[
  {
    "path": ".eslintignore",
    "content": "# Ignore 3rd party js code\nspec/3rd-party/\nspec/helpers/jasmine-jsreporter.js\n"
  },
  {
    "path": ".eslintrc",
    "content": "{\n  \"env\": {\n    \"browser\": true,\n    \"es6\": true,\n    \"node\": true\n  },\n  \"parserOptions\": {\n    \"ecmaVersion\": 6,\n    \"sourceType\": \"module\"\n  },\n  \"extends\": \"eslint:recommended\",\n  \"rules\": {\n    \"no-useless-escape\": \"off\",\n    \"no-console\": \"off\",\n    \"camelcase\": \"error\",\n    \"curly\": \"error\",\n    \"eqeqeq\": \"error\",\n    \"no-extend-native\": \"error\",\n    \"wrap-iife\": [\"error\", \"any\"],\n    \"indent\": [\"error\", 4, {\n        \"SwitchCase\": 1,\n        \"MemberExpression\": \"off\",\n        \"CallExpression\": {\"arguments\": \"first\"},\n        \"ArrayExpression\": \"first\",\n        \"flatTernaryExpressions\": true\n      }\n    ],\n    \"no-caller\": \"error\",\n    \"no-new\": \"error\",\n    \"no-unused-vars\": [\"error\", {\"args\": \"none\"}],\n    \"max-params\": [\"error\", 5],\n    \"max-depth\": [\"error\", 4],\n    \"complexity\": [\"error\", 10],\n    \"max-len\": [\"error\", 140],\n    \"quotes\": [\"error\", \"single\"],\n    \"no-var\": \"error\",\n    \"prefer-const\": \"error\",\n    \"no-shadow\": \"error\",\n    \"prefer-arrow-callback\": \"error\",\n    \"arrow-body-style\": \"error\",\n    \"implicit-arrow-linebreak\": \"error\",\n    \"arrow-parens\": [\"error\", \"as-needed\"],\n    \"space-before-function-paren\": [\"error\", \"always\"],\n    \"no-useless-concat\": \"error\",\n    \"prefer-template\": \"error\",\n    \"template-curly-spacing\": \"error\",\n    \"valid-jsdoc\": [\"error\", {\"requireParamDescription\": false, \"requireReturnDescription\": false}]\n  },\n  \"overrides\": [\n    {\n      \"files\": [\"spec/**/*.js\", \"web-src/**/*.js\"],\n      \"globals\": {\n        \"crossfilter\": false,\n        \"d3\": false,\n        \"dc\": false\n      }\n    },\n    {\n      \"files\": [\"spec/**/*.js\"],\n      \"globals\": {\n        \"jasmine\": false,\n        \"expect\": false,\n        \"describe\": false,\n        \"it\": false,\n        \"beforeEach\": false,\n        \"afterEach\": false,\n        \"spyOn\": false\n      }\n    }\n  ]\n}\n"
  },
  {
    "path": ".gitattributes",
    "content": "* text=auto\n"
  },
  {
    "path": ".github/workflows/macos.yml",
    "content": "name: MacOS Test\n\non: [push, pull_request]\n\njobs:\n  build:\n\n    runs-on: macos-latest\n\n    steps:\n      - uses: actions/checkout@v2\n      - name: Use Node.js\n        uses: actions/setup-node@v1\n        with:\n          node-version: '12.x'\n      - run: npm ci\n      - run: npx grunt ci-macos\n"
  },
  {
    "path": ".github/workflows/ubuntu-d3-v5.yml",
    "content": "name: Ubuntu d3@5\n\non: [push, pull_request]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v2\n      - name: Use Node.js\n        uses: actions/setup-node@v1\n        with:\n          node-version: '12.x'\n      - run: npm ci\n      - run: npm i d3@5\n      - run: npx grunt ci-pull\n"
  },
  {
    "path": ".github/workflows/ubuntu.yml",
    "content": "name: Ubuntu Test\n\non: [push, pull_request]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v2\n      - name: Use Node.js\n        uses: actions/setup-node@v1\n        with:\n          node-version: '12.x'\n      - run: npm ci\n      - run: npx grunt ci-pull\n"
  },
  {
    "path": ".github/workflows/windows.yml",
    "content": "name: Windows Test\n\non: [push, pull_request]\n\njobs:\n  build:\n\n    runs-on: windows-latest\n\n    steps:\n      - uses: actions/checkout@v2\n      - name: Use Node.js\n        uses: actions/setup-node@v1\n        with:\n          node-version: '12.x'\n      - run: npm ci\n      - run: npx grunt ci-windows\n"
  },
  {
    "path": ".gitignore",
    "content": "# tmp files\n*.log\n*~\n\n# distribution files no longer checked in as of version 4\ndist\n\n# local files\nnode_modules\nbower_components\n\n# ide files\n*.iml\n.idea\n.project\n\n# vim files\n.*.swp\n\n# mac\n.DS_Store\n\n# ctag\n.tags\n\n# files for gh-pages and grunt-contrib-jasmine\n.grunt\n\n# jasmine spec runners\nspec/*.html\n\n# coverage reports\ncoverage\n\n# browserify bundle & test\nbundle.js\nspec/index-browserify.html\n\n# font noise from some doc tool\nweb/docs/public\n\n# html docs are only checked into gh-pages branch\nweb/docs/html\n\n# Ignore, needed only for Github pages\nweb/\n\n# Igonore, copied from npm modules\nspec/3rd-party/\n"
  },
  {
    "path": ".mailmap",
    "content": "Jacob Rideout <jacob@jacobrideout.net> Jacob Rideout <apache@jacobrideout.net>\nLeo Sun <leo.tcsun@gmail.com> Leo Sun <lesun@thoughtworks.com>\nReinout Verkerk <reinoutverkerk@trilex.nl> Trilex <Trilex@users.noreply.github.com>\nRobert Thompson <robert.thompson@aunalytics.com> rthompson-au <robert.thompson@aunalytics.com>\nRobin Thomas <rthomas@squarespace.com> robin900 <rthomas900@gmail.com>\nRob Dawson <robert@rojotek.com> rojotek <robert@rojotek.com>\nChristophe Geiser <christophe.geiser@gmail.com> krikrou <christophe.geiser@gmail.com>\nStephen Cassidy <stephen.cassidy@gmail.com> stephen <stephen.cassidy@gmail.com>\nJon von Gillern <jvongillern@gmail.com> vongillern <jvongillern@gmail.com>\nLuca Pandini <luca1.pandini@gmail.com> CarettaCaretta <luca1.pandini@gmail.com>\nMu Jing <mu@sudorm-rf.com> PasghettiCode <mu@sudorm-rf.com>\n"
  },
  {
    "path": ".npmignore",
    "content": "\n# Ignore everything\n*\n\n# selectively include\n!package.json\n!README.md\n!LICENSE\n!dist/**/*\n\n# ES6 modules\n!src/**/*\n\n# Exclude index-with-version from ES6 modules\nsrc/index-with-version.js\n\n# ignore the source map files, these have no use without source files\n# gw: these may still help\n# dist/**/*.map\n"
  },
  {
    "path": ".travis.yml",
    "content": "language: node_js\nnode_js:\n  - '12'\n\nscript:\n  - npx grunt ci-pull\n"
  },
  {
    "path": "AUTHORS",
    "content": "Nick Zhu <nick.qi.zhu@gmail.com> http://nzhu.blogspot.ca/\nRobin Thomas <rthomas@squarespace.com>\nPaul English <paul@onfrst.com>\nSean Bell <sbell@cs.cornell.edu>\nSteven Lindberg <stevenjohnlindberg@gmail.com>\nTravis Swicegood <development@domain51.com>\nBen West <bewest@gmail.com>\nLeo Sun <leo.tcsun@gmail.com>\nRobert Thompson <robert.thompson@aunalytics.com>\nChaks Chigurupati <chaks.chigurupati@elastica.co>\nJosh Reed <obitus9982@gmail.com>\nRob Dawson <robert@rojotek.com>\nSpencer Markowski <spencer@theablefew.com>\nMiles McCrocklin <miles.mccrocklin@bluenose.com>\nChristophe Geiser <christophe.geiser@gmail.com>\nJacob Rideout <apache@jacobrideout.net> http://jacobrideout.net/\nLorcan Coyle <lorcan@gmail.com>\nLuca Pandini <luca1.pandini@gmail.com>\nAndrew Swan <aswan@osprey.io>\nGordon Woodhull <gordon@woodhull.com>\nMu Jing <mu@sudorm-rf.com>\nCalvin Sim <calvin@3vialy.com>\nReinout Verkerk <reinoutverkerk@trilex.nl>\nBertrand Dechoux <dechouxb@gmail.com>\nPhilippe Martinez <philippe.martinez@sysfera.com>\nStephen Cassidy <stephen.cassidy@gmail.com>\nJon von Gillern <jvongillern@gmail.com>\nOlivier Mornard <olivier@mornard-o.nom.fr>\nStephen Levine <stephen.levine@gmail.com>\nJeffrey Steinmetz <jeffrey.steinmetz@gmail.com>\nJames King <t.james.king@gmail.com>\nMatt Hull <matt@matthull.io>\nNeal Ruggles <rr0956@att.com>\nMatt Traynham <skitch920@gmail.com>\nXavier Dutoit <github@tttp.eu>\nSiddharth Gupta <siddharth11110@iiitd.ac.in>\nDavid Long <dave@davejlong.com>\nAustin Lyons <austin@stormpulse.com>\nAlanBreck <jlamont@crowdboot.com>\nMohammad Bagher Ehtemam <ehtemam@gmail.com>\nDouglas Ross <doug@onvelocity.com>\nJared Camins-Esakov <jcamins@cpbibliography.com>\nChris Meier <mr23@comcast.net>\nDevon Terrell <axiomabsolute@gmail.com>\nViktor Forsman <viktor.forsman@gmail.com>\nkubelsmieci <kubelsmieci@gmail.com>\nRobert Paskowitz <rpaskowitz@confucius.ca>\nJasmine Hegman <jasmine@jhegman.com>\nDavis Ford <davisford@zenoconsulting.biz>\ngal12 <gal123@gmail.com>\nSri Kadimisetty\nhhravn <hhravn@gmail.com>\nMihai Hodorogea <mihaihodorogea@gmail.com>\nEnrico Spinielli <enrico.spinielli+github@gmail.com>\nTimothy Ruhle <timothy.ruhle@gmail.com>\nShobhit Gupta <shobhitg@vmware.com>\nAlan Kavanagh <akavanagh208@gmail.com>\nJohnny Peck <johnny@johnnypeck.com>\nKevin Kirsche <Kev.Kirsche@gmail.com>\nMeyfarth\nIon Alberdi <nolaridebi@gmail.com>\nMarcel Pfeiffer <m.pfeiffer@strucnamics.de>\nRob Hardwick <rob.hardwick@atchai.com>\nJonathan Munz <jonathan.munz@upsight.com>\nChris Alvino <alvino.chris@gmail.com>\nEmiliano Guevara <emiliano@opoint.com>\nWang Xuan <wangxuan927@gmail.com>\nAndrea Singh <info@madebydna.com>\nEthan Jewett <esjewett@gmail.com>\nMohamed Gazal <mohamed.gazal@gmail.com>\nIndri Muska\nReese\nSam Dunster <sdunster@fb.com>\nMike Vashevko3\nkoefoed\nYuval Greenfield <ubershmekel@gmail.com>\nXaser Acheron <xaser.88@gmail.com>\nAdrián de la Rosa <adriantovick@gmail.com>\nCathy Nangini <cnangini@gmail.com>\nTimothy Pfafman <tim@pfafman.com>\nSebastian Gröhn <sebastian.grohn@acino.se>\nWei Ding <weiding8911@gmail.com>\nMichael Dougherty <maackle.d@gmail.com>\nPaul Mach <paulmach@gmail.com>\nFil <fil@rezo.net>\nMauricio Bustos <m@bustos.org>\nAnders Dalvander <github@dalvander.com>\nAlexander Stillesjö <a.stillesjo@gmail.com>\nSteffen Dienst <steffen.dienst@gmail.com>\nGanesh Iyer <lastlegion@gmail.com>\nDaniel Gall <Daniel.Gall@noaa.gov>\nRenoth\nAlexander Bouriakov <abtmp-github@yahoo.com>\nKyle Doherty <kyle.l.doherty@gmail.com>\nMacy Abbey <macy.abbey@gmail.com>\nSandeep Fatangare <fatangare@gmail.com>\nJames Tindall <jtindall@soast.com>\nVictor Parpoil <vparpoil@gmail.com>\nDeepak Kumar <deepak@kreatio.com>\nKeith Dahlby <keith@newbo.co>\nBlair Nilsson <blair.nilsson@gmail.com>\nSean Micklethwaite <sean.david.micklethwaite@citi.com>\nAmelia Ireland <amelia.ireland@gmail.com>\nDavid Long <dave@davejlong.com>\nRamesh Rajagopalan <ramesh.kumar.rajagopalan@monsanto.com>\nChris Wolcott <wolcottce@mail.nih.gov>\nR Manzano <rmanzano@techempower.com>\nBrendan Heberton <brendan.heberton@gmail.com>\nLeung CHAN <cll010@ha.org.hk>\nAlex Campana <acampana@proscape.com>\nFrozenlock <frozenlock@gmail.com>\nSudeep Mandal <sudeep@covar.com>\nDavide Arcuri <dadokkio@gmail.com>\nLou Moxy <louisemoxy@gmail.com>\nSven Hertling <svenhertling@t-online.de>\nTahirhan Yıldızoğlu <tahirhanyildizoglu3@gmail.com>\nhofmeister <the3ver+github@gmail.com>\nGerman Priks <germanpriks@gmail.com>\nMaxime Rouyrre <max@openbloc.fr>\nBERÉNYI Attila <aberenyi@gislab.hu>\nPatrik Kullman <patrik.kullman@gmail.com>\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# How to contribute\n\n## Issue Submission Guidelines\n\nIf you are trying to get a particular effect or you have a problem with your code, please ask your question [on stackoverflow.com](http://stackoverflow.com/questions/tagged/dc.js) or the [user group](https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group). We use the issue tracker for bug reports and feature requests only.\n\nGet help faster with a working example! Fork these to get started:<br>\n[blank jsFiddle](https://jsfiddle.net/gordonwoodhull/rL82bguk/1) - [example jsFiddle](https://jsfiddle.net/gordonwoodhull/5ztavmjy/2) - [blank bl.ock](https://blockbuilder.org/gordonwoodhull/f6bab3d2f5b34018548207014b4056bf) - [example bl.ock](https://blockbuilder.org/gordonwoodhull/bcf9eaa0bfc2c84373cffac06d5755e5)\n\nFor bug reports and feature requests submit a [github issue](http://github.com/dc-js/dc.js/issues)\n  * Please include the version of DC you are using\n  * If you can, please try the latest version of DC on the [master](https://raw.github.com/dc-js/dc.js/master/dc.js) branch to see if your issue has already been addressed or is otherwise affected by recent changes.\n\n## Development Guidelines\n\n* Code is written and distributed as ES6 modules.\n* `src/` folder is directly exposed for ES6 module users.\n  In addition, a `rollup` generated UMD bundle is placed in `dist/`.\n* Please try to follow the existing code formatting.\n* Make changes to the files in `src/` not `dc.js`.\n* Add tests to `spec/`. Feel free to create a new file if needed.\n  `spec/index.html` is a generated file, no need to manually update.\n* Please add adequate tests. Many good PRs are not merged for the\n  lack of test cases.\n* Please use `.transitionDuration(0)` for all chart tests.\n* If you have made significant changes or added a new chart type,\n  please consider adding a new example in `web-src/examples/`.\n* Source for `dc.css` is maintained in `style/dc.scss`.\n* All files in `web/` and `dist/` are generated.\n  Do not make direct changes to these.\n* Run `grunt test` to run all tests using Karma and Jasmine on headless Firefox,\n  or see [Testing](#Testing) for other methods\n* We use eslint to check coding guidelines and conventions.\n  Run `grunt lint` to confirm that your code meets the dc.js style guidelines.\n  See `.eslintrc` for current rules.\n* The default grunt task will install a git pre-commit hook\n  `.git/hooks/pre-commit` to help verify the coding conventions.\n  Run `grunt` without any arguments to install the hook.\n  You only need to do it once.\n* Commit your changes to `src/*`, `spec/*`, and `web-src/*`; exclude build artifacts.\n  (Build artifacts include `dist/*` and `web/*`).\n\n## Testing\n* `grunt test` will run will all tests using Karma and Jasmine on headless Firefox.\n  `grunt ci` tests headless Chrome as well.\n  Some IDEs facilitate executing tests from the IDE itself.\n* Running `grunt server` starts a server at http://localhost:8888/ which serves\n  the current directory as root.\n* Tests can also be run on the browser by going to http://localhost:8888/spec when\n  server is running.\n* With the server running, go to http://localhost:8888/web to check the stocks example.\n  You can also go to the examples sub folder to test specific examples.\n* During development, you can run `grunt test-n-serve`.\n  It will start the server and in addition keep a watch for changes to\n  run build/test as needed.\n* If your changes might affect animated transitions,\n  go to the relevant transition tests in\n  http://localhost:8888/web/transitions and watch them by eye to see if they make\n  sense, or add another one if needed. There are no automated tests for transitions.\n\n## Pull Request Guidelines\n\n* Fork the repository.\n* As with all pull requests, put your changes in a branch.\n  For contributions that change the dc.js API, create your branch off of `develop`.\n  If your contribution does not change the API, branch off of `master` instead.\n* Make your changes.\n* Submit a pull request.\n* Travis CI is linked to PRs, so, all tests will get executed on creation/updation of a PR.\n  The status is visible on the GitHub PR page.\n* If you need to merge `develop` or `master` into your patchset,\n  instead of merging please use git rebase.\n* The DC maintainer team will review and build the artifacts when merging.\n* If you continue making changes to your fork of `dc.js`,\n  please create a separate branch for each pull request and keep the changes separate.\n"
  },
  {
    "path": "Changelog.md",
    "content": "## 4.2.7\n* Remove lax `d3compat.eventHandler` workarounds, not necessary if code consistently uses d3@5 or d3@6 event handler signatures\n* Remove extra `d3compat.eventHandler` identified with strict event handler\n* Fix event handling in focus ordinal bar example ([#1826](https://github.com/dc-js/dc.js/issues/1826))\n* Change composite bar line example to illustrate using `xAxisPadding` with `centerBar` to draw compoisite bar/line properly ([#1827](https://github.com/dc-js/dc.js/issues/1827))\n\n## 4.2.6\n* Isolate D3 compatibility layers, allowing more efficient module imports, by Patrik Kullman ([#1822](https://github.com/dc-js/dc.js/issues/1822) / [#1823](https://github.com/dc-js/dc.js/issues/1823) / [#1824](https://github.com/dc-js/dc.js/issues/1824))\n\n## 4.2.5\n* Option [useTopXAxis](https://dc-js.github.io/dc.js/docs/html/CoordinateGridMixin.html#useTopXAxis) to show coordinate grid X axis at top of chart, by BERÉNYI Attila ([#1815](https://github.com/dc-js/dc.js/issues/1815) / [#1816](https://github.com/dc-js/dc.js/pull/1816))\n* Add source for bar colors example ([#1817](https://github.com/dc-js/dc.js/issues/1817))\n\n## 4.2.4\n* Fix use of `d3.mouse` removed in d3@6, by Deepak Kumar ([#1807](https://github.com/dc-js/dc.js/issues/1807) / [#1808](https://github.com/dc-js/dc.js/pull/1808))\n* Simpler example of ordinal brushing, by Deepak Kumar ([#1809](https://github.com/dc-js/dc.js/pull/1809))\n\n## 4.2.3\n* Fix undefined this on SeriesChart redraw, by Maxime Rouyrre ([#1800](https://github.com/dc-js/dc.js/pull/1800))\n* Export d3 compat functions allowing it to be used to simplify d3@6 compatibility in examples.\n  Fixes [#1787](https://github.com/dc-js/dc.js/issues/1787).\n\n## 4.2.2\n* Add [linked filter example](https://dc-js.github.io/dc.js/examples/linked-filter.html), had been floating around as a jsfiddle answer to [SO question](https://stackoverflow.com/questions/59461538/dc-js-how-to-mirror-brush-across-multiple-charts) for a while.\n\n## 4.2.1\n* Text filter widget should redraw chart's group - thanks @kriddy! ([#1678](https://github.com/dc-js/dc.js/pull/1678) / [#14978](https://github.com/dc-js/dc.js/issues/14978))\n* Pareto chart example was not correctly sorted, and scatter series chart displayed brush when zoomed ([#1780](https://github.com/dc-js/dc.js/pull/1780) / [#1772](https://github.com/dc-js/dc.js/issues/1772))\n\n## 4.2.0\n* Accessibility features <a href=\"http://dc-js.github.io/dc.js/docs/html/BaseMixin.html#svgDescription\">BaseMixin.svgDescription</a> and <a href=\"http://dc-js.github.io/dc.js/docs/html/BaseMixin.html#keyboardAccessible\">BaseMixin.keyboardAccessible</a>, by German Priks. <a href=\"http://dc-js.github.io/dc.js/examples/filtering.html\">Demo here</a>. ([#1738](https://github.com/dc-js/dc.js/pull/1738) / [#1185](https://github.com/dc-js/dc.js/issues/1185))\n\n## 4.1.1\n* The [brush ordinal example](https://dc-js.github.io/dc.js/examples/brush-ordinal.html) did not filter correctly when row chart was clicked ([#1770](https://github.com/dc-js/dc.js/issues/1770))\n* Some examples were broken by the move to d3@6 ([#1769](https://github.com/dc-js/dc.js/issues/1769))\n\n## 4.1.0\n* Compatible with d3@6 while preserving compatibility with d3@5, by Deepak Kumar ([#1749](https://github.com/dc-js/dc.js/pull/1749) / [#1748](https://github.com/dc-js/dc.js/issues/1748))\n\n## 4.0.5\n* Remove accidental references to global `d3`, `dc` in sources (discussion [here](https://github.com/dc-js/dc.js/commit/902736ad4436dbcad1d57badce14a5e485c59d7a#commitcomment-40208686))\n\n## 4.0.4\n* Fix ordinal (string) ordering ([#1690](https://github.com/dc-js/dc.js/issues/1690))\n* Bubble mixin should exclude zeros when calculating elastic radius; [excludeElasticZero](https://dc-js.github.io/dc.js/docs/html/BubbleMixin.html#excludeElasticZero) can be set false if old behavior is desired ([#1688](https://github.com/dc-js/dc.js/pull/1688))\n* Add a simple [linear regression example](http://dc-js.github.io/dc.js/examples/regression.html).\n* Add a [horizon chart example](http://dc-js.github.io/dc.js/examples/horizon-chart.html) which shows how to add a custom chart with group data. Rename the old custom chart example which displays a groupAll to [color swatch](http://dc-js.github.io/dc.js/examples/color-swatch.html).\n\n## 4.0.3\n* Remove a `filterHandler` special case, and improve the performance of the default filter handler, by Deepak Kumar ([#1660](https://github.com/dc-js/dc.js/pull/1660))\n* Merge sunburst rounding error fixes from 3.2.1\n\n## 4.0.2\nFix bugs in previous version\n\n## 4.0.1\nMerges sunburst charts from 3.2.0\n\n## 4.0.0\n* Thanks to the diligent and careful effort of Deepak Kumar, dc.js has been ported to ES6 modules, classes and syntax.\n\nIE is no longer supported. dc.js will not support transpilation. Stick with dc@3 for IE support.\n\nThe API is mostly compatible, but there are a few breaking changes - see the [v4 upgrade guide](https://github.com/dc-js/dc.js/blob/develop/docs/dc-v4-upgrade-guide.md) for details.\n\n## 3.2.1\n* Fix rounding issue with equal ring sizes, by hofmeister ([#1662](https://github.com/dc-js/dc.js/pull/1662) /  ([#1661](https://github.com/dc-js/dc.js/issues/1661))\n\n\n## 3.2.0\n* Support for general customizable ring sizes on the sunburst chart, by hofmeister ([#1625](https://github.com/dc-js/dc.js/pull/1655) /  ([#1511](https://github.com/dc-js/dc.js/issues/1511))\n* Sort sunburst wedges according to `baseMixin.ordering()`, by hofmeister ([#1625](https://github.com/dc-js/dc.js/pull/1655) /  ([#1511](https://github.com/dc-js/dc.js/issues/1511))\n\n## 3.1.9\n* `highlightSelected` implemented for SVG legend, by Tahirhan Yıldızoğlu  ([#1625](https://github.com/dc-js/dc.js/pull/1625) /  ([#600](https://github.com/dc-js/dc.js/issues/600))\n* [Pareto chart example](http://dc-js.github.io/dc.js/examples/pareto-chart.html)\n\n## 3.1.8\nSpecial **Goodbye IE** Edition! dc.js 4.0 will remove support for Internet Explorer, as it has been translated into ES6 by Deepak Kumar. For one last trip down memory lane, here are some IE patches.\n* Do not use `Array.from()` yet in base mixin\n* Use polyfills and don't use ES6 in examples. All examples work in IE11 except where IE is too slow or its CSS too weird to both with.\n* Fully tested with crossfilter 1.4.8, the last crossfilter to support IE\n\n## 3.1.7\n* Updating `bower.json` to D3v5, with apologies for [#1458](https://github.com/dc-js/dc.js/issues/1458). Bower support will be dropped in dc.js version 4.0 - please specify dc version `3.x` if you are using bower\n\n## 3.1.6\n* allow resizing of canvas-based scatter plots ([#1596](https://github.com/dc-js/dc.js/issues/1596))\n\n## 3.1.5\n* Composite chart properties should pass through regardless of when compose is called, by Keith Dahlby. ([#1365](https://github.com/dc-js/dc.js/pull/1365) / [#554](https://github.com/dc-js/dc.js/issues/554) / [#611](https://github.com/dc-js/dc.js/issues/611) / [#1003](https://github.com/dc-js/dc.js/issues/1003))\n\n## 3.1.4\n* Example of [drawing a contour map as a background](http://dc-js.github.io/dc.js/examples/background-drawing.html), by Sven Hertling\n* Example of [capping and sorting by different criteria](https://dc-js.github.io/dc.js/examples/cap-and-sort-differently.html) ([#1474](https://github.com/dc-js/dc.js/issues/1474)\n\n## 3.1.3\n* Canvas-based scatter plot, by Sudeep Mandal ([#1361](https://github.com/dc-js/dc.js/pull/1361))\n* Better use of data in scatter example\n* Missing inheritance link in class hierarchy diagram\n\n## 3.1.2\n* Stop using [crossfilter.quicksort.by](https://github.com/crossfilter/crossfilter/wiki/API-Reference#quicksort_by) and use [Array.sort](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort) instead, by Deepak Kumar. Crossfilter is now just a `devDependency`. ([#1560](https://github.com/dc-js/dc.js/pull/1560) /  ([#1559](https://github.com/dc-js/dc.js/issues/1559))\n* Example of [updating data in a range-focus chart](http://dc-js.github.io/dc.js/examples/focus-dynamic-data.html).\n\n## 3.1.1\n* Update [replacing data](https://dc-js.github.io/dc.js/examples/replacing-data.html) and [series](https://dc-js.github.io/dc.js/examples/series.html) examples with the robust way to replace data as of crossfilter 1.4 ([#1536](https://github.com/dc-js/dc.js/issues/1536))\n* The [focus ordinal bar example](https://dc-js.github.io/dc.js/examples/focus-ordinal-bar.html) demonstrates scrolling through a wide bar chart using a range chart.\n* The [brush ordinal example](https://dc-js.github.io/dc.js/examples/brush-ordinal.html) demonstrates using a range brush on ordinal data, by transforming the data to a linear scale.\n* Remove leftover debugging logs, thanks Adrián de la Rosa! ([#1534](https://github.com/dc-js/dc.js/pull/1534))\n\n## 3.1.0\n* Remove `float: left` from dc.css; add it to individual examples where needed.\n\nIt's not appropriate to set this in the library, because charts will be used in all sorts of different layouts, and this sometimes required people to use `div.dc-chart { float: none!important; }` which is horrible. ([#673](https://github.com/dc-js/dc.js/issues/673))\n\nFixing this will break a lot of dashboard layouts, thus the version bump. Add\n\n```css\ndiv.dc-chart {\n    float: left;\n}\n```\nto your page CSS to restore the old layout!\n* Fix mixed content loading, by Rohan Shewale ([#1529](https://github.com/dc-js/dc.js/pull/1529))\n* Update all dependencies and move to eslint, to eliminate npm security audit complaints\n\n## 3.0.13\n* Keep track of individual values efficiently in boxplot examples ([#543](https://github.com/dc-js/dc.js/issues/543))\n* Series progression [example](https://dc-js.github.io/dc.js/transitions/series-progression.html)\n\n## 3.0.12\n* heatmap takes ordinary filter objects and conversion of coordinates is deprecated ([#1515](https://github.com/dc-js/dc.js/issues/1515))\n* [Example](http://dc-js.github.io/dc.js/examples/compare-unfiltered.html) of comparing the current filters against the unfiltered values [using a fake group to copy original values](https://github.com/dc-js/dc.js/wiki/FAQ#static-copy-of-a-group). Thanks to Jason Aizkalns for the [SO](https://stackoverflow.com/questions/55066391/display-original-conditional-brushed-unbrushed-crossfilter-bars-with-dc-js-wit) and [CodeReview](https://codereview.stackexchange.com/questions/215041/dc-js-and-crossfilter-app-to-display-multiple-charts) questions and the example!\n* Provide alternate, more descriptive names for properties so that the meaning is not overloaded, to reduce confusion and improve code clarity:\n  * `dataTable.group` and `dataGrid.group` took a nesting function, not a crossfilter group, so they are replaced with a new property called `section`  ([#855](https://github.com/dc-js/dc.js/issues/855)). Additionally, `dataTable.section` is no longer mandatory and defaults to the empty string.\n  * `dataCount.dimension` took a crossfilter instance, and `dataCount.group` really took a groupAll object, so they are replaced with properties with those names ([#1499](https://github.com/dc-js/dc.js/issues/1499))\nThe old property names are still supported, but they emit an informational message recommending the better name. They could be deprecated in the future (but there is probably no need).\n\n## 3.0.11\n* Remove the deprecation on `colorMixin.colorCalculator`, and implement it in a reasonable way ([#1493](https://github.com/dc-js/dc.js/issues/1493))\n\n## 3.0.10\nThis mostly updates examples and tests, and updates compatiblity polyfills for IE.\n* Compatible with d3 5.8\n* Various test failures across all browsers fixed, due to changes in D3 and browsers\n* New [row targets](http://dc-js.github.io/dc.js/examples/row-targets.html) example shows how to superimpose lines on individual row chart items\n* [Focus dynamic interval](http://dc-js.github.io/dc.js/examples/focus-dynamic-interval.html) example builds on [switching time intervals](http://dc-js.github.io/dc.js/examples/switching-time-intervals.html) to show how to change the aggregation in response to brushing on a range chart\n* Many examples were mistitled\n* Removed arrow functions and polyfilled missing functions (eg Fetch) for IE. Note that IE support won't last forever since D3v6 will no longer support it!\n* Fixed typo, thanks Rimian Perkins!\n\n## 3.0.9\n* Updated Table Pagination example, with filtering, by Sudeep Mandal and Arcuri Davide ([#1492](https://github.com/dc-js/dc.js/pull/1492))\n* Fade-in and correct opacity for grid lines, by Lou Moxy ([#1501](https://github.com/dc-js/dc.js/pull/1501) / [#1500](https://github.com/dc-js/dc.js/issues/1500))\n* Thanks to Rohan Shewale for a doc typo fix\n\n## 3.0.8\n* Sunburst was not centering responsively on redraw, by Frozenlock ([#1491](https://github.com/dc-js/dc.js/pull/1491) / [#1490](https://github.com/dc-js/dc.js/issues/1490))\n* Composite chart with no `id` was not clipping its children, by Frozenlock ([#1488](https://github.com/dc-js/dc.js/issues/1488))\n\n## 3.0.7\n* Sunburst has animated transitions, by Amelia Ireland ([#1481](https://github.com/dc-js/dc.js/pull/1481))\n* Filter printer now prints more than 2 elements, by Amelia Ireland ([#1475](https://github.com/dc-js/dc.js/pull/1475))\n* `controlsUseVisibility` was incorrectly documented as defaulting true, by Amelia Ireland ([#1474](https://github.com/dc-js/dc.js/issues/1474))\n* Pie charts and row charts should always use `cappedValueAccessor` or custom `valueAccessor` will crash by Alex Campana ([#1335](https://github.com/dc-js/dc.js/pull/1335))\n* Title tooltips were not shown on heatmap the first time ([#1482](https://github.com/dc-js/dc.js/issues/1482))\n* Simpler, improved method for \"bar single select\" example, by Leung Chan ([#1477](https://github.com/dc-js/dc.js/pull/1477)\n\n## 3.0.6\n* Enable the stroke for line chart dots, making it possible to actually use `strokeOpacity` ([#1449](https://github.com/dc-js/dc.js/pull/1449) / [#1447](https://github.com/dc-js/dc.js/issues/1447))\n* Fix an error when horizontal grid lines were drawn on a chart with an ordinal Y scale, by the3ver ([#1448](https://github.com/dc-js/dc.js/pull/1448) / [#539](https://github.com/dc-js/dc.js/issues/539))\n* Bubbles were not disappearing when bins were removed from the group, by Brendan Heberton ([#1466](https://github.com/dc-js/dc.js/pull/1466))\n* Protect value accessor from `sunburstChart`'s virtual parent nodes, by Deepak Kumar ([#1444](https://github.com/dc-js/dc.js/pull/1444) / [#1440](https://github.com/dc-js/dc.js/issues/1440))\n\n## 3.0.5\n* Scatter plot symbols were not getting removed when group changed size, by Deepak Kumar. ([#1463](https://github.com/dc-js/dc.js/pull/1463) / [#1460](https://github.com/dc-js/dc.js/issues/1460))\n* Use Chrome and Firefox headless at Travis CI, by Deepak Kumar. See ([#1452](https://github.com/dc-js/dc.js/pull/1452)), an attempt to resolve ([#1451](https://github.com/dc-js/dc.js/pull/1451))\n\n## 3.0.4\n* Box plot enhancements: jittered data points, data point tooltips, bold outliers, by Chris Wolcott. Also implements `yRangePadding` to fix problems with not enough/too much space for labels in box plots. ([#1439](https://github.com/dc-js/dc.js/pull/1439) / [#1370](https://github.com/dc-js/dc.js/issues/1370) / [#1120](https://github.com/dc-js/dc.js/issues/1120))\n* Code cleanup - replaced `.rangesEqual` with `dc.utils.arraysEqual`, by Deepak Kumar ([#1436](https://github.com/dc-js/dc.js/pull/1436) / [#1405](https://github.com/dc-js/dc.js/issues/1405))\n* New tests for range filters with dates, by Deepak Kumar. ([#1437](https://github.com/dc-js/dc.js/pull/1437) / [#1432](https://github.com/dc-js/dc.js/issues/1432))\n* Fix readme references to 3.0, by Deepak Kumar. ([#1441](https://github.com/dc-js/dc.js/pull/1441))\n* Propagate filters on composite chart to children, by Deepak Kumar ([#1435](https://github.com/dc-js/dc.js/pull/1435)). Fixes remaining parts of ([#390](https://github.com/dc-js/dc.js/issues/390) / [#706](https://github.com/dc-js/dc.js/issues/706)).\n* Listen to rangeChart's filtered event with a namespace, by Keith Dahlby ([#1366](https://github.com/dc-js/dc.js/pull/1366))\n\n## 3.0.3\n* Update versions and release new fiddles and blocks pegged to dc@3 and d3@5\n\n## 3.0.2\n* Allow row chart `.xAxis` to be settable. Since the type of axis can't be detected by the chart, provide [example](https://dc-js.github.io/dc.js/examples/row-top-axis.html) of setting the position of axis and grid lines manually.\n* In a composite chart, the brush is only applied on the parent, by Deepak Kumar. This fixes many composite chart brushing issues, but let us know if it broke any of your use cases! ([#1408](https://github.com/dc-js/dc.js/pull/1408) / [#1424](https://github.com/dc-js/dc.js/issues/1424) / [#479](https://github.com/dc-js/dc.js/issues/479) / [#390](https://github.com/dc-js/dc.js/issues/390) / [#706](https://github.com/dc-js/dc.js/issues/706) / [#878](https://github.com/dc-js/dc.js/issues/878))\n\n## 3.0.1\n* Test compatibility with D3v4 as well as D3v5, by Deepak Kumar ([#1430](https://github.com/dc-js/dc.js/pull/1430))\n* Add new charts/widgets to class hierarchy in documentation\n\n## 3.0.0\n* Sunburst chart, by Blair Nilsson, with contributions by Sean Micklethwaite and Deepak Kumar ([#781](https://github.com/dc-js/dc.js/issues/781) / [#907](https://github.com/dc-js/dc.js/pull/907) / [#1337](https://github.com/dc-js/dc.js/pull/1337) /[#1388](https://github.com/dc-js/dc.js/pull/1388))\n* Text filter widget, by Xavier Dutoit ([#383](https://github.com/dc-js/dc.js/issues/383) / [#936](https://github.com/dc-js/dc.js/pull/936) / [#1387](https://github.com/dc-js/dc.js/pull/1387))\n* Checkbox/radio button filtering, by Amelia Ireland, with contributions by Deepak Kumar ([#1348](https://github.com/dc-js/dc.js/pull/1348) / [#1389](https://github.com/dc-js/dc.js/pull/1389))\n* HTML Legend, by David Long and Ramesh Rajagopalon, with contributions by Deepak Kumar ([#1325](https://github.com/dc-js/dc.js/issues/1325) / [#577](https://github.com/dc-js/dc.js/pull/577) / [#1329](https://github.com/dc-js/dc.js/pull/1329) / [#1392](https://github.com/dc-js/dc.js/pull/1392))\n\n## 3.0.0 beta 2\n* declare `pkg.main` for compatibility with some bundlers (and hopefully Observable)\n\n## 3.0.0 beta 1\n* First NPM release of dc.js, compatible with D3 versions 4 and 5. Thanks to Deepak Kumar for all his effort on the port! We've made every effort to keep the library backward-compatible, but see [the 3.0 changes in the wiki](https://github.com/dc-js/dc.js/wiki/Changes-in-dc.js-version-3.0).\n* `fadeDeselectedArea` checks if brushing is enabled for the chart. Restores backward compatibility. By Deepak Kumar. ([#1422](https://github.com/dc-js/dc.js/pull/1422) / [#1401](https://github.com/dc-js/dc.js/issues/1401))\n* Rename `selection` --> `brushSelection`. By Deepak Kumar.([#1423](https://github.com/dc-js/dc.js/issues/1423) / [#1398](https://github.com/dc-js/dc.js/issues/1398))\n\n## 3.0.0 alpha 12\n* Use `d3.stack` from d3v4+, transforming the data from/to the old layer/stack objects. Remove `d3v3-compat.js` ([#1375](https://github.com/dc-js/dc.js/issues/1375)\n\n## 3.0.0 alpha 11\n* xAxisPaddingUnit should be the d3 interval not the name of it ([#1320](https://github.com/dc-js/dc.js/issues/1320), [#1326](https://github.com/dc-js/dc.js/issues/1326), [#1420](https://github.com/dc-js/dc.js/issues/1420))\n\n## 3.0.0 alpha 10\n* Streamlined creation of YAxis in coordinate grid charts, by Deepak Kumar ([#1416](https://github.com/dc-js/dc.js/pull/1416))\n* Updated XAxis and YAxis documentation, by Deepak Kumar ([#1416](https://github.com/dc-js/dc.js/pull/1416))\n* `dc.config.defaultColors` is a mechanism to change default color scheme for all ordinal charts, by Deepak Kumar ([#1409](https://github.com/dc-js/dc.js/pull/1409)).\n* deprecate use of default color scheme `d3.schemeCategory20c`, which has been [removed in D3v5](https://github.com/d3/d3/blob/master/CHANGES.md#changes-in-d3-50). Provide a temporary copy of the old colors for backward compatibility, but the defaults will change in DCv3.1. By Deepak Kumar ([#1409](https://github.com/dc-js/dc.js/pull/1409)).\n* more cleanup from d3v4 refactor, by Deepak Kumar. Warn before converting from `d3.scaleOrdinal` to `d3.scaleBands` ([#1414](https://github.com/dc-js/dc.js/pull/1414), [#1417](https://github.com/dc-js/dc.js/pull/1417), [#1418](https://github.com/dc-js/dc.js/pull/1418))\n\n## 3.0.0 alpha 9\n* `numberDisplay` uses [d3.easeQuad](https://github.com/d3/d3-ease/blob/master/README.md#easeQuad) instead of [quad-out-in](https://github.com/d3/d3-3.x-api-reference/blob/master/Transitions.md#d3_ease), which didn't make sense. ([#1413](https://github.com/dc-js/dc.js/pull/1413))\n* `dc.units.ordinal` is now purely a placeholder or magic value, and not called as a function. Previously dc.js would call the `xUnits` function with three arguments: the start, end, and domain array, but this was not compliant with d3 range functions. Now these functions are called with only the start and end, and `dc.units.ordinal` is detected with `===`. ([#1410](https://github.com/dc-js/dc.js/pull/1410))\n* cleanup from d3v4 refactor, by Deepak Kumar ([#1412](https://github.com/dc-js/dc.js/pull/1412))\n\n## 3.0.0 alpha 8\n* don't show brush handles on scatter plot, by Deepak Kumar ([#1407](https://github.com/dc-js/dc.js/pull/1407) / [#1406](https://github.com/dc-js/dc.js/issues/1406))\n* remove `d3.functor`. [`d3.functor` was removed in d3 version 4]( https://github.com/d3/d3/blob/master/CHANGES.md#internals); to replace it, use  `typeof x === \"function\" ? x : dc.utils.constant(x)` ([#1374](https://github.com/dc-js/dc.js/issues/1374))\n\n## 3.0.0 alpha 7\n* `elasticY` should look only at points within the X domain, even with `evadeDomainFilter` enabled, by Keith Dahlby ([#1367](https://github.com/dc-js/dc.js/pull/1367))\n* fixes to animated resizing of brush when chart resizes, by Deepak Kumar ([#1402](https://github.com/dc-js/dc.js/pull/1402) / [#1376](https://github.com/dc-js/dc.js/issues/1399)\n\n## 3.0.0 alpha 6\n* initialize all positions for entering objects, since d3.transition will now start them at zero if you don't ([#1400](https://github.com/dc-js/dc.js/issues/1400))\n\n## 3.0.0 alpha 5\n* d3v5 support: all examples upgraded to d3-fetch. `schemeCategory20c` is patched into `d3` temporarily, by Deepak Kumar, but see [#1403](https://github.com/dc-js/dc.js/issues/1403)\n\n## 3.0.0 alpha 4\n* switch to Karma for testing across browsers, by Deepak Kumar ([#1393](https://github.com/dc-js/dc.js/pull/1393))\n\n## 3.0.0 alpha 3\n* improved integration with `d3.zoom`, by Deepak Kumar. Since the d3v4 implementation is a lot more powerful, this eliminates a lot of custom zoom code. ([#1385](https://github.com/dc-js/dc.js/pull/1385))\n\n## 3.0.0 alpha 2\n* backward compatibility for `dc.lineChart.interpolate` and `dc.geoChoroplethChart.projection`, by Deepak Kumar ([#1381](https://github.com/dc-js/dc.js/pull/1381) / [#1376](https://github.com/dc-js/dc.js/issues/1376), [#1382](https://github.com/dc-js/dc.js/pull/1382) / [#1379](https://github.com/dc-js/dc.js/issues/1379))\n* Fixed test cases for Edge/IE, by Deepak Kumar ([#1378](https://github.com/dc-js/dc.js/pull/1378) / [#1373](https://github.com/dc-js/dc.js/issues/1373)\n* lint ([#1372](https://github.com/dc-js/dc.js/pull/1372))\n\n## 3.0.0 alpha 1\n* first pass of d3v4 support, by Deepak Kumar ([#1363](https://github.com/dc-js/dc.js/pull/1363))\n* until more stable, releases will be github-only (no npm/cdnjs)\n* all [axis.tickArguments()](https://github.com/d3/d3-axis/blob/master/README.md#axis_tickArguments) are applied to `scale.ticks()` to produce horizontal & vertical gridlines, not just the first argument.\n\n## 3.0\ndc.js 3.0 is compatible with d3 versions 4 and 5! Thanks to Deepak Kumar for his tireless effort on making this finally happen.\n\nNew features will only be added to 3.0; however, 2.1 will be maintained for a limited time for those who still need compatibility with d3 version 3.\n\n\n## 2.1.10\n* Update dependencies, including crossfilter2 v1.4\n* Example of adding a vertical line to a row chart\n\n## 2.1.9\n* Fix selectMenu crashing IE11 on Windows 8 and below, by Victor Parpoil ([#1338](https://github.com/dc-js/dc.js/pull/1338) / [#1334](https://github.com/dc-js/dc.js/issues/1334))\n\n## 2.1.8\n(see 2.0.5)\n\n## 2.1.7\n* viewBox-based resizing of charts, by James Tindall ([#1312](https://github.com/dc-js/dc.js/pull/1312))\n* workaround for [issue #949](https://github.com/dc-js/dc.js/issues/949) merged from 2.0.4\n* remove pointless and confusing optimization from number display - it now uses `computeOrderedGroups` like everything else.\n\n## 2.1.6\n* fix test syntax for Microsoft browsers\n\n## 2.1.5\n* crossfilter is loaded by its module name (crossfilter2), not its filename (crossfilter). This is intended to help webpack and other automatic module loaders. This is likely to break requireJS configurations; see [#1304](https://github.com/dc-js/dc.js/issues/1304) for details. ([#1213](https://github.com/dc-js/dc.js/issues/1213), [#1214](https://github.com/dc-js/dc.js/issues/1214), [#1261](https://github.com/dc-js/dc.js/issues/1261), [#1293](https://github.com/dc-js/dc.js/issues/1293), [#1302](https://github.com/dc-js/dc.js/issues/1302))\n * Default capMixin.ordering to sort decreasing by value, to emulate old group.top(N)\n * `numberDisplay` should pick the highest value in the case where it is given a regular group\n\n## 2.1.4\n * Simplified `capMixin.othersGrouper` default implementation by passing the rest of the items as well as those before the cap. This is possible because of [#934](https://github.com/dc-js/dc.js/issues/934) relying on sorting of `group.all()` instead of `group.top()`. The default implementation is now easy to understand and it should be easier to customize (if anyone should want to).\n * Added example filtering segments of stack ([#657](https://github.com/dc-js/dc.js/issues/657))\n\n## 2.1.3\n * 2.1.2 did not observe the common convention of having the rows/pie slices ordered from greatest to least - now we take from the front by default. ([#1296](https://github.com/dc-js/dc.js/issues/1296)\n * Add [`takeFront`](http://dc-js.github.io/dc.js/docs/html/dc.capMixin.html#takeFront) option, defaulted true, in case you want to take from the back isntead.\n * Remove `component.json`, since [component-js has been deprecated for a long time](https://github.com/componentjs/component/issues/639) (actually it got deprecated immediately after we added this in [#860](https://github.com/dc-js/dc.js/pull/860))\n\n## 2.1.2\n * Lift `elasticRadius` from `bubbleChart` to `bubbleMixin`, making it available to `bubbleOverlay` ([#661](https://github.com/dc-js/dc.js/issues/661))\nStop using `group.top()` in favor of `group.all()` sorting and slicing. ([#934](https://github.com/dc-js/dc.js/issues/934))\n * Eliminate use of `group.top()` in cap mixin, by Macy Abbey ([#1184](https://github.com/dc-js/dc.js/pull/1184)). It already had to agree with `chart.ordering()` for the results to make sense.\n * Eliminate `group.top()` in number display. This one is more problematic but probably less common. Although the number display now defaults ordering to `function (kv) { return kv.value; }`, applications which use a group with multiple bins with the number display, which were using `group.order()` to specify which bin should be displayed, must now specify `numberDisplay.ordering()` instead.\n * Eliminate `group.top()` in bubble mixin, which was used to draw the bubbles in descending order of size, when the `group.order()` specified the radius. The bubble chart's `sortBubbleSize` is more general and is lifted to the mixin.\n\n## 2.1.1\n * Merges 2.0.1\n\n## 2.1.0\n * `dc.selectMenu`, implementing a `<select>` menu or multiple-select widget, by Andrea Singh ([#771](https://github.com/dc-js/dc.js/pull/771))\n * Heatmap allows customizing the ordering separately from the values, by Matt Traynham ([#869](https://github.com/dc-js/dc.js/pull/869) - thanks also to Quinn Lee for [#837](https://github.com/dc-js/dc.js/pull/837))\n * Front page stable version automatically read from GitHub, by Enrico Spinielli ([#865](https://github.com/dc-js/dc.js/pull/865))\n * Functional-style filter handlers: instead of modifying the array of filters in-place, filter handlers must return the new filter array. This is consistent with the old documention, but a different implementation: any changes to the `filters` argument will be ignored unless they are returned. This should make filter handlers easier to reason about.\n\n# 2.0 Series\n## 2.0.5\n* legend highlighting functions of scatter plots would select symbols in sibling charts, causing the symbols and sizes to change ([#874](https://github.com/dc-js/dc.js/issues/874))\n\n## 2.0.4\n* Temporary flag [`stackMixin.evadeDomainFilter`](http://dc-js.github.io/dc.js/docs/html/dc.stackMixin.html#evadeDomainFilter__anchor) to work around [issue #949](https://github.com/dc-js/dc.js/issues/949) until it's fixed. The flag completely disables filtering of points by the stack mixin, because the current filtering is wrong. (The correct fix will be included in dc.js 2.1.x when it's ready.)\n\n## 2.0.3\n* crossfilter is loaded by its module name (crossfilter2), not its filename (crossfilter). This is intended to help webpack and other automatic module loaders. This is likely to break requireJS configurations; see [#1304](https://github.com/dc-js/dc.js/issues/1304) for details. ([#1213](https://github.com/dc-js/dc.js/issues/1213), [#1214](https://github.com/dc-js/dc.js/issues/1214), [#1261](https://github.com/dc-js/dc.js/issues/1261), [#1293](https://github.com/dc-js/dc.js/issues/1293), [#1302](https://github.com/dc-js/dc.js/issues/1302))\n* Do not make the pie chart radius bigger than the chart size, by Sandeep Fatangare ([#1279](https://github.com/dc-js/dc.js/pull/1279))\n* Allow custom scatter plot symbols ([#1274](https://github.com/dc-js/dc.js/issues/1274))\n* Download example sorts the table data in the same order as it's shown ([#1232](https://github.com/dc-js/dc.js/issues/1232))\n* `baseChart.replaceFilter` should return the chart ([#1227](https://github.com/dc-js/dc.js/issues/1227))\n\n## 2.0.2\n* Allow bracketed selectors for charts to work with numeric/quoted values, by Marcel Pfeiffer ([#1282](https://github.com/dc-js/dc.js/pull/1282))\n* Fix images in [European Parliament example](http://dc-js.github.io/dc.js/ep/), by Xavier Dutoit ([#1284](https://github.com/dc-js/dc.js/pull/1284) / [#1256](https://github.com/dc-js/dc.js/issues/1256))\n* Add `seriesChart` to [class hierarchy in HTML docs](http://dc-js.github.io/dc.js/docs/html/).\n\n## 2.0.1\n* `sans-serif` was specified as a string, which is invalid, by Kyle Doherty ([#1260](https://github.com/dc-js/dc.js/pull/1260))\n\n## 2.0.0\n* xAxisPaddingUnit also applied to stacked charts, by Alexander Stillesjö ([#1234](https://github.com/dc-js/dc.js/pull/1234)\n* Limit zoom bounds - panning past the end should not cause brush to turn inside out. Thanks to Indri Muska for initial implementation and test ([#1026](https://github.com/dc-js/dc.js/pull/1026))\n* Legend was wrapping one item too late, by alexnb ([#1229](https://github.com/dc-js/dc.js/pull/1229))\n* Limit the number of legend items with `maxItems`, by Renoth ([#1114](https://github.com/dc-js/dc.js/pull/1114))\n* [Example of switching time intervals](http://dc-js.github.io/dc.js/examples/switching-time-intervals.html), for doing simple aggregation of simple time series data\n* Scatter plot titles, by Daniel Gall ([#1200](https://github.com/dc-js/dc.js/pull/1200))\n* `scatterPlot` and `RangedTwoDimensionalFilter` no longer require that the dimension key have exactly two elements, to support the common trick of putting the color in the third element.\n* [Scatter plot matrix brushing example](http://dc-js.github.io/dc.js/examples/splom.html)\n* `emptyOpacity` is exposed, and `emptySize` is a radius like the other sizes (squared for symbol size), by Ganesh Iyer ([#1058](https://github.com/dc-js/dc.js/pull/1058))\n* Bubble chart and heatmap correctly re-select (not selectAll) the sub-components in order to correctly apply new data when redrawn. This affects uses of dc.js where the data is replaced instead of being modified in place. (For example, the case where crossfilter is not used.) By Steffen Dienst and Matt Traynham. ([#1032](https://github.com/dc-js/dc.js/pull/1032), [#1237](https://github.com/dc-js/dc.js/pull/1237))\n* Further changed other unnecessary uses of `selectAll` to `select` - when appending or inserting a single element, one should almost always match that with `select` for updates. ([#1239](https://github.com/dc-js/dc.js/issues/1239))\n* Heatmap column/row filtering is a lot faster ([#649](https://github.com/dc-js/dc.js/issues/649))\n* `colorMixin.colorCalculator` properly documented and deprecated ([#1225](https://github.com/dc-js/dc.js/issues/1225))\n* Development dependencies upgraded, by Matt Traynham ([#1233](https://github.com/dc-js/dc.js/pull/1233))\n* Add a class diagram to the [HTML documentation](http://dc-js.github.io/dc.js/docs/html/).\n* Many documentation fixes. ([#612](https://github.com/dc-js/dc.js/issues/612), [#636](https://github.com/dc-js/dc.js/issues/636), [#1110](https://github.com/dc-js/dc.js/issues/1110), [#1224](https://github.com/dc-js/dc.js/issues/1224), [#1226](https://github.com/dc-js/dc.js/issues/1226), [#1228](https://github.com/dc-js/dc.js/issues/1228), [#1231](https://github.com/dc-js/dc.js/issues/1231), [#1235](https://github.com/dc-js/dc.js/issues/1235))\n\n## 2.0.0 beta 33\n* Use Sass 3 (SCSS) for generating CSS, by Matt Traynham ([#1049](https://github.com/dc-js/dc.js/pull/1049))\n* Don't try to interpolate user data in label paths, by Alexander Stillesjö ([#1151](https://github.com/dc-js/dc.js/pull/1151))\n* Allow specifying the unit for padding the X axis, by Alexander Stillesjö (thanks also to Matt Traynham for the alternate implementation in [#892](https://github.com/dc-js/dc.js/pull/892))\n* Force dots to be shown with `.xyTipsOn('always')`, by Anders Dalvander ([#1152](https://github.com/dc-js/dc.js/issues/1152))\n* Use keyAccessor for box plots; fix ordinal boxplot brushing and whisker widths, by Matt Traynham ([#1022](https://github.com/dc-js/dc.js/pull/1022))\n* `transitionDelay` allows staggered transitions, by Mauricio Bustos ([#1116](https://github.com/dc-js/dc.js/pull/1116))\n* Removed the confusing callback from dc.transition and documented the function\n\n## 2.0.0 beta 32\n* `elasticY` and `elasticX` did not work if all values were negative (coordinate grid and row charts, respectively), by Sebastian Gröhn ([#879](https://github.com/dc-js/dc.js/issues/879) / [#1156](https://github.com/dc-js/dc.js/pull/1156))\n* Improved implementation of alignYAxes, by Mohamed Gazal and Gordon Woodhull ([#1033](https://github.com/dc-js/dc.js/pull/1033))\n* Examples of downloading the table data as it's formatted, and formatting legend items.\n* `legend.legendText` documentation was missing.\n* Stop error spew when row chart is emptied out, thanks Einar Norðfjörð and Fil ([#1008](https://github.com/dc-js/dc.js/issues/1008) / ([#1024](https://github.com/dc-js/dc.js/pull/1024))\n* Example of adjusting a pie chart threshold dynamically, by Wei Ding ([#1166](https://github.com/dc-js/dc.js/pull/1166))\n* Do not allow pie slices to overlap pie labels, by Michael Dougherty ([#664](https://github.com/dc-js/dc.js/issues/664) / [#1167](https://github.com/dc-js/dc.js/pull/1167))\n* Highlight pie slices when hovering labels and paths. (addressing a concern raised in commit [0a35ef61](https://github.com/dc-js/dc.js/pull/1167/commits/0a35ef61568baf8e84e0bc489f678df560dc7f31) in PR [#1167](https://github.com/dc-js/dc.js/pull/1167), but in a more robust way)\n* Transition dots in line chart, by Paul Mach ([#1181](https://github.com/dc-js/dc.js/pull/1181))\n* Number display was getting stuck on Infinity, by Xaser Acheron ([#1176](https://github.com/dc-js/dc.js/issues/1176) / [#1177](https://github.com/dc-js/dc.js/pull/1177))\n* Improved bar chart transitions, by Fil ([#822](https://github.com/dc-js/dc.js/issues/822) / [#1146](https://github.com/dc-js/dc.js/pull/1146))\n\n## 2.0.0 beta 31\n* Brush was sometimes not displaying, fix by Paul Briton ([#1134](https://github.com/dc-js/dc.js/issues/1134))\n* Example of workaround for using series chart as a range chart ([#479](https://github.com/dc-js/dc.js/issues/479))\n\n## 2.0.0 beta 30\n* Fix the doc build, which was crashing due to an impolite library and the upgrade of another one that knew nothing about it ([#1142](https://github.com/dc-js/dc.js/issues/1142))\n* Strip fragment from URL before creating clip path URL ([#1079](https://github.com/dc-js/dc.js/issues/1079))\n\n## 2.0.0 beta 29\n* Fix node/browserify require(crossfilter2) again (first fix was lost in merge). Thanks Timothy Pfafman! ([#1133](https://github.com/dc-js/dc.js/pull/1133))\n\n## 2.0.0 beta 28\n* Line chart labels, by Mohamed Gazal ([#1045](https://github.com/dc-js/dc.js/pull/1045))\n* Don't break when scatter plot key contains more than two elements, by Cathy Nangini ([#1123](https://github.com/dc-js/dc.js/pull/1123))\n* Fix row chart title label offset, by Adrián de la Rosa ([#941](https://github.com/dc-js/dc.js/issues/941) / [#1129](https://github.com/dc-js/dc.js/pull/1129))\n* Fix clip paths being dropped by Angular by using abolute paths, by @yandongCoder ([#1079](https://github.com/dc-js/dc.js/issues/1079))\n* Fix error with object-valued crossfilter groups in pie chart, by Xaser Acheron ([#1085](https://github.com/dc-js/dc.js/issues/1085) / [#1128](https://github.com/dc-js/dc.js/pull/1128))\n* Pass `value` function to `stackLayout` to make it possible to specify other stack layouts, by @jetsnguns ([#1102](https://github.com/dc-js/dc.js/issues/1102))\n* Clarify documentation for `dataCount`, `rangeChart` ([#1076](https://github.com/dc-js/dc.js/issues/1076), [#1112](https://github.com/dc-js/dc.js/issues/1112))\n* Documentation syntax fixes by @devginie, Chaitanya Chandukar ([#1131](https://github.com/dc-js/dc.js/issues/1131), [#1111](https://github.com/dc-js/dc.js/pull/1111))\n* Switch to community fork of crossfilter. (Thanks Timothy Pfafman for correcting the node/browserify code here.) ([#1124](https://github.com/dc-js/dc.js/pull/1124))\n* Add an HTML documentation front/welcome page ([#1103](https://github.com/dc-js/dc.js/issues/1103))\n\n## 2.0.0 beta 27\n* Improvements to HTML documentation, by Matt Traynham ([#1096](https://github.com/dc-js/dc.js/issues/1096) / [#1097](https://github.com/dc-js/dc.js/issues/1097) / [#1099](https://github.com/dc-js/dc.js/issues/1099) / [#1100](https://github.com/dc-js/dc.js/issues/1100) / [#1101](https://github.com/dc-js/dc.js/pull/1101))\n* Ability to set color and opacity of non-brushed (\"excluded\") points in scatterplot; also separate brushing from highlighting, which seems like a different thing. ([#938](https://github.com/dc-js/dc.js/issues/938))\n\n## 2.0.0 beta 26\n* Apply pie chart labels before transition, so they are easier to manipulate with the pretransition hook. Added example of showing percentages in pie chart labels. (Workaround for [#703](https://github.com/dc-js/dc.js/issues/703))\n* Documentation of chart registry, by Jasmine Hegman ([#676](https://github.com/dc-js/dc.js/issues/676) / [#1082](https://github.com/dc-js/dc.js/pull/1082))\n* HTML documentation generation, by Matt Traynham. There are still some kinks to be worked out here, but in principle it should be more robust than the gigantic markdown file we are generating. ([#1086](https://github.com/dc-js/dc.js/pull/1086))\n* Document that you need to use a `RangedFilter` when filtering a range, by koefoed ([#1090](https://github.com/dc-js/dc.js/pull/1090))\n* Fix links to box plot examples, by Yuval Greenfield ([#1094](https://github.com/dc-js/dc.js/pull/1094))\n* [Sparkline example](http://dc-js.github.io/dc.js/examples/sparkline.html) ([#1013](https://github.com/dc-js/dc.js/issues/1013))\n* Example of [complex reductions](http://dc-js.github.io/dc.js/examples/complex-reduce.html) that need all the rows in each group, like min, max, median.\n* [Time interval](http://dc-js.github.io/dc.js/examples/time-intervals.html) example.\n\n## 2.0.0 beta 25\n* Improved dataTable docs (including a fix for [#1030](https://github.com/dc-js/dc.js/issues/1030))\n* Generate proper data table header ([#1015](https://github.com/dc-js/dc.js/issues/1015))\n* Fix various test failures on Safari/IE/Edge (regular testing is on Chrome/Firefox/Opera) ([#1072](https://github.com/dc-js/dc.js/issues/1072), [#1073](https://github.com/dc-js/dc.js/issues/1073), [#1074](https://github.com/dc-js/dc.js/issues/1064))\n\n## 2.0.0 beta 24\n* Only auto-calculate width/height once each render - sizes were getting calculated wrong ([#1070](https://github.com/dc-js/dc.js/issues/1070)) and charts were changing size on redraw if they didn't have a fixed size in the chart spec or in the div style ([#980](https://github.com/dc-js/dc.js/issues/980))\n* Tell browserify the correct entry point `browser: dc.js`, so it won't try to bundle jsdom, by Sam Dunster ([#1005](https://github.com/dc-js/dc.js/issues/1005) / ([#1062](https://github.com/dc-js/dc.js/pull/1062))\n* Lighten the vertical lines in row chart (consistent with other charts), by Mike Vashevko ([#1046](https://github.com/dc-js/dc.js/issues/1046) / ([#1047](https://github.com/dc-js/dc.js/pull/1047))\n* dc.utils docs, by Matt Traynham ([#961](https://github.com/dc-js/dc.js/issues/961) / ([#1041](https://github.com/dc-js/dc.js/pull/1041))\n\n## 2.0.0 beta 23\n* Domain was getting set for composite charts even when `elasticY` disabled. ([#1056](https://github.com/dc-js/dc.js/issues/1056)\n\n## 2.0.0 beta 22\n(no changes; bump due to botched npm publish)\n\n## 2.0.0 beta 21\n* Ability to use non-crossfilter backend with asynchronous connection (callback), via `commitHandler`.\n* Domain comparison was failing for undefined/null domain values.\n* Option `controlsUseVisibility` to use `visibility` attribute instead of `display` for `filter` and `reset` controls, to reduce disruption to the layout. Was originally on 2.1 branch with default true, now on 2.0 branch with default false. ([#888](https://github.com/dc-js/dc.js/issues/888), [#1016](https://github.com/dc-js/dc.js/issues/1016))\n* Option to add labels above bars in bar chart (e.g. to show the value), by N Reese ([#211](https://github.com/dc-js/dc.js/issues/211) / [#1031](https://github.com/dc-js/dc.js/pull/1031))\n* Option to sort bubbles with smaller bubbles in front; make bubble labels not clickable because they can get in the way, by Matt Traynham ([#1025](https://github.com/dc-js/dc.js/pull/1025))\n\n## 2.0.0 beta 20\n* Slicing functionality for basic data table paging, based on Chris Alvino's feature for the data grid ([#101](https://github.com/dc-js/dc.js/issues/101))\n* Ability to customize the legend text, by Chris Alvino ([#982](https://github.com/dc-js/dc.js/pull/982))\n* Option to align the left and right Y axes if either or both has negative values, by Mohomed Gazal ([#985](https://github.com/dc-js/dc.js/pull/985))\n* Connector lines from pie wedges to external labels, by Alan Kavanagh ([#986](https://github.com/dc-js/dc.js/pull/986))\n* Further documentation improvements, including lots more cross-linking, by Matt Traynham ([#1012](https://github.com/dc-js/dc.js/pull/1012))\n* Minified CSS, by Indri Muska ([#1023](https://github.com/dc-js/dc.js/pull/1023))\n\n## 2.0.0 beta 19\n* Allow d3.selection to be passed as parent, as documented ([#1006](https://github.com/dc-js/dc.js/issues/1006))\n* Properly derive dc.errors from Error prototype to get stack\n* Add BadArgumentException and make .anchor() parent argument mandatory\n* Enable crossfilter optimizations by not resetting the filter and by using filterExact and filterRange, by Ethan Jewett ([#990](https://github.com/dc-js/dc.js/pull/990) / [#989](https://github.com/dc-js/dc.js/issues/989) / [#478](https://github.com/dc-js/dc.js/issues/478))\n* Add `filterType` to dc.filters, for filter optimizations and [easier serialization](https://github.com/dc-js/dc.js/issues/819)\n* More documentation improvements, by Matt Traynham ([#999](https://github.com/dc-js/dc.js/pull/999))\n* Fix method name in documentation ([#1009](https://github.com/dc-js/dc.js/issues/1009))\n* Move x axis when row chart size changes, by Wang Xuan ([#1001](https://github.com/dc-js/dc.js/pull/1001)\n* Fix css rule that was improperly selecting all axes, not just dc.js ones ([#1011](https://github.com/dc-js/dc.js/pull/1011) / ([#1005](https://github.com/dc-js/dc.js/issues/1007))\n* Add pre-commit hook to hopefully avoid ever checking in merge artifacts again.\n\n## 2.0.0 beta 18\n* Fixes resizing examples to use `rescale` - currently all coordinate grid charts need to call this when changing width/height, in order to get axes moved ([#974](https://github.com/dc-js/dc.js/issues/974))\n* Update all dependencies, continued linting, by Matt Traynham ([#975](https://github.com/dc-js/dc.js/pull/975))\n* Bubble mixin minimum radius accessor ([#687](https://github.com/dc-js/dc.js/issues/687))\n* Example of single selection of ordinal bar chart (for [#996](https://github.com/dc-js/dc.js/issues/996))\n* Move documentation to JSDoc toolchain, by Matt Traynham ([#978](https://github.com/dc-js/dc.js/pull/978) / [#994](https://github.com/dc-js/dc.js/pull/994))\n* Resize heat map axes when chart size changes, by Wang Xuan ([#995](https://github.com/dc-js/dc.js/pull/995)\n\n## 2.0.0 beta 17\n* Fixes issue where transitions were applied to the brush as it's being applied, causing it to lag ([#973](https://github.com/dc-js/dc.js/issues/973))\n\n## 2.0.0 beta 16\n* Reposition brush when coordinate grid chart size changes ([#972](https://github.com/dc-js/dc.js/pull/972))\n* Ability to slice the data grid, by Chris Alvino ([#946](https://github.com/dc-js/dc.js/pull/946)). Also a much-needed warning that data table and data grid `.group()` means something completely different.\n* Ability not to apply grouping to data table, by Emiliano Guevara ([#863](https://github.com/dc-js/dc.js/pull/863))\n\n## 2.0.0 beta 15\n* Reposition X axis on chart resize, by Rob Hardwick ([#856](https://github.com/dc-js/dc.js/pull/856)). Y axis as well\n* More fixes for resizing charts, and [a new resizing examples directory](http://dc-js.github.io/dc.js/resizing/), mostly for testing.\n\n## 2.0.0 beta 14\n* Fix a test for IE and add svg subpath matcher, for #894\n\n## 2.0.0 beta 13\n* Pie chart radius padding, by Matt Traynham ([#894](https://github.com/dc-js/dc.js/pull/894))\n* Example of a table showing group-aggregated data, by Ion Alberdi ([#929](https://github.com/dc-js/dc.js/pull/929))\n* Filtered items were not displayed after render in coordinate grid charts, by Matt Traynham ([#900](https://github.com/dc-js/dc.js/pull/900))\n* grammar/spelling/formatting fixes to annotated stock example, by Johnny Peck and Enrico Spinielli ([#956](https://github.com/dc-js/dc.js/pull/956), [#875](https://github.com/dc-js/dc.js/pull/875))\n* document bower install, by Mayfarth ([#899](https://github.com/dc-js/dc.js/pull/899))\n* remove unused bower version, by Kevin Kirsche ([#948](https://github.com/dc-js/dc.js/pull/948))\n\n## 2.0.0 beta 12\n * axes should rescale on chart rescale (not just on zoom). ([#791](https://github.com/dc-js/dc.js/issues/791))\n * always rescale x axis on render, and detect domain change more thoroughly, by Matt Traynham\n ([#896](https://github.com/dc-js/dc.js/pull/896))\n\n## 2.0.0 beta 11\n * pretransition event ([#806](https://github.com/dc-js/dc.js/issues/806))\n * replace `.renderlet(...)` with `.on(\"renderlet\", ...)` in test and examples, by Alan Kavanagh ([#906](https://github.com/dc-js/dc.js/issues/906) / ([#917](https://github.com/dc-js/dc.js/pull/917))\n\n## 2.0.0 beta 10\n * component package manager support, by Shobhit Gupta ([#860](https://github.com/dc-js/dc.js/pull/860))\n * add sourcemaps (*.map) to distributions ([#866](https://github.com/dc-js/dc.js/issues/866))\n * allow `.options()` to take an array of arguments (for better angular-dc support), by Tim Ruhle ([#886](https://github.com/dc-js/dc.js/pull/886) / ([#769](https://github.com/dc-js/dc.js/issues/769))\n * make bower distro smaller, by Matt Traynham and Tim Ruhle ([#925](https://github.com/dc-js/dc.js/pull/925 / [#935](https://github.com/dc-js/dc.js/pull/935))\n * added infrastructure for testing transitions by eye\n * added area and stacked bar examples ([#777](https://github.com/dc-js/dc.js/issues/#777))\n\n## 2.0.0 beta 9\n * propagate elasticX to child charts so that domain can be calculated correctly ([#926](https://github.com/dc-js/dc.js/issues/926))\n\n## 2.0.0 beta 8\n * simplify Gruntfile and further update dependencies, by Matt Traynham ([#849](https://github.com/dc-js/dc.js/pull/849))\n * setting the chart group should automatically put the chart in that group, by Matt Traynham ([#834](https://github.com/dc-js/dc.js/pull/834) / [#775](https://github.com/dc-js/dc.js/issues/775))\n\n## 2.0.0 beta 7\n * fixes a bug introduced in the last release where the ordering function was defined inconsistently, causing the default ordering function to be incorrect and causing crashes with largish data in crossfilter's quicksort on IE. ([#909](https://github.com/dc-js/dc.js/issues/909))\n\n## 2.0.0 beta 6\n * pie chart consistently pass data object to pie title function, by Jasmine Hegman ([#824](https://github.com/dc-js/dc.js/pull/824) / [#755](https://github.com/dc-js/dc.js/issues/755))\n * heatmap box titles were not updated on redraw, by hhravn ([#798](https://github.com/dc-js/dc.js/pull/798))\n * apply ordering to ordinal bar chart, by Mihai Hodorogea ([#766](https://github.com/dc-js/dc.js/pull/766) / [#772](https://github.com/dc-js/dc.js/issues/772))\n * add option to hide mouseover dots for line chart, by Davis Ford ([#735](https://github.com/dc-js/dc.js/pull/735))\n * adding example bar-extra-line, overlaying a line with a renderlet\n\n## 2.0.0 beta 5\n * updating this doc to link to issues/PRs manually (until we get a better changelog\n   system?), by Matt Traynham ([#845](https://github.com/dc-js/dc.js/issues/845))\n * update all NPM dependencies and fix tests that were not expecting any results,\n   by Matt Traynham ([#844](https://github.com/dc-js/dc.js/issues/844))\n\n## 2.0.0 beta 4\n * make barChart.onClick a proper override, by Gordon Woodhull (fixes the complaint in [#168](https://github.com/dc-js/dc.js/issues/168))\n\n## 2.0.0 beta 3\n * Properly tagged this time.\n\n## 2.0.0 beta 2\n * Re-implement renderlets as regular event `.on('renderlet')`. old function `.renderlet()`\n   is deprecated, by Matt Traynham ([#776](https://github.com/dc-js/dc.js/issues/776) / [#833](https://github.com/dc-js/dc.js/issues/833), replaces [#779](https://github.com/dc-js/dc.js/issues/779))\n * Geochoropleth tests sped up, by Jasmine Hegman ([#825](https://github.com/dc-js/dc.js/issues/825) / [#817](https://github.com/dc-js/dc.js/issues/817))\n * Number display test cleaned up, by Jasmine Hegman ([#826](https://github.com/dc-js/dc.js/issues/826)/ [#783](https://github.com/dc-js/dc.js/issues/783))\n * Provide a way to override the heatmap labels, by hhravn ([#794](https://github.com/dc-js/dc.js/issues/794) / [#793](https://github.com/dc-js/dc.js/issues/793))\n\n## add-logo tag\n * Added logo to main page and favicon ([#618](https://github.com/dc-js/dc.js/issues/618))\n\n## 2.0.0 beta 1\n * Merged [#800](https://github.com/dc-js/dc.js/issues/800): unselectable ids starting with numbers [#789](https://github.com/dc-js/dc.js/issues/789). Thanks Jasmine Hegman!\n * Interface and features frozen - from this point all fixes will be merged to\n   `master` and `develop`, and all interface changes only merged to `develop`.\n\n## Starting dc.js Changelog\n * Here we start using git-flow, start a changelog, and start 2015.  Under git-flow,\n   the latest release (starting with 2.0.0-beta.1) is always on the master branch,\n   development (2.1.0-dev) is on the develop branch, and releases and fixes are always\n   merged into develop.\n * Read about git-flow here: http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/\n * It follows that this document will always have two active sections: the master\n   section, and the develop section.  Since any changes merged to master are also\n   merged to develop, any changes added to the changelog for the master branch will\n   get merged into the same section in the develop version of this document.\n"
  },
  {
    "path": "Gruntfile.js",
    "content": "module.exports = function (grunt) {\n    'use strict';\n\n    require('load-grunt-tasks')(grunt, {\n        pattern: ['grunt-*']\n    });\n    require('time-grunt')(grunt);\n\n    grunt.loadNpmTasks('grunt-karma');\n\n    const formatFileList = require('./grunt/format-file-list')(grunt);\n\n    const config = {\n        src: 'src',\n        spec: 'spec',\n        web: 'web',\n        websrc: 'web-src',\n        dist: 'dist',\n        pkg: require('./package.json'),\n        banner: grunt.file.read('./LICENSE_BANNER')\n    };\n\n    // in d3v4 and d3v5 pre-built d3.js are in different sub folders\n    const d3pkgSubDir = config.pkg.dependencies.d3.split('.')[0].replace(/[^\\d]/g, '') === '4' ? 'build' : 'dist';\n\n    const lintableFiles = `'${config.src}' '${config.spec}' '*.js' 'grunt/*.js' '<%= conf.websrc %>/stock.js'`;\n\n    const sass = require('node-sass');\n\n    grunt.initConfig({\n        conf: config,\n\n        sass: {\n            options: {\n                implementation: sass\n            },\n            dist: {\n                files: {\n                    '<%= conf.dist %>/style/<%= conf.pkg.name %>.css': 'style/<%= conf.pkg.name %>.scss'\n                }\n            }\n        },\n        cssmin: {\n            options: {\n                shorthandCompacting: false,\n                roundingPrecision: -1\n            },\n            main: {\n                files: {\n                    '<%= conf.dist %>/style/<%= conf.pkg.name %>.min.css': ['<%= conf.dist %>/style/<%= conf.pkg.name %>.css']\n                }\n            }\n        },\n        watch: {\n            jsdoc2md: {\n                files: ['docs/welcome.base.md', '<%= conf.src %>/**/*.js'],\n                tasks: ['build', 'jsdoc', 'jsdoc2md']\n            },\n            scripts: {\n                files: ['<%= conf.src %>/**/*.js', '<%= conf.web %>/stock.js'],\n                tasks: ['docs']\n            },\n            websrc: {\n                files: ['<%= conf.websrc %>/**/*.html', '<%= conf.websrc %>/**/*.js'],\n                tasks: ['docs']\n            },\n            sass: {\n                files: ['style/<%= conf.pkg.name %>.scss'],\n                tasks: ['sass', 'cssmin:main', 'copy:dc-to-gh']\n            },\n            tests: {\n                files: [\n                    '<%= conf.src %>/**/*.js',\n                    '<%= conf.spec %>/*.js',\n                    '<%= conf.spec %>/helpers/*.js',\n                    '<%= conf.websrc %>/**/*',\n                    'docs/**/*'],\n                tasks: ['test']\n            },\n            reload: {\n                files: ['<%= conf.dist %>/<%= conf.pkg.name %>.js',\n                        '<%= conf.dist %>/style/<%= conf.pkg.name %>.css',\n                        '<%= conf.web %>/js/<%= conf.pkg.name %>.js',\n                        '<%= conf.web %>/css/<%= conf.pkg.name %>.css',\n                        '<%= conf.dist %>/<%= conf.pkg.name %>.min.js'],\n                options: {\n                    livereload: true\n                }\n            }\n        },\n        connect: {\n            server: {\n                options: {\n                    port: process.env.PORT || 8888,\n                    base: '.'\n                }\n            }\n        },\n        jasmine: {\n            specs: {\n                options: {\n                    display: 'short',\n                    summary: true,\n                    specs:  '<%= conf.spec %>/*-spec.js',\n                    helpers: [\n                        '<%= conf.spec %>/helpers/*.js',\n                        '<%= conf.spec %>/3rd-party/*.js'\n                    ],\n                    styles: [\n                        '<%= conf.dist %>/style/dc.css'\n                    ],\n                    outfile: '<%= conf.spec %>/index.html',\n                    keepRunner: true\n                },\n                src: [\n                    '<%= conf.dist %>/<%= conf.pkg.name %>.js'\n                ]\n            }\n        },\n        karma: {\n            options: {\n                configFile: 'karma.conf.js'\n            },\n            unit: {},\n            coverage: {\n                reporters: ['progress', 'coverage'],\n\n                preprocessors: {\n                    // source files, that you wanna generate coverage for\n                    // do not include tests or libraries\n                    // (these files will be instrumented by Istanbul)\n                    '<%= conf.dist %>/<%= conf.pkg.name %>.js': ['coverage']\n                },\n\n                // optionally, configure the reporter\n                coverageReporter: {\n                    type: 'html',\n                    dir: 'coverage/'\n                }\n            },\n            ci: {\n                browsers: ['ChromeNoSandboxHeadless', 'FirefoxHeadless'],\n                concurrency: 1,\n                reporters: ['dots', 'summary']\n            },\n            'ci-windows': {\n                browsers: ['EdgeHeadless', 'ChromeNoSandboxHeadless', 'FirefoxHeadless'],\n                concurrency: 1,\n                reporters: ['dots', 'summary']\n            },\n            'ci-macos': {\n                browsers: ['Safari', 'ChromeNoSandboxHeadless', 'FirefoxHeadless'],\n                concurrency: 1,\n                reporters: ['dots', 'summary']\n            },\n        },\n        jsdoc: {\n            dist: {\n                src: ['docs/welcome.base.md', '<%= conf.src %>/**/*.js', '!<%= conf.src %>/{banner,footer}.js'],\n                options: {\n                    destination: '<%= conf.web %>/docs/html',\n                    template: 'node_modules/ink-docstrap/template',\n                    configure: 'jsdoc.conf.json'\n                }\n            }\n        },\n        jsdoc2md: {\n            dist: {\n                src: '<%= conf.dist %>/<%= conf.pkg.name %>.js',\n                dest: 'docs/api-latest.md'\n            }\n        },\n        docco: {\n            options: {\n                dst: '<%= conf.web %>/docs'\n            },\n            howto: {\n                files: [\n                    {\n                        expand: true,\n                        cwd: '<%= conf.web %>',\n                        src: ['stock.js']\n                    }\n                ]\n            }\n        },\n        copy: {\n            'dc-to-gh': {\n                files: [\n                    {\n                        expand: true,\n                        nonull: true,\n                        cwd: '<%= conf.websrc %>',\n                        src: '**',\n                        dest: '<%= conf.web %>/'\n                    },\n                    {\n                        expand: true,\n                        cwd: 'docs/old-api-docs',\n                        src: '**',\n                        dest: '<%= conf.web %>/docs/'\n                    },\n                    {\n                        expand: true,\n                        flatten: true,\n                        nonull: true,\n                        src: ['<%= conf.dist %>/style/<%= conf.pkg.name %>.css', '<%= conf.dist %>/style/<%= conf.pkg.name %>.min.css'],\n                        dest: '<%= conf.web %>/css/'\n                    },\n                    {\n                        expand: true,\n                        flatten: true,\n                        nonull: true,\n                        src: [\n                            '<%= conf.dist %>/<%= conf.pkg.name %>.js',\n                            '<%= conf.dist %>/<%= conf.pkg.name %>.js.map',\n                            '<%= conf.dist %>/<%= conf.pkg.name %>.min.js',\n                            '<%= conf.dist %>/<%= conf.pkg.name %>.min.js.map',\n                            `node_modules/d3/${d3pkgSubDir}/d3.js`,\n                            'node_modules/crossfilter2/crossfilter.js',\n                            'node_modules/file-saver/FileSaver.js',\n                            'node_modules/reductio/reductio.js',\n                            'node_modules/regression/dist/regression.js'\n                        ],\n                        dest: '<%= conf.web %>/js/'\n                    }\n                ]\n            },\n            'specs': {\n                files: [\n                    {\n                        expand: true,\n                        flatten: true,\n                        nonull: true,\n                        src: [\n                            `node_modules/d3/${d3pkgSubDir}/d3.js`,\n                            'node_modules/crossfilter2/crossfilter.js',\n                        ],\n                        dest: '<%= conf.spec %>/3rd-party/'\n                    },\n                    {\n                        expand: true,\n                        flatten: true,\n                        nonull: true,\n                        src: [\n                            'node_modules/compare-versions/index.js'\n                        ],\n                        dest: '<%= conf.spec %>/3rd-party/',\n                        rename: function (dest, src) {\n                            return `${dest}compare-versions.js`;\n                        }\n                    }\n                ]\n            }\n        },\n        fileindex: {\n            'examples-listing': {\n                options: {\n                    format: formatFileList,\n                    absolute: true,\n                    title: 'Index of dc.js examples',\n                    heading: 'Examples of using dc.js',\n                    description: 'An attempt to present a simple example of each chart type.',\n                    also: ['transitions', 'resizing', 'zoom'],\n                    sourceLink: 'https://github.com/dc-js/dc.js/tree/develop/<%= conf.websrc %>/examples'\n                },\n                files: [\n                    {dest: '<%= conf.web %>/examples/index.html', src: ['<%= conf.websrc %>/examples/*.html']}\n                ]\n            },\n            'transitions-listing': {\n                options: {\n                    format: formatFileList,\n                    absolute: true,\n                    title: 'Index of dc.js transition tests',\n                    heading: 'Eyeball tests for dc.js transitions',\n                    description: 'Transitions can only be tested by eye. ' +\n                        'These pages automate the transitions so they can be visually verified.',\n                    also: ['examples', 'resizing', 'zoom'],\n                    sourceLink: 'https://github.com/dc-js/dc.js/tree/develop/<%= conf.websrc %>/transitions'\n                },\n                files: [\n                    {dest: '<%= conf.web %>/transitions/index.html', src: ['<%= conf.websrc %>/transitions/*.html']}\n                ]\n            },\n            'resizing-listing': {\n                options: {\n                    format: formatFileList,\n                    absolute: true,\n                    title: 'Index of dc.js resizing tests',\n                    heading: 'Eyeball tests for resizing dc.js charts',\n                    description: 'It\\'s a lot easier to test resizing behavior by eye. ' +\n                        'These pages fit the charts to the browser dynamically so it\\'s easier to test. ' +\n                        'For the examples with a single chart taking up the entire window, you can add <code>?resize=viewbox</code> ' +\n                        'to the URL to test resizing the chart using the ' +\n          '<a href=\"http://dc-js.github.io/dc.js/docs/html/dc.baseMixin.html#useViewBoxResizing__anchor\">useViewBoxResizing</a> strategy.',\n                    also: ['examples', 'transitions', 'zoom'],\n                    sourceLink: 'https://github.com/dc-js/dc.js/tree/develop/<%= conf.websrc %>/resizing'\n                },\n                files: [\n                    {dest: '<%= conf.web %>/resizing/index.html', src: ['<%= conf.websrc %>/resizing/*.html']}\n                ]\n            },\n            'zoom-listing': {\n                options: {\n                    format: formatFileList,\n                    absolute: true,\n                    title: 'Index of dc.js zoom tests',\n                    heading: 'Interactive test for dc.js chart zoom',\n                    description: 'It\\'s hard to conceive of a way to test zoom except by trying it. ' +\n                        'So this is a substitute for automated tests in this area',\n                    also: ['examples', 'transitions', 'resizing'],\n                    sourceLink: 'https://github.com/dc-js/dc.js/tree/develop/<%= conf.websrc %>/zoom'\n                },\n                files: [\n                    {dest: '<%= conf.web %>/zoom/index.html', src: ['<%= conf.websrc %>/zoom/*.html']}\n                ]\n            }\n        },\n        'gh-pages': {\n            options: {\n                base: '<%= conf.web %>',\n                message: 'Synced from from master branch.'\n            },\n            src: ['**']\n        },\n        shell: {\n            merge: {\n                command: function (pr) {\n                    return [\n                        'git fetch origin',\n                        'git checkout master',\n                        'git reset --hard origin/master',\n                        'git fetch origin',\n                        `git merge --no-ff origin/pr/${pr} -m 'Merge pull request #${pr}'`\n                    ].join('&&');\n                },\n                options: {\n                    stdout: true,\n                    failOnError: true\n                }\n            },\n            amend: {\n                command: 'git commit -a --amend --no-edit',\n                options: {\n                    stdout: true,\n                    failOnError: true\n                }\n            },\n            hooks: {\n                command: 'cp -n scripts/pre-commit.sh .git/hooks/pre-commit' +\n                    ' || echo \\'Cowardly refusing to overwrite your existing git pre-commit hook.\\''\n            },\n            hierarchy: {\n                command: 'dot -Tsvg -o <%= conf.websrc %>/img/class-hierarchy.svg class-hierarchy.dot'\n            },\n            'dist-clean': {\n                command: 'rm -rf dist/'\n            },\n            rollup: {\n                command: 'rollup --config'\n            },\n            eslint: {\n                command: `eslint ${lintableFiles}`\n            },\n            'eslint-fix': {\n                command: `eslint ${lintableFiles} --fix`\n            }\n        }\n    });\n\n    grunt.registerTask('merge', 'Merge a github pull request.', pr => {\n        grunt.log.writeln(`Merge Github Pull Request #${pr}`);\n        grunt.task.run([`shell:merge:${pr}`, 'test' , 'shell:amend']);\n    });\n    grunt.registerTask(\n        'test-stock-example',\n        'Test a new rendering of the stock example web page against a baseline rendering',\n        function (option) {\n            require('./regression/stock-regression-test.js').testStockExample(this.async(), option === 'diff');\n        });\n    grunt.registerTask('update-stock-example', 'Update the baseline stock example web page.', function () {\n        require('./regression/stock-regression-test.js').updateStockExample(this.async());\n    });\n    grunt.registerTask('watch:scripts-sass-docs', () => {\n        grunt.config('watch', {\n            scripts: grunt.config('watch').scripts,\n            websrc: grunt.config('watch').websrc,\n            sass: grunt.config('watch').sass\n        });\n        grunt.task.run('watch');\n    });\n\n    // task aliases\n    grunt.registerTask('build', ['shell:dist-clean', 'shell:rollup', 'sass', 'cssmin']);\n    grunt.registerTask('docs', ['build', 'copy', 'jsdoc', 'jsdoc2md', 'docco', 'fileindex']);\n    grunt.registerTask('web', ['docs', 'gh-pages']);\n    grunt.registerTask('server-only', ['docs', 'fileindex', 'jasmine:specs:build', 'connect:server']);\n    grunt.registerTask('server', ['server-only', 'watch:scripts-sass-docs']);\n    // This task will active server, test when initiated, and then keep a watch for changes, and rebuild and test as needed\n    grunt.registerTask('test-n-serve', ['server-only', 'test', 'watch:tests']);\n    grunt.registerTask('test', ['build', 'copy', 'karma:unit']);\n    grunt.registerTask('coverage', ['build', 'copy', 'karma:coverage']);\n    grunt.registerTask('ci-pull', ['build', 'copy', 'karma:ci']);\n    grunt.registerTask('ci-windows', ['build', 'copy', 'karma:ci-windows']);\n    grunt.registerTask('ci-macos', ['build', 'copy', 'karma:ci-macos']);\n    grunt.registerTask('lint', ['shell:eslint']);\n    grunt.registerTask('lint-fix', ['shell:eslint-fix']);\n    grunt.registerTask('default', ['build', 'shell:hooks']);\n    grunt.registerTask('doc-debug', ['build', 'jsdoc', 'jsdoc2md', 'watch:jsdoc2md']);\n};\n"
  },
  {
    "path": "LICENSE",
    "content": "                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   Copyright 2012-2016 Nick Zhu & the dc.js Developers\n   https://github.com/dc-js/dc.js/blob/master/AUTHORS\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "LICENSE_BANNER",
    "content": "/*!\n *  dc <%= pkg.version %>\n *  http://dc-js.github.io/dc.js/\n *  Copyright 2012-<%= moment().format('YYYY') %> Nick Zhu & the dc.js Developers\n *  https://github.com/dc-js/dc.js/blob/master/AUTHORS\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *      http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n"
  },
  {
    "path": "README.md",
    "content": "[![Build Status](https://api.travis-ci.org/dc-js/dc.js.svg?branch=master)](http://travis-ci.org/dc-js/dc.js)\n[![Sauce Status](https://saucelabs.com/buildstatus/sclevine)](https://saucelabs.com/u/sclevine)\n[![NPM Status](https://badge.fury.io/js/dc.svg)](http://badge.fury.io/js/dc)\n[![cdnjs Status](https://img.shields.io/cdnjs/v/dc?color=green)](https://cdnjs.com/libraries/dc)\n[![Join the chat at https://gitter.im/dc-js/dc.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dc-js/dc.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\ndc.js\n=====\n\nDimensional charting built to work natively with [crossfilter](http://crossfilter.github.io/crossfilter/)\nrendered using [d3.js](https://d3js.org/). \n\n**NOTE:** We are seeking new maintainers to join Deepak Kumar. See [#1868](https://github.com/dc-js/dc.js/issues/1868) for discussion.\n\nIn dc.js, each chart displays an aggregation of some\nattributes through the position, size, and color of its elements, and also presents a dimension\nwhich can be filtered. When the filter or brush changes, all other charts are updated dynamically,\nusing animated transitions.\n\nCheck out the [example page](http://dc-js.github.io/dc.js/)\nand its [annotated source](http://dc-js.github.io/dc.js/docs/stock.html) for a quick five minute\nhow-to guide. The detailed [API reference is here](http://dc-js.github.io/dc.js/docs/html/)\n([markdown version](https://github.com/dc-js/dc.js/blob/master/docs/api-latest.md)). For\nmore examples and hints please visit the [Wiki](https://github.com/dc-js/dc.js/wiki).\n\n\nSupport\n--------------------\n* [Example Site](http://dc-js.github.io/dc.js/)\n* [Changelog](https://github.com/dc-js/dc.js/blob/develop/Changelog.md)\n* [Frequently Asked Questions](https://github.com/dc-js/dc.js/wiki/FAQ) and [Wiki](https://github.com/dc-js/dc.js/wiki)\n* [v4.0 API Reference](http://dc-js.github.io/dc.js/docs/html/) <sup>([markdown](https://github.com/dc-js/dc.js/blob/master/docs/api-latest.md))</sup> <sup>([last - v3.1.9](https://github.com/dc-js/dc.js/blob/master/docs/old-api-docs/api-3.1.9.md))</sup>\n* [dc.js on StackOverflow](http://stackoverflow.com/questions/tagged/dc.js) - ask questions and get help\n* [User Group](https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group) (\"mailing list\") - discussion and longer topics\n* [GitHub Issues](https://github.com/dc-js/dc.js/issues) - bug reports and feature requests\n\n*Please direct questions and support requests to Stack Overflow or the user group. When posting to Stack Overflow, use the* `[dc.js]` *and/or* `[crossfilter]` *tags - other tags are likely to draw unwanted attention.*\n\nGet help faster with a working example! Fork these to get started:<br>\n[blank jsFiddle](https://jsfiddle.net/gordonwoodhull/rL82bguk/1) - [example jsFiddle](https://jsfiddle.net/gordonwoodhull/5ztavmjy/2) - [blank bl.ock](https://blockbuilder.org/gordonwoodhull/f6bab3d2f5b34018548207014b4056bf) - [example bl.ock](https://blockbuilder.org/gordonwoodhull/bcf9eaa0bfc2c84373cffac06d5755e5)\n\n## Versioning\nVersion 4.* is compatible with d3 versions 4 and 5. It is not compatible with IE. Use dc.js 3.* if you need IE support, or use dc.js 2.* if you need compatibility with d3 version 3.\n\n## CDN location\n\n```\nhttps://unpkg.com/dc@4/dist/dc.js\nhttps://unpkg.com/dc@4/dist/style/dc.css\n```\n\nor copy the latest links from [CDNJS](https://cdnjs.com/libraries/dc)\n\n\nInstall with npm\n--------------------\n```\nnpm install dc\n```\n\n\nInstall without npm\n--------------------\nDownload\n* [d3.js](https://github.com/mbostock/d3)\n* [crossfilter.js](https://github.com/crossfilter/crossfilter)\n* [dc.js - stable](https://github.com/dc-js/dc.js/releases)\n* [dc.js - bleeding edge (develop)](https://github.com/dc-js/dc.js)\n\n\nHow to build dc.js locally\n---------------------------\n\n### Prerequisite modules\n\nMake sure the following packages are installed on your machine\n* node.js\n* npm\n\n### Install dependencies\n```\n$ npm install\n```\n\n### Build and Test\n```\n$ grunt test\n```\n\nDeveloping dc.js\n----------------\n\n### Start the development server\n```\n$ grunt server\n```\n\n* Jasmine specs are hosted at http://localhost:8888/spec\n* The stock example is at http://localhost:8888/web\n* More examples are at http://localhost:8888/web/examples\n\nLicense\n--------------------\n\ndc.js is an open source javascript library and licensed under\n[Apache License v2](http://www.apache.org/licenses/LICENSE-2.0.html).\n"
  },
  {
    "path": "class-hierarchy.dot",
    "content": "digraph dcHierarchy {\ngraph [rankdir=LR, ranksep=0.5]\nnode [fontname=\"sans-serif\", fontsize=10, margin=\"0.05,0.05\", href=\"\\N.html\"]\nnode [style=filled, fillcolor=palegreen]\n{ node [style=filled, fillcolor=lightblue] BaseMixin ColorMixin MarginMixin BubbleMixin CoordinateGridMixin StackMixin CapMixin }\nBaseMixin\nColorMixin -> CoordinateGridMixin\nMarginMixin -> CoordinateGridMixin\nCoordinateGridMixin -> StackMixin\nStackMixin -> BarChart\nCoordinateGridMixin -> BoxPlot\nCoordinateGridMixin -> BubbleChart\nBubbleMixin -> BubbleChart\nColorMixin -> BubbleMixin\nBubbleMixin -> BubbleOverlay\nCoordinateGridMixin -> CompositeChart\nCompositeChart -> SeriesChart\nBaseMixin -> DataCount\nBaseMixin -> DataGrid\nBaseMixin -> DataTable\nBaseMixin -> ColorMixin\nColorMixin -> GeoChoroplethChart\nBaseMixin -> MarginMixin\nMarginMixin -> HeatMap\nColorMixin -> HeatMap\nStackMixin -> LineChart\nBaseMixin -> NumberDisplay\nColorMixin -> PieChart\nBaseMixin -> CapMixin\nCapMixin -> PieChart\nCapMixin -> RowChart\nMarginMixin -> RowChart\nColorMixin -> RowChart\nCoordinateGridMixin -> ScatterPlot\nBaseMixin -> SelectMenu\nBaseMixin -> CboxMenu\nColorMixin -> SunburstChart\nCapMixin -> SunburstChart\nBaseMixin -> TextFilterWidget\n}\n"
  },
  {
    "path": "docs/api-latest.md",
    "content": "## Classes\n\n<dl>\n<dt><a href=\"#Logger\">Logger</a></dt>\n<dd><p>Provides basis logging and deprecation utilities</p>\n</dd>\n<dt><a href=\"#Config\">Config</a></dt>\n<dd><p>General configuration</p>\n</dd>\n<dt><a href=\"#ChartRegistry\">ChartRegistry</a></dt>\n<dd><p>The ChartRegistry maintains sets of all instantiated dc.js charts under named groups\nand the default group. There is a single global ChartRegistry object named <code>chartRegistry</code></p>\n<p>A chart group often corresponds to a crossfilter instance. It specifies\nthe set of charts which should be updated when a filter changes on one of the charts or when the\nglobal functions <a href=\"#filterAll\">filterAll</a>, <a href=\"#refocusAll\">refocusAll</a>,\n<a href=\"#renderAll\">renderAll</a>, <a href=\"#redrawAll\">redrawAll</a>, or chart functions\n<a href=\"baseMixin#renderGroup\">baseMixin.renderGroup</a>,\n<a href=\"baseMixin#redrawGroup\">baseMixin.redrawGroup</a> are called.</p>\n</dd>\n<dt><a href=\"#BarChart\">BarChart</a></dt>\n<dd><p>Concrete bar chart/histogram implementation.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/\">Nasdaq 100 Index</a></li>\n<li><a href=\"https://dc-js.github.io/dc.js/crime/index.html\">Canadian City Crime Stats</a></li>\n</ul>\n</dd>\n<dt><a href=\"#BoxPlot\">BoxPlot</a></dt>\n<dd><p>A box plot is a chart that depicts numerical data via their quartile ranges.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"http://dc-js.github.io/dc.js/examples/boxplot-basic.html\">Boxplot Basic example</a></li>\n<li><a href=\"http://dc-js.github.io/dc.js/examples/boxplot-enhanced.html\">Boxplot Enhanced example</a></li>\n<li><a href=\"http://dc-js.github.io/dc.js/examples/boxplot-render-data.html\">Boxplot Render Data example</a></li>\n<li><a href=\"http://dc-js.github.io/dc.js/examples/boxplot-time.html\">Boxplot time example</a></li>\n</ul>\n</dd>\n<dt><a href=\"#BubbleChart\">BubbleChart</a></dt>\n<dd><p>A concrete implementation of a general purpose bubble chart that allows data visualization using the\nfollowing dimensions:</p>\n<ul>\n<li>x axis position</li>\n<li>y axis position</li>\n<li>bubble radius</li>\n<li>color</li>\n</ul>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/\">Nasdaq 100 Index</a></li>\n<li><a href=\"https://dc-js.github.io/dc.js/vc/index.html\">US Venture Capital Landscape 2011</a></li>\n</ul>\n</dd>\n<dt><a href=\"#BubbleOverlay\">BubbleOverlay</a></dt>\n<dd><p>The bubble overlay chart is quite different from the typical bubble chart. With the bubble overlay\nchart you can arbitrarily place bubbles on an existing svg or bitmap image, thus changing the\ntypical x and y positioning while retaining the capability to visualize data using bubble radius\nand coloring.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/crime/index.html\">Canadian City Crime Stats</a></li>\n</ul>\n</dd>\n<dt><a href=\"#CboxMenu\">CboxMenu</a></dt>\n<dd><p>The CboxMenu is a simple widget designed to filter a dimension by\nselecting option(s) from a set of HTML <code>&lt;input /&gt;</code> elements. The menu can be\nmade into a set of radio buttons (single select) or checkboxes (multiple).</p>\n</dd>\n<dt><a href=\"#CompositeChart\">CompositeChart</a></dt>\n<dd><p>Composite charts are a special kind of chart that render multiple charts on the same Coordinate\nGrid. You can overlay (compose) different bar/line/area charts in a single composite chart to\nachieve some quite flexible charting effects.</p>\n</dd>\n<dt><a href=\"#DataCount\">DataCount</a></dt>\n<dd><p>The data count widget is a simple widget designed to display the number of records selected by the\ncurrent filters out of the total number of records in the data set. Once created the data count widget\nwill automatically update the text content of child elements with the following classes:</p>\n<ul>\n<li><code>.total-count</code> - total number of records</li>\n<li><code>.filter-count</code> - number of records matched by the current filters</li>\n</ul>\n<p>Note: this widget works best for the specific case of showing the number of records out of a\ntotal. If you want a more general-purpose numeric display, please use the\n<a href=\"#NumberDisplay\">NumberDisplay</a> widget instead.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/\">Nasdaq 100 Index</a></li>\n</ul>\n</dd>\n<dt><a href=\"#DataGrid\">DataGrid</a></dt>\n<dd><p>Data grid is a simple widget designed to list the filtered records, providing\na simple way to define how the items are displayed.</p>\n<p>Note: Formerly the data grid chart (and data table) used the <a href=\"#DataGrid+group\">group</a> attribute as a\nkeying function for <a href=\"https://github.com/d3/d3-collection/blob/master/README.md#nest\">nesting</a> the data\ntogether in sections.  This was confusing so it has been renamed to <code>section</code>, although <code>group</code> still works.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/ep/\">List of members of the european parliament</a></li>\n</ul>\n</dd>\n<dt><a href=\"#DataTable\">DataTable</a></dt>\n<dd><p>The data table is a simple widget designed to list crossfilter focused data set (rows being\nfiltered) in a good old tabular fashion.</p>\n<p>An interesting feature of the data table is that you can pass a crossfilter group to the\n<code>dimension</code>, if you want to show aggregated data instead of raw data rows. This requires no\nspecial code as long as you specify the <a href=\"#DataTable+order\">order</a> as <code>d3.descending</code>,\nsince the data table will use <code>dimension.top()</code> to fetch the data in that case, and the method is\nequally supported on the crossfilter group as the crossfilter dimension.</p>\n<p>If you want to display aggregated data in ascending order, you will need to wrap the group\nin a <a href=\"https://github.com/dc-js/dc.js/wiki/FAQ#fake-dimensions\">fake dimension</a> to support the\n<code>.bottom()</code> method. See the example linked below for more details.</p>\n<p>Note: Formerly the data table (and data grid chart) used the <a href=\"#DataTable+group\">group</a> attribute as a\nkeying function for <a href=\"https://github.com/d3/d3-collection/blob/master/README.md#nest\">nesting</a> the data\ntogether in sections.  This was confusing so it has been renamed to <code>section</code>, although <code>group</code> still works.\nExamples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/\">Nasdaq 100 Index</a></li>\n<li><a href=\"http://dc-js.github.io/dc.js/examples/table-on-aggregated-data.html\">dataTable on a crossfilter group</a>\n(<a href=\"https://github.com/dc-js/dc.js/blob/master/web-src/examples/table-on-aggregated-data.html\">source</a>)</li>\n</ul>\n</dd>\n<dt><a href=\"#GeoChoroplethChart\">GeoChoroplethChart</a></dt>\n<dd><p>The geo choropleth chart is designed as an easy way to create a crossfilter driven choropleth map\nfrom GeoJson data. This chart implementation was inspired by\n<a href=\"http://bl.ocks.org/4060606\">the great d3 choropleth example</a>.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/vc/index.html\">US Venture Capital Landscape 2011</a></li>\n</ul>\n</dd>\n<dt><a href=\"#HeatMap\">HeatMap</a></dt>\n<dd><p>A heat map is matrix that represents the values of two dimensions of data using colors.</p>\n</dd>\n<dt><a href=\"#HtmlLegend\">HtmlLegend</a></dt>\n<dd><p>htmlLegend is a attachable widget that can be added to other dc charts to render horizontal/vertical legend\nlabels.</p>\n</dd>\n<dt><a href=\"#Legend\">Legend</a></dt>\n<dd><p>Legend is a attachable widget that can be added to other dc charts to render horizontal legend\nlabels.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/\">Nasdaq 100 Index</a></li>\n<li><a href=\"https://dc-js.github.io/dc.js/crime/index.html\">Canadian City Crime Stats</a></li>\n</ul>\n</dd>\n<dt><a href=\"#LineChart\">LineChart</a></dt>\n<dd><p>Concrete line/area chart implementation.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/\">Nasdaq 100 Index</a></li>\n<li><a href=\"https://dc-js.github.io/dc.js/crime/index.html\">Canadian City Crime Stats</a></li>\n</ul>\n</dd>\n<dt><a href=\"#NumberDisplay\">NumberDisplay</a></dt>\n<dd><p>A display of a single numeric value.</p>\n<p>Unlike other charts, you do not need to set a dimension. Instead a group object must be provided and\na valueAccessor that returns a single value.</p>\n<p>If the group is a <a href=\"https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_groupAll\">groupAll</a>\nthen its <code>.value()</code> will be displayed. This is the recommended usage.</p>\n<p>However, if it is given an ordinary group, the <code>numberDisplay</code> will show the last bin&#39;s value, after\nsorting with the <a href=\"https://dc-js.github.io/dc.js/docs/html/dc.baseMixin.html#ordering__anchor\">ordering</a>\nfunction. <code>numberDisplay</code> defaults the <code>ordering</code> function to sorting by value, so this will display\nthe largest value if the values are numeric.</p>\n</dd>\n<dt><a href=\"#PieChart\">PieChart</a></dt>\n<dd><p>The pie chart implementation is usually used to visualize a small categorical distribution.  The pie\nchart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\nslice relative to the sum of all values. Slices are ordered by <a href=\"#BaseMixin+ordering\">ordering</a>\nwhich defaults to sorting by key.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/\">Nasdaq 100 Index</a></li>\n</ul>\n</dd>\n<dt><a href=\"#RowChart\">RowChart</a></dt>\n<dd><p>Concrete row chart implementation.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"https://dc-js.github.io/dc.js/\">Nasdaq 100 Index</a></li>\n</ul>\n</dd>\n<dt><a href=\"#ScatterPlot\">ScatterPlot</a></dt>\n<dd><p>A scatter plot chart</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"http://dc-js.github.io/dc.js/examples/scatter.html\">Scatter Chart</a></li>\n<li><a href=\"http://dc-js.github.io/dc.js/examples/multi-scatter.html\">Multi-Scatter Chart</a></li>\n</ul>\n</dd>\n<dt><a href=\"#SelectMenu\">SelectMenu</a></dt>\n<dd><p>The select menu is a simple widget designed to filter a dimension by selecting an option from\nan HTML <code>&lt;select/&gt;</code> menu. The menu can be optionally turned into a multiselect.</p>\n</dd>\n<dt><a href=\"#SeriesChart\">SeriesChart</a></dt>\n<dd><p>A series chart is a chart that shows multiple series of data overlaid on one chart, where the\nseries is specified in the data. It is a specialization of Composite Chart and inherits all\ncomposite features other than recomposing the chart.</p>\n<p>Examples:</p>\n<ul>\n<li><a href=\"http://dc-js.github.io/dc.js/examples/series.html\">Series Chart</a></li>\n</ul>\n</dd>\n<dt><a href=\"#SunburstChart\">SunburstChart</a></dt>\n<dd><p>The sunburst chart implementation is usually used to visualize a small tree distribution.  The sunburst\nchart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\nslice relative to the sum of all values. Slices are ordered by <a href=\"#BaseMixin+ordering\">ordering</a> which defaults to sorting\nby key.</p>\n<p>The keys used in the sunburst chart should be arrays, representing paths in the tree.</p>\n<p>When filtering, the sunburst chart creates instances of <a href=\"Filters.HierarchyFilter\">HierarchyFilter</a>.</p>\n</dd>\n<dt><a href=\"#TextFilterWidget\">TextFilterWidget</a></dt>\n<dd><p>Text Filter Widget</p>\n<p>The text filter widget is a simple widget designed to display an input field allowing to filter\ndata that matches the text typed.\nAs opposed to the other charts, this doesn&#39;t display any result and doesn&#39;t update its display,\nit&#39;s just to input an filter other charts.</p>\n</dd>\n</dl>\n\n## Mixins\n\n<dl>\n<dt><a href=\"#BaseMixin\">BaseMixin</a></dt>\n<dd><p><code>BaseMixin</code> is an abstract functional object representing a basic <code>dc</code> chart object\nfor all chart and widget implementations. Methods from the <a href=\"#BaseMixin\">BaseMixin</a> are inherited\nand available on all chart implementations in the <code>dc</code> library.</p>\n</dd>\n<dt><a href=\"#ColorMixin\">ColorMixin</a> ⇒ <code><a href=\"#ColorMixin\">ColorMixin</a></code></dt>\n<dd><p>The Color Mixin is an abstract chart functional class providing universal coloring support\nas a mix-in for any concrete chart implementation.</p>\n</dd>\n<dt><a href=\"#BubbleMixin\">BubbleMixin</a> ⇒ <code><a href=\"#BubbleMixin\">BubbleMixin</a></code></dt>\n<dd><p>This Mixin provides reusable functionalities for any chart that needs to visualize data using bubbles.</p>\n</dd>\n<dt><a href=\"#CapMixin\">CapMixin</a> ⇒ <code><a href=\"#CapMixin\">CapMixin</a></code></dt>\n<dd><p>Cap is a mixin that groups small data elements below a <em>cap</em> into an <em>others</em> grouping for both the\nRow and Pie Charts.</p>\n<p>The top ordered elements in the group up to the cap amount will be kept in the chart, and the rest\nwill be replaced with an <em>others</em> element, with value equal to the sum of the replaced values. The\nkeys of the elements below the cap limit are recorded in order to filter by those keys when the\nothers* element is clicked.</p>\n</dd>\n<dt><a href=\"#MarginMixin\">MarginMixin</a> ⇒ <code><a href=\"#MarginMixin\">MarginMixin</a></code></dt>\n<dd><p>Margin is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid\nCharts.</p>\n</dd>\n<dt><a href=\"#CoordinateGridMixin\">CoordinateGridMixin</a></dt>\n<dd><p>Coordinate Grid is an abstract base chart designed to support a number of coordinate grid based\nconcrete chart types, e.g. bar chart, line chart, and bubble chart.</p>\n</dd>\n<dt><a href=\"#StackMixin\">StackMixin</a></dt>\n<dd><p>Stack Mixin is an mixin that provides cross-chart support of stackability using d3.stack.</p>\n</dd>\n</dl>\n\n## Objects\n\n<dl>\n<dt><a href=\"#filters\">filters</a> : <code>object</code></dt>\n<dd><p>The dc.js filters are functions which are passed into crossfilter to chose which records will be\naccumulated to produce values for the charts.  In the crossfilter model, any filters applied on one\ndimension will affect all the other dimensions but not that one.  dc always applies a filter\nfunction to the dimension; the function combines multiple filters and if any of them accept a\nrecord, it is filtered in.</p>\n<p>These filter constructors are used as appropriate by the various charts to implement brushing.  We\nmention below which chart uses which filter.  In some cases, many instances of a filter will be added.</p>\n<p>Each of the dc.js filters is an object with the following properties:</p>\n<ul>\n<li><code>isFiltered</code> - a function that returns true if a value is within the filter</li>\n<li><code>filterType</code> - a string identifying the filter, here the name of the constructor</li>\n</ul>\n<p>Currently these filter objects are also arrays, but this is not a requirement. Custom filters\ncan be used as long as they have the properties above.</p>\n</dd>\n<dt><a href=\"#utils\">utils</a> : <code>object</code></dt>\n<dd></dd>\n<dt><a href=\"#printers\">printers</a> : <code>object</code></dt>\n<dd></dd>\n<dt><a href=\"#units\">units</a> : <code>object</code></dt>\n<dd></dd>\n</dl>\n\n## Functions\n\n<dl>\n<dt><a href=\"#registerChart\">registerChart(chart, [group])</a> ⇒ <code>undefined</code></dt>\n<dd><p>Add given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group <code>constants.DEFAULT_CHART_GROUP</code> will be used.</p>\n</dd>\n<dt><a href=\"#deregisterChart\">deregisterChart(chart, [group])</a> ⇒ <code>undefined</code></dt>\n<dd><p>Remove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group <code>constants.DEFAULT_CHART_GROUP</code> will be used.</p>\n</dd>\n<dt><a href=\"#hasChart\">hasChart(chart)</a> ⇒ <code>Boolean</code></dt>\n<dd><p>Determine if a given chart instance resides in any group in the registry.</p>\n</dd>\n<dt><a href=\"#deregisterAllCharts\">deregisterAllCharts(group)</a> ⇒ <code>undefined</code></dt>\n<dd><p>Clear given group if one is provided, otherwise clears all groups.</p>\n</dd>\n<dt><a href=\"#filterAll\">filterAll([group])</a> ⇒ <code>undefined</code></dt>\n<dd><p>Clear all filters on all charts within the given chart group. If the chart group is not given then\nonly charts that belong to the default chart group will be reset.</p>\n</dd>\n<dt><a href=\"#refocusAll\">refocusAll([group])</a> ⇒ <code>undefined</code></dt>\n<dd><p>Reset zoom level / focus on all charts that belong to the given chart group. If the chart group is\nnot given then only charts that belong to the default chart group will be reset.</p>\n</dd>\n<dt><a href=\"#renderAll\">renderAll([group])</a> ⇒ <code>undefined</code></dt>\n<dd><p>Re-render all charts belong to the given chart group. If the chart group is not given then only\ncharts that belong to the default chart group will be re-rendered.</p>\n</dd>\n<dt><a href=\"#redrawAll\">redrawAll([group])</a> ⇒ <code>undefined</code></dt>\n<dd><p>Redraw all charts belong to the given chart group. If the chart group is not given then only charts\nthat belong to the default chart group will be re-drawn. Redraw is different from re-render since\nwhen redrawing dc tries to update the graphic incrementally, using transitions, instead of starting\nfrom scratch.</p>\n</dd>\n<dt><a href=\"#transition\">transition(selection, [duration], [delay], [name])</a> ⇒ <code>d3.transition</code> | <code>d3.selection</code></dt>\n<dd><p>Start a transition on a selection if transitions are globally enabled\n(<a href=\"disableTransitions\">disableTransitions</a> is false) and the duration is greater than zero; otherwise return\nthe selection. Since most operations are the same on a d3 selection and a d3 transition, this\nallows a common code path for both cases.</p>\n</dd>\n<dt><a href=\"#pluck\">pluck(n, [f])</a> ⇒ <code>function</code></dt>\n<dd><p>Returns a function that given a string property name, can be used to pluck the property off an object.  A function\ncan be passed as the second argument to also alter the data being returned.</p>\n<p>This can be a useful shorthand method to create accessor functions.</p>\n</dd>\n</dl>\n\n<a name=\"Logger\"></a>\n\n## Logger\nProvides basis logging and deprecation utilities\n\n**Kind**: global class  \n\n* [Logger](#Logger)\n    * [.enableDebugLog](#Logger+enableDebugLog)\n    * [.warn([msg])](#Logger+warn) ⇒ [<code>Logger</code>](#Logger)\n    * [.warnOnce([msg])](#Logger+warnOnce) ⇒ [<code>Logger</code>](#Logger)\n    * [.debug([msg])](#Logger+debug) ⇒ [<code>Logger</code>](#Logger)\n\n<a name=\"Logger+enableDebugLog\"></a>\n\n### logger.enableDebugLog\nEnable debug level logging. Set to `false` by default.\n\n**Kind**: instance property of [<code>Logger</code>](#Logger)  \n<a name=\"Logger+warn\"></a>\n\n### logger.warn([msg]) ⇒ [<code>Logger</code>](#Logger)\nPut a warning message to console\n\n**Kind**: instance method of [<code>Logger</code>](#Logger)  \n\n| Param | Type |\n| --- | --- |\n| [msg] | <code>String</code> | \n\n**Example**  \n```js\nlogger.warn('Invalid use of .tension on CurveLinear');\n```\n<a name=\"Logger+warnOnce\"></a>\n\n### logger.warnOnce([msg]) ⇒ [<code>Logger</code>](#Logger)\nPut a warning message to console. It will warn only on unique messages.\n\n**Kind**: instance method of [<code>Logger</code>](#Logger)  \n\n| Param | Type |\n| --- | --- |\n| [msg] | <code>String</code> | \n\n**Example**  \n```js\nlogger.warnOnce('Invalid use of .tension on CurveLinear');\n```\n<a name=\"Logger+debug\"></a>\n\n### logger.debug([msg]) ⇒ [<code>Logger</code>](#Logger)\nPut a debug message to console. It is controlled by `logger.enableDebugLog`\n\n**Kind**: instance method of [<code>Logger</code>](#Logger)  \n\n| Param | Type |\n| --- | --- |\n| [msg] | <code>String</code> | \n\n**Example**  \n```js\nlogger.debug('Total number of slices: ' + numSlices);\n```\n<a name=\"Config\"></a>\n\n## Config\nGeneral configuration\n\n**Kind**: global class  \n\n* [Config](#Config)\n    * [.dateFormat](#Config+dateFormat) : <code>function</code>\n    * [.disableTransitions](#Config+disableTransitions) : <code>Boolean</code>\n    * [.defaultColors([colors])](#Config+defaultColors) ⇒ <code>Array</code> \\| <code>config</code>\n\n<a name=\"Config+dateFormat\"></a>\n\n### config.dateFormat : <code>function</code>\nThe default date format for dc.js\n\n**Kind**: instance property of [<code>Config</code>](#Config)  \n**Default**: <code>d3.timeFormat(&#x27;%m/%d/%Y&#x27;)</code>  \n<a name=\"Config+disableTransitions\"></a>\n\n### config.disableTransitions : <code>Boolean</code>\nIf this boolean is set truthy, all transitions will be disabled, and changes to the charts will happen\nimmediately.\n\n**Kind**: instance property of [<code>Config</code>](#Config)  \n**Default**: <code>false</code>  \n<a name=\"Config+defaultColors\"></a>\n\n### config.defaultColors([colors]) ⇒ <code>Array</code> \\| <code>config</code>\nSet the default color scheme for ordinal charts. Changing it will impact all ordinal charts.\n\nBy default it is set to a copy of\n`d3.schemeCategory20c` for backward compatibility. This color scheme has been\n[removed from D3v5](https://github.com/d3/d3/blob/master/CHANGES.md#changes-in-d3-50).\nIn DC 3.1 release it will change to a more appropriate default.\n\n**Kind**: instance method of [<code>Config</code>](#Config)  \n\n| Param | Type |\n| --- | --- |\n| [colors] | <code>Array</code> | \n\n**Example**  \n```js\nconfig.defaultColors(d3.schemeSet1)\n```\n<a name=\"ChartRegistry\"></a>\n\n## ChartRegistry\nThe ChartRegistry maintains sets of all instantiated dc.js charts under named groups\nand the default group. There is a single global ChartRegistry object named `chartRegistry`\n\nA chart group often corresponds to a crossfilter instance. It specifies\nthe set of charts which should be updated when a filter changes on one of the charts or when the\nglobal functions [filterAll](#filterAll), [refocusAll](#refocusAll),\n[renderAll](#renderAll), [redrawAll](#redrawAll), or chart functions\n[baseMixin.renderGroup](baseMixin#renderGroup),\n[baseMixin.redrawGroup](baseMixin#redrawGroup) are called.\n\n**Kind**: global class  \n\n* [ChartRegistry](#ChartRegistry)\n    * [.has(chart)](#ChartRegistry+has) ⇒ <code>Boolean</code>\n    * [.register(chart, [group])](#ChartRegistry+register) ⇒ <code>undefined</code>\n    * [.deregister(chart, [group])](#ChartRegistry+deregister) ⇒ <code>undefined</code>\n    * [.clear(group)](#ChartRegistry+clear) ⇒ <code>undefined</code>\n    * [.list([group])](#ChartRegistry+list) ⇒ <code>Array.&lt;Object&gt;</code>\n\n<a name=\"ChartRegistry+has\"></a>\n\n### chartRegistry.has(chart) ⇒ <code>Boolean</code>\nDetermine if a given chart instance resides in any group in the registry.\n\n**Kind**: instance method of [<code>ChartRegistry</code>](#ChartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n\n<a name=\"ChartRegistry+register\"></a>\n\n### chartRegistry.register(chart, [group]) ⇒ <code>undefined</code>\nAdd given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group `constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: instance method of [<code>ChartRegistry</code>](#ChartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"ChartRegistry+deregister\"></a>\n\n### chartRegistry.deregister(chart, [group]) ⇒ <code>undefined</code>\nRemove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group `constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: instance method of [<code>ChartRegistry</code>](#ChartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"ChartRegistry+clear\"></a>\n\n### chartRegistry.clear(group) ⇒ <code>undefined</code>\nClear given group if one is provided, otherwise clears all groups.\n\n**Kind**: instance method of [<code>ChartRegistry</code>](#ChartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| group | <code>String</code> | Group name |\n\n<a name=\"ChartRegistry+list\"></a>\n\n### chartRegistry.list([group]) ⇒ <code>Array.&lt;Object&gt;</code>\nGet an array of each chart instance in the given group.\nIf no group is provided, the charts in the default group are returned.\n\n**Kind**: instance method of [<code>ChartRegistry</code>](#ChartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"BarChart\"></a>\n\n## BarChart\nConcrete bar chart/histogram implementation.\n\nExamples:\n- [Nasdaq 100 Index](https://dc-js.github.io/dc.js/)\n- [Canadian City Crime Stats](https://dc-js.github.io/dc.js/crime/index.html)\n\n**Kind**: global class  \n**Mixes**: [<code>StackMixin</code>](#StackMixin)  \n\n* [BarChart](#BarChart)\n    * [new BarChart(parent, [chartGroup])](#new_BarChart_new)\n    * [.outerPadding([padding])](#BarChart+outerPadding) ⇒ <code>Number</code> \\| [<code>BarChart</code>](#BarChart)\n    * [.centerBar([centerBar])](#BarChart+centerBar) ⇒ <code>Boolean</code> \\| [<code>BarChart</code>](#BarChart)\n    * [.barPadding([barPadding])](#BarChart+barPadding) ⇒ <code>Number</code> \\| [<code>BarChart</code>](#BarChart)\n    * [.gap([gap])](#BarChart+gap) ⇒ <code>Number</code> \\| [<code>BarChart</code>](#BarChart)\n    * [.alwaysUseRounding([alwaysUseRounding])](#BarChart+alwaysUseRounding) ⇒ <code>Boolean</code> \\| [<code>BarChart</code>](#BarChart)\n\n<a name=\"new_BarChart_new\"></a>\n\n### new BarChart(parent, [chartGroup])\nCreate a Bar Chart\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>CompositeChart</code>](#CompositeChart) | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection.  If the bar chart is a sub-chart in a [Composite Chart](#CompositeChart) then pass in the parent composite chart instance instead. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bar chart under #chart-container1 element using the default global chart group\nvar chart1 = new BarChart('#chart-container1');\n// create a bar chart under #chart-container2 element using chart group A\nvar chart2 = new BarChart('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = new BarChart(compositeChart);\n```\n<a name=\"BarChart+outerPadding\"></a>\n\n### barChart.outerPadding([padding]) ⇒ <code>Number</code> \\| [<code>BarChart</code>](#BarChart)\nGet or set the outer padding on an ordinal bar chart. This setting has no effect on non-ordinal charts.\nWill pad the width by `padding * barWidth` on each side of the chart.\n\n**Kind**: instance method of [<code>BarChart</code>](#BarChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"BarChart+centerBar\"></a>\n\n### barChart.centerBar([centerBar]) ⇒ <code>Boolean</code> \\| [<code>BarChart</code>](#BarChart)\nWhether the bar chart will render each bar centered around the data position on the x-axis.\n\n**Kind**: instance method of [<code>BarChart</code>](#BarChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [centerBar] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"BarChart+barPadding\"></a>\n\n### barChart.barPadding([barPadding]) ⇒ <code>Number</code> \\| [<code>BarChart</code>](#BarChart)\nGet or set the spacing between bars as a fraction of bar size. Valid values are between 0-1.\nSetting this value will also remove any previously set [gap](#BarChart+gap). See the\n[d3 docs](https://github.com/d3/d3-scale/blob/master/README.md#scaleBand)\nfor a visual description of how the padding is applied.\n\n**Kind**: instance method of [<code>BarChart</code>](#BarChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [barPadding] | <code>Number</code> | <code>0</code> | \n\n<a name=\"BarChart+gap\"></a>\n\n### barChart.gap([gap]) ⇒ <code>Number</code> \\| [<code>BarChart</code>](#BarChart)\nManually set fixed gap (in px) between bars instead of relying on the default auto-generated\ngap.  By default the bar chart implementation will calculate and set the gap automatically\nbased on the number of data points and the length of the x axis.\n\n**Kind**: instance method of [<code>BarChart</code>](#BarChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>2</code> | \n\n<a name=\"BarChart+alwaysUseRounding\"></a>\n\n### barChart.alwaysUseRounding([alwaysUseRounding]) ⇒ <code>Boolean</code> \\| [<code>BarChart</code>](#BarChart)\nSet or get whether rounding is enabled when bars are centered. If false, using\nrounding with centered bars will result in a warning and rounding will be ignored.  This flag\nhas no effect if bars are not [centered](#BarChart+centerBar).\nWhen using standard d3.js rounding methods, the brush often doesn't align correctly with\ncentered bars since the bars are offset.  The rounding function must add an offset to\ncompensate, such as in the following example.\n\n**Kind**: instance method of [<code>BarChart</code>](#BarChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [alwaysUseRounding] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.round(function(n) { return Math.floor(n) + 0.5; });\n```\n<a name=\"BoxPlot\"></a>\n\n## BoxPlot\nA box plot is a chart that depicts numerical data via their quartile ranges.\n\nExamples:\n- [Boxplot Basic example](http://dc-js.github.io/dc.js/examples/boxplot-basic.html)\n- [Boxplot Enhanced example](http://dc-js.github.io/dc.js/examples/boxplot-enhanced.html)\n- [Boxplot Render Data example](http://dc-js.github.io/dc.js/examples/boxplot-render-data.html)\n- [Boxplot time example](http://dc-js.github.io/dc.js/examples/boxplot-time.html)\n\n**Kind**: global class  \n**Mixes**: [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n* [BoxPlot](#BoxPlot)\n    * [new BoxPlot(parent, [chartGroup])](#new_BoxPlot_new)\n    * [.boxPadding([padding])](#BoxPlot+boxPadding) ⇒ <code>Number</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.outerPadding([padding])](#BoxPlot+outerPadding) ⇒ <code>Number</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.boxWidth([boxWidth])](#BoxPlot+boxWidth) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.tickFormat([tickFormat])](#BoxPlot+tickFormat) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.yRangePadding([yRangePadding])](#BoxPlot+yRangePadding) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.renderDataPoints([show])](#BoxPlot+renderDataPoints) ⇒ <code>Boolean</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.dataOpacity([opacity])](#BoxPlot+dataOpacity) ⇒ <code>Number</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.dataWidthPortion([percentage])](#BoxPlot+dataWidthPortion) ⇒ <code>Number</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.showOutliers([show])](#BoxPlot+showOutliers) ⇒ <code>Boolean</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n    * [.boldOutlier([show])](#BoxPlot+boldOutlier) ⇒ <code>Boolean</code> \\| [<code>BoxPlot</code>](#BoxPlot)\n\n<a name=\"new_BoxPlot_new\"></a>\n\n### new BoxPlot(parent, [chartGroup])\nCreate a Box Plot.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a box plot under #chart-container1 element using the default global chart group\nvar boxPlot1 = new BoxPlot('#chart-container1');\n// create a box plot under #chart-container2 element using chart group A\nvar boxPlot2 = new BoxPlot('#chart-container2', 'chartGroupA');\n```\n<a name=\"BoxPlot+boxPadding\"></a>\n\n### boxPlot.boxPadding([padding]) ⇒ <code>Number</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set the spacing between boxes as a fraction of box size. Valid values are within 0-1.\nSee the [d3 docs](https://github.com/d3/d3-scale/blob/master/README.md#scaleBand)\nfor a visual description of how the padding is applied.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n**See**: [d3.scaleBand](https://github.com/d3/d3-scale/blob/master/README.md#scaleBand)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.8</code> | \n\n<a name=\"BoxPlot+outerPadding\"></a>\n\n### boxPlot.outerPadding([padding]) ⇒ <code>Number</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set the outer padding on an ordinal box chart. This setting has no effect on non-ordinal charts\nor on charts with a custom [.boxWidth](#BoxPlot+boxWidth). Will pad the width by\n`padding * barWidth` on each side of the chart.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"BoxPlot+boxWidth\"></a>\n\n### boxPlot.boxWidth([boxWidth]) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set the numerical width of the boxplot box. The width may also be a function taking as\nparameters the chart width excluding the right and left margins, as well as the number of x\nunits.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [boxWidth] | <code>Number</code> \\| <code>function</code> | <code>0.5</code> | \n\n**Example**  \n```js\n// Using numerical parameter\nchart.boxWidth(10);\n// Using function\nchart.boxWidth((innerChartWidth, xUnits) { ... });\n```\n<a name=\"BoxPlot+tickFormat\"></a>\n\n### boxPlot.tickFormat([tickFormat]) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set the numerical format of the boxplot median, whiskers and quartile labels. Defaults\nto integer formatting.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type |\n| --- | --- |\n| [tickFormat] | <code>function</code> | \n\n**Example**  \n```js\n// format ticks to 2 decimal places\nchart.tickFormat(d3.format('.2f'));\n```\n<a name=\"BoxPlot+yRangePadding\"></a>\n\n### boxPlot.yRangePadding([yRangePadding]) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set the amount of padding to add, in pixel coordinates, to the top and\nbottom of the chart to accommodate box/whisker labels.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [yRangePadding] | <code>function</code> | <code>8</code> | \n\n**Example**  \n```js\n// allow more space for a bigger whisker font\nchart.yRangePadding(12);\n```\n<a name=\"BoxPlot+renderDataPoints\"></a>\n\n### boxPlot.renderDataPoints([show]) ⇒ <code>Boolean</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set whether individual data points will be rendered.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [show] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\n// Enable rendering of individual data points\nchart.renderDataPoints(true);\n```\n<a name=\"BoxPlot+dataOpacity\"></a>\n\n### boxPlot.dataOpacity([opacity]) ⇒ <code>Number</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set the opacity when rendering data.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [opacity] | <code>Number</code> | <code>0.3</code> | \n\n**Example**  \n```js\n// If individual data points are rendered increase the opacity.\nchart.dataOpacity(0.7);\n```\n<a name=\"BoxPlot+dataWidthPortion\"></a>\n\n### boxPlot.dataWidthPortion([percentage]) ⇒ <code>Number</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set the portion of the width of the box to show data points.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [percentage] | <code>Number</code> | <code>0.8</code> | \n\n**Example**  \n```js\n// If individual data points are rendered increase the data box.\nchart.dataWidthPortion(0.9);\n```\n<a name=\"BoxPlot+showOutliers\"></a>\n\n### boxPlot.showOutliers([show]) ⇒ <code>Boolean</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set whether outliers will be rendered.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [show] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\n// Disable rendering of outliers\nchart.showOutliers(false);\n```\n<a name=\"BoxPlot+boldOutlier\"></a>\n\n### boxPlot.boldOutlier([show]) ⇒ <code>Boolean</code> \\| [<code>BoxPlot</code>](#BoxPlot)\nGet or set whether outliers will be drawn bold.\n\n**Kind**: instance method of [<code>BoxPlot</code>](#BoxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [show] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\n// If outliers are rendered display as bold\nchart.boldOutlier(true);\n```\n<a name=\"BubbleChart\"></a>\n\n## BubbleChart\nA concrete implementation of a general purpose bubble chart that allows data visualization using the\nfollowing dimensions:\n- x axis position\n- y axis position\n- bubble radius\n- color\n\nExamples:\n- [Nasdaq 100 Index](https://dc-js.github.io/dc.js/)\n- [US Venture Capital Landscape 2011](https://dc-js.github.io/dc.js/vc/index.html)\n\n**Kind**: global class  \n**Mixes**: [<code>BubbleMixin</code>](#BubbleMixin), [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n* [BubbleChart](#BubbleChart)\n    * [new BubbleChart(parent, [chartGroup])](#new_BubbleChart_new)\n    * [.sortBubbleSize([sortBubbleSize])](#BubbleChart+sortBubbleSize) ⇒ <code>Boolean</code> \\| [<code>BubbleChart</code>](#BubbleChart)\n\n<a name=\"new_BubbleChart_new\"></a>\n\n### new BubbleChart(parent, [chartGroup])\nCreate a Bubble Chart.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bubble chart under #chart-container1 element using the default global chart group\nvar bubbleChart1 = new BubbleChart('#chart-container1');\n// create a bubble chart under #chart-container2 element using chart group A\nvar bubbleChart2 = new BubbleChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"BubbleChart+sortBubbleSize\"></a>\n\n### bubbleChart.sortBubbleSize([sortBubbleSize]) ⇒ <code>Boolean</code> \\| [<code>BubbleChart</code>](#BubbleChart)\nTurn on or off the bubble sorting feature, or return the value of the flag. If enabled,\nbubbles will be sorted by their radius, with smaller bubbles in front.\n\n**Kind**: instance method of [<code>BubbleChart</code>](#BubbleChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortBubbleSize] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"BubbleOverlay\"></a>\n\n## BubbleOverlay\nThe bubble overlay chart is quite different from the typical bubble chart. With the bubble overlay\nchart you can arbitrarily place bubbles on an existing svg or bitmap image, thus changing the\ntypical x and y positioning while retaining the capability to visualize data using bubble radius\nand coloring.\n\nExamples:\n- [Canadian City Crime Stats](https://dc-js.github.io/dc.js/crime/index.html)\n\n**Kind**: global class  \n**Mixes**: [<code>BubbleMixin</code>](#BubbleMixin), [<code>BaseMixin</code>](#BaseMixin)  \n\n* [BubbleOverlay](#BubbleOverlay)\n    * [new BubbleOverlay(parent, [chartGroup])](#new_BubbleOverlay_new)\n    * [._g](#BubbleOverlay+_g) ⇒ [<code>BubbleOverlay</code>](#BubbleOverlay)\n    * [.point(name, x, y)](#BubbleOverlay+point) ⇒ [<code>BubbleOverlay</code>](#BubbleOverlay)\n\n<a name=\"new_BubbleOverlay_new\"></a>\n\n### new BubbleOverlay(parent, [chartGroup])\nCreate a Bubble Overlay.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bubble overlay chart on top of the '#chart-container1 svg' element using the default global chart group\nvar bubbleChart1 = BubbleOverlayChart('#chart-container1').svg(d3.select('#chart-container1 svg'));\n// create a bubble overlay chart on top of the '#chart-container2 svg' element using chart group A\nvar bubbleChart2 = new CompositeChart('#chart-container2', 'chartGroupA').svg(d3.select('#chart-container2 svg'));\n```\n<a name=\"BubbleOverlay+_g\"></a>\n\n### bubbleOverlay.\\_g ⇒ [<code>BubbleOverlay</code>](#BubbleOverlay)\n**mandatory**\n\nSet the underlying svg image element. Unlike other dc charts this chart will not generate a svg\nelement; therefore the bubble overlay chart will not work if this function is not invoked. If the\nunderlying image is a bitmap, then an empty svg will need to be created on top of the image.\n\n**Kind**: instance property of [<code>BubbleOverlay</code>](#BubbleOverlay)  \n\n| Param | Type |\n| --- | --- |\n| [imageElement] | <code>SVGElement</code> \\| <code>d3.selection</code> | \n\n**Example**  \n```js\n// set up underlying svg element\nchart.svg(d3.select('#chart svg'));\n```\n<a name=\"BubbleOverlay+point\"></a>\n\n### bubbleOverlay.point(name, x, y) ⇒ [<code>BubbleOverlay</code>](#BubbleOverlay)\n**mandatory**\n\nSet up a data point on the overlay. The name of a data point should match a specific 'key' among\ndata groups generated using keyAccessor.  If a match is found (point name <-> data group key)\nthen a bubble will be generated at the position specified by the function. x and y\nvalue specified here are relative to the underlying svg.\n\n**Kind**: instance method of [<code>BubbleOverlay</code>](#BubbleOverlay)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n| x | <code>Number</code> | \n| y | <code>Number</code> | \n\n<a name=\"CboxMenu\"></a>\n\n## CboxMenu\nThe CboxMenu is a simple widget designed to filter a dimension by\nselecting option(s) from a set of HTML `<input />` elements. The menu can be\nmade into a set of radio buttons (single select) or checkboxes (multiple).\n\n**Kind**: global class  \n**Mixes**: [<code>BaseMixin</code>](#BaseMixin)  \n\n* [CboxMenu](#CboxMenu)\n    * [new CboxMenu(parent, [chartGroup])](#new_CboxMenu_new)\n    * [.order([order])](#CboxMenu+order) ⇒ <code>function</code> \\| [<code>CboxMenu</code>](#CboxMenu)\n    * [.promptText([promptText])](#CboxMenu+promptText) ⇒ <code>String</code> \\| [<code>CboxMenu</code>](#CboxMenu)\n    * [.filterDisplayed([filterDisplayed])](#CboxMenu+filterDisplayed) ⇒ <code>function</code> \\| [<code>CboxMenu</code>](#CboxMenu)\n    * [.multiple([multiple])](#CboxMenu+multiple) ⇒ <code>Boolean</code> \\| [<code>CboxMenu</code>](#CboxMenu)\n    * [.promptValue([promptValue])](#CboxMenu+promptValue) ⇒ <code>\\*</code> \\| [<code>CboxMenu</code>](#CboxMenu)\n\n<a name=\"new_CboxMenu_new\"></a>\n\n### new CboxMenu(parent, [chartGroup])\nCreate a Cbox Menu.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>CompositeChart</code>](#CompositeChart) | Any valid [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this widget should be placed in. Interaction with the widget will only trigger events and redraws within its group. |\n\n**Example**  \n```js\n// create a cboxMenu under #cbox-container using the default global chart group\nvar cbox = new CboxMenu('#cbox-container')\n               .dimension(states)\n               .group(stateGroup);\n// the option text can be set via the title() function\n// by default the option text is '`key`: `value`'\ncbox.title(function (d){\n    return 'STATE: ' + d.key;\n})\n```\n<a name=\"CboxMenu+order\"></a>\n\n### cboxMenu.order([order]) ⇒ <code>function</code> \\| [<code>CboxMenu</code>](#CboxMenu)\nGet or set the function that controls the ordering of option tags in the\ncbox menu. By default options are ordered by the group key in ascending\norder.\n\n**Kind**: instance method of [<code>CboxMenu</code>](#CboxMenu)  \n\n| Param | Type |\n| --- | --- |\n| [order] | <code>function</code> | \n\n**Example**  \n```js\n// order by the group's value\nchart.order(function (a,b) {\n    return a.value > b.value ? 1 : b.value > a.value ? -1 : 0;\n});\n```\n<a name=\"CboxMenu+promptText\"></a>\n\n### cboxMenu.promptText([promptText]) ⇒ <code>String</code> \\| [<code>CboxMenu</code>](#CboxMenu)\nGet or set the text displayed in the options used to prompt selection.\n\n**Kind**: instance method of [<code>CboxMenu</code>](#CboxMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptText] | <code>String</code> | <code>&#x27;Select all&#x27;</code> | \n\n**Example**  \n```js\nchart.promptText('All states');\n```\n<a name=\"CboxMenu+filterDisplayed\"></a>\n\n### cboxMenu.filterDisplayed([filterDisplayed]) ⇒ <code>function</code> \\| [<code>CboxMenu</code>](#CboxMenu)\nGet or set the function that filters options prior to display. By default options\nwith a value of < 1 are not displayed.\n\n**Kind**: instance method of [<code>CboxMenu</code>](#CboxMenu)  \n\n| Param | Type |\n| --- | --- |\n| [filterDisplayed] | <code>function</code> | \n\n**Example**  \n```js\n// display all options override the `filterDisplayed` function:\nchart.filterDisplayed(function () {\n    return true;\n});\n```\n<a name=\"CboxMenu+multiple\"></a>\n\n### cboxMenu.multiple([multiple]) ⇒ <code>Boolean</code> \\| [<code>CboxMenu</code>](#CboxMenu)\nControls the type of input element. Setting it to true converts\nthe HTML `input` tags from radio buttons to checkboxes.\n\n**Kind**: instance method of [<code>CboxMenu</code>](#CboxMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [multiple] | <code>boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.multiple(true);\n```\n<a name=\"CboxMenu+promptValue\"></a>\n\n### cboxMenu.promptValue([promptValue]) ⇒ <code>\\*</code> \\| [<code>CboxMenu</code>](#CboxMenu)\nControls the default value to be used for\n[dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)\nwhen only the prompt value is selected. If `null` (the default), no filtering will occur when\njust the prompt is selected.\n\n**Kind**: instance method of [<code>CboxMenu</code>](#CboxMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptValue] | <code>\\*</code> | <code></code> | \n\n<a name=\"CompositeChart\"></a>\n\n## CompositeChart\nComposite charts are a special kind of chart that render multiple charts on the same Coordinate\nGrid. You can overlay (compose) different bar/line/area charts in a single composite chart to\nachieve some quite flexible charting effects.\n\n**Kind**: global class  \n**Mixes**: [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n* [CompositeChart](#CompositeChart)\n    * [new CompositeChart(parent, [chartGroup])](#new_CompositeChart_new)\n    * [.useRightAxisGridLines([useRightAxisGridLines])](#CompositeChart+useRightAxisGridLines) ⇒ <code>Boolean</code> \\| [<code>CompositeChart</code>](#CompositeChart)\n    * [.childOptions([childOptions])](#CompositeChart+childOptions) ⇒ <code>Object</code> \\| [<code>CompositeChart</code>](#CompositeChart)\n    * [.rightYAxisLabel([rightYAxisLabel], [padding])](#CompositeChart+rightYAxisLabel) ⇒ <code>String</code> \\| [<code>CompositeChart</code>](#CompositeChart)\n    * [.compose([subChartArray])](#CompositeChart+compose) ⇒ [<code>CompositeChart</code>](#CompositeChart)\n    * [.children()](#CompositeChart+children) ⇒ [<code>Array.&lt;BaseMixin&gt;</code>](#BaseMixin)\n    * [.shareColors([shareColors])](#CompositeChart+shareColors) ⇒ <code>Boolean</code> \\| [<code>CompositeChart</code>](#CompositeChart)\n    * [.shareTitle([shareTitle])](#CompositeChart+shareTitle) ⇒ <code>Boolean</code> \\| [<code>CompositeChart</code>](#CompositeChart)\n    * [.rightY([yScale])](#CompositeChart+rightY) ⇒ <code>d3.scale</code> \\| [<code>CompositeChart</code>](#CompositeChart)\n    * [.alignYAxes([alignYAxes])](#CompositeChart+alignYAxes) ⇒ <code>Chart</code>\n    * [.rightYAxis([rightYAxis])](#CompositeChart+rightYAxis) ⇒ <code>d3.axisRight</code> \\| [<code>CompositeChart</code>](#CompositeChart)\n\n<a name=\"new_CompositeChart_new\"></a>\n\n### new CompositeChart(parent, [chartGroup])\nCreate a Composite Chart.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a composite chart under #chart-container1 element using the default global chart group\nvar compositeChart1 = new CompositeChart('#chart-container1');\n// create a composite chart under #chart-container2 element using chart group A\nvar compositeChart2 = new CompositeChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"CompositeChart+useRightAxisGridLines\"></a>\n\n### compositeChart.useRightAxisGridLines([useRightAxisGridLines]) ⇒ <code>Boolean</code> \\| [<code>CompositeChart</code>](#CompositeChart)\nGet or set whether to draw gridlines from the right y axis.  Drawing from the left y axis is the\ndefault behavior. This option is only respected when subcharts with both left and right y-axes\nare present.\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useRightAxisGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CompositeChart+childOptions\"></a>\n\n### compositeChart.childOptions([childOptions]) ⇒ <code>Object</code> \\| [<code>CompositeChart</code>](#CompositeChart)\nGet or set chart-specific options for all child charts. This is equivalent to calling\n[.options](#BaseMixin+options) on each child chart.\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [childOptions] | <code>Object</code> | \n\n<a name=\"CompositeChart+rightYAxisLabel\"></a>\n\n### compositeChart.rightYAxisLabel([rightYAxisLabel], [padding]) ⇒ <code>String</code> \\| [<code>CompositeChart</code>](#CompositeChart)\nSet or get the right y axis label.\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [rightYAxisLabel] | <code>String</code> | \n| [padding] | <code>Number</code> | \n\n<a name=\"CompositeChart+compose\"></a>\n\n### compositeChart.compose([subChartArray]) ⇒ [<code>CompositeChart</code>](#CompositeChart)\nCombine the given charts into one single composite coordinate grid chart.\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [subChartArray] | <code>Array.&lt;Chart&gt;</code> | \n\n**Example**  \n```js\nmoveChart.compose([\n    // when creating sub-chart you need to pass in the parent chart\n    new LineChart(moveChart)\n        .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used\n        .valueAccessor(function (d){return d.value.avg;})\n        // most of the normal functions will continue to work in a composed chart\n        .renderArea(true)\n        .stack(monthlyMoveGroup, function (d){return d.value;})\n        .title(function (d){\n            var value = d.value.avg?d.value.avg:d.value;\n            if(isNaN(value)) value = 0;\n            return dateFormat(d.key) + '\\n' + numberFormat(value);\n        }),\n    new BarChart(moveChart)\n        .group(volumeByMonthGroup)\n        .centerBar(true)\n]);\n```\n<a name=\"CompositeChart+children\"></a>\n\n### compositeChart.children() ⇒ [<code>Array.&lt;BaseMixin&gt;</code>](#BaseMixin)\nReturns the child charts which are composed into the composite chart.\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n<a name=\"CompositeChart+shareColors\"></a>\n\n### compositeChart.shareColors([shareColors]) ⇒ <code>Boolean</code> \\| [<code>CompositeChart</code>](#CompositeChart)\nGet or set color sharing for the chart. If set, the [.colors()](#ColorMixin+colors) value from this chart\nwill be shared with composed children. Additionally if the child chart implements\nStackable and has not set a custom .colorAccessor, then it will generate a color\nspecific to its order in the composition.\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [shareColors] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CompositeChart+shareTitle\"></a>\n\n### compositeChart.shareTitle([shareTitle]) ⇒ <code>Boolean</code> \\| [<code>CompositeChart</code>](#CompositeChart)\nGet or set title sharing for the chart. If set, the [.title()](#BaseMixin+title) value from\nthis chart will be shared with composed children.\n\nNote: currently you must call this before `compose` or the child will still get the parent's\n`title` function!\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [shareTitle] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"CompositeChart+rightY\"></a>\n\n### compositeChart.rightY([yScale]) ⇒ <code>d3.scale</code> \\| [<code>CompositeChart</code>](#CompositeChart)\nGet or set the y scale for the right axis. The right y scale is typically automatically\ngenerated by the chart implementation.\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [yScale] | <code>d3.scale</code> | \n\n<a name=\"CompositeChart+alignYAxes\"></a>\n\n### compositeChart.alignYAxes([alignYAxes]) ⇒ <code>Chart</code>\nGet or set alignment between left and right y axes. A line connecting '0' on both y axis\nwill be parallel to x axis. This only has effect when [elasticY](#CoordinateGridMixin+elasticY) is true.\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [alignYAxes] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CompositeChart+rightYAxis\"></a>\n\n### compositeChart.rightYAxis([rightYAxis]) ⇒ <code>d3.axisRight</code> \\| [<code>CompositeChart</code>](#CompositeChart)\nSet or get the right y axis used by the composite chart. This function is most useful when y\naxis customization is required. The y axis in dc.js is an instance of a\n[d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight) therefore it supports any valid\nd3 axis manipulation.\n\n**Caution**: The right y axis is usually generated internally by dc; resetting it may cause\nunexpected results.  Note also that when used as a getter, this function is not chainable: it\nreturns the axis, not the chart,\n[so attempting to call chart functions after calling `.yAxis()` will fail](https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis).\n\n**Kind**: instance method of [<code>CompositeChart</code>](#CompositeChart)  \n**See**: [https://github.com/d3/d3-axis/blob/master/README.md#axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight)  \n\n| Param | Type |\n| --- | --- |\n| [rightYAxis] | <code>d3.axisRight</code> | \n\n**Example**  \n```js\n// customize y axis tick format\nchart.rightYAxis().tickFormat(function (v) {return v + '%';});\n// customize y axis tick values\nchart.rightYAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"DataCount\"></a>\n\n## DataCount\nThe data count widget is a simple widget designed to display the number of records selected by the\ncurrent filters out of the total number of records in the data set. Once created the data count widget\nwill automatically update the text content of child elements with the following classes:\n\n* `.total-count` - total number of records\n* `.filter-count` - number of records matched by the current filters\n\nNote: this widget works best for the specific case of showing the number of records out of a\ntotal. If you want a more general-purpose numeric display, please use the\n[NumberDisplay](#NumberDisplay) widget instead.\n\nExamples:\n- [Nasdaq 100 Index](https://dc-js.github.io/dc.js/)\n\n**Kind**: global class  \n**Mixes**: [<code>BaseMixin</code>](#BaseMixin)  \n\n* [DataCount](#DataCount)\n    * [new DataCount(parent, [chartGroup])](#new_DataCount_new)\n    * [.html([options])](#DataCount+html) ⇒ <code>Object</code> \\| [<code>DataCount</code>](#DataCount)\n    * [.formatNumber([formatter])](#DataCount+formatNumber) ⇒ <code>function</code> \\| [<code>DataCount</code>](#DataCount)\n\n<a name=\"new_DataCount_new\"></a>\n\n### new DataCount(parent, [chartGroup])\nCreate a Data Count widget.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\nvar ndx = crossfilter(data);\nvar all = ndx.groupAll();\n\nnew DataCount('.dc-data-count')\n    .crossfilter(ndx)\n    .groupAll(all);\n```\n<a name=\"DataCount+html\"></a>\n\n### dataCount.html([options]) ⇒ <code>Object</code> \\| [<code>DataCount</code>](#DataCount)\nGets or sets an optional object specifying HTML templates to use depending how many items are\nselected. The text `%total-count` will replaced with the total number of records, and the text\n`%filter-count` will be replaced with the number of selected records.\n- all: HTML template to use if all items are selected\n- some: HTML template to use if not all items are selected\n\n**Kind**: instance method of [<code>DataCount</code>](#DataCount)  \n\n| Param | Type |\n| --- | --- |\n| [options] | <code>Object</code> | \n\n**Example**  \n```js\ncounter.html({\n     some: '%filter-count out of %total-count records selected',\n     all: 'All records selected. Click on charts to apply filters'\n})\n```\n<a name=\"DataCount+formatNumber\"></a>\n\n### dataCount.formatNumber([formatter]) ⇒ <code>function</code> \\| [<code>DataCount</code>](#DataCount)\nGets or sets an optional function to format the filter count and total count.\n\n**Kind**: instance method of [<code>DataCount</code>](#DataCount)  \n**See**: [d3.format](https://github.com/d3/d3-format/blob/master/README.md#format)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [formatter] | <code>function</code> | <code>d3.format(&#x27;.2g&#x27;)</code> | \n\n**Example**  \n```js\ncounter.formatNumber(d3.format('.2g'))\n```\n<a name=\"DataGrid\"></a>\n\n## DataGrid\nData grid is a simple widget designed to list the filtered records, providing\na simple way to define how the items are displayed.\n\nNote: Formerly the data grid chart (and data table) used the [group](#DataGrid+group) attribute as a\nkeying function for [nesting](https://github.com/d3/d3-collection/blob/master/README.md#nest) the data\ntogether in sections.  This was confusing so it has been renamed to `section`, although `group` still works.\n\nExamples:\n- [List of members of the european parliament](https://dc-js.github.io/dc.js/ep/)\n\n**Kind**: global class  \n**Mixes**: [<code>BaseMixin</code>](#BaseMixin)  \n\n* [DataGrid](#DataGrid)\n    * [new DataGrid(parent, [chartGroup])](#new_DataGrid_new)\n    * [.section(section)](#DataGrid+section) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.group(section)](#DataGrid+group) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.beginSlice([beginSlice])](#DataGrid+beginSlice) ⇒ <code>Number</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.endSlice([endSlice])](#DataGrid+endSlice) ⇒ <code>Number</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.size([size])](#DataGrid+size) ⇒ <code>Number</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.html([html])](#DataGrid+html) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.htmlSection([htmlSection])](#DataGrid+htmlSection) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.htmlGroup([htmlSection])](#DataGrid+htmlGroup) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.sortBy([sortByFunction])](#DataGrid+sortBy) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\n    * [.order([order])](#DataGrid+order) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\n\n<a name=\"new_DataGrid_new\"></a>\n\n### new DataGrid(parent, [chartGroup])\nCreate a Data Grid.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n<a name=\"DataGrid+section\"></a>\n\n### dataGrid.section(section) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\nGet or set the section function for the data grid. The section function takes a data row and\nreturns the key to specify to [d3.nest](https://github.com/d3/d3-collection/blob/master/README.md#nest)\nto split rows into sections.\n\nDo not pass in a crossfilter section as this will not work.\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| section | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n**Example**  \n```js\n// section rows by the value of their field\nchart\n    .section(function(d) { return d.field; })\n```\n<a name=\"DataGrid+group\"></a>\n\n### dataGrid.group(section) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\nBackward-compatible synonym for [section](#DataGrid+section).\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| section | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n<a name=\"DataGrid+beginSlice\"></a>\n\n### dataGrid.beginSlice([beginSlice]) ⇒ <code>Number</code> \\| [<code>DataGrid</code>](#DataGrid)\nGet or set the index of the beginning slice which determines which entries get displayed by the widget.\nUseful when implementing pagination.\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [beginSlice] | <code>Number</code> | <code>0</code> | \n\n<a name=\"DataGrid+endSlice\"></a>\n\n### dataGrid.endSlice([endSlice]) ⇒ <code>Number</code> \\| [<code>DataGrid</code>](#DataGrid)\nGet or set the index of the end slice which determines which entries get displayed by the widget.\nUseful when implementing pagination.\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [endSlice] | <code>Number</code> | \n\n<a name=\"DataGrid+size\"></a>\n\n### dataGrid.size([size]) ⇒ <code>Number</code> \\| [<code>DataGrid</code>](#DataGrid)\nGet or set the grid size which determines the number of items displayed by the widget.\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [size] | <code>Number</code> | <code>999</code> | \n\n<a name=\"DataGrid+html\"></a>\n\n### dataGrid.html([html]) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\nGet or set the function that formats an item. The data grid widget uses a\nfunction to generate dynamic html. Use your favourite templating engine or\ngenerate the string directly.\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [html] | <code>function</code> | \n\n**Example**  \n```js\nchart.html(function (d) { return '<div class='item '+data.exampleCategory+''>'+data.exampleString+'</div>';});\n```\n<a name=\"DataGrid+htmlSection\"></a>\n\n### dataGrid.htmlSection([htmlSection]) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\nGet or set the function that formats a section label.\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [htmlSection] | <code>function</code> | \n\n**Example**  \n```js\nchart.htmlSection (function (d) { return '<h2>'.d.key . 'with ' . d.values.length .' items</h2>'});\n```\n<a name=\"DataGrid+htmlGroup\"></a>\n\n### dataGrid.htmlGroup([htmlSection]) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\nBackward-compatible synonym for [htmlSection](#DataGrid+htmlSection).\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [htmlSection] | <code>function</code> | \n\n<a name=\"DataGrid+sortBy\"></a>\n\n### dataGrid.sortBy([sortByFunction]) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\nGet or set sort-by function. This function works as a value accessor at the item\nlevel and returns a particular field to be sorted.\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [sortByFunction] | <code>function</code> | \n\n**Example**  \n```js\nchart.sortBy(function(d) {\n    return d.date;\n});\n```\n<a name=\"DataGrid+order\"></a>\n\n### dataGrid.order([order]) ⇒ <code>function</code> \\| [<code>DataGrid</code>](#DataGrid)\nGet or set sort the order function.\n\n**Kind**: instance method of [<code>DataGrid</code>](#DataGrid)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending)\n- [d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [order] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.order(d3.descending);\n```\n<a name=\"DataTable\"></a>\n\n## DataTable\nThe data table is a simple widget designed to list crossfilter focused data set (rows being\nfiltered) in a good old tabular fashion.\n\nAn interesting feature of the data table is that you can pass a crossfilter group to the\n`dimension`, if you want to show aggregated data instead of raw data rows. This requires no\nspecial code as long as you specify the [order](#DataTable+order) as `d3.descending`,\nsince the data table will use `dimension.top()` to fetch the data in that case, and the method is\nequally supported on the crossfilter group as the crossfilter dimension.\n\nIf you want to display aggregated data in ascending order, you will need to wrap the group\nin a [fake dimension](https://github.com/dc-js/dc.js/wiki/FAQ#fake-dimensions) to support the\n`.bottom()` method. See the example linked below for more details.\n\nNote: Formerly the data table (and data grid chart) used the [group](#DataTable+group) attribute as a\nkeying function for [nesting](https://github.com/d3/d3-collection/blob/master/README.md#nest) the data\ntogether in sections.  This was confusing so it has been renamed to `section`, although `group` still works.\nExamples:\n- [Nasdaq 100 Index](https://dc-js.github.io/dc.js/)\n- [dataTable on a crossfilter group](http://dc-js.github.io/dc.js/examples/table-on-aggregated-data.html)\n([source](https://github.com/dc-js/dc.js/blob/master/web-src/examples/table-on-aggregated-data.html))\n\n**Kind**: global class  \n**Mixes**: [<code>BaseMixin</code>](#BaseMixin)  \n\n* [DataTable](#DataTable)\n    * [new DataTable(parent, [chartGroup])](#new_DataTable_new)\n    * [.section(section)](#DataTable+section) ⇒ <code>function</code> \\| [<code>DataTable</code>](#DataTable)\n    * [.group(section)](#DataTable+group) ⇒ <code>function</code> \\| [<code>DataTable</code>](#DataTable)\n    * [.size([size])](#DataTable+size) ⇒ <code>Number</code> \\| [<code>DataTable</code>](#DataTable)\n    * [.beginSlice([beginSlice])](#DataTable+beginSlice) ⇒ <code>Number</code> \\| [<code>DataTable</code>](#DataTable)\n    * [.endSlice([endSlice])](#DataTable+endSlice) ⇒ <code>Number</code> \\| [<code>DataTable</code>](#DataTable)\n    * [.columns([columns])](#DataTable+columns) ⇒ <code>Array.&lt;function()&gt;</code>\n    * [.sortBy([sortBy])](#DataTable+sortBy) ⇒ <code>function</code> \\| [<code>DataTable</code>](#DataTable)\n    * [.order([order])](#DataTable+order) ⇒ <code>function</code> \\| [<code>DataTable</code>](#DataTable)\n    * [.showSections([showSections])](#DataTable+showSections) ⇒ <code>Boolean</code> \\| [<code>DataTable</code>](#DataTable)\n    * [.showGroups([showSections])](#DataTable+showGroups) ⇒ <code>Boolean</code> \\| [<code>DataTable</code>](#DataTable)\n\n<a name=\"new_DataTable_new\"></a>\n\n### new DataTable(parent, [chartGroup])\nCreate a Data Table.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n<a name=\"DataTable+section\"></a>\n\n### dataTable.section(section) ⇒ <code>function</code> \\| [<code>DataTable</code>](#DataTable)\nGet or set the section function for the data table. The section function takes a data row and\nreturns the key to specify to [d3.nest](https://github.com/d3/d3-collection/blob/master/README.md#nest)\nto split rows into sections. By default there will be only one section with no name.\n\nSet [showSections](#DataTable+showSections) to false to hide the section headers\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| section | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n**Example**  \n```js\n// section rows by the value of their field\nchart\n    .section(function(d) { return d.field; })\n```\n<a name=\"DataTable+group\"></a>\n\n### dataTable.group(section) ⇒ <code>function</code> \\| [<code>DataTable</code>](#DataTable)\nBackward-compatible synonym for [section](#DataTable+section).\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| section | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n<a name=\"DataTable+size\"></a>\n\n### dataTable.size([size]) ⇒ <code>Number</code> \\| [<code>DataTable</code>](#DataTable)\nGet or set the table size which determines the number of rows displayed by the widget.\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [size] | <code>Number</code> | <code>25</code> | \n\n<a name=\"DataTable+beginSlice\"></a>\n\n### dataTable.beginSlice([beginSlice]) ⇒ <code>Number</code> \\| [<code>DataTable</code>](#DataTable)\nGet or set the index of the beginning slice which determines which entries get displayed\nby the widget. Useful when implementing pagination.\n\nNote: the sortBy function will determine how the rows are ordered for pagination purposes.\nSee the [table pagination example](http://dc-js.github.io/dc.js/examples/table-pagination.html)\nto see how to implement the pagination user interface using `beginSlice` and `endSlice`.\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [beginSlice] | <code>Number</code> | <code>0</code> | \n\n<a name=\"DataTable+endSlice\"></a>\n\n### dataTable.endSlice([endSlice]) ⇒ <code>Number</code> \\| [<code>DataTable</code>](#DataTable)\nGet or set the index of the end slice which determines which entries get displayed by the\nwidget. Useful when implementing pagination. See [`beginSlice`](#DataTable+beginSlice) for more information.\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n\n| Param | Type |\n| --- | --- |\n| [endSlice] | <code>Number</code> \\| <code>undefined</code> | \n\n<a name=\"DataTable+columns\"></a>\n\n### dataTable.columns([columns]) ⇒ <code>Array.&lt;function()&gt;</code>\nGet or set column functions. The data table widget supports several methods of specifying the\ncolumns to display.\n\nThe original method uses an array of functions to generate dynamic columns. Column functions\nare simple javascript functions with only one input argument `d` which represents a row in\nthe data set. The return value of these functions will be used to generate the content for\neach cell. However, this method requires the HTML for the table to have a fixed set of column\nheaders.\n\n<pre><code>chart.columns([\n    function(d) { return d.date; },\n    function(d) { return d.open; },\n    function(d) { return d.close; },\n    function(d) { return numberFormat(d.close - d.open); },\n    function(d) { return d.volume; }\n]);\n</code></pre>\n\nIn the second method, you can list the columns to read from the data without specifying it as\na function, except where necessary (ie, computed columns).  Note the data element name is\ncapitalized when displayed in the table header. You can also mix in functions as necessary,\nusing the third `{label, format}` form, as shown below.\n\n<pre><code>chart.columns([\n    \"date\",    // d[\"date\"], ie, a field accessor; capitalized automatically\n    \"open\",    // ...\n    \"close\",   // ...\n    {\n        label: \"Change\",\n        format: function (d) {\n            return numberFormat(d.close - d.open);\n        }\n    },\n    \"volume\"   // d[\"volume\"], ie, a field accessor; capitalized automatically\n]);\n</code></pre>\n\nIn the third example, we specify all fields using the `{label, format}` method:\n<pre><code>chart.columns([\n    {\n        label: \"Date\",\n        format: function (d) { return d.date; }\n    },\n    {\n        label: \"Open\",\n        format: function (d) { return numberFormat(d.open); }\n    },\n    {\n        label: \"Close\",\n        format: function (d) { return numberFormat(d.close); }\n    },\n    {\n        label: \"Change\",\n        format: function (d) { return numberFormat(d.close - d.open); }\n    },\n    {\n        label: \"Volume\",\n        format: function (d) { return d.volume; }\n    }\n]);\n</code></pre>\n\nYou may wish to override the dataTable functions `_doColumnHeaderCapitalize` and\n`_doColumnHeaderFnToString`, which are used internally to translate the column information or\nfunction into a displayed header. The first one is used on the \"string\" column specifier; the\nsecond is used to transform a stringified function into something displayable. For the Stock\nexample, the function for Change becomes the table header **d.close - d.open**.\n\nFinally, you can even specify a completely different form of column definition. To do this,\noverride `_chart._doColumnHeaderFormat` and `_chart._doColumnValueFormat` Be aware that\nfields without numberFormat specification will be displayed just as they are stored in the\ndata, unformatted.\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n**Returns**: <code>Array.&lt;function()&gt;</code> - |DataTable}  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [columns] | <code>Array.&lt;function()&gt;</code> | <code>[]</code> | \n\n<a name=\"DataTable+sortBy\"></a>\n\n### dataTable.sortBy([sortBy]) ⇒ <code>function</code> \\| [<code>DataTable</code>](#DataTable)\nGet or set sort-by function. This function works as a value accessor at row level and returns a\nparticular field to be sorted by.\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortBy] | <code>function</code> | <code>identity function</code> | \n\n**Example**  \n```js\nchart.sortBy(function(d) {\n    return d.date;\n});\n```\n<a name=\"DataTable+order\"></a>\n\n### dataTable.order([order]) ⇒ <code>function</code> \\| [<code>DataTable</code>](#DataTable)\nGet or set sort order. If the order is `d3.ascending`, the data table will use\n`dimension().bottom()` to fetch the data; otherwise it will use `dimension().top()`\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending)\n- [d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [order] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.order(d3.descending);\n```\n<a name=\"DataTable+showSections\"></a>\n\n### dataTable.showSections([showSections]) ⇒ <code>Boolean</code> \\| [<code>DataTable</code>](#DataTable)\nGet or set if section header rows will be shown.\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [showSections] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\nchart\n    .section([value], [name])\n    .showSections(true|false);\n```\n<a name=\"DataTable+showGroups\"></a>\n\n### dataTable.showGroups([showSections]) ⇒ <code>Boolean</code> \\| [<code>DataTable</code>](#DataTable)\nBackward-compatible synonym for [showSections](#DataTable+showSections).\n\n**Kind**: instance method of [<code>DataTable</code>](#DataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [showSections] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"GeoChoroplethChart\"></a>\n\n## GeoChoroplethChart\nThe geo choropleth chart is designed as an easy way to create a crossfilter driven choropleth map\nfrom GeoJson data. This chart implementation was inspired by\n[the great d3 choropleth example](http://bl.ocks.org/4060606).\n\nExamples:\n- [US Venture Capital Landscape 2011](https://dc-js.github.io/dc.js/vc/index.html)\n\n**Kind**: global class  \n**Mixes**: [<code>ColorMixin</code>](#ColorMixin), [<code>BaseMixin</code>](#BaseMixin)  \n\n* [GeoChoroplethChart](#GeoChoroplethChart)\n    * [new GeoChoroplethChart(parent, [chartGroup])](#new_GeoChoroplethChart_new)\n    * [.overlayGeoJson(json, name, keyAccessor)](#GeoChoroplethChart+overlayGeoJson) ⇒ [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)\n    * [.projection([projection])](#GeoChoroplethChart+projection) ⇒ <code>d3.projection</code> \\| [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)\n    * [.geoJsons()](#GeoChoroplethChart+geoJsons) ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\n    * [.geoPath()](#GeoChoroplethChart+geoPath) ⇒ <code>d3.geoPath</code>\n    * [.removeGeoJson(name)](#GeoChoroplethChart+removeGeoJson) ⇒ [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)\n\n<a name=\"new_GeoChoroplethChart_new\"></a>\n\n### new GeoChoroplethChart(parent, [chartGroup])\nCreate a Geo Choropleth Chart.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a choropleth chart under '#us-chart' element using the default global chart group\nvar chart1 = new GeoChoroplethChart('#us-chart');\n// create a choropleth chart under '#us-chart2' element using chart group A\nvar chart2 = new CompositeChart('#us-chart2', 'chartGroupA');\n```\n<a name=\"GeoChoroplethChart+overlayGeoJson\"></a>\n\n### geoChoroplethChart.overlayGeoJson(json, name, keyAccessor) ⇒ [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)\n**mandatory**\n\nUse this function to insert a new GeoJson map layer. This function can be invoked multiple times\nif you have multiple GeoJson data layers to render on top of each other. If you overlay multiple\nlayers with the same name the new overlay will override the existing one.\n\n**Kind**: instance method of [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)  \n**See**\n\n- [GeoJSON](http://geojson.org/)\n- [TopoJSON](https://github.com/topojson/topojson/wiki)\n- [topojson.feature](https://github.com/topojson/topojson-1.x-api-reference/blob/master/API-Reference.md#wiki-feature)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| json | <code>\\_geoJson</code> | a geojson feed |\n| name | <code>String</code> | name of the layer |\n| keyAccessor | <code>function</code> | accessor function used to extract 'key' from the GeoJson data. The key extracted by this function should match the keys returned by the crossfilter groups. |\n\n**Example**  \n```js\n// insert a layer for rendering US states\nchart.overlayGeoJson(statesJson.features, 'state', function(d) {\n     return d.properties.name;\n});\n```\n<a name=\"GeoChoroplethChart+projection\"></a>\n\n### geoChoroplethChart.projection([projection]) ⇒ <code>d3.projection</code> \\| [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)\nGets or sets a custom geo projection function. See the available\n[d3 geo projection functions](https://github.com/d3/d3-geo/blob/master/README.md#projections).\n\nStarting version 3.0 it has been deprecated to rely on the default projection being\n[d3.geoAlbersUsa()](https://github.com/d3/d3-geo/blob/master/README.md#geoAlbersUsa). Please\nset it explicitly. [Considering that `null` is also a valid value for projection](https://bl.ocks.org/mbostock/5557726), if you need\nprojection to be `null` please set it explicitly to `null`.\n\n**Kind**: instance method of [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)  \n**See**\n\n- [d3.projection](https://github.com/d3/d3-geo/blob/master/README.md#projections)\n- [d3-geo-projection](https://github.com/d3/d3-geo-projection)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [projection] | <code>d3.projection</code> | <code>d3.geoAlbersUsa()</code> | \n\n<a name=\"GeoChoroplethChart+geoJsons\"></a>\n\n### geoChoroplethChart.geoJsons() ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\nReturns all GeoJson layers currently registered with this chart. The returned array is a\nreference to this chart's internal data structure, so any modification to this array will also\nmodify this chart's internal registration.\n\n**Kind**: instance method of [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)  \n<a name=\"GeoChoroplethChart+geoPath\"></a>\n\n### geoChoroplethChart.geoPath() ⇒ <code>d3.geoPath</code>\nReturns the [d3.geoPath](https://github.com/d3/d3-geo/blob/master/README.md#paths) object used to\nrender the projection and features.  Can be useful for figuring out the bounding box of the\nfeature set and thus a way to calculate scale and translation for the projection.\n\n**Kind**: instance method of [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)  \n**See**: [d3.geoPath](https://github.com/d3/d3-geo/blob/master/README.md#paths)  \n<a name=\"GeoChoroplethChart+removeGeoJson\"></a>\n\n### geoChoroplethChart.removeGeoJson(name) ⇒ [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)\nRemove a GeoJson layer from this chart by name\n\n**Kind**: instance method of [<code>GeoChoroplethChart</code>](#GeoChoroplethChart)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n\n<a name=\"HeatMap\"></a>\n\n## HeatMap\nA heat map is matrix that represents the values of two dimensions of data using colors.\n\n**Kind**: global class  \n**Mixes**: [<code>ColorMixin</code>](#ColorMixin), [<code>MarginMixin</code>](#MarginMixin), [<code>BaseMixin</code>](#BaseMixin)  \n\n* [HeatMap](#HeatMap)\n    * [new HeatMap(parent, [chartGroup])](#new_HeatMap_new)\n    * [.colsLabel([labelFunction])](#HeatMap+colsLabel) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.rowsLabel([labelFunction])](#HeatMap+rowsLabel) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.rows([rows])](#HeatMap+rows) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.rowOrdering([rowOrdering])](#HeatMap+rowOrdering) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.cols([cols])](#HeatMap+cols) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.colOrdering([colOrdering])](#HeatMap+colOrdering) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.boxOnClick([handler])](#HeatMap+boxOnClick) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.xAxisOnClick([handler])](#HeatMap+xAxisOnClick) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.yAxisOnClick([handler])](#HeatMap+yAxisOnClick) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.xBorderRadius([xBorderRadius])](#HeatMap+xBorderRadius) ⇒ <code>Number</code> \\| [<code>HeatMap</code>](#HeatMap)\n    * [.yBorderRadius([yBorderRadius])](#HeatMap+yBorderRadius) ⇒ <code>Number</code> \\| [<code>HeatMap</code>](#HeatMap)\n\n<a name=\"new_HeatMap_new\"></a>\n\n### new HeatMap(parent, [chartGroup])\nCreate a Heat Map\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a heat map under #chart-container1 element using the default global chart group\nvar heatMap1 = new HeatMap('#chart-container1');\n// create a heat map under #chart-container2 element using chart group A\nvar heatMap2 = new HeatMap('#chart-container2', 'chartGroupA');\n```\n<a name=\"HeatMap+colsLabel\"></a>\n\n### heatMap.colsLabel([labelFunction]) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\nSet or get the column label function. The chart class uses this function to render\ncolumn labels on the X axis. It is passed the column name.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> | <code>function(d) { return d; }</code> | \n\n**Example**  \n```js\n// the default label function just returns the name\nchart.colsLabel(function(d) { return d; });\n```\n<a name=\"HeatMap+rowsLabel\"></a>\n\n### heatMap.rowsLabel([labelFunction]) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\nSet or get the row label function. The chart class uses this function to render\nrow labels on the Y axis. It is passed the row name.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> | <code>function(d) { return d; }</code> | \n\n**Example**  \n```js\n// the default label function just returns the name\nchart.rowsLabel(function(d) { return d; });\n```\n<a name=\"HeatMap+rows\"></a>\n\n### heatMap.rows([rows]) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>HeatMap</code>](#HeatMap)\nGets or sets the values used to create the rows of the heatmap, as an array. By default, all\nthe values will be fetched from the data using the value accessor.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type |\n| --- | --- |\n| [rows] | <code>Array.&lt;(String\\|Number)&gt;</code> | \n\n<a name=\"HeatMap+rowOrdering\"></a>\n\n### heatMap.rowOrdering([rowOrdering]) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\nGet or set a comparator to order the rows.\nDefault is [d3.ascending](https://github.com/d3/d3-array#ascending).\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type |\n| --- | --- |\n| [rowOrdering] | <code>function</code> | \n\n<a name=\"HeatMap+cols\"></a>\n\n### heatMap.cols([cols]) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>HeatMap</code>](#HeatMap)\nGets or sets the keys used to create the columns of the heatmap, as an array. By default, all\nthe values will be fetched from the data using the key accessor.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type |\n| --- | --- |\n| [cols] | <code>Array.&lt;(String\\|Number)&gt;</code> | \n\n<a name=\"HeatMap+colOrdering\"></a>\n\n### heatMap.colOrdering([colOrdering]) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\nGet or set a comparator to order the columns.\nDefault is  [d3.ascending](https://github.com/d3/d3-array#ascending).\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type |\n| --- | --- |\n| [colOrdering] | <code>function</code> | \n\n<a name=\"HeatMap+boxOnClick\"></a>\n\n### heatMap.boxOnClick([handler]) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\nGets or sets the handler that fires when an individual cell is clicked in the heatmap.\nBy default, filtering of the cell will be toggled.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n**Example**  \n```js\n// default box on click handler\nchart.boxOnClick(function (d) {\n    var filter = d.key;\n    events.trigger(function () {\n        _chart.filter(filter);\n        _chart.redrawGroup();\n    });\n});\n```\n<a name=\"HeatMap+xAxisOnClick\"></a>\n\n### heatMap.xAxisOnClick([handler]) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\nGets or sets the handler that fires when a column tick is clicked in the x axis.\nBy default, if any cells in the column are unselected, the whole column will be selected,\notherwise the whole column will be unselected.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n<a name=\"HeatMap+yAxisOnClick\"></a>\n\n### heatMap.yAxisOnClick([handler]) ⇒ <code>function</code> \\| [<code>HeatMap</code>](#HeatMap)\nGets or sets the handler that fires when a row tick is clicked in the y axis.\nBy default, if any cells in the row are unselected, the whole row will be selected,\notherwise the whole row will be unselected.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n<a name=\"HeatMap+xBorderRadius\"></a>\n\n### heatMap.xBorderRadius([xBorderRadius]) ⇒ <code>Number</code> \\| [<code>HeatMap</code>](#HeatMap)\nGets or sets the X border radius.  Set to 0 to get full rectangles.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xBorderRadius] | <code>Number</code> | <code>6.75</code> | \n\n<a name=\"HeatMap+yBorderRadius\"></a>\n\n### heatMap.yBorderRadius([yBorderRadius]) ⇒ <code>Number</code> \\| [<code>HeatMap</code>](#HeatMap)\nGets or sets the Y border radius.  Set to 0 to get full rectangles.\n\n**Kind**: instance method of [<code>HeatMap</code>](#HeatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [yBorderRadius] | <code>Number</code> | <code>6.75</code> | \n\n<a name=\"HtmlLegend\"></a>\n\n## HtmlLegend\nhtmlLegend is a attachable widget that can be added to other dc charts to render horizontal/vertical legend\nlabels.\n\n**Kind**: global class  \n\n* [HtmlLegend](#HtmlLegend)\n    * [.container([container])](#HtmlLegend+container) ⇒ <code>String</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\n    * [.legendItemClass([legendItemClass])](#HtmlLegend+legendItemClass) ⇒ <code>String</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\n    * [.highlightSelected([highlightSelected])](#HtmlLegend+highlightSelected) ⇒ <code>String</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\n    * [.horizontal([horizontal])](#HtmlLegend+horizontal) ⇒ <code>String</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\n    * [.legendText([legendText])](#HtmlLegend+legendText) ⇒ <code>function</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\n    * [.maxItems([maxItems])](#HtmlLegend+maxItems) ⇒ [<code>HtmlLegend</code>](#HtmlLegend)\n    * [.keyboardAccessible([keyboardAccessible])](#HtmlLegend+keyboardAccessible) ⇒ <code>Boolean</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\n\n<a name=\"HtmlLegend+container\"></a>\n\n### htmlLegend.container([container]) ⇒ <code>String</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\nSet the container selector for the legend widget. Required.\n\n**Kind**: instance method of [<code>HtmlLegend</code>](#HtmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [container] | <code>String</code> | \n\n<a name=\"HtmlLegend+legendItemClass\"></a>\n\n### htmlLegend.legendItemClass([legendItemClass]) ⇒ <code>String</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\nThis can be optionally used to override class for legenditem and just use this class style.\nThis is helpful for overriding the style of a particular chart rather than overriding\nthe style for all charts.\n\nSetting this will disable the highlighting of selected items also.\n\n**Kind**: instance method of [<code>HtmlLegend</code>](#HtmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [legendItemClass] | <code>String</code> | \n\n<a name=\"HtmlLegend+highlightSelected\"></a>\n\n### htmlLegend.highlightSelected([highlightSelected]) ⇒ <code>String</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\nThis can be optionally used to enable highlighting legends for the selections/filters for the\nchart.\n\n**Kind**: instance method of [<code>HtmlLegend</code>](#HtmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [highlightSelected] | <code>String</code> | \n\n<a name=\"HtmlLegend+horizontal\"></a>\n\n### htmlLegend.horizontal([horizontal]) ⇒ <code>String</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\nDisplay the legend horizontally instead of vertically\n\n**Kind**: instance method of [<code>HtmlLegend</code>](#HtmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [horizontal] | <code>String</code> | \n\n<a name=\"HtmlLegend+legendText\"></a>\n\n### htmlLegend.legendText([legendText]) ⇒ <code>function</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\nSet or get the legend text function. The legend widget uses this function to render the legend\ntext for each item. If no function is specified the legend widget will display the names\nassociated with each group.\n\n**Kind**: instance method of [<code>HtmlLegend</code>](#HtmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [legendText] | <code>function</code> | \n\n**Example**  \n```js\n// default legendText\nlegend.legendText(pluck('name'))\n\n// create numbered legend items\nchart.legend(new HtmlLegend().legendText(function(d, i) { return i + '. ' + d.name; }))\n\n// create legend displaying group counts\nchart.legend(new HtmlLegend().legendText(function(d) { return d.name + ': ' d.data; }))\n```\n<a name=\"HtmlLegend+maxItems\"></a>\n\n### htmlLegend.maxItems([maxItems]) ⇒ [<code>HtmlLegend</code>](#HtmlLegend)\nMaximum number of legend items to display\n\n**Kind**: instance method of [<code>HtmlLegend</code>](#HtmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [maxItems] | <code>Number</code> | \n\n<a name=\"HtmlLegend+keyboardAccessible\"></a>\n\n### htmlLegend.keyboardAccessible([keyboardAccessible]) ⇒ <code>Boolean</code> \\| [<code>HtmlLegend</code>](#HtmlLegend)\nIf set, individual legend items will be focusable from keyboard and on pressing Enter or Space\nwill behave as if clicked on.\n\nIf `svgDescription` on the parent chart has not been explicitly set, will also set the default \nSVG description text to the class constructor name, like BarChart or HeatMap, and make the entire\nSVG focusable.\n\n**Kind**: instance method of [<code>HtmlLegend</code>](#HtmlLegend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [keyboardAccessible] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"Legend\"></a>\n\n## Legend\nLegend is a attachable widget that can be added to other dc charts to render horizontal legend\nlabels.\n\nExamples:\n- [Nasdaq 100 Index](https://dc-js.github.io/dc.js/)\n- [Canadian City Crime Stats](https://dc-js.github.io/dc.js/crime/index.html)\n\n**Kind**: global class  \n\n* [Legend](#Legend)\n    * [.x([x])](#Legend+x) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\n    * [.y([y])](#Legend+y) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\n    * [.gap([gap])](#Legend+gap) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\n    * [.highlightSelected([highlightSelected])](#Legend+highlightSelected) ⇒ <code>String</code> \\| <code>dc.legend</code>\n    * [.itemHeight([itemHeight])](#Legend+itemHeight) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\n    * [.horizontal([horizontal])](#Legend+horizontal) ⇒ <code>Boolean</code> \\| [<code>Legend</code>](#Legend)\n    * [.legendWidth([legendWidth])](#Legend+legendWidth) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\n    * [.itemWidth([itemWidth])](#Legend+itemWidth) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\n    * [.autoItemWidth([autoItemWidth])](#Legend+autoItemWidth) ⇒ <code>Boolean</code> \\| [<code>Legend</code>](#Legend)\n    * [.legendText([legendText])](#Legend+legendText) ⇒ <code>function</code> \\| [<code>Legend</code>](#Legend)\n    * [.maxItems([maxItems])](#Legend+maxItems) ⇒ [<code>Legend</code>](#Legend)\n    * [.keyboardAccessible([keyboardAccessible])](#Legend+keyboardAccessible) ⇒ <code>Boolean</code> \\| [<code>Legend</code>](#Legend)\n\n<a name=\"Legend+x\"></a>\n\n### legend.x([x]) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\nSet or get x coordinate for legend widget.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [x] | <code>Number</code> | <code>0</code> | \n\n<a name=\"Legend+y\"></a>\n\n### legend.y([y]) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\nSet or get y coordinate for legend widget.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [y] | <code>Number</code> | <code>0</code> | \n\n<a name=\"Legend+gap\"></a>\n\n### legend.gap([gap]) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\nSet or get gap between legend items.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>5</code> | \n\n<a name=\"Legend+highlightSelected\"></a>\n\n### legend.highlightSelected([highlightSelected]) ⇒ <code>String</code> \\| <code>dc.legend</code>\nThis can be optionally used to enable highlighting legends for the selections/filters for the\nchart.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type |\n| --- | --- |\n| [highlightSelected] | <code>String</code> | \n\n<a name=\"Legend+itemHeight\"></a>\n\n### legend.itemHeight([itemHeight]) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\nSet or get legend item height.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [itemHeight] | <code>Number</code> | <code>12</code> | \n\n<a name=\"Legend+horizontal\"></a>\n\n### legend.horizontal([horizontal]) ⇒ <code>Boolean</code> \\| [<code>Legend</code>](#Legend)\nPosition legend horizontally instead of vertically.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [horizontal] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"Legend+legendWidth\"></a>\n\n### legend.legendWidth([legendWidth]) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\nMaximum width for horizontal legend.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [legendWidth] | <code>Number</code> | <code>500</code> | \n\n<a name=\"Legend+itemWidth\"></a>\n\n### legend.itemWidth([itemWidth]) ⇒ <code>Number</code> \\| [<code>Legend</code>](#Legend)\nLegend item width for horizontal legend.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [itemWidth] | <code>Number</code> | <code>70</code> | \n\n<a name=\"Legend+autoItemWidth\"></a>\n\n### legend.autoItemWidth([autoItemWidth]) ⇒ <code>Boolean</code> \\| [<code>Legend</code>](#Legend)\nTurn automatic width for legend items on or off. If true, [itemWidth](#Legend+itemWidth) is ignored.\nThis setting takes into account the [gap](#Legend+gap).\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [autoItemWidth] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"Legend+legendText\"></a>\n\n### legend.legendText([legendText]) ⇒ <code>function</code> \\| [<code>Legend</code>](#Legend)\nSet or get the legend text function. The legend widget uses this function to render the legend\ntext for each item. If no function is specified the legend widget will display the names\nassociated with each group.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type |\n| --- | --- |\n| [legendText] | <code>function</code> | \n\n**Example**  \n```js\n// default legendText\nlegend.legendText(pluck('name'))\n\n// create numbered legend items\nchart.legend(new Legend().legendText(function(d, i) { return i + '. ' + d.name; }))\n\n// create legend displaying group counts\nchart.legend(new Legend().legendText(function(d) { return d.name + ': ' d.data; }))\n```\n<a name=\"Legend+maxItems\"></a>\n\n### legend.maxItems([maxItems]) ⇒ [<code>Legend</code>](#Legend)\nMaximum number of legend items to display\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type |\n| --- | --- |\n| [maxItems] | <code>Number</code> | \n\n<a name=\"Legend+keyboardAccessible\"></a>\n\n### legend.keyboardAccessible([keyboardAccessible]) ⇒ <code>Boolean</code> \\| [<code>Legend</code>](#Legend)\nIf set, individual legend items will be focusable from keyboard and on pressing Enter or Space\nwill behave as if clicked on.\n\nIf `svgDescription` on the parent chart has not been explicitly set, will also set the default \nSVG description text to the class constructor name, like BarChart or HeatMap, and make the entire\nSVG focusable.\n\n**Kind**: instance method of [<code>Legend</code>](#Legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [keyboardAccessible] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"LineChart\"></a>\n\n## LineChart\nConcrete line/area chart implementation.\n\nExamples:\n- [Nasdaq 100 Index](https://dc-js.github.io/dc.js/)\n- [Canadian City Crime Stats](https://dc-js.github.io/dc.js/crime/index.html)\n\n**Kind**: global class  \n**Mixes**: [<code>StackMixin</code>](#StackMixin), [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n* [LineChart](#LineChart)\n    * [new LineChart(parent, [chartGroup])](#new_LineChart_new)\n    * [.curve([curve])](#LineChart+curve) ⇒ <code>d3.curve</code> \\| [<code>LineChart</code>](#LineChart)\n    * ~~[.interpolate([interpolate])](#LineChart+interpolate) ⇒ <code>d3.curve</code> \\| [<code>LineChart</code>](#LineChart)~~\n    * ~~[.tension([tension])](#LineChart+tension) ⇒ <code>Number</code> \\| [<code>LineChart</code>](#LineChart)~~\n    * [.defined([defined])](#LineChart+defined) ⇒ <code>function</code> \\| [<code>LineChart</code>](#LineChart)\n    * [.dashStyle([dashStyle])](#LineChart+dashStyle) ⇒ <code>Array.&lt;Number&gt;</code> \\| [<code>LineChart</code>](#LineChart)\n    * [.renderArea([renderArea])](#LineChart+renderArea) ⇒ <code>Boolean</code> \\| [<code>LineChart</code>](#LineChart)\n    * [.xyTipsOn([xyTipsOn])](#LineChart+xyTipsOn) ⇒ <code>Boolean</code> \\| [<code>LineChart</code>](#LineChart)\n    * [.dotRadius([dotRadius])](#LineChart+dotRadius) ⇒ <code>Number</code> \\| [<code>LineChart</code>](#LineChart)\n    * [.renderDataPoints([options])](#LineChart+renderDataPoints) ⇒ <code>Object</code> \\| [<code>LineChart</code>](#LineChart)\n\n<a name=\"new_LineChart_new\"></a>\n\n### new LineChart(parent, [chartGroup])\nCreate a Line Chart.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>CompositeChart</code>](#CompositeChart) | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection.  If the line chart is a sub-chart in a [Composite Chart](#CompositeChart) then pass in the parent composite chart instance instead. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a line chart under #chart-container1 element using the default global chart group\nvar chart1 = new LineChart('#chart-container1');\n// create a line chart under #chart-container2 element using chart group A\nvar chart2 = new LineChart('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = new LineChart(compositeChart);\n```\n<a name=\"LineChart+curve\"></a>\n\n### lineChart.curve([curve]) ⇒ <code>d3.curve</code> \\| [<code>LineChart</code>](#LineChart)\nGets or sets the curve factory to use for lines and areas drawn, allowing e.g. step\nfunctions, splines, and cubic interpolation. Typically you would use one of the interpolator functions\nprovided by [d3 curves](https://github.com/d3/d3-shape/blob/master/README.md#curves).\n\nReplaces the use of [interpolate](#LineChart+interpolate) and [tension](#LineChart+tension)\nin dc.js < 3.0\n\nThis is passed to\n[line.curve](https://github.com/d3/d3-shape/blob/master/README.md#line_curve) and\n[area.curve](https://github.com/d3/d3-shape/blob/master/README.md#area_curve).\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n**See**\n\n- [line.curve](https://github.com/d3/d3-shape/blob/master/README.md#line_curve)\n- [area.curve](https://github.com/d3/d3-shape/blob/master/README.md#area_curve)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [curve] | <code>d3.curve</code> | <code>d3.curveLinear</code> | \n\n**Example**  \n```js\n// default\nchart\n    .curve(d3.curveLinear);\n// Add tension to curves that support it\nchart\n    .curve(d3.curveCardinal.tension(0.5));\n// You can use some specialized variation like\n// https://en.wikipedia.org/wiki/Centripetal_Catmull%E2%80%93Rom_spline\nchart\n    .curve(d3.curveCatmullRom.alpha(0.5));\n```\n<a name=\"LineChart+interpolate\"></a>\n\n### ~~lineChart.interpolate([interpolate]) ⇒ <code>d3.curve</code> \\| [<code>LineChart</code>](#LineChart)~~\n***Deprecated***\n\nGets or sets the interpolator to use for lines drawn, by string name, allowing e.g. step\nfunctions, splines, and cubic interpolation.\n\nPossible values are: 'linear', 'linear-closed', 'step', 'step-before', 'step-after', 'basis',\n'basis-open', 'basis-closed', 'bundle', 'cardinal', 'cardinal-open', 'cardinal-closed', and\n'monotone'.\n\nThis function exists for backward compatibility. Use [curve](#LineChart+curve)\nwhich is generic and provides more options.\nValue set through `.curve` takes precedence over `.interpolate` and `.tension`.\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n**See**: [curve](#LineChart+curve)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [interpolate] | <code>d3.curve</code> | <code>d3.curveLinear</code> | \n\n<a name=\"LineChart+tension\"></a>\n\n### ~~lineChart.tension([tension]) ⇒ <code>Number</code> \\| [<code>LineChart</code>](#LineChart)~~\n***Deprecated***\n\nGets or sets the tension to use for lines drawn, in the range 0 to 1.\n\nPassed to the [d3 curve function](https://github.com/d3/d3-shape/blob/master/README.md#curves)\nif it provides a `.tension` function. Example:\n[curveCardinal.tension](https://github.com/d3/d3-shape/blob/master/README.md#curveCardinal_tension).\n\nThis function exists for backward compatibility. Use [curve](#LineChart+curve)\nwhich is generic and provides more options.\nValue set through `.curve` takes precedence over `.interpolate` and `.tension`.\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n**See**: [curve](#LineChart+curve)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [tension] | <code>Number</code> | <code>0</code> | \n\n<a name=\"LineChart+defined\"></a>\n\n### lineChart.defined([defined]) ⇒ <code>function</code> \\| [<code>LineChart</code>](#LineChart)\nGets or sets a function that will determine discontinuities in the line which should be\nskipped: the path will be broken into separate subpaths if some points are undefined.\nThis function is passed to\n[line.defined](https://github.com/d3/d3-shape/blob/master/README.md#line_defined)\n\nNote: crossfilter will sometimes coerce nulls to 0, so you may need to carefully write\ncustom reduce functions to get this to work, depending on your data. See\n[this GitHub comment](https://github.com/dc-js/dc.js/issues/615#issuecomment-49089248)\nfor more details and an example.\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n**See**: [line.defined](https://github.com/d3/d3-shape/blob/master/README.md#line_defined)  \n\n| Param | Type |\n| --- | --- |\n| [defined] | <code>function</code> | \n\n<a name=\"LineChart+dashStyle\"></a>\n\n### lineChart.dashStyle([dashStyle]) ⇒ <code>Array.&lt;Number&gt;</code> \\| [<code>LineChart</code>](#LineChart)\nSet the line's d3 dashstyle. This value becomes the 'stroke-dasharray' of line. Defaults to empty\narray (solid line).\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n**See**: [stroke-dasharray](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [dashStyle] | <code>Array.&lt;Number&gt;</code> | <code>[]</code> | \n\n**Example**  \n```js\n// create a Dash Dot Dot Dot\nchart.dashStyle([3,1,1,1]);\n```\n<a name=\"LineChart+renderArea\"></a>\n\n### lineChart.renderArea([renderArea]) ⇒ <code>Boolean</code> \\| [<code>LineChart</code>](#LineChart)\nGet or set render area flag. If the flag is set to true then the chart will render the area\nbeneath each line and the line chart effectively becomes an area chart.\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderArea] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"LineChart+xyTipsOn\"></a>\n\n### lineChart.xyTipsOn([xyTipsOn]) ⇒ <code>Boolean</code> \\| [<code>LineChart</code>](#LineChart)\nTurn on/off the mouseover behavior of an individual data point which renders a circle and x/y axis\ndashed lines back to each respective axis.  This is ignored if the chart\n[brush](#CoordinateGridMixin+brushOn) is on\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xyTipsOn] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"LineChart+dotRadius\"></a>\n\n### lineChart.dotRadius([dotRadius]) ⇒ <code>Number</code> \\| [<code>LineChart</code>](#LineChart)\nGet or set the radius (in px) for dots displayed on the data points.\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [dotRadius] | <code>Number</code> | <code>5</code> | \n\n<a name=\"LineChart+renderDataPoints\"></a>\n\n### lineChart.renderDataPoints([options]) ⇒ <code>Object</code> \\| [<code>LineChart</code>](#LineChart)\nAlways show individual dots for each datapoint.\n\nIf `options` is falsy, it disables data point rendering. If no `options` are provided, the\ncurrent `options` values are instead returned.\n\n**Kind**: instance method of [<code>LineChart</code>](#LineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [options] | <code>Object</code> | <code>{fillOpacity: 0.8, strokeOpacity: 0.0, radius: 2}</code> | \n\n**Example**  \n```js\nchart.renderDataPoints({radius: 2, fillOpacity: 0.8, strokeOpacity: 0.0})\n```\n<a name=\"NumberDisplay\"></a>\n\n## NumberDisplay\nA display of a single numeric value.\n\nUnlike other charts, you do not need to set a dimension. Instead a group object must be provided and\na valueAccessor that returns a single value.\n\nIf the group is a [groupAll](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_groupAll)\nthen its `.value()` will be displayed. This is the recommended usage.\n\nHowever, if it is given an ordinary group, the `numberDisplay` will show the last bin's value, after\nsorting with the [ordering](https://dc-js.github.io/dc.js/docs/html/dc.baseMixin.html#ordering__anchor)\nfunction. `numberDisplay` defaults the `ordering` function to sorting by value, so this will display\nthe largest value if the values are numeric.\n\n**Kind**: global class  \n**Mixes**: [<code>BaseMixin</code>](#BaseMixin)  \n\n* [NumberDisplay](#NumberDisplay)\n    * [new NumberDisplay(parent, [chartGroup])](#new_NumberDisplay_new)\n    * [.html([html])](#NumberDisplay+html) ⇒ <code>Object</code> \\| [<code>NumberDisplay</code>](#NumberDisplay)\n    * [.value()](#NumberDisplay+value) ⇒ <code>Number</code>\n    * [.formatNumber([formatter])](#NumberDisplay+formatNumber) ⇒ <code>function</code> \\| [<code>NumberDisplay</code>](#NumberDisplay)\n    * [.ariaLiveRegion([ariaLiveRegion])](#NumberDisplay+ariaLiveRegion) ⇒ <code>Boolean</code> \\| [<code>NumberDisplay</code>](#NumberDisplay)\n\n<a name=\"new_NumberDisplay_new\"></a>\n\n### new NumberDisplay(parent, [chartGroup])\nCreate a Number Display widget.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a number display under #chart-container1 element using the default global chart group\nvar display1 = new NumberDisplay('#chart-container1');\n```\n<a name=\"NumberDisplay+html\"></a>\n\n### numberDisplay.html([html]) ⇒ <code>Object</code> \\| [<code>NumberDisplay</code>](#NumberDisplay)\nGets or sets an optional object specifying HTML templates to use depending on the number\ndisplayed.  The text `%number` will be replaced with the current value.\n- one: HTML template to use if the number is 1\n- zero: HTML template to use if the number is 0\n- some: HTML template to use otherwise\n\n**Kind**: instance method of [<code>NumberDisplay</code>](#NumberDisplay)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [html] | <code>Object</code> | <code>{one: &#x27;&#x27;, some: &#x27;&#x27;, none: &#x27;&#x27;}</code> | \n\n**Example**  \n```js\nnumberWidget.html({\n     one:'%number record',\n     some:'%number records',\n     none:'no records'})\n```\n<a name=\"NumberDisplay+value\"></a>\n\n### numberDisplay.value() ⇒ <code>Number</code>\nCalculate and return the underlying value of the display.\n\n**Kind**: instance method of [<code>NumberDisplay</code>](#NumberDisplay)  \n<a name=\"NumberDisplay+formatNumber\"></a>\n\n### numberDisplay.formatNumber([formatter]) ⇒ <code>function</code> \\| [<code>NumberDisplay</code>](#NumberDisplay)\nGet or set a function to format the value for the display.\n\n**Kind**: instance method of [<code>NumberDisplay</code>](#NumberDisplay)  \n**See**: [d3.format](https://github.com/d3/d3-format/blob/master/README.md#format)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [formatter] | <code>function</code> | <code>d3.format(&#x27;.2s&#x27;)</code> | \n\n<a name=\"NumberDisplay+ariaLiveRegion\"></a>\n\n### numberDisplay.ariaLiveRegion([ariaLiveRegion]) ⇒ <code>Boolean</code> \\| [<code>NumberDisplay</code>](#NumberDisplay)\nIf set, the Number Display widget will have its aria-live attribute set to 'polite' which will\nnotify screen readers when the widget changes its value. Note that setting this method will also\ndisable the default transition between the old and the new values. This is to avoid change\nnotifications spoken out before the new value finishes re-drawing. It is also advisable to check\nif the widget has appropriately set accessibility description or label.\n\n**Kind**: instance method of [<code>NumberDisplay</code>](#NumberDisplay)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [ariaLiveRegion] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"PieChart\"></a>\n\n## PieChart\nThe pie chart implementation is usually used to visualize a small categorical distribution.  The pie\nchart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\nslice relative to the sum of all values. Slices are ordered by [ordering](#BaseMixin+ordering)\nwhich defaults to sorting by key.\n\nExamples:\n- [Nasdaq 100 Index](https://dc-js.github.io/dc.js/)\n\n**Kind**: global class  \n**Mixes**: [<code>CapMixin</code>](#CapMixin), [<code>ColorMixin</code>](#ColorMixin), [<code>BaseMixin</code>](#BaseMixin)  \n\n* [PieChart](#PieChart)\n    * [new PieChart(parent, [chartGroup])](#new_PieChart_new)\n    * [.slicesCap([cap])](#PieChart+slicesCap) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.externalRadiusPadding([externalRadiusPadding])](#PieChart+externalRadiusPadding) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.innerRadius([innerRadius])](#PieChart+innerRadius) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.radius([radius])](#PieChart+radius) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.cx([cx])](#PieChart+cx) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.cy([cy])](#PieChart+cy) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.minAngleForLabel([minAngleForLabel])](#PieChart+minAngleForLabel) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.emptyTitle([title])](#PieChart+emptyTitle) ⇒ <code>String</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.externalLabels([externalLabelRadius])](#PieChart+externalLabels) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\n    * [.drawPaths([drawPaths])](#PieChart+drawPaths) ⇒ <code>Boolean</code> \\| [<code>PieChart</code>](#PieChart)\n\n<a name=\"new_PieChart_new\"></a>\n\n### new PieChart(parent, [chartGroup])\nCreate a Pie Chart\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a pie chart under #chart-container1 element using the default global chart group\nvar chart1 = new PieChart('#chart-container1');\n// create a pie chart under #chart-container2 element using chart group A\nvar chart2 = new PieChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"PieChart+slicesCap\"></a>\n\n### pieChart.slicesCap([cap]) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\nGet or set the maximum number of slices the pie chart will generate. The top slices are determined by\nvalue from high to low. Other slices exceeding the cap will be rolled up into one single *Others* slice.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cap] | <code>Number</code> | \n\n<a name=\"PieChart+externalRadiusPadding\"></a>\n\n### pieChart.externalRadiusPadding([externalRadiusPadding]) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\nGet or set the external radius padding of the pie chart. This will force the radius of the\npie chart to become smaller or larger depending on the value.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [externalRadiusPadding] | <code>Number</code> | <code>0</code> | \n\n<a name=\"PieChart+innerRadius\"></a>\n\n### pieChart.innerRadius([innerRadius]) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\nGet or set the inner radius of the pie chart. If the inner radius is greater than 0px then the\npie chart will be rendered as a doughnut chart.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [innerRadius] | <code>Number</code> | <code>0</code> | \n\n<a name=\"PieChart+radius\"></a>\n\n### pieChart.radius([radius]) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\nGet or set the outer radius. If the radius is not set, it will be half of the minimum of the\nchart width and height.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type |\n| --- | --- |\n| [radius] | <code>Number</code> | \n\n<a name=\"PieChart+cx\"></a>\n\n### pieChart.cx([cx]) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\nGet or set center x coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cx] | <code>Number</code> | \n\n<a name=\"PieChart+cy\"></a>\n\n### pieChart.cy([cy]) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\nGet or set center y coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cy] | <code>Number</code> | \n\n<a name=\"PieChart+minAngleForLabel\"></a>\n\n### pieChart.minAngleForLabel([minAngleForLabel]) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not\ndisplay a slice label.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minAngleForLabel] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"PieChart+emptyTitle\"></a>\n\n### pieChart.emptyTitle([title]) ⇒ <code>String</code> \\| [<code>PieChart</code>](#PieChart)\nTitle to use for the only slice when there is no data.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type |\n| --- | --- |\n| [title] | <code>String</code> | \n\n<a name=\"PieChart+externalLabels\"></a>\n\n### pieChart.externalLabels([externalLabelRadius]) ⇒ <code>Number</code> \\| [<code>PieChart</code>](#PieChart)\nPosition slice labels offset from the outer edge of the chart.\n\nThe argument specifies the extra radius to be added for slice labels.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type |\n| --- | --- |\n| [externalLabelRadius] | <code>Number</code> | \n\n<a name=\"PieChart+drawPaths\"></a>\n\n### pieChart.drawPaths([drawPaths]) ⇒ <code>Boolean</code> \\| [<code>PieChart</code>](#PieChart)\nGet or set whether to draw lines from pie slices to their labels.\n\n**Kind**: instance method of [<code>PieChart</code>](#PieChart)  \n\n| Param | Type |\n| --- | --- |\n| [drawPaths] | <code>Boolean</code> | \n\n<a name=\"RowChart\"></a>\n\n## RowChart\nConcrete row chart implementation.\n\nExamples:\n- [Nasdaq 100 Index](https://dc-js.github.io/dc.js/)\n\n**Kind**: global class  \n**Mixes**: [<code>CapMixin</code>](#CapMixin), [<code>MarginMixin</code>](#MarginMixin), [<code>ColorMixin</code>](#ColorMixin), [<code>BaseMixin</code>](#BaseMixin)  \n\n* [RowChart](#RowChart)\n    * [new RowChart(parent, [chartGroup])](#new_RowChart_new)\n    * [.x([scale])](#RowChart+x) ⇒ <code>d3.scale</code> \\| [<code>RowChart</code>](#RowChart)\n    * [.renderTitleLabel([renderTitleLabel])](#RowChart+renderTitleLabel) ⇒ <code>Boolean</code> \\| [<code>RowChart</code>](#RowChart)\n    * [.xAxis([xAxis])](#RowChart+xAxis) ⇒ <code>d3.axis</code> \\| [<code>RowChart</code>](#RowChart)\n    * [.fixedBarHeight([fixedBarHeight])](#RowChart+fixedBarHeight) ⇒ <code>Boolean</code> \\| <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\n    * [.gap([gap])](#RowChart+gap) ⇒ <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\n    * [.elasticX([elasticX])](#RowChart+elasticX) ⇒ <code>Boolean</code> \\| [<code>RowChart</code>](#RowChart)\n    * [.labelOffsetX([labelOffsetX])](#RowChart+labelOffsetX) ⇒ <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\n    * [.labelOffsetY([labelOffsety])](#RowChart+labelOffsetY) ⇒ <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\n    * [.titleLabelOffsetX([titleLabelOffsetX])](#RowChart+titleLabelOffsetX) ⇒ <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\n\n<a name=\"new_RowChart_new\"></a>\n\n### new RowChart(parent, [chartGroup])\nCreate a Row Chart.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a row chart under #chart-container1 element using the default global chart group\nvar chart1 = new RowChart('#chart-container1');\n// create a row chart under #chart-container2 element using chart group A\nvar chart2 = new RowChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"RowChart+x\"></a>\n\n### rowChart.x([scale]) ⇒ <code>d3.scale</code> \\| [<code>RowChart</code>](#RowChart)\nGets or sets the x scale. The x scale can be any d3\n[d3.scale](https://github.com/d3/d3-scale/blob/master/README.md).\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [scale] | <code>d3.scale</code> | \n\n<a name=\"RowChart+renderTitleLabel\"></a>\n\n### rowChart.renderTitleLabel([renderTitleLabel]) ⇒ <code>Boolean</code> \\| [<code>RowChart</code>](#RowChart)\nTurn on/off Title label rendering (values) using SVG style of text-anchor 'end'.\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderTitleLabel] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"RowChart+xAxis\"></a>\n\n### rowChart.xAxis([xAxis]) ⇒ <code>d3.axis</code> \\| [<code>RowChart</code>](#RowChart)\nGet or sets the x axis for the row chart instance.\nSee the [d3.axis](https://github.com/d3/d3-axis/blob/master/README.md)\ndocumention for more information.\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n\n| Param | Type |\n| --- | --- |\n| [xAxis] | <code>d3.axis</code> | \n\n**Example**  \n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function (v) {return v + '%';});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n// use a top-oriented axis. Note: position of the axis and grid lines will need to\n// be set manually, see https://dc-js.github.io/dc.js/examples/row-top-axis.html\nchart.xAxis(d3.axisTop())\n```\n<a name=\"RowChart+fixedBarHeight\"></a>\n\n### rowChart.fixedBarHeight([fixedBarHeight]) ⇒ <code>Boolean</code> \\| <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\nGet or set the fixed bar height. Default is [false] which will auto-scale bars.\nFor example, if you want to fix the height for a specific number of bars (useful in TopN charts)\nyou could fix height as follows (where count = total number of bars in your TopN and gap is\nyour vertical gap space).\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [fixedBarHeight] | <code>Boolean</code> \\| <code>Number</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.fixedBarHeight( chartheight - (count + 1) * gap / count);\n```\n<a name=\"RowChart+gap\"></a>\n\n### rowChart.gap([gap]) ⇒ <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\nGet or set the vertical gap space between rows on a particular row chart instance.\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>5</code> | \n\n<a name=\"RowChart+elasticX\"></a>\n\n### rowChart.elasticX([elasticX]) ⇒ <code>Boolean</code> \\| [<code>RowChart</code>](#RowChart)\nGet or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescale to auto-fit the\ndata range when filtered.\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n\n| Param | Type |\n| --- | --- |\n| [elasticX] | <code>Boolean</code> | \n\n<a name=\"RowChart+labelOffsetX\"></a>\n\n### rowChart.labelOffsetX([labelOffsetX]) ⇒ <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\nGet or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart.\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelOffsetX] | <code>Number</code> | <code>10</code> | \n\n<a name=\"RowChart+labelOffsetY\"></a>\n\n### rowChart.labelOffsetY([labelOffsety]) ⇒ <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\nGet or set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart.\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelOffsety] | <code>Number</code> | <code>15</code> | \n\n<a name=\"RowChart+titleLabelOffsetX\"></a>\n\n### rowChart.titleLabelOffsetX([titleLabelOffsetX]) ⇒ <code>Number</code> \\| [<code>RowChart</code>](#RowChart)\nGet of set the x offset (horizontal space between right edge of row and right edge or text.\n\n**Kind**: instance method of [<code>RowChart</code>](#RowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [titleLabelOffsetX] | <code>Number</code> | <code>2</code> | \n\n<a name=\"ScatterPlot\"></a>\n\n## ScatterPlot\nA scatter plot chart\n\nExamples:\n- [Scatter Chart](http://dc-js.github.io/dc.js/examples/scatter.html)\n- [Multi-Scatter Chart](http://dc-js.github.io/dc.js/examples/multi-scatter.html)\n\n**Kind**: global class  \n**Mixes**: [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n* [ScatterPlot](#ScatterPlot)\n    * [new ScatterPlot(parent, [chartGroup])](#new_ScatterPlot_new)\n    * [.resetSvg()](#ScatterPlot+resetSvg) ⇒ <code>SVGElement</code>\n    * [.useCanvas([useCanvas])](#ScatterPlot+useCanvas) ⇒ <code>Boolean</code> \\| <code>d3.selection</code>\n    * [.canvas([canvasElement])](#ScatterPlot+canvas) ⇒ <code>CanvasElement</code> \\| <code>d3.selection</code>\n    * [.context()](#ScatterPlot+context) ⇒ <code>CanvasContext</code>\n    * [.existenceAccessor([accessor])](#ScatterPlot+existenceAccessor) ⇒ <code>function</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.symbol([type])](#ScatterPlot+symbol) ⇒ <code>function</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.customSymbol([customSymbol])](#ScatterPlot+customSymbol) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.symbolSize([symbolSize])](#ScatterPlot+symbolSize) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.highlightedSize([highlightedSize])](#ScatterPlot+highlightedSize) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.excludedSize([excludedSize])](#ScatterPlot+excludedSize) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.excludedColor([excludedColor])](#ScatterPlot+excludedColor) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.excludedOpacity([excludedOpacity])](#ScatterPlot+excludedOpacity) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.emptySize([emptySize])](#ScatterPlot+emptySize) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.emptyColor([emptyColor])](#ScatterPlot+emptyColor) ⇒ <code>String</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.emptyOpacity([emptyOpacity])](#ScatterPlot+emptyOpacity) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n    * [.nonemptyOpacity([nonemptyOpacity])](#ScatterPlot+nonemptyOpacity) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\n\n<a name=\"new_ScatterPlot_new\"></a>\n\n### new ScatterPlot(parent, [chartGroup])\nCreate a Scatter Plot.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a scatter plot under #chart-container1 element using the default global chart group\nvar chart1 = new ScatterPlot('#chart-container1');\n// create a scatter plot under #chart-container2 element using chart group A\nvar chart2 = new ScatterPlot('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = new ScatterPlot(compositeChart);\n```\n<a name=\"ScatterPlot+resetSvg\"></a>\n\n### scatterPlot.resetSvg() ⇒ <code>SVGElement</code>\nMethod that replaces original resetSvg and appropriately inserts canvas\nelement along with svg element and sets their CSS properties appropriately\nso they are overlapped on top of each other.\nRemove the chart's SVGElements from the dom and recreate the container SVGElement.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n<a name=\"ScatterPlot+useCanvas\"></a>\n\n### scatterPlot.useCanvas([useCanvas]) ⇒ <code>Boolean</code> \\| <code>d3.selection</code>\nSet or get whether to use canvas backend for plotting scatterPlot. Note that the\ncanvas backend does not currently support\n[customSymbol](#ScatterPlot+customSymbol) or\n[symbol](#ScatterPlot+symbol) methods and is limited to always plotting\nwith filled circles. Symbols are drawn with\n[symbolSize](#ScatterPlot+symbolSize) radius. By default, the SVG backend\nis used when `useCanvas` is set to `false`.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useCanvas] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"ScatterPlot+canvas\"></a>\n\n### scatterPlot.canvas([canvasElement]) ⇒ <code>CanvasElement</code> \\| <code>d3.selection</code>\nSet or get canvas element. You should usually only ever use the get method as\ndc.js will handle canvas element generation.  Provides valid canvas only when\n[useCanvas](#ScatterPlot+useCanvas) is set to `true`\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n\n| Param | Type |\n| --- | --- |\n| [canvasElement] | <code>CanvasElement</code> \\| <code>d3.selection</code> | \n\n<a name=\"ScatterPlot+context\"></a>\n\n### scatterPlot.context() ⇒ <code>CanvasContext</code>\nGet canvas 2D context. Provides valid context only when\n[useCanvas](#ScatterPlot+useCanvas) is set to `true`\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n<a name=\"ScatterPlot+existenceAccessor\"></a>\n\n### scatterPlot.existenceAccessor([accessor]) ⇒ <code>function</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nGet or set the existence accessor.  If a point exists, it is drawn with\n[symbolSize](#ScatterPlot+symbolSize) radius and\nopacity 1; if it does not exist, it is drawn with\n[emptySize](#ScatterPlot+emptySize) radius and opacity 0. By default,\nthe existence accessor checks if the reduced value is truthy.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n**See**\n\n- [symbolSize](#ScatterPlot+symbolSize)\n- [emptySize](#ScatterPlot+emptySize)\n\n\n| Param | Type |\n| --- | --- |\n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// default accessor\nchart.existenceAccessor(function (d) { return d.value; });\n```\n<a name=\"ScatterPlot+symbol\"></a>\n\n### scatterPlot.symbol([type]) ⇒ <code>function</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nGet or set the symbol type used for each point. By default the symbol is a circle (d3.symbolCircle).\nType can be a constant or an accessor.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n**See**: [symbol.type](https://github.com/d3/d3-shape/blob/master/README.md#symbol_type)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [type] | <code>function</code> | <code>d3.symbolCircle</code> | \n\n**Example**  \n```js\n// Circle type\nchart.symbol(d3.symbolCircle);\n// Square type\nchart.symbol(d3.symbolSquare);\n```\n<a name=\"ScatterPlot+customSymbol\"></a>\n\n### scatterPlot.customSymbol([customSymbol]) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nGet or set the symbol generator. By default `ScatterPlot` will use\n[d3.symbol()](https://github.com/d3/d3-shape/blob/master/README.md#symbol)\nto generate symbols. `ScatterPlot` will set the\n[symbol size accessor](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)\non the symbol generator.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n**See**\n\n- [d3.symbol](https://github.com/d3/d3-shape/blob/master/README.md#symbol)\n- [Create additional D3.js symbols](https://stackoverflow.com/questions/25332120/create-additional-d3-js-symbols)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [customSymbol] | <code>String</code> \\| <code>function</code> | <code>d3.symbol()</code> | \n\n<a name=\"ScatterPlot+symbolSize\"></a>\n\n### scatterPlot.symbolSize([symbolSize]) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get radius for symbols.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n**See**: [d3.symbol.size](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [symbolSize] | <code>Number</code> | <code>3</code> | \n\n<a name=\"ScatterPlot+highlightedSize\"></a>\n\n### scatterPlot.highlightedSize([highlightedSize]) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get radius for highlighted symbols.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n**See**: [d3.symbol.size](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [highlightedSize] | <code>Number</code> | <code>5</code> | \n\n<a name=\"ScatterPlot+excludedSize\"></a>\n\n### scatterPlot.excludedSize([excludedSize]) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get size for symbols excluded from this chart's filter. If null, no\nspecial size is applied for symbols based on their filter status.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n**See**: [d3.symbol.size](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedSize] | <code>Number</code> | <code></code> | \n\n<a name=\"ScatterPlot+excludedColor\"></a>\n\n### scatterPlot.excludedColor([excludedColor]) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get color for symbols excluded from this chart's filter. If null, no\nspecial color is applied for symbols based on their filter status.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedColor] | <code>Number</code> | <code></code> | \n\n<a name=\"ScatterPlot+excludedOpacity\"></a>\n\n### scatterPlot.excludedOpacity([excludedOpacity]) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get opacity for symbols excluded from this chart's filter.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedOpacity] | <code>Number</code> | <code>1.0</code> | \n\n<a name=\"ScatterPlot+emptySize\"></a>\n\n### scatterPlot.emptySize([emptySize]) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get radius for symbols when the group is empty.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n**See**: [d3.symbol.size](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptySize] | <code>Number</code> | <code>0</code> | \n\n<a name=\"ScatterPlot+emptyColor\"></a>\n\n### scatterPlot.emptyColor([emptyColor]) ⇒ <code>String</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get color for symbols when the group is empty. If null, just use the\n[colorMixin.colors](#ColorMixin+colors) color scale zero value.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptyColor] | <code>String</code> | <code></code> | \n\n<a name=\"ScatterPlot+emptyOpacity\"></a>\n\n### scatterPlot.emptyOpacity([emptyOpacity]) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get opacity for symbols when the group is empty.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptyOpacity] | <code>Number</code> | <code>0</code> | \n\n<a name=\"ScatterPlot+nonemptyOpacity\"></a>\n\n### scatterPlot.nonemptyOpacity([nonemptyOpacity]) ⇒ <code>Number</code> \\| [<code>ScatterPlot</code>](#ScatterPlot)\nSet or get opacity for symbols when the group is not empty.\n\n**Kind**: instance method of [<code>ScatterPlot</code>](#ScatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [nonemptyOpacity] | <code>Number</code> | <code>1</code> | \n\n<a name=\"SelectMenu\"></a>\n\n## SelectMenu\nThe select menu is a simple widget designed to filter a dimension by selecting an option from\nan HTML `<select/>` menu. The menu can be optionally turned into a multiselect.\n\n**Kind**: global class  \n**Mixes**: [<code>BaseMixin</code>](#BaseMixin)  \n\n* [SelectMenu](#SelectMenu)\n    * [new SelectMenu(parent, [chartGroup])](#new_SelectMenu_new)\n    * [.order([order])](#SelectMenu+order) ⇒ <code>function</code> \\| [<code>SelectMenu</code>](#SelectMenu)\n    * [.promptText([promptText])](#SelectMenu+promptText) ⇒ <code>String</code> \\| [<code>SelectMenu</code>](#SelectMenu)\n    * [.filterDisplayed([filterDisplayed])](#SelectMenu+filterDisplayed) ⇒ <code>function</code> \\| [<code>SelectMenu</code>](#SelectMenu)\n    * [.multiple([multiple])](#SelectMenu+multiple) ⇒ <code>boolean</code> \\| [<code>SelectMenu</code>](#SelectMenu)\n    * [.promptValue([promptValue])](#SelectMenu+promptValue) ⇒ <code>\\*</code> \\| [<code>SelectMenu</code>](#SelectMenu)\n    * [.numberVisible([numberVisible])](#SelectMenu+numberVisible) ⇒ <code>number</code> \\| [<code>SelectMenu</code>](#SelectMenu)\n\n<a name=\"new_SelectMenu_new\"></a>\n\n### new SelectMenu(parent, [chartGroup])\nCreate a Select Menu.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>CompositeChart</code>](#CompositeChart) | Any valid [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this widget should be placed in. Interaction with the widget will only trigger events and redraws within its group. |\n\n**Example**  \n```js\n// create a select menu under #select-container using the default global chart group\nvar select = new SelectMenu('#select-container')\n               .dimension(states)\n               .group(stateGroup);\n// the option text can be set via the title() function\n// by default the option text is '`key`: `value`'\nselect.title(function (d){\n    return 'STATE: ' + d.key;\n})\n```\n<a name=\"SelectMenu+order\"></a>\n\n### selectMenu.order([order]) ⇒ <code>function</code> \\| [<code>SelectMenu</code>](#SelectMenu)\nGet or set the function that controls the ordering of option tags in the\nselect menu. By default options are ordered by the group key in ascending\norder.\n\n**Kind**: instance method of [<code>SelectMenu</code>](#SelectMenu)  \n\n| Param | Type |\n| --- | --- |\n| [order] | <code>function</code> | \n\n**Example**  \n```js\n// order by the group's value\nchart.order(function (a,b) {\n    return a.value > b.value ? 1 : b.value > a.value ? -1 : 0;\n});\n```\n<a name=\"SelectMenu+promptText\"></a>\n\n### selectMenu.promptText([promptText]) ⇒ <code>String</code> \\| [<code>SelectMenu</code>](#SelectMenu)\nGet or set the text displayed in the options used to prompt selection.\n\n**Kind**: instance method of [<code>SelectMenu</code>](#SelectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptText] | <code>String</code> | <code>&#x27;Select all&#x27;</code> | \n\n**Example**  \n```js\nchart.promptText('All states');\n```\n<a name=\"SelectMenu+filterDisplayed\"></a>\n\n### selectMenu.filterDisplayed([filterDisplayed]) ⇒ <code>function</code> \\| [<code>SelectMenu</code>](#SelectMenu)\nGet or set the function that filters option tags prior to display. By default options\nwith a value of < 1 are not displayed.\n\n**Kind**: instance method of [<code>SelectMenu</code>](#SelectMenu)  \n\n| Param | Type |\n| --- | --- |\n| [filterDisplayed] | <code>function</code> | \n\n**Example**  \n```js\n// display all options override the `filterDisplayed` function:\nchart.filterDisplayed(function () {\n    return true;\n});\n```\n<a name=\"SelectMenu+multiple\"></a>\n\n### selectMenu.multiple([multiple]) ⇒ <code>boolean</code> \\| [<code>SelectMenu</code>](#SelectMenu)\nControls the type of select menu. Setting it to true converts the underlying\nHTML tag into a multiple select.\n\n**Kind**: instance method of [<code>SelectMenu</code>](#SelectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [multiple] | <code>boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.multiple(true);\n```\n<a name=\"SelectMenu+promptValue\"></a>\n\n### selectMenu.promptValue([promptValue]) ⇒ <code>\\*</code> \\| [<code>SelectMenu</code>](#SelectMenu)\nControls the default value to be used for\n[dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)\nwhen only the prompt value is selected. If `null` (the default), no filtering will occur when\njust the prompt is selected.\n\n**Kind**: instance method of [<code>SelectMenu</code>](#SelectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptValue] | <code>\\*</code> | <code></code> | \n\n<a name=\"SelectMenu+numberVisible\"></a>\n\n### selectMenu.numberVisible([numberVisible]) ⇒ <code>number</code> \\| [<code>SelectMenu</code>](#SelectMenu)\nControls the number of items to show in the select menu, when `.multiple()` is true. This\ncontrols the [`size` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#Attributes) of\nthe `select` element. If `null` (the default), uses the browser's default height.\n\n**Kind**: instance method of [<code>SelectMenu</code>](#SelectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [numberVisible] | <code>number</code> | <code></code> | \n\n**Example**  \n```js\nchart.numberVisible(10);\n```\n<a name=\"SeriesChart\"></a>\n\n## SeriesChart\nA series chart is a chart that shows multiple series of data overlaid on one chart, where the\nseries is specified in the data. It is a specialization of Composite Chart and inherits all\ncomposite features other than recomposing the chart.\n\nExamples:\n- [Series Chart](http://dc-js.github.io/dc.js/examples/series.html)\n\n**Kind**: global class  \n**Mixes**: [<code>CompositeChart</code>](#CompositeChart)  \n\n* [SeriesChart](#SeriesChart)\n    * [new SeriesChart(parent, [chartGroup])](#new_SeriesChart_new)\n    * [.chart([chartFunction])](#SeriesChart+chart) ⇒ <code>function</code> \\| [<code>SeriesChart</code>](#SeriesChart)\n    * [.seriesAccessor([accessor])](#SeriesChart+seriesAccessor) ⇒ <code>function</code> \\| [<code>SeriesChart</code>](#SeriesChart)\n    * [.seriesSort([sortFunction])](#SeriesChart+seriesSort) ⇒ <code>function</code> \\| [<code>SeriesChart</code>](#SeriesChart)\n    * [.valueSort([sortFunction])](#SeriesChart+valueSort) ⇒ <code>function</code> \\| [<code>SeriesChart</code>](#SeriesChart)\n\n<a name=\"new_SeriesChart_new\"></a>\n\n### new SeriesChart(parent, [chartGroup])\nCreate a Series Chart.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a series chart under #chart-container1 element using the default global chart group\nvar seriesChart1 = new SeriesChart(\"#chart-container1\");\n// create a series chart under #chart-container2 element using chart group A\nvar seriesChart2 = new SeriesChart(\"#chart-container2\", \"chartGroupA\");\n```\n<a name=\"SeriesChart+chart\"></a>\n\n### seriesChart.chart([chartFunction]) ⇒ <code>function</code> \\| [<code>SeriesChart</code>](#SeriesChart)\nGet or set the chart function, which generates the child charts.\n\n**Kind**: instance method of [<code>SeriesChart</code>](#SeriesChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [chartFunction] | <code>function</code> | <code>(anchor) &#x3D;&gt;  new LineChart(anchor)</code> | \n\n**Example**  \n```js\n// put curve on the line charts used for the series\nchart.chart(function(c) { return new LineChart(c).curve(d3.curveBasis); })\n// do a scatter series chart\nchart.chart(anchor => new ScatterPlot(anchor))\n```\n<a name=\"SeriesChart+seriesAccessor\"></a>\n\n### seriesChart.seriesAccessor([accessor]) ⇒ <code>function</code> \\| [<code>SeriesChart</code>](#SeriesChart)\n**mandatory**\n\nGet or set accessor function for the displayed series. Given a datum, this function\nshould return the series that datum belongs to.\n\n**Kind**: instance method of [<code>SeriesChart</code>](#SeriesChart)  \n\n| Param | Type |\n| --- | --- |\n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// simple series accessor\nchart.seriesAccessor(function(d) { return \"Expt: \" + d.key[0]; })\n```\n<a name=\"SeriesChart+seriesSort\"></a>\n\n### seriesChart.seriesSort([sortFunction]) ⇒ <code>function</code> \\| [<code>SeriesChart</code>](#SeriesChart)\nGet or set a function to sort the list of series by, given series values.\n\n**Kind**: instance method of [<code>SeriesChart</code>](#SeriesChart)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending)\n- [d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortFunction] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.seriesSort(d3.descending);\n```\n<a name=\"SeriesChart+valueSort\"></a>\n\n### seriesChart.valueSort([sortFunction]) ⇒ <code>function</code> \\| [<code>SeriesChart</code>](#SeriesChart)\nGet or set a function to sort each series values by. By default this is the key accessor which,\nfor example, will ensure a lineChart series connects its points in increasing key/x order,\nrather than haphazardly.\n\n**Kind**: instance method of [<code>SeriesChart</code>](#SeriesChart)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending)\n- [d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending)\n\n\n| Param | Type |\n| --- | --- |\n| [sortFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Default value sort\n_chart.valueSort(function keySort (a, b) {\n    return d3.ascending(_chart.keyAccessor()(a), _chart.keyAccessor()(b));\n});\n```\n<a name=\"SunburstChart\"></a>\n\n## SunburstChart\nThe sunburst chart implementation is usually used to visualize a small tree distribution.  The sunburst\nchart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\nslice relative to the sum of all values. Slices are ordered by [ordering](#BaseMixin+ordering) which defaults to sorting\nby key.\n\nThe keys used in the sunburst chart should be arrays, representing paths in the tree.\n\nWhen filtering, the sunburst chart creates instances of [HierarchyFilter](Filters.HierarchyFilter).\n\n**Kind**: global class  \n**Mixes**: [<code>CapMixin</code>](#CapMixin), [<code>ColorMixin</code>](#ColorMixin), [<code>BaseMixin</code>](#BaseMixin)  \n\n* [SunburstChart](#SunburstChart)\n    * [new SunburstChart(parent, [chartGroup])](#new_SunburstChart_new)\n    * [.innerRadius([innerRadius])](#SunburstChart+innerRadius) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\n    * [.radius([radius])](#SunburstChart+radius) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\n    * [.cx([cx])](#SunburstChart+cx) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\n    * [.cy([cy])](#SunburstChart+cy) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\n    * [.minAngleForLabel([minAngleForLabel])](#SunburstChart+minAngleForLabel) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\n    * [.emptyTitle([title])](#SunburstChart+emptyTitle) ⇒ <code>String</code> \\| [<code>SunburstChart</code>](#SunburstChart)\n    * [.externalLabels([externalLabelRadius])](#SunburstChart+externalLabels) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\n    * [.defaultRingSizes()](#SunburstChart+defaultRingSizes) ⇒ <code>RingSizes</code>\n    * [.equalRingSizes()](#SunburstChart+equalRingSizes) ⇒ <code>RingSizes</code>\n    * [.relativeRingSizes([relativeRingSizesFunction])](#SunburstChart+relativeRingSizes) ⇒ <code>RingSizes</code>\n    * [.ringSizes(ringSizes)](#SunburstChart+ringSizes) ⇒ <code>Object</code> \\| [<code>SunburstChart</code>](#SunburstChart)\n\n<a name=\"new_SunburstChart_new\"></a>\n\n### new SunburstChart(parent, [chartGroup])\nCreate a Sunburst Chart\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a sunburst chart under #chart-container1 element using the default global chart group\nvar chart1 = new SunburstChart('#chart-container1');\n// create a sunburst chart under #chart-container2 element using chart group A\nvar chart2 = new SunburstChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"SunburstChart+innerRadius\"></a>\n\n### sunburstChart.innerRadius([innerRadius]) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\nGet or set the inner radius of the sunburst chart. If the inner radius is greater than 0px then the\nsunburst chart will be rendered as a doughnut chart. Default inner radius is 0px.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [innerRadius] | <code>Number</code> | <code>0</code> | \n\n<a name=\"SunburstChart+radius\"></a>\n\n### sunburstChart.radius([radius]) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\nGet or set the outer radius. If the radius is not set, it will be half of the minimum of the\nchart width and height.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [radius] | <code>Number</code> | \n\n<a name=\"SunburstChart+cx\"></a>\n\n### sunburstChart.cx([cx]) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\nGet or set center x coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [cx] | <code>Number</code> | \n\n<a name=\"SunburstChart+cy\"></a>\n\n### sunburstChart.cy([cy]) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\nGet or set center y coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [cy] | <code>Number</code> | \n\n<a name=\"SunburstChart+minAngleForLabel\"></a>\n\n### sunburstChart.minAngleForLabel([minAngleForLabel]) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not\ndisplay a slice label.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minAngleForLabel] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"SunburstChart+emptyTitle\"></a>\n\n### sunburstChart.emptyTitle([title]) ⇒ <code>String</code> \\| [<code>SunburstChart</code>](#SunburstChart)\nTitle to use for the only slice when there is no data.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [title] | <code>String</code> | \n\n<a name=\"SunburstChart+externalLabels\"></a>\n\n### sunburstChart.externalLabels([externalLabelRadius]) ⇒ <code>Number</code> \\| [<code>SunburstChart</code>](#SunburstChart)\nPosition slice labels offset from the outer edge of the chart.\n\nThe argument specifies the extra radius to be added for slice labels.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [externalLabelRadius] | <code>Number</code> | \n\n<a name=\"SunburstChart+defaultRingSizes\"></a>\n\n### sunburstChart.defaultRingSizes() ⇒ <code>RingSizes</code>\nConstructs the default RingSizes parameter for [ringSizes()](#SunburstChart+ringSizes),\nwhich makes the rings narrower as they get farther away from the center.\n\nCan be used as a parameter to ringSizes() to reset the default behavior, or modified for custom ring sizes.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n**Example**  \n```js\nvar chart = new dc.SunburstChart(...);\n  chart.ringSizes(chart.defaultRingSizes())\n```\n<a name=\"SunburstChart+equalRingSizes\"></a>\n\n### sunburstChart.equalRingSizes() ⇒ <code>RingSizes</code>\nConstructs a RingSizes parameter for [ringSizes()](#SunburstChart+ringSizes)\nthat will make the chart rings equally wide.\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n**Example**  \n```js\nvar chart = new dc.SunburstChart(...);\n  chart.ringSizes(chart.equalRingSizes())\n```\n<a name=\"SunburstChart+relativeRingSizes\"></a>\n\n### sunburstChart.relativeRingSizes([relativeRingSizesFunction]) ⇒ <code>RingSizes</code>\nConstructs a RingSizes parameter for [ringSizes()](#SunburstChart+ringSizes) using the given function\nto determine each rings width.\n\n* The function must return an array containing portion values for each ring/level of the chart.\n* The length of the array must match the number of rings of the chart at runtime, which is provided as the only\n  argument.\n* The sum of all portions from the array must be 1 (100%).\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [relativeRingSizesFunction] | <code>function</code> | \n\n**Example**  \n```js\n// specific relative portions (the number of rings (3) is known in this case)\nchart.ringSizes(chart.relativeRingSizes(function (ringCount) {\n    return [.1, .3, .6];\n});\n```\n<a name=\"SunburstChart+ringSizes\"></a>\n\n### sunburstChart.ringSizes(ringSizes) ⇒ <code>Object</code> \\| [<code>SunburstChart</code>](#SunburstChart)\nGet or set the strategy to use for sizing the charts rings.\n\nThere are three strategies available\n* [`defaultRingSizes`](#SunburstChart+defaultRingSizes): the rings get narrower farther away from the center\n* [`relativeRingSizes`](#SunburstChart+relativeRingSizes): set the ring sizes as portions of 1\n* [`equalRingSizes`](#SunburstChart+equalRingSizes): the rings are equally wide\n\nYou can modify the returned strategy, or create your own, for custom ring sizing.\n\nRingSizes is a duck-typed interface that must support the following methods:\n* `partitionDy()`: used for\n  [`d3.partition.size`](https://github.com/d3/d3-hierarchy/blob/v1.1.9/README.md#partition_size)\n* `scaleInnerRadius(d)`: takes datum and returns radius for\n   [`d3.arc.innerRadius`](https://github.com/d3/d3-shape/blob/v1.3.7/README.md#arc_innerRadius)\n* `scaleOuterRadius(d)`: takes datum and returns radius for\n   [`d3.arc.outerRadius`](https://github.com/d3/d3-shape/blob/v1.3.7/README.md#arc_outerRadius)\n* `relativeRingSizesFunction(ringCount)`: takes ring count and returns an array of portions that\n  must add up to 1\n\n**Kind**: instance method of [<code>SunburstChart</code>](#SunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| ringSizes | <code>RingSizes</code> | \n\n**Example**  \n```js\n// make rings equally wide\nchart.ringSizes(chart.equalRingSizes())\n// reset to default behavior\nchart.ringSizes(chart.defaultRingSizes()))\n```\n<a name=\"TextFilterWidget\"></a>\n\n## TextFilterWidget\nText Filter Widget\n\nThe text filter widget is a simple widget designed to display an input field allowing to filter\ndata that matches the text typed.\nAs opposed to the other charts, this doesn't display any result and doesn't update its display,\nit's just to input an filter other charts.\n\n**Kind**: global class  \n**Mixes**: [<code>BaseMixin</code>](#BaseMixin)  \n\n* [TextFilterWidget](#TextFilterWidget)\n    * [new TextFilterWidget(parent, [chartGroup])](#new_TextFilterWidget_new)\n    * [.normalize([normalize])](#TextFilterWidget+normalize) ⇒ [<code>TextFilterWidget</code>](#TextFilterWidget) \\| <code>function</code>\n    * [.placeHolder([placeHolder])](#TextFilterWidget+placeHolder) ⇒ [<code>TextFilterWidget</code>](#TextFilterWidget) \\| <code>string</code>\n    * [.filterFunctionFactory([filterFunctionFactory])](#TextFilterWidget+filterFunctionFactory) ⇒ [<code>TextFilterWidget</code>](#TextFilterWidget) \\| <code>function</code>\n\n<a name=\"new_TextFilterWidget_new\"></a>\n\n### new TextFilterWidget(parent, [chartGroup])\nCreate Text Filter widget\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>CompositeChart</code>](#CompositeChart) | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\nvar data = [{\"firstName\":\"John\",\"lastName\":\"Coltrane\"}{\"firstName\":\"Miles\",lastName:\"Davis\"}]\nvar ndx = crossfilter(data);\nvar dimension = ndx.dimension(function(d) {\n    return d.lastName.toLowerCase() + ' ' + d.firstName.toLowerCase();\n});\n\nnew TextFilterWidget('#search')\n    .dimension(dimension);\n    // you don't need the group() function\n```\n<a name=\"TextFilterWidget+normalize\"></a>\n\n### textFilterWidget.normalize([normalize]) ⇒ [<code>TextFilterWidget</code>](#TextFilterWidget) \\| <code>function</code>\nThis function will be called on values before calling the filter function.\n\n**Kind**: instance method of [<code>TextFilterWidget</code>](#TextFilterWidget)  \n\n| Param | Type |\n| --- | --- |\n| [normalize] | <code>function</code> | \n\n**Example**  \n```js\n// This is the default\nchart.normalize(function (s) {\n  return s.toLowerCase();\n});\n```\n<a name=\"TextFilterWidget+placeHolder\"></a>\n\n### textFilterWidget.placeHolder([placeHolder]) ⇒ [<code>TextFilterWidget</code>](#TextFilterWidget) \\| <code>string</code>\nPlaceholder text in the search box.\n\n**Kind**: instance method of [<code>TextFilterWidget</code>](#TextFilterWidget)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [placeHolder] | <code>function</code> | <code>&#x27;search&#x27;</code> | \n\n**Example**  \n```js\n// This is the default\nchart.placeHolder('type to filter');\n```\n<a name=\"TextFilterWidget+filterFunctionFactory\"></a>\n\n### textFilterWidget.filterFunctionFactory([filterFunctionFactory]) ⇒ [<code>TextFilterWidget</code>](#TextFilterWidget) \\| <code>function</code>\nThis function will be called with the search text, it needs to return a function that will be used to\nfilter the data. The default function checks presence of the search text.\n\n**Kind**: instance method of [<code>TextFilterWidget</code>](#TextFilterWidget)  \n\n| Param | Type |\n| --- | --- |\n| [filterFunctionFactory] | <code>function</code> | \n\n**Example**  \n```js\n// This is the default\nfunction (query) {\n    query = _normalize(query);\n    return function (d) {\n        return _normalize(d).indexOf(query) !== -1;\n    };\n};\n```\n<a name=\"BaseMixin\"></a>\n\n## BaseMixin\n`BaseMixin` is an abstract functional object representing a basic `dc` chart object\nfor all chart and widget implementations. Methods from the [BaseMixin](#BaseMixin) are inherited\nand available on all chart implementations in the `dc` library.\n\n**Kind**: global mixin  \n\n* [BaseMixin](#BaseMixin)\n    * [.height([height])](#BaseMixin+height) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.width([width])](#BaseMixin+width) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.minWidth([minWidth])](#BaseMixin+minWidth) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.minHeight([minHeight])](#BaseMixin+minHeight) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.useViewBoxResizing([useViewBoxResizing])](#BaseMixin+useViewBoxResizing) ⇒ <code>Boolean</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.dimension([dimension])](#BaseMixin+dimension) ⇒ <code>crossfilter.dimension</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.data([callback])](#BaseMixin+data) ⇒ <code>\\*</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.group([group], [name])](#BaseMixin+group) ⇒ <code>crossfilter.group</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.ordering([orderFunction])](#BaseMixin+ordering) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.filterAll()](#BaseMixin+filterAll) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.select(sel)](#BaseMixin+select) ⇒ <code>d3.selection</code>\n    * [.selectAll(sel)](#BaseMixin+selectAll) ⇒ <code>d3.selection</code>\n    * [.anchor([parent], [chartGroup])](#BaseMixin+anchor) ⇒ <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.anchorName()](#BaseMixin+anchorName) ⇒ <code>String</code>\n    * [.root([rootElement])](#BaseMixin+root) ⇒ <code>HTMLElement</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.svg([svgElement])](#BaseMixin+svg) ⇒ <code>SVGElement</code> \\| <code>d3.selection</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.resetSvg()](#BaseMixin+resetSvg) ⇒ <code>SVGElement</code>\n    * [.svgDescription([description])](#BaseMixin+svgDescription) ⇒ <code>String</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.keyboardAccessible([keyboardAccessible])](#BaseMixin+keyboardAccessible) ⇒ <code>Boolean</code> \\| [<code>BarChart</code>](#BarChart)\n    * [.filterPrinter([filterPrinterFunction])](#BaseMixin+filterPrinter) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.controlsUseVisibility([controlsUseVisibility])](#BaseMixin+controlsUseVisibility) ⇒ <code>Boolean</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.turnOnControls()](#BaseMixin+turnOnControls) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.turnOffControls()](#BaseMixin+turnOffControls) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.transitionDuration([duration])](#BaseMixin+transitionDuration) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.transitionDelay([delay])](#BaseMixin+transitionDelay) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.render()](#BaseMixin+render) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.redraw()](#BaseMixin+redraw) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.commitHandler(commitHandler)](#BaseMixin+commitHandler) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.redrawGroup()](#BaseMixin+redrawGroup) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.renderGroup()](#BaseMixin+renderGroup) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.hasFilterHandler([hasFilterHandler])](#BaseMixin+hasFilterHandler) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.hasFilter([filter])](#BaseMixin+hasFilter) ⇒ <code>Boolean</code>\n    * [.removeFilterHandler([removeFilterHandler])](#BaseMixin+removeFilterHandler) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.addFilterHandler([addFilterHandler])](#BaseMixin+addFilterHandler) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.resetFilterHandler([resetFilterHandler])](#BaseMixin+resetFilterHandler) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.replaceFilter([filter])](#BaseMixin+replaceFilter) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.filter([filter])](#BaseMixin+filter) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.filters()](#BaseMixin+filters) ⇒ <code>Array.&lt;\\*&gt;</code>\n    * [.onClick(datum)](#BaseMixin+onClick) ⇒ <code>undefined</code>\n    * [.filterHandler([filterHandler])](#BaseMixin+filterHandler) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.keyAccessor([keyAccessor])](#BaseMixin+keyAccessor) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.valueAccessor([valueAccessor])](#BaseMixin+valueAccessor) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.label([labelFunction], [enableLabels])](#BaseMixin+label) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.renderLabel([renderLabel])](#BaseMixin+renderLabel) ⇒ <code>Boolean</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.title([titleFunction])](#BaseMixin+title) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.renderTitle([renderTitle])](#BaseMixin+renderTitle) ⇒ <code>Boolean</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.chartGroup([chartGroup])](#BaseMixin+chartGroup) ⇒ <code>String</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.expireCache()](#BaseMixin+expireCache) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.legend([legend])](#BaseMixin+legend) ⇒ [<code>Legend</code>](#Legend) \\| [<code>BaseMixin</code>](#BaseMixin)\n    * [.chartID()](#BaseMixin+chartID) ⇒ <code>String</code>\n    * [.options(opts)](#BaseMixin+options) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * [.on(event, listener)](#BaseMixin+on) ⇒ [<code>BaseMixin</code>](#BaseMixin)\n    * ~~[.renderlet(renderletFunction)](#BaseMixin+renderlet) ⇒ [<code>BaseMixin</code>](#BaseMixin)~~\n\n<a name=\"BaseMixin+height\"></a>\n\n### baseMixin.height([height]) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the height attribute of a chart. The height is applied to the SVGElement generated by\nthe chart when rendered (or re-rendered). If a value is given, then it will be used to calculate\nthe new height and the chart returned for method chaining.  The value can either be a numeric, a\nfunction, or falsy. If no value is specified then the value of the current height attribute will\nbe returned.\n\nBy default, without an explicit height being given, the chart will select the width of its\nanchor element. If that isn't possible it defaults to 200 (provided by the\n[minHeight](#BaseMixin+minHeight) property). Setting the value falsy will return\nthe chart to the default behavior.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [minHeight](#BaseMixin+minHeight)  \n\n| Param | Type |\n| --- | --- |\n| [height] | <code>Number</code> \\| <code>function</code> | \n\n**Example**  \n```js\n// Default height\nchart.height(function (element) {\n    var height = element && element.getBoundingClientRect && element.getBoundingClientRect().height;\n    return (height && height > chart.minHeight()) ? height : chart.minHeight();\n});\n\nchart.height(250); // Set the chart's height to 250px;\nchart.height(function(anchor) { return doSomethingWith(anchor); }); // set the chart's height with a function\nchart.height(null); // reset the height to the default auto calculation\n```\n<a name=\"BaseMixin+width\"></a>\n\n### baseMixin.width([width]) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the width attribute of a chart.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**\n\n- [height](#BaseMixin+height)\n- [minWidth](#BaseMixin+minWidth)\n\n\n| Param | Type |\n| --- | --- |\n| [width] | <code>Number</code> \\| <code>function</code> | \n\n**Example**  \n```js\n// Default width\nchart.width(function (element) {\n    var width = element && element.getBoundingClientRect && element.getBoundingClientRect().width;\n    return (width && width > chart.minWidth()) ? width : chart.minWidth();\n});\n```\n<a name=\"BaseMixin+minWidth\"></a>\n\n### baseMixin.minWidth([minWidth]) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the minimum width attribute of a chart. This only has effect when used with the default\n[width](#BaseMixin+width) function.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [width](#BaseMixin+width)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minWidth] | <code>Number</code> | <code>200</code> | \n\n<a name=\"BaseMixin+minHeight\"></a>\n\n### baseMixin.minHeight([minHeight]) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the minimum height attribute of a chart. This only has effect when used with the default\n[height](#BaseMixin+height) function.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [height](#BaseMixin+height)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minHeight] | <code>Number</code> | <code>200</code> | \n\n<a name=\"BaseMixin+useViewBoxResizing\"></a>\n\n### baseMixin.useViewBoxResizing([useViewBoxResizing]) ⇒ <code>Boolean</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nTurn on/off using the SVG\n[`viewBox` attribute](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox).\nWhen enabled, `viewBox` will be set on the svg root element instead of `width` and `height`.\nRequires that the chart aspect ratio be defined using chart.width(w) and chart.height(h).\n\nThis will maintain the aspect ratio while enabling the chart to resize responsively to the\nspace given to the chart using CSS. For example, the chart can use `width: 100%; height:\n100%` or absolute positioning to resize to its parent div.\n\nSince the text will be sized as if the chart is drawn according to the width and height, and\nwill be resized if the chart is any other size, you need to set the chart width and height so\nthat the text looks good. In practice, 600x400 seems to work pretty well for most charts.\n\nYou can see examples of this resizing strategy in the [Chart Resizing\nExamples](http://dc-js.github.io/dc.js/resizing/); just add `?resize=viewbox` to any of the\none-chart examples to enable `useViewBoxResizing`.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useViewBoxResizing] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"BaseMixin+dimension\"></a>\n\n### baseMixin.dimension([dimension]) ⇒ <code>crossfilter.dimension</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n**mandatory**\n\nSet or get the dimension attribute of a chart. In `dc`, a dimension can be any valid\n[crossfilter dimension](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension)\n\nIf a value is given, then it will be used as the new dimension. If no value is specified then\nthe current dimension will be returned.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [crossfilter.dimension](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension)  \n\n| Param | Type |\n| --- | --- |\n| [dimension] | <code>crossfilter.dimension</code> | \n\n**Example**  \n```js\nvar index = crossfilter([]);\nvar dimension = index.dimension(pluck('key'));\nchart.dimension(dimension);\n```\n<a name=\"BaseMixin+data\"></a>\n\n### baseMixin.data([callback]) ⇒ <code>\\*</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet the data callback or retrieve the chart's data set. The data callback is passed the chart's\ngroup and by default will return\n[group.all](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all).\nThis behavior may be modified to, for instance, return only the top 5 groups.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [callback] | <code>function</code> | \n\n**Example**  \n```js\n// Default data function\nchart.data(function (group) { return group.all(); });\n\nchart.data(function (group) { return group.top(5); });\n```\n<a name=\"BaseMixin+group\"></a>\n\n### baseMixin.group([group], [name]) ⇒ <code>crossfilter.group</code> \\| [<code>BaseMixin</code>](#BaseMixin)\n**mandatory**\n\nSet or get the group attribute of a chart. In `dc` a group is a\n[crossfilter group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce).\nUsually the group should be created from the particular dimension associated with the same chart. If a value is\ngiven, then it will be used as the new group.\n\nIf no value specified then the current group will be returned.\nIf `name` is specified then it will be used to generate legend label.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [crossfilter.group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>crossfilter.group</code> | \n| [name] | <code>String</code> | \n\n**Example**  \n```js\nvar index = crossfilter([]);\nvar dimension = index.dimension(pluck('key'));\nchart.dimension(dimension);\nchart.group(dimension.group().reduceSum());\n```\n<a name=\"BaseMixin+ordering\"></a>\n\n### baseMixin.ordering([orderFunction]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nGet or set an accessor to order ordinal dimensions.  The chart uses\n[Array.sort](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)\nto sort elements; this accessor returns the value to order on.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [orderFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Default ordering accessor\n_chart.ordering(pluck('key'));\n```\n<a name=\"BaseMixin+filterAll\"></a>\n\n### baseMixin.filterAll() ⇒ [<code>BaseMixin</code>](#BaseMixin)\nClear all filters associated with this chart. The same effect can be achieved by calling\n[chart.filter(null)](#BaseMixin+filter).\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+select\"></a>\n\n### baseMixin.select(sel) ⇒ <code>d3.selection</code>\nExecute d3 single selection in the chart's scope using the given selector and return the d3\nselection.\n\nThis function is **not chainable** since it does not return a chart instance; however the d3\nselection result can be chained to d3 function calls.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [d3.select](https://github.com/d3/d3-selection/blob/master/README.md#select)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| sel | <code>String</code> | CSS selector string |\n\n**Example**  \n```js\n// Has the same effect as d3.select('#chart-id').select(selector)\nchart.select(selector)\n```\n<a name=\"BaseMixin+selectAll\"></a>\n\n### baseMixin.selectAll(sel) ⇒ <code>d3.selection</code>\nExecute in scope d3 selectAll using the given selector and return d3 selection result.\n\nThis function is **not chainable** since it does not return a chart instance; however the d3\nselection result can be chained to d3 function calls.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [d3.selectAll](https://github.com/d3/d3-selection/blob/master/README.md#selectAll)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| sel | <code>String</code> | CSS selector string |\n\n**Example**  \n```js\n// Has the same effect as d3.select('#chart-id').selectAll(selector)\nchart.selectAll(selector)\n```\n<a name=\"BaseMixin+anchor\"></a>\n\n### baseMixin.anchor([parent], [chartGroup]) ⇒ <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet the root SVGElement to either be an existing chart's root; or any valid [d3 single\nselector](https://github.com/d3/d3-selection/blob/master/README.md#selecting-elements) specifying a dom\nblock element such as a div; or a dom element or d3 selection. Optionally registers the chart\nwithin the chartGroup. This class is called internally on chart initialization, but be called\nagain to relocate the chart. However, it will orphan any previously created SVGElements.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [parent] | <code>anchorChart</code> \\| <code>anchorSelector</code> \\| <code>anchorNode</code> | \n| [chartGroup] | <code>String</code> | \n\n<a name=\"BaseMixin+anchorName\"></a>\n\n### baseMixin.anchorName() ⇒ <code>String</code>\nReturns the DOM id for the chart's anchored location.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+root\"></a>\n\n### baseMixin.root([rootElement]) ⇒ <code>HTMLElement</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nReturns the root element where a chart resides. Usually it will be the parent div element where\nthe SVGElement was created. You can also pass in a new root element however this is usually handled by\ndc internally. Resetting the root element on a chart outside of dc internals may have\nunexpected consequences.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement)  \n\n| Param | Type |\n| --- | --- |\n| [rootElement] | <code>HTMLElement</code> | \n\n<a name=\"BaseMixin+svg\"></a>\n\n### baseMixin.svg([svgElement]) ⇒ <code>SVGElement</code> \\| <code>d3.selection</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nReturns the top SVGElement for this specific chart. You can also pass in a new SVGElement,\nhowever this is usually handled by dc internally. Resetting the SVGElement on a chart outside\nof dc internals may have unexpected consequences.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n\n| Param | Type |\n| --- | --- |\n| [svgElement] | <code>SVGElement</code> \\| <code>d3.selection</code> | \n\n<a name=\"BaseMixin+resetSvg\"></a>\n\n### baseMixin.resetSvg() ⇒ <code>SVGElement</code>\nRemove the chart's SVGElements from the dom and recreate the container SVGElement.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n<a name=\"BaseMixin+svgDescription\"></a>\n\n### baseMixin.svgDescription([description]) ⇒ <code>String</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get description text for the entire SVG graphic. If set, will create a `<desc>` element as the first\nchild of the SVG with the description text and also make the SVG focusable from keyboard.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [description] | <code>String</code> | \n\n<a name=\"BaseMixin+keyboardAccessible\"></a>\n\n### baseMixin.keyboardAccessible([keyboardAccessible]) ⇒ <code>Boolean</code> \\| [<code>BarChart</code>](#BarChart)\nIf set, interactive chart elements like individual bars in a bar chart or symbols in a scatter plot\nwill be focusable from keyboard and on pressing Enter or Space will behave as if clicked on.\n\nIf `svgDescription` has not been explicitly set, will also set SVG description text to the class\nconstructor name, like BarChart or HeatMap, and make the entire SVG focusable.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [keyboardAccessible] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"BaseMixin+filterPrinter\"></a>\n\n### baseMixin.filterPrinter([filterPrinterFunction]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the filter printer function. The filter printer function is used to generate human\nfriendly text for filter value(s) associated with the chart instance. The text will get shown\nin the `.filter element; see [turnOnControls](#BaseMixin+turnOnControls).\n\nBy default dc charts use a default filter printer [filters](#printers.filters)\nthat provides simple printing support for both single value and ranged filters.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [filterPrinterFunction] | <code>function</code> | <code>printers.filters</code> | \n\n**Example**  \n```js\n// for a chart with an ordinal brush, print the filters in upper case\nchart.filterPrinter(function(filters) {\n  return filters.map(function(f) { return f.toUpperCase(); }).join(', ');\n});\n// for a chart with a range brush, print the filter as start and extent\nchart.filterPrinter(function(filters) {\n  return 'start ' + utils.printSingleValue(filters[0][0]) +\n    ' extent ' + utils.printSingleValue(filters[0][1] - filters[0][0]);\n});\n```\n<a name=\"BaseMixin+controlsUseVisibility\"></a>\n\n### baseMixin.controlsUseVisibility([controlsUseVisibility]) ⇒ <code>Boolean</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nIf set, use the `visibility` attribute instead of the `display` attribute for showing/hiding\nchart reset and filter controls, for less disruption to the layout.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [controlsUseVisibility] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"BaseMixin+turnOnControls\"></a>\n\n### baseMixin.turnOnControls() ⇒ [<code>BaseMixin</code>](#BaseMixin)\nTurn on optional control elements within the root element. dc currently supports the\nfollowing html control elements.\n* root.selectAll('.reset') - elements are turned on if the chart has an active filter. This type\nof control element is usually used to store a reset link to allow user to reset filter on a\ncertain chart. This element will be turned off automatically if the filter is cleared.\n* root.selectAll('.filter') elements are turned on if the chart has an active filter. The text\ncontent of this element is then replaced with the current filter value using the filter printer\nfunction. This type of element will be turned off automatically if the filter is cleared.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+turnOffControls\"></a>\n\n### baseMixin.turnOffControls() ⇒ [<code>BaseMixin</code>](#BaseMixin)\nTurn off optional control elements within the root element.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [turnOnControls](#BaseMixin+turnOnControls)  \n<a name=\"BaseMixin+transitionDuration\"></a>\n\n### baseMixin.transitionDuration([duration]) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the animation transition duration (in milliseconds) for this chart instance.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [duration] | <code>Number</code> | <code>750</code> | \n\n<a name=\"BaseMixin+transitionDelay\"></a>\n\n### baseMixin.transitionDelay([delay]) ⇒ <code>Number</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the animation transition delay (in milliseconds) for this chart instance.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [delay] | <code>Number</code> | <code>0</code> | \n\n<a name=\"BaseMixin+render\"></a>\n\n### baseMixin.render() ⇒ [<code>BaseMixin</code>](#BaseMixin)\nInvoking this method will force the chart to re-render everything from scratch. Generally it\nshould only be used to render the chart for the first time on the page or if you want to make\nsure everything is redrawn from scratch instead of relying on the default incremental redrawing\nbehaviour.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+redraw\"></a>\n\n### baseMixin.redraw() ⇒ [<code>BaseMixin</code>](#BaseMixin)\nCalling redraw will cause the chart to re-render data changes incrementally. If there is no\nchange in the underlying data dimension then calling this method will have no effect on the\nchart. Most chart interaction in dc will automatically trigger this method through internal\nevents (in particular [redrawAll](#redrawAll)); therefore, you only need to\nmanually invoke this function if data is manipulated outside of dc's control (for example if\ndata is loaded in the background using\n[crossfilter.add](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add)).\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+commitHandler\"></a>\n\n### baseMixin.commitHandler(commitHandler) ⇒ [<code>BaseMixin</code>](#BaseMixin)\nGets/sets the commit handler. If the chart has a commit handler, the handler will be called when\nthe chart's filters have changed, in order to send the filter data asynchronously to a server.\n\nUnlike other functions in dc.js, the commit handler is asynchronous. It takes two arguments:\na flag indicating whether this is a render (true) or a redraw (false), and a callback to be\ntriggered once the commit is done. The callback has the standard node.js continuation signature\nwith error first and result second.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| commitHandler | <code>function</code> | \n\n<a name=\"BaseMixin+redrawGroup\"></a>\n\n### baseMixin.redrawGroup() ⇒ [<code>BaseMixin</code>](#BaseMixin)\nRedraws all charts in the same group as this chart, typically in reaction to a filter\nchange. If the chart has a [commitHandler](BaseMixin.commitFilter), it will\nbe executed and waited for.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+renderGroup\"></a>\n\n### baseMixin.renderGroup() ⇒ [<code>BaseMixin</code>](#BaseMixin)\nRenders all charts in the same group as this chart. If the chart has a\n[commitHandler](BaseMixin.commitFilter), it will be executed and waited for\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+hasFilterHandler\"></a>\n\n### baseMixin.hasFilterHandler([hasFilterHandler]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the has-filter handler. The has-filter handler is a function that checks to see if\nthe chart's current filters (first argument) include a specific filter (second argument).  Using a custom has-filter handler allows\nyou to change the way filters are checked for and replaced.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [hasFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default has-filter handler\nchart.hasFilterHandler(function (filters, filter) {\n    if (filter === null || typeof(filter) === 'undefined') {\n        return filters.length > 0;\n    }\n    return filters.some(function (f) {\n        return filter <= f && filter >= f;\n    });\n});\n\n// custom filter handler (no-op)\nchart.hasFilterHandler(function(filters, filter) {\n    return false;\n});\n```\n<a name=\"BaseMixin+hasFilter\"></a>\n\n### baseMixin.hasFilter([filter]) ⇒ <code>Boolean</code>\nCheck whether any active filter or a specific filter is associated with particular chart instance.\nThis function is **not chainable**.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [hasFilterHandler](#BaseMixin+hasFilterHandler)  \n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n<a name=\"BaseMixin+removeFilterHandler\"></a>\n\n### baseMixin.removeFilterHandler([removeFilterHandler]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the remove filter handler. The remove filter handler is a function that removes a\nfilter from the chart's current filters. Using a custom remove filter handler allows you to\nchange how filters are removed or perform additional work when removing a filter, e.g. when\nusing a filter server other than crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [removeFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default remove filter handler\nchart.removeFilterHandler(function (filters, filter) {\n    for (var i = 0; i < filters.length; i++) {\n        if (filters[i] <= filter && filters[i] >= filter) {\n            filters.splice(i, 1);\n            break;\n        }\n    }\n    return filters;\n});\n\n// custom filter handler (no-op)\nchart.removeFilterHandler(function(filters, filter) {\n    return filters;\n});\n```\n<a name=\"BaseMixin+addFilterHandler\"></a>\n\n### baseMixin.addFilterHandler([addFilterHandler]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the add filter handler. The add filter handler is a function that adds a filter to\nthe chart's filter list. Using a custom add filter handler allows you to change the way filters\nare added or perform additional work when adding a filter, e.g. when using a filter server other\nthan crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [addFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default add filter handler\nchart.addFilterHandler(function (filters, filter) {\n    filters.push(filter);\n    return filters;\n});\n\n// custom filter handler (no-op)\nchart.addFilterHandler(function(filters, filter) {\n    return filters;\n});\n```\n<a name=\"BaseMixin+resetFilterHandler\"></a>\n\n### baseMixin.resetFilterHandler([resetFilterHandler]) ⇒ [<code>BaseMixin</code>](#BaseMixin)\nSet or get the reset filter handler. The reset filter handler is a function that resets the\nchart's filter list by returning a new list. Using a custom reset filter handler allows you to\nchange the way filters are reset, or perform additional work when resetting the filters,\ne.g. when using a filter server other than crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [resetFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default remove filter handler\nfunction (filters) {\n    return [];\n}\n\n// custom filter handler (no-op)\nchart.resetFilterHandler(function(filters) {\n    return filters;\n});\n```\n<a name=\"BaseMixin+replaceFilter\"></a>\n\n### baseMixin.replaceFilter([filter]) ⇒ [<code>BaseMixin</code>](#BaseMixin)\nReplace the chart filter. This is equivalent to calling `chart.filter(null).filter(filter)`\nbut more efficient because the filter is only applied once.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n<a name=\"BaseMixin+filter\"></a>\n\n### baseMixin.filter([filter]) ⇒ [<code>BaseMixin</code>](#BaseMixin)\nFilter the chart by the given parameter, or return the current filter if no input parameter\nis given.\n\nThe filter parameter can take one of these forms:\n* A single value: the value will be toggled (added if it is not present in the current\nfilters, removed if it is present)\n* An array containing a single array of values (`[[value,value,value]]`): each value is\ntoggled\n* When appropriate for the chart, a [dc filter object](#filters) such as\n  * [`filters.RangedFilter`](#filters.RangedFilter) for the\n[CoordinateGridMixin](#CoordinateGridMixin) charts\n  * [`filters.TwoDimensionalFilter`](#filters.TwoDimensionalFilter) for the\n[heat map](#HeatMap)\n  * [`filters.RangedTwoDimensionalFilter`](#filters.RangedTwoDimensionalFilter)\nfor the [scatter plot](#ScatterPlot)\n* `null`: the filter will be reset using the\n[resetFilterHandler](#BaseMixin+resetFilterHandler)\n\nNote that this is always a toggle (even when it doesn't make sense for the filter type). If\nyou wish to replace the current filter, either call `chart.filter(null)` first - or it's more\nefficient to call [`chart.replaceFilter(filter)`](#BaseMixin+replaceFilter) instead.\n\nEach toggle is executed by checking if the value is already present using the\n[hasFilterHandler](#BaseMixin+hasFilterHandler); if it is not present, it is added\nusing the [addFilterHandler](#BaseMixin+addFilterHandler); if it is already present,\nit is removed using the [removeFilterHandler](#BaseMixin+removeFilterHandler).\n\nOnce the filters array has been updated, the filters are applied to the\ncrossfilter dimension, using the [filterHandler](#BaseMixin+filterHandler).\n\nOnce you have set the filters, call [`chart.redrawGroup()`](#BaseMixin+redrawGroup)\n(or [`redrawAll()`](#redrawAll)) to redraw the chart's group.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**\n\n- [addFilterHandler](#BaseMixin+addFilterHandler)\n- [removeFilterHandler](#BaseMixin+removeFilterHandler)\n- [resetFilterHandler](#BaseMixin+resetFilterHandler)\n- [filterHandler](#BaseMixin+filterHandler)\n\n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n**Example**  \n```js\n// filter by a single string\nchart.filter('Sunday');\n// filter by a single age\nchart.filter(18);\n// filter by a set of states\nchart.filter([['MA', 'TX', 'ND', 'WA']]);\n// filter by range -- note the use of filters.RangedFilter, which is different\n// from the syntax for filtering a crossfilter dimension directly, dimension.filter([15,20])\nchart.filter(filters.RangedFilter(15,20));\n```\n<a name=\"BaseMixin+filters\"></a>\n\n### baseMixin.filters() ⇒ <code>Array.&lt;\\*&gt;</code>\nReturns all current filters. This method does not perform defensive cloning of the internal\nfilter array before returning, therefore any modification of the returned array will effect the\nchart's internal filter storage.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+onClick\"></a>\n\n### baseMixin.onClick(datum) ⇒ <code>undefined</code>\nThis function is passed to d3 as the onClick handler for each chart. The default behavior is to\nfilter on the clicked datum (passed to the callback) and redraw the chart group.\n\nThis function can be replaced in order to change the click behavior (but first look at\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| datum | <code>\\*</code> | \n\n**Example**  \n```js\nvar oldHandler = chart.onClick;\nchart.onClick = function(datum) {\n  // use datum.\n```\n<a name=\"BaseMixin+filterHandler\"></a>\n\n### baseMixin.filterHandler([filterHandler]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the filter handler. The filter handler is a function that performs the filter action\non a specific dimension. Using a custom filter handler allows you to perform additional logic\nbefore or after filtering.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [crossfilter.dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)  \n\n| Param | Type |\n| --- | --- |\n| [filterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// the default filter handler handles all possible cases for the charts in dc.js\n// you can replace it with something more specialized for your own chart\nchart.filterHandler(function (dimension, filters) {\n    if (filters.length === 0) {\n        // the empty case (no filtering)\n        dimension.filter(null);\n    } else if (filters.length === 1 && !filters[0].isFiltered) {\n        // single value and not a function-based filter\n        dimension.filterExact(filters[0]);\n    } else if (filters.length === 1 && filters[0].filterType === 'RangedFilter') {\n        // single range-based filter\n        dimension.filterRange(filters[0]);\n    } else {\n        // an array of values, or an array of filter objects\n        dimension.filterFunction(function (d) {\n            for (var i = 0; i < filters.length; i++) {\n                var filter = filters[i];\n                if (filter.isFiltered && filter.isFiltered(d)) {\n                    return true;\n                } else if (filter <= d && filter >= d) {\n                    return true;\n                }\n            }\n            return false;\n        });\n    }\n    return filters;\n});\n\n// custom filter handler\nchart.filterHandler(function(dimension, filter){\n    var newFilter = filter + 10;\n    dimension.filter(newFilter);\n    return newFilter; // set the actual filter value to the new value\n});\n```\n<a name=\"BaseMixin+keyAccessor\"></a>\n\n### baseMixin.keyAccessor([keyAccessor]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the key accessor function. The key accessor function is used to retrieve the key\nvalue from the crossfilter group. Key values are used differently in different charts, for\nexample keys correspond to slices in a pie chart and x axis positions in a grid coordinate chart.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [keyAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default key accessor\nchart.keyAccessor(function(d) { return d.key; });\n// custom key accessor for a multi-value crossfilter reduction\nchart.keyAccessor(function(p) { return p.value.absGain; });\n```\n<a name=\"BaseMixin+valueAccessor\"></a>\n\n### baseMixin.valueAccessor([valueAccessor]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the value accessor function. The value accessor function is used to retrieve the\nvalue from the crossfilter group. Group values are used differently in different charts, for\nexample values correspond to slice sizes in a pie chart and y axis positions in a grid\ncoordinate chart.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [valueAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default value accessor\nchart.valueAccessor(function(d) { return d.value; });\n// custom value accessor for a multi-value crossfilter reduction\nchart.valueAccessor(function(p) { return p.value.percentageGain; });\n```\n<a name=\"BaseMixin+label\"></a>\n\n### baseMixin.label([labelFunction], [enableLabels]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the label function. The chart class will use this function to render labels for each\nchild element in the chart, e.g. slices in a pie chart or bubbles in a bubble chart. Not every\nchart supports the label function, for example line chart does not use this function\nat all. By default, enables labels; pass false for the second parameter if this is not desired.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> |  | \n| [enableLabels] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\n// default label function just return the key\nchart.label(function(d) { return d.key; });\n// label function has access to the standard d3 data binding and can get quite complicated\nchart.label(function(d) { return d.data.key + '(' + Math.floor(d.data.value / all.value() * 100) + '%)'; });\n```\n<a name=\"BaseMixin+renderLabel\"></a>\n\n### baseMixin.renderLabel([renderLabel]) ⇒ <code>Boolean</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nTurn on/off label rendering\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderLabel] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"BaseMixin+title\"></a>\n\n### baseMixin.title([titleFunction]) ⇒ <code>function</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nSet or get the title function. The chart class will use this function to render the SVGElement title\n(usually interpreted by browser as tooltips) for each child element in the chart, e.g. a slice\nin a pie chart or a bubble in a bubble chart. Almost every chart supports the title function;\nhowever in grid coordinate charts you need to turn off the brush in order to see titles, because\notherwise the brush layer will block tooltip triggering.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [titleFunction] | <code>function</code> | \n\n**Example**  \n```js\n// default title function shows \"key: value\"\nchart.title(function(d) { return d.key + ': ' + d.value; });\n// title function has access to the standard d3 data binding and can get quite complicated\nchart.title(function(p) {\n   return p.key.getFullYear()\n       + '\\n'\n       + 'Index Gain: ' + numberFormat(p.value.absGain) + '\\n'\n       + 'Index Gain in Percentage: ' + numberFormat(p.value.percentageGain) + '%\\n'\n       + 'Fluctuation / Index Ratio: ' + numberFormat(p.value.fluctuationPercentage) + '%';\n});\n```\n<a name=\"BaseMixin+renderTitle\"></a>\n\n### baseMixin.renderTitle([renderTitle]) ⇒ <code>Boolean</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nTurn on/off title rendering, or return the state of the render title flag if no arguments are\ngiven.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderTitle] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"BaseMixin+chartGroup\"></a>\n\n### baseMixin.chartGroup([chartGroup]) ⇒ <code>String</code> \\| [<code>BaseMixin</code>](#BaseMixin)\nGet or set the chart group to which this chart belongs. Chart groups are rendered or redrawn\ntogether since it is expected they share the same underlying crossfilter data set.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [chartGroup] | <code>String</code> | \n\n<a name=\"BaseMixin+expireCache\"></a>\n\n### baseMixin.expireCache() ⇒ [<code>BaseMixin</code>](#BaseMixin)\nExpire the internal chart cache. dc charts cache some data internally on a per chart basis to\nspeed up rendering and avoid unnecessary calculation; however it might be useful to clear the\ncache if you have changed state which will affect rendering.  For example, if you invoke\n[crossfilter.add](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add)\nfunction or reset group or dimension after rendering, it is a good idea to\nclear the cache to make sure charts are rendered properly.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+legend\"></a>\n\n### baseMixin.legend([legend]) ⇒ [<code>Legend</code>](#Legend) \\| [<code>BaseMixin</code>](#BaseMixin)\nAttach a Legend widget to this chart. The legend widget will automatically draw legend labels\nbased on the color setting and names associated with each group.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [legend] | [<code>Legend</code>](#Legend) | \n\n**Example**  \n```js\nchart.legend(new Legend().x(400).y(10).itemHeight(13).gap(5))\n```\n<a name=\"BaseMixin+chartID\"></a>\n\n### baseMixin.chartID() ⇒ <code>String</code>\nReturns the internal numeric ID of the chart.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n<a name=\"BaseMixin+options\"></a>\n\n### baseMixin.options(opts) ⇒ [<code>BaseMixin</code>](#BaseMixin)\nSet chart options using a configuration object. Each key in the object will cause the method of\nthe same name to be called with the value to set that attribute for the chart.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| opts | <code>Object</code> | \n\n**Example**  \n```js\nchart.options({dimension: myDimension, group: myGroup});\n```\n<a name=\"BaseMixin+on\"></a>\n\n### baseMixin.on(event, listener) ⇒ [<code>BaseMixin</code>](#BaseMixin)\nAll dc chart instance supports the following listeners.\nSupports the following events:\n* `renderlet` - This listener function will be invoked after transitions after redraw and render. Replaces the\ndeprecated [renderlet](#BaseMixin+renderlet) method.\n* `pretransition` - Like `.on('renderlet', ...)` but the event is fired before transitions start.\n* `preRender` - This listener function will be invoked before chart rendering.\n* `postRender` - This listener function will be invoked after chart finish rendering including\nall renderlets' logic.\n* `preRedraw` - This listener function will be invoked before chart redrawing.\n* `postRedraw` - This listener function will be invoked after chart finish redrawing\nincluding all renderlets' logic.\n* `filtered` - This listener function will be invoked after a filter is applied, added or removed.\n* `zoomed` - This listener function will be invoked after a zoom is triggered.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n**See**: [d3.dispatch.on](https://github.com/d3/d3-dispatch/blob/master/README.md#dispatch_on)  \n\n| Param | Type |\n| --- | --- |\n| event | <code>String</code> | \n| listener | <code>function</code> | \n\n**Example**  \n```js\n.on('renderlet', function(chart, filter){...})\n.on('pretransition', function(chart, filter){...})\n.on('preRender', function(chart){...})\n.on('postRender', function(chart){...})\n.on('preRedraw', function(chart){...})\n.on('postRedraw', function(chart){...})\n.on('filtered', function(chart, filter){...})\n.on('zoomed', function(chart, filter){...})\n```\n<a name=\"BaseMixin+renderlet\"></a>\n\n### ~~baseMixin.renderlet(renderletFunction) ⇒ [<code>BaseMixin</code>](#BaseMixin)~~\n***Deprecated***\n\nA renderlet is similar to an event listener on rendering event. Multiple renderlets can be added\nto an individual chart.  Each time a chart is rerendered or redrawn the renderlets are invoked\nright after the chart finishes its transitions, giving you a way to modify the SVGElements.\nRenderlet functions take the chart instance as the only input parameter and you can\nuse the dc API or use raw d3 to achieve pretty much any effect.\n\nUse [on](#BaseMixin+on) with a 'renderlet' prefix.\nGenerates a random key for the renderlet, which makes it hard to remove.\n\n**Kind**: instance method of [<code>BaseMixin</code>](#BaseMixin)  \n\n| Param | Type |\n| --- | --- |\n| renderletFunction | <code>function</code> | \n\n**Example**  \n```js\n// do this instead of .renderlet(function(chart) { ... })\nchart.on(\"renderlet\", function(chart){\n    // mix of dc API and d3 manipulation\n    chart.select('g.y').style('display', 'none');\n    // its a closure so you can also access other chart variable available in the closure scope\n    moveChart.filter(chart.filter());\n});\n```\n<a name=\"ColorMixin\"></a>\n\n## ColorMixin ⇒ [<code>ColorMixin</code>](#ColorMixin)\nThe Color Mixin is an abstract chart functional class providing universal coloring support\nas a mix-in for any concrete chart implementation.\n\n**Kind**: global mixin  \n\n| Param | Type |\n| --- | --- |\n| Base | <code>Object</code> | \n\n\n* [ColorMixin](#ColorMixin) ⇒ [<code>ColorMixin</code>](#ColorMixin)\n    * [.getColor(d, [i])](#ColorMixin+getColor) ⇒ <code>String</code>\n    * [.calculateColorDomain()](#ColorMixin+calculateColorDomain) ⇒ [<code>ColorMixin</code>](#ColorMixin)\n    * [.colors([colorScale])](#ColorMixin+colors) ⇒ <code>d3.scale</code> \\| [<code>ColorMixin</code>](#ColorMixin)\n    * [.ordinalColors(r)](#ColorMixin+ordinalColors) ⇒ [<code>ColorMixin</code>](#ColorMixin)\n    * [.linearColors(r)](#ColorMixin+linearColors) ⇒ [<code>ColorMixin</code>](#ColorMixin)\n    * [.colorAccessor([colorAccessor])](#ColorMixin+colorAccessor) ⇒ <code>function</code> \\| [<code>ColorMixin</code>](#ColorMixin)\n    * [.colorDomain([domain])](#ColorMixin+colorDomain) ⇒ <code>Array.&lt;String&gt;</code> \\| [<code>ColorMixin</code>](#ColorMixin)\n    * [.colorCalculator([colorCalculator])](#ColorMixin+colorCalculator) ⇒ <code>function</code> \\| [<code>ColorMixin</code>](#ColorMixin)\n\n<a name=\"ColorMixin+getColor\"></a>\n\n### colorMixin.getColor(d, [i]) ⇒ <code>String</code>\nGet the color for the datum d and counter i. This is used internally by charts to retrieve a color.\n\n**Kind**: instance method of [<code>ColorMixin</code>](#ColorMixin)  \n\n| Param | Type |\n| --- | --- |\n| d | <code>\\*</code> | \n| [i] | <code>Number</code> | \n\n<a name=\"ColorMixin+calculateColorDomain\"></a>\n\n### colorMixin.calculateColorDomain() ⇒ [<code>ColorMixin</code>](#ColorMixin)\nSet the domain by determining the min and max values as retrieved by\n[.colorAccessor](#ColorMixin+colorAccessor) over the chart's dataset.\n\n**Kind**: instance method of [<code>ColorMixin</code>](#ColorMixin)  \n<a name=\"ColorMixin+colors\"></a>\n\n### colorMixin.colors([colorScale]) ⇒ <code>d3.scale</code> \\| [<code>ColorMixin</code>](#ColorMixin)\nRetrieve current color scale or set a new color scale. This methods accepts any function that\noperates like a d3 scale.\n\n**Kind**: instance method of [<code>ColorMixin</code>](#ColorMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [colorScale] | <code>d3.scale</code> | <code>d3.scaleOrdinal(d3.schemeCategory20c)</code> | \n\n**Example**  \n```js\n// alternate categorical scale\nchart.colors(d3.scale.category20b());\n// ordinal scale\nchart.colors(d3.scaleOrdinal().range(['red','green','blue']));\n// convenience method, the same as above\nchart.ordinalColors(['red','green','blue']);\n// set a linear scale\nchart.linearColors([\"#4575b4\", \"#ffffbf\", \"#a50026\"]);\n```\n<a name=\"ColorMixin+ordinalColors\"></a>\n\n### colorMixin.ordinalColors(r) ⇒ [<code>ColorMixin</code>](#ColorMixin)\nConvenience method to set the color scale to\n[d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales) with\nrange `r`.\n\n**Kind**: instance method of [<code>ColorMixin</code>](#ColorMixin)  \n\n| Param | Type |\n| --- | --- |\n| r | <code>Array.&lt;String&gt;</code> | \n\n<a name=\"ColorMixin+linearColors\"></a>\n\n### colorMixin.linearColors(r) ⇒ [<code>ColorMixin</code>](#ColorMixin)\nConvenience method to set the color scale to an Hcl interpolated linear scale with range `r`.\n\n**Kind**: instance method of [<code>ColorMixin</code>](#ColorMixin)  \n\n| Param | Type |\n| --- | --- |\n| r | <code>Array.&lt;Number&gt;</code> | \n\n<a name=\"ColorMixin+colorAccessor\"></a>\n\n### colorMixin.colorAccessor([colorAccessor]) ⇒ <code>function</code> \\| [<code>ColorMixin</code>](#ColorMixin)\nSet or the get color accessor function. This function will be used to map a data point in a\ncrossfilter group to a color value on the color scale. The default function uses the key\naccessor.\n\n**Kind**: instance method of [<code>ColorMixin</code>](#ColorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [colorAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default index based color accessor\n.colorAccessor(function (d, i){return i;})\n// color accessor for a multi-value crossfilter reduction\n.colorAccessor(function (d){return d.value.absGain;})\n```\n<a name=\"ColorMixin+colorDomain\"></a>\n\n### colorMixin.colorDomain([domain]) ⇒ <code>Array.&lt;String&gt;</code> \\| [<code>ColorMixin</code>](#ColorMixin)\nSet or get the current domain for the color mapping function. The domain must be supplied as an\narray.\n\nNote: previously this method accepted a callback function. Instead you may use a custom scale\nset by [.colors](#ColorMixin+colors).\n\n**Kind**: instance method of [<code>ColorMixin</code>](#ColorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [domain] | <code>Array.&lt;String&gt;</code> | \n\n<a name=\"ColorMixin+colorCalculator\"></a>\n\n### colorMixin.colorCalculator([colorCalculator]) ⇒ <code>function</code> \\| [<code>ColorMixin</code>](#ColorMixin)\nOverrides the color selection algorithm, replacing it with a simple function.\n\nNormally colors will be determined by calling the `colorAccessor` to get a value, and then passing that\nvalue through the `colorScale`.\n\nBut sometimes it is difficult to get a color scale to produce the desired effect. The `colorCalculator`\ntakes the datum and index and returns a color directly.\n\n**Kind**: instance method of [<code>ColorMixin</code>](#ColorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [colorCalculator] | <code>\\*</code> | \n\n<a name=\"BubbleMixin\"></a>\n\n## BubbleMixin ⇒ [<code>BubbleMixin</code>](#BubbleMixin)\nThis Mixin provides reusable functionalities for any chart that needs to visualize data using bubbles.\n\n**Kind**: global mixin  \n**Mixes**: [<code>ColorMixin</code>](#ColorMixin)  \n\n| Param | Type |\n| --- | --- |\n| Base | <code>Object</code> | \n\n\n* [BubbleMixin](#BubbleMixin) ⇒ [<code>BubbleMixin</code>](#BubbleMixin)\n    * [.r([bubbleRadiusScale])](#BubbleMixin+r) ⇒ <code>d3.scale</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\n    * [.elasticRadius([elasticRadius])](#BubbleMixin+elasticRadius) ⇒ <code>Boolean</code> \\| [<code>BubbleChart</code>](#BubbleChart)\n    * [.radiusValueAccessor([radiusValueAccessor])](#BubbleMixin+radiusValueAccessor) ⇒ <code>function</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\n    * [.minRadius([radius])](#BubbleMixin+minRadius) ⇒ <code>Number</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\n    * [.minRadiusWithLabel([radius])](#BubbleMixin+minRadiusWithLabel) ⇒ <code>Number</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\n    * [.maxBubbleRelativeSize([relativeSize])](#BubbleMixin+maxBubbleRelativeSize) ⇒ <code>Number</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\n    * [.excludeElasticZero([excludeZero])](#BubbleMixin+excludeElasticZero) ⇒ <code>Boolean</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\n\n<a name=\"BubbleMixin+r\"></a>\n\n### bubbleMixin.r([bubbleRadiusScale]) ⇒ <code>d3.scale</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\nGet or set the bubble radius scale. By default the bubble chart uses\n[d3.scaleLinear().domain([0, 100])](https://github.com/d3/d3-scale/blob/master/README.md#scaleLinear)\nas its radius scale.\n\n**Kind**: instance method of [<code>BubbleMixin</code>](#BubbleMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [bubbleRadiusScale] | <code>d3.scale</code> | <code>d3.scaleLinear().domain([0, 100])</code> | \n\n<a name=\"BubbleMixin+elasticRadius\"></a>\n\n### bubbleMixin.elasticRadius([elasticRadius]) ⇒ <code>Boolean</code> \\| [<code>BubbleChart</code>](#BubbleChart)\nTurn on or off the elastic bubble radius feature, or return the value of the flag. If this\nfeature is turned on, then bubble radii will be automatically rescaled to fit the chart better.\n\n**Kind**: instance method of [<code>BubbleMixin</code>](#BubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticRadius] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"BubbleMixin+radiusValueAccessor\"></a>\n\n### bubbleMixin.radiusValueAccessor([radiusValueAccessor]) ⇒ <code>function</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\nGet or set the radius value accessor function. If set, the radius value accessor function will\nbe used to retrieve a data value for each bubble. The data retrieved then will be mapped using\nthe r scale to the actual bubble radius. This allows you to encode a data dimension using bubble\nsize.\n\n**Kind**: instance method of [<code>BubbleMixin</code>](#BubbleMixin)  \n\n| Param | Type |\n| --- | --- |\n| [radiusValueAccessor] | <code>function</code> | \n\n<a name=\"BubbleMixin+minRadius\"></a>\n\n### bubbleMixin.minRadius([radius]) ⇒ <code>Number</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\nGet or set the minimum radius. This will be used to initialize the radius scale's range.\n\n**Kind**: instance method of [<code>BubbleMixin</code>](#BubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [radius] | <code>Number</code> | <code>10</code> | \n\n<a name=\"BubbleMixin+minRadiusWithLabel\"></a>\n\n### bubbleMixin.minRadiusWithLabel([radius]) ⇒ <code>Number</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\nGet or set the minimum radius for label rendering. If a bubble's radius is less than this value\nthen no label will be rendered.\n\n**Kind**: instance method of [<code>BubbleMixin</code>](#BubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [radius] | <code>Number</code> | <code>10</code> | \n\n<a name=\"BubbleMixin+maxBubbleRelativeSize\"></a>\n\n### bubbleMixin.maxBubbleRelativeSize([relativeSize]) ⇒ <code>Number</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\nGet or set the maximum relative size of a bubble to the length of x axis. This value is useful\nwhen the difference in radius between bubbles is too great.\n\n**Kind**: instance method of [<code>BubbleMixin</code>](#BubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [relativeSize] | <code>Number</code> | <code>0.3</code> | \n\n<a name=\"BubbleMixin+excludeElasticZero\"></a>\n\n### bubbleMixin.excludeElasticZero([excludeZero]) ⇒ <code>Boolean</code> \\| [<code>BubbleMixin</code>](#BubbleMixin)\nShould the chart exclude zero when calculating elastic bubble radius?\n\n**Kind**: instance method of [<code>BubbleMixin</code>](#BubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludeZero] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"CapMixin\"></a>\n\n## CapMixin ⇒ [<code>CapMixin</code>](#CapMixin)\nCap is a mixin that groups small data elements below a _cap_ into an *others* grouping for both the\nRow and Pie Charts.\n\nThe top ordered elements in the group up to the cap amount will be kept in the chart, and the rest\nwill be replaced with an *others* element, with value equal to the sum of the replaced values. The\nkeys of the elements below the cap limit are recorded in order to filter by those keys when the\nothers* element is clicked.\n\n**Kind**: global mixin  \n\n| Param | Type |\n| --- | --- |\n| Base | <code>Object</code> | \n\n\n* [CapMixin](#CapMixin) ⇒ [<code>CapMixin</code>](#CapMixin)\n    * [.cap([count])](#CapMixin+cap) ⇒ <code>Number</code> \\| [<code>CapMixin</code>](#CapMixin)\n    * [.takeFront([takeFront])](#CapMixin+takeFront) ⇒ <code>Boolean</code> \\| [<code>CapMixin</code>](#CapMixin)\n    * [.othersLabel([label])](#CapMixin+othersLabel) ⇒ <code>String</code> \\| [<code>CapMixin</code>](#CapMixin)\n    * [.othersGrouper([grouperFunction])](#CapMixin+othersGrouper) ⇒ <code>function</code> \\| [<code>CapMixin</code>](#CapMixin)\n\n<a name=\"CapMixin+cap\"></a>\n\n### capMixin.cap([count]) ⇒ <code>Number</code> \\| [<code>CapMixin</code>](#CapMixin)\nGet or set the count of elements to that will be included in the cap. If there is an\n[othersGrouper](#CapMixin+othersGrouper), any further elements will be combined in an\nextra element with its name determined by [othersLabel](#CapMixin+othersLabel).\n\nAs of dc.js 2.1 and onward, the capped charts use\n[group.all()](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all)\nand [BaseMixin.ordering()](#BaseMixin+ordering) to determine the order of\nelements. Then `cap` and [takeFront](#CapMixin+takeFront) determine how many elements\nto keep, from which end of the resulting array.\n\n**Migration note:** Up through dc.js 2.0.*, capping used\n[group.top(N)](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_top),\nwhich selects the largest items according to\n[group.order()](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_order).\nThe chart then sorted the items according to [baseMixin.ordering()](#BaseMixin+ordering).\nSo the two values essentially had to agree, but if the `group.order()` was incorrect (it's\neasy to forget about), the wrong rows or slices would be displayed, in the correct order.\n\nIf your chart previously relied on `group.order()`, use `chart.ordering()` instead. As of\n2.1.5, the ordering defaults to sorting from greatest to least like `group.top(N)` did.\n\nIf you want to cap by one ordering but sort by another, you can still do this by\nspecifying your own [`.data()`](#BaseMixin+data) callback. For details, see the example\n[Cap and Sort Differently](https://dc-js.github.io/dc.js/examples/cap-and-sort-differently.html).\n\n**Kind**: instance method of [<code>CapMixin</code>](#CapMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [count] | <code>Number</code> | <code>Infinity</code> | \n\n<a name=\"CapMixin+takeFront\"></a>\n\n### capMixin.takeFront([takeFront]) ⇒ <code>Boolean</code> \\| [<code>CapMixin</code>](#CapMixin)\nGet or set the direction of capping. If set, the chart takes the first\n[cap](#CapMixin+cap) elements from the sorted array of elements; otherwise\nit takes the last `cap` elements.\n\n**Kind**: instance method of [<code>CapMixin</code>](#CapMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [takeFront] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"CapMixin+othersLabel\"></a>\n\n### capMixin.othersLabel([label]) ⇒ <code>String</code> \\| [<code>CapMixin</code>](#CapMixin)\nGet or set the label for *Others* slice when slices cap is specified.\n\n**Kind**: instance method of [<code>CapMixin</code>](#CapMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [label] | <code>String</code> | <code>&quot;Others&quot;</code> | \n\n<a name=\"CapMixin+othersGrouper\"></a>\n\n### capMixin.othersGrouper([grouperFunction]) ⇒ <code>function</code> \\| [<code>CapMixin</code>](#CapMixin)\nGet or set the grouper function that will perform the insertion of data for the *Others* slice\nif the slices cap is specified. If set to a falsy value, no others will be added.\n\nThe grouper function takes an array of included (\"top\") items, and an array of the rest of\nthe items. By default the grouper function computes the sum of the rest.\n\n**Kind**: instance method of [<code>CapMixin</code>](#CapMixin)  \n\n| Param | Type |\n| --- | --- |\n| [grouperFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Do not show others\nchart.othersGrouper(null);\n// Default others grouper\nchart.othersGrouper(function (topItems, restItems) {\n    var restItemsSum = d3.sum(restItems, _chart.valueAccessor()),\n        restKeys = restItems.map(_chart.keyAccessor());\n    if (restItemsSum > 0) {\n        return topItems.concat([{\n            others: restKeys,\n            key: _chart.othersLabel(),\n            value: restItemsSum\n        }]);\n    }\n    return topItems;\n});\n```\n<a name=\"MarginMixin\"></a>\n\n## MarginMixin ⇒ [<code>MarginMixin</code>](#MarginMixin)\nMargin is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid\nCharts.\n\n**Kind**: global mixin  \n\n| Param | Type |\n| --- | --- |\n| Base | <code>Object</code> | \n\n\n* [MarginMixin](#MarginMixin) ⇒ [<code>MarginMixin</code>](#MarginMixin)\n    * [.margins([margins])](#MarginMixin+margins) ⇒ <code>Object</code> \\| [<code>MarginMixin</code>](#MarginMixin)\n    * [.effectiveWidth()](#MarginMixin+effectiveWidth) ⇒ <code>number</code>\n    * [.effectiveHeight()](#MarginMixin+effectiveHeight) ⇒ <code>number</code>\n\n<a name=\"MarginMixin+margins\"></a>\n\n### marginMixin.margins([margins]) ⇒ <code>Object</code> \\| [<code>MarginMixin</code>](#MarginMixin)\nGet or set the margins for a particular coordinate grid chart instance. The margins is stored as\nan associative Javascript array.\n\n**Kind**: instance method of [<code>MarginMixin</code>](#MarginMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [margins] | <code>Object</code> | <code>{top: 10, right: 50, bottom: 30, left: 30}</code> | \n\n**Example**  \n```js\nvar leftMargin = chart.margins().left; // 30 by default\nchart.margins().left = 50;\nleftMargin = chart.margins().left; // now 50\n```\n<a name=\"MarginMixin+effectiveWidth\"></a>\n\n### marginMixin.effectiveWidth() ⇒ <code>number</code>\nEffective width of the chart excluding margins (in pixels).\n\n**Kind**: instance method of [<code>MarginMixin</code>](#MarginMixin)  \n<a name=\"MarginMixin+effectiveHeight\"></a>\n\n### marginMixin.effectiveHeight() ⇒ <code>number</code>\nEffective height of the chart excluding margins (in pixels).\n\n**Kind**: instance method of [<code>MarginMixin</code>](#MarginMixin)  \n<a name=\"CoordinateGridMixin\"></a>\n\n## CoordinateGridMixin\nCoordinate Grid is an abstract base chart designed to support a number of coordinate grid based\nconcrete chart types, e.g. bar chart, line chart, and bubble chart.\n\n**Kind**: global mixin  \n**Mixes**: [<code>ColorMixin</code>](#ColorMixin), [<code>MarginMixin</code>](#MarginMixin)  \n\n* [CoordinateGridMixin](#CoordinateGridMixin)\n    * [.rescale()](#CoordinateGridMixin+rescale) ⇒ [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.rangeChart([rangeChart])](#CoordinateGridMixin+rangeChart) ⇒ [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.zoomScale([extent])](#CoordinateGridMixin+zoomScale) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.zoomOutRestrict([zoomOutRestrict])](#CoordinateGridMixin+zoomOutRestrict) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.g([gElement])](#CoordinateGridMixin+g) ⇒ <code>SVGElement</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.mouseZoomable([mouseZoomable])](#CoordinateGridMixin+mouseZoomable) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.chartBodyG([chartBodyG])](#CoordinateGridMixin+chartBodyG) ⇒ <code>SVGElement</code>\n    * [.x([xScale])](#CoordinateGridMixin+x) ⇒ <code>d3.scale</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.xUnits([xUnits])](#CoordinateGridMixin+xUnits) ⇒ <code>function</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.xAxis([xAxis])](#CoordinateGridMixin+xAxis) ⇒ <code>d3.axis</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.elasticX([elasticX])](#CoordinateGridMixin+elasticX) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.xAxisPadding([padding])](#CoordinateGridMixin+xAxisPadding) ⇒ <code>Number</code> \\| <code>String</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.xAxisPaddingUnit([unit])](#CoordinateGridMixin+xAxisPaddingUnit) ⇒ <code>String</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.xUnitCount()](#CoordinateGridMixin+xUnitCount) ⇒ <code>Number</code>\n    * [.useRightYAxis([useRightYAxis])](#CoordinateGridMixin+useRightYAxis) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.useTopXAxis([useTopXAxis])](#CoordinateGridMixin+useTopXAxis) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.isOrdinal()](#CoordinateGridMixin+isOrdinal) ⇒ <code>Boolean</code>\n    * [.xAxisLabel([labelText], [padding])](#CoordinateGridMixin+xAxisLabel) ⇒ <code>String</code>\n    * [.yAxisLabel([labelText], [padding])](#CoordinateGridMixin+yAxisLabel) ⇒ <code>String</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.y([yScale])](#CoordinateGridMixin+y) ⇒ <code>d3.scale</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.yAxis([yAxis])](#CoordinateGridMixin+yAxis) ⇒ <code>d3.axisLeft</code> \\| <code>d3.axisRight</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.elasticY([elasticY])](#CoordinateGridMixin+elasticY) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.renderHorizontalGridLines([renderHorizontalGridLines])](#CoordinateGridMixin+renderHorizontalGridLines) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.renderVerticalGridLines([renderVerticalGridLines])](#CoordinateGridMixin+renderVerticalGridLines) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.xAxisMin()](#CoordinateGridMixin+xAxisMin) ⇒ <code>\\*</code>\n    * [.xAxisMax()](#CoordinateGridMixin+xAxisMax) ⇒ <code>\\*</code>\n    * [.yAxisMin()](#CoordinateGridMixin+yAxisMin) ⇒ <code>\\*</code>\n    * [.yAxisMax()](#CoordinateGridMixin+yAxisMax) ⇒ <code>\\*</code>\n    * [.yAxisPadding([padding])](#CoordinateGridMixin+yAxisPadding) ⇒ <code>Number</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.round([round])](#CoordinateGridMixin+round) ⇒ <code>function</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.brush([_])](#CoordinateGridMixin+brush) ⇒ <code>d3.brush</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.clipPadding([padding])](#CoordinateGridMixin+clipPadding) ⇒ <code>Number</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.focus([range], [noRaiseEvents])](#CoordinateGridMixin+focus) ⇒ <code>undefined</code>\n    * [.brushOn([brushOn])](#CoordinateGridMixin+brushOn) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n    * [.parentBrushOn([brushOn])](#CoordinateGridMixin+parentBrushOn) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n\n<a name=\"CoordinateGridMixin+rescale\"></a>\n\n### coordinateGridMixin.rescale() ⇒ [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nWhen changing the domain of the x or y scale, it is necessary to tell the chart to recalculate\nand redraw the axes. (`.rescale()` is called automatically when the x or y scale is replaced\nwith [.x()](CoordinateGridMixin+x) or [.y()](#CoordinateGridMixin+y), and has\nno effect on elastic scales.)\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n<a name=\"CoordinateGridMixin+rangeChart\"></a>\n\n### coordinateGridMixin.rangeChart([rangeChart]) ⇒ [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGet or set the range selection chart associated with this instance. Setting the range selection\nchart using this function will automatically update its selection brush when the current chart\nzooms in. In return the given range chart will also automatically attach this chart as its focus\nchart hence zoom in when range brush updates.\n\nUsually the range and focus charts will share a dimension. The range chart will set the zoom\nboundaries for the focus chart, so its dimension values must be compatible with the domain of\nthe focus chart.\n\nSee the [Nasdaq 100 Index](https://dc-js.github.io/dc.js/) example for this effect in action.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [rangeChart] | [<code>CoordinateGridMixin</code>](#CoordinateGridMixin) | \n\n<a name=\"CoordinateGridMixin+zoomScale\"></a>\n\n### coordinateGridMixin.zoomScale([extent]) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGet or set the scale extent for mouse zooms.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [extent] | <code>Array.&lt;(Number\\|Date)&gt;</code> | <code>[1, Infinity]</code> | \n\n<a name=\"CoordinateGridMixin+zoomOutRestrict\"></a>\n\n### coordinateGridMixin.zoomOutRestrict([zoomOutRestrict]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGet or set the zoom restriction for the chart. If true limits the zoom to origional domain of the chart.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [zoomOutRestrict] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"CoordinateGridMixin+g\"></a>\n\n### coordinateGridMixin.g([gElement]) ⇒ <code>SVGElement</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGet or set the root g element. This method is usually used to retrieve the g element in order to\noverlay custom svg drawing programatically. **Caution**: The root g element is usually generated\nby dc.js internals, and resetting it might produce unpredictable result.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [gElement] | <code>SVGElement</code> | \n\n<a name=\"CoordinateGridMixin+mouseZoomable\"></a>\n\n### coordinateGridMixin.mouseZoomable([mouseZoomable]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get mouse zoom capability flag (default: false). When turned on the chart will be\nzoomable using the mouse wheel. If the range selector chart is attached zooming will also update\nthe range selection brush on the associated range selector chart.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [mouseZoomable] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CoordinateGridMixin+chartBodyG\"></a>\n\n### coordinateGridMixin.chartBodyG([chartBodyG]) ⇒ <code>SVGElement</code>\nRetrieve the svg group for the chart body.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [chartBodyG] | <code>SVGElement</code> | \n\n<a name=\"CoordinateGridMixin+x\"></a>\n\n### coordinateGridMixin.x([xScale]) ⇒ <code>d3.scale</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\n**mandatory**\n\nGet or set the x scale. The x scale can be any d3\n[d3.scale](https://github.com/d3/d3-scale/blob/master/README.md) or\n[ordinal scale](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [xScale] | <code>d3.scale</code> | \n\n**Example**  \n```js\n// set x to a linear scale\nchart.x(d3.scaleLinear().domain([-2500, 2500]))\n// set x to a time scale to generate histogram\nchart.x(d3.scaleTime().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n```\n<a name=\"CoordinateGridMixin+xUnits\"></a>\n\n### coordinateGridMixin.xUnits([xUnits]) ⇒ <code>function</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get the xUnits function. The coordinate grid chart uses the xUnits function to calculate\nthe number of data projections on the x axis such as the number of bars for a bar chart or the\nnumber of dots for a line chart.\n\nThis function is expected to return a Javascript array of all data points on the x axis, or\nthe number of points on the axis. d3 time range functions [d3.timeDays, d3.timeMonths, and\nd3.timeYears](https://github.com/d3/d3-time/blob/master/README.md#intervals) are all valid\nxUnits functions.\n\ndc.js also provides a few units function, see the [Units Namespace](#units) for\na list of built-in units functions.\n\nNote that as of dc.js 3.0, `units.ordinal` is not a real function, because it is not\npossible to define this function compliant with the d3 range functions. It was already a\nmagic value which caused charts to behave differently, and now it is completely so.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xUnits] | <code>function</code> | <code>units.integers</code> | \n\n**Example**  \n```js\n// set x units to count days\nchart.xUnits(d3.timeDays);\n// set x units to count months\nchart.xUnits(d3.timeMonths);\n\n// A custom xUnits function can be used as long as it follows the following interface:\n// units in integer\nfunction(start, end) {\n     // simply calculates how many integers in the domain\n     return Math.abs(end - start);\n}\n\n// fixed units\nfunction(start, end) {\n     // be aware using fixed units will disable the focus/zoom ability on the chart\n     return 1000;\n}\n```\n<a name=\"CoordinateGridMixin+xAxis\"></a>\n\n### coordinateGridMixin.xAxis([xAxis]) ⇒ <code>d3.axis</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get the x axis used by a particular coordinate grid chart instance. This function is most\nuseful when x axis customization is required. The x axis in dc.js is an instance of a\n[d3 bottom axis object](https://github.com/d3/d3-axis/blob/master/README.md#axisBottom);\ntherefore it supports any valid d3 axisBottom manipulation.\n\n**Caution**: The x axis is usually generated internally by dc; resetting it may cause\nunexpected results. Note also that when used as a getter, this function is not chainable:\nit returns the axis, not the chart,\n[so attempting to call chart functions after calling `.xAxis()` will fail](https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis).\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n**See**: [d3.axisBottom](https://github.com/d3/d3-axis/blob/master/README.md#axisBottom)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xAxis] | <code>d3.axis</code> | <code>d3.axisBottom()</code> | \n\n**Example**  \n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function(v) {return v + '%';});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"CoordinateGridMixin+elasticX\"></a>\n\n### coordinateGridMixin.elasticX([elasticX]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nTurn on/off elastic x axis behavior. If x axis elasticity is turned on, then the grid chart will\nattempt to recalculate the x axis range whenever a redraw event is triggered.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticX] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CoordinateGridMixin+xAxisPadding\"></a>\n\n### coordinateGridMixin.xAxisPadding([padding]) ⇒ <code>Number</code> \\| <code>String</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get x axis padding for the elastic x axis. The padding will be added to both end of the x\naxis if elasticX is turned on; otherwise it is ignored.\n\nPadding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\nnumber or date x axes.  When padding a date axis, an integer represents number of units being padded\nand a percentage string will be treated the same as an integer. The unit will be determined by the\nxAxisPaddingUnit variable.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> \\| <code>String</code> | <code>0</code> | \n\n<a name=\"CoordinateGridMixin+xAxisPaddingUnit\"></a>\n\n### coordinateGridMixin.xAxisPaddingUnit([unit]) ⇒ <code>String</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get x axis padding unit for the elastic x axis. The padding unit will determine which unit to\nuse when applying xAxis padding if elasticX is turned on and if x-axis uses a time dimension;\notherwise it is ignored.\n\nThe padding unit should be a\n[d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#self._interval).\nFor backward compatibility with dc.js 2.0, it can also be the name of a d3 time interval\n('day', 'hour', etc). Available arguments are the\n[d3 time intervals](https://github.com/d3/d3-time/blob/master/README.md#intervals d3.timeInterval).\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [unit] | <code>String</code> | <code>d3.timeDay</code> | \n\n<a name=\"CoordinateGridMixin+xUnitCount\"></a>\n\n### coordinateGridMixin.xUnitCount() ⇒ <code>Number</code>\nReturns the number of units displayed on the x axis. If the x axis is ordinal (`xUnits` is\n`units.ordinal`), this is the number of items in the domain of the x scale. Otherwise, the\nx unit count is calculated using the [xUnits](#CoordinateGridMixin+xUnits) function.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n<a name=\"CoordinateGridMixin+useRightYAxis\"></a>\n\n### coordinateGridMixin.useRightYAxis([useRightYAxis]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGets or sets whether the chart should be drawn with a right axis instead of a left axis. When\nused with a chart in a composite chart, allows both left and right Y axes to be shown on a\nchart.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useRightYAxis] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CoordinateGridMixin+useTopXAxis\"></a>\n\n### coordinateGridMixin.useTopXAxis([useTopXAxis]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGets or sets whether the chart should be drawn with a top axis instead of a bottom axis. When\nused with a chart in a composite chart, allows both top and bottom X axes to be shown on a\nchart.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useTopXAxis] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CoordinateGridMixin+isOrdinal\"></a>\n\n### coordinateGridMixin.isOrdinal() ⇒ <code>Boolean</code>\nReturns true if the chart is using ordinal xUnits ([ordinal](#units.ordinal), or false\notherwise. Most charts behave differently with ordinal data and use the result of this method to\ntrigger the appropriate logic.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n<a name=\"CoordinateGridMixin+xAxisLabel\"></a>\n\n### coordinateGridMixin.xAxisLabel([labelText], [padding]) ⇒ <code>String</code>\nSet or get the x axis label. If setting the label, you may optionally include additional padding to\nthe margin to make room for the label. By default the padded is set to 12 to accomodate the text height.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelText] | <code>String</code> |  | \n| [padding] | <code>Number</code> | <code>12</code> | \n\n<a name=\"CoordinateGridMixin+yAxisLabel\"></a>\n\n### coordinateGridMixin.yAxisLabel([labelText], [padding]) ⇒ <code>String</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get the y axis label. If setting the label, you may optionally include additional padding\nto the margin to make room for the label. By default the padding is set to 12 to accommodate the\ntext height.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelText] | <code>String</code> |  | \n| [padding] | <code>Number</code> | <code>12</code> | \n\n<a name=\"CoordinateGridMixin+y\"></a>\n\n### coordinateGridMixin.y([yScale]) ⇒ <code>d3.scale</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGet or set the y scale. The y scale is typically automatically determined by the chart implementation.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [yScale] | <code>d3.scale</code> | \n\n<a name=\"CoordinateGridMixin+yAxis\"></a>\n\n### coordinateGridMixin.yAxis([yAxis]) ⇒ <code>d3.axisLeft</code> \\| <code>d3.axisRight</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get the y axis used by the coordinate grid chart instance. This function is most useful\nwhen y axis customization is required. Depending on `useRightYAxis` the y axis in dc.js is an instance of\neither [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisLeft) or\n[d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight); therefore it supports any\nvalid d3 axis manipulation.\n\n**Caution**: The y axis is usually generated internally by dc; resetting it may cause\nunexpected results.  Note also that when used as a getter, this function is not chainable: it\nreturns the axis, not the chart,\n[so attempting to call chart functions after calling `.yAxis()` will fail](https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis).\nIn addition, depending on whether you are going to use the axis on left or right\nyou need to appropriately pass [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisLeft)\nor [d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight)\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n**See**: [d3.axis](https://github.com/d3/d3-axis/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [yAxis] | <code>d3.axisLeft</code> \\| <code>d3.axisRight</code> | \n\n**Example**  \n```js\n// customize y axis tick format\nchart.yAxis().tickFormat(function(v) {return v + '%';});\n// customize y axis tick values\nchart.yAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"CoordinateGridMixin+elasticY\"></a>\n\n### coordinateGridMixin.elasticY([elasticY]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nTurn on/off elastic y axis behavior. If y axis elasticity is turned on, then the grid chart will\nattempt to recalculate the y axis range whenever a redraw event is triggered.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticY] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CoordinateGridMixin+renderHorizontalGridLines\"></a>\n\n### coordinateGridMixin.renderHorizontalGridLines([renderHorizontalGridLines]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nTurn on/off horizontal grid lines.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderHorizontalGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CoordinateGridMixin+renderVerticalGridLines\"></a>\n\n### coordinateGridMixin.renderVerticalGridLines([renderVerticalGridLines]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nTurn on/off vertical grid lines.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderVerticalGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"CoordinateGridMixin+xAxisMin\"></a>\n\n### coordinateGridMixin.xAxisMin() ⇒ <code>\\*</code>\nCalculates the minimum x value to display in the chart. Includes xAxisPadding if set.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n<a name=\"CoordinateGridMixin+xAxisMax\"></a>\n\n### coordinateGridMixin.xAxisMax() ⇒ <code>\\*</code>\nCalculates the maximum x value to display in the chart. Includes xAxisPadding if set.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n<a name=\"CoordinateGridMixin+yAxisMin\"></a>\n\n### coordinateGridMixin.yAxisMin() ⇒ <code>\\*</code>\nCalculates the minimum y value to display in the chart. Includes yAxisPadding if set.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n<a name=\"CoordinateGridMixin+yAxisMax\"></a>\n\n### coordinateGridMixin.yAxisMax() ⇒ <code>\\*</code>\nCalculates the maximum y value to display in the chart. Includes yAxisPadding if set.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n<a name=\"CoordinateGridMixin+yAxisPadding\"></a>\n\n### coordinateGridMixin.yAxisPadding([padding]) ⇒ <code>Number</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get y axis padding for the elastic y axis. The padding will be added to the top and\nbottom of the y axis if elasticY is turned on; otherwise it is ignored.\n\nPadding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\nnumber or date axes. When padding a date axis, an integer represents number of days being padded\nand a percentage string will be treated the same as an integer.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> \\| <code>String</code> | <code>0</code> | \n\n<a name=\"CoordinateGridMixin+round\"></a>\n\n### coordinateGridMixin.round([round]) ⇒ <code>function</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nSet or get the rounding function used to quantize the selection when brushing is enabled.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [round] | <code>function</code> | \n\n**Example**  \n```js\n// set x unit round to by month, this will make sure range selection brush will\n// select whole months\nchart.round(d3.timeMonth.round);\n```\n<a name=\"CoordinateGridMixin+brush\"></a>\n\n### coordinateGridMixin.brush([_]) ⇒ <code>d3.brush</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGet or set the brush. Brush must be an instance of d3 brushes\nhttps://github.com/d3/d3-brush/blob/master/README.md\nYou will use this only if you are writing a new chart type that supports brushing.\n\n**Caution**: dc creates and manages brushes internally. Go through and understand the source code\nif you want to pass a new brush object. Even if you are only using the getter,\nthe brush object may not behave the way you expect.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [_] | <code>d3.brush</code> | \n\n<a name=\"CoordinateGridMixin+clipPadding\"></a>\n\n### coordinateGridMixin.clipPadding([padding]) ⇒ <code>Number</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nGet or set the padding in pixels for the clip path. Once set padding will be applied evenly to\nthe top, left, right, and bottom when the clip path is generated. If set to zero, the clip area\nwill be exactly the chart body area minus the margins.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>5</code> | \n\n<a name=\"CoordinateGridMixin+focus\"></a>\n\n### coordinateGridMixin.focus([range], [noRaiseEvents]) ⇒ <code>undefined</code>\nZoom this chart to focus on the given range. The given range should be an array containing only\n2 elements (`[start, end]`) defining a range in the x domain. If the range is not given or set\nto null, then the zoom will be reset. _For focus to work elasticX has to be turned off;\notherwise focus will be ignored.\n\nTo avoid ping-pong volley of events between a pair of range and focus charts please set\n`noRaiseEvents` to `true`. In that case it will update this chart but will not fire `zoom` event\nand not try to update back the associated range chart.\nIf you are calling it manually - typically you will leave it to `false` (the default).\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [range] | <code>Array.&lt;Number&gt;</code> |  | \n| [noRaiseEvents] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.on('renderlet', function(chart) {\n    // smooth the rendering through event throttling\n    events.trigger(function(){\n         // focus some other chart to the range selected by user on this chart\n         someOtherChart.focus(chart.filter());\n    });\n})\n```\n<a name=\"CoordinateGridMixin+brushOn\"></a>\n\n### coordinateGridMixin.brushOn([brushOn]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nTurn on/off the brush-based range filter. When brushing is on then user can drag the mouse\nacross a chart with a quantitative scale to perform range filtering based on the extent of the\nbrush, or click on the bars of an ordinal bar chart or slices of a pie chart to filter and\nun-filter them. However turning on the brush filter will disable other interactive elements on\nthe chart such as highlighting, tool tips, and reference lines. Zooming will still be possible\nif enabled, but only via scrolling (panning will be disabled.)\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [brushOn] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"CoordinateGridMixin+parentBrushOn\"></a>\n\n### coordinateGridMixin.parentBrushOn([brushOn]) ⇒ <code>Boolean</code> \\| [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)\nThis will be internally used by composite chart onto children. Please go not invoke directly.\n\n**Kind**: instance method of [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n**Access**: protected  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [brushOn] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"StackMixin\"></a>\n\n## StackMixin\nStack Mixin is an mixin that provides cross-chart support of stackability using d3.stack.\n\n**Kind**: global mixin  \n**Mixes**: [<code>CoordinateGridMixin</code>](#CoordinateGridMixin)  \n\n* [StackMixin](#StackMixin)\n    * [.stack(group, [name], [accessor])](#StackMixin+stack) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> \\| [<code>StackMixin</code>](#StackMixin)\n    * [.hidableStacks([hidableStacks])](#StackMixin+hidableStacks) ⇒ <code>Boolean</code> \\| [<code>StackMixin</code>](#StackMixin)\n    * [.hideStack(stackName)](#StackMixin+hideStack) ⇒ [<code>StackMixin</code>](#StackMixin)\n    * [.showStack(stackName)](#StackMixin+showStack) ⇒ [<code>StackMixin</code>](#StackMixin)\n    * [.title([stackName], [titleAccessor])](#StackMixin+title) ⇒ <code>String</code> \\| [<code>StackMixin</code>](#StackMixin)\n    * [.stackLayout([_stack])](#StackMixin+stackLayout) ⇒ <code>function</code> \\| [<code>StackMixin</code>](#StackMixin)\n    * [.evadeDomainFilter([evadeDomainFilter])](#StackMixin+evadeDomainFilter) ⇒ <code>Boolean</code> \\| [<code>StackMixin</code>](#StackMixin)\n\n<a name=\"StackMixin+stack\"></a>\n\n### stackMixin.stack(group, [name], [accessor]) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> \\| [<code>StackMixin</code>](#StackMixin)\nStack a new crossfilter group onto this chart with an optional custom value accessor. All stacks\nin the same chart will share the same key accessor and therefore the same set of keys.\n\nFor example, in a stacked bar chart, the bars of each stack will be positioned using the same set\nof keys on the x axis, while stacked vertically. If name is specified then it will be used to\ngenerate the legend label.\n\n**Kind**: instance method of [<code>StackMixin</code>](#StackMixin)  \n**See**: [crossfilter.group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce)  \n\n| Param | Type |\n| --- | --- |\n| group | <code>crossfilter.group</code> | \n| [name] | <code>String</code> | \n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// stack group using default accessor\nchart.stack(valueSumGroup)\n// stack group using custom accessor\n.stack(avgByDayGroup, function(d){return d.value.avgByDay;});\n```\n<a name=\"StackMixin+hidableStacks\"></a>\n\n### stackMixin.hidableStacks([hidableStacks]) ⇒ <code>Boolean</code> \\| [<code>StackMixin</code>](#StackMixin)\nAllow named stacks to be hidden or shown by clicking on legend items.\nThis does not affect the behavior of hideStack or showStack.\n\n**Kind**: instance method of [<code>StackMixin</code>](#StackMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [hidableStacks] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"StackMixin+hideStack\"></a>\n\n### stackMixin.hideStack(stackName) ⇒ [<code>StackMixin</code>](#StackMixin)\nHide all stacks on the chart with the given name.\nThe chart must be re-rendered for this change to appear.\n\n**Kind**: instance method of [<code>StackMixin</code>](#StackMixin)  \n\n| Param | Type |\n| --- | --- |\n| stackName | <code>String</code> | \n\n<a name=\"StackMixin+showStack\"></a>\n\n### stackMixin.showStack(stackName) ⇒ [<code>StackMixin</code>](#StackMixin)\nShow all stacks on the chart with the given name.\nThe chart must be re-rendered for this change to appear.\n\n**Kind**: instance method of [<code>StackMixin</code>](#StackMixin)  \n\n| Param | Type |\n| --- | --- |\n| stackName | <code>String</code> | \n\n<a name=\"StackMixin+title\"></a>\n\n### stackMixin.title([stackName], [titleAccessor]) ⇒ <code>String</code> \\| [<code>StackMixin</code>](#StackMixin)\nSet or get the title function. Chart class will use this function to render svg title (usually interpreted by\nbrowser as tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart.\nAlmost every chart supports title function however in grid coordinate chart you need to turn off brush in order to\nuse title otherwise the brush layer will block tooltip trigger.\n\nIf the first argument is a stack name, the title function will get or set the title for that stack. If stackName\nis not provided, the first stack is implied.\n\n**Kind**: instance method of [<code>StackMixin</code>](#StackMixin)  \n\n| Param | Type |\n| --- | --- |\n| [stackName] | <code>String</code> | \n| [titleAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// set a title function on 'first stack'\nchart.title('first stack', function(d) { return d.key + ': ' + d.value; });\n// get a title function from 'second stack'\nvar secondTitleFunction = chart.title('second stack');\n```\n<a name=\"StackMixin+stackLayout\"></a>\n\n### stackMixin.stackLayout([_stack]) ⇒ <code>function</code> \\| [<code>StackMixin</code>](#StackMixin)\nGets or sets the stack layout algorithm, which computes a baseline for each stack and\npropagates it to the next.\n\n**Kind**: instance method of [<code>StackMixin</code>](#StackMixin)  \n**See**: [d3.stackD3v3](https://github.com/d3/d3-3.x-api-reference/blob/master/Stack-Layout.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [_stack] | <code>function</code> | <code>d3.stackD3v3</code> | \n\n<a name=\"StackMixin+evadeDomainFilter\"></a>\n\n### stackMixin.evadeDomainFilter([evadeDomainFilter]) ⇒ <code>Boolean</code> \\| [<code>StackMixin</code>](#StackMixin)\nSince dc.js 2.0, there has been [an issue](https://github.com/dc-js/dc.js/issues/949)\nwhere points are filtered to the current domain. While this is a useful optimization, it is\nincorrectly implemented: the next point outside the domain is required in order to draw lines\nthat are clipped to the bounds, as well as bars that are partly clipped.\n\nA fix will be included in dc.js 2.1.x, but a workaround is needed for dc.js 2.0 and until\nthat fix is published, so set this flag to skip any filtering of points.\n\nOnce the bug is fixed, this flag will have no effect, and it will be deprecated.\n\n**Kind**: instance method of [<code>StackMixin</code>](#StackMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [evadeDomainFilter] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"filters\"></a>\n\n## filters : <code>object</code>\nThe dc.js filters are functions which are passed into crossfilter to chose which records will be\naccumulated to produce values for the charts.  In the crossfilter model, any filters applied on one\ndimension will affect all the other dimensions but not that one.  dc always applies a filter\nfunction to the dimension; the function combines multiple filters and if any of them accept a\nrecord, it is filtered in.\n\nThese filter constructors are used as appropriate by the various charts to implement brushing.  We\nmention below which chart uses which filter.  In some cases, many instances of a filter will be added.\n\nEach of the dc.js filters is an object with the following properties:\n* `isFiltered` - a function that returns true if a value is within the filter\n* `filterType` - a string identifying the filter, here the name of the constructor\n\nCurrently these filter objects are also arrays, but this is not a requirement. Custom filters\ncan be used as long as they have the properties above.\n\n**Kind**: global namespace  \n\n* [filters](#filters) : <code>object</code>\n    * [.RangedFilter](#filters.RangedFilter)\n        * [new RangedFilter(low, high)](#new_filters.RangedFilter_new)\n    * [.TwoDimensionalFilter](#filters.TwoDimensionalFilter)\n        * [new TwoDimensionalFilter(filter)](#new_filters.TwoDimensionalFilter_new)\n    * [.RangedTwoDimensionalFilter](#filters.RangedTwoDimensionalFilter)\n        * [new RangedTwoDimensionalFilter(filter)](#new_filters.RangedTwoDimensionalFilter_new)\n    * [.HierarchyFilter](#filters.HierarchyFilter)\n        * [new HierarchyFilter(path)](#new_filters.HierarchyFilter_new)\n\n<a name=\"filters.RangedFilter\"></a>\n\n### filters.RangedFilter\n**Kind**: static class of [<code>filters</code>](#filters)  \n<a name=\"new_filters.RangedFilter_new\"></a>\n\n#### new RangedFilter(low, high)\nRangedFilter is a filter which accepts keys between `low` and `high`.  It is used to implement X\naxis brushing for the [coordinate grid charts](#CoordinateGridMixin).\n\nIts `filterType` is 'RangedFilter'\n\n\n| Param | Type |\n| --- | --- |\n| low | <code>Number</code> | \n| high | <code>Number</code> | \n\n<a name=\"filters.TwoDimensionalFilter\"></a>\n\n### filters.TwoDimensionalFilter\n**Kind**: static class of [<code>filters</code>](#filters)  \n<a name=\"new_filters.TwoDimensionalFilter_new\"></a>\n\n#### new TwoDimensionalFilter(filter)\nTwoDimensionalFilter is a filter which accepts a single two-dimensional value.  It is used by the\n[heat map chart](#HeatMap) to include particular cells as they are clicked.  (Rows and columns are\nfiltered by filtering all the cells in the row or column.)\n\nIts `filterType` is 'TwoDimensionalFilter'\n\n\n| Param | Type |\n| --- | --- |\n| filter | <code>Array.&lt;Number&gt;</code> | \n\n<a name=\"filters.RangedTwoDimensionalFilter\"></a>\n\n### filters.RangedTwoDimensionalFilter\n**Kind**: static class of [<code>filters</code>](#filters)  \n<a name=\"new_filters.RangedTwoDimensionalFilter_new\"></a>\n\n#### new RangedTwoDimensionalFilter(filter)\nThe RangedTwoDimensionalFilter allows filtering all values which fit within a rectangular\nregion. It is used by the [scatter plot](#ScatterPlot) to implement rectangular brushing.\n\nIt takes two two-dimensional points in the form `[[x1,y1],[x2,y2]]`, and normalizes them so that\n`x1 <= x2` and `y1 <= y2`. It then returns a filter which accepts any points which are in the\nrectangular range including the lower values but excluding the higher values.\n\nIf an array of two values are given to the RangedTwoDimensionalFilter, it interprets the values as\ntwo x coordinates `x1` and `x2` and returns a filter which accepts any points for which `x1 <= x <\nx2`.\n\nIts `filterType` is 'RangedTwoDimensionalFilter'\n\n\n| Param | Type |\n| --- | --- |\n| filter | <code>Array.&lt;Array.&lt;Number&gt;&gt;</code> | \n\n<a name=\"filters.HierarchyFilter\"></a>\n\n### filters.HierarchyFilter\n**Kind**: static class of [<code>filters</code>](#filters)  \n<a name=\"new_filters.HierarchyFilter_new\"></a>\n\n#### new HierarchyFilter(path)\nHierarchyFilter is a filter which accepts a key path as an array. It matches any node at, or\nchild of, the given path. It is used by the [sunburst chart](#SunburstChart) to include particular cells and all\ntheir children as they are clicked.\n\n\n| Param | Type |\n| --- | --- |\n| path | <code>String</code> | \n\n<a name=\"utils\"></a>\n\n## utils : <code>object</code>\n**Kind**: global namespace  \n\n* [utils](#utils) : <code>object</code>\n    * [.printSingleValue(filter)](#utils.printSingleValue) ⇒ <code>String</code>\n    * [.add(l, r, [t])](#utils.add) ⇒ <code>Date</code> \\| <code>Number</code>\n    * [.subtract(l, r, [t])](#utils.subtract) ⇒ <code>Date</code> \\| <code>Number</code>\n    * [.isNumber(n)](#utils.isNumber) ⇒ <code>Boolean</code>\n    * [.isFloat(n)](#utils.isFloat) ⇒ <code>Boolean</code>\n    * [.isInteger(n)](#utils.isInteger) ⇒ <code>Boolean</code>\n    * [.isNegligible(n)](#utils.isNegligible) ⇒ <code>Boolean</code>\n    * [.clamp(val, min, max)](#utils.clamp) ⇒ <code>any</code>\n    * [.constant(x)](#utils.constant) ⇒ <code>function</code>\n    * [.uniqueId()](#utils.uniqueId) ⇒ <code>Number</code>\n    * [.nameToId(name)](#utils.nameToId) ⇒ <code>String</code>\n    * [.appendOrSelect(parent, selector, tag)](#utils.appendOrSelect) ⇒ <code>d3.selection</code>\n    * [.safeNumber(n)](#utils.safeNumber) ⇒ <code>Number</code>\n    * [.arraysEqual(a1, a2)](#utils.arraysEqual) ⇒ <code>Boolean</code>\n\n<a name=\"utils.printSingleValue\"></a>\n\n### utils.printSingleValue(filter) ⇒ <code>String</code>\nPrint a single value filter.\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| filter | <code>any</code> | \n\n<a name=\"utils.add\"></a>\n\n### utils.add(l, r, [t]) ⇒ <code>Date</code> \\| <code>Number</code>\nArbitrary add one value to another.\n\nIf the value l is of type Date, adds r units to it. t becomes the unit.\nFor example utils.add(dt, 3, 'week') will add 3 (r = 3) weeks (t= 'week') to dt.\n\nIf l is of type numeric, t is ignored. In this case if r is of type string,\nit is assumed to be percentage (whether or not it includes %). For example\nutils.add(30, 10) will give 40 and utils.add(30, '10') will give 33.\n\nThey also generate strange results if l is a string.\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n| l | <code>Date</code> \\| <code>Number</code> |  | the value to modify |\n| r | <code>String</code> \\| <code>Number</code> |  | the amount by which to modify the value |\n| [t] | <code>function</code> \\| <code>String</code> | <code>d3.timeDay</code> | if `l` is a `Date`, then this should be a [d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#_interval). For backward compatibility with dc.js 2.0, it can also be the name of an interval, i.e. 'millis', 'second', 'minute', 'hour', 'day', 'week', 'month', or 'year' |\n\n<a name=\"utils.subtract\"></a>\n\n### utils.subtract(l, r, [t]) ⇒ <code>Date</code> \\| <code>Number</code>\nArbitrary subtract one value from another.\n\nIf the value l is of type Date, subtracts r units from it. t becomes the unit.\nFor example utils.subtract(dt, 3, 'week') will subtract 3 (r = 3) weeks (t= 'week') from dt.\n\nIf l is of type numeric, t is ignored. In this case if r is of type string,\nit is assumed to be percentage (whether or not it includes %). For example\nutils.subtract(30, 10) will give 20 and utils.subtract(30, '10') will give 27.\n\nThey also generate strange results if l is a string.\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n| l | <code>Date</code> \\| <code>Number</code> |  | the value to modify |\n| r | <code>String</code> \\| <code>Number</code> |  | the amount by which to modify the value |\n| [t] | <code>function</code> \\| <code>String</code> | <code>d3.timeDay</code> | if `l` is a `Date`, then this should be a [d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#_interval). For backward compatibility with dc.js 2.0, it can also be the name of an interval, i.e. 'millis', 'second', 'minute', 'hour', 'day', 'week', 'month', or 'year' |\n\n<a name=\"utils.isNumber\"></a>\n\n### utils.isNumber(n) ⇒ <code>Boolean</code>\nIs the value a number?\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"utils.isFloat\"></a>\n\n### utils.isFloat(n) ⇒ <code>Boolean</code>\nIs the value a float?\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"utils.isInteger\"></a>\n\n### utils.isInteger(n) ⇒ <code>Boolean</code>\nIs the value an integer?\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"utils.isNegligible\"></a>\n\n### utils.isNegligible(n) ⇒ <code>Boolean</code>\nIs the value very close to zero?\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"utils.clamp\"></a>\n\n### utils.clamp(val, min, max) ⇒ <code>any</code>\nEnsure the value is no greater or less than the min/max values.  If it is return the boundary value.\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| val | <code>any</code> | \n| min | <code>any</code> | \n| max | <code>any</code> | \n\n<a name=\"utils.constant\"></a>\n\n### utils.constant(x) ⇒ <code>function</code>\nGiven `x`, return a function that always returns `x`.\n\n[`d3.functor` was removed in d3 version 4](https://github.com/d3/d3/blob/master/CHANGES.md#internals).\nThis function helps to implement the replacement,\n`typeof x === \"function\" ? x : utils.constant(x)`\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| x | <code>any</code> | \n\n<a name=\"utils.uniqueId\"></a>\n\n### utils.uniqueId() ⇒ <code>Number</code>\nUsing a simple static counter, provide a unique integer id.\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n<a name=\"utils.nameToId\"></a>\n\n### utils.nameToId(name) ⇒ <code>String</code>\nConvert a name to an ID.\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n\n<a name=\"utils.appendOrSelect\"></a>\n\n### utils.appendOrSelect(parent, selector, tag) ⇒ <code>d3.selection</code>\nAppend or select an item on a parent element.\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| parent | <code>d3.selection</code> | \n| selector | <code>String</code> | \n| tag | <code>String</code> | \n\n<a name=\"utils.safeNumber\"></a>\n\n### utils.safeNumber(n) ⇒ <code>Number</code>\nReturn the number if the value is a number; else 0.\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>Number</code> \\| <code>any</code> | \n\n<a name=\"utils.arraysEqual\"></a>\n\n### utils.arraysEqual(a1, a2) ⇒ <code>Boolean</code>\nReturn true if both arrays are equal, if both array are null these are considered equal\n\n**Kind**: static method of [<code>utils</code>](#utils)  \n\n| Param | Type |\n| --- | --- |\n| a1 | <code>Array</code> \\| <code>null</code> | \n| a2 | <code>Array</code> \\| <code>null</code> | \n\n<a name=\"printers\"></a>\n\n## printers : <code>object</code>\n**Kind**: global namespace  \n\n* [printers](#printers) : <code>object</code>\n    * [.filters(filters)](#printers.filters) ⇒ <code>String</code>\n    * [.filter(filter)](#printers.filter) ⇒ <code>String</code>\n\n<a name=\"printers.filters\"></a>\n\n### printers.filters(filters) ⇒ <code>String</code>\nConverts a list of filters into a readable string.\n\n**Kind**: static method of [<code>printers</code>](#printers)  \n\n| Param | Type |\n| --- | --- |\n| filters | [<code>Array.&lt;filters&gt;</code>](#filters) | \n\n<a name=\"printers.filter\"></a>\n\n### printers.filter(filter) ⇒ <code>String</code>\nConverts a filter into a readable string.\n\n**Kind**: static method of [<code>printers</code>](#printers)  \n\n| Param | Type |\n| --- | --- |\n| filter | [<code>filters</code>](#filters) \\| <code>any</code> \\| <code>Array.&lt;any&gt;</code> | \n\n<a name=\"units\"></a>\n\n## units : <code>object</code>\n**Kind**: global namespace  \n\n* [units](#units) : <code>object</code>\n    * [.fp](#units.fp) : <code>object</code>\n        * [.precision(precision)](#units.fp.precision) ⇒ <code>function</code>\n    * [.integers(start, end)](#units.integers) ⇒ <code>Number</code>\n    * [.ordinal()](#units.ordinal) ⇒ <code>uncallable</code>\n\n<a name=\"units.fp\"></a>\n\n### units.fp : <code>object</code>\n**Kind**: static namespace of [<code>units</code>](#units)  \n<a name=\"units.fp.precision\"></a>\n\n#### fp.precision(precision) ⇒ <code>function</code>\nThis function generates an argument for the [Coordinate Grid Chart](#CoordinateGridMixin)\n[.xUnits](#CoordinateGridMixin+xUnits) function specifying that the x values are floating-point\nnumbers with the given precision.\nThe returned function determines how many values at the given precision will fit into the range\nsupplied in its start and end parameters.\n\n**Kind**: static method of [<code>fp</code>](#units.fp)  \n**Returns**: <code>function</code> - start-end unit function  \n**See**: [coordinateGridMixin.xUnits](#CoordinateGridMixin+xUnits)  \n\n| Param | Type |\n| --- | --- |\n| precision | <code>Number</code> | \n\n**Example**  \n```js\n// specify values (and ticks) every 0.1 units\nchart.xUnits(units.fp.precision(0.1)\n// there are 500 units between 0.5 and 1 if the precision is 0.001\nvar thousandths = units.fp.precision(0.001);\nthousandths(0.5, 1.0) // returns 500\n```\n<a name=\"units.integers\"></a>\n\n### units.integers(start, end) ⇒ <code>Number</code>\nThe default value for [.xUnits](#CoordinateGridMixin+xUnits) for the\n[Coordinate Grid Chart](#CoordinateGridMixin) and should\nbe used when the x values are a sequence of integers.\nIt is a function that counts the number of integers in the range supplied in its start and end parameters.\n\n**Kind**: static method of [<code>units</code>](#units)  \n**See**: [coordinateGridMixin.xUnits](#CoordinateGridMixin+xUnits)  \n\n| Param | Type |\n| --- | --- |\n| start | <code>Number</code> | \n| end | <code>Number</code> | \n\n**Example**  \n```js\nchart.xUnits(units.integers) // already the default\n```\n<a name=\"units.ordinal\"></a>\n\n### units.ordinal() ⇒ <code>uncallable</code>\nThis argument can be passed to the [.xUnits](#CoordinateGridMixin+xUnits) function of a\ncoordinate grid chart to specify ordinal units for the x axis. Usually this parameter is used in\ncombination with passing\n[d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)\nto [.x](#CoordinateGridMixin+x).\n\nAs of dc.js 3.0, this is purely a placeholder or magic value which causes the chart to go into ordinal mode; the\nfunction is not called.\n\n**Kind**: static method of [<code>units</code>](#units)  \n**See**\n\n- [d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)\n- [coordinateGridMixin.xUnits](#CoordinateGridMixin+xUnits)\n- [coordinateGridMixin.x](#CoordinateGridMixin+x)\n\n**Example**  \n```js\nchart.xUnits(units.ordinal)\n     .x(d3.scaleOrdinal())\n```\n<a name=\"registerChart\"></a>\n\n## registerChart(chart, [group]) ⇒ <code>undefined</code>\nAdd given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group `constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: global function  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"deregisterChart\"></a>\n\n## deregisterChart(chart, [group]) ⇒ <code>undefined</code>\nRemove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group `constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: global function  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"hasChart\"></a>\n\n## hasChart(chart) ⇒ <code>Boolean</code>\nDetermine if a given chart instance resides in any group in the registry.\n\n**Kind**: global function  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n\n<a name=\"deregisterAllCharts\"></a>\n\n## deregisterAllCharts(group) ⇒ <code>undefined</code>\nClear given group if one is provided, otherwise clears all groups.\n\n**Kind**: global function  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| group | <code>String</code> | Group name |\n\n<a name=\"filterAll\"></a>\n\n## filterAll([group]) ⇒ <code>undefined</code>\nClear all filters on all charts within the given chart group. If the chart group is not given then\nonly charts that belong to the default chart group will be reset.\n\n**Kind**: global function  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"refocusAll\"></a>\n\n## refocusAll([group]) ⇒ <code>undefined</code>\nReset zoom level / focus on all charts that belong to the given chart group. If the chart group is\nnot given then only charts that belong to the default chart group will be reset.\n\n**Kind**: global function  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"renderAll\"></a>\n\n## renderAll([group]) ⇒ <code>undefined</code>\nRe-render all charts belong to the given chart group. If the chart group is not given then only\ncharts that belong to the default chart group will be re-rendered.\n\n**Kind**: global function  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"redrawAll\"></a>\n\n## redrawAll([group]) ⇒ <code>undefined</code>\nRedraw all charts belong to the given chart group. If the chart group is not given then only charts\nthat belong to the default chart group will be re-drawn. Redraw is different from re-render since\nwhen redrawing dc tries to update the graphic incrementally, using transitions, instead of starting\nfrom scratch.\n\n**Kind**: global function  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"transition\"></a>\n\n## transition(selection, [duration], [delay], [name]) ⇒ <code>d3.transition</code> \\| <code>d3.selection</code>\nStart a transition on a selection if transitions are globally enabled\n([disableTransitions](disableTransitions) is false) and the duration is greater than zero; otherwise return\nthe selection. Since most operations are the same on a d3 selection and a d3 transition, this\nallows a common code path for both cases.\n\n**Kind**: global function  \n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n| selection | <code>d3.selection</code> |  | the selection to be transitioned |\n| [duration] | <code>Number</code> \\| <code>function</code> | <code>250</code> | the duration of the transition in milliseconds, a function returning the duration, or 0 for no transition |\n| [delay] | <code>Number</code> \\| <code>function</code> |  | the delay of the transition in milliseconds, or a function returning the delay, or 0 for no delay |\n| [name] | <code>String</code> |  | the name of the transition (if concurrent transitions on the same elements are needed) |\n\n<a name=\"pluck\"></a>\n\n## pluck(n, [f]) ⇒ <code>function</code>\nReturns a function that given a string property name, can be used to pluck the property off an object.  A function\ncan be passed as the second argument to also alter the data being returned.\n\nThis can be a useful shorthand method to create accessor functions.\n\n**Kind**: global function  \n\n| Param | Type |\n| --- | --- |\n| n | <code>String</code> | \n| [f] | <code>function</code> | \n\n**Example**  \n```js\nvar xPluck = pluck('x');\nvar objA = {x: 1};\nxPluck(objA) // 1\n```\n**Example**  \n```js\nvar xPosition = pluck('x', function (x, i) {\n    // `this` is the original datum,\n    // `x` is the x property of the datum,\n    // `i` is the position in the array\n    return this.radius + x;\n});\nselectAll('.circle').data(...).x(xPosition);\n```\n"
  },
  {
    "path": "docs/dc-v3-upgrade-guide.md",
    "content": "# dc v3 Upgrade Guide\n\nThe dc has undergone significant internal changes while moving to v3.\nEffort has been made to keep the API as close as possible.\n\nd3 team has released version 4 which is not backward compatible with\ntheir version 3. dc relies very heavily on d3. It is quite likely that\nyour code uses bits of d3.\n\nOutline of the upgrade process:\n\n- First of all update all d3 functions calls in your code. Most of these\n  would start with d3. Check https://github.com/d3/d3/blob/master/CHANGES.md\n  for new function name corresponding to old functions.\n- dc.lineChart .interpolate earlier took string parameter, these will get\n  replaced by specialized curve functions. For example 'step-before'\n  changes to `d3.curveStepBefore` and 'cardinal' to `d3.curveCardinal`.\n  See https://github.com/d3/d3/blob/master/CHANGES.md#shapes-d3-shape\n  for equivalent function calls.\n- For dc.geoChoroplethChart earlier `d3.geoAlbersUsa()` was the default\n  for .projection. If you are plotting US states please call \n  `.projection(d3.geoAlbersUsa())` explicitly on your chart.\n"
  },
  {
    "path": "docs/dc-v4-upgrade-guide.md",
    "content": "# dc v4 Upgrade Guide\n\nThe underlying code has undergone heavy changes, but great care has been\ntaken to ensure API compatibility.\n\nTypical usage of this library should see very little difference.\nHowever sophisticated usage, including the ones that alter and extend\ndc, are likely to need changes.\n\nPlease raise an issue on GitHub if you run into problems not covered here!\n\n## Key changes\n\n- The code base has been upgraded to ES6.\n- As an implication, any browser that does not natively support ES6 (specifically\n  Internet Explorer) is no longer supported. Use v3.x if you need legacy support.\n- The library is distributed as a UMD bundle that can be used from any environment.\n  It is friendly to bundlers like rollup and webpack.\n- If you are using dc.js as ES6 modules, you do not need to prefix `dc`\n  to classes and functions.\n- When using in the web-browser via the script tag, the entire library is exposed\n  within the `dc` namespace.\n- `dc` no longer lists `crossfilter2` as npm dependency.\n  As a side effect `dc` no longer exports `dc.crossfilter`.\n  If your code relied on `dc.crossfilter`, please update your code to use `crossfilter` directly.\n\n## Steps to upgrade\n\n- Packages for some variables/classes have changed:\n\n    - `dc.dateFormat` &#10137; `dc.config.dateFormat`\n    - `dc.disableTransitions` &#10137; `dc.config.disableTransitions`\n    - `dc.errors.InvalidStateException` &#10137; `dc.InvalidStateException`\n    - `dc.errors.BadArgumentException` &#10137; `dc.BadArgumentException`\n\n- Functions from `dc.round` have been removed.\n  Please change as follows:\n\n    - `dc.round.floor` &#10137; `Math.floor`\n    - `dc.round.round` &#10137; `Math.round`\n    - `dc.round.ceil` &#10137; `Math.ceil`\n\n- The previous functions for instantiating charts are still supported.\n  However, it is recommended to use the `new` operator instead. For example:\n\n    - `dc.pieChart(parent, chartGroup)` &#10137; `new dc.PieChart(parent, chartGroup)`\n\n- In dcv4, inside a `dc` chart functions expect `this` to be the chart\n  instance. However `d3` sets it to the d3 element.\n  This might cause failures in callbacks where a dc chart function\n  is passed as a callback. For example, the following will fail in dcv4:\n\n```javascript\nchart.on('renderlet', function (_chart) {\n    _chart.selectAll('rect.bar').on('click', _chart.onClick);\n});\n```\n\nChange it to:\n\n```javascript\nchart.on('renderlet', function (_chart) {\n    _chart.selectAll('rect.bar').on('click', d => _chart.onClick(d));\n});\n```\n\n- The mixins no longer have instantiation functions:\n\n    - the mixin classes must be instantiated with `new`\n    - instead of passing a chart *instance* to be initialized, new classes extend mixins\n    - the Bubble, Cap, and Color mixins take a base mixin *class* to extend\n    - the CoordinateGrid, Margin, and Stack mixins extend the mixins they were used with in v3\n\n  Old synonyms for the mixins from v1.0 have been removed.\n\n  For example,\n\n    - `var _chart = dc.bubbleMixin(dc.coordinateGridMixin({})` (or `dc.abstractBubbleChart`)\\\n    &#10137; `class ___ extends dc.BubbleMixin(dc.CoordinateGridMixin)`\n    - `dc.baseMixin` (or `dc.baseChart`) &#10137; `new dc.BaseMixin`\n    - `var _chart = dc.capMixin(dc.colorMixin(dc.baseMixin({})));` (or `dc.capped`, `dc.colorChart`))\\\n    &#10137; `class ___ extends dc.CapMixin(dc.ColorMixin(dc.BaseMixin))`\n    - `var _chart = dc.coordinateGridMixin({})` (or `dc.coordinateGridChart`)\\\n    &#10137; `class ___ extends dc.CoordinateGridChart`\n    - `var _chart = dc.colorMixin(dc.marginMixin(dc.baseMixin(_chart)))` (or `dc.marginable`)\\\n    &#10137; `class ___ extends dc.ColorMixin(dc.MarginMixin)`\n    - `var _chart = dc.stackMixin(dc.coordinateGridMixin({}))` (or `dc.stackableChart`)\\\n    &#10137; `class ___ extends StackMixin`\n\n  See [this commit in dc.leaflet.js](https://github.com/dc-js/dc.leaflet.js/commit/c086a04c1dbf879fca70195c0a2fdafbf191355c)\n  (v0.5.0) for an example of using ES5 closure \"classes\" with dc@4.\n\n- `dc.override` has been removed.\n   It was used to override a method in an object (typically a chart).\n   You can either create a derived class extending the chart class,\n   or you can override specific methods on your instance of a chart, e.g.:\n\n```javascript\n        // Using inheritance\n        class MyLineChart extends dc.LineChart {\n            yAxisMin () {\n                const ymin = super.yAxisMin();\n                if(ymin < 0) ymin = 0;\n                return ymin;\n            }\n        }\n        const chart01 = new MyLineChart('#chart01');\n\n        // Or, using direct assignment\n        const chart02 = new dc.BarChart('#chart02');\n        const super_yAxisMin = chart02.yAxisMin;\n        chart02.yAxisMin = function() {\n            const ymin = super_yAxisMin.call(this);\n            if(ymin < 0) ymin = 0;\n            return ymin;\n        };\n```\n   Please see:\n   http://dc-js.github.io/dc.js/examples/focus-dynamic-interval.html\n   and http://dc-js.github.io/dc.js/examples/stacked-bar.html\n   for example.\n\n- [bower](https://bower.io/) support is dropped from version 4.0. Please use version 3.* for\n   Bower support.\n"
  },
  {
    "path": "docs/old-api-docs/api-1.5.0.md",
    "content": "### Version 1.5\n\nThe entire dc.js library is scoped under **dc** name space. It does not introduce anything else into the global\nname space.\n\n* [Base Chart [abstract]](#base-chart)\n* [Color Chart [abstract]](#color-chart)\n* [Stackable Chart [abstract]](#stackable-chart)\n* [Coordinate Grid Chart [abstract] < Color Chart < Base Chart](#coordinate-grid-chart)\n* [Pie Chart [concrete] < Color Chart < Base Chart](#pie-chart)\n* [Row Chart [concrete] < Color Chart < Base chart](#row-chart)\n* [Bar Chart [concrete] < Stackable Chart < CoordinateGrid Chart](#bar-chart)\n* [Line Chart [concrete] < Stackable Chart < CoordinateGrid Chart](#line-chart)\n* [Composite Chart [concrete] < CoordinateGrid Chart](#composite-chart)\n* [Abstract Bubble Chart [abstract] < Color Chart](#abstract-bubble-chart)\n* [Bubble Chart [concrete] < Abstract Bubble Chart < CoordinateGrid Chart](#bubble-chart)\n* [Bubble Overlay Chart [concrete] < Abstract Bubble Chart < Base Chart](#bubble-overlay-chart)\n* [Geo Choropleth Chart [concrete] < Color Chart < Base Chart](#geo-choropleth-chart)\n* [Data Count Widget [concrete] < Base Chart](#data-count)\n* [Data Table Widget [concrete] < Base Chart](#data-table)\n* [Legend [concrete]](#legend)\n* [Listeners](#listeners)\n* [Utilities](#utilities)\n\n### Function Chain\nMajority of dc functions are designed to allow function chaining, meaning it will return the current chart instance\nwhenever it is appropriate. Therefore configuration of a chart can be written in the following style.\n```js\nchart.width(300)\n    .height(300)\n    .filter(\"sunday\")\n```\nThe API references will highlight the fact if a particular function is not chainable.\n\n## <a name=\"base-chart\" href=\"#base-chart\">#</a> Base Chart [Abstract]\nBase chart is an abstract functional object representing a basic dc chart object for all chart and widget implementation.\nEvery function on base chart are also inherited available on all concrete chart implementation in dc library.\n\n#### .width([value])\nSet or get width attribute of a chart. If the value is given, then it will be used as the new width.\n\nIf no value specified then value of the current width attribute will be returned.\n\n#### .height([value])\nSet or get height attribute of a chart. If the value is given, then it will be used as the new height.\n\nIf no value specified then value of the current height attribute will be returned.\n\n#### .dimension([value]) - **mandatory**\nSet or get dimension attribute of a chart. In dc a dimension can be any valid\n[crossfilter dimension](https://github.com/square/crossfilter/wiki/API-Reference#wiki-dimension). If the value is given,\nthen it will be used as the new dimension.\n\nIf no value specified then the current dimension will be returned.\n\n#### .group([value], [name]) - **mandatory**\nSet or get group attribute of a chart. In dc a group is a\n[crossfilter group](https://github.com/square/crossfilter/wiki/API-Reference#wiki-group). Usually the group should be\ncreated from the particular dimension associated with the same chart. If the value is given, then it will be used as\nthe new group.\n\nIf no value specified then the current group will be returned.\nIf name is specified then it will be used to generate legend label.\n\n#### .filterAll()\nClear all filters associated with this chart.\n\n#### .select(selector)\nExecute in scope d3 single selection using the given selector and return d3 selection result. Roughly the same as:\n```js\nd3.select(\"#chart-id\").select(selector);\n```\nThis function is **not chainable** since it does not return a chart instance; however the d3 selection result is chainable\nfrom d3's perspective.\n\n#### .selectAll(selector)\nExecute in scope d3 selectAll using the given selector and return d3 selection result. Roughly the same as:\n```js\nd3.select(\"#chart-id\").selectAll(selector);\n```\nThis function is **not chainable** since it does not return a chart instance; however the d3 selection result is\nchainable from d3's perspective.\n\n#### .root([rootElement])\nReturns the root element where a chart resides. Usually it will be the parent div element where svg was created. You\ncan also pass in a new root element however this is usually handled as part of the dc internal. Resetting root element\non a chart outside of dc internal might have unexpected consequences.\n\n#### .svg([svgElement])\nReturns the top svg element for this specific chart. You can also pass in a new svg element however this is usually\nhandled as part of the dc internal. Resetting svg element on a chart outside of dc internal might have unexpected\nconsequences.\n\n#### .filterPrinter([filterPrinterFunction])\nSet or get filter printer function. Filter printer function is used to generate human friendly text for filter value(s)\nassociated with the chart instance. By default dc charts shipped with a default filter printer implementation dc.printers.filter\nthat provides simple printing support for both single value and ranged filters.\n\n#### .turnOnControls() & .turnOffControls\nTurn on/off optional control elements within the root element. dc.js currently support the following html control elements.\n* root.selectAll(\".reset\") elements are turned on if the chart has an active filter. This type of control elements are usually used to store reset link to allow user to reset filter on a certain chart. This element will be turned off automatically if the filter is cleared.\n* root.selectAll(\".filter\") elements are turned on if the chart has an active filter. The text content of this element is then replaced with the current filter value using the filter printer function. This type of element will be turned off automatically if the filter is cleared.\n\n#### .transitionDuration([duration])\nSet or get animation transition duration(in milliseconds) for specific chart instance. Default duration is 750ms.\n\n#### .render()\nInvoke this method will force the chart to re-render everything from scratch. Generally it should be only used to\nrender the chart for the first time on the page or if you want to make sure everything is redrawn from scratch instead\nof relying on the default incremental redrawing behaviour.\n\n#### .redraw()\nCalling redraw will cause the chart to re-render delta in data change incrementally. If there is no change in the\nunderlying data dimension then calling this method will have no effect on the chart. Most of the chart interaction in\ndc library will automatically trigger this method through its internal event engine, therefore you only need to manually\ninvoke this function if data is manipulated outside of dc's control; for example if data is loaded on a periodic basis\nin the background using crossfilter.add().\n\n#### .keyAccessor([keyAccessorFunction])\nSet or get the key accessor function. Key accessor function is used to retrieve key value in crossfilter group. Key\nvalues are used differently in different charts, for example keys correspond to slices in pie chart and x axis position\nin grid coordinate chart.\n```js\n// default key accessor\nchart.keyAccessor(function(d) { return d.key; });\n// custom key accessor for a multi-value crossfilter reduction\nchart.keyAccessor(function(p) { return p.value.absGain; });\n```\n\n#### .valueAccessor([valueAccessorFunction])\nSet or get the value accessor function. Value accessor function is used to retrieve value in crossfilter group. Group\nvalues are used differently in different charts, for example group values correspond to slices size in pie chart and y\naxis position in grid coordinate chart.\n```js\n// default value accessor\nchart.valueAccessor(function(d) { return d.value; });\n// custom value accessor for a multi-value crossfilter reduction\nchart.valueAccessor(function(p) { return p.value.percentageGain; });\n```\n\n#### .label([labelFunction])\nSet or get the label function. Chart class will use this function to render label for each child element in the chart,\ni.e. a slice in a pie chart or a bubble in a bubble chart. Not every chart supports label function for example bar chart\nand line chart do not use this function at all.\n```js\n// default label function just return the key\nchart.label(function(d) { return d.key; });\n// label function has access to the standard d3 data binding and can get quite complicated\nchart.label(function(d) { return d.data.key + \"(\" + Math.floor(d.data.value / all.value() * 100) + \"%)\"; });\n```\n\n#### .renderLabel(boolean)\nTurn on/off label rendering\n\n#### .title([titleFunction])\nSet or get the title function. Chart class will use this function to render svg title(usually interrupted by browser\nas tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart. Almost\nevery chart supports title function however in grid coordinate chart you need to turn off brush in order to use title\notherwise the brush layer will block tooltip trigger.\n```js\n// default title function just return the key\nchart.title(function(d) { return d.key + \": \" + d.value; });\n// title function has access to the standard d3 data binding and can get quite complicated\nchart.title(function(p) {\n    return p.key.getFullYear()\n        + \"\\n\"\n        + \"Index Gain: \" + numberFormat(p.value.absGain) + \"\\n\"\n        + \"Index Gain in Percentage: \" + numberFormat(p.value.percentageGain) + \"%\\n\"\n        + \"Fluctuation / Index Ratio: \" + numberFormat(p.value.fluctuationPercentage) + \"%\";\n});\n```\n\n#### .renderTitle(boolean)\nTurn on/off title rendering\n\n#### .renderlet(renderletFunction)\nRenderlet is similar to an event listener on rendering event. Multiple renderlets can be added to an individual chart.\nEvery time when chart is rerendered or redrawn renderlet then will be invoked right after the chart finishes its own\ndrawing routine hence given you a way to override or modify certain behaviour. Renderlet function accepts the chart\ninstance as the only input parameter and you can either rely on dc API or use raw d3 to achieve pretty much any effect.\n```js\n// renderlet function\nchart.renderlet(function(chart){\n    // mix of dc API and d3 manipulation\n    chart.select(\"g.y\").style(\"display\", \"none\");\n    // its a closure so you can also access other chart variable available in the closure scope\n    moveChart.filter(chart.filter());\n});\n```\n\n#### .filter([filterValue])\nFilter the chart by the given value or return the current filter if the input parameter is missing.\n```js\n// filter by a single string\nchart.filter(\"Sunday\");\n// filter by a single age\nchart.filter(18);\n```\n\n#### .filters()\nReturn all current filters. This method does not perform defensive cloning of the internal filter array before returning\ntherefore any modification of returned array will affact chart's internal filter storage.\n\n#### .hasFilter([filter])\nCheck whether is any active filter or a specific filter is associated with particular chart instance.\nThis function is **not chainable**.\n\n#### .filterHandler([function])\nSet or get filter handler. Filter handler is a function that performs the filter action on a specific dimension. Using\ncustom filter handler give you the flexibility to perform additional logic before or after filtering.\n\n```js\n// default filter handler\nfunction(dimension, filter){\n    dimension.filter(filter); // perform filtering\n    return filter; // return the actual filter value\n}\n\n// custom filter handler\nchart.filterHandler(function(dimension, filter){\n    var newFilter = filter + 10;\n    dimension.filter(newFilter);\n    return newFilter; // set the actual filter value to the new value\n});\n```\n\n#### .expireCache()\nExpire internal chart cache. dc.js chart cache some data internally on a per chart basis so it can speed up rendering\nand avoid unnecessary calculation however under certain circumstances it might be useful to clear the cache e.g. after\nyou invoke crossfilter.add function or if you reset group or dimension post render it is always a good idea to clear\nthe cache to make sure charts are rendered properly.\n\n#### .legend([dc.legend])\nAttach dc.legend widget to this chart. Legend widget will automatically draw legend labels based on the color setting\nand names associated with each group.\n\n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n\n## <a name=\"color-chart\" href=\"#color-chart\">#</a> Color Chart [Abstract]\nColor chart is an abstract chart functional class created to provide universal coloring support as a mix-in for any concrete\nchart implementation.\n\n#### .colors([colorScale or colorArray])\nRetrieve current color scale or set a new color scale. This function accepts both d3 color scale and arbitrary color\narray. By default d3.scale.category20c() is used.\n```js\n// color scale\nchart.colors(d3.scale.category20b());\n// arbitrary color array\nchart.colors([\"#a60000\",\"#ff0000\", \"#ff4040\",\"#ff7373\",\"#67e667\",\"#39e639\",\"#00cc00\"]);\n```\n\n#### .colorAccessor([colorAccessorFunction])\nSet or get color accessor function. This function will be used to map a data point on crossfilter group to a specific\ncolor value on the color scale. Default implementation of this function simply returns the next color on the scale using\nthe index of a group.\n```js\n// default index based color accessor\n.colorAccessor(function(d, i){return i;})\n// color accessor for a multi-value crossfilter reduction\n.colorAccessor(function(d){return d.value.absGain;})\n```\n\n#### .colorDomain([domain])\nSet or get the current domain for the color mapping function. This allows user to provide a custom domain for the mapping\nfunction used to map the return value of the colorAccessor function to the target color range calculated based on the\ncolor scale.\n```js\n// custom domain for month of year\nchart.colorDomain([0, 11])\n// custom domain for day of year\nchart.colorDomain([0, 364])\n```\n\n## <a name=\"stackable-chart\" href=\"#stackable-chart\">#</a> Stackable Chart [Abstract]\nStackable chart is an abstract chart introduced to provide cross-chart support of stackability. Concrete implementation of\ncharts can then selectively mix-in this capability.\n\n#### .stack(group[, name, retriever])\nStack a new crossfilter group into this chart with optionally a custom value retriever. All stacks in the same chart will\nshare the same key accessor therefore share the same set of keys. In more concrete words, imagine in a stacked bar chart\nall bars will be positioned using the same set of keys on the x axis while stacked vertically. If name is specified then\nit will be used to generate legend label.\n```js\n// stack group using default accessor\nchart.stack(valueSumGroup)\n// stack group using custom accessor\n.stack(avgByDayGroup, function(d){return d.value.avgByDay;});\n```\n\n## <a name=\"coordinate-grid-chart\" href=\"#coordinate-grid-chart\">#</a> CoordinateGrid Chart [Abstract] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nCoordinate grid chart is an abstract base chart designed to support a number of coordinate grid based concrete chart types,\ni.e. bar chart, line chart, and bubble chart.\n\n#### .g([gElement])\nGet or set the root g element. This method is usually used to retrieve the g element in order to overlay custom svg drawing\nprogramatically. **Caution**: The root g element is usually generated by dc.js internals, and resetting it might produce unpredictable result.\n\n#### .margins([margins])\nGet or set the margins for a particular coordinate grid chart instance. The margins is stored as an associative Javascript\narray. Default margins: {top: 10, right: 50, bottom: 30, left: 30}.\n\n#### .x([xScale]) - **mandatory**\nGet or set the x scale. x scale could be any [d3 quatitive scales](https://github.com/mbostock/d3/wiki/Quantitative-Scales).\nFor example a time scale for histogram or a linear/ordinal scale for visualizing data distribution.\n```js\n// set x to a linear scale\nchart.x(d3.scale.linear().domain([-2500, 2500]))\n// set x to a time scale to generate histogram\nchart.x(d3.time.scale().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n```\n\n#### .xUnits([xUnits function])\nSet or get the xUnits function. xUnits function is the coordinate grid chart uses to calculate number of data\nprojections on x axis such as number bars for a bar chart and number of dots for a line chart. This function is\nexpected to return an Javascript array of all data points on x axis. d3 time range functions d3.time.days, d3.time.months,\nand d3.time.years are all valid xUnits function. dc.js also provides a few units function, see [Utilities](#utilities)\nsection for a list of built-in units functions. Default xUnits function is dc.units.integers.\n```js\n// set x units to day for a histogram\nchart.xUnits(d3.time.days);\n// set x units to month for a histogram\nchart.xUnits(d3.time.months);\n```\nCustom xUnits function can be easily created using as long as it follows the following inteface:\n```js\n// units in integer\nfunction(start, end, xDomain) {\n    // simply calculates how many integers in the domain\n    return Math.abs(end - start);\n};\n\n// fixed units\nfunction(start, end, xDomain) {\n    // be aware using fixed units will disable the focus/zoom ability on the chart\n    return 1000;\n};\n```\n\n#### .round([rounding function])\nSet or get the rounding function for x axis. Rounding is mainly used to provide stepping capability when in place\nselection based filter is enable.\n```js\n// set x unit round to by month, this will make sure range selection brash will\n// extend on a month-by-month basis\nchart.round(d3.time.month.round);\n```\n\n#### .xAxis([xAxis])\nSet or get the x axis used by a particular coordinate grid chart instance. This function is most useful when certain x\naxis customization is required. x axis in dc.js is simply an instance of\n[d3 axis object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-_axis) therefore it supports any valid d3 axis\nmanipulation. **Caution**: The x axis is typically generated by dc chart internal, resetting it might cause unexpected\noutcome.\n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function(v) {return v + \"%\";});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n\n#### .elasticX([boolean])\nTurn on/off elastic x axis. If x axis elasticity is turned on, then the grid chart will attempt to generate and\nrecalculate x axis range whenever redraw event is triggered.\n\n#### .xAxisPadding([padding])\nSet or get x axis padding when elastic x axis is turned on. The padding will be added to both end of the x axis if and\nonly if elasticX is turned on otherwise it will be simply ignored.\n\n* padding - could be integer or percentage in string (e.g. \"10%\"). Padding can be applied to number or date.\nWhen padding with date, integer represents number of days being padded while percentage string will be treated\nas number.\n\n#### .y([yScale])\nGet or set the y scale. y scale is typically automatically generated by the chart implementation.\n\n#### .yAxis([yAxis])\nSet or get the y axis used by a particular coordinate grid chart instance. This function is most useful when certain y\naxis customization is required. y axis in dc.js is simply an instance\nof [d3 axis object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-_axis) therefore it supports any valid d3 axis\nmanipulation. **Caution**: The y axis is typically generated by dc chart internal, resetting it might cause unexpected\noutcome.\n```js\n// customize y axis tick format\nchart.yAxis().tickFormat(function(v) {return v + \"%\";});\n// customize y axis tick values\nchart.yAxis().tickValues([0, 100, 200, 300]);\n```\n\n#### .elasticY([boolean])\nTurn on/off elastic y axis. If y axis elasticity is turned on, then the grid chart will attempt to generate and recalculate\ny axis range whenever redraw event is triggered.\n\n#### .yAxisPadding([padding])\nSet or get y axis padding when elastic y axis is turned on. The padding will be added to the top of the y axis if and only\nif elasticY is turned on otherwise it will be simply ignored.\n\n* padding - could be integer or percentage in string (e.g. \"10%\"). Padding can be applied to number or date.\nWhen padding with date, integer represents number of days being padded while percentage string will be treated\nas number.\n\n#### .renderHorizontalGridLines([boolean])\nTurn on/off horizontal grid lines.\n\n#### .renderVerticalGridLines([boolean])\nTurn on/off vertical grid lines.\n\n#### .brushOn([boolean])\nTurn on/off the brush based in-place range filter. When the brush is on then user will be able to  simply drag the mouse\nacross the chart to perform range filtering based on the extend of the brush. However turning on brush filter will essentially\ndisable other interactive elements on the chart such as the highlighting, tool-tip, and reference lines on a chart. Default\nvalue is \"true\".\n\n#### .focus([range])\nZoom this chart to focus on the given range. The given range should be an array containing only 2 element([start, end]) defining an range in x domain. If the range is not given or set to null, then the zoom will be reset. _For focus to work elasticX has to be turned off otherwise focus will be ignored._\n```js\nchart.renderlet(function(chart){\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n        // focus some other chart to the range selected by user on this chart\n        someOtherChart.focus(chart.filter());\n    });\n})\n```\n\n#### .mouseZoomable([boolean])\nSet or get mouse zoom capability flag (default: false). When turned on the chart will be zoomable through mouse wheel\n . If range selector chart is also attached zooming will also update the range selection brush on associated range\n selector chart.\n\n#### .rangeChart([chart])\nGet or set the range selection chart associated with this instance. Setting the range selection chart using this function\nwill automatically update its selection brush when the current chart zooms in. In return the given range chart will also\nautomatically attach this chart as its focus chart hence zoom in when range brush updates. See the\n[Nasdaq 100 Index](http://dc-js.github.com/dc.js/) example for this effect in action.\n\n#### .clipPadding([padding])\nGet or set padding in pixel for clip path. Once set padding will be applied evenly to top, left, right, and bottom padding\n when clip path is generated. If set to zero, then the clip area will be exactly the chart body area minus the margins.\n Default: 5\n\n## <a name=\"pie-chart\" href=\"#pie-chart\">#</a> Pie Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nThis chart is a concrete pie chart implementation usually used to visualize small number of categorical distributions.\nPie chart implementation uses keyAccessor to generate slices, and valueAccessor to calculate the size of each slice(key)\nrelatively to the total sum of all values.\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n#### dc.pieChart(parent[, chartGroup])\nCreate a pie chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such\n   as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created pie chart instance\n\n```js\n// create a pie chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.pieChart(\"#chart-container1\");\n// create a pie chart under #chart-container2 element using chart group A\nvar chart2 = dc.pieChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .radius([radius])\nGet or set the radius on a particular pie chart instance. Default radius is 90px.\n\n#### .innerRadius([innerRadius])\nGet or set the inner radius on a particular pie chart instance. If inner radius is greater than 0px then the pie chart\nwill be essentially rendered as a doughnut chart. Default inner radius is 0px.\n\n#### .cx()\nGet center x coordinate position. This function is **not chainable**.\n\n#### .cy()\nGet center y coordinate position. This function is **not chainable**.\n\n#### .minAngleForLabel([minAngle])\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not render slice label.\nDefault min angle is 0.5.\n\n#### .slicesCap([cap])\nGet or set the maximum number of slices the pie chart will generate. Slices are ordered by its value from high to low.\n Other slices exceeding the cap will be rolled up into one single *Others* slice.\n\n#### .othersGrouper([grouperFunction])\nGet or set the grouper funciton that will perform the insersion of data for the *Others* slice if the slices cap is\n specified. By default the grouper function implements the following logic, you can and should change this function to\n match your data structure.\n ```js\nfunction (data, sum) {\n    data.push({\"key\": _othersLabel, \"value\": sum });\n};\n ```\n\n#### .othersLabel([label])\nGet or set the label for *Others* slice when slices cap is specified. Default label is **Others**.\n\n## <a name=\"row-chart\" href=\"#row-chart\">#</a> Row Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nConcrete row chart implementation.\n\n#### dc.rowChart(parent[, chartGroup])\nCreate a row chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed in a certain chart group then any interaction with such instance will only trigger events and redraw within the same chart group.\n\nReturn a newly created row chart instance\n\n```js\n// create a row chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.rowChart(\"#chart-container1\");\n// create a row chart under #chart-container2 element using chart group A\nvar chart2 = dc.rowChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .gap([gap])\nGet or set the vertical gap space between rows on a particular row chart instance. Default gap is 5px;\n\n#### .labelOffsetX([x])\nGet or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart. Default x offset is 10px;\n\n#### .labelOffsetY([y])\nGet of set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart. Default y offset is 15px;\n\n#### .elasticX([boolean])\nGet or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescle to auto-fit the data\nrange when filtered.\n\n## <a name=\"bar-chart\" href=\"#bar-chart\">#</a> Bar Chart [Concrete] < [Stackable Chart](#stackable-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nConcrete bar chart/histogram implementation.\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n* [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n#### dc.barChart(parent[, chartGroup])\nCreate a bar chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string|compositeChart - any valid d3 single selector representing typically a dom block element such\n   as a div, or if this bar chart is a sub-chart in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created bar chart instance\n\n```js\n// create a bar chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.barChart(\"#chart-container1\");\n// create a bar chart under #chart-container2 element using chart group A\nvar chart2 = dc.barChart(\"#chart-container2\", \"chartGroupA\");\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.barChart(compositeChart);\n```\n\n#### .centerBar(boolean)\nWhether the bar chart will render each bar centered around the data position on x axis. Default to false.\n\n#### .gap(gapBetweenBars)\nManually set fixed gap (in px) between bars instead of relying on the default auto-generated gap. By default bar chart\nimplementation will calculate and set the gap automatically based on the number of data points and the length of the x axis.\n\n## <a name=\"line-chart\" href=\"#line-chart\">#</a> Line Chart [Concrete] < [Stackable Chart](#stackable-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nConcrete line/area chart implementation.\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n* [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n#### dc.lineChart(parent[, chartGroup])\nCreate a line chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string|compositeChart - any valid d3 single selector representing typically a dom block element such\n   as a div, or if this line chart is a sub-chart in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created line chart instance\n\n```js\n// create a line chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.lineChart(\"#chart-container1\");\n// create a line chart under #chart-container2 element using chart group A\nvar chart2 = dc.lineChart(\"#chart-container2\", \"chartGroupA\");\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.lineChart(compositeChart);\n```\n\n#### .renderArea([boolean])\nGet or set render area flag. If the flag is set to true then the chart will render the area beneath each line and effectively\nbecomes an area chart.\n\n#### .dotRadius([dotRadius])\nGet or set the radius (in px) for data points. Default dot radius is 5.\n\n## <a name=\"composite-chart\" href=\"#composite-chart\">#</a> Composite Chart [Concrete] < [CoordinateGrid Chart](#coordinate-grid-chart)\nComposite chart is a special kind of chart that resides somewhere between abstract and concrete charts. It does not\ngenerate data visualization directly, but rather working with other concrete charts to do the job. You can essentially\noverlay(compose) different bar/line/area charts in a single composite chart to achieve some quite flexible charting\neffects.\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n#### dc.compositeChart(parent[, chartGroup])\nCreate a composite chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created composite chart instance\n\n```js\n// create a composite chart under #chart-container1 element using the default global chart group\nvar compositeChart1 = dc.compositeChart(\"#chart-container1\");\n// create a composite chart under #chart-container2 element using chart group A\nvar compositeChart2 = dc.compositeChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .compose(subChartArray)\nCombine the given charts into one single composite coordinate grid chart.\n\n```js\n// compose the given charts in the array into one single composite chart\nmoveChart.compose([\n    // when creating sub-chart you need to pass in the parent chart\n    dc.lineChart(moveChart)\n        .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used\n        .valueAccessor(function(d){return d.value.avg;})\n        // most of the normal functions will continue to work in a composed chart\n        .renderArea(true)\n        .stack(monthlyMoveGroup, function(d){return d.value;})\n        .title(function(d){\n            var value = d.value.avg?d.value.avg:d.value;\n            if(isNaN(value)) value = 0;\n            return dateFormat(d.key) + \"\\n\" + numberFormat(value);\n        }),\n    dc.barChart(moveChart)\n        .group(volumeByMonthGroup)\n        .centerBar(true)\n]);\n```\n\n## <a name=\"abstract-bubble-chart\" href=\"#abstract-bubble-chart\">#</a> Abstract Bubble Chart [Abstract] < [Color Chart](#color-chart)\nAn abstraction provides reusable functionalities for any chart that needs to visualize data using bubbles.\n\n#### .r([bubbleRadiusScale])\nGet or set bubble radius scale. By default bubble chart uses ```d3.scale.linear().domain([0, 100])``` as it's r scale .\n\n#### .radiusValueAccessor([radiusValueAccessor])\nGet or set the radius value accessor function. The radius value accessor function if set will be used to retrieve data value\nfor each and every bubble rendered. The data retrieved then will be mapped using r scale to be used as the actual bubble\nradius. In other words, this allows you to encode a data dimension using bubble size.\n\n#### .minRadiusWithLabel([radius])\nGet or set the minimum radius for label rendering. If a bubble's radius is less than this value then no label will be rendered.\nDefault value: 10.\n\n#### .maxBubbleRelativeSize([relativeSize])\nGet or set the maximum relative size of a bubble to the length of x axis. This value is useful when the radius differences among\ndifferent bubbles are too great. Default value: 0.3\n\n## <a name=\"bubble-chart\" href=\"#bubble-chart\">#</a> Bubble Chart [Concrete] < [Abstract Bubble Chart](#abstract-bubble-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nA concrete implementation of a general purpose bubble chart that allows data visualization using the following dimensions:\n\n* x axis position\n* y axis position\n* bubble radius\n* color\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n* [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n#### dc.bubbleChart(parent[, chartGroup])\nCreate a bubble chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created bubble chart instance\n\n```js\n// create a bubble chart under #chart-container1 element using the default global chart group\nvar bubbleChart1 = dc.bubbleChart(\"#chart-container1\");\n// create a bubble chart under #chart-container2 element using chart group A\nvar bubbleChart2 = dc.bubbleChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .elasticRadius([boolean])\nTurn on or off elastic bubble radius feature. If this feature is turned on, then bubble radiuses will be automatically rescaled\nto fit the chart better.\n\n## <a name=\"bubble-overlay-chart\" href=\"#bubble-overlay-chart\">#</a> Bubble Overlay Chart [Concrete] < [Abstract Bubble Chart](#abstract-bubble-chart) < [Base Chart](#base-chart)\nBubble overlay chart is quite different from the typical bubble chart. With bubble overlay chart you can arbitrarily place\na finite number of bubbles on an existing svg or bitmap image (overlay on top of it), thus losing the typical x and y\npositioning that we are used to whiling retaining the capability to visualize data using it's bubble radius and\ncoloring.\n\nExamples:\n* [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n#### dc.bubbleOverlay(parent[, chartGroup])\nCreate a bubble overlay chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div. Typically\n   this element should also be the parent of the underlying image.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created bubble overlay chart instance\n\n```js\n// create a bubble overlay chart on top of \"#chart-container1 svg\" element using the default global chart group\nvar bubbleChart1 = dc.bubbleOverlayChart(\"#chart-container1\").svg(d3.select(\"#chart-container1 svg\"));\n// create a bubble overlay chart on top of \"#chart-container2 svg\" element using chart group A\nvar bubbleChart2 = dc.compositeChart(\"#chart-container2\", \"chartGroupA\").svg(d3.select(\"#chart-container2 svg\"));\n```\n\n#### .svg(imageElement) - **mandatory**\nSet the underlying svg image element. Unlike other dc charts this chart will not generate svg element therefore bubble overlay\nchart will not work if this function is not properly invoked. If the underlying image is a bitmap, then an empty svg will need\nto be manually created on top of the image.\n\n```js\n// set up underlying svg element\nchart.svg(d3.select(\"#chart svg\"));\n```\n\n#### .point(name, x, y) - **mandatory**\nSet up a data point on the overlay. The name of a data point should match a specific \"key\" among data groups generated using keyAccessor.\nIf a match is found (point name <-> data group key) then a bubble will be automatically generated at the position specified by the\nfunction. x and y value specified here are relative to the underlying svg.\n\n## <a name=\"geo-choropleth-chart\" href=\"#geo-choropleth-chart\">#</a> Geo Choropleth Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nGeo choropleth chart is design to make creating crossfilter driven choropleth map from GeoJson data an easy process. This\nchart implementation was inspired by [the great d3 choropleth example](http://bl.ocks.org/4060606).\n\nExamples:\n* [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n#### dc.geoChoroplethChart(parent[, chartGroup])\nCreate a choropleth chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created choropleth chart instance\n\n```js\n// create a choropleth chart under \"#us-chart\" element using the default global chart group\nvar chart1 = dc.geoChoroplethChart(\"#us-chart\");\n// create a choropleth chart under \"#us-chart2\" element using chart group A\nvar chart2 = dc.compositeChart(\"#us-chart2\", \"chartGroupA\");\n```\n\n#### .overlayGeoJson(json, name, keyAccessor) - **mandatory**\nUse this function to insert a new GeoJson map layer. This function can be invoked multiple times if you have multiple GeoJson\ndata layer to render on top of each other. If you overlay mutiple layers with the same name the new overlay will simply\noverride the existing one.\n\nParameters:\n* json - GeoJson feed\n* name - name of the layer\n* keyAccessor - accessor function used to extract \"key\" from the GeoJson data. Key extracted by this function should match\n the keys generated in crossfilter groups.\n\n```js\n// insert a layer for rendering US states\nchart.overlayGeoJson(statesJson.features, \"state\", function(d) {\n    return d.properties.name;\n});\n```\n\n#### .projection(projection)\nSet custom geo projection function. Available [d3 geo projection functions](https://github.com/mbostock/d3/wiki/Geo-Projections).\nDefault value: albersUsa.\n\n#### .geoJsons()\nReturn all GeoJson layers currently registered with thit chart. The returned array is a reference to this chart's internal\nregistration data structure without copying thus any modification to this array will also modify this chart's internal\nregistration.\n\nReturn:\nAn array of objects containing fields {name, data, accessor}\n\n#### .removeGeoJson(name)\nRemove a GeoJson layer from this chart by name\n\nReturn: chart instance\n\n## <a name=\"data-count\" href=\"#data-count\">#</a> Data Count Widget [Concrete] < [Base Chart](#base-chart)\nData count is a simple widget designed to display total number records in the data set vs. the number records selected\nby the current filters. Once created data count widget will automatically update the text content of the following elements\nunder the parent element.\n\n* \".total-count\" - total number of records\n* \".filter-count\" - number of records matched by the current filters\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n#### dc.dataCount(parent[, chartGroup])\nCreate a data count widget instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created data count widget instance\n\n#### .dimension(allData) - **mandatory**\nFor data count widget the only valid dimension is the entire data set.\n\n#### .group(groupAll) - **mandatory**\nFor data count widget the only valid group is the all group.\n\n```js\nvar ndx = crossfilter(data);\nvar all = ndx.groupAll();\n\ndc.dataCount(\".dc-data-count\")\n    .dimension(ndx)\n    .group(all);\n```\n\n## <a name=\"data-table\" href=\"#data-table\">#</a> Data Table Widget [Concrete] < [Base Chart](#base-chart)\nData table is a simple widget designed to list crossfilter focused data set (rows being filtered) in a good old tabular\nfashion.\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n#### dc.dataTable(parent[, chartGroup])\nCreate a data table widget instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\n   in a certain chart group then any interaction with such instance will only trigger events and redraw within the same\n   chart group.\n\nReturn:\nA newly created data table widget instance\n\n#### .size([size])\nGet or set the table size which determines the number of rows displayed by the widget.\n\n#### .columns([columnFunctionArray])\nGet or set column functions. Data table widget uses an array of functions to generate dynamic columns. Column functions are\nsimple javascript function with only one input argument d which represents a row in the data set, and the return value of\nthese functions will be used directly to generate table content for each cell.\n\n```js\n    chart.columns([\n        function(d) {\n            return d.date;\n        },\n        function(d) {\n            return d.open;\n        },\n        function(d) {\n            return d.close;\n        },\n        function(d) {\n            return numberFormat(d.close - d.open);\n        },\n        function(d) {\n            return d.volume;\n        }\n    ]);\n```\n\n#### .sortBy([sortByFunction])\nGet or set sort-by function. This function works as a value accessor at row level and returns a particular field to be sorted\nby. Default value: ``` function(d) {return d;}; ```\n\n```js\n   chart.sortBy(function(d) {\n        return d.date;\n    });\n```\n\n#### .order([order])\nGet or set sort order. Default value: ``` d3.ascending ```\n\n```js\n    chart.order(d3.descending);\n```\n\n## <a name=\"legend\" href=\"#legend\">#</a> Legend [Concrete]\nLegend is a attachable widget that can be added to other dc charts to render horizontal legend labels.\n\n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n* [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n#### .x([value])\nSet or get x coordinate for legend widget. Default value: 0.\n\n#### .y([value])\nSet or get y coordinate for legend widget. Default value: 0.\n\n#### .gap([value])\nSet or get gap between legend items. Default value: 5.\n\n#### .itemHeight([value])\nSet or get legend item height. Default value: 12.\n\n## <a name=\"listeners\" href=\"#listeners\">#</a> Listeners\nAll dc chart instance supports the following listeners.\n\n### .on(\"preRender\", function(chart){...})\nThis listener function will be invoked before chart rendering.\n\n### .on(\"postRender\", function(chart){...})\nThis listener function will be invoked after chart finish rendering including all renderlets' logic.\n\n### .on(\"preRedraw\", function(chart){...})\nThis listener function will be invoked before chart redrawing.\n\n### .on(\"postRedraw\", function(chart){...})\nThis listener function will be invoked after chart finish redrawing including all renderlets' logic.\n\n### .on(\"filtered\", function(chart, filter){...})\nThis listener function will be invoked after a filter is applied, added or removed.\n\n### .on(\"zoomed\", function(chart, filter){...})\nThis listener function will be invoked after a zoom is triggered.\n\n\n## <a name=\"utilities\" href=\"#utilities\">#</a> Utilities\n\n### dc.renderAll([chartGroup])\nRe-render all charts belong to the given chart group. If the chart group is not given then only charts that belong to\n the default chart group will be re-rendered.\n\n### dc.redrawAll([chartGroup])\nRedraw all charts belong to the given chart group. If the chart group is not given then only charts that belong to the\n  default chart group will be re-drawn. Redraw is different from re-render since when redrawing dc charts try to update\n  the graphic incrementally instead of starting from scratch.\n\n### dc.filterAll([chartGroup])\nClear all filters on every chart within the given chart group. If the chart group is not given then only charts that\nbelong to the default chart group will be reset.\n\n### dc.units.integers\nThis function can be used to in [Coordinate Grid Chart](#coordinate-grid-chart) to define units on x axis.\ndc.units.integers is the default x unit scale used by [Coordinate Grid Chart](#coordinate-grid-chart) and should be\nused when x range is a sequential of integers.\n\n### dc.units.fp.precision(precision)\nThis function generates xunit function in floating-point numbers with the given precision. For example if the function\nis invoked with 0.001 precision then the function created will devide a range [0.5, 1.0] with 500 units.\n\n### dc.units.ordinal\nThis function can be used to in [Coordinate Grid Chart](#coordinate-grid-chart) to define ordinal units on x axis.\nUsually this function is used in combination with d3.scale.ordinal() on x axis.\n\n### dc.events.trigger(function[, delay])\nThis function is design to trigger throttled event function optionally with certain amount of delay(in milli-seconds).\nEvents that are triggered repetitively due to user interaction such as the dragging of the brush might over flood\nlibrary and cause too much rendering being scheduled. In this case, using this function to wrap your event function\nallows the library to smooth out the rendering by throttling event flood and only respond to the most recent event.\n\n```js\nchart.renderlet(function(chart){\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n        // focus some other chart to the range selected by user on this chart\n        someOtherChart.focus(chart.filter());\n    });\n})\n```\n\n"
  },
  {
    "path": "docs/old-api-docs/api-1.6.0.md",
    "content": "#### Version 1.6.0\n\nThe entire dc.js library is scoped under **dc** name space. It does not introduce anything else into the global\nname space.\n\n* [Base Chart [abstract]](#base-chart)\n* [Color Chart [abstract]](#color-chart)\n* [Stackable Chart [abstract]](#stackable-chart)\n* [Coordinate Grid Chart [abstract] < Color Chart < Base Chart](#coordinate-grid-chart)\n* [Pie Chart [concrete] < Color Chart < Base Chart](#pie-chart)\n* [Row Chart [concrete] < Color Chart < Base chart](#row-chart)\n* [Bar Chart [concrete] < Stackable Chart < CoordinateGrid Chart](#bar-chart)\n* [Line Chart [concrete] < Stackable Chart < CoordinateGrid Chart](#line-chart)\n* [Composite Chart [concrete] < CoordinateGrid Chart](#composite-chart)\n* [Abstract Bubble Chart [abstract] < Color Chart](#abstract-bubble-chart)\n* [Bubble Chart [concrete] < Abstract Bubble Chart < CoordinateGrid Chart](#bubble-chart)\n* [Bubble Overlay Chart [concrete] < Abstract Bubble Chart < Base Chart](#bubble-overlay-chart)\n* [Geo Choropleth Chart [concrete] < Color Chart < Base Chart](#geo-choropleth-chart)\n* [Data Count Widget [concrete] < Base Chart](#data-count)\n* [Data Table Widget [concrete] < Base Chart](#data-table)\n* [Number Display [Concrete] < Base Chart](#number-display)\n* [Legend [concrete]](#legend)\n* [Listeners](#listeners)\n* [Utilities](#util)\n\n#### Function Chain\nMajority of dc functions are designed to allow function chaining, meaning it will return the current chart instance\nwhenever it is appropriate. Therefore configuration of a chart can be written in the following style.\n```js\nchart.width(300)\n.height(300)\n.filter(\"sunday\")\n```\nThe API references will highlight the fact if a particular function is not chainable.\n\n## <a name=\"util\" href=\"#util\">#</a> Utilities\n\n#### dc.filterAll([chartGroup])\nClear all filters on every chart within the given chart group. If the chart group is not given then only charts that\nbelong to the default chart group will be reset.\n\n#### dc.renderAll([chartGroup])\nRe-render all charts belong to the given chart group. If the chart group is not given then only charts that belong to\nthe default chart group will be re-rendered.\n\n#### dc.redrawAll([chartGroup])\nRedraw all charts belong to the given chart group. If the chart group is not given then only charts that belong to the\ndefault chart group will be re-drawn. Redraw is different from re-render since when redrawing dc charts try to update\nthe graphic incrementally instead of starting from scratch.\n\n#### dc.units.integers\nThis function can be used to in [Coordinate Grid Chart](#coordinate-grid-chart) to define units on x axis.\ndc.units.integers is the default x unit scale used by [Coordinate Grid Chart](#coordinate-grid-chart) and should be\nused when x range is a sequential of integers.\n\n#### dc.units.ordinal\nThis function can be used to in [Coordinate Grid Chart](#coordinate-grid-chart) to define ordinal units on x axis.\nUsually this function is used in combination with d3.scale.ordinal() on x axis.\n\n#### dc.units.fp.precision(precision)\nThis function generates xunit function in floating-point numbers with the given precision. For example if the function\nis invoked with 0.001 precision then the function created will devide a range [0.5, 1.0] with 500 units.\n\n#### dc.events.trigger(function[, delay])\nThis function is design to trigger throttled event function optionally with certain amount of delay(in milli-seconds).\nEvents that are triggered repetitively due to user interaction such as the dragging of the brush might over flood\nlibrary and cause too much rendering being scheduled. In this case, using this function to wrap your event function\nallows the library to smooth out the rendering by throttling event flood and only respond to the most recent event.\n\n```js\nchart.renderlet(function(chart){\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n        // focus some other chart to the range selected by user on this chart\n        someOtherChart.focus(chart.filter());\n    });\n})\n```\n\n## <a name=\"base-chart\" href=\"#base-chart\">#</a> Base Chart [Abstract]\nBase chart is an abstract functional object representing a basic dc chart object for all chart and widget implementation.\nEvery function on base chart are also inherited available on all concrete chart implementation in dc library.\n\n#### .width([value])\nSet or get width attribute of a chart. If the value is given, then it will be used as the new width.\n\nIf no value specified then value of the current width attribute will be returned.\n\n#### .height([value])\nSet or get height attribute of a chart. If the value is given, then it will be used as the new height.\n\nIf no value specified then value of the current height attribute will be returned.\n\n#### .dimension([value]) - **mandatory**\nSet or get dimension attribute of a chart. In dc a dimension can be any valid\n[crossfilter dimension](https://github.com/square/crossfilter/wiki/API-Reference#wiki-dimension). If the value is given,\nthen it will be used as the new dimension.\n\nIf no value specified then the current dimension will be returned.\n\n#### .group([value], [name]) - **mandatory**\nSet or get group attribute of a chart. In dc a group is a\n[crossfilter group](https://github.com/square/crossfilter/wiki/API-Reference#wiki-group). Usually the group should be\ncreated from the particular dimension associated with the same chart. If the value is given, then it will be used as\nthe new group.\n\nIf no value specified then the current group will be returned.\nIf name is specified then it will be used to generate legend label.\n\n#### .filterAll()\nClear all filters associated with this chart.\n\n#### .select(selector)\nExecute in scope d3 single selection using the given selector and return d3 selection result. Roughly the same as:\n```js\nd3.select(\"#chart-id\").select(selector);\n```\nThis function is **not chainable** since it does not return a chart instance; however the d3 selection result is chainable\nfrom d3's perspective.\n\n#### .selectAll(selector)\nExecute in scope d3 selectAll using the given selector and return d3 selection result. Roughly the same as:\n```js\nd3.select(\"#chart-id\").selectAll(selector);\n```\nThis function is **not chainable** since it does not return a chart instance; however the d3 selection result is\nchainable from d3's perspective.\n\n#### .anchor([anchorChart/anchorSelector], [chartGroup])\nSet the svg root to either be an existing chart's root or the first element returned from a d3 css string selector. Optionally registers the chart within the chartGroup. This class is called internally on chart initialization, but be called again to relocate the chart. However, it will orphan any previously created SVG elements.\n\n#### .anchorName()\nReturn the dom ID for chart's anchored location\n\n#### .root([rootElement])\nReturns the root element where a chart resides. Usually it will be the parent div element where svg was created. You\ncan also pass in a new root element however this is usually handled as part of the dc internal. Resetting root element\non a chart outside of dc internal might have unexpected consequences.\n\n#### .svg([svgElement])\nReturns the top svg element for this specific chart. You can also pass in a new svg element however this is usually\nhandled as part of the dc internal. Resetting svg element on a chart outside of dc internal might have unexpected\nconsequences.\n\n#### .resetSvg()\nRemove the chart's SVG elements from the dom and recreate the container SVG element.\n\n#### .filterPrinter([filterPrinterFunction])\nSet or get filter printer function. Filter printer function is used to generate human friendly text for filter value(s)\nassociated with the chart instance. By default dc charts shipped with a default filter printer implementation dc.printers.filter\nthat provides simple printing support for both single value and ranged filters.\n\n#### .turnOnControls() & .turnOffControls()\nTurn on/off optional control elements within the root element. dc.js currently support the following html control elements.\n\n* root.selectAll(\".reset\") elements are turned on if the chart has an active filter. This type of control elements are usually used to store reset link to allow user to reset filter on a certain chart. This element will be turned off automatically if the filter is cleared.\n* root.selectAll(\".filter\") elements are turned on if the chart has an active filter. The text content of this element is then replaced with the current filter value using the filter printer function. This type of element will be turned off automatically if the filter is cleared.\n\n#### .transitionDuration([duration])\nSet or get animation transition duration(in milliseconds) for specific chart instance. Default duration is 750ms.\n\n#### .render()\nInvoke this method will force the chart to re-render everything from scratch. Generally it should be only used to\nrender the chart for the first time on the page or if you want to make sure everything is redrawn from scratch instead\nof relying on the default incremental redrawing behaviour.\n\n#### .redraw()\nCalling redraw will cause the chart to re-render delta in data change incrementally. If there is no change in the\nunderlying data dimension then calling this method will have no effect on the chart. Most of the chart interaction in\ndc library will automatically trigger this method through its internal event engine, therefore you only need to manually\ninvoke this function if data is manipulated outside of dc's control; for example if data is loaded on a periodic basis\nin the background using crossfilter.add().\n\n#### .hasFilter([filter])\nCheck whether is any active filter or a specific filter is associated with particular chart instance.\nThis function is **not chainable**.\n\n#### .filter([filterValue])\nFilter the chart by the given value or return the current filter if the input parameter is missing.\n```js\n// filter by a single string\nchart.filter(\"Sunday\");\n// filter by a single age\nchart.filter(18);\n```\n\n#### .filters()\nReturn all current filters. This method does not perform defensive cloning of the internal filter array before returning\ntherefore any modification of returned array will affact chart's internal filter storage.\n\n#### .filterHandler([function])\nSet or get filter handler. Filter handler is a function that performs the filter action on a specific dimension. Using\ncustom filter handler give you the flexibility to perform additional logic before or after filtering.\n\n```js\n// default filter handler\nfunction(dimension, filter){\n    dimension.filter(filter); // perform filtering\n    return filter; // return the actual filter value\n}\n\n// custom filter handler\nchart.filterHandler(function(dimension, filter){\n    var newFilter = filter + 10;\n    dimension.filter(newFilter);\n    return newFilter; // set the actual filter value to the new value\n});\n```\n\n#### .keyAccessor([keyAccessorFunction])\nSet or get the key accessor function. Key accessor function is used to retrieve key value in crossfilter group. Key\nvalues are used differently in different charts, for example keys correspond to slices in pie chart and x axis position\nin grid coordinate chart.\n```js\n// default key accessor\nchart.keyAccessor(function(d) { return d.key; });\n// custom key accessor for a multi-value crossfilter reduction\nchart.keyAccessor(function(p) { return p.value.absGain; });\n```\n\n#### .valueAccessor([valueAccessorFunction])\nSet or get the value accessor function. Value accessor function is used to retrieve value in crossfilter group. Group\nvalues are used differently in different charts, for example group values correspond to slices size in pie chart and y\naxis position in grid coordinate chart.\n```js\n// default value accessor\nchart.valueAccessor(function(d) { return d.value; });\n// custom value accessor for a multi-value crossfilter reduction\nchart.valueAccessor(function(p) { return p.value.percentageGain; });\n```\n\n#### .label([labelFunction])\nSet or get the label function. Chart class will use this function to render label for each child element in the chart,\ni.e. a slice in a pie chart or a bubble in a bubble chart. Not every chart supports label function for example bar chart\nand line chart do not use this function at all.\n```js\n// default label function just return the key\nchart.label(function(d) { return d.key; });\n// label function has access to the standard d3 data binding and can get quite complicated\nchart.label(function(d) { return d.data.key + \"(\" + Math.floor(d.data.value / all.value() * 100) + \"%)\"; });\n```\n\n#### .renderLabel(boolean)\nTurn on/off label rendering\n\n#### .title([titleFunction])\nSet or get the title function. Chart class will use this function to render svg title(usually interrupted by browser\nas tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart. Almost\nevery chart supports title function however in grid coordinate chart you need to turn off brush in order to use title\notherwise the brush layer will block tooltip trigger.\n```js\n// default title function just return the key\nchart.title(function(d) { return d.key + \": \" + d.value; });\n// title function has access to the standard d3 data binding and can get quite complicated\nchart.title(function(p) {\n    return p.key.getFullYear()\n        + \"\\n\"\n        + \"Index Gain: \" + numberFormat(p.value.absGain) + \"\\n\"\n        + \"Index Gain in Percentage: \" + numberFormat(p.value.percentageGain) + \"%\\n\"\n        + \"Fluctuation / Index Ratio: \" + numberFormat(p.value.fluctuationPercentage) + \"%\";\n});\n```\n\n#### .renderTitle(boolean)\nTurn on/off title rendering\n\n#### .renderlet(renderletFunction)\nRenderlet is similar to an event listener on rendering event. Multiple renderlets can be added to an individual chart.\nEvery time when chart is rerendered or redrawn renderlet then will be invoked right after the chart finishes its own\ndrawing routine hence given you a way to override or modify certain behaviour. Renderlet function accepts the chart\ninstance as the only input parameter and you can either rely on dc API or use raw d3 to achieve pretty much any effect.\n```js\n// renderlet function\nchart.renderlet(function(chart){\n    // mix of dc API and d3 manipulation\n    chart.select(\"g.y\").style(\"display\", \"none\");\n    // its a closure so you can also access other chart variable available in the closure scope\n    moveChart.filter(chart.filter());\n});\n```\n\n#### .expireCache()\nExpire internal chart cache. dc.js chart cache some data internally on a per chart basis so it can speed up rendering\nand avoid unnecessary calculation however under certain circumstances it might be useful to clear the cache e.g. after\nyou invoke crossfilter.add function or if you reset group or dimension post render it is always a good idea to clear\nthe cache to make sure charts are rendered properly.\n\n#### .legend([dc.legend])\nAttach dc.legend widget to this chart. Legend widget will automatically draw legend labels based on the color setting\nand names associated with each group.\n\n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n\n## <a name=\"listeners\" href=\"#listeners\">#</a> Listeners\nAll dc chart instance supports the following listeners.\n\n#### .on(\"preRender\", function(chart){...})\nThis listener function will be invoked before chart rendering.\n\n#### .on(\"postRender\", function(chart){...})\nThis listener function will be invoked after chart finish rendering including all renderlets' logic.\n\n#### .on(\"preRedraw\", function(chart){...})\nThis listener function will be invoked before chart redrawing.\n\n#### .on(\"postRedraw\", function(chart){...})\nThis listener function will be invoked after chart finish redrawing including all renderlets' logic.\n\n#### .on(\"filtered\", function(chart, filter){...})\nThis listener function will be invoked after a filter is applied, added or removed.\n\n#### .on(\"zoomed\", function(chart, filter){...})\nThis listener function will be invoked after a zoom is triggered.\n\n## <a name=\"marginable\" href=\"#marginable\">#</a>  Marginable\n\nMarginable is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid Charts.\n\n#### .margins([margins])\nGet or set the margins for a particular coordinate grid chart instance. The margins is stored as an associative Javascript\narray. Default margins: {top: 10, right: 50, bottom: 30, left: 30}.\n\nThe margins can be accessed directly from the getter.\n```js\nvar leftMargin = chart.margins().left; // 30 by default\nchart.margins().left = 50;\nleftMargin = chart.margins().left; // now 50\n```\n\n## <a name=\"coordinate-grid-chart\" href=\"#coordinate-grid-chart\">#</a> CoordinateGrid Chart [Abstract] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nCoordinate grid chart is an abstract base chart designed to support a number of coordinate grid based concrete chart types,\ni.e. bar chart, line chart, and bubble chart.\n\n#### .rangeChart([chart])\nGet or set the range selection chart associated with this instance. Setting the range selection chart using this function\nwill automatically update its selection brush when the current chart zooms in. In return the given range chart will also\nautomatically attach this chart as its focus chart hence zoom in when range brush updates. See the\n[Nasdaq 100 Index](http://dc-js.github.com/dc.js/) example for this effect in action.\n\n#### .zoomScale([extent])\nGet or set the scale extent for mouse zooms.\n\n#### .zoomOutRestrict([true/false])\nGet or set the a zoom restriction to be limited at the origional extent of the range chart\n\n#### .g([gElement])\nGet or set the root g element. This method is usually used to retrieve the g element in order to overlay custom svg drawing\nprogramatically. **Caution**: The root g element is usually generated by dc.js internals, and resetting it might produce unpredictable result.\n\n#### .mouseZoomable([boolean])\nSet or get mouse zoom capability flag (default: false). When turned on the chart will be zoomable through mouse wheel\n . If range selector chart is also attached zooming will also update the range selection brush on associated range\n selector chart.\n\n#### .chartBodyG()\nRetreive the svg group for the chart body.\n\n#### .x([xScale]) - **mandatory**\nGet or set the x scale. x scale could be any [d3 quatitive scales](https://github.com/mbostock/d3/wiki/Quantitative-Scales).\nFor example a time scale for histogram or a linear/ordinal scale for visualizing data distribution.\n```js\n// set x to a linear scale\nchart.x(d3.scale.linear().domain([-2500, 2500]))\n// set x to a time scale to generate histogram\nchart.x(d3.time.scale().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n```\n\n#### .xUnits([xUnits function])\nSet or get the xUnits function. xUnits function is the coordinate grid chart uses to calculate number of data\nprojections on x axis such as number bars for a bar chart and number of dots for a line chart. This function is\nexpected to return an Javascript array of all data points on x axis. d3 time range functions d3.time.days, d3.time.months,\nand d3.time.years are all valid xUnits function. dc.js also provides a few units function, see [Utilities](#util)\nsection for a list of built-in units functions. Default xUnits function is dc.units.integers.\n```js\n// set x units to day for a histogram\nchart.xUnits(d3.time.days);\n// set x units to month for a histogram\nchart.xUnits(d3.time.months);\n```\nCustom xUnits function can be easily created using as long as it follows the following inteface:\n```js\n// units in integer\nfunction(start, end, xDomain) {\n    // simply calculates how many integers in the domain\n    return Math.abs(end - start);\n};\n\n// fixed units\nfunction(start, end, xDomain) {\n    // be aware using fixed units will disable the focus/zoom ability on the chart\n    return 1000;\n};\n```\n\n#### .xAxis([xAxis])\nSet or get the x axis used by a particular coordinate grid chart instance. This function is most useful when certain x\naxis customization is required. x axis in dc.js is simply an instance of\n[d3 axis object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-_axis) therefore it supports any valid d3 axis\nmanipulation. **Caution**: The x axis is typically generated by dc chart internal, resetting it might cause unexpected\noutcome.\n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function(v) {return v + \"%\";});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n\n#### .elasticX([boolean])\nTurn on/off elastic x axis. If x axis elasticity is turned on, then the grid chart will attempt to generate and\nrecalculate x axis range whenever redraw event is triggered.\n\n#### .xAxisPadding([padding])\nSet or get x axis padding when elastic x axis is turned on. The padding will be added to both end of the x axis if and\nonly if elasticX is turned on otherwise it will be simply ignored.\n\n* padding - could be integer or percentage in string (e.g. \"10%\"). Padding can be applied to number or date.\nWhen padding with date, integer represents number of days being padded while percentage string will be treated\nas number.\n\n#### .y([yScale])\nGet or set the y scale. y scale is typically automatically generated by the chart implementation.\n\n#### .yAxis([yAxis])\nSet or get the y axis used by a particular coordinate grid chart instance. This function is most useful when certain y\naxis customization is required. y axis in dc.js is simply an instance\nof [d3 axis object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-_axis) therefore it supports any valid d3 axis\nmanipulation. **Caution**: The y axis is typically generated by dc chart internal, resetting it might cause unexpected\noutcome.\n```js\n// customize y axis tick format\nchart.yAxis().tickFormat(function(v) {return v + \"%\";});\n// customize y axis tick values\nchart.yAxis().tickValues([0, 100, 200, 300]);\n```\n\n#### .elasticY([boolean])\nTurn on/off elastic y axis. If y axis elasticity is turned on, then the grid chart will attempt to generate and recalculate\ny axis range whenever redraw event is triggered.\n\n#### .renderHorizontalGridLines([boolean])\nTurn on/off horizontal grid lines.\n\n#### .renderVerticalGridLines([boolean])\nTurn on/off vertical grid lines.\n\n#### .yAxisPadding([padding])\nSet or get y axis padding when elastic y axis is turned on. The padding will be added to the top of the y axis if and only\nif elasticY is turned on otherwise it will be simply ignored.\n\n* padding - could be integer or percentage in string (e.g. \"10%\"). Padding can be applied to number or date.\nWhen padding with date, integer represents number of days being padded while percentage string will be treated\nas number.\n\n#### .round([rounding function])\nSet or get the rounding function for x axis. Rounding is mainly used to provide stepping capability when in place\nselection based filter is enable.\n```js\n// set x unit round to by month, this will make sure range selection brash will\n// extend on a month-by-month basis\nchart.round(d3.time.month.round);\n```\n\n#### .clipPadding([padding])\nGet or set padding in pixel for clip path. Once set padding will be applied evenly to top, left, right, and bottom padding\n when clip path is generated. If set to zero, then the clip area will be exactly the chart body area minus the margins.\n Default: 5\n\n#### .brushOn([boolean])\nTurn on/off the brush based in-place range filter. When the brush is on then user will be able to  simply drag the mouse\nacross the chart to perform range filtering based on the extend of the brush. However turning on brush filter will essentially\ndisable other interactive elements on the chart such as the highlighting, tool-tip, and reference lines on a chart. Default\nvalue is \"true\".\n\n#### .focus([range])\nZoom this chart to focus on the given range. The given range should be an array containing only 2 element([start, end]) defining an range in x domain. If the range is not given or set to null, then the zoom will be reset. _For focus to work elasticX has to be turned off otherwise focus will be ignored._\n```js\nchart.renderlet(function(chart){\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n        // focus some other chart to the range selected by user on this chart\n        someOtherChart.focus(chart.filter());\n    });\n})\n```\n\n## <a name=\"color-chart\" href=\"#color-chart\">#</a> Color Chart [Abstract]\nColor chart is an abstract chart functional class created to provide universal coloring support as a mix-in for any concrete\nchart implementation.\n\n#### .colors([colorScale or colorArray])\nRetrieve current color scale or set a new color scale. This function accepts both d3 color scale and arbitrary color\narray. By default d3.scale.category20c() is used.\n```js\n// color scale\nchart.colors(d3.scale.category20b());\n// arbitrary color array\nchart.colors([\"#a60000\",\"#ff0000\", \"#ff4040\",\"#ff7373\",\"#67e667\",\"#39e639\",\"#00cc00\"]);\n```\n\n#### .colorAccessor([colorAccessorFunction])\nSet or get color accessor function. This function will be used to map a data point on crossfilter group to a specific\ncolor value on the color scale. Default implementation of this function simply returns the next color on the scale using\nthe index of a group.\n```js\n// default index based color accessor\n.colorAccessor(function(d, i){return i;})\n// color accessor for a multi-value crossfilter reduction\n.colorAccessor(function(d){return d.value.absGain;})\n```\n\n#### .colorDomain([domain])\nSet or get the current domain for the color mapping function. This allows user to provide a custom domain for the mapping\nfunction used to map the return value of the colorAccessor function to the target color range calculated based on the\ncolor scale. You value can either be an array with the start and end of the range or a function returning an array. Functions\nare passed the chart in their `this` context.\n```js\n// custom domain for month of year\nchart.colorDomain([0, 11])\n// custom domain for day of year\nchart.colorDomain([0, 364])\n// custom domain function that scales with the group value range\nchart.colorDomain(function() {\n    return [dc.utils.groupMin(this.group(), this.valueAccessor()),\n     dc.utils.groupMax(this.group(), this.valueAccessor())];\n});\n```\n\n## <a name=\"stackable-chart\" href=\"#stackable-chart\">#</a> Stackable Chart [Abstract]\nStackable chart is an abstract chart introduced to provide cross-chart support of stackability. Concrete implementation of\ncharts can then selectively mix-in this capability.\n\n#### .stack(group[, name, retriever])\nStack a new crossfilter group into this chart with optionally a custom value retriever. All stacks in the same chart will\nshare the same key accessor therefore share the same set of keys. In more concrete words, imagine in a stacked bar chart\nall bars will be positioned using the same set of keys on the x axis while stacked vertically. If name is specified then\nit will be used to generate legend label.\n```js\n// stack group using default accessor\nchart.stack(valueSumGroup)\n// stack group using custom accessor\n.stack(avgByDayGroup, function(d){return d.value.avgByDay;});\n```\n\n## <a name=\"abstract-bubble-chart\" href=\"#abstract-bubble-chart\">#</a> Abstract Bubble Chart [Abstract] < [Color Chart](#color-chart)\nAn abstraction provides reusable functionalities for any chart that needs to visualize data using bubbles.\n\n#### .r([bubbleRadiusScale])\nGet or set bubble radius scale. By default bubble chart uses ```d3.scale.linear().domain([0, 100])``` as it's r scale .\n\n#### .radiusValueAccessor([radiusValueAccessor])\nGet or set the radius value accessor function. The radius value accessor function if set will be used to retrieve data value\nfor each and every bubble rendered. The data retrieved then will be mapped using r scale to be used as the actual bubble\nradius. In other words, this allows you to encode a data dimension using bubble size.\n\n#### .minRadiusWithLabel([radius])\nGet or set the minimum radius for label rendering. If a bubble's radius is less than this value then no label will be rendered.\nDefault value: 10.\n\n#### .maxBubbleRelativeSize([relativeSize])\nGet or set the maximum relative size of a bubble to the length of x axis. This value is useful when the radius differences among\ndifferent bubbles are too great. Default value: 0.3\n\n## <a name=\"pie-chart\" href=\"#pie-chart\">#</a> Pie Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nThis chart is a concrete pie chart implementation usually used to visualize small number of categorical distributions.\nPie chart implementation uses keyAccessor to generate slices, and valueAccessor to calculate the size of each slice(key)\nrelatively to the total sum of all values.\n\nExamples:\n\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n#### dc.pieChart(parent[, chartGroup])\nCreate a pie chart instance and attach it to the given parent element.\n\nParameters:\n\n* parent : string - any valid d3 single selector representing typically a dom block element such\nas a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created pie chart instance\n\n```js\n// create a pie chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.pieChart(\"#chart-container1\");\n// create a pie chart under #chart-container2 element using chart group A\nvar chart2 = dc.pieChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .slicesCap([cap])\nGet or set the maximum number of slices the pie chart will generate. Slices are ordered by its value from high to low.\n Other slices exceeding the cap will be rolled up into one single *Others* slice.\n\n#### .innerRadius([innerRadius])\nGet or set the inner radius on a particular pie chart instance. If inner radius is greater than 0px then the pie chart\nwill be essentially rendered as a doughnut chart. Default inner radius is 0px.\n\n#### .radius([radius])\nGet or set the radius on a particular pie chart instance. Default radius is 90px.\n\n#### .cx()\nGet center x coordinate position. This function is **not chainable**.\n\n#### .cy()\nGet center y coordinate position. This function is **not chainable**.\n\n#### .minAngleForLabel([minAngle])\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not render slice label.\nDefault min angle is 0.5.\n\n## <a name=\"bar-chart\" href=\"#bar-chart\">#</a> Bar Chart [Concrete] < [Stackable Chart](#stackable-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nConcrete bar chart/histogram implementation.\n\nExamples:\n\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n* [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n#### dc.barChart(parent[, chartGroup])\nCreate a bar chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string|compositeChart - any valid d3 single selector representing typically a dom block element such\nas a div, or if this bar chart is a sub-chart in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created bar chart instance\n\n```js\n// create a bar chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.barChart(\"#chart-container1\");\n// create a bar chart under #chart-container2 element using chart group A\nvar chart2 = dc.barChart(\"#chart-container2\", \"chartGroupA\");\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.barChart(compositeChart);\n```\n\n#### .centerBar(boolean)\nWhether the bar chart will render each bar centered around the data position on x axis. Default to false.\n\n#### .gap(gapBetweenBars)\nManually set fixed gap (in px) between bars instead of relying on the default auto-generated gap. By default bar chart\nimplementation will calculate and set the gap automatically based on the number of data points and the length of the x axis.\n\n## <a name=\"line-chart\" href=\"#line-chart\">#</a> Line Chart [Concrete] < [Stackable Chart](#stackable-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nConcrete line/area chart implementation.\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n* [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n#### dc.lineChart(parent[, chartGroup])\nCreate a line chart instance and attach it to the given parent element.\n\nParameters:\n\n* parent : string|compositeChart - any valid d3 single selector representing typically a dom block element such\nas a div, or if this line chart is a sub-chart in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created line chart instance\n\n```js\n// create a line chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.lineChart(\"#chart-container1\");\n// create a line chart under #chart-container2 element using chart group A\nvar chart2 = dc.lineChart(\"#chart-container2\", \"chartGroupA\");\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.lineChart(compositeChart);\n```\n\n#### .renderArea([boolean])\nGet or set render area flag. If the flag is set to true then the chart will render the area beneath each line and effectively\nbecomes an area chart.\n\n#### .dotRadius([dotRadius])\nGet or set the radius (in px) for data points. Default dot radius is 5.\n\n## <a name=\"data-count\" href=\"#data-count\">#</a> Data Count Widget [Concrete] < [Base Chart](#base-chart)\nData count is a simple widget designed to display total number records in the data set vs. the number records selected\nby the current filters. Once created data count widget will automatically update the text content of the following elements\nunder the parent element.\n\n* \".total-count\" - total number of records\n* \".filter-count\" - number of records matched by the current filters\n\nExamples:\n\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n#### dc.dataCount(parent[, chartGroup])\nCreate a data count widget instance and attach it to the given parent element.\n\nParameters:\n\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created data count widget instance\n\n#### .dimension(allData) - **mandatory**\nFor data count widget the only valid dimension is the entire data set.\n\n#### .group(groupAll) - **mandatory**\nFor data count widget the only valid group is the all group.\n\n```js\nvar ndx = crossfilter(data);\nvar all = ndx.groupAll();\n\ndc.dataCount(\".dc-data-count\")\n .dimension(ndx)\n .group(all);\n```\n\n## <a name=\"data-table\" href=\"#data-table\">#</a> Data Table Widget [Concrete] < [Base Chart](#base-chart)\nData table is a simple widget designed to list crossfilter focused data set (rows being filtered) in a good old tabular\nfashion.\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n#### dc.dataTable(parent[, chartGroup])\nCreate a data table widget instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created data table widget instance\n\n#### .size([size])\nGet or set the table size which determines the number of rows displayed by the widget.\n\n#### .columns([columnFunctionArray])\nGet or set column functions. Data table widget uses an array of functions to generate dynamic columns. Column functions are\nsimple javascript function with only one input argument d which represents a row in the data set, and the return value of\nthese functions will be used directly to generate table content for each cell.\n\n```js\n    chart.columns([\n        function(d) {\n            return d.date;\n        },\n        function(d) {\n            return d.open;\n        },\n        function(d) {\n            return d.close;\n        },\n        function(d) {\n            return numberFormat(d.close - d.open);\n        },\n        function(d) {\n            return d.volume;\n        }\n    ]);\n```\n\n#### .sortBy([sortByFunction])\nGet or set sort-by function. This function works as a value accessor at row level and returns a particular field to be sorted\nby. Default value: ``` function(d) {return d;}; ```\n\n```js\n   chart.sortBy(function(d) {\n        return d.date;\n    });\n```\n\n#### .order([order])\nGet or set sort order. Default value: ``` d3.ascending ```\n\n```js\n    chart.order(d3.descending);\n```\n\n## <a name=\"bubble-chart\" href=\"#bubble-chart\">#</a> Bubble Chart [Concrete] < [Abstract Bubble Chart](#abstract-bubble-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nA concrete implementation of a general purpose bubble chart that allows data visualization using the following dimensions:\n\n* x axis position\n* y axis position\n* bubble radius\n* color\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n* [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n#### dc.bubbleChart(parent[, chartGroup])\nCreate a bubble chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created bubble chart instance\n\n```js\n// create a bubble chart under #chart-container1 element using the default global chart group\nvar bubbleChart1 = dc.bubbleChart(\"#chart-container1\");\n// create a bubble chart under #chart-container2 element using chart group A\nvar bubbleChart2 = dc.bubbleChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .elasticRadius([boolean])\nTurn on or off elastic bubble radius feature. If this feature is turned on, then bubble radiuses will be automatically rescaled\nto fit the chart better.\n\n## <a name=\"composite-chart\" href=\"#composite-chart\">#</a> Composite Chart [Concrete] < [CoordinateGrid Chart](#coordinate-grid-chart)\nComposite chart is a special kind of chart that resides somewhere between abstract and concrete charts. It does not\ngenerate data visualization directly, but rather working with other concrete charts to do the job. You can essentially\noverlay(compose) different bar/line/area charts in a single composite chart to achieve some quite flexible charting\neffects.\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n#### dc.compositeChart(parent[, chartGroup])\nCreate a composite chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created composite chart instance\n\n```js\n// create a composite chart under #chart-container1 element using the default global chart group\nvar compositeChart1 = dc.compositeChart(\"#chart-container1\");\n// create a composite chart under #chart-container2 element using chart group A\nvar compositeChart2 = dc.compositeChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .compose(subChartArray)\nCombine the given charts into one single composite coordinate grid chart.\n\n```js\n// compose the given charts in the array into one single composite chart\nmoveChart.compose([\n    // when creating sub-chart you need to pass in the parent chart\n    dc.lineChart(moveChart)\n        .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used\n        .valueAccessor(function(d){return d.value.avg;})\n        // most of the normal functions will continue to work in a composed chart\n        .renderArea(true)\n        .stack(monthlyMoveGroup, function(d){return d.value;})\n        .title(function(d){\n            var value = d.value.avg?d.value.avg:d.value;\n            if(isNaN(value)) value = 0;\n            return dateFormat(d.key) + \"\\n\" + numberFormat(value);\n        }),\n    dc.barChart(moveChart)\n        .group(volumeByMonthGroup)\n        .centerBar(true)\n]);\n```\n\n## <a name=\"geo-choropleth-chart\" href=\"#geo-choropleth-chart\">#</a> Geo Choropleth Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nGeo choropleth chart is design to make creating crossfilter driven choropleth map from GeoJson data an easy process. This\nchart implementation was inspired by [the great d3 choropleth example](http://bl.ocks.org/4060606).\n\nExamples:\n* [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n#### dc.geoChoroplethChart(parent[, chartGroup])\nCreate a choropleth chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created choropleth chart instance\n\n```js\n// create a choropleth chart under \"#us-chart\" element using the default global chart group\nvar chart1 = dc.geoChoroplethChart(\"#us-chart\");\n// create a choropleth chart under \"#us-chart2\" element using chart group A\nvar chart2 = dc.compositeChart(\"#us-chart2\", \"chartGroupA\");\n```\n\n#### .overlayGeoJson(json, name, keyAccessor) - **mandatory**\nUse this function to insert a new GeoJson map layer. This function can be invoked multiple times if you have multiple GeoJson\ndata layer to render on top of each other. If you overlay mutiple layers with the same name the new overlay will simply\noverride the existing one.\n\nParameters:\n* json - GeoJson feed\n* name - name of the layer\n* keyAccessor - accessor function used to extract \"key\" from the GeoJson data. Key extracted by this function should match\n the keys generated in crossfilter groups.\n\n```js\n// insert a layer for rendering US states\nchart.overlayGeoJson(statesJson.features, \"state\", function(d) {\n    return d.properties.name;\n});\n```\n\n#### .projection(projection)\nSet custom geo projection function. Available [d3 geo projection functions](https://github.com/mbostock/d3/wiki/Geo-Projections).\nDefault value: albersUsa.\n\n#### .geoJsons()\nReturn all GeoJson layers currently registered with thit chart. The returned array is a reference to this chart's internal\nregistration data structure without copying thus any modification to this array will also modify this chart's internal\nregistration.\n\nReturn:\nAn array of objects containing fields {name, data, accessor}\n\n#### .removeGeoJson(name)\nRemove a GeoJson layer from this chart by name\n\nReturn: chart instance\n\n## <a name=\"bubble-overlay-chart\" href=\"#bubble-overlay-chart\">#</a> Bubble Overlay Chart [Concrete] < [Abstract Bubble Chart](#abstract-bubble-chart) < [Base Chart](#base-chart)\nBubble overlay chart is quite different from the typical bubble chart. With bubble overlay chart you can arbitrarily place\na finite number of bubbles on an existing svg or bitmap image (overlay on top of it), thus losing the typical x and y\npositioning that we are used to whiling retaining the capability to visualize data using it's bubble radius and\ncoloring.\n\nExamples:\n* [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n#### dc.bubbleOverlay(parent[, chartGroup])\nCreate a bubble overlay chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div. Typically\nthis element should also be the parent of the underlying image.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created bubble overlay chart instance\n\n```js\n// create a bubble overlay chart on top of \"#chart-container1 svg\" element using the default global chart group\nvar bubbleChart1 = dc.bubbleOverlayChart(\"#chart-container1\").svg(d3.select(\"#chart-container1 svg\"));\n// create a bubble overlay chart on top of \"#chart-container2 svg\" element using chart group A\nvar bubbleChart2 = dc.compositeChart(\"#chart-container2\", \"chartGroupA\").svg(d3.select(\"#chart-container2 svg\"));\n```\n\n#### .svg(imageElement) - **mandatory**\nSet the underlying svg image element. Unlike other dc charts this chart will not generate svg element therefore bubble overlay\nchart will not work if this function is not properly invoked. If the underlying image is a bitmap, then an empty svg will need\nto be manually created on top of the image.\n\n```js\n// set up underlying svg element\nchart.svg(d3.select(\"#chart svg\"));\n```\n\n#### .point(name, x, y) - **mandatory**\nSet up a data point on the overlay. The name of a data point should match a specific \"key\" among data groups generated using keyAccessor.\nIf a match is found (point name <-> data group key) then a bubble will be automatically generated at the position specified by the\nfunction. x and y value specified here are relative to the underlying svg.\n\n## <a name=\"row-chart\" href=\"#row-chart\">#</a> Row Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nConcrete row chart implementation.\n\n#### dc.rowChart(parent[, chartGroup])\nCreate a row chart instance and attach it to the given parent element.\n\nParameters:\n\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed in a certain chart group then any interaction with such instance will only trigger events and redraw within the same chart group.\n\nReturn a newly created row chart instance\n\n```js\n// create a row chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.rowChart(\"#chart-container1\");\n// create a row chart under #chart-container2 element using chart group A\nvar chart2 = dc.rowChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .gap([gap])\nGet or set the vertical gap space between rows on a particular row chart instance. Default gap is 5px;\n\n#### .elasticX([boolean])\nGet or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescle to auto-fit the data\nrange when filtered.\n\n#### .labelOffsetX([x])\nGet or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart. Default x offset is 10px;\n\n#### .labelOffsetY([y])\nGet of set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart. Default y offset is 15px;\n\n## <a name=\"legend\" href=\"#legend\">#</a> Legend [Concrete]\nLegend is a attachable widget that can be added to other dc charts to render horizontal legend labels.\n\n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n\nExamples:\n* [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n* [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n#### .x([value])\nSet or get x coordinate for legend widget. Default value: 0.\n\n#### .y([value])\nSet or get y coordinate for legend widget. Default value: 0.\n\n#### .gap([value])\nSet or get gap between legend items. Default value: 5.\n\n#### .itemHeight([value])\nSet or get legend item height. Default value: 12.\n\n#### .othersLabel([label])\nGet or set the label for *Others* slice when slices cap is specified. Default label is **Others**.\n\n#### .othersGrouper([grouperFunction])\nGet or set the grouper funciton that will perform the insersion of data for the *Others* slice if the slices cap is\nspecified. By default the grouper function implements the following logic, you can and should change this function to\nmatch your data structure. If set to a falsy value, no others will be added;\n```js\nfunction (data, sum) {\n    data.push({\"key\": _othersLabel, \"value\": sum });\n};\n```\n\n## <a name=\"number-display\" href=\"#number-display\">#</a> Number Display [Concrete] < [Base Chart](#base-chart)\nA display of a single numeric value.\n\nExamples:\n\n* [Test Example](http://dc-js.github.io/dc.js/examples/number.html)\n\n#### dc.numberDisplay(parent[, chartGroup])\nCreate a Number Display instance and attach it to the given parent element.\n\nUnlike other charts, you do not need to set a dimension. Instead a valid group object must be provided and valueAccessor that is expected to return a single value.\n\nParameters:\n\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div or span\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created number display instance\n\n```js\n// create a number display under #chart-container1 element using the default global chart group\nvar display1 = dc.numberDisplay(\"#chart-container1\");\n```\n\n#### .value()\nCalculate and return the underlying value of the display\n\n#### .formatNumber([formatter])\nGet or set a function to format the value for the display. By default `d3.format(\".2s\");` is used.\n"
  },
  {
    "path": "docs/old-api-docs/api-1.7.0.md",
    "content": "#### Version 1.7.0\n\nThe entire dc.js library is scoped under **dc** name space. It does not introduce anything else into the global\nname space.\n\n* [Base Chart [abstract]](#base-chart)\n* [Color Chart [abstract]](#color-chart)\n* [Stackable Chart [abstract]](#stackable-chart)\n* [Coordinate Grid Chart [abstract] < Color Chart < Base Chart](#coordinate-grid-chart)\n* [Pie Chart [concrete] < Color Chart < Base Chart](#pie-chart)\n* [Row Chart [concrete] < Color Chart < Base chart](#row-chart)\n* [Bar Chart [concrete] < Stackable Chart < CoordinateGrid Chart](#bar-chart)\n* [Line Chart [concrete] < Stackable Chart < CoordinateGrid Chart](#line-chart)\n* [Composite Chart [concrete] < CoordinateGrid Chart](#composite-chart)\n* [Abstract Bubble Chart [abstract] < Color Chart](#abstract-bubble-chart)\n* [Bubble Chart [concrete] < Abstract Bubble Chart < CoordinateGrid Chart](#bubble-chart)\n* [Bubble Overlay Chart [concrete] < Abstract Bubble Chart < Base Chart](#bubble-overlay-chart)\n* [Geo Choropleth Chart [concrete] < Color Chart < Base Chart](#geo-choropleth-chart)\n* [Data Count Widget [concrete] < Base Chart](#data-count)\n* [Data Table Widget [concrete] < Base Chart](#data-table)\n* [Number Display [Concrete] < Base Chart](#number-display)\n* [Legend [concrete]](#legend)\n* [Listeners](#listeners)\n* [Utilities](#util)\n\n#### Function Chain\nMajority of dc functions are designed to allow function chaining, meaning it will return the current chart instance\nwhenever it is appropriate. Therefore configuration of a chart can be written in the following style.\n```js\nchart.width(300)\n.height(300)\n.filter(\"sunday\")\n```\nThe API references will highlight the fact if a particular function is not chainable.\n\n## <a name=\"util\" href=\"#util\">#</a> Utilities\n\n#### dc.filterAll([chartGroup])\nClear all filters on every chart within the given chart group. If the chart group is not given then only charts that\nbelong to the default chart group will be reset.\n\n#### dc.renderAll([chartGroup])\nRe-render all charts belong to the given chart group. If the chart group is not given then only charts that belong to\nthe default chart group will be re-rendered.\n\n#### dc.redrawAll([chartGroup])\nRedraw all charts belong to the given chart group. If the chart group is not given then only charts that belong to the\ndefault chart group will be re-drawn. Redraw is different from re-render since when redrawing dc charts try to update\nthe graphic incrementally instead of starting from scratch.\n\n#### dc.units.integers\nThis function can be used to in [Coordinate Grid Chart](#coordinate-grid-chart) to define units on x axis.\ndc.units.integers is the default x unit scale used by [Coordinate Grid Chart](#coordinate-grid-chart) and should be\nused when x range is a sequential of integers.\n\n#### dc.units.ordinal\nThis function can be used to in [Coordinate Grid Chart](#coordinate-grid-chart) to define ordinal units on x axis.\nUsually this function is used in combination with d3.scale.ordinal() on x axis.\n\n#### dc.units.fp.precision(precision)\nThis function generates xunit function in floating-point numbers with the given precision. For example if the function\nis invoked with 0.001 precision then the function created will devide a range [0.5, 1.0] with 500 units.\n\n#### dc.events.trigger(function[, delay])\nThis function is design to trigger throttled event function optionally with certain amount of delay(in milli-seconds).\nEvents that are triggered repetitively due to user interaction such as the dragging of the brush might over flood\nlibrary and cause too much rendering being scheduled. In this case, using this function to wrap your event function\nallows the library to smooth out the rendering by throttling event flood and only respond to the most recent event.\n\n```js\nchart.renderlet(function(chart){\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n        // focus some other chart to the range selected by user on this chart\n        someOtherChart.focus(chart.filter());\n    });\n})\n```\n\n## <a name=\"base-chart\" href=\"#base-chart\">#</a> Base Chart [Abstract]\nBase chart is an abstract functional object representing a basic dc chart object for all chart and widget implementation.\nEvery function on base chart are also inherited available on all concrete chart implementation in dc library.\n\n#### .width([value])\nSet or get width attribute of a chart. If the value is given, then it will be used as the new width.\n\nIf no value specified then value of the current width attribute will be returned.\n\n#### .height([value])\nSet or get height attribute of a chart. If the value is given, then it will be used as the new height.\n\nIf no value specified then value of the current height attribute will be returned.\n\n#### .dimension([value]) - **mandatory**\nSet or get dimension attribute of a chart. In dc a dimension can be any valid\n[crossfilter dimension](https://github.com/square/crossfilter/wiki/API-Reference#wiki-dimension). If the value is given,\nthen it will be used as the new dimension.\n\nIf no value specified then the current dimension will be returned.\n\n#### .group([value], [name]) - **mandatory**\nSet or get group attribute of a chart. In dc a group is a\n[crossfilter group](https://github.com/square/crossfilter/wiki/API-Reference#wiki-group). Usually the group should be\ncreated from the particular dimension associated with the same chart. If the value is given, then it will be used as\nthe new group.\n\nIf no value specified then the current group will be returned.\nIf name is specified then it will be used to generate legend label.\n\n#### .filterAll()\nClear all filters associated with this chart.\n\n#### .ordering([orderFunction])\nGet or set an accessor to order ordinal charts\n\n#### .select(selector)\nExecute in scope d3 single selection using the given selector and return d3 selection result. Roughly the same as:\n```js\nd3.select(\"#chart-id\").select(selector);\n```\nThis function is **not chainable** since it does not return a chart instance; however the d3 selection result is chainable\nfrom d3's perspective.\n\n#### .selectAll(selector)\nExecute in scope d3 selectAll using the given selector and return d3 selection result. Roughly the same as:\n```js\nd3.select(\"#chart-id\").selectAll(selector);\n```\nThis function is **not chainable** since it does not return a chart instance; however the d3 selection result is\nchainable from d3's perspective.\n\n#### .anchor([anchorChart/anchorSelector], [chartGroup])\nSet the svg root to either be an existing chart's root or the first element returned from a d3 css string selector. Optionally registers the chart within the chartGroup. This class is called internally on chart initialization, but be called again to relocate the chart. However, it will orphan any previously created SVG elements.\n\n#### .anchorName()\nReturn the dom ID for chart's anchored location\n\n#### .root([rootElement])\nReturns the root element where a chart resides. Usually it will be the parent div element where svg was created. You\ncan also pass in a new root element however this is usually handled as part of the dc internal. Resetting root element\non a chart outside of dc internal might have unexpected consequences.\n\n#### .svg([svgElement])\nReturns the top svg element for this specific chart. You can also pass in a new svg element however this is usually\nhandled as part of the dc internal. Resetting svg element on a chart outside of dc internal might have unexpected\nconsequences.\n\n#### .resetSvg()\nRemove the chart's SVG elements from the dom and recreate the container SVG element.\n\n#### .filterPrinter([filterPrinterFunction])\nSet or get filter printer function. Filter printer function is used to generate human friendly text for filter value(s)\nassociated with the chart instance. By default dc charts shipped with a default filter printer implementation dc.printers.filter\nthat provides simple printing support for both single value and ranged filters.\n\n#### .turnOnControls() & .turnOffControls()\nTurn on/off optional control elements within the root element. dc.js currently support the following html control elements.\n\n* root.selectAll(\".reset\") elements are turned on if the chart has an active filter. This type of control elements are usually used to store reset link to allow user to reset filter on a certain chart. This element will be turned off automatically if the filter is cleared.\n* root.selectAll(\".filter\") elements are turned on if the chart has an active filter. The text content of this element is then replaced with the current filter value using the filter printer function. This type of element will be turned off automatically if the filter is cleared.\n\n#### .transitionDuration([duration])\nSet or get animation transition duration(in milliseconds) for specific chart instance. Default duration is 750ms.\n\n#### .render()\nInvoke this method will force the chart to re-render everything from scratch. Generally it should be only used to\nrender the chart for the first time on the page or if you want to make sure everything is redrawn from scratch instead\nof relying on the default incremental redrawing behaviour.\n\n#### .redraw()\nCalling redraw will cause the chart to re-render delta in data change incrementally. If there is no change in the\nunderlying data dimension then calling this method will have no effect on the chart. Most of the chart interaction in\ndc library will automatically trigger this method through its internal event engine, therefore you only need to manually\ninvoke this function if data is manipulated outside of dc's control; for example if data is loaded on a periodic basis\nin the background using crossfilter.add().\n\n#### .hasFilter([filter])\nCheck whether is any active filter or a specific filter is associated with particular chart instance.\nThis function is **not chainable**.\n\n#### .filter([filterValue])\nFilter the chart by the given value or return the current filter if the input parameter is missing.\n```js\n// filter by a single string\nchart.filter(\"Sunday\");\n// filter by a single age\nchart.filter(18);\n```\n\n#### .filters()\nReturn all current filters. This method does not perform defensive cloning of the internal filter array before returning\ntherefore any modification of returned array will affact chart's internal filter storage.\n\n#### .filterHandler([function])\nSet or get filter handler. Filter handler is a function that performs the filter action on a specific dimension. Using\ncustom filter handler give you the flexibility to perform additional logic before or after filtering.\n\n```js\n// default filter handler\nfunction(dimension, filter){\n    dimension.filter(filter); // perform filtering\n    return filter; // return the actual filter value\n}\n\n// custom filter handler\nchart.filterHandler(function(dimension, filter){\n    var newFilter = filter + 10;\n    dimension.filter(newFilter);\n    return newFilter; // set the actual filter value to the new value\n});\n```\n\n#### .keyAccessor([keyAccessorFunction])\nSet or get the key accessor function. Key accessor function is used to retrieve key value in crossfilter group. Key\nvalues are used differently in different charts, for example keys correspond to slices in pie chart and x axis position\nin grid coordinate chart.\n```js\n// default key accessor\nchart.keyAccessor(function(d) { return d.key; });\n// custom key accessor for a multi-value crossfilter reduction\nchart.keyAccessor(function(p) { return p.value.absGain; });\n```\n\n#### .valueAccessor([valueAccessorFunction])\nSet or get the value accessor function. Value accessor function is used to retrieve value in crossfilter group. Group\nvalues are used differently in different charts, for example group values correspond to slices size in pie chart and y\naxis position in grid coordinate chart.\n```js\n// default value accessor\nchart.valueAccessor(function(d) { return d.value; });\n// custom value accessor for a multi-value crossfilter reduction\nchart.valueAccessor(function(p) { return p.value.percentageGain; });\n```\n\n#### .label([labelFunction])\nSet or get the label function. Chart class will use this function to render label for each child element in the chart,\ni.e. a slice in a pie chart or a bubble in a bubble chart. Not every chart supports label function for example bar chart\nand line chart do not use this function at all.\n```js\n// default label function just return the key\nchart.label(function(d) { return d.key; });\n// label function has access to the standard d3 data binding and can get quite complicated\nchart.label(function(d) { return d.data.key + \"(\" + Math.floor(d.data.value / all.value() * 100) + \"%)\"; });\n```\n\n#### .renderLabel(boolean)\nTurn on/off label rendering\n\n#### .title([titleFunction])\nSet or get the title function. Chart class will use this function to render svg title(usually interrupted by browser\nas tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart. Almost\nevery chart supports title function however in grid coordinate chart you need to turn off brush in order to use title\notherwise the brush layer will block tooltip trigger.\n```js\n// default title function just return the key\nchart.title(function(d) { return d.key + \": \" + d.value; });\n// title function has access to the standard d3 data binding and can get quite complicated\nchart.title(function(p) {\n    return p.key.getFullYear()\n        + \"\\n\"\n        + \"Index Gain: \" + numberFormat(p.value.absGain) + \"\\n\"\n        + \"Index Gain in Percentage: \" + numberFormat(p.value.percentageGain) + \"%\\n\"\n        + \"Fluctuation / Index Ratio: \" + numberFormat(p.value.fluctuationPercentage) + \"%\";\n});\n```\n\n#### .renderTitle(boolean)\nTurn on/off title rendering\n\n#### .renderlet(renderletFunction)\nRenderlet is similar to an event listener on rendering event. Multiple renderlets can be added to an individual chart.\nEvery time when chart is rerendered or redrawn renderlet then will be invoked right after the chart finishes its own\ndrawing routine hence given you a way to override or modify certain behaviour. Renderlet function accepts the chart\ninstance as the only input parameter and you can either rely on dc API or use raw d3 to achieve pretty much any effect.\n```js\n// renderlet function\nchart.renderlet(function(chart){\n    // mix of dc API and d3 manipulation\n    chart.select(\"g.y\").style(\"display\", \"none\");\n    // its a closure so you can also access other chart variable available in the closure scope\n    moveChart.filter(chart.filter());\n});\n```\n\n#### .expireCache()\nExpire internal chart cache. dc.js chart cache some data internally on a per chart basis so it can speed up rendering\nand avoid unnecessary calculation however under certain circumstances it might be useful to clear the cache e.g. after\nyou invoke crossfilter.add function or if you reset group or dimension post render it is always a good idea to clear\nthe cache to make sure charts are rendered properly.\n\n#### .legend([dc.legend])\nAttach dc.legend widget to this chart. Legend widget will automatically draw legend labels based on the color setting\nand names associated with each group.\n\n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n\n## <a name=\"listeners\" href=\"#listeners\">#</a> Listeners\nAll dc chart instance supports the following listeners.\n\n#### .on(\"preRender\", function(chart){...})\nThis listener function will be invoked before chart rendering.\n\n#### .on(\"postRender\", function(chart){...})\nThis listener function will be invoked after chart finish rendering including all renderlets' logic.\n\n#### .on(\"preRedraw\", function(chart){...})\nThis listener function will be invoked before chart redrawing.\n\n#### .on(\"postRedraw\", function(chart){...})\nThis listener function will be invoked after chart finish redrawing including all renderlets' logic.\n\n#### .on(\"filtered\", function(chart, filter){...})\nThis listener function will be invoked after a filter is applied, added or removed.\n\n#### .on(\"zoomed\", function(chart, filter){...})\nThis listener function will be invoked after a zoom is triggered.\n\n## <a name=\"marginable\" href=\"#marginable\">#</a>  Marginable\n\nMarginable is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid Charts.\n\n#### .margins([margins])\nGet or set the margins for a particular coordinate grid chart instance. The margins is stored as an associative Javascript\narray. Default margins: {top: 10, right: 50, bottom: 30, left: 30}.\n\nThe margins can be accessed directly from the getter.\n```js\nvar leftMargin = chart.margins().left; // 30 by default\nchart.margins().left = 50;\nleftMargin = chart.margins().left; // now 50\n```\n\n## <a name=\"coordinate-grid-chart\" href=\"#coordinate-grid-chart\">#</a> CoordinateGrid Chart [Abstract] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nCoordinate grid chart is an abstract base chart designed to support a number of coordinate grid based concrete chart types,\ni.e. bar chart, line chart, and bubble chart.\n\n#### .rangeChart([chart])\nGet or set the range selection chart associated with this instance. Setting the range selection chart using this function\nwill automatically update its selection brush when the current chart zooms in. In return the given range chart will also\nautomatically attach this chart as its focus chart hence zoom in when range brush updates. See the\n[Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/) example for this effect in action.\n\n#### .zoomScale([extent])\nGet or set the scale extent for mouse zooms.\n\n#### .zoomOutRestrict([true/false])\nGet or set the a zoom restriction to be limited at the origional extent of the range chart\n\n#### .g([gElement])\nGet or set the root g element. This method is usually used to retrieve the g element in order to overlay custom svg drawing\nprogramatically. **Caution**: The root g element is usually generated by dc.js internals, and resetting it might produce unpredictable result.\n\n#### .mouseZoomable([boolean])\nSet or get mouse zoom capability flag (default: false). When turned on the chart will be zoomable through mouse wheel\n . If range selector chart is also attached zooming will also update the range selection brush on associated range\n selector chart.\n\n#### .chartBodyG()\nRetreive the svg group for the chart body.\n\n#### .x([xScale]) - **mandatory**\nGet or set the x scale. x scale could be any [d3 quatitive scales](https://github.com/mbostock/d3/wiki/Quantitative-Scales).\nFor example a time scale for histogram or a linear/ordinal scale for visualizing data distribution.\n```js\n// set x to a linear scale\nchart.x(d3.scale.linear().domain([-2500, 2500]))\n// set x to a time scale to generate histogram\nchart.x(d3.time.scale().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n```\n\n#### .xUnits([xUnits function])\nSet or get the xUnits function. xUnits function is the coordinate grid chart uses to calculate number of data\nprojections on x axis such as number bars for a bar chart and number of dots for a line chart. This function is\nexpected to return an Javascript array of all data points on x axis. d3 time range functions d3.time.days, d3.time.months,\nand d3.time.years are all valid xUnits function. dc.js also provides a few units function, see [Utilities](#util)\nsection for a list of built-in units functions. Default xUnits function is dc.units.integers.\n```js\n// set x units to day for a histogram\nchart.xUnits(d3.time.days);\n// set x units to month for a histogram\nchart.xUnits(d3.time.months);\n```\nCustom xUnits function can be easily created using as long as it follows the following inteface:\n```js\n// units in integer\nfunction(start, end, xDomain) {\n    // simply calculates how many integers in the domain\n    return Math.abs(end - start);\n};\n\n// fixed units\nfunction(start, end, xDomain) {\n    // be aware using fixed units will disable the focus/zoom ability on the chart\n    return 1000;\n};\n```\n\n#### .xAxis([xAxis])\nSet or get the x axis used by a particular coordinate grid chart instance. This function is most useful when certain x\naxis customization is required. x axis in dc.js is simply an instance of\n[d3 axis object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-_axis) therefore it supports any valid d3 axis\nmanipulation. **Caution**: The x axis is typically generated by dc chart internal, resetting it might cause unexpected\noutcome.\n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function(v) {return v + \"%\";});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n\n#### .elasticX([boolean])\nTurn on/off elastic x axis. If x axis elasticity is turned on, then the grid chart will attempt to generate and\nrecalculate x axis range whenever redraw event is triggered.\n\n#### .xAxisPadding([padding])\nSet or get x axis padding when elastic x axis is turned on. The padding will be added to both end of the x axis if and\nonly if elasticX is turned on otherwise it will be simply ignored.\n\n* padding - could be integer or percentage in string (e.g. \"10%\"). Padding can be applied to number or date.\nWhen padding with date, integer represents number of days being padded while percentage string will be treated\nas number.\n\n#### .y([yScale])\nGet or set the y scale. y scale is typically automatically generated by the chart implementation.\n\n#### .yAxis([yAxis])\nSet or get the y axis used by a particular coordinate grid chart instance. This function is most useful when certain y\naxis customization is required. y axis in dc.js is simply an instance\nof [d3 axis object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-_axis) therefore it supports any valid d3 axis\nmanipulation. **Caution**: The y axis is typically generated by dc chart internal, resetting it might cause unexpected\noutcome.\n```js\n// customize y axis tick format\nchart.yAxis().tickFormat(function(v) {return v + \"%\";});\n// customize y axis tick values\nchart.yAxis().tickValues([0, 100, 200, 300]);\n```\n\n#### .elasticY([boolean])\nTurn on/off elastic y axis. If y axis elasticity is turned on, then the grid chart will attempt to generate and recalculate\ny axis range whenever redraw event is triggered.\n\n#### .renderHorizontalGridLines([boolean])\nTurn on/off horizontal grid lines.\n\n#### .renderVerticalGridLines([boolean])\nTurn on/off vertical grid lines.\n\n#### .yAxisPadding([padding])\nSet or get y axis padding when elastic y axis is turned on. The padding will be added to the top of the y axis if and only\nif elasticY is turned on otherwise it will be simply ignored.\n\n* padding - could be integer or percentage in string (e.g. \"10%\"). Padding can be applied to number or date.\nWhen padding with date, integer represents number of days being padded while percentage string will be treated\nas number.\n\n#### .round([rounding function])\nSet or get the rounding function for x axis. Rounding is mainly used to provide stepping capability when in place\nselection based filter is enable.\n```js\n// set x unit round to by month, this will make sure range selection brash will\n// extend on a month-by-month basis\nchart.round(d3.time.month.round);\n```\n\n#### .clipPadding([padding])\nGet or set padding in pixel for clip path. Once set padding will be applied evenly to top, left, right, and bottom padding\n when clip path is generated. If set to zero, then the clip area will be exactly the chart body area minus the margins.\n Default: 5\n\n#### .brushOn([boolean])\nTurn on/off the brush based in-place range filter. When the brush is on then user will be able to  simply drag the mouse\nacross the chart to perform range filtering based on the extend of the brush. However turning on brush filter will essentially\ndisable other interactive elements on the chart such as the highlighting, tool-tip, and reference lines on a chart. Default\nvalue is \"true\".\n\n#### .focus([range])\nZoom this chart to focus on the given range. The given range should be an array containing only 2 element([start, end]) defining an range in x domain. If the range is not given or set to null, then the zoom will be reset. _For focus to work elasticX has to be turned off otherwise focus will be ignored._\n```js\nchart.renderlet(function(chart){\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n        // focus some other chart to the range selected by user on this chart\n        someOtherChart.focus(chart.filter());\n    });\n})\n```\n\n## <a name=\"color-chart\" href=\"#color-chart\">#</a> Color Chart [Abstract]\nColor chart is an abstract chart functional class created to provide universal coloring support as a mix-in for any concrete\nchart implementation.\n\n#### .colors([colorScale or colorArray])\nRetrieve current color scale or set a new color scale. This function accepts both d3 color scale and arbitrary color\narray. By default d3.scale.category20c() is used.\n```js\n// color scale\nchart.colors(d3.scale.category20b());\n// arbitrary color array\nchart.colors([\"#a60000\",\"#ff0000\", \"#ff4040\",\"#ff7373\",\"#67e667\",\"#39e639\",\"#00cc00\"]);\n```\n\n#### .colorAccessor([colorAccessorFunction])\nSet or get color accessor function. This function will be used to map a data point on crossfilter group to a specific\ncolor value on the color scale. Default implementation of this function simply returns the next color on the scale using\nthe index of a group.\n```js\n// default index based color accessor\n.colorAccessor(function(d, i){return i;})\n// color accessor for a multi-value crossfilter reduction\n.colorAccessor(function(d){return d.value.absGain;})\n```\n\n#### .colorDomain([domain])\nSet or get the current domain for the color mapping function. This allows user to provide a custom domain for the mapping\nfunction used to map the return value of the colorAccessor function to the target color range calculated based on the\ncolor scale. You value can either be an array with the start and end of the range or a function returning an array. Functions\nare passed the chart in their `this` context.\n```js\n// custom domain for month of year\nchart.colorDomain([0, 11])\n// custom domain for day of year\nchart.colorDomain([0, 364])\n// custom domain function that scales with the group value range\nchart.colorDomain(function() {\n    return [dc.utils.groupMin(this.group(), this.valueAccessor()),\n     dc.utils.groupMax(this.group(), this.valueAccessor())];\n});\n```\n\n## <a name=\"stackable-chart\" href=\"#stackable-chart\">#</a> Stackable Chart [Abstract]\nStackable chart is an abstract chart introduced to provide cross-chart support of stackability. Concrete implementation of\ncharts can then selectively mix-in this capability.\n\n#### .stack(group[, name, retriever])\nStack a new crossfilter group into this chart with optionally a custom value retriever. All stacks in the same chart will\nshare the same key accessor therefore share the same set of keys. In more concrete words, imagine in a stacked bar chart\nall bars will be positioned using the same set of keys on the x axis while stacked vertically. If name is specified then\nit will be used to generate legend label.\n```js\n// stack group using default accessor\nchart.stack(valueSumGroup)\n// stack group using custom accessor\n.stack(avgByDayGroup, function(d){return d.value.avgByDay;});\n```\n\n## <a name=\"abstract-bubble-chart\" href=\"#abstract-bubble-chart\">#</a> Abstract Bubble Chart [Abstract] < [Color Chart](#color-chart)\nAn abstraction provides reusable functionalities for any chart that needs to visualize data using bubbles.\n\n#### .r([bubbleRadiusScale])\nGet or set bubble radius scale. By default bubble chart uses ```d3.scale.linear().domain([0, 100])``` as it's r scale .\n\n#### .radiusValueAccessor([radiusValueAccessor])\nGet or set the radius value accessor function. The radius value accessor function if set will be used to retrieve data value\nfor each and every bubble rendered. The data retrieved then will be mapped using r scale to be used as the actual bubble\nradius. In other words, this allows you to encode a data dimension using bubble size.\n\n#### .minRadiusWithLabel([radius])\nGet or set the minimum radius for label rendering. If a bubble's radius is less than this value then no label will be rendered.\nDefault value: 10.\n\n#### .maxBubbleRelativeSize([relativeSize])\nGet or set the maximum relative size of a bubble to the length of x axis. This value is useful when the radius differences among\ndifferent bubbles are too great. Default value: 0.3\n\n## <a name=\"pie-chart\" href=\"#pie-chart\">#</a> Pie Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nThis chart is a concrete pie chart implementation usually used to visualize small number of categorical distributions.\nPie chart implementation uses keyAccessor to generate slices, and valueAccessor to calculate the size of each slice(key)\nrelatively to the total sum of all values.\n\nExamples:\n\n* [Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/)\n\n#### dc.pieChart(parent[, chartGroup])\nCreate a pie chart instance and attach it to the given parent element.\n\nParameters:\n\n* parent : string - any valid d3 single selector representing typically a dom block element such\nas a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created pie chart instance\n\n```js\n// create a pie chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.pieChart(\"#chart-container1\");\n// create a pie chart under #chart-container2 element using chart group A\nvar chart2 = dc.pieChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .slicesCap([cap])\nGet or set the maximum number of slices the pie chart will generate. Slices are ordered by its value from high to low.\n Other slices exceeding the cap will be rolled up into one single *Others* slice.\n\n#### .innerRadius([innerRadius])\nGet or set the inner radius on a particular pie chart instance. If inner radius is greater than 0px then the pie chart\nwill be essentially rendered as a doughnut chart. Default inner radius is 0px.\n\n#### .radius([radius])\nGet or set the radius on a particular pie chart instance. Default radius is 90px.\n\n#### .cx()\nGet center x coordinate position. This function is **not chainable**.\n\n#### .cy()\nGet center y coordinate position. This function is **not chainable**.\n\n#### .minAngelForLabel([minAngle])\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not render slice label.\nDefault min angel is 0.5.\n\n## <a name=\"bar-chart\" href=\"#bar-chart\">#</a> Bar Chart [Concrete] < [Stackable Chart](#stackable-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nConcrete bar chart/histogram implementation.\n\nExamples:\n\n* [Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/)\n* [Canadian City Crime Stats](http://nickqizhu.github.com/dc.js/crime/index.html)\n\n#### dc.barChart(parent[, chartGroup])\nCreate a bar chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string|compositeChart - any valid d3 single selector representing typically a dom block element such\nas a div, or if this bar chart is a sub-chart in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created bar chart instance\n\n```js\n// create a bar chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.barChart(\"#chart-container1\");\n// create a bar chart under #chart-container2 element using chart group A\nvar chart2 = dc.barChart(\"#chart-container2\", \"chartGroupA\");\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.barChart(compositeChart);\n```\n\n#### .centerBar(boolean)\nWhether the bar chart will render each bar centered around the data position on x axis. Default to false.\n\n#### .gap(gapBetweenBars)\nManually set fixed gap (in px) between bars instead of relying on the default auto-generated gap. By default bar chart\nimplementation will calculate and set the gap automatically based on the number of data points and the length of the x axis.\n\n## <a name=\"line-chart\" href=\"#line-chart\">#</a> Line Chart [Concrete] < [Stackable Chart](#stackable-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nConcrete line/area chart implementation.\n\nExamples:\n* [Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/)\n* [Canadian City Crime Stats](http://nickqizhu.github.com/dc.js/crime/index.html)\n\n#### dc.lineChart(parent[, chartGroup])\nCreate a line chart instance and attach it to the given parent element.\n\nParameters:\n\n* parent : string|compositeChart - any valid d3 single selector representing typically a dom block element such\nas a div, or if this line chart is a sub-chart in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created line chart instance\n\n```js\n// create a line chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.lineChart(\"#chart-container1\");\n// create a line chart under #chart-container2 element using chart group A\nvar chart2 = dc.lineChart(\"#chart-container2\", \"chartGroupA\");\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.lineChart(compositeChart);\n```\n\n#### .renderArea([boolean])\nGet or set render area flag. If the flag is set to true then the chart will render the area beneath each line and effectively\nbecomes an area chart.\n\n#### .dotRadius([dotRadius])\nGet or set the radius (in px) for data points. Default dot radius is 5.\n\n## <a name=\"data-count\" href=\"#data-count\">#</a> Data Count Widget [Concrete] < [Base Chart](#base-chart)\nData count is a simple widget designed to display total number records in the data set vs. the number records selected\nby the current filters. Once created data count widget will automatically update the text content of the following elements\nunder the parent element.\n\n* \".total-count\" - total number of records\n* \".filter-count\" - number of records matched by the current filters\n\nExamples:\n\n* [Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/)\n\n#### dc.dataCount(parent[, chartGroup])\nCreate a data count widget instance and attach it to the given parent element.\n\nParameters:\n\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created data count widget instance\n\n#### .dimension(allData) - **mandatory**\nFor data count widget the only valid dimension is the entire data set.\n\n#### .group(groupAll) - **mandatory**\nFor data count widget the only valid group is the all group.\n\n```js\nvar ndx = crossfilter(data);\nvar all = ndx.groupAll();\n\ndc.dataCount(\".dc-data-count\")\n .dimension(ndx)\n .group(all);\n```\n\n## <a name=\"data-table\" href=\"#data-table\">#</a> Data Table Widget [Concrete] < [Base Chart](#base-chart)\nData table is a simple widget designed to list crossfilter focused data set (rows being filtered) in a good old tabular\nfashion.\n\nExamples:\n* [Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/)\n\n#### dc.dataTable(parent[, chartGroup])\nCreate a data table widget instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created data table widget instance\n\n#### .size([size])\nGet or set the table size which determines the number of rows displayed by the widget.\n\n#### .columns([columnFunctionArray])\nGet or set column functions. Data table widget uses an array of functions to generate dynamic columns. Column functions are\nsimple javascript function with only one input argument d which represents a row in the data set, and the return value of\nthese functions will be used directly to generate table content for each cell.\n\n```js\n    chart.columns([\n        function(d) {\n            return d.date;\n        },\n        function(d) {\n            return d.open;\n        },\n        function(d) {\n            return d.close;\n        },\n        function(d) {\n            return numberFormat(d.close - d.open);\n        },\n        function(d) {\n            return d.volume;\n        }\n    ]);\n```\n\n#### .sortBy([sortByFunction])\nGet or set sort-by function. This function works as a value accessor at row level and returns a particular field to be sorted\nby. Default value: ``` function(d) {return d;}; ```\n\n```js\n   chart.sortBy(function(d) {\n        return d.date;\n    });\n```\n\n#### .order([order])\nGet or set sort order. Default value: ``` d3.ascending ```\n\n```js\n    chart.order(d3.descending);\n```\n\n## <a name=\"bubble-chart\" href=\"#bubble-chart\">#</a> Bubble Chart [Concrete] < [Abstract Bubble Chart](#abstract-bubble-chart) < [CoordinateGrid Chart](#coordinate-grid-chart)\nA concrete implementation of a general purpose bubble chart that allows data visualization using the following dimensions:\n\n* x axis position\n* y axis position\n* bubble radius\n* color\n\nExamples:\n* [Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/)\n* [US Venture Capital Landscape 2011](http://nickqizhu.github.com/dc.js/vc/index.html)\n\n#### dc.bubbleChart(parent[, chartGroup])\nCreate a bubble chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created bubble chart instance\n\n```js\n// create a bubble chart under #chart-container1 element using the default global chart group\nvar bubbleChart1 = dc.bubbleChart(\"#chart-container1\");\n// create a bubble chart under #chart-container2 element using chart group A\nvar bubbleChart2 = dc.bubbleChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .elasticRadius([boolean])\nTurn on or off elastic bubble radius feature. If this feature is turned on, then bubble radiuses will be automatically rescaled\nto fit the chart better.\n\n## <a name=\"composite-chart\" href=\"#composite-chart\">#</a> Composite Chart [Concrete] < [CoordinateGrid Chart](#coordinate-grid-chart)\nComposite chart is a special kind of chart that resides somewhere between abstract and concrete charts. It does not\ngenerate data visualization directly, but rather working with other concrete charts to do the job. You can essentially\noverlay(compose) different bar/line/area charts in a single composite chart to achieve some quite flexible charting\neffects.\n\nExamples:\n* [Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/)\n\n#### dc.compositeChart(parent[, chartGroup])\nCreate a composite chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created composite chart instance\n\n```js\n// create a composite chart under #chart-container1 element using the default global chart group\nvar compositeChart1 = dc.compositeChart(\"#chart-container1\");\n// create a composite chart under #chart-container2 element using chart group A\nvar compositeChart2 = dc.compositeChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .compose(subChartArray)\nCombine the given charts into one single composite coordinate grid chart.\n\n```js\n// compose the given charts in the array into one single composite chart\nmoveChart.compose([\n    // when creating sub-chart you need to pass in the parent chart\n    dc.lineChart(moveChart)\n        .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used\n        .valueAccessor(function(d){return d.value.avg;})\n        // most of the normal functions will continue to work in a composed chart\n        .renderArea(true)\n        .stack(monthlyMoveGroup, function(d){return d.value;})\n        .title(function(d){\n            var value = d.value.avg?d.value.avg:d.value;\n            if(isNaN(value)) value = 0;\n            return dateFormat(d.key) + \"\\n\" + numberFormat(value);\n        }),\n    dc.barChart(moveChart)\n        .group(volumeByMonthGroup)\n        .centerBar(true)\n]);\n```\n\n## <a name=\"geo-choropleth-chart\" href=\"#geo-choropleth-chart\">#</a> Geo Choropleth Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nGeo choropleth chart is design to make creating crossfilter driven choropleth map from GeoJson data an easy process. This\nchart implementation was inspired by [the great d3 choropleth example](http://bl.ocks.org/4060606).\n\nExamples:\n* [US Venture Capital Landscape 2011](http://nickqizhu.github.com/dc.js/vc/index.html)\n\n#### dc.geoChoroplethChart(parent[, chartGroup])\nCreate a choropleth chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created choropleth chart instance\n\n```js\n// create a choropleth chart under \"#us-chart\" element using the default global chart group\nvar chart1 = dc.geoChoroplethChart(\"#us-chart\");\n// create a choropleth chart under \"#us-chart2\" element using chart group A\nvar chart2 = dc.compositeChart(\"#us-chart2\", \"chartGroupA\");\n```\n\n#### .overlayGeoJson(json, name, keyAccessor) - **mandatory**\nUse this function to insert a new GeoJson map layer. This function can be invoked multiple times if you have multiple GeoJson\ndata layer to render on top of each other. If you overlay mutiple layers with the same name the new overlay will simply\noverride the existing one.\n\nParameters:\n* json - GeoJson feed\n* name - name of the layer\n* keyAccessor - accessor function used to extract \"key\" from the GeoJson data. Key extracted by this function should match\n the keys generated in crossfilter groups.\n\n```js\n// insert a layer for rendering US states\nchart.overlayGeoJson(statesJson.features, \"state\", function(d) {\n    return d.properties.name;\n});\n```\n\n#### .projection(projection)\nSet custom geo projection function. Available [d3 geo projection functions](https://github.com/mbostock/d3/wiki/Geo-Projections).\nDefault value: albersUsa.\n\n#### .geoJsons()\nReturn all GeoJson layers currently registered with thit chart. The returned array is a reference to this chart's internal\nregistration data structure without copying thus any modification to this array will also modify this chart's internal\nregistration.\n\nReturn:\nAn array of objects containing fields {name, data, accessor}\n\n#### .removeGeoJson(name)\nRemove a GeoJson layer from this chart by name\n\nReturn: chart instance\n\n## <a name=\"bubble-overlay-chart\" href=\"#bubble-overlay-chart\">#</a> Bubble Overlay Chart [Concrete] < [Abstract Bubble Chart](#abstract-bubble-chart) < [Base Chart](#base-chart)\nBubble overlay chart is quite different from the typical bubble chart. With bubble overlay chart you can arbitrarily place\na finite number of bubbles on an existing svg or bitmap image (overlay on top of it), thus losing the typical x and y\npositioning that we are used to whiling retaining the capability to visualize data using it's bubble radius and\ncoloring.\n\nExamples:\n* [Canadian City Crime Stats](http://nickqizhu.github.com/dc.js/crime/index.html)\n\n#### dc.bubbleOverlay(parent[, chartGroup])\nCreate a bubble overlay chart instance and attach it to the given parent element.\n\nParameters:\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div. Typically\nthis element should also be the parent of the underlying image.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created bubble overlay chart instance\n\n```js\n// create a bubble overlay chart on top of \"#chart-container1 svg\" element using the default global chart group\nvar bubbleChart1 = dc.bubbleOverlayChart(\"#chart-container1\").svg(d3.select(\"#chart-container1 svg\"));\n// create a bubble overlay chart on top of \"#chart-container2 svg\" element using chart group A\nvar bubbleChart2 = dc.compositeChart(\"#chart-container2\", \"chartGroupA\").svg(d3.select(\"#chart-container2 svg\"));\n```\n\n#### .svg(imageElement) - **mandatory**\nSet the underlying svg image element. Unlike other dc charts this chart will not generate svg element therefore bubble overlay\nchart will not work if this function is not properly invoked. If the underlying image is a bitmap, then an empty svg will need\nto be manually created on top of the image.\n\n```js\n// set up underlying svg element\nchart.svg(d3.select(\"#chart svg\"));\n```\n\n#### .point(name, x, y) - **mandatory**\nSet up a data point on the overlay. The name of a data point should match a specific \"key\" among data groups generated using keyAccessor.\nIf a match is found (point name <-> data group key) then a bubble will be automatically generated at the position specified by the\nfunction. x and y value specified here are relative to the underlying svg.\n\n## <a name=\"row-chart\" href=\"#row-chart\">#</a> Row Chart [Concrete] < [Color Chart](#color-chart) < [Base Chart](#base-chart)\nConcrete row chart implementation.\n\n#### dc.rowChart(parent[, chartGroup])\nCreate a row chart instance and attach it to the given parent element.\n\nParameters:\n\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div.\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed in a certain chart group then any interaction with such instance will only trigger events and redraw within the same chart group.\n\nReturn a newly created row chart instance\n\n```js\n// create a row chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.rowChart(\"#chart-container1\");\n// create a row chart under #chart-container2 element using chart group A\nvar chart2 = dc.rowChart(\"#chart-container2\", \"chartGroupA\");\n```\n\n#### .gap([gap])\nGet or set the vertical gap space between rows on a particular row chart instance. Default gap is 5px;\n\n#### .elasticX([boolean])\nGet or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescle to auto-fit the data\nrange when filtered.\n\n#### .labelOffsetX([x])\nGet or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart. Default x offset is 10px;\n\n#### .labelOffsetY([y])\nGet of set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart. Default y offset is 15px;\n\n## <a name=\"legend\" href=\"#legend\">#</a> Legend [Concrete]\nLegend is a attachable widget that can be added to other dc charts to render horizontal legend labels.\n\n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n\nExamples:\n* [Nasdaq 100 Index](http://nickqizhu.github.com/dc.js/)\n* [Canadian City Crime Stats](http://nickqizhu.github.com/dc.js/crime/index.html)\n\n#### .x([value])\nSet or get x coordinate for legend widget. Default value: 0.\n\n#### .y([value])\nSet or get y coordinate for legend widget. Default value: 0.\n\n#### .gap([value])\nSet or get gap between legend items. Default value: 5.\n\n#### .itemHeight([value])\nSet or get legend item height. Default value: 12.\n\n#### .othersLabel([label])\nGet or set the label for *Others* slice when slices cap is specified. Default label is **Others**.\n\n#### .othersGrouper([grouperFunction])\nGet or set the grouper funciton that will perform the insersion of data for the *Others* slice if the slices cap is\nspecified. By default the grouper function implements the following logic, you can and should change this function to\nmatch your data structure. If set to a falsy value, no others will be added;\n```js\nfunction (data, sum) {\n    data.push({\"key\": _othersLabel, \"value\": sum });\n};\n```\n\n## <a name=\"number-display\" href=\"#number-display\">#</a> Number Display [Concrete] < [Base Chart](#base-chart)\nA display of a single numeric value.\n\nExamples:\n\n* [Test Example](http://nickqizhu.github.io/dc.js/examples/number.html)\n\n#### dc.numberDisplay(parent[, chartGroup])\nCreate a Number Display instance and attach it to the given parent element.\n\nUnlike other charts, you do not need to set a dimension. Instead a valid group object must be provided and valueAccessor that is expected to return a single value.\n\nParameters:\n\n* parent : string - any valid d3 single selector representing typically a dom block element such as a div or span\n* chartGroup : string (optional) - name of the chart group this chart instance should be placed in. Once a chart is placed\nin a certain chart group then any interaction with such instance will only trigger events and redraw within the same\nchart group.\n\nReturn:\nA newly created number display instance\n\n```js\n// create a number display under #chart-container1 element using the default global chart group\nvar display1 = dc.numberDisplay(\"#chart-container1\");\n```\n\n#### .value()\nCalculate and return the underlying value of the display\n\n#### .formatNumber([formatter])\nGet or set a function to format the value for the display. By default `d3.format(\".2s\");` is used.\n"
  },
  {
    "path": "docs/old-api-docs/api-2.0.0.md",
    "content": "<a name=\"dc\"></a>\n\n## dc : <code>object</code>\nThe entire dc.js library is scoped under the **dc** name space. It does not introduce\nanything else into the global name space.\n\nMost `dc` functions are designed to allow function chaining, meaning they return the current chart\ninstance whenever it is appropriate.  The getter forms of functions do not participate in function\nchaining because they return values that are not the chart, although some,\nsuch as [.svg](#dc.baseMixin+svg) and [.xAxis](#dc.coordinateGridMixin+xAxis),\nreturn values that are themselves chainable d3 objects.\n\n**Kind**: global namespace  \n**Version**: 2.0.0  \n**Example**  \n```js\n// Example chaining\nchart.width(300)\n     .height(300)\n     .filter('sunday');\n```\n\n* [dc](#dc) : <code>object</code>\n    * [.pieChart](#dc.pieChart)\n        * [new pieChart(parent, [chartGroup])](#new_dc.pieChart_new)\n        * [.slicesCap([cap])](#dc.pieChart+slicesCap) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.externalRadiusPadding([externalRadiusPadding])](#dc.pieChart+externalRadiusPadding) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.innerRadius([innerRadius])](#dc.pieChart+innerRadius) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.radius([radius])](#dc.pieChart+radius) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.cx([cx])](#dc.pieChart+cx) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.cy([cy])](#dc.pieChart+cy) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.minAngleForLabel([minAngleForLabel])](#dc.pieChart+minAngleForLabel) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.emptyTitle([title])](#dc.pieChart+emptyTitle) ⇒ <code>String</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.externalLabels([externalLabelRadius])](#dc.pieChart+externalLabels) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n        * [.drawPaths([drawPaths])](#dc.pieChart+drawPaths) ⇒ <code>Boolean</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.barChart](#dc.barChart)\n        * [new barChart(parent, [chartGroup])](#new_dc.barChart_new)\n        * [.centerBar([centerBar])](#dc.barChart+centerBar) ⇒ <code>Boolean</code> &#124; <code>[barChart](#dc.barChart)</code>\n        * [.barPadding([barPadding])](#dc.barChart+barPadding) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\n        * [.outerPadding([padding])](#dc.barChart+outerPadding) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\n        * [.gap([gap])](#dc.barChart+gap) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\n        * [.alwaysUseRounding([alwaysUseRounding])](#dc.barChart+alwaysUseRounding) ⇒ <code>Boolean</code> &#124; <code>[barChart](#dc.barChart)</code>\n    * [.lineChart](#dc.lineChart)\n        * [new lineChart(parent, [chartGroup])](#new_dc.lineChart_new)\n        * [.interpolate([interpolate])](#dc.lineChart+interpolate) ⇒ <code>String</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n        * [.tension([tension])](#dc.lineChart+tension) ⇒ <code>Number</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n        * [.defined([defined])](#dc.lineChart+defined) ⇒ <code>function</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n        * [.dashStyle([dashStyle])](#dc.lineChart+dashStyle) ⇒ <code>Array.&lt;Number&gt;</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n        * [.renderArea([renderArea])](#dc.lineChart+renderArea) ⇒ <code>Boolean</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n        * [.xyTipsOn([xyTipsOn])](#dc.lineChart+xyTipsOn) ⇒ <code>Boolean</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n        * [.dotRadius([dotRadius])](#dc.lineChart+dotRadius) ⇒ <code>Number</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n        * [.renderDataPoints([options])](#dc.lineChart+renderDataPoints) ⇒ <code>Object</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n    * [.dataCount](#dc.dataCount)\n        * [new dataCount(parent, [chartGroup])](#new_dc.dataCount_new)\n        * [.html([options])](#dc.dataCount+html) ⇒ <code>Object</code> &#124; <code>[dataCount](#dc.dataCount)</code>\n        * [.formatNumber([formatter])](#dc.dataCount+formatNumber) ⇒ <code>function</code> &#124; <code>[dataCount](#dc.dataCount)</code>\n    * [.dataTable](#dc.dataTable)\n        * [new dataTable(parent, [chartGroup])](#new_dc.dataTable_new)\n        * [.group(groupFunction)](#dc.dataTable+group) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n        * [.size([size])](#dc.dataTable+size) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n        * [.beginSlice([beginSlice])](#dc.dataTable+beginSlice) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n        * [.endSlice([endSlice])](#dc.dataTable+endSlice) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n        * [.columns([columns])](#dc.dataTable+columns) ⇒ <code>Array.&lt;function()&gt;</code>\n        * [.sortBy([sortBy])](#dc.dataTable+sortBy) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n        * [.order([order])](#dc.dataTable+order) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n        * [.showGroups([showGroups])](#dc.dataTable+showGroups) ⇒ <code>Boolean</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n    * [.dataGrid](#dc.dataGrid)\n        * [new dataGrid(parent, [chartGroup])](#new_dc.dataGrid_new)\n        * [.group(groupFunction)](#dc.dataGrid+group) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n        * [.beginSlice([beginSlice])](#dc.dataGrid+beginSlice) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n        * [.endSlice([endSlice])](#dc.dataGrid+endSlice) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n        * [.size([size])](#dc.dataGrid+size) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n        * [.html([html])](#dc.dataGrid+html) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n        * [.htmlGroup([htmlGroup])](#dc.dataGrid+htmlGroup) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n        * [.sortBy([sortByFunction])](#dc.dataGrid+sortBy) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n        * [.order([order])](#dc.dataGrid+order) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n    * [.bubbleChart](#dc.bubbleChart)\n        * [new bubbleChart(parent, [chartGroup])](#new_dc.bubbleChart_new)\n        * [.elasticRadius([elasticRadius])](#dc.bubbleChart+elasticRadius) ⇒ <code>Boolean</code> &#124; <code>[bubbleChart](#dc.bubbleChart)</code>\n        * [.sortBubbleSize([sortBubbleSize])](#dc.bubbleChart+sortBubbleSize) ⇒ <code>Boolean</code> &#124; <code>[bubbleChart](#dc.bubbleChart)</code>\n    * [.compositeChart](#dc.compositeChart)\n        * [new compositeChart(parent, [chartGroup])](#new_dc.compositeChart_new)\n        * [.useRightAxisGridLines([useRightAxisGridLines])](#dc.compositeChart+useRightAxisGridLines) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n        * [.childOptions([childOptions])](#dc.compositeChart+childOptions) ⇒ <code>Object</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n        * [.rightYAxisLabel([rightYAxisLabel], [padding])](#dc.compositeChart+rightYAxisLabel) ⇒ <code>String</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n        * [.compose([subChartArray])](#dc.compositeChart+compose) ⇒ <code>[compositeChart](#dc.compositeChart)</code>\n        * [.children()](#dc.compositeChart+children) ⇒ <code>[Array.&lt;baseMixin&gt;](#dc.baseMixin)</code>\n        * [.shareColors([shareColors])](#dc.compositeChart+shareColors) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n        * [.shareTitle([shareTitle])](#dc.compositeChart+shareTitle) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n        * [.rightY([yScale])](#dc.compositeChart+rightY) ⇒ <code>d3.scale</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n        * [.alignYAxes([alignYAxes])](#dc.compositeChart+alignYAxes) ⇒ <code>Chart</code>\n        * [.rightYAxis([rightYAxis])](#dc.compositeChart+rightYAxis) ⇒ <code>d3.svg.axis</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n    * [.seriesChart](#dc.seriesChart)\n        * [new seriesChart(parent, [chartGroup])](#new_dc.seriesChart_new)\n        * [.chart([chartFunction])](#dc.seriesChart+chart) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n        * [.seriesAccessor([accessor])](#dc.seriesChart+seriesAccessor) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n        * [.seriesSort([sortFunction])](#dc.seriesChart+seriesSort) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n        * [.valueSort([sortFunction])](#dc.seriesChart+valueSort) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n    * [.geoChoroplethChart](#dc.geoChoroplethChart)\n        * [new geoChoroplethChart(parent, [chartGroup])](#new_dc.geoChoroplethChart_new)\n        * [.overlayGeoJson(json, name, keyAccessor)](#dc.geoChoroplethChart+overlayGeoJson) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\n        * [.projection([projection])](#dc.geoChoroplethChart+projection) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\n        * [.geoJsons()](#dc.geoChoroplethChart+geoJsons) ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\n        * [.geoPath()](#dc.geoChoroplethChart+geoPath) ⇒ <code>d3.geo.path</code>\n        * [.removeGeoJson(name)](#dc.geoChoroplethChart+removeGeoJson) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\n    * [.bubbleOverlay](#dc.bubbleOverlay)\n        * [new bubbleOverlay(parent, [chartGroup])](#new_dc.bubbleOverlay_new)\n        * [.svg([imageElement])](#dc.bubbleOverlay+svg) ⇒ <code>[bubbleOverlay](#dc.bubbleOverlay)</code>\n        * [.point(name, x, y)](#dc.bubbleOverlay+point) ⇒ <code>[bubbleOverlay](#dc.bubbleOverlay)</code>\n    * [.rowChart](#dc.rowChart)\n        * [new rowChart(parent, [chartGroup])](#new_dc.rowChart_new)\n        * [.x([scale])](#dc.rowChart+x) ⇒ <code>d3.scale</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n        * [.renderTitleLabel([renderTitleLabel])](#dc.rowChart+renderTitleLabel) ⇒ <code>Boolean</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n        * [.xAxis()](#dc.rowChart+xAxis) ⇒ <code>d3.svg.axis</code>\n        * [.fixedBarHeight([fixedBarHeight])](#dc.rowChart+fixedBarHeight) ⇒ <code>Boolean</code> &#124; <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n        * [.gap([gap])](#dc.rowChart+gap) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n        * [.elasticX([elasticX])](#dc.rowChart+elasticX) ⇒ <code>Boolean</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n        * [.labelOffsetX([labelOffsetX])](#dc.rowChart+labelOffsetX) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n        * [.labelOffsetY([labelOffsety])](#dc.rowChart+labelOffsetY) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n        * [.titleLabelOffsetX([titleLabelOffsetX])](#dc.rowChart+titleLabelOffsetX) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n    * [.legend](#dc.legend)\n        * [new legend()](#new_dc.legend_new)\n        * [.x([x])](#dc.legend+x) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.y([y])](#dc.legend+y) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.gap([gap])](#dc.legend+gap) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.itemHeight([itemHeight])](#dc.legend+itemHeight) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.horizontal([horizontal])](#dc.legend+horizontal) ⇒ <code>Boolean</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.legendWidth([legendWidth])](#dc.legend+legendWidth) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.itemWidth([itemWidth])](#dc.legend+itemWidth) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.autoItemWidth([autoItemWidth])](#dc.legend+autoItemWidth) ⇒ <code>Boolean</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.legendText([legendText])](#dc.legend+legendText) ⇒ <code>function</code> &#124; <code>[legend](#dc.legend)</code>\n        * [.maxItems([maxItems])](#dc.legend+maxItems) ⇒ <code>[legend](#dc.legend)</code>\n    * [.scatterPlot](#dc.scatterPlot)\n        * [new scatterPlot(parent, [chartGroup])](#new_dc.scatterPlot_new)\n        * [.emptyColor](#dc.scatterPlot+emptyColor) ⇒ <code>String</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.emptyOpacity](#dc.scatterPlot+emptyOpacity) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.nonemptyOpacity](#dc.scatterPlot+nonemptyOpacity) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.existenceAccessor([accessor])](#dc.scatterPlot+existenceAccessor) ⇒ <code>function</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.symbol([type])](#dc.scatterPlot+symbol) ⇒ <code>String</code> &#124; <code>function</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.symbolSize([symbolSize])](#dc.scatterPlot+symbolSize) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.highlightedSize([highlightedSize])](#dc.scatterPlot+highlightedSize) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.excludedSize([excludedSize])](#dc.scatterPlot+excludedSize) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.excludedColor([excludedColor])](#dc.scatterPlot+excludedColor) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.excludedOpacity([excludedOpacity])](#dc.scatterPlot+excludedOpacity) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n        * [.emptySize([emptySize])](#dc.scatterPlot+emptySize) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.numberDisplay](#dc.numberDisplay)\n        * [new numberDisplay(parent, [chartGroup])](#new_dc.numberDisplay_new)\n        * [.html([html])](#dc.numberDisplay+html) ⇒ <code>Object</code> &#124; <code>[numberDisplay](#dc.numberDisplay)</code>\n        * [.value()](#dc.numberDisplay+value) ⇒ <code>Number</code>\n        * [.formatNumber([formatter])](#dc.numberDisplay+formatNumber) ⇒ <code>function</code> &#124; <code>[numberDisplay](#dc.numberDisplay)</code>\n    * [.heatMap](#dc.heatMap)\n        * [new heatMap(parent, [chartGroup])](#new_dc.heatMap_new)\n        * [.colsLabel([labelFunction])](#dc.heatMap+colsLabel) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n        * [.rowsLabel([labelFunction])](#dc.heatMap+rowsLabel) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n        * [.rows([rows])](#dc.heatMap+rows) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n        * [.cols([cols])](#dc.heatMap+cols) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n        * [.boxOnClick([handler])](#dc.heatMap+boxOnClick) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n        * [.xAxisOnClick([handler])](#dc.heatMap+xAxisOnClick) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n        * [.yAxisOnClick([handler])](#dc.heatMap+yAxisOnClick) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n        * [.xBorderRadius([xBorderRadius])](#dc.heatMap+xBorderRadius) ⇒ <code>Number</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n        * [.yBorderRadius([yBorderRadius])](#dc.heatMap+yBorderRadius) ⇒ <code>Number</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.boxPlot](#dc.boxPlot)\n        * [new boxPlot(parent, [chartGroup])](#new_dc.boxPlot_new)\n        * [.boxPadding([padding])](#dc.boxPlot+boxPadding) ⇒ <code>Number</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\n        * [.outerPadding([padding])](#dc.boxPlot+outerPadding) ⇒ <code>Number</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\n        * [.boxWidth([boxWidth])](#dc.boxPlot+boxWidth) ⇒ <code>Number</code> &#124; <code>function</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\n        * [.tickFormat([tickFormat])](#dc.boxPlot+tickFormat) ⇒ <code>Number</code> &#124; <code>function</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\n    * [.baseMixin](#dc.baseMixin) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.height([height])](#dc.baseMixin+height) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.width([width])](#dc.baseMixin+width) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.minWidth([minWidth])](#dc.baseMixin+minWidth) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.minHeight([minHeight])](#dc.baseMixin+minHeight) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.dimension([dimension])](#dc.baseMixin+dimension) ⇒ <code>crossfilter.dimension</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.data([callback])](#dc.baseMixin+data) ⇒ <code>\\*</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.group([group], [name])](#dc.baseMixin+group) ⇒ <code>crossfilter.group</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.ordering([orderFunction])](#dc.baseMixin+ordering) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.filterAll()](#dc.baseMixin+filterAll) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.select()](#dc.baseMixin+select) ⇒ <code>d3.selection</code>\n        * [.selectAll()](#dc.baseMixin+selectAll) ⇒ <code>d3.selection</code>\n        * [.anchor([parent], [chartGroup])](#dc.baseMixin+anchor) ⇒ <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.anchorName()](#dc.baseMixin+anchorName) ⇒ <code>String</code>\n        * [.root([rootElement])](#dc.baseMixin+root) ⇒ <code>HTMLElement</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.svg([svgElement])](#dc.baseMixin+svg) ⇒ <code>SVGElement</code> &#124; <code>d3.selection</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.resetSvg()](#dc.baseMixin+resetSvg) ⇒ <code>SVGElement</code>\n        * [.filterPrinter([filterPrinterFunction])](#dc.baseMixin+filterPrinter) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.controlsUseVisibility([controlsUseVisibility])](#dc.baseMixin+controlsUseVisibility) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.turnOnControls()](#dc.baseMixin+turnOnControls) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.turnOffControls()](#dc.baseMixin+turnOffControls) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.transitionDuration([duration])](#dc.baseMixin+transitionDuration) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.transitionDelay([delay])](#dc.baseMixin+transitionDelay) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.render()](#dc.baseMixin+render) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.redraw()](#dc.baseMixin+redraw) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.commitHandler()](#dc.baseMixin+commitHandler) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.redrawGroup()](#dc.baseMixin+redrawGroup) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.renderGroup()](#dc.baseMixin+renderGroup) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.hasFilterHandler([hasFilterHandler])](#dc.baseMixin+hasFilterHandler) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.hasFilter([filter])](#dc.baseMixin+hasFilter) ⇒ <code>Boolean</code>\n        * [.removeFilterHandler([removeFilterHandler])](#dc.baseMixin+removeFilterHandler) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.addFilterHandler([addFilterHandler])](#dc.baseMixin+addFilterHandler) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.resetFilterHandler([resetFilterHandler])](#dc.baseMixin+resetFilterHandler) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.replaceFilter([filter])](#dc.baseMixin+replaceFilter) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.filter([filter])](#dc.baseMixin+filter) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.filters()](#dc.baseMixin+filters) ⇒ <code>Array.&lt;\\*&gt;</code>\n        * [.onClick(datum)](#dc.baseMixin+onClick)\n        * [.filterHandler([filterHandler])](#dc.baseMixin+filterHandler) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.keyAccessor([keyAccessor])](#dc.baseMixin+keyAccessor) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.valueAccessor([valueAccessor])](#dc.baseMixin+valueAccessor) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.label([labelFunction], [enableLabels])](#dc.baseMixin+label) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.renderLabel([renderLabel])](#dc.baseMixin+renderLabel) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.title([titleFunction])](#dc.baseMixin+title) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.renderTitle([renderTitle])](#dc.baseMixin+renderTitle) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * ~~[.renderlet(renderletFunction)](#dc.baseMixin+renderlet) ⇒ <code>[baseMixin](#dc.baseMixin)</code>~~\n        * [.chartGroup([chartGroup])](#dc.baseMixin+chartGroup) ⇒ <code>String</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.expireCache()](#dc.baseMixin+expireCache) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.legend([legend])](#dc.baseMixin+legend) ⇒ <code>[legend](#dc.legend)</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n        * [.chartID()](#dc.baseMixin+chartID) ⇒ <code>String</code>\n        * [.options(opts)](#dc.baseMixin+options) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n        * [.on(event, listener)](#dc.baseMixin+on) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.marginMixin](#dc.marginMixin) ⇒ <code>[marginMixin](#dc.marginMixin)</code>\n        * [.margins([margins])](#dc.marginMixin+margins) ⇒ <code>Object</code> &#124; <code>[marginMixin](#dc.marginMixin)</code>\n    * [.colorMixin](#dc.colorMixin) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\n        * [.colors([colorScale])](#dc.colorMixin+colors) ⇒ <code>d3.scale</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n        * [.ordinalColors(r)](#dc.colorMixin+ordinalColors) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\n        * [.linearColors(r)](#dc.colorMixin+linearColors) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\n        * [.colorAccessor([colorAccessor])](#dc.colorMixin+colorAccessor) ⇒ <code>function</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n        * [.colorDomain([domain])](#dc.colorMixin+colorDomain) ⇒ <code>Array.&lt;String&gt;</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n        * [.calculateColorDomain()](#dc.colorMixin+calculateColorDomain) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\n        * [.getColor(d, [i])](#dc.colorMixin+getColor) ⇒ <code>String</code>\n        * [.colorCalculator([colorCalculator])](#dc.colorMixin+colorCalculator) ⇒ <code>function</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n    * [.coordinateGridMixin](#dc.coordinateGridMixin) ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.rescale()](#dc.coordinateGridMixin+rescale) ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.rangeChart([rangeChart])](#dc.coordinateGridMixin+rangeChart) ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.zoomScale([extent])](#dc.coordinateGridMixin+zoomScale) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.zoomOutRestrict([zoomOutRestrict])](#dc.coordinateGridMixin+zoomOutRestrict) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.g([gElement])](#dc.coordinateGridMixin+g) ⇒ <code>SVGElement</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.mouseZoomable([mouseZoomable])](#dc.coordinateGridMixin+mouseZoomable) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.chartBodyG([chartBodyG])](#dc.coordinateGridMixin+chartBodyG) ⇒ <code>SVGElement</code>\n        * [.x([xScale])](#dc.coordinateGridMixin+x) ⇒ <code>d3.scale</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.xUnits([xUnits])](#dc.coordinateGridMixin+xUnits) ⇒ <code>function</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.xAxis([xAxis])](#dc.coordinateGridMixin+xAxis) ⇒ <code>d3.svg.axis</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.elasticX([elasticX])](#dc.coordinateGridMixin+elasticX) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.xAxisPadding([padding])](#dc.coordinateGridMixin+xAxisPadding) ⇒ <code>Number</code> &#124; <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.xAxisPaddingUnit([unit])](#dc.coordinateGridMixin+xAxisPaddingUnit) ⇒ <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.xUnitCount()](#dc.coordinateGridMixin+xUnitCount) ⇒ <code>Number</code>\n        * [.useRightYAxis([useRightYAxis])](#dc.coordinateGridMixin+useRightYAxis) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.isOrdinal()](#dc.coordinateGridMixin+isOrdinal) ⇒ <code>Boolean</code>\n        * [.xAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+xAxisLabel) ⇒ <code>String</code>\n        * [.yAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+yAxisLabel) ⇒ <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.y([yScale])](#dc.coordinateGridMixin+y) ⇒ <code>d3.scale</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.yAxis([yAxis])](#dc.coordinateGridMixin+yAxis) ⇒ <code>d3.svg.axis</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.elasticY([elasticY])](#dc.coordinateGridMixin+elasticY) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.renderHorizontalGridLines([renderHorizontalGridLines])](#dc.coordinateGridMixin+renderHorizontalGridLines) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.renderVerticalGridLines([renderVerticalGridLines])](#dc.coordinateGridMixin+renderVerticalGridLines) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.xAxisMin()](#dc.coordinateGridMixin+xAxisMin) ⇒ <code>\\*</code>\n        * [.xAxisMax()](#dc.coordinateGridMixin+xAxisMax) ⇒ <code>\\*</code>\n        * [.yAxisMin()](#dc.coordinateGridMixin+yAxisMin) ⇒ <code>\\*</code>\n        * [.yAxisMax()](#dc.coordinateGridMixin+yAxisMax) ⇒ <code>\\*</code>\n        * [.yAxisPadding([padding])](#dc.coordinateGridMixin+yAxisPadding) ⇒ <code>Number</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.round([round])](#dc.coordinateGridMixin+round) ⇒ <code>function</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.clipPadding([padding])](#dc.coordinateGridMixin+clipPadding) ⇒ <code>Number</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n        * [.focus([range])](#dc.coordinateGridMixin+focus)\n        * [.brushOn([brushOn])](#dc.coordinateGridMixin+brushOn) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.stackMixin](#dc.stackMixin) ⇒ <code>[stackMixin](#dc.stackMixin)</code>\n        * [.stack(group, [name], [accessor])](#dc.stackMixin+stack) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\n        * [.hidableStacks([hidableStacks])](#dc.stackMixin+hidableStacks) ⇒ <code>Boolean</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\n        * [.hideStack(stackName)](#dc.stackMixin+hideStack) ⇒ <code>[stackMixin](#dc.stackMixin)</code>\n        * [.showStack(stackName)](#dc.stackMixin+showStack) ⇒ <code>[stackMixin](#dc.stackMixin)</code>\n        * [.title([stackName], [titleAccessor])](#dc.stackMixin+title) ⇒ <code>String</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\n        * [.stackLayout([stack])](#dc.stackMixin+stackLayout) ⇒ <code>function</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\n    * [.capMixin](#dc.capMixin) ⇒ <code>[capMixin](#dc.capMixin)</code>\n        * [.cap([count])](#dc.capMixin+cap) ⇒ <code>Number</code> &#124; <code>[capMixin](#dc.capMixin)</code>\n        * [.othersLabel([label])](#dc.capMixin+othersLabel) ⇒ <code>String</code> &#124; <code>[capMixin](#dc.capMixin)</code>\n        * [.othersGrouper([grouperFunction])](#dc.capMixin+othersGrouper) ⇒ <code>function</code> &#124; <code>[capMixin](#dc.capMixin)</code>\n    * [.bubbleMixin](#dc.bubbleMixin) ⇒ <code>[bubbleMixin](#dc.bubbleMixin)</code>\n        * [.r([bubbleRadiusScale])](#dc.bubbleMixin+r) ⇒ <code>d3.scale</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n        * [.radiusValueAccessor([radiusValueAccessor])](#dc.bubbleMixin+radiusValueAccessor) ⇒ <code>function</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n        * [.minRadius([radius])](#dc.bubbleMixin+minRadius) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n        * [.minRadiusWithLabel([radius])](#dc.bubbleMixin+minRadiusWithLabel) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n        * [.maxBubbleRelativeSize([relativeSize])](#dc.bubbleMixin+maxBubbleRelativeSize) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n    * [.disableTransitions](#dc.disableTransitions) : <code>Boolean</code>\n    * [.dateFormat](#dc.dateFormat) : <code>function</code>\n    * [.chartRegistry](#dc.chartRegistry) : <code>object</code>\n        * [.has(chart)](#dc.chartRegistry.has) ⇒ <code>Boolean</code>\n        * [.register(chart, [group])](#dc.chartRegistry.register)\n        * [.deregister(chart, [group])](#dc.chartRegistry.deregister)\n        * [.clear(group)](#dc.chartRegistry.clear)\n        * [.list([group])](#dc.chartRegistry.list) ⇒ <code>Array.&lt;Object&gt;</code>\n    * [.units](#dc.units) : <code>object</code>\n        * [.fp](#dc.units.fp) : <code>object</code>\n            * [.precision(precision)](#dc.units.fp.precision) ⇒ <code>function</code>\n        * [.integers(start, end)](#dc.units.integers) ⇒ <code>Number</code>\n        * [.ordinal(start, end, domain)](#dc.units.ordinal) ⇒ <code>Array.&lt;String&gt;</code>\n    * [.printers](#dc.printers) : <code>object</code>\n        * [.filters(filters)](#dc.printers.filters) ⇒ <code>String</code>\n        * [.filter(filter)](#dc.printers.filter) ⇒ <code>String</code>\n    * [.utils](#dc.utils) : <code>object</code>\n        * [.printSingleValue(filter)](#dc.utils.printSingleValue) ⇒ <code>String</code>\n        * [.add(l, r, [t])](#dc.utils.add) ⇒ <code>String</code> &#124; <code>Date</code> &#124; <code>Number</code>\n        * [.subtract(l, r, [t])](#dc.utils.subtract) ⇒ <code>String</code> &#124; <code>Date</code> &#124; <code>Number</code>\n        * [.isNumber(n)](#dc.utils.isNumber) ⇒ <code>Boolean</code>\n        * [.isFloat(n)](#dc.utils.isFloat) ⇒ <code>Boolean</code>\n        * [.isInteger(n)](#dc.utils.isInteger) ⇒ <code>Boolean</code>\n        * [.isNegligible(n)](#dc.utils.isNegligible) ⇒ <code>Boolean</code>\n        * [.clamp(val, min, max)](#dc.utils.clamp) ⇒ <code>any</code>\n        * [.uniqueId()](#dc.utils.uniqueId) ⇒ <code>Number</code>\n        * [.nameToId(name)](#dc.utils.nameToId) ⇒ <code>String</code>\n        * [.appendOrSelect(parent, selector, tag)](#dc.utils.appendOrSelect) ⇒ <code>d3.selection</code>\n        * [.safeNumber(n)](#dc.utils.safeNumber) ⇒ <code>Number</code>\n    * [.filters](#dc.filters) : <code>object</code>\n        * [.RangedFilter](#dc.filters.RangedFilter)\n            * [new RangedFilter(low, high)](#new_dc.filters.RangedFilter_new)\n        * [.TwoDimensionalFilter](#dc.filters.TwoDimensionalFilter)\n            * [new TwoDimensionalFilter(filter)](#new_dc.filters.TwoDimensionalFilter_new)\n        * [.RangedTwoDimensionalFilter](#dc.filters.RangedTwoDimensionalFilter)\n            * [new RangedTwoDimensionalFilter(filter)](#new_dc.filters.RangedTwoDimensionalFilter_new)\n    * [.registerChart(chart, [group])](#dc.registerChart)\n    * [.deregisterChart(chart, [group])](#dc.deregisterChart)\n    * [.hasChart(chart)](#dc.hasChart) ⇒ <code>Boolean</code>\n    * [.deregisterAllCharts(group)](#dc.deregisterAllCharts)\n    * [.filterAll([group])](#dc.filterAll)\n    * [.refocusAll([group])](#dc.refocusAll)\n    * [.renderAll([group])](#dc.renderAll)\n    * [.redrawAll([group])](#dc.redrawAll)\n    * [.transition(selection, [duration], [delay], [name])](#dc.transition) ⇒ <code>d3.transition</code> &#124; <code>d3.selection</code>\n    * [.pluck(n, [f])](#dc.pluck) ⇒ <code>function</code>\n\n<a name=\"dc.pieChart\"></a>\n\n### dc.pieChart\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[capMixin](#dc.capMixin)</code>, <code>[colorMixin](#dc.colorMixin)</code>, <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.pieChart](#dc.pieChart)\n    * [new pieChart(parent, [chartGroup])](#new_dc.pieChart_new)\n    * [.slicesCap([cap])](#dc.pieChart+slicesCap) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.externalRadiusPadding([externalRadiusPadding])](#dc.pieChart+externalRadiusPadding) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.innerRadius([innerRadius])](#dc.pieChart+innerRadius) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.radius([radius])](#dc.pieChart+radius) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.cx([cx])](#dc.pieChart+cx) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.cy([cy])](#dc.pieChart+cy) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.minAngleForLabel([minAngleForLabel])](#dc.pieChart+minAngleForLabel) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.emptyTitle([title])](#dc.pieChart+emptyTitle) ⇒ <code>String</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.externalLabels([externalLabelRadius])](#dc.pieChart+externalLabels) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n    * [.drawPaths([drawPaths])](#dc.pieChart+drawPaths) ⇒ <code>Boolean</code> &#124; <code>[pieChart](#dc.pieChart)</code>\n\n<a name=\"new_dc.pieChart_new\"></a>\n\n#### new pieChart(parent, [chartGroup])\nThe pie chart implementation is usually used to visualize a small categorical distribution.  The pie\nchart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\nslice relative to the sum of all values. Slices are ordered by [ordering](#dc.baseMixin+ordering)\nwhich defaults to sorting by key.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a pie chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.pieChart('#chart-container1');\n// create a pie chart under #chart-container2 element using chart group A\nvar chart2 = dc.pieChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.pieChart+slicesCap\"></a>\n\n#### pieChart.slicesCap([cap]) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nGet or set the maximum number of slices the pie chart will generate. The top slices are determined by\nvalue from high to low. Other slices exceeding the cap will be rolled up into one single *Others* slice.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [cap] | <code>Number</code> | \n\n<a name=\"dc.pieChart+externalRadiusPadding\"></a>\n\n#### pieChart.externalRadiusPadding([externalRadiusPadding]) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nGet or set the external radius padding of the pie chart. This will force the radius of the\npie chart to become smaller or larger depending on the value.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [externalRadiusPadding] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.pieChart+innerRadius\"></a>\n\n#### pieChart.innerRadius([innerRadius]) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nGet or set the inner radius of the pie chart. If the inner radius is greater than 0px then the\npie chart will be rendered as a doughnut chart.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [innerRadius] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.pieChart+radius\"></a>\n\n#### pieChart.radius([radius]) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nGet or set the outer radius. If the radius is not set, it will be half of the minimum of the\nchart width and height.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [radius] | <code>Number</code> | \n\n<a name=\"dc.pieChart+cx\"></a>\n\n#### pieChart.cx([cx]) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nGet or set center x coordinate position. Default is center of svg.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [cx] | <code>Number</code> | \n\n<a name=\"dc.pieChart+cy\"></a>\n\n#### pieChart.cy([cy]) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nGet or set center y coordinate position. Default is center of svg.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [cy] | <code>Number</code> | \n\n<a name=\"dc.pieChart+minAngleForLabel\"></a>\n\n#### pieChart.minAngleForLabel([minAngleForLabel]) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not\ndisplay a slice label.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minAngleForLabel] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.pieChart+emptyTitle\"></a>\n\n#### pieChart.emptyTitle([title]) ⇒ <code>String</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nTitle to use for the only slice when there is no data.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [title] | <code>String</code> | \n\n<a name=\"dc.pieChart+externalLabels\"></a>\n\n#### pieChart.externalLabels([externalLabelRadius]) ⇒ <code>Number</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nPosition slice labels offset from the outer edge of the chart.\n\nThe argument specifies the extra radius to be added for slice labels.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [externalLabelRadius] | <code>Number</code> | \n\n<a name=\"dc.pieChart+drawPaths\"></a>\n\n#### pieChart.drawPaths([drawPaths]) ⇒ <code>Boolean</code> &#124; <code>[pieChart](#dc.pieChart)</code>\nGet or set whether to draw lines from pie slices to their labels.\n\n**Kind**: instance method of <code>[pieChart](#dc.pieChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [drawPaths] | <code>Boolean</code> | \n\n<a name=\"dc.barChart\"></a>\n\n### dc.barChart\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[stackMixin](#dc.stackMixin)</code>, <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n* [.barChart](#dc.barChart)\n    * [new barChart(parent, [chartGroup])](#new_dc.barChart_new)\n    * [.centerBar([centerBar])](#dc.barChart+centerBar) ⇒ <code>Boolean</code> &#124; <code>[barChart](#dc.barChart)</code>\n    * [.barPadding([barPadding])](#dc.barChart+barPadding) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\n    * [.outerPadding([padding])](#dc.barChart+outerPadding) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\n    * [.gap([gap])](#dc.barChart+gap) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\n    * [.alwaysUseRounding([alwaysUseRounding])](#dc.barChart+alwaysUseRounding) ⇒ <code>Boolean</code> &#124; <code>[barChart](#dc.barChart)</code>\n\n<a name=\"new_dc.barChart_new\"></a>\n\n#### new barChart(parent, [chartGroup])\nConcrete bar chart/histogram implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> &#124; <code>[compositeChart](#dc.compositeChart)</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection.  If the bar chart is a sub-chart in a [Composite Chart](#dc.compositeChart) then pass in the parent composite chart instance instead. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bar chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.barChart('#chart-container1');\n// create a bar chart under #chart-container2 element using chart group A\nvar chart2 = dc.barChart('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.barChart(compositeChart);\n```\n<a name=\"dc.barChart+centerBar\"></a>\n\n#### barChart.centerBar([centerBar]) ⇒ <code>Boolean</code> &#124; <code>[barChart](#dc.barChart)</code>\nWhether the bar chart will render each bar centered around the data position on the x-axis.\n\n**Kind**: instance method of <code>[barChart](#dc.barChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [centerBar] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.barChart+barPadding\"></a>\n\n#### barChart.barPadding([barPadding]) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\nGet or set the spacing between bars as a fraction of bar size. Valid values are between 0-1.\nSetting this value will also remove any previously set [gap](#dc.barChart+gap). See the\n[d3 docs](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md#ordinal_rangeBands)\nfor a visual description of how the padding is applied.\n\n**Kind**: instance method of <code>[barChart](#dc.barChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [barPadding] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.barChart+outerPadding\"></a>\n\n#### barChart.outerPadding([padding]) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\nGet or set the outer padding on an ordinal bar chart. This setting has no effect on non-ordinal charts.\nWill pad the width by `padding * barWidth` on each side of the chart.\n\n**Kind**: instance method of <code>[barChart](#dc.barChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.barChart+gap\"></a>\n\n#### barChart.gap([gap]) ⇒ <code>Number</code> &#124; <code>[barChart](#dc.barChart)</code>\nManually set fixed gap (in px) between bars instead of relying on the default auto-generated\ngap.  By default the bar chart implementation will calculate and set the gap automatically\nbased on the number of data points and the length of the x axis.\n\n**Kind**: instance method of <code>[barChart](#dc.barChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>2</code> | \n\n<a name=\"dc.barChart+alwaysUseRounding\"></a>\n\n#### barChart.alwaysUseRounding([alwaysUseRounding]) ⇒ <code>Boolean</code> &#124; <code>[barChart](#dc.barChart)</code>\nSet or get whether rounding is enabled when bars are centered. If false, using\nrounding with centered bars will result in a warning and rounding will be ignored.  This flag\nhas no effect if bars are not [centered](#dc.barChart+centerBar).\nWhen using standard d3.js rounding methods, the brush often doesn't align correctly with\ncentered bars since the bars are offset.  The rounding function must add an offset to\ncompensate, such as in the following example.\n\n**Kind**: instance method of <code>[barChart](#dc.barChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [alwaysUseRounding] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.round(function(n) { return Math.floor(n) + 0.5; });\n```\n<a name=\"dc.lineChart\"></a>\n\n### dc.lineChart\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[stackMixin](#dc.stackMixin)</code>, <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n* [.lineChart](#dc.lineChart)\n    * [new lineChart(parent, [chartGroup])](#new_dc.lineChart_new)\n    * [.interpolate([interpolate])](#dc.lineChart+interpolate) ⇒ <code>String</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n    * [.tension([tension])](#dc.lineChart+tension) ⇒ <code>Number</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n    * [.defined([defined])](#dc.lineChart+defined) ⇒ <code>function</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n    * [.dashStyle([dashStyle])](#dc.lineChart+dashStyle) ⇒ <code>Array.&lt;Number&gt;</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n    * [.renderArea([renderArea])](#dc.lineChart+renderArea) ⇒ <code>Boolean</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n    * [.xyTipsOn([xyTipsOn])](#dc.lineChart+xyTipsOn) ⇒ <code>Boolean</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n    * [.dotRadius([dotRadius])](#dc.lineChart+dotRadius) ⇒ <code>Number</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n    * [.renderDataPoints([options])](#dc.lineChart+renderDataPoints) ⇒ <code>Object</code> &#124; <code>[lineChart](#dc.lineChart)</code>\n\n<a name=\"new_dc.lineChart_new\"></a>\n\n#### new lineChart(parent, [chartGroup])\nConcrete line/area chart implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> &#124; <code>[compositeChart](#dc.compositeChart)</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection.  If the line chart is a sub-chart in a [Composite Chart](#dc.compositeChart) then pass in the parent composite chart instance instead. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a line chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.lineChart('#chart-container1');\n// create a line chart under #chart-container2 element using chart group A\nvar chart2 = dc.lineChart('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.lineChart(compositeChart);\n```\n<a name=\"dc.lineChart+interpolate\"></a>\n\n#### lineChart.interpolate([interpolate]) ⇒ <code>String</code> &#124; <code>[lineChart](#dc.lineChart)</code>\nGets or sets the interpolator to use for lines drawn, by string name, allowing e.g. step\nfunctions, splines, and cubic interpolation.  This is passed to\n[d3.svg.line.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_interpolate) and\n[d3.svg.area.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#area_interpolate),\nwhere you can find a complete list of valid arguments.\n\n**Kind**: instance method of <code>[lineChart](#dc.lineChart)</code>  \n**See**\n\n- [d3.svg.line.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_interpolate)\n- [d3.svg.area.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#area_interpolate)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [interpolate] | <code>String</code> | <code>&#x27;linear&#x27;</code> | \n\n<a name=\"dc.lineChart+tension\"></a>\n\n#### lineChart.tension([tension]) ⇒ <code>Number</code> &#124; <code>[lineChart](#dc.lineChart)</code>\nGets or sets the tension to use for lines drawn, in the range 0 to 1.\nThis parameter further customizes the interpolation behavior.  It is passed to\n[d3.svg.line.tension](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_tension) and\n[d3.svg.area.tension](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#area_tension).\n\n**Kind**: instance method of <code>[lineChart](#dc.lineChart)</code>  \n**See**\n\n- [d3.svg.line.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_interpolate)\n- [d3.svg.area.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#area_interpolate)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [tension] | <code>Number</code> | <code>0.7</code> | \n\n<a name=\"dc.lineChart+defined\"></a>\n\n#### lineChart.defined([defined]) ⇒ <code>function</code> &#124; <code>[lineChart](#dc.lineChart)</code>\nGets or sets a function that will determine discontinuities in the line which should be\nskipped: the path will be broken into separate subpaths if some points are undefined.\nThis function is passed to\n[d3.svg.line.defined](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_defined)\n\nNote: crossfilter will sometimes coerce nulls to 0, so you may need to carefully write\ncustom reduce functions to get this to work, depending on your data. See\n[this GitHub comment](https://github.com/dc-js/dc.js/issues/615#issuecomment-49089248)\nfor more details and an example.\n\n**Kind**: instance method of <code>[lineChart](#dc.lineChart)</code>  \n**See**: [d3.svg.line.defined](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_defined)  \n\n| Param | Type |\n| --- | --- |\n| [defined] | <code>function</code> | \n\n<a name=\"dc.lineChart+dashStyle\"></a>\n\n#### lineChart.dashStyle([dashStyle]) ⇒ <code>Array.&lt;Number&gt;</code> &#124; <code>[lineChart](#dc.lineChart)</code>\nSet the line's d3 dashstyle. This value becomes the 'stroke-dasharray' of line. Defaults to empty\narray (solid line).\n\n**Kind**: instance method of <code>[lineChart](#dc.lineChart)</code>  \n**See**: [stroke-dasharray](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [dashStyle] | <code>Array.&lt;Number&gt;</code> | <code>[]</code> | \n\n**Example**  \n```js\n// create a Dash Dot Dot Dot\nchart.dashStyle([3,1,1,1]);\n```\n<a name=\"dc.lineChart+renderArea\"></a>\n\n#### lineChart.renderArea([renderArea]) ⇒ <code>Boolean</code> &#124; <code>[lineChart](#dc.lineChart)</code>\nGet or set render area flag. If the flag is set to true then the chart will render the area\nbeneath each line and the line chart effectively becomes an area chart.\n\n**Kind**: instance method of <code>[lineChart](#dc.lineChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderArea] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.lineChart+xyTipsOn\"></a>\n\n#### lineChart.xyTipsOn([xyTipsOn]) ⇒ <code>Boolean</code> &#124; <code>[lineChart](#dc.lineChart)</code>\nTurn on/off the mouseover behavior of an individual data point which renders a circle and x/y axis\ndashed lines back to each respective axis.  This is ignored if the chart\n[brush](#dc.coordinateGridMixin+brushOn) is on\n\n**Kind**: instance method of <code>[lineChart](#dc.lineChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xyTipsOn] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.lineChart+dotRadius\"></a>\n\n#### lineChart.dotRadius([dotRadius]) ⇒ <code>Number</code> &#124; <code>[lineChart](#dc.lineChart)</code>\nGet or set the radius (in px) for dots displayed on the data points.\n\n**Kind**: instance method of <code>[lineChart](#dc.lineChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [dotRadius] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.lineChart+renderDataPoints\"></a>\n\n#### lineChart.renderDataPoints([options]) ⇒ <code>Object</code> &#124; <code>[lineChart](#dc.lineChart)</code>\nAlways show individual dots for each datapoint.\n\nIf `options` is falsy, it disables data point rendering. If no `options` are provided, the\ncurrent `options` values are instead returned.\n\n**Kind**: instance method of <code>[lineChart](#dc.lineChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [options] | <code>Object</code> | <code>{fillOpacity: 0.8, strokeOpacity: 0.8, radius: 2}</code> | \n\n**Example**  \n```js\nchart.renderDataPoints({radius: 2, fillOpacity: 0.8, strokeOpacity: 0.8})\n```\n<a name=\"dc.dataCount\"></a>\n\n### dc.dataCount\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.dataCount](#dc.dataCount)\n    * [new dataCount(parent, [chartGroup])](#new_dc.dataCount_new)\n    * [.html([options])](#dc.dataCount+html) ⇒ <code>Object</code> &#124; <code>[dataCount](#dc.dataCount)</code>\n    * [.formatNumber([formatter])](#dc.dataCount+formatNumber) ⇒ <code>function</code> &#124; <code>[dataCount](#dc.dataCount)</code>\n\n<a name=\"new_dc.dataCount_new\"></a>\n\n#### new dataCount(parent, [chartGroup])\nThe data count widget is a simple widget designed to display the number of records selected by the\ncurrent filters out of the total number of records in the data set. Once created the data count widget\nwill automatically update the text content of child elements with the following classes:\n\n* `.total-count` - total number of records\n* `.filter-count` - number of records matched by the current filters\n\nNote: this widget works best for the specific case of showing the number of records out of a\ntotal. If you want a more general-purpose numeric display, please use the\n[numberDisplay](#dc.numberDisplay) widget instead.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\nvar ndx = crossfilter(data);\nvar all = ndx.groupAll();\n\ndc.dataCount('.dc-data-count')\n    .dimension(ndx)\n    .group(all);\n```\n<a name=\"dc.dataCount+html\"></a>\n\n#### dataCount.html([options]) ⇒ <code>Object</code> &#124; <code>[dataCount](#dc.dataCount)</code>\nGets or sets an optional object specifying HTML templates to use depending how many items are\nselected. The text `%total-count` will replaced with the total number of records, and the text\n`%filter-count` will be replaced with the number of selected records.\n- all: HTML template to use if all items are selected\n- some: HTML template to use if not all items are selected\n\n**Kind**: instance method of <code>[dataCount](#dc.dataCount)</code>  \n\n| Param | Type |\n| --- | --- |\n| [options] | <code>Object</code> | \n\n**Example**  \n```js\ncounter.html({\n     some: '%filter-count out of %total-count records selected',\n     all: 'All records selected. Click on charts to apply filters'\n})\n```\n<a name=\"dc.dataCount+formatNumber\"></a>\n\n#### dataCount.formatNumber([formatter]) ⇒ <code>function</code> &#124; <code>[dataCount](#dc.dataCount)</code>\nGets or sets an optional function to format the filter count and total count.\n\n**Kind**: instance method of <code>[dataCount](#dc.dataCount)</code>  \n**See**: [d3.format](https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [formatter] | <code>function</code> | <code>d3.format(&#x27;.2g&#x27;)</code> | \n\n**Example**  \n```js\ncounter.formatNumber(d3.format('.2g'))\n```\n<a name=\"dc.dataTable\"></a>\n\n### dc.dataTable\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.dataTable](#dc.dataTable)\n    * [new dataTable(parent, [chartGroup])](#new_dc.dataTable_new)\n    * [.group(groupFunction)](#dc.dataTable+group) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n    * [.size([size])](#dc.dataTable+size) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n    * [.beginSlice([beginSlice])](#dc.dataTable+beginSlice) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n    * [.endSlice([endSlice])](#dc.dataTable+endSlice) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n    * [.columns([columns])](#dc.dataTable+columns) ⇒ <code>Array.&lt;function()&gt;</code>\n    * [.sortBy([sortBy])](#dc.dataTable+sortBy) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n    * [.order([order])](#dc.dataTable+order) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n    * [.showGroups([showGroups])](#dc.dataTable+showGroups) ⇒ <code>Boolean</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n\n<a name=\"new_dc.dataTable_new\"></a>\n\n#### new dataTable(parent, [chartGroup])\nThe data table is a simple widget designed to list crossfilter focused data set (rows being\nfiltered) in a good old tabular fashion.\n\nNote: Unlike other charts, the data table (and data grid chart) use the [group](#dc.dataTable+group) attribute as a\nkeying function for [nesting](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#nest) the data\ntogether in groups.  Do not pass in a crossfilter group as this will not work.\n\nAnother interesting feature of the data table is that you can pass a crossfilter group to the `dimension`, as\nlong as you specify the [order](#dc.dataTable+order) as `d3.descending`, since the data\ntable will use `dimension.top()` to fetch the data in that case, and the method is equally\nsupported on the crossfilter group as the crossfilter dimension.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [dataTable on a crossfilter group](http://dc-js.github.io/dc.js/examples/table-on-aggregated-data.html)\n([source](https://github.com/dc-js/dc.js/blob/develop/web/examples/table-on-aggregated-data.html))\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n<a name=\"dc.dataTable+group\"></a>\n\n#### dataTable.group(groupFunction) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\nGet or set the group function for the data table. The group function takes a data row and\nreturns the key to specify to [d3.nest](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_nest)\nto split rows into groups.\n\nDo not pass in a crossfilter group as this will not work.\n\n**Kind**: instance method of <code>[dataTable](#dc.dataTable)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| groupFunction | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n**Example**  \n```js\n// group rows by the value of their field\nchart\n    .group(function(d) { return d.field; })\n```\n<a name=\"dc.dataTable+size\"></a>\n\n#### dataTable.size([size]) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\nGet or set the table size which determines the number of rows displayed by the widget.\n\n**Kind**: instance method of <code>[dataTable](#dc.dataTable)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [size] | <code>Number</code> | <code>25</code> | \n\n<a name=\"dc.dataTable+beginSlice\"></a>\n\n#### dataTable.beginSlice([beginSlice]) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\nGet or set the index of the beginning slice which determines which entries get displayed\nby the widget. Useful when implementing pagination.\n\nNote: the sortBy function will determine how the rows are ordered for pagination purposes.\nSee the [table pagination example](http://dc-js.github.io/dc.js/examples/table-pagination.html)\nto see how to implement the pagination user interface using `beginSlice` and `endSlice`.\n\n**Kind**: instance method of <code>[dataTable](#dc.dataTable)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [beginSlice] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.dataTable+endSlice\"></a>\n\n#### dataTable.endSlice([endSlice]) ⇒ <code>Number</code> &#124; <code>[dataTable](#dc.dataTable)</code>\nGet or set the index of the end slice which determines which entries get displayed by the\nwidget. Useful when implementing pagination. See [`beginSlice`](#dc.dataTable+beginSlice) for more information.\n\n**Kind**: instance method of <code>[dataTable](#dc.dataTable)</code>  \n\n| Param | Type |\n| --- | --- |\n| [endSlice] | <code>Number</code> &#124; <code>undefined</code> | \n\n<a name=\"dc.dataTable+columns\"></a>\n\n#### dataTable.columns([columns]) ⇒ <code>Array.&lt;function()&gt;</code>\nGet or set column functions. The data table widget supports several methods of specifying the\ncolumns to display.\n\nThe original method uses an array of functions to generate dynamic columns. Column functions\nare simple javascript functions with only one input argument `d` which represents a row in\nthe data set. The return value of these functions will be used to generate the content for\neach cell. However, this method requires the HTML for the table to have a fixed set of column\nheaders.\n\n<pre><code>chart.columns([\n    function(d) { return d.date; },\n    function(d) { return d.open; },\n    function(d) { return d.close; },\n    function(d) { return numberFormat(d.close - d.open); },\n    function(d) { return d.volume; }\n]);\n</code></pre>\n\nIn the second method, you can list the columns to read from the data without specifying it as\na function, except where necessary (ie, computed columns).  Note the data element name is\ncapitalized when displayed in the table header. You can also mix in functions as necessary,\nusing the third `{label, format}` form, as shown below.\n\n<pre><code>chart.columns([\n    \"date\",    // d[\"date\"], ie, a field accessor; capitalized automatically\n    \"open\",    // ...\n    \"close\",   // ...\n    {\n        label: \"Change\",\n        format: function (d) {\n            return numberFormat(d.close - d.open);\n        }\n    },\n    \"volume\"   // d[\"volume\"], ie, a field accessor; capitalized automatically\n]);\n</code></pre>\n\nIn the third example, we specify all fields using the `{label, format}` method:\n<pre><code>chart.columns([\n    {\n        label: \"Date\",\n        format: function (d) { return d.date; }\n    },\n    {\n        label: \"Open\",\n        format: function (d) { return numberFormat(d.open); }\n    },\n    {\n        label: \"Close\",\n        format: function (d) { return numberFormat(d.close); }\n    },\n    {\n        label: \"Change\",\n        format: function (d) { return numberFormat(d.close - d.open); }\n    },\n    {\n        label: \"Volume\",\n        format: function (d) { return d.volume; }\n    }\n]);\n</code></pre>\n\nYou may wish to override the dataTable functions `_doColumnHeaderCapitalize` and\n`_doColumnHeaderFnToString`, which are used internally to translate the column information or\nfunction into a displayed header. The first one is used on the \"string\" column specifier; the\nsecond is used to transform a stringified function into something displayable. For the Stock\nexample, the function for Change becomes the table header **d.close - d.open**.\n\nFinally, you can even specify a completely different form of column definition. To do this,\noverride `_chart._doColumnHeaderFormat` and `_chart._doColumnValueFormat` Be aware that\nfields without numberFormat specification will be displayed just as they are stored in the\ndata, unformatted.\n\n**Kind**: instance method of <code>[dataTable](#dc.dataTable)</code>  \n**Returns**: <code>Array.&lt;function()&gt;</code> - |dc.dataTable}  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [columns] | <code>Array.&lt;function()&gt;</code> | <code>[]</code> | \n\n<a name=\"dc.dataTable+sortBy\"></a>\n\n#### dataTable.sortBy([sortBy]) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\nGet or set sort-by function. This function works as a value accessor at row level and returns a\nparticular field to be sorted by.\n\n**Kind**: instance method of <code>[dataTable](#dc.dataTable)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortBy] | <code>function</code> | <code>identity function</code> | \n\n**Example**  \n```js\nchart.sortBy(function(d) {\n    return d.date;\n});\n```\n<a name=\"dc.dataTable+order\"></a>\n\n#### dataTable.order([order]) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\nGet or set sort order. If the order is `d3.ascending`, the data table will use\n`dimension().bottom()` to fetch the data; otherwise it will use `dimension().top()`\n\n**Kind**: instance method of <code>[dataTable](#dc.dataTable)</code>  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_ascending)\n- [d3.descending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [order] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.order(d3.descending);\n```\n<a name=\"dc.dataTable+showGroups\"></a>\n\n#### dataTable.showGroups([showGroups]) ⇒ <code>Boolean</code> &#124; <code>[dataTable](#dc.dataTable)</code>\nGet or set if group rows will be shown. The dataTable [group](#dc.dataTable+group)\nfunction must be specified even if groups are not shown.\n\n**Kind**: instance method of <code>[dataTable](#dc.dataTable)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [showGroups] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\nchart\n    .group([value], [name])\n    .showGroups(true|false);\n```\n<a name=\"dc.dataGrid\"></a>\n\n### dc.dataGrid\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.dataGrid](#dc.dataGrid)\n    * [new dataGrid(parent, [chartGroup])](#new_dc.dataGrid_new)\n    * [.group(groupFunction)](#dc.dataGrid+group) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\n    * [.beginSlice([beginSlice])](#dc.dataGrid+beginSlice) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n    * [.endSlice([endSlice])](#dc.dataGrid+endSlice) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n    * [.size([size])](#dc.dataGrid+size) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n    * [.html([html])](#dc.dataGrid+html) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n    * [.htmlGroup([htmlGroup])](#dc.dataGrid+htmlGroup) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n    * [.sortBy([sortByFunction])](#dc.dataGrid+sortBy) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n    * [.order([order])](#dc.dataGrid+order) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\n\n<a name=\"new_dc.dataGrid_new\"></a>\n\n#### new dataGrid(parent, [chartGroup])\nData grid is a simple widget designed to list the filtered records, providing\na simple way to define how the items are displayed.\n\nNote: Unlike other charts, the data grid chart (and data table) use the [group](#dc.dataGrid+group) attribute as a keying function\nfor [nesting](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#nest) the data together in groups.\nDo not pass in a crossfilter group as this will not work.\n\nExamples:\n- [List of members of the european parliament](http://europarl.me/dc.js/web/ep/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n<a name=\"dc.dataGrid+group\"></a>\n\n#### dataGrid.group(groupFunction) ⇒ <code>function</code> &#124; <code>[dataTable](#dc.dataTable)</code>\nGet or set the group function for the data grid. The group function takes a data row and\nreturns the key to specify to [d3.nest](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_nest)\nto split rows into groups.\n\nDo not pass in a crossfilter group as this will not work.\n\n**Kind**: instance method of <code>[dataGrid](#dc.dataGrid)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| groupFunction | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n**Example**  \n```js\n// group rows by the value of their field\nchart\n    .group(function(d) { return d.field; })\n```\n<a name=\"dc.dataGrid+beginSlice\"></a>\n\n#### dataGrid.beginSlice([beginSlice]) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\nGet or set the index of the beginning slice which determines which entries get displayed by the widget.\nUseful when implementing pagination.\n\n**Kind**: instance method of <code>[dataGrid](#dc.dataGrid)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [beginSlice] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.dataGrid+endSlice\"></a>\n\n#### dataGrid.endSlice([endSlice]) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\nGet or set the index of the end slice which determines which entries get displayed by the widget.\nUseful when implementing pagination.\n\n**Kind**: instance method of <code>[dataGrid](#dc.dataGrid)</code>  \n\n| Param | Type |\n| --- | --- |\n| [endSlice] | <code>Number</code> | \n\n<a name=\"dc.dataGrid+size\"></a>\n\n#### dataGrid.size([size]) ⇒ <code>Number</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\nGet or set the grid size which determines the number of items displayed by the widget.\n\n**Kind**: instance method of <code>[dataGrid](#dc.dataGrid)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [size] | <code>Number</code> | <code>999</code> | \n\n<a name=\"dc.dataGrid+html\"></a>\n\n#### dataGrid.html([html]) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\nGet or set the function that formats an item. The data grid widget uses a\nfunction to generate dynamic html. Use your favourite templating engine or\ngenerate the string directly.\n\n**Kind**: instance method of <code>[dataGrid](#dc.dataGrid)</code>  \n\n| Param | Type |\n| --- | --- |\n| [html] | <code>function</code> | \n\n**Example**  \n```js\nchart.html(function (d) { return '<div class='item '+data.exampleCategory+''>'+data.exampleString+'</div>';});\n```\n<a name=\"dc.dataGrid+htmlGroup\"></a>\n\n#### dataGrid.htmlGroup([htmlGroup]) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\nGet or set the function that formats a group label.\n\n**Kind**: instance method of <code>[dataGrid](#dc.dataGrid)</code>  \n\n| Param | Type |\n| --- | --- |\n| [htmlGroup] | <code>function</code> | \n\n**Example**  \n```js\nchart.htmlGroup (function (d) { return '<h2>'.d.key . 'with ' . d.values.length .' items</h2>'});\n```\n<a name=\"dc.dataGrid+sortBy\"></a>\n\n#### dataGrid.sortBy([sortByFunction]) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\nGet or set sort-by function. This function works as a value accessor at the item\nlevel and returns a particular field to be sorted.\n\n**Kind**: instance method of <code>[dataGrid](#dc.dataGrid)</code>  \n\n| Param | Type |\n| --- | --- |\n| [sortByFunction] | <code>function</code> | \n\n**Example**  \n```js\nchart.sortBy(function(d) {\n    return d.date;\n});\n```\n<a name=\"dc.dataGrid+order\"></a>\n\n#### dataGrid.order([order]) ⇒ <code>function</code> &#124; <code>[dataGrid](#dc.dataGrid)</code>\nGet or set sort the order function.\n\n**Kind**: instance method of <code>[dataGrid](#dc.dataGrid)</code>  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_ascending)\n- [d3.descending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [order] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.order(d3.descending);\n```\n<a name=\"dc.bubbleChart\"></a>\n\n### dc.bubbleChart\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[bubbleMixin](#dc.bubbleMixin)</code>, <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n* [.bubbleChart](#dc.bubbleChart)\n    * [new bubbleChart(parent, [chartGroup])](#new_dc.bubbleChart_new)\n    * [.elasticRadius([elasticRadius])](#dc.bubbleChart+elasticRadius) ⇒ <code>Boolean</code> &#124; <code>[bubbleChart](#dc.bubbleChart)</code>\n    * [.sortBubbleSize([sortBubbleSize])](#dc.bubbleChart+sortBubbleSize) ⇒ <code>Boolean</code> &#124; <code>[bubbleChart](#dc.bubbleChart)</code>\n\n<a name=\"new_dc.bubbleChart_new\"></a>\n\n#### new bubbleChart(parent, [chartGroup])\nA concrete implementation of a general purpose bubble chart that allows data visualization using the\nfollowing dimensions:\n- x axis position\n- y axis position\n- bubble radius\n- color\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bubble chart under #chart-container1 element using the default global chart group\nvar bubbleChart1 = dc.bubbleChart('#chart-container1');\n// create a bubble chart under #chart-container2 element using chart group A\nvar bubbleChart2 = dc.bubbleChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.bubbleChart+elasticRadius\"></a>\n\n#### bubbleChart.elasticRadius([elasticRadius]) ⇒ <code>Boolean</code> &#124; <code>[bubbleChart](#dc.bubbleChart)</code>\nTurn on or off the elastic bubble radius feature, or return the value of the flag. If this\nfeature is turned on, then bubble radii will be automatically rescaled to fit the chart better.\n\n**Kind**: instance method of <code>[bubbleChart](#dc.bubbleChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticRadius] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.bubbleChart+sortBubbleSize\"></a>\n\n#### bubbleChart.sortBubbleSize([sortBubbleSize]) ⇒ <code>Boolean</code> &#124; <code>[bubbleChart](#dc.bubbleChart)</code>\nTurn on or off the bubble sorting feature, or return the value of the flag. If enabled,\nbubbles will be sorted by their radius, with smaller bubbles in front.\n\n**Kind**: instance method of <code>[bubbleChart](#dc.bubbleChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortBubbleSize] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart\"></a>\n\n### dc.compositeChart\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n* [.compositeChart](#dc.compositeChart)\n    * [new compositeChart(parent, [chartGroup])](#new_dc.compositeChart_new)\n    * [.useRightAxisGridLines([useRightAxisGridLines])](#dc.compositeChart+useRightAxisGridLines) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n    * [.childOptions([childOptions])](#dc.compositeChart+childOptions) ⇒ <code>Object</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n    * [.rightYAxisLabel([rightYAxisLabel], [padding])](#dc.compositeChart+rightYAxisLabel) ⇒ <code>String</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n    * [.compose([subChartArray])](#dc.compositeChart+compose) ⇒ <code>[compositeChart](#dc.compositeChart)</code>\n    * [.children()](#dc.compositeChart+children) ⇒ <code>[Array.&lt;baseMixin&gt;](#dc.baseMixin)</code>\n    * [.shareColors([shareColors])](#dc.compositeChart+shareColors) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n    * [.shareTitle([shareTitle])](#dc.compositeChart+shareTitle) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n    * [.rightY([yScale])](#dc.compositeChart+rightY) ⇒ <code>d3.scale</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n    * [.alignYAxes([alignYAxes])](#dc.compositeChart+alignYAxes) ⇒ <code>Chart</code>\n    * [.rightYAxis([rightYAxis])](#dc.compositeChart+rightYAxis) ⇒ <code>d3.svg.axis</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\n\n<a name=\"new_dc.compositeChart_new\"></a>\n\n#### new compositeChart(parent, [chartGroup])\nComposite charts are a special kind of chart that render multiple charts on the same Coordinate\nGrid. You can overlay (compose) different bar/line/area charts in a single composite chart to\nachieve some quite flexible charting effects.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a composite chart under #chart-container1 element using the default global chart group\nvar compositeChart1 = dc.compositeChart('#chart-container1');\n// create a composite chart under #chart-container2 element using chart group A\nvar compositeChart2 = dc.compositeChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.compositeChart+useRightAxisGridLines\"></a>\n\n#### compositeChart.useRightAxisGridLines([useRightAxisGridLines]) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\nGet or set whether to draw gridlines from the right y axis.  Drawing from the left y axis is the\ndefault behavior. This option is only respected when subcharts with both left and right y-axes\nare present.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useRightAxisGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+childOptions\"></a>\n\n#### compositeChart.childOptions([childOptions]) ⇒ <code>Object</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\nGet or set chart-specific options for all child charts. This is equivalent to calling\n[.options](#dc.baseMixin+options) on each child chart.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [childOptions] | <code>Object</code> | \n\n<a name=\"dc.compositeChart+rightYAxisLabel\"></a>\n\n#### compositeChart.rightYAxisLabel([rightYAxisLabel], [padding]) ⇒ <code>String</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\nSet or get the right y axis label.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [rightYAxisLabel] | <code>String</code> | \n| [padding] | <code>Number</code> | \n\n<a name=\"dc.compositeChart+compose\"></a>\n\n#### compositeChart.compose([subChartArray]) ⇒ <code>[compositeChart](#dc.compositeChart)</code>\nCombine the given charts into one single composite coordinate grid chart.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [subChartArray] | <code>Array.&lt;Chart&gt;</code> | \n\n**Example**  \n```js\nmoveChart.compose([\n    // when creating sub-chart you need to pass in the parent chart\n    dc.lineChart(moveChart)\n        .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used\n        .valueAccessor(function (d){return d.value.avg;})\n        // most of the normal functions will continue to work in a composed chart\n        .renderArea(true)\n        .stack(monthlyMoveGroup, function (d){return d.value;})\n        .title(function (d){\n            var value = d.value.avg?d.value.avg:d.value;\n            if(isNaN(value)) value = 0;\n            return dateFormat(d.key) + '\\n' + numberFormat(value);\n        }),\n    dc.barChart(moveChart)\n        .group(volumeByMonthGroup)\n        .centerBar(true)\n]);\n```\n<a name=\"dc.compositeChart+children\"></a>\n\n#### compositeChart.children() ⇒ <code>[Array.&lt;baseMixin&gt;](#dc.baseMixin)</code>\nReturns the child charts which are composed into the composite chart.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n<a name=\"dc.compositeChart+shareColors\"></a>\n\n#### compositeChart.shareColors([shareColors]) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\nGet or set color sharing for the chart. If set, the [.colors()](#dc.colorMixin+colors) value from this chart\nwill be shared with composed children. Additionally if the child chart implements\nStackable and has not set a custom .colorAccessor, then it will generate a color\nspecific to its order in the composition.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [shareColors] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+shareTitle\"></a>\n\n#### compositeChart.shareTitle([shareTitle]) ⇒ <code>Boolean</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\nGet or set title sharing for the chart. If set, the [.title()](#dc.baseMixin+title) value from\nthis chart will be shared with composed children.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [shareTitle] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.compositeChart+rightY\"></a>\n\n#### compositeChart.rightY([yScale]) ⇒ <code>d3.scale</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\nGet or set the y scale for the right axis. The right y scale is typically automatically\ngenerated by the chart implementation.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type |\n| --- | --- |\n| [yScale] | <code>d3.scale</code> | \n\n<a name=\"dc.compositeChart+alignYAxes\"></a>\n\n#### compositeChart.alignYAxes([alignYAxes]) ⇒ <code>Chart</code>\nGet or set alignment between left and right y axes. A line connecting '0' on both y axis\nwill be parallel to x axis. This only has effect when [elasticY](#dc.coordinateGridMixin+elasticY) is true.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [alignYAxes] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+rightYAxis\"></a>\n\n#### compositeChart.rightYAxis([rightYAxis]) ⇒ <code>d3.svg.axis</code> &#124; <code>[compositeChart](#dc.compositeChart)</code>\nSet or get the right y axis used by the composite chart. This function is most useful when y\naxis customization is required. The y axis in dc.js is an instance of a [d3 axis\nobject](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis) therefore it supports any valid\nd3 axis manipulation.\n\n**Caution**: The y axis is usually generated internally by dc; resetting it may cause\nunexpected results.\n\n**Kind**: instance method of <code>[compositeChart](#dc.compositeChart)</code>  \n**See**: [d3.svg.axis](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)  \n\n| Param | Type |\n| --- | --- |\n| [rightYAxis] | <code>d3.svg.axis</code> | \n\n**Example**  \n```js\n// customize y axis tick format\nchart.rightYAxis().tickFormat(function (v) {return v + '%';});\n// customize y axis tick values\nchart.rightYAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.seriesChart\"></a>\n\n### dc.seriesChart\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[compositeChart](#dc.compositeChart)</code>  \n\n* [.seriesChart](#dc.seriesChart)\n    * [new seriesChart(parent, [chartGroup])](#new_dc.seriesChart_new)\n    * [.chart([chartFunction])](#dc.seriesChart+chart) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n    * [.seriesAccessor([accessor])](#dc.seriesChart+seriesAccessor) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n    * [.seriesSort([sortFunction])](#dc.seriesChart+seriesSort) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n    * [.valueSort([sortFunction])](#dc.seriesChart+valueSort) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n\n<a name=\"new_dc.seriesChart_new\"></a>\n\n#### new seriesChart(parent, [chartGroup])\nA series chart is a chart that shows multiple series of data overlaid on one chart, where the\nseries is specified in the data. It is a specialization of Composite Chart and inherits all\ncomposite features other than recomposing the chart.\n\nExamples:\n- [Series Chart](http://dc-js.github.io/dc.js/examples/series.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a series chart under #chart-container1 element using the default global chart group\nvar seriesChart1 = dc.seriesChart(\"#chart-container1\");\n// create a series chart under #chart-container2 element using chart group A\nvar seriesChart2 = dc.seriesChart(\"#chart-container2\", \"chartGroupA\");\n```\n<a name=\"dc.seriesChart+chart\"></a>\n\n#### seriesChart.chart([chartFunction]) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\nGet or set the chart function, which generates the child charts.\n\n**Kind**: instance method of <code>[seriesChart](#dc.seriesChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [chartFunction] | <code>function</code> | <code>dc.lineChart</code> | \n\n**Example**  \n```js\n// put interpolation on the line charts used for the series\nchart.chart(function(c) { return dc.lineChart(c).interpolate('basis'); })\n// do a scatter series chart\nchart.chart(dc.scatterPlot)\n```\n<a name=\"dc.seriesChart+seriesAccessor\"></a>\n\n#### seriesChart.seriesAccessor([accessor]) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\n**mandatory**\n\nGet or set accessor function for the displayed series. Given a datum, this function\nshould return the series that datum belongs to.\n\n**Kind**: instance method of <code>[seriesChart](#dc.seriesChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// simple series accessor\nchart.seriesAccessor(function(d) { return \"Expt: \" + d.key[0]; })\n```\n<a name=\"dc.seriesChart+seriesSort\"></a>\n\n#### seriesChart.seriesSort([sortFunction]) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\nGet or set a function to sort the list of series by, given series values.\n\n**Kind**: instance method of <code>[seriesChart](#dc.seriesChart)</code>  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_ascending)\n- [d3.descending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortFunction] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.seriesSort(d3.descending);\n```\n<a name=\"dc.seriesChart+valueSort\"></a>\n\n#### seriesChart.valueSort([sortFunction]) ⇒ <code>function</code> &#124; <code>[seriesChart](#dc.seriesChart)</code>\nGet or set a function to sort each series values by. By default this is the key accessor which,\nfor example, will ensure a lineChart series connects its points in increasing key/x order,\nrather than haphazardly.\n\n**Kind**: instance method of <code>[seriesChart](#dc.seriesChart)</code>  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_ascending)\n- [d3.descending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_descending)\n\n\n| Param | Type |\n| --- | --- |\n| [sortFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Default value sort\n_chart.valueSort(function keySort (a, b) {\n    return d3.ascending(_chart.keyAccessor()(a), _chart.keyAccessor()(b));\n});\n```\n<a name=\"dc.geoChoroplethChart\"></a>\n\n### dc.geoChoroplethChart\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[colorMixin](#dc.colorMixin)</code>, <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.geoChoroplethChart](#dc.geoChoroplethChart)\n    * [new geoChoroplethChart(parent, [chartGroup])](#new_dc.geoChoroplethChart_new)\n    * [.overlayGeoJson(json, name, keyAccessor)](#dc.geoChoroplethChart+overlayGeoJson) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\n    * [.projection([projection])](#dc.geoChoroplethChart+projection) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\n    * [.geoJsons()](#dc.geoChoroplethChart+geoJsons) ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\n    * [.geoPath()](#dc.geoChoroplethChart+geoPath) ⇒ <code>d3.geo.path</code>\n    * [.removeGeoJson(name)](#dc.geoChoroplethChart+removeGeoJson) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\n\n<a name=\"new_dc.geoChoroplethChart_new\"></a>\n\n#### new geoChoroplethChart(parent, [chartGroup])\nThe geo choropleth chart is designed as an easy way to create a crossfilter driven choropleth map\nfrom GeoJson data. This chart implementation was inspired by\n[the great d3 choropleth example](http://bl.ocks.org/4060606).\n\nExamples:\n- [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a choropleth chart under '#us-chart' element using the default global chart group\nvar chart1 = dc.geoChoroplethChart('#us-chart');\n// create a choropleth chart under '#us-chart2' element using chart group A\nvar chart2 = dc.compositeChart('#us-chart2', 'chartGroupA');\n```\n<a name=\"dc.geoChoroplethChart+overlayGeoJson\"></a>\n\n#### geoChoroplethChart.overlayGeoJson(json, name, keyAccessor) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\n**mandatory**\n\nUse this function to insert a new GeoJson map layer. This function can be invoked multiple times\nif you have multiple GeoJson data layers to render on top of each other. If you overlay multiple\nlayers with the same name the new overlay will override the existing one.\n\n**Kind**: instance method of <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>  \n**See**\n\n- [GeoJSON](http://geojson.org/)\n- [TopoJSON](https://github.com/topojson/topojson/wiki)\n- [topojson.feature](https://github.com/topojson/topojson-1.x-api-reference/blob/master/API-Reference.md#wiki-feature)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| json | <code>geoJson</code> | a geojson feed |\n| name | <code>String</code> | name of the layer |\n| keyAccessor | <code>function</code> | accessor function used to extract 'key' from the GeoJson data. The key extracted by this function should match the keys returned by the crossfilter groups. |\n\n**Example**  \n```js\n// insert a layer for rendering US states\nchart.overlayGeoJson(statesJson.features, 'state', function(d) {\n     return d.properties.name;\n});\n```\n<a name=\"dc.geoChoroplethChart+projection\"></a>\n\n#### geoChoroplethChart.projection([projection]) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\nSet custom geo projection function. See the available\n[d3 geo projection functions](https://github.com/d3/d3-3.x-api-reference/blob/master/Geo-Projections.md).\n\n**Kind**: instance method of <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>  \n**See**\n\n- [d3.geo.projection](https://github.com/d3/d3-3.x-api-reference/blob/master/Geo-Projections.md)\n- [Extended d3.geo.projection](https://github.com/d3/d3-geo-projection)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [projection] | <code>d3.projection</code> | <code>d3.geo.albersUsa()</code> | \n\n<a name=\"dc.geoChoroplethChart+geoJsons\"></a>\n\n#### geoChoroplethChart.geoJsons() ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\nReturns all GeoJson layers currently registered with this chart. The returned array is a\nreference to this chart's internal data structure, so any modification to this array will also\nmodify this chart's internal registration.\n\n**Kind**: instance method of <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>  \n<a name=\"dc.geoChoroplethChart+geoPath\"></a>\n\n#### geoChoroplethChart.geoPath() ⇒ <code>d3.geo.path</code>\nReturns the [d3.geo.path](https://github.com/d3/d3-3.x-api-reference/blob/master/Geo-Paths.md#path) object used to\nrender the projection and features.  Can be useful for figuring out the bounding box of the\nfeature set and thus a way to calculate scale and translation for the projection.\n\n**Kind**: instance method of <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>  \n**See**: [d3.geo.path](https://github.com/d3/d3-3.x-api-reference/blob/master/Geo-Paths.md#path)  \n<a name=\"dc.geoChoroplethChart+removeGeoJson\"></a>\n\n#### geoChoroplethChart.removeGeoJson(name) ⇒ <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>\nRemove a GeoJson layer from this chart by name\n\n**Kind**: instance method of <code>[geoChoroplethChart](#dc.geoChoroplethChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n\n<a name=\"dc.bubbleOverlay\"></a>\n\n### dc.bubbleOverlay\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[bubbleMixin](#dc.bubbleMixin)</code>, <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.bubbleOverlay](#dc.bubbleOverlay)\n    * [new bubbleOverlay(parent, [chartGroup])](#new_dc.bubbleOverlay_new)\n    * [.svg([imageElement])](#dc.bubbleOverlay+svg) ⇒ <code>[bubbleOverlay](#dc.bubbleOverlay)</code>\n    * [.point(name, x, y)](#dc.bubbleOverlay+point) ⇒ <code>[bubbleOverlay](#dc.bubbleOverlay)</code>\n\n<a name=\"new_dc.bubbleOverlay_new\"></a>\n\n#### new bubbleOverlay(parent, [chartGroup])\nThe bubble overlay chart is quite different from the typical bubble chart. With the bubble overlay\nchart you can arbitrarily place bubbles on an existing svg or bitmap image, thus changing the\ntypical x and y positioning while retaining the capability to visualize data using bubble radius\nand coloring.\n\nExamples:\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bubble overlay chart on top of the '#chart-container1 svg' element using the default global chart group\nvar bubbleChart1 = dc.bubbleOverlayChart('#chart-container1').svg(d3.select('#chart-container1 svg'));\n// create a bubble overlay chart on top of the '#chart-container2 svg' element using chart group A\nvar bubbleChart2 = dc.compositeChart('#chart-container2', 'chartGroupA').svg(d3.select('#chart-container2 svg'));\n```\n<a name=\"dc.bubbleOverlay+svg\"></a>\n\n#### bubbleOverlay.svg([imageElement]) ⇒ <code>[bubbleOverlay](#dc.bubbleOverlay)</code>\n**mandatory**\n\nSet the underlying svg image element. Unlike other dc charts this chart will not generate a svg\nelement; therefore the bubble overlay chart will not work if this function is not invoked. If the\nunderlying image is a bitmap, then an empty svg will need to be created on top of the image.\n\n**Kind**: instance method of <code>[bubbleOverlay](#dc.bubbleOverlay)</code>  \n\n| Param | Type |\n| --- | --- |\n| [imageElement] | <code>SVGElement</code> &#124; <code>d3.selection</code> | \n\n**Example**  \n```js\n// set up underlying svg element\nchart.svg(d3.select('#chart svg'));\n```\n<a name=\"dc.bubbleOverlay+point\"></a>\n\n#### bubbleOverlay.point(name, x, y) ⇒ <code>[bubbleOverlay](#dc.bubbleOverlay)</code>\n**mandatory**\n\nSet up a data point on the overlay. The name of a data point should match a specific 'key' among\ndata groups generated using keyAccessor.  If a match is found (point name <-> data group key)\nthen a bubble will be generated at the position specified by the function. x and y\nvalue specified here are relative to the underlying svg.\n\n**Kind**: instance method of <code>[bubbleOverlay](#dc.bubbleOverlay)</code>  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n| x | <code>Number</code> | \n| y | <code>Number</code> | \n\n<a name=\"dc.rowChart\"></a>\n\n### dc.rowChart\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[capMixin](#dc.capMixin)</code>, <code>[marginMixin](#dc.marginMixin)</code>, <code>[colorMixin](#dc.colorMixin)</code>, <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.rowChart](#dc.rowChart)\n    * [new rowChart(parent, [chartGroup])](#new_dc.rowChart_new)\n    * [.x([scale])](#dc.rowChart+x) ⇒ <code>d3.scale</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n    * [.renderTitleLabel([renderTitleLabel])](#dc.rowChart+renderTitleLabel) ⇒ <code>Boolean</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n    * [.xAxis()](#dc.rowChart+xAxis) ⇒ <code>d3.svg.axis</code>\n    * [.fixedBarHeight([fixedBarHeight])](#dc.rowChart+fixedBarHeight) ⇒ <code>Boolean</code> &#124; <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n    * [.gap([gap])](#dc.rowChart+gap) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n    * [.elasticX([elasticX])](#dc.rowChart+elasticX) ⇒ <code>Boolean</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n    * [.labelOffsetX([labelOffsetX])](#dc.rowChart+labelOffsetX) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n    * [.labelOffsetY([labelOffsety])](#dc.rowChart+labelOffsetY) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n    * [.titleLabelOffsetX([titleLabelOffsetX])](#dc.rowChart+titleLabelOffsetX) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\n\n<a name=\"new_dc.rowChart_new\"></a>\n\n#### new rowChart(parent, [chartGroup])\nConcrete row chart implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a row chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.rowChart('#chart-container1');\n// create a row chart under #chart-container2 element using chart group A\nvar chart2 = dc.rowChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.rowChart+x\"></a>\n\n#### rowChart.x([scale]) ⇒ <code>d3.scale</code> &#124; <code>[rowChart](#dc.rowChart)</code>\nGets or sets the x scale. The x scale can be any d3\n[quantitive scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Quantitative-Scales.md).\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n**See**: [quantitive scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Quantitative-Scales.md)  \n\n| Param | Type |\n| --- | --- |\n| [scale] | <code>d3.scale</code> | \n\n<a name=\"dc.rowChart+renderTitleLabel\"></a>\n\n#### rowChart.renderTitleLabel([renderTitleLabel]) ⇒ <code>Boolean</code> &#124; <code>[rowChart](#dc.rowChart)</code>\nTurn on/off Title label rendering (values) using SVG style of text-anchor 'end'.\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderTitleLabel] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.rowChart+xAxis\"></a>\n\n#### rowChart.xAxis() ⇒ <code>d3.svg.axis</code>\nGet the x axis for the row chart instance.  Note: not settable for row charts.\nSee the [d3 axis object](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)\ndocumention for more information.\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n**See**: [d3.svg.axis](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)  \n**Example**  \n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function (v) {return v + '%';});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.rowChart+fixedBarHeight\"></a>\n\n#### rowChart.fixedBarHeight([fixedBarHeight]) ⇒ <code>Boolean</code> &#124; <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\nGet or set the fixed bar height. Default is [false] which will auto-scale bars.\nFor example, if you want to fix the height for a specific number of bars (useful in TopN charts)\nyou could fix height as follows (where count = total number of bars in your TopN and gap is\nyour vertical gap space).\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [fixedBarHeight] | <code>Boolean</code> &#124; <code>Number</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.fixedBarHeight( chartheight - (count + 1) * gap / count);\n```\n<a name=\"dc.rowChart+gap\"></a>\n\n#### rowChart.gap([gap]) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\nGet or set the vertical gap space between rows on a particular row chart instance.\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.rowChart+elasticX\"></a>\n\n#### rowChart.elasticX([elasticX]) ⇒ <code>Boolean</code> &#124; <code>[rowChart](#dc.rowChart)</code>\nGet or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescle to auto-fit the\ndata range when filtered.\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n\n| Param | Type |\n| --- | --- |\n| [elasticX] | <code>Boolean</code> | \n\n<a name=\"dc.rowChart+labelOffsetX\"></a>\n\n#### rowChart.labelOffsetX([labelOffsetX]) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\nGet or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart.\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelOffsetX] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.rowChart+labelOffsetY\"></a>\n\n#### rowChart.labelOffsetY([labelOffsety]) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\nGet or set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart.\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelOffsety] | <code>Number</code> | <code>15</code> | \n\n<a name=\"dc.rowChart+titleLabelOffsetX\"></a>\n\n#### rowChart.titleLabelOffsetX([titleLabelOffsetX]) ⇒ <code>Number</code> &#124; <code>[rowChart](#dc.rowChart)</code>\nGet of set the x offset (horizontal space between right edge of row and right edge or text.\n\n**Kind**: instance method of <code>[rowChart](#dc.rowChart)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [titleLabelOffsetX] | <code>Number</code> | <code>2</code> | \n\n<a name=\"dc.legend\"></a>\n\n### dc.legend\n**Kind**: static class of <code>[dc](#dc)</code>  \n\n* [.legend](#dc.legend)\n    * [new legend()](#new_dc.legend_new)\n    * [.x([x])](#dc.legend+x) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.y([y])](#dc.legend+y) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.gap([gap])](#dc.legend+gap) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.itemHeight([itemHeight])](#dc.legend+itemHeight) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.horizontal([horizontal])](#dc.legend+horizontal) ⇒ <code>Boolean</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.legendWidth([legendWidth])](#dc.legend+legendWidth) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.itemWidth([itemWidth])](#dc.legend+itemWidth) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.autoItemWidth([autoItemWidth])](#dc.legend+autoItemWidth) ⇒ <code>Boolean</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.legendText([legendText])](#dc.legend+legendText) ⇒ <code>function</code> &#124; <code>[legend](#dc.legend)</code>\n    * [.maxItems([maxItems])](#dc.legend+maxItems) ⇒ <code>[legend](#dc.legend)</code>\n\n<a name=\"new_dc.legend_new\"></a>\n\n#### new legend()\nLegend is a attachable widget that can be added to other dc charts to render horizontal legend\nlabels.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n**Example**  \n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n<a name=\"dc.legend+x\"></a>\n\n#### legend.x([x]) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\nSet or get x coordinate for legend widget.\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [x] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.legend+y\"></a>\n\n#### legend.y([y]) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\nSet or get y coordinate for legend widget.\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [y] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.legend+gap\"></a>\n\n#### legend.gap([gap]) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\nSet or get gap between legend items.\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.legend+itemHeight\"></a>\n\n#### legend.itemHeight([itemHeight]) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\nSet or get legend item height.\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [itemHeight] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.legend+horizontal\"></a>\n\n#### legend.horizontal([horizontal]) ⇒ <code>Boolean</code> &#124; <code>[legend](#dc.legend)</code>\nPosition legend horizontally instead of vertically.\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [horizontal] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.legend+legendWidth\"></a>\n\n#### legend.legendWidth([legendWidth]) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\nMaximum width for horizontal legend.\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [legendWidth] | <code>Number</code> | <code>500</code> | \n\n<a name=\"dc.legend+itemWidth\"></a>\n\n#### legend.itemWidth([itemWidth]) ⇒ <code>Number</code> &#124; <code>[legend](#dc.legend)</code>\nLegend item width for horizontal legend.\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [itemWidth] | <code>Number</code> | <code>70</code> | \n\n<a name=\"dc.legend+autoItemWidth\"></a>\n\n#### legend.autoItemWidth([autoItemWidth]) ⇒ <code>Boolean</code> &#124; <code>[legend](#dc.legend)</code>\nTurn automatic width for legend items on or off. If true, [itemWidth](#dc.legend+itemWidth) is ignored.\nThis setting takes into account the [gap](#dc.legend+gap).\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [autoItemWidth] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.legend+legendText\"></a>\n\n#### legend.legendText([legendText]) ⇒ <code>function</code> &#124; <code>[legend](#dc.legend)</code>\nSet or get the legend text function. The legend widget uses this function to render the legend\ntext for each item. If no function is specified the legend widget will display the names\nassociated with each group.\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type |\n| --- | --- |\n| [legendText] | <code>function</code> | \n\n**Example**  \n```js\n// default legendText\nlegend.legendText(dc.pluck('name'))\n\n// create numbered legend items\nchart.legend(dc.legend().legendText(function(d, i) { return i + '. ' + d.name; }))\n\n// create legend displaying group counts\nchart.legend(dc.legend().legendText(function(d) { return d.name + ': ' d.data; }))\n```\n<a name=\"dc.legend+maxItems\"></a>\n\n#### legend.maxItems([maxItems]) ⇒ <code>[legend](#dc.legend)</code>\nMaximum number of legend items to display\n\n**Kind**: instance method of <code>[legend](#dc.legend)</code>  \n\n| Param | Type |\n| --- | --- |\n| [maxItems] | <code>Number</code> | \n\n<a name=\"dc.scatterPlot\"></a>\n\n### dc.scatterPlot\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n* [.scatterPlot](#dc.scatterPlot)\n    * [new scatterPlot(parent, [chartGroup])](#new_dc.scatterPlot_new)\n    * [.emptyColor](#dc.scatterPlot+emptyColor) ⇒ <code>String</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.emptyOpacity](#dc.scatterPlot+emptyOpacity) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.nonemptyOpacity](#dc.scatterPlot+nonemptyOpacity) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.existenceAccessor([accessor])](#dc.scatterPlot+existenceAccessor) ⇒ <code>function</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.symbol([type])](#dc.scatterPlot+symbol) ⇒ <code>String</code> &#124; <code>function</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.symbolSize([symbolSize])](#dc.scatterPlot+symbolSize) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.highlightedSize([highlightedSize])](#dc.scatterPlot+highlightedSize) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.excludedSize([excludedSize])](#dc.scatterPlot+excludedSize) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.excludedColor([excludedColor])](#dc.scatterPlot+excludedColor) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.excludedOpacity([excludedOpacity])](#dc.scatterPlot+excludedOpacity) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n    * [.emptySize([emptySize])](#dc.scatterPlot+emptySize) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\n\n<a name=\"new_dc.scatterPlot_new\"></a>\n\n#### new scatterPlot(parent, [chartGroup])\nA scatter plot chart\n\nExamples:\n- [Scatter Chart](http://dc-js.github.io/dc.js/examples/scatter.html)\n- [Multi-Scatter Chart](http://dc-js.github.io/dc.js/examples/multi-scatter.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a scatter plot under #chart-container1 element using the default global chart group\nvar chart1 = dc.scatterPlot('#chart-container1');\n// create a scatter plot under #chart-container2 element using chart group A\nvar chart2 = dc.scatterPlot('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.scatterPlot(compositeChart);\n```\n<a name=\"dc.scatterPlot+emptyColor\"></a>\n\n#### scatterPlot.emptyColor ⇒ <code>String</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get color for symbols when the group is empty. If null, just use the\n[colorMixin.colors](#dc.colorMixin+colors) color scale zero value.\n\n**Kind**: instance property of <code>[scatterPlot](#dc.scatterPlot)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptyColor] | <code>String</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+emptyOpacity\"></a>\n\n#### scatterPlot.emptyOpacity ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get opacity for symbols when the group is empty.\n\n**Kind**: instance property of <code>[scatterPlot](#dc.scatterPlot)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptyOpacity] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.scatterPlot+nonemptyOpacity\"></a>\n\n#### scatterPlot.nonemptyOpacity ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get opacity for symbols when the group is not empty.\n\n**Kind**: instance property of <code>[scatterPlot](#dc.scatterPlot)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [nonemptyOpacity] | <code>Number</code> | <code>1</code> | \n\n<a name=\"dc.scatterPlot+existenceAccessor\"></a>\n\n#### scatterPlot.existenceAccessor([accessor]) ⇒ <code>function</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nGet or set the existence accessor.  If a point exists, it is drawn with\n[symbolSize](#dc.scatterPlot+symbolSize) radius and\nopacity 1; if it does not exist, it is drawn with\n[emptySize](#dc.scatterPlot+emptySize) radius and opacity 0. By default,\nthe existence accessor checks if the reduced value is truthy.\n\n**Kind**: instance method of <code>[scatterPlot](#dc.scatterPlot)</code>  \n**See**\n\n- [symbolSize](#dc.scatterPlot+symbolSize)\n- [emptySize](#dc.scatterPlot+emptySize)\n\n\n| Param | Type |\n| --- | --- |\n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// default accessor\nchart.existenceAccessor(function (d) { return d.value; });\n```\n<a name=\"dc.scatterPlot+symbol\"></a>\n\n#### scatterPlot.symbol([type]) ⇒ <code>String</code> &#124; <code>function</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nGet or set the symbol type used for each point. By default the symbol is a circle.\nType can be a constant or an accessor.\n\n**Kind**: instance method of <code>[scatterPlot](#dc.scatterPlot)</code>  \n**See**: [d3.svg.symbol.type](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_type)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [type] | <code>String</code> &#124; <code>function</code> | <code>&#x27;circle&#x27;</code> | \n\n**Example**  \n```js\n// Circle type\nchart.symbol('circle');\n// Square type\nchart.symbol('square');\n```\n<a name=\"dc.scatterPlot+symbolSize\"></a>\n\n#### scatterPlot.symbolSize([symbolSize]) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get radius for symbols.\n\n**Kind**: instance method of <code>[scatterPlot](#dc.scatterPlot)</code>  \n**See**: [d3.svg.symbol.size](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [symbolSize] | <code>Number</code> | <code>3</code> | \n\n<a name=\"dc.scatterPlot+highlightedSize\"></a>\n\n#### scatterPlot.highlightedSize([highlightedSize]) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get radius for highlighted symbols.\n\n**Kind**: instance method of <code>[scatterPlot](#dc.scatterPlot)</code>  \n**See**: [d3.svg.symbol.size](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [highlightedSize] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.scatterPlot+excludedSize\"></a>\n\n#### scatterPlot.excludedSize([excludedSize]) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get size for symbols excluded from this chart's filter. If null, no\nspecial size is applied for symbols based on their filter status.\n\n**Kind**: instance method of <code>[scatterPlot](#dc.scatterPlot)</code>  \n**See**: [d3.svg.symbol.size](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedSize] | <code>Number</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+excludedColor\"></a>\n\n#### scatterPlot.excludedColor([excludedColor]) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get color for symbols excluded from this chart's filter. If null, no\nspecial color is applied for symbols based on their filter status.\n\n**Kind**: instance method of <code>[scatterPlot](#dc.scatterPlot)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedColor] | <code>Number</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+excludedOpacity\"></a>\n\n#### scatterPlot.excludedOpacity([excludedOpacity]) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get opacity for symbols excluded from this chart's filter.\n\n**Kind**: instance method of <code>[scatterPlot](#dc.scatterPlot)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedOpacity] | <code>Number</code> | <code>1.0</code> | \n\n<a name=\"dc.scatterPlot+emptySize\"></a>\n\n#### scatterPlot.emptySize([emptySize]) ⇒ <code>Number</code> &#124; <code>[scatterPlot](#dc.scatterPlot)</code>\nSet or get radius for symbols when the group is empty.\n\n**Kind**: instance method of <code>[scatterPlot](#dc.scatterPlot)</code>  \n**See**: [d3.svg.symbol.size](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptySize] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.numberDisplay\"></a>\n\n### dc.numberDisplay\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.numberDisplay](#dc.numberDisplay)\n    * [new numberDisplay(parent, [chartGroup])](#new_dc.numberDisplay_new)\n    * [.html([html])](#dc.numberDisplay+html) ⇒ <code>Object</code> &#124; <code>[numberDisplay](#dc.numberDisplay)</code>\n    * [.value()](#dc.numberDisplay+value) ⇒ <code>Number</code>\n    * [.formatNumber([formatter])](#dc.numberDisplay+formatNumber) ⇒ <code>function</code> &#124; <code>[numberDisplay](#dc.numberDisplay)</code>\n\n<a name=\"new_dc.numberDisplay_new\"></a>\n\n#### new numberDisplay(parent, [chartGroup])\nA display of a single numeric value.\nUnlike other charts, you do not need to set a dimension. Instead a group object must be provided and\na valueAccessor that returns a single value.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a number display under #chart-container1 element using the default global chart group\nvar display1 = dc.numberDisplay('#chart-container1');\n```\n<a name=\"dc.numberDisplay+html\"></a>\n\n#### numberDisplay.html([html]) ⇒ <code>Object</code> &#124; <code>[numberDisplay](#dc.numberDisplay)</code>\nGets or sets an optional object specifying HTML templates to use depending on the number\ndisplayed.  The text `%number` will be replaced with the current value.\n- one: HTML template to use if the number is 1\n- zero: HTML template to use if the number is 0\n- some: HTML template to use otherwise\n\n**Kind**: instance method of <code>[numberDisplay](#dc.numberDisplay)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [html] | <code>Object</code> | <code>{one: &#x27;&#x27;, some: &#x27;&#x27;, none: &#x27;&#x27;}</code> | \n\n**Example**  \n```js\nnumberWidget.html({\n     one:'%number record',\n     some:'%number records',\n     none:'no records'})\n```\n<a name=\"dc.numberDisplay+value\"></a>\n\n#### numberDisplay.value() ⇒ <code>Number</code>\nCalculate and return the underlying value of the display.\n\n**Kind**: instance method of <code>[numberDisplay](#dc.numberDisplay)</code>  \n<a name=\"dc.numberDisplay+formatNumber\"></a>\n\n#### numberDisplay.formatNumber([formatter]) ⇒ <code>function</code> &#124; <code>[numberDisplay](#dc.numberDisplay)</code>\nGet or set a function to format the value for the display.\n\n**Kind**: instance method of <code>[numberDisplay](#dc.numberDisplay)</code>  \n**See**: [d3.format](https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [formatter] | <code>function</code> | <code>d3.format(&#x27;.2s&#x27;)</code> | \n\n<a name=\"dc.heatMap\"></a>\n\n### dc.heatMap\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[colorMixin](#dc.colorMixin)</code>, <code>[marginMixin](#dc.marginMixin)</code>, <code>[baseMixin](#dc.baseMixin)</code>  \n\n* [.heatMap](#dc.heatMap)\n    * [new heatMap(parent, [chartGroup])](#new_dc.heatMap_new)\n    * [.colsLabel([labelFunction])](#dc.heatMap+colsLabel) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.rowsLabel([labelFunction])](#dc.heatMap+rowsLabel) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.rows([rows])](#dc.heatMap+rows) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.cols([cols])](#dc.heatMap+cols) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.boxOnClick([handler])](#dc.heatMap+boxOnClick) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.xAxisOnClick([handler])](#dc.heatMap+xAxisOnClick) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.yAxisOnClick([handler])](#dc.heatMap+yAxisOnClick) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.xBorderRadius([xBorderRadius])](#dc.heatMap+xBorderRadius) ⇒ <code>Number</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n    * [.yBorderRadius([yBorderRadius])](#dc.heatMap+yBorderRadius) ⇒ <code>Number</code> &#124; <code>[heatMap](#dc.heatMap)</code>\n\n<a name=\"new_dc.heatMap_new\"></a>\n\n#### new heatMap(parent, [chartGroup])\nA heat map is matrix that represents the values of two dimensions of data using colors.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a heat map under #chart-container1 element using the default global chart group\nvar heatMap1 = dc.heatMap('#chart-container1');\n// create a heat map under #chart-container2 element using chart group A\nvar heatMap2 = dc.heatMap('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.heatMap+colsLabel\"></a>\n\n#### heatMap.colsLabel([labelFunction]) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nSet or get the column label function. The chart class uses this function to render\ncolumn labels on the X axis. It is passed the column name.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> | <code>function(d) { return d; }</code> | \n\n**Example**  \n```js\n// the default label function just returns the name\nchart.colsLabel(function(d) { return d; });\n```\n<a name=\"dc.heatMap+rowsLabel\"></a>\n\n#### heatMap.rowsLabel([labelFunction]) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nSet or get the row label function. The chart class uses this function to render\nrow labels on the Y axis. It is passed the row name.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> | <code>function(d) { return d; }</code> | \n\n**Example**  \n```js\n// the default label function just returns the name\nchart.rowsLabel(function(d) { return d; });\n```\n<a name=\"dc.heatMap+rows\"></a>\n\n#### heatMap.rows([rows]) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nGets or sets the values used to create the rows of the heatmap, as an array. By default, all\nthe values will be fetched from the data using the value accessor, and they will be sorted in\nascending order.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type |\n| --- | --- |\n| [rows] | <code>Array.&lt;(String\\|Number)&gt;</code> | \n\n<a name=\"dc.heatMap+cols\"></a>\n\n#### heatMap.cols([cols]) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nGets or sets the keys used to create the columns of the heatmap, as an array. By default, all\nthe values will be fetched from the data using the key accessor, and they will be sorted in\nascending order.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type |\n| --- | --- |\n| [cols] | <code>Array.&lt;(String\\|Number)&gt;</code> | \n\n<a name=\"dc.heatMap+boxOnClick\"></a>\n\n#### heatMap.boxOnClick([handler]) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nGets or sets the handler that fires when an individual cell is clicked in the heatmap.\nBy default, filtering of the cell will be toggled.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n**Example**  \n```js\n// default box on click handler\nchart.boxOnClick(function (d) {\n    var filter = d.key;\n    dc.events.trigger(function () {\n        _chart.filter(filter);\n        _chart.redrawGroup();\n    });\n});\n```\n<a name=\"dc.heatMap+xAxisOnClick\"></a>\n\n#### heatMap.xAxisOnClick([handler]) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nGets or sets the handler that fires when a column tick is clicked in the x axis.\nBy default, if any cells in the column are unselected, the whole column will be selected,\notherwise the whole column will be unselected.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n<a name=\"dc.heatMap+yAxisOnClick\"></a>\n\n#### heatMap.yAxisOnClick([handler]) ⇒ <code>function</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nGets or sets the handler that fires when a row tick is clicked in the y axis.\nBy default, if any cells in the row are unselected, the whole row will be selected,\notherwise the whole row will be unselected.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n<a name=\"dc.heatMap+xBorderRadius\"></a>\n\n#### heatMap.xBorderRadius([xBorderRadius]) ⇒ <code>Number</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nGets or sets the X border radius.  Set to 0 to get full rectangles.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xBorderRadius] | <code>Number</code> | <code>6.75</code> | \n\n<a name=\"dc.heatMap+yBorderRadius\"></a>\n\n#### heatMap.yBorderRadius([yBorderRadius]) ⇒ <code>Number</code> &#124; <code>[heatMap](#dc.heatMap)</code>\nGets or sets the Y border radius.  Set to 0 to get full rectangles.\n\n**Kind**: instance method of <code>[heatMap](#dc.heatMap)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [yBorderRadius] | <code>Number</code> | <code>6.75</code> | \n\n<a name=\"dc.boxPlot\"></a>\n\n### dc.boxPlot\n**Kind**: static class of <code>[dc](#dc)</code>  \n**Mixes**: <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n* [.boxPlot](#dc.boxPlot)\n    * [new boxPlot(parent, [chartGroup])](#new_dc.boxPlot_new)\n    * [.boxPadding([padding])](#dc.boxPlot+boxPadding) ⇒ <code>Number</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\n    * [.outerPadding([padding])](#dc.boxPlot+outerPadding) ⇒ <code>Number</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\n    * [.boxWidth([boxWidth])](#dc.boxPlot+boxWidth) ⇒ <code>Number</code> &#124; <code>function</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\n    * [.tickFormat([tickFormat])](#dc.boxPlot+tickFormat) ⇒ <code>Number</code> &#124; <code>function</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\n\n<a name=\"new_dc.boxPlot_new\"></a>\n\n#### new boxPlot(parent, [chartGroup])\nA box plot is a chart that depicts numerical data via their quartile ranges.\n\nExamples:\n- [Box plot time example](http://dc-js.github.io/dc.js/examples/box-plot-time.html)\n- [Box plot example](http://dc-js.github.io/dc.js/examples/box-plot.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a box plot under #chart-container1 element using the default global chart group\nvar boxPlot1 = dc.boxPlot('#chart-container1');\n// create a box plot under #chart-container2 element using chart group A\nvar boxPlot2 = dc.boxPlot('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.boxPlot+boxPadding\"></a>\n\n#### boxPlot.boxPadding([padding]) ⇒ <code>Number</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\nGet or set the spacing between boxes as a fraction of box size. Valid values are within 0-1.\nSee the [d3 docs](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md#ordinal_rangeBands)\nfor a visual description of how the padding is applied.\n\n**Kind**: instance method of <code>[boxPlot](#dc.boxPlot)</code>  \n**See**: [d3.scale.ordinal.rangeBands](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md#ordinal_rangeBands)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.8</code> | \n\n<a name=\"dc.boxPlot+outerPadding\"></a>\n\n#### boxPlot.outerPadding([padding]) ⇒ <code>Number</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\nGet or set the outer padding on an ordinal box chart. This setting has no effect on non-ordinal charts\nor on charts with a custom [.boxWidth](#dc.boxPlot+boxWidth). Will pad the width by\n`padding * barWidth` on each side of the chart.\n\n**Kind**: instance method of <code>[boxPlot](#dc.boxPlot)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.boxPlot+boxWidth\"></a>\n\n#### boxPlot.boxWidth([boxWidth]) ⇒ <code>Number</code> &#124; <code>function</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\nGet or set the numerical width of the boxplot box. The width may also be a function taking as\nparameters the chart width excluding the right and left margins, as well as the number of x\nunits.\n\n**Kind**: instance method of <code>[boxPlot](#dc.boxPlot)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [boxWidth] | <code>Number</code> &#124; <code>function</code> | <code>0.5</code> | \n\n**Example**  \n```js\n// Using numerical parameter\nchart.boxWidth(10);\n// Using function\nchart.boxWidth((innerChartWidth, xUnits) { ... });\n```\n<a name=\"dc.boxPlot+tickFormat\"></a>\n\n#### boxPlot.tickFormat([tickFormat]) ⇒ <code>Number</code> &#124; <code>function</code> &#124; <code>[boxPlot](#dc.boxPlot)</code>\nSet the numerical format of the boxplot median, whiskers and quartile labels. Defaults to\ninteger formatting.\n\n**Kind**: instance method of <code>[boxPlot](#dc.boxPlot)</code>  \n\n| Param | Type |\n| --- | --- |\n| [tickFormat] | <code>function</code> | \n\n**Example**  \n```js\n// format ticks to 2 decimal places\nchart.tickFormat(d3.format('.2f'));\n```\n<a name=\"dc.baseMixin\"></a>\n\n### dc.baseMixin ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n`dc.baseMixin` is an abstract functional object representing a basic `dc` chart object\nfor all chart and widget implementations. Methods from the [dc.baseMixin](#dc.baseMixin) are inherited\nand available on all chart implementations in the `dc` library.\n\n**Kind**: static mixin of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.baseMixin](#dc.baseMixin) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.height([height])](#dc.baseMixin+height) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.width([width])](#dc.baseMixin+width) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.minWidth([minWidth])](#dc.baseMixin+minWidth) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.minHeight([minHeight])](#dc.baseMixin+minHeight) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.dimension([dimension])](#dc.baseMixin+dimension) ⇒ <code>crossfilter.dimension</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.data([callback])](#dc.baseMixin+data) ⇒ <code>\\*</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.group([group], [name])](#dc.baseMixin+group) ⇒ <code>crossfilter.group</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.ordering([orderFunction])](#dc.baseMixin+ordering) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.filterAll()](#dc.baseMixin+filterAll) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.select()](#dc.baseMixin+select) ⇒ <code>d3.selection</code>\n    * [.selectAll()](#dc.baseMixin+selectAll) ⇒ <code>d3.selection</code>\n    * [.anchor([parent], [chartGroup])](#dc.baseMixin+anchor) ⇒ <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.anchorName()](#dc.baseMixin+anchorName) ⇒ <code>String</code>\n    * [.root([rootElement])](#dc.baseMixin+root) ⇒ <code>HTMLElement</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.svg([svgElement])](#dc.baseMixin+svg) ⇒ <code>SVGElement</code> &#124; <code>d3.selection</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.resetSvg()](#dc.baseMixin+resetSvg) ⇒ <code>SVGElement</code>\n    * [.filterPrinter([filterPrinterFunction])](#dc.baseMixin+filterPrinter) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.controlsUseVisibility([controlsUseVisibility])](#dc.baseMixin+controlsUseVisibility) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.turnOnControls()](#dc.baseMixin+turnOnControls) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.turnOffControls()](#dc.baseMixin+turnOffControls) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.transitionDuration([duration])](#dc.baseMixin+transitionDuration) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.transitionDelay([delay])](#dc.baseMixin+transitionDelay) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.render()](#dc.baseMixin+render) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.redraw()](#dc.baseMixin+redraw) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.commitHandler()](#dc.baseMixin+commitHandler) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.redrawGroup()](#dc.baseMixin+redrawGroup) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.renderGroup()](#dc.baseMixin+renderGroup) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.hasFilterHandler([hasFilterHandler])](#dc.baseMixin+hasFilterHandler) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.hasFilter([filter])](#dc.baseMixin+hasFilter) ⇒ <code>Boolean</code>\n    * [.removeFilterHandler([removeFilterHandler])](#dc.baseMixin+removeFilterHandler) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.addFilterHandler([addFilterHandler])](#dc.baseMixin+addFilterHandler) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.resetFilterHandler([resetFilterHandler])](#dc.baseMixin+resetFilterHandler) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.replaceFilter([filter])](#dc.baseMixin+replaceFilter) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.filter([filter])](#dc.baseMixin+filter) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.filters()](#dc.baseMixin+filters) ⇒ <code>Array.&lt;\\*&gt;</code>\n    * [.onClick(datum)](#dc.baseMixin+onClick)\n    * [.filterHandler([filterHandler])](#dc.baseMixin+filterHandler) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.keyAccessor([keyAccessor])](#dc.baseMixin+keyAccessor) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.valueAccessor([valueAccessor])](#dc.baseMixin+valueAccessor) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.label([labelFunction], [enableLabels])](#dc.baseMixin+label) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.renderLabel([renderLabel])](#dc.baseMixin+renderLabel) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.title([titleFunction])](#dc.baseMixin+title) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.renderTitle([renderTitle])](#dc.baseMixin+renderTitle) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * ~~[.renderlet(renderletFunction)](#dc.baseMixin+renderlet) ⇒ <code>[baseMixin](#dc.baseMixin)</code>~~\n    * [.chartGroup([chartGroup])](#dc.baseMixin+chartGroup) ⇒ <code>String</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.expireCache()](#dc.baseMixin+expireCache) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.legend([legend])](#dc.baseMixin+legend) ⇒ <code>[legend](#dc.legend)</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n    * [.chartID()](#dc.baseMixin+chartID) ⇒ <code>String</code>\n    * [.options(opts)](#dc.baseMixin+options) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n    * [.on(event, listener)](#dc.baseMixin+on) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\n\n<a name=\"dc.baseMixin+height\"></a>\n\n#### baseMixin.height([height]) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the height attribute of a chart. The height is applied to the SVGElement generated by\nthe chart when rendered (or re-rendered). If a value is given, then it will be used to calculate\nthe new height and the chart returned for method chaining.  The value can either be a numeric, a\nfunction, or falsy. If no value is specified then the value of the current height attribute will\nbe returned.\n\nBy default, without an explicit height being given, the chart will select the width of its\nanchor element. If that isn't possible it defaults to 200 (provided by the\n[minHeight](#dc.baseMixin+minHeight) property). Setting the value falsy will return\nthe chart to the default behavior.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [minHeight](#dc.baseMixin+minHeight)  \n\n| Param | Type |\n| --- | --- |\n| [height] | <code>Number</code> &#124; <code>function</code> | \n\n**Example**  \n```js\n// Default height\nchart.height(function (element) {\n    var height = element && element.getBoundingClientRect && element.getBoundingClientRect().height;\n    return (height && height > chart.minHeight()) ? height : chart.minHeight();\n});\n\nchart.height(250); // Set the chart's height to 250px;\nchart.height(function(anchor) { return doSomethingWith(anchor); }); // set the chart's height with a function\nchart.height(null); // reset the height to the default auto calculation\n```\n<a name=\"dc.baseMixin+width\"></a>\n\n#### baseMixin.width([width]) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the width attribute of a chart.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**\n\n- [height](#dc.baseMixin+height)\n- [minWidth](#dc.baseMixin+minWidth)\n\n\n| Param | Type |\n| --- | --- |\n| [width] | <code>Number</code> &#124; <code>function</code> | \n\n**Example**  \n```js\n// Default width\nchart.width(function (element) {\n    var width = element && element.getBoundingClientRect && element.getBoundingClientRect().width;\n    return (width && width > chart.minWidth()) ? width : chart.minWidth();\n});\n```\n<a name=\"dc.baseMixin+minWidth\"></a>\n\n#### baseMixin.minWidth([minWidth]) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the minimum width attribute of a chart. This only has effect when used with the default\n[width](#dc.baseMixin+width) function.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [width](#dc.baseMixin+width)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minWidth] | <code>Number</code> | <code>200</code> | \n\n<a name=\"dc.baseMixin+minHeight\"></a>\n\n#### baseMixin.minHeight([minHeight]) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the minimum height attribute of a chart. This only has effect when used with the default\n[height](#dc.baseMixin+height) function.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [height](#dc.baseMixin+height)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minHeight] | <code>Number</code> | <code>200</code> | \n\n<a name=\"dc.baseMixin+dimension\"></a>\n\n#### baseMixin.dimension([dimension]) ⇒ <code>crossfilter.dimension</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n**mandatory**\n\nSet or get the dimension attribute of a chart. In `dc`, a dimension can be any valid\n[crossfilter dimension](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension)\n\nIf a value is given, then it will be used as the new dimension. If no value is specified then\nthe current dimension will be returned.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [crossfilter.dimension](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension)  \n\n| Param | Type |\n| --- | --- |\n| [dimension] | <code>crossfilter.dimension</code> | \n\n**Example**  \n```js\nvar index = crossfilter([]);\nvar dimension = index.dimension(dc.pluck('key'));\nchart.dimension(dimension);\n```\n<a name=\"dc.baseMixin+data\"></a>\n\n#### baseMixin.data([callback]) ⇒ <code>\\*</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet the data callback or retrieve the chart's data set. The data callback is passed the chart's\ngroup and by default will return\n[group.all](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all).\nThis behavior may be modified to, for instance, return only the top 5 groups.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [callback] | <code>function</code> | \n\n**Example**  \n```js\n// Default data function\nchart.data(function (group) { return group.all(); });\n\nchart.data(function (group) { return group.top(5); });\n```\n<a name=\"dc.baseMixin+group\"></a>\n\n#### baseMixin.group([group], [name]) ⇒ <code>crossfilter.group</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\n**mandatory**\n\nSet or get the group attribute of a chart. In `dc` a group is a\n[crossfilter group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce).\nUsually the group should be created from the particular dimension associated with the same chart. If a value is\ngiven, then it will be used as the new group.\n\nIf no value specified then the current group will be returned.\nIf `name` is specified then it will be used to generate legend label.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [crossfilter.group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>crossfilter.group</code> | \n| [name] | <code>String</code> | \n\n**Example**  \n```js\nvar index = crossfilter([]);\nvar dimension = index.dimension(dc.pluck('key'));\nchart.dimension(dimension);\nchart.group(dimension.group(crossfilter.reduceSum()));\n```\n<a name=\"dc.baseMixin+ordering\"></a>\n\n#### baseMixin.ordering([orderFunction]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nGet or set an accessor to order ordinal dimensions.  The chart uses\n[crossfilter.quicksort.by](https://github.com/crossfilter/crossfilter/wiki/API-Reference#quicksort_by)\nto sort elements; this accessor returns the value to order on.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [crossfilter.quicksort.by](https://github.com/crossfilter/crossfilter/wiki/API-Reference#quicksort_by)  \n\n| Param | Type |\n| --- | --- |\n| [orderFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Default ordering accessor\n_chart.ordering(dc.pluck('key'));\n```\n<a name=\"dc.baseMixin+filterAll\"></a>\n\n#### baseMixin.filterAll() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nClear all filters associated with this chart. The same effect can be achieved by calling\n[chart.filter(null)](#dc.baseMixin+filter).\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+select\"></a>\n\n#### baseMixin.select() ⇒ <code>d3.selection</code>\nExecute d3 single selection in the chart's scope using the given selector and return the d3\nselection.\n\nThis function is **not chainable** since it does not return a chart instance; however the d3\nselection result can be chained to d3 function calls.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [d3.select](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#d3_select)  \n**Example**  \n```js\n// Has the same effect as d3.select('#chart-id').select(selector)\nchart.select(selector)\n```\n<a name=\"dc.baseMixin+selectAll\"></a>\n\n#### baseMixin.selectAll() ⇒ <code>d3.selection</code>\nExecute in scope d3 selectAll using the given selector and return d3 selection result.\n\nThis function is **not chainable** since it does not return a chart instance; however the d3\nselection result can be chained to d3 function calls.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [d3.selectAll](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#d3_selectAll)  \n**Example**  \n```js\n// Has the same effect as d3.select('#chart-id').selectAll(selector)\nchart.selectAll(selector)\n```\n<a name=\"dc.baseMixin+anchor\"></a>\n\n#### baseMixin.anchor([parent], [chartGroup]) ⇒ <code>String</code> &#124; <code>node</code> &#124; <code>d3.selection</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet the root SVGElement to either be an existing chart's root; or any valid [d3 single\nselector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom\nblock element such as a div; or a dom element or d3 selection. Optionally registers the chart\nwithin the chartGroup. This class is called internally on chart initialization, but be called\nagain to relocate the chart. However, it will orphan any previously created SVGElements.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [parent] | <code>anchorChart</code> &#124; <code>anchorSelector</code> &#124; <code>anchorNode</code> | \n| [chartGroup] | <code>String</code> | \n\n<a name=\"dc.baseMixin+anchorName\"></a>\n\n#### baseMixin.anchorName() ⇒ <code>String</code>\nReturns the DOM id for the chart's anchored location.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+root\"></a>\n\n#### baseMixin.root([rootElement]) ⇒ <code>HTMLElement</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nReturns the root element where a chart resides. Usually it will be the parent div element where\nthe SVGElement was created. You can also pass in a new root element however this is usually handled by\ndc internally. Resetting the root element on a chart outside of dc internals may have\nunexpected consequences.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement)  \n\n| Param | Type |\n| --- | --- |\n| [rootElement] | <code>HTMLElement</code> | \n\n<a name=\"dc.baseMixin+svg\"></a>\n\n#### baseMixin.svg([svgElement]) ⇒ <code>SVGElement</code> &#124; <code>d3.selection</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nReturns the top SVGElement for this specific chart. You can also pass in a new SVGElement,\nhowever this is usually handled by dc internally. Resetting the SVGElement on a chart outside\nof dc internals may have unexpected consequences.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n\n| Param | Type |\n| --- | --- |\n| [svgElement] | <code>SVGElement</code> &#124; <code>d3.selection</code> | \n\n<a name=\"dc.baseMixin+resetSvg\"></a>\n\n#### baseMixin.resetSvg() ⇒ <code>SVGElement</code>\nRemove the chart's SVGElements from the dom and recreate the container SVGElement.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n<a name=\"dc.baseMixin+filterPrinter\"></a>\n\n#### baseMixin.filterPrinter([filterPrinterFunction]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the filter printer function. The filter printer function is used to generate human\nfriendly text for filter value(s) associated with the chart instance. The text will get shown\nin the `.filter element; see [turnOnControls](#dc.baseMixin+turnOnControls).\n\nBy default dc charts use a default filter printer [filters](#dc.printers.filters)\nthat provides simple printing support for both single value and ranged filters.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [filterPrinterFunction] | <code>function</code> | <code>dc.printers.filters</code> | \n\n**Example**  \n```js\n// for a chart with an ordinal brush, print the filters in upper case\nchart.filterPrinter(function(filters) {\n  return filters.map(function(f) { return f.toUpperCase(); }).join(', ');\n});\n// for a chart with a range brush, print the filter as start and extent\nchart.filterPrinter(function(filters) {\n  return 'start ' + dc.utils.printSingleValue(filters[0][0]) +\n    ' extent ' + dc.utils.printSingleValue(filters[0][1] - filters[0][0]);\n});\n```\n<a name=\"dc.baseMixin+controlsUseVisibility\"></a>\n\n#### baseMixin.controlsUseVisibility([controlsUseVisibility]) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nIf set, use the `visibility` attribute instead of the `display` attribute for showing/hiding\nchart reset and filter controls, for less disruption to the layout.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [controlsUseVisibility] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.baseMixin+turnOnControls\"></a>\n\n#### baseMixin.turnOnControls() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nTurn on optional control elements within the root element. dc currently supports the\nfollowing html control elements.\n* root.selectAll('.reset') - elements are turned on if the chart has an active filter. This type\nof control element is usually used to store a reset link to allow user to reset filter on a\ncertain chart. This element will be turned off automatically if the filter is cleared.\n* root.selectAll('.filter') elements are turned on if the chart has an active filter. The text\ncontent of this element is then replaced with the current filter value using the filter printer\nfunction. This type of element will be turned off automatically if the filter is cleared.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+turnOffControls\"></a>\n\n#### baseMixin.turnOffControls() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nTurn off optional control elements within the root element.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [turnOnControls](#dc.baseMixin+turnOnControls)  \n<a name=\"dc.baseMixin+transitionDuration\"></a>\n\n#### baseMixin.transitionDuration([duration]) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the animation transition duration (in milliseconds) for this chart instance.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [duration] | <code>Number</code> | <code>750</code> | \n\n<a name=\"dc.baseMixin+transitionDelay\"></a>\n\n#### baseMixin.transitionDelay([delay]) ⇒ <code>Number</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the animation transition delay (in milliseconds) for this chart instance.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [delay] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.baseMixin+render\"></a>\n\n#### baseMixin.render() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nInvoking this method will force the chart to re-render everything from scratch. Generally it\nshould only be used to render the chart for the first time on the page or if you want to make\nsure everything is redrawn from scratch instead of relying on the default incremental redrawing\nbehaviour.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+redraw\"></a>\n\n#### baseMixin.redraw() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nCalling redraw will cause the chart to re-render data changes incrementally. If there is no\nchange in the underlying data dimension then calling this method will have no effect on the\nchart. Most chart interaction in dc will automatically trigger this method through internal\nevents (in particular [redrawAll](#dc.redrawAll)); therefore, you only need to\nmanually invoke this function if data is manipulated outside of dc's control (for example if\ndata is loaded in the background using\n[crossfilter.add](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add)).\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+commitHandler\"></a>\n\n#### baseMixin.commitHandler() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nGets/sets the commit handler. If the chart has a commit handler, the handler will be called when\nthe chart's filters have changed, in order to send the filter data asynchronously to a server.\n\nUnlike other functions in dc.js, the commit handler is asynchronous. It takes two arguments:\na flag indicating whether this is a render (true) or a redraw (false), and a callback to be\ntriggered once the commit is filtered. The callback has the standard node.js continuation signature\nwith error first and result second.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+redrawGroup\"></a>\n\n#### baseMixin.redrawGroup() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nRedraws all charts in the same group as this chart, typically in reaction to a filter\nchange. If the chart has a [commitHandler](dc.baseMixin.commitFilter), it will\nbe executed and waited for.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+renderGroup\"></a>\n\n#### baseMixin.renderGroup() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nRenders all charts in the same group as this chart. If the chart has a\n[commitHandler](dc.baseMixin.commitFilter), it will be executed and waited for\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+hasFilterHandler\"></a>\n\n#### baseMixin.hasFilterHandler([hasFilterHandler]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the has filter handler. The has filter handler is a function that checks to see if\nthe chart's current filters include a specific filter.  Using a custom has filter handler allows\nyou to change the way filters are checked for and replaced.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [hasFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default has filter handler\nchart.hasFilterHandler(function (filters, filter) {\n    if (filter === null || typeof(filter) === 'undefined') {\n        return filters.length > 0;\n    }\n    return filters.some(function (f) {\n        return filter <= f && filter >= f;\n    });\n});\n\n// custom filter handler (no-op)\nchart.hasFilterHandler(function(filters, filter) {\n    return false;\n});\n```\n<a name=\"dc.baseMixin+hasFilter\"></a>\n\n#### baseMixin.hasFilter([filter]) ⇒ <code>Boolean</code>\nCheck whether any active filter or a specific filter is associated with particular chart instance.\nThis function is **not chainable**.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [hasFilterHandler](#dc.baseMixin+hasFilterHandler)  \n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n<a name=\"dc.baseMixin+removeFilterHandler\"></a>\n\n#### baseMixin.removeFilterHandler([removeFilterHandler]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the remove filter handler. The remove filter handler is a function that removes a\nfilter from the chart's current filters. Using a custom remove filter handler allows you to\nchange how filters are removed or perform additional work when removing a filter, e.g. when\nusing a filter server other than crossfilter.\n\nAny changes should modify the `filters` array argument and return that array.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [removeFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default remove filter handler\nchart.removeFilterHandler(function (filters, filter) {\n    for (var i = 0; i < filters.length; i++) {\n        if (filters[i] <= filter && filters[i] >= filter) {\n            filters.splice(i, 1);\n            break;\n        }\n    }\n    return filters;\n});\n\n// custom filter handler (no-op)\nchart.removeFilterHandler(function(filters, filter) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+addFilterHandler\"></a>\n\n#### baseMixin.addFilterHandler([addFilterHandler]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the add filter handler. The add filter handler is a function that adds a filter to\nthe chart's filter list. Using a custom add filter handler allows you to change the way filters\nare added or perform additional work when adding a filter, e.g. when using a filter server other\nthan crossfilter.\n\nAny changes should modify the `filters` array argument and return that array.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [addFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default add filter handler\nchart.addFilterHandler(function (filters, filter) {\n    filters.push(filter);\n    return filters;\n});\n\n// custom filter handler (no-op)\nchart.addFilterHandler(function(filters, filter) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+resetFilterHandler\"></a>\n\n#### baseMixin.resetFilterHandler([resetFilterHandler]) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the reset filter handler. The reset filter handler is a function that resets the\nchart's filter list by returning a new list. Using a custom reset filter handler allows you to\nchange the way filters are reset, or perform additional work when resetting the filters,\ne.g. when using a filter server other than crossfilter.\n\nThis function should return an array.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [resetFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default remove filter handler\nfunction (filters) {\n    return [];\n}\n\n// custom filter handler (no-op)\nchart.resetFilterHandler(function(filters) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+replaceFilter\"></a>\n\n#### baseMixin.replaceFilter([filter]) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nReplace the chart filter. This is equivalent to calling `chart.filter(null).filter(filter)`\nbut more efficient because the filter is only applied once.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n<a name=\"dc.baseMixin+filter\"></a>\n\n#### baseMixin.filter([filter]) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nFilter the chart by the given parameter, or return the current filter if no input parameter\nis given.\n\nThe filter parameter can take one of these forms:\n* A single value: the value will be toggled (added if it is not present in the current\nfilters, removed if it is present)\n* An array containing a single array of values (`[[value,value,value]]`): each value is\ntoggled\n* When appropriate for the chart, a [dc filter object](#dc.filters) such as\n  * [`dc.filters.RangedFilter`](#dc.filters.RangedFilter) for the\n[coordinateGridMixin](#dc.coordinateGridMixin) charts\n  * [`dc.filters.TwoDimensionalFilter`](#dc.filters.TwoDimensionalFilter) for the\n[heat map](#dc.heatMap)\n  * [`dc.filters.RangedTwoDimensionalFilter`](#dc.filters.RangedTwoDimensionalFilter)\nfor the [scatter plot](#dc.scatterPlot)\n* `null`: the filter will be reset using the\n[resetFilterHandler](#dc.baseMixin+resetFilterHandler)\n\nNote that this is always a toggle (even when it doesn't make sense for the filter type). If\nyou wish to replace the current filter, either call `chart.filter(null)` first - or it's more\nefficient to call [`chart.replaceFilter(filter)`](#dc.baseMixin+replaceFilter) instead.\n\nEach toggle is executed by checking if the value is already present using the\n[hasFilterHandler](#dc.baseMixin+hasFilterHandler); if it is not present, it is added\nusing the [addFilterHandler](#dc.baseMixin+addFilterHandler); if it is already present,\nit is removed using the [removeFilterHandler](#dc.baseMixin+removeFilterHandler).\n\nOnce the filters array has been updated, the filters are applied to the\ncrossfilter dimension, using the [filterHandler](#dc.baseMixin+filterHandler).\n\nOnce you have set the filters, call [`chart.redrawGroup()`](#dc.baseMixin+redrawGroup)\n(or [`dc.redrawAll()`](#dc.redrawAll)) to redraw the chart's group.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**\n\n- [addFilterHandler](#dc.baseMixin+addFilterHandler)\n- [removeFilterHandler](#dc.baseMixin+removeFilterHandler)\n- [resetFilterHandler](#dc.baseMixin+resetFilterHandler)\n- [filterHandler](#dc.baseMixin+filterHandler)\n\n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n**Example**  \n```js\n// filter by a single string\nchart.filter('Sunday');\n// filter by a single age\nchart.filter(18);\n// filter by a set of states\nchart.filter([['MA', 'TX', 'ND', 'WA']]);\n// filter by range -- note the use of dc.filters.RangedFilter, which is different\n// from the syntax for filtering a crossfilter dimension directly, dimension.filter([15,20])\nchart.filter(dc.filters.RangedFilter(15,20));\n```\n<a name=\"dc.baseMixin+filters\"></a>\n\n#### baseMixin.filters() ⇒ <code>Array.&lt;\\*&gt;</code>\nReturns all current filters. This method does not perform defensive cloning of the internal\nfilter array before returning, therefore any modification of the returned array will effect the\nchart's internal filter storage.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+onClick\"></a>\n\n#### baseMixin.onClick(datum)\nThis function is passed to d3 as the onClick handler for each chart. The default behavior is to\nfilter on the clicked datum (passed to the callback) and redraw the chart group.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| datum | <code>\\*</code> | \n\n<a name=\"dc.baseMixin+filterHandler\"></a>\n\n#### baseMixin.filterHandler([filterHandler]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the filter handler. The filter handler is a function that performs the filter action\non a specific dimension. Using a custom filter handler allows you to perform additional logic\nbefore or after filtering.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [crossfilter.dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)  \n\n| Param | Type |\n| --- | --- |\n| [filterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// the default filter handler handles all possible cases for the charts in dc.js\n// you can replace it with something more specialized for your own chart\nchart.filterHandler(function (dimension, filters) {\n    if (filters.length === 0) {\n        // the empty case (no filtering)\n        dimension.filter(null);\n    } else if (filters.length === 1 && !filters[0].isFiltered) {\n        // single value and not a function-based filter\n        dimension.filterExact(filters[0]);\n    } else if (filters.length === 1 && filters[0].filterType === 'RangedFilter') {\n        // single range-based filter\n        dimension.filterRange(filters[0]);\n    } else {\n        // an array of values, or an array of filter objects\n        dimension.filterFunction(function (d) {\n            for (var i = 0; i < filters.length; i++) {\n                var filter = filters[i];\n                if (filter.isFiltered && filter.isFiltered(d)) {\n                    return true;\n                } else if (filter <= d && filter >= d) {\n                    return true;\n                }\n            }\n            return false;\n        });\n    }\n    return filters;\n});\n\n// custom filter handler\nchart.filterHandler(function(dimension, filter){\n    var newFilter = filter + 10;\n    dimension.filter(newFilter);\n    return newFilter; // set the actual filter value to the new value\n});\n```\n<a name=\"dc.baseMixin+keyAccessor\"></a>\n\n#### baseMixin.keyAccessor([keyAccessor]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the key accessor function. The key accessor function is used to retrieve the key\nvalue from the crossfilter group. Key values are used differently in different charts, for\nexample keys correspond to slices in a pie chart and x axis positions in a grid coordinate chart.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [keyAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default key accessor\nchart.keyAccessor(function(d) { return d.key; });\n// custom key accessor for a multi-value crossfilter reduction\nchart.keyAccessor(function(p) { return p.value.absGain; });\n```\n<a name=\"dc.baseMixin+valueAccessor\"></a>\n\n#### baseMixin.valueAccessor([valueAccessor]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the value accessor function. The value accessor function is used to retrieve the\nvalue from the crossfilter group. Group values are used differently in different charts, for\nexample values correspond to slice sizes in a pie chart and y axis positions in a grid\ncoordinate chart.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [valueAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default value accessor\nchart.valueAccessor(function(d) { return d.value; });\n// custom value accessor for a multi-value crossfilter reduction\nchart.valueAccessor(function(p) { return p.value.percentageGain; });\n```\n<a name=\"dc.baseMixin+label\"></a>\n\n#### baseMixin.label([labelFunction], [enableLabels]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the label function. The chart class will use this function to render labels for each\nchild element in the chart, e.g. slices in a pie chart or bubbles in a bubble chart. Not every\nchart supports the label function, for example line chart does not use this function\nat all. By default, enables labels; pass false for the second parameter if this is not desired.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> |  | \n| [enableLabels] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\n// default label function just return the key\nchart.label(function(d) { return d.key; });\n// label function has access to the standard d3 data binding and can get quite complicated\nchart.label(function(d) { return d.data.key + '(' + Math.floor(d.data.value / all.value() * 100) + '%)'; });\n```\n<a name=\"dc.baseMixin+renderLabel\"></a>\n\n#### baseMixin.renderLabel([renderLabel]) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nTurn on/off label rendering\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderLabel] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.baseMixin+title\"></a>\n\n#### baseMixin.title([titleFunction]) ⇒ <code>function</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nSet or get the title function. The chart class will use this function to render the SVGElement title\n(usually interpreted by browser as tooltips) for each child element in the chart, e.g. a slice\nin a pie chart or a bubble in a bubble chart. Almost every chart supports the title function;\nhowever in grid coordinate charts you need to turn off the brush in order to see titles, because\notherwise the brush layer will block tooltip triggering.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [titleFunction] | <code>function</code> | \n\n**Example**  \n```js\n// default title function shows \"key: value\"\nchart.title(function(d) { return d.key + ': ' + d.value; });\n// title function has access to the standard d3 data binding and can get quite complicated\nchart.title(function(p) {\n   return p.key.getFullYear()\n       + '\\n'\n       + 'Index Gain: ' + numberFormat(p.value.absGain) + '\\n'\n       + 'Index Gain in Percentage: ' + numberFormat(p.value.percentageGain) + '%\\n'\n       + 'Fluctuation / Index Ratio: ' + numberFormat(p.value.fluctuationPercentage) + '%';\n});\n```\n<a name=\"dc.baseMixin+renderTitle\"></a>\n\n#### baseMixin.renderTitle([renderTitle]) ⇒ <code>Boolean</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nTurn on/off title rendering, or return the state of the render title flag if no arguments are\ngiven.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderTitle] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.baseMixin+renderlet\"></a>\n\n#### ~~baseMixin.renderlet(renderletFunction) ⇒ <code>[baseMixin](#dc.baseMixin)</code>~~\n***Deprecated***\n\nA renderlet is similar to an event listener on rendering event. Multiple renderlets can be added\nto an individual chart.  Each time a chart is rerendered or redrawn the renderlets are invoked\nright after the chart finishes its transitions, giving you a way to modify the SVGElements.\nRenderlet functions take the chart instance as the only input parameter and you can\nuse the dc API or use raw d3 to achieve pretty much any effect.\n\nUse [on](#dc.baseMixin+on) with a 'renderlet' prefix.\nGenerates a random key for the renderlet, which makes it hard to remove.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| renderletFunction | <code>function</code> | \n\n**Example**  \n```js\n// do this instead of .renderlet(function(chart) { ... })\nchart.on(\"renderlet\", function(chart){\n    // mix of dc API and d3 manipulation\n    chart.select('g.y').style('display', 'none');\n    // its a closure so you can also access other chart variable available in the closure scope\n    moveChart.filter(chart.filter());\n});\n```\n<a name=\"dc.baseMixin+chartGroup\"></a>\n\n#### baseMixin.chartGroup([chartGroup]) ⇒ <code>String</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nGet or set the chart group to which this chart belongs. Chart groups are rendered or redrawn\ntogether since it is expected they share the same underlying crossfilter data set.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [chartGroup] | <code>String</code> | \n\n<a name=\"dc.baseMixin+expireCache\"></a>\n\n#### baseMixin.expireCache() ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nExpire the internal chart cache. dc charts cache some data internally on a per chart basis to\nspeed up rendering and avoid unnecessary calculation; however it might be useful to clear the\ncache if you have changed state which will affect rendering.  For example, if you invoke\n[crossfilter.add](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add)\nfunction or reset group or dimension after rendering, it is a good idea to\nclear the cache to make sure charts are rendered properly.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+legend\"></a>\n\n#### baseMixin.legend([legend]) ⇒ <code>[legend](#dc.legend)</code> &#124; <code>[baseMixin](#dc.baseMixin)</code>\nAttach a dc.legend widget to this chart. The legend widget will automatically draw legend labels\nbased on the color setting and names associated with each group.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [legend] | <code>[legend](#dc.legend)</code> | \n\n**Example**  \n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n<a name=\"dc.baseMixin+chartID\"></a>\n\n#### baseMixin.chartID() ⇒ <code>String</code>\nReturns the internal numeric ID of the chart.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n<a name=\"dc.baseMixin+options\"></a>\n\n#### baseMixin.options(opts) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nSet chart options using a configuration object. Each key in the object will cause the method of\nthe same name to be called with the value to set that attribute for the chart.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| opts | <code>Object</code> | \n\n**Example**  \n```js\nchart.options({dimension: myDimension, group: myGroup});\n```\n<a name=\"dc.baseMixin+on\"></a>\n\n#### baseMixin.on(event, listener) ⇒ <code>[baseMixin](#dc.baseMixin)</code>\nAll dc chart instance supports the following listeners.\nSupports the following events:\n* `renderlet` - This listener function will be invoked after transitions after redraw and render. Replaces the\ndeprecated [renderlet](#dc.baseMixin+renderlet) method.\n* `pretransition` - Like `.on('renderlet', ...)` but the event is fired before transitions start.\n* `preRender` - This listener function will be invoked before chart rendering.\n* `postRender` - This listener function will be invoked after chart finish rendering including\nall renderlets' logic.\n* `preRedraw` - This listener function will be invoked before chart redrawing.\n* `postRedraw` - This listener function will be invoked after chart finish redrawing\nincluding all renderlets' logic.\n* `filtered` - This listener function will be invoked after a filter is applied, added or removed.\n* `zoomed` - This listener function will be invoked after a zoom is triggered.\n\n**Kind**: instance method of <code>[baseMixin](#dc.baseMixin)</code>  \n**See**: [d3.dispatch.on](https://github.com/d3/d3-3.x-api-reference/blob/master/Internals.md#dispatch_on)  \n\n| Param | Type |\n| --- | --- |\n| event | <code>String</code> | \n| listener | <code>function</code> | \n\n**Example**  \n```js\n.on('renderlet', function(chart, filter){...})\n.on('pretransition', function(chart, filter){...})\n.on('preRender', function(chart){...})\n.on('postRender', function(chart){...})\n.on('preRedraw', function(chart){...})\n.on('postRedraw', function(chart){...})\n.on('filtered', function(chart, filter){...})\n.on('zoomed', function(chart, filter){...})\n```\n<a name=\"dc.marginMixin\"></a>\n\n### dc.marginMixin ⇒ <code>[marginMixin](#dc.marginMixin)</code>\nMargin is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid\nCharts.\n\n**Kind**: static mixin of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n<a name=\"dc.marginMixin+margins\"></a>\n\n#### marginMixin.margins([margins]) ⇒ <code>Object</code> &#124; <code>[marginMixin](#dc.marginMixin)</code>\nGet or set the margins for a particular coordinate grid chart instance. The margins is stored as\nan associative Javascript array.\n\n**Kind**: instance method of <code>[marginMixin](#dc.marginMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [margins] | <code>Object</code> | <code>{top: 10, right: 50, bottom: 30, left: 30}</code> | \n\n**Example**  \n```js\nvar leftMargin = chart.margins().left; // 30 by default\nchart.margins().left = 50;\nleftMargin = chart.margins().left; // now 50\n```\n<a name=\"dc.colorMixin\"></a>\n\n### dc.colorMixin ⇒ <code>[colorMixin](#dc.colorMixin)</code>\nThe Color Mixin is an abstract chart functional class providing universal coloring support\nas a mix-in for any concrete chart implementation.\n\n**Kind**: static mixin of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.colorMixin](#dc.colorMixin) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\n    * [.colors([colorScale])](#dc.colorMixin+colors) ⇒ <code>d3.scale</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n    * [.ordinalColors(r)](#dc.colorMixin+ordinalColors) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\n    * [.linearColors(r)](#dc.colorMixin+linearColors) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\n    * [.colorAccessor([colorAccessor])](#dc.colorMixin+colorAccessor) ⇒ <code>function</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n    * [.colorDomain([domain])](#dc.colorMixin+colorDomain) ⇒ <code>Array.&lt;String&gt;</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n    * [.calculateColorDomain()](#dc.colorMixin+calculateColorDomain) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\n    * [.getColor(d, [i])](#dc.colorMixin+getColor) ⇒ <code>String</code>\n    * [.colorCalculator([colorCalculator])](#dc.colorMixin+colorCalculator) ⇒ <code>function</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n\n<a name=\"dc.colorMixin+colors\"></a>\n\n#### colorMixin.colors([colorScale]) ⇒ <code>d3.scale</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\nRetrieve current color scale or set a new color scale. This methods accepts any function that\noperates like a d3 scale.\n\n**Kind**: instance method of <code>[colorMixin](#dc.colorMixin)</code>  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [colorScale] | <code>d3.scale</code> | <code>d3.scale.category20c()</code> | \n\n**Example**  \n```js\n// alternate categorical scale\nchart.colors(d3.scale.category20b());\n// ordinal scale\nchart.colors(d3.scale.ordinal().range(['red','green','blue']));\n// convenience method, the same as above\nchart.ordinalColors(['red','green','blue']);\n// set a linear scale\nchart.linearColors([\"#4575b4\", \"#ffffbf\", \"#a50026\"]);\n```\n<a name=\"dc.colorMixin+ordinalColors\"></a>\n\n#### colorMixin.ordinalColors(r) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\nConvenience method to set the color scale to\n[d3.scale.ordinal](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md#ordinal) with\nrange `r`.\n\n**Kind**: instance method of <code>[colorMixin](#dc.colorMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| r | <code>Array.&lt;String&gt;</code> | \n\n<a name=\"dc.colorMixin+linearColors\"></a>\n\n#### colorMixin.linearColors(r) ⇒ <code>[colorMixin](#dc.colorMixin)</code>\nConvenience method to set the color scale to an Hcl interpolated linear scale with range `r`.\n\n**Kind**: instance method of <code>[colorMixin](#dc.colorMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| r | <code>Array.&lt;Number&gt;</code> | \n\n<a name=\"dc.colorMixin+colorAccessor\"></a>\n\n#### colorMixin.colorAccessor([colorAccessor]) ⇒ <code>function</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\nSet or the get color accessor function. This function will be used to map a data point in a\ncrossfilter group to a color value on the color scale. The default function uses the key\naccessor.\n\n**Kind**: instance method of <code>[colorMixin](#dc.colorMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [colorAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default index based color accessor\n.colorAccessor(function (d, i){return i;})\n// color accessor for a multi-value crossfilter reduction\n.colorAccessor(function (d){return d.value.absGain;})\n```\n<a name=\"dc.colorMixin+colorDomain\"></a>\n\n#### colorMixin.colorDomain([domain]) ⇒ <code>Array.&lt;String&gt;</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\nSet or get the current domain for the color mapping function. The domain must be supplied as an\narray.\n\nNote: previously this method accepted a callback function. Instead you may use a custom scale\nset by [.colors](#dc.colorMixin+colors).\n\n**Kind**: instance method of <code>[colorMixin](#dc.colorMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [domain] | <code>Array.&lt;String&gt;</code> | \n\n<a name=\"dc.colorMixin+calculateColorDomain\"></a>\n\n#### colorMixin.calculateColorDomain() ⇒ <code>[colorMixin](#dc.colorMixin)</code>\nSet the domain by determining the min and max values as retrieved by\n[.colorAccessor](#dc.colorMixin+colorAccessor) over the chart's dataset.\n\n**Kind**: instance method of <code>[colorMixin](#dc.colorMixin)</code>  \n<a name=\"dc.colorMixin+getColor\"></a>\n\n#### colorMixin.getColor(d, [i]) ⇒ <code>String</code>\nGet the color for the datum d and counter i. This is used internally by charts to retrieve a color.\n\n**Kind**: instance method of <code>[colorMixin](#dc.colorMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| d | <code>\\*</code> | \n| [i] | <code>Number</code> | \n\n<a name=\"dc.colorMixin+colorCalculator\"></a>\n\n#### colorMixin.colorCalculator([colorCalculator]) ⇒ <code>function</code> &#124; <code>[colorMixin](#dc.colorMixin)</code>\n**Deprecated.** Get/set the color calculator. This actually replaces the\n[getColor](#dc.colorMixin+getColor) method!\n\nThis is not recommended, since using a [colorAccessor](#dc.colorMixin+colorAccessor) and\ncolor scale ([.colors](#dc.colorMixin+colors)) is more powerful and idiomatic d3.\n\n**Kind**: instance method of <code>[colorMixin](#dc.colorMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [colorCalculator] | <code>\\*</code> | \n\n<a name=\"dc.coordinateGridMixin\"></a>\n\n### dc.coordinateGridMixin ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nCoordinate Grid is an abstract base chart designed to support a number of coordinate grid based\nconcrete chart types, e.g. bar chart, line chart, and bubble chart.\n\n**Kind**: static mixin of <code>[dc](#dc)</code>  \n**Mixes**: <code>[colorMixin](#dc.colorMixin)</code>, <code>[marginMixin](#dc.marginMixin)</code>, <code>[baseMixin](#dc.baseMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.coordinateGridMixin](#dc.coordinateGridMixin) ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.rescale()](#dc.coordinateGridMixin+rescale) ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.rangeChart([rangeChart])](#dc.coordinateGridMixin+rangeChart) ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.zoomScale([extent])](#dc.coordinateGridMixin+zoomScale) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.zoomOutRestrict([zoomOutRestrict])](#dc.coordinateGridMixin+zoomOutRestrict) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.g([gElement])](#dc.coordinateGridMixin+g) ⇒ <code>SVGElement</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.mouseZoomable([mouseZoomable])](#dc.coordinateGridMixin+mouseZoomable) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.chartBodyG([chartBodyG])](#dc.coordinateGridMixin+chartBodyG) ⇒ <code>SVGElement</code>\n    * [.x([xScale])](#dc.coordinateGridMixin+x) ⇒ <code>d3.scale</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.xUnits([xUnits])](#dc.coordinateGridMixin+xUnits) ⇒ <code>function</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.xAxis([xAxis])](#dc.coordinateGridMixin+xAxis) ⇒ <code>d3.svg.axis</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.elasticX([elasticX])](#dc.coordinateGridMixin+elasticX) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.xAxisPadding([padding])](#dc.coordinateGridMixin+xAxisPadding) ⇒ <code>Number</code> &#124; <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.xAxisPaddingUnit([unit])](#dc.coordinateGridMixin+xAxisPaddingUnit) ⇒ <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.xUnitCount()](#dc.coordinateGridMixin+xUnitCount) ⇒ <code>Number</code>\n    * [.useRightYAxis([useRightYAxis])](#dc.coordinateGridMixin+useRightYAxis) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.isOrdinal()](#dc.coordinateGridMixin+isOrdinal) ⇒ <code>Boolean</code>\n    * [.xAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+xAxisLabel) ⇒ <code>String</code>\n    * [.yAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+yAxisLabel) ⇒ <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.y([yScale])](#dc.coordinateGridMixin+y) ⇒ <code>d3.scale</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.yAxis([yAxis])](#dc.coordinateGridMixin+yAxis) ⇒ <code>d3.svg.axis</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.elasticY([elasticY])](#dc.coordinateGridMixin+elasticY) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.renderHorizontalGridLines([renderHorizontalGridLines])](#dc.coordinateGridMixin+renderHorizontalGridLines) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.renderVerticalGridLines([renderVerticalGridLines])](#dc.coordinateGridMixin+renderVerticalGridLines) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.xAxisMin()](#dc.coordinateGridMixin+xAxisMin) ⇒ <code>\\*</code>\n    * [.xAxisMax()](#dc.coordinateGridMixin+xAxisMax) ⇒ <code>\\*</code>\n    * [.yAxisMin()](#dc.coordinateGridMixin+yAxisMin) ⇒ <code>\\*</code>\n    * [.yAxisMax()](#dc.coordinateGridMixin+yAxisMax) ⇒ <code>\\*</code>\n    * [.yAxisPadding([padding])](#dc.coordinateGridMixin+yAxisPadding) ⇒ <code>Number</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.round([round])](#dc.coordinateGridMixin+round) ⇒ <code>function</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.clipPadding([padding])](#dc.coordinateGridMixin+clipPadding) ⇒ <code>Number</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n    * [.focus([range])](#dc.coordinateGridMixin+focus)\n    * [.brushOn([brushOn])](#dc.coordinateGridMixin+brushOn) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n\n<a name=\"dc.coordinateGridMixin+rescale\"></a>\n\n#### coordinateGridMixin.rescale() ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nWhen changing the domain of the x or y scale, it is necessary to tell the chart to recalculate\nand redraw the axes. (`.rescale()` is called automatically when the x or y scale is replaced\nwith [.x()](dc.coordinateGridMixin+x) or [.y()](#dc.coordinateGridMixin+y), and has\nno effect on elastic scales.)\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n<a name=\"dc.coordinateGridMixin+rangeChart\"></a>\n\n#### coordinateGridMixin.rangeChart([rangeChart]) ⇒ <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nGet or set the range selection chart associated with this instance. Setting the range selection\nchart using this function will automatically update its selection brush when the current chart\nzooms in. In return the given range chart will also automatically attach this chart as its focus\nchart hence zoom in when range brush updates.\n\nUsually the range and focus charts will share a dimension. The range chart will set the zoom\nboundaries for the focus chart, so its dimension values must be compatible with the domain of\nthe focus chart.\n\nSee the [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) example for this effect in action.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [rangeChart] | <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code> | \n\n<a name=\"dc.coordinateGridMixin+zoomScale\"></a>\n\n#### coordinateGridMixin.zoomScale([extent]) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nGet or set the scale extent for mouse zooms.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [extent] | <code>Array.&lt;(Number\\|Date)&gt;</code> | <code>[1, Infinity]</code> | \n\n<a name=\"dc.coordinateGridMixin+zoomOutRestrict\"></a>\n\n#### coordinateGridMixin.zoomOutRestrict([zoomOutRestrict]) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nGet or set the zoom restriction for the chart. If true limits the zoom to origional domain of the chart.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [zoomOutRestrict] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.coordinateGridMixin+g\"></a>\n\n#### coordinateGridMixin.g([gElement]) ⇒ <code>SVGElement</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nGet or set the root g element. This method is usually used to retrieve the g element in order to\noverlay custom svg drawing programatically. **Caution**: The root g element is usually generated\nby dc.js internals, and resetting it might produce unpredictable result.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [gElement] | <code>SVGElement</code> | \n\n<a name=\"dc.coordinateGridMixin+mouseZoomable\"></a>\n\n#### coordinateGridMixin.mouseZoomable([mouseZoomable]) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get mouse zoom capability flag (default: false). When turned on the chart will be\nzoomable using the mouse wheel. If the range selector chart is attached zooming will also update\nthe range selection brush on the associated range selector chart.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [mouseZoomable] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+chartBodyG\"></a>\n\n#### coordinateGridMixin.chartBodyG([chartBodyG]) ⇒ <code>SVGElement</code>\nRetrieve the svg group for the chart body.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [chartBodyG] | <code>SVGElement</code> | \n\n<a name=\"dc.coordinateGridMixin+x\"></a>\n\n#### coordinateGridMixin.x([xScale]) ⇒ <code>d3.scale</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\n**mandatory**\n\nGet or set the x scale. The x scale can be any d3\n[quantitive scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Quantitative-Scales.md) or\n[ordinal scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md).\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type |\n| --- | --- |\n| [xScale] | <code>d3.scale</code> | \n\n**Example**  \n```js\n// set x to a linear scale\nchart.x(d3.scale.linear().domain([-2500, 2500]))\n// set x to a time scale to generate histogram\nchart.x(d3.time.scale().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n```\n<a name=\"dc.coordinateGridMixin+xUnits\"></a>\n\n#### coordinateGridMixin.xUnits([xUnits]) ⇒ <code>function</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get the xUnits function. The coordinate grid chart uses the xUnits function to calculate\nthe number of data projections on x axis such as the number of bars for a bar chart or the\nnumber of dots for a line chart. This function is expected to return a Javascript array of all\ndata points on x axis, or the number of points on the axis. [d3 time range functions\nd3.time.days, d3.time.months, and\nd3.time.years](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Intervals.md#aliases) are all valid xUnits\nfunction. dc.js also provides a few units function, see the [Units Namespace](#dc.units) for\na list of built-in units functions.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n**Todo**\n\n- [ ] Add docs for utilities\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xUnits] | <code>function</code> | <code>dc.units.integers</code> | \n\n**Example**  \n```js\n// set x units to count days\nchart.xUnits(d3.time.days);\n// set x units to count months\nchart.xUnits(d3.time.months);\n\n// A custom xUnits function can be used as long as it follows the following interface:\n// units in integer\nfunction(start, end, xDomain) {\n     // simply calculates how many integers in the domain\n     return Math.abs(end - start);\n};\n\n// fixed units\nfunction(start, end, xDomain) {\n     // be aware using fixed units will disable the focus/zoom ability on the chart\n     return 1000;\n```\n<a name=\"dc.coordinateGridMixin+xAxis\"></a>\n\n#### coordinateGridMixin.xAxis([xAxis]) ⇒ <code>d3.svg.axis</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get the x axis used by a particular coordinate grid chart instance. This function is most\nuseful when x axis customization is required. The x axis in dc.js is an instance of a\n[d3 axis object](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis);\ntherefore it supports any valid d3 axis manipulation.\n\n**Caution**: The x axis is usually generated internally by dc; resetting it may cause\nunexpected results. Note also that when used as a getter, this function is not chainable:\nit returns the axis, not the chart,\n{@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\nso attempting to call chart functions after calling `.xAxis()` will fail}.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n**See**: [d3.svg.axis](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xAxis] | <code>d3.svg.axis</code> | <code>d3.svg.axis().orient(&#x27;bottom&#x27;)</code> | \n\n**Example**  \n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function(v) {return v + '%';});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.coordinateGridMixin+elasticX\"></a>\n\n#### coordinateGridMixin.elasticX([elasticX]) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nTurn on/off elastic x axis behavior. If x axis elasticity is turned on, then the grid chart will\nattempt to recalculate the x axis range whenever a redraw event is triggered.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticX] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisPadding\"></a>\n\n#### coordinateGridMixin.xAxisPadding([padding]) ⇒ <code>Number</code> &#124; <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get x axis padding for the elastic x axis. The padding will be added to both end of the x\naxis if elasticX is turned on; otherwise it is ignored.\n\nPadding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\nnumber or date x axes.  When padding a date axis, an integer represents number of units being padded\nand a percentage string will be treated the same as an integer. The unit will be determined by the\nxAxisPaddingUnit variable.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> &#124; <code>String</code> | <code>0</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisPaddingUnit\"></a>\n\n#### coordinateGridMixin.xAxisPaddingUnit([unit]) ⇒ <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get x axis padding unit for the elastic x axis. The padding unit will determine which unit to\nuse when applying xAxis padding if elasticX is turned on and if x-axis uses a time dimension;\notherwise it is ignored.\n\nPadding unit is a string that will be used when the padding is calculated. Available parameters are\nthe available d3 time intervals; see\n[d3.time.interval](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Intervals.md#interval).\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [unit] | <code>String</code> | <code>&#x27;days&#x27;</code> | \n\n<a name=\"dc.coordinateGridMixin+xUnitCount\"></a>\n\n#### coordinateGridMixin.xUnitCount() ⇒ <code>Number</code>\nReturns the number of units displayed on the x axis using the unit measure configured by\n[xUnits](#dc.coordinateGridMixin+xUnits).\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n<a name=\"dc.coordinateGridMixin+useRightYAxis\"></a>\n\n#### coordinateGridMixin.useRightYAxis([useRightYAxis]) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nGets or sets whether the chart should be drawn with a right axis instead of a left axis. When\nused with a chart in a composite chart, allows both left and right Y axes to be shown on a\nchart.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useRightYAxis] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+isOrdinal\"></a>\n\n#### coordinateGridMixin.isOrdinal() ⇒ <code>Boolean</code>\nReturns true if the chart is using ordinal xUnits ([ordinal](#dc.units.ordinal), or false\notherwise. Most charts behave differently with ordinal data and use the result of this method to\ntrigger the appropriate logic.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n<a name=\"dc.coordinateGridMixin+xAxisLabel\"></a>\n\n#### coordinateGridMixin.xAxisLabel([labelText], [padding]) ⇒ <code>String</code>\nSet or get the x axis label. If setting the label, you may optionally include additional padding to\nthe margin to make room for the label. By default the padded is set to 12 to accomodate the text height.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelText] | <code>String</code> |  | \n| [padding] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.coordinateGridMixin+yAxisLabel\"></a>\n\n#### coordinateGridMixin.yAxisLabel([labelText], [padding]) ⇒ <code>String</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get the y axis label. If setting the label, you may optionally include additional padding\nto the margin to make room for the label. By default the padding is set to 12 to accommodate the\ntext height.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelText] | <code>String</code> |  | \n| [padding] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.coordinateGridMixin+y\"></a>\n\n#### coordinateGridMixin.y([yScale]) ⇒ <code>d3.scale</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nGet or set the y scale. The y scale is typically automatically determined by the chart implementation.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type |\n| --- | --- |\n| [yScale] | <code>d3.scale</code> | \n\n<a name=\"dc.coordinateGridMixin+yAxis\"></a>\n\n#### coordinateGridMixin.yAxis([yAxis]) ⇒ <code>d3.svg.axis</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get the y axis used by the coordinate grid chart instance. This function is most useful\nwhen y axis customization is required. The y axis in dc.js is simply an instance of a [d3 axis\nobject](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis); therefore it supports any\nvalid d3 axis manipulation.\n\n**Caution**: The y axis is usually generated internally by dc; resetting it may cause\nunexpected results.  Note also that when used as a getter, this function is not chainable: it\nreturns the axis, not the chart,\n{@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\nso attempting to call chart functions after calling `.yAxis()` will fail}.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n**See**: [d3.svg.axis](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [yAxis] | <code>d3.svg.axis</code> | <code>d3.svg.axis().orient(&#x27;left&#x27;)</code> | \n\n**Example**  \n```js\n// customize y axis tick format\nchart.yAxis().tickFormat(function(v) {return v + '%';});\n// customize y axis tick values\nchart.yAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.coordinateGridMixin+elasticY\"></a>\n\n#### coordinateGridMixin.elasticY([elasticY]) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nTurn on/off elastic y axis behavior. If y axis elasticity is turned on, then the grid chart will\nattempt to recalculate the y axis range whenever a redraw event is triggered.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticY] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+renderHorizontalGridLines\"></a>\n\n#### coordinateGridMixin.renderHorizontalGridLines([renderHorizontalGridLines]) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nTurn on/off horizontal grid lines.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderHorizontalGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+renderVerticalGridLines\"></a>\n\n#### coordinateGridMixin.renderVerticalGridLines([renderVerticalGridLines]) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nTurn on/off vertical grid lines.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderVerticalGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisMin\"></a>\n\n#### coordinateGridMixin.xAxisMin() ⇒ <code>\\*</code>\nCalculates the minimum x value to display in the chart. Includes xAxisPadding if set.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n<a name=\"dc.coordinateGridMixin+xAxisMax\"></a>\n\n#### coordinateGridMixin.xAxisMax() ⇒ <code>\\*</code>\nCalculates the maximum x value to display in the chart. Includes xAxisPadding if set.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n<a name=\"dc.coordinateGridMixin+yAxisMin\"></a>\n\n#### coordinateGridMixin.yAxisMin() ⇒ <code>\\*</code>\nCalculates the minimum y value to display in the chart. Includes yAxisPadding if set.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n<a name=\"dc.coordinateGridMixin+yAxisMax\"></a>\n\n#### coordinateGridMixin.yAxisMax() ⇒ <code>\\*</code>\nCalculates the maximum y value to display in the chart. Includes yAxisPadding if set.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n<a name=\"dc.coordinateGridMixin+yAxisPadding\"></a>\n\n#### coordinateGridMixin.yAxisPadding([padding]) ⇒ <code>Number</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get y axis padding for the elastic y axis. The padding will be added to the top and\nbottom of the y axis if elasticY is turned on; otherwise it is ignored.\n\nPadding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\nnumber or date axes. When padding a date axis, an integer represents number of days being padded\nand a percentage string will be treated the same as an integer.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> &#124; <code>String</code> | <code>0</code> | \n\n<a name=\"dc.coordinateGridMixin+round\"></a>\n\n#### coordinateGridMixin.round([round]) ⇒ <code>function</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nSet or get the rounding function used to quantize the selection when brushing is enabled.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [round] | <code>function</code> | \n\n**Example**  \n```js\n// set x unit round to by month, this will make sure range selection brush will\n// select whole months\nchart.round(d3.time.month.round);\n```\n<a name=\"dc.coordinateGridMixin+clipPadding\"></a>\n\n#### coordinateGridMixin.clipPadding([padding]) ⇒ <code>Number</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nGet or set the padding in pixels for the clip path. Once set padding will be applied evenly to\nthe top, left, right, and bottom when the clip path is generated. If set to zero, the clip area\nwill be exactly the chart body area minus the margins.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.coordinateGridMixin+focus\"></a>\n\n#### coordinateGridMixin.focus([range])\nZoom this chart to focus on the given range. The given range should be an array containing only\n2 elements (`[start, end]`) defining a range in the x domain. If the range is not given or set\nto null, then the zoom will be reset. _For focus to work elasticX has to be turned off;\notherwise focus will be ignored.\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [range] | <code>Array.&lt;Number&gt;</code> | \n\n**Example**  \n```js\nchart.on('renderlet', function(chart) {\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n         // focus some other chart to the range selected by user on this chart\n         someOtherChart.focus(chart.filter());\n    });\n})\n```\n<a name=\"dc.coordinateGridMixin+brushOn\"></a>\n\n#### coordinateGridMixin.brushOn([brushOn]) ⇒ <code>Boolean</code> &#124; <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>\nTurn on/off the brush-based range filter. When brushing is on then user can drag the mouse\nacross a chart with a quantitative scale to perform range filtering based on the extent of the\nbrush, or click on the bars of an ordinal bar chart or slices of a pie chart to filter and\nun-filter them. However turning on the brush filter will disable other interactive elements on\nthe chart such as highlighting, tool tips, and reference lines. Zooming will still be possible\nif enabled, but only via scrolling (panning will be disabled.)\n\n**Kind**: instance method of <code>[coordinateGridMixin](#dc.coordinateGridMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [brushOn] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.stackMixin\"></a>\n\n### dc.stackMixin ⇒ <code>[stackMixin](#dc.stackMixin)</code>\nStack Mixin is an mixin that provides cross-chart support of stackability using d3.layout.stack.\n\n**Kind**: static mixin of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.stackMixin](#dc.stackMixin) ⇒ <code>[stackMixin](#dc.stackMixin)</code>\n    * [.stack(group, [name], [accessor])](#dc.stackMixin+stack) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\n    * [.hidableStacks([hidableStacks])](#dc.stackMixin+hidableStacks) ⇒ <code>Boolean</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\n    * [.hideStack(stackName)](#dc.stackMixin+hideStack) ⇒ <code>[stackMixin](#dc.stackMixin)</code>\n    * [.showStack(stackName)](#dc.stackMixin+showStack) ⇒ <code>[stackMixin](#dc.stackMixin)</code>\n    * [.title([stackName], [titleAccessor])](#dc.stackMixin+title) ⇒ <code>String</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\n    * [.stackLayout([stack])](#dc.stackMixin+stackLayout) ⇒ <code>function</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\n\n<a name=\"dc.stackMixin+stack\"></a>\n\n#### stackMixin.stack(group, [name], [accessor]) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\nStack a new crossfilter group onto this chart with an optional custom value accessor. All stacks\nin the same chart will share the same key accessor and therefore the same set of keys.\n\nFor example, in a stacked bar chart, the bars of each stack will be positioned using the same set\nof keys on the x axis, while stacked vertically. If name is specified then it will be used to\ngenerate the legend label.\n\n**Kind**: instance method of <code>[stackMixin](#dc.stackMixin)</code>  \n**See**: [crossfilter.group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce)  \n\n| Param | Type |\n| --- | --- |\n| group | <code>crossfilter.group</code> | \n| [name] | <code>String</code> | \n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// stack group using default accessor\nchart.stack(valueSumGroup)\n// stack group using custom accessor\n.stack(avgByDayGroup, function(d){return d.value.avgByDay;});\n```\n<a name=\"dc.stackMixin+hidableStacks\"></a>\n\n#### stackMixin.hidableStacks([hidableStacks]) ⇒ <code>Boolean</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\nAllow named stacks to be hidden or shown by clicking on legend items.\nThis does not affect the behavior of hideStack or showStack.\n\n**Kind**: instance method of <code>[stackMixin](#dc.stackMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [hidableStacks] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.stackMixin+hideStack\"></a>\n\n#### stackMixin.hideStack(stackName) ⇒ <code>[stackMixin](#dc.stackMixin)</code>\nHide all stacks on the chart with the given name.\nThe chart must be re-rendered for this change to appear.\n\n**Kind**: instance method of <code>[stackMixin](#dc.stackMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| stackName | <code>String</code> | \n\n<a name=\"dc.stackMixin+showStack\"></a>\n\n#### stackMixin.showStack(stackName) ⇒ <code>[stackMixin](#dc.stackMixin)</code>\nShow all stacks on the chart with the given name.\nThe chart must be re-rendered for this change to appear.\n\n**Kind**: instance method of <code>[stackMixin](#dc.stackMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| stackName | <code>String</code> | \n\n<a name=\"dc.stackMixin+title\"></a>\n\n#### stackMixin.title([stackName], [titleAccessor]) ⇒ <code>String</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\nSet or get the title function. Chart class will use this function to render svg title (usually interpreted by\nbrowser as tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart.\nAlmost every chart supports title function however in grid coordinate chart you need to turn off brush in order to\nuse title otherwise the brush layer will block tooltip trigger.\n\nIf the first argument is a stack name, the title function will get or set the title for that stack. If stackName\nis not provided, the first stack is implied.\n\n**Kind**: instance method of <code>[stackMixin](#dc.stackMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [stackName] | <code>String</code> | \n| [titleAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// set a title function on 'first stack'\nchart.title('first stack', function(d) { return d.key + ': ' + d.value; });\n// get a title function from 'second stack'\nvar secondTitleFunction = chart.title('second stack');\n```\n<a name=\"dc.stackMixin+stackLayout\"></a>\n\n#### stackMixin.stackLayout([stack]) ⇒ <code>function</code> &#124; <code>[stackMixin](#dc.stackMixin)</code>\nGets or sets the stack layout algorithm, which computes a baseline for each stack and\npropagates it to the next.\n\n**Kind**: instance method of <code>[stackMixin](#dc.stackMixin)</code>  \n**See**: [d3.layout.stack](https://github.com/d3/d3-3.x-api-reference/blob/master/Stack-Layout.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [stack] | <code>function</code> | <code>d3.layout.stack</code> | \n\n<a name=\"dc.capMixin\"></a>\n\n### dc.capMixin ⇒ <code>[capMixin](#dc.capMixin)</code>\nCap is a mixin that groups small data elements below a _cap_ into an *others* grouping for both the\nRow and Pie Charts.\n\nThe top ordered elements in the group up to the cap amount will be kept in the chart, and the rest\nwill be replaced with an *others* element, with value equal to the sum of the replaced values. The\nkeys of the elements below the cap limit are recorded in order to filter by those keys when the\nothers* element is clicked.\n\n**Kind**: static mixin of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.capMixin](#dc.capMixin) ⇒ <code>[capMixin](#dc.capMixin)</code>\n    * [.cap([count])](#dc.capMixin+cap) ⇒ <code>Number</code> &#124; <code>[capMixin](#dc.capMixin)</code>\n    * [.othersLabel([label])](#dc.capMixin+othersLabel) ⇒ <code>String</code> &#124; <code>[capMixin](#dc.capMixin)</code>\n    * [.othersGrouper([grouperFunction])](#dc.capMixin+othersGrouper) ⇒ <code>function</code> &#124; <code>[capMixin](#dc.capMixin)</code>\n\n<a name=\"dc.capMixin+cap\"></a>\n\n#### capMixin.cap([count]) ⇒ <code>Number</code> &#124; <code>[capMixin](#dc.capMixin)</code>\nGet or set the count of elements to that will be included in the cap. If there is an\n[othersGrouper](#dc.capMixin+othersGrouper), any further elements will be combined in an\nextra element with its name determined by [othersLabel](#dc.capMixin+othersLabel).\n\nUp through dc.js 2.0.*, capping uses\n[group.top(N)](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_top),\nwhich selects the largest items according to\n[group.order()](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_order).\nThe chart then sorts the items according to [baseMixin.ordering()](#dc.baseMixin+ordering).\nSo the two values essentially have to agree, but if the former is incorrect (it's easy to\nforget about `group.order()`), the latter will mask the problem. This also makes\n[fake groups](https://github.com/dc-js/dc.js/wiki/FAQ#fake-groups) difficult to\nimplement.\n\nIn dc.js 2.1 and forward, only\n[group.all()](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all)\nand `baseMixin.ordering()` are used.\n\n**Kind**: instance method of <code>[capMixin](#dc.capMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [count] | <code>Number</code> | <code>Infinity</code> | \n\n<a name=\"dc.capMixin+othersLabel\"></a>\n\n#### capMixin.othersLabel([label]) ⇒ <code>String</code> &#124; <code>[capMixin](#dc.capMixin)</code>\nGet or set the label for *Others* slice when slices cap is specified.\n\n**Kind**: instance method of <code>[capMixin](#dc.capMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [label] | <code>String</code> | <code>&quot;Others&quot;</code> | \n\n<a name=\"dc.capMixin+othersGrouper\"></a>\n\n#### capMixin.othersGrouper([grouperFunction]) ⇒ <code>function</code> &#124; <code>[capMixin](#dc.capMixin)</code>\nGet or set the grouper function that will perform the insertion of data for the *Others* slice\nif the slices cap is specified. If set to a falsy value, no others will be added. By default the\ngrouper function computes the sum of all values below the cap.\n\n**Kind**: instance method of <code>[capMixin](#dc.capMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [grouperFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Do not show others\nchart.othersGrouper(null);\n// Default others grouper\nchart.othersGrouper(function (topRows) {\n   var topRowsSum = d3.sum(topRows, _chart.valueAccessor()),\n       allRows = _chart.group().all(),\n       allRowsSum = d3.sum(allRows, _chart.valueAccessor()),\n       topKeys = topRows.map(_chart.keyAccessor()),\n       allKeys = allRows.map(_chart.keyAccessor()),\n       topSet = d3.set(topKeys),\n       others = allKeys.filter(function (d) {return !topSet.has(d);});\n   if (allRowsSum > topRowsSum) {\n       return topRows.concat([{\n           'others': others,\n           'key': _chart.othersLabel(),\n           'value': allRowsSum - topRowsSum\n       }]);\n   }\n   return topRows;\n});\n// Custom others grouper\nchart.othersGrouper(function (data) {\n    // compute the value for others, presumably the sum of all values below the cap\n    var othersSum  = yourComputeOthersValueLogic(data)\n\n    // the keys are needed to properly filter when the others element is clicked\n    var othersKeys = yourComputeOthersKeysArrayLogic(data);\n\n    // add the others row to the dataset\n    data.push({'key': 'Others', 'value': othersSum, 'others': othersKeys });\n\n    return data;\n});\n```\n<a name=\"dc.bubbleMixin\"></a>\n\n### dc.bubbleMixin ⇒ <code>[bubbleMixin](#dc.bubbleMixin)</code>\nThis Mixin provides reusable functionalities for any chart that needs to visualize data using bubbles.\n\n**Kind**: static mixin of <code>[dc](#dc)</code>  \n**Mixes**: <code>[colorMixin](#dc.colorMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.bubbleMixin](#dc.bubbleMixin) ⇒ <code>[bubbleMixin](#dc.bubbleMixin)</code>\n    * [.r([bubbleRadiusScale])](#dc.bubbleMixin+r) ⇒ <code>d3.scale</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n    * [.radiusValueAccessor([radiusValueAccessor])](#dc.bubbleMixin+radiusValueAccessor) ⇒ <code>function</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n    * [.minRadius([radius])](#dc.bubbleMixin+minRadius) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n    * [.minRadiusWithLabel([radius])](#dc.bubbleMixin+minRadiusWithLabel) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n    * [.maxBubbleRelativeSize([relativeSize])](#dc.bubbleMixin+maxBubbleRelativeSize) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\n\n<a name=\"dc.bubbleMixin+r\"></a>\n\n#### bubbleMixin.r([bubbleRadiusScale]) ⇒ <code>d3.scale</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\nGet or set the bubble radius scale. By default the bubble chart uses\n[d3.scale.linear().domain([0, 100])](https://github.com/d3/d3-3.x-api-reference/blob/master/Quantitative-Scales.md#linear)\nas its radius scale.\n\n**Kind**: instance method of <code>[bubbleMixin](#dc.bubbleMixin)</code>  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [bubbleRadiusScale] | <code>d3.scale</code> | <code>d3.scale.linear().domain([0, 100])</code> | \n\n<a name=\"dc.bubbleMixin+radiusValueAccessor\"></a>\n\n#### bubbleMixin.radiusValueAccessor([radiusValueAccessor]) ⇒ <code>function</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\nGet or set the radius value accessor function. If set, the radius value accessor function will\nbe used to retrieve a data value for each bubble. The data retrieved then will be mapped using\nthe r scale to the actual bubble radius. This allows you to encode a data dimension using bubble\nsize.\n\n**Kind**: instance method of <code>[bubbleMixin](#dc.bubbleMixin)</code>  \n\n| Param | Type |\n| --- | --- |\n| [radiusValueAccessor] | <code>function</code> | \n\n<a name=\"dc.bubbleMixin+minRadius\"></a>\n\n#### bubbleMixin.minRadius([radius]) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\nGet or set the minimum radius. This will be used to initialize the radius scale's range.\n\n**Kind**: instance method of <code>[bubbleMixin](#dc.bubbleMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [radius] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.bubbleMixin+minRadiusWithLabel\"></a>\n\n#### bubbleMixin.minRadiusWithLabel([radius]) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\nGet or set the minimum radius for label rendering. If a bubble's radius is less than this value\nthen no label will be rendered.\n\n**Kind**: instance method of <code>[bubbleMixin](#dc.bubbleMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [radius] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.bubbleMixin+maxBubbleRelativeSize\"></a>\n\n#### bubbleMixin.maxBubbleRelativeSize([relativeSize]) ⇒ <code>Number</code> &#124; <code>[bubbleMixin](#dc.bubbleMixin)</code>\nGet or set the maximum relative size of a bubble to the length of x axis. This value is useful\nwhen the difference in radius between bubbles is too great.\n\n**Kind**: instance method of <code>[bubbleMixin](#dc.bubbleMixin)</code>  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [relativeSize] | <code>Number</code> | <code>0.3</code> | \n\n<a name=\"dc.disableTransitions\"></a>\n\n### dc.disableTransitions : <code>Boolean</code>\nIf this boolean is set truthy, all transitions will be disabled, and changes to the charts will happen\nimmediately.\n\n**Kind**: static property of <code>[dc](#dc)</code>  \n**Default**: <code>false</code>  \n<a name=\"dc.dateFormat\"></a>\n\n### dc.dateFormat : <code>function</code>\nThe default date format for dc.js\n\n**Kind**: static property of <code>[dc](#dc)</code>  \n**Default**: <code>d3.time.format(&#x27;%m/%d/%Y&#x27;)</code>  \n<a name=\"dc.chartRegistry\"></a>\n\n### dc.chartRegistry : <code>object</code>\nThe dc.chartRegistry object maintains sets of all instantiated dc.js charts under named groups\nand the default group.\n\nA chart group often corresponds to a crossfilter instance. It specifies\nthe set of charts which should be updated when a filter changes on one of the charts or when the\nglobal functions [filterAll](#dc.filterAll), [refocusAll](#dc.refocusAll),\n[renderAll](#dc.renderAll), [redrawAll](#dc.redrawAll), or chart functions\n[baseMixin.renderGroup](#dc.baseMixin+renderGroup),\n[baseMixin.redrawGroup](#dc.baseMixin+redrawGroup) are called.\n\n**Kind**: static namespace of <code>[dc](#dc)</code>  \n\n* [.chartRegistry](#dc.chartRegistry) : <code>object</code>\n    * [.has(chart)](#dc.chartRegistry.has) ⇒ <code>Boolean</code>\n    * [.register(chart, [group])](#dc.chartRegistry.register)\n    * [.deregister(chart, [group])](#dc.chartRegistry.deregister)\n    * [.clear(group)](#dc.chartRegistry.clear)\n    * [.list([group])](#dc.chartRegistry.list) ⇒ <code>Array.&lt;Object&gt;</code>\n\n<a name=\"dc.chartRegistry.has\"></a>\n\n#### chartRegistry.has(chart) ⇒ <code>Boolean</code>\nDetermine if a given chart instance resides in any group in the registry.\n\n**Kind**: static method of <code>[chartRegistry](#dc.chartRegistry)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n\n<a name=\"dc.chartRegistry.register\"></a>\n\n#### chartRegistry.register(chart, [group])\nAdd given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of <code>[chartRegistry](#dc.chartRegistry)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.deregister\"></a>\n\n#### chartRegistry.deregister(chart, [group])\nRemove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of <code>[chartRegistry](#dc.chartRegistry)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.clear\"></a>\n\n#### chartRegistry.clear(group)\nClear given group if one is provided, otherwise clears all groups.\n\n**Kind**: static method of <code>[chartRegistry](#dc.chartRegistry)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| group | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.list\"></a>\n\n#### chartRegistry.list([group]) ⇒ <code>Array.&lt;Object&gt;</code>\nGet an array of each chart instance in the given group.\nIf no group is provided, the charts in the default group are returned.\n\n**Kind**: static method of <code>[chartRegistry](#dc.chartRegistry)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.units\"></a>\n\n### dc.units : <code>object</code>\n**Kind**: static namespace of <code>[dc](#dc)</code>  \n\n* [.units](#dc.units) : <code>object</code>\n    * [.fp](#dc.units.fp) : <code>object</code>\n        * [.precision(precision)](#dc.units.fp.precision) ⇒ <code>function</code>\n    * [.integers(start, end)](#dc.units.integers) ⇒ <code>Number</code>\n    * [.ordinal(start, end, domain)](#dc.units.ordinal) ⇒ <code>Array.&lt;String&gt;</code>\n\n<a name=\"dc.units.fp\"></a>\n\n#### units.fp : <code>object</code>\n**Kind**: static namespace of <code>[units](#dc.units)</code>  \n<a name=\"dc.units.fp.precision\"></a>\n\n##### fp.precision(precision) ⇒ <code>function</code>\nThis function generates an argument for the [Coordinate Grid Chart](#dc.coordinateGridMixin)\n[.xUnits](#dc.coordinateGridMixin+xUnits) function specifying that the x values are floating-point\nnumbers with the given precision.\nThe returned function determines how many values at the given precision will fit into the range\nsupplied in its start and end parameters.\n\n**Kind**: static method of <code>[fp](#dc.units.fp)</code>  \n**Returns**: <code>function</code> - start-end unit function  \n**See**: [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)  \n\n| Param | Type |\n| --- | --- |\n| precision | <code>Number</code> | \n\n**Example**  \n```js\n// specify values (and ticks) every 0.1 units\nchart.xUnits(dc.units.fp.precision(0.1)\n// there are 500 units between 0.5 and 1 if the precision is 0.001\nvar thousandths = dc.units.fp.precision(0.001);\nthousandths(0.5, 1.0) // returns 500\n```\n<a name=\"dc.units.integers\"></a>\n\n#### units.integers(start, end) ⇒ <code>Number</code>\nThe default value for [.xUnits](#dc.coordinateGridMixin+xUnits) for the\n[Coordinate Grid Chart](#dc.coordinateGridMixin) and should\nbe used when the x values are a sequence of integers.\nIt is a function that counts the number of integers in the range supplied in its start and end parameters.\n\n**Kind**: static method of <code>[units](#dc.units)</code>  \n**See**: [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)  \n\n| Param | Type |\n| --- | --- |\n| start | <code>Number</code> | \n| end | <code>Number</code> | \n\n**Example**  \n```js\nchart.xUnits(dc.units.integers) // already the default\n```\n<a name=\"dc.units.ordinal\"></a>\n\n#### units.ordinal(start, end, domain) ⇒ <code>Array.&lt;String&gt;</code>\nThis argument can be passed to the [.xUnits](#dc.coordinateGridMixin+xUnits) function of the to\nspecify ordinal units for the x axis. Usually this parameter is used in combination with passing\n[d3.scale.ordinal](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md) to\n[.x](#dc.coordinateGridMixin+x).\nIt just returns the domain passed to it, which for ordinal charts is an array of all values.\n\n**Kind**: static method of <code>[units](#dc.units)</code>  \n**See**\n\n- [d3.scale.ordinal](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md)\n- [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)\n- [coordinateGridMixin.x](#dc.coordinateGridMixin+x)\n\n\n| Param | Type |\n| --- | --- |\n| start | <code>\\*</code> | \n| end | <code>\\*</code> | \n| domain | <code>Array.&lt;String&gt;</code> | \n\n**Example**  \n```js\nchart.xUnits(dc.units.ordinal)\n     .x(d3.scale.ordinal())\n```\n<a name=\"dc.printers\"></a>\n\n### dc.printers : <code>object</code>\n**Kind**: static namespace of <code>[dc](#dc)</code>  \n\n* [.printers](#dc.printers) : <code>object</code>\n    * [.filters(filters)](#dc.printers.filters) ⇒ <code>String</code>\n    * [.filter(filter)](#dc.printers.filter) ⇒ <code>String</code>\n\n<a name=\"dc.printers.filters\"></a>\n\n#### printers.filters(filters) ⇒ <code>String</code>\nConverts a list of filters into a readable string.\n\n**Kind**: static method of <code>[printers](#dc.printers)</code>  \n\n| Param | Type |\n| --- | --- |\n| filters | <code>[Array.&lt;filters&gt;](#dc.filters)</code> | \n\n<a name=\"dc.printers.filter\"></a>\n\n#### printers.filter(filter) ⇒ <code>String</code>\nConverts a filter into a readable string.\n\n**Kind**: static method of <code>[printers](#dc.printers)</code>  \n\n| Param | Type |\n| --- | --- |\n| filter | <code>[filters](#dc.filters)</code> &#124; <code>any</code> &#124; <code>Array.&lt;any&gt;</code> | \n\n<a name=\"dc.utils\"></a>\n\n### dc.utils : <code>object</code>\n**Kind**: static namespace of <code>[dc](#dc)</code>  \n\n* [.utils](#dc.utils) : <code>object</code>\n    * [.printSingleValue(filter)](#dc.utils.printSingleValue) ⇒ <code>String</code>\n    * [.add(l, r, [t])](#dc.utils.add) ⇒ <code>String</code> &#124; <code>Date</code> &#124; <code>Number</code>\n    * [.subtract(l, r, [t])](#dc.utils.subtract) ⇒ <code>String</code> &#124; <code>Date</code> &#124; <code>Number</code>\n    * [.isNumber(n)](#dc.utils.isNumber) ⇒ <code>Boolean</code>\n    * [.isFloat(n)](#dc.utils.isFloat) ⇒ <code>Boolean</code>\n    * [.isInteger(n)](#dc.utils.isInteger) ⇒ <code>Boolean</code>\n    * [.isNegligible(n)](#dc.utils.isNegligible) ⇒ <code>Boolean</code>\n    * [.clamp(val, min, max)](#dc.utils.clamp) ⇒ <code>any</code>\n    * [.uniqueId()](#dc.utils.uniqueId) ⇒ <code>Number</code>\n    * [.nameToId(name)](#dc.utils.nameToId) ⇒ <code>String</code>\n    * [.appendOrSelect(parent, selector, tag)](#dc.utils.appendOrSelect) ⇒ <code>d3.selection</code>\n    * [.safeNumber(n)](#dc.utils.safeNumber) ⇒ <code>Number</code>\n\n<a name=\"dc.utils.printSingleValue\"></a>\n\n#### utils.printSingleValue(filter) ⇒ <code>String</code>\nPrint a single value filter.\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| filter | <code>any</code> | \n\n<a name=\"dc.utils.add\"></a>\n\n#### utils.add(l, r, [t]) ⇒ <code>String</code> &#124; <code>Date</code> &#124; <code>Number</code>\nArbitrary add one value to another.\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n**Todo**\n\n- [ ] These assume than any string r is a percentage (whether or not it includes %).\nThey also generate strange results if l is a string.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| l | <code>String</code> &#124; <code>Date</code> &#124; <code>Number</code> | the value to modify |\n| r | <code>Number</code> | the amount by which to modify the value |\n| [t] | <code>String</code> | if `l` is a `Date`, the [interval](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Intervals.md#interval) in the `d3.time` namespace |\n\n<a name=\"dc.utils.subtract\"></a>\n\n#### utils.subtract(l, r, [t]) ⇒ <code>String</code> &#124; <code>Date</code> &#124; <code>Number</code>\nArbitrary subtract one value from another.\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n**Todo**\n\n- [ ] These assume than any string r is a percentage (whether or not it includes %).\nThey also generate strange results if l is a string.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| l | <code>String</code> &#124; <code>Date</code> &#124; <code>Number</code> | the value to modify |\n| r | <code>Number</code> | the amount by which to modify the value |\n| [t] | <code>String</code> | if `l` is a `Date`, the [interval](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Intervals.md#interval) in the `d3.time` namespace |\n\n<a name=\"dc.utils.isNumber\"></a>\n\n#### utils.isNumber(n) ⇒ <code>Boolean</code>\nIs the value a number?\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isFloat\"></a>\n\n#### utils.isFloat(n) ⇒ <code>Boolean</code>\nIs the value a float?\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isInteger\"></a>\n\n#### utils.isInteger(n) ⇒ <code>Boolean</code>\nIs the value an integer?\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isNegligible\"></a>\n\n#### utils.isNegligible(n) ⇒ <code>Boolean</code>\nIs the value very close to zero?\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.clamp\"></a>\n\n#### utils.clamp(val, min, max) ⇒ <code>any</code>\nEnsure the value is no greater or less than the min/max values.  If it is return the boundary value.\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| val | <code>any</code> | \n| min | <code>any</code> | \n| max | <code>any</code> | \n\n<a name=\"dc.utils.uniqueId\"></a>\n\n#### utils.uniqueId() ⇒ <code>Number</code>\nUsing a simple static counter, provide a unique integer id.\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n<a name=\"dc.utils.nameToId\"></a>\n\n#### utils.nameToId(name) ⇒ <code>String</code>\nConvert a name to an ID.\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n\n<a name=\"dc.utils.appendOrSelect\"></a>\n\n#### utils.appendOrSelect(parent, selector, tag) ⇒ <code>d3.selection</code>\nAppend or select an item on a parent element.\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| parent | <code>d3.selection</code> | \n| selector | <code>String</code> | \n| tag | <code>String</code> | \n\n<a name=\"dc.utils.safeNumber\"></a>\n\n#### utils.safeNumber(n) ⇒ <code>Number</code>\nReturn the number if the value is a number; else 0.\n\n**Kind**: static method of <code>[utils](#dc.utils)</code>  \n\n| Param | Type |\n| --- | --- |\n| n | <code>Number</code> &#124; <code>any</code> | \n\n<a name=\"dc.filters\"></a>\n\n### dc.filters : <code>object</code>\nThe dc.js filters are functions which are passed into crossfilter to chose which records will be\naccumulated to produce values for the charts.  In the crossfilter model, any filters applied on one\ndimension will affect all the other dimensions but not that one.  dc always applies a filter\nfunction to the dimension; the function combines multiple filters and if any of them accept a\nrecord, it is filtered in.\n\nThese filter constructors are used as appropriate by the various charts to implement brushing.  We\nmention below which chart uses which filter.  In some cases, many instances of a filter will be added.\n\nEach of the dc.js filters is an object with the following properties:\n* `isFiltered` - a function that returns true if a value is within the filter\n* `filterType` - a string identifying the filter, here the name of the constructor\n\nCurrently these filter objects are also arrays, but this is not a requirement. Custom filters\ncan be used as long as they have the properties above.\n\n**Kind**: static namespace of <code>[dc](#dc)</code>  \n\n* [.filters](#dc.filters) : <code>object</code>\n    * [.RangedFilter](#dc.filters.RangedFilter)\n        * [new RangedFilter(low, high)](#new_dc.filters.RangedFilter_new)\n    * [.TwoDimensionalFilter](#dc.filters.TwoDimensionalFilter)\n        * [new TwoDimensionalFilter(filter)](#new_dc.filters.TwoDimensionalFilter_new)\n    * [.RangedTwoDimensionalFilter](#dc.filters.RangedTwoDimensionalFilter)\n        * [new RangedTwoDimensionalFilter(filter)](#new_dc.filters.RangedTwoDimensionalFilter_new)\n\n<a name=\"dc.filters.RangedFilter\"></a>\n\n#### filters.RangedFilter\n**Kind**: static class of <code>[filters](#dc.filters)</code>  \n<a name=\"new_dc.filters.RangedFilter_new\"></a>\n\n##### new RangedFilter(low, high)\nRangedFilter is a filter which accepts keys between `low` and `high`.  It is used to implement X\naxis brushing for the [coordinate grid charts](#dc.coordinateGridMixin).\n\nIts `filterType` is 'RangedFilter'\n\n\n| Param | Type |\n| --- | --- |\n| low | <code>Number</code> | \n| high | <code>Number</code> | \n\n<a name=\"dc.filters.TwoDimensionalFilter\"></a>\n\n#### filters.TwoDimensionalFilter\n**Kind**: static class of <code>[filters](#dc.filters)</code>  \n<a name=\"new_dc.filters.TwoDimensionalFilter_new\"></a>\n\n##### new TwoDimensionalFilter(filter)\nTwoDimensionalFilter is a filter which accepts a single two-dimensional value.  It is used by the\n[heat map chart](#dc.heatMap) to include particular cells as they are clicked.  (Rows and columns are\nfiltered by filtering all the cells in the row or column.)\n\nIts `filterType` is 'TwoDimensionalFilter'\n\n\n| Param | Type |\n| --- | --- |\n| filter | <code>Array.&lt;Number&gt;</code> | \n\n<a name=\"dc.filters.RangedTwoDimensionalFilter\"></a>\n\n#### filters.RangedTwoDimensionalFilter\n**Kind**: static class of <code>[filters](#dc.filters)</code>  \n<a name=\"new_dc.filters.RangedTwoDimensionalFilter_new\"></a>\n\n##### new RangedTwoDimensionalFilter(filter)\nThe RangedTwoDimensionalFilter allows filtering all values which fit within a rectangular\nregion. It is used by the [scatter plot](#dc.scatterPlot) to implement rectangular brushing.\n\nIt takes two two-dimensional points in the form `[[x1,y1],[x2,y2]]`, and normalizes them so that\n`x1 <= x2` and `y1 <= y2`. It then returns a filter which accepts any points which are in the\nrectangular range including the lower values but excluding the higher values.\n\nIf an array of two values are given to the RangedTwoDimensionalFilter, it interprets the values as\ntwo x coordinates `x1` and `x2` and returns a filter which accepts any points for which `x1 <= x <\nx2`.\n\nIts `filterType` is 'RangedTwoDimensionalFilter'\n\n\n| Param | Type |\n| --- | --- |\n| filter | <code>Array.&lt;Array.&lt;Number&gt;&gt;</code> | \n\n<a name=\"dc.registerChart\"></a>\n\n### dc.registerChart(chart, [group])\nAdd given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.deregisterChart\"></a>\n\n### dc.deregisterChart(chart, [group])\nRemove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.hasChart\"></a>\n\n### dc.hasChart(chart) ⇒ <code>Boolean</code>\nDetermine if a given chart instance resides in any group in the registry.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n\n<a name=\"dc.deregisterAllCharts\"></a>\n\n### dc.deregisterAllCharts(group)\nClear given group if one is provided, otherwise clears all groups.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| group | <code>String</code> | Group name |\n\n<a name=\"dc.filterAll\"></a>\n\n### dc.filterAll([group])\nClear all filters on all charts within the given chart group. If the chart group is not given then\nonly charts that belong to the default chart group will be reset.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.refocusAll\"></a>\n\n### dc.refocusAll([group])\nReset zoom level / focus on all charts that belong to the given chart group. If the chart group is\nnot given then only charts that belong to the default chart group will be reset.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.renderAll\"></a>\n\n### dc.renderAll([group])\nRe-render all charts belong to the given chart group. If the chart group is not given then only\ncharts that belong to the default chart group will be re-rendered.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.redrawAll\"></a>\n\n### dc.redrawAll([group])\nRedraw all charts belong to the given chart group. If the chart group is not given then only charts\nthat belong to the default chart group will be re-drawn. Redraw is different from re-render since\nwhen redrawing dc tries to update the graphic incrementally, using transitions, instead of starting\nfrom scratch.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.transition\"></a>\n\n### dc.transition(selection, [duration], [delay], [name]) ⇒ <code>d3.transition</code> &#124; <code>d3.selection</code>\nStart a transition on a selection if transitions are globally enabled\n([disableTransitions](#dc.disableTransitions) is false) and the duration is greater than zero; otherwise return\nthe selection. Since most operations are the same on a d3 selection and a d3 transition, this\nallows a common code path for both cases.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n| selection | <code>d3.selection</code> |  | the selection to be transitioned |\n| [duration] | <code>Number</code> &#124; <code>function</code> | <code>250</code> | the duration of the transition in milliseconds, a function returning the duration, or 0 for no transition |\n| [delay] | <code>Number</code> &#124; <code>function</code> |  | the delay of the transition in milliseconds, or a function returning the delay, or 0 for no delay |\n| [name] | <code>String</code> |  | the name of the transition (if concurrent transitions on the same elements are needed) |\n\n<a name=\"dc.pluck\"></a>\n\n### dc.pluck(n, [f]) ⇒ <code>function</code>\nReturns a function that given a string property name, can be used to pluck the property off an object.  A function\ncan be passed as the second argument to also alter the data being returned.\n\nThis can be a useful shorthand method to create accessor functions.\n\n**Kind**: static method of <code>[dc](#dc)</code>  \n\n| Param | Type |\n| --- | --- |\n| n | <code>String</code> | \n| [f] | <code>function</code> | \n\n**Example**  \n```js\nvar xPluck = dc.pluck('x');\nvar objA = {x: 1};\nxPluck(objA) // 1\n```\n**Example**  \n```js\nvar xPosition = dc.pluck('x', function (x, i) {\n    // `this` is the original datum,\n    // `x` is the x property of the datum,\n    // `i` is the position in the array\n    return this.radius + x;\n});\ndc.selectAll('.circle').data(...).x(xPosition);\n```\n"
  },
  {
    "path": "docs/old-api-docs/api-2.1.0.md",
    "content": "<a name=\"dc\"></a>\n\n## dc : <code>object</code>\nThe entire dc.js library is scoped under the **dc** name space. It does not introduce\nanything else into the global name space.\n\nMost `dc` functions are designed to allow function chaining, meaning they return the current chart\ninstance whenever it is appropriate.  The getter forms of functions do not participate in function\nchaining because they return values that are not the chart, although some,\nsuch as [.svg](#dc.baseMixin+svg) and [.xAxis](#dc.coordinateGridMixin+xAxis),\nreturn values that are themselves chainable d3 objects.\n\n**Kind**: global namespace  \n**Version**: 2.1.10  \n**Example**  \n```js\n// Example chaining\nchart.width(300)\n     .height(300)\n     .filter('sunday');\n```\n\n* [dc](#dc) : <code>object</code>\n    * [.pieChart](#dc.pieChart)\n        * [new pieChart(parent, [chartGroup])](#new_dc.pieChart_new)\n        * [.slicesCap([cap])](#dc.pieChart+slicesCap) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.externalRadiusPadding([externalRadiusPadding])](#dc.pieChart+externalRadiusPadding) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.innerRadius([innerRadius])](#dc.pieChart+innerRadius) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.radius([radius])](#dc.pieChart+radius) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.cx([cx])](#dc.pieChart+cx) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.cy([cy])](#dc.pieChart+cy) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.minAngleForLabel([minAngleForLabel])](#dc.pieChart+minAngleForLabel) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.emptyTitle([title])](#dc.pieChart+emptyTitle) ⇒ <code>String</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.externalLabels([externalLabelRadius])](#dc.pieChart+externalLabels) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.drawPaths([drawPaths])](#dc.pieChart+drawPaths) ⇒ <code>Boolean</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.barChart](#dc.barChart)\n        * [new barChart(parent, [chartGroup])](#new_dc.barChart_new)\n        * [.centerBar([centerBar])](#dc.barChart+centerBar) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\n        * [.barPadding([barPadding])](#dc.barChart+barPadding) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n        * [.outerPadding([padding])](#dc.barChart+outerPadding) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n        * [.gap([gap])](#dc.barChart+gap) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n        * [.alwaysUseRounding([alwaysUseRounding])](#dc.barChart+alwaysUseRounding) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.lineChart](#dc.lineChart)\n        * [new lineChart(parent, [chartGroup])](#new_dc.lineChart_new)\n        * [.interpolate([interpolate])](#dc.lineChart+interpolate) ⇒ <code>String</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.tension([tension])](#dc.lineChart+tension) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.defined([defined])](#dc.lineChart+defined) ⇒ <code>function</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.dashStyle([dashStyle])](#dc.lineChart+dashStyle) ⇒ <code>Array.&lt;Number&gt;</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.renderArea([renderArea])](#dc.lineChart+renderArea) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.xyTipsOn([xyTipsOn])](#dc.lineChart+xyTipsOn) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.dotRadius([dotRadius])](#dc.lineChart+dotRadius) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.renderDataPoints([options])](#dc.lineChart+renderDataPoints) ⇒ <code>Object</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.dataCount](#dc.dataCount)\n        * [new dataCount(parent, [chartGroup])](#new_dc.dataCount_new)\n        * [.html([options])](#dc.dataCount+html) ⇒ <code>Object</code> \\| [<code>dataCount</code>](#dc.dataCount)\n        * [.formatNumber([formatter])](#dc.dataCount+formatNumber) ⇒ <code>function</code> \\| [<code>dataCount</code>](#dc.dataCount)\n    * [.dataTable](#dc.dataTable)\n        * [new dataTable(parent, [chartGroup])](#new_dc.dataTable_new)\n        * [.group(groupFunction)](#dc.dataTable+group) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.size([size])](#dc.dataTable+size) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.beginSlice([beginSlice])](#dc.dataTable+beginSlice) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.endSlice([endSlice])](#dc.dataTable+endSlice) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.columns([columns])](#dc.dataTable+columns) ⇒ <code>Array.&lt;function()&gt;</code>\n        * [.sortBy([sortBy])](#dc.dataTable+sortBy) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.order([order])](#dc.dataTable+order) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.showGroups([showGroups])](#dc.dataTable+showGroups) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.dataGrid](#dc.dataGrid)\n        * [new dataGrid(parent, [chartGroup])](#new_dc.dataGrid_new)\n        * [.group(groupFunction)](#dc.dataGrid+group) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.beginSlice([beginSlice])](#dc.dataGrid+beginSlice) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.endSlice([endSlice])](#dc.dataGrid+endSlice) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.size([size])](#dc.dataGrid+size) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.html([html])](#dc.dataGrid+html) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.htmlGroup([htmlGroup])](#dc.dataGrid+htmlGroup) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.sortBy([sortByFunction])](#dc.dataGrid+sortBy) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.order([order])](#dc.dataGrid+order) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.bubbleChart](#dc.bubbleChart)\n        * [new bubbleChart(parent, [chartGroup])](#new_dc.bubbleChart_new)\n        * [.elasticRadius([elasticRadius])](#dc.bubbleChart+elasticRadius) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\n        * [.sortBubbleSize([sortBubbleSize])](#dc.bubbleChart+sortBubbleSize) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\n    * [.compositeChart](#dc.compositeChart)\n        * [new compositeChart(parent, [chartGroup])](#new_dc.compositeChart_new)\n        * [.useRightAxisGridLines([useRightAxisGridLines])](#dc.compositeChart+useRightAxisGridLines) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.childOptions([childOptions])](#dc.compositeChart+childOptions) ⇒ <code>Object</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.rightYAxisLabel([rightYAxisLabel], [padding])](#dc.compositeChart+rightYAxisLabel) ⇒ <code>String</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.compose([subChartArray])](#dc.compositeChart+compose) ⇒ [<code>compositeChart</code>](#dc.compositeChart)\n        * [.children()](#dc.compositeChart+children) ⇒ [<code>Array.&lt;baseMixin&gt;</code>](#dc.baseMixin)\n        * [.shareColors([shareColors])](#dc.compositeChart+shareColors) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.shareTitle([shareTitle])](#dc.compositeChart+shareTitle) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.rightY([yScale])](#dc.compositeChart+rightY) ⇒ <code>d3.scale</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.alignYAxes([alignYAxes])](#dc.compositeChart+alignYAxes) ⇒ <code>Chart</code>\n        * [.rightYAxis([rightYAxis])](#dc.compositeChart+rightYAxis) ⇒ <code>d3.svg.axis</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.seriesChart](#dc.seriesChart)\n        * [new seriesChart(parent, [chartGroup])](#new_dc.seriesChart_new)\n        * [.chart([chartFunction])](#dc.seriesChart+chart) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n        * [.seriesAccessor([accessor])](#dc.seriesChart+seriesAccessor) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n        * [.seriesSort([sortFunction])](#dc.seriesChart+seriesSort) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n        * [.valueSort([sortFunction])](#dc.seriesChart+valueSort) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n    * [.geoChoroplethChart](#dc.geoChoroplethChart)\n        * [new geoChoroplethChart(parent, [chartGroup])](#new_dc.geoChoroplethChart_new)\n        * [.overlayGeoJson(json, name, keyAccessor)](#dc.geoChoroplethChart+overlayGeoJson) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n        * [.projection([projection])](#dc.geoChoroplethChart+projection) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n        * [.geoJsons()](#dc.geoChoroplethChart+geoJsons) ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\n        * [.geoPath()](#dc.geoChoroplethChart+geoPath) ⇒ <code>d3.geo.path</code>\n        * [.removeGeoJson(name)](#dc.geoChoroplethChart+removeGeoJson) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n    * [.bubbleOverlay](#dc.bubbleOverlay)\n        * [new bubbleOverlay(parent, [chartGroup])](#new_dc.bubbleOverlay_new)\n        * [.svg([imageElement])](#dc.bubbleOverlay+svg) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n        * [.point(name, x, y)](#dc.bubbleOverlay+point) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n    * [.rowChart](#dc.rowChart)\n        * [new rowChart(parent, [chartGroup])](#new_dc.rowChart_new)\n        * [.x([scale])](#dc.rowChart+x) ⇒ <code>d3.scale</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.renderTitleLabel([renderTitleLabel])](#dc.rowChart+renderTitleLabel) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.xAxis()](#dc.rowChart+xAxis) ⇒ <code>d3.svg.axis</code>\n        * [.fixedBarHeight([fixedBarHeight])](#dc.rowChart+fixedBarHeight) ⇒ <code>Boolean</code> \\| <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.gap([gap])](#dc.rowChart+gap) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.elasticX([elasticX])](#dc.rowChart+elasticX) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.labelOffsetX([labelOffsetX])](#dc.rowChart+labelOffsetX) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.labelOffsetY([labelOffsety])](#dc.rowChart+labelOffsetY) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.titleLabelOffsetX([titleLabelOffsetX])](#dc.rowChart+titleLabelOffsetX) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.legend](#dc.legend)\n        * [new legend()](#new_dc.legend_new)\n        * [.x([x])](#dc.legend+x) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.y([y])](#dc.legend+y) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.gap([gap])](#dc.legend+gap) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.itemHeight([itemHeight])](#dc.legend+itemHeight) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.horizontal([horizontal])](#dc.legend+horizontal) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\n        * [.legendWidth([legendWidth])](#dc.legend+legendWidth) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.itemWidth([itemWidth])](#dc.legend+itemWidth) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.autoItemWidth([autoItemWidth])](#dc.legend+autoItemWidth) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\n        * [.legendText([legendText])](#dc.legend+legendText) ⇒ <code>function</code> \\| [<code>legend</code>](#dc.legend)\n        * [.maxItems([maxItems])](#dc.legend+maxItems) ⇒ [<code>legend</code>](#dc.legend)\n    * [.scatterPlot](#dc.scatterPlot)\n        * [new scatterPlot(parent, [chartGroup])](#new_dc.scatterPlot_new)\n        * [.emptyColor](#dc.scatterPlot+emptyColor) ⇒ <code>String</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.emptyOpacity](#dc.scatterPlot+emptyOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.nonemptyOpacity](#dc.scatterPlot+nonemptyOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.existenceAccessor([accessor])](#dc.scatterPlot+existenceAccessor) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.symbol([type])](#dc.scatterPlot+symbol) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.customSymbol([customSymbol])](#dc.scatterPlot+customSymbol) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.symbolSize([symbolSize])](#dc.scatterPlot+symbolSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.highlightedSize([highlightedSize])](#dc.scatterPlot+highlightedSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.excludedSize([excludedSize])](#dc.scatterPlot+excludedSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.excludedColor([excludedColor])](#dc.scatterPlot+excludedColor) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.excludedOpacity([excludedOpacity])](#dc.scatterPlot+excludedOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.emptySize([emptySize])](#dc.scatterPlot+emptySize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.numberDisplay](#dc.numberDisplay)\n        * [new numberDisplay(parent, [chartGroup])](#new_dc.numberDisplay_new)\n        * [.html([html])](#dc.numberDisplay+html) ⇒ <code>Object</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\n        * [.value()](#dc.numberDisplay+value) ⇒ <code>Number</code>\n        * [.formatNumber([formatter])](#dc.numberDisplay+formatNumber) ⇒ <code>function</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\n    * [.heatMap](#dc.heatMap)\n        * [new heatMap(parent, [chartGroup])](#new_dc.heatMap_new)\n        * [.colsLabel([labelFunction])](#dc.heatMap+colsLabel) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.rowsLabel([labelFunction])](#dc.heatMap+rowsLabel) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.rows([rows])](#dc.heatMap+rows) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.cols([cols])](#dc.heatMap+cols) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.boxOnClick([handler])](#dc.heatMap+boxOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.xAxisOnClick([handler])](#dc.heatMap+xAxisOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.yAxisOnClick([handler])](#dc.heatMap+yAxisOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.xBorderRadius([xBorderRadius])](#dc.heatMap+xBorderRadius) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.yBorderRadius([yBorderRadius])](#dc.heatMap+yBorderRadius) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.boxPlot](#dc.boxPlot)\n        * [new boxPlot(parent, [chartGroup])](#new_dc.boxPlot_new)\n        * [.boxPadding([padding])](#dc.boxPlot+boxPadding) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.outerPadding([padding])](#dc.boxPlot+outerPadding) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.boxWidth([boxWidth])](#dc.boxPlot+boxWidth) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.tickFormat([tickFormat])](#dc.boxPlot+tickFormat) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.selectMenu](#dc.selectMenu)\n        * [new selectMenu(parent, [chartGroup])](#new_dc.selectMenu_new)\n        * [.order](#dc.selectMenu+order)\n        * [.promptText](#dc.selectMenu+promptText)\n        * [.filterDisplayed](#dc.selectMenu+filterDisplayed)\n        * [.multiple](#dc.selectMenu+multiple)\n        * [.promptValue](#dc.selectMenu+promptValue)\n        * [.numberItems](#dc.selectMenu+numberItems)\n    * [.baseMixin](#dc.baseMixin) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.height([height])](#dc.baseMixin+height) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.width([width])](#dc.baseMixin+width) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.minWidth([minWidth])](#dc.baseMixin+minWidth) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.minHeight([minHeight])](#dc.baseMixin+minHeight) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.useViewBoxResizing([useViewBoxResizing])](#dc.baseMixin+useViewBoxResizing) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.dimension([dimension])](#dc.baseMixin+dimension) ⇒ <code>crossfilter.dimension</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.data([callback])](#dc.baseMixin+data) ⇒ <code>\\*</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.group([group], [name])](#dc.baseMixin+group) ⇒ <code>crossfilter.group</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.ordering([orderFunction])](#dc.baseMixin+ordering) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.filterAll()](#dc.baseMixin+filterAll) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.select()](#dc.baseMixin+select) ⇒ <code>d3.selection</code>\n        * [.selectAll()](#dc.baseMixin+selectAll) ⇒ <code>d3.selection</code>\n        * [.anchor([parent], [chartGroup])](#dc.baseMixin+anchor) ⇒ <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.anchorName()](#dc.baseMixin+anchorName) ⇒ <code>String</code>\n        * [.root([rootElement])](#dc.baseMixin+root) ⇒ <code>HTMLElement</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.svg([svgElement])](#dc.baseMixin+svg) ⇒ <code>SVGElement</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.resetSvg()](#dc.baseMixin+resetSvg) ⇒ <code>SVGElement</code>\n        * [.filterPrinter([filterPrinterFunction])](#dc.baseMixin+filterPrinter) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.controlsUseVisibility([controlsUseVisibility])](#dc.baseMixin+controlsUseVisibility) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.turnOnControls()](#dc.baseMixin+turnOnControls) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.turnOffControls()](#dc.baseMixin+turnOffControls) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.transitionDuration([duration])](#dc.baseMixin+transitionDuration) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.transitionDelay([delay])](#dc.baseMixin+transitionDelay) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.render()](#dc.baseMixin+render) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.redraw()](#dc.baseMixin+redraw) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.commitHandler()](#dc.baseMixin+commitHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.redrawGroup()](#dc.baseMixin+redrawGroup) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.renderGroup()](#dc.baseMixin+renderGroup) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.hasFilterHandler([hasFilterHandler])](#dc.baseMixin+hasFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.hasFilter([filter])](#dc.baseMixin+hasFilter) ⇒ <code>Boolean</code>\n        * [.removeFilterHandler([removeFilterHandler])](#dc.baseMixin+removeFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.addFilterHandler([addFilterHandler])](#dc.baseMixin+addFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.resetFilterHandler([resetFilterHandler])](#dc.baseMixin+resetFilterHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.replaceFilter([filter])](#dc.baseMixin+replaceFilter) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.filter([filter])](#dc.baseMixin+filter) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.filters()](#dc.baseMixin+filters) ⇒ <code>Array.&lt;\\*&gt;</code>\n        * [.onClick(datum)](#dc.baseMixin+onClick)\n        * [.filterHandler([filterHandler])](#dc.baseMixin+filterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.keyAccessor([keyAccessor])](#dc.baseMixin+keyAccessor) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.valueAccessor([valueAccessor])](#dc.baseMixin+valueAccessor) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.label([labelFunction], [enableLabels])](#dc.baseMixin+label) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.renderLabel([renderLabel])](#dc.baseMixin+renderLabel) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.title([titleFunction])](#dc.baseMixin+title) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.renderTitle([renderTitle])](#dc.baseMixin+renderTitle) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * ~~[.renderlet(renderletFunction)](#dc.baseMixin+renderlet) ⇒ [<code>baseMixin</code>](#dc.baseMixin)~~\n        * [.chartGroup([chartGroup])](#dc.baseMixin+chartGroup) ⇒ <code>String</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.expireCache()](#dc.baseMixin+expireCache) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.legend([legend])](#dc.baseMixin+legend) ⇒ [<code>legend</code>](#dc.legend) \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.chartID()](#dc.baseMixin+chartID) ⇒ <code>String</code>\n        * [.options(opts)](#dc.baseMixin+options) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.on(event, listener)](#dc.baseMixin+on) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.marginMixin](#dc.marginMixin) ⇒ [<code>marginMixin</code>](#dc.marginMixin)\n        * [.margins([margins])](#dc.marginMixin+margins) ⇒ <code>Object</code> \\| [<code>marginMixin</code>](#dc.marginMixin)\n    * [.colorMixin](#dc.colorMixin) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n        * [.colors([colorScale])](#dc.colorMixin+colors) ⇒ <code>d3.scale</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n        * [.ordinalColors(r)](#dc.colorMixin+ordinalColors) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n        * [.linearColors(r)](#dc.colorMixin+linearColors) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n        * [.colorAccessor([colorAccessor])](#dc.colorMixin+colorAccessor) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n        * [.colorDomain([domain])](#dc.colorMixin+colorDomain) ⇒ <code>Array.&lt;String&gt;</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n        * [.calculateColorDomain()](#dc.colorMixin+calculateColorDomain) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n        * [.getColor(d, [i])](#dc.colorMixin+getColor) ⇒ <code>String</code>\n        * [.colorCalculator([colorCalculator])](#dc.colorMixin+colorCalculator) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n    * [.coordinateGridMixin](#dc.coordinateGridMixin) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.rescale()](#dc.coordinateGridMixin+rescale) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.rangeChart([rangeChart])](#dc.coordinateGridMixin+rangeChart) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.zoomScale([extent])](#dc.coordinateGridMixin+zoomScale) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.zoomOutRestrict([zoomOutRestrict])](#dc.coordinateGridMixin+zoomOutRestrict) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.g([gElement])](#dc.coordinateGridMixin+g) ⇒ <code>SVGElement</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.mouseZoomable([mouseZoomable])](#dc.coordinateGridMixin+mouseZoomable) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.chartBodyG([chartBodyG])](#dc.coordinateGridMixin+chartBodyG) ⇒ <code>SVGElement</code>\n        * [.x([xScale])](#dc.coordinateGridMixin+x) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xUnits([xUnits])](#dc.coordinateGridMixin+xUnits) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xAxis([xAxis])](#dc.coordinateGridMixin+xAxis) ⇒ <code>d3.svg.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.elasticX([elasticX])](#dc.coordinateGridMixin+elasticX) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xAxisPadding([padding])](#dc.coordinateGridMixin+xAxisPadding) ⇒ <code>Number</code> \\| <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xAxisPaddingUnit([unit])](#dc.coordinateGridMixin+xAxisPaddingUnit) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xUnitCount()](#dc.coordinateGridMixin+xUnitCount) ⇒ <code>Number</code>\n        * [.useRightYAxis([useRightYAxis])](#dc.coordinateGridMixin+useRightYAxis) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.isOrdinal()](#dc.coordinateGridMixin+isOrdinal) ⇒ <code>Boolean</code>\n        * [.xAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+xAxisLabel) ⇒ <code>String</code>\n        * [.yAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+yAxisLabel) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.y([yScale])](#dc.coordinateGridMixin+y) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.yAxis([yAxis])](#dc.coordinateGridMixin+yAxis) ⇒ <code>d3.svg.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.elasticY([elasticY])](#dc.coordinateGridMixin+elasticY) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.renderHorizontalGridLines([renderHorizontalGridLines])](#dc.coordinateGridMixin+renderHorizontalGridLines) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.renderVerticalGridLines([renderVerticalGridLines])](#dc.coordinateGridMixin+renderVerticalGridLines) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xAxisMin()](#dc.coordinateGridMixin+xAxisMin) ⇒ <code>\\*</code>\n        * [.xAxisMax()](#dc.coordinateGridMixin+xAxisMax) ⇒ <code>\\*</code>\n        * [.yAxisMin()](#dc.coordinateGridMixin+yAxisMin) ⇒ <code>\\*</code>\n        * [.yAxisMax()](#dc.coordinateGridMixin+yAxisMax) ⇒ <code>\\*</code>\n        * [.yAxisPadding([padding])](#dc.coordinateGridMixin+yAxisPadding) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.round([round])](#dc.coordinateGridMixin+round) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.clipPadding([padding])](#dc.coordinateGridMixin+clipPadding) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.focus([range])](#dc.coordinateGridMixin+focus)\n        * [.brushOn([brushOn])](#dc.coordinateGridMixin+brushOn) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.stackMixin](#dc.stackMixin) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n        * [.stack(group, [name], [accessor])](#dc.stackMixin+stack) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n        * [.hidableStacks([hidableStacks])](#dc.stackMixin+hidableStacks) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n        * [.hideStack(stackName)](#dc.stackMixin+hideStack) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n        * [.showStack(stackName)](#dc.stackMixin+showStack) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n        * [.title([stackName], [titleAccessor])](#dc.stackMixin+title) ⇒ <code>String</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n        * [.stackLayout([stack])](#dc.stackMixin+stackLayout) ⇒ <code>function</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n        * [.evadeDomainFilter([evadeDomainFilter])](#dc.stackMixin+evadeDomainFilter) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.capMixin](#dc.capMixin) ⇒ [<code>capMixin</code>](#dc.capMixin)\n        * [.cap([count])](#dc.capMixin+cap) ⇒ <code>Number</code> \\| [<code>capMixin</code>](#dc.capMixin)\n        * [.takeFront([takeFront])](#dc.capMixin+takeFront) ⇒ <code>Boolean</code> \\| [<code>capMixin</code>](#dc.capMixin)\n        * [.othersLabel([label])](#dc.capMixin+othersLabel) ⇒ <code>String</code> \\| [<code>capMixin</code>](#dc.capMixin)\n        * [.othersGrouper([grouperFunction])](#dc.capMixin+othersGrouper) ⇒ <code>function</code> \\| [<code>capMixin</code>](#dc.capMixin)\n    * [.bubbleMixin](#dc.bubbleMixin) ⇒ [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.r([bubbleRadiusScale])](#dc.bubbleMixin+r) ⇒ <code>d3.scale</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.radiusValueAccessor([radiusValueAccessor])](#dc.bubbleMixin+radiusValueAccessor) ⇒ <code>function</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.minRadius([radius])](#dc.bubbleMixin+minRadius) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.minRadiusWithLabel([radius])](#dc.bubbleMixin+minRadiusWithLabel) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.maxBubbleRelativeSize([relativeSize])](#dc.bubbleMixin+maxBubbleRelativeSize) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.disableTransitions](#dc.disableTransitions) : <code>Boolean</code>\n    * [.dateFormat](#dc.dateFormat) : <code>function</code>\n    * [.chartRegistry](#dc.chartRegistry) : <code>object</code>\n        * [.has(chart)](#dc.chartRegistry.has) ⇒ <code>Boolean</code>\n        * [.register(chart, [group])](#dc.chartRegistry.register)\n        * [.deregister(chart, [group])](#dc.chartRegistry.deregister)\n        * [.clear(group)](#dc.chartRegistry.clear)\n        * [.list([group])](#dc.chartRegistry.list) ⇒ <code>Array.&lt;Object&gt;</code>\n    * [.units](#dc.units) : <code>object</code>\n        * [.fp](#dc.units.fp) : <code>object</code>\n            * [.precision(precision)](#dc.units.fp.precision) ⇒ <code>function</code>\n        * [.integers(start, end)](#dc.units.integers) ⇒ <code>Number</code>\n        * [.ordinal(start, end, domain)](#dc.units.ordinal) ⇒ <code>Array.&lt;String&gt;</code>\n    * [.printers](#dc.printers) : <code>object</code>\n        * [.filters(filters)](#dc.printers.filters) ⇒ <code>String</code>\n        * [.filter(filter)](#dc.printers.filter) ⇒ <code>String</code>\n    * [.utils](#dc.utils) : <code>object</code>\n        * [.printSingleValue(filter)](#dc.utils.printSingleValue) ⇒ <code>String</code>\n        * [.add(l, r, [t])](#dc.utils.add) ⇒ <code>String</code> \\| <code>Date</code> \\| <code>Number</code>\n        * [.subtract(l, r, [t])](#dc.utils.subtract) ⇒ <code>String</code> \\| <code>Date</code> \\| <code>Number</code>\n        * [.isNumber(n)](#dc.utils.isNumber) ⇒ <code>Boolean</code>\n        * [.isFloat(n)](#dc.utils.isFloat) ⇒ <code>Boolean</code>\n        * [.isInteger(n)](#dc.utils.isInteger) ⇒ <code>Boolean</code>\n        * [.isNegligible(n)](#dc.utils.isNegligible) ⇒ <code>Boolean</code>\n        * [.clamp(val, min, max)](#dc.utils.clamp) ⇒ <code>any</code>\n        * [.uniqueId()](#dc.utils.uniqueId) ⇒ <code>Number</code>\n        * [.nameToId(name)](#dc.utils.nameToId) ⇒ <code>String</code>\n        * [.appendOrSelect(parent, selector, tag)](#dc.utils.appendOrSelect) ⇒ <code>d3.selection</code>\n        * [.safeNumber(n)](#dc.utils.safeNumber) ⇒ <code>Number</code>\n    * [.filters](#dc.filters) : <code>object</code>\n        * [.RangedFilter](#dc.filters.RangedFilter)\n            * [new RangedFilter(low, high)](#new_dc.filters.RangedFilter_new)\n        * [.TwoDimensionalFilter](#dc.filters.TwoDimensionalFilter)\n            * [new TwoDimensionalFilter(filter)](#new_dc.filters.TwoDimensionalFilter_new)\n        * [.RangedTwoDimensionalFilter](#dc.filters.RangedTwoDimensionalFilter)\n            * [new RangedTwoDimensionalFilter(filter)](#new_dc.filters.RangedTwoDimensionalFilter_new)\n    * [.registerChart(chart, [group])](#dc.registerChart)\n    * [.deregisterChart(chart, [group])](#dc.deregisterChart)\n    * [.hasChart(chart)](#dc.hasChart) ⇒ <code>Boolean</code>\n    * [.deregisterAllCharts(group)](#dc.deregisterAllCharts)\n    * [.filterAll([group])](#dc.filterAll)\n    * [.refocusAll([group])](#dc.refocusAll)\n    * [.renderAll([group])](#dc.renderAll)\n    * [.redrawAll([group])](#dc.redrawAll)\n    * [.transition(selection, [duration], [delay], [name])](#dc.transition) ⇒ <code>d3.transition</code> \\| <code>d3.selection</code>\n    * [.pluck(n, [f])](#dc.pluck) ⇒ <code>function</code>\n\n<a name=\"dc.pieChart\"></a>\n\n### dc.pieChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>capMixin</code>](#dc.capMixin), [<code>colorMixin</code>](#dc.colorMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.pieChart](#dc.pieChart)\n    * [new pieChart(parent, [chartGroup])](#new_dc.pieChart_new)\n    * [.slicesCap([cap])](#dc.pieChart+slicesCap) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.externalRadiusPadding([externalRadiusPadding])](#dc.pieChart+externalRadiusPadding) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.innerRadius([innerRadius])](#dc.pieChart+innerRadius) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.radius([radius])](#dc.pieChart+radius) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.cx([cx])](#dc.pieChart+cx) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.cy([cy])](#dc.pieChart+cy) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.minAngleForLabel([minAngleForLabel])](#dc.pieChart+minAngleForLabel) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.emptyTitle([title])](#dc.pieChart+emptyTitle) ⇒ <code>String</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.externalLabels([externalLabelRadius])](#dc.pieChart+externalLabels) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.drawPaths([drawPaths])](#dc.pieChart+drawPaths) ⇒ <code>Boolean</code> \\| [<code>pieChart</code>](#dc.pieChart)\n\n<a name=\"new_dc.pieChart_new\"></a>\n\n#### new pieChart(parent, [chartGroup])\nThe pie chart implementation is usually used to visualize a small categorical distribution.  The pie\nchart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\nslice relative to the sum of all values. Slices are ordered by [ordering](#dc.baseMixin+ordering)\nwhich defaults to sorting by key.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a pie chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.pieChart('#chart-container1');\n// create a pie chart under #chart-container2 element using chart group A\nvar chart2 = dc.pieChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.pieChart+slicesCap\"></a>\n\n#### pieChart.slicesCap([cap]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the maximum number of slices the pie chart will generate. The top slices are determined by\nvalue from high to low. Other slices exceeding the cap will be rolled up into one single *Others* slice.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cap] | <code>Number</code> | \n\n<a name=\"dc.pieChart+externalRadiusPadding\"></a>\n\n#### pieChart.externalRadiusPadding([externalRadiusPadding]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the external radius padding of the pie chart. This will force the radius of the\npie chart to become smaller or larger depending on the value.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [externalRadiusPadding] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.pieChart+innerRadius\"></a>\n\n#### pieChart.innerRadius([innerRadius]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the inner radius of the pie chart. If the inner radius is greater than 0px then the\npie chart will be rendered as a doughnut chart.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [innerRadius] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.pieChart+radius\"></a>\n\n#### pieChart.radius([radius]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the outer radius. If the radius is not set, it will be half of the minimum of the\nchart width and height.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [radius] | <code>Number</code> | \n\n<a name=\"dc.pieChart+cx\"></a>\n\n#### pieChart.cx([cx]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set center x coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cx] | <code>Number</code> | \n\n<a name=\"dc.pieChart+cy\"></a>\n\n#### pieChart.cy([cy]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set center y coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cy] | <code>Number</code> | \n\n<a name=\"dc.pieChart+minAngleForLabel\"></a>\n\n#### pieChart.minAngleForLabel([minAngleForLabel]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not\ndisplay a slice label.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minAngleForLabel] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.pieChart+emptyTitle\"></a>\n\n#### pieChart.emptyTitle([title]) ⇒ <code>String</code> \\| [<code>pieChart</code>](#dc.pieChart)\nTitle to use for the only slice when there is no data.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [title] | <code>String</code> | \n\n<a name=\"dc.pieChart+externalLabels\"></a>\n\n#### pieChart.externalLabels([externalLabelRadius]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nPosition slice labels offset from the outer edge of the chart.\n\nThe argument specifies the extra radius to be added for slice labels.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [externalLabelRadius] | <code>Number</code> | \n\n<a name=\"dc.pieChart+drawPaths\"></a>\n\n#### pieChart.drawPaths([drawPaths]) ⇒ <code>Boolean</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set whether to draw lines from pie slices to their labels.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [drawPaths] | <code>Boolean</code> | \n\n<a name=\"dc.barChart\"></a>\n\n### dc.barChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>stackMixin</code>](#dc.stackMixin), [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.barChart](#dc.barChart)\n    * [new barChart(parent, [chartGroup])](#new_dc.barChart_new)\n    * [.centerBar([centerBar])](#dc.barChart+centerBar) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.barPadding([barPadding])](#dc.barChart+barPadding) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.outerPadding([padding])](#dc.barChart+outerPadding) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.gap([gap])](#dc.barChart+gap) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.alwaysUseRounding([alwaysUseRounding])](#dc.barChart+alwaysUseRounding) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\n\n<a name=\"new_dc.barChart_new\"></a>\n\n#### new barChart(parent, [chartGroup])\nConcrete bar chart/histogram implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>compositeChart</code>](#dc.compositeChart) | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection.  If the bar chart is a sub-chart in a [Composite Chart](#dc.compositeChart) then pass in the parent composite chart instance instead. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bar chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.barChart('#chart-container1');\n// create a bar chart under #chart-container2 element using chart group A\nvar chart2 = dc.barChart('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.barChart(compositeChart);\n```\n<a name=\"dc.barChart+centerBar\"></a>\n\n#### barChart.centerBar([centerBar]) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\nWhether the bar chart will render each bar centered around the data position on the x-axis.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [centerBar] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.barChart+barPadding\"></a>\n\n#### barChart.barPadding([barPadding]) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\nGet or set the spacing between bars as a fraction of bar size. Valid values are between 0-1.\nSetting this value will also remove any previously set [gap](#dc.barChart+gap). See the\n[d3 docs](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md#ordinal_rangeBands)\nfor a visual description of how the padding is applied.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [barPadding] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.barChart+outerPadding\"></a>\n\n#### barChart.outerPadding([padding]) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\nGet or set the outer padding on an ordinal bar chart. This setting has no effect on non-ordinal charts.\nWill pad the width by `padding * barWidth` on each side of the chart.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.barChart+gap\"></a>\n\n#### barChart.gap([gap]) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\nManually set fixed gap (in px) between bars instead of relying on the default auto-generated\ngap.  By default the bar chart implementation will calculate and set the gap automatically\nbased on the number of data points and the length of the x axis.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>2</code> | \n\n<a name=\"dc.barChart+alwaysUseRounding\"></a>\n\n#### barChart.alwaysUseRounding([alwaysUseRounding]) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\nSet or get whether rounding is enabled when bars are centered. If false, using\nrounding with centered bars will result in a warning and rounding will be ignored.  This flag\nhas no effect if bars are not [centered](#dc.barChart+centerBar).\nWhen using standard d3.js rounding methods, the brush often doesn't align correctly with\ncentered bars since the bars are offset.  The rounding function must add an offset to\ncompensate, such as in the following example.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [alwaysUseRounding] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.round(function(n) { return Math.floor(n) + 0.5; });\n```\n<a name=\"dc.lineChart\"></a>\n\n### dc.lineChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>stackMixin</code>](#dc.stackMixin), [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.lineChart](#dc.lineChart)\n    * [new lineChart(parent, [chartGroup])](#new_dc.lineChart_new)\n    * [.interpolate([interpolate])](#dc.lineChart+interpolate) ⇒ <code>String</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.tension([tension])](#dc.lineChart+tension) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.defined([defined])](#dc.lineChart+defined) ⇒ <code>function</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.dashStyle([dashStyle])](#dc.lineChart+dashStyle) ⇒ <code>Array.&lt;Number&gt;</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.renderArea([renderArea])](#dc.lineChart+renderArea) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.xyTipsOn([xyTipsOn])](#dc.lineChart+xyTipsOn) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.dotRadius([dotRadius])](#dc.lineChart+dotRadius) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.renderDataPoints([options])](#dc.lineChart+renderDataPoints) ⇒ <code>Object</code> \\| [<code>lineChart</code>](#dc.lineChart)\n\n<a name=\"new_dc.lineChart_new\"></a>\n\n#### new lineChart(parent, [chartGroup])\nConcrete line/area chart implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>compositeChart</code>](#dc.compositeChart) | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection.  If the line chart is a sub-chart in a [Composite Chart](#dc.compositeChart) then pass in the parent composite chart instance instead. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a line chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.lineChart('#chart-container1');\n// create a line chart under #chart-container2 element using chart group A\nvar chart2 = dc.lineChart('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.lineChart(compositeChart);\n```\n<a name=\"dc.lineChart+interpolate\"></a>\n\n#### lineChart.interpolate([interpolate]) ⇒ <code>String</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGets or sets the interpolator to use for lines drawn, by string name, allowing e.g. step\nfunctions, splines, and cubic interpolation.  This is passed to\n[d3.svg.line.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_interpolate) and\n[d3.svg.area.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#area_interpolate),\nwhere you can find a complete list of valid arguments.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**\n\n- [d3.svg.line.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_interpolate)\n- [d3.svg.area.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#area_interpolate)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [interpolate] | <code>String</code> | <code>&#x27;linear&#x27;</code> | \n\n<a name=\"dc.lineChart+tension\"></a>\n\n#### lineChart.tension([tension]) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGets or sets the tension to use for lines drawn, in the range 0 to 1.\nThis parameter further customizes the interpolation behavior.  It is passed to\n[d3.svg.line.tension](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_tension) and\n[d3.svg.area.tension](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#area_tension).\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**\n\n- [d3.svg.line.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_interpolate)\n- [d3.svg.area.interpolate](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#area_interpolate)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [tension] | <code>Number</code> | <code>0.7</code> | \n\n<a name=\"dc.lineChart+defined\"></a>\n\n#### lineChart.defined([defined]) ⇒ <code>function</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGets or sets a function that will determine discontinuities in the line which should be\nskipped: the path will be broken into separate subpaths if some points are undefined.\nThis function is passed to\n[d3.svg.line.defined](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_defined)\n\nNote: crossfilter will sometimes coerce nulls to 0, so you may need to carefully write\ncustom reduce functions to get this to work, depending on your data. See\n[this GitHub comment](https://github.com/dc-js/dc.js/issues/615#issuecomment-49089248)\nfor more details and an example.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**: [d3.svg.line.defined](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#line_defined)  \n\n| Param | Type |\n| --- | --- |\n| [defined] | <code>function</code> | \n\n<a name=\"dc.lineChart+dashStyle\"></a>\n\n#### lineChart.dashStyle([dashStyle]) ⇒ <code>Array.&lt;Number&gt;</code> \\| [<code>lineChart</code>](#dc.lineChart)\nSet the line's d3 dashstyle. This value becomes the 'stroke-dasharray' of line. Defaults to empty\narray (solid line).\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**: [stroke-dasharray](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [dashStyle] | <code>Array.&lt;Number&gt;</code> | <code>[]</code> | \n\n**Example**  \n```js\n// create a Dash Dot Dot Dot\nchart.dashStyle([3,1,1,1]);\n```\n<a name=\"dc.lineChart+renderArea\"></a>\n\n#### lineChart.renderArea([renderArea]) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGet or set render area flag. If the flag is set to true then the chart will render the area\nbeneath each line and the line chart effectively becomes an area chart.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderArea] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.lineChart+xyTipsOn\"></a>\n\n#### lineChart.xyTipsOn([xyTipsOn]) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\nTurn on/off the mouseover behavior of an individual data point which renders a circle and x/y axis\ndashed lines back to each respective axis.  This is ignored if the chart\n[brush](#dc.coordinateGridMixin+brushOn) is on\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xyTipsOn] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.lineChart+dotRadius\"></a>\n\n#### lineChart.dotRadius([dotRadius]) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGet or set the radius (in px) for dots displayed on the data points.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [dotRadius] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.lineChart+renderDataPoints\"></a>\n\n#### lineChart.renderDataPoints([options]) ⇒ <code>Object</code> \\| [<code>lineChart</code>](#dc.lineChart)\nAlways show individual dots for each datapoint.\n\nIf `options` is falsy, it disables data point rendering. If no `options` are provided, the\ncurrent `options` values are instead returned.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [options] | <code>Object</code> | <code>{fillOpacity: 0.8, strokeOpacity: 0.8, radius: 2}</code> | \n\n**Example**  \n```js\nchart.renderDataPoints({radius: 2, fillOpacity: 0.8, strokeOpacity: 0.8})\n```\n<a name=\"dc.dataCount\"></a>\n\n### dc.dataCount\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.dataCount](#dc.dataCount)\n    * [new dataCount(parent, [chartGroup])](#new_dc.dataCount_new)\n    * [.html([options])](#dc.dataCount+html) ⇒ <code>Object</code> \\| [<code>dataCount</code>](#dc.dataCount)\n    * [.formatNumber([formatter])](#dc.dataCount+formatNumber) ⇒ <code>function</code> \\| [<code>dataCount</code>](#dc.dataCount)\n\n<a name=\"new_dc.dataCount_new\"></a>\n\n#### new dataCount(parent, [chartGroup])\nThe data count widget is a simple widget designed to display the number of records selected by the\ncurrent filters out of the total number of records in the data set. Once created the data count widget\nwill automatically update the text content of child elements with the following classes:\n\n* `.total-count` - total number of records\n* `.filter-count` - number of records matched by the current filters\n\nNote: this widget works best for the specific case of showing the number of records out of a\ntotal. If you want a more general-purpose numeric display, please use the\n[numberDisplay](#dc.numberDisplay) widget instead.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\nvar ndx = crossfilter(data);\nvar all = ndx.groupAll();\n\ndc.dataCount('.dc-data-count')\n    .dimension(ndx)\n    .group(all);\n```\n<a name=\"dc.dataCount+html\"></a>\n\n#### dataCount.html([options]) ⇒ <code>Object</code> \\| [<code>dataCount</code>](#dc.dataCount)\nGets or sets an optional object specifying HTML templates to use depending how many items are\nselected. The text `%total-count` will replaced with the total number of records, and the text\n`%filter-count` will be replaced with the number of selected records.\n- all: HTML template to use if all items are selected\n- some: HTML template to use if not all items are selected\n\n**Kind**: instance method of [<code>dataCount</code>](#dc.dataCount)  \n\n| Param | Type |\n| --- | --- |\n| [options] | <code>Object</code> | \n\n**Example**  \n```js\ncounter.html({\n     some: '%filter-count out of %total-count records selected',\n     all: 'All records selected. Click on charts to apply filters'\n})\n```\n<a name=\"dc.dataCount+formatNumber\"></a>\n\n#### dataCount.formatNumber([formatter]) ⇒ <code>function</code> \\| [<code>dataCount</code>](#dc.dataCount)\nGets or sets an optional function to format the filter count and total count.\n\n**Kind**: instance method of [<code>dataCount</code>](#dc.dataCount)  \n**See**: [d3.format](https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [formatter] | <code>function</code> | <code>d3.format(&#x27;.2g&#x27;)</code> | \n\n**Example**  \n```js\ncounter.formatNumber(d3.format('.2g'))\n```\n<a name=\"dc.dataTable\"></a>\n\n### dc.dataTable\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.dataTable](#dc.dataTable)\n    * [new dataTable(parent, [chartGroup])](#new_dc.dataTable_new)\n    * [.group(groupFunction)](#dc.dataTable+group) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.size([size])](#dc.dataTable+size) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.beginSlice([beginSlice])](#dc.dataTable+beginSlice) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.endSlice([endSlice])](#dc.dataTable+endSlice) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.columns([columns])](#dc.dataTable+columns) ⇒ <code>Array.&lt;function()&gt;</code>\n    * [.sortBy([sortBy])](#dc.dataTable+sortBy) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.order([order])](#dc.dataTable+order) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.showGroups([showGroups])](#dc.dataTable+showGroups) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\n\n<a name=\"new_dc.dataTable_new\"></a>\n\n#### new dataTable(parent, [chartGroup])\nThe data table is a simple widget designed to list crossfilter focused data set (rows being\nfiltered) in a good old tabular fashion.\n\nNote: Unlike other charts, the data table (and data grid chart) use the [group](#dc.dataTable+group) attribute as a\nkeying function for [nesting](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#nest) the data\ntogether in groups.  Do not pass in a crossfilter group as this will not work.\n\nAnother interesting feature of the data table is that you can pass a crossfilter group to the `dimension`, as\nlong as you specify the [order](#dc.dataTable+order) as `d3.descending`, since the data\ntable will use `dimension.top()` to fetch the data in that case, and the method is equally\nsupported on the crossfilter group as the crossfilter dimension.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [dataTable on a crossfilter group](http://dc-js.github.io/dc.js/examples/table-on-aggregated-data.html)\n([source](https://github.com/dc-js/dc.js/blob/develop/web/examples/table-on-aggregated-data.html))\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n<a name=\"dc.dataTable+group\"></a>\n\n#### dataTable.group(groupFunction) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the group function for the data table. The group function takes a data row and\nreturns the key to specify to [d3.nest](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_nest)\nto split rows into groups.\n\nDo not pass in a crossfilter group as this will not work.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| groupFunction | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n**Example**  \n```js\n// group rows by the value of their field\nchart\n    .group(function(d) { return d.field; })\n```\n<a name=\"dc.dataTable+size\"></a>\n\n#### dataTable.size([size]) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the table size which determines the number of rows displayed by the widget.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [size] | <code>Number</code> | <code>25</code> | \n\n<a name=\"dc.dataTable+beginSlice\"></a>\n\n#### dataTable.beginSlice([beginSlice]) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the index of the beginning slice which determines which entries get displayed\nby the widget. Useful when implementing pagination.\n\nNote: the sortBy function will determine how the rows are ordered for pagination purposes.\nSee the [table pagination example](http://dc-js.github.io/dc.js/examples/table-pagination.html)\nto see how to implement the pagination user interface using `beginSlice` and `endSlice`.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [beginSlice] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.dataTable+endSlice\"></a>\n\n#### dataTable.endSlice([endSlice]) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the index of the end slice which determines which entries get displayed by the\nwidget. Useful when implementing pagination. See [`beginSlice`](#dc.dataTable+beginSlice) for more information.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type |\n| --- | --- |\n| [endSlice] | <code>Number</code> \\| <code>undefined</code> | \n\n<a name=\"dc.dataTable+columns\"></a>\n\n#### dataTable.columns([columns]) ⇒ <code>Array.&lt;function()&gt;</code>\nGet or set column functions. The data table widget supports several methods of specifying the\ncolumns to display.\n\nThe original method uses an array of functions to generate dynamic columns. Column functions\nare simple javascript functions with only one input argument `d` which represents a row in\nthe data set. The return value of these functions will be used to generate the content for\neach cell. However, this method requires the HTML for the table to have a fixed set of column\nheaders.\n\n<pre><code>chart.columns([\n    function(d) { return d.date; },\n    function(d) { return d.open; },\n    function(d) { return d.close; },\n    function(d) { return numberFormat(d.close - d.open); },\n    function(d) { return d.volume; }\n]);\n</code></pre>\n\nIn the second method, you can list the columns to read from the data without specifying it as\na function, except where necessary (ie, computed columns).  Note the data element name is\ncapitalized when displayed in the table header. You can also mix in functions as necessary,\nusing the third `{label, format}` form, as shown below.\n\n<pre><code>chart.columns([\n    \"date\",    // d[\"date\"], ie, a field accessor; capitalized automatically\n    \"open\",    // ...\n    \"close\",   // ...\n    {\n        label: \"Change\",\n        format: function (d) {\n            return numberFormat(d.close - d.open);\n        }\n    },\n    \"volume\"   // d[\"volume\"], ie, a field accessor; capitalized automatically\n]);\n</code></pre>\n\nIn the third example, we specify all fields using the `{label, format}` method:\n<pre><code>chart.columns([\n    {\n        label: \"Date\",\n        format: function (d) { return d.date; }\n    },\n    {\n        label: \"Open\",\n        format: function (d) { return numberFormat(d.open); }\n    },\n    {\n        label: \"Close\",\n        format: function (d) { return numberFormat(d.close); }\n    },\n    {\n        label: \"Change\",\n        format: function (d) { return numberFormat(d.close - d.open); }\n    },\n    {\n        label: \"Volume\",\n        format: function (d) { return d.volume; }\n    }\n]);\n</code></pre>\n\nYou may wish to override the dataTable functions `_doColumnHeaderCapitalize` and\n`_doColumnHeaderFnToString`, which are used internally to translate the column information or\nfunction into a displayed header. The first one is used on the \"string\" column specifier; the\nsecond is used to transform a stringified function into something displayable. For the Stock\nexample, the function for Change becomes the table header **d.close - d.open**.\n\nFinally, you can even specify a completely different form of column definition. To do this,\noverride `_chart._doColumnHeaderFormat` and `_chart._doColumnValueFormat` Be aware that\nfields without numberFormat specification will be displayed just as they are stored in the\ndata, unformatted.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n**Returns**: <code>Array.&lt;function()&gt;</code> - |dc.dataTable}  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [columns] | <code>Array.&lt;function()&gt;</code> | <code>[]</code> | \n\n<a name=\"dc.dataTable+sortBy\"></a>\n\n#### dataTable.sortBy([sortBy]) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set sort-by function. This function works as a value accessor at row level and returns a\nparticular field to be sorted by.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortBy] | <code>function</code> | <code>identity function</code> | \n\n**Example**  \n```js\nchart.sortBy(function(d) {\n    return d.date;\n});\n```\n<a name=\"dc.dataTable+order\"></a>\n\n#### dataTable.order([order]) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set sort order. If the order is `d3.ascending`, the data table will use\n`dimension().bottom()` to fetch the data; otherwise it will use `dimension().top()`\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_ascending)\n- [d3.descending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [order] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.order(d3.descending);\n```\n<a name=\"dc.dataTable+showGroups\"></a>\n\n#### dataTable.showGroups([showGroups]) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set if group rows will be shown. The dataTable [group](#dc.dataTable+group)\nfunction must be specified even if groups are not shown.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [showGroups] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\nchart\n    .group([value], [name])\n    .showGroups(true|false);\n```\n<a name=\"dc.dataGrid\"></a>\n\n### dc.dataGrid\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.dataGrid](#dc.dataGrid)\n    * [new dataGrid(parent, [chartGroup])](#new_dc.dataGrid_new)\n    * [.group(groupFunction)](#dc.dataGrid+group) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.beginSlice([beginSlice])](#dc.dataGrid+beginSlice) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.endSlice([endSlice])](#dc.dataGrid+endSlice) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.size([size])](#dc.dataGrid+size) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.html([html])](#dc.dataGrid+html) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.htmlGroup([htmlGroup])](#dc.dataGrid+htmlGroup) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.sortBy([sortByFunction])](#dc.dataGrid+sortBy) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.order([order])](#dc.dataGrid+order) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n\n<a name=\"new_dc.dataGrid_new\"></a>\n\n#### new dataGrid(parent, [chartGroup])\nData grid is a simple widget designed to list the filtered records, providing\na simple way to define how the items are displayed.\n\nNote: Unlike other charts, the data grid chart (and data table) use the [group](#dc.dataGrid+group) attribute as a keying function\nfor [nesting](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#nest) the data together in groups.\nDo not pass in a crossfilter group as this will not work.\n\nExamples:\n- [List of members of the european parliament](http://europarl.me/dc.js/web/ep/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n<a name=\"dc.dataGrid+group\"></a>\n\n#### dataGrid.group(groupFunction) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the group function for the data grid. The group function takes a data row and\nreturns the key to specify to [d3.nest](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_nest)\nto split rows into groups.\n\nDo not pass in a crossfilter group as this will not work.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| groupFunction | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n**Example**  \n```js\n// group rows by the value of their field\nchart\n    .group(function(d) { return d.field; })\n```\n<a name=\"dc.dataGrid+beginSlice\"></a>\n\n#### dataGrid.beginSlice([beginSlice]) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the index of the beginning slice which determines which entries get displayed by the widget.\nUseful when implementing pagination.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [beginSlice] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.dataGrid+endSlice\"></a>\n\n#### dataGrid.endSlice([endSlice]) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the index of the end slice which determines which entries get displayed by the widget.\nUseful when implementing pagination.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [endSlice] | <code>Number</code> | \n\n<a name=\"dc.dataGrid+size\"></a>\n\n#### dataGrid.size([size]) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the grid size which determines the number of items displayed by the widget.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [size] | <code>Number</code> | <code>999</code> | \n\n<a name=\"dc.dataGrid+html\"></a>\n\n#### dataGrid.html([html]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the function that formats an item. The data grid widget uses a\nfunction to generate dynamic html. Use your favourite templating engine or\ngenerate the string directly.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [html] | <code>function</code> | \n\n**Example**  \n```js\nchart.html(function (d) { return '<div class='item '+data.exampleCategory+''>'+data.exampleString+'</div>';});\n```\n<a name=\"dc.dataGrid+htmlGroup\"></a>\n\n#### dataGrid.htmlGroup([htmlGroup]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the function that formats a group label.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [htmlGroup] | <code>function</code> | \n\n**Example**  \n```js\nchart.htmlGroup (function (d) { return '<h2>'.d.key . 'with ' . d.values.length .' items</h2>'});\n```\n<a name=\"dc.dataGrid+sortBy\"></a>\n\n#### dataGrid.sortBy([sortByFunction]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set sort-by function. This function works as a value accessor at the item\nlevel and returns a particular field to be sorted.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [sortByFunction] | <code>function</code> | \n\n**Example**  \n```js\nchart.sortBy(function(d) {\n    return d.date;\n});\n```\n<a name=\"dc.dataGrid+order\"></a>\n\n#### dataGrid.order([order]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set sort the order function.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_ascending)\n- [d3.descending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [order] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.order(d3.descending);\n```\n<a name=\"dc.bubbleChart\"></a>\n\n### dc.bubbleChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>bubbleMixin</code>](#dc.bubbleMixin), [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.bubbleChart](#dc.bubbleChart)\n    * [new bubbleChart(parent, [chartGroup])](#new_dc.bubbleChart_new)\n    * [.elasticRadius([elasticRadius])](#dc.bubbleChart+elasticRadius) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\n    * [.sortBubbleSize([sortBubbleSize])](#dc.bubbleChart+sortBubbleSize) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\n\n<a name=\"new_dc.bubbleChart_new\"></a>\n\n#### new bubbleChart(parent, [chartGroup])\nA concrete implementation of a general purpose bubble chart that allows data visualization using the\nfollowing dimensions:\n- x axis position\n- y axis position\n- bubble radius\n- color\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bubble chart under #chart-container1 element using the default global chart group\nvar bubbleChart1 = dc.bubbleChart('#chart-container1');\n// create a bubble chart under #chart-container2 element using chart group A\nvar bubbleChart2 = dc.bubbleChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.bubbleChart+elasticRadius\"></a>\n\n#### bubbleChart.elasticRadius([elasticRadius]) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\nTurn on or off the elastic bubble radius feature, or return the value of the flag. If this\nfeature is turned on, then bubble radii will be automatically rescaled to fit the chart better.\n\n**Kind**: instance method of [<code>bubbleChart</code>](#dc.bubbleChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticRadius] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.bubbleChart+sortBubbleSize\"></a>\n\n#### bubbleChart.sortBubbleSize([sortBubbleSize]) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\nTurn on or off the bubble sorting feature, or return the value of the flag. If enabled,\nbubbles will be sorted by their radius, with smaller bubbles in front.\n\n**Kind**: instance method of [<code>bubbleChart</code>](#dc.bubbleChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortBubbleSize] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart\"></a>\n\n### dc.compositeChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.compositeChart](#dc.compositeChart)\n    * [new compositeChart(parent, [chartGroup])](#new_dc.compositeChart_new)\n    * [.useRightAxisGridLines([useRightAxisGridLines])](#dc.compositeChart+useRightAxisGridLines) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.childOptions([childOptions])](#dc.compositeChart+childOptions) ⇒ <code>Object</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.rightYAxisLabel([rightYAxisLabel], [padding])](#dc.compositeChart+rightYAxisLabel) ⇒ <code>String</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.compose([subChartArray])](#dc.compositeChart+compose) ⇒ [<code>compositeChart</code>](#dc.compositeChart)\n    * [.children()](#dc.compositeChart+children) ⇒ [<code>Array.&lt;baseMixin&gt;</code>](#dc.baseMixin)\n    * [.shareColors([shareColors])](#dc.compositeChart+shareColors) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.shareTitle([shareTitle])](#dc.compositeChart+shareTitle) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.rightY([yScale])](#dc.compositeChart+rightY) ⇒ <code>d3.scale</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.alignYAxes([alignYAxes])](#dc.compositeChart+alignYAxes) ⇒ <code>Chart</code>\n    * [.rightYAxis([rightYAxis])](#dc.compositeChart+rightYAxis) ⇒ <code>d3.svg.axis</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n\n<a name=\"new_dc.compositeChart_new\"></a>\n\n#### new compositeChart(parent, [chartGroup])\nComposite charts are a special kind of chart that render multiple charts on the same Coordinate\nGrid. You can overlay (compose) different bar/line/area charts in a single composite chart to\nachieve some quite flexible charting effects.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a composite chart under #chart-container1 element using the default global chart group\nvar compositeChart1 = dc.compositeChart('#chart-container1');\n// create a composite chart under #chart-container2 element using chart group A\nvar compositeChart2 = dc.compositeChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.compositeChart+useRightAxisGridLines\"></a>\n\n#### compositeChart.useRightAxisGridLines([useRightAxisGridLines]) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set whether to draw gridlines from the right y axis.  Drawing from the left y axis is the\ndefault behavior. This option is only respected when subcharts with both left and right y-axes\nare present.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useRightAxisGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+childOptions\"></a>\n\n#### compositeChart.childOptions([childOptions]) ⇒ <code>Object</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set chart-specific options for all child charts. This is equivalent to calling\n[.options](#dc.baseMixin+options) on each child chart.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [childOptions] | <code>Object</code> | \n\n<a name=\"dc.compositeChart+rightYAxisLabel\"></a>\n\n#### compositeChart.rightYAxisLabel([rightYAxisLabel], [padding]) ⇒ <code>String</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nSet or get the right y axis label.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [rightYAxisLabel] | <code>String</code> | \n| [padding] | <code>Number</code> | \n\n<a name=\"dc.compositeChart+compose\"></a>\n\n#### compositeChart.compose([subChartArray]) ⇒ [<code>compositeChart</code>](#dc.compositeChart)\nCombine the given charts into one single composite coordinate grid chart.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [subChartArray] | <code>Array.&lt;Chart&gt;</code> | \n\n**Example**  \n```js\nmoveChart.compose([\n    // when creating sub-chart you need to pass in the parent chart\n    dc.lineChart(moveChart)\n        .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used\n        .valueAccessor(function (d){return d.value.avg;})\n        // most of the normal functions will continue to work in a composed chart\n        .renderArea(true)\n        .stack(monthlyMoveGroup, function (d){return d.value;})\n        .title(function (d){\n            var value = d.value.avg?d.value.avg:d.value;\n            if(isNaN(value)) value = 0;\n            return dateFormat(d.key) + '\\n' + numberFormat(value);\n        }),\n    dc.barChart(moveChart)\n        .group(volumeByMonthGroup)\n        .centerBar(true)\n]);\n```\n<a name=\"dc.compositeChart+children\"></a>\n\n#### compositeChart.children() ⇒ [<code>Array.&lt;baseMixin&gt;</code>](#dc.baseMixin)\nReturns the child charts which are composed into the composite chart.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n<a name=\"dc.compositeChart+shareColors\"></a>\n\n#### compositeChart.shareColors([shareColors]) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set color sharing for the chart. If set, the [.colors()](#dc.colorMixin+colors) value from this chart\nwill be shared with composed children. Additionally if the child chart implements\nStackable and has not set a custom .colorAccessor, then it will generate a color\nspecific to its order in the composition.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [shareColors] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+shareTitle\"></a>\n\n#### compositeChart.shareTitle([shareTitle]) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set title sharing for the chart. If set, the [.title()](#dc.baseMixin+title) value from\nthis chart will be shared with composed children.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [shareTitle] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.compositeChart+rightY\"></a>\n\n#### compositeChart.rightY([yScale]) ⇒ <code>d3.scale</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set the y scale for the right axis. The right y scale is typically automatically\ngenerated by the chart implementation.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type |\n| --- | --- |\n| [yScale] | <code>d3.scale</code> | \n\n<a name=\"dc.compositeChart+alignYAxes\"></a>\n\n#### compositeChart.alignYAxes([alignYAxes]) ⇒ <code>Chart</code>\nGet or set alignment between left and right y axes. A line connecting '0' on both y axis\nwill be parallel to x axis. This only has effect when [elasticY](#dc.coordinateGridMixin+elasticY) is true.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [alignYAxes] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+rightYAxis\"></a>\n\n#### compositeChart.rightYAxis([rightYAxis]) ⇒ <code>d3.svg.axis</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nSet or get the right y axis used by the composite chart. This function is most useful when y\naxis customization is required. The y axis in dc.js is an instance of a [d3 axis\nobject](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis) therefore it supports any valid\nd3 axis manipulation.\n\n**Caution**: The y axis is usually generated internally by dc; resetting it may cause\nunexpected results.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n**See**: [d3.svg.axis](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)  \n\n| Param | Type |\n| --- | --- |\n| [rightYAxis] | <code>d3.svg.axis</code> | \n\n**Example**  \n```js\n// customize y axis tick format\nchart.rightYAxis().tickFormat(function (v) {return v + '%';});\n// customize y axis tick values\nchart.rightYAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.seriesChart\"></a>\n\n### dc.seriesChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>compositeChart</code>](#dc.compositeChart)  \n\n* [.seriesChart](#dc.seriesChart)\n    * [new seriesChart(parent, [chartGroup])](#new_dc.seriesChart_new)\n    * [.chart([chartFunction])](#dc.seriesChart+chart) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n    * [.seriesAccessor([accessor])](#dc.seriesChart+seriesAccessor) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n    * [.seriesSort([sortFunction])](#dc.seriesChart+seriesSort) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n    * [.valueSort([sortFunction])](#dc.seriesChart+valueSort) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n\n<a name=\"new_dc.seriesChart_new\"></a>\n\n#### new seriesChart(parent, [chartGroup])\nA series chart is a chart that shows multiple series of data overlaid on one chart, where the\nseries is specified in the data. It is a specialization of Composite Chart and inherits all\ncomposite features other than recomposing the chart.\n\nExamples:\n- [Series Chart](http://dc-js.github.io/dc.js/examples/series.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a series chart under #chart-container1 element using the default global chart group\nvar seriesChart1 = dc.seriesChart(\"#chart-container1\");\n// create a series chart under #chart-container2 element using chart group A\nvar seriesChart2 = dc.seriesChart(\"#chart-container2\", \"chartGroupA\");\n```\n<a name=\"dc.seriesChart+chart\"></a>\n\n#### seriesChart.chart([chartFunction]) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\nGet or set the chart function, which generates the child charts.\n\n**Kind**: instance method of [<code>seriesChart</code>](#dc.seriesChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [chartFunction] | <code>function</code> | <code>dc.lineChart</code> | \n\n**Example**  \n```js\n// put interpolation on the line charts used for the series\nchart.chart(function(c) { return dc.lineChart(c).interpolate('basis'); })\n// do a scatter series chart\nchart.chart(dc.scatterPlot)\n```\n<a name=\"dc.seriesChart+seriesAccessor\"></a>\n\n#### seriesChart.seriesAccessor([accessor]) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n**mandatory**\n\nGet or set accessor function for the displayed series. Given a datum, this function\nshould return the series that datum belongs to.\n\n**Kind**: instance method of [<code>seriesChart</code>](#dc.seriesChart)  \n\n| Param | Type |\n| --- | --- |\n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// simple series accessor\nchart.seriesAccessor(function(d) { return \"Expt: \" + d.key[0]; })\n```\n<a name=\"dc.seriesChart+seriesSort\"></a>\n\n#### seriesChart.seriesSort([sortFunction]) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\nGet or set a function to sort the list of series by, given series values.\n\n**Kind**: instance method of [<code>seriesChart</code>](#dc.seriesChart)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_ascending)\n- [d3.descending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortFunction] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.seriesSort(d3.descending);\n```\n<a name=\"dc.seriesChart+valueSort\"></a>\n\n#### seriesChart.valueSort([sortFunction]) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\nGet or set a function to sort each series values by. By default this is the key accessor which,\nfor example, will ensure a lineChart series connects its points in increasing key/x order,\nrather than haphazardly.\n\n**Kind**: instance method of [<code>seriesChart</code>](#dc.seriesChart)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_ascending)\n- [d3.descending](https://github.com/d3/d3-3.x-api-reference/blob/master/Arrays.md#d3_descending)\n\n\n| Param | Type |\n| --- | --- |\n| [sortFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Default value sort\n_chart.valueSort(function keySort (a, b) {\n    return d3.ascending(_chart.keyAccessor()(a), _chart.keyAccessor()(b));\n});\n```\n<a name=\"dc.geoChoroplethChart\"></a>\n\n### dc.geoChoroplethChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>colorMixin</code>](#dc.colorMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.geoChoroplethChart](#dc.geoChoroplethChart)\n    * [new geoChoroplethChart(parent, [chartGroup])](#new_dc.geoChoroplethChart_new)\n    * [.overlayGeoJson(json, name, keyAccessor)](#dc.geoChoroplethChart+overlayGeoJson) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n    * [.projection([projection])](#dc.geoChoroplethChart+projection) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n    * [.geoJsons()](#dc.geoChoroplethChart+geoJsons) ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\n    * [.geoPath()](#dc.geoChoroplethChart+geoPath) ⇒ <code>d3.geo.path</code>\n    * [.removeGeoJson(name)](#dc.geoChoroplethChart+removeGeoJson) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n\n<a name=\"new_dc.geoChoroplethChart_new\"></a>\n\n#### new geoChoroplethChart(parent, [chartGroup])\nThe geo choropleth chart is designed as an easy way to create a crossfilter driven choropleth map\nfrom GeoJson data. This chart implementation was inspired by\n[the great d3 choropleth example](http://bl.ocks.org/4060606).\n\nExamples:\n- [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a choropleth chart under '#us-chart' element using the default global chart group\nvar chart1 = dc.geoChoroplethChart('#us-chart');\n// create a choropleth chart under '#us-chart2' element using chart group A\nvar chart2 = dc.compositeChart('#us-chart2', 'chartGroupA');\n```\n<a name=\"dc.geoChoroplethChart+overlayGeoJson\"></a>\n\n#### geoChoroplethChart.overlayGeoJson(json, name, keyAccessor) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n**mandatory**\n\nUse this function to insert a new GeoJson map layer. This function can be invoked multiple times\nif you have multiple GeoJson data layers to render on top of each other. If you overlay multiple\nlayers with the same name the new overlay will override the existing one.\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n**See**\n\n- [GeoJSON](http://geojson.org/)\n- [TopoJSON](https://github.com/topojson/topojson/wiki)\n- [topojson.feature](https://github.com/topojson/topojson-1.x-api-reference/blob/master/API-Reference.md#wiki-feature)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| json | <code>geoJson</code> | a geojson feed |\n| name | <code>String</code> | name of the layer |\n| keyAccessor | <code>function</code> | accessor function used to extract 'key' from the GeoJson data. The key extracted by this function should match the keys returned by the crossfilter groups. |\n\n**Example**  \n```js\n// insert a layer for rendering US states\nchart.overlayGeoJson(statesJson.features, 'state', function(d) {\n     return d.properties.name;\n});\n```\n<a name=\"dc.geoChoroplethChart+projection\"></a>\n\n#### geoChoroplethChart.projection([projection]) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\nSet custom geo projection function. See the available\n[d3 geo projection functions](https://github.com/d3/d3-3.x-api-reference/blob/master/Geo-Projections.md).\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n**See**\n\n- [d3.geo.projection](https://github.com/d3/d3-3.x-api-reference/blob/master/Geo-Projections.md)\n- [Extended d3.geo.projection](https://github.com/d3/d3-geo-projection)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [projection] | <code>d3.projection</code> | <code>d3.geo.albersUsa()</code> | \n\n<a name=\"dc.geoChoroplethChart+geoJsons\"></a>\n\n#### geoChoroplethChart.geoJsons() ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\nReturns all GeoJson layers currently registered with this chart. The returned array is a\nreference to this chart's internal data structure, so any modification to this array will also\nmodify this chart's internal registration.\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n<a name=\"dc.geoChoroplethChart+geoPath\"></a>\n\n#### geoChoroplethChart.geoPath() ⇒ <code>d3.geo.path</code>\nReturns the [d3.geo.path](https://github.com/d3/d3-3.x-api-reference/blob/master/Geo-Paths.md#path) object used to\nrender the projection and features.  Can be useful for figuring out the bounding box of the\nfeature set and thus a way to calculate scale and translation for the projection.\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n**See**: [d3.geo.path](https://github.com/d3/d3-3.x-api-reference/blob/master/Geo-Paths.md#path)  \n<a name=\"dc.geoChoroplethChart+removeGeoJson\"></a>\n\n#### geoChoroplethChart.removeGeoJson(name) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\nRemove a GeoJson layer from this chart by name\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n\n<a name=\"dc.bubbleOverlay\"></a>\n\n### dc.bubbleOverlay\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>bubbleMixin</code>](#dc.bubbleMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.bubbleOverlay](#dc.bubbleOverlay)\n    * [new bubbleOverlay(parent, [chartGroup])](#new_dc.bubbleOverlay_new)\n    * [.svg([imageElement])](#dc.bubbleOverlay+svg) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n    * [.point(name, x, y)](#dc.bubbleOverlay+point) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n\n<a name=\"new_dc.bubbleOverlay_new\"></a>\n\n#### new bubbleOverlay(parent, [chartGroup])\nThe bubble overlay chart is quite different from the typical bubble chart. With the bubble overlay\nchart you can arbitrarily place bubbles on an existing svg or bitmap image, thus changing the\ntypical x and y positioning while retaining the capability to visualize data using bubble radius\nand coloring.\n\nExamples:\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bubble overlay chart on top of the '#chart-container1 svg' element using the default global chart group\nvar bubbleChart1 = dc.bubbleOverlayChart('#chart-container1').svg(d3.select('#chart-container1 svg'));\n// create a bubble overlay chart on top of the '#chart-container2 svg' element using chart group A\nvar bubbleChart2 = dc.compositeChart('#chart-container2', 'chartGroupA').svg(d3.select('#chart-container2 svg'));\n```\n<a name=\"dc.bubbleOverlay+svg\"></a>\n\n#### bubbleOverlay.svg([imageElement]) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n**mandatory**\n\nSet the underlying svg image element. Unlike other dc charts this chart will not generate a svg\nelement; therefore the bubble overlay chart will not work if this function is not invoked. If the\nunderlying image is a bitmap, then an empty svg will need to be created on top of the image.\n\n**Kind**: instance method of [<code>bubbleOverlay</code>](#dc.bubbleOverlay)  \n\n| Param | Type |\n| --- | --- |\n| [imageElement] | <code>SVGElement</code> \\| <code>d3.selection</code> | \n\n**Example**  \n```js\n// set up underlying svg element\nchart.svg(d3.select('#chart svg'));\n```\n<a name=\"dc.bubbleOverlay+point\"></a>\n\n#### bubbleOverlay.point(name, x, y) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n**mandatory**\n\nSet up a data point on the overlay. The name of a data point should match a specific 'key' among\ndata groups generated using keyAccessor.  If a match is found (point name <-> data group key)\nthen a bubble will be generated at the position specified by the function. x and y\nvalue specified here are relative to the underlying svg.\n\n**Kind**: instance method of [<code>bubbleOverlay</code>](#dc.bubbleOverlay)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n| x | <code>Number</code> | \n| y | <code>Number</code> | \n\n<a name=\"dc.rowChart\"></a>\n\n### dc.rowChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>capMixin</code>](#dc.capMixin), [<code>marginMixin</code>](#dc.marginMixin), [<code>colorMixin</code>](#dc.colorMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.rowChart](#dc.rowChart)\n    * [new rowChart(parent, [chartGroup])](#new_dc.rowChart_new)\n    * [.x([scale])](#dc.rowChart+x) ⇒ <code>d3.scale</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.renderTitleLabel([renderTitleLabel])](#dc.rowChart+renderTitleLabel) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.xAxis()](#dc.rowChart+xAxis) ⇒ <code>d3.svg.axis</code>\n    * [.fixedBarHeight([fixedBarHeight])](#dc.rowChart+fixedBarHeight) ⇒ <code>Boolean</code> \\| <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.gap([gap])](#dc.rowChart+gap) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.elasticX([elasticX])](#dc.rowChart+elasticX) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.labelOffsetX([labelOffsetX])](#dc.rowChart+labelOffsetX) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.labelOffsetY([labelOffsety])](#dc.rowChart+labelOffsetY) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.titleLabelOffsetX([titleLabelOffsetX])](#dc.rowChart+titleLabelOffsetX) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n\n<a name=\"new_dc.rowChart_new\"></a>\n\n#### new rowChart(parent, [chartGroup])\nConcrete row chart implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a row chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.rowChart('#chart-container1');\n// create a row chart under #chart-container2 element using chart group A\nvar chart2 = dc.rowChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.rowChart+x\"></a>\n\n#### rowChart.x([scale]) ⇒ <code>d3.scale</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGets or sets the x scale. The x scale can be any d3\n[quantitive scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Quantitative-Scales.md).\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n**See**: [quantitive scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Quantitative-Scales.md)  \n\n| Param | Type |\n| --- | --- |\n| [scale] | <code>d3.scale</code> | \n\n<a name=\"dc.rowChart+renderTitleLabel\"></a>\n\n#### rowChart.renderTitleLabel([renderTitleLabel]) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\nTurn on/off Title label rendering (values) using SVG style of text-anchor 'end'.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderTitleLabel] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.rowChart+xAxis\"></a>\n\n#### rowChart.xAxis() ⇒ <code>d3.svg.axis</code>\nGet the x axis for the row chart instance.  Note: not settable for row charts.\nSee the [d3 axis object](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)\ndocumention for more information.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n**See**: [d3.svg.axis](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)  \n**Example**  \n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function (v) {return v + '%';});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.rowChart+fixedBarHeight\"></a>\n\n#### rowChart.fixedBarHeight([fixedBarHeight]) ⇒ <code>Boolean</code> \\| <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the fixed bar height. Default is [false] which will auto-scale bars.\nFor example, if you want to fix the height for a specific number of bars (useful in TopN charts)\nyou could fix height as follows (where count = total number of bars in your TopN and gap is\nyour vertical gap space).\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [fixedBarHeight] | <code>Boolean</code> \\| <code>Number</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.fixedBarHeight( chartheight - (count + 1) * gap / count);\n```\n<a name=\"dc.rowChart+gap\"></a>\n\n#### rowChart.gap([gap]) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the vertical gap space between rows on a particular row chart instance.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.rowChart+elasticX\"></a>\n\n#### rowChart.elasticX([elasticX]) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescle to auto-fit the\ndata range when filtered.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type |\n| --- | --- |\n| [elasticX] | <code>Boolean</code> | \n\n<a name=\"dc.rowChart+labelOffsetX\"></a>\n\n#### rowChart.labelOffsetX([labelOffsetX]) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelOffsetX] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.rowChart+labelOffsetY\"></a>\n\n#### rowChart.labelOffsetY([labelOffsety]) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelOffsety] | <code>Number</code> | <code>15</code> | \n\n<a name=\"dc.rowChart+titleLabelOffsetX\"></a>\n\n#### rowChart.titleLabelOffsetX([titleLabelOffsetX]) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet of set the x offset (horizontal space between right edge of row and right edge or text.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [titleLabelOffsetX] | <code>Number</code> | <code>2</code> | \n\n<a name=\"dc.legend\"></a>\n\n### dc.legend\n**Kind**: static class of [<code>dc</code>](#dc)  \n\n* [.legend](#dc.legend)\n    * [new legend()](#new_dc.legend_new)\n    * [.x([x])](#dc.legend+x) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.y([y])](#dc.legend+y) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.gap([gap])](#dc.legend+gap) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.itemHeight([itemHeight])](#dc.legend+itemHeight) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.horizontal([horizontal])](#dc.legend+horizontal) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\n    * [.legendWidth([legendWidth])](#dc.legend+legendWidth) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.itemWidth([itemWidth])](#dc.legend+itemWidth) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.autoItemWidth([autoItemWidth])](#dc.legend+autoItemWidth) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\n    * [.legendText([legendText])](#dc.legend+legendText) ⇒ <code>function</code> \\| [<code>legend</code>](#dc.legend)\n    * [.maxItems([maxItems])](#dc.legend+maxItems) ⇒ [<code>legend</code>](#dc.legend)\n\n<a name=\"new_dc.legend_new\"></a>\n\n#### new legend()\nLegend is a attachable widget that can be added to other dc charts to render horizontal legend\nlabels.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n**Example**  \n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n<a name=\"dc.legend+x\"></a>\n\n#### legend.x([x]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nSet or get x coordinate for legend widget.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [x] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.legend+y\"></a>\n\n#### legend.y([y]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nSet or get y coordinate for legend widget.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [y] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.legend+gap\"></a>\n\n#### legend.gap([gap]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nSet or get gap between legend items.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.legend+itemHeight\"></a>\n\n#### legend.itemHeight([itemHeight]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nSet or get legend item height.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [itemHeight] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.legend+horizontal\"></a>\n\n#### legend.horizontal([horizontal]) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\nPosition legend horizontally instead of vertically.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [horizontal] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.legend+legendWidth\"></a>\n\n#### legend.legendWidth([legendWidth]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nMaximum width for horizontal legend.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [legendWidth] | <code>Number</code> | <code>500</code> | \n\n<a name=\"dc.legend+itemWidth\"></a>\n\n#### legend.itemWidth([itemWidth]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nLegend item width for horizontal legend.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [itemWidth] | <code>Number</code> | <code>70</code> | \n\n<a name=\"dc.legend+autoItemWidth\"></a>\n\n#### legend.autoItemWidth([autoItemWidth]) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\nTurn automatic width for legend items on or off. If true, [itemWidth](#dc.legend+itemWidth) is ignored.\nThis setting takes into account the [gap](#dc.legend+gap).\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [autoItemWidth] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.legend+legendText\"></a>\n\n#### legend.legendText([legendText]) ⇒ <code>function</code> \\| [<code>legend</code>](#dc.legend)\nSet or get the legend text function. The legend widget uses this function to render the legend\ntext for each item. If no function is specified the legend widget will display the names\nassociated with each group.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type |\n| --- | --- |\n| [legendText] | <code>function</code> | \n\n**Example**  \n```js\n// default legendText\nlegend.legendText(dc.pluck('name'))\n\n// create numbered legend items\nchart.legend(dc.legend().legendText(function(d, i) { return i + '. ' + d.name; }))\n\n// create legend displaying group counts\nchart.legend(dc.legend().legendText(function(d) { return d.name + ': ' d.data; }))\n```\n<a name=\"dc.legend+maxItems\"></a>\n\n#### legend.maxItems([maxItems]) ⇒ [<code>legend</code>](#dc.legend)\nMaximum number of legend items to display\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type |\n| --- | --- |\n| [maxItems] | <code>Number</code> | \n\n<a name=\"dc.scatterPlot\"></a>\n\n### dc.scatterPlot\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.scatterPlot](#dc.scatterPlot)\n    * [new scatterPlot(parent, [chartGroup])](#new_dc.scatterPlot_new)\n    * [.emptyColor](#dc.scatterPlot+emptyColor) ⇒ <code>String</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.emptyOpacity](#dc.scatterPlot+emptyOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.nonemptyOpacity](#dc.scatterPlot+nonemptyOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.existenceAccessor([accessor])](#dc.scatterPlot+existenceAccessor) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.symbol([type])](#dc.scatterPlot+symbol) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.customSymbol([customSymbol])](#dc.scatterPlot+customSymbol) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.symbolSize([symbolSize])](#dc.scatterPlot+symbolSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.highlightedSize([highlightedSize])](#dc.scatterPlot+highlightedSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.excludedSize([excludedSize])](#dc.scatterPlot+excludedSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.excludedColor([excludedColor])](#dc.scatterPlot+excludedColor) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.excludedOpacity([excludedOpacity])](#dc.scatterPlot+excludedOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.emptySize([emptySize])](#dc.scatterPlot+emptySize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n\n<a name=\"new_dc.scatterPlot_new\"></a>\n\n#### new scatterPlot(parent, [chartGroup])\nA scatter plot chart\n\nExamples:\n- [Scatter Chart](http://dc-js.github.io/dc.js/examples/scatter.html)\n- [Multi-Scatter Chart](http://dc-js.github.io/dc.js/examples/multi-scatter.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a scatter plot under #chart-container1 element using the default global chart group\nvar chart1 = dc.scatterPlot('#chart-container1');\n// create a scatter plot under #chart-container2 element using chart group A\nvar chart2 = dc.scatterPlot('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.scatterPlot(compositeChart);\n```\n<a name=\"dc.scatterPlot+emptyColor\"></a>\n\n#### scatterPlot.emptyColor ⇒ <code>String</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get color for symbols when the group is empty. If null, just use the\n[colorMixin.colors](#dc.colorMixin+colors) color scale zero value.\n\n**Kind**: instance property of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptyColor] | <code>String</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+emptyOpacity\"></a>\n\n#### scatterPlot.emptyOpacity ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get opacity for symbols when the group is empty.\n\n**Kind**: instance property of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptyOpacity] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.scatterPlot+nonemptyOpacity\"></a>\n\n#### scatterPlot.nonemptyOpacity ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get opacity for symbols when the group is not empty.\n\n**Kind**: instance property of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [nonemptyOpacity] | <code>Number</code> | <code>1</code> | \n\n<a name=\"dc.scatterPlot+existenceAccessor\"></a>\n\n#### scatterPlot.existenceAccessor([accessor]) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nGet or set the existence accessor.  If a point exists, it is drawn with\n[symbolSize](#dc.scatterPlot+symbolSize) radius and\nopacity 1; if it does not exist, it is drawn with\n[emptySize](#dc.scatterPlot+emptySize) radius and opacity 0. By default,\nthe existence accessor checks if the reduced value is truthy.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**\n\n- [symbolSize](#dc.scatterPlot+symbolSize)\n- [emptySize](#dc.scatterPlot+emptySize)\n\n\n| Param | Type |\n| --- | --- |\n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// default accessor\nchart.existenceAccessor(function (d) { return d.value; });\n```\n<a name=\"dc.scatterPlot+symbol\"></a>\n\n#### scatterPlot.symbol([type]) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nGet or set the symbol type used for each point. By default the symbol is a circle.\nType can be a constant or an accessor.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.svg.symbol.type](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_type)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [type] | <code>String</code> \\| <code>function</code> | <code>&#x27;circle&#x27;</code> | \n\n**Example**  \n```js\n// Circle type\nchart.symbol('circle');\n// Square type\nchart.symbol('square');\n```\n<a name=\"dc.scatterPlot+customSymbol\"></a>\n\n#### scatterPlot.customSymbol([customSymbol]) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nGet or set the symbol generator. By default `dc.scatterPlot` will use\n[d3.svg.symbol()](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol)\nto generate symbols. `dc.scatterPlot` will set the\n[size accessor](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)\non the symbol generator.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**\n\n- [d3.svg.symbol](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol)\n- [Create additional D3.js symbols](https://stackoverflow.com/questions/25332120/create-additional-d3-js-symbols)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [customSymbol] | <code>String</code> \\| <code>function</code> | <code>d3.svg.symbol()</code> | \n\n<a name=\"dc.scatterPlot+symbolSize\"></a>\n\n#### scatterPlot.symbolSize([symbolSize]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get radius for symbols.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.svg.symbol.size](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [symbolSize] | <code>Number</code> | <code>3</code> | \n\n<a name=\"dc.scatterPlot+highlightedSize\"></a>\n\n#### scatterPlot.highlightedSize([highlightedSize]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get radius for highlighted symbols.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.svg.symbol.size](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [highlightedSize] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.scatterPlot+excludedSize\"></a>\n\n#### scatterPlot.excludedSize([excludedSize]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get size for symbols excluded from this chart's filter. If null, no\nspecial size is applied for symbols based on their filter status.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.svg.symbol.size](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedSize] | <code>Number</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+excludedColor\"></a>\n\n#### scatterPlot.excludedColor([excludedColor]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get color for symbols excluded from this chart's filter. If null, no\nspecial color is applied for symbols based on their filter status.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedColor] | <code>Number</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+excludedOpacity\"></a>\n\n#### scatterPlot.excludedOpacity([excludedOpacity]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get opacity for symbols excluded from this chart's filter.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedOpacity] | <code>Number</code> | <code>1.0</code> | \n\n<a name=\"dc.scatterPlot+emptySize\"></a>\n\n#### scatterPlot.emptySize([emptySize]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get radius for symbols when the group is empty.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.svg.symbol.size](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptySize] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.numberDisplay\"></a>\n\n### dc.numberDisplay\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.numberDisplay](#dc.numberDisplay)\n    * [new numberDisplay(parent, [chartGroup])](#new_dc.numberDisplay_new)\n    * [.html([html])](#dc.numberDisplay+html) ⇒ <code>Object</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\n    * [.value()](#dc.numberDisplay+value) ⇒ <code>Number</code>\n    * [.formatNumber([formatter])](#dc.numberDisplay+formatNumber) ⇒ <code>function</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\n\n<a name=\"new_dc.numberDisplay_new\"></a>\n\n#### new numberDisplay(parent, [chartGroup])\nA display of a single numeric value.\nUnlike other charts, you do not need to set a dimension. Instead a group object must be provided and\na valueAccessor that returns a single value.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a number display under #chart-container1 element using the default global chart group\nvar display1 = dc.numberDisplay('#chart-container1');\n```\n<a name=\"dc.numberDisplay+html\"></a>\n\n#### numberDisplay.html([html]) ⇒ <code>Object</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\nGets or sets an optional object specifying HTML templates to use depending on the number\ndisplayed.  The text `%number` will be replaced with the current value.\n- one: HTML template to use if the number is 1\n- zero: HTML template to use if the number is 0\n- some: HTML template to use otherwise\n\n**Kind**: instance method of [<code>numberDisplay</code>](#dc.numberDisplay)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [html] | <code>Object</code> | <code>{one: &#x27;&#x27;, some: &#x27;&#x27;, none: &#x27;&#x27;}</code> | \n\n**Example**  \n```js\nnumberWidget.html({\n     one:'%number record',\n     some:'%number records',\n     none:'no records'})\n```\n<a name=\"dc.numberDisplay+value\"></a>\n\n#### numberDisplay.value() ⇒ <code>Number</code>\nCalculate and return the underlying value of the display.\n\n**Kind**: instance method of [<code>numberDisplay</code>](#dc.numberDisplay)  \n<a name=\"dc.numberDisplay+formatNumber\"></a>\n\n#### numberDisplay.formatNumber([formatter]) ⇒ <code>function</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\nGet or set a function to format the value for the display.\n\n**Kind**: instance method of [<code>numberDisplay</code>](#dc.numberDisplay)  \n**See**: [d3.format](https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [formatter] | <code>function</code> | <code>d3.format(&#x27;.2s&#x27;)</code> | \n\n<a name=\"dc.heatMap\"></a>\n\n### dc.heatMap\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>colorMixin</code>](#dc.colorMixin), [<code>marginMixin</code>](#dc.marginMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.heatMap](#dc.heatMap)\n    * [new heatMap(parent, [chartGroup])](#new_dc.heatMap_new)\n    * [.colsLabel([labelFunction])](#dc.heatMap+colsLabel) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.rowsLabel([labelFunction])](#dc.heatMap+rowsLabel) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.rows([rows])](#dc.heatMap+rows) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.cols([cols])](#dc.heatMap+cols) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.boxOnClick([handler])](#dc.heatMap+boxOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.xAxisOnClick([handler])](#dc.heatMap+xAxisOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.yAxisOnClick([handler])](#dc.heatMap+yAxisOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.xBorderRadius([xBorderRadius])](#dc.heatMap+xBorderRadius) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.yBorderRadius([yBorderRadius])](#dc.heatMap+yBorderRadius) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\n\n<a name=\"new_dc.heatMap_new\"></a>\n\n#### new heatMap(parent, [chartGroup])\nA heat map is matrix that represents the values of two dimensions of data using colors.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a heat map under #chart-container1 element using the default global chart group\nvar heatMap1 = dc.heatMap('#chart-container1');\n// create a heat map under #chart-container2 element using chart group A\nvar heatMap2 = dc.heatMap('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.heatMap+colsLabel\"></a>\n\n#### heatMap.colsLabel([labelFunction]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nSet or get the column label function. The chart class uses this function to render\ncolumn labels on the X axis. It is passed the column name.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> | <code>function(d) { return d; }</code> | \n\n**Example**  \n```js\n// the default label function just returns the name\nchart.colsLabel(function(d) { return d; });\n```\n<a name=\"dc.heatMap+rowsLabel\"></a>\n\n#### heatMap.rowsLabel([labelFunction]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nSet or get the row label function. The chart class uses this function to render\nrow labels on the Y axis. It is passed the row name.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> | <code>function(d) { return d; }</code> | \n\n**Example**  \n```js\n// the default label function just returns the name\nchart.rowsLabel(function(d) { return d; });\n```\n<a name=\"dc.heatMap+rows\"></a>\n\n#### heatMap.rows([rows]) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the values used to create the rows of the heatmap, as an array. By default, all\nthe values will be fetched from the data using the value accessor.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [rows] | <code>Array.&lt;(String\\|Number)&gt;</code> | \n\n<a name=\"dc.heatMap+cols\"></a>\n\n#### heatMap.cols([cols]) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the keys used to create the columns of the heatmap, as an array. By default, all\nthe values will be fetched from the data using the key accessor.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [cols] | <code>Array.&lt;(String\\|Number)&gt;</code> | \n\n<a name=\"dc.heatMap+boxOnClick\"></a>\n\n#### heatMap.boxOnClick([handler]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the handler that fires when an individual cell is clicked in the heatmap.\nBy default, filtering of the cell will be toggled.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n**Example**  \n```js\n// default box on click handler\nchart.boxOnClick(function (d) {\n    var filter = d.key;\n    dc.events.trigger(function () {\n        _chart.filter(filter);\n        _chart.redrawGroup();\n    });\n});\n```\n<a name=\"dc.heatMap+xAxisOnClick\"></a>\n\n#### heatMap.xAxisOnClick([handler]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the handler that fires when a column tick is clicked in the x axis.\nBy default, if any cells in the column are unselected, the whole column will be selected,\notherwise the whole column will be unselected.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n<a name=\"dc.heatMap+yAxisOnClick\"></a>\n\n#### heatMap.yAxisOnClick([handler]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the handler that fires when a row tick is clicked in the y axis.\nBy default, if any cells in the row are unselected, the whole row will be selected,\notherwise the whole row will be unselected.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n<a name=\"dc.heatMap+xBorderRadius\"></a>\n\n#### heatMap.xBorderRadius([xBorderRadius]) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the X border radius.  Set to 0 to get full rectangles.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xBorderRadius] | <code>Number</code> | <code>6.75</code> | \n\n<a name=\"dc.heatMap+yBorderRadius\"></a>\n\n#### heatMap.yBorderRadius([yBorderRadius]) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the Y border radius.  Set to 0 to get full rectangles.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [yBorderRadius] | <code>Number</code> | <code>6.75</code> | \n\n<a name=\"dc.boxPlot\"></a>\n\n### dc.boxPlot\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.boxPlot](#dc.boxPlot)\n    * [new boxPlot(parent, [chartGroup])](#new_dc.boxPlot_new)\n    * [.boxPadding([padding])](#dc.boxPlot+boxPadding) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.outerPadding([padding])](#dc.boxPlot+outerPadding) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.boxWidth([boxWidth])](#dc.boxPlot+boxWidth) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.tickFormat([tickFormat])](#dc.boxPlot+tickFormat) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n\n<a name=\"new_dc.boxPlot_new\"></a>\n\n#### new boxPlot(parent, [chartGroup])\nA box plot is a chart that depicts numerical data via their quartile ranges.\n\nExamples:\n- [Box plot time example](http://dc-js.github.io/dc.js/examples/box-plot-time.html)\n- [Box plot example](http://dc-js.github.io/dc.js/examples/box-plot.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a box plot under #chart-container1 element using the default global chart group\nvar boxPlot1 = dc.boxPlot('#chart-container1');\n// create a box plot under #chart-container2 element using chart group A\nvar boxPlot2 = dc.boxPlot('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.boxPlot+boxPadding\"></a>\n\n#### boxPlot.boxPadding([padding]) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the spacing between boxes as a fraction of box size. Valid values are within 0-1.\nSee the [d3 docs](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md#ordinal_rangeBands)\nfor a visual description of how the padding is applied.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n**See**: [d3.scale.ordinal.rangeBands](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md#ordinal_rangeBands)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.8</code> | \n\n<a name=\"dc.boxPlot+outerPadding\"></a>\n\n#### boxPlot.outerPadding([padding]) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the outer padding on an ordinal box chart. This setting has no effect on non-ordinal charts\nor on charts with a custom [.boxWidth](#dc.boxPlot+boxWidth). Will pad the width by\n`padding * barWidth` on each side of the chart.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.boxPlot+boxWidth\"></a>\n\n#### boxPlot.boxWidth([boxWidth]) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the numerical width of the boxplot box. The width may also be a function taking as\nparameters the chart width excluding the right and left margins, as well as the number of x\nunits.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [boxWidth] | <code>Number</code> \\| <code>function</code> | <code>0.5</code> | \n\n**Example**  \n```js\n// Using numerical parameter\nchart.boxWidth(10);\n// Using function\nchart.boxWidth((innerChartWidth, xUnits) { ... });\n```\n<a name=\"dc.boxPlot+tickFormat\"></a>\n\n#### boxPlot.tickFormat([tickFormat]) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nSet the numerical format of the boxplot median, whiskers and quartile labels. Defaults to\ninteger formatting.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type |\n| --- | --- |\n| [tickFormat] | <code>function</code> | \n\n**Example**  \n```js\n// format ticks to 2 decimal places\nchart.tickFormat(d3.format('.2f'));\n```\n<a name=\"dc.selectMenu\"></a>\n\n### dc.selectMenu\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.selectMenu](#dc.selectMenu)\n    * [new selectMenu(parent, [chartGroup])](#new_dc.selectMenu_new)\n    * [.order](#dc.selectMenu+order)\n    * [.promptText](#dc.selectMenu+promptText)\n    * [.filterDisplayed](#dc.selectMenu+filterDisplayed)\n    * [.multiple](#dc.selectMenu+multiple)\n    * [.promptValue](#dc.selectMenu+promptValue)\n    * [.numberItems](#dc.selectMenu+numberItems)\n\n<a name=\"new_dc.selectMenu_new\"></a>\n\n#### new selectMenu(parent, [chartGroup])\nThe select menu is a simple widget designed to filter a dimension by selecting an option from\nan HTML `<select/>` menu. The menu can be optionally turned into a multiselect.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>compositeChart</code>](#dc.compositeChart) | Any valid [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this widget should be placed in. Interaction with the widget will only trigger events and redraws within its group. |\n\n**Example**  \n```js\n// create a select menu under #select-container using the default global chart group\nvar select = dc.selectMenu('#select-container')\n               .dimension(states)\n               .group(stateGroup);\n// the option text can be set via the title() function\n// by default the option text is '`key`: `value`'\nselect.title(function (d){\n    return 'STATE: ' + d.key;\n})\n```\n<a name=\"dc.selectMenu+order\"></a>\n\n#### selectMenu.order\nGet or set the function that controls the ordering of option tags in the\nselect menu. By default options are ordered by the group key in ascending\norder.\n\n**Kind**: instance property of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type |\n| --- | --- |\n| [order] | <code>function</code> | \n\n**Example**  \n```js\n// order by the group's value\nchart.order(function (a,b) {\n    return a.value > b.value ? 1 : b.value > a.value ? -1 : 0;\n});\n```\n<a name=\"dc.selectMenu+promptText\"></a>\n\n#### selectMenu.promptText\nGet or set the text displayed in the options used to prompt selection.\n\n**Kind**: instance property of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptText] | <code>String</code> | <code>&#x27;Select all&#x27;</code> | \n\n**Example**  \n```js\nchart.promptText('All states');\n```\n<a name=\"dc.selectMenu+filterDisplayed\"></a>\n\n#### selectMenu.filterDisplayed\nGet or set the function that filters option tags prior to display. By default options\nwith a value of < 1 are not displayed.\n\n**Kind**: instance property of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type |\n| --- | --- |\n| [filterDisplayed] | <code>function</code> | \n\n**Example**  \n```js\n// display all options override the `filterDisplayed` function:\nchart.filterDisplayed(function () {\n    return true;\n});\n```\n<a name=\"dc.selectMenu+multiple\"></a>\n\n#### selectMenu.multiple\nControls the type of select menu. Setting it to true converts the underlying\nHTML tag into a multiple select.\n\n**Kind**: instance property of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [multiple] | <code>boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.multiple(true);\n```\n<a name=\"dc.selectMenu+promptValue\"></a>\n\n#### selectMenu.promptValue\nControls the default value to be used for\n[dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)\nwhen only the prompt value is selected. If `null` (the default), no filtering will occur when\njust the prompt is selected.\n\n**Kind**: instance property of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptValue] | <code>\\*</code> | <code></code> | \n\n<a name=\"dc.selectMenu+numberItems\"></a>\n\n#### selectMenu.numberItems\nControls the number of items to show in the select menu, when `.multiple()` is true. This\ncontrols the [`size` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#Attributes) of\nthe `select` element. If `null` (the default), uses the browser's default height.\n\n**Kind**: instance property of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [numberVisible] | <code>number</code> | <code></code> | \n\n**Example**  \n```js\nchart.numberVisible(10);\n```\n<a name=\"dc.baseMixin\"></a>\n\n### dc.baseMixin ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n`dc.baseMixin` is an abstract functional object representing a basic `dc` chart object\nfor all chart and widget implementations. Methods from the [dc.baseMixin](#dc.baseMixin) are inherited\nand available on all chart implementations in the `dc` library.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.baseMixin](#dc.baseMixin) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.height([height])](#dc.baseMixin+height) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.width([width])](#dc.baseMixin+width) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.minWidth([minWidth])](#dc.baseMixin+minWidth) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.minHeight([minHeight])](#dc.baseMixin+minHeight) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.useViewBoxResizing([useViewBoxResizing])](#dc.baseMixin+useViewBoxResizing) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.dimension([dimension])](#dc.baseMixin+dimension) ⇒ <code>crossfilter.dimension</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.data([callback])](#dc.baseMixin+data) ⇒ <code>\\*</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.group([group], [name])](#dc.baseMixin+group) ⇒ <code>crossfilter.group</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.ordering([orderFunction])](#dc.baseMixin+ordering) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.filterAll()](#dc.baseMixin+filterAll) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.select()](#dc.baseMixin+select) ⇒ <code>d3.selection</code>\n    * [.selectAll()](#dc.baseMixin+selectAll) ⇒ <code>d3.selection</code>\n    * [.anchor([parent], [chartGroup])](#dc.baseMixin+anchor) ⇒ <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.anchorName()](#dc.baseMixin+anchorName) ⇒ <code>String</code>\n    * [.root([rootElement])](#dc.baseMixin+root) ⇒ <code>HTMLElement</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.svg([svgElement])](#dc.baseMixin+svg) ⇒ <code>SVGElement</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.resetSvg()](#dc.baseMixin+resetSvg) ⇒ <code>SVGElement</code>\n    * [.filterPrinter([filterPrinterFunction])](#dc.baseMixin+filterPrinter) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.controlsUseVisibility([controlsUseVisibility])](#dc.baseMixin+controlsUseVisibility) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.turnOnControls()](#dc.baseMixin+turnOnControls) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.turnOffControls()](#dc.baseMixin+turnOffControls) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.transitionDuration([duration])](#dc.baseMixin+transitionDuration) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.transitionDelay([delay])](#dc.baseMixin+transitionDelay) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.render()](#dc.baseMixin+render) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.redraw()](#dc.baseMixin+redraw) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.commitHandler()](#dc.baseMixin+commitHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.redrawGroup()](#dc.baseMixin+redrawGroup) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.renderGroup()](#dc.baseMixin+renderGroup) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.hasFilterHandler([hasFilterHandler])](#dc.baseMixin+hasFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.hasFilter([filter])](#dc.baseMixin+hasFilter) ⇒ <code>Boolean</code>\n    * [.removeFilterHandler([removeFilterHandler])](#dc.baseMixin+removeFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.addFilterHandler([addFilterHandler])](#dc.baseMixin+addFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.resetFilterHandler([resetFilterHandler])](#dc.baseMixin+resetFilterHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.replaceFilter([filter])](#dc.baseMixin+replaceFilter) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.filter([filter])](#dc.baseMixin+filter) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.filters()](#dc.baseMixin+filters) ⇒ <code>Array.&lt;\\*&gt;</code>\n    * [.onClick(datum)](#dc.baseMixin+onClick)\n    * [.filterHandler([filterHandler])](#dc.baseMixin+filterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.keyAccessor([keyAccessor])](#dc.baseMixin+keyAccessor) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.valueAccessor([valueAccessor])](#dc.baseMixin+valueAccessor) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.label([labelFunction], [enableLabels])](#dc.baseMixin+label) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.renderLabel([renderLabel])](#dc.baseMixin+renderLabel) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.title([titleFunction])](#dc.baseMixin+title) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.renderTitle([renderTitle])](#dc.baseMixin+renderTitle) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * ~~[.renderlet(renderletFunction)](#dc.baseMixin+renderlet) ⇒ [<code>baseMixin</code>](#dc.baseMixin)~~\n    * [.chartGroup([chartGroup])](#dc.baseMixin+chartGroup) ⇒ <code>String</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.expireCache()](#dc.baseMixin+expireCache) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.legend([legend])](#dc.baseMixin+legend) ⇒ [<code>legend</code>](#dc.legend) \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.chartID()](#dc.baseMixin+chartID) ⇒ <code>String</code>\n    * [.options(opts)](#dc.baseMixin+options) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.on(event, listener)](#dc.baseMixin+on) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n\n<a name=\"dc.baseMixin+height\"></a>\n\n#### baseMixin.height([height]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the height attribute of a chart. The height is applied to the SVGElement generated by\nthe chart when rendered (or re-rendered). If a value is given, then it will be used to calculate\nthe new height and the chart returned for method chaining.  The value can either be a numeric, a\nfunction, or falsy. If no value is specified then the value of the current height attribute will\nbe returned.\n\nBy default, without an explicit height being given, the chart will select the width of its\nanchor element. If that isn't possible it defaults to 200 (provided by the\n[minHeight](#dc.baseMixin+minHeight) property). Setting the value falsy will return\nthe chart to the default behavior.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [minHeight](#dc.baseMixin+minHeight)  \n\n| Param | Type |\n| --- | --- |\n| [height] | <code>Number</code> \\| <code>function</code> | \n\n**Example**  \n```js\n// Default height\nchart.height(function (element) {\n    var height = element && element.getBoundingClientRect && element.getBoundingClientRect().height;\n    return (height && height > chart.minHeight()) ? height : chart.minHeight();\n});\n\nchart.height(250); // Set the chart's height to 250px;\nchart.height(function(anchor) { return doSomethingWith(anchor); }); // set the chart's height with a function\nchart.height(null); // reset the height to the default auto calculation\n```\n<a name=\"dc.baseMixin+width\"></a>\n\n#### baseMixin.width([width]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the width attribute of a chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**\n\n- [height](#dc.baseMixin+height)\n- [minWidth](#dc.baseMixin+minWidth)\n\n\n| Param | Type |\n| --- | --- |\n| [width] | <code>Number</code> \\| <code>function</code> | \n\n**Example**  \n```js\n// Default width\nchart.width(function (element) {\n    var width = element && element.getBoundingClientRect && element.getBoundingClientRect().width;\n    return (width && width > chart.minWidth()) ? width : chart.minWidth();\n});\n```\n<a name=\"dc.baseMixin+minWidth\"></a>\n\n#### baseMixin.minWidth([minWidth]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the minimum width attribute of a chart. This only has effect when used with the default\n[width](#dc.baseMixin+width) function.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [width](#dc.baseMixin+width)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minWidth] | <code>Number</code> | <code>200</code> | \n\n<a name=\"dc.baseMixin+minHeight\"></a>\n\n#### baseMixin.minHeight([minHeight]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the minimum height attribute of a chart. This only has effect when used with the default\n[height](#dc.baseMixin+height) function.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [height](#dc.baseMixin+height)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minHeight] | <code>Number</code> | <code>200</code> | \n\n<a name=\"dc.baseMixin+useViewBoxResizing\"></a>\n\n#### baseMixin.useViewBoxResizing([useViewBoxResizing]) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nTurn on/off using the SVG\n[`viewBox` attribute](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox).\nWhen enabled, `viewBox` will be set on the svg root element instead of `width` and `height`.\nRequires that the chart aspect ratio be defined using chart.width(w) and chart.height(h).\n\nThis will maintain the aspect ratio while enabling the chart to resize responsively to the\nspace given to the chart using CSS. For example, the chart can use `width: 100%; height:\n100%` or absolute positioning to resize to its parent div.\n\nSince the text will be sized as if the chart is drawn according to the width and height, and\nwill be resized if the chart is any other size, you need to set the chart width and height so\nthat the text looks good. In practice, 600x400 seems to work pretty well for most charts.\n\nYou can see examples of this resizing strategy in the [Chart Resizing\nExamples](http://dc-js.github.io/dc.js/resizing/); just add `?resize=viewbox` to any of the\none-chart examples to enable `useViewBoxResizing`.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useViewBoxResizing] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.baseMixin+dimension\"></a>\n\n#### baseMixin.dimension([dimension]) ⇒ <code>crossfilter.dimension</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n**mandatory**\n\nSet or get the dimension attribute of a chart. In `dc`, a dimension can be any valid\n[crossfilter dimension](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension)\n\nIf a value is given, then it will be used as the new dimension. If no value is specified then\nthe current dimension will be returned.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [crossfilter.dimension](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension)  \n\n| Param | Type |\n| --- | --- |\n| [dimension] | <code>crossfilter.dimension</code> | \n\n**Example**  \n```js\nvar index = crossfilter([]);\nvar dimension = index.dimension(dc.pluck('key'));\nchart.dimension(dimension);\n```\n<a name=\"dc.baseMixin+data\"></a>\n\n#### baseMixin.data([callback]) ⇒ <code>\\*</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet the data callback or retrieve the chart's data set. The data callback is passed the chart's\ngroup and by default will return\n[group.all](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all).\nThis behavior may be modified to, for instance, return only the top 5 groups.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [callback] | <code>function</code> | \n\n**Example**  \n```js\n// Default data function\nchart.data(function (group) { return group.all(); });\n\nchart.data(function (group) { return group.top(5); });\n```\n<a name=\"dc.baseMixin+group\"></a>\n\n#### baseMixin.group([group], [name]) ⇒ <code>crossfilter.group</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n**mandatory**\n\nSet or get the group attribute of a chart. In `dc` a group is a\n[crossfilter group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce).\nUsually the group should be created from the particular dimension associated with the same chart. If a value is\ngiven, then it will be used as the new group.\n\nIf no value specified then the current group will be returned.\nIf `name` is specified then it will be used to generate legend label.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [crossfilter.group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>crossfilter.group</code> | \n| [name] | <code>String</code> | \n\n**Example**  \n```js\nvar index = crossfilter([]);\nvar dimension = index.dimension(dc.pluck('key'));\nchart.dimension(dimension);\nchart.group(dimension.group(crossfilter.reduceSum()));\n```\n<a name=\"dc.baseMixin+ordering\"></a>\n\n#### baseMixin.ordering([orderFunction]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nGet or set an accessor to order ordinal dimensions.  The chart uses\n[crossfilter.quicksort.by](https://github.com/crossfilter/crossfilter/wiki/API-Reference#quicksort_by)\nto sort elements; this accessor returns the value to order on.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [crossfilter.quicksort.by](https://github.com/crossfilter/crossfilter/wiki/API-Reference#quicksort_by)  \n\n| Param | Type |\n| --- | --- |\n| [orderFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Default ordering accessor\n_chart.ordering(dc.pluck('key'));\n```\n<a name=\"dc.baseMixin+filterAll\"></a>\n\n#### baseMixin.filterAll() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nClear all filters associated with this chart. The same effect can be achieved by calling\n[chart.filter(null)](#dc.baseMixin+filter).\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+select\"></a>\n\n#### baseMixin.select() ⇒ <code>d3.selection</code>\nExecute d3 single selection in the chart's scope using the given selector and return the d3\nselection.\n\nThis function is **not chainable** since it does not return a chart instance; however the d3\nselection result can be chained to d3 function calls.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [d3.select](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#d3_select)  \n**Example**  \n```js\n// Has the same effect as d3.select('#chart-id').select(selector)\nchart.select(selector)\n```\n<a name=\"dc.baseMixin+selectAll\"></a>\n\n#### baseMixin.selectAll() ⇒ <code>d3.selection</code>\nExecute in scope d3 selectAll using the given selector and return d3 selection result.\n\nThis function is **not chainable** since it does not return a chart instance; however the d3\nselection result can be chained to d3 function calls.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [d3.selectAll](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#d3_selectAll)  \n**Example**  \n```js\n// Has the same effect as d3.select('#chart-id').selectAll(selector)\nchart.selectAll(selector)\n```\n<a name=\"dc.baseMixin+anchor\"></a>\n\n#### baseMixin.anchor([parent], [chartGroup]) ⇒ <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet the root SVGElement to either be an existing chart's root; or any valid [d3 single\nselector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom\nblock element such as a div; or a dom element or d3 selection. Optionally registers the chart\nwithin the chartGroup. This class is called internally on chart initialization, but be called\nagain to relocate the chart. However, it will orphan any previously created SVGElements.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [parent] | <code>anchorChart</code> \\| <code>anchorSelector</code> \\| <code>anchorNode</code> | \n| [chartGroup] | <code>String</code> | \n\n<a name=\"dc.baseMixin+anchorName\"></a>\n\n#### baseMixin.anchorName() ⇒ <code>String</code>\nReturns the DOM id for the chart's anchored location.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+root\"></a>\n\n#### baseMixin.root([rootElement]) ⇒ <code>HTMLElement</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nReturns the root element where a chart resides. Usually it will be the parent div element where\nthe SVGElement was created. You can also pass in a new root element however this is usually handled by\ndc internally. Resetting the root element on a chart outside of dc internals may have\nunexpected consequences.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement)  \n\n| Param | Type |\n| --- | --- |\n| [rootElement] | <code>HTMLElement</code> | \n\n<a name=\"dc.baseMixin+svg\"></a>\n\n#### baseMixin.svg([svgElement]) ⇒ <code>SVGElement</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nReturns the top SVGElement for this specific chart. You can also pass in a new SVGElement,\nhowever this is usually handled by dc internally. Resetting the SVGElement on a chart outside\nof dc internals may have unexpected consequences.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n\n| Param | Type |\n| --- | --- |\n| [svgElement] | <code>SVGElement</code> \\| <code>d3.selection</code> | \n\n<a name=\"dc.baseMixin+resetSvg\"></a>\n\n#### baseMixin.resetSvg() ⇒ <code>SVGElement</code>\nRemove the chart's SVGElements from the dom and recreate the container SVGElement.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n<a name=\"dc.baseMixin+filterPrinter\"></a>\n\n#### baseMixin.filterPrinter([filterPrinterFunction]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the filter printer function. The filter printer function is used to generate human\nfriendly text for filter value(s) associated with the chart instance. The text will get shown\nin the `.filter element; see [turnOnControls](#dc.baseMixin+turnOnControls).\n\nBy default dc charts use a default filter printer [filters](#dc.printers.filters)\nthat provides simple printing support for both single value and ranged filters.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [filterPrinterFunction] | <code>function</code> | <code>dc.printers.filters</code> | \n\n**Example**  \n```js\n// for a chart with an ordinal brush, print the filters in upper case\nchart.filterPrinter(function(filters) {\n  return filters.map(function(f) { return f.toUpperCase(); }).join(', ');\n});\n// for a chart with a range brush, print the filter as start and extent\nchart.filterPrinter(function(filters) {\n  return 'start ' + dc.utils.printSingleValue(filters[0][0]) +\n    ' extent ' + dc.utils.printSingleValue(filters[0][1] - filters[0][0]);\n});\n```\n<a name=\"dc.baseMixin+controlsUseVisibility\"></a>\n\n#### baseMixin.controlsUseVisibility([controlsUseVisibility]) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nIf set, use the `visibility` attribute instead of the `display` attribute for showing/hiding\nchart reset and filter controls, for less disruption to the layout.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [controlsUseVisibility] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.baseMixin+turnOnControls\"></a>\n\n#### baseMixin.turnOnControls() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nTurn on optional control elements within the root element. dc currently supports the\nfollowing html control elements.\n* root.selectAll('.reset') - elements are turned on if the chart has an active filter. This type\nof control element is usually used to store a reset link to allow user to reset filter on a\ncertain chart. This element will be turned off automatically if the filter is cleared.\n* root.selectAll('.filter') elements are turned on if the chart has an active filter. The text\ncontent of this element is then replaced with the current filter value using the filter printer\nfunction. This type of element will be turned off automatically if the filter is cleared.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+turnOffControls\"></a>\n\n#### baseMixin.turnOffControls() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nTurn off optional control elements within the root element.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [turnOnControls](#dc.baseMixin+turnOnControls)  \n<a name=\"dc.baseMixin+transitionDuration\"></a>\n\n#### baseMixin.transitionDuration([duration]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the animation transition duration (in milliseconds) for this chart instance.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [duration] | <code>Number</code> | <code>750</code> | \n\n<a name=\"dc.baseMixin+transitionDelay\"></a>\n\n#### baseMixin.transitionDelay([delay]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the animation transition delay (in milliseconds) for this chart instance.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [delay] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.baseMixin+render\"></a>\n\n#### baseMixin.render() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nInvoking this method will force the chart to re-render everything from scratch. Generally it\nshould only be used to render the chart for the first time on the page or if you want to make\nsure everything is redrawn from scratch instead of relying on the default incremental redrawing\nbehaviour.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+redraw\"></a>\n\n#### baseMixin.redraw() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nCalling redraw will cause the chart to re-render data changes incrementally. If there is no\nchange in the underlying data dimension then calling this method will have no effect on the\nchart. Most chart interaction in dc will automatically trigger this method through internal\nevents (in particular [redrawAll](#dc.redrawAll)); therefore, you only need to\nmanually invoke this function if data is manipulated outside of dc's control (for example if\ndata is loaded in the background using\n[crossfilter.add](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add)).\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+commitHandler\"></a>\n\n#### baseMixin.commitHandler() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nGets/sets the commit handler. If the chart has a commit handler, the handler will be called when\nthe chart's filters have changed, in order to send the filter data asynchronously to a server.\n\nUnlike other functions in dc.js, the commit handler is asynchronous. It takes two arguments:\na flag indicating whether this is a render (true) or a redraw (false), and a callback to be\ntriggered once the commit is filtered. The callback has the standard node.js continuation signature\nwith error first and result second.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+redrawGroup\"></a>\n\n#### baseMixin.redrawGroup() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nRedraws all charts in the same group as this chart, typically in reaction to a filter\nchange. If the chart has a [commitHandler](dc.baseMixin.commitFilter), it will\nbe executed and waited for.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+renderGroup\"></a>\n\n#### baseMixin.renderGroup() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nRenders all charts in the same group as this chart. If the chart has a\n[commitHandler](dc.baseMixin.commitFilter), it will be executed and waited for\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+hasFilterHandler\"></a>\n\n#### baseMixin.hasFilterHandler([hasFilterHandler]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the has-filter handler. The has-filter handler is a function that checks to see if\nthe chart's current filters (first argument) include a specific filter (second argument).  Using a custom has-filter handler allows\nyou to change the way filters are checked for and replaced.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [hasFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default has-filter handler\nchart.hasFilterHandler(function (filters, filter) {\n    if (filter === null || typeof(filter) === 'undefined') {\n        return filters.length > 0;\n    }\n    return filters.some(function (f) {\n        return filter <= f && filter >= f;\n    });\n});\n\n// custom filter handler (no-op)\nchart.hasFilterHandler(function(filters, filter) {\n    return false;\n});\n```\n<a name=\"dc.baseMixin+hasFilter\"></a>\n\n#### baseMixin.hasFilter([filter]) ⇒ <code>Boolean</code>\nCheck whether any active filter or a specific filter is associated with particular chart instance.\nThis function is **not chainable**.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [hasFilterHandler](#dc.baseMixin+hasFilterHandler)  \n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n<a name=\"dc.baseMixin+removeFilterHandler\"></a>\n\n#### baseMixin.removeFilterHandler([removeFilterHandler]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the remove filter handler. The remove filter handler is a function that removes a\nfilter from the chart's current filters. Using a custom remove filter handler allows you to\nchange how filters are removed or perform additional work when removing a filter, e.g. when\nusing a filter server other than crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [removeFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default remove filter handler\nchart.removeFilterHandler(function (filters, filter) {\n    for (var i = 0; i < filters.length; i++) {\n        if (filters[i] <= filter && filters[i] >= filter) {\n            filters.splice(i, 1);\n            break;\n        }\n    }\n    return filters;\n});\n\n// custom filter handler (no-op)\nchart.removeFilterHandler(function(filters, filter) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+addFilterHandler\"></a>\n\n#### baseMixin.addFilterHandler([addFilterHandler]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the add filter handler. The add filter handler is a function that adds a filter to\nthe chart's filter list. Using a custom add filter handler allows you to change the way filters\nare added or perform additional work when adding a filter, e.g. when using a filter server other\nthan crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [addFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default add filter handler\nchart.addFilterHandler(function (filters, filter) {\n    filters.push(filter);\n    return filters;\n});\n\n// custom filter handler (no-op)\nchart.addFilterHandler(function(filters, filter) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+resetFilterHandler\"></a>\n\n#### baseMixin.resetFilterHandler([resetFilterHandler]) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the reset filter handler. The reset filter handler is a function that resets the\nchart's filter list by returning a new list. Using a custom reset filter handler allows you to\nchange the way filters are reset, or perform additional work when resetting the filters,\ne.g. when using a filter server other than crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [resetFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default remove filter handler\nfunction (filters) {\n    return [];\n}\n\n// custom filter handler (no-op)\nchart.resetFilterHandler(function(filters) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+replaceFilter\"></a>\n\n#### baseMixin.replaceFilter([filter]) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nReplace the chart filter. This is equivalent to calling `chart.filter(null).filter(filter)`\nbut more efficient because the filter is only applied once.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n<a name=\"dc.baseMixin+filter\"></a>\n\n#### baseMixin.filter([filter]) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nFilter the chart by the given parameter, or return the current filter if no input parameter\nis given.\n\nThe filter parameter can take one of these forms:\n* A single value: the value will be toggled (added if it is not present in the current\nfilters, removed if it is present)\n* An array containing a single array of values (`[[value,value,value]]`): each value is\ntoggled\n* When appropriate for the chart, a [dc filter object](#dc.filters) such as\n  * [`dc.filters.RangedFilter`](#dc.filters.RangedFilter) for the\n[coordinateGridMixin](#dc.coordinateGridMixin) charts\n  * [`dc.filters.TwoDimensionalFilter`](#dc.filters.TwoDimensionalFilter) for the\n[heat map](#dc.heatMap)\n  * [`dc.filters.RangedTwoDimensionalFilter`](#dc.filters.RangedTwoDimensionalFilter)\nfor the [scatter plot](#dc.scatterPlot)\n* `null`: the filter will be reset using the\n[resetFilterHandler](#dc.baseMixin+resetFilterHandler)\n\nNote that this is always a toggle (even when it doesn't make sense for the filter type). If\nyou wish to replace the current filter, either call `chart.filter(null)` first - or it's more\nefficient to call [`chart.replaceFilter(filter)`](#dc.baseMixin+replaceFilter) instead.\n\nEach toggle is executed by checking if the value is already present using the\n[hasFilterHandler](#dc.baseMixin+hasFilterHandler); if it is not present, it is added\nusing the [addFilterHandler](#dc.baseMixin+addFilterHandler); if it is already present,\nit is removed using the [removeFilterHandler](#dc.baseMixin+removeFilterHandler).\n\nOnce the filters array has been updated, the filters are applied to the\ncrossfilter dimension, using the [filterHandler](#dc.baseMixin+filterHandler).\n\nOnce you have set the filters, call [`chart.redrawGroup()`](#dc.baseMixin+redrawGroup)\n(or [`dc.redrawAll()`](#dc.redrawAll)) to redraw the chart's group.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**\n\n- [addFilterHandler](#dc.baseMixin+addFilterHandler)\n- [removeFilterHandler](#dc.baseMixin+removeFilterHandler)\n- [resetFilterHandler](#dc.baseMixin+resetFilterHandler)\n- [filterHandler](#dc.baseMixin+filterHandler)\n\n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n**Example**  \n```js\n// filter by a single string\nchart.filter('Sunday');\n// filter by a single age\nchart.filter(18);\n// filter by a set of states\nchart.filter([['MA', 'TX', 'ND', 'WA']]);\n// filter by range -- note the use of dc.filters.RangedFilter, which is different\n// from the syntax for filtering a crossfilter dimension directly, dimension.filter([15,20])\nchart.filter(dc.filters.RangedFilter(15,20));\n```\n<a name=\"dc.baseMixin+filters\"></a>\n\n#### baseMixin.filters() ⇒ <code>Array.&lt;\\*&gt;</code>\nReturns all current filters. This method does not perform defensive cloning of the internal\nfilter array before returning, therefore any modification of the returned array will effect the\nchart's internal filter storage.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+onClick\"></a>\n\n#### baseMixin.onClick(datum)\nThis function is passed to d3 as the onClick handler for each chart. The default behavior is to\nfilter on the clicked datum (passed to the callback) and redraw the chart group.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| datum | <code>\\*</code> | \n\n<a name=\"dc.baseMixin+filterHandler\"></a>\n\n#### baseMixin.filterHandler([filterHandler]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the filter handler. The filter handler is a function that performs the filter action\non a specific dimension. Using a custom filter handler allows you to perform additional logic\nbefore or after filtering.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [crossfilter.dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)  \n\n| Param | Type |\n| --- | --- |\n| [filterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// the default filter handler handles all possible cases for the charts in dc.js\n// you can replace it with something more specialized for your own chart\nchart.filterHandler(function (dimension, filters) {\n    if (filters.length === 0) {\n        // the empty case (no filtering)\n        dimension.filter(null);\n    } else if (filters.length === 1 && !filters[0].isFiltered) {\n        // single value and not a function-based filter\n        dimension.filterExact(filters[0]);\n    } else if (filters.length === 1 && filters[0].filterType === 'RangedFilter') {\n        // single range-based filter\n        dimension.filterRange(filters[0]);\n    } else {\n        // an array of values, or an array of filter objects\n        dimension.filterFunction(function (d) {\n            for (var i = 0; i < filters.length; i++) {\n                var filter = filters[i];\n                if (filter.isFiltered && filter.isFiltered(d)) {\n                    return true;\n                } else if (filter <= d && filter >= d) {\n                    return true;\n                }\n            }\n            return false;\n        });\n    }\n    return filters;\n});\n\n// custom filter handler\nchart.filterHandler(function(dimension, filter){\n    var newFilter = filter + 10;\n    dimension.filter(newFilter);\n    return newFilter; // set the actual filter value to the new value\n});\n```\n<a name=\"dc.baseMixin+keyAccessor\"></a>\n\n#### baseMixin.keyAccessor([keyAccessor]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the key accessor function. The key accessor function is used to retrieve the key\nvalue from the crossfilter group. Key values are used differently in different charts, for\nexample keys correspond to slices in a pie chart and x axis positions in a grid coordinate chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [keyAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default key accessor\nchart.keyAccessor(function(d) { return d.key; });\n// custom key accessor for a multi-value crossfilter reduction\nchart.keyAccessor(function(p) { return p.value.absGain; });\n```\n<a name=\"dc.baseMixin+valueAccessor\"></a>\n\n#### baseMixin.valueAccessor([valueAccessor]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the value accessor function. The value accessor function is used to retrieve the\nvalue from the crossfilter group. Group values are used differently in different charts, for\nexample values correspond to slice sizes in a pie chart and y axis positions in a grid\ncoordinate chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [valueAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default value accessor\nchart.valueAccessor(function(d) { return d.value; });\n// custom value accessor for a multi-value crossfilter reduction\nchart.valueAccessor(function(p) { return p.value.percentageGain; });\n```\n<a name=\"dc.baseMixin+label\"></a>\n\n#### baseMixin.label([labelFunction], [enableLabels]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the label function. The chart class will use this function to render labels for each\nchild element in the chart, e.g. slices in a pie chart or bubbles in a bubble chart. Not every\nchart supports the label function, for example line chart does not use this function\nat all. By default, enables labels; pass false for the second parameter if this is not desired.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> |  | \n| [enableLabels] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\n// default label function just return the key\nchart.label(function(d) { return d.key; });\n// label function has access to the standard d3 data binding and can get quite complicated\nchart.label(function(d) { return d.data.key + '(' + Math.floor(d.data.value / all.value() * 100) + '%)'; });\n```\n<a name=\"dc.baseMixin+renderLabel\"></a>\n\n#### baseMixin.renderLabel([renderLabel]) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nTurn on/off label rendering\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderLabel] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.baseMixin+title\"></a>\n\n#### baseMixin.title([titleFunction]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the title function. The chart class will use this function to render the SVGElement title\n(usually interpreted by browser as tooltips) for each child element in the chart, e.g. a slice\nin a pie chart or a bubble in a bubble chart. Almost every chart supports the title function;\nhowever in grid coordinate charts you need to turn off the brush in order to see titles, because\notherwise the brush layer will block tooltip triggering.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [titleFunction] | <code>function</code> | \n\n**Example**  \n```js\n// default title function shows \"key: value\"\nchart.title(function(d) { return d.key + ': ' + d.value; });\n// title function has access to the standard d3 data binding and can get quite complicated\nchart.title(function(p) {\n   return p.key.getFullYear()\n       + '\\n'\n       + 'Index Gain: ' + numberFormat(p.value.absGain) + '\\n'\n       + 'Index Gain in Percentage: ' + numberFormat(p.value.percentageGain) + '%\\n'\n       + 'Fluctuation / Index Ratio: ' + numberFormat(p.value.fluctuationPercentage) + '%';\n});\n```\n<a name=\"dc.baseMixin+renderTitle\"></a>\n\n#### baseMixin.renderTitle([renderTitle]) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nTurn on/off title rendering, or return the state of the render title flag if no arguments are\ngiven.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderTitle] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.baseMixin+renderlet\"></a>\n\n#### ~~baseMixin.renderlet(renderletFunction) ⇒ [<code>baseMixin</code>](#dc.baseMixin)~~\n***Deprecated***\n\nA renderlet is similar to an event listener on rendering event. Multiple renderlets can be added\nto an individual chart.  Each time a chart is rerendered or redrawn the renderlets are invoked\nright after the chart finishes its transitions, giving you a way to modify the SVGElements.\nRenderlet functions take the chart instance as the only input parameter and you can\nuse the dc API or use raw d3 to achieve pretty much any effect.\n\nUse [on](#dc.baseMixin+on) with a 'renderlet' prefix.\nGenerates a random key for the renderlet, which makes it hard to remove.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| renderletFunction | <code>function</code> | \n\n**Example**  \n```js\n// do this instead of .renderlet(function(chart) { ... })\nchart.on(\"renderlet\", function(chart){\n    // mix of dc API and d3 manipulation\n    chart.select('g.y').style('display', 'none');\n    // its a closure so you can also access other chart variable available in the closure scope\n    moveChart.filter(chart.filter());\n});\n```\n<a name=\"dc.baseMixin+chartGroup\"></a>\n\n#### baseMixin.chartGroup([chartGroup]) ⇒ <code>String</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nGet or set the chart group to which this chart belongs. Chart groups are rendered or redrawn\ntogether since it is expected they share the same underlying crossfilter data set.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [chartGroup] | <code>String</code> | \n\n<a name=\"dc.baseMixin+expireCache\"></a>\n\n#### baseMixin.expireCache() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nExpire the internal chart cache. dc charts cache some data internally on a per chart basis to\nspeed up rendering and avoid unnecessary calculation; however it might be useful to clear the\ncache if you have changed state which will affect rendering.  For example, if you invoke\n[crossfilter.add](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add)\nfunction or reset group or dimension after rendering, it is a good idea to\nclear the cache to make sure charts are rendered properly.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+legend\"></a>\n\n#### baseMixin.legend([legend]) ⇒ [<code>legend</code>](#dc.legend) \\| [<code>baseMixin</code>](#dc.baseMixin)\nAttach a dc.legend widget to this chart. The legend widget will automatically draw legend labels\nbased on the color setting and names associated with each group.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [legend] | [<code>legend</code>](#dc.legend) | \n\n**Example**  \n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n<a name=\"dc.baseMixin+chartID\"></a>\n\n#### baseMixin.chartID() ⇒ <code>String</code>\nReturns the internal numeric ID of the chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+options\"></a>\n\n#### baseMixin.options(opts) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nSet chart options using a configuration object. Each key in the object will cause the method of\nthe same name to be called with the value to set that attribute for the chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| opts | <code>Object</code> | \n\n**Example**  \n```js\nchart.options({dimension: myDimension, group: myGroup});\n```\n<a name=\"dc.baseMixin+on\"></a>\n\n#### baseMixin.on(event, listener) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nAll dc chart instance supports the following listeners.\nSupports the following events:\n* `renderlet` - This listener function will be invoked after transitions after redraw and render. Replaces the\ndeprecated [renderlet](#dc.baseMixin+renderlet) method.\n* `pretransition` - Like `.on('renderlet', ...)` but the event is fired before transitions start.\n* `preRender` - This listener function will be invoked before chart rendering.\n* `postRender` - This listener function will be invoked after chart finish rendering including\nall renderlets' logic.\n* `preRedraw` - This listener function will be invoked before chart redrawing.\n* `postRedraw` - This listener function will be invoked after chart finish redrawing\nincluding all renderlets' logic.\n* `filtered` - This listener function will be invoked after a filter is applied, added or removed.\n* `zoomed` - This listener function will be invoked after a zoom is triggered.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [d3.dispatch.on](https://github.com/d3/d3-3.x-api-reference/blob/master/Internals.md#dispatch_on)  \n\n| Param | Type |\n| --- | --- |\n| event | <code>String</code> | \n| listener | <code>function</code> | \n\n**Example**  \n```js\n.on('renderlet', function(chart, filter){...})\n.on('pretransition', function(chart, filter){...})\n.on('preRender', function(chart){...})\n.on('postRender', function(chart){...})\n.on('preRedraw', function(chart){...})\n.on('postRedraw', function(chart){...})\n.on('filtered', function(chart, filter){...})\n.on('zoomed', function(chart, filter){...})\n```\n<a name=\"dc.marginMixin\"></a>\n\n### dc.marginMixin ⇒ [<code>marginMixin</code>](#dc.marginMixin)\nMargin is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid\nCharts.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n<a name=\"dc.marginMixin+margins\"></a>\n\n#### marginMixin.margins([margins]) ⇒ <code>Object</code> \\| [<code>marginMixin</code>](#dc.marginMixin)\nGet or set the margins for a particular coordinate grid chart instance. The margins is stored as\nan associative Javascript array.\n\n**Kind**: instance method of [<code>marginMixin</code>](#dc.marginMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [margins] | <code>Object</code> | <code>{top: 10, right: 50, bottom: 30, left: 30}</code> | \n\n**Example**  \n```js\nvar leftMargin = chart.margins().left; // 30 by default\nchart.margins().left = 50;\nleftMargin = chart.margins().left; // now 50\n```\n<a name=\"dc.colorMixin\"></a>\n\n### dc.colorMixin ⇒ [<code>colorMixin</code>](#dc.colorMixin)\nThe Color Mixin is an abstract chart functional class providing universal coloring support\nas a mix-in for any concrete chart implementation.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.colorMixin](#dc.colorMixin) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n    * [.colors([colorScale])](#dc.colorMixin+colors) ⇒ <code>d3.scale</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n    * [.ordinalColors(r)](#dc.colorMixin+ordinalColors) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n    * [.linearColors(r)](#dc.colorMixin+linearColors) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n    * [.colorAccessor([colorAccessor])](#dc.colorMixin+colorAccessor) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n    * [.colorDomain([domain])](#dc.colorMixin+colorDomain) ⇒ <code>Array.&lt;String&gt;</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n    * [.calculateColorDomain()](#dc.colorMixin+calculateColorDomain) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n    * [.getColor(d, [i])](#dc.colorMixin+getColor) ⇒ <code>String</code>\n    * [.colorCalculator([colorCalculator])](#dc.colorMixin+colorCalculator) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n\n<a name=\"dc.colorMixin+colors\"></a>\n\n#### colorMixin.colors([colorScale]) ⇒ <code>d3.scale</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\nRetrieve current color scale or set a new color scale. This methods accepts any function that\noperates like a d3 scale.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [colorScale] | <code>d3.scale</code> | <code>d3.scale.category20c()</code> | \n\n**Example**  \n```js\n// alternate categorical scale\nchart.colors(d3.scale.category20b());\n// ordinal scale\nchart.colors(d3.scale.ordinal().range(['red','green','blue']));\n// convenience method, the same as above\nchart.ordinalColors(['red','green','blue']);\n// set a linear scale\nchart.linearColors([\"#4575b4\", \"#ffffbf\", \"#a50026\"]);\n```\n<a name=\"dc.colorMixin+ordinalColors\"></a>\n\n#### colorMixin.ordinalColors(r) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\nConvenience method to set the color scale to\n[d3.scale.ordinal](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md#ordinal) with\nrange `r`.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| r | <code>Array.&lt;String&gt;</code> | \n\n<a name=\"dc.colorMixin+linearColors\"></a>\n\n#### colorMixin.linearColors(r) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\nConvenience method to set the color scale to an Hcl interpolated linear scale with range `r`.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| r | <code>Array.&lt;Number&gt;</code> | \n\n<a name=\"dc.colorMixin+colorAccessor\"></a>\n\n#### colorMixin.colorAccessor([colorAccessor]) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\nSet or the get color accessor function. This function will be used to map a data point in a\ncrossfilter group to a color value on the color scale. The default function uses the key\naccessor.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [colorAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default index based color accessor\n.colorAccessor(function (d, i){return i;})\n// color accessor for a multi-value crossfilter reduction\n.colorAccessor(function (d){return d.value.absGain;})\n```\n<a name=\"dc.colorMixin+colorDomain\"></a>\n\n#### colorMixin.colorDomain([domain]) ⇒ <code>Array.&lt;String&gt;</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\nSet or get the current domain for the color mapping function. The domain must be supplied as an\narray.\n\nNote: previously this method accepted a callback function. Instead you may use a custom scale\nset by [.colors](#dc.colorMixin+colors).\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [domain] | <code>Array.&lt;String&gt;</code> | \n\n<a name=\"dc.colorMixin+calculateColorDomain\"></a>\n\n#### colorMixin.calculateColorDomain() ⇒ [<code>colorMixin</code>](#dc.colorMixin)\nSet the domain by determining the min and max values as retrieved by\n[.colorAccessor](#dc.colorMixin+colorAccessor) over the chart's dataset.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n<a name=\"dc.colorMixin+getColor\"></a>\n\n#### colorMixin.getColor(d, [i]) ⇒ <code>String</code>\nGet the color for the datum d and counter i. This is used internally by charts to retrieve a color.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| d | <code>\\*</code> | \n| [i] | <code>Number</code> | \n\n<a name=\"dc.colorMixin+colorCalculator\"></a>\n\n#### colorMixin.colorCalculator([colorCalculator]) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n**Deprecated.** Get/set the color calculator. This actually replaces the\n[getColor](#dc.colorMixin+getColor) method!\n\nThis is not recommended, since using a [colorAccessor](#dc.colorMixin+colorAccessor) and\ncolor scale ([.colors](#dc.colorMixin+colors)) is more powerful and idiomatic d3.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [colorCalculator] | <code>\\*</code> | \n\n<a name=\"dc.coordinateGridMixin\"></a>\n\n### dc.coordinateGridMixin ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nCoordinate Grid is an abstract base chart designed to support a number of coordinate grid based\nconcrete chart types, e.g. bar chart, line chart, and bubble chart.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n**Mixes**: [<code>colorMixin</code>](#dc.colorMixin), [<code>marginMixin</code>](#dc.marginMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.coordinateGridMixin](#dc.coordinateGridMixin) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.rescale()](#dc.coordinateGridMixin+rescale) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.rangeChart([rangeChart])](#dc.coordinateGridMixin+rangeChart) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.zoomScale([extent])](#dc.coordinateGridMixin+zoomScale) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.zoomOutRestrict([zoomOutRestrict])](#dc.coordinateGridMixin+zoomOutRestrict) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.g([gElement])](#dc.coordinateGridMixin+g) ⇒ <code>SVGElement</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.mouseZoomable([mouseZoomable])](#dc.coordinateGridMixin+mouseZoomable) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.chartBodyG([chartBodyG])](#dc.coordinateGridMixin+chartBodyG) ⇒ <code>SVGElement</code>\n    * [.x([xScale])](#dc.coordinateGridMixin+x) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xUnits([xUnits])](#dc.coordinateGridMixin+xUnits) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xAxis([xAxis])](#dc.coordinateGridMixin+xAxis) ⇒ <code>d3.svg.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.elasticX([elasticX])](#dc.coordinateGridMixin+elasticX) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xAxisPadding([padding])](#dc.coordinateGridMixin+xAxisPadding) ⇒ <code>Number</code> \\| <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xAxisPaddingUnit([unit])](#dc.coordinateGridMixin+xAxisPaddingUnit) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xUnitCount()](#dc.coordinateGridMixin+xUnitCount) ⇒ <code>Number</code>\n    * [.useRightYAxis([useRightYAxis])](#dc.coordinateGridMixin+useRightYAxis) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.isOrdinal()](#dc.coordinateGridMixin+isOrdinal) ⇒ <code>Boolean</code>\n    * [.xAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+xAxisLabel) ⇒ <code>String</code>\n    * [.yAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+yAxisLabel) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.y([yScale])](#dc.coordinateGridMixin+y) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.yAxis([yAxis])](#dc.coordinateGridMixin+yAxis) ⇒ <code>d3.svg.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.elasticY([elasticY])](#dc.coordinateGridMixin+elasticY) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.renderHorizontalGridLines([renderHorizontalGridLines])](#dc.coordinateGridMixin+renderHorizontalGridLines) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.renderVerticalGridLines([renderVerticalGridLines])](#dc.coordinateGridMixin+renderVerticalGridLines) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xAxisMin()](#dc.coordinateGridMixin+xAxisMin) ⇒ <code>\\*</code>\n    * [.xAxisMax()](#dc.coordinateGridMixin+xAxisMax) ⇒ <code>\\*</code>\n    * [.yAxisMin()](#dc.coordinateGridMixin+yAxisMin) ⇒ <code>\\*</code>\n    * [.yAxisMax()](#dc.coordinateGridMixin+yAxisMax) ⇒ <code>\\*</code>\n    * [.yAxisPadding([padding])](#dc.coordinateGridMixin+yAxisPadding) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.round([round])](#dc.coordinateGridMixin+round) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.clipPadding([padding])](#dc.coordinateGridMixin+clipPadding) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.focus([range])](#dc.coordinateGridMixin+focus)\n    * [.brushOn([brushOn])](#dc.coordinateGridMixin+brushOn) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n\n<a name=\"dc.coordinateGridMixin+rescale\"></a>\n\n#### coordinateGridMixin.rescale() ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nWhen changing the domain of the x or y scale, it is necessary to tell the chart to recalculate\nand redraw the axes. (`.rescale()` is called automatically when the x or y scale is replaced\nwith [.x()](dc.coordinateGridMixin+x) or [.y()](#dc.coordinateGridMixin+y), and has\nno effect on elastic scales.)\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+rangeChart\"></a>\n\n#### coordinateGridMixin.rangeChart([rangeChart]) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the range selection chart associated with this instance. Setting the range selection\nchart using this function will automatically update its selection brush when the current chart\nzooms in. In return the given range chart will also automatically attach this chart as its focus\nchart hence zoom in when range brush updates.\n\nUsually the range and focus charts will share a dimension. The range chart will set the zoom\nboundaries for the focus chart, so its dimension values must be compatible with the domain of\nthe focus chart.\n\nSee the [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) example for this effect in action.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [rangeChart] | [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin) | \n\n<a name=\"dc.coordinateGridMixin+zoomScale\"></a>\n\n#### coordinateGridMixin.zoomScale([extent]) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the scale extent for mouse zooms.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [extent] | <code>Array.&lt;(Number\\|Date)&gt;</code> | <code>[1, Infinity]</code> | \n\n<a name=\"dc.coordinateGridMixin+zoomOutRestrict\"></a>\n\n#### coordinateGridMixin.zoomOutRestrict([zoomOutRestrict]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the zoom restriction for the chart. If true limits the zoom to origional domain of the chart.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [zoomOutRestrict] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.coordinateGridMixin+g\"></a>\n\n#### coordinateGridMixin.g([gElement]) ⇒ <code>SVGElement</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the root g element. This method is usually used to retrieve the g element in order to\noverlay custom svg drawing programatically. **Caution**: The root g element is usually generated\nby dc.js internals, and resetting it might produce unpredictable result.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [gElement] | <code>SVGElement</code> | \n\n<a name=\"dc.coordinateGridMixin+mouseZoomable\"></a>\n\n#### coordinateGridMixin.mouseZoomable([mouseZoomable]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get mouse zoom capability flag (default: false). When turned on the chart will be\nzoomable using the mouse wheel. If the range selector chart is attached zooming will also update\nthe range selection brush on the associated range selector chart.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [mouseZoomable] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+chartBodyG\"></a>\n\n#### coordinateGridMixin.chartBodyG([chartBodyG]) ⇒ <code>SVGElement</code>\nRetrieve the svg group for the chart body.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [chartBodyG] | <code>SVGElement</code> | \n\n<a name=\"dc.coordinateGridMixin+x\"></a>\n\n#### coordinateGridMixin.x([xScale]) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n**mandatory**\n\nGet or set the x scale. The x scale can be any d3\n[quantitive scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Quantitative-Scales.md) or\n[ordinal scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md).\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type |\n| --- | --- |\n| [xScale] | <code>d3.scale</code> | \n\n**Example**  \n```js\n// set x to a linear scale\nchart.x(d3.scale.linear().domain([-2500, 2500]))\n// set x to a time scale to generate histogram\nchart.x(d3.time.scale().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n```\n<a name=\"dc.coordinateGridMixin+xUnits\"></a>\n\n#### coordinateGridMixin.xUnits([xUnits]) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the xUnits function. The coordinate grid chart uses the xUnits function to calculate\nthe number of data projections on x axis such as the number of bars for a bar chart or the\nnumber of dots for a line chart. This function is expected to return a Javascript array of all\ndata points on x axis, or the number of points on the axis. [d3 time range functions\nd3.time.days, d3.time.months, and\nd3.time.years](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Intervals.md#aliases) are all valid xUnits\nfunction. dc.js also provides a few units function, see the [Units Namespace](#dc.units) for\na list of built-in units functions.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**Todo**\n\n- [ ] Add docs for utilities\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xUnits] | <code>function</code> | <code>dc.units.integers</code> | \n\n**Example**  \n```js\n// set x units to count days\nchart.xUnits(d3.time.days);\n// set x units to count months\nchart.xUnits(d3.time.months);\n\n// A custom xUnits function can be used as long as it follows the following interface:\n// units in integer\nfunction(start, end, xDomain) {\n     // simply calculates how many integers in the domain\n     return Math.abs(end - start);\n};\n\n// fixed units\nfunction(start, end, xDomain) {\n     // be aware using fixed units will disable the focus/zoom ability on the chart\n     return 1000;\n```\n<a name=\"dc.coordinateGridMixin+xAxis\"></a>\n\n#### coordinateGridMixin.xAxis([xAxis]) ⇒ <code>d3.svg.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the x axis used by a particular coordinate grid chart instance. This function is most\nuseful when x axis customization is required. The x axis in dc.js is an instance of a\n[d3 axis object](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis);\ntherefore it supports any valid d3 axis manipulation.\n\n**Caution**: The x axis is usually generated internally by dc; resetting it may cause\nunexpected results. Note also that when used as a getter, this function is not chainable:\nit returns the axis, not the chart,\n{@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\nso attempting to call chart functions after calling `.xAxis()` will fail}.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**See**: [d3.svg.axis](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xAxis] | <code>d3.svg.axis</code> | <code>d3.svg.axis().orient(&#x27;bottom&#x27;)</code> | \n\n**Example**  \n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function(v) {return v + '%';});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.coordinateGridMixin+elasticX\"></a>\n\n#### coordinateGridMixin.elasticX([elasticX]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off elastic x axis behavior. If x axis elasticity is turned on, then the grid chart will\nattempt to recalculate the x axis range whenever a redraw event is triggered.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticX] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisPadding\"></a>\n\n#### coordinateGridMixin.xAxisPadding([padding]) ⇒ <code>Number</code> \\| <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get x axis padding for the elastic x axis. The padding will be added to both end of the x\naxis if elasticX is turned on; otherwise it is ignored.\n\nPadding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\nnumber or date x axes.  When padding a date axis, an integer represents number of units being padded\nand a percentage string will be treated the same as an integer. The unit will be determined by the\nxAxisPaddingUnit variable.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> \\| <code>String</code> | <code>0</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisPaddingUnit\"></a>\n\n#### coordinateGridMixin.xAxisPaddingUnit([unit]) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get x axis padding unit for the elastic x axis. The padding unit will determine which unit to\nuse when applying xAxis padding if elasticX is turned on and if x-axis uses a time dimension;\notherwise it is ignored.\n\nPadding unit is a string that will be used when the padding is calculated. Available parameters are\nthe available d3 time intervals; see\n[d3.time.interval](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Intervals.md#interval).\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [unit] | <code>String</code> | <code>&#x27;days&#x27;</code> | \n\n<a name=\"dc.coordinateGridMixin+xUnitCount\"></a>\n\n#### coordinateGridMixin.xUnitCount() ⇒ <code>Number</code>\nReturns the number of units displayed on the x axis using the unit measure configured by\n[xUnits](#dc.coordinateGridMixin+xUnits).\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+useRightYAxis\"></a>\n\n#### coordinateGridMixin.useRightYAxis([useRightYAxis]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGets or sets whether the chart should be drawn with a right axis instead of a left axis. When\nused with a chart in a composite chart, allows both left and right Y axes to be shown on a\nchart.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useRightYAxis] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+isOrdinal\"></a>\n\n#### coordinateGridMixin.isOrdinal() ⇒ <code>Boolean</code>\nReturns true if the chart is using ordinal xUnits ([ordinal](#dc.units.ordinal), or false\notherwise. Most charts behave differently with ordinal data and use the result of this method to\ntrigger the appropriate logic.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+xAxisLabel\"></a>\n\n#### coordinateGridMixin.xAxisLabel([labelText], [padding]) ⇒ <code>String</code>\nSet or get the x axis label. If setting the label, you may optionally include additional padding to\nthe margin to make room for the label. By default the padded is set to 12 to accomodate the text height.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelText] | <code>String</code> |  | \n| [padding] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.coordinateGridMixin+yAxisLabel\"></a>\n\n#### coordinateGridMixin.yAxisLabel([labelText], [padding]) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the y axis label. If setting the label, you may optionally include additional padding\nto the margin to make room for the label. By default the padding is set to 12 to accommodate the\ntext height.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelText] | <code>String</code> |  | \n| [padding] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.coordinateGridMixin+y\"></a>\n\n#### coordinateGridMixin.y([yScale]) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the y scale. The y scale is typically automatically determined by the chart implementation.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type |\n| --- | --- |\n| [yScale] | <code>d3.scale</code> | \n\n<a name=\"dc.coordinateGridMixin+yAxis\"></a>\n\n#### coordinateGridMixin.yAxis([yAxis]) ⇒ <code>d3.svg.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the y axis used by the coordinate grid chart instance. This function is most useful\nwhen y axis customization is required. The y axis in dc.js is simply an instance of a [d3 axis\nobject](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis); therefore it supports any\nvalid d3 axis manipulation.\n\n**Caution**: The y axis is usually generated internally by dc; resetting it may cause\nunexpected results.  Note also that when used as a getter, this function is not chainable: it\nreturns the axis, not the chart,\n{@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\nso attempting to call chart functions after calling `.yAxis()` will fail}.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**See**: [d3.svg.axis](https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Axes.md#axis)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [yAxis] | <code>d3.svg.axis</code> | <code>d3.svg.axis().orient(&#x27;left&#x27;)</code> | \n\n**Example**  \n```js\n// customize y axis tick format\nchart.yAxis().tickFormat(function(v) {return v + '%';});\n// customize y axis tick values\nchart.yAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.coordinateGridMixin+elasticY\"></a>\n\n#### coordinateGridMixin.elasticY([elasticY]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off elastic y axis behavior. If y axis elasticity is turned on, then the grid chart will\nattempt to recalculate the y axis range whenever a redraw event is triggered.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticY] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+renderHorizontalGridLines\"></a>\n\n#### coordinateGridMixin.renderHorizontalGridLines([renderHorizontalGridLines]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off horizontal grid lines.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderHorizontalGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+renderVerticalGridLines\"></a>\n\n#### coordinateGridMixin.renderVerticalGridLines([renderVerticalGridLines]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off vertical grid lines.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderVerticalGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisMin\"></a>\n\n#### coordinateGridMixin.xAxisMin() ⇒ <code>\\*</code>\nCalculates the minimum x value to display in the chart. Includes xAxisPadding if set.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+xAxisMax\"></a>\n\n#### coordinateGridMixin.xAxisMax() ⇒ <code>\\*</code>\nCalculates the maximum x value to display in the chart. Includes xAxisPadding if set.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+yAxisMin\"></a>\n\n#### coordinateGridMixin.yAxisMin() ⇒ <code>\\*</code>\nCalculates the minimum y value to display in the chart. Includes yAxisPadding if set.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+yAxisMax\"></a>\n\n#### coordinateGridMixin.yAxisMax() ⇒ <code>\\*</code>\nCalculates the maximum y value to display in the chart. Includes yAxisPadding if set.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+yAxisPadding\"></a>\n\n#### coordinateGridMixin.yAxisPadding([padding]) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get y axis padding for the elastic y axis. The padding will be added to the top and\nbottom of the y axis if elasticY is turned on; otherwise it is ignored.\n\nPadding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\nnumber or date axes. When padding a date axis, an integer represents number of days being padded\nand a percentage string will be treated the same as an integer.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> \\| <code>String</code> | <code>0</code> | \n\n<a name=\"dc.coordinateGridMixin+round\"></a>\n\n#### coordinateGridMixin.round([round]) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the rounding function used to quantize the selection when brushing is enabled.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [round] | <code>function</code> | \n\n**Example**  \n```js\n// set x unit round to by month, this will make sure range selection brush will\n// select whole months\nchart.round(d3.time.month.round);\n```\n<a name=\"dc.coordinateGridMixin+clipPadding\"></a>\n\n#### coordinateGridMixin.clipPadding([padding]) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the padding in pixels for the clip path. Once set padding will be applied evenly to\nthe top, left, right, and bottom when the clip path is generated. If set to zero, the clip area\nwill be exactly the chart body area minus the margins.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.coordinateGridMixin+focus\"></a>\n\n#### coordinateGridMixin.focus([range])\nZoom this chart to focus on the given range. The given range should be an array containing only\n2 elements (`[start, end]`) defining a range in the x domain. If the range is not given or set\nto null, then the zoom will be reset. _For focus to work elasticX has to be turned off;\notherwise focus will be ignored.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [range] | <code>Array.&lt;Number&gt;</code> | \n\n**Example**  \n```js\nchart.on('renderlet', function(chart) {\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n         // focus some other chart to the range selected by user on this chart\n         someOtherChart.focus(chart.filter());\n    });\n})\n```\n<a name=\"dc.coordinateGridMixin+brushOn\"></a>\n\n#### coordinateGridMixin.brushOn([brushOn]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off the brush-based range filter. When brushing is on then user can drag the mouse\nacross a chart with a quantitative scale to perform range filtering based on the extent of the\nbrush, or click on the bars of an ordinal bar chart or slices of a pie chart to filter and\nun-filter them. However turning on the brush filter will disable other interactive elements on\nthe chart such as highlighting, tool tips, and reference lines. Zooming will still be possible\nif enabled, but only via scrolling (panning will be disabled.)\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [brushOn] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.stackMixin\"></a>\n\n### dc.stackMixin ⇒ [<code>stackMixin</code>](#dc.stackMixin)\nStack Mixin is an mixin that provides cross-chart support of stackability using d3.layout.stack.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.stackMixin](#dc.stackMixin) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n    * [.stack(group, [name], [accessor])](#dc.stackMixin+stack) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.hidableStacks([hidableStacks])](#dc.stackMixin+hidableStacks) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.hideStack(stackName)](#dc.stackMixin+hideStack) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n    * [.showStack(stackName)](#dc.stackMixin+showStack) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n    * [.title([stackName], [titleAccessor])](#dc.stackMixin+title) ⇒ <code>String</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.stackLayout([stack])](#dc.stackMixin+stackLayout) ⇒ <code>function</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.evadeDomainFilter([evadeDomainFilter])](#dc.stackMixin+evadeDomainFilter) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n\n<a name=\"dc.stackMixin+stack\"></a>\n\n#### stackMixin.stack(group, [name], [accessor]) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nStack a new crossfilter group onto this chart with an optional custom value accessor. All stacks\nin the same chart will share the same key accessor and therefore the same set of keys.\n\nFor example, in a stacked bar chart, the bars of each stack will be positioned using the same set\nof keys on the x axis, while stacked vertically. If name is specified then it will be used to\ngenerate the legend label.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n**See**: [crossfilter.group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce)  \n\n| Param | Type |\n| --- | --- |\n| group | <code>crossfilter.group</code> | \n| [name] | <code>String</code> | \n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// stack group using default accessor\nchart.stack(valueSumGroup)\n// stack group using custom accessor\n.stack(avgByDayGroup, function(d){return d.value.avgByDay;});\n```\n<a name=\"dc.stackMixin+hidableStacks\"></a>\n\n#### stackMixin.hidableStacks([hidableStacks]) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nAllow named stacks to be hidden or shown by clicking on legend items.\nThis does not affect the behavior of hideStack or showStack.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [hidableStacks] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.stackMixin+hideStack\"></a>\n\n#### stackMixin.hideStack(stackName) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\nHide all stacks on the chart with the given name.\nThe chart must be re-rendered for this change to appear.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type |\n| --- | --- |\n| stackName | <code>String</code> | \n\n<a name=\"dc.stackMixin+showStack\"></a>\n\n#### stackMixin.showStack(stackName) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\nShow all stacks on the chart with the given name.\nThe chart must be re-rendered for this change to appear.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type |\n| --- | --- |\n| stackName | <code>String</code> | \n\n<a name=\"dc.stackMixin+title\"></a>\n\n#### stackMixin.title([stackName], [titleAccessor]) ⇒ <code>String</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nSet or get the title function. Chart class will use this function to render svg title (usually interpreted by\nbrowser as tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart.\nAlmost every chart supports title function however in grid coordinate chart you need to turn off brush in order to\nuse title otherwise the brush layer will block tooltip trigger.\n\nIf the first argument is a stack name, the title function will get or set the title for that stack. If stackName\nis not provided, the first stack is implied.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type |\n| --- | --- |\n| [stackName] | <code>String</code> | \n| [titleAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// set a title function on 'first stack'\nchart.title('first stack', function(d) { return d.key + ': ' + d.value; });\n// get a title function from 'second stack'\nvar secondTitleFunction = chart.title('second stack');\n```\n<a name=\"dc.stackMixin+stackLayout\"></a>\n\n#### stackMixin.stackLayout([stack]) ⇒ <code>function</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nGets or sets the stack layout algorithm, which computes a baseline for each stack and\npropagates it to the next.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n**See**: [d3.layout.stack](https://github.com/d3/d3-3.x-api-reference/blob/master/Stack-Layout.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [stack] | <code>function</code> | <code>d3.layout.stack</code> | \n\n<a name=\"dc.stackMixin+evadeDomainFilter\"></a>\n\n#### stackMixin.evadeDomainFilter([evadeDomainFilter]) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nSince dc.js 2.0, there has been [an issue](https://github.com/dc-js/dc.js/issues/949)\nwhere points are filtered to the current domain. While this is a useful optimization, it is\nincorrectly implemented: the next point outside the domain is required in order to draw lines\nthat are clipped to the bounds, as well as bars that are partly clipped.\n\nA fix will be included in dc.js 2.1.x, but a workaround is needed for dc.js 2.0 and until\nthat fix is published, so set this flag to skip any filtering of points.\n\nOnce the bug is fixed, this flag will have no effect, and it will be deprecated.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [evadeDomainFilter] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.capMixin\"></a>\n\n### dc.capMixin ⇒ [<code>capMixin</code>](#dc.capMixin)\nCap is a mixin that groups small data elements below a _cap_ into an *others* grouping for both the\nRow and Pie Charts.\n\nThe top ordered elements in the group up to the cap amount will be kept in the chart, and the rest\nwill be replaced with an *others* element, with value equal to the sum of the replaced values. The\nkeys of the elements below the cap limit are recorded in order to filter by those keys when the\nothers* element is clicked.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.capMixin](#dc.capMixin) ⇒ [<code>capMixin</code>](#dc.capMixin)\n    * [.cap([count])](#dc.capMixin+cap) ⇒ <code>Number</code> \\| [<code>capMixin</code>](#dc.capMixin)\n    * [.takeFront([takeFront])](#dc.capMixin+takeFront) ⇒ <code>Boolean</code> \\| [<code>capMixin</code>](#dc.capMixin)\n    * [.othersLabel([label])](#dc.capMixin+othersLabel) ⇒ <code>String</code> \\| [<code>capMixin</code>](#dc.capMixin)\n    * [.othersGrouper([grouperFunction])](#dc.capMixin+othersGrouper) ⇒ <code>function</code> \\| [<code>capMixin</code>](#dc.capMixin)\n\n<a name=\"dc.capMixin+cap\"></a>\n\n#### capMixin.cap([count]) ⇒ <code>Number</code> \\| [<code>capMixin</code>](#dc.capMixin)\nGet or set the count of elements to that will be included in the cap. If there is an\n[othersGrouper](#dc.capMixin+othersGrouper), any further elements will be combined in an\nextra element with its name determined by [othersLabel](#dc.capMixin+othersLabel).\n\nAs of dc.js 2.1 and onward, the capped charts use\n[group.all()](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all)\nand [baseMixin.ordering()](#dc.baseMixin+ordering) to determine the order of\nelements. Then `cap` and [takeFront](#dc.capMixin+takeFront) determine how many elements\nto keep, from which end of the resulting array.\n\n**Migration note:** Up through dc.js 2.0.*, capping used\n[group.top(N)](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_top),\nwhich selects the largest items according to\n[group.order()](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_order).\nThe chart then sorted the items according to [baseMixin.ordering()](#dc.baseMixin+ordering).\nSo the two values essentially had to agree, but if the `group.order()` was incorrect (it's\neasy to forget about), the wrong rows or slices would be displayed, in the correct order.\n\nIf your chart previously relied on `group.order()`, use `chart.ordering()` instead. As of\n2.1.5, the ordering defaults to sorting from greatest to least like `group.top(N)` did.\n\nIf you want to cap by one ordering but sort by another, please\n[file an issue](https://github.com/dc-js/dc.js/issues/new) - it's still possible but we'll\nneed to work up an example.\n\n**Kind**: instance method of [<code>capMixin</code>](#dc.capMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [count] | <code>Number</code> | <code>Infinity</code> | \n\n<a name=\"dc.capMixin+takeFront\"></a>\n\n#### capMixin.takeFront([takeFront]) ⇒ <code>Boolean</code> \\| [<code>capMixin</code>](#dc.capMixin)\nGet or set the direction of capping. If set, the chart takes the first\n[cap](#dc.capMixin+cap) elements from the sorted array of elements; otherwise\nit takes the last `cap` elements.\n\n**Kind**: instance method of [<code>capMixin</code>](#dc.capMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [takeFront] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.capMixin+othersLabel\"></a>\n\n#### capMixin.othersLabel([label]) ⇒ <code>String</code> \\| [<code>capMixin</code>](#dc.capMixin)\nGet or set the label for *Others* slice when slices cap is specified.\n\n**Kind**: instance method of [<code>capMixin</code>](#dc.capMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [label] | <code>String</code> | <code>&quot;Others&quot;</code> | \n\n<a name=\"dc.capMixin+othersGrouper\"></a>\n\n#### capMixin.othersGrouper([grouperFunction]) ⇒ <code>function</code> \\| [<code>capMixin</code>](#dc.capMixin)\nGet or set the grouper function that will perform the insertion of data for the *Others* slice\nif the slices cap is specified. If set to a falsy value, no others will be added.\n\nThe grouper function takes an array of included (\"top\") items, and an array of the rest of\nthe items. By default the grouper function computes the sum of the rest.\n\n**Kind**: instance method of [<code>capMixin</code>](#dc.capMixin)  \n\n| Param | Type |\n| --- | --- |\n| [grouperFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Do not show others\nchart.othersGrouper(null);\n// Default others grouper\nchart.othersGrouper(function (topItems, restItems) {\n    var restItemsSum = d3.sum(restItems, _chart.valueAccessor()),\n        restKeys = restItems.map(_chart.keyAccessor());\n    if (restItemsSum > 0) {\n        return topItems.concat([{\n            others: restKeys,\n            key: _chart.othersLabel(),\n            value: restItemsSum\n        }]);\n    }\n    return topItems;\n});\n```\n<a name=\"dc.bubbleMixin\"></a>\n\n### dc.bubbleMixin ⇒ [<code>bubbleMixin</code>](#dc.bubbleMixin)\nThis Mixin provides reusable functionalities for any chart that needs to visualize data using bubbles.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n**Mixes**: [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.bubbleMixin](#dc.bubbleMixin) ⇒ [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.r([bubbleRadiusScale])](#dc.bubbleMixin+r) ⇒ <code>d3.scale</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.radiusValueAccessor([radiusValueAccessor])](#dc.bubbleMixin+radiusValueAccessor) ⇒ <code>function</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.minRadius([radius])](#dc.bubbleMixin+minRadius) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.minRadiusWithLabel([radius])](#dc.bubbleMixin+minRadiusWithLabel) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.maxBubbleRelativeSize([relativeSize])](#dc.bubbleMixin+maxBubbleRelativeSize) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n\n<a name=\"dc.bubbleMixin+r\"></a>\n\n#### bubbleMixin.r([bubbleRadiusScale]) ⇒ <code>d3.scale</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the bubble radius scale. By default the bubble chart uses\n[d3.scale.linear().domain([0, 100])](https://github.com/d3/d3-3.x-api-reference/blob/master/Quantitative-Scales.md#linear)\nas its radius scale.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-3.x-api-reference/blob/master/Scales.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [bubbleRadiusScale] | <code>d3.scale</code> | <code>d3.scale.linear().domain([0, 100])</code> | \n\n<a name=\"dc.bubbleMixin+radiusValueAccessor\"></a>\n\n#### bubbleMixin.radiusValueAccessor([radiusValueAccessor]) ⇒ <code>function</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the radius value accessor function. If set, the radius value accessor function will\nbe used to retrieve a data value for each bubble. The data retrieved then will be mapped using\nthe r scale to the actual bubble radius. This allows you to encode a data dimension using bubble\nsize.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n\n| Param | Type |\n| --- | --- |\n| [radiusValueAccessor] | <code>function</code> | \n\n<a name=\"dc.bubbleMixin+minRadius\"></a>\n\n#### bubbleMixin.minRadius([radius]) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the minimum radius. This will be used to initialize the radius scale's range.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [radius] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.bubbleMixin+minRadiusWithLabel\"></a>\n\n#### bubbleMixin.minRadiusWithLabel([radius]) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the minimum radius for label rendering. If a bubble's radius is less than this value\nthen no label will be rendered.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [radius] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.bubbleMixin+maxBubbleRelativeSize\"></a>\n\n#### bubbleMixin.maxBubbleRelativeSize([relativeSize]) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the maximum relative size of a bubble to the length of x axis. This value is useful\nwhen the difference in radius between bubbles is too great.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [relativeSize] | <code>Number</code> | <code>0.3</code> | \n\n<a name=\"dc.disableTransitions\"></a>\n\n### dc.disableTransitions : <code>Boolean</code>\nIf this boolean is set truthy, all transitions will be disabled, and changes to the charts will happen\nimmediately.\n\n**Kind**: static property of [<code>dc</code>](#dc)  \n**Default**: <code>false</code>  \n<a name=\"dc.dateFormat\"></a>\n\n### dc.dateFormat : <code>function</code>\nThe default date format for dc.js\n\n**Kind**: static property of [<code>dc</code>](#dc)  \n**Default**: <code>d3.time.format(&#x27;%m/%d/%Y&#x27;)</code>  \n<a name=\"dc.chartRegistry\"></a>\n\n### dc.chartRegistry : <code>object</code>\nThe dc.chartRegistry object maintains sets of all instantiated dc.js charts under named groups\nand the default group.\n\nA chart group often corresponds to a crossfilter instance. It specifies\nthe set of charts which should be updated when a filter changes on one of the charts or when the\nglobal functions [filterAll](#dc.filterAll), [refocusAll](#dc.refocusAll),\n[renderAll](#dc.renderAll), [redrawAll](#dc.redrawAll), or chart functions\n[baseMixin.renderGroup](#dc.baseMixin+renderGroup),\n[baseMixin.redrawGroup](#dc.baseMixin+redrawGroup) are called.\n\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.chartRegistry](#dc.chartRegistry) : <code>object</code>\n    * [.has(chart)](#dc.chartRegistry.has) ⇒ <code>Boolean</code>\n    * [.register(chart, [group])](#dc.chartRegistry.register)\n    * [.deregister(chart, [group])](#dc.chartRegistry.deregister)\n    * [.clear(group)](#dc.chartRegistry.clear)\n    * [.list([group])](#dc.chartRegistry.list) ⇒ <code>Array.&lt;Object&gt;</code>\n\n<a name=\"dc.chartRegistry.has\"></a>\n\n#### chartRegistry.has(chart) ⇒ <code>Boolean</code>\nDetermine if a given chart instance resides in any group in the registry.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n\n<a name=\"dc.chartRegistry.register\"></a>\n\n#### chartRegistry.register(chart, [group])\nAdd given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.deregister\"></a>\n\n#### chartRegistry.deregister(chart, [group])\nRemove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.clear\"></a>\n\n#### chartRegistry.clear(group)\nClear given group if one is provided, otherwise clears all groups.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| group | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.list\"></a>\n\n#### chartRegistry.list([group]) ⇒ <code>Array.&lt;Object&gt;</code>\nGet an array of each chart instance in the given group.\nIf no group is provided, the charts in the default group are returned.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.units\"></a>\n\n### dc.units : <code>object</code>\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.units](#dc.units) : <code>object</code>\n    * [.fp](#dc.units.fp) : <code>object</code>\n        * [.precision(precision)](#dc.units.fp.precision) ⇒ <code>function</code>\n    * [.integers(start, end)](#dc.units.integers) ⇒ <code>Number</code>\n    * [.ordinal(start, end, domain)](#dc.units.ordinal) ⇒ <code>Array.&lt;String&gt;</code>\n\n<a name=\"dc.units.fp\"></a>\n\n#### units.fp : <code>object</code>\n**Kind**: static namespace of [<code>units</code>](#dc.units)  \n<a name=\"dc.units.fp.precision\"></a>\n\n##### fp.precision(precision) ⇒ <code>function</code>\nThis function generates an argument for the [Coordinate Grid Chart](#dc.coordinateGridMixin)\n[.xUnits](#dc.coordinateGridMixin+xUnits) function specifying that the x values are floating-point\nnumbers with the given precision.\nThe returned function determines how many values at the given precision will fit into the range\nsupplied in its start and end parameters.\n\n**Kind**: static method of [<code>fp</code>](#dc.units.fp)  \n**Returns**: <code>function</code> - start-end unit function  \n**See**: [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)  \n\n| Param | Type |\n| --- | --- |\n| precision | <code>Number</code> | \n\n**Example**  \n```js\n// specify values (and ticks) every 0.1 units\nchart.xUnits(dc.units.fp.precision(0.1)\n// there are 500 units between 0.5 and 1 if the precision is 0.001\nvar thousandths = dc.units.fp.precision(0.001);\nthousandths(0.5, 1.0) // returns 500\n```\n<a name=\"dc.units.integers\"></a>\n\n#### units.integers(start, end) ⇒ <code>Number</code>\nThe default value for [.xUnits](#dc.coordinateGridMixin+xUnits) for the\n[Coordinate Grid Chart](#dc.coordinateGridMixin) and should\nbe used when the x values are a sequence of integers.\nIt is a function that counts the number of integers in the range supplied in its start and end parameters.\n\n**Kind**: static method of [<code>units</code>](#dc.units)  \n**See**: [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)  \n\n| Param | Type |\n| --- | --- |\n| start | <code>Number</code> | \n| end | <code>Number</code> | \n\n**Example**  \n```js\nchart.xUnits(dc.units.integers) // already the default\n```\n<a name=\"dc.units.ordinal\"></a>\n\n#### units.ordinal(start, end, domain) ⇒ <code>Array.&lt;String&gt;</code>\nThis argument can be passed to the [.xUnits](#dc.coordinateGridMixin+xUnits) function of the to\nspecify ordinal units for the x axis. Usually this parameter is used in combination with passing\n[d3.scale.ordinal](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md) to\n[.x](#dc.coordinateGridMixin+x).\nIt just returns the domain passed to it, which for ordinal charts is an array of all values.\n\n**Kind**: static method of [<code>units</code>](#dc.units)  \n**See**\n\n- [d3.scale.ordinal](https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md)\n- [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)\n- [coordinateGridMixin.x](#dc.coordinateGridMixin+x)\n\n\n| Param | Type |\n| --- | --- |\n| start | <code>\\*</code> | \n| end | <code>\\*</code> | \n| domain | <code>Array.&lt;String&gt;</code> | \n\n**Example**  \n```js\nchart.xUnits(dc.units.ordinal)\n     .x(d3.scale.ordinal())\n```\n<a name=\"dc.printers\"></a>\n\n### dc.printers : <code>object</code>\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.printers](#dc.printers) : <code>object</code>\n    * [.filters(filters)](#dc.printers.filters) ⇒ <code>String</code>\n    * [.filter(filter)](#dc.printers.filter) ⇒ <code>String</code>\n\n<a name=\"dc.printers.filters\"></a>\n\n#### printers.filters(filters) ⇒ <code>String</code>\nConverts a list of filters into a readable string.\n\n**Kind**: static method of [<code>printers</code>](#dc.printers)  \n\n| Param | Type |\n| --- | --- |\n| filters | [<code>Array.&lt;filters&gt;</code>](#dc.filters) | \n\n<a name=\"dc.printers.filter\"></a>\n\n#### printers.filter(filter) ⇒ <code>String</code>\nConverts a filter into a readable string.\n\n**Kind**: static method of [<code>printers</code>](#dc.printers)  \n\n| Param | Type |\n| --- | --- |\n| filter | [<code>filters</code>](#dc.filters) \\| <code>any</code> \\| <code>Array.&lt;any&gt;</code> | \n\n<a name=\"dc.utils\"></a>\n\n### dc.utils : <code>object</code>\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.utils](#dc.utils) : <code>object</code>\n    * [.printSingleValue(filter)](#dc.utils.printSingleValue) ⇒ <code>String</code>\n    * [.add(l, r, [t])](#dc.utils.add) ⇒ <code>String</code> \\| <code>Date</code> \\| <code>Number</code>\n    * [.subtract(l, r, [t])](#dc.utils.subtract) ⇒ <code>String</code> \\| <code>Date</code> \\| <code>Number</code>\n    * [.isNumber(n)](#dc.utils.isNumber) ⇒ <code>Boolean</code>\n    * [.isFloat(n)](#dc.utils.isFloat) ⇒ <code>Boolean</code>\n    * [.isInteger(n)](#dc.utils.isInteger) ⇒ <code>Boolean</code>\n    * [.isNegligible(n)](#dc.utils.isNegligible) ⇒ <code>Boolean</code>\n    * [.clamp(val, min, max)](#dc.utils.clamp) ⇒ <code>any</code>\n    * [.uniqueId()](#dc.utils.uniqueId) ⇒ <code>Number</code>\n    * [.nameToId(name)](#dc.utils.nameToId) ⇒ <code>String</code>\n    * [.appendOrSelect(parent, selector, tag)](#dc.utils.appendOrSelect) ⇒ <code>d3.selection</code>\n    * [.safeNumber(n)](#dc.utils.safeNumber) ⇒ <code>Number</code>\n\n<a name=\"dc.utils.printSingleValue\"></a>\n\n#### utils.printSingleValue(filter) ⇒ <code>String</code>\nPrint a single value filter.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| filter | <code>any</code> | \n\n<a name=\"dc.utils.add\"></a>\n\n#### utils.add(l, r, [t]) ⇒ <code>String</code> \\| <code>Date</code> \\| <code>Number</code>\nArbitrary add one value to another.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n**Todo**\n\n- [ ] These assume than any string r is a percentage (whether or not it includes %).\nThey also generate strange results if l is a string.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| l | <code>String</code> \\| <code>Date</code> \\| <code>Number</code> | the value to modify |\n| r | <code>Number</code> | the amount by which to modify the value |\n| [t] | <code>String</code> | if `l` is a `Date`, the [interval](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Intervals.md#interval) in the `d3.time` namespace |\n\n<a name=\"dc.utils.subtract\"></a>\n\n#### utils.subtract(l, r, [t]) ⇒ <code>String</code> \\| <code>Date</code> \\| <code>Number</code>\nArbitrary subtract one value from another.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n**Todo**\n\n- [ ] These assume than any string r is a percentage (whether or not it includes %).\nThey also generate strange results if l is a string.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| l | <code>String</code> \\| <code>Date</code> \\| <code>Number</code> | the value to modify |\n| r | <code>Number</code> | the amount by which to modify the value |\n| [t] | <code>String</code> | if `l` is a `Date`, the [interval](https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Intervals.md#interval) in the `d3.time` namespace |\n\n<a name=\"dc.utils.isNumber\"></a>\n\n#### utils.isNumber(n) ⇒ <code>Boolean</code>\nIs the value a number?\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isFloat\"></a>\n\n#### utils.isFloat(n) ⇒ <code>Boolean</code>\nIs the value a float?\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isInteger\"></a>\n\n#### utils.isInteger(n) ⇒ <code>Boolean</code>\nIs the value an integer?\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isNegligible\"></a>\n\n#### utils.isNegligible(n) ⇒ <code>Boolean</code>\nIs the value very close to zero?\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.clamp\"></a>\n\n#### utils.clamp(val, min, max) ⇒ <code>any</code>\nEnsure the value is no greater or less than the min/max values.  If it is return the boundary value.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| val | <code>any</code> | \n| min | <code>any</code> | \n| max | <code>any</code> | \n\n<a name=\"dc.utils.uniqueId\"></a>\n\n#### utils.uniqueId() ⇒ <code>Number</code>\nUsing a simple static counter, provide a unique integer id.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n<a name=\"dc.utils.nameToId\"></a>\n\n#### utils.nameToId(name) ⇒ <code>String</code>\nConvert a name to an ID.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n\n<a name=\"dc.utils.appendOrSelect\"></a>\n\n#### utils.appendOrSelect(parent, selector, tag) ⇒ <code>d3.selection</code>\nAppend or select an item on a parent element.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| parent | <code>d3.selection</code> | \n| selector | <code>String</code> | \n| tag | <code>String</code> | \n\n<a name=\"dc.utils.safeNumber\"></a>\n\n#### utils.safeNumber(n) ⇒ <code>Number</code>\nReturn the number if the value is a number; else 0.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>Number</code> \\| <code>any</code> | \n\n<a name=\"dc.filters\"></a>\n\n### dc.filters : <code>object</code>\nThe dc.js filters are functions which are passed into crossfilter to chose which records will be\naccumulated to produce values for the charts.  In the crossfilter model, any filters applied on one\ndimension will affect all the other dimensions but not that one.  dc always applies a filter\nfunction to the dimension; the function combines multiple filters and if any of them accept a\nrecord, it is filtered in.\n\nThese filter constructors are used as appropriate by the various charts to implement brushing.  We\nmention below which chart uses which filter.  In some cases, many instances of a filter will be added.\n\nEach of the dc.js filters is an object with the following properties:\n* `isFiltered` - a function that returns true if a value is within the filter\n* `filterType` - a string identifying the filter, here the name of the constructor\n\nCurrently these filter objects are also arrays, but this is not a requirement. Custom filters\ncan be used as long as they have the properties above.\n\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.filters](#dc.filters) : <code>object</code>\n    * [.RangedFilter](#dc.filters.RangedFilter)\n        * [new RangedFilter(low, high)](#new_dc.filters.RangedFilter_new)\n    * [.TwoDimensionalFilter](#dc.filters.TwoDimensionalFilter)\n        * [new TwoDimensionalFilter(filter)](#new_dc.filters.TwoDimensionalFilter_new)\n    * [.RangedTwoDimensionalFilter](#dc.filters.RangedTwoDimensionalFilter)\n        * [new RangedTwoDimensionalFilter(filter)](#new_dc.filters.RangedTwoDimensionalFilter_new)\n\n<a name=\"dc.filters.RangedFilter\"></a>\n\n#### filters.RangedFilter\n**Kind**: static class of [<code>filters</code>](#dc.filters)  \n<a name=\"new_dc.filters.RangedFilter_new\"></a>\n\n##### new RangedFilter(low, high)\nRangedFilter is a filter which accepts keys between `low` and `high`.  It is used to implement X\naxis brushing for the [coordinate grid charts](#dc.coordinateGridMixin).\n\nIts `filterType` is 'RangedFilter'\n\n\n| Param | Type |\n| --- | --- |\n| low | <code>Number</code> | \n| high | <code>Number</code> | \n\n<a name=\"dc.filters.TwoDimensionalFilter\"></a>\n\n#### filters.TwoDimensionalFilter\n**Kind**: static class of [<code>filters</code>](#dc.filters)  \n<a name=\"new_dc.filters.TwoDimensionalFilter_new\"></a>\n\n##### new TwoDimensionalFilter(filter)\nTwoDimensionalFilter is a filter which accepts a single two-dimensional value.  It is used by the\n[heat map chart](#dc.heatMap) to include particular cells as they are clicked.  (Rows and columns are\nfiltered by filtering all the cells in the row or column.)\n\nIts `filterType` is 'TwoDimensionalFilter'\n\n\n| Param | Type |\n| --- | --- |\n| filter | <code>Array.&lt;Number&gt;</code> | \n\n<a name=\"dc.filters.RangedTwoDimensionalFilter\"></a>\n\n#### filters.RangedTwoDimensionalFilter\n**Kind**: static class of [<code>filters</code>](#dc.filters)  \n<a name=\"new_dc.filters.RangedTwoDimensionalFilter_new\"></a>\n\n##### new RangedTwoDimensionalFilter(filter)\nThe RangedTwoDimensionalFilter allows filtering all values which fit within a rectangular\nregion. It is used by the [scatter plot](#dc.scatterPlot) to implement rectangular brushing.\n\nIt takes two two-dimensional points in the form `[[x1,y1],[x2,y2]]`, and normalizes them so that\n`x1 <= x2` and `y1 <= y2`. It then returns a filter which accepts any points which are in the\nrectangular range including the lower values but excluding the higher values.\n\nIf an array of two values are given to the RangedTwoDimensionalFilter, it interprets the values as\ntwo x coordinates `x1` and `x2` and returns a filter which accepts any points for which `x1 <= x <\nx2`.\n\nIts `filterType` is 'RangedTwoDimensionalFilter'\n\n\n| Param | Type |\n| --- | --- |\n| filter | <code>Array.&lt;Array.&lt;Number&gt;&gt;</code> | \n\n<a name=\"dc.registerChart\"></a>\n\n### dc.registerChart(chart, [group])\nAdd given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.deregisterChart\"></a>\n\n### dc.deregisterChart(chart, [group])\nRemove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.hasChart\"></a>\n\n### dc.hasChart(chart) ⇒ <code>Boolean</code>\nDetermine if a given chart instance resides in any group in the registry.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n\n<a name=\"dc.deregisterAllCharts\"></a>\n\n### dc.deregisterAllCharts(group)\nClear given group if one is provided, otherwise clears all groups.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| group | <code>String</code> | Group name |\n\n<a name=\"dc.filterAll\"></a>\n\n### dc.filterAll([group])\nClear all filters on all charts within the given chart group. If the chart group is not given then\nonly charts that belong to the default chart group will be reset.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.refocusAll\"></a>\n\n### dc.refocusAll([group])\nReset zoom level / focus on all charts that belong to the given chart group. If the chart group is\nnot given then only charts that belong to the default chart group will be reset.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.renderAll\"></a>\n\n### dc.renderAll([group])\nRe-render all charts belong to the given chart group. If the chart group is not given then only\ncharts that belong to the default chart group will be re-rendered.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.redrawAll\"></a>\n\n### dc.redrawAll([group])\nRedraw all charts belong to the given chart group. If the chart group is not given then only charts\nthat belong to the default chart group will be re-drawn. Redraw is different from re-render since\nwhen redrawing dc tries to update the graphic incrementally, using transitions, instead of starting\nfrom scratch.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.transition\"></a>\n\n### dc.transition(selection, [duration], [delay], [name]) ⇒ <code>d3.transition</code> \\| <code>d3.selection</code>\nStart a transition on a selection if transitions are globally enabled\n([disableTransitions](#dc.disableTransitions) is false) and the duration is greater than zero; otherwise return\nthe selection. Since most operations are the same on a d3 selection and a d3 transition, this\nallows a common code path for both cases.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n| selection | <code>d3.selection</code> |  | the selection to be transitioned |\n| [duration] | <code>Number</code> \\| <code>function</code> | <code>250</code> | the duration of the transition in milliseconds, a function returning the duration, or 0 for no transition |\n| [delay] | <code>Number</code> \\| <code>function</code> |  | the delay of the transition in milliseconds, or a function returning the delay, or 0 for no delay |\n| [name] | <code>String</code> |  | the name of the transition (if concurrent transitions on the same elements are needed) |\n\n<a name=\"dc.pluck\"></a>\n\n### dc.pluck(n, [f]) ⇒ <code>function</code>\nReturns a function that given a string property name, can be used to pluck the property off an object.  A function\ncan be passed as the second argument to also alter the data being returned.\n\nThis can be a useful shorthand method to create accessor functions.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>String</code> | \n| [f] | <code>function</code> | \n\n**Example**  \n```js\nvar xPluck = dc.pluck('x');\nvar objA = {x: 1};\nxPluck(objA) // 1\n```\n**Example**  \n```js\nvar xPosition = dc.pluck('x', function (x, i) {\n    // `this` is the original datum,\n    // `x` is the x property of the datum,\n    // `i` is the position in the array\n    return this.radius + x;\n});\ndc.selectAll('.circle').data(...).x(xPosition);\n```\n"
  },
  {
    "path": "docs/old-api-docs/api-3.1.9.md",
    "content": "<a name=\"dc\"></a>\n\n## dc : <code>object</code>\nThe entire dc.js library is scoped under the **dc** name space. It does not introduce\nanything else into the global name space.\n\nMost `dc` functions are designed to allow function chaining, meaning they return the current chart\ninstance whenever it is appropriate.  The getter forms of functions do not participate in function\nchaining because they return values that are not the chart, although some,\nsuch as [.svg](#dc.baseMixin+svg) and [.xAxis](#dc.coordinateGridMixin+xAxis),\nreturn values that are themselves chainable d3 objects.\n\n**Kind**: global namespace  \n**Version**: 3.1.9  \n**Example**  \n```js\n// Example chaining\nchart.width(300)\n     .height(300)\n     .filter('sunday');\n```\n\n* [dc](#dc) : <code>object</code>\n    * [.logger](#dc.logger)\n        * [new logger()](#new_dc.logger_new)\n        * [.enableDebugLog](#dc.logger+enableDebugLog)\n        * [.warn([msg])](#dc.logger+warn) ⇒ [<code>logger</code>](#dc.logger)\n        * [.warnOnce([msg])](#dc.logger+warnOnce) ⇒ [<code>logger</code>](#dc.logger)\n        * [.debug([msg])](#dc.logger+debug) ⇒ [<code>logger</code>](#dc.logger)\n        * [.deprecate([fn], [msg])](#dc.logger+deprecate) ⇒ <code>function</code>\n        * [.annotate([fn], [msg])](#dc.logger+annotate) ⇒ <code>function</code>\n    * [.config](#dc.config)\n        * [new config()](#new_dc.config_new)\n        * [.defaultColors([colors])](#dc.config+defaultColors) ⇒ <code>Array</code> \\| [<code>config</code>](#dc.config)\n    * [.pieChart](#dc.pieChart)\n        * [new pieChart(parent, [chartGroup])](#new_dc.pieChart_new)\n        * [.slicesCap([cap])](#dc.pieChart+slicesCap) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.externalRadiusPadding([externalRadiusPadding])](#dc.pieChart+externalRadiusPadding) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.innerRadius([innerRadius])](#dc.pieChart+innerRadius) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.radius([radius])](#dc.pieChart+radius) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.cx([cx])](#dc.pieChart+cx) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.cy([cy])](#dc.pieChart+cy) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.minAngleForLabel([minAngleForLabel])](#dc.pieChart+minAngleForLabel) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.emptyTitle([title])](#dc.pieChart+emptyTitle) ⇒ <code>String</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.externalLabels([externalLabelRadius])](#dc.pieChart+externalLabels) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n        * [.drawPaths([drawPaths])](#dc.pieChart+drawPaths) ⇒ <code>Boolean</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.sunburstChart](#dc.sunburstChart)\n        * [new sunburstChart(parent, [chartGroup])](#new_dc.sunburstChart_new)\n        * [.innerRadius([innerRadius])](#dc.sunburstChart+innerRadius) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n        * [.radius([radius])](#dc.sunburstChart+radius) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n        * [.cx([cx])](#dc.sunburstChart+cx) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n        * [.cy([cy])](#dc.sunburstChart+cy) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n        * [.minAngleForLabel([minAngleForLabel])](#dc.sunburstChart+minAngleForLabel) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n        * [.emptyTitle([title])](#dc.sunburstChart+emptyTitle) ⇒ <code>String</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n        * [.externalLabels([externalLabelRadius])](#dc.sunburstChart+externalLabels) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n    * [.barChart](#dc.barChart)\n        * [new barChart(parent, [chartGroup])](#new_dc.barChart_new)\n        * [.centerBar([centerBar])](#dc.barChart+centerBar) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\n        * [.barPadding([barPadding])](#dc.barChart+barPadding) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n        * [.outerPadding([padding])](#dc.barChart+outerPadding) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n        * [.gap([gap])](#dc.barChart+gap) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n        * [.alwaysUseRounding([alwaysUseRounding])](#dc.barChart+alwaysUseRounding) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.lineChart](#dc.lineChart)\n        * [new lineChart(parent, [chartGroup])](#new_dc.lineChart_new)\n        * [.curve([curve])](#dc.lineChart+curve) ⇒ <code>d3.curve</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * ~~[.interpolate([interpolate])](#dc.lineChart+interpolate) ⇒ <code>d3.curve</code> \\| [<code>lineChart</code>](#dc.lineChart)~~\n        * ~~[.tension([tension])](#dc.lineChart+tension) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)~~\n        * [.defined([defined])](#dc.lineChart+defined) ⇒ <code>function</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.dashStyle([dashStyle])](#dc.lineChart+dashStyle) ⇒ <code>Array.&lt;Number&gt;</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.renderArea([renderArea])](#dc.lineChart+renderArea) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.xyTipsOn([xyTipsOn])](#dc.lineChart+xyTipsOn) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.dotRadius([dotRadius])](#dc.lineChart+dotRadius) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\n        * [.renderDataPoints([options])](#dc.lineChart+renderDataPoints) ⇒ <code>Object</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.dataCount](#dc.dataCount)\n        * [new dataCount(parent, [chartGroup])](#new_dc.dataCount_new)\n        * [.html([options])](#dc.dataCount+html) ⇒ <code>Object</code> \\| [<code>dataCount</code>](#dc.dataCount)\n        * [.formatNumber([formatter])](#dc.dataCount+formatNumber) ⇒ <code>function</code> \\| [<code>dataCount</code>](#dc.dataCount)\n    * [.dataTable](#dc.dataTable)\n        * [new dataTable(parent, [chartGroup])](#new_dc.dataTable_new)\n        * [.section(section)](#dc.dataTable+section) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.group(groupFunction)](#dc.dataTable+group) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.size([size])](#dc.dataTable+size) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.beginSlice([beginSlice])](#dc.dataTable+beginSlice) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.endSlice([endSlice])](#dc.dataTable+endSlice) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.columns([columns])](#dc.dataTable+columns) ⇒ <code>Array.&lt;function()&gt;</code>\n        * [.sortBy([sortBy])](#dc.dataTable+sortBy) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.order([order])](#dc.dataTable+order) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.showSections([showSections])](#dc.dataTable+showSections) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\n        * [.showGroups([showGroups])](#dc.dataTable+showGroups) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.dataGrid](#dc.dataGrid)\n        * [new dataGrid(parent, [chartGroup])](#new_dc.dataGrid_new)\n        * [.section(section)](#dc.dataGrid+section) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.group(groupFunction)](#dc.dataGrid+group) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.beginSlice([beginSlice])](#dc.dataGrid+beginSlice) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.endSlice([endSlice])](#dc.dataGrid+endSlice) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.size([size])](#dc.dataGrid+size) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.html([html])](#dc.dataGrid+html) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.htmlSection([htmlSection])](#dc.dataGrid+htmlSection) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.htmlGroup([htmlGroup])](#dc.dataGrid+htmlGroup) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.sortBy([sortByFunction])](#dc.dataGrid+sortBy) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n        * [.order([order])](#dc.dataGrid+order) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.bubbleChart](#dc.bubbleChart)\n        * [new bubbleChart(parent, [chartGroup])](#new_dc.bubbleChart_new)\n        * [.elasticRadius([elasticRadius])](#dc.bubbleChart+elasticRadius) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\n        * [.sortBubbleSize([sortBubbleSize])](#dc.bubbleChart+sortBubbleSize) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\n    * [.compositeChart](#dc.compositeChart)\n        * [new compositeChart(parent, [chartGroup])](#new_dc.compositeChart_new)\n        * [.useRightAxisGridLines([useRightAxisGridLines])](#dc.compositeChart+useRightAxisGridLines) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.childOptions([childOptions])](#dc.compositeChart+childOptions) ⇒ <code>Object</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.rightYAxisLabel([rightYAxisLabel], [padding])](#dc.compositeChart+rightYAxisLabel) ⇒ <code>String</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.compose([subChartArray])](#dc.compositeChart+compose) ⇒ [<code>compositeChart</code>](#dc.compositeChart)\n        * [.children()](#dc.compositeChart+children) ⇒ [<code>Array.&lt;baseMixin&gt;</code>](#dc.baseMixin)\n        * [.shareColors([shareColors])](#dc.compositeChart+shareColors) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.shareTitle([shareTitle])](#dc.compositeChart+shareTitle) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.rightY([yScale])](#dc.compositeChart+rightY) ⇒ <code>d3.scale</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n        * [.alignYAxes([alignYAxes])](#dc.compositeChart+alignYAxes) ⇒ <code>Chart</code>\n        * [.rightYAxis([rightYAxis])](#dc.compositeChart+rightYAxis) ⇒ <code>d3.axisRight</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.seriesChart](#dc.seriesChart)\n        * [new seriesChart(parent, [chartGroup])](#new_dc.seriesChart_new)\n        * [.chart([chartFunction])](#dc.seriesChart+chart) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n        * [.seriesAccessor([accessor])](#dc.seriesChart+seriesAccessor) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n        * [.seriesSort([sortFunction])](#dc.seriesChart+seriesSort) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n        * [.valueSort([sortFunction])](#dc.seriesChart+valueSort) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n    * [.geoChoroplethChart](#dc.geoChoroplethChart)\n        * [new geoChoroplethChart(parent, [chartGroup])](#new_dc.geoChoroplethChart_new)\n        * [.overlayGeoJson(json, name, keyAccessor)](#dc.geoChoroplethChart+overlayGeoJson) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n        * [.projection([projection])](#dc.geoChoroplethChart+projection) ⇒ <code>d3.projection</code> \\| [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n        * [.geoJsons()](#dc.geoChoroplethChart+geoJsons) ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\n        * [.geoPath()](#dc.geoChoroplethChart+geoPath) ⇒ <code>d3.geoPath</code>\n        * [.removeGeoJson(name)](#dc.geoChoroplethChart+removeGeoJson) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n    * [.bubbleOverlay](#dc.bubbleOverlay)\n        * [new bubbleOverlay(parent, [chartGroup])](#new_dc.bubbleOverlay_new)\n        * [.svg([imageElement])](#dc.bubbleOverlay+svg) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n        * [.point(name, x, y)](#dc.bubbleOverlay+point) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n    * [.rowChart](#dc.rowChart)\n        * [new rowChart(parent, [chartGroup])](#new_dc.rowChart_new)\n        * [.x([scale])](#dc.rowChart+x) ⇒ <code>d3.scale</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.renderTitleLabel([renderTitleLabel])](#dc.rowChart+renderTitleLabel) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.xAxis([xAxis])](#dc.rowChart+xAxis) ⇒ <code>d3.axis</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.fixedBarHeight([fixedBarHeight])](#dc.rowChart+fixedBarHeight) ⇒ <code>Boolean</code> \\| <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.gap([gap])](#dc.rowChart+gap) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.elasticX([elasticX])](#dc.rowChart+elasticX) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.labelOffsetX([labelOffsetX])](#dc.rowChart+labelOffsetX) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.labelOffsetY([labelOffsety])](#dc.rowChart+labelOffsetY) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n        * [.titleLabelOffsetX([titleLabelOffsetX])](#dc.rowChart+titleLabelOffsetX) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.legend](#dc.legend)\n        * [new legend()](#new_dc.legend_new)\n        * [.x([x])](#dc.legend+x) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.y([y])](#dc.legend+y) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.gap([gap])](#dc.legend+gap) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.highlightSelected([highlightSelected])](#dc.legend+highlightSelected) ⇒ <code>String</code> \\| [<code>legend</code>](#dc.legend)\n        * [.itemHeight([itemHeight])](#dc.legend+itemHeight) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.horizontal([horizontal])](#dc.legend+horizontal) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\n        * [.legendWidth([legendWidth])](#dc.legend+legendWidth) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.itemWidth([itemWidth])](#dc.legend+itemWidth) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n        * [.autoItemWidth([autoItemWidth])](#dc.legend+autoItemWidth) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\n        * [.legendText([legendText])](#dc.legend+legendText) ⇒ <code>function</code> \\| [<code>legend</code>](#dc.legend)\n        * [.maxItems([maxItems])](#dc.legend+maxItems) ⇒ [<code>legend</code>](#dc.legend)\n    * [.htmlLegend](#dc.htmlLegend)\n        * [new htmlLegend()](#new_dc.htmlLegend_new)\n        * [.container([container])](#dc.htmlLegend+container) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n        * [.legendItemClass([legendItemClass])](#dc.htmlLegend+legendItemClass) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n        * [.highlightSelected([highlightSelected])](#dc.htmlLegend+highlightSelected) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n        * [.horizontal([horizontal])](#dc.htmlLegend+horizontal) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n        * [.legendText([legendText])](#dc.htmlLegend+legendText) ⇒ <code>function</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n        * [.maxItems([maxItems])](#dc.htmlLegend+maxItems) ⇒ [<code>htmlLegend</code>](#dc.htmlLegend)\n    * [.scatterPlot](#dc.scatterPlot)\n        * [new scatterPlot(parent, [chartGroup])](#new_dc.scatterPlot_new)\n        * [.emptyColor](#dc.scatterPlot+emptyColor) ⇒ <code>String</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.emptyOpacity](#dc.scatterPlot+emptyOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.nonemptyOpacity](#dc.scatterPlot+nonemptyOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.resetSvg()](#dc.scatterPlot+resetSvg) ⇒ <code>SVGElement</code>\n        * [.useCanvas([useCanvas])](#dc.scatterPlot+useCanvas) ⇒ <code>Boolean</code> \\| <code>d3.selection</code>\n        * [.canvas([canvasElement])](#dc.scatterPlot+canvas) ⇒ <code>CanvasElement</code> \\| <code>d3.selection</code>\n        * [.context()](#dc.scatterPlot+context) ⇒ <code>CanvasContext</code>\n        * [.existenceAccessor([accessor])](#dc.scatterPlot+existenceAccessor) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.symbol([type])](#dc.scatterPlot+symbol) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.customSymbol([customSymbol])](#dc.scatterPlot+customSymbol) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.symbolSize([symbolSize])](#dc.scatterPlot+symbolSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.highlightedSize([highlightedSize])](#dc.scatterPlot+highlightedSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.excludedSize([excludedSize])](#dc.scatterPlot+excludedSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.excludedColor([excludedColor])](#dc.scatterPlot+excludedColor) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.excludedOpacity([excludedOpacity])](#dc.scatterPlot+excludedOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n        * [.emptySize([emptySize])](#dc.scatterPlot+emptySize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.numberDisplay](#dc.numberDisplay)\n        * [new numberDisplay(parent, [chartGroup])](#new_dc.numberDisplay_new)\n        * [.html([html])](#dc.numberDisplay+html) ⇒ <code>Object</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\n        * [.value()](#dc.numberDisplay+value) ⇒ <code>Number</code>\n        * [.formatNumber([formatter])](#dc.numberDisplay+formatNumber) ⇒ <code>function</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\n    * [.heatMap](#dc.heatMap)\n        * [new heatMap(parent, [chartGroup])](#new_dc.heatMap_new)\n        * [.colsLabel([labelFunction])](#dc.heatMap+colsLabel) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.rowsLabel([labelFunction])](#dc.heatMap+rowsLabel) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.rows([rows])](#dc.heatMap+rows) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.rowOrdering([rowOrdering])](#dc.heatMap+rowOrdering) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.cols([cols])](#dc.heatMap+cols) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.colOrdering([colOrdering])](#dc.heatMap+colOrdering) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.boxOnClick([handler])](#dc.heatMap+boxOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.xAxisOnClick([handler])](#dc.heatMap+xAxisOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.yAxisOnClick([handler])](#dc.heatMap+yAxisOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.xBorderRadius([xBorderRadius])](#dc.heatMap+xBorderRadius) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\n        * [.yBorderRadius([yBorderRadius])](#dc.heatMap+yBorderRadius) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.boxPlot](#dc.boxPlot)\n        * [new boxPlot(parent, [chartGroup])](#new_dc.boxPlot_new)\n        * [.boxPadding([padding])](#dc.boxPlot+boxPadding) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.outerPadding([padding])](#dc.boxPlot+outerPadding) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.boxWidth([boxWidth])](#dc.boxPlot+boxWidth) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.tickFormat([tickFormat])](#dc.boxPlot+tickFormat) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.yRangePadding([yRangePadding])](#dc.boxPlot+yRangePadding) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.renderDataPoints([show])](#dc.boxPlot+renderDataPoints) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.dataOpacity([opacity])](#dc.boxPlot+dataOpacity) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.dataWidthPortion([percentage])](#dc.boxPlot+dataWidthPortion) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.showOutliers([show])](#dc.boxPlot+showOutliers) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n        * [.boldOutlier([show])](#dc.boxPlot+boldOutlier) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.selectMenu](#dc.selectMenu)\n        * [new selectMenu(parent, [chartGroup])](#new_dc.selectMenu_new)\n        * [.order([order])](#dc.selectMenu+order) ⇒ <code>function</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n        * [.promptText([promptText])](#dc.selectMenu+promptText) ⇒ <code>String</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n        * [.filterDisplayed([filterDisplayed])](#dc.selectMenu+filterDisplayed) ⇒ <code>function</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n        * [.multiple([multiple])](#dc.selectMenu+multiple) ⇒ <code>boolean</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n        * [.promptValue([promptValue])](#dc.selectMenu+promptValue) ⇒ <code>\\*</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n        * [.numberItems([numberVisible])](#dc.selectMenu+numberItems) ⇒ <code>number</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n    * [.textFilterWidget](#dc.textFilterWidget)\n        * [new textFilterWidget(parent, [chartGroup])](#new_dc.textFilterWidget_new)\n        * [.normalize](#dc.textFilterWidget+normalize) ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>function</code>\n        * [.placeHolder](#dc.textFilterWidget+placeHolder) ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>string</code>\n        * [.filterFunctionFactory](#dc.textFilterWidget+filterFunctionFactory) ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>function</code>\n    * [.cboxMenu](#dc.cboxMenu)\n        * [new cboxMenu(parent, [chartGroup])](#new_dc.cboxMenu_new)\n        * [.order([order])](#dc.cboxMenu+order) ⇒ <code>function</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n        * [.promptText([promptText])](#dc.cboxMenu+promptText) ⇒ <code>String</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n        * [.filterDisplayed([filterDisplayed])](#dc.cboxMenu+filterDisplayed) ⇒ <code>function</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n        * [.multiple([multiple])](#dc.cboxMenu+multiple) ⇒ <code>Boolean</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n        * [.promptValue([promptValue])](#dc.cboxMenu+promptValue) ⇒ <code>\\*</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n    * [.baseMixin](#dc.baseMixin) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.height([height])](#dc.baseMixin+height) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.width([width])](#dc.baseMixin+width) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.minWidth([minWidth])](#dc.baseMixin+minWidth) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.minHeight([minHeight])](#dc.baseMixin+minHeight) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.useViewBoxResizing([useViewBoxResizing])](#dc.baseMixin+useViewBoxResizing) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.dimension([dimension])](#dc.baseMixin+dimension) ⇒ <code>crossfilter.dimension</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.data([callback])](#dc.baseMixin+data) ⇒ <code>\\*</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.group([group], [name])](#dc.baseMixin+group) ⇒ <code>crossfilter.group</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.ordering([orderFunction])](#dc.baseMixin+ordering) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.filterAll()](#dc.baseMixin+filterAll) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.select(sel)](#dc.baseMixin+select) ⇒ <code>d3.selection</code>\n        * [.selectAll(sel)](#dc.baseMixin+selectAll) ⇒ <code>d3.selection</code>\n        * [.anchor([parent], [chartGroup])](#dc.baseMixin+anchor) ⇒ <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.anchorName()](#dc.baseMixin+anchorName) ⇒ <code>String</code>\n        * [.root([rootElement])](#dc.baseMixin+root) ⇒ <code>HTMLElement</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.svg([svgElement])](#dc.baseMixin+svg) ⇒ <code>SVGElement</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.resetSvg()](#dc.baseMixin+resetSvg) ⇒ <code>SVGElement</code>\n        * [.filterPrinter([filterPrinterFunction])](#dc.baseMixin+filterPrinter) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.controlsUseVisibility([controlsUseVisibility])](#dc.baseMixin+controlsUseVisibility) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.turnOnControls()](#dc.baseMixin+turnOnControls) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.turnOffControls()](#dc.baseMixin+turnOffControls) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.transitionDuration([duration])](#dc.baseMixin+transitionDuration) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.transitionDelay([delay])](#dc.baseMixin+transitionDelay) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.render()](#dc.baseMixin+render) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.redraw()](#dc.baseMixin+redraw) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.commitHandler(commitHandler)](#dc.baseMixin+commitHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.redrawGroup()](#dc.baseMixin+redrawGroup) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.renderGroup()](#dc.baseMixin+renderGroup) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.hasFilterHandler([hasFilterHandler])](#dc.baseMixin+hasFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.hasFilter([filter])](#dc.baseMixin+hasFilter) ⇒ <code>Boolean</code>\n        * [.removeFilterHandler([removeFilterHandler])](#dc.baseMixin+removeFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.addFilterHandler([addFilterHandler])](#dc.baseMixin+addFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.resetFilterHandler([resetFilterHandler])](#dc.baseMixin+resetFilterHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.replaceFilter([filter])](#dc.baseMixin+replaceFilter) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.filter([filter])](#dc.baseMixin+filter) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.filters()](#dc.baseMixin+filters) ⇒ <code>Array.&lt;\\*&gt;</code>\n        * [.onClick(datum)](#dc.baseMixin+onClick) ⇒ <code>undefined</code>\n        * [.filterHandler([filterHandler])](#dc.baseMixin+filterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.keyAccessor([keyAccessor])](#dc.baseMixin+keyAccessor) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.valueAccessor([valueAccessor])](#dc.baseMixin+valueAccessor) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.label([labelFunction], [enableLabels])](#dc.baseMixin+label) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.renderLabel([renderLabel])](#dc.baseMixin+renderLabel) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.title([titleFunction])](#dc.baseMixin+title) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.renderTitle([renderTitle])](#dc.baseMixin+renderTitle) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * ~~[.renderlet(renderletFunction)](#dc.baseMixin+renderlet) ⇒ [<code>baseMixin</code>](#dc.baseMixin)~~\n        * [.chartGroup([chartGroup])](#dc.baseMixin+chartGroup) ⇒ <code>String</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.expireCache()](#dc.baseMixin+expireCache) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.legend([legend])](#dc.baseMixin+legend) ⇒ [<code>legend</code>](#dc.legend) \\| [<code>baseMixin</code>](#dc.baseMixin)\n        * [.chartID()](#dc.baseMixin+chartID) ⇒ <code>String</code>\n        * [.options(opts)](#dc.baseMixin+options) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n        * [.on(event, listener)](#dc.baseMixin+on) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.marginMixin](#dc.marginMixin) ⇒ [<code>marginMixin</code>](#dc.marginMixin)\n        * [.margins([margins])](#dc.marginMixin+margins) ⇒ <code>Object</code> \\| [<code>marginMixin</code>](#dc.marginMixin)\n    * [.colorMixin](#dc.colorMixin) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n        * [.colors([colorScale])](#dc.colorMixin+colors) ⇒ <code>d3.scale</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n        * [.ordinalColors(r)](#dc.colorMixin+ordinalColors) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n        * [.linearColors(r)](#dc.colorMixin+linearColors) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n        * [.colorAccessor([colorAccessor])](#dc.colorMixin+colorAccessor) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n        * [.colorDomain([domain])](#dc.colorMixin+colorDomain) ⇒ <code>Array.&lt;String&gt;</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n        * [.calculateColorDomain()](#dc.colorMixin+calculateColorDomain) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n        * [.getColor(d, [i])](#dc.colorMixin+getColor) ⇒ <code>String</code>\n        * [.colorCalculator([colorCalculator])](#dc.colorMixin+colorCalculator) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n    * [.coordinateGridMixin](#dc.coordinateGridMixin) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.rescale()](#dc.coordinateGridMixin+rescale) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.rangeChart([rangeChart])](#dc.coordinateGridMixin+rangeChart) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.zoomScale([extent])](#dc.coordinateGridMixin+zoomScale) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.zoomOutRestrict([zoomOutRestrict])](#dc.coordinateGridMixin+zoomOutRestrict) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.g([gElement])](#dc.coordinateGridMixin+g) ⇒ <code>SVGElement</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.mouseZoomable([mouseZoomable])](#dc.coordinateGridMixin+mouseZoomable) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.chartBodyG([chartBodyG])](#dc.coordinateGridMixin+chartBodyG) ⇒ <code>SVGElement</code>\n        * [.x([xScale])](#dc.coordinateGridMixin+x) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xUnits([xUnits])](#dc.coordinateGridMixin+xUnits) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xAxis([xAxis])](#dc.coordinateGridMixin+xAxis) ⇒ <code>d3.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.elasticX([elasticX])](#dc.coordinateGridMixin+elasticX) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xAxisPadding([padding])](#dc.coordinateGridMixin+xAxisPadding) ⇒ <code>Number</code> \\| <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xAxisPaddingUnit([unit])](#dc.coordinateGridMixin+xAxisPaddingUnit) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xUnitCount()](#dc.coordinateGridMixin+xUnitCount) ⇒ <code>Number</code>\n        * [.useRightYAxis([useRightYAxis])](#dc.coordinateGridMixin+useRightYAxis) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.isOrdinal()](#dc.coordinateGridMixin+isOrdinal) ⇒ <code>Boolean</code>\n        * [.xAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+xAxisLabel) ⇒ <code>String</code>\n        * [.yAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+yAxisLabel) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.y([yScale])](#dc.coordinateGridMixin+y) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.yAxis([yAxis])](#dc.coordinateGridMixin+yAxis) ⇒ <code>d3.axisLeft</code> \\| <code>d3.axisRight</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.elasticY([elasticY])](#dc.coordinateGridMixin+elasticY) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.renderHorizontalGridLines([renderHorizontalGridLines])](#dc.coordinateGridMixin+renderHorizontalGridLines) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.renderVerticalGridLines([renderVerticalGridLines])](#dc.coordinateGridMixin+renderVerticalGridLines) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.xAxisMin()](#dc.coordinateGridMixin+xAxisMin) ⇒ <code>\\*</code>\n        * [.xAxisMax()](#dc.coordinateGridMixin+xAxisMax) ⇒ <code>\\*</code>\n        * [.yAxisMin()](#dc.coordinateGridMixin+yAxisMin) ⇒ <code>\\*</code>\n        * [.yAxisMax()](#dc.coordinateGridMixin+yAxisMax) ⇒ <code>\\*</code>\n        * [.yAxisPadding([padding])](#dc.coordinateGridMixin+yAxisPadding) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.round([round])](#dc.coordinateGridMixin+round) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.brush([_])](#dc.coordinateGridMixin+brush) ⇒ <code>d3.brush</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.clipPadding([padding])](#dc.coordinateGridMixin+clipPadding) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.focus([range], [noRaiseEvents])](#dc.coordinateGridMixin+focus) ⇒ <code>undefined</code>\n        * [.brushOn([brushOn])](#dc.coordinateGridMixin+brushOn) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n        * [.parentBrushOn([brushOn])](#dc.coordinateGridMixin+parentBrushOn) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.stackMixin](#dc.stackMixin) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n        * [.stack(group, [name], [accessor])](#dc.stackMixin+stack) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n        * [.hidableStacks([hidableStacks])](#dc.stackMixin+hidableStacks) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n        * [.hideStack(stackName)](#dc.stackMixin+hideStack) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n        * [.showStack(stackName)](#dc.stackMixin+showStack) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n        * [.title([stackName], [titleAccessor])](#dc.stackMixin+title) ⇒ <code>String</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n        * [.stackLayout([stack])](#dc.stackMixin+stackLayout) ⇒ <code>function</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n        * [.evadeDomainFilter([evadeDomainFilter])](#dc.stackMixin+evadeDomainFilter) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.capMixin](#dc.capMixin) ⇒ [<code>capMixin</code>](#dc.capMixin)\n        * [.cap([count])](#dc.capMixin+cap) ⇒ <code>Number</code> \\| [<code>capMixin</code>](#dc.capMixin)\n        * [.takeFront([takeFront])](#dc.capMixin+takeFront) ⇒ <code>Boolean</code> \\| [<code>capMixin</code>](#dc.capMixin)\n        * [.othersLabel([label])](#dc.capMixin+othersLabel) ⇒ <code>String</code> \\| [<code>capMixin</code>](#dc.capMixin)\n        * [.othersGrouper([grouperFunction])](#dc.capMixin+othersGrouper) ⇒ <code>function</code> \\| [<code>capMixin</code>](#dc.capMixin)\n    * [.bubbleMixin](#dc.bubbleMixin) ⇒ [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.r([bubbleRadiusScale])](#dc.bubbleMixin+r) ⇒ <code>d3.scale</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.radiusValueAccessor([radiusValueAccessor])](#dc.bubbleMixin+radiusValueAccessor) ⇒ <code>function</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.minRadius([radius])](#dc.bubbleMixin+minRadius) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.minRadiusWithLabel([radius])](#dc.bubbleMixin+minRadiusWithLabel) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n        * [.maxBubbleRelativeSize([relativeSize])](#dc.bubbleMixin+maxBubbleRelativeSize) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.disableTransitions](#dc.disableTransitions) : <code>Boolean</code>\n    * [.dateFormat](#dc.dateFormat) : <code>function</code>\n    * [.chartRegistry](#dc.chartRegistry) : <code>object</code>\n        * [.has(chart)](#dc.chartRegistry.has) ⇒ <code>Boolean</code>\n        * [.register(chart, [group])](#dc.chartRegistry.register) ⇒ <code>undefined</code>\n        * [.deregister(chart, [group])](#dc.chartRegistry.deregister) ⇒ <code>undefined</code>\n        * [.clear(group)](#dc.chartRegistry.clear) ⇒ <code>undefined</code>\n        * [.list([group])](#dc.chartRegistry.list) ⇒ <code>Array.&lt;Object&gt;</code>\n    * [.units](#dc.units) : <code>object</code>\n        * [.fp](#dc.units.fp) : <code>object</code>\n            * [.precision(precision)](#dc.units.fp.precision) ⇒ <code>function</code>\n        * [.integers(start, end)](#dc.units.integers) ⇒ <code>Number</code>\n        * [.ordinal()](#dc.units.ordinal) ⇒ <code>uncallable</code>\n    * [.printers](#dc.printers) : <code>object</code>\n        * [.filters(filters)](#dc.printers.filters) ⇒ <code>String</code>\n        * [.filter(filter)](#dc.printers.filter) ⇒ <code>String</code>\n    * [.utils](#dc.utils) : <code>object</code>\n        * [.printSingleValue(filter)](#dc.utils.printSingleValue) ⇒ <code>String</code>\n        * [.add(l, r, [t])](#dc.utils.add) ⇒ <code>Date</code> \\| <code>Number</code>\n        * [.subtract(l, r, [t])](#dc.utils.subtract) ⇒ <code>Date</code> \\| <code>Number</code>\n        * [.isNumber(n)](#dc.utils.isNumber) ⇒ <code>Boolean</code>\n        * [.isFloat(n)](#dc.utils.isFloat) ⇒ <code>Boolean</code>\n        * [.isInteger(n)](#dc.utils.isInteger) ⇒ <code>Boolean</code>\n        * [.isNegligible(n)](#dc.utils.isNegligible) ⇒ <code>Boolean</code>\n        * [.clamp(val, min, max)](#dc.utils.clamp) ⇒ <code>any</code>\n        * [.constant(x)](#dc.utils.constant) ⇒ <code>function</code>\n        * [.uniqueId()](#dc.utils.uniqueId) ⇒ <code>Number</code>\n        * [.nameToId(name)](#dc.utils.nameToId) ⇒ <code>String</code>\n        * [.appendOrSelect(parent, selector, tag)](#dc.utils.appendOrSelect) ⇒ <code>d3.selection</code>\n        * [.safeNumber(n)](#dc.utils.safeNumber) ⇒ <code>Number</code>\n        * [.arraysEqual(a1, a2)](#dc.utils.arraysEqual) ⇒ <code>Boolean</code>\n    * [.filters](#dc.filters) : <code>object</code>\n        * [.RangedFilter](#dc.filters.RangedFilter)\n            * [new RangedFilter(low, high)](#new_dc.filters.RangedFilter_new)\n        * [.TwoDimensionalFilter](#dc.filters.TwoDimensionalFilter)\n            * [new TwoDimensionalFilter(filter)](#new_dc.filters.TwoDimensionalFilter_new)\n        * [.RangedTwoDimensionalFilter](#dc.filters.RangedTwoDimensionalFilter)\n            * [new RangedTwoDimensionalFilter(filter)](#new_dc.filters.RangedTwoDimensionalFilter_new)\n        * [.HierarchyFilter](#dc.filters.HierarchyFilter)\n            * [new HierarchyFilter(path)](#new_dc.filters.HierarchyFilter_new)\n    * [.registerChart(chart, [group])](#dc.registerChart) ⇒ <code>undefined</code>\n    * [.deregisterChart(chart, [group])](#dc.deregisterChart) ⇒ <code>undefined</code>\n    * [.hasChart(chart)](#dc.hasChart) ⇒ <code>Boolean</code>\n    * [.deregisterAllCharts(group)](#dc.deregisterAllCharts) ⇒ <code>undefined</code>\n    * [.filterAll([group])](#dc.filterAll) ⇒ <code>undefined</code>\n    * [.refocusAll([group])](#dc.refocusAll) ⇒ <code>undefined</code>\n    * [.renderAll([group])](#dc.renderAll) ⇒ <code>undefined</code>\n    * [.redrawAll([group])](#dc.redrawAll) ⇒ <code>undefined</code>\n    * [.transition(selection, [duration], [delay], [name])](#dc.transition) ⇒ <code>d3.transition</code> \\| <code>d3.selection</code>\n    * [.pluck(n, [f])](#dc.pluck) ⇒ <code>function</code>\n\n<a name=\"dc.logger\"></a>\n\n### dc.logger\n**Kind**: static class of [<code>dc</code>](#dc)  \n\n* [.logger](#dc.logger)\n    * [new logger()](#new_dc.logger_new)\n    * [.enableDebugLog](#dc.logger+enableDebugLog)\n    * [.warn([msg])](#dc.logger+warn) ⇒ [<code>logger</code>](#dc.logger)\n    * [.warnOnce([msg])](#dc.logger+warnOnce) ⇒ [<code>logger</code>](#dc.logger)\n    * [.debug([msg])](#dc.logger+debug) ⇒ [<code>logger</code>](#dc.logger)\n    * [.deprecate([fn], [msg])](#dc.logger+deprecate) ⇒ <code>function</code>\n    * [.annotate([fn], [msg])](#dc.logger+annotate) ⇒ <code>function</code>\n\n<a name=\"new_dc.logger_new\"></a>\n\n#### new logger()\nProvides basis logging and deprecation utilities\n\n<a name=\"dc.logger+enableDebugLog\"></a>\n\n#### logger.enableDebugLog\nEnable debug level logging. Set to `false` by default.\n\n**Kind**: instance property of [<code>logger</code>](#dc.logger)  \n<a name=\"dc.logger+warn\"></a>\n\n#### logger.warn([msg]) ⇒ [<code>logger</code>](#dc.logger)\nPut a warning message to console\n\n**Kind**: instance method of [<code>logger</code>](#dc.logger)  \n\n| Param | Type |\n| --- | --- |\n| [msg] | <code>String</code> | \n\n**Example**  \n```js\ndc.logger.warn('Invalid use of .tension on CurveLinear');\n```\n<a name=\"dc.logger+warnOnce\"></a>\n\n#### logger.warnOnce([msg]) ⇒ [<code>logger</code>](#dc.logger)\nPut a warning message to console. It will warn only on unique messages.\n\n**Kind**: instance method of [<code>logger</code>](#dc.logger)  \n\n| Param | Type |\n| --- | --- |\n| [msg] | <code>String</code> | \n\n**Example**  \n```js\ndc.logger.warnOnce('Invalid use of .tension on CurveLinear');\n```\n<a name=\"dc.logger+debug\"></a>\n\n#### logger.debug([msg]) ⇒ [<code>logger</code>](#dc.logger)\nPut a debug message to console. It is controlled by `dc.logger.enableDebugLog`\n\n**Kind**: instance method of [<code>logger</code>](#dc.logger)  \n\n| Param | Type |\n| --- | --- |\n| [msg] | <code>String</code> | \n\n**Example**  \n```js\ndc.logger.debug('Total number of slices: ' + numSlices);\n```\n<a name=\"dc.logger+deprecate\"></a>\n\n#### logger.deprecate([fn], [msg]) ⇒ <code>function</code>\nUsed to deprecate a function. It will return a wrapped version of the function, which will\nwill issue a warning when invoked. The warning will be issued only once.\n\n**Kind**: instance method of [<code>logger</code>](#dc.logger)  \n\n| Param | Type |\n| --- | --- |\n| [fn] | <code>function</code> | \n| [msg] | <code>String</code> | \n\n**Example**  \n```js\n_chart.interpolate = dc.logger.deprecate(function (interpolate) {\n   if (!arguments.length) {\n       return _interpolate;\n   }\n   _interpolate = interpolate;\n   return _chart;\n}, 'dc.lineChart.interpolate has been deprecated since version 3.0 use dc.lineChart.curve instead');\n```\n<a name=\"dc.logger+annotate\"></a>\n\n#### logger.annotate([fn], [msg]) ⇒ <code>function</code>\nUsed to provide an informational message for a function. It will return a wrapped version of\nthe function, which will will issue a messsage with stack when invoked. The message will be\nissued only once.\n\n**Kind**: instance method of [<code>logger</code>](#dc.logger)  \n\n| Param | Type |\n| --- | --- |\n| [fn] | <code>function</code> | \n| [msg] | <code>String</code> | \n\n**Example**  \n```js\n_chart.interpolate = dc.logger.annotate(function (interpolate) {\n   if (!arguments.length) {\n       return _interpolate;\n   }\n   _interpolate = interpolate;\n   return _chart;\n}, 'dc.lineChart.interpolate has been annotated since version 3.0 use dc.lineChart.curve instead');\n```\n<a name=\"dc.config\"></a>\n\n### dc.config\n**Kind**: static class of [<code>dc</code>](#dc)  \n\n* [.config](#dc.config)\n    * [new config()](#new_dc.config_new)\n    * [.defaultColors([colors])](#dc.config+defaultColors) ⇒ <code>Array</code> \\| [<code>config</code>](#dc.config)\n\n<a name=\"new_dc.config_new\"></a>\n\n#### new config()\nGeneral configuration\n\n<a name=\"dc.config+defaultColors\"></a>\n\n#### config.defaultColors([colors]) ⇒ <code>Array</code> \\| [<code>config</code>](#dc.config)\nSet the default color scheme for ordinal charts. Changing it will impact all ordinal charts.\n\nBy default it is set to a copy of\n`d3.schemeCategory20c` for backward compatibility. This color scheme has been\n[removed from D3v5](https://github.com/d3/d3/blob/master/CHANGES.md#changes-in-d3-50).\nIn DC 3.1 release it will change to a more appropriate default.\n\n**Kind**: instance method of [<code>config</code>](#dc.config)  \n\n| Param | Type |\n| --- | --- |\n| [colors] | <code>Array</code> | \n\n**Example**  \n```js\ndc.config.defaultColors(d3.schemeSet1)\n```\n<a name=\"dc.pieChart\"></a>\n\n### dc.pieChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>capMixin</code>](#dc.capMixin), [<code>colorMixin</code>](#dc.colorMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.pieChart](#dc.pieChart)\n    * [new pieChart(parent, [chartGroup])](#new_dc.pieChart_new)\n    * [.slicesCap([cap])](#dc.pieChart+slicesCap) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.externalRadiusPadding([externalRadiusPadding])](#dc.pieChart+externalRadiusPadding) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.innerRadius([innerRadius])](#dc.pieChart+innerRadius) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.radius([radius])](#dc.pieChart+radius) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.cx([cx])](#dc.pieChart+cx) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.cy([cy])](#dc.pieChart+cy) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.minAngleForLabel([minAngleForLabel])](#dc.pieChart+minAngleForLabel) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.emptyTitle([title])](#dc.pieChart+emptyTitle) ⇒ <code>String</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.externalLabels([externalLabelRadius])](#dc.pieChart+externalLabels) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\n    * [.drawPaths([drawPaths])](#dc.pieChart+drawPaths) ⇒ <code>Boolean</code> \\| [<code>pieChart</code>](#dc.pieChart)\n\n<a name=\"new_dc.pieChart_new\"></a>\n\n#### new pieChart(parent, [chartGroup])\nThe pie chart implementation is usually used to visualize a small categorical distribution.  The pie\nchart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\nslice relative to the sum of all values. Slices are ordered by [ordering](#dc.baseMixin+ordering)\nwhich defaults to sorting by key.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a pie chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.pieChart('#chart-container1');\n// create a pie chart under #chart-container2 element using chart group A\nvar chart2 = dc.pieChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.pieChart+slicesCap\"></a>\n\n#### pieChart.slicesCap([cap]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the maximum number of slices the pie chart will generate. The top slices are determined by\nvalue from high to low. Other slices exceeding the cap will be rolled up into one single *Others* slice.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cap] | <code>Number</code> | \n\n<a name=\"dc.pieChart+externalRadiusPadding\"></a>\n\n#### pieChart.externalRadiusPadding([externalRadiusPadding]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the external radius padding of the pie chart. This will force the radius of the\npie chart to become smaller or larger depending on the value.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [externalRadiusPadding] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.pieChart+innerRadius\"></a>\n\n#### pieChart.innerRadius([innerRadius]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the inner radius of the pie chart. If the inner radius is greater than 0px then the\npie chart will be rendered as a doughnut chart.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [innerRadius] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.pieChart+radius\"></a>\n\n#### pieChart.radius([radius]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the outer radius. If the radius is not set, it will be half of the minimum of the\nchart width and height.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [radius] | <code>Number</code> | \n\n<a name=\"dc.pieChart+cx\"></a>\n\n#### pieChart.cx([cx]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set center x coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cx] | <code>Number</code> | \n\n<a name=\"dc.pieChart+cy\"></a>\n\n#### pieChart.cy([cy]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set center y coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [cy] | <code>Number</code> | \n\n<a name=\"dc.pieChart+minAngleForLabel\"></a>\n\n#### pieChart.minAngleForLabel([minAngleForLabel]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not\ndisplay a slice label.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minAngleForLabel] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.pieChart+emptyTitle\"></a>\n\n#### pieChart.emptyTitle([title]) ⇒ <code>String</code> \\| [<code>pieChart</code>](#dc.pieChart)\nTitle to use for the only slice when there is no data.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [title] | <code>String</code> | \n\n<a name=\"dc.pieChart+externalLabels\"></a>\n\n#### pieChart.externalLabels([externalLabelRadius]) ⇒ <code>Number</code> \\| [<code>pieChart</code>](#dc.pieChart)\nPosition slice labels offset from the outer edge of the chart.\n\nThe argument specifies the extra radius to be added for slice labels.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [externalLabelRadius] | <code>Number</code> | \n\n<a name=\"dc.pieChart+drawPaths\"></a>\n\n#### pieChart.drawPaths([drawPaths]) ⇒ <code>Boolean</code> \\| [<code>pieChart</code>](#dc.pieChart)\nGet or set whether to draw lines from pie slices to their labels.\n\n**Kind**: instance method of [<code>pieChart</code>](#dc.pieChart)  \n\n| Param | Type |\n| --- | --- |\n| [drawPaths] | <code>Boolean</code> | \n\n<a name=\"dc.sunburstChart\"></a>\n\n### dc.sunburstChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>capMixin</code>](#dc.capMixin), [<code>colorMixin</code>](#dc.colorMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.sunburstChart](#dc.sunburstChart)\n    * [new sunburstChart(parent, [chartGroup])](#new_dc.sunburstChart_new)\n    * [.innerRadius([innerRadius])](#dc.sunburstChart+innerRadius) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n    * [.radius([radius])](#dc.sunburstChart+radius) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n    * [.cx([cx])](#dc.sunburstChart+cx) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n    * [.cy([cy])](#dc.sunburstChart+cy) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n    * [.minAngleForLabel([minAngleForLabel])](#dc.sunburstChart+minAngleForLabel) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n    * [.emptyTitle([title])](#dc.sunburstChart+emptyTitle) ⇒ <code>String</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n    * [.externalLabels([externalLabelRadius])](#dc.sunburstChart+externalLabels) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\n\n<a name=\"new_dc.sunburstChart_new\"></a>\n\n#### new sunburstChart(parent, [chartGroup])\nThe sunburst chart implementation is usually used to visualize a small tree distribution.  The sunburst\nchart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\nslice relative to the sum of all values. Slices are ordered by [ordering](#dc.baseMixin+ordering) which defaults to sorting\nby key.\n\nThe keys used in the sunburst chart should be arrays, representing paths in the tree.\n\nWhen filtering, the sunburst chart creates instances of [HierarchyFilter](#dc.filters.HierarchyFilter).\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a sunburst chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.sunburstChart('#chart-container1');\n// create a sunburst chart under #chart-container2 element using chart group A\nvar chart2 = dc.sunburstChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.sunburstChart+innerRadius\"></a>\n\n#### sunburstChart.innerRadius([innerRadius]) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\nGet or set the inner radius of the sunburst chart. If the inner radius is greater than 0px then the\nsunburst chart will be rendered as a doughnut chart. Default inner radius is 0px.\n\n**Kind**: instance method of [<code>sunburstChart</code>](#dc.sunburstChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [innerRadius] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.sunburstChart+radius\"></a>\n\n#### sunburstChart.radius([radius]) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\nGet or set the outer radius. If the radius is not set, it will be half of the minimum of the\nchart width and height.\n\n**Kind**: instance method of [<code>sunburstChart</code>](#dc.sunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [radius] | <code>Number</code> | \n\n<a name=\"dc.sunburstChart+cx\"></a>\n\n#### sunburstChart.cx([cx]) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\nGet or set center x coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>sunburstChart</code>](#dc.sunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [cx] | <code>Number</code> | \n\n<a name=\"dc.sunburstChart+cy\"></a>\n\n#### sunburstChart.cy([cy]) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\nGet or set center y coordinate position. Default is center of svg.\n\n**Kind**: instance method of [<code>sunburstChart</code>](#dc.sunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [cy] | <code>Number</code> | \n\n<a name=\"dc.sunburstChart+minAngleForLabel\"></a>\n\n#### sunburstChart.minAngleForLabel([minAngleForLabel]) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\nGet or set the minimal slice angle for label rendering. Any slice with a smaller angle will not\ndisplay a slice label.\n\n**Kind**: instance method of [<code>sunburstChart</code>](#dc.sunburstChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minAngleForLabel] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.sunburstChart+emptyTitle\"></a>\n\n#### sunburstChart.emptyTitle([title]) ⇒ <code>String</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\nTitle to use for the only slice when there is no data.\n\n**Kind**: instance method of [<code>sunburstChart</code>](#dc.sunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [title] | <code>String</code> | \n\n<a name=\"dc.sunburstChart+externalLabels\"></a>\n\n#### sunburstChart.externalLabels([externalLabelRadius]) ⇒ <code>Number</code> \\| [<code>sunburstChart</code>](#dc.sunburstChart)\nPosition slice labels offset from the outer edge of the chart.\n\nThe argument specifies the extra radius to be added for slice labels.\n\n**Kind**: instance method of [<code>sunburstChart</code>](#dc.sunburstChart)  \n\n| Param | Type |\n| --- | --- |\n| [externalLabelRadius] | <code>Number</code> | \n\n<a name=\"dc.barChart\"></a>\n\n### dc.barChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>stackMixin</code>](#dc.stackMixin), [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.barChart](#dc.barChart)\n    * [new barChart(parent, [chartGroup])](#new_dc.barChart_new)\n    * [.centerBar([centerBar])](#dc.barChart+centerBar) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.barPadding([barPadding])](#dc.barChart+barPadding) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.outerPadding([padding])](#dc.barChart+outerPadding) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.gap([gap])](#dc.barChart+gap) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\n    * [.alwaysUseRounding([alwaysUseRounding])](#dc.barChart+alwaysUseRounding) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\n\n<a name=\"new_dc.barChart_new\"></a>\n\n#### new barChart(parent, [chartGroup])\nConcrete bar chart/histogram implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>compositeChart</code>](#dc.compositeChart) | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection.  If the bar chart is a sub-chart in a [Composite Chart](#dc.compositeChart) then pass in the parent composite chart instance instead. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bar chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.barChart('#chart-container1');\n// create a bar chart under #chart-container2 element using chart group A\nvar chart2 = dc.barChart('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.barChart(compositeChart);\n```\n<a name=\"dc.barChart+centerBar\"></a>\n\n#### barChart.centerBar([centerBar]) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\nWhether the bar chart will render each bar centered around the data position on the x-axis.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [centerBar] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.barChart+barPadding\"></a>\n\n#### barChart.barPadding([barPadding]) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\nGet or set the spacing between bars as a fraction of bar size. Valid values are between 0-1.\nSetting this value will also remove any previously set [gap](#dc.barChart+gap). See the\n[d3 docs](https://github.com/d3/d3-scale/blob/master/README.md#scaleBand)\nfor a visual description of how the padding is applied.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [barPadding] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.barChart+outerPadding\"></a>\n\n#### barChart.outerPadding([padding]) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\nGet or set the outer padding on an ordinal bar chart. This setting has no effect on non-ordinal charts.\nWill pad the width by `padding * barWidth` on each side of the chart.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.barChart+gap\"></a>\n\n#### barChart.gap([gap]) ⇒ <code>Number</code> \\| [<code>barChart</code>](#dc.barChart)\nManually set fixed gap (in px) between bars instead of relying on the default auto-generated\ngap.  By default the bar chart implementation will calculate and set the gap automatically\nbased on the number of data points and the length of the x axis.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>2</code> | \n\n<a name=\"dc.barChart+alwaysUseRounding\"></a>\n\n#### barChart.alwaysUseRounding([alwaysUseRounding]) ⇒ <code>Boolean</code> \\| [<code>barChart</code>](#dc.barChart)\nSet or get whether rounding is enabled when bars are centered. If false, using\nrounding with centered bars will result in a warning and rounding will be ignored.  This flag\nhas no effect if bars are not [centered](#dc.barChart+centerBar).\nWhen using standard d3.js rounding methods, the brush often doesn't align correctly with\ncentered bars since the bars are offset.  The rounding function must add an offset to\ncompensate, such as in the following example.\n\n**Kind**: instance method of [<code>barChart</code>](#dc.barChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [alwaysUseRounding] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.round(function(n) { return Math.floor(n) + 0.5; });\n```\n<a name=\"dc.lineChart\"></a>\n\n### dc.lineChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>stackMixin</code>](#dc.stackMixin), [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.lineChart](#dc.lineChart)\n    * [new lineChart(parent, [chartGroup])](#new_dc.lineChart_new)\n    * [.curve([curve])](#dc.lineChart+curve) ⇒ <code>d3.curve</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * ~~[.interpolate([interpolate])](#dc.lineChart+interpolate) ⇒ <code>d3.curve</code> \\| [<code>lineChart</code>](#dc.lineChart)~~\n    * ~~[.tension([tension])](#dc.lineChart+tension) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)~~\n    * [.defined([defined])](#dc.lineChart+defined) ⇒ <code>function</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.dashStyle([dashStyle])](#dc.lineChart+dashStyle) ⇒ <code>Array.&lt;Number&gt;</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.renderArea([renderArea])](#dc.lineChart+renderArea) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.xyTipsOn([xyTipsOn])](#dc.lineChart+xyTipsOn) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.dotRadius([dotRadius])](#dc.lineChart+dotRadius) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\n    * [.renderDataPoints([options])](#dc.lineChart+renderDataPoints) ⇒ <code>Object</code> \\| [<code>lineChart</code>](#dc.lineChart)\n\n<a name=\"new_dc.lineChart_new\"></a>\n\n#### new lineChart(parent, [chartGroup])\nConcrete line/area chart implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>compositeChart</code>](#dc.compositeChart) | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection.  If the line chart is a sub-chart in a [Composite Chart](#dc.compositeChart) then pass in the parent composite chart instance instead. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a line chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.lineChart('#chart-container1');\n// create a line chart under #chart-container2 element using chart group A\nvar chart2 = dc.lineChart('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.lineChart(compositeChart);\n```\n<a name=\"dc.lineChart+curve\"></a>\n\n#### lineChart.curve([curve]) ⇒ <code>d3.curve</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGets or sets the curve factory to use for lines and areas drawn, allowing e.g. step\nfunctions, splines, and cubic interpolation. Typically you would use one of the interpolator functions\nprovided by [d3 curves](https://github.com/d3/d3-shape/blob/master/README.md#curves).\n\nReplaces the use of [interpolate](#dc.lineChart+interpolate) and [tension](#dc.lineChart+tension)\nin dc.js < 3.0\n\nThis is passed to\n[line.curve](https://github.com/d3/d3-shape/blob/master/README.md#line_curve) and\n[area.curve](https://github.com/d3/d3-shape/blob/master/README.md#area_curve).\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**\n\n- [line.curve](https://github.com/d3/d3-shape/blob/master/README.md#line_curve)\n- [area.curve](https://github.com/d3/d3-shape/blob/master/README.md#area_curve)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [curve] | <code>d3.curve</code> | <code>d3.curveLinear</code> | \n\n**Example**  \n```js\n// default\nchart\n    .curve(d3.curveLinear);\n// Add tension to curves that support it\nchart\n    .curve(d3.curveCardinal.tension(0.5));\n// You can use some specialized variation like\n// https://en.wikipedia.org/wiki/Centripetal_Catmull%E2%80%93Rom_spline\nchart\n    .curve(d3.curveCatmullRom.alpha(0.5));\n```\n<a name=\"dc.lineChart+interpolate\"></a>\n\n#### ~~lineChart.interpolate([interpolate]) ⇒ <code>d3.curve</code> \\| [<code>lineChart</code>](#dc.lineChart)~~\n***Deprecated***\n\nGets or sets the interpolator to use for lines drawn, by string name, allowing e.g. step\nfunctions, splines, and cubic interpolation.\n\nPossible values are: 'linear', 'linear-closed', 'step', 'step-before', 'step-after', 'basis',\n'basis-open', 'basis-closed', 'bundle', 'cardinal', 'cardinal-open', 'cardinal-closed', and\n'monotone'.\n\nThis function exists for backward compatibility. Use [curve](#dc.lineChart+curve)\nwhich is generic and provides more options.\nValue set through `.curve` takes precedence over `.interpolate` and `.tension`.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**: [curve](#dc.lineChart+curve)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [interpolate] | <code>d3.curve</code> | <code>d3.curveLinear</code> | \n\n<a name=\"dc.lineChart+tension\"></a>\n\n#### ~~lineChart.tension([tension]) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)~~\n***Deprecated***\n\nGets or sets the tension to use for lines drawn, in the range 0 to 1.\n\nPassed to the [d3 curve function](https://github.com/d3/d3-shape/blob/master/README.md#curves)\nif it provides a `.tension` function. Example:\n[curveCardinal.tension](https://github.com/d3/d3-shape/blob/master/README.md#curveCardinal_tension).\n\nThis function exists for backward compatibility. Use [curve](#dc.lineChart+curve)\nwhich is generic and provides more options.\nValue set through `.curve` takes precedence over `.interpolate` and `.tension`.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**: [curve](#dc.lineChart+curve)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [tension] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.lineChart+defined\"></a>\n\n#### lineChart.defined([defined]) ⇒ <code>function</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGets or sets a function that will determine discontinuities in the line which should be\nskipped: the path will be broken into separate subpaths if some points are undefined.\nThis function is passed to\n[line.defined](https://github.com/d3/d3-shape/blob/master/README.md#line_defined)\n\nNote: crossfilter will sometimes coerce nulls to 0, so you may need to carefully write\ncustom reduce functions to get this to work, depending on your data. See\n[this GitHub comment](https://github.com/dc-js/dc.js/issues/615#issuecomment-49089248)\nfor more details and an example.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**: [line.defined](https://github.com/d3/d3-shape/blob/master/README.md#line_defined)  \n\n| Param | Type |\n| --- | --- |\n| [defined] | <code>function</code> | \n\n<a name=\"dc.lineChart+dashStyle\"></a>\n\n#### lineChart.dashStyle([dashStyle]) ⇒ <code>Array.&lt;Number&gt;</code> \\| [<code>lineChart</code>](#dc.lineChart)\nSet the line's d3 dashstyle. This value becomes the 'stroke-dasharray' of line. Defaults to empty\narray (solid line).\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n**See**: [stroke-dasharray](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [dashStyle] | <code>Array.&lt;Number&gt;</code> | <code>[]</code> | \n\n**Example**  \n```js\n// create a Dash Dot Dot Dot\nchart.dashStyle([3,1,1,1]);\n```\n<a name=\"dc.lineChart+renderArea\"></a>\n\n#### lineChart.renderArea([renderArea]) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGet or set render area flag. If the flag is set to true then the chart will render the area\nbeneath each line and the line chart effectively becomes an area chart.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderArea] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.lineChart+xyTipsOn\"></a>\n\n#### lineChart.xyTipsOn([xyTipsOn]) ⇒ <code>Boolean</code> \\| [<code>lineChart</code>](#dc.lineChart)\nTurn on/off the mouseover behavior of an individual data point which renders a circle and x/y axis\ndashed lines back to each respective axis.  This is ignored if the chart\n[brush](#dc.coordinateGridMixin+brushOn) is on\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xyTipsOn] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.lineChart+dotRadius\"></a>\n\n#### lineChart.dotRadius([dotRadius]) ⇒ <code>Number</code> \\| [<code>lineChart</code>](#dc.lineChart)\nGet or set the radius (in px) for dots displayed on the data points.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [dotRadius] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.lineChart+renderDataPoints\"></a>\n\n#### lineChart.renderDataPoints([options]) ⇒ <code>Object</code> \\| [<code>lineChart</code>](#dc.lineChart)\nAlways show individual dots for each datapoint.\n\nIf `options` is falsy, it disables data point rendering. If no `options` are provided, the\ncurrent `options` values are instead returned.\n\n**Kind**: instance method of [<code>lineChart</code>](#dc.lineChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [options] | <code>Object</code> | <code>{fillOpacity: 0.8, strokeOpacity: 0.0, radius: 2}</code> | \n\n**Example**  \n```js\nchart.renderDataPoints({radius: 2, fillOpacity: 0.8, strokeOpacity: 0.0})\n```\n<a name=\"dc.dataCount\"></a>\n\n### dc.dataCount\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.dataCount](#dc.dataCount)\n    * [new dataCount(parent, [chartGroup])](#new_dc.dataCount_new)\n    * [.html([options])](#dc.dataCount+html) ⇒ <code>Object</code> \\| [<code>dataCount</code>](#dc.dataCount)\n    * [.formatNumber([formatter])](#dc.dataCount+formatNumber) ⇒ <code>function</code> \\| [<code>dataCount</code>](#dc.dataCount)\n\n<a name=\"new_dc.dataCount_new\"></a>\n\n#### new dataCount(parent, [chartGroup])\nThe data count widget is a simple widget designed to display the number of records selected by the\ncurrent filters out of the total number of records in the data set. Once created the data count widget\nwill automatically update the text content of child elements with the following classes:\n\n* `.total-count` - total number of records\n* `.filter-count` - number of records matched by the current filters\n\nNote: this widget works best for the specific case of showing the number of records out of a\ntotal. If you want a more general-purpose numeric display, please use the\n[numberDisplay](#dc.numberDisplay) widget instead.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\nvar ndx = crossfilter(data);\nvar all = ndx.groupAll();\n\ndc.dataCount('.dc-data-count')\n    .crossfilter(ndx)\n    .groupAll(all);\n```\n<a name=\"dc.dataCount+html\"></a>\n\n#### dataCount.html([options]) ⇒ <code>Object</code> \\| [<code>dataCount</code>](#dc.dataCount)\nGets or sets an optional object specifying HTML templates to use depending how many items are\nselected. The text `%total-count` will replaced with the total number of records, and the text\n`%filter-count` will be replaced with the number of selected records.\n- all: HTML template to use if all items are selected\n- some: HTML template to use if not all items are selected\n\n**Kind**: instance method of [<code>dataCount</code>](#dc.dataCount)  \n\n| Param | Type |\n| --- | --- |\n| [options] | <code>Object</code> | \n\n**Example**  \n```js\ncounter.html({\n     some: '%filter-count out of %total-count records selected',\n     all: 'All records selected. Click on charts to apply filters'\n})\n```\n<a name=\"dc.dataCount+formatNumber\"></a>\n\n#### dataCount.formatNumber([formatter]) ⇒ <code>function</code> \\| [<code>dataCount</code>](#dc.dataCount)\nGets or sets an optional function to format the filter count and total count.\n\n**Kind**: instance method of [<code>dataCount</code>](#dc.dataCount)  \n**See**: [d3.format](https://github.com/d3/d3-format/blob/master/README.md#format)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [formatter] | <code>function</code> | <code>d3.format(&#x27;.2g&#x27;)</code> | \n\n**Example**  \n```js\ncounter.formatNumber(d3.format('.2g'))\n```\n<a name=\"dc.dataTable\"></a>\n\n### dc.dataTable\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.dataTable](#dc.dataTable)\n    * [new dataTable(parent, [chartGroup])](#new_dc.dataTable_new)\n    * [.section(section)](#dc.dataTable+section) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.group(groupFunction)](#dc.dataTable+group) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.size([size])](#dc.dataTable+size) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.beginSlice([beginSlice])](#dc.dataTable+beginSlice) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.endSlice([endSlice])](#dc.dataTable+endSlice) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.columns([columns])](#dc.dataTable+columns) ⇒ <code>Array.&lt;function()&gt;</code>\n    * [.sortBy([sortBy])](#dc.dataTable+sortBy) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.order([order])](#dc.dataTable+order) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.showSections([showSections])](#dc.dataTable+showSections) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\n    * [.showGroups([showGroups])](#dc.dataTable+showGroups) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\n\n<a name=\"new_dc.dataTable_new\"></a>\n\n#### new dataTable(parent, [chartGroup])\nThe data table is a simple widget designed to list crossfilter focused data set (rows being\nfiltered) in a good old tabular fashion.\n\nAn interesting feature of the data table is that you can pass a crossfilter group to the\n`dimension`, if you want to show aggregated data instead of raw data rows. This requires no\nspecial code as long as you specify the [order](#dc.dataTable+order) as `d3.descending`,\nsince the data table will use `dimension.top()` to fetch the data in that case, and the method is\nequally supported on the crossfilter group as the crossfilter dimension.\n\nIf you want to display aggregated data in ascending order, you will need to wrap the group\nin a [fake dimension](https://github.com/dc-js/dc.js/wiki/FAQ#fake-dimensions) to support the\n`.bottom()` method. See the example linked below for more details.\n\nNote: Formerly the data table (and data grid chart) used the [group](#dc.dataTable+group) attribute as a\nkeying function for [nesting](https://github.com/d3/d3-collection/blob/master/README.md#nest) the data\ntogether in sections.  This was confusing so it has been renamed to `section`, although `group` still works.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [dataTable on a crossfilter group](http://dc-js.github.io/dc.js/examples/table-on-aggregated-data.html)\n([source](https://github.com/dc-js/dc.js/blob/develop/web/examples/table-on-aggregated-data.html))\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n<a name=\"dc.dataTable+section\"></a>\n\n#### dataTable.section(section) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the section function for the data table. The section function takes a data row and\nreturns the key to specify to [d3.nest](https://github.com/d3/d3-collection/blob/master/README.md#nest)\nto split rows into sections. By default there will be only one section with no name.\n\nSet [showSections](#dc.dataTable+showSections) to false to hide the section headers\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| section | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n**Example**  \n```js\n// section rows by the value of their field\nchart\n    .section(function(d) { return d.field; })\n```\n<a name=\"dc.dataTable+group\"></a>\n\n#### dataTable.group(groupFunction) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\nBackward-compatible synonym for [section](#dc.dataTable+section).\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| groupFunction | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n<a name=\"dc.dataTable+size\"></a>\n\n#### dataTable.size([size]) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the table size which determines the number of rows displayed by the widget.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [size] | <code>Number</code> | <code>25</code> | \n\n<a name=\"dc.dataTable+beginSlice\"></a>\n\n#### dataTable.beginSlice([beginSlice]) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the index of the beginning slice which determines which entries get displayed\nby the widget. Useful when implementing pagination.\n\nNote: the sortBy function will determine how the rows are ordered for pagination purposes.\nSee the [table pagination example](http://dc-js.github.io/dc.js/examples/table-pagination.html)\nto see how to implement the pagination user interface using `beginSlice` and `endSlice`.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [beginSlice] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.dataTable+endSlice\"></a>\n\n#### dataTable.endSlice([endSlice]) ⇒ <code>Number</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set the index of the end slice which determines which entries get displayed by the\nwidget. Useful when implementing pagination. See [`beginSlice`](#dc.dataTable+beginSlice) for more information.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type |\n| --- | --- |\n| [endSlice] | <code>Number</code> \\| <code>undefined</code> | \n\n<a name=\"dc.dataTable+columns\"></a>\n\n#### dataTable.columns([columns]) ⇒ <code>Array.&lt;function()&gt;</code>\nGet or set column functions. The data table widget supports several methods of specifying the\ncolumns to display.\n\nThe original method uses an array of functions to generate dynamic columns. Column functions\nare simple javascript functions with only one input argument `d` which represents a row in\nthe data set. The return value of these functions will be used to generate the content for\neach cell. However, this method requires the HTML for the table to have a fixed set of column\nheaders.\n\n<pre><code>chart.columns([\n    function(d) { return d.date; },\n    function(d) { return d.open; },\n    function(d) { return d.close; },\n    function(d) { return numberFormat(d.close - d.open); },\n    function(d) { return d.volume; }\n]);\n</code></pre>\n\nIn the second method, you can list the columns to read from the data without specifying it as\na function, except where necessary (ie, computed columns).  Note the data element name is\ncapitalized when displayed in the table header. You can also mix in functions as necessary,\nusing the third `{label, format}` form, as shown below.\n\n<pre><code>chart.columns([\n    \"date\",    // d[\"date\"], ie, a field accessor; capitalized automatically\n    \"open\",    // ...\n    \"close\",   // ...\n    {\n        label: \"Change\",\n        format: function (d) {\n            return numberFormat(d.close - d.open);\n        }\n    },\n    \"volume\"   // d[\"volume\"], ie, a field accessor; capitalized automatically\n]);\n</code></pre>\n\nIn the third example, we specify all fields using the `{label, format}` method:\n<pre><code>chart.columns([\n    {\n        label: \"Date\",\n        format: function (d) { return d.date; }\n    },\n    {\n        label: \"Open\",\n        format: function (d) { return numberFormat(d.open); }\n    },\n    {\n        label: \"Close\",\n        format: function (d) { return numberFormat(d.close); }\n    },\n    {\n        label: \"Change\",\n        format: function (d) { return numberFormat(d.close - d.open); }\n    },\n    {\n        label: \"Volume\",\n        format: function (d) { return d.volume; }\n    }\n]);\n</code></pre>\n\nYou may wish to override the dataTable functions `_doColumnHeaderCapitalize` and\n`_doColumnHeaderFnToString`, which are used internally to translate the column information or\nfunction into a displayed header. The first one is used on the \"string\" column specifier; the\nsecond is used to transform a stringified function into something displayable. For the Stock\nexample, the function for Change becomes the table header **d.close - d.open**.\n\nFinally, you can even specify a completely different form of column definition. To do this,\noverride `_chart._doColumnHeaderFormat` and `_chart._doColumnValueFormat` Be aware that\nfields without numberFormat specification will be displayed just as they are stored in the\ndata, unformatted.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n**Returns**: <code>Array.&lt;function()&gt;</code> - |dc.dataTable}  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [columns] | <code>Array.&lt;function()&gt;</code> | <code>[]</code> | \n\n<a name=\"dc.dataTable+sortBy\"></a>\n\n#### dataTable.sortBy([sortBy]) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set sort-by function. This function works as a value accessor at row level and returns a\nparticular field to be sorted by.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortBy] | <code>function</code> | <code>identity function</code> | \n\n**Example**  \n```js\nchart.sortBy(function(d) {\n    return d.date;\n});\n```\n<a name=\"dc.dataTable+order\"></a>\n\n#### dataTable.order([order]) ⇒ <code>function</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set sort order. If the order is `d3.ascending`, the data table will use\n`dimension().bottom()` to fetch the data; otherwise it will use `dimension().top()`\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending)\n- [d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [order] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.order(d3.descending);\n```\n<a name=\"dc.dataTable+showSections\"></a>\n\n#### dataTable.showSections([showSections]) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\nGet or set if section header rows will be shown.\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [showSections] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\nchart\n    .section([value], [name])\n    .showSections(true|false);\n```\n<a name=\"dc.dataTable+showGroups\"></a>\n\n#### dataTable.showGroups([showGroups]) ⇒ <code>Boolean</code> \\| [<code>dataTable</code>](#dc.dataTable)\nBackward-compatible synonym for [showSections](#dc.dataTable+showSections).\n\n**Kind**: instance method of [<code>dataTable</code>](#dc.dataTable)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [showGroups] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.dataGrid\"></a>\n\n### dc.dataGrid\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.dataGrid](#dc.dataGrid)\n    * [new dataGrid(parent, [chartGroup])](#new_dc.dataGrid_new)\n    * [.section(section)](#dc.dataGrid+section) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.group(groupFunction)](#dc.dataGrid+group) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.beginSlice([beginSlice])](#dc.dataGrid+beginSlice) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.endSlice([endSlice])](#dc.dataGrid+endSlice) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.size([size])](#dc.dataGrid+size) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.html([html])](#dc.dataGrid+html) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.htmlSection([htmlSection])](#dc.dataGrid+htmlSection) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.htmlGroup([htmlGroup])](#dc.dataGrid+htmlGroup) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.sortBy([sortByFunction])](#dc.dataGrid+sortBy) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n    * [.order([order])](#dc.dataGrid+order) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\n\n<a name=\"new_dc.dataGrid_new\"></a>\n\n#### new dataGrid(parent, [chartGroup])\nData grid is a simple widget designed to list the filtered records, providing\na simple way to define how the items are displayed.\n\n\nNote: Formerly the data grid chart (and data table) used the [group](#dc.dataGrid+group) attribute as a\nkeying function for [nesting](https://github.com/d3/d3-collection/blob/master/README.md#nest) the data\ntogether in sections.  This was confusing so it has been renamed to `section`, although `group` still works.\n\nExamples:\n- [List of members of the european parliament](http://europarl.me/dc.js/web/ep/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n<a name=\"dc.dataGrid+section\"></a>\n\n#### dataGrid.section(section) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the section function for the data grid. The section function takes a data row and\nreturns the key to specify to [d3.nest](https://github.com/d3/d3-collection/blob/master/README.md#nest)\nto split rows into sections.\n\nDo not pass in a crossfilter section as this will not work.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| section | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n**Example**  \n```js\n// section rows by the value of their field\nchart\n    .section(function(d) { return d.field; })\n```\n<a name=\"dc.dataGrid+group\"></a>\n\n#### dataGrid.group(groupFunction) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nBackward-compatible synonym for [section](#dc.dataGrid+section).\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| groupFunction | <code>function</code> | Function taking a row of data and returning the nest key. |\n\n<a name=\"dc.dataGrid+beginSlice\"></a>\n\n#### dataGrid.beginSlice([beginSlice]) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the index of the beginning slice which determines which entries get displayed by the widget.\nUseful when implementing pagination.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [beginSlice] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.dataGrid+endSlice\"></a>\n\n#### dataGrid.endSlice([endSlice]) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the index of the end slice which determines which entries get displayed by the widget.\nUseful when implementing pagination.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [endSlice] | <code>Number</code> | \n\n<a name=\"dc.dataGrid+size\"></a>\n\n#### dataGrid.size([size]) ⇒ <code>Number</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the grid size which determines the number of items displayed by the widget.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [size] | <code>Number</code> | <code>999</code> | \n\n<a name=\"dc.dataGrid+html\"></a>\n\n#### dataGrid.html([html]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the function that formats an item. The data grid widget uses a\nfunction to generate dynamic html. Use your favourite templating engine or\ngenerate the string directly.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [html] | <code>function</code> | \n\n**Example**  \n```js\nchart.html(function (d) { return '<div class='item '+data.exampleCategory+''>'+data.exampleString+'</div>';});\n```\n<a name=\"dc.dataGrid+htmlSection\"></a>\n\n#### dataGrid.htmlSection([htmlSection]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set the function that formats a section label.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [htmlSection] | <code>function</code> | \n\n**Example**  \n```js\nchart.htmlSection (function (d) { return '<h2>'.d.key . 'with ' . d.values.length .' items</h2>'});\n```\n<a name=\"dc.dataGrid+htmlGroup\"></a>\n\n#### dataGrid.htmlGroup([htmlGroup]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nBackward-compatible synonym for [htmlSection](#dc.dataGrid+htmlSection).\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [htmlGroup] | <code>function</code> | \n\n<a name=\"dc.dataGrid+sortBy\"></a>\n\n#### dataGrid.sortBy([sortByFunction]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set sort-by function. This function works as a value accessor at the item\nlevel and returns a particular field to be sorted.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n\n| Param | Type |\n| --- | --- |\n| [sortByFunction] | <code>function</code> | \n\n**Example**  \n```js\nchart.sortBy(function(d) {\n    return d.date;\n});\n```\n<a name=\"dc.dataGrid+order\"></a>\n\n#### dataGrid.order([order]) ⇒ <code>function</code> \\| [<code>dataGrid</code>](#dc.dataGrid)\nGet or set sort the order function.\n\n**Kind**: instance method of [<code>dataGrid</code>](#dc.dataGrid)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending)\n- [d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [order] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.order(d3.descending);\n```\n<a name=\"dc.bubbleChart\"></a>\n\n### dc.bubbleChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>bubbleMixin</code>](#dc.bubbleMixin), [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.bubbleChart](#dc.bubbleChart)\n    * [new bubbleChart(parent, [chartGroup])](#new_dc.bubbleChart_new)\n    * [.elasticRadius([elasticRadius])](#dc.bubbleChart+elasticRadius) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\n    * [.sortBubbleSize([sortBubbleSize])](#dc.bubbleChart+sortBubbleSize) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\n\n<a name=\"new_dc.bubbleChart_new\"></a>\n\n#### new bubbleChart(parent, [chartGroup])\nA concrete implementation of a general purpose bubble chart that allows data visualization using the\nfollowing dimensions:\n- x axis position\n- y axis position\n- bubble radius\n- color\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bubble chart under #chart-container1 element using the default global chart group\nvar bubbleChart1 = dc.bubbleChart('#chart-container1');\n// create a bubble chart under #chart-container2 element using chart group A\nvar bubbleChart2 = dc.bubbleChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.bubbleChart+elasticRadius\"></a>\n\n#### bubbleChart.elasticRadius([elasticRadius]) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\nTurn on or off the elastic bubble radius feature, or return the value of the flag. If this\nfeature is turned on, then bubble radii will be automatically rescaled to fit the chart better.\n\n**Kind**: instance method of [<code>bubbleChart</code>](#dc.bubbleChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticRadius] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.bubbleChart+sortBubbleSize\"></a>\n\n#### bubbleChart.sortBubbleSize([sortBubbleSize]) ⇒ <code>Boolean</code> \\| [<code>bubbleChart</code>](#dc.bubbleChart)\nTurn on or off the bubble sorting feature, or return the value of the flag. If enabled,\nbubbles will be sorted by their radius, with smaller bubbles in front.\n\n**Kind**: instance method of [<code>bubbleChart</code>](#dc.bubbleChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortBubbleSize] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart\"></a>\n\n### dc.compositeChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.compositeChart](#dc.compositeChart)\n    * [new compositeChart(parent, [chartGroup])](#new_dc.compositeChart_new)\n    * [.useRightAxisGridLines([useRightAxisGridLines])](#dc.compositeChart+useRightAxisGridLines) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.childOptions([childOptions])](#dc.compositeChart+childOptions) ⇒ <code>Object</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.rightYAxisLabel([rightYAxisLabel], [padding])](#dc.compositeChart+rightYAxisLabel) ⇒ <code>String</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.compose([subChartArray])](#dc.compositeChart+compose) ⇒ [<code>compositeChart</code>](#dc.compositeChart)\n    * [.children()](#dc.compositeChart+children) ⇒ [<code>Array.&lt;baseMixin&gt;</code>](#dc.baseMixin)\n    * [.shareColors([shareColors])](#dc.compositeChart+shareColors) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.shareTitle([shareTitle])](#dc.compositeChart+shareTitle) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.rightY([yScale])](#dc.compositeChart+rightY) ⇒ <code>d3.scale</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n    * [.alignYAxes([alignYAxes])](#dc.compositeChart+alignYAxes) ⇒ <code>Chart</code>\n    * [.rightYAxis([rightYAxis])](#dc.compositeChart+rightYAxis) ⇒ <code>d3.axisRight</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\n\n<a name=\"new_dc.compositeChart_new\"></a>\n\n#### new compositeChart(parent, [chartGroup])\nComposite charts are a special kind of chart that render multiple charts on the same Coordinate\nGrid. You can overlay (compose) different bar/line/area charts in a single composite chart to\nachieve some quite flexible charting effects.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a composite chart under #chart-container1 element using the default global chart group\nvar compositeChart1 = dc.compositeChart('#chart-container1');\n// create a composite chart under #chart-container2 element using chart group A\nvar compositeChart2 = dc.compositeChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.compositeChart+useRightAxisGridLines\"></a>\n\n#### compositeChart.useRightAxisGridLines([useRightAxisGridLines]) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set whether to draw gridlines from the right y axis.  Drawing from the left y axis is the\ndefault behavior. This option is only respected when subcharts with both left and right y-axes\nare present.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useRightAxisGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+childOptions\"></a>\n\n#### compositeChart.childOptions([childOptions]) ⇒ <code>Object</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set chart-specific options for all child charts. This is equivalent to calling\n[.options](#dc.baseMixin+options) on each child chart.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [childOptions] | <code>Object</code> | \n\n<a name=\"dc.compositeChart+rightYAxisLabel\"></a>\n\n#### compositeChart.rightYAxisLabel([rightYAxisLabel], [padding]) ⇒ <code>String</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nSet or get the right y axis label.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [rightYAxisLabel] | <code>String</code> | \n| [padding] | <code>Number</code> | \n\n<a name=\"dc.compositeChart+compose\"></a>\n\n#### compositeChart.compose([subChartArray]) ⇒ [<code>compositeChart</code>](#dc.compositeChart)\nCombine the given charts into one single composite coordinate grid chart.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type |\n| --- | --- |\n| [subChartArray] | <code>Array.&lt;Chart&gt;</code> | \n\n**Example**  \n```js\nmoveChart.compose([\n    // when creating sub-chart you need to pass in the parent chart\n    dc.lineChart(moveChart)\n        .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used\n        .valueAccessor(function (d){return d.value.avg;})\n        // most of the normal functions will continue to work in a composed chart\n        .renderArea(true)\n        .stack(monthlyMoveGroup, function (d){return d.value;})\n        .title(function (d){\n            var value = d.value.avg?d.value.avg:d.value;\n            if(isNaN(value)) value = 0;\n            return dateFormat(d.key) + '\\n' + numberFormat(value);\n        }),\n    dc.barChart(moveChart)\n        .group(volumeByMonthGroup)\n        .centerBar(true)\n]);\n```\n<a name=\"dc.compositeChart+children\"></a>\n\n#### compositeChart.children() ⇒ [<code>Array.&lt;baseMixin&gt;</code>](#dc.baseMixin)\nReturns the child charts which are composed into the composite chart.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n<a name=\"dc.compositeChart+shareColors\"></a>\n\n#### compositeChart.shareColors([shareColors]) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set color sharing for the chart. If set, the [.colors()](#dc.colorMixin+colors) value from this chart\nwill be shared with composed children. Additionally if the child chart implements\nStackable and has not set a custom .colorAccessor, then it will generate a color\nspecific to its order in the composition.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [shareColors] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+shareTitle\"></a>\n\n#### compositeChart.shareTitle([shareTitle]) ⇒ <code>Boolean</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set title sharing for the chart. If set, the [.title()](#dc.baseMixin+title) value from\nthis chart will be shared with composed children.\n\nNote: currently you must call this before `compose` or the child will still get the parent's\n`title` function!\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [shareTitle] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.compositeChart+rightY\"></a>\n\n#### compositeChart.rightY([yScale]) ⇒ <code>d3.scale</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nGet or set the y scale for the right axis. The right y scale is typically automatically\ngenerated by the chart implementation.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [yScale] | <code>d3.scale</code> | \n\n<a name=\"dc.compositeChart+alignYAxes\"></a>\n\n#### compositeChart.alignYAxes([alignYAxes]) ⇒ <code>Chart</code>\nGet or set alignment between left and right y axes. A line connecting '0' on both y axis\nwill be parallel to x axis. This only has effect when [elasticY](#dc.coordinateGridMixin+elasticY) is true.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [alignYAxes] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.compositeChart+rightYAxis\"></a>\n\n#### compositeChart.rightYAxis([rightYAxis]) ⇒ <code>d3.axisRight</code> \\| [<code>compositeChart</code>](#dc.compositeChart)\nSet or get the right y axis used by the composite chart. This function is most useful when y\naxis customization is required. The y axis in dc.js is an instance of a\n[d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight) therefore it supports any valid\nd3 axis manipulation.\n\n**Caution**: The right y axis is usually generated internally by dc; resetting it may cause\nunexpected results.  Note also that when used as a getter, this function is not chainable: it\nreturns the axis, not the chart,\n{@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\nso attempting to call chart functions after calling `.yAxis()` will fail}.\n\n**Kind**: instance method of [<code>compositeChart</code>](#dc.compositeChart)  \n**See**: [https://github.com/d3/d3-axis/blob/master/README.md#axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight)  \n\n| Param | Type |\n| --- | --- |\n| [rightYAxis] | <code>d3.axisRight</code> | \n\n**Example**  \n```js\n// customize y axis tick format\nchart.rightYAxis().tickFormat(function (v) {return v + '%';});\n// customize y axis tick values\nchart.rightYAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.seriesChart\"></a>\n\n### dc.seriesChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>compositeChart</code>](#dc.compositeChart)  \n\n* [.seriesChart](#dc.seriesChart)\n    * [new seriesChart(parent, [chartGroup])](#new_dc.seriesChart_new)\n    * [.chart([chartFunction])](#dc.seriesChart+chart) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n    * [.seriesAccessor([accessor])](#dc.seriesChart+seriesAccessor) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n    * [.seriesSort([sortFunction])](#dc.seriesChart+seriesSort) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n    * [.valueSort([sortFunction])](#dc.seriesChart+valueSort) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n\n<a name=\"new_dc.seriesChart_new\"></a>\n\n#### new seriesChart(parent, [chartGroup])\nA series chart is a chart that shows multiple series of data overlaid on one chart, where the\nseries is specified in the data. It is a specialization of Composite Chart and inherits all\ncomposite features other than recomposing the chart.\n\nExamples:\n- [Series Chart](http://dc-js.github.io/dc.js/examples/series.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a series chart under #chart-container1 element using the default global chart group\nvar seriesChart1 = dc.seriesChart(\"#chart-container1\");\n// create a series chart under #chart-container2 element using chart group A\nvar seriesChart2 = dc.seriesChart(\"#chart-container2\", \"chartGroupA\");\n```\n<a name=\"dc.seriesChart+chart\"></a>\n\n#### seriesChart.chart([chartFunction]) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\nGet or set the chart function, which generates the child charts.\n\n**Kind**: instance method of [<code>seriesChart</code>](#dc.seriesChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [chartFunction] | <code>function</code> | <code>dc.lineChart</code> | \n\n**Example**  \n```js\n// put curve on the line charts used for the series\nchart.chart(function(c) { return dc.lineChart(c).curve(d3.curveBasis); })\n// do a scatter series chart\nchart.chart(dc.scatterPlot)\n```\n<a name=\"dc.seriesChart+seriesAccessor\"></a>\n\n#### seriesChart.seriesAccessor([accessor]) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\n**mandatory**\n\nGet or set accessor function for the displayed series. Given a datum, this function\nshould return the series that datum belongs to.\n\n**Kind**: instance method of [<code>seriesChart</code>](#dc.seriesChart)  \n\n| Param | Type |\n| --- | --- |\n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// simple series accessor\nchart.seriesAccessor(function(d) { return \"Expt: \" + d.key[0]; })\n```\n<a name=\"dc.seriesChart+seriesSort\"></a>\n\n#### seriesChart.seriesSort([sortFunction]) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\nGet or set a function to sort the list of series by, given series values.\n\n**Kind**: instance method of [<code>seriesChart</code>](#dc.seriesChart)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending)\n- [d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [sortFunction] | <code>function</code> | <code>d3.ascending</code> | \n\n**Example**  \n```js\nchart.seriesSort(d3.descending);\n```\n<a name=\"dc.seriesChart+valueSort\"></a>\n\n#### seriesChart.valueSort([sortFunction]) ⇒ <code>function</code> \\| [<code>seriesChart</code>](#dc.seriesChart)\nGet or set a function to sort each series values by. By default this is the key accessor which,\nfor example, will ensure a lineChart series connects its points in increasing key/x order,\nrather than haphazardly.\n\n**Kind**: instance method of [<code>seriesChart</code>](#dc.seriesChart)  \n**See**\n\n- [d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending)\n- [d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending)\n\n\n| Param | Type |\n| --- | --- |\n| [sortFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Default value sort\n_chart.valueSort(function keySort (a, b) {\n    return d3.ascending(_chart.keyAccessor()(a), _chart.keyAccessor()(b));\n});\n```\n<a name=\"dc.geoChoroplethChart\"></a>\n\n### dc.geoChoroplethChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>colorMixin</code>](#dc.colorMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.geoChoroplethChart](#dc.geoChoroplethChart)\n    * [new geoChoroplethChart(parent, [chartGroup])](#new_dc.geoChoroplethChart_new)\n    * [.overlayGeoJson(json, name, keyAccessor)](#dc.geoChoroplethChart+overlayGeoJson) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n    * [.projection([projection])](#dc.geoChoroplethChart+projection) ⇒ <code>d3.projection</code> \\| [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n    * [.geoJsons()](#dc.geoChoroplethChart+geoJsons) ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\n    * [.geoPath()](#dc.geoChoroplethChart+geoPath) ⇒ <code>d3.geoPath</code>\n    * [.removeGeoJson(name)](#dc.geoChoroplethChart+removeGeoJson) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n\n<a name=\"new_dc.geoChoroplethChart_new\"></a>\n\n#### new geoChoroplethChart(parent, [chartGroup])\nThe geo choropleth chart is designed as an easy way to create a crossfilter driven choropleth map\nfrom GeoJson data. This chart implementation was inspired by\n[the great d3 choropleth example](http://bl.ocks.org/4060606).\n\nExamples:\n- [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a choropleth chart under '#us-chart' element using the default global chart group\nvar chart1 = dc.geoChoroplethChart('#us-chart');\n// create a choropleth chart under '#us-chart2' element using chart group A\nvar chart2 = dc.compositeChart('#us-chart2', 'chartGroupA');\n```\n<a name=\"dc.geoChoroplethChart+overlayGeoJson\"></a>\n\n#### geoChoroplethChart.overlayGeoJson(json, name, keyAccessor) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\n**mandatory**\n\nUse this function to insert a new GeoJson map layer. This function can be invoked multiple times\nif you have multiple GeoJson data layers to render on top of each other. If you overlay multiple\nlayers with the same name the new overlay will override the existing one.\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n**See**\n\n- [GeoJSON](http://geojson.org/)\n- [TopoJSON](https://github.com/topojson/topojson/wiki)\n- [topojson.feature](https://github.com/topojson/topojson-1.x-api-reference/blob/master/API-Reference.md#wiki-feature)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| json | <code>geoJson</code> | a geojson feed |\n| name | <code>String</code> | name of the layer |\n| keyAccessor | <code>function</code> | accessor function used to extract 'key' from the GeoJson data. The key extracted by this function should match the keys returned by the crossfilter groups. |\n\n**Example**  \n```js\n// insert a layer for rendering US states\nchart.overlayGeoJson(statesJson.features, 'state', function(d) {\n     return d.properties.name;\n});\n```\n<a name=\"dc.geoChoroplethChart+projection\"></a>\n\n#### geoChoroplethChart.projection([projection]) ⇒ <code>d3.projection</code> \\| [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\nGets or sets a custom geo projection function. See the available\n[d3 geo projection functions](https://github.com/d3/d3-geo/blob/master/README.md#projections).\n\nStarting version 3.0 it has been deprecated to rely on the default projection being\n[d3.geoAlbersUsa()](https://github.com/d3/d3-geo/blob/master/README.md#geoAlbersUsa). Please\nset it explicitly. {@link https://bl.ocks.org/mbostock/5557726\nConsidering that `null` is also a valid value for projection}, if you need\nprojection to be `null` please set it explicitly to `null`.\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n**See**\n\n- [d3.projection](https://github.com/d3/d3-geo/blob/master/README.md#projections)\n- [d3-geo-projection](https://github.com/d3/d3-geo-projection)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [projection] | <code>d3.projection</code> | <code>d3.geoAlbersUsa()</code> | \n\n<a name=\"dc.geoChoroplethChart+geoJsons\"></a>\n\n#### geoChoroplethChart.geoJsons() ⇒ <code>Array.&lt;{name:String, data: Object, accessor: function()}&gt;</code>\nReturns all GeoJson layers currently registered with this chart. The returned array is a\nreference to this chart's internal data structure, so any modification to this array will also\nmodify this chart's internal registration.\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n<a name=\"dc.geoChoroplethChart+geoPath\"></a>\n\n#### geoChoroplethChart.geoPath() ⇒ <code>d3.geoPath</code>\nReturns the [d3.geoPath](https://github.com/d3/d3-geo/blob/master/README.md#paths) object used to\nrender the projection and features.  Can be useful for figuring out the bounding box of the\nfeature set and thus a way to calculate scale and translation for the projection.\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n**See**: [d3.geoPath](https://github.com/d3/d3-geo/blob/master/README.md#paths)  \n<a name=\"dc.geoChoroplethChart+removeGeoJson\"></a>\n\n#### geoChoroplethChart.removeGeoJson(name) ⇒ [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)\nRemove a GeoJson layer from this chart by name\n\n**Kind**: instance method of [<code>geoChoroplethChart</code>](#dc.geoChoroplethChart)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n\n<a name=\"dc.bubbleOverlay\"></a>\n\n### dc.bubbleOverlay\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>bubbleMixin</code>](#dc.bubbleMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.bubbleOverlay](#dc.bubbleOverlay)\n    * [new bubbleOverlay(parent, [chartGroup])](#new_dc.bubbleOverlay_new)\n    * [.svg([imageElement])](#dc.bubbleOverlay+svg) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n    * [.point(name, x, y)](#dc.bubbleOverlay+point) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n\n<a name=\"new_dc.bubbleOverlay_new\"></a>\n\n#### new bubbleOverlay(parent, [chartGroup])\nThe bubble overlay chart is quite different from the typical bubble chart. With the bubble overlay\nchart you can arbitrarily place bubbles on an existing svg or bitmap image, thus changing the\ntypical x and y positioning while retaining the capability to visualize data using bubble radius\nand coloring.\n\nExamples:\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a bubble overlay chart on top of the '#chart-container1 svg' element using the default global chart group\nvar bubbleChart1 = dc.bubbleOverlayChart('#chart-container1').svg(d3.select('#chart-container1 svg'));\n// create a bubble overlay chart on top of the '#chart-container2 svg' element using chart group A\nvar bubbleChart2 = dc.compositeChart('#chart-container2', 'chartGroupA').svg(d3.select('#chart-container2 svg'));\n```\n<a name=\"dc.bubbleOverlay+svg\"></a>\n\n#### bubbleOverlay.svg([imageElement]) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n**mandatory**\n\nSet the underlying svg image element. Unlike other dc charts this chart will not generate a svg\nelement; therefore the bubble overlay chart will not work if this function is not invoked. If the\nunderlying image is a bitmap, then an empty svg will need to be created on top of the image.\n\n**Kind**: instance method of [<code>bubbleOverlay</code>](#dc.bubbleOverlay)  \n\n| Param | Type |\n| --- | --- |\n| [imageElement] | <code>SVGElement</code> \\| <code>d3.selection</code> | \n\n**Example**  \n```js\n// set up underlying svg element\nchart.svg(d3.select('#chart svg'));\n```\n<a name=\"dc.bubbleOverlay+point\"></a>\n\n#### bubbleOverlay.point(name, x, y) ⇒ [<code>bubbleOverlay</code>](#dc.bubbleOverlay)\n**mandatory**\n\nSet up a data point on the overlay. The name of a data point should match a specific 'key' among\ndata groups generated using keyAccessor.  If a match is found (point name <-> data group key)\nthen a bubble will be generated at the position specified by the function. x and y\nvalue specified here are relative to the underlying svg.\n\n**Kind**: instance method of [<code>bubbleOverlay</code>](#dc.bubbleOverlay)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n| x | <code>Number</code> | \n| y | <code>Number</code> | \n\n<a name=\"dc.rowChart\"></a>\n\n### dc.rowChart\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>capMixin</code>](#dc.capMixin), [<code>marginMixin</code>](#dc.marginMixin), [<code>colorMixin</code>](#dc.colorMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.rowChart](#dc.rowChart)\n    * [new rowChart(parent, [chartGroup])](#new_dc.rowChart_new)\n    * [.x([scale])](#dc.rowChart+x) ⇒ <code>d3.scale</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.renderTitleLabel([renderTitleLabel])](#dc.rowChart+renderTitleLabel) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.xAxis([xAxis])](#dc.rowChart+xAxis) ⇒ <code>d3.axis</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.fixedBarHeight([fixedBarHeight])](#dc.rowChart+fixedBarHeight) ⇒ <code>Boolean</code> \\| <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.gap([gap])](#dc.rowChart+gap) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.elasticX([elasticX])](#dc.rowChart+elasticX) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.labelOffsetX([labelOffsetX])](#dc.rowChart+labelOffsetX) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.labelOffsetY([labelOffsety])](#dc.rowChart+labelOffsetY) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n    * [.titleLabelOffsetX([titleLabelOffsetX])](#dc.rowChart+titleLabelOffsetX) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\n\n<a name=\"new_dc.rowChart_new\"></a>\n\n#### new rowChart(parent, [chartGroup])\nConcrete row chart implementation.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a row chart under #chart-container1 element using the default global chart group\nvar chart1 = dc.rowChart('#chart-container1');\n// create a row chart under #chart-container2 element using chart group A\nvar chart2 = dc.rowChart('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.rowChart+x\"></a>\n\n#### rowChart.x([scale]) ⇒ <code>d3.scale</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGets or sets the x scale. The x scale can be any d3\n[d3.scale](https://github.com/d3/d3-scale/blob/master/README.md).\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [scale] | <code>d3.scale</code> | \n\n<a name=\"dc.rowChart+renderTitleLabel\"></a>\n\n#### rowChart.renderTitleLabel([renderTitleLabel]) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\nTurn on/off Title label rendering (values) using SVG style of text-anchor 'end'.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderTitleLabel] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.rowChart+xAxis\"></a>\n\n#### rowChart.xAxis([xAxis]) ⇒ <code>d3.axis</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or sets the x axis for the row chart instance.\nSee the [d3.axis](https://github.com/d3/d3-axis/blob/master/README.md)\ndocumention for more information.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type |\n| --- | --- |\n| [xAxis] | <code>d3.axis</code> | \n\n**Example**  \n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function (v) {return v + '%';});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n// use a top-oriented axis. Note: position of the axis and grid lines will need to\n// be set manually, see https://dc-js.github.io/dc.js/examples/row-top-axis.html\nchart.xAxis(d3.axisTop())\n```\n<a name=\"dc.rowChart+fixedBarHeight\"></a>\n\n#### rowChart.fixedBarHeight([fixedBarHeight]) ⇒ <code>Boolean</code> \\| <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the fixed bar height. Default is [false] which will auto-scale bars.\nFor example, if you want to fix the height for a specific number of bars (useful in TopN charts)\nyou could fix height as follows (where count = total number of bars in your TopN and gap is\nyour vertical gap space).\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [fixedBarHeight] | <code>Boolean</code> \\| <code>Number</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.fixedBarHeight( chartheight - (count + 1) * gap / count);\n```\n<a name=\"dc.rowChart+gap\"></a>\n\n#### rowChart.gap([gap]) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the vertical gap space between rows on a particular row chart instance.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.rowChart+elasticX\"></a>\n\n#### rowChart.elasticX([elasticX]) ⇒ <code>Boolean</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescale to auto-fit the\ndata range when filtered.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type |\n| --- | --- |\n| [elasticX] | <code>Boolean</code> | \n\n<a name=\"dc.rowChart+labelOffsetX\"></a>\n\n#### rowChart.labelOffsetX([labelOffsetX]) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelOffsetX] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.rowChart+labelOffsetY\"></a>\n\n#### rowChart.labelOffsetY([labelOffsety]) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet or set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelOffsety] | <code>Number</code> | <code>15</code> | \n\n<a name=\"dc.rowChart+titleLabelOffsetX\"></a>\n\n#### rowChart.titleLabelOffsetX([titleLabelOffsetX]) ⇒ <code>Number</code> \\| [<code>rowChart</code>](#dc.rowChart)\nGet of set the x offset (horizontal space between right edge of row and right edge or text.\n\n**Kind**: instance method of [<code>rowChart</code>](#dc.rowChart)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [titleLabelOffsetX] | <code>Number</code> | <code>2</code> | \n\n<a name=\"dc.legend\"></a>\n\n### dc.legend\n**Kind**: static class of [<code>dc</code>](#dc)  \n\n* [.legend](#dc.legend)\n    * [new legend()](#new_dc.legend_new)\n    * [.x([x])](#dc.legend+x) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.y([y])](#dc.legend+y) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.gap([gap])](#dc.legend+gap) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.highlightSelected([highlightSelected])](#dc.legend+highlightSelected) ⇒ <code>String</code> \\| [<code>legend</code>](#dc.legend)\n    * [.itemHeight([itemHeight])](#dc.legend+itemHeight) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.horizontal([horizontal])](#dc.legend+horizontal) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\n    * [.legendWidth([legendWidth])](#dc.legend+legendWidth) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.itemWidth([itemWidth])](#dc.legend+itemWidth) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\n    * [.autoItemWidth([autoItemWidth])](#dc.legend+autoItemWidth) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\n    * [.legendText([legendText])](#dc.legend+legendText) ⇒ <code>function</code> \\| [<code>legend</code>](#dc.legend)\n    * [.maxItems([maxItems])](#dc.legend+maxItems) ⇒ [<code>legend</code>](#dc.legend)\n\n<a name=\"new_dc.legend_new\"></a>\n\n#### new legend()\nLegend is a attachable widget that can be added to other dc charts to render horizontal legend\nlabels.\n\nExamples:\n- [Nasdaq 100 Index](http://dc-js.github.com/dc.js/)\n- [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html)\n\n**Example**  \n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n<a name=\"dc.legend+x\"></a>\n\n#### legend.x([x]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nSet or get x coordinate for legend widget.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [x] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.legend+y\"></a>\n\n#### legend.y([y]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nSet or get y coordinate for legend widget.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [y] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.legend+gap\"></a>\n\n#### legend.gap([gap]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nSet or get gap between legend items.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [gap] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.legend+highlightSelected\"></a>\n\n#### legend.highlightSelected([highlightSelected]) ⇒ <code>String</code> \\| [<code>legend</code>](#dc.legend)\nThis can be optionally used to enable highlighting legends for the selections/filters for the\nchart.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type |\n| --- | --- |\n| [highlightSelected] | <code>String</code> | \n\n<a name=\"dc.legend+itemHeight\"></a>\n\n#### legend.itemHeight([itemHeight]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nSet or get legend item height.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [itemHeight] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.legend+horizontal\"></a>\n\n#### legend.horizontal([horizontal]) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\nPosition legend horizontally instead of vertically.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [horizontal] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.legend+legendWidth\"></a>\n\n#### legend.legendWidth([legendWidth]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nMaximum width for horizontal legend.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [legendWidth] | <code>Number</code> | <code>500</code> | \n\n<a name=\"dc.legend+itemWidth\"></a>\n\n#### legend.itemWidth([itemWidth]) ⇒ <code>Number</code> \\| [<code>legend</code>](#dc.legend)\nLegend item width for horizontal legend.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [itemWidth] | <code>Number</code> | <code>70</code> | \n\n<a name=\"dc.legend+autoItemWidth\"></a>\n\n#### legend.autoItemWidth([autoItemWidth]) ⇒ <code>Boolean</code> \\| [<code>legend</code>](#dc.legend)\nTurn automatic width for legend items on or off. If true, [itemWidth](#dc.legend+itemWidth) is ignored.\nThis setting takes into account the [gap](#dc.legend+gap).\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [autoItemWidth] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.legend+legendText\"></a>\n\n#### legend.legendText([legendText]) ⇒ <code>function</code> \\| [<code>legend</code>](#dc.legend)\nSet or get the legend text function. The legend widget uses this function to render the legend\ntext for each item. If no function is specified the legend widget will display the names\nassociated with each group.\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type |\n| --- | --- |\n| [legendText] | <code>function</code> | \n\n**Example**  \n```js\n// default legendText\nlegend.legendText(dc.pluck('name'))\n\n// create numbered legend items\nchart.legend(dc.legend().legendText(function(d, i) { return i + '. ' + d.name; }))\n\n// create legend displaying group counts\nchart.legend(dc.legend().legendText(function(d) { return d.name + ': ' d.data; }))\n```\n<a name=\"dc.legend+maxItems\"></a>\n\n#### legend.maxItems([maxItems]) ⇒ [<code>legend</code>](#dc.legend)\nMaximum number of legend items to display\n\n**Kind**: instance method of [<code>legend</code>](#dc.legend)  \n\n| Param | Type |\n| --- | --- |\n| [maxItems] | <code>Number</code> | \n\n<a name=\"dc.htmlLegend\"></a>\n\n### dc.htmlLegend\n**Kind**: static class of [<code>dc</code>](#dc)  \n\n* [.htmlLegend](#dc.htmlLegend)\n    * [new htmlLegend()](#new_dc.htmlLegend_new)\n    * [.container([container])](#dc.htmlLegend+container) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n    * [.legendItemClass([legendItemClass])](#dc.htmlLegend+legendItemClass) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n    * [.highlightSelected([highlightSelected])](#dc.htmlLegend+highlightSelected) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n    * [.horizontal([horizontal])](#dc.htmlLegend+horizontal) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n    * [.legendText([legendText])](#dc.htmlLegend+legendText) ⇒ <code>function</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\n    * [.maxItems([maxItems])](#dc.htmlLegend+maxItems) ⇒ [<code>htmlLegend</code>](#dc.htmlLegend)\n\n<a name=\"new_dc.htmlLegend_new\"></a>\n\n#### new htmlLegend()\nhtmlLegend is a attachable widget that can be added to other dc charts to render horizontal/vertical legend\nlabels.\n\n**Example**  \n```js\nchart.legend(dc.htmlLegend().container(legendContainerElement).horizontal(false))\n```\n<a name=\"dc.htmlLegend+container\"></a>\n\n#### htmlLegend.container([container]) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\nSet the container selector for the legend widget. Required.\n\n**Kind**: instance method of [<code>htmlLegend</code>](#dc.htmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [container] | <code>String</code> | \n\n<a name=\"dc.htmlLegend+legendItemClass\"></a>\n\n#### htmlLegend.legendItemClass([legendItemClass]) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\nThis can be optionally used to override class for legenditem and just use this class style.\nThis is helpful for overriding the style of a particular chart rather than overriding\nthe style for all charts.\n\nSetting this will disable the highlighting of selected items also.\n\n**Kind**: instance method of [<code>htmlLegend</code>](#dc.htmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [legendItemClass] | <code>String</code> | \n\n<a name=\"dc.htmlLegend+highlightSelected\"></a>\n\n#### htmlLegend.highlightSelected([highlightSelected]) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\nThis can be optionally used to enable highlighting legends for the selections/filters for the\nchart.\n\n**Kind**: instance method of [<code>htmlLegend</code>](#dc.htmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [highlightSelected] | <code>String</code> | \n\n<a name=\"dc.htmlLegend+horizontal\"></a>\n\n#### htmlLegend.horizontal([horizontal]) ⇒ <code>String</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\nDisplay the legend horizontally instead of vertically\n\n**Kind**: instance method of [<code>htmlLegend</code>](#dc.htmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [horizontal] | <code>String</code> | \n\n<a name=\"dc.htmlLegend+legendText\"></a>\n\n#### htmlLegend.legendText([legendText]) ⇒ <code>function</code> \\| [<code>htmlLegend</code>](#dc.htmlLegend)\nSet or get the legend text function. The legend widget uses this function to render the legend\ntext for each item. If no function is specified the legend widget will display the names\nassociated with each group.\n\n**Kind**: instance method of [<code>htmlLegend</code>](#dc.htmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [legendText] | <code>function</code> | \n\n**Example**  \n```js\n// default legendText\nlegend.legendText(dc.pluck('name'))\n\n// create numbered legend items\nchart.legend(dc.htmlLegend().legendText(function(d, i) { return i + '. ' + d.name; }))\n\n// create legend displaying group counts\nchart.legend(dc.htmlLegend().legendText(function(d) { return d.name + ': ' d.data; }))\n```\n<a name=\"dc.htmlLegend+maxItems\"></a>\n\n#### htmlLegend.maxItems([maxItems]) ⇒ [<code>htmlLegend</code>](#dc.htmlLegend)\nMaximum number of legend items to display\n\n**Kind**: instance method of [<code>htmlLegend</code>](#dc.htmlLegend)  \n\n| Param | Type |\n| --- | --- |\n| [maxItems] | <code>Number</code> | \n\n<a name=\"dc.scatterPlot\"></a>\n\n### dc.scatterPlot\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.scatterPlot](#dc.scatterPlot)\n    * [new scatterPlot(parent, [chartGroup])](#new_dc.scatterPlot_new)\n    * [.emptyColor](#dc.scatterPlot+emptyColor) ⇒ <code>String</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.emptyOpacity](#dc.scatterPlot+emptyOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.nonemptyOpacity](#dc.scatterPlot+nonemptyOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.resetSvg()](#dc.scatterPlot+resetSvg) ⇒ <code>SVGElement</code>\n    * [.useCanvas([useCanvas])](#dc.scatterPlot+useCanvas) ⇒ <code>Boolean</code> \\| <code>d3.selection</code>\n    * [.canvas([canvasElement])](#dc.scatterPlot+canvas) ⇒ <code>CanvasElement</code> \\| <code>d3.selection</code>\n    * [.context()](#dc.scatterPlot+context) ⇒ <code>CanvasContext</code>\n    * [.existenceAccessor([accessor])](#dc.scatterPlot+existenceAccessor) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.symbol([type])](#dc.scatterPlot+symbol) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.customSymbol([customSymbol])](#dc.scatterPlot+customSymbol) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.symbolSize([symbolSize])](#dc.scatterPlot+symbolSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.highlightedSize([highlightedSize])](#dc.scatterPlot+highlightedSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.excludedSize([excludedSize])](#dc.scatterPlot+excludedSize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.excludedColor([excludedColor])](#dc.scatterPlot+excludedColor) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.excludedOpacity([excludedOpacity])](#dc.scatterPlot+excludedOpacity) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n    * [.emptySize([emptySize])](#dc.scatterPlot+emptySize) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\n\n<a name=\"new_dc.scatterPlot_new\"></a>\n\n#### new scatterPlot(parent, [chartGroup])\nA scatter plot chart\n\nExamples:\n- [Scatter Chart](http://dc-js.github.io/dc.js/examples/scatter.html)\n- [Multi-Scatter Chart](http://dc-js.github.io/dc.js/examples/multi-scatter.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a scatter plot under #chart-container1 element using the default global chart group\nvar chart1 = dc.scatterPlot('#chart-container1');\n// create a scatter plot under #chart-container2 element using chart group A\nvar chart2 = dc.scatterPlot('#chart-container2', 'chartGroupA');\n// create a sub-chart under a composite parent chart\nvar chart3 = dc.scatterPlot(compositeChart);\n```\n<a name=\"dc.scatterPlot+emptyColor\"></a>\n\n#### scatterPlot.emptyColor ⇒ <code>String</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get color for symbols when the group is empty. If null, just use the\n[colorMixin.colors](#dc.colorMixin+colors) color scale zero value.\n\n**Kind**: instance property of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptyColor] | <code>String</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+emptyOpacity\"></a>\n\n#### scatterPlot.emptyOpacity ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get opacity for symbols when the group is empty.\n\n**Kind**: instance property of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptyOpacity] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.scatterPlot+nonemptyOpacity\"></a>\n\n#### scatterPlot.nonemptyOpacity ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get opacity for symbols when the group is not empty.\n\n**Kind**: instance property of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [nonemptyOpacity] | <code>Number</code> | <code>1</code> | \n\n<a name=\"dc.scatterPlot+resetSvg\"></a>\n\n#### scatterPlot.resetSvg() ⇒ <code>SVGElement</code>\nMethod that replaces original resetSvg and appropriately inserts canvas\nelement along with svg element and sets their CSS properties appropriately\nso they are overlapped on top of each other.\nRemove the chart's SVGElements from the dom and recreate the container SVGElement.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n<a name=\"dc.scatterPlot+useCanvas\"></a>\n\n#### scatterPlot.useCanvas([useCanvas]) ⇒ <code>Boolean</code> \\| <code>d3.selection</code>\nSet or get whether to use canvas backend for plotting scatterPlot. Note that the\ncanvas backend does not currently support\n[customSymbol](#dc.scatterPlot+customSymbol) or\n[symbol](#dc.scatterPlot+symbol) methods and is limited to always plotting\nwith filled circles. Symbols are drawn with\n[symbolSize](#dc.scatterPlot+symbolSize) radius. By default, the SVG backend\nis used when `useCanvas` is set to `false`.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useCanvas] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.scatterPlot+canvas\"></a>\n\n#### scatterPlot.canvas([canvasElement]) ⇒ <code>CanvasElement</code> \\| <code>d3.selection</code>\nSet or get canvas element. You should usually only ever use the get method as\ndc.js will handle canvas element generation.  Provides valid canvas only when\n[useCanvas](#dc.scatterPlot+useCanvas) is set to `true`\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type |\n| --- | --- |\n| [canvasElement] | <code>CanvasElement</code> \\| <code>d3.selection</code> | \n\n<a name=\"dc.scatterPlot+context\"></a>\n\n#### scatterPlot.context() ⇒ <code>CanvasContext</code>\nGet canvas 2D context. Provides valid context only when\n[useCanvas](#dc.scatterPlot+useCanvas) is set to `true`\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n<a name=\"dc.scatterPlot+existenceAccessor\"></a>\n\n#### scatterPlot.existenceAccessor([accessor]) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nGet or set the existence accessor.  If a point exists, it is drawn with\n[symbolSize](#dc.scatterPlot+symbolSize) radius and\nopacity 1; if it does not exist, it is drawn with\n[emptySize](#dc.scatterPlot+emptySize) radius and opacity 0. By default,\nthe existence accessor checks if the reduced value is truthy.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**\n\n- [symbolSize](#dc.scatterPlot+symbolSize)\n- [emptySize](#dc.scatterPlot+emptySize)\n\n\n| Param | Type |\n| --- | --- |\n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// default accessor\nchart.existenceAccessor(function (d) { return d.value; });\n```\n<a name=\"dc.scatterPlot+symbol\"></a>\n\n#### scatterPlot.symbol([type]) ⇒ <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nGet or set the symbol type used for each point. By default the symbol is a circle (d3.symbolCircle).\nType can be a constant or an accessor.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [symbol.type](https://github.com/d3/d3-shape/blob/master/README.md#symbol_type)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [type] | <code>function</code> | <code>d3.symbolCircle</code> | \n\n**Example**  \n```js\n// Circle type\nchart.symbol(d3.symbolCircle);\n// Square type\nchart.symbol(d3.symbolSquare);\n```\n<a name=\"dc.scatterPlot+customSymbol\"></a>\n\n#### scatterPlot.customSymbol([customSymbol]) ⇒ <code>String</code> \\| <code>function</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nGet or set the symbol generator. By default `dc.scatterPlot` will use\n[d3.symbol()](https://github.com/d3/d3-shape/blob/master/README.md#symbol)\nto generate symbols. `dc.scatterPlot` will set the\n[symbol size accessor](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)\non the symbol generator.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**\n\n- [d3.symbol](https://github.com/d3/d3-shape/blob/master/README.md#symbol)\n- [Create additional D3.js symbols](https://stackoverflow.com/questions/25332120/create-additional-d3-js-symbols)\n\n\n| Param | Type | Default |\n| --- | --- | --- |\n| [customSymbol] | <code>String</code> \\| <code>function</code> | <code>d3.symbol()</code> | \n\n<a name=\"dc.scatterPlot+symbolSize\"></a>\n\n#### scatterPlot.symbolSize([symbolSize]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get radius for symbols.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.symbol.size](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [symbolSize] | <code>Number</code> | <code>3</code> | \n\n<a name=\"dc.scatterPlot+highlightedSize\"></a>\n\n#### scatterPlot.highlightedSize([highlightedSize]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get radius for highlighted symbols.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.symbol.size](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [highlightedSize] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.scatterPlot+excludedSize\"></a>\n\n#### scatterPlot.excludedSize([excludedSize]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get size for symbols excluded from this chart's filter. If null, no\nspecial size is applied for symbols based on their filter status.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.symbol.size](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedSize] | <code>Number</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+excludedColor\"></a>\n\n#### scatterPlot.excludedColor([excludedColor]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get color for symbols excluded from this chart's filter. If null, no\nspecial color is applied for symbols based on their filter status.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedColor] | <code>Number</code> | <code></code> | \n\n<a name=\"dc.scatterPlot+excludedOpacity\"></a>\n\n#### scatterPlot.excludedOpacity([excludedOpacity]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get opacity for symbols excluded from this chart's filter.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [excludedOpacity] | <code>Number</code> | <code>1.0</code> | \n\n<a name=\"dc.scatterPlot+emptySize\"></a>\n\n#### scatterPlot.emptySize([emptySize]) ⇒ <code>Number</code> \\| [<code>scatterPlot</code>](#dc.scatterPlot)\nSet or get radius for symbols when the group is empty.\n\n**Kind**: instance method of [<code>scatterPlot</code>](#dc.scatterPlot)  \n**See**: [d3.symbol.size](https://github.com/d3/d3-shape/blob/master/README.md#symbol_size)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [emptySize] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.numberDisplay\"></a>\n\n### dc.numberDisplay\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.numberDisplay](#dc.numberDisplay)\n    * [new numberDisplay(parent, [chartGroup])](#new_dc.numberDisplay_new)\n    * [.html([html])](#dc.numberDisplay+html) ⇒ <code>Object</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\n    * [.value()](#dc.numberDisplay+value) ⇒ <code>Number</code>\n    * [.formatNumber([formatter])](#dc.numberDisplay+formatNumber) ⇒ <code>function</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\n\n<a name=\"new_dc.numberDisplay_new\"></a>\n\n#### new numberDisplay(parent, [chartGroup])\nA display of a single numeric value.\n\nUnlike other charts, you do not need to set a dimension. Instead a group object must be provided and\na valueAccessor that returns a single value.\n\nIf the group is a [groupAll](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_groupAll)\nthen its `.value()` will be displayed. This is the recommended usage.\n\nHowever, if it is given an ordinary group, the `numberDisplay` will show the last bin's value, after\nsorting with the [ordering](https://dc-js.github.io/dc.js/docs/html/dc.baseMixin.html#ordering__anchor)\nfunction. `numberDisplay` defaults the `ordering` function to sorting by value, so this will display\nthe largest value if the values are numeric.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a number display under #chart-container1 element using the default global chart group\nvar display1 = dc.numberDisplay('#chart-container1');\n```\n<a name=\"dc.numberDisplay+html\"></a>\n\n#### numberDisplay.html([html]) ⇒ <code>Object</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\nGets or sets an optional object specifying HTML templates to use depending on the number\ndisplayed.  The text `%number` will be replaced with the current value.\n- one: HTML template to use if the number is 1\n- zero: HTML template to use if the number is 0\n- some: HTML template to use otherwise\n\n**Kind**: instance method of [<code>numberDisplay</code>](#dc.numberDisplay)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [html] | <code>Object</code> | <code>{one: &#x27;&#x27;, some: &#x27;&#x27;, none: &#x27;&#x27;}</code> | \n\n**Example**  \n```js\nnumberWidget.html({\n     one:'%number record',\n     some:'%number records',\n     none:'no records'})\n```\n<a name=\"dc.numberDisplay+value\"></a>\n\n#### numberDisplay.value() ⇒ <code>Number</code>\nCalculate and return the underlying value of the display.\n\n**Kind**: instance method of [<code>numberDisplay</code>](#dc.numberDisplay)  \n<a name=\"dc.numberDisplay+formatNumber\"></a>\n\n#### numberDisplay.formatNumber([formatter]) ⇒ <code>function</code> \\| [<code>numberDisplay</code>](#dc.numberDisplay)\nGet or set a function to format the value for the display.\n\n**Kind**: instance method of [<code>numberDisplay</code>](#dc.numberDisplay)  \n**See**: [d3.format](https://github.com/d3/d3-format/blob/master/README.md#format)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [formatter] | <code>function</code> | <code>d3.format(&#x27;.2s&#x27;)</code> | \n\n<a name=\"dc.heatMap\"></a>\n\n### dc.heatMap\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>colorMixin</code>](#dc.colorMixin), [<code>marginMixin</code>](#dc.marginMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.heatMap](#dc.heatMap)\n    * [new heatMap(parent, [chartGroup])](#new_dc.heatMap_new)\n    * [.colsLabel([labelFunction])](#dc.heatMap+colsLabel) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.rowsLabel([labelFunction])](#dc.heatMap+rowsLabel) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.rows([rows])](#dc.heatMap+rows) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.rowOrdering([rowOrdering])](#dc.heatMap+rowOrdering) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.cols([cols])](#dc.heatMap+cols) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.colOrdering([colOrdering])](#dc.heatMap+colOrdering) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.boxOnClick([handler])](#dc.heatMap+boxOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.xAxisOnClick([handler])](#dc.heatMap+xAxisOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.yAxisOnClick([handler])](#dc.heatMap+yAxisOnClick) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.xBorderRadius([xBorderRadius])](#dc.heatMap+xBorderRadius) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\n    * [.yBorderRadius([yBorderRadius])](#dc.heatMap+yBorderRadius) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\n\n<a name=\"new_dc.heatMap_new\"></a>\n\n#### new heatMap(parent, [chartGroup])\nA heat map is matrix that represents the values of two dimensions of data using colors.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a heat map under #chart-container1 element using the default global chart group\nvar heatMap1 = dc.heatMap('#chart-container1');\n// create a heat map under #chart-container2 element using chart group A\nvar heatMap2 = dc.heatMap('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.heatMap+colsLabel\"></a>\n\n#### heatMap.colsLabel([labelFunction]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nSet or get the column label function. The chart class uses this function to render\ncolumn labels on the X axis. It is passed the column name.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> | <code>function(d) { return d; }</code> | \n\n**Example**  \n```js\n// the default label function just returns the name\nchart.colsLabel(function(d) { return d; });\n```\n<a name=\"dc.heatMap+rowsLabel\"></a>\n\n#### heatMap.rowsLabel([labelFunction]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nSet or get the row label function. The chart class uses this function to render\nrow labels on the Y axis. It is passed the row name.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> | <code>function(d) { return d; }</code> | \n\n**Example**  \n```js\n// the default label function just returns the name\nchart.rowsLabel(function(d) { return d; });\n```\n<a name=\"dc.heatMap+rows\"></a>\n\n#### heatMap.rows([rows]) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the values used to create the rows of the heatmap, as an array. By default, all\nthe values will be fetched from the data using the value accessor.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [rows] | <code>Array.&lt;(String\\|Number)&gt;</code> | \n\n<a name=\"dc.heatMap+rowOrdering\"></a>\n\n#### heatMap.rowOrdering([rowOrdering]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGet or set a comparator to order the rows.\nDefault is [d3.ascending](https://github.com/d3/d3-array#ascending).\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [rowOrdering] | <code>function</code> | \n\n<a name=\"dc.heatMap+cols\"></a>\n\n#### heatMap.cols([cols]) ⇒ <code>Array.&lt;(String\\|Number)&gt;</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the keys used to create the columns of the heatmap, as an array. By default, all\nthe values will be fetched from the data using the key accessor.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [cols] | <code>Array.&lt;(String\\|Number)&gt;</code> | \n\n<a name=\"dc.heatMap+colOrdering\"></a>\n\n#### heatMap.colOrdering([colOrdering]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGet or set a comparator to order the columns.\nDefault is  [d3.ascending](https://github.com/d3/d3-array#ascending).\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [colOrdering] | <code>function</code> | \n\n<a name=\"dc.heatMap+boxOnClick\"></a>\n\n#### heatMap.boxOnClick([handler]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the handler that fires when an individual cell is clicked in the heatmap.\nBy default, filtering of the cell will be toggled.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n**Example**  \n```js\n// default box on click handler\nchart.boxOnClick(function (d) {\n    var filter = d.key;\n    dc.events.trigger(function () {\n        _chart.filter(filter);\n        _chart.redrawGroup();\n    });\n});\n```\n<a name=\"dc.heatMap+xAxisOnClick\"></a>\n\n#### heatMap.xAxisOnClick([handler]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the handler that fires when a column tick is clicked in the x axis.\nBy default, if any cells in the column are unselected, the whole column will be selected,\notherwise the whole column will be unselected.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n<a name=\"dc.heatMap+yAxisOnClick\"></a>\n\n#### heatMap.yAxisOnClick([handler]) ⇒ <code>function</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the handler that fires when a row tick is clicked in the y axis.\nBy default, if any cells in the row are unselected, the whole row will be selected,\notherwise the whole row will be unselected.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type |\n| --- | --- |\n| [handler] | <code>function</code> | \n\n<a name=\"dc.heatMap+xBorderRadius\"></a>\n\n#### heatMap.xBorderRadius([xBorderRadius]) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the X border radius.  Set to 0 to get full rectangles.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xBorderRadius] | <code>Number</code> | <code>6.75</code> | \n\n<a name=\"dc.heatMap+yBorderRadius\"></a>\n\n#### heatMap.yBorderRadius([yBorderRadius]) ⇒ <code>Number</code> \\| [<code>heatMap</code>](#dc.heatMap)\nGets or sets the Y border radius.  Set to 0 to get full rectangles.\n\n**Kind**: instance method of [<code>heatMap</code>](#dc.heatMap)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [yBorderRadius] | <code>Number</code> | <code>6.75</code> | \n\n<a name=\"dc.boxPlot\"></a>\n\n### dc.boxPlot\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n* [.boxPlot](#dc.boxPlot)\n    * [new boxPlot(parent, [chartGroup])](#new_dc.boxPlot_new)\n    * [.boxPadding([padding])](#dc.boxPlot+boxPadding) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.outerPadding([padding])](#dc.boxPlot+outerPadding) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.boxWidth([boxWidth])](#dc.boxPlot+boxWidth) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.tickFormat([tickFormat])](#dc.boxPlot+tickFormat) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.yRangePadding([yRangePadding])](#dc.boxPlot+yRangePadding) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.renderDataPoints([show])](#dc.boxPlot+renderDataPoints) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.dataOpacity([opacity])](#dc.boxPlot+dataOpacity) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.dataWidthPortion([percentage])](#dc.boxPlot+dataWidthPortion) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.showOutliers([show])](#dc.boxPlot+showOutliers) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n    * [.boldOutlier([show])](#dc.boxPlot+boldOutlier) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\n\n<a name=\"new_dc.boxPlot_new\"></a>\n\n#### new boxPlot(parent, [chartGroup])\nA box plot is a chart that depicts numerical data via their quartile ranges.\n\nExamples:\n- [Boxplot Basic example](http://dc-js.github.io/dc.js/examples/boxplot-basic.html)\n- [Boxplot Enhanced example](http://dc-js.github.io/dc.js/examples/boxplot-enhanced.html)\n- [Boxplot Render Data example](http://dc-js.github.io/dc.js/examples/boxplot-render-data.html)\n- [Boxplot time example](http://dc-js.github.io/dc.js/examples/boxplot-time.html)\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\n// create a box plot under #chart-container1 element using the default global chart group\nvar boxPlot1 = dc.boxPlot('#chart-container1');\n// create a box plot under #chart-container2 element using chart group A\nvar boxPlot2 = dc.boxPlot('#chart-container2', 'chartGroupA');\n```\n<a name=\"dc.boxPlot+boxPadding\"></a>\n\n#### boxPlot.boxPadding([padding]) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the spacing between boxes as a fraction of box size. Valid values are within 0-1.\nSee the [d3 docs](https://github.com/d3/d3-scale/blob/master/README.md#scaleBand)\nfor a visual description of how the padding is applied.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n**See**: [d3.scaleBand](https://github.com/d3/d3-scale/blob/master/README.md#scaleBand)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.8</code> | \n\n<a name=\"dc.boxPlot+outerPadding\"></a>\n\n#### boxPlot.outerPadding([padding]) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the outer padding on an ordinal box chart. This setting has no effect on non-ordinal charts\nor on charts with a custom [.boxWidth](#dc.boxPlot+boxWidth). Will pad the width by\n`padding * barWidth` on each side of the chart.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>0.5</code> | \n\n<a name=\"dc.boxPlot+boxWidth\"></a>\n\n#### boxPlot.boxWidth([boxWidth]) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the numerical width of the boxplot box. The width may also be a function taking as\nparameters the chart width excluding the right and left margins, as well as the number of x\nunits.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [boxWidth] | <code>Number</code> \\| <code>function</code> | <code>0.5</code> | \n\n**Example**  \n```js\n// Using numerical parameter\nchart.boxWidth(10);\n// Using function\nchart.boxWidth((innerChartWidth, xUnits) { ... });\n```\n<a name=\"dc.boxPlot+tickFormat\"></a>\n\n#### boxPlot.tickFormat([tickFormat]) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the numerical format of the boxplot median, whiskers and quartile labels. Defaults\nto integer formatting.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type |\n| --- | --- |\n| [tickFormat] | <code>function</code> | \n\n**Example**  \n```js\n// format ticks to 2 decimal places\nchart.tickFormat(d3.format('.2f'));\n```\n<a name=\"dc.boxPlot+yRangePadding\"></a>\n\n#### boxPlot.yRangePadding([yRangePadding]) ⇒ <code>Number</code> \\| <code>function</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the amount of padding to add, in pixel coordinates, to the top and\nbottom of the chart to accommodate box/whisker labels.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [yRangePadding] | <code>function</code> | <code>8</code> | \n\n**Example**  \n```js\n// allow more space for a bigger whisker font\nchart.yRangePadding(12);\n```\n<a name=\"dc.boxPlot+renderDataPoints\"></a>\n\n#### boxPlot.renderDataPoints([show]) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set whether individual data points will be rendered.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [show] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\n// Enable rendering of individual data points\nchart.renderDataPoints(true);\n```\n<a name=\"dc.boxPlot+dataOpacity\"></a>\n\n#### boxPlot.dataOpacity([opacity]) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the opacity when rendering data.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [opacity] | <code>Number</code> | <code>0.3</code> | \n\n**Example**  \n```js\n// If individual data points are rendered increase the opacity.\nchart.dataOpacity(0.7);\n```\n<a name=\"dc.boxPlot+dataWidthPortion\"></a>\n\n#### boxPlot.dataWidthPortion([percentage]) ⇒ <code>Number</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set the portion of the width of the box to show data points.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [percentage] | <code>Number</code> | <code>0.8</code> | \n\n**Example**  \n```js\n// If individual data points are rendered increase the data box.\nchart.dataWidthPortion(0.9);\n```\n<a name=\"dc.boxPlot+showOutliers\"></a>\n\n#### boxPlot.showOutliers([show]) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set whether outliers will be rendered.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [show] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\n// Disable rendering of outliers\nchart.showOutliers(false);\n```\n<a name=\"dc.boxPlot+boldOutlier\"></a>\n\n#### boxPlot.boldOutlier([show]) ⇒ <code>Boolean</code> \\| [<code>boxPlot</code>](#dc.boxPlot)\nGet or set whether outliers will be drawn bold.\n\n**Kind**: instance method of [<code>boxPlot</code>](#dc.boxPlot)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [show] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\n// If outliers are rendered display as bold\nchart.boldOutlier(true);\n```\n<a name=\"dc.selectMenu\"></a>\n\n### dc.selectMenu\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.selectMenu](#dc.selectMenu)\n    * [new selectMenu(parent, [chartGroup])](#new_dc.selectMenu_new)\n    * [.order([order])](#dc.selectMenu+order) ⇒ <code>function</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n    * [.promptText([promptText])](#dc.selectMenu+promptText) ⇒ <code>String</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n    * [.filterDisplayed([filterDisplayed])](#dc.selectMenu+filterDisplayed) ⇒ <code>function</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n    * [.multiple([multiple])](#dc.selectMenu+multiple) ⇒ <code>boolean</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n    * [.promptValue([promptValue])](#dc.selectMenu+promptValue) ⇒ <code>\\*</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n    * [.numberItems([numberVisible])](#dc.selectMenu+numberItems) ⇒ <code>number</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\n\n<a name=\"new_dc.selectMenu_new\"></a>\n\n#### new selectMenu(parent, [chartGroup])\nThe select menu is a simple widget designed to filter a dimension by selecting an option from\nan HTML `<select/>` menu. The menu can be optionally turned into a multiselect.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>compositeChart</code>](#dc.compositeChart) | Any valid [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this widget should be placed in. Interaction with the widget will only trigger events and redraws within its group. |\n\n**Example**  \n```js\n// create a select menu under #select-container using the default global chart group\nvar select = dc.selectMenu('#select-container')\n               .dimension(states)\n               .group(stateGroup);\n// the option text can be set via the title() function\n// by default the option text is '`key`: `value`'\nselect.title(function (d){\n    return 'STATE: ' + d.key;\n})\n```\n<a name=\"dc.selectMenu+order\"></a>\n\n#### selectMenu.order([order]) ⇒ <code>function</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\nGet or set the function that controls the ordering of option tags in the\nselect menu. By default options are ordered by the group key in ascending\norder.\n\n**Kind**: instance method of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type |\n| --- | --- |\n| [order] | <code>function</code> | \n\n**Example**  \n```js\n// order by the group's value\nchart.order(function (a,b) {\n    return a.value > b.value ? 1 : b.value > a.value ? -1 : 0;\n});\n```\n<a name=\"dc.selectMenu+promptText\"></a>\n\n#### selectMenu.promptText([promptText]) ⇒ <code>String</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\nGet or set the text displayed in the options used to prompt selection.\n\n**Kind**: instance method of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptText] | <code>String</code> | <code>&#x27;Select all&#x27;</code> | \n\n**Example**  \n```js\nchart.promptText('All states');\n```\n<a name=\"dc.selectMenu+filterDisplayed\"></a>\n\n#### selectMenu.filterDisplayed([filterDisplayed]) ⇒ <code>function</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\nGet or set the function that filters option tags prior to display. By default options\nwith a value of < 1 are not displayed.\n\n**Kind**: instance method of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type |\n| --- | --- |\n| [filterDisplayed] | <code>function</code> | \n\n**Example**  \n```js\n// display all options override the `filterDisplayed` function:\nchart.filterDisplayed(function () {\n    return true;\n});\n```\n<a name=\"dc.selectMenu+multiple\"></a>\n\n#### selectMenu.multiple([multiple]) ⇒ <code>boolean</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\nControls the type of select menu. Setting it to true converts the underlying\nHTML tag into a multiple select.\n\n**Kind**: instance method of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [multiple] | <code>boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.multiple(true);\n```\n<a name=\"dc.selectMenu+promptValue\"></a>\n\n#### selectMenu.promptValue([promptValue]) ⇒ <code>\\*</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\nControls the default value to be used for\n[dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)\nwhen only the prompt value is selected. If `null` (the default), no filtering will occur when\njust the prompt is selected.\n\n**Kind**: instance method of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptValue] | <code>\\*</code> | <code></code> | \n\n<a name=\"dc.selectMenu+numberItems\"></a>\n\n#### selectMenu.numberItems([numberVisible]) ⇒ <code>number</code> \\| [<code>selectMenu</code>](#dc.selectMenu)\nControls the number of items to show in the select menu, when `.multiple()` is true. This\ncontrols the [`size` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#Attributes) of\nthe `select` element. If `null` (the default), uses the browser's default height.\n\n**Kind**: instance method of [<code>selectMenu</code>](#dc.selectMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [numberVisible] | <code>number</code> | <code></code> | \n\n**Example**  \n```js\nchart.numberVisible(10);\n```\n<a name=\"dc.textFilterWidget\"></a>\n\n### dc.textFilterWidget\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.textFilterWidget](#dc.textFilterWidget)\n    * [new textFilterWidget(parent, [chartGroup])](#new_dc.textFilterWidget_new)\n    * [.normalize](#dc.textFilterWidget+normalize) ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>function</code>\n    * [.placeHolder](#dc.textFilterWidget+placeHolder) ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>string</code>\n    * [.filterFunctionFactory](#dc.textFilterWidget+filterFunctionFactory) ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>function</code>\n\n<a name=\"new_dc.textFilterWidget_new\"></a>\n\n#### new textFilterWidget(parent, [chartGroup])\nText Filter Widget\n\nThe text filter widget is a simple widget designed to display an input field allowing to filter\ndata that matches the text typed.\nAs opposed to the other charts, this doesn't display any result and doesn't update its display,\nit's just to input an filter other charts.\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>compositeChart</code>](#dc.compositeChart) | Any valid [d3 single selector](https://github.com/d3/d3-selection/blob/master/README.md#select) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this chart instance should be placed in. Interaction with a chart will only trigger events and redraws within the chart's group. |\n\n**Example**  \n```js\nvar data = [{\"firstName\":\"John\",\"lastName\":\"Coltrane\"}{\"firstName\":\"Miles\",lastName:\"Davis\"}]\nvar ndx = crossfilter(data);\nvar dimension = ndx.dimension(function(d) {\n    return d.lastName.toLowerCase() + ' ' + d.firstName.toLowerCase();\n});\n\ndc.textFilterWidget('#search')\n    .dimension(dimension);\n    // you don't need the group() function\n```\n<a name=\"dc.textFilterWidget+normalize\"></a>\n\n#### textFilterWidget.normalize ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>function</code>\nThis function will be called on values before calling the filter function.\n\n**Kind**: instance property of [<code>textFilterWidget</code>](#dc.textFilterWidget)  \n\n| Param | Type |\n| --- | --- |\n| [normalize] | <code>function</code> | \n\n**Example**  \n```js\n// This is the default\nchart.normalize(function (s) {\n  return s.toLowerCase();\n});\n```\n<a name=\"dc.textFilterWidget+placeHolder\"></a>\n\n#### textFilterWidget.placeHolder ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>string</code>\nPlaceholder text in the search box.\n\n**Kind**: instance property of [<code>textFilterWidget</code>](#dc.textFilterWidget)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [placeHolder] | <code>function</code> | <code>&#x27;search&#x27;</code> | \n\n**Example**  \n```js\n// This is the default\nchart.placeHolder('type to filter');\n```\n<a name=\"dc.textFilterWidget+filterFunctionFactory\"></a>\n\n#### textFilterWidget.filterFunctionFactory ⇒ [<code>textFilterWidget</code>](#dc.textFilterWidget) \\| <code>function</code>\nThis function will be called with the search text, it needs to return a function that will be used to\nfilter the data. The default function checks presence of the search text.\n\n**Kind**: instance property of [<code>textFilterWidget</code>](#dc.textFilterWidget)  \n\n| Param | Type |\n| --- | --- |\n| [filterFunctionFactory] | <code>function</code> | \n\n**Example**  \n```js\n// This is the default\nfunction (query) {\n    query = _normalize(query);\n    return function (d) {\n        return _normalize(d).indexOf(query) !== -1;\n    };\n};\n```\n<a name=\"dc.cboxMenu\"></a>\n\n### dc.cboxMenu\n**Kind**: static class of [<code>dc</code>](#dc)  \n**Mixes**: [<code>baseMixin</code>](#dc.baseMixin)  \n\n* [.cboxMenu](#dc.cboxMenu)\n    * [new cboxMenu(parent, [chartGroup])](#new_dc.cboxMenu_new)\n    * [.order([order])](#dc.cboxMenu+order) ⇒ <code>function</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n    * [.promptText([promptText])](#dc.cboxMenu+promptText) ⇒ <code>String</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n    * [.filterDisplayed([filterDisplayed])](#dc.cboxMenu+filterDisplayed) ⇒ <code>function</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n    * [.multiple([multiple])](#dc.cboxMenu+multiple) ⇒ <code>Boolean</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n    * [.promptValue([promptValue])](#dc.cboxMenu+promptValue) ⇒ <code>\\*</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\n\n<a name=\"new_dc.cboxMenu_new\"></a>\n\n#### new cboxMenu(parent, [chartGroup])\nThe cboxMenu is a simple widget designed to filter a dimension by\nselecting option(s) from a set of HTML `<input />` elements. The menu can be\nmade into a set of radio buttons (single select) or checkboxes (multiple).\n\n\n| Param | Type | Description |\n| --- | --- | --- |\n| parent | <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>compositeChart</code>](#dc.compositeChart) | Any valid [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying a dom block element such as a div; or a dom element or d3 selection. |\n| [chartGroup] | <code>String</code> | The name of the chart group this widget should be placed in. Interaction with the widget will only trigger events and redraws within its group. |\n\n**Example**  \n```js\n// create a cboxMenu under #cbox-container using the default global chart group\nvar cbox = dc.cboxMenu('#cbox-container')\n               .dimension(states)\n               .group(stateGroup);\n// the option text can be set via the title() function\n// by default the option text is '`key`: `value`'\ncbox.title(function (d){\n    return 'STATE: ' + d.key;\n})\n```\n<a name=\"dc.cboxMenu+order\"></a>\n\n#### cboxMenu.order([order]) ⇒ <code>function</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\nGet or set the function that controls the ordering of option tags in the\ncbox menu. By default options are ordered by the group key in ascending\norder.\n\n**Kind**: instance method of [<code>cboxMenu</code>](#dc.cboxMenu)  \n\n| Param | Type |\n| --- | --- |\n| [order] | <code>function</code> | \n\n**Example**  \n```js\n// order by the group's value\nchart.order(function (a,b) {\n    return a.value > b.value ? 1 : b.value > a.value ? -1 : 0;\n});\n```\n<a name=\"dc.cboxMenu+promptText\"></a>\n\n#### cboxMenu.promptText([promptText]) ⇒ <code>String</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\nGet or set the text displayed in the options used to prompt selection.\n\n**Kind**: instance method of [<code>cboxMenu</code>](#dc.cboxMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptText] | <code>String</code> | <code>&#x27;Select all&#x27;</code> | \n\n**Example**  \n```js\nchart.promptText('All states');\n```\n<a name=\"dc.cboxMenu+filterDisplayed\"></a>\n\n#### cboxMenu.filterDisplayed([filterDisplayed]) ⇒ <code>function</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\nGet or set the function that filters options prior to display. By default options\nwith a value of < 1 are not displayed.\n\n**Kind**: instance method of [<code>cboxMenu</code>](#dc.cboxMenu)  \n\n| Param | Type |\n| --- | --- |\n| [filterDisplayed] | <code>function</code> | \n\n**Example**  \n```js\n// display all options override the `filterDisplayed` function:\nchart.filterDisplayed(function () {\n    return true;\n});\n```\n<a name=\"dc.cboxMenu+multiple\"></a>\n\n#### cboxMenu.multiple([multiple]) ⇒ <code>Boolean</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\nControls the type of input element. Setting it to true converts\nthe HTML `input` tags from radio buttons to checkboxes.\n\n**Kind**: instance method of [<code>cboxMenu</code>](#dc.cboxMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [multiple] | <code>boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.multiple(true);\n```\n<a name=\"dc.cboxMenu+promptValue\"></a>\n\n#### cboxMenu.promptValue([promptValue]) ⇒ <code>\\*</code> \\| [<code>cboxMenu</code>](#dc.cboxMenu)\nControls the default value to be used for\n[dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)\nwhen only the prompt value is selected. If `null` (the default), no filtering will occur when\njust the prompt is selected.\n\n**Kind**: instance method of [<code>cboxMenu</code>](#dc.cboxMenu)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [promptValue] | <code>\\*</code> | <code></code> | \n\n<a name=\"dc.baseMixin\"></a>\n\n### dc.baseMixin ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n`dc.baseMixin` is an abstract functional object representing a basic `dc` chart object\nfor all chart and widget implementations. Methods from the [dc.baseMixin](#dc.baseMixin) are inherited\nand available on all chart implementations in the `dc` library.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.baseMixin](#dc.baseMixin) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.height([height])](#dc.baseMixin+height) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.width([width])](#dc.baseMixin+width) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.minWidth([minWidth])](#dc.baseMixin+minWidth) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.minHeight([minHeight])](#dc.baseMixin+minHeight) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.useViewBoxResizing([useViewBoxResizing])](#dc.baseMixin+useViewBoxResizing) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.dimension([dimension])](#dc.baseMixin+dimension) ⇒ <code>crossfilter.dimension</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.data([callback])](#dc.baseMixin+data) ⇒ <code>\\*</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.group([group], [name])](#dc.baseMixin+group) ⇒ <code>crossfilter.group</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.ordering([orderFunction])](#dc.baseMixin+ordering) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.filterAll()](#dc.baseMixin+filterAll) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.select(sel)](#dc.baseMixin+select) ⇒ <code>d3.selection</code>\n    * [.selectAll(sel)](#dc.baseMixin+selectAll) ⇒ <code>d3.selection</code>\n    * [.anchor([parent], [chartGroup])](#dc.baseMixin+anchor) ⇒ <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.anchorName()](#dc.baseMixin+anchorName) ⇒ <code>String</code>\n    * [.root([rootElement])](#dc.baseMixin+root) ⇒ <code>HTMLElement</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.svg([svgElement])](#dc.baseMixin+svg) ⇒ <code>SVGElement</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.resetSvg()](#dc.baseMixin+resetSvg) ⇒ <code>SVGElement</code>\n    * [.filterPrinter([filterPrinterFunction])](#dc.baseMixin+filterPrinter) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.controlsUseVisibility([controlsUseVisibility])](#dc.baseMixin+controlsUseVisibility) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.turnOnControls()](#dc.baseMixin+turnOnControls) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.turnOffControls()](#dc.baseMixin+turnOffControls) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.transitionDuration([duration])](#dc.baseMixin+transitionDuration) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.transitionDelay([delay])](#dc.baseMixin+transitionDelay) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.render()](#dc.baseMixin+render) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.redraw()](#dc.baseMixin+redraw) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.commitHandler(commitHandler)](#dc.baseMixin+commitHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.redrawGroup()](#dc.baseMixin+redrawGroup) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.renderGroup()](#dc.baseMixin+renderGroup) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.hasFilterHandler([hasFilterHandler])](#dc.baseMixin+hasFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.hasFilter([filter])](#dc.baseMixin+hasFilter) ⇒ <code>Boolean</code>\n    * [.removeFilterHandler([removeFilterHandler])](#dc.baseMixin+removeFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.addFilterHandler([addFilterHandler])](#dc.baseMixin+addFilterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.resetFilterHandler([resetFilterHandler])](#dc.baseMixin+resetFilterHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.replaceFilter([filter])](#dc.baseMixin+replaceFilter) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.filter([filter])](#dc.baseMixin+filter) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.filters()](#dc.baseMixin+filters) ⇒ <code>Array.&lt;\\*&gt;</code>\n    * [.onClick(datum)](#dc.baseMixin+onClick) ⇒ <code>undefined</code>\n    * [.filterHandler([filterHandler])](#dc.baseMixin+filterHandler) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.keyAccessor([keyAccessor])](#dc.baseMixin+keyAccessor) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.valueAccessor([valueAccessor])](#dc.baseMixin+valueAccessor) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.label([labelFunction], [enableLabels])](#dc.baseMixin+label) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.renderLabel([renderLabel])](#dc.baseMixin+renderLabel) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.title([titleFunction])](#dc.baseMixin+title) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.renderTitle([renderTitle])](#dc.baseMixin+renderTitle) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * ~~[.renderlet(renderletFunction)](#dc.baseMixin+renderlet) ⇒ [<code>baseMixin</code>](#dc.baseMixin)~~\n    * [.chartGroup([chartGroup])](#dc.baseMixin+chartGroup) ⇒ <code>String</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.expireCache()](#dc.baseMixin+expireCache) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.legend([legend])](#dc.baseMixin+legend) ⇒ [<code>legend</code>](#dc.legend) \\| [<code>baseMixin</code>](#dc.baseMixin)\n    * [.chartID()](#dc.baseMixin+chartID) ⇒ <code>String</code>\n    * [.options(opts)](#dc.baseMixin+options) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n    * [.on(event, listener)](#dc.baseMixin+on) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\n\n<a name=\"dc.baseMixin+height\"></a>\n\n#### baseMixin.height([height]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the height attribute of a chart. The height is applied to the SVGElement generated by\nthe chart when rendered (or re-rendered). If a value is given, then it will be used to calculate\nthe new height and the chart returned for method chaining.  The value can either be a numeric, a\nfunction, or falsy. If no value is specified then the value of the current height attribute will\nbe returned.\n\nBy default, without an explicit height being given, the chart will select the width of its\nanchor element. If that isn't possible it defaults to 200 (provided by the\n[minHeight](#dc.baseMixin+minHeight) property). Setting the value falsy will return\nthe chart to the default behavior.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [minHeight](#dc.baseMixin+minHeight)  \n\n| Param | Type |\n| --- | --- |\n| [height] | <code>Number</code> \\| <code>function</code> | \n\n**Example**  \n```js\n// Default height\nchart.height(function (element) {\n    var height = element && element.getBoundingClientRect && element.getBoundingClientRect().height;\n    return (height && height > chart.minHeight()) ? height : chart.minHeight();\n});\n\nchart.height(250); // Set the chart's height to 250px;\nchart.height(function(anchor) { return doSomethingWith(anchor); }); // set the chart's height with a function\nchart.height(null); // reset the height to the default auto calculation\n```\n<a name=\"dc.baseMixin+width\"></a>\n\n#### baseMixin.width([width]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the width attribute of a chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**\n\n- [height](#dc.baseMixin+height)\n- [minWidth](#dc.baseMixin+minWidth)\n\n\n| Param | Type |\n| --- | --- |\n| [width] | <code>Number</code> \\| <code>function</code> | \n\n**Example**  \n```js\n// Default width\nchart.width(function (element) {\n    var width = element && element.getBoundingClientRect && element.getBoundingClientRect().width;\n    return (width && width > chart.minWidth()) ? width : chart.minWidth();\n});\n```\n<a name=\"dc.baseMixin+minWidth\"></a>\n\n#### baseMixin.minWidth([minWidth]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the minimum width attribute of a chart. This only has effect when used with the default\n[width](#dc.baseMixin+width) function.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [width](#dc.baseMixin+width)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minWidth] | <code>Number</code> | <code>200</code> | \n\n<a name=\"dc.baseMixin+minHeight\"></a>\n\n#### baseMixin.minHeight([minHeight]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the minimum height attribute of a chart. This only has effect when used with the default\n[height](#dc.baseMixin+height) function.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [height](#dc.baseMixin+height)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [minHeight] | <code>Number</code> | <code>200</code> | \n\n<a name=\"dc.baseMixin+useViewBoxResizing\"></a>\n\n#### baseMixin.useViewBoxResizing([useViewBoxResizing]) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nTurn on/off using the SVG\n[`viewBox` attribute](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox).\nWhen enabled, `viewBox` will be set on the svg root element instead of `width` and `height`.\nRequires that the chart aspect ratio be defined using chart.width(w) and chart.height(h).\n\nThis will maintain the aspect ratio while enabling the chart to resize responsively to the\nspace given to the chart using CSS. For example, the chart can use `width: 100%; height:\n100%` or absolute positioning to resize to its parent div.\n\nSince the text will be sized as if the chart is drawn according to the width and height, and\nwill be resized if the chart is any other size, you need to set the chart width and height so\nthat the text looks good. In practice, 600x400 seems to work pretty well for most charts.\n\nYou can see examples of this resizing strategy in the [Chart Resizing\nExamples](http://dc-js.github.io/dc.js/resizing/); just add `?resize=viewbox` to any of the\none-chart examples to enable `useViewBoxResizing`.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useViewBoxResizing] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.baseMixin+dimension\"></a>\n\n#### baseMixin.dimension([dimension]) ⇒ <code>crossfilter.dimension</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n**mandatory**\n\nSet or get the dimension attribute of a chart. In `dc`, a dimension can be any valid\n[crossfilter dimension](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension)\n\nIf a value is given, then it will be used as the new dimension. If no value is specified then\nthe current dimension will be returned.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [crossfilter.dimension](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension)  \n\n| Param | Type |\n| --- | --- |\n| [dimension] | <code>crossfilter.dimension</code> | \n\n**Example**  \n```js\nvar index = crossfilter([]);\nvar dimension = index.dimension(dc.pluck('key'));\nchart.dimension(dimension);\n```\n<a name=\"dc.baseMixin+data\"></a>\n\n#### baseMixin.data([callback]) ⇒ <code>\\*</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet the data callback or retrieve the chart's data set. The data callback is passed the chart's\ngroup and by default will return\n[group.all](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all).\nThis behavior may be modified to, for instance, return only the top 5 groups.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [callback] | <code>function</code> | \n\n**Example**  \n```js\n// Default data function\nchart.data(function (group) { return group.all(); });\n\nchart.data(function (group) { return group.top(5); });\n```\n<a name=\"dc.baseMixin+group\"></a>\n\n#### baseMixin.group([group], [name]) ⇒ <code>crossfilter.group</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\n**mandatory**\n\nSet or get the group attribute of a chart. In `dc` a group is a\n[crossfilter group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce).\nUsually the group should be created from the particular dimension associated with the same chart. If a value is\ngiven, then it will be used as the new group.\n\nIf no value specified then the current group will be returned.\nIf `name` is specified then it will be used to generate legend label.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [crossfilter.group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>crossfilter.group</code> | \n| [name] | <code>String</code> | \n\n**Example**  \n```js\nvar index = crossfilter([]);\nvar dimension = index.dimension(dc.pluck('key'));\nchart.dimension(dimension);\nchart.group(dimension.group().reduceSum());\n```\n<a name=\"dc.baseMixin+ordering\"></a>\n\n#### baseMixin.ordering([orderFunction]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nGet or set an accessor to order ordinal dimensions.  The chart uses\n[Array.sort](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)\nto sort elements; this accessor returns the value to order on.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [orderFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Default ordering accessor\n_chart.ordering(dc.pluck('key'));\n```\n<a name=\"dc.baseMixin+filterAll\"></a>\n\n#### baseMixin.filterAll() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nClear all filters associated with this chart. The same effect can be achieved by calling\n[chart.filter(null)](#dc.baseMixin+filter).\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+select\"></a>\n\n#### baseMixin.select(sel) ⇒ <code>d3.selection</code>\nExecute d3 single selection in the chart's scope using the given selector and return the d3\nselection.\n\nThis function is **not chainable** since it does not return a chart instance; however the d3\nselection result can be chained to d3 function calls.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [d3.select](https://github.com/d3/d3-selection/blob/master/README.md#select)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| sel | <code>String</code> | CSS selector string |\n\n**Example**  \n```js\n// Has the same effect as d3.select('#chart-id').select(selector)\nchart.select(selector)\n```\n<a name=\"dc.baseMixin+selectAll\"></a>\n\n#### baseMixin.selectAll(sel) ⇒ <code>d3.selection</code>\nExecute in scope d3 selectAll using the given selector and return d3 selection result.\n\nThis function is **not chainable** since it does not return a chart instance; however the d3\nselection result can be chained to d3 function calls.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [d3.selectAll](https://github.com/d3/d3-selection/blob/master/README.md#selectAll)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| sel | <code>String</code> | CSS selector string |\n\n**Example**  \n```js\n// Has the same effect as d3.select('#chart-id').selectAll(selector)\nchart.selectAll(selector)\n```\n<a name=\"dc.baseMixin+anchor\"></a>\n\n#### baseMixin.anchor([parent], [chartGroup]) ⇒ <code>String</code> \\| <code>node</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet the root SVGElement to either be an existing chart's root; or any valid [d3 single\nselector](https://github.com/d3/d3-selection/blob/master/README.md#selecting-elements) specifying a dom\nblock element such as a div; or a dom element or d3 selection. Optionally registers the chart\nwithin the chartGroup. This class is called internally on chart initialization, but be called\nagain to relocate the chart. However, it will orphan any previously created SVGElements.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [parent] | <code>anchorChart</code> \\| <code>anchorSelector</code> \\| <code>anchorNode</code> | \n| [chartGroup] | <code>String</code> | \n\n<a name=\"dc.baseMixin+anchorName\"></a>\n\n#### baseMixin.anchorName() ⇒ <code>String</code>\nReturns the DOM id for the chart's anchored location.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+root\"></a>\n\n#### baseMixin.root([rootElement]) ⇒ <code>HTMLElement</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nReturns the root element where a chart resides. Usually it will be the parent div element where\nthe SVGElement was created. You can also pass in a new root element however this is usually handled by\ndc internally. Resetting the root element on a chart outside of dc internals may have\nunexpected consequences.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement)  \n\n| Param | Type |\n| --- | --- |\n| [rootElement] | <code>HTMLElement</code> | \n\n<a name=\"dc.baseMixin+svg\"></a>\n\n#### baseMixin.svg([svgElement]) ⇒ <code>SVGElement</code> \\| <code>d3.selection</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nReturns the top SVGElement for this specific chart. You can also pass in a new SVGElement,\nhowever this is usually handled by dc internally. Resetting the SVGElement on a chart outside\nof dc internals may have unexpected consequences.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n\n| Param | Type |\n| --- | --- |\n| [svgElement] | <code>SVGElement</code> \\| <code>d3.selection</code> | \n\n<a name=\"dc.baseMixin+resetSvg\"></a>\n\n#### baseMixin.resetSvg() ⇒ <code>SVGElement</code>\nRemove the chart's SVGElements from the dom and recreate the container SVGElement.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [SVGElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGElement)  \n<a name=\"dc.baseMixin+filterPrinter\"></a>\n\n#### baseMixin.filterPrinter([filterPrinterFunction]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the filter printer function. The filter printer function is used to generate human\nfriendly text for filter value(s) associated with the chart instance. The text will get shown\nin the `.filter element; see [turnOnControls](#dc.baseMixin+turnOnControls).\n\nBy default dc charts use a default filter printer [filters](#dc.printers.filters)\nthat provides simple printing support for both single value and ranged filters.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [filterPrinterFunction] | <code>function</code> | <code>dc.printers.filters</code> | \n\n**Example**  \n```js\n// for a chart with an ordinal brush, print the filters in upper case\nchart.filterPrinter(function(filters) {\n  return filters.map(function(f) { return f.toUpperCase(); }).join(', ');\n});\n// for a chart with a range brush, print the filter as start and extent\nchart.filterPrinter(function(filters) {\n  return 'start ' + dc.utils.printSingleValue(filters[0][0]) +\n    ' extent ' + dc.utils.printSingleValue(filters[0][1] - filters[0][0]);\n});\n```\n<a name=\"dc.baseMixin+controlsUseVisibility\"></a>\n\n#### baseMixin.controlsUseVisibility([controlsUseVisibility]) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nIf set, use the `visibility` attribute instead of the `display` attribute for showing/hiding\nchart reset and filter controls, for less disruption to the layout.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [controlsUseVisibility] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.baseMixin+turnOnControls\"></a>\n\n#### baseMixin.turnOnControls() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nTurn on optional control elements within the root element. dc currently supports the\nfollowing html control elements.\n* root.selectAll('.reset') - elements are turned on if the chart has an active filter. This type\nof control element is usually used to store a reset link to allow user to reset filter on a\ncertain chart. This element will be turned off automatically if the filter is cleared.\n* root.selectAll('.filter') elements are turned on if the chart has an active filter. The text\ncontent of this element is then replaced with the current filter value using the filter printer\nfunction. This type of element will be turned off automatically if the filter is cleared.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+turnOffControls\"></a>\n\n#### baseMixin.turnOffControls() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nTurn off optional control elements within the root element.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [turnOnControls](#dc.baseMixin+turnOnControls)  \n<a name=\"dc.baseMixin+transitionDuration\"></a>\n\n#### baseMixin.transitionDuration([duration]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the animation transition duration (in milliseconds) for this chart instance.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [duration] | <code>Number</code> | <code>750</code> | \n\n<a name=\"dc.baseMixin+transitionDelay\"></a>\n\n#### baseMixin.transitionDelay([delay]) ⇒ <code>Number</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the animation transition delay (in milliseconds) for this chart instance.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [delay] | <code>Number</code> | <code>0</code> | \n\n<a name=\"dc.baseMixin+render\"></a>\n\n#### baseMixin.render() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nInvoking this method will force the chart to re-render everything from scratch. Generally it\nshould only be used to render the chart for the first time on the page or if you want to make\nsure everything is redrawn from scratch instead of relying on the default incremental redrawing\nbehaviour.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+redraw\"></a>\n\n#### baseMixin.redraw() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nCalling redraw will cause the chart to re-render data changes incrementally. If there is no\nchange in the underlying data dimension then calling this method will have no effect on the\nchart. Most chart interaction in dc will automatically trigger this method through internal\nevents (in particular [redrawAll](#dc.redrawAll)); therefore, you only need to\nmanually invoke this function if data is manipulated outside of dc's control (for example if\ndata is loaded in the background using\n[crossfilter.add](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add)).\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+commitHandler\"></a>\n\n#### baseMixin.commitHandler(commitHandler) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nGets/sets the commit handler. If the chart has a commit handler, the handler will be called when\nthe chart's filters have changed, in order to send the filter data asynchronously to a server.\n\nUnlike other functions in dc.js, the commit handler is asynchronous. It takes two arguments:\na flag indicating whether this is a render (true) or a redraw (false), and a callback to be\ntriggered once the commit is done. The callback has the standard node.js continuation signature\nwith error first and result second.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| commitHandler | <code>function</code> | \n\n<a name=\"dc.baseMixin+redrawGroup\"></a>\n\n#### baseMixin.redrawGroup() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nRedraws all charts in the same group as this chart, typically in reaction to a filter\nchange. If the chart has a [commitHandler](dc.baseMixin.commitFilter), it will\nbe executed and waited for.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+renderGroup\"></a>\n\n#### baseMixin.renderGroup() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nRenders all charts in the same group as this chart. If the chart has a\n[commitHandler](dc.baseMixin.commitFilter), it will be executed and waited for\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+hasFilterHandler\"></a>\n\n#### baseMixin.hasFilterHandler([hasFilterHandler]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the has-filter handler. The has-filter handler is a function that checks to see if\nthe chart's current filters (first argument) include a specific filter (second argument).  Using a custom has-filter handler allows\nyou to change the way filters are checked for and replaced.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [hasFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default has-filter handler\nchart.hasFilterHandler(function (filters, filter) {\n    if (filter === null || typeof(filter) === 'undefined') {\n        return filters.length > 0;\n    }\n    return filters.some(function (f) {\n        return filter <= f && filter >= f;\n    });\n});\n\n// custom filter handler (no-op)\nchart.hasFilterHandler(function(filters, filter) {\n    return false;\n});\n```\n<a name=\"dc.baseMixin+hasFilter\"></a>\n\n#### baseMixin.hasFilter([filter]) ⇒ <code>Boolean</code>\nCheck whether any active filter or a specific filter is associated with particular chart instance.\nThis function is **not chainable**.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [hasFilterHandler](#dc.baseMixin+hasFilterHandler)  \n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n<a name=\"dc.baseMixin+removeFilterHandler\"></a>\n\n#### baseMixin.removeFilterHandler([removeFilterHandler]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the remove filter handler. The remove filter handler is a function that removes a\nfilter from the chart's current filters. Using a custom remove filter handler allows you to\nchange how filters are removed or perform additional work when removing a filter, e.g. when\nusing a filter server other than crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [removeFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default remove filter handler\nchart.removeFilterHandler(function (filters, filter) {\n    for (var i = 0; i < filters.length; i++) {\n        if (filters[i] <= filter && filters[i] >= filter) {\n            filters.splice(i, 1);\n            break;\n        }\n    }\n    return filters;\n});\n\n// custom filter handler (no-op)\nchart.removeFilterHandler(function(filters, filter) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+addFilterHandler\"></a>\n\n#### baseMixin.addFilterHandler([addFilterHandler]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the add filter handler. The add filter handler is a function that adds a filter to\nthe chart's filter list. Using a custom add filter handler allows you to change the way filters\nare added or perform additional work when adding a filter, e.g. when using a filter server other\nthan crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [addFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default add filter handler\nchart.addFilterHandler(function (filters, filter) {\n    filters.push(filter);\n    return filters;\n});\n\n// custom filter handler (no-op)\nchart.addFilterHandler(function(filters, filter) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+resetFilterHandler\"></a>\n\n#### baseMixin.resetFilterHandler([resetFilterHandler]) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the reset filter handler. The reset filter handler is a function that resets the\nchart's filter list by returning a new list. Using a custom reset filter handler allows you to\nchange the way filters are reset, or perform additional work when resetting the filters,\ne.g. when using a filter server other than crossfilter.\n\nThe handler should return a new or modified array as the result.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [resetFilterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// default remove filter handler\nfunction (filters) {\n    return [];\n}\n\n// custom filter handler (no-op)\nchart.resetFilterHandler(function(filters) {\n    return filters;\n});\n```\n<a name=\"dc.baseMixin+replaceFilter\"></a>\n\n#### baseMixin.replaceFilter([filter]) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nReplace the chart filter. This is equivalent to calling `chart.filter(null).filter(filter)`\nbut more efficient because the filter is only applied once.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n<a name=\"dc.baseMixin+filter\"></a>\n\n#### baseMixin.filter([filter]) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nFilter the chart by the given parameter, or return the current filter if no input parameter\nis given.\n\nThe filter parameter can take one of these forms:\n* A single value: the value will be toggled (added if it is not present in the current\nfilters, removed if it is present)\n* An array containing a single array of values (`[[value,value,value]]`): each value is\ntoggled\n* When appropriate for the chart, a [dc filter object](#dc.filters) such as\n  * [`dc.filters.RangedFilter`](#dc.filters.RangedFilter) for the\n[coordinateGridMixin](#dc.coordinateGridMixin) charts\n  * [`dc.filters.TwoDimensionalFilter`](#dc.filters.TwoDimensionalFilter) for the\n[heat map](#dc.heatMap)\n  * [`dc.filters.RangedTwoDimensionalFilter`](#dc.filters.RangedTwoDimensionalFilter)\nfor the [scatter plot](#dc.scatterPlot)\n* `null`: the filter will be reset using the\n[resetFilterHandler](#dc.baseMixin+resetFilterHandler)\n\nNote that this is always a toggle (even when it doesn't make sense for the filter type). If\nyou wish to replace the current filter, either call `chart.filter(null)` first - or it's more\nefficient to call [`chart.replaceFilter(filter)`](#dc.baseMixin+replaceFilter) instead.\n\nEach toggle is executed by checking if the value is already present using the\n[hasFilterHandler](#dc.baseMixin+hasFilterHandler); if it is not present, it is added\nusing the [addFilterHandler](#dc.baseMixin+addFilterHandler); if it is already present,\nit is removed using the [removeFilterHandler](#dc.baseMixin+removeFilterHandler).\n\nOnce the filters array has been updated, the filters are applied to the\ncrossfilter dimension, using the [filterHandler](#dc.baseMixin+filterHandler).\n\nOnce you have set the filters, call [`chart.redrawGroup()`](#dc.baseMixin+redrawGroup)\n(or [`dc.redrawAll()`](#dc.redrawAll)) to redraw the chart's group.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**\n\n- [addFilterHandler](#dc.baseMixin+addFilterHandler)\n- [removeFilterHandler](#dc.baseMixin+removeFilterHandler)\n- [resetFilterHandler](#dc.baseMixin+resetFilterHandler)\n- [filterHandler](#dc.baseMixin+filterHandler)\n\n\n| Param | Type |\n| --- | --- |\n| [filter] | <code>\\*</code> | \n\n**Example**  \n```js\n// filter by a single string\nchart.filter('Sunday');\n// filter by a single age\nchart.filter(18);\n// filter by a set of states\nchart.filter([['MA', 'TX', 'ND', 'WA']]);\n// filter by range -- note the use of dc.filters.RangedFilter, which is different\n// from the syntax for filtering a crossfilter dimension directly, dimension.filter([15,20])\nchart.filter(dc.filters.RangedFilter(15,20));\n```\n<a name=\"dc.baseMixin+filters\"></a>\n\n#### baseMixin.filters() ⇒ <code>Array.&lt;\\*&gt;</code>\nReturns all current filters. This method does not perform defensive cloning of the internal\nfilter array before returning, therefore any modification of the returned array will effect the\nchart's internal filter storage.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+onClick\"></a>\n\n#### baseMixin.onClick(datum) ⇒ <code>undefined</code>\nThis function is passed to d3 as the onClick handler for each chart. The default behavior is to\nfilter on the clicked datum (passed to the callback) and redraw the chart group.\n\nThis function can be replaced in order to change the click behavior (but first look at\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| datum | <code>\\*</code> | \n\n**Example**  \n```js\nvar oldHandler = chart.onClick;\nchart.onClick = function(datum) {\n  // use datum.\n```\n<a name=\"dc.baseMixin+filterHandler\"></a>\n\n#### baseMixin.filterHandler([filterHandler]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the filter handler. The filter handler is a function that performs the filter action\non a specific dimension. Using a custom filter handler allows you to perform additional logic\nbefore or after filtering.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [crossfilter.dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)  \n\n| Param | Type |\n| --- | --- |\n| [filterHandler] | <code>function</code> | \n\n**Example**  \n```js\n// the default filter handler handles all possible cases for the charts in dc.js\n// you can replace it with something more specialized for your own chart\nchart.filterHandler(function (dimension, filters) {\n    if (filters.length === 0) {\n        // the empty case (no filtering)\n        dimension.filter(null);\n    } else if (filters.length === 1 && !filters[0].isFiltered) {\n        // single value and not a function-based filter\n        dimension.filterExact(filters[0]);\n    } else if (filters.length === 1 && filters[0].filterType === 'RangedFilter') {\n        // single range-based filter\n        dimension.filterRange(filters[0]);\n    } else {\n        // an array of values, or an array of filter objects\n        dimension.filterFunction(function (d) {\n            for (var i = 0; i < filters.length; i++) {\n                var filter = filters[i];\n                if (filter.isFiltered && filter.isFiltered(d)) {\n                    return true;\n                } else if (filter <= d && filter >= d) {\n                    return true;\n                }\n            }\n            return false;\n        });\n    }\n    return filters;\n});\n\n// custom filter handler\nchart.filterHandler(function(dimension, filter){\n    var newFilter = filter + 10;\n    dimension.filter(newFilter);\n    return newFilter; // set the actual filter value to the new value\n});\n```\n<a name=\"dc.baseMixin+keyAccessor\"></a>\n\n#### baseMixin.keyAccessor([keyAccessor]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the key accessor function. The key accessor function is used to retrieve the key\nvalue from the crossfilter group. Key values are used differently in different charts, for\nexample keys correspond to slices in a pie chart and x axis positions in a grid coordinate chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [keyAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default key accessor\nchart.keyAccessor(function(d) { return d.key; });\n// custom key accessor for a multi-value crossfilter reduction\nchart.keyAccessor(function(p) { return p.value.absGain; });\n```\n<a name=\"dc.baseMixin+valueAccessor\"></a>\n\n#### baseMixin.valueAccessor([valueAccessor]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the value accessor function. The value accessor function is used to retrieve the\nvalue from the crossfilter group. Group values are used differently in different charts, for\nexample values correspond to slice sizes in a pie chart and y axis positions in a grid\ncoordinate chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [valueAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default value accessor\nchart.valueAccessor(function(d) { return d.value; });\n// custom value accessor for a multi-value crossfilter reduction\nchart.valueAccessor(function(p) { return p.value.percentageGain; });\n```\n<a name=\"dc.baseMixin+label\"></a>\n\n#### baseMixin.label([labelFunction], [enableLabels]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the label function. The chart class will use this function to render labels for each\nchild element in the chart, e.g. slices in a pie chart or bubbles in a bubble chart. Not every\nchart supports the label function, for example line chart does not use this function\nat all. By default, enables labels; pass false for the second parameter if this is not desired.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelFunction] | <code>function</code> |  | \n| [enableLabels] | <code>Boolean</code> | <code>true</code> | \n\n**Example**  \n```js\n// default label function just return the key\nchart.label(function(d) { return d.key; });\n// label function has access to the standard d3 data binding and can get quite complicated\nchart.label(function(d) { return d.data.key + '(' + Math.floor(d.data.value / all.value() * 100) + '%)'; });\n```\n<a name=\"dc.baseMixin+renderLabel\"></a>\n\n#### baseMixin.renderLabel([renderLabel]) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nTurn on/off label rendering\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderLabel] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.baseMixin+title\"></a>\n\n#### baseMixin.title([titleFunction]) ⇒ <code>function</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nSet or get the title function. The chart class will use this function to render the SVGElement title\n(usually interpreted by browser as tooltips) for each child element in the chart, e.g. a slice\nin a pie chart or a bubble in a bubble chart. Almost every chart supports the title function;\nhowever in grid coordinate charts you need to turn off the brush in order to see titles, because\notherwise the brush layer will block tooltip triggering.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [titleFunction] | <code>function</code> | \n\n**Example**  \n```js\n// default title function shows \"key: value\"\nchart.title(function(d) { return d.key + ': ' + d.value; });\n// title function has access to the standard d3 data binding and can get quite complicated\nchart.title(function(p) {\n   return p.key.getFullYear()\n       + '\\n'\n       + 'Index Gain: ' + numberFormat(p.value.absGain) + '\\n'\n       + 'Index Gain in Percentage: ' + numberFormat(p.value.percentageGain) + '%\\n'\n       + 'Fluctuation / Index Ratio: ' + numberFormat(p.value.fluctuationPercentage) + '%';\n});\n```\n<a name=\"dc.baseMixin+renderTitle\"></a>\n\n#### baseMixin.renderTitle([renderTitle]) ⇒ <code>Boolean</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nTurn on/off title rendering, or return the state of the render title flag if no arguments are\ngiven.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderTitle] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.baseMixin+renderlet\"></a>\n\n#### ~~baseMixin.renderlet(renderletFunction) ⇒ [<code>baseMixin</code>](#dc.baseMixin)~~\n***Deprecated***\n\nA renderlet is similar to an event listener on rendering event. Multiple renderlets can be added\nto an individual chart.  Each time a chart is rerendered or redrawn the renderlets are invoked\nright after the chart finishes its transitions, giving you a way to modify the SVGElements.\nRenderlet functions take the chart instance as the only input parameter and you can\nuse the dc API or use raw d3 to achieve pretty much any effect.\n\nUse [on](#dc.baseMixin+on) with a 'renderlet' prefix.\nGenerates a random key for the renderlet, which makes it hard to remove.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| renderletFunction | <code>function</code> | \n\n**Example**  \n```js\n// do this instead of .renderlet(function(chart) { ... })\nchart.on(\"renderlet\", function(chart){\n    // mix of dc API and d3 manipulation\n    chart.select('g.y').style('display', 'none');\n    // its a closure so you can also access other chart variable available in the closure scope\n    moveChart.filter(chart.filter());\n});\n```\n<a name=\"dc.baseMixin+chartGroup\"></a>\n\n#### baseMixin.chartGroup([chartGroup]) ⇒ <code>String</code> \\| [<code>baseMixin</code>](#dc.baseMixin)\nGet or set the chart group to which this chart belongs. Chart groups are rendered or redrawn\ntogether since it is expected they share the same underlying crossfilter data set.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [chartGroup] | <code>String</code> | \n\n<a name=\"dc.baseMixin+expireCache\"></a>\n\n#### baseMixin.expireCache() ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nExpire the internal chart cache. dc charts cache some data internally on a per chart basis to\nspeed up rendering and avoid unnecessary calculation; however it might be useful to clear the\ncache if you have changed state which will affect rendering.  For example, if you invoke\n[crossfilter.add](https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add)\nfunction or reset group or dimension after rendering, it is a good idea to\nclear the cache to make sure charts are rendered properly.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+legend\"></a>\n\n#### baseMixin.legend([legend]) ⇒ [<code>legend</code>](#dc.legend) \\| [<code>baseMixin</code>](#dc.baseMixin)\nAttach a dc.legend widget to this chart. The legend widget will automatically draw legend labels\nbased on the color setting and names associated with each group.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| [legend] | [<code>legend</code>](#dc.legend) | \n\n**Example**  \n```js\nchart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5))\n```\n<a name=\"dc.baseMixin+chartID\"></a>\n\n#### baseMixin.chartID() ⇒ <code>String</code>\nReturns the internal numeric ID of the chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n<a name=\"dc.baseMixin+options\"></a>\n\n#### baseMixin.options(opts) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nSet chart options using a configuration object. Each key in the object will cause the method of\nthe same name to be called with the value to set that attribute for the chart.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| opts | <code>Object</code> | \n\n**Example**  \n```js\nchart.options({dimension: myDimension, group: myGroup});\n```\n<a name=\"dc.baseMixin+on\"></a>\n\n#### baseMixin.on(event, listener) ⇒ [<code>baseMixin</code>](#dc.baseMixin)\nAll dc chart instance supports the following listeners.\nSupports the following events:\n* `renderlet` - This listener function will be invoked after transitions after redraw and render. Replaces the\ndeprecated [renderlet](#dc.baseMixin+renderlet) method.\n* `pretransition` - Like `.on('renderlet', ...)` but the event is fired before transitions start.\n* `preRender` - This listener function will be invoked before chart rendering.\n* `postRender` - This listener function will be invoked after chart finish rendering including\nall renderlets' logic.\n* `preRedraw` - This listener function will be invoked before chart redrawing.\n* `postRedraw` - This listener function will be invoked after chart finish redrawing\nincluding all renderlets' logic.\n* `filtered` - This listener function will be invoked after a filter is applied, added or removed.\n* `zoomed` - This listener function will be invoked after a zoom is triggered.\n\n**Kind**: instance method of [<code>baseMixin</code>](#dc.baseMixin)  \n**See**: [d3.dispatch.on](https://github.com/d3/d3-dispatch/blob/master/README.md#dispatch_on)  \n\n| Param | Type |\n| --- | --- |\n| event | <code>String</code> | \n| listener | <code>function</code> | \n\n**Example**  \n```js\n.on('renderlet', function(chart, filter){...})\n.on('pretransition', function(chart, filter){...})\n.on('preRender', function(chart){...})\n.on('postRender', function(chart){...})\n.on('preRedraw', function(chart){...})\n.on('postRedraw', function(chart){...})\n.on('filtered', function(chart, filter){...})\n.on('zoomed', function(chart, filter){...})\n```\n<a name=\"dc.marginMixin\"></a>\n\n### dc.marginMixin ⇒ [<code>marginMixin</code>](#dc.marginMixin)\nMargin is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid\nCharts.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n<a name=\"dc.marginMixin+margins\"></a>\n\n#### marginMixin.margins([margins]) ⇒ <code>Object</code> \\| [<code>marginMixin</code>](#dc.marginMixin)\nGet or set the margins for a particular coordinate grid chart instance. The margins is stored as\nan associative Javascript array.\n\n**Kind**: instance method of [<code>marginMixin</code>](#dc.marginMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [margins] | <code>Object</code> | <code>{top: 10, right: 50, bottom: 30, left: 30}</code> | \n\n**Example**  \n```js\nvar leftMargin = chart.margins().left; // 30 by default\nchart.margins().left = 50;\nleftMargin = chart.margins().left; // now 50\n```\n<a name=\"dc.colorMixin\"></a>\n\n### dc.colorMixin ⇒ [<code>colorMixin</code>](#dc.colorMixin)\nThe Color Mixin is an abstract chart functional class providing universal coloring support\nas a mix-in for any concrete chart implementation.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.colorMixin](#dc.colorMixin) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n    * [.colors([colorScale])](#dc.colorMixin+colors) ⇒ <code>d3.scale</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n    * [.ordinalColors(r)](#dc.colorMixin+ordinalColors) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n    * [.linearColors(r)](#dc.colorMixin+linearColors) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n    * [.colorAccessor([colorAccessor])](#dc.colorMixin+colorAccessor) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n    * [.colorDomain([domain])](#dc.colorMixin+colorDomain) ⇒ <code>Array.&lt;String&gt;</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n    * [.calculateColorDomain()](#dc.colorMixin+calculateColorDomain) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\n    * [.getColor(d, [i])](#dc.colorMixin+getColor) ⇒ <code>String</code>\n    * [.colorCalculator([colorCalculator])](#dc.colorMixin+colorCalculator) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\n\n<a name=\"dc.colorMixin+colors\"></a>\n\n#### colorMixin.colors([colorScale]) ⇒ <code>d3.scale</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\nRetrieve current color scale or set a new color scale. This methods accepts any function that\noperates like a d3 scale.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [colorScale] | <code>d3.scale</code> | <code>d3.scaleOrdinal(d3.schemeCategory20c)</code> | \n\n**Example**  \n```js\n// alternate categorical scale\nchart.colors(d3.scale.category20b());\n// ordinal scale\nchart.colors(d3.scaleOrdinal().range(['red','green','blue']));\n// convenience method, the same as above\nchart.ordinalColors(['red','green','blue']);\n// set a linear scale\nchart.linearColors([\"#4575b4\", \"#ffffbf\", \"#a50026\"]);\n```\n<a name=\"dc.colorMixin+ordinalColors\"></a>\n\n#### colorMixin.ordinalColors(r) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\nConvenience method to set the color scale to\n[d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales) with\nrange `r`.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| r | <code>Array.&lt;String&gt;</code> | \n\n<a name=\"dc.colorMixin+linearColors\"></a>\n\n#### colorMixin.linearColors(r) ⇒ [<code>colorMixin</code>](#dc.colorMixin)\nConvenience method to set the color scale to an Hcl interpolated linear scale with range `r`.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| r | <code>Array.&lt;Number&gt;</code> | \n\n<a name=\"dc.colorMixin+colorAccessor\"></a>\n\n#### colorMixin.colorAccessor([colorAccessor]) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\nSet or the get color accessor function. This function will be used to map a data point in a\ncrossfilter group to a color value on the color scale. The default function uses the key\naccessor.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [colorAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// default index based color accessor\n.colorAccessor(function (d, i){return i;})\n// color accessor for a multi-value crossfilter reduction\n.colorAccessor(function (d){return d.value.absGain;})\n```\n<a name=\"dc.colorMixin+colorDomain\"></a>\n\n#### colorMixin.colorDomain([domain]) ⇒ <code>Array.&lt;String&gt;</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\nSet or get the current domain for the color mapping function. The domain must be supplied as an\narray.\n\nNote: previously this method accepted a callback function. Instead you may use a custom scale\nset by [.colors](#dc.colorMixin+colors).\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [domain] | <code>Array.&lt;String&gt;</code> | \n\n<a name=\"dc.colorMixin+calculateColorDomain\"></a>\n\n#### colorMixin.calculateColorDomain() ⇒ [<code>colorMixin</code>](#dc.colorMixin)\nSet the domain by determining the min and max values as retrieved by\n[.colorAccessor](#dc.colorMixin+colorAccessor) over the chart's dataset.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n<a name=\"dc.colorMixin+getColor\"></a>\n\n#### colorMixin.getColor(d, [i]) ⇒ <code>String</code>\nGet the color for the datum d and counter i. This is used internally by charts to retrieve a color.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| d | <code>\\*</code> | \n| [i] | <code>Number</code> | \n\n<a name=\"dc.colorMixin+colorCalculator\"></a>\n\n#### colorMixin.colorCalculator([colorCalculator]) ⇒ <code>function</code> \\| [<code>colorMixin</code>](#dc.colorMixin)\nOverrides the color selection algorithm, replacing it with a simple function.\n\nNormally colors will be determined by calling the `colorAccessor` to get a value, and then passing that\nvalue through the `colorScale`.\n\nBut sometimes it is difficult to get a color scale to produce the desired effect. The `colorCalculator`\ntakes the datum and index and returns a color directly.\n\n**Kind**: instance method of [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| [colorCalculator] | <code>\\*</code> | \n\n<a name=\"dc.coordinateGridMixin\"></a>\n\n### dc.coordinateGridMixin ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nCoordinate Grid is an abstract base chart designed to support a number of coordinate grid based\nconcrete chart types, e.g. bar chart, line chart, and bubble chart.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n**Mixes**: [<code>colorMixin</code>](#dc.colorMixin), [<code>marginMixin</code>](#dc.marginMixin), [<code>baseMixin</code>](#dc.baseMixin)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.coordinateGridMixin](#dc.coordinateGridMixin) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.rescale()](#dc.coordinateGridMixin+rescale) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.rangeChart([rangeChart])](#dc.coordinateGridMixin+rangeChart) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.zoomScale([extent])](#dc.coordinateGridMixin+zoomScale) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.zoomOutRestrict([zoomOutRestrict])](#dc.coordinateGridMixin+zoomOutRestrict) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.g([gElement])](#dc.coordinateGridMixin+g) ⇒ <code>SVGElement</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.mouseZoomable([mouseZoomable])](#dc.coordinateGridMixin+mouseZoomable) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.chartBodyG([chartBodyG])](#dc.coordinateGridMixin+chartBodyG) ⇒ <code>SVGElement</code>\n    * [.x([xScale])](#dc.coordinateGridMixin+x) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xUnits([xUnits])](#dc.coordinateGridMixin+xUnits) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xAxis([xAxis])](#dc.coordinateGridMixin+xAxis) ⇒ <code>d3.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.elasticX([elasticX])](#dc.coordinateGridMixin+elasticX) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xAxisPadding([padding])](#dc.coordinateGridMixin+xAxisPadding) ⇒ <code>Number</code> \\| <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xAxisPaddingUnit([unit])](#dc.coordinateGridMixin+xAxisPaddingUnit) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xUnitCount()](#dc.coordinateGridMixin+xUnitCount) ⇒ <code>Number</code>\n    * [.useRightYAxis([useRightYAxis])](#dc.coordinateGridMixin+useRightYAxis) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.isOrdinal()](#dc.coordinateGridMixin+isOrdinal) ⇒ <code>Boolean</code>\n    * [.xAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+xAxisLabel) ⇒ <code>String</code>\n    * [.yAxisLabel([labelText], [padding])](#dc.coordinateGridMixin+yAxisLabel) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.y([yScale])](#dc.coordinateGridMixin+y) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.yAxis([yAxis])](#dc.coordinateGridMixin+yAxis) ⇒ <code>d3.axisLeft</code> \\| <code>d3.axisRight</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.elasticY([elasticY])](#dc.coordinateGridMixin+elasticY) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.renderHorizontalGridLines([renderHorizontalGridLines])](#dc.coordinateGridMixin+renderHorizontalGridLines) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.renderVerticalGridLines([renderVerticalGridLines])](#dc.coordinateGridMixin+renderVerticalGridLines) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.xAxisMin()](#dc.coordinateGridMixin+xAxisMin) ⇒ <code>\\*</code>\n    * [.xAxisMax()](#dc.coordinateGridMixin+xAxisMax) ⇒ <code>\\*</code>\n    * [.yAxisMin()](#dc.coordinateGridMixin+yAxisMin) ⇒ <code>\\*</code>\n    * [.yAxisMax()](#dc.coordinateGridMixin+yAxisMax) ⇒ <code>\\*</code>\n    * [.yAxisPadding([padding])](#dc.coordinateGridMixin+yAxisPadding) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.round([round])](#dc.coordinateGridMixin+round) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.brush([_])](#dc.coordinateGridMixin+brush) ⇒ <code>d3.brush</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.clipPadding([padding])](#dc.coordinateGridMixin+clipPadding) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.focus([range], [noRaiseEvents])](#dc.coordinateGridMixin+focus) ⇒ <code>undefined</code>\n    * [.brushOn([brushOn])](#dc.coordinateGridMixin+brushOn) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n    * [.parentBrushOn([brushOn])](#dc.coordinateGridMixin+parentBrushOn) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n\n<a name=\"dc.coordinateGridMixin+rescale\"></a>\n\n#### coordinateGridMixin.rescale() ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nWhen changing the domain of the x or y scale, it is necessary to tell the chart to recalculate\nand redraw the axes. (`.rescale()` is called automatically when the x or y scale is replaced\nwith [.x()](dc.coordinateGridMixin+x) or [.y()](#dc.coordinateGridMixin+y), and has\nno effect on elastic scales.)\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+rangeChart\"></a>\n\n#### coordinateGridMixin.rangeChart([rangeChart]) ⇒ [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the range selection chart associated with this instance. Setting the range selection\nchart using this function will automatically update its selection brush when the current chart\nzooms in. In return the given range chart will also automatically attach this chart as its focus\nchart hence zoom in when range brush updates.\n\nUsually the range and focus charts will share a dimension. The range chart will set the zoom\nboundaries for the focus chart, so its dimension values must be compatible with the domain of\nthe focus chart.\n\nSee the [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) example for this effect in action.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [rangeChart] | [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin) | \n\n<a name=\"dc.coordinateGridMixin+zoomScale\"></a>\n\n#### coordinateGridMixin.zoomScale([extent]) ⇒ <code>Array.&lt;(Number\\|Date)&gt;</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the scale extent for mouse zooms.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [extent] | <code>Array.&lt;(Number\\|Date)&gt;</code> | <code>[1, Infinity]</code> | \n\n<a name=\"dc.coordinateGridMixin+zoomOutRestrict\"></a>\n\n#### coordinateGridMixin.zoomOutRestrict([zoomOutRestrict]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the zoom restriction for the chart. If true limits the zoom to origional domain of the chart.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [zoomOutRestrict] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.coordinateGridMixin+g\"></a>\n\n#### coordinateGridMixin.g([gElement]) ⇒ <code>SVGElement</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the root g element. This method is usually used to retrieve the g element in order to\noverlay custom svg drawing programatically. **Caution**: The root g element is usually generated\nby dc.js internals, and resetting it might produce unpredictable result.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [gElement] | <code>SVGElement</code> | \n\n<a name=\"dc.coordinateGridMixin+mouseZoomable\"></a>\n\n#### coordinateGridMixin.mouseZoomable([mouseZoomable]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get mouse zoom capability flag (default: false). When turned on the chart will be\nzoomable using the mouse wheel. If the range selector chart is attached zooming will also update\nthe range selection brush on the associated range selector chart.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [mouseZoomable] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+chartBodyG\"></a>\n\n#### coordinateGridMixin.chartBodyG([chartBodyG]) ⇒ <code>SVGElement</code>\nRetrieve the svg group for the chart body.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [chartBodyG] | <code>SVGElement</code> | \n\n<a name=\"dc.coordinateGridMixin+x\"></a>\n\n#### coordinateGridMixin.x([xScale]) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\n**mandatory**\n\nGet or set the x scale. The x scale can be any d3\n[d3.scale](https://github.com/d3/d3-scale/blob/master/README.md) or\n[ordinal scale](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [xScale] | <code>d3.scale</code> | \n\n**Example**  \n```js\n// set x to a linear scale\nchart.x(d3.scaleLinear().domain([-2500, 2500]))\n// set x to a time scale to generate histogram\nchart.x(d3.scaleTime().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n```\n<a name=\"dc.coordinateGridMixin+xUnits\"></a>\n\n#### coordinateGridMixin.xUnits([xUnits]) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the xUnits function. The coordinate grid chart uses the xUnits function to calculate\nthe number of data projections on the x axis such as the number of bars for a bar chart or the\nnumber of dots for a line chart.\n\nThis function is expected to return a Javascript array of all data points on the x axis, or\nthe number of points on the axis. d3 time range functions [d3.timeDays, d3.timeMonths, and\nd3.timeYears](https://github.com/d3/d3-time/blob/master/README.md#intervals) are all valid\nxUnits functions.\n\ndc.js also provides a few units function, see the [Units Namespace](#dc.units) for\na list of built-in units functions.\n\nNote that as of dc.js 3.0, `dc.units.ordinal` is not a real function, because it is not\npossible to define this function compliant with the d3 range functions. It was already a\nmagic value which caused charts to behave differently, and now it is completely so.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xUnits] | <code>function</code> | <code>dc.units.integers</code> | \n\n**Example**  \n```js\n// set x units to count days\nchart.xUnits(d3.timeDays);\n// set x units to count months\nchart.xUnits(d3.timeMonths);\n\n// A custom xUnits function can be used as long as it follows the following interface:\n// units in integer\nfunction(start, end) {\n     // simply calculates how many integers in the domain\n     return Math.abs(end - start);\n}\n\n// fixed units\nfunction(start, end) {\n     // be aware using fixed units will disable the focus/zoom ability on the chart\n     return 1000;\n}\n```\n<a name=\"dc.coordinateGridMixin+xAxis\"></a>\n\n#### coordinateGridMixin.xAxis([xAxis]) ⇒ <code>d3.axis</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the x axis used by a particular coordinate grid chart instance. This function is most\nuseful when x axis customization is required. The x axis in dc.js is an instance of a\n[d3 bottom axis object](https://github.com/d3/d3-axis/blob/master/README.md#axisBottom);\ntherefore it supports any valid d3 axisBottom manipulation.\n\n**Caution**: The x axis is usually generated internally by dc; resetting it may cause\nunexpected results. Note also that when used as a getter, this function is not chainable:\nit returns the axis, not the chart,\n{@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\nso attempting to call chart functions after calling `.xAxis()` will fail}.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**See**: [d3.axisBottom](https://github.com/d3/d3-axis/blob/master/README.md#axisBottom)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [xAxis] | <code>d3.axis</code> | <code>d3.axisBottom()</code> | \n\n**Example**  \n```js\n// customize x axis tick format\nchart.xAxis().tickFormat(function(v) {return v + '%';});\n// customize x axis tick values\nchart.xAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.coordinateGridMixin+elasticX\"></a>\n\n#### coordinateGridMixin.elasticX([elasticX]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off elastic x axis behavior. If x axis elasticity is turned on, then the grid chart will\nattempt to recalculate the x axis range whenever a redraw event is triggered.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticX] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisPadding\"></a>\n\n#### coordinateGridMixin.xAxisPadding([padding]) ⇒ <code>Number</code> \\| <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get x axis padding for the elastic x axis. The padding will be added to both end of the x\naxis if elasticX is turned on; otherwise it is ignored.\n\nPadding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\nnumber or date x axes.  When padding a date axis, an integer represents number of units being padded\nand a percentage string will be treated the same as an integer. The unit will be determined by the\nxAxisPaddingUnit variable.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> \\| <code>String</code> | <code>0</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisPaddingUnit\"></a>\n\n#### coordinateGridMixin.xAxisPaddingUnit([unit]) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get x axis padding unit for the elastic x axis. The padding unit will determine which unit to\nuse when applying xAxis padding if elasticX is turned on and if x-axis uses a time dimension;\notherwise it is ignored.\n\nThe padding unit should be a\n[d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#_interval).\nFor backward compatibility with dc.js 2.0, it can also be the name of a d3 time interval\n('day', 'hour', etc). Available arguments are the\n[d3 time intervals](https://github.com/d3/d3-time/blob/master/README.md#intervals d3.timeInterval).\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [unit] | <code>String</code> | <code>d3.timeDay</code> | \n\n<a name=\"dc.coordinateGridMixin+xUnitCount\"></a>\n\n#### coordinateGridMixin.xUnitCount() ⇒ <code>Number</code>\nReturns the number of units displayed on the x axis. If the x axis is ordinal (`xUnits` is\n`dc.units.ordinal`), this is the number of items in the domain of the x scale. Otherwise, the\nx unit count is calculated using the [xUnits](#dc.coordinateGridMixin+xUnits) function.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+useRightYAxis\"></a>\n\n#### coordinateGridMixin.useRightYAxis([useRightYAxis]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGets or sets whether the chart should be drawn with a right axis instead of a left axis. When\nused with a chart in a composite chart, allows both left and right Y axes to be shown on a\nchart.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [useRightYAxis] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+isOrdinal\"></a>\n\n#### coordinateGridMixin.isOrdinal() ⇒ <code>Boolean</code>\nReturns true if the chart is using ordinal xUnits ([ordinal](#dc.units.ordinal), or false\notherwise. Most charts behave differently with ordinal data and use the result of this method to\ntrigger the appropriate logic.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+xAxisLabel\"></a>\n\n#### coordinateGridMixin.xAxisLabel([labelText], [padding]) ⇒ <code>String</code>\nSet or get the x axis label. If setting the label, you may optionally include additional padding to\nthe margin to make room for the label. By default the padded is set to 12 to accomodate the text height.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelText] | <code>String</code> |  | \n| [padding] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.coordinateGridMixin+yAxisLabel\"></a>\n\n#### coordinateGridMixin.yAxisLabel([labelText], [padding]) ⇒ <code>String</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the y axis label. If setting the label, you may optionally include additional padding\nto the margin to make room for the label. By default the padding is set to 12 to accommodate the\ntext height.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [labelText] | <code>String</code> |  | \n| [padding] | <code>Number</code> | <code>12</code> | \n\n<a name=\"dc.coordinateGridMixin+y\"></a>\n\n#### coordinateGridMixin.y([yScale]) ⇒ <code>d3.scale</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the y scale. The y scale is typically automatically determined by the chart implementation.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [yScale] | <code>d3.scale</code> | \n\n<a name=\"dc.coordinateGridMixin+yAxis\"></a>\n\n#### coordinateGridMixin.yAxis([yAxis]) ⇒ <code>d3.axisLeft</code> \\| <code>d3.axisRight</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the y axis used by the coordinate grid chart instance. This function is most useful\nwhen y axis customization is required. Depending on `useRightYAxis` the y axis in dc.js is an instance of\neither [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisLeft) or\n[d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight); therefore it supports any\nvalid d3 axis manipulation.\n\n**Caution**: The y axis is usually generated internally by dc; resetting it may cause\nunexpected results.  Note also that when used as a getter, this function is not chainable: it\nreturns the axis, not the chart,\n{@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\nso attempting to call chart functions after calling `.yAxis()` will fail}.\nIn addition, depending on whether you are going to use the axis on left or right\nyou need to appropriately pass [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisLeft)\nor [d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight)\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**See**: [d3.axis](https://github.com/d3/d3-axis/blob/master/README.md)  \n\n| Param | Type |\n| --- | --- |\n| [yAxis] | <code>d3.axisLeft</code> \\| <code>d3.axisRight</code> | \n\n**Example**  \n```js\n// customize y axis tick format\nchart.yAxis().tickFormat(function(v) {return v + '%';});\n// customize y axis tick values\nchart.yAxis().tickValues([0, 100, 200, 300]);\n```\n<a name=\"dc.coordinateGridMixin+elasticY\"></a>\n\n#### coordinateGridMixin.elasticY([elasticY]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off elastic y axis behavior. If y axis elasticity is turned on, then the grid chart will\nattempt to recalculate the y axis range whenever a redraw event is triggered.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [elasticY] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+renderHorizontalGridLines\"></a>\n\n#### coordinateGridMixin.renderHorizontalGridLines([renderHorizontalGridLines]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off horizontal grid lines.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderHorizontalGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+renderVerticalGridLines\"></a>\n\n#### coordinateGridMixin.renderVerticalGridLines([renderVerticalGridLines]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off vertical grid lines.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [renderVerticalGridLines] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.coordinateGridMixin+xAxisMin\"></a>\n\n#### coordinateGridMixin.xAxisMin() ⇒ <code>\\*</code>\nCalculates the minimum x value to display in the chart. Includes xAxisPadding if set.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+xAxisMax\"></a>\n\n#### coordinateGridMixin.xAxisMax() ⇒ <code>\\*</code>\nCalculates the maximum x value to display in the chart. Includes xAxisPadding if set.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+yAxisMin\"></a>\n\n#### coordinateGridMixin.yAxisMin() ⇒ <code>\\*</code>\nCalculates the minimum y value to display in the chart. Includes yAxisPadding if set.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+yAxisMax\"></a>\n\n#### coordinateGridMixin.yAxisMax() ⇒ <code>\\*</code>\nCalculates the maximum y value to display in the chart. Includes yAxisPadding if set.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n<a name=\"dc.coordinateGridMixin+yAxisPadding\"></a>\n\n#### coordinateGridMixin.yAxisPadding([padding]) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get y axis padding for the elastic y axis. The padding will be added to the top and\nbottom of the y axis if elasticY is turned on; otherwise it is ignored.\n\nPadding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\nnumber or date axes. When padding a date axis, an integer represents number of days being padded\nand a percentage string will be treated the same as an integer.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> \\| <code>String</code> | <code>0</code> | \n\n<a name=\"dc.coordinateGridMixin+round\"></a>\n\n#### coordinateGridMixin.round([round]) ⇒ <code>function</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nSet or get the rounding function used to quantize the selection when brushing is enabled.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [round] | <code>function</code> | \n\n**Example**  \n```js\n// set x unit round to by month, this will make sure range selection brush will\n// select whole months\nchart.round(d3.timeMonth.round);\n```\n<a name=\"dc.coordinateGridMixin+brush\"></a>\n\n#### coordinateGridMixin.brush([_]) ⇒ <code>d3.brush</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the brush. Brush must be an instance of d3 brushes\nhttps://github.com/d3/d3-brush/blob/master/README.md\nYou will use this only if you are writing a new chart type that supports brushing.\n\n**Caution**: dc creates and manages brushes internally. Go through and understand the source code\nif you want to pass a new brush object. Even if you are only using the getter,\nthe brush object may not behave the way you expect.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type |\n| --- | --- |\n| [_] | <code>d3.brush</code> | \n\n<a name=\"dc.coordinateGridMixin+clipPadding\"></a>\n\n#### coordinateGridMixin.clipPadding([padding]) ⇒ <code>Number</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nGet or set the padding in pixels for the clip path. Once set padding will be applied evenly to\nthe top, left, right, and bottom when the clip path is generated. If set to zero, the clip area\nwill be exactly the chart body area minus the margins.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [padding] | <code>Number</code> | <code>5</code> | \n\n<a name=\"dc.coordinateGridMixin+focus\"></a>\n\n#### coordinateGridMixin.focus([range], [noRaiseEvents]) ⇒ <code>undefined</code>\nZoom this chart to focus on the given range. The given range should be an array containing only\n2 elements (`[start, end]`) defining a range in the x domain. If the range is not given or set\nto null, then the zoom will be reset. _For focus to work elasticX has to be turned off;\notherwise focus will be ignored.\n\nTo avoid ping-pong volley of events between a pair of range and focus charts please set\n`noRaiseEvents` to `true`. In that case it will update this chart but will not fire `zoom` event\nand not try to update back the associated range chart.\nIf you are calling it manually - typically you will leave it to `false` (the default).\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [range] | <code>Array.&lt;Number&gt;</code> |  | \n| [noRaiseEvents] | <code>Boolean</code> | <code>false</code> | \n\n**Example**  \n```js\nchart.on('renderlet', function(chart) {\n    // smooth the rendering through event throttling\n    dc.events.trigger(function(){\n         // focus some other chart to the range selected by user on this chart\n         someOtherChart.focus(chart.filter());\n    });\n})\n```\n<a name=\"dc.coordinateGridMixin+brushOn\"></a>\n\n#### coordinateGridMixin.brushOn([brushOn]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nTurn on/off the brush-based range filter. When brushing is on then user can drag the mouse\nacross a chart with a quantitative scale to perform range filtering based on the extent of the\nbrush, or click on the bars of an ordinal bar chart or slices of a pie chart to filter and\nun-filter them. However turning on the brush filter will disable other interactive elements on\nthe chart such as highlighting, tool tips, and reference lines. Zooming will still be possible\nif enabled, but only via scrolling (panning will be disabled.)\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [brushOn] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.coordinateGridMixin+parentBrushOn\"></a>\n\n#### coordinateGridMixin.parentBrushOn([brushOn]) ⇒ <code>Boolean</code> \\| [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)\nThis will be internally used by composite chart onto children. Please go not invoke directly.\n\n**Kind**: instance method of [<code>coordinateGridMixin</code>](#dc.coordinateGridMixin)  \n**Access**: protected  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [brushOn] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.stackMixin\"></a>\n\n### dc.stackMixin ⇒ [<code>stackMixin</code>](#dc.stackMixin)\nStack Mixin is an mixin that provides cross-chart support of stackability using d3.stackD3v3.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.stackMixin](#dc.stackMixin) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n    * [.stack(group, [name], [accessor])](#dc.stackMixin+stack) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.hidableStacks([hidableStacks])](#dc.stackMixin+hidableStacks) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.hideStack(stackName)](#dc.stackMixin+hideStack) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n    * [.showStack(stackName)](#dc.stackMixin+showStack) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\n    * [.title([stackName], [titleAccessor])](#dc.stackMixin+title) ⇒ <code>String</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.stackLayout([stack])](#dc.stackMixin+stackLayout) ⇒ <code>function</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n    * [.evadeDomainFilter([evadeDomainFilter])](#dc.stackMixin+evadeDomainFilter) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\n\n<a name=\"dc.stackMixin+stack\"></a>\n\n#### stackMixin.stack(group, [name], [accessor]) ⇒ <code>Array.&lt;{group: crossfilter.group, name: String, accessor: function()}&gt;</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nStack a new crossfilter group onto this chart with an optional custom value accessor. All stacks\nin the same chart will share the same key accessor and therefore the same set of keys.\n\nFor example, in a stacked bar chart, the bars of each stack will be positioned using the same set\nof keys on the x axis, while stacked vertically. If name is specified then it will be used to\ngenerate the legend label.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n**See**: [crossfilter.group](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce)  \n\n| Param | Type |\n| --- | --- |\n| group | <code>crossfilter.group</code> | \n| [name] | <code>String</code> | \n| [accessor] | <code>function</code> | \n\n**Example**  \n```js\n// stack group using default accessor\nchart.stack(valueSumGroup)\n// stack group using custom accessor\n.stack(avgByDayGroup, function(d){return d.value.avgByDay;});\n```\n<a name=\"dc.stackMixin+hidableStacks\"></a>\n\n#### stackMixin.hidableStacks([hidableStacks]) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nAllow named stacks to be hidden or shown by clicking on legend items.\nThis does not affect the behavior of hideStack or showStack.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [hidableStacks] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.stackMixin+hideStack\"></a>\n\n#### stackMixin.hideStack(stackName) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\nHide all stacks on the chart with the given name.\nThe chart must be re-rendered for this change to appear.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type |\n| --- | --- |\n| stackName | <code>String</code> | \n\n<a name=\"dc.stackMixin+showStack\"></a>\n\n#### stackMixin.showStack(stackName) ⇒ [<code>stackMixin</code>](#dc.stackMixin)\nShow all stacks on the chart with the given name.\nThe chart must be re-rendered for this change to appear.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type |\n| --- | --- |\n| stackName | <code>String</code> | \n\n<a name=\"dc.stackMixin+title\"></a>\n\n#### stackMixin.title([stackName], [titleAccessor]) ⇒ <code>String</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nSet or get the title function. Chart class will use this function to render svg title (usually interpreted by\nbrowser as tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart.\nAlmost every chart supports title function however in grid coordinate chart you need to turn off brush in order to\nuse title otherwise the brush layer will block tooltip trigger.\n\nIf the first argument is a stack name, the title function will get or set the title for that stack. If stackName\nis not provided, the first stack is implied.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type |\n| --- | --- |\n| [stackName] | <code>String</code> | \n| [titleAccessor] | <code>function</code> | \n\n**Example**  \n```js\n// set a title function on 'first stack'\nchart.title('first stack', function(d) { return d.key + ': ' + d.value; });\n// get a title function from 'second stack'\nvar secondTitleFunction = chart.title('second stack');\n```\n<a name=\"dc.stackMixin+stackLayout\"></a>\n\n#### stackMixin.stackLayout([stack]) ⇒ <code>function</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nGets or sets the stack layout algorithm, which computes a baseline for each stack and\npropagates it to the next.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n**See**: [d3.stackD3v3](https://github.com/d3/d3-3.x-api-reference/blob/master/Stack-Layout.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [stack] | <code>function</code> | <code>d3.stackD3v3</code> | \n\n<a name=\"dc.stackMixin+evadeDomainFilter\"></a>\n\n#### stackMixin.evadeDomainFilter([evadeDomainFilter]) ⇒ <code>Boolean</code> \\| [<code>stackMixin</code>](#dc.stackMixin)\nSince dc.js 2.0, there has been [an issue](https://github.com/dc-js/dc.js/issues/949)\nwhere points are filtered to the current domain. While this is a useful optimization, it is\nincorrectly implemented: the next point outside the domain is required in order to draw lines\nthat are clipped to the bounds, as well as bars that are partly clipped.\n\nA fix will be included in dc.js 2.1.x, but a workaround is needed for dc.js 2.0 and until\nthat fix is published, so set this flag to skip any filtering of points.\n\nOnce the bug is fixed, this flag will have no effect, and it will be deprecated.\n\n**Kind**: instance method of [<code>stackMixin</code>](#dc.stackMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [evadeDomainFilter] | <code>Boolean</code> | <code>false</code> | \n\n<a name=\"dc.capMixin\"></a>\n\n### dc.capMixin ⇒ [<code>capMixin</code>](#dc.capMixin)\nCap is a mixin that groups small data elements below a _cap_ into an *others* grouping for both the\nRow and Pie Charts.\n\nThe top ordered elements in the group up to the cap amount will be kept in the chart, and the rest\nwill be replaced with an *others* element, with value equal to the sum of the replaced values. The\nkeys of the elements below the cap limit are recorded in order to filter by those keys when the\nothers* element is clicked.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.capMixin](#dc.capMixin) ⇒ [<code>capMixin</code>](#dc.capMixin)\n    * [.cap([count])](#dc.capMixin+cap) ⇒ <code>Number</code> \\| [<code>capMixin</code>](#dc.capMixin)\n    * [.takeFront([takeFront])](#dc.capMixin+takeFront) ⇒ <code>Boolean</code> \\| [<code>capMixin</code>](#dc.capMixin)\n    * [.othersLabel([label])](#dc.capMixin+othersLabel) ⇒ <code>String</code> \\| [<code>capMixin</code>](#dc.capMixin)\n    * [.othersGrouper([grouperFunction])](#dc.capMixin+othersGrouper) ⇒ <code>function</code> \\| [<code>capMixin</code>](#dc.capMixin)\n\n<a name=\"dc.capMixin+cap\"></a>\n\n#### capMixin.cap([count]) ⇒ <code>Number</code> \\| [<code>capMixin</code>](#dc.capMixin)\nGet or set the count of elements to that will be included in the cap. If there is an\n[othersGrouper](#dc.capMixin+othersGrouper), any further elements will be combined in an\nextra element with its name determined by [othersLabel](#dc.capMixin+othersLabel).\n\nAs of dc.js 2.1 and onward, the capped charts use\n[group.all()](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all)\nand [baseMixin.ordering()](#dc.baseMixin+ordering) to determine the order of\nelements. Then `cap` and [takeFront](#dc.capMixin+takeFront) determine how many elements\nto keep, from which end of the resulting array.\n\n**Migration note:** Up through dc.js 2.0.*, capping used\n[group.top(N)](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_top),\nwhich selects the largest items according to\n[group.order()](https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_order).\nThe chart then sorted the items according to [baseMixin.ordering()](#dc.baseMixin+ordering).\nSo the two values essentially had to agree, but if the `group.order()` was incorrect (it's\neasy to forget about), the wrong rows or slices would be displayed, in the correct order.\n\nIf your chart previously relied on `group.order()`, use `chart.ordering()` instead. As of\n2.1.5, the ordering defaults to sorting from greatest to least like `group.top(N)` did.\n\nIf you want to cap by one ordering but sort by another, you can still do this by\nspecifying your own [`.data()`](#dc.baseMixin+data) callback. For details, see the example\n[Cap and Sort Differently](https://dc-js.github.io/dc.js/examples/cap-and-sort-differently.html).\n\n**Kind**: instance method of [<code>capMixin</code>](#dc.capMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [count] | <code>Number</code> | <code>Infinity</code> | \n\n<a name=\"dc.capMixin+takeFront\"></a>\n\n#### capMixin.takeFront([takeFront]) ⇒ <code>Boolean</code> \\| [<code>capMixin</code>](#dc.capMixin)\nGet or set the direction of capping. If set, the chart takes the first\n[cap](#dc.capMixin+cap) elements from the sorted array of elements; otherwise\nit takes the last `cap` elements.\n\n**Kind**: instance method of [<code>capMixin</code>](#dc.capMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [takeFront] | <code>Boolean</code> | <code>true</code> | \n\n<a name=\"dc.capMixin+othersLabel\"></a>\n\n#### capMixin.othersLabel([label]) ⇒ <code>String</code> \\| [<code>capMixin</code>](#dc.capMixin)\nGet or set the label for *Others* slice when slices cap is specified.\n\n**Kind**: instance method of [<code>capMixin</code>](#dc.capMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [label] | <code>String</code> | <code>&quot;Others&quot;</code> | \n\n<a name=\"dc.capMixin+othersGrouper\"></a>\n\n#### capMixin.othersGrouper([grouperFunction]) ⇒ <code>function</code> \\| [<code>capMixin</code>](#dc.capMixin)\nGet or set the grouper function that will perform the insertion of data for the *Others* slice\nif the slices cap is specified. If set to a falsy value, no others will be added.\n\nThe grouper function takes an array of included (\"top\") items, and an array of the rest of\nthe items. By default the grouper function computes the sum of the rest.\n\n**Kind**: instance method of [<code>capMixin</code>](#dc.capMixin)  \n\n| Param | Type |\n| --- | --- |\n| [grouperFunction] | <code>function</code> | \n\n**Example**  \n```js\n// Do not show others\nchart.othersGrouper(null);\n// Default others grouper\nchart.othersGrouper(function (topItems, restItems) {\n    var restItemsSum = d3.sum(restItems, _chart.valueAccessor()),\n        restKeys = restItems.map(_chart.keyAccessor());\n    if (restItemsSum > 0) {\n        return topItems.concat([{\n            others: restKeys,\n            key: _chart.othersLabel(),\n            value: restItemsSum\n        }]);\n    }\n    return topItems;\n});\n```\n<a name=\"dc.bubbleMixin\"></a>\n\n### dc.bubbleMixin ⇒ [<code>bubbleMixin</code>](#dc.bubbleMixin)\nThis Mixin provides reusable functionalities for any chart that needs to visualize data using bubbles.\n\n**Kind**: static mixin of [<code>dc</code>](#dc)  \n**Mixes**: [<code>colorMixin</code>](#dc.colorMixin)  \n\n| Param | Type |\n| --- | --- |\n| _chart | <code>Object</code> | \n\n\n* [.bubbleMixin](#dc.bubbleMixin) ⇒ [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.r([bubbleRadiusScale])](#dc.bubbleMixin+r) ⇒ <code>d3.scale</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.radiusValueAccessor([radiusValueAccessor])](#dc.bubbleMixin+radiusValueAccessor) ⇒ <code>function</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.minRadius([radius])](#dc.bubbleMixin+minRadius) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.minRadiusWithLabel([radius])](#dc.bubbleMixin+minRadiusWithLabel) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n    * [.maxBubbleRelativeSize([relativeSize])](#dc.bubbleMixin+maxBubbleRelativeSize) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\n\n<a name=\"dc.bubbleMixin+r\"></a>\n\n#### bubbleMixin.r([bubbleRadiusScale]) ⇒ <code>d3.scale</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the bubble radius scale. By default the bubble chart uses\n[d3.scaleLinear().domain([0, 100])](https://github.com/d3/d3-scale/blob/master/README.md#scaleLinear)\nas its radius scale.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n**See**: [d3.scale](https://github.com/d3/d3-scale/blob/master/README.md)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [bubbleRadiusScale] | <code>d3.scale</code> | <code>d3.scaleLinear().domain([0, 100])</code> | \n\n<a name=\"dc.bubbleMixin+radiusValueAccessor\"></a>\n\n#### bubbleMixin.radiusValueAccessor([radiusValueAccessor]) ⇒ <code>function</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the radius value accessor function. If set, the radius value accessor function will\nbe used to retrieve a data value for each bubble. The data retrieved then will be mapped using\nthe r scale to the actual bubble radius. This allows you to encode a data dimension using bubble\nsize.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n\n| Param | Type |\n| --- | --- |\n| [radiusValueAccessor] | <code>function</code> | \n\n<a name=\"dc.bubbleMixin+minRadius\"></a>\n\n#### bubbleMixin.minRadius([radius]) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the minimum radius. This will be used to initialize the radius scale's range.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [radius] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.bubbleMixin+minRadiusWithLabel\"></a>\n\n#### bubbleMixin.minRadiusWithLabel([radius]) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the minimum radius for label rendering. If a bubble's radius is less than this value\nthen no label will be rendered.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [radius] | <code>Number</code> | <code>10</code> | \n\n<a name=\"dc.bubbleMixin+maxBubbleRelativeSize\"></a>\n\n#### bubbleMixin.maxBubbleRelativeSize([relativeSize]) ⇒ <code>Number</code> \\| [<code>bubbleMixin</code>](#dc.bubbleMixin)\nGet or set the maximum relative size of a bubble to the length of x axis. This value is useful\nwhen the difference in radius between bubbles is too great.\n\n**Kind**: instance method of [<code>bubbleMixin</code>](#dc.bubbleMixin)  \n\n| Param | Type | Default |\n| --- | --- | --- |\n| [relativeSize] | <code>Number</code> | <code>0.3</code> | \n\n<a name=\"dc.disableTransitions\"></a>\n\n### dc.disableTransitions : <code>Boolean</code>\nIf this boolean is set truthy, all transitions will be disabled, and changes to the charts will happen\nimmediately.\n\n**Kind**: static property of [<code>dc</code>](#dc)  \n**Default**: <code>false</code>  \n<a name=\"dc.dateFormat\"></a>\n\n### dc.dateFormat : <code>function</code>\nThe default date format for dc.js\n\n**Kind**: static property of [<code>dc</code>](#dc)  \n**Default**: <code>d3.timeFormat(&#x27;%m/%d/%Y&#x27;)</code>  \n<a name=\"dc.chartRegistry\"></a>\n\n### dc.chartRegistry : <code>object</code>\nThe dc.chartRegistry object maintains sets of all instantiated dc.js charts under named groups\nand the default group.\n\nA chart group often corresponds to a crossfilter instance. It specifies\nthe set of charts which should be updated when a filter changes on one of the charts or when the\nglobal functions [filterAll](#dc.filterAll), [refocusAll](#dc.refocusAll),\n[renderAll](#dc.renderAll), [redrawAll](#dc.redrawAll), or chart functions\n[baseMixin.renderGroup](#dc.baseMixin+renderGroup),\n[baseMixin.redrawGroup](#dc.baseMixin+redrawGroup) are called.\n\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.chartRegistry](#dc.chartRegistry) : <code>object</code>\n    * [.has(chart)](#dc.chartRegistry.has) ⇒ <code>Boolean</code>\n    * [.register(chart, [group])](#dc.chartRegistry.register) ⇒ <code>undefined</code>\n    * [.deregister(chart, [group])](#dc.chartRegistry.deregister) ⇒ <code>undefined</code>\n    * [.clear(group)](#dc.chartRegistry.clear) ⇒ <code>undefined</code>\n    * [.list([group])](#dc.chartRegistry.list) ⇒ <code>Array.&lt;Object&gt;</code>\n\n<a name=\"dc.chartRegistry.has\"></a>\n\n#### chartRegistry.has(chart) ⇒ <code>Boolean</code>\nDetermine if a given chart instance resides in any group in the registry.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n\n<a name=\"dc.chartRegistry.register\"></a>\n\n#### chartRegistry.register(chart, [group]) ⇒ <code>undefined</code>\nAdd given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.deregister\"></a>\n\n#### chartRegistry.deregister(chart, [group]) ⇒ <code>undefined</code>\nRemove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.clear\"></a>\n\n#### chartRegistry.clear(group) ⇒ <code>undefined</code>\nClear given group if one is provided, otherwise clears all groups.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| group | <code>String</code> | Group name |\n\n<a name=\"dc.chartRegistry.list\"></a>\n\n#### chartRegistry.list([group]) ⇒ <code>Array.&lt;Object&gt;</code>\nGet an array of each chart instance in the given group.\nIf no group is provided, the charts in the default group are returned.\n\n**Kind**: static method of [<code>chartRegistry</code>](#dc.chartRegistry)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.units\"></a>\n\n### dc.units : <code>object</code>\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.units](#dc.units) : <code>object</code>\n    * [.fp](#dc.units.fp) : <code>object</code>\n        * [.precision(precision)](#dc.units.fp.precision) ⇒ <code>function</code>\n    * [.integers(start, end)](#dc.units.integers) ⇒ <code>Number</code>\n    * [.ordinal()](#dc.units.ordinal) ⇒ <code>uncallable</code>\n\n<a name=\"dc.units.fp\"></a>\n\n#### units.fp : <code>object</code>\n**Kind**: static namespace of [<code>units</code>](#dc.units)  \n<a name=\"dc.units.fp.precision\"></a>\n\n##### fp.precision(precision) ⇒ <code>function</code>\nThis function generates an argument for the [Coordinate Grid Chart](#dc.coordinateGridMixin)\n[.xUnits](#dc.coordinateGridMixin+xUnits) function specifying that the x values are floating-point\nnumbers with the given precision.\nThe returned function determines how many values at the given precision will fit into the range\nsupplied in its start and end parameters.\n\n**Kind**: static method of [<code>fp</code>](#dc.units.fp)  \n**Returns**: <code>function</code> - start-end unit function  \n**See**: [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)  \n\n| Param | Type |\n| --- | --- |\n| precision | <code>Number</code> | \n\n**Example**  \n```js\n// specify values (and ticks) every 0.1 units\nchart.xUnits(dc.units.fp.precision(0.1)\n// there are 500 units between 0.5 and 1 if the precision is 0.001\nvar thousandths = dc.units.fp.precision(0.001);\nthousandths(0.5, 1.0) // returns 500\n```\n<a name=\"dc.units.integers\"></a>\n\n#### units.integers(start, end) ⇒ <code>Number</code>\nThe default value for [.xUnits](#dc.coordinateGridMixin+xUnits) for the\n[Coordinate Grid Chart](#dc.coordinateGridMixin) and should\nbe used when the x values are a sequence of integers.\nIt is a function that counts the number of integers in the range supplied in its start and end parameters.\n\n**Kind**: static method of [<code>units</code>](#dc.units)  \n**See**: [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)  \n\n| Param | Type |\n| --- | --- |\n| start | <code>Number</code> | \n| end | <code>Number</code> | \n\n**Example**  \n```js\nchart.xUnits(dc.units.integers) // already the default\n```\n<a name=\"dc.units.ordinal\"></a>\n\n#### units.ordinal() ⇒ <code>uncallable</code>\nThis argument can be passed to the [.xUnits](#dc.coordinateGridMixin+xUnits) function of a\ncoordinate grid chart to specify ordinal units for the x axis. Usually this parameter is used in\ncombination with passing\n[d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)\nto [.x](#dc.coordinateGridMixin+x).\n\nAs of dc.js 3.0, this is purely a placeholder or magic value which causes the chart to go into ordinal mode; the\nfunction is not called.\n\n**Kind**: static method of [<code>units</code>](#dc.units)  \n**See**\n\n- [d3.scaleOrdinal](https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales)\n- [coordinateGridMixin.xUnits](#dc.coordinateGridMixin+xUnits)\n- [coordinateGridMixin.x](#dc.coordinateGridMixin+x)\n\n**Example**  \n```js\nchart.xUnits(dc.units.ordinal)\n     .x(d3.scaleOrdinal())\n```\n<a name=\"dc.printers\"></a>\n\n### dc.printers : <code>object</code>\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.printers](#dc.printers) : <code>object</code>\n    * [.filters(filters)](#dc.printers.filters) ⇒ <code>String</code>\n    * [.filter(filter)](#dc.printers.filter) ⇒ <code>String</code>\n\n<a name=\"dc.printers.filters\"></a>\n\n#### printers.filters(filters) ⇒ <code>String</code>\nConverts a list of filters into a readable string.\n\n**Kind**: static method of [<code>printers</code>](#dc.printers)  \n\n| Param | Type |\n| --- | --- |\n| filters | [<code>Array.&lt;filters&gt;</code>](#dc.filters) | \n\n<a name=\"dc.printers.filter\"></a>\n\n#### printers.filter(filter) ⇒ <code>String</code>\nConverts a filter into a readable string.\n\n**Kind**: static method of [<code>printers</code>](#dc.printers)  \n\n| Param | Type |\n| --- | --- |\n| filter | [<code>filters</code>](#dc.filters) \\| <code>any</code> \\| <code>Array.&lt;any&gt;</code> | \n\n<a name=\"dc.utils\"></a>\n\n### dc.utils : <code>object</code>\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.utils](#dc.utils) : <code>object</code>\n    * [.printSingleValue(filter)](#dc.utils.printSingleValue) ⇒ <code>String</code>\n    * [.add(l, r, [t])](#dc.utils.add) ⇒ <code>Date</code> \\| <code>Number</code>\n    * [.subtract(l, r, [t])](#dc.utils.subtract) ⇒ <code>Date</code> \\| <code>Number</code>\n    * [.isNumber(n)](#dc.utils.isNumber) ⇒ <code>Boolean</code>\n    * [.isFloat(n)](#dc.utils.isFloat) ⇒ <code>Boolean</code>\n    * [.isInteger(n)](#dc.utils.isInteger) ⇒ <code>Boolean</code>\n    * [.isNegligible(n)](#dc.utils.isNegligible) ⇒ <code>Boolean</code>\n    * [.clamp(val, min, max)](#dc.utils.clamp) ⇒ <code>any</code>\n    * [.constant(x)](#dc.utils.constant) ⇒ <code>function</code>\n    * [.uniqueId()](#dc.utils.uniqueId) ⇒ <code>Number</code>\n    * [.nameToId(name)](#dc.utils.nameToId) ⇒ <code>String</code>\n    * [.appendOrSelect(parent, selector, tag)](#dc.utils.appendOrSelect) ⇒ <code>d3.selection</code>\n    * [.safeNumber(n)](#dc.utils.safeNumber) ⇒ <code>Number</code>\n    * [.arraysEqual(a1, a2)](#dc.utils.arraysEqual) ⇒ <code>Boolean</code>\n\n<a name=\"dc.utils.printSingleValue\"></a>\n\n#### utils.printSingleValue(filter) ⇒ <code>String</code>\nPrint a single value filter.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| filter | <code>any</code> | \n\n<a name=\"dc.utils.add\"></a>\n\n#### utils.add(l, r, [t]) ⇒ <code>Date</code> \\| <code>Number</code>\nArbitrary add one value to another.\n\nIf the value l is of type Date, adds r units to it. t becomes the unit.\nFor example dc.utils.add(dt, 3, 'week') will add 3 (r = 3) weeks (t= 'week') to dt.\n\nIf l is of type numeric, t is ignored. In this case if r is of type string,\nit is assumed to be percentage (whether or not it includes %). For example\ndc.utils.add(30, 10) will give 40 and dc.utils.add(30, '10') will give 33.\n\nThey also generate strange results if l is a string.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n| l | <code>Date</code> \\| <code>Number</code> |  | the value to modify |\n| r | <code>String</code> \\| <code>Number</code> |  | the amount by which to modify the value |\n| [t] | <code>function</code> \\| <code>String</code> | <code>d3.timeDay</code> | if `l` is a `Date`, then this should be a [d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#_interval). For backward compatibility with dc.js 2.0, it can also be the name of an interval, i.e. 'millis', 'second', 'minute', 'hour', 'day', 'week', 'month', or 'year' |\n\n<a name=\"dc.utils.subtract\"></a>\n\n#### utils.subtract(l, r, [t]) ⇒ <code>Date</code> \\| <code>Number</code>\nArbitrary subtract one value from another.\n\nIf the value l is of type Date, subtracts r units from it. t becomes the unit.\nFor example dc.utils.subtract(dt, 3, 'week') will subtract 3 (r = 3) weeks (t= 'week') from dt.\n\nIf l is of type numeric, t is ignored. In this case if r is of type string,\nit is assumed to be percentage (whether or not it includes %). For example\ndc.utils.subtract(30, 10) will give 20 and dc.utils.subtract(30, '10') will give 27.\n\nThey also generate strange results if l is a string.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n| l | <code>Date</code> \\| <code>Number</code> |  | the value to modify |\n| r | <code>String</code> \\| <code>Number</code> |  | the amount by which to modify the value |\n| [t] | <code>function</code> \\| <code>String</code> | <code>d3.timeDay</code> | if `l` is a `Date`, then this should be a [d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#_interval). For backward compatibility with dc.js 2.0, it can also be the name of an interval, i.e. 'millis', 'second', 'minute', 'hour', 'day', 'week', 'month', or 'year' |\n\n<a name=\"dc.utils.isNumber\"></a>\n\n#### utils.isNumber(n) ⇒ <code>Boolean</code>\nIs the value a number?\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isFloat\"></a>\n\n#### utils.isFloat(n) ⇒ <code>Boolean</code>\nIs the value a float?\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isInteger\"></a>\n\n#### utils.isInteger(n) ⇒ <code>Boolean</code>\nIs the value an integer?\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.isNegligible\"></a>\n\n#### utils.isNegligible(n) ⇒ <code>Boolean</code>\nIs the value very close to zero?\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>any</code> | \n\n<a name=\"dc.utils.clamp\"></a>\n\n#### utils.clamp(val, min, max) ⇒ <code>any</code>\nEnsure the value is no greater or less than the min/max values.  If it is return the boundary value.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| val | <code>any</code> | \n| min | <code>any</code> | \n| max | <code>any</code> | \n\n<a name=\"dc.utils.constant\"></a>\n\n#### utils.constant(x) ⇒ <code>function</code>\nGiven `x`, return a function that always returns `x`.\n\n[`d3.functor` was removed in d3 version 4](https://github.com/d3/d3/blob/master/CHANGES.md#internals).\nThis function helps to implement the replacement,\n`typeof x === \"function\" ? x : dc.utils.constant(x)`\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| x | <code>any</code> | \n\n<a name=\"dc.utils.uniqueId\"></a>\n\n#### utils.uniqueId() ⇒ <code>Number</code>\nUsing a simple static counter, provide a unique integer id.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n<a name=\"dc.utils.nameToId\"></a>\n\n#### utils.nameToId(name) ⇒ <code>String</code>\nConvert a name to an ID.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| name | <code>String</code> | \n\n<a name=\"dc.utils.appendOrSelect\"></a>\n\n#### utils.appendOrSelect(parent, selector, tag) ⇒ <code>d3.selection</code>\nAppend or select an item on a parent element.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| parent | <code>d3.selection</code> | \n| selector | <code>String</code> | \n| tag | <code>String</code> | \n\n<a name=\"dc.utils.safeNumber\"></a>\n\n#### utils.safeNumber(n) ⇒ <code>Number</code>\nReturn the number if the value is a number; else 0.\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>Number</code> \\| <code>any</code> | \n\n<a name=\"dc.utils.arraysEqual\"></a>\n\n#### utils.arraysEqual(a1, a2) ⇒ <code>Boolean</code>\nReturn true if both arrays are equal, if both array are null these are considered equal\n\n**Kind**: static method of [<code>utils</code>](#dc.utils)  \n\n| Param | Type |\n| --- | --- |\n| a1 | <code>Array</code> \\| <code>null</code> | \n| a2 | <code>Array</code> \\| <code>null</code> | \n\n<a name=\"dc.filters\"></a>\n\n### dc.filters : <code>object</code>\nThe dc.js filters are functions which are passed into crossfilter to chose which records will be\naccumulated to produce values for the charts.  In the crossfilter model, any filters applied on one\ndimension will affect all the other dimensions but not that one.  dc always applies a filter\nfunction to the dimension; the function combines multiple filters and if any of them accept a\nrecord, it is filtered in.\n\nThese filter constructors are used as appropriate by the various charts to implement brushing.  We\nmention below which chart uses which filter.  In some cases, many instances of a filter will be added.\n\nEach of the dc.js filters is an object with the following properties:\n* `isFiltered` - a function that returns true if a value is within the filter\n* `filterType` - a string identifying the filter, here the name of the constructor\n\nCurrently these filter objects are also arrays, but this is not a requirement. Custom filters\ncan be used as long as they have the properties above.\n\n**Kind**: static namespace of [<code>dc</code>](#dc)  \n\n* [.filters](#dc.filters) : <code>object</code>\n    * [.RangedFilter](#dc.filters.RangedFilter)\n        * [new RangedFilter(low, high)](#new_dc.filters.RangedFilter_new)\n    * [.TwoDimensionalFilter](#dc.filters.TwoDimensionalFilter)\n        * [new TwoDimensionalFilter(filter)](#new_dc.filters.TwoDimensionalFilter_new)\n    * [.RangedTwoDimensionalFilter](#dc.filters.RangedTwoDimensionalFilter)\n        * [new RangedTwoDimensionalFilter(filter)](#new_dc.filters.RangedTwoDimensionalFilter_new)\n    * [.HierarchyFilter](#dc.filters.HierarchyFilter)\n        * [new HierarchyFilter(path)](#new_dc.filters.HierarchyFilter_new)\n\n<a name=\"dc.filters.RangedFilter\"></a>\n\n#### filters.RangedFilter\n**Kind**: static class of [<code>filters</code>](#dc.filters)  \n<a name=\"new_dc.filters.RangedFilter_new\"></a>\n\n##### new RangedFilter(low, high)\nRangedFilter is a filter which accepts keys between `low` and `high`.  It is used to implement X\naxis brushing for the [coordinate grid charts](#dc.coordinateGridMixin).\n\nIts `filterType` is 'RangedFilter'\n\n\n| Param | Type |\n| --- | --- |\n| low | <code>Number</code> | \n| high | <code>Number</code> | \n\n<a name=\"dc.filters.TwoDimensionalFilter\"></a>\n\n#### filters.TwoDimensionalFilter\n**Kind**: static class of [<code>filters</code>](#dc.filters)  \n<a name=\"new_dc.filters.TwoDimensionalFilter_new\"></a>\n\n##### new TwoDimensionalFilter(filter)\nTwoDimensionalFilter is a filter which accepts a single two-dimensional value.  It is used by the\n[heat map chart](#dc.heatMap) to include particular cells as they are clicked.  (Rows and columns are\nfiltered by filtering all the cells in the row or column.)\n\nIts `filterType` is 'TwoDimensionalFilter'\n\n\n| Param | Type |\n| --- | --- |\n| filter | <code>Array.&lt;Number&gt;</code> | \n\n<a name=\"dc.filters.RangedTwoDimensionalFilter\"></a>\n\n#### filters.RangedTwoDimensionalFilter\n**Kind**: static class of [<code>filters</code>](#dc.filters)  \n<a name=\"new_dc.filters.RangedTwoDimensionalFilter_new\"></a>\n\n##### new RangedTwoDimensionalFilter(filter)\nThe RangedTwoDimensionalFilter allows filtering all values which fit within a rectangular\nregion. It is used by the [scatter plot](#dc.scatterPlot) to implement rectangular brushing.\n\nIt takes two two-dimensional points in the form `[[x1,y1],[x2,y2]]`, and normalizes them so that\n`x1 <= x2` and `y1 <= y2`. It then returns a filter which accepts any points which are in the\nrectangular range including the lower values but excluding the higher values.\n\nIf an array of two values are given to the RangedTwoDimensionalFilter, it interprets the values as\ntwo x coordinates `x1` and `x2` and returns a filter which accepts any points for which `x1 <= x <\nx2`.\n\nIts `filterType` is 'RangedTwoDimensionalFilter'\n\n\n| Param | Type |\n| --- | --- |\n| filter | <code>Array.&lt;Array.&lt;Number&gt;&gt;</code> | \n\n<a name=\"dc.filters.HierarchyFilter\"></a>\n\n#### filters.HierarchyFilter\n**Kind**: static class of [<code>filters</code>](#dc.filters)  \n<a name=\"new_dc.filters.HierarchyFilter_new\"></a>\n\n##### new HierarchyFilter(path)\nHierarchyFilter is a filter which accepts a key path as an array. It matches any node at, or\nchild of, the given path. It is used by the [sunburst chart](#dc.sunburstChart) to include particular cells and all\ntheir children as they are clicked.\n\n\n| Param | Type |\n| --- | --- |\n| path | <code>String</code> | \n\n<a name=\"dc.registerChart\"></a>\n\n### dc.registerChart(chart, [group]) ⇒ <code>undefined</code>\nAdd given chart instance to the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.deregisterChart\"></a>\n\n### dc.deregisterChart(chart, [group]) ⇒ <code>undefined</code>\nRemove given chart instance from the given group, creating the group if necessary.\nIf no group is provided, the default group `dc.constants.DEFAULT_CHART_GROUP` will be used.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n| [group] | <code>String</code> | Group name |\n\n<a name=\"dc.hasChart\"></a>\n\n### dc.hasChart(chart) ⇒ <code>Boolean</code>\nDetermine if a given chart instance resides in any group in the registry.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| chart | <code>Object</code> | dc.js chart instance |\n\n<a name=\"dc.deregisterAllCharts\"></a>\n\n### dc.deregisterAllCharts(group) ⇒ <code>undefined</code>\nClear given group if one is provided, otherwise clears all groups.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Description |\n| --- | --- | --- |\n| group | <code>String</code> | Group name |\n\n<a name=\"dc.filterAll\"></a>\n\n### dc.filterAll([group]) ⇒ <code>undefined</code>\nClear all filters on all charts within the given chart group. If the chart group is not given then\nonly charts that belong to the default chart group will be reset.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.refocusAll\"></a>\n\n### dc.refocusAll([group]) ⇒ <code>undefined</code>\nReset zoom level / focus on all charts that belong to the given chart group. If the chart group is\nnot given then only charts that belong to the default chart group will be reset.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.renderAll\"></a>\n\n### dc.renderAll([group]) ⇒ <code>undefined</code>\nRe-render all charts belong to the given chart group. If the chart group is not given then only\ncharts that belong to the default chart group will be re-rendered.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.redrawAll\"></a>\n\n### dc.redrawAll([group]) ⇒ <code>undefined</code>\nRedraw all charts belong to the given chart group. If the chart group is not given then only charts\nthat belong to the default chart group will be re-drawn. Redraw is different from re-render since\nwhen redrawing dc tries to update the graphic incrementally, using transitions, instead of starting\nfrom scratch.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| [group] | <code>String</code> | \n\n<a name=\"dc.transition\"></a>\n\n### dc.transition(selection, [duration], [delay], [name]) ⇒ <code>d3.transition</code> \\| <code>d3.selection</code>\nStart a transition on a selection if transitions are globally enabled\n([disableTransitions](#dc.disableTransitions) is false) and the duration is greater than zero; otherwise return\nthe selection. Since most operations are the same on a d3 selection and a d3 transition, this\nallows a common code path for both cases.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n| selection | <code>d3.selection</code> |  | the selection to be transitioned |\n| [duration] | <code>Number</code> \\| <code>function</code> | <code>250</code> | the duration of the transition in milliseconds, a function returning the duration, or 0 for no transition |\n| [delay] | <code>Number</code> \\| <code>function</code> |  | the delay of the transition in milliseconds, or a function returning the delay, or 0 for no delay |\n| [name] | <code>String</code> |  | the name of the transition (if concurrent transitions on the same elements are needed) |\n\n<a name=\"dc.pluck\"></a>\n\n### dc.pluck(n, [f]) ⇒ <code>function</code>\nReturns a function that given a string property name, can be used to pluck the property off an object.  A function\ncan be passed as the second argument to also alter the data being returned.\n\nThis can be a useful shorthand method to create accessor functions.\n\n**Kind**: static method of [<code>dc</code>](#dc)  \n\n| Param | Type |\n| --- | --- |\n| n | <code>String</code> | \n| [f] | <code>function</code> | \n\n**Example**  \n```js\nvar xPluck = dc.pluck('x');\nvar objA = {x: 1};\nxPluck(objA) // 1\n```\n**Example**  \n```js\nvar xPosition = dc.pluck('x', function (x, i) {\n    // `this` is the original datum,\n    // `x` is the x property of the datum,\n    // `i` is the position in the array\n    return this.radius + x;\n});\ndc.selectAll('.circle').data(...).x(xPosition);\n```\n"
  },
  {
    "path": "docs/welcome.base.md",
    "content": "# dc.js\n\nWelcome to the dc.js documentation.\n\nThis library may be used as ES6 modules or as a JS file (UMD) in your webpage.\n\nWhen used as UMD in your webpage, the entire library is scoped under dc namespace.\n\nWhen used as modules you will see the classes and functions as per your import\nstatements.\n\nA class diagram is shown below - mixins are blue and chart classes are green. (Relations between mixins are somewhat subjective.)\n\n<a id=\"insert-svg-here\" />\n<script>\nwindow.fetch(\"../../img/class-hierarchy.svg\").then(function(result) {\n    result.text().then(function(content) {\n    document.getElementById('insert-svg-here').outerHTML = content;\n    });\n    });\n</script>\n"
  },
  {
    "path": "grunt/format-file-list.js",
    "content": "module.exports = function (grunt) {\n    const PER_ROW = 4;\n    return function (list, opts) {\n        const files = list.sort().map(entry => {\n            const f = entry.replace(/.*\\//, '');\n            return [f.replace('.html', '').replace(/-/g, ' '), f];\n        }).filter(e => e[0] !== 'index');\n        const rows = [];\n        for (let i = 0; i < files.length; i += PER_ROW) {\n            const cols = [];\n            for (let j = 0; j < PER_ROW; ++j) {\n                if (i + j >= files.length) {\n                    break;\n                }\n                const file = files[i + j];\n                cols.push(`    <td><a href=\"${file[1]}\">${file[0]}</a></td>`);\n            }\n            rows.push(`  <tr>\\n${cols.join('\\n')}\\n  </tr>`);\n        }\n        const alsoSee = opts.also ? `<p>Also see ${opts.also.map(cat => `<a href=\"../${cat}/\">${cat}</a>`).join(' &ndash; ')}.</p>`: '';\n        const body = `<table class=\"table\">\\n${rows.join('\\n')}\\n</table>`;\n        return [\n            `<html><head><title>${opts.title}</title>`,\n            '<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\"></head>',\n            '<body><div class=\"container\">',\n            `<h2>${opts.heading}</h2>`,\n            `<p>${opts.description}</p>`,\n            alsoSee,\n            '<p>Contributions <a href=\"https://github.com/dc-js/dc.js/blob/master/CONTRIBUTING.md\">welcome</a>.',\n            `Source <a href=\"${opts.sourceLink}\">`,\n            'here</a>.</p>',\n            body,\n            '</div></body></html>'\n        ].join('\\n');\n    };\n};\n"
  },
  {
    "path": "jsdoc.conf.json",
    "content": "{\n  \"tags\": {\n    \"allowUnknownTags\": true\n  },\n  \"plugins\": [\"plugins/markdown\"],\n  \"templates\": {\n    \"logoFile\": \"\",\n    \"cleverLinks\": false,\n    \"monospaceLinks\": false,\n    \"dateFormat\": \"ddd MMM Do YYYY\",\n    \"outputSourceFiles\": true,\n    \"outputSourcePath\": true,\n    \"systemName\": \"dc.js\",\n    \"footer\": \"\",\n    \"copyright\": \"dc.js Copyright © 2012-2018 Nick Zhu & the dc.js Developers\",\n    \"navType\": \"vertical\",\n    \"theme\": \"cosmo\",\n    \"linenums\": true,\n    \"collapseSymbols\": false,\n    \"inverseNav\": true,\n    \"protocol\": \"html://\",\n    \"methodHeadingReturns\": false,\n    \"default\": {\n      \"staticFiles\": {\n        \"include\": [\"./web/img/class-hierarchy.svg\"]\n      }\n    }\n  },\n  \"markdown\": {\n    \"parser\": \"gfm\"\n  }\n}\n"
  },
  {
    "path": "karma.conf.js",
    "content": "// Karma configuration\n// Generated on Thu Jul 05 2018 16:43:26 GMT+0530 (IST)\n\nmodule.exports = function (config) {\n    config.set({\n        basePath: '',\n        frameworks: ['jasmine'],\n        plugins: [\n            require('@chiragrupani/karma-chromium-edge-launcher'),\n            require('karma-chrome-launcher'),\n            require('karma-coverage'),\n            require('karma-firefox-launcher'),\n            require('karma-jasmine'),\n            require('karma-safari-launcher'),\n            require('karma-summary-reporter'),\n        ],\n        files: [\n            // CSS files\n            'dist/style/dc.css',\n            // Helpers\n            'spec/helpers/*.js',\n            // JS code dependencies\n            'spec/3rd-party/*.js',\n            // Code to be tested\n            'dist/dc.js',\n            // Jasmine spec files\n            'spec/*spec.js'\n        ],\n        exclude: [],\n        preprocessors: {},\n        // possible values: 'dots', 'progress'\n        reporters: ['progress', 'summary'],\n        summaryReporter: {\n            // 'failed', 'skipped' or 'all'\n            show: 'failed',\n            // Limit the spec label to this length\n            specLength: 100,\n            // Show an 'all' column as a summary\n            overviewColumn: true\n        },\n        customLaunchers: {\n            // See https://github.com/karma-runner/karma/issues/2603\n            // This is used by grunt:ci task, so, do not remove\n            ChromeNoSandboxHeadless: {\n                base: 'Chrome',\n                flags: [\n                    '--no-sandbox',\n                    // See https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md\n                    '--headless',\n                    '--disable-gpu',\n                    // Without a remote debugging port, Google Chrome exits immediately.\n                    ' --remote-debugging-port=9222'\n                ]\n            },\n            FirefoxHeadless: {\n                base: 'Firefox',\n                flags: ['-headless']\n            }\n        },\n        port: 9876,\n        colors: true,\n        logLevel: 'INFO',\n        autoWatch: false,\n        browsers: ['FirefoxHeadless'],\n        browserConsoleLogOptions: {level: 'error'},\n        singleRun: true,\n        concurrency: Infinity\n    })\n};\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"dc\",\n  \"version\": \"4.2.7\",\n  \"license\": \"Apache-2.0\",\n  \"copyright\": \"2020\",\n  \"description\": \"A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js \",\n  \"keywords\": [\n    \"visualization\",\n    \"svg\",\n    \"animation\",\n    \"canvas\",\n    \"chart\",\n    \"dimensional\",\n    \"crossfilter\",\n    \"d3\"\n  ],\n  \"homepage\": \"http://dc-js.github.io/dc.js/\",\n  \"bugs\": \"https://github.com/dc-js/dc.js/issues\",\n  \"author\": {\n    \"name\": \"Nick Zhu\",\n    \"url\": \"http://nzhu.blogspot.ca/\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"https://github.com/dc-js/dc.js.git\"\n  },\n  \"dependencies\": {\n    \"d3\": \"^6.6.2\"\n  },\n  \"devDependencies\": {\n    \"@chiragrupani/karma-chromium-edge-launcher\": \"^2.1.0\",\n    \"@rollup/plugin-json\": \"^4.1.0\",\n    \"compare-versions\": \"^3.6.0\",\n    \"crossfilter2\": \"^1.5.4\",\n    \"d3-collection\": \"^1.0.7\",\n    \"eslint\": \"^6.8.0\",\n    \"eslint-plugin-import\": \"^2.22.1\",\n    \"eslint-plugin-node\": \"^10.0.0\",\n    \"eslint-plugin-promise\": \"^4.3.1\",\n    \"file-saver\": \"^1.3.8\",\n    \"grunt\": \"^1.3.0\",\n    \"grunt-cli\": \"^1.4.2\",\n    \"grunt-contrib-connect\": \"~2.0\",\n    \"grunt-contrib-copy\": \"~1.0\",\n    \"grunt-contrib-cssmin\": \"3.x\",\n    \"grunt-contrib-jasmine\": \"~2.1\",\n    \"grunt-contrib-watch\": \"^1.1.0\",\n    \"grunt-docco2\": \"^0.2.1\",\n    \"grunt-fileindex\": \"~0.1\",\n    \"grunt-gh-pages\": \"^4.0.0\",\n    \"grunt-jsdoc\": \"^2.4.1\",\n    \"grunt-jsdoc-to-markdown\": \"^5.0.0\",\n    \"grunt-karma\": \"^3.0.2\",\n    \"grunt-sass\": \"^3.1.0\",\n    \"grunt-shell\": \"~2.1\",\n    \"ink-docstrap\": \"^1.3.2\",\n    \"jasmine-core\": \"^2.99.1\",\n    \"karma\": \"^5.2.3\",\n    \"karma-chrome-launcher\": \"^2.2.0\",\n    \"karma-coverage\": \"^2.0.3\",\n    \"karma-firefox-launcher\": \"^1.3.0\",\n    \"karma-jasmine\": \"^1.1.2\",\n    \"karma-safari-launcher\": \"git+https://github.com/RLovelett/karma-safari-launcher.git#safari-webdriver\",\n    \"karma-summary-reporter\": \"^1.10.1\",\n    \"load-grunt-tasks\": \"~4\",\n    \"node-sass\": \"^4.14.1\",\n    \"reductio\": \"0.6.x\",\n    \"regression\": \"^2.0.1\",\n    \"rollup\": \"^1.32.1\",\n    \"rollup-plugin-license\": \"^2.3.0\",\n    \"rollup-plugin-terser\": \"^7.0.2\",\n    \"time-grunt\": \"~1.4\"\n  },\n  \"scripts\": {\n    \"test\": \"grunt test\"\n  },\n  \"browser\": \"dist/dc.js\",\n  \"main\": \"dist/dc.js\",\n  \"module\": \"src/index.js\"\n}\n"
  },
  {
    "path": "regression/difflib.js",
    "content": "/***\nThis is part of jsdifflib v1.0. <http://snowtide.com/jsdifflib>\n\nCopyright (c) 2007, Snowtide Informatics Systems, Inc.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n\t* Redistributions of source code must retain the above copyright notice, this\n\t\tlist of conditions and the following disclaimer.\n\t* Redistributions in binary form must reproduce the above copyright notice,\n\t\tthis list of conditions and the following disclaimer in the documentation\n\t\tand/or other materials provided with the distribution.\n\t* Neither the name of the Snowtide Informatics Systems nor the names of its\n\t\tcontributors may be used to endorse or promote products derived from this\n\t\tsoftware without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\nSHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\nBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\nANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGE.\n***/\n/* Author: Chas Emerick <cemerick@snowtide.com> */\n__whitespace = {\" \":true, \"\\t\":true, \"\\n\":true, \"\\f\":true, \"\\r\":true};\n\ndifflib = {\n\tdefaultJunkFunction: function (c) {\n\t\treturn __whitespace.hasOwnProperty(c);\n\t},\n\t\n\tstripLinebreaks: function (str) { return str.replace(/^[\\n\\r]*|[\\n\\r]*$/g, \"\"); },\n\t\n\tstringAsLines: function (str) {\n\t\tvar lfpos = str.indexOf(\"\\n\");\n\t\tvar crpos = str.indexOf(\"\\r\");\n\t\tvar linebreak = ((lfpos > -1 && crpos > -1) || crpos < 0) ? \"\\n\" : \"\\r\";\n\t\t\n\t\tvar lines = str.split(linebreak);\n\t\tfor (var i = 0; i < lines.length; i++) {\n\t\t\tlines[i] = difflib.stripLinebreaks(lines[i]);\n\t\t}\n\t\t\n\t\treturn lines;\n\t},\n\t\n\t// iteration-based reduce implementation\n\t__reduce: function (func, list, initial) {\n\t\tif (initial != null) {\n\t\t\tvar value = initial;\n\t\t\tvar idx = 0;\n\t\t} else if (list) {\n\t\t\tvar value = list[0];\n\t\t\tvar idx = 1;\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t\t\n\t\tfor (; idx < list.length; idx++) {\n\t\t\tvalue = func(value, list[idx]);\n\t\t}\n\t\t\n\t\treturn value;\n\t},\n\t\n\t// comparison function for sorting lists of numeric tuples\n\t__ntuplecomp: function (a, b) {\n\t\tvar mlen = Math.max(a.length, b.length);\n\t\tfor (var i = 0; i < mlen; i++) {\n\t\t\tif (a[i] < b[i]) return -1;\n\t\t\tif (a[i] > b[i]) return 1;\n\t\t}\n\t\t\n\t\treturn a.length == b.length ? 0 : (a.length < b.length ? -1 : 1);\n\t},\n\t\n\t__calculate_ratio: function (matches, length) {\n\t\treturn length ? 2.0 * matches / length : 1.0;\n\t},\n\t\n\t// returns a function that returns true if a key passed to the returned function\n\t// is in the dict (js object) provided to this function; replaces being able to\n\t// carry around dict.has_key in python...\n\t__isindict: function (dict) {\n\t\treturn function (key) { return dict.hasOwnProperty(key); };\n\t},\n\t\n\t// replacement for python's dict.get function -- need easy default values\n\t__dictget: function (dict, key, defaultValue) {\n\t\treturn dict.hasOwnProperty(key) ? dict[key] : defaultValue;\n\t},\t\n\t\n\tSequenceMatcher: function (a, b, isjunk) {\n\t\tthis.set_seqs = function (a, b) {\n\t\t\tthis.set_seq1(a);\n\t\t\tthis.set_seq2(b);\n\t\t}\n\t\t\n\t\tthis.set_seq1 = function (a) {\n\t\t\tif (a == this.a) return;\n\t\t\tthis.a = a;\n\t\t\tthis.matching_blocks = this.opcodes = null;\n\t\t}\n\t\t\n\t\tthis.set_seq2 = function (b) {\n\t\t\tif (b == this.b) return;\n\t\t\tthis.b = b;\n\t\t\tthis.matching_blocks = this.opcodes = this.fullbcount = null;\n\t\t\tthis.__chain_b();\n\t\t}\n\t\t\n\t\tthis.__chain_b = function () {\n\t\t\tvar b = this.b;\n\t\t\tvar n = b.length;\n\t\t\tvar b2j = this.b2j = {};\n\t\t\tvar populardict = {};\n\t\t\tfor (var i = 0; i < b.length; i++) {\n\t\t\t\tvar elt = b[i];\n\t\t\t\tif (b2j.hasOwnProperty(elt)) {\n\t\t\t\t\tvar indices = b2j[elt];\n\t\t\t\t\tif (n >= 200 && indices.length * 100 > n) {\n\t\t\t\t\t\tpopulardict[elt] = 1;\n\t\t\t\t\t\tdelete b2j[elt];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tindices.push(i);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tb2j[elt] = [i];\n\t\t\t\t}\n\t\t\t}\n\t\n\t\t\tfor (var elt in populardict) {\n\t\t\t\tif (populardict.hasOwnProperty(elt)) {\n\t\t\t\t\tdelete b2j[elt];\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tvar isjunk = this.isjunk;\n\t\t\tvar junkdict = {};\n\t\t\tif (isjunk) {\n\t\t\t\tfor (var elt in populardict) {\n\t\t\t\t\tif (populardict.hasOwnProperty(elt) && isjunk(elt)) {\n\t\t\t\t\t\tjunkdict[elt] = 1;\n\t\t\t\t\t\tdelete populardict[elt];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tfor (var elt in b2j) {\n\t\t\t\t\tif (b2j.hasOwnProperty(elt) && isjunk(elt)) {\n\t\t\t\t\t\tjunkdict[elt] = 1;\n\t\t\t\t\t\tdelete b2j[elt];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\n\t\t\tthis.isbjunk = difflib.__isindict(junkdict);\n\t\t\tthis.isbpopular = difflib.__isindict(populardict);\n\t\t}\n\t\t\n\t\tthis.find_longest_match = function (alo, ahi, blo, bhi) {\n\t\t\tvar a = this.a;\n\t\t\tvar b = this.b;\n\t\t\tvar b2j = this.b2j;\n\t\t\tvar isbjunk = this.isbjunk;\n\t\t\tvar besti = alo;\n\t\t\tvar bestj = blo;\n\t\t\tvar bestsize = 0;\n\t\t\tvar j = null;\n\t\n\t\t\tvar j2len = {};\n\t\t\tvar nothing = [];\n\t\t\tfor (var i = alo; i < ahi; i++) {\n\t\t\t\tvar newj2len = {};\n\t\t\t\tvar jdict = difflib.__dictget(b2j, a[i], nothing);\n\t\t\t\tfor (var jkey in jdict) {\n\t\t\t\t\tif (jdict.hasOwnProperty(jkey)) {\n\t\t\t\t\t\tj = jdict[jkey];\n\t\t\t\t\t\tif (j < blo) continue;\n\t\t\t\t\t\tif (j >= bhi) break;\n\t\t\t\t\t\tnewj2len[j] = k = difflib.__dictget(j2len, j - 1, 0) + 1;\n\t\t\t\t\t\tif (k > bestsize) {\n\t\t\t\t\t\t\tbesti = i - k + 1;\n\t\t\t\t\t\t\tbestj = j - k + 1;\n\t\t\t\t\t\t\tbestsize = k;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tj2len = newj2len;\n\t\t\t}\n\t\n\t\t\twhile (besti > alo && bestj > blo && !isbjunk(b[bestj - 1]) && a[besti - 1] == b[bestj - 1]) {\n\t\t\t\tbesti--;\n\t\t\t\tbestj--;\n\t\t\t\tbestsize++;\n\t\t\t}\n\t\t\t\t\n\t\t\twhile (besti + bestsize < ahi && bestj + bestsize < bhi &&\n\t\t\t\t\t!isbjunk(b[bestj + bestsize]) &&\n\t\t\t\t\ta[besti + bestsize] == b[bestj + bestsize]) {\n\t\t\t\tbestsize++;\n\t\t\t}\n\t\n\t\t\twhile (besti > alo && bestj > blo && isbjunk(b[bestj - 1]) && a[besti - 1] == b[bestj - 1]) {\n\t\t\t\tbesti--;\n\t\t\t\tbestj--;\n\t\t\t\tbestsize++;\n\t\t\t}\n\t\t\t\n\t\t\twhile (besti + bestsize < ahi && bestj + bestsize < bhi && isbjunk(b[bestj + bestsize]) &&\n\t\t\t\t\ta[besti + bestsize] == b[bestj + bestsize]) {\n\t\t\t\tbestsize++;\n\t\t\t}\n\t\n\t\t\treturn [besti, bestj, bestsize];\n\t\t}\n\t\t\n\t\tthis.get_matching_blocks = function () {\n\t\t\tif (this.matching_blocks != null) return this.matching_blocks;\n\t\t\tvar la = this.a.length;\n\t\t\tvar lb = this.b.length;\n\t\n\t\t\tvar queue = [[0, la, 0, lb]];\n\t\t\tvar matching_blocks = [];\n\t\t\tvar alo, ahi, blo, bhi, qi, i, j, k, x;\n\t\t\twhile (queue.length) {\n\t\t\t\tqi = queue.pop();\n\t\t\t\talo = qi[0];\n\t\t\t\tahi = qi[1];\n\t\t\t\tblo = qi[2];\n\t\t\t\tbhi = qi[3];\n\t\t\t\tx = this.find_longest_match(alo, ahi, blo, bhi);\n\t\t\t\ti = x[0];\n\t\t\t\tj = x[1];\n\t\t\t\tk = x[2];\n\t\n\t\t\t\tif (k) {\n\t\t\t\t\tmatching_blocks.push(x);\n\t\t\t\t\tif (alo < i && blo < j)\n\t\t\t\t\t\tqueue.push([alo, i, blo, j]);\n\t\t\t\t\tif (i+k < ahi && j+k < bhi)\n\t\t\t\t\t\tqueue.push([i + k, ahi, j + k, bhi]);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tmatching_blocks.sort(difflib.__ntuplecomp);\n\t\n\t\t\tvar i1 = j1 = k1 = block = 0;\n\t\t\tvar non_adjacent = [];\n\t\t\tfor (var idx in matching_blocks) {\n\t\t\t\tif (matching_blocks.hasOwnProperty(idx)) {\n\t\t\t\t\tblock = matching_blocks[idx];\n\t\t\t\t\ti2 = block[0];\n\t\t\t\t\tj2 = block[1];\n\t\t\t\t\tk2 = block[2];\n\t\t\t\t\tif (i1 + k1 == i2 && j1 + k1 == j2) {\n\t\t\t\t\t\tk1 += k2;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tif (k1) non_adjacent.push([i1, j1, k1]);\n\t\t\t\t\t\ti1 = i2;\n\t\t\t\t\t\tj1 = j2;\n\t\t\t\t\t\tk1 = k2;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tif (k1) non_adjacent.push([i1, j1, k1]);\n\t\n\t\t\tnon_adjacent.push([la, lb, 0]);\n\t\t\tthis.matching_blocks = non_adjacent;\n\t\t\treturn this.matching_blocks;\n\t\t}\n\t\t\n\t\tthis.get_opcodes = function () {\n\t\t\tif (this.opcodes != null) return this.opcodes;\n\t\t\tvar i = 0;\n\t\t\tvar j = 0;\n\t\t\tvar answer = [];\n\t\t\tthis.opcodes = answer;\n\t\t\tvar block, ai, bj, size, tag;\n\t\t\tvar blocks = this.get_matching_blocks();\n\t\t\tfor (var idx in blocks) {\n\t\t\t\tif (blocks.hasOwnProperty(idx)) {\n\t\t\t\t\tblock = blocks[idx];\n\t\t\t\t\tai = block[0];\n\t\t\t\t\tbj = block[1];\n\t\t\t\t\tsize = block[2];\n\t\t\t\t\ttag = '';\n\t\t\t\t\tif (i < ai && j < bj) {\n\t\t\t\t\t\ttag = 'replace';\n\t\t\t\t\t} else if (i < ai) {\n\t\t\t\t\t\ttag = 'delete';\n\t\t\t\t\t} else if (j < bj) {\n\t\t\t\t\t\ttag = 'insert';\n\t\t\t\t\t}\n\t\t\t\t\tif (tag) answer.push([tag, i, ai, j, bj]);\n\t\t\t\t\ti = ai + size;\n\t\t\t\t\tj = bj + size;\n\t\t\t\t\t\n\t\t\t\t\tif (size) answer.push(['equal', ai, i, bj, j]);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\treturn answer;\n\t\t}\n\t\t\n\t\t// this is a generator function in the python lib, which of course is not supported in javascript\n\t\t// the reimplementation builds up the grouped opcodes into a list in their entirety and returns that.\n\t\tthis.get_grouped_opcodes = function (n) {\n\t\t\tif (!n) n = 3;\n\t\t\tvar codes = this.get_opcodes();\n\t\t\tif (!codes) codes = [[\"equal\", 0, 1, 0, 1]];\n\t\t\tvar code, tag, i1, i2, j1, j2;\n\t\t\tif (codes[0][0] == 'equal') {\n\t\t\t\tcode = codes[0];\n\t\t\t\ttag = code[0];\n\t\t\t\ti1 = code[1];\n\t\t\t\ti2 = code[2];\n\t\t\t\tj1 = code[3];\n\t\t\t\tj2 = code[4];\n\t\t\t\tcodes[0] = [tag, Math.max(i1, i2 - n), i2, Math.max(j1, j2 - n), j2];\n\t\t\t}\n\t\t\tif (codes[codes.length - 1][0] == 'equal') {\n\t\t\t\tcode = codes[codes.length - 1];\n\t\t\t\ttag = code[0];\n\t\t\t\ti1 = code[1];\n\t\t\t\ti2 = code[2];\n\t\t\t\tj1 = code[3];\n\t\t\t\tj2 = code[4];\n\t\t\t\tcodes[codes.length - 1] = [tag, i1, Math.min(i2, i1 + n), j1, Math.min(j2, j1 + n)];\n\t\t\t}\n\t\n\t\t\tvar nn = n + n;\n\t\t\tvar group = [];\n\t\t\tvar groups = [];\n\t\t\tfor (var idx in codes) {\n\t\t\t\tif (codes.hasOwnProperty(idx)) {\n\t\t\t\t\tcode = codes[idx];\n\t\t\t\t\ttag = code[0];\n\t\t\t\t\ti1 = code[1];\n\t\t\t\t\ti2 = code[2];\n\t\t\t\t\tj1 = code[3];\n\t\t\t\t\tj2 = code[4];\n\t\t\t\t\tif (tag == 'equal' && i2 - i1 > nn) {\n\t\t\t\t\t\tgroup.push([tag, i1, Math.min(i2, i1 + n), j1, Math.min(j2, j1 + n)]);\n\t\t\t\t\t\tgroups.push(group);\n\t\t\t\t\t\tgroup = [];\n\t\t\t\t\t\ti1 = Math.max(i1, i2-n);\n\t\t\t\t\t\tj1 = Math.max(j1, j2-n);\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tgroup.push([tag, i1, i2, j1, j2]);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tif (group && !(group.length == 1 && group[0][0] == 'equal')) groups.push(group)\n\t\t\t\n\t\t\treturn groups;\n\t\t}\n\t\t\n\t\tthis.ratio = function () {\n\t\t\tmatches = difflib.__reduce(\n\t\t\t\t\t\t\tfunction (sum, triple) { return sum + triple[triple.length - 1]; },\n\t\t\t\t\t\t\tthis.get_matching_blocks(), 0);\n\t\t\treturn difflib.__calculate_ratio(matches, this.a.length + this.b.length);\n\t\t}\n\t\t\n\t\tthis.quick_ratio = function () {\n\t\t\tvar fullbcount, elt;\n\t\t\tif (this.fullbcount == null) {\n\t\t\t\tthis.fullbcount = fullbcount = {};\n\t\t\t\tfor (var i = 0; i < this.b.length; i++) {\n\t\t\t\t\telt = this.b[i];\n\t\t\t\t\tfullbcount[elt] = difflib.__dictget(fullbcount, elt, 0) + 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\tfullbcount = this.fullbcount;\n\t\n\t\t\tvar avail = {};\n\t\t\tvar availhas = difflib.__isindict(avail);\n\t\t\tvar matches = numb = 0;\n\t\t\tfor (var i = 0; i < this.a.length; i++) {\n\t\t\t\telt = this.a[i];\n\t\t\t\tif (availhas(elt)) {\n\t\t\t\t\tnumb = avail[elt];\n\t\t\t\t} else {\n\t\t\t\t\tnumb = difflib.__dictget(fullbcount, elt, 0);\n\t\t\t\t}\n\t\t\t\tavail[elt] = numb - 1;\n\t\t\t\tif (numb > 0) matches++;\n\t\t\t}\n\t\t\t\n\t\t\treturn difflib.__calculate_ratio(matches, this.a.length + this.b.length);\n\t\t}\n\t\t\n\t\tthis.real_quick_ratio = function () {\n\t\t\tvar la = this.a.length;\n\t\t\tvar lb = this.b.length;\n\t\t\treturn _calculate_ratio(Math.min(la, lb), la + lb);\n\t\t}\n\t\t\n\t\tthis.isjunk = isjunk ? isjunk : difflib.defaultJunkFunction;\n\t\tthis.a = this.b = null;\n\t\tthis.set_seqs(a, b);\n\t}\n};\n\n"
  },
  {
    "path": "regression/inject-serializer.js",
    "content": "(function () {\n    dc.disableTransitions = true;\n    window.onload = function () {\n        alert(JSON.stringify(['rendered', d3.select('html').node().innerHTML]));\n    };\n})();\n"
  },
  {
    "path": "regression/rendered-stock-fixture.html",
    "content": "<head>\n    <title>dc.js - Dimensional Charting Javascript Library</title>\n\n    <meta charset=\"UTF-8\">\n\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/dc.css\">\n    <link rel=\"icon\" type=\"image/x-icon\" href=\"dc.logo.png\">\n\n    <style>\n        #monthly-volume-chart g.y {\n            display: none;\n        }\n        #logo {\n            margin-right: 2em;\n            margin-top: 2em;\n        }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n\n<img id=\"logo\" src=\"dc.logo.png\" style=\"float:left\" width=\"125\" height=\"125\">\n<h2>dc.js - Dimensional Charting Javascript Library</h2>\n\n\n<p>\n    dc.js is a javascript charting library with native <a href=\"http://square.github.com/crossfilter/\">crossfilter</a>\n    support and allowing highly efficient exploration on large multi-dimensional dataset (inspired by crossfilter's\n    demo). It leverages <a href=\"http://d3js.org/\">d3</a> engine to render charts in css friendly svg format. Charts\n    rendered using dc.js are naturally data driven and reactive therefore providing instant feedback on user's\n    interaction. The main objective of this project is to provide an easy yet powerful javascript library which can be\n    utilized to perform data visualization and analysis in browser as well as on mobile device.\n</p>\n\n<h4>Version Status</h4>\n<p>This page is running version: v<span id=\"version\">2.1.0-dev</span>. The latest stable version is v<span id=\"latest\">1.7.3</span>.</p>\n\n<h4>Getting Started</h4>\n<p>\n    Take a look at the <a href=\"docs/stock.html\">annotated source</a> to the Nasdaq Example that is shown below.\n</p>\n\n<h4>For more information and assistance</h4>\n<ul>\n  <li><a href=\"http://github.com/dc-js/dc.js/releases/\">Release Notes</a></li>\n  <li><a href=\"https://github.com/dc-js/dc.js/wiki\">Wiki</a> - Additional examples</li>\n  <li><a href=\"https://github.com/dc-js/dc.js/wiki/Roadmap\">Roadmap</a> - Future Plans</li>\n  <li><a href=\"https://github.com/dc-js/dc.js/blob/master/web/docs/api-1.6.0.md\">Stable API</a> - Documentation</li>\n  <li><a href=\"https://github.com/dc-js/dc.js/blob/master/web/docs/api-latest.md\">Master API</a> - Bleeding Edge</li>\n  <li><a href=\"https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group\">Mailing List</a> - The users group and best place to post support questions.</li>\n  <li><a href=\"https://github.com/dc-js/dc.js/issues\">Issues</a> - Please post any issues you have found or enhancements you would like to see. Usage questions should be directed to the mailing list</li>\n</ul>\n\n<p>\n    Fork me @ <a href=\"https://github.com/dc-js/dc.js\">https://github.com/dc-js/dc.js</a> and also feel free\n    to report any issue or request a new type of chart to be included in the next release.\n</p>\n\n<h3>Examples</h3>\n\n<p>\n    The following charts provide a live example of dc.js used against Nasdaq 100 index for the last 27 years. (You\n    can run this example completely off-line). Although it is just an example, using it you can\n    already ask some quite interesting questions. If I am going to gamble whether Nasdaq 100 will gain or lose\n    tomorrow what is my chance? Is Friday or Monday the most unlucky day for investors? Is spring better than winter to\n    invest? Can you find the outliers? When did the outliers occur?\n\n    Public data source: <a href=\"http://pitrading.com/free_market_data.htm\" target=\"_blank\">PiTrading.com</a>.\n</p>\n\n<p>\n    Try it out or check out these other examples.\n</p>\n<ul>\n    <li><a href=\"vc/index.html\">US Venture Capital Landscape 2011 (choropleth chart, bubble chart)</a></li>\n    <li><a href=\"crime/index.html\">Major Canadian City Crime Stats 1998-2011 (bubble overlay, bar chart, line chart)</a></li>\n    <li><a href=\"https://github.com/dc-js/dc.js/wiki#examples-contributed-by-community\">List of Community Contributed Examples</a></li>\n    <li><a href=\"./examples\">Simple, Specific Chart Examples</a> (<a href=\"https://github.com/dc-js/dc.js/tree/master/web/examples\">source</a>)</li>\n</ul>\n\n<h2>Nasdaq 100 Index 1985/11/01-2012/06/29</h2>\n\n<div class=\"row\">\n    <div id=\"yearly-bubble-chart\" class=\"dc-chart\">\n        <strong>Yearly Performance</strong> (radius: fluctuation/index ratio, color: gain/loss)\n        <a class=\"reset\" href=\"javascript:yearlyBubbleChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    <svg width=\"990\" height=\"250\"><g><g class=\"grid-line horizontal\" transform=\"translate(52,10)\"><line x1=\"1\" y1=\"198\" x2=\"888\" y2=\"198\" opacity=\"1\"></line><line x1=\"1\" y1=\"167\" x2=\"888\" y2=\"167\" opacity=\"1\"></line><line x1=\"1\" y1=\"136\" x2=\"888\" y2=\"136\" opacity=\"1\"></line><line x1=\"1\" y1=\"105\" x2=\"888\" y2=\"105\" opacity=\"1\"></line><line x1=\"1\" y1=\"74\" x2=\"888\" y2=\"74\" opacity=\"1\"></line><line x1=\"1\" y1=\"43\" x2=\"888\" y2=\"43\" opacity=\"1\"></line><line x1=\"1\" y1=\"12\" x2=\"888\" y2=\"12\" opacity=\"1\"></line></g><g class=\"grid-line vertical\" transform=\"translate(52,10)\"><line x1=\"50.325633064111834\" y1=\"198\" x2=\"50.325633064111834\" y2=\"0\" opacity=\"1\"></line><line x1=\"151.39735756626536\" y1=\"198\" x2=\"151.39735756626536\" y2=\"0\" opacity=\"1\"></line><line x1=\"252.46908206841886\" y1=\"198\" x2=\"252.46908206841886\" y2=\"0\" opacity=\"1\"></line><line x1=\"353.54080657057244\" y1=\"198\" x2=\"353.54080657057244\" y2=\"0\" opacity=\"1\"></line><line x1=\"454.612531072726\" y1=\"198\" x2=\"454.612531072726\" y2=\"0\" opacity=\"1\"></line><line x1=\"555.6842555748794\" y1=\"198\" x2=\"555.6842555748794\" y2=\"0\" opacity=\"1\"></line><line x1=\"656.755980077033\" y1=\"198\" x2=\"656.755980077033\" y2=\"0\" opacity=\"1\"></line><line x1=\"757.8277045791865\" y1=\"198\" x2=\"757.8277045791865\" y2=\"0\" opacity=\"1\"></line><line x1=\"858.8994290813399\" y1=\"198\" x2=\"858.8994290813399\" y2=\"0\" opacity=\"1\"></line></g><g class=\"chart-body\" transform=\"translate(52, 10)\" clip-path=\"url(#yearly-bubble-chart-clip)\"><g class=\"node\" transform=\"translate(457.54361108328834,99)\"><circle class=\"bubble _0\" fill=\"#ffffbf\" r=\"21.085876085405822\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1986</text><title>1986\nIndex Gain: 14.50\nIndex Gain in Percentage: 9.90%\nFluctuation / Index Ratio: 172.95%</title></g><g class=\"node\" transform=\"translate(459.5508955319011,97)\"><circle class=\"bubble _1\" fill=\"#ffffbf\" r=\"29.5964827438485\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1987</text><title>1987\nIndex Gain: 24.43\nIndex Gain in Percentage: 13.60%\nFluctuation / Index Ratio: 305.72%</title></g><g class=\"node\" transform=\"translate(458.1500414303014,99)\"><circle class=\"bubble _2\" fill=\"#ffffbf\" r=\"21.916340314855653\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1988</text><title>1988\nIndex Gain: 17.50\nIndex Gain in Percentage: 10.06%\nFluctuation / Index Ratio: 185.90%</title></g><g class=\"node\" transform=\"translate(463.8909153820237,91)\"><circle class=\"bubble _3\" fill=\"#ffffbf\" r=\"20.269108042311718\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1989</text><title>1989\nIndex Gain: 45.90\nIndex Gain in Percentage: 22.13%\nFluctuation / Index Ratio: 160.20%</title></g><g class=\"node\" transform=\"translate(449.68225235151095,112)\"><circle class=\"bubble _4\" fill=\"#ffffbf\" r=\"26.31325055810309\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1990</text><title>1990\nIndex Gain: -24.39\nIndex Gain in Percentage: -11.78%\nFluctuation / Index Ratio: 254.50%</title></g><g class=\"node\" transform=\"translate(481.1155586716807,75)\"><circle class=\"bubble _5\" fill=\"#d9ef8b\" r=\"26.45804539082223\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1991</text><title>1991\nIndex Gain: 131.11\nIndex Gain in Percentage: 48.84%\nFluctuation / Index Ratio: 256.76%</title></g><g class=\"node\" transform=\"translate(461.3600794004897,99)\"><circle class=\"bubble _6\" fill=\"#ffffbf\" r=\"25.085051058188586\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1992</text><title>1992\nIndex Gain: 33.38\nIndex Gain in Percentage: 10.32%\nFluctuation / Index Ratio: 235.34%</title></g><g class=\"node\" transform=\"translate(462.31419647979004,99)\"><circle class=\"bubble _7\" fill=\"#ffffbf\" r=\"23.479178579816093\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1993</text><title>1993\nIndex Gain: 38.10\nIndex Gain in Percentage: 10.37%\nFluctuation / Index Ratio: 210.28%</title></g><g class=\"node\" transform=\"translate(455.15023264707736,105)\"><circle class=\"bubble _8\" fill=\"#ffffbf\" r=\"22.66010006213287\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1994</text><title>1994\nIndex Gain: 2.66\nIndex Gain in Percentage: 0.68%\nFluctuation / Index Ratio: 197.51%</title></g><g class=\"node\" transform=\"translate(489.18714659042257,85)\"><circle class=\"bubble _9\" fill=\"#a6d96a\" r=\"27.941429495490006\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1995</text><title>1995\nIndex Gain: 171.04\nIndex Gain in Percentage: 32.96%\nFluctuation / Index Ratio: 279.90%</title></g><g class=\"node\" transform=\"translate(504.3297123553353,83)\"><circle class=\"bubble _10\" fill=\"#a6d96a\" r=\"27.985481840083246\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1996</text><title>1996\nIndex Gain: 245.95\nIndex Gain in Percentage: 36.07%\nFluctuation / Index Ratio: 280.58%</title></g><g class=\"node\" transform=\"translate(487.9197071651655,95)\"><circle class=\"bubble _11\" fill=\"#d9ef8b\" r=\"31.557639879089905\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1997</text><title>1997\nIndex Gain: 164.77\nIndex Gain in Percentage: 16.87%\nFluctuation / Index Ratio: 336.31%</title></g><g class=\"node\" transform=\"translate(628.5488832029721,64)\"><circle class=\"bubble _12\" fill=\"#1a9850\" r=\"34.78052685970172\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1998</text><title>1998\nIndex Gain: 860.46\nIndex Gain in Percentage: 66.15%\nFluctuation / Index Ratio: 386.59%</title></g><g class=\"node\" transform=\"translate(786.9282754978465,62)\"><circle class=\"bubble _13\" fill=\"#1a9850\" r=\"37.01393246074606\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1999</text><title>1999\nIndex Gain: 1643.96\nIndex Gain in Percentage: 69.65%\nFluctuation / Index Ratio: 421.43%</title></g><g class=\"node\" transform=\"translate(101.07172450215353,135)\"><circle class=\"bubble _14\" fill=\"#d73027\" r=\"51.91642335268047\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2000</text><title>2000\nIndex Gain: -1748.96\nIndex Gain in Percentage: -48.54%\nFluctuation / Index Ratio: 653.92%</title></g><g class=\"node\" transform=\"translate(373.2902215382934,119)\"><circle class=\"bubble _15\" fill=\"#d73027\" r=\"47.198224754766755\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2001</text><title>2001\nIndex Gain: -402.30\nIndex Gain in Percentage: -22.98%\nFluctuation / Index Ratio: 580.32%</title></g><g class=\"node\" transform=\"translate(335.5055680504083,136)\"><circle class=\"bubble _16\" fill=\"#d73027\" r=\"40.83129400112223\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2002</text><title>2002\nIndex Gain: -589.22\nIndex Gain in Percentage: -50.43%\nFluctuation / Index Ratio: 480.99%</title></g><g class=\"node\" transform=\"translate(501.40469664824286,93)\"><circle class=\"bubble _17\" fill=\"#a6d96a\" r=\"28.428627551782178\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2003</text><title>2003\nIndex Gain: 231.48\nIndex Gain in Percentage: 18.98%\nFluctuation / Index Ratio: 287.50%</title></g><g class=\"node\" transform=\"translate(453.5249993170826,105)\"><circle class=\"bubble _18\" fill=\"#ffffbf\" r=\"23.016481073500632\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2004</text><title>2004\nIndex Gain: -5.38\nIndex Gain in Percentage: -0.37%\nFluctuation / Index Ratio: 203.07%</title></g><g class=\"node\" transform=\"translate(423.9291769483617,111)\"><circle class=\"bubble _19\" fill=\"#fee08b\" r=\"20.353523045620573\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2005</text><title>2005\nIndex Gain: -151.79\nIndex Gain in Percentage: -9.76%\nFluctuation / Index Ratio: 161.52%</title></g><g class=\"node\" transform=\"translate(446.975551569343,106)\"><circle class=\"bubble _20\" fill=\"#ffffbf\" r=\"21.375802776990884\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2006</text><title>2006\nIndex Gain: -37.78\nIndex Gain in Percentage: -2.28%\nFluctuation / Index Ratio: 177.47%</title></g><g class=\"node\" transform=\"translate(450.62828369285063,106)\"><circle class=\"bubble _21\" fill=\"#ffffbf\" r=\"21.770174027502485\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2007</text><title>2007\nIndex Gain: -19.71\nIndex Gain in Percentage: -1.01%\nFluctuation / Index Ratio: 183.62%</title></g><g class=\"node\" transform=\"translate(360.8462708175882,122)\"><circle class=\"bubble _22\" fill=\"#d73027\" r=\"35.19243916124226\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2008</text><title>2008\nIndex Gain: -463.86\nIndex Gain in Percentage: -27.29%\nFluctuation / Index Ratio: 393.02%</title></g><g class=\"node\" transform=\"translate(579.7595403512923,79)\"><circle class=\"bubble _23\" fill=\"#1a9850\" r=\"25.236904247743574\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2009</text><title>2009\nIndex Gain: 619.10\nIndex Gain in Percentage: 41.45%\nFluctuation / Index Ratio: 237.71%</title></g><g class=\"node\" transform=\"translate(493.4624805368638,99)\"><circle class=\"bubble _24\" fill=\"#a6d96a\" r=\"21.885946570189382\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2010</text><title>2010\nIndex Gain: 192.19\nIndex Gain in Percentage: 9.87%\nFluctuation / Index Ratio: 185.43%</title></g><g class=\"node\" transform=\"translate(475.97707219799173,102)\"><circle class=\"bubble _25\" fill=\"#d9ef8b\" r=\"23.810208861563087\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2011</text><title>2011\nIndex Gain: 105.69\nIndex Gain in Percentage: 4.61%\nFluctuation / Index Ratio: 215.45%</title></g><g class=\"node\" transform=\"translate(495.19687132932063,100)\"><circle class=\"bubble _26\" fill=\"#a6d96a\" r=\"15.150119412813648\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">2012</text><title>2012\nIndex Gain: 200.77\nIndex Gain in Percentage: 7.76%\nFluctuation / Index Ratio: 80.35%</title></g><g class=\"node\" transform=\"translate(458.00449814701824,97)\"><circle class=\"bubble _27\" fill=\"#ffffbf\" r=\"11.706107065898077\" opacity=\"1\"></circle><text text-anchor=\"middle\" dy=\".3em\" opacity=\"1\">1985</text><title>1985\nIndex Gain: 16.78\nIndex Gain in Percentage: 13.38%\nFluctuation / Index Ratio: 26.62%</title></g></g><g class=\"axis x\" transform=\"translate(52,208)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(50.325633064111834,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-2,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(151.39735756626536,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-1,500</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(252.46908206841886,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-1,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(353.54080657057244,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-500</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(454.612531072726,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">0</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(555.6842555748794,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">500</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(656.755980077033,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(757.8277045791865,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1,500</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(858.8994290813399,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2,000</text></g><path class=\"domain\" d=\"M0,6V0H888V6\"></path></g><text transform=\"translate(496,238)\" class=\"x-axis-label\" text-anchor=\"middle\">Index Gain</text><g class=\"axis y\" transform=\"translate(52,10)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,198)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">-150%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,167)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">-100%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,136)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">-50%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,105)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">0%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,74)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">50%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,43)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">100%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,12)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">150%</text></g><path class=\"domain\" d=\"M-6,0H0V198H-6\"></path></g><text transform=\"translate(12,109),rotate(-90)\" class=\"y-axis-label y-label\" text-anchor=\"middle\">Index Gain %</text></g><defs><clipPath id=\"yearly-bubble-chart-clip\"><rect width=\"888\" height=\"198\" transform=\"translate(-0, -0)\"></rect></clipPath></defs></svg></div>\n</div>\n\n<div class=\"row\">\n    <div id=\"gain-loss-chart\" class=\"dc-chart\">\n        <strong>Days by Gain/Loss</strong>\n        <a class=\"reset\" href=\"javascript:gainOrLossChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    <svg width=\"180\" height=\"180\"><g transform=\"translate(90,90)\" class=\"\"><g class=\"pie-slice _0\"><path fill=\"#3182bd\" d=\"M4.898587196589413e-15,-80A80,80 0 1,1 -19.680791157542554,77.54138546230132L0,0Z\"></path><title>Gain: 3628</title></g><g class=\"pie-slice _1\"><path fill=\"#6baed6\" d=\"M-19.680791157542554,77.54138546230132A80,80 0 0,1 -1.4695761589768237e-14,-80L0,0Z\"></path><title>Loss: 3096</title></g><text class=\"pie-slice _0\" transform=\"translate(39.691483401644405,4.958441829545527)\" text-anchor=\"middle\">Gain(53%)</text><text class=\"pie-slice _1\" transform=\"translate(-39.691483401644405,-4.958441829545505)\" text-anchor=\"middle\">Loss(46%)</text></g></svg></div>\n\n    <div id=\"quarter-chart\" class=\"dc-chart\">\n        <strong>Quarters</strong>\n        <a class=\"reset\" href=\"javascript:quarterChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    <svg width=\"180\" height=\"180\"><g transform=\"translate(90,90)\" class=\"\"><g class=\"pie-slice _0\"><path fill=\"#3182bd\" d=\"M4.898587196589413e-15,-80A80,80 0 0,1 79.877097790163,4.432747299444804L29.95391167131113,1.6622802372918015A30,30 0 0,0 1.83697019872103e-15,-30Z\"></path><title>Q1: 18819625217</title></g><g class=\"pie-slice _1\"><path fill=\"#6baed6\" d=\"M79.877097790163,4.432747299444804A80,80 0 0,1 -9.410389177191664,79.4446006694841L-3.5288959414468737,29.79172525105654A30,30 0 0,0 29.95391167131113,1.6622802372918015Z\"></path><title>Q2: 18900949603</title></g><g class=\"pie-slice _2\"><path fill=\"#9ecae1\" d=\"M-9.410389177191664,79.4446006694841A80,80 0 0,1 -79.98193191798865,-1.7001666583685162L-29.993224469245746,-0.6375624968881936A30,30 0 0,0 -3.5288959414468737,29.79172525105654Z\"></path><title>Q3: 17059596757</title></g><g class=\"pie-slice _3\"><path fill=\"#c6dbef\" d=\"M-79.98193191798865,-1.7001666583685162A80,80 0 0,1 -8.575003516577825e-14,-80L-3.2156263187166845e-14,-30A30,30 0 0,0 -29.993224469245746,-0.6375624968881936Z\"></path><title>Q4: 17932112309</title></g><text class=\"pie-slice _0\" transform=\"translate(39.95380618451925,-37.798060418093826)\" text-anchor=\"middle\">Q1</text><text class=\"pie-slice _1\" transform=\"translate(35.37843064497858,42.11136004807302)\" text-anchor=\"middle\">Q2</text><text class=\"pie-slice _2\" transform=\"translate(-41.50054946681258,36.092996466802845)\" text-anchor=\"middle\">Q3</text><text class=\"pie-slice _3\" transform=\"translate(-38.47539764726576,-39.301956387497775)\" text-anchor=\"middle\">Q4</text></g></svg></div>\n\n    <div id=\"day-of-week-chart\" class=\"dc-chart\">\n        <strong>Day of Week</strong>\n        <a class=\"reset\" href=\"javascript:dayOfWeekChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    <svg width=\"180\" height=\"180\"><g transform=\"translate(10,20)\"><g class=\"axis\" transform=\"translate(0, 140)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">0</text><line class=\"grid-line\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"-140\"></line></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(58.0130529369108,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">500</text><line class=\"grid-line\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"-140\"></line></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(116.0261058738216,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1,000</text><line class=\"grid-line\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"-140\"></line></g><path class=\"domain\" d=\"M0,6V0H160V6\"></path></g><g class=\"row _0\" transform=\"translate(0,5)\"><rect width=\"147.58520667150108\" height=\"22\" fill=\"#3182bd\" class=\"\" transform=\"translate(0,0)\"></rect><text x=\"10\" y=\"11\" dy=\"0.35em\" class=\"row _0\" transform=\"translate(0,0)\">Mon</text><title>1272</title></g><g class=\"row _1\" transform=\"translate(0,32)\"><rect width=\"160\" height=\"22\" fill=\"#6baed6\" class=\"\" transform=\"translate(0,0)\"></rect><text x=\"10\" y=\"11\" dy=\"0.35em\" class=\"row _1\" transform=\"translate(0,0)\">Tue</text><title>1379</title></g><g class=\"row _2\" transform=\"translate(0,59)\"><rect width=\"159.8839738941262\" height=\"22\" fill=\"#9ecae1\" class=\"\" transform=\"translate(0,0)\"></rect><text x=\"10\" y=\"11\" dy=\"0.35em\" class=\"row _2\" transform=\"translate(0,0)\">Wed</text><title>1378</title></g><g class=\"row _3\" transform=\"translate(0,86)\"><rect width=\"156.86729514140683\" height=\"22\" fill=\"#c6dbef\" class=\"\" transform=\"translate(0,0)\"></rect><text x=\"10\" y=\"11\" dy=\"0.35em\" class=\"row _3\" transform=\"translate(0,0)\">Thu</text><title>1352</title></g><g class=\"row _4\" transform=\"translate(0,113)\"><rect width=\"155.82306018854243\" height=\"22\" fill=\"#dadaeb\" class=\"\" transform=\"translate(0,0)\"></rect><text x=\"10\" y=\"11\" dy=\"0.35em\" class=\"row _4\" transform=\"translate(0,0)\">Fri</text><title>1343</title></g></g></svg></div>\n\n    <div id=\"fluctuation-chart\" class=\"dc-chart\">\n        <strong>Days by Fluctuation(%)</strong>\n        <span class=\"reset\" style=\"display: none;\">range: <span class=\"filter\"></span></span>\n        <a class=\"reset\" href=\"javascript:fluctuationChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    <svg width=\"420\" height=\"180\"><g><g class=\"grid-line horizontal\" transform=\"translate(40,10)\"><line x1=\"1\" y1=\"140\" x2=\"330\" y2=\"140\" opacity=\"1\"></line><line x1=\"1\" y1=\"109\" x2=\"330\" y2=\"109\" opacity=\"1\"></line><line x1=\"1\" y1=\"78\" x2=\"330\" y2=\"78\" opacity=\"1\"></line><line x1=\"1\" y1=\"47\" x2=\"330\" y2=\"47\" opacity=\"1\"></line><line x1=\"1\" y1=\"15\" x2=\"330\" y2=\"15\" opacity=\"1\"></line></g><g class=\"chart-body\" transform=\"translate(40, 10)\" clip-path=\"url(#fluctuation-chart-clip)\"><g class=\"stack _0\"><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"63.5\" width=\"5\"><title>-15: 1</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"83.3\" width=\"5\"><title>-12: 1</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"96.5\" width=\"5\"><title>-10: 1</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"103.10000000000001\" width=\"5\"><title>-9: 3</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"109.7\" width=\"5\"><title>-8: 4</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"139\" height=\"1\" x=\"116.3\" width=\"5\"><title>-7: 9</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"139\" height=\"1\" x=\"122.9\" width=\"5\"><title>-6: 14</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"138\" height=\"2\" x=\"129.5\" width=\"5\"><title>-5: 34</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"135\" height=\"5\" x=\"136.1\" width=\"5\"><title>-4: 80</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"128\" height=\"12\" x=\"142.7\" width=\"5\"><title>-3: 199</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"108\" height=\"32\" x=\"149.3\" width=\"5\"><title>-2: 507</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"65\" height=\"75\" x=\"155.9\" width=\"5\"><title>-1: 1211</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"0\" height=\"140\" x=\"162.5\" width=\"5\"><title>0: 2246</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"43\" height=\"97\" x=\"169.1\" width=\"5\"><title>1: 1562</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"109\" height=\"31\" x=\"175.70000000000002\" width=\"5\"><title>2: 499</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"127\" height=\"13\" x=\"182.3\" width=\"5\"><title>3: 210</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"135\" height=\"5\" x=\"188.89999999999998\" width=\"5\"><title>4: 78</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"138\" height=\"2\" x=\"195.5\" width=\"5\"><title>5: 31</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"139\" height=\"1\" x=\"202.1\" width=\"5\"><title>6: 15</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"139\" height=\"1\" x=\"208.70000000000002\" width=\"5\"><title>7: 9</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"215.3\" width=\"5\"><title>8: 2</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"221.9\" width=\"5\"><title>9: 3</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"228.49999999999997\" width=\"5\"><title>10: 4</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"140\" height=\"0\" x=\"301.1\" width=\"5\"><title>21: 1</title></rect></g></g><g class=\"axis x\" transform=\"translate(40,150)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-25%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(33,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-20%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(66,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-15%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(99,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-10%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(132,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">-5%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(165,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">0%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(198,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">5%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(230.99999999999997,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">10%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(264,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">15%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(297,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">20%</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(330,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">25%</text></g><path class=\"domain\" d=\"M0,6V0H330V6\"></path></g><g class=\"axis y\" transform=\"translate(40,10)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,140)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">0</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,109)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">500</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,78)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">1,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,47)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">1,500</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,15)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">2,000</text></g><path class=\"domain\" d=\"M-6,0H0V140H-6\"></path></g><g class=\"brush\" transform=\"translate(40,10)\" style=\"pointer-events: all; \"><rect class=\"background\" style=\"visibility: hidden; cursor: crosshair; \" x=\"0\" width=\"330\" height=\"140\"></rect><rect class=\"extent\" style=\"cursor: move; \" x=\"0\" width=\"0\" height=\"140\"></rect><g class=\"resize e\" style=\"cursor: ew-resize; display: none; \" transform=\"translate(0,0)\"><rect x=\"-3\" width=\"6\" height=\"140\" style=\"visibility: hidden; \"></rect><path d=\"M0.5,46.666666666666664A6,6 0 0 1 6.5,52.666666666666664V87.33333333333333A6,6 0 0 1 0.5,93.33333333333333ZM2.5,54.666666666666664V85.33333333333333M4.5,54.666666666666664V85.33333333333333\"></path></g><g class=\"resize w\" style=\"cursor: ew-resize; display: none; \" transform=\"translate(0,0)\"><rect x=\"-3\" width=\"6\" height=\"140\" style=\"visibility: hidden; \"></rect><path d=\"M-0.5,46.666666666666664A6,6 0 0 0 -6.5,52.666666666666664V87.33333333333333A6,6 0 0 0 -0.5,93.33333333333333ZM-2.5,54.666666666666664V85.33333333333333M-4.5,54.666666666666664V85.33333333333333\"></path></g></g></g><defs><clipPath id=\"fluctuation-chart-clip\"><rect width=\"330\" height=\"140\" transform=\"translate(-0, -0)\"></rect></clipPath></defs></svg></div>\n</div>\n\n<div class=\"row\">\n    <div id=\"monthly-move-chart\" class=\"dc-chart\">\n        <strong>Monthly Index Abs Move &amp; Volume/500,000 Chart</strong>\n        <span class=\"reset\" style=\"display: none;\">range: <span class=\"filter\"></span></span>\n        <a class=\"reset\" href=\"javascript:moveChart.filterAll();volumeChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    <svg width=\"990\" height=\"200\"><g><g class=\"grid-line horizontal\" transform=\"translate(40,30)\"><line x1=\"1\" y1=\"145\" x2=\"900\" y2=\"145\" opacity=\"1\"></line><line x1=\"1\" y1=\"124\" x2=\"900\" y2=\"124\" opacity=\"1\"></line><line x1=\"1\" y1=\"104\" x2=\"900\" y2=\"104\" opacity=\"1\"></line><line x1=\"1\" y1=\"83\" x2=\"900\" y2=\"83\" opacity=\"1\"></line><line x1=\"1\" y1=\"62\" x2=\"900\" y2=\"62\" opacity=\"1\"></line><line x1=\"1\" y1=\"41\" x2=\"900\" y2=\"41\" opacity=\"1\"></line><line x1=\"1\" y1=\"21\" x2=\"900\" y2=\"21\" opacity=\"1\"></line><line x1=\"1\" y1=\"0\" x2=\"900\" y2=\"0\" opacity=\"1\"></line></g><g class=\"chart-body\" transform=\"translate(40, 30)\" clip-path=\"url(#monthly-move-chart-clip)\"><g class=\"stack-list\"><g class=\"stack _0\"><path class=\"line\" stroke=\"#1f77b4\" d=\"M26.755329552122042,142L29.39565812634461,142L32.123997653041265,142L34.85233717973792,142L37.31664384901232,142L40.04498337570898,142L42.685311949931545,142L45.4136514766282,142L48.053980050850775,142L50.78231957754743,142L53.510659104244084,142L56.15098767846665,142L58.879327205163314,142L61.51965577938588,142L64.24799530608253,142L66.97633483277919,141L69.4406415020536,141L72.16898102875024,141L74.80930960297282,141L77.53764912966948,141L80.17797770389204,141L82.9063172305887,141L85.63465675728534,141L88.27498533150792,141L91.00332485820458,142L93.64365343242714,142L96.3719929591238,142L99.10033248582046,142L101.65265010756895,141L104.3809896342656,141L107.02131820848817,141L109.74965773518481,141L112.38998630940739,141L115.11832583610403,141L117.8466653628007,141L120.48699393702327,141L123.21533346371994,142L125.85566203794251,141L128.58400156463915,141L131.3123410913358,141L133.77664776061022,141L136.50498728730688,141L139.14531586152944,141L141.8736553882261,141L144.51398396244866,141L147.2423234891453,141L149.97066301584198,140L152.61099159006454,140L155.3393311167612,140L157.97965969098377,140L160.70799921768042,141L163.43633874437708,141L165.9006454136515,141L168.62898494034812,141L171.26931351457068,140L173.99765304126737,140L176.63798161548993,140L179.36632114218656,141L182.09466066888325,141L184.73498924310582,141L187.46332876980247,141L190.10365734402504,141L192.83199687072167,141L195.56033639741835,140L198.02464306669276,140L200.7529825933894,139L203.39331116761196,139L206.12165069430864,139L208.7619792685312,140L211.49031879522784,139L214.2186583219245,139L216.85898689614706,139L219.58732642284374,139L222.2276549970663,139L224.95599452376294,138L227.6843340504596,138L230.23665167220807,138L232.96499119890478,139L235.60531977312732,139L238.333659299824,139L240.97398787404654,139L243.70232740074317,139L246.4306669274399,139L249.07099550166242,138L251.79933502835905,138L254.43966360258165,138L257.1680031292783,137L259.896342655975,138L262.36064932524937,138L265.088988851946,138L267.7293174261686,138L270.45765695286525,137L273.0979855270878,138L275.8263250537845,137L278.55466458048113,137L281.1949931547037,137L283.9233326814003,137L286.56366125562295,137L289.2920007823196,137L292.0203403090162,137L294.4846469782906,137L297.2129865049873,137L299.85331507920984,137L302.5816546059065,137L305.2219831801291,137L307.9503227068257,137L310.6786622335224,137L313.31899080774497,137L316.0473303344416,137L318.68765890866416,137L321.41599843536085,137L324.14433796205753,136L326.6086446313319,136L329.33698415802854,136L331.9773127322511,135L334.7056522589478,134L337.34598083317036,133L340.074320359867,133L342.8026598865637,133L345.44298846078624,133L348.17132798748287,133L350.8116565617055,133L353.5399960884021,133L356.26833561509875,132L358.82065323684725,132L361.5489927635439,132L364.1893213377665,131L366.91766086446313,131L369.5579894386857,132L372.2863289653824,131L375.014668492079,130L377.6549970663016,129L380.38333659299826,128L383.0236651672208,128L385.75200469391746,127L388.4803442206141,127L390.9446508898885,128L393.6729904165852,128L396.3133189908077,126L399.0416585175044,125L401.68198709172697,123L404.41032661842365,122L407.1386661451203,122L409.77899471934285,122L412.50733424603953,124L415.14766282026204,124L417.8760023469587,124L420.6043418736554,121L423.0686485429298,121L425.7969880696264,120L428.437316643849,119L431.1656561705457,119L433.80598474476824,116L436.53432427146487,117L439.26266379816155,118L441.9029923723841,118L444.63133189908075,114L447.27166047330337,110L450,104L452.72833952669663,104L455.19264619597107,103L457.9209857226677,100L460.56131429689026,101L463.2896538235869,101L465.92998239780957,96L468.6583219245062,97L471.3866614512028,94L474.0269900254254,94L476.755329552122,85L479.39565812634464,76L482.1239976530413,70L484.85233717973796,62L487.40465480148634,53L490.13299432818303,67L492.77332290240565,74L495.5016624291023,68L498.14199100332485,66L500.8703305300215,67L503.5986700567181,67L506.2389986309408,77L508.9673381576374,84L511.6076667318599,91L514.3360062585566,93L517.0643457852532,98L519.5286524545277,109L522.2569919812244,110L524.897320555447,106L527.6256600821436,108L530.2659886563662,110L532.9943281830627,112L535.7226677097594,119L538.362996283982,117L541.0913358106787,113L543.7316643849013,111L546.4600039115978,112L549.1883434382945,115L551.652650107569,114L554.3809896342656,117L557.0213182084881,119L559.7496577351848,122L562.3899863094074,125L565.1183258361041,125L567.8466653628006,126L570.4869939370233,126L573.2153334637198,123L575.8556620379426,124L578.5840015646392,124L581.3123410913358,125L583.7766477606102,124L586.5049872873069,123L589.1453158615294,121L591.8736553882261,120L594.5139839624486,119L597.2423234891454,119L599.970663015842,117L602.6109915900645,116L605.3393311167612,116L607.9796596909837,115L610.7079992176805,113L613.436338744377,114L615.9886563661255,115L618.7169958928222,115L621.3573244670448,116L624.0856639937415,114L626.725992567964,116L629.4543320946607,117L632.1826716213573,116L634.8230001955799,115L637.5513397222766,113L640.1916682964991,112L642.9200078231958,113L645.6483473498924,114L648.1126540191668,114L650.8409935458635,115L653.481322120086,114L656.2096616467827,113L658.8499902210053,113L661.5783297477019,112L664.3066692743986,112L666.9469978486211,113L669.6753373753178,111L672.3156659495404,110L675.0440054762371,110L677.7723450029337,110L680.2366516722082,110L682.9649911989047,109L685.6053197731273,111L688.3336592998239,113L690.9739878740465,114L693.7023274007432,113L696.4306669274399,111L699.0709955016624,110L701.7993350283591,108L704.4396636025817,108L707.1680031292783,108L709.896342655975,108L712.3606493252494,109L715.088988851946,107L717.7293174261686,106L720.4576569528652,105L723.0979855270878,104L725.8263250537844,105L728.5546645804811,103L731.1949931547038,100L733.9233326814003,102L736.563661255623,102L739.2920007823195,106L742.0203403090163,108L744.5726579307648,109L747.3009974574613,106L749.9413260316838,104L752.6696655583806,105L755.3099941326032,107L758.0383336592998,106L760.7666731859965,109L763.407001760219,117L766.1353412869157,120L768.7756698611383,120L771.5040093878349,120L774.2323489145316,120L776.696655583806,121L779.4249951105027,118L782.0653236847252,116L784.7936632114219,115L787.4339917856445,114L790.1623313123412,112L792.8906708390377,110L795.5309994132602,109L798.2593389399569,109L800.8996675141796,107L803.6280070408762,107L806.3563465675728,108L808.8206532368473,105L811.548992763544,103L814.1893213377665,106L816.9176608644631,107L819.5579894386857,107L822.2863289653824,107L825.0146684920791,105L827.6549970663016,102L830.3833365929983,101L833.0236651672208,99L835.7520046939175,98L838.4803442206141,96L840.9446508898885,97L843.6729904165851,96L846.3133189908078,96L849.0416585175044,98L851.6819870917269,96L854.4103266184236,100L857.1386661451203,99L859.7789947193429,97L862.5073342460395,98L865.1476628202621,98L867.8760023469587,95L870.6043418736554,92L873.1566594954039,89L875.8849990221005,89L878.5253275963231,91L881.2536671230197,92\"></path><path class=\"area\" fill=\"#1f77b4\" d=\"M26.755329552122042,142L29.39565812634461,142L32.123997653041265,142L34.85233717973792,142L37.31664384901232,142L40.04498337570898,142L42.685311949931545,142L45.4136514766282,142L48.053980050850775,142L50.78231957754743,142L53.510659104244084,142L56.15098767846665,142L58.879327205163314,142L61.51965577938588,142L64.24799530608253,142L66.97633483277919,141L69.4406415020536,141L72.16898102875024,141L74.80930960297282,141L77.53764912966948,141L80.17797770389204,141L82.9063172305887,141L85.63465675728534,141L88.27498533150792,141L91.00332485820458,142L93.64365343242714,142L96.3719929591238,142L99.10033248582046,142L101.65265010756895,141L104.3809896342656,141L107.02131820848817,141L109.74965773518481,141L112.38998630940739,141L115.11832583610403,141L117.8466653628007,141L120.48699393702327,141L123.21533346371994,142L125.85566203794251,141L128.58400156463915,141L131.3123410913358,141L133.77664776061022,141L136.50498728730688,141L139.14531586152944,141L141.8736553882261,141L144.51398396244866,141L147.2423234891453,141L149.97066301584198,140L152.61099159006454,140L155.3393311167612,140L157.97965969098377,140L160.70799921768042,141L163.43633874437708,141L165.9006454136515,141L168.62898494034812,141L171.26931351457068,140L173.99765304126737,140L176.63798161548993,140L179.36632114218656,141L182.09466066888325,141L184.73498924310582,141L187.46332876980247,141L190.10365734402504,141L192.83199687072167,141L195.56033639741835,140L198.02464306669276,140L200.7529825933894,139L203.39331116761196,139L206.12165069430864,139L208.7619792685312,140L211.49031879522784,139L214.2186583219245,139L216.85898689614706,139L219.58732642284374,139L222.2276549970663,139L224.95599452376294,138L227.6843340504596,138L230.23665167220807,138L232.96499119890478,139L235.60531977312732,139L238.333659299824,139L240.97398787404654,139L243.70232740074317,139L246.4306669274399,139L249.07099550166242,138L251.79933502835905,138L254.43966360258165,138L257.1680031292783,137L259.896342655975,138L262.36064932524937,138L265.088988851946,138L267.7293174261686,138L270.45765695286525,137L273.0979855270878,138L275.8263250537845,137L278.55466458048113,137L281.1949931547037,137L283.9233326814003,137L286.56366125562295,137L289.2920007823196,137L292.0203403090162,137L294.4846469782906,137L297.2129865049873,137L299.85331507920984,137L302.5816546059065,137L305.2219831801291,137L307.9503227068257,137L310.6786622335224,137L313.31899080774497,137L316.0473303344416,137L318.68765890866416,137L321.41599843536085,137L324.14433796205753,136L326.6086446313319,136L329.33698415802854,136L331.9773127322511,135L334.7056522589478,134L337.34598083317036,133L340.074320359867,133L342.8026598865637,133L345.44298846078624,133L348.17132798748287,133L350.8116565617055,133L353.5399960884021,133L356.26833561509875,132L358.82065323684725,132L361.5489927635439,132L364.1893213377665,131L366.91766086446313,131L369.5579894386857,132L372.2863289653824,131L375.014668492079,130L377.6549970663016,129L380.38333659299826,128L383.0236651672208,128L385.75200469391746,127L388.4803442206141,127L390.9446508898885,128L393.6729904165852,128L396.3133189908077,126L399.0416585175044,125L401.68198709172697,123L404.41032661842365,122L407.1386661451203,122L409.77899471934285,122L412.50733424603953,124L415.14766282026204,124L417.8760023469587,124L420.6043418736554,121L423.0686485429298,121L425.7969880696264,120L428.437316643849,119L431.1656561705457,119L433.80598474476824,116L436.53432427146487,117L439.26266379816155,118L441.9029923723841,118L444.63133189908075,114L447.27166047330337,110L450,104L452.72833952669663,104L455.19264619597107,103L457.9209857226677,100L460.56131429689026,101L463.2896538235869,101L465.92998239780957,96L468.6583219245062,97L471.3866614512028,94L474.0269900254254,94L476.755329552122,85L479.39565812634464,76L482.1239976530413,70L484.85233717973796,62L487.40465480148634,53L490.13299432818303,67L492.77332290240565,74L495.5016624291023,68L498.14199100332485,66L500.8703305300215,67L503.5986700567181,67L506.2389986309408,77L508.9673381576374,84L511.6076667318599,91L514.3360062585566,93L517.0643457852532,98L519.5286524545277,109L522.2569919812244,110L524.897320555447,106L527.6256600821436,108L530.2659886563662,110L532.9943281830627,112L535.7226677097594,119L538.362996283982,117L541.0913358106787,113L543.7316643849013,111L546.4600039115978,112L549.1883434382945,115L551.652650107569,114L554.3809896342656,117L557.0213182084881,119L559.7496577351848,122L562.3899863094074,125L565.1183258361041,125L567.8466653628006,126L570.4869939370233,126L573.2153334637198,123L575.8556620379426,124L578.5840015646392,124L581.3123410913358,125L583.7766477606102,124L586.5049872873069,123L589.1453158615294,121L591.8736553882261,120L594.5139839624486,119L597.2423234891454,119L599.970663015842,117L602.6109915900645,116L605.3393311167612,116L607.9796596909837,115L610.7079992176805,113L613.436338744377,114L615.9886563661255,115L618.7169958928222,115L621.3573244670448,116L624.0856639937415,114L626.725992567964,116L629.4543320946607,117L632.1826716213573,116L634.8230001955799,115L637.5513397222766,113L640.1916682964991,112L642.9200078231958,113L645.6483473498924,114L648.1126540191668,114L650.8409935458635,115L653.481322120086,114L656.2096616467827,113L658.8499902210053,113L661.5783297477019,112L664.3066692743986,112L666.9469978486211,113L669.6753373753178,111L672.3156659495404,110L675.0440054762371,110L677.7723450029337,110L680.2366516722082,110L682.9649911989047,109L685.6053197731273,111L688.3336592998239,113L690.9739878740465,114L693.7023274007432,113L696.4306669274399,111L699.0709955016624,110L701.7993350283591,108L704.4396636025817,108L707.1680031292783,108L709.896342655975,108L712.3606493252494,109L715.088988851946,107L717.7293174261686,106L720.4576569528652,105L723.0979855270878,104L725.8263250537844,105L728.5546645804811,103L731.1949931547038,100L733.9233326814003,102L736.563661255623,102L739.2920007823195,106L742.0203403090163,108L744.5726579307648,109L747.3009974574613,106L749.9413260316838,104L752.6696655583806,105L755.3099941326032,107L758.0383336592998,106L760.7666731859965,109L763.407001760219,117L766.1353412869157,120L768.7756698611383,120L771.5040093878349,120L774.2323489145316,120L776.696655583806,121L779.4249951105027,118L782.0653236847252,116L784.7936632114219,115L787.4339917856445,114L790.1623313123412,112L792.8906708390377,110L795.5309994132602,109L798.2593389399569,109L800.8996675141796,107L803.6280070408762,107L806.3563465675728,108L808.8206532368473,105L811.548992763544,103L814.1893213377665,106L816.9176608644631,107L819.5579894386857,107L822.2863289653824,107L825.0146684920791,105L827.6549970663016,102L830.3833365929983,101L833.0236651672208,99L835.7520046939175,98L838.4803442206141,96L840.9446508898885,97L843.6729904165851,96L846.3133189908078,96L849.0416585175044,98L851.6819870917269,96L854.4103266184236,100L857.1386661451203,99L859.7789947193429,97L862.5073342460395,98L865.1476628202621,98L867.8760023469587,95L870.6043418736554,92L873.1566594954039,89L875.8849990221005,89L878.5253275963231,91L881.2536671230197,92L881.2536671230197,145L878.5253275963231,145L875.8849990221005,145L873.1566594954039,145L870.6043418736554,145L867.8760023469587,145L865.1476628202621,145L862.5073342460395,145L859.7789947193429,145L857.1386661451203,145L854.4103266184236,145L851.6819870917269,145L849.0416585175044,145L846.3133189908078,145L843.6729904165851,145L840.9446508898885,145L838.4803442206141,145L835.7520046939175,145L833.0236651672208,145L830.3833365929983,145L827.6549970663016,145L825.0146684920791,145L822.2863289653824,145L819.5579894386857,145L816.9176608644631,145L814.1893213377665,145L811.548992763544,145L808.8206532368473,145L806.3563465675728,145L803.6280070408762,145L800.8996675141796,145L798.2593389399569,145L795.5309994132602,145L792.8906708390377,145L790.1623313123412,145L787.4339917856445,145L784.7936632114219,145L782.0653236847252,145L779.4249951105027,145L776.696655583806,145L774.2323489145316,145L771.5040093878349,145L768.7756698611383,145L766.1353412869157,145L763.407001760219,145L760.7666731859965,145L758.0383336592998,145L755.3099941326032,145L752.6696655583806,145L749.9413260316838,145L747.3009974574613,145L744.5726579307648,145L742.0203403090163,145L739.2920007823195,145L736.563661255623,145L733.9233326814003,145L731.1949931547038,145L728.5546645804811,145L725.8263250537844,145L723.0979855270878,145L720.4576569528652,145L717.7293174261686,145L715.088988851946,145L712.3606493252494,145L709.896342655975,145L707.1680031292783,145L704.4396636025817,145L701.7993350283591,145L699.0709955016624,145L696.4306669274399,145L693.7023274007432,145L690.9739878740465,145L688.3336592998239,145L685.6053197731273,145L682.9649911989047,145L680.2366516722082,145L677.7723450029337,145L675.0440054762371,145L672.3156659495404,145L669.6753373753178,145L666.9469978486211,145L664.3066692743986,145L661.5783297477019,145L658.8499902210053,145L656.2096616467827,145L653.481322120086,145L650.8409935458635,145L648.1126540191668,145L645.6483473498924,145L642.9200078231958,145L640.1916682964991,145L637.5513397222766,145L634.8230001955799,145L632.1826716213573,145L629.4543320946607,145L626.725992567964,145L624.0856639937415,145L621.3573244670448,145L618.7169958928222,145L615.9886563661255,145L613.436338744377,145L610.7079992176805,145L607.9796596909837,145L605.3393311167612,145L602.6109915900645,145L599.970663015842,145L597.2423234891454,145L594.5139839624486,145L591.8736553882261,145L589.1453158615294,145L586.5049872873069,145L583.7766477606102,145L581.3123410913358,145L578.5840015646392,145L575.8556620379426,145L573.2153334637198,145L570.4869939370233,145L567.8466653628006,145L565.1183258361041,145L562.3899863094074,145L559.7496577351848,145L557.0213182084881,145L554.3809896342656,145L551.652650107569,145L549.1883434382945,145L546.4600039115978,145L543.7316643849013,145L541.0913358106787,145L538.362996283982,145L535.7226677097594,145L532.9943281830627,145L530.2659886563662,145L527.6256600821436,145L524.897320555447,145L522.2569919812244,145L519.5286524545277,145L517.0643457852532,145L514.3360062585566,145L511.6076667318599,145L508.9673381576374,145L506.2389986309408,145L503.5986700567181,145L500.8703305300215,145L498.14199100332485,145L495.5016624291023,145L492.77332290240565,145L490.13299432818303,145L487.40465480148634,145L484.85233717973796,145L482.1239976530413,145L479.39565812634464,145L476.755329552122,145L474.0269900254254,145L471.3866614512028,145L468.6583219245062,145L465.92998239780957,145L463.2896538235869,145L460.56131429689026,145L457.9209857226677,145L455.19264619597107,145L452.72833952669663,145L450,145L447.27166047330337,145L444.63133189908075,145L441.9029923723841,145L439.26266379816155,145L436.53432427146487,145L433.80598474476824,145L431.1656561705457,145L428.437316643849,145L425.7969880696264,145L423.0686485429298,145L420.6043418736554,145L417.8760023469587,145L415.14766282026204,145L412.50733424603953,145L409.77899471934285,145L407.1386661451203,145L404.41032661842365,145L401.68198709172697,145L399.0416585175044,145L396.3133189908077,145L393.6729904165852,145L390.9446508898885,145L388.4803442206141,145L385.75200469391746,145L383.0236651672208,145L380.38333659299826,145L377.6549970663016,145L375.014668492079,145L372.2863289653824,145L369.5579894386857,145L366.91766086446313,145L364.1893213377665,145L361.5489927635439,145L358.82065323684725,145L356.26833561509875,145L353.5399960884021,145L350.8116565617055,145L348.17132798748287,145L345.44298846078624,145L342.8026598865637,145L340.074320359867,145L337.34598083317036,145L334.7056522589478,145L331.9773127322511,145L329.33698415802854,145L326.6086446313319,145L324.14433796205753,145L321.41599843536085,145L318.68765890866416,145L316.0473303344416,145L313.31899080774497,145L310.6786622335224,145L307.9503227068257,145L305.2219831801291,145L302.5816546059065,145L299.85331507920984,145L297.2129865049873,145L294.4846469782906,145L292.0203403090162,145L289.2920007823196,145L286.56366125562295,145L283.9233326814003,145L281.1949931547037,145L278.55466458048113,145L275.8263250537845,145L273.0979855270878,145L270.45765695286525,145L267.7293174261686,145L265.088988851946,145L262.36064932524937,145L259.896342655975,145L257.1680031292783,145L254.43966360258165,145L251.79933502835905,145L249.07099550166242,145L246.4306669274399,145L243.70232740074317,145L240.97398787404654,145L238.333659299824,145L235.60531977312732,145L232.96499119890478,145L230.23665167220807,145L227.6843340504596,145L224.95599452376294,145L222.2276549970663,145L219.58732642284374,145L216.85898689614706,145L214.2186583219245,145L211.49031879522784,145L208.7619792685312,145L206.12165069430864,145L203.39331116761196,145L200.7529825933894,145L198.02464306669276,145L195.56033639741835,145L192.83199687072167,145L190.10365734402504,145L187.46332876980247,145L184.73498924310582,145L182.09466066888325,145L179.36632114218656,145L176.63798161548993,145L173.99765304126737,145L171.26931351457068,145L168.62898494034812,145L165.9006454136515,145L163.43633874437708,145L160.70799921768042,145L157.97965969098377,145L155.3393311167612,145L152.61099159006454,145L149.97066301584198,145L147.2423234891453,145L144.51398396244866,145L141.8736553882261,145L139.14531586152944,145L136.50498728730688,145L133.77664776061022,145L131.3123410913358,145L128.58400156463915,145L125.85566203794251,145L123.21533346371994,145L120.48699393702327,145L117.8466653628007,145L115.11832583610403,145L112.38998630940739,145L109.74965773518481,145L107.02131820848817,145L104.3809896342656,145L101.65265010756895,145L99.10033248582046,145L96.3719929591238,145L93.64365343242714,145L91.00332485820458,145L88.27498533150792,145L85.63465675728534,145L82.9063172305887,145L80.17797770389204,145L77.53764912966948,145L74.80930960297282,145L72.16898102875024,145L69.4406415020536,145L66.97633483277919,145L64.24799530608253,145L61.51965577938588,145L58.879327205163314,145L56.15098767846665,145L53.510659104244084,145L50.78231957754743,145L48.053980050850775,145L45.4136514766282,145L42.685311949931545,145L40.04498337570898,145L37.31664384901232,145L34.85233717973792,145L32.123997653041265,145L29.39565812634461,145L26.755329552122042,145Z\"></path></g><g class=\"stack _1\"><path class=\"line\" stroke=\"#ff7f0e\" d=\"M26.755329552122042,142L29.39565812634461,142L32.123997653041265,142L34.85233717973792,142L37.31664384901232,142L40.04498337570898,141L42.685311949931545,141L45.4136514766282,141L48.053980050850775,141L50.78231957754743,142L53.510659104244084,141L56.15098767846665,142L58.879327205163314,142L61.51965577938588,142L64.24799530608253,141L66.97633483277919,141L69.4406415020536,140L72.16898102875024,140L74.80930960297282,141L77.53764912966948,141L80.17797770389204,141L82.9063172305887,140L85.63465675728534,140L88.27498533150792,138L91.00332485820458,141L93.64365343242714,141L96.3719929591238,141L99.10033248582046,141L101.65265010756895,141L104.3809896342656,141L107.02131820848817,141L109.74965773518481,141L112.38998630940739,141L115.11832583610403,141L117.8466653628007,141L120.48699393702327,141L123.21533346371994,141L125.85566203794251,141L128.58400156463915,141L131.3123410913358,141L133.77664776061022,141L136.50498728730688,141L139.14531586152944,140L141.8736553882261,140L144.51398396244866,140L147.2423234891453,140L149.97066301584198,140L152.61099159006454,139L155.3393311167612,140L157.97965969098377,140L160.70799921768042,139L163.43633874437708,140L165.9006454136515,140L168.62898494034812,140L171.26931351457068,140L173.99765304126737,139L176.63798161548993,139L179.36632114218656,139L182.09466066888325,140L184.73498924310582,140L187.46332876980247,140L190.10365734402504,140L192.83199687072167,139L195.56033639741835,139L198.02464306669276,138L200.7529825933894,138L203.39331116761196,138L206.12165069430864,139L208.7619792685312,138L211.49031879522784,138L214.2186583219245,138L216.85898689614706,138L219.58732642284374,138L222.2276549970663,137L224.95599452376294,136L227.6843340504596,136L230.23665167220807,137L232.96499119890478,136L235.60531977312732,138L238.333659299824,137L240.97398787404654,137L243.70232740074317,138L246.4306669274399,137L249.07099550166242,137L251.79933502835905,137L254.43966360258165,137L257.1680031292783,136L259.896342655975,136L262.36064932524937,136L265.088988851946,136L267.7293174261686,136L270.45765695286525,136L273.0979855270878,136L275.8263250537845,136L278.55466458048113,136L281.1949931547037,136L283.9233326814003,135L286.56366125562295,136L289.2920007823196,136L292.0203403090162,135L294.4846469782906,135L297.2129865049873,135L299.85331507920984,136L302.5816546059065,136L305.2219831801291,136L307.9503227068257,136L310.6786622335224,135L313.31899080774497,135L316.0473303344416,135L318.68765890866416,135L321.41599843536085,135L324.14433796205753,135L326.6086446313319,134L329.33698415802854,134L331.9773127322511,133L334.7056522589478,132L337.34598083317036,130L340.074320359867,130L342.8026598865637,130L345.44298846078624,129L348.17132798748287,129L350.8116565617055,129L353.5399960884021,129L356.26833561509875,130L358.82065323684725,129L361.5489927635439,130L364.1893213377665,128L366.91766086446313,128L369.5579894386857,127L372.2863289653824,128L375.014668492079,127L377.6549970663016,126L380.38333659299826,125L383.0236651672208,123L385.75200469391746,122L388.4803442206141,122L390.9446508898885,123L393.6729904165852,122L396.3133189908077,120L399.0416585175044,121L401.68198709172697,117L404.41032661842365,117L407.1386661451203,117L409.77899471934285,113L412.50733424603953,118L415.14766282026204,116L417.8760023469587,119L420.6043418736554,116L423.0686485429298,114L425.7969880696264,114L428.437316643849,114L431.1656561705457,111L433.80598474476824,108L436.53432427146487,105L439.26266379816155,106L441.9029923723841,104L444.63133189908075,106L447.27166047330337,95L450,89L452.72833952669663,86L455.19264619597107,87L457.9209857226677,80L460.56131429689026,85L463.2896538235869,80L465.92998239780957,81L468.6583219245062,82L471.3866614512028,78L474.0269900254254,79L476.755329552122,67L479.39565812634464,56L482.1239976530413,25L484.85233717973796,29L487.40465480148634,0L490.13299432818303,3L492.77332290240565,25L495.5016624291023,25L498.14199100332485,26L500.8703305300215,45L503.5986700567181,32L506.2389986309408,33L508.9673381576374,56L511.6076667318599,58L514.3360062585566,52L517.0643457852532,77L519.5286524545277,86L522.2569919812244,89L524.897320555447,85L527.6256600821436,90L530.2659886563662,97L532.9943281830627,100L535.7226677097594,112L538.362996283982,100L541.0913358106787,103L543.7316643849013,103L546.4600039115978,102L549.1883434382945,105L551.652650107569,105L554.3809896342656,106L557.0213182084881,107L559.7496577351848,112L562.3899863094074,111L565.1183258361041,115L567.8466653628006,120L570.4869939370233,117L573.2153334637198,114L575.8556620379426,117L578.5840015646392,116L581.3123410913358,120L583.7766477606102,118L586.5049872873069,116L589.1453158615294,116L591.8736553882261,112L594.5139839624486,113L597.2423234891454,113L599.970663015842,109L602.6109915900645,110L605.3393311167612,111L607.9796596909837,109L610.7079992176805,108L613.436338744377,109L615.9886563661255,109L618.7169958928222,107L621.3573244670448,113L624.0856639937415,109L626.725992567964,110L629.4543320946607,112L632.1826716213573,112L634.8230001955799,109L637.5513397222766,109L640.1916682964991,107L642.9200078231958,108L645.6483473498924,109L648.1126540191668,109L650.8409935458635,110L653.481322120086,111L656.2096616467827,109L658.8499902210053,109L661.5783297477019,108L664.3066692743986,108L666.9469978486211,107L669.6753373753178,107L672.3156659495404,106L675.0440054762371,105L677.7723450029337,106L680.2366516722082,106L682.9649911989047,105L685.6053197731273,106L688.3336592998239,105L690.9739878740465,108L693.7023274007432,108L696.4306669274399,107L699.0709955016624,104L701.7993350283591,103L704.4396636025817,104L707.1680031292783,103L709.896342655975,103L712.3606493252494,104L715.088988851946,103L717.7293174261686,100L720.4576569528652,100L723.0979855270878,98L725.8263250537844,96L728.5546645804811,99L731.1949931547038,92L733.9233326814003,91L736.563661255623,95L739.2920007823195,93L742.0203403090163,99L744.5726579307648,98L747.3009974574613,99L749.9413260316838,96L752.6696655583806,94L755.3099941326032,96L758.0383336592998,98L760.7666731859965,94L763.407001760219,95L766.1353412869157,108L768.7756698611383,109L771.5040093878349,112L774.2323489145316,112L776.696655583806,112L779.4249951105027,112L782.0653236847252,110L784.7936632114219,109L787.4339917856445,108L790.1623313123412,107L792.8906708390377,105L795.5309994132602,103L798.2593389399569,104L800.8996675141796,103L803.6280070408762,100L806.3563465675728,103L808.8206532368473,101L811.548992763544,98L814.1893213377665,95L816.9176608644631,97L819.5579894386857,99L822.2863289653824,101L825.0146684920791,100L827.6549970663016,98L830.3833365929983,96L833.0236651672208,96L835.7520046939175,91L838.4803442206141,92L840.9446508898885,89L843.6729904165851,93L846.3133189908078,90L849.0416585175044,90L851.6819870917269,88L854.4103266184236,83L857.1386661451203,87L859.7789947193429,86L862.5073342460395,89L865.1476628202621,90L867.8760023469587,91L870.6043418736554,87L873.1566594954039,84L875.8849990221005,81L878.5253275963231,82L881.2536671230197,80\"></path><path class=\"area\" fill=\"#ff7f0e\" d=\"M26.755329552122042,142L29.39565812634461,142L32.123997653041265,142L34.85233717973792,142L37.31664384901232,142L40.04498337570898,141L42.685311949931545,141L45.4136514766282,141L48.053980050850775,141L50.78231957754743,142L53.510659104244084,141L56.15098767846665,142L58.879327205163314,142L61.51965577938588,142L64.24799530608253,141L66.97633483277919,141L69.4406415020536,140L72.16898102875024,140L74.80930960297282,141L77.53764912966948,141L80.17797770389204,141L82.9063172305887,140L85.63465675728534,140L88.27498533150792,138L91.00332485820458,141L93.64365343242714,141L96.3719929591238,141L99.10033248582046,141L101.65265010756895,141L104.3809896342656,141L107.02131820848817,141L109.74965773518481,141L112.38998630940739,141L115.11832583610403,141L117.8466653628007,141L120.48699393702327,141L123.21533346371994,141L125.85566203794251,141L128.58400156463915,141L131.3123410913358,141L133.77664776061022,141L136.50498728730688,141L139.14531586152944,140L141.8736553882261,140L144.51398396244866,140L147.2423234891453,140L149.97066301584198,140L152.61099159006454,139L155.3393311167612,140L157.97965969098377,140L160.70799921768042,139L163.43633874437708,140L165.9006454136515,140L168.62898494034812,140L171.26931351457068,140L173.99765304126737,139L176.63798161548993,139L179.36632114218656,139L182.09466066888325,140L184.73498924310582,140L187.46332876980247,140L190.10365734402504,140L192.83199687072167,139L195.56033639741835,139L198.02464306669276,138L200.7529825933894,138L203.39331116761196,138L206.12165069430864,139L208.7619792685312,138L211.49031879522784,138L214.2186583219245,138L216.85898689614706,138L219.58732642284374,138L222.2276549970663,137L224.95599452376294,136L227.6843340504596,136L230.23665167220807,137L232.96499119890478,136L235.60531977312732,138L238.333659299824,137L240.97398787404654,137L243.70232740074317,138L246.4306669274399,137L249.07099550166242,137L251.79933502835905,137L254.43966360258165,137L257.1680031292783,136L259.896342655975,136L262.36064932524937,136L265.088988851946,136L267.7293174261686,136L270.45765695286525,136L273.0979855270878,136L275.8263250537845,136L278.55466458048113,136L281.1949931547037,136L283.9233326814003,135L286.56366125562295,136L289.2920007823196,136L292.0203403090162,135L294.4846469782906,135L297.2129865049873,135L299.85331507920984,136L302.5816546059065,136L305.2219831801291,136L307.9503227068257,136L310.6786622335224,135L313.31899080774497,135L316.0473303344416,135L318.68765890866416,135L321.41599843536085,135L324.14433796205753,135L326.6086446313319,134L329.33698415802854,134L331.9773127322511,133L334.7056522589478,132L337.34598083317036,130L340.074320359867,130L342.8026598865637,130L345.44298846078624,129L348.17132798748287,129L350.8116565617055,129L353.5399960884021,129L356.26833561509875,130L358.82065323684725,129L361.5489927635439,130L364.1893213377665,128L366.91766086446313,128L369.5579894386857,127L372.2863289653824,128L375.014668492079,127L377.6549970663016,126L380.38333659299826,125L383.0236651672208,123L385.75200469391746,122L388.4803442206141,122L390.9446508898885,123L393.6729904165852,122L396.3133189908077,120L399.0416585175044,121L401.68198709172697,117L404.41032661842365,117L407.1386661451203,117L409.77899471934285,113L412.50733424603953,118L415.14766282026204,116L417.8760023469587,119L420.6043418736554,116L423.0686485429298,114L425.7969880696264,114L428.437316643849,114L431.1656561705457,111L433.80598474476824,108L436.53432427146487,105L439.26266379816155,106L441.9029923723841,104L444.63133189908075,106L447.27166047330337,95L450,89L452.72833952669663,86L455.19264619597107,87L457.9209857226677,80L460.56131429689026,85L463.2896538235869,80L465.92998239780957,81L468.6583219245062,82L471.3866614512028,78L474.0269900254254,79L476.755329552122,67L479.39565812634464,56L482.1239976530413,25L484.85233717973796,29L487.40465480148634,0L490.13299432818303,3L492.77332290240565,25L495.5016624291023,25L498.14199100332485,26L500.8703305300215,45L503.5986700567181,32L506.2389986309408,33L508.9673381576374,56L511.6076667318599,58L514.3360062585566,52L517.0643457852532,77L519.5286524545277,86L522.2569919812244,89L524.897320555447,85L527.6256600821436,90L530.2659886563662,97L532.9943281830627,100L535.7226677097594,112L538.362996283982,100L541.0913358106787,103L543.7316643849013,103L546.4600039115978,102L549.1883434382945,105L551.652650107569,105L554.3809896342656,106L557.0213182084881,107L559.7496577351848,112L562.3899863094074,111L565.1183258361041,115L567.8466653628006,120L570.4869939370233,117L573.2153334637198,114L575.8556620379426,117L578.5840015646392,116L581.3123410913358,120L583.7766477606102,118L586.5049872873069,116L589.1453158615294,116L591.8736553882261,112L594.5139839624486,113L597.2423234891454,113L599.970663015842,109L602.6109915900645,110L605.3393311167612,111L607.9796596909837,109L610.7079992176805,108L613.436338744377,109L615.9886563661255,109L618.7169958928222,107L621.3573244670448,113L624.0856639937415,109L626.725992567964,110L629.4543320946607,112L632.1826716213573,112L634.8230001955799,109L637.5513397222766,109L640.1916682964991,107L642.9200078231958,108L645.6483473498924,109L648.1126540191668,109L650.8409935458635,110L653.481322120086,111L656.2096616467827,109L658.8499902210053,109L661.5783297477019,108L664.3066692743986,108L666.9469978486211,107L669.6753373753178,107L672.3156659495404,106L675.0440054762371,105L677.7723450029337,106L680.2366516722082,106L682.9649911989047,105L685.6053197731273,106L688.3336592998239,105L690.9739878740465,108L693.7023274007432,108L696.4306669274399,107L699.0709955016624,104L701.7993350283591,103L704.4396636025817,104L707.1680031292783,103L709.896342655975,103L712.3606493252494,104L715.088988851946,103L717.7293174261686,100L720.4576569528652,100L723.0979855270878,98L725.8263250537844,96L728.5546645804811,99L731.1949931547038,92L733.9233326814003,91L736.563661255623,95L739.2920007823195,93L742.0203403090163,99L744.5726579307648,98L747.3009974574613,99L749.9413260316838,96L752.6696655583806,94L755.3099941326032,96L758.0383336592998,98L760.7666731859965,94L763.407001760219,95L766.1353412869157,108L768.7756698611383,109L771.5040093878349,112L774.2323489145316,112L776.696655583806,112L779.4249951105027,112L782.0653236847252,110L784.7936632114219,109L787.4339917856445,108L790.1623313123412,107L792.8906708390377,105L795.5309994132602,103L798.2593389399569,104L800.8996675141796,103L803.6280070408762,100L806.3563465675728,103L808.8206532368473,101L811.548992763544,98L814.1893213377665,95L816.9176608644631,97L819.5579894386857,99L822.2863289653824,101L825.0146684920791,100L827.6549970663016,98L830.3833365929983,96L833.0236651672208,96L835.7520046939175,91L838.4803442206141,92L840.9446508898885,89L843.6729904165851,93L846.3133189908078,90L849.0416585175044,90L851.6819870917269,88L854.4103266184236,83L857.1386661451203,87L859.7789947193429,86L862.5073342460395,89L865.1476628202621,90L867.8760023469587,91L870.6043418736554,87L873.1566594954039,84L875.8849990221005,81L878.5253275963231,82L881.2536671230197,80L881.2536671230197,92L878.5253275963231,91L875.8849990221005,89L873.1566594954039,89L870.6043418736554,92L867.8760023469587,95L865.1476628202621,98L862.5073342460395,98L859.7789947193429,97L857.1386661451203,99L854.4103266184236,100L851.6819870917269,96L849.0416585175044,98L846.3133189908078,96L843.6729904165851,96L840.9446508898885,97L838.4803442206141,96L835.7520046939175,98L833.0236651672208,99L830.3833365929983,101L827.6549970663016,102L825.0146684920791,105L822.2863289653824,107L819.5579894386857,107L816.9176608644631,107L814.1893213377665,106L811.548992763544,103L808.8206532368473,105L806.3563465675728,108L803.6280070408762,107L800.8996675141796,107L798.2593389399569,109L795.5309994132602,109L792.8906708390377,110L790.1623313123412,112L787.4339917856445,114L784.7936632114219,115L782.0653236847252,116L779.4249951105027,118L776.696655583806,121L774.2323489145316,120L771.5040093878349,120L768.7756698611383,120L766.1353412869157,120L763.407001760219,117L760.7666731859965,109L758.0383336592998,106L755.3099941326032,107L752.6696655583806,105L749.9413260316838,104L747.3009974574613,106L744.5726579307648,109L742.0203403090163,108L739.2920007823195,106L736.563661255623,102L733.9233326814003,102L731.1949931547038,100L728.5546645804811,103L725.8263250537844,105L723.0979855270878,104L720.4576569528652,105L717.7293174261686,106L715.088988851946,107L712.3606493252494,109L709.896342655975,108L707.1680031292783,108L704.4396636025817,108L701.7993350283591,108L699.0709955016624,110L696.4306669274399,111L693.7023274007432,113L690.9739878740465,114L688.3336592998239,113L685.6053197731273,111L682.9649911989047,109L680.2366516722082,110L677.7723450029337,110L675.0440054762371,110L672.3156659495404,110L669.6753373753178,111L666.9469978486211,113L664.3066692743986,112L661.5783297477019,112L658.8499902210053,113L656.2096616467827,113L653.481322120086,114L650.8409935458635,115L648.1126540191668,114L645.6483473498924,114L642.9200078231958,113L640.1916682964991,112L637.5513397222766,113L634.8230001955799,115L632.1826716213573,116L629.4543320946607,117L626.725992567964,116L624.0856639937415,114L621.3573244670448,116L618.7169958928222,115L615.9886563661255,115L613.436338744377,114L610.7079992176805,113L607.9796596909837,115L605.3393311167612,116L602.6109915900645,116L599.970663015842,117L597.2423234891454,119L594.5139839624486,119L591.8736553882261,120L589.1453158615294,121L586.5049872873069,123L583.7766477606102,124L581.3123410913358,125L578.5840015646392,124L575.8556620379426,124L573.2153334637198,123L570.4869939370233,126L567.8466653628006,126L565.1183258361041,125L562.3899863094074,125L559.7496577351848,122L557.0213182084881,119L554.3809896342656,117L551.652650107569,114L549.1883434382945,115L546.4600039115978,112L543.7316643849013,111L541.0913358106787,113L538.362996283982,117L535.7226677097594,119L532.9943281830627,112L530.2659886563662,110L527.6256600821436,108L524.897320555447,106L522.2569919812244,110L519.5286524545277,109L517.0643457852532,98L514.3360062585566,93L511.6076667318599,91L508.9673381576374,84L506.2389986309408,77L503.5986700567181,67L500.8703305300215,67L498.14199100332485,66L495.5016624291023,68L492.77332290240565,74L490.13299432818303,67L487.40465480148634,53L484.85233717973796,62L482.1239976530413,70L479.39565812634464,76L476.755329552122,85L474.0269900254254,94L471.3866614512028,94L468.6583219245062,97L465.92998239780957,96L463.2896538235869,101L460.56131429689026,101L457.9209857226677,100L455.19264619597107,103L452.72833952669663,104L450,104L447.27166047330337,110L444.63133189908075,114L441.9029923723841,118L439.26266379816155,118L436.53432427146487,117L433.80598474476824,116L431.1656561705457,119L428.437316643849,119L425.7969880696264,120L423.0686485429298,121L420.6043418736554,121L417.8760023469587,124L415.14766282026204,124L412.50733424603953,124L409.77899471934285,122L407.1386661451203,122L404.41032661842365,122L401.68198709172697,123L399.0416585175044,125L396.3133189908077,126L393.6729904165852,128L390.9446508898885,128L388.4803442206141,127L385.75200469391746,127L383.0236651672208,128L380.38333659299826,128L377.6549970663016,129L375.014668492079,130L372.2863289653824,131L369.5579894386857,132L366.91766086446313,131L364.1893213377665,131L361.5489927635439,132L358.82065323684725,132L356.26833561509875,132L353.5399960884021,133L350.8116565617055,133L348.17132798748287,133L345.44298846078624,133L342.8026598865637,133L340.074320359867,133L337.34598083317036,133L334.7056522589478,134L331.9773127322511,135L329.33698415802854,136L326.6086446313319,136L324.14433796205753,136L321.41599843536085,137L318.68765890866416,137L316.0473303344416,137L313.31899080774497,137L310.6786622335224,137L307.9503227068257,137L305.2219831801291,137L302.5816546059065,137L299.85331507920984,137L297.2129865049873,137L294.4846469782906,137L292.0203403090162,137L289.2920007823196,137L286.56366125562295,137L283.9233326814003,137L281.1949931547037,137L278.55466458048113,137L275.8263250537845,137L273.0979855270878,138L270.45765695286525,137L267.7293174261686,138L265.088988851946,138L262.36064932524937,138L259.896342655975,138L257.1680031292783,137L254.43966360258165,138L251.79933502835905,138L249.07099550166242,138L246.4306669274399,139L243.70232740074317,139L240.97398787404654,139L238.333659299824,139L235.60531977312732,139L232.96499119890478,139L230.23665167220807,138L227.6843340504596,138L224.95599452376294,138L222.2276549970663,139L219.58732642284374,139L216.85898689614706,139L214.2186583219245,139L211.49031879522784,139L208.7619792685312,140L206.12165069430864,139L203.39331116761196,139L200.7529825933894,139L198.02464306669276,140L195.56033639741835,140L192.83199687072167,141L190.10365734402504,141L187.46332876980247,141L184.73498924310582,141L182.09466066888325,141L179.36632114218656,141L176.63798161548993,140L173.99765304126737,140L171.26931351457068,140L168.62898494034812,141L165.9006454136515,141L163.43633874437708,141L160.70799921768042,141L157.97965969098377,140L155.3393311167612,140L152.61099159006454,140L149.97066301584198,140L147.2423234891453,141L144.51398396244866,141L141.8736553882261,141L139.14531586152944,141L136.50498728730688,141L133.77664776061022,141L131.3123410913358,141L128.58400156463915,141L125.85566203794251,141L123.21533346371994,142L120.48699393702327,141L117.8466653628007,141L115.11832583610403,141L112.38998630940739,141L109.74965773518481,141L107.02131820848817,141L104.3809896342656,141L101.65265010756895,141L99.10033248582046,142L96.3719929591238,142L93.64365343242714,142L91.00332485820458,142L88.27498533150792,141L85.63465675728534,141L82.9063172305887,141L80.17797770389204,141L77.53764912966948,141L74.80930960297282,141L72.16898102875024,141L69.4406415020536,141L66.97633483277919,141L64.24799530608253,142L61.51965577938588,142L58.879327205163314,142L56.15098767846665,142L53.510659104244084,142L50.78231957754743,142L48.053980050850775,142L45.4136514766282,142L42.685311949931545,142L40.04498337570898,142L37.31664384901232,142L34.85233717973792,142L32.123997653041265,142L29.39565812634461,142L26.755329552122042,142Z\"></path></g></g><g class=\"dc-tooltip-list\"><g class=\"dc-tooltip _0\"><path class=\"yRef\" style=\"display: none; \" stroke-dasharray=\"5,5\"></path><path class=\"xRef\" style=\"display: none; \" stroke-dasharray=\"5,5\"></path><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"26.755329552122042\" cy=\"142\" fill=\"#1f77b4\"><title>11/01/1985\n121.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"29.39565812634461\" cy=\"142\" fill=\"#1f77b4\"><title>12/01/1985\n130.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"32.123997653041265\" cy=\"142\" fill=\"#1f77b4\"><title>01/01/1986\n131.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"34.85233717973792\" cy=\"142\" fill=\"#1f77b4\"><title>02/01/1986\n138.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"37.31664384901232\" cy=\"142\" fill=\"#1f77b4\"><title>03/01/1986\n145.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"40.04498337570898\" cy=\"142\" fill=\"#1f77b4\"><title>04/01/1986\n154.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"42.685311949931545\" cy=\"142\" fill=\"#1f77b4\"><title>05/01/1986\n158.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"45.4136514766282\" cy=\"142\" fill=\"#1f77b4\"><title>06/01/1986\n161.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"48.053980050850775\" cy=\"142\" fill=\"#1f77b4\"><title>07/01/1986\n151.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"50.78231957754743\" cy=\"142\" fill=\"#1f77b4\"><title>08/01/1986\n147.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"53.510659104244084\" cy=\"142\" fill=\"#1f77b4\"><title>09/01/1986\n141.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"56.15098767846665\" cy=\"142\" fill=\"#1f77b4\"><title>10/01/1986\n141.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"58.879327205163314\" cy=\"142\" fill=\"#1f77b4\"><title>11/01/1986\n144.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"61.51965577938588\" cy=\"142\" fill=\"#1f77b4\"><title>12/01/1986\n145.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"64.24799530608253\" cy=\"142\" fill=\"#1f77b4\"><title>01/01/1987\n160.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"66.97633483277919\" cy=\"141\" fill=\"#1f77b4\"><title>02/01/1987\n177.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"69.4406415020536\" cy=\"141\" fill=\"#1f77b4\"><title>03/01/1987\n186.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"72.16898102875024\" cy=\"141\" fill=\"#1f77b4\"><title>04/01/1987\n185.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"74.80930960297282\" cy=\"141\" fill=\"#1f77b4\"><title>05/01/1987\n187.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"77.53764912966948\" cy=\"141\" fill=\"#1f77b4\"><title>06/01/1987\n190.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"80.17797770389204\" cy=\"141\" fill=\"#1f77b4\"><title>07/01/1987\n192.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"82.9063172305887\" cy=\"141\" fill=\"#1f77b4\"><title>08/01/1987\n206.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"85.63465675728534\" cy=\"141\" fill=\"#1f77b4\"><title>09/01/1987\n204.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"88.27498533150792\" cy=\"141\" fill=\"#1f77b4\"><title>10/01/1987\n177.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"91.00332485820458\" cy=\"142\" fill=\"#1f77b4\"><title>11/01/1987\n146.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"93.64365343242714\" cy=\"142\" fill=\"#1f77b4\"><title>12/01/1987\n146.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"96.3719929591238\" cy=\"142\" fill=\"#1f77b4\"><title>01/01/1988\n158.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"99.10033248582046\" cy=\"142\" fill=\"#1f77b4\"><title>02/01/1988\n164.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"101.65265010756895\" cy=\"141\" fill=\"#1f77b4\"><title>03/01/1988\n177.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"104.3809896342656\" cy=\"141\" fill=\"#1f77b4\"><title>04/01/1988\n176.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"107.02131820848817\" cy=\"141\" fill=\"#1f77b4\"><title>05/01/1988\n173.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"109.74965773518481\" cy=\"141\" fill=\"#1f77b4\"><title>06/01/1988\n184.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"112.38998630940739\" cy=\"141\" fill=\"#1f77b4\"><title>07/01/1988\n186.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"115.11832583610403\" cy=\"141\" fill=\"#1f77b4\"><title>08/01/1988\n175.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"117.8466653628007\" cy=\"141\" fill=\"#1f77b4\"><title>09/01/1988\n175.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"120.48699393702327\" cy=\"141\" fill=\"#1f77b4\"><title>10/01/1988\n176.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"123.21533346371994\" cy=\"142\" fill=\"#1f77b4\"><title>11/01/1988\n169.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"125.85566203794251\" cy=\"141\" fill=\"#1f77b4\"><title>12/01/1988\n173.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"128.58400156463915\" cy=\"141\" fill=\"#1f77b4\"><title>01/01/1989\n179.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"131.3123410913358\" cy=\"141\" fill=\"#1f77b4\"><title>02/01/1989\n188.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"133.77664776061022\" cy=\"141\" fill=\"#1f77b4\"><title>03/01/1989\n184.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"136.50498728730688\" cy=\"141\" fill=\"#1f77b4\"><title>04/01/1989\n193.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"139.14531586152944\" cy=\"141\" fill=\"#1f77b4\"><title>05/01/1989\n207.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"141.8736553882261\" cy=\"141\" fill=\"#1f77b4\"><title>06/01/1989\n214.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"144.51398396244866\" cy=\"141\" fill=\"#1f77b4\"><title>07/01/1989\n210.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"147.2423234891453\" cy=\"141\" fill=\"#1f77b4\"><title>08/01/1989\n217.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"149.97066301584198\" cy=\"140\" fill=\"#1f77b4\"><title>09/01/1989\n223.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"152.61099159006454\" cy=\"140\" fill=\"#1f77b4\"><title>10/01/1989\n228.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"155.3393311167612\" cy=\"140\" fill=\"#1f77b4\"><title>11/01/1989\n222.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"157.97965969098377\" cy=\"140\" fill=\"#1f77b4\"><title>12/01/1989\n220.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"160.70799921768042\" cy=\"141\" fill=\"#1f77b4\"><title>01/01/1990\n213.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"163.43633874437708\" cy=\"141\" fill=\"#1f77b4\"><title>02/01/1990\n206.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"165.9006454136515\" cy=\"141\" fill=\"#1f77b4\"><title>03/01/1990\n214.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"168.62898494034812\" cy=\"141\" fill=\"#1f77b4\"><title>04/01/1990\n211.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"171.26931351457068\" cy=\"140\" fill=\"#1f77b4\"><title>05/01/1990\n223.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"173.99765304126737\" cy=\"140\" fill=\"#1f77b4\"><title>06/01/1990\n237.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"176.63798161548993\" cy=\"140\" fill=\"#1f77b4\"><title>07/01/1990\n235.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"179.36632114218656\" cy=\"141\" fill=\"#1f77b4\"><title>08/01/1990\n201.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"182.09466066888325\" cy=\"141\" fill=\"#1f77b4\"><title>09/01/1990\n187.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"184.73498924310582\" cy=\"141\" fill=\"#1f77b4\"><title>10/01/1990\n175.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"187.46332876980247\" cy=\"141\" fill=\"#1f77b4\"><title>11/01/1990\n184.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"190.10365734402504\" cy=\"141\" fill=\"#1f77b4\"><title>12/01/1990\n199.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"192.83199687072167\" cy=\"141\" fill=\"#1f77b4\"><title>01/01/1991\n207.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"195.56033639741835\" cy=\"140\" fill=\"#1f77b4\"><title>02/01/1991\n246.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"198.02464306669276\" cy=\"140\" fill=\"#1f77b4\"><title>03/01/1991\n257.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"200.7529825933894\" cy=\"139\" fill=\"#1f77b4\"><title>04/01/1991\n274.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"203.39331116761196\" cy=\"139\" fill=\"#1f77b4\"><title>05/01/1991\n267.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"206.12165069430864\" cy=\"139\" fill=\"#1f77b4\"><title>06/01/1991\n266.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"208.7619792685312\" cy=\"140\" fill=\"#1f77b4\"><title>07/01/1991\n262.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"211.49031879522784\" cy=\"139\" fill=\"#1f77b4\"><title>08/01/1991\n281.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"214.2186583219245\" cy=\"139\" fill=\"#1f77b4\"><title>09/01/1991\n283.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"216.85898689614706\" cy=\"139\" fill=\"#1f77b4\"><title>10/01/1991\n287.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"219.58732642284374\" cy=\"139\" fill=\"#1f77b4\"><title>11/01/1991\n290.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"222.2276549970663\" cy=\"139\" fill=\"#1f77b4\"><title>12/01/1991\n301.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"224.95599452376294\" cy=\"138\" fill=\"#1f77b4\"><title>01/01/1992\n343.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"227.6843340504596\" cy=\"138\" fill=\"#1f77b4\"><title>02/01/1992\n345.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"230.23665167220807\" cy=\"138\" fill=\"#1f77b4\"><title>03/01/1992\n337.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"232.96499119890478\" cy=\"139\" fill=\"#1f77b4\"><title>04/01/1992\n313.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"235.60531977312732\" cy=\"139\" fill=\"#1f77b4\"><title>05/01/1992\n309.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"238.333659299824\" cy=\"139\" fill=\"#1f77b4\"><title>06/01/1992\n303.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"240.97398787404654\" cy=\"139\" fill=\"#1f77b4\"><title>07/01/1992\n304.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"243.70232740074317\" cy=\"139\" fill=\"#1f77b4\"><title>08/01/1992\n301.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"246.4306669274399\" cy=\"139\" fill=\"#1f77b4\"><title>09/01/1992\n313.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"249.07099550166242\" cy=\"138\" fill=\"#1f77b4\"><title>10/01/1992\n316.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"251.79933502835905\" cy=\"138\" fill=\"#1f77b4\"><title>11/01/1992\n342.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"254.43966360258165\" cy=\"138\" fill=\"#1f77b4\"><title>12/01/1992\n356.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"257.1680031292783\" cy=\"137\" fill=\"#1f77b4\"><title>01/01/1993\n372.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"259.896342655975\" cy=\"138\" fill=\"#1f77b4\"><title>02/01/1993\n359.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"262.36064932524937\" cy=\"138\" fill=\"#1f77b4\"><title>03/01/1993\n356.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"265.088988851946\" cy=\"138\" fill=\"#1f77b4\"><title>04/01/1993\n342.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"267.7293174261686\" cy=\"138\" fill=\"#1f77b4\"><title>05/01/1993\n358.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"270.45765695286525\" cy=\"137\" fill=\"#1f77b4\"><title>06/01/1993\n364.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"273.0979855270878\" cy=\"138\" fill=\"#1f77b4\"><title>07/01/1993\n358.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"275.8263250537845\" cy=\"137\" fill=\"#1f77b4\"><title>08/01/1993\n365.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"278.55466458048113\" cy=\"137\" fill=\"#1f77b4\"><title>09/01/1993\n372.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"281.1949931547037\" cy=\"137\" fill=\"#1f77b4\"><title>10/01/1993\n385.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"283.9233326814003\" cy=\"137\" fill=\"#1f77b4\"><title>11/01/1993\n387.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"286.56366125562295\" cy=\"137\" fill=\"#1f77b4\"><title>12/01/1993\n392.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"289.2920007823196\" cy=\"137\" fill=\"#1f77b4\"><title>01/01/1994\n407.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"292.0203403090162\" cy=\"137\" fill=\"#1f77b4\"><title>02/01/1994\n406.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"294.4846469782906\" cy=\"137\" fill=\"#1f77b4\"><title>03/01/1994\n407.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"297.2129865049873\" cy=\"137\" fill=\"#1f77b4\"><title>04/01/1994\n374.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"299.85331507920984\" cy=\"137\" fill=\"#1f77b4\"><title>05/01/1994\n372.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"302.5816546059065\" cy=\"137\" fill=\"#1f77b4\"><title>06/01/1994\n370.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"305.2219831801291\" cy=\"137\" fill=\"#1f77b4\"><title>07/01/1994\n363.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"307.9503227068257\" cy=\"137\" fill=\"#1f77b4\"><title>08/01/1994\n381.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"310.6786622335224\" cy=\"137\" fill=\"#1f77b4\"><title>09/01/1994\n395.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"313.31899080774497\" cy=\"137\" fill=\"#1f77b4\"><title>10/01/1994\n398.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"316.0473303344416\" cy=\"137\" fill=\"#1f77b4\"><title>11/01/1994\n407.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"318.68765890866416\" cy=\"137\" fill=\"#1f77b4\"><title>12/01/1994\n396.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"321.41599843536085\" cy=\"137\" fill=\"#1f77b4\"><title>01/01/1995\n408.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"324.14433796205753\" cy=\"136\" fill=\"#1f77b4\"><title>02/01/1995\n424.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"326.6086446313319\" cy=\"136\" fill=\"#1f77b4\"><title>03/01/1995\n444.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"329.33698415802854\" cy=\"136\" fill=\"#1f77b4\"><title>04/01/1995\n453.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"331.9773127322511\" cy=\"135\" fill=\"#1f77b4\"><title>05/01/1995\n484.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"334.7056522589478\" cy=\"134\" fill=\"#1f77b4\"><title>06/01/1995\n516.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"337.34598083317036\" cy=\"133\" fill=\"#1f77b4\"><title>07/01/1995\n567.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"340.074320359867\" cy=\"133\" fill=\"#1f77b4\"><title>08/01/1995\n575.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"342.8026598865637\" cy=\"133\" fill=\"#1f77b4\"><title>09/01/1995\n594.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"345.44298846078624\" cy=\"133\" fill=\"#1f77b4\"><title>10/01/1995\n579.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"348.17132798748287\" cy=\"133\" fill=\"#1f77b4\"><title>11/01/1995\n596.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"350.8116565617055\" cy=\"133\" fill=\"#1f77b4\"><title>12/01/1995\n581.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"353.5399960884021\" cy=\"133\" fill=\"#1f77b4\"><title>01/01/1996\n563.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"356.26833561509875\" cy=\"132\" fill=\"#1f77b4\"><title>02/01/1996\n622.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"358.82065323684725\" cy=\"132\" fill=\"#1f77b4\"><title>03/01/1996\n610.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"361.5489927635439\" cy=\"132\" fill=\"#1f77b4\"><title>04/01/1996\n630.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"364.1893213377665\" cy=\"131\" fill=\"#1f77b4\"><title>05/01/1996\n680.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"366.91766086446313\" cy=\"131\" fill=\"#1f77b4\"><title>06/01/1996\n681.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"369.5579894386857\" cy=\"132\" fill=\"#1f77b4\"><title>07/01/1996\n639.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"372.2863289653824\" cy=\"131\" fill=\"#1f77b4\"><title>08/01/1996\n672.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"375.014668492079\" cy=\"130\" fill=\"#1f77b4\"><title>09/01/1996\n706.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"377.6549970663016\" cy=\"129\" fill=\"#1f77b4\"><title>10/01/1996\n751.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"380.38333659299826\" cy=\"128\" fill=\"#1f77b4\"><title>11/01/1996\n798.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"383.0236651672208\" cy=\"128\" fill=\"#1f77b4\"><title>12/01/1996\n835.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"385.75200469391746\" cy=\"127\" fill=\"#1f77b4\"><title>01/01/1997\n879.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"388.4803442206141\" cy=\"127\" fill=\"#1f77b4\"><title>02/01/1997\n888.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"390.9446508898885\" cy=\"128\" fill=\"#1f77b4\"><title>03/01/1997\n835.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"393.6729904165852\" cy=\"128\" fill=\"#1f77b4\"><title>04/01/1997\n817.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"396.3133189908077\" cy=\"126\" fill=\"#1f77b4\"><title>05/01/1997\n931.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"399.0416585175044\" cy=\"125\" fill=\"#1f77b4\"><title>06/01/1997\n960.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"401.68198709172697\" cy=\"123\" fill=\"#1f77b4\"><title>07/01/1997\n1047.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"404.41032661842365\" cy=\"122\" fill=\"#1f77b4\"><title>08/01/1997\n1108.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"407.1386661451203\" cy=\"122\" fill=\"#1f77b4\"><title>09/01/1997\n1110.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"409.77899471934285\" cy=\"122\" fill=\"#1f77b4\"><title>10/01/1997\n1093.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"412.50733424603953\" cy=\"124\" fill=\"#1f77b4\"><title>11/01/1997\n1033.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"415.14766282026204\" cy=\"124\" fill=\"#1f77b4\"><title>12/01/1997\n1008.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"417.8760023469587\" cy=\"124\" fill=\"#1f77b4\"><title>01/01/1998\n1013.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"420.6043418736554\" cy=\"121\" fill=\"#1f77b4\"><title>02/01/1998\n1145.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"423.0686485429298\" cy=\"121\" fill=\"#1f77b4\"><title>03/01/1998\n1177.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"425.7969880696264\" cy=\"120\" fill=\"#1f77b4\"><title>04/01/1998\n1229.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"428.437316643849\" cy=\"119\" fill=\"#1f77b4\"><title>05/01/1998\n1238.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"431.1656561705457\" cy=\"119\" fill=\"#1f77b4\"><title>06/01/1998\n1233.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"433.80598474476824\" cy=\"116\" fill=\"#1f77b4\"><title>07/01/1998\n1403.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"436.53432427146487\" cy=\"117\" fill=\"#1f77b4\"><title>08/01/1998\n1351.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"439.26266379816155\" cy=\"118\" fill=\"#1f77b4\"><title>09/01/1998\n1300.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"441.9029923723841\" cy=\"118\" fill=\"#1f77b4\"><title>10/01/1998\n1281.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"444.63133189908075\" cy=\"114\" fill=\"#1f77b4\"><title>11/01/1998\n1498.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"447.27166047330337\" cy=\"110\" fill=\"#1f77b4\"><title>12/01/1998\n1705.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"450\" cy=\"104\" fill=\"#1f77b4\"><title>01/01/1999\n1980.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"452.72833952669663\" cy=\"104\" fill=\"#1f77b4\"><title>02/01/1999\n1998.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"455.19264619597107\" cy=\"103\" fill=\"#1f77b4\"><title>03/01/1999\n2025.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"457.9209857226677\" cy=\"100\" fill=\"#1f77b4\"><title>04/01/1999\n2158.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"460.56131429689026\" cy=\"101\" fill=\"#1f77b4\"><title>05/01/1999\n2124.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"463.2896538235869\" cy=\"101\" fill=\"#1f77b4\"><title>06/01/1999\n2147.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"465.92998239780957\" cy=\"96\" fill=\"#1f77b4\"><title>07/01/1999\n2347.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"468.6583219245062\" cy=\"97\" fill=\"#1f77b4\"><title>08/01/1999\n2300.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"471.3866614512028\" cy=\"94\" fill=\"#1f77b4\"><title>09/01/1999\n2465.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"474.0269900254254\" cy=\"94\" fill=\"#1f77b4\"><title>10/01/1999\n2478.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"476.755329552122\" cy=\"85\" fill=\"#1f77b4\"><title>11/01/1999\n2875.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"479.39565812634464\" cy=\"76\" fill=\"#1f77b4\"><title>12/01/1999\n3344.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"482.1239976530413\" cy=\"70\" fill=\"#1f77b4\"><title>01/01/2000\n3640.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"484.85233717973796\" cy=\"62\" fill=\"#1f77b4\"><title>02/01/2000\n3996.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"487.40465480148634\" cy=\"53\" fill=\"#1f77b4\"><title>03/01/2000\n4436.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"490.13299432818303\" cy=\"67\" fill=\"#1f77b4\"><title>04/01/2000\n3757.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"492.77332290240565\" cy=\"74\" fill=\"#1f77b4\"><title>05/01/2000\n3423.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"495.5016624291023\" cy=\"68\" fill=\"#1f77b4\"><title>06/01/2000\n3739.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"498.14199100332485\" cy=\"66\" fill=\"#1f77b4\"><title>07/01/2000\n3832.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"500.8703305300215\" cy=\"67\" fill=\"#1f77b4\"><title>08/01/2000\n3763.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"503.5986700567181\" cy=\"67\" fill=\"#1f77b4\"><title>09/01/2000\n3756.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"506.2389986309408\" cy=\"77\" fill=\"#1f77b4\"><title>10/01/2000\n3276.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"508.9673381576374\" cy=\"84\" fill=\"#1f77b4\"><title>11/01/2000\n2956.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"511.6076667318599\" cy=\"91\" fill=\"#1f77b4\"><title>12/01/2000\n2587.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"514.3360062585566\" cy=\"93\" fill=\"#1f77b4\"><title>01/01/2001\n2519.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"517.0643457852532\" cy=\"98\" fill=\"#1f77b4\"><title>02/01/2001\n2258.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"519.5286524545277\" cy=\"109\" fill=\"#1f77b4\"><title>03/01/2001\n1759.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"522.2569919812244\" cy=\"110\" fill=\"#1f77b4\"><title>04/01/2001\n1676.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"524.897320555447\" cy=\"106\" fill=\"#1f77b4\"><title>05/01/2001\n1902.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"527.6256600821436\" cy=\"108\" fill=\"#1f77b4\"><title>06/01/2001\n1795.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"530.2659886563662\" cy=\"110\" fill=\"#1f77b4\"><title>07/01/2001\n1697.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"532.9943281830627\" cy=\"112\" fill=\"#1f77b4\"><title>08/01/2001\n1594.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"535.7226677097594\" cy=\"119\" fill=\"#1f77b4\"><title>09/01/2001\n1254.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"538.362996283982\" cy=\"117\" fill=\"#1f77b4\"><title>10/01/2001\n1329.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"541.0913358106787\" cy=\"113\" fill=\"#1f77b4\"><title>11/01/2001\n1546.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"543.7316643849013\" cy=\"111\" fill=\"#1f77b4\"><title>12/01/2001\n1627.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"546.4600039115978\" cy=\"112\" fill=\"#1f77b4\"><title>01/01/2002\n1598.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"549.1883434382945\" cy=\"115\" fill=\"#1f77b4\"><title>02/01/2002\n1436.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"551.652650107569\" cy=\"114\" fill=\"#1f77b4\"><title>03/01/2002\n1483.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"554.3809896342656\" cy=\"117\" fill=\"#1f77b4\"><title>04/01/2002\n1360.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"557.0213182084881\" cy=\"119\" fill=\"#1f77b4\"><title>05/01/2002\n1252.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"559.7496577351848\" cy=\"122\" fill=\"#1f77b4\"><title>06/01/2002\n1106.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"562.3899863094074\" cy=\"125\" fill=\"#1f77b4\"><title>07/01/2002\n979.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"565.1183258361041\" cy=\"125\" fill=\"#1f77b4\"><title>08/01/2002\n960.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"567.8466653628006\" cy=\"126\" fill=\"#1f77b4\"><title>09/01/2002\n895.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"570.4869939370233\" cy=\"126\" fill=\"#1f77b4\"><title>10/01/2002\n911.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"573.2153334637198\" cy=\"123\" fill=\"#1f77b4\"><title>11/01/2002\n1055.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"575.8556620379426\" cy=\"124\" fill=\"#1f77b4\"><title>12/01/2002\n1035.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"578.5840015646392\" cy=\"124\" fill=\"#1f77b4\"><title>01/01/2003\n1035.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"581.3123410913358\" cy=\"125\" fill=\"#1f77b4\"><title>02/01/2003\n984.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"583.7766477606102\" cy=\"124\" fill=\"#1f77b4\"><title>03/01/2003\n1027.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"586.5049872873069\" cy=\"123\" fill=\"#1f77b4\"><title>04/01/2003\n1069.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"589.1453158615294\" cy=\"121\" fill=\"#1f77b4\"><title>05/01/2003\n1142.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"591.8736553882261\" cy=\"120\" fill=\"#1f77b4\"><title>06/01/2003\n1216.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"594.5139839624486\" cy=\"119\" fill=\"#1f77b4\"><title>07/01/2003\n1269.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"597.2423234891454\" cy=\"119\" fill=\"#1f77b4\"><title>08/01/2003\n1272.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"599.970663015842\" cy=\"117\" fill=\"#1f77b4\"><title>09/01/2003\n1359.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"602.6109915900645\" cy=\"116\" fill=\"#1f77b4\"><title>10/01/2003\n1394.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"605.3393311167612\" cy=\"116\" fill=\"#1f77b4\"><title>11/01/2003\n1413.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"607.9796596909837\" cy=\"115\" fill=\"#1f77b4\"><title>12/01/2003\n1427.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"610.7079992176805\" cy=\"113\" fill=\"#1f77b4\"><title>01/01/2004\n1522.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"613.436338744377\" cy=\"114\" fill=\"#1f77b4\"><title>02/01/2004\n1487.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"615.9886563661255\" cy=\"115\" fill=\"#1f77b4\"><title>03/01/2004\n1430.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"618.7169958928222\" cy=\"115\" fill=\"#1f77b4\"><title>04/01/2004\n1471.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"621.3573244670448\" cy=\"116\" fill=\"#1f77b4\"><title>05/01/2004\n1417.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"624.0856639937415\" cy=\"114\" fill=\"#1f77b4\"><title>06/01/2004\n1477.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"626.725992567964\" cy=\"116\" fill=\"#1f77b4\"><title>07/01/2004\n1420.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"629.4543320946607\" cy=\"117\" fill=\"#1f77b4\"><title>08/01/2004\n1355.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"632.1826716213573\" cy=\"116\" fill=\"#1f77b4\"><title>09/01/2004\n1403.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"634.8230001955799\" cy=\"115\" fill=\"#1f77b4\"><title>10/01/2004\n1451.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"637.5513397222766\" cy=\"113\" fill=\"#1f77b4\"><title>11/01/2004\n1545.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"640.1916682964991\" cy=\"112\" fill=\"#1f77b4\"><title>12/01/2004\n1611.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"642.9200078231958\" cy=\"113\" fill=\"#1f77b4\"><title>01/01/2005\n1544.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"645.6483473498924\" cy=\"114\" fill=\"#1f77b4\"><title>02/01/2005\n1521.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"648.1126540191668\" cy=\"114\" fill=\"#1f77b4\"><title>03/01/2005\n1501.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"650.8409935458635\" cy=\"115\" fill=\"#1f77b4\"><title>04/01/2005\n1449.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"653.481322120086\" cy=\"114\" fill=\"#1f77b4\"><title>05/01/2005\n1487.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"656.2096616467827\" cy=\"113\" fill=\"#1f77b4\"><title>06/01/2005\n1530.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"658.8499902210053\" cy=\"113\" fill=\"#1f77b4\"><title>07/01/2005\n1564.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"661.5783297477019\" cy=\"112\" fill=\"#1f77b4\"><title>08/01/2005\n1587.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"664.3066692743986\" cy=\"112\" fill=\"#1f77b4\"><title>09/01/2005\n1587.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"666.9469978486211\" cy=\"113\" fill=\"#1f77b4\"><title>10/01/2005\n1562.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"669.6753373753178\" cy=\"111\" fill=\"#1f77b4\"><title>11/01/2005\n1652.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"672.3156659495404\" cy=\"110\" fill=\"#1f77b4\"><title>12/01/2005\n1686.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"675.0440054762371\" cy=\"110\" fill=\"#1f77b4\"><title>01/01/2006\n1713.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"677.7723450029337\" cy=\"110\" fill=\"#1f77b4\"><title>02/01/2006\n1672.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"680.2366516722082\" cy=\"110\" fill=\"#1f77b4\"><title>03/01/2006\n1678.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"682.9649911989047\" cy=\"109\" fill=\"#1f77b4\"><title>04/01/2006\n1716.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"685.6053197731273\" cy=\"111\" fill=\"#1f77b4\"><title>05/01/2006\n1641.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"688.3336592998239\" cy=\"113\" fill=\"#1f77b4\"><title>06/01/2006\n1561.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"690.9739878740465\" cy=\"114\" fill=\"#1f77b4\"><title>07/01/2006\n1503.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"693.7023274007432\" cy=\"113\" fill=\"#1f77b4\"><title>08/01/2006\n1534.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"696.4306669274399\" cy=\"111\" fill=\"#1f77b4\"><title>09/01/2006\n1620.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"699.0709955016624\" cy=\"110\" fill=\"#1f77b4\"><title>10/01/2006\n1702.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"701.7993350283591\" cy=\"108\" fill=\"#1f77b4\"><title>11/01/2006\n1769.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"704.4396636025817\" cy=\"108\" fill=\"#1f77b4\"><title>12/01/2006\n1782.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"707.1680031292783\" cy=\"108\" fill=\"#1f77b4\"><title>01/01/2007\n1796.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"709.896342655975\" cy=\"108\" fill=\"#1f77b4\"><title>02/01/2007\n1807.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"712.3606493252494\" cy=\"109\" fill=\"#1f77b4\"><title>03/01/2007\n1759.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"715.088988851946\" cy=\"107\" fill=\"#1f77b4\"><title>04/01/2007\n1832.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"717.7293174261686\" cy=\"106\" fill=\"#1f77b4\"><title>05/01/2007\n1895.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"720.4576569528652\" cy=\"105\" fill=\"#1f77b4\"><title>06/01/2007\n1922.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"723.0979855270878\" cy=\"104\" fill=\"#1f77b4\"><title>07/01/2007\n2000.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"725.8263250537844\" cy=\"105\" fill=\"#1f77b4\"><title>08/01/2007\n1930.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"728.5546645804811\" cy=\"103\" fill=\"#1f77b4\"><title>09/01/2007\n2023.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"731.1949931547038\" cy=\"100\" fill=\"#1f77b4\"><title>10/01/2007\n2164.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"733.9233326814003\" cy=\"102\" fill=\"#1f77b4\"><title>11/01/2007\n2085.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"736.563661255623\" cy=\"102\" fill=\"#1f77b4\"><title>12/01/2007\n2091.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"739.2920007823195\" cy=\"106\" fill=\"#1f77b4\"><title>01/01/2008\n1888.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"742.0203403090163\" cy=\"108\" fill=\"#1f77b4\"><title>02/01/2008\n1787.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"744.5726579307648\" cy=\"109\" fill=\"#1f77b4\"><title>03/01/2008\n1748.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"747.3009974574613\" cy=\"106\" fill=\"#1f77b4\"><title>04/01/2008\n1867.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"749.9413260316838\" cy=\"104\" fill=\"#1f77b4\"><title>05/01/2008\n1989.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"752.6696655583806\" cy=\"105\" fill=\"#1f77b4\"><title>06/01/2008\n1953.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"755.3099941326032\" cy=\"107\" fill=\"#1f77b4\"><title>07/01/2008\n1830.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"758.0383336592998\" cy=\"106\" fill=\"#1f77b4\"><title>08/01/2008\n1903.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"760.7666731859965\" cy=\"109\" fill=\"#1f77b4\"><title>09/01/2008\n1717.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"763.407001760219\" cy=\"117\" fill=\"#1f77b4\"><title>10/01/2008\n1332.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"766.1353412869157\" cy=\"120\" fill=\"#1f77b4\"><title>11/01/2008\n1202.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"768.7756698611383\" cy=\"120\" fill=\"#1f77b4\"><title>12/01/2008\n1186.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"771.5040093878349\" cy=\"120\" fill=\"#1f77b4\"><title>01/01/2009\n1206.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"774.2323489145316\" cy=\"120\" fill=\"#1f77b4\"><title>02/01/2009\n1199.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"776.696655583806\" cy=\"121\" fill=\"#1f77b4\"><title>03/01/2009\n1166.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"779.4249951105027\" cy=\"118\" fill=\"#1f77b4\"><title>04/01/2009\n1328.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"782.0653236847252\" cy=\"116\" fill=\"#1f77b4\"><title>05/01/2009\n1393.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"784.7936632114219\" cy=\"115\" fill=\"#1f77b4\"><title>06/01/2009\n1471.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"787.4339917856445\" cy=\"114\" fill=\"#1f77b4\"><title>07/01/2009\n1513.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"790.1623313123412\" cy=\"112\" fill=\"#1f77b4\"><title>08/01/2009\n1617.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"792.8906708390377\" cy=\"110\" fill=\"#1f77b4\"><title>09/01/2009\n1686.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"795.5309994132602\" cy=\"109\" fill=\"#1f77b4\"><title>10/01/2009\n1724.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"798.2593389399569\" cy=\"109\" fill=\"#1f77b4\"><title>11/01/2009\n1759.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"800.8996675141796\" cy=\"107\" fill=\"#1f77b4\"><title>12/01/2009\n1817.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"803.6280070408762\" cy=\"107\" fill=\"#1f77b4\"><title>01/01/2010\n1854.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"806.3563465675728\" cy=\"108\" fill=\"#1f77b4\"><title>02/01/2010\n1782.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"808.8206532368473\" cy=\"105\" fill=\"#1f77b4\"><title>03/01/2010\n1919.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"811.548992763544\" cy=\"103\" fill=\"#1f77b4\"><title>04/01/2010\n2010.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"814.1893213377665\" cy=\"106\" fill=\"#1f77b4\"><title>05/01/2010\n1895.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"816.9176608644631\" cy=\"107\" fill=\"#1f77b4\"><title>06/01/2010\n1850.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"819.5579894386857\" cy=\"107\" fill=\"#1f77b4\"><title>07/01/2010\n1826.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"822.2863289653824\" cy=\"107\" fill=\"#1f77b4\"><title>08/01/2010\n1838.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"825.0146684920791\" cy=\"105\" fill=\"#1f77b4\"><title>09/01/2010\n1937.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"827.6549970663016\" cy=\"102\" fill=\"#1f77b4\"><title>10/01/2010\n2064.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"830.3833365929983\" cy=\"101\" fill=\"#1f77b4\"><title>11/01/2010\n2148.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"833.0236651672208\" cy=\"99\" fill=\"#1f77b4\"><title>12/01/2010\n2212.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"835.7520046939175\" cy=\"98\" fill=\"#1f77b4\"><title>01/01/2011\n2290.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"838.4803442206141\" cy=\"96\" fill=\"#1f77b4\"><title>02/01/2011\n2350.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"840.9446508898885\" cy=\"97\" fill=\"#1f77b4\"><title>03/01/2011\n2299.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"843.6729904165851\" cy=\"96\" fill=\"#1f77b4\"><title>04/01/2011\n2344.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"846.3133189908078\" cy=\"96\" fill=\"#1f77b4\"><title>05/01/2011\n2365.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"849.0416585175044\" cy=\"98\" fill=\"#1f77b4\"><title>06/01/2011\n2255.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"851.6819870917269\" cy=\"96\" fill=\"#1f77b4\"><title>07/01/2011\n2378.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"854.4103266184236\" cy=\"100\" fill=\"#1f77b4\"><title>08/01/2011\n2175.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"857.1386661451203\" cy=\"99\" fill=\"#1f77b4\"><title>09/01/2011\n2225.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"859.7789947193429\" cy=\"97\" fill=\"#1f77b4\"><title>10/01/2011\n2295.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"862.5073342460395\" cy=\"98\" fill=\"#1f77b4\"><title>11/01/2011\n2293.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"865.1476628202621\" cy=\"98\" fill=\"#1f77b4\"><title>12/01/2011\n2282.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"867.8760023469587\" cy=\"95\" fill=\"#1f77b4\"><title>01/01/2012\n2402.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"870.6043418736554\" cy=\"92\" fill=\"#1f77b4\"><title>02/01/2012\n2564.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"873.1566594954039\" cy=\"89\" fill=\"#1f77b4\"><title>03/01/2012\n2697.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"875.8849990221005\" cy=\"89\" fill=\"#1f77b4\"><title>04/01/2012\n2717.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"878.5253275963231\" cy=\"91\" fill=\"#1f77b4\"><title>05/01/2012\n2591.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"881.2536671230197\" cy=\"92\" fill=\"#1f77b4\"><title>06/01/2012\n2550.00</title></circle></g><g class=\"dc-tooltip _1\"><path class=\"yRef\" style=\"display: none; \" stroke-dasharray=\"5,5\"></path><path class=\"xRef\" style=\"display: none; \" stroke-dasharray=\"5,5\"></path><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"26.755329552122042\" cy=\"142\" fill=\"#ff7f0e\"><title>11/01/1985\n15.21</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"29.39565812634461\" cy=\"142\" fill=\"#ff7f0e\"><title>12/01/1985\n18.17</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"32.123997653041265\" cy=\"142\" fill=\"#ff7f0e\"><title>01/01/1986\n22.60</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"34.85233717973792\" cy=\"142\" fill=\"#ff7f0e\"><title>02/01/1986\n15.00</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"37.31664384901232\" cy=\"142\" fill=\"#ff7f0e\"><title>03/01/1986\n14.48</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"40.04498337570898\" cy=\"141\" fill=\"#ff7f0e\"><title>04/01/1986\n27.76</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"42.685311949931545\" cy=\"141\" fill=\"#ff7f0e\"><title>05/01/1986\n17.25</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"45.4136514766282\" cy=\"141\" fill=\"#ff7f0e\"><title>06/01/1986\n19.39</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"48.053980050850775\" cy=\"141\" fill=\"#ff7f0e\"><title>07/01/1986\n34.14</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"50.78231957754743\" cy=\"142\" fill=\"#ff7f0e\"><title>08/01/1986\n20.89</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"53.510659104244084\" cy=\"141\" fill=\"#ff7f0e\"><title>09/01/1986\n30.91</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"56.15098767846665\" cy=\"142\" fill=\"#ff7f0e\"><title>10/01/1986\n14.54</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"58.879327205163314\" cy=\"142\" fill=\"#ff7f0e\"><title>11/01/1986\n19.52</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"61.51965577938588\" cy=\"142\" fill=\"#ff7f0e\"><title>12/01/1986\n16.80</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"64.24799530608253\" cy=\"141\" fill=\"#ff7f0e\"><title>01/01/1987\n44.51</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"66.97633483277919\" cy=\"141\" fill=\"#ff7f0e\"><title>02/01/1987\n32.22</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"69.4406415020536\" cy=\"140\" fill=\"#ff7f0e\"><title>03/01/1987\n31.77</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"72.16898102875024\" cy=\"140\" fill=\"#ff7f0e\"><title>04/01/1987\n46.97</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"74.80930960297282\" cy=\"141\" fill=\"#ff7f0e\"><title>05/01/1987\n28.20</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"77.53764912966948\" cy=\"141\" fill=\"#ff7f0e\"><title>06/01/1987\n20.49</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"80.17797770389204\" cy=\"141\" fill=\"#ff7f0e\"><title>07/01/1987\n23.65</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"82.9063172305887\" cy=\"140\" fill=\"#ff7f0e\"><title>08/01/1987\n31.96</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"85.63465675728534\" cy=\"140\" fill=\"#ff7f0e\"><title>09/01/1987\n36.94</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"88.27498533150792\" cy=\"138\" fill=\"#ff7f0e\"><title>10/01/1987\n148.16</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"91.00332485820458\" cy=\"141\" fill=\"#ff7f0e\"><title>11/01/1987\n52.65</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"93.64365343242714\" cy=\"141\" fill=\"#ff7f0e\"><title>12/01/1987\n51.67</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"96.3719929591238\" cy=\"141\" fill=\"#ff7f0e\"><title>01/01/1988\n48.92</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"99.10033248582046\" cy=\"141\" fill=\"#ff7f0e\"><title>02/01/1988\n23.28</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"101.65265010756895\" cy=\"141\" fill=\"#ff7f0e\"><title>03/01/1988\n31.20</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"104.3809896342656\" cy=\"141\" fill=\"#ff7f0e\"><title>04/01/1988\n27.12</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"107.02131820848817\" cy=\"141\" fill=\"#ff7f0e\"><title>05/01/1988\n28.59</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"109.74965773518481\" cy=\"141\" fill=\"#ff7f0e\"><title>06/01/1988\n26.35</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"112.38998630940739\" cy=\"141\" fill=\"#ff7f0e\"><title>07/01/1988\n23.52</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"115.11832583610403\" cy=\"141\" fill=\"#ff7f0e\"><title>08/01/1988\n31.22</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"117.8466653628007\" cy=\"141\" fill=\"#ff7f0e\"><title>09/01/1988\n21.78</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"120.48699393702327\" cy=\"141\" fill=\"#ff7f0e\"><title>10/01/1988\n20.12</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"123.21533346371994\" cy=\"141\" fill=\"#ff7f0e\"><title>11/01/1988\n24.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"125.85566203794251\" cy=\"141\" fill=\"#ff7f0e\"><title>12/01/1988\n16.85</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"128.58400156463915\" cy=\"141\" fill=\"#ff7f0e\"><title>01/01/1989\n25.23</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"131.3123410913358\" cy=\"141\" fill=\"#ff7f0e\"><title>02/01/1989\n22.52</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"133.77664776061022\" cy=\"141\" fill=\"#ff7f0e\"><title>03/01/1989\n25.96</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"136.50498728730688\" cy=\"141\" fill=\"#ff7f0e\"><title>04/01/1989\n20.82</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"139.14531586152944\" cy=\"140\" fill=\"#ff7f0e\"><title>05/01/1989\n22.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"141.8736553882261\" cy=\"140\" fill=\"#ff7f0e\"><title>06/01/1989\n36.97</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"144.51398396244866\" cy=\"140\" fill=\"#ff7f0e\"><title>07/01/1989\n26.10</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"147.2423234891453\" cy=\"140\" fill=\"#ff7f0e\"><title>08/01/1989\n29.84</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"149.97066301584198\" cy=\"140\" fill=\"#ff7f0e\"><title>09/01/1989\n15.06</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"152.61099159006454\" cy=\"139\" fill=\"#ff7f0e\"><title>10/01/1989\n47.27</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"155.3393311167612\" cy=\"140\" fill=\"#ff7f0e\"><title>11/01/1989\n26.17</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"157.97965969098377\" cy=\"140\" fill=\"#ff7f0e\"><title>12/01/1989\n33.75</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"160.70799921768042\" cy=\"139\" fill=\"#ff7f0e\"><title>01/01/1990\n54.32</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"163.43633874437708\" cy=\"140\" fill=\"#ff7f0e\"><title>02/01/1990\n28.29</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"165.9006454136515\" cy=\"140\" fill=\"#ff7f0e\"><title>03/01/1990\n36.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"168.62898494034812\" cy=\"140\" fill=\"#ff7f0e\"><title>04/01/1990\n31.50</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"171.26931351457068\" cy=\"140\" fill=\"#ff7f0e\"><title>05/01/1990\n40.25</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"173.99765304126737\" cy=\"139\" fill=\"#ff7f0e\"><title>06/01/1990\n34.80</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"176.63798161548993\" cy=\"139\" fill=\"#ff7f0e\"><title>07/01/1990\n39.26</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"179.36632114218656\" cy=\"139\" fill=\"#ff7f0e\"><title>08/01/1990\n88.54</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"182.09466066888325\" cy=\"140\" fill=\"#ff7f0e\"><title>09/01/1990\n37.65</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"184.73498924310582\" cy=\"140\" fill=\"#ff7f0e\"><title>10/01/1990\n59.70</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"187.46332876980247\" cy=\"140\" fill=\"#ff7f0e\"><title>11/01/1990\n49.21</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"190.10365734402504\" cy=\"140\" fill=\"#ff7f0e\"><title>12/01/1990\n27.08</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"192.83199687072167\" cy=\"139\" fill=\"#ff7f0e\"><title>01/01/1991\n60.08</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"195.56033639741835\" cy=\"139\" fill=\"#ff7f0e\"><title>02/01/1991\n48.27</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"198.02464306669276\" cy=\"138\" fill=\"#ff7f0e\"><title>03/01/1991\n61.96</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"200.7529825933894\" cy=\"138\" fill=\"#ff7f0e\"><title>04/01/1991\n59.93</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"203.39331116761196\" cy=\"138\" fill=\"#ff7f0e\"><title>05/01/1991\n48.51</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"206.12165069430864\" cy=\"139\" fill=\"#ff7f0e\"><title>06/01/1991\n46.18</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"208.7619792685312\" cy=\"138\" fill=\"#ff7f0e\"><title>07/01/1991\n61.39</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"211.49031879522784\" cy=\"138\" fill=\"#ff7f0e\"><title>08/01/1991\n56.77</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"214.2186583219245\" cy=\"138\" fill=\"#ff7f0e\"><title>09/01/1991\n49.50</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"216.85898689614706\" cy=\"138\" fill=\"#ff7f0e\"><title>10/01/1991\n66.31</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"219.58732642284374\" cy=\"138\" fill=\"#ff7f0e\"><title>11/01/1991\n60.52</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"222.2276549970663\" cy=\"137\" fill=\"#ff7f0e\"><title>12/01/1991\n69.77</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"224.95599452376294\" cy=\"136\" fill=\"#ff7f0e\"><title>01/01/1992\n76.12</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"227.6843340504596\" cy=\"136\" fill=\"#ff7f0e\"><title>02/01/1992\n74.18</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"230.23665167220807\" cy=\"137\" fill=\"#ff7f0e\"><title>03/01/1992\n58.01</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"232.96499119890478\" cy=\"136\" fill=\"#ff7f0e\"><title>04/01/1992\n111.09</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"235.60531977312732\" cy=\"138\" fill=\"#ff7f0e\"><title>05/01/1992\n41.84</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"238.333659299824\" cy=\"137\" fill=\"#ff7f0e\"><title>06/01/1992\n61.39</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"240.97398787404654\" cy=\"137\" fill=\"#ff7f0e\"><title>07/01/1992\n64.98</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"243.70232740074317\" cy=\"138\" fill=\"#ff7f0e\"><title>08/01/1992\n39.77</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"246.4306669274399\" cy=\"137\" fill=\"#ff7f0e\"><title>09/01/1992\n61.70</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"249.07099550166242\" cy=\"137\" fill=\"#ff7f0e\"><title>10/01/1992\n58.37</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"251.79933502835905\" cy=\"137\" fill=\"#ff7f0e\"><title>11/01/1992\n65.23</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"254.43966360258165\" cy=\"137\" fill=\"#ff7f0e\"><title>12/01/1992\n48.56</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"257.1680031292783\" cy=\"136\" fill=\"#ff7f0e\"><title>01/01/1993\n64.94</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"259.896342655975\" cy=\"136\" fill=\"#ff7f0e\"><title>02/01/1993\n69.26</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"262.36064932524937\" cy=\"136\" fill=\"#ff7f0e\"><title>03/01/1993\n59.62</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"265.088988851946\" cy=\"136\" fill=\"#ff7f0e\"><title>04/01/1993\n84.11</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"267.7293174261686\" cy=\"136\" fill=\"#ff7f0e\"><title>05/01/1993\n71.50</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"270.45765695286525\" cy=\"136\" fill=\"#ff7f0e\"><title>06/01/1993\n53.68</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"273.0979855270878\" cy=\"136\" fill=\"#ff7f0e\"><title>07/01/1993\n67.89</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"275.8263250537845\" cy=\"136\" fill=\"#ff7f0e\"><title>08/01/1993\n53.97</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"278.55466458048113\" cy=\"136\" fill=\"#ff7f0e\"><title>09/01/1993\n57.52</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"281.1949931547037\" cy=\"136\" fill=\"#ff7f0e\"><title>10/01/1993\n50.87</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"283.9233326814003\" cy=\"135\" fill=\"#ff7f0e\"><title>11/01/1993\n85.90</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"286.56366125562295\" cy=\"136\" fill=\"#ff7f0e\"><title>12/01/1993\n53.68</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"289.2920007823196\" cy=\"136\" fill=\"#ff7f0e\"><title>01/01/1994\n45.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"292.0203403090162\" cy=\"135\" fill=\"#ff7f0e\"><title>02/01/1994\n57.60</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"294.4846469782906\" cy=\"135\" fill=\"#ff7f0e\"><title>03/01/1994\n69.35</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"297.2129865049873\" cy=\"135\" fill=\"#ff7f0e\"><title>04/01/1994\n84.95</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"299.85331507920984\" cy=\"136\" fill=\"#ff7f0e\"><title>05/01/1994\n62.06</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"302.5816546059065\" cy=\"136\" fill=\"#ff7f0e\"><title>06/01/1994\n73.41</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"305.2219831801291\" cy=\"136\" fill=\"#ff7f0e\"><title>07/01/1994\n52.68</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"307.9503227068257\" cy=\"136\" fill=\"#ff7f0e\"><title>08/01/1994\n58.12</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"310.6786622335224\" cy=\"135\" fill=\"#ff7f0e\"><title>09/01/1994\n65.05</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"313.31899080774497\" cy=\"135\" fill=\"#ff7f0e\"><title>10/01/1994\n67.16</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"316.0473303344416\" cy=\"135\" fill=\"#ff7f0e\"><title>11/01/1994\n67.86</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"318.68765890866416\" cy=\"135\" fill=\"#ff7f0e\"><title>12/01/1994\n66.07</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"321.41599843536085\" cy=\"135\" fill=\"#ff7f0e\"><title>01/01/1995\n61.28</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"324.14433796205753\" cy=\"135\" fill=\"#ff7f0e\"><title>02/01/1995\n59.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"326.6086446313319\" cy=\"134\" fill=\"#ff7f0e\"><title>03/01/1995\n65.77</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"329.33698415802854\" cy=\"134\" fill=\"#ff7f0e\"><title>04/01/1995\n68.40</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"331.9773127322511\" cy=\"133\" fill=\"#ff7f0e\"><title>05/01/1995\n101.81</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"334.7056522589478\" cy=\"132\" fill=\"#ff7f0e\"><title>06/01/1995\n106.73</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"337.34598083317036\" cy=\"130\" fill=\"#ff7f0e\"><title>07/01/1995\n180.97</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"340.074320359867\" cy=\"130\" fill=\"#ff7f0e\"><title>08/01/1995\n141.10</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"342.8026598865637\" cy=\"130\" fill=\"#ff7f0e\"><title>09/01/1995\n134.69</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"345.44298846078624\" cy=\"129\" fill=\"#ff7f0e\"><title>10/01/1995\n189.83</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"348.17132798748287\" cy=\"129\" fill=\"#ff7f0e\"><title>11/01/1995\n170.99</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"350.8116565617055\" cy=\"129\" fill=\"#ff7f0e\"><title>12/01/1995\n171.58</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"353.5399960884021\" cy=\"129\" fill=\"#ff7f0e\"><title>01/01/1996\n193.06</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"356.26833561509875\" cy=\"130\" fill=\"#ff7f0e\"><title>02/01/1996\n105.71</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"358.82065323684725\" cy=\"129\" fill=\"#ff7f0e\"><title>03/01/1996\n176.20</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"361.5489927635439\" cy=\"130\" fill=\"#ff7f0e\"><title>04/01/1996\n98.85</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"364.1893213377665\" cy=\"128\" fill=\"#ff7f0e\"><title>05/01/1996\n125.27</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"366.91766086446313\" cy=\"128\" fill=\"#ff7f0e\"><title>06/01/1996\n124.74</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"369.5579894386857\" cy=\"127\" fill=\"#ff7f0e\"><title>07/01/1996\n245.07</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"372.2863289653824\" cy=\"128\" fill=\"#ff7f0e\"><title>08/01/1996\n149.72</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"375.014668492079\" cy=\"127\" fill=\"#ff7f0e\"><title>09/01/1996\n145.16</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"377.6549970663016\" cy=\"126\" fill=\"#ff7f0e\"><title>10/01/1996\n173.42</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"380.38333659299826\" cy=\"125\" fill=\"#ff7f0e\"><title>11/01/1996\n151.90</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"383.0236651672208\" cy=\"123\" fill=\"#ff7f0e\"><title>12/01/1996\n223.99</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"385.75200469391746\" cy=\"122\" fill=\"#ff7f0e\"><title>01/01/1997\n242.24</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"388.4803442206141\" cy=\"122\" fill=\"#ff7f0e\"><title>02/01/1997\n210.99</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"390.9446508898885\" cy=\"123\" fill=\"#ff7f0e\"><title>03/01/1997\n210.47</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"393.6729904165852\" cy=\"122\" fill=\"#ff7f0e\"><title>04/01/1997\n288.96</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"396.3133189908077\" cy=\"120\" fill=\"#ff7f0e\"><title>05/01/1997\n257.36</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"399.0416585175044\" cy=\"121\" fill=\"#ff7f0e\"><title>06/01/1997\n219.29</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"401.68198709172697\" cy=\"117\" fill=\"#ff7f0e\"><title>07/01/1997\n281.11</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"404.41032661842365\" cy=\"117\" fill=\"#ff7f0e\"><title>08/01/1997\n265.04</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"407.1386661451203\" cy=\"117\" fill=\"#ff7f0e\"><title>09/01/1997\n242.84</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"409.77899471934285\" cy=\"113\" fill=\"#ff7f0e\"><title>10/01/1997\n430.44</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"412.50733424603953\" cy=\"118\" fill=\"#ff7f0e\"><title>11/01/1997\n265.70</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"415.14766282026204\" cy=\"116\" fill=\"#ff7f0e\"><title>12/01/1997\n371.15</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"417.8760023469587\" cy=\"119\" fill=\"#ff7f0e\"><title>01/01/1998\n240.14</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"420.6043418736554\" cy=\"116\" fill=\"#ff7f0e\"><title>02/01/1998\n251.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"423.0686485429298\" cy=\"114\" fill=\"#ff7f0e\"><title>03/01/1998\n319.88</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"425.7969880696264\" cy=\"114\" fill=\"#ff7f0e\"><title>04/01/1998\n279.62</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"428.437316643849\" cy=\"114\" fill=\"#ff7f0e\"><title>05/01/1998\n246.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"431.1656561705457\" cy=\"111\" fill=\"#ff7f0e\"><title>06/01/1998\n391.78</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"433.80598474476824\" cy=\"108\" fill=\"#ff7f0e\"><title>07/01/1998\n394.40</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"436.53432427146487\" cy=\"105\" fill=\"#ff7f0e\"><title>08/01/1998\n561.26</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"439.26266379816155\" cy=\"106\" fill=\"#ff7f0e\"><title>09/01/1998\n587.12</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"441.9029923723841\" cy=\"104\" fill=\"#ff7f0e\"><title>10/01/1998\n676.14</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"444.63133189908075\" cy=\"106\" fill=\"#ff7f0e\"><title>11/01/1998\n377.33</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"447.27166047330337\" cy=\"95\" fill=\"#ff7f0e\"><title>12/01/1998\n702.89</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"450\" cy=\"89\" fill=\"#ff7f0e\"><title>01/01/1999\n715.56</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"452.72833952669663\" cy=\"86\" fill=\"#ff7f0e\"><title>02/01/1999\n873.26</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"455.19264619597107\" cy=\"87\" fill=\"#ff7f0e\"><title>03/01/1999\n764.44</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"457.9209857226677\" cy=\"80\" fill=\"#ff7f0e\"><title>04/01/1999\n962.43</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"460.56131429689026\" cy=\"85\" fill=\"#ff7f0e\"><title>05/01/1999\n785.85</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"463.2896538235869\" cy=\"80\" fill=\"#ff7f0e\"><title>06/01/1999\n999.63</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"465.92998239780957\" cy=\"81\" fill=\"#ff7f0e\"><title>07/01/1999\n749.42</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"468.6583219245062\" cy=\"82\" fill=\"#ff7f0e\"><title>08/01/1999\n753.67</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"471.3866614512028\" cy=\"78\" fill=\"#ff7f0e\"><title>09/01/1999\n778.04</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"474.0269900254254\" cy=\"79\" fill=\"#ff7f0e\"><title>10/01/1999\n717.19</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"476.755329552122\" cy=\"67\" fill=\"#ff7f0e\"><title>11/01/1999\n910.05</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"479.39565812634464\" cy=\"56\" fill=\"#ff7f0e\"><title>12/01/1999\n937.96</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"482.1239976530413\" cy=\"25\" fill=\"#ff7f0e\"><title>01/01/2000\n2131.22</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"484.85233717973796\" cy=\"29\" fill=\"#ff7f0e\"><title>02/01/2000\n1588.50</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"487.40465480148634\" cy=\"0\" fill=\"#ff7f0e\"><title>03/01/2000\n2566.54</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"490.13299432818303\" cy=\"3\" fill=\"#ff7f0e\"><title>04/01/2000\n3102.15</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"492.77332290240565\" cy=\"25\" fill=\"#ff7f0e\"><title>05/01/2000\n2394.59</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"495.5016624291023\" cy=\"25\" fill=\"#ff7f0e\"><title>06/01/2000\n2036.83</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"498.14199100332485\" cy=\"26\" fill=\"#ff7f0e\"><title>07/01/2000\n1903.39</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"500.8703305300215\" cy=\"45\" fill=\"#ff7f0e\"><title>08/01/2000\n1057.73</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"503.5986700567181\" cy=\"32\" fill=\"#ff7f0e\"><title>09/01/2000\n1693.15</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"506.2389986309408\" cy=\"33\" fill=\"#ff7f0e\"><title>10/01/2000\n2138.01</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"508.9673381576374\" cy=\"56\" fill=\"#ff7f0e\"><title>11/01/2000\n1331.30</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"511.6076667318599\" cy=\"58\" fill=\"#ff7f0e\"><title>12/01/2000\n1616.13</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"514.3360062585566\" cy=\"52\" fill=\"#ff7f0e\"><title>01/01/2001\n1965.66</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"517.0643457852532\" cy=\"77\" fill=\"#ff7f0e\"><title>02/01/2001\n1011.67</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"519.5286524545277\" cy=\"86\" fill=\"#ff7f0e\"><title>03/01/2001\n1104.67</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"522.2569919812244\" cy=\"89\" fill=\"#ff7f0e\"><title>04/01/2001\n1019.58</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"524.897320555447\" cy=\"85\" fill=\"#ff7f0e\"><title>05/01/2001\n971.75</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"527.6256600821436\" cy=\"90\" fill=\"#ff7f0e\"><title>06/01/2001\n841.46</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"530.2659886563662\" cy=\"97\" fill=\"#ff7f0e\"><title>07/01/2001\n637.45</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"532.9943281830627\" cy=\"100\" fill=\"#ff7f0e\"><title>08/01/2001\n587.81</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"535.7226677097594\" cy=\"112\" fill=\"#ff7f0e\"><title>09/01/2001\n356.97</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"538.362996283982\" cy=\"100\" fill=\"#ff7f0e\"><title>10/01/2001\n823.62</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"541.0913358106787\" cy=\"103\" fill=\"#ff7f0e\"><title>11/01/2001\n460.40</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"543.7316643849013\" cy=\"103\" fill=\"#ff7f0e\"><title>12/01/2001\n379.78</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"546.4600039115978\" cy=\"102\" fill=\"#ff7f0e\"><title>01/01/2002\n469.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"549.1883434382945\" cy=\"105\" fill=\"#ff7f0e\"><title>02/01/2002\n481.83</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"551.652650107569\" cy=\"105\" fill=\"#ff7f0e\"><title>03/01/2002\n435.71</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"554.3809896342656\" cy=\"106\" fill=\"#ff7f0e\"><title>04/01/2002\n542.14</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"557.0213182084881\" cy=\"107\" fill=\"#ff7f0e\"><title>05/01/2002\n567.89</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"559.7496577351848\" cy=\"112\" fill=\"#ff7f0e\"><title>06/01/2002\n507.86</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"562.3899863094074\" cy=\"111\" fill=\"#ff7f0e\"><title>07/01/2002\n656.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"565.1183258361041\" cy=\"115\" fill=\"#ff7f0e\"><title>08/01/2002\n494.72</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"567.8466653628006\" cy=\"120\" fill=\"#ff7f0e\"><title>09/01/2002\n311.12</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"570.4869939370233\" cy=\"117\" fill=\"#ff7f0e\"><title>10/01/2002\n418.48</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"573.2153334637198\" cy=\"114\" fill=\"#ff7f0e\"><title>11/01/2002\n418.36</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"575.8556620379426\" cy=\"117\" fill=\"#ff7f0e\"><title>12/01/2002\n315.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"578.5840015646392\" cy=\"116\" fill=\"#ff7f0e\"><title>01/01/2003\n362.98</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"581.3123410913358\" cy=\"120\" fill=\"#ff7f0e\"><title>02/01/2003\n223.80</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"583.7766477606102\" cy=\"118\" fill=\"#ff7f0e\"><title>03/01/2003\n282.37</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"586.5049872873069\" cy=\"116\" fill=\"#ff7f0e\"><title>04/01/2003\n308.19</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"589.1453158615294\" cy=\"116\" fill=\"#ff7f0e\"><title>05/01/2003\n252.02</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"591.8736553882261\" cy=\"112\" fill=\"#ff7f0e\"><title>06/01/2003\n358.34</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"594.5139839624486\" cy=\"113\" fill=\"#ff7f0e\"><title>07/01/2003\n282.61</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"597.2423234891454\" cy=\"113\" fill=\"#ff7f0e\"><title>08/01/2003\n255.43</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"599.970663015842\" cy=\"109\" fill=\"#ff7f0e\"><title>09/01/2003\n357.71</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"602.6109915900645\" cy=\"110\" fill=\"#ff7f0e\"><title>10/01/2003\n297.68</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"605.3393311167612\" cy=\"111\" fill=\"#ff7f0e\"><title>11/01/2003\n238.61</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"607.9796596909837\" cy=\"109\" fill=\"#ff7f0e\"><title>12/01/2003\n287.48</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"610.7079992176805\" cy=\"108\" fill=\"#ff7f0e\"><title>01/01/2004\n245.71</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"613.436338744377\" cy=\"109\" fill=\"#ff7f0e\"><title>02/01/2004\n231.56</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"615.9886563661255\" cy=\"109\" fill=\"#ff7f0e\"><title>03/01/2004\n299.71</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"618.7169958928222\" cy=\"107\" fill=\"#ff7f0e\"><title>04/01/2004\n349.17</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"621.3573244670448\" cy=\"113\" fill=\"#ff7f0e\"><title>05/01/2004\n145.05</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"624.0856639937415\" cy=\"109\" fill=\"#ff7f0e\"><title>06/01/2004\n247.81</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"626.725992567964\" cy=\"110\" fill=\"#ff7f0e\"><title>07/01/2004\n272.81</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"629.4543320946607\" cy=\"112\" fill=\"#ff7f0e\"><title>08/01/2004\n260.51</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"632.1826716213573\" cy=\"112\" fill=\"#ff7f0e\"><title>09/01/2004\n191.31</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"634.8230001955799\" cy=\"109\" fill=\"#ff7f0e\"><title>10/01/2004\n298.85</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"637.5513397222766\" cy=\"109\" fill=\"#ff7f0e\"><title>11/01/2004\n194.51</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"640.1916682964991\" cy=\"107\" fill=\"#ff7f0e\"><title>12/01/2004\n238.64</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"642.9200078231958\" cy=\"108\" fill=\"#ff7f0e\"><title>01/01/2005\n251.49</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"645.6483473498924\" cy=\"109\" fill=\"#ff7f0e\"><title>02/01/2005\n207.61</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"648.1126540191668\" cy=\"109\" fill=\"#ff7f0e\"><title>03/01/2005\n217.41</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"650.8409935458635\" cy=\"110\" fill=\"#ff7f0e\"><title>04/01/2005\n262.53</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"653.481322120086\" cy=\"111\" fill=\"#ff7f0e\"><title>05/01/2005\n169.69</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"656.2096616467827\" cy=\"109\" fill=\"#ff7f0e\"><title>06/01/2005\n227.74</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"658.8499902210053\" cy=\"109\" fill=\"#ff7f0e\"><title>07/01/2005\n184.78</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"661.5783297477019\" cy=\"108\" fill=\"#ff7f0e\"><title>08/01/2005\n187.28</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"664.3066692743986\" cy=\"108\" fill=\"#ff7f0e\"><title>09/01/2005\n194.12</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"666.9469978486211\" cy=\"107\" fill=\"#ff7f0e\"><title>10/01/2005\n266.20</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"669.6753373753178\" cy=\"107\" fill=\"#ff7f0e\"><title>11/01/2005\n168.51</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"672.3156659495404\" cy=\"106\" fill=\"#ff7f0e\"><title>12/01/2005\n175.91</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"675.0440054762371\" cy=\"105\" fill=\"#ff7f0e\"><title>01/01/2006\n201.59</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"677.7723450029337\" cy=\"106\" fill=\"#ff7f0e\"><title>02/01/2006\n230.65</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"680.2366516722082\" cy=\"106\" fill=\"#ff7f0e\"><title>03/01/2006\n227.85</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"682.9649911989047\" cy=\"105\" fill=\"#ff7f0e\"><title>04/01/2006\n206.92</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"685.6053197731273\" cy=\"106\" fill=\"#ff7f0e\"><title>05/01/2006\n264.29</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"688.3336592998239\" cy=\"105\" fill=\"#ff7f0e\"><title>06/01/2006\n354.96</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"690.9739878740465\" cy=\"108\" fill=\"#ff7f0e\"><title>07/01/2006\n277.76</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"693.7023274007432\" cy=\"108\" fill=\"#ff7f0e\"><title>08/01/2006\n244.16</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"696.4306669274399\" cy=\"107\" fill=\"#ff7f0e\"><title>09/01/2006\n211.33</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"699.0709955016624\" cy=\"104\" fill=\"#ff7f0e\"><title>10/01/2006\n255.16</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"701.7993350283591\" cy=\"103\" fill=\"#ff7f0e\"><title>11/01/2006\n259.92</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"704.4396636025817\" cy=\"104\" fill=\"#ff7f0e\"><title>12/01/2006\n204.05</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"707.1680031292783\" cy=\"103\" fill=\"#ff7f0e\"><title>01/01/2007\n255.37</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"709.896342655975\" cy=\"103\" fill=\"#ff7f0e\"><title>02/01/2007\n211.78</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"712.3606493252494\" cy=\"104\" fill=\"#ff7f0e\"><title>03/01/2007\n238.46</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"715.088988851946\" cy=\"103\" fill=\"#ff7f0e\"><title>04/01/2007\n175.21</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"717.7293174261686\" cy=\"100\" fill=\"#ff7f0e\"><title>05/01/2007\n258.92</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"720.4576569528652\" cy=\"100\" fill=\"#ff7f0e\"><title>06/01/2007\n249.61</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"723.0979855270878\" cy=\"98\" fill=\"#ff7f0e\"><title>07/01/2007\n290.74</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"725.8263250537844\" cy=\"96\" fill=\"#ff7f0e\"><title>08/01/2007\n425.50</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"728.5546645804811\" cy=\"99\" fill=\"#ff7f0e\"><title>09/01/2007\n221.84</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"731.1949931547038\" cy=\"92\" fill=\"#ff7f0e\"><title>10/01/2007\n390.26</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"733.9233326814003\" cy=\"91\" fill=\"#ff7f0e\"><title>11/01/2007\n530.77</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"736.563661255623\" cy=\"95\" fill=\"#ff7f0e\"><title>12/01/2007\n320.29</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"739.2920007823195\" cy=\"93\" fill=\"#ff7f0e\"><title>01/01/2008\n645.46</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"742.0203403090163\" cy=\"99\" fill=\"#ff7f0e\"><title>02/01/2008\n450.19</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"744.5726579307648\" cy=\"98\" fill=\"#ff7f0e\"><title>03/01/2008\n510.97</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"747.3009974574613\" cy=\"99\" fill=\"#ff7f0e\"><title>04/01/2008\n334.56</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"749.9413260316838\" cy=\"96\" fill=\"#ff7f0e\"><title>05/01/2008\n364.63</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"752.6696655583806\" cy=\"94\" fill=\"#ff7f0e\"><title>06/01/2008\n499.92</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"755.3099941326032\" cy=\"96\" fill=\"#ff7f0e\"><title>07/01/2008\n522.10</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"758.0383336592998\" cy=\"98\" fill=\"#ff7f0e\"><title>08/01/2008\n374.92</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"760.7666731859965\" cy=\"94\" fill=\"#ff7f0e\"><title>09/01/2008\n765.48</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"763.407001760219\" cy=\"95\" fill=\"#ff7f0e\"><title>10/01/2008\n1067.89</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"766.1353412869157\" cy=\"108\" fill=\"#ff7f0e\"><title>11/01/2008\n604.99</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"768.7756698611383\" cy=\"109\" fill=\"#ff7f0e\"><title>12/01/2008\n539.19</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"771.5040093878349\" cy=\"112\" fill=\"#ff7f0e\"><title>01/01/2009\n392.30</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"774.2323489145316\" cy=\"112\" fill=\"#ff7f0e\"><title>02/01/2009\n393.19</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"776.696655583806\" cy=\"112\" fill=\"#ff7f0e\"><title>03/01/2009\n439.95</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"779.4249951105027\" cy=\"112\" fill=\"#ff7f0e\"><title>04/01/2009\n273.21</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"782.0653236847252\" cy=\"110\" fill=\"#ff7f0e\"><title>05/01/2009\n313.31</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"784.7936632114219\" cy=\"109\" fill=\"#ff7f0e\"><title>06/01/2009\n248.20</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"787.4339917856445\" cy=\"108\" fill=\"#ff7f0e\"><title>07/01/2009\n287.37</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"790.1623313123412\" cy=\"107\" fill=\"#ff7f0e\"><title>08/01/2009\n232.58</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"792.8906708390377\" cy=\"105\" fill=\"#ff7f0e\"><title>09/01/2009\n243.73</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"795.5309994132602\" cy=\"103\" fill=\"#ff7f0e\"><title>10/01/2009\n308.98</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"798.2593389399569\" cy=\"104\" fill=\"#ff7f0e\"><title>11/01/2009\n218.61</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"800.8996675141796\" cy=\"103\" fill=\"#ff7f0e\"><title>12/01/2009\n198.85</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"803.6280070408762\" cy=\"100\" fill=\"#ff7f0e\"><title>01/01/2010\n326.52</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"806.3563465675728\" cy=\"103\" fill=\"#ff7f0e\"><title>02/01/2010\n256.97</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"808.8206532368473\" cy=\"101\" fill=\"#ff7f0e\"><title>03/01/2010\n200.68</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"811.548992763544\" cy=\"98\" fill=\"#ff7f0e\"><title>04/01/2010\n264.55</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"814.1893213377665\" cy=\"95\" fill=\"#ff7f0e\"><title>05/01/2010\n503.05</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"816.9176608644631\" cy=\"97\" fill=\"#ff7f0e\"><title>06/01/2010\n480.81</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"819.5579894386857\" cy=\"99\" fill=\"#ff7f0e\"><title>07/01/2010\n410.34</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"822.2863289653824\" cy=\"101\" fill=\"#ff7f0e\"><title>08/01/2010\n293.90</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"825.0146684920791\" cy=\"100\" fill=\"#ff7f0e\"><title>09/01/2010\n242.76</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"827.6549970663016\" cy=\"98\" fill=\"#ff7f0e\"><title>10/01/2010\n225.52</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"830.3833365929983\" cy=\"96\" fill=\"#ff7f0e\"><title>11/01/2010\n232.70</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"833.0236651672208\" cy=\"96\" fill=\"#ff7f0e\"><title>12/01/2010\n172.07</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"835.7520046939175\" cy=\"91\" fill=\"#ff7f0e\"><title>01/01/2011\n304.18</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"838.4803442206141\" cy=\"92\" fill=\"#ff7f0e\"><title>02/01/2011\n232.41</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"840.9446508898885\" cy=\"89\" fill=\"#ff7f0e\"><title>03/01/2011\n427.79</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"843.6729904165851\" cy=\"93\" fill=\"#ff7f0e\"><title>04/01/2011\n163.27</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"846.3133189908078\" cy=\"90\" fill=\"#ff7f0e\"><title>05/01/2011\n273.70</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"849.0416585175044\" cy=\"90\" fill=\"#ff7f0e\"><title>06/01/2011\n422.87</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"851.6819870917269\" cy=\"88\" fill=\"#ff7f0e\"><title>07/01/2011\n353.42</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"854.4103266184236\" cy=\"83\" fill=\"#ff7f0e\"><title>08/01/2011\n831.48</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"857.1386661451203\" cy=\"87\" fill=\"#ff7f0e\"><title>09/01/2011\n594.54</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"859.7789947193429\" cy=\"86\" fill=\"#ff7f0e\"><title>10/01/2011\n571.61</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"862.5073342460395\" cy=\"89\" fill=\"#ff7f0e\"><title>11/01/2011\n393.98</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"865.1476628202621\" cy=\"90\" fill=\"#ff7f0e\"><title>12/01/2011\n372.96</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"867.8760023469587\" cy=\"91\" fill=\"#ff7f0e\"><title>01/01/2012\n204.63</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"870.6043418736554\" cy=\"87\" fill=\"#ff7f0e\"><title>02/01/2012\n230.47</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"873.1566594954039\" cy=\"84\" fill=\"#ff7f0e\"><title>03/01/2012\n232.93</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"875.8849990221005\" cy=\"81\" fill=\"#ff7f0e\"><title>04/01/2012\n385.06</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"878.5253275963231\" cy=\"82\" fill=\"#ff7f0e\"><title>05/01/2012\n446.08</title></circle><circle class=\"dot\" r=\"5\" style=\"fill-opacity: 0.000001; stroke-opacity: 0.000001; \" cx=\"881.2536671230197\" cy=\"80\" fill=\"#ff7f0e\"><title>06/01/2012\n580.36</title></circle></g></g></g><g class=\"axis x\" transform=\"translate(40,175)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(32.123997653041265,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1986</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(96.3719929591238,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1988</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(160.70799921768042,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1990</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(224.95599452376294,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1992</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(289.2920007823196,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1994</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(353.5399960884021,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1996</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(417.8760023469587,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1998</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(482.1239976530413,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(546.4600039115978,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2002</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(610.7079992176805,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2004</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(675.0440054762371,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2006</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(739.2920007823195,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2008</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(803.6280070408762,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2010</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(867.8760023469587,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2012</text></g><path class=\"domain\" d=\"M0,6V0H900V6\"></path></g><g class=\"axis y\" transform=\"translate(40,30)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,145)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">0</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,124)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">1,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,104)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">2,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,83)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">3,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,62)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">4,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,41)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">5,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,21)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">6,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,0)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">7,000</text></g><path class=\"domain\" d=\"M-6,0H0V145H-6\"></path></g></g><defs><clipPath id=\"monthly-move-chart-clip\"><rect width=\"900\" height=\"145\" transform=\"translate(-0, -0)\"></rect></clipPath></defs><g class=\"dc-legend\" transform=\"translate(800,10)\"><g class=\"dc-legend-item\" transform=\"translate(0,0)\"><rect width=\"13\" height=\"13\" fill=\"#1f77b4\"></rect><text x=\"15\" y=\"10.5\">Monthly Index Average</text></g><g class=\"dc-legend-item\" transform=\"translate(0,18)\"><rect width=\"13\" height=\"13\" fill=\"#ff7f0e\"></rect><text x=\"15\" y=\"10.5\">Monthly Index Move</text></g></g></svg></div>\n</div>\n\n<div class=\"row\">\n    <div id=\"monthly-volume-chart\" class=\"dc-chart\">\n    <svg width=\"990\" height=\"40\"><g><g class=\"chart-body\" transform=\"translate(40, 0)\" clip-path=\"url(#monthly-volume-chart-clip)\"><g class=\"stack _0\"><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"26.255329552122042\" width=\"1\"><title>Fri Nov 01 1985 00:00:00 GMT+0000 (UTC): 36.817600000000006</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"28.89565812634461\" width=\"1\"><title>Sun Dec 01 1985 00:00:00 GMT+0000 (UTC): 44.696400000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"31.623997653041265\" width=\"1\"><title>Wed Jan 01 1986 00:00:00 GMT+0000 (UTC): 48.217</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"34.35233717973792\" width=\"1\"><title>Sat Feb 01 1986 00:00:00 GMT+0000 (UTC): 46.474000000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"36.81664384901232\" width=\"1\"><title>Sat Mar 01 1986 00:00:00 GMT+0000 (UTC): 51.918000000000006</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"39.54498337570898\" width=\"1\"><title>Tue Apr 01 1986 00:00:00 GMT+0000 (UTC): 56.292</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"42.185311949931545\" width=\"1\"><title>Thu May 01 1986 00:00:00 GMT+0000 (UTC): 48.246399999999994</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"44.9136514766282\" width=\"1\"><title>Sun Jun 01 1986 00:00:00 GMT+0000 (UTC): 51.38800000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"47.553980050850775\" width=\"1\"><title>Tue Jul 01 1986 00:00:00 GMT+0000 (UTC): 48.2208</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"50.28231957754743\" width=\"1\"><title>Fri Aug 01 1986 00:00:00 GMT+0000 (UTC): 42.030800000000006</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"53.010659104244084\" width=\"1\"><title>Mon Sep 01 1986 00:00:00 GMT+0000 (UTC): 44.06359999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"55.65098767846665\" width=\"1\"><title>Wed Oct 01 1986 00:00:00 GMT+0000 (UTC): 43.0578</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"58.379327205163314\" width=\"1\"><title>Sat Nov 01 1986 00:00:00 GMT+0000 (UTC): 41.49539999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"61.01965577938588\" width=\"1\"><title>Mon Dec 01 1986 00:00:00 GMT+0000 (UTC): 52.1778</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"63.74799530608253\" width=\"1\"><title>Thu Jan 01 1987 00:00:00 GMT+0000 (UTC): 63.692400000000006</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"66.47633483277919\" width=\"1\"><title>Sun Feb 01 1987 00:00:00 GMT+0000 (UTC): 60.594</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"68.9406415020536\" width=\"1\"><title>Sun Mar 01 1987 00:00:00 GMT+0000 (UTC): 66.10000000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"71.66898102875024\" width=\"1\"><title>Wed Apr 01 1987 00:00:00 GMT+0000 (UTC): 60.54</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"74.30930960297282\" width=\"1\"><title>Fri May 01 1987 00:00:00 GMT+0000 (UTC): 55.674</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"77.03764912966948\" width=\"1\"><title>Mon Jun 01 1987 00:00:00 GMT+0000 (UTC): 65.498</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"79.67797770389204\" width=\"1\"><title>Wed Jul 01 1987 00:00:00 GMT+0000 (UTC): 67.59</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"82.4063172305887\" width=\"1\"><title>Sat Aug 01 1987 00:00:00 GMT+0000 (UTC): 62.72</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"85.13465675728534\" width=\"1\"><title>Tue Sep 01 1987 00:00:00 GMT+0000 (UTC): 61.85799999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"87.77498533150792\" width=\"1\"><title>Thu Oct 01 1987 00:00:00 GMT+0000 (UTC): 81.484</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"90.50332485820458\" width=\"1\"><title>Sun Nov 01 1987 00:00:00 GMT+0000 (UTC): 49.94700000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"93.14365343242714\" width=\"1\"><title>Tue Dec 01 1987 00:00:00 GMT+0000 (UTC): 58.8742</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"95.8719929591238\" width=\"1\"><title>Fri Jan 01 1988 00:00:00 GMT+0000 (UTC): 49.30479999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"98.60033248582046\" width=\"1\"><title>Mon Feb 01 1988 00:00:00 GMT+0000 (UTC): 49.85739999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"101.15265010756895\" width=\"1\"><title>Tue Mar 01 1988 00:00:00 GMT+0000 (UTC): 63.09760000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"103.8809896342656\" width=\"1\"><title>Fri Apr 01 1988 00:00:00 GMT+0000 (UTC): 50.04480000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"106.52131820848817\" width=\"1\"><title>Sun May 01 1988 00:00:00 GMT+0000 (UTC): 49.3468</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"109.24965773518481\" width=\"1\"><title>Wed Jun 01 1988 00:00:00 GMT+0000 (UTC): 61.92079999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"111.88998630940739\" width=\"1\"><title>Fri Jul 01 1988 00:00:00 GMT+0000 (UTC): 52.19259999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"114.61832583610403\" width=\"1\"><title>Mon Aug 01 1988 00:00:00 GMT+0000 (UTC): 51.819599999999994</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"117.3466653628007\" width=\"1\"><title>Thu Sep 01 1988 00:00:00 GMT+0000 (UTC): 46.88239999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"119.98699393702327\" width=\"1\"><title>Sat Oct 01 1988 00:00:00 GMT+0000 (UTC): 49.93059999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"122.71533346371994\" width=\"1\"><title>Tue Nov 01 1988 00:00:00 GMT+0000 (UTC): 45.71699999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"125.35566203794251\" width=\"1\"><title>Thu Dec 01 1988 00:00:00 GMT+0000 (UTC): 49.73480000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"128.08400156463915\" width=\"1\"><title>Sun Jan 01 1989 00:00:00 GMT+0000 (UTC): 54.32020000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"130.8123410913358\" width=\"1\"><title>Wed Feb 01 1989 00:00:00 GMT+0000 (UTC): 50.54900000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"133.27664776061022\" width=\"1\"><title>Wed Mar 01 1989 00:00:00 GMT+0000 (UTC): 57.385400000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"136.00498728730688\" width=\"1\"><title>Sat Apr 01 1989 00:00:00 GMT+0000 (UTC): 53.2376</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"138.64531586152944\" width=\"1\"><title>Mon May 01 1989 00:00:00 GMT+0000 (UTC): 61.4974</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"141.3736553882261\" width=\"1\"><title>Thu Jun 01 1989 00:00:00 GMT+0000 (UTC): 60.294000000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"144.01398396244866\" width=\"1\"><title>Sat Jul 01 1989 00:00:00 GMT+0000 (UTC): 49.988800000000005</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"146.7423234891453\" width=\"1\"><title>Tue Aug 01 1989 00:00:00 GMT+0000 (UTC): 61.14139999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"149.47066301584198\" width=\"1\"><title>Fri Sep 01 1989 00:00:00 GMT+0000 (UTC): 52.46019999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"152.11099159006454\" width=\"1\"><title>Sun Oct 01 1989 00:00:00 GMT+0000 (UTC): 63.2094</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"154.8393311167612\" width=\"1\"><title>Wed Nov 01 1989 00:00:00 GMT+0000 (UTC): 50.643800000000006</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"157.47965969098377\" width=\"1\"><title>Fri Dec 01 1989 00:00:00 GMT+0000 (UTC): 55.5546</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"160.20799921768042\" width=\"1\"><title>Mon Jan 01 1990 00:00:00 GMT+0000 (UTC): 60.596599999999995</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"162.93633874437708\" width=\"1\"><title>Thu Feb 01 1990 00:00:00 GMT+0000 (UTC): 48.4184</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"165.4006454136515\" width=\"1\"><title>Thu Mar 01 1990 00:00:00 GMT+0000 (UTC): 57.74900000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"168.12898494034812\" width=\"1\"><title>Sun Apr 01 1990 00:00:00 GMT+0000 (UTC): 51.829</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"170.76931351457068\" width=\"1\"><title>Tue May 01 1990 00:00:00 GMT+0000 (UTC): 69.3714</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"173.49765304126737\" width=\"1\"><title>Fri Jun 01 1990 00:00:00 GMT+0000 (UTC): 62.8538</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"176.13798161548993\" width=\"1\"><title>Sun Jul 01 1990 00:00:00 GMT+0000 (UTC): 59.69720000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"178.86632114218656\" width=\"1\"><title>Wed Aug 01 1990 00:00:00 GMT+0000 (UTC): 62.2264</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"181.59466066888325\" width=\"1\"><title>Sat Sep 01 1990 00:00:00 GMT+0000 (UTC): 41.78800000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"184.23498924310582\" width=\"1\"><title>Mon Oct 01 1990 00:00:00 GMT+0000 (UTC): 53.769600000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"186.96332876980247\" width=\"1\"><title>Thu Nov 01 1990 00:00:00 GMT+0000 (UTC): 47.5646</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"189.60365734402504\" width=\"1\"><title>Sat Dec 01 1990 00:00:00 GMT+0000 (UTC): 50.002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"192.33199687072167\" width=\"1\"><title>Tue Jan 01 1991 00:00:00 GMT+0000 (UTC): 58.48720000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"195.06033639741835\" width=\"1\"><title>Fri Feb 01 1991 00:00:00 GMT+0000 (UTC): 66.25919999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"197.52464306669276\" width=\"1\"><title>Fri Mar 01 1991 00:00:00 GMT+0000 (UTC): 71.70420000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"200.2529825933894\" width=\"1\"><title>Mon Apr 01 1991 00:00:00 GMT+0000 (UTC): 82.27959999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"202.89331116761196\" width=\"1\"><title>Wed May 01 1991 00:00:00 GMT+0000 (UTC): 67.5544</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"205.62165069430864\" width=\"1\"><title>Sat Jun 01 1991 00:00:00 GMT+0000 (UTC): 56.70959999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"208.2619792685312\" width=\"1\"><title>Mon Jul 01 1991 00:00:00 GMT+0000 (UTC): 61.9622</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"210.99031879522784\" width=\"1\"><title>Thu Aug 01 1991 00:00:00 GMT+0000 (UTC): 65.488</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"213.7186583219245\" width=\"1\"><title>Sun Sep 01 1991 00:00:00 GMT+0000 (UTC): 64.373</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"216.35898689614706\" width=\"1\"><title>Tue Oct 01 1991 00:00:00 GMT+0000 (UTC): 81.41860000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"219.08732642284374\" width=\"1\"><title>Fri Nov 01 1991 00:00:00 GMT+0000 (UTC): 74.00299999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"221.7276549970663\" width=\"1\"><title>Sun Dec 01 1991 00:00:00 GMT+0000 (UTC): 72.6472</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"224.45599452376294\" width=\"1\"><title>Wed Jan 01 1992 00:00:00 GMT+0000 (UTC): 112.1108</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"227.1843340504596\" width=\"1\"><title>Sat Feb 01 1992 00:00:00 GMT+0000 (UTC): 84.3914</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"229.73665167220807\" width=\"1\"><title>Sun Mar 01 1992 00:00:00 GMT+0000 (UTC): 80.96439999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"232.46499119890478\" width=\"1\"><title>Wed Apr 01 1992 00:00:00 GMT+0000 (UTC): 78.93420000000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"235.10531977312732\" width=\"1\"><title>Fri May 01 1992 00:00:00 GMT+0000 (UTC): 62.299600000000005</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"237.833659299824\" width=\"1\"><title>Mon Jun 01 1992 00:00:00 GMT+0000 (UTC): 71.7926</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"240.47398787404654\" width=\"1\"><title>Wed Jul 01 1992 00:00:00 GMT+0000 (UTC): 71.83300000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"243.20232740074317\" width=\"1\"><title>Sat Aug 01 1992 00:00:00 GMT+0000 (UTC): 61.667</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"245.9306669274399\" width=\"1\"><title>Tue Sep 01 1992 00:00:00 GMT+0000 (UTC): 74.0154</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"248.57099550166242\" width=\"1\"><title>Thu Oct 01 1992 00:00:00 GMT+0000 (UTC): 84.4738</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"19\" height=\"1\" x=\"251.29933502835905\" width=\"1\"><title>Sun Nov 01 1992 00:00:00 GMT+0000 (UTC): 88.0926</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"253.93966360258165\" width=\"1\"><title>Tue Dec 01 1992 00:00:00 GMT+0000 (UTC): 98.99419999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"256.6680031292783\" width=\"1\"><title>Fri Jan 01 1993 00:00:00 GMT+0000 (UTC): 103.7492</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"259.396342655975\" width=\"1\"><title>Mon Feb 01 1993 00:00:00 GMT+0000 (UTC): 99.47219999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"261.86064932524937\" width=\"1\"><title>Mon Mar 01 1993 00:00:00 GMT+0000 (UTC): 102.383</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"264.588988851946\" width=\"1\"><title>Thu Apr 01 1993 00:00:00 GMT+0000 (UTC): 97.74</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"267.2293174261686\" width=\"1\"><title>Sat May 01 1993 00:00:00 GMT+0000 (UTC): 102.1292</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"269.95765695286525\" width=\"1\"><title>Tue Jun 01 1993 00:00:00 GMT+0000 (UTC): 107.4262</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"272.5979855270878\" width=\"1\"><title>Thu Jul 01 1993 00:00:00 GMT+0000 (UTC): 103.82599999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"275.3263250537845\" width=\"1\"><title>Sun Aug 01 1993 00:00:00 GMT+0000 (UTC): 114.2412</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"278.05466458048113\" width=\"1\"><title>Wed Sep 01 1993 00:00:00 GMT+0000 (UTC): 115.5336</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"280.6949931547037\" width=\"1\"><title>Fri Oct 01 1993 00:00:00 GMT+0000 (UTC): 134.0158</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"283.4233326814003\" width=\"1\"><title>Mon Nov 01 1993 00:00:00 GMT+0000 (UTC): 124.93759999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"286.06366125562295\" width=\"1\"><title>Wed Dec 01 1993 00:00:00 GMT+0000 (UTC): 124.50259999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"288.7920007823196\" width=\"1\"><title>Sat Jan 01 1994 00:00:00 GMT+0000 (UTC): 133.66680000000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"291.5203403090162\" width=\"1\"><title>Tue Feb 01 1994 00:00:00 GMT+0000 (UTC): 119.8792</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"293.9846469782906\" width=\"1\"><title>Tue Mar 01 1994 00:00:00 GMT+0000 (UTC): 146.43959999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"296.7129865049873\" width=\"1\"><title>Fri Apr 01 1994 00:00:00 GMT+0000 (UTC): 112.46760000000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"299.35331507920984\" width=\"1\"><title>Sun May 01 1994 00:00:00 GMT+0000 (UTC): 114.86340000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"302.0816546059065\" width=\"1\"><title>Wed Jun 01 1994 00:00:00 GMT+0000 (UTC): 120.32300000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"304.7219831801291\" width=\"1\"><title>Fri Jul 01 1994 00:00:00 GMT+0000 (UTC): 106.7172</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"307.4503227068257\" width=\"1\"><title>Mon Aug 01 1994 00:00:00 GMT+0000 (UTC): 133.9186</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"310.1786622335224\" width=\"1\"><title>Thu Sep 01 1994 00:00:00 GMT+0000 (UTC): 119.29220000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"312.81899080774497\" width=\"1\"><title>Sat Oct 01 1994 00:00:00 GMT+0000 (UTC): 132.5118</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"315.5473303344416\" width=\"1\"><title>Tue Nov 01 1994 00:00:00 GMT+0000 (UTC): 123.76240000000003</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"318.18765890866416\" width=\"1\"><title>Thu Dec 01 1994 00:00:00 GMT+0000 (UTC): 123.39460000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"320.91599843536085\" width=\"1\"><title>Sun Jan 01 1995 00:00:00 GMT+0000 (UTC): 128.5946</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"323.64433796205753\" width=\"1\"><title>Wed Feb 01 1995 00:00:00 GMT+0000 (UTC): 124.1212</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"326.1086446313319\" width=\"1\"><title>Wed Mar 01 1995 00:00:00 GMT+0000 (UTC): 152.03399999999996</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"18\" height=\"2\" x=\"328.83698415802854\" width=\"1\"><title>Sat Apr 01 1995 00:00:00 GMT+0000 (UTC): 138.214</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"331.4773127322511\" width=\"1\"><title>Mon May 01 1995 00:00:00 GMT+0000 (UTC): 162.67499999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"334.2056522589478\" width=\"1\"><title>Thu Jun 01 1995 00:00:00 GMT+0000 (UTC): 175.90279999999996</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"336.84598083317036\" width=\"1\"><title>Sat Jul 01 1995 00:00:00 GMT+0000 (UTC): 181.1228</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"339.574320359867\" width=\"1\"><title>Tue Aug 01 1995 00:00:00 GMT+0000 (UTC): 197.65860000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"342.3026598865637\" width=\"1\"><title>Fri Sep 01 1995 00:00:00 GMT+0000 (UTC): 179.6708</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"344.94298846078624\" width=\"1\"><title>Sun Oct 01 1995 00:00:00 GMT+0000 (UTC): 193.2098</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"347.67132798748287\" width=\"1\"><title>Wed Nov 01 1995 00:00:00 GMT+0000 (UTC): 190.88619999999997</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"350.3116565617055\" width=\"1\"><title>Fri Dec 01 1995 00:00:00 GMT+0000 (UTC): 199.45000000000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"353.0399960884021\" width=\"1\"><title>Mon Jan 01 1996 00:00:00 GMT+0000 (UTC): 226.7242</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"355.76833561509875\" width=\"1\"><title>Thu Feb 01 1996 00:00:00 GMT+0000 (UTC): 213.80859999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"358.32065323684725\" width=\"1\"><title>Fri Mar 01 1996 00:00:00 GMT+0000 (UTC): 212.97700000000003</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"361.0489927635439\" width=\"1\"><title>Mon Apr 01 1996 00:00:00 GMT+0000 (UTC): 239.03460000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"363.6893213377665\" width=\"1\"><title>Wed May 01 1996 00:00:00 GMT+0000 (UTC): 291.012</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"366.41766086446313\" width=\"1\"><title>Sat Jun 01 1996 00:00:00 GMT+0000 (UTC): 229.58199999999997</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"369.0579894386857\" width=\"1\"><title>Mon Jul 01 1996 00:00:00 GMT+0000 (UTC): 236.15840000000006</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"371.7863289653824\" width=\"1\"><title>Thu Aug 01 1996 00:00:00 GMT+0000 (UTC): 193.92900000000003</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"17\" height=\"3\" x=\"374.514668492079\" width=\"1\"><title>Sun Sep 01 1996 00:00:00 GMT+0000 (UTC): 212.9398</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"377.1549970663016\" width=\"1\"><title>Tue Oct 01 1996 00:00:00 GMT+0000 (UTC): 250.8768</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"379.88333659299826\" width=\"1\"><title>Fri Nov 01 1996 00:00:00 GMT+0000 (UTC): 219.4716</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"382.5236651672208\" width=\"1\"><title>Sun Dec 01 1996 00:00:00 GMT+0000 (UTC): 237.0582</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"385.25200469391746\" width=\"1\"><title>Wed Jan 01 1997 00:00:00 GMT+0000 (UTC): 281.48799999999994</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"387.9803442206141\" width=\"1\"><title>Sat Feb 01 1997 00:00:00 GMT+0000 (UTC): 240.75600000000003</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"390.4446508898885\" width=\"1\"><title>Sat Mar 01 1997 00:00:00 GMT+0000 (UTC): 236.6842</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"393.1729904165852\" width=\"1\"><title>Tue Apr 01 1997 00:00:00 GMT+0000 (UTC): 249.04800000000003</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"395.8133189908077\" width=\"1\"><title>Thu May 01 1997 00:00:00 GMT+0000 (UTC): 258.1118</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"398.5416585175044\" width=\"1\"><title>Sun Jun 01 1997 00:00:00 GMT+0000 (UTC): 251.6186</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"401.18198709172697\" width=\"1\"><title>Tue Jul 01 1997 00:00:00 GMT+0000 (UTC): 286.63140000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"403.91032661842365\" width=\"1\"><title>Fri Aug 01 1997 00:00:00 GMT+0000 (UTC): 268.40880000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"406.6386661451203\" width=\"1\"><title>Mon Sep 01 1997 00:00:00 GMT+0000 (UTC): 293.603</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"409.27899471934285\" width=\"1\"><title>Wed Oct 01 1997 00:00:00 GMT+0000 (UTC): 377.01980000000003</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"412.00733424603953\" width=\"1\"><title>Sat Nov 01 1997 00:00:00 GMT+0000 (UTC): 233.75280000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"414.64766282026204\" width=\"1\"><title>Mon Dec 01 1997 00:00:00 GMT+0000 (UTC): 298.5322</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"16\" height=\"4\" x=\"417.3760023469587\" width=\"1\"><title>Thu Jan 01 1998 00:00:00 GMT+0000 (UTC): 274.76159999999993</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"420.1043418736554\" width=\"1\"><title>Sun Feb 01 1998 00:00:00 GMT+0000 (UTC): 291.2828</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"422.5686485429298\" width=\"1\"><title>Sun Mar 01 1998 00:00:00 GMT+0000 (UTC): 339.468</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"425.2969880696264\" width=\"1\"><title>Wed Apr 01 1998 00:00:00 GMT+0000 (UTC): 345.84959999999995</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"427.937316643849\" width=\"1\"><title>Fri May 01 1998 00:00:00 GMT+0000 (UTC): 287.5554</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"430.6656561705457\" width=\"1\"><title>Mon Jun 01 1998 00:00:00 GMT+0000 (UTC): 317.98620000000005</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"433.30598474476824\" width=\"1\"><title>Wed Jul 01 1998 00:00:00 GMT+0000 (UTC): 351.94899999999996</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"436.03432427146487\" width=\"1\"><title>Sat Aug 01 1998 00:00:00 GMT+0000 (UTC): 314.323</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"15\" height=\"5\" x=\"438.76266379816155\" width=\"1\"><title>Tue Sep 01 1998 00:00:00 GMT+0000 (UTC): 317.68100000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"441.4029923723841\" width=\"1\"><title>Thu Oct 01 1998 00:00:00 GMT+0000 (UTC): 387.9574</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"444.13133189908075\" width=\"1\"><title>Sun Nov 01 1998 00:00:00 GMT+0000 (UTC): 353.95320000000004</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"446.77166047330337\" width=\"1\"><title>Tue Dec 01 1998 00:00:00 GMT+0000 (UTC): 381.51339999999993</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"13\" height=\"7\" x=\"449.5\" width=\"1\"><title>Fri Jan 01 1999 00:00:00 GMT+0000 (UTC): 410.5212</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"452.22833952669663\" width=\"1\"><title>Mon Feb 01 1999 00:00:00 GMT+0000 (UTC): 348.785</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"13\" height=\"7\" x=\"454.69264619597107\" width=\"1\"><title>Mon Mar 01 1999 00:00:00 GMT+0000 (UTC): 423.92639999999994</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"13\" height=\"7\" x=\"457.4209857226677\" width=\"1\"><title>Thu Apr 01 1999 00:00:00 GMT+0000 (UTC): 468.52799999999996</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"460.06131429689026\" width=\"1\"><title>Sat May 01 1999 00:00:00 GMT+0000 (UTC): 370.38779999999997</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"462.7896538235869\" width=\"1\"><title>Tue Jun 01 1999 00:00:00 GMT+0000 (UTC): 392.1597999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"13\" height=\"7\" x=\"465.42998239780957\" width=\"1\"><title>Thu Jul 01 1999 00:00:00 GMT+0000 (UTC): 418.31320000000005</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"14\" height=\"6\" x=\"468.1583219245062\" width=\"1\"><title>Sun Aug 01 1999 00:00:00 GMT+0000 (UTC): 404.9341999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"13\" height=\"7\" x=\"470.8866614512028\" width=\"1\"><title>Wed Sep 01 1999 00:00:00 GMT+0000 (UTC): 426.66980000000007</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"13\" height=\"7\" x=\"473.5269900254254\" width=\"1\"><title>Fri Oct 01 1999 00:00:00 GMT+0000 (UTC): 453.6994</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"11\" height=\"9\" x=\"476.255329552122\" width=\"1\"><title>Mon Nov 01 1999 00:00:00 GMT+0000 (UTC): 575.081</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"478.89565812634464\" width=\"1\"><title>Wed Dec 01 1999 00:00:00 GMT+0000 (UTC): 624.7242</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"481.6239976530413\" width=\"1\"><title>Sat Jan 01 2000 00:00:00 GMT+0000 (UTC): 668.4212000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"484.35233717973796\" width=\"1\"><title>Tue Feb 01 2000 00:00:00 GMT+0000 (UTC): 712.894</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"486.90465480148634\" width=\"1\"><title>Wed Mar 01 2000 00:00:00 GMT+0000 (UTC): 864.0097999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"489.63299432818303\" width=\"1\"><title>Sat Apr 01 2000 00:00:00 GMT+0000 (UTC): 702.9594000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"492.27332290240565\" width=\"1\"><title>Mon May 01 2000 00:00:00 GMT+0000 (UTC): 616.6395999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"495.0016624291023\" width=\"1\"><title>Thu Jun 01 2000 00:00:00 GMT+0000 (UTC): 667.0476000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"497.64199100332485\" width=\"1\"><title>Sat Jul 01 2000 00:00:00 GMT+0000 (UTC): 618.3222000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"500.3703305300215\" width=\"1\"><title>Tue Aug 01 2000 00:00:00 GMT+0000 (UTC): 664.4584000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"503.0986700567181\" width=\"1\"><title>Fri Sep 01 2000 00:00:00 GMT+0000 (UTC): 694.5466</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"505.7389986309408\" width=\"1\"><title>Sun Oct 01 2000 00:00:00 GMT+0000 (UTC): 882.5802</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"508.4673381576374\" width=\"1\"><title>Wed Nov 01 2000 00:00:00 GMT+0000 (UTC): 763.6382</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"511.1076667318599\" width=\"1\"><title>Fri Dec 01 2000 00:00:00 GMT+0000 (UTC): 886.9438</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"4\" height=\"16\" x=\"513.8360062585566\" width=\"1\"><title>Mon Jan 01 2001 00:00:00 GMT+0000 (UTC): 987.9956</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"516.5643457852532\" width=\"1\"><title>Thu Feb 01 2001 00:00:00 GMT+0000 (UTC): 728.5608</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"519.0286524545277\" width=\"1\"><title>Thu Mar 01 2001 00:00:00 GMT+0000 (UTC): 894.3851999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"521.7569919812244\" width=\"1\"><title>Sun Apr 01 2001 00:00:00 GMT+0000 (UTC): 852.9992</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"524.397320555447\" width=\"1\"><title>Tue May 01 2001 00:00:00 GMT+0000 (UTC): 829.315</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"527.1256600821436\" width=\"1\"><title>Fri Jun 01 2001 00:00:00 GMT+0000 (UTC): 731.5476</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"529.7659886563662\" width=\"1\"><title>Sun Jul 01 2001 00:00:00 GMT+0000 (UTC): 656.2506000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"532.4943281830627\" width=\"1\"><title>Wed Aug 01 2001 00:00:00 GMT+0000 (UTC): 648.747</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"535.2226677097594\" width=\"1\"><title>Sat Sep 01 2001 00:00:00 GMT+0000 (UTC): 616.589</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"537.862996283982\" width=\"1\"><title>Mon Oct 01 2001 00:00:00 GMT+0000 (UTC): 877.7177999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"540.5913358106787\" width=\"1\"><title>Thu Nov 01 2001 00:00:00 GMT+0000 (UTC): 766.4945999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"543.2316643849013\" width=\"1\"><title>Sat Dec 01 2001 00:00:00 GMT+0000 (UTC): 710.7875999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"545.9600039115978\" width=\"1\"><title>Tue Jan 01 2002 00:00:00 GMT+0000 (UTC): 781.9196000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"548.6883434382945\" width=\"1\"><title>Fri Feb 01 2002 00:00:00 GMT+0000 (UTC): 680.4538</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"551.152650107569\" width=\"1\"><title>Fri Mar 01 2002 00:00:00 GMT+0000 (UTC): 692.3874</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"553.8809896342656\" width=\"1\"><title>Mon Apr 01 2002 00:00:00 GMT+0000 (UTC): 772.9702</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"556.5213182084881\" width=\"1\"><title>Wed May 01 2002 00:00:00 GMT+0000 (UTC): 796.0562</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"559.2496577351848\" width=\"1\"><title>Sat Jun 01 2002 00:00:00 GMT+0000 (UTC): 732.7646000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"561.8899863094074\" width=\"1\"><title>Mon Jul 01 2002 00:00:00 GMT+0000 (UTC): 904.7534</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"564.6183258361041\" width=\"1\"><title>Thu Aug 01 2002 00:00:00 GMT+0000 (UTC): 629.8151999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"11\" height=\"9\" x=\"567.3466653628006\" width=\"1\"><title>Sun Sep 01 2002 00:00:00 GMT+0000 (UTC): 580.5936</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"569.9869939370233\" width=\"1\"><title>Tue Oct 01 2002 00:00:00 GMT+0000 (UTC): 774.6032</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"572.7153334637198\" width=\"1\"><title>Fri Nov 01 2002 00:00:00 GMT+0000 (UTC): 713.473</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"11\" height=\"9\" x=\"575.3556620379426\" width=\"1\"><title>Sun Dec 01 2002 00:00:00 GMT+0000 (UTC): 582.4526000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"578.0840015646392\" width=\"1\"><title>Wed Jan 01 2003 00:00:00 GMT+0000 (UTC): 617.9606</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"12\" height=\"8\" x=\"580.8123410913358\" width=\"1\"><title>Sat Feb 01 2003 00:00:00 GMT+0000 (UTC): 487.4808</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"583.2766477606102\" width=\"1\"><title>Sat Mar 01 2003 00:00:00 GMT+0000 (UTC): 622.7398000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"586.0049872873069\" width=\"1\"><title>Tue Apr 01 2003 00:00:00 GMT+0000 (UTC): 615.2285999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"588.6453158615294\" width=\"1\"><title>Thu May 01 2003 00:00:00 GMT+0000 (UTC): 768.4662</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"591.3736553882261\" width=\"1\"><title>Sun Jun 01 2003 00:00:00 GMT+0000 (UTC): 823.4198000000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"594.0139839624486\" width=\"1\"><title>Tue Jul 01 2003 00:00:00 GMT+0000 (UTC): 764.2514000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"596.7423234891454\" width=\"1\"><title>Fri Aug 01 2003 00:00:00 GMT+0000 (UTC): 605.8812</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"599.470663015842\" width=\"1\"><title>Mon Sep 01 2003 00:00:00 GMT+0000 (UTC): 798.3436000000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"602.1109915900645\" width=\"1\"><title>Wed Oct 01 2003 00:00:00 GMT+0000 (UTC): 824.5373999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"604.8393311167612\" width=\"1\"><title>Sat Nov 01 2003 00:00:00 GMT+0000 (UTC): 680.9985999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"607.4796596909837\" width=\"1\"><title>Mon Dec 01 2003 00:00:00 GMT+0000 (UTC): 709.4175999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"610.2079992176805\" width=\"1\"><title>Thu Jan 01 2004 00:00:00 GMT+0000 (UTC): 919.4538000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"612.936338744377\" width=\"1\"><title>Sun Feb 01 2004 00:00:00 GMT+0000 (UTC): 708.2393999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"615.4886563661255\" width=\"1\"><title>Mon Mar 01 2004 00:00:00 GMT+0000 (UTC): 849.95</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"618.2169958928222\" width=\"1\"><title>Thu Apr 01 2004 00:00:00 GMT+0000 (UTC): 803.0623999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"620.8573244670448\" width=\"1\"><title>Sat May 01 2004 00:00:00 GMT+0000 (UTC): 653.0556000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"623.5856639937415\" width=\"1\"><title>Tue Jun 01 2004 00:00:00 GMT+0000 (UTC): 652.0417999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"626.225992567964\" width=\"1\"><title>Thu Jul 01 2004 00:00:00 GMT+0000 (UTC): 714.234</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"628.9543320946607\" width=\"1\"><title>Sun Aug 01 2004 00:00:00 GMT+0000 (UTC): 616.45394</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"631.6826716213573\" width=\"1\"><title>Wed Sep 01 2004 00:00:00 GMT+0000 (UTC): 625.9015999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"634.3230001955799\" width=\"1\"><title>Fri Oct 01 2004 00:00:00 GMT+0000 (UTC): 719.5076</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"637.0513397222766\" width=\"1\"><title>Mon Nov 01 2004 00:00:00 GMT+0000 (UTC): 758.5622000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"639.6916682964991\" width=\"1\"><title>Wed Dec 01 2004 00:00:00 GMT+0000 (UTC): 886.1983999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"642.4200078231958\" width=\"1\"><title>Sat Jan 01 2005 00:00:00 GMT+0000 (UTC): 862.7194</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"645.1483473498924\" width=\"1\"><title>Tue Feb 01 2005 00:00:00 GMT+0000 (UTC): 732.5312</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"647.6126540191668\" width=\"1\"><title>Tue Mar 01 2005 00:00:00 GMT+0000 (UTC): 795.6076</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"650.3409935458635\" width=\"1\"><title>Fri Apr 01 2005 00:00:00 GMT+0000 (UTC): 750.3586</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"652.981322120086\" width=\"1\"><title>Sun May 01 2005 00:00:00 GMT+0000 (UTC): 684.4681999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"655.7096616467827\" width=\"1\"><title>Wed Jun 01 2005 00:00:00 GMT+0000 (UTC): 747.7108000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"658.3499902210053\" width=\"1\"><title>Fri Jul 01 2005 00:00:00 GMT+0000 (UTC): 654.0462</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"661.0783297477019\" width=\"1\"><title>Mon Aug 01 2005 00:00:00 GMT+0000 (UTC): 686.8101999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"663.8066692743986\" width=\"1\"><title>Thu Sep 01 2005 00:00:00 GMT+0000 (UTC): 695.8015999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"666.4469978486211\" width=\"1\"><title>Sat Oct 01 2005 00:00:00 GMT+0000 (UTC): 730.0180000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"669.1753373753178\" width=\"1\"><title>Tue Nov 01 2005 00:00:00 GMT+0000 (UTC): 706.9467799999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"671.8156659495404\" width=\"1\"><title>Thu Dec 01 2005 00:00:00 GMT+0000 (UTC): 683.1016680000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"674.5440054762371\" width=\"1\"><title>Sun Jan 01 2006 00:00:00 GMT+0000 (UTC): 854.3494399999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"677.2723450029337\" width=\"1\"><title>Wed Feb 01 2006 00:00:00 GMT+0000 (UTC): 742.0768600000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"679.7366516722082\" width=\"1\"><title>Wed Mar 01 2006 00:00:00 GMT+0000 (UTC): 951.346998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"682.4649911989047\" width=\"1\"><title>Sat Apr 01 2006 00:00:00 GMT+0000 (UTC): 784.5495960000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"685.1053197731273\" width=\"1\"><title>Mon May 01 2006 00:00:00 GMT+0000 (UTC): 918.4755959999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"687.8336592998239\" width=\"1\"><title>Thu Jun 01 2006 00:00:00 GMT+0000 (UTC): 868.3601940000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"690.4739878740465\" width=\"1\"><title>Sat Jul 01 2006 00:00:00 GMT+0000 (UTC): 728.1065939999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"693.2023274007432\" width=\"1\"><title>Tue Aug 01 2006 00:00:00 GMT+0000 (UTC): 763.55158</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"695.9306669274399\" width=\"1\"><title>Fri Sep 01 2006 00:00:00 GMT+0000 (UTC): 746.0989959999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"698.5709955016624\" width=\"1\"><title>Sun Oct 01 2006 00:00:00 GMT+0000 (UTC): 848.149</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"701.2993350283591\" width=\"1\"><title>Wed Nov 01 2006 00:00:00 GMT+0000 (UTC): 778.866798</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"703.9396636025817\" width=\"1\"><title>Fri Dec 01 2006 00:00:00 GMT+0000 (UTC): 701.4733959999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"706.6680031292783\" width=\"1\"><title>Mon Jan 01 2007 00:00:00 GMT+0000 (UTC): 853.769796</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"709.396342655975\" width=\"1\"><title>Thu Feb 01 2007 00:00:00 GMT+0000 (UTC): 794.0112</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"711.8606493252494\" width=\"1\"><title>Thu Mar 01 2007 00:00:00 GMT+0000 (UTC): 871.2779999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"714.588988851946\" width=\"1\"><title>Sun Apr 01 2007 00:00:00 GMT+0000 (UTC): 794.3399999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"717.2293174261686\" width=\"1\"><title>Tue May 01 2007 00:00:00 GMT+0000 (UTC): 885.0492</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"719.9576569528652\" width=\"1\"><title>Fri Jun 01 2007 00:00:00 GMT+0000 (UTC): 906.8054000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"722.5979855270878\" width=\"1\"><title>Sun Jul 01 2007 00:00:00 GMT+0000 (UTC): 902.1472000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"3\" height=\"17\" x=\"725.3263250537844\" width=\"1\"><title>Wed Aug 01 2007 00:00:00 GMT+0000 (UTC): 1042.5206</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"728.0546645804811\" width=\"1\"><title>Sat Sep 01 2007 00:00:00 GMT+0000 (UTC): 698.1722</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"730.6949931547038\" width=\"1\"><title>Mon Oct 01 2007 00:00:00 GMT+0000 (UTC): 961.783656</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"4\" height=\"16\" x=\"733.4233326814003\" width=\"1\"><title>Thu Nov 01 2007 00:00:00 GMT+0000 (UTC): 1004.2956</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"736.063661255623\" width=\"1\"><title>Sat Dec 01 2007 00:00:00 GMT+0000 (UTC): 755.0678</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"2\" height=\"18\" x=\"738.7920007823195\" width=\"1\"><title>Tue Jan 01 2008 00:00:00 GMT+0000 (UTC): 1104.2391999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"741.5203403090163\" width=\"1\"><title>Fri Feb 01 2008 00:00:00 GMT+0000 (UTC): 915.3514</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"744.0726579307648\" width=\"1\"><title>Sat Mar 01 2008 00:00:00 GMT+0000 (UTC): 899.3288</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"746.8009974574613\" width=\"1\"><title>Tue Apr 01 2008 00:00:00 GMT+0000 (UTC): 854.525</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"749.4413260316838\" width=\"1\"><title>Thu May 01 2008 00:00:00 GMT+0000 (UTC): 855.6622000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"752.1696655583806\" width=\"1\"><title>Sun Jun 01 2008 00:00:00 GMT+0000 (UTC): 919.3559999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"4\" height=\"16\" x=\"754.8099941326032\" width=\"1\"><title>Tue Jul 01 2008 00:00:00 GMT+0000 (UTC): 1005.7436</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"757.5383336592998\" width=\"1\"><title>Fri Aug 01 2008 00:00:00 GMT+0000 (UTC): 789.6577999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"3\" height=\"17\" x=\"760.2666731859965\" width=\"1\"><title>Mon Sep 01 2008 00:00:00 GMT+0000 (UTC): 1040.4588</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"0\" height=\"20\" x=\"762.907001760219\" width=\"1\"><title>Wed Oct 01 2008 00:00:00 GMT+0000 (UTC): 1250.7424000000003</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"765.6353412869157\" width=\"1\"><title>Sat Nov 01 2008 00:00:00 GMT+0000 (UTC): 838.6642</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"768.2756698611383\" width=\"1\"><title>Mon Dec 01 2008 00:00:00 GMT+0000 (UTC): 792.3978000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"771.0040093878349\" width=\"1\"><title>Thu Jan 01 2009 00:00:00 GMT+0000 (UTC): 799.912</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"773.7323489145316\" width=\"1\"><title>Sun Feb 01 2009 00:00:00 GMT+0000 (UTC): 847.6094</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"4\" height=\"16\" x=\"776.196655583806\" width=\"1\"><title>Sun Mar 01 2009 00:00:00 GMT+0000 (UTC): 989.6186</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"4\" height=\"16\" x=\"778.9249951105027\" width=\"1\"><title>Wed Apr 01 2009 00:00:00 GMT+0000 (UTC): 973.6727999999997</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"781.5653236847252\" width=\"1\"><title>Fri May 01 2009 00:00:00 GMT+0000 (UTC): 947.0405999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"3\" height=\"17\" x=\"784.2936632114219\" width=\"1\"><title>Mon Jun 01 2009 00:00:00 GMT+0000 (UTC): 1034.2772000000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"786.9339917856445\" width=\"1\"><title>Wed Jul 01 2009 00:00:00 GMT+0000 (UTC): 958.3398</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"789.6623313123412\" width=\"1\"><title>Sat Aug 01 2009 00:00:00 GMT+0000 (UTC): 880.2334000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"4\" height=\"16\" x=\"792.3906708390377\" width=\"1\"><title>Tue Sep 01 2009 00:00:00 GMT+0000 (UTC): 993.05836</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"4\" height=\"16\" x=\"795.0309994132602\" width=\"1\"><title>Thu Oct 01 2009 00:00:00 GMT+0000 (UTC): 1009.7928000000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"797.7593389399569\" width=\"1\"><title>Sun Nov 01 2009 00:00:00 GMT+0000 (UTC): 774.2010000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"800.3996675141796\" width=\"1\"><title>Tue Dec 01 2009 00:00:00 GMT+0000 (UTC): 783.8339200000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"5\" height=\"15\" x=\"803.1280070408762\" width=\"1\"><title>Fri Jan 01 2010 00:00:00 GMT+0000 (UTC): 912.178</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"805.8563465675728\" width=\"1\"><title>Mon Feb 01 2010 00:00:00 GMT+0000 (UTC): 856.7072</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"2\" height=\"18\" x=\"808.3206532368473\" width=\"1\"><title>Mon Mar 01 2010 00:00:00 GMT+0000 (UTC): 1099.1109999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"3\" height=\"17\" x=\"811.048992763544\" width=\"1\"><title>Thu Apr 01 2010 00:00:00 GMT+0000 (UTC): 1090.5708</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"2\" height=\"18\" x=\"813.6893213377665\" width=\"1\"><title>Sat May 01 2010 00:00:00 GMT+0000 (UTC): 1144.0623999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"4\" height=\"16\" x=\"816.4176608644631\" width=\"1\"><title>Tue Jun 01 2010 00:00:00 GMT+0000 (UTC): 972.6745999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"819.0579894386857\" width=\"1\"><title>Thu Jul 01 2010 00:00:00 GMT+0000 (UTC): 890.5736200000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"821.7863289653824\" width=\"1\"><title>Sun Aug 01 2010 00:00:00 GMT+0000 (UTC): 835.8361999999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"824.5146684920791\" width=\"1\"><title>Wed Sep 01 2010 00:00:00 GMT+0000 (UTC): 831.7374000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"827.1549970663016\" width=\"1\"><title>Fri Oct 01 2010 00:00:00 GMT+0000 (UTC): 832.7886000000003</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"829.8833365929983\" width=\"1\"><title>Mon Nov 01 2010 00:00:00 GMT+0000 (UTC): 817.8711999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"832.5236651672208\" width=\"1\"><title>Wed Dec 01 2010 00:00:00 GMT+0000 (UTC): 726.1378000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"835.2520046939175\" width=\"1\"><title>Sat Jan 01 2011 00:00:00 GMT+0000 (UTC): 804.4352000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"837.9803442206141\" width=\"1\"><title>Tue Feb 01 2011 00:00:00 GMT+0000 (UTC): 784.5067999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"6\" height=\"14\" x=\"840.4446508898885\" width=\"1\"><title>Tue Mar 01 2011 00:00:00 GMT+0000 (UTC): 900.4538200000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"843.1729904165851\" width=\"1\"><title>Fri Apr 01 2011 00:00:00 GMT+0000 (UTC): 746.2015000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"845.8133189908078\" width=\"1\"><title>Sun May 01 2011 00:00:00 GMT+0000 (UTC): 824.4838399999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"848.5416585175044\" width=\"1\"><title>Wed Jun 01 2011 00:00:00 GMT+0000 (UTC): 843.0605</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"851.1819870917269\" width=\"1\"><title>Fri Jul 01 2011 00:00:00 GMT+0000 (UTC): 723.4359000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"2\" height=\"18\" x=\"853.9103266184236\" width=\"1\"><title>Mon Aug 01 2011 00:00:00 GMT+0000 (UTC): 1097.2989240000002</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"856.6386661451203\" width=\"1\"><title>Thu Sep 01 2011 00:00:00 GMT+0000 (UTC): 834.8828000000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"859.2789947193429\" width=\"1\"><title>Sat Oct 01 2011 00:00:00 GMT+0000 (UTC): 828.47418</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"862.0073342460395\" width=\"1\"><title>Tue Nov 01 2011 00:00:00 GMT+0000 (UTC): 742.8645999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"864.6476628202621\" width=\"1\"><title>Thu Dec 01 2011 00:00:00 GMT+0000 (UTC): 644.22382</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"867.3760023469587\" width=\"1\"><title>Sun Jan 01 2012 00:00:00 GMT+0000 (UTC): 700.1506999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"8\" height=\"12\" x=\"870.1043418736554\" width=\"1\"><title>Wed Feb 01 2012 00:00:00 GMT+0000 (UTC): 731.2000799999998</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"872.6566594954039\" width=\"1\"><title>Thu Mar 01 2012 00:00:00 GMT+0000 (UTC): 706.1921400000001</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"10\" height=\"10\" x=\"875.3849990221005\" width=\"1\"><title>Sun Apr 01 2012 00:00:00 GMT+0000 (UTC): 644.1768199999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"7\" height=\"13\" x=\"878.0253275963231\" width=\"1\"><title>Tue May 01 2012 00:00:00 GMT+0000 (UTC): 795.6629999999999</title></rect><rect class=\"bar\" fill=\"#1f77b4\" y=\"9\" height=\"11\" x=\"880.7536671230197\" width=\"1\"><title>Fri Jun 01 2012 00:00:00 GMT+0000 (UTC): 688.56156</title></rect></g></g><g class=\"axis x\" transform=\"translate(40,20)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(32.123997653041265,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1986</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(96.3719929591238,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1988</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(160.70799921768042,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1990</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(224.95599452376294,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1992</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(289.2920007823196,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1994</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(353.5399960884021,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1996</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(417.8760023469587,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">1998</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(482.1239976530413,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(546.4600039115978,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2002</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(610.7079992176805,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2004</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(675.0440054762371,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2006</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(739.2920007823195,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2008</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(803.6280070408762,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2010</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(867.8760023469587,0)\"><line y2=\"6\" x2=\"0\"></line><text dy=\".71em\" style=\"text-anchor: middle; \" y=\"9\" x=\"0\">2012</text></g><path class=\"domain\" d=\"M0,6V0H900V6\"></path></g><g class=\"axis y\" transform=\"translate(40,0)\"><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,20)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">0</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,18)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">100</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,17)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">200</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,15)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">300</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,14)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">400</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,12)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">500</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,10)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">600</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,9)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">700</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,7)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">800</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,6)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">900</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,4)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">1,000</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,2)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">1,100</text></g><g class=\"tick\" style=\"opacity: 1; \" transform=\"translate(0,1)\"><line x2=\"-6\" y2=\"0\"></line><text dy=\".32em\" style=\"text-anchor: end; \" x=\"-9\" y=\"0\">1,200</text></g><path class=\"domain\" d=\"M-6,0H0V20H-6\"></path></g><g class=\"brush\" transform=\"translate(40,0)\" style=\"pointer-events: all; \"><rect class=\"background\" style=\"visibility: hidden; cursor: crosshair; \" x=\"0\" width=\"900\" height=\"20\"></rect><rect class=\"extent\" style=\"cursor: move; \" x=\"0\" width=\"0\" height=\"20\"></rect><g class=\"resize e\" style=\"cursor: ew-resize; display: none; \" transform=\"translate(0,0)\"><rect x=\"-3\" width=\"6\" height=\"20\" style=\"visibility: hidden; \"></rect><path d=\"M0.5,6.666666666666667A6,6 0 0 1 6.5,12.666666666666668V7.333333333333334A6,6 0 0 1 0.5,13.333333333333334ZM2.5,14.666666666666668V5.333333333333334M4.5,14.666666666666668V5.333333333333334\"></path></g><g class=\"resize w\" style=\"cursor: ew-resize; display: none; \" transform=\"translate(0,0)\"><rect x=\"-3\" width=\"6\" height=\"20\" style=\"visibility: hidden; \"></rect><path d=\"M-0.5,6.666666666666667A6,6 0 0 0 -6.5,12.666666666666668V7.333333333333334A6,6 0 0 0 -0.5,13.333333333333334ZM-2.5,14.666666666666668V5.333333333333334M-4.5,14.666666666666668V5.333333333333334\"></path></g></g></g><defs><clipPath id=\"monthly-volume-chart-clip\"><rect width=\"900\" height=\"20\" transform=\"translate(-0, -0)\"></rect></clipPath></defs></svg></div>\n    <p class=\"muted pull-right\" style=\"margin-right: 15px;\">select a time range to zoom in</p>\n</div>\n\n<div class=\"row\">\n    <div>\n        <div class=\"dc-data-count dc-chart\">All records selected. Please click on the graph to apply filters.</div>\n    </div>\n    <table class=\"table table-hover dc-data-table dc-chart\">\n    <th class=\"dc-table-head\">Date</th><th class=\"dc-table-head\">Open</th><th class=\"dc-table-head\">Close</th><th class=\"dc-table-head\">Change</th><th class=\"dc-table-head\">Volume</th><tbody><tr class=\"dc-table-group info\"><td class=\"dc-table-label\" colspan=\"5\">1985/11</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/01/1985</td><td class=\"dc-table-column _1\">115.48</td><td class=\"dc-table-column _2\">116.28</td><td class=\"dc-table-column _3\">0.80</td><td class=\"dc-table-column _4\">900900</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/04/1985</td><td class=\"dc-table-column _1\">116.28</td><td class=\"dc-table-column _2\">116.04</td><td class=\"dc-table-column _3\">-0.24</td><td class=\"dc-table-column _4\">753400</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/05/1985</td><td class=\"dc-table-column _1\">116.04</td><td class=\"dc-table-column _2\">116.44</td><td class=\"dc-table-column _3\">0.40</td><td class=\"dc-table-column _4\">876800</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/06/1985</td><td class=\"dc-table-column _1\">116.44</td><td class=\"dc-table-column _2\">117.38</td><td class=\"dc-table-column _3\">0.94</td><td class=\"dc-table-column _4\">935000</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/07/1985</td><td class=\"dc-table-column _1\">117.38</td><td class=\"dc-table-column _2\">117.62</td><td class=\"dc-table-column _3\">0.24</td><td class=\"dc-table-column _4\">886400</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/08/1985</td><td class=\"dc-table-column _1\">117.62</td><td class=\"dc-table-column _2\">119.26</td><td class=\"dc-table-column _3\">1.64</td><td class=\"dc-table-column _4\">867600</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/11/1985</td><td class=\"dc-table-column _1\">119.26</td><td class=\"dc-table-column _2\">120.4</td><td class=\"dc-table-column _3\">1.14</td><td class=\"dc-table-column _4\">803900</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/12/1985</td><td class=\"dc-table-column _1\">120.39</td><td class=\"dc-table-column _2\">121.82</td><td class=\"dc-table-column _3\">1.43</td><td class=\"dc-table-column _4\">1083000</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/13/1985</td><td class=\"dc-table-column _1\">121.82</td><td class=\"dc-table-column _2\">121.17</td><td class=\"dc-table-column _3\">-0.65</td><td class=\"dc-table-column _4\">932100</td></tr><tr class=\"dc-table-row\"><td class=\"dc-table-column _0\">11/14/1985</td><td class=\"dc-table-column _1\">121.17</td><td class=\"dc-table-column _2\">121.83</td><td class=\"dc-table-column _3\">0.66</td><td class=\"dc-table-column _4\">980400</td></tr></tbody></table>\n</div>\n\n<div class=\"clearfix\"></div>\n\n<a href=\"https://github.com/dc-js/dc.js\"><img style=\"position: absolute; top: 0; right: 0; border: 0;\" src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png\" alt=\"Fork me on GitHub\"></a>\n</div>\n\n\n\n<script type=\"text/javascript\" async=\"\" src=\"http://www.google-analytics.com/ga.js\"></script><script type=\"text/javascript\" src=\"js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"js/dc.js\"></script>\n\n<script type=\"text/javascript\" src=\"stock.js\"></script>\n\n<script type=\"text/javascript\">\n    var _gaq = _gaq || [];\n    _gaq.push(['_setAccount', 'UA-33628816-1']);\n    _gaq.push(['_trackPageview']);\n\n    (function () {\n        var ga = document.createElement('script');\n        ga.type = 'text/javascript';\n        ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n        var s = document.getElementsByTagName('script')[0];\n        s.parentNode.insertBefore(ga, s);\n    })();\n</script>\n\n\n\n</body>\n"
  },
  {
    "path": "regression/stock-regression-test.js",
    "content": "var grunt = require(\"grunt\");\nvar phantomjs = require('grunt-lib-phantomjs').init(grunt);\nrequire(\"./difflib.js\");\n\nmodule.exports = {\n    testStockExample: function (asyncDone, showDiff) {\n        var passed = false;\n        process.env.TZ = \"UTC\";\n\n        phantomjs.on('rendered', function(pageStr) {\n            require(\"fs\").readFile(__dirname + '/rendered-stock-fixture.html', function (err, data) {\n                var fixtureStr = data.toString();\n\n                if (err) {\n                    grunt.log.error(\"Failed to open stock example.\");\n                } else {\n                    var diffs = diffPages(fixtureStr, pageStr);\n                    if (diffs.length > 0) {\n                        grunt.log.error(\"Failed comparison to stock example.\");\n                        grunt.log.error(\"If these changes are intentional, please run `grunt update-stock-example` to overwrite the fixture.\");\n                        if (showDiff) {\n                            grunt.log.writeln(\"\\n\" + diffs + \"\\n\");\n                        } else {\n                            grunt.log.error(\"Run `grunt test-stock-example:diff` to see differences.\");\n                        }\n                    } else {\n                        grunt.log.writeln(\"Passed comparison to stock example.\");\n                        passed = true;\n                    }\n                }\n                phantomjs.halt();\n            });\n        });\n\n        phantomjs.spawn('web/index.html', {\n            options: {\n                inject: __dirname + \"/inject-serializer.js\"\n            },\n            done: function () {\n                if (!passed) {\n                    grunt.fatal(\"Failed regression test.\");\n                }\n                asyncDone();\n            }\n        });\n    },\n\n    updateStockExample: function (asyncDone) {\n        var ok = false;\n        process.env.TZ = \"UTC\";\n\n        phantomjs.on('rendered', function(pageStr) {\n            require(\"fs\").writeFile(__dirname + '/rendered-stock-fixture.html', pageStr, function (err) {\n                if (!err) {\n                    grunt.log.writeln(\"Overwrote stock example.\");\n                    ok = true;\n                }\n                phantomjs.halt();\n            });\n        });\n\n        phantomjs.spawn('web/index.html', {\n            options: {\n                inject: __dirname + \"/inject-serializer.js\"\n            },\n            done: function () {\n                if (!ok) {\n                    grunt.fatal(\"Failed to overwrite stock example.\");\n                }\n                asyncDone();\n            }\n        });\n    }\n};\n\nfunction diffPages(first, second) {\n    first = filterExceptions(first);\n    second = filterExceptions(second);\n\n    var firstLines = difflib.stringAsLines(first);\n    var secondLines = difflib.stringAsLines(second);\n    var seq = new difflib.SequenceMatcher(firstLines, secondLines);\n    var ops = seq.get_opcodes();\n    var diffs = [];\n\n    for (var i = 0; i < ops.length; i++) {\n        var op = ops[i];\n        var firstDiff = firstLines.slice(op[1], op[2]).join(\"\\n\");\n        var secondDiff = secondLines.slice(op[3], op[4]).join(\"\\n\");\n\n        if (op[0] === 'replace') {\n            if (!onlyDiffersByDelta(firstDiff, secondDiff, 0.01)) {\n                diffs.push(\"Replacement:\");\n                diffs.push(firstDiff.red);\n                diffs.push(secondDiff.green);\n            }\n        } else if (op[0] === 'insert') {\n            diffs.push(\"Insertion:\");\n            diffs.push(secondDiff.green);\n        } else if (op[0] === 'delete') {\n            diffs.push(\"Deletion:\");\n            diffs.push(firstDiff.red);\n        }\n    }\n\n    return diffs.join(\"\\n\\n\");\n}\n\n// TODO: remove use of clientHeight in legend and remove this function\nfunction filterExceptions(fixtureStr) {\n    fixtureStr = fixtureStr.replace(/<text x=\"15\" y=\"[0-9.]+\">Monthly Index Move<\\/text>/, \"EXCEPTION\");\n    fixtureStr = fixtureStr.replace(/<text x=\"15\" y=\"[0-9.]+\">Monthly Index Average<\\/text>/, \"EXCEPTION\");\n    return fixtureStr;\n}\n\nfunction onlyDiffersByDelta(firstLine, secondLine, delta) {\n    var findNums = /(?:[0-9]*\\.[0-9]+|[0-9]+)/g;\n\n    var firstNums = firstLine.match(findNums);\n    var secondNums = secondLine.match(findNums);\n\n    var firstWithoutNums = firstLine.replace(findNums, \"NUMBER\");\n    var secondWithoutNums = secondLine.replace(findNums, \"NUMBER\");\n\n    if (firstWithoutNums !== secondWithoutNums) {\n        return false;\n    }\n\n    if (secondNums.length !== firstNums.length) {\n        return false;\n    }\n\n    for (var i = 0; i < firstNums.length; i++) {\n        if (Math.abs(+firstNums[i] - +secondNums[i]) > delta) {\n            return false;\n        }\n    }\n\n    return true;\n}\n"
  },
  {
    "path": "rollup.config.js",
    "content": "import {terser} from 'rollup-plugin-terser';\nimport json from '@rollup/plugin-json';\nimport license from 'rollup-plugin-license';\n\nconst jsonPlugin = json({include: 'package.json', preferConst: true});\nconst licensePlugin = license({\n    sourcemap: true,\n    banner: {\n        content: {\n            file: 'LICENSE_BANNER'\n        }\n    }\n});\n\nconst d3Modules = {\n    'd3': 'd3',\n    'd3-array': 'd3',\n    'd3-axis': 'd3',\n    'd3-brush': 'd3',\n    'd3-collection': 'd3',\n    'd3-dispatch': 'd3',\n    'd3-ease': 'd3',\n    'd3-format': 'd3',\n    'd3-geo': 'd3',\n    'd3-hierarchy': 'd3',\n    'd3-interpolate': 'd3',\n    'd3-scale-chromatic': 'd3',\n    'd3-scale': 'd3',\n    'd3-selection': 'd3',\n    'd3-shape': 'd3',\n    'd3-time': 'd3',\n    'd3-time-format': 'd3',\n    'd3-timer': 'd3',\n    'd3-zoom': 'd3'\n};\n\nconst umdConf = {\n    file: 'dist/dc.js',\n    format: 'umd',\n    name: 'dc',\n    sourcemap: true,\n    globals: d3Modules,\n    paths: d3Modules\n};\n\nconst umdMinConf = Object.assign({}, umdConf, {\n    file: 'dist/dc.min.js',\n    plugins: [terser()]\n});\n\nexport default [\n    {\n        input: 'src/index-with-version.js',\n        external: Object.keys(d3Modules),\n        plugins: [\n            jsonPlugin,\n            licensePlugin\n        ],\n        output: [\n            umdConf,\n            umdMinConf\n        ]\n    }\n];\n"
  },
  {
    "path": "scripts/check_merge_conflict.py",
    "content": "#!/usr/bin/env python\n# from https://github.com/pre-commit/pre-commit-hooks\n# and made more blunt\nfrom __future__ import print_function\n\nimport argparse\nimport os.path\nimport sys\n\nCONFLICT_PATTERNS = [\n    '<<<<<<< ',\n    '======= ',\n    '=======\\n',\n    '>>>>>>> '\n]\nWARNING_MSG = 'Merge conflict string \"{0}\" found in {1}:{2}'\n\n\ndef detect_merge_conflict(argv=None):\n    parser = argparse.ArgumentParser()\n    parser.add_argument('filenames', nargs='*')\n    args = parser.parse_args(argv)\n\n    retcode = 0\n    for filename in args.filenames:\n        with open(filename) as inputfile:\n            for i, line in enumerate(inputfile):\n                for pattern in CONFLICT_PATTERNS:\n                    if line.startswith(pattern):\n                        print(WARNING_MSG.format(pattern, filename, i + 1))\n                        retcode = 1\n\n    return retcode\n\nif __name__ == '__main__':\n    sys.exit(detect_merge_conflict())\n"
  },
  {
    "path": "scripts/generate-redirects.sh",
    "content": "#!/usr/bin/env bash\n\nOLDIES=\"dc.barChart.html\ndc.baseMixin.html\ndc.boxPlot.html\ndc.bubbleChart.html\ndc.bubbleMixin.html\ndc.bubbleOverlay.html\ndc.capMixin.html\ndc.cboxMenu.html\ndc.chartRegistry.html\ndc.colorMixin.html\ndc.compositeChart.html\ndc.config.html\ndc.coordinateGridMixin.html\ndc.dataCount.html\ndc.dataGrid.html\ndc.dataTable.html\ndc.filters.HierarchyFilter.html\ndc.filters.html\ndc.filters.RangedFilter.html\ndc.filters.RangedTwoDimensionalFilter.html\ndc.filters.TwoDimensionalFilter.html\ndc.geoChoroplethChart.html\ndc.heatMap.html\ndc.htmlLegend.html\ndc.legend.html\ndc.lineChart.html\ndc.logger.html\ndc.marginMixin.html\ndc.numberDisplay.html\ndc.pieChart.html\ndc.printers.html\ndc.rowChart.html\ndc.scatterPlot.html\ndc.selectMenu.html\ndc.seriesChart.html\ndc.stackMixin.html\ndc.sunburstChart.html\ndc.textFilterWidget.html\ndc.units.fp.html\ndc.units.html\ndc.utils.html\"\n\ngenerate () {\n    echo \"<html><script>window.location.href = '$2#' + window.location.href.split('#')[1]</script></html>\" > $1\n}\n\nfor f in $OLDIES; do\n    g=`echo $f | sed s:^dc\\.::`\n    if echo $g | grep filters > /dev/null; then\n        generate web/docs/html/$f $g\n    else\n        generate web/docs/html/$f ${g^}\n    fi\ndone\n\ngenerate web/docs/html/dc.html global.html\n"
  },
  {
    "path": "scripts/pre-commit.sh",
    "content": "#!/usr/bin/env bash\n\n# probably a dumb way to detect changed files which are not deleted\nscripts/check_merge_conflict.py `comm -12 <(git diff --name-only --cached) <(git ls-files)` && grunt lint\n"
  },
  {
    "path": "spec/bar-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, makeDate, cleanDateRange, simulateChartBrushing */\ndescribe('dc.BarChart', () => {\n    let id, chart, data;\n    let dimension, group;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        dimension = data.dimension(d => d3.utcDay(d.dd));\n        group = dimension.group();\n\n        id = 'bar-chart';\n        appendChartID(id);\n\n        chart = new dc.BarChart(`#${id}`);\n        chart.dimension(dimension).group(group)\n            .width(1100).height(200)\n            .x(d3.scaleUtc().domain([makeDate(2012, 0, 1), makeDate(2012, 11, 31)]))\n            .transitionDuration(0)\n            .controlsUseVisibility(true);\n    });\n\n    describe('rendering', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should set bar height using y-values from data', () => {\n            forEachBar((bar, datum) => {\n                expect(+bar.attr('y')).toBe(chart.y()(datum.data.value));\n            });\n        });\n\n        it('should set bar width to the minimum for a relatively small chart', () => {\n            forEachBar(bar => {\n                expect(+bar.attr('width')).toBe(1);\n            });\n        });\n\n        it('should preserve method chaining', () => {\n            expect(chart.render()).toEqual(chart);\n        });\n\n        it('should not display bar labels without setting renderLabel(true)', () => {\n            expect(chart.selectAll('text.barLabel').size()).toBe(0);\n        });\n\n        describe('with centered bars', () => {\n            beforeEach(() => {\n                chart.centerBar(true).render();\n            });\n\n            it('should position bars centered around their data points', () => {\n                const halfBarWidth = 0.5;\n                forEachBar((bar, datum) => {\n                    const barPosition = chart.x()(datum.data.key);\n                    expect(+bar.attr('x')).toBeCloseTo(barPosition - halfBarWidth, 3);\n                });\n            });\n        });\n\n        describe('without centered bars', () => {\n            it('should position bars starting at their data points', () => {\n                forEachBar((bar, datum) => {\n                    const barPosition = chart.x()(datum.data.key);\n                    expect(+bar.attr('x')).toBeCloseTo(barPosition, 3);\n                });\n            });\n        });\n\n        describe('with bar labels', () => {\n            beforeEach(() => {\n                chart.renderLabel(true).render();\n            });\n\n            it('should generate a label for each datum', () => {\n                expect(chart.selectAll('text.barLabel').size()).toBe(6);\n            });\n\n            it('should generate labels with positions corresponding to their data', () => {\n                expect(nthStack(0).nthLabel(0).attr('x')).toBeWithinDelta(405, 1);\n                expect(nthStack(0).nthLabel(0).attr('y')).toBeWithinDelta(104, 1);\n                expect(nthStack(0).nthLabel(0).text()).toBe('1');\n\n                expect(nthStack(0).nthLabel(3).attr('x')).toBeWithinDelta(509, 1);\n                expect(nthStack(0).nthLabel(3).attr('y')).toBeWithinDelta(104, 1);\n                expect(nthStack(0).nthLabel(3).text()).toBe('1');\n\n                expect(nthStack(0).nthLabel(5).attr('x')).toBeWithinDelta(620, 1);\n                expect(nthStack(0).nthLabel(5).attr('y')).toBeWithinDelta(50, 1);\n                expect(nthStack(0).nthLabel(5).text()).toBe('2');\n            });\n        });\n\n        describe('with custom bar labels', () => {\n            beforeEach(() => {\n                chart.label(() => 'custom label').render();\n            });\n\n            it('should render a label for each datum', () => {\n                expect(chart.selectAll('text.barLabel').size()).toBe(6);\n            });\n\n            it('should use the custom function for each label', () => {\n                chart.selectAll('text.barLabel').each(function () {\n                    expect(d3.select(this).text()).toBe('custom label');\n                });\n            });\n\n            describe('with labels disabled', () => {\n                beforeEach(() => {\n                    chart.renderLabel(false).render();\n                });\n\n                it('should not display labels', () => {\n                    expect(chart.selectAll('text.barLabel').size()).toBe(0);\n                });\n            });\n        });\n\n        describe('and then switching the group at runtime', () => {\n            beforeEach(() => {\n                chart.rescale(); // BUG: barWidth cannot change after initial rendering\n\n                const domain = [makeDate(2012, 4, 20), makeDate(2012, 7, 15)];\n\n                chart.x(d3.scaleUtc().domain(domain))\n                    .group(dimension.group().reduceSum(d => +d.nvalue))\n                    .elasticY(true)\n                    .centerBar(false)\n                    .xUnits(d3.utcDays)\n                    .yAxis().ticks(5);\n\n                chart.render();\n            });\n\n            it('should generate a bar for each datum', () => {\n                expect(chart.selectAll('rect.bar').size()).toBe(6);\n            });\n\n            it('should automatically resize the bar widths', () => {\n                forEachBar(bar => {\n                    expect(bar.attr('width')).toBe('9');\n                });\n            });\n            function nthYAxisText (n) {\n                return d3.select(chart.selectAll('g.y text').nodes()[n]);\n            }\n            it('should generate bars with positions corresponding to their data', () => {\n                expect(nthStack(0).nthBar(0).attr('x')).toBeWithinDelta(58, 1);\n                expect(nthStack(0).nthBar(0).attr('y')).toBeWithinDelta(84, 1);\n                expect(nthStack(0).nthBar(0).attr('height')).toBeWithinDelta(30, 1);\n\n                expect(nthStack(0).nthBar(3).attr('x')).toBeWithinDelta(492, 1);\n                expect(nthStack(0).nthBar(3).attr('y')).toBeWithinDelta(84, 1);\n                expect(nthStack(0).nthBar(3).attr('height')).toBeWithinDelta(23, 1);\n\n                expect(nthStack(0).nthBar(5).attr('x')).toBeWithinDelta(961, 1);\n                expect(nthStack(0).nthBar(5).attr('y')).toBeWithinDelta(61, 1);\n                expect(nthStack(0).nthBar(5).attr('height')).toBeWithinDelta(23, 1);\n            });\n\n            it('should generate the y-axis domain dynamically', () => {\n                expect(nthYAxisText(0).text()).toMatch(/[\\-−]10/);\n                expect(nthYAxisText(1).text()).toMatch(/[\\-−]5/);\n                expect(nthYAxisText(2).text()).toBe('0');\n            });\n\n        });\n\n        describe('with an ordinal x domain', () => {\n            let stateDimension;\n\n            beforeEach(() => {\n                stateDimension = data.dimension(d => d.state);\n                const stateGroup = stateDimension.group();\n                const ordinalDomainValues = ['California', 'Colorado', 'Delaware', 'Ontario', 'Mississippi', 'Oklahoma'];\n\n                chart.rescale(); // BUG: barWidth cannot change after initial rendering\n\n                chart.dimension(stateDimension)\n                    .group(stateGroup)\n                    .xUnits(dc.units.ordinal)\n                    .x(d3.scaleBand().domain(ordinalDomainValues))\n                    .barPadding(0)\n                    .outerPadding(0.1)\n                    .render();\n            });\n\n            it('should automatically disable the brush', () => {\n                expect(chart.brushOn()).toBeFalsy();\n            });\n\n            it('should generate a bar for each ordinal domain value', () => {\n                expect(chart.selectAll('rect.bar').size()).toBe(6);\n            });\n\n            it('should size the bars proportionally to the graph', () => {\n                expect(+chart.select('rect.bar').attr('width')).toBe(164);\n            });\n\n            it('should position the bar based on the ordinal range', () => {\n                expect(nthStack(0).nthBar(0).attr('x')).toBeWithinDelta(16, 1);\n                expect(nthStack(0).nthBar(3).attr('x')).toBeWithinDelta(674, 1);\n                expect(nthStack(0).nthBar(5).attr('x')).toBeWithinDelta(509, 1);\n            });\n\n            it('should fade deselected bars', () => {\n                chart.filter('Ontario').filter('Colorado').redraw();\n                expect(nthStack(0).nthBar(0).classed('deselected')).toBeTruthy();\n                expect(nthStack(0).nthBar(1).classed('deselected')).toBeFalsy();\n                expect(nthStack(0).nthBar(5).classed('deselected')).toBeFalsy();\n                expect(stateDimension.top(Infinity).length).toBe(3);\n            });\n\n            it('should respect the ordering of the specified domain', () => {\n                // Note that bar chart works differently from pie chart.  The bar objects (the\n                // actual DOM nodes) don't get reordered by the custom ordering, but they are\n                // placed so that they are drawn in the order specified.\n                const ontarioXPos = nthStack(0).nthBar(5).attr('x');\n                const mississippiXPos = nthStack(0).nthBar(3).attr('x');\n                const oklahomaXPos = nthStack(0).nthBar(4).attr('x');\n\n                expect(ontarioXPos).toBeLessThan(mississippiXPos);\n                expect(mississippiXPos).toBeLessThan(oklahomaXPos);\n            });\n\n            describe('with elasticY enabled', () => {\n                beforeEach(() => {\n                    chart.elasticY(true).render();\n                });\n\n                it('should use all ordinal keys to determine the maximum y', () => {\n                    expect(chart.y().domain()).toEqual([0, 3]);\n                });\n            });\n\n            describe('with an unspecified domain', () => {\n                beforeEach(() => {\n                    chart.x(d3.scaleBand()).render();\n                });\n\n                it('should use alphabetical ordering', () => {\n                    const data02 = chart.selectAll('rect.bar').data();\n                    const expectedData = ['California', 'Colorado', 'Delaware', 'Mississippi', 'Oklahoma', 'Ontario'];\n\n                    expect(data02.map(datum => datum.x)).toEqual(expectedData);\n\n                    let oldX = -Infinity;\n                    forEachBar(bar => {\n                        expect(bar.attr('x')).toBeGreaterThan(oldX);\n                        oldX = bar.attr('x');\n                    });\n                });\n            });\n\n            describe('redrawing after changing the value accessor', () => {\n                beforeEach(() => {\n                    chart.valueAccessor(() => 30);\n                    chart.redraw();\n                });\n\n                it('should position bars based on ordinal range', () => {\n                    expect(nthStack(0).nthBar(0).attr('height')).toBe('1600');\n                    expect(nthStack(0).nthBar(1).attr('height')).toBe('1600');\n                    expect(nthStack(0).nthBar(2).attr('height')).toBe('1600');\n                });\n            });\n\n            describe('clicking', () => {\n                it('causes other dimension to be filtered', () => {\n                    expect(dimension.top(Infinity).length).toEqual(10);\n                    // fake a click\n                    const abar = chart.selectAll('rect.bar:nth-child(3)');\n                    dc.d3compat.callHandler(abar.on('click'), null, {}, abar.datum());\n                    expect(dimension.top(Infinity).length).toEqual(1);\n                });\n            });\n\n            describe('clicking bar labels', () => {\n                beforeEach(() => {\n                    chart.renderLabel(true).render();\n                });\n\n                it('causes other dimension to be filtered', () => {\n                    expect(dimension.top(Infinity).length).toEqual(10);\n                    // fake a click\n                    const alabel = chart.select('text.barLabel');\n                    dc.d3compat.callHandler(alabel.on('click'), null, {}, alabel.datum());\n                    expect(dimension.top(Infinity).length).toEqual(3);\n                });\n            });\n        });\n\n        describe('d3.scaleOrdinal() deprecation for ordinal x domain', () => {\n            let stateDimension;\n\n            beforeEach(() => {\n                spyOn(dc.logger, 'warn');\n\n                stateDimension = data.dimension(d => d.state);\n                const stateGroup = stateDimension.group();\n                const ordinalDomainValues = ['California', 'Colorado', 'Delaware', 'Ontario', 'Mississippi', 'Oklahoma'];\n\n                chart.rescale(); // BUG: barWidth cannot change after initial rendering\n\n                chart.dimension(stateDimension)\n                    .group(stateGroup)\n                    .xUnits(dc.units.ordinal)\n                    .x(d3.scaleOrdinal().domain(ordinalDomainValues))\n                    .barPadding(0)\n                    .outerPadding(0.1)\n                    .render();\n            });\n\n            it('should work with a warning', () => {\n                expect(dc.logger.warn).toHaveBeenCalled();\n\n                expect(typeof chart.x().bandwidth).toEqual('function');\n                expect(nthStack(0).nthBar(0).attr('x')).toBeWithinDelta(16, 1);\n                expect(nthStack(0).nthBar(3).attr('x')).toBeWithinDelta(674, 1);\n                expect(nthStack(0).nthBar(5).attr('x')).toBeWithinDelta(509, 1);\n            });\n        });\n\n        describe('with a linear x domain', () => {\n            beforeEach(() => {\n                const linearDimension = data.dimension(d => +d.value);\n                const linearGroup = linearDimension.group();\n\n                chart.rescale(); // BUG: barWidth cannot change after initial rendering\n\n                chart.dimension(linearDimension)\n                    .group(linearGroup)\n                    .xUnits(dc.units.integers)\n                    .x(d3.scaleLinear().domain([20, 70]))\n                    .render();\n            });\n\n            it('should generate the correct number of bars', () => {\n                expect(chart.selectAll('rect.bar').size()).toBe(5);\n            });\n\n            it('should auto size bar width', () => {\n                forEachBar(bar => {\n                    expect(bar.attr('width')).toBe('18');\n                });\n            });\n\n            it('should position bars based on linear range', () => {\n                expect(nthStack(0).nthBar(0).attr('x')).toBeWithinDelta(40, 1);\n                expect(nthStack(0).nthBar(2).attr('x')).toBeWithinDelta(489, 1);\n                expect(nthStack(0).nthBar(4).attr('x')).toBeWithinDelta(938, 1);\n            });\n\n            describe('with a custom click handler', () => {\n                beforeEach(() => {\n                    chart.brushOn(false)\n                        .on('renderlet', _chart => {\n                            _chart.selectAll('rect.bar').on('click', dc.d3compat.eventHandler(d => _chart.onClick(d)));\n                        })\n                        .render();\n                });\n                it('clicking causes another dimension to be filtered', () => {\n                    expect(dimension.top(Infinity).length).toEqual(10);\n                    const abar = chart.selectAll('rect.bar:nth-child(3)');\n                    dc.d3compat.callHandler(abar.on('click'), null, {}, abar.datum());\n                    expect(dimension.top(Infinity).length).toEqual(3);\n                });\n            });\n        });\n\n        describe('with stacked data', () => {\n            describe('with positive data', () => {\n                beforeEach(() => {\n                    const idGroup = dimension.group().reduceSum(d => d.id);\n                    const sumGroup = dimension.group().reduceSum(d => d.value);\n\n                    chart\n                        .brushOn(false)\n                        .x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]))\n                        .group(idGroup, 'stack 0')\n                        .title('stack 0', d => `stack 0: ${d.value}`)\n                        .stack(sumGroup, 'stack 1')\n                        .title('stack 1', d => `stack 1: ${d.value}`)\n                        .stack(sumGroup, 'stack 2', d => 3)\n                        .elasticY(true)\n                        .renderLabel(true)\n                        .render();\n                });\n\n                it('should set the y domain to encompass all stacks', () => {\n                    expect(chart.y().domain()).toEqual([0, 152]);\n                });\n\n                it('should generate each stack using its associated group', () => {\n                    expect(nthStack(0).selectAll('rect.bar').size()).toBe(6);\n                    expect(nthStack(1).selectAll('rect.bar').size()).toBe(6);\n                    expect(nthStack(2).selectAll('rect.bar').size()).toBe(6);\n                });\n\n                it('should render the correct number of stacks', () => {\n                    expect(chart.selectAll('.stack').size()).toBe(3);\n                });\n\n                it('should display one label for each stack', () => {\n                    expect(chart.selectAll('text.barLabel').size()).toBe(6);\n                });\n\n                it('should generate labels with total value of stack', () => {\n                    expect(nthStack(2).nthLabel(0).text()).toBe('48');\n                    expect(nthStack(2).nthLabel(3).text()).toBe('51');\n                    expect(nthStack(2).nthLabel(5).text()).toBe('92');\n                });\n\n                it('should stack the bars', () => {\n                    expect(+nthStack(0).nthBar(2).attr('y')).toBe(142);\n                    expect(+nthStack(0).nthBar(4).attr('y')).toBe(144);\n\n                    expect(+nthStack(1).nthBar(2).attr('y')).toBe(3);\n                    expect(+nthStack(1).nthBar(4).attr('y')).toBe(86);\n\n                    expect(+nthStack(2).nthBar(2).attr('y')).toBe(0);\n                    expect(+nthStack(2).nthBar(4).attr('y')).toBe(83);\n                });\n\n                it('should have its own title accessor', () => {\n                    expect(chart.title()({value: 1})).toBe('stack 0: 1');\n                    expect(chart.title('stack 0')({value: 2})).toBe('stack 0: 2');\n                    expect(chart.title('stack 1')({value: 3})).toBe('stack 1: 3');\n                });\n\n                it('should have titles rendered for extra stacks', () => {\n                    nthStack(1).forEachBar((bar, datum) => {\n                        expect(bar.selectAll('title').nodes().length).toBe(1);\n                        expect(bar.select('title').text()).toBe(`stack 1: ${datum.data.value}`);\n                    });\n                });\n\n                it('should default to first stack title for untitled stacks', () => {\n                    nthStack(2).forEachBar((bar, datum) => {\n                        expect(bar.select('title').text()).toBe(`stack 0: ${datum.data.value}`);\n                    });\n                });\n\n                describe('extra redraws', () => {\n                    beforeEach(() => {\n                        chart.redraw();\n                        chart.redraw();\n                    });\n\n                    it('should not create extra title elements', () => {\n                        nthStack(1).forEachBar((bar, datum) => {\n                            expect(bar.selectAll('title').nodes().length).toBe(1);\n                        });\n                    });\n                });\n\n                describe('with title rendering disabled', () => {\n                    beforeEach(() => {\n                        chart.renderTitle(false).render();\n                    });\n\n                    it('should not generate title elements', () => {\n                        expect(chart.selectAll('rect.bar title').empty()).toBeTruthy();\n                    });\n                });\n\n                describe('stack hiding', () => {\n                    describe('first stack', () => {\n                        beforeEach(() => {\n                            chart.hideStack('stack 0').render();\n                        });\n\n                        it('should hide the stack', () => {\n                            expect(nthStack(0).nthBar(0).attr('height')).toBe('52');\n                            expect(nthStack(0).nthBar(1).attr('height')).toBe('78');\n                        });\n\n                        it('should show the stack', () => {\n                            chart.showStack('stack 0').render();\n                            expect(nthStack(0).nthBar(0).attr('height')).toBe('1');\n                            expect(nthStack(0).nthBar(1).attr('height')).toBe('6');\n                        });\n                    });\n\n                    describe('any other stack', () => {\n                        beforeEach(() => {\n                            chart.title('stack 2', d => `stack 2: ${d.value}`);\n                            chart.hideStack('stack 1').render();\n                        });\n\n                        it('should hide the stack', () => {\n                            expect(nthStack(1).nthBar(0).attr('height')).toBe('24');\n                            expect(nthStack(1).nthBar(1).attr('height')).toBe('24');\n                        });\n\n                        it('should show the stack', () => {\n                            chart.showStack('stack 1').render();\n                            expect(nthStack(1).nthBar(0).attr('height')).toBe('46');\n                            expect(nthStack(1).nthBar(1).attr('height')).toBe('70');\n                        });\n\n                        it('should still show the title for a visible stack', () => {\n                            nthStack(1).forEachBar((bar, datum) => {\n                                expect(bar.select('title').text()).toBe(`stack 2: ${datum.data.value}`);\n                            });\n                        });\n                    });\n\n                    describe('hiding all the stacks', () => {\n                        beforeEach(() => {\n                            chart.hideStack('stack 0')\n                                .hideStack('stack 1')\n                                .hideStack('stack 2')\n                                .render();\n                        });\n\n                        it('should show a blank graph', () => {\n                            expect(chart.selectAll('rect.bar').size()).toBe(0);\n                        });\n                    });\n                });\n            });\n\n            describe('with mixed positive and negative data', () => {\n                beforeEach(() => {\n                    const mixedGroup = dimension.group().reduceSum(d => d.nvalue);\n\n                    chart.group(mixedGroup).stack(mixedGroup).stack(mixedGroup);\n                    chart.x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]));\n\n                    chart.margins({top: 30, right: 50, bottom: 30, left: 30})\n                        .yAxisPadding(5)\n                        .elasticY(true)\n                        .xUnits(d3.utcDays)\n                        .yAxis().ticks(5);\n\n                    chart.rescale(); // BUG: barWidth cannot change after initial rendering\n\n                    chart.render();\n                });\n\n                it('should generate a bar for each datum across all stacks', () => {\n                    expect(chart.selectAll('rect.bar').size()).toBe(18);\n                });\n\n                it('should automatically size the bar widths', () => {\n                    forEachBar(bar => {\n                        expect(bar.attr('width')).toBe('9');\n                    });\n                });\n\n                it('should generate negative bars for stack 0', () => {\n                    expect(nthStack(0).nthBar(0).attr('x')).toBeWithinDelta(58, 1);\n                    expect(nthStack(0).nthBar(0).attr('y')).toBeWithinDelta(73, 1);\n                    expect(nthStack(0).nthBar(0).attr('height')).toBeWithinDelta(8, 1);\n\n                    expect(nthStack(0).nthBar(3).attr('x')).toBeWithinDelta(492, 1);\n                    expect(nthStack(0).nthBar(3).attr('y')).toBeWithinDelta(73, 1);\n                    expect(nthStack(0).nthBar(3).attr('height')).toBeWithinDelta(6, 1);\n\n                    expect(nthStack(0).nthBar(5).attr('x')).toBeWithinDelta(961, 1);\n                    expect(nthStack(0).nthBar(5).attr('y')).toBeWithinDelta(67, 1);\n                    expect(nthStack(0).nthBar(5).attr('height')).toBeWithinDelta(6, 1);\n                });\n\n                it('should generate negative bar for stack 1', () => {\n                    expect(nthStack(1).nthBar(0).attr('x')).toBeWithinDelta(58, 1);\n                    expect(nthStack(1).nthBar(0).attr('y')).toBeWithinDelta(81, 1);\n                    expect(nthStack(1).nthBar(0).attr('height')).toBeWithinDelta(7, 1);\n\n                    expect(nthStack(1).nthBar(3).attr('x')).toBeWithinDelta(492, 1);\n                    expect(nthStack(1).nthBar(3).attr('y')).toBeWithinDelta(79, 1);\n                    expect(nthStack(1).nthBar(3).attr('height')).toBeWithinDelta(5, 1);\n\n                    expect(nthStack(1).nthBar(5).attr('x')).toBeWithinDelta(961, 1);\n                    expect(nthStack(1).nthBar(5).attr('y')).toBeWithinDelta(61, 1);\n                    expect(nthStack(1).nthBar(5).attr('height')).toBeWithinDelta(6, 1);\n                });\n\n                it('should generate y axis domain dynamically', () => {\n                    const nthText = function (n) {\n                        return d3.select(chart.selectAll('g.axis.y .tick text').nodes()[n]);\n                    };\n\n                    expect(nthText(0).text()).toMatch(/[\\-−]20/);\n                    expect(nthText(1).text()).toBe('0');\n                    expect(nthText(2).text()).toBe('20');\n                });\n            });\n\n            describe('with negative data', () => {\n                beforeEach(() => {\n                    const negativeGroup = dimension.group().reduceSum(d => -Math.abs(d.nvalue));\n\n                    chart.group(negativeGroup).stack(negativeGroup).stack(negativeGroup);\n                    chart.x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]));\n\n                    chart.margins({top: 30, right: 50, bottom: 30, left: 30})\n                        .elasticY(true)\n                        .xUnits(d3.utcDays)\n                        .yAxis().ticks(3);\n\n                    chart.render();\n                });\n\n                it('should generate y axis domain dynamically', () => {\n                    const nthText = function (n) {\n                        return d3.select(chart.selectAll('g.axis.y .tick text').nodes()[n]);\n                    };\n\n                    // d3@5 and d3@6 uses different characters to format negative numbers\n                    expect(nthText(0).text()).toMatch(/[\\-−]30/);\n                    expect(nthText(1).text()).toMatch(/[\\-−]20/);\n                    expect(nthText(2).text()).toMatch(/[\\-−]10/);\n                    expect(nthText(3).text()).toBe('0');\n                });\n            });\n        });\n\n        it('should not be focused by default', () => {\n            expect(chart.refocused()).toBeFalsy();\n        });\n\n        describe('when focused', () => {\n            beforeEach(() => {\n                chart.elasticY(true).gap(1).xUnits(d3.utcDays);\n                chart.focus([makeDate(2012, 5, 11), makeDate(2012, 6, 9)]);\n            });\n\n            it('should render the one (focused) bar', () => {\n                expect(chart.selectAll('rect.bar').size()).toBe(1);\n            });\n\n            it('should resize the bar width according to the focused width', () => {\n                expect(chart.select('rect.bar').attr('width')).toBe('35');\n            });\n\n            it('should reset the y-axis domain based on the focus range', () => {\n                expect(chart.y().domain()).toEqual([0, 1]);\n            });\n\n            it('should redraw the x-axis scale and ticks', () => {\n                expect(xAxisText().slice(0, 4)).toEqual(['Mon 11', 'Wed 13', 'Fri 15', 'Jun 17']);\n            });\n\n            it('should set its focus flag', () => {\n                expect(chart.refocused()).toBeTruthy();\n            });\n\n            describe('with evadeDomainFilter', () => {\n                beforeEach(() => {\n                    chart.evadeDomainFilter(true).redraw();\n                });\n                it('should still reset the y-axis domain based on the focus range', () => {\n                    expect(chart.y().domain()).toEqual([0, 1]);\n                });\n            });\n\n            it('should reset the focus when focused to null', () => {\n                chart.focus(null);\n                itBehavesLikeItWasReset();\n            });\n\n            it('should reset the focus when focused to []', () => {\n                chart.focus([]);\n                itBehavesLikeItWasReset();\n            });\n\n            function itBehavesLikeItWasReset () {\n                expect(chart.refocused()).toBeFalsy();\n                expect(chart.x().domain()).toEqual([makeDate(2012, 0, 1), makeDate(2012, 11, 31)]);\n\n                expect(xAxisText().slice(0, 4)).toEqual(['2012', 'February', 'March', 'April']);\n            }\n\n            function xAxisText () {\n                return chart.selectAll('g.x text').nodes().map(x => d3.select(x).text());\n            }\n        });\n\n        describe('legend hovering', () => {\n            let firstItem;\n\n            beforeEach(() => {\n                chart.stack(group)\n                    .legend(new dc.Legend().x(400).y(10).itemHeight(13).gap(5))\n                    .render();\n\n                firstItem = chart.select('g.dc-legend g.dc-legend-item');\n                dc.d3compat.callHandler(firstItem.on('mouseover'), null, {}, firstItem.datum());\n            });\n\n            describe('when a legend item is hovered over', () => {\n                it('should highlight corresponding lines and areas', () => {\n                    nthStack(0).forEachBar(bar => {\n                        expect(bar.classed('highlight')).toBeTruthy();\n                    });\n                });\n\n                it('should fade out non-corresponding lines and areas', () => {\n                    nthStack(1).forEachBar(bar => {\n                        expect(bar.classed('fadeout')).toBeTruthy();\n                    });\n                });\n            });\n\n            describe('when a legend item is hovered out', () => {\n                it('should remove highlighting from corresponding lines and areas', () => {\n                    dc.d3compat.callHandler(firstItem.on('mouseout'), null, {}, firstItem.datum());\n                    nthStack(0).forEachBar(bar => {\n                        expect(bar.classed('highlight')).toBeFalsy();\n                    });\n                });\n\n                it('should fade in non-corresponding lines and areas', () => {\n                    dc.d3compat.callHandler(firstItem.on('mouseout'), null, {}, firstItem.datum());\n                    nthStack(1).forEachBar(bar => {\n                        expect(bar.classed('fadeout')).toBeFalsy();\n                    });\n                });\n            });\n        });\n\n        describe('filtering', () => {\n            beforeEach(() => {\n                d3.select(`#${id}`).append('span').attr('class', 'filter').style('visibility', 'hidden');\n                d3.select(`#${id}`).append('a').attr('class', 'reset').style('visibility', 'hidden');\n                chart.filter([makeDate(2012, 5, 1), makeDate(2012, 5, 30)]).redraw();\n                dc.config.dateFormat = d3.utcFormat('%m/%d/%Y');\n                chart.redraw();\n            });\n\n            it('should set the chart filter', () => {\n                expect(chart.filter()).toEqual([makeDate(2012, 5, 1), makeDate(2012, 5, 30)]);\n            });\n\n            it('should enable the reset link after rendering', () => {\n                expect(chart.select('a.reset').style('visibility')).not.toBe('none');\n            });\n\n            it('should set the filter printer', () => {\n                expect(chart.filterPrinter()).not.toBeNull();\n            });\n\n            it('should show the filter info', () => {\n                expect(chart.select('span.filter').style('visibility')).toBe('visible');\n            });\n\n            it('should set filter text after slice selection', () => {\n                expect(chart.select('span.filter').text()).toBe('[06/01/2012 -> 06/30/2012]');\n            });\n\n            describe('when a brush is defined', () => {\n                it('should position the brush with an offset', () => {\n                    expect(chart.select('g.brush').attr('transform')).toMatchTranslate(chart.margins().left, 10);\n                });\n\n                it('should create a fancy brush resize handle', () => {\n                    const selectAll = chart.select('g.brush').selectAll('path.custom-brush-handle');\n                    expect(selectAll.size()).toBe(2);\n                    selectAll.each(function (d, i) {\n                        if (i === 0) {\n                            expect(d3.select(this).attr('d'))\n                                .toMatchPath('M-0.5,53 A6,6 0 0 0 -6.5,59 V100 A6,6 0 0 0 -0.5,106 ZM-2.5,61 V98 M-4.5,61 V98');\n                        } else {\n                            expect(d3.select(this).attr('d'))\n                                .toMatchPath('M0.5,53 A6,6 0 0 1 6.5,59 V100 A6,6 0 0 1 0.5,106 ZM2.5,61 V98 M4.5,61 V98');\n                        }\n                    });\n                });\n\n                it('should stretch the background', () => {\n                    expect(+chart.select('g.brush rect.overlay').attr('width')).toBe(1020);\n                });\n\n                it('should set the background height to the chart height', () => {\n                    expect(+chart.select('g.brush rect.overlay').attr('height')).toBe(160);\n                });\n\n                it('should set extent height to the chart height', () => {\n                    expect(+chart.select('g.brush rect.selection').attr('height')).toBe(160);\n                });\n\n                it('should set extent width based on filter set', () => {\n                    expect(chart.select('g.brush rect.selection').attr('width')).toBeWithinDelta(81, 1);\n                });\n\n                it('should push unselected bars to the background', () => {\n                    expect(nthStack(0).nthBar(0).classed('deselected')).toBeTruthy();\n                    expect(nthStack(0).nthBar(1).classed('deselected')).toBeFalsy();\n                    expect(nthStack(0).nthBar(3).classed('deselected')).toBeTruthy();\n                });\n\n                it('should push the selected bars to the foreground', () => {\n                    expect(nthStack(0).nthBar(1).classed('deselected')).toBeFalsy();\n                });\n\n                describe('after reset', () => {\n                    beforeEach(() => {\n                        chart.filterAll();\n                        chart.redraw();\n                    });\n\n                    it('should push all bars to the foreground', () => {\n                        chart.selectAll('rect.bar').each(function () {\n                            const bar = d3.select(this);\n                            expect(bar.classed('deselected')).toBeFalsy();\n                        });\n                    });\n                });\n            });\n        });\n\n        describe('a chart with a large domain', () => {\n            beforeEach(() => {\n                chart.x(d3.scaleUtc().domain([makeDate(2000, 0, 1), makeDate(2012, 11, 31)]));\n            });\n\n            describe('when filters are applied', () => {\n                beforeEach(() => {\n                    data.dimension(d => d.value).filter(66);\n                    chart.redraw();\n                });\n\n                it('should not deselect any bars', () => {\n                    forEachBar(bar => {\n                        expect(bar.classed('deselected')).toBeFalsy();\n                    });\n                });\n\n                it('should set the bars to the minimum bar width', () => {\n                    forEachBar(bar => {\n                        expect(+bar.attr('width')).toBe(1);\n                    });\n                });\n            });\n        });\n\n        describe('a chart with a linear numerical domain', () => {\n            beforeEach(() => {\n                const numericalDimension = data.dimension(d => +d.value);\n                chart.dimension(numericalDimension).group(numericalDimension.group());\n                chart.x(d3.scaleLinear().domain([10, 80])).elasticY(true);\n                chart.render();\n            });\n\n            it('should base the y-axis height on the maximum value in the data', function () {\n                const yAxisMax = 3.0;\n                const ticks = chart.selectAll('g.y g.tick');\n                const tickValues = ticks.nodes().map(tick => +d3.select(tick).text());\n                const maxTickValue = Math.max.apply(this, tickValues);\n                expect(maxTickValue).toBe(yAxisMax);\n            });\n\n            describe('when filters are applied', () => {\n                beforeEach(() => {\n                    data.dimension(d => d.countrycode).filter('CA');\n                    chart.redraw();\n                });\n\n                it('should rescale the y-axis after applying a filter', function () {\n                    const yAxisMax = 1.0;\n                    const ticks = chart.selectAll('g.y g.tick');\n                    const tickValues = ticks.nodes().map(tick => +d3.select(tick).text());\n                    const maxTickValue = Math.max.apply(this, tickValues);\n                    expect(maxTickValue).toBe(yAxisMax);\n                });\n            });\n        });\n    });\n\n    describe('with another ordinal domain', () => {\n        beforeEach(() => {\n            const rows = [];\n            rows.push({State: 'CA', 'Population': 2704659});\n            rows.push({State: 'TX', 'Population': 1827307});\n            data = crossfilter(rows);\n            dimension  = data.dimension(dc.pluck('State'));\n            group = dimension.group().reduceSum(dc.pluck('Population'));\n\n            chart = new dc.BarChart(`#${id}`);\n            chart.xUnits(dc.units.ordinal)\n                .x(d3.scaleBand())\n                .transitionDuration(0)\n                .dimension(dimension)\n                .group(group, 'Population');\n            chart.render();\n        });\n        it('should not overlap bars', () => {\n            const x = numAttr('x'), wid = numAttr('width');\n            expect(x(nthStack(0).nthBar(0)) + wid(nthStack(0).nthBar(0)))\n                .toBeLessThan(x(nthStack(0).nthBar(1)));\n        });\n    });\n\n    describe('with yetnother ordinal domain', () => {\n        beforeEach(() => {\n            const rows = [{\n                name: 'Venezuela',\n                sale: 300\n            }, {\n                name: 'Saudi',\n                sale: 253\n            }, {\n                name: 'Canada',\n                sale: 150\n            }, {\n                name: 'Iran',\n                sale: 125\n            }, {\n                name: 'Russia',\n                sale: 110\n            }, {\n                name: 'UAE',\n                sale: 90\n            }, {\n                name: 'US',\n                sale: 40\n            }, {\n                name: 'China',\n                sale: 37\n            }];\n            data = crossfilter(rows);\n            dimension  = data.dimension(d => d.name);\n            group = dimension.group().reduceSum(d => d.sale);\n            chart = new dc.BarChart(`#${id}`);\n            chart.transitionDuration(0)\n                .outerPadding(0)\n                .dimension(dimension)\n                .group(group)\n                .x(d3.scaleBand())\n                .xUnits(dc.units.ordinal);\n            chart.render();\n        });\n        it('should not overlap bars', () => {\n            for (let i = 0; i < 7; ++i) {\n                checkBarOverlap(i);\n            }\n        });\n    });\n\n    describe('with changing number of bars', () => {\n        beforeEach(() => {\n            const rows1 = [\n                {x: 1, y: 3},\n                {x: 2, y: 9},\n                {x: 5, y: 10},\n                {x: 6, y: 7}\n            ];\n\n            data = crossfilter(rows1);\n            dimension = data.dimension(d => d.x);\n            group = dimension.group().reduceSum(d => d.y);\n\n            chart = new dc.BarChart(`#${id}`);\n            chart.width(500).transitionDuration(0)\n                .x(d3.scaleLinear().domain([0,7]))\n                .elasticY(true)\n                .dimension(dimension)\n                .group(group);\n            chart.render();\n        });\n        it('should not overlap bars', () => {\n            for (let i = 0; i < 3; ++i) {\n                checkBarOverlap(i);\n            }\n        });\n        describe('with bars added', () => {\n            beforeEach(() => {\n                const rows2 = [\n                    {x: 7, y: 4},\n                    {x: 12, y: 9}\n                ];\n\n                data.add(rows2);\n                chart.x().domain([0,13]);\n                chart.render();\n            });\n            it('should not overlap bars', () => {\n                for (let i = 0; i < 5; ++i) {\n                    checkBarOverlap(i);\n                }\n            });\n        });\n    });\n    describe('with elasticX and x-axis padding', () => {\n        const date = makeDate(2012, 5, 1);\n        beforeEach(() => {\n            const rows = [\n                {x: date, y: 4},\n            ];\n            data = crossfilter(rows);\n            dimension = data.dimension(d => d.x);\n            group = dimension.group().reduceSum(d => d.y);\n            chart = new dc.BarChart(`#${id}`);\n            chart.width(500)\n                .transitionDuration(0)\n                .x(d3.scaleUtc())\n                .elasticY(true).elasticX(true)\n                .dimension(dimension)\n                .group(group);\n            chart.render();\n        });\n        // note: these tests assume that the bar width is not included in the\n        // chart width, so they should be broken when #792 is fixed\n        it('should render the right xAxisMax/Min when no padding', () => {\n            expect(chart.xAxisMin()).toEqual(date);\n            expect(chart.xAxisMax()).toEqual(date);\n        });\n        it('should render the right xAxisMax/Min when 10 day padding', () => {\n            chart.xAxisPadding(10)\n                .render();\n            const expectedStartDate = d3.utcDay.offset(date, -10);\n            const expectedEndDate = d3.utcDay.offset(date, 10);\n            expect(chart.xAxisMin()).toEqual(expectedStartDate);\n            expect(chart.xAxisMax()).toEqual(expectedEndDate);\n        });\n        it('should render the right xAxisMax/Min when 2 month padding', () => {\n            chart.xAxisPaddingUnit('month')\n                .xAxisPadding(2)\n                .render();\n            const expectedStartDate = d3.utcMonth.offset(date, -2);\n            const expectedEndDate = d3.utcMonth.offset(date, 2);\n            expect(chart.xAxisMin()).toEqual(expectedStartDate);\n            expect(chart.xAxisMax()).toEqual(expectedEndDate);\n        });\n    });\n    describe('with changing number of bars and elasticX', () => {\n        beforeEach(() => {\n            const rows1 = [\n                {x: 1, y: 3},\n                {x: 2, y: 9},\n                {x: 5, y: 10},\n                {x: 6, y: 7}\n            ];\n\n            data = crossfilter(rows1);\n            dimension = data.dimension(d => d.x);\n            group = dimension.group().reduceSum(d => d.y);\n\n            chart = new dc.BarChart(`#${id}`);\n            chart.width(500).transitionDuration(0)\n                .x(d3.scaleLinear())\n                .elasticY(true).elasticX(true)\n                .dimension(dimension)\n                .group(group);\n            chart.render();\n        });\n        it('should not overlap bars', () => {\n            for (let i = 0; i < 3; ++i) {\n                checkBarOverlap(i);\n            }\n        });\n        describe('with bars added', () => {\n            beforeEach(() => {\n                const rows2 = [\n                    {x: 7, y: 4},\n                    {x: 12, y: 9}\n                ];\n\n                data.add(rows2);\n                chart.render();\n            });\n            it('should not overlap bars', () => {\n                for (let i = 0; i < 5; ++i) {\n                    checkBarOverlap(i);\n                }\n            });\n        });\n    });\n\n    describe('with changing number of ordinal bars and elasticX', () => {\n        beforeEach(() => {\n            const rows1 = [\n                {x: 'a', y: 3},\n                {x: 'b', y: 9},\n                {x: 'e', y: 10},\n                {x: 'f', y: 7}\n            ];\n\n            data = crossfilter(rows1);\n            dimension = data.dimension(d => d.x);\n            group = dimension.group().reduceSum(d => d.y);\n\n            chart = new dc.BarChart(`#${id}`);\n            chart.width(500).transitionDuration(0)\n                .x(d3.scaleBand())\n                .xUnits(dc.units.ordinal)\n                .elasticY(true).elasticX(true)\n                .dimension(dimension)\n                .group(group);\n            chart.render();\n        });\n        it('should not overlap bars', () => {\n            for (let i = 0; i < 3; ++i) {\n                checkBarOverlap(i);\n            }\n        });\n        describe('with bars added', () => {\n            beforeEach(() => {\n                const rows2 = [\n                    {x: 'g', y: 4},\n                    {x: 'l', y: 9}\n                ];\n\n                data.add(rows2);\n                chart.render();\n            });\n            it('should not overlap bars', () => {\n                for (let i = 0; i < 5; ++i) {\n                    checkBarOverlap(i);\n                }\n            });\n        });\n    });\n\n    describe('brushing with bars centered and rounding enabled', () => {\n        beforeEach(() => {\n            chart\n                .brushOn(true)\n                .round(d3.utcMonth.round)\n                .centerBar(true);\n        });\n\n        describe('with alwaysUseRounding disabled', () => {\n            let consoleWarnSpy;\n\n            beforeEach(() => {\n                chart.alwaysUseRounding(false);\n                consoleWarnSpy = spyOn(console, 'warn');\n                chart.render();\n\n                simulateChartBrushing(chart, [makeDate(2012, 6, 1), makeDate(2012, 7, 15)]);\n            });\n\n            it('should log a warning indicating that brush rounding was disabled', () => {\n                expect(consoleWarnSpy.calls.mostRecent().args[0]).toMatch(/brush rounding is disabled/);\n            });\n\n            it('should not round the brush', () => {\n                jasmine.clock().tick(100);\n                const filter = cleanDateRange(chart.filter());\n                expect(filter).toEqual([makeDate(2012, 6, 1), makeDate(2012, 7, 15)]);\n            });\n        });\n\n        describe('with alwaysUseRounding enabled', () => {\n            beforeEach(() => {\n                chart.alwaysUseRounding(true);\n                chart.render();\n\n                simulateChartBrushing(chart, [makeDate(2012, 6, 1), makeDate(2012, 7, 15)]);\n            });\n\n            it('should round the brush', () => {\n                jasmine.clock().tick(100);\n                const filter = cleanDateRange(chart.filter());\n                expect(filter).toEqual([makeDate(2012, 6, 1), makeDate(2012, 7, 1)]);\n            });\n        });\n    });\n\n    describe('check ordering option of the x axis', () => {\n        beforeEach(() => {\n            const rows = [\n                {x: 'a', y: 1},\n                {x: 'b', y: 3},\n                {x: 'd', y: 4},\n                {x: 'c', y: 2}\n            ];\n\n            id = 'bar-chart';\n            appendChartID(id);\n            data = crossfilter(rows);\n            dimension = data.dimension(d => d.x);\n            group = dimension.group().reduceSum(d => d.y);\n\n            chart = new dc.BarChart(`#${id}`);\n            chart.width(500).transitionDuration(0)\n                .x(d3.scaleBand())\n                .xUnits(dc.units.ordinal)\n                .elasticY(true).elasticX(true)\n                .dimension(dimension)\n                .group(group);\n            chart.render();\n        });\n\n        it('should be ordered by default alphabetical order', () => {\n            const data02 = chart.data()['0'].values;\n            const expectedData = ['a', 'b', 'c', 'd'];\n            expect(data02.map(d => d.x)).toEqual(expectedData);\n        });\n\n        it('should be ordered by value increasing', () => {\n            chart.ordering(d => d.value);\n            chart.redraw();\n            expect(xAxisText()).toEqual(['a', 'c', 'b', 'd']);\n        });\n\n        it('should be ordered by value decreasing', () => {\n            chart.ordering(d => -d.value);\n            chart.redraw();\n            expect(xAxisText()).toEqual(['d', 'b', 'c', 'a']);\n        });\n\n        it('should be ordered by alphabetical order', () => {\n            function reverseGroup (_group) {\n                return {\n                    all: () => Array.from(_group.all()).reverse()\n                };\n            }\n            chart.group(reverseGroup(group));\n            chart.ordering(d => d.key);\n            chart.redraw();\n            expect(xAxisText()).toEqual(['a', 'b', 'c', 'd']);\n        });\n\n        function xAxisText () {\n            return chart.selectAll('g.x text').nodes().map(x => d3.select(x).text());\n        }\n    });\n\n    describe('ordering with stacks', () => {\n        beforeEach(() => {\n            const rows = [\n                {x: 'a', y: 1, z: 10},\n                {x: 'b', y: 3, z: 20},\n                {x: 'd', y: 4, z: 30},\n                {x: 'c', y: 2, z: 40}\n            ];\n\n            id = 'bar-chart';\n            appendChartID(id);\n            data = crossfilter(rows);\n            dimension = data.dimension(d => d.x);\n            group = dimension.group().reduceSum(d => d.y);\n            const group2 = dimension.group().reduceSum(d => d.z);\n\n            chart = new dc.BarChart(`#${id}`);\n            chart.width(500).transitionDuration(0)\n                .x(d3.scaleBand())\n                .xUnits(dc.units.ordinal)\n                .elasticY(true).elasticX(true)\n                .dimension(dimension)\n                .group(group)\n                .stack(group2);\n            chart.render();\n        });\n\n        it('should be ordered by default alphabetical order', () => {\n            const data02 = chart.data()['0'].values;\n            const expectedData = ['a', 'b', 'c', 'd'];\n            expect(data02.map(d => d.x)).toEqual(expectedData);\n        });\n\n        // note: semantics are kind of screwy here: which stack do you want to sort\n        // by when you order by value? right now it's all of them together.\n        it('should be ordered by value increasing', () => {\n            chart.ordering(d => d.value);\n            chart.redraw();\n            expect(xAxisText()).toEqual(['a', 'c', 'b', 'd']);\n        });\n\n        it('should be ordered by value decreasing', () => {\n            chart.ordering(d => -d.value);\n            chart.redraw();\n            expect(xAxisText()).toEqual(['c', 'd', 'b', 'a']);\n        });\n\n        it('should be ordered by alphabetical order', () => {\n            chart.ordering(d => d.key);\n            chart.redraw();\n            expect(xAxisText()).toEqual(['a', 'b', 'c', 'd']);\n        });\n\n        function xAxisText () {\n            return chart.selectAll('g.x text').nodes().map(x => d3.select(x).text());\n        }\n    });\n\n    describe('accessibility bar chart', () => {\n\n        function removeEmptyBins (sourceGroup) {\n            return {\n                all:function () {\n                    return sourceGroup.all().filter( d => d.value !== 0);\n                }\n            };\n        }\n\n        it('internal elements are focusable by keyboard', () => {\n            chart.keyboardAccessible(true);\n            chart.render();\n            chart.selectAll('rect.bar').each(function () {\n                const bar = d3.select(this);\n                expect(bar.attr('tabindex')).toEqual('0');\n            });\n        });\n\n        it('initial internal elements are clickable by pressing enter', () => {\n            chart.keyboardAccessible(true);\n            const clickHandlerSpy = jasmine.createSpy();\n            chart.onClick = clickHandlerSpy;\n            chart.render();\n          \n            const event = new Event('keydown');\n            event.keyCode = 13;\n                     \n            chart.selectAll('rect.bar').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();    \n            });\n        });\n\n        it('newly added internal elements are also clickable from keyboard', () => {\n            chart.keyboardAccessible(true);\n            const clickHandlerSpy = jasmine.createSpy();\n            chart.onClick = clickHandlerSpy;\n\n            const event = new Event('keydown');\n            event.keyCode = 13;\n\n            const stateDimension = data.dimension(d => d.state);\n            const regionDimension = data.dimension(d => d.region);\n            const stateGroup = stateDimension.group().reduceSum(d => +d.value);\n            const ordinalDomainValues = ['California', 'Colorado', 'Delaware', 'Ontario', 'Mississippi', 'Oklahoma'];\n            \n            chart\n                .dimension(stateDimension)\n                .group(removeEmptyBins(stateGroup))\n                .xUnits(dc.units.ordinal)\n                .x(d3.scaleBand().domain(ordinalDomainValues))\n                .elasticX(true)\n                .barPadding(0)\n                .outerPadding(0.1)\n                .transitionDuration(0)\n                .render();\n\n            //force creation of new <rect> elements on existing chart\n            regionDimension.filterExact('West');\n            chart.redraw();\n            regionDimension.filterAll();\n            chart.redraw();\n                    \n            chart.selectAll('rect.bar').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();\n            });\n\n        });\n\n    });\n\n    function nthStack (n) {\n        const stack = d3.select(chart.selectAll('.stack').nodes()[n]);\n\n        stack.nthBar = function (i) {\n            return d3.select(this.selectAll('rect.bar').nodes()[i]);\n        };\n\n        stack.nthLabel = function (i) {\n            return d3.select(this.selectAll('text.barLabel').nodes()[i]);\n        };\n\n        stack.forEachBar = function (assertions) {\n            this.selectAll('rect.bar').each(function (d) {\n                assertions(d3.select(this), d);\n            });\n        };\n\n        return stack;\n    }\n\n    function forEachBar (assertions) {\n        chart.selectAll('rect.bar').each(function (d) {\n            assertions(d3.select(this), d);\n        });\n    }\n\n    // mostly because jshint complains about the +\n    function numAttr (attr) {\n        return function (selection) {\n            return +selection.attr(attr);\n        };\n    }\n\n    function checkBarOverlap (n) {\n        const x = numAttr('x'), wid = numAttr('width');\n        expect(x(nthStack(0).nthBar(n)) + wid(nthStack(0).nthBar(n)))\n            .toBeLessThan(x(nthStack(0).nthBar(n + 1)));\n    }\n});\n"
  },
  {
    "path": "spec/base-mixin-spec.js",
    "content": "/* global appendChartID, flushAllD3Transitions, loadDateFixture */\ndescribe('dc.baseMixin', () => {\n    let id, chart, dimension, group, addFilterHandler, removeFilterHandler, hasFilterHandler, resetFilterHandler;\n\n    beforeEach(() => {\n        const data = crossfilter(loadDateFixture());\n        dimension = data.dimension(d => d3.utcDay(d.dd));\n        group = dimension.group().reduceSum(d => d.value);\n\n        chart = dc.baseMixin({})\n            .options({\n                dimension: dimension,\n                group: group,\n                transitionDuration: 100\n            });\n        id = 'base-chart';\n        appendChartID(id);\n        chart.anchor(`#${id}`)\n            .resetSvg(); // so that renderlets can fire\n        addFilterHandler = chart.addFilterHandler();\n        hasFilterHandler = chart.hasFilterHandler();\n        removeFilterHandler = chart.removeFilterHandler();\n        resetFilterHandler = chart.resetFilterHandler();\n    });\n\n    describe('renderlets', () => {\n        it('should not execute a renderlet until after the render transitions', done => {\n            const firstRenderlet = jasmine.createSpy().and.callFake(callbackChart => {\n                expect(callbackChart).toBe(chart);\n                done();\n            });\n            chart.renderlet(firstRenderlet);\n            chart.render();\n            expect(firstRenderlet).not.toHaveBeenCalled();\n            flushAllD3Transitions();\n            // Test will wait until firstRenderlet has been called\n        });\n\n        it('should not execute a renderlet until after the redraw transitions', done => {\n            const firstRenderlet = jasmine.createSpy().and.callFake(callbackChart => {\n                expect(callbackChart).toBe(chart);\n                done();\n            });\n            chart.renderlet(firstRenderlet);\n            chart.redraw();\n            expect(firstRenderlet).not.toHaveBeenCalled();\n            flushAllD3Transitions();\n            // Test will wait until firstRenderlet has been called\n        });\n\n        it('should execute pretransition event before the render transitions', () => {\n            const pretransition = jasmine.createSpy();\n            chart.on('pretransition.pret', pretransition);\n            chart.render();\n            expect(pretransition).toHaveBeenCalledWith(chart);\n            flushAllD3Transitions();\n        });\n\n        it('should execute pretransition event before the redraw transitions', () => {\n            const pretransition = jasmine.createSpy();\n            chart.on('pretransition.pret', pretransition);\n            chart.redraw();\n            expect(pretransition).toHaveBeenCalledWith(chart);\n            flushAllD3Transitions();\n        });\n\n        it('should execute each renderlet after a render', done => {\n            let count = 0;\n            const renderlet = jasmine.createSpy().and.callFake(callbackChart => {\n                expect(callbackChart).toBe(chart);\n                count++;\n                if (count === 2) {\n                    done();\n                }\n            });\n            const firstRenderlet = renderlet;\n            chart.renderlet(firstRenderlet);\n            chart.renderlet(firstRenderlet);\n            chart.render();\n            flushAllD3Transitions();\n            // Test will wait till firstRenderlet and secondRenderlet both have been called\n        });\n\n        it('should execute each renderlet after a redraw', done => {\n            let count = 0;\n            const renderlet = jasmine.createSpy().and.callFake(callbackChart => {\n                expect(callbackChart).toBe(chart);\n                count++;\n                if (count === 2) {\n                    done();\n                }\n            });\n            const firstRenderlet = renderlet;\n            chart.renderlet(firstRenderlet);\n            chart.renderlet(firstRenderlet);\n            chart.redraw();\n            flushAllD3Transitions();\n            // Test will wait till firstRenderlet and secondRenderlet both have been called\n        });\n\n        it('should execute a named renderlet after a render', done => {\n            const thirdRenderlet = jasmine.createSpy().and.callFake(callbackChart => {\n                expect(callbackChart).toBe(chart);\n                done();\n            });\n            chart.on('renderlet.third', thirdRenderlet);\n            chart.render();\n            expect(thirdRenderlet).not.toHaveBeenCalled();\n            flushAllD3Transitions();\n            // Test will wait until thirdRenderlet has been called\n        });\n\n        it('should execute a named renderlet after a redraw', done => {\n            const thirdRenderlet = jasmine.createSpy().and.callFake(callbackChart => {\n                expect(callbackChart).toBe(chart);\n                done();\n            });\n            chart.on('renderlet.third', thirdRenderlet);\n            chart.redraw();\n            flushAllD3Transitions();\n            // Test will wait until thirdRenderlet has been called\n        });\n\n        it('should remove a named renderlet expect no call after a redraw', done => {\n            const thirdRenderlet = jasmine.createSpy();\n            const secondRenderlet = jasmine.createSpy().and.callFake(callbackChart => {\n                expect(thirdRenderlet).not.toHaveBeenCalled();\n                done();\n            });\n            chart.on('renderlet.third' , secondRenderlet);\n            chart.renderlet(secondRenderlet);\n            chart.on('renderlet.third');\n            chart.redraw();\n            flushAllD3Transitions();\n            // Test will wait until secondRenderlet has been called\n        });\n\n        it('should remove a named renderlet and expect no call after a render', done => {\n            const thirdRenderlet = jasmine.createSpy();\n            const secondRenderlet = jasmine.createSpy().and.callFake(callbackChart => {\n                expect(thirdRenderlet).not.toHaveBeenCalled();\n                done();\n            });\n            chart.on('renderlet.third' , secondRenderlet);\n            chart.renderlet(secondRenderlet);\n            chart.on('renderlet.third');\n            chart.render();\n            flushAllD3Transitions();\n            // Test will wait until secondRenderlet has been called\n        });\n    });\n\n    describe('event listeners', () => {\n        describe('on render', () => {\n            it('should execute the preRender callback', () => {\n                const preRenderSpy = jasmine.createSpy();\n                chart.on('preRender', preRenderSpy);\n                chart.render();\n                flushAllD3Transitions();\n                expect(preRenderSpy).toHaveBeenCalledWith(chart);\n            });\n\n            it('should execute the postRender callback', done => {\n                const preRenderSpy = jasmine.createSpy();\n                const postRender = function (callbackChart) {\n                    // By now preRender must have been called\n                    expect(preRenderSpy).toHaveBeenCalledWith(chart);\n\n                    expect(callbackChart).toBe(chart);\n                    done();\n                };\n\n                chart.on('preRender', preRenderSpy);\n                chart.on('postRender', postRender);\n                chart.render();\n                flushAllD3Transitions();\n                // Test case will wait until postRender has been called\n            });\n        });\n\n        describe('on filter double', () => {\n            let filterSpy, filterSpy2, filter;\n            beforeEach(() => {\n                filter = '1';\n\n                const expectedCallbackSignature = function (callbackChart, callbackFilter) {\n                    expect(callbackChart).toBe(chart);\n                    expect(callbackFilter).toEqual(filter);\n                };\n\n                filterSpy = jasmine.createSpy().and.callFake(expectedCallbackSignature);\n                filterSpy2 = jasmine.createSpy().and.callFake(expectedCallbackSignature);\n                chart.on('filtered.one', filterSpy);\n                chart.on('filtered.two', filterSpy2);\n            });\n\n            it('should execute first callback after setting through #filter', () => {\n                chart.filter(filter);\n                expect(filterSpy).toHaveBeenCalled();\n            });\n\n            it('should execute second callback after setting through #filter', () => {\n                chart.filter(filter);\n                expect(filterSpy2).toHaveBeenCalled();\n            });\n\n            it('should not execute callback after reading from #filter', () => {\n                chart.filter();\n                expect(filterSpy).not.toHaveBeenCalled();\n            });\n        });\n\n        describe('on filter', () => {\n            let filterSpy, filter;\n            beforeEach(() => {\n                filter = '1';\n\n                const expectedCallbackSignature = function (callbackChart, callbackFilter) {\n                    expect(callbackChart).toBe(chart);\n                    expect(callbackFilter).toEqual(filter);\n                };\n\n                filterSpy = jasmine.createSpy().and.callFake(expectedCallbackSignature);\n                chart.on('filtered', filterSpy);\n            });\n\n            it('should execute callback after setting through #filter', () => {\n                chart.filter(filter);\n                expect(filterSpy).toHaveBeenCalled();\n            });\n\n            it('should not execute callback after reading from #filter', () => {\n                chart.filter();\n                expect(filterSpy).not.toHaveBeenCalled();\n            });\n        });\n\n        describe('on redraw', () => {\n            it('should execute the preRedraw callback before transitions', () => {\n                const preRedrawSpy = jasmine.createSpy();\n                chart.on('preRedraw', preRedrawSpy);\n                chart.redraw();\n                expect(preRedrawSpy).toHaveBeenCalledWith(chart);\n                flushAllD3Transitions();\n            });\n\n            it('should execute the postRedraw callback after transitions', done => {\n                const preRedrawSpy = jasmine.createSpy();\n                const postRedraw = function (callbackChart) {\n                    // By now preRedraw must have been called\n                    expect(preRedrawSpy).toHaveBeenCalledWith(chart);\n\n                    expect(callbackChart).toBe(chart);\n                    done();\n                };\n                const postRedrawSpy = jasmine.createSpy().and.callFake(postRedraw);\n                chart.on('preRedraw', preRedrawSpy);\n                chart.on('postRedraw', postRedraw);\n                chart.redraw();\n                expect(postRedrawSpy).not.toHaveBeenCalled();\n                flushAllD3Transitions();\n                // The test case will wait till postRedraw has been called\n            });\n        });\n    });\n\n    describe('validations', () => {\n\n        it('should require dimension', () => {\n            try {\n                dc.baseMixin({}).group(group).render();\n                throw new Error('That should\\'ve thrown');\n            } catch (e) {\n                expect(e instanceof dc.InvalidStateException).toBeTruthy();\n            }\n        });\n\n        it('should require group', () => {\n            try {\n                dc.baseMixin({}).dimension(dimension).render();\n                throw new Error('That should\\'ve thrown');\n            } catch (e) {\n                expect(e instanceof dc.InvalidStateException).toBeTruthy();\n            }\n        });\n    });\n\n    describe('anchoring chart to dom', () => {\n        beforeEach(() => {\n            id = 'chart-id';\n        });\n\n        describe('using a d3-created dom element', () => {\n            let anchorDiv;\n\n            beforeEach(() => {\n                anchorDiv = d3.select('body').append('div').attr('id', id).node();\n                chart.anchor(anchorDiv);\n            });\n\n            it('should register the chart', () => {\n                expect(dc.hasChart(chart)).toBeTruthy();\n            });\n\n            it('should return the node, when anchor is called', () => {\n                expect(chart.anchor()).toEqual(anchorDiv);\n            });\n\n            it('should return the id, when anchorName is called', () => {\n                expect(chart.anchorName()).toEqual(id);\n            });\n\n            describe('without an id', () => {\n                beforeEach(() => {\n                    d3.select(`#${id}`).remove();\n                    anchorDiv = d3.select('body').append('div').attr('class', 'no-id').node();\n                    chart.anchor(anchorDiv);\n                });\n\n                it('should return the node, when anchor is called', () => {\n                    expect(chart.anchor()).toEqual(anchorDiv);\n                });\n\n                it('should return a valid, selectable id', () => {\n                    // see http://stackoverflow.com/questions/70579/what-are-valid-values-for-the-id-attribute-in-html\n                    expect(chart.anchorName()).toMatch(/^[a-zA-Z][a-zA-Z0-9_:.-]*$/);\n                });\n\n            });\n        });\n\n        describe('using a d3 selection', () => {\n            let anchorDiv;\n\n            beforeEach(() => {\n                anchorDiv = d3.select('body').append('div').attr('id', id);\n                chart.anchor(anchorDiv);\n            });\n\n            it('should register the chart', () => {\n                expect(dc.hasChart(chart)).toBeTruthy();\n            });\n\n            it('should return the node, when anchor is called', () => {\n                expect(chart.anchor()).toEqual(anchorDiv.node());\n            });\n\n            it('should return the id, when anchorName is called', () => {\n                expect(chart.anchorName()).toEqual(id);\n            });\n\n            describe('without an id', () => {\n                beforeEach(() => {\n                    d3.select(`#${id}`).remove();\n                    anchorDiv = d3.select('body').append('div').attr('class', 'no-id').node();\n                    chart.anchor(anchorDiv);\n                });\n\n                it('should return the node, when anchor is called', () => {\n                    expect(chart.anchor()).toEqual(anchorDiv);\n                });\n\n                it('should return a valid, selectable id', () => {\n                    // see http://stackoverflow.com/questions/70579/what-are-valid-values-for-the-id-attribute-in-html\n                    expect(chart.anchorName()).toMatch(/^[a-zA-Z][a-zA-Z0-9_:.-]*$/);\n                });\n\n            });\n        });\n\n        describe('using an id selector', () => {\n            beforeEach(() => {\n                d3.select('body').append('div').attr('id', id);\n                chart.anchor(`#${id}`);\n            });\n\n            it('should add the dc chart class to its parent div', () => {\n                expect(chart.root().classed('dc-chart')).toBeTruthy();\n            });\n\n            it('should return the id selector when anchor is called', () => {\n                expect(chart.anchor()).toEqual(`#${id}`);\n            });\n\n            it('should return the id when anchorName is called', () => {\n                expect(chart.anchorName()).toEqual(id);\n            });\n        });\n    });\n\n    describe('calculation of dimensions', () => {\n        let dimdiv;\n        beforeEach(() => {\n            dimdiv = appendChartID('dimensionTest');\n            chart.anchor('#dimensionTest');\n        });\n\n        describe('when set to a falsy on a sized div', () => {\n            let h0, w0;\n            beforeEach(() => {\n                dimdiv\n                    .style('height', '220px')\n                    .style('width', '230px');\n                chart.width(null).height(null).render();\n                w0 = chart.width();\n                h0 = chart.height();\n            });\n\n            it('should set the height to the div size', () => {\n                expect(chart.height()).toBeCloseTo(220, 1);\n            });\n\n            it('should set the width to the div size', () => {\n                expect(chart.width()).toBeCloseTo(230, 1);\n            });\n\n            describe('and redrawn', () => {\n                beforeEach(() => {\n                    chart.redraw();\n                });\n\n                it('should keep the size the same', () => {\n                    expect(chart.height()).toEqual(h0, 1);\n                    expect(chart.width()).toEqual(w0);\n                });\n            });\n\n            describe('and minimums set', () => {\n                beforeEach(() => {\n                    chart.minHeight(234).minWidth(976)\n                        .render();\n                });\n\n                it('should set the height to the minimum', () => {\n                    expect(chart.height()).toBeCloseTo(234, 1);\n                });\n\n                it('should set the width to the minimum', () => {\n                    expect(chart.width()).toBeCloseTo(976, 1);\n                });\n            });\n        });\n\n        describe('when set to a falsy on an unsized div with junk in it', () => {\n            let h0, w0;\n            beforeEach(() => {\n                dimdiv.append('h1').text('helL0');\n                chart.width(null).height(null)\n                    .render()\n                    .resetSvg(); // because all real charts generate svg\n                w0 = chart.width();\n                h0 = chart.height();\n            });\n\n            it('should set the height to at least the default minimum', () => {\n                expect(chart.height()).not.toBeLessThan(200);\n            });\n\n            it('should set the width to at least the default minimum', () => {\n                expect(chart.width()).not.toBeLessThan(200);\n            });\n\n            describe('and redrawn', () => {\n                beforeEach(() => {\n                    chart.redraw();\n                });\n\n                it('should keep the size the same', () => {\n                    expect(chart.height()).toEqual(h0);\n                    expect(chart.width()).toEqual(w0);\n                });\n            });\n        });\n\n        describe('when set with a number', () => {\n            beforeEach(() => {\n                chart.width(300).height(301).render();\n            });\n\n            it('should set the height', () => {\n                expect(chart.height()).toEqual(301);\n            });\n\n            it('should set the width', () => {\n                expect(chart.width()).toEqual(300);\n            });\n        });\n\n        describe('when set to a callback function', () => {\n            let setterSpy;\n            beforeEach(() => {\n                setterSpy = jasmine.createSpy().and.returnValue(800);\n                chart.width(setterSpy).render();\n            });\n\n            it('should not execute callback before width() is called', () => {\n                expect(setterSpy).not.toHaveBeenCalled();\n            });\n\n            it('should ask the callback for the width', () => {\n                expect(chart.width()).toEqual(800);\n                expect(setterSpy).toHaveBeenCalled();\n            });\n        });\n    });\n\n    describe('viewbox resizing strategy', () => {\n        beforeEach(() => {\n            chart\n                .width(600)\n                .height(400)\n                .resetSvg();\n        });\n        it('useViewBoxResizing defaults false', () => {\n            expect(chart.useViewBoxResizing()).toBeFalsy();\n        });\n\n        it('svg has no viewbox when useViewBoxResizing is false', () => {\n            expect(chart.svg().attr('viewBox')).toBeNull();\n        });\n\n        it('svg has width, height when useViewBoxResizing is false', () => {\n            expect(chart.svg().attr('width')).toBe('600');\n            expect(chart.svg().attr('height')).toBe('400');\n        });\n\n        describe('with viewbox enabled', () => {\n            beforeEach(() => {\n                chart\n                    .useViewBoxResizing(true)\n                    .resetSvg();\n            });\n\n            it('has useViewBoxResizing set', () => {\n                expect(chart.useViewBoxResizing()).toBeTruthy();\n            });\n\n            it('svg has viewbox encoding width and height', () => {\n                expect(chart.svg().attr('viewBox')).toEqual('0 0 600 400');\n            });\n\n            it('svg does not have width, height attributes', () => {\n                expect(chart.svg().attr('width')).toBeNull();\n                expect(chart.svg().attr('height')).toBeNull();\n            });\n        });\n    });\n\n    describe('filter handling', () => {\n        let filter, notFilter;\n        beforeEach(() => {\n            // 1 && 0 should handle most cases.  Could be true/false booleans...\n            filter = 1;\n            notFilter = 0;\n            chart.addFilterHandler(addFilterHandler);\n            chart.hasFilterHandler(hasFilterHandler);\n            chart.removeFilterHandler(removeFilterHandler);\n            chart.resetFilterHandler(resetFilterHandler);\n            chart.filterAll();\n        });\n        it('with the default hasFilterHandler', () => {\n            chart.filter(filter);\n            expect(chart.hasFilter(filter)).toBeTruthy();\n            expect(chart.hasFilter(notFilter)).toBeFalsy();\n        });\n        it('with a truthy hasFilterHandler', () => {\n            chart.filter(filter);\n            chart.hasFilterHandler(() => true);\n            expect(chart.hasFilter(filter)).toBeTruthy();\n            expect(chart.hasFilter(notFilter)).toBeTruthy();\n        });\n        it('with a falsy hasFilterHandler', () => {\n            chart.filter(filter);\n            chart.hasFilterHandler(() => false);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeFalsy();\n        });\n        it('with the default addFilterHandler', () => {\n            chart.filter(filter);\n            expect(chart.hasFilter(filter)).toBeTruthy();\n            expect(chart.filters().length).toEqual(1);\n        });\n        it('with a noop addFilterHandler', () => {\n            chart.addFilterHandler((filters, f) => filters);\n            chart.filter(filter);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeFalsy();\n            expect(chart.filters().length).toEqual(0);\n        });\n        it('with a static addFilterHandler', () => {\n            chart.addFilterHandler((filters, f) => {\n                filters.push(notFilter);\n                return filters;\n            });\n            chart.filter(filter);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeTruthy();\n            expect(chart.filters().length).toEqual(1);\n        });\n        it('with the default removeFilterHandler', () => {\n            chart.filter(filter);\n            chart.filter(notFilter);\n            expect(chart.filters().length).toEqual(2);\n            chart.filter(filter);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeTruthy();\n            expect(chart.filters().length).toEqual(1);\n            chart.filter(notFilter);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeFalsy();\n            expect(chart.filters().length).toEqual(0);\n        });\n        it('with a noop removeFilterHandler', () => {\n            chart.filter(filter);\n            chart.filter(notFilter);\n            chart.removeFilterHandler((filters, f) => filters);\n            expect(chart.filters().length).toEqual(2);\n            chart.filter(filter);\n            expect(chart.hasFilter(filter)).toBeTruthy();\n            expect(chart.hasFilter(notFilter)).toBeTruthy();\n            expect(chart.filters().length).toEqual(2);\n            chart.filter(notFilter);\n            expect(chart.hasFilter(filter)).toBeTruthy();\n            expect(chart.hasFilter(notFilter)).toBeTruthy();\n            expect(chart.filters().length).toEqual(2);\n        });\n        it('with a shift removeFilterHandler', () => {\n            chart.filter(filter);\n            chart.filter(notFilter);\n            chart.removeFilterHandler((filters, f) => {\n                if (filters.length > 0) {\n                    filters.shift();\n                }\n                return filters;\n            });\n            expect(chart.filters().length).toEqual(2);\n            chart.filter(notFilter);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeTruthy();\n            expect(chart.filters().length).toEqual(1);\n            chart.filter(notFilter);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeFalsy();\n            expect(chart.filters().length).toEqual(0);\n        });\n        it('with the default resetFilterHandler', () => {\n            chart.filter(filter);\n            chart.filter(notFilter);\n            chart.filter(null);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeFalsy();\n            expect(chart.filters().length).toEqual(0);\n        });\n        it('with a noop resetFilterHandler', () => {\n            chart.filter(filter);\n            chart.filter(notFilter);\n            chart.resetFilterHandler(filters => filters);\n            chart.filter(null);\n            expect(chart.hasFilter(filter)).toBeTruthy();\n            expect(chart.hasFilter(notFilter)).toBeTruthy();\n            expect(chart.filters().length).toEqual(2);\n        });\n        it('with a shift resetFilterHandler', () => {\n            chart.filter(filter);\n            chart.filter(notFilter);\n            chart.resetFilterHandler(filters => {\n                filters.shift();\n                return filters;\n            });\n            chart.filter(null);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeTruthy();\n            expect(chart.filters().length).toEqual(1);\n            chart.filter(null);\n            expect(chart.hasFilter(filter)).toBeFalsy();\n            expect(chart.hasFilter(notFilter)).toBeFalsy();\n            expect(chart.filters().length).toEqual(0);\n        });\n    });\n\n    describe('accessibility base svg', () => {\n\n        it('should have default description when keyboardAccessible is true', () => {\n            chart\n                .keyboardAccessible(true)\n                .resetSvg();\n\n            expect(chart.svg().attr('tabindex')).toEqual('0');\n            expect(chart.svg().node().firstChild.innerHTML).toEqual('BaseMixin');\n        });\n\n        it('should have custom description if svgDescription is set', () => {\n            chart\n                .svgDescription('I am a chart')\n                .resetSvg();\n            \n            expect(chart.svg().attr('tabindex')).toEqual('0');\n            expect(chart.svg().node().firstChild.innerHTML).toEqual('I am a chart');\n        });\n\n        it('should not have accessibility features if not explicitly enabled', () => {\n            chart\n                .resetSvg();\n            \n            expect(chart.svg().attr('tabindex')).toBeNull();\n        });\n\n\n    })\n});\n"
  },
  {
    "path": "spec/biggish-data-spec.js",
    "content": "/* global appendChartID */\n/* eslint \"max-len\": 0 */\nfunction biggishData () {\n    return JSON.parse('[{\"k\":1,\"t\":\"2015-01-09T20:00:00.0000000\",\"n\":65},{\"k\":1,\"t\":\"2015-01-09T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-09T22:00:00.0000000\",\"n\":22},{\"k\":1,\"t\":\"2015-01-09T23:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-12T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-12T20:00:00.0000000\",\"n\":49},{\"k\":1,\"t\":\"2015-01-12T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-13T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-13T15:00:00.0000000\",\"n\":98},{\"k\":1,\"t\":\"2015-01-13T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-13T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-13T19:00:00.0000000\",\"n\":420},{\"k\":1,\"t\":\"2015-01-13T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-14T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-14T17:00:00.0000000\",\"n\":62},{\"k\":1,\"t\":\"2015-01-14T18:00:00.0000000\",\"n\":50},{\"k\":1,\"t\":\"2015-01-14T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-15T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-15T14:00:00.0000000\",\"n\":23},{\"k\":1,\"t\":\"2015-01-15T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-16T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-16T16:00:00.0000000\",\"n\":91},{\"k\":1,\"t\":\"2015-01-16T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-16T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-16T21:00:00.0000000\",\"n\":20},{\"k\":1,\"t\":\"2015-01-16T22:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-19T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-19T14:00:00.0000000\",\"n\":64},{\"k\":1,\"t\":\"2015-01-19T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-19T16:00:00.0000000\",\"n\":65},{\"k\":1,\"t\":\"2015-01-19T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-21T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-21T15:00:00.0000000\",\"n\":57},{\"k\":1,\"t\":\"2015-01-21T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-21T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-21T18:00:00.0000000\",\"n\":58},{\"k\":1,\"t\":\"2015-01-21T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-22T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-22T14:00:00.0000000\",\"n\":59},{\"k\":1,\"t\":\"2015-01-22T15:00:00.0000000\",\"n\":101},{\"k\":1,\"t\":\"2015-01-22T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-22T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-22T19:00:00.0000000\",\"n\":94},{\"k\":1,\"t\":\"2015-01-22T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-23T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-23T16:00:00.0000000\",\"n\":355},{\"k\":1,\"t\":\"2015-01-23T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-23T18:00:00.0000000\",\"n\":91},{\"k\":1,\"t\":\"2015-01-23T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-23T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-23T22:00:00.0000000\",\"n\":112},{\"k\":1,\"t\":\"2015-01-23T23:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-28T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-28T15:00:00.0000000\",\"n\":107},{\"k\":1,\"t\":\"2015-01-28T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-28T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-28T18:00:00.0000000\",\"n\":78},{\"k\":1,\"t\":\"2015-01-28T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-29T01:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-29T02:00:00.0000000\",\"n\":135},{\"k\":1,\"t\":\"2015-01-29T03:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-29T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-29T15:00:00.0000000\",\"n\":67},{\"k\":1,\"t\":\"2015-01-29T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-29T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-29T21:00:00.0000000\",\"n\":49},{\"k\":1,\"t\":\"2015-01-29T22:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-30T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-01-30T15:00:00.0000000\",\"n\":57},{\"k\":1,\"t\":\"2015-01-30T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-03T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-03T16:00:00.0000000\",\"n\":144},{\"k\":1,\"t\":\"2015-02-03T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-04T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-04T15:00:00.0000000\",\"n\":210},{\"k\":1,\"t\":\"2015-02-04T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-04T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-04T18:00:00.0000000\",\"n\":62},{\"k\":1,\"t\":\"2015-02-04T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-05T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-05T15:00:00.0000000\",\"n\":105},{\"k\":1,\"t\":\"2015-02-05T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-05T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-05T18:00:00.0000000\",\"n\":277},{\"k\":1,\"t\":\"2015-02-05T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-06T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-06T16:00:00.0000000\",\"n\":253},{\"k\":1,\"t\":\"2015-02-06T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-06T18:00:00.0000000\",\"n\":64},{\"k\":1,\"t\":\"2015-02-06T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-09T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-09T15:00:00.0000000\",\"n\":123},{\"k\":1,\"t\":\"2015-02-09T16:00:00.0000000\",\"n\":184},{\"k\":1,\"t\":\"2015-02-09T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-10T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-10T15:00:00.0000000\",\"n\":100},{\"k\":1,\"t\":\"2015-02-10T16:00:00.0000000\",\"n\":271},{\"k\":1,\"t\":\"2015-02-10T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-10T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-10T20:00:00.0000000\",\"n\":72},{\"k\":1,\"t\":\"2015-02-10T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-11T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-11T15:00:00.0000000\",\"n\":117},{\"k\":1,\"t\":\"2015-02-11T16:00:00.0000000\",\"n\":294},{\"k\":1,\"t\":\"2015-02-11T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-11T18:00:00.0000000\",\"n\":61},{\"k\":1,\"t\":\"2015-02-11T19:00:00.0000000\",\"n\":624},{\"k\":1,\"t\":\"2015-02-11T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-11T21:00:00.0000000\",\"n\":56},{\"k\":1,\"t\":\"2015-02-11T22:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-12T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-12T15:00:00.0000000\",\"n\":112},{\"k\":1,\"t\":\"2015-02-12T16:00:00.0000000\",\"n\":295},{\"k\":1,\"t\":\"2015-02-12T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-12T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-12T19:00:00.0000000\",\"n\":126},{\"k\":1,\"t\":\"2015-02-12T20:00:00.0000000\",\"n\":513},{\"k\":1,\"t\":\"2015-02-12T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-13T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-13T15:00:00.0000000\",\"n\":198},{\"k\":1,\"t\":\"2015-02-13T16:00:00.0000000\",\"n\":270},{\"k\":1,\"t\":\"2015-02-13T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-13T18:00:00.0000000\",\"n\":528},{\"k\":1,\"t\":\"2015-02-13T19:00:00.0000000\",\"n\":2274},{\"k\":1,\"t\":\"2015-02-13T20:00:00.0000000\",\"n\":834},{\"k\":1,\"t\":\"2015-02-13T21:00:00.0000000\",\"n\":372},{\"k\":1,\"t\":\"2015-02-13T22:00:00.0000000\",\"n\":372},{\"k\":1,\"t\":\"2015-02-13T23:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-17T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-17T15:00:00.0000000\",\"n\":119},{\"k\":1,\"t\":\"2015-02-17T16:00:00.0000000\",\"n\":135},{\"k\":1,\"t\":\"2015-02-17T17:00:00.0000000\",\"n\":67},{\"k\":1,\"t\":\"2015-02-17T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-18T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-18T15:00:00.0000000\",\"n\":137},{\"k\":1,\"t\":\"2015-02-18T16:00:00.0000000\",\"n\":254},{\"k\":1,\"t\":\"2015-02-18T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-18T18:00:00.0000000\",\"n\":64},{\"k\":1,\"t\":\"2015-02-18T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-18T20:00:00.0000000\",\"n\":53},{\"k\":1,\"t\":\"2015-02-18T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-19T12:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-19T13:00:00.0000000\",\"n\":86},{\"k\":1,\"t\":\"2015-02-19T14:00:00.0000000\",\"n\":210},{\"k\":1,\"t\":\"2015-02-19T15:00:00.0000000\",\"n\":338},{\"k\":1,\"t\":\"2015-02-19T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-19T17:00:00.0000000\",\"n\":149},{\"k\":1,\"t\":\"2015-02-19T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-20T11:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-20T12:00:00.0000000\",\"n\":44},{\"k\":1,\"t\":\"2015-02-20T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-22T00:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-22T01:00:00.0000000\",\"n\":458},{\"k\":1,\"t\":\"2015-02-22T02:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-23T12:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-23T13:00:00.0000000\",\"n\":87},{\"k\":1,\"t\":\"2015-02-23T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-23T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-23T16:00:00.0000000\",\"n\":142},{\"k\":1,\"t\":\"2015-02-23T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-24T01:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-24T02:00:00.0000000\",\"n\":235},{\"k\":1,\"t\":\"2015-02-24T03:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-24T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-24T14:00:00.0000000\",\"n\":638},{\"k\":1,\"t\":\"2015-02-24T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-25T11:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-25T12:00:00.0000000\",\"n\":56},{\"k\":1,\"t\":\"2015-02-25T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-25T14:00:00.0000000\",\"n\":1083},{\"k\":1,\"t\":\"2015-02-25T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-27T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-02-27T17:00:00.0000000\",\"n\":196},{\"k\":1,\"t\":\"2015-02-27T18:00:00.0000000\",\"n\":50},{\"k\":1,\"t\":\"2015-02-27T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-03T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-03T14:00:00.0000000\",\"n\":207},{\"k\":1,\"t\":\"2015-03-03T15:00:00.0000000\",\"n\":526},{\"k\":1,\"t\":\"2015-03-03T16:00:00.0000000\",\"n\":270},{\"k\":1,\"t\":\"2015-03-03T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-03T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-03T21:00:00.0000000\",\"n\":60},{\"k\":1,\"t\":\"2015-03-03T22:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-04T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-04T18:00:00.0000000\",\"n\":62},{\"k\":1,\"t\":\"2015-03-04T19:00:00.0000000\",\"n\":532},{\"k\":1,\"t\":\"2015-03-04T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-05T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-05T18:00:00.0000000\",\"n\":478},{\"k\":1,\"t\":\"2015-03-05T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-05T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-05T21:00:00.0000000\",\"n\":42},{\"k\":1,\"t\":\"2015-03-05T22:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-06T02:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-06T03:00:00.0000000\",\"n\":74},{\"k\":1,\"t\":\"2015-03-06T04:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-09T11:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-09T12:00:00.0000000\",\"n\":61},{\"k\":1,\"t\":\"2015-03-09T13:00:00.0000000\",\"n\":107},{\"k\":1,\"t\":\"2015-03-09T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-09T15:00:00.0000000\",\"n\":70},{\"k\":1,\"t\":\"2015-03-09T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-10T01:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-10T02:00:00.0000000\",\"n\":70},{\"k\":1,\"t\":\"2015-03-10T03:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-10T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-10T18:00:00.0000000\",\"n\":141},{\"k\":1,\"t\":\"2015-03-10T19:00:00.0000000\",\"n\":98},{\"k\":1,\"t\":\"2015-03-10T20:00:00.0000000\",\"n\":94},{\"k\":1,\"t\":\"2015-03-10T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-12T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-12T16:00:00.0000000\",\"n\":133},{\"k\":1,\"t\":\"2015-03-12T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-16T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-16T14:00:00.0000000\",\"n\":45},{\"k\":1,\"t\":\"2015-03-16T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-17T12:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-17T13:00:00.0000000\",\"n\":274},{\"k\":1,\"t\":\"2015-03-17T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-17T15:00:00.0000000\",\"n\":55},{\"k\":1,\"t\":\"2015-03-17T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-18T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-18T15:00:00.0000000\",\"n\":50},{\"k\":1,\"t\":\"2015-03-18T16:00:00.0000000\",\"n\":50},{\"k\":1,\"t\":\"2015-03-18T17:00:00.0000000\",\"n\":803},{\"k\":1,\"t\":\"2015-03-18T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-18T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-18T20:00:00.0000000\",\"n\":611},{\"k\":1,\"t\":\"2015-03-18T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-19T11:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-19T12:00:00.0000000\",\"n\":185},{\"k\":1,\"t\":\"2015-03-19T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-19T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-19T15:00:00.0000000\",\"n\":158},{\"k\":1,\"t\":\"2015-03-19T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-20T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-20T18:00:00.0000000\",\"n\":19},{\"k\":1,\"t\":\"2015-03-20T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-23T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-23T19:00:00.0000000\",\"n\":67},{\"k\":1,\"t\":\"2015-03-23T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-24T10:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-24T11:00:00.0000000\",\"n\":134},{\"k\":1,\"t\":\"2015-03-24T12:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-25T12:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-25T13:00:00.0000000\",\"n\":93},{\"k\":1,\"t\":\"2015-03-25T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-25T15:00:00.0000000\",\"n\":121},{\"k\":1,\"t\":\"2015-03-25T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-25T17:00:00.0000000\",\"n\":452},{\"k\":1,\"t\":\"2015-03-25T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-26T12:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-26T13:00:00.0000000\",\"n\":731},{\"k\":1,\"t\":\"2015-03-26T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-26T17:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-26T18:00:00.0000000\",\"n\":207},{\"k\":1,\"t\":\"2015-03-26T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-30T19:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-30T20:00:00.0000000\",\"n\":83},{\"k\":1,\"t\":\"2015-03-30T21:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-31T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-03-31T19:00:00.0000000\",\"n\":56},{\"k\":1,\"t\":\"2015-03-31T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-01T11:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-01T12:00:00.0000000\",\"n\":49},{\"k\":1,\"t\":\"2015-04-01T13:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-01T16:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-01T17:00:00.0000000\",\"n\":94},{\"k\":1,\"t\":\"2015-04-01T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-01T20:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-01T21:00:00.0000000\",\"n\":356},{\"k\":1,\"t\":\"2015-04-01T22:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-02T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-02T15:00:00.0000000\",\"n\":136},{\"k\":1,\"t\":\"2015-04-02T16:00:00.0000000\",\"n\":61},{\"k\":1,\"t\":\"2015-04-02T17:00:00.0000000\",\"n\":640},{\"k\":1,\"t\":\"2015-04-02T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-03T11:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-03T12:00:00.0000000\",\"n\":95},{\"k\":1,\"t\":\"2015-04-03T13:00:00.0000000\",\"n\":78},{\"k\":1,\"t\":\"2015-04-03T14:00:00.0000000\",\"n\":101},{\"k\":1,\"t\":\"2015-04-03T15:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-03T16:00:00.0000000\",\"n\":270},{\"k\":1,\"t\":\"2015-04-03T17:00:00.0000000\",\"n\":21},{\"k\":1,\"t\":\"2015-04-03T18:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-07T14:00:00.0000000\",\"n\":0},{\"k\":1,\"t\":\"2015-04-07T15:00:00.0000000\",\"n\":264},{\"k\":2,\"t\":\"2015-01-10T01:00:00.0000000\",\"n\":90},{\"k\":2,\"t\":\"2015-01-10T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-10T03:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T04:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T05:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T06:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T07:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T08:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T09:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T10:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T11:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T12:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T13:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T14:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T15:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T16:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T17:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T18:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T19:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T20:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T21:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T22:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-10T23:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T00:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T01:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T02:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T03:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T04:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T05:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T06:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T07:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T08:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T09:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T10:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T11:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T12:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T13:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T14:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T15:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T16:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T17:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T18:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T19:00:00.0000000\",\"n\":2339},{\"k\":2,\"t\":\"2015-01-11T20:00:00.0000000\",\"n\":1163},{\"k\":2,\"t\":\"2015-01-11T21:00:00.0000000\",\"n\":1163},{\"k\":2,\"t\":\"2015-01-11T22:00:00.0000000\",\"n\":1173},{\"k\":2,\"t\":\"2015-01-11T23:00:00.0000000\",\"n\":406},{\"k\":2,\"t\":\"2015-01-12T00:00:00.0000000\",\"n\":2102},{\"k\":2,\"t\":\"2015-01-12T01:00:00.0000000\",\"n\":1584},{\"k\":2,\"t\":\"2015-01-12T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-12T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-12T13:00:00.0000000\",\"n\":116},{\"k\":2,\"t\":\"2015-01-12T14:00:00.0000000\",\"n\":336},{\"k\":2,\"t\":\"2015-01-12T15:00:00.0000000\",\"n\":412},{\"k\":2,\"t\":\"2015-01-12T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-12T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-12T18:00:00.0000000\",\"n\":101},{\"k\":2,\"t\":\"2015-01-12T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-12T20:00:00.0000000\",\"n\":124},{\"k\":2,\"t\":\"2015-01-12T21:00:00.0000000\",\"n\":136},{\"k\":2,\"t\":\"2015-01-12T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-13T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-13T14:00:00.0000000\",\"n\":146},{\"k\":2,\"t\":\"2015-01-13T15:00:00.0000000\",\"n\":181},{\"k\":2,\"t\":\"2015-01-13T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-13T17:00:00.0000000\",\"n\":44},{\"k\":2,\"t\":\"2015-01-13T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-13T19:00:00.0000000\",\"n\":114},{\"k\":2,\"t\":\"2015-01-13T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-14T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-14T14:00:00.0000000\",\"n\":66},{\"k\":2,\"t\":\"2015-01-14T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-14T16:00:00.0000000\",\"n\":132},{\"k\":2,\"t\":\"2015-01-14T17:00:00.0000000\",\"n\":294},{\"k\":2,\"t\":\"2015-01-14T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-14T19:00:00.0000000\",\"n\":180},{\"k\":2,\"t\":\"2015-01-14T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-15T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-15T01:00:00.0000000\",\"n\":136},{\"k\":2,\"t\":\"2015-01-15T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-15T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-15T16:00:00.0000000\",\"n\":50},{\"k\":2,\"t\":\"2015-01-15T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-15T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-15T22:00:00.0000000\",\"n\":80},{\"k\":2,\"t\":\"2015-01-15T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-16T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-16T14:00:00.0000000\",\"n\":256},{\"k\":2,\"t\":\"2015-01-16T15:00:00.0000000\",\"n\":529},{\"k\":2,\"t\":\"2015-01-16T16:00:00.0000000\",\"n\":583},{\"k\":2,\"t\":\"2015-01-16T17:00:00.0000000\",\"n\":529},{\"k\":2,\"t\":\"2015-01-16T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-16T19:00:00.0000000\",\"n\":597},{\"k\":2,\"t\":\"2015-01-16T20:00:00.0000000\",\"n\":769},{\"k\":2,\"t\":\"2015-01-16T21:00:00.0000000\",\"n\":597},{\"k\":2,\"t\":\"2015-01-16T22:00:00.0000000\",\"n\":597},{\"k\":2,\"t\":\"2015-01-16T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-17T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-17T11:00:00.0000000\",\"n\":120},{\"k\":2,\"t\":\"2015-01-17T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-19T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-19T13:00:00.0000000\",\"n\":54},{\"k\":2,\"t\":\"2015-01-19T14:00:00.0000000\",\"n\":116},{\"k\":2,\"t\":\"2015-01-19T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-19T16:00:00.0000000\",\"n\":204},{\"k\":2,\"t\":\"2015-01-19T17:00:00.0000000\",\"n\":49},{\"k\":2,\"t\":\"2015-01-19T18:00:00.0000000\",\"n\":128},{\"k\":2,\"t\":\"2015-01-19T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-19T20:00:00.0000000\",\"n\":50},{\"k\":2,\"t\":\"2015-01-19T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-20T09:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-20T10:00:00.0000000\",\"n\":413},{\"k\":2,\"t\":\"2015-01-20T11:00:00.0000000\",\"n\":990},{\"k\":2,\"t\":\"2015-01-20T12:00:00.0000000\",\"n\":603},{\"k\":2,\"t\":\"2015-01-20T13:00:00.0000000\",\"n\":603},{\"k\":2,\"t\":\"2015-01-20T14:00:00.0000000\",\"n\":603},{\"k\":2,\"t\":\"2015-01-20T15:00:00.0000000\",\"n\":717},{\"k\":2,\"t\":\"2015-01-20T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-20T17:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-01-20T18:00:00.0000000\",\"n\":90},{\"k\":2,\"t\":\"2015-01-20T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-21T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-21T13:00:00.0000000\",\"n\":1268},{\"k\":2,\"t\":\"2015-01-21T14:00:00.0000000\",\"n\":666},{\"k\":2,\"t\":\"2015-01-21T15:00:00.0000000\",\"n\":666},{\"k\":2,\"t\":\"2015-01-21T16:00:00.0000000\",\"n\":666},{\"k\":2,\"t\":\"2015-01-21T17:00:00.0000000\",\"n\":666},{\"k\":2,\"t\":\"2015-01-21T18:00:00.0000000\",\"n\":420},{\"k\":2,\"t\":\"2015-01-21T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-22T01:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-22T02:00:00.0000000\",\"n\":68},{\"k\":2,\"t\":\"2015-01-22T03:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-22T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-22T14:00:00.0000000\",\"n\":60},{\"k\":2,\"t\":\"2015-01-22T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-22T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-22T19:00:00.0000000\",\"n\":45},{\"k\":2,\"t\":\"2015-01-22T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-23T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-23T12:00:00.0000000\",\"n\":927},{\"k\":2,\"t\":\"2015-01-23T13:00:00.0000000\",\"n\":671},{\"k\":2,\"t\":\"2015-01-23T14:00:00.0000000\",\"n\":671},{\"k\":2,\"t\":\"2015-01-23T15:00:00.0000000\",\"n\":671},{\"k\":2,\"t\":\"2015-01-23T16:00:00.0000000\",\"n\":671},{\"k\":2,\"t\":\"2015-01-23T17:00:00.0000000\",\"n\":671},{\"k\":2,\"t\":\"2015-01-23T18:00:00.0000000\",\"n\":671},{\"k\":2,\"t\":\"2015-01-23T19:00:00.0000000\",\"n\":671},{\"k\":2,\"t\":\"2015-01-23T20:00:00.0000000\",\"n\":713},{\"k\":2,\"t\":\"2015-01-23T21:00:00.0000000\",\"n\":671},{\"k\":2,\"t\":\"2015-01-23T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-24T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-24T22:00:00.0000000\",\"n\":46},{\"k\":2,\"t\":\"2015-01-24T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-26T09:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-26T10:00:00.0000000\",\"n\":59},{\"k\":2,\"t\":\"2015-01-26T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-26T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-26T13:00:00.0000000\",\"n\":927},{\"k\":2,\"t\":\"2015-01-26T14:00:00.0000000\",\"n\":753},{\"k\":2,\"t\":\"2015-01-26T15:00:00.0000000\",\"n\":681},{\"k\":2,\"t\":\"2015-01-26T16:00:00.0000000\",\"n\":681},{\"k\":2,\"t\":\"2015-01-26T17:00:00.0000000\",\"n\":681},{\"k\":2,\"t\":\"2015-01-26T18:00:00.0000000\",\"n\":801},{\"k\":2,\"t\":\"2015-01-26T19:00:00.0000000\",\"n\":811},{\"k\":2,\"t\":\"2015-01-26T20:00:00.0000000\",\"n\":681},{\"k\":2,\"t\":\"2015-01-26T21:00:00.0000000\",\"n\":727},{\"k\":2,\"t\":\"2015-01-26T22:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-01-26T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T03:00:00.0000000\",\"n\":52},{\"k\":2,\"t\":\"2015-01-27T04:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T12:00:00.0000000\",\"n\":363},{\"k\":2,\"t\":\"2015-01-27T13:00:00.0000000\",\"n\":58},{\"k\":2,\"t\":\"2015-01-27T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T15:00:00.0000000\",\"n\":58},{\"k\":2,\"t\":\"2015-01-27T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T18:00:00.0000000\",\"n\":44},{\"k\":2,\"t\":\"2015-01-27T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-27T21:00:00.0000000\",\"n\":54},{\"k\":2,\"t\":\"2015-01-27T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-28T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-28T13:00:00.0000000\",\"n\":326},{\"k\":2,\"t\":\"2015-01-28T14:00:00.0000000\",\"n\":490},{\"k\":2,\"t\":\"2015-01-28T15:00:00.0000000\",\"n\":66},{\"k\":2,\"t\":\"2015-01-28T16:00:00.0000000\",\"n\":44},{\"k\":2,\"t\":\"2015-01-28T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-28T18:00:00.0000000\",\"n\":168},{\"k\":2,\"t\":\"2015-01-28T19:00:00.0000000\",\"n\":362},{\"k\":2,\"t\":\"2015-01-28T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-29T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-29T01:00:00.0000000\",\"n\":54},{\"k\":2,\"t\":\"2015-01-29T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-29T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-29T13:00:00.0000000\",\"n\":60},{\"k\":2,\"t\":\"2015-01-29T14:00:00.0000000\",\"n\":152},{\"k\":2,\"t\":\"2015-01-29T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-29T16:00:00.0000000\",\"n\":80},{\"k\":2,\"t\":\"2015-01-29T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-29T18:00:00.0000000\",\"n\":70},{\"k\":2,\"t\":\"2015-01-29T19:00:00.0000000\",\"n\":254},{\"k\":2,\"t\":\"2015-01-29T20:00:00.0000000\",\"n\":171},{\"k\":2,\"t\":\"2015-01-29T21:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-01-29T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-29T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-30T00:00:00.0000000\",\"n\":150},{\"k\":2,\"t\":\"2015-01-30T01:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-01-30T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-30T07:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-30T08:00:00.0000000\",\"n\":52},{\"k\":2,\"t\":\"2015-01-30T09:00:00.0000000\",\"n\":51},{\"k\":2,\"t\":\"2015-01-30T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-30T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-01-30T12:00:00.0000000\",\"n\":243},{\"k\":2,\"t\":\"2015-01-30T13:00:00.0000000\",\"n\":678},{\"k\":2,\"t\":\"2015-01-30T14:00:00.0000000\",\"n\":678},{\"k\":2,\"t\":\"2015-01-30T15:00:00.0000000\",\"n\":892},{\"k\":2,\"t\":\"2015-01-30T16:00:00.0000000\",\"n\":852},{\"k\":2,\"t\":\"2015-01-30T17:00:00.0000000\",\"n\":678},{\"k\":2,\"t\":\"2015-01-30T18:00:00.0000000\",\"n\":741},{\"k\":2,\"t\":\"2015-01-30T19:00:00.0000000\",\"n\":801},{\"k\":2,\"t\":\"2015-01-30T20:00:00.0000000\",\"n\":709},{\"k\":2,\"t\":\"2015-01-30T21:00:00.0000000\",\"n\":755},{\"k\":2,\"t\":\"2015-01-30T22:00:00.0000000\",\"n\":98},{\"k\":2,\"t\":\"2015-01-30T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-01T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-01T15:00:00.0000000\",\"n\":149},{\"k\":2,\"t\":\"2015-02-01T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-01T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-01T18:00:00.0000000\",\"n\":62},{\"k\":2,\"t\":\"2015-02-01T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-02T03:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-02T04:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-02-02T05:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-02T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-02T13:00:00.0000000\",\"n\":889},{\"k\":2,\"t\":\"2015-02-02T14:00:00.0000000\",\"n\":673},{\"k\":2,\"t\":\"2015-02-02T15:00:00.0000000\",\"n\":44},{\"k\":2,\"t\":\"2015-02-02T16:00:00.0000000\",\"n\":330},{\"k\":2,\"t\":\"2015-02-02T17:00:00.0000000\",\"n\":766},{\"k\":2,\"t\":\"2015-02-02T18:00:00.0000000\",\"n\":578},{\"k\":2,\"t\":\"2015-02-02T19:00:00.0000000\",\"n\":750},{\"k\":2,\"t\":\"2015-02-02T20:00:00.0000000\",\"n\":975},{\"k\":2,\"t\":\"2015-02-02T21:00:00.0000000\",\"n\":692},{\"k\":2,\"t\":\"2015-02-02T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-03T01:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-03T02:00:00.0000000\",\"n\":64},{\"k\":2,\"t\":\"2015-02-03T03:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-03T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-03T13:00:00.0000000\",\"n\":311},{\"k\":2,\"t\":\"2015-02-03T14:00:00.0000000\",\"n\":472},{\"k\":2,\"t\":\"2015-02-03T15:00:00.0000000\",\"n\":210},{\"k\":2,\"t\":\"2015-02-03T16:00:00.0000000\",\"n\":513},{\"k\":2,\"t\":\"2015-02-03T17:00:00.0000000\",\"n\":184},{\"k\":2,\"t\":\"2015-02-03T18:00:00.0000000\",\"n\":174},{\"k\":2,\"t\":\"2015-02-03T19:00:00.0000000\",\"n\":152},{\"k\":2,\"t\":\"2015-02-03T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-03T21:00:00.0000000\",\"n\":74},{\"k\":2,\"t\":\"2015-02-03T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-03T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-04T00:00:00.0000000\",\"n\":44},{\"k\":2,\"t\":\"2015-02-04T01:00:00.0000000\",\"n\":66},{\"k\":2,\"t\":\"2015-02-04T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-04T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-04T13:00:00.0000000\",\"n\":225},{\"k\":2,\"t\":\"2015-02-04T14:00:00.0000000\",\"n\":96},{\"k\":2,\"t\":\"2015-02-04T15:00:00.0000000\",\"n\":234},{\"k\":2,\"t\":\"2015-02-04T16:00:00.0000000\",\"n\":184},{\"k\":2,\"t\":\"2015-02-04T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-04T18:00:00.0000000\",\"n\":580},{\"k\":2,\"t\":\"2015-02-04T19:00:00.0000000\",\"n\":140},{\"k\":2,\"t\":\"2015-02-04T20:00:00.0000000\",\"n\":204},{\"k\":2,\"t\":\"2015-02-04T21:00:00.0000000\",\"n\":366},{\"k\":2,\"t\":\"2015-02-04T22:00:00.0000000\",\"n\":62},{\"k\":2,\"t\":\"2015-02-04T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-05T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-05T03:00:00.0000000\",\"n\":112},{\"k\":2,\"t\":\"2015-02-05T04:00:00.0000000\",\"n\":64},{\"k\":2,\"t\":\"2015-02-05T05:00:00.0000000\",\"n\":192},{\"k\":2,\"t\":\"2015-02-05T06:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-05T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-05T13:00:00.0000000\",\"n\":227},{\"k\":2,\"t\":\"2015-02-05T14:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-02-05T15:00:00.0000000\",\"n\":341},{\"k\":2,\"t\":\"2015-02-05T16:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-02-05T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-05T18:00:00.0000000\",\"n\":431},{\"k\":2,\"t\":\"2015-02-05T19:00:00.0000000\",\"n\":178},{\"k\":2,\"t\":\"2015-02-05T20:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-02-05T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-06T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-06T13:00:00.0000000\",\"n\":182},{\"k\":2,\"t\":\"2015-02-06T14:00:00.0000000\",\"n\":98},{\"k\":2,\"t\":\"2015-02-06T15:00:00.0000000\",\"n\":67},{\"k\":2,\"t\":\"2015-02-06T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-06T17:00:00.0000000\",\"n\":54},{\"k\":2,\"t\":\"2015-02-06T18:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-02-06T19:00:00.0000000\",\"n\":164},{\"k\":2,\"t\":\"2015-02-06T20:00:00.0000000\",\"n\":72},{\"k\":2,\"t\":\"2015-02-06T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-09T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-09T03:00:00.0000000\",\"n\":90},{\"k\":2,\"t\":\"2015-02-09T04:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-09T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-09T13:00:00.0000000\",\"n\":312},{\"k\":2,\"t\":\"2015-02-09T14:00:00.0000000\",\"n\":56},{\"k\":2,\"t\":\"2015-02-09T15:00:00.0000000\",\"n\":107},{\"k\":2,\"t\":\"2015-02-09T16:00:00.0000000\",\"n\":96},{\"k\":2,\"t\":\"2015-02-09T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-09T18:00:00.0000000\",\"n\":135},{\"k\":2,\"t\":\"2015-02-09T19:00:00.0000000\",\"n\":171},{\"k\":2,\"t\":\"2015-02-09T20:00:00.0000000\",\"n\":253},{\"k\":2,\"t\":\"2015-02-09T21:00:00.0000000\",\"n\":260},{\"k\":2,\"t\":\"2015-02-09T22:00:00.0000000\",\"n\":328},{\"k\":2,\"t\":\"2015-02-09T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-10T00:00:00.0000000\",\"n\":169},{\"k\":2,\"t\":\"2015-02-10T01:00:00.0000000\",\"n\":178},{\"k\":2,\"t\":\"2015-02-10T02:00:00.0000000\",\"n\":81},{\"k\":2,\"t\":\"2015-02-10T03:00:00.0000000\",\"n\":408},{\"k\":2,\"t\":\"2015-02-10T04:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-10T05:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-10T06:00:00.0000000\",\"n\":184},{\"k\":2,\"t\":\"2015-02-10T07:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-10T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-10T09:00:00.0000000\",\"n\":151},{\"k\":2,\"t\":\"2015-02-10T10:00:00.0000000\",\"n\":192},{\"k\":2,\"t\":\"2015-02-10T11:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-02-10T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-10T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-10T15:00:00.0000000\",\"n\":84},{\"k\":2,\"t\":\"2015-02-10T16:00:00.0000000\",\"n\":422},{\"k\":2,\"t\":\"2015-02-10T17:00:00.0000000\",\"n\":360},{\"k\":2,\"t\":\"2015-02-10T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-10T19:00:00.0000000\",\"n\":170},{\"k\":2,\"t\":\"2015-02-10T20:00:00.0000000\",\"n\":475},{\"k\":2,\"t\":\"2015-02-10T21:00:00.0000000\",\"n\":528},{\"k\":2,\"t\":\"2015-02-10T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-11T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-11T18:00:00.0000000\",\"n\":512},{\"k\":2,\"t\":\"2015-02-11T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-12T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-12T03:00:00.0000000\",\"n\":56},{\"k\":2,\"t\":\"2015-02-12T04:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-12T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-12T13:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-02-12T14:00:00.0000000\",\"n\":152},{\"k\":2,\"t\":\"2015-02-12T15:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-02-12T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-12T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-12T19:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-02-12T20:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-02-12T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-13T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-13T01:00:00.0000000\",\"n\":54},{\"k\":2,\"t\":\"2015-02-13T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-13T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-13T14:00:00.0000000\",\"n\":41},{\"k\":2,\"t\":\"2015-02-13T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-13T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-13T19:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-02-13T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-16T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-16T14:00:00.0000000\",\"n\":84},{\"k\":2,\"t\":\"2015-02-16T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-16T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-16T19:00:00.0000000\",\"n\":70},{\"k\":2,\"t\":\"2015-02-16T20:00:00.0000000\",\"n\":64},{\"k\":2,\"t\":\"2015-02-16T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-17T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-17T03:00:00.0000000\",\"n\":86},{\"k\":2,\"t\":\"2015-02-17T04:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-17T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-17T14:00:00.0000000\",\"n\":188},{\"k\":2,\"t\":\"2015-02-17T15:00:00.0000000\",\"n\":144},{\"k\":2,\"t\":\"2015-02-17T16:00:00.0000000\",\"n\":490},{\"k\":2,\"t\":\"2015-02-17T17:00:00.0000000\",\"n\":155},{\"k\":2,\"t\":\"2015-02-17T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-17T19:00:00.0000000\",\"n\":398},{\"k\":2,\"t\":\"2015-02-17T20:00:00.0000000\",\"n\":224},{\"k\":2,\"t\":\"2015-02-17T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-18T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-18T09:00:00.0000000\",\"n\":886},{\"k\":2,\"t\":\"2015-02-18T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-18T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-18T13:00:00.0000000\",\"n\":452},{\"k\":2,\"t\":\"2015-02-18T14:00:00.0000000\",\"n\":44},{\"k\":2,\"t\":\"2015-02-18T15:00:00.0000000\",\"n\":70},{\"k\":2,\"t\":\"2015-02-18T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-18T17:00:00.0000000\",\"n\":98},{\"k\":2,\"t\":\"2015-02-18T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-18T19:00:00.0000000\",\"n\":356},{\"k\":2,\"t\":\"2015-02-18T20:00:00.0000000\",\"n\":44},{\"k\":2,\"t\":\"2015-02-18T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-18T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-18T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-02-19T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-19T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-19T09:00:00.0000000\",\"n\":885},{\"k\":2,\"t\":\"2015-02-19T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-19T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-19T12:00:00.0000000\",\"n\":859},{\"k\":2,\"t\":\"2015-02-19T13:00:00.0000000\",\"n\":662},{\"k\":2,\"t\":\"2015-02-19T14:00:00.0000000\",\"n\":662},{\"k\":2,\"t\":\"2015-02-19T15:00:00.0000000\",\"n\":80},{\"k\":2,\"t\":\"2015-02-19T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-19T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-19T18:00:00.0000000\",\"n\":140},{\"k\":2,\"t\":\"2015-02-19T19:00:00.0000000\",\"n\":52},{\"k\":2,\"t\":\"2015-02-19T20:00:00.0000000\",\"n\":62},{\"k\":2,\"t\":\"2015-02-19T21:00:00.0000000\",\"n\":128},{\"k\":2,\"t\":\"2015-02-19T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-19T23:00:00.0000000\",\"n\":47},{\"k\":2,\"t\":\"2015-02-20T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-20T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-20T09:00:00.0000000\",\"n\":1806},{\"k\":2,\"t\":\"2015-02-20T10:00:00.0000000\",\"n\":662},{\"k\":2,\"t\":\"2015-02-20T11:00:00.0000000\",\"n\":662},{\"k\":2,\"t\":\"2015-02-20T12:00:00.0000000\",\"n\":662},{\"k\":2,\"t\":\"2015-02-20T13:00:00.0000000\",\"n\":662},{\"k\":2,\"t\":\"2015-02-20T14:00:00.0000000\",\"n\":717},{\"k\":2,\"t\":\"2015-02-20T15:00:00.0000000\",\"n\":732},{\"k\":2,\"t\":\"2015-02-20T16:00:00.0000000\",\"n\":653},{\"k\":2,\"t\":\"2015-02-20T17:00:00.0000000\",\"n\":735},{\"k\":2,\"t\":\"2015-02-20T18:00:00.0000000\",\"n\":58},{\"k\":2,\"t\":\"2015-02-20T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-20T20:00:00.0000000\",\"n\":44},{\"k\":2,\"t\":\"2015-02-20T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-20T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-20T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-02-21T00:00:00.0000000\",\"n\":120},{\"k\":2,\"t\":\"2015-02-21T01:00:00.0000000\",\"n\":147},{\"k\":2,\"t\":\"2015-02-21T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-21T05:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-21T06:00:00.0000000\",\"n\":144},{\"k\":2,\"t\":\"2015-02-21T07:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-21T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-21T09:00:00.0000000\",\"n\":887},{\"k\":2,\"t\":\"2015-02-21T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-21T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-21T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-02-22T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-22T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-22T09:00:00.0000000\",\"n\":887},{\"k\":2,\"t\":\"2015-02-22T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-22T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-22T17:00:00.0000000\",\"n\":65},{\"k\":2,\"t\":\"2015-02-22T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-22T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-23T00:00:00.0000000\",\"n\":70},{\"k\":2,\"t\":\"2015-02-23T01:00:00.0000000\",\"n\":134},{\"k\":2,\"t\":\"2015-02-23T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-23T04:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-23T05:00:00.0000000\",\"n\":272},{\"k\":2,\"t\":\"2015-02-23T06:00:00.0000000\",\"n\":622},{\"k\":2,\"t\":\"2015-02-23T07:00:00.0000000\",\"n\":622},{\"k\":2,\"t\":\"2015-02-23T08:00:00.0000000\",\"n\":795},{\"k\":2,\"t\":\"2015-02-23T09:00:00.0000000\",\"n\":1615},{\"k\":2,\"t\":\"2015-02-23T10:00:00.0000000\",\"n\":1017},{\"k\":2,\"t\":\"2015-02-23T11:00:00.0000000\",\"n\":537},{\"k\":2,\"t\":\"2015-02-23T12:00:00.0000000\",\"n\":537},{\"k\":2,\"t\":\"2015-02-23T13:00:00.0000000\",\"n\":637},{\"k\":2,\"t\":\"2015-02-23T14:00:00.0000000\",\"n\":575},{\"k\":2,\"t\":\"2015-02-23T15:00:00.0000000\",\"n\":1345},{\"k\":2,\"t\":\"2015-02-23T16:00:00.0000000\",\"n\":633},{\"k\":2,\"t\":\"2015-02-23T17:00:00.0000000\",\"n\":158},{\"k\":2,\"t\":\"2015-02-23T18:00:00.0000000\",\"n\":164},{\"k\":2,\"t\":\"2015-02-23T19:00:00.0000000\",\"n\":240},{\"k\":2,\"t\":\"2015-02-23T20:00:00.0000000\",\"n\":98},{\"k\":2,\"t\":\"2015-02-23T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-23T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-23T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-02-24T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-24T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-24T09:00:00.0000000\",\"n\":887},{\"k\":2,\"t\":\"2015-02-24T10:00:00.0000000\",\"n\":577},{\"k\":2,\"t\":\"2015-02-24T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-24T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-24T16:00:00.0000000\",\"n\":62},{\"k\":2,\"t\":\"2015-02-24T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-24T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-24T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-02-25T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-25T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-25T09:00:00.0000000\",\"n\":890},{\"k\":2,\"t\":\"2015-02-25T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-25T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-25T17:00:00.0000000\",\"n\":138},{\"k\":2,\"t\":\"2015-02-25T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-26T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-26T14:00:00.0000000\",\"n\":202},{\"k\":2,\"t\":\"2015-02-26T15:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-02-26T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-26T17:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-02-26T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-26T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-26T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-02-27T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-27T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-27T19:00:00.0000000\",\"n\":172},{\"k\":2,\"t\":\"2015-02-27T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-27T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-27T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-02-28T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-28T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-02-28T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-03-01T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-01T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-01T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-03-02T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-02T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-02T16:00:00.0000000\",\"n\":50},{\"k\":2,\"t\":\"2015-03-02T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-02T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-02T19:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-03-02T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-02T21:00:00.0000000\",\"n\":102},{\"k\":2,\"t\":\"2015-03-02T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-02T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-03-03T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-03T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-03T09:00:00.0000000\",\"n\":891},{\"k\":2,\"t\":\"2015-03-03T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-03T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-03T13:00:00.0000000\",\"n\":64},{\"k\":2,\"t\":\"2015-03-03T14:00:00.0000000\",\"n\":491},{\"k\":2,\"t\":\"2015-03-03T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-03T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-03T21:00:00.0000000\",\"n\":156},{\"k\":2,\"t\":\"2015-03-03T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-03T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-03-04T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-04T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-04T03:00:00.0000000\",\"n\":54},{\"k\":2,\"t\":\"2015-03-04T04:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-04T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-04T09:00:00.0000000\",\"n\":889},{\"k\":2,\"t\":\"2015-03-04T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-04T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-04T13:00:00.0000000\",\"n\":224},{\"k\":2,\"t\":\"2015-03-04T14:00:00.0000000\",\"n\":116},{\"k\":2,\"t\":\"2015-03-04T15:00:00.0000000\",\"n\":90},{\"k\":2,\"t\":\"2015-03-04T16:00:00.0000000\",\"n\":160},{\"k\":2,\"t\":\"2015-03-04T17:00:00.0000000\",\"n\":61},{\"k\":2,\"t\":\"2015-03-04T18:00:00.0000000\",\"n\":531},{\"k\":2,\"t\":\"2015-03-04T19:00:00.0000000\",\"n\":326},{\"k\":2,\"t\":\"2015-03-04T20:00:00.0000000\",\"n\":58},{\"k\":2,\"t\":\"2015-03-04T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-04T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-04T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-03-05T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-05T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-05T18:00:00.0000000\",\"n\":62},{\"k\":2,\"t\":\"2015-03-05T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-05T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-05T22:00:00.0000000\",\"n\":54},{\"k\":2,\"t\":\"2015-03-05T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-06T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-06T15:00:00.0000000\",\"n\":56},{\"k\":2,\"t\":\"2015-03-06T16:00:00.0000000\",\"n\":1120},{\"k\":2,\"t\":\"2015-03-06T17:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-06T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-06T19:00:00.0000000\",\"n\":198},{\"k\":2,\"t\":\"2015-03-06T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-06T21:00:00.0000000\",\"n\":105},{\"k\":2,\"t\":\"2015-03-06T22:00:00.0000000\",\"n\":52},{\"k\":2,\"t\":\"2015-03-06T23:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-03-07T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-09T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-09T12:00:00.0000000\",\"n\":181},{\"k\":2,\"t\":\"2015-03-09T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-09T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-09T16:00:00.0000000\",\"n\":280},{\"k\":2,\"t\":\"2015-03-09T17:00:00.0000000\",\"n\":393},{\"k\":2,\"t\":\"2015-03-09T18:00:00.0000000\",\"n\":123},{\"k\":2,\"t\":\"2015-03-09T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-09T20:00:00.0000000\",\"n\":156},{\"k\":2,\"t\":\"2015-03-09T21:00:00.0000000\",\"n\":47},{\"k\":2,\"t\":\"2015-03-09T22:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-03-09T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-10T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-10T13:00:00.0000000\",\"n\":286},{\"k\":2,\"t\":\"2015-03-10T14:00:00.0000000\",\"n\":327},{\"k\":2,\"t\":\"2015-03-10T15:00:00.0000000\",\"n\":307},{\"k\":2,\"t\":\"2015-03-10T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-10T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-10T19:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-03-10T20:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-03-10T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-10T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-10T23:00:00.0000000\",\"n\":207},{\"k\":2,\"t\":\"2015-03-11T00:00:00.0000000\",\"n\":96},{\"k\":2,\"t\":\"2015-03-11T01:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-11T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-11T13:00:00.0000000\",\"n\":139},{\"k\":2,\"t\":\"2015-03-11T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-12T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-12T14:00:00.0000000\",\"n\":440},{\"k\":2,\"t\":\"2015-03-12T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-12T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-12T20:00:00.0000000\",\"n\":175},{\"k\":2,\"t\":\"2015-03-12T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-13T08:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-13T09:00:00.0000000\",\"n\":166},{\"k\":2,\"t\":\"2015-03-13T10:00:00.0000000\",\"n\":956},{\"k\":2,\"t\":\"2015-03-13T11:00:00.0000000\",\"n\":979},{\"k\":2,\"t\":\"2015-03-13T12:00:00.0000000\",\"n\":70},{\"k\":2,\"t\":\"2015-03-13T13:00:00.0000000\",\"n\":244},{\"k\":2,\"t\":\"2015-03-13T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-13T15:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-03-13T16:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-13T17:00:00.0000000\",\"n\":425},{\"k\":2,\"t\":\"2015-03-13T18:00:00.0000000\",\"n\":491},{\"k\":2,\"t\":\"2015-03-13T19:00:00.0000000\",\"n\":141},{\"k\":2,\"t\":\"2015-03-13T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-16T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-16T15:00:00.0000000\",\"n\":46},{\"k\":2,\"t\":\"2015-03-16T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-16T17:00:00.0000000\",\"n\":195},{\"k\":2,\"t\":\"2015-03-16T18:00:00.0000000\",\"n\":1968},{\"k\":2,\"t\":\"2015-03-16T19:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-16T20:00:00.0000000\",\"n\":168},{\"k\":2,\"t\":\"2015-03-16T21:00:00.0000000\",\"n\":225},{\"k\":2,\"t\":\"2015-03-16T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-16T23:00:00.0000000\",\"n\":213},{\"k\":2,\"t\":\"2015-03-17T00:00:00.0000000\",\"n\":343},{\"k\":2,\"t\":\"2015-03-17T01:00:00.0000000\",\"n\":224},{\"k\":2,\"t\":\"2015-03-17T02:00:00.0000000\",\"n\":216},{\"k\":2,\"t\":\"2015-03-17T03:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-17T04:00:00.0000000\",\"n\":213},{\"k\":2,\"t\":\"2015-03-17T05:00:00.0000000\",\"n\":168},{\"k\":2,\"t\":\"2015-03-17T06:00:00.0000000\",\"n\":360},{\"k\":2,\"t\":\"2015-03-17T07:00:00.0000000\",\"n\":150},{\"k\":2,\"t\":\"2015-03-17T08:00:00.0000000\",\"n\":264},{\"k\":2,\"t\":\"2015-03-17T09:00:00.0000000\",\"n\":158},{\"k\":2,\"t\":\"2015-03-17T10:00:00.0000000\",\"n\":153},{\"k\":2,\"t\":\"2015-03-17T11:00:00.0000000\",\"n\":310},{\"k\":2,\"t\":\"2015-03-17T12:00:00.0000000\",\"n\":348},{\"k\":2,\"t\":\"2015-03-17T13:00:00.0000000\",\"n\":631},{\"k\":2,\"t\":\"2015-03-17T14:00:00.0000000\",\"n\":237},{\"k\":2,\"t\":\"2015-03-17T15:00:00.0000000\",\"n\":103},{\"k\":2,\"t\":\"2015-03-17T16:00:00.0000000\",\"n\":289},{\"k\":2,\"t\":\"2015-03-17T17:00:00.0000000\",\"n\":54},{\"k\":2,\"t\":\"2015-03-17T18:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-03-17T19:00:00.0000000\",\"n\":158},{\"k\":2,\"t\":\"2015-03-17T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-17T21:00:00.0000000\",\"n\":241},{\"k\":2,\"t\":\"2015-03-17T22:00:00.0000000\",\"n\":43},{\"k\":2,\"t\":\"2015-03-17T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-18T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-18T14:00:00.0000000\",\"n\":88},{\"k\":2,\"t\":\"2015-03-18T15:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-18T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-18T17:00:00.0000000\",\"n\":533},{\"k\":2,\"t\":\"2015-03-18T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-18T19:00:00.0000000\",\"n\":62},{\"k\":2,\"t\":\"2015-03-18T20:00:00.0000000\",\"n\":498},{\"k\":2,\"t\":\"2015-03-18T21:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-18T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-18T23:00:00.0000000\",\"n\":528},{\"k\":2,\"t\":\"2015-03-19T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T01:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T02:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-19T03:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-19T04:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T05:00:00.0000000\",\"n\":532},{\"k\":2,\"t\":\"2015-03-19T06:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T07:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T08:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-19T09:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-19T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T11:00:00.0000000\",\"n\":1239},{\"k\":2,\"t\":\"2015-03-19T12:00:00.0000000\",\"n\":754},{\"k\":2,\"t\":\"2015-03-19T13:00:00.0000000\",\"n\":697},{\"k\":2,\"t\":\"2015-03-19T14:00:00.0000000\",\"n\":537},{\"k\":2,\"t\":\"2015-03-19T15:00:00.0000000\",\"n\":98},{\"k\":2,\"t\":\"2015-03-19T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T17:00:00.0000000\",\"n\":584},{\"k\":2,\"t\":\"2015-03-19T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-19T20:00:00.0000000\",\"n\":48},{\"k\":2,\"t\":\"2015-03-19T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-20T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-20T14:00:00.0000000\",\"n\":66},{\"k\":2,\"t\":\"2015-03-20T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-20T16:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-03-20T17:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-20T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-21T00:00:00.0000000\",\"n\":120},{\"k\":2,\"t\":\"2015-03-21T01:00:00.0000000\",\"n\":144},{\"k\":2,\"t\":\"2015-03-21T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-21T05:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-21T06:00:00.0000000\",\"n\":144},{\"k\":2,\"t\":\"2015-03-21T07:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-22T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-22T21:00:00.0000000\",\"n\":398},{\"k\":2,\"t\":\"2015-03-22T22:00:00.0000000\",\"n\":602},{\"k\":2,\"t\":\"2015-03-22T23:00:00.0000000\",\"n\":575},{\"k\":2,\"t\":\"2015-03-23T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-23T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-23T19:00:00.0000000\",\"n\":41},{\"k\":2,\"t\":\"2015-03-23T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-24T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-24T13:00:00.0000000\",\"n\":120},{\"k\":2,\"t\":\"2015-03-24T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-24T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-24T16:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-03-24T17:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-03-24T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-24T19:00:00.0000000\",\"n\":363},{\"k\":2,\"t\":\"2015-03-24T20:00:00.0000000\",\"n\":363},{\"k\":2,\"t\":\"2015-03-24T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-24T22:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-24T23:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-03-25T00:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-25T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-25T17:00:00.0000000\",\"n\":216},{\"k\":2,\"t\":\"2015-03-25T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-25T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-25T20:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-03-25T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-25T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-26T00:00:00.0000000\",\"n\":264},{\"k\":2,\"t\":\"2015-03-26T01:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-26T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-26T13:00:00.0000000\",\"n\":257},{\"k\":2,\"t\":\"2015-03-26T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-26T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-26T17:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-03-26T18:00:00.0000000\",\"n\":42},{\"k\":2,\"t\":\"2015-03-26T19:00:00.0000000\",\"n\":383},{\"k\":2,\"t\":\"2015-03-26T20:00:00.0000000\",\"n\":382},{\"k\":2,\"t\":\"2015-03-26T21:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-26T23:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-27T00:00:00.0000000\",\"n\":196},{\"k\":2,\"t\":\"2015-03-27T01:00:00.0000000\",\"n\":41},{\"k\":2,\"t\":\"2015-03-27T02:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-27T10:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-27T11:00:00.0000000\",\"n\":104},{\"k\":2,\"t\":\"2015-03-27T12:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-03-27T13:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-03-27T14:00:00.0000000\",\"n\":164},{\"k\":2,\"t\":\"2015-03-27T15:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-03-27T16:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-03-27T17:00:00.0000000\",\"n\":143},{\"k\":2,\"t\":\"2015-03-27T18:00:00.0000000\",\"n\":82},{\"k\":2,\"t\":\"2015-03-27T19:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-28T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-28T12:00:00.0000000\",\"n\":85},{\"k\":2,\"t\":\"2015-03-28T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-30T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-30T13:00:00.0000000\",\"n\":59},{\"k\":2,\"t\":\"2015-03-30T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-31T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-31T13:00:00.0000000\",\"n\":64},{\"k\":2,\"t\":\"2015-03-31T14:00:00.0000000\",\"n\":83},{\"k\":2,\"t\":\"2015-03-31T15:00:00.0000000\",\"n\":62},{\"k\":2,\"t\":\"2015-03-31T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-31T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-03-31T19:00:00.0000000\",\"n\":126},{\"k\":2,\"t\":\"2015-03-31T20:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-01T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-01T12:00:00.0000000\",\"n\":95},{\"k\":2,\"t\":\"2015-04-01T13:00:00.0000000\",\"n\":95},{\"k\":2,\"t\":\"2015-04-01T14:00:00.0000000\",\"n\":144},{\"k\":2,\"t\":\"2015-04-01T15:00:00.0000000\",\"n\":137},{\"k\":2,\"t\":\"2015-04-01T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-01T17:00:00.0000000\",\"n\":462},{\"k\":2,\"t\":\"2015-04-01T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-02T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-02T12:00:00.0000000\",\"n\":177},{\"k\":2,\"t\":\"2015-04-02T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-03T12:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-03T13:00:00.0000000\",\"n\":128},{\"k\":2,\"t\":\"2015-04-03T14:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-06T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-06T12:00:00.0000000\",\"n\":40},{\"k\":2,\"t\":\"2015-04-06T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-06T14:00:00.0000000\",\"n\":72},{\"k\":2,\"t\":\"2015-04-06T15:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-06T16:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-06T17:00:00.0000000\",\"n\":130},{\"k\":2,\"t\":\"2015-04-06T18:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-07T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-07T12:00:00.0000000\",\"n\":176},{\"k\":2,\"t\":\"2015-04-07T13:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-08T11:00:00.0000000\",\"n\":0},{\"k\":2,\"t\":\"2015-04-08T12:00:00.0000000\",\"n\":66},{\"k\":3,\"t\":\"2015-01-10T01:00:00.0000000\",\"n\":86},{\"k\":3,\"t\":\"2015-01-10T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-10T03:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T04:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T05:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T06:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T07:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T08:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T09:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T10:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T11:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T12:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T13:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T14:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T15:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T16:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T17:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T18:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T19:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T20:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T21:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T22:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-10T23:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T00:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T01:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T02:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T03:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T04:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T05:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T06:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T07:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T08:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T09:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T10:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T11:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T12:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T13:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T14:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T15:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T16:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T17:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T18:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T19:00:00.0000000\",\"n\":2334},{\"k\":3,\"t\":\"2015-01-11T20:00:00.0000000\",\"n\":1189},{\"k\":3,\"t\":\"2015-01-11T21:00:00.0000000\",\"n\":1189},{\"k\":3,\"t\":\"2015-01-11T22:00:00.0000000\",\"n\":1196},{\"k\":3,\"t\":\"2015-01-11T23:00:00.0000000\",\"n\":429},{\"k\":3,\"t\":\"2015-01-12T00:00:00.0000000\",\"n\":2118},{\"k\":3,\"t\":\"2015-01-12T01:00:00.0000000\",\"n\":1590},{\"k\":3,\"t\":\"2015-01-12T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-12T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-12T13:00:00.0000000\",\"n\":125},{\"k\":3,\"t\":\"2015-01-12T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-12T15:00:00.0000000\",\"n\":76},{\"k\":3,\"t\":\"2015-01-12T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-12T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-12T18:00:00.0000000\",\"n\":101},{\"k\":3,\"t\":\"2015-01-12T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-13T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-13T14:00:00.0000000\",\"n\":52},{\"k\":3,\"t\":\"2015-01-13T15:00:00.0000000\",\"n\":63},{\"k\":3,\"t\":\"2015-01-13T16:00:00.0000000\",\"n\":62},{\"k\":3,\"t\":\"2015-01-13T17:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-01-13T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-13T19:00:00.0000000\",\"n\":230},{\"k\":3,\"t\":\"2015-01-13T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-13T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-14T00:00:00.0000000\",\"n\":60},{\"k\":3,\"t\":\"2015-01-14T01:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-14T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-14T14:00:00.0000000\",\"n\":66},{\"k\":3,\"t\":\"2015-01-14T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-14T16:00:00.0000000\",\"n\":130},{\"k\":3,\"t\":\"2015-01-14T17:00:00.0000000\",\"n\":294},{\"k\":3,\"t\":\"2015-01-14T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-14T19:00:00.0000000\",\"n\":180},{\"k\":3,\"t\":\"2015-01-14T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-15T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-15T01:00:00.0000000\",\"n\":136},{\"k\":3,\"t\":\"2015-01-15T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-15T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-15T16:00:00.0000000\",\"n\":50},{\"k\":3,\"t\":\"2015-01-15T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-15T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-15T20:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-01-15T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-15T22:00:00.0000000\",\"n\":80},{\"k\":3,\"t\":\"2015-01-15T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-16T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-16T13:00:00.0000000\",\"n\":62},{\"k\":3,\"t\":\"2015-01-16T14:00:00.0000000\",\"n\":701},{\"k\":3,\"t\":\"2015-01-16T15:00:00.0000000\",\"n\":628},{\"k\":3,\"t\":\"2015-01-16T16:00:00.0000000\",\"n\":769},{\"k\":3,\"t\":\"2015-01-16T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-16T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-16T19:00:00.0000000\",\"n\":606},{\"k\":3,\"t\":\"2015-01-16T20:00:00.0000000\",\"n\":804},{\"k\":3,\"t\":\"2015-01-16T21:00:00.0000000\",\"n\":606},{\"k\":3,\"t\":\"2015-01-16T22:00:00.0000000\",\"n\":606},{\"k\":3,\"t\":\"2015-01-16T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-17T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-17T11:00:00.0000000\",\"n\":127},{\"k\":3,\"t\":\"2015-01-17T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-18T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-18T15:00:00.0000000\",\"n\":75},{\"k\":3,\"t\":\"2015-01-18T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-19T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-19T13:00:00.0000000\",\"n\":54},{\"k\":3,\"t\":\"2015-01-19T14:00:00.0000000\",\"n\":142},{\"k\":3,\"t\":\"2015-01-19T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-19T16:00:00.0000000\",\"n\":220},{\"k\":3,\"t\":\"2015-01-19T17:00:00.0000000\",\"n\":49},{\"k\":3,\"t\":\"2015-01-19T18:00:00.0000000\",\"n\":128},{\"k\":3,\"t\":\"2015-01-19T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-19T20:00:00.0000000\",\"n\":50},{\"k\":3,\"t\":\"2015-01-19T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-20T09:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-20T10:00:00.0000000\",\"n\":823},{\"k\":3,\"t\":\"2015-01-20T11:00:00.0000000\",\"n\":604},{\"k\":3,\"t\":\"2015-01-20T12:00:00.0000000\",\"n\":604},{\"k\":3,\"t\":\"2015-01-20T13:00:00.0000000\",\"n\":650},{\"k\":3,\"t\":\"2015-01-20T14:00:00.0000000\",\"n\":604},{\"k\":3,\"t\":\"2015-01-20T15:00:00.0000000\",\"n\":727},{\"k\":3,\"t\":\"2015-01-20T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-20T17:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-01-20T18:00:00.0000000\",\"n\":90},{\"k\":3,\"t\":\"2015-01-20T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-21T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-21T13:00:00.0000000\",\"n\":787},{\"k\":3,\"t\":\"2015-01-21T14:00:00.0000000\",\"n\":787},{\"k\":3,\"t\":\"2015-01-21T15:00:00.0000000\",\"n\":875},{\"k\":3,\"t\":\"2015-01-21T16:00:00.0000000\",\"n\":787},{\"k\":3,\"t\":\"2015-01-21T17:00:00.0000000\",\"n\":787},{\"k\":3,\"t\":\"2015-01-21T18:00:00.0000000\",\"n\":494},{\"k\":3,\"t\":\"2015-01-21T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-22T01:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-22T02:00:00.0000000\",\"n\":68},{\"k\":3,\"t\":\"2015-01-22T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-22T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-22T14:00:00.0000000\",\"n\":71},{\"k\":3,\"t\":\"2015-01-22T15:00:00.0000000\",\"n\":171},{\"k\":3,\"t\":\"2015-01-22T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-22T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-22T19:00:00.0000000\",\"n\":101},{\"k\":3,\"t\":\"2015-01-22T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-23T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-23T12:00:00.0000000\",\"n\":708},{\"k\":3,\"t\":\"2015-01-23T13:00:00.0000000\",\"n\":708},{\"k\":3,\"t\":\"2015-01-23T14:00:00.0000000\",\"n\":708},{\"k\":3,\"t\":\"2015-01-23T15:00:00.0000000\",\"n\":883},{\"k\":3,\"t\":\"2015-01-23T16:00:00.0000000\",\"n\":1230},{\"k\":3,\"t\":\"2015-01-23T17:00:00.0000000\",\"n\":708},{\"k\":3,\"t\":\"2015-01-23T18:00:00.0000000\",\"n\":882},{\"k\":3,\"t\":\"2015-01-23T19:00:00.0000000\",\"n\":708},{\"k\":3,\"t\":\"2015-01-23T20:00:00.0000000\",\"n\":850},{\"k\":3,\"t\":\"2015-01-23T21:00:00.0000000\",\"n\":708},{\"k\":3,\"t\":\"2015-01-23T22:00:00.0000000\",\"n\":112},{\"k\":3,\"t\":\"2015-01-23T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-24T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-24T22:00:00.0000000\",\"n\":46},{\"k\":3,\"t\":\"2015-01-24T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-25T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-25T09:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T10:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T11:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T12:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T13:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T14:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T15:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T16:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T17:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T18:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T19:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T20:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T21:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T22:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-25T23:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T00:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T01:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T02:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T03:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T04:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T05:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T06:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T07:00:00.0000000\",\"n\":1124},{\"k\":3,\"t\":\"2015-01-26T08:00:00.0000000\",\"n\":409},{\"k\":3,\"t\":\"2015-01-26T09:00:00.0000000\",\"n\":409},{\"k\":3,\"t\":\"2015-01-26T10:00:00.0000000\",\"n\":409},{\"k\":3,\"t\":\"2015-01-26T11:00:00.0000000\",\"n\":409},{\"k\":3,\"t\":\"2015-01-26T12:00:00.0000000\",\"n\":409},{\"k\":3,\"t\":\"2015-01-26T13:00:00.0000000\",\"n\":1129},{\"k\":3,\"t\":\"2015-01-26T14:00:00.0000000\",\"n\":1201},{\"k\":3,\"t\":\"2015-01-26T15:00:00.0000000\",\"n\":1441},{\"k\":3,\"t\":\"2015-01-26T16:00:00.0000000\",\"n\":834},{\"k\":3,\"t\":\"2015-01-26T17:00:00.0000000\",\"n\":720},{\"k\":3,\"t\":\"2015-01-26T18:00:00.0000000\",\"n\":840},{\"k\":3,\"t\":\"2015-01-26T19:00:00.0000000\",\"n\":850},{\"k\":3,\"t\":\"2015-01-26T20:00:00.0000000\",\"n\":720},{\"k\":3,\"t\":\"2015-01-26T21:00:00.0000000\",\"n\":766},{\"k\":3,\"t\":\"2015-01-26T22:00:00.0000000\",\"n\":132},{\"k\":3,\"t\":\"2015-01-26T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T03:00:00.0000000\",\"n\":52},{\"k\":3,\"t\":\"2015-01-27T04:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T12:00:00.0000000\",\"n\":444},{\"k\":3,\"t\":\"2015-01-27T13:00:00.0000000\",\"n\":502},{\"k\":3,\"t\":\"2015-01-27T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T15:00:00.0000000\",\"n\":58},{\"k\":3,\"t\":\"2015-01-27T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T18:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-01-27T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-27T21:00:00.0000000\",\"n\":68},{\"k\":3,\"t\":\"2015-01-27T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-28T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-28T13:00:00.0000000\",\"n\":326},{\"k\":3,\"t\":\"2015-01-28T14:00:00.0000000\",\"n\":490},{\"k\":3,\"t\":\"2015-01-28T15:00:00.0000000\",\"n\":136},{\"k\":3,\"t\":\"2015-01-28T16:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-01-28T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-28T18:00:00.0000000\",\"n\":168},{\"k\":3,\"t\":\"2015-01-28T19:00:00.0000000\",\"n\":378},{\"k\":3,\"t\":\"2015-01-28T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-29T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-29T01:00:00.0000000\",\"n\":54},{\"k\":3,\"t\":\"2015-01-29T02:00:00.0000000\",\"n\":96},{\"k\":3,\"t\":\"2015-01-29T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-29T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-29T13:00:00.0000000\",\"n\":60},{\"k\":3,\"t\":\"2015-01-29T14:00:00.0000000\",\"n\":152},{\"k\":3,\"t\":\"2015-01-29T15:00:00.0000000\",\"n\":303},{\"k\":3,\"t\":\"2015-01-29T16:00:00.0000000\",\"n\":80},{\"k\":3,\"t\":\"2015-01-29T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-29T18:00:00.0000000\",\"n\":70},{\"k\":3,\"t\":\"2015-01-29T19:00:00.0000000\",\"n\":298},{\"k\":3,\"t\":\"2015-01-29T20:00:00.0000000\",\"n\":171},{\"k\":3,\"t\":\"2015-01-29T21:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-01-29T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-29T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-30T00:00:00.0000000\",\"n\":150},{\"k\":3,\"t\":\"2015-01-30T01:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-01-30T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-30T07:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-30T08:00:00.0000000\",\"n\":130},{\"k\":3,\"t\":\"2015-01-30T09:00:00.0000000\",\"n\":51},{\"k\":3,\"t\":\"2015-01-30T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-30T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-01-30T12:00:00.0000000\",\"n\":615},{\"k\":3,\"t\":\"2015-01-30T13:00:00.0000000\",\"n\":615},{\"k\":3,\"t\":\"2015-01-30T14:00:00.0000000\",\"n\":615},{\"k\":3,\"t\":\"2015-01-30T15:00:00.0000000\",\"n\":905},{\"k\":3,\"t\":\"2015-01-30T16:00:00.0000000\",\"n\":1073},{\"k\":3,\"t\":\"2015-01-30T17:00:00.0000000\",\"n\":615},{\"k\":3,\"t\":\"2015-01-30T18:00:00.0000000\",\"n\":896},{\"k\":3,\"t\":\"2015-01-30T19:00:00.0000000\",\"n\":836},{\"k\":3,\"t\":\"2015-01-30T20:00:00.0000000\",\"n\":744},{\"k\":3,\"t\":\"2015-01-30T21:00:00.0000000\",\"n\":946},{\"k\":3,\"t\":\"2015-01-30T22:00:00.0000000\",\"n\":108},{\"k\":3,\"t\":\"2015-01-30T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-01T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-01T15:00:00.0000000\",\"n\":149},{\"k\":3,\"t\":\"2015-02-01T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-01T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-01T18:00:00.0000000\",\"n\":62},{\"k\":3,\"t\":\"2015-02-01T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-02T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-02T04:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-02-02T05:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-02T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-02T13:00:00.0000000\",\"n\":566},{\"k\":3,\"t\":\"2015-02-02T14:00:00.0000000\",\"n\":558},{\"k\":3,\"t\":\"2015-02-02T15:00:00.0000000\",\"n\":627},{\"k\":3,\"t\":\"2015-02-02T16:00:00.0000000\",\"n\":741},{\"k\":3,\"t\":\"2015-02-02T17:00:00.0000000\",\"n\":850},{\"k\":3,\"t\":\"2015-02-02T18:00:00.0000000\",\"n\":662},{\"k\":3,\"t\":\"2015-02-02T19:00:00.0000000\",\"n\":249},{\"k\":3,\"t\":\"2015-02-02T20:00:00.0000000\",\"n\":857},{\"k\":3,\"t\":\"2015-02-02T21:00:00.0000000\",\"n\":815},{\"k\":3,\"t\":\"2015-02-02T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-03T01:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-03T02:00:00.0000000\",\"n\":64},{\"k\":3,\"t\":\"2015-02-03T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-03T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-03T13:00:00.0000000\",\"n\":160},{\"k\":3,\"t\":\"2015-02-03T14:00:00.0000000\",\"n\":502},{\"k\":3,\"t\":\"2015-02-03T15:00:00.0000000\",\"n\":304},{\"k\":3,\"t\":\"2015-02-03T16:00:00.0000000\",\"n\":482},{\"k\":3,\"t\":\"2015-02-03T17:00:00.0000000\",\"n\":244},{\"k\":3,\"t\":\"2015-02-03T18:00:00.0000000\",\"n\":174},{\"k\":3,\"t\":\"2015-02-03T19:00:00.0000000\",\"n\":152},{\"k\":3,\"t\":\"2015-02-03T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-03T21:00:00.0000000\",\"n\":74},{\"k\":3,\"t\":\"2015-02-03T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-03T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-04T00:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-02-04T01:00:00.0000000\",\"n\":66},{\"k\":3,\"t\":\"2015-02-04T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-04T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-04T15:00:00.0000000\",\"n\":356},{\"k\":3,\"t\":\"2015-02-04T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-04T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-04T18:00:00.0000000\",\"n\":468},{\"k\":3,\"t\":\"2015-02-04T19:00:00.0000000\",\"n\":92},{\"k\":3,\"t\":\"2015-02-04T20:00:00.0000000\",\"n\":108},{\"k\":3,\"t\":\"2015-02-04T21:00:00.0000000\",\"n\":342},{\"k\":3,\"t\":\"2015-02-04T22:00:00.0000000\",\"n\":62},{\"k\":3,\"t\":\"2015-02-04T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-05T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-05T03:00:00.0000000\",\"n\":118},{\"k\":3,\"t\":\"2015-02-05T04:00:00.0000000\",\"n\":64},{\"k\":3,\"t\":\"2015-02-05T05:00:00.0000000\",\"n\":192},{\"k\":3,\"t\":\"2015-02-05T06:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-05T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-05T13:00:00.0000000\",\"n\":120},{\"k\":3,\"t\":\"2015-02-05T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-05T15:00:00.0000000\",\"n\":78},{\"k\":3,\"t\":\"2015-02-05T16:00:00.0000000\",\"n\":42},{\"k\":3,\"t\":\"2015-02-05T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-05T18:00:00.0000000\",\"n\":580},{\"k\":3,\"t\":\"2015-02-05T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-06T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-06T13:00:00.0000000\",\"n\":182},{\"k\":3,\"t\":\"2015-02-06T14:00:00.0000000\",\"n\":98},{\"k\":3,\"t\":\"2015-02-06T15:00:00.0000000\",\"n\":65},{\"k\":3,\"t\":\"2015-02-06T16:00:00.0000000\",\"n\":209},{\"k\":3,\"t\":\"2015-02-06T17:00:00.0000000\",\"n\":54},{\"k\":3,\"t\":\"2015-02-06T18:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-02-06T19:00:00.0000000\",\"n\":180},{\"k\":3,\"t\":\"2015-02-06T20:00:00.0000000\",\"n\":72},{\"k\":3,\"t\":\"2015-02-06T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-07T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-07T16:00:00.0000000\",\"n\":69},{\"k\":3,\"t\":\"2015-02-07T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-08T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-08T16:00:00.0000000\",\"n\":69},{\"k\":3,\"t\":\"2015-02-08T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-09T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-09T03:00:00.0000000\",\"n\":90},{\"k\":3,\"t\":\"2015-02-09T04:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-09T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-09T13:00:00.0000000\",\"n\":256},{\"k\":3,\"t\":\"2015-02-09T14:00:00.0000000\",\"n\":106},{\"k\":3,\"t\":\"2015-02-09T15:00:00.0000000\",\"n\":192},{\"k\":3,\"t\":\"2015-02-09T16:00:00.0000000\",\"n\":222},{\"k\":3,\"t\":\"2015-02-09T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-09T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-09T19:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-02-09T20:00:00.0000000\",\"n\":194},{\"k\":3,\"t\":\"2015-02-09T21:00:00.0000000\",\"n\":212},{\"k\":3,\"t\":\"2015-02-09T22:00:00.0000000\",\"n\":183},{\"k\":3,\"t\":\"2015-02-09T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-10T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-10T03:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-02-10T04:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-10T09:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-10T10:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-02-10T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-10T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-10T15:00:00.0000000\",\"n\":159},{\"k\":3,\"t\":\"2015-02-10T16:00:00.0000000\",\"n\":414},{\"k\":3,\"t\":\"2015-02-10T17:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-02-10T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-10T19:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-02-10T20:00:00.0000000\",\"n\":268},{\"k\":3,\"t\":\"2015-02-10T21:00:00.0000000\",\"n\":312},{\"k\":3,\"t\":\"2015-02-10T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-11T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-11T15:00:00.0000000\",\"n\":168},{\"k\":3,\"t\":\"2015-02-11T16:00:00.0000000\",\"n\":238},{\"k\":3,\"t\":\"2015-02-11T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-11T18:00:00.0000000\",\"n\":558},{\"k\":3,\"t\":\"2015-02-11T19:00:00.0000000\",\"n\":504},{\"k\":3,\"t\":\"2015-02-11T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-12T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-12T03:00:00.0000000\",\"n\":56},{\"k\":3,\"t\":\"2015-02-12T04:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-12T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-12T13:00:00.0000000\",\"n\":142},{\"k\":3,\"t\":\"2015-02-12T14:00:00.0000000\",\"n\":166},{\"k\":3,\"t\":\"2015-02-12T15:00:00.0000000\",\"n\":194},{\"k\":3,\"t\":\"2015-02-12T16:00:00.0000000\",\"n\":317},{\"k\":3,\"t\":\"2015-02-12T17:00:00.0000000\",\"n\":60},{\"k\":3,\"t\":\"2015-02-12T18:00:00.0000000\",\"n\":122},{\"k\":3,\"t\":\"2015-02-12T19:00:00.0000000\",\"n\":113},{\"k\":3,\"t\":\"2015-02-12T20:00:00.0000000\",\"n\":686},{\"k\":3,\"t\":\"2015-02-12T21:00:00.0000000\",\"n\":60},{\"k\":3,\"t\":\"2015-02-12T22:00:00.0000000\",\"n\":76},{\"k\":3,\"t\":\"2015-02-12T23:00:00.0000000\",\"n\":76},{\"k\":3,\"t\":\"2015-02-13T00:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-02-13T01:00:00.0000000\",\"n\":62},{\"k\":3,\"t\":\"2015-02-13T02:00:00.0000000\",\"n\":79},{\"k\":3,\"t\":\"2015-02-13T03:00:00.0000000\",\"n\":119},{\"k\":3,\"t\":\"2015-02-13T04:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-02-13T05:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-13T06:00:00.0000000\",\"n\":49},{\"k\":3,\"t\":\"2015-02-13T07:00:00.0000000\",\"n\":56},{\"k\":3,\"t\":\"2015-02-13T08:00:00.0000000\",\"n\":100},{\"k\":3,\"t\":\"2015-02-13T09:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-13T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-13T14:00:00.0000000\",\"n\":41},{\"k\":3,\"t\":\"2015-02-13T15:00:00.0000000\",\"n\":92},{\"k\":3,\"t\":\"2015-02-13T16:00:00.0000000\",\"n\":210},{\"k\":3,\"t\":\"2015-02-13T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-13T18:00:00.0000000\",\"n\":333},{\"k\":3,\"t\":\"2015-02-13T19:00:00.0000000\",\"n\":373},{\"k\":3,\"t\":\"2015-02-13T20:00:00.0000000\",\"n\":715},{\"k\":3,\"t\":\"2015-02-13T21:00:00.0000000\",\"n\":438},{\"k\":3,\"t\":\"2015-02-13T22:00:00.0000000\",\"n\":333},{\"k\":3,\"t\":\"2015-02-13T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-14T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-14T15:00:00.0000000\",\"n\":50},{\"k\":3,\"t\":\"2015-02-14T16:00:00.0000000\",\"n\":66},{\"k\":3,\"t\":\"2015-02-14T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-15T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-15T16:00:00.0000000\",\"n\":140},{\"k\":3,\"t\":\"2015-02-15T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-16T07:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-16T08:00:00.0000000\",\"n\":68},{\"k\":3,\"t\":\"2015-02-16T09:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-16T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-16T14:00:00.0000000\",\"n\":84},{\"k\":3,\"t\":\"2015-02-16T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-16T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-16T19:00:00.0000000\",\"n\":70},{\"k\":3,\"t\":\"2015-02-16T20:00:00.0000000\",\"n\":64},{\"k\":3,\"t\":\"2015-02-16T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-17T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-17T03:00:00.0000000\",\"n\":86},{\"k\":3,\"t\":\"2015-02-17T04:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-17T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-17T13:00:00.0000000\",\"n\":363},{\"k\":3,\"t\":\"2015-02-17T14:00:00.0000000\",\"n\":404},{\"k\":3,\"t\":\"2015-02-17T15:00:00.0000000\",\"n\":78},{\"k\":3,\"t\":\"2015-02-17T16:00:00.0000000\",\"n\":545},{\"k\":3,\"t\":\"2015-02-17T17:00:00.0000000\",\"n\":56},{\"k\":3,\"t\":\"2015-02-17T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-17T19:00:00.0000000\",\"n\":225},{\"k\":3,\"t\":\"2015-02-17T20:00:00.0000000\",\"n\":116},{\"k\":3,\"t\":\"2015-02-17T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-18T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-18T09:00:00.0000000\",\"n\":886},{\"k\":3,\"t\":\"2015-02-18T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-18T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-18T13:00:00.0000000\",\"n\":655},{\"k\":3,\"t\":\"2015-02-18T14:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-02-18T15:00:00.0000000\",\"n\":201},{\"k\":3,\"t\":\"2015-02-18T16:00:00.0000000\",\"n\":254},{\"k\":3,\"t\":\"2015-02-18T17:00:00.0000000\",\"n\":98},{\"k\":3,\"t\":\"2015-02-18T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-18T19:00:00.0000000\",\"n\":424},{\"k\":3,\"t\":\"2015-02-18T20:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-02-18T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-18T22:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-02-18T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-02-19T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-19T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-19T09:00:00.0000000\",\"n\":885},{\"k\":3,\"t\":\"2015-02-19T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-19T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-19T12:00:00.0000000\",\"n\":927},{\"k\":3,\"t\":\"2015-02-19T13:00:00.0000000\",\"n\":910},{\"k\":3,\"t\":\"2015-02-19T14:00:00.0000000\",\"n\":954},{\"k\":3,\"t\":\"2015-02-19T15:00:00.0000000\",\"n\":418},{\"k\":3,\"t\":\"2015-02-19T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-19T17:00:00.0000000\",\"n\":149},{\"k\":3,\"t\":\"2015-02-19T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-19T19:00:00.0000000\",\"n\":52},{\"k\":3,\"t\":\"2015-02-19T20:00:00.0000000\",\"n\":62},{\"k\":3,\"t\":\"2015-02-19T21:00:00.0000000\",\"n\":139},{\"k\":3,\"t\":\"2015-02-19T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-19T23:00:00.0000000\",\"n\":47},{\"k\":3,\"t\":\"2015-02-20T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-20T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-20T09:00:00.0000000\",\"n\":1644},{\"k\":3,\"t\":\"2015-02-20T10:00:00.0000000\",\"n\":758},{\"k\":3,\"t\":\"2015-02-20T11:00:00.0000000\",\"n\":758},{\"k\":3,\"t\":\"2015-02-20T12:00:00.0000000\",\"n\":758},{\"k\":3,\"t\":\"2015-02-20T13:00:00.0000000\",\"n\":758},{\"k\":3,\"t\":\"2015-02-20T14:00:00.0000000\",\"n\":813},{\"k\":3,\"t\":\"2015-02-20T15:00:00.0000000\",\"n\":926},{\"k\":3,\"t\":\"2015-02-20T16:00:00.0000000\",\"n\":808},{\"k\":3,\"t\":\"2015-02-20T17:00:00.0000000\",\"n\":758},{\"k\":3,\"t\":\"2015-02-20T18:00:00.0000000\",\"n\":68},{\"k\":3,\"t\":\"2015-02-20T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-20T20:00:00.0000000\",\"n\":60},{\"k\":3,\"t\":\"2015-02-20T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-20T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-20T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-02-21T00:00:00.0000000\",\"n\":117},{\"k\":3,\"t\":\"2015-02-21T01:00:00.0000000\",\"n\":143},{\"k\":3,\"t\":\"2015-02-21T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-21T05:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-21T06:00:00.0000000\",\"n\":140},{\"k\":3,\"t\":\"2015-02-21T07:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-21T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-21T09:00:00.0000000\",\"n\":887},{\"k\":3,\"t\":\"2015-02-21T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-21T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-21T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-02-22T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-22T01:00:00.0000000\",\"n\":376},{\"k\":3,\"t\":\"2015-02-22T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-22T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-22T09:00:00.0000000\",\"n\":887},{\"k\":3,\"t\":\"2015-02-22T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-22T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-22T17:00:00.0000000\",\"n\":65},{\"k\":3,\"t\":\"2015-02-22T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-22T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-23T00:00:00.0000000\",\"n\":80},{\"k\":3,\"t\":\"2015-02-23T01:00:00.0000000\",\"n\":134},{\"k\":3,\"t\":\"2015-02-23T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-23T04:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-23T05:00:00.0000000\",\"n\":734},{\"k\":3,\"t\":\"2015-02-23T06:00:00.0000000\",\"n\":734},{\"k\":3,\"t\":\"2015-02-23T07:00:00.0000000\",\"n\":734},{\"k\":3,\"t\":\"2015-02-23T08:00:00.0000000\",\"n\":734},{\"k\":3,\"t\":\"2015-02-23T09:00:00.0000000\",\"n\":1621},{\"k\":3,\"t\":\"2015-02-23T10:00:00.0000000\",\"n\":702},{\"k\":3,\"t\":\"2015-02-23T11:00:00.0000000\",\"n\":702},{\"k\":3,\"t\":\"2015-02-23T12:00:00.0000000\",\"n\":826},{\"k\":3,\"t\":\"2015-02-23T13:00:00.0000000\",\"n\":633},{\"k\":3,\"t\":\"2015-02-23T14:00:00.0000000\",\"n\":633},{\"k\":3,\"t\":\"2015-02-23T15:00:00.0000000\",\"n\":1171},{\"k\":3,\"t\":\"2015-02-23T16:00:00.0000000\",\"n\":844},{\"k\":3,\"t\":\"2015-02-23T17:00:00.0000000\",\"n\":633},{\"k\":3,\"t\":\"2015-02-23T18:00:00.0000000\",\"n\":164},{\"k\":3,\"t\":\"2015-02-23T19:00:00.0000000\",\"n\":246},{\"k\":3,\"t\":\"2015-02-23T20:00:00.0000000\",\"n\":98},{\"k\":3,\"t\":\"2015-02-23T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-23T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-23T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-02-24T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-24T01:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-24T02:00:00.0000000\",\"n\":235},{\"k\":3,\"t\":\"2015-02-24T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-24T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-24T09:00:00.0000000\",\"n\":887},{\"k\":3,\"t\":\"2015-02-24T10:00:00.0000000\",\"n\":580},{\"k\":3,\"t\":\"2015-02-24T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-24T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-24T14:00:00.0000000\",\"n\":645},{\"k\":3,\"t\":\"2015-02-24T15:00:00.0000000\",\"n\":88},{\"k\":3,\"t\":\"2015-02-24T16:00:00.0000000\",\"n\":62},{\"k\":3,\"t\":\"2015-02-24T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-24T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-24T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-02-25T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-25T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-25T09:00:00.0000000\",\"n\":890},{\"k\":3,\"t\":\"2015-02-25T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-25T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-25T14:00:00.0000000\",\"n\":1083},{\"k\":3,\"t\":\"2015-02-25T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-25T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-25T17:00:00.0000000\",\"n\":138},{\"k\":3,\"t\":\"2015-02-25T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-26T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-26T14:00:00.0000000\",\"n\":208},{\"k\":3,\"t\":\"2015-02-26T15:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-02-26T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-26T17:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-02-26T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-26T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-26T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-02-27T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-27T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-27T17:00:00.0000000\",\"n\":158},{\"k\":3,\"t\":\"2015-02-27T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-27T19:00:00.0000000\",\"n\":172},{\"k\":3,\"t\":\"2015-02-27T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-27T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-27T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-02-28T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-28T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-02-28T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-01T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-01T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-01T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-02T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-02T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-02T16:00:00.0000000\",\"n\":50},{\"k\":3,\"t\":\"2015-03-02T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-02T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-02T19:00:00.0000000\",\"n\":61},{\"k\":3,\"t\":\"2015-03-02T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-02T21:00:00.0000000\",\"n\":102},{\"k\":3,\"t\":\"2015-03-02T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-02T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-03T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T04:00:00.0000000\",\"n\":57},{\"k\":3,\"t\":\"2015-03-03T05:00:00.0000000\",\"n\":45},{\"k\":3,\"t\":\"2015-03-03T06:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T09:00:00.0000000\",\"n\":891},{\"k\":3,\"t\":\"2015-03-03T10:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-03-03T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T13:00:00.0000000\",\"n\":64},{\"k\":3,\"t\":\"2015-03-03T14:00:00.0000000\",\"n\":705},{\"k\":3,\"t\":\"2015-03-03T15:00:00.0000000\",\"n\":532},{\"k\":3,\"t\":\"2015-03-03T16:00:00.0000000\",\"n\":233},{\"k\":3,\"t\":\"2015-03-03T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T20:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-03-03T21:00:00.0000000\",\"n\":167},{\"k\":3,\"t\":\"2015-03-03T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-03T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-04T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-04T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-04T03:00:00.0000000\",\"n\":54},{\"k\":3,\"t\":\"2015-03-04T04:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-04T07:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-04T08:00:00.0000000\",\"n\":57},{\"k\":3,\"t\":\"2015-03-04T09:00:00.0000000\",\"n\":889},{\"k\":3,\"t\":\"2015-03-04T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-04T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-04T13:00:00.0000000\",\"n\":276},{\"k\":3,\"t\":\"2015-03-04T14:00:00.0000000\",\"n\":68},{\"k\":3,\"t\":\"2015-03-04T15:00:00.0000000\",\"n\":90},{\"k\":3,\"t\":\"2015-03-04T16:00:00.0000000\",\"n\":160},{\"k\":3,\"t\":\"2015-03-04T17:00:00.0000000\",\"n\":61},{\"k\":3,\"t\":\"2015-03-04T18:00:00.0000000\",\"n\":563},{\"k\":3,\"t\":\"2015-03-04T19:00:00.0000000\",\"n\":326},{\"k\":3,\"t\":\"2015-03-04T20:00:00.0000000\",\"n\":58},{\"k\":3,\"t\":\"2015-03-04T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-04T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-04T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-05T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-05T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-05T12:00:00.0000000\",\"n\":52},{\"k\":3,\"t\":\"2015-03-05T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-05T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-05T18:00:00.0000000\",\"n\":502},{\"k\":3,\"t\":\"2015-03-05T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-05T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-05T22:00:00.0000000\",\"n\":54},{\"k\":3,\"t\":\"2015-03-05T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-06T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-06T03:00:00.0000000\",\"n\":74},{\"k\":3,\"t\":\"2015-03-06T04:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-06T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-06T15:00:00.0000000\",\"n\":61},{\"k\":3,\"t\":\"2015-03-06T16:00:00.0000000\",\"n\":1120},{\"k\":3,\"t\":\"2015-03-06T17:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-03-06T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-06T19:00:00.0000000\",\"n\":273},{\"k\":3,\"t\":\"2015-03-06T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-06T21:00:00.0000000\",\"n\":105},{\"k\":3,\"t\":\"2015-03-06T22:00:00.0000000\",\"n\":52},{\"k\":3,\"t\":\"2015-03-06T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-07T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-09T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-09T11:00:00.0000000\",\"n\":45},{\"k\":3,\"t\":\"2015-03-09T12:00:00.0000000\",\"n\":181},{\"k\":3,\"t\":\"2015-03-09T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-09T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-09T15:00:00.0000000\",\"n\":70},{\"k\":3,\"t\":\"2015-03-09T16:00:00.0000000\",\"n\":104},{\"k\":3,\"t\":\"2015-03-09T17:00:00.0000000\",\"n\":393},{\"k\":3,\"t\":\"2015-03-09T18:00:00.0000000\",\"n\":123},{\"k\":3,\"t\":\"2015-03-09T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-09T20:00:00.0000000\",\"n\":156},{\"k\":3,\"t\":\"2015-03-09T21:00:00.0000000\",\"n\":47},{\"k\":3,\"t\":\"2015-03-09T22:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-09T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-10T01:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-10T02:00:00.0000000\",\"n\":73},{\"k\":3,\"t\":\"2015-03-10T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-10T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-10T13:00:00.0000000\",\"n\":302},{\"k\":3,\"t\":\"2015-03-10T14:00:00.0000000\",\"n\":391},{\"k\":3,\"t\":\"2015-03-10T15:00:00.0000000\",\"n\":307},{\"k\":3,\"t\":\"2015-03-10T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-10T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-10T18:00:00.0000000\",\"n\":173},{\"k\":3,\"t\":\"2015-03-10T19:00:00.0000000\",\"n\":138},{\"k\":3,\"t\":\"2015-03-10T20:00:00.0000000\",\"n\":134},{\"k\":3,\"t\":\"2015-03-10T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-10T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-10T23:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-11T00:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-03-11T01:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-11T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-11T13:00:00.0000000\",\"n\":139},{\"k\":3,\"t\":\"2015-03-11T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-11T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-11T20:00:00.0000000\",\"n\":549},{\"k\":3,\"t\":\"2015-03-11T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-12T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-12T14:00:00.0000000\",\"n\":484},{\"k\":3,\"t\":\"2015-03-12T15:00:00.0000000\",\"n\":46},{\"k\":3,\"t\":\"2015-03-12T16:00:00.0000000\",\"n\":137},{\"k\":3,\"t\":\"2015-03-12T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-12T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-12T20:00:00.0000000\",\"n\":175},{\"k\":3,\"t\":\"2015-03-12T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-13T08:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-13T09:00:00.0000000\",\"n\":184},{\"k\":3,\"t\":\"2015-03-13T10:00:00.0000000\",\"n\":1076},{\"k\":3,\"t\":\"2015-03-13T11:00:00.0000000\",\"n\":1216},{\"k\":3,\"t\":\"2015-03-13T12:00:00.0000000\",\"n\":944},{\"k\":3,\"t\":\"2015-03-13T13:00:00.0000000\",\"n\":630},{\"k\":3,\"t\":\"2015-03-13T14:00:00.0000000\",\"n\":383},{\"k\":3,\"t\":\"2015-03-13T15:00:00.0000000\",\"n\":425},{\"k\":3,\"t\":\"2015-03-13T16:00:00.0000000\",\"n\":383},{\"k\":3,\"t\":\"2015-03-13T17:00:00.0000000\",\"n\":808},{\"k\":3,\"t\":\"2015-03-13T18:00:00.0000000\",\"n\":874},{\"k\":3,\"t\":\"2015-03-13T19:00:00.0000000\",\"n\":524},{\"k\":3,\"t\":\"2015-03-13T20:00:00.0000000\",\"n\":383},{\"k\":3,\"t\":\"2015-03-13T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-16T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-16T15:00:00.0000000\",\"n\":87},{\"k\":3,\"t\":\"2015-03-16T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-16T17:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-16T18:00:00.0000000\",\"n\":1755},{\"k\":3,\"t\":\"2015-03-16T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-16T20:00:00.0000000\",\"n\":168},{\"k\":3,\"t\":\"2015-03-16T21:00:00.0000000\",\"n\":96},{\"k\":3,\"t\":\"2015-03-16T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T04:00:00.0000000\",\"n\":44},{\"k\":3,\"t\":\"2015-03-17T05:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-03-17T06:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T07:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T08:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-03-17T09:00:00.0000000\",\"n\":48},{\"k\":3,\"t\":\"2015-03-17T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T11:00:00.0000000\",\"n\":96},{\"k\":3,\"t\":\"2015-03-17T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T13:00:00.0000000\",\"n\":819},{\"k\":3,\"t\":\"2015-03-17T14:00:00.0000000\",\"n\":66},{\"k\":3,\"t\":\"2015-03-17T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T16:00:00.0000000\",\"n\":49},{\"k\":3,\"t\":\"2015-03-17T17:00:00.0000000\",\"n\":54},{\"k\":3,\"t\":\"2015-03-17T18:00:00.0000000\",\"n\":42},{\"k\":3,\"t\":\"2015-03-17T19:00:00.0000000\",\"n\":158},{\"k\":3,\"t\":\"2015-03-17T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-17T22:00:00.0000000\",\"n\":43},{\"k\":3,\"t\":\"2015-03-17T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-18T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-18T14:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-03-18T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-18T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-18T17:00:00.0000000\",\"n\":56},{\"k\":3,\"t\":\"2015-03-18T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-18T19:00:00.0000000\",\"n\":223},{\"k\":3,\"t\":\"2015-03-18T20:00:00.0000000\",\"n\":812},{\"k\":3,\"t\":\"2015-03-18T21:00:00.0000000\",\"n\":54},{\"k\":3,\"t\":\"2015-03-18T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-19T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-19T11:00:00.0000000\",\"n\":697},{\"k\":3,\"t\":\"2015-03-19T12:00:00.0000000\",\"n\":816},{\"k\":3,\"t\":\"2015-03-19T13:00:00.0000000\",\"n\":697},{\"k\":3,\"t\":\"2015-03-19T14:00:00.0000000\",\"n\":590},{\"k\":3,\"t\":\"2015-03-19T15:00:00.0000000\",\"n\":98},{\"k\":3,\"t\":\"2015-03-19T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-19T17:00:00.0000000\",\"n\":53},{\"k\":3,\"t\":\"2015-03-19T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-20T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-20T14:00:00.0000000\",\"n\":66},{\"k\":3,\"t\":\"2015-03-20T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-20T16:00:00.0000000\",\"n\":42},{\"k\":3,\"t\":\"2015-03-20T17:00:00.0000000\",\"n\":325},{\"k\":3,\"t\":\"2015-03-20T18:00:00.0000000\",\"n\":325},{\"k\":3,\"t\":\"2015-03-20T19:00:00.0000000\",\"n\":325},{\"k\":3,\"t\":\"2015-03-20T20:00:00.0000000\",\"n\":325},{\"k\":3,\"t\":\"2015-03-20T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-20T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-21T00:00:00.0000000\",\"n\":117},{\"k\":3,\"t\":\"2015-03-21T01:00:00.0000000\",\"n\":140},{\"k\":3,\"t\":\"2015-03-21T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-21T05:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-21T06:00:00.0000000\",\"n\":138},{\"k\":3,\"t\":\"2015-03-21T07:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-22T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-22T21:00:00.0000000\",\"n\":399},{\"k\":3,\"t\":\"2015-03-22T22:00:00.0000000\",\"n\":639},{\"k\":3,\"t\":\"2015-03-22T23:00:00.0000000\",\"n\":626},{\"k\":3,\"t\":\"2015-03-23T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-23T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-23T13:00:00.0000000\",\"n\":68},{\"k\":3,\"t\":\"2015-03-23T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-23T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-23T19:00:00.0000000\",\"n\":41},{\"k\":3,\"t\":\"2015-03-23T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-24T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-24T12:00:00.0000000\",\"n\":63},{\"k\":3,\"t\":\"2015-03-24T13:00:00.0000000\",\"n\":120},{\"k\":3,\"t\":\"2015-03-24T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-24T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-24T16:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-03-24T17:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-03-24T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-24T19:00:00.0000000\",\"n\":369},{\"k\":3,\"t\":\"2015-03-24T20:00:00.0000000\",\"n\":369},{\"k\":3,\"t\":\"2015-03-24T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-24T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-24T23:00:00.0000000\",\"n\":42},{\"k\":3,\"t\":\"2015-03-25T00:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-25T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-25T15:00:00.0000000\",\"n\":121},{\"k\":3,\"t\":\"2015-03-25T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-25T17:00:00.0000000\",\"n\":783},{\"k\":3,\"t\":\"2015-03-25T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-25T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-25T20:00:00.0000000\",\"n\":124},{\"k\":3,\"t\":\"2015-03-25T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-25T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-26T00:00:00.0000000\",\"n\":264},{\"k\":3,\"t\":\"2015-03-26T01:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-26T02:00:00.0000000\",\"n\":167},{\"k\":3,\"t\":\"2015-03-26T03:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-26T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-26T13:00:00.0000000\",\"n\":505},{\"k\":3,\"t\":\"2015-03-26T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-26T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-26T17:00:00.0000000\",\"n\":42},{\"k\":3,\"t\":\"2015-03-26T18:00:00.0000000\",\"n\":249},{\"k\":3,\"t\":\"2015-03-26T19:00:00.0000000\",\"n\":383},{\"k\":3,\"t\":\"2015-03-26T20:00:00.0000000\",\"n\":382},{\"k\":3,\"t\":\"2015-03-26T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-26T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-27T00:00:00.0000000\",\"n\":196},{\"k\":3,\"t\":\"2015-03-27T01:00:00.0000000\",\"n\":41},{\"k\":3,\"t\":\"2015-03-27T02:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-27T10:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-27T11:00:00.0000000\",\"n\":104},{\"k\":3,\"t\":\"2015-03-27T12:00:00.0000000\",\"n\":102},{\"k\":3,\"t\":\"2015-03-27T13:00:00.0000000\",\"n\":102},{\"k\":3,\"t\":\"2015-03-27T14:00:00.0000000\",\"n\":184},{\"k\":3,\"t\":\"2015-03-27T15:00:00.0000000\",\"n\":102},{\"k\":3,\"t\":\"2015-03-27T16:00:00.0000000\",\"n\":102},{\"k\":3,\"t\":\"2015-03-27T17:00:00.0000000\",\"n\":456},{\"k\":3,\"t\":\"2015-03-27T18:00:00.0000000\",\"n\":456},{\"k\":3,\"t\":\"2015-03-27T19:00:00.0000000\",\"n\":354},{\"k\":3,\"t\":\"2015-03-27T20:00:00.0000000\",\"n\":354},{\"k\":3,\"t\":\"2015-03-27T21:00:00.0000000\",\"n\":354},{\"k\":3,\"t\":\"2015-03-27T22:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-28T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-28T12:00:00.0000000\",\"n\":85},{\"k\":3,\"t\":\"2015-03-28T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-29T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-29T13:00:00.0000000\",\"n\":80},{\"k\":3,\"t\":\"2015-03-29T14:00:00.0000000\",\"n\":56},{\"k\":3,\"t\":\"2015-03-29T15:00:00.0000000\",\"n\":102},{\"k\":3,\"t\":\"2015-03-29T16:00:00.0000000\",\"n\":140},{\"k\":3,\"t\":\"2015-03-29T17:00:00.0000000\",\"n\":100},{\"k\":3,\"t\":\"2015-03-29T18:00:00.0000000\",\"n\":156},{\"k\":3,\"t\":\"2015-03-29T19:00:00.0000000\",\"n\":100},{\"k\":3,\"t\":\"2015-03-29T20:00:00.0000000\",\"n\":124},{\"k\":3,\"t\":\"2015-03-29T21:00:00.0000000\",\"n\":116},{\"k\":3,\"t\":\"2015-03-29T22:00:00.0000000\",\"n\":72},{\"k\":3,\"t\":\"2015-03-29T23:00:00.0000000\",\"n\":140},{\"k\":3,\"t\":\"2015-03-30T00:00:00.0000000\",\"n\":92},{\"k\":3,\"t\":\"2015-03-30T01:00:00.0000000\",\"n\":132},{\"k\":3,\"t\":\"2015-03-30T02:00:00.0000000\",\"n\":124},{\"k\":3,\"t\":\"2015-03-30T03:00:00.0000000\",\"n\":92},{\"k\":3,\"t\":\"2015-03-30T04:00:00.0000000\",\"n\":92},{\"k\":3,\"t\":\"2015-03-30T05:00:00.0000000\",\"n\":116},{\"k\":3,\"t\":\"2015-03-30T06:00:00.0000000\",\"n\":88},{\"k\":3,\"t\":\"2015-03-30T07:00:00.0000000\",\"n\":92},{\"k\":3,\"t\":\"2015-03-30T08:00:00.0000000\",\"n\":116},{\"k\":3,\"t\":\"2015-03-30T09:00:00.0000000\",\"n\":124},{\"k\":3,\"t\":\"2015-03-30T10:00:00.0000000\",\"n\":92},{\"k\":3,\"t\":\"2015-03-30T11:00:00.0000000\",\"n\":92},{\"k\":3,\"t\":\"2015-03-30T12:00:00.0000000\",\"n\":116},{\"k\":3,\"t\":\"2015-03-30T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-30T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-30T15:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-03-30T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-30T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-30T20:00:00.0000000\",\"n\":90},{\"k\":3,\"t\":\"2015-03-30T21:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-31T12:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-31T13:00:00.0000000\",\"n\":64},{\"k\":3,\"t\":\"2015-03-31T14:00:00.0000000\",\"n\":143},{\"k\":3,\"t\":\"2015-03-31T15:00:00.0000000\",\"n\":62},{\"k\":3,\"t\":\"2015-03-31T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-31T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-03-31T19:00:00.0000000\",\"n\":237},{\"k\":3,\"t\":\"2015-03-31T20:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-01T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-01T12:00:00.0000000\",\"n\":140},{\"k\":3,\"t\":\"2015-04-01T13:00:00.0000000\",\"n\":95},{\"k\":3,\"t\":\"2015-04-01T14:00:00.0000000\",\"n\":144},{\"k\":3,\"t\":\"2015-04-01T15:00:00.0000000\",\"n\":277},{\"k\":3,\"t\":\"2015-04-01T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-01T17:00:00.0000000\",\"n\":478},{\"k\":3,\"t\":\"2015-04-01T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-01T23:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-02T00:00:00.0000000\",\"n\":74},{\"k\":3,\"t\":\"2015-04-02T01:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-02T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-02T12:00:00.0000000\",\"n\":274},{\"k\":3,\"t\":\"2015-04-02T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-02T14:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-02T15:00:00.0000000\",\"n\":134},{\"k\":3,\"t\":\"2015-04-02T16:00:00.0000000\",\"n\":68},{\"k\":3,\"t\":\"2015-04-02T17:00:00.0000000\",\"n\":264},{\"k\":3,\"t\":\"2015-04-02T18:00:00.0000000\",\"n\":96},{\"k\":3,\"t\":\"2015-04-02T19:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-03T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-03T12:00:00.0000000\",\"n\":95},{\"k\":3,\"t\":\"2015-04-03T13:00:00.0000000\",\"n\":206},{\"k\":3,\"t\":\"2015-04-03T14:00:00.0000000\",\"n\":111},{\"k\":3,\"t\":\"2015-04-03T15:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-06T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-06T12:00:00.0000000\",\"n\":40},{\"k\":3,\"t\":\"2015-04-06T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-06T14:00:00.0000000\",\"n\":72},{\"k\":3,\"t\":\"2015-04-06T15:00:00.0000000\",\"n\":58},{\"k\":3,\"t\":\"2015-04-06T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-06T17:00:00.0000000\",\"n\":134},{\"k\":3,\"t\":\"2015-04-06T18:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-07T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-07T12:00:00.0000000\",\"n\":279},{\"k\":3,\"t\":\"2015-04-07T13:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-07T14:00:00.0000000\",\"n\":69},{\"k\":3,\"t\":\"2015-04-07T15:00:00.0000000\",\"n\":264},{\"k\":3,\"t\":\"2015-04-07T16:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-08T11:00:00.0000000\",\"n\":0},{\"k\":3,\"t\":\"2015-04-08T12:00:00.0000000\",\"n\":66}]');\n}\n\ndescribe('dc.barChart.biggish', () => {\n    beforeEach(() => {\n        appendChartID('stack-chart');\n        appendChartID('range-chart');\n        const chartAttemptSeries = new dc.LineChart('#stack-chart');\n        const chartRange = new dc.BarChart('#range-chart');\n\n        const data = biggishData();\n\n        data.forEach(row => {\n            // coerce k(ind) into a number\n            row.k = +row.k;\n            // convert event time into d3 date format\n            row.dd = d3.isoParse(row.t);\n            // pre-calculate the day of the time\n            row.day = d3.utcDay(row.dd);\n            // precalculate the hour of the time\n            row.hour = d3.utcHour(row.dd);\n            // coerce n(umber of attempts) into a number\n            row.n = +row.n;\n        });\n\n        const xfilter = crossfilter(data);\n\n        // hour dimension (across all kinds)\n        const dimHour = xfilter.dimension(row => row.hour);\n\n        // grouping used by the range chart (sum of number of attempts for all kinds per hour)\n        const groupHourSum = dimHour.group().reduceSum(row => row.n);\n\n        // groupings used by the stacked bar chart (one value for each kind)\n        const groupHourSeries = dimHour.group().reduce(\n            (p, v) => {\n                switch (v.k) {\n                    case 1:\n                        p.hma += v.n;\n                        break;\n                    case 2:\n                        p.bfa += v.n;\n                        break;\n                    case 3:\n                        p.uha += v.n;\n                        break;\n                } // switch\n                return p;\n            },\n            (p, v) => {\n                switch (v.k) {\n                    case 1:\n                        p.hma -= v.n;\n                        break;\n                    case 2:\n                        p.bfa -= v.n;\n                        break;\n                    case 3:\n                        p.uha -= v.n;\n                        break;\n                } // switch\n                return p;\n            },\n            () => ({\n                hma: 0,\n                bfa: 0,\n                uha: 0\n            })\n        );\n\n        // calculate day extent (two element array of first and last items in the range) - of the hour data\n        const extentDay = d3.extent(data, row => row.day);\n        // select the following day for the end of the extent\n        extentDay[1] = d3.utcDay.offset(extentDay[1], 1);\n\n        chartAttemptSeries\n            .margins({top: 30, right: 50, bottom: 25, left: 40})\n            .renderArea(true)\n            .height(200)\n            .x(d3.scaleUtc().domain(extentDay))\n            .renderHorizontalGridLines(true)\n            .rangeChart(chartRange)\n            .transitionDuration(1000)\n            .brushOn(false)\n            .mouseZoomable(true)\n            .elasticY(true);\n\n        chartAttemptSeries\n            .dimension(dimHour)\n            .group(groupHourSeries, 'Brute Force')\n            .valueAccessor(d => d.value.bfa)\n            .stack(groupHourSeries, 'Horizontal Movement', d => d.value.hma)\n            .stack(groupHourSeries, 'User Account Hacking', d => d.value.uha)\n            .xUnits(d3.utcHours);\n\n        chartAttemptSeries.legend(new dc.Legend().horizontal(true).x(50).y(0).itemWidth(150).gap(5));\n\n        chartRange\n            .height(80)\n            .dimension(dimHour)\n            .group(groupHourSum)\n            .centerBar(true)\n            .gap(1)\n            .xUnits(d3.utcHours)\n            .round(d3.utcHour.round)\n            .alwaysUseRounding(true)\n            .x(d3.scaleUtc().domain(extentDay))\n\n        // hide the range chart's y axis\n        // note: breaks function chaining by returning the yAxis\n            .yAxis().tickFormat('')\n                .tickValues([0])\n                .tickSize([0, 0]);\n\n        dc.renderAll();\n\n    });\n\n    describe('smoke test for #909', () => {\n        it('doesn\\'t die', () => {\n            expect(true).toBeTruthy();\n        });\n    });\n});\n"
  },
  {
    "path": "spec/box-plot-spec.js",
    "content": "/* global appendChartID, loadBoxPlotFixture */\ndescribe('dc.BoxPlot', () => {\n    let id, chart;\n    let data, dimension, group;\n\n    beforeEach(() => {\n        data = crossfilter(loadBoxPlotFixture());\n\n        dimension = data.dimension(d => d.countrycode);\n        group = dimension.group().reduce(\n            (p, v) => { p.push(+v.value); return p; },\n            (p, v) => { p.splice(p.indexOf(+v.value), 1); return p; },\n            () => []\n        );\n\n        id = 'boxplot';\n        appendChartID(id);\n\n        chart = new dc.BoxPlot(`#${id}`);\n        chart\n            .dimension(dimension)\n            .group(group)\n            .width(300)\n            .height(144)\n            .margins({top: 0, right: 0, bottom: 0, left: 0})\n            .boxPadding(0)\n            .transitionDuration(0)\n            .transitionDelay(0)\n            .y(d3.scaleLinear().domain([0, 144]))\n            .ordinalColors(['#01','#02']);\n    });\n\n    describe('rendering the box plot', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should create a non-empty SVG node', () => {\n            expect(chart.svg().empty()).toBeFalsy();\n        });\n\n        it('should create normal outlier circles (by default)', () => {\n            expect(chart.selectAll('circle.outlier').size()).toBe(2);\n        });\n\n        it('should not create bold outlier circles (by default)', () => {\n            expect(chart.selectAll('circle.outlierBold').size()).toBe(0);\n        });\n\n        it('should not create data points (by default)', () => {\n            expect(chart.selectAll('circle.data').size()).toBe(0);\n        });\n\n        it('should not create tooltips (by default)', () => {\n            expect(chart.selectAll('circle.data').select('title').size()).toBe(0);\n        });\n\n        it('should create an offset box for each dimension in the group', () => {\n            expect(box(0).attr('transform')).toMatchTranslate(50, 0);\n            expect(box(1).attr('transform')).toMatchTranslate(150, 0);\n        });\n\n        it('should correctly place median line', () => {\n            expect(box(1).selectAll('line.median').attr('y1')).toBe('100');\n            expect(box(1).selectAll('line.median').attr('y2')).toBe('100');\n        });\n\n        it('should set the median value correctly', () => {\n            expect(box(1).boxText(1).text()).toBe('44');\n        });\n\n        it('should place the left box line at the x origin', () => {\n            expect(box(1).select('rect.box').attr('x')).toBe('0');\n        });\n\n        describe('with showOutliers disabled', () => {\n            beforeEach(() => {\n                chart.showOutliers(false).render();\n            });\n\n            it('should not create any outlier circles ', () => {\n                expect(chart.selectAll('circle.outlier').size()).toBe(0);\n                expect(chart.selectAll('circle.outlierBold').size()).toBe(0);\n            });\n        });\n\n        describe('with renderDataPoints enabled', () => {\n            beforeEach(() => {\n                chart\n                    .renderDataPoints(true)\n                    .renderTitle(true)\n                    .boxWidth(100)\n                    .render();\n            });\n\n            it('should create one data point per data value (non-outlier)', () => {\n                expect(chart.selectAll('circle.data').size()).toBe(12);\n            });\n            it('should create a tooltip for each data value (non-outlier)', () => {\n                expect(chart.selectAll('circle.data').select('title').size()).toBe(12);\n            });\n            it('should display the data between 10 to 90 of the box (by default)', () => {\n                const w = box(1).select('rect.box').attr('width');\n                const min = (w / 2) - (w * chart.dataWidthPortion() / 2);\n                const max = (w / 2) + (w * chart.dataWidthPortion() / 2);\n                chart.selectAll('circle.data').each(function () {\n                    expect(d3.select(this).attr('cx')).toBeGreaterThan(min - 0.1);\n                    expect(d3.select(this).attr('cx')).toBeLessThan(max + 0.1);\n                });\n            });\n\n            describe('and dataWidthPortion set to 50%', () => {\n                beforeEach(() => {\n                    chart\n                        .dataWidthPortion(0.5)\n                        .render();\n                });\n\n                it('should display the data between 25 to 75 of the box', () => {\n                    const w = box(1).select('rect.box').attr('width');\n                    const min = (w / 2) - (w * chart.dataWidthPortion() / 2);\n                    const max = (w / 2) + (w * chart.dataWidthPortion() / 2);\n                    chart.selectAll('circle.data').each(function () {\n                        expect(d3.select(this).attr('cx')).toBeGreaterThan(min - 0.1);\n                        expect(d3.select(this).attr('cx')).toBeLessThan(max + 0.1);\n                    });\n                });\n            });\n\n            describe('and dataWidthPortion set to 10%', () => {\n                beforeEach(() => {\n                    chart\n                        .dataWidthPortion(0.1)\n                        .render();\n                });\n\n                it('should display the data between 45 to 55 of the box', () => {\n                    const w = box(1).select('rect.box').attr('width');\n                    const min = (w / 2) - (w * chart.dataWidthPortion() / 2);\n                    const max = (w / 2) + (w * chart.dataWidthPortion() / 2);\n                    chart.selectAll('circle.data').each(function () {\n                        expect(d3.select(this).attr('cx')).toBeGreaterThan(min - 0.1);\n                        expect(d3.select(this).attr('cx')).toBeLessThan(max + 0.1);\n                    });\n                });\n            });\n        });\n\n        describe('with boldOutlier enabled', () => {\n            beforeEach(() => {\n                chart.boldOutlier(true).render();\n            });\n\n            it('should create bold outlier circles', () => {\n                expect(chart.selectAll('circle.outlierBold').size()).toBe(2);\n            });\n            it('should not create normal outlier circles ', () => {\n                expect(chart.selectAll('circle.outlier').size()).toBe(0);\n            });\n        });\n\n        describe('the width of the box plot', () => {\n            it('should default to being based on the rangeBand', () => {\n                expect(box(1).select('rect.box').attr('width')).toBe('100');\n            });\n\n            it('should be settable to a number', () => {\n                chart.boxWidth(150).render();\n                expect(box(1).select('rect.box').attr('width')).toBe('150');\n            });\n\n            it('should be settable to a function', () => {\n                chart.boxWidth((innerChartWidth, xUnits) => innerChartWidth / (xUnits + 2)).render();\n                expect(box(1).select('rect.box').attr('width')).toBe('75');\n            });\n        });\n\n        describe('the tickFormat of the box plot', () => {\n            it('should default to whole number', () => {\n                expect(box(1).boxText(1).text()).toBe('44');\n                expect(box(1).whiskerText(0).text()).toBe('22');\n                expect(box(1).whiskerText(1).text()).toBe('66');\n            });\n\n            it('should be settable to a d3.format', () => {\n                chart.tickFormat(d3.format('.2f')).render();\n                expect(box(1).boxText(1).text()).toBe('44.00');\n                expect(box(1).whiskerText(0).text()).toBe('22.00');\n                expect(box(1).whiskerText(1).text()).toBe('66.00');\n            });\n        });\n\n        it('should place interquartile range lines after the first and before the fourth quartile', () => {\n            expect(box(1).select('rect.box').attr('y')).toBe('94.5');\n            expect(box(1).select('rect.box').attr('height')).toBe('16.5');\n        });\n\n        it('should label the interquartile range lines using their calculated values', () => {\n            expect(box(1).boxText(0).text()).toBe('33');\n            expect(box(1).boxText(2).text()).toBe('50');\n        });\n\n        it('should place the whiskers at 1.5x the interquartile range', () => {\n            expect(box(1).whiskerLine(0).attr('y1')).toBe('122');\n            expect(box(1).whiskerLine(0).attr('y2')).toBe('122');\n            expect(box(1).whiskerLine(1).attr('y1')).toBeWithinDelta(78);\n            expect(box(1).whiskerLine(1).attr('y2')).toBeWithinDelta(78);\n        });\n\n        it('should label the whiskers using their calculated values', () => {\n            expect(box(1).whiskerText(0).text()).toBe('22');\n            expect(box(1).whiskerText(1).text()).toBe('66');\n        });\n\n        it('should assign a fill color to the boxes', () => {\n            expect(box(0).select('rect.box').attr('fill')).toBe('#01');\n            expect(box(1).select('rect.box').attr('fill')).toBe('#02');\n        });\n\n        describe('when a box has no data', () => {\n            let firstBox;\n\n            beforeEach(() => {\n                firstBox = chart.select('g.box').node();\n                const otherDimension = data.dimension(d => d.countrycode);\n                otherDimension.filter('US');\n                chart.redraw();\n            });\n\n            it('should not attempt to render that box', () => {\n                expect(chart.selectAll('g.box').size()).toBe(1);\n            });\n\n            it('should not animate the removed box into another box', () => {\n                expect(chart.select('g.box').node()).not.toBe(firstBox);\n            });\n\n            describe('with elasticX enabled', () => {\n                beforeEach(() => {\n                    chart.elasticX(true).render();\n                });\n\n                it('should not represent the box in the chart domain', () => {\n                    expect(chart.selectAll('.axis.x .tick').size()).toBe(1);\n                });\n            });\n\n            describe('when elasticX is disabled', () => {\n                beforeEach(() => {\n                    chart.elasticX(false).render();\n                });\n\n                it('should represent the box in the chart domain', () => {\n                    expect(chart.selectAll('.axis.x .tick').size()).toBe(2);\n                });\n            });\n        });\n    });\n\n    describe('events', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        describe('filtering the box plot', () => {\n            beforeEach(() => {\n                chart.filter('CA').redraw();\n            });\n\n            it('should select the boxes corresponding to the filtered value', () => {\n                box(0).each(function (d) {\n                    expect(d3.select(this).classed('selected')).toBeTruthy();\n                });\n            });\n\n            it('should deselect the boxes not corresponding to the filtered value', () => {\n                box(1).each(function (d) {\n                    expect(d3.select(this).classed('deselected')).toBeTruthy();\n                });\n            });\n        });\n\n        describe('clicking on a box', () => {\n            beforeEach(() => {\n                dc.d3compat.callHandler(box(0).on('click'), chart, {}, box(0).datum());\n            });\n\n            it('should apply a filter to the chart', () => {\n                expect(chart.hasFilter('CA')).toBeTruthy();\n            });\n        });\n    });\n\n    describe('accessibility scatter plot', () => {\n\n        it('internal elements are focusable by keyboard', () => {\n            chart.keyboardAccessible(true);\n            chart.render();\n            chart.selectAll('circle').each(function () {\n                const circle = d3.select(this);\n                expect(circle.attr('tabindex')).toEqual('0');\n            });\n        });\n\n        it('internal elements are clickable by pressing enter', () => {\n    \n            chart.keyboardAccessible(true);\n            const clickHandlerSpy = jasmine.createSpy();\n            chart.onClick = clickHandlerSpy;\n            chart.render();\n          \n            const event = new Event('keydown');\n            event.keyCode = 13;\n            \n            // only boxes are valid targets for keydown events\n            chart.selectAll('g.box').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();      \n            });\n        });\n\n    });\n\n    function box (n) {\n        const nthBox = d3.select(chart.selectAll('g.box').nodes()[n]);\n        nthBox.boxText = function (i) {\n            return d3.select(this.selectAll('text.box').nodes()[i]);\n        };\n        nthBox.whiskerLine = function (i) {\n            return d3.select(this.selectAll('line.whisker').nodes()[i]);\n        };\n        nthBox.whiskerText = function (i) {\n            return d3.select(this.selectAll('text.whisker').nodes()[i]);\n        };\n        return nthBox;\n    }\n});\n\n"
  },
  {
    "path": "spec/bubble-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, loadIrisFixture, makeDate */\ndescribe('dc.bubbleChart', () => {\n    let id, chart, data;\n    let dateFixture;\n    let dimension, group;\n    let countryDimension;\n    const width = 900, height = 350;\n\n    beforeEach(() => {\n        dateFixture = loadDateFixture();\n        data = crossfilter(dateFixture);\n        dimension = data.dimension(d => d.status);\n        group = dimension.group()\n            .reduce(\n                //add\n                (p, v) => {\n                    ++p.count;\n                    p.value += +v.value;\n                    return p;\n                },\n                //remove\n                (p, v) => {\n                    --p.count;\n                    p.value -= +v.value;\n                    return p;\n                },\n                //init\n                () => ({count: 0, value: 0})\n            )\n            .order(d => d.value);\n        countryDimension = data.dimension(d => d.countrycode);\n\n        id = 'bubble-chart';\n        appendChartID(id);\n\n        chart = new dc.BubbleChart(`#${id}`);\n        chart.dimension(dimension).group(group)\n            .width(width).height(height)\n            .colors(['#a60000', '#ff0000', '#ff4040', '#ff7373', '#67e667', '#39e639', '#00cc00'])\n            .colorDomain([0,220])\n            .colorAccessor(p => p.value.value)\n            .keyAccessor(p => p.value.value)\n            .valueAccessor(p => p.value.count)\n            .radiusValueAccessor(p => p.value.count)\n            .x(d3.scaleLinear().domain([0, 300]))\n            .y(d3.scaleLinear().domain([0, 10]))\n            .r(d3.scaleLinear().domain([0, 30]))\n            .maxBubbleRelativeSize(0.3)\n            .transitionDuration(0)\n            .renderLabel(true)\n            .renderTitle(true)\n            .title(p => `${p.key}: {count:${p.value.count},value:${p.value.value}}`);\n    });\n\n    it('assigns colors', () => {\n        expect(chart.colors()).not.toBeNull();\n    });\n\n    it('sets the radius scale', () => {\n        expect(chart.r()).not.toBeNull();\n    });\n\n    it('sets the radius value accessor', () => {\n        expect(chart.radiusValueAccessor()).not.toBeNull();\n    });\n\n    it('sets the x units', () => {\n        expect(chart.xUnits()).toBe(dc.units.integers);\n    });\n\n    it('creates the x axis', () => {\n        expect(chart.xAxis()).not.toBeNull();\n    });\n\n    it('creates the y axis', () => {\n        expect(chart.yAxis()).not.toBeNull();\n    });\n\n    describe('render', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('generates right number of bubbles', () => {\n            expect(chart.selectAll('circle.bubble').nodes().length).toBe(2);\n        });\n\n        it('calculates right cx for each bubble', () => {\n            chart.selectAll('g.node').each(function (d, i) {\n                if (i === 0) {\n                    expect(d3.select(this).attr('transform')).toMatchTranslate(601.3333333333334, 155, 3);\n                }\n                if (i === 1) {\n                    expect(d3.select(this).attr('transform')).toMatchTranslate(541.2, 155);\n                }\n            });\n        });\n\n        it('generates opaque groups and circles for each bubble', () => {\n            chart.selectAll('g.node').each(function (d, i) {\n                expect(d3.select(this).attr('opacity')).toBeNull();\n                expect(d3.select(this).select('circle').attr('opacity')).toBe('1');\n            });\n        });\n\n        it('calculates right r for each bubble', () => {\n            chart.selectAll('circle.bubble').each(function (d, i) {\n                if (i === 0) {\n                    expect(Number(d3.select(this).attr('r'))).toBeCloseTo(49.33333333333333, 3);\n                }\n                if (i === 1) {\n                    expect(Number(d3.select(this).attr('r'))).toBeCloseTo(49.33333333333333, 3);\n                }\n            });\n        });\n\n        it('attaches each bubble with index based class', () => {\n            chart.selectAll('circle.bubble').each(function (d, i) {\n                if (i === 0) {\n                    expect(d3.select(this).attr('class')).toBe('bubble _0');\n                }\n                if (i === 1) {\n                    expect(d3.select(this).attr('class')).toBe('bubble _1');\n                }\n            });\n        });\n\n        it('generates right number of labels', () => {\n            expect(chart.selectAll('g.node text').nodes().length).toBe(2);\n        });\n\n        it('creates correct label for each bubble', () => {\n            chart.selectAll('g.node text').each(function (d, i) {\n                if (i === 0) {\n                    expect(d3.select(this).text()).toBe('F');\n                }\n                if (i === 1) {\n                    expect(d3.select(this).text()).toBe('T');\n                }\n            });\n        });\n\n        it('generates right number of titles', () => {\n            expect(chart.selectAll('g.node title').nodes().length).toBe(2);\n        });\n\n        it('creates correct title for each bubble', () => {\n            chart.selectAll('g.node title').each(function (d, i) {\n                if (i === 0) {\n                    expect(d3.select(this).text()).toBe('F: {count:5,value:220}');\n                }\n                if (i === 1) {\n                    expect(d3.select(this).text()).toBe('T: {count:5,value:198}');\n                }\n            });\n        });\n\n        it('fills bubbles with correct colors', () => {\n            chart.selectAll('circle.bubble').each(function (d, i) {\n                if (i === 0) {\n                    expect(d3.select(this).attr('fill')).toMatch(/#00cc00/i);\n                }\n                if (i === 1) {\n                    expect(d3.select(this).attr('fill')).toMatch(/#00cc00/i);\n                }\n            });\n        });\n    });\n\n    describe('bubble chart w/o label & title', () => {\n        beforeEach(() => {\n            chart.renderLabel(false).renderTitle(false).render();\n        });\n\n        it('generates right number of labels', () => {\n            expect(chart.selectAll('g.node text').nodes().length).toBe(0);\n        });\n\n        it('generates right number of titles', () => {\n            expect(chart.selectAll('g.node title').nodes().length).toBe(0);\n        });\n    });\n\n    describe('with filter', () => {\n        beforeEach(() => {\n            chart.filter('F').render();\n        });\n\n        it('deselects bubble based on filter value', () => {\n            chart.selectAll('g.node').each(function (d, i) {\n                if (i === 0) {\n                    expect(d3.select(this).attr('class')).toBe('node selected');\n                }\n                if (i === 1) {\n                    expect(d3.select(this).attr('class')).toBe('node deselected');\n                }\n            });\n        });\n\n        it('handles multi-selection highlight', () => {\n            chart.filter('T');\n            chart.redraw();\n            chart.selectAll('g.node').each(function (d, i) {\n                expect(d3.select(this).attr('class')).toBe('node selected');\n            });\n        });\n    });\n\n    describe('update', () => {\n        beforeEach(() => {\n            chart.render();\n            countryDimension.filter('CA');\n            chart.redraw();\n        });\n\n        it('creates correct label for each bubble', () => {\n            chart.selectAll('g.node title').each(function (d, i) {\n                if (i === 0) {\n                    expect(d3.select(this).text()).toBe('F: {count:0,value:0}');\n                }\n                if (i === 1) {\n                    expect(d3.select(this).text()).toBe('T: {count:2,value:77}');\n                }\n            });\n        });\n\n        it('fills bubbles with correct colors', () => {\n            chart.selectAll('circle.bubble').each(function (d, i) {\n                if (i === 0) {\n                    expect(d3.select(this).attr('fill')).toMatch(/#a60000/i);\n                }\n                if (i === 1) {\n                    expect(d3.select(this).attr('fill')).toMatch(/#ff4040/i);\n                }\n            });\n        });\n\n        describe('with bubble sorting', () => {\n            beforeEach(() => {\n                chart\n                    .sortBubbleSize(true)\n                    .render();\n            });\n\n            it('creates correct label for each bubble', () => {\n                chart.selectAll('g.node title').each(function (d, i) {\n                    if (i === 0) {\n                        expect(d3.select(this).text()).toBe('T: {count:2,value:77}');\n                    }\n                    if (i === 1) {\n                        expect(d3.select(this).text()).toBe('F: {count:0,value:0}');\n                    }\n                });\n            });\n\n            it('fills bubbles with correct colors', () => {\n                chart.selectAll('circle.bubble').each(function (d, i) {\n                    if (i === 0) {\n                        expect(d3.select(this).attr('fill')).toMatch(/#ff4040/i);\n                    }\n                    if (i === 1) {\n                        expect(d3.select(this).attr('fill')).toMatch(/#a60000/i);\n                    }\n                });\n            });\n        });\n\n        describe('with empty bins removed', () => {\n            beforeEach(() => {\n                chart.group(removeEmptyBins(group))\n                    .redraw();\n            });\n\n            it('creates the right number of bubbles', () => {\n                expect(chart.selectAll('g.node').size()).toBe(1);\n            });\n\n            it('creates correct label for each bubble', () => {\n                expect(chart.selectAll('g.node title').text()).toBe('T: {count:2,value:77}');\n            });\n\n            it('fills bubbles with correct colors', () => {\n                expect(chart.selectAll('circle.bubble').attr('fill')).toMatch(/#ff4040/i);\n            });\n            function removeEmptyBins (sourceGroup) {\n                return {\n                    all: function () {\n                        return sourceGroup.all().filter(d => d.value.count !== 0);\n                    }\n                };\n            }\n\n        });\n    });\n\n    describe('with no filter', () => {\n        beforeEach(() => {\n            countryDimension.filter('ZZ');\n            chart.render();\n        });\n\n        it('sets invisible if bubble has 0 r', () => {\n            chart.selectAll('g.node text').each(function (d, i) {\n                expect(Number(d3.select(this).attr('opacity'))).toBe(0);\n            });\n        });\n    });\n\n    describe('with elastic axises', () => {\n        beforeEach(() => {\n            chart.elasticY(true)\n                .yAxisPadding(3)\n                .elasticX(true)\n                .xAxisPadding(20)\n                .render();\n        });\n\n        it('auto calculates x range based on width', () => {\n            expect(chart.x().range()[0]).toBe(0);\n            expect(chart.x().range()[1]).toBe(820);\n        });\n\n        it('sets the x domain', () => {\n            expect(chart.x().domain()[0]).toBe(178);\n            expect(chart.x().domain()[1]).toBe(240);\n        });\n\n        it('auto calculates y range based on height', () => {\n            expect(chart.y().range()[0]).toBe(310);\n            expect(chart.y().range()[1]).toBe(0);\n        });\n\n        it('sets the y domain', () => {\n            expect(chart.y().domain()[0]).toBe(2);\n            expect(chart.y().domain()[1]).toBe(8);\n        });\n    });\n\n    describe('renderlet', () => {\n        let renderlet;\n\n        beforeEach(() => {\n            // spyOn doesn't seem to work with plain functions\n            renderlet = jasmine.createSpy('renderlet', _chart => {\n                _chart.selectAll('circle').attr('fill', 'red');\n            });\n            renderlet.and.callThrough();\n            chart.on('renderlet', renderlet);\n        });\n\n        it('is invoked with render', () => {\n            chart.render();\n            expect(chart.selectAll('circle').attr('fill')).toBe('red');\n            expect(renderlet).toHaveBeenCalled();\n        });\n\n        it('is invoked with redraw', () => {\n            chart.render().redraw();\n            expect(chart.selectAll('circle').attr('fill')).toBe('red');\n            expect(renderlet.calls.count()).toEqual(2);\n        });\n    });\n\n    describe('non-unique keys', () => {\n        // plot all rows as (value, nvalue) - a common scatterplot scenario\n        beforeEach(() => {\n            const rowDimension = data.dimension((d, i) => i);\n            const rowGroup = rowDimension.group();\n\n            chart.dimension(rowDimension).group(rowGroup)\n                .keyAccessor(kv => +dateFixture[kv.key].value)\n                .valueAccessor(kv => +dateFixture[kv.key].nvalue)\n                .elasticY(true)\n                .yAxisPadding(2)\n                .elasticX(true)\n                .xAxisPadding(2);\n\n            chart.render();\n        });\n\n        it('generates right number of bubbles', () => {\n            expect(chart.selectAll('circle.bubble').nodes().length).toBe(10);\n        });\n\n        it('auto calculates x range based on width', () => {\n            expect(chart.x().range()[0]).toBe(0);\n            expect(chart.x().range()[1]).toBe(820);\n        });\n\n        it('sets the x domain', () => {\n            expect(chart.x().domain()[0]).toBe(20);\n            expect(chart.x().domain()[1]).toBe(68);\n        });\n\n        it('auto calculates y range based on height', () => {\n            expect(chart.y().range()[0]).toBe(310);\n            expect(chart.y().range()[1]).toBe(0);\n        });\n\n        it('sets the y domain', () => {\n            expect(chart.y().domain()[0]).toBe(-7);\n            expect(chart.y().domain()[1]).toBe(12);\n        });\n    });\n\n    describe('with logarithmic scales', () => {\n        beforeEach(() => {\n            const rowDimension = data.dimension((d, i) => i);\n            const rowGroup = rowDimension.group();\n\n            chart\n                .dimension(rowDimension)\n                .group(rowGroup)\n                .keyAccessor(kv => 0)\n                .valueAccessor(kv => 0)\n                .x(d3.scaleLog().domain([1, 300]))\n                .y(d3.scaleLog().domain([1, 10]))\n                .elasticX(false)\n                .elasticY(false);\n            chart.render();\n        });\n\n        it('renders without errors', () => {\n            chart.selectAll('g.node').each(function (d, i) {\n                expect(d3.select(this).attr('transform')).toMatchTranslate(0, 0);\n            });\n        });\n    });\n\n    describe('with a date-based scale', () => {\n        beforeEach(() => {\n            dimension = data.dimension(d => d3.utcDay(d.dd));\n            group = dimension.group();\n\n            chart\n                .dimension(dimension)\n                .group(group)\n                .x(d3.scaleUtc().domain([makeDate(2012, 0, 1), makeDate(2012, 11, 31)]))\n                .elasticX(true)\n                .elasticY(true)\n                .keyAccessor(kv => kv.key)\n                .valueAccessor(kv => kv.value)\n                .radiusValueAccessor(kv => kv.value)\n                .colors(d3.scaleOrdinal().range(['#a60000', '#ff0000', '#ff4040', '#ff7373', '#67e667', '#39e639', '#00cc00']))\n                .colorAccessor(kv => kv.key)\n                .render();\n        });\n\n        it('draws bubbles in appropriate locations', () => {\n            const coords = [\n                [0, 310], [149.1, 310], [170.4, 0], [394, 310], [489.9, 155], [820, 155],\n            ];\n            chart.selectAll('g.node').each(function (d, i) {\n                expect(d3.select(this).attr('transform'))\n                    .toMatchTranslate(coords[i][0], coords[i][1], 1);\n            });\n        });\n        it('calculates elastic x axis exactly', () => {\n            expect(chart.x().domain()).toEqual([makeDate(2012, 4, 25), makeDate(2012, 7, 10)]);\n        });\n\n        describe('with 10 day padding', () => {\n            beforeEach(() => {\n                chart.xAxisPaddingUnit(d3.utcDay)\n                    .xAxisPadding(10)\n                    .render();\n            });\n            it('should stretch the domain appropriately', () => {\n                expect(chart.x().domain()).toEqual([makeDate(2012, 4, 15), makeDate(2012, 7, 20)]);\n            });\n        });\n\n        describe('with 2 month padding', () => {\n            beforeEach(() => {\n                chart.xAxisPaddingUnit(d3.utcMonth)\n                    .xAxisPadding(2)\n                    .render();\n            });\n            it('should stretch the domain appropriately', () => {\n                expect(chart.x().domain()).toEqual([makeDate(2012, 2, 25), makeDate(2012, 9, 10)]);\n            });\n        });\n    });\n\n    describe('with minimum radius', () => {\n        beforeEach(() => {\n            chart\n                .minRadius(1)\n                .render();\n        });\n\n        it('shows smaller bubbles', () => {\n            chart.selectAll('circle.bubble').each(function (d, i) {\n                if (i === 0) {\n                    expect(Number(d3.select(this).attr('r'))).toBeCloseTo(41.83333333333333, 3);\n                }\n                if (i === 1) {\n                    expect(Number(d3.select(this).attr('r'))).toBeCloseTo(41.83333333333333, 3);\n                }\n            });\n        });\n    });\n\n    describe('iris filtering', () => {\n        /* eslint camelcase: 0 */\n        // 2-chart version of from http://bl.ocks.org/gordonwoodhull/14c623b95993808d69620563508edba6\n        let irisData, heatMap, sepalDim, sepalGroup;\n        beforeEach(() => {\n            irisData = loadIrisFixture();\n\n            const fields = {\n                sl: 'sepal_length',\n                sw: 'sepal_width',\n                pl: 'petal_length',\n                pw: 'petal_width'\n            };\n            const species = ['setosa', 'versicolor', 'virginica'];\n\n            irisData.forEach(d => {\n                Object.keys(fields).forEach(ab => {\n                    d[fields[ab]] = +d[fields[ab]];\n                });\n            });\n            // autogenerate a key function for an extent\n            function key_function (extent) {\n                const div = extent[1] - extent[0] < 5 ? 2 : 1;\n                return function (k) {\n                    return Math.floor(k * div) / div;\n                };\n            }\n\n            const extents = {};\n            const keyfuncs = {};\n            Object.keys(fields).forEach(ab => {\n                extents[ab] = d3.extent(irisData, d => d[fields[ab]]);\n                keyfuncs[ab] = key_function(extents[ab]);\n            });\n            data = crossfilter(irisData);\n            function duo_key (ab1, ab2) {\n                return function (d) {\n                    return [keyfuncs[ab1](d[fields[ab1]]), keyfuncs[ab2](d[fields[ab2]])];\n                };\n            }\n            function key_part (i) {\n                return function (kv) {\n                    return kv.key[i];\n                };\n            }\n            function reduce_species (grp) {\n                grp.reduce(\n                    (p, v) => {\n                        p[v.species]++;\n                        p.total++;\n                        return p;\n                    }, (p, v) => {\n                        p[v.species]--;\n                        p.total--;\n                        return p;\n                    }, () => {\n                        const init = {total: 0};\n                        species.forEach(s => { init[s] = 0; });\n                        return init;\n                    }\n                );\n            }\n            function max_species (d) {\n                let max = 0, i = -1;\n                species.forEach((s, j) => {\n                    if (d.value[s] > max) {\n                        max = d.value[s];\n                        i = j;\n                    }\n                });\n                return i >= 0 ? species[i] : null;\n            }\n            function initialize_bubble (bubbleChart) {\n                bubbleChart\n                    .transitionDuration(0)\n                    .width(400)\n                    .height(400)\n                    .x(d3.scaleLinear()).xAxisPadding(0.5)\n                    .y(d3.scaleLinear()).yAxisPadding(0.5)\n                    .elasticX(true)\n                    .elasticY(true)\n                    .keyAccessor(key_part(0))\n                    .valueAccessor(key_part(1))\n                    .radiusValueAccessor(kv => kv.value.total)\n                    .elasticRadius(true)\n                    .excludeElasticZero(false)\n                    .colors(d3.scaleOrdinal()\n                            .domain(species.concat('none'))\n                            .range(['#e41a1c','#377eb8','#4daf4a', '#f8f8f8']))\n                    .colorAccessor(d => max_species(d) || 'none')\n                    .label(d => d.value.total)\n                    .title(d => JSON.stringify(d.value, null, 2));\n            }\n            function initialize_heatmap (htMap) {\n                htMap\n                    .transitionDuration(0)\n                    .width(400)\n                    .height(400)\n                    .xBorderRadius(15).yBorderRadius(15)\n                    .keyAccessor(key_part(0))\n                    .valueAccessor(key_part(1))\n                    .colors(d3.scaleOrdinal()\n                            .domain(species.concat('none'))\n                            .range(['#e41a1c','#377eb8','#4daf4a', '#f8f8f8']))\n                    .colorAccessor(d => max_species(d) || 'none');\n            }\n\n            const heatId = 'heat-map';\n            appendChartID(heatId);\n\n            heatMap = new dc.HeatMap(`#${heatId}`);\n            sepalDim = data.dimension(duo_key('sl', 'sw')); sepalGroup = sepalDim.group();\n            const petalDim = data.dimension(duo_key('pl', 'pw')), petalGroup = petalDim.group();\n\n            reduce_species(sepalGroup);\n            reduce_species(petalGroup);\n            initialize_bubble(chart.dimension(sepalDim).group(sepalGroup));\n            initialize_heatmap(heatMap.dimension(petalDim).group(petalGroup));\n            chart.render();\n            heatMap.render();\n        });\n        // return brand-new objects and keys every time\n        function clone_group (grp) {\n            function clone_kvs (all) {\n                return all.map(kv => ({\n                    key: kv.key.slice(0),\n                    value: Object.assign({}, kv.value)\n                }));\n            }\n            return {\n                all: function () {\n                    return clone_kvs(grp.all());\n                },\n                top: function (N) {\n                    return clone_kvs(grp.top(N));\n                }\n            };\n        }\n\n        function testBubbleRadiiCol3 (_chart) {\n            const bubbles = _chart.selectAll('circle.bubble').nodes();\n            const expected = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34.5, 16.1, 0, 0, 16.1, 59.1, 34.5, 16.1, 96, 0, 22.2, 0, 0, 0, 0];\n            bubbles.forEach((b, i) => {\n                expect(+d3.select(b).attr('r')).toBeWithinDelta(expected[i], 0.1);\n            });\n        }\n        function testBubbleTitlesCol3 (_chart) {\n            const titles = _chart.selectAll('g.node title').nodes();\n            const expected = [\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 4, 'setosa': 0, 'versicolor': 0, 'virginica': 4}, {'total': 1, 'setosa': 0, 'versicolor': 0, 'virginica': 1},\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 1, 'setosa': 0, 'versicolor': 0, 'virginica': 1}, {'total': 8, 'setosa': 0, 'versicolor': 1, 'virginica': 7},\n                {'total': 4, 'setosa': 0, 'versicolor': 0, 'virginica': 4}, {'total': 1, 'setosa': 0, 'versicolor': 0, 'virginica': 1},\n                {'total': 14, 'setosa': 0, 'versicolor': 1, 'virginica': 13}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 2, 'setosa': 0, 'versicolor': 0, 'virginica': 2}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}, {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0},\n                {'total': 0, 'setosa': 0, 'versicolor': 0, 'virginica': 0}];\n            titles.forEach((t, i) => {\n                expect(JSON.parse(d3.select(t).text())).toEqual(expected[i]);\n            });\n        }\n        function testBubbleLabelsCol3 (_chart) {\n            const labels = _chart.selectAll('g.node text').nodes();\n            const expected = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 1, 0, 0, 1, 8, 4, 1, 14, 0, 2, 0, 0, 0, 0];\n            labels.forEach((l, i) => {\n                expect(+d3.select(l).text()).toBe(expected[i]);\n            });\n        }\n        describe('column filtering with straight crossfilter', () => {\n            beforeEach(() => {\n                const axisLabel = d3.select(heatMap.selectAll('.cols.axis text').nodes()[3]);\n                dc.d3compat.callHandler(axisLabel.on('click'), null, {}, axisLabel.datum());\n                d3.timerFlush();\n            });\n            it('updates bubble radii correctly', () => {\n                testBubbleRadiiCol3(chart);\n            });\n            it('updates bubble titles correctly', () => {\n                testBubbleTitlesCol3(chart);\n            });\n            it('updates bubble labels correctly', () => {\n                testBubbleLabelsCol3(chart);\n            });\n        });\n        describe('column filtering with cloned results', () => {\n            beforeEach(() => {\n                chart.group(clone_group(sepalGroup));\n                chart.render();\n                const axisLabel = d3.select(heatMap.selectAll('.cols.axis text').nodes()[3]);\n                dc.d3compat.callHandler(axisLabel.on('click'), null, {}, axisLabel.datum());\n                d3.timerFlush();\n            });\n            it('updates bubble radii correctly', () => {\n                testBubbleRadiiCol3(chart);\n            });\n            it('updates bubble titles correctly', () => {\n                testBubbleTitlesCol3(chart);\n            });\n            it('updates bubble labels correctly', () => {\n                testBubbleLabelsCol3(chart);\n            });\n        });\n    });\n\n    describe('accessibility bubble chart', () => {\n\n        it('DOM order follows x values if keyboardAccessible is set', () => {\n            // default (alphabetical) sort order would put F ahead of T in DOM order\n            // keyboardAccessible should instead re-order DOM elements based on x-value\n            // T value is 198; F value is 220\n            chart.keyboardAccessible(true);\n            chart.render();\n            expect(document.querySelectorAll('.node text')[0].innerHTML).toEqual('T')\n        });\n\n        it('internal elements are focusable by keyboard', () => {\n            chart.keyboardAccessible(true);\n            chart.render();\n            chart.selectAll('circle').each(function () {\n                const bubble = d3.select(this);\n                expect(bubble.attr('tabindex')).toEqual('0');\n            });\n        });\n\n        it('internal elements are clickable by pressing enter', () => {\n            chart.keyboardAccessible(true);\n            const clickHandlerSpy = jasmine.createSpy();\n            chart.onClick = clickHandlerSpy;\n            chart.render();\n          \n            const event = new Event('keydown');\n            event.keyCode = 13;\n                     \n            chart.selectAll('circle').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();           \n            });\n        });\n\n    });\n});\n"
  },
  {
    "path": "spec/bubble-overlay-spec.js",
    "content": "/* global appendChartID, loadDateFixture */\ndescribe('dc.bubbleOverlay', () => {\n    let chart, data;\n    let dimension, group;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        dimension = data.dimension(d => d.state);\n        group = dimension.group().reduceSum(d => d.value);\n\n        const id = 'bubble-overlay';\n        const parent = appendChartID(id);\n        const width = 600, height = 400;\n        const svg = parent.append('svg')\n            .attr('width', width)\n            .attr('height', height);\n\n        chart = new dc.BubbleOverlay(`#${id}`)\n            .svg(svg)\n            .dimension(dimension)\n            .group(group)\n            .width(width)\n            .height(height)\n            .transitionDuration(0)\n            .title(d => `Title: ${d.key}`)\n            .r(d3.scaleLinear().domain([0, 100]))\n            .maxBubbleRelativeSize(0.1)\n            .ordinalColors(['blue'])\n            .point('California', 100, 120)\n            .point('Colorado', 300, 120)\n            .point('Delaware', 500, 220)\n            .point('Ontario', 180, 90)\n            .point('Mississippi', 120, 220)\n            .point('Oklahoma', 200, 350);\n\n        chart.render();\n    });\n\n    describe('creation', () => {\n        it('should generate an instance of the dc chart', () => {\n            expect(dc.instanceOfChart(chart)).toBeTruthy();\n        });\n\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n\n        it('should generate the correct number of overlay groups', () => {\n            expect(chart.selectAll('g.node').nodes().length).toEqual(6);\n        });\n\n        it('should generate a correct class name for the overlay groups', () => {\n            expect(d3.select(chart.selectAll('g.node').nodes()[0]).attr('class')).toEqual('node california');\n            expect(d3.select(chart.selectAll('g.node').nodes()[3]).attr('class')).toEqual('node ontario');\n        });\n\n        it('should generate the correct number of overlay bubbles', () => {\n            expect(chart.selectAll('circle.bubble').nodes().length).toEqual(6);\n        });\n\n        it('should generate a correct translate for overlay groups', () => {\n            expect(d3.select(chart.selectAll('g.node').nodes()[0]).attr('transform')).toMatchTranslate(100, 120);\n            expect(d3.select(chart.selectAll('g.node').nodes()[3]).attr('transform')).toMatchTranslate(180, 90);\n        });\n\n        it('should generate correct radii for circles', () => {\n            expect(d3.select(chart.selectAll('circle.bubble').nodes()[0]).attr('r')).toEqual('87');\n            expect(d3.select(chart.selectAll('circle.bubble').nodes()[3]).attr('r')).toEqual('48.5');\n        });\n\n        it('should generate correct labels', () => {\n            expect(d3.select(chart.selectAll('g.node text').nodes()[0]).text()).toEqual('California');\n            expect(d3.select(chart.selectAll('g.node text').nodes()[3]).text()).toEqual('Ontario');\n        });\n\n        it('should generate the label only once', () => {\n            chart.redraw();\n            expect(chart.selectAll('g.node text').nodes().length).toEqual(6);\n        });\n\n        it('generate the correct titles', () => {\n            expect(d3.select(chart.selectAll('g.node title').nodes()[0]).text()).toEqual('Title: California');\n            expect(d3.select(chart.selectAll('g.node title').nodes()[3]).text()).toEqual('Title: Ontario');\n        });\n\n        it('should only generate titles once', () => {\n            chart.redraw();\n            expect(chart.selectAll('g.node title').nodes().length).toEqual(6);\n        });\n\n        it('should fill circles with the specified colors', () => {\n            expect(d3.select(chart.selectAll('circle.bubble').nodes()[0]).attr('fill')).toEqual('blue');\n            expect(d3.select(chart.selectAll('circle.bubble').nodes()[3]).attr('fill')).toEqual('blue');\n        });\n\n        it('should highlight the filtered bubbles', () => {\n            chart.filter('Colorado');\n            chart.filter('California');\n            chart.redraw();\n            expect(d3.select(chart.selectAll('g.node').nodes()[0]).attr('class')).toEqual('node california selected');\n            expect(d3.select(chart.selectAll('g.node').nodes()[1]).attr('class')).toEqual('node colorado selected');\n            expect(d3.select(chart.selectAll('g.node').nodes()[3]).attr('class')).toEqual('node ontario deselected');\n        });\n    });\n\n    describe('filtering another dimension', () => {\n        let regionDim;\n        beforeEach(() => {\n            regionDim = data.dimension(d => d.region);\n        });\n        function expectRadii (expected) {\n            const circles = chart.selectAll('circle.bubble').nodes();\n            circles.forEach((c, i) => {\n                expect(+d3.select(c).attr('r')).toBeWithinDelta(expected[i], 0.1);\n            });\n        }\n        describe('without elastic radius', () => {\n            it('should have reasonable radii', () => {\n                expectRadii([87, 21, 26.5, 48.5, 48.5, 37.5]);\n            });\n            it('filtering should zero out some radii', () => {\n                regionDim.filter('Central');\n                dc.redrawAll();\n                expectRadii([0, 0, 0, 37.5, 48.5, 0]);\n            });\n        });\n        describe('with elastic radius', () => {\n            beforeEach(() => {\n                chart.elasticRadius(true).render();\n            });\n            it('should lock to the minimum and maximum radius sizes', () => {\n                expectRadii([60, 10, 14.1, 30.8, 30.8, 22.5]);\n            });\n            it('filtering should lock the remaining bubbles to min and max radius sizes', () => {\n                regionDim.filter('Central');\n                dc.redrawAll();\n                expectRadii([0, 0, 0, 10, 60, 0]);\n            });\n        });\n    });\n});\n\n"
  },
  {
    "path": "spec/cap-mixin-spec.js",
    "content": "/* global loadDateFixture */\ndescribe('dc.capMixin', () => {\n    let data, dimension, group;\n    let mixin, total;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        dimension = data.dimension(d => +d.value);\n        group = dimension.group().reduceSum(d => Math.abs(+d.nvalue));\n        total = d3.sum(group.all().map(dc.pluck('value')));\n\n        const CapMixinTester = dc.CapMixin(dc.BaseMixin);\n        mixin = new CapMixinTester();\n\n        mixin.dimension(dimension)\n            .group(group);\n    });\n\n    describe('with no capping and default ordering', () => {\n        it('should include everything', () => {\n            expect(mixin.data().length).toBe(5);\n        });\n        it('should be in descending value order', () => {\n            expect(mixin.data().map(dc.pluck('value'))).toEqual([12, 9, 8, 4, 2]);\n        });\n        it('should sum to total', () => {\n            expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(total);\n        });\n    });\n\n    describe('with no capping and descending key ordering', () => {\n        beforeEach(() => {\n            mixin.ordering(kv => -kv.key);\n        });\n        it('should include everything', () => {\n            expect(mixin.data().length).toBe(5);\n        });\n        it('should be in reverse key order', () => {\n            expect(mixin.data().map(dc.pluck('key'))).toEqual([66, 55, 44, 33, 22]);\n        });\n    });\n\n    describe('with descending value ordering', () => {\n        beforeEach(() => {\n            mixin.ordering(kv => -kv.value);\n        });\n        describe('and no capping', () => {\n            it('should include everything', () => {\n                expect(mixin.data().length).toBe(5);\n            });\n            it('should be in reverse key order', () => {\n                expect(mixin.data().map(dc.pluck('key'))).toEqual([22, 44, 55, 66, 33]);\n            });\n            it('should sum to total', () => {\n                expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(total);\n            });\n        });\n        describe('and cap(3)', () => {\n            beforeEach(() => {\n                mixin.cap(3);\n            });\n            it('should have 3 front elements plus others element', () => {\n                expect(mixin.data().length).toBe(4);\n                expect(mixin.data().map(dc.pluck('key'))).toEqual([22, 44, 55, 'Others']);\n            });\n            it('should sum to total', () => {\n                expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(total);\n            });\n\n            describe('and taking from back', () => {\n                beforeEach(() => {\n                    mixin.takeFront(false);\n                });\n                it('should have 3 back elements plus others element', () => {\n                    expect(mixin.data().length).toBe(4);\n                    expect(mixin.data().map(dc.pluck('key'))).toEqual([55, 66, 33, 'Others']);\n                });\n                it('should sum to total', () => {\n                    expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(total);\n                });\n            });\n\n            describe('and no othersGrouper', () => {\n                beforeEach(() => {\n                    mixin.othersGrouper(null);\n                });\n                it('should have 3 front elements', () => {\n                    expect(mixin.data().length).toBe(3);\n                    expect(mixin.data().map(dc.pluck('key'))).toEqual([22, 44, 55]);\n                });\n                it('should sum to correct number', () => {\n                    expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(29);\n                });\n            });\n        });\n    });\n\n    describe('with ascending value ordering', () => {\n        beforeEach(() => {\n            mixin.ordering(kv => kv.value);\n        });\n        describe('and no capping', () => {\n            it('should include everything', () => {\n                expect(mixin.data().length).toBe(5);\n            });\n            it('should be in reverse key order', () => {\n                expect(mixin.data().map(dc.pluck('key'))).toEqual([33, 66, 55, 44, 22]);\n            });\n            it('should sum to total', () => {\n                expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(total);\n            });\n        });\n        describe('and cap(3)', () => {\n            beforeEach(() => {\n                mixin.cap(3);\n            });\n            it('should have 3 front elements plus others element', () => {\n                expect(mixin.data().length).toBe(4);\n                expect(mixin.data().map(dc.pluck('key'))).toEqual([33, 66, 55, 'Others']);\n            });\n            it('should sum to total', () => {\n                expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(total);\n            });\n\n            describe('and taking from back', () => {\n                beforeEach(() => {\n                    mixin.takeFront(false);\n                });\n                it('should have 3 back elements plus others element', () => {\n                    expect(mixin.data().length).toBe(4);\n                    expect(mixin.data().map(dc.pluck('key'))).toEqual([55, 44, 22, 'Others']);\n                });\n                it('should sum to total', () => {\n                    expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(total);\n                });\n            });\n\n            describe('and no othersGrouper', () => {\n                beforeEach(() => {\n                    mixin.othersGrouper(null);\n                });\n                it('should have 3 front elements', () => {\n                    expect(mixin.data().length).toBe(3);\n                    expect(mixin.data().map(dc.pluck('key'))).toEqual([33, 66, 55]);\n                });\n                it('should sum to correct number', () => {\n                    expect(d3.sum(mixin.data().map(dc.pluck('value')))).toEqual(14);\n                });\n            });\n        });\n    });\n});\n\n"
  },
  {
    "path": "spec/cbox-menu-spec.js",
    "content": "/* global appendChartID, loadDateFixture */\ndescribe('dc.cboxMenu', () => {\n    let id, chart;\n    let data, regionDimension, regionGroup;\n    let stateDimension, stateGroup;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        regionDimension = data.dimension(d => d.region);\n        stateDimension = data.dimension(d => d.state);\n\n        regionGroup = regionDimension.group();\n        stateGroup = stateDimension.group();\n\n        id = 'cbox-menu';\n        appendChartID(id);\n\n        chart = new dc.CboxMenu(`#${id}`);\n        chart.dimension(stateDimension)\n            .group(stateGroup)\n            .transitionDuration(0);\n        chart.render();\n    });\n\n    describe('generation', () => {\n        it('we get something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('sets order', () => {\n            expect(chart.order()).toBeDefined();\n        });\n        it('sets prompt text', () => {\n            expect(chart.promptText()).toBe('Select all');\n        });\n        it('creates an unordered list', () => {\n            expect(chart.selectAll('ul').nodes().length).toEqual(1);\n        });\n        it('creates .dc-cbox-item class elements for each item', () => {\n            expect(chart.selectAll('li.dc-cbox-item').nodes().length).toEqual(stateGroup.all().length);\n        });\n        it('creates an extra item for the select all option', () => {\n            expect(chart.selectAll('li').nodes().length).toEqual(stateGroup.all().length + 1);\n        });\n        it('creates input elements within each list item', () => {\n            expect(chart.selectAll('li input').nodes().length).toEqual(stateGroup.all().length + 1);\n        });\n        // check labels and IDs\n        it('creates input elements with IDs and labels with the corresponding \"for\" attribute', () => {\n            const str = chart.selectAll('input').nodes().map(e => e.id).join('--');\n            expect(str).toMatch(/^(input_\\d+_\\d+--)+input_\\d+_all$/);\n            expect(str).toEqual(chart.selectAll('label').nodes().map(e => e.getAttribute('for')).join('--'));\n        });\n\n        // Single select\n        it('creates radio buttons by default', () => {\n            expect(chart.selectAll('input[type=checkbox]').nodes().length).toEqual(0);\n            expect(chart.selectAll('.dc-cbox-item input[type=radio]').nodes().length).toEqual(stateGroup.all().length);\n        });\n        it('uses a radio button for the select all option', () => {\n            expect(chart.selectAll('input[type=radio]').nodes().length).toEqual(stateGroup.all().length + 1);\n        });\n        // select all:\n        it('creates a select all option with default prompt text', () => {\n            const option = chart.selectAll('li label').nodes().pop();\n            expect(option.textContent).toEqual('Select all');\n        });\n        it('creates a select all option with no value', () => {\n            const option = chart.selectAll('li input').nodes().pop();\n            expect(option.name).toMatch(/^domain_\\d+$/);\n            expect(option.getAttribute('value')).toBeNull();\n        });\n        // multiple select\n        it('can be made into a multiple', () => {\n            chart.multiple(true).redraw();\n            expect(chart.selectAll('.dc-cbox-item input[type=checkbox]').nodes().length).toEqual(stateGroup.all().length);\n        });\n        it('does not use radio buttons for multiples', () => {\n            chart.multiple(true).redraw();\n            expect(chart.selectAll('.dc-cbox-item input[type=radio]').nodes().length).toEqual(0);\n        });\n        // select all multiple:\n        it('has a reset button in multiple mode', () => {\n            chart.multiple(true).redraw();\n            const option = chart.selectAll('li input').nodes().pop();\n            expect(option.type).toEqual('reset');\n            expect(chart.selectAll('input[type=reset]').nodes().length).toEqual(1);\n        });\n        it('creates prompt option with default prompt text', () => {\n            chart.multiple(true).redraw();\n            const option = chart.selectAll('li input').nodes().pop();\n            expect(option.textContent).toEqual('Select all');\n        });\n\n    });\n\n    describe('select options', () => {\n        let firstOption, lastOption, lastIndex;\n        beforeEach(() => {\n            lastIndex = stateGroup.all().length - 1;\n            firstOption = getOption(chart, 0);\n            lastOption = getOption(chart, lastIndex);\n        });\n        it('display title as default option text', () => {\n            expect(firstOption.textContent).toEqual('California: 3');\n        });\n        it('text property can be changed by changing title', () => {\n            chart.title(d => d.key).redraw();\n            firstOption = getOption(chart, 0);\n            expect(firstOption.textContent).toEqual('California');\n        });\n        it('are ordered by ascending group key by default', () => {\n            expect(firstOption.textContent).toEqual('California: 3');\n            expect(lastOption.textContent).toEqual('Ontario: 2');\n        });\n        it('order can be changed by changing order function', () => {\n            chart.order((a, b) => a.key.length - b.key.length);\n            chart.redraw();\n            lastOption = getOption(chart, lastIndex);\n            expect(lastOption.textContent).toEqual('Mississippi: 2');\n        });\n    });\n\n    describe('regular single select', () => {\n        describe('selecting an option', () => {\n            it('filters dimension based on selected option\\'s value', () => {\n                chart.onChange(stateGroup.all()[0].key);\n                expect(chart.filter()).toEqual('California');\n            });\n            it('replaces filter on second selection', () => {\n                chart.onChange(stateGroup.all()[0].key);\n                chart.onChange(stateGroup.all()[1].key);\n                expect(chart.filter()).toEqual('Colorado');\n                expect(chart.filters().length).toEqual(1);\n            });\n            it('actually filters dimension', () => {\n                chart.onChange(stateGroup.all()[0].key);\n                expect(regionGroup.all()[0].value).toEqual(0);\n                expect(regionGroup.all()[3].value).toEqual(2);\n            });\n            it('removes filter when prompt option is selected', () => {\n                chart.onChange(null);\n                expect(chart.hasFilter()).not.toBeTruthy();\n                expect(regionGroup.all()[0].value).toEqual(1);\n            });\n        });\n\n        describe('redraw with existing filter', () => {\n            it('selects option corresponding to active filter', () => {\n                chart.onChange(stateGroup.all()[0].key);\n                chart.redraw();\n                expect(chart.selectAll('input').nodes()[0].value).toEqual('California');\n            });\n        });\n\n        afterEach(() => {\n            chart.onChange(null);\n        });\n    });\n\n    describe('multiple select', () => {\n        beforeEach(() => {\n            chart.multiple(true);\n            chart.onChange([stateGroup.all()[0].key, stateGroup.all()[1].key]);\n        });\n        it('adds filters based on selections', () => {\n            expect(chart.filters()).toEqual(['California', 'Colorado']);\n            expect(chart.filters().length).toEqual(2);\n        });\n        it('actually filters dimension', () => {\n            expect(regionGroup.all()[3].value).toEqual(2);\n            expect(regionGroup.all()[4].value).toEqual(2);\n        });\n        it('removes all filters when prompt option is selected', () => {\n            chart.onChange(null);\n            expect(chart.hasFilter()).not.toBeTruthy();\n            expect(regionGroup.all()[0].value).toEqual(1);\n        });\n        it('selects all options corresponding to active filters on redraw', () => {\n            const selectedOptions = getSelectedOptions(chart);\n            expect(selectedOptions.length).toEqual(2);\n            expect(selectedOptions.map(d => d.value)).toEqual(['California', 'Colorado']);\n        });\n        it('does not deselect previously filtered options when new option is added', () => {\n            chart.onChange([stateGroup.all()[0].key, stateGroup.all()[1].key, stateGroup.all()[5].key]);\n\n            const selectedOptions = getSelectedOptions(chart);\n            expect(selectedOptions.length).toEqual(3);\n            expect(selectedOptions.map(d => d.value)).toEqual(['California', 'Colorado', 'Ontario']);\n        });\n\n        afterEach(() => {\n            chart.onChange(null);\n        });\n    });\n\n    describe('filterDisplayed', () => {\n        it('only displays options whose value > 0 by default', () => {\n            regionDimension.filter('South');\n            chart.redraw();\n            expect(chart.selectAll('.dc-cbox-item').nodes().length).toEqual(1);\n            expect(getOption(chart, 0).textContent).toEqual('California: 2');\n        });\n        it('can be overridden', () => {\n            regionDimension.filter('South');\n            chart.filterDisplayed(d => true).redraw();\n            expect(chart.selectAll('.dc-cbox-item').nodes().length).toEqual(stateGroup.all().length);\n            expect(getOption(chart, stateGroup.all().length - 1).textContent).toEqual('Ontario: 0');\n        });\n        it('retains order with filtered options', () => {\n            regionDimension.filter('Central');\n            chart.redraw();\n            expect(getOption(chart, 0).textContent).toEqual('Mississippi: 2');\n            expect(getOption(chart, 1).textContent).toEqual('Ontario: 1');\n        });\n        afterEach(() => {\n            regionDimension.filterAll();\n        });\n    });\n\n    function getSelectedOptions (_chart) {\n        return _chart.selectAll('.dc-cbox-item input').nodes().filter(d => d.value && d.checked);\n    }\n\n    function getOption (_chart, i) {\n        return _chart.selectAll('.dc-cbox-item label').nodes()[i];\n    }\n});\n"
  },
  {
    "path": "spec/color-spec.js",
    "content": "/* global loadDateFixture, compareVersions */\ndescribe('dc.colorMixin', () => {\n    function colorTest (chart, domain, test) {\n        chart.colorDomain(domain);\n        return (test || domain).map(chart.getColor);\n    }\n\n    function identity (d) { return d; }\n\n    const ColorMixinTester = dc.ColorMixin(dc.BaseMixin);\n\n    describe('deprecation', () => {\n        it('issues a one time warning when using default color scheme', () => {\n            spyOn(dc.logger, 'warnOnce');\n\n            new ColorMixinTester(); // eslint-disable-line no-new\n\n            expect(dc.logger.warnOnce).toHaveBeenCalled();\n        });\n\n        it('does not issue a warning when default color scheme has been changed', () => {\n            const origColors = dc.config.defaultColors();\n\n            spyOn(dc.logger, 'warnOnce');\n\n            dc.config.defaultColors(d3.schemeSet1);\n            new ColorMixinTester(); // eslint-disable-line no-new\n\n            expect(dc.logger.warnOnce).not.toHaveBeenCalled();\n\n            // Restore original colors\n            dc.config.defaultColors(origColors);\n        });\n    });\n\n    describe('with ordinal domain' , () => {\n        let chart, domain;\n\n        beforeEach(() => {\n            chart = new ColorMixinTester();\n            chart.colorAccessor(identity);\n            domain = ['a','b','c','d','e'];\n        });\n\n        it('default', () => {\n            expect(colorTest(chart, domain))\n                .toMatchColors(dc.config.defaultColors().slice(0, 5));\n        });\n\n        it('custom', () => {\n            chart.colors(d3.scaleOrdinal(d3.schemeCategory10));\n            expect(colorTest(chart, domain)).toMatchColors(['#1f77b4','#ff7f0e','#2ca02c','#d62728','#9467bd']);\n        });\n\n        it('ordinal', () => {\n            chart.ordinalColors(['red','green','blue']);\n            expect(colorTest(chart, domain)).toMatchColors(['red','green','blue','red','green']);\n        });\n\n        it('linear', () => {\n            // GIGO: mapping ordinal domain to linear scale is nonsensical\n            // d3 pre-5.8: scaled to NaN and corrected to black; 5.8+: scale returns undefined\n            chart.linearColors(['#ff0000','#00ff00']);\n            if (compareVersions(d3.version, '5.8') === -1) {\n                expect(colorTest(chart, domain)).toMatchColors(['#000000', '#000000', '#000000', '#000000', '#000000']);\n            } else {\n                expect(colorTest(chart, domain)).toEqual([undefined, undefined, undefined, undefined, undefined]);\n            }\n        });\n    });\n    describe('with numeric domain' , () => {\n        // These tests try to validate an interesting case. In an Ordinal scale if we try to map a key\n        // that is not there, it is added to the domain.\n        // Please see https://github.com/d3/d3-scale/blob/master/README.md#_ordinal\n        // Linear scales work differently.\n        let chart, domain, test, expectedColorIndices;\n\n        beforeEach(() => {\n            chart = new ColorMixinTester();\n            chart.colorAccessor(identity);\n            domain = [1, 100];\n            // It has items that are not part of the domain.\n            // domain would get modified when all these values are mapped\n            test = [0, 1, 50, 100, 101, 1];\n\n            // Expected color indices corresponding to test values based on the final domain\n            expectedColorIndices = [2, 0, 3, 1, 4, 0];\n        });\n\n        it('updates the domain corresponding to unknown values', () => {\n            colorTest(chart, domain, test);\n            expect(chart.colors().domain()).toEqual([1, 100, 0, 50, 101]);\n        });\n\n        it('default', () => {\n            const expected = expectedColorIndices.map(c => dc.config.defaultColors()[c]);\n            expect(colorTest(chart, domain, test)).toMatchColors(expected);\n        });\n\n        it('custom', () => {\n            chart.colors(d3.scaleOrdinal(d3.schemeCategory10));\n            const expected = expectedColorIndices.map(c => d3.schemeCategory10[c]);\n            expect(colorTest(chart, domain, test)).toMatchColors(expected);\n        });\n\n        it('ordinal', () => {\n            chart.ordinalColors(['red','green','blue']);\n            // If there are lesser number of colors in range than the number of domain items, it starts reusing\n            expect(colorTest(chart, domain, test)).toMatchColors(['blue', 'red', 'red', 'green', 'green', 'red']);\n        });\n\n        it('linear', () => {\n            // interpolateHcl (note the adjustment for one changed value for d3 5.1)\n            chart.linearColors(['#4575b4','#ffffbf']);\n\n            let changedInD3v51 = 'rgb(88, 198, 186)';\n            // https://github.com/omichelsen/compare-versions\n            if (compareVersions(d3.version, '5.1') === -1) {\n                // d3 is older than v5.1\n                changedInD3v51 = 'rgb(77, 198, 193)';\n            }\n\n            expect(colorTest(chart, domain, test))\n                .toMatchColors(['#4773b3', '#4575b4', changedInD3v51, '#ffffbf', '#ffffc0', '#4575b4']);\n        });\n    });\n    describe('calculateColorDomain' , () => {\n        let chart;\n\n        beforeEach(() => {\n            const data = crossfilter(loadDateFixture());\n            const valueDimension = data.dimension(d => d.value);\n            const valueGroup = valueDimension.group();\n            chart = new ColorMixinTester()\n                .colorAccessor(d => d.value)\n                .group(valueGroup);\n        });\n\n        it('check domain', () => {\n            chart.calculateColorDomain();\n            expect(chart.colorDomain()).toEqual([1,3]);\n        });\n    });\n});\n\n"
  },
  {
    "path": "spec/composite-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, makeDate, simulateChartBrushing */\ndescribe('dc.compositeChart', () => {\n    let id, chart, data, dateDimension, dateValueSumGroup, dateValueNegativeSumGroup,\n        dateIdSumGroup, dateIdNegativeSumGroup, dateGroup;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        dateDimension = data.dimension(d => d3.utcDay(d.dd));\n        dateValueSumGroup = dateDimension.group().reduceSum(d => d.value);\n        dateValueNegativeSumGroup = dateDimension.group().reduceSum(d => -d.value);\n        dateIdSumGroup = dateDimension.group().reduceSum(d => d.id);\n        dateIdNegativeSumGroup = dateDimension.group().reduceSum(d => -d.id);\n        dateGroup = dateDimension.group();\n\n        id = 'composite-chart';\n        appendChartID(id);\n\n        chart = new dc.CompositeChart(`#${id}`);\n        chart\n            .dimension(dateDimension)\n            .group(dateIdSumGroup)\n            .width(500)\n            .height(150)\n            .x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]))\n            .transitionDuration(0)\n            .xUnits(d3.utcDays)\n            .shareColors(true)\n            .compose([\n                new dc.BarChart(chart)\n                    .centerBar(true)\n                    .group(dateValueSumGroup, 'Date Value Group Bar')\n                    .gap(1),\n                new dc.LineChart(chart)\n                    .group(dateIdSumGroup, 'Date ID Group')\n                    .stack(dateValueSumGroup, 'Date Value Group Line 1')\n                    .stack(dateValueSumGroup, 'Date Value Group Line 2')\n                    .hidableStacks(true),\n                new dc.LineChart(chart)\n                    .group(dateGroup, 'Date Group')\n            ]);\n    });\n\n    it('should registered the chart with DC', () => {\n        expect(dc.hasChart(chart)).toBeTruthy();\n    });\n\n    it('should set a dimension on the chart', () => {\n        expect(chart.dimension()).toBe(dateDimension);\n    });\n\n    it('should set a group on the chart', () => {\n        expect(chart.group()).toBe(dateIdSumGroup);\n    });\n\n    it('should set a width on the chart', () => {\n        expect(chart.width()).toBe(500);\n\n        chart.children().forEach(child => {\n            expect(child.width()).toBe(500);\n        });\n    });\n\n    it('should set a height on the chart', () => {\n        expect(chart.height()).toBe(150);\n\n        chart.children().forEach(child => {\n            expect(child.height()).toBe(150);\n        });\n    });\n\n    it('should have zero transition duration', () => {\n        expect(chart.transitionDuration()).toBe(0);\n    });\n\n    it('should set the margins of the chart', () => {\n        expect(chart.margins()).not.toBeNull();\n\n        chart.children().forEach(child => {\n            expect(child.margins()).toBe(chart.margins());\n        });\n    });\n\n    it('should set a domain', () => {\n        expect(chart.x()).toBeDefined();\n    });\n\n    it('should set the x domain to endpoint dates', () => {\n        expect(chart.x().domain()[0].getTime()).toBe(makeDate(2012, 4, 20).getTime());\n        expect(chart.x().domain()[1].getTime()).toBe(makeDate(2012, 7, 15).getTime());\n    });\n\n    it('should set the x units', () => {\n        expect(chart.xUnits()).toBe(d3.utcDays);\n    });\n\n    it('should create the x axis', () => {\n        expect(chart.xAxis()).not.toBeNull();\n    });\n\n    it('should create the y axis', () => {\n        expect(chart.yAxis()).not.toBeNull();\n    });\n\n    it('should create the brush', () => {\n        expect(chart.select('g.brush')).not.toBeNull();\n    });\n\n    it('does not set round by default', () => {\n        expect(chart.round()).not.toBeDefined();\n    });\n\n    it('can change round', () => {\n        chart.round(d3.utcDay.round);\n        expect(chart.round()).not.toBeNull();\n    });\n\n    it('has a default value for x', () => {\n        expect(chart.keyAccessor()).not.toBeNull();\n    });\n\n    it('has a default value for y', () => {\n        expect(chart.valueAccessor()).not.toBeNull();\n    });\n\n    it('should not allow calling yAxisMin', () => {\n        expect(chart.yAxisMin).toThrowError();\n    });\n\n    it('should not allow calling yAxisMax', () => {\n        expect(chart.yAxisMax).toThrowError();\n    });\n\n    describe('rendering the chart', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should create a root SVG element', () => {\n            expect(chart.svg().empty()).toBeFalsy();\n        });\n\n        it('should create a root SVG group element', () => {\n            expect(chart.g().empty()).toBeFalsy();\n        });\n\n        it('should size the chart to the full height of the chart', () => {\n            expect(chart.select('svg').attr('height')).toBe('150');\n        });\n\n        it('should set x range to width', () => {\n            expect(chart.x().range()).toEqual([0, 420]);\n        });\n\n        it('should set y domain', () => {\n            expect(chart.y()).toBeDefined();\n        });\n\n        it('should set y range to height by default', () => {\n            expect(chart.y().range()).toEqual([110, 0]);\n        });\n\n        it('should automatically size the y domain based on height', () => {\n            expect(chart.y().domain()).toEqual([0, 281]);\n        });\n\n        it('should place the x axis at the bottom', () => {\n            expect(chart.select('svg g g.x').attr('transform')).toMatchTranslate(30, 120);\n        });\n\n        it('should place the y axis to the left', () => {\n            expect(chart.select('svg g g.y').attr('transform')).toMatchTranslate(30, 10);\n        });\n\n        it('should create a separate g for each subchart', () => {\n            expect(chart.selectAll('g.sub').size()).toBe(3);\n        });\n\n        it('should index each subchart g by css class', () => {\n            expect(d3.select(chart.selectAll('g.sub').nodes()[0]).attr('class')).toBe('sub _0');\n            expect(d3.select(chart.selectAll('g.sub').nodes()[1]).attr('class')).toBe('sub _1');\n        });\n\n        it('should generate sub line chart paths', () => {\n            expect(chart.selectAll('g.sub path.line').size()).not.toBe(0);\n            chart.selectAll('g.sub path.line').each(function (d, i) {\n                switch (i) {\n                    case 0:\n                        expect(d3.select(this).attr('d'))\n                            .toMatchPath('M24.137931034482758,110L91.72413793103448,108L101.37931034482757,103L202.75862068965515,' +\n                            '108L246.20689655172413,104L395.8620689655172,105');\n                        break;\n                    case 1:\n                        expect(d3.select(this).attr('d'))\n                            .toMatchPath('M24.137931034482758,92L91.72413793103448,82L101.37931034482757,52L202.75862068965515,' +\n                            '91L246.20689655172413,83L395.8620689655172,75');\n                        break;\n                }\n            });\n        });\n\n        it('should generate sub bar charts', () => {\n            expect(chart.selectAll('g.sub g._0 rect').size()).toBe(6);\n        });\n\n        it('should render sub bar chart', () => {\n            expect(chart.selectAll('g.sub rect.bar').size()).not.toBe(0);\n            chart.selectAll('g.sub rect.bar').each(function (d, i) {\n                switch (i) {\n                    case 0:\n                        expect(d3.select(this).attr('x')).toBeCloseTo('22.637931034482758', 3);\n                        expect(d3.select(this).attr('y')).toBe('93');\n                        expect(d3.select(this).attr('width')).toBe('3');\n                        expect(d3.select(this).attr('height')).toBe('17');\n                        break;\n                    case 5:\n                        expect(d3.select(this).attr('x')).toBeCloseTo('394.3620689655172', 3);\n                        expect(d3.select(this).attr('y')).toBe('80');\n                        expect(d3.select(this).attr('width')).toBe('3');\n                        expect(d3.select(this).attr('height')).toBe('30');\n                        break;\n                }\n            });\n        });\n\n        describe('the chart clip paths', () => {\n            it('should create only one defs', () => {\n                expect(chart.selectAll('defs').size()).toBe(1);\n            });\n\n            it('should create only one clip path', () => {\n                expect(chart.selectAll('defs #composite-chart-clip').size()).toBe(1);\n            });\n\n            it('should create only one clip rect', () => {\n                expect(chart.selectAll('defs #composite-chart-clip rect').size()).toBe(1);\n            });\n\n            it('should have the correct size', () => {\n                const rect = chart.select('defs #composite-chart-clip rect');\n                expect(rect.attr('width')).toBe('420');\n                expect(rect.attr('height')).toBe('110');\n            });\n\n            it('should have clip path refs', () => {\n                expect(chart.selectAll('g.chart-body').size()).not.toBe(0);\n                chart.selectAll('g.chart-body').each(function () {\n                    expect(d3.select(this).attr('clip-path')).toMatchUrl(`${window.location.href}#composite-chart-clip`);\n                });\n            });\n        });\n\n        describe('the chart brush', () => {\n\n            it('should be positioned with the chart left margin', () => {\n                expect(chart.select('g.brush').attr('transform')).toMatchTranslate(chart.margins().left, 10);\n            });\n\n            it('should have a resize handle', () => {\n                const selectAll = chart.select('g.brush').selectAll('path.custom-brush-handle');\n                expect(selectAll.size()).toBe(2);\n                selectAll.each(function (d, i) {\n                    if (i === 0) {\n                        expect(d3.select(this).attr('d'))\n                            .toMatchPath('M-0.5,36.666666666666664A6,6 0 0 0 -6.5,42.666666666666664V67.33333333333333A6,' +\n                                '6 0 0 0 -0.5,73.33333333333333ZM-2.5,44.666666666666664V65.33333333333333M-4.5,' +\n                                '44.666666666666664V65.33333333333333');\n                    } else {\n                        expect(d3.select(this).attr('d'))\n                            .toMatchPath('M0.5,36.666666666666664A6,6 0 0 1 6.5,42.666666666666664V67.33333333333333A6,' +\n                                '6 0 0 1 0.5,73.33333333333333ZM2.5,44.666666666666664V65.33333333333333M4.5,' +\n                                '44.666666666666664V65.33333333333333');\n                    }\n                });\n            });\n\n            it('should stretch the background', () => {\n                expect(chart.select('g.brush rect.overlay').attr('width')).toBe('420');\n            });\n\n            it('should set the height of background to height of chart', () => {\n                expect(chart.select('g.brush rect.overlay').attr('height')).toBe('110');\n            });\n\n            describe('when filtering the chart', () => {\n                let filter1, filter2;\n\n                beforeEach(() => {\n                    filter1 = [makeDate(2012, 5, 1), makeDate(2012, 5, 30)];\n                    filter2 = [makeDate(2012, 6, 10), makeDate(2012, 6, 20)];\n                    chart.filter(filter1).redraw();\n                });\n\n                it('should set the extent height to chart height', () => {\n                    expect(chart.select('g.brush rect.selection').attr('height')).toBe('110');\n                });\n\n                it('should set extent width to chart width based on filter set', () => {\n                    expect(chart.select('g.brush rect.selection').attr('width')).toBe('140');\n                });\n\n                it('should fade filtered bars into the background', () => {\n                    expect(chart.selectAll('g.sub rect.deselected').size()).toBe(4);\n                });\n\n                it('should set the same filter for each children', () => {\n                    for (let i = 0; i < chart.children().length; ++i) {\n                        expect(chart.children()[i].filter()).toEqual(filter1);\n                    }\n                });\n\n                it('should reset filters for each children', () => {\n                    chart.filter(null);\n                    for (let i = 0; i < chart.children().length; ++i) {\n                        expect(chart.children()[i].filter()).toEqual(null);\n                    }\n                });\n\n                it('should replace filters for each children', () => {\n                    chart.replaceFilter(filter2);\n                    for (let i = 0; i < chart.children().length; ++i) {\n                        expect(chart.children()[i].filter()).toEqual(filter2);\n                    }\n                });\n            });\n\n            describe('after filtering all', () => {\n                beforeEach(() => {\n                    chart.filterAll();\n                    chart.redraw();\n                });\n\n                it('should bring all bars to the foreground', () => {\n                    chart.selectAll('g rect.bar').each(function (d) {\n                        expect(d3.select(this).attr('class')).toBe('bar');\n                    });\n                });\n            });\n        });\n\n        describe('legends composed of subchart groups', () => {\n            beforeEach(() => {\n                chart.legend(new dc.Legend().x(200).y(10).itemHeight(13).gap(5)).render();\n            });\n\n            it('should generate a legend item for each subchart', () => {\n                expect(chart.selectAll('g.dc-legend g.dc-legend-item').size()).toBe(5);\n            });\n\n            it('should generate legend labels for each sub-chart', () => {\n                expect(chart.selectAll('g.dc-legend-item text').size()).toBe(5);\n            });\n\n            it('should be placed according to its own legend option, ignoring the sub-charts', () => {\n                expect(chart.select('g.dc-legend').attr('transform')).toMatchTranslate(200, 10);\n            });\n\n            it('should generate legend labels with their associated group text', () => {\n                function legendText (n) {\n                    return d3.select(chart.selectAll('g.dc-legend g.dc-legend-item text').nodes()[n]).text();\n                }\n                expect(legendText(0)).toBe('Date Value Group Bar');\n                expect(legendText(1)).toBe('Date ID Group');\n                expect(legendText(2)).toBe('Date Value Group Line 1');\n                expect(legendText(3)).toBe('Date Value Group Line 2');\n                expect(legendText(4)).toBe('Date Group');\n            });\n\n            it('should properly delegate highlighting to its children', () => {\n                const firstItem = chart.select('g.dc-legend g.dc-legend-item');\n\n                dc.d3compat.callHandler(firstItem.on('mouseover'), null, {}, firstItem.datum());\n                expect(chart.selectAll('rect.highlight').size()).toBe(6);\n                expect(chart.selectAll('path.fadeout').size()).toBe(4);\n                dc.d3compat.callHandler(firstItem.on('mouseout'), null, {}, firstItem.datum());\n                expect(chart.selectAll('rect.highlight').size()).toBe(0);\n                expect(chart.selectAll('path.fadeout').size()).toBe(0);\n            });\n\n            it('should hide hidable child stacks', () => {\n                const dateValueGroupLine2 = d3.select(chart.selectAll('g.dc-legend g.dc-legend-item').nodes()[3]);\n\n                dc.d3compat.callHandler(dateValueGroupLine2.on('click'), null, {}, dateValueGroupLine2.datum());\n                expect(dateValueGroupLine2.text()).toBe('Date Value Group Line 2');\n                expect(d3.select(chart.selectAll('g.dc-legend g.dc-legend-item').nodes()[3]).classed('fadeout')).toBeTruthy();\n                expect(chart.selectAll('path.line').size()).toEqual(3);\n            });\n        });\n    });\n\n    describe('no elastic', () => {\n        beforeEach(() => {\n            chart.y(d3.scaleLinear().domain([-200, 200]));\n            chart.render();\n        });\n\n        it('should respect manually applied domain', () => {\n            expect(chart.y().domain()[0]).toBe(-200);\n            expect(chart.y().domain()[1]).toBe(200);\n        });\n    });\n\n    describe('elastic chart axes', () => {\n        beforeEach(() => {\n            data.dimension(d => d.countrycode).filter('CA');\n\n            chart.elasticY(true).elasticX(true).render();\n        });\n\n        it('should adjust the y axis, combining all child charts maxs & mins', () => {\n            expect(chart.y().domain()[1]).toBe(115);\n        });\n\n        it('should set the x domain', () => {\n            expect(chart.x().domain()[0].getTime() >= 1337904000000).toBeTruthy();\n            expect(chart.x().domain()[1].getTime() >= 1344556800000).toBeTruthy();\n        });\n    });\n\n    describe('subchart renderlets', () => {\n        beforeEach(() => {\n            chart.children()[0].on('renderlet', _chart => {\n                _chart.selectAll('rect.bar').attr('width', d => 10);\n            });\n            chart.render();\n        });\n\n        it('should trigger the sub-chart renderlet', () => {\n            expect(d3.select(chart.selectAll('rect').nodes()[0]).attr('width')).toBe('10');\n        });\n    });\n\n    describe('when two subcharts share the same group', () => {\n        beforeEach(() => {\n            const dimension = data.dimension(d => d.status);\n            const group = dimension.group().reduce(\n                (p, v) => {\n                    ++p.count;\n                    p.value += +v.value;\n                    return p;\n                },\n                (p, v) => {\n                    --p.count;\n                    p.value -= +v.value;\n                    return p;\n                },\n                () => ({count: 0, value: 0})\n            );\n            chart\n                .brushOn(false)\n                .dimension(dimension)\n                .shareTitle(false)\n                .x(d3.scaleBand())\n                .xUnits(dc.units.ordinal)\n                .compose([\n                    new dc.LineChart(chart)\n                        .group(group, 'Series 1')\n                        .valueAccessor(d => d.value.count)\n                        .title(d => {\n                            let value = d.value.count;\n                            if (isNaN(value)) {\n                                value = 0;\n                            }\n                            return `Count: ${d3.format('d')(value)}`;\n                        }),\n                    new dc.LineChart(chart)\n                        .group(group, 'Series 2')\n                        .valueAccessor(d => d.value.value)\n                        .title(d => {\n                            let value = d.value.value;\n                            if (isNaN(value)) {\n                                value = 0;\n                            }\n                            return `Value: ${d3.format('d')(value)}`;\n\n                        })\n                ]).render();\n        });\n\n        it('should set a tooltip based on the shared group', () => {\n            expect(chart.select('.sub._0 .dc-tooltip._0 .dot title').text()).toBe('Count: 5');\n            expect(chart.select('.sub._1 .dc-tooltip._0 .dot title').text()).toBe('Value: 220');\n        });\n    });\n\n    describe('subchart title rendering', () => {\n        beforeEach(() => {\n            chart.renderTitle(false);\n            chart.render();\n        });\n\n        it('should respect boolean flag when title not set', () => {\n            expect(chart.select('.sub._0 .dc-tooltip._0 .dot').empty()).toBeTruthy();\n            expect(chart.select('.sub._1 .dc-tooltip._0 .dot').empty()).toBeTruthy();\n        });\n    });\n\n    describe('the y-axes', () => {\n        describe('when composing charts with both left and right y-axes', () => {\n            let rightChart;\n\n            beforeEach(() => {\n                chart\n                    .compose([\n                        new dc.BarChart(chart)\n                            .group(dateValueSumGroup, 'Date Value Group'),\n                        rightChart = new dc.LineChart(chart)\n                            .group(dateIdSumGroup, 'Date ID Group')\n                            .stack(dateValueSumGroup, 'Date Value Group')\n                            .stack(dateValueSumGroup, 'Date Value Group')\n                            .useRightYAxis(true)\n                    ])\n                    .render();\n            });\n\n            it('should render two y-axes', () => {\n                expect(chart.selectAll('.axis').size()).toBe(3);\n            });\n\n            it('should render a right and a left label', () => {\n                chart.yAxisLabel('Left Label').rightYAxisLabel('Right Label').render();\n\n                expect(chart.selectAll('.y-axis-label').size()).toBe(2);\n                expect(chart.selectAll('.y-axis-label.y-label').empty()).toBeFalsy();\n                expect(chart.selectAll('.y-axis-label.yr-label').empty()).toBeFalsy();\n            });\n\n            it('should scale \"right\" charts according to the right y-axis' , () => {\n                expect(rightChart.y()).toBe(chart.rightY());\n            });\n\n            it('should set the domain of the right axis', () => {\n                expect(rightChart.yAxisMin()).toBe(0);\n                expect(rightChart.yAxisMax()).toBe(281);\n            });\n\n            it('domain', () => {\n                expect(chart.rightY().domain()).toEqual([0, 281]);\n                expect(chart.y().domain()).toEqual([0, 132]);\n            });\n\n            it('should set \"right\" chart y-axes to the composite chart right y-axis', () => {\n                expect(rightChart.yAxis()).toBe(chart.rightYAxis());\n            });\n\n            describe('horizontal gridlines', () => {\n                beforeEach(() => {\n                    chart.yAxis().ticks(3);\n                    chart.rightYAxis().ticks(6);\n                    chart.renderHorizontalGridLines(true).render();\n                });\n\n                it('should draw left horizontal gridlines by default', () => {\n                    expect(chart.selectAll('.grid-line.horizontal line').size()).toBe(3);\n                });\n\n                it('should allow right horizontal gridlines to be used', () => {\n                    chart.useRightAxisGridLines(true).render();\n                    expect(chart.selectAll('.grid-line.horizontal line').size()).toBe(6);\n                });\n            });\n        });\n\n        describe('when composing charts with just a left axis', () => {\n            beforeEach(() => {\n                chart.yAxis().ticks(4);\n                chart.compose([\n                    new dc.LineChart(chart).group(dateGroup)\n                ]).renderHorizontalGridLines(true).render();\n            });\n\n            it('should only render a left y axis', () => {\n                expect(chart.selectAll('.axis.y').empty()).toBeFalsy();\n                expect(chart.selectAll('.axis.yr').empty()).toBeTruthy();\n            });\n\n            it('should only draw left horizontal gridlines', () => {\n                expect(chart.selectAll('.grid-line.horizontal line').size()).toBe(4);\n            });\n        });\n\n        describe('when composing charts with just a right axis', () => {\n            beforeEach(() => {\n                chart.compose([\n                    new dc.LineChart(chart).group(dateGroup).useRightYAxis(true)\n                ]).renderHorizontalGridLines(true);\n                chart.rightYAxis().ticks(7);\n                chart.render();\n            });\n\n            it('should only render a right y axis', () => {\n                expect(chart.selectAll('.axis.y').empty()).toBeTruthy();\n                expect(chart.selectAll('.axis.yr').empty()).toBeFalsy();\n            });\n\n            it('should only draw the right horizontal gridlines', () => {\n                expect(chart.selectAll('.grid-line.horizontal line').size()).toBe(7);\n            });\n        });\n\n        describe('when composing a left axis chart with negative values', () => {\n            let leftChart, rightChart;\n            beforeEach(() => {\n                chart\n                    .compose([\n                        leftChart = new dc.BarChart(chart)\n                            .group(dateValueNegativeSumGroup, 'Date Value Group'),\n                        rightChart = new dc.LineChart(chart)\n                            .group(dateIdSumGroup, 'Date ID Group')\n                            .useRightYAxis(true)\n                    ])\n                    .render();\n            });\n\n            it('the axis baselines shouldn\\'t match', () => {\n                expect(leftChart.y()(0)).not.toEqual(rightChart.y()(0));\n            });\n\n            describe('with alignYAxes', () => {\n                beforeEach(() => {\n                    chart.alignYAxes(true)\n                        .elasticY(true)\n                        .render();\n                });\n                it('the axis baselines should match', () => {\n                    expect(leftChart.y()(0)).toEqual(rightChart.y()(0));\n                });\n                it('the series heights should be equal', () => {\n                    expect(plotHeight(leftChart)).toEqual(plotHeight(rightChart));\n                });\n            });\n        });\n\n        describe('when composing a right axis chart with negative values', () => {\n            let leftChart, rightChart;\n            beforeEach(() => {\n                chart\n                    .compose([\n                        leftChart = new dc.BarChart(chart)\n                            .group(dateIdSumGroup, 'Date ID Group'),\n                        rightChart = new dc.LineChart(chart)\n                            .group(dateValueNegativeSumGroup, 'Date Value Group')\n                            .useRightYAxis(true)\n                    ])\n                    .render();\n            });\n\n            it('the axis baselines shouldn\\'t match', () => {\n                expect(leftChart.y()(0)).not.toEqual(rightChart.y()(0));\n            });\n\n            describe('with alignYAxes', () => {\n                beforeEach(() => {\n                    chart.alignYAxes(true)\n                        .elasticY(true)\n                        .render();\n                });\n                it('the axis baselines should match', () => {\n                    expect(leftChart.y()(0)).toEqual(rightChart.y()(0));\n                });\n                it('the series heights should be equal', () => {\n                    expect(plotHeight(leftChart)).toEqual(plotHeight(rightChart));\n                });\n            });\n        });\n\n        describe('when composing left and right axes charts with negative values', () => {\n            let leftChart, rightChart;\n            beforeEach(() => {\n                chart\n                    .compose([\n                        leftChart = new dc.BarChart(chart)\n                            .group(dateIdNegativeSumGroup, 'Date ID Group'),\n                        rightChart = new dc.LineChart(chart)\n                            .group(dateValueNegativeSumGroup, 'Date Value Group')\n                            .useRightYAxis(true)\n                    ])\n                    .render();\n            });\n\n            it('the axis baselines should match', () => {\n                /* because elasticY ensures zero is included for all-negatives, due to PR #1156 */\n                expect(leftChart.y()(0)).toEqual(rightChart.y()(0));\n            });\n\n            describe('with alignYAxes', () => {\n                beforeEach(() => {\n                    chart.alignYAxes(true)\n                        .elasticY(true)\n                        .render();\n                });\n                it('the axis baselines should match', () => {\n                    expect(leftChart.y()(0)).toEqual(rightChart.y()(0));\n                });\n                it('the series heights should be equal', () => {\n                    expect(plotHeight(leftChart)).toEqual(plotHeight(rightChart));\n                });\n            });\n        });\n        function plotHeight (_chart) {\n            return _chart.y()(_chart.yAxisMax()) - _chart.y()(_chart.yAxisMin());\n        }\n    });\n\n    describe('sub-charts with different filter types', () => {\n        let scatterGroup, scatterDimension;\n        let lineGroup, lineDimension;\n\n        beforeEach(() => {\n            data = crossfilter(loadDateFixture());\n\n            scatterDimension = data.dimension(d => [+d.value, +d.nvalue]);\n            scatterGroup = scatterDimension.group();\n\n            lineDimension = data.dimension(d => +d.value);\n            lineGroup = lineDimension.group();\n\n            chart\n                .dimension(scatterDimension)\n                .group(scatterGroup)\n                .x(d3.scaleLinear().domain([0,70]))\n                .brushOn(true)\n                .compose([\n                    new dc.ScatterPlot(chart),\n                    new dc.ScatterPlot(chart),\n                    new dc.LineChart(chart).dimension(lineDimension).group(lineGroup)\n                ]).render();\n        });\n\n        describe('brushing', () => {\n            let otherDimension;\n\n            beforeEach(() => {\n                otherDimension = data.dimension(d => [+d.value, +d.nvalue]);\n                simulateChartBrushing(chart, [22, 35]);\n                chart.redraw();\n            });\n\n            it('should filter the child charts', () => {\n                jasmine.clock().tick(100);\n                expect(otherDimension.top(Infinity).length).toBe(4);\n            });\n\n            it('should set correct filters in scatter plots', () => {\n                jasmine.clock().tick(100);\n                for (let i = 0; i < 2; ++i) {\n                    const filter = chart.children()[i].filter();\n                    expect(filter.filterType).toEqual('RangedTwoDimensionalFilter');\n                    expect(dc.utils.arraysEqual(filter, [22, 35])).toEqual(true);\n                }\n            });\n\n            describe('brush decreases in size', () => {\n                beforeEach(() => {\n                    simulateChartBrushing(chart, [22, 33]);\n                    chart.redraw();\n                });\n\n                it('should filter down to fewer points', () => {\n                    jasmine.clock().tick(100);\n                    expect(otherDimension.top(Infinity).length).toBe(2);\n                });\n\n                it('should set correct filters in scatter plots', () => {\n                    jasmine.clock().tick(100);\n                    for (let i = 0; i < 2; ++i) {\n                        const filter = chart.children()[i].filter();\n                        expect(filter.filterType).toEqual('RangedTwoDimensionalFilter');\n                        expect(dc.utils.arraysEqual(filter, [22, 33])).toEqual(true);\n                    }\n                });\n            });\n\n            describe('brush disappears', () => {\n                beforeEach(() => {\n                    simulateChartBrushing(chart, [22, 22]);\n                    chart.redraw();\n                });\n\n                it('should clear all filters', () => {\n                    expect(otherDimension.top(Infinity).length).toBe(10);\n                });\n            });\n\n            it('should set clear filters in all children', () => {\n                for (let i = 0; i < chart.children().length; ++i) {\n                    expect(chart.children()[i].filter()).toEqual(null);\n                }\n            });\n        });\n    });\n\n    describe('composite property', () => {\n        let originalMargins;\n        beforeEach(() => {\n            originalMargins = chart.margins();\n\n            chart.width(1000);\n            chart.height(500);\n            chart.margins({top: 100, right: 100, bottom: 100, left: 100});\n        });\n\n        it('should set width on child charts', () => {\n            expect(chart.width()).toBe(1000);\n\n            chart.children().forEach(child => {\n                expect(child.width()).toBe(1000);\n            });\n        });\n\n        it('should set height on child charts', () => {\n            expect(chart.height()).toBe(500);\n\n            chart.children().forEach(child => {\n                expect(child.height()).toBe(500);\n            });\n        });\n\n        it('should set margins of child charts', () => {\n            expect(chart.margins()).not.toBeNull();\n            expect(chart.margins()).not.toBe(originalMargins);\n\n            chart.children().forEach(child => {\n                expect(child.margins()).toBe(chart.margins());\n            });\n        });\n    });\n\n    describe('rescale', () => {\n        beforeEach(() => {\n            expect(chart.resizing()).toBe(true);\n            chart.children().forEach(child => {\n                expect(child.resizing()).toBe(true);\n            });\n\n            chart.render();\n\n            expect(chart.resizing()).toBe(false);\n            chart.children().forEach(child => {\n                expect(child.resizing()).toBe(false);\n            });\n\n            chart.rescale();\n        });\n\n        it('should rescale child charts', () => {\n            expect(chart.resizing()).toBe(true);\n\n            chart.children().forEach(child => {\n                expect(child.resizing()).toBe(true);\n            });\n        });\n    });\n\n    describe('re-compose rendered chart', () => {\n        beforeEach(() => {\n            chart.render();\n            expect(chart.resizing()).toBe(false);\n\n            chart.compose([\n                new dc.LineChart(chart).group(dateGroup)\n            ]);\n        });\n\n        it('should rescale child charts', () => {\n            expect(chart.resizing()).toBe(true);\n\n            chart.children().forEach(child => {\n                expect(child.resizing()).toBe(true);\n            });\n        });\n    });\n});\n"
  },
  {
    "path": "spec/coordinate-grid-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, makeDate, cleanDateRange, simulateChartBrushing */\ndescribe('dc.coordinateGridChart', () => {\n    let chart, id;\n    let data, dimension, group;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        dimension = data.dimension(d => d3.utcDay(d.dd));\n        group = dimension.group();\n\n        id = 'coordinate-grid-chart';\n        appendChartID(id);\n\n        chart = new dc.LineChart(`#${id}`)\n            .width(500)\n            .height(150)\n            .dimension(dimension)\n            .group(group)\n            .transitionDuration(0)\n            .transitionDelay(0)\n            .brushOn(false)\n            .margins({top: 20, bottom: 0, right: 10, left: 0})\n            .x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]));\n    });\n\n    describe('rendering', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should create the svg', () => {\n            expect(chart.svg().empty()).toBeFalsy();\n        });\n\n        it('should create a root g', () => {\n            expect(chart.g().empty()).toBeFalsy();\n        });\n\n        it('should register the chart', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n\n        it('should set a dimension on the chart', () => {\n            expect(chart.dimension()).toBe(dimension);\n        });\n\n        it('should set a group on the chart', () => {\n            expect(chart.group()).toBe(group);\n        });\n\n        it('should set a width on the chart', () => {\n            expect(chart.width()).toBe(500);\n        });\n\n        it('should set a height on the chart', () => {\n            expect(chart.height()).toBe(150);\n        });\n\n        it('should use the height for the svg', () => {\n            expect(chart.select('svg').attr('height')).toBe('150');\n        });\n\n        it('should have zero transition duration', () => {\n            expect(chart.transitionDuration()).toBe(0);\n        });\n\n        it('should have zero transition delay', () => {\n            expect(chart.transitionDelay()).toBe(0);\n        });\n\n        it('should set the margins of the chart', () => {\n            expect(chart.margins()).not.toBeNull();\n        });\n\n        it('should set an x domain', () => {\n            expect(chart.x()).toBeDefined();\n        });\n\n        it('should set a y domain', () => {\n            expect(chart.y()).toBeDefined();\n        });\n\n        it('should set the x domain to endpoint dates', () => {\n            expect(chart.x().domain()).toEqual([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]);\n        });\n\n        it('should create the brush', () => {\n            expect(chart.select('g.brush')).not.toBeNull();\n        });\n\n        it('should not set round by default', () => {\n            expect(chart.round()).not.toBeDefined();\n        });\n\n        it('should auto-calculate x range round based on width', () => {\n            expect(chart.x().range()[0]).toBe(0);\n            expect(chart.x().range()[1]).toBe(490);\n        });\n\n        it('should auto-calculate y range round based on height', () => {\n            expect(chart.y().range()[0]).toBe(130);\n            expect(chart.y().range()[1]).toBe(0);\n        });\n\n        it('should auto-calculate y domain based on height', () => {\n            expect(chart.y().domain()[0]).toBe(0);\n            expect(chart.y().domain()[1]).toBe(3);\n        });\n\n        it('should be able to change round', () => {\n            chart.round(d3.utcDay.round);\n            expect(chart.round()).not.toBeNull();\n        });\n\n        it('should have a default value for x', () => {\n            expect(chart.keyAccessor()).not.toBeNull();\n        });\n\n        it('should have a default value for y', () => {\n            expect(chart.valueAccessor()).not.toBeNull();\n        });\n\n        describe('renderlets', () => {\n            beforeEach(() => {\n                chart.on('renderlet', _chart => {\n                    _chart.selectAll('path').attr('fill', 'red');\n                });\n            });\n\n            it('should not run immediately', () => {\n                expect(chart.selectAll('path').attr('fill')).not.toBe('red');\n            });\n\n            it('should run when render is invoked', () => {\n                chart.render();\n                expect(chart.selectAll('path').attr('fill')).toBe('red');\n            });\n\n            it('should run when redraw is invoked', () => {\n                chart.redraw();\n                expect(chart.selectAll('path').attr('fill')).toBe('red');\n            });\n        });\n\n        describe('clip paths', () => {\n            it('should only create one def', () => {\n                expect(chart.selectAll('defs').size()).toBe(1);\n            });\n\n            it('should only create one clip path', () => {\n                // selecting on ID due to webkit bug #83438\n                expect(chart.selectAll('defs #coordinate-grid-chart-clip').size()).toBe(1);\n            });\n\n            it('should only create one clip rect', () => {\n                expect(chart.selectAll('defs #coordinate-grid-chart-clip rect').size()).toBe(1);\n            });\n\n            it('should create a clip rect based on the graph size', () => {\n                const rect = chart.select('defs #coordinate-grid-chart-clip rect');\n                expect(rect.attr('width')).toBe('490');\n                expect(rect.attr('height')).toBe('130');\n            });\n\n            it('should translate the clip rect to 0,0', () => {\n                const rect = chart.select('defs #coordinate-grid-chart-clip rect');\n                expect(rect.attr('transform')).toMatchTranslate(0, 0);\n            });\n\n            it('should add clip path refs to the chart body', () => {\n                chart.selectAll('g.chart-body').each(function () {\n                    expect(d3.select(this).attr('clip-path')).toMatchUrl(`${window.location.href}#coordinate-grid-chart-clip`);\n                });\n            });\n\n            describe('setting clipPadding(20)', () => {\n\n                beforeEach(() => {\n                    chart.clipPadding(20);\n                    chart.render();\n                });\n\n                it('should update the clip rect based on the graph size and clipPadding', () => {\n                    const rect = chart.select('defs #coordinate-grid-chart-clip rect');\n                    expect(rect.attr('width')).toBe('530');\n                    expect(rect.attr('height')).toBe('170');\n                });\n\n                it('should translate the clip rect to -20,-20', () => {\n                    const rect = chart.select('defs #coordinate-grid-chart-clip rect');\n                    expect(rect.attr('transform')).toMatchTranslate(-20, -20);\n                });\n\n            });\n\n            describe('with a complex selector', () => {\n                beforeEach(() => {\n                    appendChartID('coordinate-grid').append('div').attr('class', 'chart');\n                    chart = new dc.LineChart('#coordinate-grid .chart')\n                        .width(500)\n                        .height(150)\n                        .dimension(dimension)\n                        .group(group)\n                        .transitionDuration(0)\n                        .transitionDelay(0)\n                        .brushOn(false)\n                        .margins({top: 20, bottom: 0, right: 10, left: 0})\n                        .x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]));\n                    chart.render();\n                });\n                it('should generate a valid clippath id', () => {\n                    const rect = chart.select('defs #coordinate-grid--chart-clip rect');\n                    expect(rect.empty()).toBeFalsy();\n                });\n            });\n\n            describe('with a selector containing brackets', () => {\n                beforeEach(() => {\n                    appendChartID('coordinate-grid').append('div').attr('class', 'chart').attr('foo', '5bar');\n                    chart = new dc.LineChart('#coordinate-grid .chart[foo=\"5bar\"]')\n                        .width(500)\n                        .height(150)\n                        .dimension(dimension)\n                        .group(group)\n                        .transitionDuration(0)\n                        .transitionDelay(0)\n                        .brushOn(false)\n                        .margins({top: 20, bottom: 0, right: 10, left: 0})\n                        .x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]));\n                    chart.render();\n                });\n                it('should generate a valid clippath id', () => {\n                    const rect = chart.select('defs #coordinate-grid--chart-foo--5bar---clip rect');\n                    expect(rect.empty()).toBeFalsy();\n                });\n            });\n\n            describe('redrawing at a different size', () => {\n                beforeEach(() => {\n                    chart.width(300).height(400).redraw();\n                });\n                it('should change the clippath to the new size', () => {\n                    const rect = chart.select('defs #coordinate-grid-chart-clip rect');\n                    expect(rect.attr('width')).toBe('290');\n                    expect(rect.attr('height')).toBe('380');\n                });\n            });\n        });\n\n        describe('when an x function is not provided', () => {\n            it('should trigger a descriptive exception', () => {\n                try {\n                    new dc.CoordinateGridMixin().group({}).dimension({}).render();\n                    expect('exception').toBe('thrown');\n                } catch (e) {\n                    expect(e instanceof dc.InvalidStateException).toBeTruthy();\n                    expect(e.message).toMatch(/Mandatory attribute chart.x is missing on chart\\[#.+\\]/);\n                }\n            });\n        });\n\n        describe('x-axis', () => {\n            it('should place an x axis at the bottom', () => {\n                expect(chart.select('g.x').attr('transform')).toMatchTranslate(0, 150);\n            });\n\n            it('should update x axis position when the chart height is changed', () => {\n                chart.elasticX(true).height(400).redraw();\n                expect(chart.select('g.x').attr('transform')).toMatchTranslate(0, 400);\n            });\n\n            describe('labels', () => {\n                beforeEach(() => {\n                    expect(chart.effectiveHeight()).toBe(130);\n                    chart.xAxisLabel('X Label').render();\n                });\n\n                it('should set the x-axis label', () => {\n                    expect(chart.selectAll('text.x-axis-label').text()).toBe('X Label');\n                });\n\n                it('should adjust the chart height accordingly due to label padding', () => {\n                    expect(chart.effectiveHeight()).toBe(118);\n                });\n\n                describe('with custom padding', () => {\n                    beforeEach(() => {\n                        chart.xAxisLabel('Custom X Label', 50).render();\n                    });\n\n                    it('should adjust the chart height with respect to the custom padding', () => {\n                        expect(chart.effectiveHeight()).toBe(80);\n                    });\n                });\n\n                describe('reset axis label', () => {\n                    beforeEach(() => {\n                        chart.elasticX(true).xAxisLabel('New X Label').redraw();\n                    });\n                    it('should change the x-axis label', () => {\n                        expect(chart.selectAll('text.x-axis-label').text()).toBe('New X Label');\n                    });\n                });\n            });\n        });\n\n        describe('y-axes', () => {\n            describe('grid lines', () => {\n                beforeEach(() => {\n                    // The calculations have changed internally for tick count from D3v3 to D3v4\n                    // By default it guesses 10 ticks and computes from there. In v3 it ends up with 7 in v4\n                    // it is 16. For 9 as well as 11 both the versions agree.\n                    chart.yAxis().ticks(9);\n                    chart\n                        .renderHorizontalGridLines(true)\n                        .renderVerticalGridLines(true)\n                        .transitionDuration(300)\n                        .render();\n                });\n\n                describe('horizontal grid lines', () => {\n                    it('should draw lines associated with the data shown on the y-axis', () => {\n                        const nthGridLine = function (n) {\n                            return d3.select(chart.selectAll('.grid-line.horizontal line').nodes()[n]);\n                        };\n\n                        expect(chart.selectAll('.grid-line.horizontal line').size()).toBe(7);\n                        expect(nthGridLine(0).attr('y2')).toBe('130');\n                        expect(nthGridLine(0).attr('y1')).toBe('130');\n                        expect(nthGridLine(1).attr('y1')).toBe('108');\n                        expect(nthGridLine(2).attr('y1')).toBe('87');\n                    });\n\n                    it('should position the lines horizontally on the graph', () => {\n                        const firstGridLine = chart.select('.grid-line.horizontal line');\n                        expect(firstGridLine.attr('x1')).toBe('1');\n                        expect(firstGridLine.attr('x2')).toBe('490');\n                        expect(firstGridLine.attr('y1')).toBe(firstGridLine.attr('y2'));\n                    });\n\n                    describe('with custom tick values', () => {\n                        beforeEach(() => {\n                            chart.yAxis().tickValues([0, 1, 2]);\n                            chart.render();\n                        });\n\n                        it('should draws lines associated with the data using the custom ticks', () => {\n                            const nthGridLine = function (n) {\n                                return d3.select(chart.selectAll('.grid-line.horizontal line').nodes()[n]);\n                            };\n\n                            expect(chart.selectAll('.grid-line.horizontal line').size()).toBe(3);\n                            expect(nthGridLine(0).attr('y2')).toBe('130');\n                            expect(nthGridLine(0).attr('y1')).toBe('130');\n                            expect(nthGridLine(1).attr('y1')).toBe('87');\n                            expect(nthGridLine(2).attr('y1')).toBe('43');\n                        });\n                    });\n\n                    describe('after renderlet', () => {\n                        let opacityValue;\n                        beforeEach(done => {\n                            chart.on('renderlet', _chart => {\n                                opacityValue = _chart.select('.grid-line.horizontal line').attr('opacity');\n\n                                done();\n                            });\n                        });\n\n                        it('should have 0.5 opacity', () => {\n                            expect(opacityValue).toBe('0.5');\n                        });\n                    });\n\n                });\n\n                describe('vertical grid lines', () => {\n                    it('should draw lines associated with the data shown on the x-axis', () => {\n                        const nthGridLine = function (n) {\n                            return d3.select(chart.selectAll('.grid-line.vertical line').nodes()[n]);\n                        };\n\n                        expect(chart.selectAll('.grid-line.vertical line').size()).toBe(13);\n                        expect(nthGridLine(0).attr('x2')).toBe('0');\n                        expect(nthGridLine(0).attr('x1')).toBe('0');\n                        expect(nthGridLine(1).attr('x1')).toBeWithinDelta(39, 1);\n                        expect(nthGridLine(2).attr('x1')).toBeWithinDelta(79, 1);\n                    });\n\n                    it('should position the lines vertically on the graph', () => {\n                        const firstGridLine = chart.select('.grid-line.vertical line');\n                        expect(firstGridLine.attr('y1')).toBe('130');\n                        expect(firstGridLine.attr('y2')).toBe('0');\n                        expect(firstGridLine.attr('x1')).toBe(firstGridLine.attr('x2'));\n                    });\n\n                    describe('with custom tick values', () => {\n                        beforeEach(() => {\n                            chart.xAxis().tickValues([makeDate(2012, 4, 21), makeDate(2012, 5, 20), makeDate(2012, 6, 1)]);\n                            chart.render();\n                        });\n\n                        it('should draw lines associated with the data using the custom ticks', () => {\n                            const nthGridLine = function (n) {\n                                return d3.select(chart.selectAll('.grid-line.vertical line').nodes()[n]);\n                            };\n\n                            expect(chart.selectAll('.grid-line.vertical line').size()).toBe(3);\n                            expect(nthGridLine(0).attr('x2')).toBeWithinDelta(6, 1);\n                            expect(nthGridLine(0).attr('x1')).toBeWithinDelta(6, 1);\n                            expect(nthGridLine(1).attr('x1')).toBeWithinDelta(175, 1);\n                            expect(nthGridLine(2).attr('x1')).toBeWithinDelta(237, 1);\n                        });\n                    });\n\n                    describe('with an ordinal x axis', () => {\n                        beforeEach(() => {\n                            chart.x(d3.scaleBand())\n                                .xUnits(dc.units.ordinal)\n                                .render();\n                        });\n                        it('should render without errors', () => {\n                            expect(chart.selectAll('.grid-line.vertical line').size()).toBe(6);\n                        });\n                    });\n\n                    describe('after renderlet', () => {\n                        let opacityValue;\n                        beforeEach(done => {\n                            chart.on('renderlet', _chart => {\n                                opacityValue = _chart.select('.grid-line.vertical line').attr('opacity');\n\n                                done();\n                            });\n                        });\n\n                        it('should have 0.5 opacity', () => {\n                            expect(opacityValue).toBe('0.5');\n                        });\n                    });\n                });\n            });\n\n            describe('a left y-axis', () => {\n                beforeEach(() => {\n                    chart.render();\n                });\n\n                it('should render a y-axis', () => {\n                    expect(chart.selectAll('.axis.y').size()).toBe(1);\n                });\n\n                // can't determine axis orientation in D3v4+, see d3/d3-axis#16\n                /*it('should orient the y-axis text to the left by default', function () {\n                    expect(chart.yAxis().orient()).toBe('left');\n                });*/\n\n                it('should place the y axis to the left', () => {\n                    expect(chart.select('g.y').attr('transform')).toMatchTranslate(0, 20);\n                });\n\n                describe('y-axis labels', () => {\n                    beforeEach(() => {\n                        expect(chart.effectiveWidth()).toBe(490);\n                        chart.yAxisLabel('The Y Axis Label').render();\n                    });\n\n                    it('should display provided label text', () => {\n                        expect(chart.selectAll('text.y-axis-label.y-label').text()).toBe('The Y Axis Label');\n                    });\n\n                    it('should change the effective width of the chart due to padding', () => {\n                        expect(chart.effectiveWidth()).toBe(478);\n                    });\n\n                    it('should position the label to the left of the chart', () => {\n                        expect(chart.selectAll('text.y-axis-label.y-label').attr('transform')).toMatchTransRot(12, 85, -90);\n                    });\n\n                    describe('with custom padding', () => {\n                        beforeEach(() => {\n                            chart.yAxisLabel('Custom Y Label', 50).render();\n                        });\n\n                        it('should adjust the chart height with respect to the custom padding', () => {\n                            expect(chart.effectiveWidth()).toBe(440);\n                        });\n                    });\n                });\n            });\n\n            describe('a right y-axis', () => {\n                beforeEach(() => {\n                    chart.useRightYAxis(true).render();\n                });\n\n                it('should render a y-axis', () => {\n                    expect(chart.selectAll('.axis.y').size()).toBe(1);\n                });\n\n                // can't determine axis orientation in D3v4+, see d3/d3-axis#16\n                /*it('should orient the y-axis text to the right', function () {\n                    expect(chart.yAxis().orient()).toBe('right');\n                });*/\n\n                it('should position the axis to the right of the chart', () => {\n                    expect(chart.select('.axis.y').attr('transform')).toMatchTranslate(490, 20);\n                });\n\n                describe('y-axis labels', () => {\n                    beforeEach(() => {\n                        expect(chart.effectiveWidth()).toBe(490);\n                        chart.yAxisLabel('Right Y Axis Label').render();\n                    });\n\n                    it('should display provided label text', () => {\n                        expect(chart.selectAll('text.y-axis-label.y-label').text()).toBe('Right Y Axis Label');\n                    });\n\n                    it('should change the effective width of the chart due to padding', () => {\n                        expect(chart.effectiveWidth()).toBe(478);\n                    });\n\n                    it('should position the label to the right of the chart', () => {\n                        expect(chart.selectAll('text.y-axis-label.y-label').attr('transform')).toMatchTransRot(488, 85, 90);\n                    });\n\n                    describe('with custom padding', () => {\n                        beforeEach(() => {\n                            chart.yAxisLabel('Custom Y Label', 50).render();\n                        });\n\n                        it('should adjust the chart height with respect to the custom padding', () => {\n                            expect(chart.effectiveWidth()).toBe(440);\n                        });\n                    });\n                });\n            });\n        });\n    });\n\n    describe('elastic axis', () => {\n        describe('with data', () => {\n            beforeEach(() => {\n                data.dimension(d => d.countrycode).filter('CA');\n\n                chart.elasticX(true).elasticY(true).render();\n            });\n\n            it('should shrink the y axis', () => {\n                expect(chart.y().domain()[1]).toBe(1);\n            });\n\n            it('should shrink the x domain', () => {\n                expect(chart.x().domain()).toEqual([makeDate(2012, 4, 25), makeDate(2012, 7, 10)]);\n            });\n        });\n\n        describe('with no data', () => {\n            beforeEach(() => {\n                data.dimension(d => d.countrycode).filter('INVALID CODE');\n\n                chart.elasticX(true).elasticY(true).render();\n            });\n\n            it('should set y-axis to be empty', () => {\n                expect(chart.y().domain()[0]).toBe(0);\n                expect(chart.y().domain()[1]).toBe(0);\n            });\n\n        });\n    });\n\n    describe('rescaling', () => {\n        let originalUnitCount;\n        beforeEach(() => {\n            expect(chart.resizing()).toBe(true);\n            chart.render();\n            expect(chart.resizing()).toBe(false);\n\n            originalUnitCount = chart.xUnitCount();\n            chart.x().domain([makeDate(2012, 4, 20), makeDate(2012, 6, 15)]);\n            chart.rescale();\n        });\n\n        it('should reset x unit count to reflect updated x domain', () => {\n            expect(chart.xUnitCount()).not.toEqual(originalUnitCount);\n        });\n\n        it('should be resizing until render', () => {\n            expect(chart.resizing()).toBe(true);\n            chart.render();\n            expect(chart.resizing()).toBe(false);\n        });\n    });\n\n    describe('range chart setup', () => {\n        let rangeChart;\n\n        beforeEach(() => {\n            rangeChart = buildRangeChart();\n            chart.rangeChart(rangeChart);\n            chart.render();\n            rangeChart.render();\n        });\n\n        it('should set our chart as range chart\\'s focus chart', () => {\n            expect(chart.rangeChart().focusChart()).toEqual(chart);\n        });\n    });\n\n    describe('setting x', () => {\n        const newDomain = [1, 10];\n        beforeEach(() => {\n            chart.x(d3.scaleLinear().domain(newDomain));\n        });\n\n        it('should reset the original x domain', () => {\n            expect(chart.xOriginalDomain()).toEqual(newDomain);\n        });\n    });\n\n    describe('x unit count', () => {\n        it('reflects number of units in chart domain', () => {\n            const domain = chart.x().domain();\n            expect(chart.xUnitCount()).toEqual(dc.units.integers(domain[0], domain[1], domain));\n        });\n\n        describe('with fixed units', () => {\n            beforeEach(() => {\n                chart.xUnits((start, end, xDomain) => 10);\n            });\n\n            it('should return the fixed unit count', () => {\n                expect(chart.xUnitCount()).toEqual(10);\n            });\n        });\n    });\n\n    describe('ordinality flag', () => {\n        describe('when x units are not ordinal', () => {\n            it('should be false', () => {\n                expect(chart.isOrdinal()).toBeFalsy();\n            });\n        });\n\n        describe('when x units are ordinal', () => {\n            beforeEach(() => {\n                chart.xUnits(dc.units.ordinal);\n            });\n\n            it('should be true', () => {\n                expect(chart.isOrdinal()).toBeTruthy();\n            });\n        });\n    });\n\n    describe('applying a filter', () => {\n        const filter = [makeDate(2012, 5, 20), makeDate(2012, 6, 15)];\n        beforeEach(() => {\n            chart.brushOn(true);\n            chart.render();\n            chart.filter(filter);\n        });\n\n        it('should update the brush selection', () => {\n            // expect(chart.getBrushSelection()).toEqual(filter);\n            const brushSelectionRect = chart.select('g.brush rect.selection');\n            expect(brushSelectionRect.attr('x')).toBeCloseTo(chart.x()(filter[0]), 1);\n            expect((+brushSelectionRect.attr('x')) + (+brushSelectionRect.attr('width')))\n                .toBeCloseTo(chart.x()(filter[1]), 1);\n        });\n    });\n\n    describe('removing the filter', () => {\n        beforeEach(() => {\n            chart.brushOn(true);\n            chart.render();\n            simulateChartBrushing(chart, [makeDate(2012, 5, 20), makeDate(2012, 6, 15)]);\n            chart.filter(null);\n        });\n\n        it('should clear the brush selection', () => {\n            const brushSelectionRect = chart.select('g.brush rect.selection');\n            expect(+brushSelectionRect.attr('width')).toEqual(0);\n        });\n    });\n\n    describe('rendering for the first time with mouse zoom disabled when it wasn\\'t previously enabled', () => {\n        beforeEach(() => {\n            chart.mouseZoomable(false);\n            spyOn(chart, '_disableMouseZoom');\n            chart.render();\n        });\n\n        it('should not explicitly disable mouse zooming', () => {\n            expect(chart._disableMouseZoom).not.toHaveBeenCalled();\n        });\n    });\n\n    describe('rendering with mouse zoom disabled after it was previously enabled', () => {\n        beforeEach(() => {\n            chart.mouseZoomable(true);\n            chart.render();\n            chart.mouseZoomable(false);\n            spyOn(chart, '_disableMouseZoom');\n            chart.render();\n        });\n\n        it('should explicitly disable mouse zooming', () => {\n            expect(chart._disableMouseZoom).toHaveBeenCalled();\n        });\n    });\n\n    describe('with mouse zoom disabled', () => {\n        beforeEach(() => {\n            chart.mouseZoomable(false);\n            chart.render();\n        });\n\n        it('should not respond to double-click by refocusing', () => {\n            doubleClick(chart);\n            expect(chart.refocused()).toBeFalsy();\n        });\n    });\n\n    describe('zooming', () => {\n        let rangeChart, zoomCallback;\n\n        const context = function () { return {chart: chart, zoomCallback: zoomCallback}; };\n\n        beforeEach(() => {\n            zoomCallback = jasmine.createSpy();\n            chart.on('zoomed', zoomCallback);\n            chart.mouseZoomable(true);\n            rangeChart = buildRangeChart();\n            chart.rangeChart(rangeChart);\n            chart.render();\n            rangeChart.render();\n\n            spyOn(chart, 'redraw');\n            spyOn(rangeChart, 'redraw');\n        });\n\n        describe('when chart is zoomed via mouse interaction', () => {\n            beforeEach(() => {\n                doubleClick(chart);\n            });\n\n            itActsLikeItZoomed(context);\n        });\n\n        describe('when chart is zoomed programatically via focus method', () => {\n            beforeEach(() => {\n                chart.focus([makeDate(2012, 5, 1), makeDate(2012, 5, 15)]);\n            });\n\n            itActsLikeItZoomed(context);\n        });\n\n        function itActsLikeItZoomed (ctx) {\n            describe('(shared things that happen on zooming)', () => {\n                let _chart, _zoomCallback;\n                beforeEach(() => {\n                    _chart = ctx().chart;\n                    _zoomCallback = ctx().zoomCallback;\n                });\n\n                it('should be flagged as refocused', () => {\n                    expect(_chart.refocused()).toBeTruthy();\n                });\n\n                it('should update chart filter to match new x domain', () => {\n                    const filter = cleanDateRange(_chart.filter());\n                    expect(filter).toEqual(_chart.x().domain());\n                });\n\n                it('should be rescaled', () => {\n                    const domain = _chart.x().domain();\n                    expect(_chart.xUnitCount()).toEqual(dc.units.integers(domain[0], domain[1], domain));\n                });\n\n                it('should redraw itself', () => {\n                    expect(_chart.redraw).toHaveBeenCalled();\n                });\n\n                it('should update its range chart\\'s filter', () => {\n                    expect(dc.utils.arraysEqual(_chart.rangeChart().filter(), _chart.filter())).toEqual(true);\n                });\n\n                it('should trigger redraw on its range chart', () => {\n                    expect(_chart.rangeChart().redraw).toHaveBeenCalled();\n                });\n\n                it('should fire custom zoom listeners', () => {\n                    expect(_zoomCallback).toHaveBeenCalled();\n                });\n\n            });\n        }\n    });\n\n    describe('when chart is zoomed in, then zoomed back out to original domain', () => {\n        beforeEach(() => {\n            chart.render();\n            doubleClick(chart);\n            chart.focus(chart.xOriginalDomain());\n        });\n\n        it('should not be flagged as refocused', () => {\n            expect(chart.refocused()).toBeFalsy();\n        });\n    });\n\n    describe('brushing', () => {\n        beforeEach(() => {\n            chart.brushOn(true);\n            chart.render();\n        });\n\n        describe('with equal dates', () => {\n            beforeEach(() => {\n                simulateChartBrushing(chart, [22, 22]);\n            });\n\n            it('should clear the chart filter', () => {\n                expect(chart.filter()).toBeFalsy();\n            });\n        });\n    });\n\n    describe('with a range chart', () => {\n        let rangeChart;\n        const selectedRange = [makeDate(2012, 6, 1), makeDate(2012, 6, 15)];\n\n        beforeEach(() => {\n            rangeChart = buildRangeChart();\n            chart.rangeChart(rangeChart);\n            chart.render();\n            rangeChart.render();\n        });\n\n        it('range filter should execute filtered listener and zoom focus chart', () => {\n            spyOn(chart, 'focus').and.callThrough();\n            const expectedCallbackSignature = function (callbackChart, callbackFilter) {\n                expect(callbackChart).toBe(rangeChart);\n                expect(callbackFilter).toEqual(selectedRange);\n            };\n            const filteredCallback = jasmine.createSpy().and.callFake(expectedCallbackSignature);\n            rangeChart.on('filtered', filteredCallback);\n            expect(filteredCallback).not.toHaveBeenCalled();\n\n            rangeChart.filter(selectedRange);\n            expect(filteredCallback).toHaveBeenCalled();\n\n            expect(chart.focus).toHaveBeenCalled();\n            const focus = cleanDateRange(chart.focus.calls.argsFor(0)[0]);\n            expect(focus).toEqual(selectedRange);\n        });\n\n        it('should zoom the focus chart when range chart is brushed', () => {\n            spyOn(chart, 'focus').and.callThrough();\n            simulateChartBrushing(rangeChart, selectedRange);\n            jasmine.clock().tick(100);\n            const focus = cleanDateRange(chart.focus.calls.argsFor(0)[0]);\n            expect(focus).toEqual(selectedRange);\n        });\n\n        it('should zoom the focus chart back out when range chart is un-brushed', () => {\n            simulateChartBrushing(rangeChart, selectedRange);\n            jasmine.clock().tick(100);\n\n            expect(chart.x().domain()).toEqual(selectedRange);\n            rangeChart.filter(null);\n            jasmine.clock().tick(100);\n            expect(rangeChart.x().domain()).toEqual(rangeChart.xOriginalDomain());\n        });\n\n        it('should update the range chart brush to match zoomed domain of focus chart', () => {\n            spyOn(rangeChart, 'replaceFilter');\n            chart.focus(selectedRange);\n            const replaceFilter = cleanDateRange(rangeChart.replaceFilter.calls.argsFor(0)[0]);\n            expect(replaceFilter).toEqual(selectedRange);\n        });\n    });\n\n    describe('with zoom restriction enabled', () => {\n        beforeEach(() => {\n            chart.zoomOutRestrict(true);\n            chart.render();\n            chart.focus([makeDate(2012, 8, 20), makeDate(2012, 8, 25)]);\n        });\n\n        it('should not be able to zoom out past its original x domain', () => {\n            chart.focus([makeDate(2012, 2, 20), makeDate(2012, 9, 15)]);\n            expect(chart.x().domain()).toEqual(chart.xOriginalDomain());\n        });\n\n        describe('with a range chart', () => {\n            beforeEach(() => {\n                const rangeChart = buildRangeChart();\n                chart.rangeChart(rangeChart);\n                chart.render();\n                rangeChart.render();\n                chart.focus([makeDate(2012, 8, 20), makeDate(2012, 8, 25)]);\n            });\n\n            it('should not be able to zoom out past its range chart origin x domain', () => {\n                chart.focus([makeDate(2012, 2, 20), makeDate(2012, 9, 15)]);\n                expect(chart.x().domain()).toEqual(chart.rangeChart().xOriginalDomain());\n            });\n        });\n    });\n\n    describe('with zoom restriction disabled', () => {\n        beforeEach(() => {\n            chart.zoomOutRestrict(false);\n            chart.render();\n            chart.focus([makeDate(2012, 8, 20), makeDate(2012, 8, 25)]);\n        });\n\n        it('should be able to zoom out past its original x domain', () => {\n            chart.focus([makeDate(2012, 2, 20), makeDate(2012, 9, 15)]);\n            chart.render();\n            expect(chart.x().domain()).toEqual([makeDate(2012, 2, 20), makeDate(2012, 9, 15)]);\n        });\n    });\n\n    describe('focus', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        describe('when called with a range argument', () => {\n            const focusDomain = [makeDate(2012, 5, 20), makeDate(2012, 5, 30)];\n\n            beforeEach(() => {\n                chart.focus(focusDomain);\n            });\n\n            it('should update the x domain to match specified domain', () => {\n                expect(chart.x().domain()).toEqual(focusDomain);\n            });\n        });\n\n        describe('when called with no arguments', () => {\n            beforeEach(() => {\n                chart.focus([makeDate(2012, 5, 1), makeDate(2012, 5, 2)]);\n                chart.focus();\n            });\n\n            it('should revert the x domain to the original domain', () => {\n                expect(chart.x().domain()).toEqual(chart.xOriginalDomain());\n            });\n        });\n    });\n\n    function buildRangeChart () {\n        const rangeId = 'range-chart';\n        appendChartID(rangeId);\n        return new dc.LineChart(`#${rangeId}`)\n            .dimension(dimension)\n            .group(dimension.group().reduceSum(d => d.id))\n            .x(d3.scaleUtc().domain([makeDate(2012, 5, 20), makeDate(2012, 6, 15)]));\n    }\n\n    function doubleClick (_chart) {\n        const centerX = _chart.root().node().clientLeft + (_chart.width() / 2);\n        const centerY = _chart.root().node().clientTop + (_chart.height() / 2);\n        const event = document.createEvent('MouseEvents');\n        event.initMouseEvent('dblclick', true, true, window, centerX, centerY, centerX, centerY, 0, false, false, false, false, 0, null);\n        _chart.root().node().dispatchEvent(event);\n    }\n});\n"
  },
  {
    "path": "spec/core-spec.js",
    "content": "/* global loadDateFixture */\ndescribe('dc.core', () => {\n    let valueDimension, valueGroup;\n\n    beforeEach(() => {\n        const data = crossfilter(loadDateFixture());\n        valueDimension = data.dimension(d => d.value);\n        valueGroup = valueDimension.group();\n    });\n\n    describe('version', () => {\n        it('should use semantic versions', () => {\n            // from https://raw.github.com/coolaj86/semver-utils/v1.0.3/semver-utils.js\n            //               |optional 'v'\n            //               | | 3 segment version\n            //               | |                    |optional release prefixed by '-'\n            //               | |                    |                                        |optional build prefixed by '+'\n            const reSemver = /^v?((\\d+)\\.(\\d+)\\.(\\d+))(?:-([\\dA-Za-z\\-]+(?:\\.[\\dA-Za-z\\-]+)*))?(?:\\+([\\dA-Za-z\\-]+(?:\\.[\\dA-Za-z\\-]+)*))?$/;\n            expect(dc.version).toMatch(reSemver);\n        });\n    });\n\n    describe('charts', () => {\n        let chart;\n        beforeEach(() => {\n            chart = new dc.PieChart('#id')\n                    .dimension(valueDimension)\n                    .group(valueGroup);\n            spyOn(chart, 'filterAll');\n            spyOn(chart, 'render');\n            spyOn(chart, 'redraw');\n            return chart;\n        });\n\n        it('should register chart object', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n\n        it('filterAll should invoke filter on each chart', () => {\n            dc.filterAll();\n            expect(chart.filterAll).toHaveBeenCalled();\n        });\n\n        it('renderAll should invoke filter on each chart', () => {\n            dc.renderAll();\n            expect(chart.render).toHaveBeenCalled();\n        });\n\n        it('should be gone after remove all', () => {\n            dc.deregisterAllCharts();\n            expect(dc.hasChart(chart)).toBeFalsy();\n        });\n    });\n\n    describe('chartsRegistry', () => {\n        let chart;\n        let chartGrouped;\n        const chartGroup = 'testChartGroup';\n        beforeEach(() => {\n            chart = new dc.PieChart('#id')\n                    .dimension(valueDimension)\n                    .group(valueGroup);\n            chartGrouped = new dc.PieChart('#id2', chartGroup)\n                    .dimension(valueDimension)\n                    .group(valueGroup);\n            return chart;\n        });\n\n        it('should register chart object', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n\n        it('should not have ungrouped chart after remove', () => {\n            dc.deregisterChart(chart);\n            expect(dc.hasChart(chart)).toBeFalsy();\n        });\n\n        it('should not have grouped chart after remove', () => {\n            dc.deregisterChart(chartGrouped, chartGroup);\n            expect(dc.hasChart(chartGrouped)).toBeFalsy();\n        });\n\n        it('should have switched to an existing group', () => {\n            chart.chartGroup(chartGroup);\n            expect(dc.hasChart(chart)).toBeTruthy();\n            expect(dc.chartRegistry.list(chartGroup).indexOf(chart) > -1).toBeTruthy();\n            expect(dc.chartRegistry.list(null).indexOf(chart) > -1).toBeFalsy();\n        });\n\n        it('should have switched to the global group', () => {\n            chart.chartGroup(null);\n            expect(dc.hasChart(chart)).toBeTruthy();\n            expect(dc.chartRegistry.list(chartGroup).indexOf(chart) > -1).toBeFalsy();\n            expect(dc.chartRegistry.list(null).indexOf(chart) > -1).toBeTruthy();\n        });\n    });\n\n    describe('transition', () => {\n        let selections;\n\n        beforeEach(() => {\n            selections = {\n                transition: function () {\n                    return this;\n                },\n                duration: function () {\n                    return this;\n                },\n                delay: function () {\n                    return this;\n                }\n            };\n            spyOn(selections, 'transition').and.callThrough();\n            spyOn(selections, 'duration').and.callThrough();\n            spyOn(selections, 'delay').and.callThrough();\n        });\n\n        describe('normal', () => {\n            it('transition should be activated with duration', () => {\n                dc.transition(selections, 100, 100);\n                expect(selections.transition).toHaveBeenCalled();\n                expect(selections.duration).toHaveBeenCalled();\n                expect(selections.delay).toHaveBeenCalled();\n                expect(selections.duration).toHaveBeenCalledWith(100);\n                expect(selections.delay).toHaveBeenCalledWith(100);\n            });\n            it('with name', () => {\n                dc.transition(selections, 100, 100, 'transition-name');\n                expect(selections.transition).toHaveBeenCalled();\n                expect(selections.transition).toHaveBeenCalledWith('transition-name');\n            });\n        });\n\n        describe('skip', () => {\n            it('transition should not be activated with 0 duration', () => {\n                dc.transition(selections, 0, 0);\n                expect(selections.transition).not.toHaveBeenCalled();\n                expect(selections.duration).not.toHaveBeenCalled();\n                expect(selections.delay).not.toHaveBeenCalled();\n            });\n\n            it('transition should not be activated with dc.disableTransitions', () => {\n                dc.config.disableTransitions = true;\n                dc.transition(selections, 100);\n                expect(selections.transition).not.toHaveBeenCalled();\n                expect(selections.duration).not.toHaveBeenCalled();\n            });\n\n            afterEach(() => {\n                dc.config.disableTransitions = false;\n            });\n        });\n\n        describe('parameters', () => {\n            it('duration should not be called if skipped', () => {\n                dc.transition(selections);\n                expect(selections.duration).not.toHaveBeenCalled();\n            });\n\n            it('delay should not be called if skipped', () => {\n                dc.transition(selections, 100);\n                expect(selections.delay).not.toHaveBeenCalled();\n            });\n        });\n    });\n\n    describe('units', () => {\n        describe('.integers', () => {\n            let result;\n            beforeEach(() => {\n                result = dc.units.integers(0, 100);\n            });\n            it('units should be based on subtraction', () => {\n                expect(result).toEqual(100);\n            });\n        });\n\n        describe('.float', () => {\n            let result;\n            beforeEach(() => {\n                result = dc.units.fp.precision(0.001)(0.49999, 1.0);\n            });\n            it('units should be generated according to the precision', () => {\n                expect(result).toEqual(501);\n            });\n        });\n\n        describe('.ordinal', () => {\n            it('should throw - it\\'s a placeholder only', () => {\n                expect(dc.units.ordinal).toThrow(new Error('dc.units.ordinal should not be called - it is a placeholder'));\n            });\n        });\n    });\n\n    describe('charts w/ grouping', () => {\n        let chart;\n\n        beforeEach(() => {\n            chart = new dc.PieChart('#a', 'groupA').dimension(valueDimension).group(valueGroup);\n            spyOn(chart, 'filterAll');\n            spyOn(chart, 'render');\n            new dc.PieChart('#b', 'groupA').dimension(valueDimension).group(valueGroup);\n            new dc.BubbleChart('#c', 'groupB').dimension(valueDimension).group(valueGroup);\n            new dc.BarChart('#b1', 'groupB').dimension(valueDimension).group(valueGroup);\n            new dc.LineChart('#b2', 'groupB').dimension(valueDimension).group(valueGroup);\n            new dc.DataCount('#b3', 'groupB').dimension(valueDimension).group(valueGroup);\n            new dc.DataTable('#b4', 'groupB').dimension(valueDimension).group(valueGroup);\n            return chart;\n        });\n\n        it('should register chart object', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n\n        it('filterAll by group should invoke filter on each chart within the group', () => {\n            dc.filterAll('groupA');\n            expect(chart.filterAll).toHaveBeenCalled();\n        });\n\n        it('renderAll by group should invoke filter on each chart within the group', () => {\n            dc.renderAll('groupA');\n            expect(chart.render).toHaveBeenCalled();\n        });\n\n        it('filterAll should not invoke filter on chart in groupA', () => {\n            dc.filterAll();\n            expect(chart.filterAll).not.toHaveBeenCalled();\n        });\n\n        it('renderAll should not invoke filter on chart in groupA', () => {\n            dc.renderAll();\n            expect(chart.render).not.toHaveBeenCalled();\n        });\n\n        it('should be gone after remove all', () => {\n            dc.deregisterAllCharts();\n            expect(dc.hasChart(chart)).toBeFalsy();\n        });\n    });\n\n    describe('render/redraw all call back', () => {\n        let result;\n\n        beforeEach(() => {\n            dc.renderlet(group => {\n                result.called = group ? group : true;\n            });\n            result = {called: false};\n        });\n\n        it('renderAll call back should be triggered', () => {\n            dc.renderAll();\n            expect(result.called).toBeTruthy();\n        });\n\n        it('redrawAll call back should be triggered', () => {\n            dc.redrawAll();\n            expect(result.called).toBeTruthy();\n        });\n\n        it('renderAll by group call back should be triggered', () => {\n            dc.renderAll('group');\n            expect('group').toEqual(result.called);\n        });\n\n        it('redrawAll by group call back should be triggered', () => {\n            dc.redrawAll('group');\n            expect('group').toEqual(result.called);\n        });\n    });\n});\n"
  },
  {
    "path": "spec/data-addition-spec.js",
    "content": "/* global appendChartID, loadDateFixture, loadDateFixture2, makeDate */\ndescribe('Dynamic data addition in crossfilter', () => {\n    const width = 200;\n    const height = 200;\n    const radius = 100;\n    let baseData, moreData;\n\n    beforeEach(() => {\n        baseData = crossfilter(loadDateFixture());\n        moreData = loadDateFixture2();\n    });\n\n    function occurrences (str, value) {\n        return (str.split(value)).length - 1;\n    }\n\n    describe('pie chart slice addition', () => {\n        let valueDimension, valueGroup;\n        let chart;\n\n        function buildPieChart (id) {\n            const div = appendChartID(id);\n            div.append('a').attr('class', 'reset').style('display', 'none');\n            div.append('span').attr('class', 'filter').style('display', 'none');\n            const pieChart = new dc.PieChart(`#${id}`);\n            pieChart.dimension(valueDimension).group(valueGroup)\n                .width(width)\n                .height(height)\n                .radius(radius)\n                .ordering(kv => kv.key)\n                .transitionDuration(0);\n            pieChart.render();\n            baseData.add(moreData);\n            pieChart.expireCache();\n            return pieChart;\n        }\n        beforeEach(() => {\n            valueDimension = baseData.dimension(d => d.value);\n            valueGroup = valueDimension.group();\n            chart = buildPieChart('pie-chart');\n            chart.redraw();\n        });\n        it('slice g should be created with class', () => {\n            expect(chart.selectAll('svg g g.pie-slice').data().length).toEqual(7);\n        });\n        it('slice path should be created', () => {\n            expect(chart.selectAll('svg g g.pie-slice path').data().length).toEqual(7);\n        });\n        it('default function should be used to dynamically generate label', () => {\n            expect(d3.select(chart.selectAll('text.pie-slice').nodes()[0]).text()).toEqual('11');\n        });\n        it('pie chart slices should be in numerical order', () => {\n            expect(chart.selectAll('text.pie-slice').data().map(slice => slice.data.key))\n                .toEqual(['11','22','33','44','55','66','76']);\n        });\n        it('default function should be used to dynamically generate title', () => {\n            expect(d3.select(chart.selectAll('g.pie-slice title').nodes()[0]).text()).toEqual('11: 1');\n        });\n        afterEach(() => {\n            valueDimension.filterAll();\n        });\n    });\n    describe('line chart segment addition', () => {\n        let timeDimension, timeGroup;\n        let chart;\n\n        function buildLineChart (id) {\n            appendChartID(id);\n            const lineChart = new dc.LineChart(`#${id}`);\n            lineChart.dimension(timeDimension).group(timeGroup)\n                .width(width).height(height)\n                .x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]))\n                .transitionDuration(0)\n                .xUnits(d3.utcDays)\n                .brushOn(false)\n                .renderArea(true)\n                .renderTitle(true);\n            lineChart.render();\n            baseData.add(moreData);\n            lineChart.expireCache();\n            return lineChart;\n        }\n        beforeEach(() => {\n            timeDimension = baseData.dimension(d => d.dd);\n            timeGroup = timeDimension.group();\n            chart = buildLineChart('line-chart');\n            chart.render();\n        });\n        it('number of dots should equal the size of the group', () => {\n            expect(chart.selectAll('circle.dot').nodes().length).toEqual(timeGroup.size());\n        });\n        it('number of line segments should equal the size of the group', () => {\n            const path = chart.selectAll('path.line').attr('d');\n            expect(occurrences(path, 'L') + 1).toEqual(timeGroup.size());\n        });\n        it('number of area segments should equal twice the size of the group', () => {\n            const path = chart.selectAll('path.area').attr('d');\n            expect(occurrences(path, 'L') + 1).toEqual(timeGroup.size() * 2);\n        });\n\n        describe('resetting line chart with fewer data points', () => {\n            beforeEach(() => {\n                const lineChart = buildLineChart('stackable-line-chart');\n                lineChart.render();\n\n                timeDimension.filterAll();\n                baseData.remove();\n                baseData.add(moreData);\n                lineChart.render();\n            });\n\n            it('it should not contain stale data points', () => {\n                expect(chart.data()[0].values.length).toEqual(2);\n            });\n        });\n\n        afterEach(() => {\n            timeDimension.filterAll();\n        });\n    });\n});\n"
  },
  {
    "path": "spec/data-count-spec.js",
    "content": "/* global appendChartID, loadDateFixture */\ndescribe('dc.dataCount', () => {\n    let data, countryDimension, groupAll;\n    let chart;\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        groupAll = data.groupAll();\n        countryDimension = data.dimension(d => d.countrycode);\n        countryDimension.filter('CA');\n    });\n    function buildChart (id) {\n        const dataCount = new dc.DataCount(`#${id}`)\n            .transitionDuration(0)\n            .dimension(data)\n            .group(groupAll);\n        dataCount.render();\n        d3.timerFlush();\n        return dataCount;\n    }\n    describe('creation', () => {\n        beforeEach(() => {\n            const id = 'data-count';\n            const div = appendChartID(id);\n            div.append('span').attr('class', 'filter-count');\n            div.append('span').attr('class', 'total-count');\n            chart = buildChart(id);\n        });\n        it('should generate something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('treats dimension as synonym of crossfilter', () => {\n            expect(chart.dimension()).toEqual(chart.crossfilter());\n            const newVal = () => {}; // Just any value will do\n            chart.dimension(newVal);\n            expect(chart.crossfilter()).toBe(newVal);\n        });\n        it('treats group as synonym of groupAll', () => {\n            expect(chart.group()).toEqual(chart.groupAll());\n            const newVal = () => {}; // Just any value will do\n            chart.group(newVal);\n            expect(chart.groupAll()).toBe(newVal);\n        });\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('should fill in the total count', () => {\n            expect(chart.select('span.total-count').text()).toEqual('10');\n        });\n        it('should fill in the filter count', () => {\n            expect(chart.select('span.filter-count').text()).toEqual('2');\n        });\n        describe('redraw', () => {\n            beforeEach(() => {\n                countryDimension.filterAll();\n                chart.redraw();\n                return chart;\n            });\n            it('should fill in the updated total count', () => {\n                expect(chart.select('span.total-count').text()).toEqual('10');\n            });\n            it('should fill in the updated filter count', () => {\n                expect(chart.select('span.filter-count').text()).toEqual('10');\n            });\n        });\n        afterEach(() => {\n            countryDimension.filterAll();\n        });\n    });\n\n    describe('creation with html attribute', () => {\n        beforeEach(() => {\n            const id = 'data-count';\n            const div = appendChartID(id);\n            div.append('span').attr('class', 'filter-count');\n            div.append('span').attr('class', 'total-count');\n            chart = buildChart(id);\n            chart.html({some: '%filter-count selected from %total-count',all: 'All Records Selected'});\n            chart.redraw();\n        });\n        it('should generate something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('should fill the element replacing %filter-count and %total-count', () => {\n            expect(chart.root().text()).toEqual('2 selected from 10');\n        });\n        describe('when all selected', () => {\n            beforeEach(() => {\n                countryDimension.filterAll();\n                chart.redraw();\n                return chart;\n            });\n            it('should use html.all', () => {\n                expect(chart.root().text()).toEqual('All Records Selected');\n            });\n        });\n        afterEach(() => {\n            countryDimension.filterAll();\n        });\n    });\n\n    describe('creation with just html.some attribute', () => {\n        beforeEach(() => {\n            const id = 'data-count';\n            const div = appendChartID(id);\n            div.append('span').attr('class', 'filter-count');\n            div.append('span').attr('class', 'total-count');\n            chart = buildChart(id);\n            chart.html({some: '%filter-count selected from %total-count'});\n            chart.redraw();\n        });\n        it('should fill the element replacing %filter-count and %total-count', () => {\n            expect(chart.root().text()).toEqual('2 selected from 10');\n        });\n        describe('when all selected', () => {\n            beforeEach(() => {\n                countryDimension.filterAll();\n                chart.redraw();\n                return chart;\n            });\n            it('should use html.some for all', () => {\n                expect(chart.root().text()).toEqual('10 selected from 10');\n            });\n        });\n        afterEach(() => {\n            countryDimension.filterAll();\n        });\n    });\n\n    describe('creation with just html.all attribute', () => {\n        beforeEach(() => {\n            const id = 'data-count';\n            const div = appendChartID(id);\n            div.append('span').attr('class', 'filter-count');\n            div.append('span').attr('class', 'total-count');\n            chart = buildChart(id);\n            chart.html({all: 'All Records Selected'});\n            chart.redraw();\n        });\n        it('should fill in the total count', () => {\n            expect(chart.select('span.total-count').text()).toEqual('10');\n        });\n        it('should fill in the filter count', () => {\n            expect(chart.select('span.filter-count').text()).toEqual('2');\n        });\n        describe('when all selected', () => {\n            beforeEach(() => {\n                countryDimension.filterAll();\n                chart.redraw();\n                return chart;\n            });\n            it('should use html.all for all', () => {\n                expect(chart.root().text()).toEqual('All Records Selected');\n            });\n        });\n        afterEach(() => {\n            countryDimension.filterAll();\n        });\n    });\n\n    describe('creation with formatNumber attribute', () => {\n        beforeEach(() => {\n            const id = 'data-count';\n            const div = appendChartID(id);\n            div.append('span').attr('class', 'filter-count');\n            div.append('span').attr('class', 'total-count');\n            chart = buildChart(id);\n            chart.formatNumber(d3.format('04.1g'));\n            chart.redraw();\n        });\n        it('should generate something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('should fill in the formatted total count', () => {\n            expect(chart.select('span.total-count').text()).toEqual('1e+1');\n        });\n        it('should fill in the formatted filter count', () => {\n            expect(chart.select('span.filter-count').text()).toEqual('0002');\n        });\n        afterEach(() => {\n            countryDimension.filterAll();\n        });\n    });\n\n});\n"
  },
  {
    "path": "spec/data-grid-spec.js",
    "content": "/* global appendChartID, loadDateFixture */\ndescribe('dc.dataGrid', () => {\n    let id, chart, data;\n    let dateFixture;\n    let dimension;\n    let countryDimension;\n\n    beforeEach(() => {\n        dateFixture = loadDateFixture();\n        data = crossfilter(dateFixture);\n        dimension = data.dimension(d => d3.utcDay(d.dd));\n        countryDimension = data.dimension(d => d.countrycode);\n\n        id = 'data-grid';\n        appendChartID(id);\n        chart = new dc.DataGrid(`#${id}`)\n            .dimension(dimension)\n            .group(d => 'Data Grid')\n            .transitionDuration(0)\n            .size(3)\n            .sortBy(d => d.id)\n            .order(d3.descending)\n            .html(d => `<div id='id_${d.id}' class='${d.countrycode} ${d.region}'>${d.state}:${d.value}</div>`);\n        chart.render();\n    });\n\n    describe('creation', () => {\n        it('generates something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('registers', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('sets size', () => {\n            expect(chart.size()).toEqual(3);\n        });\n        it('sets sortBy', () => {\n            expect(chart.sortBy()).not.toBeNull();\n        });\n        it('sets order', () => {\n            expect(chart.order()).toBe(d3.descending);\n        });\n        it('sets the group label', () => {\n            expect(chart.selectAll('.dc-grid-group h1.dc-grid-label').nodes()[0].innerHTML).toEqual('Data Grid');\n        });\n        it('treats group as synonym of section', () => {\n            expect(chart.group()).toEqual(chart.section());\n            const newSection = () => {};\n            chart.group(newSection);\n            expect(chart.section()).toBe(newSection);\n        });\n        it('treats htmlGroup as synonym of htmlSection', () => {\n            expect(chart.htmlGroup()).toEqual(chart.htmlSection());\n            const newHtmlSection = () => {};\n            chart.htmlGroup(newHtmlSection);\n            expect(chart.htmlSection()).toBe(newHtmlSection);\n        });\n        it('creates id div', () => {\n            expect(chart.selectAll('.dc-grid-item div#id_9').nodes().length).toEqual(1);\n            expect(chart.selectAll('.dc-grid-item div#id_8').nodes().length).toEqual(1);\n            expect(chart.selectAll('.dc-grid-item div#id_3').nodes().length).toEqual(1);\n        });\n        it('creates div content', () => {\n            expect(chart.selectAll('.dc-grid-item div').nodes()[0].innerHTML).toEqual('Mississippi:44');\n            expect(chart.selectAll('.dc-grid-item div').nodes()[1].innerHTML).toEqual('Mississippi:33');\n            expect(chart.selectAll('.dc-grid-item div').nodes()[2].innerHTML).toEqual('Delaware:33');\n        });\n    });\n\n    describe('slicing entries', () => {\n        beforeEach(() => {\n            chart.beginSlice(1);\n            chart.redraw();\n        });\n\n        it('slice beginning', () => {\n            expect(chart.selectAll('.dc-grid-item').nodes().length).toEqual(2);\n        });\n\n        it('slice beginning and end', () => {\n            chart.endSlice(2);\n            chart.redraw();\n\n            expect(chart.selectAll('.dc-grid-item').nodes().length).toEqual(1);\n        });\n    });\n\n    describe('external filter', () => {\n        beforeEach(() => {\n            countryDimension.filter('CA');\n            chart.redraw();\n        });\n        it('renders only filtered data set', () => {\n            expect(chart.selectAll('.dc-grid-item div').nodes().length).toEqual(2);\n        });\n        it('renders the correctly filtered records', () => {\n            expect(chart.selectAll('.dc-grid-item div').nodes()[0].innerHTML).toEqual('Ontario:22');\n            expect(chart.selectAll('.dc-grid-item div').nodes()[1].innerHTML).toEqual('Ontario:55');\n        });\n    });\n\n    describe('renderlet', () => {\n        let derlet;\n        beforeEach(() => {\n            derlet = jasmine.createSpy('renderlet', _chart => {\n                _chart.selectAll('.dc-grid-label').text('changed');\n            });\n            derlet.and.callThrough();\n            chart.on('renderlet', derlet);\n        });\n        it('custom renderlet should be invoked with render', () => {\n            chart.render();\n            expect(chart.selectAll('.dc-grid-label').text()).toEqual('changed');\n            expect(derlet).toHaveBeenCalled();\n        });\n        it('custom renderlet should be invoked with redraw', () => {\n            chart.redraw();\n            expect(chart.selectAll('.dc-grid-label').text()).toEqual('changed');\n            expect(derlet).toHaveBeenCalled();\n        });\n    });\n\n    afterEach(() => {\n        dimension.filterAll();\n        countryDimension.filterAll();\n    });\n});\n\n"
  },
  {
    "path": "spec/data-table-spec.js",
    "content": "/* global appendChartID, loadDateFixture */\ndescribe('dc.dataTable', () => {\n    let id, chart, data;\n    let dateFixture;\n    let dimension;\n    let countryDimension;\n    let valueGroup;\n\n    beforeEach(() => {\n        dateFixture = loadDateFixture();\n        data = crossfilter(dateFixture);\n        dimension = data.dimension(d => d3.utcDay(d.dd));\n        countryDimension = data.dimension(d => d.countrycode);\n        valueGroup = function () {\n            return 'Data Table';\n        };\n\n        id = 'data-table';\n        appendChartID(id);\n        chart = new dc.DataTable(`#${id}`)\n            .dimension(dimension)\n            .group(valueGroup)\n            .transitionDuration(0)\n            .size(3)\n            .sortBy(d => d.id)\n            .order(d3.descending)\n            .columns(\n                [function (d) {\n                    return d.id;\n                }, function (d) {\n                    return d.status;\n                }]\n            );\n    });\n\n    describe('simple table', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        describe('creation', () => {\n            it('generates something', () => {\n                expect(chart).not.toBeNull();\n            });\n            it('registers', () => {\n                expect(dc.hasChart(chart)).toBeTruthy();\n            });\n            it('sets size', () => {\n                expect(chart.size()).toEqual(3);\n            });\n            it('sets sortBy', () => {\n                expect(chart.sortBy()).not.toBeNull();\n            });\n            it('sets order', () => {\n                expect(chart.order()).toBe(d3.descending);\n            });\n            it('group should be set', () => {\n                expect(chart.group()).toEqual(valueGroup);\n            });\n            it('treats group as synonym of section', () => {\n                expect(chart.group()).toEqual(chart.section());\n                const newSection = () => {};\n                chart.group(newSection);\n                expect(chart.section()).toBe(newSection);\n            });\n            it('treats showGroups as synonym of showSections', () => {\n                expect(chart.showGroups()).toEqual(chart.showSections());\n                const newVal = !(chart.showGroups());\n                chart.showGroups(newVal);\n                expect(chart.showSections()).toBe(newVal);\n            });\n            it('group tr should not be undefined', () => {\n                expect(typeof(chart.selectAll('tr.dc-table-group').nodes()[0])).not.toBe('undefined');\n            });\n            it('sets column span set on group tr', () => {\n                expect(chart.selectAll('tr.dc-table-group td').nodes()[0].getAttribute('colspan')).toEqual('2');\n            });\n            it('creates id column', () => {\n                expect(chart.selectAll('td._0').nodes()[0].innerHTML).toEqual('9');\n                expect(chart.selectAll('td._0').nodes()[1].innerHTML).toEqual('8');\n                expect(chart.selectAll('td._0').nodes()[2].innerHTML).toEqual('3');\n            });\n            it('creates status column', () => {\n                expect(chart.selectAll('td._1').nodes()[0].innerHTML).toEqual('T');\n                expect(chart.selectAll('td._1').nodes()[1].innerHTML).toEqual('F');\n                expect(chart.selectAll('td._1').nodes()[2].innerHTML).toEqual('T');\n            });\n        });\n\n        describe('slicing entries', () => {\n            beforeEach(() => {\n                chart.beginSlice(1);\n                chart.redraw();\n            });\n\n            it('slice beginning', () => {\n                expect(chart.selectAll('tr.dc-table-row').nodes().length).toEqual(2);\n            });\n\n            it('slice beginning and end', () => {\n                chart.endSlice(2);\n                chart.redraw();\n\n                expect(chart.selectAll('tr.dc-table-row').nodes().length).toEqual(1);\n            });\n        });\n\n        describe('external filter', () => {\n            beforeEach(() => {\n                countryDimension.filter('CA');\n                chart.redraw();\n            });\n            it('renders only filtered data set', () => {\n                expect(chart.selectAll('td._0').nodes().length).toEqual(2);\n            });\n            it('renders the correctly filtered records', () => {\n                expect(chart.selectAll('td._0').nodes()[0].innerHTML).toEqual('7');\n                expect(chart.selectAll('td._0').nodes()[1].innerHTML).toEqual('5');\n            });\n        });\n\n        describe('ascending order', () => {\n            beforeEach(() => {\n                chart.order(d3.ascending);\n                chart.redraw();\n            });\n            it('uses dimension.bottom() instead of top()', () => {\n                expect(chart.selectAll('td._0').nodes()[0].innerHTML).toEqual('1');\n            });\n        });\n    });\n\n    describe('renderlet', () => {\n        let derlet;\n        beforeEach(() => {\n            derlet = jasmine.createSpy('renderlet', _chart => {\n                _chart.selectAll('td.dc-table-label').text('changed');\n            });\n            derlet.and.callThrough();\n            chart.on('renderlet', derlet);\n        });\n        it('custom renderlet should be invoked with render', () => {\n            chart.render();\n            expect(chart.selectAll('td.dc-table-label').text()).toEqual('changed');\n            expect(derlet).toHaveBeenCalled();\n        });\n        it('custom renderlet should be invoked with redraw', () => {\n            chart.redraw();\n            expect(chart.selectAll('td.dc-table-label').text()).toEqual('changed');\n            expect(derlet).toHaveBeenCalled();\n        });\n    });\n\n    describe('specifying chart columns with label', () => {\n        beforeEach(() => {\n            chart.columns(['state']);\n            chart.render();\n        });\n        it('should render value and capitalized header', () => {\n            const cols = chart.selectAll('td.dc-table-column').nodes().map(d => d.textContent);\n            const expected = ['Mississippi', 'Mississippi', 'Delaware'];\n            expect(cols.length).toEqual(expected.length);\n            expected.forEach(d => {\n                expect(cols).toContain(d);\n            });\n            const colheader = chart.selectAll('th.dc-table-head').nodes().map(d => d.textContent);\n            expect(colheader.length).toEqual(1);\n            expect(colheader[0]).toEqual('State');\n\n        });\n    });\n    describe('specifying chart columns with function', () => {\n        beforeEach(() => {\n            chart.columns([function (d) {return `${d.id}test`;}]);\n            chart.render();\n        });\n        it('should render function result and no header', () => {\n            const cols = chart.selectAll('td.dc-table-column').nodes().map(d => d.textContent);\n            const expected = ['9test', '8test', '3test'];\n            expect(cols.length).toEqual(expected.length);\n            expected.forEach(d => {\n                expect(cols).toContain(d);\n            });\n            const colheader = chart.selectAll('th.dc-table-head').nodes().map(d => d.textContent);\n            expect(colheader.length).toEqual(0);\n        });\n    });\n    describe('specifying chart columns with object', () => {\n        beforeEach(() => {\n            chart.columns([{\n                label: 'Test ID',\n                format: function (d) {\n                    return `test${d.id}`;\n                }\n            }]);\n            chart.render();\n        });\n        it('should produce correct table header with single column', () => {\n            const thead = chart.selectAll('thead');\n            expect(thead.nodes().length).toBe(1);\n            const tr = thead.selectAll('tr');\n            expect(tr.nodes().length).toBe(1);\n            const colheader = tr.selectAll('th.dc-table-head').nodes().map(d => d.textContent);\n            expect(colheader.length).toEqual(1);\n            expect(colheader[0]).toEqual('Test ID');\n        });\n\n        it('should render correct values in rows', () => {\n            const cols = chart.selectAll('td.dc-table-column').nodes().map(d => d.textContent);\n            const expected = ['test9', 'test8', 'test3'];\n            expect(cols.length).toEqual(expected.length);\n            expected.forEach((d, i) => {\n                expect(cols[i]).toEqual(d);\n            });\n        });\n    });\n\n    describe('with existing table header', () => {\n        beforeEach(() => {\n            // add some garbage for table to replace\n            d3.select('#data-table')\n                .selectAll('thead').data([0]).enter().append('thead')\n                .selectAll('tr').data([1,2]).enter().append('tr')\n                .selectAll('th').data([1,2,3]).enter().append('th');\n            chart.columns([{\n                label: 'Test ID',\n                format: function (d) {\n                    return `test${d.id}`;\n                }\n            }]);\n            chart.render();\n        });\n        it('should produce correct table header with single column', () => {\n            const thead = chart.selectAll('thead');\n            expect(thead.nodes().length).toBe(1);\n            const tr = thead.selectAll('tr');\n            expect(tr.nodes().length).toBe(1);\n            const colheader = tr.selectAll('th.dc-table-head').nodes().map(d => d.textContent);\n            expect(colheader.length).toEqual(1);\n            expect(colheader[0]).toEqual('Test ID');\n        });\n    });\n\n    describe('specifying showGroups as false', () => {\n        beforeEach(() => {\n            chart.showGroups(false);\n            chart.render();\n        });\n        it('group tr should be undefined', () => {\n            expect(typeof(chart.selectAll('tr.dc-table-group').nodes()[0])).toBe('undefined');\n        });\n    });\n\n    afterEach(() => {\n        dimension.filterAll();\n        countryDimension.filterAll();\n    });\n});\n\n"
  },
  {
    "path": "spec/event-spec.js",
    "content": "describe('dc event engine', () => {\n    describe('event execution', () => {\n        let engine, trigger;\n        beforeEach(() => {\n            engine = dc.events;\n            trigger = jasmine.createSpy('trigger');\n        });\n\n        it('event can be dispatched immediately', () => {\n            engine.trigger(trigger);\n            expect(trigger).toHaveBeenCalled();\n        });\n\n        it('event can be dispatched with delay', () => {\n            engine.trigger(trigger, 100);\n            expect(trigger).not.toHaveBeenCalled();\n            jasmine.clock().tick(101);\n            expect(trigger).toHaveBeenCalled();\n        });\n\n        it('multiple events dispatched with delay should be throttled', () => {\n            let times = 0;\n            let i = 0;\n            const increment = function () {\n                times++;\n            };\n\n            while (i < 10) {\n                engine.trigger(increment.bind(null), 10);\n                i++;\n            }\n            jasmine.clock().tick(5);\n            expect(times).toEqual(0);\n            jasmine.clock().tick(5);\n            expect(times).toEqual(1);\n        });\n        afterEach(() => {\n        });\n    });\n});\n\n"
  },
  {
    "path": "spec/filter-dates-spec.js",
    "content": "/* global appendChartID, makeDate */\ndescribe('dc.filter-dates', () => {\n    // do date filters work correctly?\n    // adapted from a fiddle demonstrating the problem by Matt Traynham\n    // see it fail with 1.7.1: http://jsfiddle.net/gordonwoodhull/Q2H9C/4/\n    // see it win with 2.0: http://jsfiddle.net/gordonwoodhull/Q2H9C/3/\n    // (Thanks!!)\n\n    let dateDim1, dateDim2, group1, group2, row1, row2;\n    const width = 400;\n    const height = 200;\n    const margins = {top: 15, right: 10, bottom: 20, left: 40};\n    beforeEach(() => {\n        // Months are 0 indexed...\n        const start = makeDate(2013, 10, 1);\n        const end = makeDate(2013, 11, 1);\n        const stringLength = 2;\n\n        // Generate Random Data [Date, VowelString, Random Number, Random Measure]\n        const data = [];\n        for (let i = 0; i < 2000; i++) {\n            data[i] = [\n                randomDate(start, end),\n                randomVowelString(stringLength),\n                Math.floor(Math.random() * 20),\n                Math.floor(Math.random() * 30000)\n            ];\n        }\n\n        const ndx = crossfilter(data);\n        dateDim1 = ndx.dimension(d => d[0]);\n        dateDim2 = ndx.dimension(d => d[0]);\n\n        group1 = dateDim1.group().reduceSum(d => d[3]);\n        group2 = dateDim2.group().reduceSum(d => d[3]);\n\n        appendChartID(row1);\n        appendChartID(row2);\n\n        row1 = new dc.RowChart('row1')\n            .width(width)\n            .height(height)\n            .margins(margins)\n            .dimension(dateDim1)\n            .group(group1)\n            .gap(1)\n            .render();\n\n        row2 = new dc.RowChart('row2')\n            .width(width)\n            .height(height)\n            .margins(margins)\n            .dimension(dateDim2)\n            .group(group2)\n            .gap(1)\n            .render();\n    });\n\n    it('filtering on 11/8 should keep only that row', () => {\n        row1.filter(makeDate(2013, 10, 8));\n        expect(group1.all()[6].value).not.toEqual(0);\n        expect(group2.all()[6].value).toEqual(0);\n        expect(group2.all()[7]).toEqual(group1.all()[7]);\n        expect(group2.all()[8].value).toEqual(0);\n    });\n\n    it('filtering on 11/17 should keep only that row', () => {\n        row1.filter(makeDate(2013, 10, 17));\n        expect(group1.all()[15].value).not.toEqual(0);\n        expect(group2.all()[15].value).toEqual(0);\n        expect(group2.all()[16]).toEqual(group1.all()[16]);\n        expect(group2.all()[17].value).toEqual(0);\n    });\n\n    // Create a Random Date\n    function randomDate (start, end) {\n        const d = new Date(start.getTime() + Math.random() * (end.getTime() - start.getTime()));\n        d.setUTCHours(0, 0, 0, 0);\n        return d;\n    }\n\n    // Create a Random String of vowels\n    const vowels = ['a', 'e', 'i', 'o', 'u', 'y'];\n\n    function randomVowelString (length) {\n        let val = '';\n        for (let i = 0; i < length; i++) {\n            val = val + vowels[Math.floor(Math.random() * (vowels.length - 1))];\n        }\n        return val;\n    }\n});\n"
  },
  {
    "path": "spec/filters-spec.js",
    "content": "/* global makeDate */\n\ndescribe('dc.filters', () => {\n    describe('RangedFilter', () => {\n        let filter;\n        beforeEach(() => {\n            filter = dc.filters.RangedFilter(0, 10);\n        });\n\n        it('should act like an array', () => {\n            expect([filter[0], filter[1]]).toEqual([0, 10]);\n        });\n\n        describe('isFiltered', () => {\n            it('should return false when the number is out of range', () => {\n                expect(filter.isFiltered(1234)).toBeFalsy();\n            });\n\n            it('should return true when the number is in range', () => {\n                expect(filter.isFiltered(8.1)).toBeTruthy();\n            });\n\n            it('should include the left bounds', () => {\n                expect(filter.isFiltered(0)).toBeTruthy();\n            });\n\n            it('should exclude the right bounds', () => {\n                expect(filter.isFiltered(10)).toBeFalsy();\n            });\n        });\n    });\n\n    describe('RangedFilter with Dates', () => {\n        let filter;\n        beforeEach(() => {\n            filter = dc.filters.RangedFilter(makeDate(2015, 7, 1), makeDate(2015, 8, 20));\n        });\n\n        describe('isFiltered', () => {\n            it('should return false when the date is out of range', () => {\n                expect(filter.isFiltered(makeDate(2015, 10, 1))).toBeFalsy();\n            });\n\n            it('should return true when the date is in range', () => {\n                expect(filter.isFiltered(makeDate(2015, 8, 1))).toBeTruthy();\n            });\n\n            it('should include the left bounds', () => {\n                expect(filter.isFiltered(makeDate(2015, 7, 1))).toBeTruthy();\n            });\n\n            it('should exclude the right bounds', () => {\n                expect(filter.isFiltered(makeDate(2015, 8, 20))).toBeFalsy();\n            });\n        });\n    });\n\n    describe('TwoDimensionalFilter', () => {\n        let filter;\n        beforeEach(() => {\n            filter = dc.filters.TwoDimensionalFilter([1,2]);\n        });\n\n        describe('isFiltered', () => {\n            it('should return true if both dimensions are equal', () => {\n                expect(filter.isFiltered([1,2])).toBeTruthy();\n            });\n\n            it('should return false if either dimension is not equal to the filter', () => {\n                expect(filter.isFiltered([1,5])).toBeFalsy();\n            });\n\n            it('should return false if the dimensionality is less', () => {\n                expect(filter.isFiltered([1])).toBeFalsy();\n            });\n\n            it('should return false if the dimensionality is more', () => {\n                expect(filter.isFiltered([1,2,3])).toBeFalsy();\n            });\n\n            it('should return false if the value is not an array', () => {\n                expect(filter.isFiltered(1)).toBeFalsy();\n            });\n        });\n    });\n\n    describe('RangedTwoDimensionalFilter', () => {\n        let filter;\n\n        it('should return null if filtered with null', () => {\n            expect(dc.filters.RangedTwoDimensionalFilter(null)).toBe(null);\n        });\n\n        describe('two-dimensional filtering', () => {\n            beforeEach(() => {\n                filter = dc.filters.RangedTwoDimensionalFilter([[0, 1],[10, 20]]);\n            });\n\n            it('should return true if on bottom left of filter rectangle', () => {\n                expect(filter.isFiltered([0,1])).toBeTruthy();\n            });\n\n            it('should return false if on bottom right of filter rectangle', () => {\n                expect(filter.isFiltered([10,1])).toBeFalsy();\n            });\n\n            it('should return false for the top left of filter rectangle', () => {\n                expect(filter.isFiltered([0,20])).toBeFalsy();\n            });\n\n            it('should return false for the top right of filter rectangle', () => {\n                expect(filter.isFiltered([10,20])).toBeFalsy();\n            });\n\n            it('should return true for a point inside the filter rectangle', () => {\n                expect(filter.isFiltered([5,5])).toBeTruthy();\n            });\n\n            it('should return false for a point to the right and above the filter rectangle', () => {\n                expect(filter.isFiltered([11,21])).toBeFalsy();\n            });\n\n            it('should return false for a point to the left and below the filter rectangle', () => {\n                expect(filter.isFiltered([-1,-1])).toBeFalsy();\n            });\n\n            describe('when a single value is considered', () => {\n                it('should filter that value using only x coordinates', () => {\n                    expect(filter.isFiltered(5)).toBeTruthy();\n                    expect(filter.isFiltered(0)).toBeTruthy();\n                    expect(filter.isFiltered(10)).toBeFalsy();\n                });\n            });\n        });\n\n        describe('one-dimensional filtering', () => {\n            beforeEach(() => {\n                filter = dc.filters.RangedTwoDimensionalFilter([10, 20]);\n            });\n\n            it('should return true while inside the range', () => {\n                expect(filter.isFiltered([15,10])).toBeTruthy();\n            });\n\n            it('should return false while to the left of the range', () => {\n                expect(filter.isFiltered([5,10])).toBeFalsy();\n            });\n\n            it('should return true while on the left edge of the range', () => {\n                expect(filter.isFiltered([10,10])).toBeTruthy();\n            });\n\n            it('should return false while on the right edge of the range', () => {\n                expect(filter.isFiltered([20,10])).toBeFalsy();\n            });\n\n            describe('when a single value is considered', () => {\n                it('should filter that value using only x coordinates', () => {\n                    expect(filter.isFiltered(10)).toBeTruthy();\n                    expect(filter.isFiltered(15)).toBeTruthy();\n                    expect(filter.isFiltered(20)).toBeFalsy();\n                });\n            });\n        });\n\n    });\n\n    describe('RangedTwoDimensionalFilter with Dates', () => {\n        let filter;\n\n        describe('two-dimensional filtering', () => {\n            beforeEach(() => {\n                filter = dc.filters.RangedTwoDimensionalFilter([[makeDate(2014, 5, 1), 1],[makeDate(2014, 5, 20), 20]]);\n            });\n\n            it('should return true if on bottom left of filter rectangle', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 1), 1])).toBeTruthy();\n            });\n\n            it('should return false if on bottom right of filter rectangle', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 20), 1])).toBeFalsy();\n            });\n\n            it('should return false for the top left of filter rectangle', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 1), 20])).toBeFalsy();\n            });\n\n            it('should return false for the top right of filter rectangle', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 20), 20])).toBeFalsy();\n            });\n\n            it('should return true for a point inside the filter rectangle', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 12), 5])).toBeTruthy();\n            });\n\n            it('should return false for a point to the right and above the filter rectangle', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 21), 21])).toBeFalsy();\n            });\n\n            it('should return false for a point to the left and below the filter rectangle', () => {\n                expect(filter.isFiltered([makeDate(2014, 4, 30), -1])).toBeFalsy();\n            });\n\n            describe('when a single value is considered', () => {\n                it('should filter that value using only x coordinates', () => {\n                    expect(filter.isFiltered(makeDate(2014, 5, 10))).toBeTruthy();\n                    expect(filter.isFiltered(makeDate(2014, 5, 1))).toBeTruthy();\n                    expect(filter.isFiltered(makeDate(2014, 5, 20))).toBeFalsy();\n                });\n            });\n        });\n\n        describe('one-dimensional filtering', () => {\n            beforeEach(() => {\n                filter = dc.filters.RangedTwoDimensionalFilter([makeDate(2014, 5, 1), makeDate(2014, 5, 20), 20]);\n            });\n\n            it('should return true while inside the range', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 15),10])).toBeTruthy();\n            });\n\n            it('should return false while to the left of the range', () => {\n                expect(filter.isFiltered([makeDate(2014, 4, 30),10])).toBeFalsy();\n            });\n\n            it('should return true while on the left edge of the range', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 1),10])).toBeTruthy();\n            });\n\n            it('should return false while on the right edge of the range', () => {\n                expect(filter.isFiltered([makeDate(2014, 5, 20),10])).toBeFalsy();\n            });\n\n            describe('when a single value is considered', () => {\n                it('should filter that value using only x coordinates', () => {\n                    expect(filter.isFiltered(makeDate(2014, 5, 10))).toBeTruthy();\n                    expect(filter.isFiltered(makeDate(2014, 5, 1))).toBeTruthy();\n                    expect(filter.isFiltered(makeDate(2014, 5, 20))).toBeFalsy();\n                });\n            });\n        });\n\n    });\n});\n"
  },
  {
    "path": "spec/geo-choropleth-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, loadGeoFixture, loadGeoFixture2, loadGeoFixture3 */\ndescribe('dc.geoChoropleth', () => {\n    let data;\n    let stateDimension, stateValueSumGroup, districtDimension, districtValueEnrollGroup;\n    let geoJson, geoJson2, geoJson3;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        stateDimension = data.dimension(d => d.state);\n        stateValueSumGroup = stateDimension.group().reduceSum(d => d.value);\n        districtDimension = data.dimension(d => d.district);\n        districtValueEnrollGroup = districtDimension.group().reduceSum(d => d.value);\n\n        if (!geoJson) {\n            geoJson = loadGeoFixture();\n        }\n        if (!geoJson2) {\n            geoJson2 = loadGeoFixture2();\n        }\n        if (!geoJson3) {\n            geoJson3 = loadGeoFixture3();\n        }\n    });\n\n    function buildChart (id) {\n        const div = appendChartID(id);\n        div.append('a').attr('class', 'reset').style('display', 'none');\n        div.append('span').attr('class', 'filter').style('display', 'none');\n        const chart = new dc.GeoChoroplethChart(`#${id}`);\n        chart.dimension(stateDimension)\n            .group(stateValueSumGroup)\n            .width(990)\n            .height(600)\n            .colors(['#ccc', '#e2f2ff', '#c4e4ff', '#9ed2ff', '#81c5ff', '#6bbaff', '#51aeff', '#36a2ff', '#1e96ff', '#0089ff'])\n            .colorDomain([0, 155])\n            .overlayGeoJson(geoJson.features, 'state', d => d.properties.name)\n            .overlayGeoJson(geoJson2.features, 'county')\n            .transitionDuration(0)\n            .title(d => `${d.key} : ${d.value ? d.value : 0}`);\n        chart.render();\n        return chart;\n    }\n\n    function buildChartWithCustomProjection (id) {\n        const div = appendChartID(id);\n        div.append('a').attr('class', 'reset').style('display', 'none');\n        div.append('span').attr('class', 'filter').style('display', 'none');\n        const chart = new dc.GeoChoroplethChart(`#${id}`);\n        chart.dimension(districtDimension)\n            .group(districtValueEnrollGroup)\n            .projection(d3.geoMercator()\n                        .scale(26778)\n                        .translate([8227, 3207]))\n            .width(990)\n            .height(600)\n            .colors(['#ccc', '#e2f2ff', '#c4e4ff', '#9ed2ff', '#81c5ff', '#6bbaff', '#51aeff', '#36a2ff', '#1e96ff', '#0089ff'])\n            .colorDomain([0, 155])\n            .overlayGeoJson(geoJson3.features, 'district', d => d.properties.NAME)\n            .transitionDuration(0)\n            .title(d => `${d.key} : ${d.value ? d.value : 0}`);\n        chart.render();\n        return chart;\n    }\n\n    describe('creation', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('choropleth-chart');\n        });\n\n        it('should return not null', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('should have a d3.geoPath', () => {\n            expect(chart.geoPath()).not.toBeNull();\n        });\n        it('svg is created', () => {\n            expect(chart.selectAll('svg').length).not.toEqual(0);\n        });\n        it('geo layer0 g is created', () => {\n            expect(chart.selectAll('g.layer0').length).not.toEqual(0);\n        });\n        it('correct number of states should be generated', () => {\n            expect(chart.selectAll('g.layer0 g.state').nodes().length).toEqual(52);\n        });\n        it('correct css class should be set [Alaska]', () => {\n            expect(chart.selectAll('g.layer0 g.state').nodes()[1].getAttribute('class')).toEqual('state alaska');\n        });\n        it('correct title should be set [Alaska]', () => {\n            expect(chart.selectAll('g.layer0 g.state title').nodes()[1].textContent).toEqual('Alaska : 0');\n        });\n        it('correct color filling should be set [Alaska]', () => {\n            expect(chart.selectAll('g.layer0 g.state path').nodes()[1].getAttribute('fill')).toMatch(/#ccc/i);\n        });\n        it('correct state boundary should be rendered [Alaska]', () => {\n            expect(chart.selectAll('g.layer0 g.state path').nodes()[1].getAttribute('d').length).not.toEqual(0);\n        });\n        it('correct css class should be set [California]', () => {\n            expect(chart.selectAll('g.layer0 g.state').nodes()[4].getAttribute('class')).toEqual('state california');\n        });\n        it('correct css class should be set [District of Columbia]', () => {\n            expect(chart.selectAll('g.layer0 g.state').nodes()[8].getAttribute('class')).toEqual('state district_of_columbia');\n        });\n        it('correct title should be set [California]', () => {\n            expect(chart.selectAll('g.layer0 g.state title').nodes()[4].textContent).toEqual('California : 154');\n        });\n        it('correct color should be set [California]', () => {\n            expect(chart.selectAll('g.layer0 g.state path').nodes()[4].getAttribute('fill')).toMatch(/#0089ff/i);\n        });\n        it('correct state boundary should be rendered [California]', () => {\n            expect(chart.selectAll('g.layer0 g.state path').nodes()[4].getAttribute('d').length).not.toEqual(0);\n        });\n        it('correct css class should be set [Colorado]', () => {\n            expect(chart.selectAll('g.layer0 g.state').nodes()[5].getAttribute('class')).toEqual('state colorado');\n        });\n        it('correct title should be set [Colorado]', () => {\n            expect(chart.selectAll('g.layer0 g.state title').nodes()[5].textContent).toEqual('Colorado : 22');\n        });\n        it('correct color should be set [Colorado]', () => {\n            expect(chart.selectAll('g.layer0 g.state path').nodes()[5].getAttribute('fill')).toMatch(/#e2f2ff/i);\n        });\n        it('correct state boundary should be rendered [Colorado]', () => {\n            expect(chart.selectAll('g.layer0 g.state path').nodes()[5].getAttribute('d').length).not.toEqual(0);\n        });\n        it('geo layer1 g is created', () => {\n            expect(chart.selectAll('g.layer1').length).not.toEqual(0);\n        });\n        it('correct number of counties should be generated', () => {\n            expect(chart.selectAll('g.layer1 g.county').nodes().length).toEqual(5);\n        });\n        it('correct css class should be set [county]', () => {\n            expect(chart.selectAll('g.layer1 g.county').nodes()[1].getAttribute('class')).toEqual('county');\n        });\n        it('correct title should be set [county]', () => {\n            expect(chart.selectAll('g.layer1 g.county title').nodes()[1].textContent).toEqual('');\n        });\n        it('correct color filling should be set [county]', () => {\n            expect(chart.selectAll('g.layer1 g.county path').nodes()[1].getAttribute('fill')).toEqual('white');\n        });\n        it('correct state boundary should be rendered [county]', () => {\n            expect(chart.selectAll('g.layer1 g.county path').nodes()[1].getAttribute('d').length).not.toEqual(0);\n        });\n    });\n\n    describe('filter and highlight', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('choropleth-chart-with-filter');\n            chart.filter('Colorado');\n            chart.filter('California');\n            chart.redraw();\n        });\n\n        it('sets deselected classes for some states', () => {\n            expect(chart.selectAll('g.layer0 g.state').nodes()[0].getAttribute('class')).toEqual('state alabama deselected');\n            expect(chart.selectAll('g.layer0 g.state').nodes()[1].getAttribute('class')).toEqual('state alaska deselected');\n        });\n        it('sets selected classes for selected states', () => {\n            expect(chart.selectAll('g.layer0 g.state').nodes()[4].getAttribute('class')).toEqual('state california selected');\n            expect(chart.selectAll('g.layer0 g.state').nodes()[5].getAttribute('class')).toEqual('state colorado selected');\n        });\n    });\n\n    describe('respond to external filter', () => {\n        let chart, nvalueDim;\n        beforeEach(() => {\n            chart = buildChart('choropleth-chart-being-filtered');\n            nvalueDim = data.dimension(d => +d.nvalue);\n        });\n        it('gets right colors when not filtered', () => {\n            expect(chart.selectAll('g.layer0 g.state.california path').attr('fill')).toMatch(/#0089ff/i);\n            expect(chart.selectAll('g.layer0 g.state.colorado path').attr('fill')).toMatch(/#e2f2ff/i);\n            expect(chart.selectAll('g.layer0 g.state.delaware path').attr('fill')).toMatch(/#c4e4ff/i);\n            expect(chart.selectAll('g.layer0 g.state.mississippi path').attr('fill')).toMatch(/#81c5ff/i);\n            expect(chart.selectAll('g.layer0 g.state.oklahoma path').attr('fill')).toMatch(/#9ed2ff/i);\n            expect(chart.selectAll('g.layer0 g.state.maryland path').attr('fill')).toMatch(/#ccc/i);\n            expect(chart.selectAll('g.layer0 g.state.washington path').attr('fill')).toMatch(/#ccc/i);\n        });\n        it('has right titles when not filtered', () => {\n            expect(chart.selectAll('g.layer0 g.state.california title').text()).toEqual('California : 154');\n            expect(chart.selectAll('g.layer0 g.state.colorado title').text()).toEqual('Colorado : 22');\n            expect(chart.selectAll('g.layer0 g.state.delaware title').text()).toEqual('Delaware : 33');\n            expect(chart.selectAll('g.layer0 g.state.mississippi title').text()).toEqual('Mississippi : 77');\n            expect(chart.selectAll('g.layer0 g.state.oklahoma title').text()).toEqual('Oklahoma : 55');\n            expect(chart.selectAll('g.layer0 g.state.maryland title').text()).toEqual('Maryland : 0');\n            expect(chart.selectAll('g.layer0 g.state.washington title').text()).toEqual('Washington : 0');\n        });\n\n        function checkEvenNValueColors () {\n            expect(chart.selectAll('g.layer0 g.state.california path').attr('fill')).toMatch(/#36a2ff/i);\n            expect(chart.selectAll('g.layer0 g.state.colorado path').attr('fill')).toMatch(/#e2f2ff/i);\n            expect(chart.selectAll('g.layer0 g.state.delaware path').attr('fill')).toMatch(/#ccc/i);\n            expect(chart.selectAll('g.layer0 g.state.mississippi path').attr('fill')).toMatch(/#c4e4ff/i);\n            expect(chart.selectAll('g.layer0 g.state.oklahoma path').attr('fill')).toMatch(/#ccc/i);\n            expect(chart.selectAll('g.layer0 g.state.maryland path').attr('fill')).toMatch(/#ccc/i);\n            expect(chart.selectAll('g.layer0 g.state.washington path').attr('fill')).toMatch(/#ccc/i);\n        }\n\n        function checkEvenNValueTitles () {\n            expect(chart.selectAll('g.layer0 g.state.california title').text()).toEqual('California : 110');\n            expect(chart.selectAll('g.layer0 g.state.colorado title').text()).toEqual('Colorado : 22');\n            expect(chart.selectAll('g.layer0 g.state.delaware title').text()).toEqual('Delaware : 0');\n            expect(chart.selectAll('g.layer0 g.state.mississippi title').text()).toEqual('Mississippi : 44');\n            expect(chart.selectAll('g.layer0 g.state.oklahoma title').text()).toEqual('Oklahoma : 0');\n            expect(chart.selectAll('g.layer0 g.state.maryland title').text()).toEqual('Maryland : 0');\n            expect(chart.selectAll('g.layer0 g.state.washington title').text()).toEqual('Washington : 0');\n        }\n\n        describe('column filtering with straight crossfilter', () => {\n            beforeEach(() => {\n                nvalueDim.filterFunction(k => k % 2 === 0);\n                chart.redraw();\n            });\n            it('gets right filtered colors', () => {\n                checkEvenNValueColors();\n            });\n            it('gets the titles right', () => {\n                checkEvenNValueTitles();\n            });\n        });\n        describe('column filtering with cloned results', () => {\n            function dupeGroup (group) {\n                return {\n                    all: function () {\n                        return group.all().map(kv => Object.assign({}, kv));\n                    }\n                };\n            }\n            beforeEach(() => {\n                chart.group(dupeGroup(stateValueSumGroup)).render();\n                nvalueDim.filterFunction(k => k % 2 === 0);\n                chart.redraw();\n            });\n            it('gets right filtered colors', () => {\n                checkEvenNValueColors();\n            });\n            it('gets the titles right', () => {\n                checkEvenNValueTitles();\n            });\n        });\n    });\n\n    describe('custom projection', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChartWithCustomProjection('choropleth-chart-with-projection');\n        });\n\n        it('should return not null', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('svg is created', () => {\n            expect(chart.selectAll('svg').length).not.toEqual(0);\n        });\n    });\n\n    describe('replace and remove layer', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('choropleth-chart-replace-layer');\n            chart.overlayGeoJson(geoJson3.features, 'state', d => d.properties.name);\n        });\n        it('geo json layer with the same name should be replaced', () => {\n            expect(chart.geoJsons().filter(e => e.name === 'state')[0].data).toBe(geoJson3.features);\n        });\n        it('geo json layer can be removed by name', () => {\n            chart.removeGeoJson('state');\n            expect(chart.geoJsons().filter(e => e.name === 'state').length).toEqual(0);\n        });\n    });\n\n    describe('accessibility choropleth', () => {\n        // create chart without rendering it\n        let chart;\n        beforeEach(() => {\n            const id = 'accessible-choropleth-chart'\n            chart = new dc.GeoChoroplethChart(`#${id}`);\n            appendChartID(id);\n\n            chart.dimension(stateDimension)\n                .group(stateValueSumGroup)\n                .width(990)\n                .height(600)\n                .keyboardAccessible(true)\n                .colors(['#ccc', '#e2f2ff', '#c4e4ff', '#9ed2ff', '#81c5ff', '#6bbaff', '#51aeff', '#36a2ff', '#1e96ff', '#0089ff'])\n                .colorDomain([0, 155])\n                .overlayGeoJson(geoJson.features, 'state', d => d.properties.name)\n                .overlayGeoJson(geoJson2.features, 'county')\n                .transitionDuration(0)\n                .title(d => `${d.key} : ${d.value ? d.value : 0}`);\n        });\n\n        it('internal elements are focusable by keyboard', () => {\n            \n            chart.render();\n            chart.selectAll('path.dc-tabbable').each(function () {\n                const state = d3.select(this);\n                expect(state.attr('tabindex')).toEqual('0');\n            });\n        });\n\n        it('internal elements are clickable by pressing enter', () => {\n\n            const clickHandlerSpy = jasmine.createSpy();\n            chart.onClick = clickHandlerSpy;\n            chart.render();\n          \n            const event = new Event('keydown');\n            event.keyCode = 13;\n                     \n            chart.selectAll('path.dc-tabbable').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();\n            });\n        });\n\n    });\n\n});\n"
  },
  {
    "path": "spec/heatmap-spec.js",
    "content": "/* global appendChartID, loadColorFixture, loadColorFixture2, loadIrisFixture */\ndescribe('dc.heatmap', () => {\n    let id, data, dimension, group, chart, chartHeight, chartWidth;\n\n    beforeEach(() => {\n        data = crossfilter(loadColorFixture());\n        dimension = data.dimension(d => [+d.colData, +d.rowData]);\n        group = dimension.group().reduceSum(d => +d.colorData);\n\n        chartHeight = 210;\n        chartWidth = 210;\n\n        id = 'heatmap-chart';\n        appendChartID(id);\n        chart = new dc.HeatMap(`#${id}`);\n\n        chart\n            .dimension(dimension)\n            .group(group)\n            .keyAccessor(d => d.key[0])\n            .valueAccessor(d => d.key[1])\n            .colorAccessor(d => d.value)\n            .colors(['#000001', '#000002', '#000003', '#000004'])\n            .title(d => `${d.key}: ${d.value}`)\n            .height(chartHeight)\n            .width(chartWidth)\n            .transitionDuration(0)\n            .margins({top: 5, right: 5, bottom: 5, left: 5})\n            .calculateColorDomain();\n\n    });\n\n    describe('rendering the heatmap', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should create svg', () => {\n            expect(chart.svg()).not.toBeNull();\n        });\n\n        it('should transform the graph position using the graph margins', () => {\n            expect(chart.select('g.heatmap').attr('transform')).toMatchTranslate(5, 5);\n        });\n\n        it('should position the heatboxes in a matrix', () => {\n            const heatBoxes = chart.selectAll('rect.heat-box');\n\n            expect(+heatBoxes.nodes()[0].getAttribute('x')).toEqual(0);\n            expect(+heatBoxes.nodes()[0].getAttribute('y')).toEqual(100);\n\n            expect(+heatBoxes.nodes()[1].getAttribute('x')).toEqual(0);\n            expect(+heatBoxes.nodes()[1].getAttribute('y')).toEqual(0);\n\n            expect(+heatBoxes.nodes()[2].getAttribute('x')).toEqual(100);\n            expect(+heatBoxes.nodes()[2].getAttribute('y')).toEqual(100);\n\n            expect(+heatBoxes.nodes()[3].getAttribute('x')).toEqual(100);\n            expect(+heatBoxes.nodes()[3].getAttribute('y')).toEqual(0);\n        });\n\n        it('should color heatboxes using the provided color option', () => {\n            const heatBoxes = chart.selectAll('rect.heat-box');\n\n            expect(heatBoxes.nodes()[0].getAttribute('fill')).toMatch(/#000001/i);\n            expect(heatBoxes.nodes()[1].getAttribute('fill')).toMatch(/#000002/i);\n            expect(heatBoxes.nodes()[2].getAttribute('fill')).toMatch(/#000003/i);\n            expect(heatBoxes.nodes()[3].getAttribute('fill')).toMatch(/#000004/i);\n        });\n\n        it('should size heatboxes based on the size of the matrix', () => {\n            chart.selectAll('rect.heat-box').each(function () {\n                expect(+this.getAttribute('height')).toEqual(100);\n                expect(+this.getAttribute('width')).toEqual(100);\n            });\n        });\n\n        it('should position the y-axis labels with their associated rows', () => {\n            const yaxisTexts = chart.selectAll('.rows.axis text');\n            expect(+yaxisTexts.nodes()[0].getAttribute('y')).toEqual(150);\n            expect(+yaxisTexts.nodes()[0].getAttribute('x')).toEqual(0);\n            expect(+yaxisTexts.nodes()[1].getAttribute('y')).toEqual(50);\n            expect(+yaxisTexts.nodes()[1].getAttribute('x')).toEqual(0);\n        });\n\n        it('should have labels on the y-axis corresponding to the row values', () => {\n            const yaxisTexts = chart.selectAll('.rows.axis text');\n            expect(yaxisTexts.nodes()[0].textContent).toEqual('1');\n            expect(yaxisTexts.nodes()[1].textContent).toEqual('2');\n        });\n\n        it('should position the x-axis labels with their associated columns', () => {\n            const xaxisTexts = chart.selectAll('.cols.axis text');\n            expect(+xaxisTexts.nodes()[0].getAttribute('y')).toEqual(200);\n            expect(+xaxisTexts.nodes()[0].getAttribute('x')).toEqual(50);\n            expect(+xaxisTexts.nodes()[1].getAttribute('y')).toEqual(200);\n            expect(+xaxisTexts.nodes()[1].getAttribute('x')).toEqual(150);\n        });\n\n        it('should have labels on the x-axis corresponding to the row values', () => {\n            const xaxisTexts = chart.selectAll('.cols.axis text');\n            expect(xaxisTexts.nodes()[0].textContent).toEqual('1');\n            expect(xaxisTexts.nodes()[1].textContent).toEqual('2');\n        });\n\n        it('should have tooltips (titles)', () => {\n            const titles = chart.selectAll('title');\n            expect(titles.nodes().length).toEqual(4);\n            expect(titles.nodes()[0].textContent).toEqual('1,1: 2');\n            expect(titles.nodes()[2].textContent).toEqual('2,1: 6');\n        });\n\n        describe('with custom labels', () => {\n            beforeEach(() => {\n                chart.colsLabel(x => `col ${x}`)\n                    .rowsLabel(x => `row ${x}`)\n                    .redraw();\n            });\n            it('should display the custom labels on the x axis', () => {\n                const xaxisTexts = chart.selectAll('.cols.axis text');\n                expect(xaxisTexts.nodes()[0].textContent).toEqual('col 1');\n                expect(xaxisTexts.nodes()[1].textContent).toEqual('col 2');\n            });\n            it('should display the custom labels on the y axis', () => {\n                const yaxisTexts = chart.selectAll('.rows.axis text');\n                expect(yaxisTexts.nodes()[0].textContent).toEqual('row 1');\n                expect(yaxisTexts.nodes()[1].textContent).toEqual('row 2');\n            });\n        });\n\n        describe('box radius', () => {\n            it('should default the x', () => {\n                chart.select('rect.heat-box').each(function () {\n                    expect(this.getAttribute('rx')).toBe('6.75');\n                });\n            });\n\n            it('should default the y', () => {\n                chart.select('rect.heat-box').each(function () {\n                    expect(this.getAttribute('ry')).toBe('6.75');\n                });\n            });\n\n            it('should set the radius to an overridden x', () => {\n                chart.xBorderRadius(7);\n                chart.render();\n\n                chart.select('rect.heat-box').each(function () {\n                    expect(this.getAttribute('rx')).toBe('7');\n                });\n            });\n\n            it('should set the radius to an overridden y', () => {\n                chart.yBorderRadius(7);\n                chart.render();\n\n                chart.select('rect.heat-box').each(function () {\n                    expect(this.getAttribute('ry')).toBe('7');\n                });\n            });\n        });\n\n    });\n\n    describe('override scale domains', () => {\n        beforeEach(() => {\n            chart.rows([1]);\n            chart.cols([1]);\n            chart.render();\n        });\n\n        it('should only have 1 row on the y axis', () => {\n            const yaxisTexts = chart.selectAll('.rows.axis text');\n            expect(yaxisTexts.nodes().length).toEqual(1);\n            expect(yaxisTexts.nodes()[0].textContent).toEqual('1');\n        });\n\n        it('should only have 1 col on the x axis', () => {\n            const xaxisTexts = chart.selectAll('.cols.axis text');\n            expect(xaxisTexts.nodes().length).toEqual(1);\n            expect(xaxisTexts.nodes()[0].textContent).toEqual('1');\n        });\n\n        it('should reset the rows to using the chart data on the y axis', () => {\n            chart.rows(null);\n            chart.redraw();\n            const yaxisTexts = chart.selectAll('.rows.axis text');\n            expect(yaxisTexts.nodes().length).toEqual(2);\n            expect(yaxisTexts.nodes()[0].textContent).toEqual('1');\n            expect(yaxisTexts.nodes()[1].textContent).toEqual('2');\n        });\n\n        it('should reset the cols to using the chart data on the y axis', () => {\n            chart.cols(null);\n            chart.redraw();\n            const xaxisTexts = chart.selectAll('.cols.axis text');\n            expect(xaxisTexts.nodes().length).toEqual(2);\n            expect(xaxisTexts.nodes()[0].textContent).toEqual('1');\n            expect(xaxisTexts.nodes()[1].textContent).toEqual('2');\n        });\n    });\n\n    describe('use a custom ordering on x and y axes', () => {\n        beforeEach(() => {\n            chart.rowOrdering(d3.descending);\n            chart.colOrdering(d3.descending);\n            chart.render();\n        });\n\n        it('should have descending rows', () => {\n            const yaxisTexts = chart.selectAll('.rows.axis text');\n            expect(yaxisTexts.nodes()[0].textContent).toEqual('2');\n            expect(yaxisTexts.nodes()[1].textContent).toEqual('1');\n        });\n\n        it('should have descending cols', () => {\n            const yaxisTexts = chart.selectAll('.rows.axis text');\n            expect(yaxisTexts.nodes()[0].textContent).toEqual('2');\n            expect(yaxisTexts.nodes()[1].textContent).toEqual('1');\n        });\n    });\n\n    describe('change crossfilter', () => {\n        let data2, dimension2, group2, originalDomain;\n\n        const reduceDimensionValues = function (dmsn) {\n            return dmsn.top(Infinity).reduce((p, d) => {\n                p.cols.add(+d.colData);\n                p.rows.add(+d.rowData);\n                return p;\n            }, {cols: new Set(), rows: new Set()});\n        };\n\n        beforeEach(() => {\n            data2 = crossfilter(loadColorFixture2());\n            dimension2 = data2.dimension(d => [+d.colData, +d.rowData]);\n            group2 = dimension2.group().reduceSum(d => +d.colorData);\n            originalDomain = reduceDimensionValues(dimension);\n\n            chart.dimension(dimension2).group(group2);\n            chart.render();\n            chart.dimension(dimension).group(group);\n            chart.redraw();\n        });\n\n        it('should have the correct number of columns', () => {\n            chart.selectAll('.box-group').each(d => {\n                expect(originalDomain.cols.has(d.key[0])).toBeTruthy();\n            });\n\n            chart.selectAll('.cols.axis text').each(d => {\n                expect(originalDomain.cols.has(d)).toBeTruthy();\n            });\n        });\n\n        it('should have the correct number of rows', () => {\n            chart.selectAll('.box-group').each(d => {\n                expect(originalDomain.rows.has(d.key[1])).toBeTruthy();\n            });\n\n            chart.selectAll('.rows.axis text').each(d => {\n                expect(originalDomain.rows.has(d)).toBeTruthy();\n            });\n        });\n    });\n\n    describe('indirect filtering', () => {\n        let dimension2;\n        beforeEach(() => {\n            dimension2 = data.dimension(d => +d.colorData);\n\n            chart.dimension(dimension).group(group);\n            chart.render();\n            dimension2.filter('3');\n            chart.redraw();\n        });\n\n        it('should update the title of the boxes', () => {\n            const titles = chart.selectAll('.box-group title');\n            const expected = ['1,1: 0', '1,2: 0', '2,1: 6', '2,2: 0'];\n            titles.each(function (d) {\n                expect(this.textContent).toBe(expected.shift());\n            });\n        });\n    });\n\n    describe('filtering', () => {\n        let filterX, filterY;\n        let otherDimension;\n\n        beforeEach(() => {\n            filterX = Math.ceil(Math.random() * 2);\n            filterY = Math.ceil(Math.random() * 2);\n            otherDimension = data.dimension(d => +d.colData);\n            chart.render();\n        });\n\n        function clickCellOnChart (_chart, x, y) {\n            const oneCell = _chart.selectAll('.box-group').filter(d => d.key[0] === x && d.key[1] === y);\n            dc.d3compat.callHandler(oneCell.select('rect').on('click'), null, {}, oneCell.datum());\n            return oneCell;\n        }\n\n        it('cells should have the appropriate class', () => {\n            clickCellOnChart(chart, filterX, filterY);\n            chart.selectAll('.box-group').each(function (d) {\n                const cell = d3.select(this);\n                if (d.key[0] === filterX && d.key[1] === filterY) {\n                    expect(cell.classed('selected')).toBeTruthy();\n                    expect(chart.hasFilter(d.key)).toBeTruthy();\n                } else {\n                    expect(cell.classed('deselected')).toBeTruthy();\n                    expect(chart.hasFilter(d.key)).toBeFalsy();\n                }\n            });\n        });\n\n        it('should keep all data points for that cell', () => {\n            const otherGroup = otherDimension.group().reduceSum(d => +d.colorData);\n            const otherChart = dc.baseMixin().dimension(otherDimension).group(otherGroup);\n\n            otherChart.render();\n            const clickedCell = clickCellOnChart(chart, filterX, filterY);\n            expect(otherChart.data()[filterX - 1].value).toEqual(clickedCell.datum().value);\n        });\n\n        it('should be able to clear filters by filtering with null', () => {\n            clickCellOnChart(chart, filterX, filterY);\n            expect(otherDimension.top(Infinity).length).toBe(2);\n            chart.filter(null);\n            expect(otherDimension.top(Infinity).length).toBe(8);\n        });\n    });\n\n    describe('click events', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n        it('should toggle a filter for the clicked box', () => {\n            chart.selectAll('.box-group').each(function (d) {\n                const cell = d3.select(this).select('rect');\n                dc.d3compat.callHandler(cell.on('click'), null, {}, d);\n                expect(chart.hasFilter(d.key)).toBeTruthy();\n                dc.d3compat.callHandler(cell.on('click'), null, {}, d);\n                expect(chart.hasFilter(d.key)).toBeFalsy();\n            });\n        });\n        describe('on axis labels', () => {\n            function assertOnlyThisAxisIsFiltered (_chart, axis, value) {\n                _chart.selectAll('.box-group').each(d => {\n                    if (d.key[axis] === value) {\n                        expect(_chart.hasFilter(d.key)).toBeTruthy();\n                    } else {\n                        expect(_chart.hasFilter(d.key)).toBeFalsy();\n                    }\n                });\n            }\n\n            describe('with nothing previously filtered', () => {\n                it('should filter all cells on that axis', () => {\n                    chart.selectAll('.cols.axis text').each(function (d) {\n                        const axisLabel = d3.select(this);\n                        dc.d3compat.callHandler(axisLabel.on('click'), null, {}, d);\n                        assertOnlyThisAxisIsFiltered(chart, 0, d);\n                        dc.d3compat.callHandler(axisLabel.on('click'), null, {}, d);\n                    });\n                    chart.selectAll('.rows.axis text').each(function (d) {\n                        const axisLabel = d3.select(this);\n                        dc.d3compat.callHandler(axisLabel.on('click'), null, {}, d);\n                        assertOnlyThisAxisIsFiltered(chart, 1, d);\n                        dc.d3compat.callHandler(axisLabel.on('click'), null, {}, d);\n                    });\n                });\n            });\n            describe('with one cell on that axis already filtered', () => {\n                it('should filter all cells on that axis (and the original cell should remain filtered)', () => {\n                    const boxNodes = chart.selectAll('.box-group').nodes();\n                    const box = d3.select(boxNodes[Math.floor(Math.random() * boxNodes.length)]);\n\n                    dc.d3compat.callHandler(box.select('rect').on('click'), null, {}, box.datum());\n\n                    expect(chart.hasFilter(box.datum().key)).toBeTruthy();\n\n                    const xVal = box.datum().key[0];\n\n                    const columns = chart.selectAll('.cols.axis text');\n                    const column = columns.filter(columnData => columnData === xVal);\n\n                    dc.d3compat.callHandler(column.on('click'), null, {}, column.datum());\n\n                    assertOnlyThisAxisIsFiltered(chart, 0, xVal);\n\n                    dc.d3compat.callHandler(column.on('click'), null, {}, column.datum());\n                });\n            });\n            describe('with all cells on that axis already filtered', () => {\n                it('should remove all filters on that axis', () => {\n                    const xVal = 1;\n                    chart.selectAll('.box-group').each(function (d) {\n                        const box = d3.select(this);\n                        if (d.key[0] === xVal) {\n                            dc.d3compat.callHandler(box.select('rect').on('click'), null, {}, box.datum());\n                        }\n                    });\n\n                    assertOnlyThisAxisIsFiltered(chart, 0, xVal);\n\n                    const columns = chart.selectAll('.cols.axis text');\n                    const column = columns.filter(columnData => columnData === xVal);\n\n                    dc.d3compat.callHandler(column.on('click'), null, {}, column.datum());\n\n                    chart.select('.box-group').each(d => {\n                        expect(chart.hasFilter(d.key)).toBeFalsy();\n                    });\n                });\n            });\n        });\n    });\n    describe('iris filtering', () => {\n        /* eslint camelcase: 0 */\n        // 2-chart version of from http://bl.ocks.org/gordonwoodhull/14c623b95993808d69620563508edba6\n        let irisData, bubbleChart, petalDim, petalGroup;\n        const fields = {\n            sl: 'sepal_length',\n            sw: 'sepal_width',\n            pl: 'petal_length',\n            pw: 'petal_width'\n        };\n        const keyfuncs = {};\n\n        function duo_key (ab1, ab2) {\n            return function (d) {\n                return [keyfuncs[ab1](d[fields[ab1]]), keyfuncs[ab2](d[fields[ab2]])];\n            };\n        }\n        beforeEach(() => {\n            irisData = loadIrisFixture();\n\n            const species = ['setosa', 'versicolor', 'virginica'];\n\n            irisData.forEach(d => {\n                Object.keys(fields).forEach(ab => {\n                    d[fields[ab]] = +d[fields[ab]];\n                });\n            });\n            // autogenerate a key function for an extent\n            function key_function (extent) {\n                const div = extent[1] - extent[0] < 5 ? 2 : 1;\n                return function (k) {\n                    return Math.floor(k * div) / div;\n                };\n            }\n\n            const extents = {};\n            Object.keys(fields).forEach(ab => {\n                extents[ab] = d3.extent(irisData, d => d[fields[ab]]);\n                keyfuncs[ab] = key_function(extents[ab]);\n            });\n            data = crossfilter(irisData);\n            function key_part (i) {\n                return function (kv) {\n                    return kv.key[i];\n                };\n            }\n            function reduce_species (grp) {\n                grp.reduce(\n                    (p, v) => {\n                        p[v.species]++;\n                        p.total++;\n                        return p;\n                    }, (p, v) => {\n                        p[v.species]--;\n                        p.total--;\n                        return p;\n                    }, () => {\n                        const init = {total: 0};\n                        species.forEach(s => { init[s] = 0; });\n                        return init;\n                    }\n                );\n            }\n            function max_species (d) {\n                let max = 0, i = -1;\n                species.forEach((s, j) => {\n                    if (d.value[s] > max) {\n                        max = d.value[s];\n                        i = j;\n                    }\n                });\n                return i >= 0 ? species[i] : null;\n            }\n            function initialize_bubble (bblChart) {\n                bblChart\n                    .width(400)\n                    .height(400)\n                    .transitionDuration(0)\n                    .x(d3.scaleLinear()).xAxisPadding(0.5)\n                    .y(d3.scaleLinear()).yAxisPadding(0.5)\n                    .elasticX(true)\n                    .elasticY(true)\n                    .label(dc.utils.constant(''))\n                    .keyAccessor(key_part(0))\n                    .valueAccessor(key_part(1))\n                    .r(d3.scaleLinear().domain([0,20]).range([4,25]))\n                    .radiusValueAccessor(kv => kv.value.total)\n                    .colors(d3.scaleOrdinal()\n                            .domain(species.concat('none'))\n                            .range(['#e41a1c','#377eb8','#4daf4a', '#f8f8f8']))\n                    .colorAccessor(d => max_species(d) || 'none');\n            }\n            function initialize_heatmap (heatMap) {\n                heatMap\n                    .width(400)\n                    .height(400)\n                    .xBorderRadius(15).yBorderRadius(15)\n                    .keyAccessor(key_part(0))\n                    .valueAccessor(key_part(1))\n                    .colors(d3.scaleOrdinal()\n                            .domain(species.concat('none'))\n                            .range(['#e41a1c','#377eb8','#4daf4a', '#f8f8f8']))\n                    .colorAccessor(d => max_species(d) || 'none')\n                    .renderTitle(true)\n                    .title(d => JSON.stringify(d.value, null, 2));\n            }\n\n            const bubbleId = 'bubble-chart';\n            appendChartID(bubbleId);\n\n            bubbleChart = new dc.BubbleChart(`#${bubbleId}`);\n            const sepalDim = data.dimension(duo_key('sl', 'sw')), sepalGroup = sepalDim.group();\n            petalDim = data.dimension(duo_key('pl', 'pw')); petalGroup = petalDim.group();\n\n            reduce_species(sepalGroup);\n            reduce_species(petalGroup);\n            initialize_bubble(bubbleChart.dimension(sepalDim).group(sepalGroup));\n            initialize_heatmap(chart.dimension(petalDim).group(petalGroup));\n            bubbleChart.render();\n            chart.render();\n        });\n        // return brand-new objects and keys every time\n        function clone_group (grp) {\n            function clone_kvs (all) {\n                return all.map(kv => ({\n                    key: kv.key.slice(0),\n                    value: Object.assign({}, kv.value)\n                }));\n            }\n            return {\n                all: function () {\n                    return clone_kvs(grp.all());\n                },\n                top: function (N) {\n                    return clone_kvs(grp.top(N));\n                }\n            };\n        }\n\n        function testRectFillsBubble12 (bblChart) {\n            const rects = bblChart.selectAll('rect').nodes();\n            expect(d3.select(rects[0]).attr('fill')).toMatch(/#f8f8f8/i);\n            expect(d3.select(rects[3]).attr('fill')).toMatch(/#377eb8/i);\n            expect(d3.select(rects[4]).attr('fill')).toMatch(/#377eb8/i);\n            expect(d3.select(rects[7]).attr('fill')).toMatch(/#4daf4a/i);\n            expect(d3.select(rects[8]).attr('fill')).toMatch(/#f8f8f8/i);\n            expect(d3.select(rects[10]).attr('fill')).toMatch(/#f8f8f8/i);\n            expect(d3.select(rects[11]).attr('fill')).toMatch(/#f8f8f8/i);\n            expect(d3.select(rects[12]).attr('fill')).toMatch(/#f8f8f8/i);\n        }\n        function testRectTitlesBubble12 (bblChart) {\n            const titles = bblChart.selectAll('g.box-group title').nodes();\n            expect(JSON.parse(d3.select(titles[0]).text()).total).toBe(0);\n            expect(JSON.parse(d3.select(titles[2]).text()).total).toBe(0);\n            expect(JSON.parse(d3.select(titles[3]).text()).total).toBe(2);\n            expect(JSON.parse(d3.select(titles[4]).text()).total).toBe(3);\n            expect(JSON.parse(d3.select(titles[5]).text()).total).toBe(0);\n            expect(JSON.parse(d3.select(titles[7]).text()).total).toBe(1);\n            expect(JSON.parse(d3.select(titles[9]).text()).total).toBe(0);\n            expect(JSON.parse(d3.select(titles[10]).text()).total).toBe(0);\n            expect(JSON.parse(d3.select(titles[12]).text()).total).toBe(0);\n        }\n\n        describe('bubble filtering with straight crossfilter', () => {\n            beforeEach(() => {\n                bubbleChart.filter(duo_key('sl', 'sw')({sepal_length: 5.5, sepal_width: 3})).redrawGroup();\n            });\n            it('updates rect fills correctly', () => {\n                testRectFillsBubble12(chart);\n            });\n            it('updates rect titles correctly', () => {\n                testRectTitlesBubble12(chart);\n            });\n        });\n        describe('column filtering with cloned results', () => {\n            beforeEach(() => {\n                chart.group(clone_group(petalGroup));\n                chart.render();\n                bubbleChart.filter(duo_key('sl', 'sw')({sepal_length: 5.5, sepal_width: 3})).redrawGroup();\n            });\n            it('updates rect fills correctly', () => {\n                testRectFillsBubble12(chart);\n            });\n            it('updates rect titles correctly', () => {\n                testRectTitlesBubble12(chart);\n            });\n        });\n    });\n\n    describe('accessibility heatmap', () => {\n\n        beforeEach(() => {\n            chart.keyboardAccessible(true);\n        })\n\n        it('internal elements are focusable by keyboard', () => {\n\n            chart.render();\n            chart.selectAll('rect.heat-box').each(function () {\n                const bar = d3.select(this);\n                expect(bar.attr('tabindex')).toEqual('0');\n            });\n        });\n\n        it('internal elements are clickable by pressing enter', () => {\n\n            const clickHandlerSpy = jasmine.createSpy();\n            chart.boxOnClick = clickHandlerSpy;\n            chart.render();\n          \n            const event = new Event('keydown');\n            event.keyCode = 13;\n                     \n            chart.selectAll('rect.heat-box').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();\n            });\n        });\n    });\n});\n"
  },
  {
    "path": "spec/helpers/custom_matchers.js",
    "content": "function parseTranslate (actual) {\n    const parts = /translate\\((-?[\\d\\.]*)(?:[, ](.*))?\\)/.exec(actual);\n    if (!parts) {\n        return null;\n    }\n    if (parts[2] === undefined) {\n        parts[2] = 0;\n    }\n    expect(parts.length).toEqual(3);\n    return parts;\n}\n\nfunction parseTranslateRotate (actual) {\n    const parts = /translate\\((-?[\\d\\.]*)(?:[, ](.*))?\\)[, ]rotate\\((-?[\\d\\.]*)\\)/.exec(actual);\n    if (!parts) {\n        return null;\n    }\n    if (parts[2] === undefined) {\n        parts[2] = 0;\n    }\n    expect(parts.length).toEqual(4);\n    return parts;\n}\n\nfunction parsePath (path) {\n    // an svg path is a string of any number of letters\n    // each followed by zero or more numbers separated by spaces or commas\n    const instrexp = /([a-z])[^a-z]*/gi,\n        argexp = /(-?\\d+(?:\\.\\d*)?)[, ]*/gi;\n    let match;\n    const result = [];\n    let die = 99;\n    while ((match = instrexp.exec(path))) {\n        const instr = match[0];\n        const cmd = {op: match[1], args: []};\n        argexp.lastIndex = 0;\n        while ((match = argexp.exec(instr))) {\n            cmd.args.push(match[1]);\n        }\n        result.push(cmd);\n        if (!--die) {\n            throw 'give up';\n        }\n    }\n    return result;\n}\n\n// there doesn't seem to be any way to access jasmine custom matchers\nfunction compareWithinDelta (actual, expected, delta) {\n    if (delta === undefined) {\n        delta = 1e-6;\n    }\n\n    const result = {};\n\n    result.pass = actual >= (+expected - delta) && actual <= (+expected + delta);\n\n    const pre = `Expected ${actual} to `,\n        post = `be within [${+expected - delta}/${+expected + delta}]`;\n\n    if (result.pass) {\n        result.message = `${pre}not ${post}`;\n    } else {\n        result.message = pre + post;\n    }\n\n    return result;\n}\n\n// note: to make these reusable as boolean predicates, they only returns the first\n// failure instead of using expect\n\nfunction compareSubPath (got, wanted, i, j, delta) {\n    for (let k = 0; k !== wanted.length; ++k) {\n        const commandNum = `path command #${i}${k}`;\n        if (got[i + k].op.toUpperCase() !== wanted[j + k].op.toUpperCase()) {\n            return {\n                pass: false,\n                message: `${commandNum} actual '${got[i + k].op.toUpperCase() \n                }' != expected '${wanted[j + k].op.toUpperCase()}'`\n            };\n        }\n        if (got[i + k].args.length !== wanted[j + k].args.length) {\n            return {\n                pass: false,\n                message: `${commandNum} number of arguments ${ \n                    got[i + k].args.length} != expected ${wanted[j + k].args.length}`\n            };\n        }\n        for (let h = 0; h < got[i + k].args.length; ++h) {\n            const result = compareWithinDelta(got[i + k].args[h], wanted[j + k].args[h], delta);\n            if (!result.pass) {\n                result.message = `${commandNum}, element ${h}: ${result.message}`;\n                return result;\n            }\n        }\n    }\n    return {pass: true};\n}\n\nfunction comparePaths (actual, expected, delta) {\n    delta = delta || 1; // default delta of 1px\n    const got = parsePath(actual),\n        wanted = parsePath(expected);\n    if (got.length !== wanted.length) {\n        return {\n            pass: false,\n            message: `actual number of path cmds ${actual.length \n            } did not match expected number ${expected.length}`\n        };\n    }\n    return compareSubPath(got, wanted, 0, 0, delta);\n}\n\nfunction findSubPath (actual, expected, delta) {\n    delta = delta || 1; // default delta of 1px\n    const got = parsePath(actual),\n        wanted = parsePath(expected),\n        end = got.length - wanted.length;\n    for (let i = 0; i < end; ++i) {\n        const result = compareSubPath(got, wanted, i, 0, delta);\n        if (result.pass) {\n            return result;\n        }\n    }\n    return {\n        pass: false,\n        message: `did not find expected subpath '${expected}' in actual path '${actual}'`\n    };\n}\n\nfunction compareIntListOptSuffix (actual, expected, suffix) {\n    const aparts = actual.split(/, */),\n        eparts = expected.split(/, */);\n    if (aparts.length !== eparts.length) {\n        return {\n            pass: false,\n            message: `actual number of list items ${aparts.length \n            } did not match expected number ${eparts.length}`\n        };\n    }\n    const suffixRE = suffix ? new RegExp(`${suffix}$`) : '';\n    for (let i = 0; i < eparts.length; ++i) {\n        const apart = aparts[i].replace(suffixRE, '');\n        if (+apart !== +eparts[i]) {\n            return {\n                pass: false,\n                message: `list item[${i}] value ${aparts[i]} did not equal expected value ${eparts[i]}`\n            };\n        }\n    }\n    return {pass: true};\n}\n// actually number list, but presumably you'd want closeness if you need that\nfunction compareIntList (actual, expected) {\n    return compareIntListOptSuffix(actual, expected);\n}\n\n// Edge will tack 'px' onto dash array items; I'm sure this is technically more correct\nfunction compareIntOrPixelList (actual, expected) {\n    return compareIntListOptSuffix(actual, expected, 'px');\n}\n\nfunction normalizeColor (c) {\n    // will convert to rgb(0, 0, 0)\n    return d3.color(c).toString();\n}\n\nbeforeEach(() => {\n    jasmine.addMatchers({\n        toBeWithinDelta: function (_) {\n            return {\n                compare: compareWithinDelta\n            };\n        },\n        // note: all of these custom matchers ignore the possibility of .not.toMatch\n        // (can't imagine how that would be useful here)\n        toMatchTranslate: function () {\n            return {\n                compare: function (actual, x, y, prec) {\n                    const parts = parseTranslate(actual);\n                    if (!parts) {\n                        return {pass: false, message: `'${actual}' did not match translate(x[,y]) regexp`};\n                    }\n                    expect(+parts[1]).toBeCloseTo(x, prec);\n                    expect(+parts[2]).toBeCloseTo(y, prec);\n                    return {pass: true};\n                }\n            };\n        },\n        toMatchTransRot: function () {\n            return {\n                compare: function (actual, x, y, r, prec) {\n                    const parts = parseTranslateRotate(actual);\n                    if (!parts) {\n                        return {pass: false, message: `'${actual}' did not match translate(x[,y]),rotate(r) regexp`};\n                    }\n                    expect(+parts[1]).toBeCloseTo(x, prec);\n                    expect(+parts[2]).toBeCloseTo(y, prec);\n                    expect(+parts[3]).toBeCloseTo(r, prec);\n                    return {pass: true};\n                }\n            };\n        },\n        toMatchUrl: function () {\n            return {\n                compare: function (actual, url) {\n                    /*\n                    URL can be like:\n                       url(http://localhost:8888/spec/?random=true#composite-chart-clip)\n                       url(\"http://localhost:8888/spec/?random=true#composite-chart-clip\")\n                       http://localhost:8888/spec/?random=true#composite-chart-clip\n                       http://localhost:8888/spec/##composite-chart-clip\n                     */\n                    const cleanURL = function (u) {\n                        const matches = u.match(/url\\((.*)\\)/);\n                        if (matches) {\n                            u = matches[1].replace(/\"/g, '');\n                        }\n                        return u.replace(/\\#+/, '#');\n                    };\n                    expect(cleanURL(actual)).toEqual(cleanURL(url));\n                    return {pass: true};\n                }\n            };\n        },\n        toMatchPath: function () {\n            return {\n                compare: comparePaths\n            };\n        },\n        toContainPath: function () {\n            return {\n                compare: findSubPath\n            };\n        },\n        toEqualIntList: function () {\n            return {\n                compare: compareIntList\n            };\n        },\n        toEqualIntOrPixelList: function () {\n            return {\n                compare: compareIntOrPixelList\n            };\n        },\n        toMatchColor: function () {\n            return {\n                compare: function (actual, expected) {\n                    // Colors can be rgb(0, 0, 0), #000000 or black\n                    expect(normalizeColor(actual)).toEqual(normalizeColor(expected));\n                    return {pass: true};\n                }\n            };\n        },\n        toMatchColors: function () {\n            return {\n                compare: function (actual, expected) {\n                    // Colors can be rgb(0, 0, 0), #000000 or black\n                    actual = actual.map(normalizeColor);\n                    expected = expected.map(normalizeColor);\n\n                    expect(actual).toEqual(expected);\n                    return {pass: true};\n                }\n            };\n        }\n    });\n});\n"
  },
  {
    "path": "spec/helpers/fixtures.js",
    "content": "/* eslint \"max-len\": 0, \"quotes\": 0, \"no-unused-vars\": 0 */\nfunction dateCleaner (e) {\n    e.dd = d3.isoParse(e.date);\n}\n\nfunction loadDateFixture () {\n    const fixture = JSON.parse('[' +\n        '{\"value\":\"44\",\"nvalue\":\"-4\",\"countrycode\":\"US\",\"state\":\"California\",\"status\":\"T\",\"id\":1,\"region\":\"South\",\"date\":\"2012-05-25T16:10:09Z\"}, ' +\n        '{\"value\":\"22\",\"nvalue\":\"-2\",\"countrycode\":\"US\",\"state\":\"Colorado\",\"status\":\"F\",\"id\":2,\"region\":\"West\",\"date\":\"2012-06-10T16:10:19Z\"}, ' +\n        '{\"value\":\"33\",\"nvalue\":\"1\",\"countrycode\":\"US\",\"state\":\"Delaware\",\"status\":\"T\",\"id\":3,\"region\":\"West\",\"date\":\"2012-08-10T16:20:29Z\"}, ' +\n        '{\"value\":\"44\",\"nvalue\":\"-3\",\"countrycode\":\"US\",\"state\":\"California\",\"status\":\"F\",\"id\":4,\"region\":\"South\",\"date\":\"2012-07-01T16:10:39Z\"}, ' +\n        '{\"value\":\"55\",\"nvalue\":\"-5\",\"countrycode\":\"CA\",\"state\":\"Ontario\",\"status\":\"T\",\"id\":5,\"region\":\"Central\",\"date\":\"2012-06-10T16:10:49Z\"}, ' +\n        '{\"value\":\"66\",\"nvalue\":\"-4\",\"countrycode\":\"US\",\"state\":\"California\",\"status\":\"F\",\"id\":6,\"region\":\"West\",\"date\":\"2012-06-08T16:10:59Z\"}, ' +\n        '{\"value\":\"22\",\"nvalue\":\"10\",\"countrycode\":\"CA\",\"state\":\"Ontario\",\"status\":\"T\",\"id\":7,\"region\":\"East\",\"date\":\"2012-07-10T16:10:09Z\"}, ' +\n        '{\"value\":\"33\",\"nvalue\":\"1\",\"countrycode\":\"US\",\"state\":\"Mississippi\",\"status\":\"F\",\"id\":8,\"region\":\"Central\",\"date\":\"2012-07-10T16:10:19Z\"}, ' +\n        '{\"value\":\"44\",\"nvalue\":\"2\",\"countrycode\":\"US\",\"state\":\"Mississippi\",\"status\":\"T\",\"id\":9,\"region\":\"Central\",\"date\":\"2012-08-10T16:30:29Z\"}, ' +\n        '{\"value\":\"55\",\"nvalue\":\"-3\",\"countrycode\":\"US\",\"state\":\"Oklahoma\",\"status\":\"F\",\"id\":10,\"region\":\"\",\"date\":\"2012-06-10T16:10:39Z\"}' +\n        ']');\n\n    fixture.forEach(dateCleaner);\n    return fixture;\n}\n\nfunction loadDateFixture2 () {\n    const fixture = JSON.parse(\n        '[' +\n        '{\"value\":\"11\",\"nvalue\":\"-4\",\"countrycode\":\"UK\",\"state\":\"Liverpool\",\"status\":\"T\",\"id\":11,\"region\":\"South\",\"date\":\"2012-05-25T16:20:09Z\"}, ' +\n        '{\"value\":\"76\",\"nvalue\":\"-1\",\"countrycode\":\"UK\",\"state\":\"London\",\"status\":\"F\",\"id\":12,\"region\":\"\",\"date\":\"2012-06-10T16:20:39Z\"}' +\n        ']');\n\n    fixture.forEach(dateCleaner);\n    return fixture;\n}\n\nfunction loadBoxPlotFixture () {\n    return JSON.parse(\"[\" +\n        \"{\\\"value\\\":\\\"44\\\",\\\"nvalue\\\":\\\"-4\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"California\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":1,\\\"region\\\":\\\"South\\\",\\\"date\\\":\\\"2012-05-25T16:10:09Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"22\\\",\\\"nvalue\\\":\\\"-2\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Colorado\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":2,\\\"region\\\":\\\"West\\\",\\\"date\\\":\\\"2012-06-10T16:10:19Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"33\\\",\\\"nvalue\\\":\\\"1\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Delaware\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":3,\\\"region\\\":\\\"West\\\",\\\"date\\\":\\\"2012-08-10T16:20:29Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"44\\\",\\\"nvalue\\\":\\\"-3\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"California\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":4,\\\"region\\\":\\\"South\\\",\\\"date\\\":\\\"2012-07-01T16:10:39Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"55\\\",\\\"nvalue\\\":\\\"-5\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Ontario\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":5,\\\"region\\\":\\\"Central\\\",\\\"date\\\":\\\"2012-06-10T16:10:49Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"66\\\",\\\"nvalue\\\":\\\"-4\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"California\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":6,\\\"region\\\":\\\"West\\\",\\\"date\\\":\\\"2012-06-08T16:10:59Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"33\\\",\\\"nvalue\\\":\\\"10\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Ontario\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":7,\\\"region\\\":\\\"East\\\",\\\"date\\\":\\\"2012-07-10T16:10:09Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"33\\\",\\\"nvalue\\\":\\\"1\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Mississippi\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":8,\\\"region\\\":\\\"Central\\\",\\\"date\\\":\\\"2012-07-10T16:10:19Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"44\\\",\\\"nvalue\\\":\\\"2\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Mississippi\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":9,\\\"region\\\":\\\"Central\\\",\\\"date\\\":\\\"2012-08-10T16:30:29Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"1\\\",\\\"nvalue\\\":\\\"-12\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Washington\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":12,\\\"region\\\":\\\"\\\",\\\"date\\\":\\\"2012-06-10T16:10:39Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"144\\\",\\\"nvalue\\\":\\\"-3\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Massachusetts\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":15,\\\"region\\\":\\\"\\\",\\\"date\\\":\\\"2012-06-10T16:10:39Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"1\\\",\\\"nvalue\\\":\\\"-4\\\",\\\"countrycode\\\":\\\"CA\\\",\\\"state\\\":\\\"California\\\",\\\"statCA\\\":\\\"T\\\",\\\"id\\\":1,\\\"region\\\":\\\"South\\\",\\\"date\\\":\\\"2012-05-25T16:10:09Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"2\\\",\\\"nvalue\\\":\\\"-2\\\",\\\"countrycode\\\":\\\"CA\\\",\\\"state\\\":\\\"Colorado\\\",\\\"statCA\\\":\\\"F\\\",\\\"id\\\":2,\\\"region\\\":\\\"West\\\",\\\"date\\\":\\\"2012-06-10T16:10:19Z\\\"}, \" +\n        \"{\\\"value\\\":\\\"3\\\",\\\"nvalue\\\":\\\"1\\\",\\\"countrycode\\\":\\\"CA\\\",\\\"state\\\":\\\"Delaware\\\",\\\"statCA\\\":\\\"T\\\",\\\"id\\\":3,\\\"region\\\":\\\"West\\\",\\\"date\\\":\\\"2012-08-10T16:20:29Z\\\"}\" +\n        \"]\");\n}\n\nfunction loadColorFixture () {\n    return JSON.parse(\"[\" +\n        \"{\\\"colData\\\":\\\"1\\\", \\\"rowData\\\": \\\"1\\\", \\\"colorData\\\": \\\"1\\\"},\" +\n        \"{\\\"colData\\\":\\\"1\\\", \\\"rowData\\\": \\\"1\\\", \\\"colorData\\\": \\\"1\\\"},\" +\n        \"{\\\"colData\\\":\\\"1\\\", \\\"rowData\\\": \\\"2\\\", \\\"colorData\\\": \\\"2\\\"},\" +\n        \"{\\\"colData\\\":\\\"1\\\", \\\"rowData\\\": \\\"2\\\", \\\"colorData\\\": \\\"2\\\"},\" +\n        \"{\\\"colData\\\":\\\"2\\\", \\\"rowData\\\": \\\"1\\\", \\\"colorData\\\": \\\"3\\\"},\" +\n        \"{\\\"colData\\\":\\\"2\\\", \\\"rowData\\\": \\\"1\\\", \\\"colorData\\\": \\\"3\\\"},\" +\n        \"{\\\"colData\\\":\\\"2\\\", \\\"rowData\\\": \\\"2\\\", \\\"colorData\\\": \\\"4\\\"},\" +\n        \"{\\\"colData\\\":\\\"2\\\", \\\"rowData\\\": \\\"2\\\", \\\"colorData\\\": \\\"4\\\"}\" +\n        \"]\");\n}\n\nfunction loadColorFixture2 () {\n    return JSON.parse(\"[\" +\n        \"{\\\"colData\\\":\\\"3\\\", \\\"rowData\\\": \\\"3\\\", \\\"colorData\\\": \\\"5\\\"},\" +\n        \"{\\\"colData\\\":\\\"3\\\", \\\"rowData\\\": \\\"4\\\", \\\"colorData\\\": \\\"5\\\"},\" +\n        \"{\\\"colData\\\":\\\"4\\\", \\\"rowData\\\": \\\"5\\\", \\\"colorData\\\": \\\"6\\\"},\" +\n        \"{\\\"colData\\\":\\\"4\\\", \\\"rowData\\\": \\\"6\\\", \\\"colorData\\\": \\\"6\\\"},\" +\n        \"{\\\"colData\\\":\\\"5\\\", \\\"rowData\\\": \\\"3\\\", \\\"colorData\\\": \\\"7\\\"},\" +\n        \"{\\\"colData\\\":\\\"5\\\", \\\"rowData\\\": \\\"4\\\", \\\"colorData\\\": \\\"7\\\"},\" +\n        \"{\\\"colData\\\":\\\"6\\\", \\\"rowData\\\": \\\"5\\\", \\\"colorData\\\": \\\"8\\\"},\" +\n        \"{\\\"colData\\\":\\\"6\\\", \\\"rowData\\\": \\\"6\\\", \\\"colorData\\\": \\\"8\\\"}\" +\n        \"]\");\n}\n\nfunction loadIrisFixture () {\n    return d3.csvParse(\n        \"sepal_length,sepal_width,petal_length,petal_width,species\\n\" +\n            \"5.1,3.5,1.4,0.2,setosa\\n\" +\n            \"4.9,3,1.4,0.2,setosa\\n\" +\n            \"4.7,3.2,1.3,0.2,setosa\\n\" +\n            \"4.6,3.1,1.5,0.2,setosa\\n\" +\n            \"5,3.6,1.4,0.2,setosa\\n\" +\n            \"5.4,3.9,1.7,0.4,setosa\\n\" +\n            \"4.6,3.4,1.4,0.3,setosa\\n\" +\n            \"5,3.4,1.5,0.2,setosa\\n\" +\n            \"4.4,2.9,1.4,0.2,setosa\\n\" +\n            \"4.9,3.1,1.5,0.1,setosa\\n\" +\n            \"5.4,3.7,1.5,0.2,setosa\\n\" +\n            \"4.8,3.4,1.6,0.2,setosa\\n\" +\n            \"4.8,3,1.4,0.1,setosa\\n\" +\n            \"4.3,3,1.1,0.1,setosa\\n\" +\n            \"5.8,4,1.2,0.2,setosa\\n\" +\n            \"5.7,4.4,1.5,0.4,setosa\\n\" +\n            \"5.4,3.9,1.3,0.4,setosa\\n\" +\n            \"5.1,3.5,1.4,0.3,setosa\\n\" +\n            \"5.7,3.8,1.7,0.3,setosa\\n\" +\n            \"5.1,3.8,1.5,0.3,setosa\\n\" +\n            \"5.4,3.4,1.7,0.2,setosa\\n\" +\n            \"5.1,3.7,1.5,0.4,setosa\\n\" +\n            \"4.6,3.6,1,0.2,setosa\\n\" +\n            \"5.1,3.3,1.7,0.5,setosa\\n\" +\n            \"4.8,3.4,1.9,0.2,setosa\\n\" +\n            \"5,3,1.6,0.2,setosa\\n\" +\n            \"5,3.4,1.6,0.4,setosa\\n\" +\n            \"5.2,3.5,1.5,0.2,setosa\\n\" +\n            \"5.2,3.4,1.4,0.2,setosa\\n\" +\n            \"4.7,3.2,1.6,0.2,setosa\\n\" +\n            \"4.8,3.1,1.6,0.2,setosa\\n\" +\n            \"5.4,3.4,1.5,0.4,setosa\\n\" +\n            \"5.2,4.1,1.5,0.1,setosa\\n\" +\n            \"5.5,4.2,1.4,0.2,setosa\\n\" +\n            \"4.9,3.1,1.5,0.1,setosa\\n\" +\n            \"5,3.2,1.2,0.2,setosa\\n\" +\n            \"5.5,3.5,1.3,0.2,setosa\\n\" +\n            \"4.9,3.1,1.5,0.1,setosa\\n\" +\n            \"4.4,3,1.3,0.2,setosa\\n\" +\n            \"5.1,3.4,1.5,0.2,setosa\\n\" +\n            \"5,3.5,1.3,0.3,setosa\\n\" +\n            \"4.5,2.3,1.3,0.3,setosa\\n\" +\n            \"4.4,3.2,1.3,0.2,setosa\\n\" +\n            \"5,3.5,1.6,0.6,setosa\\n\" +\n            \"5.1,3.8,1.9,0.4,setosa\\n\" +\n            \"4.8,3,1.4,0.3,setosa\\n\" +\n            \"5.1,3.8,1.6,0.2,setosa\\n\" +\n            \"4.6,3.2,1.4,0.2,setosa\\n\" +\n            \"5.3,3.7,1.5,0.2,setosa\\n\" +\n            \"5,3.3,1.4,0.2,setosa\\n\" +\n            \"7,3.2,4.7,1.4,versicolor\\n\" +\n            \"6.4,3.2,4.5,1.5,versicolor\\n\" +\n            \"6.9,3.1,4.9,1.5,versicolor\\n\" +\n            \"5.5,2.3,4,1.3,versicolor\\n\" +\n            \"6.5,2.8,4.6,1.5,versicolor\\n\" +\n            \"5.7,2.8,4.5,1.3,versicolor\\n\" +\n            \"6.3,3.3,4.7,1.6,versicolor\\n\" +\n            \"4.9,2.4,3.3,1,versicolor\\n\" +\n            \"6.6,2.9,4.6,1.3,versicolor\\n\" +\n            \"5.2,2.7,3.9,1.4,versicolor\\n\" +\n            \"5,2,3.5,1,versicolor\\n\" +\n            \"5.9,3,4.2,1.5,versicolor\\n\" +\n            \"6,2.2,4,1,versicolor\\n\" +\n            \"6.1,2.9,4.7,1.4,versicolor\\n\" +\n            \"5.6,2.9,3.6,1.3,versicolor\\n\" +\n            \"6.7,3.1,4.4,1.4,versicolor\\n\" +\n            \"5.6,3,4.5,1.5,versicolor\\n\" +\n            \"5.8,2.7,4.1,1,versicolor\\n\" +\n            \"6.2,2.2,4.5,1.5,versicolor\\n\" +\n            \"5.6,2.5,3.9,1.1,versicolor\\n\" +\n            \"5.9,3.2,4.8,1.8,versicolor\\n\" +\n            \"6.1,2.8,4,1.3,versicolor\\n\" +\n            \"6.3,2.5,4.9,1.5,versicolor\\n\" +\n            \"6.1,2.8,4.7,1.2,versicolor\\n\" +\n            \"6.4,2.9,4.3,1.3,versicolor\\n\" +\n            \"6.6,3,4.4,1.4,versicolor\\n\" +\n            \"6.8,2.8,4.8,1.4,versicolor\\n\" +\n            \"6.7,3,5,1.7,versicolor\\n\" +\n            \"6,2.9,4.5,1.5,versicolor\\n\" +\n            \"5.7,2.6,3.5,1,versicolor\\n\" +\n            \"5.5,2.4,3.8,1.1,versicolor\\n\" +\n            \"5.5,2.4,3.7,1,versicolor\\n\" +\n            \"5.8,2.7,3.9,1.2,versicolor\\n\" +\n            \"6,2.7,5.1,1.6,versicolor\\n\" +\n            \"5.4,3,4.5,1.5,versicolor\\n\" +\n            \"6,3.4,4.5,1.6,versicolor\\n\" +\n            \"6.7,3.1,4.7,1.5,versicolor\\n\" +\n            \"6.3,2.3,4.4,1.3,versicolor\\n\" +\n            \"5.6,3,4.1,1.3,versicolor\\n\" +\n            \"5.5,2.5,4,1.3,versicolor\\n\" +\n            \"5.5,2.6,4.4,1.2,versicolor\\n\" +\n            \"6.1,3,4.6,1.4,versicolor\\n\" +\n            \"5.8,2.6,4,1.2,versicolor\\n\" +\n            \"5,2.3,3.3,1,versicolor\\n\" +\n            \"5.6,2.7,4.2,1.3,versicolor\\n\" +\n            \"5.7,3,4.2,1.2,versicolor\\n\" +\n            \"5.7,2.9,4.2,1.3,versicolor\\n\" +\n            \"6.2,2.9,4.3,1.3,versicolor\\n\" +\n            \"5.1,2.5,3,1.1,versicolor\\n\" +\n            \"5.7,2.8,4.1,1.3,versicolor\\n\" +\n            \"6.3,3.3,6,2.5,virginica\\n\" +\n            \"5.8,2.7,5.1,1.9,virginica\\n\" +\n            \"7.1,3,5.9,2.1,virginica\\n\" +\n            \"6.3,2.9,5.6,1.8,virginica\\n\" +\n            \"6.5,3,5.8,2.2,virginica\\n\" +\n            \"7.6,3,6.6,2.1,virginica\\n\" +\n            \"4.9,2.5,4.5,1.7,virginica\\n\" +\n            \"7.3,2.9,6.3,1.8,virginica\\n\" +\n            \"6.7,2.5,5.8,1.8,virginica\\n\" +\n            \"7.2,3.6,6.1,2.5,virginica\\n\" +\n            \"6.5,3.2,5.1,2,virginica\\n\" +\n            \"6.4,2.7,5.3,1.9,virginica\\n\" +\n            \"6.8,3,5.5,2.1,virginica\\n\" +\n            \"5.7,2.5,5,2,virginica\\n\" +\n            \"5.8,2.8,5.1,2.4,virginica\\n\" +\n            \"6.4,3.2,5.3,2.3,virginica\\n\" +\n            \"6.5,3,5.5,1.8,virginica\\n\" +\n            \"7.7,3.8,6.7,2.2,virginica\\n\" +\n            \"7.7,2.6,6.9,2.3,virginica\\n\" +\n            \"6,2.2,5,1.5,virginica\\n\" +\n            \"6.9,3.2,5.7,2.3,virginica\\n\" +\n            \"5.6,2.8,4.9,2,virginica\\n\" +\n            \"7.7,2.8,6.7,2,virginica\\n\" +\n            \"6.3,2.7,4.9,1.8,virginica\\n\" +\n            \"6.7,3.3,5.7,2.1,virginica\\n\" +\n            \"7.2,3.2,6,1.8,virginica\\n\" +\n            \"6.2,2.8,4.8,1.8,virginica\\n\" +\n            \"6.1,3,4.9,1.8,virginica\\n\" +\n            \"6.4,2.8,5.6,2.1,virginica\\n\" +\n            \"7.2,3,5.8,1.6,virginica\\n\" +\n            \"7.4,2.8,6.1,1.9,virginica\\n\" +\n            \"7.9,3.8,6.4,2,virginica\\n\" +\n            \"6.4,2.8,5.6,2.2,virginica\\n\" +\n            \"6.3,2.8,5.1,1.5,virginica\\n\" +\n            \"6.1,2.6,5.6,1.4,virginica\\n\" +\n            \"7.7,3,6.1,2.3,virginica\\n\" +\n            \"6.3,3.4,5.6,2.4,virginica\\n\" +\n            \"6.4,3.1,5.5,1.8,virginica\\n\" +\n            \"6,3,4.8,1.8,virginica\\n\" +\n            \"6.9,3.1,5.4,2.1,virginica\\n\" +\n            \"6.7,3.1,5.6,2.4,virginica\\n\" +\n            \"6.9,3.1,5.1,2.3,virginica\\n\" +\n            \"5.8,2.7,5.1,1.9,virginica\\n\" +\n            \"6.8,3.2,5.9,2.3,virginica\\n\" +\n            \"6.7,3.3,5.7,2.5,virginica\\n\" +\n            \"6.7,3,5.2,2.3,virginica\\n\" +\n            \"6.3,2.5,5,1.9,virginica\\n\" +\n            \"6.5,3,5.2,2,virginica\\n\" +\n            \"6.2,3.4,5.4,2.3,virginica\\n\" +\n            \"5.9,3,5.1,1.8,virginica\"\n    );\n}\n\nfunction getSunburstDataOneRing3Segments () {\n    return [\n        {\"x\":\"a\",\"y\":1},\n        {\"x\":\"b\",\"y\":2},\n        {\"x\":\"c\",\"y\":3}\n    ];\n}\n\nfunction loadSunburstData3CompleteRings () {\n    return [\n        {\"x1\":\"a\",\"x2\":\"aa\",\"x3\":\"aaa\",\"y\":1},\n        {\"x1\":\"a\",\"x2\":\"aa\",\"x3\":\"aaa\",\"y\":2},\n        {\"x1\":\"a\",\"x2\":\"aa\",\"x3\":\"aaa\",\"y\":3}\n    ];\n}\n\nfunction loadSunburstData10CompleteRings () {\n    return [\n        {\"x0\": \"a\", \"x1\": \"a\", \"x2\": \"a\", \"x3\": \"a\", \"x4\": \"a\", \"x5\": \"a\", \"x6\": \"a\", \"x7\": \"a\", \"x8\": \"a\", \"x9\": \"a\", \"y\": 1},\n        {\"x0\": \"a\", \"x1\": \"a\", \"x2\": \"a\", \"x3\": \"a\", \"x4\": \"a\", \"x5\": \"a\", \"x6\": \"a\", \"x7\": \"a\", \"x8\": \"a\", \"x9\": \"a\", \"y\": 1},\n        {\"x0\": \"a\", \"x1\": \"a\", \"x2\": \"a\", \"x3\": \"a\", \"x4\": \"a\", \"x5\": \"a\", \"x6\": \"a\", \"x7\": \"a\", \"x8\": \"a\", \"x9\": \"a\", \"y\": 1},\n        {\"x0\": \"a\", \"x1\": \"a\", \"x2\": \"a\", \"x3\": \"a\", \"x4\": \"a\", \"x5\": \"a\", \"x6\": \"a\", \"x7\": \"a\", \"x8\": \"a\", \"x9\": \"a\", \"y\": 1},\n    ];\n}\n"
  },
  {
    "path": "spec/helpers/geoFixtures.js",
    "content": "/* eslint \"max-len\": 0, \"quotes\": 0, \"no-unused-vars\": 0 */\nfunction loadGeoFixture () {\n    return JSON.parse('{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"id\":\"01\",\"properties\":{\"name\":\"Alabama\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-87.359296,35.00118],[-85.606675,34.984749],[-85.431413,34.124869],[-85.184951,32.859696],[-85.069935,32.580372],[-84.960397,32.421541],[-85.004212,32.322956],[-84.889196,32.262709],[-85.058981,32.13674],[-85.053504,32.01077],[-85.141136,31.840985],[-85.042551,31.539753],[-85.113751,31.27686],[-85.004212,31.003013],[-85.497137,30.997536],[-87.600282,30.997536],[-87.633143,30.86609],[-87.408589,30.674397],[-87.446927,30.510088],[-87.37025,30.427934],[-87.518128,30.280057],[-87.655051,30.247195],[-87.90699,30.411504],[-87.934375,30.657966],[-88.011052,30.685351],[-88.10416,30.499135],[-88.137022,30.318396],[-88.394438,30.367688],[-88.471115,31.895754],[-88.241084,33.796253],[-88.098683,34.891641],[-88.202745,34.995703],[-87.359296,35.00118]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"02\",\"properties\":{\"name\":\"Alaska\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-131.602021,55.117982],[-131.569159,55.28229],[-131.355558,55.183705],[-131.38842,55.01392],[-131.645836,55.035827],[-131.602021,55.117982]]],[[[-131.832052,55.42469],[-131.645836,55.304197],[-131.749898,55.128935],[-131.832052,55.189182],[-131.832052,55.42469]]],[[[-132.976733,56.437924],[-132.735747,56.459832],[-132.631685,56.421493],[-132.664547,56.273616],[-132.878148,56.240754],[-133.069841,56.333862],[-132.976733,56.437924]]],[[[-133.595627,56.350293],[-133.162949,56.317431],[-133.05341,56.125739],[-132.620732,55.912138],[-132.472854,55.780691],[-132.4619,55.671152],[-132.357838,55.649245],[-132.341408,55.506844],[-132.166146,55.364444],[-132.144238,55.238474],[-132.029222,55.276813],[-131.97993,55.178228],[-131.958022,54.789365],[-132.029222,54.701734],[-132.308546,54.718165],[-132.385223,54.915335],[-132.483808,54.898904],[-132.686455,55.046781],[-132.746701,54.997489],[-132.916486,55.046781],[-132.889102,54.898904],[-132.73027,54.937242],[-132.626209,54.882473],[-132.675501,54.679826],[-132.867194,54.701734],[-133.157472,54.95915],[-133.239626,55.090597],[-133.223195,55.22752],[-133.453227,55.216566],[-133.453227,55.320628],[-133.277964,55.331582],[-133.102702,55.42469],[-133.17938,55.588998],[-133.387503,55.62186],[-133.420365,55.884753],[-133.497042,56.0162],[-133.639442,55.923092],[-133.694212,56.070969],[-133.546335,56.142169],[-133.666827,56.311955],[-133.595627,56.350293]]],[[[-133.738027,55.556137],[-133.546335,55.490413],[-133.414888,55.572568],[-133.283441,55.534229],[-133.420365,55.386352],[-133.633966,55.430167],[-133.738027,55.556137]]],[[[-133.907813,56.930849],[-134.050213,57.029434],[-133.885905,57.095157],[-133.343688,57.002049],[-133.102702,57.007526],[-132.932917,56.82131],[-132.620732,56.667956],[-132.653593,56.55294],[-132.817901,56.492694],[-133.042456,56.520078],[-133.201287,56.448878],[-133.420365,56.492694],[-133.66135,56.448878],[-133.710643,56.684386],[-133.688735,56.837741],[-133.869474,56.843218],[-133.907813,56.930849]]],[[[-134.115936,56.48174],[-134.25286,56.558417],[-134.400737,56.722725],[-134.417168,56.848695],[-134.296675,56.908941],[-134.170706,56.848695],[-134.143321,56.952757],[-133.748981,56.772017],[-133.710643,56.596755],[-133.847566,56.574848],[-133.935197,56.377678],[-133.836612,56.322908],[-133.957105,56.092877],[-134.110459,56.142169],[-134.132367,55.999769],[-134.230952,56.070969],[-134.291198,56.350293],[-134.115936,56.48174]]],[[[-134.636246,56.28457],[-134.669107,56.169554],[-134.806031,56.235277],[-135.178463,56.67891],[-135.413971,56.810356],[-135.331817,56.914418],[-135.424925,57.166357],[-135.687818,57.369004],[-135.419448,57.566174],[-135.298955,57.48402],[-135.063447,57.418296],[-134.849846,57.407343],[-134.844369,57.248511],[-134.636246,56.728202],[-134.636246,56.28457]]],[[[-134.712923,58.223407],[-134.373353,58.14673],[-134.176183,58.157683],[-134.187137,58.081006],[-133.902336,57.807159],[-134.099505,57.850975],[-134.148798,57.757867],[-133.935197,57.615466],[-133.869474,57.363527],[-134.083075,57.297804],[-134.154275,57.210173],[-134.499322,57.029434],[-134.603384,57.034911],[-134.6472,57.226604],[-134.575999,57.341619],[-134.608861,57.511404],[-134.729354,57.719528],[-134.707446,57.829067],[-134.784123,58.097437],[-134.91557,58.212453],[-134.953908,58.409623],[-134.712923,58.223407]]],[[[-135.857603,57.330665],[-135.715203,57.330665],[-135.567326,57.149926],[-135.633049,57.023957],[-135.857603,56.996572],[-135.824742,57.193742],[-135.857603,57.330665]]],[[[-136.279328,58.206976],[-135.978096,58.201499],[-135.780926,58.28913],[-135.496125,58.168637],[-135.64948,58.037191],[-135.59471,57.987898],[-135.45231,58.135776],[-135.107263,58.086483],[-134.91557,57.976944],[-135.025108,57.779775],[-134.937477,57.763344],[-134.822462,57.500451],[-135.085355,57.462112],[-135.572802,57.675713],[-135.556372,57.456635],[-135.709726,57.369004],[-135.890465,57.407343],[-136.000004,57.544266],[-136.208128,57.637374],[-136.366959,57.829067],[-136.569606,57.916698],[-136.558652,58.075529],[-136.421728,58.130299],[-136.377913,58.267222],[-136.279328,58.206976]]],[[[-147.079854,60.200582],[-147.501579,59.948643],[-147.53444,59.850058],[-147.874011,59.784335],[-147.80281,59.937689],[-147.435855,60.09652],[-147.205824,60.271782],[-147.079854,60.200582]]],[[[-147.561825,60.578491],[-147.616594,60.370367],[-147.758995,60.156767],[-147.956165,60.227967],[-147.791856,60.474429],[-147.561825,60.578491]]],[[[-147.786379,70.245291],[-147.682318,70.201475],[-147.162008,70.15766],[-146.888161,70.185044],[-146.510252,70.185044],[-146.099482,70.146706],[-145.858496,70.168614],[-145.622988,70.08646],[-145.195787,69.993352],[-144.620708,69.971444],[-144.461877,70.026213],[-144.078491,70.059075],[-143.914183,70.130275],[-143.497935,70.141229],[-143.503412,70.091936],[-143.25695,70.119321],[-142.747594,70.042644],[-142.402547,69.916674],[-142.079408,69.856428],[-142.008207,69.801659],[-141.712453,69.790705],[-141.433129,69.697597],[-141.378359,69.63735],[-141.208574,69.686643],[-141.00045,69.648304],[-141.00045,60.304644],[-140.53491,60.22249],[-140.474664,60.310121],[-139.987216,60.184151],[-139.696939,60.342983],[-139.088998,60.359413],[-139.198537,60.091043],[-139.045183,59.997935],[-138.700135,59.910304],[-138.623458,59.767904],[-137.604747,59.242118],[-137.445916,58.908024],[-137.265177,59.001132],[-136.827022,59.159963],[-136.580559,59.16544],[-136.465544,59.285933],[-136.476498,59.466672],[-136.301236,59.466672],[-136.25742,59.625503],[-135.945234,59.663842],[-135.479694,59.800766],[-135.025108,59.565257],[-135.068924,59.422857],[-134.959385,59.280456],[-134.701969,59.247595],[-134.378829,59.033994],[-134.400737,58.973748],[-134.25286,58.858732],[-133.842089,58.727285],[-133.173903,58.152206],[-133.075318,57.998852],[-132.867194,57.845498],[-132.560485,57.505928],[-132.253777,57.21565],[-132.368792,57.095157],[-132.05113,57.051341],[-132.127807,56.876079],[-131.870391,56.804879],[-131.837529,56.602232],[-131.580113,56.613186],[-131.087188,56.405062],[-130.78048,56.366724],[-130.621648,56.268139],[-130.468294,56.240754],[-130.424478,56.142169],[-130.101339,56.114785],[-130.002754,55.994292],[-130.150631,55.769737],[-130.128724,55.583521],[-129.986323,55.276813],[-130.095862,55.200136],[-130.336847,54.920812],[-130.687372,54.718165],[-130.785957,54.822227],[-130.917403,54.789365],[-131.010511,54.997489],[-130.983126,55.08512],[-131.092665,55.189182],[-130.862634,55.298721],[-130.928357,55.337059],[-131.158389,55.200136],[-131.284358,55.287767],[-131.426759,55.238474],[-131.843006,55.457552],[-131.700606,55.698537],[-131.963499,55.616383],[-131.974453,55.49589],[-132.182576,55.588998],[-132.226392,55.704014],[-132.083991,55.829984],[-132.127807,55.955953],[-132.324977,55.851892],[-132.522147,56.076446],[-132.642639,56.032631],[-132.719317,56.218847],[-132.527624,56.339339],[-132.341408,56.339339],[-132.396177,56.487217],[-132.297592,56.67891],[-132.450946,56.673433],[-132.768609,56.837741],[-132.993164,57.034911],[-133.51895,57.177311],[-133.507996,57.577128],[-133.677781,57.62642],[-133.639442,57.790728],[-133.814705,57.834544],[-134.072121,58.053622],[-134.143321,58.168637],[-134.586953,58.206976],[-135.074401,58.502731],[-135.282525,59.192825],[-135.38111,59.033994],[-135.337294,58.891593],[-135.140124,58.617746],[-135.189417,58.573931],[-135.05797,58.349376],[-135.085355,58.201499],[-135.277048,58.234361],[-135.430402,58.398669],[-135.633049,58.426053],[-135.91785,58.382238],[-135.912373,58.617746],[-136.087635,58.814916],[-136.246466,58.75467],[-136.876314,58.962794],[-136.931084,58.902547],[-136.586036,58.836824],[-136.317666,58.672516],[-136.213604,58.667039],[-136.180743,58.535592],[-136.043819,58.382238],[-136.388867,58.294607],[-136.591513,58.349376],[-136.59699,58.212453],[-136.859883,58.316515],[-136.947514,58.393192],[-137.111823,58.393192],[-137.566409,58.590362],[-137.900502,58.765624],[-137.933364,58.869686],[-138.11958,59.02304],[-138.634412,59.132579],[-138.919213,59.247595],[-139.417615,59.379041],[-139.746231,59.505011],[-139.718846,59.641934],[-139.625738,59.598119],[-139.5162,59.68575],[-139.625738,59.88292],[-139.488815,59.992458],[-139.554538,60.041751],[-139.801,59.833627],[-140.315833,59.696704],[-140.92925,59.745996],[-141.444083,59.871966],[-141.46599,59.970551],[-141.706976,59.948643],[-141.964392,60.019843],[-142.539471,60.085566],[-142.873564,60.091043],[-143.623905,60.036274],[-143.892275,59.997935],[-144.231845,60.140336],[-144.65357,60.206059],[-144.785016,60.29369],[-144.834309,60.441568],[-145.124586,60.430614],[-145.223171,60.299167],[-145.738004,60.474429],[-145.820158,60.551106],[-146.351421,60.408706],[-146.608837,60.238921],[-146.718376,60.397752],[-146.608837,60.485383],[-146.455483,60.463475],[-145.951604,60.578491],[-146.017328,60.666122],[-146.252836,60.622307],[-146.345944,60.737322],[-146.565022,60.753753],[-146.784099,61.044031],[-146.866253,60.972831],[-147.172962,60.934492],[-147.271547,60.972831],[-147.375609,60.879723],[-147.758995,60.912584],[-147.775426,60.808523],[-148.032842,60.781138],[-148.153334,60.819476],[-148.065703,61.005692],[-148.175242,61.000215],[-148.350504,60.803046],[-148.109519,60.737322],[-148.087611,60.594922],[-147.939734,60.441568],[-148.027365,60.277259],[-148.219058,60.332029],[-148.273827,60.249875],[-148.087611,60.217013],[-147.983549,59.997935],[-148.251919,59.95412],[-148.399797,59.997935],[-148.635305,59.937689],[-148.755798,59.986981],[-149.067984,59.981505],[-149.05703,60.063659],[-149.204907,60.008889],[-149.287061,59.904827],[-149.418508,59.997935],[-149.582816,59.866489],[-149.511616,59.806242],[-149.741647,59.729565],[-149.949771,59.718611],[-150.031925,59.61455],[-150.25648,59.521442],[-150.409834,59.554303],[-150.579619,59.444764],[-150.716543,59.450241],[-151.001343,59.225687],[-151.308052,59.209256],[-151.406637,59.280456],[-151.592853,59.159963],[-151.976239,59.253071],[-151.888608,59.422857],[-151.636669,59.483103],[-151.47236,59.472149],[-151.423068,59.537872],[-151.127313,59.669319],[-151.116359,59.778858],[-151.505222,59.63098],[-151.828361,59.718611],[-151.8667,59.778858],[-151.702392,60.030797],[-151.423068,60.211536],[-151.379252,60.359413],[-151.297098,60.386798],[-151.264237,60.545629],[-151.406637,60.720892],[-151.06159,60.786615],[-150.404357,61.038554],[-150.245526,60.939969],[-150.042879,60.912584],[-149.741647,61.016646],[-150.075741,61.15357],[-150.207187,61.257632],[-150.47008,61.246678],[-150.656296,61.29597],[-150.711066,61.252155],[-151.023251,61.180954],[-151.165652,61.044031],[-151.477837,61.011169],[-151.800977,60.852338],[-151.833838,60.748276],[-152.080301,60.693507],[-152.13507,60.578491],[-152.310332,60.507291],[-152.392486,60.304644],[-152.732057,60.173197],[-152.567748,60.069136],[-152.704672,59.915781],[-153.022334,59.888397],[-153.049719,59.691227],[-153.345474,59.620026],[-153.438582,59.702181],[-153.586459,59.548826],[-153.761721,59.543349],[-153.72886,59.433811],[-154.117723,59.368087],[-154.1944,59.066856],[-153.750768,59.050425],[-153.400243,58.968271],[-153.301658,58.869686],[-153.444059,58.710854],[-153.679567,58.612269],[-153.898645,58.606793],[-153.920553,58.519161],[-154.062953,58.4863],[-153.99723,58.376761],[-154.145107,58.212453],[-154.46277,58.059098],[-154.643509,58.059098],[-154.818771,58.004329],[-154.988556,58.015283],[-155.120003,57.955037],[-155.081664,57.872883],[-155.328126,57.829067],[-155.377419,57.708574],[-155.547204,57.785251],[-155.73342,57.549743],[-156.045606,57.566174],[-156.023698,57.440204],[-156.209914,57.473066],[-156.34136,57.418296],[-156.34136,57.248511],[-156.549484,56.985618],[-156.883577,56.952757],[-157.157424,56.832264],[-157.20124,56.766541],[-157.376502,56.859649],[-157.672257,56.607709],[-157.754411,56.67891],[-157.918719,56.657002],[-157.957058,56.514601],[-158.126843,56.459832],[-158.32949,56.48174],[-158.488321,56.339339],[-158.208997,56.295524],[-158.510229,55.977861],[-159.375585,55.873799],[-159.616571,55.594475],[-159.676817,55.654722],[-159.643955,55.829984],[-159.813741,55.857368],[-160.027341,55.791645],[-160.060203,55.720445],[-160.394296,55.605429],[-160.536697,55.473983],[-160.580512,55.567091],[-160.668143,55.457552],[-160.865313,55.528752],[-161.232268,55.358967],[-161.506115,55.364444],[-161.467776,55.49589],[-161.588269,55.62186],[-161.697808,55.517798],[-161.686854,55.408259],[-162.053809,55.074166],[-162.179779,55.15632],[-162.218117,55.03035],[-162.470057,55.052258],[-162.508395,55.249428],[-162.661749,55.293244],[-162.716519,55.222043],[-162.579595,55.134412],[-162.645319,54.997489],[-162.847965,54.926289],[-163.00132,55.079643],[-163.187536,55.090597],[-163.220397,55.03035],[-163.034181,54.942719],[-163.373752,54.800319],[-163.14372,54.76198],[-163.138243,54.696257],[-163.329936,54.74555],[-163.587352,54.614103],[-164.085754,54.61958],[-164.332216,54.531949],[-164.354124,54.466226],[-164.638925,54.389548],[-164.847049,54.416933],[-164.918249,54.603149],[-164.710125,54.663395],[-164.551294,54.88795],[-164.34317,54.893427],[-163.894061,55.041304],[-163.532583,55.046781],[-163.39566,54.904381],[-163.291598,55.008443],[-163.313505,55.128935],[-163.105382,55.183705],[-162.880827,55.183705],[-162.579595,55.446598],[-162.245502,55.682106],[-161.807347,55.89023],[-161.292514,55.983338],[-161.078914,55.939523],[-160.87079,55.999769],[-160.816021,55.912138],[-160.931036,55.813553],[-160.805067,55.736876],[-160.766728,55.857368],[-160.509312,55.868322],[-160.438112,55.791645],[-160.27928,55.76426],[-160.273803,55.857368],[-160.536697,55.939523],[-160.558604,55.994292],[-160.383342,56.251708],[-160.147834,56.399586],[-159.830171,56.541986],[-159.326293,56.667956],[-158.959338,56.848695],[-158.784076,56.782971],[-158.641675,56.810356],[-158.701922,56.925372],[-158.658106,57.034911],[-158.378782,57.264942],[-157.995396,57.41282],[-157.688688,57.609989],[-157.705118,57.719528],[-157.458656,58.497254],[-157.07527,58.705377],[-157.119086,58.869686],[-158.039212,58.634177],[-158.32949,58.661562],[-158.40069,58.760147],[-158.564998,58.803962],[-158.619768,58.913501],[-158.767645,58.864209],[-158.860753,58.694424],[-158.701922,58.480823],[-158.893615,58.387715],[-159.0634,58.420577],[-159.392016,58.760147],[-159.616571,58.929932],[-159.731586,58.929932],[-159.808264,58.803962],[-159.906848,58.782055],[-160.054726,58.886116],[-160.235465,58.902547],[-160.317619,59.072332],[-160.854359,58.88064],[-161.33633,58.743716],[-161.374669,58.667039],[-161.752577,58.552023],[-161.938793,58.656085],[-161.769008,58.776578],[-161.829255,59.061379],[-161.955224,59.36261],[-161.703285,59.48858],[-161.911409,59.740519],[-162.092148,59.88292],[-162.234548,60.091043],[-162.448149,60.178674],[-162.502918,59.997935],[-162.760334,59.959597],[-163.171105,59.844581],[-163.66403,59.795289],[-163.9324,59.806242],[-164.162431,59.866489],[-164.189816,60.02532],[-164.386986,60.074613],[-164.699171,60.29369],[-164.962064,60.337506],[-165.268773,60.578491],[-165.060649,60.68803],[-165.016834,60.890677],[-165.175665,60.846861],[-165.197573,60.972831],[-165.120896,61.076893],[-165.323543,61.170001],[-165.34545,61.071416],[-165.591913,61.109754],[-165.624774,61.279539],[-165.816467,61.301447],[-165.920529,61.416463],[-165.915052,61.558863],[-166.106745,61.49314],[-166.139607,61.630064],[-165.904098,61.662925],[-166.095791,61.81628],[-165.756221,61.827233],[-165.756221,62.013449],[-165.674067,62.139419],[-165.044219,62.539236],[-164.912772,62.659728],[-164.819664,62.637821],[-164.874433,62.807606],[-164.633448,63.097884],[-164.425324,63.212899],[-164.036462,63.262192],[-163.73523,63.212899],[-163.313505,63.037637],[-163.039658,63.059545],[-162.661749,63.22933],[-162.272887,63.486746],[-162.075717,63.514131],[-162.026424,63.448408],[-161.555408,63.448408],[-161.13916,63.503177],[-160.766728,63.771547],[-160.766728,63.837271],[-160.952944,64.08921],[-160.974852,64.237087],[-161.26513,64.395918],[-161.374669,64.532842],[-161.078914,64.494503],[-160.79959,64.609519],[-160.783159,64.719058],[-161.144637,64.921705],[-161.413007,64.762873],[-161.664946,64.790258],[-161.900455,64.702627],[-162.168825,64.680719],[-162.234548,64.620473],[-162.541257,64.532842],[-162.634365,64.384965],[-162.787719,64.324718],[-162.858919,64.49998],[-163.045135,64.538319],[-163.176582,64.401395],[-163.253259,64.467119],[-163.598306,64.565704],[-164.304832,64.560227],[-164.80871,64.450688],[-165.000403,64.434257],[-165.411174,64.49998],[-166.188899,64.576658],[-166.391546,64.636904],[-166.484654,64.735489],[-166.413454,64.872412],[-166.692778,64.987428],[-166.638008,65.113398],[-166.462746,65.179121],[-166.517516,65.337952],[-166.796839,65.337952],[-167.026871,65.381768],[-167.47598,65.414629],[-167.711489,65.496784],[-168.072967,65.578938],[-168.105828,65.682999],[-167.541703,65.819923],[-166.829701,66.049954],[-166.3313,66.186878],[-166.046499,66.110201],[-165.756221,66.09377],[-165.690498,66.203309],[-165.86576,66.21974],[-165.88219,66.312848],[-165.186619,66.466202],[-164.403417,66.581218],[-163.981692,66.592172],[-163.751661,66.553833],[-163.872153,66.389525],[-163.828338,66.274509],[-163.915969,66.192355],[-163.768091,66.060908],[-163.494244,66.082816],[-163.149197,66.060908],[-162.749381,66.088293],[-162.634365,66.039001],[-162.371472,66.028047],[-162.14144,66.077339],[-161.840208,66.02257],[-161.549931,66.241647],[-161.341807,66.252601],[-161.199406,66.208786],[-161.128206,66.334755],[-161.528023,66.395002],[-161.911409,66.345709],[-161.87307,66.510017],[-162.174302,66.68528],[-162.502918,66.740049],[-162.601503,66.89888],[-162.344087,66.937219],[-162.015471,66.778388],[-162.075717,66.652418],[-161.916886,66.553833],[-161.571838,66.438817],[-161.489684,66.55931],[-161.884024,66.718141],[-161.714239,67.002942],[-161.851162,67.052235],[-162.240025,66.991988],[-162.639842,67.008419],[-162.700088,67.057712],[-162.902735,67.008419],[-163.740707,67.128912],[-163.757138,67.254881],[-164.009077,67.534205],[-164.211724,67.638267],[-164.534863,67.725898],[-165.192096,67.966884],[-165.493328,68.059992],[-165.794559,68.081899],[-166.243668,68.246208],[-166.681824,68.339316],[-166.703731,68.372177],[-166.375115,68.42147],[-166.227238,68.574824],[-166.216284,68.881533],[-165.329019,68.859625],[-164.255539,68.930825],[-163.976215,68.985595],[-163.532583,69.138949],[-163.110859,69.374457],[-163.023228,69.609966],[-162.842489,69.812613],[-162.470057,69.982398],[-162.311225,70.108367],[-161.851162,70.311014],[-161.779962,70.256245],[-161.396576,70.239814],[-160.837928,70.343876],[-160.487404,70.453415],[-159.649432,70.792985],[-159.33177,70.809416],[-159.298908,70.760123],[-158.975769,70.798462],[-158.658106,70.787508],[-158.033735,70.831323],[-157.420318,70.979201],[-156.812377,71.285909],[-156.565915,71.351633],[-156.522099,71.296863],[-155.585543,71.170894],[-155.508865,71.083263],[-155.832005,70.968247],[-155.979882,70.96277],[-155.974405,70.809416],[-155.503388,70.858708],[-155.476004,70.940862],[-155.262403,71.017539],[-155.191203,70.973724],[-155.032372,71.148986],[-154.566832,70.990155],[-154.643509,70.869662],[-154.353231,70.8368],[-154.183446,70.7656],[-153.931507,70.880616],[-153.487874,70.886093],[-153.235935,70.924431],[-152.589656,70.886093],[-152.26104,70.842277],[-152.419871,70.606769],[-151.817408,70.546523],[-151.773592,70.486276],[-151.187559,70.382214],[-151.182082,70.431507],[-150.760358,70.49723],[-150.355064,70.491753],[-150.349588,70.436984],[-150.114079,70.431507],[-149.867617,70.508184],[-149.462323,70.519138],[-149.177522,70.486276],[-148.78866,70.404122],[-148.607921,70.420553],[-148.350504,70.305537],[-148.202627,70.349353],[-147.961642,70.316491],[-147.786379,70.245291]]],[[[-152.94018,58.026237],[-152.945657,57.982421],[-153.290705,58.048145],[-153.044242,58.305561],[-152.819688,58.327469],[-152.666333,58.562977],[-152.496548,58.354853],[-152.354148,58.426053],[-152.080301,58.311038],[-152.080301,58.152206],[-152.480117,58.130299],[-152.655379,58.059098],[-152.94018,58.026237]]],[[[-153.958891,57.538789],[-153.67409,57.670236],[-153.931507,57.69762],[-153.936983,57.812636],[-153.723383,57.889313],[-153.570028,57.834544],[-153.548121,57.719528],[-153.46049,57.796205],[-153.455013,57.96599],[-153.268797,57.889313],[-153.235935,57.998852],[-153.071627,57.933129],[-152.874457,57.933129],[-152.721103,57.993375],[-152.469163,57.889313],[-152.469163,57.599035],[-152.151501,57.620943],[-152.359625,57.42925],[-152.74301,57.505928],[-152.60061,57.379958],[-152.710149,57.275896],[-152.907319,57.325188],[-152.912796,57.128019],[-153.214027,57.073249],[-153.312612,56.991095],[-153.498828,57.067772],[-153.695998,56.859649],[-153.849352,56.837741],[-154.013661,56.744633],[-154.073907,56.969187],[-154.303938,56.848695],[-154.314892,56.919895],[-154.523016,56.991095],[-154.539447,57.193742],[-154.742094,57.275896],[-154.627078,57.511404],[-154.227261,57.659282],[-153.980799,57.648328],[-153.958891,57.538789]]],[[[-154.53397,56.602232],[-154.742094,56.399586],[-154.807817,56.432447],[-154.53397,56.602232]]],[[[-155.634835,55.923092],[-155.476004,55.912138],[-155.530773,55.704014],[-155.793666,55.731399],[-155.837482,55.802599],[-155.634835,55.923092]]],[[[-159.890418,55.28229],[-159.950664,55.068689],[-160.257373,54.893427],[-160.109495,55.161797],[-160.005433,55.134412],[-159.890418,55.28229]]],[[[-160.520266,55.358967],[-160.33405,55.358967],[-160.339527,55.249428],[-160.525743,55.128935],[-160.690051,55.211089],[-160.794113,55.134412],[-160.854359,55.320628],[-160.79959,55.380875],[-160.520266,55.358967]]],[[[-162.256456,54.981058],[-162.234548,54.893427],[-162.349564,54.838658],[-162.437195,54.931766],[-162.256456,54.981058]]],[[[-162.415287,63.634624],[-162.563165,63.536039],[-162.612457,63.62367],[-162.415287,63.634624]]],[[[-162.80415,54.488133],[-162.590549,54.449795],[-162.612457,54.367641],[-162.782242,54.373118],[-162.80415,54.488133]]],[[[-165.548097,54.29644],[-165.476897,54.181425],[-165.630251,54.132132],[-165.685021,54.252625],[-165.548097,54.29644]]],[[[-165.73979,54.15404],[-166.046499,54.044501],[-166.112222,54.121178],[-165.980775,54.219763],[-165.73979,54.15404]]],[[[-166.364161,60.359413],[-166.13413,60.397752],[-166.084837,60.326552],[-165.88219,60.342983],[-165.685021,60.277259],[-165.646682,59.992458],[-165.750744,59.89935],[-166.00816,59.844581],[-166.062929,59.745996],[-166.440838,59.855535],[-166.6161,59.850058],[-166.994009,59.992458],[-167.125456,59.992458],[-167.344534,60.074613],[-167.421211,60.206059],[-167.311672,60.238921],[-166.93924,60.206059],[-166.763978,60.310121],[-166.577762,60.321075],[-166.495608,60.392275],[-166.364161,60.359413]]],[[[-166.375115,54.01164],[-166.210807,53.934962],[-166.5449,53.748746],[-166.539423,53.715885],[-166.117699,53.852808],[-166.112222,53.776131],[-166.282007,53.683023],[-166.555854,53.622777],[-166.583239,53.529669],[-166.878994,53.431084],[-167.13641,53.425607],[-167.306195,53.332499],[-167.623857,53.250345],[-167.793643,53.337976],[-167.459549,53.442038],[-167.355487,53.425607],[-167.103548,53.513238],[-167.163794,53.611823],[-167.021394,53.715885],[-166.807793,53.666592],[-166.785886,53.732316],[-167.015917,53.754223],[-167.141887,53.825424],[-167.032348,53.945916],[-166.643485,54.017116],[-166.561331,53.880193],[-166.375115,54.01164]]],[[[-168.790446,53.157237],[-168.40706,53.34893],[-168.385152,53.431084],[-168.237275,53.524192],[-168.007243,53.568007],[-167.886751,53.518715],[-167.842935,53.387268],[-168.270136,53.244868],[-168.500168,53.036744],[-168.686384,52.965544],[-168.790446,53.157237]]],[[[-169.74891,52.894344],[-169.705095,52.795759],[-169.962511,52.790282],[-169.989896,52.856005],[-169.74891,52.894344]]],[[[-170.148727,57.221127],[-170.28565,57.128019],[-170.313035,57.221127],[-170.148727,57.221127]]],[[[-170.669036,52.697174],[-170.603313,52.604066],[-170.789529,52.538343],[-170.816914,52.636928],[-170.669036,52.697174]]],[[[-171.742517,63.716778],[-170.94836,63.5689],[-170.488297,63.69487],[-170.280174,63.683916],[-170.093958,63.612716],[-170.044665,63.492223],[-169.644848,63.4265],[-169.518879,63.366254],[-168.99857,63.338869],[-168.686384,63.295053],[-168.856169,63.147176],[-169.108108,63.180038],[-169.376478,63.152653],[-169.513402,63.08693],[-169.639372,62.939052],[-169.831064,63.075976],[-170.055619,63.169084],[-170.263743,63.180038],[-170.362328,63.2841],[-170.866206,63.415546],[-171.101715,63.421023],[-171.463193,63.306007],[-171.73704,63.366254],[-171.852055,63.486746],[-171.742517,63.716778]]],[[[-172.432611,52.390465],[-172.41618,52.275449],[-172.607873,52.253542],[-172.569535,52.352127],[-172.432611,52.390465]]],[[[-173.626584,52.14948],[-173.495138,52.105664],[-173.122706,52.111141],[-173.106275,52.07828],[-173.549907,52.028987],[-173.626584,52.14948]]],[[[-174.322156,52.280926],[-174.327632,52.379511],[-174.185232,52.41785],[-173.982585,52.319265],[-174.059262,52.226157],[-174.179755,52.231634],[-174.141417,52.127572],[-174.333109,52.116618],[-174.738403,52.007079],[-174.968435,52.039941],[-174.902711,52.116618],[-174.656249,52.105664],[-174.322156,52.280926]]],[[[-176.469116,51.853725],[-176.288377,51.870156],[-176.288377,51.744186],[-176.518409,51.760617],[-176.80321,51.61274],[-176.912748,51.80991],[-176.792256,51.815386],[-176.775825,51.963264],[-176.627947,51.968741],[-176.627947,51.859202],[-176.469116,51.853725]]],[[[-177.153734,51.946833],[-177.044195,51.897541],[-177.120872,51.727755],[-177.274226,51.678463],[-177.279703,51.782525],[-177.153734,51.946833]]],[[[-178.123152,51.919448],[-177.953367,51.913971],[-177.800013,51.793479],[-177.964321,51.651078],[-178.123152,51.919448]]],[[[173.107557,52.992929],[173.293773,52.927205],[173.304726,52.823143],[172.90491,52.762897],[172.642017,52.927205],[172.642017,53.003883],[173.107557,52.992929]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"04\",\"properties\":{\"name\":\"Arizona\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-109.042503,37.000263],[-109.04798,31.331629],[-111.074448,31.331629],[-112.246513,31.704061],[-114.815198,32.492741],[-114.72209,32.717295],[-114.524921,32.755634],[-114.470151,32.843265],[-114.524921,33.029481],[-114.661844,33.034958],[-114.727567,33.40739],[-114.524921,33.54979],[-114.497536,33.697668],[-114.535874,33.933176],[-114.415382,34.108438],[-114.256551,34.174162],[-114.136058,34.305608],[-114.333228,34.448009],[-114.470151,34.710902],[-114.634459,34.87521],[-114.634459,35.00118],[-114.574213,35.138103],[-114.596121,35.324319],[-114.678275,35.516012],[-114.738521,36.102045],[-114.371566,36.140383],[-114.251074,36.01989],[-114.152489,36.025367],[-114.048427,36.195153],[-114.048427,37.000263],[-110.499369,37.00574],[-109.042503,37.000263]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"05\",\"properties\":{\"name\":\"Arkansas\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-94.473842,36.501861],[-90.152536,36.496384],[-90.064905,36.304691],[-90.218259,36.184199],[-90.377091,35.997983],[-89.730812,35.997983],[-89.763673,35.811767],[-89.911551,35.756997],[-89.944412,35.603643],[-90.130628,35.439335],[-90.114197,35.198349],[-90.212782,35.023087],[-90.311367,34.995703],[-90.251121,34.908072],[-90.409952,34.831394],[-90.481152,34.661609],[-90.585214,34.617794],[-90.568783,34.420624],[-90.749522,34.365854],[-90.744046,34.300131],[-90.952169,34.135823],[-90.891923,34.026284],[-91.072662,33.867453],[-91.231493,33.560744],[-91.056231,33.429298],[-91.143862,33.347144],[-91.089093,33.13902],[-91.16577,33.002096],[-93.608485,33.018527],[-94.041164,33.018527],[-94.041164,33.54979],[-94.183564,33.593606],[-94.380734,33.544313],[-94.484796,33.637421],[-94.430026,35.395519],[-94.616242,36.501861],[-94.473842,36.501861]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"06\",\"properties\":{\"name\":\"California\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-123.233256,42.006186],[-122.378853,42.011663],[-121.037003,41.995232],[-120.001861,41.995232],[-119.996384,40.264519],[-120.001861,38.999346],[-118.71478,38.101128],[-117.498899,37.21934],[-116.540435,36.501861],[-115.85034,35.970598],[-114.634459,35.00118],[-114.634459,34.87521],[-114.470151,34.710902],[-114.333228,34.448009],[-114.136058,34.305608],[-114.256551,34.174162],[-114.415382,34.108438],[-114.535874,33.933176],[-114.497536,33.697668],[-114.524921,33.54979],[-114.727567,33.40739],[-114.661844,33.034958],[-114.524921,33.029481],[-114.470151,32.843265],[-114.524921,32.755634],[-114.72209,32.717295],[-116.04751,32.624187],[-117.126467,32.536556],[-117.24696,32.668003],[-117.252437,32.876127],[-117.329114,33.122589],[-117.471515,33.297851],[-117.7837,33.538836],[-118.183517,33.763391],[-118.260194,33.703145],[-118.413548,33.741483],[-118.391641,33.840068],[-118.566903,34.042715],[-118.802411,33.998899],[-119.218659,34.146777],[-119.278905,34.26727],[-119.558229,34.415147],[-119.875891,34.40967],[-120.138784,34.475393],[-120.472878,34.448009],[-120.64814,34.579455],[-120.609801,34.858779],[-120.670048,34.902595],[-120.631709,35.099764],[-120.894602,35.247642],[-120.905556,35.450289],[-121.004141,35.461243],[-121.168449,35.636505],[-121.283465,35.674843],[-121.332757,35.784382],[-121.716143,36.195153],[-121.896882,36.315645],[-121.935221,36.638785],[-121.858544,36.6114],[-121.787344,36.803093],[-121.929744,36.978355],[-122.105006,36.956447],[-122.335038,37.115279],[-122.417192,37.241248],[-122.400761,37.361741],[-122.515777,37.520572],[-122.515777,37.783465],[-122.329561,37.783465],[-122.406238,38.15042],[-122.488392,38.112082],[-122.504823,37.931343],[-122.701993,37.893004],[-122.937501,38.029928],[-122.97584,38.265436],[-123.129194,38.451652],[-123.331841,38.566668],[-123.44138,38.698114],[-123.737134,38.95553],[-123.687842,39.032208],[-123.824765,39.366301],[-123.764519,39.552517],[-123.85215,39.831841],[-124.109566,40.105688],[-124.361506,40.259042],[-124.410798,40.439781],[-124.158859,40.877937],[-124.109566,41.025814],[-124.158859,41.14083],[-124.065751,41.442061],[-124.147905,41.715908],[-124.257444,41.781632],[-124.213628,42.000709],[-123.233256,42.006186]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"08\",\"properties\":{\"name\":\"Colorado\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-107.919731,41.003906],[-105.728954,40.998429],[-104.053011,41.003906],[-102.053927,41.003906],[-102.053927,40.001626],[-102.042974,36.994786],[-103.001438,37.000263],[-104.337812,36.994786],[-106.868158,36.994786],[-107.421329,37.000263],[-109.042503,37.000263],[-109.042503,38.166851],[-109.058934,38.27639],[-109.053457,39.125316],[-109.04798,40.998429],[-107.919731,41.003906]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"09\",\"properties\":{\"name\":\"Connecticut\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-73.053528,42.039048],[-71.799309,42.022617],[-71.799309,42.006186],[-71.799309,41.414677],[-71.859555,41.321569],[-71.947186,41.338],[-72.385341,41.261322],[-72.905651,41.28323],[-73.130205,41.146307],[-73.371191,41.102491],[-73.655992,40.987475],[-73.727192,41.102491],[-73.48073,41.21203],[-73.55193,41.294184],[-73.486206,42.050002],[-73.053528,42.039048]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"10\",\"properties\":{\"name\":\"Delaware\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-75.414089,39.804456],[-75.507197,39.683964],[-75.611259,39.61824],[-75.589352,39.459409],[-75.441474,39.311532],[-75.403136,39.065069],[-75.189535,38.807653],[-75.09095,38.796699],[-75.047134,38.451652],[-75.693413,38.462606],[-75.786521,39.722302],[-75.616736,39.831841],[-75.414089,39.804456]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"11\",\"properties\":{\"name\":\"District of Columbia\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-77.035264,38.993869],[-76.909294,38.895284],[-77.040741,38.791222],[-77.117418,38.933623],[-77.035264,38.993869]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"12\",\"properties\":{\"name\":\"Florida\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-85.497137,30.997536],[-85.004212,31.003013],[-84.867289,30.712735],[-83.498053,30.647012],[-82.216449,30.570335],[-82.167157,30.356734],[-82.046664,30.362211],[-82.002849,30.564858],[-82.041187,30.751074],[-81.948079,30.827751],[-81.718048,30.745597],[-81.444201,30.707258],[-81.383954,30.27458],[-81.257985,29.787132],[-80.967707,29.14633],[-80.524075,28.461713],[-80.589798,28.41242],[-80.56789,28.094758],[-80.381674,27.738757],[-80.091397,27.021277],[-80.03115,26.796723],[-80.036627,26.566691],[-80.146166,25.739673],[-80.239274,25.723243],[-80.337859,25.465826],[-80.304997,25.383672],[-80.49669,25.197456],[-80.573367,25.241272],[-80.759583,25.164595],[-81.077246,25.120779],[-81.170354,25.224841],[-81.126538,25.378195],[-81.351093,25.821827],[-81.526355,25.903982],[-81.679709,25.843735],[-81.800202,26.090198],[-81.833064,26.292844],[-82.041187,26.517399],[-82.09048,26.665276],[-82.057618,26.878877],[-82.172634,26.917216],[-82.145249,26.791246],[-82.249311,26.758384],[-82.566974,27.300601],[-82.692943,27.437525],[-82.391711,27.837342],[-82.588881,27.815434],[-82.720328,27.689464],[-82.851774,27.886634],[-82.676512,28.434328],[-82.643651,28.888914],[-82.764143,28.998453],[-82.802482,29.14633],[-82.994175,29.179192],[-83.218729,29.420177],[-83.399469,29.518762],[-83.410422,29.66664],[-83.536392,29.721409],[-83.640454,29.885717],[-84.02384,30.104795],[-84.357933,30.055502],[-84.341502,29.902148],[-84.451041,29.929533],[-84.867289,29.743317],[-85.310921,29.699501],[-85.299967,29.80904],[-85.404029,29.940487],[-85.924338,30.236241],[-86.29677,30.362211],[-86.630863,30.395073],[-86.910187,30.373165],[-87.518128,30.280057],[-87.37025,30.427934],[-87.446927,30.510088],[-87.408589,30.674397],[-87.633143,30.86609],[-87.600282,30.997536],[-85.497137,30.997536]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"13\",\"properties\":{\"name\":\"Georgia\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-83.109191,35.00118],[-83.322791,34.787579],[-83.339222,34.683517],[-83.005129,34.469916],[-82.901067,34.486347],[-82.747713,34.26727],[-82.714851,34.152254],[-82.55602,33.94413],[-82.325988,33.81816],[-82.194542,33.631944],[-81.926172,33.462159],[-81.937125,33.347144],[-81.761863,33.160928],[-81.493493,33.007573],[-81.42777,32.843265],[-81.416816,32.629664],[-81.279893,32.558464],[-81.121061,32.290094],[-81.115584,32.120309],[-80.885553,32.032678],[-81.132015,31.693108],[-81.175831,31.517845],[-81.279893,31.364491],[-81.290846,31.20566],[-81.400385,31.13446],[-81.444201,30.707258],[-81.718048,30.745597],[-81.948079,30.827751],[-82.041187,30.751074],[-82.002849,30.564858],[-82.046664,30.362211],[-82.167157,30.356734],[-82.216449,30.570335],[-83.498053,30.647012],[-84.867289,30.712735],[-85.004212,31.003013],[-85.113751,31.27686],[-85.042551,31.539753],[-85.141136,31.840985],[-85.053504,32.01077],[-85.058981,32.13674],[-84.889196,32.262709],[-85.004212,32.322956],[-84.960397,32.421541],[-85.069935,32.580372],[-85.184951,32.859696],[-85.431413,34.124869],[-85.606675,34.984749],[-84.319594,34.990226],[-83.618546,34.984749],[-83.109191,35.00118]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"15\",\"properties\":{\"name\":\"Hawaii\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-155.634835,18.948267],[-155.881297,19.035898],[-155.919636,19.123529],[-155.886774,19.348084],[-156.062036,19.73147],[-155.925113,19.857439],[-155.826528,20.032702],[-155.897728,20.147717],[-155.87582,20.26821],[-155.596496,20.12581],[-155.284311,20.021748],[-155.092618,19.868393],[-155.092618,19.736947],[-154.807817,19.523346],[-154.983079,19.348084],[-155.295265,19.26593],[-155.514342,19.134483],[-155.634835,18.948267]]],[[[-156.587823,21.029505],[-156.472807,20.892581],[-156.324929,20.952827],[-156.00179,20.793996],[-156.051082,20.651596],[-156.379699,20.580396],[-156.445422,20.60778],[-156.461853,20.783042],[-156.631638,20.821381],[-156.697361,20.919966],[-156.587823,21.029505]]],[[[-156.982162,21.210244],[-157.080747,21.106182],[-157.310779,21.106182],[-157.239579,21.221198],[-156.982162,21.210244]]],[[[-157.951581,21.697691],[-157.842042,21.462183],[-157.896811,21.325259],[-158.110412,21.303352],[-158.252813,21.582676],[-158.126843,21.588153],[-157.951581,21.697691]]],[[[-159.468693,22.228955],[-159.353678,22.218001],[-159.298908,22.113939],[-159.33177,21.966061],[-159.446786,21.872953],[-159.764448,21.987969],[-159.726109,22.152277],[-159.468693,22.228955]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"16\",\"properties\":{\"name\":\"Idaho\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-116.04751,49.000239],[-116.04751,47.976051],[-115.724371,47.696727],[-115.718894,47.42288],[-115.527201,47.302388],[-115.324554,47.258572],[-115.302646,47.187372],[-114.930214,46.919002],[-114.886399,46.809463],[-114.623506,46.705401],[-114.612552,46.639678],[-114.322274,46.645155],[-114.464674,46.272723],[-114.492059,46.037214],[-114.387997,45.88386],[-114.568736,45.774321],[-114.497536,45.670259],[-114.546828,45.560721],[-114.333228,45.456659],[-114.086765,45.593582],[-113.98818,45.703121],[-113.807441,45.604536],[-113.834826,45.522382],[-113.736241,45.330689],[-113.571933,45.128042],[-113.45144,45.056842],[-113.456917,44.865149],[-113.341901,44.782995],[-113.133778,44.772041],[-113.002331,44.448902],[-112.887315,44.394132],[-112.783254,44.48724],[-112.471068,44.481763],[-112.241036,44.569394],[-112.104113,44.520102],[-111.868605,44.563917],[-111.819312,44.509148],[-111.616665,44.547487],[-111.386634,44.75561],[-111.227803,44.580348],[-111.047063,44.476286],[-111.047063,42.000709],[-112.164359,41.995232],[-114.04295,41.995232],[-117.027882,42.000709],[-117.027882,43.830007],[-116.896436,44.158624],[-116.97859,44.240778],[-117.170283,44.257209],[-117.241483,44.394132],[-117.038836,44.750133],[-116.934774,44.782995],[-116.830713,44.930872],[-116.847143,45.02398],[-116.732128,45.144473],[-116.671881,45.319735],[-116.463758,45.61549],[-116.545912,45.752413],[-116.78142,45.823614],[-116.918344,45.993399],[-116.92382,46.168661],[-117.055267,46.343923],[-117.038836,46.426077],[-117.044313,47.762451],[-117.033359,49.000239],[-116.04751,49.000239]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"17\",\"properties\":{\"name\":\"Illinois\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-90.639984,42.510065],[-88.788778,42.493634],[-87.802929,42.493634],[-87.83579,42.301941],[-87.682436,42.077386],[-87.523605,41.710431],[-87.529082,39.34987],[-87.63862,39.169131],[-87.512651,38.95553],[-87.49622,38.780268],[-87.62219,38.637868],[-87.655051,38.506421],[-87.83579,38.292821],[-87.950806,38.27639],[-87.923421,38.15042],[-88.000098,38.101128],[-88.060345,37.865619],[-88.027483,37.799896],[-88.15893,37.657496],[-88.065822,37.482234],[-88.476592,37.389126],[-88.514931,37.285064],[-88.421823,37.153617],[-88.547792,37.071463],[-88.914747,37.224817],[-89.029763,37.213863],[-89.183118,37.038601],[-89.133825,36.983832],[-89.292656,36.994786],[-89.517211,37.279587],[-89.435057,37.34531],[-89.517211,37.537003],[-89.517211,37.690357],[-89.84035,37.903958],[-89.949889,37.88205],[-90.059428,38.013497],[-90.355183,38.216144],[-90.349706,38.374975],[-90.179921,38.632391],[-90.207305,38.725499],[-90.10872,38.845992],[-90.251121,38.917192],[-90.470199,38.961007],[-90.585214,38.867899],[-90.661891,38.928146],[-90.727615,39.256762],[-91.061708,39.470363],[-91.368417,39.727779],[-91.494386,40.034488],[-91.50534,40.237135],[-91.417709,40.379535],[-91.401278,40.560274],[-91.121954,40.669813],[-91.09457,40.823167],[-90.963123,40.921752],[-90.946692,41.097014],[-91.111001,41.239415],[-91.045277,41.414677],[-90.656414,41.463969],[-90.344229,41.589939],[-90.311367,41.743293],[-90.179921,41.809016],[-90.141582,42.000709],[-90.168967,42.126679],[-90.393521,42.225264],[-90.420906,42.329326],[-90.639984,42.510065]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"18\",\"properties\":{\"name\":\"Indiana\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-85.990061,41.759724],[-84.807042,41.759724],[-84.807042,41.694001],[-84.801565,40.500028],[-84.817996,39.103408],[-84.894673,39.059592],[-84.812519,38.785745],[-84.987781,38.780268],[-85.173997,38.68716],[-85.431413,38.730976],[-85.42046,38.533806],[-85.590245,38.451652],[-85.655968,38.325682],[-85.83123,38.27639],[-85.924338,38.024451],[-86.039354,37.958727],[-86.263908,38.051835],[-86.302247,38.166851],[-86.521325,38.040881],[-86.504894,37.931343],[-86.729448,37.893004],[-86.795172,37.991589],[-87.047111,37.893004],[-87.129265,37.788942],[-87.381204,37.93682],[-87.512651,37.903958],[-87.600282,37.975158],[-87.682436,37.903958],[-87.934375,37.893004],[-88.027483,37.799896],[-88.060345,37.865619],[-88.000098,38.101128],[-87.923421,38.15042],[-87.950806,38.27639],[-87.83579,38.292821],[-87.655051,38.506421],[-87.62219,38.637868],[-87.49622,38.780268],[-87.512651,38.95553],[-87.63862,39.169131],[-87.529082,39.34987],[-87.523605,41.710431],[-87.42502,41.644708],[-87.118311,41.644708],[-86.822556,41.759724],[-85.990061,41.759724]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"19\",\"properties\":{\"name\":\"Iowa\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-91.368417,43.501391],[-91.215062,43.501391],[-91.204109,43.353514],[-91.056231,43.254929],[-91.176724,43.134436],[-91.143862,42.909881],[-91.067185,42.75105],[-90.711184,42.636034],[-90.639984,42.510065],[-90.420906,42.329326],[-90.393521,42.225264],[-90.168967,42.126679],[-90.141582,42.000709],[-90.179921,41.809016],[-90.311367,41.743293],[-90.344229,41.589939],[-90.656414,41.463969],[-91.045277,41.414677],[-91.111001,41.239415],[-90.946692,41.097014],[-90.963123,40.921752],[-91.09457,40.823167],[-91.121954,40.669813],[-91.401278,40.560274],[-91.417709,40.379535],[-91.527248,40.412397],[-91.729895,40.615043],[-91.833957,40.609566],[-93.257961,40.582182],[-94.632673,40.571228],[-95.7664,40.587659],[-95.881416,40.719105],[-95.826646,40.976521],[-95.925231,41.201076],[-95.919754,41.453015],[-96.095016,41.540646],[-96.122401,41.67757],[-96.062155,41.798063],[-96.127878,41.973325],[-96.264801,42.039048],[-96.44554,42.488157],[-96.631756,42.707235],[-96.544125,42.855112],[-96.511264,43.052282],[-96.434587,43.123482],[-96.560556,43.222067],[-96.527695,43.397329],[-96.582464,43.479483],[-96.451017,43.501391],[-91.368417,43.501391]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"20\",\"properties\":{\"name\":\"Kansas\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-101.90605,40.001626],[-95.306337,40.001626],[-95.207752,39.908518],[-94.884612,39.831841],[-95.109167,39.541563],[-94.983197,39.442978],[-94.824366,39.20747],[-94.610765,39.158177],[-94.616242,37.000263],[-100.087706,37.000263],[-102.042974,36.994786],[-102.053927,40.001626],[-101.90605,40.001626]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"21\",\"properties\":{\"name\":\"Kentucky\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-83.903347,38.769315],[-83.678792,38.632391],[-83.519961,38.703591],[-83.142052,38.626914],[-83.032514,38.725499],[-82.890113,38.758361],[-82.846298,38.588575],[-82.731282,38.561191],[-82.594358,38.424267],[-82.621743,38.123036],[-82.50125,37.931343],[-82.342419,37.783465],[-82.293127,37.668449],[-82.101434,37.553434],[-81.969987,37.537003],[-82.353373,37.268633],[-82.720328,37.120755],[-82.720328,37.044078],[-82.868205,36.978355],[-82.879159,36.890724],[-83.070852,36.852385],[-83.136575,36.742847],[-83.673316,36.600446],[-83.689746,36.584015],[-84.544149,36.594969],[-85.289013,36.627831],[-85.486183,36.616877],[-86.592525,36.655216],[-87.852221,36.633308],[-88.071299,36.677123],[-88.054868,36.496384],[-89.298133,36.507338],[-89.418626,36.496384],[-89.363857,36.622354],[-89.215979,36.578538],[-89.133825,36.983832],[-89.183118,37.038601],[-89.029763,37.213863],[-88.914747,37.224817],[-88.547792,37.071463],[-88.421823,37.153617],[-88.514931,37.285064],[-88.476592,37.389126],[-88.065822,37.482234],[-88.15893,37.657496],[-88.027483,37.799896],[-87.934375,37.893004],[-87.682436,37.903958],[-87.600282,37.975158],[-87.512651,37.903958],[-87.381204,37.93682],[-87.129265,37.788942],[-87.047111,37.893004],[-86.795172,37.991589],[-86.729448,37.893004],[-86.504894,37.931343],[-86.521325,38.040881],[-86.302247,38.166851],[-86.263908,38.051835],[-86.039354,37.958727],[-85.924338,38.024451],[-85.83123,38.27639],[-85.655968,38.325682],[-85.590245,38.451652],[-85.42046,38.533806],[-85.431413,38.730976],[-85.173997,38.68716],[-84.987781,38.780268],[-84.812519,38.785745],[-84.894673,39.059592],[-84.817996,39.103408],[-84.43461,39.103408],[-84.231963,38.895284],[-84.215533,38.807653],[-83.903347,38.769315]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"22\",\"properties\":{\"name\":\"Louisiana\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-93.608485,33.018527],[-91.16577,33.002096],[-91.072662,32.887081],[-91.143862,32.843265],[-91.154816,32.640618],[-91.006939,32.514649],[-90.985031,32.218894],[-91.105524,31.988862],[-91.341032,31.846462],[-91.401278,31.621907],[-91.499863,31.643815],[-91.516294,31.27686],[-91.636787,31.265906],[-91.565587,31.068736],[-91.636787,30.997536],[-89.747242,30.997536],[-89.845827,30.66892],[-89.681519,30.449842],[-89.643181,30.285534],[-89.522688,30.181472],[-89.818443,30.044549],[-89.84035,29.945964],[-89.599365,29.88024],[-89.495303,30.039072],[-89.287179,29.88024],[-89.30361,29.754271],[-89.424103,29.699501],[-89.648657,29.748794],[-89.621273,29.655686],[-89.69795,29.513285],[-89.506257,29.387316],[-89.199548,29.348977],[-89.09001,29.2011],[-89.002379,29.179192],[-89.16121,29.009407],[-89.336472,29.042268],[-89.484349,29.217531],[-89.851304,29.310638],[-89.851304,29.480424],[-90.032043,29.425654],[-90.021089,29.283254],[-90.103244,29.151807],[-90.23469,29.129899],[-90.333275,29.277777],[-90.563307,29.283254],[-90.645461,29.129899],[-90.798815,29.086084],[-90.963123,29.179192],[-91.09457,29.190146],[-91.220539,29.436608],[-91.445094,29.546147],[-91.532725,29.529716],[-91.620356,29.73784],[-91.883249,29.710455],[-91.888726,29.836425],[-92.146142,29.715932],[-92.113281,29.622824],[-92.31045,29.535193],[-92.617159,29.579009],[-92.97316,29.715932],[-93.2251,29.776178],[-93.767317,29.726886],[-93.838517,29.688547],[-93.926148,29.787132],[-93.690639,30.143133],[-93.767317,30.334826],[-93.696116,30.438888],[-93.728978,30.575812],[-93.630393,30.679874],[-93.526331,30.93729],[-93.542762,31.15089],[-93.816609,31.556184],[-93.822086,31.775262],[-94.041164,31.994339],[-94.041164,33.018527],[-93.608485,33.018527]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"23\",\"properties\":{\"name\":\"Maine\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-70.703921,43.057759],[-70.824413,43.128959],[-70.807983,43.227544],[-70.966814,43.34256],[-71.032537,44.657025],[-71.08183,45.303304],[-70.649151,45.440228],[-70.720352,45.511428],[-70.556043,45.664782],[-70.386258,45.735983],[-70.41912,45.796229],[-70.260289,45.889337],[-70.309581,46.064599],[-70.210996,46.327492],[-70.057642,46.415123],[-69.997395,46.694447],[-69.225147,47.461219],[-69.044408,47.428357],[-69.033454,47.242141],[-68.902007,47.176418],[-68.578868,47.285957],[-68.376221,47.285957],[-68.233821,47.357157],[-67.954497,47.198326],[-67.790188,47.066879],[-67.779235,45.944106],[-67.801142,45.675736],[-67.456095,45.604536],[-67.505388,45.48952],[-67.417757,45.379982],[-67.488957,45.281397],[-67.346556,45.128042],[-67.16034,45.160904],[-66.979601,44.804903],[-67.187725,44.646072],[-67.308218,44.706318],[-67.406803,44.596779],[-67.549203,44.624164],[-67.565634,44.531056],[-67.75185,44.54201],[-68.047605,44.328409],[-68.118805,44.476286],[-68.222867,44.48724],[-68.173574,44.328409],[-68.403606,44.251732],[-68.458375,44.377701],[-68.567914,44.311978],[-68.82533,44.311978],[-68.830807,44.459856],[-68.984161,44.426994],[-68.956777,44.322932],[-69.099177,44.103854],[-69.071793,44.043608],[-69.258008,43.923115],[-69.444224,43.966931],[-69.553763,43.840961],[-69.707118,43.82453],[-69.833087,43.720469],[-69.986442,43.742376],[-70.030257,43.851915],[-70.254812,43.676653],[-70.194565,43.567114],[-70.358873,43.528776],[-70.369827,43.435668],[-70.556043,43.320652],[-70.703921,43.057759]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"24\",\"properties\":{\"name\":\"Maryland\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-75.994645,37.95325],[-76.016553,37.95325],[-76.043938,37.95325],[-75.994645,37.95325]]],[[[-79.477979,39.722302],[-75.786521,39.722302],[-75.693413,38.462606],[-75.047134,38.451652],[-75.244304,38.029928],[-75.397659,38.013497],[-75.671506,37.95325],[-75.885106,37.909435],[-75.879629,38.073743],[-75.961783,38.139466],[-75.846768,38.210667],[-76.000122,38.374975],[-76.049415,38.303775],[-76.257538,38.320205],[-76.328738,38.500944],[-76.263015,38.500944],[-76.257538,38.736453],[-76.191815,38.829561],[-76.279446,39.147223],[-76.169907,39.333439],[-76.000122,39.366301],[-75.972737,39.557994],[-76.098707,39.536086],[-76.104184,39.437501],[-76.367077,39.311532],[-76.443754,39.196516],[-76.460185,38.906238],[-76.55877,38.769315],[-76.514954,38.539283],[-76.383508,38.380452],[-76.399939,38.259959],[-76.317785,38.139466],[-76.3616,38.057312],[-76.591632,38.216144],[-76.920248,38.292821],[-77.018833,38.446175],[-77.205049,38.358544],[-77.276249,38.479037],[-77.128372,38.632391],[-77.040741,38.791222],[-76.909294,38.895284],[-77.035264,38.993869],[-77.117418,38.933623],[-77.248864,39.026731],[-77.456988,39.076023],[-77.456988,39.223901],[-77.566527,39.306055],[-77.719881,39.322485],[-77.834897,39.601809],[-78.004682,39.601809],[-78.174467,39.694917],[-78.267575,39.61824],[-78.431884,39.623717],[-78.470222,39.514178],[-78.765977,39.585379],[-78.963147,39.437501],[-79.094593,39.470363],[-79.291763,39.300578],[-79.488933,39.20747],[-79.477979,39.722302]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"25\",\"properties\":{\"name\":\"Massachusetts\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-70.917521,42.887974],[-70.818936,42.871543],[-70.780598,42.696281],[-70.824413,42.55388],[-70.983245,42.422434],[-70.988722,42.269079],[-70.769644,42.247172],[-70.638197,42.08834],[-70.660105,41.962371],[-70.550566,41.929509],[-70.539613,41.814493],[-70.260289,41.715908],[-69.937149,41.809016],[-70.008349,41.672093],[-70.484843,41.5516],[-70.660105,41.546123],[-70.764167,41.639231],[-70.928475,41.611847],[-70.933952,41.540646],[-71.120168,41.496831],[-71.196845,41.67757],[-71.22423,41.710431],[-71.328292,41.781632],[-71.383061,42.01714],[-71.530939,42.01714],[-71.799309,42.006186],[-71.799309,42.022617],[-73.053528,42.039048],[-73.486206,42.050002],[-73.508114,42.08834],[-73.267129,42.745573],[-72.456542,42.729142],[-71.29543,42.696281],[-71.185891,42.789389],[-70.917521,42.887974]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"26\",\"properties\":{\"name\":\"Michigan\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-83.454238,41.732339],[-84.807042,41.694001],[-84.807042,41.759724],[-85.990061,41.759724],[-86.822556,41.759724],[-86.619909,41.891171],[-86.482986,42.115725],[-86.357016,42.252649],[-86.263908,42.444341],[-86.209139,42.718189],[-86.231047,43.013943],[-86.526801,43.594499],[-86.433693,43.813577],[-86.499417,44.07647],[-86.269385,44.34484],[-86.220093,44.569394],[-86.252954,44.689887],[-86.088646,44.73918],[-86.066738,44.903488],[-85.809322,44.947303],[-85.612152,45.128042],[-85.628583,44.766564],[-85.524521,44.750133],[-85.393075,44.930872],[-85.387598,45.237581],[-85.305444,45.314258],[-85.031597,45.363551],[-85.119228,45.577151],[-84.938489,45.75789],[-84.713934,45.768844],[-84.461995,45.653829],[-84.215533,45.637398],[-84.09504,45.494997],[-83.908824,45.484043],[-83.596638,45.352597],[-83.4871,45.358074],[-83.317314,45.144473],[-83.454238,45.029457],[-83.322791,44.88158],[-83.273499,44.711795],[-83.333745,44.339363],[-83.536392,44.246255],[-83.585684,44.054562],[-83.82667,43.988839],[-83.958116,43.758807],[-83.908824,43.671176],[-83.667839,43.589022],[-83.481623,43.714992],[-83.262545,43.972408],[-82.917498,44.070993],[-82.747713,43.994316],[-82.643651,43.851915],[-82.539589,43.435668],[-82.523158,43.227544],[-82.413619,42.975605],[-82.517681,42.614127],[-82.681989,42.559357],[-82.687466,42.690804],[-82.797005,42.652465],[-82.922975,42.351234],[-83.125621,42.236218],[-83.185868,42.006186],[-83.437807,41.814493],[-83.454238,41.732339]]],[[[-85.508091,45.730506],[-85.49166,45.610013],[-85.623106,45.588105],[-85.568337,45.75789],[-85.508091,45.730506]]],[[[-87.589328,45.095181],[-87.742682,45.199243],[-87.649574,45.341643],[-87.885083,45.363551],[-87.791975,45.500474],[-87.781021,45.675736],[-87.989145,45.796229],[-88.10416,45.922199],[-88.531362,46.020784],[-88.662808,45.987922],[-89.09001,46.135799],[-90.119674,46.338446],[-90.229213,46.508231],[-90.415429,46.568478],[-90.026566,46.672539],[-89.851304,46.793032],[-89.413149,46.842325],[-89.128348,46.990202],[-88.996902,46.995679],[-88.887363,47.099741],[-88.575177,47.247618],[-88.416346,47.373588],[-88.180837,47.455742],[-87.956283,47.384542],[-88.350623,47.077833],[-88.443731,46.973771],[-88.438254,46.787555],[-88.246561,46.929956],[-87.901513,46.908048],[-87.633143,46.809463],[-87.392158,46.535616],[-87.260711,46.486323],[-87.008772,46.530139],[-86.948526,46.469893],[-86.696587,46.437031],[-86.159846,46.667063],[-85.880522,46.68897],[-85.508091,46.678016],[-85.256151,46.754694],[-85.064458,46.760171],[-85.02612,46.480847],[-84.82895,46.442508],[-84.63178,46.486323],[-84.549626,46.4206],[-84.418179,46.502754],[-84.127902,46.530139],[-84.122425,46.179615],[-83.990978,46.031737],[-83.793808,45.993399],[-83.7719,46.091984],[-83.580208,46.091984],[-83.476146,45.987922],[-83.563777,45.911245],[-84.111471,45.976968],[-84.374364,45.933153],[-84.659165,46.053645],[-84.741319,45.944106],[-84.70298,45.850998],[-84.82895,45.872906],[-85.015166,46.00983],[-85.338305,46.091984],[-85.502614,46.097461],[-85.661445,45.966014],[-85.924338,45.933153],[-86.209139,45.960537],[-86.324155,45.905768],[-86.351539,45.796229],[-86.663725,45.703121],[-86.647294,45.834568],[-86.784218,45.861952],[-86.838987,45.725029],[-87.069019,45.719552],[-87.17308,45.659305],[-87.326435,45.423797],[-87.611236,45.122565],[-87.589328,45.095181]]],[[[-88.805209,47.976051],[-89.057148,47.850082],[-89.188594,47.833651],[-89.177641,47.937713],[-88.547792,48.173221],[-88.668285,48.008913],[-88.805209,47.976051]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"27\",\"properties\":{\"name\":\"Minnesota\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-92.014696,46.705401],[-92.091373,46.749217],[-92.29402,46.667063],[-92.29402,46.075553],[-92.354266,46.015307],[-92.639067,45.933153],[-92.869098,45.719552],[-92.885529,45.577151],[-92.770513,45.566198],[-92.644544,45.440228],[-92.75956,45.286874],[-92.737652,45.117088],[-92.808852,44.750133],[-92.545959,44.569394],[-92.337835,44.552964],[-92.233773,44.443425],[-91.927065,44.333886],[-91.877772,44.202439],[-91.592971,44.032654],[-91.43414,43.994316],[-91.242447,43.775238],[-91.269832,43.616407],[-91.215062,43.501391],[-91.368417,43.501391],[-96.451017,43.501391],[-96.451017,45.297827],[-96.681049,45.412843],[-96.856311,45.604536],[-96.582464,45.818137],[-96.560556,45.933153],[-96.598895,46.332969],[-96.719387,46.437031],[-96.801542,46.656109],[-96.785111,46.924479],[-96.823449,46.968294],[-96.856311,47.609096],[-97.053481,47.948667],[-97.130158,48.140359],[-97.16302,48.545653],[-97.097296,48.682577],[-97.228743,49.000239],[-95.152983,49.000239],[-95.152983,49.383625],[-94.955813,49.372671],[-94.824366,49.295994],[-94.69292,48.775685],[-94.588858,48.715438],[-94.260241,48.699007],[-94.221903,48.649715],[-93.838517,48.627807],[-93.794701,48.518268],[-93.466085,48.545653],[-93.466085,48.589469],[-93.208669,48.644238],[-92.984114,48.62233],[-92.726698,48.540176],[-92.655498,48.436114],[-92.50762,48.447068],[-92.370697,48.222514],[-92.304974,48.315622],[-92.053034,48.359437],[-92.009219,48.266329],[-91.713464,48.200606],[-91.713464,48.112975],[-91.565587,48.041775],[-91.264355,48.080113],[-91.083616,48.178698],[-90.837154,48.238944],[-90.749522,48.091067],[-90.579737,48.123929],[-90.377091,48.091067],[-90.141582,48.112975],[-89.873212,47.987005],[-89.615796,48.008913],[-89.637704,47.954144],[-89.971797,47.828174],[-90.437337,47.729589],[-90.738569,47.625527],[-91.171247,47.368111],[-91.357463,47.20928],[-91.642264,47.028541],[-92.091373,46.787555],[-92.014696,46.705401]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"28\",\"properties\":{\"name\":\"Mississippi\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-88.471115,34.995703],[-88.202745,34.995703],[-88.098683,34.891641],[-88.241084,33.796253],[-88.471115,31.895754],[-88.394438,30.367688],[-88.503977,30.323872],[-88.744962,30.34578],[-88.843547,30.411504],[-89.084533,30.367688],[-89.418626,30.252672],[-89.522688,30.181472],[-89.643181,30.285534],[-89.681519,30.449842],[-89.845827,30.66892],[-89.747242,30.997536],[-91.636787,30.997536],[-91.565587,31.068736],[-91.636787,31.265906],[-91.516294,31.27686],[-91.499863,31.643815],[-91.401278,31.621907],[-91.341032,31.846462],[-91.105524,31.988862],[-90.985031,32.218894],[-91.006939,32.514649],[-91.154816,32.640618],[-91.143862,32.843265],[-91.072662,32.887081],[-91.16577,33.002096],[-91.089093,33.13902],[-91.143862,33.347144],[-91.056231,33.429298],[-91.231493,33.560744],[-91.072662,33.867453],[-90.891923,34.026284],[-90.952169,34.135823],[-90.744046,34.300131],[-90.749522,34.365854],[-90.568783,34.420624],[-90.585214,34.617794],[-90.481152,34.661609],[-90.409952,34.831394],[-90.251121,34.908072],[-90.311367,34.995703],[-88.471115,34.995703]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"29\",\"properties\":{\"name\":\"Missouri\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-91.833957,40.609566],[-91.729895,40.615043],[-91.527248,40.412397],[-91.417709,40.379535],[-91.50534,40.237135],[-91.494386,40.034488],[-91.368417,39.727779],[-91.061708,39.470363],[-90.727615,39.256762],[-90.661891,38.928146],[-90.585214,38.867899],[-90.470199,38.961007],[-90.251121,38.917192],[-90.10872,38.845992],[-90.207305,38.725499],[-90.179921,38.632391],[-90.349706,38.374975],[-90.355183,38.216144],[-90.059428,38.013497],[-89.949889,37.88205],[-89.84035,37.903958],[-89.517211,37.690357],[-89.517211,37.537003],[-89.435057,37.34531],[-89.517211,37.279587],[-89.292656,36.994786],[-89.133825,36.983832],[-89.215979,36.578538],[-89.363857,36.622354],[-89.418626,36.496384],[-89.484349,36.496384],[-89.539119,36.496384],[-89.533642,36.249922],[-89.730812,35.997983],[-90.377091,35.997983],[-90.218259,36.184199],[-90.064905,36.304691],[-90.152536,36.496384],[-94.473842,36.501861],[-94.616242,36.501861],[-94.616242,37.000263],[-94.610765,39.158177],[-94.824366,39.20747],[-94.983197,39.442978],[-95.109167,39.541563],[-94.884612,39.831841],[-95.207752,39.908518],[-95.306337,40.001626],[-95.552799,40.264519],[-95.7664,40.587659],[-94.632673,40.571228],[-93.257961,40.582182],[-91.833957,40.609566]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"30\",\"properties\":{\"name\":\"Montana\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-104.047534,49.000239],[-104.042057,47.861036],[-104.047534,45.944106],[-104.042057,44.996596],[-104.058488,44.996596],[-105.91517,45.002073],[-109.080842,45.002073],[-111.05254,45.002073],[-111.047063,44.476286],[-111.227803,44.580348],[-111.386634,44.75561],[-111.616665,44.547487],[-111.819312,44.509148],[-111.868605,44.563917],[-112.104113,44.520102],[-112.241036,44.569394],[-112.471068,44.481763],[-112.783254,44.48724],[-112.887315,44.394132],[-113.002331,44.448902],[-113.133778,44.772041],[-113.341901,44.782995],[-113.456917,44.865149],[-113.45144,45.056842],[-113.571933,45.128042],[-113.736241,45.330689],[-113.834826,45.522382],[-113.807441,45.604536],[-113.98818,45.703121],[-114.086765,45.593582],[-114.333228,45.456659],[-114.546828,45.560721],[-114.497536,45.670259],[-114.568736,45.774321],[-114.387997,45.88386],[-114.492059,46.037214],[-114.464674,46.272723],[-114.322274,46.645155],[-114.612552,46.639678],[-114.623506,46.705401],[-114.886399,46.809463],[-114.930214,46.919002],[-115.302646,47.187372],[-115.324554,47.258572],[-115.527201,47.302388],[-115.718894,47.42288],[-115.724371,47.696727],[-116.04751,47.976051],[-116.04751,49.000239],[-111.50165,48.994762],[-109.453274,49.000239],[-104.047534,49.000239]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"31\",\"properties\":{\"name\":\"Nebraska\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-103.324578,43.002989],[-101.626726,42.997512],[-98.499393,42.997512],[-98.466531,42.94822],[-97.951699,42.767481],[-97.831206,42.866066],[-97.688806,42.844158],[-97.217789,42.844158],[-96.692003,42.657942],[-96.626279,42.515542],[-96.44554,42.488157],[-96.264801,42.039048],[-96.127878,41.973325],[-96.062155,41.798063],[-96.122401,41.67757],[-96.095016,41.540646],[-95.919754,41.453015],[-95.925231,41.201076],[-95.826646,40.976521],[-95.881416,40.719105],[-95.7664,40.587659],[-95.552799,40.264519],[-95.306337,40.001626],[-101.90605,40.001626],[-102.053927,40.001626],[-102.053927,41.003906],[-104.053011,41.003906],[-104.053011,43.002989],[-103.324578,43.002989]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"32\",\"properties\":{\"name\":\"Nevada\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-117.027882,42.000709],[-114.04295,41.995232],[-114.048427,37.000263],[-114.048427,36.195153],[-114.152489,36.025367],[-114.251074,36.01989],[-114.371566,36.140383],[-114.738521,36.102045],[-114.678275,35.516012],[-114.596121,35.324319],[-114.574213,35.138103],[-114.634459,35.00118],[-115.85034,35.970598],[-116.540435,36.501861],[-117.498899,37.21934],[-118.71478,38.101128],[-120.001861,38.999346],[-119.996384,40.264519],[-120.001861,41.995232],[-118.698349,41.989755],[-117.027882,42.000709]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"33\",\"properties\":{\"name\":\"New Hampshire\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-71.08183,45.303304],[-71.032537,44.657025],[-70.966814,43.34256],[-70.807983,43.227544],[-70.824413,43.128959],[-70.703921,43.057759],[-70.818936,42.871543],[-70.917521,42.887974],[-71.185891,42.789389],[-71.29543,42.696281],[-72.456542,42.729142],[-72.544173,42.80582],[-72.533219,42.953697],[-72.445588,43.008466],[-72.456542,43.150867],[-72.379864,43.572591],[-72.204602,43.769761],[-72.116971,43.994316],[-72.02934,44.07647],[-72.034817,44.322932],[-71.700724,44.41604],[-71.536416,44.585825],[-71.629524,44.750133],[-71.4926,44.914442],[-71.503554,45.013027],[-71.361154,45.270443],[-71.131122,45.243058],[-71.08183,45.303304]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"34\",\"properties\":{\"name\":\"New Jersey\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-74.236547,41.14083],[-73.902454,40.998429],[-74.022947,40.708151],[-74.187255,40.642428],[-74.274886,40.489074],[-74.001039,40.412397],[-73.979131,40.297381],[-74.099624,39.760641],[-74.411809,39.360824],[-74.614456,39.245808],[-74.795195,38.993869],[-74.888303,39.158177],[-75.178581,39.240331],[-75.534582,39.459409],[-75.55649,39.607286],[-75.561967,39.629194],[-75.507197,39.683964],[-75.414089,39.804456],[-75.145719,39.88661],[-75.129289,39.963288],[-74.82258,40.127596],[-74.773287,40.215227],[-75.058088,40.417874],[-75.069042,40.543843],[-75.195012,40.576705],[-75.205966,40.691721],[-75.052611,40.866983],[-75.134765,40.971045],[-74.882826,41.179168],[-74.828057,41.288707],[-74.69661,41.359907],[-74.236547,41.14083]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"35\",\"properties\":{\"name\":\"New Mexico\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-107.421329,37.000263],[-106.868158,36.994786],[-104.337812,36.994786],[-103.001438,37.000263],[-103.001438,36.501861],[-103.039777,36.501861],[-103.045254,34.01533],[-103.067161,33.002096],[-103.067161,31.999816],[-106.616219,31.999816],[-106.643603,31.901231],[-106.528588,31.786216],[-108.210008,31.786216],[-108.210008,31.331629],[-109.04798,31.331629],[-109.042503,37.000263],[-107.421329,37.000263]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"36\",\"properties\":{\"name\":\"New York\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-73.343806,45.013027],[-73.332852,44.804903],[-73.387622,44.618687],[-73.294514,44.437948],[-73.321898,44.246255],[-73.436914,44.043608],[-73.349283,43.769761],[-73.404052,43.687607],[-73.245221,43.523299],[-73.278083,42.833204],[-73.267129,42.745573],[-73.508114,42.08834],[-73.486206,42.050002],[-73.55193,41.294184],[-73.48073,41.21203],[-73.727192,41.102491],[-73.655992,40.987475],[-73.22879,40.905321],[-73.141159,40.965568],[-72.774204,40.965568],[-72.587988,40.998429],[-72.28128,41.157261],[-72.259372,41.042245],[-72.100541,40.992952],[-72.467496,40.845075],[-73.239744,40.625997],[-73.562884,40.582182],[-73.776484,40.593136],[-73.935316,40.543843],[-74.022947,40.708151],[-73.902454,40.998429],[-74.236547,41.14083],[-74.69661,41.359907],[-74.740426,41.431108],[-74.89378,41.436584],[-75.074519,41.60637],[-75.052611,41.754247],[-75.173104,41.869263],[-75.249781,41.863786],[-75.35932,42.000709],[-79.76278,42.000709],[-79.76278,42.252649],[-79.76278,42.269079],[-79.149363,42.55388],[-79.050778,42.690804],[-78.853608,42.783912],[-78.930285,42.953697],[-79.012439,42.986559],[-79.072686,43.260406],[-78.486653,43.375421],[-77.966344,43.369944],[-77.75822,43.34256],[-77.533665,43.233021],[-77.391265,43.276836],[-76.958587,43.271359],[-76.695693,43.34256],[-76.41637,43.523299],[-76.235631,43.528776],[-76.230154,43.802623],[-76.137046,43.961454],[-76.3616,44.070993],[-76.312308,44.196962],[-75.912491,44.366748],[-75.764614,44.514625],[-75.282643,44.848718],[-74.828057,45.018503],[-74.148916,44.991119],[-73.343806,45.013027]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"37\",\"properties\":{\"name\":\"North Carolina\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.978661,36.562108],[-80.294043,36.545677],[-79.510841,36.5402],[-75.868676,36.551154],[-75.75366,36.151337],[-76.032984,36.189676],[-76.071322,36.140383],[-76.410893,36.080137],[-76.460185,36.025367],[-76.68474,36.008937],[-76.673786,35.937736],[-76.399939,35.987029],[-76.3616,35.943213],[-76.060368,35.992506],[-75.961783,35.899398],[-75.781044,35.937736],[-75.715321,35.696751],[-75.775568,35.581735],[-75.89606,35.570781],[-76.147999,35.324319],[-76.482093,35.313365],[-76.536862,35.14358],[-76.394462,34.973795],[-76.279446,34.940933],[-76.493047,34.661609],[-76.673786,34.694471],[-76.991448,34.667086],[-77.210526,34.60684],[-77.555573,34.415147],[-77.82942,34.163208],[-77.971821,33.845545],[-78.179944,33.916745],[-78.541422,33.851022],[-79.675149,34.80401],[-80.797922,34.820441],[-80.781491,34.935456],[-80.934845,35.105241],[-81.038907,35.044995],[-81.044384,35.149057],[-82.276696,35.198349],[-82.550543,35.160011],[-82.764143,35.066903],[-83.109191,35.00118],[-83.618546,34.984749],[-84.319594,34.990226],[-84.29221,35.225734],[-84.09504,35.247642],[-84.018363,35.41195],[-83.7719,35.559827],[-83.498053,35.565304],[-83.251591,35.718659],[-82.994175,35.773428],[-82.775097,35.997983],[-82.638174,36.063706],[-82.610789,35.965121],[-82.216449,36.156814],[-82.03571,36.118475],[-81.909741,36.304691],[-81.723525,36.353984],[-81.679709,36.589492],[-80.978661,36.562108]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"38\",\"properties\":{\"name\":\"North Dakota\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-97.228743,49.000239],[-97.097296,48.682577],[-97.16302,48.545653],[-97.130158,48.140359],[-97.053481,47.948667],[-96.856311,47.609096],[-96.823449,46.968294],[-96.785111,46.924479],[-96.801542,46.656109],[-96.719387,46.437031],[-96.598895,46.332969],[-96.560556,45.933153],[-104.047534,45.944106],[-104.042057,47.861036],[-104.047534,49.000239],[-97.228743,49.000239]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"39\",\"properties\":{\"name\":\"Ohio\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.518598,41.978802],[-80.518598,40.636951],[-80.666475,40.582182],[-80.595275,40.472643],[-80.600752,40.319289],[-80.737675,40.078303],[-80.830783,39.711348],[-81.219646,39.388209],[-81.345616,39.344393],[-81.455155,39.410117],[-81.57017,39.267716],[-81.685186,39.273193],[-81.811156,39.0815],[-81.783771,38.966484],[-81.887833,38.873376],[-82.03571,39.026731],[-82.221926,38.785745],[-82.172634,38.632391],[-82.293127,38.577622],[-82.331465,38.446175],[-82.594358,38.424267],[-82.731282,38.561191],[-82.846298,38.588575],[-82.890113,38.758361],[-83.032514,38.725499],[-83.142052,38.626914],[-83.519961,38.703591],[-83.678792,38.632391],[-83.903347,38.769315],[-84.215533,38.807653],[-84.231963,38.895284],[-84.43461,39.103408],[-84.817996,39.103408],[-84.801565,40.500028],[-84.807042,41.694001],[-83.454238,41.732339],[-83.065375,41.595416],[-82.933929,41.513262],[-82.835344,41.589939],[-82.616266,41.431108],[-82.479343,41.381815],[-82.013803,41.513262],[-81.739956,41.485877],[-81.444201,41.672093],[-81.011523,41.852832],[-80.518598,41.978802],[-80.518598,41.978802]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"40\",\"properties\":{\"name\":\"Oklahoma\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-100.087706,37.000263],[-94.616242,37.000263],[-94.616242,36.501861],[-94.430026,35.395519],[-94.484796,33.637421],[-94.868182,33.74696],[-94.966767,33.861976],[-95.224183,33.960561],[-95.289906,33.87293],[-95.547322,33.878407],[-95.602092,33.933176],[-95.8376,33.834591],[-95.936185,33.889361],[-96.149786,33.840068],[-96.346956,33.686714],[-96.423633,33.774345],[-96.631756,33.845545],[-96.850834,33.845545],[-96.922034,33.960561],[-97.173974,33.736006],[-97.256128,33.861976],[-97.371143,33.823637],[-97.458774,33.905791],[-97.694283,33.982469],[-97.869545,33.851022],[-97.946222,33.987946],[-98.088623,34.004376],[-98.170777,34.113915],[-98.36247,34.157731],[-98.488439,34.064623],[-98.570593,34.146777],[-98.767763,34.135823],[-98.986841,34.223454],[-99.189488,34.2125],[-99.260688,34.404193],[-99.57835,34.415147],[-99.698843,34.382285],[-99.923398,34.573978],[-100.000075,34.563024],[-100.000075,36.501861],[-101.812942,36.501861],[-103.001438,36.501861],[-103.001438,37.000263],[-102.042974,36.994786],[-100.087706,37.000263]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"41\",\"properties\":{\"name\":\"Oregon\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-123.211348,46.174138],[-123.11824,46.185092],[-122.904639,46.08103],[-122.811531,45.960537],[-122.762239,45.659305],[-122.247407,45.549767],[-121.809251,45.708598],[-121.535404,45.725029],[-121.217742,45.670259],[-121.18488,45.604536],[-120.637186,45.746937],[-120.505739,45.697644],[-120.209985,45.725029],[-119.963522,45.823614],[-119.525367,45.911245],[-119.125551,45.933153],[-118.988627,45.998876],[-116.918344,45.993399],[-116.78142,45.823614],[-116.545912,45.752413],[-116.463758,45.61549],[-116.671881,45.319735],[-116.732128,45.144473],[-116.847143,45.02398],[-116.830713,44.930872],[-116.934774,44.782995],[-117.038836,44.750133],[-117.241483,44.394132],[-117.170283,44.257209],[-116.97859,44.240778],[-116.896436,44.158624],[-117.027882,43.830007],[-117.027882,42.000709],[-118.698349,41.989755],[-120.001861,41.995232],[-121.037003,41.995232],[-122.378853,42.011663],[-123.233256,42.006186],[-124.213628,42.000709],[-124.356029,42.115725],[-124.432706,42.438865],[-124.416275,42.663419],[-124.553198,42.838681],[-124.454613,43.002989],[-124.383413,43.271359],[-124.235536,43.55616],[-124.169813,43.8081],[-124.060274,44.657025],[-124.076705,44.772041],[-123.97812,45.144473],[-123.939781,45.659305],[-123.994551,45.944106],[-123.945258,46.113892],[-123.545441,46.261769],[-123.370179,46.146753],[-123.211348,46.174138]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"42\",\"properties\":{\"name\":\"Pennsylvania\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-79.76278,42.252649],[-79.76278,42.000709],[-75.35932,42.000709],[-75.249781,41.863786],[-75.173104,41.869263],[-75.052611,41.754247],[-75.074519,41.60637],[-74.89378,41.436584],[-74.740426,41.431108],[-74.69661,41.359907],[-74.828057,41.288707],[-74.882826,41.179168],[-75.134765,40.971045],[-75.052611,40.866983],[-75.205966,40.691721],[-75.195012,40.576705],[-75.069042,40.543843],[-75.058088,40.417874],[-74.773287,40.215227],[-74.82258,40.127596],[-75.129289,39.963288],[-75.145719,39.88661],[-75.414089,39.804456],[-75.616736,39.831841],[-75.786521,39.722302],[-79.477979,39.722302],[-80.518598,39.722302],[-80.518598,40.636951],[-80.518598,41.978802],[-80.518598,41.978802],[-80.332382,42.033571],[-79.76278,42.269079],[-79.76278,42.252649]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"44\",\"properties\":{\"name\":\"Rhode Island\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-71.196845,41.67757],[-71.120168,41.496831],[-71.317338,41.474923],[-71.196845,41.67757]]],[[[-71.530939,42.01714],[-71.383061,42.01714],[-71.328292,41.781632],[-71.22423,41.710431],[-71.344723,41.726862],[-71.448785,41.578985],[-71.481646,41.370861],[-71.859555,41.321569],[-71.799309,41.414677],[-71.799309,42.006186],[-71.530939,42.01714]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"45\",\"properties\":{\"name\":\"South Carolina\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-82.764143,35.066903],[-82.550543,35.160011],[-82.276696,35.198349],[-81.044384,35.149057],[-81.038907,35.044995],[-80.934845,35.105241],[-80.781491,34.935456],[-80.797922,34.820441],[-79.675149,34.80401],[-78.541422,33.851022],[-78.716684,33.80173],[-78.935762,33.637421],[-79.149363,33.380005],[-79.187701,33.171881],[-79.357487,33.007573],[-79.582041,33.007573],[-79.631334,32.887081],[-79.866842,32.755634],[-79.998289,32.613234],[-80.206412,32.552987],[-80.430967,32.399633],[-80.452875,32.328433],[-80.660998,32.246279],[-80.885553,32.032678],[-81.115584,32.120309],[-81.121061,32.290094],[-81.279893,32.558464],[-81.416816,32.629664],[-81.42777,32.843265],[-81.493493,33.007573],[-81.761863,33.160928],[-81.937125,33.347144],[-81.926172,33.462159],[-82.194542,33.631944],[-82.325988,33.81816],[-82.55602,33.94413],[-82.714851,34.152254],[-82.747713,34.26727],[-82.901067,34.486347],[-83.005129,34.469916],[-83.339222,34.683517],[-83.322791,34.787579],[-83.109191,35.00118],[-82.764143,35.066903]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"46\",\"properties\":{\"name\":\"South Dakota\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-104.047534,45.944106],[-96.560556,45.933153],[-96.582464,45.818137],[-96.856311,45.604536],[-96.681049,45.412843],[-96.451017,45.297827],[-96.451017,43.501391],[-96.582464,43.479483],[-96.527695,43.397329],[-96.560556,43.222067],[-96.434587,43.123482],[-96.511264,43.052282],[-96.544125,42.855112],[-96.631756,42.707235],[-96.44554,42.488157],[-96.626279,42.515542],[-96.692003,42.657942],[-97.217789,42.844158],[-97.688806,42.844158],[-97.831206,42.866066],[-97.951699,42.767481],[-98.466531,42.94822],[-98.499393,42.997512],[-101.626726,42.997512],[-103.324578,43.002989],[-104.053011,43.002989],[-104.058488,44.996596],[-104.042057,44.996596],[-104.047534,45.944106]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"47\",\"properties\":{\"name\":\"Tennessee\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-88.054868,36.496384],[-88.071299,36.677123],[-87.852221,36.633308],[-86.592525,36.655216],[-85.486183,36.616877],[-85.289013,36.627831],[-84.544149,36.594969],[-83.689746,36.584015],[-83.673316,36.600446],[-81.679709,36.589492],[-81.723525,36.353984],[-81.909741,36.304691],[-82.03571,36.118475],[-82.216449,36.156814],[-82.610789,35.965121],[-82.638174,36.063706],[-82.775097,35.997983],[-82.994175,35.773428],[-83.251591,35.718659],[-83.498053,35.565304],[-83.7719,35.559827],[-84.018363,35.41195],[-84.09504,35.247642],[-84.29221,35.225734],[-84.319594,34.990226],[-85.606675,34.984749],[-87.359296,35.00118],[-88.202745,34.995703],[-88.471115,34.995703],[-90.311367,34.995703],[-90.212782,35.023087],[-90.114197,35.198349],[-90.130628,35.439335],[-89.944412,35.603643],[-89.911551,35.756997],[-89.763673,35.811767],[-89.730812,35.997983],[-89.533642,36.249922],[-89.539119,36.496384],[-89.484349,36.496384],[-89.418626,36.496384],[-89.298133,36.507338],[-88.054868,36.496384]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"48\",\"properties\":{\"name\":\"Texas\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-101.812942,36.501861],[-100.000075,36.501861],[-100.000075,34.563024],[-99.923398,34.573978],[-99.698843,34.382285],[-99.57835,34.415147],[-99.260688,34.404193],[-99.189488,34.2125],[-98.986841,34.223454],[-98.767763,34.135823],[-98.570593,34.146777],[-98.488439,34.064623],[-98.36247,34.157731],[-98.170777,34.113915],[-98.088623,34.004376],[-97.946222,33.987946],[-97.869545,33.851022],[-97.694283,33.982469],[-97.458774,33.905791],[-97.371143,33.823637],[-97.256128,33.861976],[-97.173974,33.736006],[-96.922034,33.960561],[-96.850834,33.845545],[-96.631756,33.845545],[-96.423633,33.774345],[-96.346956,33.686714],[-96.149786,33.840068],[-95.936185,33.889361],[-95.8376,33.834591],[-95.602092,33.933176],[-95.547322,33.878407],[-95.289906,33.87293],[-95.224183,33.960561],[-94.966767,33.861976],[-94.868182,33.74696],[-94.484796,33.637421],[-94.380734,33.544313],[-94.183564,33.593606],[-94.041164,33.54979],[-94.041164,33.018527],[-94.041164,31.994339],[-93.822086,31.775262],[-93.816609,31.556184],[-93.542762,31.15089],[-93.526331,30.93729],[-93.630393,30.679874],[-93.728978,30.575812],[-93.696116,30.438888],[-93.767317,30.334826],[-93.690639,30.143133],[-93.926148,29.787132],[-93.838517,29.688547],[-94.002825,29.68307],[-94.523134,29.546147],[-94.70935,29.622824],[-94.742212,29.787132],[-94.873659,29.672117],[-94.966767,29.699501],[-95.016059,29.557101],[-94.911997,29.496854],[-94.895566,29.310638],[-95.081782,29.113469],[-95.383014,28.867006],[-95.985477,28.604113],[-96.045724,28.647929],[-96.226463,28.582205],[-96.23194,28.642452],[-96.478402,28.598636],[-96.593418,28.724606],[-96.664618,28.697221],[-96.401725,28.439805],[-96.593418,28.357651],[-96.774157,28.406943],[-96.801542,28.226204],[-97.026096,28.039988],[-97.256128,27.694941],[-97.404005,27.333463],[-97.513544,27.360848],[-97.540929,27.229401],[-97.425913,27.262263],[-97.480682,26.99937],[-97.557359,26.988416],[-97.562836,26.840538],[-97.469728,26.758384],[-97.442344,26.457153],[-97.332805,26.353091],[-97.30542,26.161398],[-97.217789,25.991613],[-97.524498,25.887551],[-97.650467,26.018997],[-97.885976,26.06829],[-98.198161,26.057336],[-98.466531,26.221644],[-98.669178,26.238075],[-98.822533,26.369522],[-99.030656,26.413337],[-99.173057,26.539307],[-99.266165,26.840538],[-99.446904,27.021277],[-99.424996,27.174632],[-99.50715,27.33894],[-99.479765,27.48134],[-99.605735,27.640172],[-99.709797,27.656603],[-99.879582,27.799003],[-99.934351,27.979742],[-100.082229,28.14405],[-100.29583,28.280974],[-100.399891,28.582205],[-100.498476,28.66436],[-100.629923,28.905345],[-100.673738,29.102515],[-100.799708,29.244915],[-101.013309,29.370885],[-101.062601,29.458516],[-101.259771,29.535193],[-101.413125,29.754271],[-101.851281,29.803563],[-102.114174,29.792609],[-102.338728,29.869286],[-102.388021,29.765225],[-102.629006,29.732363],[-102.809745,29.524239],[-102.919284,29.190146],[-102.97953,29.184669],[-103.116454,28.987499],[-103.280762,28.982022],[-103.527224,29.135376],[-104.146119,29.381839],[-104.266611,29.513285],[-104.507597,29.639255],[-104.677382,29.924056],[-104.688336,30.181472],[-104.858121,30.389596],[-104.896459,30.570335],[-105.005998,30.685351],[-105.394861,30.855136],[-105.602985,31.085167],[-105.77277,31.167321],[-105.953509,31.364491],[-106.205448,31.468553],[-106.38071,31.731446],[-106.528588,31.786216],[-106.643603,31.901231],[-106.616219,31.999816],[-103.067161,31.999816],[-103.067161,33.002096],[-103.045254,34.01533],[-103.039777,36.501861],[-103.001438,36.501861],[-101.812942,36.501861]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"49\",\"properties\":{\"name\":\"Utah\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-112.164359,41.995232],[-111.047063,42.000709],[-111.047063,40.998429],[-109.04798,40.998429],[-109.053457,39.125316],[-109.058934,38.27639],[-109.042503,38.166851],[-109.042503,37.000263],[-110.499369,37.00574],[-114.048427,37.000263],[-114.04295,41.995232],[-112.164359,41.995232]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"50\",\"properties\":{\"name\":\"Vermont\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-71.503554,45.013027],[-71.4926,44.914442],[-71.629524,44.750133],[-71.536416,44.585825],[-71.700724,44.41604],[-72.034817,44.322932],[-72.02934,44.07647],[-72.116971,43.994316],[-72.204602,43.769761],[-72.379864,43.572591],[-72.456542,43.150867],[-72.445588,43.008466],[-72.533219,42.953697],[-72.544173,42.80582],[-72.456542,42.729142],[-73.267129,42.745573],[-73.278083,42.833204],[-73.245221,43.523299],[-73.404052,43.687607],[-73.349283,43.769761],[-73.436914,44.043608],[-73.321898,44.246255],[-73.294514,44.437948],[-73.387622,44.618687],[-73.332852,44.804903],[-73.343806,45.013027],[-72.308664,45.002073],[-71.503554,45.013027]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"51\",\"properties\":{\"name\":\"Virginia\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-75.397659,38.013497],[-75.244304,38.029928],[-75.375751,37.860142],[-75.512674,37.799896],[-75.594828,37.569865],[-75.802952,37.197433],[-75.972737,37.120755],[-76.027507,37.257679],[-75.939876,37.564388],[-75.671506,37.95325],[-75.397659,38.013497]]],[[[-76.016553,37.95325],[-75.994645,37.95325],[-76.043938,37.95325],[-76.016553,37.95325]]],[[[-78.349729,39.464886],[-77.82942,39.130793],[-77.719881,39.322485],[-77.566527,39.306055],[-77.456988,39.223901],[-77.456988,39.076023],[-77.248864,39.026731],[-77.117418,38.933623],[-77.040741,38.791222],[-77.128372,38.632391],[-77.248864,38.588575],[-77.325542,38.446175],[-77.281726,38.342113],[-77.013356,38.374975],[-76.964064,38.216144],[-76.613539,38.15042],[-76.514954,38.024451],[-76.235631,37.887527],[-76.3616,37.608203],[-76.246584,37.389126],[-76.383508,37.285064],[-76.399939,37.159094],[-76.273969,37.082417],[-76.410893,36.961924],[-76.619016,37.120755],[-76.668309,37.065986],[-76.48757,36.95097],[-75.994645,36.923586],[-75.868676,36.551154],[-79.510841,36.5402],[-80.294043,36.545677],[-80.978661,36.562108],[-81.679709,36.589492],[-83.673316,36.600446],[-83.136575,36.742847],[-83.070852,36.852385],[-82.879159,36.890724],[-82.868205,36.978355],[-82.720328,37.044078],[-82.720328,37.120755],[-82.353373,37.268633],[-81.969987,37.537003],[-81.986418,37.454849],[-81.849494,37.285064],[-81.679709,37.20291],[-81.55374,37.208387],[-81.362047,37.339833],[-81.225123,37.235771],[-80.967707,37.290541],[-80.513121,37.482234],[-80.474782,37.421987],[-80.29952,37.509618],[-80.294043,37.690357],[-80.184505,37.849189],[-79.998289,37.997066],[-79.921611,38.177805],[-79.724442,38.364021],[-79.647764,38.594052],[-79.477979,38.457129],[-79.313671,38.413313],[-79.209609,38.495467],[-78.996008,38.851469],[-78.870039,38.763838],[-78.404499,39.169131],[-78.349729,39.464886]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"53\",\"properties\":{\"name\":\"Washington\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-117.033359,49.000239],[-117.044313,47.762451],[-117.038836,46.426077],[-117.055267,46.343923],[-116.92382,46.168661],[-116.918344,45.993399],[-118.988627,45.998876],[-119.125551,45.933153],[-119.525367,45.911245],[-119.963522,45.823614],[-120.209985,45.725029],[-120.505739,45.697644],[-120.637186,45.746937],[-121.18488,45.604536],[-121.217742,45.670259],[-121.535404,45.725029],[-121.809251,45.708598],[-122.247407,45.549767],[-122.762239,45.659305],[-122.811531,45.960537],[-122.904639,46.08103],[-123.11824,46.185092],[-123.211348,46.174138],[-123.370179,46.146753],[-123.545441,46.261769],[-123.72618,46.300108],[-123.874058,46.239861],[-124.065751,46.327492],[-124.027412,46.464416],[-123.895966,46.535616],[-124.098612,46.74374],[-124.235536,47.285957],[-124.31769,47.357157],[-124.427229,47.740543],[-124.624399,47.88842],[-124.706553,48.184175],[-124.597014,48.381345],[-124.394367,48.288237],[-123.983597,48.162267],[-123.704273,48.167744],[-123.424949,48.118452],[-123.162056,48.167744],[-123.036086,48.080113],[-122.800578,48.08559],[-122.636269,47.866512],[-122.515777,47.882943],[-122.493869,47.587189],[-122.422669,47.318818],[-122.324084,47.346203],[-122.422669,47.576235],[-122.395284,47.800789],[-122.230976,48.030821],[-122.362422,48.123929],[-122.373376,48.288237],[-122.471961,48.468976],[-122.422669,48.600422],[-122.488392,48.753777],[-122.647223,48.775685],[-122.795101,48.8907],[-122.756762,49.000239],[-117.033359,49.000239]]],[[[-122.718423,48.310145],[-122.586977,48.35396],[-122.608885,48.151313],[-122.767716,48.227991],[-122.718423,48.310145]]],[[[-123.025132,48.583992],[-122.915593,48.715438],[-122.767716,48.556607],[-122.811531,48.419683],[-123.041563,48.458022],[-123.025132,48.583992]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"54\",\"properties\":{\"name\":\"West Virginia\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.518598,40.636951],[-80.518598,39.722302],[-79.477979,39.722302],[-79.488933,39.20747],[-79.291763,39.300578],[-79.094593,39.470363],[-78.963147,39.437501],[-78.765977,39.585379],[-78.470222,39.514178],[-78.431884,39.623717],[-78.267575,39.61824],[-78.174467,39.694917],[-78.004682,39.601809],[-77.834897,39.601809],[-77.719881,39.322485],[-77.82942,39.130793],[-78.349729,39.464886],[-78.404499,39.169131],[-78.870039,38.763838],[-78.996008,38.851469],[-79.209609,38.495467],[-79.313671,38.413313],[-79.477979,38.457129],[-79.647764,38.594052],[-79.724442,38.364021],[-79.921611,38.177805],[-79.998289,37.997066],[-80.184505,37.849189],[-80.294043,37.690357],[-80.29952,37.509618],[-80.474782,37.421987],[-80.513121,37.482234],[-80.967707,37.290541],[-81.225123,37.235771],[-81.362047,37.339833],[-81.55374,37.208387],[-81.679709,37.20291],[-81.849494,37.285064],[-81.986418,37.454849],[-81.969987,37.537003],[-82.101434,37.553434],[-82.293127,37.668449],[-82.342419,37.783465],[-82.50125,37.931343],[-82.621743,38.123036],[-82.594358,38.424267],[-82.331465,38.446175],[-82.293127,38.577622],[-82.172634,38.632391],[-82.221926,38.785745],[-82.03571,39.026731],[-81.887833,38.873376],[-81.783771,38.966484],[-81.811156,39.0815],[-81.685186,39.273193],[-81.57017,39.267716],[-81.455155,39.410117],[-81.345616,39.344393],[-81.219646,39.388209],[-80.830783,39.711348],[-80.737675,40.078303],[-80.600752,40.319289],[-80.595275,40.472643],[-80.666475,40.582182],[-80.518598,40.636951]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"55\",\"properties\":{\"name\":\"Wisconsin\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-90.415429,46.568478],[-90.229213,46.508231],[-90.119674,46.338446],[-89.09001,46.135799],[-88.662808,45.987922],[-88.531362,46.020784],[-88.10416,45.922199],[-87.989145,45.796229],[-87.781021,45.675736],[-87.791975,45.500474],[-87.885083,45.363551],[-87.649574,45.341643],[-87.742682,45.199243],[-87.589328,45.095181],[-87.627666,44.974688],[-87.819359,44.95278],[-87.983668,44.722749],[-88.043914,44.563917],[-87.928898,44.536533],[-87.775544,44.640595],[-87.611236,44.837764],[-87.403112,44.914442],[-87.238804,45.166381],[-87.03068,45.22115],[-87.047111,45.089704],[-87.189511,44.969211],[-87.468835,44.552964],[-87.545512,44.322932],[-87.540035,44.158624],[-87.644097,44.103854],[-87.737205,43.8793],[-87.704344,43.687607],[-87.791975,43.561637],[-87.912467,43.249452],[-87.885083,43.002989],[-87.76459,42.783912],[-87.802929,42.493634],[-88.788778,42.493634],[-90.639984,42.510065],[-90.711184,42.636034],[-91.067185,42.75105],[-91.143862,42.909881],[-91.176724,43.134436],[-91.056231,43.254929],[-91.204109,43.353514],[-91.215062,43.501391],[-91.269832,43.616407],[-91.242447,43.775238],[-91.43414,43.994316],[-91.592971,44.032654],[-91.877772,44.202439],[-91.927065,44.333886],[-92.233773,44.443425],[-92.337835,44.552964],[-92.545959,44.569394],[-92.808852,44.750133],[-92.737652,45.117088],[-92.75956,45.286874],[-92.644544,45.440228],[-92.770513,45.566198],[-92.885529,45.577151],[-92.869098,45.719552],[-92.639067,45.933153],[-92.354266,46.015307],[-92.29402,46.075553],[-92.29402,46.667063],[-92.091373,46.749217],[-92.014696,46.705401],[-91.790141,46.694447],[-91.09457,46.864232],[-90.837154,46.95734],[-90.749522,46.88614],[-90.886446,46.754694],[-90.55783,46.584908],[-90.415429,46.568478]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"56\",\"properties\":{\"name\":\"Wyoming\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-109.080842,45.002073],[-105.91517,45.002073],[-104.058488,44.996596],[-104.053011,43.002989],[-104.053011,41.003906],[-105.728954,40.998429],[-107.919731,41.003906],[-109.04798,40.998429],[-111.047063,40.998429],[-111.047063,42.000709],[-111.047063,44.476286],[-111.05254,45.002073],[-109.080842,45.002073]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"72\",\"properties\":{\"name\":\"Puerto Rico\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-66.448338,17.984326],[-66.771478,18.006234],[-66.924832,17.929556],[-66.985078,17.973372],[-67.209633,17.956941],[-67.154863,18.19245],[-67.269879,18.362235],[-67.094617,18.515589],[-66.957694,18.488204],[-66.409999,18.488204],[-65.840398,18.433435],[-65.632274,18.367712],[-65.626797,18.203403],[-65.730859,18.186973],[-65.834921,18.017187],[-66.234737,17.929556],[-66.448338,17.984326]]]}}' +\n    ']}');\n}\n\nfunction loadGeoFixture2 () {\n    return JSON.parse('{\"type\":\"FeatureCollection\",\"features\":[' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-141.00045,68.498147],[-146.000897,68.487193],[-145.99542,67.999745],[-146.970315,67.999745],[-155.300742,67.999745],[-157.157424,68.207869],[-161.993563,68.2243],[-162.683657,68.300977],[-164.502001,68.229777],[-164.496525,68.021653],[-165.361881,68.02713],[-166.681824,68.339316],[-166.216284,68.881533],[-164.255539,68.930825],[-163.110859,69.374457],[-163.034181,69.724981],[-161.851162,70.311014],[-161.396576,70.239814],[-159.649432,70.792985],[-158.033735,70.831323],[-156.812377,71.285909],[-155.585543,71.170894],[-155.974405,70.809416],[-155.032372,71.148986],[-154.183446,70.7656],[-153.235935,70.924431],[-152.26104,70.842277],[-152.419871,70.606769],[-151.877654,70.431507],[-149.462323,70.519138],[-147.682318,70.201475],[-145.858496,70.168614],[-144.620708,69.971444],[-143.914183,70.130275],[-142.747594,70.042644],[-141.378359,69.63735],[-141.00045,69.648304],[-141.00045,68.498147]]]},\"id\":\"02185\"},' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-146.970315,67.999745],[-145.99542,67.999745],[-146.000897,68.487193],[-141.00045,68.498147],[-141.00045,65.841831],[-141.838422,65.463922],[-142.605194,65.392722],[-144.06206,64.680719],[-143.886798,65.09149],[-145.644896,65.031244],[-146.19259,65.452968],[-146.696468,65.321521],[-148.66269,65.211983],[-148.646259,64.604042],[-147.99998,64.341149],[-149.232292,64.35758],[-150.749404,64.363057],[-151.302575,64.012533],[-152.047439,64.001579],[-152.244609,63.656532],[-152.852549,63.651055],[-152.436302,63.169084],[-153.000427,62.725452],[-153.000427,62.292773],[-153.734337,62.02988],[-157.064316,62.02988],[-158.532136,62.117511],[-159.266046,61.947726],[-160.536697,61.947726],[-161.046052,62.205142],[-160.848882,63.010253],[-160.690051,63.536039],[-159.698725,63.793455],[-159.956141,64.050871],[-159.978049,64.746443],[-159.578232,64.921705],[-159.594663,65.524168],[-159.594663,65.956846],[-158.964815,66.121155],[-157.896811,66.126632],[-157.891334,66.477156],[-155.563635,66.307371],[-155.514342,66.570264],[-154.199877,66.718141],[-154.145107,67.161773],[-154.747571,67.254881],[-154.687324,67.599929],[-155.350034,67.775191],[-155.300742,67.999745],[-146.970315,67.999745]]]},\"id\":\"02290\"},' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-162.683657,68.300977],[-161.993563,68.2243],[-157.157424,68.207869],[-155.300742,67.999745],[-155.350034,67.775191],[-154.687324,67.599929],[-154.747571,67.254881],[-154.145107,67.161773],[-154.199877,66.718141],[-155.514342,66.570264],[-155.563635,66.307371],[-157.891334,66.477156],[-157.896811,66.126632],[-158.964815,66.121155],[-159.594663,65.956846],[-159.594663,65.524168],[-159.802787,65.436537],[-163.757138,65.436537],[-164.244585,65.781584],[-164.403417,66.581218],[-163.751661,66.553833],[-163.768091,66.060908],[-161.840208,66.02257],[-160.991283,66.23617],[-162.502918,66.740049],[-161.884024,66.718141],[-161.851162,67.052235],[-162.902735,67.008419],[-163.740707,67.128912],[-164.009077,67.534205],[-165.361881,68.02713],[-164.496525,68.021653],[-164.502001,68.229777],[-162.683657,68.300977]]]},\"id\":\"02188\"},' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-164.403417,66.581218],[-164.244585,65.781584],[-163.757138,65.436537],[-159.802787,65.436537],[-159.594663,65.524168],[-159.578232,64.921705],[-159.978049,64.746443],[-159.956141,64.050871],[-159.698725,63.793455],[-160.690051,63.536039],[-160.848882,63.010253],[-161.993563,63.010253],[-162.585072,63.273146],[-162.294794,63.541516],[-161.13916,63.503177],[-160.766728,63.771547],[-161.374669,64.532842],[-160.783159,64.719058],[-161.144637,64.921705],[-162.541257,64.532842],[-162.787719,64.324718],[-163.598306,64.565704],[-165.000403,64.434257],[-166.188899,64.576658],[-166.884471,65.140782],[-166.34773,65.277706],[-167.47598,65.414629],[-168.105828,65.682999],[-165.88219,66.312848],[-164.403417,66.581218]]]},\"id\":\"02180\"},' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-141.838422,65.463922],[-141.00045,65.841831],[-141.00045,61.903911],[-141.827468,61.898434],[-141.964392,62.511851],[-142.314916,62.681636],[-143.103595,62.615913],[-143.125503,63.114314],[-145.146494,63.136222],[-145.360095,63.223853],[-146.482868,63.174561],[-146.488345,63.481269],[-146.975792,63.481269],[-147.003177,64.258995],[-146.236405,64.308287],[-144.06206,64.680719],[-142.605194,65.392722],[-141.838422,65.463922]]]},\"id\":\"02240\"}]}');\n}\n\nfunction loadGeoFixture3 () {\n    return JSON.parse('{\"type\":\"FeatureCollection\",\"features\":[' +\n    '{ \"type\": \"Feature\", \"id\": 0, \"properties\": { \"NAME\": \"BEAVER COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 1566, \"Color4\": \"4\", \"Shape_Leng\": 392919.40649299999, \"Shape_Area\": 6695395041.25 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.51531845654742, 38.501394951609782 ], [ -112.51559303490995, 38.501364363708305 ], [ -112.51583435311554, 38.501388274205986 ], [ -112.51624678687737, 38.501369417200507 ], [ -112.51645793284727, 38.501321625821937 ], [ -112.51689931035234, 38.501315908787298 ], [ -112.51714465969346, 38.501258661667819 ], [ -112.51733240341667, 38.501188643405293 ], [ -112.51757614480287, 38.501054819236849 ], [ -112.51780917741506, 38.500957179016005 ], [ -112.51808148321271, 38.500818477833235 ], [ -112.51839964491495, 38.500679181401175 ], [ -112.51858042396552, 38.500550677299756 ], [ -112.51868687429617, 38.500432148381734 ], [ -112.51880758757041, 38.500173757509984 ], [ -112.51882175620119, 38.500029391166379 ], [ -112.51865567680008, 38.499765708629326 ], [ -112.51858367595374, 38.499613448429301 ], [ -112.51849419557983, 38.499447897738058 ], [ -112.51839888903316, 38.499277916814265 ], [ -112.51829853190161, 38.499140442376309 ], [ -112.51821991888255, 38.499000883639589 ], [ -112.51814840419073, 38.498817076892564 ], [ -112.5180528156493, 38.498633582193747 ], [ -112.51794059908488, 38.498477337201713 ], [ -112.51784013051901, 38.498334456934359 ], [ -112.51766346462955, 38.498112362591556 ], [ -112.51754052322694, 38.497991400708891 ], [ -112.51739974382566, 38.497840031036439 ], [ -112.51727042879105, 38.497688512638788 ], [ -112.5171515385547, 38.497487296237779 ], [ -112.51703048816815, 38.497128407907638 ], [ -112.51698628977159, 38.496989303548105 ], [ -112.51694078132472, 38.496733067719994 ], [ -112.51685363904855, 38.496405279841916 ], [ -112.51675512856036, 38.496082144835832 ], [ -112.51665220974327, 38.495822146749546 ], [ -112.51652053864245, 38.495558015214513 ], [ -112.51634046501448, 38.495172856132115 ], [ -112.51623114324524, 38.494935469079806 ], [ -112.51614178197104, 38.494720352026704 ], [ -112.51605653444996, 38.494482653082173 ], [ -112.51598445023816, 38.494325886441985 ], [ -112.51587844872952, 38.494192087373996 ], [ -112.51561750555885, 38.494051282278605 ], [ -112.51553759771154, 38.494013567375241 ], [ -112.51546000146166, 38.493976723643044 ], [ -112.51526448044127, 38.493893645309598 ], [ -112.515057496693, 38.493810714951309 ], [ -112.5148371349933, 38.493745980129162 ], [ -112.51453673469004, 38.49363722298704 ], [ -112.51430520835248, 38.493532080144711 ], [ -112.51414847581373, 38.493439486892974 ], [ -112.51394541983557, 38.493324963768885 ], [ -112.51369040354894, 38.493193089103833 ], [ -112.51349890629386, 38.493082921489993 ], [ -112.51327828078571, 38.492950601414208 ], [ -112.5130047533157, 38.492755884458539 ], [ -112.51275500116688, 38.492601411133016 ], [ -112.51247593331985, 38.492415775909087 ], [ -112.51218275091107, 38.492158230847394 ], [ -112.51196235170859, 38.491926779596554 ], [ -112.51192360145679, 38.491883123912054 ], [ -112.51174920821416, 38.491713257101374 ], [ -112.51155660493464, 38.491494963356423 ], [ -112.51139696454274, 38.491317696423231 ], [ -112.51123375435688, 38.491134167328873 ], [ -112.51108088029086, 38.49095140576339 ], [ -112.51093402063076, 38.490782083532729 ], [ -112.51080416753074, 38.490603530268992 ], [ -112.51064490587484, 38.490389310498763 ], [ -112.51049748403705, 38.490192960643803 ], [ -112.5104040136321, 38.49005448905374 ], [ -112.51027226456429, 38.489839913881113 ], [ -112.51019953945095, 38.489651611680223 ], [ -112.51014184566036, 38.489359484098976 ], [ -112.5101143130166, 38.4891390590114 ], [ -112.51010671518443, 38.488775095033589 ], [ -112.51012473147803, 38.488539664255541 ], [ -112.51016719567622, 38.488376910821778 ], [ -112.51025005989044, 38.488227153513641 ], [ -112.51040620600466, 38.488017876665502 ], [ -112.51064615461912, 38.487703887094071 ], [ -112.51075098342311, 38.48756285752458 ], [ -112.51102429781955, 38.487144805217824 ], [ -112.51114013389353, 38.486927036062987 ], [ -112.5112865234416, 38.486744918244788 ], [ -112.51144865988491, 38.486603148472362 ], [ -112.51158807668861, 38.486416614553555 ], [ -112.51173397677276, 38.486266042524115 ], [ -112.51191933418953, 38.486083420877982 ], [ -112.5120480400153, 38.48593307044397 ], [ -112.51213578128457, 38.485742697355313 ], [ -112.5121415943165, 38.485472279173479 ], [ -112.51211443404617, 38.485269872522572 ], [ -112.51218507583896, 38.485084225891285 ], [ -112.51247988099594, 38.484927224359566 ], [ -112.51281038872027, 38.484832840957715 ], [ -112.51308330423177, 38.484725683593055 ], [ -112.51339069830752, 38.484622585757137 ], [ -112.51375558849713, 38.484527755375169 ], [ -112.51397260682801, 38.484488904244287 ], [ -112.51452699042861, 38.484409644444568 ], [ -112.51485958224025, 38.484360285516921 ], [ -112.51512092259264, 38.484302836058852 ], [ -112.51543824989737, 38.484181581488244 ], [ -112.51574584061841, 38.484033417774953 ], [ -112.51595974174985, 38.483845914623927 ], [ -112.51613182732137, 38.483577849517339 ], [ -112.51627601307239, 38.483346191136896 ], [ -112.51647901580702, 38.483185862457987 ], [ -112.51678498185372, 38.48301518848492 ], [ -112.51699418544095, 38.482877307199658 ], [ -112.51723119164413, 38.482698513884273 ], [ -112.51750220289452, 38.482501256593274 ], [ -112.51769909193237, 38.482322982161456 ], [ -112.51787343536179, 38.48216302248909 ], [ -112.51811007792476, 38.481967110390855 ], [ -112.51835842620916, 38.481782760921284 ], [ -112.5185553111926, 38.481604485112229 ], [ -112.51876403458071, 38.481444078323072 ], [ -112.51898231561948, 38.481247501450589 ], [ -112.51913468834833, 38.481078813440774 ], [ -112.51932356907642, 38.480792502927017 ], [ -112.51940394679914, 38.480525622734113 ], [ -112.51949933994565, 38.480154916121442 ], [ -112.51952154935366, 38.479902307684988 ], [ -112.51949372007248, 38.47961430271824 ], [ -112.51942425366475, 38.479308815054175 ], [ -112.51931580994474, 38.479057901626561 ], [ -112.51914225243237, 38.478708706873611 ], [ -112.51895988327904, 38.478485786294449 ], [ -112.51876512813136, 38.478218869974512 ], [ -112.51852439955942, 38.477946241402179 ], [ -112.51830201666795, 38.477728344276272 ], [ -112.51822871865558, 38.477677028130202 ], [ -112.51819373207874, 38.477648645056142 ], [ -112.51801679095054, 38.477520272719403 ], [ -112.51775103736475, 38.477366016766339 ], [ -112.51754123998924, 38.477256092374482 ], [ -112.51731530407783, 38.477141870963898 ], [ -112.51671942309171, 38.476879246114883 ], [ -112.51634993182368, 38.476752463530872 ], [ -112.51606145755217, 38.476662479115269 ], [ -112.51580246530385, 38.476611762775654 ], [ -112.51544004651656, 38.476548867030246 ], [ -112.51508392433736, 38.476512923044176 ], [ -112.51477317277555, 38.476453862542634 ], [ -112.51442146191805, 38.47635477933941 ], [ -112.51411014608888, 38.476268690016411 ], [ -112.51383274102237, 38.476159632916101 ], [ -112.51358858740242, 38.475996076724037 ], [ -112.51340746670147, 38.475831705506863 ], [ -112.51328497972372, 38.475620618004619 ], [ -112.51326478141905, 38.475586635473917 ], [ -112.51312724337049, 38.475313563250744 ], [ -112.5130233148421, 38.475003109704922 ], [ -112.51290805891583, 38.474699110386425 ], [ -112.51279351954102, 38.474429345197699 ], [ -112.51263832479262, 38.474133971751293 ], [ -112.51252455926198, 38.47390114322701 ], [ -112.51245766985753, 38.473717272236456 ], [ -112.51232342152238, 38.473327007542487 ], [ -112.5122007286875, 38.472941099188382 ], [ -112.51212191070124, 38.472734853340562 ], [ -112.51200147831041, 38.47245705301912 ], [ -112.51186845808918, 38.472125346304729 ], [ -112.51178438254533, 38.47194169669983 ], [ -112.5116399046649, 38.471610137576747 ], [ -112.51151374630858, 38.471332410577872 ], [ -112.51142168554475, 38.471040726221233 ], [ -112.51118562903352, 38.470714853947555 ], [ -112.51101438833405, 38.470473753857519 ], [ -112.51090702198414, 38.470272381097189 ], [ -112.51071774809499, 38.469990961596096 ], [ -112.51055148845269, 38.469713750680938 ], [ -112.51040758486765, 38.469409216822562 ], [ -112.5103027562635, 38.4690546158551 ], [ -112.51013912688258, 38.468353831570695 ], [ -112.5100289663509, 38.468018223099214 ], [ -112.50991989670007, 38.467734866933412 ], [ -112.50979048385908, 38.467575229958634 ], [ -112.5095067316568, 38.467544643721709 ], [ -112.50944584847488, 38.467538219193436 ], [ -112.509103297943, 38.467601207823151 ], [ -112.50890332785708, 38.467630818570683 ], [ -112.50851381375104, 38.467640341695876 ], [ -112.50828979897922, 38.467616192277681 ], [ -112.50787520878262, 38.467522404320221 ], [ -112.50746653672333, 38.467437550183284 ], [ -112.50706885574698, 38.467330024516976 ], [ -112.5067213142819, 38.46720833529448 ], [ -112.50635840865114, 38.467064313955113 ], [ -112.50602742355672, 38.466856800750293 ], [ -112.50575906800039, 38.466684527330962 ], [ -112.50559162390806, 38.466569530728826 ], [ -112.50542387744584, 38.466495089387841 ], [ -112.5052274841125, 38.466421015955923 ], [ -112.50504837312488, 38.466351225853742 ], [ -112.50448793729295, 38.46613313916734 ], [ -112.50411835321064, 38.465998208041064 ], [ -112.50381930100784, 38.465947979180818 ], [ -112.5034655743134, 38.46602461201136 ], [ -112.50310490165637, 38.466042758335483 ], [ -112.50278442822307, 38.466064893521875 ], [ -112.50244648585901, 38.466073734704516 ], [ -112.50193223949603, 38.466147916136471 ], [ -112.50173086854774, 38.466109946529066 ], [ -112.50153373247156, 38.465999830479532 ], [ -112.50129848425931, 38.465709973085424 ], [ -112.50124195661822, 38.465581833512239 ], [ -112.50114223504538, 38.465360528143485 ], [ -112.50112470569744, 38.465067879798291 ], [ -112.50117312654619, 38.464639214037369 ], [ -112.50110347340699, 38.464320199250373 ], [ -112.50101221123892, 38.464064541675882 ], [ -112.5009520238177, 38.463925635040773 ], [ -112.50091964247476, 38.463745820402607 ], [ -112.5009363899144, 38.463503196996221 ], [ -112.50103485338956, 38.463221678187324 ], [ -112.50105468856265, 38.46307273457284 ], [ -112.50102174713925, 38.462865892673506 ], [ -112.50095489786217, 38.462682013973158 ], [ -112.50077365279519, 38.46250861250013 ], [ -112.50065580246248, 38.462352421513138 ], [ -112.50057251406569, 38.462204799110289 ], [ -112.50045918034213, 38.461989975413054 ], [ -112.50029531215891, 38.461825362040095 ], [ -112.50005039778171, 38.461621234706534 ], [ -112.49996158026809, 38.461538565326244 ], [ -112.4998458494558, 38.461429206047818 ], [ -112.49952453850695, 38.461133237509934 ], [ -112.49939784384708, 38.460992477934042 ], [ -112.49929727136328, 38.460895540127986 ], [ -112.49921183706093, 38.460810123405075 ], [ -112.49900842861318, 38.460562207422953 ], [ -112.4988953819294, 38.460360895656748 ], [ -112.49877522711039, 38.46009298972195 ], [ -112.49858854136944, 38.459711488966867 ], [ -112.49843523573132, 38.459447611356552 ], [ -112.49826397157729, 38.459201986212904 ], [ -112.49807570835958, 38.458965589699034 ], [ -112.49788227655679, 38.458756293427278 ], [ -112.4977174343756, 38.458654769144722 ], [ -112.49760948050852, 38.458588563257379 ], [ -112.49733752393678, 38.458461373413336 ], [ -112.49711177138308, 38.458351615377865 ], [ -112.49689091035737, 38.458201242679984 ], [ -112.49673872139724, 38.458046387491351 ], [ -112.49666591694319, 38.457850867239763 ], [ -112.49660920077768, 38.45760197357415 ], [ -112.49656847979507, 38.457295201955048 ], [ -112.49658129104778, 38.457083268189812 ], [ -112.49660104105639, 38.456929820469156 ], [ -112.49667244239693, 38.456780218538839 ], [ -112.49694071650437, 38.456452376668189 ], [ -112.49707429398525, 38.456261428173235 ], [ -112.49717491582631, 38.455917705352299 ], [ -112.49718607740402, 38.455570620156536 ], [ -112.49701380287358, 38.455275442621243 ], [ -112.49671540838389, 38.454977370615595 ], [ -112.49651845104967, 38.454818581273855 ], [ -112.4963540024621, 38.454680102760676 ], [ -112.49607363610113, 38.454422350492393 ], [ -112.49597116878338, 38.454288486685059 ], [ -112.4958441770214, 38.454132407214551 ], [ -112.49546974090408, 38.453758705184079 ], [ -112.49515878640585, 38.453406720393957 ], [ -112.49502969255337, 38.453259678324031 ], [ -112.4948649272321, 38.45305001082572 ], [ -112.49456655087808, 38.452751932869553 ], [ -112.49434903129, 38.452540234229069 ], [ -112.4943254858831, 38.452509895488703 ], [ -112.49423877319521, 38.452417282009655 ], [ -112.49402371415741, 38.452213661704015 ], [ -112.49390689897827, 38.452106112342086 ], [ -112.493802816529, 38.452004708541068 ], [ -112.49365549023172, 38.451862403137753 ], [ -112.49338601264668, 38.451631539831247 ], [ -112.49329792095065, 38.451583099575679 ], [ -112.49317267259119, 38.451566673152072 ], [ -112.49309349774188, 38.451617245625513 ], [ -112.4929982519796, 38.45172209190094 ], [ -112.49280729547353, 38.451909261385936 ], [ -112.4925817822941, 38.452087859377372 ], [ -112.49222479419062, 38.452281649098971 ], [ -112.49170455703337, 38.452617195041761 ], [ -112.49128030695105, 38.452883930458803 ], [ -112.49081927261459, 38.453033982950622 ], [ -112.49042994384314, 38.453048849892717 ], [ -112.49005600244641, 38.452976108210962 ], [ -112.48960585081868, 38.452819626326409 ], [ -112.48926915763322, 38.452607631245861 ], [ -112.48911304380108, 38.45248345481582 ], [ -112.48870369019259, 38.452137209115776 ], [ -112.48848776075253, 38.451946205680798 ], [ -112.48826593559313, 38.451691295027359 ], [ -112.48812270170897, 38.451468728143752 ], [ -112.48802614457117, 38.451231149737914 ], [ -112.48800952474404, 38.450979939735788 ], [ -112.48803971186885, 38.450775896149956 ], [ -112.48809754063259, 38.450522839256244 ], [ -112.48811856401652, 38.450374783414318 ], [ -112.48810232569565, 38.449919007242627 ], [ -112.48806168304915, 38.449614033291688 ], [ -112.48798719011674, 38.449334721524806 ], [ -112.48772420801556, 38.449139808429329 ], [ -112.48750284095395, 38.449018260709096 ], [ -112.48745298725292, 38.448990056905032 ], [ -112.4871065265626, 38.4488592829425 ], [ -112.48684192449075, 38.448808572611256 ], [ -112.48664042424359, 38.448761566644166 ], [ -112.48640575720954, 38.448773556021713 ], [ -112.4861568628652, 38.448929909660777 ], [ -112.48582163909502, 38.449123403848446 ], [ -112.48553674792926, 38.449145040029336 ], [ -112.48529607420255, 38.449143586092873 ], [ -112.48476261963066, 38.44911430264456 ], [ -112.48451584861223, 38.449094901353021 ], [ -112.4842400679219, 38.449057844072058 ], [ -112.48401501010342, 38.448979591751403 ], [ -112.48384640349963, 38.448860072120297 ], [ -112.48358633234049, 38.448750722159772 ], [ -112.48333401916338, 38.448740400071188 ], [ -112.48314733631041, 38.448801338658036 ], [ -112.48297628391391, 38.448898125147181 ], [ -112.48268571732717, 38.44897840110368 ], [ -112.48238739409891, 38.448959647801843 ], [ -112.48218580390743, 38.448908129529336 ], [ -112.4819208361576, 38.448839389641229 ], [ -112.48171314997143, 38.448769924627932 ], [ -112.48148061729793, 38.448606152517819 ], [ -112.48121990575974, 38.448465265041833 ], [ -112.48104051175078, 38.448378319188635 ], [ -112.48083890565798, 38.448325897621842 ], [ -112.48051693670115, 38.448271392351998 ], [ -112.48011399775854, 38.448235932314368 ], [ -112.4796902541124, 38.448191722157993 ], [ -112.47922897346965, 38.448048857719698 ], [ -112.47886647769053, 38.447692973613584 ], [ -112.47870128797825, 38.447515729576196 ], [ -112.47855562944895, 38.447340942239691 ], [ -112.47833226646901, 38.447064403960042 ], [ -112.4781552803241, 38.446814314627289 ], [ -112.47803076586725, 38.446608620612338 ], [ -112.47786606473326, 38.446398927674508 ], [ -112.47756888760721, 38.446154859380172 ], [ -112.47751423684619, 38.446115897960517 ], [ -112.47730727388065, 38.445968916757522 ], [ -112.47700428069386, 38.445720414566786 ], [ -112.47675449296356, 38.445552344625661 ], [ -112.47652225714171, 38.445402075972915 ], [ -112.47624566802102, 38.445324458012088 ], [ -112.47599281673583, 38.445287092192864 ], [ -112.47567077282926, 38.445228068620537 ], [ -112.47542309960343, 38.445163601749279 ], [ -112.47489865679736, 38.445012503925696 ], [ -112.47429792131547, 38.444772248581472 ], [ -112.47389867046022, 38.444579018738935 ], [ -112.47350469145255, 38.444363192371128 ], [ -112.47316936620395, 38.444214213583848 ], [ -112.47281475307756, 38.443961843673605 ], [ -112.47266771404098, 38.443774449960941 ], [ -112.47261058550664, 38.443669733149306 ], [ -112.47258450464288, 38.443626805626643 ], [ -112.47246573929294, 38.443421033162224 ], [ -112.47231233388649, 38.443202178616986 ], [ -112.47216484013606, 38.442992261103427 ], [ -112.47195518485312, 38.442824577517584 ], [ -112.47176975136134, 38.44266469962897 ], [ -112.47171612376815, 38.442619414508101 ], [ -112.47154608835423, 38.442427802429464 ], [ -112.47148947481112, 38.442348310864801 ], [ -112.47141051102608, 38.442240263071284 ], [ -112.47127504416396, 38.442058129080877 ], [ -112.47109042852549, 38.441712602100566 ], [ -112.47097657527732, 38.44146621439814 ], [ -112.47081553106563, 38.441152832504052 ], [ -112.47069095602552, 38.44094262525951 ], [ -112.47060102097603, 38.440745500352222 ], [ -112.47049890019275, 38.440512482157978 ], [ -112.47026739430395, 38.440114374198146 ], [ -112.46998352024249, 38.440015204901989 ], [ -112.46967560286646, 38.440029881973793 ], [ -112.46941226810993, 38.440039493286015 ], [ -112.46929171767242, 38.440027487940846 ], [ -112.46907188297941, 38.43992210631523 ], [ -112.46890932324951, 38.439816006147311 ], [ -112.46861430290426, 38.439675520157273 ], [ -112.46832202177717, 38.439670172248519 ], [ -112.46812254753887, 38.439721334505961 ], [ -112.46788892739963, 38.439783738121484 ], [ -112.46740401098749, 38.43988443419471 ], [ -112.46712199834651, 38.439820379632714 ], [ -112.46698762283208, 38.439691394949811 ], [ -112.46684560564741, 38.439467884553061 ], [ -112.4668235065805, 38.439338394982649 ], [ -112.46680127995637, 38.439202598919316 ], [ -112.46677802900783, 38.438959578265894 ], [ -112.46666547121239, 38.438776250733532 ], [ -112.46642378896018, 38.438666631794938 ], [ -112.46624040156817, 38.438606747444069 ], [ -112.46584017223131, 38.438475681449631 ], [ -112.46551643541358, 38.438331041063023 ], [ -112.46515087837997, 38.438101313064983 ], [ -112.46479159720934, 38.437898540083509 ], [ -112.46455377422825, 38.437752822771479 ], [ -112.46436813475275, 38.437637993143127 ], [ -112.46408476837146, 38.437506361443177 ], [ -112.46381249358309, 38.43735656735825 ], [ -112.46356331080511, 38.437215495706027 ], [ -112.46331921956603, 38.43704281948304 ], [ -112.4630526752927, 38.436892952019022 ], [ -112.4627047693796, 38.436685524674282 ], [ -112.46231222947392, 38.436537228497016 ], [ -112.46186251019674, 38.436394150257811 ], [ -112.46148751836817, 38.43626365543156 ], [ -112.46117862018572, 38.436001667523598 ], [ -112.46100968417367, 38.435748747320758 ], [ -112.46098372206325, 38.43571122254064 ], [ -112.46088036844024, 38.435415129959651 ], [ -112.46073574592987, 38.435060976693592 ], [ -112.46060057367389, 38.434891442353653 ], [ -112.4603365840989, 38.434867698528805 ], [ -112.46018159036657, 38.43485160726015 ], [ -112.45979615332055, 38.4347708006622 ], [ -112.45945071576045, 38.434684988736379 ], [ -112.45906401085102, 38.43454111458535 ], [ -112.45864876294078, 38.43440210029393 ], [ -112.45839996274967, 38.434279035796415 ], [ -112.45799318145177, 38.43399122298672 ], [ -112.45770085236492, 38.433697478977138 ], [ -112.45746566426995, 38.433453488138944 ], [ -112.45722010117331, 38.43314924837226 ], [ -112.45699538341518, 38.432742016991803 ], [ -112.45686872197324, 38.432482256691046 ], [ -112.45670821198291, 38.432191376614654 ], [ -112.45653369072491, 38.432058372894808 ], [ -112.45632622592207, 38.431939295755697 ], [ -112.45627290549281, 38.431908418042156 ], [ -112.45578390795154, 38.431518887309316 ], [ -112.45560946236699, 38.431389485860109 ], [ -112.45535778365424, 38.431122265389938 ], [ -112.45523586331004, 38.43098410048102 ], [ -112.45520434193425, 38.430954753818504 ], [ -112.45514691751592, 38.430890583745928 ], [ -112.45502994103282, 38.43077038034788 ], [ -112.45480867215836, 38.430591094363145 ], [ -112.45474471980707, 38.430544127125714 ], [ -112.45440178129125, 38.430296060752795 ], [ -112.45411110825758, 38.430083390975035 ], [ -112.45372754531049, 38.429808792045563 ], [ -112.45332502781248, 38.429502886440673 ], [ -112.45301142616442, 38.429231923042124 ], [ -112.45277363485545, 38.428970832675013 ], [ -112.45275022288607, 38.428945890562531 ], [ -112.45258883684438, 38.428724404482971 ], [ -112.45247486919536, 38.428468086346882 ], [ -112.45240109658054, 38.428216676766667 ], [ -112.45230432810961, 38.427961046383885 ], [ -112.45225265063883, 38.42766881070699 ], [ -112.45222378936437, 38.427371786404706 ], [ -112.45223393089725, 38.427020209191575 ], [ -112.45228979365123, 38.426663559455775 ], [ -112.45228456025235, 38.426402288558791 ], [ -112.45235205561976, 38.426054506154451 ], [ -112.4524373611377, 38.425738043444298 ], [ -112.45257010106765, 38.425502096820132 ], [ -112.45271456356417, 38.425279522068699 ], [ -112.45282376474402, 38.425012326469385 ], [ -112.45277118511653, 38.424675044167948 ], [ -112.45269804750853, 38.424455167260447 ], [ -112.45262991464928, 38.424199181923662 ], [ -112.45251561158159, 38.423925745743418 ], [ -112.45231397285136, 38.423581299340249 ], [ -112.45218776859818, 38.423285481354945 ], [ -112.45216116520399, 38.423101073620821 ], [ -112.45224655871259, 38.422789115620709 ], [ -112.45229903839054, 38.422549658185787 ], [ -112.45228316550032, 38.422329071117801 ], [ -112.45223615440902, 38.42198360895182 ], [ -112.45215655563746, 38.421726864161215 ], [ -112.45205407138829, 38.421471304074259 ], [ -112.4519684051334, 38.421197512304062 ], [ -112.45186585020055, 38.420938348261565 ], [ -112.45178859871109, 38.420798724704923 ], [ -112.45167619820971, 38.420619885586689 ], [ -112.45156934388714, 38.420431966055588 ], [ -112.45155340175111, 38.420207775016777 ], [ -112.45163386246237, 38.419935529421629 ], [ -112.45160347498246, 38.419561924960746 ], [ -112.4515683538184, 38.419237942851019 ], [ -112.45150775941607, 38.419071979090106 ], [ -112.45130704110277, 38.418772577100007 ], [ -112.45107949811181, 38.41856362284792 ], [ -112.4508638585872, 38.418377049724882 ], [ -112.45075914619284, 38.418238666578858 ], [ -112.45072512573044, 38.418198535628413 ], [ -112.45066986181213, 38.418127127103048 ], [ -112.45042412850236, 38.417810257622733 ], [ -112.45025617705582, 38.417487919125769 ], [ -112.45010663942141, 38.417169858276758 ], [ -112.44998018592192, 38.416860523153225 ], [ -112.44986410424872, 38.416496989966205 ], [ -112.44980414651683, 38.416362557910368 ], [ -112.44972002600102, 38.416165343600731 ], [ -112.44955544136077, 38.415667236182443 ], [ -112.44939910504324, 38.41529518880948 ], [ -112.44924789082711, 38.414950112636561 ], [ -112.44907570634949, 38.414587272373453 ], [ -112.44887009529376, 38.414328478527011 ], [ -112.44874635149408, 38.414154282340327 ], [ -112.4485171214701, 38.413859733453471 ], [ -112.44851908674671, 38.413671366719214 ], [ -112.44853084765757, 38.413399972164086 ], [ -112.44850110961711, 38.413057898944679 ], [ -112.44841744646764, 38.412883206890413 ], [ -112.44831124211034, 38.412726816579351 ], [ -112.44803003507573, 38.412352705777302 ], [ -112.44781002251833, 38.412003070674906 ], [ -112.44757381958149, 38.41164552468809 ], [ -112.44736671254881, 38.411311048981503 ], [ -112.44719545048682, 38.411050926515557 ], [ -112.44697169251867, 38.410742789349484 ], [ -112.44676744773734, 38.410551561692778 ], [ -112.44666143012377, 38.410404179076771 ], [ -112.44641915383922, 38.410028682353079 ], [ -112.44630337134318, 38.409678658745875 ], [ -112.44618945383876, 38.409134862393188 ], [ -112.44608449556989, 38.408753164282075 ], [ -112.44603196138665, 38.408415877197918 ], [ -112.44594810947814, 38.407943802347731 ], [ -112.44585164019608, 38.407643103688116 ], [ -112.44563883199261, 38.407366369227695 ], [ -112.44547478630858, 38.407237724482002 ], [ -112.44531807772528, 38.407132419198739 ], [ -112.44524960849186, 38.407087304434114 ], [ -112.4450110293848, 38.406896496936838 ], [ -112.44484795144143, 38.406758827740724 ], [ -112.44474353376253, 38.406576278209009 ], [ -112.44452768671174, 38.406204055979487 ], [ -112.44443295052476, 38.406047520483334 ], [ -112.44432703413111, 38.405904640124419 ], [ -112.44408139175937, 38.405646330588048 ], [ -112.44391574413014, 38.405551947456168 ], [ -112.443780206421, 38.405474315193572 ], [ -112.44353521489353, 38.405306112618561 ], [ -112.44321871970722, 38.405170330810179 ], [ -112.44292451723233, 38.405061308498446 ], [ -112.44253863010317, 38.404948908282577 ], [ -112.44214605245534, 38.404787926379598 ], [ -112.44193314509442, 38.404735575432596 ], [ -112.44156407734046, 38.404604941780462 ], [ -112.44124662278149, 38.404478177999685 ], [ -112.44079454938718, 38.404204376796358 ], [ -112.4405497301739, 38.403986601823625 ], [ -112.44031743473094, 38.403822742127048 ], [ -112.44011510462052, 38.403726100885891 ], [ -112.43979801389045, 38.403617351888215 ], [ -112.43955543379523, 38.403512192558274 ], [ -112.43923297755175, 38.403421531171581 ], [ -112.43910014953953, 38.403364586855965 ], [ -112.43874413440092, 38.403256312970704 ], [ -112.43849577690413, 38.403206193259102 ], [ -112.43828886912199, 38.403167279412287 ], [ -112.43798501801476, 38.403148479214032 ], [ -112.43780605292733, 38.403132651856097 ], [ -112.43760753497261, 38.403112558277584 ], [ -112.43750862539868, 38.403091242543994 ], [ -112.43726551491909, 38.402959050053575 ], [ -112.43706247747505, 38.402826365648316 ], [ -112.43674200584599, 38.402546428848375 ], [ -112.43657144515367, 38.402318723309889 ], [ -112.43647038253093, 38.40213071796785 ], [ -112.43640529042199, 38.402024277455631 ], [ -112.43624427242855, 38.401989303285454 ], [ -112.4361952732682, 38.402001618912735 ], [ -112.43591931122886, 38.402060872687031 ], [ -112.43566286563404, 38.402122590212258 ], [ -112.43538764208151, 38.402103432521933 ], [ -112.43488103209047, 38.401965450536132 ], [ -112.43450152105966, 38.401884486207273 ], [ -112.43419106119848, 38.40182069886113 ], [ -112.43381896723845, 38.401825252027628 ], [ -112.43364453282229, 38.401980583827466 ], [ -112.43347285618779, 38.402275561907082 ], [ -112.43318469860337, 38.402761208543559 ], [ -112.43303688382331, 38.403046882518467 ], [ -112.43285805445562, 38.403269854114811 ], [ -112.43255732766617, 38.403467280737487 ], [ -112.43228458921513, 38.403574248226313 ], [ -112.43206212738384, 38.4036175192972 ], [ -112.43188000465584, 38.403673814509581 ], [ -112.4315728274201, 38.403776695326059 ], [ -112.43114281567253, 38.404038779031673 ], [ -112.43095155141594, 38.404212335637482 ], [ -112.43061787843962, 38.404423677055966 ], [ -112.43042519106355, 38.404525157143269 ], [ -112.43024386385689, 38.404621992453194 ], [ -112.42998900203622, 38.404764782970894 ], [ -112.42973360663598, 38.404880544558203 ], [ -112.42932909980651, 38.404984606954109 ], [ -112.42890794138324, 38.405057330294191 ], [ -112.42842267223118, 38.405189409205569 ], [ -112.42797756360483, 38.405325502562903 ], [ -112.42753034776374, 38.405529207140034 ], [ -112.42723003297542, 38.405690568643479 ], [ -112.42694258401238, 38.405923865767676 ], [ -112.42652452368814, 38.406212822004008 ], [ -112.42638396966888, 38.406345201557144 ], [ -112.42600394282623, 38.406530059244432 ], [ -112.42576570943847, 38.406645603395987 ], [ -112.42553390826795, 38.406797115343949 ], [ -112.42533179280242, 38.407002335556321 ], [ -112.42517565292641, 38.407216007917128 ], [ -112.42504356230958, 38.407487963214756 ], [ -112.42483512459793, 38.40795459672681 ], [ -112.42477506856736, 38.408104018820794 ], [ -112.42473185856882, 38.408528090763966 ], [ -112.42469726759438, 38.408807871818432 ], [ -112.42462224672494, 38.409070121117139 ], [ -112.42449490304317, 38.40929245408946 ], [ -112.42433320767762, 38.409515204463688 ], [ -112.42416991957195, 38.409656869319257 ], [ -112.42385795305624, 38.409809352227214 ], [ -112.42348256616843, 38.409940075660188 ], [ -112.42307872862467, 38.410080155037583 ], [ -112.4226282927465, 38.410180246429057 ], [ -112.42227553755968, 38.410297173814001 ], [ -112.42193398444402, 38.410401347932073 ], [ -112.42173596737412, 38.410524506411925 ], [ -112.4214023265296, 38.410740327191547 ], [ -112.42116055283611, 38.410968550356074 ], [ -112.42094211998379, 38.411219019066998 ], [ -112.42081476132974, 38.411441348251657 ], [ -112.42072933193626, 38.411757791038553 ], [ -112.42063817647401, 38.412074303172574 ], [ -112.420569851243, 38.412386933806943 ], [ -112.42050404667118, 38.412769824523323 ], [ -112.42044909584071, 38.413239095227958 ], [ -112.42040224178642, 38.413478471274331 ], [ -112.42032385704367, 38.413862415490271 ], [ -112.4202553349634, 38.414165135471812 ], [ -112.42010647819596, 38.414459817396981 ], [ -112.41991075743617, 38.414700997266614 ], [ -112.41977598889217, 38.414837804621754 ], [ -112.41958475735173, 38.415015848183273 ], [ -112.41947544661026, 38.415283015326402 ], [ -112.41936701660576, 38.415595229812503 ], [ -112.41930430292085, 38.415902384648348 ], [ -112.41922036071216, 38.416295406974797 ], [ -112.41911034172678, 38.416526535833462 ], [ -112.41893725080985, 38.416753922556325 ], [ -112.4187695321028, 38.416963220731539 ], [ -112.41849496102374, 38.417272940081851 ], [ -112.41832697554001, 38.417410147877021 ], [ -112.41811267189323, 38.417638933388339 ], [ -112.41783393719412, 38.418028905016989 ], [ -112.41775650525308, 38.418169522063089 ], [ -112.41761769105229, 38.418392887449414 ], [ -112.41747505186819, 38.418713624447747 ], [ -112.41740528198392, 38.418894700860598 ], [ -112.41735603705729, 38.419071023147524 ], [ -112.41728494530203, 38.419243103852153 ], [ -112.41718495937415, 38.419402016551786 ], [ -112.41704841579703, 38.419507301562859 ], [ -112.41678731085389, 38.419569034496298 ], [ -112.4162943498997, 38.419547959160688 ], [ -112.41573743623069, 38.419478090549056 ], [ -112.41514070555941, 38.41942221760128 ], [ -112.41468694884165, 38.41935560388896 ], [ -112.41428534138616, 38.419319899664075 ], [ -112.41389016281927, 38.419320162977542 ], [ -112.4134424810201, 38.419330069927327 ], [ -112.41291128783503, 38.419345488008439 ], [ -112.41249241089963, 38.419364055613414 ], [ -112.4122405611804, 38.41931302155762 ], [ -112.41180266992265, 38.419178618235321 ], [ -112.41124885895755, 38.418973516448432 ], [ -112.41078736676968, 38.418803347034597 ], [ -112.41025515111998, 38.418530393277642 ], [ -112.40976345840826, 38.418279478597711 ], [ -112.40931202516951, 38.418037089239071 ], [ -112.40883769153923, 38.417794973449901 ], [ -112.40836301114432, 38.417534836613768 ], [ -112.40789890291028, 38.417288088239147 ], [ -112.40765128539563, 38.417159493336761 ], [ -112.40719389555369, 38.416904550940508 ], [ -112.40682421272135, 38.416742274733487 ], [ -112.40657035702024, 38.416646194284176 ], [ -112.40599957706324, 38.416450282671903 ], [ -112.40562583211106, 38.416373661907691 ], [ -112.40520610747831, 38.416288579713353 ], [ -112.40481492518475, 38.416198648003466 ], [ -112.40430861883424, 38.416078554009211 ], [ -112.40408426925622, 38.41602717268561 ], [ -112.40378522414636, 38.415963168349791 ], [ -112.40339855069121, 38.415810096399689 ], [ -112.40303370109675, 38.415600889693145 ], [ -112.40301827125349, 38.415336132269339 ], [ -112.40301653359914, 38.415305513503206 ], [ -112.40313380967218, 38.415150911395791 ], [ -112.40325913770343, 38.414820485782485 ], [ -112.40322684941766, 38.414631628015172 ], [ -112.4030878285178, 38.414313379504947 ], [ -112.4028603613577, 38.414041247912451 ], [ -112.40263166370725, 38.413764624762301 ], [ -112.40250169524168, 38.413558912647275 ], [ -112.40240599349848, 38.413348284456852 ], [ -112.4023087248043, 38.413056570145699 ], [ -112.40222845916263, 38.412755640627346 ], [ -112.40215703291335, 38.412319430608626 ], [ -112.40212109187357, 38.411941371609593 ], [ -112.40208783711097, 38.411761536619494 ], [ -112.40201653388908, 38.411568639381876 ], [ -112.40188207804326, 38.411367485977742 ], [ -112.4017092264253, 38.411135250935757 ], [ -112.40157485929359, 38.410938601915106 ], [ -112.40145523580311, 38.410675090215364 ], [ -112.4013642918227, 38.410413938901527 ], [ -112.40121861929835, 38.409987627609766 ], [ -112.40099044677939, 38.409440645193385 ], [ -112.4008650158643, 38.409172696400177 ], [ -112.40075117538899, 38.408911818229811 ], [ -112.4006141047139, 38.40863409545063 ], [ -112.40048919559804, 38.408333698019753 ], [ -112.40034490917232, 38.408038037817327 ], [ -112.40007364412905, 38.407631248907286 ], [ -112.39997318881963, 38.40747023930583 ], [ -112.39983196338346, 38.407273670021027 ], [ -112.39971617429489, 38.407148889963658 ], [ -112.39956868845077, 38.406983935907064 ], [ -112.39933966498383, 38.406807339021711 ], [ -112.39924313571305, 38.406730991424794 ], [ -112.39901838423839, 38.406657075749763 ], [ -112.39876006489587, 38.406624112764725 ], [ -112.39844527732585, 38.406632375534862 ], [ -112.39810785010387, 38.406654425050391 ], [ -112.39791189847683, 38.406589175293547 ], [ -112.3978001204172, 38.406375130052496 ], [ -112.39775367643088, 38.406104433163321 ], [ -112.39774083806422, 38.406032493038289 ], [ -112.39772938577038, 38.405735244949767 ], [ -112.39769295143957, 38.40533015491355 ], [ -112.39765556311225, 38.40487551209236 ], [ -112.39768715081505, 38.404434465232896 ], [ -112.39774906288945, 38.404081370917822 ], [ -112.39791507888147, 38.403782005902123 ], [ -112.39809401850138, 38.40355908557742 ], [ -112.39839256868879, 38.403303196947647 ], [ -112.39874827700628, 38.403042119520073 ], [ -112.39899755862101, 38.402903968989243 ], [ -112.39935482642922, 38.402723976058134 ], [ -112.39967878712112, 38.402598449818818 ], [ -112.40009512342328, 38.402512371566026 ], [ -112.40072786510613, 38.402365129648047 ], [ -112.40117793769286, 38.402247103513702 ], [ -112.40153492180062, 38.40211216566361 ], [ -112.40192013708071, 38.401838109462723 ], [ -112.40207798504206, 38.40165058088656 ], [ -112.40227257391705, 38.401468019469235 ], [ -112.40249956758159, 38.40130309324622 ], [ -112.40286219483079, 38.401105002230075 ], [ -112.40330470212693, 38.400892436118575 ], [ -112.40367261393936, 38.400671750182568 ], [ -112.40386306434246, 38.400453189072216 ], [ -112.40389904001424, 38.400240984106276 ], [ -112.40385929047012, 38.399962098815443 ], [ -112.40377877319177, 38.399647655191359 ], [ -112.40374163842957, 38.399503913424432 ], [ -112.40367988109897, 38.399271251113134 ], [ -112.40362404940069, 38.398752848100976 ], [ -112.4035757026915, 38.398325373165356 ], [ -112.40357617463756, 38.397757632725785 ], [ -112.40360596480049, 38.397225587761938 ], [ -112.40368225743798, 38.396670456622516 ], [ -112.40368929965553, 38.396264847329682 ], [ -112.40373394686605, 38.39584977593217 ], [ -112.40377866851128, 38.395497785269924 ], [ -112.40383842219353, 38.395271777854703 ], [ -112.4038277198806, 38.395073649372378 ], [ -112.40379291402067, 38.39475415208269 ], [ -112.40367521007082, 38.394588846023119 ], [ -112.40343027190225, 38.394357476005673 ], [ -112.40325120310862, 38.394216334658104 ], [ -112.40304658376455, 38.394056574405688 ], [ -112.40268628213163, 38.393780624290045 ], [ -112.40221681059087, 38.393484351230867 ], [ -112.40186902413122, 38.393263219993585 ], [ -112.40147492667235, 38.393015606482166 ], [ -112.4011401720019, 38.392816846379226 ], [ -112.40091899812916, 38.392688821080704 ], [ -112.40069168136777, 38.392479763707485 ], [ -112.40052207132548, 38.392234870774132 ], [ -112.40049731851914, 38.392198218698454 ], [ -112.40027312158635, 38.391853948069581 ], [ -112.40014927222448, 38.391666182533108 ], [ -112.39993280041874, 38.39142545318699 ], [ -112.39966290539765, 38.391086232990929 ], [ -112.39954870010149, 38.390804630158286 ], [ -112.39938641359736, 38.390404647144585 ], [ -112.39920758301818, 38.390037303422332 ], [ -112.39903473837423, 38.389683405458229 ], [ -112.398885744739, 38.389378786773491 ], [ -112.39876138260119, 38.389163990718046 ], [ -112.39864432424396, 38.389031113653637 ], [ -112.39845802789262, 38.388870225248567 ], [ -112.39831164123848, 38.388700749882396 ], [ -112.39818069092674, 38.388440973357575 ], [ -112.39814469947459, 38.388058406213851 ], [ -112.39812830784402, 38.387801768791562 ], [ -112.39815120003311, 38.387504110164194 ], [ -112.39812648276866, 38.387112396777177 ], [ -112.39812656786602, 38.386819516026058 ], [ -112.39806967916118, 38.386540832406482 ], [ -112.39783371824475, 38.38617867354121 ], [ -112.39751841313449, 38.385858012845794 ], [ -112.39739237826701, 38.385793730255173 ], [ -112.39725826158902, 38.385725939198437 ], [ -112.39689595758574, 38.385640140923499 ], [ -112.39649706181912, 38.385437625570788 ], [ -112.39624723413394, 38.385246850663805 ], [ -112.39599229070426, 38.385087677050819 ], [ -112.39559253464608, 38.384840110359434 ], [ -112.39525426566985, 38.384515210972573 ], [ -112.39502144104988, 38.384315219278577 ], [ -112.3948024869694, 38.384241225720714 ], [ -112.39462290377938, 38.384130716527586 ], [ -112.39441939021009, 38.383966421603951 ], [ -112.39408294670717, 38.383736119776536 ], [ -112.39401041143347, 38.383536021747126 ], [ -112.39398627345672, 38.383471424639232 ], [ -112.39396209951877, 38.383106738567754 ], [ -112.39386525468103, 38.38283303364139 ], [ -112.39368889233779, 38.382591815085391 ], [ -112.39340882410995, 38.382315782385874 ], [ -112.39323887524496, 38.38217001084066 ], [ -112.39315402592459, 38.382043954480856 ], [ -112.39292240239547, 38.381726792109689 ], [ -112.39281124549989, 38.381601949289774 ], [ -112.39263653105793, 38.381446320595998 ], [ -112.39252542251667, 38.381383657629435 ], [ -112.39245713085523, 38.381344817483509 ], [ -112.39218065203457, 38.381195804023278 ], [ -112.39199516743524, 38.381075447891931 ], [ -112.39169748865193, 38.380835666882348 ], [ -112.39154670607766, 38.380733822553026 ], [ -112.39137866874729, 38.380627677002359 ], [ -112.39109062254664, 38.380531967257888 ], [ -112.39070528704869, 38.380437411168444 ], [ -112.3904059690625, 38.380350845164749 ], [ -112.39008393249215, 38.380273559526557 ], [ -112.38977454930398, 38.380259204876815 ], [ -112.38957988341723, 38.380257007009888 ], [ -112.38933762433933, 38.380160750093623 ], [ -112.38913413385039, 38.379996445445279 ], [ -112.38896644629507, 38.379908315644435 ], [ -112.38873695182561, 38.379820917907857 ], [ -112.38811295815582, 38.379877873730273 ], [ -112.38783894732376, 38.379917165263407 ], [ -112.38758176064417, 38.379938233583381 ], [ -112.38723810178129, 38.37998735990621 ], [ -112.38692562148663, 38.380050535030335 ], [ -112.38673111092912, 38.3800564411209 ], [ -112.38652413964961, 38.380009325233232 ], [ -112.38631041384176, 38.379908218637162 ], [ -112.3861010090184, 38.379793542989511 ], [ -112.38572896145811, 38.379734860131059 ], [ -112.3853161667746, 38.37964061085313 ], [ -112.38480900239573, 38.379520439961212 ], [ -112.3844889501419, 38.379546750051617 ], [ -112.38396919731977, 38.379606958348823 ], [ -112.38369944882004, 38.379569590368661 ], [ -112.38349828944413, 38.379526906351778 ], [ -112.38331541438109, 38.379542582304396 ], [ -112.38308761396956, 38.379603846632541 ], [ -112.3828376077381, 38.37970141933247 ], [ -112.38261014943753, 38.379780702117522 ], [ -112.3822675463544, 38.379825295571081 ], [ -112.38186617077973, 38.379789475554013 ], [ -112.38139125453573, 38.379799579432039 ], [ -112.38104866763945, 38.379845070307006 ], [ -112.38062028779242, 38.379894274264664 ], [ -112.38026520954718, 38.37988493855481 ], [ -112.38001872754634, 38.379806735414718 ], [ -112.37982154871113, 38.379732457222161 ], [ -112.37956751563112, 38.379618295169777 ], [ -112.37927897484872, 38.379495526915029 ], [ -112.37901836518579, 38.379336382483721 ], [ -112.37881438673652, 38.379145030309701 ], [ -112.37856838273866, 38.378850537344192 ], [ -112.37835666846246, 38.378673694064148 ], [ -112.3782684845642, 38.378611649020641 ], [ -112.37814454576848, 38.378535605561609 ], [ -112.37782603023487, 38.378341092368281 ], [ -112.37746702965507, 38.378124524778535 ], [ -112.37724683000654, 38.377982924846506 ], [ -112.37689560523934, 38.377874404697955 ], [ -112.37659443494286, 38.377688696055799 ], [ -112.37645948195379, 38.377514552417523 ], [ -112.37633578729097, 38.377330363530717 ], [ -112.37625339851284, 38.377211475066346 ], [ -112.3760238077295, 38.377117745147125 ], [ -112.37573697097085, 38.377144542525926 ], [ -112.37561149770295, 38.377168544415788 ], [ -112.37542401273677, 38.377242838295835 ], [ -112.37514539005826, 38.377340730420471 ], [ -112.37482576943088, 38.377389538310581 ], [ -112.37461334592031, 38.377355982779555 ], [ -112.3743599257911, 38.377273343103944 ], [ -112.37415083919589, 38.377113583531134 ], [ -112.37394004926422, 38.3768637263396 ], [ -112.37388767854222, 38.376758001891893 ], [ -112.37386267186086, 38.376706928187161 ], [ -112.37384790343656, 38.376531372733176 ], [ -112.37369619472265, 38.376136635034328 ], [ -112.37361475169463, 38.376006919501975 ], [ -112.37355352160124, 38.375795861555162 ], [ -112.37352790524663, 38.375651974172811 ], [ -112.3735590038609, 38.375480387034891 ], [ -112.37363613855442, 38.37532177799271 ], [ -112.37377126538379, 38.375203042003257 ], [ -112.37398248928135, 38.375173531123821 ], [ -112.3741815860846, 38.375108115146126 ], [ -112.37428195015127, 38.37496725679793 ], [ -112.37430510824582, 38.374678610155975 ], [ -112.3742498555805, 38.374481000037349 ], [ -112.37419537021667, 38.374323933645172 ], [ -112.37400679678662, 38.374037769053686 ], [ -112.3738353553058, 38.373809979555197 ], [ -112.37374810712363, 38.373675826225785 ], [ -112.37365945922583, 38.373528171641382 ], [ -112.37348730777111, 38.373202162107802 ], [ -112.3733680731475, 38.372950329648255 ], [ -112.37329831395041, 38.372590677877369 ], [ -112.37324861781012, 38.372383990364234 ], [ -112.37308806896189, 38.372065954780226 ], [ -112.37292411490104, 38.37187051833876 ], [ -112.37256473946054, 38.371571031656885 ], [ -112.3724009199957, 38.371443180844373 ], [ -112.37220954064907, 38.371189488203591 ], [ -112.37213088843909, 38.371085872826093 ], [ -112.37202782497711, 38.370780680356255 ], [ -112.37199589597584, 38.370605325317442 ], [ -112.37197011469624, 38.370452427638639 ], [ -112.37182272149097, 38.370224353494216 ], [ -112.37167931160077, 38.369964691476213 ], [ -112.37157875689424, 38.369731563036247 ], [ -112.37148718818248, 38.369489317629167 ], [ -112.37137485045108, 38.36923830337934 ], [ -112.37124513807214, 38.369037056788059 ], [ -112.37112182860905, 38.36887178208584 ], [ -112.37097665149415, 38.368760833406206 ], [ -112.37083138434633, 38.36870575834984 ], [ -112.37075187587574, 38.368677850558434 ], [ -112.37048197007867, 38.368629639502608 ], [ -112.37020051855686, 38.368576155736974 ], [ -112.36983345742281, 38.368535386983915 ], [ -112.36951662146203, 38.368426442288992 ], [ -112.36922199544192, 38.368281190362694 ], [ -112.36908195020038, 38.368138638274061 ], [ -112.36874926010486, 38.36779557146015 ], [ -112.36839118722162, 38.367624022994605 ], [ -112.3680039124193, 38.367421273119817 ], [ -112.36767385933777, 38.367217854345611 ], [ -112.36737218043606, 38.367001487218396 ], [ -112.36715655258492, 38.366795831005994 ], [ -112.36703629953394, 38.366609789201959 ], [ -112.36696794223013, 38.366505148965771 ], [ -112.36691195360532, 38.366266990686917 ], [ -112.36686338205627, 38.366118863305999 ], [ -112.36672461663706, 38.366043881431843 ], [ -112.36642364784478, 38.365925731483124 ], [ -112.36628430724843, 38.365820115858206 ], [ -112.36614976669586, 38.365604500856506 ], [ -112.36613495966769, 38.365486619577531 ], [ -112.36610234564266, 38.365213042642168 ], [ -112.36603288492854, 38.364866899930121 ], [ -112.36588484459034, 38.364602778461055 ], [ -112.36572057145872, 38.36438841050191 ], [ -112.36554434794078, 38.364147146266859 ], [ -112.36531795078719, 38.363672160703523 ], [ -112.36517724519166, 38.363493564427891 ], [ -112.36496821887143, 38.363333786990438 ], [ -112.36482917308446, 38.363243486079917 ], [ -112.3646611810331, 38.363135498471536 ], [ -112.36430270094553, 38.362940511346977 ], [ -112.36403048667241, 38.362767949932675 ], [ -112.36387910371744, 38.362630029147546 ], [ -112.36363456974146, 38.362407580120951 ], [ -112.36333792961192, 38.362092014344064 ], [ -112.3632597395423, 38.362011817879633 ], [ -112.36310258256911, 38.361809979763706 ], [ -112.36300588406097, 38.361536245665597 ], [ -112.36301679647254, 38.361202683959526 ], [ -112.363091489906, 38.360913439409366 ], [ -112.36329770851246, 38.360619060651388 ], [ -112.36355538449239, 38.360322280672584 ], [ -112.3638257861134, 38.360093841409125 ], [ -112.36398251917227, 38.359907276993646 ], [ -112.36408171638359, 38.35970425952268 ], [ -112.36414990496051, 38.359373635888176 ], [ -112.36411211031518, 38.359189334709335 ], [ -112.36392883127678, 38.358876055774132 ], [ -112.36368893264019, 38.358594976298484 ], [ -112.36341336620912, 38.358364776959064 ], [ -112.36338995720921, 38.358337112756857 ], [ -112.36313286492846, 38.358054429695109 ], [ -112.36308616563934, 38.358005408017682 ], [ -112.36285313414335, 38.357662966951573 ], [ -112.36268677473231, 38.357335971601621 ], [ -112.36267809761404, 38.35717836668811 ], [ -112.3626696739048, 38.357034276462386 ], [ -112.3626369299388, 38.356813868960728 ], [ -112.36248353573254, 38.356567828397367 ], [ -112.36231357025153, 38.356353521341283 ], [ -112.36212610481762, 38.356121393831309 ], [ -112.36192105533515, 38.355866940875686 ], [ -112.36178138639031, 38.35574239865894 ], [ -112.36149242375481, 38.355468192549637 ], [ -112.36139687741777, 38.355377382138599 ], [ -112.36110652341071, 38.35515095354166 ], [ -112.36083240656409, 38.354874771032634 ], [ -112.36070443636524, 38.354763609337311 ], [ -112.36044900299646, 38.35456831492241 ], [ -112.36022907691137, 38.354435690325111 ], [ -112.35973033237686, 38.354081005264632 ], [ -112.35931885530168, 38.353802807425772 ], [ -112.35892543670685, 38.353572161155817 ], [ -112.3585730939074, 38.353396009337231 ], [ -112.35819174441203, 38.353198564240721 ], [ -112.35779395797955, 38.353040058853054 ], [ -112.3573733907711, 38.352887222915051 ], [ -112.35691858431854, 38.352739287624914 ], [ -112.35646933239462, 38.352582274516124 ], [ -112.35592215622908, 38.352390345158184 ], [ -112.35543824771165, 38.352215705325804 ], [ -112.35507474683473, 38.352054090681733 ], [ -112.35479746225096, 38.351913106885519 ], [ -112.35455399976262, 38.351744696337036 ], [ -112.35433870580253, 38.351552529263344 ], [ -112.3541696991629, 38.351387763654252 ], [ -112.35399000691636, 38.351263674184509 ], [ -112.35372383334304, 38.351104535924335 ], [ -112.35345866730447, 38.350999456069466 ], [ -112.35325659750671, 38.350902659109792 ], [ -112.35305419288375, 38.350787842108204 ], [ -112.3529365094502, 38.350613470569854 ], [ -112.35291765807324, 38.350461389083485 ], [ -112.35288959074165, 38.350244529141428 ], [ -112.35286724834161, 38.349966323036348 ], [ -112.35280658855302, 38.34978138036049 ], [ -112.35270280049619, 38.349431118532607 ], [ -112.35248728372463, 38.349226333983999 ], [ -112.35233140368419, 38.349151531960771 ], [ -112.35222653521276, 38.349112188509864 ], [ -112.35203175584113, 38.349037834724818 ], [ -112.35157184959647, 38.348921478388164 ], [ -112.35110722877943, 38.348859245249145 ], [ -112.35077044179924, 38.348840596447133 ], [ -112.35044314253116, 38.34883986095624 ], [ -112.34998128328691, 38.348926285930176 ], [ -112.34977567762047, 38.348946676739608 ], [ -112.349570155446, 38.34897157211887 ], [ -112.34894820176127, 38.34906434164634 ], [ -112.34845153107138, 38.349125026962504 ], [ -112.34801658321206, 38.349120115689843 ], [ -112.3476146395947, 38.349043630360356 ], [ -112.34715390518753, 38.348882207235135 ], [ -112.34677906450599, 38.348724301537423 ], [ -112.34644990632803, 38.348561364113017 ], [ -112.34609139636285, 38.348358209710312 ], [ -112.34591249236034, 38.348275552811415 ], [ -112.34572800165064, 38.348200169189077 ], [ -112.34550323434425, 38.348112630997456 ], [ -112.3450152411875, 38.348023606484432 ], [ -112.3446708447244, 38.347964474363742 ], [ -112.34426269050502, 38.347861013319388 ], [ -112.34401479419472, 38.347760219749404 ], [ -112.34360795051886, 38.347417928974124 ], [ -112.34348500753971, 38.347267038580362 ], [ -112.34346926873987, 38.347220357621552 ], [ -112.34342445716295, 38.347086595427207 ], [ -112.34337958688907, 38.346825767642805 ], [ -112.3432312506269, 38.34653908986845 ], [ -112.34300141598402, 38.346176745216887 ], [ -112.34284861014616, 38.345957706545875 ], [ -112.34276155818421, 38.345643290812738 ], [ -112.34270100721507, 38.345400665852566 ], [ -112.34254903568794, 38.345226676158141 ], [ -112.34233819899497, 38.344963242270538 ], [ -112.34215430216531, 38.344609381653463 ], [ -112.34196137759017, 38.344386295072326 ], [ -112.34165744313685, 38.344038313348896 ], [ -112.34126662894234, 38.34363274801705 ], [ -112.34117271604747, 38.343566233824433 ], [ -112.34106368169813, 38.34348637481628 ], [ -112.34089008355282, 38.343380218701689 ], [ -112.34042856920986, 38.343173718564806 ], [ -112.34022439620455, 38.342960670583267 ], [ -112.34011499539622, 38.342736626077382 ], [ -112.34008767020572, 38.342681966416961 ], [ -112.34004679194588, 38.342326467547075 ], [ -112.33998900303669, 38.341984679604607 ], [ -112.33990029753672, 38.341827986834431 ], [ -112.33982467441221, 38.341698179900476 ], [ -112.33957300598961, 38.341453230930497 ], [ -112.33930041551378, 38.341190496779824 ], [ -112.33927478305516, 38.341165556519421 ], [ -112.33913645780554, 38.341048180644705 ], [ -112.33889897016341, 38.34088958151581 ], [ -112.3386558962784, 38.340738255115312 ], [ -112.33843348132631, 38.340465934208787 ], [ -112.33843114354538, 38.340401075907266 ], [ -112.33842137797541, 38.340119117913837 ], [ -112.33841839333452, 38.339646032240324 ], [ -112.33849988018051, 38.33941079511748 ], [ -112.3386027700157, 38.339095108519871 ], [ -112.33866210614241, 38.338899776096461 ], [ -112.33860142600703, 38.338711220932304 ], [ -112.33851264476522, 38.338550021942126 ], [ -112.33825484126609, 38.338219527778506 ], [ -112.33808424479463, 38.337964638217528 ], [ -112.33793594831866, 38.337677952606818 ], [ -112.33786897146597, 38.337457927524937 ], [ -112.33781128015923, 38.337120642933186 ], [ -112.33762692905681, 38.336739744227472 ], [ -112.33741953587362, 38.336350096205805 ], [ -112.33730191385914, 38.336175707437839 ], [ -112.33718462366623, 38.336019338381554 ], [ -112.33697615216131, 38.335882032529014 ], [ -112.33688666336914, 38.335806452465725 ], [ -112.33683303338617, 38.3357520918603 ], [ -112.33672474715833, 38.335587509035953 ], [ -112.33660588645864, 38.335345545053436 ], [ -112.33660665608673, 38.335076083072195 ], [ -112.33660755817516, 38.334813829020199 ], [ -112.33653511705012, 38.334607383036037 ], [ -112.33636486640366, 38.334370510410402 ], [ -112.33609639370555, 38.334080685868493 ], [ -112.3358316572448, 38.333682676329559 ], [ -112.33558557051373, 38.333365560075308 ], [ -112.33544226879297, 38.333038260895542 ], [ -112.33538118883817, 38.332827178803839 ], [ -112.3354275357872, 38.332547284632405 ], [ -112.33550960397451, 38.332343584049525 ], [ -112.33573399188171, 38.332102215015375 ], [ -112.33601606719006, 38.331887223751067 ], [ -112.33632642257349, 38.331654787072424 ], [ -112.33674499409616, 38.331396784070705 ], [ -112.33711268601635, 38.331171802318821 ], [ -112.33731153292766, 38.331097440161884 ], [ -112.33769405587168, 38.331057029728591 ], [ -112.33800796476055, 38.331018302177192 ], [ -112.33833186973742, 38.330901056884585 ], [ -112.33857978347788, 38.330695461202858 ], [ -112.33875268389281, 38.330454674169481 ], [ -112.33893047326397, 38.330168771964203 ], [ -112.33908347794437, 38.329779516605583 ], [ -112.33919064572838, 38.329386278614258 ], [ -112.33933370208844, 38.32907824289169 ], [ -112.33949341666981, 38.328742981241483 ], [ -112.33968860487262, 38.328470396838114 ], [ -112.33990517421879, 38.32811646141424 ], [ -112.34009728942708, 38.327677192752653 ], [ -112.34021829295862, 38.327414467040491 ], [ -112.34033141927414, 38.327034677554316 ], [ -112.34044429550542, 38.326641373069279 ], [ -112.34061444156718, 38.326251919654617 ], [ -112.34067460939298, 38.326102536704617 ], [ -112.34080828234372, 38.325596346274104 ], [ -112.34086504591828, 38.325262259755227 ], [ -112.3408772215658, 38.324991765812712 ], [ -112.34078587991806, 38.324690914101218 ], [ -112.34058033196555, 38.324400379774893 ], [ -112.34043346560281, 38.324190280743053 ], [ -112.34019452140541, 38.323949692476489 ], [ -112.34002884224434, 38.323649689641499 ], [ -112.34002958375957, 38.323379326355301 ], [ -112.3400985331775, 38.323085654050537 ], [ -112.34030456083195, 38.322781403225392 ], [ -112.34069788657567, 38.322398410318286 ], [ -112.34087639646229, 38.322153049968477 ], [ -112.34094716750202, 38.321958486424357 ], [ -112.34099589445066, 38.321809234058584 ], [ -112.34101362182967, 38.321529664643997 ], [ -112.34098999220103, 38.321178473507032 ], [ -112.34101186082044, 38.320813244323531 ], [ -112.34105304244693, 38.320564948060081 ], [ -112.34115074305174, 38.320279958091611 ], [ -112.34126476767079, 38.319949722175934 ], [ -112.34142081185416, 38.319727147478297 ], [ -112.34157743634276, 38.319536107343396 ], [ -112.341658809271, 38.319296362873537 ], [ -112.34161487879472, 38.319085087404758 ], [ -112.34151717857347, 38.318811344186948 ], [ -112.34135903231747, 38.318547304100846 ], [ -112.34132506387817, 38.318317890875626 ], [ -112.34123073223799, 38.318102685762575 ], [ -112.34111162136489, 38.317846309497668 ], [ -112.34095516518246, 38.317425443543442 ], [ -112.34082927619822, 38.317111468704304 ], [ -112.34082404839019, 38.316827655643301 ], [ -112.34081409836801, 38.316597967577884 ], [ -112.34085088838323, 38.316421816132191 ], [ -112.34094941456553, 38.316181875919703 ], [ -112.34105987405184, 38.315968834672134 ], [ -112.34113138604138, 38.315814815662804 ], [ -112.34120861570308, 38.315660731218422 ], [ -112.34133050957661, 38.315447558939567 ], [ -112.34146425369258, 38.315256780576895 ], [ -112.34155241980717, 38.315075535289012 ], [ -112.34160669317826, 38.314917207258283 ], [ -112.34158590310308, 38.314720085828725 ], [ -112.34145320281485, 38.314346711288259 ], [ -112.34120632985363, 38.313984555354402 ], [ -112.34095573308119, 38.313730583528333 ], [ -112.34078441151684, 38.313619894302633 ], [ -112.3406663579073, 38.31354464325851 ], [ -112.34030315059206, 38.313386581597676 ], [ -112.33992942133365, 38.313278204145007 ], [ -112.33959132610033, 38.313241513209796 ], [ -112.33912072790534, 38.313152263286725 ], [ -112.33896419377676, 38.313036896590248 ], [ -112.33884022691772, 38.312826533538207 ], [ -112.33877522782866, 38.312650643408574 ], [ -112.33876200265424, 38.312615648186849 ], [ -112.33872836086637, 38.3123411709621 ], [ -112.33878041844001, 38.312062110714955 ], [ -112.33885199797537, 38.311911696959093 ], [ -112.33901399934628, 38.311702575005285 ], [ -112.33921643763085, 38.311515520695529 ], [ -112.33944621984818, 38.311260564905226 ], [ -112.33965281506622, 38.310988751019757 ], [ -112.33992931308603, 38.3107864305424 ], [ -112.34025140085923, 38.310575477773767 ], [ -112.34056180281836, 38.310351139931718 ], [ -112.34090750364584, 38.310180468768372 ], [ -112.34126372501801, 38.309960111123978 ], [ -112.3416775342872, 38.309761623233442 ], [ -112.34197152316106, 38.309578022751957 ], [ -112.34217949933621, 38.309381888142205 ], [ -112.34233377491863, 38.309064707882115 ], [ -112.34241438716121, 38.308784417978011 ], [ -112.34254770136273, 38.308571113582779 ], [ -112.34281941186053, 38.308420208658944 ], [ -112.34321886485228, 38.308374179945559 ], [ -112.34359406785897, 38.308253629363612 ], [ -112.34400784433882, 38.308054232494875 ], [ -112.34417206777997, 38.307966737905396 ], [ -112.34456754103874, 38.307705367107125 ], [ -112.34480997519026, 38.307517844660588 ], [ -112.3452068584993, 38.307333056244502 ], [ -112.3455991879401, 38.30721140166289 ], [ -112.34581486310005, 38.307123314464896 ], [ -112.34632020317858, 38.306928265872003 ], [ -112.34669504345668, 38.306788784712182 ], [ -112.34715470085204, 38.306535680084977 ], [ -112.34746888767479, 38.306270727295093 ], [ -112.34769165671379, 38.305948247171173 ], [ -112.3478412013242, 38.305686086330589 ], [ -112.34801533133155, 38.305516464743697 ], [ -112.34824681542554, 38.305356096629772 ], [ -112.34847615404121, 38.30514168165012 ], [ -112.34860420283059, 38.304892383563512 ], [ -112.34866150119346, 38.304589827829325 ], [ -112.34873991525288, 38.304192404834893 ], [ -112.34879779663233, 38.303921383771538 ], [ -112.34888351167983, 38.303609489247286 ], [ -112.34892457494695, 38.303356685220116 ], [ -112.34898303917474, 38.303117198806625 ], [ -112.34907471986679, 38.302818753274082 ], [ -112.34913251560374, 38.302543227061911 ], [ -112.34914440885946, 38.30225921698144 ], [ -112.34918960185131, 38.301920752733892 ], [ -112.34922369460335, 38.30160043984754 ], [ -112.34931897784135, 38.301126221524164 ], [ -112.34935476405857, 38.300959090567147 ], [ -112.34938943999327, 38.300670312364907 ], [ -112.34939494771692, 38.300350328235467 ], [ -112.34938480755426, 38.300111630793495 ], [ -112.34932737319657, 38.29985094779915 ], [ -112.34913940707544, 38.299519671454789 ], [ -112.34895063309176, 38.299206427780128 ], [ -112.34875656121932, 38.298915774334617 ], [ -112.34857939053863, 38.298611408435534 ], [ -112.34833164510587, 38.298262794278372 ], [ -112.34815645494233, 38.298003464203632 ], [ -112.34800340575227, 38.297766409033933 ], [ -112.34780345838928, 38.297466809556425 ], [ -112.34765621136341, 38.297234193153749 ], [ -112.3476507939957, 38.296941369980161 ], [ -112.34776095612429, 38.296714807723696 ], [ -112.34787650060687, 38.296470159789571 ], [ -112.34792845383845, 38.296249673377126 ], [ -112.3478889468452, 38.295906775506467 ], [ -112.34781484892224, 38.295610235578366 ], [ -112.34771177667835, 38.295354581880325 ], [ -112.3475712273538, 38.295112876441017 ], [ -112.34747534960282, 38.294875163572399 ], [ -112.34739140502568, 38.294664349121966 ], [ -112.34730687774726, 38.294421999772986 ], [ -112.34723311711066, 38.294143479232027 ], [ -112.34717600596379, 38.293837731812701 ], [ -112.3470945081521, 38.293388074583817 ], [ -112.3470533202822, 38.293077638254125 ], [ -112.34702512480725, 38.292789582353763 ], [ -112.34698584713321, 38.292520578614209 ], [ -112.34696740203412, 38.292141390847739 ], [ -112.34696578893175, 38.291744887220077 ], [ -112.34700327206987, 38.291298369334676 ], [ -112.34708923146881, 38.290999990533258 ], [ -112.34723243343142, 38.290705460149432 ], [ -112.3473474709413, 38.290433782769647 ], [ -112.3474395605075, 38.290157862946195 ], [ -112.34755434648558, 38.289872670435912 ], [ -112.34769126196321, 38.28954757132874 ], [ -112.34787808578663, 38.289138989367892 ], [ -112.34803187936052, 38.288799276906907 ], [ -112.34810310146956, 38.288631738782861 ], [ -112.34816754763257, 38.28846878442662 ], [ -112.34829390273607, 38.288129386957479 ], [ -112.3483854858723, 38.287826436539511 ], [ -112.34849950708096, 38.287438516495854 ], [ -112.34863945252064, 38.28703047215398 ], [ -112.34873691540537, 38.286736465700429 ], [ -112.34884017657772, 38.286446898420998 ], [ -112.3489869937853, 38.286039675796189 ], [ -112.34906701478788, 38.285791830178859 ], [ -112.34914273854167, 38.285497172177195 ], [ -112.34923755308871, 38.285122088847743 ], [ -112.34932505691543, 38.284846220149205 ], [ -112.34946732079878, 38.284502132365411 ], [ -112.34957146897081, 38.284199036361997 ], [ -112.3497515943622, 38.283800441361166 ], [ -112.34986098028625, 38.283533332321745 ], [ -112.35008663352453, 38.283062117862151 ], [ -112.35034515708166, 38.282513923617444 ], [ -112.35043882877329, 38.282324497053146 ], [ -112.35053809843536, 38.282128697648353 ], [ -112.35069774794208, 38.281797925957193 ], [ -112.35089202159223, 38.281484779078845 ], [ -112.35109814162473, 38.281194025131754 ], [ -112.35138352131425, 38.280861804322498 ], [ -112.35165200349573, 38.280543295336351 ], [ -112.35196163251085, 38.280224311533019 ], [ -112.35222400387643, 38.279946425124322 ], [ -112.35251079470312, 38.279690786290033 ], [ -112.35285886094063, 38.279348827259575 ], [ -112.35300494462045, 38.27921196427129 ], [ -112.35323533196997, 38.278997527657687 ], [ -112.35349942267875, 38.278751160153938 ], [ -112.35381982512806, 38.278459082802442 ], [ -112.35407861535107, 38.27823530487256 ], [ -112.35438418313369, 38.278006480384093 ], [ -112.35468814952392, 38.27781462230886 ], [ -112.35497036400164, 38.277621212316397 ], [ -112.35529117438944, 38.27735165595864 ], [ -112.35557760919919, 38.277077990014647 ], [ -112.35591539202309, 38.276799223953489 ], [ -112.35622131365903, 38.276651497549587 ], [ -112.35648731386044, 38.276508737914071 ], [ -112.35662850857945, 38.276416986374372 ], [ -112.35709301690711, 38.276190822677371 ], [ -112.35749482714633, 38.275974394567335 ], [ -112.35791352762369, 38.275744251762212 ], [ -112.35823003092194, 38.275551338262268 ], [ -112.35874512185541, 38.275279523011349 ], [ -112.35917532779141, 38.275053748412653 ], [ -112.35966066176493, 38.274719190755633 ], [ -112.36003351288655, 38.27448326349819 ], [ -112.36035524896222, 38.274265050369763 ], [ -112.36069375711577, 38.274026815692984 ], [ -112.36081720911601, 38.273903723350799 ], [ -112.36099696605525, 38.273734918278308 ], [ -112.3613348808137, 38.273465147061877 ], [ -112.3616776662668, 38.273150258935871 ], [ -112.36198675052353, 38.272867302661282 ], [ -112.3622783520793, 38.272566524823915 ], [ -112.36251400159743, 38.272330380469484 ], [ -112.36279331098523, 38.271983783517562 ], [ -112.36306531994651, 38.27155255902484 ], [ -112.3632195970833, 38.271244362412915 ], [ -112.36344622266492, 38.270831688132148 ], [ -112.36367898137483, 38.270441471823496 ], [ -112.36386720267191, 38.27011485600719 ], [ -112.36410457561755, 38.269666007949809 ], [ -112.36440438118501, 38.269193903621122 ], [ -112.36482291694387, 38.268652828202889 ], [ -112.36520250580132, 38.268107698559859 ], [ -112.36557489465349, 38.267544627714152 ], [ -112.36583967676583, 38.267095457056627 ], [ -112.36612278637402, 38.266587495116411 ], [ -112.36634773243047, 38.266147799032325 ], [ -112.36656399461346, 38.265793816590779 ], [ -112.36680159082414, 38.265358478211844 ], [ -112.36688062973859, 38.265001587787715 ], [ -112.36693630568462, 38.264617933832184 ], [ -112.36706440365367, 38.264134305197665 ], [ -112.36717628748963, 38.263700430739384 ], [ -112.36728859234805, 38.263289080974424 ], [ -112.3673400715828, 38.262986582676476 ], [ -112.36740776260163, 38.26263432999464 ], [ -112.36750469733546, 38.262317783976563 ], [ -112.367719391618, 38.261576306192133 ], [ -112.3677734024605, 38.261408956530317 ], [ -112.36787655466718, 38.261119373363819 ], [ -112.36794584691386, 38.260852714620896 ], [ -112.36799135494557, 38.260536767728112 ], [ -112.36803846799005, 38.260306415089488 ], [ -112.36820002063241, 38.260083739854899 ], [ -112.36841828498659, 38.25983787323311 ], [ -112.3688588672906, 38.259562376963657 ], [ -112.36902875039426, 38.25947928777272 ], [ -112.3693642396708, 38.259389759680701 ], [ -112.36980392430414, 38.259371109358952 ], [ -112.37023654116645, 38.259280444779492 ], [ -112.37051370826792, 38.259128511263647 ], [ -112.3707358554428, 38.258846547434274 ], [ -112.37082231764323, 38.258521109073705 ], [ -112.37090217703731, 38.258209265629382 ], [ -112.3709891038429, 38.2579694347016 ], [ -112.37116046021737, 38.257661027841586 ], [ -112.37142424465355, 38.257405611784449 ], [ -112.37173763045789, 38.257356888848733 ], [ -112.37198952497569, 38.257380979300102 ], [ -112.37236241647147, 38.257457725389109 ], [ -112.37270631818608, 38.257512279720061 ], [ -112.37304937244382, 38.257521783484663 ], [ -112.37332267942588, 38.25746901938497 ], [ -112.37364075943843, 38.257366165062926 ], [ -112.37396302454772, 38.257182153829824 ], [ -112.37431778545908, 38.256903136204933 ], [ -112.37464465648721, 38.25666049185066 ], [ -112.37488045309904, 38.256436937622105 ], [ -112.37518353313526, 38.256145005136545 ], [ -112.37541284882727, 38.255880972277076 ], [ -112.37558567231935, 38.255712226186553 ], [ -112.37570458305242, 38.255593677397911 ], [ -112.37596876884746, 38.255360776232592 ], [ -112.3761985041771, 38.2551192666579 ], [ -112.37663221003847, 38.254785244726833 ], [ -112.37692453028691, 38.254529481585664 ], [ -112.37721650832465, 38.254255697946341 ], [ -112.37760460216172, 38.253927614949184 ], [ -112.37790883509696, 38.253697843998815 ], [ -112.37831329588326, 38.25332901293428 ], [ -112.37862809878511, 38.253054056486427 ], [ -112.37909998363395, 38.252624951987286 ], [ -112.37932441298481, 38.252406028423692 ], [ -112.37962259757207, 38.252159201554221 ], [ -112.37992026893677, 38.251885344278293 ], [ -112.38017240569171, 38.251621033762447 ], [ -112.38037348310498, 38.251376248378385 ], [ -112.38054033344523, 38.251134568929508 ], [ -112.38074045352865, 38.250839327555902 ], [ -112.38083339350715, 38.250617442378072 ], [ -112.38083799797964, 38.250558810859012 ], [ -112.38085829140563, 38.250423393578181 ], [ -112.38085556326941, 38.250279235320896 ], [ -112.38085368845759, 38.249878227919737 ], [ -112.38081352993083, 38.249567790006047 ], [ -112.38077231449824, 38.249261870447434 ], [ -112.38074885193858, 38.248807045606661 ], [ -112.38070013468102, 38.248406589299613 ], [ -112.38062953979816, 38.247997378459146 ], [ -112.38062434061878, 38.247722576637614 ], [ -112.38058341747706, 38.247371593958292 ], [ -112.38047496752567, 38.247075477114514 ], [ -112.38035830012039, 38.246707361591319 ], [ -112.3802501425876, 38.246366181534448 ], [ -112.38015405761111, 38.246119484353379 ], [ -112.38007187322187, 38.245701397397205 ], [ -112.38001475413331, 38.245400170340815 ], [ -112.37996368862858, 38.24511689585951 ], [ -112.37992926647449, 38.244807291088499 ], [ -112.3799013746515, 38.244540866649416 ], [ -112.37984664217294, 38.244365778080642 ], [ -112.37974109568655, 38.244222828649349 ], [ -112.3796072437746, 38.244093729770853 ], [ -112.3793521578506, 38.243898466575175 ], [ -112.37931967543931, 38.243872713862935 ], [ -112.37913871215362, 38.243729749143448 ], [ -112.37873124524197, 38.243392084852459 ], [ -112.37848221665475, 38.243214772357334 ], [ -112.3781579951432, 38.242988776946362 ], [ -112.37788620569135, 38.242816236424623 ], [ -112.37769557820205, 38.242705825775865 ], [ -112.37750597157108, 38.242649474298581 ], [ -112.37730024889945, 38.242647383143776 ], [ -112.37710578054522, 38.242636147640141 ], [ -112.37673330064615, 38.242577434936607 ], [ -112.37638358495509, 38.242513948079647 ], [ -112.37610093340402, 38.242431649904852 ], [ -112.37590735340466, 38.242406884120051 ], [ -112.3755808273462, 38.242361146775544 ], [ -112.37526251731562, 38.242144987045066 ], [ -112.37524742613135, 38.241950506552122 ], [ -112.3752570168753, 38.24185306546984 ], [ -112.3752765208549, 38.241675302158285 ], [ -112.37532198761568, 38.241359352242625 ], [ -112.37527546727009, 38.241012938700045 ], [ -112.37514080602253, 38.24053688524738 ], [ -112.37506162780399, 38.24027646748111 ], [ -112.37493087285026, 38.240007642054387 ], [ -112.3748300361637, 38.23981056129432 ], [ -112.37476969259215, 38.239640041807633 ], [ -112.37467977166186, 38.239415797260079 ], [ -112.37480766685866, 38.239229554607128 ], [ -112.37478815549176, 38.239103616323902 ], [ -112.37467954481589, 38.239100382742386 ], [ -112.37426313097298, 38.239195379312797 ], [ -112.37420169694072, 38.239209616632472 ], [ -112.37391098377788, 38.239244562392344 ], [ -112.37362589744352, 38.239274935608044 ], [ -112.37335113281652, 38.239246609852152 ], [ -112.37318370800827, 38.239153943982153 ], [ -112.37299770746986, 38.238984893880975 ], [ -112.37277828379227, 38.23886129408195 ], [ -112.37245664022352, 38.238770431158073 ], [ -112.37217967610736, 38.238624973372367 ], [ -112.37180476513804, 38.238435600346584 ], [ -112.3715848372205, 38.238284968401707 ], [ -112.37147326547718, 38.238124057785825 ], [ -112.37137869423765, 38.237955738844647 ], [ -112.37134320474897, 38.237891267726752 ], [ -112.37124843102936, 38.237712136726564 ], [ -112.37114506907932, 38.237379903263154 ], [ -112.37107593610345, 38.23710584728633 ], [ -112.37119490951874, 38.236991808110908 ], [ -112.37141546654964, 38.236872075736201 ], [ -112.3716523961761, 38.236711597913583 ], [ -112.37192173238023, 38.2364516095776 ], [ -112.37194178528851, 38.2363026783637 ], [ -112.3719125891551, 38.235965072455308 ], [ -112.37185081668696, 38.235717966615368 ], [ -112.37171999748186, 38.235444632054929 ], [ -112.37167117287622, 38.235278482094138 ], [ -112.37152271266692, 38.234978317695038 ], [ -112.37142819638562, 38.234812701616214 ], [ -112.37125329583253, 38.234625494943678 ], [ -112.37103740027572, 38.234384695375695 ], [ -112.3708981073666, 38.234268266381243 ], [ -112.37080399059256, 38.234184653661117 ], [ -112.37063565039993, 38.234042429046674 ], [ -112.37039318909871, 38.233846998172098 ], [ -112.37014421350115, 38.23366966670082 ], [ -112.36982678612605, 38.233497639687791 ], [ -112.36952750861363, 38.233379471585593 ], [ -112.36925645131844, 38.233242949581012 ], [ -112.3689390278486, 38.233070920079655 ], [ -112.36860942302202, 38.232858478063349 ], [ -112.36830266569011, 38.232645768709588 ], [ -112.36815146805847, 38.232503340557692 ], [ -112.36782597593145, 38.232205234950655 ], [ -112.36775225743671, 38.232112370020324 ], [ -112.36761809477143, 38.231964335450385 ], [ -112.36734718284804, 38.231652074478824 ], [ -112.36709670384283, 38.231393646449078 ], [ -112.36686848142068, 38.231103416852612 ], [ -112.36664135696515, 38.230871751600624 ], [ -112.36634468744484, 38.23058682396762 ], [ -112.36632247894886, 38.230560046714402 ], [ -112.36616359320371, 38.230372645703312 ], [ -112.36599425955359, 38.23017635413597 ], [ -112.36584239746747, 38.229997882853581 ], [ -112.36565517374211, 38.229761245247083 ], [ -112.36555001363348, 38.229636301743135 ], [ -112.36535069563517, 38.229363756581762 ], [ -112.36520446375638, 38.22918071295301 ], [ -112.36497516121121, 38.228831914400821 ], [ -112.36476981658822, 38.228542315587468 ], [ -112.36467003410847, 38.228399284821776 ], [ -112.36446474245339, 38.228112388404192 ], [ -112.36430717745435, 38.22793398132147 ], [ -112.36403916837523, 38.227653220361574 ], [ -112.36393134479529, 38.227568860035461 ], [ -112.36388956924716, 38.227534198947737 ], [ -112.36377821845824, 38.227444472300384 ], [ -112.36354078689783, 38.227271498182283 ], [ -112.36323416881413, 38.22706418065745 ], [ -112.36291816395052, 38.22690473464484 ], [ -112.36263484785319, 38.22678275841394 ], [ -112.36219216345764, 38.226630188358328 ], [ -112.36185259683668, 38.22649354278397 ], [ -112.36149625144739, 38.226376015959957 ], [ -112.3613121583162, 38.226306055874232 ], [ -112.36105936666395, 38.2262278802785 ], [ -112.36070865075402, 38.226105779776574 ], [ -112.3604215950231, 38.226028000054477 ], [ -112.36009397634498, 38.225919147883864 ], [ -112.35974334733794, 38.225801549436461 ], [ -112.3594217769417, 38.225710649199662 ], [ -112.3592437336502, 38.225658639662754 ], [ -112.35877292761924, 38.22552891215183 ], [ -112.35833647212097, 38.22540329114765 ], [ -112.35791160729707, 38.22528654635363 ], [ -112.35756736544235, 38.225204915261251 ], [ -112.35720465233132, 38.225051401117149 ], [ -112.35706012370801, 38.224958446860363 ], [ -112.3571602134148, 38.224688733196594 ], [ -112.35738261355579, 38.224423012071085 ], [ -112.35762713494879, 38.224118283220228 ], [ -112.35795870870935, 38.223826064581303 ], [ -112.35825777493069, 38.223628846771895 ], [ -112.35848327077875, 38.22346852763183 ], [ -112.35875319401893, 38.223240104046226 ], [ -112.35907812653409, 38.222898393386998 ], [ -112.3594551224835, 38.222592126609165 ], [ -112.35978799188844, 38.222308899778973 ], [ -112.36005609358094, 38.222044446487992 ], [ -112.3602463103896, 38.221830461054218 ], [ -112.36042964084545, 38.221553471432181 ], [ -112.36064672957264, 38.221249054284961 ], [ -112.36074070325338, 38.221081243567028 ], [ -112.36094494143818, 38.220700373206235 ], [ -112.3611457336669, 38.220441203888555 ], [ -112.36129407240935, 38.220187148607117 ], [ -112.36148323980561, 38.219856017867727 ], [ -112.36166118629762, 38.21959711267575 ], [ -112.36186659155295, 38.219279310861452 ], [ -112.36204445132647, 38.219015900110129 ], [ -112.36227336671094, 38.218733872583037 ], [ -112.36241402427095, 38.218619590406291 ], [ -112.36256153375649, 38.218505228516193 ], [ -112.36284321742015, 38.21835776667092 ], [ -112.36317155609991, 38.218200750330404 ], [ -112.36351562983663, 38.218030032338028 ], [ -112.36383116395287, 38.217737983517331 ], [ -112.36400909708104, 38.217479074927496 ], [ -112.36418140289206, 38.217224737452597 ], [ -112.364394015333, 38.216987955096513 ], [ -112.36449914303317, 38.216806493749125 ], [ -112.36461333433692, 38.216498759470866 ], [ -112.36465144185659, 38.216092778135149 ], [ -112.36460969205693, 38.215692231230804 ], [ -112.36463310943273, 38.21541709410667 ], [ -112.36478964161442, 38.215235935997825 ], [ -112.36493027174303, 38.21512074993899 ], [ -112.36519781836176, 38.215073479676619 ], [ -112.36553477746288, 38.215073164663202 ], [ -112.36589594107768, 38.21514556390089 ], [ -112.3662571222263, 38.215218863012744 ], [ -112.36664052064003, 38.215258558059823 ], [ -112.36704536029852, 38.215223202846616 ], [ -112.36729506746681, 38.215138285351472 ], [ -112.36753892909793, 38.215046225867901 ], [ -112.36781105341278, 38.214938516186244 ], [ -112.36812870509387, 38.214822164437159 ], [ -112.36832712085734, 38.214743249795539 ], [ -112.36881370716176, 38.214498759184544 ], [ -112.36906702612315, 38.214302047509669 ], [ -112.36927961423916, 38.214065256646592 ], [ -112.36956617663971, 38.213814084309696 ], [ -112.3697900970829, 38.213572654312472 ], [ -112.37014272445029, 38.213190036115485 ], [ -112.37054085786731, 38.212797873546542 ], [ -112.37076058349719, 38.212637598338041 ], [ -112.37104781151413, 38.21242246247396 ], [ -112.37131824666194, 38.212225546032023 ], [ -112.37155302604103, 38.212015527682212 ], [ -112.37190622860557, 38.211907762318575 ], [ -112.37224796851088, 38.21185870765818 ], [ -112.37257274790755, 38.211818862303048 ], [ -112.37287840926368, 38.211734179864081 ], [ -112.37318593047142, 38.211626944972224 ], [ -112.37352026468901, 38.211487853653701 ], [ -112.3738603073309, 38.211348694572081 ], [ -112.37413762660192, 38.211214774825983 ], [ -112.37442023085212, 38.21105826264268 ], [ -112.3747496979347, 38.210964284637328 ], [ -112.37501618813852, 38.210862031523384 ], [ -112.37528301674141, 38.210777797762987 ], [ -112.37549283288422, 38.210698737507386 ], [ -112.37576008440762, 38.210637027611575 ], [ -112.37599333204506, 38.210589233681667 ], [ -112.37627251111043, 38.210554418674874 ], [ -112.37662046026811, 38.210532314405476 ], [ -112.37695145003156, 38.210519420019068 ], [ -112.37727136000738, 38.210524678626463 ], [ -112.37759177959107, 38.210556966255083 ], [ -112.37788953073435, 38.210598531075028 ], [ -112.3781818274458, 38.210653677117214 ], [ -112.37857766333954, 38.210748160208738 ], [ -112.37904900121629, 38.210909344576208 ], [ -112.37932476621675, 38.210996223830271 ], [ -112.37970296590872, 38.211063874477837 ], [ -112.38004707831611, 38.211140936645336 ], [ -112.38034576919087, 38.211232049902755 ], [ -112.38060469851605, 38.211274064339925 ], [ -112.38083799464368, 38.211289343901221 ], [ -112.38105470767141, 38.211273276279648 ], [ -112.38131096263058, 38.211234213035297 ], [ -112.38155520167979, 38.211163748827857 ], [ -112.38180497953803, 38.21108420695483 ], [ -112.38208364603615, 38.211022348301483 ], [ -112.38242511838561, 38.210959749287582 ], [ -112.38276096571059, 38.210901721526888 ], [ -112.38316447559455, 38.210797835717443 ], [ -112.3834318057549, 38.210740613439967 ], [ -112.3836763822152, 38.210688164766204 ], [ -112.38390374407373, 38.210631412577158 ], [ -112.38417567324663, 38.210515556696571 ], [ -112.38448057892217, 38.210331721582989 ], [ -112.38471177048936, 38.210175791188234 ], [ -112.38500585191782, 38.210023624249033 ], [ -112.38527044480229, 38.209822238866884 ], [ -112.3854382300218, 38.209635513521029 ], [ -112.38570713165929, 38.209420558373424 ], [ -112.38592258735994, 38.209278329310166 ], [ -112.38612522492376, 38.209122733297804 ], [ -112.38639015333418, 38.208939365350709 ], [ -112.38658750687495, 38.208806360839283 ], [ -112.38678400477187, 38.208628306343428 ], [ -112.38697947567096, 38.208396191938 ], [ -112.3873136651992, 38.208251656074225 ], [ -112.38751768262679, 38.208169038183094 ], [ -112.38777852011917, 38.208071329033807 ], [ -112.3881592547265, 38.207972201414115 ], [ -112.38846585151008, 38.207878455543486 ], [ -112.38867036305832, 38.2078219644768 ], [ -112.38883370984362, 38.207702876464715 ], [ -112.38915886038579, 38.207383610452673 ], [ -112.38929859716148, 38.207224247430645 ], [ -112.38945457645825, 38.207078209903763 ], [ -112.38968596370439, 38.206873602916815 ], [ -112.38983847066449, 38.206785282490443 ], [ -112.39029067424272, 38.206541110502442 ], [ -112.39053413420154, 38.206430984362946 ], [ -112.39084581333157, 38.206304729081758 ], [ -112.39118060287453, 38.206192618199211 ], [ -112.39136244195753, 38.206145403138514 ], [ -112.39163494277702, 38.206061065149825 ], [ -112.39199896264184, 38.205984653198406 ], [ -112.39228339552037, 38.205927208064203 ], [ -112.39270596584439, 38.205926701011201 ], [ -112.3929340782127, 38.205910476313299 ], [ -112.39323052965061, 38.205884428094265 ], [ -112.393607597474, 38.205893469826911 ], [ -112.39439081241531, 38.205939141259663 ], [ -112.39473974699604, 38.205970142230164 ], [ -112.39505409956847, 38.205984430469428 ], [ -112.39520107796653, 38.205906081971463 ], [ -112.39522706125435, 38.205771495081123 ], [ -112.3952452367274, 38.205527055206332 ], [ -112.3953203492166, 38.205273827757097 ], [ -112.39540748164288, 38.205051999187738 ], [ -112.39548770016623, 38.204767169092783 ], [ -112.39558963632813, 38.204423503045533 ], [ -112.39572670366448, 38.204125380125866 ], [ -112.39591962170952, 38.203761706816216 ], [ -112.39609092361238, 38.203462275136374 ], [ -112.39620028542484, 38.203208639725524 ], [ -112.39632281465782, 38.202747572666333 ], [ -112.39644818268756, 38.202435168911947 ], [ -112.39658548402564, 38.202149658897952 ], [ -112.39670783233396, 38.201918398362153 ], [ -112.39685081804721, 38.201691398091761 ], [ -112.39713135527603, 38.201431218713942 ], [ -112.39735471572904, 38.201167213345947 ], [ -112.39748171323606, 38.200940402629193 ], [ -112.39756823136577, 38.200687037859531 ], [ -112.39764046682438, 38.200343723528228 ], [ -112.39770470464445, 38.200059983272283 ], [ -112.39778586296941, 38.199526410311734 ], [ -112.39784529939666, 38.19934996940443 ], [ -112.39806561330194, 38.199225684262551 ], [ -112.3984250036392, 38.199207885440359 ], [ -112.39877220053391, 38.199149677015868 ], [ -112.39925528463105, 38.199031270143976 ], [ -112.39943684170801, 38.198970528112433 ], [ -112.39969788876726, 38.198886308111689 ], [ -112.40004915238093, 38.198742433859884 ], [ -112.40029272672055, 38.198640397026821 ], [ -112.40055897962385, 38.198529978352177 ], [ -112.40081457631972, 38.198399859941169 ], [ -112.40100571532493, 38.198302953332636 ], [ -112.40116288032715, 38.198161392168906 ], [ -112.40131840397638, 38.197934236816579 ], [ -112.40143881154206, 38.197662440721956 ], [ -112.40153724766223, 38.197435966604942 ], [ -112.40163006101663, 38.197214065516512 ], [ -112.40170600736464, 38.19700588369188 ], [ -112.40175427450758, 38.196843092122037 ], [ -112.40184172353278, 38.196639278824847 ], [ -112.40201704559736, 38.196551571425459 ], [ -112.40222869191587, 38.196571573347278 ], [ -112.40259446774061, 38.196589733397168 ], [ -112.40296501852495, 38.196559170677332 ], [ -112.40330638661554, 38.196495611419465 ], [ -112.40357840471081, 38.196388721808923 ], [ -112.40380518675809, 38.196304902429233 ], [ -112.40408325792826, 38.196215963179277 ], [ -112.40428678965715, 38.19611079227667 ], [ -112.40457355947977, 38.195939739021725 ], [ -112.40482249652047, 38.195761027071534 ], [ -112.40510428138445, 38.195568403493098 ], [ -112.40529536988915, 38.195350730354669 ], [ -112.40551138208401, 38.195063366439506 ], [ -112.40559311021792, 38.194859618877764 ], [ -112.40563609209934, 38.194719418903297 ], [ -112.40569005741806, 38.194556557500377 ], [ -112.40586242455493, 38.194315676526877 ], [ -112.40603202781863, 38.194228031660231 ], [ -112.40620232382354, 38.19417642607646 ], [ -112.40645798401684, 38.194110279594753 ], [ -112.4067196987216, 38.194062083917828 ], [ -112.40707802040656, 38.193990199851548 ], [ -112.40736818890551, 38.193937155697199 ], [ -112.40770384967016, 38.193874553356345 ], [ -112.40789715016695, 38.193831681416761 ], [ -112.40829412571421, 38.193691740398222 ], [ -112.40858843810165, 38.193557535933458 ], [ -112.40881952480829, 38.193401559641181 ], [ -112.40904501951748, 38.193192479484161 ], [ -112.40928981209584, 38.192918281150206 ], [ -112.40951284232909, 38.192640738825268 ], [ -112.40967957107523, 38.192404425974395 ], [ -112.40981671576824, 38.192114396442946 ], [ -112.40992644813474, 38.191883273694572 ], [ -112.40995140973725, 38.191697327598696 ], [ -112.41000433829321, 38.191481306129575 ], [ -112.41004574618499, 38.191260015836065 ], [ -112.41007539026602, 38.191020842909737 ], [ -112.41012267950065, 38.190808493889726 ], [ -112.4101236390148, 38.190502977001913 ], [ -112.41012894420881, 38.190245171277894 ], [ -112.41017423471293, 38.189929208701159 ], [ -112.41017551202421, 38.189699388409458 ], [ -112.41016682462876, 38.18924889480148 ], [ -112.41021843049248, 38.188964398162007 ], [ -112.41037919777466, 38.188715539125013 ], [ -112.41050785446096, 38.188577912789704 ], [ -112.41074690632975, 38.188539893701524 ], [ -112.41097528976296, 38.18854075377925 ], [ -112.41123793765557, 38.188542102713939 ], [ -112.41161335740341, 38.18852947835957 ], [ -112.41197996836993, 38.188474602545632 ], [ -112.41227408583438, 38.188390858245057 ], [ -112.41248377899815, 38.188310832603662 ], [ -112.41266514145606, 38.188241961856185 ], [ -112.41296467904341, 38.188084252551292 ], [ -112.41324044392242, 38.187878164093206 ], [ -112.4134931923998, 38.187721917891999 ], [ -112.41366883669345, 38.187593635525552 ], [ -112.41392307320756, 38.187455394404239 ], [ -112.41423439521196, 38.187257887332798 ], [ -112.41454412952247, 38.187096446406855 ], [ -112.41476455208138, 38.186981140799396 ], [ -112.41512134869923, 38.186832649137521 ], [ -112.41531427724615, 38.186771745668189 ], [ -112.41553610070704, 38.186669939670352 ], [ -112.41573388151266, 38.186564818412855 ], [ -112.41598686426488, 38.186421180797488 ], [ -112.41633066989456, 38.186191734548807 ], [ -112.416487527725, 38.186096117690894 ], [ -112.41677045586732, 38.18590705729234 ], [ -112.41710793796564, 38.185646143242053 ], [ -112.41732142220626, 38.185467832910348 ], [ -112.41756862697275, 38.18526207915351 ], [ -112.41778729255692, 38.185056669540586 ], [ -112.41795598646296, 38.184923958763854 ], [ -112.41806111074037, 38.184751461803693 ], [ -112.41816879147237, 38.184475296338071 ], [ -112.41830921376221, 38.184297866773257 ], [ -112.41860320757814, 38.184150123315895 ], [ -112.41895005321344, 38.184078341999943 ], [ -112.41953099194716, 38.184008235362739 ], [ -112.42000963240699, 38.183961893142552 ], [ -112.42038536289232, 38.183907782135172 ], [ -112.42073861298391, 38.183871965896088 ], [ -112.421068770293, 38.183822910188432 ], [ -112.42133061282078, 38.18378369259905 ], [ -112.4216840368924, 38.183756883371487 ], [ -112.42193990862555, 38.183704218795697 ], [ -112.422234418061, 38.183583495923884 ], [ -112.4225213791557, 38.183368238235893 ], [ -112.42274072606843, 38.183198859048062 ], [ -112.42299300163982, 38.182961490660517 ], [ -112.42316054165958, 38.182770208730382 ], [ -112.42331122174106, 38.182592648899465 ], [ -112.42351730868219, 38.182328803475912 ], [ -112.4238752114728, 38.181945961086804 ], [ -112.42409016566663, 38.181551333727946 ], [ -112.42420440468541, 38.181261565299579 ], [ -112.42428387319008, 38.180945182704754 ], [ -112.42423191763247, 38.180622283676158 ], [ -112.42417536052334, 38.180356215768953 ], [ -112.4241115355868, 38.180010029535566 ], [ -112.42407246918178, 38.179762674499131 ], [ -112.42404665893309, 38.179609784236732 ], [ -112.42394692670331, 38.179178419758763 ], [ -112.42387107614213, 38.178800837298667 ], [ -112.42383332654033, 38.178621055871183 ], [ -112.4237532606994, 38.178320126097262 ], [ -112.42362367359685, 38.178114422352472 ], [ -112.42351630156779, 38.177876907229646 ], [ -112.42343237169661, 38.177670649658097 ], [ -112.42336389784791, 38.177378590975302 ], [ -112.42330044788444, 38.177051324667609 ], [ -112.42322703953592, 38.17679897833564 ], [ -112.42314127152976, 38.176498117144625 ], [ -112.42310203538892, 38.176241751697965 ], [ -112.42307921905238, 38.175949139337924 ], [ -112.42309248396487, 38.175750715282092 ], [ -112.42306466207749, 38.175494211436494 ], [ -112.42301383805388, 38.175228974396859 ], [ -112.42298795589987, 38.174778689675804 ], [ -112.42290684688913, 38.174423699909092 ], [ -112.42273478208776, 38.174087836209509 ], [ -112.42258080238057, 38.173801318941152 ], [ -112.42249038526683, 38.173554585238584 ], [ -112.42243982762351, 38.173302862571539 ], [ -112.42244642404053, 38.173054953440612 ], [ -112.42244678838176, 38.172780083886295 ], [ -112.42246067055666, 38.172554616397392 ], [ -112.42254610492168, 38.172310258056164 ], [ -112.42267754400741, 38.172024788339328 ], [ -112.42274251863704, 38.171843761564716 ], [ -112.42272128229625, 38.171632237523262 ], [ -112.42257950929989, 38.171386126070644 ], [ -112.42249445159264, 38.17112130336934 ], [ -112.42245443304216, 38.170824393038892 ], [ -112.42271888679507, 38.170628332631132 ], [ -112.42303501215721, 38.170447866944201 ], [ -112.42329435242215, 38.17028250793895 ], [ -112.42352928854757, 38.170036336470723 ], [ -112.42377581110964, 38.169799036011426 ], [ -112.42401618742551, 38.169539279642066 ], [ -112.42424383426678, 38.169212087376678 ], [ -112.42444391227151, 38.168934794995423 ], [ -112.42456137646808, 38.168811708220417 ], [ -112.42467778672129, 38.16869314010458 ], [ -112.42485169970082, 38.168479248335359 ], [ -112.42511331375765, 38.168138124215155 ], [ -112.42531979372325, 38.167896800542785 ], [ -112.42555427673578, 38.167628100594996 ], [ -112.42574424969925, 38.167418518507432 ], [ -112.42593906753541, 38.167164718589596 ], [ -112.426168085659, 38.16690870055362 ], [ -112.42638763917181, 38.166752829995382 ], [ -112.4266143028795, 38.166668968456982 ], [ -112.42724768016507, 38.1666612712161 ], [ -112.42758495518765, 38.166688712937315 ], [ -112.42793882136323, 38.166688915991571 ], [ -112.42830778366886, 38.166585296626685 ], [ -112.42852873846059, 38.166501500854388 ], [ -112.42888399999008, 38.166280890696036 ], [ -112.42905315882329, 38.166175194314285 ], [ -112.4292958799614, 38.166037060341999 ], [ -112.42947706562599, 38.165962758867003 ], [ -112.43002720661531, 38.165784832464176 ], [ -112.43049342766389, 38.165693539679616 ], [ -112.43084070202173, 38.165648754455354 ], [ -112.43133642023537, 38.165606664738554 ], [ -112.43179166700683, 38.16553803052625 ], [ -112.43218932399208, 38.165443061091551 ], [ -112.43243818344628, 38.165327375729497 ], [ -112.43277245533245, 38.165201635671792 ], [ -112.43301587166469, 38.16509953347181 ], [ -112.43321969847881, 38.165015937957286 ], [ -112.43359908568505, 38.164862608950259 ], [ -112.43378482258518, 38.164729667473736 ], [ -112.43399082289764, 38.164465804627405 ], [ -112.4342833811844, 38.164250449991457 ], [ -112.43448579148534, 38.16409477381255 ], [ -112.43466528914331, 38.163934871256643 ], [ -112.43481010932852, 38.163752862242035 ], [ -112.43490972365568, 38.163593935423464 ], [ -112.43501318863825, 38.163340335734944 ], [ -112.43502624330155, 38.163132900788021 ], [ -112.4349414163228, 38.162881602170039 ], [ -112.43475485746985, 38.162681112439337 ], [ -112.43452300674815, 38.162499199686316 ], [ -112.43443757275648, 38.162449776334675 ], [ -112.43424595257675, 38.162340368550922 ], [ -112.4340308683646, 38.162140226048017 ], [ -112.43388240680653, 38.161903221687979 ], [ -112.43386001913086, 38.161867447163267 ], [ -112.43375087492427, 38.161539842722796 ], [ -112.43361276229686, 38.161190061891467 ], [ -112.43351985498101, 38.160817199052183 ], [ -112.43342650759794, 38.160421811533062 ], [ -112.43337415878585, 38.16007999532907 ], [ -112.43334639684299, 38.159827998764385 ], [ -112.43322075906104, 38.159532136946666 ], [ -112.43307916990513, 38.159295948727781 ], [ -112.43294543018712, 38.158877622495538 ], [ -112.4328544693744, 38.158603867000643 ], [ -112.4327734213004, 38.158253388609232 ], [ -112.43273522129655, 38.15805108507594 ], [ -112.43263258712939, 38.157763953811603 ], [ -112.43252601142319, 38.157566990368821 ], [ -112.43238985179572, 38.157316315784676 ], [ -112.43226378182169, 38.156997928069096 ], [ -112.4322056525387, 38.156710253518021 ], [ -112.43216682905521, 38.15635925955845 ], [ -112.43217558222517, 38.156048239256336 ], [ -112.43213649949168, 38.155742308345495 ], [ -112.43209250943401, 38.155535569119138 ], [ -112.43208933724102, 38.15537339202168 ], [ -112.43214365312279, 38.155174465859659 ], [ -112.43224131045007, 38.154974109852994 ], [ -112.43238463911406, 38.154716421146048 ], [ -112.43249574552677, 38.154561862014639 ], [ -112.43267899076329, 38.154302784802468 ], [ -112.4327904485672, 38.154166245082692 ], [ -112.43289655350411, 38.154047794552859 ], [ -112.4330425055886, 38.153924351666362 ], [ -112.43319442680274, 38.153814353732145 ], [ -112.43333502559537, 38.153708999798759 ], [ -112.43348124085418, 38.153599071142558 ], [ -112.43366668542322, 38.153452615414359 ], [ -112.4339436040344, 38.153314955622768 ], [ -112.43421575801855, 38.153283694847701 ], [ -112.43445732266875, 38.153322199424046 ], [ -112.43468024302791, 38.153341104911554 ], [ -112.43509688778158, 38.153345025863253 ], [ -112.43543269046592, 38.153300367624354 ], [ -112.43583133643079, 38.15325944604367 ], [ -112.43618398821718, 38.153201061662166 ], [ -112.4365081142887, 38.153143025180697 ], [ -112.43685409569423, 38.15309373237784 ], [ -112.43723035313141, 38.153017032052283 ], [ -112.43753148055602, 38.152950262248062 ], [ -112.43786674894784, 38.15287856764899 ], [ -112.43807106722376, 38.152821993788464 ], [ -112.43831523161417, 38.152760425542169 ], [ -112.43854105112489, 38.15269457552705 ], [ -112.43890597330513, 38.152563936797989 ], [ -112.4391480211377, 38.152452826842271 ], [ -112.43935100887489, 38.152328677180392 ], [ -112.43960454329338, 38.152163353584356 ], [ -112.44004394706975, 38.151874088487183 ], [ -112.44039295522114, 38.151630990500173 ], [ -112.44057303037296, 38.15150261378902 ], [ -112.44077733128276, 38.151387457556652 ], [ -112.44096926960427, 38.151340042562047 ], [ -112.44151220790893, 38.1513829449759 ], [ -112.44177463211092, 38.151379723331587 ], [ -112.44210701059383, 38.151393666022095 ], [ -112.4425233902948, 38.151442623867368 ], [ -112.44292290914268, 38.151446727490153 ], [ -112.44316750850473, 38.151407673815967 ], [ -112.44347523411867, 38.151386768862388 ], [ -112.44379406726642, 38.151350406168064 ], [ -112.44399373756919, 38.151347951092966 ], [ -112.44407300289673, 38.151027050989541 ], [ -112.44406330031644, 38.150824400680456 ], [ -112.44408221068998, 38.150625904500423 ], [ -112.44412884537674, 38.150386513446328 ], [ -112.44423663302832, 38.150065262438524 ], [ -112.444235175949, 38.149991382086569 ], [ -112.45089440150105, 38.149999415104922 ], [ -112.45299417462483, 38.149995082070518 ], [ -112.45518534731919, 38.149995887292093 ], [ -112.45753068980568, 38.150001947776687 ], [ -112.4589171351744, 38.149994644640849 ], [ -112.45969895133221, 38.149998447106157 ], [ -112.46016121328648, 38.150001712179012 ], [ -112.46063497451527, 38.150009338386312 ], [ -112.46109739825047, 38.150020708530114 ], [ -112.46141081612296, 38.14999968580608 ], [ -112.46174773606056, 38.150012615181616 ], [ -112.46236955003866, 38.150004873438526 ], [ -112.46281318585991, 38.149932659492237 ], [ -112.4634001404583, 38.149893804639852 ], [ -112.46369613668082, 38.149857672581135 ], [ -112.46404894537841, 38.149809115944194 ], [ -112.46457365680182, 38.149739489336966 ], [ -112.46507969225408, 38.149706141252722 ], [ -112.46553646858264, 38.149663492585809 ], [ -112.46581406340925, 38.149620375273351 ], [ -112.46610464107708, 38.14959872393451 ], [ -112.46640063455474, 38.149562585107169 ], [ -112.46698749346093, 38.149519207562669 ], [ -112.46728370273915, 38.149493878173573 ], [ -112.46782456199071, 38.149433047269348 ], [ -112.46843414705657, 38.149384872460196 ], [ -112.46881552732216, 38.149338647844843 ], [ -112.46939026828129, 38.149260263227376 ], [ -112.46968160438755, 38.149219668442029 ], [ -112.47020440342681, 38.149168965780177 ], [ -112.47054622883279, 38.149142155876419 ], [ -112.47100863000479, 38.14909581073929 ], [ -112.47129788170086, 38.149065151218821 ], [ -112.47162212153023, 38.149015127419055 ], [ -112.47208365182824, 38.148982306909367 ], [ -112.47240819864139, 38.148947597426307 ], [ -112.472778255102, 38.148906007928147 ], [ -112.47333621842212, 38.148844937176648 ], [ -112.47334209655918, 38.147435393009964 ], [ -112.47869420541782, 38.147433008930513 ], [ -112.48941508982928, 38.147406569704508 ], [ -112.50068998188563, 38.147407219329416 ], [ -112.50356692717604, 38.147464143403091 ], [ -112.51233692513115, 38.147465078411962 ], [ -112.52437705480364, 38.14749775320405 ], [ -112.53881338560609, 38.147517643708333 ], [ -112.54974110558615, 38.147562287727439 ], [ -112.56047070930762, 38.147681543058823 ], [ -112.57203294145211, 38.147779661806595 ], [ -112.57732958191689, 38.147852826112974 ], [ -112.58710323764501, 38.148091525448372 ], [ -112.6006665508741, 38.148109293417676 ], [ -112.61222097682163, 38.148108933734299 ], [ -112.62576151856943, 38.148130421917067 ], [ -112.63167887602353, 38.148146576878496 ], [ -112.64239532324673, 38.1481828233646 ], [ -112.65058971712521, 38.148216620689261 ], [ -112.65737927097622, 38.148197588119622 ], [ -112.66445677225315, 38.148295740347578 ], [ -112.67075971214911, 38.148206230077093 ], [ -112.68501602604593, 38.147844817205836 ], [ -112.69651850023189, 38.147579167156998 ], [ -112.71250563376103, 38.14755887767965 ], [ -112.73040980454725, 38.147536111567248 ], [ -112.75073501210173, 38.147590792152826 ], [ -112.7532619513884, 38.147561199767331 ], [ -112.76436854647875, 38.147457921708018 ], [ -112.7735495332836, 38.147477314912507 ], [ -112.78360885271802, 38.147482651248588 ], [ -112.79117459356266, 38.147481032191664 ], [ -112.80129659365791, 38.147483895732186 ], [ -112.81130813830642, 38.147450642310872 ], [ -112.81500402848907, 38.14757830972939 ], [ -112.82629856969189, 38.147925854674206 ], [ -112.82684635371058, 38.147927246116815 ], [ -112.83791024695009, 38.147947437072929 ], [ -112.84737034503065, 38.147948572814208 ], [ -112.85116299301704, 38.147883434176912 ], [ -112.86094309611836, 38.147680176192594 ], [ -112.86656172331877, 38.147667591068668 ], [ -112.87578307927421, 38.147884704916073 ], [ -112.88081433508351, 38.148061950329499 ], [ -112.88123652133586, 38.148060593799499 ], [ -112.89528944145201, 38.148053578246483 ], [ -112.91044329626639, 38.148037785028123 ], [ -112.9212958775435, 38.148053548811092 ], [ -112.92495910856407, 38.148061135174892 ], [ -112.94381640152316, 38.148065864786346 ], [ -112.96382959534992, 38.148197824310671 ], [ -112.9811375040278, 38.148299054395942 ], [ -113.00079497016182, 38.148357714721854 ], [ -113.00515313468505, 38.148323917752258 ], [ -113.0155997405046, 38.148310853594907 ], [ -113.02821097929167, 38.148378435174749 ], [ -113.04385123229879, 38.148422608955343 ], [ -113.0603649452713, 38.148485416906993 ], [ -113.07623200287166, 38.148480740687297 ], [ -113.09188857881919, 38.148499294974144 ], [ -113.11045188645107, 38.148609525784998 ], [ -113.12583189354046, 38.148733048631371 ], [ -113.13103495826064, 38.148719822623328 ], [ -113.15340528361402, 38.148684702599894 ], [ -113.16995702412348, 38.148687223283119 ], [ -113.18580221148656, 38.148722190896343 ], [ -113.20257039760307, 38.14871517636648 ], [ -113.22001186661322, 38.148711056038657 ], [ -113.2368038243992, 38.148738344434008 ], [ -113.25081104662848, 38.148750870526079 ], [ -113.26142337313316, 38.148758684329465 ], [ -113.27325587735007, 38.148741916424008 ], [ -113.28384529459737, 38.148748144066424 ], [ -113.29667079368767, 38.148741229086937 ], [ -113.30802956931576, 38.148721207269247 ], [ -113.32357125779029, 38.148730003709758 ], [ -113.34449867694801, 38.148736532026184 ], [ -113.35957715729427, 38.148714662054061 ], [ -113.3758272395681, 38.148756353879222 ], [ -113.37880532349702, 38.148753713142824 ], [ -113.39084331468061, 38.148747944131792 ], [ -113.40681836819122, 38.148755797939366 ], [ -113.4255768543848, 38.148742739775948 ], [ -113.44439854715112, 38.148745186637598 ], [ -113.46465811015929, 38.148754076642767 ], [ -113.47249173962915, 38.148765046589816 ], [ -113.48144367763814, 38.148778889792275 ], [ -113.50078395804812, 38.148769426325472 ], [ -113.51220077157609, 38.148791455647071 ], [ -113.52757568117059, 38.148776768288556 ], [ -113.54655271023462, 38.148826140553425 ], [ -113.56287511048939, 38.148826809304268 ], [ -113.58092516504534, 38.148800744993345 ], [ -113.60287885708152, 38.148815151302671 ], [ -113.62585419088214, 38.148844040555765 ], [ -113.63282520241842, 38.148828444901035 ], [ -113.64874136270359, 38.148803736558371 ], [ -113.66732087083595, 38.148787553043995 ], [ -113.68978263709795, 38.148789444096529 ], [ -113.70586524185987, 38.148797310565591 ], [ -113.72494146748366, 38.148766842797428 ], [ -113.7507870054699, 38.148826194025325 ], [ -113.76666276377391, 38.148799925502438 ], [ -113.7843980900863, 38.148799484325991 ], [ -113.80635636138743, 38.148776547309936 ], [ -113.83185091650856, 38.14876783482962 ], [ -113.8533522148004, 38.148765131496575 ], [ -113.87583190478672, 38.148838123783086 ], [ -113.89678465905037, 38.148817459590894 ], [ -113.92172500196712, 38.148799253667498 ], [ -113.95724140343893, 38.148774591090294 ], [ -113.98198762741545, 38.148761053143218 ], [ -114.00080489538077, 38.148844491756499 ], [ -114.00285255191982, 38.148837161250817 ], [ -114.01306445811473, 38.148880835056971 ], [ -114.02379723686151, 38.148911999242806 ], [ -114.0374744756006, 38.148855189152783 ], [ -114.04944986166376, 38.148836514093617 ], [ -114.05000096318395, 38.148837507907253 ], [ -114.04999806778942, 38.151505331593988 ], [ -114.05001433454059, 38.165168884516142 ], [ -114.05001645956074, 38.181087881746734 ], [ -114.04999521323336, 38.192886478109202 ], [ -114.05005155660461, 38.208453539740638 ], [ -114.05016810329521, 38.219033125602067 ], [ -114.05020248136179, 38.222315308468218 ], [ -114.05028602079412, 38.237701414915549 ], [ -114.05009612622743, 38.249959296645322 ], [ -114.04984682742555, 38.256426498714383 ], [ -114.0494738008526, 38.264715931370908 ], [ -114.04973754867638, 38.282209993732195 ], [ -114.04963043648023, 38.303257985630339 ], [ -114.04952909014317, 38.322662454108354 ], [ -114.0497574951946, 38.353050665836385 ], [ -114.04991202446153, 38.374983591770587 ], [ -114.05000175424281, 38.394545983216254 ], [ -114.05010692938706, 38.405485091993448 ], [ -114.05024247287767, 38.419999194847868 ], [ -114.05021133436485, 38.436532995110561 ], [ -114.05016720215622, 38.458461858696012 ], [ -114.05017596063881, 38.482449701459778 ], [ -114.05022121063577, 38.485804467892855 ], [ -114.0504203092319, 38.499920361816493 ], [ -114.05027450106714, 38.520632759469876 ], [ -114.04996314734431, 38.534842984128325 ], [ -114.05008014071231, 38.557281806829565 ], [ -114.04999873574135, 38.572986897939302 ], [ -114.0497176904868, 38.572989722959996 ], [ -114.03785929809976, 38.573041609402068 ], [ -114.02460091036684, 38.573096975456153 ], [ -114.01230095452392, 38.573157683794264 ], [ -114.00080925639966, 38.573199962479237 ], [ -113.97650542239255, 38.573271494376385 ], [ -113.95773856191239, 38.573337706038075 ], [ -113.94803736355466, 38.573388952308953 ], [ -113.93834164852905, 38.573434749695018 ], [ -113.91926385427968, 38.573480062022789 ], [ -113.90011690272428, 38.573520366538268 ], [ -113.87581978112314, 38.57363382798637 ], [ -113.85434583812501, 38.573749946205474 ], [ -113.84328386541608, 38.573789649026409 ], [ -113.83221608271693, 38.573828444142571 ], [ -113.81225053326074, 38.57393181496608 ], [ -113.79071157278098, 38.574010761094151 ], [ -113.76964279647501, 38.574083609598937 ], [ -113.75457003688574, 38.574141337883361 ], [ -113.75083492049504, 38.574158066661333 ], [ -113.6258479132932, 38.572548346153646 ], [ -113.5008661753934, 38.572664318297356 ], [ -113.4821714920848, 38.572716499661297 ], [ -113.4663895804576, 38.572698907659664 ], [ -113.44481675892008, 38.572665196973588 ], [ -113.42313660233816, 38.572683785867497 ], [ -113.40492817658142, 38.572699114179287 ], [ -113.38594434433296, 38.572695885066203 ], [ -113.37583751204087, 38.572703350542476 ], [ -113.35600403830279, 38.57265844544262 ], [ -113.33529440928925, 38.57267271686414 ], [ -113.31870186793283, 38.572655852817029 ], [ -113.30332708929488, 38.572639694157672 ], [ -113.28709164040033, 38.572629330011303 ], [ -113.27317514333572, 38.572634748381965 ], [ -113.25080092197443, 38.572684393376072 ], [ -113.2320107018098, 38.572647017363366 ], [ -113.21405932204381, 38.572642107745217 ], [ -113.19782342198155, 38.572623852181081 ], [ -113.18209202583795, 38.572589426956029 ], [ -113.16630959902265, 38.572576354896896 ], [ -113.15259914934219, 38.572571705735044 ], [ -113.13825213471183, 38.572583390635188 ], [ -113.12580478208476, 38.572598461132095 ], [ -113.10679738811338, 38.572640406860444 ], [ -113.08908294051102, 38.572623744455754 ], [ -113.0750673539446, 38.572630764778964 ], [ -113.06778919263522, 38.572632566144406 ], [ -113.04539136768638, 38.572647803167996 ], [ -113.02663715072565, 38.572682197630144 ], [ -113.01335182879518, 38.572703406747799 ], [ -113.00540949715405, 38.572722661997766 ], [ -113.0007721792818, 38.572717348790441 ], [ -112.97508698624674, 38.57240583629936 ], [ -112.95526015128374, 38.572467603098296 ], [ -112.93391716444044, 38.57249430705459 ], [ -112.91423281815229, 38.572525134074866 ], [ -112.89512246070798, 38.572561373457255 ], [ -112.87577204149413, 38.572593831937219 ], [ -112.84034985581087, 38.572638170538539 ], [ -112.83754807228142, 38.572641652704164 ], [ -112.81480497674457, 38.572649665593211 ], [ -112.80597232350263, 38.572649350964319 ], [ -112.79076333415162, 38.572647001722828 ], [ -112.76589436357631, 38.572611332257217 ], [ -112.75079628840162, 38.572688616279336 ], [ -112.71937474858143, 38.572294856622761 ], [ -112.69634996788103, 38.572292976034362 ], [ -112.67419260107359, 38.57237688213511 ], [ -112.65578284032095, 38.572458592390269 ], [ -112.62578121532137, 38.572613415769403 ], [ -112.61786852600414, 38.572696043720313 ], [ -112.60705630472032, 38.572727878532831 ], [ -112.59645051383519, 38.572752293303289 ], [ -112.57919260790939, 38.572769281875267 ], [ -112.57612247410668, 38.572789044413227 ], [ -112.56589621514389, 38.572849731272072 ], [ -112.54995887651859, 38.572894290297086 ], [ -112.53252687592838, 38.57288146680402 ], [ -112.52057823767302, 38.572866115471385 ], [ -112.51539395173077, 38.572845051110107 ], [ -112.51537375219549, 38.57259389714374 ], [ -112.51537361033465, 38.572368616239757 ], [ -112.51537331934016, 38.572300134052966 ], [ -112.51537421856476, 38.572124401863633 ], [ -112.5153696758064, 38.571908189239437 ], [ -112.51541480443231, 38.57159761578562 ], [ -112.51551852153811, 38.571343955990137 ], [ -112.51565647493553, 38.571080841393503 ], [ -112.51583919292591, 38.57076307894954 ], [ -112.51606235703541, 38.570458309231064 ], [ -112.51631437794195, 38.570161275383413 ], [ -112.51653397885956, 38.569960181022452 ], [ -112.51684405414517, 38.569694834451511 ], [ -112.51717565631111, 38.56936162315052 ], [ -112.51732547311715, 38.569117276535806 ], [ -112.51750414718474, 38.568880665729466 ], [ -112.51777308495282, 38.568569892423938 ], [ -112.51798676889352, 38.5683607619059 ], [ -112.51816579921399, 38.568141266964922 ], [ -112.51833213019978, 38.567918331982597 ], [ -112.5184205447657, 38.567701814496054 ], [ -112.51851386240081, 38.567227509739169 ], [ -112.51853636703028, 38.566933448885749 ], [ -112.51854103363338, 38.566609882131246 ], [ -112.51851896685343, 38.566379478781229 ], [ -112.51847342000889, 38.566124148382052 ], [ -112.51838231646437, 38.565885629377796 ], [ -112.51829668537886, 38.565634423450803 ], [ -112.51821183224135, 38.565420153755056 ], [ -112.51801970941204, 38.565017136596062 ], [ -112.51795222115628, 38.564809850498364 ], [ -112.51791803814075, 38.564548965615174 ], [ -112.51791896079807, 38.564320066150806 ], [ -112.5179424340409, 38.564071950430048 ], [ -112.51797728664191, 38.563819181444039 ], [ -112.51796088410497, 38.563585099871943 ], [ -112.51797117693353, 38.563256053185221 ], [ -112.51796585070139, 38.563002904156988 ], [ -112.51792632969169, 38.562761012203296 ], [ -112.51789262181643, 38.562522649361114 ], [ -112.51782380984199, 38.562252301000555 ], [ -112.51771964790593, 38.561938255520815 ], [ -112.51759320229053, 38.561656038504715 ], [ -112.51744381830464, 38.561429087813217 ], [ -112.51726961780922, 38.561277252626112 ], [ -112.51709476316474, 38.561148855092952 ], [ -112.51704705743322, 38.561117933828434 ], [ -112.51693768809024, 38.561047260824587 ], [ -112.51679191682625, 38.560937409653519 ], [ -112.51654021196568, 38.560701871303195 ], [ -112.51646478409644, 38.560553260638109 ], [ -112.51640858544724, 38.560445852877137 ], [ -112.51631300912848, 38.5602668646452 ], [ -112.51621677072413, 38.560056345260364 ], [ -112.5161444266671, 38.559890572891973 ], [ -112.51609974485581, 38.559675780978147 ], [ -112.51603565731574, 38.559356709002842 ], [ -112.51592751426567, 38.558852574227856 ], [ -112.51585339320364, 38.55860211815655 ], [ -112.51581893757731, 38.558327718859267 ], [ -112.51575494728668, 38.558013151048875 ], [ -112.51573346062032, 38.557809773249609 ], [ -112.51570165507805, 38.557661498187016 ], [ -112.51550985203473, 38.55727198900275 ], [ -112.5154026389104, 38.557085040367419 ], [ -112.5152942535035, 38.556842236541947 ], [ -112.51529611212268, 38.55665748016709 ], [ -112.5154063221011, 38.556440682428587 ], [ -112.51556484547102, 38.556338604051398 ], [ -112.51570761575059, 38.556306116726226 ], [ -112.51611932184413, 38.556237705064852 ], [ -112.5163294724788, 38.556134956891562 ], [ -112.51652159889041, 38.555993693155777 ], [ -112.51668981291809, 38.555806781180578 ], [ -112.51686222877888, 38.55554682271616 ], [ -112.51696650658798, 38.555321089064208 ], [ -112.51707496729507, 38.555021408167995 ], [ -112.5171550670361, 38.554737414056007 ], [ -112.51719150985835, 38.554560319531831 ], [ -112.51720205463711, 38.554516027309084 ], [ -112.51722325557191, 38.554159804796001 ], [ -112.51724070863057, 38.553898249857497 ], [ -112.51722919588133, 38.553623553384888 ], [ -112.51723150426692, 38.553460418296673 ], [ -112.51726054342666, 38.553204119940567 ], [ -112.51725121968352, 38.552978957410964 ], [ -112.51721148838367, 38.552781223043731 ], [ -112.51713244787904, 38.552569580042949 ], [ -112.51705908727386, 38.552355159958914 ], [ -112.51699649894525, 38.552107258255056 ], [ -112.51692255230618, 38.551864910511313 ], [ -112.51688537031085, 38.551460783301934 ], [ -112.51694992509374, 38.551256290429116 ], [ -112.51705455663574, 38.551047673552439 ], [ -112.51717762676556, 38.550897391282675 ], [ -112.5173053151496, 38.550693882116221 ], [ -112.51736519260048, 38.550539913136156 ], [ -112.5173937271574, 38.550314259736226 ], [ -112.5174281897948, 38.549988503597149 ], [ -112.51748588840228, 38.549730932378232 ], [ -112.51749819109857, 38.549497379160037 ], [ -112.51748699802634, 38.548964954018523 ], [ -112.51742435474841, 38.548714349708483 ], [ -112.51739639254488, 38.548475911641589 ], [ -112.5173333633814, 38.548152320384546 ], [ -112.51732316645558, 38.547994754068029 ], [ -112.51733393573603, 38.547688228797327 ], [ -112.5173521261204, 38.547461808269908 ], [ -112.51738031100547, 38.547164969686307 ], [ -112.51741731816871, 38.547014901628202 ], [ -112.51747033949873, 38.546807854476761 ], [ -112.51754579227935, 38.546576185849538 ], [ -112.51758177616132, 38.546377469733727 ], [ -112.51763534583834, 38.546196548285501 ], [ -112.51763195578258, 38.546035289157011 ], [ -112.51759797445187, 38.545783412055449 ], [ -112.51756914200105, 38.545503533004265 ], [ -112.51750112597971, 38.545270119792022 ], [ -112.51745728382632, 38.545094966900194 ], [ -112.51734092210303, 38.544745032791575 ], [ -112.51726700161194, 38.54450358572916 ], [ -112.51715616917886, 38.544143667234657 ], [ -112.51700570019662, 38.543808592940096 ], [ -112.51685528943867, 38.543476221074073 ], [ -112.51671828149311, 38.543235591097023 ], [ -112.51658237205353, 38.543047212545638 ], [ -112.51644027374037, 38.542837286759124 ], [ -112.51625106288715, 38.542569397272565 ], [ -112.51614423040675, 38.542399565367766 ], [ -112.51600099973815, 38.542135585557986 ], [ -112.51592312924622, 38.541978895366867 ], [ -112.51581966967605, 38.541696377539964 ], [ -112.51580875211899, 38.541449607827637 ], [ -112.51580372130812, 38.5412099709581 ], [ -112.51581555609891, 38.54095389524268 ], [ -112.51587889507105, 38.540691745740013 ], [ -112.51590272970849, 38.540460746394388 ], [ -112.51594869197943, 38.540190711647206 ], [ -112.51597882894524, 38.53998666471972 ], [ -112.51602162109138, 38.539784256153276 ], [ -112.51611106876902, 38.539454183179942 ], [ -112.51616874601012, 38.539195711347524 ], [ -112.51622748219032, 38.538987689361981 ], [ -112.51627934788344, 38.538725688193907 ], [ -112.51632445657162, 38.538415113190602 ], [ -112.51632478135267, 38.538157384149322 ], [ -112.51631399871717, 38.537643876392281 ], [ -112.51632713678177, 38.537449961993651 ], [ -112.51633644343889, 38.537292142655303 ], [ -112.51633857229086, 38.537174967407843 ], [ -112.51635621566368, 38.536922420794951 ], [ -112.51637499394892, 38.536723927629254 ], [ -112.51638728050742, 38.536489473106627 ], [ -112.51636956812547, 38.536192327648948 ], [ -112.51630504287242, 38.535796663577955 ], [ -112.51623935929894, 38.535455082616338 ], [ -112.51616174604776, 38.535037059523383 ], [ -112.51608509827429, 38.534664981793192 ], [ -112.51600983182782, 38.53435866905199 ], [ -112.51592752653887, 38.533990268979423 ], [ -112.51588371485057, 38.533816015844756 ], [ -112.51581982518219, 38.533505049923221 ], [ -112.51576168972032, 38.533194910577663 ], [ -112.51571608290048, 38.53293507261774 ], [ -112.515693679778, 38.53268755011208 ], [ -112.51568403804427, 38.532228095240853 ], [ -112.51570824951746, 38.532015113495589 ], [ -112.51569252665242, 38.531812561296768 ], [ -112.51568713877035, 38.531555807070141 ], [ -112.51571023468793, 38.531289672673168 ], [ -112.5157625702966, 38.531050193778142 ], [ -112.51579819357917, 38.530834360808669 ], [ -112.51578856453408, 38.530648851282209 ], [ -112.51588115432007, 38.530414257915297 ], [ -112.51601937994566, 38.530222328068639 ], [ -112.51610174100784, 38.529992372667678 ], [ -112.51613656867339, 38.52973870211909 ], [ -112.51617295901225, 38.529504836328435 ], [ -112.51626455060064, 38.529277464660403 ], [ -112.51636354568133, 38.529020259496022 ], [ -112.51646690741218, 38.52880715339797 ], [ -112.5165433867799, 38.528625034115905 ], [ -112.51662429501582, 38.528380678940465 ], [ -112.51668913471848, 38.52819060011371 ], [ -112.51674814522617, 38.527996091085171 ], [ -112.51685144063262, 38.527725312707801 ], [ -112.51695337321866, 38.52738967000802 ], [ -112.51703287884314, 38.527078648535706 ], [ -112.51708432548477, 38.52685179638744 ], [ -112.5171484176042, 38.52657161322896 ], [ -112.51717726021938, 38.526306305047918 ], [ -112.5172580693565, 38.526057444976786 ], [ -112.5173506110972, 38.525821048703563 ], [ -112.51745513136487, 38.525608827802181 ], [ -112.51768065314647, 38.52514992882805 ], [ -112.51786881628054, 38.524823981002974 ], [ -112.51801277142465, 38.52457790621073 ], [ -112.51810759947709, 38.524450517321391 ], [ -112.51832670075878, 38.524232304079213 ], [ -112.51851813442525, 38.524062209596416 ], [ -112.51874218028183, 38.523861053060976 ], [ -112.5190203322896, 38.523669106597758 ], [ -112.51921149763153, 38.523486398543504 ], [ -112.51940951371132, 38.523356768388872 ], [ -112.51959638338032, 38.523242601921396 ], [ -112.51976629711324, 38.523140370059011 ], [ -112.51999920732929, 38.523033715515005 ], [ -112.52018070148057, 38.52293673952849 ], [ -112.5204367544342, 38.522839696126169 ], [ -112.52059595668031, 38.522773647682804 ], [ -112.52078337283857, 38.522685605227025 ], [ -112.52101582487964, 38.522557327323319 ], [ -112.52121326610541, 38.522400667481008 ], [ -112.52138235984449, 38.522259695028019 ], [ -112.52160848748713, 38.52210356287646 ], [ -112.52182341220022, 38.521960191843036 ], [ -112.52202191275867, 38.521853980582897 ], [ -112.52219107955329, 38.521716610571175 ], [ -112.52253880954748, 38.521343523620303 ], [ -112.5226271323335, 38.521180170188963 ], [ -112.5226120389204, 38.521008249193976 ], [ -112.52253917191236, 38.520816353372716 ], [ -112.52246081837916, 38.520636243635352 ], [ -112.52237094095283, 38.520453580273497 ], [ -112.5222869494923, 38.520278049403693 ], [ -112.52226661695134, 38.520129626037473 ], [ -112.52227390886078, 38.519931280899605 ], [ -112.52229775631962, 38.519702081802905 ], [ -112.5223107627627, 38.519502761208408 ], [ -112.52230630268771, 38.519291051787761 ], [ -112.52227805435487, 38.519039100456922 ], [ -112.52219801456394, 38.518778811114274 ], [ -112.52212811409562, 38.518455310214932 ], [ -112.52204110869184, 38.518136537312976 ], [ -112.52200253337078, 38.517938788402027 ], [ -112.521951941121, 38.517715062676828 ], [ -112.52183807263322, 38.517482246909466 ], [ -112.52166677580084, 38.517245671734258 ], [ -112.52144397428047, 38.517014271299608 ], [ -112.52127474699957, 38.51687589270599 ], [ -112.52120713970858, 38.516824505120262 ], [ -112.52097179434624, 38.516650939592196 ], [ -112.52075634167069, 38.516496039099117 ], [ -112.52054793117067, 38.516403225298355 ], [ -112.52029310475982, 38.516284880828678 ], [ -112.5197783083738, 38.516076192264009 ], [ -112.51955720238267, 38.515924967454872 ], [ -112.51940482132325, 38.515769245805359 ], [ -112.5192475616323, 38.515545100708117 ], [ -112.51911623001156, 38.515353961106968 ], [ -112.51897239116177, 38.51511342097632 ], [ -112.51887694801793, 38.514938035969976 ], [ -112.51883217677354, 38.514717837740022 ], [ -112.5189553504015, 38.514302617029337 ], [ -112.51905322725035, 38.514048127127815 ], [ -112.51909063281697, 38.513917877792842 ], [ -112.51909271572133, 38.513525855281856 ], [ -112.51904279031869, 38.513278689780769 ], [ -112.51896999799442, 38.513089493818065 ], [ -112.51890240905283, 38.512874998401401 ], [ -112.51880481110146, 38.512596911331862 ], [ -112.51863907992606, 38.512351247786178 ], [ -112.51848670859785, 38.512195524654032 ], [ -112.51832811287439, 38.512016452408723 ], [ -112.51823252423237, 38.511833859518987 ], [ -112.51815774877986, 38.511550069054259 ], [ -112.51825431936648, 38.511233418029782 ], [ -112.5183573033483, 38.510949124769731 ], [ -112.51845489429434, 38.510681121865709 ], [ -112.51849029330809, 38.51045537788638 ], [ -112.51852429162537, 38.510162967725087 ], [ -112.51854466812161, 38.510041049603927 ], [ -112.51856502562987, 38.509918230584006 ], [ -112.5185598210214, 38.509670484679027 ], [ -112.51857380211995, 38.509517109601063 ], [ -112.51860626677799, 38.509151726949959 ], [ -112.51861128653043, 38.508899342708737 ], [ -112.51853890860305, 38.508674996476117 ], [ -112.51837808789573, 38.508389618492032 ], [ -112.51825934630997, 38.508196512048002 ], [ -112.51810096835283, 38.508027349025774 ], [ -112.51795997838455, 38.507866971756627 ], [ -112.51775347071768, 38.507590295397549 ], [ -112.51756302789731, 38.507259342029364 ], [ -112.51738405209744, 38.506928239716409 ], [ -112.51729390304843, 38.506731157105897 ], [ -112.51716069594103, 38.506394955600712 ], [ -112.51703245424521, 38.506076712390467 ], [ -112.51696602477418, 38.505862200500133 ], [ -112.51691693214124, 38.505708741508762 ], [ -112.51678372881537, 38.505372539443137 ], [ -112.51664066822504, 38.505113061822044 ], [ -112.51654967322648, 38.504875438181067 ], [ -112.51651027080041, 38.504637146260173 ], [ -112.51648768799299, 38.504380613666001 ], [ -112.51649216118993, 38.504047133688083 ], [ -112.51649345298897, 38.503835348893539 ], [ -112.51649005171514, 38.503673187614247 ], [ -112.51638233450569, 38.503458308864076 ], [ -112.51616485358019, 38.503204299994039 ], [ -112.51594303225153, 38.503126069362914 ], [ -112.51568463234022, 38.502998749050178 ], [ -112.51544695050737, 38.502929734180164 ], [ -112.51521203402071, 38.502883211563002 ], [ -112.51500472724665, 38.502840836949822 ], [ -112.51482025552228, 38.502793660847729 ], [ -112.51450731473976, 38.502635503547978 ], [ -112.51433881424659, 38.502529545929889 ], [ -112.51419840959747, 38.502396190507874 ], [ -112.51414380066706, 38.502252714093302 ], [ -112.51421032375816, 38.502143716914865 ], [ -112.5143722191827, 38.501934360749722 ], [ -112.51455197078731, 38.501756313341772 ], [ -112.51485047943963, 38.501554200816038 ], [ -112.51507930928477, 38.501474643194356 ], [ -112.51531845654742, 38.501394951609782 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 1, \"properties\": { \"NAME\": \"BOX ELDER SCHOOL DISTRICT\", \"TOTENROLL\": 11187, \"Color4\": \"4\", \"Shape_Leng\": 568615.85489299998, \"Shape_Area\": 17428902409.0 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.1855713559281, 41.999639640348462 ], [ -112.17344390924946, 41.997080337992536 ], [ -112.16393143694599, 41.997177193250749 ], [ -112.16434943174322, 41.996925275784221 ], [ -112.16485093901575, 41.996618470451267 ], [ -112.1653008304188, 41.996460793792423 ], [ -112.16576981300388, 41.996356960322046 ], [ -112.16600803798329, 41.996178914292656 ], [ -112.16610752201046, 41.996006780612404 ], [ -112.16581808986524, 41.995694494062256 ], [ -112.16514685252083, 41.995300521573235 ], [ -112.16473868598956, 41.995097515178905 ], [ -112.16463312450963, 41.994936469720358 ], [ -112.16453823931141, 41.994698760782001 ], [ -112.1644785833808, 41.994406655485001 ], [ -112.1643398912768, 41.994083829230405 ], [ -112.16393375055141, 41.993660140615241 ], [ -112.16359272700286, 41.993496978339472 ], [ -112.16327756902443, 41.993428120946859 ], [ -112.16318075514199, 41.993415592360016 ], [ -112.16266741030248, 41.99340278038418 ], [ -112.16229940901272, 41.993415513878681 ], [ -112.16206336939396, 41.993381877879003 ], [ -112.16179046194937, 41.993312588640677 ], [ -112.16137644691632, 41.99311863583987 ], [ -112.16078087989983, 41.992899498242608 ], [ -112.16026623094639, 41.992814636845473 ], [ -112.15984146084325, 41.992692839045453 ], [ -112.15966430809058, 41.992577544707721 ], [ -112.15941383211378, 41.992413455093995 ], [ -112.15905202445657, 41.992101882207592 ], [ -112.15842939389864, 41.991720888890455 ], [ -112.15804573909868, 41.991535624046286 ], [ -112.15787462809807, 41.991420265952378 ], [ -112.15776802925868, 41.991200682333265 ], [ -112.15776867892221, 41.990903461760666 ], [ -112.15776419095711, 41.990655828667499 ], [ -112.15760335839956, 41.990441295121428 ], [ -112.1574189571277, 41.990258521700248 ], [ -112.15682436109857, 41.989824098524423 ], [ -112.15659342828977, 41.989604866095171 ], [ -112.15635114576047, 41.989292080047939 ], [ -112.15610730242037, 41.988826198870171 ], [ -112.15584666092172, 41.988432538203853 ], [ -112.15574529474952, 41.988167867423108 ], [ -112.15566188780983, 41.987894909883707 ], [ -112.15557633169934, 41.987503088218602 ], [ -112.15547529391408, 41.987256426829838 ], [ -112.15524132618678, 41.987002096781993 ], [ -112.15480495407996, 41.986569672861528 ], [ -112.15448438854897, 41.986199127998212 ], [ -112.1542285828053, 41.985737866086808 ], [ -112.15401575590326, 41.985316700704296 ], [ -112.15384125407189, 41.985012234097262 ], [ -112.15378141306533, 41.984706614740738 ], [ -112.15378232578873, 41.984422900923633 ], [ -112.15381251740027, 41.984089357055524 ], [ -112.15397823458331, 41.983907561228222 ], [ -112.15410162732378, 41.983721687461149 ], [ -112.15415187248266, 41.983496019820855 ], [ -112.15407508343809, 41.982920375983575 ], [ -112.15408399817555, 41.982411419139808 ], [ -112.15392102202837, 41.981742073334431 ], [ -112.15379823885523, 41.981292982509601 ], [ -112.15373318046785, 41.981032447881148 ], [ -112.15371052544255, 41.980780493524954 ], [ -112.15372978555276, 41.980510104867427 ], [ -112.1538042481414, 41.980288697101088 ], [ -112.15381900551645, 41.980036366674092 ], [ -112.15372362714628, 41.979834679021309 ], [ -112.15360424656313, 41.979573789574701 ], [ -112.15345505361985, 41.979333013874779 ], [ -112.15325757227012, 41.97909182247249 ], [ -112.15263382993405, 41.978305514882926 ], [ -112.1522807950052, 41.97780469489684 ], [ -112.15214961595059, 41.977558332672487 ], [ -112.15192378936588, 41.977083254161016 ], [ -112.15192300688227, 41.976704988643057 ], [ -112.15190607023472, 41.976434963323314 ], [ -112.15210343202887, 41.97600067017131 ], [ -112.15227159606891, 41.975620708812052 ], [ -112.15218877339088, 41.975378364371345 ], [ -112.15197500941001, 41.9752373062706 ], [ -112.15183843610572, 41.975026123098303 ], [ -112.15161610934648, 41.974744648648901 ], [ -112.15134357808097, 41.974423148003901 ], [ -112.151230014774, 41.974082039487804 ], [ -112.15115756270082, 41.973745021824705 ], [ -112.15105461897103, 41.973390296822501 ], [ -112.15100108019921, 41.973098121939181 ], [ -112.15091199829165, 41.972909878306908 ], [ -112.1508007907961, 41.972699340124407 ], [ -112.15074032872279, 41.972357698650193 ], [ -112.15067294232863, 41.971966590691224 ], [ -112.15061086090526, 41.971534900162951 ], [ -112.15071338452825, 41.971196128065088 ], [ -112.1508467224939, 41.970893073006891 ], [ -112.15087700568579, 41.970564031473806 ], [ -112.15070899910245, 41.970282010395508 ], [ -112.15051390659148, 41.970171384400253 ], [ -112.15040425343516, 41.970113940978393 ], [ -112.14982744372708, 41.969917073399635 ], [ -112.14962817493229, 41.969842513798589 ], [ -112.14947224999271, 41.969627918766385 ], [ -112.14944472450371, 41.969506606359303 ], [ -112.14943869980046, 41.969440018431492 ], [ -112.14931429504401, 41.969233213413965 ], [ -112.1490342645711, 41.969163964592013 ], [ -112.14838393019679, 41.968837231057279 ], [ -112.14810879743131, 41.96863733639313 ], [ -112.14801121540937, 41.96857976992748 ], [ -112.14765975521522, 41.968497722275039 ], [ -112.14693335100741, 41.968369884461318 ], [ -112.14642591930834, 41.968338927155123 ], [ -112.14608620583127, 41.968238744310597 ], [ -112.14584881476331, 41.968124029348047 ], [ -112.14562936257863, 41.968000128338218 ], [ -112.14503134208123, 41.967627820943967 ], [ -112.14456026466873, 41.967267754554065 ], [ -112.14442254051646, 41.966989925354049 ], [ -112.14423992741936, 41.966563935730996 ], [ -112.14405345906785, 41.966259572326294 ], [ -112.14389241311162, 41.96602700749839 ], [ -112.14367031424767, 41.96575452132825 ], [ -112.14355150130046, 41.965521535229868 ], [ -112.14344411085118, 41.965252409103634 ], [ -112.14335473827974, 41.964911051167562 ], [ -112.14325201498725, 41.964632871814295 ], [ -112.14310159289892, 41.964319141214986 ], [ -112.14300241228761, 41.964171521030302 ], [ -112.14293548776878, 41.96407311552958 ], [ -112.14283308960272, 41.963812945580884 ], [ -112.14278643469673, 41.963565730414516 ], [ -112.14265234709609, 41.963490509656062 ], [ -112.14255606504908, 41.963504977789825 ], [ -112.14242406931199, 41.963546820862369 ], [ -112.14219088434531, 41.963666226165749 ], [ -112.14139222810378, 41.963881320115327 ], [ -112.14086969221991, 41.964016208495167 ], [ -112.14040059791287, 41.96410282898929 ], [ -112.1397980426683, 41.964149342729932 ], [ -112.13872074052064, 41.964304138714354 ], [ -112.13829780344271, 41.9642723071753 ], [ -112.13808385078046, 41.964116814191804 ], [ -112.1378457680914, 41.963961559981563 ], [ -112.13751848191157, 41.96381169249959 ], [ -112.13739045355544, 41.963466209526239 ], [ -112.13740294560061, 41.963150857055695 ], [ -112.13742638165516, 41.962772350386558 ], [ -112.13728821796782, 41.962467497065951 ], [ -112.13701733845363, 41.962163958146022 ], [ -112.1365405698884, 41.961818325129201 ], [ -112.1363684415911, 41.961638997766784 ], [ -112.13619425034646, 41.9613435062222 ], [ -112.13609237069556, 41.961042795510252 ], [ -112.13571445723299, 41.960487228891523 ], [ -112.13555942481455, 41.960250989927509 ], [ -112.13534952643852, 41.959982869840005 ], [ -112.13515868598459, 41.959768600143832 ], [ -112.13487471681285, 41.959474191953468 ], [ -112.13468049154078, 41.959341013769425 ], [ -112.13445481911587, 41.959203642754154 ], [ -112.13438752115076, 41.959151169195195 ], [ -112.13417937203776, 41.958981200919325 ], [ -112.1340165443777, 41.958645064184246 ], [ -112.13394008575709, 41.958416152611541 ], [ -112.13391560278421, 41.95805613272158 ], [ -112.13400780727281, 41.957812045258059 ], [ -112.13402103401306, 41.957537215010163 ], [ -112.13385773210089, 41.957174063008232 ], [ -112.13378239332465, 41.957008186023003 ], [ -112.13369966610198, 41.956765826312946 ], [ -112.13364242448145, 41.956599770500944 ], [ -112.13345263729678, 41.956444029956224 ], [ -112.13314093370151, 41.956217440186045 ], [ -112.13301162870906, 41.956070108425855 ], [ -112.13288025086725, 41.955805711859234 ], [ -112.13261757823236, 41.955281420686454 ], [ -112.13221617604623, 41.95475849717279 ], [ -112.13216226247906, 41.954439296391485 ], [ -112.13221929775419, 41.954253198968374 ], [ -112.13222763164261, 41.954042363507803 ], [ -112.13214563158499, 41.953840524838469 ], [ -112.13185124415109, 41.953568727898826 ], [ -112.13153581700124, 41.95313051636527 ], [ -112.131313975518, 41.952867009474105 ], [ -112.13099308112828, 41.952460373192721 ], [ -112.13080703631594, 41.952173996229092 ], [ -112.13050513163672, 41.951749158357813 ], [ -112.13027566358208, 41.951463208093479 ], [ -112.13003581796593, 41.951204379168516 ], [ -112.12968851942445, 41.951009653048466 ], [ -112.12953074481143, 41.95095716617756 ], [ -112.12942765188726, 41.950926657523802 ], [ -112.12910116749053, 41.950817287116642 ], [ -112.12887932963564, 41.950621324510934 ], [ -112.12870520503411, 41.950394270074547 ], [ -112.12857463443741, 41.950105542615745 ], [ -112.12869202299382, 41.949920654775624 ], [ -112.12888318114926, 41.949540499782728 ], [ -112.12903080281106, 41.9492913677228 ], [ -112.12912032823508, 41.948895099317447 ], [ -112.12907695833805, 41.948556879247441 ], [ -112.12901387851278, 41.948332335632507 ], [ -112.12887523129241, 41.947995953068535 ], [ -112.12859770799498, 41.947651929102243 ], [ -112.12836437550072, 41.947419151466804 ], [ -112.12813694889391, 41.947179110058705 ], [ -112.12801759312283, 41.946910086019301 ], [ -112.12792744166508, 41.946586735538297 ], [ -112.12782967271961, 41.946173394168518 ], [ -112.12762697995748, 41.94603578352158 ], [ -112.12733942330111, 41.946080037821048 ], [ -112.12715212597681, 41.946062963105064 ], [ -112.12702839431407, 41.945956099088704 ], [ -112.12688192029833, 41.945790915505057 ], [ -112.12678217215884, 41.945607259997672 ], [ -112.12664512842773, 41.945360924456317 ], [ -112.12642246262712, 41.945047879633108 ], [ -112.12626105982532, 41.944788272757535 ], [ -112.12616679133929, 41.944573039936785 ], [ -112.12600508972551, 41.944296323129414 ], [ -112.12585081472186, 41.94409879103921 ], [ -112.12578646552319, 41.943869754609423 ], [ -112.12551056095582, 41.943615772664906 ], [ -112.12522490654365, 41.943150231238434 ], [ -112.12500170146025, 41.942805665800378 ], [ -112.12489856010338, 41.942428400538283 ], [ -112.12488920511936, 41.942239354227837 ], [ -112.12497634184814, 41.942049362422992 ], [ -112.12508038279805, 41.941791655606032 ], [ -112.1249386056065, 41.941618317449141 ], [ -112.12451519334282, 41.94120726260909 ], [ -112.12436531574831, 41.940916016964785 ], [ -112.12431232457439, 41.940646338750128 ], [ -112.12426340609761, 41.939921788642778 ], [ -112.12428978103053, 41.939363122739472 ], [ -112.1243448651087, 41.939065366310864 ], [ -112.124417881753, 41.938758427634824 ], [ -112.12450264206733, 41.938433360719394 ], [ -112.12448360030157, 41.938104807186882 ], [ -112.12435152462631, 41.937727824506638 ], [ -112.12416333925036, 41.937315364764039 ], [ -112.12405323323685, 41.93688412708557 ], [ -112.12402921209868, 41.936546615558335 ], [ -112.1240051121838, 41.936204601487702 ], [ -112.1240252212169, 41.935632486768831 ], [ -112.12407801062554, 41.935204157325622 ], [ -112.12414895278209, 41.934779252718862 ], [ -112.12419722906145, 41.934437430544989 ], [ -112.12412512666336, 41.934109396282658 ], [ -112.12395027870124, 41.933768857987204 ], [ -112.12362557737342, 41.933137072121845 ], [ -112.12337181429825, 41.932698232751697 ], [ -112.12323384337944, 41.932465411456384 ], [ -112.12308644170547, 41.932313741512246 ], [ -112.12287018564184, 41.932018639432641 ], [ -112.12273698999296, 41.931645268044846 ], [ -112.12267197052972, 41.931376606902838 ], [ -112.12254147759366, 41.931157221468105 ], [ -112.12250957637973, 41.931057560249933 ], [ -112.12248342074626, 41.930941630988087 ], [ -112.12251614088288, 41.930744066795 ], [ -112.12279852092568, 41.930339611697157 ], [ -112.1228048155278, 41.93001080962879 ], [ -112.12266284745628, 41.929480809138717 ], [ -112.12239910780967, 41.928884449505809 ], [ -112.12211401742586, 41.928445913236146 ], [ -112.12195354322667, 41.928235826620508 ], [ -112.12174014644826, 41.928102812894885 ], [ -112.12144726411566, 41.927907529043011 ], [ -112.12125053831974, 41.927693292212957 ], [ -112.12100837612024, 41.927294863504287 ], [ -112.12059715990598, 41.926884574512208 ], [ -112.12007948873193, 41.926317707184552 ], [ -112.11969932179517, 41.925889098770156 ], [ -112.11953854713543, 41.925660998389397 ], [ -112.11940791950464, 41.925432603843745 ], [ -112.11925967758989, 41.925231400649309 ], [ -112.1190321922668, 41.924981433349814 ], [ -112.11859531424234, 41.924481321081878 ], [ -112.118410194939, 41.924239946332435 ], [ -112.11832154170634, 41.92399763168995 ], [ -112.11839488625985, 41.923708706047471 ], [ -112.11842117789895, 41.923487788218267 ], [ -112.11836392876144, 41.92331722046481 ], [ -112.11820966618177, 41.923116074469014 ], [ -112.11789057954601, 41.922799447382474 ], [ -112.11749820639815, 41.922429493104595 ], [ -112.11706137690877, 41.922276128473442 ], [ -112.11682358064964, 41.922125329584759 ], [ -112.11672334990871, 41.921910146029504 ], [ -112.11662186370324, 41.921622921753389 ], [ -112.11637201330366, 41.921472239136797 ], [ -112.11615817988658, 41.92131219923143 ], [ -112.11603344527715, 41.921074736734127 ], [ -112.11592123985406, 41.920864172131054 ], [ -112.11571132039187, 41.920582504145621 ], [ -112.11527496925088, 41.920109393437848 ], [ -112.11499106510233, 41.919733873351376 ], [ -112.1148657893343, 41.919464891631378 ], [ -112.11454935375923, 41.919229288715243 ], [ -112.11416967498613, 41.918962775515048 ], [ -112.11392535216621, 41.918712961121635 ], [ -112.11366170865043, 41.918530883173929 ], [ -112.11344695255201, 41.918316807386681 ], [ -112.11302621178584, 41.918046185236037 ], [ -112.11279525155055, 41.917940344621258 ], [ -112.11243659927173, 41.917772694530626 ], [ -112.11218614824855, 41.917585982017634 ], [ -112.11173480652594, 41.917288631658259 ], [ -112.11144851716173, 41.917121178408557 ], [ -112.1112478454409, 41.917023147395 ], [ -112.11103585172512, 41.916967556670116 ], [ -112.11056961983857, 41.916854080681219 ], [ -112.11005611458765, 41.916796000193813 ], [ -112.10936692946635, 41.916690078611659 ], [ -112.10917261806331, 41.916610896387773 ], [ -112.10880787624826, 41.916438790401294 ], [ -112.10864175964876, 41.916246752295315 ], [ -112.10843230570461, 41.915640828001166 ], [ -112.10819687338945, 41.914927074591503 ], [ -112.10783139711612, 41.914363184632904 ], [ -112.10757824798878, 41.914018872100648 ], [ -112.10744889298344, 41.913790451063711 ], [ -112.10735877940014, 41.913530128241639 ], [ -112.10718353384736, 41.913158043544648 ], [ -112.10694684320313, 41.912719001300047 ], [ -112.10667507706968, 41.912343342962032 ], [ -112.10616789819859, 41.911951038281117 ], [ -112.10575720297162, 41.911559603494197 ], [ -112.10539355475575, 41.911099263929415 ], [ -112.10515435170494, 41.91086289103049 ], [ -112.10471004958423, 41.91061948451496 ], [ -112.10431614631131, 41.910501684294395 ], [ -112.10370726087625, 41.910503035596051 ], [ -112.10344180495298, 41.910492077084321 ], [ -112.10332719919371, 41.910488675113697 ], [ -112.1028316018284, 41.91041688008476 ], [ -112.10203986931063, 41.910302892502003 ], [ -112.10119805983047, 41.910081300215069 ], [ -112.10064017899724, 41.909893006880857 ], [ -112.10009922486583, 41.909636998935554 ], [ -112.09977619985982, 41.909432940993533 ], [ -112.0995372554637, 41.90921006372497 ], [ -112.09923177663555, 41.908974312996413 ], [ -112.09892096748305, 41.90877914228988 ], [ -112.09865374343187, 41.908664613362625 ], [ -112.09825994013198, 41.908551294624537 ], [ -112.09799866864265, 41.9084322039105 ], [ -112.09775571237937, 41.908326447437908 ], [ -112.09743455237174, 41.908230444570044 ], [ -112.0970283131672, 41.908094723869354 ], [ -112.09666875487498, 41.907868489555582 ], [ -112.09636321589504, 41.907628228358305 ], [ -112.09616871672321, 41.907535515741785 ], [ -112.09590776126184, 41.907434430477643 ], [ -112.09560476796617, 41.907342752380103 ], [ -112.09471718368881, 41.907261151899952 ], [ -112.09378153519022, 41.907189009056708 ], [ -112.09310925520644, 41.907006271951659 ], [ -112.09290835103523, 41.90689109817594 ], [ -112.09245632912832, 41.906544141069539 ], [ -112.0920032378001, 41.906134145870901 ], [ -112.09181416298073, 41.906005347693863 ], [ -112.09143846990247, 41.905891833226462 ], [ -112.09095528186286, 41.905837882065249 ], [ -112.09059202917479, 41.905746763209336 ], [ -112.090227704946, 41.905592606913281 ], [ -112.09003909483826, 41.9054908212889 ], [ -112.08950440000521, 41.905243710253451 ], [ -112.08918730480454, 41.905030559326079 ], [ -112.0887930044768, 41.904885689427481 ], [ -112.08829823027649, 41.904858856832476 ], [ -112.08800182216105, 41.904798619394221 ], [ -112.08751001948883, 41.904591622449409 ], [ -112.08721109224993, 41.904382797260396 ], [ -112.0865840237135, 41.90401946082082 ], [ -112.08616890616371, 41.903712659306741 ], [ -112.08593155632622, 41.903579804675786 ], [ -112.08571123613005, 41.903455795166209 ], [ -112.08565751043889, 41.903415773274219 ], [ -112.08545586808896, 41.903255560095353 ], [ -112.08516679683143, 41.902916040009664 ], [ -112.08485102864252, 41.902423658463263 ], [ -112.08464237366715, 41.902204966884582 ], [ -112.08435407341516, 41.901910470612449 ], [ -112.08416998691986, 41.90171856606301 ], [ -112.08397781819821, 41.901405147793398 ], [ -112.08387162796075, 41.901185487402714 ], [ -112.08350446584804, 41.900504447497617 ], [ -112.08327026823285, 41.900200431200339 ], [ -112.0830442302512, 41.900022430516437 ], [ -112.08272687809435, 41.899791250571575 ], [ -112.08195174008918, 41.899222131566404 ], [ -112.08147616523665, 41.898901471725885 ], [ -112.0812921872534, 41.898714965392401 ], [ -112.08116258754734, 41.898536052737761 ], [ -112.0810872289108, 41.898356629253612 ], [ -112.08103316749568, 41.898010382151568 ], [ -112.08095712642053, 41.897790435053913 ], [ -112.08079595378393, 41.897526255974682 ], [ -112.08026804108538, 41.896960201976412 ], [ -112.07994338275427, 41.896651625668326 ], [ -112.07938979447511, 41.896063292354413 ], [ -112.07928436434558, 41.895815699687311 ], [ -112.07936353987894, 41.895148462896721 ], [ -112.07941614581404, 41.894693132203727 ], [ -112.07938741534646, 41.894418699222243 ], [ -112.07929285059278, 41.8941719050164 ], [ -112.07915000045296, 41.893921061194419 ], [ -112.07883515746954, 41.893478190074902 ], [ -112.07833491898749, 41.892834409389422 ], [ -112.07794423948434, 41.892468804496133 ], [ -112.07751635953798, 41.892184607287021 ], [ -112.07693285355488, 41.891820808182274 ], [ -112.07618521844182, 41.89144503445219 ], [ -112.07590318705826, 41.891231517440822 ], [ -112.07575043181963, 41.891035702677826 ], [ -112.07540366897847, 41.890484140231138 ], [ -112.07525270202588, 41.89010727404672 ], [ -112.07506926387887, 41.889519054986472 ], [ -112.07491436501263, 41.888619838370268 ], [ -112.07483646698701, 41.888215267471843 ], [ -112.07469372581861, 41.888040973449002 ], [ -112.07447912723093, 41.887822318304551 ], [ -112.0743318691388, 41.887666079421315 ], [ -112.07409776281673, 41.887362042688878 ], [ -112.07389883228682, 41.88699913313333 ], [ -112.07375383298627, 41.886617705570551 ], [ -112.07358202472282, 41.886434675230724 ], [ -112.07336382178801, 41.886360158373883 ], [ -112.07309779145105, 41.886308604745359 ], [ -112.07227567593458, 41.886158667831772 ], [ -112.0720990521081, 41.886047733597259 ], [ -112.07180967793674, 41.885753214742763 ], [ -112.07166198066483, 41.885497903041149 ], [ -112.07159088526937, 41.885138299557227 ], [ -112.07148393645497, 41.884941150710219 ], [ -112.07115276984985, 41.884597483371472 ], [ -112.07070036204152, 41.884210812878017 ], [ -112.07034463601839, 41.883839451443151 ], [ -112.07002733512215, 41.883603731651348 ], [ -112.06958960529759, 41.883373636105063 ], [ -112.06904629587116, 41.882955381594577 ], [ -112.06881953309151, 41.882727822164782 ], [ -112.06853756944271, 41.882442232531936 ], [ -112.06816847539434, 41.882062882571866 ], [ -112.0679735747313, 41.881866548416639 ], [ -112.06777597082917, 41.881580172247141 ], [ -112.06765692024823, 41.881306575412019 ], [ -112.06747552114523, 41.880907464497405 ], [ -112.06728463694344, 41.880662455697923 ], [ -112.06710955177755, 41.880280398166555 ], [ -112.06697130788925, 41.879939428777213 ], [ -112.06660662213555, 41.879388905611421 ], [ -112.06630391348115, 41.878941382621569 ], [ -112.06591783376547, 41.878553176161006 ], [ -112.06561655532548, 41.878191201526633 ], [ -112.06555898048349, 41.877989985998148 ], [ -112.06557329969013, 41.877763785270901 ], [ -112.06568058886309, 41.877330468628926 ], [ -112.06577249591403, 41.877059415019147 ], [ -112.06563561292823, 41.876799491375429 ], [ -112.06534990882406, 41.87664902858829 ], [ -112.06504687965979, 41.876543759217668 ], [ -112.06440890766076, 41.87622543359749 ], [ -112.06412744081271, 41.875966848176141 ], [ -112.06400425927619, 41.875805869154384 ], [ -112.0638422423208, 41.875483129331457 ], [ -112.06369665803057, 41.875061163430722 ], [ -112.06384990147517, 41.874564375754531 ], [ -112.06412031583237, 41.874084515515868 ], [ -112.06424137617188, 41.873754649313582 ], [ -112.06443300961041, 41.873320551841857 ], [ -112.06447791714783, 41.873121988286641 ], [ -112.0644447171031, 41.872936758112587 ], [ -112.06434551855864, 41.872768351698056 ], [ -112.06422767988961, 41.872565892494691 ], [ -112.06420430356438, 41.872246371414604 ], [ -112.06426534176111, 41.871930571360515 ], [ -112.0642868242866, 41.871772755066026 ], [ -112.06431373333163, 41.871578861680263 ], [ -112.06434576999835, 41.871330880570788 ], [ -112.06448601744262, 41.871068386373224 ], [ -112.06464381314831, 41.870774205862098 ], [ -112.06461018061066, 41.870562860243716 ], [ -112.06459686215376, 41.870486426773027 ], [ -112.06437281291321, 41.870128235643747 ], [ -112.06419513669893, 41.869877694720117 ], [ -112.0642268743529, 41.869611702943608 ], [ -112.06429647379565, 41.869448937312342 ], [ -112.06439797393551, 41.869030085647438 ], [ -112.06430199728352, 41.868692323214873 ], [ -112.06416334640876, 41.868324333350223 ], [ -112.06398245532384, 41.867952231308848 ], [ -112.06372056640546, 41.867854683039049 ], [ -112.06313806722657, 41.867897004645037 ], [ -112.0627392118887, 41.8678961931125 ], [ -112.06244712551063, 41.868012380260367 ], [ -112.0620888076581, 41.868203934873378 ], [ -112.06183082281348, 41.868269367516874 ], [ -112.06109055127868, 41.868316740142326 ], [ -112.0602857267791, 41.868468281119661 ], [ -112.05967790398074, 41.868509918321877 ], [ -112.05944273229738, 41.868497677438462 ], [ -112.05906256989262, 41.868461554541064 ], [ -112.05858697583048, 41.868483953032595 ], [ -112.05834265941513, 41.86835560770816 ], [ -112.05825878649964, 41.868311347130359 ], [ -112.05781949603085, 41.867977643049777 ], [ -112.05748239320911, 41.867629486250763 ], [ -112.05725483594989, 41.867347870249702 ], [ -112.05696682006443, 41.867053300196289 ], [ -112.05674862801942, 41.86697424786545 ], [ -112.05628822448891, 41.866820866241632 ], [ -112.05605114750763, 41.866692449390563 ], [ -112.05585512642733, 41.866496104263419 ], [ -112.05572520473389, 41.866289243770559 ], [ -112.05563710918737, 41.866061283217583 ], [ -112.0553985551102, 41.865842811481272 ], [ -112.05523532280831, 41.865808284681215 ], [ -112.0551039120583, 41.865877042440694 ], [ -112.05491634261901, 41.865901282397012 ], [ -112.05421192828375, 41.86622298587028 ], [ -112.05376890765433, 41.866393676045213 ], [ -112.05332329756614, 41.866406770859413 ], [ -112.05305097222832, 41.866332711342174 ], [ -112.05286253662572, 41.866230861960176 ], [ -112.0526922694951, 41.866061295400264 ], [ -112.05253113896234, 41.865861022027744 ], [ -112.05244339505437, 41.865653771191148 ], [ -112.05203080148695, 41.865108142322256 ], [ -112.05194344410707, 41.864924304980292 ], [ -112.05180143197403, 41.864713948021041 ], [ -112.05163018838351, 41.864557898838605 ], [ -112.05153710449916, 41.864392127030911 ], [ -112.05164288699706, 41.864229938217946 ], [ -112.05190026129752, 41.86412760650682 ], [ -112.0521583287544, 41.864067599418355 ], [ -112.0523719123085, 41.863866594010759 ], [ -112.05252989457439, 41.863581434708813 ], [ -112.05262756693328, 41.863292324642714 ], [ -112.05268307436471, 41.86300360099581 ], [ -112.05262897818304, 41.862643828277044 ], [ -112.05255777260733, 41.862342755975348 ], [ -112.05237116419842, 41.861984197545461 ], [ -112.05214834422451, 41.861621467197772 ], [ -112.05185428067877, 41.861322435970301 ], [ -112.05162615644119, 41.861076840468392 ], [ -112.05150982059713, 41.860888764657076 ], [ -112.05141037484584, 41.860628480340779 ], [ -112.05131946063364, 41.860300567432233 ], [ -112.0512145343893, 41.859779138225072 ], [ -112.05109766123067, 41.859631597104709 ], [ -112.05085378718427, 41.859453694530494 ], [ -112.05034826866955, 41.859116063775488 ], [ -112.04998261148098, 41.858858212606449 ], [ -112.04972603458812, 41.858639893491493 ], [ -112.04965081263323, 41.858460446604042 ], [ -112.04974452972807, 41.858297468993726 ], [ -112.04987467889005, 41.85815217169543 ], [ -112.05001591580631, 41.857948229173218 ], [ -112.05009765900557, 41.857789864104213 ], [ -112.05015258422638, 41.857465119827168 ], [ -112.05013508686366, 41.857132031049233 ], [ -112.05009005366978, 41.856956811710184 ], [ -112.0499795058351, 41.856827224975291 ], [ -112.0499059057303, 41.856746837340459 ], [ -112.04972278993687, 41.856599900305596 ], [ -112.04935164222302, 41.856373620704076 ], [ -112.049152876885, 41.856006160955985 ], [ -112.04912965687879, 41.85569113766234 ], [ -112.04910592198976, 41.855344595505699 ], [ -112.04887682716718, 41.854963902173147 ], [ -112.04870539641199, 41.854794339913049 ], [ -112.04864237445749, 41.854623787553471 ], [ -112.0486870101345, 41.854406317818409 ], [ -112.04869818739891, 41.854353076054359 ], [ -112.04867614731786, 41.854110095632862 ], [ -112.04858308671929, 41.853944320872984 ], [ -112.04834313155902, 41.853635779366343 ], [ -112.04771001987267, 41.852857971365381 ], [ -112.04727260863689, 41.852186456091069 ], [ -112.0468090019066, 41.851533191295111 ], [ -112.04661100064794, 41.8512107534848 ], [ -112.04649812117448, 41.850937076730801 ], [ -112.04659183573233, 41.850774101516748 ], [ -112.046899194915, 41.850415534086963 ], [ -112.04736254002805, 41.849650240254306 ], [ -112.04780075697872, 41.848822126577375 ], [ -112.04794594491091, 41.848492055936504 ], [ -112.04806013910631, 41.848108227513066 ], [ -112.04802084644108, 41.84791494120374 ], [ -112.04791589977422, 41.847758280908884 ], [ -112.04768794202775, 41.847445124809639 ], [ -112.04743083161678, 41.847190777929775 ], [ -112.04704292930292, 41.847041200460822 ], [ -112.04680682519619, 41.846966795456112 ], [ -112.04665334062656, 41.846788059523391 ], [ -112.04674888684677, 41.846368375263296 ], [ -112.04685243806287, 41.845700932518589 ], [ -112.04679971234157, 41.845422204088209 ], [ -112.04669778535134, 41.84508087683718 ], [ -112.04628706912294, 41.844269508942723 ], [ -112.04605634474954, 41.843785246413645 ], [ -112.04585661193508, 41.843354741633625 ], [ -112.04580758239172, 41.842932771688773 ], [ -112.04587498658334, 41.842634034556362 ], [ -112.04603346096744, 41.842380402360121 ], [ -112.04613311281882, 41.842212869860262 ], [ -112.04615432347418, 41.842036144392367 ], [ -112.04575957781945, 41.841464208191489 ], [ -112.04518948427788, 41.840478655251637 ], [ -112.04463196364382, 41.839524508553311 ], [ -112.04402034252647, 41.838575354133638 ], [ -112.04334743180517, 41.837559202387162 ], [ -112.04267895556208, 41.836443931880027 ], [ -112.0420652749962, 41.835364187101703 ], [ -112.04159762778765, 41.834747863387321 ], [ -112.04102177002595, 41.833770446715505 ], [ -112.04082354778792, 41.833429085566401 ], [ -112.0406157954877, 41.833242726729623 ], [ -112.04038493255716, 41.833042166034346 ], [ -112.04021794812405, 41.83284462904362 ], [ -112.0400633644486, 41.83259474027134 ], [ -112.03970358770779, 41.831944106551632 ], [ -112.03943002852026, 41.831411580696191 ], [ -112.03916959276741, 41.830945585472541 ], [ -112.03901471201308, 41.830676783664096 ], [ -112.03886061891542, 41.830456611055581 ], [ -112.03848800226741, 41.83012763102851 ], [ -112.03815628047204, 41.829720821910776 ], [ -112.03819818579582, 41.829333152023494 ], [ -112.03830886051207, 41.829102478912958 ], [ -112.03835433030459, 41.828935442593014 ], [ -112.03839290634406, 41.828714427951283 ], [ -112.03832348181996, 41.828516906626383 ], [ -112.03826000518652, 41.82831482809884 ], [ -112.03806959562777, 41.828082373126875 ], [ -112.03781245646914, 41.827818997100159 ], [ -112.03760449857928, 41.827618223597995 ], [ -112.03736731370284, 41.827471754329146 ], [ -112.03710013347143, 41.827406616375733 ], [ -112.03683608841821, 41.827386483364187 ], [ -112.03610057367156, 41.827402127507213 ], [ -112.03584856916581, 41.827381883606726 ], [ -112.03548018010342, 41.827313151220579 ], [ -112.035305696669, 41.827022003978968 ], [ -112.03531524072447, 41.826792245193282 ], [ -112.03529706313742, 41.826486178690999 ], [ -112.03526816551884, 41.82611265797722 ], [ -112.03516067502387, 41.825793886249471 ], [ -112.0350883189556, 41.825488307939729 ], [ -112.03501961948875, 41.824512592336397 ], [ -112.03494751236671, 41.824147566882246 ], [ -112.03481146513018, 41.823924523887335 ], [ -112.03455644389598, 41.823790818863316 ], [ -112.03429099302743, 41.82375718244419 ], [ -112.03404545785369, 41.823763896623234 ], [ -112.03350263154255, 41.823778689804975 ], [ -112.03320670578928, 41.823721907463216 ], [ -112.0331077106962, 41.823556172502052 ], [ -112.03308080849726, 41.823380782253558 ], [ -112.03300545896977, 41.823187814167603 ], [ -112.03287651134393, 41.823031355154001 ], [ -112.032621367396, 41.822889540794925 ], [ -112.03194500826892, 41.822386736383876 ], [ -112.03176711239108, 41.822181178554679 ], [ -112.0313765071253, 41.821851435709974 ], [ -112.03113942998405, 41.821709455777871 ], [ -112.03083520886616, 41.821585190868142 ], [ -112.03043003312743, 41.821472639030162 ], [ -112.02960788396453, 41.821187291345232 ], [ -112.0291270748879, 41.82086285271248 ], [ -112.02873497756687, 41.820438542869276 ], [ -112.028494942666, 41.82011104409527 ], [ -112.02835662100733, 41.819743904992521 ], [ -112.02832313779616, 41.81953254525164 ], [ -112.02828835809083, 41.81924013600279 ], [ -112.02829308074323, 41.819159032624412 ], [ -112.02844317198441, 41.818756886701856 ], [ -112.02862595211606, 41.818516570034433 ], [ -112.02884434210456, 41.81824441033789 ], [ -112.0295079002734, 41.817576465571477 ], [ -112.02995212684928, 41.817122143485513 ], [ -112.03019944763942, 41.816777667410882 ], [ -112.03041115638273, 41.816465034043304 ], [ -112.03061174901025, 41.816210143488377 ], [ -112.03077762644175, 41.81604293001093 ], [ -112.03087097096657, 41.815857453030226 ], [ -112.03091729420562, 41.815667894615807 ], [ -112.03093727790261, 41.815487579385497 ], [ -112.03088125457263, 41.81499721194438 ], [ -112.03077496070297, 41.814750479038409 ], [ -112.03063248186466, 41.814499567312588 ], [ -112.03020714478693, 41.813877410711441 ], [ -112.02973366547475, 41.813255684055292 ], [ -112.02949309063786, 41.812893065249327 ], [ -112.02939942005102, 41.812682245013882 ], [ -112.02935353957857, 41.812448479428177 ], [ -112.02936009762279, 41.812106162299003 ], [ -112.02945592639965, 41.811699997496028 ], [ -112.02961222883089, 41.811311304126903 ], [ -112.02987816258756, 41.811002688809999 ], [ -112.03013966249472, 41.810793187442563 ], [ -112.03037007199158, 41.810521817446642 ], [ -112.0304682593864, 41.810263342100434 ], [ -112.0304828507855, 41.810047047953454 ], [ -112.03041339962778, 41.809845017959262 ], [ -112.03011462791459, 41.80923073179563 ], [ -112.02981780927102, 41.808738019124625 ], [ -112.02971769289537, 41.808500236365703 ], [ -112.02952243721772, 41.808335360718424 ], [ -112.02927939619552, 41.808193429952837 ], [ -112.02877511830333, 41.807900723027068 ], [ -112.02819862545756, 41.807608660311622 ], [ -112.0277716588468, 41.807256712611476 ], [ -112.02741741931104, 41.806935636627365 ], [ -112.02720563022777, 41.806865476339304 ], [ -112.02671650016144, 41.806766271176379 ], [ -112.02575227774028, 41.806692923868063 ], [ -112.0250412814764, 41.80664613075988 ], [ -112.02461355802251, 41.80662292649896 ], [ -112.02418058995548, 41.80657274697969 ], [ -112.02387080877851, 41.806471930388355 ], [ -112.02363409203002, 41.806347944832446 ], [ -112.02350004349789, 41.806245561032867 ], [ -112.02343900172873, 41.806192064067361 ], [ -112.02327328659756, 41.805990887228148 ], [ -112.0231736286815, 41.805780114936866 ], [ -112.02278531685579, 41.805585423368214 ], [ -112.02235194094928, 41.805584778020446 ], [ -112.02162568039786, 41.805712831723625 ], [ -112.02120356525116, 41.805739102323201 ], [ -112.02095773946932, 41.805723273939954 ], [ -112.02068570849207, 41.805649133614928 ], [ -112.02043796497288, 41.805588287099148 ], [ -112.01980900973128, 41.805400226414982 ], [ -112.01946962585346, 41.805253725975696 ], [ -112.01934842177603, 41.805201661443448 ], [ -112.01901464419014, 41.80502899013964 ], [ -112.01872270943029, 41.80483793314044 ], [ -112.01818756804012, 41.804567970140717 ], [ -112.01775550528876, 41.804193512984561 ], [ -112.01712810242627, 41.803721709078282 ], [ -112.01658221587861, 41.803456337065448 ], [ -112.01627776152286, 41.803233860708104 ], [ -112.01600934545397, 41.80300656136405 ], [ -112.01538161149544, 41.802512233649352 ], [ -112.01483806528432, 41.802012655271085 ], [ -112.01441758147077, 41.801683117111679 ], [ -112.01427059857373, 41.801522292298102 ], [ -112.01412935013634, 41.801343403021903 ], [ -112.01402399580904, 41.801150686473896 ], [ -112.01379566190977, 41.800792429086776 ], [ -112.01349540261091, 41.800452819493728 ], [ -112.01299273526874, 41.799871810041374 ], [ -112.01269184471126, 41.799415115134138 ], [ -112.01252299246237, 41.799087854553648 ], [ -112.01224334553744, 41.798527392648516 ], [ -112.01211442776922, 41.798366405766217 ], [ -112.01186417003176, 41.798143439884932 ], [ -112.01149846426082, 41.797850336173653 ], [ -112.01072504027427, 41.797270799642803 ], [ -112.01029200826724, 41.796905329092539 ], [ -112.00994909918101, 41.796530057708146 ], [ -112.00951346188765, 41.795997980708812 ], [ -112.00906480858234, 41.795402968514658 ], [ -112.00878888021106, 41.795076642705837 ], [ -112.00869586913483, 41.794901826271264 ], [ -112.00862551503153, 41.794636742493573 ], [ -112.008646265146, 41.794424899730373 ], [ -112.00870361184592, 41.794244259514436 ], [ -112.00880852983148, 41.794027174164796 ], [ -112.00917254579424, 41.793447539404859 ], [ -112.00941776835838, 41.793044580671072 ], [ -112.00956459079312, 41.792737058009031 ], [ -112.00961917545146, 41.792457366380027 ], [ -112.00962668867959, 41.792092523501957 ], [ -112.0096764590949, 41.791812874130201 ], [ -112.00976296611438, 41.791573432567645 ], [ -112.00981231151867, 41.791266766339412 ], [ -112.00970472575355, 41.790929955649304 ], [ -112.0095616059849, 41.790629484488136 ], [ -112.00953173116493, 41.790259565981039 ], [ -112.00956374526798, 41.790075545114128 ], [ -112.00966865587522, 41.789781900777612 ], [ -112.00997169719446, 41.789153261436191 ], [ -112.01014937501208, 41.788588771597226 ], [ -112.01029342541509, 41.788182196920943 ], [ -112.01034998448668, 41.787952025011258 ], [ -112.01041864681378, 41.78772625002793 ], [ -112.01062009483063, 41.787526327393628 ], [ -112.01086443475209, 41.787375564604616 ], [ -112.01114246621363, 41.787071388408421 ], [ -112.01158314886997, 41.786396498739023 ], [ -112.01168239662503, 41.786202878253377 ], [ -112.01170304953565, 41.785985631413581 ], [ -112.0116997929423, 41.785778502665949 ], [ -112.0116516616829, 41.785396135628879 ], [ -112.01167232865062, 41.785179789326072 ], [ -112.01171734349823, 41.784981242271158 ], [ -112.01187949609051, 41.784655567587187 ], [ -112.01226041787137, 41.783931663826912 ], [ -112.01280446692984, 41.782945122017175 ], [ -112.01305457882378, 41.782398002244207 ], [ -112.01330193192339, 41.782058063775104 ], [ -112.01354992066537, 41.781758649978386 ], [ -112.01380477417256, 41.781513216157968 ], [ -112.01402225356655, 41.781187050017607 ], [ -112.01409606063541, 41.780907186100428 ], [ -112.01427362584239, 41.780720978007011 ], [ -112.01457349330907, 41.780659785468643 ], [ -112.01487485128477, 41.780693150922879 ], [ -112.01537544148836, 41.780769789028803 ], [ -112.01620647601059, 41.780816481727058 ], [ -112.01702505306007, 41.780836258146309 ], [ -112.01738593051674, 41.780828559223018 ], [ -112.01769173996342, 41.780762802499773 ], [ -112.01804539023432, 41.780678607301027 ], [ -112.01865056226001, 41.780520126146925 ], [ -112.01994870721978, 41.780049258293701 ], [ -112.02070069086895, 41.779664291481609 ], [ -112.02105841796978, 41.779458458293995 ], [ -112.02158122201263, 41.779039495086657 ], [ -112.02209863290342, 41.778660207620867 ], [ -112.02304718276555, 41.778152784513161 ], [ -112.02416778840325, 41.777494305993166 ], [ -112.02540381174235, 41.776906841185358 ], [ -112.02604250991139, 41.776590401893245 ], [ -112.02637055660743, 41.776411837783698 ], [ -112.02659941131506, 41.776049518677937 ], [ -112.02658743556972, 41.775675841205285 ], [ -112.02626961415554, 41.775363440961712 ], [ -112.02609208460188, 41.775171379380289 ], [ -112.02603514813643, 41.774996254217903 ], [ -112.02603707243912, 41.774739541608469 ], [ -112.02603247915985, 41.774451363198061 ], [ -112.02592862923873, 41.773974927208243 ], [ -112.02602943815111, 41.773505670238329 ], [ -112.02632328706635, 41.77269242802813 ], [ -112.02655126763371, 41.772276075465705 ], [ -112.02674559721191, 41.772013139830676 ], [ -112.02698317908882, 41.771821872098265 ], [ -112.02725835795725, 41.771724839729409 ], [ -112.02771992695634, 41.771621635969765 ], [ -112.02803119335114, 41.771524278904707 ], [ -112.02874614827307, 41.771090052813207 ], [ -112.02911705535706, 41.770960634694845 ], [ -112.02964827357066, 41.770699179156026 ], [ -112.03037502173996, 41.770251326915812 ], [ -112.03120973685387, 41.769784487241537 ], [ -112.03160918995746, 41.769560232769607 ], [ -112.03195342533108, 41.769268921453985 ], [ -112.03231998360575, 41.768869326140788 ], [ -112.03261813780806, 41.768330738114393 ], [ -112.03278035001509, 41.767942885435986 ], [ -112.03299379148369, 41.766998848228098 ], [ -112.03308823545898, 41.766511628150461 ], [ -112.0331078141007, 41.76623223919092 ], [ -112.03311620547761, 41.765930433650283 ], [ -112.03320001649706, 41.765605432657281 ], [ -112.03336249323102, 41.765234689674642 ], [ -112.03358243690539, 41.764696802344396 ], [ -112.03363874896816, 41.764457613641405 ], [ -112.03360419676224, 41.764178711526498 ], [ -112.03346860635615, 41.763900718353085 ], [ -112.03317780094388, 41.763471004178633 ], [ -112.03309781099024, 41.763359137621102 ], [ -112.03296681917639, 41.763067592145525 ], [ -112.03298639759981, 41.762788203047243 ], [ -112.03301728173847, 41.762463677906553 ], [ -112.03308961375187, 41.762098249096432 ], [ -112.03322622069419, 41.761615152801916 ], [ -112.03305255648478, 41.761287963601397 ], [ -112.03266891209445, 41.760994185834072 ], [ -112.0324792896879, 41.760796838184724 ], [ -112.03235621101412, 41.760623210835838 ], [ -112.03222099459462, 41.760367729824537 ], [ -112.03184479387301, 41.759862220730014 ], [ -112.03153412238441, 41.759617321468575 ], [ -112.03140516456413, 41.759451852033258 ], [ -112.03147293117881, 41.759176533819826 ], [ -112.03165474182569, 41.758886681193701 ], [ -112.03171750289573, 41.758674455921017 ], [ -112.03189300882164, 41.758366645757327 ], [ -112.03204561285082, 41.758131096092796 ], [ -112.03212583563838, 41.757882686187578 ], [ -112.03221272087318, 41.75767474732281 ], [ -112.03235714347983, 41.757304167507471 ], [ -112.03246019136535, 41.756978993735508 ], [ -112.0324016669814, 41.756704809756819 ], [ -112.03222323384635, 41.756454220350733 ], [ -112.03211087826686, 41.756198533607908 ], [ -112.03213797308744, 41.756012748391534 ], [ -112.0322433435869, 41.755832564711767 ], [ -112.03234783310992, 41.75559744685394 ], [ -112.03237912661923, 41.755223379946372 ], [ -112.03239343831619, 41.755065630854283 ], [ -112.03242138728717, 41.754182704899833 ], [ -112.03260855179984, 41.75347758495689 ], [ -112.03306293975952, 41.752560201597376 ], [ -112.03321054330121, 41.752013957483378 ], [ -112.0332514262915, 41.751563245322203 ], [ -112.03327665292379, 41.751261287618732 ], [ -112.033366722228, 41.750877684667699 ], [ -112.03349837551293, 41.750462183437044 ], [ -112.03359792275465, 41.750294660407874 ], [ -112.03379815726507, 41.750030758270952 ], [ -112.03385827498927, 41.749954559408451 ], [ -112.03386906741576, 41.74965273138934 ], [ -112.03418513572173, 41.749412104743925 ], [ -112.03474476027749, 41.749059399814911 ], [ -112.03522499716853, 41.748631749600932 ], [ -112.03548782873037, 41.748147512196937 ], [ -112.03582918314824, 41.747685083479013 ], [ -112.03620997039677, 41.747132229122002 ], [ -112.03644943381865, 41.746616676045612 ], [ -112.0367110890992, 41.74606039115173 ], [ -112.03689667899972, 41.745635392158299 ], [ -112.0371363785213, 41.745209904399928 ], [ -112.03717679582662, 41.744732173904055 ], [ -112.03724662209702, 41.744213646805974 ], [ -112.03718780019953, 41.743921453580221 ], [ -112.03715933023379, 41.743647000120049 ], [ -112.03720902010822, 41.743371841064928 ], [ -112.03746935575749, 41.743108290406241 ], [ -112.0378617406766, 41.74283003602887 ], [ -112.03831699173445, 41.74234855688244 ], [ -112.03889493407323, 41.741645297436222 ], [ -112.03930953695114, 41.741254250880452 ], [ -112.03986784246332, 41.740825874673696 ], [ -112.04032277378981, 41.740326376567261 ], [ -112.04083086023287, 41.739767850223863 ], [ -112.04136364020283, 41.73924962886705 ], [ -112.04172592560315, 41.738971634011421 ], [ -112.04223635665092, 41.73848513537564 ], [ -112.04322225412415, 41.737062103285609 ], [ -112.04360080132984, 41.736230029867698 ], [ -112.04379083617609, 41.735786965008295 ], [ -112.04397460077107, 41.735253887668065 ], [ -112.04399208354357, 41.734848417788278 ], [ -112.04391462288359, 41.734520369305166 ], [ -112.0437881239889, 41.734134221319032 ], [ -112.04356304114137, 41.733897582686041 ], [ -112.04326218032892, 41.733585072919723 ], [ -112.04300915825868, 41.73318205893333 ], [ -112.04280422960251, 41.732778607868561 ], [ -112.04275049438417, 41.732504384627049 ], [ -112.04285002746542, 41.732264797991789 ], [ -112.04293877705591, 41.731804639684974 ], [ -112.04293192989952, 41.731381376725309 ], [ -112.04290249522934, 41.731048387941165 ], [ -112.04290016440893, 41.730904298405896 ], [ -112.04301798251366, 41.730754614783123 ], [ -112.04338290988956, 41.730643218445117 ], [ -112.0437772352258, 41.730491022755771 ], [ -112.04416321404891, 41.730194790862392 ], [ -112.04437993299551, 41.729841551322544 ], [ -112.04454651929395, 41.729362670247617 ], [ -112.04458804129307, 41.728956981342016 ], [ -112.04465214725319, 41.728461017850961 ], [ -112.04471917060455, 41.728145166199887 ], [ -112.04484094731869, 41.727869347754869 ], [ -112.04500450662762, 41.727575135320819 ], [ -112.04502497387396, 41.727354279559712 ], [ -112.04492369372005, 41.727039958357459 ], [ -112.04482153904733, 41.726671603454605 ], [ -112.04476094957285, 41.726271346261612 ], [ -112.04472764184936, 41.725699709366758 ], [ -112.04467240804345, 41.725258872192981 ], [ -112.04463851826421, 41.724651212754509 ], [ -112.04482768738038, 41.724082956983601 ], [ -112.04500658164328, 41.723251791974299 ], [ -112.0449011498803, 41.722680810772481 ], [ -112.04487054268411, 41.722275777234969 ], [ -112.04486193430006, 41.721744446574561 ], [ -112.04494974286278, 41.721153694002815 ], [ -112.04501689659492, 41.720549618762988 ], [ -112.04508119651072, 41.720066262299959 ], [ -112.0451960860152, 41.719737364870092 ], [ -112.04543235329632, 41.71910923347356 ], [ -112.04547182082166, 41.718577465161708 ], [ -112.04539160067668, 41.718078310051673 ], [ -112.04522802685445, 41.716886378850042 ], [ -112.04514064849714, 41.71631613370355 ], [ -112.04498895970322, 41.71585725868583 ], [ -112.04453323236982, 41.715181378301132 ], [ -112.04425412474161, 41.714648002111055 ], [ -112.04405351013214, 41.71413642936426 ], [ -112.04389642247156, 41.713714530230504 ], [ -112.04361286873269, 41.712905580189528 ], [ -112.04315992474632, 41.712027913047891 ], [ -112.04290110932394, 41.711261069051098 ], [ -112.04274191150961, 41.710707685795441 ], [ -112.04279155499704, 41.710432523332095 ], [ -112.04327174664557, 41.710022851803259 ], [ -112.04407285404589, 41.709389592499839 ], [ -112.04519038215705, 41.708627352556491 ], [ -112.04623714172915, 41.708320597148592 ], [ -112.04694687795623, 41.70798537905776 ], [ -112.04774646155356, 41.707262038422854 ], [ -112.04874731887105, 41.706721497909221 ], [ -112.04941115077204, 41.706521787827548 ], [ -112.04993640982659, 41.70630082277448 ], [ -112.05031672175123, 41.706036145526141 ], [ -112.05049226450576, 41.705818373960881 ], [ -112.05062829509866, 41.705609970348874 ], [ -112.05109484344848, 41.705105817708073 ], [ -112.05146880604423, 41.704525951262049 ], [ -112.05165011122907, 41.704145999954925 ], [ -112.05166446796156, 41.703920694654705 ], [ -112.05158950348547, 41.703745745059734 ], [ -112.051249350687, 41.703154398266562 ], [ -112.05123517845684, 41.703095982694251 ], [ -112.05114646721822, 41.702741019374564 ], [ -112.05115254348728, 41.70237618196488 ], [ -112.0512254455102, 41.70205576801262 ], [ -112.05144334753311, 41.701414280241913 ], [ -112.05170249616494, 41.700722876216986 ], [ -112.05186162799026, 41.700162988057798 ], [ -112.05186946149351, 41.699906217927271 ], [ -112.05173749274371, 41.699551650830465 ], [ -112.05155321295535, 41.699305645828915 ], [ -112.0512287677407, 41.69893932884208 ], [ -112.05089318983924, 41.698627154507335 ], [ -112.05057993275611, 41.698283250724153 ], [ -112.05043333584062, 41.698063019534629 ], [ -112.05009968674047, 41.697499530817765 ], [ -112.04971422760654, 41.697075221655624 ], [ -112.04954974362583, 41.696937116081941 ], [ -112.0492275907892, 41.696710380312503 ], [ -112.04918290066796, 41.696548662922808 ], [ -112.04935486573709, 41.696038198973277 ], [ -112.04946770190149, 41.695586820054167 ], [ -112.04945356841253, 41.695087062282383 ], [ -112.04938961134589, 41.694848961629063 ], [ -112.04928990128012, 41.694629201342188 ], [ -112.04915480439452, 41.694450295416061 ], [ -112.04896578550067, 41.694280888523359 ], [ -112.04838723140398, 41.69380429523509 ], [ -112.04787677487261, 41.693376616384853 ], [ -112.04768197413567, 41.693220770517641 ], [ -112.04749139590348, 41.693028857926528 ], [ -112.04750554630287, 41.692790044112925 ], [ -112.04757478722243, 41.692613776915856 ], [ -112.04767859459237, 41.692049894587711 ], [ -112.04750619703448, 41.691348922044853 ], [ -112.04738402085553, 41.690854651917455 ], [ -112.04718601553235, 41.69050068080918 ], [ -112.04693747151312, 41.689994051131286 ], [ -112.04685036345491, 41.689512971284948 ], [ -112.04674617807979, 41.688941977076972 ], [ -112.04671366026669, 41.688789154592577 ], [ -112.04648365902588, 41.688313879300871 ], [ -112.04626895873561, 41.688041121302163 ], [ -112.04598847418551, 41.687786975646468 ], [ -112.04563503215131, 41.68747945125552 ], [ -112.04536503574703, 41.687130635277235 ], [ -112.04507210748287, 41.686849579569021 ], [ -112.04473778867025, 41.686609430824554 ], [ -112.04433768717561, 41.686387892895191 ], [ -112.04366691251366, 41.686146294627271 ], [ -112.04299042681629, 41.685922758227825 ], [ -112.04250212216967, 41.685819105182468 ], [ -112.04216544484881, 41.68580414495419 ], [ -112.04176247380828, 41.685776274247601 ], [ -112.04130941476751, 41.685622758174311 ], [ -112.04087365266956, 41.685424048698302 ], [ -112.03999591206657, 41.685013170522723 ], [ -112.03905767986936, 41.684575811577766 ], [ -112.0384994065131, 41.684229585323692 ], [ -112.03811041338547, 41.683949379703499 ], [ -112.03736398963329, 41.683483252960578 ], [ -112.03691834311506, 41.683041428762515 ], [ -112.03662604831129, 41.682796373451353 ], [ -112.03619138876815, 41.682664287850855 ], [ -112.03583665135459, 41.682645869068196 ], [ -112.03537430028372, 41.682659943271545 ], [ -112.03468172050358, 41.682552692891917 ], [ -112.03398800387686, 41.682374293297556 ], [ -112.03337230455314, 41.682190684487772 ], [ -112.03283541416762, 41.682051399081054 ], [ -112.03233541473233, 41.68196492104645 ], [ -112.03201042702638, 41.681928209194965 ], [ -112.03156176907416, 41.68197186816716 ], [ -112.03130873775412, 41.682002060876343 ], [ -112.03120648226597, 41.681993971490428 ], [ -112.03112832496939, 41.681990169291339 ], [ -112.03106797172367, 41.681972696806461 ], [ -112.03090363809299, 41.681839066146289 ], [ -112.0307670895881, 41.681489018095988 ], [ -112.03054081591721, 41.680937117037082 ], [ -112.03031941091896, 41.680614850301559 ], [ -112.03026247979739, 41.680435220719325 ], [ -112.0302469474311, 41.680214688478273 ], [ -112.03021523665471, 41.679733098254275 ], [ -112.02997572141159, 41.679028195572108 ], [ -112.02988732537629, 41.678758777728994 ], [ -112.02972319871644, 41.678562094411618 ], [ -112.02948380629266, 41.678316546601515 ], [ -112.0289491416773, 41.677560243156684 ], [ -112.0285670081371, 41.676951187616815 ], [ -112.02838652250486, 41.676556494597435 ], [ -112.02832802352034, 41.676277800873841 ], [ -112.02833916006217, 41.675845364906017 ], [ -112.02814552042128, 41.675378733064612 ], [ -112.02787552626364, 41.675020867896258 ], [ -112.02757643679385, 41.674721807779562 ], [ -112.02745895863698, 41.674511193425907 ], [ -112.02741412450638, 41.674335957567763 ], [ -112.02736206740921, 41.674084226672392 ], [ -112.02734489991633, 41.6737601277731 ], [ -112.02739551487571, 41.673543507042304 ], [ -112.02755579863002, 41.673046688417145 ], [ -112.02762492015489, 41.672483132127191 ], [ -112.02761153730034, 41.672019390640877 ], [ -112.02751729887508, 41.671759029862535 ], [ -112.02738888936295, 41.671616065655925 ], [ -112.02722932290294, 41.671477883301542 ], [ -112.02697420899885, 41.671223463390611 ], [ -112.02675428711834, 41.670991246030248 ], [ -112.02656382212864, 41.670722737056224 ], [ -112.02639673695978, 41.670413487376685 ], [ -112.02606071355056, 41.670056207257673 ], [ -112.02569416631543, 41.669667673989935 ], [ -112.02536108340512, 41.669116714630206 ], [ -112.02519094961815, 41.66869039904487 ], [ -112.02494715124556, 41.668390838431073 ], [ -112.02422988715286, 41.667852308257231 ], [ -112.02352735583653, 41.667484775727004 ], [ -112.02332754288969, 41.667382974324049 ], [ -112.02302257639504, 41.667088457673607 ], [ -112.0226552805331, 41.666650382471317 ], [ -112.02230550638072, 41.666180625609499 ], [ -112.02182355454327, 41.665707539392173 ], [ -112.02125068039648, 41.665181216919265 ], [ -112.02048988361688, 41.664543972477794 ], [ -112.01990800561327, 41.664206870684353 ], [ -112.01925528210214, 41.663946953972399 ], [ -112.01895664535355, 41.663746943940005 ], [ -112.01874343588383, 41.663556083644295 ], [ -112.01858459235831, 41.663308897543637 ], [ -112.01830557582061, 41.662752934212833 ], [ -112.01821838699745, 41.662555552030796 ], [ -112.01802275822619, 41.662336612790988 ], [ -112.01782863420254, 41.662213134411893 ], [ -112.01767036921677, 41.662078529745536 ], [ -112.01731274198387, 41.661563791552268 ], [ -112.01729266453613, 41.661280247742809 ], [ -112.01730063787498, 41.661100036508827 ], [ -112.0172492696318, 41.660888825902468 ], [ -112.01709490209656, 41.660619981103402 ], [ -112.01678151229049, 41.660167898847305 ], [ -112.01650711344691, 41.659521819576163 ], [ -112.0163386900544, 41.659122495974486 ], [ -112.01599500769808, 41.658652665228935 ], [ -112.01587625267425, 41.658356482731406 ], [ -112.01586987463176, 41.657644983085746 ], [ -112.0158740258646, 41.657068495883124 ], [ -112.01576000505405, 41.656691207970518 ], [ -112.01562444307015, 41.656395173640824 ], [ -112.01552858076191, 41.656103291878516 ], [ -112.01546316291879, 41.65576160230755 ], [ -112.01538538389933, 41.655397504279179 ], [ -112.01534532776238, 41.655141157439999 ], [ -112.01523173931893, 41.654867446043191 ], [ -112.01501113720499, 41.654509112727752 ], [ -112.01485043721959, 41.654217802878165 ], [ -112.01473861880234, 41.653980103492195 ], [ -112.01457149342265, 41.653661828813881 ], [ -112.0143260359132, 41.653326231114058 ], [ -112.01419882245789, 41.652872497909442 ], [ -112.01421259570365, 41.652602164966368 ], [ -112.01419034578696, 41.652332149888018 ], [ -112.01400415670287, 41.65194648963783 ], [ -112.01380603494805, 41.651182638252429 ], [ -112.01362190200862, 41.65054476175375 ], [ -112.01349688745179, 41.650230617431568 ], [ -112.01330950908685, 41.649768406443343 ], [ -112.01308477154936, 41.649220957413213 ], [ -112.01289514194495, 41.648614652645122 ], [ -112.01274246763077, 41.648067468432032 ], [ -112.01276577063348, 41.647638527293395 ], [ -112.01288181837086, 41.647380803599681 ], [ -112.01315664002493, 41.64691001449328 ], [ -112.0134612060526, 41.646421849024684 ], [ -112.01367131075301, 41.646036295595827 ], [ -112.01380331458043, 41.64564782785736 ], [ -112.01394852350482, 41.645335803448823 ], [ -112.01401766690746, 41.645150548765812 ], [ -112.01398496799602, 41.644979703130183 ], [ -112.01379915513242, 41.644616556344445 ], [ -112.0136809312621, 41.644351890814249 ], [ -112.01368382872485, 41.644153709942387 ], [ -112.01378814303798, 41.643914102807138 ], [ -112.01405884689898, 41.643641502976649 ], [ -112.01443837951733, 41.643340920850854 ], [ -112.01465314514309, 41.643176898036494 ], [ -112.01480674995487, 41.643017918364315 ], [ -112.01500823556461, 41.642772948577722 ], [ -112.0152825997197, 41.642351696985926 ], [ -112.01552023462953, 41.64180917388888 ], [ -112.01549720614501, 41.641489626604645 ], [ -112.01543201688047, 41.64116144471258 ], [ -112.01522269101473, 41.640830032437435 ], [ -112.01498773180674, 41.640471824923466 ], [ -112.0147798088631, 41.640153009295595 ], [ -112.01427233328499, 41.639567525738464 ], [ -112.01379870880733, 41.638843032443134 ], [ -112.01329881354714, 41.637973754865612 ], [ -112.01302680456369, 41.637471756612797 ], [ -112.01285126165308, 41.636995928865502 ], [ -112.01284265050577, 41.636829373925771 ], [ -112.01287987281327, 41.636522805484141 ], [ -112.01300303163391, 41.63633707514564 ], [ -112.0131969483795, 41.636069657315929 ], [ -112.01325252822475, 41.635785444580414 ], [ -112.01302691691785, 41.635562256378449 ], [ -112.01244512944083, 41.635211603020508 ], [ -112.01202470395468, 41.634814490682764 ], [ -112.01156883381486, 41.634453717012661 ], [ -112.0111514450591, 41.63425022681605 ], [ -112.01061987728919, 41.634038731979018 ], [ -112.00989547140311, 41.633779390199635 ], [ -112.00944983815992, 41.633688730400102 ], [ -112.00908160151548, 41.633556857579229 ], [ -112.00873179392272, 41.633451843074823 ], [ -112.00844362277822, 41.633449868152411 ], [ -112.00813095203679, 41.633416582615482 ], [ -112.00792561781483, 41.633337319657414 ], [ -112.00738568181448, 41.632972762820508 ], [ -112.00728119296124, 41.632816054648984 ], [ -112.00695908956185, 41.632562175117947 ], [ -112.00669296856371, 41.632433903501465 ], [ -112.00642686262337, 41.632306531839603 ], [ -112.00617133309282, 41.632087194750135 ], [ -112.00598819291578, 41.631890641960716 ], [ -112.00579604180436, 41.631500515460978 ], [ -112.00561792651155, 41.631240868509387 ], [ -112.00539709977421, 41.630936559451186 ], [ -112.00521137674978, 41.630573396920781 ], [ -112.00517765983312, 41.63033500405885 ], [ -112.00511491351003, 41.630159914614033 ], [ -112.0049737945838, 41.629962992666648 ], [ -112.00485865321083, 41.629815382407955 ], [ -112.00463838258499, 41.629623655502634 ], [ -112.00452755462091, 41.629444482401219 ], [ -112.00461611248798, 41.629349134041142 ], [ -112.00460934170111, 41.629299654246594 ], [ -112.00494173162234, 41.629058060925303 ], [ -112.00587468851765, 41.628450929234752 ], [ -112.00636213102194, 41.628144925227986 ], [ -112.00661732836097, 41.62795804537128 ], [ -112.00707837456942, 41.627499148989308 ], [ -112.00721298462358, 41.627200735645879 ], [ -112.00732013541621, 41.62683500960992 ], [ -112.00739192435432, 41.626357004758411 ], [ -112.00733306603036, 41.62612333625502 ], [ -112.0073113327402, 41.625883938124254 ], [ -112.0073129322579, 41.625601101474508 ], [ -112.00723012233377, 41.624908281130267 ], [ -112.00739311212224, 41.624582597500478 ], [ -112.00751240904289, 41.62414921149292 ], [ -112.00770670506233, 41.623521515357396 ], [ -112.00769273949041, 41.623395538478441 ], [ -112.00767368428139, 41.623328152322657 ], [ -112.00746849578894, 41.622870589099342 ], [ -112.00729317549548, 41.622403756639358 ], [ -112.00702050997204, 41.621852209305317 ], [ -112.00676585211507, 41.621300503544468 ], [ -112.0066910387891, 41.621121016820517 ], [ -112.0065129493246, 41.620861370514795 ], [ -112.00632963052676, 41.620651308739987 ], [ -112.00623653645714, 41.620453967537685 ], [ -112.00620219175441, 41.62017504811449 ], [ -112.00624764498109, 41.619624316454157 ], [ -112.00628712475485, 41.619075438439332 ], [ -112.00625612132312, 41.618625354791625 ], [ -112.00614626947709, 41.6181219186684 ], [ -112.00604444963271, 41.617749015089487 ], [ -112.00598407547838, 41.61733972027654 ], [ -112.00590101218674, 41.616628885955571 ], [ -112.00594571035793, 41.616029522322016 ], [ -112.00601566916242, 41.615511001498469 ], [ -112.00609619019596, 41.615286019826144 ], [ -112.00625774857789, 41.614869378067333 ], [ -112.00627839036825, 41.614653026796958 ], [ -112.00614769371714, 41.614352432725646 ], [ -112.00585519984558, 41.614066765029449 ], [ -112.00556996782431, 41.613862097024821 ], [ -112.00506767912307, 41.613591772993971 ], [ -112.00453504402651, 41.613299194163325 ], [ -112.00432252077104, 41.61313892316543 ], [ -112.00386670838115, 41.612769109538569 ], [ -112.00369556149211, 41.612567944014494 ], [ -112.00362076721068, 41.612388454816156 ], [ -112.00359493496913, 41.611883381354943 ], [ -112.00370985175107, 41.611167213238659 ], [ -112.00373810325164, 41.610667071731669 ], [ -112.00370000588603, 41.61014499172326 ], [ -112.00367921091421, 41.609577725005977 ], [ -112.00371206915858, 41.609374777996607 ], [ -112.0038577377528, 41.609094285396928 ], [ -112.00398603400873, 41.608854476356932 ], [ -112.00401924007993, 41.608674043993538 ], [ -112.0039685838648, 41.608116045117164 ], [ -112.00398141659579, 41.607782669658413 ], [ -112.00403666605946, 41.607475945069254 ], [ -112.00413591941617, 41.606988693677316 ], [ -112.00426115064114, 41.606474193858809 ], [ -112.00436376587199, 41.606126523203883 ], [ -112.00445075614965, 41.605932110032121 ], [ -112.00453363235678, 41.605859328880612 ], [ -112.00463429744049, 41.60577288152512 ], [ -112.0048996530671, 41.605549887708946 ], [ -112.00502941811605, 41.605328078790819 ], [ -112.0050981972401, 41.605120313640541 ], [ -112.00519634419737, 41.604871759596612 ], [ -112.00532176138184, 41.604447328075786 ], [ -112.00542074541718, 41.604252809237693 ], [ -112.00576381542203, 41.603934558864594 ], [ -112.00592851048766, 41.603721450398702 ], [ -112.00596359730724, 41.603662597057813 ], [ -112.00620117510876, 41.603120090333 ], [ -112.00674629992449, 41.602291165650328 ], [ -112.00713858427656, 41.601666237790937 ], [ -112.0075436859296, 41.601094338262023 ], [ -112.00768242409329, 41.600756255627047 ], [ -112.00772853905295, 41.600635155870719 ], [ -112.0077651936891, 41.600291662948848 ], [ -112.00772107265819, 41.599769636225247 ], [ -112.00761906457006, 41.599383223791172 ], [ -112.0074402625158, 41.599074044860608 ], [ -112.00714713319086, 41.598743349474965 ], [ -112.00665896423786, 41.598216204473346 ], [ -112.00636903281405, 41.597781897003252 ], [ -112.00628868053089, 41.597552918490408 ], [ -112.00625686791004, 41.597436104218794 ], [ -112.00626529794785, 41.597206348515471 ], [ -112.00636363888468, 41.596971302184876 ], [ -112.00644865243433, 41.596650804661579 ], [ -112.00645052337738, 41.59638507779848 ], [ -112.00643487023486, 41.595763722473556 ], [ -112.00632407999777, 41.595197242739964 ], [ -112.00629756762955, 41.595035346347224 ], [ -112.00626866056663, 41.594333042624363 ], [ -112.00636677026881, 41.59369718052362 ], [ -112.00638074718407, 41.593052146956495 ], [ -112.00635117203117, 41.592693020945184 ], [ -112.00634823433508, 41.592503896699426 ], [ -112.00648052926482, 41.592137949316275 ], [ -112.00670468553257, 41.591892793800881 ], [ -112.00671416317245, 41.591730582248182 ], [ -112.00659858751925, 41.591628012140774 ], [ -112.00629643790393, 41.591486543059141 ], [ -112.00599387009466, 41.591318055406845 ], [ -112.00564129146893, 41.591019400851771 ], [ -112.00533049353601, 41.590706869117383 ], [ -112.00532999383428, 41.590288041264422 ], [ -112.00519349459614, 41.589996502628892 ], [ -112.0049329231052, 41.589827644909647 ], [ -112.00475639552643, 41.5896625556665 ], [ -112.00458398188938, 41.589375833719657 ], [ -112.00453913344251, 41.589191579103513 ], [ -112.00432236314015, 41.588752122805104 ], [ -112.00413741373403, 41.588430381768077 ], [ -112.00396282943467, 41.588003166254538 ], [ -112.00387516145577, 41.587765242363595 ], [ -112.00384126557002, 41.587513338156512 ], [ -112.00377821784795, 41.587315731362928 ], [ -112.00369675858104, 41.587091263820064 ], [ -112.00368762217134, 41.58688868269973 ], [ -112.00370212821353, 41.58666337728517 ], [ -112.0037331627266, 41.586343352465427 ], [ -112.00368294892836, 41.586199676436159 ], [ -112.00365205361315, 41.586141399673004 ], [ -112.00318841875389, 41.585641045782566 ], [ -112.00293233462236, 41.585373065507795 ], [ -112.00273120678436, 41.585167655402614 ], [ -112.0026329315436, 41.58501899376995 ], [ -112.00257757354876, 41.584930305720128 ], [ -112.00237339913356, 41.58445020332141 ], [ -112.00225539895918, 41.583879277734837 ], [ -112.00223267104361, 41.583573232569869 ], [ -112.00226378128086, 41.583257710883899 ], [ -112.00225800135212, 41.582883964260645 ], [ -112.00210800554245, 41.582493460449733 ], [ -112.00195144127812, 41.582143545871304 ], [ -112.0019373046125, 41.581927497267216 ], [ -112.00195153752261, 41.581684179934669 ], [ -112.00189394199879, 41.581450495730579 ], [ -112.00170728869776, 41.580938714075394 ], [ -112.00152234476334, 41.580692628423975 ], [ -112.00128476596076, 41.580456008047079 ], [ -112.00104802345844, 41.580273422853352 ], [ -112.0007504762452, 41.580037323489854 ], [ -112.00040224350045, 41.579626024725741 ], [ -112.00006392512744, 41.579079531172006 ], [ -111.99980551871421, 41.578658441947042 ], [ -111.99972332067283, 41.578384438218251 ], [ -111.9996832411906, 41.578119075356845 ], [ -111.99966141685353, 41.577870667355185 ], [ -111.99979846823386, 41.577423620884026 ], [ -112.00004328113326, 41.576963927604268 ], [ -112.00012814889564, 41.576633527042986 ], [ -112.00005857110659, 41.576399945927136 ], [ -111.99990022241488, 41.576243697771368 ], [ -111.99961621931801, 41.576106556314492 ], [ -111.99944784185753, 41.575999934146992 ], [ -111.99928572796956, 41.575677085232215 ], [ -111.99928218792789, 41.575447433182831 ], [ -111.99925278696708, 41.575096409100915 ], [ -111.999240882346, 41.575024455207384 ], [ -111.99895668742634, 41.57456305559726 ], [ -111.99896465626627, 41.57430177839295 ], [ -111.999009576226, 41.574103230306314 ], [ -111.99920212074859, 41.573754780956151 ], [ -111.99923280611254, 41.573488802683968 ], [ -111.99914693059438, 41.573286887626701 ], [ -111.99901196734857, 41.573090803347434 ], [ -111.9988809617262, 41.572762279064385 ], [ -111.99898445809085, 41.572473150264294 ], [ -111.99901780024103, 41.572301724238343 ], [ -111.99895855911261, 41.571959966347769 ], [ -111.99855097296513, 41.571585205675376 ], [ -111.99823652605457, 41.571416799936031 ], [ -111.99804835093458, 41.571269815196501 ], [ -111.99786541068268, 41.571073245237365 ], [ -111.99762892031671, 41.570904161183655 ], [ -111.99736236648833, 41.570729933128376 ], [ -111.99716855916371, 41.570606414441983 ], [ -111.99698025033851, 41.570450421904042 ], [ -111.99682757392559, 41.570271602172745 ], [ -111.9967349301492, 41.570096765392648 ], [ -111.99656314533675, 41.569845152802159 ], [ -111.99634264489006, 41.569545323347711 ], [ -111.99579377880728, 41.569028562735788 ], [ -111.9954360890123, 41.568698394481757 ], [ -111.99518382035622, 41.568281744406242 ], [ -111.99489997184112, 41.567760883695946 ], [ -111.99460471612753, 41.567277951079788 ], [ -111.99447320641168, 41.566914297711193 ], [ -111.99436761532358, 41.566676520593425 ], [ -111.99410729478878, 41.566124829834557 ], [ -111.99406773000393, 41.56589098509167 ], [ -111.9940993564237, 41.565606985285605 ], [ -111.99423979442199, 41.564988778649813 ], [ -111.99436610912602, 41.564622895190617 ], [ -111.9945882849195, 41.564251678776571 ], [ -111.99472914318515, 41.564052302059572 ], [ -111.99480921488126, 41.563799407996889 ], [ -111.99483181609878, 41.563709140552326 ], [ -111.99482801701886, 41.563461475724125 ], [ -111.99448563199259, 41.563032092600913 ], [ -111.99439335042946, 41.562879768522343 ], [ -111.99440195852962, 41.562659017906405 ], [ -111.99451366482879, 41.562513936676986 ], [ -111.99473936888829, 41.562373273432264 ], [ -111.99551255533386, 41.561960357132214 ], [ -111.99589852946494, 41.561713820389933 ], [ -111.99615218556569, 41.561441407247997 ], [ -111.99630447056288, 41.561205900761756 ], [ -111.99636172710957, 41.561029764352689 ], [ -111.99636963664163, 41.560763983626295 ], [ -111.99639477131271, 41.560448514051835 ], [ -111.99643099714223, 41.56007440157623 ], [ -111.99636516421299, 41.559692166333811 ], [ -111.99635935387815, 41.559313914502916 ], [ -111.99642045956521, 41.558998133127616 ], [ -111.99653930292128, 41.558537736155181 ], [ -111.99665400373152, 41.558198071373518 ], [ -111.99669727387054, 41.557892352315086 ], [ -111.99665853560974, 41.557712544168467 ], [ -111.99646848137226, 41.55744037263684 ], [ -111.99626290558965, 41.557328663395658 ], [ -111.99600359615135, 41.557231830782094 ], [ -111.99541924129494, 41.557052243711809 ], [ -111.99485714328478, 41.556759871089177 ], [ -111.99442135951452, 41.556493424902669 ], [ -111.99398592430234, 41.556249492031661 ], [ -111.9937616266015, 41.556089301239162 ], [ -111.99351851757332, 41.555875229342178 ], [ -111.99301893594892, 41.555357127364566 ], [ -111.99275584910585, 41.555012621912248 ], [ -111.99264332504868, 41.554711852107445 ], [ -111.99257152565031, 41.554329665788465 ], [ -111.99255306005323, 41.553906486591401 ], [ -111.99240133308706, 41.553394385570421 ], [ -111.99228853813084, 41.553075603251543 ], [ -111.99214349857266, 41.552608480129507 ], [ -111.99194981585137, 41.552096740403691 ], [ -111.99169591539642, 41.551567505267869 ], [ -111.9914384329502, 41.551195926561462 ], [ -111.99131544654792, 41.550994324748878 ], [ -111.99128169019201, 41.550746917509642 ], [ -111.99142769896918, 41.55049345676359 ], [ -111.99179963654339, 41.550116449908082 ], [ -111.99187915287166, 41.549827533249996 ], [ -111.99164213703757, 41.549617908130166 ], [ -111.99116567871275, 41.549431964101771 ], [ -111.99079701120935, 41.549237883538751 ], [ -111.99055326428349, 41.548979675191859 ], [ -111.99041773274898, 41.548741250825906 ], [ -111.99019085884201, 41.548409937910662 ], [ -111.98964519400265, 41.548009311047899 ], [ -111.98945049483302, 41.547821835126733 ], [ -111.9893754747113, 41.547619818324947 ], [ -111.98936245648416, 41.547552376225163 ], [ -111.98928931211964, 41.547080126740099 ], [ -111.9891701380176, 41.546734374192262 ], [ -111.98900687917934, 41.546249388822204 ], [ -111.98891168433015, 41.545903429696274 ], [ -111.98872589440495, 41.54551321342062 ], [ -111.98854678665333, 41.545167975462014 ], [ -111.98849533682375, 41.544938733680702 ], [ -111.98844940119889, 41.544677919194548 ], [ -111.98844192545356, 41.544187089946035 ], [ -111.98832413296304, 41.543931396664441 ], [ -111.98816493310946, 41.543712087991835 ], [ -111.98791976455932, 41.543358409407205 ], [ -111.98757277313845, 41.543010108453025 ], [ -111.98711094558193, 41.542599741742663 ], [ -111.98695815772351, 41.542407397958954 ], [ -111.98679228794497, 41.542143108436626 ], [ -111.98655802507221, 41.541717275429448 ], [ -111.98637750254423, 41.54127747008377 ], [ -111.98629948909138, 41.540877317706574 ], [ -111.98622822282314, 41.540526647126583 ], [ -111.98620007506135, 41.540252168110335 ], [ -111.98601623354418, 41.539988031486935 ], [ -111.98585828245412, 41.539849773778499 ], [ -111.98565728367245, 41.539639827028246 ], [ -111.98544320547849, 41.539357934174987 ], [ -111.98505926352124, 41.538942387752222 ], [ -111.98483428297756, 41.538731744236152 ], [ -111.98472409315143, 41.538580465732736 ], [ -111.98463166532409, 41.538414623455722 ], [ -111.98447044292294, 41.538060218248589 ], [ -111.98438906074469, 41.537832131291296 ], [ -111.98426310432995, 41.537431486956081 ], [ -111.98417578508497, 41.537207053532349 ], [ -111.98412379772245, 41.536940884377998 ], [ -111.98411481444386, 41.536743702848767 ], [ -111.98408817935643, 41.536568289741474 ], [ -111.98394977698436, 41.536137126883006 ], [ -111.98382527352535, 41.535831946198364 ], [ -111.98367891413407, 41.535666564479804 ], [ -111.98348481547329, 41.535515101739179 ], [ -111.98312038852559, 41.535198461175661 ], [ -111.98285103551522, 41.534826963421686 ], [ -111.98265993528075, 41.53447731440572 ], [ -111.98247135852903, 41.53429427738854 ], [ -111.9821217222929, 41.534162155578457 ], [ -111.98183310660332, 41.534101569601873 ], [ -111.98138908306781, 41.534069331060103 ], [ -111.98104217203965, 41.534117327469794 ], [ -111.98043449414021, 41.534361202129951 ], [ -111.97955222033039, 41.534679470991662 ], [ -111.9786503973267, 41.534894316228176 ], [ -111.978053875003, 41.53508403993947 ], [ -111.97780318400257, 41.535153726230917 ], [ -111.97758953582881, 41.535295154963833 ], [ -111.97756402385824, 41.535511545559636 ], [ -111.97769261368485, 41.535771662183258 ], [ -111.97775844548408, 41.536162917233654 ], [ -111.97768358629052, 41.536366216562108 ], [ -111.97755028652526, 41.536669092265534 ], [ -111.97735343290988, 41.5371301346187 ], [ -111.97722567040326, 41.537482502640465 ], [ -111.97711262940564, 41.53785726349269 ], [ -111.97701381048088, 41.538380522726953 ], [ -111.97699875252816, 41.538654470558193 ], [ -111.97694935287582, 41.538956632572827 ], [ -111.97692918805367, 41.539209907123784 ], [ -111.97689580272515, 41.539381328168744 ], [ -111.97685171789625, 41.539638408795824 ], [ -111.97663040232665, 41.540068132213356 ], [ -111.97622802450719, 41.540814645582948 ], [ -111.97581788366433, 41.541444129374256 ], [ -111.97543513177986, 41.541902241974547 ], [ -111.97497875859379, 41.542248387193311 ], [ -111.97465759959125, 41.542417743607501 ], [ -111.97416316070958, 41.542624596197321 ], [ -111.97381842798744, 41.542821171663803 ], [ -111.97356400541003, 41.543044003172177 ], [ -111.973381101706, 41.543239207029011 ], [ -111.97303043701781, 41.54344033395423 ], [ -111.97255874586047, 41.543565922097834 ], [ -111.97178003084871, 41.543604931930751 ], [ -111.97091777802959, 41.54366986213693 ], [ -111.97042795120355, 41.54378568672945 ], [ -111.97008200274097, 41.543902096932079 ], [ -111.96967051039911, 41.544045179803092 ], [ -111.96903656908238, 41.544145099967281 ], [ -111.96829992288546, 41.544191838206487 ], [ -111.96787934149164, 41.544127824980059 ], [ -111.96751210184993, 41.544022828869828 ], [ -111.96722251551435, 41.543899163955416 ], [ -111.96622822729206, 41.543551737772098 ], [ -111.96533159227836, 41.543320577151597 ], [ -111.96462284672171, 41.543227445519427 ], [ -111.96395141708948, 41.543224969716555 ], [ -111.96326318222702, 41.543301894402568 ], [ -111.96262923761375, 41.543401779279982 ], [ -111.9622528267258, 41.543485994947467 ], [ -111.96195480233879, 41.543601078945578 ], [ -111.96148568952268, 41.543902241123064 ], [ -111.96094118496855, 41.544375168822768 ], [ -111.96038568410235, 41.544915739985299 ], [ -111.96021698806818, 41.545182862101925 ], [ -111.96012274967323, 41.545377304439924 ], [ -111.96007226749849, 41.545611913884336 ], [ -111.96003916766392, 41.54580584564529 ], [ -111.96001785598547, 41.545986168129886 ], [ -111.95992161820087, 41.54636977873907 ], [ -111.95971628558848, 41.546673234820716 ], [ -111.95953219785335, 41.546791865104417 ], [ -111.95929442808547, 41.546928957417919 ], [ -111.95888156023997, 41.547063005946477 ], [ -111.95841707395898, 41.547192979642666 ], [ -111.95808339067264, 41.547411933904002 ], [ -111.95783535764986, 41.547585137616451 ], [ -111.95754062894278, 41.547925363332766 ], [ -111.95723864071174, 41.548180080081067 ], [ -111.95685199912263, 41.548385960781523 ], [ -111.95646555419489, 41.548605349380907 ], [ -111.95619353040937, 41.548859814114309 ], [ -111.95582139082606, 41.549236707996059 ], [ -111.95531190525321, 41.549650770744528 ], [ -111.95476977707538, 41.549884057095611 ], [ -111.95397749197278, 41.550229304758012 ], [ -111.95368674000636, 41.550434379184608 ], [ -111.95329487301261, 41.550694334573855 ], [ -111.95291380158028, 41.550873134156895 ], [ -111.95257409505943, 41.551011057295909 ], [ -111.95204835671106, 41.551137009083753 ], [ -111.95085346508901, 41.551421616798301 ], [ -111.94982035215514, 41.551700372218171 ], [ -111.94894421119787, 41.552054384365192 ], [ -111.94794961387502, 41.552508445925682 ], [ -111.94694097553601, 41.552823002589911 ], [ -111.94660691210932, 41.552938343575498 ], [ -111.94606869692151, 41.553032845481113 ], [ -111.94493087092621, 41.553123266878629 ], [ -111.94400852638974, 41.553189390046398 ], [ -111.94331860189595, 41.553159023430531 ], [ -111.94258527517442, 41.553029929036768 ], [ -111.94205163133094, 41.552944230228221 ], [ -111.94114742821033, 41.552690425396797 ], [ -111.94059271255746, 41.552474287534046 ], [ -111.94000659169782, 41.55215932426173 ], [ -111.93949306461373, 41.551888800971895 ], [ -111.93844438945833, 41.551510053974141 ], [ -111.93728814869904, 41.551154692302681 ], [ -111.93686520977261, 41.550928454850151 ], [ -111.93672414862795, 41.55070892704223 ], [ -111.93671529361892, 41.550510840171683 ], [ -111.93666413713368, 41.549957312371397 ], [ -111.93658456215999, 41.549345468984903 ], [ -111.93650078510309, 41.548940826001235 ], [ -111.93638325230397, 41.548689580748807 ], [ -111.9362115112901, 41.548420762282923 ], [ -111.93591975509004, 41.548143913246598 ], [ -111.9355254488956, 41.547822861694542 ], [ -111.93522183956131, 41.547555114516776 ], [ -111.93481023753829, 41.547198172203331 ], [ -111.93456707663957, 41.547047926564922 ], [ -111.93414442037576, 41.546838790310481 ], [ -111.93401060316808, 41.546704768857396 ], [ -111.93414451573673, 41.546428960363201 ], [ -111.93439260721256, 41.5460891732709 ], [ -111.93460064761499, 41.545632617105547 ], [ -111.93486331157385, 41.545139587497246 ], [ -111.93497254059665, 41.544815339581589 ], [ -111.93497038673111, 41.544665836957591 ], [ -111.9349642291488, 41.544571311033287 ], [ -111.93485672126943, 41.544265939060573 ], [ -111.93467868036026, 41.543974651184968 ], [ -111.93438609517872, 41.543638356948257 ], [ -111.93415398345033, 41.543338500350629 ], [ -111.93402546754848, 41.543155796655419 ], [ -111.93390698321551, 41.542837002005342 ], [ -111.93366872253638, 41.542109350354366 ], [ -111.93350724940893, 41.541718846340466 ], [ -111.93333573347161, 41.54146353222837 ], [ -111.93299633056569, 41.54120507656495 ], [ -111.93262838547612, 41.541045931062676 ], [ -111.93204395868622, 41.540838999450706 ], [ -111.93174343493062, 41.540782887896349 ], [ -111.9314433640323, 41.540758297241844 ], [ -111.93105253580673, 41.540674992884725 ], [ -111.93085282071351, 41.540542401851233 ], [ -111.93072475880055, 41.540390315304506 ], [ -111.93051671470477, 41.540094759947792 ], [ -111.93022418166159, 41.539759355111762 ], [ -111.92993945160308, 41.539549987856418 ], [ -111.92952234976167, 41.539305661014723 ], [ -111.92928466949081, 41.539032861036524 ], [ -111.92896134248548, 41.538639154645281 ], [ -111.92832311597562, 41.537937239865911 ], [ -111.92802431332561, 41.537664930628758 ], [ -111.92742511394526, 41.537259935018952 ], [ -111.92706294082362, 41.537082710460979 ], [ -111.92670291973565, 41.53697212107182 ], [ -111.92634252026872, 41.537002947452564 ], [ -111.92614035340615, 41.537117166553728 ], [ -111.92564237124974, 41.537503984475258 ], [ -111.92531626626153, 41.537754308500929 ], [ -111.92507742890443, 41.537819280929078 ], [ -111.92475295128423, 41.537763343731449 ], [ -111.92425969749478, 41.537641207942265 ], [ -111.92383378255718, 41.53761760881239 ], [ -111.92354119584446, 41.53769652074439 ], [ -111.92321896163172, 41.53779818809695 ], [ -111.92265923012, 41.538059387340084 ], [ -111.9218912581302, 41.538430340564823 ], [ -111.92131359920478, 41.538696180604546 ], [ -111.92072299037932, 41.538894567052736 ], [ -111.92022157856391, 41.539042696807172 ], [ -111.91974273483137, 41.539091564110727 ], [ -111.91931738569649, 41.539108476374935 ], [ -111.91879677720928, 41.539171184512014 ], [ -111.91850864141415, 41.539141961070541 ], [ -111.91799198743398, 41.539060517960174 ], [ -111.91767267524533, 41.538945972419711 ], [ -111.91699229057554, 41.538730722571643 ], [ -111.91653424134046, 41.538554229378619 ], [ -111.91635232633018, 41.538406158817757 ], [ -111.91655918562215, 41.538198244074117 ], [ -111.91678444666982, 41.53793523799748 ], [ -111.91684567752456, 41.537687050331449 ], [ -111.91678862059952, 41.537466827530778 ], [ -111.91647666409229, 41.537023455179956 ], [ -111.91600335798175, 41.536189551722991 ], [ -111.91578264547685, 41.53584002668633 ], [ -111.91532004858959, 41.535339303465449 ], [ -111.91513191106618, 41.535174166606893 ], [ -111.91504419835555, 41.534904646871318 ], [ -111.91504739877746, 41.534706461714528 ], [ -111.9151540952553, 41.534196702481246 ], [ -111.91517165631535, 41.53374169609846 ], [ -111.91499011547933, 41.533193697867425 ], [ -111.91485547770742, 41.532996609355187 ], [ -111.91424099285082, 41.532348469951444 ], [ -111.91385237573847, 41.531991268463742 ], [ -111.91368166003461, 41.531785457968013 ], [ -111.91358330308535, 41.531610597785409 ], [ -111.91352176453786, 41.531070650813128 ], [ -111.91350552893225, 41.530683467391384 ], [ -111.91357359509168, 41.530494674803016 ], [ -111.91361439111186, 41.53041238456953 ], [ -111.91380885589464, 41.53017665047728 ], [ -111.91402212140898, 41.529999313845053 ], [ -111.9141499032889, 41.529710065574136 ], [ -111.91407586384739, 41.529048619993539 ], [ -111.91401049236296, 41.528747396131088 ], [ -111.91394479889397, 41.528338087548562 ], [ -111.91384591178399, 41.527699357312287 ], [ -111.91365418904836, 41.52727753904928 ], [ -111.91343868923884, 41.526869420208847 ], [ -111.91341513810252, 41.526473287331633 ], [ -111.91343518048785, 41.526193902696939 ], [ -111.91353474434274, 41.525603135429492 ], [ -111.91372488698163, 41.525061188347436 ], [ -111.91371541011821, 41.524813563609214 ], [ -111.91370272876934, 41.524764124361134 ], [ -111.91367692265815, 41.524633723921397 ], [ -111.91358463243436, 41.524463318938466 ], [ -111.91314074453949, 41.524007473506323 ], [ -111.91273817477838, 41.523506261989063 ], [ -111.91251216470035, 41.523201808218424 ], [ -111.91210041600188, 41.522899728054739 ], [ -111.91185252931903, 41.522744066547524 ], [ -111.91168284346143, 41.522609402025275 ], [ -111.91161465584007, 41.522447811577464 ], [ -111.91160638597663, 41.522200176968383 ], [ -111.91172463476157, 41.521744371919119 ], [ -111.91190967507589, 41.521265518889678 ], [ -111.91197399052956, 41.520724572018743 ], [ -111.91204826521002, 41.520039429565657 ], [ -111.91209901420348, 41.519385999073677 ], [ -111.91206191068008, 41.518877381831615 ], [ -111.9119389133518, 41.518567605962261 ], [ -111.91173796811698, 41.518425082727987 ], [ -111.91096756557809, 41.518183487745269 ], [ -111.91013220757729, 41.518009956314913 ], [ -111.90959058022312, 41.517844003913545 ], [ -111.90926468989493, 41.517679045568407 ], [ -111.90897287170405, 41.517465177634691 ], [ -111.90860411349171, 41.517148333066388 ], [ -111.90797312761703, 41.516590361204848 ], [ -111.90757139933685, 41.516143167867348 ], [ -111.9074412390662, 41.515833443512641 ], [ -111.90734418492103, 41.51566307079235 ], [ -111.90713190833675, 41.515480095990618 ], [ -111.906804925822, 41.515321444286016 ], [ -111.90623896183627, 41.515126844516438 ], [ -111.90581737055315, 41.51497253840882 ], [ -111.90562887742303, 41.514775862521859 ], [ -111.9057557837656, 41.514509147940984 ], [ -111.90595274767509, 41.514367983431931 ], [ -111.90648238915219, 41.51410710196118 ], [ -111.90697059073277, 41.513882574049816 ], [ -111.90763506489027, 41.513408952414665 ], [ -111.90786343509656, 41.513028843456652 ], [ -111.90790090527744, 41.512708788695591 ], [ -111.90783166819602, 41.51247064196599 ], [ -111.90767654648701, 41.512003487040666 ], [ -111.90759949275736, 41.511720365352275 ], [ -111.90763158907656, 41.511444488770898 ], [ -111.90778264892205, 41.511106423558296 ], [ -111.90818576590772, 41.510369146052426 ], [ -111.90862607823593, 41.509721646181518 ], [ -111.90894877104697, 41.509232702005782 ], [ -111.90905288836572, 41.508966163703285 ], [ -111.90922839354616, 41.508320754290551 ], [ -111.90925507623984, 41.507572937304595 ], [ -111.90911660432184, 41.507096644987691 ], [ -111.90888442705977, 41.506774217216581 ], [ -111.90856668475055, 41.506330866366916 ], [ -111.90840482526956, 41.505895290712665 ], [ -111.90823680134832, 41.505447153248554 ], [ -111.90785077264493, 41.504832300001532 ], [ -111.90756369053278, 41.504438244353054 ], [ -111.90716985482337, 41.504121592198963 ], [ -111.90681227887495, 41.503827171042069 ], [ -111.90633276566869, 41.503380585514179 ], [ -111.90608932584831, 41.503107780796462 ], [ -111.90593037864673, 41.502879346561734 ], [ -111.90596380908853, 41.502698937008773 ], [ -111.90609289384051, 41.502504262889907 ], [ -111.90634726875267, 41.502272572054579 ], [ -111.90667295807305, 41.501999785553949 ], [ -111.90689517928422, 41.501610719022182 ], [ -111.90690718043848, 41.501182777051703 ], [ -111.90660832892135, 41.500802322503539 ], [ -111.90647971248163, 41.500600671768318 ], [ -111.90639820035656, 41.500340102109959 ], [ -111.90640729171174, 41.500132862231567 ], [ -111.9064645034716, 41.499939654784711 ], [ -111.90634042243002, 41.499633483257249 ], [ -111.90627462156954, 41.499210657965186 ], [ -111.90620593381756, 41.498580687067133 ], [ -111.9060615775133, 41.498108940274733 ], [ -111.90574201543065, 41.497530485388367 ], [ -111.90546727203154, 41.497158845041341 ], [ -111.90516945103091, 41.496850436878709 ], [ -111.90495868469773, 41.496771029623716 ], [ -111.90473314621154, 41.496921424847756 ], [ -111.90454523655092, 41.497193122497748 ], [ -111.90423565189452, 41.497330666753768 ], [ -111.90393572848001, 41.497301498833863 ], [ -111.90343090395893, 41.497183866676586 ], [ -111.90289864422394, 41.497161024545534 ], [ -111.90207698387152, 41.497176479516305 ], [ -111.90151495207181, 41.497252945017344 ], [ -111.900989980592, 41.497410183328228 ], [ -111.90076205945425, 41.497389450354426 ], [ -111.90064195325064, 41.497367872674445 ], [ -111.90015423003824, 41.497187040953001 ], [ -111.89929839804594, 41.496810925041686 ], [ -111.89879240243857, 41.496607712080788 ], [ -111.89852906015881, 41.496537711206535 ], [ -111.89782614161942, 41.496475645796949 ], [ -111.8973954474574, 41.496519540172635 ], [ -111.89700162258038, 41.496630700304941 ], [ -111.89634667284231, 41.496919537298616 ], [ -111.89611382034842, 41.496975395776531 ], [ -111.89584378818833, 41.496941470169013 ], [ -111.89540337823661, 41.496715213084897 ], [ -111.89487151505568, 41.496372570711465 ], [ -111.89433558832619, 41.496169570970579 ], [ -111.89392069519099, 41.496055701285854 ], [ -111.89340404232067, 41.495947124282289 ], [ -111.89271424977289, 41.495880421965808 ], [ -111.89193585050973, 41.495904475966164 ], [ -111.89124179877328, 41.495963900400163 ], [ -111.89073972150351, 41.496044352298618 ], [ -111.89012488849583, 41.496202237006983 ], [ -111.889587363123, 41.496318987526394 ], [ -111.88910911632829, 41.496390240656737 ], [ -111.88895942459671, 41.49639500071558 ], [ -111.88882167518032, 41.496396966089627 ], [ -111.88851571110547, 41.496363300940601 ], [ -111.8881375025786, 41.496303170913485 ], [ -111.88763937918982, 41.496234957872687 ], [ -111.88709401576851, 41.496216647347076 ], [ -111.88593080052607, 41.496135540307392 ], [ -111.88511670239552, 41.496177837796935 ], [ -111.8846498178831, 41.496203948311013 ], [ -111.88437349851881, 41.496147525785254 ], [ -111.88415615714844, 41.496023094251548 ], [ -111.88396259132394, 41.495884968575659 ], [ -111.88323931166485, 41.495557254253775 ], [ -111.88257569014537, 41.495211062896409 ], [ -111.88221378791602, 41.494939115969402 ], [ -111.88175292812703, 41.494613882623078 ], [ -111.88160099259106, 41.494452915417646 ], [ -111.88136893606713, 41.494125926403584 ], [ -111.88134797646997, 41.493905407403439 ], [ -111.88129126373441, 41.493698673358267 ], [ -111.88118614801685, 41.493456280809028 ], [ -111.88099736511653, 41.49322804007916 ], [ -111.88067407317828, 41.492798164078629 ], [ -111.88028618378409, 41.492463358575911 ], [ -111.88007901246596, 41.492203731356923 ], [ -111.88014062732677, 41.491888003142606 ], [ -111.88030588725123, 41.491706591655152 ], [ -111.88047017057843, 41.491453128718689 ], [ -111.8804498248262, 41.491277641426144 ], [ -111.88021362534279, 41.491085791626773 ], [ -111.87991282636781, 41.490989012608168 ], [ -111.87907136104891, 41.490774767475671 ], [ -111.87850667837715, 41.490652979382276 ], [ -111.87792469924101, 41.490580860896287 ], [ -111.877271459507, 41.49055431972014 ], [ -111.87668899679043, 41.490446169309742 ], [ -111.87640574831674, 41.490317721623583 ], [ -111.87604996449977, 41.490140285392691 ], [ -111.87566943796254, 41.489904488730765 ], [ -111.87555872426789, 41.489689155462301 ], [ -111.87554310809519, 41.489419054143141 ], [ -111.87556378984951, 41.489175698511218 ], [ -111.87559528518611, 41.488845790069497 ], [ -111.87559873953251, 41.488657510340929 ], [ -111.87554755376424, 41.488414701785182 ], [ -111.87544125576052, 41.488082239279805 ], [ -111.87534282686396, 41.487889330577197 ], [ -111.87532407222125, 41.487830925585321 ], [ -111.8751714270137, 41.487525837541703 ], [ -111.87487725150061, 41.487118241484303 ], [ -111.87464640613777, 41.486876798924683 ], [ -111.87439814114447, 41.486676021373249 ], [ -111.87410668533252, 41.486380994407241 ], [ -111.87405803699207, 41.486326419315191 ], [ -111.87386412217501, 41.486158554714933 ], [ -111.87357878077782, 41.485961659991254 ], [ -111.87331351237405, 41.485742994504655 ], [ -111.87317070532009, 41.48545584365808 ], [ -111.87320402578351, 41.485171859255821 ], [ -111.87329760651431, 41.485004512818925 ], [ -111.87355747638694, 41.484732318935784 ], [ -111.87388406543822, 41.484522668985576 ], [ -111.87409209181169, 41.484403992696699 ], [ -111.87453990157221, 41.484301507749578 ], [ -111.87492824856233, 41.48423099912889 ], [ -111.87529257994119, 41.484156168289324 ], [ -111.8755310180107, 41.484072386614287 ], [ -111.87582264868088, 41.483935956785686 ], [ -111.8763573673674, 41.483616626571973 ], [ -111.87685180083541, 41.483419200208637 ], [ -111.87723807481754, 41.483195574662979 ], [ -111.87742745720176, 41.48302749411183 ], [ -111.87760425415485, 41.482814472528446 ], [ -111.87777892284946, 41.482443838283857 ], [ -111.87778895480054, 41.482299644116978 ], [ -111.87778217637643, 41.482241148070507 ], [ -111.87767177303644, 41.482048332550839 ], [ -111.877496288637, 41.48191456123967 ], [ -111.87721693868239, 41.481628456893723 ], [ -111.87708118830687, 41.48133224954735 ], [ -111.87694392135374, 41.480923461677357 ], [ -111.87660033860408, 41.480314481497942 ], [ -111.87634922941838, 41.479901156006711 ], [ -111.87620199576106, 41.479641064432172 ], [ -111.87618202970451, 41.479492595171671 ], [ -111.87618113197618, 41.479425947581369 ], [ -111.87633855173534, 41.479108590108751 ], [ -111.87653403416681, 41.478949471811461 ], [ -111.8770249711521, 41.47849536161597 ], [ -111.87742143008525, 41.478141050996172 ], [ -111.87762657423963, 41.477810717335188 ], [ -111.87769460182832, 41.477526466482338 ], [ -111.87770843399908, 41.477220110757727 ], [ -111.87769092934649, 41.476810409519175 ], [ -111.87777766046061, 41.476580960738701 ], [ -111.87791354535099, 41.476443912520594 ], [ -111.87808549024098, 41.476316496951043 ], [ -111.87818038334895, 41.476248217280272 ], [ -111.87838740270189, 41.476057481938582 ], [ -111.87843892132102, 41.475881444968685 ], [ -111.87839516435673, 41.475656595137941 ], [ -111.8782710505766, 41.475423351537671 ], [ -111.87815150921323, 41.474996414613443 ], [ -111.87820162957658, 41.474716803732406 ], [ -111.87820995765291, 41.474446519281393 ], [ -111.87833870666215, 41.47422485579834 ], [ -111.87850465731455, 41.474097485342398 ], [ -111.87892716123113, 41.473900599266983 ], [ -111.87954792191969, 41.473751736265228 ], [ -111.87988860440467, 41.473704093795881 ], [ -111.88018234845339, 41.473727967684873 ], [ -111.88041196008362, 41.473880236283783 ], [ -111.88066630340472, 41.474089962178304 ], [ -111.88092627013829, 41.474272622345104 ], [ -111.88149820535918, 41.474497928269308 ], [ -111.88213338318093, 41.474529088059079 ], [ -111.8825272233663, 41.474426985910313 ], [ -111.8828300870012, 41.474240010800898 ], [ -111.88306005870798, 41.473977031962519 ], [ -111.88327780889901, 41.473696131785793 ], [ -111.88352085271057, 41.473514117884825 ], [ -111.88377078799671, 41.47339870499794 ], [ -111.88409296425961, 41.473311559879349 ], [ -111.88434347310067, 41.473238475942402 ], [ -111.88516881888333, 41.47316367132499 ], [ -111.88600016242981, 41.473089715323255 ], [ -111.88641933642653, 41.473090088631977 ], [ -111.88692309657289, 41.473145653845926 ], [ -111.88770650760193, 41.473157625043868 ], [ -111.88801245309804, 41.473110226609968 ], [ -111.88830467230578, 41.473022400244844 ], [ -111.88854232689856, 41.47288545417566 ], [ -111.88889789636615, 41.472613386722557 ], [ -111.88956713921212, 41.472071374001274 ], [ -111.89007717658245, 41.471710736718137 ], [ -111.89038495773937, 41.471448041796421 ], [ -111.89047841327198, 41.471276178413838 ], [ -111.89053026531565, 41.471127155473525 ], [ -111.89056458667707, 41.471009794013945 ], [ -111.89067477013951, 41.470747727301429 ], [ -111.89088741422626, 41.470534407430669 ], [ -111.8912430465838, 41.470356008773827 ], [ -111.89254001550319, 41.470093745768736 ], [ -111.89403809080791, 41.469738930795195 ], [ -111.89480246785912, 41.469588869128643 ], [ -111.89510134280793, 41.469551414960414 ], [ -111.89557502992247, 41.469511698310683 ], [ -111.89590836910548, 41.469455058234217 ], [ -111.89622063116033, 41.469520180841783 ], [ -111.89643970487705, 41.469775183556465 ], [ -111.89661013810709, 41.469976520825163 ], [ -111.89680307555243, 41.470159667647273 ], [ -111.89721463222709, 41.470390649531119 ], [ -111.8975027026262, 41.470437942610282 ], [ -111.89800463607247, 41.470361966091623 ], [ -111.89836411846173, 41.470377173691169 ], [ -111.89887433929627, 41.470467764853694 ], [ -111.89946944118505, 41.470634252586393 ], [ -111.90049032743335, 41.470846945094706 ], [ -111.90148758301217, 41.471082332127629 ], [ -111.90216614461697, 41.471221129630585 ], [ -111.90326500866911, 41.47144219316305 ], [ -111.90402790082049, 41.471616346810471 ], [ -111.90492358335987, 41.471866013282899 ], [ -111.90534445268808, 41.471988804356194 ], [ -111.90607660445058, 41.472104638503737 ], [ -111.90638744611371, 41.472066160004545 ], [ -111.90656549865203, 41.471952164812173 ], [ -111.90714528635998, 41.471533255169362 ], [ -111.90769260576346, 41.471191161364871 ], [ -111.90820922565013, 41.470880833110861 ], [ -111.90878092065795, 41.47065563730758 ], [ -111.90912742541273, 41.470598854916545 ], [ -111.90957602713699, 41.470563782555878 ], [ -111.91018647236896, 41.470540938903099 ], [ -111.91045495233064, 41.470471258873907 ], [ -111.91059202815109, 41.47042513697577 ], [ -111.91089409826471, 41.470274123766316 ], [ -111.91113207224704, 41.470078580715487 ], [ -111.91136330170636, 41.469914616365607 ], [ -111.91168465271494, 41.469772455663744 ], [ -111.9120910846699, 41.469719693021609 ], [ -111.91228879938792, 41.469728033127971 ], [ -111.91249853896467, 41.469739880442368 ], [ -111.9128883226535, 41.469780923590776 ], [ -111.91318099784925, 41.46972905988833 ], [ -111.91331509944276, 41.469471285421776 ], [ -111.91334615518645, 41.469124255485212 ], [ -111.91337078111897, 41.468745750817583 ], [ -111.91333699031691, 41.468471294642633 ], [ -111.91332392914926, 41.468393935051182 ], [ -111.91326065880052, 41.468152139411778 ], [ -111.91296470546251, 41.467969837936806 ], [ -111.91251907958387, 41.467788723194161 ], [ -111.91234387914078, 41.467677520961573 ], [ -111.91236057730328, 41.467587314890132 ], [ -111.91243752367804, 41.467523652990856 ], [ -111.91254503607026, 41.4675047853585 ], [ -111.91337842174909, 41.467583740551454 ], [ -111.9136949712225, 41.467527182279909 ], [ -111.91399910351865, 41.467439196040701 ], [ -111.91444559230787, 41.467255500035236 ], [ -111.91490449552265, 41.467103229319868 ], [ -111.91521869798386, 41.466880049320736 ], [ -111.91537862735295, 41.466671607341283 ], [ -111.91587718687592, 41.466019108481184 ], [ -111.91632789862867, 41.465285922312816 ], [ -111.9168012148422, 41.464457976803388 ], [ -111.91695765190823, 41.46408742781118 ], [ -111.91695474610918, 41.463881182283615 ], [ -111.91686774905934, 41.463655790866326 ], [ -111.91652603223652, 41.463199138454911 ], [ -111.9162994584413, 41.462840648856471 ], [ -111.9160768454478, 41.46233800933345 ], [ -111.91606788012065, 41.462126407552432 ], [ -111.9161652759614, 41.461814877590044 ], [ -111.91632883809606, 41.461525338877024 ], [ -111.91666232489852, 41.460973232130009 ], [ -111.91675398364985, 41.460679762081135 ], [ -111.91658804131384, 41.460374833868912 ], [ -111.9163712673149, 41.46028648730389 ], [ -111.91594529149528, 41.46022232480172 ], [ -111.91546423679895, 41.460073029047088 ], [ -111.91480736823399, 41.459767500616387 ], [ -111.91405573835762, 41.459534780452202 ], [ -111.91370677223436, 41.459497019778183 ], [ -111.91339662369271, 41.459494979309412 ], [ -111.91307286333939, 41.459461520243075 ], [ -111.91273580489751, 41.459333588349132 ], [ -111.91245766270107, 41.4591376328069 ], [ -111.91197346933031, 41.458763162887905 ], [ -111.91144196015497, 41.458429599014188 ], [ -111.91071890187249, 41.458097549379744 ], [ -111.90991091321487, 41.457685100619486 ], [ -111.90942145125115, 41.457360202066603 ], [ -111.90930167014864, 41.457271075211963 ], [ -111.90893047259696, 41.45692632409169 ], [ -111.90859610272692, 41.456560563877886 ], [ -111.90834634361204, 41.456251781785703 ], [ -111.90801826789115, 41.455907587847626 ], [ -111.90750482256547, 41.455578366614454 ], [ -111.90683531191313, 41.455218847668149 ], [ -111.9060712267614, 41.454945639920822 ], [ -111.9056030315965, 41.454855650085435 ], [ -111.90524399687402, 41.454866582776368 ], [ -111.90481938114411, 41.454896945731029 ], [ -111.90425609086898, 41.454856338259454 ], [ -111.9036788919646, 41.454676222831012 ], [ -111.90320875270204, 41.454445723295251 ], [ -111.90275077554425, 41.45422863745268 ], [ -111.90252211895665, 41.454143960810192 ], [ -111.90214396965257, 41.454071265096175 ], [ -111.90173675329825, 41.454060946967203 ], [ -111.90134761890414, 41.454059493098022 ], [ -111.90070633647382, 41.454005968234711 ], [ -111.90033921476288, 41.4538647240879 ], [ -111.90010932981544, 41.45369087911201 ], [ -111.90002297782451, 41.453506903335658 ], [ -111.89998950128468, 41.453250454700616 ], [ -111.90007281169062, 41.452781418651512 ], [ -111.90022726285045, 41.452262285141352 ], [ -111.90060706172744, 41.4511568076393 ], [ -111.90092890102545, 41.450189595766098 ], [ -111.90114325508685, 41.449674495348773 ], [ -111.90119986745962, 41.449439859611608 ], [ -111.90105079904552, 41.449049205726077 ], [ -111.90050241050805, 41.448350923144851 ], [ -111.89987684931349, 41.447698278552821 ], [ -111.89930684551707, 41.447166796005838 ], [ -111.89897306518338, 41.446836131217495 ], [ -111.89851335400915, 41.446488434334881 ], [ -111.89821493223016, 41.446116957806694 ], [ -111.8978740603532, 41.445705278514389 ], [ -111.8974571263535, 41.445420295223684 ], [ -111.89703751696486, 41.445288457086733 ], [ -111.89662785710208, 41.445183562066546 ], [ -111.89583002495715, 41.444969096600751 ], [ -111.89518541088104, 41.444753433358379 ], [ -111.89461949188436, 41.444514635996626 ], [ -111.89435405559762, 41.444363574116679 ], [ -111.89424901399781, 41.444211264865928 ], [ -111.89412106746579, 41.443960052101367 ], [ -111.89393719659346, 41.443646221949479 ], [ -111.8937193222357, 41.443471369704682 ], [ -111.89358624876586, 41.443369719067626 ], [ -111.8929375452812, 41.442766756417221 ], [ -111.89263939502111, 41.442498848151075 ], [ -111.89235628904287, 41.442280363134657 ], [ -111.89192194045987, 41.442031524227865 ], [ -111.89142188771467, 41.441792200235533 ], [ -111.89104131919555, 41.4416240078898 ], [ -111.89053314798262, 41.441578402183005 ], [ -111.8899412268033, 41.441623516256193 ], [ -111.88929111874991, 41.441790677138457 ], [ -111.88845425517044, 41.441869202771144 ], [ -111.8879407438135, 41.441958737995591 ], [ -111.88739755320492, 41.44206651469954 ], [ -111.88705087310431, 41.442100714427873 ], [ -111.8868233338353, 41.442093461364095 ], [ -111.88661387114982, 41.442095075939839 ], [ -111.88537486499256, 41.442091107504154 ], [ -111.8845615028726, 41.442137898011254 ], [ -111.88451368678082, 41.442142769384581 ], [ -111.88387894648751, 41.442120625926847 ], [ -111.88361476636297, 41.442059603576432 ], [ -111.88306704942312, 41.441834120417248 ], [ -111.88256751821713, 41.441630783486893 ], [ -111.88202139393056, 41.44152237945017 ], [ -111.88179831755316, 41.441402489571765 ], [ -111.88153768895279, 41.441161286962959 ], [ -111.88155296099691, 41.440963006854368 ], [ -111.88164041308349, 41.440791195812146 ], [ -111.88168126860201, 41.440714319678349 ], [ -111.88178557625368, 41.440461312611944 ], [ -111.88178319875763, 41.440285686271842 ], [ -111.88170833708408, 41.440061074730998 ], [ -111.88141206420828, 41.439396796464308 ], [ -111.88132249440183, 41.43896963047235 ], [ -111.88134784664686, 41.438631658138483 ], [ -111.88133339357236, 41.438005753397881 ], [ -111.88136156155655, 41.43743356656632 ], [ -111.88140780351722, 41.436870248613843 ], [ -111.88143465184837, 41.436289064347257 ], [ -111.88148953577058, 41.435833769088198 ], [ -111.8815071351401, 41.435365248341888 ], [ -111.88155514176304, 41.434932524235684 ], [ -111.88163258008507, 41.434463544836163 ], [ -111.88180796500318, 41.433714584479276 ], [ -111.88187507823909, 41.43336728419861 ], [ -111.88206174530582, 41.433010059830785 ], [ -111.88249564928607, 41.431907826191917 ], [ -111.88276846927853, 41.430842856638712 ], [ -111.88300354556159, 41.430084428564648 ], [ -111.883246431166, 41.429461051417057 ], [ -111.88340230786929, 41.429041009055624 ], [ -111.88347722323918, 41.428828759143634 ], [ -111.88368023025518, 41.427912945674287 ], [ -111.88401156819094, 41.427194309205198 ], [ -111.88418795065074, 41.426963264172947 ], [ -111.88432409909166, 41.426854128497716 ], [ -111.88443661968596, 41.426767692893812 ], [ -111.88494238248025, 41.426556632586788 ], [ -111.88552592362062, 41.426344971399118 ], [ -111.88723491908969, 41.425642735367603 ], [ -111.8883989891654, 41.425088802230356 ], [ -111.88919525405508, 41.424681819675016 ], [ -111.88968254414129, 41.424434851554864 ], [ -111.89022799972295, 41.424065830908162 ], [ -111.89064799173623, 41.423711290194305 ], [ -111.89130284974097, 41.423029760095893 ], [ -111.89149690968824, 41.422781452687374 ], [ -111.89177080811407, 41.422333461727717 ], [ -111.89189925171264, 41.422012701970175 ], [ -111.89200158041891, 41.42162008502482 ], [ -111.89217422129531, 41.421118833443437 ], [ -111.8922809885987, 41.42061358876898 ], [ -111.89229437487013, 41.420280209634285 ], [ -111.89241476975765, 41.419896459537377 ], [ -111.89263865612187, 41.419205653315984 ], [ -111.89280320653701, 41.418551336843009 ], [ -111.8928952252366, 41.418280399399293 ], [ -111.89301234499041, 41.418094837758005 ], [ -111.89314371174837, 41.418075803111925 ], [ -111.89326249650129, 41.418011828785446 ], [ -111.89346028688173, 41.418037315248718 ], [ -111.8942825976177, 41.418229090010051 ], [ -111.89497952872165, 41.418439849185646 ], [ -111.89553670193565, 41.418494061842956 ], [ -111.89609131767088, 41.418449209849264 ], [ -111.89660565557239, 41.418347021455929 ], [ -111.89751599804164, 41.417978724779928 ], [ -111.89806095620636, 41.418015005624824 ], [ -111.89832659040241, 41.418187676165793 ], [ -111.89844836170901, 41.418340752536878 ], [ -111.89871063573783, 41.418703505436532 ], [ -111.89908558669443, 41.418993317674001 ], [ -111.89957290406159, 41.419187671984318 ], [ -111.90017395476961, 41.419385638097282 ], [ -111.90070191168664, 41.419489595213086 ], [ -111.90107276749228, 41.419482187464943 ], [ -111.90141919481957, 41.419438940168618 ], [ -111.9025053366137, 41.419236764917514 ], [ -111.90353172136705, 41.419040453204964 ], [ -111.90397240328477, 41.418891070907115 ], [ -111.90421387781626, 41.418700917799121 ], [ -111.90463495528056, 41.418346317408762 ], [ -111.90488246709955, 41.418074147707635 ], [ -111.90515788791888, 41.417657638833987 ], [ -111.90537945605979, 41.417327123785945 ], [ -111.90547111599304, 41.416948089866388 ], [ -111.90546909229994, 41.416371629469907 ], [ -111.90547392656795, 41.415858167149196 ], [ -111.90547029897115, 41.415596979824066 ], [ -111.90542412085878, 41.415287487162907 ], [ -111.90540976754126, 41.415115557925496 ], [ -111.90543842742309, 41.415025257924881 ], [ -111.90549674766818, 41.414916709586478 ], [ -111.90561003267236, 41.414888795581874 ], [ -111.90579579119489, 41.414909851843682 ], [ -111.9062597321436, 41.415144895527753 ], [ -111.907055389444, 41.415570982561199 ], [ -111.9075012676192, 41.415797156154426 ], [ -111.90781358357484, 41.415883865872587 ], [ -111.90820312962427, 41.41593123309984 ], [ -111.90857346183176, 41.415887775574369 ], [ -111.9089611750554, 41.415803646044544 ], [ -111.90941324655147, 41.415615420907542 ], [ -111.90982331459261, 41.415418518728472 ], [ -111.9101374772645, 41.415208862658041 ], [ -111.91069010501712, 41.414938769977326 ], [ -111.91116212568154, 41.414894499148737 ], [ -111.91140134714809, 41.414888100596357 ], [ -111.91175989584576, 41.414858237334428 ], [ -111.91205188509362, 41.414774855965831 ], [ -111.91228405268072, 41.414691948229709 ], [ -111.91292041591386, 41.414421180827851 ], [ -111.91353259327161, 41.414132587064579 ], [ -111.91371438863051, 41.413870828267427 ], [ -111.91361487763281, 41.413600494456169 ], [ -111.91356374059168, 41.413366706960815 ], [ -111.91378229635696, 41.413166807494669 ], [ -111.91406690766381, 41.413069968441469 ], [ -111.91448690287474, 41.413071134546797 ], [ -111.91482882109122, 41.413135972097066 ], [ -111.91539200883791, 41.413194544588826 ], [ -111.91602111985794, 41.413176026181958 ], [ -111.91694573147804, 41.413069578852735 ], [ -111.91731433049839, 41.412904506528463 ], [ -111.91762763283312, 41.412636288462735 ], [ -111.9178522822492, 41.412445340115518 ], [ -111.91829379933847, 41.412360749901929 ], [ -111.91893550910804, 41.412472722962768 ], [ -111.91951778321898, 41.412612189814865 ], [ -111.91994866968798, 41.412622256381283 ], [ -111.92060648648801, 41.412603483372123 ], [ -111.92106798218326, 41.412662841752798 ], [ -111.92130846675313, 41.412746486938744 ], [ -111.9221446633056, 41.413073063099183 ], [ -111.92298493763637, 41.413264488798028 ], [ -111.92344573842439, 41.413274302260319 ], [ -111.92367196765603, 41.413195922948724 ], [ -111.92406396705103, 41.412994611396194 ], [ -111.92484344580505, 41.412695606203869 ], [ -111.92565546059966, 41.412581887276133 ], [ -111.92635475117577, 41.412534824634335 ], [ -111.92688892991299, 41.412656626492925 ], [ -111.92717180720341, 41.41277594762785 ], [ -111.92774025609025, 41.413203722328412 ], [ -111.9282365441686, 41.413605054080023 ], [ -111.9285959578835, 41.414057029401469 ], [ -111.92871829213475, 41.414245198156841 ], [ -111.92899133305802, 41.414513216897902 ], [ -111.9293477400625, 41.414753539269341 ], [ -111.92988361234534, 41.414992410125087 ], [ -111.93038975791993, 41.415244129279138 ], [ -111.93074281557098, 41.415584456904554 ], [ -111.93124972809554, 41.415973079045187 ], [ -111.93153962652688, 41.41616349122318 ], [ -111.93187623854428, 41.416273358125622 ], [ -111.93220011455037, 41.416329282628546 ], [ -111.93302688351309, 41.416408151200351 ], [ -111.93331930275771, 41.416356238445807 ], [ -111.93354462759864, 41.416214795057883 ], [ -111.93370427646023, 41.416082891693272 ], [ -111.93400652899827, 41.415882274718761 ], [ -111.93453263651526, 41.41585548377077 ], [ -111.93532415504883, 41.415979659347848 ], [ -111.93588725467794, 41.416029124644368 ], [ -111.93621523947911, 41.415954396626155 ], [ -111.93656058775665, 41.415838992873219 ], [ -111.93693031639225, 41.415754915555773 ], [ -111.93719970716576, 41.415766232518862 ], [ -111.93784603805727, 41.415778980448643 ], [ -111.93810944690205, 41.4157903440437 ], [ -111.93829625451951, 41.415883398697289 ], [ -111.9382800579546, 41.416005131137858 ], [ -111.93825144330953, 41.416095438832841 ], [ -111.93812403455692, 41.416388318642397 ], [ -111.93802811684056, 41.416790832214573 ], [ -111.93816672511475, 41.417276103302441 ], [ -111.93842705649324, 41.417904500241569 ], [ -111.93881179112716, 41.418446310838171 ], [ -111.93931332585937, 41.418789003087007 ], [ -111.93957882411253, 41.418944465074311 ], [ -111.94003127312118, 41.419201984455157 ], [ -111.94028343933383, 41.41967731739026 ], [ -111.94039287279708, 41.420212364792206 ], [ -111.94054620523026, 41.420472326681917 ], [ -111.94108918783773, 41.420783146162265 ], [ -111.94189749355985, 41.421235909887514 ], [ -111.94236772030651, 41.421479763231751 ], [ -111.94277701641893, 41.421647550875164 ], [ -111.94310756225633, 41.421748426984095 ], [ -111.94345124776642, 41.421930261185892 ], [ -111.94373517320795, 41.422117088301448 ], [ -111.94391700248585, 41.422277730165185 ], [ -111.94405891019171, 41.422573810657859 ], [ -111.94420895480694, 41.423018446613405 ], [ -111.94435814424548, 41.423486508645723 ], [ -111.94453069772464, 41.423749910210191 ], [ -111.94471879060376, 41.423929414900471 ], [ -111.94511639046759, 41.424114404240683 ], [ -111.94543479059416, 41.42420186223373 ], [ -111.94623417833026, 41.424447497736743 ], [ -111.94693982656197, 41.424747943783785 ], [ -111.94779568818208, 41.425255219326985 ], [ -111.94838868001573, 41.42570790905765 ], [ -111.94864206526327, 41.425849938558358 ], [ -111.94917745581725, 41.426044586336886 ], [ -111.94934860553711, 41.42620981126889 ], [ -111.94946338377942, 41.426366493782623 ], [ -111.94955062469158, 41.426604470189467 ], [ -111.94963109567021, 41.426788457925774 ], [ -111.94985555661384, 41.426998279060335 ], [ -111.95021223979982, 41.427247541059792 ], [ -111.9506506540564, 41.427356511700054 ], [ -111.95090280213439, 41.427412975968686 ], [ -111.95120347351886, 41.427514075542838 ], [ -111.95196595870293, 41.427768983450015 ], [ -111.95279876571388, 41.428167422434747 ], [ -111.95298004153095, 41.428287520954221 ], [ -111.95336126973888, 41.428577103099322 ], [ -111.95360488495776, 41.428867824749865 ], [ -111.9537210066398, 41.429033499180477 ], [ -111.95383101373508, 41.429190216777627 ], [ -111.95411742693322, 41.429542733555103 ], [ -111.95428281642722, 41.429803477280288 ], [ -111.95441913438451, 41.430122109344723 ], [ -111.9545069263356, 41.430396106836682 ], [ -111.95470512694526, 41.430853839835855 ], [ -111.95478029422571, 41.43108290482742 ], [ -111.95476025323715, 41.431348789586018 ], [ -111.95473442648634, 41.431628233452358 ], [ -111.95476751169988, 41.431844136553636 ], [ -111.95493868221192, 41.432090419389411 ], [ -111.95589952417758, 41.432726468717547 ], [ -111.95643762364227, 41.433100307058915 ], [ -111.95693311556586, 41.433424956575372 ], [ -111.95740954941027, 41.433674100382646 ], [ -111.95768012900918, 41.433761021420871 ], [ -111.95795656066711, 41.433838885688722 ], [ -111.95828621110863, 41.433873070466539 ], [ -111.95857948219216, 41.433875130805397 ], [ -111.95877076408559, 41.433860025656706 ], [ -111.95905586383476, 41.433713530799444 ], [ -111.95917348379606, 41.433572935475389 ], [ -111.95916132087463, 41.43347845919358 ], [ -111.95908513744455, 41.433262916773288 ], [ -111.95894002256362, 41.432755208398433 ], [ -111.95895998052661, 41.432484820006351 ], [ -111.95917089706313, 41.432177710724119 ], [ -111.9594711410318, 41.431841032369476 ], [ -111.95950944514077, 41.431597513038056 ], [ -111.95948193005222, 41.431354542664302 ], [ -111.95946684638885, 41.431142994502665 ], [ -111.95949384627161, 41.430944606444818 ], [ -111.95960534426814, 41.430795054284225 ], [ -111.95987135067556, 41.430572153700737 ], [ -111.96001781904404, 41.430359257516393 ], [ -111.96013557697168, 41.43022856814121 ], [ -111.96058054617087, 41.429561908562626 ], [ -111.96108282426181, 41.429048795087041 ], [ -111.96137075785454, 41.428771663376168 ], [ -111.96175315893883, 41.428327104202751 ], [ -111.96190420354661, 41.428019589532788 ], [ -111.96218322022729, 41.427463300685957 ], [ -111.96250531128108, 41.426987717419678 ], [ -111.96293409519309, 41.426443684658103 ], [ -111.96326082766669, 41.425877986272965 ], [ -111.96353597138891, 41.425465844986832 ], [ -111.96375919627168, 41.425184745433867 ], [ -111.96400774979277, 41.424998011013066 ], [ -111.96432357999585, 41.424909793658948 ], [ -111.96464352598072, 41.424695437173945 ], [ -111.96503593142876, 41.424525509050291 ], [ -111.9653195756872, 41.424284432957101 ], [ -111.96551500935492, 41.424147681746582 ], [ -111.9657218741054, 41.423974804598942 ], [ -111.96607530489435, 41.423598029610979 ], [ -111.96679147686089, 41.423069583417792 ], [ -111.96746722873867, 41.422640554214411 ], [ -111.96810500213012, 41.422072225716029 ], [ -111.96868561522076, 41.421684523251898 ], [ -111.96924108567806, 41.421215962942995 ], [ -111.96946614689359, 41.421060940546688 ], [ -111.96969710920759, 41.42090046351997 ], [ -111.97009480423992, 41.420686337194923 ], [ -111.97029162478378, 41.420644144002523 ], [ -111.97044071889309, 41.420611360487172 ], [ -111.97094170885734, 41.420503548104392 ], [ -111.97135336208157, 41.42042351011537 ], [ -111.9714486796376, 41.420395683039139 ], [ -111.97171137310076, 41.420357434871697 ], [ -111.97205641105656, 41.420223912514672 ], [ -111.97236555269059, 41.420090692526024 ], [ -111.97247269990834, 41.420053757200911 ], [ -111.97252970286684, 41.419864119614012 ], [ -111.97234572842262, 41.419563926250717 ], [ -111.9722092119727, 41.419236309281814 ], [ -111.97203936041298, 41.418679284640227 ], [ -111.97198565993398, 41.418287915666184 ], [ -111.97207707935621, 41.417998905863016 ], [ -111.97219928236812, 41.417768184066226 ], [ -111.97224237208869, 41.417448056542348 ], [ -111.97213059545695, 41.417174274795258 ], [ -111.97203630851175, 41.416949885966581 ], [ -111.97186605606383, 41.416686506148942 ], [ -111.97173081022402, 41.416443547458741 ], [ -111.97163592348038, 41.416098463883188 ], [ -111.9715247519283, 41.41546347871855 ], [ -111.97149324096759, 41.41495482539888 ], [ -111.97150117879725, 41.414684535655034 ], [ -111.97149661584207, 41.41437832176149 ], [ -111.97135487107431, 41.414100288440494 ], [ -111.9708558362268, 41.413532529208439 ], [ -111.97060091004171, 41.413286975945525 ], [ -111.97040821702173, 41.413203030878577 ], [ -111.97018455290863, 41.41312835409154 ], [ -111.96990904353515, 41.413027091676071 ], [ -111.96978060249681, 41.412757951598344 ], [ -111.96974030037677, 41.412542113045134 ], [ -111.96961564193828, 41.412205385160775 ], [ -111.96935952058502, 41.411878772279266 ], [ -111.96907813643897, 41.411462297301554 ], [ -111.9687118084736, 41.41096546997678 ], [ -111.96820152638843, 41.410442830670974 ], [ -111.96775731698405, 41.40993764814106 ], [ -111.96760894833567, 41.409614628484277 ], [ -111.96753931096382, 41.408953167766249 ], [ -111.96761203955106, 41.408210343503889 ], [ -111.96764043068102, 41.407704787586248 ], [ -111.96753597661449, 41.407115678964132 ], [ -111.96750139351079, 41.406800709488195 ], [ -111.96747344220508, 41.406126287434745 ], [ -111.96730890035893, 41.40551876807821 ], [ -111.96717658867577, 41.404664173609589 ], [ -111.96717595850464, 41.404218310572105 ], [ -111.96725892283877, 41.403681670325255 ], [ -111.96730818632476, 41.403050735164179 ], [ -111.96737187587735, 41.402505249342077 ], [ -111.96749193015553, 41.402130430926945 ], [ -111.96762153975189, 41.401593397991611 ], [ -111.96761512662542, 41.4011610945361 ], [ -111.96763012953106, 41.400962804545188 ], [ -111.96755488720565, 41.400729243714594 ], [ -111.96733988567121, 41.400348235076912 ], [ -111.96741148282082, 41.400013456787832 ], [ -111.96766531760547, 41.399705969715306 ], [ -111.96771333109002, 41.399313741882509 ], [ -111.96765422856267, 41.398958444732742 ], [ -111.96756953479979, 41.398490769619286 ], [ -111.96749717361399, 41.397644677754784 ], [ -111.96757248398448, 41.397076574989448 ], [ -111.96762661032531, 41.396693303067849 ], [ -111.96766573412032, 41.396508321245257 ], [ -111.96763202529456, 41.396251892325076 ], [ -111.96745783198855, 41.395798480745249 ], [ -111.96744771146778, 41.395519334756187 ], [ -111.96750183742597, 41.395136062796766 ], [ -111.96771334658818, 41.394395672683657 ], [ -111.96798583462021, 41.393492634866845 ], [ -111.96825035810858, 41.392778819941505 ], [ -111.96846379711597, 41.392250087249145 ], [ -111.96865141128768, 41.391996299061468 ], [ -111.96891024771885, 41.391705880981291 ], [ -111.96925530130493, 41.391180542079496 ], [ -111.96968493639633, 41.3907130378131 ], [ -111.97032218249078, 41.390131188009335 ], [ -111.97078136660008, 41.389640911748458 ], [ -111.97097333588545, 41.389278993402847 ], [ -111.97127273525754, 41.388902656712737 ], [ -111.97164502614315, 41.388602267150901 ], [ -111.97195885936969, 41.388392444845564 ], [ -111.97233302292187, 41.388218141726028 ], [ -111.97263610112607, 41.388089475633755 ], [ -111.97305675441068, 41.387824702518088 ], [ -111.9731482632824, 41.38754469719737 ], [ -111.97317399721111, 41.38726524812823 ], [ -111.97311003926123, 41.386986557628404 ], [ -111.9730826298606, 41.386752595321333 ], [ -111.9731861631553, 41.386476991964948 ], [ -111.97348352194551, 41.38596555465876 ], [ -111.97381419953417, 41.385683524991308 ], [ -111.97417114409809, 41.385558902665089 ], [ -111.97462274735443, 41.385365921465684 ], [ -111.97515886520543, 41.385226267064809 ], [ -111.97536625561816, 41.385098404682402 ], [ -111.97556034044705, 41.384880580057747 ], [ -111.97579936268616, 41.384468713440071 ], [ -111.97575884198984, 41.384158299395821 ], [ -111.97560660256815, 41.383974937200769 ], [ -111.97530877836454, 41.383653193126669 ], [ -111.9749497534368, 41.383237388394726 ], [ -111.97465194932357, 41.382916543140482 ], [ -111.9744383522285, 41.382628311643252 ], [ -111.97430366734011, 41.382418677323336 ], [ -111.97422063009572, 41.382063585246286 ], [ -111.97426690195267, 41.381878540266541 ], [ -111.97438910946619, 41.381332553300723 ], [ -111.97452742200032, 41.380583761576425 ], [ -111.97464611959444, 41.380123374975618 ], [ -111.9747308795471, 41.379792983374102 ], [ -111.97485274861207, 41.379545146088446 ], [ -111.97497426702046, 41.379273892197006 ], [ -111.97524699246365, 41.378717621157911 ], [ -111.97530791379852, 41.378392835595164 ], [ -111.97523427748688, 41.377866522228068 ], [ -111.97511415925861, 41.377430677476013 ], [ -111.97495508485109, 41.377188823468494 ], [ -111.97475422921256, 41.376951826915011 ], [ -111.97440767293341, 41.376567440477935 ], [ -111.97411821929242, 41.376403252864364 ], [ -111.97371517636128, 41.376240025784142 ], [ -111.97338990893572, 41.376079742371083 ], [ -111.97306433434856, 41.375898743417466 ], [ -111.97279952665957, 41.375702817839596 ], [ -111.97246045430572, 41.37549851181172 ], [ -111.97218315683854, 41.375266660411171 ], [ -111.97197494206959, 41.375016209837597 ], [ -111.97161692497116, 41.374663437808074 ], [ -111.97116279025921, 41.374279949699641 ], [ -111.97105848032921, 41.374100680301723 ], [ -111.97084482143015, 41.373805236123395 ], [ -111.9705289993049, 41.373474623309924 ], [ -111.97019889083487, 41.373067566412168 ], [ -111.96992651961162, 41.372763607987856 ], [ -111.96960506347214, 41.372455558768003 ], [ -111.96937515374483, 41.372272842300859 ], [ -111.96915853078143, 41.372099020949165 ], [ -111.96901038583114, 41.371866073853468 ], [ -111.96876758134643, 41.371539344881548 ], [ -111.96834091079445, 41.371070042941589 ], [ -111.96798664339693, 41.370564100350599 ], [ -111.96773554090217, 41.370160875215831 ], [ -111.96759995633346, 41.369887286849227 ], [ -111.96733823737451, 41.36957422500312 ], [ -111.96702232032332, 41.369234595534543 ], [ -111.96684091849316, 41.36909650367479 ], [ -111.96663613948355, 41.368994637885315 ], [ -111.96634673894894, 41.368830429929929 ], [ -111.965748876776, 41.368425608065373 ], [ -111.96540959525052, 41.368122200143993 ], [ -111.96518455883762, 41.367862870486405 ], [ -111.96504301217202, 41.367589328969913 ], [ -111.96482853724473, 41.367235331274721 ], [ -111.96447544882156, 41.36680593128483 ], [ -111.96421442220816, 41.366537893798423 ], [ -111.96388711282439, 41.366234380930187 ], [ -111.96364322618719, 41.365912153531525 ], [ -111.96343022595576, 41.365657223265281 ], [ -111.96324850960568, 41.365496609492745 ], [ -111.96318036628379, 41.365335044851463 ], [ -111.96342232078835, 41.365121343082237 ], [ -111.96450862068409, 41.36492308556322 ], [ -111.96533569341975, 41.364740503981075 ], [ -111.96612842555427, 41.364580723537109 ], [ -111.96654040005245, 41.364545737679634 ], [ -111.96689273343014, 41.364520258997324 ], [ -111.96729851626669, 41.364470910448404 ], [ -111.96772125646274, 41.364355663100064 ], [ -111.96859518993931, 41.364028543980929 ], [ -111.96916666345363, 41.363865200294455 ], [ -111.96956017819063, 41.3637952298456 ], [ -111.96997772172483, 41.363733162261987 ], [ -111.97017994728631, 41.363663901208952 ], [ -111.9704352990999, 41.363549154276036 ], [ -111.97075479390098, 41.363325775654282 ], [ -111.97161619729222, 41.362881641766087 ], [ -111.9725060897529, 41.36250481693645 ], [ -111.97285512287698, 41.362258664076869 ], [ -111.97310307838035, 41.362049394961488 ], [ -111.97327312813927, 41.361827272991036 ], [ -111.97340671004248, 41.361564925480309 ], [ -111.97348145954818, 41.361366128052651 ], [ -111.97355747114426, 41.361171823645748 ], [ -111.97379368059569, 41.36105723119708 ], [ -111.97385909267287, 41.361034158878461 ], [ -111.97456231774923, 41.360969656638346 ], [ -111.97506222514329, 41.360740234218611 ], [ -111.97541681272826, 41.360467003980339 ], [ -111.97610966311269, 41.360028768754873 ], [ -111.9766606737246, 41.359699823328874 ], [ -111.97695601859903, 41.359463121142802 ], [ -111.97739096630299, 41.358968518617118 ], [ -111.97776870048958, 41.35864554320856 ], [ -111.97806444113691, 41.358435857316735 ], [ -111.9783495751166, 41.358316335915596 ], [ -111.97914614791347, 41.358021320604244 ], [ -111.97966793798827, 41.357818714482427 ], [ -111.98035314968163, 41.357592195120048 ], [ -111.98103849180912, 41.357374678076127 ], [ -111.98197239229728, 41.35715053245567 ], [ -111.98247206458127, 41.356988636147456 ], [ -111.98297029790579, 41.356731270373352 ], [ -111.98353348383004, 41.356421103771325 ], [ -111.98441857289271, 41.356053235342195 ], [ -111.98495972715155, 41.355868454599694 ], [ -111.9851493478472, 41.355758741337958 ], [ -111.98550495285683, 41.355557531316379 ], [ -111.98594203878922, 41.35521060121458 ], [ -111.98651122823257, 41.354903971592599 ], [ -111.98714650712199, 41.354620191773961 ], [ -111.98788513648311, 41.354451718161009 ], [ -111.9885881759584, 41.354301560577078 ], [ -111.98954160753217, 41.354108712073725 ], [ -111.99020898572431, 41.353972362504145 ], [ -111.99087533664002, 41.353768461586235 ], [ -111.99136932568237, 41.353629094376032 ], [ -111.99188042126056, 41.35343553254085 ], [ -111.99221277119368, 41.353279539782854 ], [ -111.99239035101665, 41.353165414650462 ], [ -111.992573906522, 41.353051237701777 ], [ -111.99321984725826, 41.352685364059809 ], [ -111.99364128609807, 41.352492568181994 ], [ -111.99390720337318, 41.352292106563738 ], [ -111.99412428159155, 41.352024509906109 ], [ -111.99438175216596, 41.351661984934282 ], [ -111.99461367024188, 41.351191590068964 ], [ -111.99498097793102, 41.350584911494622 ], [ -111.99516191555398, 41.350299610267861 ], [ -111.99534278302239, 41.350009805596429 ], [ -111.99560738143485, 41.349723780021307 ], [ -111.99597648008104, 41.349549443397663 ], [ -111.99662604824934, 41.349503285938709 ], [ -111.99714678238854, 41.349552820117147 ], [ -111.99789591108356, 41.349685943052222 ], [ -111.99853074184409, 41.349770511582228 ], [ -111.99913563909722, 41.34985173348992 ], [ -111.99965663947961, 41.349918368256738 ], [ -111.99991979040372, 41.34992959331543 ], [ -112.00029023377436, 41.349921870189647 ], [ -112.00082196012853, 41.349908239579769 ], [ -112.00134197712374, 41.349832556564444 ], [ -112.00189632835053, 41.349813319615279 ], [ -112.00218220900994, 41.349747777754217 ], [ -112.00265251524242, 41.349626583409574 ], [ -112.00315798415413, 41.34946004307097 ], [ -112.00348980241036, 41.349272496093207 ], [ -112.00375512274253, 41.349035986869261 ], [ -112.00401843470182, 41.348668885608944 ], [ -112.00410927443646, 41.348357333819457 ], [ -112.0041210437337, 41.347956396750533 ], [ -112.00406728691365, 41.347569542655734 ], [ -112.00391459832767, 41.346967371212052 ], [ -112.00390371112663, 41.346647699360801 ], [ -112.00400142381645, 41.346394636459337 ], [ -112.00419536893389, 41.346181267609907 ], [ -112.00441884492218, 41.345945121896257 ], [ -112.00464912560547, 41.345762961444613 ], [ -112.00542403351875, 41.34524276544267 ], [ -112.0058560914912, 41.344968764354398 ], [ -112.00626604643422, 41.344812052650511 ], [ -112.00655808429474, 41.344759957367998 ], [ -112.00683907249001, 41.34476650688724 ], [ -112.00708399943416, 41.34475986002208 ], [ -112.00734601998192, 41.344699017902059 ], [ -112.00767689948728, 41.344452918138515 ], [ -112.00783552954232, 41.344275882423183 ], [ -112.0081005361894, 41.344021350780984 ], [ -112.00838591272996, 41.343847707709806 ], [ -112.0087354611826, 41.34372754657322 ], [ -112.00909329123066, 41.343679371912529 ], [ -112.00942812321072, 41.343689946740717 ], [ -112.01020020476599, 41.343764239599629 ], [ -112.01072006649414, 41.343759675031841 ], [ -112.0108273454978, 41.343740717755487 ], [ -112.01135185841528, 41.343650538055641 ], [ -112.01185163165357, 41.343506528381475 ], [ -112.01229234628056, 41.343408073640774 ], [ -112.01274423388307, 41.343336541445154 ], [ -112.01307561036106, 41.343432707493385 ], [ -112.01337598556165, 41.343533649333608 ], [ -112.01382791218654, 41.343772871895332 ], [ -112.01450788732379, 41.344073135135432 ], [ -112.01456792136861, 41.344090620920262 ], [ -112.01490338536337, 41.344141708057428 ], [ -112.01566219723721, 41.344130509849101 ], [ -112.01966145332111, 41.344203234781943 ], [ -112.0203012476876, 41.344224586751615 ], [ -112.02091011005211, 41.344178653214612 ], [ -112.02119608687165, 41.344122070820212 ], [ -112.02148810899236, 41.344069937813586 ], [ -112.02213626163808, 41.343861513784432 ], [ -112.02263544538711, 41.343604868637193 ], [ -112.02308358629979, 41.34329463002009 ], [ -112.02326586129877, 41.343103851632627 ], [ -112.02339421633667, 41.342904544946244 ], [ -112.02361071530434, 41.342533311345569 ], [ -112.02389442262954, 41.342027267392737 ], [ -112.0242417736265, 41.341311681897764 ], [ -112.02460164617543, 41.340632914632025 ], [ -112.02503863618787, 41.339918330005908 ], [ -112.02541155908646, 41.339310603258269 ], [ -112.02565650284068, 41.338925600914209 ], [ -112.0259440455676, 41.338589759645743 ], [ -112.02636929062112, 41.338270704686771 ], [ -112.02678152085571, 41.337884207857229 ], [ -112.02724575058443, 41.337384651377135 ], [ -112.02782370612066, 41.336897588656385 ], [ -112.02822040304041, 41.336664353245396 ], [ -112.02847674073054, 41.336549468691913 ], [ -112.02867214499585, 41.336511692173517 ], [ -112.02958072861881, 41.336530589912918 ], [ -112.02978386928149, 41.336528772386366 ], [ -112.03497698291709, 41.336550644291947 ], [ -112.03542521504929, 41.336554719168184 ], [ -112.03792912044223, 41.336563690489626 ], [ -112.04518989651443, 41.33659255678171 ], [ -112.04898462365037, 41.336607572155351 ], [ -112.04913996573812, 41.336606156123558 ], [ -112.09271656165087, 41.336772625667933 ], [ -112.11218019255897, 41.336842885910876 ], [ -112.12514191088374, 41.336883530148349 ], [ -112.1257454974604, 41.336886634891208 ], [ -112.13700296410275, 41.336857030173803 ], [ -112.13758257306851, 41.336855805967026 ], [ -112.20222877564937, 41.336671511393547 ], [ -112.23814541978699, 41.336551905334346 ], [ -112.25073066667143, 41.323850429476828 ], [ -112.32362347265966, 41.249934996440061 ], [ -112.36886284107727, 41.203908869845755 ], [ -112.37578297298641, 41.196859032969378 ], [ -112.40224944298521, 41.169935856745553 ], [ -112.44639755453841, 41.124950740539028 ], [ -112.45521645217207, 41.115953611355081 ], [ -112.46764229990377, 41.1032518899735 ], [ -112.48181573265042, 41.088789673562395 ], [ -112.48323571986403, 41.087343681754099 ], [ -112.49351741249667, 41.076883531452204 ], [ -112.49551751806844, 41.076371169681401 ], [ -112.5007391834823, 41.075096237478199 ], [ -112.51253201587694, 41.072145128365705 ], [ -112.52686919217703, 41.068555607530271 ], [ -112.54145919447251, 41.0649023737299 ], [ -112.56273754148729, 41.059562411063716 ], [ -112.57994946746106, 41.055247190024517 ], [ -112.59968456227232, 41.050313404097821 ], [ -112.61304246225045, 41.046965477312895 ], [ -112.62580244500977, 41.043791085404187 ], [ -112.65124601458645, 41.037389624262524 ], [ -112.66528413016584, 41.033863766258804 ], [ -112.68168394289319, 41.029716260488662 ], [ -112.68886373616401, 41.027899797008359 ], [ -112.700569355802, 41.024944272457766 ], [ -112.71828278765597, 41.02048753391616 ], [ -112.7369320125752, 41.015754557175441 ], [ -112.75082500875129, 41.012261023844005 ], [ -112.75925865406298, 41.010114867586118 ], [ -112.76498722522186, 41.0086626124994 ], [ -112.77096951717802, 41.007147624786199 ], [ -112.78285090106159, 41.004149533899138 ], [ -112.7929359125236, 41.001592534600881 ], [ -112.79935899617207, 40.99993860737343 ], [ -112.80737257046155, 40.99993930786799 ], [ -112.81921487617346, 40.999951131562746 ], [ -112.8330182986961, 40.999939566660316 ], [ -112.84117412224687, 40.999925743511675 ], [ -112.84933603929122, 40.999917550178743 ], [ -112.86278317314633, 40.99992164563573 ], [ -112.87583848658478, 40.999944961567444 ], [ -112.90006336737746, 40.999948002692861 ], [ -112.90330801439558, 40.999948501469326 ], [ -112.92377074839258, 40.999941976767495 ], [ -112.94860158787287, 40.99993459496477 ], [ -112.95643069976957, 40.999932543621576 ], [ -112.9715181912415, 40.999927602494168 ], [ -113.00082655270235, 40.999962869317706 ], [ -113.02391531870279, 40.999951463865941 ], [ -113.04494138895555, 40.999945030657422 ], [ -113.06753678783622, 40.999938134140393 ], [ -113.0923429843168, 40.999913699656062 ], [ -113.11165051436193, 40.999894748953729 ], [ -113.12584306183143, 40.999980555435926 ], [ -113.13431996533242, 40.999976969757761 ], [ -113.145317439365, 40.999975396859107 ], [ -113.15343782028008, 40.999977040678978 ], [ -113.1595085582838, 40.999980515748028 ], [ -113.16246179003602, 40.999979171118675 ], [ -113.17290709120529, 40.999962805433761 ], [ -113.18405767528967, 40.999954643068804 ], [ -113.19369938348316, 40.999942612830566 ], [ -113.20181976125704, 40.999945346565433 ], [ -113.21178250058807, 40.999934673257677 ], [ -113.22298697928831, 40.99993971892539 ], [ -113.23311182646565, 40.999942085818425 ], [ -113.2420523458629, 40.999939592659068 ], [ -113.25080304069883, 40.999949120625729 ], [ -113.25561234677669, 40.999954147361855 ], [ -113.26578343429443, 40.999953635024028 ], [ -113.27858791342676, 40.999952415169965 ], [ -113.29230139878321, 40.999937092648942 ], [ -113.30096828969958, 40.999930962119151 ], [ -113.30530164480848, 40.999925402055958 ], [ -113.32035283380772, 40.999916891886905 ], [ -113.33281858652232, 40.999920962158221 ], [ -113.35117454741612, 40.999903606521748 ], [ -113.35926518707876, 40.999909346860719 ], [ -113.36323624584651, 40.999913526976499 ], [ -113.37585160753504, 40.999946795077037 ], [ -113.39062330218965, 40.999938458527055 ], [ -113.41441231856982, 40.999919742731841 ], [ -113.41554294140866, 40.999919460925113 ], [ -113.42193222693446, 40.999924929098626 ], [ -113.43817271023735, 40.999932741927573 ], [ -113.46197988466768, 40.999926323054034 ], [ -113.48604271919626, 40.999922970794316 ], [ -113.50086307833934, 40.999948967134443 ], [ -113.51114713218573, 40.999955835029247 ], [ -113.52142513371939, 40.99996011448119 ], [ -113.54523216348638, 40.999955382539362 ], [ -113.56904480613841, 40.999943796216733 ], [ -113.59280323915229, 40.999915890016979 ], [ -113.61187286747183, 40.999921931167144 ], [ -113.62584870710293, 40.999941059271244 ], [ -113.62839274912558, 40.999937981785614 ], [ -113.65222947951446, 40.999940145952031 ], [ -113.6692609231944, 40.999966467223963 ], [ -113.68832971060073, 40.999955345469786 ], [ -113.69971203858618, 40.999932323743828 ], [ -113.71163042470928, 40.999936088020249 ], [ -113.72630010226304, 40.999918565311027 ], [ -113.73541050370245, 40.999896222634732 ], [ -113.7508387229657, 40.99993861419172 ], [ -113.77085911990261, 40.999945115961268 ], [ -113.78368677809141, 40.999946554091778 ], [ -113.80052024359114, 40.999934798586033 ], [ -113.82426710014556, 40.999931402363046 ], [ -113.83972760361306, 40.999925046071212 ], [ -113.86189912373884, 40.999921181093391 ], [ -113.87581670742966, 40.999975318047625 ], [ -113.88545798710784, 40.999972861349335 ], [ -113.8978328710957, 40.999954890715031 ], [ -113.91193231943593, 40.999955045448701 ], [ -113.93140306791923, 40.999906951753431 ], [ -113.94654903498729, 40.999916748795258 ], [ -113.96339414412225, 40.999907862637805 ], [ -113.98573128575966, 40.999893861407259 ], [ -114.0009026191307, 40.999940869850292 ], [ -114.00208592350714, 40.999950560253168 ], [ -114.00884426271773, 40.999949820093576 ], [ -114.01958565903237, 40.999961403885948 ], [ -114.02397817355845, 40.999958733517488 ], [ -114.02829349823995, 40.999957924956412 ], [ -114.03460565584307, 40.999949388088375 ], [ -114.04095789991831, 40.99990792342178 ], [ -114.04205703448436, 40.999896908500631 ], [ -114.04200435596938, 41.006630620547334 ], [ -114.04204550102735, 41.017725466358513 ], [ -114.04202730757969, 41.026754890564511 ], [ -114.04196415766535, 41.036614082177877 ], [ -114.04182852039973, 41.060898914066897 ], [ -114.04180201895834, 41.077093076646818 ], [ -114.04175999129448, 41.088433193849724 ], [ -114.04173519953422, 41.105816091786025 ], [ -114.04168688637502, 41.124874747839833 ], [ -114.04135938009881, 41.182573129180618 ], [ -114.04137853382458, 41.186976676736606 ], [ -114.04135374668236, 41.197122857688562 ], [ -114.04128203155572, 41.230564819638403 ], [ -114.04130989789832, 41.249936381510373 ], [ -114.04099880892416, 41.273824434912619 ], [ -114.04059008482785, 41.374928581708126 ], [ -114.0404136262497, 41.45316825956651 ], [ -114.04036589686595, 41.474297436731931 ], [ -114.04025686401386, 41.488989862779391 ], [ -114.04021847497, 41.493416377826065 ], [ -114.04018253021424, 41.49994209911155 ], [ -114.04073650979946, 41.537090158958158 ], [ -114.0401149984566, 41.595270666719784 ], [ -114.0401689901728, 41.603315900495211 ], [ -114.03986995205929, 41.653625406528022 ], [ -114.03989368192777, 41.659104755281867 ], [ -114.04011757820244, 41.710926523930354 ], [ -114.04012858466544, 41.7499827487459 ], [ -114.04020588914206, 41.754700539038666 ], [ -114.04016334074434, 41.760775942428978 ], [ -114.04017268812123, 41.766192558742603 ], [ -114.04000760110591, 41.783825353101037 ], [ -114.04007407754152, 41.795409249208724 ], [ -114.04005715995999, 41.798359016511846 ], [ -114.04012421148983, 41.827625234121669 ], [ -114.0403044830516, 41.833973850033843 ], [ -114.04045677240447, 41.86653818445884 ], [ -114.04040167384885, 41.87045702539875 ], [ -114.039946780412, 41.885125469821126 ], [ -114.03992196156196, 41.890443846843247 ], [ -114.03983676086072, 41.895759317472638 ], [ -114.03978576789987, 41.901033353762912 ], [ -114.03962570791391, 41.906548920262892 ], [ -114.03994371608404, 41.914235631192426 ], [ -114.0400892080746, 41.916816331505828 ], [ -114.04025775409379, 41.919729620142597 ], [ -114.04021422367451, 41.929217973465221 ], [ -114.04024843102597, 41.934251086620399 ], [ -114.04013791622314, 41.941440320882926 ], [ -114.04017496270941, 41.945770930986214 ], [ -114.04029669466696, 41.951247480168554 ], [ -114.04039467795502, 41.954829023442862 ], [ -114.04039633588572, 41.956639059814457 ], [ -114.04080507450782, 41.964341323475907 ], [ -114.04103579782871, 41.969315171595944 ], [ -114.04121862552354, 41.97465049999429 ], [ -114.04131876169772, 41.980199642691815 ], [ -114.0414038095127, 41.98565912803469 ], [ -114.04155587155579, 41.98910413998091 ], [ -114.04155510371541, 41.993926516261602 ], [ -114.02617470693184, 41.993626450721983 ], [ -114.01032974936402, 41.993353621732233 ], [ -114.0009012996059, 41.993241388913489 ], [ -113.9901886139464, 41.993106935069164 ], [ -113.98673785487479, 41.992886162726101 ], [ -113.96734878628388, 41.991804481916617 ], [ -113.93211710532388, 41.989941390763185 ], [ -113.91122660124903, 41.988852542165063 ], [ -113.89361288417543, 41.988298636612683 ], [ -113.87207901848006, 41.988150932341647 ], [ -113.86182779654726, 41.988082957740787 ], [ -113.81463133335227, 41.988647397534841 ], [ -113.76461265218717, 41.989431544939499 ], [ -113.75086880111135, 41.989694417201953 ], [ -113.70652915003333, 41.99036640187235 ], [ -113.66715015453885, 41.990901492447563 ], [ -113.6600089769353, 41.991026777396776 ], [ -113.64030075004179, 41.991288449950758 ], [ -113.6279947775448, 41.991462951851418 ], [ -113.62057419686965, 41.991520133542195 ], [ -113.60839344919411, 41.99168966922624 ], [ -113.60141890024839, 41.991762484763278 ], [ -113.58884553996808, 41.991898318755048 ], [ -113.58172451803416, 41.99193271489667 ], [ -113.56920271988861, 41.992182306950603 ], [ -113.54990435968881, 41.992572346303724 ], [ -113.53026343258973, 41.992732542123079 ], [ -113.50077361881135, 41.992946879037376 ], [ -113.25080946886919, 41.995988607404961 ], [ -113.07597625075407, 41.997555839997311 ], [ -113.00081357593093, 41.998152544400241 ], [ -112.93278355384089, 41.998710649501213 ], [ -112.87587455315487, 41.999146205763708 ], [ -112.87255369594304, 41.999168921653535 ], [ -112.75359274263627, 41.999909129925975 ], [ -112.7508340997674, 41.999919728680517 ], [ -112.7341724535634, 41.999943058761694 ], [ -112.62582892448964, 42.000335766512521 ], [ -112.59641193337515, 42.000415502599836 ], [ -112.57839440244906, 42.000552136606828 ], [ -112.57676469701224, 42.000565532306034 ], [ -112.56394151918457, 42.000605897846796 ], [ -112.53811854033168, 42.000675689231059 ], [ -112.50080581040707, 42.000863472647112 ], [ -112.37580459210739, 42.001137572358509 ], [ -112.36360346069861, 42.001148085072693 ], [ -112.25079752639409, 42.001203484331029 ], [ -112.24015378008308, 42.001206402143616 ], [ -112.23802864949887, 42.001206828185943 ], [ -112.23533630154769, 42.001222327624468 ], [ -112.19298394172775, 42.001197507565472 ], [ -112.18701870191802, 41.999944410773765 ], [ -112.1855713559281, 41.999639640348462 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 2, \"properties\": { \"NAME\": \"LOGAN CITY SCHOOL DISTRICT\", \"TOTENROLL\": 6133, \"Color4\": \"2\", \"Shape_Leng\": 62926.4399748, \"Shape_Area\": 43175012.75 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.84643929747675, 41.794747499773088 ], [ -111.84685810584413, 41.78752089166565 ], [ -111.84739376373614, 41.77829928318959 ], [ -111.84740546290617, 41.778091137403699 ], [ -111.84753771314863, 41.776163584629948 ], [ -111.84126556464354, 41.776101603056254 ], [ -111.83908724608294, 41.776067995924109 ], [ -111.83907815798973, 41.777678497545764 ], [ -111.83416432833798, 41.777613405004132 ], [ -111.83418494051607, 41.775954182524245 ], [ -111.83420333413042, 41.775237999477369 ], [ -111.8342333987394, 41.774308267739336 ], [ -111.83627435094601, 41.774331258082938 ], [ -111.83633153541858, 41.772527657510373 ], [ -111.83634752230545, 41.772369019405303 ], [ -111.83642111343106, 41.770531973150277 ], [ -111.83647086114209, 41.769638124519631 ], [ -111.83650250420737, 41.768739904097387 ], [ -111.83434976877871, 41.768711424482177 ], [ -111.83439741605613, 41.766910594387909 ], [ -111.83658127472731, 41.76693164106252 ], [ -111.83662394205128, 41.765122739644696 ], [ -111.83664032449948, 41.764994721975718 ], [ -111.83671206983885, 41.763201820649506 ], [ -111.83896303574551, 41.763212425916151 ], [ -111.8389825005827, 41.762767341435314 ], [ -111.83856153760478, 41.762774017565526 ], [ -111.83857495556909, 41.762326275171681 ], [ -111.83445248327614, 41.762247307460903 ], [ -111.83449674865497, 41.759535898711391 ], [ -111.8315376716358, 41.75945467468793 ], [ -111.83156779433546, 41.758526742047579 ], [ -111.83005910082626, 41.758508829778066 ], [ -111.83006868956929, 41.758786174220482 ], [ -111.82964762354803, 41.758782910753027 ], [ -111.82964573195895, 41.758916227106106 ], [ -111.82900446855199, 41.758908246309453 ], [ -111.82899497535256, 41.75938568254707 ], [ -111.8288975117395, 41.759383683680149 ], [ -111.82487316219849, 41.75924872146976 ], [ -111.824923361073, 41.759129469445682 ], [ -111.82484602484314, 41.758726513796574 ], [ -111.82412031298624, 41.758699296721872 ], [ -111.8240817571197, 41.759352576426032 ], [ -111.82384718298712, 41.759352457352414 ], [ -111.82157828434819, 41.759339882465071 ], [ -111.8204437089005, 41.759323671481603 ], [ -111.81939829196105, 41.759318522467247 ], [ -111.81533253481584, 41.759236662238727 ], [ -111.81396781216405, 41.759189595334867 ], [ -111.80884915321083, 41.759079833247725 ], [ -111.80856646658239, 41.759080021679296 ], [ -111.80869393779818, 41.7586936272928 ], [ -111.80888335765511, 41.758450907728701 ], [ -111.80881839440072, 41.758450464387884 ], [ -111.80440032087441, 41.75847067392349 ], [ -111.80343576379343, 41.758485529421847 ], [ -111.79995750845727, 41.758533218446736 ], [ -111.79996584598845, 41.759495102239612 ], [ -111.79997094742519, 41.759712134098365 ], [ -111.79943687524853, 41.759714950865977 ], [ -111.79943670060022, 41.760282389599453 ], [ -111.7981015694015, 41.760294374151457 ], [ -111.79560208760678, 41.760315312802362 ], [ -111.79454246322396, 41.760329851273134 ], [ -111.79455678654551, 41.762173473658805 ], [ -111.79185622526707, 41.762185813753895 ], [ -111.78987498983729, 41.762193147175466 ], [ -111.78903429149885, 41.762208831624982 ], [ -111.78497089399404, 41.762233964216115 ], [ -111.7801322169567, 41.762213781170338 ], [ -111.78011696035962, 41.758570573922114 ], [ -111.78495497954222, 41.758559238273413 ], [ -111.78493911401785, 41.754888112459149 ], [ -111.78495215360338, 41.753786472520687 ], [ -111.78494908995643, 41.753238870383122 ], [ -111.7848541838775, 41.745842999479798 ], [ -111.78482197208909, 41.744086860053081 ], [ -111.7815627902678, 41.744087459378981 ], [ -111.78155632116014, 41.742859852731669 ], [ -111.78020013424157, 41.742692533023266 ], [ -111.78014870144388, 41.740331252607568 ], [ -111.78496129064146, 41.740319191046709 ], [ -111.78493577681535, 41.741680319675623 ], [ -111.78970647436128, 41.741676451611909 ], [ -111.78970780500748, 41.740410962278858 ], [ -111.78967003464039, 41.736739076026467 ], [ -111.78863710553573, 41.736741666844409 ], [ -111.79046584125422, 41.731520359954068 ], [ -111.7888201863183, 41.731754142018616 ], [ -111.78486131889899, 41.731713699443816 ], [ -111.7848516053763, 41.729434095663564 ], [ -111.78499946200438, 41.72597439832812 ], [ -111.79443348172006, 41.725930276680515 ], [ -111.79446285994659, 41.724216041486095 ], [ -111.79443504643938, 41.721958178149045 ], [ -111.79443383820885, 41.721567282486149 ], [ -111.79442818142201, 41.718960693683634 ], [ -111.80329766254184, 41.718942265093908 ], [ -111.80349393133683, 41.719353413761873 ], [ -111.80335524844715, 41.719608380993677 ], [ -111.80066964205761, 41.719616317072763 ], [ -111.80024649454285, 41.719618364052273 ], [ -111.8002608741338, 41.720971116174546 ], [ -111.80028472026957, 41.72240846787394 ], [ -111.80075943289933, 41.722394352283658 ], [ -111.80186986618081, 41.722358686845475 ], [ -111.80322324281465, 41.722330319707233 ], [ -111.80397686201039, 41.722315141567456 ], [ -111.80404656373791, 41.722312852458181 ], [ -111.80405067396646, 41.722546105036223 ], [ -111.80405725519674, 41.722881119423953 ], [ -111.80402665047832, 41.7229335741808 ], [ -111.80399575379288, 41.722962612770225 ], [ -111.80396593573424, 41.722981736103691 ], [ -111.8039251635532, 41.722990127668005 ], [ -111.8038387319645, 41.723000640041931 ], [ -111.80378996681191, 41.723428813690141 ], [ -111.80401847862134, 41.72343532128032 ], [ -111.80406543031069, 41.723440396941513 ], [ -111.80407873005589, 41.72383210835887 ], [ -111.80410721557644, 41.724959585228937 ], [ -111.8041660076443, 41.72552841600664 ], [ -111.80422523516647, 41.727096119398496 ], [ -111.80426954555735, 41.728335171536024 ], [ -111.80443691717892, 41.728354715979769 ], [ -111.80465843527809, 41.728377483807833 ], [ -111.80477508762783, 41.728379368943884 ], [ -111.80516834833996, 41.728386521605344 ], [ -111.80536162726457, 41.728169899963447 ], [ -111.80569646599213, 41.728505314791754 ], [ -111.80590104522459, 41.72871194162051 ], [ -111.80643080907191, 41.729250445637923 ], [ -111.80645891488527, 41.729382651135566 ], [ -111.80488862337842, 41.729383753929056 ], [ -111.80488383474773, 41.729096464466707 ], [ -111.80350585656183, 41.729091697562666 ], [ -111.80350720905327, 41.729586171910171 ], [ -111.80429714973553, 41.729584248020743 ], [ -111.80429780172034, 41.729443734404938 ], [ -111.8048869496011, 41.729442311092086 ], [ -111.80585603832274, 41.729440022132884 ], [ -111.80900365606553, 41.729423307919426 ], [ -111.80907020278775, 41.728881519272655 ], [ -111.81000832437994, 41.728329086231192 ], [ -111.81005415995375, 41.728244998091078 ], [ -111.81031019388899, 41.728239590010936 ], [ -111.81096223382568, 41.728172841693215 ], [ -111.81096635187158, 41.728117869984459 ], [ -111.81097330641016, 41.728001630716186 ], [ -111.81135035803572, 41.727962940965249 ], [ -111.8117441725701, 41.727918727361732 ], [ -111.811988001119, 41.727898990583981 ], [ -111.81208778727172, 41.727898285385471 ], [ -111.81226904229877, 41.727874486739317 ], [ -111.81239924756338, 41.727902388601301 ], [ -111.81263962800465, 41.727895284607122 ], [ -111.81308582049813, 41.728000212005846 ], [ -111.81329871048754, 41.728101385043011 ], [ -111.81407215566796, 41.728222906494729 ], [ -111.81407338367454, 41.728320173285638 ], [ -111.81447639906411, 41.728338033360984 ], [ -111.8149069184479, 41.728343987878347 ], [ -111.81533274276516, 41.728358981086991 ], [ -111.81574893785702, 41.728373140380228 ], [ -111.81602438999025, 41.728381992888856 ], [ -111.81634435967101, 41.728393230563121 ], [ -111.81642269332569, 41.728312511803765 ], [ -111.81659573527044, 41.728114929794963 ], [ -111.81678504416058, 41.727967671032154 ], [ -111.81692316932447, 41.727861307317681 ], [ -111.81716989497868, 41.727785695611033 ], [ -111.81728367392397, 41.727750659824189 ], [ -111.81755200473117, 41.727672191525954 ], [ -111.81776980377859, 41.727685953543123 ], [ -111.81799067265331, 41.727657360441292 ], [ -111.81843646231458, 41.727635271363781 ], [ -111.8185416302866, 41.727584983783082 ], [ -111.81892086674885, 41.727150846767536 ], [ -111.81897299835397, 41.727090128378613 ], [ -111.81930025905433, 41.726634743747944 ], [ -111.81937856460063, 41.726457648353687 ], [ -111.81945303419705, 41.726262566274819 ], [ -111.81947049509792, 41.7262174067912 ], [ -111.81948911240224, 41.726168636260574 ], [ -111.81951825195948, 41.726096372501907 ], [ -111.81969445009169, 41.725864536699063 ], [ -111.81992629178866, 41.725753897974016 ], [ -111.82079713040409, 41.72568823448286 ], [ -111.82155833637718, 41.725133367920215 ], [ -111.82230617055684, 41.724945176602795 ], [ -111.82240771306382, 41.724894010719638 ], [ -111.82245440296276, 41.724878364649733 ], [ -111.82316251357595, 41.724686849284595 ], [ -111.82391630308966, 41.724683248184206 ], [ -111.82443904580769, 41.724851532279949 ], [ -111.82475942522633, 41.724896069485986 ], [ -111.82492148951604, 41.724876892131135 ], [ -111.8255564347383, 41.724981316611284 ], [ -111.82563354749449, 41.724994273042604 ], [ -111.82570026728354, 41.725040629975744 ], [ -111.82578374857981, 41.725081462216409 ], [ -111.82757880894667, 41.724802841446376 ], [ -111.82840714380228, 41.724612229230644 ], [ -111.82852059848096, 41.724552865777888 ], [ -111.82895910125849, 41.724433512934425 ], [ -111.82931770552538, 41.724365174260576 ], [ -111.82967553555402, 41.724330165928542 ], [ -111.82992095227294, 41.724341904118347 ], [ -111.83024796598517, 41.724341343144296 ], [ -111.83047398572198, 41.724340610515362 ], [ -111.83051245519111, 41.724340332472067 ], [ -111.83078206186413, 41.724269930355291 ], [ -111.83096484492599, 41.724179439443276 ], [ -111.83115268151914, 41.723921381634568 ], [ -111.83135680222854, 41.723434428079919 ], [ -111.8315583525418, 41.723121327702273 ], [ -111.83173777454239, 41.722957002528481 ], [ -111.83201579988655, 41.7227009925058 ], [ -111.83238663339402, 41.722649668994393 ], [ -111.83247545216317, 41.72263821715832 ], [ -111.8340055952288, 41.721497644246952 ], [ -111.8340401188678, 41.721471273378945 ], [ -111.83497823008186, 41.721035727363969 ], [ -111.83502483244904, 41.721013771925328 ], [ -111.83508500339666, 41.719347040228747 ], [ -111.83253015965337, 41.719332253155407 ], [ -111.83227326858209, 41.718429811340798 ], [ -111.83236591858139, 41.718249900934651 ], [ -111.83236230580337, 41.718156254298158 ], [ -111.83234580747416, 41.718088821300718 ], [ -111.83238354436084, 41.717752586804679 ], [ -111.83248299370756, 41.717633874642097 ], [ -111.8325424778176, 41.717399261635656 ], [ -111.83254169901399, 41.717338920365798 ], [ -111.83254993476098, 41.716952460300561 ], [ -111.8325566799078, 41.716729938463466 ], [ -111.83259589577153, 41.714366216301073 ], [ -111.83260807261172, 41.713353740456064 ], [ -111.8326082778192, 41.710295858943212 ], [ -111.83429133359036, 41.710313374927139 ], [ -111.83478913335607, 41.710325972296395 ], [ -111.83477063046685, 41.710103633508048 ], [ -111.83478493723739, 41.709444216227233 ], [ -111.83625138519496, 41.709444362173066 ], [ -111.83625039266755, 41.709275037547677 ], [ -111.8365364537764, 41.709273856135127 ], [ -111.8365173565515, 41.709840536264899 ], [ -111.83711834098227, 41.709838861835678 ], [ -111.83711729617526, 41.709480390348851 ], [ -111.83773390177754, 41.709478598906813 ], [ -111.83774161256545, 41.708961540145474 ], [ -111.83778629427619, 41.706477980269852 ], [ -111.83977589449132, 41.706506691331789 ], [ -111.83987164063113, 41.702873460652008 ], [ -111.83987886924834, 41.702782436895212 ], [ -111.84226919044644, 41.702857714182635 ], [ -111.84301455832838, 41.702781093107141 ], [ -111.844091175312, 41.702668708549034 ], [ -111.84480411467783, 41.702594115469061 ], [ -111.84480888780969, 41.702775121504629 ], [ -111.84546653454251, 41.702700030089879 ], [ -111.84590517805535, 41.702696802002038 ], [ -111.84866356162587, 41.703159240248993 ], [ -111.84880772131267, 41.703245543600417 ], [ -111.84889107006506, 41.703277353188845 ], [ -111.84898151106329, 41.70330010330045 ], [ -111.84908136488025, 41.703307471859006 ], [ -111.8492508860231, 41.703311623383911 ], [ -111.8489750677893, 41.701531172084266 ], [ -111.84890746584772, 41.700229255994181 ], [ -111.84905880745478, 41.70049654720416 ], [ -111.84940119177909, 41.700942566715739 ], [ -111.84967680186837, 41.701245867259296 ], [ -111.85017470573857, 41.701727663169621 ], [ -111.8503081434026, 41.701821249602808 ], [ -111.85039947604223, 41.701820573754716 ], [ -111.85188258249786, 41.702913849445466 ], [ -111.85196387354914, 41.702971792413123 ], [ -111.85227088182909, 41.703193790636085 ], [ -111.85631157482811, 41.700200442029448 ], [ -111.85586501070182, 41.700148825970579 ], [ -111.85818601981211, 41.69863274762448 ], [ -111.85818721295132, 41.698812879186562 ], [ -111.86029094321231, 41.69732269955432 ], [ -111.86029166612501, 41.697196595788427 ], [ -111.86033799715383, 41.692737769679496 ], [ -111.86217642733079, 41.692725793003824 ], [ -111.86220288082234, 41.695876253385656 ], [ -111.86329683346136, 41.695094336829065 ], [ -111.86377484592524, 41.694714251092158 ], [ -111.86415204273877, 41.694433998818155 ], [ -111.86433233567908, 41.694526316018909 ], [ -111.86459963477326, 41.694564836898984 ], [ -111.86485687490446, 41.694570106855082 ], [ -111.86505697619819, 41.695154057543071 ], [ -111.86499652127513, 41.695126590824628 ], [ -111.86490652876354, 41.69549565557616 ], [ -111.86503494908816, 41.695752289928976 ], [ -111.86592832952368, 41.696504853826788 ], [ -111.86613245822298, 41.696581676600793 ], [ -111.86614647237302, 41.696461777545082 ], [ -111.86704534771427, 41.696458601885773 ], [ -111.867066259571, 41.697299700145628 ], [ -111.86719413941709, 41.697425734226066 ], [ -111.86735341176468, 41.697473170124582 ], [ -111.86757327903175, 41.697468808319854 ], [ -111.86812795383008, 41.697249351563705 ], [ -111.86828168080743, 41.697241885227619 ], [ -111.86849125334837, 41.697276329650656 ], [ -111.86855742919636, 41.697282134418671 ], [ -111.86875351713451, 41.697296864830136 ], [ -111.86903829728449, 41.697293810877163 ], [ -111.86916318452388, 41.697286561453886 ], [ -111.86938739666185, 41.697247936630369 ], [ -111.86951832905909, 41.697154173668146 ], [ -111.86966512520401, 41.697078304549592 ], [ -111.86980161584601, 41.697040342742376 ], [ -111.86997214091764, 41.697030945595465 ], [ -111.87012317246213, 41.69700188034728 ], [ -111.87021628190421, 41.696955239489085 ], [ -111.87031639467223, 41.696893233577036 ], [ -111.87043182504198, 41.696808593998192 ], [ -111.87055380989074, 41.696764436253964 ], [ -111.87075793155725, 41.696751180616481 ], [ -111.87092151315797, 41.696761650125225 ], [ -111.87108270367158, 41.69677303822796 ], [ -111.8712268645707, 41.696769243274431 ], [ -111.87181426194721, 41.696749476557507 ], [ -111.87190573287099, 41.696759591006064 ], [ -111.87196451229592, 41.700132274087309 ], [ -111.87188391276544, 41.700126580727023 ], [ -111.87173609064737, 41.70012680148438 ], [ -111.86952604140997, 41.700135439129177 ], [ -111.86947452569152, 41.700147538043723 ], [ -111.86950133367247, 41.701066951701094 ], [ -111.86952230380004, 41.701999019201473 ], [ -111.86952489220076, 41.703707630195922 ], [ -111.86953736541912, 41.704900964889447 ], [ -111.86953838394081, 41.705154954886453 ], [ -111.86891555849034, 41.705227218650926 ], [ -111.86842979453996, 41.70601720271862 ], [ -111.86782028676969, 41.706544213876228 ], [ -111.8671244303823, 41.707086284602568 ], [ -111.86678103132012, 41.707113194291047 ], [ -111.86653121366894, 41.707216857583695 ], [ -111.86639308931173, 41.707403443438174 ], [ -111.86625467399139, 41.707568414497004 ], [ -111.8659913553864, 41.707651462270192 ], [ -111.8659643723237, 41.707790373532362 ], [ -111.86603598953427, 41.707932144527277 ], [ -111.86599580336491, 41.707982886624862 ], [ -111.8659219047336, 41.708029379250767 ], [ -111.86562981747117, 41.708028877810122 ], [ -111.86535562518378, 41.708018333160268 ], [ -111.86514543962923, 41.70794065412619 ], [ -111.86442154536094, 41.707379561067036 ], [ -111.86407591238688, 41.707239849816396 ], [ -111.86381398768481, 41.70706798376964 ], [ -111.86350943034635, 41.706764034446465 ], [ -111.86314257359615, 41.706474963477241 ], [ -111.8629429566725, 41.70628821616549 ], [ -111.86261491667828, 41.706205112527954 ], [ -111.86208584978939, 41.706189267429394 ], [ -111.86164678827792, 41.706252907444046 ], [ -111.86138607655872, 41.706261166943001 ], [ -111.86109350440954, 41.706223728842247 ], [ -111.86061586451791, 41.706098506757414 ], [ -111.86062998214828, 41.708238466592057 ], [ -111.86043543704383, 41.709423444248607 ], [ -111.860322512785, 41.710059283678909 ], [ -111.86030812484053, 41.713397386724459 ], [ -111.86013553423894, 41.718213819248838 ], [ -111.86268318966701, 41.718233450679826 ], [ -111.86262857499932, 41.720711683779022 ], [ -111.86484699170062, 41.720736440321055 ], [ -111.86495281212044, 41.720738345906099 ], [ -111.86495746986097, 41.720637432579558 ], [ -111.86500589892289, 41.718511418454092 ], [ -111.86506179192645, 41.718286723597679 ], [ -111.86507580678089, 41.71789751603626 ], [ -111.86508716895831, 41.715697021879201 ], [ -111.86783493738952, 41.715676302469326 ], [ -111.86782847967385, 41.71519627839298 ], [ -111.8701038436096, 41.715179071546324 ], [ -111.87006965051052, 41.716565506828239 ], [ -111.87028731217903, 41.716571064107256 ], [ -111.87025170385733, 41.716872167344647 ], [ -111.87041035825033, 41.716870064970259 ], [ -111.87120604620519, 41.71686043219389 ], [ -111.87183223706155, 41.71685117934728 ], [ -111.87210987895038, 41.716847271079267 ], [ -111.87550529718339, 41.716800734787761 ], [ -111.87549953143983, 41.717084498928607 ], [ -111.87545873051629, 41.718772719586774 ], [ -111.87545917056957, 41.718805141390831 ], [ -111.87534820633482, 41.720992883035123 ], [ -111.87131179870526, 41.720951505438961 ], [ -111.87126439488718, 41.722782084119586 ], [ -111.87003315922318, 41.722772498661563 ], [ -111.86955457812687, 41.722766213679485 ], [ -111.86503705071198, 41.722716546676033 ], [ -111.86496341930241, 41.724577043048036 ], [ -111.86992822132642, 41.724618823786258 ], [ -111.87128348544714, 41.724640079666017 ], [ -111.87252691240438, 41.724659466753408 ], [ -111.87252744437788, 41.724609924324838 ], [ -111.87479846329734, 41.724602564539389 ], [ -111.87480860640551, 41.726413790561502 ], [ -111.87997249877785, 41.726408586110693 ], [ -111.87974833806432, 41.7359748016368 ], [ -111.8881218342258, 41.736098628502646 ], [ -111.88905332948693, 41.736240940136291 ], [ -111.90185724691339, 41.739311600525063 ], [ -111.9018580395331, 41.739797969530557 ], [ -111.9018916649508, 41.74959095227095 ], [ -111.87913406682003, 41.749654755551497 ], [ -111.87924927562487, 41.744083079205453 ], [ -111.87415195616137, 41.743514905454433 ], [ -111.87409366860521, 41.745158216422489 ], [ -111.86906228629239, 41.745112619137075 ], [ -111.86898528255435, 41.746893875176426 ], [ -111.86398470557546, 41.746823504015403 ], [ -111.86392791236064, 41.750212343966282 ], [ -111.86392334609803, 41.750499699772597 ], [ -111.86396832513091, 41.750714627469513 ], [ -111.86397525572542, 41.752487141288732 ], [ -111.86231264956881, 41.752462703415098 ], [ -111.86154991795742, 41.752451312312949 ], [ -111.86144523314228, 41.757035727302586 ], [ -111.86142968905341, 41.758122079878312 ], [ -111.86389568836248, 41.758124279557244 ], [ -111.86384778399734, 41.760741152551873 ], [ -111.86557911564849, 41.761745904172336 ], [ -111.86656581034893, 41.761764586141375 ], [ -111.86650659254069, 41.767108838607065 ], [ -111.8634694196294, 41.767064153991349 ], [ -111.86351632171979, 41.765447960322682 ], [ -111.8587661500566, 41.765407907532847 ], [ -111.85836190357952, 41.765496494277926 ], [ -111.85616957707558, 41.765468719183005 ], [ -111.85612165204749, 41.768198172914069 ], [ -111.85835004088098, 41.768216672385613 ], [ -111.85831146084745, 41.769113148769705 ], [ -111.85614806275633, 41.769098667762883 ], [ -111.85373183223186, 41.769070713374269 ], [ -111.85367918472808, 41.770816644782393 ], [ -111.85364894873608, 41.772801092267343 ], [ -111.85361944956641, 41.775113385037876 ], [ -111.85358840484005, 41.775766616456451 ], [ -111.85358976066379, 41.776413302224384 ], [ -111.85359558677823, 41.777850760856957 ], [ -111.85632771092048, 41.777901582514815 ], [ -111.85630066999185, 41.778220628410793 ], [ -111.855932797356, 41.783403236906238 ], [ -111.86106280952087, 41.783491897040719 ], [ -111.86106826980229, 41.783360355481719 ], [ -111.86122352690741, 41.783361893719643 ], [ -111.86586251539454, 41.781568876900458 ], [ -111.86718183785993, 41.783834967003571 ], [ -111.86778236674184, 41.783837637727864 ], [ -111.86777508439698, 41.784011525715073 ], [ -111.86590151457381, 41.784020259021148 ], [ -111.86243588129514, 41.785288379358541 ], [ -111.86247512499992, 41.787677611987199 ], [ -111.86736707597619, 41.789899705991445 ], [ -111.86738494808419, 41.791225383768776 ], [ -111.86727918169765, 41.791236089896138 ], [ -111.86728782276046, 41.792055650579954 ], [ -111.86424907904168, 41.792071346996906 ], [ -111.86424551647143, 41.791895739667446 ], [ -111.86343275896247, 41.791240746523044 ], [ -111.86249861094626, 41.791225246843297 ], [ -111.86248811510112, 41.790621864642169 ], [ -111.85802892562182, 41.788535037380193 ], [ -111.85665682429484, 41.787892278360374 ], [ -111.85519648447412, 41.787942789415538 ], [ -111.85349219133985, 41.788564329919993 ], [ -111.85068480739251, 41.789591222756009 ], [ -111.85065803219317, 41.789932781994892 ], [ -111.85044310510993, 41.792793158065919 ], [ -111.85045032392213, 41.794067578147725 ], [ -111.85045190168144, 41.794733174791098 ], [ -111.84643929747675, 41.794747499773088 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 3, \"properties\": { \"NAME\": \"CACHE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 15409, \"Color4\": \"1\", \"Shape_Leng\": 352877.40808099997, \"Shape_Area\": 2992623946.4699998 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.10938363553102, 41.99765432403877 ], [ -112.07019833778691, 41.997715640749895 ], [ -112.03124388558956, 41.998247854768238 ], [ -112.01192697927341, 41.998361234269716 ], [ -112.00080112920141, 41.9983957338168 ], [ -111.94450431492433, 41.998512514321895 ], [ -111.91559559116341, 41.998562112318879 ], [ -111.83748457925333, 41.998843356600759 ], [ -111.83651268536678, 41.998850443366251 ], [ -111.7507481034838, 41.999344334657032 ], [ -111.6257351021729, 41.999386850874288 ], [ -111.6040863874923, 41.999484804873383 ], [ -111.58846207646998, 41.999502917629435 ], [ -111.50778623683456, 41.99955489380946 ], [ -111.50763873408543, 41.999226804162099 ], [ -111.50747876525291, 41.998849232940728 ], [ -111.50736798129716, 41.99858312633247 ], [ -111.50734798169175, 41.998345439627677 ], [ -111.50735891098843, 41.998201285198341 ], [ -111.50738123446814, 41.997971517387704 ], [ -111.50743327728513, 41.997683075077219 ], [ -111.50758550606461, 41.9970870635455 ], [ -111.50761308506972, 41.996759100085931 ], [ -111.50757989515802, 41.996380968157176 ], [ -111.50758378493809, 41.996110751879591 ], [ -111.50756977919147, 41.995867634626507 ], [ -111.50758060027117, 41.995709970638423 ], [ -111.50762135432927, 41.995520651055422 ], [ -111.50767446782723, 41.995367303342725 ], [ -111.50796621907307, 41.994857137683631 ], [ -111.50820566766795, 41.994450779148181 ], [ -111.50848298313083, 41.993796569778489 ], [ -111.50860695395221, 41.993444761628609 ], [ -111.50871173824767, 41.992957938738876 ], [ -111.50878833519933, 41.992570313704796 ], [ -111.50888608831089, 41.992110541674577 ], [ -111.50888250136025, 41.991660225447376 ], [ -111.50886755925526, 41.991300025955979 ], [ -111.50881675836807, 41.990985018604277 ], [ -111.50875420824173, 41.990710593183252 ], [ -111.50858211053892, 41.990324070033239 ], [ -111.50836772589406, 41.989933230546484 ], [ -111.50820213444132, 41.989605221158172 ], [ -111.50809090551573, 41.989281474238197 ], [ -111.50807725768361, 41.989083388410862 ], [ -111.50797756542444, 41.988692040432497 ], [ -111.50796195907563, 41.988399393432374 ], [ -111.50794311511957, 41.988003184280743 ], [ -111.50787968673473, 41.987769292041484 ], [ -111.50774652810674, 41.987571734791352 ], [ -111.50764817327533, 41.987500116573727 ], [ -111.50756324080949, 41.987446452225598 ], [ -111.50735623959474, 41.987375314070718 ], [ -111.50712186671419, 41.987353833034213 ], [ -111.50682603466906, 41.987346132849538 ], [ -111.50619901138468, 41.987438965914016 ], [ -111.50537166397361, 41.987541684262375 ], [ -111.50474069485742, 41.98759399680845 ], [ -111.50434136339503, 41.987627275164648 ], [ -111.50415904189873, 41.987623572689856 ], [ -111.50367723037127, 41.987607674361101 ], [ -111.503507904184, 41.987567887233723 ], [ -111.50330214967822, 41.987501239622276 ], [ -111.50316854321275, 41.987398248830537 ], [ -111.50309540283342, 41.987308502883124 ], [ -111.50297912502261, 41.987106362764358 ], [ -111.50257177922781, 41.986734370773952 ], [ -111.50235353180186, 41.986613736230204 ], [ -111.50214160415265, 41.986529100232595 ], [ -111.50188117805106, 41.986417655924257 ], [ -111.50162685939289, 41.986315190987135 ], [ -111.50139079036802, 41.986230659083581 ], [ -111.50112582064938, 41.986155259508436 ], [ -111.50094322106933, 41.986115526523477 ], [ -111.50073931623595, 41.986129926097853 ], [ -111.50039434938006, 41.986167456904404 ], [ -111.5001710591071, 41.986172933314414 ], [ -111.49995338182251, 41.986124344928321 ], [ -111.49973698246383, 41.98608475721862 ], [ -111.49946928415442, 41.985968835753937 ], [ -111.49916012127862, 41.985799054042367 ], [ -111.49865213085762, 41.985675168583498 ], [ -111.49816249543477, 41.985582724511787 ], [ -111.4980112150941, 41.985533844288618 ], [ -111.49787783175609, 41.985457866285422 ], [ -111.49776252091596, 41.985377306438444 ], [ -111.49762871738281, 41.985247290037741 ], [ -111.49752435676665, 41.985022576002805 ], [ -111.49743817409357, 41.984806789752817 ], [ -111.4972860200601, 41.984645329157011 ], [ -111.49716439548466, 41.984528769422198 ], [ -111.49693963982189, 41.98434510611358 ], [ -111.4962226068527, 41.98372674844083 ], [ -111.49570722518948, 41.983269635495866 ], [ -111.49537852726485, 41.983068404543246 ], [ -111.49528119088012, 41.98296975128158 ], [ -111.4952015426227, 41.982816981684749 ], [ -111.49509743877603, 41.982623787534934 ], [ -111.4948453808412, 41.982030434778871 ], [ -111.49473908318521, 41.981553539923866 ], [ -111.4946812442185, 41.981098952782176 ], [ -111.4945444592649, 41.980581659053875 ], [ -111.4943044851817, 41.979988252830246 ], [ -111.49424894914283, 41.979830875331565 ], [ -111.49418762189481, 41.979705046054434 ], [ -111.494035488302, 41.979543580898188 ], [ -111.49384124832608, 41.979400310000905 ], [ -111.49364100882229, 41.979261567900672 ], [ -111.49283513548221, 41.978850723712249 ], [ -111.4924291087998, 41.978635405403672 ], [ -111.49212569542686, 41.978421447149195 ], [ -111.49193753288117, 41.978282650275446 ], [ -111.49176740708472, 41.978134769161215 ], [ -111.49160914438689, 41.977959816989639 ], [ -111.49149933602325, 41.977807173824786 ], [ -111.49130469164768, 41.977609860307936 ], [ -111.49113439610747, 41.977439462292118 ], [ -111.4910131078568, 41.977363424435289 ], [ -111.49086767991491, 41.977287489667489 ], [ -111.49059520650779, 41.977171567693958 ], [ -111.49002657158414, 41.976998366256609 ], [ -111.48957225891515, 41.976779641180663 ], [ -111.48906211792433, 41.976520622127111 ], [ -111.48851897716631, 41.976365317922976 ], [ -111.48821692211344, 41.976326072847208 ], [ -111.4879270747245, 41.976304788432287 ], [ -111.48758322253838, 41.976324262679604 ], [ -111.48728761507662, 41.976339027793806 ], [ -111.48682296139033, 41.976345502446819 ], [ -111.48631568635666, 41.976302619089886 ], [ -111.48608614761133, 41.976275670533937 ], [ -111.48580220596129, 41.976237243073406 ], [ -111.48508800993142, 41.975966460280205 ], [ -111.48484572002239, 41.975849496408273 ], [ -111.48463914165725, 41.975666632569911 ], [ -111.48449886569449, 41.975472680551732 ], [ -111.48447983970513, 41.975351170774815 ], [ -111.48448454345861, 41.975175520818517 ], [ -111.48450114610678, 41.974977303959299 ], [ -111.4845541279109, 41.974801450231773 ], [ -111.48458266320748, 41.97458516963674 ], [ -111.48460689703452, 41.97380148672714 ], [ -111.48458492894261, 41.973291801664764 ], [ -111.48455827146834, 41.972959567859284 ], [ -111.48455714510848, 41.972810962462617 ], [ -111.48445253710986, 41.972544806324152 ], [ -111.4843723546974, 41.972316375067635 ], [ -111.48420001131082, 41.97187127155992 ], [ -111.48411996024564, 41.971659952232464 ], [ -111.48402194273682, 41.971466721946079 ], [ -111.48394243816784, 41.971327453601894 ], [ -111.48383245510954, 41.971147783597914 ], [ -111.48369748332411, 41.970855635280465 ], [ -111.48359868492157, 41.970558831079032 ], [ -111.48356125259647, 41.970396868516424 ], [ -111.48355999242033, 41.970230250244953 ], [ -111.4836069727491, 41.970058925429342 ], [ -111.48370164809305, 41.969810842863211 ], [ -111.48377876506729, 41.969634887648198 ], [ -111.48400493145633, 41.969219627041369 ], [ -111.48409299021526, 41.968895015216255 ], [ -111.4841092857703, 41.968656269421956 ], [ -111.48414924049487, 41.968354377064237 ], [ -111.48410378968043, 41.967930353944112 ], [ -111.48418967065614, 41.967318437927354 ], [ -111.48422365157575, 41.967024676685462 ], [ -111.4843172355111, 41.966633391791845 ], [ -111.48436994505609, 41.966422412974659 ], [ -111.48437508531029, 41.96630440370086 ], [ -111.48433757857397, 41.966132534230184 ], [ -111.48423337142506, 41.965917713995076 ], [ -111.48397636777267, 41.965445946625778 ], [ -111.4837016411086, 41.965023790095422 ], [ -111.4835247187909, 41.964767844742092 ], [ -111.48345691688944, 41.964578989813411 ], [ -111.48341328457184, 41.964394536415675 ], [ -111.48342384748248, 41.964195444102913 ], [ -111.48342245858018, 41.964011713481469 ], [ -111.48339750663129, 41.96390373826538 ], [ -111.48335452165659, 41.963804845654643 ], [ -111.48328150434202, 41.963724092831349 ], [ -111.48318408016164, 41.963607415920691 ], [ -111.48309913195573, 41.963544726571619 ], [ -111.48300218454111, 41.963491094331481 ], [ -111.4827590858943, 41.963420063276445 ], [ -111.48257307823035, 41.963398328548422 ], [ -111.48229010602343, 41.963480577838531 ], [ -111.48203713190304, 41.963540183756351 ], [ -111.48180791894993, 41.963550152602593 ], [ -111.48151786024125, 41.963492826020513 ], [ -111.4812637331122, 41.963399321323912 ], [ -111.48103350435127, 41.963274192513609 ], [ -111.48086991773994, 41.963184810894496 ], [ -111.48047583434114, 41.962934273457527 ], [ -111.48005128167193, 41.962643331944179 ], [ -111.47971123697636, 41.962356539114239 ], [ -111.47944949669093, 41.962051404893685 ], [ -111.47935086696366, 41.96177260923276 ], [ -111.47927013617384, 41.961466718671623 ], [ -111.47927471858978, 41.961273055609205 ], [ -111.47929089547459, 41.961016297271996 ], [ -111.4792778836435, 41.960890257858694 ], [ -111.4792103009238, 41.960728419449786 ], [ -111.47911325982849, 41.960661274239229 ], [ -111.47898608551158, 41.9605987580141 ], [ -111.47873288363228, 41.960465614330218 ], [ -111.4785557913235, 41.960343861568589 ], [ -111.47842231529825, 41.960245344195748 ], [ -111.4782704027766, 41.960101869986353 ], [ -111.47812951932565, 41.959980866383312 ], [ -111.47769279163889, 41.959509832720215 ], [ -111.47726773005029, 41.959145928565967 ], [ -111.47706739526244, 41.958981037938308 ], [ -111.47689165790834, 41.958878191008189 ], [ -111.47670392172203, 41.958784400326842 ], [ -111.47643758608162, 41.958668418787354 ], [ -111.47627361529138, 41.95852499192695 ], [ -111.47615777693481, 41.958363351816374 ], [ -111.47607807137319, 41.9581925550591 ], [ -111.47605879868935, 41.958035017722956 ], [ -111.47603288967578, 41.957796447590475 ], [ -111.47602572375527, 41.957644264059809 ], [ -111.47592570195367, 41.957175429592574 ], [ -111.47577181947891, 41.956765361773172 ], [ -111.47565549002174, 41.956537073538016 ], [ -111.47564831847063, 41.95638398930253 ], [ -111.47568347856986, 41.956244239736705 ], [ -111.47575523848381, 41.956158378719266 ], [ -111.4758809937522, 41.956031763697517 ], [ -111.47596488616671, 41.9559548589611 ], [ -111.47640281300438, 41.955619794601944 ], [ -111.47692502842227, 41.95526186169306 ], [ -111.47721326524476, 41.955080529906539 ], [ -111.47728646357835, 41.955026185405934 ], [ -111.47744063373483, 41.954827396888199 ], [ -111.4775119527207, 41.954682993005243 ], [ -111.47757697630061, 41.954503489110124 ], [ -111.47765951297643, 41.954245553972228 ], [ -111.47764499282368, 41.953916869604924 ], [ -111.47750297795528, 41.953480635053829 ], [ -111.47735419310132, 41.952945354652698 ], [ -111.47699808436084, 41.952113714137923 ], [ -111.47679461105211, 41.951524619809824 ], [ -111.47656199193379, 41.951071647376558 ], [ -111.4764522929394, 41.950922591253807 ], [ -111.476318404087, 41.950765529339094 ], [ -111.47616068756112, 41.950649096288529 ], [ -111.47600947314572, 41.950595683044526 ], [ -111.47583979311705, 41.950492809216222 ], [ -111.47576680059537, 41.950412051299189 ], [ -111.47572940034125, 41.950250085451771 ], [ -111.4757166322883, 41.950155567874098 ], [ -111.47565926022799, 41.949741496780113 ], [ -111.47545657662518, 41.94925597375876 ], [ -111.47529742697036, 41.948945901061755 ], [ -111.47521750154345, 41.948743580821954 ], [ -111.47511347419065, 41.948544962944005 ], [ -111.47497950003921, 41.948375290346043 ], [ -111.47473660502527, 41.948160133755877 ], [ -111.47460942650117, 41.948093109177023 ], [ -111.47448241520955, 41.948048600555332 ], [ -111.47405962380611, 41.947978293279355 ], [ -111.47382527258269, 41.947938730435745 ], [ -111.4737029879107, 41.947880691368795 ], [ -111.47350918989416, 41.947777913540421 ], [ -111.47337558140602, 41.947656873805379 ], [ -111.47330810115569, 41.947504938487533 ], [ -111.47328303305949, 41.947378047112615 ], [ -111.47323796935891, 41.947157568285526 ], [ -111.473236737089, 41.946990949086072 ], [ -111.47330656540731, 41.946481781667593 ], [ -111.47339508139083, 41.946215718533324 ], [ -111.47349618723571, 41.946020756482994 ], [ -111.47360983649644, 41.945890590978209 ], [ -111.47377193495934, 41.945786344935684 ], [ -111.47396436647676, 41.945705390921738 ], [ -111.47416244245942, 41.945572174298675 ], [ -111.47471525671439, 41.945282575591214 ], [ -111.47486498711878, 41.94513784889164 ], [ -111.47491837254887, 41.945016037353795 ], [ -111.47497121630828, 41.944821273589582 ], [ -111.47497018685353, 41.944682574342572 ], [ -111.47499847468343, 41.944430269117198 ], [ -111.47501443111811, 41.9441419880037 ], [ -111.47519660686139, 41.94333062912105 ], [ -111.47540149376492, 41.942816397709024 ], [ -111.47553101540016, 41.942225920888475 ], [ -111.47561080747957, 41.941599622967473 ], [ -111.47562998103056, 41.940933045781222 ], [ -111.47560331146603, 41.940590900619533 ], [ -111.47551049627917, 41.940276049572972 ], [ -111.47539864884477, 41.939997304151461 ], [ -111.47531404312639, 41.939813016489836 ], [ -111.47525889046396, 41.939696157317769 ], [ -111.47523975953345, 41.939556632202432 ], [ -111.4752205952539, 41.939412603853761 ], [ -111.47523064529135, 41.939141459694056 ], [ -111.47522237374275, 41.938839768470658 ], [ -111.4752752584631, 41.938651308905662 ], [ -111.47535373539215, 41.938497869610678 ], [ -111.47546005644352, 41.938357825056393 ], [ -111.47557858020618, 41.938236643993257 ], [ -111.47616046331778, 41.937647894124019 ], [ -111.47649516382302, 41.937236699287517 ], [ -111.47666189209426, 41.936947791795461 ], [ -111.4768043264515, 41.936636468101426 ], [ -111.4768624911552, 41.936348011066983 ], [ -111.47682255404521, 41.935844700471534 ], [ -111.47675271840032, 41.935537860798867 ], [ -111.47670352982311, 41.935249849491946 ], [ -111.4766303190726, 41.935137569224125 ], [ -111.47651482438526, 41.935016457662094 ], [ -111.47633891951288, 41.934882086508843 ], [ -111.47619350534072, 41.934792622314674 ], [ -111.47607258392777, 41.934752593435434 ], [ -111.47566127156088, 41.934592176844411 ], [ -111.47520218150196, 41.934495003679999 ], [ -111.47496650578618, 41.934432931662862 ], [ -111.47481517046531, 41.934357900986321 ], [ -111.47474075118127, 41.934244723815759 ], [ -111.4747352919171, 41.934159182379886 ], [ -111.47473931518724, 41.93405108489128 ], [ -111.4748878539114, 41.933586623621402 ], [ -111.47491693932763, 41.93344239550305 ], [ -111.47490953879735, 41.933257787963583 ], [ -111.47483619989004, 41.933127493558871 ], [ -111.47469635517332, 41.932974957225852 ], [ -111.47444059071712, 41.932642764958423 ], [ -111.47412372085175, 41.93220274354556 ], [ -111.47379462729859, 41.93174025480625 ], [ -111.47368497493306, 41.931592095981173 ], [ -111.47353327480357, 41.931466627319054 ], [ -111.47327285662857, 41.931319089765424 ], [ -111.47303066472317, 41.931189490015875 ], [ -111.47281262965819, 41.931064293652184 ], [ -111.47261861827903, 41.930925487874362 ], [ -111.47244813210447, 41.930705524278707 ], [ -111.47235601165491, 41.930480734692189 ], [ -111.47231803416392, 41.930237708830056 ], [ -111.47227985766573, 41.929967663529496 ], [ -111.47213732957628, 41.929449461165362 ], [ -111.47205111638139, 41.929207534174957 ], [ -111.47195310184236, 41.929000781926895 ], [ -111.47187367043165, 41.928860603143363 ], [ -111.4716063141876, 41.928587896460535 ], [ -111.47155134395672, 41.928493551381642 ], [ -111.47151426612542, 41.928372112559927 ], [ -111.47148908341467, 41.928228108011275 ], [ -111.47155412425751, 41.928052209341168 ], [ -111.47163738848396, 41.927894249273535 ], [ -111.47198886413253, 41.927307366394189 ], [ -111.47234189462078, 41.926932134603845 ], [ -111.47264028330838, 41.926507589514927 ], [ -111.47283622145464, 41.926092472305037 ], [ -111.47305714260155, 41.92579433957458 ], [ -111.47320083473794, 41.925654142850021 ], [ -111.47330857846471, 41.925545617759596 ], [ -111.47338630437891, 41.925455229828572 ], [ -111.47343960997459, 41.925324412153202 ], [ -111.4734500454442, 41.925104604378781 ], [ -111.47347352653036, 41.925018042736845 ], [ -111.47356277889816, 41.924855553130158 ], [ -111.47364623391564, 41.924724610998382 ], [ -111.47374731232024, 41.924530548822929 ], [ -111.47377625645534, 41.924367407169633 ], [ -111.47376330357132, 41.924246770119865 ], [ -111.47372625739692, 41.924129835170874 ], [ -111.47367138786399, 41.924049000748369 ], [ -111.47340380459808, 41.923743874632216 ], [ -111.47325222358502, 41.923631915049071 ], [ -111.4731547794875, 41.923501718685792 ], [ -111.47318423044497, 41.923407026399765 ], [ -111.47330436311054, 41.923343483994543 ], [ -111.4734186320667, 41.923302482526523 ], [ -111.47363517632198, 41.923229535476665 ], [ -111.47389329629249, 41.923070852264424 ], [ -111.47397714828142, 41.922993948748335 ], [ -111.47415084819175, 41.922835613393119 ], [ -111.47430146168185, 41.922816977848427 ], [ -111.47444769155518, 41.922857804805361 ], [ -111.47470649799097, 41.922954908776987 ], [ -111.47496062156164, 41.923070945718742 ], [ -111.47515977522818, 41.923092638654353 ], [ -111.47527276971486, 41.923042633859815 ], [ -111.47536978547367, 41.922952164708157 ], [ -111.47548338370659, 41.922821096408391 ], [ -111.47571667553089, 41.922567940967141 ], [ -111.47587126994635, 41.922273680138595 ], [ -111.4759714743256, 41.921963432396169 ], [ -111.47610194707626, 41.921669271215002 ], [ -111.47623889708402, 41.921435428282514 ], [ -111.47632753465544, 41.921191878168145 ], [ -111.47637279137906, 41.920790889686636 ], [ -111.47642541710935, 41.920570005763047 ], [ -111.47653301284916, 41.920443464661467 ], [ -111.47664687239346, 41.920348421112351 ], [ -111.47677258972999, 41.920226307936886 ], [ -111.47722149003263, 41.919778608567249 ], [ -111.47763889309327, 41.919150903223638 ], [ -111.4778767479183, 41.91870407890584 ], [ -111.47799475666106, 41.918357728074945 ], [ -111.47798788036333, 41.918244271497024 ], [ -111.47798010349887, 41.918010128048564 ], [ -111.47801530541845, 41.91787938345292 ], [ -111.47812232209861, 41.917676285736107 ], [ -111.47830708097959, 41.917387299855207 ], [ -111.47838425190778, 41.917224856632743 ], [ -111.47841322145216, 41.917067117571513 ], [ -111.47839985112829, 41.916891541377097 ], [ -111.47825707504208, 41.91634272348616 ], [ -111.478150644769, 41.915816270936929 ], [ -111.47806344640277, 41.915442853205448 ], [ -111.47801821783965, 41.915037736988765 ], [ -111.47802223076906, 41.914767517261964 ], [ -111.47803843626667, 41.914515260300433 ], [ -111.47801960973857, 41.914416264226503 ], [ -111.4779523491177, 41.914290449451293 ], [ -111.47790940655622, 41.914191553731357 ], [ -111.47785932657729, 41.913944076011269 ], [ -111.47790376276406, 41.913435008616339 ], [ -111.47799151340519, 41.91323649443838 ], [ -111.4780399092683, 41.913096688036923 ], [ -111.47813522984741, 41.91294317607629 ], [ -111.47832078214059, 41.912762267895438 ], [ -111.47845274584519, 41.912671650416485 ], [ -111.47862115175893, 41.912616907978617 ], [ -111.47891006815132, 41.912552655980441 ], [ -111.47948843843623, 41.912496201726256 ], [ -111.47976519444285, 41.912418488197162 ], [ -111.47986714589658, 41.912346008021991 ], [ -111.48010078750434, 41.912146882436303 ], [ -111.48029269837512, 41.912010978324574 ], [ -111.48085677406023, 41.911657353497979 ], [ -111.48138387107508, 41.911357921546397 ], [ -111.48184218102297, 41.911211890962235 ], [ -111.4823777248164, 41.911074540900927 ], [ -111.48277497834226, 41.910987307084653 ], [ -111.48354115593791, 41.910894015581697 ], [ -111.48418488958498, 41.910873289505886 ], [ -111.48440792576224, 41.910868746137169 ], [ -111.48452222663013, 41.910835839521077 ], [ -111.48473261916565, 41.910753890624456 ], [ -111.48490101460126, 41.910699139012934 ], [ -111.48517792668376, 41.910643928701639 ], [ -111.48553290441811, 41.910547857186451 ], [ -111.48571904333906, 41.910447995482777 ], [ -111.48596574183036, 41.910383904294292 ], [ -111.48609220773017, 41.910365355467952 ], [ -111.48625505075395, 41.910373672786463 ], [ -111.48645423692859, 41.910404352852069 ], [ -111.48658104471876, 41.910430835904926 ], [ -111.48724516712596, 41.91055501532356 ], [ -111.48770981642431, 41.910610686130788 ], [ -111.48806571631715, 41.910636194303528 ], [ -111.48838510091095, 41.91061682282001 ], [ -111.48857839747299, 41.910665537791708 ], [ -111.48883194718786, 41.910709492568159 ], [ -111.48909121658258, 41.910712891947206 ], [ -111.48928156598832, 41.910691365462533 ], [ -111.4896090327684, 41.910625120920791 ], [ -111.48986179110625, 41.910565498915133 ], [ -111.49034353621649, 41.910491388608115 ], [ -111.49090396372384, 41.910457470411401 ], [ -111.49132008185632, 41.910473704272626 ], [ -111.49174298926079, 41.91058898204578 ], [ -111.49190018511344, 41.910646852786002 ], [ -111.49220892949484, 41.910812155069749 ], [ -111.49228179324466, 41.91087939350858 ], [ -111.49239141793971, 41.911023031831341 ], [ -111.49241584442558, 41.911063457558328 ], [ -111.49245266766263, 41.911147963295043 ], [ -111.49246593667974, 41.91130552488206 ], [ -111.49247935115095, 41.911482000057681 ], [ -111.49248797616036, 41.91181971695449 ], [ -111.4925373838239, 41.911972620129816 ], [ -111.49259206577044, 41.912027326864774 ], [ -111.49271322444005, 41.912102463921407 ], [ -111.49279173803056, 41.912120140544346 ], [ -111.49294273648627, 41.912155519509405 ], [ -111.49306324424745, 41.912145995355999 ], [ -111.49327983220221, 41.912086521144978 ], [ -111.49368861394433, 41.911931649299191 ], [ -111.49431304132507, 41.911595712493344 ], [ -111.49472167832164, 41.91142282404487 ], [ -111.4951431362917, 41.91134895333159 ], [ -111.49541453566775, 41.911361292894526 ], [ -111.49575852439651, 41.911404842140954 ], [ -111.49613924425388, 41.911520285819385 ], [ -111.49628456313522, 41.91160071878187 ], [ -111.49650275153159, 41.911748387278458 ], [ -111.49657486882161, 41.911874170205095 ], [ -111.49661904430899, 41.911973053623456 ], [ -111.49666821756152, 41.912094432328935 ], [ -111.49681005878161, 41.912503626713047 ], [ -111.49695136104529, 41.912687654026243 ], [ -111.49713781994897, 41.912785921372858 ], [ -111.49757611333023, 41.912860580520942 ], [ -111.49782550048805, 41.912832479301464 ], [ -111.49804803813818, 41.912763062866667 ], [ -111.49828268213679, 41.912699898204615 ], [ -111.49862002014842, 41.912662406808181 ], [ -111.49877567085136, 41.912675240973456 ], [ -111.49896880600474, 41.912701422203057 ], [ -111.49913917884284, 41.91274661626543 ], [ -111.49925379118224, 41.912754224100375 ], [ -111.49930206453358, 41.912759418267228 ], [ -111.49934429494736, 41.912762837338768 ], [ -111.49947682553265, 41.912748750788097 ], [ -111.49971780604639, 41.912725185409784 ], [ -111.49992850132125, 41.912683737847104 ], [ -111.50010884093517, 41.91261540180551 ], [ -111.50027673558067, 41.912497582477187 ], [ -111.50038412989339, 41.912353006252793 ], [ -111.50049825617704, 41.912298468264886 ], [ -111.50057042657542, 41.912275636756711 ], [ -111.50072668413985, 41.912211908103671 ], [ -111.50091326166721, 41.91217056389889 ], [ -111.50101673814362, 41.912296207215554 ], [ -111.50108992978244, 41.912403969061018 ], [ -111.50124907624969, 41.912709504566678 ], [ -111.50131634556325, 41.912830802261887 ], [ -111.50141344253142, 41.912911439220977 ], [ -111.50155898267546, 41.913018884812779 ], [ -111.50172856852114, 41.913117218388784 ], [ -111.50203107399633, 41.913250997729001 ], [ -111.50273886397942, 41.913554131129729 ], [ -111.50315773146451, 41.913763955481038 ], [ -111.50331373949393, 41.913821815749387 ], [ -111.50345237112916, 41.913816704634314 ], [ -111.50363831426978, 41.913694297902495 ], [ -111.50371605377988, 41.91361289601975 ], [ -111.50390684881143, 41.913340955252451 ], [ -111.50422312975634, 41.912926156294283 ], [ -111.50452737724082, 41.912515012018872 ], [ -111.50486740350969, 41.912054172386391 ], [ -111.50496570643624, 41.911675455874665 ], [ -111.50506741372962, 41.911422819046166 ], [ -111.50512060757599, 41.911287483531055 ], [ -111.50520454860361, 41.9112285702546 ], [ -111.50528866705413, 41.911192173058524 ], [ -111.5054873316265, 41.911155271617041 ], [ -111.50562010624058, 41.911172700594527 ], [ -111.5060006287692, 41.911261092124555 ], [ -111.5066230507566, 41.911442986463037 ], [ -111.50739701629483, 41.91172778572286 ], [ -111.50809782133761, 41.911909325663494 ], [ -111.50843543506285, 41.911907831285959 ], [ -111.50855115973764, 41.911903716119085 ], [ -111.50862832142897, 41.91190247368489 ], [ -111.50879687792224, 41.911870203263341 ], [ -111.50904254930353, 41.91167907165481 ], [ -111.50912035821834, 41.91160757323177 ], [ -111.5093895053944, 41.911336176549561 ], [ -111.5097303502298, 41.910983400062115 ], [ -111.51007704075882, 41.910608079655482 ], [ -111.51029805796921, 41.910350404745031 ], [ -111.5105068725973, 41.910074770110022 ], [ -111.51076865061972, 41.909636777641516 ], [ -111.51099439738913, 41.90921695843452 ], [ -111.51119724868474, 41.908950355805572 ], [ -111.51143031273841, 41.908692625022496 ], [ -111.5116206721185, 41.908372036625543 ], [ -111.51176288113051, 41.908061569948522 ], [ -111.51178016799992, 41.907961517723578 ], [ -111.51177338424762, 41.907866976838072 ], [ -111.51178393046789, 41.907677787592249 ], [ -111.51179633273718, 41.906966197155334 ], [ -111.51187038455463, 41.9064254605765 ], [ -111.51194270829996, 41.905668568966746 ], [ -111.51203072087577, 41.905366449526134 ], [ -111.51202938954705, 41.905199830081713 ], [ -111.51196781254495, 41.905037982637367 ], [ -111.51186450640361, 41.904934865227567 ], [ -111.51171939911745, 41.904881471285819 ], [ -111.51150213402485, 41.904850915544472 ], [ -111.5111160810215, 41.904821110789719 ], [ -111.51003568060845, 41.90465478577164 ], [ -111.50964313571811, 41.904566460833642 ], [ -111.50943771409723, 41.904508828281564 ], [ -111.50913562835292, 41.904424603648053 ], [ -111.50888151791152, 41.904308641896293 ], [ -111.50869854700012, 41.904193265135703 ], [ -111.50800258834148, 41.903700072494516 ], [ -111.50781436298165, 41.903529776191867 ], [ -111.50767624612567, 41.903444822474093 ], [ -111.50743916325136, 41.903346795785396 ], [ -111.50718552344117, 41.903289372249063 ], [ -111.50624292034513, 41.903010718671084 ], [ -111.50558422903185, 41.902805563974219 ], [ -111.5051857090223, 41.902721753448787 ], [ -111.50494395215834, 41.902641755716211 ], [ -111.50475644735832, 41.902561519016771 ], [ -111.50457482914095, 41.902463242578364 ], [ -111.50441714595212, 41.902342343757823 ], [ -111.50407107517341, 41.902028625972996 ], [ -111.50384013899303, 41.901790959684874 ], [ -111.50372415833817, 41.901606829424509 ], [ -111.50355942495116, 41.901355361952419 ], [ -111.50335803089469, 41.901041007438096 ], [ -111.50313330547125, 41.900825829421017 ], [ -111.50288500052665, 41.900678305112208 ], [ -111.5026545963283, 41.900507284262922 ], [ -111.50233319147326, 41.900261904728467 ], [ -111.5021024445219, 41.900046750998747 ], [ -111.5018775505002, 41.89980905424725 ], [ -111.50148839621069, 41.899378428553881 ], [ -111.50112388569659, 41.899015244880381 ], [ -111.50075920341385, 41.898629543797895 ], [ -111.5005771804402, 41.898477221977814 ], [ -111.50048000107802, 41.898383074259385 ], [ -111.5004189169432, 41.898279762379246 ], [ -111.50038187282593, 41.898167338924722 ], [ -111.50038702148518, 41.898054731610848 ], [ -111.50042156938075, 41.897847424882031 ], [ -111.50046661492772, 41.897595038430538 ], [ -111.50053264576972, 41.897405608024044 ], [ -111.50064604199044, 41.89726100504334 ], [ -111.50084375137857, 41.897107027462376 ], [ -111.50090332189237, 41.897016699716666 ], [ -111.50093279036074, 41.896931006649439 ], [ -111.50094921854178, 41.89671927536785 ], [ -111.50095274724994, 41.896399518835146 ], [ -111.50094505882925, 41.896186992057956 ], [ -111.50090160766652, 41.896025959994439 ], [ -111.50084658764176, 41.895927125243539 ], [ -111.50083868636428, 41.89584159516361 ], [ -111.50081493820825, 41.895733617208506 ], [ -111.50077155101208, 41.895580690918258 ], [ -111.50058798945136, 41.89523022625297 ], [ -111.50049610395338, 41.89504148406526 ], [ -111.50036132548401, 41.894762860742553 ], [ -111.50026351956689, 41.89458765434189 ], [ -111.50019599062763, 41.894430329569978 ], [ -111.50015211394764, 41.894214357565914 ], [ -111.50009012102268, 41.893993961032294 ], [ -111.50003986664198, 41.893732982755822 ], [ -111.49997044971953, 41.893333383190424 ], [ -111.49999266576013, 41.892936086666865 ], [ -111.50003718288097, 41.892616151479722 ], [ -111.50011377756526, 41.892390647958855 ], [ -111.500220225467, 41.892128987146251 ], [ -111.50034485875878, 41.891880757192141 ], [ -111.50046356963344, 41.891646063103856 ], [ -111.50055225064121, 41.891425009982903 ], [ -111.50076654577578, 41.891081817280444 ], [ -111.5009216609912, 41.890878487742889 ], [ -111.5011365155143, 41.890607346297401 ], [ -111.50129162841829, 41.890404016255935 ], [ -111.50147687424902, 41.890200554417937 ], [ -111.50164443323315, 41.890047607632923 ], [ -111.50193751675805, 41.889761712019308 ], [ -111.50211637931531, 41.889513243013894 ], [ -111.50217665264231, 41.889359863799591 ], [ -111.5022465331091, 41.889201939131503 ], [ -111.50240057351516, 41.888862609494879 ], [ -111.50248865118931, 41.888565900261909 ], [ -111.50257334687232, 41.888452944574155 ], [ -111.50266176412916, 41.888353482740214 ], [ -111.50275762488424, 41.888281008665885 ], [ -111.50294948703444, 41.888154073270158 ], [ -111.50305147973552, 41.888095082301398 ], [ -111.50314124241677, 41.888013627811183 ], [ -111.50314039435912, 41.887905549857692 ], [ -111.50306120817142, 41.88779871577524 ], [ -111.50290937171954, 41.88764986782305 ], [ -111.50240123701559, 41.887408908169448 ], [ -111.50196524108283, 41.887298229658519 ], [ -111.50135766340547, 41.887287373574289 ], [ -111.50103272460235, 41.887351839358544 ], [ -111.5007496894422, 41.887380094284829 ], [ -111.5004371891862, 41.887494041584006 ], [ -111.49982255351091, 41.887505725153616 ], [ -111.49923815541869, 41.887530784197082 ], [ -111.49890708154271, 41.887581760427594 ], [ -111.49877374778063, 41.887640883849627 ], [ -111.49857733769788, 41.887803859259023 ], [ -111.4984150406556, 41.88785860460095 ], [ -111.49827663964692, 41.887886225613336 ], [ -111.49804160354087, 41.887887245172685 ], [ -111.49773361940881, 41.887807519183191 ], [ -111.49738282140862, 41.887646916542266 ], [ -111.49709218572993, 41.88747254221019 ], [ -111.49663232795541, 41.887236752100549 ], [ -111.49642682705935, 41.887160182072847 ], [ -111.49613706724404, 41.887098386620472 ], [ -111.49589583332514, 41.887076911540476 ], [ -111.49567901186026, 41.887094960541617 ], [ -111.49550442446301, 41.887119131677352 ], [ -111.49490292166828, 41.887270337773757 ], [ -111.49456577737189, 41.887315923568018 ], [ -111.49440923377271, 41.887335511926267 ], [ -111.49427654622779, 41.887322572886589 ], [ -111.49407147114339, 41.887300938339514 ], [ -111.49377530494523, 41.887189627043448 ], [ -111.4935332395858, 41.887060068872742 ], [ -111.49335102425238, 41.886876212234476 ], [ -111.49320476090237, 41.886665180474211 ], [ -111.49293547735093, 41.8861304314769 ], [ -111.49258058405275, 41.885433926427808 ], [ -111.49240263893543, 41.885020376208232 ], [ -111.49224814442536, 41.884521160444812 ], [ -111.49220842683401, 41.884057479805094 ], [ -111.49216241155258, 41.883715418094063 ], [ -111.49221591686789, 41.883462997980914 ], [ -111.49227413897701, 41.883197047391263 ], [ -111.49231493911246, 41.883016736192303 ], [ -111.49240862544595, 41.882660565321487 ], [ -111.4925689085559, 41.88234463940416 ], [ -111.49265133610871, 41.882092094976699 ], [ -111.49271488930091, 41.881736053064223 ], [ -111.49269878973557, 41.881209223314571 ], [ -111.4926584485338, 41.880664483872771 ], [ -111.4925699704927, 41.880128957657469 ], [ -111.49250732608679, 41.879818491043501 ], [ -111.49232880974537, 41.879328384762431 ], [ -111.49228493579184, 41.879107905724943 ], [ -111.49225345920178, 41.878932407631304 ], [ -111.49227590316357, 41.878716147707244 ], [ -111.49234637967102, 41.878477164804337 ], [ -111.492393790077, 41.878373383084508 ], [ -111.49277555871264, 41.877867363535749 ], [ -111.49298403306238, 41.877551230000115 ], [ -111.49309034760357, 41.877271562043056 ], [ -111.49311933304945, 41.877122824990849 ], [ -111.49315419850178, 41.876955148346973 ], [ -111.49318246350917, 41.876712743387166 ], [ -111.49319022129046, 41.876154286905745 ], [ -111.49320545856773, 41.875784941603897 ], [ -111.49319766738157, 41.875555300988673 ], [ -111.49317200780737, 41.87535275757746 ], [ -111.49315933387031, 41.87527175055871 ], [ -111.49315071208693, 41.874934031555981 ], [ -111.49338362282839, 41.87466282635252 ], [ -111.49386331804611, 41.874201416295151 ], [ -111.49423280110102, 41.873826043429681 ], [ -111.49440032118174, 41.873671305609435 ], [ -111.49453828366559, 41.873590550826407 ], [ -111.49464745669117, 41.873527032855073 ], [ -111.4952458535615, 41.87314616710465 ], [ -111.49582186980314, 41.87283294607353 ], [ -111.49636211290766, 41.872569414328652 ], [ -111.49670449932668, 41.872432831564339 ], [ -111.496968523056, 41.872292083484922 ], [ -111.49715449862938, 41.872187700009512 ], [ -111.49740027055414, 41.872024512863355 ], [ -111.4978381093848, 41.871765921037195 ], [ -111.49822241883163, 41.871597628087393 ], [ -111.49859530614599, 41.871510444927409 ], [ -111.49882996711469, 41.871468895181401 ], [ -111.49925122817095, 41.871404016852289 ], [ -111.49949758774511, 41.871317380724918 ], [ -111.49970772649792, 41.871221894842222 ], [ -111.49988773966945, 41.871126539704683 ], [ -111.50006750661113, 41.870999661441708 ], [ -111.50030051431503, 41.870746455315548 ], [ -111.5004560391029, 41.870601668373929 ], [ -111.50064027200897, 41.87042973557724 ], [ -111.50073727128685, 41.870351853927538 ], [ -111.50103136691251, 41.870206461939624 ], [ -111.50118069501011, 41.870040084638184 ], [ -111.50129340868068, 41.869814421855722 ], [ -111.50140415086823, 41.869336576184423 ], [ -111.50148508432163, 41.868899391294555 ], [ -111.50159215743028, 41.868723290405576 ], [ -111.50169951163939, 41.868583215529128 ], [ -111.50189135259414, 41.868460785040298 ], [ -111.50210123175808, 41.868333771951143 ], [ -111.50240761129724, 41.868219846625237 ], [ -111.50306920014953, 41.868072841170481 ], [ -111.50406792074267, 41.867892828793231 ], [ -111.50471748841647, 41.867750370021319 ], [ -111.50516313665455, 41.867725893587874 ], [ -111.50559762228568, 41.867814050028962 ], [ -111.50643066219492, 41.868017536929081 ], [ -111.50720845262998, 41.868090662665836 ], [ -111.50766686415218, 41.868156188508905 ], [ -111.50810164132493, 41.868280361517066 ], [ -111.50872418639796, 41.868529796992199 ], [ -111.50908096792472, 41.868694842497753 ], [ -111.50920897860645, 41.868730302335592 ], [ -111.50932217254615, 41.868720793566261 ], [ -111.50935789210375, 41.868666594143015 ], [ -111.50929696546069, 41.868581299409499 ], [ -111.50911315032324, 41.868194820479196 ], [ -111.50893357622937, 41.867583151520023 ], [ -111.50888387906625, 41.867394228162553 ], [ -111.50880448762007, 41.867259477357436 ], [ -111.50864631256943, 41.867066530999502 ], [ -111.50848297031958, 41.866981689347128 ], [ -111.50770811674519, 41.866516761769027 ], [ -111.50737376841415, 41.866139051415388 ], [ -111.50717864196302, 41.865843588256134 ], [ -111.50711672448105, 41.865632200934833 ], [ -111.50709084734852, 41.865407144188246 ], [ -111.50697877133402, 41.864947389420365 ], [ -111.5068384743884, 41.864728241721672 ], [ -111.50669282249592, 41.864593781779945 ], [ -111.50653519358725, 41.864468381316186 ], [ -111.50588734955168, 41.864060524757235 ], [ -111.50548156338228, 41.863788503420011 ], [ -111.50511160019619, 41.863474891606529 ], [ -111.50476630428862, 41.863233224923114 ], [ -111.50398397560595, 41.862727773886554 ], [ -111.50353656317003, 41.862369462534808 ], [ -111.50311236514858, 41.862051578529723 ], [ -111.50243994907296, 41.861577159271491 ], [ -111.50210059180739, 41.861321948220017 ], [ -111.50196496293475, 41.860926239773896 ], [ -111.5020274583112, 41.860444100219325 ], [ -111.50219704479051, 41.859790362229987 ], [ -111.50239174550798, 41.859267113402382 ], [ -111.50254646230228, 41.859023251550923 ], [ -111.50279153536243, 41.85877899396025 ], [ -111.50298887486768, 41.858593489431669 ], [ -111.50359275741627, 41.8580144046322 ], [ -111.50441893983786, 41.857362285681205 ], [ -111.50472369795614, 41.857049309677485 ], [ -111.50481182889074, 41.856766107132728 ], [ -111.5048100935978, 41.856545446827411 ], [ -111.50478986258722, 41.856270826676152 ], [ -111.50471343690941, 41.855744261508391 ], [ -111.50478983074132, 41.855500740663039 ], [ -111.50494498993986, 41.855315418063952 ], [ -111.50512410044631, 41.855111976201371 ], [ -111.50536932611331, 41.854890229442923 ], [ -111.50595019464681, 41.854455342924055 ], [ -111.5067036044866, 41.853902603207963 ], [ -111.50705242164736, 41.853680395755745 ], [ -111.50736955920233, 41.853413292892981 ], [ -111.50760236797842, 41.853146561871107 ], [ -111.50772597244708, 41.852781237710843 ], [ -111.50777832969652, 41.852546827883351 ], [ -111.50777736803573, 41.852425239519022 ], [ -111.50772822064711, 41.8523038641735 ], [ -111.50757040653272, 41.852151445068131 ], [ -111.50743169490892, 41.852129540833651 ], [ -111.50719675450047, 41.852126075140241 ], [ -111.50648598125063, 41.85212470828484 ], [ -111.5063172179712, 41.852111041397045 ], [ -111.50620250022261, 41.852076420295703 ], [ -111.50597871918561, 41.851960317158444 ], [ -111.50574852556726, 41.851794704079303 ], [ -111.505160841006, 41.851360457557227 ], [ -111.50447619342573, 41.850850075578002 ], [ -111.50407109120098, 41.850653703188478 ], [ -111.50375725580203, 41.850574018332154 ], [ -111.50343803370777, 41.850575418005015 ], [ -111.50306563225028, 41.850554532568346 ], [ -111.50234120270974, 41.850499158669706 ], [ -111.50207548410164, 41.85041025188967 ], [ -111.50182149552779, 41.850280762351318 ], [ -111.50157317920635, 41.850106213151243 ], [ -111.50131851775458, 41.849890259521715 ], [ -111.50098515173464, 41.849622408821638 ], [ -111.50088836262677, 41.849568789766643 ], [ -111.50075571687759, 41.849551354429984 ], [ -111.50059260528707, 41.849489017397055 ], [ -111.50041012658158, 41.849260137483043 ], [ -111.5001976047608, 41.849040394977486 ], [ -111.49977865847281, 41.848609889092877 ], [ -111.49941497411123, 41.848314244391531 ], [ -111.49924437355698, 41.848062793749911 ], [ -111.49904451490237, 41.847766435625466 ], [ -111.49898224948605, 41.847659524404449 ], [ -111.4988243905767, 41.847497185761 ], [ -111.49867914454127, 41.847407747779393 ], [ -111.49848561197193, 41.847305008884568 ], [ -111.49825133499535, 41.847229467029258 ], [ -111.49805099549474, 41.847180798147605 ], [ -111.49783985027483, 41.847136679188232 ], [ -111.49767699194534, 41.847105860927321 ], [ -111.49754988636096, 41.847025349774853 ], [ -111.49743503585113, 41.846971806017137 ], [ -111.49732575485086, 41.846859693368089 ], [ -111.49728289836028, 41.846769810218163 ], [ -111.49703888781551, 41.846370060650898 ], [ -111.49694099868955, 41.846173233727896 ], [ -111.49684971118957, 41.846051135196419 ], [ -111.49669803055549, 41.845907681280799 ], [ -111.4964251672621, 41.845670178825031 ], [ -111.49618844148674, 41.845432519599143 ], [ -111.49601786128589, 41.845181063929111 ], [ -111.49579920644248, 41.84494332583558 ], [ -111.49564133447615, 41.844777380031239 ], [ -111.49553836086635, 41.844701265911119 ], [ -111.49541735471753, 41.844629732916154 ], [ -111.49528440802776, 41.8445717615947 ], [ -111.49469814380552, 41.844304081910643 ], [ -111.49452868214033, 41.84419672916097 ], [ -111.49439535579243, 41.844089220623189 ], [ -111.49429802593758, 41.843963543269211 ], [ -111.49421859049326, 41.843815271643642 ], [ -111.49405317865569, 41.843451204776102 ], [ -111.49374302422065, 41.843060739311284 ], [ -111.49336174725845, 41.842819191983779 ], [ -111.49306547707604, 41.842667347272368 ], [ -111.49269700963518, 41.842524818389151 ], [ -111.49255178337168, 41.842435372475165 ], [ -111.49235208756214, 41.842311033050379 ], [ -111.49221394404915, 41.842202641898197 ], [ -111.49204311512121, 41.842072774092976 ], [ -111.49194004663188, 41.841983146789254 ], [ -111.49133361726972, 41.841436322855522 ], [ -111.49093941963376, 41.841077733218754 ], [ -111.49044855570466, 41.840678123351772 ], [ -111.48994022928309, 41.84035694571611 ], [ -111.48947501656959, 41.8401607777542 ], [ -111.4891728829113, 41.84002696166101 ], [ -111.48894931166777, 41.839928837893154 ], [ -111.48873190023284, 41.839848701243916 ], [ -111.48844814395304, 41.839755336010924 ], [ -111.48824876564248, 41.839670618313427 ], [ -111.48806143193966, 41.839585849088849 ], [ -111.48792843387412, 41.839518862517977 ], [ -111.48762603292862, 41.839349015933465 ], [ -111.48710557782022, 41.839013466126474 ], [ -111.48675490325508, 41.83883031161232 ], [ -111.48653708892078, 41.838696131182587 ], [ -111.4864145927758, 41.838584063932274 ], [ -111.48626426659166, 41.838455001288445 ], [ -111.48613112958948, 41.83836909874676 ], [ -111.48594979031373, 41.838279797238073 ], [ -111.48576848559691, 41.838194998738054 ], [ -111.48562207436521, 41.838105548985197 ], [ -111.48547192106858, 41.83799900177597 ], [ -111.48513251818099, 41.837712215424467 ], [ -111.48478603610886, 41.837284950485241 ], [ -111.48431929942768, 41.83688160949805 ], [ -111.48381045024951, 41.836482947415142 ], [ -111.48337430852142, 41.836142521873377 ], [ -111.48293800891361, 41.835780478777544 ], [ -111.48254456265637, 41.835511024949575 ], [ -111.48204835307168, 41.835188860418384 ], [ -111.4814617568762, 41.834858065732938 ], [ -111.48098977891949, 41.834553808792897 ], [ -111.48075355571478, 41.834370156443285 ], [ -111.48061425127433, 41.834262656699167 ], [ -111.48051692966132, 41.834132463926615 ], [ -111.48038926509831, 41.833970873848386 ], [ -111.4803041490142, 41.833862246385124 ], [ -111.48005945906188, 41.833350777033324 ], [ -111.47982168909489, 41.832959069910991 ], [ -111.47963251005909, 41.832623002130198 ], [ -111.47934752875351, 41.832359389028433 ], [ -111.47901446630301, 41.83210768469359 ], [ -111.47871767534572, 41.831874742699547 ], [ -111.47837783208, 41.831520386120246 ], [ -111.47801982827264, 41.831152593741102 ], [ -111.47762580164547, 41.830798460362026 ], [ -111.47741368674245, 41.830614700749678 ], [ -111.47728603702492, 41.830453107046267 ], [ -111.4771763511596, 41.83027792822088 ], [ -111.47704820118261, 41.830048784569954 ], [ -111.47689559991205, 41.829770204332824 ], [ -111.47667673440004, 41.829487395437098 ], [ -111.47646476013246, 41.829321647242232 ], [ -111.4763665173497, 41.829227482251859 ], [ -111.47605302381997, 41.829012616303409 ], [ -111.47572026505195, 41.828797829279033 ], [ -111.47547240263063, 41.828663752014457 ], [ -111.47520032395671, 41.828511760591311 ], [ -111.47487991880496, 41.828338351754532 ], [ -111.47463814076445, 41.828212353733818 ], [ -111.47440804654397, 41.828037669665669 ], [ -111.47411734529061, 41.82780919388334 ], [ -111.47380209751854, 41.827517770275712 ], [ -111.473505114402, 41.827253291210091 ], [ -111.47323268153229, 41.827051758558376 ], [ -111.47275364115396, 41.826756503262843 ], [ -111.4723131384572, 41.826461087494238 ], [ -111.47190153964037, 41.826165551275253 ], [ -111.4716895886461, 41.825999794052251 ], [ -111.47157463196633, 41.825923707344408 ], [ -111.47136925831776, 41.825833580542614 ], [ -111.47112780690706, 41.825749906186985 ], [ -111.47063880606184, 41.825571772643244 ], [ -111.47016754061907, 41.825348529874347 ], [ -111.46979297181872, 41.825174427718927 ], [ -111.46940665970376, 41.82504090341579 ], [ -111.46899640448576, 41.824926390079661 ], [ -111.46860479068295, 41.824891060030723 ], [ -111.46837574219194, 41.824855966581325 ], [ -111.46829132142508, 41.824838296962355 ], [ -111.46811622973206, 41.824771458825623 ], [ -111.46795168047377, 41.824664046378473 ], [ -111.46769871243043, 41.824485839148693 ], [ -111.46738922934972, 41.824152942463598 ], [ -111.46712316969175, 41.823829775945129 ], [ -111.46698267407857, 41.823717760812194 ], [ -111.46675154344635, 41.823561079268579 ], [ -111.46633527032516, 41.823279052270522 ], [ -111.46602649242283, 41.823041622243146 ], [ -111.46582608560151, 41.822803751943567 ], [ -111.46559561055923, 41.822570506619954 ], [ -111.46515298751578, 41.82213996799566 ], [ -111.46466210964213, 41.821696112464835 ], [ -111.4640018886368, 41.821144855979277 ], [ -111.46354640109081, 41.82059727308269 ], [ -111.4632187742355, 41.820247324968427 ], [ -111.46279346561492, 41.819708624202647 ], [ -111.46227767402995, 41.819144165912611 ], [ -111.46173281327214, 41.818722131431784 ], [ -111.46135151002665, 41.818439945509105 ], [ -111.46109131549925, 41.818255447670012 ], [ -111.46088492836074, 41.818018493214979 ], [ -111.46078747777312, 41.817861263044428 ], [ -111.46074465970617, 41.817766862119541 ], [ -111.46071925626646, 41.817582322112607 ], [ -111.46074825880861, 41.817429088109847 ], [ -111.46080130883472, 41.8172712541705 ], [ -111.46089067209333, 41.817140295277454 ], [ -111.46102214234335, 41.817004663865333 ], [ -111.46127938440938, 41.816778458080918 ], [ -111.46137476593059, 41.816647474634287 ], [ -111.46143399531726, 41.816512132873008 ], [ -111.46146322198679, 41.816390421996374 ], [ -111.46143192649123, 41.816223919622288 ], [ -111.4613466463292, 41.816084654835286 ], [ -111.46126754795588, 41.815967882469288 ], [ -111.46124227301907, 41.81580135585461 ], [ -111.46125344026467, 41.815679717529271 ], [ -111.46129347672564, 41.815554360501935 ], [ -111.46138821161641, 41.815165781546433 ], [ -111.46149352875852, 41.814742032961576 ], [ -111.46173742695866, 41.814335741145939 ], [ -111.46186304515564, 41.814056922092931 ], [ -111.46192640093068, 41.813826089996624 ], [ -111.46193689353252, 41.813610782227009 ], [ -111.46193539862018, 41.81340272819741 ], [ -111.46200514208442, 41.81305568096387 ], [ -111.46203342761645, 41.812803373184039 ], [ -111.461989446193, 41.812546852585967 ], [ -111.46184384519212, 41.812389816796667 ], [ -111.46160795236868, 41.812233143686626 ], [ -111.46124587759729, 41.812108501070824 ], [ -111.46109490586505, 41.812041555188998 ], [ -111.46096189602009, 41.811961026635082 ], [ -111.4607862660921, 41.811813116913115 ], [ -111.46041569265753, 41.81134173889415 ], [ -111.46017188611454, 41.810919390015165 ], [ -111.46007364258668, 41.810649575548567 ], [ -111.4600607338607, 41.810528033652474 ], [ -111.46007170917667, 41.810379375298034 ], [ -111.46007611733096, 41.810154184305098 ], [ -111.46014680208523, 41.809937734772433 ], [ -111.46026331953566, 41.809396851913981 ], [ -111.46024794974026, 41.809099684637303 ], [ -111.46021145897471, 41.808879160914451 ], [ -111.46012548237958, 41.808640821524975 ], [ -111.45998517304764, 41.808380182295096 ], [ -111.45966358306634, 41.808021192104519 ], [ -111.4593237786173, 41.807639756475233 ], [ -111.45889996876659, 41.807294683180459 ], [ -111.45854919441274, 41.807061903516434 ], [ -111.45829495125045, 41.806860261982827 ], [ -111.45814940431622, 41.806707724587248 ], [ -111.45781049900656, 41.80628124609202 ], [ -111.45762731667298, 41.806083823297428 ], [ -111.45750008614213, 41.805967239849146 ], [ -111.45735518368296, 41.805904768260902 ], [ -111.45718025099599, 41.805851422948251 ], [ -111.45695098846375, 41.805775776142809 ], [ -111.45643696338306, 41.805606687805515 ], [ -111.45590104957357, 41.805406159735611 ], [ -111.45558688798675, 41.80524077768375 ], [ -111.4553266743564, 41.805043656649367 ], [ -111.45516913281209, 41.804895666431413 ], [ -111.45476310125272, 41.804505472508097 ], [ -111.45430911551544, 41.804142487608644 ], [ -111.45397595430298, 41.803842072077373 ], [ -111.45385465819818, 41.803711950665559 ], [ -111.45381787859598, 41.803617523049844 ], [ -111.45379886919746, 41.803482493971323 ], [ -111.45381106167216, 41.803333831211603 ], [ -111.45384482593948, 41.803171572806235 ], [ -111.45392157466047, 41.802959606344068 ], [ -111.45397950410511, 41.80263963084208 ], [ -111.45395380857074, 41.802410055249752 ], [ -111.45392145899189, 41.802090436464177 ], [ -111.45382335078706, 41.801834126084813 ], [ -111.45372521160353, 41.801573312257815 ], [ -111.45359042239579, 41.80123608399024 ], [ -111.45342611382502, 41.800980034603043 ], [ -111.45321105921848, 41.800526032291032 ], [ -111.4530290778129, 41.800152961668914 ], [ -111.45287630366276, 41.799824810348106 ], [ -111.45268105423052, 41.799447287954585 ], [ -111.4524790918928, 41.798970715169034 ], [ -111.45230741369555, 41.798521043611863 ], [ -111.45219072468821, 41.79818824571916 ], [ -111.45207961197282, 41.797792377064553 ], [ -111.45202307513034, 41.797454838748195 ], [ -111.45200359677735, 41.79725225890553 ], [ -111.45202051189101, 41.797090067157356 ], [ -111.45207964208538, 41.796940319019818 ], [ -111.45220504670077, 41.796801118334017 ], [ -111.45231856666111, 41.796683580997254 ], [ -111.45240164760997, 41.796516625162951 ], [ -111.45243126271536, 41.796448956361623 ], [ -111.45242432618993, 41.796318382813212 ], [ -111.45236889727846, 41.796138461962315 ], [ -111.45233193429033, 41.796017013591623 ], [ -111.45212399922977, 41.795544966880485 ], [ -111.45191008097811, 41.795077446767074 ], [ -111.45170829644529, 41.794623388943783 ], [ -111.45157188656674, 41.794223115529654 ], [ -111.45143142533666, 41.793759809120687 ], [ -111.45124187338502, 41.793332723180967 ], [ -111.4510162808957, 41.792914785355428 ], [ -111.45083306746103, 41.792532708601314 ], [ -111.45085014217867, 41.792393033671502 ], [ -111.4508914767534, 41.792280284410751 ], [ -111.45099270341655, 41.792126768693826 ], [ -111.45111825266716, 41.792009185229446 ], [ -111.45126188586821, 41.791896034073915 ], [ -111.45139934299053, 41.791760389595581 ], [ -111.4514826412921, 41.791624957806889 ], [ -111.45153718132842, 41.791507652920203 ], [ -111.45167860382793, 41.791251299191877 ], [ -111.45182834044269, 41.791150733069387 ], [ -111.45200218466626, 41.791055476080153 ], [ -111.45215243300126, 41.791027863934126 ], [ -111.45228472360459, 41.791013832739118 ], [ -111.45285018071701, 41.790984584266042 ], [ -111.45310259947676, 41.79093855415794 ], [ -111.45328834299096, 41.790824333662641 ], [ -111.45349148447669, 41.790617272448188 ], [ -111.45357497372822, 41.790509759960216 ], [ -111.45367615946631, 41.79035173851954 ], [ -111.45374737815608, 41.790210948585354 ], [ -111.45380599630639, 41.789990046381376 ], [ -111.45391056762961, 41.789459122928882 ], [ -111.45399751740639, 41.788989516353396 ], [ -111.4542407628858, 41.788497675070495 ], [ -111.45433570401178, 41.78830815329907 ], [ -111.45436461380241, 41.788141410040836 ], [ -111.45436961348673, 41.787997278762248 ], [ -111.4543324289674, 41.787844307346099 ], [ -111.45425248833409, 41.787601435284238 ], [ -111.45413698551765, 41.787435262986094 ], [ -111.45397297102566, 41.787216141150594 ], [ -111.45364470413031, 41.786743671197627 ], [ -111.45336531478131, 41.786375488261825 ], [ -111.45317004057202, 41.785988958905023 ], [ -111.45305413131445, 41.785764241746037 ], [ -111.45302920721105, 41.785642745899253 ], [ -111.45307655074025, 41.785529972032712 ], [ -111.45316009124309, 41.785430565831177 ], [ -111.45329588316461, 41.785231876702618 ], [ -111.4533203297114, 41.785114689583395 ], [ -111.45332526811499, 41.784961551540192 ], [ -111.45338439071641, 41.784812703157471 ], [ -111.45344392554324, 41.78472239844762 ], [ -111.45353354483836, 41.784631974943814 ], [ -111.45381569891454, 41.784539890282076 ], [ -111.45407414676879, 41.784499238382516 ], [ -111.45426656086249, 41.784480463765355 ], [ -111.45442287337987, 41.784461831630807 ], [ -111.45457870866095, 41.784375648861506 ], [ -111.45466221353584, 41.784271738205078 ], [ -111.45473346163617, 41.784136351588685 ], [ -111.45477452963615, 41.783987573935228 ], [ -111.45482775845798, 41.783856762070542 ], [ -111.45498040805074, 41.78332024256035 ], [ -111.4549949563531, 41.782824801221807 ], [ -111.45496172095682, 41.782379087457549 ], [ -111.45491104079967, 41.782019009021575 ], [ -111.45470937234781, 41.781578465429575 ], [ -111.45456223773243, 41.781191747567703 ], [ -111.45448848029818, 41.78097136836756 ], [ -111.45444518774596, 41.780804910490154 ], [ -111.45444961449157, 41.78057971846561 ], [ -111.45449612509748, 41.780349856463062 ], [ -111.45459037938384, 41.780064862939973 ], [ -111.45464344727716, 41.779741302299378 ], [ -111.45465395882474, 41.779696225790964 ], [ -111.45464695627959, 41.779556645278753 ], [ -111.45459806769675, 41.779449655647554 ], [ -111.45447076216983, 41.779314153879099 ], [ -111.45430758753194, 41.779211218950749 ], [ -111.45405898039238, 41.779108621469319 ], [ -111.45386116583485, 41.779041850734821 ], [ -111.45363225683964, 41.779002223389689 ], [ -111.45283251843284, 41.778897294586002 ], [ -111.45216891099636, 41.778814341969422 ], [ -111.45172933568367, 41.778762029295805 ], [ -111.45158468350047, 41.778725669335586 ], [ -111.45150014466948, 41.778681867378502 ], [ -111.45147560538886, 41.778614411432827 ], [ -111.45156506107314, 41.778501472556613 ], [ -111.45163067224172, 41.778420151792041 ], [ -111.4518333314177, 41.778149145401642 ], [ -111.45204160039371, 41.777820471864004 ], [ -111.45215356280019, 41.777485872108954 ], [ -111.4522405469655, 41.777192802690323 ], [ -111.45230089998908, 41.777048453319061 ], [ -111.45233953261958, 41.776552916937966 ], [ -111.45232436761978, 41.776107130754923 ], [ -111.45230438911743, 41.775832496268876 ], [ -111.45229124950851, 41.775674925697373 ], [ -111.4522131363464, 41.775517610881636 ], [ -111.45204880337685, 41.775419180717577 ], [ -111.4518681000946, 41.775388367123142 ], [ -111.4517115876247, 41.775375472113112 ], [ -111.4514646132118, 41.775331407941536 ], [ -111.45118724323423, 41.775242427663684 ], [ -111.45098175105898, 41.775108129639413 ], [ -111.45075137582107, 41.774856838000538 ], [ -111.45062733051357, 41.774497044990227 ], [ -111.45051224466982, 41.774213776115921 ], [ -111.45042704455005, 41.774074501812393 ], [ -111.45034234882644, 41.774007281398006 ], [ -111.45026360621787, 41.77393103059768 ], [ -111.45018464336312, 41.773823256133639 ], [ -111.45014165028091, 41.773697326702923 ], [ -111.45009204328404, 41.773485856736635 ], [ -111.44993128704152, 41.772865003892477 ], [ -111.44976543050011, 41.772374772137603 ], [ -111.44963107044134, 41.772087074223435 ], [ -111.44960669293022, 41.772042134650668 ], [ -111.44952773351561, 41.771934359682874 ], [ -111.44931041249546, 41.771827125845192 ], [ -111.4491719249512, 41.771809653367256 ], [ -111.44900956299428, 41.77181929501571 ], [ -111.44880648234523, 41.77185611649125 ], [ -111.44831280405317, 41.771975134875014 ], [ -111.44794694001303, 41.772134184346378 ], [ -111.44767763974865, 41.772337891394606 ], [ -111.44736080590326, 41.77262734934893 ], [ -111.44697773872493, 41.772908957823482 ], [ -111.446845852905, 41.772976122603723 ], [ -111.44663564204978, 41.773026478461553 ], [ -111.44649727754697, 41.773027016273993 ], [ -111.44635261619882, 41.772987046911879 ], [ -111.44621372741861, 41.77291192767143 ], [ -111.44561013632601, 41.772624245131844 ], [ -111.44506055569992, 41.772316534798946 ], [ -111.44452347199457, 41.772075425230369 ], [ -111.44391442078135, 41.771866115714602 ], [ -111.44357623614553, 41.77167827498581 ], [ -111.44345520825749, 41.771575161738625 ], [ -111.44337024397809, 41.771467405696711 ], [ -111.44327253549756, 41.771256118297146 ], [ -111.44324726366669, 41.771080579356827 ], [ -111.44327616385344, 41.77090933490755 ], [ -111.44330357561817, 41.770521928240491 ], [ -111.4432937464302, 41.769968035760314 ], [ -111.44334621209197, 41.769724644340037 ], [ -111.44344711166309, 41.769526100952774 ], [ -111.44356035184782, 41.769372544827014 ], [ -111.44378193247061, 41.76922757715802 ], [ -111.44399179165248, 41.769127689357347 ], [ -111.44415327786459, 41.768991960184479 ], [ -111.44429612662744, 41.768770736351172 ], [ -111.44435457191253, 41.768522817800118 ], [ -111.44442489215974, 41.768252335771336 ], [ -111.44464968365841, 41.767702038898861 ], [ -111.44479025714486, 41.767152067608357 ], [ -111.44479261202237, 41.766796281858618 ], [ -111.44473740725137, 41.766467739921879 ], [ -111.4446880414435, 41.766287790915378 ], [ -111.44452835056478, 41.765811037626676 ], [ -111.44443703514551, 41.765653768303004 ], [ -111.44427952249713, 41.765492251396701 ], [ -111.44407410696863, 41.765362443950387 ], [ -111.44392295253755, 41.765250440504268 ], [ -111.44383191872836, 41.765133701122814 ], [ -111.44380101144255, 41.765013126626833 ], [ -111.4438603182134, 41.764890402234599 ], [ -111.4439621090625, 41.764822456395116 ], [ -111.44405782251549, 41.76474552694701 ], [ -111.44439859978581, 41.764442474609609 ], [ -111.44471014459346, 41.764262029705527 ], [ -111.445136215697, 41.764116267626193 ], [ -111.44524360801381, 41.763988852690282 ], [ -111.44527851485734, 41.763817584257353 ], [ -111.44529571911168, 41.763695922967202 ], [ -111.44526418087486, 41.763484380494411 ], [ -111.44516883137764, 41.762917308396133 ], [ -111.44527310314488, 41.762164818981887 ], [ -111.44531112809034, 41.761574712370937 ], [ -111.4452723619502, 41.761187561097216 ], [ -111.44527071191091, 41.760948881659651 ], [ -111.44534070894036, 41.760633364913531 ], [ -111.44541114128202, 41.7603808955161 ], [ -111.44540410518003, 41.760233207767769 ], [ -111.44530683705736, 41.760084068366197 ], [ -111.44510695352453, 41.759882185073749 ], [ -111.44480305038816, 41.759424004244678 ], [ -111.44466867779286, 41.759127292863553 ], [ -111.44452761735027, 41.758907166820684 ], [ -111.44429912498458, 41.758742321525453 ], [ -111.44410578490817, 41.758616070072662 ], [ -111.44377985373021, 41.758450699620511 ], [ -111.44313385593956, 41.758097415760922 ], [ -111.44287408872084, 41.757931787517514 ], [ -111.44257231467735, 41.757779831022894 ], [ -111.44220435259395, 41.75762362497985 ], [ -111.44204717436422, 41.757507138568499 ], [ -111.44183524940968, 41.757300792293009 ], [ -111.44160448004921, 41.756977426796247 ], [ -111.44130699983293, 41.756397616989219 ], [ -111.44112740402595, 41.755992990725105 ], [ -111.44104338977222, 41.755844697403347 ], [ -111.44104866405472, 41.755736592900817 ], [ -111.44105973672143, 41.755596941561912 ], [ -111.44114819229272, 41.755339901847016 ], [ -111.44140834294122, 41.754685893569018 ], [ -111.44149546885271, 41.75423520764955 ], [ -111.44147588356296, 41.754010107306271 ], [ -111.44140803170201, 41.75376267482725 ], [ -111.44126782694151, 41.753488499117438 ], [ -111.44107198666291, 41.75299386468307 ], [ -111.44108861072546, 41.752611002258313 ], [ -111.44121157285619, 41.752299787731168 ], [ -111.44124105645071, 41.752214107754789 ], [ -111.44131155765386, 41.751970647257536 ], [ -111.44138168812307, 41.751673145965029 ], [ -111.44142859568456, 41.751497328716887 ], [ -111.44152361359468, 41.751321326580467 ], [ -111.44161943352499, 41.751262412648181 ], [ -111.44176342554455, 41.751212320462301 ], [ -111.44191944495878, 41.751162181837188 ], [ -111.44238012747374, 41.750813638453344 ], [ -111.4427024579477, 41.750461122839241 ], [ -111.44277310649196, 41.750240178385368 ], [ -111.44279592346771, 41.750059949857182 ], [ -111.4428253420532, 41.749965262664354 ], [ -111.44261673105049, 41.749362595405998 ], [ -111.44234280925492, 41.748881774087401 ], [ -111.44202106736094, 41.748442568395902 ], [ -111.44186886941384, 41.74817204210769 ], [ -111.44182550870563, 41.747987564667099 ], [ -111.44184854992005, 41.747839760713859 ], [ -111.441943462539, 41.747649347275548 ], [ -111.44214690123164, 41.747499948545098 ], [ -111.4424217274597, 41.747237686667376 ], [ -111.44279310653647, 41.747024590769875 ], [ -111.44322501984614, 41.746869805902648 ], [ -111.44359087674086, 41.74672878500111 ], [ -111.44390791147734, 41.746484370654485 ], [ -111.44421889941762, 41.746235475284806 ], [ -111.44448748106771, 41.745941707937128 ], [ -111.44492886007826, 41.7454175915219 ], [ -111.44513113389205, 41.745101561782548 ], [ -111.44520179949029, 41.744885119096843 ], [ -111.4450983243846, 41.744704478513704 ], [ -111.44498881801769, 41.744521159077415 ], [ -111.44492716270032, 41.744300725391113 ], [ -111.44485351260283, 41.744084841621842 ], [ -111.44456654560814, 41.743455459502258 ], [ -111.44433004809484, 41.743168148991913 ], [ -111.44413641978632, 41.742993260296039 ], [ -111.44393104564386, 41.742858948334082 ], [ -111.44376197373565, 41.742756921154324 ], [ -111.44349686766327, 41.742680484148238 ], [ -111.44318980120579, 41.742623123168634 ], [ -111.44211223626395, 41.742447133532508 ], [ -111.44142567508817, 41.742292149922626 ], [ -111.44119064470026, 41.742216492742358 ], [ -111.4410215418113, 41.742109057405926 ], [ -111.44085228546942, 41.741979104799313 ], [ -111.4406945014376, 41.741768044550327 ], [ -111.44060270657826, 41.741534213446812 ], [ -111.44049025766905, 41.740917662052567 ], [ -111.44043248619191, 41.740382865027051 ], [ -111.44055576322393, 41.739944650003707 ], [ -111.44067466381289, 41.739746039043339 ], [ -111.44078924623079, 41.739619500893085 ], [ -111.44090752824624, 41.739506459000623 ], [ -111.44109312140978, 41.739388655087751 ], [ -111.44129058514145, 41.739248287667039 ], [ -111.44156583655439, 41.739052678011433 ], [ -111.44182176422251, 41.738669795398891 ], [ -111.4418862053618, 41.738421853770802 ], [ -111.44189123008218, 41.738277721670677 ], [ -111.4418719574435, 41.738097654810296 ], [ -111.44183483239907, 41.737944677736316 ], [ -111.44165173989184, 41.737549071442736 ], [ -111.44150540322971, 41.737252401159594 ], [ -111.44147435373924, 41.737108407651377 ], [ -111.44149106500839, 41.736914691854587 ], [ -111.44153817779623, 41.736770398012517 ], [ -111.44160332773752, 41.736626034829044 ], [ -111.44174626879762, 41.736427330260263 ], [ -111.44197840720901, 41.736084169618508 ], [ -111.442031561582, 41.735944355842435 ], [ -111.44203066609212, 41.735813757027785 ], [ -111.44198176430882, 41.735696853453696 ], [ -111.44191519608295, 41.735634060117619 ], [ -111.44185473294121, 41.735584753845394 ], [ -111.44172184395424, 41.735495194244649 ], [ -111.44116177157419, 41.735186602569215 ], [ -111.44078090000036, 41.735057461946745 ], [ -111.44035899252151, 41.734905959692504 ], [ -111.43997914224579, 41.734749791325626 ], [ -111.43967131200071, 41.734574431331446 ], [ -111.43930941615686, 41.734405582159738 ], [ -111.4390502147365, 41.734307495236067 ], [ -111.43856304716958, 41.734106696888325 ], [ -111.43763266102144, 41.733623863083082 ], [ -111.43724635455874, 41.733400157295222 ], [ -111.43682358129652, 41.73311804295988 ], [ -111.43651519417051, 41.732858010217804 ], [ -111.43625521091457, 41.732642828166291 ], [ -111.43603725295016, 41.73241847899326 ], [ -111.43576599482149, 41.732135785656084 ], [ -111.43552218139995, 41.731821462936303 ], [ -111.4352435312708, 41.731511775168087 ], [ -111.43498840372959, 41.731301976034274 ], [ -111.43471793828175, 41.731135468243863 ], [ -111.43449452510525, 41.730992200263501 ], [ -111.43402999946422, 41.730755268679289 ], [ -111.43343288263024, 41.730469296571755 ], [ -111.43299232137129, 41.730218759773926 ], [ -111.43268453775221, 41.73004428141401 ], [ -111.43209278737365, 41.729660105096244 ], [ -111.43178427906369, 41.729376641554943 ], [ -111.43132494327259, 41.729013580542464 ], [ -111.43103457294671, 41.728744458169743 ], [ -111.43080437622977, 41.728483215827254 ], [ -111.43062270788062, 41.728286642034639 ], [ -111.43035085962649, 41.728089505011155 ], [ -111.43007877274945, 41.727856339962997 ], [ -111.42973352797505, 41.727470327733741 ], [ -111.42939471873669, 41.72714733986399 ], [ -111.42911671764573, 41.726927705194626 ], [ -111.42895972809671, 41.726824710059574 ], [ -111.42880288877518, 41.726744231818401 ], [ -111.42853763271999, 41.726632632993947 ], [ -111.42823615891784, 41.726498650860208 ], [ -111.42803143842167, 41.72644987473047 ], [ -111.42782091585555, 41.726432644579035 ], [ -111.42732136330271, 41.726344432678303 ], [ -111.42661111172039, 41.726211965680243 ], [ -111.42584036160079, 41.726021172545359 ], [ -111.42524424531264, 41.725874763454918 ], [ -111.42488293434938, 41.725781525734227 ], [ -111.42452135761582, 41.725647756038335 ], [ -111.42423180105564, 41.725495705193673 ], [ -111.42383987420176, 41.725317010030665 ], [ -111.42329733351788, 41.725088428836173 ], [ -111.422773078768, 41.724897607495649 ], [ -111.4224659971044, 41.724822176765677 ], [ -111.42221328375591, 41.724787077288994 ], [ -111.42197157382071, 41.724779858775115 ], [ -111.42142526512109, 41.724708906320139 ], [ -111.42089004843055, 41.724679343174138 ], [ -111.42064944729952, 41.724657706500615 ], [ -111.42042690387066, 41.724639606085681 ], [ -111.4201803621025, 41.724628798652006 ], [ -111.42005965986904, 41.724556282652813 ], [ -111.41995799477915, 41.724453072904467 ], [ -111.41993183814212, 41.72431355885675 ], [ -111.4199963789975, 41.724070131991105 ], [ -111.42006578669843, 41.723651049338017 ], [ -111.41999708204314, 41.723254989178393 ], [ -111.41992981501602, 41.723079597048311 ], [ -111.41980871145168, 41.722944933407867 ], [ -111.41963966543581, 41.722832962413811 ], [ -111.41939833948412, 41.722698737303467 ], [ -111.41883176846798, 41.722466619755302 ], [ -111.41848781788291, 41.722265213645201 ], [ -111.41829464382337, 41.722139817906672 ], [ -111.41814935502029, 41.721982722831669 ], [ -111.41802799454597, 41.721807526368757 ], [ -111.41788043132067, 41.721299163166776 ], [ -111.41777611419639, 41.720970784094405 ], [ -111.41761752435544, 41.720615580920011 ], [ -111.41752572717134, 41.720363716258838 ], [ -111.4175004823874, 41.720178262129522 ], [ -111.41748697977516, 41.719949531342124 ], [ -111.41752021770358, 41.719512567153778 ], [ -111.41759587508996, 41.719128590562342 ], [ -111.4175756035861, 41.71878279227078 ], [ -111.41758628413005, 41.718575590558707 ], [ -111.41767466723688, 41.718300553317455 ], [ -111.41777311695152, 41.717723742089468 ], [ -111.41795667701821, 41.717295238097059 ], [ -111.41799107775134, 41.71703841105181 ], [ -111.4179657221321, 41.716835843858405 ], [ -111.41793004356786, 41.716709874424453 ], [ -111.41782523172178, 41.71648958196058 ], [ -111.4177270209042, 41.716174690989 ], [ -111.41772515461258, 41.715886470997035 ], [ -111.41776582854678, 41.715670153045529 ], [ -111.41785318609321, 41.715237495223597 ], [ -111.41785814648208, 41.715075349600745 ], [ -111.41781481909879, 41.714881854740277 ], [ -111.41774117739668, 41.714647938159324 ], [ -111.41755832883337, 41.714256794322573 ], [ -111.41742432289227, 41.713982564930312 ], [ -111.41734467331653, 41.713748669879401 ], [ -111.41726429617562, 41.71340218876955 ], [ -111.41716565031146, 41.713018844826586 ], [ -111.41706684261413, 41.712610281501547 ], [ -111.4170348702478, 41.712313163484289 ], [ -111.4170336476858, 41.712124018971977 ], [ -111.41710486744333, 41.711984150550606 ], [ -111.41725409669766, 41.711825083966097 ], [ -111.41764231436281, 41.711446276499487 ], [ -111.41779096367618, 41.711198041080117 ], [ -111.41786737423675, 41.710932053969934 ], [ -111.41789139154635, 41.710742817642632 ], [ -111.41790523846556, 41.710468050884039 ], [ -111.41785515215757, 41.709972842744918 ], [ -111.41780538679745, 41.709712718600521 ], [ -111.41780465197061, 41.709599231853488 ], [ -111.41782807939772, 41.709504572159304 ], [ -111.41788739138167, 41.709382760682622 ], [ -111.41797074283167, 41.709260861741051 ], [ -111.41811422225521, 41.709143247533611 ], [ -111.4185028452715, 41.708830187343985 ], [ -111.41928569771336, 41.708143694964356 ], [ -111.41990717276718, 41.707596496299551 ], [ -111.42034394954096, 41.707297665215719 ], [ -111.42079804661293, 41.706890683833201 ], [ -111.4210423874774, 41.706574540343084 ], [ -111.42110775916464, 41.706461712050185 ], [ -111.42116697402111, 41.706326388528765 ], [ -111.42118441511627, 41.706236253592309 ], [ -111.42115304438221, 41.70603370877317 ], [ -111.4210854399399, 41.705804275403679 ], [ -111.42105878925248, 41.705588202594008 ], [ -111.42111240234455, 41.705331303715518 ], [ -111.42114683742172, 41.705082581477299 ], [ -111.42116782489907, 41.704615035876166 ], [ -111.42114231757871, 41.704389951746236 ], [ -111.42111006637846, 41.704052303502024 ], [ -111.42109074521038, 41.703854217985892 ], [ -111.42101575319413, 41.703413144567072 ], [ -111.42099578625493, 41.703115983207468 ], [ -111.42106015564794, 41.702850037733249 ], [ -111.42117719758608, 41.702367728602333 ], [ -111.42133689039862, 41.701975334033499 ], [ -111.42149708124303, 41.70165949781596 ], [ -111.42157378909596, 41.701443045835838 ], [ -111.42160992824286, 41.701271778184143 ], [ -111.42161397074267, 41.701154670931111 ], [ -111.42155744699984, 41.700781083229472 ], [ -111.4215685534482, 41.700641432280008 ], [ -111.42158593368279, 41.700542290308434 ], [ -111.42161960984339, 41.700362024552014 ], [ -111.42158979553611, 41.700213516600002 ], [ -111.42150484502915, 41.700087728652896 ], [ -111.42137765508501, 41.699935074189987 ], [ -111.42092993104168, 41.699468345140723 ], [ -111.4205846006311, 41.699037268068601 ], [ -111.42036047985057, 41.698763371116719 ], [ -111.42023877643761, 41.69852963126089 ], [ -111.4201655261748, 41.698354260370145 ], [ -111.42002371710903, 41.697800841201875 ], [ -111.41993701508639, 41.697404844977001 ], [ -111.41988164688472, 41.697206890735771 ], [ -111.41983208278944, 41.696977390350774 ], [ -111.41981915732934, 41.696837827264559 ], [ -111.41995665577701, 41.696729239497934 ], [ -111.42015523775302, 41.696773549246629 ], [ -111.42026969733449, 41.696818166313541 ], [ -111.42062497719802, 41.696933959036848 ], [ -111.42114873928615, 41.697085161825605 ], [ -111.42202089641437, 41.697217069144322 ], [ -111.42256198295856, 41.69726011647446 ], [ -111.42275422920156, 41.697254005174038 ], [ -111.42284433760859, 41.697250070822129 ], [ -111.42307838565422, 41.697204173860094 ], [ -111.42327022418415, 41.697135914100507 ], [ -111.42436761211601, 41.696794100275021 ], [ -111.42495654543241, 41.696620788863036 ], [ -111.42551835444348, 41.696343993026041 ], [ -111.42592519391145, 41.696076775995529 ], [ -111.42622396326836, 41.695823469046807 ], [ -111.42639068890502, 41.695593169089918 ], [ -111.42652742975683, 41.695371987289811 ], [ -111.42660464907726, 41.695236593904035 ], [ -111.42681804120515, 41.694794452782283 ], [ -111.42685319934375, 41.694659215420444 ], [ -111.42686429338853, 41.694519563868987 ], [ -111.42680873384305, 41.694295492948513 ], [ -111.42671178787423, 41.694173356119698 ], [ -111.42654277598476, 41.694056890972945 ], [ -111.42625912767379, 41.693868793859401 ], [ -111.42584870915016, 41.693591094641597 ], [ -111.42543234507353, 41.693322423071962 ], [ -111.425238948092, 41.693152003523714 ], [ -111.425021482953, 41.692976268383219 ], [ -111.42436278437457, 41.692403147401905 ], [ -111.42411505174778, 41.69219239449685 ], [ -111.42398754606207, 41.691990204690136 ], [ -111.42394589116637, 41.691868762188214 ], [ -111.42393199282486, 41.691765231532855 ], [ -111.42395457703232, 41.69154447368421 ], [ -111.42411372383009, 41.691075516014408 ], [ -111.42430986443537, 41.690750535520955 ], [ -111.42441022766839, 41.690479951166203 ], [ -111.42440350909092, 41.690371890466075 ], [ -111.42437225477738, 41.690187359792716 ], [ -111.4242496064483, 41.689809513295444 ], [ -111.42415045938814, 41.689350515761447 ], [ -111.42417194750897, 41.688963129954544 ], [ -111.42422415582642, 41.68867921270688 ], [ -111.42430807862976, 41.688467235369828 ], [ -111.42451978925084, 41.687953047172847 ], [ -111.42478064269827, 41.68742066265763 ], [ -111.42492382437027, 41.687267012138669 ], [ -111.42516896099488, 41.687085962914004 ], [ -111.42538456730811, 41.686982483795283 ], [ -111.42588860403414, 41.68670409816135 ], [ -111.42604266089059, 41.686560313777761 ], [ -111.42612581920457, 41.686415891367815 ], [ -111.42617831415478, 41.686177007716239 ], [ -111.42615972620465, 41.686091508885127 ], [ -111.42608076366587, 41.68596119823254 ], [ -111.42598978597758, 41.685830932057961 ], [ -111.42555429114864, 41.685386692324059 ], [ -111.42539074853333, 41.685184637257038 ], [ -111.42531113618944, 41.684955249980803 ], [ -111.42530968295809, 41.684734580563173 ], [ -111.42533202292343, 41.684477794544982 ], [ -111.42532435444905, 41.68422562313652 ], [ -111.42532307915654, 41.684031974440039 ], [ -111.42537566419863, 41.683806601425985 ], [ -111.42548704838592, 41.683387357273695 ], [ -111.42570623907201, 41.682918174458081 ], [ -111.42592025071775, 41.682575110315526 ], [ -111.42599079535825, 41.682340663269912 ], [ -111.42600206759464, 41.682228032258323 ], [ -111.4259833028465, 41.682115512578036 ], [ -111.42591047175466, 41.682003193265047 ], [ -111.425819678192, 41.681899947595319 ], [ -111.42562542435732, 41.681594424409774 ], [ -111.42560017833591, 41.681409871537518 ], [ -111.42562313929733, 41.681247657988912 ], [ -111.42571795021422, 41.681049149750876 ], [ -111.42576523671406, 41.680931881759754 ], [ -111.42594147562565, 41.680327750292996 ], [ -111.42612990387666, 41.679750594729335 ], [ -111.42626578040732, 41.679403315869791 ], [ -111.42638446652455, 41.679182200612523 ], [ -111.42645536265287, 41.67900179470616 ], [ -111.42651451184304, 41.678861964491382 ], [ -111.42655560982115, 41.67871769766743 ], [ -111.42657874591912, 41.678582504637838 ], [ -111.42659557746771, 41.678402299279568 ], [ -111.42665331619774, 41.678230949208611 ], [ -111.42671378466396, 41.678109128265966 ], [ -111.42674940429593, 41.678045045284932 ], [ -111.42681420787326, 41.677852051742306 ], [ -111.4267895253252, 41.677753064802701 ], [ -111.426674649009, 41.67764090200852 ], [ -111.42634251189189, 41.67737642375257 ], [ -111.42617866049694, 41.677124831348245 ], [ -111.42596015437246, 41.676783369801377 ], [ -111.42574245190777, 41.676563501330818 ], [ -111.42551898138268, 41.6763796823844 ], [ -111.42519886916065, 41.676115156233664 ], [ -111.42484224486346, 41.675778706957196 ], [ -111.42452196083656, 41.67548715807515 ], [ -111.42408654638335, 41.675042911606077 ], [ -111.42373585190553, 41.674692926216139 ], [ -111.42354846320029, 41.674513473910359 ], [ -111.42332544864966, 41.674397202573672 ], [ -111.42316898015417, 41.674352743017984 ], [ -111.42293457262396, 41.674331087954229 ], [ -111.42269424108142, 41.67432206421104 ], [ -111.42197306446387, 41.674267068464133 ], [ -111.42129943718751, 41.674134432398922 ], [ -111.42095685267518, 41.67410416262782 ], [ -111.42075889724137, 41.674145419672286 ], [ -111.42061523601393, 41.674222506299152 ], [ -111.42039981679001, 41.674349394575323 ], [ -111.42014281852282, 41.67454849165739 ], [ -111.41975419775316, 41.674829133298132 ], [ -111.41946704495038, 41.675010324679796 ], [ -111.41920914112858, 41.675070712843436 ], [ -111.41895714426933, 41.675115766740177 ], [ -111.41849491669464, 41.67516248648235 ], [ -111.41802729362522, 41.675303799070235 ], [ -111.41776345621066, 41.675375914865626 ], [ -111.4172004252581, 41.675626557355585 ], [ -111.41680526116987, 41.675827049110168 ], [ -111.41642189346958, 41.675994170308449 ], [ -111.41619389513674, 41.676035528331511 ], [ -111.4159239646368, 41.676095051954533 ], [ -111.41579184320017, 41.676100033579232 ], [ -111.4155995084988, 41.676082714926025 ], [ -111.41536486545535, 41.676025016686403 ], [ -111.41525642985721, 41.675976769909909 ], [ -111.41494880314414, 41.675778822948025 ], [ -111.41465911774996, 41.675568200415753 ], [ -111.41452000803024, 41.675420084229998 ], [ -111.41433804289404, 41.675146022259327 ], [ -111.41412557802695, 41.674799111957192 ], [ -111.41407675071984, 41.674678592045247 ], [ -111.4141535676543, 41.674480157922062 ], [ -111.41428499283842, 41.674367094864337 ], [ -111.41444653756763, 41.67426743377758 ], [ -111.41472116761315, 41.67400523571748 ], [ -111.41489986304659, 41.67377040480482 ], [ -111.4149826829947, 41.673571948429263 ], [ -111.41502406385068, 41.673468216745015 ], [ -111.41505250562146, 41.6732204173071 ], [ -111.41504568900581, 41.673094341764553 ], [ -111.41502683039559, 41.672963806125679 ], [ -111.41497796811512, 41.672837882391953 ], [ -111.41488685793192, 41.672680586105024 ], [ -111.4147051592054, 41.672447055816782 ], [ -111.41456602726313, 41.67229443610244 ], [ -111.41451763445224, 41.672241468425206 ], [ -111.41439640148376, 41.672069868916914 ], [ -111.41432325540276, 41.671903500232837 ], [ -111.41424435175202, 41.671588534163988 ], [ -111.41414953252868, 41.671039439279788 ], [ -111.41405019848078, 41.670535396320261 ], [ -111.41397474685243, 41.670008749314185 ], [ -111.41395563169806, 41.669837682132943 ], [ -111.41397223672593, 41.669616946914168 ], [ -111.41400154656463, 41.669504251843939 ], [ -111.41404243588788, 41.669323961349171 ], [ -111.41413085500503, 41.669062435142081 ], [ -111.41435054262647, 41.668665328284241 ], [ -111.41452266978716, 41.668344953395533 ], [ -111.41458104940415, 41.668082634419015 ], [ -111.41459168049141, 41.667867324891532 ], [ -111.41453569025691, 41.667565786889142 ], [ -111.41439535640133, 41.667224020731609 ], [ -111.41414053519259, 41.666824120390359 ], [ -111.41398302386126, 41.666613019461757 ], [ -111.41364487421451, 41.666330511224025 ], [ -111.41346406238617, 41.666232082982859 ], [ -111.41315689659548, 41.666098080056962 ], [ -111.41274800572515, 41.666022988228576 ], [ -111.41193048515321, 41.665913331512925 ], [ -111.41083269353466, 41.665930771443897 ], [ -111.41018848981695, 41.665874525695976 ], [ -111.40984601118517, 41.665853229503554 ], [ -111.40946798252108, 41.665908619857277 ], [ -111.40919845862666, 41.666026672886133 ], [ -111.40894698569468, 41.6661500653573 ], [ -111.40831798046179, 41.666408105140228 ], [ -111.40780297556675, 41.666648623438192 ], [ -111.40745991705545, 41.666726401017812 ], [ -111.40723895401206, 41.666736191297801 ], [ -111.40701633587804, 41.666673929691306 ], [ -111.40681754356964, 41.666580058244826 ], [ -111.40661844014001, 41.6664366481413 ], [ -111.40604476264053, 41.665943282082416 ], [ -111.40586103130562, 41.665569232863199 ], [ -111.40577024998862, 41.665267813276017 ], [ -111.40571476123093, 41.665039227090773 ], [ -111.40570697433517, 41.664755528774066 ], [ -111.40581363637997, 41.664525469428192 ], [ -111.40594440552404, 41.664308835588862 ], [ -111.40611098178306, 41.664056046403864 ], [ -111.40641432856957, 41.663586601355846 ], [ -111.40653965470966, 41.663460057759082 ], [ -111.40664702005556, 41.663342584739631 ], [ -111.40670056088925, 41.663261330766488 ], [ -111.40673605631662, 41.663175637040858 ], [ -111.40672939884111, 41.663072078133162 ], [ -111.40665639617005, 41.662923718116275 ], [ -111.40636645582065, 41.662659032002885 ], [ -111.40577474079883, 41.662156720836236 ], [ -111.40521317543042, 41.661672314630863 ], [ -111.40463399680219, 41.661251017859712 ], [ -111.40414532950581, 41.660896953728844 ], [ -111.40343217042087, 41.660368035738855 ], [ -111.40283011057154, 41.659933299304505 ], [ -111.4024620460377, 41.659655366184943 ], [ -111.40223233061508, 41.659412976514155 ], [ -111.40214124254152, 41.659251166042957 ], [ -111.40207987312424, 41.659039712059595 ], [ -111.40207313954916, 41.658922642299309 ], [ -111.4020597565095, 41.658702013243925 ], [ -111.40205818791533, 41.658449817726627 ], [ -111.40209225827142, 41.658134447274719 ], [ -111.40203962342916, 41.657396042632605 ], [ -111.40194624260899, 41.656864945540477 ], [ -111.40190814036879, 41.656531813053704 ], [ -111.40189254671263, 41.655955407904578 ], [ -111.40186039427951, 41.655613247361757 ], [ -111.40177456182519, 41.655329821132028 ], [ -111.40173191173659, 41.655230891181596 ], [ -111.40156106094798, 41.654794639747301 ], [ -111.40152374513677, 41.654587604854655 ], [ -111.40154036115973, 41.65436236717953 ], [ -111.40157529919391, 41.654186605004725 ], [ -111.40162261591314, 41.654070246989257 ], [ -111.40187290842893, 41.653762227126997 ], [ -111.40219523307879, 41.653450351807955 ], [ -111.40235051562649, 41.653314700556649 ], [ -111.40251752658654, 41.653133972086501 ], [ -111.40266641033512, 41.652935292497951 ], [ -111.40285104063076, 41.652691451493951 ], [ -111.40317809617784, 41.652176895049713 ], [ -111.40332091491942, 41.651969228668911 ], [ -111.40345217881217, 41.651834560893917 ], [ -111.40361342570054, 41.651693482656057 ], [ -111.40379880827379, 41.651571234501098 ], [ -111.40396634529596, 41.651476070332677 ], [ -111.4046975202197, 41.651252822182691 ], [ -111.40513438411621, 41.651017096299533 ], [ -111.40551711965315, 41.650768048937508 ], [ -111.40628892588414, 41.650323971120564 ], [ -111.40665414938424, 41.650156046570054 ], [ -111.40704925132377, 41.649965497074021 ], [ -111.40738436369304, 41.649784166036 ], [ -111.40750411109684, 41.64972969841844 ], [ -111.40772579092213, 41.649652351173437 ], [ -111.40791144962141, 41.649576032055016 ], [ -111.40808458186868, 41.649417791659928 ], [ -111.40816786975481, 41.649294998121093 ], [ -111.40823894962071, 41.649140722703869 ], [ -111.40833528454883, 41.648231554710712 ], [ -111.4084482014683, 41.647096246963727 ], [ -111.40860425828235, 41.646137326613598 ], [ -111.40864756689832, 41.64538957522975 ], [ -111.40865660966459, 41.644920268021551 ], [ -111.40875756667293, 41.64474426867146 ], [ -111.40888896978966, 41.644635714927226 ], [ -111.40905639592336, 41.644527032843968 ], [ -111.41007406221323, 41.644050528834597 ], [ -111.41088298080828, 41.643606287354558 ], [ -111.4113359510655, 41.643271400870177 ], [ -111.41157429725786, 41.64298682086195 ], [ -111.41182467751017, 41.642706700834864 ], [ -111.41211719636583, 41.642444443587088 ], [ -111.41232054748929, 41.642322117109373 ], [ -111.41265720851312, 41.642203815375737 ], [ -111.41343527854717, 41.64201186826358 ], [ -111.41377053349554, 41.641862043111971 ], [ -111.41394998034539, 41.64175781419447 ], [ -111.41415924295602, 41.641621952360872 ], [ -111.41463047006251, 41.641142871759996 ], [ -111.41522588554876, 41.640370606491672 ], [ -111.41570982619399, 41.640004065528785 ], [ -111.41618123290094, 41.639556503032097 ], [ -111.41630652263699, 41.639434452056101 ], [ -111.41643275165366, 41.639271865107261 ], [ -111.41649671864627, 41.639136525247601 ], [ -111.41650211311284, 41.639041930025328 ], [ -111.41648897548026, 41.638866337080493 ], [ -111.41628129591382, 41.638313146063403 ], [ -111.4159471457351, 41.637697361849895 ], [ -111.4155229826796, 41.637086405610837 ], [ -111.41527358414584, 41.636578399442726 ], [ -111.41503043662975, 41.636295550416442 ], [ -111.41478992348914, 41.636048720203206 ], [ -111.4141793413589, 41.635384388050575 ], [ -111.41381073517189, 41.635007412597837 ], [ -111.41367748803218, 41.634823244300875 ], [ -111.41353780687409, 41.634571544879059 ], [ -111.41337264748739, 41.634090252907733 ], [ -111.41319068986596, 41.633798172577279 ], [ -111.41297928864969, 41.633595369167963 ], [ -111.41262259627632, 41.633201233256834 ], [ -111.4123736088308, 41.632751765857314 ], [ -111.41227006879916, 41.632517949575885 ], [ -111.41204532117035, 41.632103522623858 ], [ -111.41188747783255, 41.631825765230182 ], [ -111.41183865338272, 41.631699839090707 ], [ -111.41183790809794, 41.631582747906513 ], [ -111.41182495678093, 41.631434175179592 ], [ -111.41191258318298, 41.631054657252342 ], [ -111.41199973256883, 41.630600381008719 ], [ -111.4120215349455, 41.630253524840697 ], [ -111.41198419670162, 41.629857340894418 ], [ -111.41196918476197, 41.629573667184161 ], [ -111.41196810097149, 41.629403434555194 ], [ -111.41188911670599, 41.629254197683302 ], [ -111.41179215976861, 41.62911042947043 ], [ -111.4116583289952, 41.62883168486659 ], [ -111.41159169790349, 41.628548195893721 ], [ -111.41152909844313, 41.628332246621135 ], [ -111.41147447543929, 41.628237866292885 ], [ -111.41134136352991, 41.628071709017824 ], [ -111.41116609267529, 41.627883184319195 ], [ -111.41079200212644, 41.627578276061641 ], [ -111.41068304551544, 41.627434549746717 ], [ -111.4106402005212, 41.627304098021455 ], [ -111.41068739017444, 41.627173324656638 ], [ -111.41088397913023, 41.626938434260893 ], [ -111.41099156248278, 41.626865991860384 ], [ -111.41114696341226, 41.626761853050162 ], [ -111.41133806246563, 41.626608046546856 ], [ -111.41146316470522, 41.626458979578835 ], [ -111.41162362085151, 41.626206202762624 ], [ -111.41169441542539, 41.626012293839111 ], [ -111.41175952259591, 41.625867944995164 ], [ -111.41183666246268, 41.625728056618257 ], [ -111.41194409940971, 41.625633095766233 ], [ -111.4121175252276, 41.625532493924268 ], [ -111.41227329984081, 41.625487799945006 ], [ -111.41263279081798, 41.625386529879073 ], [ -111.41305820052014, 41.6252688088368 ], [ -111.41320793722033, 41.625218730947651 ], [ -111.41341146253701, 41.625132430520729 ], [ -111.41366883348316, 41.62501891429379 ], [ -111.41383648901031, 41.624955260258162 ], [ -111.41440515919385, 41.624714520081675 ], [ -111.41460215995676, 41.62454717599023 ], [ -111.41465586103025, 41.624497442532935 ], [ -111.41496020405592, 41.624221623814982 ], [ -111.41537794652767, 41.623846315043181 ], [ -111.41619613519174, 41.623208345910697 ], [ -111.41672137608471, 41.622751577868108 ], [ -111.41708029924011, 41.622565627935352 ], [ -111.41739181542076, 41.622474424963215 ], [ -111.41768561579528, 41.622428321682115 ], [ -111.41793795532567, 41.622467937106812 ], [ -111.41831082715576, 41.622583674923654 ], [ -111.41889464041191, 41.622833751556733 ], [ -111.4195206758834, 41.623115196444679 ], [ -111.42011720403194, 41.62347330720975 ], [ -111.42070287666004, 41.623822447347813 ], [ -111.42093642713957, 41.623925175546582 ], [ -111.42117100291844, 41.624000877821203 ], [ -111.42138739730473, 41.624049624572677 ], [ -111.42200604376808, 41.624114909413834 ], [ -111.42216206654244, 41.624109832933897 ], [ -111.42258214808484, 41.624099282248366 ], [ -111.42270192344461, 41.624058309356208 ], [ -111.42279177692886, 41.624030957235554 ], [ -111.42302479514747, 41.623867969856718 ], [ -111.42310829295653, 41.623786597494366 ], [ -111.42334119166959, 41.623605595447707 ], [ -111.42353234072779, 41.623465279287636 ], [ -111.42407027312264, 41.623121021367844 ], [ -111.42441117132989, 41.62293511506779 ], [ -111.42462067627342, 41.622848772705993 ], [ -111.42493765268462, 41.622676464044474 ], [ -111.42552331926288, 41.622291490288653 ], [ -111.42588033245721, 41.622001936786511 ], [ -111.42620331733224, 41.621649457696236 ], [ -111.42640619091223, 41.621468560702347 ], [ -111.42659756446123, 41.621364267508035 ], [ -111.42684289363199, 41.621250766433882 ], [ -111.42757323124647, 41.620964324480816 ], [ -111.42806382268272, 41.620728310648587 ], [ -111.4284940361338, 41.620438476375867 ], [ -111.42870899227793, 41.620271041105781 ], [ -111.4288757552508, 41.620076763528452 ], [ -111.42897677411518, 41.61992416433494 ], [ -111.42913737854951, 41.619706490535812 ], [ -111.4294294003064, 41.619214505685107 ], [ -111.42949878426239, 41.618998072798924 ], [ -111.42959928592592, 41.618768012725553 ], [ -111.4297301231547, 41.618587378968783 ], [ -111.42985486847121, 41.618393256980475 ], [ -111.42986024193105, 41.618298660890396 ], [ -111.4298403195684, 41.618190648526756 ], [ -111.42976248446425, 41.618037816480459 ], [ -111.42947772791725, 41.617633554913937 ], [ -111.42926555867423, 41.617314590365133 ], [ -111.42914371017461, 41.617040324474921 ], [ -111.42902666377138, 41.616766040520332 ], [ -111.42882182049442, 41.616465062240877 ], [ -111.42851316121391, 41.616074398182832 ], [ -111.4281626758419, 41.615710910778382 ], [ -111.42793248609318, 41.615387507142962 ], [ -111.42770850808078, 41.615095605267207 ], [ -111.42762933281752, 41.614920258562798 ], [ -111.42751949807425, 41.614645946136342 ], [ -111.42741503507382, 41.614276136827748 ], [ -111.42736010967765, 41.614137629453765 ], [ -111.42737716161135, 41.61399345014474 ], [ -111.42744798505949, 41.613813041928786 ], [ -111.42752400622854, 41.613511016518196 ], [ -111.42748505637513, 41.613065302677605 ], [ -111.42735719287397, 41.612786553418836 ], [ -111.42715108076281, 41.612472065779329 ], [ -111.4270062985776, 41.612175364464534 ], [ -111.42694972431667, 41.611968407879417 ], [ -111.42694277318365, 41.611824317720739 ], [ -111.4269773528663, 41.611608015327668 ], [ -111.42692735662521, 41.611306458162559 ], [ -111.42675107720795, 41.610964837177804 ], [ -111.42658145313483, 41.61072227095903 ], [ -111.42652658599431, 41.610591869405759 ], [ -111.42660329022617, 41.610393425285025 ], [ -111.42686515509492, 41.610063688602025 ], [ -111.42718666747048, 41.609679686170189 ], [ -111.42749694780413, 41.609412818864101 ], [ -111.42772349066169, 41.609187695648963 ], [ -111.42776468579045, 41.609065043739676 ], [ -111.42777048826549, 41.608853351707673 ], [ -111.42769591285438, 41.608646462349249 ], [ -111.42758017736111, 41.608385682504355 ], [ -111.42752418041327, 41.608084147748421 ], [ -111.42746173760159, 41.607715082505386 ], [ -111.42727236500245, 41.607206876555367 ], [ -111.42728813771591, 41.606869045837598 ], [ -111.4274295316779, 41.606472200949014 ], [ -111.42754223045078, 41.606273622237531 ], [ -111.42769737697049, 41.606142439931354 ], [ -111.42785852318536, 41.606011235084914 ], [ -111.42792387207399, 41.605911912028972 ], [ -111.42794760549766, 41.605871291026645 ], [ -111.42798265499096, 41.605727044428775 ], [ -111.42796385653146, 41.605606417151911 ], [ -111.42783498254869, 41.605172746964065 ], [ -111.42759167825244, 41.604674649986165 ], [ -111.42742625489483, 41.604157347676441 ], [ -111.42739438185411, 41.603873737461761 ], [ -111.42742902139052, 41.603667342404918 ], [ -111.42756463948533, 41.60330564693205 ], [ -111.42780698364767, 41.602750798769549 ], [ -111.42793516568103, 41.602354002150328 ], [ -111.42797072895118, 41.602106170027994 ], [ -111.42792756882641, 41.601930689044373 ], [ -111.42785399281888, 41.601692270387794 ], [ -111.42774441795338, 41.601453985615841 ], [ -111.42745353985089, 41.601018215131838 ], [ -111.42719911012902, 41.600649862939775 ], [ -111.42710183601926, 41.600456568131264 ], [ -111.42699814708183, 41.600200246192543 ], [ -111.42684503642009, 41.599727933234732 ], [ -111.42675795436907, 41.599259878589322 ], [ -111.42675130195252, 41.599160823332234 ], [ -111.42678038060205, 41.599021102731179 ], [ -111.4269288587799, 41.598790866110271 ], [ -111.42703008103076, 41.59867339568666 ], [ -111.42743541210596, 41.598271065959494 ], [ -111.42761373553888, 41.598018199289676 ], [ -111.42774313928214, 41.597625901658212 ], [ -111.42777678721944, 41.597269989268064 ], [ -111.42779665149197, 41.596643909979576 ], [ -111.42781687230824, 41.59607187293139 ], [ -111.42796141319779, 41.595247169451248 ], [ -111.42799880297044, 41.594549867198211 ], [ -111.42796591511643, 41.59411223602676 ], [ -111.4278496102033, 41.593761385124388 ], [ -111.42764355702019, 41.593446897050974 ], [ -111.4274561212418, 41.593226015058605 ], [ -111.42728666628251, 41.5930023637438 ], [ -111.42722614057547, 41.5929215231684 ], [ -111.42721307335175, 41.592759440718631 ], [ -111.42730840547176, 41.592660006380392 ], [ -111.42748631658084, 41.592528739471497 ], [ -111.42766680494704, 41.592424484534426 ], [ -111.42805472099325, 41.592116793441228 ], [ -111.42841839910977, 41.5917731622283 ], [ -111.42877541876896, 41.591330474598671 ], [ -111.42896514948602, 41.590991993843581 ], [ -111.42901827514777, 41.590861190045175 ], [ -111.42914177686569, 41.590486926961638 ], [ -111.42921122786554, 41.590103858233377 ], [ -111.429088865138, 41.589744023672083 ], [ -111.42891735096519, 41.589208730304904 ], [ -111.42878827767291, 41.588740832987973 ], [ -111.42855722871299, 41.588273315640393 ], [ -111.42844099089881, 41.587931472008826 ], [ -111.42829461242007, 41.58756722230526 ], [ -111.42817270601172, 41.587274939551001 ], [ -111.42813554817894, 41.587098535102328 ], [ -111.42803826816946, 41.586901637720686 ], [ -111.42783894824534, 41.5866952119868 ], [ -111.42712767802381, 41.586175433836402 ], [ -111.42692842257486, 41.585978013542068 ], [ -111.42686731068454, 41.585807101957812 ], [ -111.42692628653209, 41.585653759064797 ], [ -111.42700907776592, 41.585473305822362 ], [ -111.42710882498339, 41.585135161952323 ], [ -111.42717246228534, 41.584779137562201 ], [ -111.42715066797649, 41.584202751898374 ], [ -111.42716064622941, 41.583896466903845 ], [ -111.42721252307913, 41.583576515279198 ], [ -111.42719239114612, 41.583252327538567 ], [ -111.42720123519302, 41.582774007394441 ], [ -111.42720761501721, 41.58210384098804 ], [ -111.42715726825311, 41.581563590326503 ], [ -111.42716641515891, 41.581131206131609 ], [ -111.42726057266661, 41.580856133727949 ], [ -111.4273788400331, 41.580598986213559 ], [ -111.42754969186689, 41.580129971542696 ], [ -111.42758852840022, 41.579652440309985 ], [ -111.42750735415427, 41.579167248739758 ], [ -111.42749968717473, 41.578914172126638 ], [ -111.42755844746274, 41.57872930398495 ], [ -111.42762382907033, 41.578638987835419 ], [ -111.42772519718062, 41.578548537781032 ], [ -111.42789853827455, 41.578457819806218 ], [ -111.42846686803993, 41.578235024458152 ], [ -111.42916099713905, 41.577989238560896 ], [ -111.42950814921925, 41.577879854663678 ], [ -111.42971750212111, 41.577793503061081 ], [ -111.42996815135983, 41.577603412687097 ], [ -111.43015249600974, 41.577364029676794 ], [ -111.43024105628263, 41.577152026726786 ], [ -111.43044198613542, 41.576700909560337 ], [ -111.43055717950263, 41.576164543711684 ], [ -111.43058429889896, 41.575551945471283 ], [ -111.4305741738572, 41.574930479332828 ], [ -111.43054686117853, 41.574610822250797 ], [ -111.43048623255078, 41.574331822764194 ], [ -111.43039964421044, 41.57393672614652 ], [ -111.43031775106029, 41.573345252549359 ], [ -111.43028424385142, 41.57281484747174 ], [ -111.43030602503376, 41.572301349324775 ], [ -111.43035512379382, 41.571747215988623 ], [ -111.4303322864647, 41.571197855487256 ], [ -111.43027019776602, 41.570698182034803 ], [ -111.43028540965349, 41.570279285073013 ], [ -111.43029543127652, 41.569982006234831 ], [ -111.4304070723035, 41.569634806811756 ], [ -111.43053103489719, 41.569337101354606 ], [ -111.43059493766141, 41.569026109709753 ], [ -111.43062366607936, 41.568836848506692 ], [ -111.43062291842436, 41.568724259866265 ], [ -111.43058013295258, 41.568602821336619 ], [ -111.43049539960876, 41.56848604350683 ], [ -111.43011592543496, 41.568235258786366 ], [ -111.42987479858468, 41.568047006873435 ], [ -111.42973579763238, 41.567885394758846 ], [ -111.42959032326355, 41.567651748119843 ], [ -111.42948041289191, 41.567354917231441 ], [ -111.42939425185102, 41.567021968261919 ], [ -111.42940526122648, 41.566873306396346 ], [ -111.42947641635756, 41.566751441846151 ], [ -111.42979799900796, 41.566412465793434 ], [ -111.43004168190497, 41.566082787517459 ], [ -111.43013595522869, 41.56583022994235 ], [ -111.43031324763592, 41.565436847422802 ], [ -111.43061011566145, 41.564989873668203 ], [ -111.4307643562065, 41.564737991676495 ], [ -111.43078117910748, 41.564562285879262 ], [ -111.43075605655287, 41.564391240879409 ], [ -111.43073630249374, 41.564125598872955 ], [ -111.43079435249822, 41.56383714707421 ], [ -111.4309605165776, 41.563575312044421 ], [ -111.43115687072971, 41.563344889197808 ], [ -111.43143048705122, 41.563010591915521 ], [ -111.43156657498733, 41.562735357833603 ], [ -111.43158888210586, 41.56248306901476 ], [ -111.43153956342918, 41.562280589303072 ], [ -111.43147259183338, 41.562128616828133 ], [ -111.43124778833406, 41.561867346982922 ], [ -111.43089908175061, 41.561548894177477 ], [ -111.43064518396866, 41.561239993314658 ], [ -111.4306083040069, 41.561104120791718 ], [ -111.43061319994796, 41.560938367633355 ], [ -111.43070823524862, 41.560802001048543 ], [ -111.43076154251986, 41.560702720755707 ], [ -111.43084432170245, 41.560526767723161 ], [ -111.43089762854227, 41.560427487364556 ], [ -111.43102276863705, 41.560309923080844 ], [ -111.43114823754898, 41.5602418977331 ], [ -111.43128575824078, 41.560182834373919 ], [ -111.43142315887063, 41.560105756643033 ], [ -111.4317573801644, 41.559870311628302 ], [ -111.43205496295063, 41.559535922684063 ], [ -111.43213692711802, 41.55923837280001 ], [ -111.4321891507617, 41.558976963950634 ], [ -111.43213152700038, 41.558427733343024 ], [ -111.43208214982992, 41.558216246608424 ], [ -111.43204449480031, 41.557964182807758 ], [ -111.43210349361576, 41.557819843802768 ], [ -111.43227587309661, 41.557594012593718 ], [ -111.43243665000662, 41.557426772416228 ], [ -111.43251972078819, 41.557295853654679 ], [ -111.43258486389814, 41.557174009608943 ], [ -111.43271352729408, 41.556687129498165 ], [ -111.43278412181873, 41.55630405212078 ], [ -111.43285960500305, 41.556114613972419 ], [ -111.43299645413586, 41.555956470380167 ], [ -111.43310344449853, 41.555816453758382 ], [ -111.43325180253332, 41.555586207823175 ], [ -111.43326292164862, 41.555455559562333 ], [ -111.43326789471425, 41.55530241611568 ], [ -111.43322511336557, 41.555180978267835 ], [ -111.43300684257098, 41.55481790401268 ], [ -111.43287948702422, 41.554601306697379 ], [ -111.43287888606703, 41.554511235588222 ], [ -111.43291905191496, 41.554240864253494 ], [ -111.43309531029752, 41.553699760247817 ], [ -111.43331419546247, 41.553257576033403 ], [ -111.43345007476681, 41.552955318053669 ], [ -111.433622256178, 41.552702463380811 ], [ -111.43378781388391, 41.552535203160126 ], [ -111.4339672776533, 41.552295831493439 ], [ -111.43409824128581, 41.55215572338922 ], [ -111.43427734778589, 41.552042455347411 ], [ -111.43463537790684, 41.551788897089786 ], [ -111.43482611087671, 41.55162154019385 ], [ -111.43503413420834, 41.551350533135597 ], [ -111.4352965056796, 41.551137867692752 ], [ -111.43572044397155, 41.550879552841486 ], [ -111.4360492124048, 41.550734189129798 ], [ -111.43646209375632, 41.550615527274509 ], [ -111.43707853668451, 41.550455557339554 ], [ -111.43794484477975, 41.550186544638201 ], [ -111.43927455855051, 41.549825682662174 ], [ -111.44029174194614, 41.54952905378461 ], [ -111.44113554909084, 41.54930513990108 ], [ -111.44155471341041, 41.549231472367723 ], [ -111.44177041290129, 41.549212629215319 ], [ -111.44194992722895, 41.549162399030592 ], [ -111.44200372932448, 41.549139673878528 ], [ -111.44224230979752, 41.548959510424467 ], [ -111.44239697713246, 41.548782371536262 ], [ -111.44262282183188, 41.54849326740473 ], [ -111.44287325941288, 41.548118498320513 ], [ -111.44291282635362, 41.547942702683635 ], [ -111.4428934891619, 41.547744615547018 ], [ -111.44274650780631, 41.547290310544604 ], [ -111.44252657708728, 41.54668766483006 ], [ -111.44246543136782, 41.546512256831477 ], [ -111.44250001839954, 41.546309458403115 ], [ -111.44261265394178, 41.546123473535161 ], [ -111.44275564359127, 41.545993217248324 ], [ -111.44311975566727, 41.54576212733366 ], [ -111.44396780429921, 41.545290474118779 ], [ -111.44461878846562, 41.544932168617507 ], [ -111.44484089463549, 41.544800703054378 ], [ -111.44502389311774, 41.544561300202332 ], [ -111.44510058783106, 41.544380856347395 ], [ -111.44513519643134, 41.544182560653802 ], [ -111.44505417860401, 41.543732506645114 ], [ -111.44504654738269, 41.543493841339441 ], [ -111.44511702391499, 41.543280995036177 ], [ -111.44526974209906, 41.542822830249875 ], [ -111.44529720558499, 41.54245702533558 ], [ -111.44526615212514, 41.54229951687941 ], [ -111.44515102276769, 41.542119815516244 ], [ -111.44489190538654, 41.541922656471421 ], [ -111.44441056644624, 41.541663304358558 ], [ -111.44394038837513, 41.541282307820708 ], [ -111.44369873759533, 41.541008516088112 ], [ -111.44360132073375, 41.540788211676016 ], [ -111.44338146617343, 41.540194573966033 ], [ -111.44318055133424, 41.539740476843328 ], [ -111.44301984624509, 41.53920515819469 ], [ -111.44290475984869, 41.538854314466583 ], [ -111.44271660851562, 41.538512759271583 ], [ -111.44249842759486, 41.53816231194039 ], [ -111.44250958680435, 41.538040669620635 ], [ -111.44255628023325, 41.537855839019805 ], [ -111.44269085635992, 41.537373427159473 ], [ -111.44263454630051, 41.537026860446709 ], [ -111.44245190457671, 41.536613224586297 ], [ -111.44223932660285, 41.536204207213622 ], [ -111.44186983924764, 41.535638163542025 ], [ -111.44174827780589, 41.535390928013058 ], [ -111.44171619470379, 41.535080297122725 ], [ -111.44182046585257, 41.534548461928658 ], [ -111.441984089372, 41.533930828498661 ], [ -111.44213581465256, 41.533326751572112 ], [ -111.44225720138296, 41.532668746843584 ], [ -111.44245219517663, 41.532258161437078 ], [ -111.44260652169494, 41.532036886991143 ], [ -111.4428376255787, 41.531648680334655 ], [ -111.44290844704361, 41.531487175644507 ], [ -111.44299158065077, 41.531373362550845 ], [ -111.44309309982161, 41.531318927212588 ], [ -111.44327274821494, 41.53129571646042 ], [ -111.44401617632923, 41.531328877968591 ], [ -111.44452005387828, 41.531389982990689 ], [ -111.4447779864133, 41.531420511491632 ], [ -111.44557504832922, 41.531408418613218 ], [ -111.44621038071466, 41.53141045890645 ], [ -111.44686443718052, 41.531520511387271 ], [ -111.44779431779496, 41.531647501192793 ], [ -111.44811221823878, 41.531682292373397 ], [ -111.44850790925622, 41.531698764570727 ], [ -111.44860964206887, 41.531675849333745 ], [ -111.44877689789837, 41.531594130418469 ], [ -111.44894389797614, 41.531475482037365 ], [ -111.44947444994959, 41.531059971279028 ], [ -111.44986264645659, 41.530860291196568 ], [ -111.45028055742021, 41.530624463969311 ], [ -111.45066802994192, 41.530321199211947 ], [ -111.45105035018869, 41.530139552876498 ], [ -111.45128374415332, 41.530089096682111 ], [ -111.45211621475231, 41.530000256858521 ], [ -111.4528111519447, 41.529956989488369 ], [ -111.45344659579276, 41.529977004124248 ], [ -111.45401119130355, 41.530150420300707 ], [ -111.45449267160456, 41.530436754352124 ], [ -111.45479350431818, 41.530602201409707 ], [ -111.45514900469828, 41.530871016088007 ], [ -111.4554867174372, 41.531166922216336 ], [ -111.45587932248033, 41.53159772029008 ], [ -111.45613291263317, 41.531862432129998 ], [ -111.45645224304623, 41.532099860374935 ], [ -111.45698087238199, 41.532268900943826 ], [ -111.45747259157238, 41.532302975388767 ], [ -111.458041209946, 41.532192623576265 ], [ -111.45857326127533, 41.531996844772529 ], [ -111.45887755883628, 41.531801972524413 ], [ -111.45910346250699, 41.531539857189927 ], [ -111.45932783519386, 41.531061570643594 ], [ -111.45938486948569, 41.530651507481686 ], [ -111.45938789973995, 41.530232652632648 ], [ -111.45924642308262, 41.529719797516528 ], [ -111.45902738732941, 41.529256792332774 ], [ -111.45883421968023, 41.528891863855229 ], [ -111.45860328336447, 41.528609953488029 ], [ -111.45830822094882, 41.528412967534955 ], [ -111.45750241379062, 41.528028858942683 ], [ -111.45694255314464, 41.527675293512033 ], [ -111.45642452314843, 41.52730354456304 ], [ -111.45612275275172, 41.527002994735184 ], [ -111.45606786699355, 41.526868101758446 ], [ -111.45607906227274, 41.526755465147559 ], [ -111.45613794815769, 41.526606609876779 ], [ -111.45629877711559, 41.526466357511545 ], [ -111.45653133061542, 41.526298798078777 ], [ -111.45689553691949, 41.526103693067185 ], [ -111.45712666112301, 41.525733472087857 ], [ -111.45733330393219, 41.525291288948175 ], [ -111.45740293430907, 41.524966746366772 ], [ -111.45754228819617, 41.524331171725507 ], [ -111.45762244233885, 41.523799417319523 ], [ -111.45763255556513, 41.523533659316435 ], [ -111.45759545728518, 41.523371674058588 ], [ -111.45752227643781, 41.523191817572965 ], [ -111.45735733562397, 41.522746608192804 ], [ -111.45727708557585, 41.522413654122282 ], [ -111.45715583949195, 41.522215973709187 ], [ -111.45690250496301, 41.521982788475135 ], [ -111.45648052744164, 41.521628672483061 ], [ -111.45634669914085, 41.521345470964938 ], [ -111.45641699493342, 41.52111550366967 ], [ -111.45655301704436, 41.520858253258766 ], [ -111.45675460618567, 41.520551201662357 ], [ -111.45700914808418, 41.520275465141019 ], [ -111.45732642042614, 41.520058026628973 ], [ -111.45755948774183, 41.519967025710244 ], [ -111.45770270109384, 41.519880885651652 ], [ -111.45782739748668, 41.519718256333825 ], [ -111.45805931963675, 41.519465125972552 ], [ -111.45830407605578, 41.51933264299516 ], [ -111.45869884181955, 41.519228384925214 ], [ -111.45930380686112, 41.519189940883415 ], [ -111.4598368639496, 41.519151781197834 ], [ -111.46016059207295, 41.519001864442885 ], [ -111.46054713400984, 41.518752613972936 ], [ -111.46083233300313, 41.518409190737138 ], [ -111.46121821278018, 41.517898726337762 ], [ -111.46144447497765, 41.517695152437788 ], [ -111.4616413192404, 41.517568258996377 ], [ -111.46193836336614, 41.517206770629805 ], [ -111.46209845189316, 41.516967431633859 ], [ -111.46230532186141, 41.516565771308763 ], [ -111.4625426301935, 41.516231543616023 ], [ -111.46267320326349, 41.516055374237915 ], [ -111.46284017658195, 41.51594210997289 ], [ -111.46361653574198, 41.515575084254657 ], [ -111.46425576752031, 41.515305886764708 ], [ -111.46458387331768, 41.515101895456077 ], [ -111.46478537454102, 41.514790326196476 ], [ -111.46494422199795, 41.514379847669453 ], [ -111.46501228818954, 41.513843632446942 ], [ -111.4650519741642, 41.51352821311356 ], [ -111.46513466569424, 41.513361241874179 ], [ -111.46532498187088, 41.51316230928223 ], [ -111.46549068027349, 41.51304003888702 ], [ -111.46589012198005, 41.512759192161134 ], [ -111.466040143065, 41.512623473378028 ], [ -111.46614057969106, 41.512424903592461 ], [ -111.4661991066575, 41.512231007304422 ], [ -111.46623250352808, 41.511875079682135 ], [ -111.46625356146311, 41.511469661355534 ], [ -111.4662955150269, 41.510636306762578 ], [ -111.4663581955632, 41.510186583302016 ], [ -111.46652271601715, 41.509734645238218 ], [ -111.4667008082434, 41.509504233937157 ], [ -111.46686060047929, 41.509395496574541 ], [ -111.46702308001832, 41.509327281388053 ], [ -111.46791452717912, 41.509148013676061 ], [ -111.46877572037113, 41.508928329058328 ], [ -111.46926541479816, 41.508705650675637 ], [ -111.46945599106199, 41.508546342631021 ], [ -111.4695802198827, 41.508326054832793 ], [ -111.46968666293358, 41.508131961000501 ], [ -111.4701736438352, 41.507535482520154 ], [ -111.47066719405393, 41.507020041693885 ], [ -111.47119137108329, 41.506598150266839 ], [ -111.47166873718177, 41.506331375805907 ], [ -111.47195562197845, 41.506235621149663 ], [ -111.47233842175116, 41.506147578572779 ], [ -111.47329565273829, 41.505959892267413 ], [ -111.4742222526513, 41.505680448746212 ], [ -111.47487337103746, 41.505417448113533 ], [ -111.47554781529695, 41.505067876228907 ], [ -111.47630619120469, 41.504726960225184 ], [ -111.47701107079359, 41.504444809252973 ], [ -111.4777445679952, 41.504144520266387 ], [ -111.4780617252856, 41.503931528293265 ], [ -111.47818624088391, 41.503755366181586 ], [ -111.47826878696148, 41.503574874758996 ], [ -111.47829762087059, 41.503422529625304 ], [ -111.47825435311965, 41.503241660607756 ], [ -111.47813307973918, 41.503044001799516 ], [ -111.47786763181203, 41.502792897509543 ], [ -111.47752973481727, 41.502465530422747 ], [ -111.47711468960684, 41.502237563916502 ], [ -111.47666390142311, 41.502036766276539 ], [ -111.47647706804987, 41.501884414424929 ], [ -111.47639210956116, 41.501736144046227 ], [ -111.47636478047208, 41.501276879161608 ], [ -111.47643333381346, 41.500821720798676 ], [ -111.47631180653616, 41.500588031368068 ], [ -111.47614304872691, 41.500449115194129 ], [ -111.47560235239737, 41.500239678068873 ], [ -111.47521273875032, 41.500209762565511 ], [ -111.47507531912153, 41.500259871053942 ], [ -111.47494982108466, 41.500301823474771 ], [ -111.47480604868522, 41.50030241708977 ], [ -111.47471682334279, 41.500225321624079 ], [ -111.47469061080969, 41.500081311160677 ], [ -111.47474826515985, 41.499936954539258 ], [ -111.47471724151941, 41.499626326730109 ], [ -111.47476332322736, 41.499373928853167 ], [ -111.47489820789256, 41.498977045634909 ], [ -111.47519364546339, 41.498417365482155 ], [ -111.47533622820973, 41.498254642771954 ], [ -111.47556879671308, 41.49810956267897 ], [ -111.47580175971724, 41.498018524994684 ], [ -111.47613678800441, 41.49795859032389 ], [ -111.47670456929964, 41.497942727317294 ], [ -111.4774912643218, 41.49788091579466 ], [ -111.47775866954686, 41.497749197768648 ], [ -111.47794311002001, 41.497577290519303 ], [ -111.47799033675403, 41.497482516358644 ], [ -111.47801952638618, 41.497378809723429 ], [ -111.47798265778209, 41.497252859073335 ], [ -111.47765600863259, 41.496821859931991 ], [ -111.47713708395544, 41.496310590836295 ], [ -111.47674521449268, 41.495969933788096 ], [ -111.47627088391887, 41.495656639138637 ], [ -111.47571599454795, 41.495303142330428 ], [ -111.47524649873019, 41.494994327123429 ], [ -111.47511998411478, 41.494895768146428 ], [ -111.47504741287231, 41.49480148995417 ], [ -111.47502256442571, 41.494679992355934 ], [ -111.4750561022703, 41.49435108284694 ], [ -111.4750872242238, 41.493855545919963 ], [ -111.47513377456636, 41.49350406402764 ], [ -111.47517902113026, 41.493138175599512 ], [ -111.47521687519874, 41.492580459473231 ], [ -111.47527943822172, 41.492125325863405 ], [ -111.47537760947399, 41.491625007875307 ], [ -111.47542967292954, 41.491372584668099 ], [ -111.47552497667012, 41.490480455123581 ], [ -111.47557960279954, 41.48975963477141 ], [ -111.47556485711581, 41.489381383592985 ], [ -111.47550896905753, 41.489110490934983 ], [ -111.47553635430067, 41.48875998857033 ], [ -111.47557706185964, 41.488593182743365 ], [ -111.47567799285331, 41.48847116502202 ], [ -111.4758495656083, 41.488344351263066 ], [ -111.47603564412604, 41.488235492080165 ], [ -111.47632727765588, 41.487982076565068 ], [ -111.47676831266531, 41.487683003945286 ], [ -111.47728852693122, 41.487563749791029 ], [ -111.47757555227757, 41.487499506350389 ], [ -111.47785003584117, 41.487358751100182 ], [ -111.47804672341213, 41.487227325988492 ], [ -111.47821223272639, 41.487091526452033 ], [ -111.47830850413622, 41.486988441386657 ], [ -111.47837947451544, 41.486865645111799 ], [ -111.47852635659379, 41.486477714372555 ], [ -111.47865593223959, 41.48617992981238 ], [ -111.47881355851713, 41.485787450233374 ], [ -111.47913369280818, 41.485178115069388 ], [ -111.47963139852499, 41.484446438206611 ], [ -111.4799703497209, 41.483954118845965 ], [ -111.48009911493791, 41.483710380568461 ], [ -111.4801159183548, 41.483552680219766 ], [ -111.48007236678011, 41.483332179698003 ], [ -111.48004528657316, 41.482908942973431 ], [ -111.48009669364941, 41.48257094934047 ], [ -111.48022049836995, 41.482304712970446 ], [ -111.48046281457189, 41.481866840063304 ], [ -111.48063475973086, 41.481631928174274 ], [ -111.4809080798961, 41.481338043834505 ], [ -111.48111605444799, 41.481116491731896 ], [ -111.4813652487822, 41.480800188582464 ], [ -111.48167924909482, 41.480339494386655 ], [ -111.48187333895092, 41.479861286815471 ], [ -111.48206738593497, 41.479377674592065 ], [ -111.48212973951328, 41.479063954090293 ], [ -111.48220109067714, 41.478833064339462 ], [ -111.48222952436419, 41.478629376814943 ], [ -111.48217356483404, 41.478351281253502 ], [ -111.48198508549952, 41.477969254610485 ], [ -111.48175385571498, 41.477474813564569 ], [ -111.48147508920466, 41.47703011197558 ], [ -111.48146221257997, 41.476908565288355 ], [ -111.4815268844909, 41.476746160455541 ], [ -111.48166368273969, 41.476619483385477 ], [ -111.48181269056258, 41.476524281088643 ], [ -111.48243333853831, 41.476233441236019 ], [ -111.48294093935827, 41.476042154686674 ], [ -111.4836913178881, 41.475642673853827 ], [ -111.48409810721046, 41.475424783702756 ], [ -111.48446746516312, 41.475166516228427 ], [ -111.48480651019443, 41.474858834330661 ], [ -111.48510387011956, 41.474582853316335 ], [ -111.48537808140445, 41.474415058656 ], [ -111.48565402675352, 41.474319315651606 ], [ -111.4858380907524, 41.474268997371134 ], [ -111.48634025033478, 41.474154282129952 ], [ -111.4873029848934, 41.473970058520131 ], [ -111.48847996555159, 41.473609271857015 ], [ -111.48942340057775, 41.473249467080407 ], [ -111.48999077625038, 41.473049788315095 ], [ -111.49021743102169, 41.472930824926621 ], [ -111.49030653808927, 41.472835866856215 ], [ -111.49049043386111, 41.47260539272532 ], [ -111.49054289942453, 41.472416012413767 ], [ -111.49055930137037, 41.472208770965217 ], [ -111.49043614859487, 41.471758923255607 ], [ -111.4901685771256, 41.471215112565652 ], [ -111.48998817302478, 41.470954664879706 ], [ -111.48964799864333, 41.470469710625757 ], [ -111.48917063242783, 41.469895264216234 ], [ -111.48886772855211, 41.46942816397253 ], [ -111.48867828942996, 41.46892004733359 ], [ -111.48862894119958, 41.468727497275282 ], [ -111.48866354112178, 41.46855080402802 ], [ -111.48885856012168, 41.468207691799932 ], [ -111.48909508353969, 41.467810357975907 ], [ -111.48937287297392, 41.467327277178924 ], [ -111.48950205669678, 41.466988947592206 ], [ -111.48969046929979, 41.466564794794358 ], [ -111.48988625670914, 41.466325263308235 ], [ -111.49013633585788, 41.466139544958764 ], [ -111.49032701519181, 41.466017131537534 ], [ -111.49075728907226, 41.465907207063701 ], [ -111.49141586195265, 41.465899891770505 ], [ -111.49170291375026, 41.465853627785613 ], [ -111.491864163225, 41.4657988936086 ], [ -111.49209695379399, 41.465703319578793 ], [ -111.49274112891484, 41.465376293223137 ], [ -111.49298014273704, 41.465312216879319 ], [ -111.49329128325762, 41.465284761373461 ], [ -111.49358492618667, 41.465318630883012 ], [ -111.49392199227941, 41.465393747546919 ], [ -111.49456831141607, 41.465508067623681 ], [ -111.49523327813523, 41.465554747786669 ], [ -111.49529315112774, 41.465554490004997 ], [ -111.49572431211679, 41.465562540944703 ], [ -111.49635844375831, 41.46549134967411 ], [ -111.49698628406271, 41.465380549238567 ], [ -111.49784070836924, 41.465147164175761 ], [ -111.49915514209353, 41.464781169298455 ], [ -111.50007072388621, 41.464561013469847 ], [ -111.5005597151106, 41.464459804525383 ], [ -111.50075722319976, 41.46444993743205 ], [ -111.50087141483161, 41.464350358135967 ], [ -111.50092922269364, 41.464237513072995 ], [ -111.50098057672477, 41.463908516861864 ], [ -111.50103574023012, 41.463296669503393 ], [ -111.50112341757189, 41.463019758282272 ], [ -111.50115176475458, 41.46281336373891 ], [ -111.50110839924314, 41.462624395794023 ], [ -111.50100875907528, 41.462124915208072 ], [ -111.50098293939431, 41.461881825946655 ], [ -111.50104720125269, 41.461674374222675 ], [ -111.50120150921303, 41.461498056308528 ], [ -111.50207056273315, 41.46084122481988 ], [ -111.50311742747016, 41.459953918590557 ], [ -111.50353830824669, 41.459411628592669 ], [ -111.50363834046153, 41.459186003812952 ], [ -111.5037076719299, 41.458861431146772 ], [ -111.50363450176543, 41.457915966536973 ], [ -111.5033618641514, 41.456723669052948 ], [ -111.50323767866814, 41.456147733722581 ], [ -111.50312742410107, 41.455824847466069 ], [ -111.50302853793018, 41.455423546291392 ], [ -111.50307037389281, 41.454639712466431 ], [ -111.50315439087568, 41.453891723967459 ], [ -111.50324289624626, 41.453724698383347 ], [ -111.50340890823939, 41.453516799902289 ], [ -111.50361079436935, 41.4533033396402 ], [ -111.504264640607, 41.452702378402762 ], [ -111.50471112723154, 41.45238155539807 ], [ -111.5049788173129, 41.452163300235341 ], [ -111.50505548332438, 41.45201434015739 ], [ -111.50506031661101, 41.451865695421397 ], [ -111.50503518485988, 41.451712678493941 ], [ -111.50493931362044, 41.451546460848348 ], [ -111.50454052778011, 41.451223941038656 ], [ -111.50375152940451, 41.45060227912996 ], [ -111.5034022503315, 41.450332682689648 ], [ -111.50320283660685, 41.450090352943171 ], [ -111.50289971727885, 41.449596266532232 ], [ -111.50288931454324, 41.449024336374137 ], [ -111.50296483387494, 41.448726759017148 ], [ -111.50308865576552, 41.448483015319511 ], [ -111.50333831566516, 41.448256735945712 ], [ -111.50371948462407, 41.448007361533691 ], [ -111.50399307616844, 41.447780075184916 ], [ -111.50412970737159, 41.447645264877487 ], [ -111.50458067336525, 41.447134364403915 ], [ -111.50514410022237, 41.44646083346656 ], [ -111.50546984421867, 41.446013531671341 ], [ -111.50564079416567, 41.445674098596136 ], [ -111.50573408561932, 41.445354823163456 ], [ -111.50584956188636, 41.44480936192604 ], [ -111.50596451148697, 41.444196346607384 ], [ -111.50597917878724, 41.443772929689068 ], [ -111.50575380655278, 41.443269500773575 ], [ -111.50551100653202, 41.442833704199728 ], [ -111.50525249934307, 41.442533088570009 ], [ -111.50451643679473, 41.441932816352278 ], [ -111.50349283967904, 41.441144640562428 ], [ -111.50293240535117, 41.440651679289942 ], [ -111.50261269827188, 41.44032880635806 ], [ -111.50221985564245, 41.43983510921484 ], [ -111.50171240439167, 41.439224812972746 ], [ -111.50127145409503, 41.438699795994474 ], [ -111.50087226586878, 41.438156580439944 ], [ -111.50077505546898, 41.43796784595488 ], [ -111.50074405856691, 41.437828364495502 ], [ -111.50074291623152, 41.437679745574314 ], [ -111.50079003246076, 41.43758045788892 ], [ -111.50092055362637, 41.437431265755912 ], [ -111.50149843558454, 41.437086462770715 ], [ -111.50246044012049, 41.436884100008193 ], [ -111.50292613084211, 41.436737944997404 ], [ -111.50345072610126, 41.436469928955532 ], [ -111.50433905240799, 41.436029173851303 ], [ -111.50449969439043, 41.435906868115893 ], [ -111.50458848624012, 41.435780373555474 ], [ -111.50466457608442, 41.43555935577497 ], [ -111.50483999429301, 41.43502714294587 ], [ -111.50530836757649, 41.434457613399466 ], [ -111.50604501538545, 41.433756293224086 ], [ -111.50660313376834, 41.433186363517414 ], [ -111.50678633562578, 41.432888308655272 ], [ -111.50684467211381, 41.432694390085388 ], [ -111.5068967437288, 41.432464469019742 ], [ -111.50691293765706, 41.432238309015766 ], [ -111.50677240625505, 41.431712889158078 ], [ -111.50672197013499, 41.431537464727818 ], [ -111.50676995448549, 41.431397636852395 ], [ -111.50688756481215, 41.431284524763363 ], [ -111.50703065849746, 41.431216337835657 ], [ -111.507233312688, 41.431111858077259 ], [ -111.507316003471, 41.430971876943332 ], [ -111.50732688473983, 41.430832212428228 ], [ -111.50723540552309, 41.430611931584608 ], [ -111.50702938184787, 41.430283164544484 ], [ -111.50683397623285, 41.429780505203254 ], [ -111.50679688138462, 41.429627540771911 ], [ -111.50683138422438, 41.429447238370436 ], [ -111.50690837009608, 41.429343312705875 ], [ -111.50711017759038, 41.429130746617048 ], [ -111.50724703701312, 41.429031060556298 ], [ -111.50796142278921, 41.428555013754156 ], [ -111.50821799237626, 41.428459301688754 ], [ -111.50849884808918, 41.42840851932182 ], [ -111.50889357269347, 41.42837975145676 ], [ -111.50957528308783, 41.428319085903176 ], [ -111.51014898659277, 41.428221063692604 ], [ -111.51049467427796, 41.428043883650787 ], [ -111.51065450872426, 41.427822490028802 ], [ -111.51070107345156, 41.427655644171161 ], [ -111.51074711557852, 41.427422144940067 ], [ -111.51071302511386, 41.426889951638756 ], [ -111.51054578425595, 41.426165588190486 ], [ -111.51025700651024, 41.425203064043195 ], [ -111.51018259485548, 41.424870115546241 ], [ -111.51015710962689, 41.424672062955459 ], [ -111.51021950871308, 41.424234921152738 ], [ -111.51031925337973, 41.423982267977522 ], [ -111.51064403937886, 41.423431367642706 ], [ -111.51083310851421, 41.4231242723205 ], [ -111.51119133460664, 41.423023598398458 ], [ -111.51179491297366, 41.422926335963659 ], [ -111.51207577739348, 41.422880048576062 ], [ -111.51235041024984, 41.422802261898852 ], [ -111.51253532764414, 41.422729378032571 ], [ -111.51286338415069, 41.42259730694407 ], [ -111.51347637537501, 41.422176623384679 ], [ -111.51378611524299, 41.421998692996269 ], [ -111.5140424728547, 41.42188044999557 ], [ -111.51426941068276, 41.421825390647371 ], [ -111.51458029150085, 41.421792474268003 ], [ -111.51532210888199, 41.421775642739888 ], [ -111.51623790391621, 41.421816574874796 ], [ -111.51677636164864, 41.421809653793822 ], [ -111.51716527350763, 41.42180790627188 ], [ -111.51736838260366, 41.421766459218624 ], [ -111.51755311258766, 41.421671049300826 ], [ -111.51801067304299, 41.421272658726565 ], [ -111.51858722491156, 41.420639534199935 ], [ -111.51929887585834, 41.419992285730594 ], [ -111.51977436305482, 41.419593807140593 ], [ -111.52016169108614, 41.419245266608847 ], [ -111.52065860802664, 41.418684551814501 ], [ -111.5209055024708, 41.418133974612935 ], [ -111.52109105222701, 41.417394516416913 ], [ -111.52120437242208, 41.416601339831693 ], [ -111.5213370344062, 41.416132346793276 ], [ -111.52140923138086, 41.416032936704596 ], [ -111.5214928454389, 41.416014542671746 ], [ -111.52177392529829, 41.415999757009736 ], [ -111.52223466699284, 41.41600667416256 ], [ -111.52321615855095, 41.416042748905006 ], [ -111.52394612323469, 41.41604843458682 ], [ -111.52426324381406, 41.416051493789482 ], [ -111.52450233538404, 41.416023381472478 ], [ -111.52479458243798, 41.415909454600666 ], [ -111.52533121195214, 41.415681817182744 ], [ -111.52602222433366, 41.415309350911215 ], [ -111.52684473725023, 41.41492276709338 ], [ -111.52709527902701, 41.414831544179911 ], [ -111.52761463623847, 41.414689546847193 ], [ -111.52832040002887, 41.414663789383013 ], [ -111.52915230930564, 41.414700500279764 ], [ -111.52955332606918, 41.414721174110518 ], [ -111.52998987257932, 41.414696645188023 ], [ -111.5307189791823, 41.414598705167705 ], [ -111.53143240420405, 41.414632343035137 ], [ -111.531634461406, 41.414612493738524 ], [ -111.5317955504009, 41.414557704049713 ], [ -111.53203364085873, 41.414407978931322 ], [ -111.53231705361834, 41.413947283512449 ], [ -111.53241141333099, 41.413780207414781 ], [ -111.5326662328951, 41.413481779138124 ], [ -111.53290295554716, 41.413165419022853 ], [ -111.53300879892409, 41.412939740207165 ], [ -111.53318382318919, 41.412394873723876 ], [ -111.53320463384848, 41.412159680422498 ], [ -111.53325210548471, 41.411965798243898 ], [ -111.53333460583592, 41.411812287617579 ], [ -111.53358510680145, 41.411572426272123 ], [ -111.5338755683283, 41.411390927995036 ], [ -111.53417480923554, 41.411258929713483 ], [ -111.53463986093669, 41.411211731961295 ], [ -111.53536969781173, 41.411208338287757 ], [ -111.53568698003826, 41.411233884142327 ], [ -111.53612989023584, 41.411258843802969 ], [ -111.53675747276944, 41.411188361176485 ], [ -111.53706773454118, 41.411087830363606 ], [ -111.53730011481586, 41.410974151119355 ], [ -111.53779994913486, 41.41064754429739 ], [ -111.53824029114621, 41.410361747564167 ], [ -111.53913905891642, 41.409808079369952 ], [ -111.53988227718361, 41.409255134106537 ], [ -111.54010832822033, 41.409100944910172 ], [ -111.54031048727435, 41.408951371238906 ], [ -111.54047006193456, 41.408716425558595 ], [ -111.54064070342017, 41.408373337082352 ], [ -111.54069869535421, 41.408008258898647 ], [ -111.54060971942572, 41.407522269389148 ], [ -111.54030543444355, 41.407041794813182 ], [ -111.54022101922882, 41.406817002447958 ], [ -111.54019474171069, 41.406533387997918 ], [ -111.54025890039907, 41.406334920652512 ], [ -111.54042418951592, 41.406068421677872 ], [ -111.54071913462614, 41.405567116877577 ], [ -111.54095048035201, 41.405331833099396 ], [ -111.54115270060166, 41.405191265133809 ], [ -111.5415225197038, 41.405063419468057 ], [ -111.54179157644765, 41.405047740772083 ], [ -111.54238444608647, 41.405126916279833 ], [ -111.54292377415004, 41.405241470835705 ], [ -111.54310360058894, 41.405285659921184 ], [ -111.54333786305327, 41.405401652090347 ], [ -111.54350007526924, 41.405485556956215 ], [ -111.54360256055291, 41.405580552849635 ], [ -111.54374878824062, 41.405899629952387 ], [ -111.54378019908064, 41.406079632513944 ], [ -111.54377605720371, 41.406300337064941 ], [ -111.54371797370189, 41.406508685954293 ], [ -111.54371938542715, 41.406678021212471 ], [ -111.54378045054897, 41.406827257945565 ], [ -111.54393796963026, 41.40706521343192 ], [ -111.54406957688771, 41.407208711963747 ], [ -111.54416129079107, 41.407302857504718 ], [ -111.54439266316488, 41.407788170598621 ], [ -111.54457704806167, 41.408377292370965 ], [ -111.54466478312071, 41.408854277026677 ], [ -111.54481203937485, 41.409294949570267 ], [ -111.54493344229932, 41.409505151198957 ], [ -111.54512028794967, 41.409671806442105 ], [ -111.54534873078637, 41.409804936308234 ], [ -111.54603281289583, 41.410054803852127 ], [ -111.54642869160328, 41.410179030042663 ], [ -111.54669154099204, 41.410276864398391 ], [ -111.54720333836572, 41.410526642671002 ], [ -111.54808612765247, 41.410927780205533 ], [ -111.54845252097049, 41.411101681332191 ], [ -111.54871759675635, 41.411321102227738 ], [ -111.54903715953658, 41.411616826604799 ], [ -111.5495317306659, 41.412091865133618 ], [ -111.5497970799307, 41.412342808575367 ], [ -111.55008007444106, 41.412557636875768 ], [ -111.55052497578944, 41.412816727577777 ], [ -111.55100150537822, 41.413278334680321 ], [ -111.55135820160741, 41.413717995236624 ], [ -111.55177110833016, 41.414436618705153 ], [ -111.55206511085504, 41.415101765978903 ], [ -111.55238824231783, 41.415955930769783 ], [ -111.55259078595897, 41.416558462850084 ], [ -111.55266155913675, 41.417143612478093 ], [ -111.55256531007147, 41.41778811322375 ], [ -111.55256818061285, 41.418126782567455 ], [ -111.55261821210108, 41.418382356110108 ], [ -111.55280818867496, 41.418912887674828 ], [ -111.55325342973066, 41.419910583084885 ], [ -111.55350449779476, 41.42072906038382 ], [ -111.55364885264994, 41.421381411380878 ], [ -111.55375043718179, 41.422069998077326 ], [ -111.55393724466934, 41.422929317229041 ], [ -111.55404762422073, 41.423244048993496 ], [ -111.55404950002458, 41.423464724233781 ], [ -111.55408091763913, 41.42364112034457 ], [ -111.55413567941827, 41.423748046098261 ], [ -111.55423820143736, 41.423842131227381 ], [ -111.55438241615157, 41.423913496569419 ], [ -111.5552053281461, 41.42428334042522 ], [ -111.55620794606351, 41.424674828510923 ], [ -111.55664566348354, 41.424780801766779 ], [ -111.55668758640228, 41.424785102683344 ], [ -111.55699907444713, 41.424824128912938 ], [ -111.55754334147798, 41.424794470077472 ], [ -111.5579497178329, 41.424733951153378 ], [ -111.55848757605422, 41.424515161042279 ], [ -111.5588668498032, 41.424225078707899 ], [ -111.55933505837433, 41.423700367267678 ], [ -111.55953119581282, 41.423546285712284 ], [ -111.55969205089551, 41.423464435625846 ], [ -111.56007413515593, 41.423363493529365 ], [ -111.5609652990623, 41.423317717246569 ], [ -111.56140185894185, 41.423289466029381 ], [ -111.5619941330384, 41.423277566924718 ], [ -111.56277200732535, 41.423278268335658 ], [ -111.5631543190776, 41.423204337460923 ], [ -111.56353666888627, 41.42313490888948 ], [ -111.56399128542657, 41.423119169930452 ], [ -111.56434457502121, 41.423148963844731 ], [ -111.56481954789179, 41.423272738312058 ], [ -111.56510089603684, 41.423424484570674 ], [ -111.56533596579172, 41.423621495141489 ], [ -111.56568691033519, 41.4240701460511 ], [ -111.56589762033411, 41.424217733870307 ], [ -111.56619777781179, 41.424329751816401 ], [ -111.56677292446061, 41.424411590567189 ], [ -111.5676946108568, 41.424434068913349 ], [ -111.56919094505791, 41.424480720887452 ], [ -111.5695020845933, 41.424479181156777 ], [ -111.57035362641498, 41.424691143234483 ], [ -111.5712171722671, 41.424906642400778 ], [ -111.5714636483675, 41.425036928120363 ], [ -111.57155411177375, 41.425117546381685 ], [ -111.57163961888074, 41.425315286891184 ], [ -111.57161591000515, 41.425477539955097 ], [ -111.57158963780084, 41.425756903430738 ], [ -111.57163923646242, 41.425953921561096 ], [ -111.57177305629612, 41.426201863957566 ], [ -111.57216503519503, 41.426546704484167 ], [ -111.5723397076831, 41.426676444600353 ], [ -111.57248481859509, 41.426846865355586 ], [ -111.57275197074384, 41.427286003026829 ], [ -111.57294614959332, 41.427592192309895 ], [ -111.57320007283745, 41.427887274587647 ], [ -111.57362889190688, 41.428336413561901 ], [ -111.57389408286994, 41.428551271246782 ], [ -111.57426080245128, 41.42874310280299 ], [ -111.57468676701421, 41.428867080940378 ], [ -111.57502225997457, 41.428910442141543 ], [ -111.57527314449595, 41.42885964662154 ], [ -111.57544576939439, 41.428756097717972 ], [ -111.57558786202723, 41.428583343493038 ], [ -111.57573570695109, 41.428384438525569 ], [ -111.57605437376979, 41.427878422839989 ], [ -111.57646211412505, 41.427295396115959 ], [ -111.57714365934972, 41.426548859469357 ], [ -111.57771229967611, 41.425892960839214 ], [ -111.57818032753048, 41.425363670201548 ], [ -111.57893705773608, 41.424328504402922 ], [ -111.57941526972168, 41.423600992033116 ], [ -111.57959882363963, 41.423382986336478 ], [ -111.57985283002625, 41.423013299002548 ], [ -111.58021424381948, 41.422610642408728 ], [ -111.5807781200098, 41.422098872589956 ], [ -111.58132367636331, 41.421546658707271 ], [ -111.58189696816554, 41.420751098891223 ], [ -111.58212761434373, 41.420448180198001 ], [ -111.58236520703848, 41.420253316116529 ], [ -111.58266576464528, 41.419873478499674 ], [ -111.58295007837383, 41.419417158449157 ], [ -111.58303813125781, 41.419227554307064 ], [ -111.58318974782429, 41.41905384145214 ], [ -111.58333406318077, 41.418866654127974 ], [ -111.58357115468958, 41.418616844168113 ], [ -111.58379709330157, 41.418458066287734 ], [ -111.58403535966971, 41.418339759237718 ], [ -111.5843279553297, 41.418275220919746 ], [ -111.5848904660332, 41.418285873964948 ], [ -111.58581259646346, 41.418366753936532 ], [ -111.58669927765091, 41.418497348660921 ], [ -111.58704673918791, 41.418546018419342 ], [ -111.58738201632407, 41.418570429023276 ], [ -111.58782434415809, 41.418523132334229 ], [ -111.5882491697017, 41.418525464804873 ], [ -111.58881221178034, 41.418594644845449 ], [ -111.58978986769182, 41.418859862928372 ], [ -111.59037184181403, 41.419037028524251 ], [ -111.59117612742422, 41.419316635557088 ], [ -111.59173491328021, 41.419574981056677 ], [ -111.59197513214703, 41.419672828031587 ], [ -111.59222686766503, 41.419721073864615 ], [ -111.59293306541524, 41.419739955367383 ], [ -111.5936873325474, 41.419781103296351 ], [ -111.59431542384209, 41.419764349251416 ], [ -111.59522627796247, 41.419917272095148 ], [ -111.5955982530221, 41.420027941044779 ], [ -111.59595879852705, 41.420197216859002 ], [ -111.59703339071055, 41.420587976309704 ], [ -111.59742947001303, 41.420716529262904 ], [ -111.59764552142917, 41.420787467301352 ], [ -111.59780182501559, 41.420867722911176 ], [ -111.5980615357374, 41.421132094902795 ], [ -111.59819407348805, 41.421230488542044 ], [ -111.59835029613053, 41.421301736303086 ], [ -111.59853019527478, 41.421344937382713 ], [ -111.59885325138167, 41.421339653290936 ], [ -111.59918228227801, 41.421333436424177 ], [ -111.59951110600116, 41.421304700907427 ], [ -111.59988048505676, 41.421131632753209 ], [ -111.60039324905088, 41.420935296459575 ], [ -111.60101358072474, 41.420724884735726 ], [ -111.60184867460072, 41.420445790047481 ], [ -111.60223703178161, 41.42038520899451 ], [ -111.60246974605215, 41.42031643424599 ], [ -111.60267246141129, 41.420238808656634 ], [ -111.60295802213003, 41.420061665885115 ], [ -111.60378598981708, 41.419660992994018 ], [ -111.60406614625387, 41.419546928444746 ], [ -111.60429868857666, 41.419460135862252 ], [ -111.60493258914619, 41.419425278311827 ], [ -111.60532084526758, 41.419354779113846 ], [ -111.60572108314611, 41.419286017029066 ], [ -111.6066014128921, 41.419371454114042 ], [ -111.60695547734839, 41.419356075522508 ], [ -111.60718727990853, 41.419318822351023 ], [ -111.60754478716939, 41.419159303505154 ], [ -111.60824921728793, 41.418988942468332 ], [ -111.60854183318413, 41.418928846256115 ], [ -111.6089722570523, 41.418889638005773 ], [ -111.6099969841909, 41.419060756889039 ], [ -111.6108782867464, 41.419249742525672 ], [ -111.611148574007, 41.419360901047952 ], [ -111.6113412528025, 41.419490486370371 ], [ -111.61151046522895, 41.419669737429317 ], [ -111.61203018831365, 41.420347041253081 ], [ -111.6121470501332, 41.420558096115215 ], [ -111.61219647942615, 41.420724472114664 ], [ -111.61215275960019, 41.421166072896369 ], [ -111.61225164951647, 41.421629433590077 ], [ -111.61237976146352, 41.421763864443875 ], [ -111.61257775583655, 41.42182135923894 ], [ -111.61301452662944, 41.421819032863191 ], [ -111.61342266296394, 41.42182586501638 ], [ -111.61415289707452, 41.421979600720142 ], [ -111.61478253206668, 41.422124861871907 ], [ -111.61593330396472, 41.422330383370742 ], [ -111.61629233881933, 41.422332964440471 ], [ -111.61682467352821, 41.42231209662561 ], [ -111.61738735042782, 41.42233610107926 ], [ -111.6180517421972, 41.42235955641226 ], [ -111.61839898171091, 41.422380209290459 ], [ -111.61856646875536, 41.422374805166875 ], [ -111.61867378175337, 41.422333694356816 ], [ -111.61907217545509, 41.422070333552874 ], [ -111.61926261027629, 41.421961218568704 ], [ -111.61945928440821, 41.421879092205579 ], [ -111.61962030742852, 41.421823279295083 ], [ -111.620098239969, 41.421745041249089 ], [ -111.6202655537934, 41.421721620566814 ], [ -111.62045038824958, 41.421653067604524 ], [ -111.6207892396712, 41.421421548214866 ], [ -111.62129949509688, 41.420968418308156 ], [ -111.62157266378645, 41.420751663293501 ], [ -111.6217988942965, 41.420632442441345 ], [ -111.62240214952141, 41.420521090403959 ], [ -111.62259872928161, 41.420429951664822 ], [ -111.6227173572164, 41.420321219506882 ], [ -111.62286839720394, 41.419847507501885 ], [ -111.62291444514565, 41.419531995243275 ], [ -111.62297725329098, 41.419342497389202 ], [ -111.62307211916058, 41.419251908539557 ], [ -111.62325104684446, 41.419192390565954 ], [ -111.62363360830717, 41.419154287491573 ], [ -111.62415932772755, 41.41907036903158 ], [ -111.62476122636396, 41.418819395517843 ], [ -111.62492120974716, 41.418656391405243 ], [ -111.62499763978553, 41.41851545901784 ], [ -111.62527074269639, 41.418294191765753 ], [ -111.62579459406585, 41.418016614418619 ], [ -111.62612811684731, 41.41785716832257 ], [ -111.626610514596, 41.417624850414718 ], [ -111.62680144334364, 41.417569765310297 ], [ -111.62695083899115, 41.417550936282417 ], [ -111.62706459794512, 41.417559323840777 ], [ -111.62755739471226, 41.417786328561121 ], [ -111.62779141680718, 41.417857111962 ], [ -111.62794692572648, 41.417851759555447 ], [ -111.62825157010074, 41.417800555098459 ], [ -111.62904721546475, 41.41766559871445 ], [ -111.62967962612974, 41.417603590442134 ], [ -111.6300401796971, 41.417642150394435 ], [ -111.63022510169782, 41.417708693952541 ], [ -111.63040580399223, 41.41783380917586 ], [ -111.63056890710203, 41.417995050624761 ], [ -111.63072594107278, 41.418147317594617 ], [ -111.63084753457278, 41.418223214810951 ], [ -111.63099040495914, 41.418271972668549 ], [ -111.631098226424, 41.418284892554354 ], [ -111.63131924171836, 41.418247649949855 ], [ -111.63154541062835, 41.418124807253896 ], [ -111.63175922032022, 41.417961498166221 ], [ -111.63237116610998, 41.417516768127783 ], [ -111.6332275195019, 41.416980614754749 ], [ -111.63403696118047, 41.416543796182125 ], [ -111.63497721992464, 41.416025182352243 ], [ -111.63603117615645, 41.415510436095083 ], [ -111.63700197657175, 41.41505919320997 ], [ -111.63773438969473, 41.414703842660401 ], [ -111.63798481656161, 41.414616882876771 ], [ -111.63827149023304, 41.414565751541794 ], [ -111.63861222615442, 41.414536838224542 ], [ -111.63918086920616, 41.414565206852842 ], [ -111.63951641734231, 41.414617387334154 ], [ -111.63970191809322, 41.414620859855148 ], [ -111.63990501266967, 41.414588204156786 ], [ -111.64009569997927, 41.414510579541705 ], [ -111.64033805935711, 41.414333584347588 ], [ -111.64049927762014, 41.414179559169824 ], [ -111.64088308905022, 41.413663993350781 ], [ -111.64134307008068, 41.412985866306684 ], [ -111.64185670458227, 41.412289423015544 ], [ -111.6426187396191, 41.411303349556874 ], [ -111.64310877432789, 41.410643062416646 ], [ -111.64327236363931, 41.410245816907263 ], [ -111.64332965178949, 41.409988782182943 ], [ -111.6433481150047, 41.409434716222009 ], [ -111.64341694959862, 41.408529075036675 ], [ -111.64355716435139, 41.407582500566946 ], [ -111.64369893094886, 41.406793548846032 ], [ -111.64377818543312, 41.406338225222299 ], [ -111.64388323288149, 41.406071915293879 ], [ -111.64399568414795, 41.405949684295045 ], [ -111.64428133614857, 41.40579946086865 ], [ -111.6445139976408, 41.405735105110999 ], [ -111.64488414739867, 41.40566097083444 ], [ -111.64547669539914, 41.40569457903981 ], [ -111.64588361667745, 41.405709409798959 ], [ -111.64618818975676, 41.405658158251491 ], [ -111.64668342448076, 41.405530171196226 ], [ -111.64748999632079, 41.405430155232146 ], [ -111.64772323468394, 41.405424338684121 ], [ -111.64789107785572, 41.405459423803727 ], [ -111.64803527214636, 41.405522565217595 ], [ -111.64812601691486, 41.405624739920192 ], [ -111.64817480989585, 41.405719044113759 ], [ -111.64818391246401, 41.405912654706157 ], [ -111.64819718597462, 41.406164790728411 ], [ -111.6482283029645, 41.406286217053399 ], [ -111.64834936952325, 41.406429655357854 ], [ -111.64863216704568, 41.406594700713597 ], [ -111.64895081161188, 41.406755039423864 ], [ -111.64946159136595, 41.406986353081322 ], [ -111.65055377525037, 41.407331476409794 ], [ -111.65136307084302, 41.407502544421945 ], [ -111.65197930583599, 41.407629663255747 ], [ -111.65235821241258, 41.407713087021207 ], [ -111.65254436986865, 41.40778409158311 ], [ -111.65259294554147, 41.407855876275292 ], [ -111.65259942310446, 41.407905380920894 ], [ -111.65253556054205, 41.408099404906693 ], [ -111.6523654204384, 41.408433648109543 ], [ -111.65221952157319, 41.408799279962984 ], [ -111.6521228728343, 41.409304249081401 ], [ -111.6520323937888, 41.409828098909045 ], [ -111.65204120374661, 41.410110885160123 ], [ -111.6521882409459, 41.410456841343716 ], [ -111.65233451383314, 41.410726237727147 ], [ -111.65254074436611, 41.411008805154133 ], [ -111.65278366026322, 41.411250630223471 ], [ -111.65322313053127, 41.411644466823496 ], [ -111.65384304326211, 41.41201475762427 ], [ -111.65452926501371, 41.412434209191595 ], [ -111.65510183207189, 41.412854303807912 ], [ -111.65556043437977, 41.413244419386942 ], [ -111.65609770107882, 41.413722358191237 ], [ -111.65665927723826, 41.414237086499917 ], [ -111.65705792888565, 41.414613126111504 ], [ -111.65729469488669, 41.414954059217195 ], [ -111.65738068366728, 41.415175152742762 ], [ -111.65743683309859, 41.4154036227159 ], [ -111.65741621801982, 41.415732514689289 ], [ -111.65740642355495, 41.415947850174042 ], [ -111.65745026344365, 41.416142161903501 ], [ -111.65756076621203, 41.416420763228516 ], [ -111.65778000252543, 41.416802329194006 ], [ -111.65803307732394, 41.417098129844319 ], [ -111.65837792420308, 41.417357374762403 ], [ -111.65857091735748, 41.417509397857557 ], [ -111.65916703083987, 41.417884299434213 ], [ -111.65984151988643, 41.418317297211239 ], [ -111.66029963265963, 41.418652450440064 ], [ -111.66057762587438, 41.41892558358964 ], [ -111.66072934221572, 41.419136388778782 ], [ -111.6609357729985, 41.419432450750413 ], [ -111.66108940989508, 41.419832402001425 ], [ -111.66125569988311, 41.420299836570024 ], [ -111.66128314956649, 41.420646467672675 ], [ -111.66120386435057, 41.421088290985111 ], [ -111.66125547485329, 41.421457301944649 ], [ -111.66131886941575, 41.421808230119119 ], [ -111.66144003956555, 41.421956157324033 ], [ -111.66159706334257, 41.422099374474932 ], [ -111.66206092058917, 41.42240746487861 ], [ -111.66278265450902, 41.422772616836561 ], [ -111.66333572042073, 41.423026143102298 ], [ -111.66394999921978, 41.42341442591939 ], [ -111.66422131060608, 41.42361552856071 ], [ -111.66444383619239, 41.423843934807572 ], [ -111.66457265638773, 41.424036851946035 ], [ -111.6647318599814, 41.42439262907255 ], [ -111.6649097781079, 41.42482306001132 ], [ -111.66508406817593, 41.425484103477906 ], [ -111.66528160628165, 41.426077455964894 ], [ -111.6654367114371, 41.426617008530421 ], [ -111.66556144134347, 41.427111699101012 ], [ -111.66565381706448, 41.427367878174337 ], [ -111.66577620370261, 41.427632890983276 ], [ -111.66606208328679, 41.42808611452535 ], [ -111.66620256217912, 41.428364533331369 ], [ -111.6663546413386, 41.428606854804336 ], [ -111.66651132355906, 41.428714037060175 ], [ -111.66665686699342, 41.428785253689682 ], [ -111.66676963773789, 41.428811622632495 ], [ -111.66690114175884, 41.42879734917269 ], [ -111.66705754692471, 41.428760412462204 ], [ -111.66786193895264, 41.428539565927593 ], [ -111.66890673122664, 41.428303805047591 ], [ -111.66977859115582, 41.428127590267962 ], [ -111.67081278453401, 41.427909888765335 ], [ -111.6715823186554, 41.427792805595125 ], [ -111.67217372359264, 41.427694773133474 ], [ -111.67306328451657, 41.427495911323867 ], [ -111.67367277490239, 41.427411276585964 ], [ -111.67426473222662, 41.42736727508165 ], [ -111.67468339760373, 41.427346805640617 ], [ -111.67598749431208, 41.427307624283984 ], [ -111.67712442318437, 41.427305442110054 ], [ -111.67833881033971, 41.427271265807192 ], [ -111.67886536574856, 41.427268159936425 ], [ -111.67903267147111, 41.427244653862843 ], [ -111.67918179166416, 41.427198736184401 ], [ -111.67927691867089, 41.427139625886028 ], [ -111.67937157603872, 41.427035480838057 ], [ -111.6794539373367, 41.426899882118974 ], [ -111.67961818928451, 41.42658364982929 ], [ -111.67987129939954, 41.426181321065037 ], [ -111.68037392459578, 41.425606374078583 ], [ -111.68065354664878, 41.425451592757106 ], [ -111.68085641818536, 41.4253963473924 ], [ -111.68114880510112, 41.425318052996154 ], [ -111.6818775078941, 41.425192135232578 ], [ -111.68258213280912, 41.425052844475204 ], [ -111.68301085926936, 41.424852135231298 ], [ -111.68311134909928, 41.424734441217815 ], [ -111.68332434153879, 41.424503485319434 ], [ -111.68356098229737, 41.424245366039656 ], [ -111.68371503636016, 41.424100330748708 ], [ -111.68387434888355, 41.424000301454157 ], [ -111.68411378943964, 41.42389529175469 ], [ -111.68436443411626, 41.423831649375515 ], [ -111.68470414586649, 41.423702622461647 ], [ -111.68522194248195, 41.423438322378239 ], [ -111.68564907731202, 41.423088088368779 ], [ -111.68579629738296, 41.422862924308347 ], [ -111.68585423359062, 41.422682429064338 ], [ -111.68584487402649, 41.422475312493688 ], [ -111.68579032714145, 41.422295487761538 ], [ -111.68571696627465, 41.422147301366024 ], [ -111.68547489518042, 41.421887526541354 ], [ -111.68522128598289, 41.421668353643355 ], [ -111.68514792713006, 41.42152016685354 ], [ -111.68514636503077, 41.421371552470383 ], [ -111.68533065537736, 41.421257861132027 ], [ -111.68550411570644, 41.421252323983346 ], [ -111.68577985594024, 41.42130022193497 ], [ -111.68638509007242, 41.421386687675628 ], [ -111.68668457387845, 41.421416426807824 ], [ -111.68688206154309, 41.421419751665162 ], [ -111.68767628499903, 41.421270887242777 ], [ -111.68812923560114, 41.421101540303567 ], [ -111.68835526773039, 41.420974983959795 ], [ -111.6885394466448, 41.420851379905663 ], [ -111.68866917863181, 41.420671354249848 ], [ -111.68879205136581, 41.420408500538727 ], [ -111.68890282402458, 41.420133108643917 ], [ -111.68911819328173, 41.419564346496784 ], [ -111.6893040733612, 41.419036294324279 ], [ -111.689432980478, 41.418778808210163 ], [ -111.68963947199748, 41.418502841913124 ], [ -111.68984810629142, 41.418429531133107 ], [ -111.69009942028578, 41.418431626978787 ], [ -111.69096759797908, 41.418490369454865 ], [ -111.69166226733964, 41.41854924784986 ], [ -111.69211073580075, 41.418524032136141 ], [ -111.69253455521863, 41.418431406806477 ], [ -111.69280894832949, 41.418353191067865 ], [ -111.69350576780727, 41.418051745420996 ], [ -111.69381499995622, 41.417874234780541 ], [ -111.6940347298447, 41.417719782002052 ], [ -111.69419496763679, 41.417597214028135 ], [ -111.69455760786832, 41.417378845370017 ], [ -111.69471846771525, 41.417314821659275 ], [ -111.69487353660477, 41.417268847699503 ], [ -111.69506459715018, 41.417231663599594 ], [ -111.69573924187922, 41.417096977125311 ], [ -111.69599610067065, 41.41705849281643 ], [ -111.69616959679391, 41.417057443136322 ], [ -111.69636138712789, 41.417088709469404 ], [ -111.69656547010332, 41.417150526558942 ], [ -111.69679425415639, 41.417284253687804 ], [ -111.69707175752983, 41.417497851932886 ], [ -111.69744625759954, 41.417829760525976 ], [ -111.697657531473, 41.418004125804138 ], [ -111.69796419257034, 41.418146385812122 ], [ -111.69813831848376, 41.418203878074692 ], [ -111.69845009579672, 41.418265038253416 ], [ -111.69880380112345, 41.418330446677508 ], [ -111.69949341058302, 41.418474879732933 ], [ -111.69984793995377, 41.418616843654917 ], [ -111.70013724073262, 41.418813248421756 ], [ -111.70051127030459, 41.419099211554631 ], [ -111.70121012971454, 41.419546229804034 ], [ -111.70144592245809, 41.419773582824703 ], [ -111.70178425985586, 41.420077774344747 ], [ -111.70224221034503, 41.420376731070149 ], [ -111.70266343236143, 41.420598445832319 ], [ -111.70340819393475, 41.420860516607831 ], [ -111.70403261099453, 41.421059365841515 ], [ -111.70432757755059, 41.42122419905396 ], [ -111.70461092033729, 41.421420628912223 ], [ -111.70484747192269, 41.421716427138492 ], [ -111.70513335175571, 41.422147034893413 ], [ -111.70528981058247, 41.422339736890713 ], [ -111.7055445396722, 41.422545347295639 ], [ -111.70584574374858, 41.422732657025229 ], [ -111.70621291058521, 41.422933072304915 ], [ -111.70650283543401, 41.423183501948706 ], [ -111.7066602044975, 41.423349173982729 ], [ -111.70677549660073, 41.423497089318246 ], [ -111.70691574781816, 41.423739429792221 ], [ -111.70700498422275, 41.42424330070947 ], [ -111.70706994679853, 41.424715794497835 ], [ -111.70716311691963, 41.425030483840303 ], [ -111.70727846205654, 41.425182902038195 ], [ -111.70740509014685, 41.425272198346114 ], [ -111.70754324531596, 41.425320889940672 ], [ -111.70771002307593, 41.425360397816988 ], [ -111.7078488373045, 41.425359543824023 ], [ -111.70799803022204, 41.42532259585581 ], [ -111.70813457120452, 41.425222673176755 ], [ -111.70874727227641, 41.42488922634012 ], [ -111.70922938325846, 41.424652961440756 ], [ -111.70955679806731, 41.42449781532865 ], [ -111.70984855689372, 41.424365407000884 ], [ -111.71000309188753, 41.4242698748143 ], [ -111.71009210495308, 41.42420176930527 ], [ -111.71071592780514, 41.423792580429804 ], [ -111.71109010966003, 41.423537157929751 ], [ -111.71141100034689, 41.423333406423723 ], [ -111.71153576222173, 41.423251567500387 ], [ -111.71162591975802, 41.423178949976283 ], [ -111.71186400059973, 41.423172973352578 ], [ -111.71196610795508, 41.423208371465016 ], [ -111.71220068174833, 41.42331951317486 ], [ -111.71276802531438, 41.423766373979603 ], [ -111.71313238930732, 41.424255023980443 ], [ -111.71351451151584, 41.424725547674939 ], [ -111.71377490082926, 41.425007668214818 ], [ -111.71400355016894, 41.425123346694704 ], [ -111.7142914909207, 41.425189115453719 ], [ -111.71462790318674, 41.425200537516837 ], [ -111.71473415985184, 41.425177358737571 ], [ -111.71484758657377, 41.425153234561002 ], [ -111.71505014078187, 41.425071809213136 ], [ -111.71538332918659, 41.424898595698174 ], [ -111.7155742416335, 41.424846966511502 ], [ -111.71590897086017, 41.424814258631223 ], [ -111.71611813933796, 41.424790438137478 ], [ -111.71703229728415, 41.424667647019795 ], [ -111.71780788748811, 41.424568231986299 ], [ -111.71812639677781, 41.424584259264712 ], [ -111.71849246948025, 41.424681055976748 ], [ -111.71882912342645, 41.424823072748723 ], [ -111.71949784440451, 41.425233236752426 ], [ -111.71999809116744, 41.42566697000953 ], [ -111.72053808240534, 41.426231060597033 ], [ -111.72084836816079, 41.42669300206299 ], [ -111.72105589215255, 41.427061008229252 ], [ -111.72112958790169, 41.427231688408085 ], [ -111.72118423701667, 41.427303405672177 ], [ -111.72128650535006, 41.427352305673793 ], [ -111.7214540443872, 41.427351255161398 ], [ -111.72186321705746, 41.427015411823227 ], [ -111.72199574943221, 41.426663288496755 ], [ -111.72214722686982, 41.426184941367751 ], [ -111.72217973306493, 41.425770393240349 ], [ -111.72218646105529, 41.425405548040665 ], [ -111.72220834843708, 41.425220757283093 ], [ -111.72225391946444, 41.425013299131457 ], [ -111.72246497593375, 41.424620148495009 ], [ -111.72263524563118, 41.424326335953353 ], [ -111.72282704942238, 41.423816208261208 ], [ -111.7228804883047, 41.423239393547561 ], [ -111.72287215770186, 41.423027770010357 ], [ -111.7228290271762, 41.422915447443124 ], [ -111.72259194075671, 41.422579156084204 ], [ -111.7224703420386, 41.422405174534646 ], [ -111.72239010636321, 41.422184094213513 ], [ -111.72238232654271, 41.422022008314855 ], [ -111.72239244595116, 41.42185530628015 ], [ -111.72236073411064, 41.421693370637215 ], [ -111.72229362345226, 41.42157669465869 ], [ -111.72214688889827, 41.421401969786842 ], [ -111.7219849984501, 41.421263369781627 ], [ -111.72129291950763, 41.420902907539286 ], [ -111.72076871831821, 41.420572915702465 ], [ -111.72029258456276, 41.420260635501812 ], [ -111.72006907860434, 41.420068373562124 ], [ -111.71989333732047, 41.419866804825404 ], [ -111.71971695074923, 41.419606691159935 ], [ -111.71960697300759, 41.419400206806309 ], [ -111.71937256927268, 41.418762140805555 ], [ -111.7190892158054, 41.418025297780552 ], [ -111.7187879706552, 41.417293069480323 ], [ -111.71856169971366, 41.416848611905372 ], [ -111.71833761520242, 41.416602305099154 ], [ -111.71782294949028, 41.416047052561616 ], [ -111.71740045754792, 41.415711906630172 ], [ -111.71724382326015, 41.415613800736921 ], [ -111.71710099478368, 41.415574157312896 ], [ -111.71686663083035, 41.415589129070582 ], [ -111.71669472357169, 41.415734320018288 ], [ -111.71653596841487, 41.415987518761177 ], [ -111.7164469237582, 41.416051125768519 ], [ -111.7162324440668, 41.416133528638262 ], [ -111.71589094623279, 41.416090616571118 ], [ -111.71547019358665, 41.415913083917772 ], [ -111.71509735244558, 41.415739755684875 ], [ -111.71470592409749, 41.415507992962873 ], [ -111.71442846093611, 41.415302543769791 ], [ -111.71410966515961, 41.415146891691982 ], [ -111.7138033287723, 41.415036198920077 ], [ -111.71359236689322, 41.41489338757799 ], [ -111.71339889976608, 41.414709032868487 ], [ -111.7130288619088, 41.414243837483234 ], [ -111.71271957787492, 41.413862935037073 ], [ -111.71254422066511, 41.413692878663198 ], [ -111.71243594885505, 41.413639504148676 ], [ -111.71230409247192, 41.413617801803554 ], [ -111.71211883827011, 41.413636963581048 ], [ -111.71198762129539, 41.413673805676169 ], [ -111.71186180627907, 41.413657469938968 ], [ -111.71171772983554, 41.413612423024723 ], [ -111.7115357869199, 41.413496450851547 ], [ -111.71086980804419, 41.413212327525436 ], [ -111.71026378530577, 41.413049431498358 ], [ -111.71005421076597, 41.413032710073772 ], [ -111.70985096176445, 41.413047475501372 ], [ -111.70952286969981, 41.413135070555867 ], [ -111.70932584745776, 41.413172315413995 ], [ -111.70918202850763, 41.413150683235855 ], [ -111.70904340833202, 41.413056958813243 ], [ -111.70895760034902, 41.412868330019108 ], [ -111.70877577404613, 41.412652369441474 ], [ -111.70864937442181, 41.412581988759989 ], [ -111.7084391167363, 41.412502216066208 ], [ -111.70824753986504, 41.412489884275736 ], [ -111.70798441150276, 41.412499610491061 ], [ -111.70775214234166, 41.41259651907162 ], [ -111.70724712346389, 41.412919390977805 ], [ -111.70704568099406, 41.413100779166179 ], [ -111.70698480855798, 41.413114664488475 ], [ -111.70689053314099, 41.413137762515333 ], [ -111.70670969886626, 41.413012768366748 ], [ -111.70665993743144, 41.412837427682561 ], [ -111.70660783368774, 41.412445921244291 ], [ -111.70638010154653, 41.411857328042757 ], [ -111.70617066122684, 41.411300148328898 ], [ -111.70608962683892, 41.410998894181681 ], [ -111.70608101149632, 41.41075574435385 ], [ -111.70616198009547, 41.410498533457037 ], [ -111.70627937653633, 41.410290640177749 ], [ -111.70653501723963, 41.410032356622935 ], [ -111.70683503500607, 41.409673816523153 ], [ -111.70690350827731, 41.409368041276558 ], [ -111.70689989572496, 41.409034785609876 ], [ -111.70683685529208, 41.408737925072217 ], [ -111.70670935819844, 41.408454971681252 ], [ -111.70648515653345, 41.407749258919083 ], [ -111.70640874119495, 41.407321871266944 ], [ -111.70641504601328, 41.406799396790426 ], [ -111.70646730122608, 41.406100993599871 ], [ -111.70646950790271, 41.405200228511575 ], [ -111.70653149938126, 41.404848554721113 ], [ -111.70665447584535, 41.404604596544623 ], [ -111.70681348649067, 41.40437392814782 ], [ -111.70742389965791, 41.403846839925194 ], [ -111.70805790571002, 41.403289878436468 ], [ -111.7087535636461, 41.402902775778216 ], [ -111.70922922828272, 41.402638626676847 ], [ -111.70946063702753, 41.402466057157177 ], [ -111.70969768280472, 41.402261926080008 ], [ -111.70983888037294, 41.402044874590267 ], [ -111.70997350758692, 41.40177381834058 ], [ -111.7102405521233, 41.401029049745439 ], [ -111.71048803191856, 41.400685236005067 ], [ -111.71068315139328, 41.400476857976173 ], [ -111.71097935873217, 41.400213809876554 ], [ -111.71188371262609, 41.399771353274872 ], [ -111.71215143270314, 41.39963908747778 ], [ -111.71229943345668, 41.399498554737562 ], [ -111.71239276868268, 41.399281796326186 ], [ -111.71242585112184, 41.399024877059567 ], [ -111.71242319530111, 41.398781690346233 ], [ -111.71237431513879, 41.398687413979602 ], [ -111.71228317537347, 41.398557369106598 ], [ -111.71218674338398, 41.398490409590686 ], [ -111.71203040433198, 41.398414813205896 ], [ -111.71176645879444, 41.398344386073767 ], [ -111.71104634691086, 41.398128154052358 ], [ -111.71081769010081, 41.398002560746491 ], [ -111.7106667557438, 41.397873784702973 ], [ -111.71056983589554, 41.397761789199613 ], [ -111.71049600589588, 41.397573087057715 ], [ -111.71046437544376, 41.397414749893905 ], [ -111.7104731589728, 41.397122851771684 ], [ -111.71056527074938, 41.396793508204269 ], [ -111.71071763033098, 41.396504326299556 ], [ -111.71094160968394, 41.3962011903877 ], [ -111.71125411864142, 41.395789416465171 ], [ -111.71156657456207, 41.395373138234739 ], [ -111.71179809895229, 41.395214074435764 ], [ -111.71210727152949, 41.395045522109442 ], [ -111.71241777021517, 41.394998562401149 ], [ -111.71288410786529, 41.394982162797255 ], [ -111.71437890702555, 41.394941365516289 ], [ -111.71524687991484, 41.395008033568921 ], [ -111.7157431690426, 41.394995939954889 ], [ -111.71603577244638, 41.394953585567428 ], [ -111.71616057352968, 41.394880748623656 ], [ -111.71631413993124, 41.394704145878492 ], [ -111.71642015794656, 41.394554861577411 ], [ -111.71668388998523, 41.394062308781116 ], [ -111.71699966050103, 41.393407295518728 ], [ -111.71714135937397, 41.393239773117209 ], [ -111.71731903892942, 41.393081033767459 ], [ -111.71823258434446, 41.392399770054581 ], [ -111.71882710069181, 41.391968199697097 ], [ -111.71913514279014, 41.391808643047582 ], [ -111.719636443231, 41.391710929788616 ], [ -111.71988133619016, 41.391682375310793 ], [ -111.72013141397295, 41.391581727593234 ], [ -111.72041099445714, 41.391444864485081 ], [ -111.72124340019501, 41.391002784421175 ], [ -111.72192663933308, 41.390593160676936 ], [ -111.72256696101499, 41.389981132829604 ], [ -111.72284383692187, 41.389709167739873 ], [ -111.72297305372265, 41.389496678822844 ], [ -111.72308886247139, 41.389153664732383 ], [ -111.72315139898144, 41.388860526774501 ], [ -111.72336497363509, 41.388273694380416 ], [ -111.7235010123795, 41.388029635555576 ], [ -111.72381932314232, 41.387612386136567 ], [ -111.72449359118235, 41.386937981772263 ], [ -111.72523646523877, 41.386518955166935 ], [ -111.72573536194402, 41.386209553285617 ], [ -111.72631306546877, 41.385566372798735 ], [ -111.72671406121256, 41.384951328132423 ], [ -111.72696401281057, 41.384305709969453 ], [ -111.72709653587877, 41.383318546584036 ], [ -111.72715971969612, 41.382012053186173 ], [ -111.72702552543562, 41.381238252054338 ], [ -111.72683634842774, 41.380789069732053 ], [ -111.72655569558546, 41.380394509976064 ], [ -111.72610702137024, 41.379838873960693 ], [ -111.72594945940823, 41.37965070952994 ], [ -111.72542146048886, 41.378843359711027 ], [ -111.72521735160926, 41.378340223323391 ], [ -111.72516466688516, 41.377903689016534 ], [ -111.72518473090338, 41.37755677174934 ], [ -111.72534393607724, 41.376817148834618 ], [ -111.725555722999, 41.376505052993238 ], [ -111.72578629552632, 41.376269402491189 ], [ -111.7261308146914, 41.376064558992255 ], [ -111.72649954760203, 41.375886584258055 ], [ -111.72755403312459, 41.375542138621078 ], [ -111.72850933100479, 41.375418996450357 ], [ -111.72919015577691, 41.375347127526538 ], [ -111.72956520718577, 41.375200629377716 ], [ -111.72976643301355, 41.375122789183365 ], [ -111.73000627470097, 41.375076230116782 ], [ -111.73042468518408, 41.375064567443282 ], [ -111.73188334373019, 41.375041787968719 ], [ -111.7328635110369, 41.375004924026058 ], [ -111.73318640247514, 41.375006470185362 ], [ -111.73334782796157, 41.375005441542953 ], [ -111.7334432345536, 41.374982314592536 ], [ -111.73366936315716, 41.374886293739806 ], [ -111.73396115555157, 41.374780846083567 ], [ -111.73420005033896, 41.374756803210076 ], [ -111.73448125176198, 41.374773023816672 ], [ -111.73472045038133, 41.374776000591773 ], [ -111.73495351823438, 41.374765504692363 ], [ -111.7351692077154, 41.374804660905887 ], [ -111.73534836584697, 41.374785501054944 ], [ -111.73545588096502, 41.374775806392329 ], [ -111.7356350389269, 41.374756646096294 ], [ -111.73586753805802, 41.374695709669147 ], [ -111.736083265971, 41.374632177787426 ], [ -111.73618917874913, 41.374586462466226 ], [ -111.73634416730266, 41.374544936801293 ], [ -111.73652301953993, 41.374498754412031 ], [ -111.73673140913989, 41.374420856194547 ], [ -111.7368504233408, 41.374370552606031 ], [ -111.73704721069528, 41.374324254555574 ], [ -111.7371667329316, 41.374318985166283 ], [ -111.73732187278129, 41.374290968549673 ], [ -111.73752463819693, 41.374244631378737 ], [ -111.73772755597318, 41.374211804208002 ], [ -111.73792378233084, 41.374115966696905 ], [ -111.73801280008885, 41.374056846703887 ], [ -111.73815465793599, 41.373911815915406 ], [ -111.73842109808758, 41.373680413783859 ], [ -111.73862289284854, 41.373548509116723 ], [ -111.73878288776726, 41.373421376241041 ], [ -111.73897282581858, 41.373298554635419 ], [ -111.73919291080314, 41.373198057957474 ], [ -111.73932409211096, 41.373166589519336 ], [ -111.73953864643153, 41.373105760965416 ], [ -111.73980087553856, 41.373031114185395 ], [ -111.74011125893557, 41.372984981289079 ], [ -111.74020083474079, 41.372975397574812 ], [ -111.74059986358208, 41.372837716790166 ], [ -111.74077257626878, 41.372778055973299 ], [ -111.74107599787466, 41.372645492739188 ], [ -111.74135560657359, 41.372522089678426 ], [ -111.74159913878583, 41.37238090332545 ], [ -111.74184359090782, 41.372320778547099 ], [ -111.74192120860249, 41.372311270584433 ], [ -111.74214839020107, 41.372309805633591 ], [ -111.74235665335152, 41.372221989726178 ], [ -111.74238640225828, 41.372209187226119 ], [ -111.74258396502094, 41.372126844473982 ], [ -111.74277290132666, 41.372022038169256 ], [ -111.74295153702249, 41.371957832070123 ], [ -111.74320649115087, 41.37187511769671 ], [ -111.74346383599202, 41.371792387312574 ], [ -111.74370792509656, 41.371700734465705 ], [ -111.74390995951131, 41.371591337860274 ], [ -111.74414162855938, 41.371459230369553 ], [ -111.74439649139889, 41.371263919464027 ], [ -111.74460403947697, 41.371113951953483 ], [ -111.74481148386701, 41.370954977178386 ], [ -111.74492971481453, 41.37083711360097 ], [ -111.74509520659458, 41.370669402322235 ], [ -111.74518957471749, 41.370556196761243 ], [ -111.7453252251114, 41.370393182167213 ], [ -111.74547958081419, 41.370297602934976 ], [ -111.74569361586239, 41.370192629221542 ], [ -111.74581246105912, 41.370128806108788 ], [ -111.74597258788712, 41.370015173688991 ], [ -111.74605546013436, 41.369942575953928 ], [ -111.7461201916737, 41.36985208065969 ], [ -111.74632855481943, 41.369774165219347 ], [ -111.74652718633575, 41.369786388141179 ], [ -111.74666998304151, 41.369830499484181 ], [ -111.74695796832022, 41.369918706110617 ], [ -111.74719127416034, 41.369930702805256 ], [ -111.747394688884, 41.369942893169906 ], [ -111.74758206531361, 41.369911951080397 ], [ -111.74777064752176, 41.36988190160659 ], [ -111.74806913611999, 41.369843030598844 ], [ -111.74858332572242, 41.369845091370507 ], [ -111.74891841639021, 41.369869933725752 ], [ -111.74940863123702, 41.369866742301134 ], [ -111.74979191010389, 41.369922794739715 ], [ -111.75006140651155, 41.369962473234452 ], [ -111.75044441734954, 41.369995105589368 ], [ -111.750744002388, 41.370051700622014 ], [ -111.75090615034249, 41.370114596323702 ], [ -111.75142291233742, 41.370340015069324 ], [ -111.75168818866186, 41.370428358117159 ], [ -111.75197514310504, 41.370530070229506 ], [ -111.75214293972542, 41.370564103080653 ], [ -111.75237662226392, 41.370608513999315 ], [ -111.75252633908273, 41.370630053917296 ], [ -111.75278876105027, 41.370574292162111 ], [ -111.75307483601662, 41.370495856125146 ], [ -111.75331298018651, 41.370408725600377 ], [ -111.75367574208994, 41.37024061120222 ], [ -111.7541039819403, 41.370047746180497 ], [ -111.75462247543008, 41.369904730069059 ], [ -111.75502722438242, 41.369748946643043 ], [ -111.75530111779887, 41.369651669124103 ], [ -111.75556323116753, 41.369569781149529 ], [ -111.75587908499047, 41.369482135055179 ], [ -111.75621287248468, 41.36939437024418 ], [ -111.7568395893, 41.369304678255496 ], [ -111.75737159394737, 41.369296674276292 ], [ -111.75765886986284, 41.369322706620039 ], [ -111.75799389817539, 41.369342118420647 ], [ -111.75823365242435, 41.369394584261642 ], [ -111.75852710603705, 41.369437688090336 ], [ -111.7586882028985, 41.369409603413786 ], [ -111.75881946108852, 41.369386219055727 ], [ -111.7589269635148, 41.369376502558993 ], [ -111.75914134003858, 41.369303028061566 ], [ -111.75939142791078, 41.369215806169343 ], [ -111.7597189166768, 41.369101050086492 ], [ -111.76000466216423, 41.368995576328828 ], [ -111.76023078275021, 41.368904007121223 ], [ -111.76040357158422, 41.368853323905846 ], [ -111.76057651749773, 41.368816150730439 ], [ -111.76076210145959, 41.368837442874629 ], [ -111.76091800482799, 41.368876946098958 ], [ -111.76109168530282, 41.368902820199672 ], [ -111.76124722154276, 41.368910798951838 ], [ -111.76154072736695, 41.368958398531866 ], [ -111.76181650935284, 41.369024129814157 ], [ -111.76210975329798, 41.369049210779636 ], [ -111.76254128344388, 41.369140931407138 ], [ -111.76303841659464, 41.369218704093313 ], [ -111.76371510629338, 41.369313298217264 ], [ -111.76393105756433, 41.369374917705358 ], [ -111.76436207574103, 41.369422497862033 ], [ -111.76472784091497, 41.369513746330696 ], [ -111.76520185820425, 41.369659219937397 ], [ -111.76572306950526, 41.369750332222871 ], [ -111.76611293081028, 41.369856728777506 ], [ -111.76652123549137, 41.3700062374186 ], [ -111.76669005320696, 41.370126714769896 ], [ -111.76697152692584, 41.37026895995443 ], [ -111.76718386574808, 41.370429680488186 ], [ -111.76752230042284, 41.370738184289472 ], [ -111.76773381710363, 41.370930435709518 ], [ -111.76791639673417, 41.371203947815523 ], [ -111.76809220495331, 41.371409948171859 ], [ -111.76828060685654, 41.37166990948127 ], [ -111.76843832333793, 41.371862518747648 ], [ -111.76863794258904, 41.372059351680221 ], [ -111.76875596218819, 41.372333293603361 ], [ -111.76897930964289, 41.37261553912974 ], [ -111.76923902528304, 41.372838091267404 ], [ -111.76932950892464, 41.372905943743113 ], [ -111.76949860470522, 41.373048933903476 ], [ -111.76968738861083, 41.373340416682986 ], [ -111.76977210726392, 41.373426322460432 ], [ -111.7699238432706, 41.373618068866826 ], [ -111.77008675118891, 41.373743084444371 ], [ -111.77030447631412, 41.37395330455297 ], [ -111.77045696973369, 41.374208998750127 ], [ -111.77066855953002, 41.374405747905691 ], [ -111.77091004377033, 41.374602296392204 ], [ -111.77108624298357, 41.3748398158097 ], [ -111.77115910385734, 41.374933906785458 ], [ -111.77114217848587, 41.375019591897995 ], [ -111.77119003557843, 41.375122857954807 ], [ -111.77124695456642, 41.375284612300213 ], [ -111.77129077388213, 41.375450958189333 ], [ -111.77143798775808, 41.375765235434514 ], [ -111.77160008077993, 41.375921780675824 ], [ -111.77174524570191, 41.375961341140645 ], [ -111.77204444977713, 41.375981852942274 ], [ -111.77229672957876, 41.376079243031214 ], [ -111.77253721244369, 41.37619022307986 ], [ -111.77276007959055, 41.376328343552814 ], [ -111.77306622428183, 41.376429873971851 ], [ -111.77350913546393, 41.37646743150281 ], [ -111.77389834466896, 41.376514356051423 ], [ -111.77446697206226, 41.37656457564303 ], [ -111.77520941361016, 41.376649651768147 ], [ -111.77579678226874, 41.376767295089238 ], [ -111.77631833227153, 41.3768808756965 ], [ -111.77687004622106, 41.377016769146209 ], [ -111.77728516021809, 41.377230146837576 ], [ -111.7776339191244, 41.377394429986687 ], [ -111.77792860141446, 41.377536558816658 ], [ -111.77833779692526, 41.377754476459288 ], [ -111.77938290156278, 41.378147337319426 ], [ -111.77972652165369, 41.378281023253948 ], [ -111.78012895230545, 41.378432324533996 ], [ -111.78043364231863, 41.378510425533648 ], [ -111.78071589296941, 41.378612097569622 ], [ -111.78086816877557, 41.37884526029459 ], [ -111.78083751980107, 41.379282333824747 ], [ -111.78081091036543, 41.379557244252695 ], [ -111.78086025129242, 41.379683014941698 ], [ -111.78102254865695, 41.379753973761517 ], [ -111.78119588838437, 41.379748293330508 ], [ -111.78141118951579, 41.379751335229798 ], [ -111.78167486263817, 41.379799085818966 ], [ -111.78180301248383, 41.380014396064176 ], [ -111.78192599321422, 41.380297297794797 ], [ -111.78207779174566, 41.380489928173063 ], [ -111.78244990292386, 41.380604496415778 ], [ -111.78282788655447, 41.380710015965057 ], [ -111.78315242976049, 41.380946507232842 ], [ -111.78325097870082, 41.381086353989218 ], [ -111.78338748280527, 41.381498870507997 ], [ -111.78349862283925, 41.381790858610088 ], [ -111.78360981795008, 41.38208734997901 ], [ -111.78372510088734, 41.382226181583761 ], [ -111.78390588647534, 41.382342048017783 ], [ -111.7841885377952, 41.382475235052631 ], [ -111.78445874445728, 41.38256797234056 ], [ -111.78477163502305, 41.382629792286338 ], [ -111.78502799526589, 41.382664974471098 ], [ -111.78532079924956, 41.382647663689781 ], [ -111.7856559138292, 41.38266789491027 ], [ -111.78574576672696, 41.382680792673348 ], [ -111.78594226904291, 41.382710977029937 ], [ -111.78621470564111, 41.382889266484788 ], [ -111.78646175899061, 41.383045209955142 ], [ -111.78661939391283, 41.383224283026742 ], [ -111.78677740969881, 41.383434879621525 ], [ -111.78693026288961, 41.38361398494694 ], [ -111.78721971907039, 41.383913757212049 ], [ -111.78741882336344, 41.384060118337025 ], [ -111.78762388630021, 41.38420463682008 ], [ -111.78799014658215, 41.384327333832417 ], [ -111.78811033473434, 41.384376052103477 ], [ -111.78852509569782, 41.38445427832486 ], [ -111.78875742723052, 41.384479708552 ], [ -111.78900900226482, 41.384514013884996 ], [ -111.78921301368754, 41.38457116372043 ], [ -111.78923950214381, 41.384783559655354 ], [ -111.78921807807284, 41.384989978941753 ], [ -111.78921476686931, 41.385210686026518 ], [ -111.78926648106885, 41.385530999208576 ], [ -111.78934317955643, 41.385840331931789 ], [ -111.78947147822959, 41.386163722603619 ], [ -111.78961282455327, 41.386478016052578 ], [ -111.78971220521203, 41.386783589810761 ], [ -111.78985524371626, 41.387237487902325 ], [ -111.78992527286303, 41.387588300517343 ], [ -111.79014518015654, 41.387969610279015 ], [ -111.7904298321788, 41.388264903405734 ], [ -111.79071508701854, 41.38860973302377 ], [ -111.79083077872224, 41.388780080808907 ], [ -111.79101339648567, 41.389044547353819 ], [ -111.7911650786059, 41.389223654881881 ], [ -111.79124000496458, 41.389484357705491 ], [ -111.79139038351637, 41.389654466365933 ], [ -111.79163285482407, 41.389823941266059 ], [ -111.79194567292635, 41.389974916460382 ], [ -111.79215787076086, 41.390212154974336 ], [ -111.79234011519303, 41.390445095592654 ], [ -111.79245630665794, 41.390655972055328 ], [ -111.79255439451312, 41.390853461817066 ], [ -111.79262894545816, 41.391082639930886 ], [ -111.79269757151472, 41.391316362562037 ], [ -111.79289628395688, 41.391427587344566 ], [ -111.79309999196609, 41.391457709716526 ], [ -111.79346505462264, 41.391477711635503 ], [ -111.79377629615216, 41.391498083700512 ], [ -111.79414838073103, 41.39160360639255 ], [ -111.79452085034329, 41.391740651516379 ], [ -111.79477828260943, 41.391860475062494 ], [ -111.7951754876274, 41.391965820899983 ], [ -111.79543329452548, 41.392018084034859 ], [ -111.79606774438005, 41.392058733863522 ], [ -111.79636104879278, 41.392079223024318 ], [ -111.79661375653299, 41.392203578901942 ], [ -111.79682975897836, 41.392260632075335 ], [ -111.79704824190044, 41.392324873669111 ], [ -111.79718994728294, 41.392370731037175 ], [ -111.79740518027302, 41.392364735873855 ], [ -111.79761448804565, 41.392363285137797 ], [ -111.79790652764139, 41.392280192734461 ], [ -111.79823301532029, 41.39207976295787 ], [ -111.79855346569852, 41.391874870395789 ], [ -111.79906450698091, 41.39160560092845 ], [ -111.79942022629342, 41.391350919690197 ], [ -111.80011728681303, 41.391035315418833 ], [ -111.80074156928505, 41.390832807336182 ], [ -111.80120142694075, 41.390780064871414 ], [ -111.80159660952944, 41.390817846284939 ], [ -111.80195618882368, 41.390878393272779 ], [ -111.80218170414858, 41.390930866351056 ], [ -111.8024594015547, 41.39094694502419 ], [ -111.80284146207363, 41.39089023478779 ], [ -111.80313902488498, 41.390771060518667 ], [ -111.80359289995363, 41.390718350257245 ], [ -111.80392219173928, 41.390747576326589 ], [ -111.80435464376335, 41.390897681768202 ], [ -111.80452845468054, 41.390927992893083 ], [ -111.80474949548167, 41.390908432122046 ], [ -111.80492058459147, 41.390718077640173 ], [ -111.80505721069984, 41.390545979056164 ], [ -111.80530328616891, 41.390228994137402 ], [ -111.80562819499552, 41.389903349984806 ], [ -111.80581156140711, 41.389739029984163 ], [ -111.80607815672136, 41.389534493596919 ], [ -111.80640411560067, 41.389294411258625 ], [ -111.80677911392361, 41.389151265313458 ], [ -111.80710728509605, 41.38909041500213 ], [ -111.80774043062642, 41.389027423258248 ], [ -111.80808078309042, 41.38898449968768 ], [ -111.80877366965714, 41.388916578932822 ], [ -111.80904254135096, 41.388896673713973 ], [ -111.80961373837388, 41.388757543355432 ], [ -111.81019387501405, 41.388664285538901 ], [ -111.81082677815608, 41.388582362746803 ], [ -111.8112082573406, 41.388480591271225 ], [ -111.81175672258175, 41.388341610538134 ], [ -111.81229305764715, 41.388189201553914 ], [ -111.81304438254232, 41.388012752365391 ], [ -111.81359429955833, 41.387990850303915 ], [ -111.81414725001007, 41.388212127025035 ], [ -111.81440550614641, 41.388300374552777 ], [ -111.81461631782112, 41.388420483695896 ], [ -111.81477985376931, 41.388585964787694 ], [ -111.81504487952226, 41.388737215521552 ], [ -111.8154064173462, 41.388954437329978 ], [ -111.81565932863633, 41.389093161965512 ], [ -111.81590681288996, 41.389276061328999 ], [ -111.81618357859031, 41.389409211140389 ], [ -111.81647185451919, 41.389506248562462 ], [ -111.81664628698863, 41.389586078282164 ], [ -111.81699436384956, 41.389682689944166 ], [ -111.81728275497041, 41.38978873201718 ], [ -111.81764939442887, 41.389934751145141 ], [ -111.81798602269892, 41.390071974942124 ], [ -111.81823329127525, 41.390236855763597 ], [ -111.81848688002971, 41.390428713615741 ], [ -111.81866854040447, 41.390607571427616 ], [ -111.81886238792318, 41.390804357230593 ], [ -111.81898357147922, 41.390929599858623 ], [ -111.81923722167804, 41.391125959340442 ], [ -111.81944359819398, 41.391367692470126 ], [ -111.81970955115636, 41.391590985792334 ], [ -111.8199157045556, 41.391814704625808 ], [ -111.82009031717119, 41.391908039046271 ], [ -111.82025206419058, 41.391929404866843 ], [ -111.82044895609013, 41.39189197107487 ], [ -111.82066271203199, 41.391768845357788 ], [ -111.82081197743273, 41.391748864885635 ], [ -111.82109299825333, 41.391743256838467 ], [ -111.82126721556271, 41.39180506602036 ], [ -111.82160870703146, 41.39185216936712 ], [ -111.82191443156897, 41.391908534701457 ], [ -111.82227887983771, 41.391878908270158 ], [ -111.82256518856968, 41.391818313051921 ], [ -111.8227487521046, 41.391767459350234 ], [ -111.82309651161661, 41.391742453414615 ], [ -111.82366479418768, 41.391751898061294 ], [ -111.82376879154658, 41.391746649802947 ], [ -111.82395737684844, 41.391714673983373 ], [ -111.82428034900549, 41.391715963735159 ], [ -111.82458003805752, 41.391767861467699 ], [ -111.82488553691323, 41.391806205509909 ], [ -111.82499974016419, 41.391851324999791 ], [ -111.82528113682348, 41.391875428793213 ], [ -111.82546674892272, 41.391892112351904 ], [ -111.82575960466622, 41.39187649974437 ], [ -111.82608201884443, 41.391833651668122 ], [ -111.82620765861735, 41.391837253327218 ], [ -111.82631649860237, 41.391931050542901 ], [ -111.82637829619638, 41.392088238052629 ], [ -111.82641628749519, 41.392254604016301 ], [ -111.82647210546443, 41.392411834413544 ], [ -111.82664621542452, 41.392464628695791 ], [ -111.82684458883836, 41.392544270866502 ], [ -111.82702496504598, 41.392619538300863 ], [ -111.82734260094421, 41.392671299818133 ], [ -111.82749973924086, 41.392706199829973 ], [ -111.82767766383509, 41.392682401336913 ], [ -111.82784522388575, 41.39269020340015 ], [ -111.82796368512209, 41.392599276005178 ], [ -111.82801619249329, 41.392495311874569 ], [ -111.82804483613252, 41.392396023208633 ], [ -111.8281091892471, 41.392282966280391 ], [ -111.82835163197201, 41.392065041060469 ], [ -111.82846359662997, 41.391933626147761 ], [ -111.82850824702402, 41.391681995287897 ], [ -111.82849831007094, 41.391370407185605 ], [ -111.82852369320779, 41.391014427968102 ], [ -111.82853290863109, 41.390798181481756 ], [ -111.82860773258818, 41.390567951275656 ], [ -111.82868973702041, 41.390432248113221 ], [ -111.82889520425799, 41.390129016680696 ], [ -111.82915426019973, 41.389807383703065 ], [ -111.82938484496844, 41.3895985491963 ], [ -111.82951474310546, 41.389467003951047 ], [ -111.82985399436993, 41.389338452613167 ], [ -111.83002688438847, 41.389295771038768 ], [ -111.83027850970971, 41.389330886403663 ], [ -111.83051747625846, 41.389311146794242 ], [ -111.83061935226392, 41.389327525679313 ], [ -111.83070923413048, 41.389341288815324 ], [ -111.83099586767776, 41.389307692805545 ], [ -111.8313176918149, 41.38921979679693 ], [ -111.8315744250903, 41.389186415368698 ], [ -111.83182063344482, 41.389265703293482 ], [ -111.8319713937444, 41.389363695885493 ], [ -111.83218845031728, 41.389501742590866 ], [ -111.83229131493904, 41.38959557739782 ], [ -111.83239981511151, 41.389662348823123 ], [ -111.83250250793394, 41.389742673421338 ], [ -111.83267132510062, 41.389849541943043 ], [ -111.83277982608261, 41.389916312999489 ], [ -111.83292380461999, 41.389951300871267 ], [ -111.83317473243908, 41.389931469154632 ], [ -111.83336551558392, 41.38988505 ], [ -111.83365715192869, 41.389774847329399 ], [ -111.83391888767689, 41.389664860628066 ], [ -111.83415768152186, 41.389631603451306 ], [ -111.83428297190304, 41.389608176316557 ], [ -111.83456178171276, 41.389430508059817 ], [ -111.83462669661645, 41.389362480913888 ], [ -111.83472685704336, 41.389244656763587 ], [ -111.83496851724082, 41.388968174441665 ], [ -111.83512191873582, 41.388804926047335 ], [ -111.83533459890297, 41.388600713329829 ], [ -111.83565324183101, 41.38826512184977 ], [ -111.83588437704053, 41.388101307856672 ], [ -111.83618796063097, 41.387991011971039 ], [ -111.83651627035563, 41.387943588081001 ], [ -111.83672550416642, 41.387937563001749 ], [ -111.83698195761536, 41.387976231609848 ], [ -111.83711545928141, 41.388033809228943 ], [ -111.83745113523254, 41.388094419167182 ], [ -111.83775236033512, 41.38817329397191 ], [ -111.83823744680738, 41.388319285752779 ], [ -111.83847168856488, 41.388397745870378 ], [ -111.8387308456259, 41.388553488448771 ], [ -111.8389776968876, 41.388682297647144 ], [ -111.83910472080898, 41.388793965209452 ], [ -111.83926204979981, 41.388936937858098 ], [ -111.83932955417399, 41.389070657293189 ], [ -111.839331766808, 41.389242684496786 ], [ -111.83922069747069, 41.389441659745202 ], [ -111.83911240706769, 41.389856794712806 ], [ -111.83906032485181, 41.389992287075579 ], [ -111.83911530252013, 41.390081961190276 ], [ -111.8393436412191, 41.390165867044175 ], [ -111.83949912012601, 41.390164732771574 ], [ -111.83963072555024, 41.390167375501427 ], [ -111.83976833412234, 41.390171775768351 ], [ -111.83991156328855, 41.390148211582748 ], [ -111.84012620391145, 41.390097103322702 ], [ -111.84046659705481, 41.390058587435682 ], [ -111.8408743940069, 41.390145683019099 ], [ -111.84113350567513, 41.390296916691973 ], [ -111.84126732923301, 41.390471584630497 ], [ -111.84124544130418, 41.390629375948372 ], [ -111.84116406650973, 41.390904699676064 ], [ -111.84110168809286, 41.39107629820748 ], [ -111.84132132427051, 41.391412473753228 ], [ -111.84165295816815, 41.391621724665036 ], [ -111.84213467806401, 41.391874913729396 ], [ -111.84272491651201, 41.392194862250214 ], [ -111.84334935374066, 41.392383948325218 ], [ -111.84397178301288, 41.392509993236942 ], [ -111.84456055077847, 41.392622770609741 ], [ -111.84517755875362, 41.39269930753801 ], [ -111.84566242032997, 41.392731774974763 ], [ -111.84609386945768, 41.392796159384446 ], [ -111.84642342243303, 41.39284327680258 ], [ -111.84689145561168, 41.392961434068837 ], [ -111.8472275632252, 41.393052637667736 ], [ -111.84755876791588, 41.393226745362895 ], [ -111.84794413598611, 41.393426574687467 ], [ -111.84813637015219, 41.393491813319152 ], [ -111.84850850428826, 41.393593556587554 ], [ -111.84876055385159, 41.393659253800713 ], [ -111.8491734264629, 41.393674222439031 ], [ -111.84982463000036, 41.393619873345216 ], [ -111.85037369854933, 41.393530245477237 ], [ -111.85113958159191, 41.393556108782796 ], [ -111.85153451319793, 41.393571201661658 ], [ -111.85206699075994, 41.393585274687219 ], [ -111.85245072707824, 41.393658996036514 ], [ -111.85261933950149, 41.393746920902473 ], [ -111.85278884706048, 41.393903295836509 ], [ -111.85294054406991, 41.394069710788209 ], [ -111.85306162196721, 41.39418140684112 ], [ -111.85335542260043, 41.394237776921024 ], [ -111.85380424044446, 41.394256966077513 ], [ -111.85398353187155, 41.39424662801364 ], [ -111.85427082256653, 41.394262510352966 ], [ -111.85460595588084, 41.394278036634994 ], [ -111.85489855035355, 41.394333510978612 ], [ -111.85527870235178, 41.394498225169905 ], [ -111.85564651452003, 41.394725181554023 ], [ -111.8559841910516, 41.39493434596271 ], [ -111.85616039926121, 41.395144710968076 ], [ -111.85635384051774, 41.395300902492295 ], [ -111.85656018952469, 41.395529057514601 ], [ -111.85670531630701, 41.395649578140912 ], [ -111.85679295751366, 41.395947073455289 ], [ -111.85681360764563, 41.396153191182556 ], [ -111.85682273459011, 41.39639272241795 ], [ -111.8569394282267, 41.39662514731338 ], [ -111.8569887513202, 41.396737373554316 ], [ -111.8576358328413, 41.396822626982619 ], [ -111.85780926849239, 41.396821334082567 ], [ -111.85800621169957, 41.396788339418535 ], [ -111.85823850471292, 41.396714547050131 ], [ -111.85848838320044, 41.396613600540704 ], [ -111.85876774850426, 41.396480907203575 ], [ -111.85901134829008, 41.396357487700207 ], [ -111.85947539444581, 41.396169368772313 ], [ -111.85981539136277, 41.396099272381875 ], [ -111.86036511945451, 41.396059133104373 ], [ -111.86058041620818, 41.396057523003279 ], [ -111.86078464327345, 41.396123551473728 ], [ -111.86103671455945, 41.396189221551204 ], [ -111.86119973302054, 41.396305098836621 ], [ -111.86141651707324, 41.396416069627676 ], [ -111.86157563781698, 41.396689606573887 ], [ -111.86163865482179, 41.396932336812945 ], [ -111.86167171000039, 41.397170787650808 ], [ -111.86167905215146, 41.397364393609898 ], [ -111.86171372023635, 41.397634358536521 ], [ -111.86175144798973, 41.397773691992739 ], [ -111.86176596724177, 41.397967244171191 ], [ -111.8618046471818, 41.398178630344979 ], [ -111.86179488705015, 41.398345341907827 ], [ -111.86181029898528, 41.398606443503105 ], [ -111.86195059215267, 41.39881256471012 ], [ -111.86206133961278, 41.399045929558511 ], [ -111.86221951728048, 41.399247412677241 ], [ -111.86237076261956, 41.399376887670009 ], [ -111.86293025033559, 41.399620398633829 ], [ -111.8631456778718, 41.399627790208079 ], [ -111.8633611650525, 41.399639684672067 ], [ -111.8636836506481, 41.399601234444752 ], [ -111.86399399534815, 41.399549363261173 ], [ -111.86451211492243, 41.399378833000704 ], [ -111.86503603335061, 41.399194745587579 ], [ -111.86560247120076, 41.399059877064992 ], [ -111.86597297767834, 41.399034570367 ], [ -111.86652745069433, 41.398899787345201 ], [ -111.86691003697227, 41.398883394136469 ], [ -111.86730482395288, 41.398884922650716 ], [ -111.86754211536595, 41.39891736213324 ], [ -111.86770571144365, 41.398895411284819 ], [ -111.86793722169465, 41.398763056639126 ], [ -111.86813260714924, 41.398612959137068 ], [ -111.86826322325091, 41.398539913685781 ], [ -111.86843092210215, 41.39855666301807 ], [ -111.86857583754859, 41.398659155176226 ], [ -111.86876997845546, 41.398864861505992 ], [ -111.86886153650174, 41.399002885347407 ], [ -111.8690853550582, 41.399191252799696 ], [ -111.86926693755791, 41.399352015722968 ], [ -111.86944900113477, 41.39954880463776 ], [ -111.86963076563779, 41.399723076816876 ], [ -111.86983359128156, 41.400041309147724 ], [ -111.8698410181692, 41.400239417536156 ], [ -111.86988468563167, 41.400374199577591 ], [ -111.86987680761365, 41.400680513401319 ], [ -111.86983148278145, 41.400870013103685 ], [ -111.86985296860765, 41.401135571257008 ], [ -111.87000465382127, 41.401296558972874 ], [ -111.87021542828312, 41.401403054722259 ], [ -111.87048105363966, 41.401585698660732 ], [ -111.87065582980746, 41.401773533226816 ], [ -111.87079053124869, 41.401916633448359 ], [ -111.87174963308188, 41.402517375158766 ], [ -111.87194905423603, 41.40266899108741 ], [ -111.87220828698537, 41.402820153263093 ], [ -111.87243797694831, 41.402998561288761 ], [ -111.8727574449061, 41.403180791605038 ], [ -111.87296248990189, 41.403305340670769 ], [ -111.87315617630368, 41.403475012931779 ], [ -111.87329464662699, 41.403541518040633 ], [ -111.87346889338239, 41.403688818633597 ], [ -111.87367652500053, 41.403916932700596 ], [ -111.87383355571575, 41.404029234317669 ], [ -111.8741829868477, 41.404214836039834 ], [ -111.87435758845018, 41.404299080267492 ], [ -111.87459334317765, 41.404482842313278 ], [ -111.87486011707, 41.404660062776614 ], [ -111.87496804501345, 41.404768232447687 ], [ -111.87514372470379, 41.404932633753042 ], [ -111.87519961066107, 41.405085335638773 ], [ -111.87521966961705, 41.40524281376937 ], [ -111.87524764390662, 41.405544351183664 ], [ -111.87522825124341, 41.405882278784034 ], [ -111.87519447833238, 41.406040166389204 ], [ -111.87511371236391, 41.406262364447421 ], [ -111.87501473580782, 41.406464884510818 ], [ -111.87500494816648, 41.406627093363191 ], [ -111.87500162527979, 41.406825282913474 ], [ -111.87498078098228, 41.407055131842149 ], [ -111.87492302063498, 41.40720869802734 ], [ -111.87490942618945, 41.407533070191228 ], [ -111.87493460886733, 41.407626556335515 ], [ -111.87494283795944, 41.407794032619009 ], [ -111.87507038354725, 41.407937182051796 ], [ -111.8751974461982, 41.408044305151606 ], [ -111.87533018858385, 41.408128866234136 ], [ -111.87546365678743, 41.408267466427205 ], [ -111.87556032917091, 41.408338790501602 ], [ -111.87562831535017, 41.408501308208358 ], [ -111.87564872725932, 41.408684905127444 ], [ -111.87563398732291, 41.408923715102034 ], [ -111.87563997386452, 41.409369538974559 ], [ -111.87561955445045, 41.409630910801631 ], [ -111.87561146113026, 41.409919211192438 ], [ -111.87560137225641, 41.410058903635736 ], [ -111.87562693188571, 41.410180309846574 ], [ -111.87569436384521, 41.410301397353798 ], [ -111.8757670520353, 41.410368400040255 ], [ -111.87583997022536, 41.41045251510522 ], [ -111.87596674871885, 41.41053802155232 ], [ -111.87605724967261, 41.410594980222427 ], [ -111.87620161099676, 41.410653330139695 ], [ -111.87652021914438, 41.410768000256525 ], [ -111.8768509736713, 41.410896088105169 ], [ -111.87718281994191, 41.41110523381257 ], [ -111.87740669227867, 41.411292683385177 ], [ -111.87761257185831, 41.411476666779976 ], [ -111.87816768140743, 41.41182732493121 ], [ -111.87875863984719, 41.412174103578145 ], [ -111.87901230861932, 41.412352314927062 ], [ -111.87921824465752, 41.412539897948854 ], [ -111.87938877599521, 41.41276378104105 ], [ -111.87956614099595, 41.413050663819135 ], [ -111.87980026254847, 41.41355329122873 ], [ -111.87998452532801, 41.413907676476676 ], [ -111.88003858191637, 41.41436664317127 ], [ -111.87994531512342, 41.414903300038091 ], [ -111.87982262574296, 41.415210491751871 ], [ -111.87969220542794, 41.415742928737508 ], [ -111.87949549186038, 41.416239842527162 ], [ -111.87943688395391, 41.416330365054684 ], [ -111.87927211285211, 41.416534292100337 ], [ -111.87903622066915, 41.416788303310391 ], [ -111.87863233500077, 41.417007567327396 ], [ -111.87782291823359, 41.41732450307989 ], [ -111.87726873768352, 41.417490864263087 ], [ -111.8766080212459, 41.417743605349528 ], [ -111.87641246354245, 41.417794636206366 ], [ -111.87622678007619, 41.417868110151936 ], [ -111.87594784422973, 41.418036872057513 ], [ -111.87575858352287, 41.418200446977792 ], [ -111.87562237789949, 41.418305069377588 ], [ -111.87542072728081, 41.418437211964331 ], [ -111.87528476248313, 41.418559847027929 ], [ -111.87519091663259, 41.418700176427684 ], [ -111.87507960640467, 41.418876668382218 ], [ -111.87493892680996, 41.419093917100732 ], [ -111.8746973280533, 41.419370481378081 ], [ -111.87447869108681, 41.419574811027402 ], [ -111.87431969773908, 41.419765175830321 ], [ -111.87416638414659, 41.419932978634819 ], [ -111.87390628769158, 41.420169148264392 ], [ -111.8736170726481, 41.420464987565857 ], [ -111.87342778701259, 41.42062765805651 ], [ -111.87311909950759, 41.420810150103172 ], [ -111.87290512084253, 41.420916260218064 ], [ -111.87264301432107, 41.421002918618939 ], [ -111.87246461726559, 41.421085338658081 ], [ -111.87232821953788, 41.421176447418674 ], [ -111.87225805361409, 41.421298579940945 ], [ -111.87229695469512, 41.42143339667868 ], [ -111.87232820325616, 41.421622316095942 ], [ -111.87237201147231, 41.421766103037079 ], [ -111.8724751658324, 41.42187341013117 ], [ -111.87259040675517, 41.421989632902346 ], [ -111.87282542539782, 41.422113954338855 ], [ -111.87298212509349, 41.42219833611157 ], [ -111.87328343930906, 41.422358183302464 ], [ -111.87347017520125, 41.422451343847051 ], [ -111.87372870611019, 41.422543958853176 ], [ -111.87401817873381, 41.422712901477162 ], [ -111.87425277985653, 41.422805697092542 ], [ -111.87443371674378, 41.422912411291314 ], [ -111.87460836916314, 41.422996654372703 ], [ -111.87476525458572, 41.423094543445153 ], [ -111.87495247830384, 41.423223727620943 ], [ -111.87517541903227, 41.423339128623653 ], [ -111.87535654034454, 41.423459351113756 ], [ -111.87555524825088, 41.423552417149217 ], [ -111.87566433315102, 41.423655172477673 ], [ -111.87583119072204, 41.4236043613991 ], [ -111.87595689356388, 41.423607908085096 ], [ -111.87619572795097, 41.423570059584733 ], [ -111.87639231801417, 41.423505510082137 ], [ -111.87677456091036, 41.423453056673061 ], [ -111.87727840174928, 41.423543793867793 ], [ -111.87771758356249, 41.423720592857535 ], [ -111.87812165854315, 41.423956206489422 ], [ -111.87895900364649, 41.424373161762254 ], [ -111.87960875700338, 41.424633915159113 ], [ -111.88013226270958, 41.424850593582036 ], [ -111.88093630771223, 41.425015580855607 ], [ -111.88168342357039, 41.425041383532211 ], [ -111.88235429943084, 41.425004714057863 ], [ -111.88291060433571, 41.424991438597246 ], [ -111.8835468257881, 41.425135176850567 ], [ -111.8842330532988, 41.425436157365404 ], [ -111.88491385426926, 41.425777708955046 ], [ -111.88514335474122, 41.425933573527857 ], [ -111.88535539618897, 41.426125601736047 ], [ -111.88552592362062, 41.426344971399118 ], [ -111.88494238248025, 41.426556632586788 ], [ -111.88443661968596, 41.426767692893812 ], [ -111.88432409909166, 41.426854128497716 ], [ -111.88418795065074, 41.426963264172947 ], [ -111.88401156819094, 41.427194309205198 ], [ -111.88368023025518, 41.427912945674287 ], [ -111.88347722323918, 41.428828759143634 ], [ -111.88340230786929, 41.429041009055624 ], [ -111.883246431166, 41.429461051417057 ], [ -111.88300354556159, 41.430084428564648 ], [ -111.88276846927853, 41.430842856638712 ], [ -111.88249564928607, 41.431907826191917 ], [ -111.88206174530582, 41.433010059830785 ], [ -111.88187507823909, 41.43336728419861 ], [ -111.88180796500318, 41.433714584479276 ], [ -111.88163258008507, 41.434463544836163 ], [ -111.88155514176304, 41.434932524235684 ], [ -111.8815071351401, 41.435365248341888 ], [ -111.88148953577058, 41.435833769088198 ], [ -111.88143465184837, 41.436289064347257 ], [ -111.88140780351722, 41.436870248613843 ], [ -111.88136156155655, 41.43743356656632 ], [ -111.88133339357236, 41.438005753397881 ], [ -111.88134784664686, 41.438631658138483 ], [ -111.88132249440183, 41.43896963047235 ], [ -111.88141206420828, 41.439396796464308 ], [ -111.88170833708408, 41.440061074730998 ], [ -111.88178319875763, 41.440285686271842 ], [ -111.88178557625368, 41.440461312611944 ], [ -111.88168126860201, 41.440714319678349 ], [ -111.88164041308349, 41.440791195812146 ], [ -111.88155296099691, 41.440963006854368 ], [ -111.88153768895279, 41.441161286962959 ], [ -111.88179831755316, 41.441402489571765 ], [ -111.88202139393056, 41.44152237945017 ], [ -111.88256751821713, 41.441630783486893 ], [ -111.88306704942312, 41.441834120417248 ], [ -111.88361476636297, 41.442059603576432 ], [ -111.88387894648751, 41.442120625926847 ], [ -111.88451368678082, 41.442142769384581 ], [ -111.8845615028726, 41.442137898011254 ], [ -111.88537486499256, 41.442091107504154 ], [ -111.88661387114982, 41.442095075939839 ], [ -111.8868233338353, 41.442093461364095 ], [ -111.88705087310431, 41.442100714427873 ], [ -111.88739755320492, 41.44206651469954 ], [ -111.8879407438135, 41.441958737995591 ], [ -111.88845425517044, 41.441869202771144 ], [ -111.88929111874991, 41.441790677138457 ], [ -111.8899412268033, 41.441623516256193 ], [ -111.89053314798262, 41.441578402183005 ], [ -111.89104131919555, 41.4416240078898 ], [ -111.89142188771467, 41.441792200235533 ], [ -111.89192194045987, 41.442031524227865 ], [ -111.89235628904287, 41.442280363134657 ], [ -111.89263939502111, 41.442498848151075 ], [ -111.8929375452812, 41.442766756417221 ], [ -111.89358624876586, 41.443369719067626 ], [ -111.8937193222357, 41.443471369704682 ], [ -111.89393719659346, 41.443646221949479 ], [ -111.89412106746579, 41.443960052101367 ], [ -111.89424901399781, 41.444211264865928 ], [ -111.89435405559762, 41.444363574116679 ], [ -111.89461949188436, 41.444514635996626 ], [ -111.89518541088104, 41.444753433358379 ], [ -111.89583002495715, 41.444969096600751 ], [ -111.89662785710208, 41.445183562066546 ], [ -111.89703751696486, 41.445288457086733 ], [ -111.8974571263535, 41.445420295223684 ], [ -111.8978740603532, 41.445705278514389 ], [ -111.89821493223016, 41.446116957806694 ], [ -111.89851335400915, 41.446488434334881 ], [ -111.89897306518338, 41.446836131217495 ], [ -111.89930684551707, 41.447166796005838 ], [ -111.89987684931349, 41.447698278552821 ], [ -111.90050241050805, 41.448350923144851 ], [ -111.90105079904552, 41.449049205726077 ], [ -111.90119986745962, 41.449439859611608 ], [ -111.90114325508685, 41.449674495348773 ], [ -111.90092890102545, 41.450189595766098 ], [ -111.90060706172744, 41.4511568076393 ], [ -111.90022726285045, 41.452262285141352 ], [ -111.90007281169062, 41.452781418651512 ], [ -111.89998950128468, 41.453250454700616 ], [ -111.90002297782451, 41.453506903335658 ], [ -111.90010932981544, 41.45369087911201 ], [ -111.90033921476288, 41.4538647240879 ], [ -111.90070633647382, 41.454005968234711 ], [ -111.90134761890414, 41.454059493098022 ], [ -111.90173675329825, 41.454060946967203 ], [ -111.90214396965257, 41.454071265096175 ], [ -111.90252211895665, 41.454143960810192 ], [ -111.90275077554425, 41.45422863745268 ], [ -111.90320875270204, 41.454445723295251 ], [ -111.9036788919646, 41.454676222831012 ], [ -111.90425609086898, 41.454856338259454 ], [ -111.90481938114411, 41.454896945731029 ], [ -111.90524399687402, 41.454866582776368 ], [ -111.9056030315965, 41.454855650085435 ], [ -111.9060712267614, 41.454945639920822 ], [ -111.90683531191313, 41.455218847668149 ], [ -111.90750482256547, 41.455578366614454 ], [ -111.90801826789115, 41.455907587847626 ], [ -111.90834634361204, 41.456251781785703 ], [ -111.90859610272692, 41.456560563877886 ], [ -111.90893047259696, 41.45692632409169 ], [ -111.90930167014864, 41.457271075211963 ], [ -111.90942145125115, 41.457360202066603 ], [ -111.90991091321487, 41.457685100619486 ], [ -111.91071890187249, 41.458097549379744 ], [ -111.91144196015497, 41.458429599014188 ], [ -111.91197346933031, 41.458763162887905 ], [ -111.91245766270107, 41.4591376328069 ], [ -111.91273580489751, 41.459333588349132 ], [ -111.91307286333939, 41.459461520243075 ], [ -111.91339662369271, 41.459494979309412 ], [ -111.91370677223436, 41.459497019778183 ], [ -111.91405573835762, 41.459534780452202 ], [ -111.91480736823399, 41.459767500616387 ], [ -111.91546423679895, 41.460073029047088 ], [ -111.91594529149528, 41.46022232480172 ], [ -111.9163712673149, 41.46028648730389 ], [ -111.91658804131384, 41.460374833868912 ], [ -111.91675398364985, 41.460679762081135 ], [ -111.91666232489852, 41.460973232130009 ], [ -111.91632883809606, 41.461525338877024 ], [ -111.9161652759614, 41.461814877590044 ], [ -111.91606788012065, 41.462126407552432 ], [ -111.9160768454478, 41.46233800933345 ], [ -111.9162994584413, 41.462840648856471 ], [ -111.91652603223652, 41.463199138454911 ], [ -111.91686774905934, 41.463655790866326 ], [ -111.91695474610918, 41.463881182283615 ], [ -111.91695765190823, 41.46408742781118 ], [ -111.9168012148422, 41.464457976803388 ], [ -111.91632789862867, 41.465285922312816 ], [ -111.91587718687592, 41.466019108481184 ], [ -111.91537862735295, 41.466671607341283 ], [ -111.91521869798386, 41.466880049320736 ], [ -111.91490449552265, 41.467103229319868 ], [ -111.91444559230787, 41.467255500035236 ], [ -111.91399910351865, 41.467439196040701 ], [ -111.9136949712225, 41.467527182279909 ], [ -111.91337842174909, 41.467583740551454 ], [ -111.91254503607026, 41.4675047853585 ], [ -111.91243752367804, 41.467523652990856 ], [ -111.91236057730328, 41.467587314890132 ], [ -111.91234387914078, 41.467677520961573 ], [ -111.91251907958387, 41.467788723194161 ], [ -111.91296470546251, 41.467969837936806 ], [ -111.91326065880052, 41.468152139411778 ], [ -111.91332392914926, 41.468393935051182 ], [ -111.91333699031691, 41.468471294642633 ], [ -111.91337078111897, 41.468745750817583 ], [ -111.91334615518645, 41.469124255485212 ], [ -111.91331509944276, 41.469471285421776 ], [ -111.91318099784925, 41.46972905988833 ], [ -111.9128883226535, 41.469780923590776 ], [ -111.91249853896467, 41.469739880442368 ], [ -111.91228879938792, 41.469728033127971 ], [ -111.9120910846699, 41.469719693021609 ], [ -111.91168465271494, 41.469772455663744 ], [ -111.91136330170636, 41.469914616365607 ], [ -111.91113207224704, 41.470078580715487 ], [ -111.91089409826471, 41.470274123766316 ], [ -111.91059202815109, 41.47042513697577 ], [ -111.91045495233064, 41.470471258873907 ], [ -111.91018647236896, 41.470540938903099 ], [ -111.90957602713699, 41.470563782555878 ], [ -111.90912742541273, 41.470598854916545 ], [ -111.90878092065795, 41.47065563730758 ], [ -111.90820922565013, 41.470880833110861 ], [ -111.90769260576346, 41.471191161364871 ], [ -111.90714528635998, 41.471533255169362 ], [ -111.90656549865203, 41.471952164812173 ], [ -111.90638744611371, 41.472066160004545 ], [ -111.90607660445058, 41.472104638503737 ], [ -111.90534445268808, 41.471988804356194 ], [ -111.90492358335987, 41.471866013282899 ], [ -111.90402790082049, 41.471616346810471 ], [ -111.90326500866911, 41.47144219316305 ], [ -111.90216614461697, 41.471221129630585 ], [ -111.90148758301217, 41.471082332127629 ], [ -111.90049032743335, 41.470846945094706 ], [ -111.89946944118505, 41.470634252586393 ], [ -111.89887433929627, 41.470467764853694 ], [ -111.89836411846173, 41.470377173691169 ], [ -111.89800463607247, 41.470361966091623 ], [ -111.8975027026262, 41.470437942610282 ], [ -111.89721463222709, 41.470390649531119 ], [ -111.89680307555243, 41.470159667647273 ], [ -111.89661013810709, 41.469976520825163 ], [ -111.89643970487705, 41.469775183556465 ], [ -111.89622063116033, 41.469520180841783 ], [ -111.89590836910548, 41.469455058234217 ], [ -111.89557502992247, 41.469511698310683 ], [ -111.89510134280793, 41.469551414960414 ], [ -111.89480246785912, 41.469588869128643 ], [ -111.89403809080791, 41.469738930795195 ], [ -111.89254001550319, 41.470093745768736 ], [ -111.8912430465838, 41.470356008773827 ], [ -111.89088741422626, 41.470534407430669 ], [ -111.89067477013951, 41.470747727301429 ], [ -111.89056458667707, 41.471009794013945 ], [ -111.89053026531565, 41.471127155473525 ], [ -111.89047841327198, 41.471276178413838 ], [ -111.89038495773937, 41.471448041796421 ], [ -111.89007717658245, 41.471710736718137 ], [ -111.88956713921212, 41.472071374001274 ], [ -111.88889789636615, 41.472613386722557 ], [ -111.88854232689856, 41.47288545417566 ], [ -111.88830467230578, 41.473022400244844 ], [ -111.88801245309804, 41.473110226609968 ], [ -111.88770650760193, 41.473157625043868 ], [ -111.88692309657289, 41.473145653845926 ], [ -111.88641933642653, 41.473090088631977 ], [ -111.88600016242981, 41.473089715323255 ], [ -111.88516881888333, 41.47316367132499 ], [ -111.88434347310067, 41.473238475942402 ], [ -111.88409296425961, 41.473311559879349 ], [ -111.88377078799671, 41.47339870499794 ], [ -111.88352085271057, 41.473514117884825 ], [ -111.88327780889901, 41.473696131785793 ], [ -111.88306005870798, 41.473977031962519 ], [ -111.8828300870012, 41.474240010800898 ], [ -111.8825272233663, 41.474426985910313 ], [ -111.88213338318093, 41.474529088059079 ], [ -111.88149820535918, 41.474497928269308 ], [ -111.88092627013829, 41.474272622345104 ], [ -111.88066630340472, 41.474089962178304 ], [ -111.88041196008362, 41.473880236283783 ], [ -111.88018234845339, 41.473727967684873 ], [ -111.87988860440467, 41.473704093795881 ], [ -111.87954792191969, 41.473751736265228 ], [ -111.87892716123113, 41.473900599266983 ], [ -111.87850465731455, 41.474097485342398 ], [ -111.87833870666215, 41.47422485579834 ], [ -111.87820995765291, 41.474446519281393 ], [ -111.87820162957658, 41.474716803732406 ], [ -111.87815150921323, 41.474996414613443 ], [ -111.8782710505766, 41.475423351537671 ], [ -111.87839516435673, 41.475656595137941 ], [ -111.87843892132102, 41.475881444968685 ], [ -111.87838740270189, 41.476057481938582 ], [ -111.87818038334895, 41.476248217280272 ], [ -111.87808549024098, 41.476316496951043 ], [ -111.87791354535099, 41.476443912520594 ], [ -111.87777766046061, 41.476580960738701 ], [ -111.87769092934649, 41.476810409519175 ], [ -111.87770843399908, 41.477220110757727 ], [ -111.87769460182832, 41.477526466482338 ], [ -111.87762657423963, 41.477810717335188 ], [ -111.87742143008525, 41.478141050996172 ], [ -111.8770249711521, 41.47849536161597 ], [ -111.87653403416681, 41.478949471811461 ], [ -111.87633855173534, 41.479108590108751 ], [ -111.87618113197618, 41.479425947581369 ], [ -111.87618202970451, 41.479492595171671 ], [ -111.87620199576106, 41.479641064432172 ], [ -111.87634922941838, 41.479901156006711 ], [ -111.87660033860408, 41.480314481497942 ], [ -111.87694392135374, 41.480923461677357 ], [ -111.87708118830687, 41.48133224954735 ], [ -111.87721693868239, 41.481628456893723 ], [ -111.877496288637, 41.48191456123967 ], [ -111.87767177303644, 41.482048332550839 ], [ -111.87778217637643, 41.482241148070507 ], [ -111.87778895480054, 41.482299644116978 ], [ -111.87777892284946, 41.482443838283857 ], [ -111.87760425415485, 41.482814472528446 ], [ -111.87742745720176, 41.48302749411183 ], [ -111.87723807481754, 41.483195574662979 ], [ -111.87685180083541, 41.483419200208637 ], [ -111.8763573673674, 41.483616626571973 ], [ -111.87582264868088, 41.483935956785686 ], [ -111.8755310180107, 41.484072386614287 ], [ -111.87529257994119, 41.484156168289324 ], [ -111.87492824856233, 41.48423099912889 ], [ -111.87453990157221, 41.484301507749578 ], [ -111.87409209181169, 41.484403992696699 ], [ -111.87388406543822, 41.484522668985576 ], [ -111.87355747638694, 41.484732318935784 ], [ -111.87329760651431, 41.485004512818925 ], [ -111.87320402578351, 41.485171859255821 ], [ -111.87317070532009, 41.48545584365808 ], [ -111.87331351237405, 41.485742994504655 ], [ -111.87357878077782, 41.485961659991254 ], [ -111.87386412217501, 41.486158554714933 ], [ -111.87405803699207, 41.486326419315191 ], [ -111.87410668533252, 41.486380994407241 ], [ -111.87439814114447, 41.486676021373249 ], [ -111.87464640613777, 41.486876798924683 ], [ -111.87487725150061, 41.487118241484303 ], [ -111.8751714270137, 41.487525837541703 ], [ -111.87532407222125, 41.487830925585321 ], [ -111.87534282686396, 41.487889330577197 ], [ -111.87544125576052, 41.488082239279805 ], [ -111.87554755376424, 41.488414701785182 ], [ -111.87559873953251, 41.488657510340929 ], [ -111.87559528518611, 41.488845790069497 ], [ -111.87556378984951, 41.489175698511218 ], [ -111.87554310809519, 41.489419054143141 ], [ -111.87555872426789, 41.489689155462301 ], [ -111.87566943796254, 41.489904488730765 ], [ -111.87604996449977, 41.490140285392691 ], [ -111.87640574831674, 41.490317721623583 ], [ -111.87668899679043, 41.490446169309742 ], [ -111.877271459507, 41.49055431972014 ], [ -111.87792469924101, 41.490580860896287 ], [ -111.87850667837715, 41.490652979382276 ], [ -111.87907136104891, 41.490774767475671 ], [ -111.87991282636781, 41.490989012608168 ], [ -111.88021362534279, 41.491085791626773 ], [ -111.8804498248262, 41.491277641426144 ], [ -111.88047017057843, 41.491453128718689 ], [ -111.88030588725123, 41.491706591655152 ], [ -111.88014062732677, 41.491888003142606 ], [ -111.88007901246596, 41.492203731356923 ], [ -111.88028618378409, 41.492463358575911 ], [ -111.88067407317828, 41.492798164078629 ], [ -111.88099736511653, 41.49322804007916 ], [ -111.88118614801685, 41.493456280809028 ], [ -111.88129126373441, 41.493698673358267 ], [ -111.88134797646997, 41.493905407403439 ], [ -111.88136893606713, 41.494125926403584 ], [ -111.88160099259106, 41.494452915417646 ], [ -111.88175292812703, 41.494613882623078 ], [ -111.88221378791602, 41.494939115969402 ], [ -111.88257569014537, 41.495211062896409 ], [ -111.88323931166485, 41.495557254253775 ], [ -111.88396259132394, 41.495884968575659 ], [ -111.88415615714844, 41.496023094251548 ], [ -111.88437349851881, 41.496147525785254 ], [ -111.8846498178831, 41.496203948311013 ], [ -111.88511670239552, 41.496177837796935 ], [ -111.88593080052607, 41.496135540307392 ], [ -111.88709401576851, 41.496216647347076 ], [ -111.88763937918982, 41.496234957872687 ], [ -111.8881375025786, 41.496303170913485 ], [ -111.88851571110547, 41.496363300940601 ], [ -111.88882167518032, 41.496396966089627 ], [ -111.88895942459671, 41.49639500071558 ], [ -111.88910911632829, 41.496390240656737 ], [ -111.889587363123, 41.496318987526394 ], [ -111.89012488849583, 41.496202237006983 ], [ -111.89073972150351, 41.496044352298618 ], [ -111.89124179877328, 41.495963900400163 ], [ -111.89193585050973, 41.495904475966164 ], [ -111.89271424977289, 41.495880421965808 ], [ -111.89340404232067, 41.495947124282289 ], [ -111.89392069519099, 41.496055701285854 ], [ -111.89433558832619, 41.496169570970579 ], [ -111.89487151505568, 41.496372570711465 ], [ -111.89540337823661, 41.496715213084897 ], [ -111.89584378818833, 41.496941470169013 ], [ -111.89611382034842, 41.496975395776531 ], [ -111.89634667284231, 41.496919537298616 ], [ -111.89700162258038, 41.496630700304941 ], [ -111.8973954474574, 41.496519540172635 ], [ -111.89782614161942, 41.496475645796949 ], [ -111.89852906015881, 41.496537711206535 ], [ -111.89879240243857, 41.496607712080788 ], [ -111.89929839804594, 41.496810925041686 ], [ -111.90015423003824, 41.497187040953001 ], [ -111.90064195325064, 41.497367872674445 ], [ -111.90076205945425, 41.497389450354426 ], [ -111.900989980592, 41.497410183328228 ], [ -111.90151495207181, 41.497252945017344 ], [ -111.90207698387152, 41.497176479516305 ], [ -111.90289864422394, 41.497161024545534 ], [ -111.90343090395893, 41.497183866676586 ], [ -111.90393572848001, 41.497301498833863 ], [ -111.90423565189452, 41.497330666753768 ], [ -111.90454523655092, 41.497193122497748 ], [ -111.90473314621154, 41.496921424847756 ], [ -111.90495868469773, 41.496771029623716 ], [ -111.90516945103091, 41.496850436878709 ], [ -111.90546727203154, 41.497158845041341 ], [ -111.90574201543065, 41.497530485388367 ], [ -111.9060615775133, 41.498108940274733 ], [ -111.90620593381756, 41.498580687067133 ], [ -111.90627462156954, 41.499210657965186 ], [ -111.90634042243002, 41.499633483257249 ], [ -111.9064645034716, 41.499939654784711 ], [ -111.90640729171174, 41.500132862231567 ], [ -111.90639820035656, 41.500340102109959 ], [ -111.90647971248163, 41.500600671768318 ], [ -111.90660832892135, 41.500802322503539 ], [ -111.90690718043848, 41.501182777051703 ], [ -111.90689517928422, 41.501610719022182 ], [ -111.90667295807305, 41.501999785553949 ], [ -111.90634726875267, 41.502272572054579 ], [ -111.90609289384051, 41.502504262889907 ], [ -111.90596380908853, 41.502698937008773 ], [ -111.90593037864673, 41.502879346561734 ], [ -111.90608932584831, 41.503107780796462 ], [ -111.90633276566869, 41.503380585514179 ], [ -111.90681227887495, 41.503827171042069 ], [ -111.90716985482337, 41.504121592198963 ], [ -111.90756369053278, 41.504438244353054 ], [ -111.90785077264493, 41.504832300001532 ], [ -111.90823680134832, 41.505447153248554 ], [ -111.90840482526956, 41.505895290712665 ], [ -111.90856668475055, 41.506330866366916 ], [ -111.90888442705977, 41.506774217216581 ], [ -111.90911660432184, 41.507096644987691 ], [ -111.90925507623984, 41.507572937304595 ], [ -111.90922839354616, 41.508320754290551 ], [ -111.90905288836572, 41.508966163703285 ], [ -111.90894877104697, 41.509232702005782 ], [ -111.90862607823593, 41.509721646181518 ], [ -111.90818576590772, 41.510369146052426 ], [ -111.90778264892205, 41.511106423558296 ], [ -111.90763158907656, 41.511444488770898 ], [ -111.90759949275736, 41.511720365352275 ], [ -111.90767654648701, 41.512003487040666 ], [ -111.90783166819602, 41.51247064196599 ], [ -111.90790090527744, 41.512708788695591 ], [ -111.90786343509656, 41.513028843456652 ], [ -111.90763506489027, 41.513408952414665 ], [ -111.90697059073277, 41.513882574049816 ], [ -111.90648238915219, 41.51410710196118 ], [ -111.90595274767509, 41.514367983431931 ], [ -111.9057557837656, 41.514509147940984 ], [ -111.90562887742303, 41.514775862521859 ], [ -111.90581737055315, 41.51497253840882 ], [ -111.90623896183627, 41.515126844516438 ], [ -111.906804925822, 41.515321444286016 ], [ -111.90713190833675, 41.515480095990618 ], [ -111.90734418492103, 41.51566307079235 ], [ -111.9074412390662, 41.515833443512641 ], [ -111.90757139933685, 41.516143167867348 ], [ -111.90797312761703, 41.516590361204848 ], [ -111.90860411349171, 41.517148333066388 ], [ -111.90897287170405, 41.517465177634691 ], [ -111.90926468989493, 41.517679045568407 ], [ -111.90959058022312, 41.517844003913545 ], [ -111.91013220757729, 41.518009956314913 ], [ -111.91096756557809, 41.518183487745269 ], [ -111.91173796811698, 41.518425082727987 ], [ -111.9119389133518, 41.518567605962261 ], [ -111.91206191068008, 41.518877381831615 ], [ -111.91209901420348, 41.519385999073677 ], [ -111.91204826521002, 41.520039429565657 ], [ -111.91197399052956, 41.520724572018743 ], [ -111.91190967507589, 41.521265518889678 ], [ -111.91172463476157, 41.521744371919119 ], [ -111.91160638597663, 41.522200176968383 ], [ -111.91161465584007, 41.522447811577464 ], [ -111.91168284346143, 41.522609402025275 ], [ -111.91185252931903, 41.522744066547524 ], [ -111.91210041600188, 41.522899728054739 ], [ -111.91251216470035, 41.523201808218424 ], [ -111.91273817477838, 41.523506261989063 ], [ -111.91314074453949, 41.524007473506323 ], [ -111.91358463243436, 41.524463318938466 ], [ -111.91367692265815, 41.524633723921397 ], [ -111.91370272876934, 41.524764124361134 ], [ -111.91371541011821, 41.524813563609214 ], [ -111.91372488698163, 41.525061188347436 ], [ -111.91353474434274, 41.525603135429492 ], [ -111.91343518048785, 41.526193902696939 ], [ -111.91341513810252, 41.526473287331633 ], [ -111.91343868923884, 41.526869420208847 ], [ -111.91365418904836, 41.52727753904928 ], [ -111.91384591178399, 41.527699357312287 ], [ -111.91394479889397, 41.528338087548562 ], [ -111.91401049236296, 41.528747396131088 ], [ -111.91407586384739, 41.529048619993539 ], [ -111.9141499032889, 41.529710065574136 ], [ -111.91402212140898, 41.529999313845053 ], [ -111.91380885589464, 41.53017665047728 ], [ -111.91361439111186, 41.53041238456953 ], [ -111.91357359509168, 41.530494674803016 ], [ -111.91350552893225, 41.530683467391384 ], [ -111.91352176453786, 41.531070650813128 ], [ -111.91358330308535, 41.531610597785409 ], [ -111.91368166003461, 41.531785457968013 ], [ -111.91385237573847, 41.531991268463742 ], [ -111.91424099285082, 41.532348469951444 ], [ -111.91485547770742, 41.532996609355187 ], [ -111.91499011547933, 41.533193697867425 ], [ -111.91517165631535, 41.53374169609846 ], [ -111.9151540952553, 41.534196702481246 ], [ -111.91504739877746, 41.534706461714528 ], [ -111.91504419835555, 41.534904646871318 ], [ -111.91513191106618, 41.535174166606893 ], [ -111.91532004858959, 41.535339303465449 ], [ -111.91578264547685, 41.53584002668633 ], [ -111.91600335798175, 41.536189551722991 ], [ -111.91647666409229, 41.537023455179956 ], [ -111.91678862059952, 41.537466827530778 ], [ -111.91684567752456, 41.537687050331449 ], [ -111.91678444666982, 41.53793523799748 ], [ -111.91655918562215, 41.538198244074117 ], [ -111.91635232633018, 41.538406158817757 ], [ -111.91653424134046, 41.538554229378619 ], [ -111.91699229057554, 41.538730722571643 ], [ -111.91767267524533, 41.538945972419711 ], [ -111.91799198743398, 41.539060517960174 ], [ -111.91850864141415, 41.539141961070541 ], [ -111.91879677720928, 41.539171184512014 ], [ -111.91931738569649, 41.539108476374935 ], [ -111.91974273483137, 41.539091564110727 ], [ -111.92022157856391, 41.539042696807172 ], [ -111.92072299037932, 41.538894567052736 ], [ -111.92131359920478, 41.538696180604546 ], [ -111.9218912581302, 41.538430340564823 ], [ -111.92265923012, 41.538059387340084 ], [ -111.92321896163172, 41.53779818809695 ], [ -111.92354119584446, 41.53769652074439 ], [ -111.92383378255718, 41.53761760881239 ], [ -111.92425969749478, 41.537641207942265 ], [ -111.92475295128423, 41.537763343731449 ], [ -111.92507742890443, 41.537819280929078 ], [ -111.92531626626153, 41.537754308500929 ], [ -111.92564237124974, 41.537503984475258 ], [ -111.92614035340615, 41.537117166553728 ], [ -111.92634252026872, 41.537002947452564 ], [ -111.92670291973565, 41.53697212107182 ], [ -111.92706294082362, 41.537082710460979 ], [ -111.92742511394526, 41.537259935018952 ], [ -111.92802431332561, 41.537664930628758 ], [ -111.92832311597562, 41.537937239865911 ], [ -111.92896134248548, 41.538639154645281 ], [ -111.92928466949081, 41.539032861036524 ], [ -111.92952234976167, 41.539305661014723 ], [ -111.92993945160308, 41.539549987856418 ], [ -111.93022418166159, 41.539759355111762 ], [ -111.93051671470477, 41.540094759947792 ], [ -111.93072475880055, 41.540390315304506 ], [ -111.93085282071351, 41.540542401851233 ], [ -111.93105253580673, 41.540674992884725 ], [ -111.9314433640323, 41.540758297241844 ], [ -111.93174343493062, 41.540782887896349 ], [ -111.93204395868622, 41.540838999450706 ], [ -111.93262838547612, 41.541045931062676 ], [ -111.93299633056569, 41.54120507656495 ], [ -111.93333573347161, 41.54146353222837 ], [ -111.93350724940893, 41.541718846340466 ], [ -111.93366872253638, 41.542109350354366 ], [ -111.93390698321551, 41.542837002005342 ], [ -111.93402546754848, 41.543155796655419 ], [ -111.93415398345033, 41.543338500350629 ], [ -111.93438609517872, 41.543638356948257 ], [ -111.93467868036026, 41.543974651184968 ], [ -111.93485672126943, 41.544265939060573 ], [ -111.9349642291488, 41.544571311033287 ], [ -111.93497038673111, 41.544665836957591 ], [ -111.93497254059665, 41.544815339581589 ], [ -111.93486331157385, 41.545139587497246 ], [ -111.93460064761499, 41.545632617105547 ], [ -111.93439260721256, 41.5460891732709 ], [ -111.93414451573673, 41.546428960363201 ], [ -111.93401060316808, 41.546704768857396 ], [ -111.93414442037576, 41.546838790310481 ], [ -111.93456707663957, 41.547047926564922 ], [ -111.93481023753829, 41.547198172203331 ], [ -111.93522183956131, 41.547555114516776 ], [ -111.9355254488956, 41.547822861694542 ], [ -111.93591975509004, 41.548143913246598 ], [ -111.9362115112901, 41.548420762282923 ], [ -111.93638325230397, 41.548689580748807 ], [ -111.93650078510309, 41.548940826001235 ], [ -111.93658456215999, 41.549345468984903 ], [ -111.93666413713368, 41.549957312371397 ], [ -111.93671529361892, 41.550510840171683 ], [ -111.93672414862795, 41.55070892704223 ], [ -111.93686520977261, 41.550928454850151 ], [ -111.93728814869904, 41.551154692302681 ], [ -111.93844438945833, 41.551510053974141 ], [ -111.93949306461373, 41.551888800971895 ], [ -111.94000659169782, 41.55215932426173 ], [ -111.94059271255746, 41.552474287534046 ], [ -111.94114742821033, 41.552690425396797 ], [ -111.94205163133094, 41.552944230228221 ], [ -111.94258527517442, 41.553029929036768 ], [ -111.94331860189595, 41.553159023430531 ], [ -111.94400852638974, 41.553189390046398 ], [ -111.94493087092621, 41.553123266878629 ], [ -111.94606869692151, 41.553032845481113 ], [ -111.94660691210932, 41.552938343575498 ], [ -111.94694097553601, 41.552823002589911 ], [ -111.94794961387502, 41.552508445925682 ], [ -111.94894421119787, 41.552054384365192 ], [ -111.94982035215514, 41.551700372218171 ], [ -111.95085346508901, 41.551421616798301 ], [ -111.95204835671106, 41.551137009083753 ], [ -111.95257409505943, 41.551011057295909 ], [ -111.95291380158028, 41.550873134156895 ], [ -111.95329487301261, 41.550694334573855 ], [ -111.95368674000636, 41.550434379184608 ], [ -111.95397749197278, 41.550229304758012 ], [ -111.95476977707538, 41.549884057095611 ], [ -111.95531190525321, 41.549650770744528 ], [ -111.95582139082606, 41.549236707996059 ], [ -111.95619353040937, 41.548859814114309 ], [ -111.95646555419489, 41.548605349380907 ], [ -111.95685199912263, 41.548385960781523 ], [ -111.95723864071174, 41.548180080081067 ], [ -111.95754062894278, 41.547925363332766 ], [ -111.95783535764986, 41.547585137616451 ], [ -111.95808339067264, 41.547411933904002 ], [ -111.95841707395898, 41.547192979642666 ], [ -111.95888156023997, 41.547063005946477 ], [ -111.95929442808547, 41.546928957417919 ], [ -111.95953219785335, 41.546791865104417 ], [ -111.95971628558848, 41.546673234820716 ], [ -111.95992161820087, 41.54636977873907 ], [ -111.96001785598547, 41.545986168129886 ], [ -111.96003916766392, 41.54580584564529 ], [ -111.96007226749849, 41.545611913884336 ], [ -111.96012274967323, 41.545377304439924 ], [ -111.96021698806818, 41.545182862101925 ], [ -111.96038568410235, 41.544915739985299 ], [ -111.96094118496855, 41.544375168822768 ], [ -111.96148568952268, 41.543902241123064 ], [ -111.96195480233879, 41.543601078945578 ], [ -111.9622528267258, 41.543485994947467 ], [ -111.96262923761375, 41.543401779279982 ], [ -111.96326318222702, 41.543301894402568 ], [ -111.96395141708948, 41.543224969716555 ], [ -111.96462284672171, 41.543227445519427 ], [ -111.96533159227836, 41.543320577151597 ], [ -111.96622822729206, 41.543551737772098 ], [ -111.96722251551435, 41.543899163955416 ], [ -111.96751210184993, 41.544022828869828 ], [ -111.96787934149164, 41.544127824980059 ], [ -111.96829992288546, 41.544191838206487 ], [ -111.96903656908238, 41.544145099967281 ], [ -111.96967051039911, 41.544045179803092 ], [ -111.97008200274097, 41.543902096932079 ], [ -111.97042795120355, 41.54378568672945 ], [ -111.97091777802959, 41.54366986213693 ], [ -111.97178003084871, 41.543604931930751 ], [ -111.97255874586047, 41.543565922097834 ], [ -111.97303043701781, 41.54344033395423 ], [ -111.973381101706, 41.543239207029011 ], [ -111.97356400541003, 41.543044003172177 ], [ -111.97381842798744, 41.542821171663803 ], [ -111.97416316070958, 41.542624596197321 ], [ -111.97465759959125, 41.542417743607501 ], [ -111.97497875859379, 41.542248387193311 ], [ -111.97543513177986, 41.541902241974547 ], [ -111.97581788366433, 41.541444129374256 ], [ -111.97622802450719, 41.540814645582948 ], [ -111.97663040232665, 41.540068132213356 ], [ -111.97685171789625, 41.539638408795824 ], [ -111.97689580272515, 41.539381328168744 ], [ -111.97692918805367, 41.539209907123784 ], [ -111.97694935287582, 41.538956632572827 ], [ -111.97699875252816, 41.538654470558193 ], [ -111.97701381048088, 41.538380522726953 ], [ -111.97711262940564, 41.53785726349269 ], [ -111.97722567040326, 41.537482502640465 ], [ -111.97735343290988, 41.5371301346187 ], [ -111.97755028652526, 41.536669092265534 ], [ -111.97768358629052, 41.536366216562108 ], [ -111.97775844548408, 41.536162917233654 ], [ -111.97769261368485, 41.535771662183258 ], [ -111.97756402385824, 41.535511545559636 ], [ -111.97758953582881, 41.535295154963833 ], [ -111.97780318400257, 41.535153726230917 ], [ -111.978053875003, 41.53508403993947 ], [ -111.9786503973267, 41.534894316228176 ], [ -111.97955222033039, 41.534679470991662 ], [ -111.98043449414021, 41.534361202129951 ], [ -111.98104217203965, 41.534117327469794 ], [ -111.98138908306781, 41.534069331060103 ], [ -111.98183310660332, 41.534101569601873 ], [ -111.9821217222929, 41.534162155578457 ], [ -111.98247135852903, 41.53429427738854 ], [ -111.98265993528075, 41.53447731440572 ], [ -111.98285103551522, 41.534826963421686 ], [ -111.98312038852559, 41.535198461175661 ], [ -111.98348481547329, 41.535515101739179 ], [ -111.98367891413407, 41.535666564479804 ], [ -111.98382527352535, 41.535831946198364 ], [ -111.98394977698436, 41.536137126883006 ], [ -111.98408817935643, 41.536568289741474 ], [ -111.98411481444386, 41.536743702848767 ], [ -111.98412379772245, 41.536940884377998 ], [ -111.98417578508497, 41.537207053532349 ], [ -111.98426310432995, 41.537431486956081 ], [ -111.98438906074469, 41.537832131291296 ], [ -111.98447044292294, 41.538060218248589 ], [ -111.98463166532409, 41.538414623455722 ], [ -111.98472409315143, 41.538580465732736 ], [ -111.98483428297756, 41.538731744236152 ], [ -111.98505926352124, 41.538942387752222 ], [ -111.98544320547849, 41.539357934174987 ], [ -111.98565728367245, 41.539639827028246 ], [ -111.98585828245412, 41.539849773778499 ], [ -111.98601623354418, 41.539988031486935 ], [ -111.98620007506135, 41.540252168110335 ], [ -111.98622822282314, 41.540526647126583 ], [ -111.98629948909138, 41.540877317706574 ], [ -111.98637750254423, 41.54127747008377 ], [ -111.98655802507221, 41.541717275429448 ], [ -111.98679228794497, 41.542143108436626 ], [ -111.98695815772351, 41.542407397958954 ], [ -111.98711094558193, 41.542599741742663 ], [ -111.98757277313845, 41.543010108453025 ], [ -111.98791976455932, 41.543358409407205 ], [ -111.98816493310946, 41.543712087991835 ], [ -111.98832413296304, 41.543931396664441 ], [ -111.98844192545356, 41.544187089946035 ], [ -111.98844940119889, 41.544677919194548 ], [ -111.98849533682375, 41.544938733680702 ], [ -111.98854678665333, 41.545167975462014 ], [ -111.98872589440495, 41.54551321342062 ], [ -111.98891168433015, 41.545903429696274 ], [ -111.98900687917934, 41.546249388822204 ], [ -111.9891701380176, 41.546734374192262 ], [ -111.98928931211964, 41.547080126740099 ], [ -111.98936245648416, 41.547552376225163 ], [ -111.9893754747113, 41.547619818324947 ], [ -111.98945049483302, 41.547821835126733 ], [ -111.98964519400265, 41.548009311047899 ], [ -111.99019085884201, 41.548409937910662 ], [ -111.99041773274898, 41.548741250825906 ], [ -111.99055326428349, 41.548979675191859 ], [ -111.99079701120935, 41.549237883538751 ], [ -111.99116567871275, 41.549431964101771 ], [ -111.99164213703757, 41.549617908130166 ], [ -111.99187915287166, 41.549827533249996 ], [ -111.99179963654339, 41.550116449908082 ], [ -111.99142769896918, 41.55049345676359 ], [ -111.99128169019201, 41.550746917509642 ], [ -111.99131544654792, 41.550994324748878 ], [ -111.9914384329502, 41.551195926561462 ], [ -111.99169591539642, 41.551567505267869 ], [ -111.99194981585137, 41.552096740403691 ], [ -111.99214349857266, 41.552608480129507 ], [ -111.99228853813084, 41.553075603251543 ], [ -111.99240133308706, 41.553394385570421 ], [ -111.99255306005323, 41.553906486591401 ], [ -111.99257152565031, 41.554329665788465 ], [ -111.99264332504868, 41.554711852107445 ], [ -111.99275584910585, 41.555012621912248 ], [ -111.99301893594892, 41.555357127364566 ], [ -111.99351851757332, 41.555875229342178 ], [ -111.9937616266015, 41.556089301239162 ], [ -111.99398592430234, 41.556249492031661 ], [ -111.99442135951452, 41.556493424902669 ], [ -111.99485714328478, 41.556759871089177 ], [ -111.99541924129494, 41.557052243711809 ], [ -111.99600359615135, 41.557231830782094 ], [ -111.99626290558965, 41.557328663395658 ], [ -111.99646848137226, 41.55744037263684 ], [ -111.99665853560974, 41.557712544168467 ], [ -111.99669727387054, 41.557892352315086 ], [ -111.99665400373152, 41.558198071373518 ], [ -111.99653930292128, 41.558537736155181 ], [ -111.99642045956521, 41.558998133127616 ], [ -111.99635935387815, 41.559313914502916 ], [ -111.99636516421299, 41.559692166333811 ], [ -111.99643099714223, 41.56007440157623 ], [ -111.99639477131271, 41.560448514051835 ], [ -111.99636963664163, 41.560763983626295 ], [ -111.99636172710957, 41.561029764352689 ], [ -111.99630447056288, 41.561205900761756 ], [ -111.99615218556569, 41.561441407247997 ], [ -111.99589852946494, 41.561713820389933 ], [ -111.99551255533386, 41.561960357132214 ], [ -111.99473936888829, 41.562373273432264 ], [ -111.99451366482879, 41.562513936676986 ], [ -111.99440195852962, 41.562659017906405 ], [ -111.99439335042946, 41.562879768522343 ], [ -111.99448563199259, 41.563032092600913 ], [ -111.99482801701886, 41.563461475724125 ], [ -111.99483181609878, 41.563709140552326 ], [ -111.99480921488126, 41.563799407996889 ], [ -111.99472914318515, 41.564052302059572 ], [ -111.9945882849195, 41.564251678776571 ], [ -111.99436610912602, 41.564622895190617 ], [ -111.99423979442199, 41.564988778649813 ], [ -111.9940993564237, 41.565606985285605 ], [ -111.99406773000393, 41.56589098509167 ], [ -111.99410729478878, 41.566124829834557 ], [ -111.99436761532358, 41.566676520593425 ], [ -111.99447320641168, 41.566914297711193 ], [ -111.99460471612753, 41.567277951079788 ], [ -111.99489997184112, 41.567760883695946 ], [ -111.99518382035622, 41.568281744406242 ], [ -111.9954360890123, 41.568698394481757 ], [ -111.99579377880728, 41.569028562735788 ], [ -111.99634264489006, 41.569545323347711 ], [ -111.99656314533675, 41.569845152802159 ], [ -111.9967349301492, 41.570096765392648 ], [ -111.99682757392559, 41.570271602172745 ], [ -111.99698025033851, 41.570450421904042 ], [ -111.99716855916371, 41.570606414441983 ], [ -111.99736236648833, 41.570729933128376 ], [ -111.99762892031671, 41.570904161183655 ], [ -111.99786541068268, 41.571073245237365 ], [ -111.99804835093458, 41.571269815196501 ], [ -111.99823652605457, 41.571416799936031 ], [ -111.99855097296513, 41.571585205675376 ], [ -111.99895855911261, 41.571959966347769 ], [ -111.99901780024103, 41.572301724238343 ], [ -111.99898445809085, 41.572473150264294 ], [ -111.9988809617262, 41.572762279064385 ], [ -111.99901196734857, 41.573090803347434 ], [ -111.99914693059438, 41.573286887626701 ], [ -111.99923280611254, 41.573488802683968 ], [ -111.99920212074859, 41.573754780956151 ], [ -111.999009576226, 41.574103230306314 ], [ -111.99896465626627, 41.57430177839295 ], [ -111.99895668742634, 41.57456305559726 ], [ -111.999240882346, 41.575024455207384 ], [ -111.99925278696708, 41.575096409100915 ], [ -111.99928218792789, 41.575447433182831 ], [ -111.99928572796956, 41.575677085232215 ], [ -111.99944784185753, 41.575999934146992 ], [ -111.99961621931801, 41.576106556314492 ], [ -111.99990022241488, 41.576243697771368 ], [ -112.00005857110659, 41.576399945927136 ], [ -112.00012814889564, 41.576633527042986 ], [ -112.00004328113326, 41.576963927604268 ], [ -111.99979846823386, 41.577423620884026 ], [ -111.99966141685353, 41.577870667355185 ], [ -111.9996832411906, 41.578119075356845 ], [ -111.99972332067283, 41.578384438218251 ], [ -111.99980551871421, 41.578658441947042 ], [ -112.00006392512744, 41.579079531172006 ], [ -112.00040224350045, 41.579626024725741 ], [ -112.0007504762452, 41.580037323489854 ], [ -112.00104802345844, 41.580273422853352 ], [ -112.00128476596076, 41.580456008047079 ], [ -112.00152234476334, 41.580692628423975 ], [ -112.00170728869776, 41.580938714075394 ], [ -112.00189394199879, 41.581450495730579 ], [ -112.00195153752261, 41.581684179934669 ], [ -112.0019373046125, 41.581927497267216 ], [ -112.00195144127812, 41.582143545871304 ], [ -112.00210800554245, 41.582493460449733 ], [ -112.00225800135212, 41.582883964260645 ], [ -112.00226378128086, 41.583257710883899 ], [ -112.00223267104361, 41.583573232569869 ], [ -112.00225539895918, 41.583879277734837 ], [ -112.00237339913356, 41.58445020332141 ], [ -112.00257757354876, 41.584930305720128 ], [ -112.0026329315436, 41.58501899376995 ], [ -112.00273120678436, 41.585167655402614 ], [ -112.00293233462236, 41.585373065507795 ], [ -112.00318841875389, 41.585641045782566 ], [ -112.00365205361315, 41.586141399673004 ], [ -112.00368294892836, 41.586199676436159 ], [ -112.0037331627266, 41.586343352465427 ], [ -112.00370212821353, 41.58666337728517 ], [ -112.00368762217134, 41.58688868269973 ], [ -112.00369675858104, 41.587091263820064 ], [ -112.00377821784795, 41.587315731362928 ], [ -112.00384126557002, 41.587513338156512 ], [ -112.00387516145577, 41.587765242363595 ], [ -112.00396282943467, 41.588003166254538 ], [ -112.00413741373403, 41.588430381768077 ], [ -112.00432236314015, 41.588752122805104 ], [ -112.00453913344251, 41.589191579103513 ], [ -112.00458398188938, 41.589375833719657 ], [ -112.00475639552643, 41.5896625556665 ], [ -112.0049329231052, 41.589827644909647 ], [ -112.00519349459614, 41.589996502628892 ], [ -112.00532999383428, 41.590288041264422 ], [ -112.00533049353601, 41.590706869117383 ], [ -112.00564129146893, 41.591019400851771 ], [ -112.00599387009466, 41.591318055406845 ], [ -112.00629643790393, 41.591486543059141 ], [ -112.00659858751925, 41.591628012140774 ], [ -112.00671416317245, 41.591730582248182 ], [ -112.00670468553257, 41.591892793800881 ], [ -112.00648052926482, 41.592137949316275 ], [ -112.00634823433508, 41.592503896699426 ], [ -112.00635117203117, 41.592693020945184 ], [ -112.00638074718407, 41.593052146956495 ], [ -112.00636677026881, 41.59369718052362 ], [ -112.00626866056663, 41.594333042624363 ], [ -112.00629756762955, 41.595035346347224 ], [ -112.00632407999777, 41.595197242739964 ], [ -112.00643487023486, 41.595763722473556 ], [ -112.00645052337738, 41.59638507779848 ], [ -112.00644865243433, 41.596650804661579 ], [ -112.00636363888468, 41.596971302184876 ], [ -112.00626529794785, 41.597206348515471 ], [ -112.00625686791004, 41.597436104218794 ], [ -112.00628868053089, 41.597552918490408 ], [ -112.00636903281405, 41.597781897003252 ], [ -112.00665896423786, 41.598216204473346 ], [ -112.00714713319086, 41.598743349474965 ], [ -112.0074402625158, 41.599074044860608 ], [ -112.00761906457006, 41.599383223791172 ], [ -112.00772107265819, 41.599769636225247 ], [ -112.0077651936891, 41.600291662948848 ], [ -112.00772853905295, 41.600635155870719 ], [ -112.00768242409329, 41.600756255627047 ], [ -112.0075436859296, 41.601094338262023 ], [ -112.00713858427656, 41.601666237790937 ], [ -112.00674629992449, 41.602291165650328 ], [ -112.00620117510876, 41.603120090333 ], [ -112.00596359730724, 41.603662597057813 ], [ -112.00592851048766, 41.603721450398702 ], [ -112.00576381542203, 41.603934558864594 ], [ -112.00542074541718, 41.604252809237693 ], [ -112.00532176138184, 41.604447328075786 ], [ -112.00519634419737, 41.604871759596612 ], [ -112.0050981972401, 41.605120313640541 ], [ -112.00502941811605, 41.605328078790819 ], [ -112.0048996530671, 41.605549887708946 ], [ -112.00463429744049, 41.60577288152512 ], [ -112.00453363235678, 41.605859328880612 ], [ -112.00445075614965, 41.605932110032121 ], [ -112.00436376587199, 41.606126523203883 ], [ -112.00426115064114, 41.606474193858809 ], [ -112.00413591941617, 41.606988693677316 ], [ -112.00403666605946, 41.607475945069254 ], [ -112.00398141659579, 41.607782669658413 ], [ -112.0039685838648, 41.608116045117164 ], [ -112.00401924007993, 41.608674043993538 ], [ -112.00398603400873, 41.608854476356932 ], [ -112.0038577377528, 41.609094285396928 ], [ -112.00371206915858, 41.609374777996607 ], [ -112.00367921091421, 41.609577725005977 ], [ -112.00370000588603, 41.61014499172326 ], [ -112.00373810325164, 41.610667071731669 ], [ -112.00370985175107, 41.611167213238659 ], [ -112.00359493496913, 41.611883381354943 ], [ -112.00362076721068, 41.612388454816156 ], [ -112.00369556149211, 41.612567944014494 ], [ -112.00386670838115, 41.612769109538569 ], [ -112.00432252077104, 41.61313892316543 ], [ -112.00453504402651, 41.613299194163325 ], [ -112.00506767912307, 41.613591772993971 ], [ -112.00556996782431, 41.613862097024821 ], [ -112.00585519984558, 41.614066765029449 ], [ -112.00614769371714, 41.614352432725646 ], [ -112.00627839036825, 41.614653026796958 ], [ -112.00625774857789, 41.614869378067333 ], [ -112.00609619019596, 41.615286019826144 ], [ -112.00601566916242, 41.615511001498469 ], [ -112.00594571035793, 41.616029522322016 ], [ -112.00590101218674, 41.616628885955571 ], [ -112.00598407547838, 41.61733972027654 ], [ -112.00604444963271, 41.617749015089487 ], [ -112.00614626947709, 41.6181219186684 ], [ -112.00625612132312, 41.618625354791625 ], [ -112.00628712475485, 41.619075438439332 ], [ -112.00624764498109, 41.619624316454157 ], [ -112.00620219175441, 41.62017504811449 ], [ -112.00623653645714, 41.620453967537685 ], [ -112.00632963052676, 41.620651308739987 ], [ -112.0065129493246, 41.620861370514795 ], [ -112.0066910387891, 41.621121016820517 ], [ -112.00676585211507, 41.621300503544468 ], [ -112.00702050997204, 41.621852209305317 ], [ -112.00729317549548, 41.622403756639358 ], [ -112.00746849578894, 41.622870589099342 ], [ -112.00767368428139, 41.623328152322657 ], [ -112.00769273949041, 41.623395538478441 ], [ -112.00770670506233, 41.623521515357396 ], [ -112.00751240904289, 41.62414921149292 ], [ -112.00739311212224, 41.624582597500478 ], [ -112.00723012233377, 41.624908281130267 ], [ -112.0073129322579, 41.625601101474508 ], [ -112.0073113327402, 41.625883938124254 ], [ -112.00733306603036, 41.62612333625502 ], [ -112.00739192435432, 41.626357004758411 ], [ -112.00732013541621, 41.62683500960992 ], [ -112.00721298462358, 41.627200735645879 ], [ -112.00707837456942, 41.627499148989308 ], [ -112.00661732836097, 41.62795804537128 ], [ -112.00636213102194, 41.628144925227986 ], [ -112.00587468851765, 41.628450929234752 ], [ -112.00494173162234, 41.629058060925303 ], [ -112.00460934170111, 41.629299654246594 ], [ -112.00461611248798, 41.629349134041142 ], [ -112.00452755462091, 41.629444482401219 ], [ -112.00463838258499, 41.629623655502634 ], [ -112.00485865321083, 41.629815382407955 ], [ -112.0049737945838, 41.629962992666648 ], [ -112.00511491351003, 41.630159914614033 ], [ -112.00517765983312, 41.63033500405885 ], [ -112.00521137674978, 41.630573396920781 ], [ -112.00539709977421, 41.630936559451186 ], [ -112.00561792651155, 41.631240868509387 ], [ -112.00579604180436, 41.631500515460978 ], [ -112.00598819291578, 41.631890641960716 ], [ -112.00617133309282, 41.632087194750135 ], [ -112.00642686262337, 41.632306531839603 ], [ -112.00669296856371, 41.632433903501465 ], [ -112.00695908956185, 41.632562175117947 ], [ -112.00728119296124, 41.632816054648984 ], [ -112.00738568181448, 41.632972762820508 ], [ -112.00792561781483, 41.633337319657414 ], [ -112.00813095203679, 41.633416582615482 ], [ -112.00844362277822, 41.633449868152411 ], [ -112.00873179392272, 41.633451843074823 ], [ -112.00908160151548, 41.633556857579229 ], [ -112.00944983815992, 41.633688730400102 ], [ -112.00989547140311, 41.633779390199635 ], [ -112.01061987728919, 41.634038731979018 ], [ -112.0111514450591, 41.63425022681605 ], [ -112.01156883381486, 41.634453717012661 ], [ -112.01202470395468, 41.634814490682764 ], [ -112.01244512944083, 41.635211603020508 ], [ -112.01302691691785, 41.635562256378449 ], [ -112.01325252822475, 41.635785444580414 ], [ -112.0131969483795, 41.636069657315929 ], [ -112.01300303163391, 41.63633707514564 ], [ -112.01287987281327, 41.636522805484141 ], [ -112.01284265050577, 41.636829373925771 ], [ -112.01285126165308, 41.636995928865502 ], [ -112.01302680456369, 41.637471756612797 ], [ -112.01329881354714, 41.637973754865612 ], [ -112.01379870880733, 41.638843032443134 ], [ -112.01427233328499, 41.639567525738464 ], [ -112.0147798088631, 41.640153009295595 ], [ -112.01498773180674, 41.640471824923466 ], [ -112.01522269101473, 41.640830032437435 ], [ -112.01543201688047, 41.64116144471258 ], [ -112.01549720614501, 41.641489626604645 ], [ -112.01552023462953, 41.64180917388888 ], [ -112.0152825997197, 41.642351696985926 ], [ -112.01500823556461, 41.642772948577722 ], [ -112.01480674995487, 41.643017918364315 ], [ -112.01465314514309, 41.643176898036494 ], [ -112.01443837951733, 41.643340920850854 ], [ -112.01405884689898, 41.643641502976649 ], [ -112.01378814303798, 41.643914102807138 ], [ -112.01368382872485, 41.644153709942387 ], [ -112.0136809312621, 41.644351890814249 ], [ -112.01379915513242, 41.644616556344445 ], [ -112.01398496799602, 41.644979703130183 ], [ -112.01401766690746, 41.645150548765812 ], [ -112.01394852350482, 41.645335803448823 ], [ -112.01380331458043, 41.64564782785736 ], [ -112.01367131075301, 41.646036295595827 ], [ -112.0134612060526, 41.646421849024684 ], [ -112.01315664002493, 41.64691001449328 ], [ -112.01288181837086, 41.647380803599681 ], [ -112.01276577063348, 41.647638527293395 ], [ -112.01274246763077, 41.648067468432032 ], [ -112.01289514194495, 41.648614652645122 ], [ -112.01308477154936, 41.649220957413213 ], [ -112.01330950908685, 41.649768406443343 ], [ -112.01349688745179, 41.650230617431568 ], [ -112.01362190200862, 41.65054476175375 ], [ -112.01380603494805, 41.651182638252429 ], [ -112.01400415670287, 41.65194648963783 ], [ -112.01419034578696, 41.652332149888018 ], [ -112.01421259570365, 41.652602164966368 ], [ -112.01419882245789, 41.652872497909442 ], [ -112.0143260359132, 41.653326231114058 ], [ -112.01457149342265, 41.653661828813881 ], [ -112.01473861880234, 41.653980103492195 ], [ -112.01485043721959, 41.654217802878165 ], [ -112.01501113720499, 41.654509112727752 ], [ -112.01523173931893, 41.654867446043191 ], [ -112.01534532776238, 41.655141157439999 ], [ -112.01538538389933, 41.655397504279179 ], [ -112.01546316291879, 41.65576160230755 ], [ -112.01552858076191, 41.656103291878516 ], [ -112.01562444307015, 41.656395173640824 ], [ -112.01576000505405, 41.656691207970518 ], [ -112.0158740258646, 41.657068495883124 ], [ -112.01586987463176, 41.657644983085746 ], [ -112.01587625267425, 41.658356482731406 ], [ -112.01599500769808, 41.658652665228935 ], [ -112.0163386900544, 41.659122495974486 ], [ -112.01650711344691, 41.659521819576163 ], [ -112.01678151229049, 41.660167898847305 ], [ -112.01709490209656, 41.660619981103402 ], [ -112.0172492696318, 41.660888825902468 ], [ -112.01730063787498, 41.661100036508827 ], [ -112.01729266453613, 41.661280247742809 ], [ -112.01731274198387, 41.661563791552268 ], [ -112.01767036921677, 41.662078529745536 ], [ -112.01782863420254, 41.662213134411893 ], [ -112.01802275822619, 41.662336612790988 ], [ -112.01821838699745, 41.662555552030796 ], [ -112.01830557582061, 41.662752934212833 ], [ -112.01858459235831, 41.663308897543637 ], [ -112.01874343588383, 41.663556083644295 ], [ -112.01895664535355, 41.663746943940005 ], [ -112.01925528210214, 41.663946953972399 ], [ -112.01990800561327, 41.664206870684353 ], [ -112.02048988361688, 41.664543972477794 ], [ -112.02125068039648, 41.665181216919265 ], [ -112.02182355454327, 41.665707539392173 ], [ -112.02230550638072, 41.666180625609499 ], [ -112.0226552805331, 41.666650382471317 ], [ -112.02302257639504, 41.667088457673607 ], [ -112.02332754288969, 41.667382974324049 ], [ -112.02352735583653, 41.667484775727004 ], [ -112.02422988715286, 41.667852308257231 ], [ -112.02494715124556, 41.668390838431073 ], [ -112.02519094961815, 41.66869039904487 ], [ -112.02536108340512, 41.669116714630206 ], [ -112.02569416631543, 41.669667673989935 ], [ -112.02606071355056, 41.670056207257673 ], [ -112.02639673695978, 41.670413487376685 ], [ -112.02656382212864, 41.670722737056224 ], [ -112.02675428711834, 41.670991246030248 ], [ -112.02697420899885, 41.671223463390611 ], [ -112.02722932290294, 41.671477883301542 ], [ -112.02738888936295, 41.671616065655925 ], [ -112.02751729887508, 41.671759029862535 ], [ -112.02761153730034, 41.672019390640877 ], [ -112.02762492015489, 41.672483132127191 ], [ -112.02755579863002, 41.673046688417145 ], [ -112.02739551487571, 41.673543507042304 ], [ -112.02734489991633, 41.6737601277731 ], [ -112.02736206740921, 41.674084226672392 ], [ -112.02741412450638, 41.674335957567763 ], [ -112.02745895863698, 41.674511193425907 ], [ -112.02757643679385, 41.674721807779562 ], [ -112.02787552626364, 41.675020867896258 ], [ -112.02814552042128, 41.675378733064612 ], [ -112.02833916006217, 41.675845364906017 ], [ -112.02832802352034, 41.676277800873841 ], [ -112.02838652250486, 41.676556494597435 ], [ -112.0285670081371, 41.676951187616815 ], [ -112.0289491416773, 41.677560243156684 ], [ -112.02948380629266, 41.678316546601515 ], [ -112.02972319871644, 41.678562094411618 ], [ -112.02988732537629, 41.678758777728994 ], [ -112.02997572141159, 41.679028195572108 ], [ -112.03021523665471, 41.679733098254275 ], [ -112.0302469474311, 41.680214688478273 ], [ -112.03026247979739, 41.680435220719325 ], [ -112.03031941091896, 41.680614850301559 ], [ -112.03054081591721, 41.680937117037082 ], [ -112.0307670895881, 41.681489018095988 ], [ -112.03090363809299, 41.681839066146289 ], [ -112.03106797172367, 41.681972696806461 ], [ -112.03112832496939, 41.681990169291339 ], [ -112.03120648226597, 41.681993971490428 ], [ -112.03130873775412, 41.682002060876343 ], [ -112.03156176907416, 41.68197186816716 ], [ -112.03201042702638, 41.681928209194965 ], [ -112.03233541473233, 41.68196492104645 ], [ -112.03283541416762, 41.682051399081054 ], [ -112.03337230455314, 41.682190684487772 ], [ -112.03398800387686, 41.682374293297556 ], [ -112.03468172050358, 41.682552692891917 ], [ -112.03537430028372, 41.682659943271545 ], [ -112.03583665135459, 41.682645869068196 ], [ -112.03619138876815, 41.682664287850855 ], [ -112.03662604831129, 41.682796373451353 ], [ -112.03691834311506, 41.683041428762515 ], [ -112.03736398963329, 41.683483252960578 ], [ -112.03811041338547, 41.683949379703499 ], [ -112.0384994065131, 41.684229585323692 ], [ -112.03905767986936, 41.684575811577766 ], [ -112.03999591206657, 41.685013170522723 ], [ -112.04087365266956, 41.685424048698302 ], [ -112.04130941476751, 41.685622758174311 ], [ -112.04176247380828, 41.685776274247601 ], [ -112.04216544484881, 41.68580414495419 ], [ -112.04250212216967, 41.685819105182468 ], [ -112.04299042681629, 41.685922758227825 ], [ -112.04366691251366, 41.686146294627271 ], [ -112.04433768717561, 41.686387892895191 ], [ -112.04473778867025, 41.686609430824554 ], [ -112.04507210748287, 41.686849579569021 ], [ -112.04536503574703, 41.687130635277235 ], [ -112.04563503215131, 41.68747945125552 ], [ -112.04598847418551, 41.687786975646468 ], [ -112.04626895873561, 41.688041121302163 ], [ -112.04648365902588, 41.688313879300871 ], [ -112.04671366026669, 41.688789154592577 ], [ -112.04674617807979, 41.688941977076972 ], [ -112.04685036345491, 41.689512971284948 ], [ -112.04693747151312, 41.689994051131286 ], [ -112.04718601553235, 41.69050068080918 ], [ -112.04738402085553, 41.690854651917455 ], [ -112.04750619703448, 41.691348922044853 ], [ -112.04767859459237, 41.692049894587711 ], [ -112.04757478722243, 41.692613776915856 ], [ -112.04750554630287, 41.692790044112925 ], [ -112.04749139590348, 41.693028857926528 ], [ -112.04768197413567, 41.693220770517641 ], [ -112.04787677487261, 41.693376616384853 ], [ -112.04838723140398, 41.69380429523509 ], [ -112.04896578550067, 41.694280888523359 ], [ -112.04915480439452, 41.694450295416061 ], [ -112.04928990128012, 41.694629201342188 ], [ -112.04938961134589, 41.694848961629063 ], [ -112.04945356841253, 41.695087062282383 ], [ -112.04946770190149, 41.695586820054167 ], [ -112.04935486573709, 41.696038198973277 ], [ -112.04918290066796, 41.696548662922808 ], [ -112.0492275907892, 41.696710380312503 ], [ -112.04954974362583, 41.696937116081941 ], [ -112.04971422760654, 41.697075221655624 ], [ -112.05009968674047, 41.697499530817765 ], [ -112.05043333584062, 41.698063019534629 ], [ -112.05057993275611, 41.698283250724153 ], [ -112.05089318983924, 41.698627154507335 ], [ -112.0512287677407, 41.69893932884208 ], [ -112.05155321295535, 41.699305645828915 ], [ -112.05173749274371, 41.699551650830465 ], [ -112.05186946149351, 41.699906217927271 ], [ -112.05186162799026, 41.700162988057798 ], [ -112.05170249616494, 41.700722876216986 ], [ -112.05144334753311, 41.701414280241913 ], [ -112.0512254455102, 41.70205576801262 ], [ -112.05115254348728, 41.70237618196488 ], [ -112.05114646721822, 41.702741019374564 ], [ -112.05123517845684, 41.703095982694251 ], [ -112.051249350687, 41.703154398266562 ], [ -112.05158950348547, 41.703745745059734 ], [ -112.05166446796156, 41.703920694654705 ], [ -112.05165011122907, 41.704145999954925 ], [ -112.05146880604423, 41.704525951262049 ], [ -112.05109484344848, 41.705105817708073 ], [ -112.05062829509866, 41.705609970348874 ], [ -112.05049226450576, 41.705818373960881 ], [ -112.05031672175123, 41.706036145526141 ], [ -112.04993640982659, 41.70630082277448 ], [ -112.04941115077204, 41.706521787827548 ], [ -112.04874731887105, 41.706721497909221 ], [ -112.04774646155356, 41.707262038422854 ], [ -112.04694687795623, 41.70798537905776 ], [ -112.04623714172915, 41.708320597148592 ], [ -112.04519038215705, 41.708627352556491 ], [ -112.04407285404589, 41.709389592499839 ], [ -112.04327174664557, 41.710022851803259 ], [ -112.04279155499704, 41.710432523332095 ], [ -112.04274191150961, 41.710707685795441 ], [ -112.04290110932394, 41.711261069051098 ], [ -112.04315992474632, 41.712027913047891 ], [ -112.04361286873269, 41.712905580189528 ], [ -112.04389642247156, 41.713714530230504 ], [ -112.04405351013214, 41.71413642936426 ], [ -112.04425412474161, 41.714648002111055 ], [ -112.04453323236982, 41.715181378301132 ], [ -112.04498895970322, 41.71585725868583 ], [ -112.04514064849714, 41.71631613370355 ], [ -112.04522802685445, 41.716886378850042 ], [ -112.04539160067668, 41.718078310051673 ], [ -112.04547182082166, 41.718577465161708 ], [ -112.04543235329632, 41.71910923347356 ], [ -112.0451960860152, 41.719737364870092 ], [ -112.04508119651072, 41.720066262299959 ], [ -112.04501689659492, 41.720549618762988 ], [ -112.04494974286278, 41.721153694002815 ], [ -112.04486193430006, 41.721744446574561 ], [ -112.04487054268411, 41.722275777234969 ], [ -112.0449011498803, 41.722680810772481 ], [ -112.04500658164328, 41.723251791974299 ], [ -112.04482768738038, 41.724082956983601 ], [ -112.04463851826421, 41.724651212754509 ], [ -112.04467240804345, 41.725258872192981 ], [ -112.04472764184936, 41.725699709366758 ], [ -112.04476094957285, 41.726271346261612 ], [ -112.04482153904733, 41.726671603454605 ], [ -112.04492369372005, 41.727039958357459 ], [ -112.04502497387396, 41.727354279559712 ], [ -112.04500450662762, 41.727575135320819 ], [ -112.04484094731869, 41.727869347754869 ], [ -112.04471917060455, 41.728145166199887 ], [ -112.04465214725319, 41.728461017850961 ], [ -112.04458804129307, 41.728956981342016 ], [ -112.04454651929395, 41.729362670247617 ], [ -112.04437993299551, 41.729841551322544 ], [ -112.04416321404891, 41.730194790862392 ], [ -112.0437772352258, 41.730491022755771 ], [ -112.04338290988956, 41.730643218445117 ], [ -112.04301798251366, 41.730754614783123 ], [ -112.04290016440893, 41.730904298405896 ], [ -112.04290249522934, 41.731048387941165 ], [ -112.04293192989952, 41.731381376725309 ], [ -112.04293877705591, 41.731804639684974 ], [ -112.04285002746542, 41.732264797991789 ], [ -112.04275049438417, 41.732504384627049 ], [ -112.04280422960251, 41.732778607868561 ], [ -112.04300915825868, 41.73318205893333 ], [ -112.04326218032892, 41.733585072919723 ], [ -112.04356304114137, 41.733897582686041 ], [ -112.0437881239889, 41.734134221319032 ], [ -112.04391462288359, 41.734520369305166 ], [ -112.04399208354357, 41.734848417788278 ], [ -112.04397460077107, 41.735253887668065 ], [ -112.04379083617609, 41.735786965008295 ], [ -112.04360080132984, 41.736230029867698 ], [ -112.04322225412415, 41.737062103285609 ], [ -112.04223635665092, 41.73848513537564 ], [ -112.04172592560315, 41.738971634011421 ], [ -112.04136364020283, 41.73924962886705 ], [ -112.04083086023287, 41.739767850223863 ], [ -112.04032277378981, 41.740326376567261 ], [ -112.03986784246332, 41.740825874673696 ], [ -112.03930953695114, 41.741254250880452 ], [ -112.03889493407323, 41.741645297436222 ], [ -112.03831699173445, 41.74234855688244 ], [ -112.0378617406766, 41.74283003602887 ], [ -112.03746935575749, 41.743108290406241 ], [ -112.03720902010822, 41.743371841064928 ], [ -112.03715933023379, 41.743647000120049 ], [ -112.03718780019953, 41.743921453580221 ], [ -112.03724662209702, 41.744213646805974 ], [ -112.03717679582662, 41.744732173904055 ], [ -112.0371363785213, 41.745209904399928 ], [ -112.03689667899972, 41.745635392158299 ], [ -112.0367110890992, 41.74606039115173 ], [ -112.03644943381865, 41.746616676045612 ], [ -112.03620997039677, 41.747132229122002 ], [ -112.03582918314824, 41.747685083479013 ], [ -112.03548782873037, 41.748147512196937 ], [ -112.03522499716853, 41.748631749600932 ], [ -112.03474476027749, 41.749059399814911 ], [ -112.03418513572173, 41.749412104743925 ], [ -112.03386906741576, 41.74965273138934 ], [ -112.03385827498927, 41.749954559408451 ], [ -112.03379815726507, 41.750030758270952 ], [ -112.03359792275465, 41.750294660407874 ], [ -112.03349837551293, 41.750462183437044 ], [ -112.033366722228, 41.750877684667699 ], [ -112.03327665292379, 41.751261287618732 ], [ -112.0332514262915, 41.751563245322203 ], [ -112.03321054330121, 41.752013957483378 ], [ -112.03306293975952, 41.752560201597376 ], [ -112.03260855179984, 41.75347758495689 ], [ -112.03242138728717, 41.754182704899833 ], [ -112.03239343831619, 41.755065630854283 ], [ -112.03237912661923, 41.755223379946372 ], [ -112.03234783310992, 41.75559744685394 ], [ -112.0322433435869, 41.755832564711767 ], [ -112.03213797308744, 41.756012748391534 ], [ -112.03211087826686, 41.756198533607908 ], [ -112.03222323384635, 41.756454220350733 ], [ -112.0324016669814, 41.756704809756819 ], [ -112.03246019136535, 41.756978993735508 ], [ -112.03235714347983, 41.757304167507471 ], [ -112.03221272087318, 41.75767474732281 ], [ -112.03212583563838, 41.757882686187578 ], [ -112.03204561285082, 41.758131096092796 ], [ -112.03189300882164, 41.758366645757327 ], [ -112.03171750289573, 41.758674455921017 ], [ -112.03165474182569, 41.758886681193701 ], [ -112.03147293117881, 41.759176533819826 ], [ -112.03140516456413, 41.759451852033258 ], [ -112.03153412238441, 41.759617321468575 ], [ -112.03184479387301, 41.759862220730014 ], [ -112.03222099459462, 41.760367729824537 ], [ -112.03235621101412, 41.760623210835838 ], [ -112.0324792896879, 41.760796838184724 ], [ -112.03266891209445, 41.760994185834072 ], [ -112.03305255648478, 41.761287963601397 ], [ -112.03322622069419, 41.761615152801916 ], [ -112.03308961375187, 41.762098249096432 ], [ -112.03301728173847, 41.762463677906553 ], [ -112.03298639759981, 41.762788203047243 ], [ -112.03296681917639, 41.763067592145525 ], [ -112.03309781099024, 41.763359137621102 ], [ -112.03317780094388, 41.763471004178633 ], [ -112.03346860635615, 41.763900718353085 ], [ -112.03360419676224, 41.764178711526498 ], [ -112.03363874896816, 41.764457613641405 ], [ -112.03358243690539, 41.764696802344396 ], [ -112.03336249323102, 41.765234689674642 ], [ -112.03320001649706, 41.765605432657281 ], [ -112.03311620547761, 41.765930433650283 ], [ -112.0331078141007, 41.76623223919092 ], [ -112.03308823545898, 41.766511628150461 ], [ -112.03299379148369, 41.766998848228098 ], [ -112.03278035001509, 41.767942885435986 ], [ -112.03261813780806, 41.768330738114393 ], [ -112.03231998360575, 41.768869326140788 ], [ -112.03195342533108, 41.769268921453985 ], [ -112.03160918995746, 41.769560232769607 ], [ -112.03120973685387, 41.769784487241537 ], [ -112.03037502173996, 41.770251326915812 ], [ -112.02964827357066, 41.770699179156026 ], [ -112.02911705535706, 41.770960634694845 ], [ -112.02874614827307, 41.771090052813207 ], [ -112.02803119335114, 41.771524278904707 ], [ -112.02771992695634, 41.771621635969765 ], [ -112.02725835795725, 41.771724839729409 ], [ -112.02698317908882, 41.771821872098265 ], [ -112.02674559721191, 41.772013139830676 ], [ -112.02655126763371, 41.772276075465705 ], [ -112.02632328706635, 41.77269242802813 ], [ -112.02602943815111, 41.773505670238329 ], [ -112.02592862923873, 41.773974927208243 ], [ -112.02603247915985, 41.774451363198061 ], [ -112.02603707243912, 41.774739541608469 ], [ -112.02603514813643, 41.774996254217903 ], [ -112.02609208460188, 41.775171379380289 ], [ -112.02626961415554, 41.775363440961712 ], [ -112.02658743556972, 41.775675841205285 ], [ -112.02659941131506, 41.776049518677937 ], [ -112.02637055660743, 41.776411837783698 ], [ -112.02604250991139, 41.776590401893245 ], [ -112.02540381174235, 41.776906841185358 ], [ -112.02416778840325, 41.777494305993166 ], [ -112.02304718276555, 41.778152784513161 ], [ -112.02209863290342, 41.778660207620867 ], [ -112.02158122201263, 41.779039495086657 ], [ -112.02105841796978, 41.779458458293995 ], [ -112.02070069086895, 41.779664291481609 ], [ -112.01994870721978, 41.780049258293701 ], [ -112.01865056226001, 41.780520126146925 ], [ -112.01804539023432, 41.780678607301027 ], [ -112.01769173996342, 41.780762802499773 ], [ -112.01738593051674, 41.780828559223018 ], [ -112.01702505306007, 41.780836258146309 ], [ -112.01620647601059, 41.780816481727058 ], [ -112.01537544148836, 41.780769789028803 ], [ -112.01487485128477, 41.780693150922879 ], [ -112.01457349330907, 41.780659785468643 ], [ -112.01427362584239, 41.780720978007011 ], [ -112.01409606063541, 41.780907186100428 ], [ -112.01402225356655, 41.781187050017607 ], [ -112.01380477417256, 41.781513216157968 ], [ -112.01354992066537, 41.781758649978386 ], [ -112.01330193192339, 41.782058063775104 ], [ -112.01305457882378, 41.782398002244207 ], [ -112.01280446692984, 41.782945122017175 ], [ -112.01226041787137, 41.783931663826912 ], [ -112.01187949609051, 41.784655567587187 ], [ -112.01171734349823, 41.784981242271158 ], [ -112.01167232865062, 41.785179789326072 ], [ -112.0116516616829, 41.785396135628879 ], [ -112.0116997929423, 41.785778502665949 ], [ -112.01170304953565, 41.785985631413581 ], [ -112.01168239662503, 41.786202878253377 ], [ -112.01158314886997, 41.786396498739023 ], [ -112.01114246621363, 41.787071388408421 ], [ -112.01086443475209, 41.787375564604616 ], [ -112.01062009483063, 41.787526327393628 ], [ -112.01041864681378, 41.78772625002793 ], [ -112.01034998448668, 41.787952025011258 ], [ -112.01029342541509, 41.788182196920943 ], [ -112.01014937501208, 41.788588771597226 ], [ -112.00997169719446, 41.789153261436191 ], [ -112.00966865587522, 41.789781900777612 ], [ -112.00956374526798, 41.790075545114128 ], [ -112.00953173116493, 41.790259565981039 ], [ -112.0095616059849, 41.790629484488136 ], [ -112.00970472575355, 41.790929955649304 ], [ -112.00981231151867, 41.791266766339412 ], [ -112.00976296611438, 41.791573432567645 ], [ -112.0096764590949, 41.791812874130201 ], [ -112.00962668867959, 41.792092523501957 ], [ -112.00961917545146, 41.792457366380027 ], [ -112.00956459079312, 41.792737058009031 ], [ -112.00941776835838, 41.793044580671072 ], [ -112.00917254579424, 41.793447539404859 ], [ -112.00880852983148, 41.794027174164796 ], [ -112.00870361184592, 41.794244259514436 ], [ -112.008646265146, 41.794424899730373 ], [ -112.00862551503153, 41.794636742493573 ], [ -112.00869586913483, 41.794901826271264 ], [ -112.00878888021106, 41.795076642705837 ], [ -112.00906480858234, 41.795402968514658 ], [ -112.00951346188765, 41.795997980708812 ], [ -112.00994909918101, 41.796530057708146 ], [ -112.01029200826724, 41.796905329092539 ], [ -112.01072504027427, 41.797270799642803 ], [ -112.01149846426082, 41.797850336173653 ], [ -112.01186417003176, 41.798143439884932 ], [ -112.01211442776922, 41.798366405766217 ], [ -112.01224334553744, 41.798527392648516 ], [ -112.01252299246237, 41.799087854553648 ], [ -112.01269184471126, 41.799415115134138 ], [ -112.01299273526874, 41.799871810041374 ], [ -112.01349540261091, 41.800452819493728 ], [ -112.01379566190977, 41.800792429086776 ], [ -112.01402399580904, 41.801150686473896 ], [ -112.01412935013634, 41.801343403021903 ], [ -112.01427059857373, 41.801522292298102 ], [ -112.01441758147077, 41.801683117111679 ], [ -112.01483806528432, 41.802012655271085 ], [ -112.01538161149544, 41.802512233649352 ], [ -112.01600934545397, 41.80300656136405 ], [ -112.01627776152286, 41.803233860708104 ], [ -112.01658221587861, 41.803456337065448 ], [ -112.01712810242627, 41.803721709078282 ], [ -112.01775550528876, 41.804193512984561 ], [ -112.01818756804012, 41.804567970140717 ], [ -112.01872270943029, 41.80483793314044 ], [ -112.01901464419014, 41.80502899013964 ], [ -112.01934842177603, 41.805201661443448 ], [ -112.01946962585346, 41.805253725975696 ], [ -112.01980900973128, 41.805400226414982 ], [ -112.02043796497288, 41.805588287099148 ], [ -112.02068570849207, 41.805649133614928 ], [ -112.02095773946932, 41.805723273939954 ], [ -112.02120356525116, 41.805739102323201 ], [ -112.02162568039786, 41.805712831723625 ], [ -112.02235194094928, 41.805584778020446 ], [ -112.02278531685579, 41.805585423368214 ], [ -112.0231736286815, 41.805780114936866 ], [ -112.02327328659756, 41.805990887228148 ], [ -112.02343900172873, 41.806192064067361 ], [ -112.02350004349789, 41.806245561032867 ], [ -112.02363409203002, 41.806347944832446 ], [ -112.02387080877851, 41.806471930388355 ], [ -112.02418058995548, 41.80657274697969 ], [ -112.02461355802251, 41.80662292649896 ], [ -112.0250412814764, 41.80664613075988 ], [ -112.02575227774028, 41.806692923868063 ], [ -112.02671650016144, 41.806766271176379 ], [ -112.02720563022777, 41.806865476339304 ], [ -112.02741741931104, 41.806935636627365 ], [ -112.0277716588468, 41.807256712611476 ], [ -112.02819862545756, 41.807608660311622 ], [ -112.02877511830333, 41.807900723027068 ], [ -112.02927939619552, 41.808193429952837 ], [ -112.02952243721772, 41.808335360718424 ], [ -112.02971769289537, 41.808500236365703 ], [ -112.02981780927102, 41.808738019124625 ], [ -112.03011462791459, 41.80923073179563 ], [ -112.03041339962778, 41.809845017959262 ], [ -112.0304828507855, 41.810047047953454 ], [ -112.0304682593864, 41.810263342100434 ], [ -112.03037007199158, 41.810521817446642 ], [ -112.03013966249472, 41.810793187442563 ], [ -112.02987816258756, 41.811002688809999 ], [ -112.02961222883089, 41.811311304126903 ], [ -112.02945592639965, 41.811699997496028 ], [ -112.02936009762279, 41.812106162299003 ], [ -112.02935353957857, 41.812448479428177 ], [ -112.02939942005102, 41.812682245013882 ], [ -112.02949309063786, 41.812893065249327 ], [ -112.02973366547475, 41.813255684055292 ], [ -112.03020714478693, 41.813877410711441 ], [ -112.03063248186466, 41.814499567312588 ], [ -112.03077496070297, 41.814750479038409 ], [ -112.03088125457263, 41.81499721194438 ], [ -112.03093727790261, 41.815487579385497 ], [ -112.03091729420562, 41.815667894615807 ], [ -112.03087097096657, 41.815857453030226 ], [ -112.03077762644175, 41.81604293001093 ], [ -112.03061174901025, 41.816210143488377 ], [ -112.03041115638273, 41.816465034043304 ], [ -112.03019944763942, 41.816777667410882 ], [ -112.02995212684928, 41.817122143485513 ], [ -112.0295079002734, 41.817576465571477 ], [ -112.02884434210456, 41.81824441033789 ], [ -112.02862595211606, 41.818516570034433 ], [ -112.02844317198441, 41.818756886701856 ], [ -112.02829308074323, 41.819159032624412 ], [ -112.02828835809083, 41.81924013600279 ], [ -112.02832313779616, 41.81953254525164 ], [ -112.02835662100733, 41.819743904992521 ], [ -112.028494942666, 41.82011104409527 ], [ -112.02873497756687, 41.820438542869276 ], [ -112.0291270748879, 41.82086285271248 ], [ -112.02960788396453, 41.821187291345232 ], [ -112.03043003312743, 41.821472639030162 ], [ -112.03083520886616, 41.821585190868142 ], [ -112.03113942998405, 41.821709455777871 ], [ -112.0313765071253, 41.821851435709974 ], [ -112.03176711239108, 41.822181178554679 ], [ -112.03194500826892, 41.822386736383876 ], [ -112.032621367396, 41.822889540794925 ], [ -112.03287651134393, 41.823031355154001 ], [ -112.03300545896977, 41.823187814167603 ], [ -112.03308080849726, 41.823380782253558 ], [ -112.0331077106962, 41.823556172502052 ], [ -112.03320670578928, 41.823721907463216 ], [ -112.03350263154255, 41.823778689804975 ], [ -112.03404545785369, 41.823763896623234 ], [ -112.03429099302743, 41.82375718244419 ], [ -112.03455644389598, 41.823790818863316 ], [ -112.03481146513018, 41.823924523887335 ], [ -112.03494751236671, 41.824147566882246 ], [ -112.03501961948875, 41.824512592336397 ], [ -112.0350883189556, 41.825488307939729 ], [ -112.03516067502387, 41.825793886249471 ], [ -112.03526816551884, 41.82611265797722 ], [ -112.03529706313742, 41.826486178690999 ], [ -112.03531524072447, 41.826792245193282 ], [ -112.035305696669, 41.827022003978968 ], [ -112.03548018010342, 41.827313151220579 ], [ -112.03584856916581, 41.827381883606726 ], [ -112.03610057367156, 41.827402127507213 ], [ -112.03683608841821, 41.827386483364187 ], [ -112.03710013347143, 41.827406616375733 ], [ -112.03736731370284, 41.827471754329146 ], [ -112.03760449857928, 41.827618223597995 ], [ -112.03781245646914, 41.827818997100159 ], [ -112.03806959562777, 41.828082373126875 ], [ -112.03826000518652, 41.82831482809884 ], [ -112.03832348181996, 41.828516906626383 ], [ -112.03839290634406, 41.828714427951283 ], [ -112.03835433030459, 41.828935442593014 ], [ -112.03830886051207, 41.829102478912958 ], [ -112.03819818579582, 41.829333152023494 ], [ -112.03815628047204, 41.829720821910776 ], [ -112.03848800226741, 41.83012763102851 ], [ -112.03886061891542, 41.830456611055581 ], [ -112.03901471201308, 41.830676783664096 ], [ -112.03916959276741, 41.830945585472541 ], [ -112.03943002852026, 41.831411580696191 ], [ -112.03970358770779, 41.831944106551632 ], [ -112.0400633644486, 41.83259474027134 ], [ -112.04021794812405, 41.83284462904362 ], [ -112.04038493255716, 41.833042166034346 ], [ -112.0406157954877, 41.833242726729623 ], [ -112.04082354778792, 41.833429085566401 ], [ -112.04102177002595, 41.833770446715505 ], [ -112.04159762778765, 41.834747863387321 ], [ -112.0420652749962, 41.835364187101703 ], [ -112.04267895556208, 41.836443931880027 ], [ -112.04334743180517, 41.837559202387162 ], [ -112.04402034252647, 41.838575354133638 ], [ -112.04463196364382, 41.839524508553311 ], [ -112.04518948427788, 41.840478655251637 ], [ -112.04575957781945, 41.841464208191489 ], [ -112.04615432347418, 41.842036144392367 ], [ -112.04613311281882, 41.842212869860262 ], [ -112.04603346096744, 41.842380402360121 ], [ -112.04587498658334, 41.842634034556362 ], [ -112.04580758239172, 41.842932771688773 ], [ -112.04585661193508, 41.843354741633625 ], [ -112.04605634474954, 41.843785246413645 ], [ -112.04628706912294, 41.844269508942723 ], [ -112.04669778535134, 41.84508087683718 ], [ -112.04679971234157, 41.845422204088209 ], [ -112.04685243806287, 41.845700932518589 ], [ -112.04674888684677, 41.846368375263296 ], [ -112.04665334062656, 41.846788059523391 ], [ -112.04680682519619, 41.846966795456112 ], [ -112.04704292930292, 41.847041200460822 ], [ -112.04743083161678, 41.847190777929775 ], [ -112.04768794202775, 41.847445124809639 ], [ -112.04791589977422, 41.847758280908884 ], [ -112.04802084644108, 41.84791494120374 ], [ -112.04806013910631, 41.848108227513066 ], [ -112.04794594491091, 41.848492055936504 ], [ -112.04780075697872, 41.848822126577375 ], [ -112.04736254002805, 41.849650240254306 ], [ -112.046899194915, 41.850415534086963 ], [ -112.04659183573233, 41.850774101516748 ], [ -112.04649812117448, 41.850937076730801 ], [ -112.04661100064794, 41.8512107534848 ], [ -112.0468090019066, 41.851533191295111 ], [ -112.04727260863689, 41.852186456091069 ], [ -112.04771001987267, 41.852857971365381 ], [ -112.04834313155902, 41.853635779366343 ], [ -112.04858308671929, 41.853944320872984 ], [ -112.04867614731786, 41.854110095632862 ], [ -112.04869818739891, 41.854353076054359 ], [ -112.0486870101345, 41.854406317818409 ], [ -112.04864237445749, 41.854623787553471 ], [ -112.04870539641199, 41.854794339913049 ], [ -112.04887682716718, 41.854963902173147 ], [ -112.04910592198976, 41.855344595505699 ], [ -112.04912965687879, 41.85569113766234 ], [ -112.049152876885, 41.856006160955985 ], [ -112.04935164222302, 41.856373620704076 ], [ -112.04972278993687, 41.856599900305596 ], [ -112.0499059057303, 41.856746837340459 ], [ -112.0499795058351, 41.856827224975291 ], [ -112.05009005366978, 41.856956811710184 ], [ -112.05013508686366, 41.857132031049233 ], [ -112.05015258422638, 41.857465119827168 ], [ -112.05009765900557, 41.857789864104213 ], [ -112.05001591580631, 41.857948229173218 ], [ -112.04987467889005, 41.85815217169543 ], [ -112.04974452972807, 41.858297468993726 ], [ -112.04965081263323, 41.858460446604042 ], [ -112.04972603458812, 41.858639893491493 ], [ -112.04998261148098, 41.858858212606449 ], [ -112.05034826866955, 41.859116063775488 ], [ -112.05085378718427, 41.859453694530494 ], [ -112.05109766123067, 41.859631597104709 ], [ -112.0512145343893, 41.859779138225072 ], [ -112.05131946063364, 41.860300567432233 ], [ -112.05141037484584, 41.860628480340779 ], [ -112.05150982059713, 41.860888764657076 ], [ -112.05162615644119, 41.861076840468392 ], [ -112.05185428067877, 41.861322435970301 ], [ -112.05214834422451, 41.861621467197772 ], [ -112.05237116419842, 41.861984197545461 ], [ -112.05255777260733, 41.862342755975348 ], [ -112.05262897818304, 41.862643828277044 ], [ -112.05268307436471, 41.86300360099581 ], [ -112.05262756693328, 41.863292324642714 ], [ -112.05252989457439, 41.863581434708813 ], [ -112.0523719123085, 41.863866594010759 ], [ -112.0521583287544, 41.864067599418355 ], [ -112.05190026129752, 41.86412760650682 ], [ -112.05164288699706, 41.864229938217946 ], [ -112.05153710449916, 41.864392127030911 ], [ -112.05163018838351, 41.864557898838605 ], [ -112.05180143197403, 41.864713948021041 ], [ -112.05194344410707, 41.864924304980292 ], [ -112.05203080148695, 41.865108142322256 ], [ -112.05244339505437, 41.865653771191148 ], [ -112.05253113896234, 41.865861022027744 ], [ -112.0526922694951, 41.866061295400264 ], [ -112.05286253662572, 41.866230861960176 ], [ -112.05305097222832, 41.866332711342174 ], [ -112.05332329756614, 41.866406770859413 ], [ -112.05376890765433, 41.866393676045213 ], [ -112.05421192828375, 41.86622298587028 ], [ -112.05491634261901, 41.865901282397012 ], [ -112.0551039120583, 41.865877042440694 ], [ -112.05523532280831, 41.865808284681215 ], [ -112.0553985551102, 41.865842811481272 ], [ -112.05563710918737, 41.866061283217583 ], [ -112.05572520473389, 41.866289243770559 ], [ -112.05585512642733, 41.866496104263419 ], [ -112.05605114750763, 41.866692449390563 ], [ -112.05628822448891, 41.866820866241632 ], [ -112.05674862801942, 41.86697424786545 ], [ -112.05696682006443, 41.867053300196289 ], [ -112.05725483594989, 41.867347870249702 ], [ -112.05748239320911, 41.867629486250763 ], [ -112.05781949603085, 41.867977643049777 ], [ -112.05825878649964, 41.868311347130359 ], [ -112.05834265941513, 41.86835560770816 ], [ -112.05858697583048, 41.868483953032595 ], [ -112.05906256989262, 41.868461554541064 ], [ -112.05944273229738, 41.868497677438462 ], [ -112.05967790398074, 41.868509918321877 ], [ -112.0602857267791, 41.868468281119661 ], [ -112.06109055127868, 41.868316740142326 ], [ -112.06183082281348, 41.868269367516874 ], [ -112.0620888076581, 41.868203934873378 ], [ -112.06244712551063, 41.868012380260367 ], [ -112.0627392118887, 41.8678961931125 ], [ -112.06313806722657, 41.867897004645037 ], [ -112.06372056640546, 41.867854683039049 ], [ -112.06398245532384, 41.867952231308848 ], [ -112.06416334640876, 41.868324333350223 ], [ -112.06430199728352, 41.868692323214873 ], [ -112.06439797393551, 41.869030085647438 ], [ -112.06429647379565, 41.869448937312342 ], [ -112.0642268743529, 41.869611702943608 ], [ -112.06419513669893, 41.869877694720117 ], [ -112.06437281291321, 41.870128235643747 ], [ -112.06459686215376, 41.870486426773027 ], [ -112.06461018061066, 41.870562860243716 ], [ -112.06464381314831, 41.870774205862098 ], [ -112.06448601744262, 41.871068386373224 ], [ -112.06434576999835, 41.871330880570788 ], [ -112.06431373333163, 41.871578861680263 ], [ -112.0642868242866, 41.871772755066026 ], [ -112.06426534176111, 41.871930571360515 ], [ -112.06420430356438, 41.872246371414604 ], [ -112.06422767988961, 41.872565892494691 ], [ -112.06434551855864, 41.872768351698056 ], [ -112.0644447171031, 41.872936758112587 ], [ -112.06447791714783, 41.873121988286641 ], [ -112.06443300961041, 41.873320551841857 ], [ -112.06424137617188, 41.873754649313582 ], [ -112.06412031583237, 41.874084515515868 ], [ -112.06384990147517, 41.874564375754531 ], [ -112.06369665803057, 41.875061163430722 ], [ -112.0638422423208, 41.875483129331457 ], [ -112.06400425927619, 41.875805869154384 ], [ -112.06412744081271, 41.875966848176141 ], [ -112.06440890766076, 41.87622543359749 ], [ -112.06504687965979, 41.876543759217668 ], [ -112.06534990882406, 41.87664902858829 ], [ -112.06563561292823, 41.876799491375429 ], [ -112.06577249591403, 41.877059415019147 ], [ -112.06568058886309, 41.877330468628926 ], [ -112.06557329969013, 41.877763785270901 ], [ -112.06555898048349, 41.877989985998148 ], [ -112.06561655532548, 41.878191201526633 ], [ -112.06591783376547, 41.878553176161006 ], [ -112.06630391348115, 41.878941382621569 ], [ -112.06660662213555, 41.879388905611421 ], [ -112.06697130788925, 41.879939428777213 ], [ -112.06710955177755, 41.880280398166555 ], [ -112.06728463694344, 41.880662455697923 ], [ -112.06747552114523, 41.880907464497405 ], [ -112.06765692024823, 41.881306575412019 ], [ -112.06777597082917, 41.881580172247141 ], [ -112.0679735747313, 41.881866548416639 ], [ -112.06816847539434, 41.882062882571866 ], [ -112.06853756944271, 41.882442232531936 ], [ -112.06881953309151, 41.882727822164782 ], [ -112.06904629587116, 41.882955381594577 ], [ -112.06958960529759, 41.883373636105063 ], [ -112.07002733512215, 41.883603731651348 ], [ -112.07034463601839, 41.883839451443151 ], [ -112.07070036204152, 41.884210812878017 ], [ -112.07115276984985, 41.884597483371472 ], [ -112.07148393645497, 41.884941150710219 ], [ -112.07159088526937, 41.885138299557227 ], [ -112.07166198066483, 41.885497903041149 ], [ -112.07180967793674, 41.885753214742763 ], [ -112.0720990521081, 41.886047733597259 ], [ -112.07227567593458, 41.886158667831772 ], [ -112.07309779145105, 41.886308604745359 ], [ -112.07336382178801, 41.886360158373883 ], [ -112.07358202472282, 41.886434675230724 ], [ -112.07375383298627, 41.886617705570551 ], [ -112.07389883228682, 41.88699913313333 ], [ -112.07409776281673, 41.887362042688878 ], [ -112.0743318691388, 41.887666079421315 ], [ -112.07447912723093, 41.887822318304551 ], [ -112.07469372581861, 41.888040973449002 ], [ -112.07483646698701, 41.888215267471843 ], [ -112.07491436501263, 41.888619838370268 ], [ -112.07506926387887, 41.889519054986472 ], [ -112.07525270202588, 41.89010727404672 ], [ -112.07540366897847, 41.890484140231138 ], [ -112.07575043181963, 41.891035702677826 ], [ -112.07590318705826, 41.891231517440822 ], [ -112.07618521844182, 41.89144503445219 ], [ -112.07693285355488, 41.891820808182274 ], [ -112.07751635953798, 41.892184607287021 ], [ -112.07794423948434, 41.892468804496133 ], [ -112.07833491898749, 41.892834409389422 ], [ -112.07883515746954, 41.893478190074902 ], [ -112.07915000045296, 41.893921061194419 ], [ -112.07929285059278, 41.8941719050164 ], [ -112.07938741534646, 41.894418699222243 ], [ -112.07941614581404, 41.894693132203727 ], [ -112.07936353987894, 41.895148462896721 ], [ -112.07928436434558, 41.895815699687311 ], [ -112.07938979447511, 41.896063292354413 ], [ -112.07994338275427, 41.896651625668326 ], [ -112.08026804108538, 41.896960201976412 ], [ -112.08079595378393, 41.897526255974682 ], [ -112.08095712642053, 41.897790435053913 ], [ -112.08103316749568, 41.898010382151568 ], [ -112.0810872289108, 41.898356629253612 ], [ -112.08116258754734, 41.898536052737761 ], [ -112.0812921872534, 41.898714965392401 ], [ -112.08147616523665, 41.898901471725885 ], [ -112.08195174008918, 41.899222131566404 ], [ -112.08272687809435, 41.899791250571575 ], [ -112.0830442302512, 41.900022430516437 ], [ -112.08327026823285, 41.900200431200339 ], [ -112.08350446584804, 41.900504447497617 ], [ -112.08387162796075, 41.901185487402714 ], [ -112.08397781819821, 41.901405147793398 ], [ -112.08416998691986, 41.90171856606301 ], [ -112.08435407341516, 41.901910470612449 ], [ -112.08464237366715, 41.902204966884582 ], [ -112.08485102864252, 41.902423658463263 ], [ -112.08516679683143, 41.902916040009664 ], [ -112.08545586808896, 41.903255560095353 ], [ -112.08565751043889, 41.903415773274219 ], [ -112.08571123613005, 41.903455795166209 ], [ -112.08593155632622, 41.903579804675786 ], [ -112.08616890616371, 41.903712659306741 ], [ -112.0865840237135, 41.90401946082082 ], [ -112.08721109224993, 41.904382797260396 ], [ -112.08751001948883, 41.904591622449409 ], [ -112.08800182216105, 41.904798619394221 ], [ -112.08829823027649, 41.904858856832476 ], [ -112.0887930044768, 41.904885689427481 ], [ -112.08918730480454, 41.905030559326079 ], [ -112.08950440000521, 41.905243710253451 ], [ -112.09003909483826, 41.9054908212889 ], [ -112.090227704946, 41.905592606913281 ], [ -112.09059202917479, 41.905746763209336 ], [ -112.09095528186286, 41.905837882065249 ], [ -112.09143846990247, 41.905891833226462 ], [ -112.09181416298073, 41.906005347693863 ], [ -112.0920032378001, 41.906134145870901 ], [ -112.09245632912832, 41.906544141069539 ], [ -112.09290835103523, 41.90689109817594 ], [ -112.09310925520644, 41.907006271951659 ], [ -112.09378153519022, 41.907189009056708 ], [ -112.09471718368881, 41.907261151899952 ], [ -112.09560476796617, 41.907342752380103 ], [ -112.09590776126184, 41.907434430477643 ], [ -112.09616871672321, 41.907535515741785 ], [ -112.09636321589504, 41.907628228358305 ], [ -112.09666875487498, 41.907868489555582 ], [ -112.0970283131672, 41.908094723869354 ], [ -112.09743455237174, 41.908230444570044 ], [ -112.09775571237937, 41.908326447437908 ], [ -112.09799866864265, 41.9084322039105 ], [ -112.09825994013198, 41.908551294624537 ], [ -112.09865374343187, 41.908664613362625 ], [ -112.09892096748305, 41.90877914228988 ], [ -112.09923177663555, 41.908974312996413 ], [ -112.0995372554637, 41.90921006372497 ], [ -112.09977619985982, 41.909432940993533 ], [ -112.10009922486583, 41.909636998935554 ], [ -112.10064017899724, 41.909893006880857 ], [ -112.10119805983047, 41.910081300215069 ], [ -112.10203986931063, 41.910302892502003 ], [ -112.1028316018284, 41.91041688008476 ], [ -112.10332719919371, 41.910488675113697 ], [ -112.10344180495298, 41.910492077084321 ], [ -112.10370726087625, 41.910503035596051 ], [ -112.10431614631131, 41.910501684294395 ], [ -112.10471004958423, 41.91061948451496 ], [ -112.10515435170494, 41.91086289103049 ], [ -112.10539355475575, 41.911099263929415 ], [ -112.10575720297162, 41.911559603494197 ], [ -112.10616789819859, 41.911951038281117 ], [ -112.10667507706968, 41.912343342962032 ], [ -112.10694684320313, 41.912719001300047 ], [ -112.10718353384736, 41.913158043544648 ], [ -112.10735877940014, 41.913530128241639 ], [ -112.10744889298344, 41.913790451063711 ], [ -112.10757824798878, 41.914018872100648 ], [ -112.10783139711612, 41.914363184632904 ], [ -112.10819687338945, 41.914927074591503 ], [ -112.10843230570461, 41.915640828001166 ], [ -112.10864175964876, 41.916246752295315 ], [ -112.10880787624826, 41.916438790401294 ], [ -112.10917261806331, 41.916610896387773 ], [ -112.10936692946635, 41.916690078611659 ], [ -112.11005611458765, 41.916796000193813 ], [ -112.11056961983857, 41.916854080681219 ], [ -112.11103585172512, 41.916967556670116 ], [ -112.1112478454409, 41.917023147395 ], [ -112.11144851716173, 41.917121178408557 ], [ -112.11173480652594, 41.917288631658259 ], [ -112.11218614824855, 41.917585982017634 ], [ -112.11243659927173, 41.917772694530626 ], [ -112.11279525155055, 41.917940344621258 ], [ -112.11302621178584, 41.918046185236037 ], [ -112.11344695255201, 41.918316807386681 ], [ -112.11366170865043, 41.918530883173929 ], [ -112.11392535216621, 41.918712961121635 ], [ -112.11416967498613, 41.918962775515048 ], [ -112.11454935375923, 41.919229288715243 ], [ -112.1148657893343, 41.919464891631378 ], [ -112.11499106510233, 41.919733873351376 ], [ -112.11527496925088, 41.920109393437848 ], [ -112.11571132039187, 41.920582504145621 ], [ -112.11592123985406, 41.920864172131054 ], [ -112.11603344527715, 41.921074736734127 ], [ -112.11615817988658, 41.92131219923143 ], [ -112.11637201330366, 41.921472239136797 ], [ -112.11662186370324, 41.921622921753389 ], [ -112.11672334990871, 41.921910146029504 ], [ -112.11682358064964, 41.922125329584759 ], [ -112.11706137690877, 41.922276128473442 ], [ -112.11749820639815, 41.922429493104595 ], [ -112.11789057954601, 41.922799447382474 ], [ -112.11820966618177, 41.923116074469014 ], [ -112.11836392876144, 41.92331722046481 ], [ -112.11842117789895, 41.923487788218267 ], [ -112.11839488625985, 41.923708706047471 ], [ -112.11832154170634, 41.92399763168995 ], [ -112.118410194939, 41.924239946332435 ], [ -112.11859531424234, 41.924481321081878 ], [ -112.1190321922668, 41.924981433349814 ], [ -112.11925967758989, 41.925231400649309 ], [ -112.11940791950464, 41.925432603843745 ], [ -112.11953854713543, 41.925660998389397 ], [ -112.11969932179517, 41.925889098770156 ], [ -112.12007948873193, 41.926317707184552 ], [ -112.12059715990598, 41.926884574512208 ], [ -112.12100837612024, 41.927294863504287 ], [ -112.12125053831974, 41.927693292212957 ], [ -112.12144726411566, 41.927907529043011 ], [ -112.12174014644826, 41.928102812894885 ], [ -112.12195354322667, 41.928235826620508 ], [ -112.12211401742586, 41.928445913236146 ], [ -112.12239910780967, 41.928884449505809 ], [ -112.12266284745628, 41.929480809138717 ], [ -112.1228048155278, 41.93001080962879 ], [ -112.12279852092568, 41.930339611697157 ], [ -112.12251614088288, 41.930744066795 ], [ -112.12248342074626, 41.930941630988087 ], [ -112.12250957637973, 41.931057560249933 ], [ -112.12254147759366, 41.931157221468105 ], [ -112.12267197052972, 41.931376606902838 ], [ -112.12273698999296, 41.931645268044846 ], [ -112.12287018564184, 41.932018639432641 ], [ -112.12308644170547, 41.932313741512246 ], [ -112.12323384337944, 41.932465411456384 ], [ -112.12337181429825, 41.932698232751697 ], [ -112.12362557737342, 41.933137072121845 ], [ -112.12395027870124, 41.933768857987204 ], [ -112.12412512666336, 41.934109396282658 ], [ -112.12419722906145, 41.934437430544989 ], [ -112.12414895278209, 41.934779252718862 ], [ -112.12407801062554, 41.935204157325622 ], [ -112.1240252212169, 41.935632486768831 ], [ -112.1240051121838, 41.936204601487702 ], [ -112.12402921209868, 41.936546615558335 ], [ -112.12405323323685, 41.93688412708557 ], [ -112.12416333925036, 41.937315364764039 ], [ -112.12435152462631, 41.937727824506638 ], [ -112.12448360030157, 41.938104807186882 ], [ -112.12450264206733, 41.938433360719394 ], [ -112.124417881753, 41.938758427634824 ], [ -112.1243448651087, 41.939065366310864 ], [ -112.12428978103053, 41.939363122739472 ], [ -112.12426340609761, 41.939921788642778 ], [ -112.12431232457439, 41.940646338750128 ], [ -112.12436531574831, 41.940916016964785 ], [ -112.12451519334282, 41.94120726260909 ], [ -112.1249386056065, 41.941618317449141 ], [ -112.12508038279805, 41.941791655606032 ], [ -112.12497634184814, 41.942049362422992 ], [ -112.12488920511936, 41.942239354227837 ], [ -112.12489856010338, 41.942428400538283 ], [ -112.12500170146025, 41.942805665800378 ], [ -112.12522490654365, 41.943150231238434 ], [ -112.12551056095582, 41.943615772664906 ], [ -112.12578646552319, 41.943869754609423 ], [ -112.12585081472186, 41.94409879103921 ], [ -112.12600508972551, 41.944296323129414 ], [ -112.12616679133929, 41.944573039936785 ], [ -112.12626105982532, 41.944788272757535 ], [ -112.12642246262712, 41.945047879633108 ], [ -112.12664512842773, 41.945360924456317 ], [ -112.12678217215884, 41.945607259997672 ], [ -112.12688192029833, 41.945790915505057 ], [ -112.12702839431407, 41.945956099088704 ], [ -112.12715212597681, 41.946062963105064 ], [ -112.12733942330111, 41.946080037821048 ], [ -112.12762697995748, 41.94603578352158 ], [ -112.12782967271961, 41.946173394168518 ], [ -112.12792744166508, 41.946586735538297 ], [ -112.12801759312283, 41.946910086019301 ], [ -112.12813694889391, 41.947179110058705 ], [ -112.12836437550072, 41.947419151466804 ], [ -112.12859770799498, 41.947651929102243 ], [ -112.12887523129241, 41.947995953068535 ], [ -112.12901387851278, 41.948332335632507 ], [ -112.12907695833805, 41.948556879247441 ], [ -112.12912032823508, 41.948895099317447 ], [ -112.12903080281106, 41.9492913677228 ], [ -112.12888318114926, 41.949540499782728 ], [ -112.12869202299382, 41.949920654775624 ], [ -112.12857463443741, 41.950105542615745 ], [ -112.12870520503411, 41.950394270074547 ], [ -112.12887932963564, 41.950621324510934 ], [ -112.12910116749053, 41.950817287116642 ], [ -112.12942765188726, 41.950926657523802 ], [ -112.12953074481143, 41.95095716617756 ], [ -112.12968851942445, 41.951009653048466 ], [ -112.13003581796593, 41.951204379168516 ], [ -112.13027566358208, 41.951463208093479 ], [ -112.13050513163672, 41.951749158357813 ], [ -112.13080703631594, 41.952173996229092 ], [ -112.13099308112828, 41.952460373192721 ], [ -112.131313975518, 41.952867009474105 ], [ -112.13153581700124, 41.95313051636527 ], [ -112.13185124415109, 41.953568727898826 ], [ -112.13214563158499, 41.953840524838469 ], [ -112.13222763164261, 41.954042363507803 ], [ -112.13221929775419, 41.954253198968374 ], [ -112.13216226247906, 41.954439296391485 ], [ -112.13221617604623, 41.95475849717279 ], [ -112.13261757823236, 41.955281420686454 ], [ -112.13288025086725, 41.955805711859234 ], [ -112.13301162870906, 41.956070108425855 ], [ -112.13314093370151, 41.956217440186045 ], [ -112.13345263729678, 41.956444029956224 ], [ -112.13364242448145, 41.956599770500944 ], [ -112.13369966610198, 41.956765826312946 ], [ -112.13378239332465, 41.957008186023003 ], [ -112.13385773210089, 41.957174063008232 ], [ -112.13402103401306, 41.957537215010163 ], [ -112.13400780727281, 41.957812045258059 ], [ -112.13391560278421, 41.95805613272158 ], [ -112.13394008575709, 41.958416152611541 ], [ -112.1340165443777, 41.958645064184246 ], [ -112.13417937203776, 41.958981200919325 ], [ -112.13438752115076, 41.959151169195195 ], [ -112.13445481911587, 41.959203642754154 ], [ -112.13468049154078, 41.959341013769425 ], [ -112.13487471681285, 41.959474191953468 ], [ -112.13515868598459, 41.959768600143832 ], [ -112.13534952643852, 41.959982869840005 ], [ -112.13555942481455, 41.960250989927509 ], [ -112.13571445723299, 41.960487228891523 ], [ -112.13609237069556, 41.961042795510252 ], [ -112.13619425034646, 41.9613435062222 ], [ -112.1363684415911, 41.961638997766784 ], [ -112.1365405698884, 41.961818325129201 ], [ -112.13701733845363, 41.962163958146022 ], [ -112.13728821796782, 41.962467497065951 ], [ -112.13742638165516, 41.962772350386558 ], [ -112.13740294560061, 41.963150857055695 ], [ -112.13739045355544, 41.963466209526239 ], [ -112.13751848191157, 41.96381169249959 ], [ -112.1378457680914, 41.963961559981563 ], [ -112.13808385078046, 41.964116814191804 ], [ -112.13829780344271, 41.9642723071753 ], [ -112.13872074052064, 41.964304138714354 ], [ -112.1397980426683, 41.964149342729932 ], [ -112.14040059791287, 41.96410282898929 ], [ -112.14086969221991, 41.964016208495167 ], [ -112.14139222810378, 41.963881320115327 ], [ -112.14219088434531, 41.963666226165749 ], [ -112.14242406931199, 41.963546820862369 ], [ -112.14255606504908, 41.963504977789825 ], [ -112.14265234709609, 41.963490509656062 ], [ -112.14278643469673, 41.963565730414516 ], [ -112.14283308960272, 41.963812945580884 ], [ -112.14293548776878, 41.96407311552958 ], [ -112.14300241228761, 41.964171521030302 ], [ -112.14310159289892, 41.964319141214986 ], [ -112.14325201498725, 41.964632871814295 ], [ -112.14335473827974, 41.964911051167562 ], [ -112.14344411085118, 41.965252409103634 ], [ -112.14355150130046, 41.965521535229868 ], [ -112.14367031424767, 41.96575452132825 ], [ -112.14389241311162, 41.96602700749839 ], [ -112.14405345906785, 41.966259572326294 ], [ -112.14423992741936, 41.966563935730996 ], [ -112.14442254051646, 41.966989925354049 ], [ -112.14456026466873, 41.967267754554065 ], [ -112.14503134208123, 41.967627820943967 ], [ -112.14562936257863, 41.968000128338218 ], [ -112.14584881476331, 41.968124029348047 ], [ -112.14608620583127, 41.968238744310597 ], [ -112.14642591930834, 41.968338927155123 ], [ -112.14693335100741, 41.968369884461318 ], [ -112.14765975521522, 41.968497722275039 ], [ -112.14801121540937, 41.96857976992748 ], [ -112.14810879743131, 41.96863733639313 ], [ -112.14838393019679, 41.968837231057279 ], [ -112.1490342645711, 41.969163964592013 ], [ -112.14931429504401, 41.969233213413965 ], [ -112.14943869980046, 41.969440018431492 ], [ -112.14944472450371, 41.969506606359303 ], [ -112.14947224999271, 41.969627918766385 ], [ -112.14962817493229, 41.969842513798589 ], [ -112.14982744372708, 41.969917073399635 ], [ -112.15040425343516, 41.970113940978393 ], [ -112.15051390659148, 41.970171384400253 ], [ -112.15070899910245, 41.970282010395508 ], [ -112.15087700568579, 41.970564031473806 ], [ -112.1508467224939, 41.970893073006891 ], [ -112.15071338452825, 41.971196128065088 ], [ -112.15061086090526, 41.971534900162951 ], [ -112.15067294232863, 41.971966590691224 ], [ -112.15074032872279, 41.972357698650193 ], [ -112.1508007907961, 41.972699340124407 ], [ -112.15091199829165, 41.972909878306908 ], [ -112.15100108019921, 41.973098121939181 ], [ -112.15105461897103, 41.973390296822501 ], [ -112.15115756270082, 41.973745021824705 ], [ -112.151230014774, 41.974082039487804 ], [ -112.15134357808097, 41.974423148003901 ], [ -112.15161610934648, 41.974744648648901 ], [ -112.15183843610572, 41.975026123098303 ], [ -112.15197500941001, 41.9752373062706 ], [ -112.15218877339088, 41.975378364371345 ], [ -112.15227159606891, 41.975620708812052 ], [ -112.15210343202887, 41.97600067017131 ], [ -112.15190607023472, 41.976434963323314 ], [ -112.15192300688227, 41.976704988643057 ], [ -112.15192378936588, 41.977083254161016 ], [ -112.15214961595059, 41.977558332672487 ], [ -112.1522807950052, 41.97780469489684 ], [ -112.15263382993405, 41.978305514882926 ], [ -112.15325757227012, 41.97909182247249 ], [ -112.15345505361985, 41.979333013874779 ], [ -112.15360424656313, 41.979573789574701 ], [ -112.15372362714628, 41.979834679021309 ], [ -112.15381900551645, 41.980036366674092 ], [ -112.1538042481414, 41.980288697101088 ], [ -112.15372978555276, 41.980510104867427 ], [ -112.15371052544255, 41.980780493524954 ], [ -112.15373318046785, 41.981032447881148 ], [ -112.15379823885523, 41.981292982509601 ], [ -112.15392102202837, 41.981742073334431 ], [ -112.15408399817555, 41.982411419139808 ], [ -112.15407508343809, 41.982920375983575 ], [ -112.15415187248266, 41.983496019820855 ], [ -112.15410162732378, 41.983721687461149 ], [ -112.15397823458331, 41.983907561228222 ], [ -112.15381251740027, 41.984089357055524 ], [ -112.15378232578873, 41.984422900923633 ], [ -112.15378141306533, 41.984706614740738 ], [ -112.15384125407189, 41.985012234097262 ], [ -112.15401575590326, 41.985316700704296 ], [ -112.1542285828053, 41.985737866086808 ], [ -112.15448438854897, 41.986199127998212 ], [ -112.15480495407996, 41.986569672861528 ], [ -112.15524132618678, 41.987002096781993 ], [ -112.15547529391408, 41.987256426829838 ], [ -112.15557633169934, 41.987503088218602 ], [ -112.15566188780983, 41.987894909883707 ], [ -112.15574529474952, 41.988167867423108 ], [ -112.15584666092172, 41.988432538203853 ], [ -112.15610730242037, 41.988826198870171 ], [ -112.15635114576047, 41.989292080047939 ], [ -112.15659342828977, 41.989604866095171 ], [ -112.15682436109857, 41.989824098524423 ], [ -112.1574189571277, 41.990258521700248 ], [ -112.15760335839956, 41.990441295121428 ], [ -112.15776419095711, 41.990655828667499 ], [ -112.15776867892221, 41.990903461760666 ], [ -112.15776802925868, 41.991200682333265 ], [ -112.15787462809807, 41.991420265952378 ], [ -112.15804573909868, 41.991535624046286 ], [ -112.15842939389864, 41.991720888890455 ], [ -112.15905202445657, 41.992101882207592 ], [ -112.15941383211378, 41.992413455093995 ], [ -112.15966430809058, 41.992577544707721 ], [ -112.15984146084325, 41.992692839045453 ], [ -112.16026623094639, 41.992814636845473 ], [ -112.16078087989983, 41.992899498242608 ], [ -112.16137644691632, 41.99311863583987 ], [ -112.16179046194937, 41.993312588640677 ], [ -112.16206336939396, 41.993381877879003 ], [ -112.16229940901272, 41.993415513878681 ], [ -112.16266741030248, 41.99340278038418 ], [ -112.16318075514199, 41.993415592360016 ], [ -112.16327756902443, 41.993428120946859 ], [ -112.16359272700286, 41.993496978339472 ], [ -112.16393375055141, 41.993660140615241 ], [ -112.1643398912768, 41.994083829230405 ], [ -112.1644785833808, 41.994406655485001 ], [ -112.16453823931141, 41.994698760782001 ], [ -112.16463312450963, 41.994936469720358 ], [ -112.16473868598956, 41.995097515178905 ], [ -112.16514685252083, 41.995300521573235 ], [ -112.16581808986524, 41.995694494062256 ], [ -112.16610752201046, 41.996006780612404 ], [ -112.16600803798329, 41.996178914292656 ], [ -112.16576981300388, 41.996356960322046 ], [ -112.1653008304188, 41.996460793792423 ], [ -112.16485093901575, 41.996618470451267 ], [ -112.16434943174322, 41.996925275784221 ], [ -112.16393143694599, 41.997177193250749 ], [ -112.15822755272998, 41.997234891591354 ], [ -112.12582048861093, 41.997543818178301 ], [ -112.10938363553102, 41.99765432403877 ] ], [ [ -111.85044310510993, 41.792793158065919 ], [ -111.85065803219317, 41.789932781994892 ], [ -111.85068480739251, 41.789591222756009 ], [ -111.85349219133985, 41.788564329919993 ], [ -111.85519648447412, 41.787942789415538 ], [ -111.85665682429484, 41.787892278360374 ], [ -111.85802892562182, 41.788535037380193 ], [ -111.86248811510112, 41.790621864642169 ], [ -111.86249861094626, 41.791225246843297 ], [ -111.86343275896247, 41.791240746523044 ], [ -111.86424551647143, 41.791895739667446 ], [ -111.86424907904168, 41.792071346996906 ], [ -111.86728782276046, 41.792055650579954 ], [ -111.86727918169765, 41.791236089896138 ], [ -111.86738494808419, 41.791225383768776 ], [ -111.86736707597619, 41.789899705991445 ], [ -111.86247512499992, 41.787677611987199 ], [ -111.86243588129514, 41.785288379358541 ], [ -111.86590151457381, 41.784020259021148 ], [ -111.86777508439698, 41.784011525715073 ], [ -111.86778236674184, 41.783837637727864 ], [ -111.86718183785993, 41.783834967003571 ], [ -111.86586251539454, 41.781568876900458 ], [ -111.86122352690741, 41.783361893719643 ], [ -111.86106826980229, 41.783360355481719 ], [ -111.86106280952087, 41.783491897040719 ], [ -111.855932797356, 41.783403236906238 ], [ -111.85630066999185, 41.778220628410793 ], [ -111.85632771092048, 41.777901582514815 ], [ -111.85359558677823, 41.777850760856957 ], [ -111.85358976066379, 41.776413302224384 ], [ -111.85358840484005, 41.775766616456451 ], [ -111.85361944956641, 41.775113385037876 ], [ -111.85364894873608, 41.772801092267343 ], [ -111.85367918472808, 41.770816644782393 ], [ -111.85373183223186, 41.769070713374269 ], [ -111.85614806275633, 41.769098667762883 ], [ -111.85831146084745, 41.769113148769705 ], [ -111.85835004088098, 41.768216672385613 ], [ -111.85612165204749, 41.768198172914069 ], [ -111.85616957707558, 41.765468719183005 ], [ -111.85836190357952, 41.765496494277926 ], [ -111.8587661500566, 41.765407907532847 ], [ -111.86351632171979, 41.765447960322682 ], [ -111.8634694196294, 41.767064153991349 ], [ -111.86650659254069, 41.767108838607065 ], [ -111.86656581034893, 41.761764586141375 ], [ -111.86557911564849, 41.761745904172336 ], [ -111.86384778399734, 41.760741152551873 ], [ -111.86389568836248, 41.758124279557244 ], [ -111.86142968905341, 41.758122079878312 ], [ -111.86144523314228, 41.757035727302586 ], [ -111.86154991795742, 41.752451312312949 ], [ -111.86231264956881, 41.752462703415098 ], [ -111.86397525572542, 41.752487141288732 ], [ -111.86396832513091, 41.750714627469513 ], [ -111.86392334609803, 41.750499699772597 ], [ -111.86392791236064, 41.750212343966282 ], [ -111.86398470557546, 41.746823504015403 ], [ -111.86898528255435, 41.746893875176426 ], [ -111.86906228629239, 41.745112619137075 ], [ -111.87409366860521, 41.745158216422489 ], [ -111.87415195616137, 41.743514905454433 ], [ -111.87924927562487, 41.744083079205453 ], [ -111.87913406682003, 41.749654755551497 ], [ -111.9018916649508, 41.74959095227095 ], [ -111.9018580395331, 41.739797969530557 ], [ -111.90185724691339, 41.739311600525063 ], [ -111.88905332948693, 41.736240940136291 ], [ -111.8881218342258, 41.736098628502646 ], [ -111.87974833806432, 41.7359748016368 ], [ -111.87997249877785, 41.726408586110693 ], [ -111.87480860640551, 41.726413790561502 ], [ -111.87479846329734, 41.724602564539389 ], [ -111.87252744437788, 41.724609924324838 ], [ -111.87252691240438, 41.724659466753408 ], [ -111.87128348544714, 41.724640079666017 ], [ -111.86992822132642, 41.724618823786258 ], [ -111.86496341930241, 41.724577043048036 ], [ -111.86503705071198, 41.722716546676033 ], [ -111.86955457812687, 41.722766213679485 ], [ -111.87003315922318, 41.722772498661563 ], [ -111.87126439488718, 41.722782084119586 ], [ -111.87131179870526, 41.720951505438961 ], [ -111.87534820633482, 41.720992883035123 ], [ -111.87545917056957, 41.718805141390831 ], [ -111.87545873051629, 41.718772719586774 ], [ -111.87549953143983, 41.717084498928607 ], [ -111.87550529718339, 41.716800734787761 ], [ -111.87210987895038, 41.716847271079267 ], [ -111.87183223706155, 41.71685117934728 ], [ -111.87120604620519, 41.71686043219389 ], [ -111.87041035825033, 41.716870064970259 ], [ -111.87025170385733, 41.716872167344647 ], [ -111.87028731217903, 41.716571064107256 ], [ -111.87006965051052, 41.716565506828239 ], [ -111.8701038436096, 41.715179071546324 ], [ -111.86782847967385, 41.71519627839298 ], [ -111.86783493738952, 41.715676302469326 ], [ -111.86508716895831, 41.715697021879201 ], [ -111.86507580678089, 41.71789751603626 ], [ -111.86506179192645, 41.718286723597679 ], [ -111.86500589892289, 41.718511418454092 ], [ -111.86495746986097, 41.720637432579558 ], [ -111.86495281212044, 41.720738345906099 ], [ -111.86484699170062, 41.720736440321055 ], [ -111.86262857499932, 41.720711683779022 ], [ -111.86268318966701, 41.718233450679826 ], [ -111.86013553423894, 41.718213819248838 ], [ -111.86030812484053, 41.713397386724459 ], [ -111.860322512785, 41.710059283678909 ], [ -111.86043543704383, 41.709423444248607 ], [ -111.86062998214828, 41.708238466592057 ], [ -111.86061586451791, 41.706098506757414 ], [ -111.86109350440954, 41.706223728842247 ], [ -111.86138607655872, 41.706261166943001 ], [ -111.86164678827792, 41.706252907444046 ], [ -111.86208584978939, 41.706189267429394 ], [ -111.86261491667828, 41.706205112527954 ], [ -111.8629429566725, 41.70628821616549 ], [ -111.86314257359615, 41.706474963477241 ], [ -111.86350943034635, 41.706764034446465 ], [ -111.86381398768481, 41.70706798376964 ], [ -111.86407591238688, 41.707239849816396 ], [ -111.86442154536094, 41.707379561067036 ], [ -111.86514543962923, 41.70794065412619 ], [ -111.86535562518378, 41.708018333160268 ], [ -111.86562981747117, 41.708028877810122 ], [ -111.8659219047336, 41.708029379250767 ], [ -111.86599580336491, 41.707982886624862 ], [ -111.86603598953427, 41.707932144527277 ], [ -111.8659643723237, 41.707790373532362 ], [ -111.8659913553864, 41.707651462270192 ], [ -111.86625467399139, 41.707568414497004 ], [ -111.86639308931173, 41.707403443438174 ], [ -111.86653121366894, 41.707216857583695 ], [ -111.86678103132012, 41.707113194291047 ], [ -111.8671244303823, 41.707086284602568 ], [ -111.86782028676969, 41.706544213876228 ], [ -111.86842979453996, 41.70601720271862 ], [ -111.86891555849034, 41.705227218650926 ], [ -111.86953838394081, 41.705154954886453 ], [ -111.86953736541912, 41.704900964889447 ], [ -111.86952489220076, 41.703707630195922 ], [ -111.86952230380004, 41.701999019201473 ], [ -111.86950133367247, 41.701066951701094 ], [ -111.86947452569152, 41.700147538043723 ], [ -111.86952604140997, 41.700135439129177 ], [ -111.87173609064737, 41.70012680148438 ], [ -111.87188391276544, 41.700126580727023 ], [ -111.87196451229592, 41.700132274087309 ], [ -111.87190573287099, 41.696759591006064 ], [ -111.87181426194721, 41.696749476557507 ], [ -111.8712268645707, 41.696769243274431 ], [ -111.87108270367158, 41.69677303822796 ], [ -111.87092151315797, 41.696761650125225 ], [ -111.87075793155725, 41.696751180616481 ], [ -111.87055380989074, 41.696764436253964 ], [ -111.87043182504198, 41.696808593998192 ], [ -111.87031639467223, 41.696893233577036 ], [ -111.87021628190421, 41.696955239489085 ], [ -111.87012317246213, 41.69700188034728 ], [ -111.86997214091764, 41.697030945595465 ], [ -111.86980161584601, 41.697040342742376 ], [ -111.86966512520401, 41.697078304549592 ], [ -111.86951832905909, 41.697154173668146 ], [ -111.86938739666185, 41.697247936630369 ], [ -111.86916318452388, 41.697286561453886 ], [ -111.86903829728449, 41.697293810877163 ], [ -111.86875351713451, 41.697296864830136 ], [ -111.86855742919636, 41.697282134418671 ], [ -111.86849125334837, 41.697276329650656 ], [ -111.86828168080743, 41.697241885227619 ], [ -111.86812795383008, 41.697249351563705 ], [ -111.86757327903175, 41.697468808319854 ], [ -111.86735341176468, 41.697473170124582 ], [ -111.86719413941709, 41.697425734226066 ], [ -111.867066259571, 41.697299700145628 ], [ -111.86704534771427, 41.696458601885773 ], [ -111.86614647237302, 41.696461777545082 ], [ -111.86613245822298, 41.696581676600793 ], [ -111.86592832952368, 41.696504853826788 ], [ -111.86503494908816, 41.695752289928976 ], [ -111.86490652876354, 41.69549565557616 ], [ -111.86499652127513, 41.695126590824628 ], [ -111.86505697619819, 41.695154057543071 ], [ -111.86485687490446, 41.694570106855082 ], [ -111.86459963477326, 41.694564836898984 ], [ -111.86433233567908, 41.694526316018909 ], [ -111.86415204273877, 41.694433998818155 ], [ -111.86377484592524, 41.694714251092158 ], [ -111.86329683346136, 41.695094336829065 ], [ -111.86220288082234, 41.695876253385656 ], [ -111.86217642733079, 41.692725793003824 ], [ -111.86033799715383, 41.692737769679496 ], [ -111.86029166612501, 41.697196595788427 ], [ -111.86029094321231, 41.69732269955432 ], [ -111.85818721295132, 41.698812879186562 ], [ -111.85818601981211, 41.69863274762448 ], [ -111.85586501070182, 41.700148825970579 ], [ -111.85631157482811, 41.700200442029448 ], [ -111.85227088182909, 41.703193790636085 ], [ -111.85196387354914, 41.702971792413123 ], [ -111.85188258249786, 41.702913849445466 ], [ -111.85039947604223, 41.701820573754716 ], [ -111.8503081434026, 41.701821249602808 ], [ -111.85017470573857, 41.701727663169621 ], [ -111.84967680186837, 41.701245867259296 ], [ -111.84940119177909, 41.700942566715739 ], [ -111.84905880745478, 41.70049654720416 ], [ -111.84890746584772, 41.700229255994181 ], [ -111.8489750677893, 41.701531172084266 ], [ -111.8492508860231, 41.703311623383911 ], [ -111.84908136488025, 41.703307471859006 ], [ -111.84898151106329, 41.70330010330045 ], [ -111.84889107006506, 41.703277353188845 ], [ -111.84880772131267, 41.703245543600417 ], [ -111.84866356162587, 41.703159240248993 ], [ -111.84590517805535, 41.702696802002038 ], [ -111.84546653454251, 41.702700030089879 ], [ -111.84480888780969, 41.702775121504629 ], [ -111.84480411467783, 41.702594115469061 ], [ -111.844091175312, 41.702668708549034 ], [ -111.84301455832838, 41.702781093107141 ], [ -111.84226919044644, 41.702857714182635 ], [ -111.83987886924834, 41.702782436895212 ], [ -111.83987164063113, 41.702873460652008 ], [ -111.83977589449132, 41.706506691331789 ], [ -111.83778629427619, 41.706477980269852 ], [ -111.83774161256545, 41.708961540145474 ], [ -111.83773390177754, 41.709478598906813 ], [ -111.83711729617526, 41.709480390348851 ], [ -111.83711834098227, 41.709838861835678 ], [ -111.8365173565515, 41.709840536264899 ], [ -111.8365364537764, 41.709273856135127 ], [ -111.83625039266755, 41.709275037547677 ], [ -111.83625138519496, 41.709444362173066 ], [ -111.83478493723739, 41.709444216227233 ], [ -111.83477063046685, 41.710103633508048 ], [ -111.83478913335607, 41.710325972296395 ], [ -111.83429133359036, 41.710313374927139 ], [ -111.8326082778192, 41.710295858943212 ], [ -111.83260807261172, 41.713353740456064 ], [ -111.83259589577153, 41.714366216301073 ], [ -111.8325566799078, 41.716729938463466 ], [ -111.83254993476098, 41.716952460300561 ], [ -111.83254169901399, 41.717338920365798 ], [ -111.8325424778176, 41.717399261635656 ], [ -111.83248299370756, 41.717633874642097 ], [ -111.83238354436084, 41.717752586804679 ], [ -111.83234580747416, 41.718088821300718 ], [ -111.83236230580337, 41.718156254298158 ], [ -111.83236591858139, 41.718249900934651 ], [ -111.83227326858209, 41.718429811340798 ], [ -111.83253015965337, 41.719332253155407 ], [ -111.83508500339666, 41.719347040228747 ], [ -111.83502483244904, 41.721013771925328 ], [ -111.83497823008186, 41.721035727363969 ], [ -111.8340401188678, 41.721471273378945 ], [ -111.8340055952288, 41.721497644246952 ], [ -111.83247545216317, 41.72263821715832 ], [ -111.83238663339402, 41.722649668994393 ], [ -111.83201579988655, 41.7227009925058 ], [ -111.83173777454239, 41.722957002528481 ], [ -111.8315583525418, 41.723121327702273 ], [ -111.83135680222854, 41.723434428079919 ], [ -111.83115268151914, 41.723921381634568 ], [ -111.83096484492599, 41.724179439443276 ], [ -111.83078206186413, 41.724269930355291 ], [ -111.83051245519111, 41.724340332472067 ], [ -111.83047398572198, 41.724340610515362 ], [ -111.83024796598517, 41.724341343144296 ], [ -111.82992095227294, 41.724341904118347 ], [ -111.82967553555402, 41.724330165928542 ], [ -111.82931770552538, 41.724365174260576 ], [ -111.82895910125849, 41.724433512934425 ], [ -111.82852059848096, 41.724552865777888 ], [ -111.82840714380228, 41.724612229230644 ], [ -111.82757880894667, 41.724802841446376 ], [ -111.82578374857981, 41.725081462216409 ], [ -111.82570026728354, 41.725040629975744 ], [ -111.82563354749449, 41.724994273042604 ], [ -111.8255564347383, 41.724981316611284 ], [ -111.82492148951604, 41.724876892131135 ], [ -111.82475942522633, 41.724896069485986 ], [ -111.82443904580769, 41.724851532279949 ], [ -111.82391630308966, 41.724683248184206 ], [ -111.82316251357595, 41.724686849284595 ], [ -111.82245440296276, 41.724878364649733 ], [ -111.82240771306382, 41.724894010719638 ], [ -111.82230617055684, 41.724945176602795 ], [ -111.82155833637718, 41.725133367920215 ], [ -111.82079713040409, 41.72568823448286 ], [ -111.81992629178866, 41.725753897974016 ], [ -111.81969445009169, 41.725864536699063 ], [ -111.81951825195948, 41.726096372501907 ], [ -111.81948911240224, 41.726168636260574 ], [ -111.81947049509792, 41.7262174067912 ], [ -111.81945303419705, 41.726262566274819 ], [ -111.81937856460063, 41.726457648353687 ], [ -111.81930025905433, 41.726634743747944 ], [ -111.81897299835397, 41.727090128378613 ], [ -111.81892086674885, 41.727150846767536 ], [ -111.8185416302866, 41.727584983783082 ], [ -111.81843646231458, 41.727635271363781 ], [ -111.81799067265331, 41.727657360441292 ], [ -111.81776980377859, 41.727685953543123 ], [ -111.81755200473117, 41.727672191525954 ], [ -111.81728367392397, 41.727750659824189 ], [ -111.81716989497868, 41.727785695611033 ], [ -111.81692316932447, 41.727861307317681 ], [ -111.81678504416058, 41.727967671032154 ], [ -111.81659573527044, 41.728114929794963 ], [ -111.81642269332569, 41.728312511803765 ], [ -111.81634435967101, 41.728393230563121 ], [ -111.81602438999025, 41.728381992888856 ], [ -111.81574893785702, 41.728373140380228 ], [ -111.81533274276516, 41.728358981086991 ], [ -111.8149069184479, 41.728343987878347 ], [ -111.81447639906411, 41.728338033360984 ], [ -111.81407338367454, 41.728320173285638 ], [ -111.81407215566796, 41.728222906494729 ], [ -111.81329871048754, 41.728101385043011 ], [ -111.81308582049813, 41.728000212005846 ], [ -111.81263962800465, 41.727895284607122 ], [ -111.81239924756338, 41.727902388601301 ], [ -111.81226904229877, 41.727874486739317 ], [ -111.81208778727172, 41.727898285385471 ], [ -111.811988001119, 41.727898990583981 ], [ -111.8117441725701, 41.727918727361732 ], [ -111.81135035803572, 41.727962940965249 ], [ -111.81097330641016, 41.728001630716186 ], [ -111.81096635187158, 41.728117869984459 ], [ -111.81096223382568, 41.728172841693215 ], [ -111.81031019388899, 41.728239590010936 ], [ -111.81005415995375, 41.728244998091078 ], [ -111.81000832437994, 41.728329086231192 ], [ -111.80907020278775, 41.728881519272655 ], [ -111.80900365606553, 41.729423307919426 ], [ -111.80585603832274, 41.729440022132884 ], [ -111.8048869496011, 41.729442311092086 ], [ -111.80429780172034, 41.729443734404938 ], [ -111.80429714973553, 41.729584248020743 ], [ -111.80350720905327, 41.729586171910171 ], [ -111.80350585656183, 41.729091697562666 ], [ -111.80488383474773, 41.729096464466707 ], [ -111.80488862337842, 41.729383753929056 ], [ -111.80645891488527, 41.729382651135566 ], [ -111.80643080907191, 41.729250445637923 ], [ -111.80590104522459, 41.72871194162051 ], [ -111.80569646599213, 41.728505314791754 ], [ -111.80536162726457, 41.728169899963447 ], [ -111.80516834833996, 41.728386521605344 ], [ -111.80477508762783, 41.728379368943884 ], [ -111.80465843527809, 41.728377483807833 ], [ -111.80443691717892, 41.728354715979769 ], [ -111.80426954555735, 41.728335171536024 ], [ -111.80422523516647, 41.727096119398496 ], [ -111.8041660076443, 41.72552841600664 ], [ -111.80410721557644, 41.724959585228937 ], [ -111.80407873005589, 41.72383210835887 ], [ -111.80406543031069, 41.723440396941513 ], [ -111.80401847862134, 41.72343532128032 ], [ -111.80378996681191, 41.723428813690141 ], [ -111.8038387319645, 41.723000640041931 ], [ -111.8039251635532, 41.722990127668005 ], [ -111.80396593573424, 41.722981736103691 ], [ -111.80399575379288, 41.722962612770225 ], [ -111.80402665047832, 41.7229335741808 ], [ -111.80405725519674, 41.722881119423953 ], [ -111.80405067396646, 41.722546105036223 ], [ -111.80404656373791, 41.722312852458181 ], [ -111.80397686201039, 41.722315141567456 ], [ -111.80322324281465, 41.722330319707233 ], [ -111.80186986618081, 41.722358686845475 ], [ -111.80075943289933, 41.722394352283658 ], [ -111.80028472026957, 41.72240846787394 ], [ -111.8002608741338, 41.720971116174546 ], [ -111.80024649454285, 41.719618364052273 ], [ -111.80066964205761, 41.719616317072763 ], [ -111.80335524844715, 41.719608380993677 ], [ -111.80349393133683, 41.719353413761873 ], [ -111.80329766254184, 41.718942265093908 ], [ -111.79442818142201, 41.718960693683634 ], [ -111.79443383820885, 41.721567282486149 ], [ -111.79443504643938, 41.721958178149045 ], [ -111.79446285994659, 41.724216041486095 ], [ -111.79443348172006, 41.725930276680515 ], [ -111.78499946200438, 41.72597439832812 ], [ -111.7848516053763, 41.729434095663564 ], [ -111.78486131889899, 41.731713699443816 ], [ -111.7888201863183, 41.731754142018616 ], [ -111.79046584125422, 41.731520359954068 ], [ -111.78863710553573, 41.736741666844409 ], [ -111.78967003464039, 41.736739076026467 ], [ -111.78970780500748, 41.740410962278858 ], [ -111.78970647436128, 41.741676451611909 ], [ -111.78493577681535, 41.741680319675623 ], [ -111.78496129064146, 41.740319191046709 ], [ -111.78014870144388, 41.740331252607568 ], [ -111.78020013424157, 41.742692533023266 ], [ -111.78155632116014, 41.742859852731669 ], [ -111.7815627902678, 41.744087459378981 ], [ -111.78482197208909, 41.744086860053081 ], [ -111.7848541838775, 41.745842999479798 ], [ -111.78494908995643, 41.753238870383122 ], [ -111.78495215360338, 41.753786472520687 ], [ -111.78493911401785, 41.754888112459149 ], [ -111.78495497954222, 41.758559238273413 ], [ -111.78011696035962, 41.758570573922114 ], [ -111.7801322169567, 41.762213781170338 ], [ -111.78497089399404, 41.762233964216115 ], [ -111.78903429149885, 41.762208831624982 ], [ -111.78987498983729, 41.762193147175466 ], [ -111.79185622526707, 41.762185813753895 ], [ -111.79455678654551, 41.762173473658805 ], [ -111.79454246322396, 41.760329851273134 ], [ -111.79560208760678, 41.760315312802362 ], [ -111.7981015694015, 41.760294374151457 ], [ -111.79943670060022, 41.760282389599453 ], [ -111.79943687524853, 41.759714950865977 ], [ -111.79997094742519, 41.759712134098365 ], [ -111.79996584598845, 41.759495102239612 ], [ -111.79995750845727, 41.758533218446736 ], [ -111.80343576379343, 41.758485529421847 ], [ -111.80440032087441, 41.75847067392349 ], [ -111.80881839440072, 41.758450464387884 ], [ -111.80888335765511, 41.758450907728701 ], [ -111.80869393779818, 41.7586936272928 ], [ -111.80856646658239, 41.759080021679296 ], [ -111.80884915321083, 41.759079833247725 ], [ -111.81396781216405, 41.759189595334867 ], [ -111.81533253481584, 41.759236662238727 ], [ -111.81939829196105, 41.759318522467247 ], [ -111.8204437089005, 41.759323671481603 ], [ -111.82157828434819, 41.759339882465071 ], [ -111.82384718298712, 41.759352457352414 ], [ -111.8240817571197, 41.759352576426032 ], [ -111.82412031298624, 41.758699296721872 ], [ -111.82484602484314, 41.758726513796574 ], [ -111.824923361073, 41.759129469445682 ], [ -111.82487316219849, 41.75924872146976 ], [ -111.8288975117395, 41.759383683680149 ], [ -111.82899497535256, 41.75938568254707 ], [ -111.82900446855199, 41.758908246309453 ], [ -111.82964573195895, 41.758916227106106 ], [ -111.82964762354803, 41.758782910753027 ], [ -111.83006868956929, 41.758786174220482 ], [ -111.83005910082626, 41.758508829778066 ], [ -111.83156779433546, 41.758526742047579 ], [ -111.8315376716358, 41.75945467468793 ], [ -111.83449674865497, 41.759535898711391 ], [ -111.83445248327614, 41.762247307460903 ], [ -111.83857495556909, 41.762326275171681 ], [ -111.83856153760478, 41.762774017565526 ], [ -111.8389825005827, 41.762767341435314 ], [ -111.83896303574551, 41.763212425916151 ], [ -111.83671206983885, 41.763201820649506 ], [ -111.83664032449948, 41.764994721975718 ], [ -111.83662394205128, 41.765122739644696 ], [ -111.83658127472731, 41.76693164106252 ], [ -111.83439741605613, 41.766910594387909 ], [ -111.83434976877871, 41.768711424482177 ], [ -111.83650250420737, 41.768739904097387 ], [ -111.83647086114209, 41.769638124519631 ], [ -111.83642111343106, 41.770531973150277 ], [ -111.83634752230545, 41.772369019405303 ], [ -111.83633153541858, 41.772527657510373 ], [ -111.83627435094601, 41.774331258082938 ], [ -111.8342333987394, 41.774308267739336 ], [ -111.83420333413042, 41.775237999477369 ], [ -111.83418494051607, 41.775954182524245 ], [ -111.83416432833798, 41.777613405004132 ], [ -111.83907815798973, 41.777678497545764 ], [ -111.83908724608294, 41.776067995924109 ], [ -111.84126556464354, 41.776101603056254 ], [ -111.84753771314863, 41.776163584629948 ], [ -111.84740546290617, 41.778091137403699 ], [ -111.84739376373614, 41.77829928318959 ], [ -111.84685810584413, 41.78752089166565 ], [ -111.84643929747675, 41.794747499773088 ], [ -111.85045190168144, 41.794733174791098 ], [ -111.85045032392213, 41.794067578147725 ], [ -111.85044310510993, 41.792793158065919 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 4, \"properties\": { \"NAME\": \"CARBON COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 3458, \"Color4\": \"3\", \"Shape_Leng\": 333195.72890099999, \"Shape_Area\": 3843905172.3699999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.06068999884147, 39.814115945202865 ], [ -111.04663469426502, 39.814054869702339 ], [ -111.04648865054779, 39.814054928306362 ], [ -111.04182692122363, 39.814034177143704 ], [ -111.02762563551416, 39.814047437361971 ], [ -111.02317420729902, 39.814003361321923 ], [ -111.00876261334336, 39.813955789116008 ], [ -111.00854062714102, 39.813955805667582 ], [ -111.00846468438228, 39.813954910223181 ], [ -111.00067764170412, 39.813915572585692 ], [ -110.99224801665622, 39.813879275245377 ], [ -110.95226730317017, 39.813698524561154 ], [ -110.91430230715726, 39.813424413529134 ], [ -110.90988601288406, 39.813403047620923 ], [ -110.89535784794117, 39.81331877457044 ], [ -110.89108173966488, 39.813314839488257 ], [ -110.87657129212558, 39.813147140074335 ], [ -110.87571845032301, 39.81312370452342 ], [ -110.86482718695477, 39.813152073403465 ], [ -110.86469514782097, 39.813160929600222 ], [ -110.85790155809441, 39.813027568628037 ], [ -110.85781977691184, 39.813026567438975 ], [ -110.85781925713573, 39.813278849296445 ], [ -110.85519050724329, 39.813275598415601 ], [ -110.83879307536911, 39.813204420463506 ], [ -110.83604750827263, 39.813196068500197 ], [ -110.81671209012009, 39.813000450565511 ], [ -110.78240460752106, 39.812824055412705 ], [ -110.75941837602805, 39.812648027014589 ], [ -110.75070907256188, 39.812494491348275 ], [ -110.74047503578934, 39.812372041066773 ], [ -110.72410684957481, 39.812380228452255 ], [ -110.7053199750566, 39.81245116911316 ], [ -110.68649838022039, 39.81244238850276 ], [ -110.66765314125354, 39.812493557561041 ], [ -110.64887389444793, 39.812429239715392 ], [ -110.63002741249397, 39.812492314046615 ], [ -110.62568708452473, 39.812496413826686 ], [ -110.61205297729975, 39.812465145435723 ], [ -110.59324972866246, 39.812324169286164 ], [ -110.58247814749915, 39.812276899785118 ], [ -110.57447047712938, 39.812094638568951 ], [ -110.55568518898201, 39.811916105758513 ], [ -110.53693512973582, 39.811726563245266 ], [ -110.51812617385782, 39.811622044668155 ], [ -110.5181549294595, 39.806666640858168 ], [ -110.50073675651868, 39.806674094272161 ], [ -110.48066660805735, 39.806698629049741 ], [ -110.46186412874845, 39.806703053011262 ], [ -110.44310826362813, 39.806722673754273 ], [ -110.42432344527617, 39.806712088844868 ], [ -110.41804417422318, 39.806725816141402 ], [ -110.40547979642992, 39.806752221313282 ], [ -110.3803635548187, 39.806710916504329 ], [ -110.37566615265106, 39.806712766812822 ], [ -110.36175385541193, 39.80671816636324 ], [ -110.35239069630447, 39.806711336509935 ], [ -110.32423713389834, 39.806676930020508 ], [ -110.3054872991291, 39.806683348541426 ], [ -110.28672030960557, 39.806655096516927 ], [ -110.26866551066294, 39.806668844660031 ], [ -110.26849029121159, 39.806667740149472 ], [ -110.25575113453732, 39.806654303555646 ], [ -110.25065780585069, 39.806649453320325 ], [ -110.23236348555524, 39.806668618866475 ], [ -110.21363940146752, 39.806471154969366 ], [ -110.19500155922537, 39.806401911917412 ], [ -110.1761774866015, 39.806377907285018 ], [ -110.15757897754307, 39.806347981194129 ], [ -110.13873619426555, 39.806330379386218 ], [ -110.12567013358282, 39.806314647934812 ], [ -110.11993445135224, 39.806302820409101 ], [ -110.10107403645448, 39.806297888379937 ], [ -110.08225468498645, 39.806281204902831 ], [ -110.06339451995052, 39.806261138945445 ], [ -110.04513560134301, 39.806269985849234 ], [ -110.02635663655977, 39.806294120624962 ], [ -110.00751399722348, 39.806278631180625 ], [ -110.00069198494775, 39.806265125242817 ], [ -109.99600184975043, 39.806256170281401 ], [ -109.98873639871357, 39.80621109371392 ], [ -109.98429740612764, 39.806203854144222 ], [ -109.97696874372868, 39.806089913367181 ], [ -109.9726291862179, 39.80607409415979 ], [ -109.9721209604587, 39.806078602758888 ], [ -109.96990708040298, 39.806090503383189 ], [ -109.96091153451398, 39.806127419543827 ], [ -109.95756893773653, 39.80615600033898 ], [ -109.95112194572786, 39.806142947875472 ], [ -109.93760152106614, 39.806137063115074 ], [ -109.93232649387276, 39.806106661774493 ], [ -109.92588949395612, 39.806128338112437 ], [ -109.92079590497789, 39.806149546888996 ], [ -109.91808557600619, 39.806159443563963 ], [ -109.91703458134339, 39.806136123777804 ], [ -109.9142253848263, 39.806118878946847 ], [ -109.90956390919237, 39.80614724133445 ], [ -109.90253160437902, 39.806139500494183 ], [ -109.89900950846693, 39.806142171142504 ], [ -109.89887518847114, 39.806140896469302 ], [ -109.89469858300696, 39.806164252203487 ], [ -109.8908379021362, 39.806155339896343 ], [ -109.88316236834336, 39.806193431639613 ], [ -109.8832584315811, 39.806032180024104 ], [ -109.88347684177577, 39.805890125335019 ], [ -109.88386095447559, 39.805614517469202 ], [ -109.88406811923741, 39.805445324084239 ], [ -109.8842101703255, 39.805329562921045 ], [ -109.88457632059773, 39.805080809277591 ], [ -109.88496502726773, 39.804881825106534 ], [ -109.88549388810748, 39.804684185976868 ], [ -109.88596340253329, 39.80454453828763 ], [ -109.88673154548948, 39.804358200523922 ], [ -109.88748216497289, 39.804171689627061 ], [ -109.88807876901375, 39.804118844944369 ], [ -109.88868171965824, 39.804034523681842 ], [ -109.88922758387494, 39.803940642978624 ], [ -109.88982921884505, 39.803865312940047 ], [ -109.89021034048902, 39.803773455102288 ], [ -109.89085011938938, 39.803577753266268 ], [ -109.89133778627982, 39.803397713138231 ], [ -109.89180274254026, 39.803176909924069 ], [ -109.89222703469142, 39.802942201887205 ], [ -109.89261693613449, 39.802666619938378 ], [ -109.89297084292453, 39.802450157934487 ], [ -109.89315996594638, 39.802311409280222 ], [ -109.89334957924328, 39.80214203165302 ], [ -109.89358165735933, 39.801873950798978 ], [ -109.89367329436546, 39.801622550053615 ], [ -109.89371352937302, 39.801298580690464 ], [ -109.89373465728674, 39.80107353698822 ], [ -109.89347434902449, 39.80018809376589 ], [ -109.89317122386274, 39.799860849521409 ], [ -109.89290750858522, 39.799479921665878 ], [ -109.89201513237653, 39.798750619027402 ], [ -109.89156399060118, 39.798403937426109 ], [ -109.89106103341446, 39.798083788293638 ], [ -109.89096270590161, 39.798024284749225 ], [ -109.8905520244877, 39.79777709383248 ], [ -109.88987353704378, 39.797477785591234 ], [ -109.88928739615758, 39.797246930987718 ], [ -109.88868350961235, 39.797030319163525 ], [ -109.88757229969565, 39.796766495357865 ], [ -109.88645151239263, 39.79637282776995 ], [ -109.88539373217907, 39.796056338021799 ], [ -109.88512615091983, 39.795990698661114 ], [ -109.88469565724493, 39.795887453645392 ], [ -109.8842298391649, 39.795801886977692 ], [ -109.88343177702137, 39.795677082530624 ], [ -109.88293713102742, 39.795568708748995 ], [ -109.88277407426838, 39.795540109435393 ], [ -109.88249467369666, 39.795483360022502 ], [ -109.88197660149029, 39.795379261438136 ], [ -109.88152925613058, 39.795235298186789 ], [ -109.88103111331365, 39.794982725661242 ], [ -109.88075135144686, 39.794948493095553 ], [ -109.88037371437974, 39.794827722302877 ], [ -109.87959684246952, 39.794477850799645 ], [ -109.87913381915104, 39.794221104348523 ], [ -109.87878115384281, 39.794001461716569 ], [ -109.8785089919033, 39.79385917949692 ], [ -109.87830076639814, 39.793735534349459 ], [ -109.87817961287556, 39.793644265008353 ], [ -109.87779316473505, 39.793347709384896 ], [ -109.87721711394289, 39.792860111984034 ], [ -109.87691219785421, 39.792577857037038 ], [ -109.87670690994501, 39.792274041272499 ], [ -109.87639755226681, 39.791906148772654 ], [ -109.87632311440605, 39.791815329842365 ], [ -109.87611096627138, 39.79157451524469 ], [ -109.87587072594499, 39.791265854526834 ], [ -109.8757225864824, 39.791039174013306 ], [ -109.87564873712087, 39.790912321102581 ], [ -109.87522213528399, 39.79021443118981 ], [ -109.87504333973794, 39.79007755074575 ], [ -109.8749335805542, 39.790004408095513 ], [ -109.87475886984942, 39.789903606067519 ], [ -109.87458700890595, 39.789771297073401 ], [ -109.87450155924454, 39.789639826004908 ], [ -109.87443983114105, 39.78948606044321 ], [ -109.87439066133835, 39.789278357790842 ], [ -109.87434916573677, 39.788958106892267 ], [ -109.87425394950263, 39.788709413309732 ], [ -109.87417047713652, 39.788528407189375 ], [ -109.874065942313, 39.788063387483604 ], [ -109.87400539148605, 39.787837554565932 ], [ -109.87399914164929, 39.787576209283976 ], [ -109.87399507301855, 39.787395973496245 ], [ -109.87397065457736, 39.787102917533616 ], [ -109.87393331123957, 39.786886319565028 ], [ -109.87391436429452, 39.786615841205716 ], [ -109.87389549091202, 39.78634085863721 ], [ -109.8739604827756, 39.785936047555296 ], [ -109.87401012592467, 39.785756332923732 ], [ -109.87416617816167, 39.785496562346538 ], [ -109.874262305716, 39.785330813307631 ], [ -109.87434003738512, 39.785218944645891 ], [ -109.87451929298074, 39.78496840846406 ], [ -109.8746093606168, 39.784816115069937 ], [ -109.87488866940019, 39.78451699458131 ], [ -109.8750722187492, 39.784361102248155 ], [ -109.87517293364493, 39.784271980355342 ], [ -109.87529101588346, 39.784192036525894 ], [ -109.87552688623562, 39.784050165292228 ], [ -109.87576932680219, 39.783863308116743 ], [ -109.8759471076654, 39.783702853568549 ], [ -109.87627748288149, 39.783494322515701 ], [ -109.8766938882325, 39.783381226472315 ], [ -109.87714575970034, 39.783241442643416 ], [ -109.87798870287378, 39.783109943911526 ], [ -109.87885922463411, 39.783077813565221 ], [ -109.87950578253279, 39.783174156770151 ], [ -109.87995450667324, 39.783228042816745 ], [ -109.88054764936709, 39.783377923593434 ], [ -109.88141394317462, 39.783607018239863 ], [ -109.88239167810923, 39.783877724008093 ], [ -109.88323317324489, 39.784124585911421 ], [ -109.88430485650373, 39.784652959737151 ], [ -109.88485022517031, 39.784869932918781 ], [ -109.88539428895795, 39.785167979437169 ], [ -109.88636573829589, 39.785758440218281 ], [ -109.88681303936504, 39.785974462998396 ], [ -109.88729648132575, 39.786339492726057 ], [ -109.88763731403239, 39.786568006093738 ], [ -109.88801209125769, 39.786864417433975 ], [ -109.88876901566732, 39.787362703907924 ], [ -109.88918452610071, 39.787668511354902 ], [ -109.88989217040354, 39.787891519129666 ], [ -109.89011476445897, 39.787920677888422 ], [ -109.89044762801761, 39.787919356282295 ], [ -109.89077356800432, 39.787985541218198 ], [ -109.89153558544255, 39.788168514532259 ], [ -109.8922332392228, 39.788359878240641 ], [ -109.89316933704184, 39.788612076274987 ], [ -109.89403763002103, 39.788723067276777 ], [ -109.8949598132283, 39.788750773630916 ], [ -109.89556024458311, 39.788815053919905 ], [ -109.89600966727274, 39.788828340454891 ], [ -109.896231459432, 39.788834955301979 ], [ -109.89720000845249, 39.788884708469425 ], [ -109.8979071903476, 39.788846378105262 ], [ -109.89853947636149, 39.788744263729122 ], [ -109.8992358407215, 39.788651763605522 ], [ -109.89973917352988, 39.788579953716173 ], [ -109.90055445616754, 39.788353425739096 ], [ -109.9008535816606, 39.788270666150751 ], [ -109.9010412735078, 39.788218384893149 ], [ -109.90179873607249, 39.787955261192657 ], [ -109.90272629510434, 39.787644187013804 ], [ -109.90299088522676, 39.787529560895344 ], [ -109.90319673257888, 39.787436903523073 ], [ -109.90361412104707, 39.787260651300862 ], [ -109.9041195836748, 39.787053694958921 ], [ -109.90489533711032, 39.786740268553672 ], [ -109.90560719009585, 39.786405511654962 ], [ -109.90611362509382, 39.786136387850711 ], [ -109.90681894336589, 39.785844809043191 ], [ -109.90764834125433, 39.785460691698532 ], [ -109.90818838120589, 39.785281072461871 ], [ -109.90863436602399, 39.785141110413093 ], [ -109.90903179345139, 39.785117818032752 ], [ -109.90932911704921, 39.785147642484823 ], [ -109.90997566957479, 39.785248320962786 ], [ -109.91035464453492, 39.785284315654309 ], [ -109.91067483948281, 39.785344984878932 ], [ -109.91106621625528, 39.785335143490016 ], [ -109.91157471312735, 39.785303874791047 ], [ -109.91197783708563, 39.785289635589415 ], [ -109.91246255473021, 39.785285169553923 ], [ -109.9131399350502, 39.785282506169551 ], [ -109.91402052156353, 39.785353819461328 ], [ -109.91459182284082, 39.785413223687968 ], [ -109.91542471628073, 39.785547149105192 ], [ -109.91616497772083, 39.785630649265165 ], [ -109.91694012963931, 39.785723480203828 ], [ -109.91741731777894, 39.785827041304493 ], [ -109.91836734144218, 39.785939513714986 ], [ -109.91871046309647, 39.786028305008351 ], [ -109.91900104054352, 39.786116605813646 ], [ -109.91926151073288, 39.786263189468372 ], [ -109.91944298255784, 39.786607253462883 ], [ -109.91963416016409, 39.787077545304577 ], [ -109.91973206572857, 39.787537958685171 ], [ -109.9198239226798, 39.788011830408351 ], [ -109.91980534157537, 39.788453139581392 ], [ -109.91980131692368, 39.789083790832841 ], [ -109.91971364853681, 39.789835296144595 ], [ -109.91957279529704, 39.790626850354499 ], [ -109.91948963270239, 39.791090082520974 ], [ -109.91934983134887, 39.791814072313699 ], [ -109.91924336828558, 39.792646490349611 ], [ -109.91935435411303, 39.793390835175892 ], [ -109.9194410812202, 39.793819609831438 ], [ -109.91945662457933, 39.793945892209322 ], [ -109.91949362096763, 39.794194007067048 ], [ -109.91960039355969, 39.794834699214348 ], [ -109.91974241424654, 39.795462204621138 ], [ -109.9199001229063, 39.796206983593791 ], [ -109.91993311471616, 39.796337933195929 ], [ -109.92024166216004, 39.797147184357776 ], [ -109.92056935445351, 39.797852999730679 ], [ -109.92076141413669, 39.798269238249887 ], [ -109.92112070732281, 39.798822178889324 ], [ -109.92152257126912, 39.799267396195205 ], [ -109.92159735850605, 39.799340169892247 ], [ -109.92187455792002, 39.79954096201164 ], [ -109.92237415227315, 39.799712284780057 ], [ -109.92285095332153, 39.799847354511037 ], [ -109.92315403192366, 39.799887107976154 ], [ -109.92342294477881, 39.799870682742416 ], [ -109.9237393320511, 39.799806044200821 ], [ -109.92397272754174, 39.799745140096917 ], [ -109.92424370601447, 39.79967106923408 ], [ -109.92488308781952, 39.799492293971198 ], [ -109.92561659895075, 39.799269337660235 ], [ -109.92633440840206, 39.798929103641342 ], [ -109.9266696376524, 39.798779038055564 ], [ -109.92681097432515, 39.798703761850213 ], [ -109.92738834665872, 39.798380241880835 ], [ -109.92792539756546, 39.798020307138103 ], [ -109.92854073102772, 39.797507925650045 ], [ -109.92904441024369, 39.797039559482222 ], [ -109.9294009838479, 39.796641912515881 ], [ -109.92955128104825, 39.796364895341931 ], [ -109.92971544788809, 39.795946551506802 ], [ -109.92979145275925, 39.795564334613957 ], [ -109.9297648402252, 39.795397407225522 ], [ -109.92973752961331, 39.795275522560154 ], [ -109.92959403556303, 39.794737212773789 ], [ -109.9295177212162, 39.794386026159799 ], [ -109.9294799204727, 39.794187461034333 ], [ -109.92942565039544, 39.793921170168986 ], [ -109.92921945529595, 39.793284074080411 ], [ -109.92904571261101, 39.792813959098424 ], [ -109.92885808878211, 39.792109459890135 ], [ -109.92858176829198, 39.791476220085379 ], [ -109.92828541993269, 39.791004971724171 ], [ -109.92802585597171, 39.790421439404071 ], [ -109.92760024078321, 39.789701224344903 ], [ -109.92731532556506, 39.789171515112585 ], [ -109.92701878551604, 39.788713776403078 ], [ -109.92641221957908, 39.787915299853296 ], [ -109.92607503158618, 39.787443667837444 ], [ -109.92533899136401, 39.786711561106898 ], [ -109.92492626824368, 39.78621670153538 ], [ -109.92450193045592, 39.785718128893272 ], [ -109.92404794425629, 39.785249012274782 ], [ -109.92372829989571, 39.78477753601463 ], [ -109.92367265486145, 39.784601327881958 ], [ -109.92362270792954, 39.784434182420512 ], [ -109.92343333519899, 39.783846785581659 ], [ -109.92325254199596, 39.783083775941257 ], [ -109.92308451778597, 39.782550635617113 ], [ -109.92296300709953, 39.782180104039668 ], [ -109.92286283921514, 39.781863829532597 ], [ -109.92268389100289, 39.781357616700312 ], [ -109.92258428751745, 39.781005307751499 ], [ -109.92248939879956, 39.780725121298246 ], [ -109.92234935367102, 39.780345407039341 ], [ -109.92223483976734, 39.779826276988963 ], [ -109.92220620762785, 39.779416062714468 ], [ -109.92224629369045, 39.779092080255637 ], [ -109.92226085858738, 39.778532703522131 ], [ -109.9223287129404, 39.778299978414587 ], [ -109.92235864115858, 39.777953376878571 ], [ -109.92237419338642, 39.777630067444903 ], [ -109.92229845272504, 39.777245544164693 ], [ -109.92222769320989, 39.776916027209381 ], [ -109.92207014415037, 39.776536149843913 ], [ -109.92194614594743, 39.776251187449652 ], [ -109.9216837360389, 39.775856820563973 ], [ -109.92139917463241, 39.775385663380249 ], [ -109.92118213410608, 39.775077310673971 ], [ -109.92089343014467, 39.774497995376755 ], [ -109.92081142728559, 39.774141343313225 ], [ -109.92086762128847, 39.773907609471173 ], [ -109.92097459284545, 39.773413061724028 ], [ -109.92110230961353, 39.773085389167001 ], [ -109.92123558108614, 39.772775787808563 ], [ -109.92132623316681, 39.772578413442218 ], [ -109.9217467859054, 39.77181648316661 ], [ -109.92198455790226, 39.771543891211934 ], [ -109.92237732358868, 39.771065511153402 ], [ -109.92256804288179, 39.770815005687879 ], [ -109.92275869056508, 39.770569004161793 ], [ -109.92304462442397, 39.770202253373284 ], [ -109.92359630616681, 39.7696397498759 ], [ -109.92415022269405, 39.768933106448515 ], [ -109.92428101832412, 39.768781151084468 ], [ -109.92473275138191, 39.768262764838354 ], [ -109.92489420005452, 39.768016489096858 ], [ -109.92494229597344, 39.76792683591276 ], [ -109.92511161142946, 39.767549989556414 ], [ -109.92552198922451, 39.766311328012996 ], [ -109.92560980828826, 39.76591931044684 ], [ -109.92572728545392, 39.765496933738042 ], [ -109.92577108195978, 39.765308131713752 ], [ -109.92581486421494, 39.765120230521852 ], [ -109.9259182726674, 39.764476080325302 ], [ -109.92602990880796, 39.764053649132663 ], [ -109.92607291969937, 39.763915294997467 ], [ -109.92625065798531, 39.763370940825872 ], [ -109.926521831621, 39.762823846639648 ], [ -109.92669196463368, 39.762392945837718 ], [ -109.92687918488879, 39.761989232392068 ], [ -109.92712742224566, 39.761414894889839 ], [ -109.92717100239277, 39.761239605008129 ], [ -109.92749082714742, 39.760490235589927 ], [ -109.92754759472214, 39.760292542683786 ], [ -109.92756664050748, 39.760193609931065 ], [ -109.9275980204887, 39.759675831424211 ], [ -109.92759476959775, 39.759509118478604 ], [ -109.9275684677751, 39.759323271769617 ], [ -109.92754136952381, 39.759188774048724 ], [ -109.92743142618876, 39.758750778506965 ], [ -109.92739455710979, 39.758493655962823 ], [ -109.92733277121792, 39.757961501498002 ], [ -109.92738483989145, 39.757615101974217 ], [ -109.92739242283096, 39.757502548431248 ], [ -109.92741419319869, 39.757227947976276 ], [ -109.92747898069483, 39.756814091722156 ], [ -109.92762179914362, 39.756261303084663 ], [ -109.92773896691062, 39.755856940465712 ], [ -109.92781402560669, 39.75553327773919 ], [ -109.92784669673314, 39.755308332217709 ], [ -109.92790791778191, 39.755124194922772 ], [ -109.92796637551933, 39.754741814392276 ], [ -109.92802948113423, 39.754436060840078 ], [ -109.92806171803187, 39.754239041876339 ], [ -109.92817328712665, 39.75374362700083 ], [ -109.92822503499018, 39.753492728765345 ], [ -109.92826208716494, 39.753361526421898 ], [ -109.92833588392635, 39.753118940622514 ], [ -109.92839919567528, 39.752799673830573 ], [ -109.92841949434661, 39.752619663288577 ], [ -109.92848940845275, 39.752250902932921 ], [ -109.92860544726209, 39.75191860788869 ], [ -109.92869856180732, 39.7515590714154 ], [ -109.92880722798736, 39.751325816971935 ], [ -109.92886142126076, 39.751218198317311 ], [ -109.92899996090628, 39.75094016986138 ], [ -109.9292158935958, 39.750563746332389 ], [ -109.9293941621364, 39.750358163093694 ], [ -109.92956103783096, 39.750134454694269 ], [ -109.92964489355315, 39.74999557454619 ], [ -109.92972895805792, 39.749843181404103 ], [ -109.92981850896683, 39.749713363539776 ], [ -109.92990798983982, 39.749588049908006 ], [ -109.93034871807025, 39.749015478554952 ], [ -109.9309358756182, 39.748408214623105 ], [ -109.93141034582177, 39.747917038996789 ], [ -109.9318474334471, 39.747578685770833 ], [ -109.93211828293609, 39.747423504633133 ], [ -109.93242408614016, 39.747272248318488 ], [ -109.93304870503555, 39.747260872906359 ], [ -109.93356797267518, 39.747269249011772 ], [ -109.93380733649229, 39.747263339098403 ], [ -109.93411081688774, 39.747262522460133 ], [ -109.93433221732667, 39.747286179200401 ], [ -109.93459361711774, 39.747365163127689 ], [ -109.93490100474637, 39.747489618025789 ], [ -109.93517268926155, 39.74765879411806 ], [ -109.93550786842596, 39.74787360145951 ], [ -109.93602894349495, 39.748144171494516 ], [ -109.93655641194474, 39.74837875813774 ], [ -109.93698565464064, 39.748549373467569 ], [ -109.93713619326017, 39.748627336304374 ], [ -109.93754696452464, 39.748860849773067 ], [ -109.93816594054786, 39.7492179004756 ], [ -109.93895956729085, 39.749603574319337 ], [ -109.93977695862097, 39.749962430104311 ], [ -109.94022935993976, 39.750070175648908 ], [ -109.94093405128606, 39.750243291108866 ], [ -109.9411543466346, 39.750339905041749 ], [ -109.94143320319893, 39.75042353780627 ], [ -109.94164264248835, 39.750466893345397 ], [ -109.94185794499836, 39.7505084999787 ], [ -109.94227678359087, 39.750597911757517 ], [ -109.94269596762582, 39.750664800403371 ], [ -109.94305233991859, 39.750641016481623 ], [ -109.94333903137898, 39.750594072346153 ], [ -109.94364357264932, 39.750524765184792 ], [ -109.94405500716221, 39.750334795975235 ], [ -109.94507633978321, 39.749952152160496 ], [ -109.94529630038618, 39.749688358771458 ], [ -109.94539179481336, 39.749549572860175 ], [ -109.94545213970896, 39.749419477427544 ], [ -109.94547424725629, 39.749117846233837 ], [ -109.94539536957831, 39.748932426368448 ], [ -109.94529933005049, 39.748724325717028 ], [ -109.94530372626545, 39.748436048450394 ], [ -109.94529109838081, 39.748039497509914 ], [ -109.94520117734373, 39.747124174057994 ], [ -109.94520585227707, 39.74643495799797 ], [ -109.94522898999911, 39.746065761688115 ], [ -109.94526887683234, 39.745746272094678 ], [ -109.94540871302334, 39.745378136079864 ], [ -109.94556515981623, 39.745068715235831 ], [ -109.94568761187153, 39.744692311978895 ], [ -109.94572004069877, 39.744402487135979 ], [ -109.94573787529082, 39.744074688048862 ], [ -109.94578716269434, 39.743903947225945 ], [ -109.94591470484757, 39.743576243445446 ], [ -109.94619738095263, 39.743024700000824 ], [ -109.94642836675519, 39.742801548798262 ], [ -109.94651238623752, 39.742725727057589 ], [ -109.94664706431915, 39.742618830259325 ], [ -109.94681819153828, 39.742494244180243 ], [ -109.94692376373366, 39.742382577997297 ], [ -109.94705617379361, 39.742194570825149 ], [ -109.94709317013601, 39.742064262534569 ], [ -109.94712419455307, 39.741942909982868 ], [ -109.9471962729901, 39.741424592125888 ], [ -109.94721560595998, 39.740921112662711 ], [ -109.94726398789521, 39.740426005549153 ], [ -109.94738561326197, 39.74010275120785 ], [ -109.94751733035605, 39.739883202385613 ], [ -109.9476841904999, 39.739654962080522 ], [ -109.94777314633697, 39.739561164262156 ], [ -109.94785015899622, 39.739485277972328 ], [ -109.94814022523842, 39.73921310406471 ], [ -109.94862968619839, 39.738875161155157 ], [ -109.94917775990275, 39.7385197269112 ], [ -109.94938504139351, 39.738318879786362 ], [ -109.94962876384201, 39.738023757762292 ], [ -109.94989554801019, 39.737746863700295 ], [ -109.95017283673288, 39.737546648433415 ], [ -109.95047257275471, 39.737405200015296 ], [ -109.95067120646588, 39.737312391530317 ], [ -109.95101260579028, 39.737193843162345 ], [ -109.95122414185316, 39.737096645353169 ], [ -109.95141254507902, 39.736985723284917 ], [ -109.95177890957099, 39.736682694514734 ], [ -109.95222200231659, 39.736321792596613 ], [ -109.9525889052268, 39.735982726323748 ], [ -109.9528789380981, 39.735710539974455 ], [ -109.95320499563967, 39.735371103227308 ], [ -109.95354950595532, 39.734968762320683 ], [ -109.95380506210941, 39.734583638534794 ], [ -109.95390854040406, 39.734377342524667 ], [ -109.9540161312833, 39.734130538744111 ], [ -109.95411452313589, 39.733874642027182 ], [ -109.95416562021894, 39.733582279353861 ], [ -109.95419813530962, 39.733438413251989 ], [ -109.95422207428533, 39.733321499696181 ], [ -109.95427346271363, 39.732623692205109 ], [ -109.95431464640889, 39.732215011836729 ], [ -109.95431066390306, 39.732092440743713 ], [ -109.95423387255238, 39.731073625369135 ], [ -109.9541473299838, 39.73054576393735 ], [ -109.95399751261802, 39.730035352147731 ], [ -109.95391327552946, 39.729818354373869 ], [ -109.95374303242971, 39.729501471983419 ], [ -109.95355515383191, 39.729193440303312 ], [ -109.95333234352185, 39.728880588379113 ], [ -109.9530688366069, 39.728558359045252 ], [ -109.95263984075629, 39.727991367520268 ], [ -109.95230180071178, 39.72758286942252 ], [ -109.95220426832024, 39.72747386973969 ], [ -109.95210090278415, 39.727364817318239 ], [ -109.95200350741817, 39.727246808753591 ], [ -109.95192903685563, 39.727156036931717 ], [ -109.95175819522602, 39.726879690919588 ], [ -109.95165043058567, 39.726675993901907 ], [ -109.95149161277214, 39.726376330200488 ], [ -109.95128597944931, 39.726086154295601 ], [ -109.95104573020315, 39.72577043737239 ], [ -109.95096605720248, 39.725638172140137 ], [ -109.95072570169017, 39.725329661543512 ], [ -109.95047197437334, 39.725133653937291 ], [ -109.95006842893558, 39.72481465651353 ], [ -109.94956818352149, 39.724332603586795 ], [ -109.94909141440925, 39.723841751069507 ], [ -109.94872418129465, 39.723437483131576 ], [ -109.94845543053317, 39.723079155902731 ], [ -109.94830176959915, 39.722825485220554 ], [ -109.94824246493671, 39.722505094584001 ], [ -109.94826921877707, 39.722280088122822 ], [ -109.9483193728387, 39.722050788661662 ], [ -109.94843238926589, 39.721907653185028 ], [ -109.94860551360965, 39.721647932579678 ], [ -109.94871406388314, 39.721414656808967 ], [ -109.9487826721212, 39.72112245453058 ], [ -109.94889046864805, 39.72093872650386 ], [ -109.94899805944613, 39.720768511441669 ], [ -109.94906352040643, 39.72068350947751 ], [ -109.94936804274283, 39.720298837701222 ], [ -109.94971097626011, 39.719919918582789 ], [ -109.95003575708984, 39.719660666688746 ], [ -109.95014787803005, 39.719576086089567 ], [ -109.95051210571917, 39.719408190154645 ], [ -109.95077539983973, 39.71935651034984 ], [ -109.95098613041175, 39.719308859963355 ], [ -109.95132634141055, 39.71918579423194 ], [ -109.95157322722679, 39.719061884702555 ], [ -109.95174326356081, 39.71900485545067 ], [ -109.95201211529512, 39.718971242931978 ], [ -109.95232029639443, 39.719037094303971 ], [ -109.95249295373813, 39.719115237022741 ], [ -109.95288694627243, 39.719370169341715 ], [ -109.95326698385892, 39.71962227151122 ], [ -109.95378888220309, 39.719906284849586 ], [ -109.95421270148111, 39.720118233659292 ], [ -109.9546052571778, 39.720314582465228 ], [ -109.95484833329934, 39.720442910573823 ], [ -109.95535144319297, 39.720735757704723 ], [ -109.95575065185731, 39.72095558840762 ], [ -109.95613928390483, 39.721103242956126 ], [ -109.95663304638079, 39.721242831169185 ], [ -109.95689588095269, 39.721299252897509 ], [ -109.95717299956272, 39.721414367087498 ], [ -109.95746186629148, 39.721601665802744 ], [ -109.95767538045709, 39.721756752396459 ], [ -109.95790069719517, 39.72190293458695 ], [ -109.95812662501447, 39.72200857700588 ], [ -109.95841651342003, 39.722128307818757 ], [ -109.95863708406064, 39.722202366320651 ], [ -109.95911797441171, 39.722422918156468 ], [ -109.95936615464447, 39.722600837364254 ], [ -109.95967232846348, 39.722801800666602 ], [ -109.95993164979564, 39.723014957347239 ], [ -109.96015554098436, 39.723256627959081 ], [ -109.96042890145436, 39.723700564219392 ], [ -109.96081791494662, 39.724213109856912 ], [ -109.96124688811727, 39.724784576462106 ], [ -109.96147699201049, 39.725079458832859 ], [ -109.96166399899766, 39.725369450288639 ], [ -109.96176989958749, 39.725699260879914 ], [ -109.96181278279207, 39.725951923171067 ], [ -109.96182670212266, 39.726190811478247 ], [ -109.96181017089312, 39.726515022021339 ], [ -109.96171095799458, 39.726906067708086 ], [ -109.96164757351487, 39.7273199586472 ], [ -109.96168197033967, 39.727671654496298 ], [ -109.96175850398237, 39.728014717237357 ], [ -109.96185213361491, 39.728384962659995 ], [ -109.96188260822359, 39.728687068582403 ], [ -109.96192761118502, 39.729187523327404 ], [ -109.96191319705817, 39.729759526286692 ], [ -109.96175192600489, 39.730397790402129 ], [ -109.96169061524539, 39.73059546089349 ], [ -109.96165351773328, 39.730734783268112 ], [ -109.96162110487175, 39.73095073209209 ], [ -109.9616388979837, 39.731320299117073 ], [ -109.96169766323305, 39.731681222657123 ], [ -109.96169864461997, 39.732004688526921 ], [ -109.96163515584992, 39.732347399581144 ], [ -109.96147563329177, 39.732868549356219 ], [ -109.96133034539862, 39.733218637283159 ], [ -109.96105244758446, 39.733851351408624 ], [ -109.96088360276666, 39.734215643766106 ], [ -109.96080888602967, 39.734528520896582 ], [ -109.96073921791277, 39.734893700822845 ], [ -109.96065302281042, 39.735582189582125 ], [ -109.96065677489538, 39.736109304683197 ], [ -109.96070312581909, 39.736519671943313 ], [ -109.96069114994542, 39.737316944289567 ], [ -109.96069557875258, 39.737799015610683 ], [ -109.96080541890636, 39.738255901837725 ], [ -109.96094336058285, 39.738395889727052 ], [ -109.96110055109588, 39.738419821551496 ], [ -109.96130529604491, 39.738385614119174 ], [ -109.96168275653604, 39.73842953587797 ], [ -109.96185740089818, 39.738534712236124 ], [ -109.96200627074488, 39.738724351255037 ], [ -109.96209854995001, 39.739185584158456 ], [ -109.96222871240114, 39.739844473240069 ], [ -109.96234414349239, 39.740318526769748 ], [ -109.96245732190253, 39.740553796768097 ], [ -109.96254945932596, 39.740635709715072 ], [ -109.96272918343168, 39.740713900349753 ], [ -109.96287403539289, 39.740782769195704 ], [ -109.96334862538666, 39.741043791802277 ], [ -109.96346437300575, 39.741107895013727 ], [ -109.96397905452828, 39.741419728682104 ], [ -109.96452370349988, 39.741757055222081 ], [ -109.96495012487777, 39.74204016640666 ], [ -109.96531494943601, 39.742228122667704 ], [ -109.96549481558083, 39.742297300360541 ], [ -109.96616306348449, 39.742487056829937 ], [ -109.96685305669592, 39.742705834798976 ], [ -109.96754017198, 39.742883137382968 ], [ -109.96797643701103, 39.742977116431184 ], [ -109.9682848750203, 39.7430339179896 ], [ -109.96847728911797, 39.743044638034654 ], [ -109.96866440572892, 39.743019270957099 ], [ -109.9690222082918, 39.742896310484788 ], [ -109.96940286555075, 39.742805987590934 ], [ -109.9696070293115, 39.742811404123437 ], [ -109.96984578593532, 39.742845058111818 ], [ -109.97004926579309, 39.742896418463665 ], [ -109.97051470852645, 39.742990646881267 ], [ -109.97086426052464, 39.743029786366641 ], [ -109.97105707710566, 39.743013475899389 ], [ -109.97126176416994, 39.742983755415501 ], [ -109.97184215455775, 39.742804194191201 ], [ -109.97239330120311, 39.742628876121614 ], [ -109.97294994548263, 39.742476128904471 ], [ -109.97344200403893, 39.74234983763607 ], [ -109.97373991055971, 39.742329947099577 ], [ -109.97424806831873, 39.742298399085392 ], [ -109.97522373954736, 39.742221422640533 ], [ -109.976549559863, 39.742143020884221 ], [ -109.9774085320319, 39.742064997028976 ], [ -109.97795169491795, 39.742033741163944 ], [ -109.97850639380631, 39.742011594216187 ], [ -109.97891522409046, 39.741988161525775 ], [ -109.97937119717132, 39.741933607132289 ], [ -109.97997927091318, 39.741853357827715 ], [ -109.98113196229372, 39.741642737975397 ], [ -109.98164654379237, 39.741570669169647 ], [ -109.98240545270035, 39.741550294972711 ], [ -109.98322290689332, 39.741516913748576 ], [ -109.98404083671007, 39.74145109512726 ], [ -109.98488300277022, 39.741324215068182 ], [ -109.98504696877846, 39.741285104144168 ], [ -109.98567352555409, 39.741137411967642 ], [ -109.98629470708305, 39.740958134640408 ], [ -109.98652305064091, 39.740906068905581 ], [ -109.98676240343674, 39.740899148552813 ], [ -109.9871549739981, 39.740789950364729 ], [ -109.98726662355068, 39.74073686485815 ], [ -109.98796569037745, 39.740418603864207 ], [ -109.98901482628615, 39.740103388140355 ], [ -109.98914948260106, 39.740073026057551 ], [ -109.99008635736512, 39.739852328369373 ], [ -109.99110651283505, 39.739522425566541 ], [ -109.99149415371262, 39.739350100112588 ], [ -109.99164251178074, 39.739180199922927 ], [ -109.99189890935516, 39.738804008992815 ], [ -109.99225062369602, 39.738293495721109 ], [ -109.99266218518541, 39.737679886225244 ], [ -109.99286573443358, 39.737325759272011 ], [ -109.99299022321186, 39.73679074697872 ], [ -109.99322556119478, 39.736256695966816 ], [ -109.9933727267139, 39.73576692961305 ], [ -109.99338242720577, 39.735501219985821 ], [ -109.99338314589562, 39.735050728312189 ], [ -109.99344246796056, 39.734582724864936 ], [ -109.99345287609052, 39.734348556172037 ], [ -109.99347538306009, 39.73384419357388 ], [ -109.9934624518899, 39.733208879211688 ], [ -109.99345858058109, 39.732672752923492 ], [ -109.99335186082224, 39.731987070354123 ], [ -109.99318123274273, 39.731282813409095 ], [ -109.99313842848215, 39.731016648202143 ], [ -109.99300208693917, 39.730763186534325 ], [ -109.99288187118849, 39.730604469237797 ], [ -109.99261751614158, 39.73032737149984 ], [ -109.99234621451988, 39.730126797562114 ], [ -109.99208625394584, 39.729948846374498 ], [ -109.99178014987156, 39.729734453981152 ], [ -109.99123632340547, 39.729417984603316 ], [ -109.99051930527693, 39.728975669181345 ], [ -109.9899061313011, 39.728614441667553 ], [ -109.98912293430107, 39.728310295245308 ], [ -109.98829937017589, 39.727974256866368 ], [ -109.98725473290176, 39.727595739337104 ], [ -109.98639022010106, 39.727268340156392 ], [ -109.98551431271879, 39.726922815038698 ], [ -109.98505677087601, 39.72669356645541 ], [ -109.98486728336107, 39.726565770065768 ], [ -109.98472736941571, 39.726478951793233 ], [ -109.98420698768231, 39.726159050587292 ], [ -109.98364014216615, 39.725825225307865 ], [ -109.98333558016981, 39.725588299250937 ], [ -109.98312175562393, 39.725370187193306 ], [ -109.98285268540536, 39.725020946154793 ], [ -109.98265819266601, 39.724757952775718 ], [ -109.98254377806666, 39.724603780568998 ], [ -109.982234808187, 39.72419111858293 ], [ -109.98189694094195, 39.723760182391608 ], [ -109.9816667273368, 39.723546428876922 ], [ -109.98153528130825, 39.723360571364253 ], [ -109.98146243259067, 39.723157207896769 ], [ -109.98145944932284, 39.722963467358305 ], [ -109.98150949428856, 39.722734152179974 ], [ -109.98150730614405, 39.722486358776962 ], [ -109.98144715859007, 39.722292116677274 ], [ -109.98125369955009, 39.721880465408283 ], [ -109.98119311578884, 39.721636664486155 ], [ -109.98118555975849, 39.721357289022443 ], [ -109.98111974032341, 39.721072897215159 ], [ -109.98101236146233, 39.720837695430355 ], [ -109.9808538794244, 39.72050744019441 ], [ -109.98071309957542, 39.719767386310743 ], [ -109.98056455307938, 39.719158809623906 ], [ -109.98030454978941, 39.718592501650754 ], [ -109.97999237476397, 39.718004110733212 ], [ -109.97977610795999, 39.717637306281503 ], [ -109.97971354151493, 39.717528636694723 ], [ -109.97949694568049, 39.717184353759436 ], [ -109.97931255879297, 39.717029563143143 ], [ -109.97905341141488, 39.716802034968012 ], [ -109.97892206459485, 39.716610769250195 ], [ -109.97885372095362, 39.716498444386175 ], [ -109.97859783292257, 39.716050199363089 ], [ -109.97821522827191, 39.715492718782983 ], [ -109.97809533843096, 39.715315968911888 ], [ -109.97754386722931, 39.714738979572907 ], [ -109.97730224470568, 39.714510700801831 ], [ -109.97677029537745, 39.714192466201077 ], [ -109.97614454039393, 39.713906738850696 ], [ -109.97523572589085, 39.713434706306543 ], [ -109.97444843536502, 39.712950225253586 ], [ -109.97378508461352, 39.712526300364381 ], [ -109.9730382834673, 39.712144881448339 ], [ -109.97267996095147, 39.711920966680694 ], [ -109.97221761102934, 39.711632159039631 ], [ -109.97149063928191, 39.711095033018076 ], [ -109.97111154182728, 39.710699739676322 ], [ -109.97075007870562, 39.710295591440293 ], [ -109.97056767135189, 39.710010159682085 ], [ -109.97052905675541, 39.709861152537954 ], [ -109.97053160107427, 39.709689985389304 ], [ -109.9705872357606, 39.709478744053754 ], [ -109.97066619793303, 39.709267709507927 ], [ -109.97079221677095, 39.709030062106194 ], [ -109.97085595770861, 39.708665722704701 ], [ -109.97093572120022, 39.708400635121166 ], [ -109.97105014066069, 39.708158379587424 ], [ -109.97115175812431, 39.707992595376091 ], [ -109.97159441768922, 39.707248688246615 ], [ -109.97195931632473, 39.706634735628953 ], [ -109.97235799562976, 39.706102170704291 ], [ -109.97273509882903, 39.705844218190478 ], [ -109.97303465136112, 39.705702708384131 ], [ -109.97332280643113, 39.705543077024529 ], [ -109.97376921523151, 39.705330783910881 ], [ -109.9744606826206, 39.705111643962091 ], [ -109.97492921176952, 39.704980631684975 ], [ -109.97529846877583, 39.70485775137751 ], [ -109.97552231502546, 39.704786745848871 ], [ -109.97661060313555, 39.704472884924584 ], [ -109.97720258438798, 39.704275376561064 ], [ -109.97762478297381, 39.70412142019233 ], [ -109.97840217144275, 39.704006628166169 ], [ -109.97882250653095, 39.703978790989993 ], [ -109.97907909383818, 39.703981047518262 ], [ -109.97942858748645, 39.704011150182815 ], [ -109.97973706167591, 39.704054406337271 ], [ -109.98052875876573, 39.7041559657536 ], [ -109.98125405881179, 39.704410107166581 ], [ -109.98182250714119, 39.704622323630751 ], [ -109.98279804709912, 39.70491468966727 ], [ -109.98355967544045, 39.705079034998136 ], [ -109.98422428326175, 39.705098366565586 ], [ -109.98467915071382, 39.705102345318778 ], [ -109.98524554520407, 39.705057742117155 ], [ -109.98570159977839, 39.704980637240176 ], [ -109.98620489966321, 39.704863398118171 ], [ -109.98688242145394, 39.704797232217622 ], [ -109.98760626573414, 39.704753991294474 ], [ -109.98782216697329, 39.704746863722058 ], [ -109.98803813398196, 39.704735231320399 ], [ -109.98844707026686, 39.704689239938176 ], [ -109.98893817446202, 39.704607922683238 ], [ -109.98925347527492, 39.704583638008316 ], [ -109.98974962111394, 39.704556421218477 ], [ -109.99004612899745, 39.704540980864763 ], [ -109.99043270594544, 39.704508302977779 ], [ -109.99067245768654, 39.704465337476016 ], [ -109.99083620162158, 39.704435225846019 ], [ -109.99137544834215, 39.704331791693427 ], [ -109.99235890222299, 39.704002455986156 ], [ -109.99303293613852, 39.703774043751032 ], [ -109.9934567993909, 39.703502913989233 ], [ -109.99383407281141, 39.703226873906722 ], [ -109.99403017517504, 39.702976292993554 ], [ -109.99418741797132, 39.702590224980682 ], [ -109.994209817212, 39.702252543720078 ], [ -109.99412011184651, 39.702003991348491 ], [ -109.99395551509471, 39.701691719926828 ], [ -109.99373765263904, 39.701433046683725 ], [ -109.99353158531835, 39.701165465265426 ], [ -109.9935289605579, 39.700944697271702 ], [ -109.99355523045971, 39.700742199764306 ], [ -109.99352678665596, 39.700291452667109 ], [ -109.99340458572486, 39.69987142776823 ], [ -109.99328042265246, 39.699586535884094 ], [ -109.99305503125929, 39.699043980632929 ], [ -109.99297301135898, 39.698668452742915 ], [ -109.99295720719768, 39.698552086497244 ], [ -109.99293433705911, 39.698119407478934 ], [ -109.99294285243315, 39.697934776048726 ], [ -109.9930464269456, 39.697228388194411 ], [ -109.99321335400219, 39.696576609608208 ], [ -109.99341965436571, 39.696024282235499 ], [ -109.993688978516, 39.695549085828233 ], [ -109.99375781441313, 39.695226222741439 ], [ -109.99371641405135, 39.69486456218317 ], [ -109.99372361850919, 39.694770019418655 ], [ -109.99375538883379, 39.694590094364202 ], [ -109.99401094009424, 39.693857992112953 ], [ -109.99426847000306, 39.693310611778216 ], [ -109.99457307768813, 39.692894283800499 ], [ -109.99491759101177, 39.692460280370895 ], [ -109.99533271964052, 39.691981836775341 ], [ -109.99567657081425, 39.691592875386995 ], [ -109.99582532738071, 39.691468021622676 ], [ -109.99594207664236, 39.691378930993139 ], [ -109.99624767656454, 39.691214887728414 ], [ -109.99647080048973, 39.691108696031321 ], [ -109.99730006691415, 39.690620308712305 ], [ -109.99798802450971, 39.690225301327516 ], [ -109.99836344907808, 39.690070864989451 ], [ -109.99889661763551, 39.689895262494034 ], [ -109.99913657393974, 39.689834260888787 ], [ -109.99933072775373, 39.689795389141494 ], [ -109.99976256951417, 39.689690989603548 ], [ -109.99993223507614, 39.689651905894472 ], [ -110.00011265503932, 39.689594894485182 ], [ -110.0004940286213, 39.689512582683541 ], [ -110.0011713231945, 39.689450835622836 ], [ -110.00185412262665, 39.689411657005635 ], [ -110.00224508000916, 39.689392492044639 ], [ -110.00260753371471, 39.689328030768493 ], [ -110.00278302720292, 39.689288992941009 ], [ -110.00316368354387, 39.689175131071181 ], [ -110.00341140718902, 39.688979036784602 ], [ -110.00370640634507, 39.688739198439791 ], [ -110.00393658428008, 39.688546556471366 ], [ -110.00445611866861, 39.688100510293488 ], [ -110.00475934857042, 39.68777424343579 ], [ -110.00485968903027, 39.687608417764359 ], [ -110.00509340316732, 39.687168928744128 ], [ -110.00517281572482, 39.686917328109509 ], [ -110.00535412170643, 39.68655397479796 ], [ -110.00549267092461, 39.686163224865162 ], [ -110.00551410336773, 39.685888602248376 ], [ -110.0055493799366, 39.685461828513802 ], [ -110.00546432028273, 39.684888061475192 ], [ -110.00532406504823, 39.684503933391369 ], [ -110.00520667845788, 39.68415153618443 ], [ -110.00506480980438, 39.683880019450747 ], [ -110.00499659686049, 39.683757799397874 ], [ -110.00475024516487, 39.68345385177139 ], [ -110.00455519974535, 39.683231433839644 ], [ -110.00431934689264, 39.683008665673078 ], [ -110.00411160915023, 39.682858218498652 ], [ -110.00380437759124, 39.682733947555207 ], [ -110.0032892830958, 39.682549326509893 ], [ -110.00275942240985, 39.682418636628036 ], [ -110.0023508207599, 39.68245116697117 ], [ -110.00215040557167, 39.682521525246941 ], [ -110.00184006451768, 39.682694553783023 ], [ -110.00152253153479, 39.68288103469888 ], [ -110.00109461989682, 39.683039535134952 ], [ -110.00068465032317, 39.683166653251021 ], [ -109.99935491009759, 39.683596693823233 ], [ -109.99845320835736, 39.683859221079686 ], [ -109.99799095565038, 39.6839723636025 ], [ -109.99769304558625, 39.684010337649596 ], [ -109.99738937047493, 39.68404375613413 ], [ -109.9966584051422, 39.684191513992403 ], [ -109.99595065202517, 39.684346675975775 ], [ -109.99490429022229, 39.684531339297401 ], [ -109.99437919495597, 39.684634913375625 ], [ -109.99363730100987, 39.684651010995367 ], [ -109.99335739897445, 39.684653089823342 ], [ -109.99216147781473, 39.684696776187117 ], [ -109.99132688017464, 39.684752599527137 ], [ -109.99049908211946, 39.684741801732784 ], [ -109.99009185317021, 39.684678794425153 ], [ -109.98950454097897, 39.684570069517491 ], [ -109.98895895980478, 39.684398634778717 ], [ -109.98839681199949, 39.684163982927714 ], [ -109.98791622030217, 39.683934544250867 ], [ -109.98763954463256, 39.683715891621659 ], [ -109.98726050036522, 39.683320649906463 ], [ -109.98694460051502, 39.682993533108196 ], [ -109.98659869886173, 39.682724718833761 ], [ -109.98624054759424, 39.68249634173749 ], [ -109.98595334360948, 39.682201007872969 ], [ -109.98551249779304, 39.681647545094101 ], [ -109.98511915310033, 39.68103593055428 ], [ -109.98491528882506, 39.680624191977962 ], [ -109.98484227452285, 39.680434342924571 ], [ -109.98475480620728, 39.68003713660265 ], [ -109.9847512193637, 39.679883934612135 ], [ -109.98475871107975, 39.679770473642527 ], [ -109.98478564361062, 39.679523834080612 ], [ -109.98482325872261, 39.67934396217548 ], [ -109.98485412083949, 39.679227101484642 ], [ -109.98492114660435, 39.67902946656838 ], [ -109.98496936481199, 39.678921767596059 ], [ -109.98502347823116, 39.67880961510987 ], [ -109.98532075048361, 39.678415771349997 ], [ -109.98566241367607, 39.678175485243948 ], [ -109.9860203109516, 39.678020935257756 ], [ -109.98651909858852, 39.677800038586128 ], [ -109.98671429747931, 39.677608026170482 ], [ -109.98694061622008, 39.67728113427944 ], [ -109.98701267365396, 39.677137602211737 ], [ -109.98709082326758, 39.676976103149791 ], [ -109.98717061742485, 39.676701992833507 ], [ -109.9872138565341, 39.676535684155837 ], [ -109.98732078207128, 39.676000519057538 ], [ -109.98736770410657, 39.675581961161363 ], [ -109.9874843908139, 39.675176625595647 ], [ -109.98754025973312, 39.674943752528087 ], [ -109.98751565232611, 39.674632691381092 ], [ -109.98740924107827, 39.674334431995156 ], [ -109.98714913133702, 39.673782550702697 ], [ -109.98704894665964, 39.673457315119698 ], [ -109.98701568356648, 39.67333989433785 ], [ -109.98692631570466, 39.673072417297789 ], [ -109.98675887123102, 39.672562789642456 ], [ -109.98669764927888, 39.672364034355894 ], [ -109.98666879709971, 39.671944815273477 ], [ -109.98667077162983, 39.671809681749288 ], [ -109.98667086633647, 39.671404230294975 ], [ -109.98663068614842, 39.670962387159889 ], [ -109.98647333938098, 39.67056006667918 ], [ -109.98605604006724, 39.669596853254639 ], [ -109.98588895234457, 39.669063801081748 ], [ -109.98574672836139, 39.66882379256505 ], [ -109.98566153936373, 39.66866987757858 ], [ -109.98559966497508, 39.668516166185277 ], [ -109.98557054384655, 39.668115865360079 ], [ -109.98554968053669, 39.66794809607795 ], [ -109.98531463568307, 39.667279298458809 ], [ -109.98508130885439, 39.666493384574636 ], [ -109.984790210326, 39.665752015410611 ], [ -109.984449566948, 39.665050757466908 ], [ -109.9843210569679, 39.664671211094188 ], [ -109.98430660615709, 39.664463853326382 ], [ -109.98435129476503, 39.664198447382368 ], [ -109.98449180543999, 39.663758183159523 ], [ -109.98469046363108, 39.663327437167226 ], [ -109.9849047580436, 39.663022968347072 ], [ -109.98501817329445, 39.662920343907913 ], [ -109.98531699415776, 39.662734644839034 ], [ -109.98551595227698, 39.662681421622743 ], [ -109.98575603582805, 39.662606032078003 ], [ -109.98595555949886, 39.662514069768434 ], [ -109.98611515528468, 39.662362292111375 ], [ -109.98625720045577, 39.662214866060914 ], [ -109.98668267439579, 39.661817631385382 ], [ -109.98714409767946, 39.661353133141787 ], [ -109.98723355553372, 39.661214257274523 ], [ -109.98746590759274, 39.660869395718187 ], [ -109.98778024211393, 39.660498218042257 ], [ -109.98792267414504, 39.66032376304554 ], [ -109.98802948126905, 39.660194047789432 ], [ -109.98809595289693, 39.660032445747909 ], [ -109.98807507234427, 39.659865577534617 ], [ -109.98801379133538, 39.659671327069752 ], [ -109.98789383836244, 39.65950359547405 ], [ -109.98768116707603, 39.659299015315185 ], [ -109.98742253226028, 39.659048983673372 ], [ -109.98726172175485, 39.658885400213507 ], [ -109.98718694727059, 39.658817172610362 ], [ -109.98702707169603, 39.658589625476829 ], [ -109.98692807870705, 39.658184209815403 ], [ -109.98694760058343, 39.658044724001762 ], [ -109.98698526303208, 39.65786034605766 ], [ -109.98701048081855, 39.657729919979701 ], [ -109.98704638554545, 39.657586071997429 ], [ -109.98706661220905, 39.657478127548117 ], [ -109.98714797359646, 39.657095008052757 ], [ -109.98723737065534, 39.656560589310708 ], [ -109.98741387658129, 39.656047653134145 ], [ -109.98745623355249, 39.65594080253971 ], [ -109.98758229156776, 39.655689619398458 ], [ -109.98782673766307, 39.655313326881299 ], [ -109.98818223051546, 39.654915476127876 ], [ -109.98848873642493, 39.654679378995411 ], [ -109.98896626882276, 39.654305113796688 ], [ -109.98953775501275, 39.653882108627435 ], [ -109.99006051806811, 39.653602838183943 ], [ -109.99047648539133, 39.653453283271936 ], [ -109.99065765591249, 39.653418817592083 ], [ -109.99085074286731, 39.653366435010874 ], [ -109.99097364005175, 39.653331462482157 ], [ -109.99123180889153, 39.653212069070456 ], [ -109.99148022068677, 39.652961944175551 ], [ -109.99158681324242, 39.652845738674259 ], [ -109.9916875781948, 39.652729482477525 ], [ -109.99185447090942, 39.652474143947806 ], [ -109.99202227832234, 39.652155742521714 ], [ -109.99231513632813, 39.651653719165623 ], [ -109.99251534473196, 39.651110345971986 ], [ -109.99267960686115, 39.650634236251157 ], [ -109.99304825958059, 39.649727414323472 ], [ -109.99329311193929, 39.649319577934847 ], [ -109.99350117083414, 39.649037563382663 ], [ -109.99375636576667, 39.648719916466845 ], [ -109.99389240887152, 39.648581438650652 ], [ -109.99445870863524, 39.648108808123403 ], [ -109.99472366640016, 39.647840799022944 ], [ -109.99490846422697, 39.647635166278079 ], [ -109.99504527245338, 39.647443534150071 ], [ -109.99514675399594, 39.647276824478382 ], [ -109.99555171052505, 39.646676651140773 ], [ -109.99600753657197, 39.646185037168294 ], [ -109.99650671350011, 39.645919048262797 ], [ -109.99674140834581, 39.645808449583882 ], [ -109.99701675892366, 39.645707211610585 ], [ -109.99747804127608, 39.645643618385421 ], [ -109.9976817792507, 39.645658891920419 ], [ -109.99822242369186, 39.64574915221192 ], [ -109.99859500568333, 39.645774890420256 ], [ -109.99885176909719, 39.645750073641679 ], [ -109.9991262071931, 39.645711893460323 ], [ -109.99945314991936, 39.645669659894899 ], [ -109.99987817203947, 39.645695845721299 ], [ -110.00016684788395, 39.645801947222623 ], [ -110.00027206303209, 39.645860517525605 ], [ -110.00040483131966, 39.645948157177209 ], [ -110.0006639844911, 39.646162124515982 ], [ -110.00132453540876, 39.646424593847236 ], [ -110.00217672678778, 39.646733756475676 ], [ -110.00284292165379, 39.647009780820476 ], [ -110.00326057432432, 39.647144012182913 ], [ -110.00359710595907, 39.64724601080691 ], [ -110.00416535405353, 39.647444601444853 ], [ -110.00488510330379, 39.647644487446861 ], [ -110.00537378341778, 39.647702733937493 ], [ -110.0059330962487, 39.647712027397965 ], [ -110.00634136258017, 39.647688490673112 ], [ -110.00686764794614, 39.647562345607696 ], [ -110.00725246406741, 39.647548516261544 ], [ -110.00760773370516, 39.647563265499095 ], [ -110.00780609091457, 39.647547840987826 ], [ -110.00834920963116, 39.647466883482068 ], [ -110.00933126783954, 39.647254516731394 ], [ -110.00985274602974, 39.647056236292599 ], [ -110.01023476383388, 39.646829734831307 ], [ -110.0104057955225, 39.646687030586506 ], [ -110.01053123980233, 39.646471856918808 ], [ -110.01059335968046, 39.646202083077689 ], [ -110.01065138577405, 39.645810637942773 ], [ -110.01074284547242, 39.645117639074314 ], [ -110.01089595668319, 39.644596357058433 ], [ -110.01092682252376, 39.644474983501077 ], [ -110.0110332543323, 39.643957808775973 ], [ -110.01102653227468, 39.643529771538908 ], [ -110.01103033118839, 39.643263104753913 ], [ -110.01104411207022, 39.642786587466162 ], [ -110.01108707880721, 39.642633781483816 ], [ -110.01116615873556, 39.642400191969614 ], [ -110.01121579584641, 39.642269967984589 ], [ -110.01129326057314, 39.642067899993862 ], [ -110.01147470968557, 39.641601819787518 ], [ -110.01153132832671, 39.641308572089194 ], [ -110.01154490494315, 39.641173535989317 ], [ -110.01157782963379, 39.640498057932653 ], [ -110.01160947104563, 39.639912669981832 ], [ -110.01166049401918, 39.63952116429369 ], [ -110.01166237338199, 39.639061664556955 ], [ -110.01163920597894, 39.638642497169613 ], [ -110.01161213637427, 39.638088144833844 ], [ -110.01157718920167, 39.63767788724391 ], [ -110.01153308194561, 39.637501814658094 ], [ -110.01137418680706, 39.637203128546375 ], [ -110.01120210163491, 39.637012451310774 ], [ -110.01081548421654, 39.636747866094055 ], [ -110.01062438357907, 39.636665147447779 ], [ -110.01047950563522, 39.636609852618399 ], [ -110.01009122362311, 39.636462382317809 ], [ -110.00976031579722, 39.636377569663878 ], [ -110.00956267196868, 39.636345250139854 ], [ -110.00929461627301, 39.636347469191385 ], [ -110.00906720045568, 39.636359945465685 ], [ -110.00891618992753, 39.636326220648911 ], [ -110.00852778428518, 39.63618775419355 ], [ -110.00817523620329, 39.635986521822545 ], [ -110.0079096918053, 39.635813061873641 ], [ -110.00769703186832, 39.635608517714942 ], [ -110.00751253656045, 39.635471789692296 ], [ -110.00728111350421, 39.635357185606054 ], [ -110.00705642454268, 39.635260658857931 ], [ -110.00649376530325, 39.635003564373321 ], [ -110.00609546585953, 39.634824459652393 ], [ -110.00561430970156, 39.634572563343234 ], [ -110.00527977171951, 39.634335435907296 ], [ -110.00510700054194, 39.634194299409018 ], [ -110.00490555339049, 39.634021381583075 ], [ -110.00464630235327, 39.63381643268189 ], [ -110.00430646233993, 39.633543216536857 ], [ -110.00389691123397, 39.633255886428216 ], [ -110.0037530151713, 39.633133015763477 ], [ -110.00358031471514, 39.632987372537293 ], [ -110.00343175768029, 39.632783370429514 ], [ -110.00333517915954, 39.632611349547851 ], [ -110.00323944157323, 39.632380770029549 ], [ -110.0031194325842, 39.632217558016485 ], [ -110.00288977386238, 39.631981323726791 ], [ -110.00274575283814, 39.631867460851538 ], [ -110.00251512609242, 39.631698793399387 ], [ -110.00216896156255, 39.631461557142707 ], [ -110.00190849816838, 39.631342187831081 ], [ -110.00170137089304, 39.631241296576974 ], [ -110.00130665261483, 39.631058602182833 ], [ -110.00095325746605, 39.630919510441657 ], [ -110.00076775100365, 39.630854843957373 ], [ -110.0006228283748, 39.630804041531519 ], [ -110.00036360198955, 39.630599083268962 ], [ -110.0002892333559, 39.630503836984161 ], [ -110.00014658146061, 39.6302953764108 ], [ -109.9998194674873, 39.629869084607954 ], [ -109.99974620056287, 39.629778352516354 ], [ -109.99959131719619, 39.629610331464384 ], [ -109.99925191021597, 39.629228982773121 ], [ -109.99881626224582, 39.628815268187694 ], [ -109.9986965294806, 39.628634033709808 ], [ -109.9984171467693, 39.628211753390538 ], [ -109.99819882972326, 39.627999033892877 ], [ -109.99783639273359, 39.627680553262785 ], [ -109.99759485659077, 39.627462226227486 ], [ -109.99752606014663, 39.627385046482843 ], [ -109.99739435784717, 39.627226232651623 ], [ -109.99725884686416, 39.626927728877796 ], [ -109.99721575770776, 39.626684083567959 ], [ -109.99726385383926, 39.626580882332604 ], [ -109.99732412009567, 39.626441745628284 ], [ -109.9975018619845, 39.62623604685573 ], [ -109.99764367773649, 39.626097613736597 ], [ -109.99780335788003, 39.625932304191466 ], [ -109.99803196257749, 39.62583516490082 ], [ -109.99829571145894, 39.625724813033891 ], [ -109.99902086636233, 39.625532841269319 ], [ -109.99947171219864, 39.625375444113821 ], [ -109.99993455610579, 39.625193821146183 ], [ -110.00040222435787, 39.625081615819006 ], [ -110.00090538492016, 39.624931871330716 ], [ -110.00103987648914, 39.624896987481428 ], [ -110.00126200082083, 39.624844836698628 ], [ -110.00147266923578, 39.624779071821628 ], [ -110.0017595142139, 39.624682425755331 ], [ -110.00195833772467, 39.624630073396268 ], [ -110.00230925530482, 39.624533976443871 ], [ -110.00271745083639, 39.62450594615968 ], [ -110.00308417366533, 39.624526213228251 ], [ -110.0033453764119, 39.624592426520891 ], [ -110.0035249663099, 39.6246624442227 ], [ -110.00369882210268, 39.624726105376183 ], [ -110.0040005423304, 39.624810684961993 ], [ -110.00418074045281, 39.624838359254838 ], [ -110.00474285424733, 39.625045904633843 ], [ -110.00488143980559, 39.625131787152057 ], [ -110.00526510368267, 39.625271126193518 ], [ -110.00564133631875, 39.625359943629164 ], [ -110.00624448644227, 39.625468721590565 ], [ -110.00682711936069, 39.625545785549633 ], [ -110.00697248655197, 39.625565048595334 ], [ -110.0071945634904, 39.625597581286009 ], [ -110.00738509554044, 39.625636151094142 ], [ -110.0077696166921, 39.625716022343099 ], [ -110.00805259054535, 39.625808540412521 ], [ -110.00836093804887, 39.625919294666055 ], [ -110.0088248752068, 39.62598632515661 ], [ -110.00901121193934, 39.625992420032929 ], [ -110.00919767721071, 39.625989505575617 ], [ -110.00937274936325, 39.625968473396313 ], [ -110.00962367523601, 39.625939077563054 ], [ -110.0102627109632, 39.62565619990179 ], [ -110.01079273462899, 39.625255258693421 ], [ -110.01130373869633, 39.624962274740817 ], [ -110.01141134425635, 39.624769472676583 ], [ -110.01152003884349, 39.624500093627681 ], [ -110.01154033373535, 39.624302043359833 ], [ -110.01151908521327, 39.624157700389141 ], [ -110.01149097512264, 39.624004288886709 ], [ -110.01146520791146, 39.623849996298105 ], [ -110.01146679753856, 39.623738284144004 ], [ -110.01148632316209, 39.623594288129496 ], [ -110.01160064807448, 39.62333847206029 ], [ -110.011732574663, 39.623073795475534 ], [ -110.01185899580919, 39.622786546550408 ], [ -110.01197600856121, 39.62234154003383 ], [ -110.01206940071019, 39.621918857826685 ], [ -110.01206563000478, 39.621364702199507 ], [ -110.01207625859534, 39.621026912346267 ], [ -110.01210468107284, 39.620666748444918 ], [ -110.01213444819426, 39.620211989464899 ], [ -110.01216664507687, 39.619996019862789 ], [ -110.01227494743701, 39.619343705461105 ], [ -110.01242945889994, 39.618718814156416 ], [ -110.01251503403508, 39.618435722086843 ], [ -110.01258755141565, 39.618251630540165 ], [ -110.01270096702895, 39.618058876393803 ], [ -110.01283812740081, 39.617834788398227 ], [ -110.01292563244776, 39.617497651498162 ], [ -110.01292408230235, 39.617114707115121 ], [ -110.01289214407096, 39.616902697288751 ], [ -110.01287614302811, 39.616798944635157 ], [ -110.01288017440486, 39.616515159257048 ], [ -110.01293489609769, 39.616353441575363 ], [ -110.01297188894529, 39.616209593526833 ], [ -110.01318514308922, 39.615959121092352 ], [ -110.01370412996968, 39.615508516012284 ], [ -110.01401587838266, 39.615294918789566 ], [ -110.01446887323806, 39.614978902339224 ], [ -110.01472129019764, 39.614841386113639 ], [ -110.01499111460296, 39.614708522007085 ], [ -110.0152835322023, 39.614625404612632 ], [ -110.01547079652958, 39.614563920744381 ], [ -110.01597479333827, 39.614347442234454 ], [ -110.01641491374848, 39.614116905482163 ], [ -110.01656274607414, 39.613960479366078 ], [ -110.01669937583543, 39.613772422697437 ], [ -110.01684636060774, 39.613593463647639 ], [ -110.01702390217363, 39.613477834040381 ], [ -110.01731733135733, 39.613322638802735 ], [ -110.01743476635318, 39.613256055955816 ], [ -110.01765881547564, 39.61306423239354 ], [ -110.01782466865174, 39.612786319907862 ], [ -110.01789390711497, 39.61250308535876 ], [ -110.01802890710985, 39.612017678111584 ], [ -110.01808509528354, 39.6113387871806 ], [ -110.01812832378934, 39.610752591244839 ], [ -110.01810435959763, 39.610387477263963 ], [ -110.01807778645116, 39.610207049478213 ], [ -110.01799291269637, 39.610030633966417 ], [ -110.01789664657291, 39.609836101761765 ], [ -110.01784259799075, 39.609539210567803 ], [ -110.01789122410457, 39.609395459082769 ], [ -110.01802804471903, 39.609192986013575 ], [ -110.01818206815393, 39.609009579498192 ], [ -110.01849934266055, 39.60881403686502 ], [ -110.01933125242812, 39.608469665920317 ], [ -110.01990501222245, 39.608258263863156 ], [ -110.02040144066439, 39.608078643503674 ], [ -110.02094123991226, 39.607879564156534 ], [ -110.02113443152243, 39.607809110782583 ], [ -110.02154936050199, 39.60770898922673 ], [ -110.02197492125836, 39.607681037009058 ], [ -110.02221374894346, 39.607678542250184 ], [ -110.02242345902107, 39.607675801989849 ], [ -110.02318709989099, 39.607628164240708 ], [ -110.02352663575074, 39.607504876252875 ], [ -110.02380280781811, 39.607331498936006 ], [ -110.02397978961413, 39.607170802927307 ], [ -110.0240968020522, 39.607050148656093 ], [ -110.02449389190463, 39.606643520971247 ], [ -110.02454224932488, 39.606517784650578 ], [ -110.02456781857575, 39.60635581630256 ], [ -110.02463516277028, 39.606122117321839 ], [ -110.02471909184069, 39.605951628704041 ], [ -110.02482099612116, 39.605745250223798 ], [ -110.02485346196461, 39.60550675323227 ], [ -110.02482933727838, 39.605150649009872 ], [ -110.02476825093221, 39.604938397236872 ], [ -110.02464792096974, 39.604797729440286 ], [ -110.02452765469909, 39.604652556966812 ], [ -110.02450578854746, 39.604467664857168 ], [ -110.02456208032164, 39.604274418809233 ], [ -110.02462208233972, 39.604148780166234 ], [ -110.02474797211282, 39.603893047097976 ], [ -110.02480233982158, 39.60375384579541 ], [ -110.02496974853382, 39.603444399924676 ], [ -110.02523488601106, 39.603225875531209 ], [ -110.02555230375347, 39.603016799201434 ], [ -110.02603377660996, 39.602737016027447 ], [ -110.02663435620745, 39.602269015088076 ], [ -110.02714518694998, 39.60197145284026 ], [ -110.02744030932095, 39.601690103149608 ], [ -110.02781879059263, 39.601277901653802 ], [ -110.02811339093645, 39.601033487561679 ], [ -110.02841275463746, 39.600864798041769 ], [ -110.02867066402968, 39.600745317155599 ], [ -110.02893414382939, 39.600643902608525 ], [ -110.0290648276716, 39.600460286132915 ], [ -110.02909032098546, 39.600302821030368 ], [ -110.02911908499635, 39.599911118556889 ], [ -110.02914435299297, 39.599352698479755 ], [ -110.02915174824197, 39.599240133006454 ], [ -110.02920574791059, 39.598375606720609 ], [ -110.02921948656406, 39.598142357771209 ], [ -110.029268910889, 39.597939140582127 ], [ -110.02933503586122, 39.597791025014651 ], [ -110.02944837081746, 39.597598252866412 ], [ -110.02956821932712, 39.597355978987999 ], [ -110.02958193918305, 39.59720742553273 ], [ -110.02958357364221, 39.597090306778519 ], [ -110.0295819628531, 39.596788452114112 ], [ -110.02952631417553, 39.596603278492978 ], [ -110.02943047350716, 39.596377223258493 ], [ -110.0293678712091, 39.596273083140154 ], [ -110.02916247199636, 39.595969525763167 ], [ -110.02892270553303, 39.595625134935865 ], [ -110.02872983593774, 39.595258610185688 ], [ -110.0286054535774, 39.594991769789779 ], [ -110.02851468534899, 39.594819817296546 ], [ -110.02826897765833, 39.594484385592366 ], [ -110.02793442522763, 39.594256332342361 ], [ -110.02765707855559, 39.594101739416729 ], [ -110.02747216046511, 39.594000178626985 ], [ -110.02734570607147, 39.593881987627967 ], [ -110.02728930948196, 39.593750867750593 ], [ -110.02726765819105, 39.593633554025907 ], [ -110.02725201833188, 39.593502775340632 ], [ -110.02717450801862, 39.593132708601161 ], [ -110.0270905433912, 39.592974327215799 ], [ -110.02703921404455, 39.592897310774447 ], [ -110.02681001157056, 39.592548498859074 ], [ -110.02658757546305, 39.592298855268901 ], [ -110.02644334365812, 39.592203039809945 ], [ -110.02633373027534, 39.592130039760896 ], [ -110.02584908001511, 39.591810620640146 ], [ -110.02545166882661, 39.591582033177687 ], [ -110.02523760913454, 39.59140003368848 ], [ -110.02492042157667, 39.591181127609815 ], [ -110.02462469255212, 39.59109304858724 ], [ -110.02429979046074, 39.591009228930282 ], [ -110.02387047032815, 39.590897500596235 ], [ -110.02296953552121, 39.590700714105395 ], [ -110.02236646799501, 39.590605539435359 ], [ -110.02215744271426, 39.590563234610002 ], [ -110.02197778147504, 39.590503156202971 ], [ -110.02174053335857, 39.590397541720435 ], [ -110.02107670110294, 39.589986492042094 ], [ -110.02073188181346, 39.589663724538177 ], [ -110.02053761261452, 39.589400791468385 ], [ -110.02046588240593, 39.589201962540287 ], [ -110.02044288920422, 39.589098151480783 ], [ -110.02037518270046, 39.58894440737533 ], [ -110.02017553906809, 39.588649892692558 ], [ -110.01970671175874, 39.58803775010535 ], [ -110.01951975457617, 39.587752351500207 ], [ -110.01923916286609, 39.587335514441129 ], [ -110.01893043936421, 39.586931954452105 ], [ -110.01877566593252, 39.586759453803069 ], [ -110.01859855954473, 39.5865191878489 ], [ -110.01853966833021, 39.586153777486544 ], [ -110.01859075412804, 39.58583434702129 ], [ -110.01864645371036, 39.585600552354023 ], [ -110.0188404345265, 39.585057073594072 ], [ -110.01901919927079, 39.584766652565946 ], [ -110.01920222178531, 39.584587092628752 ], [ -110.01936725797738, 39.584444322413312 ], [ -110.01966258947864, 39.584144972854119 ], [ -110.01999943052687, 39.583791911423653 ], [ -110.02011175241067, 39.583671221005524 ], [ -110.02054388871679, 39.583165788128881 ], [ -110.02079068417343, 39.582591215281482 ], [ -110.02109385115006, 39.582147764713987 ], [ -110.02137423572977, 39.581668080613682 ], [ -110.02142201025123, 39.581582886030354 ], [ -110.021762376529, 39.580977563191574 ], [ -110.02217613382082, 39.580535040615494 ], [ -110.02240531439041, 39.58038379549189 ], [ -110.0226469083678, 39.580177692057099 ], [ -110.02292384561498, 39.579942151621609 ], [ -110.02330991566234, 39.579729152371534 ], [ -110.02379695563582, 39.579539525661524 ], [ -110.02437071449137, 39.579310079101944 ], [ -110.02482747881218, 39.579120193827883 ], [ -110.02512061822749, 39.578973985123433 ], [ -110.02530359702524, 39.578795315931195 ], [ -110.02555724807385, 39.578558672752649 ], [ -110.02580938380405, 39.578430138838044 ], [ -110.02610751972816, 39.578342535873205 ], [ -110.02628860328548, 39.578299002389123 ], [ -110.02644045524993, 39.578264233922319 ], [ -110.02679667427624, 39.578186126023404 ], [ -110.02740351263391, 39.578087589484177 ], [ -110.02784622728559, 39.578068768689143 ], [ -110.02797447918852, 39.578056326295467 ], [ -110.02840542563763, 39.578046415137045 ], [ -110.02866123745387, 39.578071079361472 ], [ -110.02916785763351, 39.578061797929983 ], [ -110.02970911921223, 39.577989732061127 ], [ -110.03029364375998, 39.577904509391637 ], [ -110.03092388468006, 39.577797139511986 ], [ -110.03163359413996, 39.577501213969263 ], [ -110.03182671689245, 39.577345144453979 ], [ -110.03197437243342, 39.577193200951754 ], [ -110.03207646206744, 39.576968795972917 ], [ -110.03212584923214, 39.576766477467643 ], [ -110.03216872600912, 39.57661366090425 ], [ -110.03225548128736, 39.576235954314967 ], [ -110.03238667298632, 39.57601179138431 ], [ -110.03259303414661, 39.575824295004658 ], [ -110.03291656251891, 39.575583712120974 ], [ -110.03326381002357, 39.575311789882903 ], [ -110.03372959753445, 39.574887678613919 ], [ -110.03423643723667, 39.574441381067764 ], [ -110.03471366697241, 39.574030876176231 ], [ -110.03494323633828, 39.573848073411412 ], [ -110.03507911127153, 39.573705038203194 ], [ -110.03518601959644, 39.573551851081369 ], [ -110.03528194798426, 39.573350818513262 ], [ -110.03539753543797, 39.572991369100436 ], [ -110.03543570568685, 39.572757420104871 ], [ -110.03549133746465, 39.572523616022323 ], [ -110.03553395437837, 39.572388816363222 ], [ -110.03559397043693, 39.572258666199929 ], [ -110.03582195448863, 39.571769500760105 ], [ -110.03613335608605, 39.571141368239701 ], [ -110.03636251750109, 39.570566614212453 ], [ -110.03666332773696, 39.569861805321217 ], [ -110.03678973225679, 39.569561010432928 ], [ -110.03691607333329, 39.569264719977326 ], [ -110.03729110270359, 39.568664142016672 ], [ -110.0376383321958, 39.567968725090452 ], [ -110.0377758089042, 39.567708566749189 ], [ -110.03783662600944, 39.567519855405294 ], [ -110.03790401005202, 39.567277136985041 ], [ -110.03802408617268, 39.567012329129881 ], [ -110.03808546217493, 39.566783076196835 ], [ -110.03808188290891, 39.566620862332563 ], [ -110.03792761611982, 39.5664114488306 ], [ -110.03771655676051, 39.566099749183827 ], [ -110.03764995412411, 39.565864931505473 ], [ -110.03761195386765, 39.565666391604879 ], [ -110.03756274972652, 39.565436223066584 ], [ -110.03752767701765, 39.565025966791616 ], [ -110.0375173449177, 39.564931273722124 ], [ -110.03744321475315, 39.564399055676475 ], [ -110.03728804336072, 39.563834630363282 ], [ -110.03721485036779, 39.563234843048285 ], [ -110.03725369370875, 39.562951342281238 ], [ -110.03731400950949, 39.562798667860207 ], [ -110.03748157207406, 39.562466676901956 ], [ -110.03770776619061, 39.562103635347405 ], [ -110.03782666339568, 39.561923513952287 ], [ -110.03781286469869, 39.561658498570701 ], [ -110.03778526031414, 39.561550147098046 ], [ -110.03775164956706, 39.561455261248447 ], [ -110.03763149100548, 39.561305597242331 ], [ -110.03746045064835, 39.561047388763313 ], [ -110.0374582111543, 39.56087257148603 ], [ -110.0374194983427, 39.560641588588162 ], [ -110.03733450857983, 39.560474195070427 ], [ -110.03719200858156, 39.560256768689179 ], [ -110.03708900046794, 39.560129771805173 ], [ -110.03687573270648, 39.559979335479248 ], [ -110.03665583612631, 39.559887410404684 ], [ -110.03615146869821, 39.559743569561647 ], [ -110.03541426018869, 39.559602299268839 ], [ -110.03504887897793, 39.559509163521689 ], [ -110.03438182165095, 39.559345943544557 ], [ -110.03371082340153, 39.559047533308103 ], [ -110.03315571947765, 39.558786124431315 ], [ -110.03276256251507, 39.558598142853661 ], [ -110.03256163615814, 39.558398244993086 ], [ -110.03239037129642, 39.558158047647609 ], [ -110.03234026281173, 39.55799454498424 ], [ -110.03225145986065, 39.557683853073236 ], [ -110.03221197649468, 39.557593421816328 ], [ -110.03213269701246, 39.557435082270615 ], [ -110.0320761942553, 39.55731297335857 ], [ -110.03186532583916, 39.556991353135714 ], [ -110.03170326248038, 39.556926931214335 ], [ -110.03147718729601, 39.556861975616577 ], [ -110.03126275109832, 39.556797116600102 ], [ -110.03098561964848, 39.556637126852053 ], [ -110.03082473657446, 39.556488017226819 ], [ -110.03026718188559, 39.555986901540294 ], [ -110.02972808433329, 39.555414756305289 ], [ -110.02934209335817, 39.555132215378116 ], [ -110.02909494779281, 39.554909399822556 ], [ -110.02891231638486, 39.554651081832702 ], [ -110.02869615404576, 39.554293370571088 ], [ -110.02860220619587, 39.553935779462051 ], [ -110.02858731262664, 39.553751845873798 ], [ -110.02859240192889, 39.553386973272048 ], [ -110.02861230922386, 39.553211439775367 ], [ -110.02863121117626, 39.553107979876231 ], [ -110.0286566859299, 39.55295051339948 ], [ -110.02869993149011, 39.552770669805781 ], [ -110.02889505637648, 39.55213257250503 ], [ -110.02898880821265, 39.5516693278094 ], [ -110.02898732261781, 39.551358461644426 ], [ -110.02898039501345, 39.55102051923177 ], [ -110.02894405961611, 39.550704856727997 ], [ -110.0288714931656, 39.550483499137755 ], [ -110.02882638778907, 39.550379504294014 ], [ -110.02869682834643, 39.550072072889307 ], [ -110.02854949983835, 39.549787018443972 ], [ -110.02827799525757, 39.549226112803268 ], [ -110.02821030831947, 39.549072372485 ], [ -110.02813680305904, 39.548918583470623 ], [ -110.02800146125293, 39.54852550543692 ], [ -110.02797667501709, 39.548300041691334 ], [ -110.02800309211618, 39.548075006173676 ], [ -110.02805316024907, 39.547823137657552 ], [ -110.0282396300025, 39.547387699358609 ], [ -110.02875569898229, 39.546684707754821 ], [ -110.0290427062796, 39.546132974774352 ], [ -110.02928911867662, 39.545570990680758 ], [ -110.02973683711812, 39.544760201377422 ], [ -110.03009483869261, 39.544123460688915 ], [ -110.03039269598425, 39.543626777221895 ], [ -110.03052015566901, 39.543248508258181 ], [ -110.0305522550788, 39.543032529595919 ], [ -110.03050759055833, 39.542897003025125 ], [ -110.03046855625536, 39.542775038802596 ], [ -110.03037747267905, 39.5426301146816 ], [ -110.03030909754732, 39.542525926155605 ], [ -110.03014438624881, 39.542236223246171 ], [ -110.02981909213949, 39.541778489793245 ], [ -110.02964776358328, 39.541546396644428 ], [ -110.02957368552133, 39.541434050820214 ], [ -110.02948898820537, 39.541248633093453 ], [ -110.02943388312488, 39.541027421339201 ], [ -110.029424443419, 39.540869662788502 ], [ -110.02944097360054, 39.540518400284959 ], [ -110.0295214375903, 39.540172176746353 ], [ -110.02979127106123, 39.539597772105544 ], [ -110.02999316622891, 39.539305722361014 ], [ -110.0300819884862, 39.539194736229192 ], [ -110.03023698540001, 39.539011318967162 ], [ -110.03032453049649, 39.538908431231427 ], [ -110.03065521418853, 39.53855978891999 ], [ -110.03103218580648, 39.538229552081795 ], [ -110.031624484707, 39.5378119064777 ], [ -110.0317196827646, 39.537744221493256 ], [ -110.03241286271344, 39.537267944346667 ], [ -110.03316574782285, 39.536765128814281 ], [ -110.03359183105395, 39.536583961598737 ], [ -110.03384924164274, 39.53648248337096 ], [ -110.03405391864894, 39.53640759716977 ], [ -110.03429342576027, 39.536338406165484 ], [ -110.03468452617521, 39.536246146016893 ], [ -110.03504602630018, 39.536190580954909 ], [ -110.03526728082797, 39.536178902191445 ], [ -110.03587149732878, 39.536242482530596 ], [ -110.03619077838054, 39.536294687055943 ], [ -110.0364236059541, 39.536287607197316 ], [ -110.03673268461802, 39.536236107427989 ], [ -110.03689626141451, 39.53618790641805 ], [ -110.03713552855258, 39.536135827084877 ], [ -110.03733382352131, 39.536101428480556 ], [ -110.03793978271118, 39.536038868562933 ], [ -110.03844108709357, 39.535970934595419 ], [ -110.03866276304147, 39.535928617888473 ], [ -110.03899518329527, 39.535871898969972 ], [ -110.03950892772733, 39.535745496401063 ], [ -110.03975278345121, 39.535697954721165 ], [ -110.04006834185031, 39.535682540719989 ], [ -110.04035333882031, 39.535689399247794 ], [ -110.04074849694742, 39.535724197134975 ], [ -110.04151534603929, 39.535808011819739 ], [ -110.04179416695249, 39.535840945709353 ], [ -110.04213184471749, 39.535824807426515 ], [ -110.04248719779565, 39.535792595260617 ], [ -110.04280759582036, 39.535763698262336 ], [ -110.043273679466, 39.535717979072984 ], [ -110.0437399479726, 39.535658744104673 ], [ -110.04414841113132, 39.535572001046248 ], [ -110.04448761891085, 39.535444140948833 ], [ -110.04466325598254, 39.5353644921138 ], [ -110.0449603906239, 39.535249800236777 ], [ -110.0461825912801, 39.534881404187807 ], [ -110.04698909879176, 39.534617711068059 ], [ -110.04760901154678, 39.534384019547709 ], [ -110.04774453595086, 39.534258985886972 ], [ -110.04785208056286, 39.534052630257634 ], [ -110.04805075614233, 39.533648794535111 ], [ -110.04819345448381, 39.53333910812097 ], [ -110.04823094226018, 39.533150198981645 ], [ -110.04802037719152, 39.532806083522395 ], [ -110.04783043703156, 39.532655857902931 ], [ -110.0474438184243, 39.53242292769918 ], [ -110.04661761774192, 39.532001680488861 ], [ -110.045929128357, 39.531721217381019 ], [ -110.04565304795739, 39.531489188489076 ], [ -110.04540011468397, 39.53126635933436 ], [ -110.0449392469484, 39.530933697776589 ], [ -110.04439131218918, 39.530586803175623 ], [ -110.04394134650195, 39.530308289047419 ], [ -110.04366342418054, 39.530211394672492 ], [ -110.04333345813139, 39.530091545571509 ], [ -110.04298783564234, 39.529840917376319 ], [ -110.04281041453936, 39.529627714567631 ], [ -110.04245477111756, 39.529259868439439 ], [ -110.04236306065208, 39.529159999663456 ], [ -110.04176798853739, 39.528519869756863 ], [ -110.04108904027858, 39.527888055158328 ], [ -110.04079090141177, 39.527570234902548 ], [ -110.04063039982226, 39.527312116873354 ], [ -110.04050880103944, 39.526932680743407 ], [ -110.04050589830675, 39.52672091480666 ], [ -110.04056451105666, 39.526266378596134 ], [ -110.04053295848841, 39.526022840113043 ], [ -110.04039119877093, 39.525755866104682 ], [ -110.04027202469281, 39.525538635039126 ], [ -110.04020371291563, 39.52542994741809 ], [ -110.03996907528689, 39.525148690492927 ], [ -110.03968672757036, 39.524952636784718 ], [ -110.03884784935292, 39.524616827443502 ], [ -110.03828123985272, 39.524364357706119 ], [ -110.03794510886989, 39.524272374254565 ], [ -110.03769024905918, 39.524192776065398 ], [ -110.03742980961725, 39.524096011545566 ], [ -110.03716943311817, 39.523994741814967 ], [ -110.0367765838932, 39.523797765699832 ], [ -110.03631537080821, 39.523496603066263 ], [ -110.03603204362165, 39.523372614769556 ], [ -110.03574790754068, 39.523307186022159 ], [ -110.03478380470699, 39.523195566052685 ], [ -110.03449867247626, 39.523202208379459 ], [ -110.03396336918782, 39.523211276339637 ], [ -110.0334847318712, 39.523328936595917 ], [ -110.03316833022146, 39.52349299587312 ], [ -110.03266654864639, 39.523601449938255 ], [ -110.03238301559446, 39.523576564332821 ], [ -110.03209190249221, 39.523511068580198 ], [ -110.03181339857318, 39.523459192570755 ], [ -110.0314988071936, 39.523492613049555 ], [ -110.0312652084024, 39.523558243726754 ], [ -110.03061538016863, 39.523854671246113 ], [ -110.02997868377122, 39.524043081133627 ], [ -110.02976328366941, 39.524054798866075 ], [ -110.02956552123847, 39.524053148005997 ], [ -110.02925111438731, 39.524073048479593 ], [ -110.02888961030909, 39.524133100971703 ], [ -110.02854605743114, 39.524157261182509 ], [ -110.02780229309751, 39.524096981158138 ], [ -110.02739620347816, 39.524016996527585 ], [ -110.02708379531195, 39.523893644179381 ], [ -110.02684234336893, 39.523687990347518 ], [ -110.02671626678253, 39.523551780351625 ], [ -110.0264294678601, 39.523261049186146 ], [ -110.02621878844022, 39.522934913825956 ], [ -110.02613431032911, 39.522735979596469 ], [ -110.02611925207427, 39.522564657816915 ], [ -110.02606923257632, 39.522397548260123 ], [ -110.0259956960612, 39.522248262220387 ], [ -110.02581903864372, 39.521985483247612 ], [ -110.02562100572885, 39.52158737036897 ], [ -110.02541785133953, 39.521139657559246 ], [ -110.02537965593308, 39.520959131362837 ], [ -110.02536365533423, 39.520855378778748 ], [ -110.02530968182053, 39.520471988541985 ], [ -110.02530981445928, 39.520129598293984 ], [ -110.02534456241123, 39.519724426169411 ], [ -110.0253644791084, 39.519547991282018 ], [ -110.02540763508814, 39.519373553287529 ], [ -110.02539660864062, 39.518913935502709 ], [ -110.02537086506636, 39.518674946679084 ], [ -110.02533682015428, 39.518530496405596 ], [ -110.02528315984102, 39.518291273474269 ], [ -110.02525710200693, 39.518074807723643 ], [ -110.02525886507895, 39.517948678274159 ], [ -110.02527188237603, 39.51784967409872 ], [ -110.02530291432977, 39.517710274609271 ], [ -110.02533461825725, 39.517606020923949 ], [ -110.0253763453896, 39.517450492536476 ], [ -110.02554081729338, 39.516919362436056 ], [ -110.02560483027439, 39.51650091986464 ], [ -110.02563124085609, 39.51627588361491 ], [ -110.02564496216665, 39.516126427557424 ], [ -110.02558038324244, 39.515752859594507 ], [ -110.02548547957518, 39.515468239395041 ], [ -110.0253977773869, 39.515084566109614 ], [ -110.02539441670434, 39.51490883694737 ], [ -110.02542757464509, 39.514617180977453 ], [ -110.02551036741495, 39.514103386463276 ], [ -110.02553652547496, 39.513896368642925 ], [ -110.02557711419169, 39.513572337752592 ], [ -110.02560412258219, 39.513221162069797 ], [ -110.02564661839963, 39.512677295525606 ], [ -110.02565663665072, 39.511960158724506 ], [ -110.02563002584219, 39.511783333570747 ], [ -110.02560826153498, 39.511675928432972 ], [ -110.02558638401523, 39.511576631621537 ], [ -110.02550273897991, 39.511319136567586 ], [ -110.02537338920406, 39.511002691235852 ], [ -110.02501885373735, 39.510152748842202 ], [ -110.02471930969672, 39.509114050016507 ], [ -110.02424538127295, 39.508069381563026 ], [ -110.02396067199989, 39.507634496308818 ], [ -110.02345037444782, 39.507112117547877 ], [ -110.02324531909922, 39.506804044044884 ], [ -110.02307629141556, 39.506415180063605 ], [ -110.02301042202191, 39.506135306631336 ], [ -110.02300577814609, 39.505968576697853 ], [ -110.02300861697282, 39.505765868365323 ], [ -110.02301855992459, 39.50555420940794 ], [ -110.02309699329832, 39.505352136318287 ], [ -110.023188408322, 39.505136656763135 ], [ -110.02330353133819, 39.504723149239574 ], [ -110.0234332111992, 39.504183619338235 ], [ -110.02343433219438, 39.503688061007018 ], [ -110.02336877898979, 39.503385664501927 ], [ -110.02321309081464, 39.50287527321251 ], [ -110.02316802325565, 39.502771275816606 ], [ -110.0230437065421, 39.50251253591221 ], [ -110.02284566685191, 39.502119823427968 ], [ -110.02271002594952, 39.501839363184992 ], [ -110.02258588922106, 39.501568009820865 ], [ -110.02252514644117, 39.501337735807518 ], [ -110.02243090480182, 39.501008066488176 ], [ -110.0222593627938, 39.500384911364947 ], [ -110.022205004697, 39.500114144367558 ], [ -110.02236477409423, 39.49991726078725 ], [ -110.02236230457576, 39.499678466318656 ], [ -110.02232368589701, 39.499529471138857 ], [ -110.02217572864039, 39.499298463414526 ], [ -110.02203883305197, 39.499108095028895 ], [ -110.02191312508845, 39.498949356753847 ], [ -110.02170645785377, 39.498758400963318 ], [ -110.02153941879037, 39.498644366131096 ], [ -110.02130298654829, 39.498502715923962 ], [ -110.02107173772353, 39.498406160531069 ], [ -110.02090394210123, 39.49834618039516 ], [ -110.01998413673958, 39.498005048298722 ], [ -110.01920824240928, 39.497768741882339 ], [ -110.01889029077877, 39.497635409366623 ], [ -110.01864198539289, 39.497511674220867 ], [ -110.01844013192974, 39.497392835903014 ], [ -110.01825624168035, 39.497237206570738 ], [ -110.01795794316321, 39.496947257718944 ], [ -110.01780330392421, 39.496779260281109 ], [ -110.0177289234053, 39.496693033733798 ], [ -110.01761568239111, 39.496475828983584 ], [ -110.01760122012548, 39.496263963998906 ], [ -110.01755529721139, 39.495808554200885 ], [ -110.01750368754017, 39.495344085962827 ], [ -110.01736793281957, 39.494991535681017 ], [ -110.01727873414291, 39.494801564755981 ], [ -110.01710344600593, 39.494448679975207 ], [ -110.01699564380014, 39.49425855154383 ], [ -110.01661435465395, 39.493669655386675 ], [ -110.01617474200452, 39.493093779929566 ], [ -110.01569424874052, 39.492531072194325 ], [ -110.01535713926025, 39.49210923707038 ], [ -110.01497460398971, 39.491610428241906 ], [ -110.01477001200604, 39.49127531223477 ], [ -110.01471494454483, 39.491139690519525 ], [ -110.01466489170983, 39.490895987221855 ], [ -110.01468583032461, 39.490648380377344 ], [ -110.01472575415673, 39.490373903391038 ], [ -110.01478597111993, 39.490144650033962 ], [ -110.01481063732618, 39.490044844284036 ], [ -110.01495898900042, 39.489420783683876 ], [ -110.01504985044274, 39.488750283066587 ], [ -110.01504629541505, 39.488178096254266 ], [ -110.01512400194831, 39.487615608105024 ], [ -110.01521028378804, 39.487269440728049 ], [ -110.01532077150539, 39.486855900684638 ], [ -110.01548300656631, 39.486483345241489 ], [ -110.01578555170657, 39.485643439357752 ], [ -110.01621387340674, 39.484954168601213 ], [ -110.01653594491222, 39.484460423093246 ], [ -110.01684227134449, 39.484093589423196 ], [ -110.01706040352018, 39.483879185306598 ], [ -110.01718986590434, 39.483768551356746 ], [ -110.01730153335589, 39.48368299584147 ], [ -110.01767169174919, 39.483406802891096 ], [ -110.01840580668326, 39.482881392078475 ], [ -110.01936376736214, 39.482147022397918 ], [ -110.02001572844873, 39.481674069384397 ], [ -110.02071467714195, 39.481166368007273 ], [ -110.02136629163985, 39.480716831275728 ], [ -110.02184212310168, 39.480364926106787 ], [ -110.02230000660995, 39.480048909467101 ], [ -110.02266873892736, 39.479871802232914 ], [ -110.0229839913151, 39.479694244453377 ], [ -110.02312029850806, 39.479591770589835 ], [ -110.02323201503565, 39.479501704493977 ], [ -110.02352004319097, 39.479275260592331 ], [ -110.02368525788434, 39.479100945933723 ], [ -110.02377408703926, 39.478984557079158 ], [ -110.02396987530906, 39.478702374357582 ], [ -110.02410646448314, 39.478496282518478 ], [ -110.02430325704319, 39.478142024734261 ], [ -110.02445910711629, 39.477805443817296 ], [ -110.02455673627641, 39.477391786175808 ], [ -110.02459218429279, 39.477018153454246 ], [ -110.02455106158844, 39.476715961282714 ], [ -110.02452847344081, 39.476585121503298 ], [ -110.02448487990819, 39.476376616355147 ], [ -110.02440788388348, 39.476062409661594 ], [ -110.02431518795517, 39.47562372811845 ], [ -110.02423246909775, 39.475303165998696 ], [ -110.02401472181998, 39.474661602489533 ], [ -110.02383432806266, 39.474259126858925 ], [ -110.02374909427286, 39.474118750584076 ], [ -110.02361792871348, 39.473937441912618 ], [ -110.02353787829485, 39.473842160843795 ], [ -110.02342895535149, 39.473733121683722 ], [ -110.02334290411741, 39.473651305633766 ], [ -110.02311261606857, 39.473491689709974 ], [ -110.02297994098473, 39.47341849205224 ], [ -110.0226623439988, 39.4732671519712 ], [ -110.02233318688477, 39.473111208643843 ], [ -110.02172558331777, 39.472831282135651 ], [ -110.02158876597616, 39.472722006568389 ], [ -110.02144541615107, 39.472581139574423 ], [ -110.02128538767424, 39.472386069806639 ], [ -110.0212122275552, 39.472214256986824 ], [ -110.02115719878506, 39.471993039714881 ], [ -110.02109799960365, 39.471654652490407 ], [ -110.02122573607896, 39.471250261089367 ], [ -110.02136058781207, 39.471084704239132 ], [ -110.02158601793441, 39.470843321248395 ], [ -110.02169802501807, 39.470731633998589 ], [ -110.02188640876153, 39.470562021694491 ], [ -110.0228589638122, 39.470016060437082 ], [ -110.02297627549864, 39.469940457997382 ], [ -110.02369776513495, 39.469473473203649 ], [ -110.02393282523167, 39.46929073383518 ], [ -110.03584894762706, 39.469277516669727 ], [ -110.04743943352089, 39.469273926578957 ], [ -110.05907649825515, 39.469265052638477 ], [ -110.0650286848973, 39.469263506160821 ], [ -110.07070249831824, 39.469214378611419 ], [ -110.08235626262531, 39.469261875443877 ], [ -110.08370466223805, 39.469272508417951 ], [ -110.09398199810967, 39.469231397284638 ], [ -110.1024105148165, 39.469220173447873 ], [ -110.10561315393602, 39.469231334673488 ], [ -110.11398914709284, 39.469236888257456 ], [ -110.11610504255027, 39.469230464692323 ], [ -110.11720370369763, 39.469225294954235 ], [ -110.12570797414969, 39.469199441537313 ], [ -110.13229916094224, 39.469230790034537 ], [ -110.15090486698072, 39.469287941734166 ], [ -110.16060633581984, 39.469280885781735 ], [ -110.1696218485895, 39.469278936538608 ], [ -110.18766414574016, 39.469306358190785 ], [ -110.20629990778455, 39.4692863757152 ], [ -110.22705724142257, 39.469273022130224 ], [ -110.24383251393036, 39.469293210480643 ], [ -110.25074969993207, 39.469288426822217 ], [ -110.25143555342082, 39.46929284383156 ], [ -110.25211554651113, 39.469301724345243 ], [ -110.25672505518132, 39.46929974173748 ], [ -110.27065798366502, 39.469315878518508 ], [ -110.27221002108284, 39.469312086646681 ], [ -110.2753140029011, 39.469313450659136 ], [ -110.27996425874123, 39.469306295419621 ], [ -110.28929370033636, 39.469305119528606 ], [ -110.2989254417724, 39.469300512706567 ], [ -110.30166906643261, 39.469299000071814 ], [ -110.30796437442659, 39.469287076436331 ], [ -110.31153930703158, 39.469276759328039 ], [ -110.3138120864635, 39.46927667690931 ], [ -110.31485836216301, 39.469278340771012 ], [ -110.31758580436113, 39.469267346706467 ], [ -110.32662319666623, 39.469292998152277 ], [ -110.33802789580555, 39.469281889366925 ], [ -110.34523564896399, 39.469286654057257 ], [ -110.35530931913557, 39.46926634823707 ], [ -110.36420278021514, 39.469270259805981 ], [ -110.3729276494424, 39.469277087432872 ], [ -110.37565365642355, 39.469296260358583 ], [ -110.37772293643451, 39.469302846480652 ], [ -110.38461708315155, 39.469277360897273 ], [ -110.39305108454975, 39.469311774784401 ], [ -110.39835211035908, 39.469335717401734 ], [ -110.40164788298458, 39.46934281049969 ], [ -110.41722106995098, 39.469385855381411 ], [ -110.42052719643031, 39.469406882130045 ], [ -110.43593067710557, 39.469451080806763 ], [ -110.43923798117576, 39.469471581292247 ], [ -110.45469978325842, 39.469495553825574 ], [ -110.45805328715353, 39.469556283279935 ], [ -110.47679317657034, 39.469628591039182 ], [ -110.48537271604323, 39.469648854060956 ], [ -110.49538801712964, 39.469670217777782 ], [ -110.50067304840155, 39.469665999025473 ], [ -110.51119278113194, 39.469706187470727 ], [ -110.53296194834554, 39.46967761434761 ], [ -110.54853427054626, 39.469708476094965 ], [ -110.56740256389368, 39.469726132556325 ], [ -110.58918892365307, 39.469742061892369 ], [ -110.60792359999122, 39.469752671426768 ], [ -110.62567547205285, 39.469847209241117 ], [ -110.62705335553574, 39.469802078019768 ], [ -110.62702148581378, 39.469238813828497 ], [ -110.6276551408386, 39.469227328508374 ], [ -110.63614051996117, 39.469474947030605 ], [ -110.64683630840788, 39.469431330558621 ], [ -110.66537920157577, 39.469423090320596 ], [ -110.68420701612797, 39.469394646159046 ], [ -110.70297072235603, 39.469403537660305 ], [ -110.70304512551202, 39.469403727673786 ], [ -110.72172262868709, 39.469458931696941 ], [ -110.73998068045594, 39.469460640482033 ], [ -110.75069967503757, 39.469416533524466 ], [ -110.75880868037005, 39.469379570635446 ], [ -110.77770590286038, 39.469453270530863 ], [ -110.79662089268979, 39.469429319271249 ], [ -110.81557641692453, 39.46946092477333 ], [ -110.83442736036763, 39.469480281079505 ], [ -110.85331904222886, 39.46948311711769 ], [ -110.8567195470598, 39.469482851153863 ], [ -110.87572169213183, 39.469477678624948 ], [ -110.9659890089973, 39.46971842246618 ], [ -110.98396233881037, 39.469741212337816 ], [ -111.00068010432973, 39.469796379972323 ], [ -111.00259253378356, 39.469778331806523 ], [ -111.00331913992844, 39.469760292081524 ], [ -111.05827377727229, 39.469655632873781 ], [ -111.05927356328478, 39.469628095707421 ], [ -111.07763052356238, 39.469630806460309 ], [ -111.07762802047991, 39.467378150943851 ], [ -111.0813248819974, 39.467389140441718 ], [ -111.08135421805579, 39.467623396307076 ], [ -111.08129624233082, 39.467753189919634 ], [ -111.08120919454942, 39.467875795301595 ], [ -111.08111634317636, 39.468006514230538 ], [ -111.08104094004929, 39.46814623155403 ], [ -111.08094834901146, 39.468502215881244 ], [ -111.08094857348138, 39.46869594423692 ], [ -111.08098972764328, 39.469096888529471 ], [ -111.08105406040804, 39.469434742237119 ], [ -111.08104273685535, 39.469695157247905 ], [ -111.08105481836373, 39.470088012141069 ], [ -111.08121815506198, 39.470583482598983 ], [ -111.08149810541236, 39.471380727035196 ], [ -111.08170228700975, 39.472002316794345 ], [ -111.0818248462693, 39.472416719273397 ], [ -111.08184263914619, 39.47271856259821 ], [ -111.08183132963383, 39.472988889211408 ], [ -111.0817966936156, 39.473196157872074 ], [ -111.08167504871071, 39.473564777770271 ], [ -111.08147790140045, 39.473993821597759 ], [ -111.08119374584894, 39.474588721236685 ], [ -111.08092686980712, 39.475049349884934 ], [ -111.08071798085973, 39.47538649218567 ], [ -111.08027668140863, 39.475832823232594 ], [ -111.07983411064578, 39.476189047278673 ], [ -111.07924862252331, 39.476630967957192 ], [ -111.07865133264694, 39.476924218483497 ], [ -111.07806916788128, 39.477230971698276 ], [ -111.07777866492813, 39.477384346819733 ], [ -111.07744167770507, 39.477560278714151 ], [ -111.07695362183603, 39.477812899918099 ], [ -111.07615190143567, 39.478313516772573 ], [ -111.07576859742461, 39.478674191685045 ], [ -111.07554218900438, 39.478971689207917 ], [ -111.07535065077963, 39.479260153073277 ], [ -111.07513600658315, 39.479688296020647 ], [ -111.07506077261282, 39.480008221306115 ], [ -111.07501336158354, 39.480251538391087 ], [ -111.07508468621735, 39.480620927381828 ], [ -111.07526533017483, 39.481008266818179 ], [ -111.07550987844451, 39.481349610363196 ], [ -111.07599884290617, 39.481904345302056 ], [ -111.07678462061909, 39.482728299661439 ], [ -111.07712810521213, 39.483147065537729 ], [ -111.07730287325714, 39.48346232068797 ], [ -111.07743692978114, 39.483764086768858 ], [ -111.0774953199417, 39.483989312991632 ], [ -111.07742590124566, 39.484304730390264 ], [ -111.07742607610118, 39.4844624158453 ], [ -111.07722273801251, 39.484602215419777 ], [ -111.07701949850369, 39.48483212060502 ], [ -111.07672336040631, 39.485179224597282 ], [ -111.07639812982453, 39.4855092267888 ], [ -111.07589848816589, 39.485855561108252 ], [ -111.07519558652955, 39.486427289911703 ], [ -111.07456235049092, 39.486910665880423 ], [ -111.07423124325803, 39.487199216927458 ], [ -111.07404537674461, 39.487379547427487 ], [ -111.07395255766261, 39.487577839683617 ], [ -111.07387033354615, 39.487898669273186 ], [ -111.07383112751177, 39.488212263002161 ], [ -111.07385583008912, 39.488478961017563 ], [ -111.07401218161642, 39.488974444464816 ], [ -111.07420495395573, 39.489816812369433 ], [ -111.07436837003732, 39.490388880770077 ], [ -111.07443834661407, 39.49057805848274 ], [ -111.07453747353243, 39.490839302218099 ], [ -111.07468897621361, 39.491141059897508 ], [ -111.07514314778555, 39.491726455837806 ], [ -111.07553314560398, 39.492109153327959 ], [ -111.07608020465671, 39.492545810371787 ], [ -111.07663306555189, 39.492964439801582 ], [ -111.07709275669575, 39.493256980118282 ], [ -111.07740110624835, 39.493405450005099 ], [ -111.07777928025629, 39.493594420037539 ], [ -111.07809925740871, 39.493738374989967 ], [ -111.0783087283164, 39.493859877061062 ], [ -111.07878010281541, 39.494188445143692 ], [ -111.07942618539565, 39.494742156786266 ], [ -111.07997336170726, 39.495241869330528 ], [ -111.08029940434776, 39.49559305750568 ], [ -111.08058472426136, 39.495926251802871 ], [ -111.08073043346498, 39.496214489470624 ], [ -111.08094028212413, 39.496651356961884 ], [ -111.08113856078187, 39.497137790327926 ], [ -111.08137754839001, 39.497624194829378 ], [ -111.08157109118217, 39.498034040736378 ], [ -111.0817509593944, 39.498682676326432 ], [ -111.08182138162238, 39.499227766956494 ], [ -111.08199058223479, 39.499701604295957 ], [ -111.08201996500551, 39.499961989330885 ], [ -111.08210755061717, 39.500263781923842 ], [ -111.08210202676113, 39.500511576747499 ], [ -111.08211996605685, 39.500930555978627 ], [ -111.08209128633824, 39.501268472902993 ], [ -111.08206845893584, 39.501637922689795 ], [ -111.08207461358025, 39.501926256804545 ], [ -111.08207512230136, 39.502358764107349 ], [ -111.08209312553545, 39.50283180661544 ], [ -111.08212268606857, 39.503241766897695 ], [ -111.08212882518129, 39.50351658507946 ], [ -111.0821349049466, 39.503740944076696 ], [ -111.08214668587964, 39.503867984842863 ], [ -111.08223420794349, 39.504111208454511 ], [ -111.08231017888178, 39.504422019463917 ], [ -111.08231622954888, 39.504621148834261 ], [ -111.08236293000131, 39.504768889146924 ], [ -111.0824041405195, 39.505192356823706 ], [ -111.08244502679557, 39.505341002266469 ], [ -111.08252081351951, 39.505494128210742 ], [ -111.08270714314058, 39.50568231674368 ], [ -111.08307977642943, 39.506034364373392 ], [ -111.08332544824783, 39.506236926389185 ], [ -111.08392377115577, 39.506610434676269 ], [ -111.08413338866114, 39.506813020982868 ], [ -111.08450615415346, 39.507263279066592 ], [ -111.08464605997806, 39.507528989048659 ], [ -111.08489084154728, 39.507947801964718 ], [ -111.08500761227407, 39.508317149885791 ], [ -111.08509539171727, 39.508758603416034 ], [ -111.08508993280604, 39.509051450794921 ], [ -111.0850610444697, 39.509209156826735 ], [ -111.08489858749117, 39.509533655908939 ], [ -111.08471281501286, 39.509817624198405 ], [ -111.08456186181516, 39.510038492910411 ], [ -111.08445168120885, 39.510308889907996 ], [ -111.08438209904168, 39.510484646416685 ], [ -111.08431149484984, 39.510777540936886 ], [ -111.08428393604997, 39.511074909482844 ], [ -111.08419707236386, 39.51139034209497 ], [ -111.084203247614, 39.51168768615522 ], [ -111.08433726311928, 39.511885821361965 ], [ -111.08449449576496, 39.512043392012572 ], [ -111.08484969440396, 39.512372018781548 ], [ -111.08508840851474, 39.512570076638923 ], [ -111.08547275556921, 39.512948238212303 ], [ -111.08563705589658, 39.513173381283586 ], [ -111.08579905840155, 39.513421052205906 ], [ -111.08592739847882, 39.513727316404392 ], [ -111.08603249465853, 39.514050717707121 ], [ -111.08616094934534, 39.514447988155176 ], [ -111.08620783272258, 39.514731785937713 ], [ -111.08622578934718, 39.515141752929175 ], [ -111.08627871861445, 39.515610262548591 ], [ -111.08638396547529, 39.516051701580047 ], [ -111.08638449559523, 39.516479702508178 ], [ -111.08634996888591, 39.516781581703071 ], [ -111.08634458718709, 39.51713299727016 ], [ -111.0863449832155, 39.517452871591658 ], [ -111.08629907304432, 39.517957496587904 ], [ -111.0862875842501, 39.518074642284333 ], [ -111.08627078013072, 39.518597266709776 ], [ -111.08618413327066, 39.519088405959714 ], [ -111.08603932632894, 39.51958859871138 ], [ -111.08585392560376, 39.520192442529655 ], [ -111.08563327605701, 39.520516984992312 ], [ -111.08535485598809, 39.521170454408114 ], [ -111.08534946897591, 39.521521869668867 ], [ -111.08553019883207, 39.521846116489542 ], [ -111.08582722475518, 39.522129729756706 ], [ -111.08625685818328, 39.522390717572286 ], [ -111.08678771505696, 39.522651628263183 ], [ -111.08728842758313, 39.522993654048165 ], [ -111.0877251432572, 39.523326715422037 ], [ -111.08806883690168, 39.52370039308429 ], [ -111.08824384751895, 39.524087713684175 ], [ -111.08833757051076, 39.524596738098182 ], [ -111.08844875868593, 39.52511475964473 ], [ -111.08861796893821, 39.525511094537592 ], [ -111.08889776006727, 39.525943386802261 ], [ -111.08930553532767, 39.526371074840782 ], [ -111.08970270479135, 39.52669064314744 ], [ -111.09014440053448, 39.527248954791929 ], [ -111.09028436223588, 39.527510151739158 ], [ -111.09054106478702, 39.528068605322296 ], [ -111.09065791104258, 39.528446956739543 ], [ -111.0909724862899, 39.528766584970285 ], [ -111.09112969548886, 39.528865577714399 ], [ -111.09157195863119, 39.528950830245527 ], [ -111.09215971516257, 39.529072007973646 ], [ -111.09251478566649, 39.529211389209344 ], [ -111.09316676472935, 39.52949920557748 ], [ -111.0936326022113, 39.529805189417701 ], [ -111.09420331166679, 39.530219212821073 ], [ -111.09446538511739, 39.530417231849668 ], [ -111.095251675965, 39.531056337942502 ], [ -111.09541501037113, 39.53137157255842 ], [ -111.09569505276346, 39.531939005736682 ], [ -111.09588177501813, 39.532335315150462 ], [ -111.09601602484315, 39.532650572836246 ], [ -111.09619103376873, 39.532988322947958 ], [ -111.09631369977474, 39.533339631947001 ], [ -111.09658815649213, 39.534063850557388 ], [ -111.09678646470498, 39.534415997166484 ], [ -111.09687860572747, 39.534569099341674 ], [ -111.09711870674302, 39.534848225263815 ], [ -111.09735192841671, 39.535199440631352 ], [ -111.09760828064094, 39.535447015065721 ], [ -111.09798120419191, 39.535838659095575 ], [ -111.09820837390757, 39.536018677850791 ], [ -111.09840045639135, 39.536072578545706 ], [ -111.09867987861975, 39.53617145742421 ], [ -111.09884300414116, 39.536319992450281 ], [ -111.09909935937898, 39.536563058281146 ], [ -111.09950105503917, 39.536720399261341 ], [ -111.10010633318674, 39.536832511095028 ], [ -111.10042054170698, 39.53684125059705 ], [ -111.10074056222913, 39.536845478952138 ], [ -111.10110712374953, 39.536845160693183 ], [ -111.10157236887386, 39.536687070962913 ], [ -111.10191539232818, 39.536506560285233 ], [ -111.10247971168629, 39.53646101153538 ], [ -111.10275315543899, 39.536446353307724 ], [ -111.10342335658585, 39.536392596863109 ], [ -111.10380613339477, 39.536342697794403 ], [ -111.10448695306701, 39.536387140424509 ], [ -111.10470220671604, 39.536368925694504 ], [ -111.10512117202319, 39.53639557913079 ], [ -111.10564508739698, 39.536566304068877 ], [ -111.106128392976, 39.536813653154141 ], [ -111.10648370976672, 39.537070128054523 ], [ -111.10680993679271, 39.537326628589611 ], [ -111.10707809892504, 39.537659771118413 ], [ -111.10736951692573, 39.537979375750545 ], [ -111.10766215699367, 39.538335020576561 ], [ -111.107849494373, 39.539073709402935 ], [ -111.10800611772733, 39.539515079323991 ], [ -111.1080821795443, 39.539785324125312 ], [ -111.10807694081441, 39.540159265418204 ], [ -111.10793194054004, 39.540461252421913 ], [ -111.10775215183382, 39.54084436611771 ], [ -111.10771173522033, 39.541048041208846 ], [ -111.10775861157163, 39.541258843797785 ], [ -111.10782307155141, 39.541551625726349 ], [ -111.10800993050944, 39.54197494637426 ], [ -111.10811526424078, 39.542357795241401 ], [ -111.10825554069906, 39.542758632472797 ], [ -111.10830811414991, 39.542889235917571 ], [ -111.10852426540218, 39.543435071287973 ], [ -111.10853638620991, 39.543745021533312 ], [ -111.10850769809113, 39.544006353110454 ], [ -111.10843815717226, 39.544191133457119 ], [ -111.10826979680695, 39.544443584665466 ], [ -111.10804331417623, 39.544741142204117 ], [ -111.10784000149214, 39.544971098979957 ], [ -111.10763672922815, 39.545228086878403 ], [ -111.10733464778799, 39.545561755010809 ], [ -111.10689871513998, 39.545891040264522 ], [ -111.10656753119848, 39.546224733129392 ], [ -111.1064923358588, 39.546522148755798 ], [ -111.10662066259734, 39.54672026224376 ], [ -111.10678396097224, 39.546954385481413 ], [ -111.10695316274344, 39.547242566077777 ], [ -111.10718640625142, 39.547548708382202 ], [ -111.10745446926462, 39.547790843438335 ], [ -111.10785660564271, 39.548178823688559 ], [ -111.10813036833957, 39.54834075839063 ], [ -111.10827601428014, 39.548444243591213 ], [ -111.10864405355873, 39.548606089213521 ], [ -111.10889325843283, 39.548691455785772 ], [ -111.10898658772673, 39.548831031100143 ], [ -111.10914973665207, 39.548961530289411 ], [ -111.10931290032785, 39.549101039734524 ], [ -111.10974971462369, 39.549325890644617 ], [ -111.11013991878244, 39.54951474207499 ], [ -111.11067566288143, 39.549734990449096 ], [ -111.11114734521753, 39.549923760869554 ], [ -111.11173550189984, 39.550162876258426 ], [ -111.11228266857329, 39.550242542416775 ], [ -111.11278336900251, 39.550377215143655 ], [ -111.11323757334651, 39.550547973015576 ], [ -111.11359279540446, 39.5506872891375 ], [ -111.11407613128415, 39.550876036245214 ], [ -111.11451296465, 39.551096363905323 ], [ -111.11472855788597, 39.551258340268312 ], [ -111.11496725970525, 39.551316672643324 ], [ -111.11527599154586, 39.551492071566599 ], [ -111.11552632647454, 39.55154588600341 ], [ -111.1158990247031, 39.551689682925584 ], [ -111.11611452536322, 39.551793088558675 ], [ -111.11633582377995, 39.551882972241394 ], [ -111.11617907388646, 39.552111995653227 ], [ -111.11602795807563, 39.552230184112929 ], [ -111.11580011720416, 39.552406116018425 ], [ -111.11564438770124, 39.552550439009629 ], [ -111.11551674929747, 39.552789344080331 ], [ -111.11541826120637, 39.553059756792067 ], [ -111.11534303667516, 39.553321135829087 ], [ -111.11530273803176, 39.553586985410682 ], [ -111.11523913730247, 39.553839342331095 ], [ -111.11520451625655, 39.554019586533968 ], [ -111.11512913499547, 39.554187256411929 ], [ -111.11498980591561, 39.554398239888982 ], [ -111.11483764394578, 39.554592115935037 ], [ -111.11460059906885, 39.554840138458097 ], [ -111.11438003335864, 39.555200775424773 ], [ -111.11429919706561, 39.555592811343928 ], [ -111.11429368019553, 39.555777531842956 ], [ -111.11436976950527, 39.556038761234689 ], [ -111.11443992828318, 39.556232417725418 ], [ -111.11461493768101, 39.556480033758447 ], [ -111.11497049026633, 39.556799554981417 ], [ -111.11533755952762, 39.557042474511491 ], [ -111.11608915119476, 39.557519282139751 ], [ -111.11661941955073, 39.557897191783731 ], [ -111.11698647007277, 39.558122085098603 ], [ -111.11713259672328, 39.558491367895897 ], [ -111.1171096718448, 39.558703137435238 ], [ -111.11708676197841, 39.558923917433482 ], [ -111.11706390498338, 39.55917623406603 ], [ -111.11696689582566, 39.559635866494141 ], [ -111.11695013848473, 39.560054870899563 ], [ -111.11702492696242, 39.560225994821273 ], [ -111.11708337323455, 39.560370103702155 ], [ -111.11729913932231, 39.560614070248285 ], [ -111.11751492669146, 39.560869749989436 ], [ -111.11773651477918, 39.561112808765934 ], [ -111.11803963697369, 39.561382815775609 ], [ -111.11833695785838, 39.561662739418082 ], [ -111.11864618780827, 39.562098531454751 ], [ -111.1186875613231, 39.562467918926885 ], [ -111.11875206402539, 39.562747177929133 ], [ -111.118671021019, 39.563008564627417 ], [ -111.1186482068475, 39.563283407546287 ], [ -111.11859052989647, 39.563594327942162 ], [ -111.11852684767184, 39.563797128676143 ], [ -111.11848055818497, 39.563959364486472 ], [ -111.11844002022002, 39.564081047261396 ], [ -111.11835900513658, 39.564360454610174 ], [ -111.11827827871268, 39.564810159612932 ], [ -111.11820303856851, 39.565063430559128 ], [ -111.11815697687025, 39.565360823117743 ], [ -111.11804098830744, 39.565613234308636 ], [ -111.11782595282142, 39.565811682979508 ], [ -111.11736527538363, 39.566010379571161 ], [ -111.11698831615492, 39.566149520954134 ], [ -111.11670904371775, 39.566227291824944 ], [ -111.11639491156753, 39.566344743030619 ], [ -111.1159179504496, 39.566556965889461 ], [ -111.11564465924542, 39.566732942401565 ], [ -111.11544706883933, 39.566926864040127 ], [ -111.11512743825743, 39.567242547687975 ], [ -111.11495891271805, 39.567413913502243 ], [ -111.1147730941762, 39.56768891658399 ], [ -111.11459288013837, 39.567833261980411 ], [ -111.11443600133599, 39.568009120771812 ], [ -111.11420351605122, 39.568226501838559 ], [ -111.11395934734028, 39.568419565616452 ], [ -111.11370355864537, 39.568627056998977 ], [ -111.11355245282068, 39.56877587751395 ], [ -111.11364015914876, 39.569014569264233 ], [ -111.11377433213073, 39.569190142164459 ], [ -111.11395513400379, 39.569401711072352 ], [ -111.11426400276594, 39.569613153845445 ], [ -111.11456100859148, 39.569689450440976 ], [ -111.11472985989502, 39.569711810045455 ], [ -111.11516656767598, 39.569783461857334 ], [ -111.11535289043002, 39.569810308475716 ], [ -111.1157604934928, 39.569881986938945 ], [ -111.11619155515316, 39.570057260913799 ], [ -111.11651196294841, 39.57020110763186 ], [ -111.11668098980365, 39.57032708461135 ], [ -111.11695478448597, 39.570443945486467 ], [ -111.11721105564472, 39.570524781516241 ], [ -111.11751404194368, 39.570691169197161 ], [ -111.11781128466541, 39.57090261424316 ], [ -111.11812008004502, 39.571059983975452 ], [ -111.11852900327426, 39.571217250803713 ], [ -111.11892980929309, 39.571392545428502 ], [ -111.11920944869419, 39.571518405451577 ], [ -111.11937847589961, 39.571639873241743 ], [ -111.11956504513554, 39.571806375067062 ], [ -111.11979238810399, 39.57198635026424 ], [ -111.12005475380313, 39.572220351627969 ], [ -111.12029963368143, 39.572440854793513 ], [ -111.12041640477213, 39.572638964084597 ], [ -111.12044704415661, 39.572851579295502 ], [ -111.12045780188195, 39.573012855454856 ], [ -111.12051045863211, 39.573165077704104 ], [ -111.12058686517831, 39.573584886047207 ], [ -111.12069220690798, 39.573904648127296 ], [ -111.12072746430329, 39.574093831218889 ], [ -111.1207394278303, 39.574278533266074 ], [ -111.12080405930317, 39.57462086364869 ], [ -111.12082179780661, 39.574778528283225 ], [ -111.12078712620928, 39.574927236934926 ], [ -111.12072344010264, 39.575130038482051 ], [ -111.1206018728324, 39.57552662496655 ], [ -111.120544030734, 39.575742936019729 ], [ -111.12043971602006, 39.576017863195673 ], [ -111.12032946970105, 39.576229723193954 ], [ -111.12023110747707, 39.576581232894974 ], [ -111.12009198400695, 39.576928279392753 ], [ -111.12000528653563, 39.577293292492541 ], [ -111.11997654251813, 39.577505067918338 ], [ -111.12001183866438, 39.577716777211648 ], [ -111.12037270756734, 39.57766684646333 ], [ -111.12090265195634, 39.577756400894472 ], [ -111.12115315629745, 39.577850749798337 ], [ -111.12134543635585, 39.577941554789838 ], [ -111.12158427302352, 39.578021498213523 ], [ -111.1217999110314, 39.578151924015856 ], [ -111.12203200916201, 39.57837243668834 ], [ -111.12226650085768, 39.578628988190935 ], [ -111.12251153723888, 39.57892156991128 ], [ -111.12272741814124, 39.579187150530778 ], [ -111.12292592225674, 39.579502306615183 ], [ -111.12302540597621, 39.57979053585386 ], [ -111.12308423183001, 39.580132870780808 ], [ -111.12303291671373, 39.580745635883062 ], [ -111.12307425472143, 39.581075374640022 ], [ -111.12302824962175, 39.581398898550624 ], [ -111.12308142044557, 39.581834948053128 ], [ -111.12315191031475, 39.582187181964024 ], [ -111.12340332058196, 39.582781604901143 ], [ -111.12353803274904, 39.583231984185225 ], [ -111.12364392315607, 39.583844581996779 ], [ -111.12365610435225, 39.584146419003453 ], [ -111.12370894640856, 39.584394150036623 ], [ -111.12386079577541, 39.584656192259878 ], [ -111.1240416991015, 39.584884864614509 ], [ -111.12423410535344, 39.585033331419247 ], [ -111.12445022943731, 39.585420549288145 ], [ -111.12457284865474, 39.585614142457018 ], [ -111.12464907401146, 39.585911405368932 ], [ -111.1246729696598, 39.586249271365659 ], [ -111.12479577684016, 39.586546484161751 ], [ -111.12477870502697, 39.586767258338504 ], [ -111.12475569737552, 39.586924965782309 ], [ -111.12472800728325, 39.587069162580455 ], [ -111.12464572953591, 39.587294511910422 ], [ -111.12465208497447, 39.587591849658899 ], [ -111.12465252089886, 39.587835131097471 ], [ -111.12471111936442, 39.588042308357011 ], [ -111.12478725910218, 39.588290013723856 ], [ -111.12486338321119, 39.588528708607079 ], [ -111.12498599288936, 39.588713290803703 ], [ -111.12515512064135, 39.588861781015062 ], [ -111.12528951521735, 39.589122938916312 ], [ -111.12536000588258, 39.589465259552725 ], [ -111.1253778722641, 39.589685996008392 ], [ -111.12541919269135, 39.589996811514851 ], [ -111.12544865481435, 39.59018960306809 ], [ -111.12546090353023, 39.590523877049449 ], [ -111.12547901432563, 39.590879769726534 ], [ -111.12549112351611, 39.591136554069841 ], [ -111.12554383111433, 39.591303190191695 ], [ -111.12571761662164, 39.591447169264242 ], [ -111.12605703756606, 39.591735135459565 ], [ -111.12637772935052, 39.591969058413817 ], [ -111.12675095397725, 39.592270501434385 ], [ -111.1270763995731, 39.592553974634008 ], [ -111.12728187521277, 39.592828567949354 ], [ -111.12743969357338, 39.593152770543234 ], [ -111.12752166356564, 39.593395962281747 ], [ -111.12760961436581, 39.593724746483119 ], [ -111.12765095548022, 39.594040066165846 ], [ -111.12769247894668, 39.59445450035016 ], [ -111.12787962639911, 39.594891300389371 ], [ -111.12794397260733, 39.595048912071441 ], [ -111.1280435409866, 39.595359662198099 ], [ -111.1280613510819, 39.595544356359419 ], [ -111.12805585790022, 39.595723669939211 ], [ -111.12807375275008, 39.595954317176187 ], [ -111.12803456022431, 39.596175115848716 ], [ -111.12798139126647, 39.596395929894662 ], [ -111.12789518348009, 39.597017744262146 ], [ -111.12776205497119, 39.597459401591557 ], [ -111.12771590549451, 39.597698228600059 ], [ -111.12772792489983, 39.597900949952709 ], [ -111.12784480975208, 39.598126082025686 ], [ -111.12803170267291, 39.598418715033851 ], [ -111.12835262322301, 39.598756251868423 ], [ -111.12857457839488, 39.599111918194225 ], [ -111.12881429894314, 39.59962524676957 ], [ -111.12906582100642, 39.60021965548632 ], [ -111.1292064193003, 39.600665515059376 ], [ -111.12930637006222, 39.601174492608045 ], [ -111.12958155844196, 39.601962597705182 ], [ -111.12972827330677, 39.602561626787875 ], [ -111.12985179577521, 39.603214744043129 ], [ -111.13000986042204, 39.603651572470575 ], [ -111.13034276693296, 39.604151277546805 ], [ -111.13046552870195, 39.604394420967175 ], [ -111.13064092833808, 39.604754640458353 ], [ -111.13095664378832, 39.605398529614234 ], [ -111.13124318447728, 39.60601091435413 ], [ -111.1313369574832, 39.606320766559975 ], [ -111.13135490008963, 39.606569433631279 ], [ -111.13136109721449, 39.606766754627138 ], [ -111.13134988448209, 39.606997433818194 ], [ -111.13126303041551, 39.607267844284415 ], [ -111.1311294449622, 39.607466224145995 ], [ -111.13096669454147, 39.607642110702322 ], [ -111.13053636928727, 39.608003011343449 ], [ -111.13025722103298, 39.608228584854643 ], [ -111.13013533030666, 39.608453981656368 ], [ -111.13008334048848, 39.608683805285061 ], [ -111.13007776895876, 39.60881896764144 ], [ -111.13007803873077, 39.608963133862396 ], [ -111.13011917090532, 39.609155910523725 ], [ -111.13019411406927, 39.609363966973113 ], [ -111.13040578910706, 39.609805239506443 ], [ -111.13061616647445, 39.610174429833201 ], [ -111.13079741462901, 39.610539147348256 ], [ -111.13090850616067, 39.610764282353891 ], [ -111.13110695090106, 39.610980308299958 ], [ -111.13138116841206, 39.61122327945121 ], [ -111.13175446704331, 39.611497674039249 ], [ -111.13191335989997, 39.611740774633347 ], [ -111.13195325006782, 39.61188940098554 ], [ -111.13204131392254, 39.612254222241113 ], [ -111.13207678456934, 39.612528999187987 ], [ -111.1320888364972, 39.61274072992741 ], [ -111.13202520893533, 39.612975072684371 ], [ -111.13193851258605, 39.613331082006859 ], [ -111.13195044449463, 39.613479740065138 ], [ -111.13199730846148, 39.613619348036359 ], [ -111.13212112077264, 39.613790404905828 ], [ -111.13224826574378, 39.613875859047148 ], [ -111.13245811575041, 39.613956713586354 ], [ -111.13289505070085, 39.613992256218026 ], [ -111.13392039508915, 39.61407667764702 ], [ -111.13427004516615, 39.614157367680804 ], [ -111.13444375781788, 39.614224744787094 ], [ -111.13477724802027, 39.614382040380995 ], [ -111.13522031851362, 39.614575249121216 ], [ -111.13551765356975, 39.614710058657124 ], [ -111.13588482756776, 39.614813249373135 ], [ -111.13637440637717, 39.614956842101684 ], [ -111.13684649453657, 39.615091442967973 ], [ -111.13728946849075, 39.61523058151797 ], [ -111.13752250359416, 39.615248326704993 ], [ -111.13774379061581, 39.615216528168474 ], [ -111.13792307497671, 39.615153242690113 ], [ -111.13808128169103, 39.615035919602043 ], [ -111.13820903681366, 39.614837538945231 ], [ -111.13826090571033, 39.614558154889878 ], [ -111.13820205618359, 39.61425637655703 ], [ -111.1381142260219, 39.614026715826995 ], [ -111.13800856400916, 39.613616868211345 ], [ -111.13795518352052, 39.613134875198817 ], [ -111.13801851388962, 39.612760868348907 ], [ -111.13811081513539, 39.612310238590837 ], [ -111.13815717127797, 39.612188543050927 ], [ -111.13833107037674, 39.611764847223554 ], [ -111.13858666530477, 39.611417642113878 ], [ -111.13891207229541, 39.61102980615825 ], [ -111.13912093855073, 39.610619582862178 ], [ -111.13932952240489, 39.610069698222581 ], [ -111.13954413549179, 39.609623425585582 ], [ -111.13973003096096, 39.609379921204095 ], [ -111.14007858372936, 39.608924475963889 ], [ -111.14036924254096, 39.608644802549101 ], [ -111.14059143521352, 39.608495862173797 ], [ -111.14085792895293, 39.608364888486101 ], [ -111.14119549033387, 39.608239234086376 ], [ -111.14155060255185, 39.608152302077599 ], [ -111.14191164127033, 39.608115820029433 ], [ -111.14248826498309, 39.608119619507633 ], [ -111.14316975558985, 39.608136802562086 ], [ -111.14383947655227, 39.608095428539137 ], [ -111.14474785569165, 39.607986175515457 ], [ -111.14579002234333, 39.607795653917314 ], [ -111.14646537292992, 39.607664153610934 ], [ -111.14714059698539, 39.607474081881733 ], [ -111.14757125338001, 39.607311348337888 ], [ -111.1479482282582, 39.607103629516985 ], [ -111.14825761035286, 39.606882480122067 ], [ -111.14851338799005, 39.60665238801689 ], [ -111.14867019030549, 39.606440442848623 ], [ -111.14876296371038, 39.606246600280436 ], [ -111.14882075273803, 39.606034781625873 ], [ -111.14882017409452, 39.605764470037684 ], [ -111.14877885521102, 39.605507726229121 ], [ -111.14868511738558, 39.605250148444732 ], [ -111.14864979875286, 39.605075391640689 ], [ -111.14857932955199, 39.604804268360361 ], [ -111.14847959037397, 39.604462901209573 ], [ -111.14841498691543, 39.604210692172792 ], [ -111.14833898576808, 39.604075633022013 ], [ -111.14822786780292, 39.603859524896258 ], [ -111.14813406898692, 39.603571311259586 ], [ -111.14809269638897, 39.603287535930846 ], [ -111.14799889124018, 39.602995717997672 ], [ -111.14780576012808, 39.602553552418733 ], [ -111.14761258557058, 39.602089761538039 ], [ -111.14752448175075, 39.601738467160658 ], [ -111.14750057468493, 39.601450164143515 ], [ -111.14755791426947, 39.601026601678015 ], [ -111.14763902648136, 39.60082826942773 ], [ -111.14781881460989, 39.600475733450352 ], [ -111.14804553980628, 39.600287127021538 ], [ -111.14821438960422, 39.600268890921022 ], [ -111.14855231030157, 39.600336037528002 ], [ -111.14891355555682, 39.600416668889636 ], [ -111.14960685224884, 39.600541924154825 ], [ -111.15031172104037, 39.600631118633281 ], [ -111.15069030446335, 39.600648649101267 ], [ -111.15102799452816, 39.600607663773005 ], [ -111.15124916011504, 39.600544303155559 ], [ -111.15154588672307, 39.600413265445162 ], [ -111.15172042201162, 39.600331943899405 ], [ -111.15214493357614, 39.600047560593012 ], [ -111.15237137709954, 39.599736404371519 ], [ -111.15249887569428, 39.599452408858866 ], [ -111.15267838042008, 39.598983631232187 ], [ -111.15296255855669, 39.598447137375977 ], [ -111.15320026317266, 39.597964766599695 ], [ -111.15338027606289, 39.597730258114609 ], [ -111.15353713301064, 39.597558852907341 ], [ -111.15382773007661, 39.59729716626611 ], [ -111.15424046768017, 39.596967738636152 ], [ -111.15502587037923, 39.596624297280215 ], [ -111.1554796340244, 39.596416451214296 ], [ -111.15616627987693, 39.596185764547741 ], [ -111.1564212124393, 39.596126853874154 ], [ -111.15670176742124, 39.596067908089303 ], [ -111.15705687124451, 39.596013366098965 ], [ -111.15748195692129, 39.596003780325312 ], [ -111.15767988000212, 39.5959719754185 ], [ -111.15836110112724, 39.595921491650095 ], [ -111.15896100224029, 39.595962120465245 ], [ -111.1593570923056, 39.59600572900635 ], [ -111.15971127733702, 39.596059305270664 ], [ -111.16027295168942, 39.596189183056325 ], [ -111.16062723200226, 39.596283303306976 ], [ -111.16114593150789, 39.596462793601233 ], [ -111.16179295860269, 39.596732207199693 ], [ -111.16214858698788, 39.596902909526158 ], [ -111.16252761624008, 39.597118630146149 ], [ -111.16280754320897, 39.597289436304791 ], [ -111.16316919069207, 39.597541220859569 ], [ -111.16351922553739, 39.597806536252577 ], [ -111.16378761675131, 39.598022408370205 ], [ -111.16409704029796, 39.598350852186783 ], [ -111.16445321532331, 39.598746807155671 ], [ -111.16474555861258, 39.599237460935981 ], [ -111.16493884791079, 39.599704827498371 ], [ -111.16500331674212, 39.599876834971077 ], [ -111.16513785012155, 39.600124430362023 ], [ -111.16523732429535, 39.600322518148573 ], [ -111.16555903461743, 39.600912242565812 ], [ -111.16571026515255, 39.601322000957595 ], [ -111.16583427797981, 39.601551589648032 ], [ -111.16593364867688, 39.601704624854371 ], [ -111.16604466752806, 39.601857643326035 ], [ -111.16617889621182, 39.601974586831886 ], [ -111.1663188953419, 39.602068995881488 ], [ -111.16654039684647, 39.602149772346166 ], [ -111.16671524293933, 39.602203584093736 ], [ -111.1674671102563, 39.602445784058204 ], [ -111.16831215471981, 39.602683338998688 ], [ -111.16941371104249, 39.603024133809541 ], [ -111.16993248343584, 39.603203584515839 ], [ -111.17028220847915, 39.6033202078765 ], [ -111.17049203743834, 39.603387478271095 ], [ -111.17066713297866, 39.603540398232006 ], [ -111.17076649502559, 39.603684418843592 ], [ -111.17084263889122, 39.60386000995134 ], [ -111.17091301447898, 39.604058135518827 ], [ -111.17108893303825, 39.604544438839078 ], [ -111.17120618016834, 39.604855125311921 ], [ -111.17131718320221, 39.605467669591356 ], [ -111.17134263287518, 39.605868595284683 ], [ -111.17134931207755, 39.606215486176566 ], [ -111.17140873174213, 39.606692950168046 ], [ -111.17155509427734, 39.606999088009509 ], [ -111.17173051289305, 39.607278151486078 ], [ -111.17209275993885, 39.607738047275575 ], [ -111.17249588981483, 39.608241131152347 ], [ -111.17317289957145, 39.608794263958053 ], [ -111.17370976098672, 39.609198930719664 ], [ -111.17392571728908, 39.609378815713612 ], [ -111.17403096408036, 39.609540845374987 ], [ -111.17410698724184, 39.609662371918922 ], [ -111.17413072542408, 39.609838039200071 ], [ -111.17413691110769, 39.609982196371092 ], [ -111.17418985126024, 39.610189356266723 ], [ -111.17427189199398, 39.610387462082834 ], [ -111.17445351652225, 39.610810678383622 ], [ -111.17472849607545, 39.611296826812755 ], [ -111.17498141372617, 39.611810038975428 ], [ -111.1751691321884, 39.61233686445653 ], [ -111.17538483517706, 39.612872657741441 ], [ -111.17558442548672, 39.613485063300388 ], [ -111.17573663426934, 39.613786681459054 ], [ -111.17584780804685, 39.613984741963115 ], [ -111.17597650275118, 39.614200796608195 ], [ -111.17608750437812, 39.614330378122631 ], [ -111.17626256215567, 39.614452654047717 ], [ -111.17647262498029, 39.61459650148911 ], [ -111.17671884908745, 39.614758314338417 ], [ -111.17748754202646, 39.615135579136037 ], [ -111.17796554693838, 39.615274509021887 ], [ -111.17867655334935, 39.615413078833107 ], [ -111.17936427420285, 39.615556185435871 ], [ -111.17980732399879, 39.615690656492433 ], [ -111.18039633088122, 39.615951945853539 ], [ -111.18053046817565, 39.616013909206671 ], [ -111.18080925670181, 39.616148631554445 ], [ -111.18116724366085, 39.61627421936506 ], [ -111.18150413222185, 39.616350281876748 ], [ -111.18188882249544, 39.616439784170268 ], [ -111.18223270273879, 39.616515833619729 ], [ -111.18256490988585, 39.616582890001986 ], [ -111.1831177572556, 39.616820795311483 ], [ -111.18345152419438, 39.61703651814291 ], [ -111.18373753894872, 39.617256820730837 ], [ -111.1839827173654, 39.617453760267026 ], [ -111.18418124084083, 39.617630049354254 ], [ -111.18437993028193, 39.617868509519241 ], [ -111.18463138316939, 39.618233030937191 ], [ -111.18483002795259, 39.618453469599508 ], [ -111.18515107650261, 39.618700744068882 ], [ -111.1855652933812, 39.618933452243297 ], [ -111.18583377686433, 39.619127647465419 ], [ -111.186014783229, 39.619285039567437 ], [ -111.18618413976368, 39.619442450052915 ], [ -111.18635952780834, 39.619676438895766 ], [ -111.18646521818788, 39.619987127629244 ], [ -111.18653004708312, 39.620266345513514 ], [ -111.18651347786744, 39.620604261556664 ], [ -111.18648504237073, 39.620862004205037 ], [ -111.18645096979215, 39.621190036877358 ], [ -111.18637046449976, 39.621582117740225 ], [ -111.18641810804088, 39.621969487770684 ], [ -111.18645402844362, 39.622329845424339 ], [ -111.18642007832176, 39.622703830754929 ], [ -111.18636867512205, 39.62308685443238 ], [ -111.18628280055863, 39.62365014094653 ], [ -111.1863419394119, 39.623978924969151 ], [ -111.18639523134149, 39.624299608982646 ], [ -111.18642549394394, 39.624722147188649 ], [ -111.18649054485385, 39.625082457909009 ], [ -111.18662516751856, 39.625316511544455 ], [ -111.18690632182472, 39.625879208112792 ], [ -111.18705929851225, 39.626437605215266 ], [ -111.18718818477912, 39.62670320369034 ], [ -111.18735180906846, 39.626887652618009 ], [ -111.18746285465991, 39.627018123916606 ], [ -111.18759711938979, 39.627117021302283 ], [ -111.18809288779242, 39.627323458277985 ], [ -111.18877500551439, 39.627498054157996 ], [ -111.18903157016618, 39.627578730330384 ], [ -111.18923562765885, 39.627632460356146 ], [ -111.18939894020842, 39.627699772018232 ], [ -111.18951109469418, 39.627807713595587 ], [ -111.18975525017915, 39.628037079562354 ], [ -111.18990246061368, 39.628181004979766 ], [ -111.19023995929683, 39.628455269148844 ], [ -111.19057263908707, 39.628670972810575 ], [ -111.19082964332337, 39.628909325773172 ], [ -111.19101092192771, 39.629152307876637 ], [ -111.19113379146519, 39.629341323576 ], [ -111.19122756803391, 39.62954390258804 ], [ -111.19142681247433, 39.629962556652707 ], [ -111.19159178534441, 39.630629052017092 ], [ -111.19170987730611, 39.63119651039802 ], [ -111.19186905439501, 39.63187202515379 ], [ -111.19189883347522, 39.632106245497603 ], [ -111.19190517021494, 39.63229094753877 ], [ -111.19189400284766, 39.632466668123577 ], [ -111.19181871980919, 39.63263348422327 ], [ -111.19145246195524, 39.632926925295124 ], [ -111.19122591245923, 39.633175083482413 ], [ -111.19112717232433, 39.633287875538493 ], [ -111.19074382203297, 39.633724607258365 ], [ -111.19065681007559, 39.63386531177504 ], [ -111.19051074763536, 39.634144872677915 ], [ -111.19043684714303, 39.634392778838169 ], [ -111.1905250862289, 39.634698986485063 ], [ -111.19077042231953, 39.634923842907234 ], [ -111.19110339515294, 39.635234153100427 ], [ -111.19138988173083, 39.635589590724081 ], [ -111.19146736771617, 39.635797602372278 ], [ -111.19153085266304, 39.635999329794153 ], [ -111.19160204104149, 39.636458740761555 ], [ -111.19163799612676, 39.636819095828599 ], [ -111.19168535650213, 39.637089328455822 ], [ -111.19178513379957, 39.637350464164975 ], [ -111.19197220246694, 39.637570908940972 ], [ -111.19234575686555, 39.637800055128118 ], [ -111.19246834824024, 39.637881846327971 ], [ -111.19257936861111, 39.63799339075927 ], [ -111.19267298617505, 39.638132896054977 ], [ -111.1927550628612, 39.638312967027758 ], [ -111.19273811983581, 39.638506717806813 ], [ -111.19270954784726, 39.638709498225602 ], [ -111.19275082413216, 39.638885131683907 ], [ -111.19284473101803, 39.639128255426868 ], [ -111.1927936516737, 39.639619404564144 ], [ -111.19275400062131, 39.640029441489105 ], [ -111.19277795922578, 39.640263670931134 ], [ -111.19276119090681, 39.640520493832028 ], [ -111.19265722828571, 39.640854049365068 ], [ -111.19265112573967, 39.641174828035844 ], [ -111.19269349128203, 39.641322527541064 ], [ -111.19279290323237, 39.641448507516522 ], [ -111.19297395865956, 39.641596877680385 ], [ -111.19334758824647, 39.641844041044976 ], [ -111.19358706876535, 39.642046375084298 ], [ -111.19393142833606, 39.642244028397023 ], [ -111.19424059948868, 39.642360646375316 ], [ -111.19470710754707, 39.642476999907231 ], [ -111.19530725137005, 39.642453466525517 ], [ -111.195534438078, 39.642426053271002 ], [ -111.1958142604195, 39.642466128480002 ], [ -111.19596008161484, 39.642515439498695 ], [ -111.19619926650583, 39.642609644424937 ], [ -111.19657274717815, 39.642798230340453 ], [ -111.19687050057233, 39.642995953765379 ], [ -111.19752478305912, 39.643566099125557 ], [ -111.19815515466186, 39.643921835262489 ], [ -111.19878546564053, 39.644254141153539 ], [ -111.19938058517826, 39.644505410892975 ], [ -111.19989969280392, 39.644666704943987 ], [ -111.20063456168823, 39.644877181097655 ], [ -111.20113019544264, 39.644979942932096 ], [ -111.20151526563701, 39.645136956582057 ], [ -111.20169040401539, 39.645244776755554 ], [ -111.20185397964474, 39.645384152963167 ], [ -111.20198266953113, 39.645550620636847 ], [ -111.20204140352777, 39.645708199518566 ], [ -111.20209472993604, 39.646009953276987 ], [ -111.20211362914526, 39.646496478938346 ], [ -111.20203408827966, 39.647199424026958 ], [ -111.20202902109072, 39.64746073275105 ], [ -111.20198306826306, 39.647690576371851 ], [ -111.20190209646788, 39.64790246015896 ], [ -111.20171670951463, 39.648281216554594 ], [ -111.20165889019728, 39.64843899790263 ], [ -111.20163619425038, 39.64865078029068 ], [ -111.201619574581, 39.648948150343557 ], [ -111.20159659050266, 39.64906081947634 ], [ -111.20149233081111, 39.649281753684363 ], [ -111.20142866924959, 39.649435039856691 ], [ -111.20138868478938, 39.649714429676429 ], [ -111.20139495707549, 39.649867594547239 ], [ -111.20136070864839, 39.650115438210108 ], [ -111.20143729494274, 39.650399131041816 ], [ -111.20154864020468, 39.650610680807553 ], [ -111.20170662285962, 39.650826654647943 ], [ -111.20184735841093, 39.651123751260613 ], [ -111.20193595772224, 39.651529062362258 ], [ -111.20202466298416, 39.651970414521131 ], [ -111.20196161629462, 39.652335442698394 ], [ -111.20192713278163, 39.652502193827971 ], [ -111.20178276642739, 39.652961971715932 ], [ -111.20160393952733, 39.653597510685167 ], [ -111.20159274116649, 39.653755210930335 ], [ -111.20158765885627, 39.654012014201967 ], [ -111.20164680498199, 39.654309252464259 ], [ -111.20162993541776, 39.654521024523085 ], [ -111.2015372981014, 39.654732928063432 ], [ -111.20131638537356, 39.654927033264286 ], [ -111.20090343702203, 39.655225089149177 ], [ -111.2007813289988, 39.655324413917455 ], [ -111.20063020917328, 39.655468840318875 ], [ -111.20051407186753, 39.65561771129898 ], [ -111.20049723759257, 39.655842998580631 ], [ -111.20060886228572, 39.656149157008372 ], [ -111.20087254866425, 39.656635258982924 ], [ -111.20103059521711, 39.656869254052687 ], [ -111.2013110931977, 39.657121057380955 ], [ -111.20154462499421, 39.657255807283875 ], [ -111.20174896278496, 39.657372586774194 ], [ -111.20199424510123, 39.657538851495509 ], [ -111.20268253636316, 39.657717858965185 ], [ -111.2035402025688, 39.658013699882829 ], [ -111.20387281408853, 39.658143766244706 ], [ -111.20413543091054, 39.658255934040596 ], [ -111.20433398720698, 39.658386234604642 ], [ -111.20447433792437, 39.658543668281162 ], [ -111.20463206883332, 39.65866502986848 ], [ -111.20487729610498, 39.658808762742986 ], [ -111.20519832327896, 39.658961371527866 ], [ -111.20595159440593, 39.659424069911886 ], [ -111.20679851091545, 39.660012741171741 ], [ -111.20762772629712, 39.660524850103911 ], [ -111.20807744639757, 39.660825891031202 ], [ -111.20842203519371, 39.661055036344294 ], [ -111.20873753633578, 39.661302253542665 ], [ -111.20891991131622, 39.661473121699942 ], [ -111.20910597459677, 39.661707055155759 ], [ -111.20950416021296, 39.662310028905864 ], [ -111.2097091390314, 39.662629525250168 ], [ -111.20979146620539, 39.662868149972397 ], [ -111.20986255843647, 39.663246454829519 ], [ -111.2100097560668, 39.66373274581656 ], [ -111.21017440205419, 39.664205489529287 ], [ -111.21030290979721, 39.664678298409854 ], [ -111.21034010205841, 39.665025128134367 ], [ -111.21035305806562, 39.665453094538925 ], [ -111.21045371213249, 39.665966499995783 ], [ -111.21056588948755, 39.666434832871957 ], [ -111.21063655193889, 39.666668972824517 ], [ -111.21074219067016, 39.666903049264242 ], [ -111.21088258690541, 39.667064980011958 ], [ -111.21115141823182, 39.667288848292159 ], [ -111.21157795156425, 39.667613344221209 ], [ -111.21188206901965, 39.667937160925312 ], [ -111.21231485008896, 39.668395896296808 ], [ -111.21255456330941, 39.668626121711483 ], [ -111.21294014747239, 39.668899328736451 ], [ -111.21327883833307, 39.66908792370706 ], [ -111.21370502902724, 39.669294377322885 ], [ -111.21408455830904, 39.669491905081081 ], [ -111.21439971423517, 39.669608457692974 ], [ -111.21459809930936, 39.669666658282573 ], [ -111.21486653683048, 39.669756265021164 ], [ -111.21520487088341, 39.669826820000026 ], [ -111.21581711595718, 39.669871636463611 ], [ -111.21655748252607, 39.669874763466538 ], [ -111.2169072553673, 39.669874110742981 ], [ -111.21709971502951, 39.669900782053077 ], [ -111.21728646948007, 39.669967109059861 ], [ -111.21756715294059, 39.670242298911013 ], [ -111.21762073579121, 39.670598105535618 ], [ -111.21764543960893, 39.671039564117621 ], [ -111.21771092324558, 39.671471935920039 ], [ -111.21780578266038, 39.671976334979291 ], [ -111.2178938937234, 39.67218791178896 ], [ -111.21820403225109, 39.672556751848326 ], [ -111.21846019931937, 39.672817568985366 ], [ -111.21863723904424, 39.673128091183628 ], [ -111.21888347065865, 39.673564626898155 ], [ -111.21895962860381, 39.673681617225846 ], [ -111.21912344846299, 39.673866019376433 ], [ -111.21936868825465, 39.673987195436112 ], [ -111.21991754095632, 39.674251961215475 ], [ -111.22037886290316, 39.674489859623151 ], [ -111.22089870279629, 39.674795222123379 ], [ -111.22141871986979, 39.675154643717462 ], [ -111.22164082100021, 39.675329920834351 ], [ -111.22182235809868, 39.675581862519728 ], [ -111.22201594603527, 39.675955419857161 ], [ -111.22211030913718, 39.67629312547993 ], [ -111.22218181461, 39.676775039440145 ], [ -111.22216053205571, 39.677411206861812 ], [ -111.22206925172428, 39.678036695730015 ], [ -111.22200670578367, 39.678532381343523 ], [ -111.22178687015284, 39.679068913681732 ], [ -111.22154915139096, 39.67948384076562 ], [ -111.2213578140164, 39.679817586336178 ], [ -111.22116743970572, 39.680088257718822 ], [ -111.22079276503078, 39.6803412587441 ], [ -111.22030471928815, 39.680513381081923 ], [ -111.22007763240276, 39.680608419674989 ], [ -111.21996715402287, 39.680703237010931 ], [ -111.21995607907206, 39.680887968887561 ], [ -111.22000894215131, 39.681010408662118 ], [ -111.22042394904939, 39.681337596149078 ], [ -111.22075107436299, 39.681530695948645 ], [ -111.22100804830711, 39.681665361483866 ], [ -111.22127096881803, 39.681836056260508 ], [ -111.22146988391957, 39.682047418802298 ], [ -111.22166931877456, 39.682420965136174 ], [ -111.22178693959151, 39.682736100530789 ], [ -111.22181658278996, 39.682889218749658 ], [ -111.22183512700279, 39.683218058696148 ], [ -111.22180095012338, 39.683470411918641 ], [ -111.2217028080742, 39.683776948952115 ], [ -111.22147790008367, 39.684556767533564 ], [ -111.22140856380086, 39.684755125945379 ], [ -111.2213698206827, 39.685039023665695 ], [ -111.22148613453247, 39.685309110308523 ], [ -111.22172014632973, 39.685551941322757 ], [ -111.22193066316122, 39.685740755078108 ], [ -111.22200695513014, 39.685893784008151 ], [ -111.22207177324243, 39.686105401641662 ], [ -111.22206109275196, 39.686411771553956 ], [ -111.22200359134732, 39.686664169297153 ], [ -111.22190517172966, 39.686885109225166 ], [ -111.22184748193961, 39.687078940425742 ], [ -111.22180742900791, 39.687317789293012 ], [ -111.22187288233442, 39.68772763186481 ], [ -111.22187991027243, 39.688101544912364 ], [ -111.22188128023592, 39.688529530399762 ], [ -111.22184164473914, 39.688899027410955 ], [ -111.22170243213806, 39.689129055282201 ], [ -111.22154013866485, 39.689435714344718 ], [ -111.22143002247209, 39.689647665809126 ], [ -111.22126791355031, 39.690012890890877 ], [ -111.2211927831561, 39.690224775442196 ], [ -111.22115865810086, 39.690495148622254 ], [ -111.22121672487584, 39.690783366734998 ], [ -111.22141794006482, 39.691341620088899 ], [ -111.22171724128852, 39.691935726881816 ], [ -111.22196328548894, 39.692286657371383 ], [ -111.22215058438033, 39.692502545676106 ], [ -111.22239605453764, 39.69267327093042 ], [ -111.22278741419167, 39.692875251794803 ], [ -111.22333160487038, 39.693090452902673 ], [ -111.22377401054064, 39.693206734691479 ], [ -111.22415332074463, 39.693287095531481 ], [ -111.22459669094279, 39.693340300443772 ], [ -111.22507508020703, 39.69340244605884 ], [ -111.22555915522362, 39.693419527320053 ], [ -111.2260778963054, 39.693337426133972 ], [ -111.22661405702202, 39.693232762967881 ], [ -111.22705683537846, 39.693104853259896 ], [ -111.22759887162857, 39.693014590485369 ], [ -111.228036188823, 39.693000217121508 ], [ -111.22836874690337, 39.69304912005456 ], [ -111.22864898548256, 39.693147681537226 ], [ -111.22886509314604, 39.693250873888232 ], [ -111.22906968732373, 39.693399139883418 ], [ -111.22916915091133, 39.693498056570434 ], [ -111.22937960783233, 39.693655320708345 ], [ -111.22947325559701, 39.693758753751119 ], [ -111.22965532950063, 39.694149439358682 ], [ -111.22976744698012, 39.694546570281247 ], [ -111.22980982199489, 39.695015020202995 ], [ -111.22978846721993, 39.695609739894422 ], [ -111.22971347638632, 39.695857670513384 ], [ -111.22972011456102, 39.69610093448442 ], [ -111.22976796354097, 39.696461250319118 ], [ -111.22985107285575, 39.696902588676238 ], [ -111.22989931170127, 39.697380037026804 ], [ -111.2299532037184, 39.697803412561349 ], [ -111.22989615527831, 39.698186461568831 ], [ -111.22978708175719, 39.69870927250156 ], [ -111.22969472606064, 39.698997783504076 ], [ -111.2296953234307, 39.699177987487431 ], [ -111.22985947148663, 39.699434455015954 ], [ -111.23006385873587, 39.699514241535638 ], [ -111.2303263931537, 39.699541652876782 ], [ -111.23102637277741, 39.69958080847033 ], [ -111.23181351730152, 39.699525178161181 ], [ -111.23231499678818, 39.699501650295737 ], [ -111.23265320931417, 39.699487457758849 ], [ -111.23322515782598, 39.699607948863878 ], [ -111.23379112425368, 39.699683397907826 ], [ -111.23425796221754, 39.699763549346066 ], [ -111.23460816003687, 39.699843934628682 ], [ -111.23494106104701, 39.699982920517201 ], [ -111.23518057358855, 39.700099568991092 ], [ -111.23538514029853, 39.700229803196905 ], [ -111.23559015200621, 39.700490684840155 ], [ -111.23587156583503, 39.700922605776221 ], [ -111.23616489325552, 39.701426583795964 ], [ -111.23624128013266, 39.701593118103403 ], [ -111.23635881567687, 39.701854176261726 ], [ -111.23644151234917, 39.702160356498339 ], [ -111.23647729010271, 39.702390045078424 ], [ -111.23653613579565, 39.702543099507089 ], [ -111.23663014480897, 39.702745638632635 ], [ -111.23675876341177, 39.702835478966776 ], [ -111.23695747803851, 39.702956712011698 ], [ -111.23712106059487, 39.703037470332454 ], [ -111.23739553508804, 39.703140527384228 ], [ -111.23806094783527, 39.703292339310998 ], [ -111.23902505813496, 39.703466058550063 ], [ -111.24004497674471, 39.703585592914294 ], [ -111.24034838519678, 39.703621006276769 ], [ -111.24138109247264, 39.70372698705043 ], [ -111.24158519451947, 39.703717552329145 ], [ -111.241876719339, 39.703689914673092 ], [ -111.24213894031422, 39.703621791274138 ], [ -111.24251188117611, 39.703526405340924 ], [ -111.24282085453474, 39.703485213496258 ], [ -111.24311245691364, 39.703480098200281 ], [ -111.24392935257053, 39.703582002836875 ], [ -111.24460037748349, 39.703666188599087 ], [ -111.24555757411169, 39.703857888627063 ], [ -111.24624642109401, 39.704032129662977 ], [ -111.24678353224009, 39.704179658451082 ], [ -111.24731481322972, 39.70432719716667 ], [ -111.24760090513841, 39.704411283786811 ], [ -111.24734361905749, 39.749945841792865 ], [ -111.24745892186392, 39.81312461333286 ], [ -111.20976253784694, 39.813081752020075 ], [ -111.17288405045416, 39.813052458475475 ], [ -111.17100887300619, 39.813050732185729 ], [ -111.15411468033658, 39.81300231995035 ], [ -111.14503084171864, 39.812973483983868 ], [ -111.12589342807995, 39.812892209576653 ], [ -111.12571350562666, 39.812892404647052 ], [ -111.09857771411185, 39.812781677608854 ], [ -111.09846905843028, 39.812780868857729 ], [ -111.09840246251639, 39.81278002434393 ], [ -111.09811037824932, 39.812778469658383 ], [ -111.09795264901561, 39.812774998878673 ], [ -111.0791653898707, 39.812302792501889 ], [ -111.07915583562067, 39.814158878065648 ], [ -111.07524185538104, 39.814156977049265 ], [ -111.06593008490374, 39.814149126482967 ], [ -111.06068999884147, 39.814115945202865 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 5, \"properties\": { \"NAME\": \"DAVIS COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 66019, \"Color4\": \"4\", \"Shape_Leng\": 209920.209653, \"Shape_Area\": 1644417688.8499999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.12578266577918, 41.152716386567569 ], [ -112.10319893929312, 41.152727733708943 ], [ -112.10315127637705, 41.152728190223456 ], [ -112.10298430519155, 41.152720781542058 ], [ -112.10203089585363, 41.152720899978746 ], [ -112.09863445823777, 41.152726323832269 ], [ -112.09831258271517, 41.152720385833135 ], [ -112.09343843779145, 41.15273073021585 ], [ -112.09333119587289, 41.152731748259001 ], [ -112.088802453596, 41.152729609372692 ], [ -112.08851647469754, 41.152732312423176 ], [ -112.08374941230882, 41.152732226837813 ], [ -112.07819575345253, 41.152730302170021 ], [ -112.07811234265098, 41.152731082952783 ], [ -112.07471588735653, 41.152735801452117 ], [ -112.0740246213324, 41.152733241681368 ], [ -112.06895964944441, 41.152735321367892 ], [ -112.03755657104878, 41.15273423720145 ], [ -112.02721206528699, 41.152736879311234 ], [ -112.02590102130817, 41.152730548535999 ], [ -112.02522180756547, 41.152736596237332 ], [ -112.0238988472843, 41.152730348732497 ], [ -112.02121745797409, 41.152736138212731 ], [ -112.02108624168882, 41.152728293729474 ], [ -112.01622379405551, 41.152726258181801 ], [ -112.013137115361, 41.152726426807234 ], [ -112.00075463549653, 41.152726584667228 ], [ -112.00015869248375, 41.152722753196059 ], [ -111.99953905404436, 41.152728132085066 ], [ -111.99930059474255, 41.152721193374568 ], [ -111.98764443191293, 41.15267760643686 ], [ -111.97932640164211, 41.152712599432085 ], [ -111.97183017159568, 41.15271303722475 ], [ -111.97168677792328, 41.152687223532425 ], [ -111.97142315850243, 41.152590361100017 ], [ -111.97107599363802, 41.152485194623821 ], [ -111.97075279506927, 41.152388832934712 ], [ -111.97027508588369, 41.15232079548808 ], [ -111.96988092342072, 41.152261060411377 ], [ -111.96915231385879, 41.152150091592205 ], [ -111.9687691412952, 41.152027205453649 ], [ -111.96829050890587, 41.151896112741426 ], [ -111.9679912818071, 41.151808549578583 ], [ -111.96781108359346, 41.151710977736343 ], [ -111.96752297943904, 41.151569272929613 ], [ -111.96729551569771, 41.15149912077139 ], [ -111.96716338048321, 41.151428167745792 ], [ -111.96691208561417, 41.151358214929111 ], [ -111.96640883609308, 41.151173274041312 ], [ -111.96597787822209, 41.151041771658541 ], [ -111.96537943854557, 41.150866632349668 ], [ -111.96492438876854, 41.150717312267744 ], [ -111.96454096819832, 41.150576398406749 ], [ -111.96416959704986, 41.150444390228749 ], [ -111.96386998610674, 41.150329796026988 ], [ -111.96331803490331, 41.150073186446271 ], [ -111.96299354120696, 41.14988673540271 ], [ -111.96275285459554, 41.149726606461535 ], [ -111.96258471718983, 41.149637933392427 ], [ -111.96236931263857, 41.149576678501894 ], [ -111.96227332864611, 41.149532441260234 ], [ -111.96206997206006, 41.149480092986302 ], [ -111.96189031547085, 41.149418538605048 ], [ -111.96157866584547, 41.149295031100614 ], [ -111.96133851108509, 41.149170926063022 ], [ -111.96082232604648, 41.148914005903855 ], [ -111.96074964922933, 41.148833541626253 ], [ -111.96058230554969, 41.148798905987306 ], [ -111.96043642716526, 41.148601950116905 ], [ -111.96041167605777, 41.14853910165926 ], [ -111.96042227716472, 41.14844893492657 ], [ -111.96031319780721, 41.148323734717785 ], [ -111.96025099215919, 41.148144096634262 ], [ -111.96010472206588, 41.147920120076243 ], [ -111.96010261977342, 41.147776012238936 ], [ -111.95981244760277, 41.147490179826704 ], [ -111.95967927775965, 41.147347164057223 ], [ -111.95916153836919, 41.146982155230845 ], [ -111.95842854479132, 41.146564888296744 ], [ -111.95767146819823, 41.146129801199386 ], [ -111.95762302160311, 41.146076156951494 ], [ -111.95756252898946, 41.146013604985761 ], [ -111.95745476936457, 41.145978469410878 ], [ -111.9574171899682, 41.145852672030472 ], [ -111.95724841463561, 41.145718957173166 ], [ -111.9568935824274, 41.145082348822818 ], [ -111.95665960675164, 41.14456183754028 ], [ -111.95658576181503, 41.144400309677778 ], [ -111.95647329367061, 41.144040929960859 ], [ -111.95642026912557, 41.143672048708076 ], [ -111.95644135007848, 41.143482708966054 ], [ -111.95646269266865, 41.143311382728442 ], [ -111.95648573655301, 41.143257144319634 ], [ -111.95651977878455, 41.143139759671087 ], [ -111.95657725727564, 41.1429951568539 ], [ -111.95653614755302, 41.142626176640661 ], [ -111.9565339225836, 41.14247306176236 ], [ -111.95643585901155, 41.142284711318069 ], [ -111.95637432421195, 41.142150104569431 ], [ -111.95634905609906, 41.142051228065235 ], [ -111.95633478644098, 41.141889205322371 ], [ -111.95629825841932, 41.141835461514113 ], [ -111.95620150481143, 41.141737178428528 ], [ -111.95610514394646, 41.141665915537097 ], [ -111.95596151862341, 41.141622068366821 ], [ -111.95578280456712, 41.141623551405118 ], [ -111.95558104642897, 41.141679272415509 ], [ -111.95546203433928, 41.141689267507843 ], [ -111.95534328363836, 41.141717276001593 ], [ -111.95520122702217, 41.141781509025506 ], [ -111.9550589087759, 41.141827728351444 ], [ -111.95485728002619, 41.141892454868348 ], [ -111.9547256999526, 41.141857514153003 ], [ -111.95442758083405, 41.141841969017293 ], [ -111.95431982969899, 41.14180683039158 ], [ -111.95416389925427, 41.141736059384918 ], [ -111.95410367504871, 41.141691519007132 ], [ -111.95387560688297, 41.141576305869755 ], [ -111.95339512269307, 41.141310048364026 ], [ -111.95329863502401, 41.14122977631154 ], [ -111.95305826446926, 41.14108763980925 ], [ -111.95286503009805, 41.140909081493753 ], [ -111.95274445468084, 41.140810992528728 ], [ -111.95248917542069, 41.140461797609142 ], [ -111.95234216734539, 41.140183769792131 ], [ -111.95218415847097, 41.139968887657133 ], [ -111.95198936683447, 41.139682246492782 ], [ -111.95185662061746, 41.139566241453423 ], [ -111.95171326304551, 41.139540402438911 ], [ -111.95127075650556, 41.139426955601671 ], [ -111.95013880679248, 41.139427290222578 ], [ -111.94985352310505, 41.139474682294882 ], [ -111.94962780855387, 41.13952158258347 ], [ -111.94928269471023, 41.139551450769424 ], [ -111.94905607056266, 41.139535302473305 ], [ -111.94886505844266, 41.139509852531873 ], [ -111.94872170209757, 41.139484009779679 ], [ -111.94862600147722, 41.139457774395233 ], [ -111.94852978184768, 41.139395511796614 ], [ -111.94838642587617, 41.139369668622507 ], [ -111.94832633746071, 41.139334131924045 ], [ -111.94830121230329, 41.139244260248063 ], [ -111.94812094773359, 41.139137649915028 ], [ -111.94782982843446, 41.138779731627217 ], [ -111.94755166310598, 41.138493768845485 ], [ -111.94750323041571, 41.138440120120485 ], [ -111.94735780321572, 41.13827016702696 ], [ -111.94719929686235, 41.138019250601651 ], [ -111.94710230327389, 41.137902946021597 ], [ -111.9463931845189, 41.137476397220581 ], [ -111.94612992143696, 41.137397489165615 ], [ -111.94591508950374, 41.137372229947836 ], [ -111.94581991060734, 41.137382019351556 ], [ -111.94579647169526, 41.137409235372957 ], [ -111.9457611192161, 41.137436549205674 ], [ -111.9455347617962, 41.137438407475614 ], [ -111.94523795754793, 41.137512906250457 ], [ -111.94502441837629, 41.137577713325037 ], [ -111.94470391495925, 41.137661413007571 ], [ -111.94458516670488, 41.137689410400128 ], [ -111.94446615993269, 41.137699394077849 ], [ -111.94437098032617, 41.13770918229114 ], [ -111.9443114123156, 41.137709670636482 ], [ -111.94420431906444, 41.13771955637786 ], [ -111.94389456532981, 41.137722094989748 ], [ -111.94298874409341, 41.137702490371318 ], [ -111.94246493219562, 41.137733800868801 ], [ -111.94190576546569, 41.137792421656357 ], [ -111.94116815062695, 41.137870513605677 ], [ -111.9407990851055, 41.137891544203868 ], [ -111.94044180432064, 41.137903469549556 ], [ -111.93945438487177, 41.138010613301411 ], [ -111.93932359147192, 41.138029695652904 ], [ -111.9386108252606, 41.138179631461995 ], [ -111.9383612792768, 41.138226703873457 ], [ -111.93808841882549, 41.138309997046207 ], [ -111.93789921053377, 41.138410624205093 ], [ -111.93759112049989, 41.138530234470785 ], [ -111.9373295304031, 41.138568394824674 ], [ -111.93704372782547, 41.13857972797873 ], [ -111.93690050605392, 41.138562877252973 ], [ -111.93672141486218, 41.13853731018645 ], [ -111.93606436412236, 41.138416541428015 ], [ -111.9353123896891, 41.138323563282263 ], [ -111.93501441815124, 41.138316974490095 ], [ -111.93470466078963, 41.138319488421665 ], [ -111.93465713367576, 41.138328881927521 ], [ -111.93440745630677, 41.138366938986572 ], [ -111.93350443726771, 41.138545409950417 ], [ -111.93330241355891, 41.13858307841852 ], [ -111.9332181232644, 41.138520706321586 ], [ -111.93314549158121, 41.138440223998998 ], [ -111.93298895320646, 41.138324389831034 ], [ -111.93273519145612, 41.138074224847124 ], [ -111.93252985174537, 41.137877714455421 ], [ -111.93234808544148, 41.13766299716692 ], [ -111.93212968691148, 41.137385520991145 ], [ -111.93196072929729, 41.137233754445838 ], [ -111.93167072533626, 41.136947848817762 ], [ -111.93144271219275, 41.136832590573519 ], [ -111.93132281288254, 41.136779512854744 ], [ -111.93108390644294, 41.136736404864543 ], [ -111.93086997332338, 41.136774165329363 ], [ -111.93058532285971, 41.136866543892545 ], [ -111.93025454465038, 41.137067388624814 ], [ -111.92981984952785, 41.137503275675208 ], [ -111.92969108910633, 41.137666456466057 ], [ -111.92964648685393, 41.137883005106396 ], [ -111.92949555094141, 41.138163466826498 ], [ -111.92942673873041, 41.138353187138257 ], [ -111.92934499518799, 41.138470948852337 ], [ -111.92920342804538, 41.138571177381642 ], [ -111.92893322301178, 41.138843592529611 ], [ -111.92876693722827, 41.138880964839146 ], [ -111.92855299575352, 41.138918721074674 ], [ -111.92808810065144, 41.138904451969566 ], [ -111.92732409020505, 41.138802510770681 ], [ -111.92710926024112, 41.138777216455466 ], [ -111.92702560960919, 41.138759873968688 ], [ -111.92685818167119, 41.138716181970928 ], [ -111.92665475889157, 41.13865476357622 ], [ -111.92629594988034, 41.13855856301354 ], [ -111.92602167869457, 41.138542752505664 ], [ -111.92584208481642, 41.138481141105487 ], [ -111.92540165381318, 41.138511703820065 ], [ -111.92516325099761, 41.138504610967168 ], [ -111.92472534969151, 41.138715308010575 ], [ -111.9246186310195, 41.138752196126347 ], [ -111.92457160804079, 41.138797612872786 ], [ -111.92427616392848, 41.138971133241085 ], [ -111.92406285154276, 41.139053915400218 ], [ -111.92382520519459, 41.139100860881548 ], [ -111.92358717942621, 41.139120785331535 ], [ -111.92321772132371, 41.139114739178837 ], [ -111.92308666811064, 41.139115789463595 ], [ -111.92232304089124, 41.139040835592297 ], [ -111.92185663237036, 41.138918459104659 ], [ -111.92173698898161, 41.138883385091269 ], [ -111.92162963786936, 41.13887523619065 ], [ -111.92105638496562, 41.1387807348476 ], [ -111.92078135804967, 41.13871087072561 ], [ -111.92055398711234, 41.138640625106483 ], [ -111.92030253716314, 41.13855255568987 ], [ -111.92021876262585, 41.138526201379676 ], [ -111.91952486691542, 41.138324561744632 ], [ -111.91878369742452, 41.138150318579982 ], [ -111.91805557588006, 41.138057037423835 ], [ -111.91732707982908, 41.137936731044491 ], [ -111.91700415445484, 41.137849223574882 ], [ -111.91680162120751, 41.137850835714694 ], [ -111.91665928357371, 41.137897007819284 ], [ -111.91649349440623, 41.137970389934864 ], [ -111.91644596480701, 41.137979775951536 ], [ -111.91627979912995, 41.138026137158882 ], [ -111.9161367087399, 41.138018267413273 ], [ -111.91605318714251, 41.138009923784033 ], [ -111.91564699213801, 41.137932082544324 ], [ -111.91538263572112, 41.137772042015918 ], [ -111.91501043154578, 41.137567818272892 ], [ -111.91470896069688, 41.137308984453853 ], [ -111.9145632446082, 41.137111968385675 ], [ -111.91453879186464, 41.137067123189304 ], [ -111.91437878661188, 41.136699070831 ], [ -111.91409864825638, 41.136259908648121 ], [ -111.91384371551882, 41.135919632347274 ], [ -111.91360082373468, 41.135588267828268 ], [ -111.91333398295245, 41.135248084790753 ], [ -111.91315291067789, 41.135078370786808 ], [ -111.91303315388107, 41.135034280707167 ], [ -111.91286449565318, 41.134900499329284 ], [ -111.91267363475049, 41.134883995944612 ], [ -111.91238597069508, 41.134760164558223 ], [ -111.91175257675739, 41.134621053688811 ], [ -111.91181488653028, 41.134818733671594 ], [ -111.91189048204687, 41.135115395026439 ], [ -111.91075859918584, 41.135115341867319 ], [ -111.91073955369349, 41.136322547139933 ], [ -111.91014388039581, 41.136327255175473 ], [ -111.90872605306735, 41.136329441023292 ], [ -111.90830908149704, 41.136332729684106 ], [ -111.90832511089957, 41.137494618496461 ], [ -111.90579482360339, 41.137181251803014 ], [ -111.90546931542755, 41.136904566956837 ], [ -111.9045283001889, 41.13605621220821 ], [ -111.9040646654977, 41.136131914885091 ], [ -111.90377936080603, 41.136179193063846 ], [ -111.9032448612855, 41.136300487780339 ], [ -111.90313788701143, 41.13631934228583 ], [ -111.90284054379705, 41.136357704653555 ], [ -111.90250696586037, 41.136360318662256 ], [ -111.90204196918098, 41.136336937273953 ], [ -111.90191067396344, 41.136319949598501 ], [ -111.90164820706774, 41.136294980704001 ], [ -111.90111074400845, 41.136200099765418 ], [ -111.90066846691434, 41.136095464233648 ], [ -111.90021353888102, 41.135936878620434 ], [ -111.89985441261567, 41.135813574356121 ], [ -111.89957868138831, 41.135689617732879 ], [ -111.89927998557988, 41.135628894850413 ], [ -111.89920813629631, 41.135602432115022 ], [ -111.89892172347506, 41.135568636042393 ], [ -111.89836056625221, 41.135482935007786 ], [ -111.89800353415231, 41.135512742500829 ], [ -111.89789655956572, 41.135531592143437 ], [ -111.89771810471058, 41.13555099877032 ], [ -111.8974088481735, 41.135589439961265 ], [ -111.89660057825526, 41.135730852115849 ], [ -111.89600711425079, 41.135897611589257 ], [ -111.89548476050113, 41.136036791602521 ], [ -111.89473653778157, 41.136213755376453 ], [ -111.89324105760292, 41.136639723873095 ], [ -111.89219522551372, 41.136836994296218 ], [ -111.8915060649401, 41.136977448130665 ], [ -111.89104338304556, 41.137125154057813 ], [ -111.89078274453504, 41.137235264389524 ], [ -111.89049827771368, 41.137345558340968 ], [ -111.89018937354867, 41.137411001066702 ], [ -111.88952403000816, 41.137551258993597 ], [ -111.88901258978308, 41.137618262400522 ], [ -111.88875085158416, 41.137647305747606 ], [ -111.88869140427997, 41.137656772269374 ], [ -111.8884419441884, 41.137712743815662 ], [ -111.88823977431484, 41.137741326550952 ], [ -111.88804963955052, 41.137778824024721 ], [ -111.88777598644249, 41.137807957013699 ], [ -111.8874898121971, 41.137792146445278 ], [ -111.88723950086943, 41.137785066818999 ], [ -111.88622622095608, 41.137747827585301 ], [ -111.88582042452741, 41.13769690161562 ], [ -111.88564111179994, 41.137653241008159 ], [ -111.88547334967467, 41.137582467702622 ], [ -111.88524553467066, 41.137476124165893 ], [ -111.88499413506263, 41.137387977127098 ], [ -111.88470772112784, 41.137354145725844 ], [ -111.88420637645832, 41.137285932103474 ], [ -111.88371755098166, 41.137262659640335 ], [ -111.88346724192907, 41.1372555717914 ], [ -111.88338384587129, 41.137256211371067 ], [ -111.88303919350801, 41.13732190907696 ], [ -111.88284881528317, 41.137341384082418 ], [ -111.88245505822283, 41.13729936184447 ], [ -111.88213374943477, 41.137328846499351 ], [ -111.88197911212751, 41.137348046359406 ], [ -111.88143192393487, 41.137415289822854 ], [ -111.88134876877325, 41.137433941842275 ], [ -111.8805517512678, 41.13753011597403 ], [ -111.88034957828422, 41.137558684890337 ], [ -111.87996893898597, 41.137606632683671 ], [ -111.87961176571937, 41.137627376398733 ], [ -111.87924231754688, 41.137621189064653 ], [ -111.87895614579084, 41.13760535726523 ], [ -111.87864554554886, 41.137544671696105 ], [ -111.8782272412613, 41.137448774963197 ], [ -111.87804841452305, 41.137441130330217 ], [ -111.87763191267997, 41.137480335880575 ], [ -111.87719158273447, 41.137519721380642 ], [ -111.87683524859955, 41.13760350525164 ], [ -111.87651477492039, 41.137696023036774 ], [ -111.87623052134721, 41.137824295936724 ], [ -111.87607660013464, 41.137897529704574 ], [ -111.87593447261955, 41.137961665706932 ], [ -111.87579186556783, 41.137989773663641 ], [ -111.87561411568628, 41.138063187978702 ], [ -111.87537715514171, 41.138164075633107 ], [ -111.87517545673521, 41.138228663382762 ], [ -111.87495004975366, 41.138302438742301 ], [ -111.87477181936704, 41.138339823892196 ], [ -111.87450995181537, 41.138359827996773 ], [ -111.87422389737932, 41.138352991434026 ], [ -111.87384229228924, 41.13832886329061 ], [ -111.87346044846358, 41.138286719933561 ], [ -111.87257690667845, 41.138149290098276 ], [ -111.87186147506421, 41.138109667885033 ], [ -111.871503580709, 41.138076344641313 ], [ -111.87108635551739, 41.138061484724908 ], [ -111.87070522956289, 41.138073374078331 ], [ -111.87039594416404, 41.13811174300205 ], [ -111.87016993683154, 41.13814047415255 ], [ -111.869991585017, 41.138168844947884 ], [ -111.86952765543313, 41.138226395160864 ], [ -111.86907504447753, 41.138238818708039 ], [ -111.86799004392003, 41.13818394434437 ], [ -111.86740590480971, 41.138161320821453 ], [ -111.86680985211456, 41.138138783984495 ], [ -111.86624942306346, 41.138106968292476 ], [ -111.86572473628853, 41.138074881255541 ], [ -111.86512797466717, 41.137998293743713 ], [ -111.86481702972809, 41.137910549799336 ], [ -111.86449428998827, 41.13783190141374 ], [ -111.86403955274668, 41.13768217922771 ], [ -111.8636697504022, 41.137648920942581 ], [ -111.86339490487138, 41.137587926129235 ], [ -111.86328756215084, 41.137579722759028 ], [ -111.86300174791593, 41.137590872279013 ], [ -111.862858545649, 41.137573929274225 ], [ -111.86240617342965, 41.137604340586726 ], [ -111.86131080578066, 41.13766658336656 ], [ -111.86108444229761, 41.137668275705941 ], [ -111.86079862721135, 41.137679419766521 ], [ -111.86066769237182, 41.13768940601846 ], [ -111.86049016146809, 41.137780811166216 ], [ -111.86040817674484, 41.137889518179733 ], [ -111.86037443599974, 41.138042904226175 ], [ -111.86026921130698, 41.13819682413488 ], [ -111.86029598163094, 41.138421821296731 ], [ -111.86027344824414, 41.138521076299853 ], [ -111.86039600210147, 41.138781389585219 ], [ -111.86043586442244, 41.139096367726111 ], [ -111.86042642235493, 41.139285603780912 ], [ -111.8603469075528, 41.139583457795638 ], [ -111.86027695233322, 41.139701082722063 ], [ -111.86024203347802, 41.139764398670579 ], [ -111.86010023922668, 41.139855536313348 ], [ -111.8599927755008, 41.139838322905376 ], [ -111.85989699079576, 41.139803006450975 ], [ -111.85956198033153, 41.139697412232017 ], [ -111.85921317586035, 41.139447793811513 ], [ -111.85865971888462, 41.139037558132571 ], [ -111.85843135398899, 41.138886126172821 ], [ -111.85821584351733, 41.138806661053152 ], [ -111.85790537311645, 41.138754926446943 ], [ -111.85769080242366, 41.138747516411961 ], [ -111.85733373205923, 41.138777198181856 ], [ -111.85720279444611, 41.138787180519763 ], [ -111.85691755986211, 41.138843350059346 ], [ -111.85663302796378, 41.138953560970499 ], [ -111.85624150217234, 41.139082582305164 ], [ -111.85613029253803, 41.138777140841619 ], [ -111.85600775547864, 41.138516822852424 ], [ -111.85594607746432, 41.138355139249313 ], [ -111.85593310956379, 41.138274164643313 ], [ -111.85594408675509, 41.138202019995731 ], [ -111.85597854054528, 41.138102677240454 ], [ -111.85604920452194, 41.138039096924238 ], [ -111.85616740698882, 41.137966155357006 ], [ -111.85628607777564, 41.137929241728877 ], [ -111.85652306741136, 41.137828393066307 ], [ -111.85678329803532, 41.137682331626472 ], [ -111.85700825490136, 41.137572563576946 ], [ -111.85715051768419, 41.137517457764055 ], [ -111.85722117989819, 41.137453876739691 ], [ -111.85724266209199, 41.137273559153599 ], [ -111.85722922374825, 41.137156556637507 ], [ -111.8571557475793, 41.137003969333449 ], [ -111.8570232893029, 41.136896860249976 ], [ -111.8567598977166, 41.136799732807852 ], [ -111.85632971498741, 41.136703844790119 ], [ -111.8557798112048, 41.136563805207736 ], [ -111.85551665681417, 41.136484688923183 ], [ -111.8553371326698, 41.136422966863691 ], [ -111.8551335475948, 41.136343407365409 ], [ -111.8549540241869, 41.136281684700045 ], [ -111.85464321739826, 41.136202920074552 ], [ -111.85402207332723, 41.136081416374331 ], [ -111.85335327716355, 41.135960262334571 ], [ -111.85276647847346, 41.135730402731255 ], [ -111.85252692474999, 41.135633089091129 ], [ -111.85231143193221, 41.135553612706744 ], [ -111.85207141327682, 41.135420269990618 ], [ -111.85174741875645, 41.135242508268057 ], [ -111.8516155552425, 41.135180427962574 ], [ -111.85125524064583, 41.134957893890082 ], [ -111.85103986796199, 41.134887422112726 ], [ -111.85088464462422, 41.134861545109132 ], [ -111.85070524552057, 41.134808822760597 ], [ -111.85057338384452, 41.134746741239447 ], [ -111.85046523280192, 41.134675476622547 ], [ -111.85030907966097, 41.134577542565502 ], [ -111.84997201801407, 41.134309793327432 ], [ -111.84973142742218, 41.134131410438258 ], [ -111.84949153533414, 41.134007069249186 ], [ -111.84921578832559, 41.133873983991343 ], [ -111.8489998406645, 41.133758473140738 ], [ -111.84891551931264, 41.133687031417743 ], [ -111.84885456004379, 41.133579385903353 ], [ -111.84880504970715, 41.133435624414879 ], [ -111.84880110220089, 41.13312938507206 ], [ -111.84876304100921, 41.132949507608906 ], [ -111.84866495060353, 41.132734040807975 ], [ -111.84839682995508, 41.132267605191252 ], [ -111.84815300287697, 41.131837021629465 ], [ -111.84792062790375, 41.131370321624679 ], [ -111.84767587982972, 41.130867680559184 ], [ -111.84742096149424, 41.13050023223532 ], [ -111.84728644621906, 41.13023098469889 ], [ -111.8470562843691, 41.129935416632726 ], [ -111.84686278856329, 41.129711641752642 ], [ -111.84665726585278, 41.129478947028915 ], [ -111.84653686798356, 41.129380744933805 ], [ -111.84644029526675, 41.129282367650617 ], [ -111.84639183538172, 41.129219668399791 ], [ -111.8463425653416, 41.129093919764756 ], [ -111.84632868527203, 41.12894088740034 ], [ -111.84635019494701, 41.128760571319397 ], [ -111.84636152849572, 41.128715448537676 ], [ -111.84645289091458, 41.128408508552454 ], [ -111.84663839210518, 41.128010797612227 ], [ -111.84674201181359, 41.127730790993603 ], [ -111.84677577950619, 41.12757740841144 ], [ -111.84679798240327, 41.127451134540955 ], [ -111.84679647694107, 41.127334042846641 ], [ -111.8468068835095, 41.127216863586405 ], [ -111.84680167232011, 41.126811546157008 ], [ -111.84672637947949, 41.126514838706385 ], [ -111.8466772266982, 41.126398097197715 ], [ -111.84660332419865, 41.126209474304261 ], [ -111.84648177490503, 41.126021201476625 ], [ -111.84631211629318, 41.125797250332056 ], [ -111.8461548334086, 41.125609239655567 ], [ -111.84598529267078, 41.125394295050995 ], [ -111.84579192973438, 41.125179525091937 ], [ -111.84559822117259, 41.124937733608093 ], [ -111.84548974487568, 41.124839442810604 ], [ -111.84533200428011, 41.124615402690871 ], [ -111.84518652299977, 41.124418296130663 ], [ -111.84510175562515, 41.124310823097211 ], [ -111.84500426822075, 41.12414038793149 ], [ -111.84493071974335, 41.123978785010017 ], [ -111.84488076340227, 41.12379899319096 ], [ -111.84484225663078, 41.12358308573225 ], [ -111.84486226706808, 41.123285677904683 ], [ -111.8448367116365, 41.123150746646928 ], [ -111.84481937106385, 41.122727501945185 ], [ -111.84482816334013, 41.12248422382541 ], [ -111.84475392418248, 41.122268578326441 ], [ -111.84471645829322, 41.122133734354826 ], [ -111.84461782035144, 41.12187322808775 ], [ -111.8445453147081, 41.121792688430297 ], [ -111.84450750312681, 41.121630823169788 ], [ -111.84458845519519, 41.121441063500569 ], [ -111.84467033071809, 41.121323360316204 ], [ -111.84483477395904, 41.12114199618118 ], [ -111.84497620321463, 41.12102385601851 ], [ -111.84518875060198, 41.120878170189506 ], [ -111.8453541159549, 41.120768861862743 ], [ -111.84550791672144, 41.120686661921702 ], [ -111.84572080873016, 41.120567996324986 ], [ -111.84588570980983, 41.120422658978931 ], [ -111.84600308275294, 41.120286678352237 ], [ -111.84609559260821, 41.120069808968545 ], [ -111.8461401120435, 41.119826268247543 ], [ -111.84611432410102, 41.119673323071012 ], [ -111.84614658555788, 41.119402848610036 ], [ -111.84622753025594, 41.119213087788275 ], [ -111.84640352739505, 41.119004612746814 ], [ -111.84659270708801, 41.118895127653396 ], [ -111.84680547560295, 41.118767453023302 ], [ -111.84697141196035, 41.118703177746561 ], [ -111.84732756797565, 41.118610479543911 ], [ -111.84755351916577, 41.118581793668589 ], [ -111.84780259561931, 41.118498889660344 ], [ -111.84800333413328, 41.118362293430295 ], [ -111.84813214566248, 41.118190194731888 ], [ -111.84824846634504, 41.117973148264895 ], [ -111.84836501823104, 41.117774115809482 ], [ -111.84849336369764, 41.117565988450181 ], [ -111.84859835193542, 41.117394064674713 ], [ -111.84867951921349, 41.117222316286934 ], [ -111.84878415832742, 41.117023371146601 ], [ -111.84890082300365, 41.116833345213706 ], [ -111.84905344946255, 41.116661069964643 ], [ -111.84919520984714, 41.116569945892586 ], [ -111.84932424702633, 41.116415860002071 ], [ -111.84933348663715, 41.116208609703826 ], [ -111.84927265944552, 41.116109971001521 ], [ -111.84918766420557, 41.115984486650596 ], [ -111.84915019305737, 41.115849644028394 ], [ -111.84920753719967, 41.115678070825474 ], [ -111.84944399397232, 41.115541208748795 ], [ -111.84960980347815, 41.115467922674014 ], [ -111.84982394913109, 41.1154483273423 ], [ -111.85008550176074, 41.115410365964159 ], [ -111.85039411231938, 41.115327017027475 ], [ -111.85060790842775, 41.115280399053546 ], [ -111.85080967808076, 41.115224861579989 ], [ -111.85116487895991, 41.115060095190401 ], [ -111.85141370472756, 41.114959169372995 ], [ -111.85171063451716, 41.114893919081858 ], [ -111.85197230025258, 41.114864960509436 ], [ -111.85240070247572, 41.114834767773473 ], [ -111.85255517980589, 41.114806600919358 ], [ -111.85282863796773, 41.114768545211682 ], [ -111.85316129465747, 41.114703026701193 ], [ -111.85337485339922, 41.114638389509437 ], [ -111.8536943155023, 41.114473880054611 ], [ -111.85400139939144, 41.114273429782401 ], [ -111.85422523081706, 41.114082603946812 ], [ -111.85442454101633, 41.113837912001394 ], [ -111.85460026430586, 41.113611410523397 ], [ -111.85470441258764, 41.11337643188439 ], [ -111.85480832645597, 41.113123439034894 ], [ -111.85498451401206, 41.112932965202987 ], [ -111.85524441690647, 41.112768893427528 ], [ -111.85555230673968, 41.112631488481071 ], [ -111.85573001137863, 41.112558105255282 ], [ -111.8558598443315, 41.112467061554305 ], [ -111.8560126765244, 41.112312791343484 ], [ -111.85612896106599, 41.11209573705478 ], [ -111.85611471149201, 41.111915684441087 ], [ -111.85595486084398, 41.111529531401303 ], [ -111.85585736499542, 41.11135910513454 ], [ -111.85578368785026, 41.111188501849469 ], [ -111.85574655701949, 41.111080682540901 ], [ -111.85562454263327, 41.11085639061811 ], [ -111.85552658094103, 41.110649935797085 ], [ -111.85527333577339, 41.110408602074706 ], [ -111.85508045510407, 41.110229875261794 ], [ -111.85486469239051, 41.110123381340287 ], [ -111.85469621548243, 41.109989512430161 ], [ -111.85460024361397, 41.109936176813072 ], [ -111.85448010382089, 41.109855996582048 ], [ -111.85426399303273, 41.109722480316904 ], [ -111.85423842411606, 41.109587550966083 ], [ -111.85416405277383, 41.109362904146735 ], [ -111.85413638300876, 41.109065847594508 ], [ -111.85408618016366, 41.108868045309627 ], [ -111.85392926661893, 41.10870706571955 ], [ -111.85393767414746, 41.108436765463949 ], [ -111.85395764006711, 41.108139355725733 ], [ -111.85407462460384, 41.10797634576253 ], [ -111.85425045056276, 41.107758851797421 ], [ -111.8544381838105, 41.107541269249054 ], [ -111.85455539968088, 41.107396272936363 ], [ -111.85471943095558, 41.107187873660685 ], [ -111.85491790107268, 41.106880131325838 ], [ -111.85510492851162, 41.106608505303761 ], [ -111.85542095760137, 41.106182786324524 ], [ -111.8555023275203, 41.106029047239964 ], [ -111.8556767404841, 41.10570346632116 ], [ -111.85583900980015, 41.105359959463691 ], [ -111.85596578744236, 41.105034731929891 ], [ -111.85610388686331, 41.104664380429128 ], [ -111.85624210176638, 41.104303035821921 ], [ -111.85628645697275, 41.104050483921434 ], [ -111.85634084741459, 41.103653730396985 ], [ -111.85644520838669, 41.103436764133171 ], [ -111.85647812275514, 41.103220328927343 ], [ -111.85649760790471, 41.102886890333068 ], [ -111.85637478753404, 41.10259954927696 ], [ -111.85632458324525, 41.102401747764823 ], [ -111.85630893166592, 41.102113610011095 ], [ -111.85625884496309, 41.101924815519332 ], [ -111.85610030538342, 41.10163773957926 ], [ -111.85596651745205, 41.101422543046198 ], [ -111.85570069794564, 41.101127255572486 ], [ -111.85555395309584, 41.100831083286053 ], [ -111.85539425058253, 41.100453935511361 ], [ -111.85515306965738, 41.100221519383652 ], [ -111.85499570722185, 41.100024512522673 ], [ -111.8548259715288, 41.099791565465239 ], [ -111.85460802525625, 41.099513936041689 ], [ -111.85437899097259, 41.099299444031701 ], [ -111.85423482376194, 41.099201425639208 ], [ -111.85404186251267, 41.099013689313608 ], [ -111.85387294941458, 41.098843790323777 ], [ -111.8536680834106, 41.098656141584357 ], [ -111.85334345102717, 41.098415331921188 ], [ -111.8530913104503, 41.098255056114425 ], [ -111.85275582391321, 41.098095396667702 ], [ -111.85245664141952, 41.097980507369961 ], [ -111.8522175755886, 41.097910212372206 ], [ -111.85200162528196, 41.097785698249133 ], [ -111.85176221154354, 41.097688381028057 ], [ -111.85160626141894, 41.097599454359667 ], [ -111.85150972858146, 41.097501080408158 ], [ -111.85151965764238, 41.097347871889518 ], [ -111.85157802733497, 41.097257360983455 ], [ -111.85179060053954, 41.097120670354983 ], [ -111.85201542858458, 41.097010912557145 ], [ -111.85225146384943, 41.096847023721033 ], [ -111.8524280819554, 41.096692581971745 ], [ -111.85256793164923, 41.096457340484584 ], [ -111.85269633988887, 41.096258215301269 ], [ -111.852883696681, 41.096013613859043 ], [ -111.85308354108675, 41.095813959399372 ], [ -111.85329505745162, 41.095596202242767 ], [ -111.85348241016668, 41.09535159983907 ], [ -111.8536699947262, 41.095125011309911 ], [ -111.8538456718445, 41.094898510715034 ], [ -111.85401084153004, 41.094780183161063 ], [ -111.85415149833371, 41.094607989383796 ], [ -111.85430452726682, 41.094471735505664 ], [ -111.85446864459954, 41.094272343517531 ], [ -111.85457288070914, 41.09404637159669 ], [ -111.85465342093138, 41.093829583303673 ], [ -111.85480329449463, 41.093450137399955 ], [ -111.8548951552594, 41.093188225157476 ], [ -111.85496472185184, 41.093043581681727 ], [ -111.85512719846737, 41.092718089523636 ], [ -111.85513746899341, 41.092591901921843 ], [ -111.855123344052, 41.092420855601837 ], [ -111.85506253080472, 41.092322219422556 ], [ -111.85462692204374, 41.091784974030972 ], [ -111.85450564855016, 41.091614722339749 ], [ -111.85443129762081, 41.09139007480826 ], [ -111.85440491923687, 41.091192095356035 ], [ -111.85438986300734, 41.090948992141435 ], [ -111.85423089204738, 41.090625884374418 ], [ -111.85408546108832, 41.090428787425722 ], [ -111.85385646054849, 41.090214293716123 ], [ -111.85377172407695, 41.090106826137784 ], [ -111.85362734491714, 41.089990792432765 ], [ -111.85341083540834, 41.089821245070766 ], [ -111.85338562630099, 41.089713336267117 ], [ -111.85333579106013, 41.089542554122453 ], [ -111.85320390171063, 41.089471467171265 ], [ -111.85301143830608, 41.08931975689211 ], [ -111.85270004095307, 41.089177934509159 ], [ -111.85255543284732, 41.089043885204127 ], [ -111.85218288298547, 41.088776402422916 ], [ -111.85183437883806, 41.088526756570275 ], [ -111.85154644883463, 41.088357733644401 ], [ -111.8512948164695, 41.088233481627057 ], [ -111.85107936479497, 41.088144993660961 ], [ -111.85093545950743, 41.08806498487656 ], [ -111.85082703694243, 41.087966697967651 ], [ -111.85082622358151, 41.087903648226415 ], [ -111.85096640955562, 41.087695429771529 ], [ -111.85110636219133, 41.087469196935324 ], [ -111.85122227181367, 41.087225125621821 ], [ -111.85130281514229, 41.087008339390295 ], [ -111.85140670228532, 41.086755348738151 ], [ -111.85143706784432, 41.08634075792029 ], [ -111.85141023564844, 41.086106749073529 ], [ -111.85137242920341, 41.085944885036099 ], [ -111.8513694064401, 41.085710700230145 ], [ -111.85147503546236, 41.085592816106157 ], [ -111.85157903609161, 41.085348832373448 ], [ -111.85157461723942, 41.085006562252005 ], [ -111.85152304628873, 41.084700672466738 ], [ -111.85156787282236, 41.084484149921309 ], [ -111.85176617490986, 41.084167405226118 ], [ -111.8518578028398, 41.083887480775388 ], [ -111.8519504769835, 41.083688620235755 ], [ -111.85195912384688, 41.083436333132624 ], [ -111.85201515419122, 41.083165679704237 ], [ -111.85203617013138, 41.082949332993486 ], [ -111.85198459881485, 41.082643443311646 ], [ -111.85194656044347, 41.082463565136869 ], [ -111.85178866927569, 41.08222151722395 ], [ -111.85158374530488, 41.082024856566171 ], [ -111.85122430549146, 41.081847353099498 ], [ -111.85103233391729, 41.081731667513552 ], [ -111.85090046276713, 41.081660577653366 ], [ -111.85080383854053, 41.08155319548689 ], [ -111.85077910172485, 41.081481314351386 ], [ -111.85078914686854, 41.081337112596344 ], [ -111.8508106310108, 41.081156794473912 ], [ -111.85085522533808, 41.080922257840591 ], [ -111.85087670918372, 41.080741939696033 ], [ -111.85086201749914, 41.080525856785165 ], [ -111.8508705521492, 41.080264562471953 ], [ -111.85084442178724, 41.080084595913924 ], [ -111.85084082070485, 41.079805375244028 ], [ -111.85078914147347, 41.079490477664301 ], [ -111.85073885652183, 41.079283665476503 ], [ -111.85065088767416, 41.07892399585004 ], [ -111.85058788749863, 41.078654221597795 ], [ -111.85050224258877, 41.078474694233456 ], [ -111.8504640947428, 41.078285808255472 ], [ -111.85039023770904, 41.078097185809042 ], [ -111.85032886463837, 41.077953511077119 ], [ -111.85021929914085, 41.077765152023609 ], [ -111.85003785182504, 41.077541291250178 ], [ -111.84990564210243, 41.077443178734988 ], [ -111.84968953175934, 41.077300644894258 ], [ -111.84947400217732, 41.077203146265184 ], [ -111.84925777761222, 41.077051604465595 ], [ -111.84913700928874, 41.076917374800843 ], [ -111.84911134878823, 41.076773436196717 ], [ -111.84907332189177, 41.076593556782299 ], [ -111.84897485385937, 41.076342058836111 ], [ -111.84886506320289, 41.076135684121155 ], [ -111.84873216289458, 41.075983527415183 ], [ -111.8484559670901, 41.075796393856216 ], [ -111.84836005040468, 41.075743052193936 ], [ -111.84831116571152, 41.07564432428422 ], [ -111.84833323406089, 41.07550904205543 ], [ -111.84837852858689, 41.075328548892855 ], [ -111.84839978602615, 41.075130216725036 ], [ -111.84846888528055, 41.0749495482412 ], [ -111.84858478349732, 41.074705479173936 ], [ -111.84882987023349, 41.074325338587435 ], [ -111.84896957088858, 41.074081093766459 ], [ -111.84914428220084, 41.073782542850765 ], [ -111.84924908505404, 41.073601610747801 ], [ -111.84941200752655, 41.073312154280636 ], [ -111.84945671795401, 41.073086625007406 ], [ -111.84953632298222, 41.072797782533186 ], [ -111.8496405433868, 41.072571814405052 ], [ -111.84987406221209, 41.072218780753957 ], [ -111.84999064667372, 41.072028753052855 ], [ -111.85014282046717, 41.071829454669306 ], [ -111.85029487729305, 41.0716211489542 ], [ -111.85044658494169, 41.071385821642174 ], [ -111.85055068397929, 41.071150845555053 ], [ -111.85063132689805, 41.070943066495744 ], [ -111.85062923713662, 41.07078093809951 ], [ -111.850661111245, 41.070483439108763 ], [ -111.85075319031284, 41.070239543552255 ], [ -111.85080886697457, 41.069941868753951 ], [ -111.85084166890604, 41.069716426758262 ], [ -111.85093328174824, 41.069436502503713 ], [ -111.85100120692567, 41.069165761100763 ], [ -111.85115325502846, 41.068957454243659 ], [ -111.85131697126297, 41.068731044990315 ], [ -111.8514929364064, 41.068531568965348 ], [ -111.85163366126953, 41.068368385100577 ], [ -111.85177368798283, 41.068151158258203 ], [ -111.85193763264941, 41.067942762401529 ], [ -111.85200752890373, 41.067825141683493 ], [ -111.85202993614949, 41.06771688006851 ], [ -111.85199272084503, 41.067600051309228 ], [ -111.85183486600303, 41.067358002494366 ], [ -111.85182075613567, 41.067186954889891 ], [ -111.85182951865438, 41.066943674232377 ], [ -111.85179009561357, 41.066655709784577 ], [ -111.85159491378833, 41.066287824557392 ], [ -111.85132693446047, 41.065812380853032 ], [ -111.85124049169266, 41.065569803518386 ], [ -111.85096142995239, 41.065157496752818 ], [ -111.85061143163325, 41.064781744932112 ], [ -111.85044157200143, 41.064530774680037 ], [ -111.85028338227308, 41.064261702052299 ], [ -111.85008960805803, 41.064001899713027 ], [ -111.84987133848654, 41.06368822968809 ], [ -111.84967710385378, 41.063392398009853 ], [ -111.84945953373239, 41.063132770019998 ], [ -111.84938662442048, 41.063016203431431 ], [ -111.84931174531927, 41.062746515262127 ], [ -111.84902115501376, 41.062361312522626 ], [ -111.84880428579683, 41.062155726096393 ], [ -111.84844403632761, 41.061906155007833 ], [ -111.84806126202608, 41.06175583660589 ], [ -111.84703275967195, 41.061367049073255 ], [ -111.846638438087, 41.061243834812949 ], [ -111.84641175855367, 41.061200460012117 ], [ -111.84622066414454, 41.061147815442332 ], [ -111.84613655536315, 41.061085377022096 ], [ -111.8459801229165, 41.060951405468195 ], [ -111.84575032923956, 41.060664836027996 ], [ -111.84565397539082, 41.060575463096512 ], [ -111.8455558913578, 41.060350982660538 ], [ -111.84538548581561, 41.060054968655813 ], [ -111.84515719686479, 41.059885491051695 ], [ -111.84476265706425, 41.059744255893349 ], [ -111.84453517732184, 41.059637827175173 ], [ -111.84441456618438, 41.059512598921529 ], [ -111.8443413242542, 41.059369007445618 ], [ -111.8443520720908, 41.059278848594808 ], [ -111.84443202950035, 41.059017030403822 ], [ -111.8444885325861, 41.058782408065021 ], [ -111.84461643307195, 41.058547262402783 ], [ -111.84468575660192, 41.05838461007292 ], [ -111.84473058920373, 41.05816808916213 ], [ -111.84473949246987, 41.057933815591184 ], [ -111.8446668278013, 41.057835260110089 ], [ -111.84456829047227, 41.057574749983658 ], [ -111.84448245977414, 41.057377202732241 ], [ -111.84446768030604, 41.05715211071432 ], [ -111.84450234159357, 41.057070784585285 ], [ -111.84462954748541, 41.056781595856151 ], [ -111.84459189086571, 41.056628735621906 ], [ -111.84436327036904, 41.056432234699962 ], [ -111.84419575956339, 41.056361397857842 ], [ -111.84393247967874, 41.056246222103027 ], [ -111.84391770240283, 41.056021129950103 ], [ -111.84393919827167, 41.055840812220787 ], [ -111.8438891842363, 41.055652010164202 ], [ -111.84386342909926, 41.055499062500353 ], [ -111.84395631927946, 41.055318221917524 ], [ -111.84403777047736, 41.055173497105173 ], [ -111.84401143955048, 41.054975513596368 ], [ -111.84397367033476, 41.05481364591494 ], [ -111.8438649681578, 41.05468832974001 ], [ -111.84375684186499, 41.054608049329133 ], [ -111.84374402220385, 41.054536079053975 ], [ -111.84382650885802, 41.054472418949707 ], [ -111.84399125143956, 41.054327084217554 ], [ -111.84409742017733, 41.054254242451506 ], [ -111.84414317329248, 41.054109779020628 ], [ -111.84420094017122, 41.053974235577286 ], [ -111.84419690988389, 41.053658984457883 ], [ -111.84418086581897, 41.05333481331057 ], [ -111.84411653657948, 41.05295694772353 ], [ -111.84408859457079, 41.052632863674923 ], [ -111.84410870742853, 41.052344459696471 ], [ -111.84408226243242, 41.052137468920783 ], [ -111.84411461902421, 41.051875999299675 ], [ -111.8441004180023, 41.051695942889403 ], [ -111.84391871911184, 41.051445049042464 ], [ -111.84385715563937, 41.051283355468406 ], [ -111.84384249510803, 41.051067270280178 ], [ -111.84386387470511, 41.050877945244473 ], [ -111.84386237849442, 41.050760851900321 ], [ -111.84404975710576, 41.050525271021037 ], [ -111.84418965694655, 41.050299045671991 ], [ -111.84417603179713, 41.050164025124047 ], [ -111.8441602192334, 41.049857868131809 ], [ -111.84400370262733, 41.049714886157481 ], [ -111.84377464784251, 41.049482354855343 ], [ -111.84360565973103, 41.049294423514084 ], [ -111.84322009480579, 41.048918908283234 ], [ -111.84301438140579, 41.04865017252542 ], [ -111.84284528266356, 41.048453232814367 ], [ -111.84267607001468, 41.048247285651641 ], [ -111.84250651373722, 41.04801431665939 ], [ -111.84216797904382, 41.047593413810404 ], [ -111.84200952010323, 41.047297306750458 ], [ -111.84181651791079, 41.047091532087727 ], [ -111.84164731200482, 41.046885583301282 ], [ -111.84150144314874, 41.046643431728853 ], [ -111.84125936326861, 41.046320910060295 ], [ -111.84098251107369, 41.046070705869148 ], [ -111.84084911715208, 41.045873502548638 ], [ -111.84053806649787, 41.045740651199466 ], [ -111.840287076574, 41.045652401248063 ], [ -111.84014316306656, 41.045563370181974 ], [ -111.84005896550129, 41.045491919713569 ], [ -111.83973499036789, 41.045278088096339 ], [ -111.83937647025601, 41.045154587505237 ], [ -111.83900582544199, 41.045013157998611 ], [ -111.83876525062249, 41.044807724443039 ], [ -111.83863049363896, 41.044502431997707 ], [ -111.83855545192992, 41.044214720947217 ], [ -111.83852662690862, 41.043818577134921 ], [ -111.83852205346295, 41.043458288977789 ], [ -111.83843351610354, 41.04304456347402 ], [ -111.83838341375927, 41.042846751161257 ], [ -111.83834235083368, 41.042423672122048 ], [ -111.83849312141766, 41.042116301948646 ], [ -111.83872522300479, 41.041655203023026 ], [ -111.83888777227887, 41.041338738538428 ], [ -111.83902732779451, 41.04108549749521 ], [ -111.83921492575597, 41.040867938597238 ], [ -111.83939188493309, 41.040749545318434 ], [ -111.8394978083292, 41.040658693368549 ], [ -111.83952034211976, 41.040559440777187 ], [ -111.83944816253282, 41.040496910277533 ], [ -111.8392214445001, 41.040444513237546 ], [ -111.83878002022007, 41.040348638432057 ], [ -111.83835117934387, 41.040306718639698 ], [ -111.83810078435341, 41.040263499666743 ], [ -111.83781458640473, 41.040211532395496 ], [ -111.83750391111612, 41.040105694046012 ], [ -111.83723945230781, 41.039891422604057 ], [ -111.83689103684306, 41.039623711998026 ], [ -111.8366277225614, 41.039499511242745 ], [ -111.83631511418687, 41.039240546961707 ], [ -111.83608600916597, 41.038998992131205 ], [ -111.83586823214881, 41.038712314449505 ], [ -111.83566383409931, 41.038542643906688 ], [ -111.83538646653038, 41.038247389322812 ], [ -111.83531338236425, 41.038112798387758 ], [ -111.83516801192442, 41.037906666905521 ], [ -111.83502287006935, 41.037718549666444 ], [ -111.83491398576942, 41.037575209802533 ], [ -111.83481802205746, 41.037512848656718 ], [ -111.83467481644044, 41.037477853729854 ], [ -111.83450759172409, 41.037425016457604 ], [ -111.83423296345705, 41.03734593231151 ], [ -111.83407843118646, 41.037356058865164 ], [ -111.8337798983745, 41.037268138592161 ], [ -111.83360032450722, 41.037179357151473 ], [ -111.83353982275177, 41.037098722329326 ], [ -111.83353902734036, 41.037035671749479 ], [ -111.83368154951988, 41.037016624752944 ], [ -111.83401474521119, 41.037023222018455 ], [ -111.83446587501088, 41.036947892029502 ], [ -111.83481028335002, 41.036900357523351 ], [ -111.83514211233803, 41.036798864861844 ], [ -111.83541366448661, 41.036634751869556 ], [ -111.83560240114363, 41.036507270913653 ], [ -111.83577935533877, 41.036388883143267 ], [ -111.83594521093879, 41.036333631940117 ], [ -111.83614732310899, 41.0363231576926 ], [ -111.83639690379806, 41.036303330553324 ], [ -111.83663447463407, 41.036274582012013 ], [ -111.83679953071521, 41.036156279049635 ], [ -111.83696219026402, 41.035848824242748 ], [ -111.83707760859684, 41.035568736477117 ], [ -111.83723980893529, 41.035225252392777 ], [ -111.83738027144497, 41.035044070902913 ], [ -111.83750849531577, 41.034835954028168 ], [ -111.83758868032058, 41.034592153947891 ], [ -111.83758673940025, 41.034439031201245 ], [ -111.83765514257172, 41.034204324736677 ], [ -111.83779503082071, 41.033978106636987 ], [ -111.83798249886448, 41.033751542413384 ], [ -111.83818208927238, 41.033542905818827 ], [ -111.83832277421502, 41.033379737628309 ], [ -111.83845110624218, 41.033180626925471 ], [ -111.83849651505533, 41.033009143571881 ], [ -111.83854135216515, 41.032792624093318 ], [ -111.83859751245699, 41.032530981934386 ], [ -111.83874883165281, 41.032268647238908 ], [ -111.83891261624154, 41.032051261867259 ], [ -111.83908818023228, 41.031824782442648 ], [ -111.83921604946963, 41.031589642000753 ], [ -111.83939172561786, 41.03137216933893 ], [ -111.83947247173982, 41.031173404017096 ], [ -111.83951696124001, 41.030929862468625 ], [ -111.83947830243689, 41.0306959346292 ], [ -111.8393201260708, 41.030417836947471 ], [ -111.83919946463168, 41.030283594772001 ], [ -111.83906485075481, 41.029987309028556 ], [ -111.83881015039508, 41.029601816606743 ], [ -111.83869932846243, 41.029305357231181 ], [ -111.83862476198986, 41.02905367421539 ], [ -111.83856254752037, 41.028837933501521 ], [ -111.83845092817555, 41.028478423231057 ], [ -111.83836446944218, 41.028226826522207 ], [ -111.83830054300418, 41.02787597718563 ], [ -111.83823547495689, 41.027435055486578 ], [ -111.83813655338435, 41.027138508892897 ], [ -111.83808383798609, 41.026733529464863 ], [ -111.83799658367363, 41.026418881744895 ], [ -111.83781417973842, 41.026104925657606 ], [ -111.83762113935775, 41.025890135261598 ], [ -111.83752484789659, 41.025800754403271 ], [ -111.83743862458174, 41.025567171285495 ], [ -111.83743588582396, 41.025350997647017 ], [ -111.83746848565185, 41.025107543029812 ], [ -111.83751229410599, 41.024809958554314 ], [ -111.83762655023742, 41.024439797553114 ], [ -111.83783732263946, 41.024177031625491 ], [ -111.83801241313142, 41.023914524753941 ], [ -111.83823541836442, 41.023678693336379 ], [ -111.83838763321988, 41.023488416785113 ], [ -111.83837322672807, 41.023290344107252 ], [ -111.83825041034149, 41.022984963132288 ], [ -111.83815320871977, 41.022823524823522 ], [ -111.8379471421004, 41.022518748878262 ], [ -111.83766994700426, 41.022232505665109 ], [ -111.83739366707793, 41.022018319671922 ], [ -111.83714117501893, 41.021803960226279 ], [ -111.83686535468493, 41.021625801885101 ], [ -111.83671978855979, 41.021401656987067 ], [ -111.83643116641939, 41.02115152595659 ], [ -111.83604808687893, 41.020956127836776 ], [ -111.83525905930347, 41.020637558049735 ], [ -111.83498347640673, 41.0204774095697 ], [ -111.83461275261399, 41.02031794941508 ], [ -111.83439868259194, 41.02031949938165 ], [ -111.83398357151785, 41.020412584576142 ], [ -111.83346085614437, 41.020461406091961 ], [ -111.83297291052011, 41.020437909370905 ], [ -111.83243796106676, 41.020459790445869 ], [ -111.83220157880589, 41.020578602434526 ], [ -111.83195364288227, 41.020724521556126 ], [ -111.83171725879571, 41.020843332563409 ], [ -111.83150454637402, 41.020952964236983 ], [ -111.83139807662303, 41.02099877267252 ], [ -111.83123202887448, 41.021036002633629 ], [ -111.8311128732216, 41.021018845786521 ], [ -111.83089812150274, 41.020966345732958 ], [ -111.83065981067038, 41.020932031219978 ], [ -111.83040960718201, 41.020897801899892 ], [ -111.83011183238297, 41.020863914671054 ], [ -111.82987352230182, 41.020829598524188 ], [ -111.82919562777957, 41.020834477565252 ], [ -111.82888596095381, 41.020800672721641 ], [ -111.82865886717209, 41.020712224950465 ], [ -111.82849056099349, 41.020569305715654 ], [ -111.82825010873927, 41.020363848183713 ], [ -111.82811714420363, 41.020193650188624 ], [ -111.82791248549654, 41.019996942825884 ], [ -111.82755277184307, 41.019765316202594 ], [ -111.82727664744374, 41.01956011272182 ], [ -111.82717981572158, 41.019425686562705 ], [ -111.82701072733852, 41.019219714194968 ], [ -111.82675794150586, 41.018978309667609 ], [ -111.82670913235981, 41.018879570921165 ], [ -111.82655317801979, 41.018772592505464 ], [ -111.82608734375911, 41.01861378684324 ], [ -111.82589650121287, 41.018570114129979 ], [ -111.82569342896907, 41.018499504477546 ], [ -111.82548956994101, 41.018365843549063 ], [ -111.8253079225302, 41.018105910100459 ], [ -111.82517418325115, 41.017872657605992 ], [ -111.82504010774259, 41.01761238311132 ], [ -111.82485689104672, 41.017226347013192 ], [ -111.82463878633277, 41.016903616782585 ], [ -111.82444379418556, 41.016526672302355 ], [ -111.82433283475928, 41.01621218306525 ], [ -111.82423522804527, 41.016014703292967 ], [ -111.8240062486795, 41.015773122298292 ], [ -111.82366867264632, 41.015406203772379 ], [ -111.82345114068721, 41.015128507495632 ], [ -111.82319838361073, 41.014887094719299 ], [ -111.82293407288013, 41.01467278812239 ], [ -111.82268210386916, 41.014494425159775 ], [ -111.8225610573506, 41.014324135455148 ], [ -111.82248847455467, 41.014225564480796 ], [ -111.82233096988691, 41.013992478077448 ], [ -111.82217290639525, 41.013714354998257 ], [ -111.82201417245321, 41.013382187942284 ], [ -111.82185342516625, 41.012887889412326 ], [ -111.82181584780054, 41.012735019843781 ], [ -111.82174226055942, 41.012555382727939 ], [ -111.8215844268712, 41.012295273300104 ], [ -111.82144992956064, 41.011998964968782 ], [ -111.82130477269503, 41.011801821412561 ], [ -111.82112383110776, 41.011595924511873 ], [ -111.82093077581825, 41.011372097414061 ], [ -111.82073883967692, 41.011238342925644 ], [ -111.82062947184832, 41.011049951727955 ], [ -111.82053188401628, 41.010852468467185 ], [ -111.82058921613877, 41.010680906563117 ], [ -111.82070466194075, 41.01040083373988 ], [ -111.82098434433478, 41.009939429223586 ], [ -111.82115845888411, 41.009595881362941 ], [ -111.82136667807806, 41.009125976876938 ], [ -111.82144599822141, 41.008810128299736 ], [ -111.82153899843485, 41.008638311670289 ], [ -111.82169044448226, 41.008385005467034 ], [ -111.82182977491669, 41.008113769250727 ], [ -111.82189764885543, 41.007834034312175 ], [ -111.82183618144363, 41.007672326864238 ], [ -111.8216314687123, 41.007466600081003 ], [ -111.82136797602948, 41.007315340388793 ], [ -111.82108025638342, 41.007128220281338 ], [ -111.82063595142031, 41.006780068620969 ], [ -111.82000241091187, 41.006514334509205 ], [ -111.81932287627551, 41.006375037227258 ], [ -111.81877491815128, 41.006297858048889 ], [ -111.81854922527771, 41.006317477232955 ], [ -111.81805016643789, 41.006348044531464 ], [ -111.81794404466117, 41.006420862446866 ], [ -111.81753866013453, 41.006333657458356 ], [ -111.81722828777355, 41.006236769336915 ], [ -111.81671277869683, 41.005898115356999 ], [ -111.81636618306037, 41.005756441050828 ], [ -111.81580656527028, 41.005697346513152 ], [ -111.81558042922907, 41.005680930613423 ], [ -111.81540152099316, 41.00563715587608 ], [ -111.81510393308596, 41.005612236380806 ], [ -111.81472444537695, 41.005695992260584 ], [ -111.81426239039375, 41.005834378812423 ], [ -111.81389445806296, 41.00589102602504 ], [ -111.81326416418703, 41.005886466782869 ], [ -111.81271654872909, 41.005836280655082 ], [ -111.81217960772972, 41.005686927581699 ], [ -111.81199926421232, 41.005526052335412 ], [ -111.81186570833944, 41.005301790538965 ], [ -111.81148400812496, 41.005205389275346 ], [ -111.81121119789117, 41.00526135820823 ], [ -111.81085361032093, 41.005191809461508 ], [ -111.81045991169081, 41.00508648110015 ], [ -111.81008900170362, 41.004899918292224 ], [ -111.80995699762966, 41.004801756801214 ], [ -111.80956021611247, 41.004444220072457 ], [ -111.80928310962287, 41.004148898504418 ], [ -111.80892365752281, 41.003926219024571 ], [ -111.80858688658061, 41.003613298235969 ], [ -111.80802289242034, 41.003193872227705 ], [ -111.80773566802637, 41.003042747504203 ], [ -111.80745978495078, 41.002846502068799 ], [ -111.80706346824108, 41.002524985746717 ], [ -111.80688380495694, 41.002418146252836 ], [ -111.80671537284007, 41.002257179215711 ], [ -111.80639029083645, 41.001926153847535 ], [ -111.80624629887602, 41.001819063785042 ], [ -111.80612575714801, 41.001684785209413 ], [ -111.80613534174941, 41.001495547853651 ], [ -111.80619204502867, 41.001269948501616 ], [ -111.80633153458842, 41.001007737579478 ], [ -111.8064231363018, 41.000718837182795 ], [ -111.80657506217113, 41.000501579500863 ], [ -111.80663297117393, 41.000375060699461 ], [ -111.80665499255163, 41.000230776792961 ], [ -111.80666490496618, 41.00006856139477 ], [ -111.80672281343081, 40.9999420425439 ], [ -111.80674527381827, 40.999833787990731 ], [ -111.80674307715218, 40.999653641097936 ], [ -111.80669354369986, 40.999491841719852 ], [ -111.806608453043, 40.999339299253045 ], [ -111.80647514776301, 40.999133045377363 ], [ -111.80638994829984, 40.998971495384311 ], [ -111.80623341528016, 40.998810444281283 ], [ -111.80613676685053, 40.998685006628811 ], [ -111.80600467138997, 40.998577832988488 ], [ -111.80584857907179, 40.998452810728672 ], [ -111.80569226797471, 40.998309773550893 ], [ -111.80564317685347, 40.99818400304877 ], [ -111.80548609925265, 40.997977914124746 ], [ -111.8052923695479, 40.997691007990326 ], [ -111.80523062355508, 40.997502268884709 ], [ -111.80507223372948, 40.997188091120144 ], [ -111.80502161041282, 40.996936217372365 ], [ -111.80498353360613, 40.996738304684179 ], [ -111.80494556661273, 40.996549399328181 ], [ -111.80488327488982, 40.996315623210094 ], [ -111.8047614315182, 40.996073254706573 ], [ -111.80463969858323, 40.995839893411294 ], [ -111.80455505554858, 40.995723378668082 ], [ -111.80433723135623, 40.995409614601826 ], [ -111.804275052395, 40.995184845436448 ], [ -111.80417742786689, 40.994978339760422 ], [ -111.80397291889747, 40.994781587647552 ], [ -111.80367385216789, 40.994630535074911 ], [ -111.80355321957057, 40.994487246113039 ], [ -111.80343291558401, 40.994370979097802 ], [ -111.80317987408471, 40.99409349069974 ], [ -111.8029515945836, 40.993896902356596 ], [ -111.8027590899743, 40.993709072541208 ], [ -111.80251914346736, 40.993530580820682 ], [ -111.80229195990366, 40.993424064758479 ], [ -111.80204056435019, 40.993281684211915 ], [ -111.80181109054033, 40.992986012501007 ], [ -111.80172591056596, 40.992824458710807 ], [ -111.80162818844985, 40.992608943318899 ], [ -111.80161259091668, 40.99230277549777 ], [ -111.80151519724207, 40.992114282084458 ], [ -111.80131059603721, 40.991908517627159 ], [ -111.80115376512975, 40.991720437052855 ], [ -111.800733879845, 40.991408070061077 ], [ -111.80050507216859, 40.991166439770986 ], [ -111.80009849668033, 40.990971083666892 ], [ -111.79991854952901, 40.990837210589589 ], [ -111.79979695237189, 40.990612851096991 ], [ -111.79963871407058, 40.990307672477833 ], [ -111.79948145651413, 40.990083559994936 ], [ -111.79933619622709, 40.989868372225637 ], [ -111.79919148072567, 40.989698221142078 ], [ -111.79902288252944, 40.989519227285072 ], [ -111.79884250665005, 40.9893493229253 ], [ -111.79859113401683, 40.989206934544562 ], [ -111.79834008840656, 40.989091567741916 ], [ -111.79791008331982, 40.988923390464926 ], [ -111.79762446378338, 40.988898342732888 ], [ -111.79726730402412, 40.988855772841411 ], [ -111.79695791053624, 40.988830887881079 ], [ -111.79664797518255, 40.98876096516765 ], [ -111.7965043529739, 40.988680884437166 ], [ -111.79633619811219, 40.988537916068566 ], [ -111.79614405297446, 40.988377096873265 ], [ -111.79594002164831, 40.988216359422886 ], [ -111.79575933233055, 40.988019427933935 ], [ -111.79554341598408, 40.987858771810735 ], [ -111.79535084180425, 40.987661921684747 ], [ -111.7951468146145, 40.987501182772647 ], [ -111.7950030887624, 40.98741209272282 ], [ -111.79482326974545, 40.987287218816 ], [ -111.79467900407663, 40.987153091396685 ], [ -111.79430672581955, 40.986840372409631 ], [ -111.79405515628919, 40.986679959113111 ], [ -111.79377992234411, 40.986528716352538 ], [ -111.79361231882032, 40.986430780824762 ], [ -111.79348070009782, 40.986359621774305 ], [ -111.79340873151313, 40.986306068308281 ], [ -111.79334843390627, 40.98623441819862 ], [ -111.79326306755021, 40.986054842906498 ], [ -111.79320201477132, 40.985920140941637 ], [ -111.7930334424202, 40.985741137971218 ], [ -111.79294732226461, 40.985498510636049 ], [ -111.79288519173782, 40.985273734503124 ], [ -111.79273985569853, 40.985049530551585 ], [ -111.79263071950179, 40.984870118207368 ], [ -111.79245891646727, 40.984420892334839 ], [ -111.79239765123498, 40.984268175076522 ], [ -111.79239527917383, 40.98407001226326 ], [ -111.79234557734804, 40.98389019105479 ], [ -111.79229544457797, 40.983674340210548 ], [ -111.79215043747656, 40.983477157610032 ], [ -111.79205319178006, 40.983297662952623 ], [ -111.7919078629872, 40.983073457810335 ], [ -111.79171488277775, 40.98284057160577 ], [ -111.79146193484929, 40.982563056080167 ], [ -111.79136501541436, 40.982410583001212 ], [ -111.79114880518254, 40.982222896008089 ], [ -111.79103935517139, 40.982016459767451 ], [ -111.79091909597503, 40.981900179033786 ], [ -111.79076296407342, 40.981766127958295 ], [ -111.79064195281128, 40.981586795063755 ], [ -111.79052137243214, 40.98144349166661 ], [ -111.79019711965333, 40.981166462227023 ], [ -111.78995746756638, 40.98100595806892 ], [ -111.78981354792255, 40.98089884643408 ], [ -111.7896573131942, 40.980755786384215 ], [ -111.78932042993459, 40.980415783908988 ], [ -111.78899640191574, 40.980156765779185 ], [ -111.78876864206224, 40.979996177712884 ], [ -111.78852771033566, 40.979727581491886 ], [ -111.78835777224947, 40.979431474818931 ], [ -111.78818826461813, 40.979171397536959 ], [ -111.78806651465617, 40.978929009825535 ], [ -111.78792131630119, 40.978713806697108 ], [ -111.78777515436198, 40.978417536592886 ], [ -111.78762995809625, 40.978202333059677 ], [ -111.78744857122717, 40.977942335783837 ], [ -111.78732618365231, 40.977645902663866 ], [ -111.7871446924467, 40.977376897437757 ], [ -111.78702455564691, 40.977269619832363 ], [ -111.78686812148896, 40.977108540933138 ], [ -111.78669894682058, 40.976875483522676 ], [ -111.78657720664077, 40.976633094054527 ], [ -111.78638426417216, 40.97640019832658 ], [ -111.78596080403467, 40.975772515232599 ], [ -111.7858027726643, 40.975476323366252 ], [ -111.78562097310005, 40.975180293242872 ], [ -111.78546422681306, 40.974992190015172 ], [ -111.78533157138716, 40.974830946930226 ], [ -111.78519784855412, 40.974579629370496 ], [ -111.7851956056502, 40.974390473311104 ], [ -111.78520428616235, 40.974120169410838 ], [ -111.7852698260011, 40.97363328236321 ], [ -111.78529188604045, 40.973489001530773 ], [ -111.78527839934786, 40.973353970992747 ], [ -111.78520517000175, 40.97319232289744 ], [ -111.78509671487733, 40.973066947293873 ], [ -111.78491674016671, 40.972924042233238 ], [ -111.78458194908464, 40.972755166139315 ], [ -111.78432992343814, 40.972549693350309 ], [ -111.78410049484829, 40.97224497651942 ], [ -111.78394269367551, 40.971966796647315 ], [ -111.78383264382603, 40.971706308210834 ], [ -111.78366274777733, 40.971410193830685 ], [ -111.78355312625992, 40.971185734844227 ], [ -111.78351438361395, 40.970924761385959 ], [ -111.78346183930053, 40.970501734721068 ], [ -111.78347052663182, 40.970231430710747 ], [ -111.78340791061562, 40.969961611245992 ], [ -111.78327409864565, 40.969701283645847 ], [ -111.78316533343904, 40.969548883734795 ], [ -111.78297093315422, 40.969189877495175 ], [ -111.78276497068008, 40.968857973911412 ], [ -111.78251253995731, 40.968616467041656 ], [ -111.78217713861484, 40.968393538903513 ], [ -111.78194986135271, 40.968268966315996 ], [ -111.78179431158253, 40.968179939566234 ], [ -111.78176852446484, 40.968008959210238 ], [ -111.78169584128578, 40.967892345852235 ], [ -111.78159800960121, 40.967658796731506 ], [ -111.78148914537998, 40.967497387670015 ], [ -111.78119004077999, 40.967328259573307 ], [ -111.78099863162791, 40.967221458366616 ], [ -111.78087841717438, 40.967105166459973 ], [ -111.78054260441654, 40.966846203577333 ], [ -111.78021719219888, 40.966461054895653 ], [ -111.7800361853474, 40.96622806724389 ], [ -111.77987873403964, 40.965976903605387 ], [ -111.77962409858982, 40.96554623349973 ], [ -111.7793835750807, 40.965304639064591 ], [ -111.77904756547089, 40.965027656693501 ], [ -111.77866212099535, 40.96458886005415 ], [ -111.77845809996795, 40.964419082498345 ], [ -111.77839688613561, 40.96426635681523 ], [ -111.77833556675746, 40.964104623630639 ], [ -111.77818874009206, 40.963745287707809 ], [ -111.77806620945219, 40.963430828494587 ], [ -111.77787206667726, 40.963089827797724 ], [ -111.77760853342176, 40.962911442024662 ], [ -111.77732028516932, 40.962652148666329 ], [ -111.77716401515573, 40.962500063137554 ], [ -111.77703182787918, 40.962374839619606 ], [ -111.77655219732455, 40.962008735869219 ], [ -111.77611011869112, 40.961804524563668 ], [ -111.77569001468926, 40.961447024613022 ], [ -111.77560578353022, 40.961357509486575 ], [ -111.77548400774009, 40.961106099561974 ], [ -111.77536297080533, 40.960917741806249 ], [ -111.7752776867182, 40.960738151681127 ], [ -111.77512100440248, 40.96055003335163 ], [ -111.77502246947965, 40.960253425722435 ], [ -111.77497241214979, 40.960037565798167 ], [ -111.77492203909769, 40.959794683411872 ], [ -111.77498932784748, 40.95945192008864 ], [ -111.77503527542757, 40.959316488439718 ], [ -111.77510530289511, 40.959207919438462 ], [ -111.77526985880453, 40.959053673850157 ], [ -111.77545828321367, 40.958908275670964 ], [ -111.77576542028667, 40.958753070268294 ], [ -111.77600179220008, 40.958643381304888 ], [ -111.7762263869987, 40.958542779335602 ], [ -111.77646328517669, 40.95847812681307 ], [ -111.77669986611728, 40.958386451382594 ], [ -111.77716188378768, 40.958266231491336 ], [ -111.77752990253272, 40.958236725583646 ], [ -111.77779130203389, 40.958234962396368 ], [ -111.77813545093247, 40.958196607401248 ], [ -111.77850357464283, 40.958176105864098 ], [ -111.77908620557585, 40.958208202923721 ], [ -111.77962130986457, 40.958240618431162 ], [ -111.77981120648808, 40.958221317786482 ], [ -111.78003643021766, 40.958174753262227 ], [ -111.78023735974013, 40.958083311784762 ], [ -111.78066287443815, 40.957891259417742 ], [ -111.78092352925022, 40.957826436873084 ], [ -111.78114885701791, 40.957788877658082 ], [ -111.7813731223015, 40.957661243345385 ], [ -111.78149023931525, 40.957516318564942 ], [ -111.7816305877992, 40.957326195233911 ], [ -111.78174780993606, 40.957190277659898 ], [ -111.78207751777938, 40.956935812344973 ], [ -111.78252742100102, 40.956797636766936 ], [ -111.7830385393724, 40.956812182866237 ], [ -111.78339509159464, 40.95681876887442 ], [ -111.78393103897815, 40.956923224166047 ], [ -111.78469497773634, 40.957215297339182 ], [ -111.78515106779199, 40.957599544171629 ], [ -111.78546298072281, 40.957849648746809 ], [ -111.78572715538637, 40.958082061447676 ], [ -111.78607332891177, 40.958214824458281 ], [ -111.78632487707596, 40.958384264572992 ], [ -111.78662438159013, 40.958589409668669 ], [ -111.78706721938842, 40.958856632832692 ], [ -111.7874731302898, 40.959016008321669 ], [ -111.7878424333595, 40.959094558904496 ], [ -111.7881639952513, 40.959155418322332 ], [ -111.7886877651475, 40.95923291010179 ], [ -111.78896180063967, 40.959294092401748 ], [ -111.7893204053851, 40.959471801437495 ], [ -111.78955944049784, 40.959587271013731 ], [ -111.78993229311054, 40.959963060510646 ], [ -111.79029326783106, 40.960338930189444 ], [ -111.79057074878943, 40.960688346737662 ], [ -111.79075102442185, 40.96085826578701 ], [ -111.79096597990919, 40.960946873024071 ], [ -111.79151191739781, 40.960889077154825 ], [ -111.79198645289627, 40.960822761044902 ], [ -111.7923555557385, 40.960883282129871 ], [ -111.79281907039977, 40.960889103756955 ], [ -111.79356819013491, 40.960928990686789 ], [ -111.79409219594294, 40.961024472569775 ], [ -111.79442489888855, 40.961022180493039 ], [ -111.79473286484745, 40.960938984389877 ], [ -111.79513394186478, 40.960692998145589 ], [ -111.7954874873315, 40.960447338475049 ], [ -111.79580570846547, 40.960228946085472 ], [ -111.79637225980348, 40.959909747770254 ], [ -111.79667848511551, 40.959682427646904 ], [ -111.79712696671872, 40.959427098686135 ], [ -111.79742303984841, 40.959343977625295 ], [ -111.79761184961838, 40.959234573398078 ], [ -111.79793092571835, 40.959088234640141 ], [ -111.7981681294756, 40.959050559982401 ], [ -111.79848980873098, 40.959120397940708 ], [ -111.79884756878249, 40.959226017712986 ], [ -111.79926691282931, 40.959511372999934 ], [ -111.7996129029307, 40.959626080155864 ], [ -111.79992248695234, 40.95967798163305 ], [ -111.80033879181784, 40.959711125120897 ], [ -111.80076610814753, 40.95967212520862 ], [ -111.80107438634458, 40.959615934538377 ], [ -111.80141830990088, 40.959559495267555 ], [ -111.8018103057058, 40.959547761536015 ], [ -111.8021073547298, 40.959545695260374 ], [ -111.80381606163265, 40.959344622914479 ], [ -111.8041951897189, 40.959251897203934 ], [ -111.8046449516814, 40.9591046282357 ], [ -111.80522530245646, 40.958947437336235 ], [ -111.80567418377132, 40.958728105092057 ], [ -111.80609864105483, 40.958454892809435 ], [ -111.80641703652979, 40.958254486290066 ], [ -111.80675864506188, 40.958008875568368 ], [ -111.80717110189903, 40.957726735120026 ], [ -111.80743041199591, 40.957553763977167 ], [ -111.80769015992989, 40.957416821894185 ], [ -111.80811602858668, 40.957260698591043 ], [ -111.80835299991092, 40.957204988264813 ], [ -111.8086378266545, 40.957175966344749 ], [ -111.80899515192155, 40.957245524982667 ], [ -111.80936512964146, 40.957378050932263 ], [ -111.80972311717819, 40.957501651721806 ], [ -111.81017781083843, 40.957759694510337 ], [ -111.81058531196445, 40.958045091824893 ], [ -111.81093307728671, 40.958303883336029 ], [ -111.81122121597278, 40.958545076997616 ], [ -111.81157987521163, 40.958722716296514 ], [ -111.81198584285016, 40.958882004938687 ], [ -111.81222513539856, 40.959015441974707 ], [ -111.81272627174873, 40.959183065659083 ], [ -111.81319309157628, 40.959459027288887 ], [ -111.81343327331929, 40.959664520904326 ], [ -111.81375685171076, 40.959887441739426 ], [ -111.81391231342887, 40.959967417879028 ], [ -111.81416283164087, 40.960046722567213 ], [ -111.81432895842177, 40.960027532933715 ], [ -111.81451785248787, 40.959927108664857 ], [ -111.81464667158912, 40.959773059563176 ], [ -111.81473840434141, 40.959502166162061 ], [ -111.81485356775615, 40.959204082555786 ], [ -111.81494341547855, 40.958780063341308 ], [ -111.81504769225886, 40.958563130028928 ], [ -111.81529177796979, 40.958120003662827 ], [ -111.81536062940619, 40.957921336906814 ], [ -111.81539383565548, 40.957722922209797 ], [ -111.8154140516702, 40.957434517617806 ], [ -111.81529213295721, 40.957183150919242 ], [ -111.81511036469519, 40.956896174525077 ], [ -111.8149287088026, 40.956618205209296 ], [ -111.81458805692488, 40.955972023787993 ], [ -111.81445359860825, 40.955666695651701 ], [ -111.81417634611243, 40.955344359461137 ], [ -111.81381437982519, 40.954896506061125 ], [ -111.81352381511982, 40.954457155860752 ], [ -111.81317285484641, 40.953937157243125 ], [ -111.81301276695089, 40.953478868960325 ], [ -111.81277896636142, 40.952822920051986 ], [ -111.81268115910196, 40.952598404923236 ], [ -111.81240260321336, 40.952167975219908 ], [ -111.81231535392553, 40.951835287133378 ], [ -111.81231060653889, 40.951447968604825 ], [ -111.81213721557295, 40.950872666183336 ], [ -111.81205129380106, 40.950648066711651 ], [ -111.81168903699435, 40.9501731836679 ], [ -111.81147276619774, 40.949976525892779 ], [ -111.81118499510262, 40.949762354402552 ], [ -111.81064708184977, 40.949495892076484 ], [ -111.80964794007748, 40.949403822662077 ], [ -111.80901675437788, 40.949282138690165 ], [ -111.80870688261284, 40.949203238895805 ], [ -111.80813674821287, 40.949216244711046 ], [ -111.80748400157195, 40.949274867272337 ], [ -111.8071035091794, 40.949250506884958 ], [ -111.80686513958594, 40.94918911795795 ], [ -111.80670499754004, 40.948721812602649 ], [ -111.80664252808678, 40.948470020297414 ], [ -111.80651857707397, 40.948047502375466 ], [ -111.80631256474096, 40.947715640135826 ], [ -111.80610754039392, 40.94746484434242 ], [ -111.80595146035874, 40.947330812573611 ], [ -111.80566481334272, 40.947206701225404 ], [ -111.80561630909702, 40.947125966399724 ], [ -111.80561488590243, 40.947008869813509 ], [ -111.80564395623784, 40.946468174977561 ], [ -111.80558006998135, 40.946099285336544 ], [ -111.80539935968669, 40.945893359295347 ], [ -111.80515750264446, 40.945543728830081 ], [ -111.80501090198381, 40.945211449185379 ], [ -111.80481733232206, 40.944924538190918 ], [ -111.80450628334073, 40.944746545021289 ], [ -111.8042552880635, 40.944622181312013 ], [ -111.80404004074741, 40.944506575965725 ], [ -111.80391939114449, 40.944354277872044 ], [ -111.80387045424197, 40.94423751248128 ], [ -111.80392755634008, 40.944047942153716 ], [ -111.80393692307607, 40.943840688243519 ], [ -111.80397048492833, 40.943669298418946 ], [ -111.80401439626131, 40.943371721600037 ], [ -111.80421109519246, 40.942937956139424 ], [ -111.80436158745772, 40.94261261110055 ], [ -111.80445355837121, 40.9423597397913 ], [ -111.80449659231948, 40.941990103228818 ], [ -111.80440983400953, 40.941693437844975 ], [ -111.80432198370839, 40.941306697958154 ], [ -111.80418804037184, 40.941037386129587 ], [ -111.80398206199239, 40.940705519013655 ], [ -111.80365904746381, 40.940518598607461 ], [ -111.80335957348811, 40.940313496857911 ], [ -111.80313137220415, 40.940107897889312 ], [ -111.80291406903947, 40.939821148709285 ], [ -111.8026268060347, 40.939642984606948 ], [ -111.80232821121295, 40.939509939669932 ], [ -111.80214872796296, 40.939403089981624 ], [ -111.8019570401098, 40.939269300274724 ], [ -111.80176491733825, 40.939099480436148 ], [ -111.80164395624722, 40.938920157326329 ], [ -111.8015808624347, 40.938614316878649 ], [ -111.80137468702134, 40.938264429869797 ], [ -111.80119335838627, 40.938004451918154 ], [ -111.80101290170862, 40.937816533291986 ], [ -111.80083179331635, 40.937574569637142 ], [ -111.80035188834948, 40.937181540521003 ], [ -111.80015955838864, 40.936993702937471 ], [ -111.79997986811256, 40.936868834815222 ], [ -111.79959640801549, 40.936592240067881 ], [ -111.79927396874972, 40.936450344244406 ], [ -111.79896297453375, 40.936272335354289 ], [ -111.79858190864485, 40.936193901298736 ], [ -111.79834305156598, 40.936087456793636 ], [ -111.79805635903261, 40.935954318244114 ], [ -111.79784136747777, 40.935856715721307 ], [ -111.79753048819006, 40.935687710352973 ], [ -111.79726668796219, 40.935482345759091 ], [ -111.79713278529793, 40.935213025090718 ], [ -111.79695191473711, 40.934989069971699 ], [ -111.7965198860677, 40.934622718365553 ], [ -111.79623158120238, 40.934354463104071 ], [ -111.79606410728717, 40.934256529080287 ], [ -111.795797614996, 40.933825974188892 ], [ -111.79568715213868, 40.933529465311459 ], [ -111.79556394856134, 40.933160978465018 ], [ -111.79554753299584, 40.932782746506916 ], [ -111.79550757951529, 40.932422693356024 ], [ -111.79543156319353, 40.932026856068227 ], [ -111.79520341517008, 40.931821240625482 ], [ -111.7949160996119, 40.931634049079179 ], [ -111.79437850665975, 40.93137651553927 ], [ -111.79378056313764, 40.931038320940928 ], [ -111.79336196318779, 40.930797979839141 ], [ -111.79305101133708, 40.930619954440004 ], [ -111.7926092013607, 40.930424811328152 ], [ -111.79249940439882, 40.930182343949696 ], [ -111.79243754546891, 40.92997557991464 ], [ -111.79217098665174, 40.929536008463067 ], [ -111.79202459504195, 40.929212717954499 ], [ -111.79195053936979, 40.92897901271472 ], [ -111.79182876328055, 40.928727618673449 ], [ -111.7916836653333, 40.928512417527386 ], [ -111.79145511114947, 40.92827076436582 ], [ -111.79120345062579, 40.928083318657876 ], [ -111.79104744664113, 40.927949265570575 ], [ -111.79098591666542, 40.927769523092735 ], [ -111.79094674324082, 40.927472520244258 ], [ -111.7910131669165, 40.92706669426245 ], [ -111.79122360722769, 40.926785995321168 ], [ -111.79145758296299, 40.926487117984728 ], [ -111.79179747304673, 40.926106438844272 ], [ -111.79211414519429, 40.925770959341826 ], [ -111.79244387368161, 40.925534479782712 ], [ -111.79272501998861, 40.925208250955222 ], [ -111.79295898345831, 40.924909370603999 ], [ -111.79309890823281, 40.92469221069981 ], [ -111.79332888256157, 40.92406005237256 ], [ -111.793429299248, 40.923518867410031 ], [ -111.7933300940216, 40.923168228815257 ], [ -111.79332610854625, 40.922834951521004 ], [ -111.7932493632032, 40.922376059451715 ], [ -111.79306832600032, 40.922134082310784 ], [ -111.79279035071008, 40.921730623108196 ], [ -111.7927627254745, 40.921406516469986 ], [ -111.79285234448854, 40.920955488385111 ], [ -111.79310724313973, 40.920422249382312 ], [ -111.79334043439678, 40.920060315687138 ], [ -111.79366722116822, 40.919580630220217 ], [ -111.79390019090987, 40.919200680397083 ], [ -111.79407389237144, 40.918830146477482 ], [ -111.79422384267586, 40.918459775866523 ], [ -111.7942324826748, 40.918189469085348 ], [ -111.79413263480288, 40.917784785820459 ], [ -111.79395096052018, 40.917488764779229 ], [ -111.7938639597555, 40.917165066971698 ], [ -111.79379844566071, 40.916652048026414 ], [ -111.7937572197991, 40.916183903042885 ], [ -111.79373077776198, 40.915958878900163 ], [ -111.79363222926152, 40.915662285050651 ], [ -111.79333193012927, 40.915376087505756 ], [ -111.79312834831806, 40.915233355947692 ], [ -111.79282945233575, 40.915064254636356 ], [ -111.79259057332951, 40.914948789534932 ], [ -111.79230559732859, 40.914950747893471 ], [ -111.79189086719728, 40.915025662651843 ], [ -111.79144115859465, 40.915154865481377 ], [ -111.791204322178, 40.91521054020339 ], [ -111.79089473800938, 40.91514059793068 ], [ -111.7907275354695, 40.915060670339564 ], [ -111.7905714561647, 40.91491760850522 ], [ -111.79047560578455, 40.914846199599083 ], [ -111.79032006390858, 40.914748174978648 ], [ -111.79004471057746, 40.914560888560601 ], [ -111.78964056794734, 40.914527623697353 ], [ -111.78910602671236, 40.914513266309008 ], [ -111.78874884518916, 40.914434635702698 ], [ -111.78824853566812, 40.914302932934518 ], [ -111.78801030900648, 40.914241503348769 ], [ -111.78762799264231, 40.914045933753634 ], [ -111.78728162055583, 40.913877142241461 ], [ -111.78701868724852, 40.913734805005497 ], [ -111.78676773562744, 40.913601393669047 ], [ -111.78630188348652, 40.913370356537357 ], [ -111.78598075921376, 40.913327504462124 ], [ -111.78560026673372, 40.913285055956322 ], [ -111.78507718357561, 40.913234568789804 ], [ -111.78469637263979, 40.913165094706009 ], [ -111.78423297885882, 40.913141222280366 ], [ -111.78386436216911, 40.91309868727533 ], [ -111.78342386581055, 40.913002589916836 ], [ -111.78304199504207, 40.912843035016635 ], [ -111.78282646305763, 40.912691358028795 ], [ -111.78259884602117, 40.912521746137926 ], [ -111.78243123514565, 40.912405776192408 ], [ -111.78226235077918, 40.91218171557226 ], [ -111.78212940650535, 40.911984435706287 ], [ -111.78199603848847, 40.911751125526813 ], [ -111.78198257303592, 40.91161609299192 ], [ -111.78177552556036, 40.911176092231891 ], [ -111.78168901716461, 40.910888414426481 ], [ -111.78167321862006, 40.910555215969843 ], [ -111.78165773851056, 40.910249040109626 ], [ -111.78168826589788, 40.909816436746702 ], [ -111.78170925381974, 40.909582079728402 ], [ -111.78165804871463, 40.909267137719951 ], [ -111.78142853764794, 40.908935387531059 ], [ -111.78134320020934, 40.908746792285022 ], [ -111.78121005365956, 40.908531496068832 ], [ -111.78094620069619, 40.908308076649739 ], [ -111.78076630678436, 40.908156154301196 ], [ -111.78064577765326, 40.908003829816266 ], [ -111.78045136472899, 40.907626798674514 ], [ -111.78040122625893, 40.907401931402994 ], [ -111.78017172803109, 40.907070178490805 ], [ -111.78001685465163, 40.907026184827401 ], [ -111.77980124277133, 40.90686549425088 ], [ -111.77958616088058, 40.906749841005649 ], [ -111.77937055093848, 40.906589149598645 ], [ -111.77920232635798, 40.906419129350226 ], [ -111.77908116969378, 40.90621275781502 ], [ -111.77895990808952, 40.905997378586235 ], [ -111.77890935320436, 40.90573648033579 ], [ -111.77882022265058, 40.905223611097206 ], [ -111.77887673059402, 40.904980006233671 ], [ -111.77883762636107, 40.904682997493353 ], [ -111.77884622245573, 40.904403683117629 ], [ -111.77880743576051, 40.904133696999402 ], [ -111.7786857563175, 40.90388228713919 ], [ -111.77846741167649, 40.903487397384815 ], [ -111.77834626277874, 40.90328102490426 ], [ -111.7782256425976, 40.90311969007363 ], [ -111.77802149748261, 40.902922885557281 ], [ -111.77784236374582, 40.902834011229899 ], [ -111.7776151100081, 40.90269141147364 ], [ -111.77742336723831, 40.902539563607498 ], [ -111.7772076708526, 40.902369860307992 ], [ -111.77699218641102, 40.902218171714715 ], [ -111.7766429526402, 40.901797135333219 ], [ -111.77635287075327, 40.90135768311189 ], [ -111.77623194301103, 40.90116932337105 ], [ -111.77619443271934, 40.901007426901863 ], [ -111.77614420869068, 40.900773549781675 ], [ -111.77606971564472, 40.900494794572793 ], [ -111.7761143585312, 40.900251270697538 ], [ -111.77615984349939, 40.900079807337434 ], [ -111.77619261445638, 40.899836363316396 ], [ -111.77631961834544, 40.899529227036396 ], [ -111.7764703635446, 40.8992219307572 ], [ -111.77668109544908, 40.898968279955106 ], [ -111.77688016539651, 40.89873272387733 ], [ -111.77715140940072, 40.898577755609139 ], [ -111.77730330857128, 40.898369541491377 ], [ -111.77765743645409, 40.89819599679565 ], [ -111.77797679374275, 40.898094751806319 ], [ -111.77843891893875, 40.898019567180896 ], [ -111.77896103207659, 40.897998025204203 ], [ -111.7793766230092, 40.898004225633933 ], [ -111.77994579643878, 40.897946328039531 ], [ -111.78024183037257, 40.897881267630083 ], [ -111.78040707131078, 40.897799075056604 ], [ -111.78050129788532, 40.897735379437577 ], [ -111.78060633628489, 40.89758152777442 ], [ -111.78073458644975, 40.897382477481045 ], [ -111.78080401116833, 40.897228866724205 ], [ -111.78094307153013, 40.896939660205881 ], [ -111.7810098466913, 40.896560860261424 ], [ -111.78112526937464, 40.896280821852429 ], [ -111.78128785573347, 40.895973438969385 ], [ -111.78136883038441, 40.895792724752084 ], [ -111.78144969860088, 40.895603002913191 ], [ -111.78135399211489, 40.895540593408725 ], [ -111.78108192276257, 40.895623510931387 ], [ -111.78063264096131, 40.895779693732727 ], [ -111.78006465067655, 40.895936677787113 ], [ -111.77937826818254, 40.896121484048443 ], [ -111.77865584719991, 40.896270496431697 ], [ -111.77821800365719, 40.896390559476977 ], [ -111.77775610051143, 40.896483758277469 ], [ -111.77739976739964, 40.896468144267068 ], [ -111.77720814873949, 40.896325303284584 ], [ -111.77692177617834, 40.896201116912643 ], [ -111.77664706464896, 40.896058834731306 ], [ -111.7762665715002, 40.896007346782426 ], [ -111.77600520647653, 40.895991089181088 ], [ -111.7756127383232, 40.89593067136596 ], [ -111.77520818991735, 40.895852316849428 ], [ -111.77499357237232, 40.89577268473186 ], [ -111.77474281806226, 40.895648253561944 ], [ -111.77455068212051, 40.895460370181596 ], [ -111.77436978756799, 40.895218361287498 ], [ -111.77411809147803, 40.895012860503321 ], [ -111.77399676192827, 40.894788467731175 ], [ -111.7737566241813, 40.894555863708383 ], [ -111.77361239543663, 40.894403690428561 ], [ -111.77337173593837, 40.894126047652193 ], [ -111.77316700391845, 40.893875188359999 ], [ -111.77290313191314, 40.893642741623495 ], [ -111.77271111182721, 40.893463862599546 ], [ -111.77255470332506, 40.893284744699869 ], [ -111.77220334589239, 40.8926745342252 ], [ -111.77210681446275, 40.892540056197447 ], [ -111.77206869111316, 40.892324112482477 ], [ -111.77195882467971, 40.892063607536798 ], [ -111.77180011863635, 40.891686321552882 ], [ -111.77173878043628, 40.891515574502542 ], [ -111.77160549098271, 40.891282250787093 ], [ -111.77153113285006, 40.891012499515767 ], [ -111.77148197963025, 40.890868695665567 ], [ -111.77143125727467, 40.890589777905461 ], [ -111.77142874633181, 40.890373595685162 ], [ -111.77143737268611, 40.890094280910191 ], [ -111.77145891479309, 40.88990496265945 ], [ -111.77148118917323, 40.88977869755449 ], [ -111.77146743636575, 40.889616640267533 ], [ -111.77147794575986, 40.889499462148947 ], [ -111.77142889844392, 40.889364665821795 ], [ -111.77124949644615, 40.889248757855043 ], [ -111.77114110258172, 40.889114358251689 ], [ -111.77102125798825, 40.889016068273719 ], [ -111.77087736131126, 40.888890914052432 ], [ -111.770816968967, 40.888801234753281 ], [ -111.77073221091872, 40.888657668482878 ], [ -111.77068212062058, 40.888432795827541 ], [ -111.77061974337543, 40.88817197205644 ], [ -111.77052322181743, 40.888037492511558 ], [ -111.77040348457024, 40.887948209446357 ], [ -111.77026042702454, 40.887895115192919 ], [ -111.77011830962152, 40.887923089153794 ], [ -111.76985812613273, 40.888005900895394 ], [ -111.7695978376223, 40.888079704454476 ], [ -111.76940865982995, 40.888144024749849 ], [ -111.76920677788148, 40.888136363094425 ], [ -111.76883924749328, 40.888174846962656 ], [ -111.76838852744733, 40.88820487564206 ], [ -111.76786669534128, 40.888244384339544 ], [ -111.76747511267425, 40.888255999107855 ], [ -111.76716744724676, 40.888339120745464 ], [ -111.76674067182826, 40.88838700030194 ], [ -111.76649183181313, 40.888424687556267 ], [ -111.76616115295036, 40.888571017535362 ], [ -111.76594864710167, 40.888671520316791 ], [ -111.76555851496053, 40.88880923510397 ], [ -111.76525157095654, 40.888955404920701 ], [ -111.76503833623089, 40.888992852784483 ], [ -111.76461124388489, 40.8890137016799 ], [ -111.76432637728652, 40.88901558991968 ], [ -111.76401735732649, 40.888981604276957 ], [ -111.76383807271738, 40.888874692260103 ], [ -111.76359944168459, 40.888768172906722 ], [ -111.7634551452569, 40.888606978841693 ], [ -111.76333407063291, 40.888400589405691 ], [ -111.76317821683608, 40.888266496369091 ], [ -111.76293876134018, 40.888087914697486 ], [ -111.76261684289634, 40.887963927622174 ], [ -111.76236665798918, 40.887884506985053 ], [ -111.76222319339503, 40.88779537223909 ], [ -111.76213866184673, 40.887669814684969 ], [ -111.76207735227403, 40.887499062124824 ], [ -111.76208756793694, 40.8873548618241 ], [ -111.76204906699557, 40.887102883818798 ], [ -111.76196340009025, 40.88687824231291 ], [ -111.76175790723758, 40.886555300922858 ], [ -111.7616487106708, 40.88634883117065 ], [ -111.76159896274656, 40.886150977052935 ], [ -111.76155994808717, 40.885853960706996 ], [ -111.76156985487165, 40.885682737541131 ], [ -111.7616504581617, 40.88546600599993 ], [ -111.76174292971213, 40.885249196009326 ], [ -111.76187173002691, 40.885095204086142 ], [ -111.7620123984684, 40.884941133603448 ], [ -111.76216472826208, 40.88476896927655 ], [ -111.76242263463723, 40.884488007216461 ], [ -111.7626099477361, 40.884261561199295 ], [ -111.76289107016453, 40.883935403038933 ], [ -111.7630428780935, 40.883718199458357 ], [ -111.76318312701403, 40.883528097077374 ], [ -111.76329984526448, 40.883356166865717 ], [ -111.76350809393124, 40.882886356533831 ], [ -111.76367145517011, 40.882642050693406 ], [ -111.76381159649544, 40.882442939927664 ], [ -111.76405730797423, 40.882135029974712 ], [ -111.76422149428666, 40.881962784328124 ], [ -111.76432426645289, 40.881610779293226 ], [ -111.76436925174988, 40.88139428176715 ], [ -111.76448482313292, 40.881123266512951 ], [ -111.76461371285629, 40.880978279167252 ], [ -111.7647288678283, 40.880671233175896 ], [ -111.76477312543317, 40.88039168211796 ], [ -111.76477084441824, 40.880193514422082 ], [ -111.76481406469173, 40.879823887098269 ], [ -111.76490485914321, 40.879462952546405 ], [ -111.76493849200969, 40.879291571572566 ], [ -111.76504115273944, 40.878930558183008 ], [ -111.76503793762762, 40.878651321828784 ], [ -111.765059494784, 40.878462004270787 ], [ -111.7651169655541, 40.878299473404773 ], [ -111.76521034974004, 40.878163729181033 ], [ -111.76542220078666, 40.878009182118511 ], [ -111.76558730755723, 40.877918003149887 ], [ -111.76585849408109, 40.877763061408679 ], [ -111.766036297803, 40.877743863994397 ], [ -111.76620181853046, 40.877688714650382 ], [ -111.76637972583725, 40.877678524332488 ], [ -111.76656960441075, 40.877677262489122 ], [ -111.76666412797539, 40.877640600959502 ], [ -111.76673408513247, 40.877532036157902 ], [ -111.76677906000631, 40.877315537634111 ], [ -111.7667535583344, 40.877162565830055 ], [ -111.7667150462228, 40.876910589044535 ], [ -111.76671244789927, 40.876685398446376 ], [ -111.76674690629176, 40.876586077911355 ], [ -111.76693407872112, 40.87635061726774 ], [ -111.76708668825292, 40.876205469346331 ], [ -111.76728707762278, 40.876087028321784 ], [ -111.76745186496757, 40.875968823847664 ], [ -111.76764007372331, 40.875823438308402 ], [ -111.76784129360513, 40.875777057319254 ], [ -111.76805365148574, 40.875667543597388 ], [ -111.76826632107975, 40.875585052356399 ], [ -111.76835969506341, 40.875449305610545 ], [ -111.76835740375061, 40.875251137910645 ], [ -111.7683320034625, 40.87510717404966 ], [ -111.76833033713106, 40.87496305207727 ], [ -111.76839997633597, 40.874827463394034 ], [ -111.7684693027709, 40.874664851797498 ], [ -111.76847919051755, 40.874493627881414 ], [ -111.76853550373687, 40.874232011441187 ], [ -111.76853331616749, 40.874042851331915 ], [ -111.76842422396295, 40.873845395178684 ], [ -111.76837498657714, 40.873692581780105 ], [ -111.76831471586077, 40.873611908407725 ], [ -111.76824174560224, 40.873459253035591 ], [ -111.76819313365905, 40.873360485300026 ], [ -111.76816856744907, 40.873288582357596 ], [ -111.7681791846482, 40.873180411807454 ], [ -111.76823674752137, 40.873026886974351 ], [ -111.76832959736434, 40.872846102090769 ], [ -111.76841151753023, 40.872746464829177 ], [ -111.76849354161085, 40.872655835136563 ], [ -111.7685401743224, 40.872583457853914 ], [ -111.76858711944683, 40.872538103432404 ], [ -111.7686452017341, 40.872429616525729 ], [ -111.76867903002339, 40.872276249624967 ], [ -111.76866664267811, 40.872231290573225 ], [ -111.76855963645383, 40.872213987008514 ], [ -111.76840610188695, 40.872278068221924 ], [ -111.76829992870231, 40.872332825436757 ], [ -111.76815826007007, 40.87239682727833 ], [ -111.76811141885497, 40.872451189155882 ], [ -111.76802918630604, 40.872523803326693 ], [ -111.76797037431284, 40.872569236536144 ], [ -111.76782901706312, 40.872660260861878 ], [ -111.76766382232294, 40.872742435350141 ], [ -111.76749800302436, 40.872770563833043 ], [ -111.76710682333824, 40.872809199456682 ], [ -111.76677456020816, 40.872811408810101 ], [ -111.76648997098629, 40.872831317041154 ], [ -111.76622911468245, 40.872851066909185 ], [ -111.76607505719743, 40.87287010688933 ], [ -111.76571937192456, 40.872899493732056 ], [ -111.76556562546043, 40.872945555930634 ], [ -111.76526937613015, 40.872983555186792 ], [ -111.76492617849965, 40.87306690665644 ], [ -111.76463003187554, 40.87311391191146 ], [ -111.76441757274236, 40.873214411721058 ], [ -111.76414609048875, 40.8733423271565 ], [ -111.76394539300121, 40.87343373985091 ], [ -111.76381620560318, 40.873551703616116 ], [ -111.7637216862128, 40.873588362799815 ], [ -111.76354409985102, 40.873625571837941 ], [ -111.76340128561417, 40.873590483894418 ], [ -111.76311586445225, 40.873538322745411 ], [ -111.76287760021485, 40.873458824029484 ], [ -111.76273437315203, 40.873387704702914 ], [ -111.76255575317894, 40.873334835842023 ], [ -111.76235340021192, 40.873282123572523 ], [ -111.76211596415945, 40.87327468437509 ], [ -111.7618790444767, 40.873312282886303 ], [ -111.76153511821762, 40.873332570834066 ], [ -111.76128560903359, 40.873307192996478 ], [ -111.76105952385251, 40.873254635093339 ], [ -111.7608690389043, 40.873201841904489 ], [ -111.76073788734482, 40.873148657073742 ], [ -111.76055834179249, 40.873014716314529 ], [ -111.76046206910297, 40.872898242909152 ], [ -111.76031771223057, 40.872728036462277 ], [ -111.76016107747027, 40.872521877454062 ], [ -111.7600173402504, 40.872405716474837 ], [ -111.75974296942263, 40.872281407544072 ], [ -111.75954072477553, 40.872237697928135 ], [ -111.75913675070998, 40.872195315859642 ], [ -111.75882781154957, 40.872161315499646 ], [ -111.75850782868162, 40.872199453533725 ], [ -111.75829464359185, 40.872236888596532 ], [ -111.75806959178708, 40.872274401259808 ], [ -111.75778602899199, 40.872384364512136 ], [ -111.75752578758282, 40.872458140603221 ], [ -111.75706443044398, 40.872587286304302 ], [ -111.75657954347241, 40.872734601157056 ], [ -111.75629577119086, 40.872826545472265 ], [ -111.7560350139952, 40.872855279962721 ], [ -111.755667354883, 40.872875705974224 ], [ -111.75534685474355, 40.872868797012252 ], [ -111.75509745180669, 40.872852413403635 ], [ -111.75467005030512, 40.872837194039128 ], [ -111.7544320029393, 40.872775693066892 ], [ -111.75414608091506, 40.872678471338439 ], [ -111.75393135893097, 40.872580783513634 ], [ -111.7537638993232, 40.872464769778546 ], [ -111.75350191684487, 40.872385406643275 ], [ -111.75331174651349, 40.872359623866792 ], [ -111.75296751601499, 40.87235286327131 ], [ -111.75271923774561, 40.872435558754887 ], [ -111.75237531280828, 40.872455819376093 ], [ -111.75212550429852, 40.87240339867563 ], [ -111.75198280043233, 40.872377304171351 ], [ -111.75178035660441, 40.872315565582063 ], [ -111.75167182623645, 40.872163131376126 ], [ -111.7515395634902, 40.872010851701774 ], [ -111.75137231312804, 40.871912849760768 ], [ -111.7511940113435, 40.871886986168313 ], [ -111.75107504176653, 40.871860735955181 ], [ -111.75096804047277, 40.871843416022827 ], [ -111.75077766910532, 40.871799613713847 ], [ -111.75027765308988, 40.871658734105367 ], [ -111.74951637614024, 40.871501533707203 ], [ -111.74883847149201, 40.871370812001466 ], [ -111.74830306660726, 40.871248170216091 ], [ -111.74800569913701, 40.871187040775261 ], [ -111.74770883888634, 40.871170948924117 ], [ -111.74740031505941, 40.871172948546779 ], [ -111.74687738795095, 40.871104269251248 ], [ -111.74666298515154, 40.871033590754813 ], [ -111.74646034790317, 40.870953827384696 ], [ -111.74635274229867, 40.870882457092222 ], [ -111.74619696405017, 40.870748340047662 ], [ -111.74581269619094, 40.870345450533478 ], [ -111.7452988150977, 40.870024472276441 ], [ -111.74495177030732, 40.869765472611618 ], [ -111.74480857011102, 40.869694330743279 ], [ -111.74460604005741, 40.869623571723196 ], [ -111.74430848139518, 40.869544417277353 ], [ -111.74414165118863, 40.869482435391959 ], [ -111.74406974927322, 40.869419840921907 ], [ -111.74403304212473, 40.869320986049125 ], [ -111.74399603260748, 40.86919510811299 ], [ -111.74399008391828, 40.868663654789351 ], [ -111.74395287323013, 40.868519761452973 ], [ -111.74387976284852, 40.868349074630231 ], [ -111.74378271970659, 40.868160525417117 ], [ -111.74334980994067, 40.86764984107694 ], [ -111.74283354571948, 40.867112666890733 ], [ -111.74242558839246, 40.866709918311223 ], [ -111.74189898154607, 40.866307931472384 ], [ -111.74133728720963, 40.865951209402454 ], [ -111.74094321942133, 40.865728532988129 ], [ -111.74052522296076, 40.865487992160411 ], [ -111.74038123411715, 40.865344783052514 ], [ -111.74029687310407, 40.865228216097634 ], [ -111.74024760658513, 40.865066382153053 ], [ -111.74024529960414, 40.864859205114882 ], [ -111.74029045327453, 40.864651723473521 ], [ -111.74031127457066, 40.864390347930183 ], [ -111.74016227414025, 40.863796753556045 ], [ -111.7398599349618, 40.86328521767787 ], [ -111.73954653726783, 40.862845818611426 ], [ -111.73922067805557, 40.862352448442401 ], [ -111.73905096680882, 40.862029235505148 ], [ -111.73898924040519, 40.861813430678026 ], [ -111.73897557359042, 40.86165136800139 ], [ -111.73897257002132, 40.86138113684239 ], [ -111.73893537448158, 40.861237241578124 ], [ -111.73889897996634, 40.861165407945371 ], [ -111.73947773746069, 40.86092748200749 ], [ -111.74019896446438, 40.860697647352765 ], [ -111.74118220754528, 40.860556208336398 ], [ -111.74177412223077, 40.860435294854462 ], [ -111.74196425419093, 40.860461097040648 ], [ -111.74220174337522, 40.860477585855087 ], [ -111.74272448159091, 40.86053727953982 ], [ -111.74367444074113, 40.860603225579247 ], [ -111.74452898184046, 40.860624737990342 ], [ -111.74505000718315, 40.860531290294794 ], [ -111.74593852393704, 40.860408439262841 ], [ -111.74682592434722, 40.860186496808396 ], [ -111.74726277900545, 40.859994492251879 ], [ -111.74772194149674, 40.859676224579154 ], [ -111.74803893197321, 40.859376893849742 ], [ -111.74810869825764, 40.859250324525348 ], [ -111.74817745070767, 40.859033678255336 ], [ -111.74819793547186, 40.858745278247405 ], [ -111.74822562150159, 40.858042447456455 ], [ -111.74832631472242, 40.857501293268555 ], [ -111.74846158377683, 40.856869831090712 ], [ -111.74868202550654, 40.856426991293283 ], [ -111.74892811902239, 40.85615514319214 ], [ -111.74922095439855, 40.855819932502065 ], [ -111.74968980984421, 40.855312418482761 ], [ -111.7497718385026, 40.855221801796681 ], [ -111.75018208006915, 40.854777725192207 ], [ -111.75048656311643, 40.854424418777697 ], [ -111.75079256834805, 40.854206226955888 ], [ -111.75091028560425, 40.854124385508996 ], [ -111.75111084174011, 40.854023987853182 ], [ -111.75125197944763, 40.853914968486848 ], [ -111.75143965343827, 40.853724570606573 ], [ -111.75155726724903, 40.853633720815061 ], [ -111.75174504139675, 40.853452330135177 ], [ -111.75200368752672, 40.85324345206871 ], [ -111.7520978791719, 40.853179779481657 ], [ -111.75228656759681, 40.853079457153179 ], [ -111.75251135418512, 40.853023940808349 ], [ -111.75264164384201, 40.853005074059062 ], [ -111.75285528061993, 40.85301268828389 ], [ -111.75305776836944, 40.853083433387376 ], [ -111.75326056261879, 40.853181201197955 ], [ -111.75345180052152, 40.853306069198624 ], [ -111.75361951705194, 40.853449107261383 ], [ -111.75377486067994, 40.853547184155474 ], [ -111.75425194020892, 40.853769274490162 ], [ -111.75475172704402, 40.853901130725291 ], [ -111.75495391270995, 40.853944849394367 ], [ -111.75517931362836, 40.853943373957037 ], [ -111.75534488695749, 40.853897248093077 ], [ -111.75558102513681, 40.853796609671228 ], [ -111.75578177785204, 40.853714219325184 ], [ -111.75625302654103, 40.853422863406706 ], [ -111.75642984618648, 40.853322612128757 ], [ -111.75662998151967, 40.853186174228519 ], [ -111.75688932872393, 40.853040339115296 ], [ -111.75712535894772, 40.852930689882754 ], [ -111.75732600453712, 40.852839289195337 ], [ -111.75751488918455, 40.852756973748313 ], [ -111.75763290336953, 40.852702148558087 ], [ -111.75784530788057, 40.85260166137833 ], [ -111.75790441737318, 40.852583256311142 ], [ -111.75801067064471, 40.852537516362226 ], [ -111.75820016972172, 40.852509245884022 ], [ -111.75843670948539, 40.852444632392164 ], [ -111.75867345429241, 40.852398033776645 ], [ -111.75885180921158, 40.852432894007286 ], [ -111.75907833571092, 40.852530495457053 ], [ -111.75935221186215, 40.852618776413827 ], [ -111.75947176721446, 40.852699064512812 ], [ -111.75957966562672, 40.852797445954721 ], [ -111.75977101702476, 40.852931311067785 ], [ -111.75998537472086, 40.853001965810741 ], [ -111.76013979994894, 40.853018964991136 ], [ -111.76024584640341, 40.852955207644243 ], [ -111.7603277547237, 40.852855575892214 ], [ -111.76037335295736, 40.852693124958947 ], [ -111.76046599073952, 40.852494330483701 ], [ -111.76054717711145, 40.852331644849258 ], [ -111.76077040846641, 40.852140997358404 ], [ -111.7609707373892, 40.852022567359029 ], [ -111.76138232781804, 40.851704558958652 ], [ -111.76167683436317, 40.851522447583456 ], [ -111.76191264481473, 40.851394773295738 ], [ -111.76208934723678, 40.851285505756607 ], [ -111.76223056423036, 40.851185480789766 ], [ -111.76254930783834, 40.851048248802392 ], [ -111.76279739079766, 40.85095652499686 ], [ -111.76318761796281, 40.850845843587031 ], [ -111.76356598120113, 40.850735239390687 ], [ -111.76386140848624, 40.850634191539811 ], [ -111.76406214123567, 40.85055178691325 ], [ -111.76426245946537, 40.85043335125917 ], [ -111.76449795043474, 40.850278648729677 ], [ -111.76469847418673, 40.850178227667179 ], [ -111.76489879015136, 40.850059790920483 ], [ -111.76509941624879, 40.849968376837978 ], [ -111.76527621324607, 40.849868112139596 ], [ -111.76568942879238, 40.849694211258559 ], [ -111.76623271334233, 40.849483411558609 ], [ -111.76669347718038, 40.849318199588083 ], [ -111.76698785463836, 40.849127067134695 ], [ -111.76727057593484, 40.848954028173949 ], [ -111.76756557379076, 40.848816940261024 ], [ -111.76784818827299, 40.848634892234585 ], [ -111.76823724881415, 40.848425109574222 ], [ -111.76849707210989, 40.848324286960398 ], [ -111.76879404270929, 40.848358341563745 ], [ -111.76913939972846, 40.848473148006782 ], [ -111.76958007248625, 40.848623350981129 ], [ -111.76986632953906, 40.848756566220253 ], [ -111.7701044086493, 40.848827043894211 ], [ -111.77042521110393, 40.848869943539249 ], [ -111.77082904981677, 40.848912287444726 ], [ -111.77133860489263, 40.848863839520902 ], [ -111.77172985026776, 40.848843205985197 ], [ -111.77203805965898, 40.848823126896896 ], [ -111.77228612096292, 40.848731382840256 ], [ -111.77256819887309, 40.848504285085554 ], [ -111.77280314023231, 40.848304527504553 ], [ -111.77324005026666, 40.848130440850753 ], [ -111.77368976303131, 40.848037341886339 ], [ -111.77408016409436, 40.847944639195525 ], [ -111.77488321793717, 40.84763296338101 ], [ -111.77528285226708, 40.847314985663687 ], [ -111.77587027712579, 40.846824584829776 ], [ -111.77629341529078, 40.846488428783871 ], [ -111.77673964162456, 40.846098065561151 ], [ -111.77699733844855, 40.845817070944001 ], [ -111.77734813687388, 40.845382306276917 ], [ -111.77788808338374, 40.844892215012287 ], [ -111.77812383889301, 40.844764507930918 ], [ -111.77852502174674, 40.844581633866618 ], [ -111.77884454325628, 40.844516418476765 ], [ -111.77934135267141, 40.844395954419994 ], [ -111.77974443031195, 40.844375213808668 ], [ -111.78008777804668, 40.844318842282888 ], [ -111.78039543529013, 40.84425370283104 ], [ -111.78078601596557, 40.844178992961048 ], [ -111.78096266794702, 40.844069696828626 ], [ -111.78125729818626, 40.843905551302946 ], [ -111.78151814190801, 40.843894776062804 ], [ -111.78174361321706, 40.843902256671434 ], [ -111.78198158119075, 40.843963702290573 ], [ -111.7822791741671, 40.844051768170189 ], [ -111.78267197689175, 40.844166212414436 ], [ -111.7830770664729, 40.844316605347451 ], [ -111.78356561231172, 40.844502463431191 ], [ -111.78401793948129, 40.844634515447311 ], [ -111.78436287780052, 40.844713245774336 ], [ -111.78460042607088, 40.844738655388916 ], [ -111.78486148494153, 40.844745887836439 ], [ -111.78511291482494, 40.844942360751801 ], [ -111.78535184659893, 40.845084868051686 ], [ -111.78575833086731, 40.845352350667277 ], [ -111.78610338134312, 40.845440083358945 ], [ -111.78659013306506, 40.845472798719165 ], [ -111.78700571556097, 40.845505997595765 ], [ -111.78748028664134, 40.845511767228842 ], [ -111.78776560532653, 40.845563869261781 ], [ -111.78807454099459, 40.845606800888575 ], [ -111.78813395584883, 40.845615403322519 ], [ -111.78852517601908, 40.845594713030728 ], [ -111.78885730146376, 40.845592442260234 ], [ -111.78922458426656, 40.845553896578949 ], [ -111.78966196700789, 40.845424786322461 ], [ -111.78989855705754, 40.845369116367955 ], [ -111.79017073141083, 40.845313202184919 ], [ -111.79059657029177, 40.845211192528552 ], [ -111.79090368544946, 40.845100987006127 ], [ -111.79115117066124, 40.844964164578883 ], [ -111.79160051435231, 40.844843973298659 ], [ -111.79188422486818, 40.844760950841881 ], [ -111.79222724191484, 40.84467752040274 ], [ -111.79262924328266, 40.844566658597792 ], [ -111.79297215099157, 40.844474218340032 ], [ -111.79319569199511, 40.844319539407493 ], [ -111.79353655616241, 40.844055952747716 ], [ -111.79395980163102, 40.843737747955821 ], [ -111.79414732401086, 40.84354728164093 ], [ -111.79448764260172, 40.843238654121244 ], [ -111.79473489824518, 40.843083808859795 ], [ -111.79514863918408, 40.842963849039002 ], [ -111.79546845902061, 40.842925610651648 ], [ -111.7959298575643, 40.842823336101802 ], [ -111.79620039923265, 40.842632293596928 ], [ -111.79635340715753, 40.842532145481364 ], [ -111.79668260433942, 40.842286646753109 ], [ -111.79684704019041, 40.84215038562111 ], [ -111.79722443297705, 40.84196761092182 ], [ -111.79749604716126, 40.841866641544449 ], [ -111.79786114354918, 40.841647916332619 ], [ -111.79811927373822, 40.841411913358868 ], [ -111.7983772940109, 40.841166902203319 ], [ -111.7986109421464, 40.840868009033883 ], [ -111.79875110839912, 40.840686871384726 ], [ -111.79892728859811, 40.840541517588775 ], [ -111.79904438104795, 40.840414589539627 ], [ -111.79927997131266, 40.84027783203328 ], [ -111.79971870687369, 40.840265782967755 ], [ -111.80001608935694, 40.840335787860894 ], [ -111.80025319406954, 40.84032513491389 ], [ -111.80044296447173, 40.840323818292596 ], [ -111.80071467538032, 40.840231849024079 ], [ -111.80110455786321, 40.840103025089661 ], [ -111.80147060914679, 40.839965357051824 ], [ -111.80172947973273, 40.839792399357925 ], [ -111.80192893780742, 40.83961084575057 ], [ -111.80218737142762, 40.839401856617748 ], [ -111.80254144748049, 40.839255260091903 ], [ -111.80301412621853, 40.83910783694192 ], [ -111.80329768894457, 40.839015779088179 ], [ -111.80362749573733, 40.838824306417941 ], [ -111.80386220027499, 40.838615478826938 ], [ -111.80410919905798, 40.838442598506077 ], [ -111.80438089711841, 40.838350620691379 ], [ -111.80470145164206, 40.838375410148416 ], [ -111.80503495648306, 40.838490191957426 ], [ -111.8055460402432, 40.83857670782065 ], [ -111.80595180062464, 40.838781065996905 ], [ -111.80630903036487, 40.838895678347413 ], [ -111.80664221292679, 40.838983432657557 ], [ -111.8069636451898, 40.839080276559159 ], [ -111.80738018037871, 40.839194470704385 ], [ -111.80784339322133, 40.83924527795277 ], [ -111.80800943931979, 40.839244115026517 ], [ -111.80821117612503, 40.8392517101734 ], [ -111.80834164091826, 40.839250796049711 ], [ -111.808779491588, 40.839166651862207 ], [ -111.80912366279634, 40.839182255073204 ], [ -111.809504182533, 40.83926066070687 ], [ -111.8098132115758, 40.839312541892127 ], [ -111.81006359682034, 40.839418884220983 ], [ -111.8106003901345, 40.839667347547987 ], [ -111.81116013982047, 40.839852588434098 ], [ -111.81155285584526, 40.839957926595545 ], [ -111.8120632992886, 40.839990367873447 ], [ -111.81261020496757, 40.84009461690097 ], [ -111.81310636758649, 40.839928970309039 ], [ -111.81358989619359, 40.839700352190718 ], [ -111.81396777926585, 40.839562561101381 ], [ -111.81423836556779, 40.839380484378019 ], [ -111.81446183953109, 40.839225764726763 ], [ -111.81475680565707, 40.839097564797555 ], [ -111.81498182205814, 40.839068950248979 ], [ -111.8151362277396, 40.839085876015581 ], [ -111.81540868544683, 40.839056925398175 ], [ -111.81565687005788, 40.838983103979807 ], [ -111.81602189012986, 40.838764321894899 ], [ -111.81629302004345, 40.838627278291561 ], [ -111.81656448045695, 40.83851725678452 ], [ -111.81690798622192, 40.838478791336556 ], [ -111.81718066185583, 40.83846785171044 ], [ -111.81726324120272, 40.838431233271166 ], [ -111.81738084797226, 40.838349324799786 ], [ -111.81762781017639, 40.838176415867451 ], [ -111.81785094001228, 40.837994667011422 ], [ -111.81839185539887, 40.837612479800924 ], [ -111.81852043301406, 40.837458425461925 ], [ -111.81863537691684, 40.837160333982304 ], [ -111.81866818650983, 40.836934892162638 ], [ -111.81872504827609, 40.83673630470534 ], [ -111.81885229333844, 40.836474159115191 ], [ -111.81914612989094, 40.836255872365186 ], [ -111.81946346232778, 40.836019401240122 ], [ -111.81978156926941, 40.835845982260537 ], [ -111.82006331823274, 40.835609762339814 ], [ -111.82034517623863, 40.835382549312207 ], [ -111.82058026007219, 40.835209718484833 ], [ -111.82120337638104, 40.834763874727528 ], [ -111.82143767750144, 40.83452798918092 ], [ -111.82176740920811, 40.834336465209461 ], [ -111.82212197074213, 40.834234846972372 ], [ -111.82252474841867, 40.834195942412144 ], [ -111.8228794193908, 40.834103329431116 ], [ -111.82321037044443, 40.834010884627226 ], [ -111.82366091831724, 40.833998660294206 ], [ -111.82401558660317, 40.833906043842028 ], [ -111.82429842795463, 40.833759889378435 ], [ -111.8246883373653, 40.833639993954741 ], [ -111.82500909912625, 40.833682742272934 ], [ -111.82534138555494, 40.833698382159106 ], [ -111.8258636460385, 40.833730677953405 ], [ -111.82632672181258, 40.833772403696692 ], [ -111.82669447526499, 40.833778777266311 ], [ -111.82724034378715, 40.833801889280529 ], [ -111.82754891240774, 40.833817692879308 ], [ -111.82783353824085, 40.83381565074631 ], [ -111.82807039017325, 40.833786925762269 ], [ -111.82811782778595, 40.83378658524132 ], [ -111.82841207033087, 40.833604305421098 ], [ -111.82864634163994, 40.833368405471347 ], [ -111.82880911905639, 40.833105993621828 ], [ -111.82891327218069, 40.832898052959841 ], [ -111.82899303305179, 40.832636237308328 ], [ -111.82907324215145, 40.83241045182254 ], [ -111.82924910926467, 40.832247037242972 ], [ -111.82967469025643, 40.832135876917746 ], [ -111.82996993221506, 40.832034661183464 ], [ -111.83018204744107, 40.831925034567469 ], [ -111.83054889158288, 40.83185933551097 ], [ -111.83084536787626, 40.831857200647967 ], [ -111.83123761654166, 40.831926441882359 ], [ -111.83194938538009, 40.831939327778379 ], [ -111.83221039737352, 40.831946453519251 ], [ -111.83241166345535, 40.831917976340101 ], [ -111.83250642323868, 40.831908284184642 ], [ -111.83296836267692, 40.831859907872101 ], [ -111.83328821854359, 40.831830572828565 ], [ -111.83376088743273, 40.831692032217042 ], [ -111.83404403629008, 40.831572876741902 ], [ -111.83432695829092, 40.831435705486939 ], [ -111.83448010839777, 40.83135352250148 ], [ -111.83463291925094, 40.831244316678081 ], [ -111.83482062843721, 40.831080807935855 ], [ -111.83504402632798, 40.830926048924184 ], [ -111.8351971743711, 40.830843864999544 ], [ -111.83543378618663, 40.830797109926152 ], [ -111.83569422844015, 40.83075919010426 ], [ -111.83625148072814, 40.830746143619749 ], [ -111.83674932534527, 40.830724516992525 ], [ -111.83714066675579, 40.830721677844416 ], [ -111.83757899000484, 40.830682462819532 ], [ -111.83783988406455, 40.830680568327026 ], [ -111.83801856026052, 40.830742329060861 ], [ -111.83845858517491, 40.830838223769248 ], [ -111.83885026766372, 40.830862401426735 ], [ -111.83910055266641, 40.830959673205392 ], [ -111.83968538719526, 40.831252693793346 ], [ -111.8397588137294, 40.831432326542703 ], [ -111.84039336607424, 40.831905148778809 ], [ -111.84095483785249, 40.83222535811796 ], [ -111.84120535871661, 40.832340640285011 ], [ -111.84133671983436, 40.832411749208759 ], [ -111.84139647093589, 40.832447346861002 ], [ -111.84168086207158, 40.832427255566571 ], [ -111.84194096503558, 40.832362299042174 ], [ -111.8421657181603, 40.832315616716826 ], [ -111.84231874641489, 40.832224415885406 ], [ -111.84261385494285, 40.832114160450061 ], [ -111.84293393549257, 40.832102813743262 ], [ -111.843123794528, 40.832110434667534 ], [ -111.84340909682361, 40.832162399325583 ], [ -111.84367011047836, 40.832169499116048 ], [ -111.84387251410864, 40.832231077214615 ], [ -111.84406225935354, 40.832229689066885 ], [ -111.84422680105207, 40.832111376393911 ], [ -111.84434322037862, 40.83193936555633 ], [ -111.84438711378709, 40.831659785164597 ], [ -111.84448824421619, 40.831217635291992 ], [ -111.84457980057852, 40.830955722597615 ], [ -111.84467249938024, 40.83078388505929 ], [ -111.84486052536182, 40.830647382791987 ], [ -111.84508309755486, 40.830429551909717 ], [ -111.84537693498683, 40.830220206745068 ], [ -111.8456946023728, 40.83001969450136 ], [ -111.84594134495232, 40.829837718207891 ], [ -111.84624783733608, 40.829691336549352 ], [ -111.8463544503623, 40.829681546075911 ], [ -111.84659185181953, 40.829697820869924 ], [ -111.84679356292483, 40.82970534879577 ], [ -111.84713906788095, 40.829828929236236 ], [ -111.84753166465629, 40.829925137595843 ], [ -111.84792460680116, 40.830048367157104 ], [ -111.84822313996985, 40.830208323010055 ], [ -111.84839076924648, 40.83033320740229 ], [ -111.84858108306854, 40.830376849450779 ], [ -111.84877093766434, 40.830384461125206 ], [ -111.84882988670795, 40.83035700231838 ], [ -111.84890069442663, 40.830329456219388 ], [ -111.84908744634485, 40.830093864494167 ], [ -111.84919291031795, 40.829993996255702 ], [ -111.84942720970945, 40.829767062322411 ], [ -111.84957987712546, 40.829648829433651 ], [ -111.84978066832058, 40.829584292027327 ], [ -111.84999412290588, 40.829582719490965 ], [ -111.85018351513436, 40.829554298812369 ], [ -111.85055055562488, 40.82950655147004 ], [ -111.85087073705857, 40.829504190384483 ], [ -111.85094165816753, 40.829485650556805 ], [ -111.85103629636396, 40.829466935726238 ], [ -111.85111907594576, 40.829448308308628 ], [ -111.85158155975368, 40.829444895291495 ], [ -111.85184210218245, 40.829415946655999 ], [ -111.85212624614938, 40.829377814742678 ], [ -111.85227948451787, 40.829304615869837 ], [ -111.85245678566739, 40.82925826406769 ], [ -111.85264571430478, 40.829193809335422 ], [ -111.85283521963491, 40.829174391830534 ], [ -111.8531080807111, 40.829181382709876 ], [ -111.85333431616809, 40.82925177635807 ], [ -111.85341744128706, 40.829260169815541 ], [ -111.85347696488418, 40.829277746183465 ], [ -111.85365484271628, 40.829276430073072 ], [ -111.853796105086, 40.829194309447807 ], [ -111.85379321653188, 40.828969121831989 ], [ -111.85373196013657, 40.828816433048068 ], [ -111.85367116612298, 40.828699774247028 ], [ -111.85364664064139, 40.828636897206188 ], [ -111.85369199479943, 40.828474411102441 ], [ -111.85382035718901, 40.828311310652332 ], [ -111.85399638336426, 40.828165873950319 ], [ -111.85426658153082, 40.827965689506755 ], [ -111.85459630061081, 40.827783080244842 ], [ -111.85484416712045, 40.827691160209923 ], [ -111.855127029012, 40.827553938439195 ], [ -111.85538617336, 40.82741689183473 ], [ -111.85561020527784, 40.8273161385154 ], [ -111.85592887004702, 40.827196665960201 ], [ -111.85622393327947, 40.827086376058197 ], [ -111.8566122375417, 40.826849276029144 ], [ -111.85690567473365, 40.826612879384172 ], [ -111.85710447784579, 40.826395201839269 ], [ -111.85727967974903, 40.826186707693864 ], [ -111.85737233915756, 40.826014860202413 ], [ -111.85743000450336, 40.825888314542553 ], [ -111.85753417289207, 40.825689356284478 ], [ -111.85768542384449, 40.82546302280825 ], [ -111.85778959082226, 40.825264064319271 ], [ -111.85788247982229, 40.825110231419465 ], [ -111.85798594912099, 40.824857227743841 ], [ -111.85804245133959, 40.82464060675855 ], [ -111.8580638446745, 40.824460280337291 ], [ -111.8581216235125, 40.824342741826413 ], [ -111.85825124454895, 40.824278719038766 ], [ -111.85837214356187, 40.824457986868218 ], [ -111.85845607633522, 40.824529429261808 ], [ -111.85857569848083, 40.824609614355467 ], [ -111.85913568283408, 40.824812637857676 ], [ -111.85958848563031, 40.824980423830205 ], [ -111.86009929934829, 40.82504868353152 ], [ -111.8608104147487, 40.825016354570153 ], [ -111.86125949389611, 40.824895894119578 ], [ -111.8617079884154, 40.824730394470905 ], [ -111.86219158701014, 40.824528597277123 ], [ -111.86261437727997, 40.824210144016725 ], [ -111.86294452165913, 40.824063541157685 ], [ -111.86332291239395, 40.823979634869907 ], [ -111.86363179289116, 40.824022364816791 ], [ -111.8638937110771, 40.824101479068226 ], [ -111.86428618021063, 40.824188623110366 ], [ -111.8646554031251, 40.824311973497082 ], [ -111.86498905451889, 40.824435589409752 ], [ -111.86509624134395, 40.824470819145247 ], [ -111.86514402304094, 40.824497485921391 ], [ -111.865322707139, 40.824559204342272 ], [ -111.86539350173005, 40.824531648223086 ], [ -111.86557078074047, 40.824485276447078 ], [ -111.86583094570356, 40.824429273997914 ], [ -111.86610214751256, 40.824310129565269 ], [ -111.86649180686358, 40.824181086478831 ], [ -111.86677603679271, 40.824151926238301 ], [ -111.86741658012163, 40.824165128596682 ], [ -111.86768953898532, 40.82418109266338 ], [ -111.86802178582995, 40.824196610010723 ], [ -111.86837704298915, 40.824157903027235 ], [ -111.86868510456473, 40.824137567059523 ], [ -111.8690272100273, 40.823999865120641 ], [ -111.86927374830302, 40.823808832125152 ], [ -111.86943645946013, 40.823555371840861 ], [ -111.86963297669558, 40.823166531045302 ], [ -111.86976561570606, 40.822426845300512 ], [ -111.86986915335196, 40.822182838826535 ], [ -111.86997386727285, 40.822028907031132 ], [ -111.8702560847716, 40.821846611203242 ], [ -111.87050378933428, 40.821745650393254 ], [ -111.87089460322088, 40.821706667378052 ], [ -111.87151164500607, 40.821738041197968 ], [ -111.87210509105051, 40.821778598451935 ], [ -111.87248475522125, 40.821793744522317 ], [ -111.87282873006008, 40.82180015099771 ], [ -111.873741492504, 40.821775224994497 ], [ -111.8744417724937, 40.821823969419498 ], [ -111.87477329869131, 40.821785422632971 ], [ -111.87528351012115, 40.821808577900008 ], [ -111.875579701283, 40.821788313603633 ], [ -111.87582917475164, 40.821822453401815 ], [ -111.89089021072246, 40.821896307007115 ], [ -111.90104132225412, 40.821925571068924 ], [ -111.90101911757613, 40.819881748625228 ], [ -111.90576682604215, 40.819883397358304 ], [ -111.90580859198346, 40.821942289023404 ], [ -111.91981384390381, 40.821984617108697 ], [ -111.92625319484972, 40.822005163068845 ], [ -111.93766124466055, 40.822030113899423 ], [ -111.93804079421923, 40.822036036731127 ], [ -111.94112411078056, 40.822046958305179 ], [ -111.94127825112436, 40.822045700760341 ], [ -111.94125581068231, 40.822135967239227 ], [ -111.94123311549518, 40.82220821911389 ], [ -111.94116643033446, 40.822524055001672 ], [ -111.94115635598095, 40.822650253921246 ], [ -111.94107564841222, 40.822813062391909 ], [ -111.94103127571856, 40.823029624449084 ], [ -111.94098486572425, 40.823102069705016 ], [ -111.94095018547212, 40.823165410933676 ], [ -111.94087980637156, 40.823220034969012 ], [ -111.94078545824142, 40.823256837754229 ], [ -111.94059599809329, 40.823276399298855 ], [ -111.94025150404484, 40.823234165841946 ], [ -111.94003782070612, 40.823217890542992 ], [ -111.93990726475097, 40.823209945954076 ], [ -111.9398243917786, 40.823219629450342 ], [ -111.93975337594617, 40.823229216300227 ], [ -111.9396228199966, 40.823221271389258 ], [ -111.93939753386765, 40.823223106080775 ], [ -111.93914840631946, 40.823216126082613 ], [ -111.93905367605183, 40.823225905551404 ], [ -111.93869923106976, 40.823318873521856 ], [ -111.93858129416763, 40.823364874779799 ], [ -111.93846399197082, 40.823455912442661 ], [ -111.9382423863638, 40.823718956729387 ], [ -111.93820770317629, 40.823782297158928 ], [ -111.93811487588054, 40.823927185440397 ], [ -111.93789428255124, 40.824262287507786 ], [ -111.93772048229482, 40.824551967117365 ], [ -111.93761681037722, 40.824769009822191 ], [ -111.93746520046905, 40.824950408646956 ], [ -111.93739760702408, 40.825203191300254 ], [ -111.93744744717056, 40.825373944679022 ], [ -111.93753527063885, 40.825715547713727 ], [ -111.93757173153024, 40.825778309739043 ], [ -111.93782645211984, 40.826181614345067 ], [ -111.93787489816312, 40.826253287169592 ], [ -111.93793621735976, 40.826396921978287 ], [ -111.93794883660121, 40.826450869379372 ], [ -111.93801218698256, 40.826738620954906 ], [ -111.93808523782425, 40.826873151947396 ], [ -111.93812258849093, 40.82699896487496 ], [ -111.93815943150587, 40.827088748586775 ], [ -111.93831815461282, 40.827411757648107 ], [ -111.93844321022954, 40.827870165316988 ], [ -111.93845583018279, 40.827924112641433 ], [ -111.93862666888734, 40.828265039323824 ], [ -111.93861697010281, 40.828418259849421 ], [ -111.9387244551293, 40.828471435249249 ], [ -111.93869078623371, 40.828606834163644 ], [ -111.93875122019114, 40.828687417367085 ], [ -111.93885895986377, 40.82875860722438 ], [ -111.93915668458828, 40.828846267127659 ], [ -111.93946614113261, 40.82892482239037 ], [ -111.93971643459366, 40.829012867097333 ], [ -111.93986051356808, 40.829137809961551 ], [ -111.93992133101594, 40.829245414399949 ], [ -111.93992247579344, 40.829326480026921 ], [ -111.9399023207622, 40.829578877425291 ], [ -111.93986916252121, 40.829750305802939 ], [ -111.93985946644753, 40.829903526364994 ], [ -111.93982592638601, 40.830047932851002 ], [ -111.93983969261484, 40.830182945604037 ], [ -111.93984134609484, 40.830300040381822 ], [ -111.93985434925614, 40.830381009384467 ], [ -111.93998835400605, 40.830632150694079 ], [ -111.94020498774282, 40.83085559344709 ], [ -111.94067167116762, 40.831149063693296 ], [ -111.94079114815678, 40.831211147664796 ], [ -111.94095831443657, 40.831290859182914 ], [ -111.94119637801825, 40.83135197539368 ], [ -111.94132745967771, 40.831395947475556 ], [ -111.9416008449662, 40.831438757972037 ], [ -111.94195736847101, 40.831489897317958 ], [ -111.94239703050334, 40.831549364738677 ], [ -111.94259901005344, 40.831574739522416 ], [ -111.94278964148917, 40.83163623999048 ], [ -111.94319449509715, 40.831750038774963 ], [ -111.94374165434309, 40.831862672036401 ], [ -111.94384863802611, 40.831879813413053 ], [ -111.9439200456779, 40.831897245793634 ], [ -111.94414740537049, 40.832039518378835 ], [ -111.94429047680694, 40.832092397271353 ], [ -111.94441034226443, 40.832181499256066 ], [ -111.94451924411518, 40.832333749133689 ], [ -111.9445555874567, 40.832387501492953 ], [ -111.94466666350789, 40.83269287488509 ], [ -111.94468159091433, 40.832908952350614 ], [ -111.94467203346397, 40.833071180391009 ], [ -111.94463914167437, 40.833260624467918 ], [ -111.94459490213283, 40.833486194729964 ], [ -111.94457207910138, 40.833549439850444 ], [ -111.94452617723101, 40.833657915531049 ], [ -111.94441078278474, 40.833884068285919 ], [ -111.9443773786047, 40.834037483183046 ], [ -111.94429679349126, 40.834209300927313 ], [ -111.9442396706326, 40.834362909930817 ], [ -111.94424363260342, 40.834642135379042 ], [ -111.94434246848922, 40.834920584195835 ], [ -111.9444750933059, 40.835072639828837 ], [ -111.94459522016412, 40.835179756055481 ], [ -111.94484810170846, 40.835447934597589 ], [ -111.94501605096607, 40.835581683621086 ], [ -111.94546175750146, 40.83606448057472 ], [ -111.94563034956118, 40.836243264990991 ], [ -111.9457629799867, 40.83639531904727 ], [ -111.94608805264525, 40.836734969418103 ], [ -111.94639145915231, 40.837218929616974 ], [ -111.94657358208094, 40.837514709667637 ], [ -111.94665865022992, 40.837658144605072 ], [ -111.9467443595463, 40.837846615776279 ], [ -111.94688924007028, 40.838025592877749 ], [ -111.9469741813777, 40.838160020295433 ], [ -111.94703412137945, 40.838204569783151 ], [ -111.94760582938412, 40.83837103275043 ], [ -111.94784392426513, 40.83843213482087 ], [ -111.94792745647428, 40.838467481676076 ], [ -111.94807054474441, 40.838520355636078 ], [ -111.94813061414884, 40.838573911795677 ], [ -111.94816657882485, 40.838600641122127 ], [ -111.94822639165224, 40.838636182717977 ], [ -111.94830941081817, 40.838635500268147 ], [ -111.94839307191178, 40.838679854034652 ], [ -111.94850199372402, 40.838832099764403 ], [ -111.94857379527039, 40.838876550910932 ], [ -111.94862251914388, 40.838966233344195 ], [ -111.94865034854865, 40.83925427040468 ], [ -111.9486646486292, 40.839425310686025 ], [ -111.94867971936728, 40.839650394477481 ], [ -111.94877909536301, 40.839964867975603 ], [ -111.94893738778133, 40.840251831797666 ], [ -111.94897373911299, 40.840305582604685 ], [ -111.94905817366516, 40.840403979353241 ], [ -111.94915485417215, 40.840529300199506 ], [ -111.94939501466789, 40.840734514940166 ], [ -111.94944348397421, 40.840806182472498 ], [ -111.94975467957889, 40.841001803453537 ], [ -111.9498266129078, 40.841055261016315 ], [ -111.95038777861245, 40.841311879888721 ], [ -111.95063903390148, 40.84146295075027 ], [ -111.95073507535629, 40.841543233976054 ], [ -111.95080662387664, 40.841569669174298 ], [ -111.95089067654072, 40.841641042780097 ], [ -111.95096261146993, 40.841694499610824 ], [ -111.95110725428226, 40.841855456591333 ], [ -111.95114425212188, 40.841954242885123 ], [ -111.95114553985981, 40.842044315313011 ], [ -111.95108688129766, 40.842089840488619 ], [ -111.95102835141388, 40.842144372877797 ], [ -111.95080454670779, 40.842254317464274 ], [ -111.95071004871748, 40.842282121241269 ], [ -111.95053342779941, 40.842373659808239 ], [ -111.95043905820305, 40.842410470609664 ], [ -111.95035629171612, 40.842429169132096 ], [ -111.95016780934758, 40.842520804861131 ], [ -111.94994374470468, 40.842612733310624 ], [ -111.94976789338446, 40.84275831419184 ], [ -111.94972147961899, 40.842830762764585 ], [ -111.94969942993809, 40.842948052250357 ], [ -111.94960570190813, 40.843029898606119 ], [ -111.94957526258696, 40.843390481317556 ], [ -111.9495784767952, 40.843615662430857 ], [ -111.94962810564229, 40.843768395021726 ], [ -111.94971190270556, 40.843821754955329 ], [ -111.94976063185389, 40.843911436774768 ], [ -111.94982147917489, 40.844019035394581 ], [ -111.94986982278759, 40.844081695432941 ], [ -111.94994163096499, 40.84412614561522 ], [ -111.95008460440563, 40.844170009630879 ], [ -111.95034747347316, 40.844302968767295 ], [ -111.95063355053611, 40.844399702836213 ], [ -111.95150094208758, 40.84450065089063 ], [ -111.9519413426256, 40.844605116939356 ], [ -111.95254779780322, 40.84470821018278 ], [ -111.9528811945524, 40.844795539592035 ], [ -111.95294075742582, 40.84481306414834 ], [ -111.95301231033835, 40.844839497914855 ], [ -111.95320286024878, 40.844891973272496 ], [ -111.95327467149866, 40.844936421339213 ], [ -111.95348997671715, 40.845060758030826 ], [ -111.95353806630804, 40.845105402010411 ], [ -111.95358628508231, 40.845159053200348 ], [ -111.95363540781433, 40.845275754987057 ], [ -111.95364856013775, 40.845365729239113 ], [ -111.95363811947003, 40.845464906837698 ], [ -111.95368646772427, 40.845527565209331 ], [ -111.95372489206216, 40.845725430081437 ], [ -111.95376357493208, 40.845941309391044 ], [ -111.95382727203086, 40.846247064813198 ], [ -111.95388941975072, 40.846444733435035 ], [ -111.95393776896965, 40.846507391680241 ], [ -111.95405806106676, 40.846623504671783 ], [ -111.95428652675766, 40.846837813931991 ], [ -111.95443054275023, 40.84695373025685 ], [ -111.95469407781012, 40.847131715334164 ], [ -111.95486259374238, 40.847301478105273 ], [ -111.95497219132531, 40.847498753300258 ], [ -111.95502235287968, 40.847687512193879 ], [ -111.95502545668725, 40.847903685558933 ], [ -111.95490903986472, 40.848057790355824 ], [ -111.95489808349396, 40.848120939113187 ], [ -111.95485115451163, 40.848157360769548 ], [ -111.95449828070772, 40.848367472026744 ], [ -111.954178663709, 40.848415157822409 ], [ -111.95404870284746, 40.848452265965477 ], [ -111.95396670505149, 40.848525010482163 ], [ -111.95393189526371, 40.848579348122314 ], [ -111.95394453199448, 40.848633293377738 ], [ -111.95396915958625, 40.848696147757906 ], [ -111.95401725217042, 40.84874079147712 ], [ -111.95410144664977, 40.848821169741029 ], [ -111.95449637193276, 40.849061126388278 ], [ -111.95482966375657, 40.849139442607253 ], [ -111.95498451288246, 40.849183202167296 ], [ -111.95507966546333, 40.849200430938346 ], [ -111.95524585919037, 40.849208063045538 ], [ -111.95530529726736, 40.849216579096051 ], [ -111.95541205295093, 40.849215694912829 ], [ -111.95551867923102, 40.84920580341079 ], [ -111.95566076127359, 40.849186609775479 ], [ -111.95614502068099, 40.849038464036987 ], [ -111.95643949100871, 40.848891890090897 ], [ -111.95687500407111, 40.848654062546601 ], [ -111.95718224002466, 40.848570438852995 ], [ -111.95757159871327, 40.848423074586201 ], [ -111.95813939813699, 40.848310260117103 ], [ -111.9584947260638, 40.848271274912236 ], [ -111.95882620060088, 40.848223478601092 ], [ -111.95905027138522, 40.848131532911353 ], [ -111.9591557263487, 40.848040573159622 ], [ -111.9591905315647, 40.847986233988664 ], [ -111.95933053131692, 40.847822920474336 ], [ -111.95950520521852, 40.84759626031672 ], [ -111.95961143838859, 40.847559343428422 ], [ -111.95971624188702, 40.84742334711472 ], [ -111.95982247466189, 40.847386430035336 ], [ -111.95986940034696, 40.84735000638797 ], [ -111.96010584815173, 40.847293988824582 ], [ -111.960272167581, 40.847310620949401 ], [ -111.96096051823891, 40.847331913370098 ], [ -111.96111484641541, 40.847339635882136 ], [ -111.96144761622267, 40.847381904179905 ], [ -111.96178077715041, 40.847451193131469 ], [ -111.9621503047395, 40.847574227536036 ], [ -111.96232952926293, 40.847662815379437 ], [ -111.96243771584896, 40.847761003969019 ], [ -111.96248633470404, 40.84784167292365 ], [ -111.96258200857828, 40.847894924323626 ], [ -111.96263114913314, 40.848011622025233 ], [ -111.96267989877367, 40.848101298093063 ], [ -111.96274272641405, 40.848343997580159 ], [ -111.96276723179508, 40.848397842790845 ], [ -111.96276827480939, 40.848469900407835 ], [ -111.96275771698268, 40.848560071430455 ], [ -111.96273673162443, 40.84874942067129 ], [ -111.96271600690136, 40.848956784306402 ], [ -111.96268211666936, 40.849074174915366 ], [ -111.96265995766879, 40.849182459319451 ], [ -111.96266204352639, 40.849326574537372 ], [ -111.96272291670986, 40.849434165962478 ], [ -111.96274833514735, 40.849551061566316 ], [ -111.96278457239839, 40.849595800553075 ], [ -111.96280933907012, 40.84966766013796 ], [ -111.96296654185119, 40.849873538499054 ], [ -111.96311149245156, 40.850052494073871 ], [ -111.96314799109633, 40.850115247333889 ], [ -111.96324497329068, 40.850258570102412 ], [ -111.96325748744948, 40.850303507035939 ], [ -111.96330610921078, 40.850384175577865 ], [ -111.96333205091734, 40.850537099808022 ], [ -111.96334652216893, 40.850717144685539 ], [ -111.96338563084038, 40.850960041790941 ], [ -111.96339997187636, 40.851131079449793 ], [ -111.96340088520131, 40.851194129823007 ], [ -111.96343803716778, 40.851301918948522 ], [ -111.96359394081327, 40.851417724378045 ], [ -111.96383170507229, 40.851451771038036 ], [ -111.96418756840157, 40.851448796941966 ], [ -111.96442494120659, 40.85145582079447 ], [ -111.96478145781242, 40.851497880828227 ], [ -111.96491259450012, 40.851541825336525 ], [ -111.9651392819715, 40.851630011663644 ], [ -111.96520016131821, 40.85173760167018 ], [ -111.96536662375703, 40.851763233487425 ], [ -111.96547573687516, 40.851924469360682 ], [ -111.9655248855989, 40.852041165658321 ], [ -111.96552567020035, 40.852095208793038 ], [ -111.96553831703424, 40.85214915263272 ], [ -111.96563543817534, 40.852301480438705 ], [ -111.96558982002294, 40.852427978289356 ], [ -111.96559073546554, 40.852491028607687 ], [ -111.96558044249208, 40.852599214166993 ], [ -111.96547629695539, 40.852780251586232 ], [ -111.96533460255668, 40.852826478920697 ], [ -111.96525300416297, 40.852926252893752 ], [ -111.96520803851742, 40.853097786534512 ], [ -111.96521013018399, 40.853241901546234 ], [ -111.96525875651572, 40.853322569173663 ], [ -111.96541545264033, 40.853492415136536 ], [ -111.96545156310503, 40.853528146023827 ], [ -111.96558414285192, 40.853671168756847 ], [ -111.96625878193639, 40.854377173430585 ], [ -111.96635564628831, 40.854511486150429 ], [ -111.96640584573395, 40.85470023944422 ], [ -111.96645565275699, 40.854861971160112 ], [ -111.96645630728665, 40.85490700707129 ], [ -111.96646908636082, 40.854969957950495 ], [ -111.96647065726229, 40.855078044134252 ], [ -111.96644981170085, 40.855276400924957 ], [ -111.96632416400587, 40.855610759920324 ], [ -111.96626825276866, 40.855845443535948 ], [ -111.96618002422402, 40.856305604753764 ], [ -111.9661718257358, 40.856557905178512 ], [ -111.96613924672569, 40.856765368426913 ], [ -111.96614317290341, 40.857035583824327 ], [ -111.9662288323066, 40.857215031811911 ], [ -111.96642112973386, 40.857384578029126 ], [ -111.96673428630152, 40.857706251696968 ], [ -111.96684328177228, 40.8578584787886 ], [ -111.9668809671427, 40.858002295282525 ], [ -111.96682335340668, 40.858119885783097 ], [ -111.96687198536519, 40.858200552600792 ], [ -111.96680198424768, 40.858282213829135 ], [ -111.96650788888132, 40.858455835735548 ], [ -111.96637922477773, 40.85858302961713 ], [ -111.96633242580882, 40.858628463068563 ], [ -111.96603976722409, 40.858901162746747 ], [ -111.9658876361534, 40.859046569162423 ], [ -111.96581789462286, 40.859146244159611 ], [ -111.96570239961645, 40.859363409733788 ], [ -111.96556396159642, 40.859634816883236 ], [ -111.9654128741237, 40.859852280101819 ], [ -111.96526191644065, 40.860078750302741 ], [ -111.96520377505436, 40.860160311295949 ], [ -111.96517001465968, 40.860286709602406 ], [ -111.96518344744604, 40.860394696453227 ], [ -111.96524420439779, 40.860493279007201 ], [ -111.96538840005364, 40.860618188008708 ], [ -111.96542451444883, 40.860653918817526 ], [ -111.96564224822546, 40.860940360818915 ], [ -111.9658353402402, 40.861163950846155 ], [ -111.96594525555776, 40.861379228870796 ], [ -111.96595855898798, 40.861478208421268 ], [ -111.96598438073606, 40.861622124473882 ], [ -111.96591869354121, 40.862001021869183 ], [ -111.96583813188472, 40.862172853595304 ], [ -111.96576917217311, 40.862326571581463 ], [ -111.96572367861063, 40.862462076514298 ], [ -111.96558484199932, 40.862706462099752 ], [ -111.96544495793293, 40.86287879014057 ], [ -111.9653514834993, 40.86297866345442 ], [ -111.96512854890304, 40.863151686171072 ], [ -111.96505801750827, 40.86319731766288 ], [ -111.96496375759368, 40.863243147630861 ], [ -111.96464486155485, 40.863344906066345 ], [ -111.96450340554546, 40.863409146902868 ], [ -111.96413783472779, 40.863565343832434 ], [ -111.96399690020395, 40.863665612755561 ], [ -111.96392728170936, 40.863774293791622 ], [ -111.96390446729883, 40.863837542319438 ], [ -111.96389338657821, 40.86389168451894 ], [ -111.96393080804793, 40.864017487511944 ], [ -111.96408739592735, 40.864178327548935 ], [ -111.96424346196912, 40.864303138667097 ], [ -111.9644475090078, 40.864463581435921 ], [ -111.96473526183213, 40.864668365055131 ], [ -111.96500020270727, 40.864936396654507 ], [ -111.96510750640479, 40.864971531898739 ], [ -111.96524102424075, 40.865177604684497 ], [ -111.96525406591232, 40.865258569916648 ], [ -111.96536594849587, 40.865608955815844 ], [ -111.96538095256837, 40.865825028546141 ], [ -111.96543155087957, 40.866040803335693 ], [ -111.96537837549404, 40.866464636742066 ], [ -111.96533379411984, 40.866663191633045 ], [ -111.96530003091105, 40.866789589870912 ], [ -111.96528986650657, 40.866906782335704 ], [ -111.96528114090162, 40.867123053626571 ], [ -111.96540358370952, 40.867383268385659 ], [ -111.96544140260256, 40.867536092254603 ], [ -111.96549095584498, 40.867679809619922 ], [ -111.96541038647987, 40.867851640969604 ], [ -111.96521286644663, 40.868141558396864 ], [ -111.96495562672611, 40.86840495034879 ], [ -111.96476879161372, 40.868613703275763 ], [ -111.9646630508868, 40.868686653787798 ], [ -111.96457009012595, 40.868822555134997 ], [ -111.96451259398069, 40.868949151579457 ], [ -111.96450190510421, 40.869030315289784 ], [ -111.9645033428779, 40.869129394106821 ], [ -111.96451586168538, 40.869174330709015 ], [ -111.96457571091089, 40.869209863234225 ], [ -111.96456515279205, 40.869300034111056 ], [ -111.96479490803868, 40.869595384944979 ], [ -111.96484380773107, 40.86969406671939 ], [ -111.96489218452021, 40.869756719817495 ], [ -111.96497654987988, 40.8698460965702 ], [ -111.9650017192174, 40.869944976811233 ], [ -111.96495543453646, 40.870026438365642 ], [ -111.96492049210845, 40.870071771984954 ], [ -111.96486142647568, 40.870090282630848 ], [ -111.96479049537211, 40.870108892501278 ], [ -111.96474303362183, 40.870109289506985 ], [ -111.96461225235115, 40.870092366845412 ], [ -111.96423125165209, 40.870005470112716 ], [ -111.96414780171551, 40.869979142961675 ], [ -111.96391062400365, 40.869990133632896 ], [ -111.96380527200913, 40.870090104872396 ], [ -111.96377176549629, 40.87023451697123 ], [ -111.96384426450498, 40.870323993703877 ], [ -111.96390515947925, 40.870431583880681 ], [ -111.96395353594153, 40.870494237368518 ], [ -111.9641937208882, 40.870690411353813 ], [ -111.96462414868178, 40.870912018646585 ], [ -111.96469664958454, 40.871001494811843 ], [ -111.96488754527326, 40.871071964008692 ], [ -111.96492588834306, 40.871260816582655 ], [ -111.96496213916598, 40.871305554569496 ], [ -111.96496527788419, 40.871521726416844 ], [ -111.96501509481672, 40.871683458186254 ], [ -111.96509998603673, 40.871808863427646 ], [ -111.96525567968553, 40.871906651313736 ], [ -111.96559027646309, 40.872065999126761 ], [ -111.96599515323713, 40.872161699581731 ], [ -111.9661143349886, 40.87219673432628 ], [ -111.96685106313323, 40.872262626772688 ], [ -111.9669221269713, 40.872253022776256 ], [ -111.96737329003413, 40.872267256058876 ], [ -111.96763446906746, 40.87227407339082 ], [ -111.96789459869473, 40.872208832920968 ], [ -111.96821300695655, 40.872071036629563 ], [ -111.96840141562534, 40.871970364063614 ], [ -111.96851941687207, 40.871924331962333 ], [ -111.96860182073377, 40.871878598695638 ], [ -111.96868448705372, 40.871850879670468 ], [ -111.9689198319695, 40.871713779030308 ], [ -111.96910836988515, 40.871622112475883 ], [ -111.9692506268286, 40.871611908826857 ], [ -111.96942940049047, 40.87166445584311 ], [ -111.96953606037741, 40.871654551038525 ], [ -111.96967923725492, 40.871707396893434 ], [ -111.96977521436577, 40.871778655950763 ], [ -111.96989505459338, 40.87185872250916 ], [ -111.97018351385366, 40.872108527453832 ], [ -111.97037888998851, 40.872485230365605 ], [ -111.97038020517878, 40.872575301807039 ], [ -111.97040459450844, 40.872620137856892 ], [ -111.97041777562193, 40.872710109458225 ], [ -111.97037241639843, 40.872854623100466 ], [ -111.97036291782318, 40.873016851517427 ], [ -111.97022486609789, 40.873315285161837 ], [ -111.96993768169152, 40.873966294601196 ], [ -111.96984722225915, 40.874273335755134 ], [ -111.96985064010808, 40.874507521463919 ], [ -111.96992459813929, 40.874696072727453 ], [ -111.97002097433116, 40.874794352917199 ], [ -111.97010469558066, 40.87483868998499 ], [ -111.97035467625413, 40.874890636550084 ], [ -111.97061639202639, 40.874933475566515 ], [ -111.9707114538266, 40.874941683764632 ], [ -111.97085384917634, 40.874940485205748 ], [ -111.97094930583455, 40.874975714624135 ], [ -111.97116289895025, 40.874973916278222 ], [ -111.97132968521164, 40.875017552980076 ], [ -111.97138941166762, 40.875044074695722 ], [ -111.9715215211404, 40.875151060898908 ], [ -111.97158203795807, 40.875231625332859 ], [ -111.97163095198447, 40.875330303973648 ], [ -111.97175290839874, 40.87555448263106 ], [ -111.971778090119, 40.875653361158292 ], [ -111.97183979330156, 40.875814989658458 ], [ -111.97187670996847, 40.875904761031059 ], [ -111.97188976207089, 40.875985725248931 ], [ -111.9718814525599, 40.876229017876618 ], [ -111.9718942412559, 40.876291967820286 ], [ -111.97186298905731, 40.876589503229738 ], [ -111.97185230812558, 40.876670667427582 ], [ -111.97184136369629, 40.876733817356318 ], [ -111.97178400665346, 40.876869424308659 ], [ -111.97171636339009, 40.87711321681428 ], [ -111.97163514069111, 40.877240016515721 ], [ -111.97101212943633, 40.877650634392232 ], [ -111.9706718092071, 40.877914738156839 ], [ -111.97048325581247, 40.878006407345261 ], [ -111.97034322159175, 40.878169733959744 ], [ -111.97030827869756, 40.878215069155004 ], [ -111.97012222265693, 40.878477873336969 ], [ -111.97000605195105, 40.878650007044278 ], [ -111.96986627817745, 40.8788313473611 ], [ -111.96970342691451, 40.879057922746554 ], [ -111.96963353928749, 40.87914859274553 ], [ -111.96908353970787, 40.879684701663422 ], [ -111.96886121650456, 40.879902767303392 ], [ -111.96868557274665, 40.880066391013663 ], [ -111.96845085455391, 40.880248527003886 ], [ -111.9683340200869, 40.880375623372494 ], [ -111.96824105100394, 40.880511527505782 ], [ -111.96819686338245, 40.880737104446304 ], [ -111.96827108656531, 40.88094367081699 ], [ -111.9683318674501, 40.881042251134147 ], [ -111.96868337580082, 40.88154376062004 ], [ -111.96871026276645, 40.881759732486834 ], [ -111.96867689288352, 40.881913152802056 ], [ -111.96866620732477, 40.881994316684171 ], [ -111.96860818282157, 40.882084886389762 ], [ -111.9685038696315, 40.882256918921108 ], [ -111.96848118489862, 40.882329175310062 ], [ -111.96843529008335, 40.882437659538461 ], [ -111.96841286781503, 40.882527930180693 ], [ -111.96830920987, 40.882744998204295 ], [ -111.96831026015722, 40.882817055273115 ], [ -111.96834665098703, 40.882870799144335 ], [ -111.96844224913779, 40.882915037609898 ], [ -111.968563027386, 40.883058155120423 ], [ -111.96890903088196, 40.883181364083555 ], [ -111.96926782335187, 40.883367522162757 ], [ -111.96940020914393, 40.883492524754942 ], [ -111.96952164778185, 40.883680676857963 ], [ -111.96957122253949, 40.883824391837344 ], [ -111.96954893284705, 40.883923669795372 ], [ -111.96944356775059, 40.884023646099891 ], [ -111.96945675012927, 40.884113617624344 ], [ -111.96941032997191, 40.88418607368996 ], [ -111.9689901790772, 40.884676049134058 ], [ -111.96873184092807, 40.88486739228312 ], [ -111.96857939480569, 40.884994787946376 ], [ -111.96852071101661, 40.885040321945169 ], [ -111.96848615730684, 40.885112677977951 ], [ -111.96847547107632, 40.885193841806277 ], [ -111.9685482557401, 40.88530132935572 ], [ -111.96863185806515, 40.88533666014613 ], [ -111.96876319579415, 40.885389606369493 ], [ -111.96906134498447, 40.885486192065471 ], [ -111.96955017478101, 40.885635223502774 ], [ -111.96968177678737, 40.885706182913431 ], [ -111.96977856341337, 40.885831484319532 ], [ -111.96979174665172, 40.885921455768653 ], [ -111.96980466692112, 40.88599341296532 ], [ -111.96976008684302, 40.886191968901095 ], [ -111.96974900753213, 40.886246111443931 ], [ -111.96961473964075, 40.886805750614094 ], [ -111.96955684383929, 40.8869053278788 ], [ -111.96939384080254, 40.887122895624429 ], [ -111.96910330575383, 40.887548724120748 ], [ -111.96865808096005, 40.887948826560923 ], [ -111.96844746653251, 40.888157784608204 ], [ -111.96818885085894, 40.88833111234662 ], [ -111.96793207149153, 40.888630539272725 ], [ -111.96769797755098, 40.888857709453859 ], [ -111.96763955223409, 40.888921257270653 ], [ -111.96742788197689, 40.889058156485035 ], [ -111.96696958792204, 40.889377287956371 ], [ -111.96684060374417, 40.889486468087398 ], [ -111.96672217703376, 40.889505477313833 ], [ -111.96655797869406, 40.88964197698445 ], [ -111.96649942052734, 40.889696517107517 ], [ -111.96638361447938, 40.889895668542692 ], [ -111.96637358030337, 40.890021867784306 ], [ -111.96630852565488, 40.890445799481235 ], [ -111.96626084329822, 40.891247930970614 ], [ -111.96619277296813, 40.891464698650658 ], [ -111.96615014422461, 40.89179836004616 ], [ -111.96612968141756, 40.89202373704493 ], [ -111.96604856131992, 40.892159539936692 ], [ -111.96602822910123, 40.892393924033215 ], [ -111.9658983205663, 40.892440053264039 ], [ -111.96587549872551, 40.892503301960247 ], [ -111.96565128918168, 40.892595261782823 ], [ -111.96542655524824, 40.89265119267187 ], [ -111.96530825340324, 40.892679207629669 ], [ -111.9650597799295, 40.892735336511194 ], [ -111.96488265382531, 40.892799876160431 ], [ -111.96473005145977, 40.892918259721426 ], [ -111.96455554102427, 40.893162941420421 ], [ -111.96452071727649, 40.893217282005423 ], [ -111.96411430528839, 40.89384224760235 ], [ -111.96413922159014, 40.89392311328281 ], [ -111.96402300902257, 40.894095240983383 ], [ -111.96387040217029, 40.894213623430907 ], [ -111.96366966215209, 40.89428736679718 ], [ -111.9634807914568, 40.894361010651494 ], [ -111.96333887682648, 40.894398229084487 ], [ -111.96320896247032, 40.894444355334521 ], [ -111.96306730876199, 40.894499587694511 ], [ -111.96289161265145, 40.894663202761997 ], [ -111.96282235262215, 40.894798904324801 ], [ -111.96271682975961, 40.894889867473616 ], [ -111.96257974447653, 40.895260348773171 ], [ -111.96248752661008, 40.895450291060698 ], [ -111.96245583321975, 40.895720802129254 ], [ -111.9624970572692, 40.896107811454634 ], [ -111.96255928020871, 40.896305472904785 ], [ -111.96258419560571, 40.896386338897912 ], [ -111.96258537075819, 40.896467403044738 ], [ -111.96259854665841, 40.896557375237457 ], [ -111.96243458367803, 40.896711883415726 ], [ -111.96229292450604, 40.89676711486419 ], [ -111.96222274745645, 40.896839766162806 ], [ -111.9621165680163, 40.896885693136916 ], [ -111.96183272626162, 40.896960126577284 ], [ -111.96167841308119, 40.896961413509523 ], [ -111.96118103619979, 40.897046634051854 ], [ -111.96076753192941, 40.897185203024833 ], [ -111.96045081244604, 40.89744907952376 ], [ -111.96039237272221, 40.897512623736802 ], [ -111.9601119125965, 40.897821238407587 ], [ -111.96005373269612, 40.897902796715726 ], [ -111.95994963358704, 40.898092835830248 ], [ -111.95991467331704, 40.898138167917388 ], [ -111.9598237460157, 40.898418179426081 ], [ -111.95982621996187, 40.898589314923925 ], [ -111.95980391113569, 40.898688590964774 ], [ -111.95979399364307, 40.898823796728792 ], [ -111.95976489196929, 40.899274449651919 ], [ -111.95976944911301, 40.899589699207638 ], [ -111.95988123399273, 40.899931080913618 ], [ -111.95989440701257, 40.900021053395029 ], [ -111.95996732484417, 40.900137553189516 ], [ -111.95860244039328, 40.900166923331618 ], [ -111.95866588082313, 40.921822100602924 ], [ -112.00075529238342, 40.921851839130198 ], [ -112.00443694790501, 40.921855859718015 ], [ -112.0065391514411, 40.921864552768916 ], [ -112.01359584481831, 40.918127407449489 ], [ -112.0271171133339, 40.91090932532606 ], [ -112.03166279233673, 40.908481581227768 ], [ -112.04108257282709, 40.903433419119537 ], [ -112.05450372468211, 40.896267077986401 ], [ -112.06375558279082, 40.891326697151136 ], [ -112.07515966552346, 40.885239505817836 ], [ -112.07572435732216, 40.884927961515992 ], [ -112.08413814166676, 40.880462185583021 ], [ -112.09342086928918, 40.875501118415229 ], [ -112.09440885420614, 40.874960263842318 ], [ -112.09737345557976, 40.873382684176498 ], [ -112.09793809006739, 40.873080039854578 ], [ -112.1031021738917, 40.870328304163024 ], [ -112.1103001709094, 40.866466782996191 ], [ -112.11153507150881, 40.865806297871814 ], [ -112.12576385298537, 40.858182476596504 ], [ -112.12702216931163, 40.857521597156399 ], [ -112.1292558660144, 40.8563106660676 ], [ -112.13367618046308, 40.853925169736179 ], [ -112.13788513514075, 40.851685720745394 ], [ -112.13833186344212, 40.851447099321319 ], [ -112.14630172298651, 40.847179350702959 ], [ -112.14765342078309, 40.846454260731299 ], [ -112.14826472574487, 40.846132889324508 ], [ -112.14842890611568, 40.846023156222515 ], [ -112.14856936510823, 40.845913659096084 ], [ -112.14865161037058, 40.845867799028234 ], [ -112.14881578944608, 40.845758065387834 ], [ -112.14931971688358, 40.845401724924059 ], [ -112.16528441157449, 40.834449703489632 ], [ -112.1654836365358, 40.834312567389162 ], [ -112.18707695596208, 40.819435990867184 ], [ -112.21703299431104, 40.798864321714412 ], [ -112.22620971276518, 40.792515425503822 ], [ -112.22734495336319, 40.791728644363673 ], [ -112.23846224933899, 40.784042907347747 ], [ -112.24024084535333, 40.782816695105026 ], [ -112.25015041724782, 40.775971567345756 ], [ -112.25073536048158, 40.775568864279755 ], [ -112.25333299170259, 40.773811089384736 ], [ -112.25867895707005, 40.770140579624723 ], [ -112.26015272083536, 40.76912457543375 ], [ -112.26090608925823, 40.770116263904946 ], [ -112.27235650914707, 40.785250556900827 ], [ -112.29067609972164, 40.809576456167242 ], [ -112.30136242747815, 40.823743382467221 ], [ -112.31689826467486, 40.844186724922359 ], [ -112.3326781901786, 40.865075452232063 ], [ -112.34016363718381, 40.874987685362171 ], [ -112.34376063129727, 40.879738122917516 ], [ -112.35365373566067, 40.892882274106405 ], [ -112.36022983675298, 40.901560698212407 ], [ -112.36539248261174, 40.908399823873779 ], [ -112.37577813023823, 40.921968529627335 ], [ -112.3849647669735, 40.934226491599638 ], [ -112.39547171936123, 40.948089137422286 ], [ -112.40941586272365, 40.966349699712957 ], [ -112.41244852182616, 40.970357126134125 ], [ -112.42627142335016, 40.988617029718725 ], [ -112.43494642090393, 40.999985352279012 ], [ -112.43843535714869, 41.004598910667639 ], [ -112.44787521091254, 41.017028592710894 ], [ -112.45691471491753, 41.028940072202353 ], [ -112.46811388310341, 41.043660753957866 ], [ -112.47703717917382, 41.055364875159761 ], [ -112.48916610693705, 41.071323556997868 ], [ -112.48941140867868, 41.071644663423911 ], [ -112.49351751443153, 41.076888033978044 ], [ -112.48897202493002, 41.07801878687745 ], [ -112.48667572332094, 41.078597911736111 ], [ -112.48435557888887, 41.079177298113855 ], [ -112.46658631250685, 41.083620477882064 ], [ -112.44803238110819, 41.088223918417704 ], [ -112.42138806388361, 41.094888163078878 ], [ -112.40287543217991, 41.099492841865732 ], [ -112.38466722757147, 41.103973791605291 ], [ -112.37574605648788, 41.106179477462881 ], [ -112.30037483118682, 41.124953329409344 ], [ -112.25077729391055, 41.137194611706576 ], [ -112.18965351855179, 41.152299572758842 ], [ -112.18668736268083, 41.153032775441879 ], [ -112.17511422247922, 41.152971280179017 ], [ -112.16780810453668, 41.152937497975557 ], [ -112.1676411277096, 41.152930183137556 ], [ -112.16274257816254, 41.152907677722439 ], [ -112.15606185004954, 41.152884219870586 ], [ -112.13643801555874, 41.152773884509472 ], [ -112.12578266577918, 41.152716386567569 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 6, \"properties\": { \"NAME\": \"DUCHESNE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 4448, \"Color4\": \"2\", \"Shape_Leng\": 394299.926205, \"Shape_Area\": 8405389721.6899996 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -110.25172537958234, 40.832341252604216 ], [ -110.25069994960924, 40.832298563297904 ], [ -110.25020743090322, 40.832326892629474 ], [ -110.24968424787122, 40.832445104303645 ], [ -110.24907662429291, 40.83268888141405 ], [ -110.24882640712366, 40.832790848878254 ], [ -110.24863017712165, 40.832838216271114 ], [ -110.24844055810836, 40.832825270204729 ], [ -110.24828675152379, 40.832791837898398 ], [ -110.24799731474111, 40.832690859285307 ], [ -110.24777856201516, 40.832527282149897 ], [ -110.24720408856435, 40.832041586145465 ], [ -110.24643884303958, 40.831541128699996 ], [ -110.24625026872998, 40.831436300300332 ], [ -110.24607897360654, 40.831376626458905 ], [ -110.24583637064148, 40.831329998809665 ], [ -110.24564079631867, 40.831319711733236 ], [ -110.24543975202315, 40.831268850799333 ], [ -110.24521555156332, 40.831168291877269 ], [ -110.24493384445707, 40.830909709341974 ], [ -110.24435689041479, 40.830541091929078 ], [ -110.24398665616127, 40.830245893615206 ], [ -110.24367500332686, 40.830014136908353 ], [ -110.24347596946836, 40.829891218612246 ], [ -110.24325053954692, 40.829795151996969 ], [ -110.24294369383234, 40.829662517134246 ], [ -110.24268990670173, 40.829557254940937 ], [ -110.24233087764975, 40.829320679387337 ], [ -110.24204760994611, 40.829200808734576 ], [ -110.2417695851623, 40.829141328063464 ], [ -110.24155664039677, 40.829094886343633 ], [ -110.24124985267392, 40.828957743159876 ], [ -110.24109078667898, 40.828866612971417 ], [ -110.24086670368722, 40.828757037970064 ], [ -110.2405773986701, 40.828647033209677 ], [ -110.2401931224821, 40.828545410664475 ], [ -110.23974450214784, 40.828470388004511 ], [ -110.23927608347735, 40.828363703682506 ], [ -110.23890970188376, 40.828253186470008 ], [ -110.23851300523805, 40.828201022542565 ], [ -110.23820478475247, 40.828189979282804 ], [ -110.23784835647204, 40.828246179661519 ], [ -110.23701020821606, 40.828425311465558 ], [ -110.23619618631693, 40.828568563341157 ], [ -110.23543635279573, 40.82864010148203 ], [ -110.23451559681507, 40.828782634065618 ], [ -110.2338204118083, 40.828904136633582 ], [ -110.23333238900382, 40.829058541264338 ], [ -110.23289179901886, 40.82921325923153 ], [ -110.23257608780611, 40.829337276931682 ], [ -110.23207562861241, 40.829541139620012 ], [ -110.23157386646817, 40.829857596276781 ], [ -110.23122720203284, 40.830094008905959 ], [ -110.23088719322996, 40.83026740615081 ], [ -110.23058910559583, 40.830405048440404 ], [ -110.230307619328, 40.830542800716884 ], [ -110.22983767542181, 40.830772981522081 ], [ -110.22962331618157, 40.830849022378118 ], [ -110.2293866045725, 40.830806903690778 ], [ -110.229153075141, 40.830490050050969 ], [ -110.22898409376131, 40.830232181843918 ], [ -110.22863926596679, 40.829797474232592 ], [ -110.22828101731641, 40.829497801584296 ], [ -110.22790529722749, 40.829170985727323 ], [ -110.22768805307042, 40.828984859660721 ], [ -110.22765493316028, 40.828772940843784 ], [ -110.22770435358304, 40.828602112337855 ], [ -110.22780708524593, 40.828436144848652 ], [ -110.22787481532629, 40.828220396872744 ], [ -110.22795553710826, 40.828009239985654 ], [ -110.22796861268952, 40.827802134555533 ], [ -110.22788244279097, 40.827562835568656 ], [ -110.22758775829897, 40.827407720318611 ], [ -110.22705060557853, 40.827196929699419 ], [ -110.22670292828916, 40.827009927761495 ], [ -110.22650873079286, 40.826882508440612 ], [ -110.22613812546201, 40.826627788147178 ], [ -110.22578426269179, 40.826463262918189 ], [ -110.2254650330953, 40.826380044635506 ], [ -110.22442481408632, 40.8260892919375 ], [ -110.22312482922547, 40.825702192803703 ], [ -110.22247379045345, 40.825598714597433 ], [ -110.22185171453734, 40.825553982613719 ], [ -110.22131201382098, 40.825563853652348 ], [ -110.22096135711872, 40.825633553415727 ], [ -110.2206402395027, 40.825712460055499 ], [ -110.22018196136845, 40.825858001663981 ], [ -110.21977164175608, 40.82595882385538 ], [ -110.21943913833961, 40.825997112387903 ], [ -110.21916634798559, 40.825999770578022 ], [ -110.21880990574213, 40.826056812883152 ], [ -110.2185597317698, 40.826153310017695 ], [ -110.21838620171788, 40.826287260290286 ], [ -110.21824226364016, 40.826425915019563 ], [ -110.21797974245241, 40.82656376579741 ], [ -110.21772378445202, 40.826647610153515 ], [ -110.21739027044792, 40.826771465587598 ], [ -110.21695490000256, 40.826984712610475 ], [ -110.21631179340285, 40.827214563764834 ], [ -110.21581199133074, 40.827359805844488 ], [ -110.21537264710263, 40.827406364717326 ], [ -110.21486871855187, 40.827398432087442 ], [ -110.21446516125668, 40.827427214277748 ], [ -110.21442252418937, 40.827422419757241 ], [ -110.21416912676671, 40.827389164629189 ], [ -110.21383702314601, 40.82729231393072 ], [ -110.21334202042421, 40.827131292915524 ], [ -110.21294657666617, 40.82697545322921 ], [ -110.21252100955398, 40.826859944304559 ], [ -110.21225591689702, 40.826813092568386 ], [ -110.21191746331341, 40.826752226528392 ], [ -110.21132006164024, 40.826626530833167 ], [ -110.21098957896935, 40.826493649483119 ], [ -110.21074189138763, 40.826379350416417 ], [ -110.2104887029049, 40.826228979630372 ], [ -110.2103482213479, 40.826074875600099 ], [ -110.21027301349635, 40.825916714046002 ], [ -110.21024481088182, 40.825794907773975 ], [ -110.21022488845537, 40.825474973676918 ], [ -110.21004920916795, 40.82528909895256 ], [ -110.20986669311614, 40.825179748422045 ], [ -110.20969567204557, 40.8251011048633 ], [ -110.20938933330906, 40.824933251601976 ], [ -110.20924773355523, 40.824873726612743 ], [ -110.20911907074904, 40.824823298525025 ], [ -110.20892362086741, 40.824704849446192 ], [ -110.20880109350502, 40.824537354037822 ], [ -110.2086558147501, 40.824288626947954 ], [ -110.20830409722834, 40.82394839930469 ], [ -110.20780346538946, 40.823665702646316 ], [ -110.20724269146078, 40.823454657666275 ], [ -110.20689466091487, 40.823303627208027 ], [ -110.20669474475945, 40.823162622665514 ], [ -110.20648937304935, 40.822981943339158 ], [ -110.20633075613202, 40.822858338154575 ], [ -110.20613127214445, 40.822681302045851 ], [ -110.20583698299562, 40.82249910881999 ], [ -110.20539906212736, 40.822428530536264 ], [ -110.20516784131173, 40.822426937764973 ], [ -110.20478861724368, 40.822406307686578 ], [ -110.20433285814629, 40.822340106595775 ], [ -110.20396047906168, 40.822242949694036 ], [ -110.20325787189014, 40.82199487305509 ], [ -110.20266133889943, 40.821801575629827 ], [ -110.20229440835161, 40.821744988763591 ], [ -110.20205138671633, 40.82173880395974 ], [ -110.20176637844999, 40.821772865899327 ], [ -110.20111826142987, 40.821926026570551 ], [ -110.20058397652592, 40.821980880141062 ], [ -110.20044157973852, 40.821988901738507 ], [ -110.19948057930505, 40.822028180314469 ], [ -110.19885699334097, 40.82211303472041 ], [ -110.19840554444247, 40.82218196597524 ], [ -110.19804318807793, 40.822238002221155 ], [ -110.19765679059562, 40.822320895294041 ], [ -110.19727060938339, 40.822385771799681 ], [ -110.19686615227562, 40.822491057524573 ], [ -110.19641420961878, 40.822600515272441 ], [ -110.19599147413115, 40.822746208339808 ], [ -110.19577813665536, 40.822834805234059 ], [ -110.19527012093725, 40.823069984984173 ], [ -110.19478867863624, 40.823264810219918 ], [ -110.19458504195902, 40.823335455829032 ], [ -110.19432292098274, 40.82343722200774 ], [ -110.19412574365917, 40.823561962216715 ], [ -110.19400693526805, 40.823678241237971 ], [ -110.19385001824686, 40.823807766424139 ], [ -110.19362890530736, 40.8239503552809 ], [ -110.19343152158368, 40.823994017392742 ], [ -110.1931657994481, 40.824001167719182 ], [ -110.19298809739941, 40.823986412224563 ], [ -110.19254963493357, 40.823960823312746 ], [ -110.19235963832624, 40.823982014332891 ], [ -110.19212150021141, 40.824061422418858 ], [ -110.19185355315608, 40.824154133776545 ], [ -110.19162710752961, 40.824247135315694 ], [ -110.19105938353634, 40.824514308187013 ], [ -110.19057803915749, 40.824699207212561 ], [ -110.19028626215834, 40.82480075609358 ], [ -110.19010740804723, 40.824880576074328 ], [ -110.18991609276311, 40.825009854369981 ], [ -110.18976512829906, 40.825234003734643 ], [ -110.18970463258482, 40.825332671030139 ], [ -110.18959028237936, 40.825471497703418 ], [ -110.18952418619023, 40.82554310041823 ], [ -110.18941620297532, 40.825645938123678 ], [ -110.18913369966859, 40.825959246126779 ], [ -110.18887672090828, 40.826124094632341 ], [ -110.18853666817824, 40.826293763285229 ], [ -110.18829163309513, 40.826354197295608 ], [ -110.18809694008259, 40.82637084403305 ], [ -110.18789008215983, 40.826315337784173 ], [ -110.1878092184031, 40.826139105145842 ], [ -110.18786494250396, 40.825945817301779 ], [ -110.18794987179902, 40.825788768515665 ], [ -110.18801827720326, 40.825528007001921 ], [ -110.18814251443327, 40.825064949802247 ], [ -110.18814657891373, 40.824731668334294 ], [ -110.18803793949746, 40.824402097871342 ], [ -110.18788587616248, 40.82422986829323 ], [ -110.18770378464276, 40.824088956422301 ], [ -110.18747387832418, 40.823979236849141 ], [ -110.18689648149542, 40.823677892221923 ], [ -110.18659087906713, 40.823455032585507 ], [ -110.18630350540822, 40.823196267177572 ], [ -110.18589750378342, 40.822941168189281 ], [ -110.18570433372656, 40.822737116293247 ], [ -110.18556463351509, 40.822524433167928 ], [ -110.1853778903441, 40.822279888361237 ], [ -110.18520926526969, 40.822008446055364 ], [ -110.18507555192055, 40.821791300409117 ], [ -110.18488227740471, 40.821596254757104 ], [ -110.18475300555149, 40.821500753297393 ], [ -110.18439345591774, 40.821327052684602 ], [ -110.18408093953687, 40.821186113777706 ], [ -110.18376290448977, 40.821011803955585 ], [ -110.18357506760525, 40.820857332306133 ], [ -110.18346995517207, 40.820725966829585 ], [ -110.18335293082248, 40.820599021129119 ], [ -110.18323003363382, 40.820467529538099 ], [ -110.18304622393076, 40.820371640037202 ], [ -110.18268155508012, 40.820229427180095 ], [ -110.18245117271526, 40.820160231939667 ], [ -110.18223198403732, 40.82014516589804 ], [ -110.18201275120065, 40.820133702481243 ], [ -110.18177565546277, 40.820128417831235 ], [ -110.18128292545747, 40.820178972532219 ], [ -110.1810326541783, 40.820280792636439 ], [ -110.18090045390193, 40.820423988270562 ], [ -110.1807460905917, 40.820440908982533 ], [ -110.18056795766763, 40.820462164853524 ], [ -110.18037281524131, 40.820420240916008 ], [ -110.17995444173641, 40.820210075014323 ], [ -110.17954216586537, 40.819986438380759 ], [ -110.1791482334054, 40.819717888860652 ], [ -110.17887907897043, 40.819427705179933 ], [ -110.17861629974752, 40.819101532707649 ], [ -110.17834161075757, 40.818779778997886 ], [ -110.17802431403909, 40.818547804931072 ], [ -110.17772408150252, 40.818374506125309 ], [ -110.17748224361458, 40.818273689965601 ], [ -110.17684493509473, 40.818030422330239 ], [ -110.17647905119573, 40.817892685396082 ], [ -110.17590041962582, 40.817699377499778 ], [ -110.17530915403196, 40.81756903510427 ], [ -110.17481805711323, 40.817488952306562 ], [ -110.1741965958408, 40.817403430172291 ], [ -110.17343940171983, 40.817267386198438 ], [ -110.17277633493696, 40.817190566719695 ], [ -110.17221969771801, 40.817137028077674 ], [ -110.17185887173365, 40.817070479050621 ], [ -110.17159315552706, 40.81698389257128 ], [ -110.17131017107573, 40.816855742866181 ], [ -110.17113345771301, 40.816763488716759 ], [ -110.17090806334976, 40.816771778404764 ], [ -110.17066829965727, 40.816981752224422 ], [ -110.17043345272064, 40.817272836363777 ], [ -110.17024602975167, 40.817564261092947 ], [ -110.17008964984663, 40.817743303995648 ], [ -110.16988684879804, 40.817936426093489 ], [ -110.1695188750391, 40.818252674665665 ], [ -110.16912384643958, 40.818646199295337 ], [ -110.16865637441317, 40.81904820891743 ], [ -110.16839959767248, 40.819194996628845 ], [ -110.1680955050702, 40.81933243420432 ], [ -110.16788615337727, 40.819479562723053 ], [ -110.16773026925924, 40.819618068200661 ], [ -110.16766404308397, 40.819698665860962 ], [ -110.16757421557092, 40.819770084811204 ], [ -110.16753113658685, 40.819801303308161 ], [ -110.1672823135327, 40.819880583034035 ], [ -110.16700367611033, 40.819878571528044 ], [ -110.16654605576065, 40.819870762279123 ], [ -110.1661144079295, 40.819872147327807 ], [ -110.16578777872314, 40.819914827893001 ], [ -110.16543078422424, 40.820014941509292 ], [ -110.16496101210882, 40.820125047842374 ], [ -110.16445556583471, 40.820243001437206 ], [ -110.16386717544985, 40.820355847513483 ], [ -110.16308951261725, 40.82043218503123 ], [ -110.16249661747301, 40.820431485854975 ], [ -110.16209268613994, 40.820491611505325 ], [ -110.16172985672657, 40.820583563717314 ], [ -110.16132615074609, 40.820625671559448 ], [ -110.16083397064735, 40.820631100966992 ], [ -110.16025828009407, 40.820676458147837 ], [ -110.15980686038031, 40.820740734302866 ], [ -110.15947321435844, 40.82086892543952 ], [ -110.15911602353538, 40.820983431431429 ], [ -110.15894979679638, 40.821000236486611 ], [ -110.15879543844693, 40.821016227003192 ], [ -110.15855885448997, 40.820970360667253 ], [ -110.15821613803941, 40.82087777677927 ], [ -110.15767270748162, 40.820716163768829 ], [ -110.15716570578877, 40.82048725151607 ], [ -110.15650948124447, 40.820243733556353 ], [ -110.15610257281718, 40.820164186616061 ], [ -110.15582980636735, 40.82016669524949 ], [ -110.15553834056841, 40.820241133378325 ], [ -110.15537222913699, 40.820248925750029 ], [ -110.15533546119111, 40.820249557398675 ], [ -110.1552654595242, 40.820252648213952 ], [ -110.15505266327878, 40.820201543840426 ], [ -110.15484073633172, 40.820081981781911 ], [ -110.15416484568986, 40.819613997845067 ], [ -110.15374667603753, 40.819394730194439 ], [ -110.15322732589702, 40.81920624775811 ], [ -110.15253259288974, 40.818822794690611 ], [ -110.15183574527572, 40.818605976878658 ], [ -110.15098004415196, 40.818293397976461 ], [ -110.15001741249067, 40.817998041727883 ], [ -110.1493026245723, 40.817794589016302 ], [ -110.1489007129601, 40.817697036785539 ], [ -110.14862945382188, 40.817582430622302 ], [ -110.1484177657392, 40.817445742604058 ], [ -110.14829351630969, 40.817333121520143 ], [ -110.14816101514845, 40.817124049722828 ], [ -110.1480458512256, 40.816857452170545 ], [ -110.14800660146989, 40.816681498927991 ], [ -110.14789567896194, 40.816176210463382 ], [ -110.14776206659779, 40.815868938621627 ], [ -110.14759798311314, 40.815719088149088 ], [ -110.14741686584041, 40.815510557088047 ], [ -110.14728933253645, 40.815284405028493 ], [ -110.14726815799584, 40.815086064134036 ], [ -110.14729475343128, 40.814861051159625 ], [ -110.14734335593461, 40.814676738536136 ], [ -110.14741195172978, 40.814505185372028 ], [ -110.1474316844259, 40.814353089527302 ], [ -110.14741022141294, 40.81417726745299 ], [ -110.14722928185681, 40.813955224793354 ], [ -110.14682429580198, 40.813636937211498 ], [ -110.14664732538142, 40.813568065503368 ], [ -110.14633355279366, 40.81353421490703 ], [ -110.14597554059388, 40.813621649165903 ], [ -110.14555365190073, 40.813789684704638 ], [ -110.14503769505249, 40.813803879132166 ], [ -110.14470032642232, 40.813760840850541 ], [ -110.14464703337673, 40.81375594156362 ], [ -110.14423934101677, 40.813649321863487 ], [ -110.14399826673478, 40.813494390959661 ], [ -110.14381013881096, 40.813371381824389 ], [ -110.14364624410889, 40.813208014531689 ], [ -110.14314247746708, 40.812735838274165 ], [ -110.14258438259621, 40.8123398273245 ], [ -110.1417489107553, 40.811847162573351 ], [ -110.14065780665544, 40.811411142504411 ], [ -110.13998519373858, 40.811162904284153 ], [ -110.13950128039254, 40.810992640964983 ], [ -110.13908158355436, 40.810899426093364 ], [ -110.13869076879139, 40.810864979819115 ], [ -110.13829948830717, 40.810866562282996 ], [ -110.13781871068537, 40.81091251656936 ], [ -110.13730660261118, 40.811088856156289 ], [ -110.13640209953071, 40.811352340784076 ], [ -110.13568628129997, 40.811693803224465 ], [ -110.13515015850818, 40.811892474231485 ], [ -110.13460181087872, 40.812027992362729 ], [ -110.13397847899444, 40.812185466002042 ], [ -110.13306966200287, 40.812322774665311 ], [ -110.13265988612726, 40.812378249281025 ], [ -110.13219018666705, 40.812482817812217 ], [ -110.13207714869289, 40.812513496837155 ], [ -110.13179144265251, 40.812601430976066 ], [ -110.13151119377792, 40.812725439002946 ], [ -110.13096237218474, 40.812987053517681 ], [ -110.13025456339754, 40.813256475342044 ], [ -110.12931676492879, 40.81370432489873 ], [ -110.12849999386522, 40.814053988910842 ], [ -110.12771156780764, 40.81450205270329 ], [ -110.12727480467395, 40.814805935230687 ], [ -110.12691728589236, 40.814943760867905 ], [ -110.12674503268494, 40.814968581479341 ], [ -110.12651425591959, 40.814935305162805 ], [ -110.12624375650769, 40.814766601935311 ], [ -110.12609270698893, 40.814621323874583 ], [ -110.12595736624912, 40.814453643686079 ], [ -110.12571988292228, 40.814118534402972 ], [ -110.12557197877351, 40.8140048088014 ], [ -110.12539633117807, 40.81383682244153 ], [ -110.1253097794978, 40.813655998763075 ], [ -110.12522915610094, 40.813475219964907 ], [ -110.12510164319093, 40.813253547843964 ], [ -110.12500993449251, 40.813014130369645 ], [ -110.12482361904691, 40.812755978441771 ], [ -110.12465438973572, 40.812551105269215 ], [ -110.12446136769179, 40.812352357152385 ], [ -110.12420896317489, 40.812161265492634 ], [ -110.12394399383783, 40.812024128139392 ], [ -110.12366088700334, 40.811913877545535 ], [ -110.12331903797465, 40.811762642206467 ], [ -110.12298222857396, 40.811679007001203 ], [ -110.12273427545651, 40.811600550678016 ], [ -110.12251566445899, 40.811544837937568 ], [ -110.12182468361203, 40.811345900381745 ], [ -110.12142860208405, 40.811261809472299 ], [ -110.12112670960236, 40.811227980824711 ], [ -110.12081266496097, 40.811216579729546 ], [ -110.12054005425213, 40.811209997817009 ], [ -110.12032114901621, 40.811176799624398 ], [ -110.11998422747068, 40.811102163197759 ], [ -110.11964677092493, 40.811068059406935 ], [ -110.11917908635712, 40.811019447903938 ], [ -110.11877595049226, 40.811020873627847 ], [ -110.11833108301718, 40.811039995796712 ], [ -110.11809972798733, 40.811051740138659 ], [ -110.11789801085715, 40.811063710621355 ], [ -110.11754253422012, 40.811047479655521 ], [ -110.11714514674667, 40.811062456212909 ], [ -110.1169361969023, 40.811083378043833 ], [ -110.1165758588977, 40.811076115267298 ], [ -110.11625570910147, 40.811078167586516 ], [ -110.1158398807879, 40.811142544460644 ], [ -110.11551284612905, 40.811216608965623 ], [ -110.11515552569253, 40.811249902577188 ], [ -110.11492540288805, 40.811258046648703 ], [ -110.11426062452456, 40.811319606910928 ], [ -110.11381545444215, 40.8113612302704 ], [ -110.11341794458296, 40.811385201414652 ], [ -110.11309138595139, 40.811423229198759 ], [ -110.11265214214723, 40.811464893621299 ], [ -110.11234396584909, 40.811458018792749 ], [ -110.11204111679592, 40.811496226015272 ], [ -110.11154894383505, 40.811505949544326 ], [ -110.11118203221831, 40.811458081608002 ], [ -110.11092163784319, 40.811424545953884 ], [ -110.11043671633111, 40.811335228502521 ], [ -110.11022512752581, 40.811198471270231 ], [ -110.10973178490154, 40.81085234723794 ], [ -110.10954971641029, 40.810724824926218 ], [ -110.10935070915366, 40.810534112939152 ], [ -110.10913398072313, 40.810338759583438 ], [ -110.10887594184256, 40.810129574186512 ], [ -110.10855899146688, 40.809892907913024 ], [ -110.10827658303481, 40.809733078941512 ], [ -110.10804747473018, 40.80957726470352 ], [ -110.10783510013395, 40.809499952282401 ], [ -110.10763464123939, 40.809418227445853 ], [ -110.10742809850004, 40.809348166083673 ], [ -110.10710508685575, 40.809210541055918 ], [ -110.10649585499792, 40.809021152798529 ], [ -110.106082569371, 40.808896338319322 ], [ -110.10581746959518, 40.808772670939788 ], [ -110.10558085856287, 40.808734803386443 ], [ -110.10542112207808, 40.808711044002742 ], [ -110.10518547955012, 40.808601116136551 ], [ -110.10505054215909, 40.80849647318405 ], [ -110.10472000311117, 40.808390312410701 ], [ -110.10433624032036, 40.808274729144642 ], [ -110.10395144893086, 40.808235707816877 ], [ -110.10366821025465, 40.808138919755834 ], [ -110.10337886323811, 40.808055596094839 ], [ -110.10316663244014, 40.807968366989179 ], [ -110.1028651289451, 40.807907468486981 ], [ -110.10262217075822, 40.807901074835783 ], [ -110.10240280039922, 40.807903872561994 ], [ -110.10198782951943, 40.807905147588464 ], [ -110.10159057976874, 40.807911063304239 ], [ -110.10124612865334, 40.807957926651973 ], [ -110.10074714179355, 40.808035113903323 ], [ -110.10044411977327, 40.808086801939702 ], [ -110.10019432136993, 40.808147912657809 ], [ -110.09996224359701, 40.808213665261242 ], [ -110.09948158337305, 40.808250452303227 ], [ -110.09922047701745, 40.808270934958387 ], [ -110.09878112445055, 40.808321554141628 ], [ -110.09848284155052, 40.808373274034118 ], [ -110.09822279796572, 40.808402771107062 ], [ -110.09788402546012, 40.808467685530786 ], [ -110.09739639757997, 40.808580980571016 ], [ -110.09725951940213, 40.808620447334164 ], [ -110.09705701287913, 40.808690929637429 ], [ -110.09674714172078, 40.808810117136424 ], [ -110.09654493952931, 40.808858079985477 ], [ -110.09621166275218, 40.808954561821821 ], [ -110.09591401043505, 40.809046817669106 ], [ -110.09551521254399, 40.80916620580031 ], [ -110.09514000195345, 40.80920740470544 ], [ -110.09490989673115, 40.809214608162065 ], [ -110.09463625719373, 40.809284528145596 ], [ -110.09436854449679, 40.809354494000871 ], [ -110.09406477673464, 40.809460209611345 ], [ -110.09369507099441, 40.809619456691372 ], [ -110.09311197565123, 40.809777025431011 ], [ -110.09280147910985, 40.809941239210055 ], [ -110.09256284697766, 40.810051967180229 ], [ -110.09227697841033, 40.810148810464462 ], [ -110.09163349472948, 40.810386971879758 ], [ -110.09125729759019, 40.810586697640687 ], [ -110.09095370379238, 40.810678893825454 ], [ -110.09043128281145, 40.810733330763888 ], [ -110.09018806990983, 40.810744925629024 ], [ -110.08992707436703, 40.810756379710782 ], [ -110.08965953565088, 40.810812823411077 ], [ -110.0893208045393, 40.810873208745768 ], [ -110.0890706778878, 40.810956813616578 ], [ -110.08876133678166, 40.811035446083856 ], [ -110.08834011125082, 40.811059143474118 ], [ -110.08752260361746, 40.811016647253695 ], [ -110.08709007834636, 40.810999713060269 ], [ -110.08685878084543, 40.811006891000432 ], [ -110.0865860522931, 40.811009236287383 ], [ -110.08630157986863, 40.811003380394332 ], [ -110.08605382115556, 40.811000517150859 ], [ -110.08574458919631, 40.810984554541477 ], [ -110.08550193129165, 40.810955606272906 ], [ -110.08530144668674, 40.810877445849989 ], [ -110.08496555777032, 40.810730648504332 ], [ -110.08458200276419, 40.810601488718376 ], [ -110.08408421673809, 40.810588529618038 ], [ -110.08385316825104, 40.810577686780313 ], [ -110.08331975565359, 40.810568945656577 ], [ -110.08269749288081, 40.81055499148902 ], [ -110.08227102377016, 40.810529079021585 ], [ -110.0819626702047, 40.810535634180567 ], [ -110.08140666646729, 40.81044562916356 ], [ -110.0813179406275, 40.810431410149 ], [ -110.08106929721772, 40.810406909084897 ], [ -110.08066048788952, 40.810390139688494 ], [ -110.08026353373772, 40.810373463352413 ], [ -110.07974834155047, 40.810333321692291 ], [ -110.07932817620038, 40.810280423538003 ], [ -110.07893154698422, 40.810240323466097 ], [ -110.07863541085744, 40.810220843013497 ], [ -110.07846918039424, 40.810238432943706 ], [ -110.0783385395253, 40.810254505276539 ], [ -110.07803636386613, 40.81024308256665 ], [ -110.07784082016293, 40.810237015593067 ], [ -110.07740835299643, 40.810216442233099 ], [ -110.07702944537651, 40.810180981518052 ], [ -110.07655543680031, 40.81016367597222 ], [ -110.07625394902993, 40.810102708101034 ], [ -110.07588694760548, 40.810063735618279 ], [ -110.07557310600477, 40.810038700470898 ], [ -110.07532372860994, 40.810067330492657 ], [ -110.07509797320832, 40.810102455200472 ], [ -110.07469403143436, 40.810162274773361 ], [ -110.07401592361818, 40.810327993138003 ], [ -110.07367680583265, 40.810415354488356 ], [ -110.07333737387297, 40.810525233219231 ], [ -110.07295538275994, 40.810711340053309 ], [ -110.07269830607713, 40.810866920412579 ], [ -110.07250674446735, 40.811000505993718 ], [ -110.07219569048544, 40.811200693076664 ], [ -110.07193312190283, 40.811324698281922 ], [ -110.07165907389737, 40.811421585435774 ], [ -110.07137846959611, 40.81156346096148 ], [ -110.07099066518552, 40.811740506074287 ], [ -110.07067499533944, 40.811846064073301 ], [ -110.07029361799991, 40.811987125160805 ], [ -110.06988216072756, 40.812159471733807 ], [ -110.06922079683928, 40.81239736361043 ], [ -110.06889919350343, 40.812502868851602 ], [ -110.06854732101901, 40.812653170600314 ], [ -110.06833808901342, 40.812777598159762 ], [ -110.06786702990743, 40.812971977061643 ], [ -110.06761770155789, 40.812996086587425 ], [ -110.06714668931484, 40.813186859566684 ], [ -110.0668590676085, 40.813405238285313 ], [ -110.06664926204441, 40.813570195707257 ], [ -110.06643920290519, 40.813753167396868 ], [ -110.06612339016785, 40.813867720054468 ], [ -110.06587347671204, 40.813933259486838 ], [ -110.06538031923915, 40.814095919987558 ], [ -110.06474927130419, 40.814198906342703 ], [ -110.06440994886489, 40.814214171820822 ], [ -110.06396163548472, 40.814138468541273 ], [ -110.06373108527066, 40.814091556010446 ], [ -110.06348339808837, 40.813998561311919 ], [ -110.06313000035408, 40.813834442548959 ], [ -110.06273512290058, 40.813669084895629 ], [ -110.06243911655814, 40.813639654709462 ], [ -110.06199643967203, 40.813500931135614 ], [ -110.06157111623361, 40.813392975420328 ], [ -110.06112186753147, 40.813300137638812 ], [ -110.06076059543457, 40.813274676178942 ], [ -110.06028195528964, 40.813248257659012 ], [ -110.0599382349632, 40.813155373941143 ], [ -110.0594818668463, 40.813147150283939 ], [ -110.05905017681258, 40.813070662616795 ], [ -110.05849468165603, 40.812945418796609 ], [ -110.05794468308555, 40.812850845585288 ], [ -110.05754130933461, 40.812784492677466 ], [ -110.05712951019288, 40.812727077856444 ], [ -110.05645920304396, 40.81267205186618 ], [ -110.05601494954476, 40.812645896874578 ], [ -110.05550077841342, 40.812533588459331 ], [ -110.05515729581283, 40.812508255098741 ], [ -110.05448785853885, 40.812475745664493 ], [ -110.05393710217588, 40.812435197262772 ], [ -110.05352268148303, 40.812395764782096 ], [ -110.05316747330612, 40.812361320953535 ], [ -110.05288358885184, 40.812313949046484 ], [ -110.05259965356113, 40.812270179364575 ], [ -110.05229734629047, 40.812267696486828 ], [ -110.05203020716245, 40.812293427677311 ], [ -110.05177397402333, 40.812385909681154 ], [ -110.05135665545622, 40.81255003432787 ], [ -110.05070497317146, 40.812935636368501 ], [ -110.05033193586601, 40.813319925339776 ], [ -110.05018800143986, 40.813435848989052 ], [ -110.04992319943285, 40.813712927437081 ], [ -110.04968727556893, 40.814043392384278 ], [ -110.04933888876288, 40.814361219317462 ], [ -110.04890217335249, 40.814636878637373 ], [ -110.04835359803363, 40.814857563561532 ], [ -110.04812016005474, 40.815013283812377 ], [ -110.0476718372766, 40.815270825957334 ], [ -110.04736081858434, 40.81546193760321 ], [ -110.04698948800437, 40.815724616956665 ], [ -110.04671061562753, 40.816154713463362 ], [ -110.04658322741709, 40.816356348500591 ], [ -110.04634842557222, 40.81660664142327 ], [ -110.04593945176883, 40.817013139610744 ], [ -110.04575825556543, 40.817245857900197 ], [ -110.04556932253873, 40.817604628654337 ], [ -110.04531936312944, 40.81808450667274 ], [ -110.04514950135743, 40.818353351099603 ], [ -110.04493762438358, 40.818657880800849 ], [ -110.04458204750927, 40.819060311838307 ], [ -110.04429081430688, 40.819440753945194 ], [ -110.04398539294777, 40.819735498512138 ], [ -110.04354055682886, 40.820159707365079 ], [ -110.0434205159456, 40.820261407112874 ], [ -110.04309108126745, 40.820493792623083 ], [ -110.04292353486021, 40.820600502797852 ], [ -110.04269722267918, 40.820670691764732 ], [ -110.04255708011874, 40.820520891255782 ], [ -110.04239889419523, 40.820388957476133 ], [ -110.04215295083009, 40.820175219873001 ], [ -110.04177052943031, 40.819969356573971 ], [ -110.04126387673757, 40.819744442994541 ], [ -110.04060380764736, 40.819468705623351 ], [ -110.04000772040855, 40.819279076093899 ], [ -110.0394593868922, 40.819067320254462 ], [ -110.03908147854736, 40.818960577314527 ], [ -110.03870922650427, 40.81887279777451 ], [ -110.03830690540345, 40.818814493892269 ], [ -110.03797466864864, 40.818829740571204 ], [ -110.0377858138545, 40.818769611403816 ], [ -110.03764601183924, 40.818597286923392 ], [ -110.03721099040064, 40.818422498909463 ], [ -110.0368498184274, 40.818306880002069 ], [ -110.03631688879307, 40.818260991222317 ], [ -110.03580126162541, 40.818248575433628 ], [ -110.03540955055965, 40.818276830153302 ], [ -110.03509529607938, 40.818278706391858 ], [ -110.03441271582821, 40.818331549595122 ], [ -110.03403318666254, 40.818337380758074 ], [ -110.03354036983536, 40.818387303359621 ], [ -110.03321861739218, 40.8184972116835 ], [ -110.03292735486376, 40.818548820521769 ], [ -110.03254690831014, 40.818617697437311 ], [ -110.03212517357518, 40.818671813379083 ], [ -110.0316857585796, 40.818718572714097 ], [ -110.03140133930759, 40.818707176795634 ], [ -110.03104401305816, 40.818816780355327 ], [ -110.03078726750519, 40.818940740340274 ], [ -110.03056016180511, 40.8190649488199 ], [ -110.03016094150613, 40.819201222574577 ], [ -110.02970797216169, 40.819364067888706 ], [ -110.02905239105453, 40.819597273012604 ], [ -110.02862412795854, 40.819691858661649 ], [ -110.02797544124338, 40.819858454038076 ], [ -110.02764004044731, 40.820089844181524 ], [ -110.02720418580347, 40.820297865498986 ], [ -110.02663250470052, 40.820468705917499 ], [ -110.02629400007024, 40.820506386851783 ], [ -110.02593158427352, 40.820557377396398 ], [ -110.02565848772575, 40.820582096213741 ], [ -110.02558163091673, 40.820567033753704 ], [ -110.02539244000629, 40.820530303143656 ], [ -110.02516169861035, 40.820496824460761 ], [ -110.0248726509149, 40.820396190869161 ], [ -110.02458402637191, 40.820266733481468 ], [ -110.02425856627225, 40.820223443780627 ], [ -110.0239867249246, 40.820162590142488 ], [ -110.02338929328471, 40.820067450939838 ], [ -110.02314110025495, 40.820011299664039 ], [ -110.02267047770228, 40.819759584686281 ], [ -110.02249994816172, 40.819663552460852 ], [ -110.02216594313985, 40.819394976250464 ], [ -110.02202545299664, 40.819272172943968 ], [ -110.02180263088117, 40.819103629752078 ], [ -110.02153738641144, 40.81899778463999 ], [ -110.02130671860041, 40.818959794717131 ], [ -110.02103462036068, 40.818916948609662 ], [ -110.02076431080792, 40.818752504602791 ], [ -110.0206081601185, 40.818485433371372 ], [ -110.02045108310848, 40.818281412362758 ], [ -110.02019829666325, 40.818135132465855 ], [ -110.02002191310721, 40.818034542690114 ], [ -110.01981029332453, 40.817911132447954 ], [ -110.01970243445447, 40.817585916112677 ], [ -110.01963981233186, 40.817409721537828 ], [ -110.01954170223974, 40.817227820334111 ], [ -110.01943190918567, 40.817034108913369 ], [ -110.01925046406146, 40.816874920777025 ], [ -110.01901553572876, 40.816724285922881 ], [ -110.01883869317541, 40.816655219587226 ], [ -110.01860277093088, 40.816572137925462 ], [ -110.01837910344226, 40.816462135058934 ], [ -110.01812725816001, 40.816252800297519 ], [ -110.01768031298919, 40.816006671442068 ], [ -110.01746330775264, 40.81584717769929 ], [ -110.01730006614288, 40.815660215685419 ], [ -110.01713628037557, 40.815510182964886 ], [ -110.01697875556148, 40.815337682526419 ], [ -110.01682676039626, 40.815192253992905 ], [ -110.01667523140588, 40.815015300065092 ], [ -110.01652869981567, 40.814901446869058 ], [ -110.01629498210832, 40.814669741781493 ], [ -110.01601877378643, 40.814505236323463 ], [ -110.01556433597577, 40.814366234519717 ], [ -110.0152217272633, 40.814282235547203 ], [ -110.01495564659881, 40.81423492233121 ], [ -110.0146371499677, 40.814124102495406 ], [ -110.01411771328003, 40.81397102732717 ], [ -110.01365142788087, 40.813831916752832 ], [ -110.01334445709465, 40.813743712725966 ], [ -110.01298380456319, 40.813677569467096 ], [ -110.01266963914387, 40.813674881263452 ], [ -110.01249187646161, 40.813668855664559 ], [ -110.01233064443707, 40.813667475477821 ], [ -110.01215986138395, 40.813670517452763 ], [ -110.01187540113399, 40.813663577264002 ], [ -110.011614116812, 40.813692868260553 ], [ -110.01138240366956, 40.813726916235233 ], [ -110.01115476370005, 40.813806040319129 ], [ -110.01089427610344, 40.813861460674964 ], [ -110.01036576385862, 40.813920887470282 ], [ -110.01003942085744, 40.813939707636607 ], [ -110.00993857015976, 40.81394424720942 ], [ -110.00933994275347, 40.813934604248843 ], [ -110.00894891788407, 40.813917733400913 ], [ -110.00858800087079, 40.813869590800394 ], [ -110.00822062018105, 40.813857424832278 ], [ -110.00773589440423, 40.813763173511056 ], [ -110.00686641084441, 40.813629575352699 ], [ -110.00635178183839, 40.813553077463695 ], [ -110.00587790788116, 40.813526474290683 ], [ -110.00551618836192, 40.813532365158146 ], [ -110.00508375447144, 40.813509719262846 ], [ -110.00472242540104, 40.813489486849477 ], [ -110.00399413673837, 40.813429151692432 ], [ -110.0034774512381, 40.813411177383195 ], [ -110.00315329240895, 40.813363335292522 ], [ -110.00285644019093, 40.81339229911368 ], [ -110.00254187235879, 40.813416604840619 ], [ -110.0020845018137, 40.813475707904935 ], [ -110.00160914509075, 40.813548165997382 ], [ -110.00122943986425, 40.813567400265462 ], [ -110.00098600214629, 40.813592317509105 ], [ -110.00067627912307, 40.813688726724756 ], [ -110.00034971874673, 40.813721930913808 ], [ -109.99992319987655, 40.813700217758125 ], [ -109.99929603534775, 40.813617307842883 ], [ -109.99898253492789, 40.813570447320963 ], [ -109.99862701348722, 40.813558353703115 ], [ -109.99839570110815, 40.813565354065304 ], [ -109.9981592400957, 40.813599334237274 ], [ -109.99798401951239, 40.813660870816008 ], [ -109.9977158186403, 40.813834203475295 ], [ -109.99730670440444, 40.814231519045585 ], [ -109.99694036807912, 40.81454362596542 ], [ -109.99680165646357, 40.814700065565049 ], [ -109.99660366693939, 40.814855989446336 ], [ -109.99648443376996, 40.814899993998061 ], [ -109.99631771070625, 40.814948089443902 ], [ -109.99592539389151, 40.815016742284513 ], [ -109.99518872354614, 40.815118428408127 ], [ -109.99470782830778, 40.815163784769418 ], [ -109.99422073261907, 40.815227101715294 ], [ -109.99397122266743, 40.815260959505871 ], [ -109.99385273558705, 40.815255422053461 ], [ -109.99369289035697, 40.815240515412633 ], [ -109.99351675944835, 40.815126374914648 ], [ -109.99347131156235, 40.814995357719525 ], [ -109.9934284789362, 40.814769775919778 ], [ -109.99334308877359, 40.814457342849195 ], [ -109.99319739826379, 40.813898456208896 ], [ -109.99290612213048, 40.813166239534759 ], [ -109.99257036220146, 40.812631816817785 ], [ -109.99220054205986, 40.811998003961932 ], [ -109.99175939545732, 40.811377079052981 ], [ -109.99139817086153, 40.810959538553504 ], [ -109.99106781542902, 40.810461191900281 ], [ -109.99079496343847, 40.810080455592264 ], [ -109.99051557295853, 40.809740198900364 ], [ -109.99020648089346, 40.809404185724908 ], [ -109.98975091969031, 40.808954285105024 ], [ -109.98917723176064, 40.808476322773231 ], [ -109.98879793883668, 40.808157707372473 ], [ -109.98847963008174, 40.80796123790023 ], [ -109.98826285853349, 40.80779268300644 ], [ -109.98805126253149, 40.807673718929394 ], [ -109.98786241747483, 40.807618012385127 ], [ -109.98769108014361, 40.807580475816764 ], [ -109.98748390683217, 40.807560641165153 ], [ -109.98726927882132, 40.807563261536288 ], [ -109.98706094143456, 40.807619986732611 ], [ -109.98684159246845, 40.807699135681872 ], [ -109.98662057795482, 40.80780979874352 ], [ -109.986369310458, 40.807960733077557 ], [ -109.98617159142378, 40.808098624929336 ], [ -109.98588510195799, 40.808226727849053 ], [ -109.9857422477063, 40.80826510872982 ], [ -109.98514201684627, 40.808364327038234 ], [ -109.9842257368485, 40.808585975816598 ], [ -109.98342888769697, 40.808750115553316 ], [ -109.98314342158417, 40.808810658175076 ], [ -109.9829525145777, 40.808890050364106 ], [ -109.98279103666536, 40.808983214202854 ], [ -109.98261770393266, 40.809076273273377 ], [ -109.98220004824729, 40.809252756044103 ], [ -109.98181919287634, 40.809348487122179 ], [ -109.98154626586928, 40.809364094796223 ], [ -109.98130938416431, 40.809348490953354 ], [ -109.98087125324722, 40.809313092410541 ], [ -109.98045676268946, 40.809282405282644 ], [ -109.98021912309115, 40.809316338302921 ], [ -109.98007025340725, 40.809360063959197 ], [ -109.97980752489033, 40.809483857595445 ], [ -109.97925222170336, 40.809744691483139 ], [ -109.97905586347726, 40.809792499817647 ], [ -109.97887763194053, 40.809817947439839 ], [ -109.9786284114427, 40.809833758019515 ], [ -109.97802955243792, 40.809841967274011 ], [ -109.97740114010119, 40.809844506478377 ], [ -109.97747674432232, 40.772470419384696 ], [ -109.97752096036646, 40.749949814244488 ], [ -109.97749049100712, 40.735621641618785 ], [ -109.97747457894612, 40.72118996615626 ], [ -109.9774654922622, 40.713659709648347 ], [ -109.97750430061174, 40.70686676167437 ], [ -109.97749939031802, 40.69402961866475 ], [ -109.97750542900955, 40.689376779761595 ], [ -109.97751748950591, 40.67929635794556 ], [ -109.97749541855839, 40.66486449118829 ], [ -109.97752506682463, 40.650527637367773 ], [ -109.97753463305115, 40.63595184351199 ], [ -109.9775426684055, 40.624960525484568 ], [ -109.97753424357923, 40.62241191590423 ], [ -109.97753320093092, 40.621317360558308 ], [ -109.97751796245672, 40.606808840214221 ], [ -109.97750938286559, 40.59224719237406 ], [ -109.97751842019892, 40.577688367435798 ], [ -109.97751277678357, 40.569134572599246 ], [ -109.97750354683505, 40.563143709120162 ], [ -109.97746552861277, 40.534198352521862 ], [ -109.9774811515976, 40.519577283302297 ], [ -109.97748868075865, 40.505095742700668 ], [ -109.97757267005977, 40.499953367217586 ], [ -109.97752467987371, 40.490677480398197 ], [ -109.97752450337408, 40.489911730048263 ], [ -109.97750731383083, 40.476272224218064 ], [ -109.97746609975206, 40.461880235486404 ], [ -109.97745711796512, 40.441623717236681 ], [ -109.97745183395445, 40.436758871726653 ], [ -109.97744957523443, 40.432939081038789 ], [ -109.97745303927999, 40.429286003202577 ], [ -109.97751227498647, 40.38916524854519 ], [ -109.97754650447084, 40.37498092309275 ], [ -109.9775489350618, 40.374742206507676 ], [ -109.97756327070407, 40.360232445636811 ], [ -109.97754464071261, 40.350317861413671 ], [ -109.97754427166812, 40.345742174555369 ], [ -109.97754164313815, 40.344746653633607 ], [ -109.97752203803167, 40.33122841611501 ], [ -109.97752394145385, 40.331102306239742 ], [ -109.97752013485778, 40.323944577903916 ], [ -109.97751648414963, 40.309363362512485 ], [ -109.9775147182245, 40.304408349147558 ], [ -109.97748348020392, 40.303358513896029 ], [ -109.97746384639684, 40.302709685682771 ], [ -109.97753603964314, 40.30221392272874 ], [ -109.97753177323666, 40.302106676801898 ], [ -109.97752091627144, 40.301656126122417 ], [ -109.977511349643, 40.301120000406023 ], [ -109.97751022877141, 40.299633489548192 ], [ -109.97750796739849, 40.299471305798441 ], [ -109.9775066260363, 40.299092010903195 ], [ -109.97750413686545, 40.298476667435537 ], [ -109.9775061518794, 40.296782073379973 ], [ -109.97751838321679, 40.294956036206862 ], [ -109.97749565144177, 40.291312552174844 ], [ -109.9774881864351, 40.287826860374693 ], [ -109.97750344818333, 40.280178251161814 ], [ -109.97751613319508, 40.272777360655205 ], [ -109.97759450380302, 40.260075154440862 ], [ -109.97754321294678, 40.258795400711428 ], [ -109.97754081519282, 40.25864222380973 ], [ -109.97753993071383, 40.258232299209212 ], [ -109.97749728656522, 40.251691268347486 ], [ -109.97747034611989, 40.249965773934065 ], [ -109.97747754080456, 40.247925259499276 ], [ -109.97747013927582, 40.244510715425086 ], [ -109.97746819257965, 40.244249431965201 ], [ -109.97748539937605, 40.229821362302161 ], [ -109.97748468798524, 40.229087105898337 ], [ -109.97749186729868, 40.215321089003545 ], [ -109.97747959056503, 40.214965116136099 ], [ -109.97745463546235, 40.200518584589346 ], [ -109.97745419963572, 40.200234789431931 ], [ -109.97745816616255, 40.171418674869443 ], [ -109.97746707436545, 40.1567380947671 ], [ -109.9774846782126, 40.142255760676811 ], [ -109.97754294514156, 40.127796273813196 ], [ -109.9775445649271, 40.12768817582306 ], [ -109.97751464861889, 40.124985103741317 ], [ -109.97755960422306, 40.120417752469677 ], [ -109.97753341726938, 40.116290328020369 ], [ -109.97753637763979, 40.11530923314286 ], [ -109.97753881886348, 40.113187546164887 ], [ -109.97752698121703, 40.107709736309943 ], [ -109.97749843068648, 40.096294578837018 ], [ -109.9775022061288, 40.096042348817647 ], [ -109.97752101285607, 40.088123242110456 ], [ -109.97749903476708, 40.085280576195501 ], [ -109.97749347207655, 40.081654233716051 ], [ -109.97749894926658, 40.067252695183647 ], [ -109.97752359821925, 40.0526620921881 ], [ -109.97751085836705, 40.038215275396944 ], [ -109.97754075087668, 40.023656180903174 ], [ -109.9775465304302, 40.0091373809922 ], [ -109.97712103182147, 39.999966415403208 ], [ -109.97706597842704, 39.994627768453441 ], [ -109.97707616969963, 39.980203537837198 ], [ -109.97706174475937, 39.972531748007015 ], [ -109.97706007416512, 39.965652905932558 ], [ -109.97703910515382, 39.954489813301656 ], [ -109.97706384786636, 39.951178995718656 ], [ -109.97705983828907, 39.948304889568007 ], [ -109.97705555812706, 39.945448798912501 ], [ -109.97705164100562, 39.936673375637781 ], [ -109.97701930306216, 39.92744720572621 ], [ -109.97702660144702, 39.922239684449181 ], [ -109.97703597489344, 39.918464715179447 ], [ -109.97702955670144, 39.909459483177073 ], [ -109.97704338716207, 39.907743259569578 ], [ -109.97704670855734, 39.900440930978306 ], [ -109.97707233137231, 39.893210867871417 ], [ -109.97703992983843, 39.882407928152297 ], [ -109.97703621924872, 39.878722915603127 ], [ -109.97701617152531, 39.874956669029039 ], [ -109.97704523928017, 39.873393735485244 ], [ -109.97702961703033, 39.864212664124189 ], [ -109.97709099137947, 39.855355708412873 ], [ -109.97708366413917, 39.853487017482038 ], [ -109.97707494504652, 39.849743379368157 ], [ -109.97710218027575, 39.846333417923695 ], [ -109.97705121377381, 39.835196867229541 ], [ -109.97701888949408, 39.82831669568202 ], [ -109.97698898532703, 39.819303011864136 ], [ -109.97697115875769, 39.810261490470161 ], [ -109.97696874372868, 39.806089913367181 ], [ -109.98429740612764, 39.806203854144222 ], [ -109.98873639871357, 39.80621109371392 ], [ -109.99600184975043, 39.806256170281401 ], [ -110.00069198494775, 39.806265125242817 ], [ -110.00751399722348, 39.806278631180625 ], [ -110.02635663655977, 39.806294120624962 ], [ -110.04513560134301, 39.806269985849234 ], [ -110.06339451995052, 39.806261138945445 ], [ -110.08225468498645, 39.806281204902831 ], [ -110.10107403645448, 39.806297888379937 ], [ -110.11993445135224, 39.806302820409101 ], [ -110.12567013358282, 39.806314647934812 ], [ -110.13873619426555, 39.806330379386218 ], [ -110.15757897754307, 39.806347981194129 ], [ -110.1761774866015, 39.806377907285018 ], [ -110.19500155922537, 39.806401911917412 ], [ -110.21363940146752, 39.806471154969366 ], [ -110.23236348555524, 39.806668618866475 ], [ -110.25065780585069, 39.806649453320325 ], [ -110.25575113453732, 39.806654303555646 ], [ -110.26849029121159, 39.806667740149472 ], [ -110.26866551066294, 39.806668844660031 ], [ -110.28672030960557, 39.806655096516927 ], [ -110.3054872991291, 39.806683348541426 ], [ -110.32423713389834, 39.806676930020508 ], [ -110.35239069630447, 39.806711336509935 ], [ -110.36175385541193, 39.80671816636324 ], [ -110.37566615265106, 39.806712766812822 ], [ -110.3803635548187, 39.806710916504329 ], [ -110.40547979642992, 39.806752221313282 ], [ -110.41804417422318, 39.806725816141402 ], [ -110.42432344527617, 39.806712088844868 ], [ -110.44310826362813, 39.806722673754273 ], [ -110.46186412874845, 39.806703053011262 ], [ -110.48066660805735, 39.806698629049741 ], [ -110.50073675651868, 39.806674094272161 ], [ -110.5181549294595, 39.806666640858168 ], [ -110.51812617385782, 39.811622044668155 ], [ -110.53693512973582, 39.811726563245266 ], [ -110.55568518898201, 39.811916105758513 ], [ -110.57447047712938, 39.812094638568951 ], [ -110.58247814749915, 39.812276899785118 ], [ -110.59324972866246, 39.812324169286164 ], [ -110.61205297729975, 39.812465145435723 ], [ -110.62568708452473, 39.812496413826686 ], [ -110.63002741249397, 39.812492314046615 ], [ -110.64887389444793, 39.812429239715392 ], [ -110.66765314125354, 39.812493557561041 ], [ -110.68649838022039, 39.81244238850276 ], [ -110.7053199750566, 39.81245116911316 ], [ -110.72410684957481, 39.812380228452255 ], [ -110.74047503578934, 39.812372041066773 ], [ -110.75070907256188, 39.812494491348275 ], [ -110.75941837602805, 39.812648027014589 ], [ -110.78240460752106, 39.812824055412705 ], [ -110.81671209012009, 39.813000450565511 ], [ -110.83604750827263, 39.813196068500197 ], [ -110.83879307536911, 39.813204420463506 ], [ -110.85519050724329, 39.813275598415601 ], [ -110.85781925713573, 39.813278849296445 ], [ -110.85781278473156, 39.824924369537719 ], [ -110.85780145477008, 39.870079050110519 ], [ -110.85774931758762, 39.87494078038403 ], [ -110.85770504448618, 39.885612151802739 ], [ -110.8576466505277, 39.899707269831289 ], [ -110.87573660668767, 39.8996379645126 ], [ -110.89174648871551, 39.89965401396914 ], [ -110.89188565097122, 39.937630985736014 ], [ -110.89183447966241, 39.981265706107067 ], [ -110.8919104513611, 39.999943123000911 ], [ -110.89186480373293, 40.010313351164335 ], [ -110.891759991124, 40.024742404453939 ], [ -110.89173152588637, 40.039040851748894 ], [ -110.89174395570009, 40.053415884462616 ], [ -110.89174411527131, 40.068133238326659 ], [ -110.8917974846445, 40.082575809442361 ], [ -110.8949702262899, 40.082592243970517 ], [ -110.89633080615755, 40.082602479224832 ], [ -110.89632685312607, 40.096806205433111 ], [ -110.8964164781638, 40.111199182609596 ], [ -110.89645428328872, 40.124956900392519 ], [ -110.89643733718756, 40.139989392445145 ], [ -110.89649046647568, 40.154485839262072 ], [ -110.8965812134289, 40.168968768969989 ], [ -110.89657685855133, 40.183442567860837 ], [ -110.89656674390255, 40.197835239892662 ], [ -110.89660328931765, 40.212448649719839 ], [ -110.89668686712284, 40.227057559811612 ], [ -110.89670033128407, 40.241405097036818 ], [ -110.89666970494154, 40.249949600886332 ], [ -110.89674295825267, 40.255906685379571 ], [ -110.89677967081749, 40.270437962944619 ], [ -110.89679280113663, 40.285010625913309 ], [ -110.89675319974495, 40.299439055702251 ], [ -110.89672910920558, 40.303668914575454 ], [ -110.89666060683111, 40.313871906719626 ], [ -110.89670281164017, 40.320930734972457 ], [ -110.89667440850832, 40.324120000785797 ], [ -110.89667968214542, 40.328381400279483 ], [ -110.89667951042162, 40.328494016224624 ], [ -110.89672179909547, 40.339363749470742 ], [ -110.89673424652844, 40.342782777845869 ], [ -110.89678291866491, 40.357197628042449 ], [ -110.89678426138383, 40.371761052101675 ], [ -110.89674405038237, 40.374953882965798 ], [ -110.89654431975538, 40.386162058219263 ], [ -110.89650438791914, 40.400702849241569 ], [ -110.89643491134109, 40.415278712807677 ], [ -110.89648322629459, 40.42220769086984 ], [ -110.89654015115383, 40.431216876161209 ], [ -110.90287117054163, 40.431222368330907 ], [ -110.90295061222163, 40.44566855300868 ], [ -110.90294134308029, 40.460308322254249 ], [ -110.90282155906155, 40.474677689666599 ], [ -110.90283489232156, 40.489159746063379 ], [ -110.90289017128612, 40.49992558169442 ], [ -110.90280818190126, 40.50358317380261 ], [ -110.90273281249988, 40.510821848959793 ], [ -110.90266341894979, 40.517997457059558 ], [ -110.90310352783938, 40.605798793207377 ], [ -110.90277435230304, 40.624951309625963 ], [ -110.90195044355569, 40.682187895728418 ], [ -110.90157253065601, 40.682471349324075 ], [ -110.9011815574455, 40.682781816692739 ], [ -110.90090892601184, 40.683087879980029 ], [ -110.90077258263936, 40.683258928818766 ], [ -110.90064791866941, 40.683533587971148 ], [ -110.90064753073939, 40.683794840885092 ], [ -110.90065911060348, 40.683966016763691 ], [ -110.90071804012645, 40.684128224630065 ], [ -110.90105473788093, 40.684515889129202 ], [ -110.90148576820529, 40.685137860145673 ], [ -110.901745486355, 40.685570500504788 ], [ -110.90188714801069, 40.685809352307196 ], [ -110.90198157207783, 40.685980598364623 ], [ -110.90198721871839, 40.686165282102145 ], [ -110.90192176624252, 40.686412966556766 ], [ -110.90182080315522, 40.686665125135946 ], [ -110.90160125530124, 40.687079339705491 ], [ -110.90147063046399, 40.687381020663125 ], [ -110.90138139264582, 40.687705258632015 ], [ -110.9013930812725, 40.687804364604993 ], [ -110.90143418419613, 40.688020609128237 ], [ -110.90156987286942, 40.688299995384853 ], [ -110.90176475012466, 40.688570423120083 ], [ -110.90211451443146, 40.688944582268547 ], [ -110.90266301847932, 40.689381969126366 ], [ -110.9030825666551, 40.689792218997667 ], [ -110.90340163843393, 40.690121304789287 ], [ -110.9038269838483, 40.69062164397576 ], [ -110.9040761835054, 40.690986704518437 ], [ -110.90433467377242, 40.691477894289378 ], [ -110.90460008921758, 40.692095211239838 ], [ -110.90480047798934, 40.692667430320142 ], [ -110.90494174816429, 40.693199961977122 ], [ -110.90498835627781, 40.693717100729238 ], [ -110.90500544458189, 40.694185568062437 ], [ -110.90499298810704, 40.694622480540815 ], [ -110.90485627277079, 40.695045777575992 ], [ -110.90455356795674, 40.695667129020492 ], [ -110.90439916425653, 40.696040862887266 ], [ -110.90431602754775, 40.696238985706763 ], [ -110.90423285164539, 40.69646413456536 ], [ -110.90421468440493, 40.696752398296134 ], [ -110.90419065691101, 40.697000117942714 ], [ -110.90404192586568, 40.697541417980098 ], [ -110.90387682456146, 40.697941267392814 ], [ -110.90351986353124, 40.69841392691248 ], [ -110.90334204782435, 40.69859845672098 ], [ -110.90319978672784, 40.698751485584474 ], [ -110.90309769786717, 40.698954095893228 ], [ -110.90314556282659, 40.699413580192449 ], [ -110.90327490719777, 40.700008263339583 ], [ -110.90348108885614, 40.700675981066574 ], [ -110.90356368271681, 40.700859827692341 ], [ -110.9035929830269, 40.701062548043033 ], [ -110.90359862881493, 40.701251735571503 ], [ -110.90356877106571, 40.701435488220206 ], [ -110.90342022673828, 40.701837152275303 ], [ -110.90324784445899, 40.702350504060242 ], [ -110.9030634588966, 40.702976454246048 ], [ -110.90293810045577, 40.703710558128925 ], [ -110.90288541999283, 40.704120409724268 ], [ -110.90287795102539, 40.704372647056672 ], [ -110.90289516450351, 40.704746522589808 ], [ -110.90301876784375, 40.705224087559913 ], [ -110.90307262743346, 40.705634028584832 ], [ -110.90313033274984, 40.705841277079557 ], [ -110.90313005211252, 40.706034963849419 ], [ -110.90298752630214, 40.706359157277099 ], [ -110.90282744499058, 40.706543700933167 ], [ -110.90254900848947, 40.706710127119358 ], [ -110.90206327877871, 40.706961959572126 ], [ -110.90141184462952, 40.70719112683696 ], [ -110.9008196035962, 40.70741583693728 ], [ -110.9005708678756, 40.707505709927489 ], [ -110.90026876546905, 40.707658597155039 ], [ -110.89996658754113, 40.707861031343626 ], [ -110.89975791002988, 40.708077059002221 ], [ -110.89953493716975, 40.708351630346556 ], [ -110.89942080791093, 40.708671339595703 ], [ -110.89942013697883, 40.709117269321766 ], [ -110.89939578213738, 40.70956768272189 ], [ -110.89932413346311, 40.709977515735105 ], [ -110.89909860795518, 40.710369196899208 ], [ -110.89892653815592, 40.71063930709137 ], [ -110.89858252422825, 40.71109394422615 ], [ -110.89809640300196, 40.711571877533615 ], [ -110.89784746367114, 40.711782460833199 ], [ -110.89750960466591, 40.712074943739275 ], [ -110.89725465762157, 40.712340473401973 ], [ -110.89698798052524, 40.712533922523761 ], [ -110.89656137621492, 40.712790288640946 ], [ -110.89618810787726, 40.713006162055756 ], [ -110.89580418886743, 40.713217520298805 ], [ -110.89543581347139, 40.71332979579136 ], [ -110.89492068687707, 40.713405901874474 ], [ -110.89443510032595, 40.713518067417489 ], [ -110.89406797629889, 40.713585296254664 ], [ -110.89364869419946, 40.713693014967461 ], [ -110.8931973078699, 40.713886284965724 ], [ -110.89246271918732, 40.714227933017575 ], [ -110.89182885302552, 40.714511114351723 ], [ -110.89142024629972, 40.714600817585293 ], [ -110.89104714952535, 40.714695057232987 ], [ -110.89068004511675, 40.714744257929986 ], [ -110.89049650378058, 40.714762101338103 ], [ -110.89016506657912, 40.714720346520707 ], [ -110.88960280942766, 40.714648641586422 ], [ -110.8887031384012, 40.714571203887935 ], [ -110.88760222952433, 40.714475546048341 ], [ -110.88720559364603, 40.714484167863141 ], [ -110.88685625437105, 40.71452886941632 ], [ -110.88657908170913, 40.714605171232442 ], [ -110.88633501447138, 40.714707630165471 ], [ -110.88596167786396, 40.714937884252535 ], [ -110.8855999638912, 40.715293369329039 ], [ -110.88543362313096, 40.715635534289333 ], [ -110.88526119842497, 40.716072284096221 ], [ -110.88515419987976, 40.716328925106438 ], [ -110.88515981944224, 40.716503699103271 ], [ -110.88521872283103, 40.716675823483747 ], [ -110.88530129229233, 40.716856079158262 ], [ -110.88542533265327, 40.71701835857715 ], [ -110.88562043615346, 40.717167195273049 ], [ -110.88631247259191, 40.717519217389622 ], [ -110.88658932895905, 40.717636602545284 ], [ -110.88683304954461, 40.717744945876674 ], [ -110.88706376364424, 40.717843366421263 ], [ -110.88729437662998, 40.718002144549864 ], [ -110.8874421556992, 40.71813381544078 ], [ -110.88750700464475, 40.718295133991099 ], [ -110.88754227480537, 40.718443811540062 ], [ -110.8875239081148, 40.718804140741412 ], [ -110.88744635512559, 40.719155403547333 ], [ -110.88742821535244, 40.719380602768481 ], [ -110.88749880969679, 40.719646427531679 ], [ -110.88759322175848, 40.71983119735593 ], [ -110.88770546307335, 40.71997544540411 ], [ -110.8878886945125, 40.720151292670089 ], [ -110.88807202499785, 40.720268583350069 ], [ -110.88824367385426, 40.720291271343186 ], [ -110.8883502153612, 40.720304887452293 ], [ -110.88880025764595, 40.720242261135148 ], [ -110.88939843871866, 40.720098697017214 ], [ -110.88967096174571, 40.719981845028308 ], [ -110.88993757846897, 40.719855978086507 ], [ -110.89020417198593, 40.71974362351741 ], [ -110.89047658142083, 40.719694334579621 ], [ -110.89071335156893, 40.719717080670101 ], [ -110.89095589505283, 40.719829918486049 ], [ -110.89115109392516, 40.719932801613879 ], [ -110.89130477576582, 40.720082490436205 ], [ -110.89148062011171, 40.720438498542165 ], [ -110.8915347792458, 40.720627731610193 ], [ -110.89161725371829, 40.720880051954325 ], [ -110.891770641115, 40.721213516799388 ], [ -110.89210748054272, 40.72159670073512 ], [ -110.89239720743642, 40.721826692324917 ], [ -110.89304679474989, 40.722120077866833 ], [ -110.89330816671649, 40.722314006188519 ], [ -110.89355061637048, 40.722494403456977 ], [ -110.89382851839535, 40.722719876180626 ], [ -110.89426597542999, 40.723134676571668 ], [ -110.89441355323059, 40.723409576102611 ], [ -110.89445474772498, 40.723567265502254 ], [ -110.89439532184015, 40.723706845534245 ], [ -110.8943004166279, 40.7238184661744 ], [ -110.89414028941148, 40.723990385024379 ], [ -110.89388531204827, 40.72423788931156 ], [ -110.89361232713482, 40.724638523791469 ], [ -110.89316117926292, 40.725376817860365 ], [ -110.89294137793492, 40.725836056215044 ], [ -110.89274506137274, 40.726416932921737 ], [ -110.89262032845043, 40.726663654384303 ], [ -110.89252534795006, 40.726817614159991 ], [ -110.89241265532945, 40.726940027020099 ], [ -110.89222894433463, 40.727042554422098 ], [ -110.89198013855007, 40.727123399838447 ], [ -110.8912990961763, 40.727212847155577 ], [ -110.89091423416804, 40.72721698842345 ], [ -110.8905826965748, 40.727198657306467 ], [ -110.89020977992345, 40.727139746899063 ], [ -110.88985464127181, 40.727071843587517 ], [ -110.88928633882404, 40.727012743591992 ], [ -110.88825611569293, 40.727011750875839 ], [ -110.88711936347984, 40.726983618846099 ], [ -110.88595885209156, 40.727000495472524 ], [ -110.88540113394306, 40.72698643012712 ], [ -110.88500445453946, 40.726977026962395 ], [ -110.88438969428633, 40.727080012522563 ], [ -110.88355457495553, 40.727241329035522 ], [ -110.8825595013933, 40.727452024521156 ], [ -110.88185468802101, 40.727581930902318 ], [ -110.88119126202362, 40.727743405901869 ], [ -110.88038564251242, 40.727954277466822 ], [ -110.87972209574654, 40.728178804518983 ], [ -110.87948632108241, 40.728246123567381 ], [ -110.87921858917788, 40.728304400037153 ], [ -110.87875074538019, 40.728353457197372 ], [ -110.87793244688683, 40.728366107740534 ], [ -110.87721120185907, 40.728405881748508 ], [ -110.87661315993586, 40.728419657892047 ], [ -110.87613355673555, 40.728422747698644 ], [ -110.87570135290466, 40.728408770106391 ], [ -110.87548823251858, 40.728390523092671 ], [ -110.87513317807134, 40.728282035619607 ], [ -110.87490848628897, 40.728119636428659 ], [ -110.87467191999117, 40.727975241228378 ], [ -110.87449454840525, 40.727839017712512 ], [ -110.87426984101567, 40.727686526778918 ], [ -110.87391508983856, 40.727420384278901 ], [ -110.87363716064939, 40.727234501903546 ], [ -110.87351894683172, 40.727127169340555 ], [ -110.87325303934122, 40.726847609100759 ], [ -110.87312305538049, 40.726703327678649 ], [ -110.8728392431818, 40.726500320432294 ], [ -110.87254345370312, 40.72636936857387 ], [ -110.87224146899651, 40.72638254773193 ], [ -110.87204604067692, 40.72640485292947 ], [ -110.87174999377515, 40.726409028718976 ], [ -110.87137099541103, 40.726444641668834 ], [ -110.87104532706242, 40.726457791303353 ], [ -110.87095063825288, 40.726435163821826 ], [ -110.87071391215207, 40.726380846939449 ], [ -110.87036470077901, 40.726321898967356 ], [ -110.87007356595461, 40.726235989328572 ], [ -110.86956007581419, 40.7260146979309 ], [ -110.86927612050509, 40.725891858863172 ], [ -110.86905144924843, 40.725730349102299 ], [ -110.86885635777291, 40.72558148464153 ], [ -110.86864943466604, 40.725428102052028 ], [ -110.86847814289953, 40.725220707694859 ], [ -110.86834834106106, 40.724990838737476 ], [ -110.8680824815046, 40.724702257882761 ], [ -110.86789931654178, 40.724512866406968 ], [ -110.8676155206124, 40.724314350602135 ], [ -110.86740853276575, 40.724197000353612 ], [ -110.86710689735233, 40.724039001801522 ], [ -110.86685836871128, 40.723971150403997 ], [ -110.866444200453, 40.723835541934079 ], [ -110.86598274196594, 40.723663842408129 ], [ -110.86577570471459, 40.723573515168738 ], [ -110.86553926492294, 40.723384057955336 ], [ -110.86524373069554, 40.723140479265787 ], [ -110.86484184915196, 40.722788671304436 ], [ -110.86466467378634, 40.722572255641822 ], [ -110.86451115378456, 40.722369380472678 ], [ -110.86426876484873, 40.722197930978936 ], [ -110.86408549844964, 40.72206708961756 ], [ -110.86364779485491, 40.721868382666045 ], [ -110.86335205314784, 40.721732902886174 ], [ -110.86299097835681, 40.72170004367441 ], [ -110.86254711733868, 40.721619338827281 ], [ -110.86196110616486, 40.721569091857155 ], [ -110.86139280080808, 40.721545889187972 ], [ -110.86076508606622, 40.721621707462916 ], [ -110.86014922002701, 40.721693032342756 ], [ -110.85983550789904, 40.721661121499402 ], [ -110.85936775160435, 40.72168397513019 ], [ -110.85892954346915, 40.721732087258395 ], [ -110.85836697676277, 40.721794459080016 ], [ -110.85776877180622, 40.721910836277303 ], [ -110.85720619290132, 40.72197770675902 ], [ -110.8567028552677, 40.722026630712755 ], [ -110.85603377544587, 40.72206183287534 ], [ -110.85546540958211, 40.722065626960848 ], [ -110.85505082884303, 40.722136275615995 ], [ -110.85461858994962, 40.722159154591651 ], [ -110.85436395450768, 40.722185859624702 ], [ -110.85393143147836, 40.722338460514628 ], [ -110.85360545418689, 40.722500203620257 ], [ -110.85324377466662, 40.722742978438191 ], [ -110.85292351589065, 40.722994813562735 ], [ -110.85276927629027, 40.723134251302319 ], [ -110.85221681098236, 40.723439840051228 ], [ -110.8518683362153, 40.723597045077675 ], [ -110.85137052229844, 40.723817117528817 ], [ -110.85102100007889, 40.723911257966847 ], [ -110.85058851870784, 40.724036820329822 ], [ -110.85029217833895, 40.724176070714115 ], [ -110.85010236665386, 40.724333476050823 ], [ -110.84981771326099, 40.724540305380579 ], [ -110.84962203153333, 40.724674279748015 ], [ -110.84910645864466, 40.724886211451299 ], [ -110.8488220444297, 40.724984934633198 ], [ -110.84828412360996, 40.725128367525215 ], [ -110.84814076207147, 40.725164213672109 ], [ -110.84777943827619, 40.725235807078946 ], [ -110.84760172614406, 40.725276111584584 ], [ -110.84747741287312, 40.725266938729348 ], [ -110.84723492337643, 40.725154009758008 ], [ -110.84696892754043, 40.724964475460965 ], [ -110.84681524931887, 40.724851663307753 ], [ -110.84655514544693, 40.72467564886567 ], [ -110.84624773005582, 40.724477049160299 ], [ -110.84591056820739, 40.724341469589305 ], [ -110.84565629561907, 40.724205999890927 ], [ -110.8455144103926, 40.724115723426749 ], [ -110.84501775243112, 40.723826780339643 ], [ -110.84478725985922, 40.723650801639565 ], [ -110.84436137106897, 40.723483567854394 ], [ -110.84396498164504, 40.723361415711068 ], [ -110.84369279724956, 40.723293482462452 ], [ -110.84342659721725, 40.723198530685586 ], [ -110.84324909924848, 40.723148742118582 ], [ -110.84307764895506, 40.723044909492138 ], [ -110.84301286255548, 40.722900682712549 ], [ -110.84298959568423, 40.722724081168138 ], [ -110.84280069081726, 40.722490499550908 ], [ -110.84266504108184, 40.722269602350927 ], [ -110.84236949970689, 40.722066504093782 ], [ -110.84209163603558, 40.721899463936282 ], [ -110.8418241638027, 40.721845045718688 ], [ -110.84147032972781, 40.721758977965152 ], [ -110.84121594753954, 40.721677550303738 ], [ -110.84080774468067, 40.721550866702813 ], [ -110.84060085559466, 40.721415451148367 ], [ -110.84028166462649, 40.721203306190638 ], [ -110.84013420682778, 40.720973380962967 ], [ -110.84008153880367, 40.720716560880639 ], [ -110.83990446001786, 40.720495602973294 ], [ -110.8397274148123, 40.720261131824842 ], [ -110.83955019780073, 40.720098729536502 ], [ -110.83936693153387, 40.719990370589727 ], [ -110.83906511041764, 40.719944906835465 ], [ -110.83860932152, 40.71991724447664 ], [ -110.83841405355794, 40.719876432279555 ], [ -110.83802372579837, 40.7197092247944 ], [ -110.83779336426244, 40.719492693173883 ], [ -110.83752067502431, 40.719154484422667 ], [ -110.83738598141827, 40.719037181999425 ], [ -110.83718489545051, 40.718955820489747 ], [ -110.83690220069725, 40.718838308657254 ], [ -110.83666446648138, 40.718734372767472 ], [ -110.83642194182389, 40.718652951284497 ], [ -110.83604938636937, 40.718485762276693 ], [ -110.83561776534893, 40.718264435918201 ], [ -110.83538121918312, 40.718160499069064 ], [ -110.83520972950498, 40.718082779781163 ], [ -110.8348369220008, 40.718020087121467 ], [ -110.83455985427413, 40.718024194706047 ], [ -110.83441067888522, 40.718020377345624 ], [ -110.83428636086225, 40.718019298081458 ], [ -110.83397381779707, 40.718005335977182 ], [ -110.83369435966237, 40.718018446721629 ], [ -110.8327942586767, 40.718120746228173 ], [ -110.83242727387439, 40.718097692391851 ], [ -110.8320662002903, 40.718078249458522 ], [ -110.83181177334322, 40.718024727861668 ], [ -110.83157533613974, 40.717880244332875 ], [ -110.83119708425195, 40.717631052391496 ], [ -110.83067732004936, 40.717159137415969 ], [ -110.83051778109461, 40.717040889632813 ], [ -110.83016889474737, 40.716887229374962 ], [ -110.8298791631119, 40.716751672605355 ], [ -110.82957223583684, 40.716395377126211 ], [ -110.82930052021479, 40.716160750036039 ], [ -110.82895179113297, 40.715948529905091 ], [ -110.82870405889361, 40.715596824107955 ], [ -110.82855660937658, 40.715384000396121 ], [ -110.82828521157731, 40.715028655046609 ], [ -110.82791867445863, 40.714838926966422 ], [ -110.82771801906605, 40.714599897660229 ], [ -110.82757658520745, 40.714351947786305 ], [ -110.82750149912449, 40.714086079528798 ], [ -110.82731299166656, 40.713729053914903 ], [ -110.82706976486413, 40.713472843252177 ], [ -110.8268337974671, 40.713157185653174 ], [ -110.82660937927857, 40.712954153437487 ], [ -110.82645600866496, 40.712746723267628 ], [ -110.82621969539657, 40.7125661941065 ], [ -110.82593067086258, 40.712169376578586 ], [ -110.82564106227518, 40.711997774525663 ], [ -110.82518022669539, 40.711659251904408 ], [ -110.82501487133422, 40.711510358078641 ], [ -110.82469591894227, 40.711244117960845 ], [ -110.82443008739216, 40.711037415077435 ], [ -110.82395726214126, 40.710761029222191 ], [ -110.82340632691569, 40.710476414140501 ], [ -110.82322412796005, 40.710431992717986 ], [ -110.82299935060382, 40.710372190964968 ], [ -110.82269152148264, 40.710380727259519 ], [ -110.8224782102146, 40.710461477609215 ], [ -110.8221466193703, 40.71050150630942 ], [ -110.8217678174852, 40.710487409059219 ], [ -110.82105738804673, 40.710526849109364 ], [ -110.82058960510247, 40.710583778650118 ], [ -110.82005078426783, 40.71064239731934 ], [ -110.8197962156062, 40.710655513245143 ], [ -110.81944095695268, 40.710690992879904 ], [ -110.81921010197658, 40.710690631572263 ], [ -110.81897907623222, 40.710753330334235 ], [ -110.81866615503442, 40.710892473846236 ], [ -110.81845756056876, 40.710977728507387 ], [ -110.81812575645068, 40.711094319138681 ], [ -110.8178059741451, 40.711143362651519 ], [ -110.81750403566339, 40.711160903091304 ], [ -110.8171014425626, 40.711187291997135 ], [ -110.81703041220958, 40.711186278569521 ], [ -110.81678772909703, 40.711181389326512 ], [ -110.81651554546067, 40.711141318817731 ], [ -110.81621960036597, 40.711131839369607 ], [ -110.81565728256537, 40.711121934108967 ], [ -110.81506523088896, 40.711161526245128 ], [ -110.81455612512774, 40.711174222565106 ], [ -110.81407063413877, 40.711209476387452 ], [ -110.81363240997962, 40.711276334880196 ], [ -110.81343710722166, 40.711262506390504 ], [ -110.81304035577524, 40.71131591662482 ], [ -110.81279765990084, 40.711315523315101 ], [ -110.81262607272654, 40.71128821888275 ], [ -110.81226502673277, 40.711274119269419 ], [ -110.81182686630704, 40.711317548431083 ], [ -110.81160184996573, 40.711345108345036 ], [ -110.8112523883381, 40.711421111309363 ], [ -110.81087918449072, 40.7115195960302 ], [ -110.81054736454398, 40.711636164833124 ], [ -110.81026312918232, 40.711671732748705 ], [ -110.810197989738, 40.711680634350778 ], [ -110.80990801389474, 40.711653131169463 ], [ -110.80960048526579, 40.711553528842657 ], [ -110.8092392842572, 40.711593471611607 ], [ -110.80898472024052, 40.711602960224603 ], [ -110.80864734078062, 40.71159249192813 ], [ -110.80844615745434, 40.711565132222546 ], [ -110.80817967701721, 40.711601625336534 ], [ -110.80780078394972, 40.711618111627701 ], [ -110.80733901597293, 40.711635359261059 ], [ -110.80704318710868, 40.71158531740744 ], [ -110.80671173791653, 40.711571249893119 ], [ -110.80640976600343, 40.711598670806623 ], [ -110.80612537447719, 40.711687379501655 ], [ -110.80584099266547, 40.711772484037432 ], [ -110.80555063826115, 40.711875595176224 ], [ -110.80526616306295, 40.711992228523826 ], [ -110.80491652001925, 40.712126768422266 ], [ -110.80464995909418, 40.712189378424483 ], [ -110.80433010906242, 40.712256401838651 ], [ -110.80399255273386, 40.712305376939057 ], [ -110.80373197587154, 40.712345473274418 ], [ -110.80329945474871, 40.712479867326408 ], [ -110.80306240886971, 40.71256954998929 ], [ -110.80280048705339, 40.712663694012598 ], [ -110.80254084981391, 40.712785768258783 ], [ -110.80228609915913, 40.712856500806197 ], [ -110.80198388214005, 40.712964086970764 ], [ -110.80166967800331, 40.713121199490438 ], [ -110.80139097649511, 40.713282876576329 ], [ -110.80118932217431, 40.713413155321717 ], [ -110.80092226967749, 40.713637912085382 ], [ -110.80079160859162, 40.713781825554015 ], [ -110.80055419183427, 40.713993119569139 ], [ -110.80036418469533, 40.714186477728411 ], [ -110.80025140420317, 40.714288981570249 ], [ -110.80003657039167, 40.714469684068327 ], [ -110.79975894878758, 40.71466288941361 ], [ -110.79958681816335, 40.714815738226598 ], [ -110.79944421782119, 40.714991159779892 ], [ -110.79914160755872, 40.715224859250412 ], [ -110.79904670190525, 40.715287754816814 ], [ -110.7989161826239, 40.715382118642232 ], [ -110.7987619431857, 40.715489953985113 ], [ -110.79851267434906, 40.715701223069232 ], [ -110.79824569888584, 40.715894443309551 ], [ -110.79790746600356, 40.716159607602535 ], [ -110.79768662090139, 40.71636642029469 ], [ -110.79726668911029, 40.716631439472287 ], [ -110.79700577672136, 40.716775119748419 ], [ -110.79656108572571, 40.717004058099931 ], [ -110.79631212004114, 40.717111723155639 ], [ -110.79595646831986, 40.717260639043445 ], [ -110.79562444520737, 40.717425811278346 ], [ -110.79522703588701, 40.717677349841814 ], [ -110.79481160083263, 40.71801443737175 ], [ -110.79467487345559, 40.718198872034904 ], [ -110.79446707724316, 40.718392188685705 ], [ -110.79406940797288, 40.718724800792522 ], [ -110.79374290095201, 40.71901699966287 ], [ -110.79349934224756, 40.719286824332507 ], [ -110.79324380193935, 40.719601670363012 ], [ -110.79302985384579, 40.719867042709311 ], [ -110.79282771649113, 40.720141444511967 ], [ -110.79263174929115, 40.720334779015609 ], [ -110.79242958089776, 40.720618188709075 ], [ -110.79220948194296, 40.720955617763252 ], [ -110.79198970326378, 40.721189447283798 ], [ -110.79180539993064, 40.721437754230038 ], [ -110.79164482426953, 40.721670788968083 ], [ -110.79143076475904, 40.721967688376139 ], [ -110.79113975256472, 40.722259943829187 ], [ -110.7909259172423, 40.722483872488347 ], [ -110.79077232200636, 40.722754755000487 ], [ -110.79060461809944, 40.722993180511892 ], [ -110.79030195480082, 40.723222352014318 ], [ -110.79004097056784, 40.723375925757139 ], [ -110.7897088173935, 40.723568106525704 ], [ -110.78931709933124, 40.723873686780863 ], [ -110.78916831891839, 40.724116649022044 ], [ -110.7890370715358, 40.724431712399067 ], [ -110.7889117150401, 40.724755795042711 ], [ -110.78881450578909, 40.7251655113064 ], [ -110.78873208892331, 40.725390577002216 ], [ -110.78841137527617, 40.72570529267044 ], [ -110.7878136554375, 40.725992472589958 ], [ -110.78740328347713, 40.726198916669972 ], [ -110.78718972143714, 40.726329148693374 ], [ -110.78681596789849, 40.726562684149677 ], [ -110.78664969774387, 40.726715524140502 ], [ -110.78637597419574, 40.727142929129101 ], [ -110.78624518325633, 40.727309347160549 ], [ -110.78603139900831, 40.727507141525635 ], [ -110.78582369319635, 40.727655399155701 ], [ -110.7856157985488, 40.72786221232144 ], [ -110.78549088179537, 40.728042153368648 ], [ -110.78518183711262, 40.728401924861011 ], [ -110.7848199938803, 40.728608449958649 ], [ -110.78466707408757, 40.728657712391247 ], [ -110.78438731506793, 40.728747276711523 ], [ -110.7841916473901, 40.728832493273124 ], [ -110.78388289807168, 40.729097670917859 ], [ -110.78380522565034, 40.729313733157468 ], [ -110.7837453886771, 40.729507307118901 ], [ -110.7836961362818, 40.729723422510048 ], [ -110.78355996919335, 40.730083513371568 ], [ -110.78353600760875, 40.730169050635872 ], [ -110.78347621288036, 40.730349111529307 ], [ -110.78341631559535, 40.730560702474264 ], [ -110.78333871299405, 40.730754242845727 ], [ -110.78324336113688, 40.730943245503752 ], [ -110.78299407037824, 40.73112835531294 ], [ -110.78279854334069, 40.731167625618426 ], [ -110.78257941645924, 40.731180726055456 ], [ -110.78230691096084, 40.731220751370429 ], [ -110.78192207942729, 40.731206511976779 ], [ -110.78165573018157, 40.731174478181117 ], [ -110.78145446970576, 40.731156080000346 ], [ -110.78123559339349, 40.731092604831005 ], [ -110.78092205302096, 40.731006427990209 ], [ -110.78072796960372, 40.7309664214024 ], [ -110.78034925654815, 40.730892731293132 ], [ -110.77990398727223, 40.730891883124393 ], [ -110.77967303333976, 40.730900451167315 ], [ -110.77941217617769, 40.730999048112302 ], [ -110.77913337606751, 40.731151662036126 ], [ -110.77880716057747, 40.731317697405316 ], [ -110.7784279516256, 40.731393543636351 ], [ -110.77801342128991, 40.731407161013465 ], [ -110.77757513707741, 40.731441451025923 ], [ -110.77684056446346, 40.731543632670494 ], [ -110.77641548330976, 40.731524792771125 ], [ -110.77611814906442, 40.731551242399398 ], [ -110.77568590214575, 40.731550403213319 ], [ -110.77532492163962, 40.73148664060141 ], [ -110.77502312327508, 40.73143200087479 ], [ -110.77461480505585, 40.731359135118183 ], [ -110.77431857899875, 40.73140810389917 ], [ -110.77405759011262, 40.731542723067221 ], [ -110.77374292792864, 40.731789844556928 ], [ -110.77354706984427, 40.73192459020828 ], [ -110.77340451736298, 40.732054935855579 ], [ -110.7731965553174, 40.732266230651781 ], [ -110.77298871442514, 40.732441490712112 ], [ -110.77273353282295, 40.732607648544715 ], [ -110.77253182570836, 40.73271985931671 ], [ -110.77225887798491, 40.732885981078006 ], [ -110.7720453727173, 40.732984654744506 ], [ -110.77183794201218, 40.733038296788301 ], [ -110.77159453633014, 40.733222492651386 ], [ -110.7714635733708, 40.733424927969068 ], [ -110.77096492844984, 40.733788789765292 ], [ -110.77063266563837, 40.733981815868752 ], [ -110.77036570689206, 40.734125423398588 ], [ -110.77008682661329, 40.734291528172662 ], [ -110.76981972574592, 40.734475673046475 ], [ -110.76949345540666, 40.734646186182935 ], [ -110.76923239747262, 40.734794307177097 ], [ -110.76901289784924, 40.734910980496778 ], [ -110.76877539905688, 40.735095182165331 ], [ -110.76857944322786, 40.735252440707846 ], [ -110.76838339274993, 40.735436724650697 ], [ -110.76815151480105, 40.735706518396199 ], [ -110.76790216765765, 40.735890694439156 ], [ -110.76760558749666, 40.736034235961498 ], [ -110.76731510028816, 40.736128241472571 ], [ -110.76707800093202, 40.736195328072782 ], [ -110.76678148057181, 40.736320850306342 ], [ -110.76643160149965, 40.736464281094669 ], [ -110.76614690623009, 40.736594329938796 ], [ -110.76571994815835, 40.736764628292818 ], [ -110.76543520276621, 40.736908188231141 ], [ -110.76522039524498, 40.73703387246114 ], [ -110.7651499492719, 40.737195884663265 ], [ -110.7651728599301, 40.737416642941106 ], [ -110.76518992819848, 40.737614867723714 ], [ -110.76524244784331, 40.737835686202246 ], [ -110.76531266980307, 40.738074557919823 ], [ -110.76537117529557, 40.738277371217642 ], [ -110.76540468298904, 40.738516168224578 ], [ -110.76540406586564, 40.738691835398988 ], [ -110.76549312845472, 40.738962275492909 ], [ -110.76570539821233, 40.739223957029672 ], [ -110.76587653224638, 40.739395468372372 ], [ -110.76601791878308, 40.739606557155547 ], [ -110.76606442294741, 40.739855289762332 ], [ -110.7660519478727, 40.740035437184332 ], [ -110.76608105264381, 40.740179634333735 ], [ -110.76618056183067, 40.740512254579777 ], [ -110.76626858430541, 40.740743053896914 ], [ -110.76639206387843, 40.740995545627506 ], [ -110.7664448421861, 40.741144294890098 ], [ -110.76634923847307, 40.741387334497183 ], [ -110.7661594328783, 40.74147253212891 ], [ -110.76595789316829, 40.741526175439255 ], [ -110.76569114707924, 40.741597703310781 ], [ -110.76548374781673, 40.741633316631102 ], [ -110.76523479872985, 40.741695870972315 ], [ -110.76495033248752, 40.741753848136355 ], [ -110.76458294053209, 40.741816159807307 ], [ -110.7642050439962, 40.741834306550736 ], [ -110.76381886269508, 40.741850633377943 ], [ -110.76332720077271, 40.741885660800264 ], [ -110.76307256638101, 40.741880634075265 ], [ -110.76284751053792, 40.741884676198111 ], [ -110.76269356791643, 40.741875351164161 ], [ -110.76229709184958, 40.74178895332787 ], [ -110.7620497891501, 40.741720879020718 ], [ -110.76188288268585, 40.741693508914686 ], [ -110.7614920412293, 40.741688197626019 ], [ -110.76127186855858, 40.741651707922792 ], [ -110.7610184357728, 40.741642174835825 ], [ -110.76058591404377, 40.741699834597185 ], [ -110.76037859260748, 40.741712917322637 ], [ -110.75977421582962, 40.741801747345249 ], [ -110.75946015019699, 40.74185514504893 ], [ -110.75877255227648, 40.742029378357742 ], [ -110.75835751537484, 40.742163639667645 ], [ -110.75801364038868, 40.74227102280399 ], [ -110.75785351408889, 40.742333747397353 ], [ -110.75750356804429, 40.742481655110311 ], [ -110.75718305109254, 40.742679171138512 ], [ -110.75709402191114, 40.742733035590547 ], [ -110.7569041187503, 40.742840739340338 ], [ -110.75666667327638, 40.742993385703784 ], [ -110.75649437103431, 40.743146169025884 ], [ -110.75629823114123, 40.743339440588358 ], [ -110.7561258613524, 40.74351024046485 ], [ -110.75591749607069, 40.743807084761066 ], [ -110.75580424809252, 40.744005035036764 ], [ -110.75565518537935, 40.744279482714489 ], [ -110.75546497854384, 40.744468261065172 ], [ -110.75520917894443, 40.74477851646251 ], [ -110.7550605582241, 40.744931347813861 ], [ -110.75487024861776, 40.745147150820721 ], [ -110.75469800289423, 40.745281914265135 ], [ -110.7544132306636, 40.745416438073164 ], [ -110.75434793498086, 40.745456837935684 ], [ -110.75411062366075, 40.745568940431625 ], [ -110.7537072507499, 40.745743748574931 ], [ -110.75352924497966, 40.745833454842533 ], [ -110.75314959211642, 40.745999303052116 ], [ -110.7528410904704, 40.746142780830965 ], [ -110.75273423568304, 40.746210116644839 ], [ -110.75258577303819, 40.746317901983488 ], [ -110.75240861463747, 40.746497694566052 ], [ -110.75216987777397, 40.746672850352532 ], [ -110.7519917670672, 40.74678957987549 ], [ -110.75183154057272, 40.746874817395209 ], [ -110.75163566108758, 40.746991508156668 ], [ -110.75140407782888, 40.747153164800636 ], [ -110.75119017724526, 40.747337380650528 ], [ -110.75098818787853, 40.747503604551873 ], [ -110.750732759472, 40.747705747181982 ], [ -110.75055563650712, 40.747556722257265 ], [ -110.75031333219394, 40.747416564690255 ], [ -110.75011812624625, 40.747352181016367 ], [ -110.74983427784721, 40.747235354907467 ], [ -110.749579691804, 40.74721228126517 ], [ -110.74926745388814, 40.747085482676567 ], [ -110.74902390175562, 40.746963336929085 ], [ -110.74874594895643, 40.746854628718708 ], [ -110.74854468452459, 40.746827164544705 ], [ -110.74823732429566, 40.746664339298192 ], [ -110.7481192477921, 40.746564986824119 ], [ -110.74775252870293, 40.746438065219564 ], [ -110.74755717140764, 40.746415116544355 ], [ -110.74730380790102, 40.746383031932176 ], [ -110.7470365720078, 40.746260830125799 ], [ -110.74672310763907, 40.746147534887747 ], [ -110.74658716433179, 40.746075167502894 ], [ -110.74620894841365, 40.745858129504342 ], [ -110.745966933644, 40.745645894424939 ], [ -110.74578350990251, 40.745600447450165 ], [ -110.74555873247512, 40.745527883153883 ], [ -110.74539935627533, 40.745388798881542 ], [ -110.74498506668658, 40.745314914409718 ], [ -110.74455946403729, 40.74510227058876 ], [ -110.74400921822064, 40.744961417815766 ], [ -110.74380809975712, 40.744897911201519 ], [ -110.74347081944434, 40.744820588749391 ], [ -110.74299621084062, 40.744724942355603 ], [ -110.74255325421471, 40.744714946557188 ], [ -110.74228687046882, 40.744682821886713 ], [ -110.74198479629375, 40.744691155637845 ], [ -110.74165920697097, 40.744654392840268 ], [ -110.7414457934954, 40.744707966719915 ], [ -110.74113752083485, 40.744787452507659 ], [ -110.74077008684354, 40.744850589085807 ], [ -110.74043228497806, 40.744908385961409 ], [ -110.74020719675445, 40.744917789029152 ], [ -110.73999991414357, 40.744917322281538 ], [ -110.73981667555802, 40.744825922252822 ], [ -110.73961545612664, 40.744789433982447 ], [ -110.73943149415081, 40.7448836093849 ], [ -110.73918242083192, 40.744968628751998 ], [ -110.73899283473654, 40.744986217432974 ], [ -110.73871427200973, 40.745039638911337 ], [ -110.73825773739021, 40.745169229567153 ], [ -110.7379910499113, 40.745214568464803 ], [ -110.73755249591522, 40.745289244534071 ], [ -110.73739846057198, 40.745302407113741 ], [ -110.73708992852573, 40.745445842715434 ], [ -110.7368465772669, 40.74558041749296 ], [ -110.73656760158607, 40.745737432008326 ], [ -110.73633035210807, 40.745826075637815 ], [ -110.73602202551585, 40.745916357962351 ], [ -110.73591533238428, 40.745938635450287 ], [ -110.73570191024545, 40.745992198670493 ], [ -110.7354703455953, 40.746140310452986 ], [ -110.73528048732096, 40.746225457073258 ], [ -110.73505496854511, 40.746342051703891 ], [ -110.73471690368923, 40.746462891576989 ], [ -110.73434342804786, 40.746552118781771 ], [ -110.73413581757997, 40.746632718339001 ], [ -110.733981419521, 40.746735961731567 ], [ -110.73382117029368, 40.746821174179026 ], [ -110.73366158554667, 40.746739728442712 ], [ -110.73354345877092, 40.746658378202348 ], [ -110.73345483690248, 40.746604121846453 ], [ -110.73314157422004, 40.746445747102818 ], [ -110.73282813276801, 40.746332414201724 ], [ -110.73250320839347, 40.746128967614361 ], [ -110.7320244470463, 40.745889128547404 ], [ -110.73172287308033, 40.745771315878912 ], [ -110.73144484491755, 40.745689591700284 ], [ -110.73122578774219, 40.745671064550216 ], [ -110.73076434374528, 40.745544769218661 ], [ -110.73058685316838, 40.745499311940755 ], [ -110.73026156117271, 40.745389547845207 ], [ -110.7300544411754, 40.745348524811099 ], [ -110.72945555127019, 40.745234514773642 ], [ -110.72896532423152, 40.74519733014511 ], [ -110.7287343880258, 40.745187778994499 ], [ -110.72850361674065, 40.745137688965045 ], [ -110.72823709156805, 40.745141566034782 ], [ -110.72771559196919, 40.745221414562621 ], [ -110.72747371979203, 40.745279399763014 ], [ -110.72738360755768, 40.745301708514333 ], [ -110.72708162100034, 40.745287481905613 ], [ -110.72678557539435, 40.745268764258554 ], [ -110.72643628387877, 40.745236406728587 ], [ -110.72605721447512, 40.745244516272265 ], [ -110.72586181284406, 40.745235043708284 ], [ -110.72560728002547, 40.745202908696186 ], [ -110.72515099728055, 40.745264883411615 ], [ -110.72487249674678, 40.745300254372857 ], [ -110.72432730239314, 40.745380031100574 ], [ -110.72379408199502, 40.745428303727742 ], [ -110.72323119281246, 40.745490015683615 ], [ -110.72276932021448, 40.74547088997398 ], [ -110.72253236801892, 40.745483833519373 ], [ -110.72214158322717, 40.74546037185938 ], [ -110.72183946202638, 40.745478562250639 ], [ -110.72165589012636, 40.745472714524134 ], [ -110.7214895931539, 40.745584921138793 ], [ -110.72170231175589, 40.745702546321276 ], [ -110.72184973423201, 40.745856048256471 ], [ -110.72194389286992, 40.746000413073205 ], [ -110.72203182938667, 40.746216831792623 ], [ -110.72205491916833, 40.746361025330742 ], [ -110.72197719537145, 40.746536506235017 ], [ -110.72187579988622, 40.746707425732097 ], [ -110.72162047456969, 40.746864461042698 ], [ -110.72125869658933, 40.746984303403991 ], [ -110.72105655501311, 40.74716939260626 ], [ -110.72095500558409, 40.747376345376701 ], [ -110.72077052045877, 40.747587601744065 ], [ -110.72069326298227, 40.747650475140375 ], [ -110.72041448608786, 40.747748894979104 ], [ -110.72023654376433, 40.747811524127641 ], [ -110.71989233325853, 40.747977348711942 ], [ -110.71966659269053, 40.748138955761632 ], [ -110.71958867132376, 40.748359477602804 ], [ -110.71948700195532, 40.748593454592786 ], [ -110.71944524033601, 40.748665422021716 ], [ -110.71938567269028, 40.748746354760861 ], [ -110.71926672638983, 40.748863177520846 ], [ -110.71897594522201, 40.748997599123996 ], [ -110.71879780848317, 40.749105268643618 ], [ -110.7184947619667, 40.749338753915715 ], [ -110.71832850705772, 40.749437443067194 ], [ -110.71807325808048, 40.749571949088555 ], [ -110.71786577102239, 40.749616485153865 ], [ -110.71767024353434, 40.749634024256281 ], [ -110.71747458249752, 40.749683092852791 ], [ -110.71722525365207, 40.749817611482236 ], [ -110.71708857146197, 40.749925379901498 ], [ -110.71689256528525, 40.750055524190977 ], [ -110.71660786908485, 40.750149415953892 ], [ -110.71630534619368, 40.750256776116508 ], [ -110.71605610865794, 40.750368770893196 ], [ -110.7157949862483, 40.750489744477228 ], [ -110.71554559343217, 40.750637772216095 ], [ -110.71536742759145, 40.750749940636723 ], [ -110.71521297187161, 40.750857662979755 ], [ -110.71500507891857, 40.750995882457552 ], [ -110.71488636721323, 40.751055046107048 ], [ -110.71474392905891, 40.751122258746292 ], [ -110.71465452718168, 40.751252662628978 ], [ -110.7145351058135, 40.751477582618861 ], [ -110.71433882023098, 40.75167078211765 ], [ -110.71404811343082, 40.751782669876725 ], [ -110.7138641542173, 40.751863291457063 ], [ -110.71354309634792, 40.75214626629397 ], [ -110.71345371008391, 40.752272164953609 ], [ -110.71335814900378, 40.752456604171741 ], [ -110.71333360574459, 40.752654732633758 ], [ -110.71318454277431, 40.752884081842986 ], [ -110.71295969918211, 40.75282947121368 ], [ -110.71266987699032, 40.752734159654842 ], [ -110.71242699353037, 40.752742563342245 ], [ -110.71227885925992, 40.752755707064452 ], [ -110.71220182087103, 40.752764523597556 ], [ -110.71192353507226, 40.752741307807682 ], [ -110.71168084607184, 40.752704667362543 ], [ -110.71145033444121, 40.752591483670443 ], [ -110.71137399732999, 40.752438146428155 ], [ -110.71124417429793, 40.75232611493513 ], [ -110.71094832063233, 40.752256908928238 ], [ -110.71072977489288, 40.752116727926946 ], [ -110.71057045979127, 40.751976695057927 ], [ -110.71033479194384, 40.751687828285611 ], [ -110.71016475873634, 40.751561280864273 ], [ -110.7099864145102, 40.751439216612525 ], [ -110.70966133943389, 40.751280748616772 ], [ -110.70936535085227, 40.751243969207358 ], [ -110.70895700420553, 40.75116636700983 ], [ -110.70861274372868, 40.751061899346112 ], [ -110.70841295932688, 40.750967705221719 ], [ -110.70835422645737, 40.750854048313741 ], [ -110.70831317970182, 40.750759354158134 ], [ -110.70817784000094, 40.750556318263222 ], [ -110.70805420887294, 40.750384841965243 ], [ -110.7078652697214, 40.750249234697414 ], [ -110.70762280907219, 40.750163038919801 ], [ -110.70741553048698, 40.750158009342613 ], [ -110.70714314056657, 40.750143805585886 ], [ -110.70680001343094, 40.750052848299191 ], [ -110.70642103352884, 40.750033867705923 ], [ -110.70624384516088, 40.749920809201683 ], [ -110.70607838394943, 40.749834806128924 ], [ -110.70564681554337, 40.749653534017369 ], [ -110.70530379241515, 40.749540051009753 ], [ -110.70513839305249, 40.749440533822792 ], [ -110.70489003606653, 40.749349812927143 ], [ -110.7045823727471, 40.749276956941301 ], [ -110.70431590979148, 40.749262761683916 ], [ -110.70409120553904, 40.749181108275046 ], [ -110.70409762741588, 40.749068517061552 ], [ -110.70393245077581, 40.748919451332249 ], [ -110.70358921435376, 40.748855510053616 ], [ -110.70323433346657, 40.748746494740629 ], [ -110.70279689730796, 40.748556188249076 ], [ -110.70244802228041, 40.748429168750157 ], [ -110.7022413321622, 40.748293506480813 ], [ -110.70207583995891, 40.748216506189408 ], [ -110.70184552112276, 40.748067269289734 ], [ -110.70165684273732, 40.747877600799853 ], [ -110.70139703394179, 40.747701260917943 ], [ -110.7009298961471, 40.747533392021545 ], [ -110.70038427971974, 40.747432882158257 ], [ -110.69993029745319, 40.747238017512167 ], [ -110.6997588474908, 40.747170007016564 ], [ -110.69936221990059, 40.747128435801322 ], [ -110.69895393055532, 40.747046294030802 ], [ -110.69859390185248, 40.747031841481054 ], [ -110.69813664206288, 40.747039655094852 ], [ -110.69807147796634, 40.747043088094188 ], [ -110.69792929246911, 40.747052625535375 ], [ -110.69762634464627, 40.746988771952324 ], [ -110.69725481877309, 40.746897711862154 ], [ -110.69673443553924, 40.746720677683172 ], [ -110.69632057780056, 40.746561938719012 ], [ -110.69609591709892, 40.746474864667171 ], [ -110.69614985080098, 40.74633627395562 ], [ -110.69624559393358, 40.746120319141241 ], [ -110.69625331566726, 40.745985210191861 ], [ -110.69614003547942, 40.745890321527177 ], [ -110.69580325362057, 40.745714667205149 ], [ -110.69565583405188, 40.745573744124364 ], [ -110.69559786285878, 40.745298828370565 ], [ -110.69555177791014, 40.745014935308959 ], [ -110.69551106102062, 40.744852672746021 ], [ -110.69503211342747, 40.744684748771931 ], [ -110.69448423322567, 40.744309442095108 ], [ -110.69418780113969, 40.744119476027642 ], [ -110.69387470583568, 40.743947482242163 ], [ -110.69347888696478, 40.743734729149139 ], [ -110.6932370067554, 40.743531392553429 ], [ -110.69309534984026, 40.743427416823479 ], [ -110.69290026930859, 40.743350324651963 ], [ -110.69268174925523, 40.743219118010664 ], [ -110.69246310558044, 40.743114936490628 ], [ -110.69233454178909, 40.742997481773564 ], [ -110.69215633203139, 40.742858273815237 ], [ -110.6917299203876, 40.742860739177125 ], [ -110.69151663963962, 40.742878186587411 ], [ -110.69136754709321, 40.742846257835623 ], [ -110.69125744366073, 40.742579308139291 ], [ -110.69121696363425, 40.74236839807282 ], [ -110.69112325172357, 40.742142931746521 ], [ -110.69088146786601, 40.741921573180633 ], [ -110.69069882264577, 40.741718389841559 ], [ -110.69052801842582, 40.741516138818831 ], [ -110.69022667179223, 40.74136939072929 ], [ -110.69002544439618, 40.741342725480784 ], [ -110.6896233502107, 40.741211920728531 ], [ -110.689409187316, 40.741165400645897 ], [ -110.68923810960302, 40.741277547971912 ], [ -110.68903604801504, 40.741430150380189 ], [ -110.68869794662747, 40.741546351102528 ], [ -110.68846713438293, 40.741514198166946 ], [ -110.6880456330391, 40.741481529544998 ], [ -110.68784551058843, 40.741471979869175 ], [ -110.68760877699731, 40.74143980920303 ], [ -110.68739558411174, 40.741439231995194 ], [ -110.68711716453977, 40.741456494844975 ], [ -110.68698108463843, 40.741429100009825 ], [ -110.68691125545128, 40.741418100265932 ], [ -110.68687812592192, 40.741410803495924 ], [ -110.68648420571282, 40.741306134999391 ], [ -110.68606539315792, 40.74120590176814 ], [ -110.68573860459145, 40.741182490916032 ], [ -110.68549005028864, 40.741145779407283 ], [ -110.68521188629242, 40.741108986613106 ], [ -110.68492758807918, 40.741117219525663 ], [ -110.68461958054533, 40.741129891268734 ], [ -110.6844240056823, 40.741160886896104 ], [ -110.68381416787273, 40.741132192049136 ], [ -110.68348852219395, 40.74111778658208 ], [ -110.68300323519635, 40.741049790982494 ], [ -110.68244704394124, 40.740948266380443 ], [ -110.6822280164958, 40.740929646328105 ], [ -110.68200905352654, 40.740897513101416 ], [ -110.68168961052177, 40.740824563590166 ], [ -110.68160747617583, 40.740662181810777 ], [ -110.6814779452386, 40.740504173494074 ], [ -110.68122952057563, 40.740441328156351 ], [ -110.68062044915632, 40.740254066755938 ], [ -110.68029498103061, 40.740203618272069 ], [ -110.67995153179697, 40.740198162138711 ], [ -110.67967346131289, 40.740143339006529 ], [ -110.67944907759589, 40.740007586688172 ], [ -110.67929541123887, 40.739944099446703 ], [ -110.67920552838578, 40.739916823793521 ], [ -110.67897022715832, 40.739835091950489 ], [ -110.67869150880297, 40.739915394031627 ], [ -110.67875150774546, 40.739753405779467 ], [ -110.67884710251714, 40.739578003599945 ], [ -110.67897265244522, 40.739330615643915 ], [ -110.67884297868551, 40.739204134137886 ], [ -110.67868894631155, 40.739217218389555 ], [ -110.67859424051176, 40.739207946084989 ], [ -110.67850545655946, 40.739198690197348 ], [ -110.67822133939863, 40.739170872599601 ], [ -110.67799644063373, 40.739143219523463 ], [ -110.67761182707648, 40.739079085513978 ], [ -110.6772617566504, 40.738974507995422 ], [ -110.67694333813691, 40.738937582709276 ], [ -110.67680110601746, 40.73895970609604 ], [ -110.67669438279992, 40.73898643308825 ], [ -110.67647527617233, 40.738985819151999 ], [ -110.67617931719906, 40.738957963335764 ], [ -110.67598391972277, 40.738952910667422 ], [ -110.67577049445019, 40.739001858787404 ], [ -110.67544455455626, 40.739050490189499 ], [ -110.67524895534676, 40.739086875390235 ], [ -110.67497030586085, 40.739152754886497 ], [ -110.67466770082679, 40.739273518807714 ], [ -110.67441262311915, 40.739362885818196 ], [ -110.67408047286695, 40.739470051909663 ], [ -110.67380159621445, 40.739581871924727 ], [ -110.67348714341234, 40.739702599253917 ], [ -110.67326724109208, 40.739864132221989 ], [ -110.67298825114938, 40.739998471501764 ], [ -110.67274492393641, 40.740105885349578 ], [ -110.67238302520494, 40.740239988058939 ], [ -110.672117148618, 40.740356345193909 ], [ -110.67161189223897, 40.740499046771411 ], [ -110.67116115996519, 40.740632892860908 ], [ -110.67070452615208, 40.740762216037055 ], [ -110.67046729230215, 40.740833607955253 ], [ -110.67025980124154, 40.74087805849009 ], [ -110.67005823187557, 40.740922525579037 ], [ -110.66972022962803, 40.74101254596782 ], [ -110.6694534775848, 40.741064933220102 ], [ -110.66918620740462, 40.741221818386741 ], [ -110.66895446802062, 40.741378804841752 ], [ -110.66869906180756, 40.741531218585543 ], [ -110.66834885712312, 40.741692368025767 ], [ -110.66807034231219, 40.741727601891633 ], [ -110.6678454616859, 40.741695424785334 ], [ -110.66757888038033, 40.741712674563921 ], [ -110.66751970935113, 40.741702594649162 ], [ -110.66735404941473, 40.741670587160193 ], [ -110.66723571649736, 40.741648625371944 ], [ -110.66693965987268, 40.741638762828842 ], [ -110.66660855838413, 40.741768431930531 ], [ -110.66634626396683, 40.74187577745095 ], [ -110.66629885604418, 40.741881946431349 ], [ -110.66615070116305, 40.741902237824483 ], [ -110.66572451629602, 40.741860465530245 ], [ -110.66550517934704, 40.741903972333269 ], [ -110.66513801207545, 40.741902907685777 ], [ -110.66490686666747, 40.741939172195146 ], [ -110.66471123526956, 40.741979142859869 ], [ -110.66452769670057, 40.741969600929821 ], [ -110.66390011727485, 40.741936244990427 ], [ -110.66356904959146, 40.741822672712637 ], [ -110.66326160302945, 40.741722681331169 ], [ -110.6628840045878, 40.741676535978925 ], [ -110.66250497183717, 40.741679932610111 ], [ -110.66222556589658, 40.741656593730831 ], [ -110.661965224657, 40.741610788460569 ], [ -110.66165117475715, 40.74164590275663 ], [ -110.66142577227625, 40.741717310748818 ], [ -110.66136056137189, 40.741730632372551 ], [ -110.66124198356047, 40.741757310271716 ], [ -110.66101125278423, 40.741711589752704 ], [ -110.66085769172611, 40.741630061064839 ], [ -110.6606394466897, 40.741458255802705 ], [ -110.66043357360708, 40.741182887382976 ], [ -110.66033964667849, 40.741020455836654 ], [ -110.66011052400798, 40.740659436496607 ], [ -110.660016456406, 40.740524930987782 ], [ -110.65965506273719, 40.740554495226192 ], [ -110.65945344147113, 40.740607952259623 ], [ -110.65917467834318, 40.740691810489537 ], [ -110.65893733595152, 40.740782096481638 ], [ -110.65870637992822, 40.740781413793457 ], [ -110.65848181121673, 40.740689762467085 ], [ -110.65832232906847, 40.740609113739502 ], [ -110.6580623867598, 40.740486727561915 ], [ -110.65790890136313, 40.740391682231632 ], [ -110.65769598953766, 40.740336999270681 ], [ -110.65729350778034, 40.740295266142404 ], [ -110.65704467209574, 40.740317048596403 ], [ -110.65674288638837, 40.740271108393074 ], [ -110.65648229950092, 40.740274837443302 ], [ -110.65616158901015, 40.740454054935554 ], [ -110.65611405128354, 40.740485443487401 ], [ -110.65592387672066, 40.74061550173689 ], [ -110.65581786267659, 40.740732297730951 ], [ -110.65568507165599, 40.740988647369626 ], [ -110.6555532595368, 40.741284637692772 ], [ -110.65547545557233, 40.741442957190763 ], [ -110.65533834268774, 40.741618215920532 ], [ -110.65517772702287, 40.741757369791962 ], [ -110.65483345741686, 40.741909487294102 ], [ -110.65458405571657, 40.742039366163155 ], [ -110.65438249590549, 40.742079301571515 ], [ -110.65416337962851, 40.742078645240511 ], [ -110.65373076549086, 40.742135904206592 ], [ -110.65351150880051, 40.742162272071859 ], [ -110.65332762066019, 40.7422202759209 ], [ -110.65322622022485, 40.742359604896826 ], [ -110.6530473171713, 40.74259779562955 ], [ -110.65290427341846, 40.742773033595185 ], [ -110.65274940806324, 40.742943731503395 ], [ -110.65253464061658, 40.743244873824047 ], [ -110.65244498752553, 40.743402254682159 ], [ -110.65219520019902, 40.743604196111733 ], [ -110.65204662888834, 40.743702843088769 ], [ -110.6518743494992, 40.743805021813657 ], [ -110.6516424619408, 40.74398089103245 ], [ -110.6514759576756, 40.744111013293285 ], [ -110.65136851063548, 40.744272843862753 ], [ -110.65117746885076, 40.744565046625468 ], [ -110.65110458150275, 40.744686442613229 ], [ -110.65099248896865, 40.744830241544122 ], [ -110.65079042386407, 40.74496475956493 ], [ -110.65065359782058, 40.745081457482563 ], [ -110.65046339953021, 40.745211506534247 ], [ -110.65029613490472, 40.74548576256273 ], [ -110.6502541356608, 40.745589234348785 ], [ -110.6501111253486, 40.745755460236289 ], [ -110.64993274525293, 40.745890048527095 ], [ -110.64964188595017, 40.746015286546132 ], [ -110.64930892979145, 40.746262012182925 ], [ -110.64909508310477, 40.746382978479112 ], [ -110.64893925197512, 40.746508625157951 ], [ -110.64872620911694, 40.746701662094374 ], [ -110.64859494273895, 40.746885939027116 ], [ -110.64846350960465, 40.747101745430982 ], [ -110.64839163297034, 40.747254672856371 ], [ -110.64833257202355, 40.747448178023994 ], [ -110.64811697019096, 40.747676339577616 ], [ -110.64794464127611, 40.747784818224133 ], [ -110.64775923936081, 40.747901364461967 ], [ -110.64759385469533, 40.748040493040641 ], [ -110.64747445153273, 40.748220300567624 ], [ -110.64743822605121, 40.748350814732092 ], [ -110.6474260953499, 40.748404829323121 ], [ -110.64741334607623, 40.748575953921566 ], [ -110.64731182839664, 40.748733294380813 ], [ -110.64721040545447, 40.748872617821526 ], [ -110.64704887419232, 40.749178416593537 ], [ -110.64695322978575, 40.749344783285963 ], [ -110.64689297823834, 40.749538283998454 ], [ -110.64683286932193, 40.749704759292129 ], [ -110.64681436233168, 40.749844336046586 ], [ -110.64689030964017, 40.750042757744559 ], [ -110.64700167498376, 40.750263809229153 ], [ -110.64711285056102, 40.750520894436271 ], [ -110.64716463679824, 40.750808427236869 ], [ -110.64717585867913, 40.750926474253653 ], [ -110.64723943885524, 40.75122395251816 ], [ -110.64720830088628, 40.751512132642858 ], [ -110.64718367601542, 40.751688625983292 ], [ -110.64711892752396, 40.751836169114718 ], [ -110.64712249902693, 40.752056890788751 ], [ -110.64705004227413, 40.752317918685179 ], [ -110.64691833123615, 40.752583269566436 ], [ -110.64681678239613, 40.752745113678358 ], [ -110.64678026706846, 40.752929678247099 ], [ -110.64674379921436, 40.753105234343117 ], [ -110.64666596519115, 40.753262646589363 ], [ -110.64651101170455, 40.753442344103568 ], [ -110.64623231730013, 40.753500046084689 ], [ -110.64596549246002, 40.753553279502597 ], [ -110.6456927441196, 40.753606494118408 ], [ -110.64536555563454, 40.753649631363437 ], [ -110.64499902520427, 40.753739491390967 ], [ -110.64446520330144, 40.753877481463071 ], [ -110.64397267281366, 40.754047126537664 ], [ -110.64341491319207, 40.754230080884874 ], [ -110.64297575807018, 40.754386373689712 ], [ -110.64275029275368, 40.754457744790102 ], [ -110.64231050695129, 40.754731144866227 ], [ -110.64215004986869, 40.754829742033948 ], [ -110.64199660349924, 40.754946377916873 ], [ -110.64179303903703, 40.755130422526697 ], [ -110.64150720062253, 40.7554133057996 ], [ -110.64132863208003, 40.755574905722092 ], [ -110.64113237038266, 40.755722036595998 ], [ -110.6409301021471, 40.755884463055992 ], [ -110.6407218902357, 40.75605047409136 ], [ -110.64050739003508, 40.756284029617305 ], [ -110.64012674352099, 40.756571118348148 ], [ -110.63987048436798, 40.756858594007944 ], [ -110.63958436279567, 40.757191018794551 ], [ -110.6393095009295, 40.757631581146853 ], [ -110.63908926211128, 40.757829081660006 ], [ -110.63891082746798, 40.757963652404342 ], [ -110.63870243332931, 40.758161189223408 ], [ -110.63847437510651, 40.758489288629242 ], [ -110.63825446107957, 40.758844438861352 ], [ -110.63802187934667, 40.759131984497188 ], [ -110.63761660645133, 40.759585646433173 ], [ -110.63749130538946, 40.759751911818213 ], [ -110.63734235812638, 40.759909094171661 ], [ -110.63715767234076, 40.760102198326052 ], [ -110.63690782514938, 40.760295097191282 ], [ -110.63667574756452, 40.760488051449691 ], [ -110.63649599350455, 40.760645135699271 ], [ -110.63603817901489, 40.761170695140535 ], [ -110.63578798037665, 40.76142665052997 ], [ -110.63556110594736, 40.761750243408407 ], [ -110.63497675465555, 40.76244656197369 ], [ -110.63473790173825, 40.76279263674008 ], [ -110.63463618439098, 40.762976990723423 ], [ -110.63450430404627, 40.763260343499709 ], [ -110.63445037174047, 40.763372779967419 ], [ -110.63428277320523, 40.763687549365407 ], [ -110.63419835595312, 40.763957539277982 ], [ -110.63413193235507, 40.764187047545356 ], [ -110.63397585707928, 40.764560408754186 ], [ -110.63395771426305, 40.764627915565512 ], [ -110.63390923437444, 40.764825950557224 ], [ -110.63383678592503, 40.765073456665768 ], [ -110.63378225761357, 40.765293993846164 ], [ -110.63374002229423, 40.765433492793861 ], [ -110.63343100281458, 40.765608178956548 ], [ -110.6332588017471, 40.765680601351733 ], [ -110.63310531978222, 40.765796324177941 ], [ -110.63298503242044, 40.765908548935442 ], [ -110.63272927677718, 40.766092411154695 ], [ -110.6325746279542, 40.766204526120212 ], [ -110.63229566974977, 40.766298227717485 ], [ -110.63195127116877, 40.766441267133231 ], [ -110.63170158406447, 40.766598120674651 ], [ -110.63154599626994, 40.766665188367547 ], [ -110.63137468160087, 40.766790761365627 ], [ -110.63117861392391, 40.766892832702688 ], [ -110.63088737372973, 40.767063965383159 ], [ -110.63053077039773, 40.767270021528098 ], [ -110.6301744894804, 40.767417521853595 ], [ -110.62993116862745, 40.767493314751967 ], [ -110.62950406860574, 40.767591038720305 ], [ -110.62922502522763, 40.767698245450255 ], [ -110.62903529673756, 40.767724661460647 ], [ -110.62872088155231, 40.76780022325012 ], [ -110.62838881811417, 40.767853205917888 ], [ -110.62816926634133, 40.767915558764855 ], [ -110.62787234593515, 40.768040721762326 ], [ -110.62765801347908, 40.768229210499285 ], [ -110.62754487212578, 40.768332444005665 ], [ -110.62738958043926, 40.768557157057089 ], [ -110.62722904288749, 40.76866023720838 ], [ -110.62706863074594, 40.768740796106663 ], [ -110.62675985576895, 40.768865917908762 ], [ -110.62651645013919, 40.768955216162702 ], [ -110.62615957082399, 40.769206300673929 ], [ -110.62573744380637, 40.769470685342384 ], [ -110.62547051371254, 40.769528375083148 ], [ -110.62520373500828, 40.769559038982699 ], [ -110.62498452919469, 40.769558326866381 ], [ -110.62478314243754, 40.769549564556144 ], [ -110.62429721329048, 40.769569604195866 ], [ -110.62409550170067, 40.769618494484199 ], [ -110.62382764381341, 40.769630233686378 ], [ -110.62365129232406, 40.769594525289634 ], [ -110.62327878756123, 40.769462685621868 ], [ -110.62316662972431, 40.769390250874167 ], [ -110.62281225699476, 40.769195408902306 ], [ -110.62262310786264, 40.76911821767527 ], [ -110.62232182846408, 40.768964086369749 ], [ -110.622102981911, 40.768900309954027 ], [ -110.62186643913127, 40.768822962283224 ], [ -110.62147668020475, 40.768600974530742 ], [ -110.62129365815508, 40.768488667784013 ], [ -110.62101108414647, 40.768171539258596 ], [ -110.62082832519827, 40.768013288908641 ], [ -110.620640129463, 40.767769438946189 ], [ -110.6204105931633, 40.767502931264573 ], [ -110.6201814433652, 40.767168860080503 ], [ -110.62005203304257, 40.767006279757666 ], [ -110.61992870155481, 40.766816693580935 ], [ -110.6198053964346, 40.76662260306626 ], [ -110.61973507606136, 40.766487242751822 ], [ -110.61966555201538, 40.766212252092394 ], [ -110.6196191344806, 40.766040936166043 ], [ -110.61953109400558, 40.765896508731679 ], [ -110.61940758615995, 40.765738451402221 ], [ -110.61918975569634, 40.765499005546303 ], [ -110.61909571560622, 40.765368070836587 ], [ -110.61899451552532, 40.76524612098715 ], [ -110.61878820171032, 40.765065268130854 ], [ -110.61848828883566, 40.76488410552107 ], [ -110.61824630437236, 40.764725655207549 ], [ -110.61803430224933, 40.764504243573107 ], [ -110.61779837327146, 40.764323290908337 ], [ -110.61754451866705, 40.764169304089954 ], [ -110.6173199234636, 40.764078473787052 ], [ -110.61698939536139, 40.763865675713276 ], [ -110.61673546674805, 40.76372519973048 ], [ -110.61649341298669, 40.763580258358388 ], [ -110.61626323404766, 40.763430851671231 ], [ -110.61598543147743, 40.763321824676218 ], [ -110.61576658879018, 40.763261639655241 ], [ -110.61560115511551, 40.763185416680912 ], [ -110.61545249566035, 40.763076818474673 ], [ -110.61522966323639, 40.762886895585204 ], [ -110.61492206329979, 40.762809296708454 ], [ -110.61464387530776, 40.762767829545361 ], [ -110.61440125690179, 40.76272197627079 ], [ -110.61411693734279, 40.762716521672679 ], [ -110.61390288435467, 40.762648241407952 ], [ -110.61351943567868, 40.762574889307572 ], [ -110.6132357956815, 40.762452323267361 ], [ -110.61294036132621, 40.76232070839233 ], [ -110.61267488714365, 40.762130637536139 ], [ -110.61240349067791, 40.76194054617519 ], [ -110.6120314386566, 40.761742008120265 ], [ -110.61177829385782, 40.761469998539617 ], [ -110.61166652896401, 40.761334493792042 ], [ -110.61155484318792, 40.761185476326311 ], [ -110.61141348687039, 40.761045367434278 ], [ -110.61120697040718, 40.760905038872671 ], [ -110.61101217090524, 40.760787270889018 ], [ -110.6107877799536, 40.760664898491903 ], [ -110.61045707929509, 40.760488115379005 ], [ -110.61027394549683, 40.760401915560422 ], [ -110.61009060161528, 40.760351749074673 ], [ -110.60989638502623, 40.760134886749427 ], [ -110.60981424429379, 40.759999480314178 ], [ -110.60969048054521, 40.759890958811376 ], [ -110.60945435328492, 40.759750526948523 ], [ -110.60891625607753, 40.759586550267898 ], [ -110.60857340154807, 40.759463772058652 ], [ -110.60832527241156, 40.759350322927887 ], [ -110.60807724993992, 40.759218856454872 ], [ -110.60794764631675, 40.759096800364084 ], [ -110.60774764920247, 40.758857393288139 ], [ -110.60764173561847, 40.758736318220308 ], [ -110.60738202879031, 40.758577784762792 ], [ -110.60733557377894, 40.758419075605723 ], [ -110.6073005895302, 40.758324366419117 ], [ -110.6071660201424, 40.758040137982462 ], [ -110.60702523670474, 40.757805435446016 ], [ -110.60702619157543, 40.757643284130317 ], [ -110.60702116999323, 40.757490121047717 ], [ -110.60702249619942, 40.757264910873566 ], [ -110.60674409746966, 40.757263962588631 ], [ -110.60653061688377, 40.757303773618162 ], [ -110.60634697083641, 40.757306750808489 ], [ -110.60626403819353, 40.757307368765851 ], [ -110.60605198117193, 40.757306645121972 ], [ -110.60587304188391, 40.757315042776646 ], [ -110.60564200341224, 40.75731875785057 ], [ -110.60533396096174, 40.757322209161948 ], [ -110.60519177316581, 40.757326227137362 ], [ -110.60500222496064, 40.757325578562046 ], [ -110.60451653440624, 40.757319410964747 ], [ -110.60414317442316, 40.75734966101583 ], [ -110.60395351925065, 40.757367027525397 ], [ -110.6038053544228, 40.757380031868557 ], [ -110.60372838251021, 40.757374362455046 ], [ -110.60364550327813, 40.757365970126905 ], [ -110.60328431075153, 40.757342207662056 ], [ -110.60306511884676, 40.757345958297662 ], [ -110.60284019118305, 40.757318158724459 ], [ -110.60252630575383, 40.757308069553815 ], [ -110.60193006218172, 40.757166381473219 ], [ -110.60159722285944, 40.75715622440044 ], [ -110.60117693322604, 40.757109729854768 ], [ -110.60090462032002, 40.757081762753245 ], [ -110.60065592020314, 40.7570673895965 ], [ -110.60055519081197, 40.757072446164173 ], [ -110.60022356924952, 40.757056884192899 ], [ -110.59984479870249, 40.757001520021014 ], [ -110.59931177846373, 40.756986157824755 ], [ -110.59883125630103, 40.75710610446275 ], [ -110.59842816986963, 40.75715424986511 ], [ -110.59815550539656, 40.757184830867146 ], [ -110.59776448194697, 40.75719698160492 ], [ -110.59729615563064, 40.757258408536266 ], [ -110.59675623084655, 40.757405164991674 ], [ -110.59627610989691, 40.757457537982148 ], [ -110.59575411520102, 40.757577326703512 ], [ -110.59546354110321, 40.757630360070316 ], [ -110.59512536068272, 40.757719260047075 ], [ -110.594822719869, 40.75780828380563 ], [ -110.59462096800152, 40.757866131135437 ], [ -110.59445528408449, 40.758032207871935 ], [ -110.59426452914532, 40.758229726273285 ], [ -110.59410226053072, 40.758418335956662 ], [ -110.59391161307894, 40.758597836969798 ], [ -110.59366781764304, 40.75875012480293 ], [ -110.59345840964696, 40.759091713492545 ], [ -110.59315463446899, 40.759365404787701 ], [ -110.59287576330458, 40.759634678831148 ], [ -110.59254123553909, 40.759899251410758 ], [ -110.59230211607107, 40.760060561404366 ], [ -110.5920177004716, 40.760266753683595 ], [ -110.5918748170006, 40.760383360038041 ], [ -110.59160723306559, 40.760549072201336 ], [ -110.5913991603438, 40.760669951549872 ], [ -110.5911316844813, 40.76081764582284 ], [ -110.59093421748197, 40.760947570477839 ], [ -110.59078052987623, 40.761086658611923 ], [ -110.59059625939224, 40.761189603735581 ], [ -110.59040019619471, 40.761283498130695 ], [ -110.59002655891869, 40.761354240075718 ], [ -110.58967647730208, 40.761447586006994 ], [ -110.58947448831786, 40.761541457754035 ], [ -110.58915272803195, 40.761652919986652 ], [ -110.58899906284029, 40.761787501515606 ], [ -110.58883258676731, 40.761886002885198 ], [ -110.58858337165425, 40.761952679067683 ], [ -110.58831657922767, 40.761987761989971 ], [ -110.58805571031144, 40.762022865438702 ], [ -110.58783077339436, 40.76199503658961 ], [ -110.58774789608795, 40.761985731995757 ], [ -110.58755221637293, 40.76201656286166 ], [ -110.58719620408147, 40.762109880054368 ], [ -110.58689367233615, 40.762176361862295 ], [ -110.58653176239132, 40.762265151601298 ], [ -110.58598054099228, 40.762312722623612 ], [ -110.58568407080283, 40.762356701560066 ], [ -110.58544074667216, 40.762427896380956 ], [ -110.5852273771582, 40.762445146890428 ], [ -110.58511376862609, 40.762424018805774 ], [ -110.58496702041074, 40.762397366291189 ], [ -110.58472994439298, 40.762416332340251 ], [ -110.58455778907381, 40.762474268495531 ], [ -110.58427294039568, 40.762554319940648 ], [ -110.58389948629163, 40.762593512660942 ], [ -110.58369804785345, 40.762597290494234 ], [ -110.58340738628749, 40.762659301679939 ], [ -110.58317599076848, 40.762717021912962 ], [ -110.58303511333935, 40.762509315779887 ], [ -110.58281764973479, 40.76223376832818 ], [ -110.5826405837294, 40.762129529504222 ], [ -110.58255237500816, 40.762025611849502 ], [ -110.58249392634534, 40.761899280349418 ], [ -110.58250709849499, 40.761687626449699 ], [ -110.58264456189519, 40.761493538380563 ], [ -110.58268650130685, 40.761418017990707 ], [ -110.58267532996277, 40.761309874667127 ], [ -110.58252827970232, 40.761142684148737 ], [ -110.58227389840998, 40.760898532089932 ], [ -110.58210436833289, 40.760726755364601 ], [ -110.58198073321358, 40.760604691810656 ], [ -110.58188680143962, 40.760469222869354 ], [ -110.58171594754455, 40.760319962214361 ], [ -110.5815509615377, 40.760179731158274 ], [ -110.58137427030324, 40.760016935958092 ], [ -110.58116226457609, 40.759817978010595 ], [ -110.58096777624931, 40.759659621880871 ], [ -110.58090975695785, 40.759465726742683 ], [ -110.5806445897318, 40.759243152462531 ], [ -110.58052634440205, 40.759018409092164 ], [ -110.58040999345626, 40.758869344559663 ], [ -110.58018657232064, 40.758602778927226 ], [ -110.57992021437089, 40.758570279692258 ], [ -110.57954690091775, 40.758402261522775 ], [ -110.57936491267972, 40.758329529726353 ], [ -110.57920620079454, 40.758135266659089 ], [ -110.57903481900019, 40.758071581593114 ], [ -110.57879836517549, 40.757994145932315 ], [ -110.57859258138085, 40.757750163008744 ], [ -110.57842159953239, 40.757623418413594 ], [ -110.5782676483735, 40.757613847370045 ], [ -110.57812560667719, 40.757594410214978 ], [ -110.57778292806987, 40.757454424908403 ], [ -110.5776474316767, 40.757336817558794 ], [ -110.57750601240915, 40.757219188366257 ], [ -110.57742351331289, 40.757151321955121 ], [ -110.57707999354078, 40.757144658504536 ], [ -110.57689667827819, 40.757095340260882 ], [ -110.57661258657151, 40.757058264087661 ], [ -110.5762809941276, 40.757039029998055 ], [ -110.57599092244804, 40.757010938923003 ], [ -110.57600524154901, 40.756808298408714 ], [ -110.57604697940295, 40.756578732857719 ], [ -110.57587589090247, 40.756470001251181 ], [ -110.57542086810111, 40.75648634537017 ], [ -110.57526556337247, 40.756503791095284 ], [ -110.57505796728465, 40.756547168980553 ], [ -110.5748033174757, 40.75653812336342 ], [ -110.57456647206126, 40.75652373766669 ], [ -110.57424759805224, 40.756554091828001 ], [ -110.57399148190842, 40.756589181068499 ], [ -110.57379552422451, 40.756665030539253 ], [ -110.57356388235235, 40.756763269288598 ], [ -110.57345258174048, 40.756753849405982 ], [ -110.57314370202751, 40.756703160205248 ], [ -110.5728663761676, 40.756720151333553 ], [ -110.57256841473435, 40.756814539183843 ], [ -110.57244392130072, 40.7568302934991 ], [ -110.57239650016314, 40.756835522961708 ], [ -110.57225514900155, 40.756708879007448 ], [ -110.57198909150301, 40.756631319670966 ], [ -110.57178189178494, 40.7566125339076 ], [ -110.57154487330472, 40.756625167116695 ], [ -110.57146795724925, 40.756611368673369 ], [ -110.57112348212675, 40.756569550476257 ], [ -110.57094121858054, 40.756541847282612 ], [ -110.57066288787823, 40.756530902774308 ], [ -110.57042621161644, 40.756490384321047 ], [ -110.57016570328402, 40.756471397224622 ], [ -110.56995284255204, 40.756412048471866 ], [ -110.56942601409962, 40.756356933565115 ], [ -110.56903502601767, 40.756363581944775 ], [ -110.56880381481093, 40.756394248375791 ], [ -110.56860811392481, 40.756429551372072 ], [ -110.56832301010373, 40.756550101207871 ], [ -110.56802576711171, 40.756715647810687 ], [ -110.56789490040197, 40.756800739443868 ], [ -110.56770459597375, 40.756917138343113 ], [ -110.56739611631957, 40.756988051115144 ], [ -110.56722436915889, 40.756982902926353 ], [ -110.56690456820961, 40.756972694696699 ], [ -110.56661453022222, 40.756940075895173 ], [ -110.56636000314805, 40.756912094087546 ], [ -110.56603433795684, 40.756892852831456 ], [ -110.56582104005911, 40.756901059181779 ], [ -110.56573207310419, 40.756918741615813 ], [ -110.56553032848312, 40.756972033806534 ], [ -110.56535787747295, 40.757074983163371 ], [ -110.56511932994229, 40.757321820511805 ], [ -110.56505326302243, 40.757461204543191 ], [ -110.56479758905708, 40.757608882281829 ], [ -110.56473829653811, 40.757617667261144 ], [ -110.56442995755251, 40.757666051168435 ], [ -110.56405678455855, 40.757664642182142 ], [ -110.56380773760716, 40.757704239795082 ], [ -110.56360027189666, 40.75772597694786 ], [ -110.56331594938926, 40.757724901498698 ], [ -110.56307892550706, 40.757737517290415 ], [ -110.56279439640313, 40.757767969802259 ], [ -110.56256323661806, 40.757789615328299 ], [ -110.56200572842543, 40.757895603834953 ], [ -110.56180356385235, 40.758011947952703 ], [ -110.56167265712861, 40.758101536634541 ], [ -110.56151201454033, 40.758209029349416 ], [ -110.56127937202359, 40.758275709558227 ], [ -110.56103153550991, 40.758310801482857 ], [ -110.56079361979721, 40.758458537855901 ], [ -110.56069111378467, 40.75855273778167 ], [ -110.56050010956793, 40.758772720720174 ], [ -110.56038767998329, 40.758934446908576 ], [ -110.56018423290199, 40.759244467677249 ], [ -110.56009887183755, 40.759433322450391 ], [ -110.55998007108542, 40.759662588255956 ], [ -110.55984871301607, 40.759819737433126 ], [ -110.55963993160668, 40.760039651090892 ], [ -110.55955649595634, 40.760115905591157 ], [ -110.55937170454239, 40.760290867427415 ], [ -110.55906236720345, 40.760487874619642 ], [ -110.5589183008461, 40.760595426997085 ], [ -110.55871694999067, 40.760765820189746 ], [ -110.55841939624118, 40.760971879266087 ], [ -110.55818146525226, 40.761119610107095 ], [ -110.55791477120319, 40.761316777428107 ], [ -110.55765785212819, 40.761468938726587 ], [ -110.55742619992272, 40.76156264062331 ], [ -110.5570872920614, 40.761750520488128 ], [ -110.55674835237352, 40.76194290351269 ], [ -110.5564274216009, 40.762099320465417 ], [ -110.55613136921224, 40.762255832206144 ], [ -110.55584515331354, 40.762358329611992 ], [ -110.55560164789814, 40.762451982205874 ], [ -110.55531069130711, 40.762554460025527 ], [ -110.55512058887471, 40.762634804503058 ], [ -110.55483522400657, 40.762786849809942 ], [ -110.55459141493641, 40.762925541939737 ], [ -110.55412138474983, 40.763230018300668 ], [ -110.55384747127604, 40.763440661083649 ], [ -110.55368084922178, 40.763552623932348 ], [ -110.55341315843795, 40.763718246891877 ], [ -110.55306253139098, 40.763883548066723 ], [ -110.55283071345723, 40.763999761457619 ], [ -110.55247999285959, 40.764178573339436 ], [ -110.55236072812953, 40.764295222176152 ], [ -110.55225905352565, 40.764438964833417 ], [ -110.5520622318227, 40.764636389535312 ], [ -110.55178827581757, 40.764851531480907 ], [ -110.55154372624658, 40.765098317020446 ], [ -110.55138879283498, 40.765232843351349 ], [ -110.55109599926166, 40.765605560289195 ], [ -110.55100625903744, 40.765735835377789 ], [ -110.55082583532023, 40.765960347406164 ], [ -110.55062982561789, 40.766211824146389 ], [ -110.55037873546267, 40.766548667314268 ], [ -110.55013842806065, 40.767043201794856 ], [ -110.54994125810124, 40.767290168506662 ], [ -110.54979117666502, 40.767582361385649 ], [ -110.54970644335859, 40.767847783366442 ], [ -110.54954967495307, 40.768252556818204 ], [ -110.54940447948894, 40.768697913733206 ], [ -110.54925973859012, 40.769075708009098 ], [ -110.54919323103796, 40.769273636530521 ], [ -110.54913267794731, 40.769467083990328 ], [ -110.54907005398346, 40.769966814298222 ], [ -110.54903268012072, 40.770236924989121 ], [ -110.54898363966026, 40.770479964389047 ], [ -110.54891105302551, 40.770700390330482 ], [ -110.54880304050437, 40.770902660603561 ], [ -110.54848705787565, 40.771194202834401 ], [ -110.5482834567663, 40.771513209793049 ], [ -110.54819259854955, 40.771806533012622 ], [ -110.54813794042444, 40.772003606359512 ], [ -110.54792673139001, 40.772570318080888 ], [ -110.54788376248419, 40.772790859308664 ], [ -110.54776963544386, 40.773020130236105 ], [ -110.5475913741283, 40.773096004237459 ], [ -110.54729919709688, 40.773369619301576 ], [ -110.54714939602141, 40.773616766743665 ], [ -110.54707185384157, 40.77369303512269 ], [ -110.54703128995156, 40.773733414393121 ], [ -110.54691680792958, 40.773665400838475 ], [ -110.54680585040461, 40.773601905286831 ], [ -110.54658190291028, 40.773425358840321 ], [ -110.5461153483688, 40.773202815255033 ], [ -110.54577837405586, 40.773093386786513 ], [ -110.54522952345776, 40.772775925863236 ], [ -110.5448278729165, 40.772594171300995 ], [ -110.54454450275985, 40.772444412149916 ], [ -110.54424317522302, 40.772321607043644 ], [ -110.54370501667674, 40.772175343590824 ], [ -110.54317167456509, 40.772191250657492 ], [ -110.54294696366655, 40.77212820188609 ], [ -110.54268085482047, 40.772054178367533 ], [ -110.54244455513292, 40.771953246767602 ], [ -110.54177605577991, 40.771807358317318 ], [ -110.5415277790984, 40.771725295244778 ], [ -110.54087743612045, 40.771524521540115 ], [ -110.54063483803546, 40.771478513353436 ], [ -110.54004324893064, 40.771350037236402 ], [ -110.53965818256958, 40.771343997571641 ], [ -110.53933217538844, 40.771365218053063 ], [ -110.53889319622324, 40.771444541873734 ], [ -110.53838938842503, 40.771474057680976 ], [ -110.53814641802943, 40.771482094097479 ], [ -110.53788561140729, 40.7714990671344 ], [ -110.53743375176553, 40.771555812435643 ], [ -110.53724528723114, 40.771564065416072 ], [ -110.53681805971237, 40.771656941286771 ], [ -110.53646835176231, 40.771678058544737 ], [ -110.53620209543905, 40.771626540882764 ], [ -110.53588817325793, 40.771613567697464 ], [ -110.53578737361822, 40.771624873388681 ], [ -110.53566282538289, 40.77164329028092 ], [ -110.53534308532868, 40.771614977663987 ], [ -110.53504146471221, 40.771537190125628 ], [ -110.53475150546399, 40.771486474471267 ], [ -110.53455028962891, 40.771454133154307 ], [ -110.53426647585384, 40.771371911132292 ], [ -110.5340657954891, 40.771262998430714 ], [ -110.53380549247134, 40.771207895855085 ], [ -110.53351607113112, 40.771080606567352 ], [ -110.53319252218478, 40.770750486054816 ], [ -110.53315231154956, 40.770570152317433 ], [ -110.53308285704892, 40.770335648918874 ], [ -110.53300836781911, 40.769974104473285 ], [ -110.53297448621886, 40.769736141508425 ], [ -110.53290509626514, 40.769492629676805 ], [ -110.53278799626416, 40.76929396742986 ], [ -110.53254806336977, 40.768869593671106 ], [ -110.53232480121054, 40.768602936694244 ], [ -110.53210163560917, 40.768322766831204 ], [ -110.53192573966336, 40.768060805373672 ], [ -110.53174309880592, 40.767915927524392 ], [ -110.53139533906629, 40.76766227633388 ], [ -110.5312836962527, 40.767531198855849 ], [ -110.53094154777051, 40.767322611869652 ], [ -110.53072989208243, 40.76709203316166 ], [ -110.5306241693666, 40.766961879964413 ], [ -110.53009448960496, 40.766463352812067 ], [ -110.52995918658991, 40.766327673410601 ], [ -110.52980633401391, 40.766160392387064 ], [ -110.52963583695423, 40.765975022123378 ], [ -110.52929000212261, 40.765451115543577 ], [ -110.52909064483335, 40.765158424857084 ], [ -110.52893821689406, 40.764931687880775 ], [ -110.52878017777755, 40.764660785829243 ], [ -110.5286745326944, 40.764520721700315 ], [ -110.52845158699168, 40.764213519831557 ], [ -110.52809882714874, 40.763833718271798 ], [ -110.52794604227816, 40.763658327296497 ], [ -110.52767392770795, 40.763435603264078 ], [ -110.52754574434543, 40.763299950116092 ], [ -110.52739264947505, 40.763168699092581 ], [ -110.5265972456685, 40.76255736095645 ], [ -110.52625472157737, 40.762407314087255 ], [ -110.5258591412818, 40.762221013974056 ], [ -110.52552853213062, 40.762062005330378 ], [ -110.52527474070487, 40.761930337446515 ], [ -110.52510346554546, 40.761857564260417 ], [ -110.52460689995857, 40.761711382803043 ], [ -110.52439438493214, 40.76160690869802 ], [ -110.52393880653472, 40.761528457515816 ], [ -110.52351246165975, 40.76150417663375 ], [ -110.5181812835601, 40.763103584130768 ], [ -110.51774741185149, 40.763299960302021 ], [ -110.51745063336163, 40.763379796831259 ], [ -110.5171001156596, 40.763517963398243 ], [ -110.5168090962069, 40.763620343773702 ], [ -110.51640506510334, 40.763785309839371 ], [ -110.51605447778563, 40.763932481483657 ], [ -110.51578152086709, 40.763994396473485 ], [ -110.51557984656156, 40.764029584364941 ], [ -110.51523596552278, 40.764068678934592 ], [ -110.51496896396384, 40.764126112734054 ], [ -110.51444677454957, 40.764245532460755 ], [ -110.51433991441465, 40.764276612776619 ], [ -110.51413788426564, 40.76436044287054 ], [ -110.51385869797355, 40.764463766451648 ], [ -110.51354371094921, 40.764602071836123 ], [ -110.5132643321444, 40.76473151798244 ], [ -110.51284909545926, 40.764806338693191 ], [ -110.51246950046948, 40.764867795642047 ], [ -110.51224392833088, 40.764929902409776 ], [ -110.51203632540236, 40.76496505903885 ], [ -110.51162078917943, 40.765080412568807 ], [ -110.51129447454494, 40.765146595385929 ], [ -110.51105721742894, 40.765186128950347 ], [ -110.51076645239704, 40.765251560023948 ], [ -110.51057075521642, 40.765278656780524 ], [ -110.51041666480384, 40.765287011748185 ], [ -110.51029811843316, 40.765295517339425 ], [ -110.51007300594071, 40.765294561900753 ], [ -110.50958773355767, 40.765224936596653 ], [ -110.50932724292713, 40.765201307966279 ], [ -110.5090904484931, 40.765177779548424 ], [ -110.50885904769254, 40.765226342059918 ], [ -110.5084145149667, 40.765255979327783 ], [ -110.50822491351562, 40.765259675820921 ], [ -110.50775066055796, 40.765302696716923 ], [ -110.50747775701375, 40.76535558370189 ], [ -110.50709166437078, 40.765493567945761 ], [ -110.50688365755376, 40.765582764909972 ], [ -110.50667594994206, 40.765631424271994 ], [ -110.50641501894418, 40.765667243658662 ], [ -110.50616019842934, 40.765677864644985 ], [ -110.50589950049749, 40.765682153915535 ], [ -110.50559680683699, 40.765757430286619 ], [ -110.50532369938426, 40.765837336962221 ], [ -110.50509781672508, 40.765939966905876 ], [ -110.50487792430513, 40.766033613548991 ], [ -110.50446203472215, 40.76619398251151 ], [ -110.50420090623125, 40.766255920844827 ], [ -110.5039692637917, 40.766336002435146 ], [ -110.50370914487806, 40.76642136623412 ], [ -110.50357730123682, 40.766464941093588 ], [ -110.50330415497291, 40.766549347082112 ], [ -110.50303699925543, 40.766624769664567 ], [ -110.50269848475578, 40.766735918366699 ], [ -110.50229019865628, 40.766828748080009 ], [ -110.50208245027058, 40.766881903253719 ], [ -110.50174308447987, 40.766948002703963 ], [ -110.50136898758008, 40.767063498139322 ], [ -110.50113025692765, 40.767139939962732 ], [ -110.50094739493375, 40.767192299807789 ], [ -110.50070988863405, 40.767263340921332 ], [ -110.50047217946833, 40.767361406324 ], [ -110.50029384652838, 40.767441711246043 ], [ -110.50002008452972, 40.767607183737631 ], [ -110.49988914412198, 40.767687693343348 ], [ -110.49962709343458, 40.767871232746707 ], [ -110.49939473014977, 40.768045891778776 ], [ -110.49912713120813, 40.768178958078295 ], [ -110.4987886294707, 40.768286491894457 ], [ -110.49838479702272, 40.768415361287225 ], [ -110.49780837870334, 40.768647076692048 ], [ -110.4975692016006, 40.768938813506843 ], [ -110.49755038368531, 40.769077463238609 ], [ -110.4975489519704, 40.769267537391663 ], [ -110.49745872932706, 40.769447315515812 ], [ -110.49732148447524, 40.769577341735122 ], [ -110.49706476637729, 40.76983747112412 ], [ -110.49676214156915, 40.77005686128706 ], [ -110.49626654917829, 40.770409635854222 ], [ -110.49587311141936, 40.770728622086764 ], [ -110.49577753658386, 40.770831802818435 ], [ -110.4957042292005, 40.77112426024005 ], [ -110.49569129041282, 40.771268340427817 ], [ -110.49541658131612, 40.771555413067354 ], [ -110.49508344235821, 40.771734126867948 ], [ -110.49458349166912, 40.772033724593449 ], [ -110.4942260007047, 40.772297910406259 ], [ -110.49404114160615, 40.772454749581378 ], [ -110.49386823347236, 40.772598128055783 ], [ -110.49358820194436, 40.772804096029553 ], [ -110.49333173055371, 40.773028183841319 ], [ -110.49314060717825, 40.77322913589979 ], [ -110.49283648826753, 40.773485444053648 ], [ -110.49248001083863, 40.773614500706877 ], [ -110.49190910881204, 40.773891253299041 ], [ -110.49171218433926, 40.774075061183332 ], [ -110.49146142048725, 40.774326195530492 ], [ -110.49125843124496, 40.774527992975813 ], [ -110.49081625345444, 40.77501610731467 ], [ -110.4906066059288, 40.775313364709397 ], [ -110.49049086729292, 40.775727246501461 ], [ -110.49045303152836, 40.775871216041629 ], [ -110.49042979404582, 40.775965703074405 ], [ -110.49016034802126, 40.776333862972507 ], [ -110.48992017953411, 40.776747194306985 ], [ -110.48967439321505, 40.777119961856023 ], [ -110.48926873052814, 40.777478508581346 ], [ -110.48898122046865, 40.777882619796678 ], [ -110.48854928552917, 40.778575264158818 ], [ -110.48827271514084, 40.778942487022029 ], [ -110.4879517255393, 40.779229336173685 ], [ -110.48771271624517, 40.779488621934604 ], [ -110.48755653434172, 40.779764490381559 ], [ -110.48724652932204, 40.780163092070531 ], [ -110.48711401731933, 40.780288622609447 ], [ -110.48686727465393, 40.780165910537406 ], [ -110.48628295899368, 40.77986602930973 ], [ -110.48593381414022, 40.77965277402194 ], [ -110.4855915385921, 40.779471078152255 ], [ -110.48510214269486, 40.779158101216389 ], [ -110.48478475601004, 40.778823368962563 ], [ -110.484379156806, 40.778402660650457 ], [ -110.48382585318164, 40.777927239109928 ], [ -110.48348533660005, 40.777520331503069 ], [ -110.48327980872752, 40.777280685259328 ], [ -110.48273307609252, 40.776724211028217 ], [ -110.48226786824117, 40.776352774918365 ], [ -110.48212678823755, 40.776208005326637 ], [ -110.48180319054731, 40.775913775283158 ], [ -110.48173864636495, 40.775832408613212 ], [ -110.4814392070826, 40.775479730545271 ], [ -110.48096889647917, 40.775004668043998 ], [ -110.48046696856896, 40.774786204565679 ], [ -110.47979392715592, 40.774476882304 ], [ -110.47896540522116, 40.774351529233208 ], [ -110.4783796966361, 40.774240780815731 ], [ -110.47782946810463, 40.774139198511207 ], [ -110.47751037746578, 40.774029651782762 ], [ -110.47720920335372, 40.773902168263895 ], [ -110.47694996275376, 40.773716318533012 ], [ -110.47635220156896, 40.773632530811049 ], [ -110.47584433917322, 40.773418524554266 ], [ -110.47548434918907, 40.773236718141661 ], [ -110.47516491234022, 40.773172206040911 ], [ -110.47471630390892, 40.772958464281288 ], [ -110.4745685282348, 40.772764107960995 ], [ -110.47443554038966, 40.772497750482209 ], [ -110.47399889460318, 40.772270547590615 ], [ -110.47346692519508, 40.772110472203508 ], [ -110.47295277478129, 40.771945070621832 ], [ -110.47261585072694, 40.771845338292735 ], [ -110.4722247228557, 40.771857062990492 ], [ -110.47183305986034, 40.771936347959063 ], [ -110.4711985241243, 40.772010014672716 ], [ -110.47064664515779, 40.772120091230356 ], [ -110.4701360218489, 40.772257380191348 ], [ -110.46983950572694, 40.772292052514771 ], [ -110.46979799774246, 40.772296366086522 ], [ -110.46954298930468, 40.772326724074169 ], [ -110.46892097808328, 40.772314854706593 ], [ -110.46819006184026, 40.772586249106894 ], [ -110.46765479677984, 40.772840524486071 ], [ -110.46710132180336, 40.773148764495453 ], [ -110.46653592027643, 40.773465955228978 ], [ -110.46585718606835, 40.773877208269198 ], [ -110.46540499281841, 40.774113840532472 ], [ -110.4649588295471, 40.774336986165139 ], [ -110.46430561220906, 40.774667271489868 ], [ -110.46377429509462, 40.775016136648986 ], [ -110.46333253404313, 40.775279834791633 ], [ -110.46294082866604, 40.775507730063573 ], [ -110.46270321673279, 40.775583196513594 ], [ -110.46231730047083, 40.775680492898978 ], [ -110.46203239705007, 40.775742224810173 ], [ -110.46178289711524, 40.775822138204546 ], [ -110.4616089295597, 40.776087078358742 ], [ -110.46139799220626, 40.776527512030484 ], [ -110.46128338029986, 40.776779215878079 ], [ -110.46113263512629, 40.777102819109331 ], [ -110.46106400187685, 40.777530403710728 ], [ -110.46110325694009, 40.777805347143051 ], [ -110.46116068797218, 40.778030828520215 ], [ -110.46122422645963, 40.778233817057441 ], [ -110.46134745327359, 40.778383033018983 ], [ -110.46147078976171, 40.778518736567449 ], [ -110.46132091472123, 40.778734241685747 ], [ -110.46119532173286, 40.778877791768274 ], [ -110.46109321054124, 40.779048476950393 ], [ -110.46098404494705, 40.779358761232736 ], [ -110.4609757531085, 40.779651499573212 ], [ -110.46094965822348, 40.779800919193811 ], [ -110.4608306337114, 40.78001116261283 ], [ -110.46058613069778, 40.780203703231876 ], [ -110.46018687544941, 40.780481100487705 ], [ -110.45981106281032, 40.780790135915105 ], [ -110.45942917525103, 40.781117158683571 ], [ -110.45882760546716, 40.781497201259221 ], [ -110.45849962320729, 40.781752405515014 ], [ -110.45816957488722, 40.782115701370508 ], [ -110.45787707987088, 40.782524215283225 ], [ -110.45778576696468, 40.782676931098401 ], [ -110.45756609592942, 40.782874086135855 ], [ -110.4574223071953, 40.783067093304176 ], [ -110.45719477804953, 40.783210159557171 ], [ -110.45700093341233, 40.783146187938797 ], [ -110.45690155659044, 40.782979062672275 ], [ -110.45648886209811, 40.782720376822311 ], [ -110.45604606567277, 40.782520102975624 ], [ -110.45579859199661, 40.782347774288482 ], [ -110.45542090660575, 40.782156813600537 ], [ -110.45523232969093, 40.782028903374439 ], [ -110.45493159733225, 40.781848213711882 ], [ -110.45431826459956, 40.781489478462134 ], [ -110.45406895033528, 40.781398214032578 ], [ -110.45345326716699, 40.781471872054901 ], [ -110.45316844179604, 40.781520069553778 ], [ -110.45284231560363, 40.781546450076256 ], [ -110.45276533712159, 40.781539779087169 ], [ -110.4526291564078, 40.781526521276596 ], [ -110.45225615218285, 40.781488717276581 ], [ -110.45186511302089, 40.781482356226697 ], [ -110.45159817383805, 40.781517122026095 ], [ -110.4512120219843, 40.781636901267518 ], [ -110.45091556607393, 40.781658012329039 ], [ -110.45050663850931, 40.781665074334221 ], [ -110.45002734897918, 40.781581714372734 ], [ -110.44948317882938, 40.781462008835803 ], [ -110.44918098385037, 40.781460566763364 ], [ -110.44865932596342, 40.781485101111599 ], [ -110.44838113059629, 40.781447737529945 ], [ -110.44826273461882, 40.781433658729512 ], [ -110.44779515120972, 40.781368362508459 ], [ -110.44744003889755, 40.781317115782521 ], [ -110.44703733739898, 40.781288161231046 ], [ -110.44651045771994, 40.781227980762196 ], [ -110.4458049849837, 40.781124600283079 ], [ -110.44561014639011, 40.781182219771445 ], [ -110.44539627135633, 40.781248755959346 ], [ -110.4451348429746, 40.781333080143156 ], [ -110.44486292824942, 40.781395732840942 ], [ -110.44481423511121, 40.781408110507684 ], [ -110.44452449175236, 40.781334647996822 ], [ -110.44435925685588, 40.781252775825692 ], [ -110.44430682944994, 40.78114442114429 ], [ -110.44406051808674, 40.780836945107552 ], [ -110.44366630188351, 40.780501730007906 ], [ -110.44347842152885, 40.780293628110762 ], [ -110.44310070821052, 40.780111635492553 ], [ -110.44272243231495, 40.779997202822479 ], [ -110.44211412835699, 40.779755537781021 ], [ -110.44144019876541, 40.779567603023466 ], [ -110.44080174865617, 40.779388844785437 ], [ -110.44045880523767, 40.779301601467949 ], [ -110.44007465119441, 40.779182627354238 ], [ -110.43982100360607, 40.779046268518279 ], [ -110.43964374063083, 40.778986852495613 ], [ -110.4392656286564, 40.778854392244945 ], [ -110.43882875957605, 40.778663089646628 ], [ -110.43850971265459, 40.778553435436798 ], [ -110.4384295299143, 40.778224234211912 ], [ -110.43840708130735, 40.778075484347788 ], [ -110.43836666792345, 40.777949168350183 ], [ -110.43826616940683, 40.77792165361862 ], [ -110.43789965058177, 40.777820775144583 ], [ -110.43769850249438, 40.777783761089935 ], [ -110.4371232781285, 40.777839512143323 ], [ -110.43680806507497, 40.777837974194902 ], [ -110.43647091283968, 40.777908396428842 ], [ -110.43607401742943, 40.777896548186618 ], [ -110.4356299732831, 40.77785473987803 ], [ -110.43531590710938, 40.777857707723356 ], [ -110.43491863057665, 40.777890896252494 ], [ -110.43468716377718, 40.777935706030966 ], [ -110.43430161435387, 40.777983363517045 ], [ -110.43387428298843, 40.778066848829937 ], [ -110.43345279911765, 40.77815936978697 ], [ -110.43300188013039, 40.778229223274785 ], [ -110.43278223044372, 40.778277690695539 ], [ -110.43249090430682, 40.778393369128814 ], [ -110.43231215429637, 40.778509600686817 ], [ -110.43203687536148, 40.77882804860657 ], [ -110.43174370313159, 40.779159920514736 ], [ -110.43162962764748, 40.779335024830431 ], [ -110.43148527273105, 40.779586552263567 ], [ -110.43121571849788, 40.779927547648889 ], [ -110.43103504050281, 40.780268980621187 ], [ -110.43077036828902, 40.780731613962779 ], [ -110.4305420138173, 40.781104340723289 ], [ -110.4303676777739, 40.781396257031751 ], [ -110.43007244533815, 40.78196683998133 ], [ -110.42996266868958, 40.782331142574435 ], [ -110.42988180300505, 40.782640635947672 ], [ -110.42983222554656, 40.783033162164472 ], [ -110.429781470073, 40.783424781660088 ], [ -110.42965418232667, 40.783757467538784 ], [ -110.42956248546203, 40.784085824945386 ], [ -110.42944639131214, 40.784495138225637 ], [ -110.42947208797651, 40.784954699289699 ], [ -110.42943487633909, 40.785148198256934 ], [ -110.42923805575268, 40.785295865307326 ], [ -110.4290121457427, 40.785380328518194 ], [ -110.42879192934112, 40.78549184499478 ], [ -110.42866701437023, 40.785684909518238 ], [ -110.42859329186811, 40.785851201882593 ], [ -110.42844286951579, 40.786116207899639 ], [ -110.42830952812186, 40.786462374896267 ], [ -110.42812788987825, 40.786911900195754 ], [ -110.42798207506215, 40.787330072988922 ], [ -110.42792418098495, 40.787861287792303 ], [ -110.42773699691756, 40.78826574234192 ], [ -110.42746608674844, 40.788620234395353 ], [ -110.42739534738385, 40.788714472674293 ], [ -110.42726912093472, 40.788921041806461 ], [ -110.42716621083528, 40.789172769056393 ], [ -110.42696960560147, 40.789293407667763 ], [ -110.42668976342541, 40.789445162171639 ], [ -110.42644547652849, 40.789597092725096 ], [ -110.42607042640149, 40.789793414946971 ], [ -110.42570047749643, 40.790085251437993 ], [ -110.42537783367402, 40.790389033353236 ], [ -110.42512048374, 40.79068052776168 ], [ -110.42499374135204, 40.79094564699168 ], [ -110.42486668702767, 40.791246798509349 ], [ -110.42479901078335, 40.791534733128692 ], [ -110.42478084328756, 40.79157968505659 ], [ -110.42466017960902, 40.791826817180407 ], [ -110.42455838278178, 40.791947924289403 ], [ -110.42430304619838, 40.792005205888778 ], [ -110.42411363799113, 40.791977235250812 ], [ -110.42395432856476, 40.791895363579314 ], [ -110.42374858276925, 40.791700653572327 ], [ -110.4234306288883, 40.791460340085507 ], [ -110.42320114203802, 40.791270014712261 ], [ -110.42295946091603, 40.791119265292231 ], [ -110.4223284701375, 40.790756669012779 ], [ -110.42183320965235, 40.790461412328895 ], [ -110.42144969009524, 40.790265807314761 ], [ -110.42103112461839, 40.790011469937475 ], [ -110.42058700714136, 40.789833574985082 ], [ -110.42015731056972, 40.789633229537891 ], [ -110.4195610897328, 40.789364481203719 ], [ -110.41897048568494, 40.789131792070144 ], [ -110.41844460047419, 40.788953477109409 ], [ -110.41799575622561, 40.788775548352596 ], [ -110.41732765263649, 40.788596510898202 ], [ -110.41687830160511, 40.788477130492389 ], [ -110.41649864450947, 40.788520253802716 ], [ -110.41621368442355, 40.788577367743343 ], [ -110.41600065656911, 40.788541156644008 ], [ -110.41590229068382, 40.788269502884248 ], [ -110.41582698991014, 40.788070934663189 ], [ -110.41556229684885, 40.787844381798763 ], [ -110.41538624924372, 40.787646203820373 ], [ -110.41521725069465, 40.787320140555558 ], [ -110.41509612689357, 40.786941169538387 ], [ -110.41493229836144, 40.786701613662842 ], [ -110.41481560064437, 40.786493826332446 ], [ -110.41458647194565, 40.786267451535394 ], [ -110.4142034728588, 40.786017773988085 ], [ -110.41387795203902, 40.785971078484373 ], [ -110.41359967922433, 40.785942639185187 ], [ -110.41339871883682, 40.785883062494975 ], [ -110.41311523458447, 40.785773518995065 ], [ -110.41289326950299, 40.785407545429038 ], [ -110.41272888922221, 40.78523194396314 ], [ -110.41255887782043, 40.785022982122079 ], [ -110.4124240164853, 40.784860142392091 ], [ -110.41231250103597, 40.784737959678772 ], [ -110.41207607104795, 40.784669191526355 ], [ -110.41182783002489, 40.78459585843504 ], [ -110.41146724124607, 40.784494926347193 ], [ -110.4112122885943, 40.784376515169598 ], [ -110.4110008281711, 40.784298863710347 ], [ -110.41080058255257, 40.784293337177445 ], [ -110.41044370190745, 40.784309531406507 ], [ -110.41030737316142, 40.784313339063182 ], [ -110.41019589209711, 40.784321777816906 ], [ -110.41011170067621, 40.784326752567438 ], [ -110.40989230176842, 40.784342746960085 ], [ -110.40960885832773, 40.784363818383881 ], [ -110.40939439119926, 40.784358216647732 ], [ -110.40897943894896, 40.784374109110544 ], [ -110.40838111236792, 40.784353026049743 ], [ -110.40796067431593, 40.784319339942364 ], [ -110.40774783275474, 40.784264196705699 ], [ -110.40755877396944, 40.78420016667625 ], [ -110.40737548098984, 40.78415418295981 ], [ -110.40702615175418, 40.784120858619154 ], [ -110.40654561815474, 40.784181447837092 ], [ -110.40628152725917, 40.784291794815317 ], [ -110.4060278848979, 40.784426517931642 ], [ -110.40574381693254, 40.78438451710889 ], [ -110.40557810074887, 40.784361142318417 ], [ -110.40496808516681, 40.784321964337956 ], [ -110.40459469193513, 40.78432904681933 ], [ -110.40422053388735, 40.78442170493684 ], [ -110.40359080777314, 40.784598622009838 ], [ -110.40313957332687, 40.784695382469984 ], [ -110.40274787643527, 40.784760919568747 ], [ -110.40229042331481, 40.784890075126377 ], [ -110.40211229842997, 40.784928789757757 ], [ -110.40186293618002, 40.784981548483422 ], [ -110.40130471118486, 40.785113781130669 ], [ -110.4009073677551, 40.785147752913858 ], [ -110.40071738196055, 40.78518730465801 ], [ -110.4004801930592, 40.785204089600363 ], [ -110.40026005172875, 40.785302039178795 ], [ -110.40012863300117, 40.785418466598294 ], [ -110.40002087608828, 40.785539521146738 ], [ -110.39984688170097, 40.78577734163008 ], [ -110.39976883347006, 40.785889541942716 ], [ -110.39961318241706, 40.786064397964779 ], [ -110.39944563844023, 40.786243696124778 ], [ -110.39917723350926, 40.78643598166704 ], [ -110.39892145024166, 40.786542751574224 ], [ -110.39859610741902, 40.786608620150602 ], [ -110.39830407041354, 40.786661148731739 ], [ -110.39801301475332, 40.786736202940503 ], [ -110.39775151426967, 40.786819518319035 ], [ -110.39742412070032, 40.786980862968697 ], [ -110.39732297442467, 40.787025377232943 ], [ -110.39698998705894, 40.787149756581726 ], [ -110.39680583763452, 40.787198340854751 ], [ -110.39647799954078, 40.787408326367355 ], [ -110.39632667146142, 40.787758866199987 ], [ -110.39624673845535, 40.78807824964867 ], [ -110.39623247756833, 40.788213302483193 ], [ -110.39619034528285, 40.788415773195695 ], [ -110.39617130262813, 40.788555305240742 ], [ -110.39596851372752, 40.788698379824758 ], [ -110.395808961361, 40.788647997785255 ], [ -110.39544866154215, 40.788515487488176 ], [ -110.39523659365109, 40.788374744547042 ], [ -110.39491757360436, 40.788264970170225 ], [ -110.39441554641216, 40.788077662396901 ], [ -110.39412006905982, 40.787986026359469 ], [ -110.39391454584533, 40.787777751622066 ], [ -110.39381511628135, 40.787633093382176 ], [ -110.39361486542843, 40.787496913776693 ], [ -110.39333729231974, 40.787391857072215 ], [ -110.39306523586349, 40.787331871202639 ], [ -110.39269264563822, 40.787248834382154 ], [ -110.39220141637799, 40.787178684262635 ], [ -110.39192323058592, 40.787141184659816 ], [ -110.3916316725804, 40.78727027108318 ], [ -110.39144117376959, 40.787364756643782 ], [ -110.39119163790974, 40.787434607480662 ], [ -110.3908415181869, 40.787486810688364 ], [ -110.39031963832332, 40.787528196104923 ], [ -110.38997485804745, 40.787644385213028 ], [ -110.38978444655275, 40.78772895914215 ], [ -110.38964811817917, 40.787731841524433 ], [ -110.38952959220379, 40.787732115380699 ], [ -110.38913889646757, 40.787685005289667 ], [ -110.38877759115582, 40.787664174197232 ], [ -110.38850532298162, 40.787627598551445 ], [ -110.38831022370944, 40.787577017768662 ], [ -110.38801998008205, 40.787561966078506 ], [ -110.38749266050431, 40.787550159730316 ], [ -110.38730315693053, 40.787535640930265 ], [ -110.38710180171344, 40.787521058870006 ], [ -110.38685357824498, 40.787447672207129 ], [ -110.38651597015469, 40.787427860800619 ], [ -110.38623733052948, 40.787439891806571 ], [ -110.38591799813932, 40.787366124884784 ], [ -110.38561174483164, 40.78728792247059 ], [ -110.3853917602884, 40.787237204254581 ], [ -110.38511967029963, 40.787181703732053 ], [ -110.3848000078894, 40.787143965940885 ], [ -110.3844554157974, 40.787110598530113 ], [ -110.38400043729416, 40.78709465785407 ], [ -110.38355053289152, 40.787042708510256 ], [ -110.3831535030823, 40.78704058679957 ], [ -110.38272075158717, 40.787056289627856 ], [ -110.38241256730311, 40.787059144853664 ], [ -110.38234149086681, 40.787055161025521 ], [ -110.38228342619688, 40.787053949357691 ], [ -110.38199784353804, 40.787047915970078 ], [ -110.38137563279541, 40.787044581921663 ], [ -110.38112073908272, 40.78705222362742 ], [ -110.38097255184874, 40.787055933007515 ], [ -110.38056379607845, 40.78704022673822 ], [ -110.38011314100225, 40.787069336416771 ], [ -110.37986980542577, 40.787108567178727 ], [ -110.37964470809753, 40.787098348760431 ], [ -110.37941355923613, 40.787101610098851 ], [ -110.37916433927309, 40.787136303477801 ], [ -110.37896244173298, 40.787180259510954 ], [ -110.37875352675663, 40.787341287828283 ], [ -110.37859819536757, 40.787475578850056 ], [ -110.37822865006056, 40.787703304768812 ], [ -110.37793697943552, 40.787841364406255 ], [ -110.37755654535405, 40.787965431787498 ], [ -110.37733026752792, 40.788081321374229 ], [ -110.37717531029796, 40.788175074260074 ], [ -110.37688863511902, 40.78841225159875 ], [ -110.3766623125036, 40.788532643865352 ], [ -110.3764538511986, 40.788644123713048 ], [ -110.3762218117933, 40.78874196298829 ], [ -110.37597859440532, 40.788767673419471 ], [ -110.37590756718619, 40.788758280798106 ], [ -110.37571251662544, 40.788703174753053 ], [ -110.37561215505748, 40.788662093523357 ], [ -110.37548233265727, 40.788602835780239 ], [ -110.37522323734942, 40.788425767638785 ], [ -110.3751000172569, 40.788294477282683 ], [ -110.37491732738853, 40.788185385883587 ], [ -110.37460397251967, 40.788107115809595 ], [ -110.37436714777215, 40.788083310794129 ], [ -110.3738448985608, 40.788162455321562 ], [ -110.37357125715643, 40.788272675401487 ], [ -110.37346391332167, 40.788344160534116 ], [ -110.37339220950835, 40.788406830617006 ], [ -110.37325468506759, 40.788536706846259 ], [ -110.37292350442002, 40.78909343393277 ], [ -110.37288015802346, 40.789291385127584 ], [ -110.37282072704298, 40.789435197942325 ], [ -110.37266956863283, 40.78962805875986 ], [ -110.37249605994793, 40.789802780853499 ], [ -110.37222887607979, 40.789981497326892 ], [ -110.37165006013602, 40.79027562694943 ], [ -110.37137661034239, 40.790364222435478 ], [ -110.37098408512166, 40.790510723387364 ], [ -110.3706979732963, 40.790684828855042 ], [ -110.37058473889445, 40.790751774897309 ], [ -110.37014369389365, 40.791015118617096 ], [ -110.36970328429983, 40.791210900463454 ], [ -110.36920361023127, 40.791406356651301 ], [ -110.36859065263482, 40.791673258704343 ], [ -110.36816861062731, 40.79180607577208 ], [ -110.36779380595134, 40.791957167077143 ], [ -110.36721605317975, 40.792260288594086 ], [ -110.36705523137969, 40.792344987131564 ], [ -110.36677494218247, 40.792528123203148 ], [ -110.36658363160413, 40.79270273858036 ], [ -110.36640412983925, 40.792881922717022 ], [ -110.36625357352585, 40.793133333400597 ], [ -110.3660420387247, 40.793564578483604 ], [ -110.36590923551599, 40.793943105791513 ], [ -110.36567002681504, 40.794666072768578 ], [ -110.36551293679584, 40.794980505826359 ], [ -110.36532609966682, 40.795182169057881 ], [ -110.3649701915713, 40.795337859230507 ], [ -110.36463126262987, 40.795453103645364 ], [ -110.36420386391298, 40.795522817226114 ], [ -110.36364062662659, 40.795542233523193 ], [ -110.36342078492549, 40.795599575980482 ], [ -110.36305849014569, 40.795678652945135 ], [ -110.36267854403218, 40.795744118561025 ], [ -110.36236387568908, 40.795800935197384 ], [ -110.36181772523989, 40.795892504820337 ], [ -110.36150305549086, 40.795949319096955 ], [ -110.36122377206543, 40.796024345368991 ], [ -110.36080713944983, 40.796206711889269 ], [ -110.36061035141425, 40.796331740245456 ], [ -110.36036554437264, 40.796519561404722 ], [ -110.35997847044203, 40.796832711636355 ], [ -110.3594163255751, 40.797230469236766 ], [ -110.3592670668328, 40.797343147264847 ], [ -110.35908784477894, 40.797489890865101 ], [ -110.35879998183974, 40.797839621987684 ], [ -110.35854279033595, 40.798081421219621 ], [ -110.35820354694368, 40.798349788916092 ], [ -110.35793426707546, 40.798492426342712 ], [ -110.35773197421328, 40.798572376730561 ], [ -110.3575000467641, 40.798652161750027 ], [ -110.35723115519984, 40.798754261568213 ], [ -110.35694650531026, 40.798892306814764 ], [ -110.35680923149829, 40.798990634856914 ], [ -110.35646883463761, 40.79925448672369 ], [ -110.35609235140622, 40.799572187005843 ], [ -110.35603387601711, 40.799612398775018 ], [ -110.3557641509602, 40.799800070944571 ], [ -110.35548410442958, 40.799951650948351 ], [ -110.35540082234738, 40.799982715355462 ], [ -110.35516858212118, 40.800094023544034 ], [ -110.35498920412498, 40.80025517335288 ], [ -110.35485667413333, 40.800475139864382 ], [ -110.35466277062794, 40.800911867013845 ], [ -110.35458350303942, 40.801140238685996 ], [ -110.35445715880206, 40.801333213903028 ], [ -110.35425257646588, 40.801525751135571 ], [ -110.35391369131851, 40.80175356990469 ], [ -110.353555268997, 40.802039833226118 ], [ -110.35293394093226, 40.802541725306469 ], [ -110.35244380751507, 40.802961472499867 ], [ -110.35230006602093, 40.803113809555008 ], [ -110.35225225733579, 40.80327569349032 ], [ -110.35232584900378, 40.803510326618941 ], [ -110.35243008785892, 40.803763148624277 ], [ -110.35247579876348, 40.803939070160155 ], [ -110.35247387261361, 40.804137245493223 ], [ -110.35238264259056, 40.804375457676677 ], [ -110.35216610549759, 40.804698546648403 ], [ -110.35202200910879, 40.804886915149012 ], [ -110.35191408963388, 40.8050124274558 ], [ -110.35179866470916, 40.805300049755722 ], [ -110.35168152931591, 40.805763327249657 ], [ -110.35162022959508, 40.805971078171247 ], [ -110.35142195714478, 40.806243820916613 ], [ -110.35123043521808, 40.806431921767825 ], [ -110.35099763895153, 40.806597268993563 ], [ -110.35070517108471, 40.806802818011739 ], [ -110.35039488360921, 40.807011869334183 ], [ -110.35005484985605, 40.807353176544417 ], [ -110.34973506164405, 40.807806301665899 ], [ -110.34939343897798, 40.808188135952889 ], [ -110.34909402802529, 40.808496338023701 ], [ -110.34895009072947, 40.808666686523324 ], [ -110.34886595499303, 40.808904935734958 ], [ -110.3488455773486, 40.809048955971626 ], [ -110.34897544422149, 40.809711810032177 ], [ -110.34907994380492, 40.809937610907681 ], [ -110.34918475214427, 40.810131883845251 ], [ -110.34935432747042, 40.810371564191527 ], [ -110.34953027173815, 40.810566237937124 ], [ -110.34961782645046, 40.810706362492127 ], [ -110.34960328785888, 40.810981038254603 ], [ -110.34955968126418, 40.8111969952148 ], [ -110.34966360459437, 40.811482248026081 ], [ -110.34970440546287, 40.811553644743093 ], [ -110.34986278972977, 40.811725697854655 ], [ -110.35013420215543, 40.811857849421024 ], [ -110.35063070399309, 40.812009284325065 ], [ -110.35084859139975, 40.812159149840426 ], [ -110.3509659227592, 40.812285928202471 ], [ -110.3510707841119, 40.812475695440632 ], [ -110.35112203022784, 40.812692186399836 ], [ -110.35117582615852, 40.813255516866079 ], [ -110.35125539764834, 40.813607293715513 ], [ -110.35136861013123, 40.814279059425104 ], [ -110.35136536396541, 40.814612353627254 ], [ -110.35136686035607, 40.814945674472746 ], [ -110.35132840408822, 40.815241836062327 ], [ -110.35130231302207, 40.815485818178516 ], [ -110.35112187444075, 40.815750552577022 ], [ -110.35062657264585, 40.816081078244778 ], [ -110.35024482826752, 40.816317652703368 ], [ -110.34974380940197, 40.816625621232937 ], [ -110.34906857183553, 40.817166824202125 ], [ -110.34850693434417, 40.817609571855172 ], [ -110.34769192285177, 40.818496802121047 ], [ -110.34715221304862, 40.819119835742164 ], [ -110.34687706627339, 40.819366010456683 ], [ -110.34654855940025, 40.819611882288896 ], [ -110.34610068003663, 40.819938152572625 ], [ -110.34563470024749, 40.820295847949467 ], [ -110.34505964961086, 40.820891645770871 ], [ -110.34492682344153, 40.821134119352095 ], [ -110.34474678729678, 40.821353803567249 ], [ -110.34453206369311, 40.821483206104041 ], [ -110.344305525915, 40.821608036877208 ], [ -110.34392306167456, 40.821912149228595 ], [ -110.34362420710467, 40.822275290796952 ], [ -110.34316584815005, 40.822939305962201 ], [ -110.34303385536965, 40.823096201926255 ], [ -110.34287227034484, 40.823247524128014 ], [ -110.34273482747055, 40.823355743181942 ], [ -110.34247890178027, 40.823453377596266 ], [ -110.34207550654028, 40.823473598913353 ], [ -110.34164857317543, 40.823475667646484 ], [ -110.34098443478207, 40.823480884294675 ], [ -110.34065241017134, 40.823478987225734 ], [ -110.34045068995736, 40.823491346844172 ], [ -110.34024923747231, 40.823476682357565 ], [ -110.33985382488207, 40.823289747714519 ], [ -110.33948293474515, 40.823021876259624 ], [ -110.33908877892266, 40.822708828185199 ], [ -110.33827942394358, 40.8224114149358 ], [ -110.33801980569652, 40.822283807568077 ], [ -110.3375703205952, 40.822169523088505 ], [ -110.33718566912586, 40.822094345596632 ], [ -110.33683096798363, 40.821988710327233 ], [ -110.33642946551785, 40.821819745788083 ], [ -110.33606371781049, 40.821632968758884 ], [ -110.33571544407819, 40.821477820685168 ], [ -110.335188796433, 40.821254080615837 ], [ -110.3346115248808, 40.820994012464631 ], [ -110.33381484875129, 40.82073717894432 ], [ -110.3329442564193, 40.82052045051396 ], [ -110.33202846507376, 40.820199856883875 ], [ -110.3313901998615, 40.819993470040068 ], [ -110.33113019719467, 40.819906382870073 ], [ -110.33080497981213, 40.819818916865358 ], [ -110.33049705113275, 40.81978109664162 ], [ -110.3303076145844, 40.819752071049663 ], [ -110.32968057938746, 40.819726809395462 ], [ -110.32910526636304, 40.81962887682517 ], [ -110.32856064776665, 40.819544632672432 ], [ -110.32820529257417, 40.819506530312943 ], [ -110.32784382730105, 40.819486408123389 ], [ -110.32742882254905, 40.819483989561689 ], [ -110.32700159638739, 40.819517531937869 ], [ -110.32601028248132, 40.819633358855462 ], [ -110.32554086981543, 40.819734212582922 ], [ -110.32507738441878, 40.819835099070239 ], [ -110.32451876468026, 40.819962452021421 ], [ -110.32362813628967, 40.820087856319091 ], [ -110.32283870475614, 40.820173309814116 ], [ -110.32234000684531, 40.820237944887872 ], [ -110.32167548779678, 40.820283586123587 ], [ -110.32139642563152, 40.820322482967491 ], [ -110.32093311381567, 40.820405336939338 ], [ -110.32032135299576, 40.820509835662243 ], [ -110.31978022891465, 40.820664293971873 ], [ -110.31927381142458, 40.82078742502766 ], [ -110.31877550801968, 40.820928618616648 ], [ -110.31827615512009, 40.821056291205757 ], [ -110.31761676947707, 40.821178510979806 ], [ -110.31715928359681, 40.821270392644315 ], [ -110.31695126785138, 40.821318707617486 ], [ -110.31665987889649, 40.821402562123602 ], [ -110.31638636811574, 40.821477513402847 ], [ -110.31601754234158, 40.82159604026711 ], [ -110.31582688542909, 40.821685894868018 ], [ -110.31560608384932, 40.821824215820385 ], [ -110.31527661670253, 40.822151068351289 ], [ -110.31504274994296, 40.822406420160213 ], [ -110.31478451679375, 40.822724685717738 ], [ -110.31450265815091, 40.82303380187907 ], [ -110.31416748258111, 40.823338096180784 ], [ -110.31373165035218, 40.823628278148995 ], [ -110.31347558907154, 40.823734855739126 ], [ -110.31316636104832, 40.823822198567392 ], [ -110.31264852857694, 40.824013696427009 ], [ -110.31215930145635, 40.824190949030708 ], [ -110.31187510197545, 40.82426582581644 ], [ -110.31151259180091, 40.824344738800399 ], [ -110.31075948244185, 40.824466359862612 ], [ -110.30976702268623, 40.824568527416417 ], [ -110.30947033561759, 40.824589273046413 ], [ -110.30907850274772, 40.824636473393959 ], [ -110.30883522363611, 40.824653033018542 ], [ -110.30854409077169, 40.824709843208076 ], [ -110.30830034330916, 40.824771440981742 ], [ -110.30810972317646, 40.82485587790935 ], [ -110.30771624856082, 40.825060711065362 ], [ -110.3071863078253, 40.825273731852313 ], [ -110.30684124592773, 40.825384264354462 ], [ -110.30633595510326, 40.825507345159345 ], [ -110.30592025725875, 40.825567903885116 ], [ -110.30554041554043, 40.825601651707949 ], [ -110.30496491120762, 40.825634219674626 ], [ -110.30383728792523, 40.825731017556706 ], [ -110.30351085395503, 40.825760576749552 ], [ -110.30295252182668, 40.825851793030068 ], [ -110.30258401643889, 40.825935145877928 ], [ -110.30213202933059, 40.826063034655135 ], [ -110.30177486053613, 40.826195999757431 ], [ -110.30142300510477, 40.826387550603641 ], [ -110.30103420078214, 40.826709498488206 ], [ -110.30060844472574, 40.82716184299283 ], [ -110.30025231974443, 40.827758742805294 ], [ -110.29996103272539, 40.828392068533013 ], [ -110.2998154581749, 40.828701975203053 ], [ -110.29966490055443, 40.82892176733921 ], [ -110.29950400068901, 40.829109967044019 ], [ -110.29924006924396, 40.829284028112333 ], [ -110.29873245744675, 40.829623263107393 ], [ -110.29843218435103, 40.82998177371892 ], [ -110.29808285654487, 40.830493127958569 ], [ -110.29772493243775, 40.831256664073145 ], [ -110.29743531724375, 40.831727841882703 ], [ -110.29722971290109, 40.832104942496791 ], [ -110.29705518210281, 40.832347106028578 ], [ -110.29689948611033, 40.832490291656534 ], [ -110.29672580975968, 40.832651384263222 ], [ -110.2965229596966, 40.832767256700791 ], [ -110.29613158913214, 40.83287747451125 ], [ -110.2956310612622, 40.83299152876554 ], [ -110.2949117420381, 40.833158294224638 ], [ -110.29410964049946, 40.833302027683956 ], [ -110.29354558974255, 40.833366137964994 ], [ -110.29319549044504, 40.833386514517656 ], [ -110.29304710105824, 40.833399117873817 ], [ -110.2926918853593, 40.83334289014936 ], [ -110.29233743652873, 40.833214598840613 ], [ -110.29214266271318, 40.833127824099179 ], [ -110.29191895917938, 40.832973308469263 ], [ -110.29171897581328, 40.832818938037235 ], [ -110.29163725317605, 40.832696822868371 ], [ -110.29150364932295, 40.832434758822522 ], [ -110.29145803339956, 40.832263319057184 ], [ -110.29144399704127, 40.831799300194653 ], [ -110.29142511799999, 40.831455964136964 ], [ -110.2914156465914, 40.831231596750705 ], [ -110.29139355837107, 40.83107831823952 ], [ -110.29136530087135, 40.830947522832027 ], [ -110.29130223316783, 40.830744446354132 ], [ -110.29121487198049, 40.830595271001854 ], [ -110.29106821548309, 40.830445731218859 ], [ -110.29050454597935, 40.829919778614951 ], [ -110.2903644463053, 40.829711723622928 ], [ -110.29033652751313, 40.829549400605963 ], [ -110.29035614068415, 40.829378361564487 ], [ -110.29035772528292, 40.829229732630417 ], [ -110.29011644271161, 40.829057088493492 ], [ -110.28992269291969, 40.828875728018147 ], [ -110.28980669929847, 40.828631787067046 ], [ -110.28966535482013, 40.82854083280538 ], [ -110.28957101321973, 40.828490705651966 ], [ -110.28946462067562, 40.828458521012607 ], [ -110.28909885777946, 40.828393208871972 ], [ -110.28868859253721, 40.828386175831966 ], [ -110.28845108019877, 40.828416240581227 ], [ -110.28820184373173, 40.828433620736739 ], [ -110.28773979497628, 40.82838933034806 ], [ -110.28686398362278, 40.828221768543621 ], [ -110.28610584600357, 40.828140508179793 ], [ -110.28587468802515, 40.828130969962032 ], [ -110.28556143430464, 40.828146146443949 ], [ -110.28532885841848, 40.828158218524337 ], [ -110.28469402991973, 40.828190317759542 ], [ -110.28411912418423, 40.82816423072191 ], [ -110.2834491553364, 40.82815556722209 ], [ -110.28304041789549, 40.82811699417072 ], [ -110.28276761918879, 40.828119802704357 ], [ -110.28252451577325, 40.828118291072755 ], [ -110.28224426188025, 40.828152581419111 ], [ -110.28181182742343, 40.828221957432021 ], [ -110.28123536648089, 40.82833998080455 ], [ -110.28091448964008, 40.828401940866421 ], [ -110.28059343697564, 40.828480114063453 ], [ -110.28032559223193, 40.8285730317427 ], [ -110.27999781944476, 40.828724129418205 ], [ -110.27971728554975, 40.828893537904648 ], [ -110.27940136867753, 40.829044707892201 ], [ -110.27863932667812, 40.829323710150007 ], [ -110.27842469453853, 40.829430468708061 ], [ -110.2781561201045, 40.829590038923421 ], [ -110.27792354152763, 40.829711097688914 ], [ -110.27769141176758, 40.829790720148964 ], [ -110.27737038784403, 40.829865281154071 ], [ -110.27681674227563, 40.830064500872901 ], [ -110.27595426771035, 40.830306822076643 ], [ -110.27503690015763, 40.83068842204424 ], [ -110.27410736822947, 40.83109696332108 ], [ -110.2730344313149, 40.831603685838957 ], [ -110.27191755603278, 40.832330826681748 ], [ -110.2716669801771, 40.832468875094051 ], [ -110.27138067694219, 40.832620209904327 ], [ -110.27110099273985, 40.832708527060142 ], [ -110.27080994176556, 40.832751729718652 ], [ -110.27034045469667, 40.832843349357177 ], [ -110.26986518483041, 40.832921417891249 ], [ -110.26917629382713, 40.833011643964561 ], [ -110.26849372682416, 40.833065872447243 ], [ -110.26766760510621, 40.833231790586765 ], [ -110.26660982005967, 40.833432263854476 ], [ -110.26573485937558, 40.83372397510356 ], [ -110.26505187689861, 40.833922314794656 ], [ -110.2636883714995, 40.834309989306824 ], [ -110.26261177004574, 40.834600389597846 ], [ -110.26156575850574, 40.834805395930282 ], [ -110.26128092240268, 40.83482158911314 ], [ -110.26121569327731, 40.834821171400712 ], [ -110.26096658661295, 40.834824080033002 ], [ -110.26041590492821, 40.834748483831987 ], [ -110.25991306447605, 40.834637158380431 ], [ -110.25954068335626, 40.834526668174036 ], [ -110.25925172288601, 40.834380678894021 ], [ -110.25901617259437, 40.83423142860552 ], [ -110.25880421234697, 40.834094040306269 ], [ -110.25858048361415, 40.833948468432666 ], [ -110.25812011511618, 40.833751828432348 ], [ -110.2574884885734, 40.833491025727 ], [ -110.25745899034341, 40.833477323279801 ], [ -110.2566567639053, 40.833093804561841 ], [ -110.25561685401928, 40.832753788793639 ], [ -110.25485262508155, 40.832685796330253 ], [ -110.25369784471681, 40.83254320581559 ], [ -110.25277377127682, 40.832451644444255 ], [ -110.25172537958234, 40.832341252604216 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 7, \"properties\": { \"NAME\": \"EMERY COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2359, \"Color4\": \"1\", \"Shape_Leng\": 614817.73073199997, \"Shape_Area\": 11573953013.700001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.24392935257053, 39.703582002836875 ], [ -111.24311245691364, 39.703480098200281 ], [ -111.24282085453474, 39.703485213496258 ], [ -111.24251188117611, 39.703526405340924 ], [ -111.24213894031422, 39.703621791274138 ], [ -111.241876719339, 39.703689914673092 ], [ -111.24158519451947, 39.703717552329145 ], [ -111.24138109247264, 39.70372698705043 ], [ -111.24034838519678, 39.703621006276769 ], [ -111.24004497674471, 39.703585592914294 ], [ -111.23902505813496, 39.703466058550063 ], [ -111.23806094783527, 39.703292339310998 ], [ -111.23739553508804, 39.703140527384228 ], [ -111.23712106059487, 39.703037470332454 ], [ -111.23695747803851, 39.702956712011698 ], [ -111.23675876341177, 39.702835478966776 ], [ -111.23663014480897, 39.702745638632635 ], [ -111.23653613579565, 39.702543099507089 ], [ -111.23647729010271, 39.702390045078424 ], [ -111.23644151234917, 39.702160356498339 ], [ -111.23635881567687, 39.701854176261726 ], [ -111.23624128013266, 39.701593118103403 ], [ -111.23616489325552, 39.701426583795964 ], [ -111.23587156583503, 39.700922605776221 ], [ -111.23559015200621, 39.700490684840155 ], [ -111.23538514029853, 39.700229803196905 ], [ -111.23518057358855, 39.700099568991092 ], [ -111.23494106104701, 39.699982920517201 ], [ -111.23460816003687, 39.699843934628682 ], [ -111.23425796221754, 39.699763549346066 ], [ -111.23379112425368, 39.699683397907826 ], [ -111.23322515782598, 39.699607948863878 ], [ -111.23265320931417, 39.699487457758849 ], [ -111.23231499678818, 39.699501650295737 ], [ -111.23181351730152, 39.699525178161181 ], [ -111.23102637277741, 39.69958080847033 ], [ -111.2303263931537, 39.699541652876782 ], [ -111.23006385873587, 39.699514241535638 ], [ -111.22985947148663, 39.699434455015954 ], [ -111.2296953234307, 39.699177987487431 ], [ -111.22969472606064, 39.698997783504076 ], [ -111.22978708175719, 39.69870927250156 ], [ -111.22989615527831, 39.698186461568831 ], [ -111.2299532037184, 39.697803412561349 ], [ -111.22989931170127, 39.697380037026804 ], [ -111.22985107285575, 39.696902588676238 ], [ -111.22976796354097, 39.696461250319118 ], [ -111.22972011456102, 39.69610093448442 ], [ -111.22971347638632, 39.695857670513384 ], [ -111.22978846721993, 39.695609739894422 ], [ -111.22980982199489, 39.695015020202995 ], [ -111.22976744698012, 39.694546570281247 ], [ -111.22965532950063, 39.694149439358682 ], [ -111.22947325559701, 39.693758753751119 ], [ -111.22937960783233, 39.693655320708345 ], [ -111.22916915091133, 39.693498056570434 ], [ -111.22906968732373, 39.693399139883418 ], [ -111.22886509314604, 39.693250873888232 ], [ -111.22864898548256, 39.693147681537226 ], [ -111.22836874690337, 39.69304912005456 ], [ -111.228036188823, 39.693000217121508 ], [ -111.22759887162857, 39.693014590485369 ], [ -111.22705683537846, 39.693104853259896 ], [ -111.22661405702202, 39.693232762967881 ], [ -111.2260778963054, 39.693337426133972 ], [ -111.22555915522362, 39.693419527320053 ], [ -111.22507508020703, 39.69340244605884 ], [ -111.22459669094279, 39.693340300443772 ], [ -111.22415332074463, 39.693287095531481 ], [ -111.22377401054064, 39.693206734691479 ], [ -111.22333160487038, 39.693090452902673 ], [ -111.22278741419167, 39.692875251794803 ], [ -111.22239605453764, 39.69267327093042 ], [ -111.22215058438033, 39.692502545676106 ], [ -111.22196328548894, 39.692286657371383 ], [ -111.22171724128852, 39.691935726881816 ], [ -111.22141794006482, 39.691341620088899 ], [ -111.22121672487584, 39.690783366734998 ], [ -111.22115865810086, 39.690495148622254 ], [ -111.2211927831561, 39.690224775442196 ], [ -111.22126791355031, 39.690012890890877 ], [ -111.22143002247209, 39.689647665809126 ], [ -111.22154013866485, 39.689435714344718 ], [ -111.22170243213806, 39.689129055282201 ], [ -111.22184164473914, 39.688899027410955 ], [ -111.22188128023592, 39.688529530399762 ], [ -111.22187991027243, 39.688101544912364 ], [ -111.22187288233442, 39.68772763186481 ], [ -111.22180742900791, 39.687317789293012 ], [ -111.22184748193961, 39.687078940425742 ], [ -111.22190517172966, 39.686885109225166 ], [ -111.22200359134732, 39.686664169297153 ], [ -111.22206109275196, 39.686411771553956 ], [ -111.22207177324243, 39.686105401641662 ], [ -111.22200695513014, 39.685893784008151 ], [ -111.22193066316122, 39.685740755078108 ], [ -111.22172014632973, 39.685551941322757 ], [ -111.22148613453247, 39.685309110308523 ], [ -111.2213698206827, 39.685039023665695 ], [ -111.22140856380086, 39.684755125945379 ], [ -111.22147790008367, 39.684556767533564 ], [ -111.2217028080742, 39.683776948952115 ], [ -111.22180095012338, 39.683470411918641 ], [ -111.22183512700279, 39.683218058696148 ], [ -111.22181658278996, 39.682889218749658 ], [ -111.22178693959151, 39.682736100530789 ], [ -111.22166931877456, 39.682420965136174 ], [ -111.22146988391957, 39.682047418802298 ], [ -111.22127096881803, 39.681836056260508 ], [ -111.22100804830711, 39.681665361483866 ], [ -111.22075107436299, 39.681530695948645 ], [ -111.22042394904939, 39.681337596149078 ], [ -111.22000894215131, 39.681010408662118 ], [ -111.21995607907206, 39.680887968887561 ], [ -111.21996715402287, 39.680703237010931 ], [ -111.22007763240276, 39.680608419674989 ], [ -111.22030471928815, 39.680513381081923 ], [ -111.22079276503078, 39.6803412587441 ], [ -111.22116743970572, 39.680088257718822 ], [ -111.2213578140164, 39.679817586336178 ], [ -111.22154915139096, 39.67948384076562 ], [ -111.22178687015284, 39.679068913681732 ], [ -111.22200670578367, 39.678532381343523 ], [ -111.22206925172428, 39.678036695730015 ], [ -111.22216053205571, 39.677411206861812 ], [ -111.22218181461, 39.676775039440145 ], [ -111.22211030913718, 39.67629312547993 ], [ -111.22201594603527, 39.675955419857161 ], [ -111.22182235809868, 39.675581862519728 ], [ -111.22164082100021, 39.675329920834351 ], [ -111.22141871986979, 39.675154643717462 ], [ -111.22089870279629, 39.674795222123379 ], [ -111.22037886290316, 39.674489859623151 ], [ -111.21991754095632, 39.674251961215475 ], [ -111.21936868825465, 39.673987195436112 ], [ -111.21912344846299, 39.673866019376433 ], [ -111.21895962860381, 39.673681617225846 ], [ -111.21888347065865, 39.673564626898155 ], [ -111.21863723904424, 39.673128091183628 ], [ -111.21846019931937, 39.672817568985366 ], [ -111.21820403225109, 39.672556751848326 ], [ -111.2178938937234, 39.67218791178896 ], [ -111.21780578266038, 39.671976334979291 ], [ -111.21771092324558, 39.671471935920039 ], [ -111.21764543960893, 39.671039564117621 ], [ -111.21762073579121, 39.670598105535618 ], [ -111.21756715294059, 39.670242298911013 ], [ -111.21728646948007, 39.669967109059861 ], [ -111.21709971502951, 39.669900782053077 ], [ -111.2169072553673, 39.669874110742981 ], [ -111.21655748252607, 39.669874763466538 ], [ -111.21581711595718, 39.669871636463611 ], [ -111.21520487088341, 39.669826820000026 ], [ -111.21486653683048, 39.669756265021164 ], [ -111.21459809930936, 39.669666658282573 ], [ -111.21439971423517, 39.669608457692974 ], [ -111.21408455830904, 39.669491905081081 ], [ -111.21370502902724, 39.669294377322885 ], [ -111.21327883833307, 39.66908792370706 ], [ -111.21294014747239, 39.668899328736451 ], [ -111.21255456330941, 39.668626121711483 ], [ -111.21231485008896, 39.668395896296808 ], [ -111.21188206901965, 39.667937160925312 ], [ -111.21157795156425, 39.667613344221209 ], [ -111.21115141823182, 39.667288848292159 ], [ -111.21088258690541, 39.667064980011958 ], [ -111.21074219067016, 39.666903049264242 ], [ -111.21063655193889, 39.666668972824517 ], [ -111.21056588948755, 39.666434832871957 ], [ -111.21045371213249, 39.665966499995783 ], [ -111.21035305806562, 39.665453094538925 ], [ -111.21034010205841, 39.665025128134367 ], [ -111.21030290979721, 39.664678298409854 ], [ -111.21017440205419, 39.664205489529287 ], [ -111.2100097560668, 39.66373274581656 ], [ -111.20986255843647, 39.663246454829519 ], [ -111.20979146620539, 39.662868149972397 ], [ -111.2097091390314, 39.662629525250168 ], [ -111.20950416021296, 39.662310028905864 ], [ -111.20910597459677, 39.661707055155759 ], [ -111.20891991131622, 39.661473121699942 ], [ -111.20873753633578, 39.661302253542665 ], [ -111.20842203519371, 39.661055036344294 ], [ -111.20807744639757, 39.660825891031202 ], [ -111.20762772629712, 39.660524850103911 ], [ -111.20679851091545, 39.660012741171741 ], [ -111.20595159440593, 39.659424069911886 ], [ -111.20519832327896, 39.658961371527866 ], [ -111.20487729610498, 39.658808762742986 ], [ -111.20463206883332, 39.65866502986848 ], [ -111.20447433792437, 39.658543668281162 ], [ -111.20433398720698, 39.658386234604642 ], [ -111.20413543091054, 39.658255934040596 ], [ -111.20387281408853, 39.658143766244706 ], [ -111.2035402025688, 39.658013699882829 ], [ -111.20268253636316, 39.657717858965185 ], [ -111.20199424510123, 39.657538851495509 ], [ -111.20174896278496, 39.657372586774194 ], [ -111.20154462499421, 39.657255807283875 ], [ -111.2013110931977, 39.657121057380955 ], [ -111.20103059521711, 39.656869254052687 ], [ -111.20087254866425, 39.656635258982924 ], [ -111.20060886228572, 39.656149157008372 ], [ -111.20049723759257, 39.655842998580631 ], [ -111.20051407186753, 39.65561771129898 ], [ -111.20063020917328, 39.655468840318875 ], [ -111.2007813289988, 39.655324413917455 ], [ -111.20090343702203, 39.655225089149177 ], [ -111.20131638537356, 39.654927033264286 ], [ -111.2015372981014, 39.654732928063432 ], [ -111.20162993541776, 39.654521024523085 ], [ -111.20164680498199, 39.654309252464259 ], [ -111.20158765885627, 39.654012014201967 ], [ -111.20159274116649, 39.653755210930335 ], [ -111.20160393952733, 39.653597510685167 ], [ -111.20178276642739, 39.652961971715932 ], [ -111.20192713278163, 39.652502193827971 ], [ -111.20196161629462, 39.652335442698394 ], [ -111.20202466298416, 39.651970414521131 ], [ -111.20193595772224, 39.651529062362258 ], [ -111.20184735841093, 39.651123751260613 ], [ -111.20170662285962, 39.650826654647943 ], [ -111.20154864020468, 39.650610680807553 ], [ -111.20143729494274, 39.650399131041816 ], [ -111.20136070864839, 39.650115438210108 ], [ -111.20139495707549, 39.649867594547239 ], [ -111.20138868478938, 39.649714429676429 ], [ -111.20142866924959, 39.649435039856691 ], [ -111.20149233081111, 39.649281753684363 ], [ -111.20159659050266, 39.64906081947634 ], [ -111.201619574581, 39.648948150343557 ], [ -111.20163619425038, 39.64865078029068 ], [ -111.20165889019728, 39.64843899790263 ], [ -111.20171670951463, 39.648281216554594 ], [ -111.20190209646788, 39.64790246015896 ], [ -111.20198306826306, 39.647690576371851 ], [ -111.20202902109072, 39.64746073275105 ], [ -111.20203408827966, 39.647199424026958 ], [ -111.20211362914526, 39.646496478938346 ], [ -111.20209472993604, 39.646009953276987 ], [ -111.20204140352777, 39.645708199518566 ], [ -111.20198266953113, 39.645550620636847 ], [ -111.20185397964474, 39.645384152963167 ], [ -111.20169040401539, 39.645244776755554 ], [ -111.20151526563701, 39.645136956582057 ], [ -111.20113019544264, 39.644979942932096 ], [ -111.20063456168823, 39.644877181097655 ], [ -111.19989969280392, 39.644666704943987 ], [ -111.19938058517826, 39.644505410892975 ], [ -111.19878546564053, 39.644254141153539 ], [ -111.19815515466186, 39.643921835262489 ], [ -111.19752478305912, 39.643566099125557 ], [ -111.19687050057233, 39.642995953765379 ], [ -111.19657274717815, 39.642798230340453 ], [ -111.19619926650583, 39.642609644424937 ], [ -111.19596008161484, 39.642515439498695 ], [ -111.1958142604195, 39.642466128480002 ], [ -111.195534438078, 39.642426053271002 ], [ -111.19530725137005, 39.642453466525517 ], [ -111.19470710754707, 39.642476999907231 ], [ -111.19424059948868, 39.642360646375316 ], [ -111.19393142833606, 39.642244028397023 ], [ -111.19358706876535, 39.642046375084298 ], [ -111.19334758824647, 39.641844041044976 ], [ -111.19297395865956, 39.641596877680385 ], [ -111.19279290323237, 39.641448507516522 ], [ -111.19269349128203, 39.641322527541064 ], [ -111.19265112573967, 39.641174828035844 ], [ -111.19265722828571, 39.640854049365068 ], [ -111.19276119090681, 39.640520493832028 ], [ -111.19277795922578, 39.640263670931134 ], [ -111.19275400062131, 39.640029441489105 ], [ -111.1927936516737, 39.639619404564144 ], [ -111.19284473101803, 39.639128255426868 ], [ -111.19275082413216, 39.638885131683907 ], [ -111.19270954784726, 39.638709498225602 ], [ -111.19273811983581, 39.638506717806813 ], [ -111.1927550628612, 39.638312967027758 ], [ -111.19267298617505, 39.638132896054977 ], [ -111.19257936861111, 39.63799339075927 ], [ -111.19246834824024, 39.637881846327971 ], [ -111.19234575686555, 39.637800055128118 ], [ -111.19197220246694, 39.637570908940972 ], [ -111.19178513379957, 39.637350464164975 ], [ -111.19168535650213, 39.637089328455822 ], [ -111.19163799612676, 39.636819095828599 ], [ -111.19160204104149, 39.636458740761555 ], [ -111.19153085266304, 39.635999329794153 ], [ -111.19146736771617, 39.635797602372278 ], [ -111.19138988173083, 39.635589590724081 ], [ -111.19110339515294, 39.635234153100427 ], [ -111.19077042231953, 39.634923842907234 ], [ -111.1905250862289, 39.634698986485063 ], [ -111.19043684714303, 39.634392778838169 ], [ -111.19051074763536, 39.634144872677915 ], [ -111.19065681007559, 39.63386531177504 ], [ -111.19074382203297, 39.633724607258365 ], [ -111.19112717232433, 39.633287875538493 ], [ -111.19122591245923, 39.633175083482413 ], [ -111.19145246195524, 39.632926925295124 ], [ -111.19181871980919, 39.63263348422327 ], [ -111.19189400284766, 39.632466668123577 ], [ -111.19190517021494, 39.63229094753877 ], [ -111.19189883347522, 39.632106245497603 ], [ -111.19186905439501, 39.63187202515379 ], [ -111.19170987730611, 39.63119651039802 ], [ -111.19159178534441, 39.630629052017092 ], [ -111.19142681247433, 39.629962556652707 ], [ -111.19122756803391, 39.62954390258804 ], [ -111.19113379146519, 39.629341323576 ], [ -111.19101092192771, 39.629152307876637 ], [ -111.19082964332337, 39.628909325773172 ], [ -111.19057263908707, 39.628670972810575 ], [ -111.19023995929683, 39.628455269148844 ], [ -111.18990246061368, 39.628181004979766 ], [ -111.18975525017915, 39.628037079562354 ], [ -111.18951109469418, 39.627807713595587 ], [ -111.18939894020842, 39.627699772018232 ], [ -111.18923562765885, 39.627632460356146 ], [ -111.18903157016618, 39.627578730330384 ], [ -111.18877500551439, 39.627498054157996 ], [ -111.18809288779242, 39.627323458277985 ], [ -111.18759711938979, 39.627117021302283 ], [ -111.18746285465991, 39.627018123916606 ], [ -111.18735180906846, 39.626887652618009 ], [ -111.18718818477912, 39.62670320369034 ], [ -111.18705929851225, 39.626437605215266 ], [ -111.18690632182472, 39.625879208112792 ], [ -111.18662516751856, 39.625316511544455 ], [ -111.18649054485385, 39.625082457909009 ], [ -111.18642549394394, 39.624722147188649 ], [ -111.18639523134149, 39.624299608982646 ], [ -111.1863419394119, 39.623978924969151 ], [ -111.18628280055863, 39.62365014094653 ], [ -111.18636867512205, 39.62308685443238 ], [ -111.18642007832176, 39.622703830754929 ], [ -111.18645402844362, 39.622329845424339 ], [ -111.18641810804088, 39.621969487770684 ], [ -111.18637046449976, 39.621582117740225 ], [ -111.18645096979215, 39.621190036877358 ], [ -111.18648504237073, 39.620862004205037 ], [ -111.18651347786744, 39.620604261556664 ], [ -111.18653004708312, 39.620266345513514 ], [ -111.18646521818788, 39.619987127629244 ], [ -111.18635952780834, 39.619676438895766 ], [ -111.18618413976368, 39.619442450052915 ], [ -111.186014783229, 39.619285039567437 ], [ -111.18583377686433, 39.619127647465419 ], [ -111.1855652933812, 39.618933452243297 ], [ -111.18515107650261, 39.618700744068882 ], [ -111.18483002795259, 39.618453469599508 ], [ -111.18463138316939, 39.618233030937191 ], [ -111.18437993028193, 39.617868509519241 ], [ -111.18418124084083, 39.617630049354254 ], [ -111.1839827173654, 39.617453760267026 ], [ -111.18373753894872, 39.617256820730837 ], [ -111.18345152419438, 39.61703651814291 ], [ -111.1831177572556, 39.616820795311483 ], [ -111.18256490988585, 39.616582890001986 ], [ -111.18223270273879, 39.616515833619729 ], [ -111.18188882249544, 39.616439784170268 ], [ -111.18150413222185, 39.616350281876748 ], [ -111.18116724366085, 39.61627421936506 ], [ -111.18080925670181, 39.616148631554445 ], [ -111.18053046817565, 39.616013909206671 ], [ -111.18039633088122, 39.615951945853539 ], [ -111.17980732399879, 39.615690656492433 ], [ -111.17936427420285, 39.615556185435871 ], [ -111.17867655334935, 39.615413078833107 ], [ -111.17796554693838, 39.615274509021887 ], [ -111.17748754202646, 39.615135579136037 ], [ -111.17671884908745, 39.614758314338417 ], [ -111.17647262498029, 39.61459650148911 ], [ -111.17626256215567, 39.614452654047717 ], [ -111.17608750437812, 39.614330378122631 ], [ -111.17597650275118, 39.614200796608195 ], [ -111.17584780804685, 39.613984741963115 ], [ -111.17573663426934, 39.613786681459054 ], [ -111.17558442548672, 39.613485063300388 ], [ -111.17538483517706, 39.612872657741441 ], [ -111.1751691321884, 39.61233686445653 ], [ -111.17498141372617, 39.611810038975428 ], [ -111.17472849607545, 39.611296826812755 ], [ -111.17445351652225, 39.610810678383622 ], [ -111.17427189199398, 39.610387462082834 ], [ -111.17418985126024, 39.610189356266723 ], [ -111.17413691110769, 39.609982196371092 ], [ -111.17413072542408, 39.609838039200071 ], [ -111.17410698724184, 39.609662371918922 ], [ -111.17403096408036, 39.609540845374987 ], [ -111.17392571728908, 39.609378815713612 ], [ -111.17370976098672, 39.609198930719664 ], [ -111.17317289957145, 39.608794263958053 ], [ -111.17249588981483, 39.608241131152347 ], [ -111.17209275993885, 39.607738047275575 ], [ -111.17173051289305, 39.607278151486078 ], [ -111.17155509427734, 39.606999088009509 ], [ -111.17140873174213, 39.606692950168046 ], [ -111.17134931207755, 39.606215486176566 ], [ -111.17134263287518, 39.605868595284683 ], [ -111.17131718320221, 39.605467669591356 ], [ -111.17120618016834, 39.604855125311921 ], [ -111.17108893303825, 39.604544438839078 ], [ -111.17091301447898, 39.604058135518827 ], [ -111.17084263889122, 39.60386000995134 ], [ -111.17076649502559, 39.603684418843592 ], [ -111.17066713297866, 39.603540398232006 ], [ -111.17049203743834, 39.603387478271095 ], [ -111.17028220847915, 39.6033202078765 ], [ -111.16993248343584, 39.603203584515839 ], [ -111.16941371104249, 39.603024133809541 ], [ -111.16831215471981, 39.602683338998688 ], [ -111.1674671102563, 39.602445784058204 ], [ -111.16671524293933, 39.602203584093736 ], [ -111.16654039684647, 39.602149772346166 ], [ -111.1663188953419, 39.602068995881488 ], [ -111.16617889621182, 39.601974586831886 ], [ -111.16604466752806, 39.601857643326035 ], [ -111.16593364867688, 39.601704624854371 ], [ -111.16583427797981, 39.601551589648032 ], [ -111.16571026515255, 39.601322000957595 ], [ -111.16555903461743, 39.600912242565812 ], [ -111.16523732429535, 39.600322518148573 ], [ -111.16513785012155, 39.600124430362023 ], [ -111.16500331674212, 39.599876834971077 ], [ -111.16493884791079, 39.599704827498371 ], [ -111.16474555861258, 39.599237460935981 ], [ -111.16445321532331, 39.598746807155671 ], [ -111.16409704029796, 39.598350852186783 ], [ -111.16378761675131, 39.598022408370205 ], [ -111.16351922553739, 39.597806536252577 ], [ -111.16316919069207, 39.597541220859569 ], [ -111.16280754320897, 39.597289436304791 ], [ -111.16252761624008, 39.597118630146149 ], [ -111.16214858698788, 39.596902909526158 ], [ -111.16179295860269, 39.596732207199693 ], [ -111.16114593150789, 39.596462793601233 ], [ -111.16062723200226, 39.596283303306976 ], [ -111.16027295168942, 39.596189183056325 ], [ -111.15971127733702, 39.596059305270664 ], [ -111.1593570923056, 39.59600572900635 ], [ -111.15896100224029, 39.595962120465245 ], [ -111.15836110112724, 39.595921491650095 ], [ -111.15767988000212, 39.5959719754185 ], [ -111.15748195692129, 39.596003780325312 ], [ -111.15705687124451, 39.596013366098965 ], [ -111.15670176742124, 39.596067908089303 ], [ -111.1564212124393, 39.596126853874154 ], [ -111.15616627987693, 39.596185764547741 ], [ -111.1554796340244, 39.596416451214296 ], [ -111.15502587037923, 39.596624297280215 ], [ -111.15424046768017, 39.596967738636152 ], [ -111.15382773007661, 39.59729716626611 ], [ -111.15353713301064, 39.597558852907341 ], [ -111.15338027606289, 39.597730258114609 ], [ -111.15320026317266, 39.597964766599695 ], [ -111.15296255855669, 39.598447137375977 ], [ -111.15267838042008, 39.598983631232187 ], [ -111.15249887569428, 39.599452408858866 ], [ -111.15237137709954, 39.599736404371519 ], [ -111.15214493357614, 39.600047560593012 ], [ -111.15172042201162, 39.600331943899405 ], [ -111.15154588672307, 39.600413265445162 ], [ -111.15124916011504, 39.600544303155559 ], [ -111.15102799452816, 39.600607663773005 ], [ -111.15069030446335, 39.600648649101267 ], [ -111.15031172104037, 39.600631118633281 ], [ -111.14960685224884, 39.600541924154825 ], [ -111.14891355555682, 39.600416668889636 ], [ -111.14855231030157, 39.600336037528002 ], [ -111.14821438960422, 39.600268890921022 ], [ -111.14804553980628, 39.600287127021538 ], [ -111.14781881460989, 39.600475733450352 ], [ -111.14763902648136, 39.60082826942773 ], [ -111.14755791426947, 39.601026601678015 ], [ -111.14750057468493, 39.601450164143515 ], [ -111.14752448175075, 39.601738467160658 ], [ -111.14761258557058, 39.602089761538039 ], [ -111.14780576012808, 39.602553552418733 ], [ -111.14799889124018, 39.602995717997672 ], [ -111.14809269638897, 39.603287535930846 ], [ -111.14813406898692, 39.603571311259586 ], [ -111.14822786780292, 39.603859524896258 ], [ -111.14833898576808, 39.604075633022013 ], [ -111.14841498691543, 39.604210692172792 ], [ -111.14847959037397, 39.604462901209573 ], [ -111.14857932955199, 39.604804268360361 ], [ -111.14864979875286, 39.605075391640689 ], [ -111.14868511738558, 39.605250148444732 ], [ -111.14877885521102, 39.605507726229121 ], [ -111.14882017409452, 39.605764470037684 ], [ -111.14882075273803, 39.606034781625873 ], [ -111.14876296371038, 39.606246600280436 ], [ -111.14867019030549, 39.606440442848623 ], [ -111.14851338799005, 39.60665238801689 ], [ -111.14825761035286, 39.606882480122067 ], [ -111.1479482282582, 39.607103629516985 ], [ -111.14757125338001, 39.607311348337888 ], [ -111.14714059698539, 39.607474081881733 ], [ -111.14646537292992, 39.607664153610934 ], [ -111.14579002234333, 39.607795653917314 ], [ -111.14474785569165, 39.607986175515457 ], [ -111.14383947655227, 39.608095428539137 ], [ -111.14316975558985, 39.608136802562086 ], [ -111.14248826498309, 39.608119619507633 ], [ -111.14191164127033, 39.608115820029433 ], [ -111.14155060255185, 39.608152302077599 ], [ -111.14119549033387, 39.608239234086376 ], [ -111.14085792895293, 39.608364888486101 ], [ -111.14059143521352, 39.608495862173797 ], [ -111.14036924254096, 39.608644802549101 ], [ -111.14007858372936, 39.608924475963889 ], [ -111.13973003096096, 39.609379921204095 ], [ -111.13954413549179, 39.609623425585582 ], [ -111.13932952240489, 39.610069698222581 ], [ -111.13912093855073, 39.610619582862178 ], [ -111.13891207229541, 39.61102980615825 ], [ -111.13858666530477, 39.611417642113878 ], [ -111.13833107037674, 39.611764847223554 ], [ -111.13815717127797, 39.612188543050927 ], [ -111.13811081513539, 39.612310238590837 ], [ -111.13801851388962, 39.612760868348907 ], [ -111.13795518352052, 39.613134875198817 ], [ -111.13800856400916, 39.613616868211345 ], [ -111.1381142260219, 39.614026715826995 ], [ -111.13820205618359, 39.61425637655703 ], [ -111.13826090571033, 39.614558154889878 ], [ -111.13820903681366, 39.614837538945231 ], [ -111.13808128169103, 39.615035919602043 ], [ -111.13792307497671, 39.615153242690113 ], [ -111.13774379061581, 39.615216528168474 ], [ -111.13752250359416, 39.615248326704993 ], [ -111.13728946849075, 39.61523058151797 ], [ -111.13684649453657, 39.615091442967973 ], [ -111.13637440637717, 39.614956842101684 ], [ -111.13588482756776, 39.614813249373135 ], [ -111.13551765356975, 39.614710058657124 ], [ -111.13522031851362, 39.614575249121216 ], [ -111.13477724802027, 39.614382040380995 ], [ -111.13444375781788, 39.614224744787094 ], [ -111.13427004516615, 39.614157367680804 ], [ -111.13392039508915, 39.61407667764702 ], [ -111.13289505070085, 39.613992256218026 ], [ -111.13245811575041, 39.613956713586354 ], [ -111.13224826574378, 39.613875859047148 ], [ -111.13212112077264, 39.613790404905828 ], [ -111.13199730846148, 39.613619348036359 ], [ -111.13195044449463, 39.613479740065138 ], [ -111.13193851258605, 39.613331082006859 ], [ -111.13202520893533, 39.612975072684371 ], [ -111.1320888364972, 39.61274072992741 ], [ -111.13207678456934, 39.612528999187987 ], [ -111.13204131392254, 39.612254222241113 ], [ -111.13195325006782, 39.61188940098554 ], [ -111.13191335989997, 39.611740774633347 ], [ -111.13175446704331, 39.611497674039249 ], [ -111.13138116841206, 39.61122327945121 ], [ -111.13110695090106, 39.610980308299958 ], [ -111.13090850616067, 39.610764282353891 ], [ -111.13079741462901, 39.610539147348256 ], [ -111.13061616647445, 39.610174429833201 ], [ -111.13040578910706, 39.609805239506443 ], [ -111.13019411406927, 39.609363966973113 ], [ -111.13011917090532, 39.609155910523725 ], [ -111.13007803873077, 39.608963133862396 ], [ -111.13007776895876, 39.60881896764144 ], [ -111.13008334048848, 39.608683805285061 ], [ -111.13013533030666, 39.608453981656368 ], [ -111.13025722103298, 39.608228584854643 ], [ -111.13053636928727, 39.608003011343449 ], [ -111.13096669454147, 39.607642110702322 ], [ -111.1311294449622, 39.607466224145995 ], [ -111.13126303041551, 39.607267844284415 ], [ -111.13134988448209, 39.606997433818194 ], [ -111.13136109721449, 39.606766754627138 ], [ -111.13135490008963, 39.606569433631279 ], [ -111.1313369574832, 39.606320766559975 ], [ -111.13124318447728, 39.60601091435413 ], [ -111.13095664378832, 39.605398529614234 ], [ -111.13064092833808, 39.604754640458353 ], [ -111.13046552870195, 39.604394420967175 ], [ -111.13034276693296, 39.604151277546805 ], [ -111.13000986042204, 39.603651572470575 ], [ -111.12985179577521, 39.603214744043129 ], [ -111.12972827330677, 39.602561626787875 ], [ -111.12958155844196, 39.601962597705182 ], [ -111.12930637006222, 39.601174492608045 ], [ -111.1292064193003, 39.600665515059376 ], [ -111.12906582100642, 39.60021965548632 ], [ -111.12881429894314, 39.59962524676957 ], [ -111.12857457839488, 39.599111918194225 ], [ -111.12835262322301, 39.598756251868423 ], [ -111.12803170267291, 39.598418715033851 ], [ -111.12784480975208, 39.598126082025686 ], [ -111.12772792489983, 39.597900949952709 ], [ -111.12771590549451, 39.597698228600059 ], [ -111.12776205497119, 39.597459401591557 ], [ -111.12789518348009, 39.597017744262146 ], [ -111.12798139126647, 39.596395929894662 ], [ -111.12803456022431, 39.596175115848716 ], [ -111.12807375275008, 39.595954317176187 ], [ -111.12805585790022, 39.595723669939211 ], [ -111.1280613510819, 39.595544356359419 ], [ -111.1280435409866, 39.595359662198099 ], [ -111.12794397260733, 39.595048912071441 ], [ -111.12787962639911, 39.594891300389371 ], [ -111.12769247894668, 39.59445450035016 ], [ -111.12765095548022, 39.594040066165846 ], [ -111.12760961436581, 39.593724746483119 ], [ -111.12752166356564, 39.593395962281747 ], [ -111.12743969357338, 39.593152770543234 ], [ -111.12728187521277, 39.592828567949354 ], [ -111.1270763995731, 39.592553974634008 ], [ -111.12675095397725, 39.592270501434385 ], [ -111.12637772935052, 39.591969058413817 ], [ -111.12605703756606, 39.591735135459565 ], [ -111.12571761662164, 39.591447169264242 ], [ -111.12554383111433, 39.591303190191695 ], [ -111.12549112351611, 39.591136554069841 ], [ -111.12547901432563, 39.590879769726534 ], [ -111.12546090353023, 39.590523877049449 ], [ -111.12544865481435, 39.59018960306809 ], [ -111.12541919269135, 39.589996811514851 ], [ -111.1253778722641, 39.589685996008392 ], [ -111.12536000588258, 39.589465259552725 ], [ -111.12528951521735, 39.589122938916312 ], [ -111.12515512064135, 39.588861781015062 ], [ -111.12498599288936, 39.588713290803703 ], [ -111.12486338321119, 39.588528708607079 ], [ -111.12478725910218, 39.588290013723856 ], [ -111.12471111936442, 39.588042308357011 ], [ -111.12465252089886, 39.587835131097471 ], [ -111.12465208497447, 39.587591849658899 ], [ -111.12464572953591, 39.587294511910422 ], [ -111.12472800728325, 39.587069162580455 ], [ -111.12475569737552, 39.586924965782309 ], [ -111.12477870502697, 39.586767258338504 ], [ -111.12479577684016, 39.586546484161751 ], [ -111.1246729696598, 39.586249271365659 ], [ -111.12464907401146, 39.585911405368932 ], [ -111.12457284865474, 39.585614142457018 ], [ -111.12445022943731, 39.585420549288145 ], [ -111.12423410535344, 39.585033331419247 ], [ -111.1240416991015, 39.584884864614509 ], [ -111.12386079577541, 39.584656192259878 ], [ -111.12370894640856, 39.584394150036623 ], [ -111.12365610435225, 39.584146419003453 ], [ -111.12364392315607, 39.583844581996779 ], [ -111.12353803274904, 39.583231984185225 ], [ -111.12340332058196, 39.582781604901143 ], [ -111.12315191031475, 39.582187181964024 ], [ -111.12308142044557, 39.581834948053128 ], [ -111.12302824962175, 39.581398898550624 ], [ -111.12307425472143, 39.581075374640022 ], [ -111.12303291671373, 39.580745635883062 ], [ -111.12308423183001, 39.580132870780808 ], [ -111.12302540597621, 39.57979053585386 ], [ -111.12292592225674, 39.579502306615183 ], [ -111.12272741814124, 39.579187150530778 ], [ -111.12251153723888, 39.57892156991128 ], [ -111.12226650085768, 39.578628988190935 ], [ -111.12203200916201, 39.57837243668834 ], [ -111.1217999110314, 39.578151924015856 ], [ -111.12158427302352, 39.578021498213523 ], [ -111.12134543635585, 39.577941554789838 ], [ -111.12115315629745, 39.577850749798337 ], [ -111.12090265195634, 39.577756400894472 ], [ -111.12037270756734, 39.57766684646333 ], [ -111.12001183866438, 39.577716777211648 ], [ -111.11997654251813, 39.577505067918338 ], [ -111.12000528653563, 39.577293292492541 ], [ -111.12009198400695, 39.576928279392753 ], [ -111.12023110747707, 39.576581232894974 ], [ -111.12032946970105, 39.576229723193954 ], [ -111.12043971602006, 39.576017863195673 ], [ -111.120544030734, 39.575742936019729 ], [ -111.1206018728324, 39.57552662496655 ], [ -111.12072344010264, 39.575130038482051 ], [ -111.12078712620928, 39.574927236934926 ], [ -111.12082179780661, 39.574778528283225 ], [ -111.12080405930317, 39.57462086364869 ], [ -111.1207394278303, 39.574278533266074 ], [ -111.12072746430329, 39.574093831218889 ], [ -111.12069220690798, 39.573904648127296 ], [ -111.12058686517831, 39.573584886047207 ], [ -111.12051045863211, 39.573165077704104 ], [ -111.12045780188195, 39.573012855454856 ], [ -111.12044704415661, 39.572851579295502 ], [ -111.12041640477213, 39.572638964084597 ], [ -111.12029963368143, 39.572440854793513 ], [ -111.12005475380313, 39.572220351627969 ], [ -111.11979238810399, 39.57198635026424 ], [ -111.11956504513554, 39.571806375067062 ], [ -111.11937847589961, 39.571639873241743 ], [ -111.11920944869419, 39.571518405451577 ], [ -111.11892980929309, 39.571392545428502 ], [ -111.11852900327426, 39.571217250803713 ], [ -111.11812008004502, 39.571059983975452 ], [ -111.11781128466541, 39.57090261424316 ], [ -111.11751404194368, 39.570691169197161 ], [ -111.11721105564472, 39.570524781516241 ], [ -111.11695478448597, 39.570443945486467 ], [ -111.11668098980365, 39.57032708461135 ], [ -111.11651196294841, 39.57020110763186 ], [ -111.11619155515316, 39.570057260913799 ], [ -111.1157604934928, 39.569881986938945 ], [ -111.11535289043002, 39.569810308475716 ], [ -111.11516656767598, 39.569783461857334 ], [ -111.11472985989502, 39.569711810045455 ], [ -111.11456100859148, 39.569689450440976 ], [ -111.11426400276594, 39.569613153845445 ], [ -111.11395513400379, 39.569401711072352 ], [ -111.11377433213073, 39.569190142164459 ], [ -111.11364015914876, 39.569014569264233 ], [ -111.11355245282068, 39.56877587751395 ], [ -111.11370355864537, 39.568627056998977 ], [ -111.11395934734028, 39.568419565616452 ], [ -111.11420351605122, 39.568226501838559 ], [ -111.11443600133599, 39.568009120771812 ], [ -111.11459288013837, 39.567833261980411 ], [ -111.1147730941762, 39.56768891658399 ], [ -111.11495891271805, 39.567413913502243 ], [ -111.11512743825743, 39.567242547687975 ], [ -111.11544706883933, 39.566926864040127 ], [ -111.11564465924542, 39.566732942401565 ], [ -111.1159179504496, 39.566556965889461 ], [ -111.11639491156753, 39.566344743030619 ], [ -111.11670904371775, 39.566227291824944 ], [ -111.11698831615492, 39.566149520954134 ], [ -111.11736527538363, 39.566010379571161 ], [ -111.11782595282142, 39.565811682979508 ], [ -111.11804098830744, 39.565613234308636 ], [ -111.11815697687025, 39.565360823117743 ], [ -111.11820303856851, 39.565063430559128 ], [ -111.11827827871268, 39.564810159612932 ], [ -111.11835900513658, 39.564360454610174 ], [ -111.11844002022002, 39.564081047261396 ], [ -111.11848055818497, 39.563959364486472 ], [ -111.11852684767184, 39.563797128676143 ], [ -111.11859052989647, 39.563594327942162 ], [ -111.1186482068475, 39.563283407546287 ], [ -111.118671021019, 39.563008564627417 ], [ -111.11875206402539, 39.562747177929133 ], [ -111.1186875613231, 39.562467918926885 ], [ -111.11864618780827, 39.562098531454751 ], [ -111.11833695785838, 39.561662739418082 ], [ -111.11803963697369, 39.561382815775609 ], [ -111.11773651477918, 39.561112808765934 ], [ -111.11751492669146, 39.560869749989436 ], [ -111.11729913932231, 39.560614070248285 ], [ -111.11708337323455, 39.560370103702155 ], [ -111.11702492696242, 39.560225994821273 ], [ -111.11695013848473, 39.560054870899563 ], [ -111.11696689582566, 39.559635866494141 ], [ -111.11706390498338, 39.55917623406603 ], [ -111.11708676197841, 39.558923917433482 ], [ -111.1171096718448, 39.558703137435238 ], [ -111.11713259672328, 39.558491367895897 ], [ -111.11698647007277, 39.558122085098603 ], [ -111.11661941955073, 39.557897191783731 ], [ -111.11608915119476, 39.557519282139751 ], [ -111.11533755952762, 39.557042474511491 ], [ -111.11497049026633, 39.556799554981417 ], [ -111.11461493768101, 39.556480033758447 ], [ -111.11443992828318, 39.556232417725418 ], [ -111.11436976950527, 39.556038761234689 ], [ -111.11429368019553, 39.555777531842956 ], [ -111.11429919706561, 39.555592811343928 ], [ -111.11438003335864, 39.555200775424773 ], [ -111.11460059906885, 39.554840138458097 ], [ -111.11483764394578, 39.554592115935037 ], [ -111.11498980591561, 39.554398239888982 ], [ -111.11512913499547, 39.554187256411929 ], [ -111.11520451625655, 39.554019586533968 ], [ -111.11523913730247, 39.553839342331095 ], [ -111.11530273803176, 39.553586985410682 ], [ -111.11534303667516, 39.553321135829087 ], [ -111.11541826120637, 39.553059756792067 ], [ -111.11551674929747, 39.552789344080331 ], [ -111.11564438770124, 39.552550439009629 ], [ -111.11580011720416, 39.552406116018425 ], [ -111.11602795807563, 39.552230184112929 ], [ -111.11617907388646, 39.552111995653227 ], [ -111.11633582377995, 39.551882972241394 ], [ -111.11611452536322, 39.551793088558675 ], [ -111.1158990247031, 39.551689682925584 ], [ -111.11552632647454, 39.55154588600341 ], [ -111.11527599154586, 39.551492071566599 ], [ -111.11496725970525, 39.551316672643324 ], [ -111.11472855788597, 39.551258340268312 ], [ -111.11451296465, 39.551096363905323 ], [ -111.11407613128415, 39.550876036245214 ], [ -111.11359279540446, 39.5506872891375 ], [ -111.11323757334651, 39.550547973015576 ], [ -111.11278336900251, 39.550377215143655 ], [ -111.11228266857329, 39.550242542416775 ], [ -111.11173550189984, 39.550162876258426 ], [ -111.11114734521753, 39.549923760869554 ], [ -111.11067566288143, 39.549734990449096 ], [ -111.11013991878244, 39.54951474207499 ], [ -111.10974971462369, 39.549325890644617 ], [ -111.10931290032785, 39.549101039734524 ], [ -111.10914973665207, 39.548961530289411 ], [ -111.10898658772673, 39.548831031100143 ], [ -111.10889325843283, 39.548691455785772 ], [ -111.10864405355873, 39.548606089213521 ], [ -111.10827601428014, 39.548444243591213 ], [ -111.10813036833957, 39.54834075839063 ], [ -111.10785660564271, 39.548178823688559 ], [ -111.10745446926462, 39.547790843438335 ], [ -111.10718640625142, 39.547548708382202 ], [ -111.10695316274344, 39.547242566077777 ], [ -111.10678396097224, 39.546954385481413 ], [ -111.10662066259734, 39.54672026224376 ], [ -111.1064923358588, 39.546522148755798 ], [ -111.10656753119848, 39.546224733129392 ], [ -111.10689871513998, 39.545891040264522 ], [ -111.10733464778799, 39.545561755010809 ], [ -111.10763672922815, 39.545228086878403 ], [ -111.10784000149214, 39.544971098979957 ], [ -111.10804331417623, 39.544741142204117 ], [ -111.10826979680695, 39.544443584665466 ], [ -111.10843815717226, 39.544191133457119 ], [ -111.10850769809113, 39.544006353110454 ], [ -111.10853638620991, 39.543745021533312 ], [ -111.10852426540218, 39.543435071287973 ], [ -111.10830811414991, 39.542889235917571 ], [ -111.10825554069906, 39.542758632472797 ], [ -111.10811526424078, 39.542357795241401 ], [ -111.10800993050944, 39.54197494637426 ], [ -111.10782307155141, 39.541551625726349 ], [ -111.10775861157163, 39.541258843797785 ], [ -111.10771173522033, 39.541048041208846 ], [ -111.10775215183382, 39.54084436611771 ], [ -111.10793194054004, 39.540461252421913 ], [ -111.10807694081441, 39.540159265418204 ], [ -111.1080821795443, 39.539785324125312 ], [ -111.10800611772733, 39.539515079323991 ], [ -111.107849494373, 39.539073709402935 ], [ -111.10766215699367, 39.538335020576561 ], [ -111.10736951692573, 39.537979375750545 ], [ -111.10707809892504, 39.537659771118413 ], [ -111.10680993679271, 39.537326628589611 ], [ -111.10648370976672, 39.537070128054523 ], [ -111.106128392976, 39.536813653154141 ], [ -111.10564508739698, 39.536566304068877 ], [ -111.10512117202319, 39.53639557913079 ], [ -111.10470220671604, 39.536368925694504 ], [ -111.10448695306701, 39.536387140424509 ], [ -111.10380613339477, 39.536342697794403 ], [ -111.10342335658585, 39.536392596863109 ], [ -111.10275315543899, 39.536446353307724 ], [ -111.10247971168629, 39.53646101153538 ], [ -111.10191539232818, 39.536506560285233 ], [ -111.10157236887386, 39.536687070962913 ], [ -111.10110712374953, 39.536845160693183 ], [ -111.10074056222913, 39.536845478952138 ], [ -111.10042054170698, 39.53684125059705 ], [ -111.10010633318674, 39.536832511095028 ], [ -111.09950105503917, 39.536720399261341 ], [ -111.09909935937898, 39.536563058281146 ], [ -111.09884300414116, 39.536319992450281 ], [ -111.09867987861975, 39.53617145742421 ], [ -111.09840045639135, 39.536072578545706 ], [ -111.09820837390757, 39.536018677850791 ], [ -111.09798120419191, 39.535838659095575 ], [ -111.09760828064094, 39.535447015065721 ], [ -111.09735192841671, 39.535199440631352 ], [ -111.09711870674302, 39.534848225263815 ], [ -111.09687860572747, 39.534569099341674 ], [ -111.09678646470498, 39.534415997166484 ], [ -111.09658815649213, 39.534063850557388 ], [ -111.09631369977474, 39.533339631947001 ], [ -111.09619103376873, 39.532988322947958 ], [ -111.09601602484315, 39.532650572836246 ], [ -111.09588177501813, 39.532335315150462 ], [ -111.09569505276346, 39.531939005736682 ], [ -111.09541501037113, 39.53137157255842 ], [ -111.095251675965, 39.531056337942502 ], [ -111.09446538511739, 39.530417231849668 ], [ -111.09420331166679, 39.530219212821073 ], [ -111.0936326022113, 39.529805189417701 ], [ -111.09316676472935, 39.52949920557748 ], [ -111.09251478566649, 39.529211389209344 ], [ -111.09215971516257, 39.529072007973646 ], [ -111.09157195863119, 39.528950830245527 ], [ -111.09112969548886, 39.528865577714399 ], [ -111.0909724862899, 39.528766584970285 ], [ -111.09065791104258, 39.528446956739543 ], [ -111.09054106478702, 39.528068605322296 ], [ -111.09028436223588, 39.527510151739158 ], [ -111.09014440053448, 39.527248954791929 ], [ -111.08970270479135, 39.52669064314744 ], [ -111.08930553532767, 39.526371074840782 ], [ -111.08889776006727, 39.525943386802261 ], [ -111.08861796893821, 39.525511094537592 ], [ -111.08844875868593, 39.52511475964473 ], [ -111.08833757051076, 39.524596738098182 ], [ -111.08824384751895, 39.524087713684175 ], [ -111.08806883690168, 39.52370039308429 ], [ -111.0877251432572, 39.523326715422037 ], [ -111.08728842758313, 39.522993654048165 ], [ -111.08678771505696, 39.522651628263183 ], [ -111.08625685818328, 39.522390717572286 ], [ -111.08582722475518, 39.522129729756706 ], [ -111.08553019883207, 39.521846116489542 ], [ -111.08534946897591, 39.521521869668867 ], [ -111.08535485598809, 39.521170454408114 ], [ -111.08563327605701, 39.520516984992312 ], [ -111.08585392560376, 39.520192442529655 ], [ -111.08603932632894, 39.51958859871138 ], [ -111.08618413327066, 39.519088405959714 ], [ -111.08627078013072, 39.518597266709776 ], [ -111.0862875842501, 39.518074642284333 ], [ -111.08629907304432, 39.517957496587904 ], [ -111.0863449832155, 39.517452871591658 ], [ -111.08634458718709, 39.51713299727016 ], [ -111.08634996888591, 39.516781581703071 ], [ -111.08638449559523, 39.516479702508178 ], [ -111.08638396547529, 39.516051701580047 ], [ -111.08627871861445, 39.515610262548591 ], [ -111.08622578934718, 39.515141752929175 ], [ -111.08620783272258, 39.514731785937713 ], [ -111.08616094934534, 39.514447988155176 ], [ -111.08603249465853, 39.514050717707121 ], [ -111.08592739847882, 39.513727316404392 ], [ -111.08579905840155, 39.513421052205906 ], [ -111.08563705589658, 39.513173381283586 ], [ -111.08547275556921, 39.512948238212303 ], [ -111.08508840851474, 39.512570076638923 ], [ -111.08484969440396, 39.512372018781548 ], [ -111.08449449576496, 39.512043392012572 ], [ -111.08433726311928, 39.511885821361965 ], [ -111.084203247614, 39.51168768615522 ], [ -111.08419707236386, 39.51139034209497 ], [ -111.08428393604997, 39.511074909482844 ], [ -111.08431149484984, 39.510777540936886 ], [ -111.08438209904168, 39.510484646416685 ], [ -111.08445168120885, 39.510308889907996 ], [ -111.08456186181516, 39.510038492910411 ], [ -111.08471281501286, 39.509817624198405 ], [ -111.08489858749117, 39.509533655908939 ], [ -111.0850610444697, 39.509209156826735 ], [ -111.08508993280604, 39.509051450794921 ], [ -111.08509539171727, 39.508758603416034 ], [ -111.08500761227407, 39.508317149885791 ], [ -111.08489084154728, 39.507947801964718 ], [ -111.08464605997806, 39.507528989048659 ], [ -111.08450615415346, 39.507263279066592 ], [ -111.08413338866114, 39.506813020982868 ], [ -111.08392377115577, 39.506610434676269 ], [ -111.08332544824783, 39.506236926389185 ], [ -111.08307977642943, 39.506034364373392 ], [ -111.08270714314058, 39.50568231674368 ], [ -111.08252081351951, 39.505494128210742 ], [ -111.08244502679557, 39.505341002266469 ], [ -111.0824041405195, 39.505192356823706 ], [ -111.08236293000131, 39.504768889146924 ], [ -111.08231622954888, 39.504621148834261 ], [ -111.08231017888178, 39.504422019463917 ], [ -111.08223420794349, 39.504111208454511 ], [ -111.08214668587964, 39.503867984842863 ], [ -111.0821349049466, 39.503740944076696 ], [ -111.08212882518129, 39.50351658507946 ], [ -111.08212268606857, 39.503241766897695 ], [ -111.08209312553545, 39.50283180661544 ], [ -111.08207512230136, 39.502358764107349 ], [ -111.08207461358025, 39.501926256804545 ], [ -111.08206845893584, 39.501637922689795 ], [ -111.08209128633824, 39.501268472902993 ], [ -111.08211996605685, 39.500930555978627 ], [ -111.08210202676113, 39.500511576747499 ], [ -111.08210755061717, 39.500263781923842 ], [ -111.08201996500551, 39.499961989330885 ], [ -111.08199058223479, 39.499701604295957 ], [ -111.08182138162238, 39.499227766956494 ], [ -111.0817509593944, 39.498682676326432 ], [ -111.08157109118217, 39.498034040736378 ], [ -111.08137754839001, 39.497624194829378 ], [ -111.08113856078187, 39.497137790327926 ], [ -111.08094028212413, 39.496651356961884 ], [ -111.08073043346498, 39.496214489470624 ], [ -111.08058472426136, 39.495926251802871 ], [ -111.08029940434776, 39.49559305750568 ], [ -111.07997336170726, 39.495241869330528 ], [ -111.07942618539565, 39.494742156786266 ], [ -111.07878010281541, 39.494188445143692 ], [ -111.0783087283164, 39.493859877061062 ], [ -111.07809925740871, 39.493738374989967 ], [ -111.07777928025629, 39.493594420037539 ], [ -111.07740110624835, 39.493405450005099 ], [ -111.07709275669575, 39.493256980118282 ], [ -111.07663306555189, 39.492964439801582 ], [ -111.07608020465671, 39.492545810371787 ], [ -111.07553314560398, 39.492109153327959 ], [ -111.07514314778555, 39.491726455837806 ], [ -111.07468897621361, 39.491141059897508 ], [ -111.07453747353243, 39.490839302218099 ], [ -111.07443834661407, 39.49057805848274 ], [ -111.07436837003732, 39.490388880770077 ], [ -111.07420495395573, 39.489816812369433 ], [ -111.07401218161642, 39.488974444464816 ], [ -111.07385583008912, 39.488478961017563 ], [ -111.07383112751177, 39.488212263002161 ], [ -111.07387033354615, 39.487898669273186 ], [ -111.07395255766261, 39.487577839683617 ], [ -111.07404537674461, 39.487379547427487 ], [ -111.07423124325803, 39.487199216927458 ], [ -111.07456235049092, 39.486910665880423 ], [ -111.07519558652955, 39.486427289911703 ], [ -111.07589848816589, 39.485855561108252 ], [ -111.07639812982453, 39.4855092267888 ], [ -111.07672336040631, 39.485179224597282 ], [ -111.07701949850369, 39.48483212060502 ], [ -111.07722273801251, 39.484602215419777 ], [ -111.07742607610118, 39.4844624158453 ], [ -111.07742590124566, 39.484304730390264 ], [ -111.0774953199417, 39.483989312991632 ], [ -111.07743692978114, 39.483764086768858 ], [ -111.07730287325714, 39.48346232068797 ], [ -111.07712810521213, 39.483147065537729 ], [ -111.07678462061909, 39.482728299661439 ], [ -111.07599884290617, 39.481904345302056 ], [ -111.07550987844451, 39.481349610363196 ], [ -111.07526533017483, 39.481008266818179 ], [ -111.07508468621735, 39.480620927381828 ], [ -111.07501336158354, 39.480251538391087 ], [ -111.07506077261282, 39.480008221306115 ], [ -111.07513600658315, 39.479688296020647 ], [ -111.07535065077963, 39.479260153073277 ], [ -111.07554218900438, 39.478971689207917 ], [ -111.07576859742461, 39.478674191685045 ], [ -111.07615190143567, 39.478313516772573 ], [ -111.07695362183603, 39.477812899918099 ], [ -111.07744167770507, 39.477560278714151 ], [ -111.07777866492813, 39.477384346819733 ], [ -111.07806916788128, 39.477230971698276 ], [ -111.07865133264694, 39.476924218483497 ], [ -111.07924862252331, 39.476630967957192 ], [ -111.07983411064578, 39.476189047278673 ], [ -111.08027668140863, 39.475832823232594 ], [ -111.08071798085973, 39.47538649218567 ], [ -111.08092686980712, 39.475049349884934 ], [ -111.08119374584894, 39.474588721236685 ], [ -111.08147790140045, 39.473993821597759 ], [ -111.08167504871071, 39.473564777770271 ], [ -111.0817966936156, 39.473196157872074 ], [ -111.08183132963383, 39.472988889211408 ], [ -111.08184263914619, 39.47271856259821 ], [ -111.0818248462693, 39.472416719273397 ], [ -111.08170228700975, 39.472002316794345 ], [ -111.08149810541236, 39.471380727035196 ], [ -111.08121815506198, 39.470583482598983 ], [ -111.08105481836373, 39.470088012141069 ], [ -111.08104273685535, 39.469695157247905 ], [ -111.08105406040804, 39.469434742237119 ], [ -111.08098972764328, 39.469096888529471 ], [ -111.08094857348138, 39.46869594423692 ], [ -111.08094834901146, 39.468502215881244 ], [ -111.08104094004929, 39.46814623155403 ], [ -111.08111634317636, 39.468006514230538 ], [ -111.08120919454942, 39.467875795301595 ], [ -111.08129624233082, 39.467753189919634 ], [ -111.08135421805579, 39.467623396307076 ], [ -111.0813248819974, 39.467389140441718 ], [ -111.07762802047991, 39.467378150943851 ], [ -111.07763052356238, 39.469630806460309 ], [ -111.05927356328478, 39.469628095707421 ], [ -111.05827377727229, 39.469655632873781 ], [ -111.00331913992844, 39.469760292081524 ], [ -111.00259253378356, 39.469778331806523 ], [ -111.00068010432973, 39.469796379972323 ], [ -110.98396233881037, 39.469741212337816 ], [ -110.9659890089973, 39.46971842246618 ], [ -110.87572169213183, 39.469477678624948 ], [ -110.8567195470598, 39.469482851153863 ], [ -110.85331904222886, 39.46948311711769 ], [ -110.83442736036763, 39.469480281079505 ], [ -110.81557641692453, 39.46946092477333 ], [ -110.79662089268979, 39.469429319271249 ], [ -110.77770590286038, 39.469453270530863 ], [ -110.75880868037005, 39.469379570635446 ], [ -110.75069967503757, 39.469416533524466 ], [ -110.73998068045594, 39.469460640482033 ], [ -110.72172262868709, 39.469458931696941 ], [ -110.70304512551202, 39.469403727673786 ], [ -110.70297072235603, 39.469403537660305 ], [ -110.68420701612797, 39.469394646159046 ], [ -110.66537920157577, 39.469423090320596 ], [ -110.64683630840788, 39.469431330558621 ], [ -110.63614051996117, 39.469474947030605 ], [ -110.6276551408386, 39.469227328508374 ], [ -110.62702148581378, 39.469238813828497 ], [ -110.62705335553574, 39.469802078019768 ], [ -110.62567547205285, 39.469847209241117 ], [ -110.60792359999122, 39.469752671426768 ], [ -110.58918892365307, 39.469742061892369 ], [ -110.56740256389368, 39.469726132556325 ], [ -110.54853427054626, 39.469708476094965 ], [ -110.53296194834554, 39.46967761434761 ], [ -110.51119278113194, 39.469706187470727 ], [ -110.50067304840155, 39.469665999025473 ], [ -110.49538801712964, 39.469670217777782 ], [ -110.48537271604323, 39.469648854060956 ], [ -110.47679317657034, 39.469628591039182 ], [ -110.45805328715353, 39.469556283279935 ], [ -110.45469978325842, 39.469495553825574 ], [ -110.43923798117576, 39.469471581292247 ], [ -110.43593067710557, 39.469451080806763 ], [ -110.42052719643031, 39.469406882130045 ], [ -110.41722106995098, 39.469385855381411 ], [ -110.40164788298458, 39.46934281049969 ], [ -110.39835211035908, 39.469335717401734 ], [ -110.39305108454975, 39.469311774784401 ], [ -110.38461708315155, 39.469277360897273 ], [ -110.37772293643451, 39.469302846480652 ], [ -110.37565365642355, 39.469296260358583 ], [ -110.3729276494424, 39.469277087432872 ], [ -110.36420278021514, 39.469270259805981 ], [ -110.35530931913557, 39.46926634823707 ], [ -110.34523564896399, 39.469286654057257 ], [ -110.33802789580555, 39.469281889366925 ], [ -110.32662319666623, 39.469292998152277 ], [ -110.31758580436113, 39.469267346706467 ], [ -110.31485836216301, 39.469278340771012 ], [ -110.3138120864635, 39.46927667690931 ], [ -110.31153930703158, 39.469276759328039 ], [ -110.30796437442659, 39.469287076436331 ], [ -110.30166906643261, 39.469299000071814 ], [ -110.2989254417724, 39.469300512706567 ], [ -110.28929370033636, 39.469305119528606 ], [ -110.27996425874123, 39.469306295419621 ], [ -110.2753140029011, 39.469313450659136 ], [ -110.27221002108284, 39.469312086646681 ], [ -110.27065798366502, 39.469315878518508 ], [ -110.25672505518132, 39.46929974173748 ], [ -110.25211554651113, 39.469301724345243 ], [ -110.25143555342082, 39.46929284383156 ], [ -110.25074969993207, 39.469288426822217 ], [ -110.24383251393036, 39.469293210480643 ], [ -110.22705724142257, 39.469273022130224 ], [ -110.20629990778455, 39.4692863757152 ], [ -110.18766414574016, 39.469306358190785 ], [ -110.1696218485895, 39.469278936538608 ], [ -110.16060633581984, 39.469280885781735 ], [ -110.15090486698072, 39.469287941734166 ], [ -110.13229916094224, 39.469230790034537 ], [ -110.12570797414969, 39.469199441537313 ], [ -110.11720370369763, 39.469225294954235 ], [ -110.11610504255027, 39.469230464692323 ], [ -110.11398914709284, 39.469236888257456 ], [ -110.10561315393602, 39.469231334673488 ], [ -110.1024105148165, 39.469220173447873 ], [ -110.09398199810967, 39.469231397284638 ], [ -110.08370466223805, 39.469272508417951 ], [ -110.08235626262531, 39.469261875443877 ], [ -110.07070249831824, 39.469214378611419 ], [ -110.0650286848973, 39.469263506160821 ], [ -110.05907649825515, 39.469265052638477 ], [ -110.04743943352089, 39.469273926578957 ], [ -110.03584894762706, 39.469277516669727 ], [ -110.02393282523167, 39.46929073383518 ], [ -110.02418001142564, 39.469072054238708 ], [ -110.02429769761882, 39.468969422456546 ], [ -110.02452213705831, 39.468714509741055 ], [ -110.02464714355739, 39.468503814482645 ], [ -110.0247487130724, 39.468306438084547 ], [ -110.02483834384491, 39.468131487413814 ], [ -110.02495891969193, 39.467821640478682 ], [ -110.02512495475494, 39.467169780124166 ], [ -110.02519693018451, 39.466593719223326 ], [ -110.02513872116749, 39.466183258946508 ], [ -110.02503364216324, 39.465799436796928 ], [ -110.02490525480263, 39.465419924276503 ], [ -110.02479323471546, 39.46511713710516 ], [ -110.02469252434973, 39.464836970627303 ], [ -110.0246277533314, 39.464480517252518 ], [ -110.02457378844133, 39.464182721958394 ], [ -110.02455186299062, 39.464087929017531 ], [ -110.02451851579659, 39.463978623645666 ], [ -110.02445165817757, 39.463771724998125 ], [ -110.02431627080347, 39.463477751652356 ], [ -110.02410009034506, 39.463142553408133 ], [ -110.0239691955946, 39.462943226382194 ], [ -110.02372452782438, 39.462567241584729 ], [ -110.02330866968755, 39.461964558928003 ], [ -110.0229388051993, 39.461398302748314 ], [ -110.02255094572035, 39.460872440852256 ], [ -110.02211729568647, 39.460296635460345 ], [ -110.02160273786085, 39.459688611379654 ], [ -110.02102300448895, 39.459170140231329 ], [ -110.02055748088875, 39.458796794386082 ], [ -110.02007415007459, 39.458450327790999 ], [ -110.01966529318582, 39.458181075339652 ], [ -110.01941272921688, 39.458039284904977 ], [ -110.01931922274875, 39.457993444454431 ], [ -110.01904762230591, 39.457883029056745 ], [ -110.01873572522605, 39.457745241840549 ], [ -110.0183945213472, 39.457625227196786 ], [ -110.01781090363022, 39.457386029327388 ], [ -110.01761440719348, 39.457307781252744 ], [ -110.01695032880403, 39.457004826614742 ], [ -110.01648337071457, 39.456735972869986 ], [ -110.01612691192781, 39.456461744894845 ], [ -110.01585109759172, 39.456238656512447 ], [ -110.01565177779702, 39.455948637049048 ], [ -110.01555603918098, 39.455731577251036 ], [ -110.01552965013695, 39.455542135638751 ], [ -110.01555082628751, 39.455276508344461 ], [ -110.01558330654335, 39.45503350270404 ], [ -110.01562096283764, 39.454835592820629 ], [ -110.01565792102254, 39.454687234169967 ], [ -110.01574104768301, 39.454561792245222 ], [ -110.01585322764447, 39.454436596127117 ], [ -110.01592403454123, 39.454360606970738 ], [ -110.01622955224991, 39.45412441641583 ], [ -110.01640416905506, 39.454022273893656 ], [ -110.01682655222695, 39.453823111691626 ], [ -110.01753995000269, 39.453509271663165 ], [ -110.01821681987356, 39.453313155038153 ], [ -110.01886415235683, 39.453151024767052 ], [ -110.01915613727328, 39.453049868200367 ], [ -110.01950685931088, 39.452904154139759 ], [ -110.01958877638756, 39.452864297970891 ], [ -110.01965319840937, 39.452828799463731 ], [ -110.01991132800444, 39.45265527240047 ], [ -110.0200232448158, 39.452548090755251 ], [ -110.02014716130572, 39.452413978907394 ], [ -110.02039044498061, 39.452055612486738 ], [ -110.020432255044, 39.451974871068394 ], [ -110.0205337482723, 39.451782002314701 ], [ -110.02067938561495, 39.451341719194744 ], [ -110.02068582721249, 39.451296721435419 ], [ -110.02075049512825, 39.450828725120616 ], [ -110.02088450821442, 39.450388343780169 ], [ -110.02091488518755, 39.450293990299151 ], [ -110.02109139799654, 39.449723315615365 ], [ -110.02146964652552, 39.44893808846691 ], [ -110.02157962652248, 39.4484704727208 ], [ -110.02180791643923, 39.447936273947661 ], [ -110.02205762853244, 39.447532004665256 ], [ -110.02225843743049, 39.447300323511357 ], [ -110.02250611645843, 39.447041103682274 ], [ -110.02293155920293, 39.446535590642483 ], [ -110.02324534637202, 39.44611924238685 ], [ -110.02344804747533, 39.445751517785943 ], [ -110.02355734630703, 39.445414545087836 ], [ -110.0235745655276, 39.445013726349956 ], [ -110.02361640816427, 39.444513999768517 ], [ -110.02362624416521, 39.444225749138347 ], [ -110.02358253311775, 39.444027153082281 ], [ -110.02354387721942, 39.443882661927027 ], [ -110.02352732842802, 39.443819450090778 ], [ -110.02342816212062, 39.443431169660094 ], [ -110.02339328204387, 39.443016397716057 ], [ -110.02348561722891, 39.442728839751567 ], [ -110.0235679307868, 39.442576353791843 ], [ -110.02359767148762, 39.442527046193526 ], [ -110.02365115432067, 39.442441896238812 ], [ -110.02378748267036, 39.442249316674832 ], [ -110.02403551506926, 39.441963064989629 ], [ -110.02412586690571, 39.441734057516577 ], [ -110.02415749286261, 39.441549609327126 ], [ -110.02414989704326, 39.441261212237102 ], [ -110.02405054198449, 39.440886446215117 ], [ -110.02394478768348, 39.440137693999212 ], [ -110.02386827154614, 39.439375671365937 ], [ -110.02367861071309, 39.438810928132767 ], [ -110.02356474926339, 39.438643279486257 ], [ -110.0232841142834, 39.438352589627826 ], [ -110.02303657577737, 39.438188323003757 ], [ -110.02278272548661, 39.438060044508148 ], [ -110.02242462249596, 39.437908363193038 ], [ -110.02198607221831, 39.437692931379054 ], [ -110.02167558180614, 39.437460554323494 ], [ -110.02143493112823, 39.437219753641301 ], [ -110.02131495312906, 39.43707457737333 ], [ -110.02127542288446, 39.436993150931407 ], [ -110.0211454033236, 39.436735259701003 ], [ -110.02103331687206, 39.436441477569751 ], [ -110.02095261065462, 39.435981266633064 ], [ -110.02095519614389, 39.435796574703431 ], [ -110.02101599937529, 39.435603362383922 ], [ -110.02104636933414, 39.435509008549104 ], [ -110.02120851220603, 39.435131935316761 ], [ -110.02134691264956, 39.43479070375944 ], [ -110.02138309087805, 39.434696398692523 ], [ -110.02144395493833, 39.434498681403539 ], [ -110.0215623306317, 39.433927515173757 ], [ -110.0215882521417, 39.43332043039613 ], [ -110.02163390544057, 39.432964001454629 ], [ -110.02165435670811, 39.43274792318563 ], [ -110.02166508023322, 39.432396606637361 ], [ -110.0216504888902, 39.432193749231665 ], [ -110.02164353370257, 39.431860304808573 ], [ -110.02162307065547, 39.431661903207335 ], [ -110.02154505907166, 39.431341376672393 ], [ -110.02142995797129, 39.430931334757297 ], [ -110.02131883710008, 39.430569081487576 ], [ -110.021159235483, 39.430018102063258 ], [ -110.02103103001797, 39.429548480537434 ], [ -110.02095746339972, 39.428993719635422 ], [ -110.02093195092614, 39.428741212717561 ], [ -110.02090650166511, 39.428484201098691 ], [ -110.02082108033024, 39.427946460059346 ], [ -110.02086260203166, 39.427470157513206 ], [ -110.02095843776451, 39.427263724167602 ], [ -110.0210109391481, 39.427165051258385 ], [ -110.02113685187589, 39.426967881333738 ], [ -110.02133711181217, 39.42677133683403 ], [ -110.02152524976229, 39.426610731759659 ], [ -110.0216719090924, 39.426508345356538 ], [ -110.02239383435904, 39.425978294061508 ], [ -110.02290483713962, 39.42557621691833 ], [ -110.02332345458079, 39.425133715841859 ], [ -110.02350152621264, 39.424861293485236 ], [ -110.02361003568674, 39.424578375453919 ], [ -110.02370193672161, 39.424236750024761 ], [ -110.02370619844183, 39.42393133176634 ], [ -110.02363642476021, 39.423519869873715 ], [ -110.0235309103595, 39.423172082041027 ], [ -110.02338222520901, 39.423004140539248 ], [ -110.02315879003244, 39.422781508451287 ], [ -110.02301515990534, 39.422667671598809 ], [ -110.02243310798869, 39.422252806121733 ], [ -110.02190565840338, 39.421838396877561 ], [ -110.02169808112049, 39.421728525890586 ], [ -110.02149544318173, 39.421680868160813 ], [ -110.02121665873639, 39.421678522634025 ], [ -110.02096614542187, 39.421731378111083 ], [ -110.02079727178021, 39.421761493177875 ], [ -110.02063420601533, 39.421791656898947 ], [ -110.01969646478244, 39.421972977029434 ], [ -110.01962077103794, 39.421985854747668 ], [ -110.01929539501376, 39.421992122355356 ], [ -110.01898796092537, 39.4219615975518 ], [ -110.01865790152139, 39.421887630926442 ], [ -110.01846726047613, 39.421813037808519 ], [ -110.01837488835037, 39.421772612358915 ], [ -110.01811523455056, 39.421648779845313 ], [ -110.01802287549239, 39.421607453182624 ], [ -110.01751512401438, 39.421364388838647 ], [ -110.01718615731133, 39.421212937456254 ], [ -110.0169085775655, 39.421124992569105 ], [ -110.01683919856299, 39.421101880073195 ], [ -110.0164977323066, 39.421013394207755 ], [ -110.01632974516761, 39.42098043717678 ], [ -110.01621971092301, 39.420956980500485 ], [ -110.01546115256409, 39.420788374507261 ], [ -110.01474581027972, 39.420521014749525 ], [ -110.01425465764049, 39.420255550687983 ], [ -110.01391497631735, 39.420040926164553 ], [ -110.01357599558071, 39.419776749146507 ], [ -110.01322603698723, 39.419467425788895 ], [ -110.01247366852763, 39.418861846292806 ], [ -110.01198132439858, 39.418353080493397 ], [ -110.0117411535429, 39.418085232123488 ], [ -110.01155318993406, 39.417822332117872 ], [ -110.01146811103683, 39.417677441988246 ], [ -110.01137728847522, 39.417527997755883 ], [ -110.01109806068233, 39.417147185504355 ], [ -110.01096154269838, 39.416943289774835 ], [ -110.01088903622313, 39.416730927749221 ], [ -110.01086235400793, 39.416564007580561 ], [ -110.01083075571887, 39.416333972460286 ], [ -110.01082673089293, 39.416207791958506 ], [ -110.01078439377542, 39.415833498312459 ], [ -110.01071271890731, 39.415233693887451 ], [ -110.01052992507358, 39.414605912876333 ], [ -110.01040643307822, 39.41397413080243 ], [ -110.01035011677673, 39.413356435739352 ], [ -110.01029764900926, 39.412959529435405 ], [ -110.01029489911015, 39.41274325516315 ], [ -110.01033432842887, 39.412419214291681 ], [ -110.01039590345346, 39.412171950647135 ], [ -110.01044133015233, 39.411834445043041 ], [ -110.01040916189407, 39.411644951840103 ], [ -110.01033583429313, 39.411491150285073 ], [ -110.01024018512709, 39.411355179673521 ], [ -110.01020481787582, 39.411309826472603 ], [ -110.00996551849948, 39.410982512655153 ], [ -110.00990864533577, 39.410897330323962 ], [ -110.00981974624709, 39.41061274428408 ], [ -110.00986907009094, 39.410410428845893 ], [ -110.00988751070469, 39.410338502148754 ], [ -110.00994155807606, 39.410212815757113 ], [ -110.00998935226218, 39.410118612719508 ], [ -110.01002508633023, 39.410055843627688 ], [ -110.01035518347106, 39.409711749720849 ], [ -110.01082547210265, 39.409310279029235 ], [ -110.01113163406021, 39.409015536843029 ], [ -110.01126097736257, 39.408904005521563 ], [ -110.01141373878441, 39.408779157375811 ], [ -110.01166010982125, 39.408605546840747 ], [ -110.01197724316771, 39.408355947883308 ], [ -110.01222431048394, 39.408132784505497 ], [ -110.01257786919078, 39.407770862385746 ], [ -110.01291425785006, 39.407390772539003 ], [ -110.01298514624141, 39.407305774620134 ], [ -110.01351064779115, 39.406693015318311 ], [ -110.01377837991768, 39.406321351099677 ], [ -110.01383660560187, 39.406228135868261 ], [ -110.01402195540133, 39.405850366369215 ], [ -110.01413034507102, 39.405576465769848 ], [ -110.01446369798542, 39.404998115221211 ], [ -110.01472693546353, 39.404449805414643 ], [ -110.01491983133802, 39.40394775377186 ], [ -110.01500118915675, 39.403448361603957 ], [ -110.01511244319734, 39.40305284285008 ], [ -110.01527971193956, 39.402720871409855 ], [ -110.01548156410918, 39.402407213325645 ], [ -110.01576681474961, 39.402026681934139 ], [ -110.01623756774936, 39.401503551038665 ], [ -110.01690682535539, 39.400986601028357 ], [ -110.01751668339357, 39.400563755449014 ], [ -110.01789737499848, 39.400332697473161 ], [ -110.01827907454268, 39.400029562924111 ], [ -110.01842676809119, 39.399849698574066 ], [ -110.01851044138184, 39.399680106504135 ], [ -110.0185350550736, 39.399581198905551 ], [ -110.01856206774488, 39.399311112459003 ], [ -110.01854029523126, 39.399207308283295 ], [ -110.01851381473841, 39.399107969622094 ], [ -110.01841805345295, 39.398814321138616 ], [ -110.01807101831631, 39.398302300505421 ], [ -110.01795761330342, 39.398107617970759 ], [ -110.01787942414374, 39.397886201177975 ], [ -110.01787532380038, 39.397764525085101 ], [ -110.01797627593375, 39.397522094311022 ], [ -110.01809532556993, 39.397396952430867 ], [ -110.01838411256529, 39.39709303309639 ], [ -110.01889592078139, 39.396619794841662 ], [ -110.01932994896647, 39.396226993006188 ], [ -110.01956353084826, 39.395800963755313 ], [ -110.01966708558547, 39.395454932761886 ], [ -110.01967680064989, 39.395175689602567 ], [ -110.01962132783092, 39.394990507216427 ], [ -110.01958226371518, 39.394877546960608 ], [ -110.0194753592835, 39.394633362910604 ], [ -110.01928736441479, 39.394374979492412 ], [ -110.01903437098056, 39.393782659735287 ], [ -110.01898728073893, 39.393413733760895 ], [ -110.01899183595194, 39.393088493578183 ], [ -110.01903007653253, 39.392845532850025 ], [ -110.01910245648135, 39.392652417622301 ], [ -110.01930558615915, 39.392244152819771 ], [ -110.01944718986368, 39.392083157555305 ], [ -110.01962930558653, 39.391931513984758 ], [ -110.01990986236248, 39.391798720424077 ], [ -110.020143595856, 39.391692563308624 ], [ -110.0204711617268, 39.391519617078885 ], [ -110.02055906315313, 39.391461788923031 ], [ -110.02072350648967, 39.39132801581254 ], [ -110.02080011134869, 39.391247566157624 ], [ -110.02093603004516, 39.391077510692014 ], [ -110.02098442551969, 39.3909382553204 ], [ -110.02099735854014, 39.390843753983496 ], [ -110.02103999754191, 39.390285462238019 ], [ -110.02094226469332, 39.389883672895522 ], [ -110.02081053951358, 39.389670817735947 ], [ -110.02070263077853, 39.389498710115426 ], [ -110.02051439278968, 39.389258347438478 ], [ -110.02032066576545, 39.388995411996468 ], [ -110.02013211537633, 39.388777572297791 ], [ -110.01994362917191, 39.388555227583574 ], [ -110.01939565635223, 39.387883833717758 ], [ -110.01905933070874, 39.387439484274182 ], [ -110.01845875030511, 39.38679467387594 ], [ -110.01793919912456, 39.386168565323317 ], [ -110.01756212933324, 39.385732878075849 ], [ -110.01708386066838, 39.385062061743305 ], [ -110.01694335046794, 39.384731991414746 ], [ -110.01691199716473, 39.384483937769502 ], [ -110.01690928931829, 39.384263157648952 ], [ -110.01697617684383, 39.384047470795977 ], [ -110.01700627562337, 39.383971135842032 ], [ -110.01711354379135, 39.383773811052599 ], [ -110.01732119945443, 39.383455692297503 ], [ -110.01741004073949, 39.383330295589779 ], [ -110.01763675014458, 39.382895200618414 ], [ -110.01769354013436, 39.382571302001438 ], [ -110.0177378360373, 39.382310371381905 ], [ -110.01780188202264, 39.381882913139769 ], [ -110.01789489115288, 39.381045721335411 ], [ -110.0180304837983, 39.380483709168516 ], [ -110.01821118516301, 39.380016687743193 ], [ -110.01852595563686, 39.379510249699599 ], [ -110.0185981962548, 39.379326143636483 ], [ -110.01880759762641, 39.378881889509962 ], [ -110.0189313200466, 39.378752280397336 ], [ -110.01917323731261, 39.378556088734996 ], [ -110.01959308340832, 39.378338869661583 ], [ -110.01973901286726, 39.378281530867106 ], [ -110.01994904252014, 39.378206710801635 ], [ -110.02018235229926, 39.378127581143168 ], [ -110.0212072482195, 39.377898329779619 ], [ -110.02214302313266, 39.377815191751687 ], [ -110.02323575252105, 39.377716243908104 ], [ -110.02365429460531, 39.377674704138542 ], [ -110.02407282367813, 39.37763406380293 ], [ -110.02477137825802, 39.377493950528503 ], [ -110.02519216135231, 39.377291135787267 ], [ -110.02539151339907, 39.377148637528158 ], [ -110.02550317357658, 39.377050457092793 ], [ -110.02560403901232, 39.376893617798601 ], [ -110.02568231307178, 39.376691536661902 ], [ -110.02566853246384, 39.376430116302082 ], [ -110.02561324544511, 39.37623142196955 ], [ -110.02548356851453, 39.375955515197447 ], [ -110.02534759976243, 39.375714696586158 ], [ -110.02521766166176, 39.375457709401012 ], [ -110.02516673975303, 39.375362672354257 ], [ -110.02513291720248, 39.375290304843055 ], [ -110.02506594904013, 39.375096918664745 ], [ -110.02512002853815, 39.374964917160888 ], [ -110.02510592441874, 39.374726921306547 ], [ -110.02510156141155, 39.374623263787363 ], [ -110.02512141732744, 39.374447725032176 ], [ -110.02519513881317, 39.37415550079853 ], [ -110.02520410848358, 39.374011407630839 ], [ -110.02515428226413, 39.373754190381469 ], [ -110.02496133128557, 39.373437205470324 ], [ -110.02479570979526, 39.373242091311916 ], [ -110.02458290510984, 39.373100644517649 ], [ -110.02445788285627, 39.37299147015429 ], [ -110.02427987132778, 39.372769219815915 ], [ -110.02417266900318, 39.372547563056266 ], [ -110.02415600973708, 39.372493360216076 ], [ -110.02403983461078, 39.372082407118732 ], [ -110.02403032560605, 39.371514664453272 ], [ -110.02411891699994, 39.370988291875513 ], [ -110.02424057390579, 39.370588343801401 ], [ -110.0243675942644, 39.370219977375221 ], [ -110.02442813937202, 39.370040274502905 ], [ -110.02443039620771, 39.369878103968183 ], [ -110.02441954104951, 39.369823949804875 ], [ -110.02438653682658, 39.369693020467821 ], [ -110.02430258560484, 39.369552653408775 ], [ -110.02416977091755, 39.369419985990675 ], [ -110.02403216328054, 39.36929809085111 ], [ -110.02353207528526, 39.368946990079316 ], [ -110.02304965424642, 39.368578014434163 ], [ -110.02267700391073, 39.368246000909735 ], [ -110.02233949252268, 39.367891755107742 ], [ -110.02204668646949, 39.367578431423077 ], [ -110.02188344148928, 39.367297732975189 ], [ -110.02180981866607, 39.367166461439133 ], [ -110.02175884434334, 39.367075927636108 ], [ -110.02161153702309, 39.366817889097803 ], [ -110.0215605632023, 39.366727355208937 ], [ -110.02131074487613, 39.36632879107264 ], [ -110.02107335378501, 39.365871762488709 ], [ -110.02101821334131, 39.365664056412285 ], [ -110.0209791623259, 39.365551096239578 ], [ -110.02092465144175, 39.365298342754237 ], [ -110.02082453225135, 39.364986637010759 ], [ -110.02067610007533, 39.364809682545342 ], [ -110.0205728992926, 39.364718708651012 ], [ -110.02023308623104, 39.364531132101298 ], [ -110.02010635860425, 39.364462486028039 ], [ -110.01985277815689, 39.364334202944967 ], [ -110.01952514231144, 39.364106179507544 ], [ -110.01918072909014, 39.363832961076902 ], [ -110.0189756580986, 39.363556411172752 ], [ -110.01882218684209, 39.363325348655273 ], [ -110.01876043227884, 39.363176154148661 ], [ -110.01871583523821, 39.363045125358347 ], [ -110.01863467717422, 39.362706545959625 ], [ -110.01867729052492, 39.362481641993384 ], [ -110.01878470898015, 39.362270800264369 ], [ -110.0189259997759, 39.362127823011662 ], [ -110.01921338716907, 39.361913091703904 ], [ -110.01992701357743, 39.36151453120624 ], [ -110.02049910754893, 39.361276063638307 ], [ -110.02083208024382, 39.361121181506064 ], [ -110.0209197540492, 39.361076866514999 ], [ -110.02143967729798, 39.360833450047764 ], [ -110.02203566351844, 39.360545617804092 ], [ -110.0224513775521, 39.360283299857699 ], [ -110.02276232237176, 39.360042626967534 ], [ -110.02310419308506, 39.359748149609779 ], [ -110.02334509122269, 39.359452823827624 ], [ -110.02341604285915, 39.359358808607574 ], [ -110.02345167542778, 39.359300539119786 ], [ -110.02363576562375, 39.359000230695493 ], [ -110.0237691340417, 39.358591369956798 ], [ -110.02380965682738, 39.358181730215513 ], [ -110.02374428791239, 39.357874823377315 ], [ -110.02367747719784, 39.357671525643411 ], [ -110.02364397791244, 39.35757663387971 ], [ -110.02353736431284, 39.357314433566955 ], [ -110.02326515951525, 39.356858017761581 ], [ -110.02303676866931, 39.356589388469139 ], [ -110.0227844662067, 39.356371016982877 ], [ -110.02215851459771, 39.35589721060154 ], [ -110.02165411018748, 39.355446949130943 ], [ -110.02145447859563, 39.355197480636562 ], [ -110.02131993281341, 39.354858453714115 ], [ -110.0213292048911, 39.354609840603317 ], [ -110.02138600250618, 39.354282334330712 ], [ -110.02139614154935, 39.353971555700127 ], [ -110.02147230610278, 39.353503647648886 ], [ -110.02156473292402, 39.353117872234407 ], [ -110.02173173413476, 39.352793995369368 ], [ -110.02194564190677, 39.352435371323715 ], [ -110.02214706382057, 39.352139715798273 ], [ -110.02252929457271, 39.351777999576612 ], [ -110.0228869949063, 39.351510686901058 ], [ -110.02339012323152, 39.351217561949653 ], [ -110.02390391145573, 39.350992103353484 ], [ -110.02428967340683, 39.350792600810507 ], [ -110.02455757414994, 39.350722762181924 ], [ -110.0248012638791, 39.350724804491072 ], [ -110.0251019107402, 39.350803913156433 ], [ -110.02522880675539, 39.350859039441822 ], [ -110.02547099507389, 39.350969194429588 ], [ -110.02609936525087, 39.35126729772238 ], [ -110.02652672645367, 39.351415042226591 ], [ -110.02686895418863, 39.35150891103828 ], [ -110.02726709649482, 39.351587928283173 ], [ -110.02770769004249, 39.351618641852433 ], [ -110.0283164859659, 39.351655263571338 ], [ -110.02886726035321, 39.351691397941103 ], [ -110.0292621856273, 39.35166766119255 ], [ -110.02969791314192, 39.351630747472534 ], [ -110.02980834223671, 39.351618152310692 ], [ -110.03027364074559, 39.351540935451084 ], [ -110.0305006119366, 39.351493268462491 ], [ -110.03100190443975, 39.351330748244912 ], [ -110.03129319627652, 39.351247573021155 ], [ -110.03141560208935, 39.351208044350635 ], [ -110.03180072264604, 39.351053564278601 ], [ -110.03197016686114, 39.350969373561824 ], [ -110.03204627880599, 39.350920448576801 ], [ -110.03215177436134, 39.350844736240838 ], [ -110.03249894783953, 39.350496211223927 ], [ -110.03272228606946, 39.350290824882897 ], [ -110.03276358409093, 39.350241610052407 ], [ -110.03312921323801, 39.349816646721024 ], [ -110.03356675854297, 39.349225584044973 ], [ -110.03392071143404, 39.348805026429936 ], [ -110.03421701253798, 39.348356957582936 ], [ -110.03441244516907, 39.348070241221045 ], [ -110.03468633812983, 39.347563416507597 ], [ -110.03476579118239, 39.347271232155464 ], [ -110.03481454868887, 39.347101336853179 ], [ -110.03482226696869, 39.347046436415631 ], [ -110.03491014016171, 39.346479499500767 ], [ -110.03496708788164, 39.345714073546375 ], [ -110.03494811672137, 39.344984060225997 ], [ -110.03494659020484, 39.344673182944504 ], [ -110.03496141529178, 39.344439031076554 ], [ -110.03499203429119, 39.344322147563425 ], [ -110.03502808308697, 39.344232340769878 ], [ -110.03508795771002, 39.344097678654862 ], [ -110.03512999369691, 39.343994405609472 ], [ -110.03521381753377, 39.343805878550207 ], [ -110.03530980143974, 39.343576904649559 ], [ -110.03562378511863, 39.34310645184101 ], [ -110.03581438585843, 39.342747608171784 ], [ -110.0358505565484, 39.34264879152942 ], [ -110.03588104944151, 39.342540917266092 ], [ -110.03588815067791, 39.34244636507831 ], [ -110.03588920285792, 39.342369783924553 ], [ -110.03582199926373, 39.342193521017975 ], [ -110.03565264477758, 39.341935316532975 ], [ -110.03542851061503, 39.341694678948556 ], [ -110.03511426456421, 39.341340661709552 ], [ -110.03494961773332, 39.341077989925211 ], [ -110.03490907555563, 39.340735251905834 ], [ -110.03498760689259, 39.34042503823872 ], [ -110.03514209500864, 39.340160507105082 ], [ -110.03529509572958, 39.340004090336954 ], [ -110.03546549953249, 39.339847817589352 ], [ -110.03574736411531, 39.339602362323497 ], [ -110.03588961062719, 39.339468382092733 ], [ -110.03595924084007, 39.339383358387991 ], [ -110.03600077755338, 39.339316123104865 ], [ -110.03609491162705, 39.339136691206036 ], [ -110.03620445281184, 39.338849259871161 ], [ -110.03630574775063, 39.338570770714647 ], [ -110.03646817761094, 39.338234218823821 ], [ -110.03657451487555, 39.338095435129311 ], [ -110.03662178948727, 39.338032752391584 ], [ -110.03681644087641, 39.337800088354179 ], [ -110.03704521749614, 39.337617264519942 ], [ -110.03749628655035, 39.337301120045908 ], [ -110.03792297419426, 39.33707037278166 ], [ -110.03817889861931, 39.337022929815319 ], [ -110.03828356401472, 39.337005773556101 ], [ -110.03862540481033, 39.336954534215586 ], [ -110.03881208630642, 39.336879486127124 ], [ -110.03915797331737, 39.336702130468204 ], [ -110.03942740885797, 39.33651513223932 ], [ -110.04008865022649, 39.336101595559164 ], [ -110.04065559136097, 39.335795404844269 ], [ -110.04117778186756, 39.33536719976447 ], [ -110.04178771688278, 39.334885651180727 ], [ -110.04219178725273, 39.33460964890579 ], [ -110.04243257134287, 39.33439537603558 ], [ -110.04266804467822, 39.334145016615636 ], [ -110.04299255477484, 39.33374671410612 ], [ -110.04336926774883, 39.333348839725879 ], [ -110.04381021367639, 39.332919954726535 ], [ -110.04423887818184, 39.332540525410835 ], [ -110.04467988725187, 39.33210623117828 ], [ -110.04518461162407, 39.33167876534047 ], [ -110.0453956997209, 39.331513800811052 ], [ -110.04570166583039, 39.331197334781159 ], [ -110.04588553634622, 39.330900591485786 ], [ -110.04600003179998, 39.330586159140935 ], [ -110.04615592527593, 39.330213497050401 ], [ -110.0463771028337, 39.329732341390297 ], [ -110.04651515059281, 39.329391970689784 ], [ -110.04671713576357, 39.329042211816841 ], [ -110.04678863643487, 39.32890313311318 ], [ -110.04680689382414, 39.328840208437676 ], [ -110.04681959546589, 39.328759217062682 ], [ -110.04684036034783, 39.328511595624889 ], [ -110.04683028867879, 39.328398880650411 ], [ -110.04683090027939, 39.328353832659708 ], [ -110.04683749567852, 39.328295317770682 ], [ -110.0468467820436, 39.328038591712456 ], [ -110.04693037119361, 39.327863569482211 ], [ -110.04706628464187, 39.327679964978913 ], [ -110.04717924089577, 39.327478151178099 ], [ -110.0472931745378, 39.327204260443871 ], [ -110.04743800296825, 39.326790958086171 ], [ -110.0475811797415, 39.326499285140471 ], [ -110.04763490890942, 39.32638709223189 ], [ -110.04772374432329, 39.326252660008684 ], [ -110.04778266227048, 39.326185562494992 ], [ -110.04794172183684, 39.326005750489067 ], [ -110.04804708924934, 39.325935428517454 ], [ -110.04850871799408, 39.325686906127537 ], [ -110.04892247831725, 39.325546118023084 ], [ -110.04953301307167, 39.325438472534977 ], [ -110.04989267957107, 39.325436903624365 ], [ -110.05023397084113, 39.325507268514528 ], [ -110.05068557439064, 39.325570422603768 ], [ -110.05094018215777, 39.325616650840161 ], [ -110.05113677699298, 39.325663306674969 ], [ -110.05166728016275, 39.325811799821288 ], [ -110.05172613721986, 39.325834805856054 ], [ -110.05188776211033, 39.325893790370657 ], [ -110.05208373803846, 39.325986393659498 ], [ -110.05245215039054, 39.326196637320066 ], [ -110.0528711257859, 39.32652893444353 ], [ -110.05311622027527, 39.326850805051791 ], [ -110.05333018988021, 39.327330107579968 ], [ -110.05366083610895, 39.327760800052566 ], [ -110.05381429906235, 39.327995422317805 ], [ -110.05411679408942, 39.328449312192284 ], [ -110.05431360250805, 39.328739250704672 ], [ -110.05443239602337, 39.32905018056772 ], [ -110.05443557531466, 39.32924483541229 ], [ -110.05443846337627, 39.329461113329785 ], [ -110.05447041435202, 39.329673122036603 ], [ -110.05451390576697, 39.32988972977455 ], [ -110.05460978377883, 39.330093247103768 ], [ -110.0547290463047, 39.330283438364518 ], [ -110.05488213439338, 39.330460388269181 ], [ -110.05528623869336, 39.330693439245707 ], [ -110.05535529952382, 39.330734547468367 ], [ -110.05556907091071, 39.330799356450079 ], [ -110.055812099912, 39.330845480122818 ], [ -110.05606139014908, 39.33085741378423 ], [ -110.05637480139714, 39.330846439213012 ], [ -110.05671171740832, 39.330813127787764 ], [ -110.05734005156711, 39.330678554016579 ], [ -110.05761394665916, 39.330586160638894 ], [ -110.05771896082295, 39.330541957838605 ], [ -110.05777738930296, 39.330510893735344 ], [ -110.05794224559895, 39.330416715776451 ], [ -110.05820487655591, 39.330212498351173 ], [ -110.05828718333358, 39.330131167819879 ], [ -110.05838716931601, 39.330029255865718 ], [ -110.05866389951947, 39.329725133738371 ], [ -110.05886630869568, 39.329339314567456 ], [ -110.05912652544387, 39.328881877470238 ], [ -110.0593291239055, 39.328568143798449 ], [ -110.059507976064, 39.328294765607261 ], [ -110.05953147770971, 39.328185927162878 ], [ -110.05955067694272, 39.328051824249542 ], [ -110.05955774446188, 39.327957269980303 ], [ -110.05956704460203, 39.327696037512389 ], [ -110.05953253723609, 39.327240723006753 ], [ -110.05943972635204, 39.326807463861051 ], [ -110.05944032982838, 39.32676241569375 ], [ -110.05941204623856, 39.326275614245112 ], [ -110.05936074348772, 39.325775110813055 ], [ -110.05927151443926, 39.325507675622013 ], [ -110.05919258244749, 39.325337638179839 ], [ -110.05911331278608, 39.325192827662143 ], [ -110.05898276046625, 39.324979121858128 ], [ -110.05875153998606, 39.32448617399271 ], [ -110.05828548369566, 39.323770565938723 ], [ -110.05790631451168, 39.32306466985208 ], [ -110.05747264540928, 39.322443932021045 ], [ -110.05714503494683, 39.32187361006126 ], [ -110.05712244057504, 39.321828373966255 ], [ -110.05694639747209, 39.321547618754032 ], [ -110.05667218349313, 39.321234530560488 ], [ -110.05638008851136, 39.320957339224321 ], [ -110.05592784474752, 39.320512151967243 ], [ -110.05587154358342, 39.320385546690503 ], [ -110.05580430950968, 39.320209294309706 ], [ -110.05571599717052, 39.319875185094105 ], [ -110.05562865486525, 39.319468998723728 ], [ -110.0556270955999, 39.31915361444026 ], [ -110.0556737499153, 39.318703462004592 ], [ -110.05579664503526, 39.318190853629581 ], [ -110.05603679894014, 39.317584584516169 ], [ -110.05622710301986, 39.317234713388395 ], [ -110.05633403473267, 39.317046357261042 ], [ -110.05656287411981, 39.316849978514291 ], [ -110.05664479166902, 39.316796578682073 ], [ -110.05678982639918, 39.316707647750867 ], [ -110.05689598001148, 39.31666345474197 ], [ -110.05717568047109, 39.316566603684905 ], [ -110.05756984485978, 39.316497710599421 ], [ -110.05786157722292, 39.316455019038322 ], [ -110.05814091310999, 39.316385194570081 ], [ -110.05827532509598, 39.316309691754327 ], [ -110.05838672059718, 39.316220486663198 ], [ -110.05867384672491, 39.31600204861838 ], [ -110.05906572069206, 39.315757424729952 ], [ -110.05950477037729, 39.3154546115993 ], [ -110.0599365097537, 39.315264370576827 ], [ -110.06025922089199, 39.315073247802474 ], [ -110.06045202740412, 39.314881075688142 ], [ -110.06058208078598, 39.314697407457423 ], [ -110.06064121763956, 39.314612283726163 ], [ -110.0607242138036, 39.314477794032008 ], [ -110.06094432496428, 39.314065080988009 ], [ -110.06109285682867, 39.313800465553101 ], [ -110.06136001869747, 39.313338572683499 ], [ -110.06167447219727, 39.312809480632886 ], [ -110.06193032909592, 39.312324968640738 ], [ -110.06209979905101, 39.311794706880207 ], [ -110.06219888527946, 39.311323347998034 ], [ -110.0622112511266, 39.310831467006373 ], [ -110.0621291991088, 39.310461369950822 ], [ -110.06194559585013, 39.309878704605239 ], [ -110.06171875688764, 39.309493924443778 ], [ -110.06138904730297, 39.30899568147138 ], [ -110.06125253781501, 39.308795445649025 ], [ -110.06107595582539, 39.308556140720334 ], [ -110.06081312929737, 39.308261174852795 ], [ -110.0606186240753, 39.308061371422575 ], [ -110.06050989502587, 39.307952366327427 ], [ -110.06033852585198, 39.307757254460533 ], [ -110.06001809281953, 39.307433888795586 ], [ -110.05979374309291, 39.307297818522699 ], [ -110.05971865056669, 39.307275586476116 ], [ -110.05949922012024, 39.307205333030666 ], [ -110.05941706091855, 39.307191153271866 ], [ -110.05934875807419, 39.30718159073993 ], [ -110.05915764563902, 39.307162025043539 ], [ -110.05908226389001, 39.307161415781501 ], [ -110.05870969324531, 39.30726743253571 ], [ -110.05865721610009, 39.307288633730479 ], [ -110.05856353297841, 39.307355455922291 ], [ -110.05844025289406, 39.307467091841879 ], [ -110.05811728259606, 39.307766335482491 ], [ -110.05748667796608, 39.308085614455102 ], [ -110.05685679332942, 39.30835083199257 ], [ -110.05671152365753, 39.308372181534487 ], [ -110.05658956965674, 39.308384709215929 ], [ -110.05633424566544, 39.308396155700898 ], [ -110.05559249747263, 39.308354097922631 ], [ -110.05499662625678, 39.308245639960333 ], [ -110.054100985031, 39.308004089351115 ], [ -110.05328774501308, 39.307673095677458 ], [ -110.05275815827571, 39.307380447311644 ], [ -110.05225146645699, 39.307110509524591 ], [ -110.05184909179657, 39.306845924542422 ], [ -110.05171119105839, 39.306751090682361 ], [ -110.05124583965012, 39.306426520398922 ], [ -110.05078530174728, 39.306089372613819 ], [ -110.05067739781153, 39.306006495941979 ], [ -110.05055665225393, 39.305929821881215 ], [ -110.05045880863813, 39.305874960027396 ], [ -110.05038519698667, 39.305829306397726 ], [ -110.05019433191427, 39.305706105710229 ], [ -110.05010295726136, 39.305601737840028 ], [ -110.04999455299277, 39.305470199017499 ], [ -110.04990946467321, 39.305329839749334 ], [ -110.04979037814142, 39.305130633778163 ], [ -110.04962020545949, 39.304935515951207 ], [ -110.04946468292604, 39.304772054723863 ], [ -110.04941957566216, 39.304677074719017 ], [ -110.04935235990072, 39.304501719486403 ], [ -110.04932447735798, 39.304419494991819 ], [ -110.0493025029341, 39.304329209165083 ], [ -110.0492840636736, 39.303977643708905 ], [ -110.04929211710856, 39.303811012674004 ], [ -110.04929297039162, 39.303747945174649 ], [ -110.04930602973437, 39.303639924163598 ], [ -110.04932537488278, 39.303495911926227 ], [ -110.04939830597799, 39.303248714910261 ], [ -110.04947605793863, 39.302988041239338 ], [ -110.04952115650916, 39.302740616866188 ], [ -110.04947696443395, 39.302578064527523 ], [ -110.04935269487669, 39.302333762519275 ], [ -110.0492965414232, 39.302198144348516 ], [ -110.04912338139343, 39.301710155502917 ], [ -110.04905215095782, 39.301403211865107 ], [ -110.04910700374181, 39.301206326861355 ], [ -110.04917866530204, 39.301052830192809 ], [ -110.04936755530657, 39.300806580112805 ], [ -110.04954388527837, 39.300631411249235 ], [ -110.0497780484539, 39.300467526944871 ], [ -110.05029863877797, 39.300133875813103 ], [ -110.05082404867557, 39.299872346769227 ], [ -110.05169873038547, 39.299510038482815 ], [ -110.05249786010813, 39.299159723592233 ], [ -110.05333682693805, 39.298864692058821 ], [ -110.05390749558934, 39.298685513871575 ], [ -110.0546835833628, 39.298322381677913 ], [ -110.05577828970655, 39.297980751228266 ], [ -110.05676990673444, 39.297542762328952 ], [ -110.05772564992139, 39.297184669358806 ], [ -110.05870975683497, 39.29687275214598 ], [ -110.05965937016177, 39.296538021320565 ], [ -110.0604459767324, 39.2962515258899 ], [ -110.06058004630316, 39.296198543868286 ], [ -110.06162922460901, 39.295788009644589 ], [ -110.06257397338545, 39.295381130392933 ], [ -110.06341901170111, 39.295059042557867 ], [ -110.06440910178024, 39.294729103637863 ], [ -110.06539320545723, 39.294412624174242 ], [ -110.06577172297048, 39.29428951294782 ], [ -110.06615591701899, 39.294175456676747 ], [ -110.06670835777344, 39.294053737327971 ], [ -110.06710426367646, 39.293930761135158 ], [ -110.06752418292224, 39.293745802349541 ], [ -110.06790378038765, 39.293540695760584 ], [ -110.06850091458902, 39.293108457761583 ], [ -110.06901024493297, 39.292738589197405 ], [ -110.06960665006352, 39.292360403579416 ], [ -110.06987015537361, 39.292164274409203 ], [ -110.07016915840595, 39.291914364139579 ], [ -110.07026884547, 39.291829558918437 ], [ -110.07042136363738, 39.291695616776032 ], [ -110.0705692433599, 39.291561637399269 ], [ -110.0708792718769, 39.29126675993593 ], [ -110.07116646577947, 39.290944667443767 ], [ -110.07153223264464, 39.290555620822758 ], [ -110.07167930530215, 39.290394601545927 ], [ -110.07187956329662, 39.290157415372271 ], [ -110.07216300207922, 39.289767710356337 ], [ -110.0724878497888, 39.289315259800524 ], [ -110.07281878743237, 39.288840330103049 ], [ -110.07319639403065, 39.288343244236238 ], [ -110.07330406634279, 39.288091802422628 ], [ -110.07339978759813, 39.287867297406891 ], [ -110.0734415541381, 39.287777523054622 ], [ -110.07355543718572, 39.287494593040286 ], [ -110.07364110601206, 39.287152869021398 ], [ -110.0736605742246, 39.286995337087539 ], [ -110.07366827040403, 39.286851227499987 ], [ -110.07367845922161, 39.286517913528229 ], [ -110.07355419167327, 39.286269131154405 ], [ -110.07349751675794, 39.286170463785538 ], [ -110.07334329671316, 39.285907025737345 ], [ -110.07311650075788, 39.285607868085826 ], [ -110.07277546243282, 39.285091543952582 ], [ -110.07268036263689, 39.284829476873171 ], [ -110.07264465694951, 39.284459754638242 ], [ -110.07265024152659, 39.284036297167781 ], [ -110.07275644855356, 39.283455954140287 ], [ -110.07301303780437, 39.28281373356527 ], [ -110.07314451321515, 39.282603029215586 ], [ -110.07331463282118, 39.282451201722523 ], [ -110.07343742944492, 39.282371082853501 ], [ -110.07351941240661, 39.282308660461098 ], [ -110.07373591482062, 39.282156300341242 ], [ -110.07380008041781, 39.282126174462348 ], [ -110.07417911025344, 39.281957985975126 ], [ -110.07469672152968, 39.281831445728834 ], [ -110.07495851363423, 39.281761440452392 ], [ -110.07544140224145, 39.281630115664491 ], [ -110.07578499529546, 39.281511199280153 ], [ -110.07608262950245, 39.281360379790506 ], [ -110.07620601286224, 39.281235209191308 ], [ -110.07634873770681, 39.280961515564556 ], [ -110.076497198708, 39.280692372586429 ], [ -110.07662330094337, 39.280359977274607 ], [ -110.07683327151398, 39.279821000963061 ], [ -110.07694044423231, 39.279605594117882 ], [ -110.07698793838503, 39.279520369082661 ], [ -110.07714183545703, 39.279278300357682 ], [ -110.07720795935576, 39.279098610640318 ], [ -110.07722966301661, 39.278769892457341 ], [ -110.07721096995927, 39.278427338064134 ], [ -110.07730997457645, 39.277950556026603 ], [ -110.07737869684978, 39.277572651528793 ], [ -110.07741033688202, 39.277370161654829 ], [ -110.07751200322804, 39.277132183810281 ], [ -110.07755044316271, 39.276853156860071 ], [ -110.07750367705661, 39.276352692845784 ], [ -110.07735833356462, 39.276031661589471 ], [ -110.07720526782842, 39.275769138456702 ], [ -110.07704469300197, 39.275637210674098 ], [ -110.07683715942085, 39.275549963847098 ], [ -110.07676222507887, 39.275517832281132 ], [ -110.07666416588829, 39.275481011944557 ], [ -110.07616227950076, 39.275296817065396 ], [ -110.0759091021536, 39.27515424119219 ], [ -110.07571965785732, 39.275013972836248 ], [ -110.07567388204693, 39.274968555983769 ], [ -110.07541581234763, 39.274669154098163 ], [ -110.07527065942851, 39.274334605665416 ], [ -110.07518774809866, 39.274027583497187 ], [ -110.07517107115319, 39.273973386860199 ], [ -110.0751263032721, 39.273851386871996 ], [ -110.07498307455532, 39.273282575198579 ], [ -110.07491258662206, 39.272912576596809 ], [ -110.07483323315421, 39.272335261420373 ], [ -110.07472666901202, 39.272064093701225 ], [ -110.07460337040325, 39.271743234033408 ], [ -110.07439272287215, 39.271453217354264 ], [ -110.07411696123977, 39.271266305601941 ], [ -110.07390394503962, 39.27115648320175 ], [ -110.0735926408761, 39.271027857072824 ], [ -110.07331013799208, 39.270912975380298 ], [ -110.07310835926768, 39.270830273060255 ], [ -110.07280858988653, 39.270706242007499 ], [ -110.07260740619868, 39.270578490057076 ], [ -110.07256835242369, 39.270551146907245 ], [ -110.07248695766098, 39.270482017263269 ], [ -110.07233212798697, 39.270355535129767 ], [ -110.07212633888041, 39.27013763864943 ], [ -110.07195999081038, 39.270005657813208 ], [ -110.07171286240596, 39.269846000674995 ], [ -110.0713730066993, 39.269685603548538 ], [ -110.07108436049992, 39.269597699575321 ], [ -110.07064503174826, 39.269508592350547 ], [ -110.07006034021764, 39.269454365459346 ], [ -110.06965502421184, 39.26942319461952 ], [ -110.0694233590588, 39.269409629532127 ], [ -110.06913389398369, 39.269383888022389 ], [ -110.06894347718065, 39.269319290729548 ], [ -110.06875475648107, 39.269214158538261 ], [ -110.06845569178043, 39.268950456076695 ], [ -110.06831761485387, 39.268872760419704 ], [ -110.06821962907989, 39.268831428220615 ], [ -110.06793116949834, 39.268730001888557 ], [ -110.06744536748016, 39.268649521309378 ], [ -110.06660742013844, 39.268462593429589 ], [ -110.06614056244533, 39.26826512016212 ], [ -110.065605837948, 39.267940950641922 ], [ -110.06497229818764, 39.267638511988615 ], [ -110.06407941261979, 39.267225857272763 ], [ -110.06333601541303, 39.266904505297575 ], [ -110.06258688982338, 39.266578597119711 ], [ -110.06213768203277, 39.266363228515949 ], [ -110.06174708997609, 39.266098771633899 ], [ -110.06149438378307, 39.265925531852098 ], [ -110.06132177259634, 39.265743926502836 ], [ -110.06122036127933, 39.265612453791135 ], [ -110.06111289777887, 39.265413351924636 ], [ -110.06106302561915, 39.265241746453725 ], [ -110.06101967019465, 39.265016129289492 ], [ -110.06093123344426, 39.264781137852466 ], [ -110.06077052932814, 39.264576199862361 ], [ -110.06071914322895, 39.264518116879628 ], [ -110.06067338391429, 39.264472694248177 ], [ -110.06050211780993, 39.26427758245709 ], [ -110.06040057366836, 39.264069516958664 ], [ -110.06042024452032, 39.263898472301427 ], [ -110.06046984067279, 39.263656484520133 ], [ -110.06055392977476, 39.263435499607994 ], [ -110.06060317631626, 39.26321963997308 ], [ -110.06061717170654, 39.263039538764723 ], [ -110.06064843158944, 39.262868587524359 ], [ -110.06058490592923, 39.262417539749976 ], [ -110.06051462391335, 39.262038523058479 ], [ -110.06050961085941, 39.261979913017306 ], [ -110.06050610132081, 39.261808681263453 ], [ -110.06052697394217, 39.26154753913756 ], [ -110.06052635097571, 39.261160073660925 ], [ -110.06039880251657, 39.259861502420762 ], [ -110.06030594658905, 39.259437249756637 ], [ -110.06026584489057, 39.258968369163469 ], [ -110.06027807539078, 39.258486394768966 ], [ -110.06030955377612, 39.257864909598922 ], [ -110.06040753710032, 39.257036714534564 ], [ -110.06058804492034, 39.256538076131683 ], [ -110.06072159389394, 39.256084112230319 ], [ -110.06091730365819, 39.255314373241831 ], [ -110.06111601526516, 39.254753706680567 ], [ -110.0612384493609, 39.25426360953481 ], [ -110.06129360119576, 39.254038786125371 ], [ -110.06143161335943, 39.253683975081074 ], [ -110.06154440555162, 39.253482142865472 ], [ -110.0616917218624, 39.253298610147326 ], [ -110.06186800813182, 39.253115310611427 ], [ -110.06226615073352, 39.252807647355631 ], [ -110.06245805781298, 39.252669526293701 ], [ -110.06265502898677, 39.252325100119066 ], [ -110.06269823865991, 39.252126310922215 ], [ -110.06274890944545, 39.251802332691035 ], [ -110.06282934878848, 39.251505626153417 ], [ -110.06301893467486, 39.251106174421373 ], [ -110.06313679265241, 39.250958445649971 ], [ -110.06331312915738, 39.250770638856444 ], [ -110.06336145861999, 39.250622350594334 ], [ -110.06336941014921, 39.250460221478953 ], [ -110.0633485718493, 39.250284344720427 ], [ -110.06330515739889, 39.250063232737894 ], [ -110.06336477447496, 39.249937562060076 ], [ -110.06331324862946, 39.249455073736925 ], [ -110.06310666937796, 39.248867714701987 ], [ -110.06277884448754, 39.24824784202869 ], [ -110.06248134866328, 39.24796160954557 ], [ -110.06213423219261, 39.247485751382058 ], [ -110.06148675158455, 39.246939891545345 ], [ -110.06126941614981, 39.246726387747358 ], [ -110.06117749907774, 39.246667077064494 ], [ -110.06075213676242, 39.246411346862423 ], [ -110.06058550491677, 39.246306379465445 ], [ -110.0605052362381, 39.246242656846171 ], [ -110.06035640668489, 39.246106295172993 ], [ -110.06030505815561, 39.246046410040712 ], [ -110.06010533818545, 39.245815925807143 ], [ -110.05994630649171, 39.245575857857212 ], [ -110.05984436883863, 39.245399325723149 ], [ -110.05955509698917, 39.244932937466714 ], [ -110.05929932572118, 39.244561431765469 ], [ -110.05912370177481, 39.244262658877005 ], [ -110.0589328664235, 39.243801569594616 ], [ -110.05885923833864, 39.24367482435246 ], [ -110.05880317120808, 39.243534704881078 ], [ -110.05871070576913, 39.243083420862 ], [ -110.05871684762442, 39.242623923009333 ], [ -110.05856938784838, 39.24186582929476 ], [ -110.05858809469304, 39.241419949031332 ], [ -110.05857196770927, 39.240892690520397 ], [ -110.05861172447983, 39.240519066239926 ], [ -110.05863247579545, 39.240266933283422 ], [ -110.0586526248231, 39.240059849140764 ], [ -110.05870204001366, 39.239830474675209 ], [ -110.05870601374818, 39.23953315237371 ], [ -110.05865724832795, 39.239280457507093 ], [ -110.05853949736635, 39.238987557726155 ], [ -110.05837705394178, 39.238570849334501 ], [ -110.05830307075706, 39.238471133009746 ], [ -110.0580243983058, 39.238081417574897 ], [ -110.05765780434773, 39.237335065785075 ], [ -110.05739018290774, 39.236985986549023 ], [ -110.0569799157483, 39.236473558419057 ], [ -110.0566094795895, 39.236015515924763 ], [ -110.05614864683413, 39.235386436632162 ], [ -110.05557892307068, 39.234583466249987 ], [ -110.05515234281944, 39.234079910054014 ], [ -110.0550839801094, 39.233993753361752 ], [ -110.0545670142687, 39.23323265538108 ], [ -110.05401796652238, 39.232273058023104 ], [ -110.0537458766912, 39.231396805133464 ], [ -110.0536354155245, 39.230994929289082 ], [ -110.05356176684356, 39.230440169685622 ], [ -110.05369421892962, 39.230067299696273 ], [ -110.05371365286138, 39.229914274804656 ], [ -110.05373223963528, 39.229824318288777 ], [ -110.05378311497824, 39.229486828384267 ], [ -110.05382601972889, 39.229311467244997 ], [ -110.05395731889574, 39.229024189664962 ], [ -110.05402206080466, 39.228948124093712 ], [ -110.05423987748635, 39.228688581072483 ], [ -110.05429383016596, 39.228639459998959 ], [ -110.05478392385579, 39.228292018786362 ], [ -110.05511830207524, 39.227979355393906 ], [ -110.05589522672022, 39.227494569189268 ], [ -110.05663581868397, 39.22669410692118 ], [ -110.05747063800409, 39.226209778882506 ], [ -110.05790948953025, 39.225879931101332 ], [ -110.05835449002443, 39.225523099058414 ], [ -110.05905625204899, 39.225024167557251 ], [ -110.05952989973134, 39.224690089249016 ], [ -110.05976952762533, 39.224529830065805 ], [ -110.06003835368904, 39.224351784480483 ], [ -110.06063488006457, 39.223924080114067 ], [ -110.0611311996124, 39.223626221070568 ], [ -110.06168277403893, 39.223441439581784 ], [ -110.0623461649739, 39.223298104081223 ], [ -110.06271134138332, 39.223278516236569 ], [ -110.06290258710875, 39.223271044227587 ], [ -110.0632273411756, 39.22324211878562 ], [ -110.06334329477247, 39.22323404050141 ], [ -110.0638822213589, 39.223215846041192 ], [ -110.06415950465221, 39.223272138769403 ], [ -110.06462116612653, 39.223401997755921 ], [ -110.06508223167567, 39.2235769039712 ], [ -110.06589008725679, 39.223808654579159 ], [ -110.06616641941649, 39.22393702105267 ], [ -110.06676392949525, 39.22430674594434 ], [ -110.06697589934966, 39.224484154027927 ], [ -110.06728973785805, 39.224842592827343 ], [ -110.06762334937667, 39.225457995889499 ], [ -110.06776284212215, 39.225860091487817 ], [ -110.06779170852869, 39.225954935555663 ], [ -110.0678948878144, 39.226387376935811 ], [ -110.06802105998636, 39.226920922734031 ], [ -110.06817446527975, 39.227147419189805 ], [ -110.06822569988223, 39.22721540978872 ], [ -110.06844813453934, 39.227478501124054 ], [ -110.06865367100542, 39.227705413859951 ], [ -110.06877972711887, 39.227810045515099 ], [ -110.06888864547707, 39.227896518509304 ], [ -110.06916498722276, 39.22802577901944 ], [ -110.06943597816462, 39.228121656303024 ], [ -110.06960889656715, 39.228187014092946 ], [ -110.0700881671591, 39.228302574907055 ], [ -110.07084304371959, 39.228515846748117 ], [ -110.07204588192486, 39.228759715744388 ], [ -110.07214990350853, 39.228778565959189 ], [ -110.07289005549571, 39.22887907271744 ], [ -110.07335402172568, 39.228837711008282 ], [ -110.07392379778351, 39.228679147758477 ], [ -110.07431357687442, 39.228552491156378 ], [ -110.07468007954448, 39.228433758017239 ], [ -110.07555451545332, 39.228012690140744 ], [ -110.076217850516, 39.227698070770799 ], [ -110.07684460475434, 39.227257006908431 ], [ -110.07730778053813, 39.226832665449358 ], [ -110.07744932502055, 39.226640055092659 ], [ -110.07769765986191, 39.226254558647568 ], [ -110.07794037686904, 39.225855501009335 ], [ -110.07795953287621, 39.225719590009682 ], [ -110.07797269647865, 39.225598949879505 ], [ -110.07799402149938, 39.225297257841568 ], [ -110.07806227058811, 39.224950883339908 ], [ -110.07807047892202, 39.224766227476188 ], [ -110.07801609699531, 39.224495473851213 ], [ -110.07790456381589, 39.224165697746649 ], [ -110.07781524367927, 39.223909084653883 ], [ -110.07770335856256, 39.223606337867523 ], [ -110.07752689270161, 39.223369759258063 ], [ -110.07738470642447, 39.223169495001279 ], [ -110.07720922193118, 39.22285813424358 ], [ -110.07689740636647, 39.222342049351617 ], [ -110.07681259722848, 39.222183688640889 ], [ -110.07671153498885, 39.221939596664583 ], [ -110.07663995077338, 39.221656090856293 ], [ -110.07660373033274, 39.221326009301094 ], [ -110.07663717381662, 39.220983864882335 ], [ -110.07673473655382, 39.220610690951602 ], [ -110.07695427304212, 39.22021145119885 ], [ -110.07727190749915, 39.219840020465767 ], [ -110.07740776417609, 39.219638354041372 ], [ -110.07745503899835, 39.219566642227434 ], [ -110.07771552037518, 39.219136187482434 ], [ -110.07788327809692, 39.218709503513828 ], [ -110.07788090512516, 39.218448172058437 ], [ -110.07782593892503, 39.218222467366388 ], [ -110.07780353995014, 39.218163719952827 ], [ -110.07768141607157, 39.21784737565666 ], [ -110.07740746574029, 39.217448731762296 ], [ -110.07694586767815, 39.216872890116505 ], [ -110.07650442448957, 39.216085452965835 ], [ -110.07625037683229, 39.21558334004002 ], [ -110.07606771471161, 39.214937620180145 ], [ -110.07582714605148, 39.214291440580247 ], [ -110.07553500688688, 39.213603401546784 ], [ -110.0752002452347, 39.213074514314556 ], [ -110.07469550047105, 39.2122595350463 ], [ -110.07467292852684, 39.212214301800621 ], [ -110.07417457819486, 39.211354317046506 ], [ -110.07377414846721, 39.210535657264472 ], [ -110.07349774668995, 39.209974790133955 ], [ -110.07290661410224, 39.208686049078068 ], [ -110.07252063895911, 39.207651240687298 ], [ -110.07243458207415, 39.207149555249778 ], [ -110.07234630979593, 39.206816353969799 ], [ -110.07232387741725, 39.206320581499497 ], [ -110.07234073266352, 39.205919735223922 ], [ -110.07245507384128, 39.205591751543857 ], [ -110.07260492551518, 39.205205480233062 ], [ -110.07271329632965, 39.204890964921113 ], [ -110.0727180353868, 39.204530570642227 ], [ -110.07271621413581, 39.204228694327711 ], [ -110.07279192978716, 39.203314700635289 ], [ -110.07286745162001, 39.202855750767341 ], [ -110.07301618284356, 39.202113543048974 ], [ -110.07310948603043, 39.201623196590134 ], [ -110.07320136706036, 39.201240968364267 ], [ -110.07346180430424, 39.200810521290968 ], [ -110.07392488244489, 39.200381684605922 ], [ -110.07419470367044, 39.200118010341207 ], [ -110.07442346227306, 39.199894557836728 ], [ -110.07523751707424, 39.199193674074287 ], [ -110.07590657757493, 39.198509656076581 ], [ -110.07628864139296, 39.198074760579267 ], [ -110.07652972089068, 39.197793732297633 ], [ -110.07703682437145, 39.197094907427953 ], [ -110.07753180847021, 39.196436532934641 ], [ -110.07770843899307, 39.196212660986312 ], [ -110.07803239607006, 39.195791716796833 ], [ -110.07831197623973, 39.195221742108458 ], [ -110.07862634687027, 39.19464753641423 ], [ -110.07903463533972, 39.19397495324074 ], [ -110.07925874513839, 39.19366134591808 ], [ -110.079463604062, 39.193491759163777 ], [ -110.07968009929348, 39.19331775855067 ], [ -110.07989606465794, 39.193184302036421 ], [ -110.08005354935155, 39.193095437461977 ], [ -110.08025758247564, 39.192988918511887 ], [ -110.08079148357164, 39.192894013100251 ], [ -110.08183997914213, 39.192852721338042 ], [ -110.08280181099705, 39.1927972216616 ], [ -110.08387347289607, 39.192755192877918 ], [ -110.08525176382479, 39.192730880549739 ], [ -110.08560473126201, 39.192747167596401 ], [ -110.08595774557706, 39.192759849611896 ], [ -110.0873033835111, 39.193021801068767 ], [ -110.08857207785832, 39.193324584894533 ], [ -110.08951624346412, 39.19347163515657 ], [ -110.08997811264965, 39.193484254569555 ], [ -110.09023359676269, 39.193427679513043 ], [ -110.09038453647277, 39.193396419103379 ], [ -110.09052966353866, 39.193366915287683 ], [ -110.09080303717678, 39.193269929907359 ], [ -110.09098413006588, 39.193145191428179 ], [ -110.09106593433728, 39.193087259291403 ], [ -110.0914513906114, 39.192828951859816 ], [ -110.09184280726323, 39.192557173349094 ], [ -110.09222993734264, 39.192258327612876 ], [ -110.09317091430921, 39.191932254859225 ], [ -110.093613900853, 39.191701420430512 ], [ -110.09422586829153, 39.191386295256891 ], [ -110.09538923908219, 39.190962814068754 ], [ -110.09655138466309, 39.190633925427534 ], [ -110.09747141707179, 39.190222052336281 ], [ -110.09799090330732, 39.189892674489343 ], [ -110.09824872891299, 39.189651377737789 ], [ -110.09858296046986, 39.189320563207133 ], [ -110.09880679629204, 39.189020431759261 ], [ -110.09932375635724, 39.188434219418575 ], [ -110.10002275915738, 39.187645766045762 ], [ -110.10061007155534, 39.186988905549029 ], [ -110.10115335287323, 39.186515523477858 ], [ -110.1012362988869, 39.186457592878817 ], [ -110.10193146506582, 39.1859673569531 ], [ -110.1023528356325, 39.185610170365294 ], [ -110.10247623115895, 39.185466947476847 ], [ -110.10283449382983, 39.185064218714231 ], [ -110.1033357999049, 39.184338199275366 ], [ -110.10396397365642, 39.183194148845793 ], [ -110.10434335487507, 39.182494219584314 ], [ -110.10452106572659, 39.182175700353881 ], [ -110.10496248965021, 39.181147349635637 ], [ -110.10522012510961, 39.180459998200334 ], [ -110.10534607535531, 39.18011404750083 ], [ -110.10548771148088, 39.179443826295703 ], [ -110.10543037940943, 39.178943283669213 ], [ -110.10530812290843, 39.178541361883696 ], [ -110.10528009613135, 39.178469059823769 ], [ -110.1051165824103, 39.178125391566553 ], [ -110.10495181351874, 39.177880832852502 ], [ -110.10469552317093, 39.177549967556942 ], [ -110.10399893596762, 39.176792206417247 ], [ -110.10274156453826, 39.175525515994615 ], [ -110.10213819549537, 39.174723407113461 ], [ -110.10158647075532, 39.17395773670313 ], [ -110.10112799115207, 39.173143223235272 ], [ -110.10068659777839, 39.172351366923323 ], [ -110.10013536630962, 39.171549649821557 ], [ -110.09972218421282, 39.170816578210975 ], [ -110.09969976971614, 39.170758735494722 ], [ -110.09941914333666, 39.170070840079788 ], [ -110.0988308822776, 39.16899850441655 ], [ -110.09875515023994, 39.168583418792494 ], [ -110.09875842777014, 39.168326634399527 ], [ -110.0988722374036, 39.168025650479343 ], [ -110.09891979991521, 39.167926898725206 ], [ -110.0990383032351, 39.16771155417289 ], [ -110.09925743711051, 39.167411384137019 ], [ -110.09939724020171, 39.167250269059195 ], [ -110.09947836689797, 39.167151776462667 ], [ -110.09972064563034, 39.166851784374444 ], [ -110.10038561012065, 39.165991876230464 ], [ -110.10090255695972, 39.165392137486052 ], [ -110.1013233492134, 39.165070991960384 ], [ -110.10204763703614, 39.164549439266864 ], [ -110.10286312429086, 39.163681665373346 ], [ -110.10350734306847, 39.163082894454213 ], [ -110.10415556619976, 39.162623819290545 ], [ -110.10476717598367, 39.162313138710111 ], [ -110.10505782697237, 39.162211746107779 ], [ -110.10535993649322, 39.162119451627213 ], [ -110.10598105718495, 39.161971033498332 ], [ -110.10660767711482, 39.161845181409738 ], [ -110.10739975662618, 39.161815207702183 ], [ -110.10904718541471, 39.161602542855519 ], [ -110.10994668014531, 39.161406671660366 ], [ -110.11068975950181, 39.161223116246966 ], [ -110.11134160880492, 39.160930729770975 ], [ -110.11201996552275, 39.160462829310624 ], [ -110.11243339460596, 39.160168619632842 ], [ -110.11280775448856, 39.159851583803373 ], [ -110.11325352907049, 39.15937739962628 ], [ -110.1135611002137, 39.158848097150681 ], [ -110.11379327331466, 39.158331736780696 ], [ -110.11417608812617, 39.157708390366139 ], [ -110.11464125960458, 39.157162260915605 ], [ -110.11489475800572, 39.156790234469234 ], [ -110.11506583470562, 39.156530217765237 ], [ -110.11545688051224, 39.155802402985806 ], [ -110.1156781788402, 39.155228286221394 ], [ -110.11584583070213, 39.154779013446266 ], [ -110.11597752342067, 39.15442858749612 ], [ -110.11616174062191, 39.154042516141004 ], [ -110.11628826414294, 39.153642490634667 ], [ -110.11630652396497, 39.153570541902425 ], [ -110.11633175313888, 39.153404031566048 ], [ -110.11636434592701, 39.153111424451303 ], [ -110.11632708586451, 39.152944440271263 ], [ -110.11630357351928, 39.152881185679739 ], [ -110.11620213052122, 39.152664154793698 ], [ -110.11604260297769, 39.152464705055465 ], [ -110.11590571277965, 39.152305975885412 ], [ -110.11571629860603, 39.152182891625898 ], [ -110.11551520042332, 39.152068729283862 ], [ -110.1151702445803, 39.151890398131457 ], [ -110.11483607212861, 39.151775224174251 ], [ -110.11433569084885, 39.151532633626282 ], [ -110.11387660514912, 39.151227278622521 ], [ -110.11352683264573, 39.150972313320985 ], [ -110.11294188007332, 39.150553360873431 ], [ -110.11257078177709, 39.15015405593202 ], [ -110.11249896189433, 39.149883181931862 ], [ -110.11244506563136, 39.149567389863194 ], [ -110.11250200352497, 39.14918035460672 ], [ -110.11260284981014, 39.148982882637611 ], [ -110.11266178152461, 39.148897727757742 ], [ -110.11277935037883, 39.148750844013776 ], [ -110.11297985195611, 39.148450504904481 ], [ -110.11307480842814, 39.148261097480457 ], [ -110.11307661790779, 39.148116936754924 ], [ -110.11307394233063, 39.147869116469501 ], [ -110.11303581821791, 39.147679597288565 ], [ -110.11301380690243, 39.147589320698756 ], [ -110.11289048339681, 39.147273000296387 ], [ -110.11272592700828, 39.1470149367427 ], [ -110.11246857751132, 39.146774188143638 ], [ -110.11225643828951, 39.146619386985833 ], [ -110.11190011610849, 39.146427443182425 ], [ -110.11150936636189, 39.146212708562302 ], [ -110.11123523422603, 39.145926774746492 ], [ -110.11097919728313, 39.145582407407325 ], [ -110.11059066627348, 39.145191973901149 ], [ -110.10961447617807, 39.144603316410674 ], [ -110.10843451087842, 39.144116717530572 ], [ -110.10727502830304, 39.143842020002921 ], [ -110.10606274710911, 39.143625476906351 ], [ -110.10500960696858, 39.143635416137968 ], [ -110.10421261569617, 39.143521162200088 ], [ -110.10307257390969, 39.143084375998036 ], [ -110.10248139147609, 39.142710377583889 ], [ -110.10243562518872, 39.142669476042229 ], [ -110.1022132091727, 39.142415457481796 ], [ -110.10198753968028, 39.141962272319418 ], [ -110.10182445520326, 39.141592469399995 ], [ -110.10171143324941, 39.141289732840619 ], [ -110.10107321716697, 39.140157547078424 ], [ -110.10052209928608, 39.1393657413333 ], [ -110.10014586078567, 39.13892580779919 ], [ -110.10010616988041, 39.138862424954119 ], [ -110.09993623889039, 39.138577268996229 ], [ -110.09978349148922, 39.138305761878023 ], [ -110.09960166031412, 39.13759249504141 ], [ -110.09950430717375, 39.137060098893137 ], [ -110.09951101006902, 39.136988063351964 ], [ -110.09960414962768, 39.136488677050878 ], [ -110.09974596426875, 39.13625548867347 ], [ -110.10006279717462, 39.135816400496381 ], [ -110.10036447162379, 39.135386205326547 ], [ -110.10076927862045, 39.134943288682109 ], [ -110.10127190119263, 39.134541674003188 ], [ -110.10245117644511, 39.133699229120843 ], [ -110.10279400051584, 39.133580221136128 ], [ -110.10318905444468, 39.13344809763656 ], [ -110.10394239616141, 39.133345760578244 ], [ -110.10475221046883, 39.133351983506138 ], [ -110.10552754667279, 39.133339914368626 ], [ -110.10643171549815, 39.133112565630114 ], [ -110.10724598401784, 39.132857488509799 ], [ -110.10779811271354, 39.132654464910644 ], [ -110.10923484729665, 39.132030183454901 ], [ -110.11013980370751, 39.131370287176821 ], [ -110.11104493718946, 39.130786977998653 ], [ -110.1115639961907, 39.130359311951203 ], [ -110.11175271119511, 39.130072400399087 ], [ -110.1118284118017, 39.129940516549723 ], [ -110.11207860025732, 39.129456733403735 ], [ -110.1123938089969, 39.128769797693295 ], [ -110.11247239406254, 39.128500068040246 ], [ -110.1125814249333, 39.128108922484472 ], [ -110.11278452374226, 39.127596845200827 ], [ -110.1131942363789, 39.126752934920489 ], [ -110.11345068007297, 39.126137636362607 ], [ -110.11368875161631, 39.125603295927533 ], [ -110.11380186113102, 39.125347344124378 ], [ -110.11406026950188, 39.124574367488805 ], [ -110.11420895255156, 39.124156488636693 ], [ -110.11423392097724, 39.124102612717707 ], [ -110.11452611888107, 39.123401979167625 ], [ -110.11460773718777, 39.123258424042447 ], [ -110.11465623404581, 39.123173188430918 ], [ -110.11491629268244, 39.122729121599932 ], [ -110.11497255668762, 39.122485352177819 ], [ -110.11502828817004, 39.122099205721476 ], [ -110.11498994590374, 39.121927706630778 ], [ -110.11478743576771, 39.121471116086404 ], [ -110.11458425145082, 39.121068585731528 ], [ -110.11420203850702, 39.12018260892895 ], [ -110.11394339838621, 39.119590426029333 ], [ -110.11346809243386, 39.118288334154691 ], [ -110.11308378494292, 39.117110382583988 ], [ -110.11278513580989, 39.116481848658538 ], [ -110.11260437404857, 39.116138056475904 ], [ -110.1122387287444, 39.115779339694072 ], [ -110.11183669275489, 39.115555508820989 ], [ -110.11177341974545, 39.11552799385278 ], [ -110.11116898436156, 39.115302618283636 ], [ -110.11052395926633, 39.115085940832977 ], [ -110.10978799928927, 39.114742412045544 ], [ -110.10927814727874, 39.113895993024506 ], [ -110.10903612457049, 39.113367002532073 ], [ -110.10909214049845, 39.113052047158888 ], [ -110.10929255350977, 39.112751711579399 ], [ -110.10973640454758, 39.112408180232485 ], [ -110.10994061206092, 39.112265564247615 ], [ -110.11040038874798, 39.112034788907565 ], [ -110.11080750725876, 39.111852269263338 ], [ -110.11087734052627, 39.111817659171599 ], [ -110.11119787568734, 39.111621862384638 ], [ -110.1116185800399, 39.111278147258098 ], [ -110.11198848108688, 39.110834923007737 ], [ -110.11262281715034, 39.110056700719888 ], [ -110.11266877935348, 39.109988567257012 ], [ -110.11331859903233, 39.108988789121206 ], [ -110.11401068201903, 39.108214602513236 ], [ -110.11463133319495, 39.107602066581656 ], [ -110.11488930435189, 39.107320180011222 ], [ -110.11520644784814, 39.106930610335041 ], [ -110.11534989614997, 39.106557743736971 ], [ -110.11555745367146, 39.10614481396054 ], [ -110.11620239589146, 39.104973773313198 ], [ -110.11677455926018, 39.104072506667158 ], [ -110.11720199078304, 39.103183657598535 ], [ -110.1176456898985, 39.102380534199511 ], [ -110.11792002192476, 39.101711292304394 ], [ -110.11807012483055, 39.101266384447726 ], [ -110.11807281924834, 39.101050141318112 ], [ -110.1180700686844, 39.100806824049457 ], [ -110.11805592306521, 39.100549904097186 ], [ -110.11801522668328, 39.100103552667264 ], [ -110.11791082110533, 39.099201664571751 ], [ -110.11766923321487, 39.098172584342954 ], [ -110.11746941398951, 39.097040193318477 ], [ -110.11747227832623, 39.096810434863173 ], [ -110.11746936122702, 39.096580632634719 ], [ -110.11747329259713, 39.096265277864866 ], [ -110.11758741774588, 39.095922823098299 ], [ -110.11772902230258, 39.095695015695931 ], [ -110.11801028669505, 39.095395275727299 ], [ -110.11825017072597, 39.095168211112608 ], [ -110.11858395659432, 39.094922031762181 ], [ -110.11944942073578, 39.09450956054166 ], [ -110.12101367079811, 39.093322902401631 ], [ -110.12238051568853, 39.092665484653793 ], [ -110.12368755114528, 39.092167095814794 ], [ -110.12454637786173, 39.091912228870733 ], [ -110.12512665220939, 39.091740870160912 ], [ -110.12599123862364, 39.091486936832254 ], [ -110.12631726496629, 39.091303753834119 ], [ -110.12663744197606, 39.091125932695036 ], [ -110.12711448078799, 39.090886208157592 ], [ -110.12781702833364, 39.090643663328208 ], [ -110.12811302095859, 39.090551261679238 ], [ -110.12881535122285, 39.090325830070967 ], [ -110.13015839930759, 39.090088956295936 ], [ -110.13153795004476, 39.089891987322439 ], [ -110.13242330782269, 39.089826490735085 ], [ -110.13305408514967, 39.089777116710437 ], [ -110.13449060518025, 39.089553503305922 ], [ -110.13490258707964, 39.089430406804595 ], [ -110.13631255330814, 39.089012837206475 ], [ -110.13754589725659, 39.088855263331446 ], [ -110.13844918267866, 39.088740292958761 ], [ -110.1405120132312, 39.08835452784767 ], [ -110.14156232997698, 39.088032462718999 ], [ -110.14207931586235, 39.087829915797052 ], [ -110.14247530759829, 39.087593135993245 ], [ -110.14274562674467, 39.087231078910627 ], [ -110.14283773541375, 39.086785710938813 ], [ -110.14287792647019, 39.086330950192561 ], [ -110.14289521278003, 39.085857998992424 ], [ -110.14281995523029, 39.084911289081866 ], [ -110.14264016070616, 39.084481943850868 ], [ -110.1423829861901, 39.084236755042546 ], [ -110.14215945915069, 39.084077417890271 ], [ -110.14171808888149, 39.083862410840887 ], [ -110.14135506144557, 39.083670506626014 ], [ -110.14044804825795, 39.083145690153152 ], [ -110.13988148434569, 39.082672939149731 ], [ -110.13978502482398, 39.082523545742106 ], [ -110.13969440070348, 39.082369689798988 ], [ -110.13967897513467, 39.082211883150471 ], [ -110.13973466361232, 39.08191042488707 ], [ -110.13985850342617, 39.081613974857653 ], [ -110.14007812183115, 39.08123713190124 ], [ -110.14048831097658, 39.080780594249902 ], [ -110.14091446915805, 39.08043681053848 ], [ -110.14157909066535, 39.080067747996601 ], [ -110.14272184670374, 39.07916604199626 ], [ -110.14356866466642, 39.078451382840122 ], [ -110.14425237643802, 39.077839147275242 ], [ -110.14458444283582, 39.077625319173556 ], [ -110.1446734395759, 39.077531356236314 ], [ -110.14493613074488, 39.077222402389516 ], [ -110.14500913210316, 39.076921068208932 ], [ -110.14500782165774, 39.076550705267898 ], [ -110.14516183682431, 39.076241855030013 ], [ -110.14539710422092, 39.075905665906035 ], [ -110.14549202563907, 39.075703613346434 ], [ -110.14551023427499, 39.07563165852855 ], [ -110.14558491574377, 39.075190665199514 ], [ -110.14556489395137, 39.074933704054196 ], [ -110.14547060614515, 39.074604110398475 ], [ -110.14528755952375, 39.074445075726096 ], [ -110.14508679430877, 39.074317449477164 ], [ -110.14475343578926, 39.074160916240857 ], [ -110.14435026649886, 39.074041716144144 ], [ -110.14416565655398, 39.074012427125417 ], [ -110.1430824044796, 39.073730536058534 ], [ -110.14300748794523, 39.073711963416152 ], [ -110.1421601268394, 39.073521006471687 ], [ -110.14170098212772, 39.073251802263641 ], [ -110.141432674067, 39.072974990495538 ], [ -110.14107337083456, 39.072575858904159 ], [ -110.14083494836818, 39.072218166569691 ], [ -110.14033994159634, 39.071571130379184 ], [ -110.1398322038055, 39.071021317331365 ], [ -110.13979289688599, 39.070926411493879 ], [ -110.13964695536089, 39.070569398863647 ], [ -110.13963610785251, 39.070510747089699 ], [ -110.13960630057679, 39.070109536010605 ], [ -110.13967751936808, 39.069480189927063 ], [ -110.13975470191475, 39.068835568957283 ], [ -110.13984929858823, 39.06723230153802 ], [ -110.13983508272719, 39.065641747578596 ], [ -110.13945232345159, 39.063751109576614 ], [ -110.13923279314984, 39.062316732735589 ], [ -110.13901255981257, 39.060940921810797 ], [ -110.13908706707603, 39.060040366711362 ], [ -110.13925668662317, 39.059397328501774 ], [ -110.13959072152674, 39.058539237824768 ], [ -110.1397693198127, 39.058108024731304 ], [ -110.13989923007492, 39.057879201010117 ], [ -110.14051367119907, 39.056865481636692 ], [ -110.14115369150157, 39.055933046701114 ], [ -110.14169308170344, 39.054815140709714 ], [ -110.14222700369689, 39.053670158537358 ], [ -110.14305726006371, 39.051910093427125 ], [ -110.14368775688945, 39.050324271033396 ], [ -110.14426000170525, 39.049062415877515 ], [ -110.14502053624393, 39.047229734829706 ], [ -110.1454453904626, 39.046016353355441 ], [ -110.14591538893356, 39.045370998568892 ], [ -110.14664273230349, 39.043985012028266 ], [ -110.14716817784385, 39.043050801827668 ], [ -110.14740462246576, 39.04260648193182 ], [ -110.14808277023545, 39.041463425208057 ], [ -110.14845413884642, 39.040847976721878 ], [ -110.14869374947949, 39.040619943183437 ], [ -110.14908388143053, 39.040365974121094 ], [ -110.14915825763909, 39.040330472369661 ], [ -110.14945030899582, 39.04016139185272 ], [ -110.14959532439138, 39.040112888300911 ], [ -110.14982186335041, 39.040010912316561 ], [ -110.15016437008518, 39.039873736572233 ], [ -110.15123237390591, 39.03945799232153 ], [ -110.15217225348671, 39.039126912298549 ], [ -110.15307660334969, 39.038867655392409 ], [ -110.15396066075232, 39.038468572312937 ], [ -110.15488251241528, 39.038096789601624 ], [ -110.15502211891406, 39.038016701234966 ], [ -110.15578385072509, 39.037603201293443 ], [ -110.1562449215722, 39.037210049442969 ], [ -110.15650316388711, 39.036869495657811 ], [ -110.15667176342301, 39.036294004641348 ], [ -110.15678307704275, 39.035677549248106 ], [ -110.15680912790401, 39.03542993237771 ], [ -110.15686598824335, 39.035020338425454 ], [ -110.15678090059845, 39.034402463020761 ], [ -110.15661847270297, 39.033973261411347 ], [ -110.15624997422134, 39.033384874789704 ], [ -110.15573739689081, 39.032768410884842 ], [ -110.15534868722042, 39.032423174817978 ], [ -110.15513187265661, 39.03219632700123 ], [ -110.15474333005425, 39.031837573462617 ], [ -110.15442281670941, 39.031587445048984 ], [ -110.15428511242186, 39.031508951211421 ], [ -110.15382169239035, 39.031132530569373 ], [ -110.15347171376429, 39.030931746846711 ], [ -110.15320735697608, 39.030817189184127 ], [ -110.15309777245965, 39.030802876919914 ], [ -110.1525570793566, 39.03060971668436 ], [ -110.15187181538306, 39.030429920599623 ], [ -110.15054705328809, 39.030108496308301 ], [ -110.14955659913275, 39.029848968200405 ], [ -110.14817506158543, 39.029446904233545 ], [ -110.14697907412308, 39.028987608851104 ], [ -110.14641050775538, 39.028713116403679 ], [ -110.14585992418645, 39.028384686249815 ], [ -110.14424068598879, 39.027579840817047 ], [ -110.14258699354706, 39.026761203023888 ], [ -110.14195046077306, 39.026378055994876 ], [ -110.14153760632205, 39.026127212906708 ], [ -110.14075854778997, 39.025589821573163 ], [ -110.14071860913411, 39.025548977394976 ], [ -110.14024463327345, 39.025099435134614 ], [ -110.14018742294158, 39.025053957916512 ], [ -110.13993052329444, 39.024804258588397 ], [ -110.13990862204125, 39.024704974933798 ], [ -110.13981790540554, 39.024564633854119 ], [ -110.13973372915838, 39.024361263190386 ], [ -110.13969919790318, 39.023874408736781 ], [ -110.13974306651737, 39.023590882376915 ], [ -110.13977870226411, 39.023510045207011 ], [ -110.13995709811303, 39.023087838556258 ], [ -110.14014496872926, 39.022836912514443 ], [ -110.14049051972424, 39.02244297034845 ], [ -110.14103019758679, 39.021757595661761 ], [ -110.14138380244319, 39.02117447668693 ], [ -110.1415532364764, 39.020918906994098 ], [ -110.14229815053137, 39.020071935187453 ], [ -110.14271743655939, 39.019787562764328 ], [ -110.14286916884782, 39.019658016592253 ], [ -110.14370148561919, 39.019127967913896 ], [ -110.14394533412705, 39.019022525374417 ], [ -110.14495553430638, 39.018587488523863 ], [ -110.14582003403372, 39.018260410593761 ], [ -110.14620297628193, 39.01811453056709 ], [ -110.14717838078761, 39.017689131846652 ], [ -110.1477121705429, 39.017485777252347 ], [ -110.14837770112354, 39.017373493254944 ], [ -110.14913444156288, 39.017360993109143 ], [ -110.14997732127975, 39.017389665809553 ], [ -110.15157807321258, 39.017311207865987 ], [ -110.15233621139545, 39.017181552498755 ], [ -110.15271913478347, 39.017035650839418 ], [ -110.15298105115058, 39.016866341536726 ], [ -110.15319131416605, 39.016669623313156 ], [ -110.15338505708354, 39.016405201365679 ], [ -110.15349443109037, 39.015950933236731 ], [ -110.15358771440592, 39.01539292025624 ], [ -110.15358961988099, 39.014748638457952 ], [ -110.15357294001701, 39.01469445066499 ], [ -110.15357957413222, 39.014622409774653 ], [ -110.15356289430385, 39.014568221979502 ], [ -110.15355030716384, 39.014170739874935 ], [ -110.15317621314462, 39.01357779590672 ], [ -110.15308504326133, 39.013474407179586 ], [ -110.15269860103572, 39.012948955470421 ], [ -110.15164175772644, 39.01198158923048 ], [ -110.1509792346738, 39.011364012415434 ], [ -110.15026545382688, 39.010687486109063 ], [ -110.14929146084349, 39.010040597138612 ], [ -110.1481880182297, 39.00959550540918 ], [ -110.14708285807623, 39.009294568836239 ], [ -110.14620035977879, 39.00920701324246 ], [ -110.14565109409644, 39.00926156440476 ], [ -110.14504321643759, 39.00938777250331 ], [ -110.14428531215283, 39.009503865923477 ], [ -110.14371801359587, 39.009616848042313 ], [ -110.14303668301916, 39.009608240637036 ], [ -110.14246541358749, 39.009571602716996 ], [ -110.14180163545289, 39.009544193748027 ], [ -110.14129436447895, 39.009468371906252 ], [ -110.14112136309073, 39.009448174982303 ], [ -110.14056914205169, 39.009269292167637 ], [ -110.14018504427153, 39.009036678082857 ], [ -110.14000735022896, 39.008927234735616 ], [ -110.13996148323088, 39.0088998632149 ], [ -110.13984120530881, 39.008817876272218 ], [ -110.13967032362569, 39.008622876900866 ], [ -110.13962527567935, 39.00852792780853 ], [ -110.13947721931075, 39.008355624311733 ], [ -110.13941000293428, 39.00818391699746 ], [ -110.139302312734, 39.008016416607042 ], [ -110.1392132016019, 39.007745425189128 ], [ -110.1389550171138, 39.007130762911245 ], [ -110.13861311454494, 39.006753375817219 ], [ -110.13829489134791, 39.006328403610546 ], [ -110.13805371380899, 39.005740898261678 ], [ -110.13796563815309, 39.005385208802785 ], [ -110.13794747441909, 39.004978672404754 ], [ -110.13792886246158, 39.004609078321522 ], [ -110.13794809809394, 39.004451525581153 ], [ -110.13796363750656, 39.004122733930686 ], [ -110.14284665469914, 39.000950746203827 ], [ -110.14538689991249, 39.00098289844729 ], [ -110.14977814109841, 39.002190036089061 ], [ -110.14992851772631, 39.002169505134859 ], [ -110.15011360151408, 39.00214382013786 ], [ -110.150252117847, 39.002149334687644 ], [ -110.15025244121806, 39.002122303606228 ], [ -110.15017806915924, 38.997237718990888 ], [ -110.14781110034966, 38.997211442935686 ], [ -110.14779650033165, 38.996021864132814 ], [ -110.14325025853258, 38.99525415952747 ], [ -110.14325956285732, 38.994961365385841 ], [ -110.14115796745091, 38.994481839802368 ], [ -110.14025404039509, 38.994272431447428 ], [ -110.1340087576348, 38.994221738048005 ], [ -110.1337863325036, 39.001478563325968 ], [ -110.12464566779883, 39.001486933143426 ], [ -110.12443198658826, 39.001489835251121 ], [ -110.09638080588205, 39.001500318292365 ], [ -110.09628216507926, 38.993367914704137 ], [ -110.09632266784057, 38.986097141955774 ], [ -110.07844412660533, 38.986078051924672 ], [ -110.05974025743129, 38.986045969292888 ], [ -110.05973756463595, 38.993317919497322 ], [ -110.04116925396914, 38.993283943389606 ], [ -110.0411852279308, 38.978749149500814 ], [ -110.02258226747028, 38.978743485467 ], [ -110.02260133460051, 38.964339362999496 ], [ -110.00416808218091, 38.964354728519112 ], [ -110.00417801265988, 38.950040624841556 ], [ -110.02264217230557, 38.950025499760535 ], [ -110.04125620609506, 38.950022200752116 ], [ -110.04124611177092, 38.957195002583234 ], [ -110.05051347714291, 38.957208592474885 ], [ -110.05049854183719, 38.964380450072539 ], [ -110.05976571793386, 38.964392406456028 ], [ -110.06909863748974, 38.96440865678791 ], [ -110.06908916743264, 38.978799387664694 ], [ -110.0784457526325, 38.97882860378283 ], [ -110.09636317073, 38.978824558069306 ], [ -110.09638915455785, 38.979505101344472 ], [ -110.1056997682259, 38.97952727038917 ], [ -110.10568226458, 38.983212698437079 ], [ -110.11499904098208, 38.98324318566808 ], [ -110.11964536304383, 38.9833008622318 ], [ -110.1197783614973, 38.979553222360224 ], [ -110.13389778448779, 38.979546239334667 ], [ -110.13408831204342, 38.979543147794338 ], [ -110.1478313467334, 38.979635313187636 ], [ -110.14782778903202, 38.979450558043901 ], [ -110.14785217276996, 38.979342601973435 ], [ -110.14802166369883, 38.979168121638573 ], [ -110.14819697964928, 38.97898917798188 ], [ -110.1483882610831, 38.978922990323866 ], [ -110.14873036592709, 38.97879482450108 ], [ -110.14904911251695, 38.978689015277837 ], [ -110.14932173732515, 38.97857836335529 ], [ -110.14942643905171, 38.978511542758405 ], [ -110.14948464252504, 38.97847141669758 ], [ -110.14965369627525, 38.978332975481351 ], [ -110.14978861416853, 38.978152833860541 ], [ -110.14986541475379, 38.978005610043489 ], [ -110.1500603545495, 38.977633066069636 ], [ -110.15018997220132, 38.977413236142688 ], [ -110.15032595304335, 38.977143890886133 ], [ -110.15040922299141, 38.976938141090201 ], [ -110.15050119252271, 38.97648735034533 ], [ -110.15053980581607, 38.97615421760846 ], [ -110.15053855563055, 38.975775738722469 ], [ -110.15046156422031, 38.975456182242226 ], [ -110.15031104200466, 38.975107254498504 ], [ -110.1502209349174, 38.9748227459554 ], [ -110.15006968092841, 38.974438668912988 ], [ -110.14991529632393, 38.973833794740933 ], [ -110.14981485762875, 38.973544704975787 ], [ -110.14973205720395, 38.973228710068575 ], [ -110.14967687527448, 38.97301654502558 ], [ -110.14960534937282, 38.972723160135963 ], [ -110.14951095419988, 38.972411586132928 ], [ -110.14941046516712, 38.972127001193179 ], [ -110.14924654655205, 38.971837448139539 ], [ -110.14883521949676, 38.971483012150223 ], [ -110.14833802940866, 38.9710693753347 ], [ -110.14806349304766, 38.970860113945982 ], [ -110.14771570377509, 38.970502533369505 ], [ -110.14745903584826, 38.970247443975516 ], [ -110.14692920047746, 38.969765978684123 ], [ -110.14671074362782, 38.969597674417159 ], [ -110.14635612544581, 38.969329250642986 ], [ -110.14582983897107, 38.968937918238922 ], [ -110.14542763424707, 38.968691671294678 ], [ -110.14491221208787, 38.968453604607227 ], [ -110.14461499123138, 38.968212629687564 ], [ -110.14450637200363, 38.968126227104271 ], [ -110.14402507936961, 38.967834339535251 ], [ -110.14378465149456, 38.967670374220262 ], [ -110.14335535752727, 38.967374359803173 ], [ -110.14282251671553, 38.967050549675257 ], [ -110.1425080504967, 38.966804937109686 ], [ -110.14213609523682, 38.966540878702453 ], [ -110.14197614179835, 38.966404534804497 ], [ -110.14182673955285, 38.966254751485565 ], [ -110.14147314753249, 38.965999837196918 ], [ -110.14106755492226, 38.965654427142489 ], [ -110.14098186378061, 38.965581706823997 ], [ -110.14061639899766, 38.965259118563871 ], [ -110.14047970847386, 38.965204044688491 ], [ -110.14021990553644, 38.965116524488657 ], [ -110.13992102571682, 38.965015198920938 ], [ -110.13964005837585, 38.964864443069153 ], [ -110.13955409714458, 38.96481424770267 ], [ -110.13914155943769, 38.964662520474029 ], [ -110.13864761692429, 38.964370517415084 ], [ -110.13831527560171, 38.964173422068939 ], [ -110.13802248223355, 38.963951386546348 ], [ -110.1377205341612, 38.963722974806572 ], [ -110.13740010024915, 38.963496227884178 ], [ -110.13727549664713, 38.963301566037117 ], [ -110.13700690276841, 38.963083311337002 ], [ -110.13692143754021, 38.962992567307751 ], [ -110.13668900016546, 38.962648422491817 ], [ -110.13657290474244, 38.962228542844834 ], [ -110.13638102887161, 38.961871180682238 ], [ -110.13633710236586, 38.961591508408922 ], [ -110.13631687036529, 38.961451685074387 ], [ -110.13633048978268, 38.961280573061103 ], [ -110.13634251746687, 38.96114549406434 ], [ -110.13653160008438, 38.960781939591044 ], [ -110.13673827112925, 38.960490604503221 ], [ -110.13685031312662, 38.960293186796456 ], [ -110.13700444102618, 38.959956406557609 ], [ -110.13726095743085, 38.959742034303275 ], [ -110.13751142890656, 38.959550144805689 ], [ -110.13773865414737, 38.959371599811746 ], [ -110.1380067613179, 38.959152805915423 ], [ -110.13824597201393, 38.958937402497718 ], [ -110.138683201313, 38.958572071946534 ], [ -110.13919027875114, 38.958156792182713 ], [ -110.13980714631681, 38.957728802635593 ], [ -110.14037588599524, 38.957462657027705 ], [ -110.14043385932275, 38.957440556014234 ], [ -110.14103667103282, 38.957219714146035 ], [ -110.14168585710097, 38.956981187794398 ], [ -110.14238081921654, 38.956774533439955 ], [ -110.14324304367413, 38.956574509678305 ], [ -110.14386822576593, 38.956411489064401 ], [ -110.14459143047367, 38.956254590324143 ], [ -110.14524483983814, 38.956143133107467 ], [ -110.14593947011369, 38.95596258754415 ], [ -110.14636138311677, 38.955907101482921 ], [ -110.1472524470919, 38.955706357799485 ], [ -110.14784249647299, 38.955584510677539 ], [ -110.14835726468489, 38.955484639272747 ], [ -110.14882614127842, 38.955361902857931 ], [ -110.14935373916654, 38.955153986017045 ], [ -110.14979470777986, 38.95485532354202 ], [ -110.15009341036895, 38.954582657072471 ], [ -110.15051999164298, 38.954135201924956 ], [ -110.15086616629594, 38.953655620906687 ], [ -110.15105531576829, 38.953278525726816 ], [ -110.15128458287354, 38.952924250006632 ], [ -110.15153802684912, 38.952574655182858 ], [ -110.15158965998607, 38.952502940768987 ], [ -110.15184787779414, 38.952139863105685 ], [ -110.15210851932092, 38.951573148808876 ], [ -110.15217379981419, 38.951421333379031 ], [ -110.15237538773448, 38.950967730819997 ], [ -110.15247016967032, 38.950761160990162 ], [ -110.15246431805315, 38.950283523580055 ], [ -110.15209157939563, 38.949604974296705 ], [ -110.15168272742467, 38.949052318464709 ], [ -110.15132150843029, 38.948860456631536 ], [ -110.1509843902526, 38.94858316234788 ], [ -110.15018199839287, 38.948131266899047 ], [ -110.14988376678066, 38.947980409755175 ], [ -110.14977457946445, 38.947943569491329 ], [ -110.14854991026661, 38.947583203767934 ], [ -110.14776220978138, 38.947352173957889 ], [ -110.14751510086414, 38.947269268264364 ], [ -110.1471188007019, 38.947117687725211 ], [ -110.14637699414232, 38.946909512012894 ], [ -110.14592300588822, 38.946757505485841 ], [ -110.1447390696808, 38.946275746347617 ], [ -110.14436739087597, 38.946092797606099 ], [ -110.1440863253591, 38.945955568360446 ], [ -110.14356964620586, 38.945740014348466 ], [ -110.14306461700217, 38.945515532361739 ], [ -110.14223341079541, 38.9450678764088 ], [ -110.14160238332093, 38.944766767729305 ], [ -110.14113024082948, 38.944591179882977 ], [ -110.14078704484373, 38.94443996864792 ], [ -110.14025150079007, 38.943877328794969 ], [ -110.1398928978852, 38.943473687028323 ], [ -110.13947889700472, 38.942880399900766 ], [ -110.13921810235567, 38.942500005176655 ], [ -110.13893510692161, 38.942047356228571 ], [ -110.13866882189754, 38.941644391664404 ], [ -110.1385335866408, 38.941377562272848 ], [ -110.13827487479745, 38.940825967344963 ], [ -110.13799776969373, 38.94036434830128 ], [ -110.13782434086964, 38.939917011304665 ], [ -110.13749956461598, 38.939581196166664 ], [ -110.13706895533036, 38.938933710133718 ], [ -110.13684258071308, 38.938571586894518 ], [ -110.13660390001388, 38.938177832849945 ], [ -110.13643054583549, 38.937820606587273 ], [ -110.13638575298224, 38.937708535847328 ], [ -110.13630828399921, 38.937436724417012 ], [ -110.13620805875016, 38.937138611933719 ], [ -110.13610119123439, 38.936912540089992 ], [ -110.13603487301032, 38.936767869429254 ], [ -110.13584833699987, 38.936356477243251 ], [ -110.13566230048339, 38.935999155868963 ], [ -110.13549912036638, 38.935660025948557 ], [ -110.13532957164023, 38.935370410425186 ], [ -110.13513221159526, 38.934995882928334 ], [ -110.13503777374429, 38.934696911108823 ], [ -110.13475510490375, 38.934127107950559 ], [ -110.13465571571632, 38.933856033933964 ], [ -110.1346392324099, 38.933788327423571 ], [ -110.13458439778283, 38.933553628606042 ], [ -110.13447011142212, 38.932989578589577 ], [ -110.13441449331947, 38.932344862297754 ], [ -110.13440366910527, 38.932286208947772 ], [ -110.13434465651555, 38.931920815947969 ], [ -110.13432987171321, 38.931713447686782 ], [ -110.13433244576537, 38.931501702532664 ], [ -110.13438956386187, 38.931168710058373 ], [ -110.13460571258058, 38.930850413537854 ], [ -110.13493815255245, 38.930551000972955 ], [ -110.13503730173363, 38.930461623257351 ], [ -110.13525834273923, 38.930310069791432 ], [ -110.13556018288583, 38.93005999057393 ], [ -110.13582906481687, 38.929863734049391 ], [ -110.13605674461412, 38.92964013820491 ], [ -110.13637301662294, 38.929245983665751 ], [ -110.13657261837074, 38.928959100289191 ], [ -110.13660875447668, 38.928833210082345 ], [ -110.13666443295642, 38.92852273377202 ], [ -110.13659979669394, 38.928144684303682 ], [ -110.13647559404232, 38.92792208878862 ], [ -110.13637292237674, 38.927826711078282 ], [ -110.13606991162303, 38.927603693199572 ], [ -110.1358813816461, 38.92745361206957 ], [ -110.13578008365232, 38.927340221501751 ], [ -110.1356765882623, 38.927217803322897 ], [ -110.13556347698155, 38.927032235078492 ], [ -110.13546244840254, 38.926801699948236 ], [ -110.1353850377958, 38.926526283399923 ], [ -110.13545225476332, 38.926215893025542 ], [ -110.1357567607719, 38.925839675247154 ], [ -110.13613585878433, 38.925495548064958 ], [ -110.13645574883108, 38.925277139203502 ], [ -110.13676251164652, 38.925094677395983 ], [ -110.13737900200913, 38.924770323888573 ], [ -110.1378082374499, 38.924571642885411 ], [ -110.13808111745553, 38.92442407120307 ], [ -110.13822040804786, 38.924353009541292 ], [ -110.13844071478547, 38.924260017544043 ], [ -110.13890983682163, 38.924101276364162 ], [ -110.13956841025038, 38.92401601994149 ], [ -110.14029586471928, 38.923958300880422 ], [ -110.14083843530088, 38.92392625045045 ], [ -110.14124215335785, 38.923929221136198 ], [ -110.14233306034494, 38.92386515131102 ], [ -110.14289441040383, 38.923806195510345 ], [ -110.14351613552338, 38.923810758824821 ], [ -110.14404527420793, 38.923936291991787 ], [ -110.14442174201911, 38.923903006817525 ], [ -110.14496342759438, 38.92384840256144 ], [ -110.14564360265997, 38.92388492207477 ], [ -110.14631197370748, 38.923943879457795 ], [ -110.14654202236146, 38.923999629184436 ], [ -110.14735916183874, 38.924158792040906 ], [ -110.1478938620517, 38.924302370935763 ], [ -110.1487616769535, 38.924565523408212 ], [ -110.14896278461197, 38.924630068588108 ], [ -110.14906611467285, 38.924671372548318 ], [ -110.14921416211104, 38.924735530496434 ], [ -110.14942752874384, 38.924836209273039 ], [ -110.14984747987519, 38.92492938111787 ], [ -110.15038337332838, 38.924973833434642 ], [ -110.15064274965368, 38.92498923786539 ], [ -110.15135652428202, 38.925111575597739 ], [ -110.15187031571907, 38.925074759043788 ], [ -110.15239116086066, 38.92492985628197 ], [ -110.15300379086067, 38.924827069012998 ], [ -110.15323498326997, 38.924787294469816 ], [ -110.15347743197832, 38.92477103038371 ], [ -110.15384570561113, 38.924844889440195 ], [ -110.15439835821171, 38.924935402258818 ], [ -110.15463428042844, 38.924983068472216 ], [ -110.15488170591817, 38.925033520870748 ], [ -110.15567051993629, 38.925151869861978 ], [ -110.15633255768095, 38.925260286074703 ], [ -110.15729248417045, 38.925542063459801 ], [ -110.15797282459729, 38.925664119411174 ], [ -110.15841456006338, 38.925770033386435 ], [ -110.15871366518502, 38.925840675035239 ], [ -110.15934623821329, 38.926002929419582 ], [ -110.15985298959868, 38.926074162225248 ], [ -110.16047456319521, 38.926191275011483 ], [ -110.16125800373192, 38.926278008224763 ], [ -110.16173004731746, 38.926357994769454 ], [ -110.16263392316942, 38.926504156794131 ], [ -110.16332057936434, 38.926581170596613 ], [ -110.16391836232607, 38.926662049481145 ], [ -110.16435098944478, 38.926660641715308 ], [ -110.1649269100354, 38.926736853297399 ], [ -110.16610330272458, 38.9267632855952 ], [ -110.16673769354253, 38.926772321423883 ], [ -110.16731446054459, 38.926776437133768 ], [ -110.16807584579112, 38.926777360248877 ], [ -110.16854354266368, 38.926736537292868 ], [ -110.16936818286902, 38.926754122796766 ], [ -110.16991526113176, 38.926831005673584 ], [ -110.1704277974749, 38.926902233754269 ], [ -110.17095218491626, 38.926946509947953 ], [ -110.17149980104894, 38.926977431751105 ], [ -110.17196666995565, 38.927007778233161 ], [ -110.17249687929797, 38.92704758315471 ], [ -110.17279700902192, 38.927031687838358 ], [ -110.17330461889814, 38.927030778224051 ], [ -110.1734553633529, 38.926964261175584 ], [ -110.17384399379515, 38.926777775631209 ], [ -110.17408208823804, 38.926639785773233 ], [ -110.17445367342239, 38.926430649392856 ], [ -110.17469936029313, 38.926135014684242 ], [ -110.17517086868597, 38.925764379484555 ], [ -110.17557316132222, 38.925393253520717 ], [ -110.17595882471065, 38.924963435455695 ], [ -110.17635150121777, 38.924425530239667 ], [ -110.17674106780775, 38.923756938180439 ], [ -110.17694069238894, 38.923352838355576 ], [ -110.1771435602553, 38.922767634311491 ], [ -110.17729917273063, 38.922278517512346 ], [ -110.17740205549674, 38.921860218016263 ], [ -110.17766179701734, 38.921343899386684 ], [ -110.17792002701584, 38.920958233066443 ], [ -110.17799058521503, 38.920841583261065 ], [ -110.1782616970751, 38.920338860166595 ], [ -110.17841013672766, 38.919970442349587 ], [ -110.17854200076745, 38.919538828686171 ], [ -110.17857431663251, 38.919237178042977 ], [ -110.17854303878694, 38.918948596827299 ], [ -110.17849627830171, 38.918502209134346 ], [ -110.17845512948209, 38.918069377813339 ], [ -110.1784137733061, 38.917654567563446 ], [ -110.17841273402034, 38.91724454666376 ], [ -110.17832612669342, 38.916752821900296 ], [ -110.17809945342351, 38.916404291625803 ], [ -110.17790868279313, 38.915943372612659 ], [ -110.17762459688338, 38.915472784655336 ], [ -110.17752953528867, 38.915314417381794 ], [ -110.17722333271047, 38.914861695180306 ], [ -110.17690627716259, 38.914350322242299 ], [ -110.17654278063867, 38.913865654725349 ], [ -110.1763685973972, 38.913467929110723 ], [ -110.17623010923228, 38.91297583651675 ], [ -110.17614185488924, 38.912628278937454 ], [ -110.1761022410645, 38.9121639177283 ], [ -110.17621507817303, 38.911781733968596 ], [ -110.17638584654048, 38.911476554793907 ], [ -110.17666046105721, 38.911167602117636 ], [ -110.17687574402768, 38.911002411209672 ], [ -110.17724142039249, 38.910797729049442 ], [ -110.17775811203607, 38.910499490805449 ], [ -110.17802024878789, 38.910271548645653 ], [ -110.17807275907319, 38.910218751686408 ], [ -110.17836513822651, 38.909868467979365 ], [ -110.17855282809172, 38.909594944120677 ], [ -110.17861147763109, 38.909509749427428 ], [ -110.1788169315943, 38.909195799249801 ], [ -110.17886981422573, 38.909110563854668 ], [ -110.17892877440377, 38.908998337275037 ], [ -110.17907038185172, 38.908719982774173 ], [ -110.17920658517041, 38.908410050534812 ], [ -110.17928522927804, 38.908090702196972 ], [ -110.17925457521434, 38.907748057207478 ], [ -110.17918802757949, 38.907517801131739 ], [ -110.17900735175652, 38.907183112510452 ], [ -110.17875125143904, 38.906888443927869 ], [ -110.17840726024978, 38.906714808902215 ], [ -110.17806882898076, 38.906559234614896 ], [ -110.17768946518997, 38.906452933222667 ], [ -110.1773098425432, 38.906369157035549 ], [ -110.17680455458928, 38.906181764757036 ], [ -110.17663231308647, 38.906116569902764 ], [ -110.17598991262216, 38.905918294611979 ], [ -110.1758393540683, 38.905873076493386 ], [ -110.17540286917657, 38.90572040679006 ], [ -110.17476566233957, 38.905472599285694 ], [ -110.17416871713952, 38.905234084411227 ], [ -110.17342851620245, 38.904917956266431 ], [ -110.17287251650947, 38.904630162481531 ], [ -110.17249432163588, 38.904424728172458 ], [ -110.17236816300705, 38.904364359307465 ], [ -110.17177164357271, 38.904090691126584 ], [ -110.17120428261742, 38.903789291851936 ], [ -110.17066753757575, 38.903334915116808 ], [ -110.17017084487981, 38.902907854506125 ], [ -110.16978228989198, 38.902603213415361 ], [ -110.1692557816237, 38.902261544288066 ], [ -110.16891278162767, 38.902006786617704 ], [ -110.16853524274825, 38.901747276318538 ], [ -110.16791675983998, 38.901382417843898 ], [ -110.16708769374809, 38.900781760010247 ], [ -110.1666481162992, 38.90040465401156 ], [ -110.16616918614132, 38.899941657883765 ], [ -110.16562721122135, 38.899446669674838 ], [ -110.16510841099156, 38.898942833347832 ], [ -110.16472184163794, 38.898472381479259 ], [ -110.16427981026997, 38.897814997214496 ], [ -110.16405516633799, 38.897304249979399 ], [ -110.16379530007916, 38.896847317897155 ], [ -110.16366639866581, 38.896530998728366 ], [ -110.1636270990919, 38.896440604096867 ], [ -110.16332935652474, 38.895772534884777 ], [ -110.16312647471523, 38.895373681970057 ], [ -110.1627917809316, 38.894907199888287 ], [ -110.1624446088628, 38.894521729148515 ], [ -110.16222236546643, 38.894299357495534 ], [ -110.16207416867542, 38.894154113014082 ], [ -110.16176037597897, 38.893872509888148 ], [ -110.16118494757112, 38.893287147517412 ], [ -110.16078199851667, 38.892743573037968 ], [ -110.16048082150684, 38.892272819470165 ], [ -110.16008637870777, 38.891693258429562 ], [ -110.15981382223451, 38.891240731604725 ], [ -110.15966199538671, 38.890915231538848 ], [ -110.15962265078967, 38.890829340841137 ], [ -110.15937595852026, 38.890237323651263 ], [ -110.15929232696324, 38.889506804597488 ], [ -110.15930457067714, 38.888957202169507 ], [ -110.15936862669938, 38.888511602922762 ], [ -110.15940492851797, 38.888268558564334 ], [ -110.15950871278483, 38.887778188566344 ], [ -110.15971721132294, 38.887207470118298 ], [ -110.15988445344689, 38.886713050666941 ], [ -110.16007502658397, 38.886195369305646 ], [ -110.16030047991531, 38.885652706699652 ], [ -110.16051991095125, 38.885131627486039 ], [ -110.16072834030136, 38.884565412083475 ], [ -110.16084390305372, 38.884052596870013 ], [ -110.16097659759987, 38.883553421586392 ], [ -110.16103308493719, 38.883161834564937 ], [ -110.16104524903004, 38.883107853974664 ], [ -110.16116063743119, 38.882609455182468 ], [ -110.16127709412912, 38.882020049439504 ], [ -110.16130164396769, 38.881893165975093 ], [ -110.16139398308985, 38.881393700149815 ], [ -110.16147309841762, 38.881038320599785 ], [ -110.16149747809011, 38.880925853984152 ], [ -110.16155955323343, 38.880646948330607 ], [ -110.1615888614399, 38.88050748306911 ], [ -110.16165618224736, 38.880174546989899 ], [ -110.1617308543412, 38.879706493575256 ], [ -110.16177568886026, 38.87942295830733 ], [ -110.16181605284521, 38.878833005433222 ], [ -110.16174192355042, 38.878273770334708 ], [ -110.16168809750943, 38.877948975725268 ], [ -110.16167784053832, 38.877840766017911 ], [ -110.1616549509219, 38.877335966659636 ], [ -110.16162502745361, 38.876939252847002 ], [ -110.16161303032268, 38.876488599656909 ], [ -110.16156454612171, 38.876199888619944 ], [ -110.16144245982876, 38.875798007261018 ], [ -110.16128436402582, 38.875517520256665 ], [ -110.16109142365066, 38.875259311072085 ], [ -110.16093253573345, 38.875046402960834 ], [ -110.16084233343916, 38.874874539273016 ], [ -110.16077507939933, 38.874711851778272 ], [ -110.16072585782332, 38.874486214434413 ], [ -110.16066489774721, 38.874278515381029 ], [ -110.16065718641499, 38.87395405154993 ], [ -110.16062562676379, 38.873697001375241 ], [ -110.16063292694602, 38.873566389340375 ], [ -110.1606401741045, 38.873440282593769 ], [ -110.1606437775815, 38.873133922735654 ], [ -110.16072161505777, 38.872886670154507 ], [ -110.1607833277366, 38.872540176813906 ], [ -110.16086360095672, 38.872085680618028 ], [ -110.16089421826696, 38.87193270770662 ], [ -110.16096179833646, 38.871577245020532 ], [ -110.16100473605734, 38.871356775468087 ], [ -110.16107178537112, 38.871046365613878 ], [ -110.16110360733688, 38.870888895596572 ], [ -110.1611391518143, 38.870708923930806 ], [ -110.16118282975707, 38.870425380140908 ], [ -110.16123760990672, 38.870177961464307 ], [ -110.16126748427054, 38.870088062520814 ], [ -110.16138078380528, 38.869765368687304 ], [ -110.16160428897506, 38.869383089905213 ], [ -110.16169363321255, 38.869235043978307 ], [ -110.16186880986426, 38.868943432376454 ], [ -110.1620564520093, 38.868669932643357 ], [ -110.16222637023303, 38.868433251994773 ], [ -110.1622615930543, 38.868378535412674 ], [ -110.16242639198244, 38.868086848469723 ], [ -110.16255687648311, 38.867772386823994 ], [ -110.16263507115889, 38.867493595512556 ], [ -110.16268513803874, 38.867156028650165 ], [ -110.16272949444867, 38.866813915126222 ], [ -110.16275582219474, 38.866534751814541 ], [ -110.16282809335826, 38.866269434876926 ], [ -110.1628549488679, 38.865945218508251 ], [ -110.16288138141492, 38.865657044517071 ], [ -110.16288434024351, 38.865404747682611 ], [ -110.16285844335634, 38.865155848539615 ], [ -110.16278668840813, 38.864885894513449 ], [ -110.16277235957065, 38.864633473716601 ], [ -110.16258234938452, 38.864127475210481 ], [ -110.16246381923102, 38.863914858244613 ], [ -110.16231642408609, 38.863706539794556 ], [ -110.16209427532709, 38.863484167801218 ], [ -110.16178015043802, 38.863143987568904 ], [ -110.16141463060687, 38.862862011307712 ], [ -110.16104894249682, 38.862692674718581 ], [ -110.16064219015327, 38.862486996412429 ], [ -110.16032113497728, 38.862345012406593 ], [ -110.15969012909525, 38.862097167100465 ], [ -110.15930510738812, 38.862004282528474 ], [ -110.15902402245594, 38.861894122450757 ], [ -110.15850657364346, 38.861791270217729 ], [ -110.15807497783078, 38.861738597135464 ], [ -110.15755038689385, 38.861752836888449 ], [ -110.15723863229796, 38.861800150111712 ], [ -110.15681230275062, 38.861887186468394 ], [ -110.15648146859159, 38.861988428077098 ], [ -110.15597870019778, 38.862106449021496 ], [ -110.15567217266825, 38.862198852626321 ], [ -110.15530188436141, 38.862322334029137 ], [ -110.1551862623093, 38.862353037458476 ], [ -110.15504759037259, 38.862383574009314 ], [ -110.15463802988019, 38.862416655561674 ], [ -110.15425782571033, 38.862403990339409 ], [ -110.15373327215981, 38.862414608646475 ], [ -110.15320808789343, 38.862478387038699 ], [ -110.15267111044372, 38.862564605896551 ], [ -110.15220781316889, 38.862754987783426 ], [ -110.1518079008066, 38.862945828183179 ], [ -110.15140238448829, 38.863123109444089 ], [ -110.15111244863355, 38.863273294260793 ], [ -110.15065920971207, 38.863586297493804 ], [ -110.15036253194029, 38.863818434722852 ], [ -110.15030437011697, 38.863863068344919 ], [ -110.14961837713724, 38.864362711093641 ], [ -110.14951955412781, 38.86443408229281 ], [ -110.14921145127876, 38.864657121978937 ], [ -110.14895668506963, 38.864853515469484 ], [ -110.14882757264601, 38.864951699397828 ], [ -110.14841434001751, 38.865291118242581 ], [ -110.14831470818986, 38.86543006764046 ], [ -110.14826790786969, 38.865488300109817 ], [ -110.14819768036372, 38.865577901417716 ], [ -110.14798739644587, 38.865909787439051 ], [ -110.1478336700339, 38.866138455240836 ], [ -110.14761824286104, 38.866321615750962 ], [ -110.14736139885076, 38.866594586969121 ], [ -110.14708704913375, 38.866885452449495 ], [ -110.1467713341526, 38.867261622856489 ], [ -110.14662669231949, 38.867404747559988 ], [ -110.14629980311263, 38.867654676125575 ], [ -110.14597481890281, 38.867841538260578 ], [ -110.14562586463215, 38.86810482055931 ], [ -110.14521346176468, 38.868372143068868 ], [ -110.14488348327426, 38.868590505271264 ], [ -110.14473163064112, 38.868661484010133 ], [ -110.14435531131814, 38.868802908875075 ], [ -110.14393942412597, 38.868975582177185 ], [ -110.14353329634565, 38.869103268842551 ], [ -110.14304240514292, 38.869186176526568 ], [ -110.1425628439507, 38.869285385746892 ], [ -110.14219357972924, 38.869318719289176 ], [ -110.1418128433787, 38.869347461685983 ], [ -110.14149028942953, 38.869330672735792 ], [ -110.14116814767488, 38.869279642826299 ], [ -110.14064975052112, 38.869253300907374 ], [ -110.14008023610005, 38.869164402036965 ], [ -110.13973605435989, 38.869029400409147 ], [ -110.13951857190551, 38.868902540474487 ], [ -110.13926043452054, 38.868801513384916 ], [ -110.1389753967147, 38.868637207998837 ], [ -110.13877912005525, 38.868568175625732 ], [ -110.13868202030146, 38.868495368771967 ], [ -110.13847656749169, 38.868327143448646 ], [ -110.1382652439721, 38.868167885785319 ], [ -110.13796329338993, 38.867877294333418 ], [ -110.13773658875172, 38.867560223672179 ], [ -110.13756653436437, 38.867324673026125 ], [ -110.13741534843788, 38.866958597013074 ], [ -110.13733146581548, 38.866746210823948 ], [ -110.13719126316174, 38.866425272349652 ], [ -110.13704611604372, 38.866036712071548 ], [ -110.13694620035942, 38.865720576635383 ], [ -110.13682285351796, 38.865435807628003 ], [ -110.13669972559374, 38.865133017406663 ], [ -110.13655957242491, 38.864808473938375 ], [ -110.13645359271949, 38.864517524968605 ], [ -110.13630240730268, 38.864152348527519 ], [ -110.13617444798709, 38.863772925516585 ], [ -110.13615906857152, 38.863615113167512 ], [ -110.13614874296927, 38.863515911959603 ], [ -110.13613923519199, 38.863349131684721 ], [ -110.13613548993462, 38.863182394030062 ], [ -110.13613903369219, 38.862889551398951 ], [ -110.13617307957654, 38.862457258448011 ], [ -110.13620767012887, 38.86197991272941 ], [ -110.13623029938027, 38.861538523899732 ], [ -110.1362121482764, 38.861038259629851 ], [ -110.13623249549552, 38.86088071145641 ], [ -110.13623902091445, 38.860817680251607 ], [ -110.13625745244596, 38.860723197367712 ], [ -110.13632579732264, 38.860313686254436 ], [ -110.13644512943773, 38.859976642920117 ], [ -110.13652832058189, 38.859292395085767 ], [ -110.13657383177365, 38.858864692185357 ], [ -110.13665298885134, 38.858513834487518 ], [ -110.1368095031725, 38.85796079295055 ], [ -110.13690627087396, 38.857583031103388 ], [ -110.13701417145568, 38.857142271902362 ], [ -110.13711790569192, 38.856760055615879 ], [ -110.13730745974979, 38.856333416356385 ], [ -110.13761263034316, 38.855876090750741 ], [ -110.13793470182621, 38.855450428811174 ], [ -110.13825035516483, 38.855078786754909 ], [ -110.13856634216671, 38.854679211044918 ], [ -110.13889893724301, 38.85433562734331 ], [ -110.13901563936707, 38.854214834300592 ], [ -110.13926677295387, 38.853936431919927 ], [ -110.13933830423181, 38.853834229504464 ], [ -110.13937231955563, 38.853784917654636 ], [ -110.1397003497728, 38.85334127179253 ], [ -110.13989917758083, 38.853099429297153 ], [ -110.14028411263085, 38.852714774646401 ], [ -110.14046516378863, 38.85251335144617 ], [ -110.14058783874719, 38.852374577993579 ], [ -110.14063463648007, 38.852316348445854 ], [ -110.14082231446541, 38.852042882485364 ], [ -110.14086339355987, 38.851981006225962 ], [ -110.14110434346858, 38.851589882707941 ], [ -110.14128218866863, 38.851271286804284 ], [ -110.1415043612639, 38.85090795958596 ], [ -110.14167061061204, 38.8504991640988 ], [ -110.14176635649135, 38.850203393576969 ], [ -110.14187321299339, 38.849941947803316 ], [ -110.14192825938062, 38.849676516749327 ], [ -110.14203123649874, 38.849258244415751 ], [ -110.14223161398284, 38.848885744174133 ], [ -110.14244847269552, 38.848580048734298 ], [ -110.14268313255074, 38.848231228933443 ], [ -110.14296900352176, 38.847935951525962 ], [ -110.14332002895307, 38.847492463589973 ], [ -110.14351301273466, 38.84725507741382 ], [ -110.14375348894727, 38.846900891170513 ], [ -110.14395250080139, 38.84664101997852 ], [ -110.1441575962221, 38.846354158871939 ], [ -110.14439172220867, 38.84604858615171 ], [ -110.14463777837057, 38.845708857064068 ], [ -110.14489030514511, 38.845309699691299 ], [ -110.14519645738561, 38.844762246409729 ], [ -110.1453673536997, 38.844443592923035 ], [ -110.145550794275, 38.844039422795326 ], [ -110.14578172080721, 38.843518451649238 ], [ -110.14588326535824, 38.843217312876298 ], [ -110.14596898066779, 38.842794404567577 ], [ -110.14599617115167, 38.842447665052177 ], [ -110.14604091300214, 38.842078525364379 ], [ -110.14606137269384, 38.841812839056921 ], [ -110.14605857379773, 38.841565005469299 ], [ -110.14610293774943, 38.841227402791716 ], [ -110.14611327552797, 38.840844494400734 ], [ -110.14611198413482, 38.840470512359722 ], [ -110.14610401669556, 38.840173078295521 ], [ -110.1460660615483, 38.83997455026919 ], [ -110.14592506191568, 38.839721200486153 ], [ -110.14581162732871, 38.839571683087527 ], [ -110.14556747786312, 38.839272521551663 ], [ -110.14515062192967, 38.838963084290164 ], [ -110.14499078242424, 38.838840260635514 ], [ -110.14495083611291, 38.838808428363144 ], [ -110.14469355385545, 38.838644339708033 ], [ -110.14452181723669, 38.838552968161771 ], [ -110.14422459115664, 38.838357046059485 ], [ -110.14413866947342, 38.838315865277629 ], [ -110.14358852465897, 38.838073031174041 ], [ -110.14303897800391, 38.837780636223421 ], [ -110.14249541256768, 38.8374702598177 ], [ -110.14211836234335, 38.837206160901758 ], [ -110.14165412523963, 38.836910781395474 ], [ -110.1409395749927, 38.836544171697724 ], [ -110.14055096060818, 38.836284488371348 ], [ -110.14035097547078, 38.83614784589323 ], [ -110.1398136826286, 38.835796951915754 ], [ -110.13924759382628, 38.835445843278592 ], [ -110.13876063331018, 38.835221474831627 ], [ -110.13818716401842, 38.835005477532405 ], [ -110.13776824498935, 38.834871720862438 ], [ -110.1370380052561, 38.834758191647218 ], [ -110.13695176562477, 38.834744037415057 ], [ -110.13631966945633, 38.834613206017259 ], [ -110.13588332328918, 38.834491929695083 ], [ -110.13550905408856, 38.834477445605117 ], [ -110.135053793751, 38.834491197085413 ], [ -110.13415564457074, 38.834448497570889 ], [ -110.13343551513468, 38.834452168886379 ], [ -110.13287075697082, 38.834469605187756 ], [ -110.13244460348135, 38.834458330669037 ], [ -110.13208161491229, 38.834463744437763 ], [ -110.13171284425229, 38.834470916376333 ], [ -110.13096560292379, 38.834430215118118 ], [ -110.13053815554639, 38.834430638825097 ], [ -110.13019282045211, 38.834405539399 ], [ -110.1295824089768, 38.834387475423569 ], [ -110.12895460759397, 38.834378289974396 ], [ -110.12843735919728, 38.834278911049793 ], [ -110.12804730793259, 38.834141730417969 ], [ -110.12790977962672, 38.834082129712257 ], [ -110.12762248848817, 38.834021410471742 ], [ -110.12749044584869, 38.833984378713083 ], [ -110.12732395271766, 38.833938078048547 ], [ -110.12720913568897, 38.833905680354967 ], [ -110.12709996880642, 38.833882336159434 ], [ -110.12678343827412, 38.833857441910709 ], [ -110.12628757369305, 38.833894285296338 ], [ -110.12615498108813, 38.833902304857183 ], [ -110.12609161992464, 38.833901830846038 ], [ -110.12588409079996, 38.833913795141157 ], [ -110.12565225891595, 38.833934588547976 ], [ -110.12551029037225, 38.833861434707018 ], [ -110.12521225419269, 38.833737549391934 ], [ -110.12473536962118, 38.833635752957768 ], [ -110.12423024924504, 38.833487784815105 ], [ -110.12381708200081, 38.833357625888596 ], [ -110.12330005857099, 38.833241104304932 ], [ -110.12295013326593, 38.833121329473073 ], [ -110.12263964435455, 38.833073940903255 ], [ -110.12219673053779, 38.833021050761339 ], [ -110.12172601393699, 38.832886847420312 ], [ -110.12142267163237, 38.832726867013733 ], [ -110.1209541640757, 38.832413350575209 ], [ -110.12071414079139, 38.832257449361322 ], [ -110.12051487068433, 38.832066710080561 ], [ -110.12045810290502, 38.831998697252587 ], [ -110.12024310730766, 38.831681679665664 ], [ -110.12008449218366, 38.831464211656794 ], [ -110.11990898673335, 38.831215076314791 ], [ -110.11970729134812, 38.830753975696432 ], [ -110.11968010145995, 38.83062310564717 ], [ -110.11959725590751, 38.830334116815813 ], [ -110.11944651474668, 38.829945490839705 ], [ -110.11942021375155, 38.829742536290446 ], [ -110.11939385738529, 38.829544087007072 ], [ -110.11941917218594, 38.829359544319999 ], [ -110.1194379500465, 38.829238032086366 ], [ -110.11936895778261, 38.828759908229578 ], [ -110.11935827107455, 38.828692242224001 ], [ -110.11930909862592, 38.828475598097533 ], [ -110.11924785201956, 38.828303919873747 ], [ -110.119239386152, 38.828056042736016 ], [ -110.11929555275502, 38.827705021856239 ], [ -110.1193797950318, 38.827412786640267 ], [ -110.11948014975724, 38.827215292440535 ], [ -110.11962624730712, 38.827045177072925 ], [ -110.11991789669217, 38.826749097493135 ], [ -110.12025476570412, 38.826522745464622 ], [ -110.12039261802579, 38.826460703766131 ], [ -110.12045180839311, 38.826425103854412 ], [ -110.12064901681991, 38.826313946060729 ], [ -110.12073025923159, 38.826264994906545 ], [ -110.1211943965922, 38.825993639861082 ], [ -110.12150151953121, 38.825843657278746 ], [ -110.12176834726823, 38.825691568670813 ], [ -110.12219764388006, 38.825442476142698 ], [ -110.12251147302052, 38.82521504323136 ], [ -110.12279074387223, 38.824987349962292 ], [ -110.12321565483286, 38.82462557819369 ], [ -110.12349470017074, 38.824415904309362 ], [ -110.12369322383773, 38.824196614348701 ], [ -110.12375751516583, 38.824120499691048 ], [ -110.12388022767509, 38.82397723764231 ], [ -110.12405724646378, 38.823632527262141 ], [ -110.12420427508752, 38.823384914907841 ], [ -110.12437072149469, 38.822962626674936 ], [ -110.12452520613753, 38.8225762941413 ], [ -110.1245847841152, 38.822414535333152 ], [ -110.12467503315901, 38.822099812423119 ], [ -110.12471289764642, 38.821829753971784 ], [ -110.12470769011014, 38.821784657926806 ], [ -110.12468807355023, 38.821505157370012 ], [ -110.12466347029554, 38.821162539588116 ], [ -110.12460736896493, 38.821040465226346 ], [ -110.12441437467929, 38.82080922802249 ], [ -110.12415775635405, 38.820600042030193 ], [ -110.123741101935, 38.820290529715344 ], [ -110.12306386029974, 38.820096208398624 ], [ -110.12278793740448, 38.820052684380812 ], [ -110.12202319862507, 38.819948715215752 ], [ -110.12184472573529, 38.819942868078058 ], [ -110.12175258214526, 38.819942175403582 ], [ -110.12114224170223, 38.819928574026669 ], [ -110.1206303581734, 38.819870653590044 ], [ -110.11968787165884, 38.819795969831532 ], [ -110.11917461657058, 38.819756055498701 ], [ -110.11856341549398, 38.819719004511107 ], [ -110.11796053330785, 38.819661286905031 ], [ -110.11737378830986, 38.819602786970854 ], [ -110.11672386302253, 38.819530289311423 ], [ -110.11633292377722, 38.819473264431501 ], [ -110.11570614796025, 38.819391924814951 ], [ -110.11521272067986, 38.819239500621038 ], [ -110.11477660558369, 38.819110037150239 ], [ -110.11419646414815, 38.818983985785131 ], [ -110.11394402234779, 38.818905474470341 ], [ -110.11325988924902, 38.818805663901365 ], [ -110.11285578433746, 38.818789078788612 ], [ -110.11235815193685, 38.818605070716288 ], [ -110.1120267123335, 38.818395289651797 ], [ -110.11161001197485, 38.818094745274628 ], [ -110.11149030863966, 38.817994709487429 ], [ -110.11135349723877, 38.817881026336941 ], [ -110.11127360212548, 38.817821844447224 ], [ -110.11108546648579, 38.817667219210712 ], [ -110.1107724318281, 38.817367460579902 ], [ -110.11051117227012, 38.817072601025842 ], [ -110.11037475655459, 38.816927379819354 ], [ -110.11028391769295, 38.816822155746706 ], [ -110.10997172001402, 38.816455716928452 ], [ -110.10978476863077, 38.816206478847 ], [ -110.10950194156472, 38.815794304383004 ], [ -110.10932662295222, 38.815536142816484 ], [ -110.10928726676673, 38.815459245804909 ], [ -110.10917518178529, 38.815210577498007 ], [ -110.1091300673687, 38.815133636523271 ], [ -110.10882382107319, 38.814752821718663 ], [ -110.10860333784098, 38.814422223248229 ], [ -110.10841746369064, 38.814087382774041 ], [ -110.10812962470789, 38.813616592501255 ], [ -110.10796549593728, 38.813385548491659 ], [ -110.10751230001206, 38.81278282854467 ], [ -110.10736637692139, 38.812569945573891 ], [ -110.10724643689164, 38.812397812316448 ], [ -110.10670252730807, 38.811681753319981 ], [ -110.10644442680362, 38.811229208995712 ], [ -110.10626360216183, 38.810768243839348 ], [ -110.10611536342098, 38.810280493458968 ], [ -110.10604411116499, 38.809991583057283 ], [ -110.10590612739098, 38.809512922241808 ], [ -110.10586186482274, 38.809368400873055 ], [ -110.10575662926288, 38.809034173101914 ], [ -110.10565111298853, 38.808722471610629 ], [ -110.10556038130564, 38.808149552139625 ], [ -110.1054320606072, 38.807819652995384 ], [ -110.10530260408215, 38.807120276894977 ], [ -110.10514543152151, 38.806335079826844 ], [ -110.1051042159485, 38.805947273135011 ], [ -110.1051052779796, 38.805402090388263 ], [ -110.10505943259172, 38.804924133955922 ], [ -110.10508008753605, 38.804653949540942 ], [ -110.10508764881098, 38.804509824718295 ], [ -110.10499000920134, 38.804121585680342 ], [ -110.10493364045541, 38.803472331460391 ], [ -110.1048925401209, 38.803075513979294 ], [ -110.10487769131186, 38.802881654615447 ], [ -110.10493802903923, 38.802661336976762 ], [ -110.10492826130898, 38.802521585075517 ], [ -110.10488366655832, 38.802404094921869 ], [ -110.10483275069845, 38.802331613442355 ], [ -110.10476484425202, 38.802236473195805 ], [ -110.10473662042514, 38.802191199814558 ], [ -110.10469705074608, 38.802132322349792 ], [ -110.10461261644095, 38.801977579960038 ], [ -110.10456236654075, 38.801851936056202 ], [ -110.10449558875308, 38.801666690046979 ], [ -110.10452595506891, 38.801540762828111 ], [ -110.1045554754492, 38.801482414807175 ], [ -110.10463822246626, 38.801311831853369 ], [ -110.10475003813006, 38.801118943002571 ], [ -110.10496029289226, 38.800881751026743 ], [ -110.10509564376709, 38.800648490689255 ], [ -110.10525932989479, 38.800451492881493 ], [ -110.10551631577175, 38.800160589142749 ], [ -110.1058830266947, 38.799843490245017 ], [ -110.10608080237743, 38.79968279782188 ], [ -110.10648216463258, 38.799356950669534 ], [ -110.10682962692638, 38.799197401552057 ], [ -110.10703332465069, 38.79902323560605 ], [ -110.10723657166744, 38.798885111575572 ], [ -110.10757883469083, 38.798680463316785 ], [ -110.10772383319205, 38.798595962104287 ], [ -110.10810029980514, 38.798418607786218 ], [ -110.10850094483509, 38.798241436723977 ], [ -110.10870385009522, 38.798130341792124 ], [ -110.1090095693102, 38.797992996263545 ], [ -110.10940297589657, 38.797841900035664 ], [ -110.10969764576747, 38.797759438215323 ], [ -110.10998170847711, 38.797603902233654 ], [ -110.11009176686146, 38.797550671914529 ], [ -110.11045649508945, 38.797390342247198 ], [ -110.11057816787373, 38.797329089595003 ], [ -110.11094869580803, 38.797165197949191 ], [ -110.11115064287188, 38.797130688631057 ], [ -110.11143223832244, 38.797173381902191 ], [ -110.11178806163419, 38.797266201676806 ], [ -110.11206932258476, 38.79733592517978 ], [ -110.11225958767001, 38.797314842323424 ], [ -110.11243274889098, 38.79728011207898 ], [ -110.1125597411326, 38.797254042362738 ], [ -110.11287129664501, 38.79720233963473 ], [ -110.11307368969797, 38.79713178462859 ], [ -110.1134259349258, 38.797048849244554 ], [ -110.11379545069286, 38.796966043784174 ], [ -110.11385894631111, 38.79695300819597 ], [ -110.11396866615134, 38.796926805946981 ], [ -110.11408990012825, 38.79690069089542 ], [ -110.11443738129378, 38.796830332340335 ], [ -110.11470210451748, 38.796747630870108 ], [ -110.11550512548922, 38.796528426445825 ], [ -110.11569002018086, 38.796475757296278 ], [ -110.11593265231151, 38.796410007561761 ], [ -110.11626180692107, 38.796331394596919 ], [ -110.11652187611155, 38.796252258355018 ], [ -110.11697824051123, 38.796129547946684 ], [ -110.11730717043366, 38.796068953205484 ], [ -110.11775211828072, 38.795938043216815 ], [ -110.11813929438921, 38.795822916112257 ], [ -110.11829584436735, 38.795733983121295 ], [ -110.11857323574819, 38.795650467276246 ], [ -110.1188507374453, 38.795557940158524 ], [ -110.1189086403532, 38.795531342474469 ], [ -110.11896665415664, 38.795495734155359 ], [ -110.11905389660792, 38.795424300408953 ], [ -110.11934501770638, 38.795160657375881 ], [ -110.11960098521659, 38.794946311668149 ], [ -110.11999798667489, 38.794593350260008 ], [ -110.12023580500377, 38.794356337824496 ], [ -110.12031175250964, 38.794266795181336 ], [ -110.12057578484497, 38.793957887820859 ], [ -110.12075547697825, 38.793765494023887 ], [ -110.12087786548517, 38.793644760386393 ], [ -110.12094788855254, 38.793568689907794 ], [ -110.12106451955503, 38.793447912753514 ], [ -110.12126362668411, 38.793174561165841 ], [ -110.12142896581985, 38.792837875192014 ], [ -110.12164234810491, 38.792339344045658 ], [ -110.12169747632518, 38.792069414978577 ], [ -110.12164953627635, 38.791753653904898 ], [ -110.12158371832476, 38.791487321373054 ], [ -110.12150024374975, 38.791252396123468 ], [ -110.12135809705684, 38.791107144140774 ], [ -110.12117653958789, 38.79088950397918 ], [ -110.12093154975449, 38.790680397792009 ], [ -110.12081839886712, 38.790611960613056 ], [ -110.12076582545841, 38.790580024958601 ], [ -110.12066287071902, 38.790525181525688 ], [ -110.12054293420871, 38.790446780419906 ], [ -110.12047445296056, 38.790397603148136 ], [ -110.12036625153047, 38.790301267288683 ], [ -110.12021313859303, 38.790111775243979 ], [ -110.11993544300894, 38.789753731764321 ], [ -110.11986182679554, 38.789654051329478 ], [ -110.11966947377557, 38.789378654201109 ], [ -110.11958457806055, 38.789259964561076 ], [ -110.11935804303371, 38.788955472712928 ], [ -110.11908610150007, 38.788598371691812 ], [ -110.11897263620024, 38.788462344456114 ], [ -110.11892166014192, 38.788394374202277 ], [ -110.11862675275189, 38.788032593201422 ], [ -110.1185367697162, 38.787859795694061 ], [ -110.1184749475473, 38.787737674702726 ], [ -110.11827204675291, 38.787384697151793 ], [ -110.11799763205356, 38.786855456105449 ], [ -110.11779269638733, 38.786574553972038 ], [ -110.11773607754972, 38.786497529132966 ], [ -110.11741955865966, 38.786022037513703 ], [ -110.11726702921513, 38.785786587524512 ], [ -110.11723304749285, 38.785741273535351 ], [ -110.11709723216451, 38.785551006864836 ], [ -110.11692749179868, 38.78531092065387 ], [ -110.11659188027535, 38.784983971496736 ], [ -110.11630143097173, 38.784729454570289 ], [ -110.11592038820203, 38.784352596883316 ], [ -110.11554382528004, 38.784079403617874 ], [ -110.11525891670188, 38.783842948944489 ], [ -110.11479148798234, 38.78346993921101 ], [ -110.11448400609024, 38.783197265810649 ], [ -110.11400099038558, 38.782688962909582 ], [ -110.11363058993147, 38.78238427008511 ], [ -110.11334552701211, 38.782161326751861 ], [ -110.11329992603767, 38.782124934906165 ], [ -110.1130488424335, 38.781947305973205 ], [ -110.11276383889908, 38.78171985594016 ], [ -110.11270119420045, 38.781665311535363 ], [ -110.11231990731255, 38.781310968857092 ], [ -110.11083256979367, 38.780096631228886 ], [ -110.11039977886247, 38.779719361710768 ], [ -110.11010892491041, 38.779500872114042 ], [ -110.10986953783645, 38.779309808219317 ], [ -110.10939685940586, 38.778900691026195 ], [ -110.10899805635431, 38.778568732636302 ], [ -110.10852409766952, 38.778263233964005 ], [ -110.10801024688286, 38.777925888762276 ], [ -110.10721210647368, 38.777307014379915 ], [ -110.10672033527926, 38.777046429627433 ], [ -110.10613709867221, 38.776735580182283 ], [ -110.10526485632892, 38.776521641554417 ], [ -110.10486310087424, 38.776428450239131 ], [ -110.10434516704335, 38.776419976086345 ], [ -110.1040357822677, 38.776304961188004 ], [ -110.10323424164295, 38.775961784402604 ], [ -110.10295398757368, 38.7758190546474 ], [ -110.10280525045592, 38.77574582112296 ], [ -110.10235294672231, 38.775553107009642 ], [ -110.10171681313129, 38.775331943863826 ], [ -110.10128719710676, 38.775166434416143 ], [ -110.10116235273603, 38.775115911204892 ], [ -110.10094944206119, 38.775019653062493 ], [ -110.1000557442179, 38.774683855819241 ], [ -110.09940885162619, 38.774404022771407 ], [ -110.09887035018589, 38.774201619442373 ], [ -110.09832551278724, 38.773954107433404 ], [ -110.09784138476918, 38.773639475586982 ], [ -110.09721832628541, 38.773296734181208 ], [ -110.09671009277375, 38.77297740570215 ], [ -110.09598829843296, 38.772705986255509 ], [ -110.09529346259471, 38.772487938702398 ], [ -110.09454945619602, 38.772244273972554 ], [ -110.09385736502985, 38.77190097981142 ], [ -110.09305097853293, 38.771493714361604 ], [ -110.09249610860994, 38.771223568711676 ], [ -110.09184915169563, 38.770953606019752 ], [ -110.09112751481902, 38.770582130584074 ], [ -110.09050698227848, 38.770135741261747 ], [ -110.09026203865616, 38.769935582543376 ], [ -110.09018123471085, 38.769862861782684 ], [ -110.08990948239469, 38.769598512207189 ], [ -110.08948000405928, 38.768974276898618 ], [ -110.08924224895502, 38.768571414036295 ], [ -110.0889963202752, 38.768087383753773 ], [ -110.08889749112609, 38.767712637416118 ], [ -110.08878801326138, 38.767270221935497 ], [ -110.08879254080701, 38.766914304213934 ], [ -110.08877917397345, 38.766607810035097 ], [ -110.08873669031473, 38.76632812322282 ], [ -110.08866214405225, 38.765854439751443 ], [ -110.08851181084682, 38.765366647947161 ], [ -110.08829391331878, 38.764942310324123 ], [ -110.08807391541903, 38.764592751107564 ], [ -110.0876420098725, 38.763710761648099 ], [ -110.08724643451399, 38.763139950106392 ], [ -110.08696923691113, 38.762763808744445 ], [ -110.08674906822981, 38.762428663988857 ], [ -110.08648936850882, 38.762034635243445 ], [ -110.08627795306894, 38.761825718653427 ], [ -110.08609715193383, 38.761653086975308 ], [ -110.08586513737247, 38.761344882322867 ], [ -110.08568612073955, 38.76103258608024 ], [ -110.08548656392864, 38.760796726386261 ], [ -110.08508249446187, 38.760443017518774 ], [ -110.08484934874346, 38.760224015592286 ], [ -110.08480371866763, 38.760192118123989 ], [ -110.08454720135231, 38.760000868158535 ], [ -110.08413164438399, 38.759646164869437 ], [ -110.08399021182197, 38.75945581545384 ], [ -110.08389964468314, 38.759337956392599 ], [ -110.08371949071511, 38.759025648176852 ], [ -110.08351120222603, 38.758663555927875 ], [ -110.0833025584591, 38.758329396093679 ], [ -110.08277427006826, 38.757342098978079 ], [ -110.08262331043179, 38.756997576785572 ], [ -110.08259516411673, 38.756948693865951 ], [ -110.08243176393707, 38.756677066759195 ], [ -110.08224086537864, 38.756306097200302 ], [ -110.08211216372793, 38.756021224861648 ], [ -110.08207302999109, 38.755931703854358 ], [ -110.08197207101608, 38.755727251419472 ], [ -110.08191068454697, 38.755578079785003 ], [ -110.08184941377424, 38.755419897541863 ], [ -110.08167508974667, 38.755103126107237 ], [ -110.08154063874879, 38.75481820792853 ], [ -110.0814736943282, 38.754204900949794 ], [ -110.08149547068028, 38.753852723033134 ], [ -110.08159392134935, 38.753444375232569 ], [ -110.08178673657108, 38.75312598238704 ], [ -110.08195077896447, 38.752897478072612 ], [ -110.08228966374128, 38.752495523583391 ], [ -110.08259185556662, 38.752262696045925 ], [ -110.08271958516072, 38.752173583642552 ], [ -110.08316594464573, 38.751915752597817 ], [ -110.08361097602524, 38.751761541536673 ], [ -110.08435121426773, 38.751469963662927 ], [ -110.08507171294151, 38.751281858689893 ], [ -110.08528642925879, 38.751229470281586 ], [ -110.08574232654063, 38.751124899284001 ], [ -110.08620932719717, 38.75105195352721 ], [ -110.08700432667408, 38.750977062658215 ], [ -110.08783994220765, 38.750875448868292 ], [ -110.08855376094404, 38.750849477092153 ], [ -110.08923311630436, 38.750818726670879 ], [ -110.08966404651609, 38.750867141179619 ], [ -110.09025037564278, 38.750912257983451 ], [ -110.09109970416824, 38.751090083921248 ], [ -110.09175928882259, 38.751257417959728 ], [ -110.09205237003383, 38.751286729454357 ], [ -110.09223687850982, 38.751256622332498 ], [ -110.09230033714191, 38.75124359791721 ], [ -110.09258880592846, 38.751182757298842 ], [ -110.09290639473568, 38.751094206324126 ], [ -110.09312615239834, 38.751006697773462 ], [ -110.09321871958137, 38.750966864212984 ], [ -110.0936121033341, 38.750799598133973 ], [ -110.09413293604261, 38.750563930007942 ], [ -110.09445614838808, 38.750485331021771 ], [ -110.09481331110703, 38.750452051550418 ], [ -110.09532119775174, 38.750329822700586 ], [ -110.09588650231184, 38.750217047278525 ], [ -110.09608257000245, 38.750182517722202 ], [ -110.09654385825691, 38.750104980655735 ], [ -110.09675171585681, 38.750048012355073 ], [ -110.09705213692185, 38.749951207035323 ], [ -110.09736400705312, 38.749858995103089 ], [ -110.09762409674713, 38.749766382589989 ], [ -110.0977511229201, 38.749731317188264 ], [ -110.09801098488225, 38.749656725050492 ], [ -110.09837491541634, 38.749542383385588 ], [ -110.09883169011938, 38.749365675923691 ], [ -110.09913882146299, 38.749192319176537 ], [ -110.09949237343378, 38.748987778995186 ], [ -110.09973621614269, 38.748813933050599 ], [ -110.10010692236132, 38.748617633456021 ], [ -110.10039153225728, 38.748404449360997 ], [ -110.10076955898823, 38.748082944070333 ], [ -110.10110076624714, 38.747824158009969 ], [ -110.10136867545931, 38.747565785520081 ], [ -110.10154376510805, 38.747367977212853 ], [ -110.1017954391782, 38.747027474212075 ], [ -110.10186030362023, 38.746901811545754 ], [ -110.10188992695682, 38.746833551711731 ], [ -110.10206235292291, 38.746388806827269 ], [ -110.10215190994558, 38.746129062203096 ], [ -110.10230538106079, 38.74581934392188 ], [ -110.10237735036766, 38.745585597395561 ], [ -110.10249113525094, 38.745320631611413 ], [ -110.10266200834471, 38.74490741405927 ], [ -110.10274491742683, 38.744718808795085 ], [ -110.10283972650052, 38.744498754513387 ], [ -110.10308704041041, 38.744045571140902 ], [ -110.10329885279238, 38.743578597592261 ], [ -110.10347810882136, 38.743138408456993 ], [ -110.10364876949976, 38.742833325798813 ], [ -110.10385996807297, 38.742506926022976 ], [ -110.10414681668672, 38.742111716976858 ], [ -110.1044450686488, 38.741816622375659 ], [ -110.1046649387161, 38.741624559084862 ], [ -110.1047872070005, 38.74150834582268 ], [ -110.10507888806235, 38.741186164678965 ], [ -110.1051840095525, 38.741060808194632 ], [ -110.10540710570665, 38.740702055085194 ], [ -110.10548357547131, 38.740567467520847 ], [ -110.10553647267321, 38.740477757119351 ], [ -110.10565416514345, 38.740266886956007 ], [ -110.10576610438368, 38.740055972651902 ], [ -110.10591267038102, 38.739836311565632 ], [ -110.10604124777224, 38.739675087593362 ], [ -110.10623377581742, 38.739460283332434 ], [ -110.10640180547045, 38.739272326028193 ], [ -110.10654286771906, 38.739124714200265 ], [ -110.10658369625618, 38.739079968652483 ], [ -110.10675248170637, 38.738923556924803 ], [ -110.10700951659625, 38.738610117510532 ], [ -110.10729508681206, 38.738314918470913 ], [ -110.10755565363782, 38.738087114243868 ], [ -110.10770850740647, 38.737916161021531 ], [ -110.10774932330928, 38.737872316107314 ], [ -110.10794167320425, 38.737671024851124 ], [ -110.10810514832033, 38.737478524485894 ], [ -110.10840248296709, 38.73716178474622 ], [ -110.10863601353081, 38.736886911888092 ], [ -110.10891465622419, 38.736592557076648 ], [ -110.10903225119451, 38.736480809348436 ], [ -110.10923034595089, 38.736279559679133 ], [ -110.10930026806415, 38.736208000259495 ], [ -110.10948099278708, 38.736015629324697 ], [ -110.10970823748632, 38.735783060531446 ], [ -110.1098818896585, 38.735604152380972 ], [ -110.11027206928343, 38.735314248079582 ], [ -110.11058642936673, 38.735014754076374 ], [ -110.11072023680646, 38.734894116418879 ], [ -110.11092977076937, 38.734697456562095 ], [ -110.11112148889455, 38.734545718501771 ], [ -110.11131912577666, 38.734380507819274 ], [ -110.1114701311928, 38.734264505785127 ], [ -110.11166201443618, 38.734099250775841 ], [ -110.11198321001976, 38.733804310616954 ], [ -110.11216939459572, 38.733634505696202 ], [ -110.11233728338314, 38.73345555001297 ], [ -110.11238396857229, 38.733401835306239 ], [ -110.11248895423768, 38.733285482486195 ], [ -110.11252988721006, 38.733231724047478 ], [ -110.11269953767267, 38.733003217765457 ], [ -110.11280491236167, 38.732855327234731 ], [ -110.11284590057718, 38.732797063331873 ], [ -110.11289280785714, 38.732725327030479 ], [ -110.11300610671076, 38.732401771524351 ], [ -110.11310572795159, 38.732253837046308 ], [ -110.11312934842341, 38.732204452805092 ], [ -110.1132355677226, 38.731988080599194 ], [ -110.11331239203345, 38.731822851083123 ], [ -110.11337855879738, 38.73158905300938 ], [ -110.11343925172098, 38.731332684534458 ], [ -110.11353490057549, 38.731040534943681 ], [ -110.11360876636009, 38.730649093183757 ], [ -110.1136297074613, 38.730350970072401 ], [ -110.11365129417719, 38.730000584914933 ], [ -110.11366675037543, 38.729680792483954 ], [ -110.11365931102156, 38.729351814906607 ], [ -110.1135108086544, 38.728800984981348 ], [ -110.11346718990268, 38.728606906097575 ], [ -110.11342363819868, 38.728407420776371 ], [ -110.11333008222279, 38.728065173837471 ], [ -110.11319765049537, 38.727703707679012 ], [ -110.11304013620978, 38.727324027972053 ], [ -110.11288494387838, 38.726849744458782 ], [ -110.11273969616681, 38.726501697789828 ], [ -110.11252007148603, 38.726121545924805 ], [ -110.11234712918611, 38.725687678828855 ], [ -110.11178007903519, 38.725030034985089 ], [ -110.11150283921934, 38.724658454949633 ], [ -110.11123034886846, 38.724368014262424 ], [ -110.11085724165233, 38.723842507546884 ], [ -110.11055259562075, 38.723362578225689 ], [ -110.11020845461707, 38.72291388791669 ], [ -110.10997134467743, 38.722461505676982 ], [ -110.10975085227948, 38.722153434245541 ], [ -110.10942338418715, 38.72165981079737 ], [ -110.10933282137819, 38.721541970759226 ], [ -110.10907345130624, 38.72121557873821 ], [ -110.10875611998577, 38.720740053727816 ], [ -110.10796768487228, 38.719390418493468 ], [ -110.10781576117765, 38.719119813844209 ], [ -110.10765826707048, 38.718834747990911 ], [ -110.107552755588, 38.718532055629204 ], [ -110.10737461449835, 38.718057589158896 ], [ -110.10720747268583, 38.717623758374785 ], [ -110.10712485550737, 38.717330251960675 ], [ -110.10696430850057, 38.716828884495293 ], [ -110.10689024736432, 38.716310154360009 ], [ -110.10692934869361, 38.715940979267401 ], [ -110.10693919215481, 38.71561213265867 ], [ -110.10700637274994, 38.715297241315319 ], [ -110.10708954207375, 38.714991483581379 ], [ -110.10710856033653, 38.714942065259663 ], [ -110.10713234714049, 38.714879166014462 ], [ -110.10721526433649, 38.714686050714882 ], [ -110.10743223519431, 38.714349773884145 ], [ -110.10772317556304, 38.714077142073172 ], [ -110.10799658245359, 38.713826904647682 ], [ -110.10806625950003, 38.713773366858796 ], [ -110.10825759094456, 38.713648664481674 ], [ -110.10858230022217, 38.713434863172012 ], [ -110.10903396340571, 38.713185982212707 ], [ -110.10923701601941, 38.713043344403026 ], [ -110.10972863632691, 38.712818195197869 ], [ -110.11037536738306, 38.712605939263604 ], [ -110.11063480238779, 38.712553843619247 ], [ -110.11110175099427, 38.712462773210646 ], [ -110.11147076457067, 38.712385375212094 ], [ -110.11202900260102, 38.712352668819271 ], [ -110.11269726479676, 38.71225861499331 ], [ -110.11308286966, 38.712234506034235 ], [ -110.11346255703111, 38.712223868280262 ], [ -110.11398069665958, 38.712178232312695 ], [ -110.11458989567916, 38.71220988196751 ], [ -110.11526200440939, 38.712269940364898 ], [ -110.11543391418746, 38.712319903553407 ], [ -110.11619709791168, 38.71245634274127 ], [ -110.11671971278797, 38.712514361476465 ], [ -110.11710979356968, 38.712593906062857 ], [ -110.11775311222277, 38.71265733737755 ], [ -110.11852957560153, 38.712649676497321 ], [ -110.11905285756822, 38.712653620439099 ], [ -110.1195765817735, 38.712621519098271 ], [ -110.12030958215492, 38.712406253029293 ], [ -110.12067350914816, 38.712273817094726 ], [ -110.12106104297189, 38.712091993854344 ], [ -110.12143088276626, 38.711946082637006 ], [ -110.12169130021124, 38.711812865656746 ], [ -110.12175493928662, 38.711781803205909 ], [ -110.12225857513651, 38.711510732295949 ], [ -110.12239209826427, 38.711408101540158 ], [ -110.12263028202366, 38.711211634551432 ], [ -110.12285148908987, 38.710992510776094 ], [ -110.12302707846871, 38.710741503914633 ], [ -110.12318635166754, 38.71041377604714 ], [ -110.12336331404006, 38.710050134273445 ], [ -110.12343677241195, 38.709685716275978 ], [ -110.12342408866607, 38.70931164084692 ], [ -110.12336424906556, 38.709031833386447 ], [ -110.12335031123817, 38.708760480469337 ], [ -110.12322836669485, 38.708386486866743 ], [ -110.12310566388469, 38.708074667309475 ], [ -110.12286320375023, 38.707680845083956 ], [ -110.12260272553023, 38.707349968174974 ], [ -110.12239322773557, 38.707082554380143 ], [ -110.12216659200892, 38.706805999961091 ], [ -110.12210405949796, 38.706746955211749 ], [ -110.12177956806383, 38.706478676849137 ], [ -110.12135722149915, 38.706218673859865 ], [ -110.12095124477901, 38.7060308850442 ], [ -110.12060287866585, 38.705834516549395 ], [ -110.12001252619211, 38.705676878162208 ], [ -110.11958113623365, 38.705592526485518 ], [ -110.11944451235028, 38.705573474502991 ], [ -110.11934112675189, 38.70556368428872 ], [ -110.11892177958292, 38.705528984566186 ], [ -110.11850254348852, 38.705485272600406 ], [ -110.11803692230602, 38.705472749782672 ], [ -110.11747864033499, 38.705513595231466 ], [ -110.11688530488088, 38.705599231147723 ], [ -110.11639026902034, 38.705640549061016 ], [ -110.11556172926348, 38.705773964222765 ], [ -110.11533578209823, 38.705817312782159 ], [ -110.11485649352174, 38.705980399598964 ], [ -110.11425490004514, 38.706268720040057 ], [ -110.11419131832886, 38.706295273090902 ], [ -110.11347424012712, 38.706528645074151 ], [ -110.11277681825592, 38.706753150211512 ], [ -110.11205987790073, 38.707067618656424 ], [ -110.11160843116458, 38.707302996059504 ], [ -110.11130748363134, 38.707458411547854 ], [ -110.1108205836355, 38.707770114746197 ], [ -110.11031693205977, 38.708041136354794 ], [ -110.10971491222834, 38.708360970427215 ], [ -110.10944197960266, 38.708575169554798 ], [ -110.10928521989881, 38.708695631632537 ], [ -110.10883246744577, 38.709034621246147 ], [ -110.10837803181481, 38.70950876972983 ], [ -110.10805160440466, 38.709862236848309 ], [ -110.10780093359263, 38.710135177043682 ], [ -110.10732118611188, 38.710793865180882 ], [ -110.10690720503781, 38.711250293452899 ], [ -110.1064880292805, 38.711661622692759 ], [ -110.10624444290077, 38.711826474816093 ], [ -110.10599510512613, 38.71199128244541 ], [ -110.10539219064182, 38.712378673681705 ], [ -110.10499875388182, 38.712569411164594 ], [ -110.10420324128556, 38.712721021165798 ], [ -110.10352825757549, 38.712891573070934 ], [ -110.1030430325885, 38.71306357698078 ], [ -110.10288709709583, 38.713116449938454 ], [ -110.10241359522894, 38.713270518052077 ], [ -110.10152944506112, 38.71361067195938 ], [ -110.10100288538241, 38.713867959468175 ], [ -110.10015474920925, 38.71408672380452 ], [ -110.09935374239275, 38.714215729475001 ], [ -110.09868663413978, 38.714215094412431 ], [ -110.09623547057048, 38.714313322858466 ], [ -110.09569942994123, 38.714408305118447 ], [ -110.095112258646, 38.714453325658575 ], [ -110.09451330152943, 38.714520780846478 ], [ -110.09370658689569, 38.714645197763772 ], [ -110.0927974430178, 38.714683204626866 ], [ -110.09209588537928, 38.714677758844552 ], [ -110.09134849529885, 38.714658435336027 ], [ -110.090211387671, 38.714532442287826 ], [ -110.08959763196076, 38.71440600881192 ], [ -110.08908152149708, 38.71428934448123 ], [ -110.08892125283016, 38.714229520623455 ], [ -110.08875511959872, 38.71417866238707 ], [ -110.08868634331972, 38.714160103229688 ], [ -110.08842871872187, 38.7140679793918 ], [ -110.08823457824397, 38.713958326982521 ], [ -110.08785279385286, 38.713680496815122 ], [ -110.08765382129606, 38.713498713352429 ], [ -110.0874213214871, 38.713240069695104 ], [ -110.08722332531242, 38.712981694946393 ], [ -110.08705368092645, 38.712755081668391 ], [ -110.08683406196089, 38.712388398807057 ], [ -110.08653715271673, 38.711768788268181 ], [ -110.08646721655984, 38.711389756696654 ], [ -110.08644605076761, 38.711245406491969 ], [ -110.08644093136375, 38.71119580295624 ], [ -110.0864203391227, 38.711006399463784 ], [ -110.08640515306135, 38.710844072862592 ], [ -110.08638530649864, 38.710596100087933 ], [ -110.08631623241035, 38.710149488446788 ], [ -110.08623783843241, 38.709531584370502 ], [ -110.08617606478596, 38.708963373637694 ], [ -110.08619467674606, 38.70840480266164 ], [ -110.0862858465749, 38.708018919402789 ], [ -110.08631264254774, 38.70772084627329 ], [ -110.0863500664388, 38.707491344006698 ], [ -110.08643515177243, 38.70713154653675 ], [ -110.08649223238213, 38.706712955054549 ], [ -110.08651120176339, 38.70657792987739 ], [ -110.0865570111702, 38.706141227143071 ], [ -110.08671861726465, 38.705642347965536 ], [ -110.08700648525885, 38.705162477605072 ], [ -110.08707104968931, 38.705059348775521 ], [ -110.08746884357099, 38.704526266061904 ], [ -110.0878078760469, 38.704091850708323 ], [ -110.08810551282708, 38.703747227129114 ], [ -110.08852587800715, 38.703246758298214 ], [ -110.08889371413954, 38.702807157236464 ], [ -110.08921325237772, 38.702548311253793 ], [ -110.08951416145813, 38.702307342450929 ], [ -110.09000317821287, 38.701923651883902 ], [ -110.09035179812263, 38.701637994336643 ], [ -110.09080498844511, 38.701267538968288 ], [ -110.09159942730601, 38.700738426294855 ], [ -110.09198817788271, 38.700461185932824 ], [ -110.09255724941845, 38.700019530867664 ], [ -110.09275494563816, 38.699845339281488 ], [ -110.09280133836801, 38.699814158724955 ], [ -110.09334586684409, 38.699493965550054 ], [ -110.09392396343526, 38.699156006771503 ], [ -110.09420818960335, 38.699050069961274 ], [ -110.09446815460836, 38.698952956148702 ], [ -110.09530491301317, 38.698711614846786 ], [ -110.0960781413486, 38.698492305367303 ], [ -110.09647010613189, 38.698414230561681 ], [ -110.09702419126761, 38.698246389560907 ], [ -110.09752696182228, 38.698043905889378 ], [ -110.09820966135423, 38.697706732972755 ], [ -110.09861668067225, 38.697344902287931 ], [ -110.09875607250244, 38.697233331977358 ], [ -110.09896518769992, 38.697063723508954 ], [ -110.09925608847681, 38.696791111513726 ], [ -110.09954766493827, 38.696464434488625 ], [ -110.09980035113706, 38.696029318336812 ], [ -110.09985316500934, 38.695944114877371 ], [ -110.1000756913168, 38.69562141069008 ], [ -110.10020561175401, 38.695347557205466 ], [ -110.10035847040419, 38.69507838583062 ], [ -110.10040554527619, 38.694992236790249 ], [ -110.10063565425004, 38.694522700966814 ], [ -110.10078248986683, 38.694275110466094 ], [ -110.10082470607085, 38.694117732353341 ], [ -110.10097220566884, 38.693816978339683 ], [ -110.1010077136628, 38.693736147053968 ], [ -110.1010907344983, 38.693534024591351 ], [ -110.1010241738806, 38.693339763794313 ], [ -110.10098601905305, 38.693172756105454 ], [ -110.10095333116381, 38.69302831940017 ], [ -110.10094262321876, 38.692965155962547 ], [ -110.10092616654954, 38.6929019483239 ], [ -110.10083295022007, 38.692540768081479 ], [ -110.1007828475809, 38.69240971478834 ], [ -110.10072175542179, 38.692238024812475 ], [ -110.1006714275377, 38.692124992911353 ], [ -110.10057635164323, 38.691912489340616 ], [ -110.10047473772198, 38.691763016516745 ], [ -110.10037346279903, 38.691586511443603 ], [ -110.10027219965424, 38.691409105211385 ], [ -110.10010892155363, 38.691133896503246 ], [ -110.10007589759634, 38.691016491698129 ], [ -110.09989561253848, 38.690722227459744 ], [ -110.0997830692222, 38.690527611940055 ], [ -110.09967025544438, 38.690354622043301 ], [ -110.09949514606521, 38.690106356130734 ], [ -110.09934219579921, 38.689924946395116 ], [ -110.09902519619911, 38.689530500233424 ], [ -110.09872425826858, 38.689230798706419 ], [ -110.09847471936037, 38.68895852743961 ], [ -110.0982879622991, 38.688722786126739 ], [ -110.09796984223753, 38.68841844435849 ], [ -110.09755513484602, 38.688023240454946 ], [ -110.09742439468484, 38.687905080735028 ], [ -110.09716206629827, 38.687736341256254 ], [ -110.0966102015099, 38.687276993840499 ], [ -110.09640581340524, 38.687072653874615 ], [ -110.09633199270583, 38.686999990696151 ], [ -110.09598991600963, 38.686681941003641 ], [ -110.09568884783455, 38.686485863954964 ], [ -110.09537485159537, 38.686312215110803 ], [ -110.09509027884229, 38.686084723544248 ], [ -110.09471453202106, 38.685793444351695 ], [ -110.09457805242742, 38.685675237012219 ], [ -110.09437896842981, 38.685506980939984 ], [ -110.09410612550101, 38.685261554621668 ], [ -110.09391704941248, 38.685120410072322 ], [ -110.09374717660315, 38.685006448820936 ], [ -110.09353028369264, 38.684883111266778 ], [ -110.09338248218071, 38.684751297375719 ], [ -110.09302940021928, 38.684487223260234 ], [ -110.09282542842377, 38.68425133966231 ], [ -110.09265458049641, 38.684123851865117 ], [ -110.09207978029072, 38.683664305082054 ], [ -110.09163474098773, 38.683399512787155 ], [ -110.09135616747541, 38.683154035528929 ], [ -110.09110719039775, 38.682841200653684 ], [ -110.09075987408397, 38.682577164488315 ], [ -110.09040106456831, 38.682313037897472 ], [ -110.08989623748108, 38.681777426011095 ], [ -110.08964710022759, 38.681478104154678 ], [ -110.08953937614771, 38.681360114760899 ], [ -110.08932950552112, 38.681137696504159 ], [ -110.08910802643007, 38.680924199049862 ], [ -110.08903427651688, 38.680847026000997 ], [ -110.08882032493601, 38.68058402283922 ], [ -110.08843313040616, 38.680202518240549 ], [ -110.0880992759883, 38.679785381885807 ], [ -110.08788521081057, 38.679441271705826 ], [ -110.08761930470267, 38.679105768294534 ], [ -110.08722872815808, 38.678629611478264 ], [ -110.08706576885696, 38.678335462438071 ], [ -110.08685774662342, 38.677968868501836 ], [ -110.08673679776032, 38.677535367153851 ], [ -110.0866386683423, 38.677115561279258 ], [ -110.08665491587738, 38.676741706620625 ], [ -110.08669106090724, 38.676611320638663 ], [ -110.08674502055615, 38.676436015734318 ], [ -110.08685242382353, 38.676125954025018 ], [ -110.08698218593719, 38.67586563058034 ], [ -110.08717522005151, 38.675511178979448 ], [ -110.08739877276626, 38.675197517407732 ], [ -110.08755141135667, 38.675036499459452 ], [ -110.08760295987128, 38.674960302965559 ], [ -110.0878310496005, 38.674651181721686 ], [ -110.08827890403225, 38.674235634121942 ], [ -110.08860366261362, 38.674008369346559 ], [ -110.08872561078573, 38.673910191905911 ], [ -110.08883020280243, 38.673820890725644 ], [ -110.08915016982309, 38.673517889545714 ], [ -110.08939424533239, 38.673307116182329 ], [ -110.08956808677907, 38.673195824457046 ], [ -110.08978261411303, 38.673048802678096 ], [ -110.08999236317565, 38.672825144620752 ], [ -110.09019624976634, 38.672610452180194 ], [ -110.09051547589672, 38.672365115710974 ], [ -110.09069511740429, 38.672249361571872 ], [ -110.09113144616876, 38.671833713129601 ], [ -110.09150824976588, 38.671579809700042 ], [ -110.09172276831235, 38.671432784214772 ], [ -110.09182706836782, 38.671366007054175 ], [ -110.09226731149096, 38.671094570503996 ], [ -110.09247095881901, 38.670897895358145 ], [ -110.09272045554492, 38.670711488307447 ], [ -110.0929940984736, 38.670433349480248 ], [ -110.09332207702882, 38.670039381361093 ], [ -110.09347273347481, 38.669851305217364 ], [ -110.0935137002875, 38.669793047225006 ], [ -110.09364866212992, 38.669573308534034 ], [ -110.09378356633884, 38.669358075038481 ], [ -110.09395926540985, 38.669098099314276 ], [ -110.09411231662976, 38.66881091303425 ], [ -110.09428442343093, 38.668379688172699 ], [ -110.09436743238608, 38.668177569489657 ], [ -110.09437972051064, 38.668114583291064 ], [ -110.09446562324585, 38.667682690581699 ], [ -110.09450309990633, 38.66744507391163 ], [ -110.09451653408655, 38.667291079176742 ], [ -110.0945193147232, 38.667070315950326 ], [ -110.09447651939247, 38.666817659185398 ], [ -110.09440527498707, 38.666542253064954 ], [ -110.09429858658709, 38.666343171231318 ], [ -110.09418103002011, 38.666094441194218 ], [ -110.0940399202341, 38.665890586715875 ], [ -110.09371059484057, 38.665572628486665 ], [ -110.09318606120171, 38.665239638574938 ], [ -110.09279188246468, 38.665051843481649 ], [ -110.09223669042927, 38.664871809136578 ], [ -110.09171461400373, 38.664800168829181 ], [ -110.09099567753029, 38.664844147511324 ], [ -110.09078812046059, 38.664896603969865 ], [ -110.09034018881391, 38.664960708237828 ], [ -110.09000540093699, 38.664985138830446 ], [ -110.089389042701, 38.665097492839678 ], [ -110.08868056714736, 38.665222643312035 ], [ -110.08834584140038, 38.665332680037764 ], [ -110.08786130486372, 38.66547308824299 ], [ -110.0874799754102, 38.665632322933497 ], [ -110.08705198531945, 38.6658452618857 ], [ -110.08650297121243, 38.666084288936396 ], [ -110.0856234179692, 38.666555031826036 ], [ -110.08473770510841, 38.667057260470649 ], [ -110.08390904492013, 38.667591469850926 ], [ -110.08382910899169, 38.667640407604651 ], [ -110.08336489219334, 38.667898107185245 ], [ -110.08287124841428, 38.668299759981508 ], [ -110.0824319079686, 38.668499075371784 ], [ -110.08207422811215, 38.66860440808324 ], [ -110.08196463675363, 38.668635088566226 ], [ -110.0817239613307, 38.668669245637517 ], [ -110.08146886017339, 38.668752852791606 ], [ -110.08112807251445, 38.668885350092943 ], [ -110.08083216343573, 38.669103809418026 ], [ -110.08072164894375, 38.669206574368367 ], [ -110.08039567749266, 38.669528429802213 ], [ -110.07980942163533, 38.669978905068866 ], [ -110.07976304289198, 38.670010080795898 ], [ -110.07949626337222, 38.670197225220477 ], [ -110.07912459518282, 38.670496188324172 ], [ -110.0786362526253, 38.670929405250824 ], [ -110.07815561572562, 38.671209483492312 ], [ -110.07771560870825, 38.67145833951119 ], [ -110.07733956759181, 38.671649123056667 ], [ -110.07703307882026, 38.67179449509257 ], [ -110.07659926288206, 38.672008250449863 ], [ -110.07653569822705, 38.672034783380731 ], [ -110.07613103158722, 38.67221632535972 ], [ -110.07600390152415, 38.672269390666493 ], [ -110.07588832331238, 38.672318041308877 ], [ -110.07556521342283, 38.672414615459822 ], [ -110.07507491587037, 38.672550418852204 ], [ -110.07459043319335, 38.672680859226347 ], [ -110.07411219501272, 38.67277259712634 ], [ -110.07370310659726, 38.672850462200635 ], [ -110.07316218261614, 38.672900246330954 ], [ -110.07267931022301, 38.672905430249969 ], [ -110.07221385356246, 38.672897232931639 ], [ -110.07174857160476, 38.672875517745517 ], [ -110.07134180868471, 38.672773160977783 ], [ -110.07082156154245, 38.672557256224351 ], [ -110.07033696532217, 38.672251516541806 ], [ -110.0698810083409, 38.671864898205051 ], [ -110.06949051347983, 38.671483304733385 ], [ -110.0692979164038, 38.671265493790344 ], [ -110.0692583877501, 38.671211109608812 ], [ -110.06912429417513, 38.671002775541503 ], [ -110.06902191730943, 38.670830740201225 ], [ -110.06885975043205, 38.670482502504292 ], [ -110.06867436412706, 38.670152102881588 ], [ -110.06861029368973, 38.66977400646298 ], [ -110.06857441570533, 38.669349274167558 ], [ -110.06856140050678, 38.669200479034082 ], [ -110.06853260083811, 38.66867307075313 ], [ -110.06857406833085, 38.668222820690161 ], [ -110.06859770748045, 38.667551644219515 ], [ -110.06878290947421, 38.667097131572234 ], [ -110.06890389897704, 38.666630392325018 ], [ -110.06904788472674, 38.666162934791579 ], [ -110.0692406124143, 38.66592566099991 ], [ -110.0696262388561, 38.665437596361969 ], [ -110.06987765146576, 38.665106166349972 ], [ -110.070267908568, 38.664703746636704 ], [ -110.07072061471909, 38.664360397248942 ], [ -110.07113315006649, 38.664012221246786 ], [ -110.07161545214963, 38.663601516239112 ], [ -110.0721784878867, 38.663168920608896 ], [ -110.07269043946108, 38.662686353314697 ], [ -110.07309030152381, 38.662428185925677 ], [ -110.0735901107071, 38.661995082258485 ], [ -110.07371797869965, 38.661883449732301 ], [ -110.0739446923627, 38.661682483517964 ], [ -110.07412556289584, 38.661471241189133 ], [ -110.07414911615784, 38.661427270694652 ], [ -110.07443845024416, 38.660825782042465 ], [ -110.07449533807301, 38.660424313882068 ], [ -110.07449056092405, 38.65990250316792 ], [ -110.07437459122103, 38.659536614763276 ], [ -110.07420719866623, 38.659147790164468 ], [ -110.07390875302167, 38.658672317331344 ], [ -110.07370491619407, 38.658436401035132 ], [ -110.07342812521402, 38.658064732117907 ], [ -110.07315011766067, 38.657787674956609 ], [ -110.07291162386971, 38.657655116325415 ], [ -110.07274379880035, 38.657568175579442 ], [ -110.07230014100048, 38.657303320529685 ], [ -110.07135179895712, 38.656872248774341 ], [ -110.07095725854391, 38.656720423905853 ], [ -110.07072771760984, 38.656696071442852 ], [ -110.07018268233324, 38.656628658677668 ], [ -110.06970607303566, 38.656602339925676 ], [ -110.06917728554069, 38.656611650512239 ], [ -110.06868227255484, 38.656675297373624 ], [ -110.06816793814656, 38.656810881199618 ], [ -110.067707145234, 38.656982936008554 ], [ -110.06761480328746, 38.65701374063989 ], [ -110.06731455995254, 38.657123992207232 ], [ -110.06681256838695, 38.657282197510284 ], [ -110.06641341507724, 38.657486279610659 ], [ -110.06586554788606, 38.657725219235545 ], [ -110.06512869886218, 38.658178924837109 ], [ -110.0644799408645, 38.658574754801066 ], [ -110.06375392116429, 38.659078102107941 ], [ -110.06305756963171, 38.659685316064824 ], [ -110.06229075172325, 38.660318995694752 ], [ -110.06134615511068, 38.660923307601017 ], [ -110.06107935093931, 38.661111311190894 ], [ -110.06052264780105, 38.661495241458233 ], [ -110.06031989519857, 38.661618874133211 ], [ -110.05961361779575, 38.66201421448546 ], [ -110.0594462117039, 38.662071443884955 ], [ -110.05915819381836, 38.662123197107192 ], [ -110.05837779920894, 38.662121422868815 ], [ -110.05767116505159, 38.662016604197447 ], [ -110.05705406128088, 38.661745788306497 ], [ -110.0564665206705, 38.66141212638621 ], [ -110.05603010002469, 38.660949012900694 ], [ -110.05574711330446, 38.66061780490444 ], [ -110.05572007640532, 38.660576133223245 ], [ -110.05553278601614, 38.660309679677049 ], [ -110.05535270002143, 38.660019853821396 ], [ -110.05531194035855, 38.65962301371524 ], [ -110.0552980642891, 38.659366971859086 ], [ -110.05528356089309, 38.659158686470803 ], [ -110.0553347251746, 38.658763489900949 ], [ -110.05541535220804, 38.658312659210132 ], [ -110.05544000462879, 38.658185794535207 ], [ -110.05550940457918, 38.657277083014257 ], [ -110.05566577690908, 38.656746660244373 ], [ -110.05584868706295, 38.656383166338642 ], [ -110.05606654272647, 38.655983907660207 ], [ -110.05625934396245, 38.655742149715806 ], [ -110.05646434454243, 38.655446420132378 ], [ -110.05656562618485, 38.655172382699405 ], [ -110.05661916907899, 38.655033134444949 ], [ -110.05689317262015, 38.654733454749639 ], [ -110.05726620725677, 38.654330938942437 ], [ -110.05784658800916, 38.653452476200094 ], [ -110.05824406730081, 38.652937508727263 ], [ -110.05868847655195, 38.652436434940931 ], [ -110.05896764722415, 38.65209173362539 ], [ -110.05923688599113, 38.65171541104224 ], [ -110.05948649968332, 38.651433552089962 ], [ -110.05974415487982, 38.651151757222465 ], [ -110.059855436191, 38.650990442382593 ], [ -110.05993834371876, 38.650801864522776 ], [ -110.06001164421622, 38.650469023343483 ], [ -110.05990056585833, 38.650175252748859 ], [ -110.0596916715179, 38.649804096927852 ], [ -110.0596085857736, 38.649654737122844 ], [ -110.05949046914917, 38.649460037455356 ], [ -110.05931434141692, 38.649219813017211 ], [ -110.05903360605672, 38.648806624738114 ], [ -110.05880258207794, 38.648458719506678 ], [ -110.05864970414106, 38.648286268348933 ], [ -110.05821909224819, 38.647823209064704 ], [ -110.05796398599743, 38.647559817599337 ], [ -110.05765131331253, 38.647304973471542 ], [ -110.05741297373777, 38.647077762396414 ], [ -110.0570881065166, 38.64687688829062 ], [ -110.05652348838898, 38.646556928602237 ], [ -110.05594099016443, 38.646286385872777 ], [ -110.05542038911416, 38.646115468034552 ], [ -110.05472679201372, 38.645992714041327 ], [ -110.05403702317412, 38.645928562507592 ], [ -110.05318188410649, 38.64594417319983 ], [ -110.05275687938466, 38.645931720799766 ], [ -110.05204817792546, 38.646083683367088 ], [ -110.0513855518149, 38.64622700364469 ], [ -110.05098730928542, 38.646363453715914 ], [ -110.05053108061807, 38.646539984107726 ], [ -110.05000412532054, 38.646851112759421 ], [ -110.04952666809244, 38.647329356301348 ], [ -110.04909043226293, 38.647731334105536 ], [ -110.04870631429338, 38.648102193400405 ], [ -110.04834973777177, 38.648562490542012 ], [ -110.04805034579616, 38.649043077498845 ], [ -110.04776867437656, 38.649486860235044 ], [ -110.04757216363575, 38.650007934459587 ], [ -110.04746776873623, 38.650601851414137 ], [ -110.04730224821381, 38.65129890400766 ], [ -110.04720431145765, 38.652185750783907 ], [ -110.04720341624643, 38.652253330629399 ], [ -110.04715533574628, 38.65328026337054 ], [ -110.0471338922725, 38.654465116167991 ], [ -110.04720627282997, 38.655073989755799 ], [ -110.04721188583642, 38.656038278102741 ], [ -110.04728910370579, 38.656629167669919 ], [ -110.04734471549185, 38.657202759101246 ], [ -110.04746516750576, 38.657653419449204 ], [ -110.04741233765917, 38.658171156779197 ], [ -110.04728576505863, 38.658616200538376 ], [ -110.04708155359462, 38.658848838830366 ], [ -110.04647309316103, 38.659231379253235 ], [ -110.04556068679746, 38.659566378605852 ], [ -110.04511034612541, 38.659724911845977 ], [ -110.04459218873045, 38.659797279156585 ], [ -110.04396107490837, 38.65972093062021 ], [ -110.04323296406795, 38.659592419143998 ], [ -110.04256302349415, 38.659411210852433 ], [ -110.04198454143717, 38.659266794288101 ], [ -110.04123387567611, 38.659106545036366 ], [ -110.04102210496799, 38.659042628886382 ], [ -110.04059852863645, 38.658917498634061 ], [ -110.04003220809025, 38.658723608365939 ], [ -110.03967268263699, 38.658535919203807 ], [ -110.03910702987602, 38.658292466126689 ], [ -110.0383480704152, 38.657894223909139 ], [ -110.03784725881268, 38.657529641171919 ], [ -110.03749505869699, 38.657224854723111 ], [ -110.03713693483738, 38.65693353585651 ], [ -110.03682490046045, 38.656633583822654 ], [ -110.03654250260077, 38.656266288026998 ], [ -110.03647046431735, 38.656067439294155 ], [ -110.03640955558406, 38.655895717018254 ], [ -110.03625465366127, 38.655448366289782 ], [ -110.03605880975583, 38.65505474758146 ], [ -110.0359272563739, 38.654580553963392 ], [ -110.03581458409212, 38.653983957925682 ], [ -110.03581964538745, 38.653606413215989 ], [ -110.03589075715806, 38.65301673890604 ], [ -110.03593060439373, 38.652616050650288 ], [ -110.03605802059256, 38.652112450489447 ], [ -110.03625267808115, 38.651307515130476 ], [ -110.03644571342932, 38.651052274423471 ], [ -110.0367924078336, 38.650478386462588 ], [ -110.03709664880076, 38.65007086282413 ], [ -110.03732487246339, 38.649761840544379 ], [ -110.03765232904611, 38.649336483207172 ], [ -110.03789615640522, 38.649149244960682 ], [ -110.03811167856495, 38.648930232779122 ], [ -110.03830439967095, 38.648697515304193 ], [ -110.03900542837174, 38.647833655362895 ], [ -110.0394596171334, 38.647382298955229 ], [ -110.03970935854255, 38.647181587944651 ], [ -110.04006365026174, 38.646896123990437 ], [ -110.04052297048834, 38.646489863548872 ], [ -110.04084811054992, 38.646235698723387 ], [ -110.04090029527283, 38.646200080105501 ], [ -110.04131771116417, 38.64591963561282 ], [ -110.04140472492614, 38.645857267327131 ], [ -110.04193823404836, 38.64548765562315 ], [ -110.04241767399219, 38.645208616262906 ], [ -110.04288213776098, 38.644932155860438 ], [ -110.04345476777664, 38.644643961842533 ], [ -110.04386043571292, 38.644381435304616 ], [ -110.04419022190223, 38.644208403632113 ], [ -110.04448525085165, 38.644056715025997 ], [ -110.04459002032827, 38.643954838191085 ], [ -110.04465399013847, 38.643896785047417 ], [ -110.04492758092947, 38.643628670199327 ], [ -110.04527046466634, 38.643334085353153 ], [ -110.04585449298513, 38.642617919928163 ], [ -110.04601868783617, 38.642366933358865 ], [ -110.04624762475122, 38.641999323178098 ], [ -110.04649510641774, 38.64153273570124 ], [ -110.04661620559244, 38.641065117719407 ], [ -110.04663415543466, 38.641011194197802 ], [ -110.04681222000681, 38.640580086741458 ], [ -110.04694887791203, 38.640238758004934 ], [ -110.04708751525772, 38.639747852035079 ], [ -110.0471079581841, 38.639505605515659 ], [ -110.04723415339753, 38.639173202781997 ], [ -110.04742165482708, 38.638809758375068 ], [ -110.04746287895907, 38.638733495119759 ], [ -110.04768676776257, 38.638311770870374 ], [ -110.04778106103554, 38.638132305635132 ], [ -110.0479049692466, 38.63788549404358 ], [ -110.04807009938901, 38.637562418798403 ], [ -110.04828231372869, 38.63715411575788 ], [ -110.04849547868992, 38.636673726886201 ], [ -110.0487258731215, 38.636193477677111 ], [ -110.0488676619136, 38.635897246308943 ], [ -110.04900616396792, 38.635501859942202 ], [ -110.04901727720477, 38.635443374592398 ], [ -110.04915659292874, 38.634899302475425 ], [ -110.04930111484072, 38.63439582485001 ], [ -110.04933638073862, 38.633900470862841 ], [ -110.04926825581875, 38.633404276642288 ], [ -110.04917662066849, 38.632948443687717 ], [ -110.04899390680548, 38.632429689912144 ], [ -110.04879238044052, 38.632030637802465 ], [ -110.04865934076236, 38.631665485373745 ], [ -110.04862602150047, 38.631578702582942 ], [ -110.04843130334827, 38.631099501488251 ], [ -110.04817938923, 38.630601811418124 ], [ -110.04804577127044, 38.630280810620327 ], [ -110.04795522675632, 38.630090829140421 ], [ -110.04785537373209, 38.629909783481452 ], [ -110.04760251389882, 38.629484177633451 ], [ -110.04736767865876, 38.629085752951717 ], [ -110.04719152096648, 38.628854521267975 ], [ -110.04705624060888, 38.628659668895217 ], [ -110.04702805977732, 38.628618886909031 ], [ -110.04690420765091, 38.628428633272257 ], [ -110.04679704973641, 38.62827906796187 ], [ -110.04667278115365, 38.62812035147163 ], [ -110.04654946783356, 38.62788954939721 ], [ -110.04636901929372, 38.627635752348986 ], [ -110.04617726425425, 38.627368345356651 ], [ -110.0459632535034, 38.627046686629292 ], [ -110.04578855247013, 38.626792935537466 ], [ -110.04561965572992, 38.626534725700097 ], [ -110.04554133939088, 38.626376382831367 ], [ -110.04549054535649, 38.626308381015619 ], [ -110.0454227603884, 38.626222217235131 ], [ -110.0453312121043, 38.626108824541959 ], [ -110.04523640931653, 38.625980986566859 ], [ -110.04502646483375, 38.625786423635041 ], [ -110.04469173575397, 38.625472788779547 ], [ -110.04445332912292, 38.62525906793072 ], [ -110.04433330703985, 38.625213930487938 ], [ -110.04415049230433, 38.625139442625127 ], [ -110.04402598356846, 38.624913133899533 ], [ -110.04385716914571, 38.624736027078477 ], [ -110.04368200230279, 38.624518315628329 ], [ -110.04346590469184, 38.624268728478263 ], [ -110.04320646002523, 38.623996257298977 ], [ -110.04290094184189, 38.623646809546464 ], [ -110.04245042035178, 38.622971754591127 ], [ -110.04228310243003, 38.622596401212824 ], [ -110.0421162057627, 38.622189510217254 ], [ -110.04196641994342, 38.621791770737111 ], [ -110.04192179504471, 38.621692277051913 ], [ -110.04182722233043, 38.621461705220327 ], [ -110.04172164403009, 38.621194996519478 ], [ -110.04164580031929, 38.620851932148767 ], [ -110.04162266241315, 38.620432700316826 ], [ -110.04168380837758, 38.620153839607035 ], [ -110.04173322840721, 38.619892906139732 ], [ -110.04191582285357, 38.619119398356098 ], [ -110.04201811471157, 38.618683170173931 ], [ -110.04203033997833, 38.618282251134922 ], [ -110.04209292062752, 38.617895261840296 ], [ -110.04211756916391, 38.617769300298491 ], [ -110.04221346606693, 38.617468194493753 ], [ -110.04242595131684, 38.617037373636741 ], [ -110.04270076364342, 38.616670143997233 ], [ -110.04302601069621, 38.616397047556923 ], [ -110.04338496832025, 38.616180098162708 ], [ -110.04368567319656, 38.61602485207343 ], [ -110.04379543883114, 38.615976184981854 ], [ -110.04429766728346, 38.615782031535083 ], [ -110.04487317101882, 38.615692108318918 ], [ -110.04529332788783, 38.615623443987346 ], [ -110.04583503094713, 38.615483676022329 ], [ -110.04655427101159, 38.615381399068042 ], [ -110.04712366885084, 38.61531845001123 ], [ -110.04762894556058, 38.615327069669846 ], [ -110.04812806316581, 38.615367177900346 ], [ -110.04875303960003, 38.615444353996089 ], [ -110.04883905765071, 38.61545406496225 ], [ -110.04928558403633, 38.615475717372952 ], [ -110.05013471731694, 38.615626800648457 ], [ -110.05055817655111, 38.615742883531397 ], [ -110.05072985763513, 38.615789334895439 ], [ -110.05119316027583, 38.615932773757393 ], [ -110.05180535524168, 38.616108958357358 ], [ -110.05298268824777, 38.616546548024367 ], [ -110.05426239679392, 38.617061552658654 ], [ -110.05492315920334, 38.617476922939495 ], [ -110.05571618805112, 38.617879839525237 ], [ -110.05652058139964, 38.618292755231742 ], [ -110.05736538375875, 38.618690671138083 ], [ -110.05818688901272, 38.619026212876918 ], [ -110.05905172289769, 38.619299015604881 ], [ -110.05984151115787, 38.619513534238315 ], [ -110.06085426709902, 38.619719023469059 ], [ -110.06158976791706, 38.619869111668542 ], [ -110.06244377532852, 38.619916510663096 ], [ -110.06268479907693, 38.619931959301908 ], [ -110.06342509957054, 38.619978440159528 ], [ -110.06376990524295, 38.619963176407047 ], [ -110.06411476934393, 38.619943406266522 ], [ -110.06467299663508, 38.619857753383243 ], [ -110.06517432061452, 38.619731090644471 ], [ -110.06541692318977, 38.619624888619327 ], [ -110.06567130298079, 38.619496250939164 ], [ -110.06589110811936, 38.619376348348652 ], [ -110.06614571989923, 38.619229688118061 ], [ -110.06640009701005, 38.619101048810784 ], [ -110.06650463529849, 38.619011766117339 ], [ -110.06669607405544, 38.61886460062977 ], [ -110.06677039894052, 38.618802111721813 ], [ -110.0670385748719, 38.61858346426304 ], [ -110.06716649111044, 38.61846282649114 ], [ -110.06730061646161, 38.618306191348267 ], [ -110.06781128368311, 38.617900229556085 ], [ -110.06786994692959, 38.617805173095135 ], [ -110.06807495223104, 38.617496804258167 ], [ -110.06837823341357, 38.617138752156187 ], [ -110.06851955306327, 38.616869526795021 ], [ -110.068796271807, 38.616344545917109 ], [ -110.06894596344968, 38.615871722532063 ], [ -110.06896580030077, 38.615670018621202 ], [ -110.06899794903622, 38.615404429693037 ], [ -110.06899975444161, 38.615264762920518 ], [ -110.06899193851989, 38.614980832600999 ], [ -110.06899310328888, 38.614890724999832 ], [ -110.06898852560062, 38.614800571704997 ], [ -110.06896354068762, 38.614511998904611 ], [ -110.0689328135455, 38.614223380392922 ], [ -110.06891680940227, 38.614128630316586 ], [ -110.06880163614478, 38.613708670259406 ], [ -110.06871696507888, 38.613239388550696 ], [ -110.06859408792896, 38.612882448750817 ], [ -110.06844816772004, 38.612619948099585 ], [ -110.06839208518321, 38.612515867152609 ], [ -110.06829128853893, 38.612316807389746 ], [ -110.06822952249347, 38.612208175259951 ], [ -110.0681117331801, 38.611990956636269 ], [ -110.06771278191066, 38.611311901768708 ], [ -110.06763988314023, 38.611176145540064 ], [ -110.06748834427184, 38.61090458718553 ], [ -110.06720572963911, 38.610555384389478 ], [ -110.06687793975765, 38.610147244648985 ], [ -110.06669078609477, 38.609965518147163 ], [ -110.06634525015174, 38.609597787971573 ], [ -110.06604360935636, 38.609388111777697 ], [ -110.06578814001683, 38.609160780058971 ], [ -110.06524257902468, 38.608719355907184 ], [ -110.06487286055382, 38.608446050972347 ], [ -110.06466773013962, 38.608322753573134 ], [ -110.0642864150424, 38.608058365783016 ], [ -110.0637057177358, 38.607670723653023 ], [ -110.06319186661038, 38.607442219666964 ], [ -110.06268981897921, 38.607189476404074 ], [ -110.06211306093243, 38.606941539212329 ], [ -110.06143969419655, 38.606616224922412 ], [ -110.0608351172548, 38.606300470596636 ], [ -110.05988563004732, 38.606013483516527 ], [ -110.05982270611716, 38.605994954565716 ], [ -110.05890726542863, 38.60573977404929 ], [ -110.05813449017812, 38.605553322520677 ], [ -110.05711488571195, 38.605360371401098 ], [ -110.05628381756252, 38.605241025653612 ], [ -110.05521077552892, 38.605182802395625 ], [ -110.05418767057115, 38.605170031412918 ], [ -110.05331602752375, 38.605167488647893 ], [ -110.05212039957269, 38.60526144399936 ], [ -110.05057706262424, 38.605595882059113 ], [ -110.04926912194446, 38.605932212491396 ], [ -110.0481966400833, 38.606265937870887 ], [ -110.04690465025111, 38.606696994175863 ], [ -110.04594829490418, 38.606932516074174 ], [ -110.0451838749925, 38.607070467921559 ], [ -110.04414543758969, 38.607345857780551 ], [ -110.04341221887049, 38.607641757333823 ], [ -110.04271525227705, 38.607888384583902 ], [ -110.04221916614145, 38.607969935985331 ], [ -110.04194488483999, 38.607954173056847 ], [ -110.04124753230738, 38.60805660145499 ], [ -110.04048678546066, 38.608262140184529 ], [ -110.0398119226471, 38.608486402089788 ], [ -110.03905146782418, 38.608669404628905 ], [ -110.038861203255, 38.608726417846796 ], [ -110.03861327866822, 38.60880098037768 ], [ -110.03759854731128, 38.609103541610104 ], [ -110.03690202520559, 38.60922848002491 ], [ -110.03625772090243, 38.609313291832535 ], [ -110.03523456610908, 38.609385965349453 ], [ -110.03451101832911, 38.609384503204815 ], [ -110.03374171627433, 38.609369141248102 ], [ -110.03223285218121, 38.609262048910061 ], [ -110.03153263730677, 38.609233726307799 ], [ -110.03056285493945, 38.609180637264132 ], [ -110.02986421922849, 38.609035166017847 ], [ -110.02911869173947, 38.608960493753941 ], [ -110.0287117929869, 38.608899442149479 ], [ -110.02787511514018, 38.608770836444499 ], [ -110.02643572457097, 38.608623694066132 ], [ -110.0256889745004, 38.60864000768256 ], [ -110.02502084235448, 38.608787640854537 ], [ -110.0245193449512, 38.608927647825148 ], [ -110.02373404931765, 38.609245518513617 ], [ -110.0235724202453, 38.609307251543683 ], [ -110.02324335824497, 38.609435174313894 ], [ -110.02282107924921, 38.60966144605549 ], [ -110.02181763733341, 38.610395623084059 ], [ -110.02147535737727, 38.610650494802599 ], [ -110.02136509563344, 38.610735183472201 ], [ -110.02096630751139, 38.611006703198321 ], [ -110.02043632033202, 38.611466368186449 ], [ -110.02003801169398, 38.612039779396305 ], [ -110.01971916764511, 38.612681442404181 ], [ -110.01914622271667, 38.613848156711995 ], [ -110.01882868574113, 38.614814247665322 ], [ -110.01848038466794, 38.616351418456411 ], [ -110.01814985544819, 38.617426439084333 ], [ -110.01798749518653, 38.617961269838993 ], [ -110.01776294637293, 38.618423485035706 ], [ -110.01765644426669, 38.618652388005401 ], [ -110.01738781916217, 38.619398099314232 ], [ -110.01719482846067, 38.620072352052972 ], [ -110.01690094574734, 38.620984565327142 ], [ -110.01658783705028, 38.621621760888814 ], [ -110.01627064165748, 38.622137263948503 ], [ -110.01590287952541, 38.622990277410388 ], [ -110.01548865710863, 38.623459903802384 ], [ -110.01517428025295, 38.623768159608289 ], [ -110.01474052862021, 38.623985292899526 ], [ -110.01431557816386, 38.624062818275945 ], [ -110.01408995516371, 38.624096963769297 ], [ -110.01375611476274, 38.624148219917949 ], [ -110.0133828747327, 38.62414056720251 ], [ -110.01314166440622, 38.624138532854694 ], [ -110.01240862296015, 38.624064760092466 ], [ -110.01169057698641, 38.623986603595561 ], [ -110.01108782744076, 38.623877876558069 ], [ -110.01053474558653, 38.623665932629706 ], [ -110.00996322734586, 38.623458335905397 ], [ -110.00940807375159, 38.623313956429847 ], [ -110.00867212328082, 38.622951763217188 ], [ -110.00827709736797, 38.62285829907249 ], [ -110.00724907382741, 38.622435045173525 ], [ -110.00600888541359, 38.621987450855507 ], [ -110.0053583002158, 38.621684537728314 ], [ -110.00466783184706, 38.621358752608053 ], [ -110.00399572001395, 38.620952014939178 ], [ -110.00340781237482, 38.620686572271339 ], [ -110.00285513944742, 38.620365554790354 ], [ -110.0021368555024, 38.619976436231916 ], [ -110.00184697275691, 38.619757684179532 ], [ -110.00150085155003, 38.619452840893501 ], [ -110.00133050719076, 38.619311706601195 ], [ -110.00069931983707, 38.618855735321361 ], [ -110.00053933824354, 38.618795793150952 ], [ -110.00046062948454, 38.618673463619515 ], [ -110.00026263911263, 38.618455492642468 ], [ -110.00009954347324, 38.618206278801487 ], [ -109.99994156589321, 38.618002166681755 ], [ -109.99965326229717, 38.617670777169252 ], [ -109.99951825732461, 38.617466860880903 ], [ -109.99947300546582, 38.617416909893954 ], [ -109.99912828298616, 38.617012943468282 ], [ -109.99887369039834, 38.616735910241445 ], [ -109.99880129283864, 38.616573081184825 ], [ -109.99869550568854, 38.616333367373059 ], [ -109.99853972879195, 38.615971568408291 ], [ -109.99850633927755, 38.615894683643816 ], [ -109.99831105677116, 38.615482982159989 ], [ -109.99823592722831, 38.615103849873549 ], [ -109.99810268578277, 38.614773783976041 ], [ -109.99795714607569, 38.614502188287304 ], [ -109.9977710606188, 38.613842744335813 ], [ -109.99772226423407, 38.61363505848383 ], [ -109.9976817808469, 38.61324270505434 ], [ -109.99754823169813, 38.6129351649356 ], [ -109.99748901818407, 38.61265079070504 ], [ -109.99746338003941, 38.612429785656609 ], [ -109.99742556799289, 38.612258240350556 ], [ -109.99739867595507, 38.612127341018514 ], [ -109.99729889266933, 38.611869653968959 ], [ -109.99724953439586, 38.611702515471379 ], [ -109.99725204312828, 38.611522303984245 ], [ -109.99717067903296, 38.611179163981944 ], [ -109.99711121740374, 38.610912810665766 ], [ -109.99699395981172, 38.610672996843455 ], [ -109.99688730861061, 38.610496355382743 ], [ -109.99675919594178, 38.610211389999144 ], [ -109.996664720144, 38.609985288637525 ], [ -109.99654235114838, 38.609700372252014 ], [ -109.99652007381465, 38.609650617117055 ], [ -109.99624304054754, 38.609008413628118 ], [ -109.99614268215501, 38.608710168128496 ], [ -109.99608341452914, 38.608430298393692 ], [ -109.99602857061082, 38.608245088938276 ], [ -109.99603221224437, 38.60798378222303 ], [ -109.99608166237833, 38.607731880182612 ], [ -109.99617729721203, 38.607462351020587 ], [ -109.9962366605909, 38.607323179622639 ], [ -109.99638340481231, 38.607094641140336 ], [ -109.99641292927274, 38.607036318608486 ], [ -109.99642124413459, 38.606851650978889 ], [ -109.99641057662571, 38.606792983722023 ], [ -109.99635971733174, 38.606733971735494 ], [ -109.99631466256737, 38.606670503687873 ], [ -109.99615715983597, 38.606434849518692 ], [ -109.99602231077832, 38.606221918647989 ], [ -109.99587640623628, 38.605978253114451 ], [ -109.99580971714765, 38.605819075650743 ], [ -109.99575694811757, 38.605485191458847 ], [ -109.99577618236736, 38.605341170008323 ], [ -109.99580090691802, 38.605215218984377 ], [ -109.9958800680904, 38.604891478613617 ], [ -109.99600972186676, 38.604652881006018 ], [ -109.99605077883534, 38.604591052824347 ], [ -109.99616206458363, 38.604434303537573 ], [ -109.99637675942093, 38.604273935288106 ], [ -109.99656274591605, 38.604113320455305 ], [ -109.99682999027475, 38.603890320349947 ], [ -109.99698789469865, 38.60368440576417 ], [ -109.99703633480409, 38.60350458774289 ], [ -109.99702118008996, 38.603355765433051 ], [ -109.99698475314059, 38.60308510334611 ], [ -109.99682521518233, 38.602583588477799 ], [ -109.99666392282887, 38.602208221602488 ], [ -109.99659941856224, 38.601892260288551 ], [ -109.99650040443794, 38.601580508815921 ], [ -109.99643445822873, 38.601368169157645 ], [ -109.99638466938535, 38.601232567181533 ], [ -109.9962177665105, 38.600848139848672 ], [ -109.99613503750598, 38.600604115210317 ], [ -109.99601394114239, 38.600229092178942 ], [ -109.99593115072132, 38.599989572684244 ], [ -109.99591493168973, 38.599917340188519 ], [ -109.99587295757098, 38.59963311253216 ], [ -109.99562302145451, 38.599027185908149 ], [ -109.99557455435162, 38.598796972386602 ], [ -109.99559344600993, 38.598265446133979 ], [ -109.99568458404352, 38.597905761612573 ], [ -109.99576879992229, 38.597630727283196 ], [ -109.99588251075106, 38.597299172448309 ], [ -109.99594374891808, 38.597024841958415 ], [ -109.99594221340959, 38.59672293781837 ], [ -109.99594086618464, 38.596407517771823 ], [ -109.99595125167481, 38.596074175032847 ], [ -109.995972239976, 38.595804004950658 ], [ -109.99601625402902, 38.595529526565763 ], [ -109.99609995109164, 38.595291435278028 ], [ -109.99620038042468, 38.595088632972555 ], [ -109.99635381842747, 38.594789860301837 ], [ -109.99660977699484, 38.59413780767396 ], [ -109.99666969243808, 38.593958087884289 ], [ -109.99674695495636, 38.593769505100433 ], [ -109.99684768124087, 38.593545076691633 ], [ -109.99698865390724, 38.593316487304165 ], [ -109.9971422978545, 38.59300239539067 ], [ -109.9973014929874, 38.592701868333087 ], [ -109.9973805697951, 38.592382631289247 ], [ -109.99741154859849, 38.592301791593457 ], [ -109.99755288513406, 38.591964163261217 ], [ -109.99758825546938, 38.591897779815739 ], [ -109.99770008151009, 38.591700480692921 ], [ -109.99784627461702, 38.591508882769951 ], [ -109.99808016442277, 38.59120358716374 ], [ -109.99826667628979, 38.591002421022687 ], [ -109.99859371105876, 38.590604200131679 ], [ -109.99885029343962, 38.590318021622018 ], [ -109.99896716568146, 38.590170328630563 ], [ -109.99910712398626, 38.590013821282867 ], [ -109.99928196155781, 38.589826071132414 ], [ -109.99944392934205, 38.589738240364653 ], [ -109.99951338864939, 38.589697380459818 ], [ -109.99960030645681, 38.58963954755783 ], [ -109.99995352910878, 38.589421780257233 ], [ -110.00016205498973, 38.589288386736783 ], [ -110.00023724126378, 38.589248476492145 ], [ -110.00039329138593, 38.589173210194026 ], [ -110.00069241123079, 38.589130706348811 ], [ -110.00081408136514, 38.58905064006467 ], [ -110.0010228543254, 38.588899223726891 ], [ -110.00127220730492, 38.588802223443899 ], [ -110.00167360158611, 38.588670472985619 ], [ -110.00181894224689, 38.58862214846615 ], [ -110.00209578404032, 38.588529886716017 ], [ -110.00240737829218, 38.588415391334735 ], [ -110.00258027108509, 38.58836730072283 ], [ -110.00310475063236, 38.588218570917711 ], [ -110.0035481676462, 38.58811961401824 ], [ -110.00429153042228, 38.587917771053853 ], [ -110.00451052903298, 38.587856552307791 ], [ -110.00491461021475, 38.587778883648873 ], [ -110.00539132767396, 38.587679301706487 ], [ -110.00581191438171, 38.587570229295359 ], [ -110.00586841661108, 38.587552685897244 ], [ -110.00644569323865, 38.58740438951569 ], [ -110.0070209507697, 38.587319154981202 ], [ -110.00753849537253, 38.587255957426045 ], [ -110.00773384664254, 38.587244096382747 ], [ -110.00785469987238, 38.58722259177209 ], [ -110.00815393157758, 38.587171058031082 ], [ -110.00857907432449, 38.587147625324718 ], [ -110.00910730415369, 38.587142186171953 ], [ -110.0096245240246, 38.587102407026173 ], [ -110.01002639610151, 38.587101301358871 ], [ -110.01066342874299, 38.587115700063052 ], [ -110.01110503705382, 38.587147368702283 ], [ -110.01177506690809, 38.587183668243505 ], [ -110.01242923503247, 38.587288318983695 ], [ -110.0132318099664, 38.587371688259502 ], [ -110.01343240776848, 38.587395908718094 ], [ -110.01450194086503, 38.587688788462202 ], [ -110.01530323067564, 38.587866755542642 ], [ -110.01590849568835, 38.588106150827784 ], [ -110.01656895480625, 38.588508217342863 ], [ -110.01740089350473, 38.588965790219035 ], [ -110.01775409157314, 38.58916701252177 ], [ -110.01815650020164, 38.58954888054371 ], [ -110.01827545242541, 38.589667030506476 ], [ -110.01840002271624, 38.589794239165855 ], [ -110.01909284701873, 38.590773311365659 ], [ -110.01934523866778, 38.591126882668668 ], [ -110.01957512858341, 38.591615440300323 ], [ -110.01978317804989, 38.591937098210558 ], [ -110.0203455989284, 38.592797918494888 ], [ -110.0205545122482, 38.593056500395839 ], [ -110.02078980451428, 38.593486524778271 ], [ -110.02120820261827, 38.593962237596344 ], [ -110.02170023307583, 38.59451246034233 ], [ -110.02181871004581, 38.594666649458361 ], [ -110.02190329308931, 38.594780002564967 ], [ -110.02215631030468, 38.595174125531884 ], [ -110.02247203954846, 38.595601213888834 ], [ -110.0229853685719, 38.596275970388156 ], [ -110.02325133217815, 38.596647669812363 ], [ -110.02350828444752, 38.597091386923807 ], [ -110.02411696142158, 38.597934551355621 ], [ -110.02421272891308, 38.598070525253107 ], [ -110.02446063883798, 38.59841954212088 ], [ -110.02477579818311, 38.598890776670153 ], [ -110.02503519587498, 38.599239888036351 ], [ -110.02538511420825, 38.599688881300075 ], [ -110.02546970864317, 38.599802231883608 ], [ -110.02557659797976, 38.599965332320572 ], [ -110.02600708310609, 38.600401477037508 ], [ -110.02635829140738, 38.600755855422932 ], [ -110.02686843398683, 38.601246729815884 ], [ -110.02732733713117, 38.601705635186583 ], [ -110.02771331039928, 38.602037769253009 ], [ -110.02824648545864, 38.602525224320836 ], [ -110.0291400068654, 38.603117499235069 ], [ -110.02951493785828, 38.60341799485478 ], [ -110.02995864871063, 38.603728071149348 ], [ -110.03072219204532, 38.604166959018293 ], [ -110.03117353231929, 38.604337412859749 ], [ -110.03157954776172, 38.604462431459112 ], [ -110.03182534537129, 38.604545570563367 ], [ -110.0320714461845, 38.604606182458561 ], [ -110.03257616065986, 38.604650908861913 ], [ -110.0330530748365, 38.604627815756075 ], [ -110.03332903344231, 38.604603060761164 ], [ -110.03359344828499, 38.60458271561761 ], [ -110.03411284792472, 38.604388747096529 ], [ -110.03447728334488, 38.604188991859701 ], [ -110.03481869026982, 38.603993551368582 ], [ -110.03517786287419, 38.603757703771862 ], [ -110.03548523903747, 38.603530439810228 ], [ -110.03593652106389, 38.603190813480275 ], [ -110.03618241504563, 38.602923389674487 ], [ -110.03644989568572, 38.602673265288693 ], [ -110.03668329125223, 38.602481435643298 ], [ -110.03699585246444, 38.602209151863747 ], [ -110.03734503105959, 38.601860569119424 ], [ -110.0378208767244, 38.601485991820297 ], [ -110.03805154724502, 38.601325677877973 ], [ -110.03823695342855, 38.601201038214498 ], [ -110.03850496762118, 38.600995971830358 ], [ -110.03887613663933, 38.60071965859472 ], [ -110.03928815234113, 38.600394115206797 ], [ -110.03938786286592, 38.600322840245106 ], [ -110.03960698366875, 38.600166934204147 ], [ -110.03965339390078, 38.60013126832294 ], [ -110.03976929921119, 38.600051114242881 ], [ -110.04015780216132, 38.599765927395268 ], [ -110.04042471731026, 38.599556341651528 ], [ -110.04084174094537, 38.59928490389499 ], [ -110.04122987588602, 38.59902674547908 ], [ -110.04160670554532, 38.59875497561876 ], [ -110.04196624915163, 38.598487568849215 ], [ -110.04227920279011, 38.598269343988676 ], [ -110.04256925009767, 38.598046425014957 ], [ -110.04291024711543, 38.597877992207742 ], [ -110.04326356199905, 38.597646577217361 ], [ -110.04336779782935, 38.597579841641235 ], [ -110.04373863175148, 38.597326039158077 ], [ -110.04399489484827, 38.59713888729479 ], [ -110.04416764983873, 38.59701413469211 ], [ -110.04440542010636, 38.596835842558974 ], [ -110.0447417410823, 38.596586260844731 ], [ -110.04495739441137, 38.596430316272354 ], [ -110.0455320729782, 38.595957384745468 ], [ -110.04602319602412, 38.595636968152661 ], [ -110.04618507371919, 38.595552676496794 ], [ -110.04630084519654, 38.595481526428067 ], [ -110.04663673614003, 38.595263476607329 ], [ -110.04683945365234, 38.595129952367593 ], [ -110.04712468643785, 38.594834889008155 ], [ -110.04754397956756, 38.594387717127724 ], [ -110.04777694438934, 38.594137285226587 ], [ -110.04794550960983, 38.593980951854888 ], [ -110.04831128203443, 38.593673023144092 ], [ -110.04849126697448, 38.593521287685611 ], [ -110.04895736109462, 38.593006903273768 ], [ -110.04921872267478, 38.592779228442737 ], [ -110.04943918510403, 38.59260529106475 ], [ -110.04982139395872, 38.592356067119233 ], [ -110.04998325987215, 38.592271770011045 ], [ -110.05028307835541, 38.592175074732943 ], [ -110.05060041458297, 38.592055991521882 ], [ -110.05099203355329, 38.591963643811802 ], [ -110.05121129134413, 38.591880711555163 ], [ -110.05148982592529, 38.591743287900684 ], [ -110.05158733477556, 38.591662972769534 ], [ -110.05164557041219, 38.591600362726354 ], [ -110.05185543119951, 38.591358746960807 ], [ -110.05198373801345, 38.591206587306495 ], [ -110.05218840097696, 38.590923474929554 ], [ -110.05222360233518, 38.590866085056 ], [ -110.05233515979742, 38.59067774249155 ], [ -110.05255207060179, 38.590336152476134 ], [ -110.05288559961373, 38.589857626639024 ], [ -110.05294418777919, 38.589767983625201 ], [ -110.05321907681451, 38.589382704059631 ], [ -110.05343608592207, 38.589033002543978 ], [ -110.05368173548692, 38.588688038048538 ], [ -110.05394631821015, 38.58821255614567 ], [ -110.05423403578929, 38.587723742974923 ], [ -110.05448133143767, 38.587252625908619 ], [ -110.0547644235634, 38.586678162600087 ], [ -110.05490005055972, 38.586404400443229 ], [ -110.05522284444285, 38.585866303410604 ], [ -110.05533509449182, 38.585623893009021 ], [ -110.05555155057488, 38.585314735542902 ], [ -110.05566332655457, 38.585108367865637 ], [ -110.05572208432902, 38.585005207137982 ], [ -110.05590386068769, 38.584713792604767 ], [ -110.05617847831769, 38.584346526859889 ], [ -110.05644723523264, 38.583988224911025 ], [ -110.0567160366046, 38.583626317978577 ], [ -110.05681563127442, 38.583473020124934 ], [ -110.0569553932021, 38.583320947020816 ], [ -110.05719959224112, 38.583084103690993 ], [ -110.05751882043104, 38.582816323016722 ], [ -110.05785544244159, 38.582535163877694 ], [ -110.05816106757192, 38.582429483031611 ], [ -110.05842136134846, 38.582278378039462 ], [ -110.05857230311953, 38.582148922216462 ], [ -110.05871211757338, 38.581992341508517 ], [ -110.05879149862389, 38.581628004822832 ], [ -110.05881845650723, 38.581321822749736 ], [ -110.05860231060448, 38.58072981591441 ], [ -110.05847347353468, 38.58048546275564 ], [ -110.0582427351607, 38.580132148736531 ], [ -110.05788843435501, 38.57957056981548 ], [ -110.05738767597744, 38.579147492217338 ], [ -110.0569163852288, 38.578841802469242 ], [ -110.05655779840815, 38.578609113252256 ], [ -110.05613566632279, 38.578407451564203 ], [ -110.05574721864576, 38.578263735222492 ], [ -110.05489582330937, 38.578055000373432 ], [ -110.05405215064496, 38.577958067263161 ], [ -110.05347833150167, 38.577943515175676 ], [ -110.05265715833444, 38.577969313546355 ], [ -110.05146417396875, 38.5778965690684 ], [ -110.05075212227746, 38.577917831343598 ], [ -110.05003935811069, 38.577993153889814 ], [ -110.04952711857183, 38.578097135905409 ], [ -110.04875008788727, 38.578257540095649 ], [ -110.04779554515538, 38.578384953986188 ], [ -110.04702945098731, 38.578585988466344 ], [ -110.04627128482245, 38.578621266709604 ], [ -110.04587525709178, 38.578618038877948 ], [ -110.04531895198343, 38.578581060218845 ], [ -110.04448246144493, 38.578462488586979 ], [ -110.04404454511186, 38.578241729942818 ], [ -110.04392980179054, 38.578150675406732 ], [ -110.04360049618455, 38.57787763308017 ], [ -110.04328996533279, 38.577487590830927 ], [ -110.0430368199179, 38.577098918139612 ], [ -110.04295223543953, 38.576984678733133 ], [ -110.04268134921253, 38.576635511796617 ], [ -110.04237046966577, 38.576272499411772 ], [ -110.04207609309508, 38.575963691642833 ], [ -110.04183899222049, 38.575664363761803 ], [ -110.04149959238633, 38.575288499137088 ], [ -110.04129688359433, 38.574993056482576 ], [ -110.04112698256512, 38.574820441796135 ], [ -110.04090046908887, 38.574588786714173 ], [ -110.04063408239912, 38.574334275040137 ], [ -110.0402373155046, 38.573957035322394 ], [ -110.0399094821675, 38.573575853862472 ], [ -110.03965058133514, 38.573190731225495 ], [ -110.03937446606098, 38.572805466719693 ], [ -110.03920379899303, 38.572604906564308 ], [ -110.03884853797803, 38.572215386389203 ], [ -110.03847910561879, 38.571942000078224 ], [ -110.03813191101693, 38.57172286575566 ], [ -110.03773922761425, 38.571471815368724 ], [ -110.03730601369348, 38.571247465513721 ], [ -110.03689449495064, 38.571117915787376 ], [ -110.03676280059358, 38.571094302734693 ], [ -110.03666531118989, 38.571088093355073 ], [ -110.03592527999159, 38.571060372079017 ], [ -110.03536752096541, 38.571136882224735 ], [ -110.03458341032687, 38.571400769303644 ], [ -110.03418476943344, 38.571595738638578 ], [ -110.03368349986457, 38.571653782204748 ], [ -110.0329344036131, 38.571959401187137 ], [ -110.03208835131809, 38.572560699469847 ], [ -110.03134033320914, 38.573126755975821 ], [ -110.03055134237023, 38.573751044447988 ], [ -110.02984957675623, 38.574290439115089 ], [ -110.02877618437088, 38.575146662452028 ], [ -110.02834125097255, 38.575476486255383 ], [ -110.02767364485803, 38.576034174583434 ], [ -110.02732032094806, 38.576355660724424 ], [ -110.02657542645279, 38.57693973544189 ], [ -110.02606725133408, 38.57725091797893 ], [ -110.02538579027427, 38.577557050719165 ], [ -110.02461629473882, 38.577581280251998 ], [ -110.02448488545453, 38.577536027624042 ], [ -110.02432486464004, 38.5774842281362 ], [ -110.02403355727573, 38.577378164603289 ], [ -110.02363985670564, 38.577203658336593 ], [ -110.02303025921547, 38.57686513787862 ], [ -110.02251902981959, 38.576468859670037 ], [ -110.02210317484243, 38.57623558705663 ], [ -110.02169520076038, 38.575844673783472 ], [ -110.0214868208438, 38.575550050986948 ], [ -110.02122282343201, 38.575124292797234 ], [ -110.02087731421467, 38.574445523992807 ], [ -110.02072164802929, 38.573989129809888 ], [ -110.02069399231152, 38.573912298794447 ], [ -110.02060687694399, 38.573564618626776 ], [ -110.02043441070828, 38.573162153758616 ], [ -110.02034621080838, 38.572809958426447 ], [ -110.02016990592566, 38.572267779310792 ], [ -110.02010757174237, 38.571870741674516 ], [ -110.02007162215129, 38.5715595362553 ], [ -110.02001210517039, 38.571293192107277 ], [ -110.0198240224636, 38.570773443061626 ], [ -110.01945958747081, 38.569716018787403 ], [ -110.0192431704443, 38.569254607562208 ], [ -110.01898069530097, 38.568635104672047 ], [ -110.01882822267903, 38.56803004090758 ], [ -110.01875468348162, 38.567529273519398 ], [ -110.01862962072555, 38.567019062342183 ], [ -110.01841347886233, 38.566454016854514 ], [ -110.01822523567758, 38.565947781187987 ], [ -110.01812893267183, 38.565433304730114 ], [ -110.0179653471469, 38.564886722624742 ], [ -110.01775966823027, 38.564312751834052 ], [ -110.01768985394131, 38.563960708378907 ], [ -110.01765213922425, 38.563780157200206 ], [ -110.01758379810178, 38.563319985210761 ], [ -110.0174612371234, 38.56304860446803 ], [ -110.01698281566577, 38.562359695782675 ], [ -110.01665429844509, 38.562041525685132 ], [ -110.01621651380529, 38.561740459840912 ], [ -110.0157532193757, 38.561542812826417 ], [ -110.01539329562715, 38.561508244779375 ], [ -110.01487925137629, 38.561329092063659 ], [ -110.01430199227555, 38.561156614177982 ], [ -110.01388397373364, 38.561090011202872 ], [ -110.01320132675507, 38.561070740688535 ], [ -110.01265472972301, 38.561174272261184 ], [ -110.01158608799976, 38.561264382509123 ], [ -110.01074474427979, 38.561518615354608 ], [ -110.01006430963254, 38.561756179586901 ], [ -110.00940533879995, 38.562102062249053 ], [ -110.00867167505686, 38.562537425892792 ], [ -110.00858951186444, 38.562586294531087 ], [ -110.00787714801409, 38.563057880428751 ], [ -110.00691365536795, 38.563428202557233 ], [ -110.00630234756333, 38.563644703009174 ], [ -110.00556770066562, 38.564065619804396 ], [ -110.00527218999569, 38.564270378542474 ], [ -110.00480216617795, 38.564644875655176 ], [ -110.00435415843852, 38.565087146032141 ], [ -110.00361710885494, 38.565680153807939 ], [ -110.00313453209573, 38.566131136818846 ], [ -110.00256499978062, 38.566644458853901 ], [ -110.00193376885017, 38.567053617180811 ], [ -110.00142397609852, 38.567396220247396 ], [ -110.00121455608594, 38.56751609161924 ], [ -110.00094967066758, 38.56766252435628 ], [ -110.00063223874716, 38.567790484413813 ], [ -110.00035378982517, 38.568004387851062 ], [ -109.99999057131244, 38.568122943381169 ], [ -109.99966643676129, 38.568237325951834 ], [ -109.99929276145241, 38.56836480164668 ], [ -109.99875650470466, 38.568544955786024 ], [ -109.9980762156124, 38.56876442732942 ], [ -109.99735182887147, 38.568852847303532 ], [ -109.99689140710186, 38.568944426477188 ], [ -109.996684513936, 38.568964281295266 ], [ -109.99606367079026, 38.569035557373269 ], [ -109.99540353400636, 38.569043410920585 ], [ -109.99499047436049, 38.56903085323345 ], [ -109.99479573584634, 38.569002145829742 ], [ -109.99454941219763, 38.568968489132267 ], [ -109.99385691754109, 38.568827362757702 ], [ -109.99337752632552, 38.5687151003509 ], [ -109.99260064023545, 38.568370477249587 ], [ -109.99244096548848, 38.568297009163125 ], [ -109.99217288681169, 38.568177548947858 ], [ -109.99166751734815, 38.567871304080086 ], [ -109.99122745955708, 38.567655737055645 ], [ -109.99076061568398, 38.567385867154037 ], [ -109.9903869787004, 38.567017670571246 ], [ -109.99031332379934, 38.566949447389845 ], [ -109.9900419117982, 38.566658731025882 ], [ -109.98972490972135, 38.566345091258398 ], [ -109.98936711027179, 38.566076156944256 ], [ -109.98910239061884, 38.565717908330804 ], [ -109.98881472005336, 38.565359460840881 ], [ -109.98852799969981, 38.564933432994849 ], [ -109.9883151858464, 38.564557607670331 ], [ -109.9882883368354, 38.56450781117865 ], [ -109.98812500101776, 38.564123401425562 ], [ -109.98798145257513, 38.563801343345901 ], [ -109.98786290839165, 38.563251504885066 ], [ -109.98779967465741, 38.562849936721371 ], [ -109.98778965189533, 38.562746215309673 ], [ -109.98774338055573, 38.562362817201546 ], [ -109.98777137903352, 38.561921485169286 ], [ -109.98783836315799, 38.561728312466855 ], [ -109.98790993737173, 38.561535179406008 ], [ -109.98802420486113, 38.561162181023199 ], [ -109.98813644957509, 38.560933352528167 ], [ -109.98834819765496, 38.560565702263382 ], [ -109.98840135537931, 38.560458021028808 ], [ -109.98854500291436, 38.560035711485725 ], [ -109.98862174313739, 38.559883175302538 ], [ -109.98889187468069, 38.559443934614862 ], [ -109.98909062400134, 38.55918431126625 ], [ -109.98937708028572, 38.558808292426484 ], [ -109.98952471489662, 38.558592384423825 ], [ -109.98979802621236, 38.558253199091169 ], [ -109.98999588621693, 38.558056648521436 ], [ -109.99025755415374, 38.557811083546746 ], [ -109.99048403749525, 38.557619284891928 ], [ -109.99071652200303, 38.557408612904389 ], [ -109.9907861814096, 38.557351538448366 ], [ -109.99109404820602, 38.557084741699406 ], [ -109.99118770325906, 38.55695307647516 ], [ -109.99137494936689, 38.556694251100524 ], [ -109.99157343025948, 38.556452644478 ], [ -109.99184126514913, 38.556175587916158 ], [ -109.9921374715714, 38.555921304321998 ], [ -109.99248411951423, 38.555753065550185 ], [ -109.99295806188422, 38.555509321196574 ], [ -109.99345733890829, 38.555094569845224 ], [ -109.9938397868885, 38.554827505769502 ], [ -109.99419777517691, 38.554668371050646 ], [ -109.99441768467086, 38.554535084362115 ], [ -109.99464339362714, 38.5543973411949 ], [ -109.99496203102848, 38.554179289870063 ], [ -109.99514152431419, 38.554063678257933 ], [ -109.99526881526342, 38.553988171127898 ], [ -109.99556318252404, 38.553864533035018 ], [ -109.9958351504754, 38.553701050416663 ], [ -109.99629842025406, 38.553397723320337 ], [ -109.99640924820801, 38.553268003355051 ], [ -109.99667680219869, 38.553008956493578 ], [ -109.99699094201759, 38.552700743611759 ], [ -109.99726391624407, 38.552464271149098 ], [ -109.99736271560407, 38.552374098856717 ], [ -109.99754281373042, 38.552214331147781 ], [ -109.99761712767503, 38.552151885340336 ], [ -109.9977632100325, 38.552044995263941 ], [ -109.99801210430533, 38.551889420494255 ], [ -109.99826542188157, 38.551828506302385 ], [ -109.99849603980581, 38.551749373879865 ], [ -109.99887053981567, 38.551639029316952 ], [ -109.99899718537733, 38.551609472416523 ], [ -109.99925630093928, 38.551544099776244 ], [ -109.99934840998884, 38.551522357809695 ], [ -109.99961295004692, 38.551479560096226 ], [ -109.99977428098475, 38.551431374102151 ], [ -109.99989593756315, 38.55134770314983 ], [ -110.00014583581827, 38.55111913725959 ], [ -110.00028533963246, 38.550989658444237 ], [ -110.0004250300972, 38.550846663437724 ], [ -110.00048321349995, 38.550788583912102 ], [ -110.00062309029401, 38.550632072637406 ], [ -110.00075169160573, 38.550461046153266 ], [ -110.00095023609045, 38.550211313109635 ], [ -110.00106209811912, 38.550005898780235 ], [ -110.00123833985531, 38.5497091138295 ], [ -110.00136748646901, 38.549498439602175 ], [ -110.00149625843549, 38.54931479726141 ], [ -110.00158387303158, 38.549202897720683 ], [ -110.00175299051945, 38.549006081553649 ], [ -110.0018637395784, 38.548880861446506 ], [ -110.00193944290794, 38.54880040117812 ], [ -110.00209677295589, 38.548626013361876 ], [ -110.00226601220346, 38.548420185711905 ], [ -110.00241676744275, 38.548223212041613 ], [ -110.00262861844143, 38.547923123601542 ], [ -110.00272795251607, 38.547793299511092 ], [ -110.0028681296787, 38.547614258609727 ], [ -110.00301420223649, 38.547340644374493 ], [ -110.0030809447378, 38.547160977775668 ], [ -110.0031343689101, 38.547031663520521 ], [ -110.00322878493074, 38.546842319546506 ], [ -110.00329369487486, 38.546712201829628 ], [ -110.00345861949357, 38.546402700482709 ], [ -110.00357023202417, 38.546214403764822 ], [ -110.00370528878689, 38.545990259447926 ], [ -110.00392202797107, 38.545667680716207 ], [ -110.00403906421646, 38.545501959045566 ], [ -110.004132717678, 38.545367579477158 ], [ -110.00437202745584, 38.545072227119022 ], [ -110.0046640219996, 38.544700722282968 ], [ -110.00486410155848, 38.544337447157844 ], [ -110.00508114088119, 38.543992339303692 ], [ -110.00520958301402, 38.543831219200165 ], [ -110.00529138632267, 38.543723773217579 ], [ -110.00546708607749, 38.543463925023616 ], [ -110.00560904714857, 38.543154225315263 ], [ -110.00562120290611, 38.543104763901404 ], [ -110.00565205752761, 38.542947320220691 ], [ -110.00570198295753, 38.542654862134263 ], [ -110.00575851299278, 38.542299377792766 ], [ -110.00572654544278, 38.541704330220831 ], [ -110.00574442016053, 38.541239475232281 ], [ -110.00560326204418, 38.540657918976336 ], [ -110.00552704664784, 38.540359883481223 ], [ -110.00547901748405, 38.540098134412219 ], [ -110.00539644627185, 38.539845103627194 ], [ -110.00520854635059, 38.539325330844498 ], [ -110.00510889209124, 38.539063142912823 ], [ -110.00481293816416, 38.538474862938337 ], [ -110.00466007831814, 38.538243763491586 ], [ -110.00438068600451, 38.537786293762451 ], [ -110.00420172395508, 38.537451336434273 ], [ -110.00388613958617, 38.537039517656666 ], [ -110.00358710830285, 38.536675601255759 ], [ -110.00340709578103, 38.536417233751322 ], [ -110.00316888738116, 38.536135841066027 ], [ -110.00287598784524, 38.535826946812008 ], [ -110.00265582768928, 38.535568236202906 ], [ -110.00258237910332, 38.535486504596676 ], [ -110.00253143924448, 38.535436505897678 ], [ -110.00231664411329, 38.53520487565477 ], [ -110.00209105062099, 38.534924489434438 ], [ -110.00187047263539, 38.534696413784602 ], [ -110.00157537855087, 38.534464097573569 ], [ -110.00141676520262, 38.534318556558603 ], [ -110.00125230443764, 38.53418107603769 ], [ -110.00107036241381, 38.534063272024007 ], [ -110.00091091536081, 38.533895193790244 ], [ -110.00072427371379, 38.533785459726403 ], [ -110.0005984581296, 38.533757350512275 ], [ -110.00037070603618, 38.533633747303419 ], [ -110.00013952629699, 38.533343396669686 ], [ -110.00000909854499, 38.533234141522129 ], [ -109.99986724941684, 38.533121183957228 ], [ -109.99957339025126, 38.532883466190029 ], [ -109.99928894747025, 38.532628705809053 ], [ -109.99904599156409, 38.532360781773377 ], [ -109.99879156594336, 38.532092759148327 ], [ -109.99864896101265, 38.531951857157836 ], [ -109.99848040951787, 38.531779191853246 ], [ -109.99832224558213, 38.531602109290596 ], [ -109.99823745943583, 38.531511266180544 ], [ -109.99815828423587, 38.531429482790621 ], [ -109.99793765426773, 38.531206806329166 ], [ -109.99773304499558, 38.53106987841273 ], [ -109.99744328948506, 38.530868237503633 ], [ -109.9972897275745, 38.530773200058889 ], [ -109.9972271983217, 38.530732111563175 ], [ -109.99693157233438, 38.530540332058308 ], [ -109.99660153425729, 38.530348256900545 ], [ -109.99639674219732, 38.530224842742889 ], [ -109.99627181092949, 38.530133654086498 ], [ -109.99614713039551, 38.530024443905212 ], [ -109.99599452372576, 38.529860923497019 ], [ -109.99563800572334, 38.529510912561463 ], [ -109.99554200488517, 38.529401947751374 ], [ -109.99537962140894, 38.529116683746267 ], [ -109.99520487843898, 38.528895297022466 ], [ -109.995154211493, 38.528826372727842 ], [ -109.99509224914789, 38.528744734984251 ], [ -109.99490094087766, 38.528477245585385 ], [ -109.9947216063988, 38.52817381158566 ], [ -109.99456950840052, 38.527974246581195 ], [ -109.99448504470746, 38.527860874079828 ], [ -109.99442314663737, 38.527774730642356 ], [ -109.99428819373273, 38.527579818402849 ], [ -109.99410898944375, 38.527267372788067 ], [ -109.99396413596773, 38.526959727936429 ], [ -109.99388238468589, 38.526651723973956 ], [ -109.99380615603783, 38.526359087418989 ], [ -109.99375930704949, 38.526016237355357 ], [ -109.99379072632509, 38.525737142328893 ], [ -109.99383521973408, 38.525507724399688 ], [ -109.99399352078972, 38.525261260778294 ], [ -109.9941743851863, 38.525042026088933 ], [ -109.99433741591525, 38.524867696821389 ], [ -109.99450618101139, 38.524693416562144 ], [ -109.99458766433217, 38.524608504387118 ], [ -109.99469246413767, 38.524496757015498 ], [ -109.99489021649993, 38.524300195616242 ], [ -109.99516296281236, 38.524072736259612 ], [ -109.99534275575087, 38.523930090619096 ], [ -109.99544680178485, 38.523872406758535 ], [ -109.99564323532007, 38.523770456421794 ], [ -109.99582769726511, 38.523704450200967 ], [ -109.99601870773127, 38.523579923266141 ], [ -109.99633689017578, 38.523384391933909 ], [ -109.99653999466852, 38.523214908894609 ], [ -109.996696542367, 38.523093690189967 ], [ -109.9967545057192, 38.523050029118821 ], [ -109.99693435551957, 38.522902875577238 ], [ -109.99726381497453, 38.522720955955755 ], [ -109.99751734282532, 38.522637514925236 ], [ -109.99774730524365, 38.522598930544795 ], [ -109.99805818204362, 38.522515979213352 ], [ -109.99840895325949, 38.52245139188485 ], [ -109.99873098653079, 38.522391063649735 ], [ -109.99887517253272, 38.522333719944847 ], [ -109.99900202856747, 38.522285239692387 ], [ -109.99925560286826, 38.522198190556701 ], [ -109.99957209898091, 38.522123393815207 ], [ -109.99969870473113, 38.522092934233143 ], [ -109.99987123993141, 38.522059262117118 ], [ -109.99992878904081, 38.522045334805426 ], [ -110.00017601558389, 38.522002387193993 ], [ -110.00047965661523, 38.522027509036846 ], [ -110.00066404751982, 38.521966000417727 ], [ -110.00085186821818, 38.522071238808763 ], [ -110.00176129999689, 38.522254725442373 ], [ -110.00212703207742, 38.52235246664285 ], [ -110.00254475324984, 38.522423614238676 ], [ -110.00273874816635, 38.522497360958802 ], [ -110.00366427728973, 38.522762076024371 ], [ -110.00396143026056, 38.522842105543177 ], [ -110.00432618757854, 38.523011024713242 ], [ -110.00472534454322, 38.523181136336589 ], [ -110.00518783728597, 38.523333761162483 ], [ -110.0055015795284, 38.52345898666119 ], [ -110.00665999147837, 38.523891472757086 ], [ -110.00673411447026, 38.523923642822155 ], [ -110.00687643976416, 38.524001450273417 ], [ -110.00721351223584, 38.524098932541747 ], [ -110.00748194959155, 38.524182314384781 ], [ -110.00797350164976, 38.524308139202994 ], [ -110.0083618843763, 38.524428582355405 ], [ -110.00899083668556, 38.524573590073949 ], [ -110.00947228254441, 38.52460019342108 ], [ -110.00953530773424, 38.524605232472226 ], [ -110.00997478172033, 38.524681043530308 ], [ -110.01043406482199, 38.524734490891653 ], [ -110.01058299467043, 38.524749267158704 ], [ -110.0110469285268, 38.524798245525126 ], [ -110.01133874540852, 38.524850274758535 ], [ -110.01152270325707, 38.524820286655057 ], [ -110.01170672258156, 38.52478579288637 ], [ -110.01219515045594, 38.524721424913373 ], [ -110.01235078888014, 38.524665062398135 ], [ -110.0127147527505, 38.524474378444125 ], [ -110.01289420490014, 38.52435423228831 ], [ -110.01313217711473, 38.524148967093176 ], [ -110.0132970677833, 38.523834944079347 ], [ -110.01332314577661, 38.523605363169175 ], [ -110.01332981596752, 38.52353692976498 ], [ -110.01335760388494, 38.523182099341007 ], [ -110.01335592887749, 38.522884696094835 ], [ -110.01329733424905, 38.522555271918272 ], [ -110.01327358072895, 38.522194600035078 ], [ -110.01325699919278, 38.521644740897742 ], [ -110.0131621154883, 38.521116751294961 ], [ -110.01309895713734, 38.520701676417012 ], [ -110.01309554798323, 38.520531324751232 ], [ -110.01309832897681, 38.520327681609849 ], [ -110.01309258122237, 38.519908584647446 ], [ -110.01310988333518, 38.519481571311829 ], [ -110.01311191276119, 38.518912943996121 ], [ -110.0131286730166, 38.518525577931918 ], [ -110.01315788666888, 38.518066222401679 ], [ -110.01319789249045, 38.517656522677086 ], [ -110.01316729867139, 38.517376899045622 ], [ -110.01317258893677, 38.516989436207602 ], [ -110.01323608571835, 38.516539381255718 ], [ -110.01329679225677, 38.516377680384636 ], [ -110.01339102629073, 38.516112626247732 ], [ -110.01340884479603, 38.516067717367591 ], [ -110.01351606280181, 38.515775737099524 ], [ -110.01373987487283, 38.515345055848414 ], [ -110.01397392386919, 38.515004578370437 ], [ -110.01411968103221, 38.514830075456402 ], [ -110.01456583730166, 38.514495888260903 ], [ -110.01492400931232, 38.514305148093236 ], [ -110.01509818898869, 38.51414890663402 ], [ -110.01525473522979, 38.514024057941981 ], [ -110.01560747554674, 38.513810740451724 ], [ -110.01597796872279, 38.513557017932115 ], [ -110.01634113098703, 38.513420386141483 ], [ -110.01651389562362, 38.513367766436815 ], [ -110.01676718525955, 38.513297799025501 ], [ -110.01714814315442, 38.513201867274027 ], [ -110.01756664014438, 38.51312877875101 ], [ -110.01819930807495, 38.5129944019466 ], [ -110.01892847782926, 38.512932924738664 ], [ -110.01942815366122, 38.512878533263219 ], [ -110.01995027716821, 38.512860374771684 ], [ -110.02077076525448, 38.512831191660197 ], [ -110.02158948436804, 38.512932659290314 ], [ -110.02205280237125, 38.513022141808513 ], [ -110.02299091052157, 38.5132011970748 ], [ -110.02319075854349, 38.513265947018525 ], [ -110.02378450963121, 38.513464652421078 ], [ -110.0243778991853, 38.513690387247252 ], [ -110.02473111821433, 38.513864554055296 ], [ -110.02522184223045, 38.514048876350579 ], [ -110.02612765808259, 38.514497992112055 ], [ -110.02645282006677, 38.51462686133204 ], [ -110.02667482423357, 38.514750366332031 ], [ -110.02686260452133, 38.514860068780706 ], [ -110.02733595563889, 38.515057755582184 ], [ -110.02771701246994, 38.515295227325737 ], [ -110.02853365084205, 38.515554335974088 ], [ -110.02886951615449, 38.515740962898903 ], [ -110.02904069196238, 38.515806366275186 ], [ -110.02929748651609, 38.515902218174382 ], [ -110.02977725105447, 38.516050383333926 ], [ -110.03031966240766, 38.516231507857285 ], [ -110.03083353661, 38.516402480691653 ], [ -110.0310269413628, 38.516521234846074 ], [ -110.03156695686845, 38.516881668847347 ], [ -110.03190197936749, 38.517132263993567 ], [ -110.03249090168968, 38.517695863835264 ], [ -110.03283800344542, 38.517901497051554 ], [ -110.03321414230196, 38.518080333554728 ], [ -110.03363139226055, 38.518273025863763 ], [ -110.03374989131579, 38.518332580540623 ], [ -110.03393787244482, 38.518428755612248 ], [ -110.03492751417606, 38.518621658421679 ], [ -110.03508790661854, 38.51863649796298 ], [ -110.0355804937515, 38.518685615151043 ], [ -110.03642386290016, 38.518665522914702 ], [ -110.03663037404219, 38.518662716225357 ], [ -110.03724882048469, 38.518649779127365 ], [ -110.03871586530926, 38.518395983529985 ], [ -110.03930314395672, 38.518225072932808 ], [ -110.04009185278247, 38.518001739919463 ], [ -110.04075439366983, 38.517777368055391 ], [ -110.04147559175644, 38.517454342599393 ], [ -110.04186769913079, 38.517295338962839 ], [ -110.04231219264233, 38.51707818564369 ], [ -110.04288320311184, 38.516835029351924 ], [ -110.043235161859, 38.516675692914575 ], [ -110.04373788753132, 38.516391421257822 ], [ -110.04418434799035, 38.516024680580159 ], [ -110.04445205676203, 38.515730376558643 ], [ -110.04473142290101, 38.515421748084989 ], [ -110.04496443453418, 38.51514878815469 ], [ -110.04514647697992, 38.514826748284747 ], [ -110.04537632112459, 38.514359106262205 ], [ -110.04547223659242, 38.51404447430081 ], [ -110.04557483737459, 38.513657802127241 ], [ -110.04564362580211, 38.513225795137906 ], [ -110.04570973687531, 38.512996532353235 ], [ -110.04576402207231, 38.512794208633288 ], [ -110.04581530828942, 38.512384588415202 ], [ -110.04579659362938, 38.512064516035537 ], [ -110.04577841434121, 38.511703894771365 ], [ -110.04573593058093, 38.511446711459229 ], [ -110.04571386907581, 38.511293330584699 ], [ -110.04565346192798, 38.510743116702145 ], [ -110.04555833695558, 38.510129536964854 ], [ -110.04543956347953, 38.509569835316043 ], [ -110.04527414629317, 38.509068330141446 ], [ -110.0450516892234, 38.50854382998876 ], [ -110.04482106096579, 38.508204005315427 ], [ -110.04466366596945, 38.507963907807643 ], [ -110.04432169849105, 38.507370842428777 ], [ -110.04383962241624, 38.506965880644863 ], [ -110.04316881319853, 38.50652332760739 ], [ -110.04262768156055, 38.506248549901137 ], [ -110.0418300277118, 38.505859023159495 ], [ -110.04131673852683, 38.505647550061688 ], [ -110.04043870717442, 38.505266367670323 ], [ -110.04035323988722, 38.505225114069404 ], [ -110.03978316133728, 38.504972615628702 ], [ -110.03917850530365, 38.504733348481921 ], [ -110.03804350259749, 38.504273438943386 ], [ -110.03757031120105, 38.504066784758102 ], [ -110.03695426309434, 38.503822906617792 ], [ -110.03652700632479, 38.503612120050036 ], [ -110.03604127552479, 38.50348646305391 ], [ -110.03595551257192, 38.503467733406218 ], [ -110.03530906448367, 38.503354267981187 ], [ -110.03453593955398, 38.503280307967309 ], [ -110.0338204525162, 38.503184288814836 ], [ -110.03286440104114, 38.503068255181951 ], [ -110.03221132376632, 38.503022306689196 ], [ -110.03089581821143, 38.502772614330112 ], [ -110.03000894162786, 38.502630094343004 ], [ -110.02929962679119, 38.50241694491487 ], [ -110.02839906512084, 38.502098568596743 ], [ -110.02781227774196, 38.501814332016714 ], [ -110.02727721661688, 38.501521510326604 ], [ -110.0270382938983, 38.501379842164418 ], [ -110.02662297227498, 38.501137577321401 ], [ -110.02621966609334, 38.500854857670738 ], [ -110.02573188097371, 38.500458785949412 ], [ -110.02555084395949, 38.500277043057402 ], [ -110.02527959375024, 38.499981901149489 ], [ -110.03742392212337, 38.499986823726552 ], [ -110.04884036372569, 38.499968355799425 ], [ -110.06034289240614, 38.499944058299384 ], [ -110.07006723762589, 38.499972113449928 ], [ -110.08854774294794, 38.499964198581054 ], [ -110.10650066362632, 38.499962860637694 ], [ -110.1176758749118, 38.499979998297491 ], [ -110.12568642935499, 38.499958968430995 ], [ -110.14060009286624, 38.499983744282432 ], [ -110.16352397949362, 38.500019047375353 ], [ -110.1803072343104, 38.50002056264983 ], [ -110.19874777041886, 38.500008492701042 ], [ -110.21674696512018, 38.499981555866533 ], [ -110.23526751924315, 38.499995811512484 ], [ -110.25072634261177, 38.499992095770452 ], [ -110.25366777000181, 38.500001865321359 ], [ -110.27224581270774, 38.500006132728771 ], [ -110.2820569485509, 38.499976568073073 ], [ -110.29074416310468, 38.499952898260794 ], [ -110.30896216878669, 38.499953665565826 ], [ -110.32659877958284, 38.499952763131176 ], [ -110.32705178257493, 38.499950860945766 ], [ -110.34552096603366, 38.499951889631014 ], [ -110.35849099177456, 38.49998309699626 ], [ -110.3756411029924, 38.500017202675949 ], [ -110.38223537715471, 38.499998099297322 ], [ -110.40066450929667, 38.499995626968563 ], [ -110.41916253369722, 38.499984287696222 ], [ -110.43680624482374, 38.49996682264122 ], [ -110.45522404539506, 38.499950302554851 ], [ -110.47379193404801, 38.499954090414114 ], [ -110.49221412304247, 38.499967820792087 ], [ -110.50070048722044, 38.499968258852569 ], [ -110.51041964066722, 38.499973241724412 ], [ -110.51902757791612, 38.499972859867604 ], [ -110.52886610207914, 38.499963283931692 ], [ -110.53053475137929, 38.499956466377157 ], [ -110.54200279793154, 38.49996131937305 ], [ -110.54675063715352, 38.49995275336282 ], [ -110.55347110749656, 38.499924496085157 ], [ -110.56525456459654, 38.499923768264971 ], [ -110.57640151449058, 38.499928566544774 ], [ -110.58371815940133, 38.499927764485115 ], [ -110.58785247659208, 38.499915349922837 ], [ -110.61082288532405, 38.499948869954245 ], [ -110.6256740155424, 38.49996122847633 ], [ -110.6390800708668, 38.499994295818162 ], [ -110.65650461107289, 38.500019658899546 ], [ -110.66811739342404, 38.499985550742601 ], [ -110.67498104017322, 38.499991280804068 ], [ -110.67962577446676, 38.499959017666256 ], [ -110.69108946815763, 38.499922223768813 ], [ -110.71177077924746, 38.499997475574723 ], [ -110.73026207643623, 38.499978437161957 ], [ -110.75068793230051, 38.499992155627879 ], [ -110.78637687710983, 38.499968060488797 ], [ -110.80574657326299, 38.499970245534072 ], [ -110.82322288734376, 38.499970890777526 ], [ -110.84171072904748, 38.499956781530173 ], [ -110.86012858250433, 38.499957694618146 ], [ -110.87570226168428, 38.500002294220231 ], [ -110.8793663412192, 38.500001619405893 ], [ -110.89774410815176, 38.499978551754772 ], [ -110.90904027618211, 38.499956326906812 ], [ -110.92045109597417, 38.499955620812109 ], [ -110.93470603186287, 38.499941904890235 ], [ -110.95303788149738, 38.499946183919846 ], [ -110.97146148792132, 38.499929591802683 ], [ -110.9901660500323, 38.499959692253675 ], [ -111.00070529275511, 38.500033101229221 ], [ -111.00840617214538, 38.500032801686388 ], [ -111.03508686663125, 38.500004416248046 ], [ -111.04655502502263, 38.499986901026368 ], [ -111.06396369424976, 38.499978687459702 ], [ -111.0823517149914, 38.499949177555671 ], [ -111.10126387179679, 38.499961389402266 ], [ -111.10137167236475, 38.499961296148307 ], [ -111.11979639466108, 38.499948406025055 ], [ -111.12573699803352, 38.500005264002411 ], [ -111.15676980372146, 38.49998586158592 ], [ -111.17522210230855, 38.500000263858844 ], [ -111.19359984157637, 38.50000737619326 ], [ -111.21154161261354, 38.499953814308661 ], [ -111.22997093680718, 38.499959632429245 ], [ -111.25069400001021, 38.499998217921458 ], [ -111.26689846995271, 38.499993954285308 ], [ -111.28537945191371, 38.500013466134654 ], [ -111.3038717792659, 38.500002995988304 ], [ -111.3058213404509, 38.499997921613001 ], [ -111.30573933335691, 38.505014269016172 ], [ -111.30576112669735, 38.510168226030402 ], [ -111.30575969974699, 38.51254291377797 ], [ -111.30571796948995, 38.527083998584985 ], [ -111.30567669977785, 38.541733190537023 ], [ -111.30561737833695, 38.556184128658977 ], [ -111.30548421981288, 38.570819969677444 ], [ -111.30548406182425, 38.585690639375493 ], [ -111.30700546867284, 38.585708287284916 ], [ -111.30698103793094, 38.588060474775929 ], [ -111.30702455334966, 38.592886266046371 ], [ -111.30704408816878, 38.600167872202356 ], [ -111.30700812055093, 38.614636628999335 ], [ -111.30702083533208, 38.617619541839609 ], [ -111.30704346452804, 38.621580219853847 ], [ -111.30706953184804, 38.6249992704875 ], [ -111.30705310967915, 38.672308036587886 ], [ -111.29917297988166, 38.67232845813534 ], [ -111.29914361161616, 38.714972390172214 ], [ -111.29915190658275, 38.744548927277719 ], [ -111.2986510679288, 38.750006805261997 ], [ -111.29845688392248, 38.751737550693313 ], [ -111.29862244795007, 38.758329193387183 ], [ -111.29875478000037, 38.763844015750514 ], [ -111.29882335964922, 38.80758644878923 ], [ -111.29889185299541, 38.851797155536183 ], [ -111.29891644679788, 38.865931707751187 ], [ -111.29893124750122, 38.874970235928672 ], [ -111.2986861115462, 38.894895309895333 ], [ -111.29831959256626, 38.924422331785863 ], [ -111.29813887861278, 38.939124952822965 ], [ -111.29813641124396, 38.939913458811461 ], [ -111.29816211172897, 38.968083037777312 ], [ -111.29815150081583, 38.999960737658846 ], [ -111.29814258806994, 39.011594377984821 ], [ -111.29812666635652, 39.011928738399845 ], [ -111.29810529799269, 39.017843815962593 ], [ -111.29932968594214, 39.017831669524874 ], [ -111.29932675886658, 39.028095543069249 ], [ -111.29932983739957, 39.028825449449975 ], [ -111.29933314599496, 39.032348853052511 ], [ -111.29934129321914, 39.042495526176289 ], [ -111.29938233674106, 39.046744231073241 ], [ -111.29939664621001, 39.056976470128809 ], [ -111.29944044286738, 39.071448396517276 ], [ -111.29945659886177, 39.076638815994819 ], [ -111.29949652463668, 39.086082456963766 ], [ -111.29946517043221, 39.100540987303575 ], [ -111.29941965156857, 39.104816905654637 ], [ -111.29930126186319, 39.117842840472299 ], [ -111.29977549109135, 39.117832610808591 ], [ -111.29972468171633, 39.124951544987837 ], [ -111.29964034104013, 39.132349901600698 ], [ -111.29966703236566, 39.146835201285015 ], [ -111.29970517539074, 39.161284391164742 ], [ -111.29967960313398, 39.17571568693738 ], [ -111.29964857495673, 39.190223554820996 ], [ -111.29970435873587, 39.204717646771677 ], [ -111.29964407526388, 39.219148924261034 ], [ -111.29966023762474, 39.233575463868512 ], [ -111.29968007476049, 39.248042507537789 ], [ -111.29967080237324, 39.249948346549239 ], [ -111.29968095205419, 39.294516283216694 ], [ -111.30082328572578, 39.294531359126672 ], [ -111.30126772840133, 39.308938582248203 ], [ -111.30110925690819, 39.323382471120368 ], [ -111.30102673118229, 39.337958586512642 ], [ -111.30079288245894, 39.352435036845563 ], [ -111.30066310419474, 39.366834590494214 ], [ -111.30076986190738, 39.371425296943272 ], [ -111.30085351522847, 39.374957296226732 ], [ -111.30091455570637, 39.379439985364449 ], [ -111.3008779817095, 39.393906811775288 ], [ -111.30080712701985, 39.40850434599642 ], [ -111.30079843647056, 39.422700707730314 ], [ -111.30098224909283, 39.451651465999745 ], [ -111.30118486846726, 39.463878356634801 ], [ -111.3012401029049, 39.467252687288934 ], [ -111.2847841072315, 39.467145474342345 ], [ -111.28230784858854, 39.467125381120226 ], [ -111.26638053271182, 39.467238643578447 ], [ -111.25072839890225, 39.467273442564178 ], [ -111.24744407651571, 39.467221908110801 ], [ -111.2477921382705, 39.481773293579359 ], [ -111.24761821572353, 39.499943497287475 ], [ -111.24754014079903, 39.510720289573179 ], [ -111.24754173820057, 39.517725983424924 ], [ -111.24754998500885, 39.551172985306657 ], [ -111.2471484653955, 39.551182850270145 ], [ -111.24706213347733, 39.559657389520488 ], [ -111.24700379051438, 39.566181092063779 ], [ -111.24722498187947, 39.580930730115433 ], [ -111.2471493256491, 39.595361993189719 ], [ -111.24707198998964, 39.609980640143554 ], [ -111.24772521486213, 39.624932880543781 ], [ -111.24796235546172, 39.63913991053348 ], [ -111.24760090513841, 39.704411283786811 ], [ -111.24731481322972, 39.70432719716667 ], [ -111.24678353224009, 39.704179658451082 ], [ -111.24624642109401, 39.704032129662977 ], [ -111.24555757411169, 39.703857888627063 ], [ -111.24460037748349, 39.703666188599087 ], [ -111.24392935257053, 39.703582002836875 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 8, \"properties\": { \"NAME\": \"GARFIELD COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 925, \"Color4\": \"2\", \"Shape_Leng\": 628857.25372599997, \"Shape_Area\": 13480400256.700001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.46063497451527, 38.150009338386312 ], [ -112.46016121328648, 38.150001712179012 ], [ -112.45969895133221, 38.149998447106157 ], [ -112.4589171351744, 38.149994644640849 ], [ -112.45753068980568, 38.150001947776687 ], [ -112.45518534731919, 38.149995887292093 ], [ -112.45299417462483, 38.149995082070518 ], [ -112.45089440150105, 38.149999415104922 ], [ -112.444235175949, 38.149991382086569 ], [ -112.44355659364082, 38.150014144786219 ], [ -112.44247295459203, 38.150040978541547 ], [ -112.44132556885802, 38.150018117590506 ], [ -112.44014390170689, 38.149992962237462 ], [ -112.43753602403744, 38.149984361172955 ], [ -112.4336099873565, 38.149973777513928 ], [ -112.42943908118328, 38.149988573406439 ], [ -112.42429940440988, 38.150010468895523 ], [ -112.4214965870059, 38.150012887611965 ], [ -112.41974608601933, 38.150020545844214 ], [ -112.4159335094996, 38.150035035152598 ], [ -112.41138596991317, 38.150049224119336 ], [ -112.40986241122157, 38.150048600002201 ], [ -112.40939454416657, 38.150050611285621 ], [ -112.40801441782162, 38.150031118838299 ], [ -112.40601666386169, 38.150059560622658 ], [ -112.40515505698666, 38.150060861316952 ], [ -112.40376851597303, 38.150063925745748 ], [ -112.40119432680194, 38.150027078383729 ], [ -112.3979588891782, 38.150025084113629 ], [ -112.39453535935921, 38.150034246434757 ], [ -112.39045567706845, 38.150046573743708 ], [ -112.38785373009843, 38.15005031656159 ], [ -112.38529852824108, 38.150112028542061 ], [ -112.38443121077569, 38.150113244475897 ], [ -112.38249140346653, 38.15006850644609 ], [ -112.37936303155652, 38.150055727058515 ], [ -112.37572958369581, 38.150129890673554 ], [ -112.36996556371929, 38.150089129080136 ], [ -112.36552626773305, 38.150095772485422 ], [ -112.36347214540208, 38.150101615551762 ], [ -112.36011149921022, 38.150118055793669 ], [ -112.3526022387119, 38.15012367769647 ], [ -112.34653485532921, 38.150032087833743 ], [ -112.34194520605273, 38.149930517093409 ], [ -112.33976416282847, 38.149860792820753 ], [ -112.33717195105598, 38.149773180212399 ], [ -112.33430549331106, 38.149666096379534 ], [ -112.33145192622551, 38.149639905125873 ], [ -112.32871319497013, 38.149652899662748 ], [ -112.32622556327694, 38.149667500930256 ], [ -112.32567779983327, 38.149669179548106 ], [ -112.32300198057507, 38.149690342744776 ], [ -112.31615544806965, 38.149740237343458 ], [ -112.31301750757173, 38.149766351202153 ], [ -112.30734635042624, 38.149811596905344 ], [ -112.30657029952607, 38.149811221452595 ], [ -112.30454915953008, 38.149811160328248 ], [ -112.30190746543795, 38.149826957592417 ], [ -112.29774895465833, 38.149836936561726 ], [ -112.29200200525936, 38.149792157334232 ], [ -112.28872140747225, 38.149819191137503 ], [ -112.28670678798301, 38.149800726992396 ], [ -112.28225710519696, 38.14986741977706 ], [ -112.28002600260268, 38.149869228721833 ], [ -112.2772300107234, 38.149872634153546 ], [ -112.26904153126564, 38.149870381930675 ], [ -112.26345540571866, 38.149886453265246 ], [ -112.262474037264, 38.149892501074639 ], [ -112.26177891332368, 38.149886453428863 ], [ -112.25604960710076, 38.149938858018302 ], [ -112.25198703973679, 38.149955201863939 ], [ -112.25121691347394, 38.149967915539804 ], [ -112.25110279386365, 38.149968230121019 ], [ -112.25074900919581, 38.149968393671578 ], [ -112.24870646547734, 38.149985623338878 ], [ -112.23439727059693, 38.150109861860329 ], [ -112.23291847043309, 38.15005780485113 ], [ -112.23025471891869, 38.150121788289034 ], [ -112.22555920226114, 38.150166376926187 ], [ -112.22043427599276, 38.150125119201292 ], [ -112.21285704025667, 38.150167568664436 ], [ -112.20741965078508, 38.150210078970446 ], [ -112.20338005559843, 38.150238022927802 ], [ -112.19865018054053, 38.150277381349987 ], [ -112.1954321415929, 38.150296663785667 ], [ -112.18824235761464, 38.150306543517061 ], [ -112.1844245864326, 38.150291035758421 ], [ -112.18288549328216, 38.150320066217439 ], [ -112.17956229261702, 38.150258862919031 ], [ -112.17946530106795, 38.15025983705177 ], [ -112.17647993474942, 38.150199659191735 ], [ -112.17242874540068, 38.150217642097523 ], [ -112.16924990192263, 38.150190754449476 ], [ -112.16606428379848, 38.150168354086929 ], [ -112.15840704575292, 38.150135985771371 ], [ -112.15621152835794, 38.15015311505104 ], [ -112.15567978273592, 38.150158348882513 ], [ -112.15282000853342, 38.150172937234288 ], [ -112.15104641936605, 38.150168704233515 ], [ -112.14958468152227, 38.150110022536055 ], [ -112.14577055784312, 38.14996254446411 ], [ -112.14045570817041, 38.149816006823556 ], [ -112.13607838097614, 38.149777322271405 ], [ -112.13415522974671, 38.149768873369375 ], [ -112.13131315387658, 38.149746717848082 ], [ -112.12577177688931, 38.149709844112515 ], [ -112.12351103496412, 38.149641370602268 ], [ -112.12083428106882, 38.149608367439065 ], [ -112.11489950511806, 38.149592758760392 ], [ -112.10774885854764, 38.149548670709294 ], [ -112.10512941940185, 38.149531892109259 ], [ -112.10060898441984, 38.149461688453002 ], [ -112.09768777674734, 38.149489027852916 ], [ -112.09671764123001, 38.149484572803232 ], [ -112.09245946036523, 38.149398087599145 ], [ -112.08719725279578, 38.149329758885109 ], [ -112.07863089895443, 38.149246525178143 ], [ -112.07472833018137, 38.149282302212185 ], [ -112.07034655619891, 38.149326823970597 ], [ -112.06586666414617, 38.149295468209054 ], [ -112.06184983499087, 38.14932284182936 ], [ -112.06094252307791, 38.149322029270657 ], [ -112.06094611865383, 38.147600647111531 ], [ -112.06095258650355, 38.146077509243106 ], [ -112.06094592991253, 38.145617941775349 ], [ -112.05807021911532, 38.145625859064538 ], [ -112.05730558392295, 38.145623732708536 ], [ -112.05371664695281, 38.14563345571613 ], [ -112.05311182350303, 38.145634374309282 ], [ -112.04826117738489, 38.145596656946864 ], [ -112.04278346356526, 38.145600357598795 ], [ -112.03920028474835, 38.145614091928216 ], [ -112.03684348660788, 38.145598872157095 ], [ -112.03469214282465, 38.145586301424487 ], [ -112.03037259236189, 38.145579214284396 ], [ -112.02520275782244, 38.145565874842823 ], [ -112.02391785729617, 38.145572577395811 ], [ -112.02240582150955, 38.145576737170039 ], [ -112.02205323258671, 38.145579805950632 ], [ -112.01763712074762, 38.145604633698994 ], [ -112.01272463733514, 38.145633576444368 ], [ -112.00762374476612, 38.14565491788732 ], [ -112.00603213606053, 38.145682080324647 ], [ -112.00329806468837, 38.145700961380435 ], [ -112.00074878296446, 38.145713698225691 ], [ -111.98921923509357, 38.145887976424163 ], [ -111.98636647054944, 38.145907462920491 ], [ -111.98268647778481, 38.145938310494287 ], [ -111.97398557759347, 38.146001774850561 ], [ -111.96652285161996, 38.146063424248794 ], [ -111.95825588790761, 38.146063570982591 ], [ -111.95134465157403, 38.146061174567571 ], [ -111.95128028326498, 38.150770661630879 ], [ -111.95127449003365, 38.151203302348101 ], [ -111.94974525461149, 38.151211172552358 ], [ -111.94826172389214, 38.151223160014702 ], [ -111.93507970482935, 38.151220703788503 ], [ -111.93135341018322, 38.15122417671094 ], [ -111.93102810416512, 38.151221348523855 ], [ -111.92261112457766, 38.151229190114279 ], [ -111.91446231031286, 38.151234340669703 ], [ -111.90571989659769, 38.15122998630595 ], [ -111.89673194859925, 38.151213337385371 ], [ -111.89002247591969, 38.151232830554058 ], [ -111.88465140050073, 38.151223841901142 ], [ -111.8804571690241, 38.151228322136042 ], [ -111.87575531520632, 38.151254463614329 ], [ -111.86965478455028, 38.151232201131599 ], [ -111.86460458486567, 38.151237943931612 ], [ -111.85946313662315, 38.151248643523907 ], [ -111.8536253881412, 38.15125066222555 ], [ -111.84729121801151, 38.151256874277045 ], [ -111.84330687772575, 38.151253105717032 ], [ -111.84064303126928, 38.151249671530145 ], [ -111.83397212745072, 38.151252167374281 ], [ -111.82662204017865, 38.151245547763125 ], [ -111.81934632663037, 38.151255974149315 ], [ -111.81118600728833, 38.151258544135352 ], [ -111.80267184876855, 38.151258459565618 ], [ -111.7947739897496, 38.151258095034372 ], [ -111.78430255666532, 38.151265400889052 ], [ -111.77598807878479, 38.151262048010992 ], [ -111.76793612226511, 38.151260896481226 ], [ -111.76023360823292, 38.151279462667347 ], [ -111.75461730877142, 38.151288644423424 ], [ -111.75074828437415, 38.151290908086658 ], [ -111.74612521388623, 38.151216724578951 ], [ -111.74194806313456, 38.151221556570086 ], [ -111.73681206842625, 38.151212431639429 ], [ -111.73154492764817, 38.151213812742192 ], [ -111.72599247221956, 38.151216721557873 ], [ -111.72121609346988, 38.151218209824577 ], [ -111.71594306718424, 38.151201803542065 ], [ -111.71197697609033, 38.151198875199817 ], [ -111.70781796894946, 38.151192469429176 ], [ -111.70322309012873, 38.151197539411562 ], [ -111.69925137286994, 38.151203227479023 ], [ -111.69422276977748, 38.151206020464834 ], [ -111.68889959293666, 38.15119680752931 ], [ -111.68376932750184, 38.1511907366313 ], [ -111.67853068217677, 38.151189574044416 ], [ -111.67064415592645, 38.151185301938412 ], [ -111.66222693807471, 38.151183493607633 ], [ -111.65441461951272, 38.151182219425934 ], [ -111.65006633916984, 38.151197354108568 ], [ -111.64470772065035, 38.151181827904736 ], [ -111.6406274722428, 38.151177116472368 ], [ -111.63525196665704, 38.1511882885099 ], [ -111.63523179951805, 38.150178993567295 ], [ -111.62572876398947, 38.150113743601459 ], [ -111.62414953615924, 38.150152788939693 ], [ -111.61892272201456, 38.150193966957112 ], [ -111.61228492500632, 38.150196312344256 ], [ -111.60559813797492, 38.150209350227293 ], [ -111.59640491610328, 38.150206822418781 ], [ -111.57941641865192, 38.150183707360362 ], [ -111.5696579697245, 38.15014582256336 ], [ -111.56214652766766, 38.150078368846202 ], [ -111.55623572431166, 38.150079472138579 ], [ -111.55365066113684, 38.150078167122835 ], [ -111.54575274948141, 38.150066462608315 ], [ -111.54357285998704, 38.150066657450232 ], [ -111.53586337728105, 38.150070539585478 ], [ -111.52521512171585, 38.150087093589008 ], [ -111.51577108126989, 38.150124438090977 ], [ -111.50755944145234, 38.150133172600384 ], [ -111.50073443507098, 38.15013452837654 ], [ -111.4900564296663, 38.150144416543952 ], [ -111.48193717884897, 38.150146467797526 ], [ -111.4726812079688, 38.15015253783573 ], [ -111.46499451703859, 38.150156182553495 ], [ -111.4558640652419, 38.150159529004043 ], [ -111.44906754021773, 38.150155068035204 ], [ -111.44126678553263, 38.150171114789437 ], [ -111.43399093366676, 38.150171186212766 ], [ -111.4234337739295, 38.150164656833134 ], [ -111.41741335451403, 38.150163674978572 ], [ -111.41410929523055, 38.150169962907221 ], [ -111.41411264058672, 38.153789415337613 ], [ -111.4090279480064, 38.15380723291014 ], [ -111.40261337884475, 38.153792444859675 ], [ -111.39744878451337, 38.153810035002202 ], [ -111.39229553643383, 38.153815643749262 ], [ -111.38588103322218, 38.153813460528376 ], [ -111.38170937793988, 38.153822585821644 ], [ -111.37787434895523, 38.153816961485582 ], [ -111.37573422474446, 38.153805802088065 ], [ -111.3681669779961, 38.153811740979776 ], [ -111.35906467335685, 38.153835414112208 ], [ -111.35128059970761, 38.153849940299274 ], [ -111.34165323023937, 38.153869326950073 ], [ -111.33498764956282, 38.153875008127805 ], [ -111.32482380056828, 38.153889136567336 ], [ -111.31670851300056, 38.153858125104932 ], [ -111.30914672640394, 38.153810677123083 ], [ -111.30371256488532, 38.15378790283269 ], [ -111.2982572439721, 38.153613518581402 ], [ -111.2921389428495, 38.153471174744851 ], [ -111.28554182225794, 38.153464866748976 ], [ -111.27897314855211, 38.153435589036022 ], [ -111.27233586245977, 38.153370052498673 ], [ -111.26674857970762, 38.153287340671049 ], [ -111.26178349707956, 38.153245337323455 ], [ -111.25628765467444, 38.153194369501932 ], [ -111.25078042037012, 38.153147675151743 ], [ -111.24086202318314, 38.153159420888514 ], [ -111.23421910665969, 38.153100754449142 ], [ -111.22943102573744, 38.153078660666445 ], [ -111.22074505808, 38.153009686222454 ], [ -111.21259561830324, 38.152966137450015 ], [ -111.20222614043199, 38.152885309601544 ], [ -111.19532647743665, 38.15282939149099 ], [ -111.19094812940442, 38.152791527800133 ], [ -111.18629814336447, 38.152753932058303 ], [ -111.18039718395062, 38.152695548598643 ], [ -111.1750783865419, 38.152663040297064 ], [ -111.16829290449262, 38.152609870162301 ], [ -111.15800363918139, 38.152633174918293 ], [ -111.14859889458451, 38.15264544992835 ], [ -111.14595085698646, 38.152599200641475 ], [ -111.14206434229793, 38.152495813861989 ], [ -111.13687674190687, 38.152416353549349 ], [ -111.13179201134349, 38.152413156337182 ], [ -111.12567439728068, 38.152433380356769 ], [ -111.11821011542983, 38.152535762736832 ], [ -111.11194974064556, 38.152505845870856 ], [ -111.10337241257653, 38.15246864466512 ], [ -111.09628457365811, 38.152443124502284 ], [ -111.08767304496841, 38.152427336505845 ], [ -111.08122439069243, 38.152418454005137 ], [ -111.07185956952534, 38.15239751877872 ], [ -111.06419535966289, 38.152366808325105 ], [ -111.05656541907712, 38.152365323057793 ], [ -111.04787402804128, 38.15237459478081 ], [ -111.04159088143832, 38.152371580095775 ], [ -111.03232309554383, 38.152360977179406 ], [ -111.02364311864697, 38.152381971734727 ], [ -111.01591045605824, 38.152386878803931 ], [ -111.00846313007007, 38.152387651514672 ], [ -111.00070763892202, 38.152414992281678 ], [ -110.99350570359705, 38.152384171809508 ], [ -110.98765056414867, 38.152387307196655 ], [ -110.98056276535434, 38.152382743053138 ], [ -110.97233361596076, 38.152375685368568 ], [ -110.9681422357377, 38.152356417728257 ], [ -110.96401888221615, 38.152337381884848 ], [ -110.95696533197692, 38.152330502984249 ], [ -110.94879326876627, 38.152309199189652 ], [ -110.94019891133883, 38.152287112570271 ], [ -110.93137060438139, 38.152241728966828 ], [ -110.92137808065679, 38.152244477926999 ], [ -110.91094045355528, 38.152228014791902 ], [ -110.90285965747165, 38.152257660276042 ], [ -110.88906643154151, 38.152263468148746 ], [ -110.88168757050563, 38.152283305206787 ], [ -110.87574674486196, 38.15234025941195 ], [ -110.86267845272899, 38.152244593816704 ], [ -110.85870664332312, 38.152199326096955 ], [ -110.84426304698546, 38.15211797443034 ], [ -110.84094175517288, 38.152104511030672 ], [ -110.82589312289015, 38.152092180765187 ], [ -110.82235613484858, 38.152073365560859 ], [ -110.80754605039144, 38.152063551490571 ], [ -110.80420652272987, 38.152044513117637 ], [ -110.78922761650433, 38.152005069740753 ], [ -110.78570089283065, 38.151994181791835 ], [ -110.76844269811612, 38.151970438638109 ], [ -110.75074231906716, 38.151758462840419 ], [ -110.73146476178201, 38.151846654292491 ], [ -110.71314057762763, 38.151834874897538 ], [ -110.69479897915532, 38.151896798842166 ], [ -110.68271782820619, 38.151909848333624 ], [ -110.66972360044861, 38.151923597476809 ], [ -110.65800772596948, 38.151926119189937 ], [ -110.639717638985, 38.151948047110558 ], [ -110.62569049259226, 38.151962764267431 ], [ -110.62054899948572, 38.15191562361958 ], [ -110.60776608622237, 38.151899767697387 ], [ -110.60218492014656, 38.151903528500512 ], [ -110.59441788500634, 38.151944559423725 ], [ -110.58544158599973, 38.151886182347965 ], [ -110.56710718689276, 38.151878621176358 ], [ -110.5653996773257, 38.151890340692297 ], [ -110.54871926158512, 38.151854473337401 ], [ -110.53035534540379, 38.151827542649158 ], [ -110.52784461917264, 38.151794945024534 ], [ -110.51879381555959, 38.151798769240699 ], [ -110.51032493178113, 38.151826854966465 ], [ -110.50064660715694, 38.151799625039082 ], [ -110.48706480897837, 38.151790665663199 ], [ -110.47565745769572, 38.15175381281648 ], [ -110.43909004474975, 38.151647059439306 ], [ -110.42999360998512, 38.151653736214776 ], [ -110.42077696298179, 38.151707783453965 ], [ -110.40714940299327, 38.151720900503918 ], [ -110.400261704142, 38.151694944684394 ], [ -110.3827876953914, 38.151730593626745 ], [ -110.37566579379887, 38.151733508217546 ], [ -110.36155899902313, 38.151734280263355 ], [ -110.35012866331189, 38.151730172421431 ], [ -110.34520393052325, 38.15172084503196 ], [ -110.32689163524638, 38.151693931563564 ], [ -110.31149666554008, 38.151658769177118 ], [ -110.29304081204906, 38.15161221689538 ], [ -110.2902331113054, 38.151617814393298 ], [ -110.28549090123745, 38.151620604571242 ], [ -110.28165037035274, 38.151619709080464 ], [ -110.27189759061828, 38.151640766410111 ], [ -110.27024264581028, 38.151644014040414 ], [ -110.25717469397536, 38.1516296847322 ], [ -110.25061171381736, 38.151669105228081 ], [ -110.2448882894205, 38.151641459793311 ], [ -110.23814842087702, 38.15167904631501 ], [ -110.23143741398526, 38.151684891189326 ], [ -110.2239501805162, 38.151703251072739 ], [ -110.21509298660924, 38.151757048450207 ], [ -110.20626495712541, 38.151751793820679 ], [ -110.20221262814698, 38.151749121882787 ], [ -110.19743123453735, 38.15174583661755 ], [ -110.18770161162914, 38.151737528270942 ], [ -110.17724697368513, 38.151754880640539 ], [ -110.16948588879448, 38.151767849052071 ], [ -110.15993885246246, 38.151763037563661 ], [ -110.15030053460679, 38.151756789511126 ], [ -110.14324724256255, 38.151755117381995 ], [ -110.13669619882694, 38.151747702051111 ], [ -110.12726920659601, 38.151727598114746 ], [ -110.12568841652701, 38.151733865682225 ], [ -110.12064405987887, 38.151714230369713 ], [ -110.11514252026232, 38.151749515447257 ], [ -110.10800357111431, 38.151754093340706 ], [ -110.10016860733124, 38.151743894240745 ], [ -110.09120359000534, 38.151746964441017 ], [ -110.08419036968277, 38.151737548756671 ], [ -110.07618979977683, 38.151737976777966 ], [ -110.06827477304057, 38.151743044517325 ], [ -110.05900726265124, 38.151751169959425 ], [ -110.04985282479306, 38.151753170088227 ], [ -110.04131750057162, 38.151715351240014 ], [ -110.03296370534343, 38.151673900636752 ], [ -110.02617310311985, 38.151662852511656 ], [ -110.01973056945219, 38.151654317389415 ], [ -110.01302563632292, 38.151638717747311 ], [ -110.00764579483501, 38.151620420652932 ], [ -110.00068874633716, 38.151597479826499 ], [ -109.99790300742256, 38.151668372967997 ], [ -109.99440485225249, 38.151673620780535 ], [ -109.9892292255054, 38.151661635621302 ], [ -109.98294600360524, 38.151688502415404 ], [ -109.97655462641968, 38.151696065835438 ], [ -109.9707167804746, 38.151703627663608 ], [ -109.96398877520967, 38.151707556305993 ], [ -109.95829909908363, 38.151729326118726 ], [ -109.952187457802, 38.151729031602152 ], [ -109.94565904524717, 38.151742702724242 ], [ -109.93837754741497, 38.151744699561739 ], [ -109.93016025653878, 38.151742230069921 ], [ -109.9279632272947, 38.151744726409042 ], [ -109.92786101925306, 38.151320215778071 ], [ -109.92775622641661, 38.151072322326513 ], [ -109.92765317596931, 38.150705482449219 ], [ -109.92756696621137, 38.150357722058139 ], [ -109.9274804405199, 38.150031588203078 ], [ -109.92743224440785, 38.149815754286394 ], [ -109.92731266133539, 38.149409108981246 ], [ -109.92722559663653, 38.149119920377487 ], [ -109.92722398286006, 38.14884052455632 ], [ -109.92722814052718, 38.148556675293378 ], [ -109.92722712064482, 38.14823672954811 ], [ -109.92726046519327, 38.147908085377821 ], [ -109.92734070621091, 38.147494252698486 ], [ -109.92743653161982, 38.147185104885239 ], [ -109.92756668053846, 38.146869961786315 ], [ -109.92774239161558, 38.146560641875745 ], [ -109.92787208313713, 38.146354543014048 ], [ -109.92800021715931, 38.146098862144534 ], [ -109.92806050079795, 38.145878611065875 ], [ -109.92805265088711, 38.145635207366261 ], [ -109.9280860763748, 38.145378661922777 ], [ -109.9281505936238, 38.145180980153569 ], [ -109.9282853729858, 38.144938878001398 ], [ -109.92838578863163, 38.144705474447917 ], [ -109.9285095514532, 38.144436234592312 ], [ -109.92859350928471, 38.144157619183346 ], [ -109.92865418478333, 38.143910334380415 ], [ -109.9286762629648, 38.143649179021203 ], [ -109.92865750728109, 38.143293022006191 ], [ -109.9286743864746, 38.142919165410618 ], [ -109.92869082508614, 38.142653452411011 ], [ -109.9286998695794, 38.14234711658667 ], [ -109.92872611564211, 38.142113036075756 ], [ -109.92880607775047, 38.141717223981836 ], [ -109.92888623657051, 38.141307895138432 ], [ -109.92893549873196, 38.141060505970039 ], [ -109.92900147992697, 38.140840306142003 ], [ -109.92914798715003, 38.140575778937887 ], [ -109.92927678618609, 38.140351645486739 ], [ -109.9295033562009, 38.140074329180422 ], [ -109.92975759277462, 38.139855844519616 ], [ -109.93006973093595, 38.13957930674394 ], [ -109.93037624092277, 38.13929730947271 ], [ -109.93053924911689, 38.139074387313258 ], [ -109.93077754852706, 38.138774644462394 ], [ -109.93097454578739, 38.138568253231035 ], [ -109.93123545010029, 38.138283134841927 ], [ -109.9314310935282, 38.138091150193347 ], [ -109.93161594197977, 38.137935116265538 ], [ -109.93190605891907, 38.137680903908745 ], [ -109.93227542264719, 38.137391361969236 ], [ -109.93255259121743, 38.137164067203408 ], [ -109.93292846717944, 38.136897113125627 ], [ -109.93330200611575, 38.136633741519582 ], [ -109.93369350835404, 38.136390358870464 ], [ -109.93401571489215, 38.136204024847643 ], [ -109.9343656559867, 38.13607201545301 ], [ -109.93481204824765, 38.135976928999568 ], [ -109.93526394746667, 38.13589540923774 ], [ -109.93569211156405, 38.135876758892984 ], [ -109.93611515975036, 38.135817505213979 ], [ -109.93646949191104, 38.135775652472105 ], [ -109.9368234183729, 38.135761733176061 ], [ -109.93720602398278, 38.135737257529193 ], [ -109.93748613163901, 38.135699236246339 ], [ -109.93769247273474, 38.135633510202439 ], [ -109.93789323961248, 38.13555872106857 ], [ -109.93822612279033, 38.135422039691456 ], [ -109.93855913527483, 38.135276346207782 ], [ -109.93894302970028, 38.135162654544281 ], [ -109.93928115705539, 38.13505756064599 ], [ -109.93951005168097, 38.135010059694849 ], [ -109.93987001747075, 38.134972753677673 ], [ -109.9402063832474, 38.134989307559159 ], [ -109.94045128284593, 38.135018553919849 ], [ -109.94079297569345, 38.135061289913047 ], [ -109.94111726916375, 38.135123695172382 ], [ -109.94139509445473, 38.1352433596197 ], [ -109.94171311218525, 38.135345360901113 ], [ -109.94202653225611, 38.135370715163269 ], [ -109.94228368835945, 38.135341488003924 ], [ -109.94272345198323, 38.135309397957052 ], [ -109.94312840364701, 38.135317548494513 ], [ -109.94345958721759, 38.135297997142203 ], [ -109.94363694511046, 38.135263543041056 ], [ -109.94394615466166, 38.135185212576332 ], [ -109.94416973195382, 38.135110617744637 ], [ -109.94443408364407, 38.134977808799626 ], [ -109.94473881956884, 38.134813818930773 ], [ -109.9450259868327, 38.134681213608808 ], [ -109.94533564644821, 38.134571340353254 ], [ -109.94580502831971, 38.134462899881768 ], [ -109.94613704986236, 38.134384768339423 ], [ -109.94657349852604, 38.134185906010799 ], [ -109.94704397680732, 38.134000865592455 ], [ -109.94737139090586, 38.133846084431738 ], [ -109.94778430407902, 38.133696574446397 ], [ -109.94815754395691, 38.133528683073273 ], [ -109.94850725371832, 38.133410147683897 ], [ -109.94894272094234, 38.1332788601486 ], [ -109.94935607999642, 38.133097805414209 ], [ -109.94984436755298, 38.132863345129579 ], [ -109.95022907165666, 38.132691043426377 ], [ -109.95060070845071, 38.132554673040225 ], [ -109.95077964897759, 38.132488679049523 ], [ -109.95126209481906, 38.132263172951347 ], [ -109.95153167663202, 38.132161937703373 ], [ -109.95203084411675, 38.131963614672259 ], [ -109.95238572929475, 38.131881163141628 ], [ -109.95270486129886, 38.131825428771769 ], [ -109.95304448137252, 38.131693271284732 ], [ -109.95344178553606, 38.131516565082386 ], [ -109.95389314038646, 38.131389906756439 ], [ -109.95431044522272, 38.131330536101842 ], [ -109.95449310725279, 38.131323149731635 ], [ -109.95473371063309, 38.131253192324429 ], [ -109.95489432681181, 38.131191535116216 ], [ -109.95512474160407, 38.131035869030299 ], [ -109.95530401086089, 38.130866229107028 ], [ -109.95564530613437, 38.130535807445391 ], [ -109.95585725695173, 38.130474605297437 ], [ -109.95613861926795, 38.130346427065504 ], [ -109.95638671845794, 38.130150360070218 ], [ -109.95665853056792, 38.129891416769986 ], [ -109.95701692729762, 38.129561142905814 ], [ -109.95728911958609, 38.129275164442454 ], [ -109.9574992066717, 38.128943572439411 ], [ -109.95765763575793, 38.128634052512439 ], [ -109.95783291904968, 38.128342706571125 ], [ -109.95792168120481, 38.128118185413875 ], [ -109.95803838588799, 38.127934467595232 ], [ -109.95814329791051, 38.127777682096614 ], [ -109.95830146552439, 38.1274861835861 ], [ -109.95840201704415, 38.127234729527032 ], [ -109.95856069455357, 38.126907185760302 ], [ -109.95868944338017, 38.126678512278417 ], [ -109.95886888561142, 38.126495349696171 ], [ -109.95905447862896, 38.12628069811398 ], [ -109.95920109298696, 38.126079219394384 ], [ -109.95923628599168, 38.125930827444137 ], [ -109.95926095621402, 38.125800366949811 ], [ -109.95931388916823, 38.125688181537015 ], [ -109.95932189574006, 38.125526030169524 ], [ -109.9592663937522, 38.125417390252586 ], [ -109.95924530610759, 38.125295536692654 ], [ -109.95924716127355, 38.125164874047066 ], [ -109.95927125546372, 38.125074964007432 ], [ -109.95925529584926, 38.124993711453861 ], [ -109.95916576420279, 38.124871251458671 ], [ -109.95919056209712, 38.124731779735079 ], [ -109.95925611707833, 38.12453408881936 ], [ -109.95934469091951, 38.12432218201959 ], [ -109.95946182070115, 38.124107824385746 ], [ -109.95955031666824, 38.123901324131587 ], [ -109.95965541134332, 38.123731020215736 ], [ -109.95975455898937, 38.123577787006717 ], [ -109.9598143310719, 38.123385451930005 ], [ -109.95988456380013, 38.12325990085516 ], [ -109.96000176694983, 38.123040135863967 ], [ -109.9601230111938, 38.122937567125959 ], [ -109.96026200469284, 38.122790093584825 ], [ -109.96035600855321, 38.122597159939907 ], [ -109.9604731964169, 38.122378295540663 ], [ -109.96060745564621, 38.122162285767878 ], [ -109.96075317207476, 38.121942772246207 ], [ -109.96089235397729, 38.12178178104886 ], [ -109.96098609941194, 38.121606869279269 ], [ -109.9610626064506, 38.121440817328619 ], [ -109.96114608490697, 38.121265814614745 ], [ -109.96129033803712, 38.121068818329952 ], [ -109.96148725285948, 38.12085876888154 ], [ -109.96163802921215, 38.120684360711714 ], [ -109.96181174581808, 38.120501142719192 ], [ -109.96197309800836, 38.120385407902376 ], [ -109.9620994643286, 38.120323437917669 ], [ -109.96227760676862, 38.120230381917324 ], [ -109.96245606757138, 38.120114797553931 ], [ -109.96254308367564, 38.120011923910994 ], [ -109.9625961347628, 38.119890725542845 ], [ -109.96258080998714, 38.119764417159274 ], [ -109.96260072495211, 38.119566321083397 ], [ -109.96270593364665, 38.119387002886981 ], [ -109.96283363610608, 38.11923041408815 ], [ -109.96298369210959, 38.119106466975744 ], [ -109.96314030464708, 38.118922194706911 ], [ -109.96319488305376, 38.11869286116297 ], [ -109.96328368021939, 38.118463829565954 ], [ -109.96332678776366, 38.118238900890965 ], [ -109.96339764638874, 38.118068291251006 ], [ -109.96348447347464, 38.117897822455205 ], [ -109.96354474730467, 38.117749650232653 ], [ -109.96352397289688, 38.117605269111181 ], [ -109.96348038613058, 38.117460686707886 ], [ -109.96342000872177, 38.117293425219096 ], [ -109.96341248803881, 38.117018481715647 ], [ -109.96340420303252, 38.116797605650845 ], [ -109.96342379631126, 38.116622037398436 ], [ -109.96346062595941, 38.116437608853026 ], [ -109.96345150009593, 38.11627620697125 ], [ -109.96343707889477, 38.116085918787512 ], [ -109.96341041102291, 38.115955004160107 ], [ -109.96341531542727, 38.115608071290048 ], [ -109.96344271304382, 38.115283867787248 ], [ -109.96353790851292, 38.115005324268608 ], [ -109.96361567615435, 38.114749157834865 ], [ -109.96372074785977, 38.114578849695341 ], [ -109.9638428003573, 38.114417703593475 ], [ -109.96398804568211, 38.114229724778106 ], [ -109.96416168991567, 38.114050107306511 ], [ -109.96439778446754, 38.113890867306161 ], [ -109.96466246843427, 38.113726471355676 ], [ -109.96493253605155, 38.113584653159791 ], [ -109.9651564715908, 38.113478477471801 ], [ -109.96539757843583, 38.11336794638634 ], [ -109.96563862101044, 38.113261920420307 ], [ -109.96598161407458, 38.113206359372725 ], [ -109.96626206661682, 38.113136728472206 ], [ -109.96654258213538, 38.113062591265432 ], [ -109.9669150395612, 38.112939693863829 ], [ -109.9672698164496, 38.112857195535909 ], [ -109.96771173102934, 38.112743017275029 ], [ -109.96803677577155, 38.112665662788608 ], [ -109.96834611838885, 38.112569243523865 ], [ -109.96856389968413, 38.112494550548973 ], [ -109.96879352948248, 38.112388417852117 ], [ -109.96897202421403, 38.11226831738427 ], [ -109.9691619237737, 38.112148316710687 ], [ -109.96933458798226, 38.112037176898042 ], [ -109.96957017116773, 38.111913070134335 ], [ -109.96973687834559, 38.111819902225996 ], [ -109.96992544653497, 38.111794518587537 ], [ -109.97018751673048, 38.111814840850798 ], [ -109.97043849798217, 38.11181253440725 ], [ -109.97069600399395, 38.111751704133923 ], [ -109.97103886004278, 38.111705139421126 ], [ -109.97125556168309, 38.111707037179379 ], [ -109.97144907349804, 38.11173576865226 ], [ -109.97180194467674, 38.111788425560142 ], [ -109.97205913755201, 38.111831231911921 ], [ -109.97233091781379, 38.111891288825177 ], [ -109.97267148879185, 38.112007823424761 ], [ -109.97284800748514, 38.112028292859378 ], [ -109.97300870531667, 38.111956697458389 ], [ -109.97327279563255, 38.111832832425712 ], [ -109.97360423973934, 38.111705049060802 ], [ -109.97386916609793, 38.111602819689367 ], [ -109.97416688987833, 38.111520703336275 ], [ -109.97453736765368, 38.111456344810563 ], [ -109.9748586759931, 38.111400568458869 ], [ -109.97507688820043, 38.111294323759964 ], [ -109.9753408468174, 38.11117946526462 ], [ -109.97553593245713, 38.111095548952314 ], [ -109.97587934892985, 38.111008419233904 ], [ -109.9761599099582, 38.110929753137114 ], [ -109.97640099226523, 38.110819199064444 ], [ -109.97659613863635, 38.110730775311374 ], [ -109.97673450997519, 38.110623831975147 ], [ -109.97688942300465, 38.110557588255823 ], [ -109.97712366931637, 38.110528084610159 ], [ -109.97739205847006, 38.110422272416756 ], [ -109.97772590842698, 38.110284584633156 ], [ -109.97808741824693, 38.110126407999488 ], [ -109.97828274908687, 38.110024464438105 ], [ -109.97854149768895, 38.109873503817475 ], [ -109.97869741139586, 38.109735167294048 ], [ -109.97887664899369, 38.109560082492152 ], [ -109.97905040901026, 38.109368727509214 ], [ -109.97924648897873, 38.109212714496458 ], [ -109.97947659494004, 38.10907051529724 ], [ -109.97962592514629, 38.108995207036919 ], [ -109.97972368208315, 38.10893747549769 ], [ -109.97996005267953, 38.108754773987677 ], [ -109.98012742887873, 38.108612028837179 ], [ -109.98039293594049, 38.108384517408879 ], [ -109.98064045745288, 38.108219936047348 ], [ -109.98083640576077, 38.108072931563662 ], [ -109.98110084465598, 38.107922014550908 ], [ -109.98147312729778, 38.10780808147539 ], [ -109.98179495050358, 38.107631524409769 ], [ -109.98200970291821, 38.107362112360157 ], [ -109.98217104192371, 38.107160731360949 ], [ -109.98230571174658, 38.106990662496486 ], [ -109.98240515159951, 38.106811275944906 ], [ -109.98253291496573, 38.106645653181836 ], [ -109.9827448841732, 38.106494277977383 ], [ -109.98290818775735, 38.10631544391201 ], [ -109.98304772843261, 38.106122885334031 ], [ -109.98326791169994, 38.10587244390603 ], [ -109.98339642077399, 38.105652752235692 ], [ -109.98352353888545, 38.105451073171288 ], [ -109.98358513513207, 38.105203765156517 ], [ -109.98360550050458, 38.104968717775741 ], [ -109.98367033436313, 38.1048169691148 ], [ -109.98378644984599, 38.104668367696014 ], [ -109.98397779098443, 38.104441107606142 ], [ -109.98416263018429, 38.104271470324505 ], [ -109.98432484724631, 38.104088118584144 ], [ -109.98439564288752, 38.103917494987662 ], [ -109.98436936560371, 38.10375594589204 ], [ -109.98430363558664, 38.103560709850832 ], [ -109.98432323703622, 38.103380631303132 ], [ -109.98438219124563, 38.103241448726244 ], [ -109.98447529503279, 38.103107067488033 ], [ -109.9846032342232, 38.102927925229089 ], [ -109.98462841201474, 38.102756907199911 ], [ -109.98458497871312, 38.102598814817476 ], [ -109.98457055439351, 38.10240492352343 ], [ -109.98463013090763, 38.102220684161402 ], [ -109.98474691364167, 38.102023420490191 ], [ -109.98480549181429, 38.101911271617631 ], [ -109.98493442549193, 38.101660038315934 ], [ -109.98507440651341, 38.101517049127267 ], [ -109.98522314855751, 38.101400271404103 ], [ -109.98540709230217, 38.101294612355105 ], [ -109.98564844057785, 38.101161510161639 ], [ -109.985895614413, 38.101019445341251 ], [ -109.9862060680925, 38.100837370194995 ], [ -109.98653940229849, 38.100650084131921 ], [ -109.98687202552696, 38.100514161691706 ], [ -109.98716859548973, 38.100511311130845 ], [ -109.98755624555932, 38.100520059577207 ], [ -109.98790380886636, 38.100541078813663 ], [ -109.98830706402728, 38.100576095184636 ], [ -109.98879248825284, 38.100607311181157 ], [ -109.98916292186959, 38.100624017321827 ], [ -109.98959613805347, 38.100636756012939 ], [ -109.98987546654382, 38.100643663997459 ], [ -109.99025216061548, 38.100619864691232 ], [ -109.99054909062308, 38.100590872706867 ], [ -109.99089801868557, 38.1005127583201 ], [ -109.99122458473427, 38.100402006227249 ], [ -109.9915510631111, 38.100297561153248 ], [ -109.99180888350239, 38.100209649628042 ], [ -109.99212328813698, 38.100153766363533 ], [ -109.99231702605516, 38.100164440507442 ], [ -109.99247605815252, 38.100210866374091 ], [ -109.99263447181761, 38.100302348774967 ], [ -109.9928154458037, 38.100412049176434 ], [ -109.99300893716489, 38.100440744889866 ], [ -109.99328894547597, 38.100398082323913 ], [ -109.99354001165625, 38.100386714610941 ], [ -109.99380836864896, 38.100361975819553 ], [ -109.99400799459697, 38.100359178985173 ], [ -109.99413312607251, 38.100382781324463 ], [ -109.99429123340791, 38.100496789906629 ], [ -109.99446589102752, 38.100651495766414 ], [ -109.99464005544765, 38.100842246789306 ], [ -109.99480851888113, 38.101032948779597 ], [ -109.99503326158349, 38.101278206379234 ], [ -109.99521300745458, 38.101478016699112 ], [ -109.99542189328591, 38.101632112604122 ], [ -109.99566407334066, 38.101770270405076 ], [ -109.99597697091309, 38.101908130796197 ], [ -109.99607334927926, 38.101949510190757 ], [ -109.99658307476625, 38.102206211945969 ], [ -109.99694584547861, 38.102367026708684 ], [ -109.99732510801384, 38.102573043146414 ], [ -109.99769309175555, 38.102769949737301 ], [ -109.99794734434667, 38.102943354234398 ], [ -109.99816787805578, 38.103080421034328 ], [ -109.99837700846649, 38.103217390208563 ], [ -109.99859275200384, 38.103287723545492 ], [ -109.99886070006555, 38.10329361197946 ], [ -109.99916161892024, 38.103390806004924 ], [ -109.999433290716, 38.103541824655515 ], [ -109.99963610832108, 38.103723799885685 ], [ -109.99982120626792, 38.103950685970922 ], [ -110.0000060596717, 38.104195594499316 ], [ -110.00011108404196, 38.104439823386819 ], [ -110.00018233816644, 38.104651320130884 ], [ -110.00017204426909, 38.104904481210902 ], [ -110.0002036519201, 38.105179628631987 ], [ -110.00027372798833, 38.105477634388109 ], [ -110.00033344392196, 38.105698946480317 ], [ -110.00043332172771, 38.105902575414952 ], [ -110.0006912683082, 38.106224710115733 ], [ -110.00131735324725, 38.106734728420179 ], [ -110.00251865633956, 38.107722779755484 ], [ -110.0035922008058, 38.108461894220902 ], [ -110.00429459861772, 38.108814826776701 ], [ -110.00495769675165, 38.1091223602822 ], [ -110.00550826444596, 38.109317183743599 ], [ -110.00613335921845, 38.109483795418377 ], [ -110.00665701876021, 38.109560323369955 ], [ -110.00703253443945, 38.109626584595745 ], [ -110.00757833572199, 38.109752863817121 ], [ -110.00810218163342, 38.109815868305404 ], [ -110.00849003106993, 38.109813734723531 ], [ -110.00921467442397, 38.109789205869326 ], [ -110.00954128867144, 38.109760416407035 ], [ -110.01008875239128, 38.109679412629269 ], [ -110.01058682241205, 38.109539409677858 ], [ -110.01118292759227, 38.109319118070488 ], [ -110.01160170393889, 38.109137887542843 ], [ -110.01188343535384, 38.10896902158926 ], [ -110.01222226350245, 38.108795227560506 ], [ -110.01269810793495, 38.108610867903217 ], [ -110.01304808288189, 38.108456091198462 ], [ -110.01331282216314, 38.108278066610069 ], [ -110.01356014977695, 38.108122426254418 ], [ -110.01386170616654, 38.107750942643307 ], [ -110.01417381651196, 38.107442633672484 ], [ -110.01448404757329, 38.107274000500254 ], [ -110.01479943495282, 38.107145965600537 ], [ -110.01512670999767, 38.106981979836895 ], [ -110.01552351265904, 38.106736562782103 ], [ -110.01584051607959, 38.106487772218628 ], [ -110.01592701844315, 38.106416397451738 ], [ -110.01630123569872, 38.106153664949936 ], [ -110.01669225519286, 38.105913602898703 ], [ -110.01695794260804, 38.10566347851411 ], [ -110.01711547833813, 38.105398028927169 ], [ -110.01713043265434, 38.10513318891347 ], [ -110.01716875111487, 38.104827087203319 ], [ -110.01733852153987, 38.104499553912525 ], [ -110.01756434666258, 38.104244588445994 ], [ -110.01786891459682, 38.104071392567057 ], [ -110.01827090003441, 38.103862960233457 ], [ -110.01855841861163, 38.103685113866668 ], [ -110.01871921143935, 38.103601740131545 ], [ -110.01914486786505, 38.103328613013197 ], [ -110.01945560014073, 38.103120315963217 ], [ -110.01973825375285, 38.102879339086257 ], [ -110.01994689917017, 38.102628731778587 ], [ -110.02009264021615, 38.102391118107427 ], [ -110.02021137457473, 38.102040623712796 ], [ -110.02039246859582, 38.101717686391716 ], [ -110.0205832807149, 38.101521003750442 ], [ -110.02077949307163, 38.101346896861955 ], [ -110.02104478914596, 38.101123796904481 ], [ -110.02149387919636, 38.100802189171326 ], [ -110.02178736823274, 38.100602754599066 ], [ -110.02208080763283, 38.100406923837141 ], [ -110.02224910454304, 38.100187519933847 ], [ -110.02240065509353, 38.099940939151963 ], [ -110.02247111834041, 38.099788314088435 ], [ -110.02256985032307, 38.099653949005116 ], [ -110.02269090907838, 38.099555819269703 ], [ -110.02282347915047, 38.099449673954339 ], [ -110.02304832160821, 38.099265887587144 ], [ -110.0232093396074, 38.099164484574935 ], [ -110.02354305365679, 38.098941046332527 ], [ -110.02375671704294, 38.098740042049641 ], [ -110.02397007957539, 38.098561565949488 ], [ -110.02427526794688, 38.098338789860215 ], [ -110.02460860365169, 38.098143283928032 ], [ -110.0249240541027, 38.098006209438161 ], [ -110.02530347892127, 38.097775034233877 ], [ -110.02574693586136, 38.097445251934445 ], [ -110.02602930764178, 38.097222282005454 ], [ -110.02627212505826, 38.096971946283425 ], [ -110.02657422821189, 38.096550864890361 ], [ -110.02685316309527, 38.096156628109028 ], [ -110.02714391616121, 38.095730944935994 ], [ -110.02735376986035, 38.09538570331727 ], [ -110.02760478571061, 38.09494617131363 ], [ -110.02771705371559, 38.094649689784433 ], [ -110.0278935286124, 38.094241083810964 ], [ -110.02798964500273, 38.093872368806529 ], [ -110.0281073658833, 38.093508338616047 ], [ -110.02824957480294, 38.093189573019579 ], [ -110.02847063949177, 38.092857940576451 ], [ -110.02871403024305, 38.092562542020183 ], [ -110.02893965943511, 38.092316564605575 ], [ -110.02917086915058, 38.092079645293055 ], [ -110.02937945120458, 38.091829019928539 ], [ -110.02957728474205, 38.091528736947616 ], [ -110.02973983734034, 38.0913092743249 ], [ -110.02980445643597, 38.091165608712224 ], [ -110.03000240550097, 38.09085631346904 ], [ -110.03018176104044, 38.09065952002473 ], [ -110.0303845272727, 38.090416955981759 ], [ -110.03054159999535, 38.090180323310371 ], [ -110.03073199758181, 38.090010657438832 ], [ -110.03097416800352, 38.089806269652314 ], [ -110.03113060703544, 38.089617396919003 ], [ -110.03122568966194, 38.089325276184667 ], [ -110.03127510390101, 38.089037285100709 ], [ -110.03139250298669, 38.088695779679874 ], [ -110.03150541024193, 38.088435349175555 ], [ -110.03164508681999, 38.088220201419169 ], [ -110.03182544174223, 38.087946807697712 ], [ -110.03195408228409, 38.087790149572974 ], [ -110.03208115488302, 38.087579403655717 ], [ -110.03227219551314, 38.087360171953108 ], [ -110.03253235809552, 38.087087434302155 ], [ -110.03266644694136, 38.086863226793142 ], [ -110.0327958433876, 38.086562374612477 ], [ -110.03295326790969, 38.086297802759262 ], [ -110.03313901718036, 38.086046982421422 ], [ -110.03327850630421, 38.085845349734178 ], [ -110.03337232925969, 38.085647847463505 ], [ -110.03353010561314, 38.085356240292654 ], [ -110.03368633861545, 38.085181782173628 ], [ -110.03388420895993, 38.084962603866629 ], [ -110.03413656760259, 38.084761898003258 ], [ -110.0343672030307, 38.084565519309024 ], [ -110.03458032046082, 38.084400539845554 ], [ -110.03477027887612, 38.084262407147349 ], [ -110.03492532193192, 38.084178062166735 ], [ -110.03501160158771, 38.084120189710752 ], [ -110.03506332193686, 38.08408907080139 ], [ -110.03519003877395, 38.08399097417076 ], [ -110.03540886859156, 38.083911658465574 ], [ -110.03569394351649, 38.083823873513239 ], [ -110.03603164091351, 38.083723000850291 ], [ -110.03650739376563, 38.083528628348539 ], [ -110.03682240459118, 38.083418554919774 ], [ -110.03724043860011, 38.083277781107995 ], [ -110.03753905440733, 38.083113496628897 ], [ -110.03779770594038, 38.082953390389662 ], [ -110.03816073708244, 38.082658950966987 ], [ -110.03843762029149, 38.082412472834754 ], [ -110.03871489100987, 38.082136256058014 ], [ -110.03900992159681, 38.081809714018092 ], [ -110.03931165226973, 38.081406619995342 ], [ -110.03942835272645, 38.081114668723977 ], [ -110.03953793564341, 38.080669447156701 ], [ -110.03962007819491, 38.080404250611267 ], [ -110.03983114515874, 38.080045476500295 ], [ -110.04002903312835, 38.079735261669626 ], [ -110.04024376112088, 38.079445011453537 ], [ -110.0404807703092, 38.079194597629808 ], [ -110.04066013958114, 38.078992380141223 ], [ -110.04096036634105, 38.078702826483976 ], [ -110.0412080650711, 38.078506573218391 ], [ -110.04144406797181, 38.078332755205608 ], [ -110.04170971074785, 38.078159178407631 ], [ -110.04199023151992, 38.077981216046332 ], [ -110.04223203683895, 38.077799332490002 ], [ -110.0424348447837, 38.077547734602888 ], [ -110.04260913895222, 38.077296805305899 ], [ -110.04270868439907, 38.077094835492481 ], [ -110.04276251106215, 38.076901505675366 ], [ -110.04287506553723, 38.076663591752677 ], [ -110.04308852744947, 38.076381437004038 ], [ -110.04329114062365, 38.076144255924994 ], [ -110.04348254025051, 38.075892563244452 ], [ -110.04368090598118, 38.075543592134437 ], [ -110.04389015348704, 38.075234364106734 ], [ -110.04405250929372, 38.075023891557549 ], [ -110.04413976799796, 38.074889414087487 ], [ -110.04435430114668, 38.074611771858251 ], [ -110.04448186854395, 38.074446078200374 ], [ -110.04468406150589, 38.074240434866006 ], [ -110.04491545588826, 38.073980953589384 ], [ -110.04499078468392, 38.073886934673048 ], [ -110.04503720386649, 38.073824224489186 ], [ -110.04522217685484, 38.073627452747829 ], [ -110.04543781489373, 38.073264198812474 ], [ -110.04558423353271, 38.072963469730865 ], [ -110.04573047531414, 38.072676257738458 ], [ -110.04586514082256, 38.072402470290932 ], [ -110.04604028866916, 38.072083948844472 ], [ -110.04627918487041, 38.071684832063596 ], [ -110.04654544853112, 38.071285035537869 ], [ -110.04679774396025, 38.070819333904979 ], [ -110.04700725688835, 38.070487570873986 ], [ -110.04715442325062, 38.070128264509563 ], [ -110.04719893781298, 38.069772632011798 ], [ -110.04719239001082, 38.069398560531162 ], [ -110.04711069669878, 38.069104992214875 ], [ -110.04692112325962, 38.068779005311413 ], [ -110.04674920496535, 38.068498223757167 ], [ -110.0465016759962, 38.068158247338509 ], [ -110.04630611573886, 38.067854742081245 ], [ -110.04614975059503, 38.067605629564589 ], [ -110.0459712912929, 38.067302262525402 ], [ -110.04568677051712, 38.066826796661509 ], [ -110.04549627236271, 38.066572899850279 ], [ -110.04521569977555, 38.06623265231346 ], [ -110.044849231011, 38.065923249801166 ], [ -110.04461778869194, 38.065750131261957 ], [ -110.04444351548155, 38.065563958338778 ], [ -110.04424191955962, 38.065287438011588 ], [ -110.04415527258675, 38.065025370979264 ], [ -110.0440952527304, 38.064731976702589 ], [ -110.04411028596273, 38.0644527115629 ], [ -110.04410769408641, 38.064213859302491 ], [ -110.04409975487876, 38.063947926048613 ], [ -110.04400408986635, 38.063415410558136 ], [ -110.04394515296462, 38.063126531194534 ], [ -110.04387864107029, 38.062981790158155 ], [ -110.04373045641913, 38.062543478370948 ], [ -110.04354725859675, 38.062167968955961 ], [ -110.04340959533627, 38.06179733609838 ], [ -110.04333462127438, 38.061427213335044 ], [ -110.04328226738136, 38.061070793384644 ], [ -110.04324142898507, 38.060705454628966 ], [ -110.04317250763746, 38.060308343466843 ], [ -110.04311369360505, 38.060010452064283 ], [ -110.04301046362811, 38.059622073954145 ], [ -110.04290664779775, 38.059278753484421 ], [ -110.04284119777596, 38.059052907904245 ], [ -110.0428113489826, 38.058719202154087 ], [ -110.04282045193598, 38.058457913636168 ], [ -110.04286909316922, 38.058223984596651 ], [ -110.04296291231145, 38.058021967160954 ], [ -110.0431201446963, 38.0578520096782 ], [ -110.04338901034562, 38.057687466833542 ], [ -110.04360150078925, 38.057563020940101 ], [ -110.04375113016042, 38.057451582020946 ], [ -110.0438496477517, 38.057326208374121 ], [ -110.04391497020349, 38.057123958311372 ], [ -110.04391214421844, 38.056903128873444 ], [ -110.04389689872264, 38.056673185895178 ], [ -110.04386219393605, 38.056361972033109 ], [ -110.04391676330449, 38.056110065657812 ], [ -110.04394178480393, 38.055939031498589 ], [ -110.04391628213617, 38.055709005055697 ], [ -110.04387955861131, 38.055465368559418 ], [ -110.04385370452862, 38.055262376760588 ], [ -110.04383830939092, 38.055131570118988 ], [ -110.04383924738133, 38.055059477661139 ], [ -110.04380047247189, 38.054973543377123 ], [ -110.04381415565888, 38.054797910718726 ], [ -110.04377743286425, 38.05455427416377 ], [ -110.04380309895603, 38.054333676416228 ], [ -110.04384039602628, 38.054095148243391 ], [ -110.04394577947103, 38.05387970514456 ], [ -110.04403923821555, 38.053704721268197 ], [ -110.04409897564437, 38.053493413026224 ], [ -110.04416968732495, 38.053314639035278 ], [ -110.0443385345035, 38.053039327753261 ], [ -110.04450141271191, 38.052784696472749 ], [ -110.04466412578608, 38.052542681129246 ], [ -110.04476427481109, 38.052291144610976 ], [ -110.04488181041354, 38.052017217980563 ], [ -110.04502294562594, 38.051681296584398 ], [ -110.04513549527762, 38.051352352798574 ], [ -110.04533338651572, 38.051034015801555 ], [ -110.04545074234942, 38.050773605841307 ], [ -110.04554536363403, 38.050508504889613 ], [ -110.04567501950672, 38.050266219587058 ], [ -110.04585315102847, 38.050064883963614 ], [ -110.04606655071056, 38.049868340538424 ], [ -110.04626814402253, 38.049703244743441 ], [ -110.04648718106615, 38.049511252531389 ], [ -110.04660394586365, 38.049295899132986 ], [ -110.04670861284849, 38.049134522627057 ], [ -110.04687025872208, 38.048973608047376 ], [ -110.04708864947033, 38.048831178304788 ], [ -110.04729552674863, 38.048697667357061 ], [ -110.04750123555328, 38.048654271800451 ], [ -110.04788346257331, 38.048621318306779 ], [ -110.0482022538276, 38.048646431340465 ], [ -110.04860674731557, 38.048654212141372 ], [ -110.04895379539187, 38.048697576884393 ], [ -110.04938631272208, 38.048741631830289 ], [ -110.04979633013069, 38.048762971998457 ], [ -110.05022896485455, 38.048798012271625 ], [ -110.05061648214415, 38.04879663646846 ], [ -110.05095318349093, 38.04875879902427 ], [ -110.0513465148386, 38.048748455228392 ], [ -110.0517624169281, 38.048755415990719 ], [ -110.0521563175928, 38.048700912699843 ], [ -110.05248293578644, 38.048649470770847 ], [ -110.05285303187922, 38.048584859475049 ], [ -110.05321833687333, 38.048538233473721 ], [ -110.05360027105719, 38.048527790328158 ], [ -110.05391941214371, 38.048525853096258 ], [ -110.05425558899799, 38.048528558325714 ], [ -110.05476299302599, 38.048510108287225 ], [ -110.05512300408307, 38.048431889937987 ], [ -110.05552871339627, 38.0483450251362 ], [ -110.05584958996673, 38.048207908670172 ], [ -110.05611999442188, 38.0480072983474 ], [ -110.05645463543658, 38.047685533868304 ], [ -110.05675369895027, 38.047471633293746 ], [ -110.05705229834165, 38.047293778342805 ], [ -110.05735002960152, 38.047183509644626 ], [ -110.057619213188, 38.047077517591262 ], [ -110.0579162613593, 38.047020415908491 ], [ -110.05825392099209, 38.046906859883428 ], [ -110.05857945993458, 38.046760760692358 ], [ -110.05885634286992, 38.04658723344351 ], [ -110.05907545341341, 38.046386205507268 ], [ -110.05933319207445, 38.046194498801917 ], [ -110.05958117898516, 38.046052282443377 ], [ -110.0598683127921, 38.045878834771884 ], [ -110.06009783451999, 38.045754494695679 ], [ -110.0603561895221, 38.045603347040327 ], [ -110.06057414146478, 38.045492432339898 ], [ -110.06090109693396, 38.0453238066073 ], [ -110.06121101546348, 38.045150537625076 ], [ -110.06150412719349, 38.044954602290701 ], [ -110.06176863419101, 38.044767450445534 ], [ -110.06207929564798, 38.044535603566011 ], [ -110.06234414448454, 38.044321415508485 ], [ -110.06262642922925, 38.04408032825738 ], [ -110.0628453496859, 38.043892810411883 ], [ -110.06310455383949, 38.043674069323892 ], [ -110.06339208339901, 38.043468170892325 ], [ -110.06363947620868, 38.043281779633858 ], [ -110.06388158332744, 38.043062900600994 ], [ -110.06409502948563, 38.042857311686326 ], [ -110.06438904183007, 38.042589275825691 ], [ -110.06476913276576, 38.042273256322559 ], [ -110.0650471989761, 38.042004190646701 ], [ -110.06528896014292, 38.041722218062546 ], [ -110.06561454259287, 38.041211091334489 ], [ -110.06581767149864, 38.04091979798239 ], [ -110.06603201026947, 38.040643013393037 ], [ -110.06622899229345, 38.04038681938377 ], [ -110.0664032295721, 38.040126839378082 ], [ -110.06649644544628, 38.039965353771784 ], [ -110.06658983249969, 38.039790350621971 ], [ -110.06674047747272, 38.039593270591006 ], [ -110.06694291124828, 38.039356044946857 ], [ -110.06715770607404, 38.039132435850412 ], [ -110.06736025151692, 38.038886197792024 ], [ -110.06754645829778, 38.038580346938964 ], [ -110.06763830169383, 38.038436874578395 ], [ -110.06773452577848, 38.038127605936715 ], [ -110.06780125271935, 38.037718063971163 ], [ -110.06785703876591, 38.037362510501069 ], [ -110.06798193114383, 38.036948923282331 ], [ -110.06811149130819, 38.036616485882448 ], [ -110.06828058665944, 38.036311399319743 ], [ -110.06843731634082, 38.03608282122245 ], [ -110.06862891154627, 38.035800443795758 ], [ -110.06874598873169, 38.0355535259935 ], [ -110.06884107617999, 38.035243345995603 ], [ -110.06897153058142, 38.034839715400587 ], [ -110.06909619540848, 38.034443248828758 ], [ -110.06928299922438, 38.03408873181727 ], [ -110.06947566902844, 38.033720742070308 ], [ -110.06966788090135, 38.033388798590458 ], [ -110.06989056879364, 38.032989501682103 ], [ -110.07014538363737, 38.032572433297851 ], [ -110.07037205422115, 38.032218229707453 ], [ -110.07066189812372, 38.03182396851129 ], [ -110.07088207038558, 38.031532800443614 ], [ -110.07110822200923, 38.031219147774365 ], [ -110.07136319588892, 38.030878684616852 ], [ -110.07154428289495, 38.030524118544044 ], [ -110.07167894297029, 38.030236779821934 ], [ -110.07190616731997, 38.029837514602363 ], [ -110.07208035893569, 38.029577525136169 ], [ -110.07224271312047, 38.02935259099543 ], [ -110.07246821575974, 38.029089400791726 ], [ -110.07259557934479, 38.028838053628405 ], [ -110.07268507316672, 38.02860803778713 ], [ -110.0727687337221, 38.028388790943808 ], [ -110.07285024015984, 38.028159613216545 ], [ -110.07293389612231, 38.027850240498303 ], [ -110.07302828535802, 38.027593225236757 ], [ -110.07315159823953, 38.027301288878682 ], [ -110.07329848988363, 38.026946450224465 ], [ -110.07340720896751, 38.026456121935148 ], [ -110.07349570551204, 38.026214381153814 ], [ -110.07362962351851, 38.025984714534154 ], [ -110.07382077477278, 38.025733868446849 ], [ -110.07403516305513, 38.025447154746132 ], [ -110.07425535918419, 38.025151473787751 ], [ -110.07445265570598, 38.024864624701507 ], [ -110.07465581678285, 38.024564302555312 ], [ -110.07493330833304, 38.024242033451685 ], [ -110.07525134934549, 38.023866007140256 ], [ -110.07549516911936, 38.02350291520191 ], [ -110.07569234308249, 38.023225075524572 ], [ -110.07591212963078, 38.022960932093604 ], [ -110.07610890447779, 38.022714632569347 ], [ -110.07627257723745, 38.022382453123996 ], [ -110.07637167047552, 38.022202980000671 ], [ -110.07649975169784, 38.021983177863113 ], [ -110.07663899771372, 38.021781488418689 ], [ -110.07678963468302, 38.021579888241817 ], [ -110.07688432988829, 38.021296735421394 ], [ -110.07698996379912, 38.021049718711652 ], [ -110.07708967511768, 38.020820680570537 ], [ -110.07720658617966, 38.02058276474213 ], [ -110.07727838236087, 38.020308444403078 ], [ -110.07728035998265, 38.020150739700682 ], [ -110.07731205931177, 38.019894129809082 ], [ -110.07734904732868, 38.019670006704416 ], [ -110.07733812981138, 38.019177833870479 ], [ -110.07727582731799, 38.018695171596434 ], [ -110.07721776339655, 38.018328804892754 ], [ -110.07713626219521, 38.018014527193941 ], [ -110.07701549177916, 38.017652174458057 ], [ -110.07693931464712, 38.017367679929777 ], [ -110.07685687733805, 38.017128199134717 ], [ -110.07677979688619, 38.016915798102751 ], [ -110.0766803871921, 38.016667171316641 ], [ -110.07656953068972, 38.016422960836245 ], [ -110.07645805290727, 38.016228314608362 ], [ -110.07634041981615, 38.015979544379213 ], [ -110.07621920058234, 38.015744264736817 ], [ -110.07608613105252, 38.015454816306288 ], [ -110.07588432212374, 38.015196371558289 ], [ -110.07570005335606, 38.014902013978066 ], [ -110.07551708784163, 38.014504021546081 ], [ -110.07540135378103, 38.014285908079351 ], [ -110.07528878846614, 38.014087647117009 ], [ -110.0751940635916, 38.013920169175918 ], [ -110.0749224146502, 38.013327707495648 ], [ -110.07476144486357, 38.012992975025249 ], [ -110.07465161973326, 38.012667657419016 ], [ -110.07448057128623, 38.012319326333717 ], [ -110.0743300835102, 38.011966650552722 ], [ -110.07413687581519, 38.011478449270591 ], [ -110.07408508302127, 38.011067968346843 ], [ -110.07407868082093, 38.010671363702095 ], [ -110.07407052157225, 38.010414440448145 ], [ -110.07406794397694, 38.010166573732761 ], [ -110.07413563279691, 38.00976604613453 ], [ -110.07420224410916, 38.009451129668534 ], [ -110.07416634670781, 38.009135406083146 ], [ -110.07407998921578, 38.008756196951872 ], [ -110.07399857923122, 38.00843650985783 ], [ -110.07396320458258, 38.008079332319681 ], [ -110.07400134101022, 38.007764191627018 ], [ -110.0740787737015, 38.007494423342358 ], [ -110.07419646006254, 38.007103301798118 ], [ -110.07433801206922, 38.006807000301251 ], [ -110.0744550220721, 38.00656007476406 ], [ -110.07458540303108, 38.006155533763874 ], [ -110.07462900372742, 38.005858460958777 ], [ -110.07463905931797, 38.005511554825183 ], [ -110.07468226293926, 38.005246022958268 ], [ -110.07474368250705, 38.004890508338505 ], [ -110.07471900380133, 38.004588391863059 ], [ -110.07471665033297, 38.00432250146293 ], [ -110.07474863375838, 38.004043362317162 ], [ -110.07475800886957, 38.00375052635426 ], [ -110.07477792345773, 38.003525367857961 ], [ -110.07485129600151, 38.003124884074467 ], [ -110.0749512715589, 38.002873317533393 ], [ -110.07506382387159, 38.002527217419605 ], [ -110.07519960528363, 38.00214524941584 ], [ -110.07532229901955, 38.001898367470382 ], [ -110.07549162139384, 38.001566232171783 ], [ -110.07568969645847, 38.001211791075491 ], [ -110.0758813967329, 38.000911375192871 ], [ -110.07605003577356, 38.000633309317926 ], [ -110.07616093988665, 38.000417877923141 ], [ -110.07637654328296, 38.000027522815664 ], [ -110.07655212698963, 37.999649470683948 ], [ -110.07675942188598, 37.999467240966744 ], [ -110.07720870411075, 37.999060693346088 ], [ -110.07757674017788, 37.998775177026019 ], [ -110.07803057945713, 37.998458788090907 ], [ -110.0783759007869, 37.99816768355425 ], [ -110.07886924167158, 37.997879539997925 ], [ -110.07915568994439, 37.997742087744939 ], [ -110.07988271544868, 37.997436842977713 ], [ -110.08062766069983, 37.997064139106698 ], [ -110.08113204730932, 37.996802208875792 ], [ -110.08174060662796, 37.996405900570196 ], [ -110.08234301636723, 37.996045591563856 ], [ -110.08285939496628, 37.995734177953416 ], [ -110.08341540185374, 37.995441096154941 ], [ -110.08363858333716, 37.995352709158034 ], [ -110.08419915752746, 37.995149785453201 ], [ -110.08444504528714, 37.995066981305392 ], [ -110.0848162188931, 37.994983349157138 ], [ -110.08514166207451, 37.994913780295661 ], [ -110.08563775108748, 37.994859056368661 ], [ -110.08593382920418, 37.994861358008926 ], [ -110.08655986898677, 37.994888753806926 ], [ -110.08717982456098, 37.994947643247194 ], [ -110.0877476212556, 37.994988099576886 ], [ -110.08809077995519, 37.994959216786945 ], [ -110.08838155526635, 37.994929926945893 ], [ -110.08887200418611, 37.994870639326152 ], [ -110.08927140708737, 37.994806138305854 ], [ -110.08955068236143, 37.994785769138986 ], [ -110.0898978377642, 37.99480197515701 ], [ -110.09019302541144, 37.99487636022085 ], [ -110.09042033296294, 37.994914169036406 ], [ -110.09116091907772, 37.994888350448392 ], [ -110.09139475485397, 37.994858613102394 ], [ -110.09211870309217, 37.994796609405206 ], [ -110.09267752967513, 37.994733327423013 ], [ -110.09288858917026, 37.994703411375433 ], [ -110.09310523134141, 37.994682550631019 ], [ -110.09329312700534, 37.994683999438152 ], [ -110.09349146748092, 37.994762135830669 ], [ -110.09369554656156, 37.994836711061424 ], [ -110.09407554719439, 37.994960408191758 ], [ -110.09446675952304, 37.995098610639438 ], [ -110.09478367633814, 37.995258771521733 ], [ -110.09523553137687, 37.995559665566525 ], [ -110.09545007250289, 37.995710024359646 ], [ -110.09571535063192, 37.995902231015535 ], [ -110.09638165883995, 37.996361589274393 ], [ -110.09678769916341, 37.996684656904726 ], [ -110.09696408019799, 37.99678965669473 ], [ -110.09717190614172, 37.996930948154365 ], [ -110.09739259103911, 37.997045300049507 ], [ -110.09769315834052, 37.997146745521249 ], [ -110.09827782029514, 37.997299938388821 ], [ -110.09877652284943, 37.997497532799841 ], [ -110.09925239679711, 37.997699456566316 ], [ -110.09968813947724, 37.997923602763819 ], [ -110.09989141863723, 37.998064854622342 ], [ -110.10019631131408, 37.998278984710439 ], [ -110.1003877088086, 37.998460701638749 ], [ -110.10089484244799, 37.9989016926177 ], [ -110.10120411574897, 37.999224005149607 ], [ -110.1015469521838, 37.999596142756381 ], [ -110.10179825567913, 38.000002729527033 ], [ -110.10194907646041, 38.000243617326461 ], [ -110.10207735190839, 38.000465406262613 ], [ -110.10222212149651, 38.000642257834464 ], [ -110.10235767104105, 38.000828051476567 ], [ -110.10249827100536, 38.000973326677602 ], [ -110.1026618135384, 38.001105257836208 ], [ -110.10282486254049, 38.001277741828616 ], [ -110.10299935588765, 38.00144580657544 ], [ -110.10323614774389, 38.001642285300839 ], [ -110.10338847991603, 38.001759709754879 ], [ -110.10361975496728, 38.00194172544024 ], [ -110.10382233979213, 38.002141547285433 ], [ -110.10397334695702, 38.00236801367349 ], [ -110.10415233381512, 38.002635249839123 ], [ -110.10426880478116, 38.002798364347825 ], [ -110.10444883505018, 38.002979988049717 ], [ -110.10468738824858, 38.003126006551049 ], [ -110.10503820037636, 38.00331343579694 ], [ -110.10542904010492, 38.003487649566893 ], [ -110.10572356739189, 38.003620572828503 ], [ -110.10601813952145, 38.003749890644926 ], [ -110.10628409779044, 38.003890706677339 ], [ -110.10653854768383, 38.004041348560094 ], [ -110.10667363146013, 38.004173057910258 ], [ -110.10683122069753, 38.004327469609557 ], [ -110.10705068595841, 38.004545439351595 ], [ -110.10728750952096, 38.004741008896048 ], [ -110.10758090917062, 38.004967650262557 ], [ -110.10781268518861, 38.005110005953284 ], [ -110.10798850168979, 38.005264554389548 ], [ -110.10824203921877, 38.00539716042011 ], [ -110.10850723294094, 38.005601955274791 ], [ -110.10878956676243, 38.005802373122286 ], [ -110.10910032113728, 38.006007511928324 ], [ -110.1095178110658, 38.006240496109719 ], [ -110.1098075831251, 38.006391398408503 ], [ -110.11003986909465, 38.006492295505005 ], [ -110.11034602417493, 38.006607269971745 ], [ -110.11059534143682, 38.006712801137986 ], [ -110.11090681217051, 38.006859358539977 ], [ -110.11122896654715, 38.007064577927714 ], [ -110.11145534428346, 38.007183452829288 ], [ -110.11172635698321, 38.007379271781936 ], [ -110.11200328337148, 38.007557109520185 ], [ -110.11216712930664, 38.007666498197622 ], [ -110.11244400352103, 38.007848840817758 ], [ -110.11274404961225, 38.007998912182856 ], [ -110.11299911339755, 38.008100876576478 ], [ -110.11324919947636, 38.008143319562961 ], [ -110.11355596339817, 38.008208720855556 ], [ -110.11390324297012, 38.00822035091668 ], [ -110.11414253668414, 38.008213141245747 ], [ -110.11445033161439, 38.008192928042348 ], [ -110.11473556359877, 38.008154518921401 ], [ -110.11493553461155, 38.008101948465395 ], [ -110.11520351890854, 38.008076927323998 ], [ -110.11548858766473, 38.00805203408131 ], [ -110.11583592103501, 38.008059152523401 ], [ -110.11614344444244, 38.008061464404527 ], [ -110.11656974923282, 38.00813226261851 ], [ -110.11706456650025, 38.008189153541053 ], [ -110.11752524761434, 38.008243082419845 ], [ -110.11798523315883, 38.008260052509641 ], [ -110.11843621503374, 38.008267940674074 ], [ -110.11885156505653, 38.008302597991616 ], [ -110.11923355474576, 38.008269409268593 ], [ -110.1196627811218, 38.008191509811326 ], [ -110.12013474921024, 38.008158991744324 ], [ -110.12058486102244, 38.008144333583552 ], [ -110.12096099291236, 38.008124614373472 ], [ -110.12136597553625, 38.008073565334399 ], [ -110.12181103682511, 38.008004788961834 ], [ -110.12223890522671, 38.007944895192864 ], [ -110.12263894301555, 38.007830716436864 ], [ -110.12287909395384, 38.007751394326355 ], [ -110.12324431661982, 38.0076910295858 ], [ -110.12355216097797, 38.007666286581724 ], [ -110.12383729006872, 38.007635965943358 ], [ -110.12395155183889, 38.007606174302467 ], [ -110.12447042676627, 38.007555962982472 ], [ -110.1249323525426, 38.007505325587147 ], [ -110.12522327173016, 38.007466933299625 ], [ -110.12569631860113, 38.007438907208964 ], [ -110.12615312570148, 38.007339558733122 ], [ -110.12692350000381, 38.007212795342028 ], [ -110.12763553896258, 38.007106323192396 ], [ -110.1280359986314, 38.007051612511155 ], [ -110.12844060815674, 38.0070311792322 ], [ -110.12901014325887, 38.007030892800806 ], [ -110.12963205050552, 38.006936358589762 ], [ -110.13026603786172, 38.006783328293423 ], [ -110.13086654545363, 38.006571464975067 ], [ -110.13119811924875, 38.006465763561899 ], [ -110.13163193222552, 38.006383347839737 ], [ -110.13249403049895, 38.006204050575775 ], [ -110.13321309817854, 38.006079571117724 ], [ -110.13460163701666, 38.005688735529787 ], [ -110.13525838261306, 38.005535845662081 ], [ -110.13582443345371, 38.005346235074249 ], [ -110.13606472117509, 38.005253367933108 ], [ -110.13628238814567, 38.005146815187182 ], [ -110.13651223655772, 38.00497275666433 ], [ -110.13697857549826, 38.004543573196962 ], [ -110.1372442777791, 38.004225574032212 ], [ -110.13745796500163, 38.00406942032707 ], [ -110.13770423762226, 38.003854021716002 ], [ -110.13813221969153, 38.003294770158845 ], [ -110.13851254090568, 38.002914519486808 ], [ -110.13892665622208, 38.002566059263607 ], [ -110.13915206017991, 38.002283811118573 ], [ -110.13926336280882, 38.002018752718286 ], [ -110.13937717282479, 38.001636548109914 ], [ -110.13958037376072, 38.001304567012482 ], [ -110.1397044501209, 38.000823297988596 ], [ -110.1398237061663, 38.000364525157522 ], [ -110.13984289452218, 38.000184412481289 ], [ -110.13990225859817, 37.999977555686371 ], [ -110.14029119351676, 37.999345007644315 ], [ -110.14067490071035, 37.998671863073298 ], [ -110.1410582329006, 37.998030258696836 ], [ -110.14138884052868, 37.997514445230067 ], [ -110.14171751695032, 37.997066211603538 ], [ -110.14193406129999, 37.996662222194431 ], [ -110.14210883502398, 37.996226383339462 ], [ -110.14231873616005, 37.995903458617747 ], [ -110.14248199254683, 37.99567392505157 ], [ -110.14262497577354, 37.995522653591337 ], [ -110.14275276014185, 37.995307281272666 ], [ -110.14281654715536, 37.99520860695123 ], [ -110.14312587425516, 37.99456194953396 ], [ -110.14351731969793, 37.993708598026487 ], [ -110.14377491885881, 37.993102118942993 ], [ -110.14400147917675, 37.992716223602294 ], [ -110.144274371957, 37.992263069926942 ], [ -110.14461428959972, 37.991823922076975 ], [ -110.14485780565059, 37.991546300296918 ], [ -110.14519822769904, 37.991161230351587 ], [ -110.14531424360892, 37.990977313825105 ], [ -110.14539588829975, 37.990811172758342 ], [ -110.1454825989307, 37.990699144451419 ], [ -110.14555853819678, 37.990632101168273 ], [ -110.14566051096425, 37.9905787659564 ], [ -110.14582076697339, 37.990507828636829 ], [ -110.14624517213417, 37.990245036526893 ], [ -110.14656719521166, 37.989972487293677 ], [ -110.14689615247669, 37.989690974782498 ], [ -110.14707979500723, 37.98956703059612 ], [ -110.14734228866577, 37.989419323593303 ], [ -110.14772620232638, 37.989210308504923 ], [ -110.14843036082897, 37.988782800857201 ], [ -110.14886100623006, 37.988569614031341 ], [ -110.14934951976062, 37.988275730096845 ], [ -110.14967404905714, 37.988178937468376 ], [ -110.15002217779478, 37.988109352521839 ], [ -110.15037693468935, 37.987958700339625 ], [ -110.15069685881537, 37.98776723850046 ], [ -110.15125362794383, 37.987478345767514 ], [ -110.15193554448555, 37.987100226051737 ], [ -110.15251833571072, 37.986924173372131 ], [ -110.15321007351102, 37.986681307139136 ], [ -110.15380362395192, 37.986559401592025 ], [ -110.15451062406859, 37.986474359377802 ], [ -110.15496732587415, 37.98636948944467 ], [ -110.15532770607867, 37.986223368939761 ], [ -110.15559140311429, 37.986067540535984 ], [ -110.15575225953897, 37.985942517755802 ], [ -110.15598877909918, 37.985673834825526 ], [ -110.15612717086331, 37.985521612256683 ], [ -110.15668538348764, 37.985003781706325 ], [ -110.15696232601115, 37.984684915544797 ], [ -110.15730229230277, 37.984331350806045 ], [ -110.15756049138787, 37.984157453122776 ], [ -110.15781176004916, 37.984091657469705 ], [ -110.15865225247484, 37.983881368376146 ], [ -110.15905732777459, 37.983708517940933 ], [ -110.15941199393791, 37.983562343901063 ], [ -110.15972768101983, 37.983339282463284 ], [ -110.16002644125142, 37.983102580243212 ], [ -110.16040520958565, 37.982839410336702 ], [ -110.16075634100369, 37.982603080058226 ], [ -110.16105452070191, 37.982316801228045 ], [ -110.16148261932138, 37.981720510054174 ], [ -110.16182383159743, 37.98125428213207 ], [ -110.1621547297503, 37.980693346410476 ], [ -110.1623593570517, 37.980221637439314 ], [ -110.16257008409454, 37.979713920711085 ], [ -110.1627713168855, 37.979039401086951 ], [ -110.16292028835603, 37.978454636080443 ], [ -110.1629939227807, 37.977986499812005 ], [ -110.16303801862618, 37.977612786609662 ], [ -110.16310483308426, 37.977243741362976 ], [ -110.16313861727254, 37.976775321353486 ], [ -110.16316347184924, 37.976090532943864 ], [ -110.16325648147136, 37.975419748357503 ], [ -110.16330251802174, 37.974874807334139 ], [ -110.16341249934578, 37.974213155902305 ], [ -110.16356228365187, 37.973555392413516 ], [ -110.16364281763668, 37.972980053176542 ], [ -110.16383299454172, 37.972273907762386 ], [ -110.16406967561331, 37.971482471704782 ], [ -110.16421678118915, 37.971059919709226 ], [ -110.16433726368575, 37.970474949577415 ], [ -110.16451938587547, 37.96997603783263 ], [ -110.16477448008105, 37.969567771028252 ], [ -110.16504223121599, 37.969046934563281 ], [ -110.16531052950825, 37.968477432654659 ], [ -110.16551409144009, 37.968094935297515 ], [ -110.16573563436921, 37.96763235191446 ], [ -110.16618094827903, 37.967012730638579 ], [ -110.16653302704916, 37.966583516624326 ], [ -110.1667756632438, 37.966368930307823 ], [ -110.16713793977755, 37.965943391726526 ], [ -110.16753554114371, 37.965514496881795 ], [ -110.16800227137878, 37.965012185284372 ], [ -110.1686517256628, 37.964457988191739 ], [ -110.16917961677787, 37.964083183373781 ], [ -110.16973545279724, 37.963753636991299 ], [ -110.17018827887335, 37.963472931331019 ], [ -110.17060126106725, 37.963191942984828 ], [ -110.17112979172991, 37.96275855104075 ], [ -110.17151390412636, 37.962513406906766 ], [ -110.17208185968055, 37.962116339147954 ], [ -110.17236850385366, 37.961933595252162 ], [ -110.17263158224731, 37.961821885456175 ], [ -110.17344953215841, 37.961463521167381 ], [ -110.17406234382651, 37.961125341592741 ], [ -110.17440603378087, 37.96093037534127 ], [ -110.17458383671546, 37.960809049902082 ], [ -110.17480182108562, 37.960657362770306 ], [ -110.17505929074422, 37.96053749668129 ], [ -110.17598052365945, 37.96010232931885 ], [ -110.17634138829148, 37.959897563628253 ], [ -110.1765251585871, 37.959751041335309 ], [ -110.17677784658115, 37.959549122092618 ], [ -110.17700106136269, 37.959438024719212 ], [ -110.17785271922214, 37.959115014926773 ], [ -110.17866537465795, 37.958716019638771 ], [ -110.17947904409647, 37.958225095824616 ], [ -110.18018875050689, 37.957869534197918 ], [ -110.18054930225898, 37.957690890179371 ], [ -110.18073859963873, 37.957557918793945 ], [ -110.18104307858223, 37.957303175726054 ], [ -110.18165877112756, 37.956699100236875 ], [ -110.18239830601071, 37.956217554177229 ], [ -110.18326378030675, 37.955669282205342 ], [ -110.18400823756262, 37.955255355600222 ], [ -110.18450059439883, 37.954992893625764 ], [ -110.18498795396549, 37.954667305725735 ], [ -110.18553167021814, 37.95439167604755 ], [ -110.18635785580797, 37.953892679048003 ], [ -110.18690656096113, 37.953576520066562 ], [ -110.18739403961123, 37.953238305004881 ], [ -110.18786470953567, 37.952875637427752 ], [ -110.18823748258697, 37.952616840386789 ], [ -110.18850773152286, 37.95236544648759 ], [ -110.18886910850811, 37.952107470069976 ], [ -110.18929818632732, 37.951903134295051 ], [ -110.18977872473464, 37.951780266119528 ], [ -110.19032537180455, 37.951648838206289 ], [ -110.19081075598704, 37.951498960883342 ], [ -110.1912514532044, 37.951272165955281 ], [ -110.19173217931525, 37.951027618857502 ], [ -110.19258481116363, 37.950600861215854 ], [ -110.19327765515773, 37.950213559174202 ], [ -110.19380340918642, 37.950013474763985 ], [ -110.19442548546269, 37.949851901142978 ], [ -110.19532110541192, 37.949655243141898 ], [ -110.19574352755809, 37.949536459318431 ], [ -110.19619910922603, 37.949508028116981 ], [ -110.19710060712329, 37.94929337115417 ], [ -110.19803231552768, 37.94891668348447 ], [ -110.19903420729831, 37.94836471732507 ], [ -110.19992100667329, 37.947929125832871 ], [ -110.20052667481737, 37.947703417543394 ], [ -110.20131161740044, 37.947213046674186 ], [ -110.20185045448267, 37.946851686302168 ], [ -110.20225850802375, 37.946480423957695 ], [ -110.20276003547528, 37.945884474378822 ], [ -110.20327861551718, 37.945289539319077 ], [ -110.2038105514488, 37.944616281152875 ], [ -110.20411565511834, 37.944185732399632 ], [ -110.20439528927793, 37.943583767905473 ], [ -110.20469305721124, 37.942882784730244 ], [ -110.20485183351175, 37.942406180829074 ], [ -110.20508374060378, 37.941479431974209 ], [ -110.20513323957353, 37.941110242544774 ], [ -110.20521182767341, 37.940681765237692 ], [ -110.2053250192732, 37.940210260223779 ], [ -110.20544376326443, 37.939751410443129 ], [ -110.20555049572974, 37.939351062468134 ], [ -110.205662577168, 37.938982295206763 ], [ -110.20577954862176, 37.938582016085341 ], [ -110.20586475391134, 37.93817250963987 ], [ -110.20589100328573, 37.9378482266522 ], [ -110.20593081319997, 37.937321247543075 ], [ -110.20591883515027, 37.936847995582916 ], [ -110.20583322374551, 37.936343603158541 ], [ -110.20582818337657, 37.935648683422798 ], [ -110.20579337426648, 37.935287937049111 ], [ -110.20576830504537, 37.934445072292256 ], [ -110.20557401333453, 37.933465873209357 ], [ -110.20532934865717, 37.932409724771425 ], [ -110.20514649436159, 37.931426095544033 ], [ -110.20484062195403, 37.930243353217008 ], [ -110.20474283138344, 37.929814584674709 ], [ -110.20444762877442, 37.929226757631042 ], [ -110.20416901168416, 37.92868410595586 ], [ -110.20398712918568, 37.928245755153227 ], [ -110.2038323405973, 37.927721965801176 ], [ -110.20360037128778, 37.927075079846482 ], [ -110.20346601909696, 37.92687228383619 ], [ -110.20323530947722, 37.926636389207452 ], [ -110.20283544848527, 37.926259649993924 ], [ -110.2022836627271, 37.925727760768233 ], [ -110.20169282466513, 37.925125304187972 ], [ -110.20115144791674, 37.924684509513796 ], [ -110.20089226097951, 37.924452923345171 ], [ -110.2007745085443, 37.924294399668646 ], [ -110.20064606249557, 37.924072713633244 ], [ -110.20048072511833, 37.923580392797099 ], [ -110.20023565409437, 37.92309654263925 ], [ -110.19992679322631, 37.922724918290598 ], [ -110.19959050944081, 37.922259373461529 ], [ -110.19934697281685, 37.921634932102101 ], [ -110.1991246197892, 37.921155740499543 ], [ -110.19910431010142, 37.920930282184671 ], [ -110.19910228702015, 37.920592288258291 ], [ -110.19916888818636, 37.920325962487823 ], [ -110.19920317559398, 37.920101776965957 ], [ -110.19914442073689, 37.919854426267179 ], [ -110.19903870069797, 37.919636498145842 ], [ -110.19878227552813, 37.919152567463627 ], [ -110.19871155648813, 37.91885466334427 ], [ -110.19861843767706, 37.918524160530502 ], [ -110.19846394117694, 37.917978734774337 ], [ -110.19834634899041, 37.917387594846332 ], [ -110.19831652514958, 37.916990828081438 ], [ -110.19832612589197, 37.916630381093462 ], [ -110.19839642017267, 37.915918847885564 ], [ -110.19847927789489, 37.915621989459588 ], [ -110.19865309151432, 37.915330256736183 ], [ -110.1988948643564, 37.915066024800886 ], [ -110.19923979750799, 37.914730391810323 ], [ -110.19957389885877, 37.914344212346847 ], [ -110.19999456212329, 37.913843256317776 ], [ -110.20047774523972, 37.913346328594265 ], [ -110.20077799058255, 37.912933778389259 ], [ -110.20090696998588, 37.91257864793743 ], [ -110.20094538509422, 37.912182344781016 ], [ -110.20083660533147, 37.911721952427129 ], [ -110.20086306027261, 37.911379644941498 ], [ -110.2010546478098, 37.911020432914952 ], [ -110.20124535648499, 37.910742329966553 ], [ -110.20156180382804, 37.910302849012062 ], [ -110.20185962254654, 37.9096919972039 ], [ -110.20213561736745, 37.909310823603661 ], [ -110.20240736990783, 37.909006229571588 ], [ -110.2026497502933, 37.908682508967154 ], [ -110.2027196419273, 37.908530665718047 ], [ -110.20317715378177, 37.907772180379865 ], [ -110.20341503456888, 37.907337569867586 ], [ -110.20376819103402, 37.906761336076627 ], [ -110.20401228614908, 37.906277195737225 ], [ -110.20411742155206, 37.906021041110002 ], [ -110.20423494956393, 37.905670335453046 ], [ -110.20433590042205, 37.905274453435808 ], [ -110.20442547607053, 37.904878494410426 ], [ -110.2044777642711, 37.90424794963684 ], [ -110.20454220149789, 37.903545384214873 ], [ -110.2046408775951, 37.902937684805039 ], [ -110.20472123506758, 37.902235226700064 ], [ -110.20478445566128, 37.901645313122543 ], [ -110.20481764135921, 37.901203908345494 ], [ -110.20483365975898, 37.900772301667956 ], [ -110.2048382754423, 37.900343321774244 ], [ -110.20483457657581, 37.900158533602443 ], [ -110.20490337417939, 37.899578571544389 ], [ -110.20503071360505, 37.898843082656519 ], [ -110.20512236103137, 37.898253360530774 ], [ -110.20530430278384, 37.897728239119047 ], [ -110.20550205156724, 37.897319489741477 ], [ -110.20578388414718, 37.897023967927126 ], [ -110.20622016729968, 37.896643865078197 ], [ -110.20672964355977, 37.89633185021065 ], [ -110.20722793611934, 37.896001732086489 ], [ -110.20750903206282, 37.89577379740971 ], [ -110.20771668694962, 37.895500303500484 ], [ -110.20791456114432, 37.895078031404147 ], [ -110.20820418556623, 37.894584273370889 ], [ -110.20844595191184, 37.894311007550584 ], [ -110.20878409276835, 37.894065427617875 ], [ -110.20920742799109, 37.893829431931934 ], [ -110.20979055173822, 37.893540430410631 ], [ -110.21090431167801, 37.893083740251221 ], [ -110.21187302266692, 37.892896453963409 ], [ -110.21271639426838, 37.892730853559172 ], [ -110.21388970040036, 37.892553931703816 ], [ -110.21491973841252, 37.892480591785393 ], [ -110.21546551858835, 37.892492342246683 ], [ -110.21631179338159, 37.892588108187439 ], [ -110.2176510942613, 37.892844870939825 ], [ -110.21846818321843, 37.893012530264592 ], [ -110.21913691206588, 37.893228770533746 ], [ -110.21982982172527, 37.893417227429453 ], [ -110.22067970262145, 37.893604015772205 ], [ -110.22142824037702, 37.893802745708044 ], [ -110.22206902833651, 37.893973720256092 ], [ -110.22283543806856, 37.894204104375689 ], [ -110.22370799583032, 37.894399132190564 ], [ -110.22460477156493, 37.89456276808685 ], [ -110.2251263032788, 37.894719421082854 ], [ -110.22592604150293, 37.89491845951941 ], [ -110.22670327452673, 37.895094812539753 ], [ -110.22756590059011, 37.895262707990042 ], [ -110.22827490509619, 37.895438602893464 ], [ -110.22890420989859, 37.895622984307224 ], [ -110.22939793731774, 37.89572085269041 ], [ -110.23008542554572, 37.895779428687561 ], [ -110.23081234449511, 37.895874309785768 ], [ -110.23148272937746, 37.895937272290972 ], [ -110.23227162661328, 37.89597847187926 ], [ -110.23313075570914, 37.896047162350811 ], [ -110.23416526143369, 37.896094455594643 ], [ -110.23486422351128, 37.896144065494795 ], [ -110.23588148636593, 37.896209257297123 ], [ -110.23694503341247, 37.896198131048862 ], [ -110.2379915210358, 37.896186884749454 ], [ -110.23912880572379, 37.896194241829456 ], [ -110.24038606149671, 37.896148285032581 ], [ -110.24167105457497, 37.896170089978717 ], [ -110.24268342323789, 37.896158582135428 ], [ -110.2436043938872, 37.896187036174332 ], [ -110.24453636978312, 37.896251605104304 ], [ -110.24515004474168, 37.896300606527923 ], [ -110.24566131856837, 37.896353454977948 ], [ -110.2467357813815, 37.896387374538421 ], [ -110.2475088541579, 37.896420259189668 ], [ -110.24827911308746, 37.896618056255093 ], [ -110.24921132097167, 37.896772718349261 ], [ -110.24980043446978, 37.896889135384399 ], [ -110.25034055454871, 37.897014250317241 ], [ -110.25070375980694, 37.897088665925715 ], [ -110.2513445096145, 37.897273000447939 ], [ -110.25215403506473, 37.897638661277824 ], [ -110.25254475756819, 37.897804276003441 ], [ -110.25289651389576, 37.897886723736349 ], [ -110.25343055108929, 37.897939682972293 ], [ -110.25450954655231, 37.898090727689876 ], [ -110.25508876134452, 37.898175510574397 ], [ -110.2554453374235, 37.89834450473505 ], [ -110.25577975851655, 37.898454774098667 ], [ -110.25696152470546, 37.898566789509481 ], [ -110.25800705959527, 37.898653599613247 ], [ -110.25912669514709, 37.898723742427421 ], [ -110.25990477290902, 37.898827778932585 ], [ -110.26048323358754, 37.898989139952917 ], [ -110.26115254857778, 37.89916458778459 ], [ -110.26179419848023, 37.899263248922978 ], [ -110.26245376466049, 37.899276396574002 ], [ -110.26307451276546, 37.899190155930164 ], [ -110.2643901109568, 37.899000102192502 ], [ -110.26550716211709, 37.898759224118486 ], [ -110.26657862361323, 37.898527064212395 ], [ -110.26717732929417, 37.898368561534824 ], [ -110.26813625263739, 37.898014012873823 ], [ -110.2694773254883, 37.897544661339033 ], [ -110.27000875764475, 37.897286584989786 ], [ -110.27068386111215, 37.8968761775876 ], [ -110.27150787167432, 37.896358533399876 ], [ -110.27233329915818, 37.89569578474331 ], [ -110.27316455772932, 37.895016842983665 ], [ -110.27367525029763, 37.894551325483519 ], [ -110.2739973146234, 37.894183784154869 ], [ -110.27419881335402, 37.893932666046013 ], [ -110.27449301595153, 37.893506367753076 ], [ -110.27496058644159, 37.892797230780566 ], [ -110.27539914291407, 37.892146496995473 ], [ -110.27590777865015, 37.891306921926386 ], [ -110.2763822335947, 37.890472542112967 ], [ -110.27678643603349, 37.889843222548173 ], [ -110.27701736514817, 37.889371464308773 ], [ -110.27734030284998, 37.888445119349242 ], [ -110.27750003037703, 37.887810690790005 ], [ -110.27776350765394, 37.887032692196748 ], [ -110.27796752600219, 37.886520208664514 ], [ -110.27828771832162, 37.885756075891614 ], [ -110.27849397179362, 37.885013776085593 ], [ -110.2785669912372, 37.884523020575251 ], [ -110.27867702397511, 37.883735066045418 ], [ -110.27881583308293, 37.882911235983492 ], [ -110.27889391834667, 37.88248360143762 ], [ -110.27901289869254, 37.881943555974949 ], [ -110.27906797674979, 37.881542819040199 ], [ -110.27906016424981, 37.881177748542463 ], [ -110.27898077139183, 37.880573397625106 ], [ -110.2788385786078, 37.879995700630701 ], [ -110.27881900141445, 37.879671116041663 ], [ -110.27876645580606, 37.879229161652958 ], [ -110.27882148021078, 37.878833832064998 ], [ -110.27885994074387, 37.878387928667344 ], [ -110.2787554918106, 37.8780213646749 ], [ -110.27862330736562, 37.877700596465715 ], [ -110.27823098843892, 37.877004197718811 ], [ -110.27799048345409, 37.876598043242254 ], [ -110.27792993713473, 37.876393980094406 ], [ -110.27787101006332, 37.876024089254386 ], [ -110.27782613699351, 37.875379390722017 ], [ -110.27779633931812, 37.874937575157247 ], [ -110.27781647339863, 37.874622246665076 ], [ -110.27778125519993, 37.874153359045081 ], [ -110.27777816611606, 37.873887459088159 ], [ -110.27778098174741, 37.873599063051934 ], [ -110.27773643474137, 37.873386986236483 ], [ -110.27762673745887, 37.873093393414784 ], [ -110.27749325341426, 37.872790641587422 ], [ -110.27724739816264, 37.872352006039662 ], [ -110.27713017825661, 37.872130469881469 ], [ -110.27702494477796, 37.871845916780345 ], [ -110.27697109350734, 37.871539146842601 ], [ -110.27696170617294, 37.871336298514734 ], [ -110.2770042636639, 37.871053554200095 ], [ -110.27712051702056, 37.870791992086303 ], [ -110.27725377021829, 37.870535941955787 ], [ -110.27740932029437, 37.870325093113699 ], [ -110.27784023112649, 37.869859065129987 ], [ -110.27815141208855, 37.869428353179266 ], [ -110.27869608847433, 37.868954006485858 ], [ -110.2790118471722, 37.868635981758899 ], [ -110.27927749322653, 37.868326662326282 ], [ -110.27969464678729, 37.867986724046418 ], [ -110.28051144663129, 37.867586136691294 ], [ -110.28113392252563, 37.867292512410579 ], [ -110.28141971081337, 37.867132024307999 ], [ -110.28160855965943, 37.867002489298592 ], [ -110.28195284974224, 37.866671111186754 ], [ -110.28222315490632, 37.866348293947532 ], [ -110.2825105983587, 37.866133735659425 ], [ -110.28276612272639, 37.866045163236677 ], [ -110.28326191073083, 37.865917494933846 ], [ -110.28413774133784, 37.865874153521027 ], [ -110.28441041502248, 37.865892935662551 ], [ -110.28469383860174, 37.865975774293993 ], [ -110.28505562206546, 37.866185269131577 ], [ -110.28542908058967, 37.866363288459048 ], [ -110.28609685231407, 37.866556610939625 ], [ -110.28671539575954, 37.866785683135397 ], [ -110.28722545673619, 37.866946498409462 ], [ -110.28767315805203, 37.867089809640575 ], [ -110.28825044611267, 37.867353774608212 ], [ -110.28853795050993, 37.867486199792147 ], [ -110.28918970615048, 37.867810095474354 ], [ -110.28981711756222, 37.868183411827772 ], [ -110.29048988061578, 37.868570517545521 ], [ -110.29074387149714, 37.868760418132936 ], [ -110.29093549079271, 37.86893371927944 ], [ -110.29108186023635, 37.86908331404166 ], [ -110.29119377839936, 37.869268752933436 ], [ -110.29129884725026, 37.869575825026281 ], [ -110.29143638381942, 37.870054338056335 ], [ -110.29164747570653, 37.870569345178374 ], [ -110.29186942202145, 37.871138494736464 ], [ -110.29213181070723, 37.871640290057634 ], [ -110.29218576813875, 37.871942547482504 ], [ -110.29232443537867, 37.872303898096838 ], [ -110.29250810736609, 37.872715090076106 ], [ -110.29273243604683, 37.873036396758387 ], [ -110.2930300222755, 37.873425739865446 ], [ -110.29339565671904, 37.873833516491977 ], [ -110.29353575344912, 37.874046160952155 ], [ -110.29366439530787, 37.874267749439547 ], [ -110.29373599291266, 37.874628695882194 ], [ -110.2936121179454, 37.87497945664402 ], [ -110.29357275856989, 37.875529008677184 ], [ -110.29362056619784, 37.875880799442179 ], [ -110.29376820810926, 37.876494563775331 ], [ -110.29384414110802, 37.876878068332957 ], [ -110.29397830896751, 37.877712567983473 ], [ -110.29412940610322, 37.878560688258794 ], [ -110.29416667346155, 37.879421645178844 ], [ -110.2941755495785, 37.880278826581197 ], [ -110.2941098884083, 37.881201355204873 ], [ -110.29403547002016, 37.881849838621299 ], [ -110.29408746338862, 37.882359379891582 ], [ -110.29423475828177, 37.882892024767862 ], [ -110.29439709486078, 37.883874503740365 ], [ -110.29453015405161, 37.884827064299031 ], [ -110.29458017511186, 37.885543890146593 ], [ -110.29476402035108, 37.885941559551938 ], [ -110.29508931503955, 37.886413080291462 ], [ -110.29559691941677, 37.886847836971761 ], [ -110.29588365424686, 37.887070368575131 ], [ -110.29638085320225, 37.887523986721241 ], [ -110.29667351586477, 37.887841187317335 ], [ -110.29690423627069, 37.888094926899534 ], [ -110.29740151017381, 37.88842236051125 ], [ -110.29809104049613, 37.888863599850225 ], [ -110.29851455280944, 37.889055395367585 ], [ -110.29930924623089, 37.889321502614017 ], [ -110.29998391437088, 37.889532813389451 ], [ -110.30084481837679, 37.889893939485987 ], [ -110.3013660158781, 37.890099824271701 ], [ -110.30172334229833, 37.890196579952324 ], [ -110.30265988177972, 37.890377883389277 ], [ -110.30343215823052, 37.890491511992032 ], [ -110.30396105585753, 37.890484726362189 ], [ -110.30474586037107, 37.890475844944689 ], [ -110.3054501284747, 37.890565625070685 ], [ -110.30617621229889, 37.89075467151973 ], [ -110.30702764766967, 37.890917412794103 ], [ -110.30750468952897, 37.890983310490519 ], [ -110.30796513792075, 37.890999537730004 ], [ -110.30859743424811, 37.890881579096479 ], [ -110.30952102415198, 37.890625626045058 ], [ -110.30984580406859, 37.890555427436212 ], [ -110.31013015012215, 37.890552587764368 ], [ -110.31069863212328, 37.890569437395058 ], [ -110.31115384620593, 37.890536951807412 ], [ -110.31146136458024, 37.890488278694328 ], [ -110.31193389611883, 37.890427951367506 ], [ -110.31290713601302, 37.890334494206151 ], [ -110.31409063239163, 37.890255773687009 ], [ -110.31532517575106, 37.890190857543111 ], [ -110.31632015276348, 37.890205653473046 ], [ -110.31738303020708, 37.890256886404508 ], [ -110.31883252060643, 37.890314854026578 ], [ -110.31971859427838, 37.89042362656371 ], [ -110.32025859804669, 37.890445673188374 ], [ -110.32104427918424, 37.890341151285547 ], [ -110.3214138328274, 37.890347788694825 ], [ -110.32198148186174, 37.890455609441126 ], [ -110.32269031068914, 37.890670592230705 ], [ -110.32313362054259, 37.890695674432578 ], [ -110.32386783719251, 37.890622382935511 ], [ -110.32439766593778, 37.890513664901121 ], [ -110.32504719717552, 37.890373184403586 ], [ -110.32579771923074, 37.890381991850496 ], [ -110.32654852887416, 37.890359250958696 ], [ -110.32719719366592, 37.890313389216537 ], [ -110.32768034673352, 37.890334175555672 ], [ -110.32819716619514, 37.89040472308529 ], [ -110.32875301198303, 37.890561113587758 ], [ -110.32921248240194, 37.890685407114667 ], [ -110.32955884491405, 37.890741457833897 ], [ -110.33041769363027, 37.890719307562286 ], [ -110.33100360836622, 37.890695600182454 ], [ -110.3318901945574, 37.890750206583412 ], [ -110.33341285635507, 37.890894032703443 ], [ -110.33404937864786, 37.890933687149641 ], [ -110.33448274347836, 37.890927125152487 ], [ -110.33464666646198, 37.890910025978641 ], [ -110.33534121783006, 37.890820215418486 ], [ -110.33586528100483, 37.890718623486762 ], [ -110.33621794202632, 37.890707093280895 ], [ -110.33692257670859, 37.890760635630365 ], [ -110.33810871826536, 37.891019672880645 ], [ -110.33864269223096, 37.891081258129134 ], [ -110.33912601536116, 37.891083972630113 ], [ -110.33976920285944, 37.891014577260435 ], [ -110.34057751251484, 37.890920867315621 ], [ -110.34170977759025, 37.89084608846396 ], [ -110.34350063187267, 37.890887635078045 ], [ -110.34505727856164, 37.89104952602078 ], [ -110.34613589529236, 37.891253806649921 ], [ -110.34668693671217, 37.891315450235652 ], [ -110.34758527393151, 37.891329445544528 ], [ -110.34822701814483, 37.891423129831274 ], [ -110.34914616589374, 37.891657143763908 ], [ -110.35000852065502, 37.891883626603772 ], [ -110.35117715505925, 37.892201019660099 ], [ -110.35223862900295, 37.892418669337786 ], [ -110.35352721182913, 37.892547427730079 ], [ -110.35470422995672, 37.892689079868163 ], [ -110.35590278220762, 37.892839851004879 ], [ -110.35686306286733, 37.892926217887904 ], [ -110.35756816619711, 37.892930068227251 ], [ -110.35821668814894, 37.892901159337612 ], [ -110.35891660531902, 37.892847290604315 ], [ -110.36027158586266, 37.89266539089094 ], [ -110.36134103872392, 37.892621627092105 ], [ -110.36210358602237, 37.892558164957258 ], [ -110.36271832738785, 37.892489391299172 ], [ -110.36347012050474, 37.892353758658658 ], [ -110.36436994768719, 37.892196388338917 ], [ -110.36504044819391, 37.892123397143735 ], [ -110.36567911211219, 37.892049329276034 ], [ -110.36650550416644, 37.89183386409875 ], [ -110.36754855410732, 37.891551059087462 ], [ -110.36864184838967, 37.891376669463156 ], [ -110.37000281138826, 37.891154131388546 ], [ -110.37102733106339, 37.891041540691312 ], [ -110.37192158626291, 37.890866958144628 ], [ -110.37261014886401, 37.890807539513901 ], [ -110.3736335834335, 37.89082200268269 ], [ -110.3747190023892, 37.890903481938579 ], [ -110.37566370005669, 37.890814761735982 ], [ -110.37627928968524, 37.890642272875048 ], [ -110.37664957416176, 37.890563117861113 ], [ -110.37699688541562, 37.89051087890315 ], [ -110.37733892752163, 37.890409039896952 ], [ -110.37801079504891, 37.890305337935978 ], [ -110.3793662623719, 37.890189916304266 ], [ -110.37988320564146, 37.890116030706388 ], [ -110.38043047100726, 37.889952173049274 ], [ -110.38105889159725, 37.889739168409378 ], [ -110.38169598425478, 37.889576678405902 ], [ -110.38237380308229, 37.889439634859635 ], [ -110.38351444780554, 37.889170719344115 ], [ -110.38426559650026, 37.888967353113429 ], [ -110.38482375852753, 37.888858510876794 ], [ -110.38545024115923, 37.888739207149399 ], [ -110.38657240733131, 37.888501710722963 ], [ -110.38739844683488, 37.888316740547545 ], [ -110.3883215167758, 37.888087204060483 ], [ -110.38892564581013, 37.887919095719894 ], [ -110.38945618962471, 37.887710044381215 ], [ -110.3899524815192, 37.887379138361958 ], [ -110.3903483998803, 37.887083762221209 ], [ -110.39106399949613, 37.886497118007 ], [ -110.3916755748065, 37.886112723190394 ], [ -110.39204667286764, 37.885929874831689 ], [ -110.39245143961904, 37.88580127675791 ], [ -110.39325446968382, 37.88564318534592 ], [ -110.39470227714308, 37.885209004066127 ], [ -110.39604156042668, 37.884832832354213 ], [ -110.39710234074637, 37.884441699903164 ], [ -110.39794085484185, 37.88411251198972 ], [ -110.398739415363, 37.883801139914972 ], [ -110.3993730125423, 37.883497933798445 ], [ -110.40026395560612, 37.88301126995087 ], [ -110.40085759474924, 37.882725878102626 ], [ -110.40148593274232, 37.882508256836864 ], [ -110.40209577416968, 37.882186889226901 ], [ -110.40298139833791, 37.881650606295217 ], [ -110.40366663788066, 37.881284547994547 ], [ -110.4042095530499, 37.880940297863397 ], [ -110.40467395550611, 37.880460453744405 ], [ -110.4050189953375, 37.879975498058464 ], [ -110.40523869956748, 37.879521453543703 ], [ -110.40541929224426, 37.878981587877632 ], [ -110.40549805473077, 37.878378116932033 ], [ -110.40548947324417, 37.878031074384474 ], [ -110.40540209602079, 37.877584491234941 ], [ -110.40535346529417, 37.877268791741578 ], [ -110.40532674225564, 37.877056852010767 ], [ -110.4052688433931, 37.87647972954337 ], [ -110.40523799380895, 37.876073990074886 ], [ -110.40525302341918, 37.875618911015678 ], [ -110.40529528227172, 37.875312683489256 ], [ -110.4053037568639, 37.874965726909075 ], [ -110.40526276951134, 37.874406715609787 ], [ -110.40511543653224, 37.873639868559529 ], [ -110.40510624105067, 37.873369432889668 ], [ -110.40514259684743, 37.87309021439453 ], [ -110.40514531447553, 37.872752241584337 ], [ -110.40505765522734, 37.87234170828598 ], [ -110.40498802975182, 37.871809590863428 ], [ -110.40500740346154, 37.871521273532871 ], [ -110.40498530352242, 37.871300343916339 ], [ -110.40493690915693, 37.871097307345956 ], [ -110.40486221718794, 37.870488553824231 ], [ -110.40482995812408, 37.870258559810758 ], [ -110.4047294114437, 37.8700372335175 ], [ -110.40459008862842, 37.869689529335155 ], [ -110.40445895442384, 37.869030918588294 ], [ -110.40434476708477, 37.86838591284004 ], [ -110.40417828961952, 37.867881244827714 ], [ -110.40409589732444, 37.867523913762348 ], [ -110.40401295409683, 37.867235078499888 ], [ -110.40390119031883, 37.866995668661851 ], [ -110.40377824009504, 37.866733669605594 ], [ -110.40364960639776, 37.866471641625637 ], [ -110.40354990369404, 37.866146669171641 ], [ -110.40349520387434, 37.865880509023476 ], [ -110.40340089622227, 37.865591615688047 ], [ -110.40327302891785, 37.865234954795369 ], [ -110.40319588460184, 37.864932628776096 ], [ -110.40318024937895, 37.864756796298508 ], [ -110.40316828499866, 37.864125826596293 ], [ -110.40312662813061, 37.863652433596414 ], [ -110.40300608533335, 37.863093017205443 ], [ -110.40301384146129, 37.862836186353753 ], [ -110.40312459341088, 37.862495155550448 ], [ -110.40358647713953, 37.861608815219839 ], [ -110.40390305117425, 37.861119210307592 ], [ -110.40413291148236, 37.860809425546066 ], [ -110.40423768832089, 37.86050351398633 ], [ -110.40426270898517, 37.860219731297704 ], [ -110.40422586022147, 37.859854518613439 ], [ -110.40414292468074, 37.859565683135379 ], [ -110.40401393894518, 37.859348718466102 ], [ -110.40356978574874, 37.858742598851997 ], [ -110.40321096784254, 37.858127897069195 ], [ -110.40312319022907, 37.857735386806453 ], [ -110.40304688981031, 37.857329415146225 ], [ -110.40297721879632, 37.856806308051702 ], [ -110.40287341106507, 37.856287534265483 ], [ -110.40266444495317, 37.855277018446145 ], [ -110.40265996005226, 37.854564968635671 ], [ -110.40255830317705, 37.85378032173881 ], [ -110.40252889463798, 37.853198833839976 ], [ -110.40261347913298, 37.852577365722048 ], [ -110.40273041641919, 37.852172373699233 ], [ -110.40288076105897, 37.851853174490472 ], [ -110.40306520350134, 37.851534147925101 ], [ -110.40324905592107, 37.851288123411386 ], [ -110.40346709314326, 37.851031456168435 ], [ -110.40400580723225, 37.850475377515494 ], [ -110.40452750025823, 37.849914703742989 ], [ -110.40487741977758, 37.849511788569721 ], [ -110.40547819807939, 37.849009193373071 ], [ -110.40586112834009, 37.848740735711118 ], [ -110.40622675400404, 37.848503735070359 ], [ -110.406661232525, 37.848326566102131 ], [ -110.40823277353442, 37.847810817928213 ], [ -110.40946876743799, 37.847465515048185 ], [ -110.41133676494435, 37.846970138850885 ], [ -110.41254345861131, 37.846732813289002 ], [ -110.41349452532704, 37.846480682925275 ], [ -110.41414983100411, 37.846258619394433 ], [ -110.41469151289151, 37.846031480994171 ], [ -110.41525027533977, 37.845799918388373 ], [ -110.41587118900401, 37.84561372651563 ], [ -110.416668335241, 37.845419391432465 ], [ -110.41719281337834, 37.845210182270598 ], [ -110.41791657269579, 37.844952384327108 ], [ -110.41849201124751, 37.844765953775884 ], [ -110.41914065004016, 37.844665505196907 ], [ -110.4201012692661, 37.844638693927692 ], [ -110.42070402052347, 37.844592088892867 ], [ -110.42109666030248, 37.844525520728482 ], [ -110.42160946591389, 37.844353187820388 ], [ -110.42239048506454, 37.844037058816319 ], [ -110.42321756212293, 37.843643638161083 ], [ -110.42382229493865, 37.843341056872269 ], [ -110.42424321074071, 37.843144828920821 ], [ -110.42470087770441, 37.842899207339912 ], [ -110.42528350480556, 37.84251449191698 ], [ -110.42608931429592, 37.841928068256813 ], [ -110.42659822925224, 37.841520454394264 ], [ -110.42694168622324, 37.841197657069657 ], [ -110.42735315469456, 37.840897722026298 ], [ -110.42793135777765, 37.840346230656614 ], [ -110.42887516602846, 37.839544145011715 ], [ -110.42961920819224, 37.838853747233351 ], [ -110.43011120930539, 37.838423503335854 ], [ -110.43068910192436, 37.837759333590441 ], [ -110.43110322996604, 37.837256604643159 ], [ -110.43146466909685, 37.836806796770816 ], [ -110.43183298177576, 37.836201095297056 ], [ -110.43202876624986, 37.835715335434202 ], [ -110.43224951422548, 37.835234202064555 ], [ -110.43257188085495, 37.834690466571239 ], [ -110.43284726967913, 37.834344790884487 ], [ -110.43301435548616, 37.834043658405292 ], [ -110.43321146958303, 37.833530863621249 ], [ -110.43354387857975, 37.832563560397958 ], [ -110.43382207883599, 37.831699645526768 ], [ -110.43424110571959, 37.830399273481135 ], [ -110.43442428688975, 37.829476315510178 ], [ -110.43459141619465, 37.828422590761342 ], [ -110.43471501477832, 37.827116291100189 ], [ -110.43477428643315, 37.826049429657644 ], [ -110.43483712034974, 37.825260187293104 ], [ -110.43488283379567, 37.824480777009917 ], [ -110.43479537239459, 37.824029704336425 ], [ -110.43476889157115, 37.823777211562522 ], [ -110.43480455900709, 37.823570082317133 ], [ -110.43491517950604, 37.823219103686469 ], [ -110.43503788237223, 37.822773545726818 ], [ -110.43505770782158, 37.822408611776844 ], [ -110.4350654154498, 37.822142763379382 ], [ -110.43514208425742, 37.821773595465899 ], [ -110.43523637875199, 37.821327900940219 ], [ -110.4352909746773, 37.820873002915562 ], [ -110.43541343094114, 37.820458988918119 ], [ -110.43542695511782, 37.82017514215179 ], [ -110.43547504443356, 37.819828369566345 ], [ -110.43556768714703, 37.819598980322638 ], [ -110.43579259876198, 37.819158417536642 ], [ -110.4358471895098, 37.818703519046998 ], [ -110.43580517393131, 37.818252664340484 ], [ -110.43571771377644, 37.817801591889896 ], [ -110.43564884031225, 37.81714781429622 ], [ -110.43560234701461, 37.816539209191582 ], [ -110.43556959816178, 37.816214581664582 ], [ -110.43561365424824, 37.815800191405089 ], [ -110.43563258258229, 37.815552422575017 ], [ -110.43555173328804, 37.814979704978228 ], [ -110.43546280269047, 37.814722406173672 ], [ -110.43540224025803, 37.814469749805355 ], [ -110.43539290439708, 37.81420381933188 ], [ -110.43543493182754, 37.813906589264988 ], [ -110.4354449016873, 37.81334331976452 ], [ -110.43544340790271, 37.812793514884916 ], [ -110.43547602963389, 37.812239366914625 ], [ -110.4354790147909, 37.811847312286105 ], [ -110.43576523100658, 37.810812179366742 ], [ -110.43597382810249, 37.810272393448678 ], [ -110.43615251423952, 37.809930751753051 ], [ -110.43624760899479, 37.809376902292357 ], [ -110.43634321611103, 37.808755457018485 ], [ -110.4365513510393, 37.808275154009102 ], [ -110.43686139228569, 37.807838600597215 ], [ -110.43722325975214, 37.80730855782631 ], [ -110.43747005629501, 37.806971745829721 ], [ -110.43770473928328, 37.806734019437236 ], [ -110.43828772986359, 37.806254600508517 ], [ -110.43884093969352, 37.805806582587671 ], [ -110.43920109047546, 37.805650568556253 ], [ -110.4396618615819, 37.805558123697828 ], [ -110.44013354866775, 37.805524314000799 ], [ -110.44114933130768, 37.805646307369962 ], [ -110.44175627963381, 37.805752835679634 ], [ -110.44228296801515, 37.805958124916096 ], [ -110.44279111167965, 37.806212896082904 ], [ -110.44371587019441, 37.806658908027124 ], [ -110.4442176345561, 37.807008280361607 ], [ -110.44470961862892, 37.807299019368294 ], [ -110.4454001993988, 37.807617730734187 ], [ -110.44609014655701, 37.808022059421191 ], [ -110.44685958658361, 37.808431263899266 ], [ -110.44731206601618, 37.808690260714293 ], [ -110.44796331385099, 37.808954693976389 ], [ -110.44909662866149, 37.809320523044001 ], [ -110.44983305528912, 37.8095898508411 ], [ -110.45046791460729, 37.809768569389199 ], [ -110.45084824303214, 37.809801888817127 ], [ -110.45130859253047, 37.809767981609461 ], [ -110.45202427651104, 37.809771312994833 ], [ -110.45285386055058, 37.809734610223046 ], [ -110.45343906977212, 37.80971479419371 ], [ -110.45390566191317, 37.809604294532427 ], [ -110.45493513716022, 37.809419787591132 ], [ -110.45606631837514, 37.809307846025291 ], [ -110.45674817599993, 37.809275841443146 ], [ -110.45771440864463, 37.809193767741782 ], [ -110.45843058155151, 37.809129464246944 ], [ -110.45934513961507, 37.808966923051742 ], [ -110.46034713242773, 37.808809281864725 ], [ -110.46117128429987, 37.808736443201887 ], [ -110.46183048039677, 37.808695292421433 ], [ -110.46250699006413, 37.8086163619517 ], [ -110.4634616136354, 37.808566635222824 ], [ -110.46421704712159, 37.808570073530483 ], [ -110.46489883647394, 37.808546133206114 ], [ -110.46557468565412, 37.80855821436807 ], [ -110.46627909704821, 37.808547888324057 ], [ -110.46724472132242, 37.80854775279478 ], [ -110.46788623262935, 37.808595717781863 ], [ -110.46854381573579, 37.808778948233837 ], [ -110.46890071792298, 37.808911247757933 ], [ -110.46939397346168, 37.809039653908648 ], [ -110.46966661309865, 37.809040881643753 ], [ -110.4700476879397, 37.808970491847816 ], [ -110.47071885935452, 37.808842819459791 ], [ -110.47114543628513, 37.808763617440633 ], [ -110.47141920574222, 37.808606215670906 ], [ -110.47172200304543, 37.808360615074882 ], [ -110.47214523800208, 37.807952416326586 ], [ -110.47261451628138, 37.807458797707511 ], [ -110.47281575312712, 37.807116299333593 ], [ -110.47292025816178, 37.806797703198406 ], [ -110.47306446324156, 37.806487396328571 ], [ -110.47327885659399, 37.806051219678999 ], [ -110.47361557779415, 37.805665161330317 ], [ -110.4738725087842, 37.80547703393426 ], [ -110.47412433396018, 37.805207765241519 ], [ -110.47449677180006, 37.80474975889004 ], [ -110.47484233856144, 37.804075316991124 ], [ -110.47499272020606, 37.803692930260894 ], [ -110.47511377758484, 37.803441102709925 ], [ -110.47547560617834, 37.802874888518616 ], [ -110.47578501871328, 37.802330972689312 ], [ -110.47602794025434, 37.801872384812995 ], [ -110.47648243763973, 37.801049705800928 ], [ -110.47669572258422, 37.800604504388225 ], [ -110.47694980884418, 37.800010767346109 ], [ -110.47718209506117, 37.799286242790835 ], [ -110.47729951518231, 37.798903706461196 ], [ -110.47736387350521, 37.798474967716274 ], [ -110.47737751152809, 37.7981514573694 ], [ -110.47738214689898, 37.797493520444206 ], [ -110.47735350146769, 37.79672277183515 ], [ -110.47730442211032, 37.796434134316449 ], [ -110.47717574167473, 37.796158663221249 ], [ -110.47694449082607, 37.795932308794704 ], [ -110.4766508680019, 37.795692157180582 ], [ -110.47636825510801, 37.795501625922427 ], [ -110.47585829475599, 37.795337122120699 ], [ -110.47516096368837, 37.795167275004815 ], [ -110.47455421134757, 37.795038386814007 ], [ -110.47416325990379, 37.794910458873289 ], [ -110.47385758926929, 37.794769390838525 ], [ -110.47368247039437, 37.79463791841976 ], [ -110.47356410899573, 37.794511205923996 ], [ -110.47346836754723, 37.794398114081609 ], [ -110.47335696533342, 37.794091170068995 ], [ -110.47327899712151, 37.793874506625137 ], [ -110.4732301913608, 37.793549816061415 ], [ -110.47298816633202, 37.792444626242201 ], [ -110.47269911149495, 37.79156545468598 ], [ -110.47251075306124, 37.790901245562559 ], [ -110.47243528977693, 37.790333080777373 ], [ -110.47232139189148, 37.78957997466258 ], [ -110.47226357561159, 37.788926263967717 ], [ -110.47211379577001, 37.788268535927507 ], [ -110.47206334766682, 37.787537345092773 ], [ -110.47202240962498, 37.786906242519379 ], [ -110.47207797044088, 37.786280078845948 ], [ -110.4720981467341, 37.785838525766174 ], [ -110.47209528945865, 37.785441935117412 ], [ -110.47203571472812, 37.785036077175583 ], [ -110.47192118709113, 37.784373098563748 ], [ -110.4717263346715, 37.783826930427061 ], [ -110.47146421528208, 37.783158782865563 ], [ -110.47108225318918, 37.782575721561194 ], [ -110.4707694025315, 37.781856871032254 ], [ -110.47056371070151, 37.781240349616489 ], [ -110.47037004026114, 37.780531046481642 ], [ -110.47014236480844, 37.77981347821958 ], [ -110.46989763756572, 37.779258069286463 ], [ -110.46957731617212, 37.778634720969471 ], [ -110.46926200896205, 37.778263762328386 ], [ -110.46903625730152, 37.778073469277651 ], [ -110.46875891813966, 37.777951443113444 ], [ -110.46843030076249, 37.777854421781356 ], [ -110.46782987034858, 37.777657027673641 ], [ -110.46749559732999, 37.777557274251542 ], [ -110.4671153578721, 37.777375292407058 ], [ -110.46679494366569, 37.777085422338828 ], [ -110.46642430694092, 37.776515916506561 ], [ -110.4660714212649, 37.775847345305117 ], [ -110.46553300454345, 37.774925563516582 ], [ -110.46493792544766, 37.773990002168887 ], [ -110.46443200663019, 37.773289184853432 ], [ -110.46396032316964, 37.772565988177867 ], [ -110.46358294634969, 37.772149666004744 ], [ -110.4631202538522, 37.771755486811529 ], [ -110.46261243686966, 37.771478270978655 ], [ -110.46198936615885, 37.771123915021462 ], [ -110.46155373396252, 37.770914622804113 ], [ -110.46120257330092, 37.77080035332542 ], [ -110.46088491979994, 37.770762847887809 ], [ -110.46023264816223, 37.770678743588952 ], [ -110.459710589298, 37.770644805104197 ], [ -110.45931234298259, 37.770760149454631 ], [ -110.45889660449691, 37.770938504185438 ], [ -110.4584749897509, 37.771143869883645 ], [ -110.45772888295289, 37.771470320089655 ], [ -110.45703456902811, 37.771700563502442 ], [ -110.4564598270677, 37.771882683399369 ], [ -110.45618673041392, 37.771962541731995 ], [ -110.45560198477698, 37.771959841735097 ], [ -110.45486956738395, 37.771965468934312 ], [ -110.45427316947291, 37.772003267599644 ], [ -110.45364861738069, 37.772009386698535 ], [ -110.45258118160294, 37.772022459045949 ], [ -110.45149784956649, 37.77203544773073 ], [ -110.45039491476891, 37.772088894181508 ], [ -110.44964432923994, 37.772094404156732 ], [ -110.44932704314959, 37.772160520452545 ], [ -110.44889524520039, 37.772203567536756 ], [ -110.44850946652252, 37.772165710118735 ], [ -110.44792538636223, 37.772226067145724 ], [ -110.4469297419183, 37.772356595473283 ], [ -110.44576467885544, 37.772517864656422 ], [ -110.44480865584762, 37.772815304510353 ], [ -110.44391504091568, 37.773117537665335 ], [ -110.4433804363878, 37.773241197574748 ], [ -110.44271481393109, 37.773422820913467 ], [ -110.4420326306315, 37.773541270080521 ], [ -110.44150376507218, 37.773655935481415 ], [ -110.44103731390794, 37.773775401153074 ], [ -110.44076849833618, 37.773886789944186 ], [ -110.43992715351571, 37.774180227622779 ], [ -110.43945389648191, 37.774448371420704 ], [ -110.43866644040067, 37.774971891355655 ], [ -110.43814659522513, 37.775393031201666 ], [ -110.43751921462186, 37.77576858976046 ], [ -110.43673186770675, 37.776274070814615 ], [ -110.43590445946818, 37.776819913850417 ], [ -110.43555665897176, 37.777012030677078 ], [ -110.43525461969395, 37.777159300138031 ], [ -110.43487288109729, 37.777334127312272 ], [ -110.43433132469187, 37.777619047631816 ], [ -110.43349916923509, 37.778038666941519 ], [ -110.4326731642043, 37.778395218024201 ], [ -110.43203530639506, 37.77864901934462 ], [ -110.43111356180113, 37.778901446925474 ], [ -110.43000998725519, 37.779171014079189 ], [ -110.429424363035, 37.77927543594685 ], [ -110.4287202549874, 37.779281938747118 ], [ -110.42841978929023, 37.779221896290643 ], [ -110.42815370252933, 37.779121460851961 ], [ -110.428091491278, 37.779089612975369 ], [ -110.42786009656483, 37.778908227116126 ], [ -110.42774755111552, 37.778776990253995 ], [ -110.42757252867705, 37.778501239756963 ], [ -110.42719560583608, 37.778048751702428 ], [ -110.42673058318721, 37.777388531894182 ], [ -110.42641675024743, 37.776855230061734 ], [ -110.42619470137652, 37.776200697100094 ], [ -110.4260446507183, 37.775780855769355 ], [ -110.42608185749776, 37.775374544801394 ], [ -110.42617505705726, 37.77506945354903 ], [ -110.42631977661358, 37.774709632935917 ], [ -110.42647006760598, 37.774363358935084 ], [ -110.42662478155469, 37.774179342635229 ], [ -110.42681369751418, 37.773977466230292 ], [ -110.42700306457357, 37.773717006336156 ], [ -110.42711855678084, 37.773465200124583 ], [ -110.42721738716328, 37.773312457278323 ], [ -110.42774933876994, 37.772652576358333 ], [ -110.4281617738484, 37.77217688231331 ], [ -110.42848302322048, 37.771745810240283 ], [ -110.42869550306739, 37.771431380757676 ], [ -110.42889631504983, 37.77115745344517 ], [ -110.42918290463022, 37.770802823062276 ], [ -110.42950833026519, 37.77056555078984 ], [ -110.43004501319534, 37.770171569623386 ], [ -110.43066071856519, 37.769836553204733 ], [ -110.4315501184924, 37.769345124133189 ], [ -110.43210893794539, 37.769023345346923 ], [ -110.43253123218108, 37.768736959090262 ], [ -110.43311385108215, 37.768271079770265 ], [ -110.43370699151689, 37.767913405815484 ], [ -110.43400328482191, 37.767770618956014 ], [ -110.43431647691796, 37.767645037442634 ], [ -110.43477215689693, 37.76744532949899 ], [ -110.43523981170118, 37.76716365753083 ], [ -110.43596421664363, 37.766711963038574 ], [ -110.4365516200976, 37.76635875370156 ], [ -110.43719031290784, 37.765978746911109 ], [ -110.43791982541616, 37.765599169827723 ], [ -110.43855874320916, 37.765187610571438 ], [ -110.43924279434756, 37.764812315179526 ], [ -110.43975012442745, 37.764534419123137 ], [ -110.44024064527422, 37.764226697609907 ], [ -110.44085595035578, 37.763932184568247 ], [ -110.44148970333771, 37.763448479460656 ], [ -110.44217252076946, 37.763082174161887 ], [ -110.44269829027725, 37.762764694650585 ], [ -110.44296031843265, 37.762644255871457 ], [ -110.44349528606959, 37.762462013599155 ], [ -110.44390016647716, 37.762216062999016 ], [ -110.44424273904453, 37.76195179085412 ], [ -110.4445803404812, 37.761592856095149 ], [ -110.44475778246949, 37.761396304051232 ], [ -110.44526850154394, 37.760658728720415 ], [ -110.44568841119468, 37.759918020016698 ], [ -110.44581578250222, 37.759584230714083 ], [ -110.4459785472898, 37.759071245691175 ], [ -110.44622692173161, 37.758495570541044 ], [ -110.44665296878664, 37.757689992106052 ], [ -110.44694730487534, 37.757038820460558 ], [ -110.44713316232813, 37.756471862937538 ], [ -110.44732465927632, 37.755909438088892 ], [ -110.44739662493298, 37.755391518315719 ], [ -110.44741807688374, 37.754796749672998 ], [ -110.44746807488367, 37.754179581868847 ], [ -110.44748421869193, 37.753535215755925 ], [ -110.44744891241578, 37.752940180823188 ], [ -110.44746468736091, 37.752345385307386 ], [ -110.44745191648836, 37.751772988842113 ], [ -110.44753526559138, 37.7510973913935 ], [ -110.44751167526006, 37.750606062690174 ], [ -110.44752694232095, 37.750232087401073 ], [ -110.44756751219691, 37.749966388822344 ], [ -110.44768093951851, 37.749214320009408 ], [ -110.44771634984286, 37.748268102058788 ], [ -110.44778497347377, 37.747434704333024 ], [ -110.44786186562303, 37.747015951589766 ], [ -110.44783687119755, 37.746560668766293 ], [ -110.4477668776012, 37.746051095974813 ], [ -110.44765573741756, 37.744968993032366 ], [ -110.44764437225344, 37.744207325545446 ], [ -110.44757752663681, 37.743427371573148 ], [ -110.44758107694938, 37.742949689236873 ], [ -110.44758828958868, 37.742590096804804 ], [ -110.44764792519838, 37.742201907815755 ], [ -110.44773048716667, 37.741783181343536 ], [ -110.44786413708985, 37.740598572808366 ], [ -110.44791582729556, 37.739751574790631 ], [ -110.44812607071142, 37.738950385042678 ], [ -110.44832929725891, 37.738329425877694 ], [ -110.44845711335685, 37.737928936778893 ], [ -110.44875606541152, 37.73740756979295 ], [ -110.44911326047765, 37.736683677234304 ], [ -110.44941283693885, 37.736076685964072 ], [ -110.44979812398165, 37.735388975141568 ], [ -110.45020563445748, 37.7347644590267 ], [ -110.45089190840285, 37.734042095064723 ], [ -110.45139576375611, 37.733431543206216 ], [ -110.45190969678818, 37.732992286866818 ], [ -110.45259457085926, 37.732455578218712 ], [ -110.45355293019945, 37.731765106425044 ], [ -110.45420799525286, 37.731421132700568 ], [ -110.45506167794369, 37.731073567022726 ], [ -110.45589318433366, 37.730653787076648 ], [ -110.45686098798093, 37.730216602847193 ], [ -110.45777676209121, 37.729909862875353 ], [ -110.45960861533825, 37.729251296797756 ], [ -110.4613715017497, 37.728709558781041 ], [ -110.46313468807574, 37.728122729551245 ], [ -110.46409642473598, 37.727729622632374 ], [ -110.46531562753064, 37.72703753566023 ], [ -110.46631957050018, 37.726293987590303 ], [ -110.46726685416337, 37.725536654951561 ], [ -110.46830073593011, 37.724567894383128 ], [ -110.46874822861602, 37.723875893485051 ], [ -110.46897368563086, 37.723448781028843 ], [ -110.46914574558561, 37.723030440896956 ], [ -110.46923841752913, 37.722764967955882 ], [ -110.46952735820435, 37.722027183757476 ], [ -110.46966260028977, 37.721360813265719 ], [ -110.46967638863113, 37.721018372552955 ], [ -110.46965290596303, 37.720333261380105 ], [ -110.46964907763531, 37.719278696006555 ], [ -110.46950777845514, 37.718408283251392 ], [ -110.4693368959658, 37.717708988525033 ], [ -110.46914319615537, 37.717027617212295 ], [ -110.46902270976129, 37.716580919430164 ], [ -110.46894771908187, 37.715800936641074 ], [ -110.46905462244561, 37.715129931858947 ], [ -110.46911344069434, 37.714837266453486 ], [ -110.4693082763947, 37.714563239808392 ], [ -110.46948009832282, 37.714334175471514 ], [ -110.46962426221113, 37.714005840805768 ], [ -110.46988229630979, 37.71361943192565 ], [ -110.47037486393479, 37.712959172341129 ], [ -110.47099779648532, 37.712313015460289 ], [ -110.47162119818194, 37.711599257947938 ], [ -110.47206063816904, 37.711227176783858 ], [ -110.47304743013845, 37.710302325501466 ], [ -110.47423071563365, 37.709181853279659 ], [ -110.47508742576889, 37.708355550068838 ], [ -110.47591501303887, 37.707634566074162 ], [ -110.47655356979654, 37.707173220129036 ], [ -110.47743088816692, 37.706636316439678 ], [ -110.47851355678952, 37.70609580791384 ], [ -110.4793039704801, 37.705653144914173 ], [ -110.47976438726793, 37.705515471773154 ], [ -110.48039452437972, 37.705441637683712 ], [ -110.4810537747975, 37.705259769261012 ], [ -110.48220708699431, 37.704994441861118 ], [ -110.48321846504736, 37.704746507670173 ], [ -110.4842011016046, 37.704552518609773 ], [ -110.48508734015564, 37.704353593776922 ], [ -110.48587185168672, 37.704100139170571 ], [ -110.48615626006361, 37.703984206536795 ], [ -110.48720883661437, 37.703515592580807 ], [ -110.48773501560237, 37.703049190029091 ], [ -110.48810491082924, 37.702708292404267 ], [ -110.48834015313957, 37.702317236402735 ], [ -110.48839333700137, 37.702006509506383 ], [ -110.48836712127624, 37.701694536747581 ], [ -110.48826654055976, 37.701474176573683 ], [ -110.48797452117559, 37.701049285325389 ], [ -110.48765402861103, 37.700641394827066 ], [ -110.48705645240766, 37.700112421946081 ], [ -110.48657145356987, 37.699709220692604 ], [ -110.48600708835349, 37.69930116486632 ], [ -110.48554422007049, 37.698980076582608 ], [ -110.48514986346464, 37.698594390091614 ], [ -110.48481798519492, 37.698196356677109 ], [ -110.48448090702897, 37.697730700046719 ], [ -110.48422131880051, 37.697378047294698 ], [ -110.48398332728374, 37.6966919973977 ], [ -110.48382790169832, 37.696204600415022 ], [ -110.48371152131905, 37.695812013526961 ], [ -110.48358968336166, 37.695388757468756 ], [ -110.48354027318169, 37.69515329461133 ], [ -110.48355342877188, 37.694891967259267 ], [ -110.48362865565642, 37.694675978096775 ], [ -110.48400989249731, 37.69367717324743 ], [ -110.4843331656904, 37.692857477752227 ], [ -110.48447372819378, 37.692214544225038 ], [ -110.48454577412156, 37.69163800925584 ], [ -110.48465976128999, 37.690737179344936 ], [ -110.4847391277298, 37.689921824101738 ], [ -110.48470959252222, 37.689272738636866 ], [ -110.48474125186361, 37.688795172901266 ], [ -110.48478553055349, 37.688132889896572 ], [ -110.48477783661896, 37.687605579043542 ], [ -110.48467147530228, 37.686585711516614 ], [ -110.48456444934794, 37.685662283019546 ], [ -110.48454918952324, 37.684589634786654 ], [ -110.48439652969836, 37.6837056648627 ], [ -110.48443806947189, 37.682619744643382 ], [ -110.48441277453358, 37.682177982638706 ], [ -110.48452313012753, 37.681799906656067 ], [ -110.48471107955893, 37.681516809204403 ], [ -110.48509521768618, 37.680906484167799 ], [ -110.48560576884024, 37.680218293543902 ], [ -110.48598391800741, 37.679652104480695 ], [ -110.48622995600401, 37.679166458388949 ], [ -110.48633573063459, 37.678792867171346 ], [ -110.48640203141203, 37.678387557382926 ], [ -110.48647858380163, 37.677811039428931 ], [ -110.48644735959843, 37.67740530486487 ], [ -110.48635875294329, 37.677098466705552 ], [ -110.48624170422615, 37.676805024527319 ], [ -110.48603536820339, 37.676303887160678 ], [ -110.48598103232425, 37.675961144792787 ], [ -110.48600052895365, 37.675600697565699 ], [ -110.48602575733928, 37.675231261985694 ], [ -110.48613064185994, 37.674821613585856 ], [ -110.4863265826142, 37.674362788485297 ], [ -110.48662448222031, 37.673917926825915 ], [ -110.48712236720417, 37.673248601456571 ], [ -110.48770510117632, 37.672606682391077 ], [ -110.48841887431382, 37.671870689026534 ], [ -110.4890792906792, 37.67147245931973 ], [ -110.49016096800875, 37.670823674806726 ], [ -110.49116858573646, 37.670224134003469 ], [ -110.49198915951158, 37.669614765695009 ], [ -110.49234293822884, 37.669281894875084 ], [ -110.49265143898933, 37.668937110899648 ], [ -110.49290303545096, 37.668622726734675 ], [ -110.49355417363174, 37.667913472187422 ], [ -110.4939892889158, 37.667288913917467 ], [ -110.49424700199421, 37.66690695309557 ], [ -110.49445969555494, 37.666475225459543 ], [ -110.49456985387096, 37.666115164654606 ], [ -110.49476423878215, 37.665205651783239 ], [ -110.494978721781, 37.66434129111888 ], [ -110.49517040199183, 37.663494858986134 ], [ -110.49532825754213, 37.662954734845435 ], [ -110.49560368690071, 37.662464686571688 ], [ -110.49592568202682, 37.661962217947703 ], [ -110.49654341873443, 37.660981501839416 ], [ -110.49702436461833, 37.660276007061483 ], [ -110.49719667370869, 37.659943248360221 ], [ -110.49732375996065, 37.659591368675152 ], [ -110.4973829921117, 37.659213962387483 ], [ -110.49733995266278, 37.658871272280841 ], [ -110.49726716373623, 37.658569015361429 ], [ -110.49718870972708, 37.657761987422759 ], [ -110.49692297828328, 37.656818960712535 ], [ -110.49673478498339, 37.656146664268363 ], [ -110.49675008192979, 37.655559961155959 ], [ -110.49682080215679, 37.655160070552569 ], [ -110.49697157626551, 37.654656867858073 ], [ -110.49734136706761, 37.653616501852419 ], [ -110.49766497703854, 37.652698519312615 ], [ -110.49798084793491, 37.652086956531107 ], [ -110.4982326372825, 37.651732000635945 ], [ -110.49862560886331, 37.651454257749656 ], [ -110.49889333702527, 37.65125710170355 ], [ -110.49921219650766, 37.651042135416333 ], [ -110.4996389870519, 37.650791572705593 ], [ -110.50009929896068, 37.650613257273484 ], [ -110.50072311627935, 37.650395072085786 ], [ -110.50126267175681, 37.65040186110113 ], [ -110.50152867226967, 37.650461572154036 ], [ -110.5017774887944, 37.650548250081059 ], [ -110.50199742453901, 37.650715925705164 ], [ -110.50232954747344, 37.651059834552711 ], [ -110.50283672032013, 37.651503627149445 ], [ -110.50319755103068, 37.651793574428282 ], [ -110.50364392117359, 37.652006365759874 ], [ -110.50396651389411, 37.652080730782529 ], [ -110.50425522477884, 37.652136024512572 ], [ -110.50466266592495, 37.652236882881461 ], [ -110.50518385556991, 37.652450883868148 ], [ -110.50569669468203, 37.652727940991447 ], [ -110.50615270720395, 37.653027291364857 ], [ -110.50662176041128, 37.653412321303229 ], [ -110.50720824008765, 37.653869946736712 ], [ -110.50798670307893, 37.654441036954204 ], [ -110.50865210949459, 37.654966584431996 ], [ -110.50937385255885, 37.655546442528141 ], [ -110.51013528536444, 37.656126461011681 ], [ -110.51097599900847, 37.656720323267898 ], [ -110.5115521688308, 37.657029164108096 ], [ -110.51212949349626, 37.657162246732589 ], [ -110.51265110782613, 37.657146376230159 ], [ -110.51315609918603, 37.657071848086787 ], [ -110.51355380104501, 37.656933781983049 ], [ -110.51421377529816, 37.656562447971545 ], [ -110.51501016491389, 37.656133084423814 ], [ -110.51575024255204, 37.655644897538721 ], [ -110.51654211406313, 37.65503523804027 ], [ -110.51730484378261, 37.654547134086457 ], [ -110.51786809810449, 37.654224956977956 ], [ -110.51851142981846, 37.653790437153638 ], [ -110.5192859932009, 37.65322124835761 ], [ -110.52000915473644, 37.65271043203672 ], [ -110.52083488181742, 37.652114401012405 ], [ -110.5214954135031, 37.651643881106587 ], [ -110.52195073356974, 37.65135279311513 ], [ -110.52226383081849, 37.651142247657731 ], [ -110.52285092097792, 37.650630862492164 ], [ -110.52343239276112, 37.650110438284138 ], [ -110.52375796752948, 37.649719672045165 ], [ -110.52425409196528, 37.649248472562945 ], [ -110.52472247414642, 37.648682518898916 ], [ -110.52501391441882, 37.648309638257935 ], [ -110.52550455445075, 37.647806864510265 ], [ -110.52595021859302, 37.647245321086309 ], [ -110.52628337020036, 37.646728390981131 ], [ -110.52659186566461, 37.646166294117592 ], [ -110.52716479801076, 37.645195148413563 ], [ -110.5276587131964, 37.644169603182775 ], [ -110.52806096708861, 37.643296916304465 ], [ -110.52845848418814, 37.642275488354535 ], [ -110.52873464370398, 37.641623122405221 ], [ -110.52892598918038, 37.64093887029604 ], [ -110.52909525976403, 37.640159889252715 ], [ -110.5292335466181, 37.63979990616091 ], [ -110.52935961661085, 37.639579581461149 ], [ -110.52955964233952, 37.639314484658826 ], [ -110.53039403942799, 37.638205558170569 ], [ -110.53106263742724, 37.637324005121435 ], [ -110.531244516833, 37.637058833201621 ], [ -110.53140576764916, 37.636829632576166 ], [ -110.53160535431419, 37.636632130750421 ], [ -110.53175354205338, 37.636497518261919 ], [ -110.53189091006996, 37.636280840889654 ], [ -110.53223957813641, 37.635805415877407 ], [ -110.53274700238792, 37.635316197202762 ], [ -110.53341903781531, 37.634782560454532 ], [ -110.53438054425402, 37.634173448763683 ], [ -110.53474428153901, 37.634003629346431 ], [ -110.53503390658304, 37.633904722500731 ], [ -110.53648692564346, 37.633532778835253 ], [ -110.53778649014203, 37.633231421911923 ], [ -110.53864837714593, 37.633144661345689 ], [ -110.53897599229279, 37.633132421853475 ], [ -110.53960581643787, 37.633184454803676 ], [ -110.54026369708166, 37.63328166066065 ], [ -110.54083862445711, 37.633414593608421 ], [ -110.54158626189103, 37.633660862269288 ], [ -110.54230955134763, 37.633997165625033 ], [ -110.54298165357196, 37.634364813136877 ], [ -110.54316746940201, 37.634559320580038 ], [ -110.54350612337865, 37.634781459331776 ], [ -110.54389052683273, 37.634936173576968 ], [ -110.54456831215525, 37.63530383400478 ], [ -110.5451163659164, 37.635572744518576 ], [ -110.54621236474496, 37.636130386933772 ], [ -110.54691180012577, 37.636669371472181 ], [ -110.54761086307533, 37.637271444105025 ], [ -110.54830405203219, 37.637909543610419 ], [ -110.54895276096613, 37.638407761526722 ], [ -110.54959551221732, 37.638955526716849 ], [ -110.55027769831572, 37.639543998924452 ], [ -110.55105073272209, 37.640105772756293 ], [ -110.55164296946704, 37.640576720741365 ], [ -110.55222427952297, 37.640980925250965 ], [ -110.55267013257607, 37.641292676882905 ], [ -110.55317821619101, 37.641623590625528 ], [ -110.55358518254262, 37.641805398838841 ], [ -110.55407133174377, 37.64201454510691 ], [ -110.55467104568599, 37.642188064583841 ], [ -110.55539549786329, 37.64235303778694 ], [ -110.55629598998765, 37.642460081788826 ], [ -110.55686251167644, 37.642498264605891 ], [ -110.55724249239005, 37.642454624360198 ], [ -110.55771293660757, 37.642447375584943 ], [ -110.55852948965718, 37.642373820235512 ], [ -110.55902890940479, 37.642258514069454 ], [ -110.55938156247264, 37.642043510543417 ], [ -110.55984761294987, 37.641819915688892 ], [ -110.56064323966439, 37.641448825998886 ], [ -110.56119543152062, 37.641031758810897 ], [ -110.56168588673923, 37.640510805730877 ], [ -110.56223380015119, 37.639854862987988 ], [ -110.56255986727849, 37.63933780274705 ], [ -110.56302953381996, 37.638492284859964 ], [ -110.56326541824797, 37.637889261285238 ], [ -110.56336990359475, 37.63746601874206 ], [ -110.56346305382893, 37.637042734133502 ], [ -110.56357373093302, 37.636529380347589 ], [ -110.56363445881937, 37.635835573850954 ], [ -110.56360873381061, 37.635389315800026 ], [ -110.56365683550767, 37.634916290588109 ], [ -110.56379560464549, 37.634443600559557 ], [ -110.56384415228057, 37.63389396298551 ], [ -110.56391025223249, 37.633249749561159 ], [ -110.56393017536934, 37.632749579715508 ], [ -110.56401295725642, 37.632159508142522 ], [ -110.56405013696819, 37.631615236295701 ], [ -110.56406415519869, 37.631155604763244 ], [ -110.56411773850368, 37.630713244822346 ], [ -110.56409243322128, 37.630194880835745 ], [ -110.5640554006107, 37.629744073978642 ], [ -110.56399744053759, 37.628995747482172 ], [ -110.56410021677941, 37.627891985343261 ], [ -110.56418622811745, 37.626747600655186 ], [ -110.56416176548277, 37.626085024945795 ], [ -110.56416389689699, 37.625719989837251 ], [ -110.56417298016426, 37.62532884150108 ], [ -110.56421910132957, 37.624999121109425 ], [ -110.56448444558926, 37.624193400672965 ], [ -110.56459730371715, 37.623301489544389 ], [ -110.56468581382229, 37.622697917535952 ], [ -110.56491830544091, 37.621693779478605 ], [ -110.56509822412357, 37.62095984947431 ], [ -110.56519782237885, 37.620396878062174 ], [ -110.56533982823944, 37.619361759680011 ], [ -110.56544073916132, 37.618572555935962 ], [ -110.56552291536102, 37.618081627202301 ], [ -110.56570748844032, 37.617518967906854 ], [ -110.56580718208541, 37.616937969138668 ], [ -110.56595731246442, 37.616451796682213 ], [ -110.56627983589759, 37.615547133564007 ], [ -110.56658981770144, 37.614849732111971 ], [ -110.56700168917665, 37.614166223790932 ], [ -110.56737807390641, 37.613739466502984 ], [ -110.56781084504739, 37.613357981630443 ], [ -110.56819166144027, 37.613143053450024 ], [ -110.5690554156775, 37.612686526048648 ], [ -110.56973114740246, 37.612414082171611 ], [ -110.57045834714197, 37.612057095508767 ], [ -110.57153714441706, 37.611636484707354 ], [ -110.57262697077256, 37.611266379143714 ], [ -110.57346232631853, 37.611012518602323 ], [ -110.57394953886876, 37.61081147634367 ], [ -110.57452265072087, 37.610646795526755 ], [ -110.57529972371665, 37.610478339394021 ], [ -110.57599748419698, 37.610309593195389 ], [ -110.57697305238958, 37.610101278565523 ], [ -110.57782414530227, 37.609864568966536 ], [ -110.57868688295356, 37.609571110131796 ], [ -110.5792713047681, 37.609406446545165 ], [ -110.57989032153098, 37.609133741966183 ], [ -110.58087833145039, 37.608722636879861 ], [ -110.5820870806691, 37.608343852398576 ], [ -110.582717105854, 37.608125252516295 ], [ -110.5837949946562, 37.607845135522282 ], [ -110.58494050162707, 37.607628340571729 ], [ -110.58579133664861, 37.607428527485084 ], [ -110.58677290419625, 37.607148045097134 ], [ -110.58791839208448, 37.606931221100965 ], [ -110.58816793639457, 37.606878011531023 ], [ -110.58864446950663, 37.606752583955164 ], [ -110.58985811494298, 37.606500826207004 ], [ -110.59103190740059, 37.606284070283444 ], [ -110.59200701291, 37.606143230232838 ], [ -110.5928122499747, 37.605988275973537 ], [ -110.59395765406228, 37.605780406385932 ], [ -110.59514829529193, 37.605586201022483 ], [ -110.59644103885255, 37.605365292465734 ], [ -110.5976031987767, 37.605198005239544 ], [ -110.59841935583441, 37.605115157467431 ], [ -110.59906559885749, 37.605027220201684 ], [ -110.59949094741398, 37.604934023235927 ], [ -110.59977468155363, 37.60484034456934 ], [ -110.60047272093145, 37.604599346577047 ], [ -110.60134661986102, 37.604309364624498 ], [ -110.60202213541822, 37.604041240982852 ], [ -110.60256210681244, 37.603696042729503 ], [ -110.60296036681774, 37.603368392218485 ], [ -110.60326820831597, 37.602999875882489 ], [ -110.60348548382684, 37.602618435635314 ], [ -110.60377707233198, 37.602109253411442 ], [ -110.60397283688361, 37.60151051569715 ], [ -110.60412361865355, 37.60084853251665 ], [ -110.60425781095105, 37.600109879045277 ], [ -110.60430565437464, 37.599632326164318 ], [ -110.60432611851972, 37.599190735276025 ], [ -110.60431600116246, 37.598748140481831 ], [ -110.60428894099958, 37.598510094405768 ], [ -110.60416756321121, 37.597685857046649 ], [ -110.604068707038, 37.597315072175249 ], [ -110.60403106058175, 37.596937281800251 ], [ -110.60392031875645, 37.596458295324496 ], [ -110.60361313120421, 37.595641545552098 ], [ -110.6033276006624, 37.5950141504497 ], [ -110.60311025522375, 37.594346423304948 ], [ -110.60290419310665, 37.59368774712302 ], [ -110.60273758841078, 37.593065257201232 ], [ -110.60255913198453, 37.592541875238624 ], [ -110.60225768656522, 37.591716127334657 ], [ -110.60195015701599, 37.590970577938428 ], [ -110.60158035505269, 37.590221212088778 ], [ -110.60122171406664, 37.589504331214997 ], [ -110.60098729279783, 37.588859075614366 ], [ -110.60066823940582, 37.588154945605105 ], [ -110.60036728996927, 37.587243566002712 ], [ -110.60016172910197, 37.586499258004871 ], [ -110.60006960280754, 37.585723786777663 ], [ -110.59982067473416, 37.58461879186568 ], [ -110.59961110466361, 37.583568010639112 ], [ -110.59947913008041, 37.582832964092496 ], [ -110.59933573579825, 37.582115905520411 ], [ -110.59905397030836, 37.580802585387204 ], [ -110.59886171862, 37.579694174704521 ], [ -110.59868438475684, 37.578972492907099 ], [ -110.59856314714841, 37.578350149928362 ], [ -110.59845396747464, 37.577380828387319 ], [ -110.59833442350498, 37.576654835619827 ], [ -110.59828770356174, 37.575865094684346 ], [ -110.59820673482072, 37.575126613981119 ], [ -110.59826592393624, 37.574649100200489 ], [ -110.59824567185491, 37.574202863254015 ], [ -110.59823650223734, 37.573801731470802 ], [ -110.59833515562408, 37.573355899087623 ], [ -110.59839639946036, 37.572495318413154 ], [ -110.59854726646398, 37.571815312379208 ], [ -110.59871472973119, 37.571207470486982 ], [ -110.59894478572453, 37.570541253185766 ], [ -110.59916288585082, 37.569992170291137 ], [ -110.59946665865823, 37.569303668328345 ], [ -110.59969641735765, 37.568690627987081 ], [ -110.60015265669357, 37.568075650359596 ], [ -110.60053476169077, 37.567558667288516 ], [ -110.60108071339914, 37.567105331228497 ], [ -110.60154648328005, 37.566822978656795 ], [ -110.60216537744017, 37.566491566026642 ], [ -110.60314780438144, 37.565936034945352 ], [ -110.60404488802685, 37.565456824246354 ], [ -110.60515131746523, 37.565000840779604 ], [ -110.60609835760062, 37.564706558419921 ], [ -110.60693732502433, 37.564506550559507 ], [ -110.60833738697862, 37.564191223780661 ], [ -110.61013378493428, 37.563868176296076 ], [ -110.61139156070217, 37.563692052750405 ], [ -110.61303945534698, 37.56361634376325 ], [ -110.61378694907785, 37.563582737322854 ], [ -110.61492415207546, 37.563730668214149 ], [ -110.61604506922301, 37.563743332445611 ], [ -110.61688871504323, 37.563728046062458 ], [ -110.61773809108486, 37.563699251927396 ], [ -110.61856486217052, 37.563662266483924 ], [ -110.61926149767737, 37.563609532665048 ], [ -110.61985619918023, 37.563561874673788 ], [ -110.62067829353676, 37.563330167366047 ], [ -110.62153480713339, 37.563008429461171 ], [ -110.62218709490823, 37.562767153621891 ], [ -110.62284021910826, 37.562359126701601 ], [ -110.62353858125748, 37.561960253901162 ], [ -110.62441377022607, 37.561296040666996 ], [ -110.62526537341179, 37.560816523215664 ], [ -110.62569684339299, 37.560574526752404 ], [ -110.6264752400274, 37.560013646643931 ], [ -110.6269080452977, 37.559502145502677 ], [ -110.62724405397326, 37.559101203535946 ], [ -110.62787474338325, 37.558638996381248 ], [ -110.62857288746197, 37.558271640076576 ], [ -110.62942445197932, 37.557787585358682 ], [ -110.63029289930392, 37.557321604361604 ], [ -110.63149053039115, 37.556681782288699 ], [ -110.6325518245413, 37.556134363123633 ], [ -110.6332328957234, 37.555775939405883 ], [ -110.63383597347121, 37.555390229271879 ], [ -110.63470900426164, 37.554901695858526 ], [ -110.63583938031861, 37.554107489676809 ], [ -110.63662906456968, 37.553524042666716 ], [ -110.63724199382496, 37.552967087994709 ], [ -110.63765363698462, 37.552359938064626 ], [ -110.63815501499816, 37.551689966866213 ], [ -110.63870168963524, 37.551015625283732 ], [ -110.63924241157757, 37.550399850916165 ], [ -110.63971485281603, 37.549855974019657 ], [ -110.64013666896902, 37.549244339301133 ], [ -110.64062093629322, 37.548592332130148 ], [ -110.64128163486431, 37.547738054182645 ], [ -110.64207342888814, 37.546690378521106 ], [ -110.64257451392901, 37.546065454613782 ], [ -110.64300792768705, 37.545386242617148 ], [ -110.64341858617357, 37.544729494103983 ], [ -110.64376635594475, 37.544203250900118 ], [ -110.64434692736971, 37.543519970802727 ], [ -110.64489891094298, 37.542895189899149 ], [ -110.64541690497543, 37.542274811050476 ], [ -110.64583284379896, 37.541690178035964 ], [ -110.6462314774769, 37.541173093335907 ], [ -110.64683500292399, 37.540413254059864 ], [ -110.69182337290098, 37.540692462107174 ], [ -110.75067995656737, 37.540592534538739 ], [ -110.75455114133848, 37.540627685103047 ], [ -110.77269621038145, 37.540709073984509 ], [ -110.79092645589634, 37.540706703289182 ], [ -110.80925852019534, 37.540728723479319 ], [ -110.82755109214136, 37.540702772135141 ], [ -110.84566818960121, 37.54068277151805 ], [ -110.86332677700061, 37.540695515958113 ], [ -110.87571605502487, 37.540727232364667 ], [ -110.88960512379495, 37.540808635350906 ], [ -110.90789096622569, 37.540738684896617 ], [ -110.92140211716115, 37.540707889452641 ], [ -110.93602145445287, 37.54067164691169 ], [ -110.95430837541235, 37.540571975304267 ], [ -110.97337743577351, 37.540465143929005 ], [ -110.98037748108347, 37.540443980571325 ], [ -111.00064521704235, 37.54045462272596 ], [ -111.01204290560341, 37.540368381164043 ], [ -111.01680392173712, 37.540364194210014 ], [ -111.02785182893079, 37.540347683538691 ], [ -111.0346492320942, 37.540336871098809 ], [ -111.05326992747, 37.54032092578457 ], [ -111.06860790764861, 37.540272449515115 ], [ -111.07135288833241, 37.540257302413579 ], [ -111.08212341686585, 37.54022326255393 ], [ -111.08927170679246, 37.540213568213638 ], [ -111.09126396896508, 37.540230072521908 ], [ -111.10041015072922, 37.540213636181605 ], [ -111.11386917977671, 37.540264520282022 ], [ -111.12570952745064, 37.540315604623871 ], [ -111.13680829240444, 37.540276227242394 ], [ -111.20919141736081, 37.54035496456256 ], [ -111.25074494335757, 37.540183906325666 ], [ -111.25284471587804, 37.540183935858586 ], [ -111.26401706574367, 37.540177512833836 ], [ -111.28220754869767, 37.540180510089982 ], [ -111.30004150754206, 37.540195131955215 ], [ -111.30706528600913, 37.540199610767736 ], [ -111.31822073390182, 37.540215144062266 ], [ -111.32530654867671, 37.540168796051333 ], [ -111.34349130214643, 37.540162368591567 ], [ -111.35463540575851, 37.540174494773737 ], [ -111.36173837334815, 37.540170976944012 ], [ -111.37285450069902, 37.540248169698692 ], [ -111.37570133761558, 37.540244554777765 ], [ -111.39102211466708, 37.540212844086298 ], [ -111.40882202638964, 37.540215656494176 ], [ -111.40911066782331, 37.540214656853117 ], [ -111.43398510500103, 37.54019346138373 ], [ -111.45220955535638, 37.540210706256616 ], [ -111.4575229811398, 37.540221786438401 ], [ -111.48173074544667, 37.540215647961261 ], [ -111.490763751732, 37.540228026824053 ], [ -111.49986445741241, 37.540207880788905 ], [ -111.50075288831937, 37.540186089639889 ], [ -111.51463611323541, 37.540175974928182 ], [ -111.5146775174306, 37.539612450031861 ], [ -111.53287381947973, 37.539675955893365 ], [ -111.54308942384908, 37.539660962486039 ], [ -111.55166393169287, 37.539675297149856 ], [ -111.5612345690156, 37.539693292455333 ], [ -111.56929954426644, 37.539686233283476 ], [ -111.57933997285642, 37.539709508682272 ], [ -111.5874672563948, 37.53970991635741 ], [ -111.60567419349253, 37.539685535417043 ], [ -111.62345729969419, 37.539741706677063 ], [ -111.6257432105516, 37.539671028006012 ], [ -111.63374639609903, 37.539722988493516 ], [ -111.64166988996716, 37.539720758778863 ], [ -111.65185732231697, 37.539728055138426 ], [ -111.65978087754036, 37.539733623141274 ], [ -111.66998518725811, 37.539730247614301 ], [ -111.67797114151846, 37.539752267703662 ], [ -111.6831779847632, 37.539749298483478 ], [ -111.69619624905091, 37.539745370737698 ], [ -111.71445269915688, 37.539703923913187 ], [ -111.73221881822174, 37.539760941921692 ], [ -111.74228141844567, 37.53973957785071 ], [ -111.75068039421043, 37.539749576123356 ], [ -111.76022285014568, 37.53978316752805 ], [ -111.76862737779216, 37.539782839891529 ], [ -111.77867325739599, 37.539789128528199 ], [ -111.78683007821959, 37.539807165059628 ], [ -111.7968858719542, 37.539788403112517 ], [ -111.80502551255425, 37.539788173032754 ], [ -111.82320868329133, 37.53978899567376 ], [ -111.8408212085873, 37.539777562531398 ], [ -111.84087363888537, 37.535878912574212 ], [ -111.87572373130607, 37.535896005395607 ], [ -111.87709321123312, 37.53589034794998 ], [ -111.89532738358899, 37.535888702295935 ], [ -111.91413330410612, 37.535902348877904 ], [ -111.93171638375604, 37.535882094799732 ], [ -111.94731337407782, 37.535888691869403 ], [ -111.96551411461564, 37.53593506008928 ], [ -111.98334081370629, 37.53594117782005 ], [ -112.0007605181231, 37.535984106586163 ], [ -112.00163068934897, 37.535967715280705 ], [ -112.02002838606529, 37.535850782335828 ], [ -112.03835904887657, 37.535884796777381 ], [ -112.05135174347585, 37.535905027066285 ], [ -112.05267715370294, 37.535906738399163 ], [ -112.12572721337477, 37.535990008521203 ], [ -112.12885110458689, 37.535991730890288 ], [ -112.16483805442827, 37.536011741934189 ], [ -112.16484725669507, 37.536967042537185 ], [ -112.2507710054709, 37.536966889440883 ], [ -112.255066467809, 37.536975387134682 ], [ -112.26421165304346, 37.536972460756012 ], [ -112.26977000079849, 37.536966894806234 ], [ -112.27343028091907, 37.536962625852311 ], [ -112.27393394669942, 37.536962600503919 ], [ -112.28149466110519, 37.53696640668646 ], [ -112.29277916557669, 37.536974080375309 ], [ -112.31621934430372, 37.536971975918682 ], [ -112.32982320618133, 37.536995294239908 ], [ -112.34254050443947, 37.537000089539355 ], [ -112.35135182745236, 37.537003219270758 ], [ -112.36117631129606, 37.537016547541477 ], [ -112.36118243552906, 37.542956007139423 ], [ -112.36613911218302, 37.542957340512636 ], [ -112.36814355439502, 37.542947649045978 ], [ -112.37577874795231, 37.542971585479677 ], [ -112.38136394901547, 37.542928901830052 ], [ -112.38277295743124, 37.542916914165168 ], [ -112.39307792329289, 37.542858861259376 ], [ -112.40826643631428, 37.542768796505655 ], [ -112.42215465825413, 37.542755537398882 ], [ -112.43587761121876, 37.542684070165969 ], [ -112.44891158712083, 37.542691567470392 ], [ -112.46222338200877, 37.542725729311094 ], [ -112.47288025100039, 37.542728451280666 ], [ -112.48095575930077, 37.542699530086665 ], [ -112.48744237205005, 37.542685579133746 ], [ -112.48942766474252, 37.542683081603236 ], [ -112.49621821052295, 37.542642281414217 ], [ -112.50077345940457, 37.542611501222979 ], [ -112.50320730872612, 37.542625600915216 ], [ -112.50608832083532, 37.542642959538959 ], [ -112.50819911784754, 37.542634038630993 ], [ -112.51158907344714, 37.542631240906132 ], [ -112.515968715285, 37.542593109604127 ], [ -112.51923382006778, 37.542573669805854 ], [ -112.52166135947047, 37.542555925276105 ], [ -112.52498924382641, 37.542562555356128 ], [ -112.52990079533338, 37.542521541353672 ], [ -112.53243062669425, 37.542524781554093 ], [ -112.53416788584283, 37.542515737759757 ], [ -112.5382252573596, 37.542494487025103 ], [ -112.54202875886777, 37.542512464019723 ], [ -112.54287894650928, 37.542519381615875 ], [ -112.54550929303251, 37.542512014955648 ], [ -112.54741702515553, 37.542536595263705 ], [ -112.55153047887785, 37.542545696475152 ], [ -112.55548220719606, 37.542561291574032 ], [ -112.55664782097617, 37.542550434455457 ], [ -112.55797251043849, 37.542569011221467 ], [ -112.55936565745604, 37.542613707102156 ], [ -112.56269012847928, 37.542728372797413 ], [ -112.56881313673887, 37.542975228261049 ], [ -112.57269302681605, 37.543126392007849 ], [ -112.57659517990153, 37.543259105263033 ], [ -112.57863890200261, 37.543290376951738 ], [ -112.58450809318408, 37.543306381603806 ], [ -112.59081791673208, 37.543284612998242 ], [ -112.59474559413121, 37.543285697510186 ], [ -112.59684560295806, 37.54330237431035 ], [ -112.60817481857235, 37.543256740290381 ], [ -112.61441054819241, 37.543212187520204 ], [ -112.62577303665766, 37.543137370669854 ], [ -112.63200236623634, 37.543060432047525 ], [ -112.63459973719931, 37.543047028429548 ], [ -112.64101254724106, 37.543079731516421 ], [ -112.64790049353651, 37.54310094815407 ], [ -112.65144992406309, 37.543145980944168 ], [ -112.65777695316326, 37.543138415683373 ], [ -112.66269432259003, 37.543109816897108 ], [ -112.66612403346447, 37.543115537420803 ], [ -112.66998087468771, 37.543241293234445 ], [ -112.67524777589566, 37.543405503259088 ], [ -112.67676562556888, 37.54345605477139 ], [ -112.67828913414584, 37.543506506281382 ], [ -112.68159105054455, 37.54361723843332 ], [ -112.68329004997088, 37.54366963165365 ], [ -112.68385753205517, 37.543738145563182 ], [ -112.68397030421058, 37.562329479770916 ], [ -112.68402321191459, 37.574734504878933 ], [ -112.68394976514944, 37.583789549197803 ], [ -112.68391781269433, 37.587146271317998 ], [ -112.68385445462184, 37.59061699765742 ], [ -112.6837739095386, 37.594078954887678 ], [ -112.68360284395068, 37.599304148062956 ], [ -112.68348458405949, 37.603857151966025 ], [ -112.68354886636031, 37.607713585595704 ], [ -112.68366354897822, 37.618576507663747 ], [ -112.68369417812659, 37.624956905989819 ], [ -112.68358399586003, 37.63187554952507 ], [ -112.68519825816091, 37.632351788609213 ], [ -112.68635744375835, 37.660062901376854 ], [ -112.68639556272821, 37.660996043185747 ], [ -112.68568785226016, 37.687839691683529 ], [ -112.68597713628405, 37.702615848425538 ], [ -112.68601825632864, 37.717445087469798 ], [ -112.68895821354933, 37.717263304460289 ], [ -112.68902567742106, 37.73177218799561 ], [ -112.68909998980375, 37.746726147915894 ], [ -112.68907204323673, 37.749989900874112 ], [ -112.68931284934301, 37.761576247583626 ], [ -112.68931037048954, 37.775437150462736 ], [ -112.68929535119509, 37.781561192074079 ], [ -112.68922969373898, 37.805805038472187 ], [ -112.66998554072345, 37.805646900762845 ], [ -112.65155865749473, 37.806379889455393 ], [ -112.6429120937627, 37.806730637389997 ], [ -112.63332253643904, 37.806354825553974 ], [ -112.6257595485404, 37.806189099714608 ], [ -112.61490445508167, 37.805851779007988 ], [ -112.60567581135588, 37.80534709651775 ], [ -112.59683669654457, 37.805255481462019 ], [ -112.58789267889139, 37.805038444095842 ], [ -112.57855107408251, 37.804551179601269 ], [ -112.578502456892, 37.819071598239717 ], [ -112.57846039432722, 37.832562691188514 ], [ -112.57836747311052, 37.861520397390777 ], [ -112.57838759295458, 37.874984431274342 ], [ -112.57839962763931, 37.882153504260792 ], [ -112.58844491492667, 37.88217607561392 ], [ -112.58841232068674, 37.890449728880313 ], [ -112.57785857869565, 37.890420464341432 ], [ -112.54133229007289, 37.890435865042896 ], [ -112.50544804225375, 37.890436217288347 ], [ -112.50076766609759, 37.890396857658615 ], [ -112.48650573860574, 37.890325511608985 ], [ -112.47945153039966, 37.890431521109591 ], [ -112.46828067683487, 37.890540771635322 ], [ -112.46804396190988, 37.904958936604679 ], [ -112.46785930632601, 37.919420579565042 ], [ -112.46752319283091, 37.933989522467009 ], [ -112.46726434048487, 37.948439407524681 ], [ -112.46698945967867, 37.958937594753948 ], [ -112.46703917256936, 37.962866308869408 ], [ -112.46704982342332, 37.977700291449253 ], [ -112.47903944755211, 37.977734865864051 ], [ -112.47890228645674, 37.985649295957501 ], [ -112.4789772497422, 37.992218234020143 ], [ -112.47868011035516, 37.998120438519642 ], [ -112.47863189981541, 37.999973045322918 ], [ -112.47871531187474, 38.010079133116363 ], [ -112.4786646149571, 38.021727966648747 ], [ -112.47869470921101, 38.033709210783918 ], [ -112.47868231337171, 38.042158221923827 ], [ -112.47868348650725, 38.057510311240939 ], [ -112.47869378675843, 38.065949992747093 ], [ -112.47870163161014, 38.072001497465457 ], [ -112.4786945630495, 38.073348889735996 ], [ -112.4787335172762, 38.091696929631382 ], [ -112.47874808088103, 38.110297559009737 ], [ -112.47875530515894, 38.122193307736197 ], [ -112.47873145209358, 38.124969300718611 ], [ -112.47874820845581, 38.129475081757946 ], [ -112.47873392654257, 38.136117087885289 ], [ -112.47873137313908, 38.141078208240273 ], [ -112.47873233997628, 38.144800136141242 ], [ -112.47870141754137, 38.146885892424002 ], [ -112.47869420541782, 38.147433008930513 ], [ -112.47334209655918, 38.147435393009964 ], [ -112.47333621842212, 38.148844937176648 ], [ -112.472778255102, 38.148906007928147 ], [ -112.47240819864139, 38.148947597426307 ], [ -112.47208365182824, 38.148982306909367 ], [ -112.47162212153023, 38.149015127419055 ], [ -112.47129788170086, 38.149065151218821 ], [ -112.47100863000479, 38.14909581073929 ], [ -112.47054622883279, 38.149142155876419 ], [ -112.47020440342681, 38.149168965780177 ], [ -112.46968160438755, 38.149219668442029 ], [ -112.46939026828129, 38.149260263227376 ], [ -112.46881552732216, 38.149338647844843 ], [ -112.46843414705657, 38.149384872460196 ], [ -112.46782456199071, 38.149433047269348 ], [ -112.46728370273915, 38.149493878173573 ], [ -112.46698749346093, 38.149519207562669 ], [ -112.46640063455474, 38.149562585107169 ], [ -112.46610464107708, 38.14959872393451 ], [ -112.46581406340925, 38.149620375273351 ], [ -112.46553646858264, 38.149663492585809 ], [ -112.46507969225408, 38.149706141252722 ], [ -112.46457365680182, 38.149739489336966 ], [ -112.46404894537841, 38.149809115944194 ], [ -112.46369613668082, 38.149857672581135 ], [ -112.4634001404583, 38.149893804639852 ], [ -112.46281318585991, 38.149932659492237 ], [ -112.46236955003866, 38.150004873438526 ], [ -112.46174773606056, 38.150012615181616 ], [ -112.46141081612296, 38.14999968580608 ], [ -112.46109739825047, 38.150020708530114 ], [ -112.46063497451527, 38.150009338386312 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 9, \"properties\": { \"NAME\": \"GRAND COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 1510, \"Color4\": \"2\", \"Shape_Leng\": 520509.100631, \"Shape_Area\": 9547981360.3600006 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -109.05509778902999, 39.498695925904642 ], [ -109.05497878451243, 39.49862636258166 ], [ -109.05488277671471, 39.49856619358696 ], [ -109.05471077313938, 39.498437180725666 ], [ -109.05445070983788, 39.498171549859478 ], [ -109.05434923584986, 39.498057231437635 ], [ -109.05406973029744, 39.497863350910549 ], [ -109.05390002277963, 39.49769383218441 ], [ -109.05368218859374, 39.497582069579884 ], [ -109.0533836181375, 39.497446430437421 ], [ -109.05308137325743, 39.497234147540865 ], [ -109.05293796383255, 39.497164173337033 ], [ -109.0526232484406, 39.497190434253511 ], [ -109.05250588175849, 39.497229010834069 ], [ -109.05211777877864, 39.497384679588301 ], [ -109.05143609635502, 39.497684083532157 ], [ -109.05099915133367, 39.394119840916716 ], [ -109.05092796242297, 39.381032015138004 ], [ -109.05089867995393, 39.374990491712204 ], [ -109.0507887650685, 39.366213150341693 ], [ -109.0507740387024, 39.365073168951547 ], [ -109.05076878232322, 39.364636107465486 ], [ -109.05073457264949, 39.361901071119931 ], [ -109.05072176436715, 39.360900772508437 ], [ -109.05101336491124, 39.350202046570907 ], [ -109.05102184842005, 39.343215099465901 ], [ -109.05102429844467, 39.342291636861255 ], [ -109.05103271254055, 39.335723635926385 ], [ -109.05101495602028, 39.333606034848188 ], [ -109.0510158884728, 39.333029422971684 ], [ -109.05100450590791, 39.331935441893407 ], [ -109.05105685041976, 39.321276807865253 ], [ -109.05101842208275, 39.317437979310476 ], [ -109.05106079503756, 39.31319505934124 ], [ -109.05106922533706, 39.312055456642 ], [ -109.05107309915489, 39.311915869091358 ], [ -109.05112000367488, 39.306672929054301 ], [ -109.0510649408013, 39.30029754116309 ], [ -109.05106376702794, 39.300130839279916 ], [ -109.05105574960476, 39.299374778542891 ], [ -109.05103386963437, 39.296819217831313 ], [ -109.05102809471637, 39.292219588667677 ], [ -109.05106368395948, 39.277763846568917 ], [ -109.05109550126586, 39.274106366598275 ], [ -109.05109302448545, 39.273777464283462 ], [ -109.05112101526458, 39.270466798805437 ], [ -109.05114541556046, 39.267912902704865 ], [ -109.05113227662218, 39.266295406470249 ], [ -109.05112261309284, 39.264970789733439 ], [ -109.05112143629164, 39.264804086906679 ], [ -109.05110530167619, 39.263294658572363 ], [ -109.0511247981679, 39.254640969481009 ], [ -109.05113210960398, 39.249982965329771 ], [ -109.0511854591974, 39.241568588436287 ], [ -109.05123455934742, 39.234352451728292 ], [ -109.05123666087695, 39.233229848192835 ], [ -109.05122975641694, 39.231595328908888 ], [ -109.05122485996728, 39.222351037415045 ], [ -109.05122364556733, 39.219882288364381 ], [ -109.05122103977639, 39.219138922968561 ], [ -109.05122416680307, 39.217769460997928 ], [ -109.05121964495075, 39.205367158928283 ], [ -109.05129960998045, 39.180892839226821 ], [ -109.0513356582066, 39.164914162744779 ], [ -109.05134108832216, 39.163040165803849 ], [ -109.05134441368916, 39.161661685368287 ], [ -109.05130866760213, 39.150794969575749 ], [ -109.05126708043868, 39.139928138197526 ], [ -109.05133039881152, 39.135072767490485 ], [ -109.05136135434101, 39.132523432896527 ], [ -109.05137183589015, 39.131933447883512 ], [ -109.05145929935227, 39.124983629028563 ], [ -109.05178438951862, 39.103526992096434 ], [ -109.0518655516077, 39.088607571748483 ], [ -109.05197764465363, 39.074868965179377 ], [ -109.05212292644869, 39.057815137141141 ], [ -109.05226081742995, 39.04102153558933 ], [ -109.05234906677025, 39.030445919160165 ], [ -109.05247561259385, 39.015946064935427 ], [ -109.05257803648765, 39.008424219252746 ], [ -109.05259580170605, 39.007145059987238 ], [ -109.05267225524847, 39.001199566339899 ], [ -109.05268226495464, 38.999992358245102 ], [ -109.05282495012487, 38.989565351816836 ], [ -109.05283484251648, 38.988741076457174 ], [ -109.05285650072078, 38.986687094010563 ], [ -109.0530092367011, 38.972264165823439 ], [ -109.05311700301239, 38.963692656318116 ], [ -109.0531742761726, 38.959071319399271 ], [ -109.05318505239659, 38.958256065184152 ], [ -109.05318793926351, 38.957729009532216 ], [ -109.05329854436003, 38.947995194704305 ], [ -109.05335417236591, 38.943220643186095 ], [ -109.05342719046988, 38.937387662145298 ], [ -109.05354536671747, 38.928636072277612 ], [ -109.0537832750871, 38.901568350036129 ], [ -109.05382090775454, 38.897023229281345 ], [ -109.05401796461011, 38.875018560781719 ], [ -109.05510018418761, 38.852019392732636 ], [ -109.0551715456635, 38.850457264814061 ], [ -109.05528948622026, 38.848030906729555 ], [ -109.05566515987555, 38.841216229787243 ], [ -109.05568697377694, 38.840838152648956 ], [ -109.05642281606406, 38.822473491091522 ], [ -109.05742347415843, 38.797517458098113 ], [ -109.05900677643842, 38.749963406898566 ], [ -109.05939648119886, 38.731534138040708 ], [ -109.05983515111501, 38.710641209956869 ], [ -109.05976693995254, 38.689766832096169 ], [ -109.05976170671318, 38.688045701964974 ], [ -109.05968520947269, 38.666405203456932 ], [ -109.05969314841002, 38.662918182353891 ], [ -109.05971124208006, 38.648834691435106 ], [ -109.05979794260493, 38.637527625675673 ], [ -109.0598040013783, 38.63645093931207 ], [ -109.05988824814486, 38.625017660255217 ], [ -109.06018787837998, 38.499973364361509 ], [ -109.06199260791546, 38.499978021690609 ], [ -109.07457778815555, 38.499959494779951 ], [ -109.08987967154627, 38.499975857849158 ], [ -109.10836361752892, 38.499992113909052 ], [ -109.12567353544316, 38.499959626905891 ], [ -109.13378043555164, 38.499963875154435 ], [ -109.14592312615295, 38.499944133969457 ], [ -109.16541107296655, 38.499985292139748 ], [ -109.1747109901456, 38.499972951384748 ], [ -109.1816658578381, 38.499964025278381 ], [ -109.19454896025293, 38.499960645005729 ], [ -109.2128552439946, 38.499984682975558 ], [ -109.23445904903647, 38.499979031752588 ], [ -109.25066800517635, 38.499961002329194 ], [ -109.26137853130281, 38.499944815915065 ], [ -109.27388930869603, 38.499931674334618 ], [ -109.29082560802368, 38.499950340491949 ], [ -109.30251051991715, 38.499949113462314 ], [ -109.3147229912084, 38.499945302616332 ], [ -109.33336119404379, 38.499959766786468 ], [ -109.35060337217409, 38.499947099377529 ], [ -109.35377403059492, 38.499946663798397 ], [ -109.36176640080376, 38.499955129814936 ], [ -109.36355531379219, 38.499953111314944 ], [ -109.37566935697613, 38.499995631058631 ], [ -109.38203938811466, 38.499993712282986 ], [ -109.39748057708228, 38.499962753935904 ], [ -109.41932503025458, 38.499984833314265 ], [ -109.42354121245945, 38.499977512384611 ], [ -109.42350449078825, 38.483428724588279 ], [ -109.43737463365153, 38.483435384762245 ], [ -109.43736623633571, 38.476163705984156 ], [ -109.44148578789058, 38.476166423390232 ], [ -109.44148601273477, 38.47592708342394 ], [ -109.45992623429781, 38.475906989296007 ], [ -109.46454051976836, 38.475905397105329 ], [ -109.46454285323324, 38.483154036856895 ], [ -109.46915952108357, 38.483153919416409 ], [ -109.46916446144772, 38.490711860044129 ], [ -109.47377324821474, 38.490711551392394 ], [ -109.47378872753205, 38.494346867478946 ], [ -109.47840390616199, 38.494348173709326 ], [ -109.48301938641927, 38.494346147840879 ], [ -109.48292786731945, 38.49998809123619 ], [ -109.49679200429891, 38.499977653146018 ], [ -109.50067367136052, 38.499977856744643 ], [ -109.52163038154056, 38.499965863380005 ], [ -109.5331264545819, 38.4999608495853 ], [ -109.54874501481947, 38.499957209583378 ], [ -109.58849051049572, 38.499974453749928 ], [ -109.62566308745365, 38.499920996927301 ], [ -109.6275551306862, 38.49992516444464 ], [ -109.62882798681163, 38.499926558462242 ], [ -109.63845603544074, 38.499926257052792 ], [ -109.65485894146077, 38.499931991405909 ], [ -109.65813861725339, 38.499932671817234 ], [ -109.66838460418347, 38.499942394731697 ], [ -109.68127403497198, 38.499942269609505 ], [ -109.69485169353186, 38.499933077941954 ], [ -109.70682938141259, 38.499938897667974 ], [ -109.71889298369457, 38.499950739789199 ], [ -109.72830209848468, 38.499949663989369 ], [ -109.7349304894783, 38.499940353700971 ], [ -109.74292892490689, 38.4999498889092 ], [ -109.7506693274393, 38.499960630841827 ], [ -109.75841127951283, 38.499948348245034 ], [ -109.78206777632899, 38.499944448514967 ], [ -109.81785831269852, 38.499932722099963 ], [ -109.84954319729012, 38.499941884617847 ], [ -109.86283986846007, 38.499945592192944 ], [ -109.8698465991755, 38.499945833037643 ], [ -109.87084427553022, 38.499946445228801 ], [ -109.87566668462313, 38.499929761809511 ], [ -109.87959950741394, 38.499967454341871 ], [ -109.8947713762381, 38.499958425418178 ], [ -109.91374463593485, 38.499960222918524 ], [ -109.92420908312805, 38.499948678665866 ], [ -109.93219079141998, 38.499936116925831 ], [ -109.9615483077514, 38.499925261702636 ], [ -109.97763165427165, 38.499936102766107 ], [ -109.98956403714736, 38.499922510853246 ], [ -110.00065808718907, 38.499995176110566 ], [ -110.01444840072078, 38.49997235809758 ], [ -110.02527959375024, 38.499981901149489 ], [ -110.02555084395949, 38.500277043057402 ], [ -110.02573188097371, 38.500458785949412 ], [ -110.02621966609334, 38.500854857670738 ], [ -110.02662297227498, 38.501137577321401 ], [ -110.0270382938983, 38.501379842164418 ], [ -110.02727721661688, 38.501521510326604 ], [ -110.02781227774196, 38.501814332016714 ], [ -110.02839906512084, 38.502098568596743 ], [ -110.02929962679119, 38.50241694491487 ], [ -110.03000894162786, 38.502630094343004 ], [ -110.03089581821143, 38.502772614330112 ], [ -110.03221132376632, 38.503022306689196 ], [ -110.03286440104114, 38.503068255181951 ], [ -110.0338204525162, 38.503184288814836 ], [ -110.03453593955398, 38.503280307967309 ], [ -110.03530906448367, 38.503354267981187 ], [ -110.03595551257192, 38.503467733406218 ], [ -110.03604127552479, 38.50348646305391 ], [ -110.03652700632479, 38.503612120050036 ], [ -110.03695426309434, 38.503822906617792 ], [ -110.03757031120105, 38.504066784758102 ], [ -110.03804350259749, 38.504273438943386 ], [ -110.03917850530365, 38.504733348481921 ], [ -110.03978316133728, 38.504972615628702 ], [ -110.04035323988722, 38.505225114069404 ], [ -110.04043870717442, 38.505266367670323 ], [ -110.04131673852683, 38.505647550061688 ], [ -110.0418300277118, 38.505859023159495 ], [ -110.04262768156055, 38.506248549901137 ], [ -110.04316881319853, 38.50652332760739 ], [ -110.04383962241624, 38.506965880644863 ], [ -110.04432169849105, 38.507370842428777 ], [ -110.04466366596945, 38.507963907807643 ], [ -110.04482106096579, 38.508204005315427 ], [ -110.0450516892234, 38.50854382998876 ], [ -110.04527414629317, 38.509068330141446 ], [ -110.04543956347953, 38.509569835316043 ], [ -110.04555833695558, 38.510129536964854 ], [ -110.04565346192798, 38.510743116702145 ], [ -110.04571386907581, 38.511293330584699 ], [ -110.04573593058093, 38.511446711459229 ], [ -110.04577841434121, 38.511703894771365 ], [ -110.04579659362938, 38.512064516035537 ], [ -110.04581530828942, 38.512384588415202 ], [ -110.04576402207231, 38.512794208633288 ], [ -110.04570973687531, 38.512996532353235 ], [ -110.04564362580211, 38.513225795137906 ], [ -110.04557483737459, 38.513657802127241 ], [ -110.04547223659242, 38.51404447430081 ], [ -110.04537632112459, 38.514359106262205 ], [ -110.04514647697992, 38.514826748284747 ], [ -110.04496443453418, 38.51514878815469 ], [ -110.04473142290101, 38.515421748084989 ], [ -110.04445205676203, 38.515730376558643 ], [ -110.04418434799035, 38.516024680580159 ], [ -110.04373788753132, 38.516391421257822 ], [ -110.043235161859, 38.516675692914575 ], [ -110.04288320311184, 38.516835029351924 ], [ -110.04231219264233, 38.51707818564369 ], [ -110.04186769913079, 38.517295338962839 ], [ -110.04147559175644, 38.517454342599393 ], [ -110.04075439366983, 38.517777368055391 ], [ -110.04009185278247, 38.518001739919463 ], [ -110.03930314395672, 38.518225072932808 ], [ -110.03871586530926, 38.518395983529985 ], [ -110.03724882048469, 38.518649779127365 ], [ -110.03663037404219, 38.518662716225357 ], [ -110.03642386290016, 38.518665522914702 ], [ -110.0355804937515, 38.518685615151043 ], [ -110.03508790661854, 38.51863649796298 ], [ -110.03492751417606, 38.518621658421679 ], [ -110.03393787244482, 38.518428755612248 ], [ -110.03374989131579, 38.518332580540623 ], [ -110.03363139226055, 38.518273025863763 ], [ -110.03321414230196, 38.518080333554728 ], [ -110.03283800344542, 38.517901497051554 ], [ -110.03249090168968, 38.517695863835264 ], [ -110.03190197936749, 38.517132263993567 ], [ -110.03156695686845, 38.516881668847347 ], [ -110.0310269413628, 38.516521234846074 ], [ -110.03083353661, 38.516402480691653 ], [ -110.03031966240766, 38.516231507857285 ], [ -110.02977725105447, 38.516050383333926 ], [ -110.02929748651609, 38.515902218174382 ], [ -110.02904069196238, 38.515806366275186 ], [ -110.02886951615449, 38.515740962898903 ], [ -110.02853365084205, 38.515554335974088 ], [ -110.02771701246994, 38.515295227325737 ], [ -110.02733595563889, 38.515057755582184 ], [ -110.02686260452133, 38.514860068780706 ], [ -110.02667482423357, 38.514750366332031 ], [ -110.02645282006677, 38.51462686133204 ], [ -110.02612765808259, 38.514497992112055 ], [ -110.02522184223045, 38.514048876350579 ], [ -110.02473111821433, 38.513864554055296 ], [ -110.0243778991853, 38.513690387247252 ], [ -110.02378450963121, 38.513464652421078 ], [ -110.02319075854349, 38.513265947018525 ], [ -110.02299091052157, 38.5132011970748 ], [ -110.02205280237125, 38.513022141808513 ], [ -110.02158948436804, 38.512932659290314 ], [ -110.02077076525448, 38.512831191660197 ], [ -110.01995027716821, 38.512860374771684 ], [ -110.01942815366122, 38.512878533263219 ], [ -110.01892847782926, 38.512932924738664 ], [ -110.01819930807495, 38.5129944019466 ], [ -110.01756664014438, 38.51312877875101 ], [ -110.01714814315442, 38.513201867274027 ], [ -110.01676718525955, 38.513297799025501 ], [ -110.01651389562362, 38.513367766436815 ], [ -110.01634113098703, 38.513420386141483 ], [ -110.01597796872279, 38.513557017932115 ], [ -110.01560747554674, 38.513810740451724 ], [ -110.01525473522979, 38.514024057941981 ], [ -110.01509818898869, 38.51414890663402 ], [ -110.01492400931232, 38.514305148093236 ], [ -110.01456583730166, 38.514495888260903 ], [ -110.01411968103221, 38.514830075456402 ], [ -110.01397392386919, 38.515004578370437 ], [ -110.01373987487283, 38.515345055848414 ], [ -110.01351606280181, 38.515775737099524 ], [ -110.01340884479603, 38.516067717367591 ], [ -110.01339102629073, 38.516112626247732 ], [ -110.01329679225677, 38.516377680384636 ], [ -110.01323608571835, 38.516539381255718 ], [ -110.01317258893677, 38.516989436207602 ], [ -110.01316729867139, 38.517376899045622 ], [ -110.01319789249045, 38.517656522677086 ], [ -110.01315788666888, 38.518066222401679 ], [ -110.0131286730166, 38.518525577931918 ], [ -110.01311191276119, 38.518912943996121 ], [ -110.01310988333518, 38.519481571311829 ], [ -110.01309258122237, 38.519908584647446 ], [ -110.01309832897681, 38.520327681609849 ], [ -110.01309554798323, 38.520531324751232 ], [ -110.01309895713734, 38.520701676417012 ], [ -110.0131621154883, 38.521116751294961 ], [ -110.01325699919278, 38.521644740897742 ], [ -110.01327358072895, 38.522194600035078 ], [ -110.01329733424905, 38.522555271918272 ], [ -110.01335592887749, 38.522884696094835 ], [ -110.01335760388494, 38.523182099341007 ], [ -110.01332981596752, 38.52353692976498 ], [ -110.01332314577661, 38.523605363169175 ], [ -110.0132970677833, 38.523834944079347 ], [ -110.01313217711473, 38.524148967093176 ], [ -110.01289420490014, 38.52435423228831 ], [ -110.0127147527505, 38.524474378444125 ], [ -110.01235078888014, 38.524665062398135 ], [ -110.01219515045594, 38.524721424913373 ], [ -110.01170672258156, 38.52478579288637 ], [ -110.01152270325707, 38.524820286655057 ], [ -110.01133874540852, 38.524850274758535 ], [ -110.0110469285268, 38.524798245525126 ], [ -110.01058299467043, 38.524749267158704 ], [ -110.01043406482199, 38.524734490891653 ], [ -110.00997478172033, 38.524681043530308 ], [ -110.00953530773424, 38.524605232472226 ], [ -110.00947228254441, 38.52460019342108 ], [ -110.00899083668556, 38.524573590073949 ], [ -110.0083618843763, 38.524428582355405 ], [ -110.00797350164976, 38.524308139202994 ], [ -110.00748194959155, 38.524182314384781 ], [ -110.00721351223584, 38.524098932541747 ], [ -110.00687643976416, 38.524001450273417 ], [ -110.00673411447026, 38.523923642822155 ], [ -110.00665999147837, 38.523891472757086 ], [ -110.0055015795284, 38.52345898666119 ], [ -110.00518783728597, 38.523333761162483 ], [ -110.00472534454322, 38.523181136336589 ], [ -110.00432618757854, 38.523011024713242 ], [ -110.00396143026056, 38.522842105543177 ], [ -110.00366427728973, 38.522762076024371 ], [ -110.00273874816635, 38.522497360958802 ], [ -110.00254475324984, 38.522423614238676 ], [ -110.00212703207742, 38.52235246664285 ], [ -110.00176129999689, 38.522254725442373 ], [ -110.00085186821818, 38.522071238808763 ], [ -110.00066404751982, 38.521966000417727 ], [ -110.00047965661523, 38.522027509036846 ], [ -110.00017601558389, 38.522002387193993 ], [ -109.99992878904081, 38.522045334805426 ], [ -109.99987123993141, 38.522059262117118 ], [ -109.99969870473113, 38.522092934233143 ], [ -109.99957209898091, 38.522123393815207 ], [ -109.99925560286826, 38.522198190556701 ], [ -109.99900202856747, 38.522285239692387 ], [ -109.99887517253272, 38.522333719944847 ], [ -109.99873098653079, 38.522391063649735 ], [ -109.99840895325949, 38.52245139188485 ], [ -109.99805818204362, 38.522515979213352 ], [ -109.99774730524365, 38.522598930544795 ], [ -109.99751734282532, 38.522637514925236 ], [ -109.99726381497453, 38.522720955955755 ], [ -109.99693435551957, 38.522902875577238 ], [ -109.9967545057192, 38.523050029118821 ], [ -109.996696542367, 38.523093690189967 ], [ -109.99653999466852, 38.523214908894609 ], [ -109.99633689017578, 38.523384391933909 ], [ -109.99601870773127, 38.523579923266141 ], [ -109.99582769726511, 38.523704450200967 ], [ -109.99564323532007, 38.523770456421794 ], [ -109.99544680178485, 38.523872406758535 ], [ -109.99534275575087, 38.523930090619096 ], [ -109.99516296281236, 38.524072736259612 ], [ -109.99489021649993, 38.524300195616242 ], [ -109.99469246413767, 38.524496757015498 ], [ -109.99458766433217, 38.524608504387118 ], [ -109.99450618101139, 38.524693416562144 ], [ -109.99433741591525, 38.524867696821389 ], [ -109.9941743851863, 38.525042026088933 ], [ -109.99399352078972, 38.525261260778294 ], [ -109.99383521973408, 38.525507724399688 ], [ -109.99379072632509, 38.525737142328893 ], [ -109.99375930704949, 38.526016237355357 ], [ -109.99380615603783, 38.526359087418989 ], [ -109.99388238468589, 38.526651723973956 ], [ -109.99396413596773, 38.526959727936429 ], [ -109.99410898944375, 38.527267372788067 ], [ -109.99428819373273, 38.527579818402849 ], [ -109.99442314663737, 38.527774730642356 ], [ -109.99448504470746, 38.527860874079828 ], [ -109.99456950840052, 38.527974246581195 ], [ -109.9947216063988, 38.52817381158566 ], [ -109.99490094087766, 38.528477245585385 ], [ -109.99509224914789, 38.528744734984251 ], [ -109.995154211493, 38.528826372727842 ], [ -109.99520487843898, 38.528895297022466 ], [ -109.99537962140894, 38.529116683746267 ], [ -109.99554200488517, 38.529401947751374 ], [ -109.99563800572334, 38.529510912561463 ], [ -109.99599452372576, 38.529860923497019 ], [ -109.99614713039551, 38.530024443905212 ], [ -109.99627181092949, 38.530133654086498 ], [ -109.99639674219732, 38.530224842742889 ], [ -109.99660153425729, 38.530348256900545 ], [ -109.99693157233438, 38.530540332058308 ], [ -109.9972271983217, 38.530732111563175 ], [ -109.9972897275745, 38.530773200058889 ], [ -109.99744328948506, 38.530868237503633 ], [ -109.99773304499558, 38.53106987841273 ], [ -109.99793765426773, 38.531206806329166 ], [ -109.99815828423587, 38.531429482790621 ], [ -109.99823745943583, 38.531511266180544 ], [ -109.99832224558213, 38.531602109290596 ], [ -109.99848040951787, 38.531779191853246 ], [ -109.99864896101265, 38.531951857157836 ], [ -109.99879156594336, 38.532092759148327 ], [ -109.99904599156409, 38.532360781773377 ], [ -109.99928894747025, 38.532628705809053 ], [ -109.99957339025126, 38.532883466190029 ], [ -109.99986724941684, 38.533121183957228 ], [ -110.00000909854499, 38.533234141522129 ], [ -110.00013952629699, 38.533343396669686 ], [ -110.00037070603618, 38.533633747303419 ], [ -110.0005984581296, 38.533757350512275 ], [ -110.00072427371379, 38.533785459726403 ], [ -110.00091091536081, 38.533895193790244 ], [ -110.00107036241381, 38.534063272024007 ], [ -110.00125230443764, 38.53418107603769 ], [ -110.00141676520262, 38.534318556558603 ], [ -110.00157537855087, 38.534464097573569 ], [ -110.00187047263539, 38.534696413784602 ], [ -110.00209105062099, 38.534924489434438 ], [ -110.00231664411329, 38.53520487565477 ], [ -110.00253143924448, 38.535436505897678 ], [ -110.00258237910332, 38.535486504596676 ], [ -110.00265582768928, 38.535568236202906 ], [ -110.00287598784524, 38.535826946812008 ], [ -110.00316888738116, 38.536135841066027 ], [ -110.00340709578103, 38.536417233751322 ], [ -110.00358710830285, 38.536675601255759 ], [ -110.00388613958617, 38.537039517656666 ], [ -110.00420172395508, 38.537451336434273 ], [ -110.00438068600451, 38.537786293762451 ], [ -110.00466007831814, 38.538243763491586 ], [ -110.00481293816416, 38.538474862938337 ], [ -110.00510889209124, 38.539063142912823 ], [ -110.00520854635059, 38.539325330844498 ], [ -110.00539644627185, 38.539845103627194 ], [ -110.00547901748405, 38.540098134412219 ], [ -110.00552704664784, 38.540359883481223 ], [ -110.00560326204418, 38.540657918976336 ], [ -110.00574442016053, 38.541239475232281 ], [ -110.00572654544278, 38.541704330220831 ], [ -110.00575851299278, 38.542299377792766 ], [ -110.00570198295753, 38.542654862134263 ], [ -110.00565205752761, 38.542947320220691 ], [ -110.00562120290611, 38.543104763901404 ], [ -110.00560904714857, 38.543154225315263 ], [ -110.00546708607749, 38.543463925023616 ], [ -110.00529138632267, 38.543723773217579 ], [ -110.00520958301402, 38.543831219200165 ], [ -110.00508114088119, 38.543992339303692 ], [ -110.00486410155848, 38.544337447157844 ], [ -110.0046640219996, 38.544700722282968 ], [ -110.00437202745584, 38.545072227119022 ], [ -110.004132717678, 38.545367579477158 ], [ -110.00403906421646, 38.545501959045566 ], [ -110.00392202797107, 38.545667680716207 ], [ -110.00370528878689, 38.545990259447926 ], [ -110.00357023202417, 38.546214403764822 ], [ -110.00345861949357, 38.546402700482709 ], [ -110.00329369487486, 38.546712201829628 ], [ -110.00322878493074, 38.546842319546506 ], [ -110.0031343689101, 38.547031663520521 ], [ -110.0030809447378, 38.547160977775668 ], [ -110.00301420223649, 38.547340644374493 ], [ -110.0028681296787, 38.547614258609727 ], [ -110.00272795251607, 38.547793299511092 ], [ -110.00262861844143, 38.547923123601542 ], [ -110.00241676744275, 38.548223212041613 ], [ -110.00226601220346, 38.548420185711905 ], [ -110.00209677295589, 38.548626013361876 ], [ -110.00193944290794, 38.54880040117812 ], [ -110.0018637395784, 38.548880861446506 ], [ -110.00175299051945, 38.549006081553649 ], [ -110.00158387303158, 38.549202897720683 ], [ -110.00149625843549, 38.54931479726141 ], [ -110.00136748646901, 38.549498439602175 ], [ -110.00123833985531, 38.5497091138295 ], [ -110.00106209811912, 38.550005898780235 ], [ -110.00095023609045, 38.550211313109635 ], [ -110.00075169160573, 38.550461046153266 ], [ -110.00062309029401, 38.550632072637406 ], [ -110.00048321349995, 38.550788583912102 ], [ -110.0004250300972, 38.550846663437724 ], [ -110.00028533963246, 38.550989658444237 ], [ -110.00014583581827, 38.55111913725959 ], [ -109.99989593756315, 38.55134770314983 ], [ -109.99977428098475, 38.551431374102151 ], [ -109.99961295004692, 38.551479560096226 ], [ -109.99934840998884, 38.551522357809695 ], [ -109.99925630093928, 38.551544099776244 ], [ -109.99899718537733, 38.551609472416523 ], [ -109.99887053981567, 38.551639029316952 ], [ -109.99849603980581, 38.551749373879865 ], [ -109.99826542188157, 38.551828506302385 ], [ -109.99801210430533, 38.551889420494255 ], [ -109.9977632100325, 38.552044995263941 ], [ -109.99761712767503, 38.552151885340336 ], [ -109.99754281373042, 38.552214331147781 ], [ -109.99736271560407, 38.552374098856717 ], [ -109.99726391624407, 38.552464271149098 ], [ -109.99699094201759, 38.552700743611759 ], [ -109.99667680219869, 38.553008956493578 ], [ -109.99640924820801, 38.553268003355051 ], [ -109.99629842025406, 38.553397723320337 ], [ -109.9958351504754, 38.553701050416663 ], [ -109.99556318252404, 38.553864533035018 ], [ -109.99526881526342, 38.553988171127898 ], [ -109.99514152431419, 38.554063678257933 ], [ -109.99496203102848, 38.554179289870063 ], [ -109.99464339362714, 38.5543973411949 ], [ -109.99441768467086, 38.554535084362115 ], [ -109.99419777517691, 38.554668371050646 ], [ -109.9938397868885, 38.554827505769502 ], [ -109.99345733890829, 38.555094569845224 ], [ -109.99295806188422, 38.555509321196574 ], [ -109.99248411951423, 38.555753065550185 ], [ -109.9921374715714, 38.555921304321998 ], [ -109.99184126514913, 38.556175587916158 ], [ -109.99157343025948, 38.556452644478 ], [ -109.99137494936689, 38.556694251100524 ], [ -109.99118770325906, 38.55695307647516 ], [ -109.99109404820602, 38.557084741699406 ], [ -109.9907861814096, 38.557351538448366 ], [ -109.99071652200303, 38.557408612904389 ], [ -109.99048403749525, 38.557619284891928 ], [ -109.99025755415374, 38.557811083546746 ], [ -109.98999588621693, 38.558056648521436 ], [ -109.98979802621236, 38.558253199091169 ], [ -109.98952471489662, 38.558592384423825 ], [ -109.98937708028572, 38.558808292426484 ], [ -109.98909062400134, 38.55918431126625 ], [ -109.98889187468069, 38.559443934614862 ], [ -109.98862174313739, 38.559883175302538 ], [ -109.98854500291436, 38.560035711485725 ], [ -109.98840135537931, 38.560458021028808 ], [ -109.98834819765496, 38.560565702263382 ], [ -109.98813644957509, 38.560933352528167 ], [ -109.98802420486113, 38.561162181023199 ], [ -109.98790993737173, 38.561535179406008 ], [ -109.98783836315799, 38.561728312466855 ], [ -109.98777137903352, 38.561921485169286 ], [ -109.98774338055573, 38.562362817201546 ], [ -109.98778965189533, 38.562746215309673 ], [ -109.98779967465741, 38.562849936721371 ], [ -109.98786290839165, 38.563251504885066 ], [ -109.98798145257513, 38.563801343345901 ], [ -109.98812500101776, 38.564123401425562 ], [ -109.9882883368354, 38.56450781117865 ], [ -109.9883151858464, 38.564557607670331 ], [ -109.98852799969981, 38.564933432994849 ], [ -109.98881472005336, 38.565359460840881 ], [ -109.98910239061884, 38.565717908330804 ], [ -109.98936711027179, 38.566076156944256 ], [ -109.98972490972135, 38.566345091258398 ], [ -109.9900419117982, 38.566658731025882 ], [ -109.99031332379934, 38.566949447389845 ], [ -109.9903869787004, 38.567017670571246 ], [ -109.99076061568398, 38.567385867154037 ], [ -109.99122745955708, 38.567655737055645 ], [ -109.99166751734815, 38.567871304080086 ], [ -109.99217288681169, 38.568177548947858 ], [ -109.99244096548848, 38.568297009163125 ], [ -109.99260064023545, 38.568370477249587 ], [ -109.99337752632552, 38.5687151003509 ], [ -109.99385691754109, 38.568827362757702 ], [ -109.99454941219763, 38.568968489132267 ], [ -109.99479573584634, 38.569002145829742 ], [ -109.99499047436049, 38.56903085323345 ], [ -109.99540353400636, 38.569043410920585 ], [ -109.99606367079026, 38.569035557373269 ], [ -109.996684513936, 38.568964281295266 ], [ -109.99689140710186, 38.568944426477188 ], [ -109.99735182887147, 38.568852847303532 ], [ -109.9980762156124, 38.56876442732942 ], [ -109.99875650470466, 38.568544955786024 ], [ -109.99929276145241, 38.56836480164668 ], [ -109.99966643676129, 38.568237325951834 ], [ -109.99999057131244, 38.568122943381169 ], [ -110.00035378982517, 38.568004387851062 ], [ -110.00063223874716, 38.567790484413813 ], [ -110.00094967066758, 38.56766252435628 ], [ -110.00121455608594, 38.56751609161924 ], [ -110.00142397609852, 38.567396220247396 ], [ -110.00193376885017, 38.567053617180811 ], [ -110.00256499978062, 38.566644458853901 ], [ -110.00313453209573, 38.566131136818846 ], [ -110.00361710885494, 38.565680153807939 ], [ -110.00435415843852, 38.565087146032141 ], [ -110.00480216617795, 38.564644875655176 ], [ -110.00527218999569, 38.564270378542474 ], [ -110.00556770066562, 38.564065619804396 ], [ -110.00630234756333, 38.563644703009174 ], [ -110.00691365536795, 38.563428202557233 ], [ -110.00787714801409, 38.563057880428751 ], [ -110.00858951186444, 38.562586294531087 ], [ -110.00867167505686, 38.562537425892792 ], [ -110.00940533879995, 38.562102062249053 ], [ -110.01006430963254, 38.561756179586901 ], [ -110.01074474427979, 38.561518615354608 ], [ -110.01158608799976, 38.561264382509123 ], [ -110.01265472972301, 38.561174272261184 ], [ -110.01320132675507, 38.561070740688535 ], [ -110.01388397373364, 38.561090011202872 ], [ -110.01430199227555, 38.561156614177982 ], [ -110.01487925137629, 38.561329092063659 ], [ -110.01539329562715, 38.561508244779375 ], [ -110.0157532193757, 38.561542812826417 ], [ -110.01621651380529, 38.561740459840912 ], [ -110.01665429844509, 38.562041525685132 ], [ -110.01698281566577, 38.562359695782675 ], [ -110.0174612371234, 38.56304860446803 ], [ -110.01758379810178, 38.563319985210761 ], [ -110.01765213922425, 38.563780157200206 ], [ -110.01768985394131, 38.563960708378907 ], [ -110.01775966823027, 38.564312751834052 ], [ -110.0179653471469, 38.564886722624742 ], [ -110.01812893267183, 38.565433304730114 ], [ -110.01822523567758, 38.565947781187987 ], [ -110.01841347886233, 38.566454016854514 ], [ -110.01862962072555, 38.567019062342183 ], [ -110.01875468348162, 38.567529273519398 ], [ -110.01882822267903, 38.56803004090758 ], [ -110.01898069530097, 38.568635104672047 ], [ -110.0192431704443, 38.569254607562208 ], [ -110.01945958747081, 38.569716018787403 ], [ -110.0198240224636, 38.570773443061626 ], [ -110.02001210517039, 38.571293192107277 ], [ -110.02007162215129, 38.5715595362553 ], [ -110.02010757174237, 38.571870741674516 ], [ -110.02016990592566, 38.572267779310792 ], [ -110.02034621080838, 38.572809958426447 ], [ -110.02043441070828, 38.573162153758616 ], [ -110.02060687694399, 38.573564618626776 ], [ -110.02069399231152, 38.573912298794447 ], [ -110.02072164802929, 38.573989129809888 ], [ -110.02087731421467, 38.574445523992807 ], [ -110.02122282343201, 38.575124292797234 ], [ -110.0214868208438, 38.575550050986948 ], [ -110.02169520076038, 38.575844673783472 ], [ -110.02210317484243, 38.57623558705663 ], [ -110.02251902981959, 38.576468859670037 ], [ -110.02303025921547, 38.57686513787862 ], [ -110.02363985670564, 38.577203658336593 ], [ -110.02403355727573, 38.577378164603289 ], [ -110.02432486464004, 38.5774842281362 ], [ -110.02448488545453, 38.577536027624042 ], [ -110.02461629473882, 38.577581280251998 ], [ -110.02538579027427, 38.577557050719165 ], [ -110.02606725133408, 38.57725091797893 ], [ -110.02657542645279, 38.57693973544189 ], [ -110.02732032094806, 38.576355660724424 ], [ -110.02767364485803, 38.576034174583434 ], [ -110.02834125097255, 38.575476486255383 ], [ -110.02877618437088, 38.575146662452028 ], [ -110.02984957675623, 38.574290439115089 ], [ -110.03055134237023, 38.573751044447988 ], [ -110.03134033320914, 38.573126755975821 ], [ -110.03208835131809, 38.572560699469847 ], [ -110.0329344036131, 38.571959401187137 ], [ -110.03368349986457, 38.571653782204748 ], [ -110.03418476943344, 38.571595738638578 ], [ -110.03458341032687, 38.571400769303644 ], [ -110.03536752096541, 38.571136882224735 ], [ -110.03592527999159, 38.571060372079017 ], [ -110.03666531118989, 38.571088093355073 ], [ -110.03676280059358, 38.571094302734693 ], [ -110.03689449495064, 38.571117915787376 ], [ -110.03730601369348, 38.571247465513721 ], [ -110.03773922761425, 38.571471815368724 ], [ -110.03813191101693, 38.57172286575566 ], [ -110.03847910561879, 38.571942000078224 ], [ -110.03884853797803, 38.572215386389203 ], [ -110.03920379899303, 38.572604906564308 ], [ -110.03937446606098, 38.572805466719693 ], [ -110.03965058133514, 38.573190731225495 ], [ -110.0399094821675, 38.573575853862472 ], [ -110.0402373155046, 38.573957035322394 ], [ -110.04063408239912, 38.574334275040137 ], [ -110.04090046908887, 38.574588786714173 ], [ -110.04112698256512, 38.574820441796135 ], [ -110.04129688359433, 38.574993056482576 ], [ -110.04149959238633, 38.575288499137088 ], [ -110.04183899222049, 38.575664363761803 ], [ -110.04207609309508, 38.575963691642833 ], [ -110.04237046966577, 38.576272499411772 ], [ -110.04268134921253, 38.576635511796617 ], [ -110.04295223543953, 38.576984678733133 ], [ -110.0430368199179, 38.577098918139612 ], [ -110.04328996533279, 38.577487590830927 ], [ -110.04360049618455, 38.57787763308017 ], [ -110.04392980179054, 38.578150675406732 ], [ -110.04404454511186, 38.578241729942818 ], [ -110.04448246144493, 38.578462488586979 ], [ -110.04531895198343, 38.578581060218845 ], [ -110.04587525709178, 38.578618038877948 ], [ -110.04627128482245, 38.578621266709604 ], [ -110.04702945098731, 38.578585988466344 ], [ -110.04779554515538, 38.578384953986188 ], [ -110.04875008788727, 38.578257540095649 ], [ -110.04952711857183, 38.578097135905409 ], [ -110.05003935811069, 38.577993153889814 ], [ -110.05075212227746, 38.577917831343598 ], [ -110.05146417396875, 38.5778965690684 ], [ -110.05265715833444, 38.577969313546355 ], [ -110.05347833150167, 38.577943515175676 ], [ -110.05405215064496, 38.577958067263161 ], [ -110.05489582330937, 38.578055000373432 ], [ -110.05574721864576, 38.578263735222492 ], [ -110.05613566632279, 38.578407451564203 ], [ -110.05655779840815, 38.578609113252256 ], [ -110.0569163852288, 38.578841802469242 ], [ -110.05738767597744, 38.579147492217338 ], [ -110.05788843435501, 38.57957056981548 ], [ -110.0582427351607, 38.580132148736531 ], [ -110.05847347353468, 38.58048546275564 ], [ -110.05860231060448, 38.58072981591441 ], [ -110.05881845650723, 38.581321822749736 ], [ -110.05879149862389, 38.581628004822832 ], [ -110.05871211757338, 38.581992341508517 ], [ -110.05857230311953, 38.582148922216462 ], [ -110.05842136134846, 38.582278378039462 ], [ -110.05816106757192, 38.582429483031611 ], [ -110.05785544244159, 38.582535163877694 ], [ -110.05751882043104, 38.582816323016722 ], [ -110.05719959224112, 38.583084103690993 ], [ -110.0569553932021, 38.583320947020816 ], [ -110.05681563127442, 38.583473020124934 ], [ -110.0567160366046, 38.583626317978577 ], [ -110.05644723523264, 38.583988224911025 ], [ -110.05617847831769, 38.584346526859889 ], [ -110.05590386068769, 38.584713792604767 ], [ -110.05572208432902, 38.585005207137982 ], [ -110.05566332655457, 38.585108367865637 ], [ -110.05555155057488, 38.585314735542902 ], [ -110.05533509449182, 38.585623893009021 ], [ -110.05522284444285, 38.585866303410604 ], [ -110.05490005055972, 38.586404400443229 ], [ -110.0547644235634, 38.586678162600087 ], [ -110.05448133143767, 38.587252625908619 ], [ -110.05423403578929, 38.587723742974923 ], [ -110.05394631821015, 38.58821255614567 ], [ -110.05368173548692, 38.588688038048538 ], [ -110.05343608592207, 38.589033002543978 ], [ -110.05321907681451, 38.589382704059631 ], [ -110.05294418777919, 38.589767983625201 ], [ -110.05288559961373, 38.589857626639024 ], [ -110.05255207060179, 38.590336152476134 ], [ -110.05233515979742, 38.59067774249155 ], [ -110.05222360233518, 38.590866085056 ], [ -110.05218840097696, 38.590923474929554 ], [ -110.05198373801345, 38.591206587306495 ], [ -110.05185543119951, 38.591358746960807 ], [ -110.05164557041219, 38.591600362726354 ], [ -110.05158733477556, 38.591662972769534 ], [ -110.05148982592529, 38.591743287900684 ], [ -110.05121129134413, 38.591880711555163 ], [ -110.05099203355329, 38.591963643811802 ], [ -110.05060041458297, 38.592055991521882 ], [ -110.05028307835541, 38.592175074732943 ], [ -110.04998325987215, 38.592271770011045 ], [ -110.04982139395872, 38.592356067119233 ], [ -110.04943918510403, 38.59260529106475 ], [ -110.04921872267478, 38.592779228442737 ], [ -110.04895736109462, 38.593006903273768 ], [ -110.04849126697448, 38.593521287685611 ], [ -110.04831128203443, 38.593673023144092 ], [ -110.04794550960983, 38.593980951854888 ], [ -110.04777694438934, 38.594137285226587 ], [ -110.04754397956756, 38.594387717127724 ], [ -110.04712468643785, 38.594834889008155 ], [ -110.04683945365234, 38.595129952367593 ], [ -110.04663673614003, 38.595263476607329 ], [ -110.04630084519654, 38.595481526428067 ], [ -110.04618507371919, 38.595552676496794 ], [ -110.04602319602412, 38.595636968152661 ], [ -110.0455320729782, 38.595957384745468 ], [ -110.04495739441137, 38.596430316272354 ], [ -110.0447417410823, 38.596586260844731 ], [ -110.04440542010636, 38.596835842558974 ], [ -110.04416764983873, 38.59701413469211 ], [ -110.04399489484827, 38.59713888729479 ], [ -110.04373863175148, 38.597326039158077 ], [ -110.04336779782935, 38.597579841641235 ], [ -110.04326356199905, 38.597646577217361 ], [ -110.04291024711543, 38.597877992207742 ], [ -110.04256925009767, 38.598046425014957 ], [ -110.04227920279011, 38.598269343988676 ], [ -110.04196624915163, 38.598487568849215 ], [ -110.04160670554532, 38.59875497561876 ], [ -110.04122987588602, 38.59902674547908 ], [ -110.04084174094537, 38.59928490389499 ], [ -110.04042471731026, 38.599556341651528 ], [ -110.04015780216132, 38.599765927395268 ], [ -110.03976929921119, 38.600051114242881 ], [ -110.03965339390078, 38.60013126832294 ], [ -110.03960698366875, 38.600166934204147 ], [ -110.03938786286592, 38.600322840245106 ], [ -110.03928815234113, 38.600394115206797 ], [ -110.03887613663933, 38.60071965859472 ], [ -110.03850496762118, 38.600995971830358 ], [ -110.03823695342855, 38.601201038214498 ], [ -110.03805154724502, 38.601325677877973 ], [ -110.0378208767244, 38.601485991820297 ], [ -110.03734503105959, 38.601860569119424 ], [ -110.03699585246444, 38.602209151863747 ], [ -110.03668329125223, 38.602481435643298 ], [ -110.03644989568572, 38.602673265288693 ], [ -110.03618241504563, 38.602923389674487 ], [ -110.03593652106389, 38.603190813480275 ], [ -110.03548523903747, 38.603530439810228 ], [ -110.03517786287419, 38.603757703771862 ], [ -110.03481869026982, 38.603993551368582 ], [ -110.03447728334488, 38.604188991859701 ], [ -110.03411284792472, 38.604388747096529 ], [ -110.03359344828499, 38.60458271561761 ], [ -110.03332903344231, 38.604603060761164 ], [ -110.0330530748365, 38.604627815756075 ], [ -110.03257616065986, 38.604650908861913 ], [ -110.0320714461845, 38.604606182458561 ], [ -110.03182534537129, 38.604545570563367 ], [ -110.03157954776172, 38.604462431459112 ], [ -110.03117353231929, 38.604337412859749 ], [ -110.03072219204532, 38.604166959018293 ], [ -110.02995864871063, 38.603728071149348 ], [ -110.02951493785828, 38.60341799485478 ], [ -110.0291400068654, 38.603117499235069 ], [ -110.02824648545864, 38.602525224320836 ], [ -110.02771331039928, 38.602037769253009 ], [ -110.02732733713117, 38.601705635186583 ], [ -110.02686843398683, 38.601246729815884 ], [ -110.02635829140738, 38.600755855422932 ], [ -110.02600708310609, 38.600401477037508 ], [ -110.02557659797976, 38.599965332320572 ], [ -110.02546970864317, 38.599802231883608 ], [ -110.02538511420825, 38.599688881300075 ], [ -110.02503519587498, 38.599239888036351 ], [ -110.02477579818311, 38.598890776670153 ], [ -110.02446063883798, 38.59841954212088 ], [ -110.02421272891308, 38.598070525253107 ], [ -110.02411696142158, 38.597934551355621 ], [ -110.02350828444752, 38.597091386923807 ], [ -110.02325133217815, 38.596647669812363 ], [ -110.0229853685719, 38.596275970388156 ], [ -110.02247203954846, 38.595601213888834 ], [ -110.02215631030468, 38.595174125531884 ], [ -110.02190329308931, 38.594780002564967 ], [ -110.02181871004581, 38.594666649458361 ], [ -110.02170023307583, 38.59451246034233 ], [ -110.02120820261827, 38.593962237596344 ], [ -110.02078980451428, 38.593486524778271 ], [ -110.0205545122482, 38.593056500395839 ], [ -110.0203455989284, 38.592797918494888 ], [ -110.01978317804989, 38.591937098210558 ], [ -110.01957512858341, 38.591615440300323 ], [ -110.01934523866778, 38.591126882668668 ], [ -110.01909284701873, 38.590773311365659 ], [ -110.01840002271624, 38.589794239165855 ], [ -110.01827545242541, 38.589667030506476 ], [ -110.01815650020164, 38.58954888054371 ], [ -110.01775409157314, 38.58916701252177 ], [ -110.01740089350473, 38.588965790219035 ], [ -110.01656895480625, 38.588508217342863 ], [ -110.01590849568835, 38.588106150827784 ], [ -110.01530323067564, 38.587866755542642 ], [ -110.01450194086503, 38.587688788462202 ], [ -110.01343240776848, 38.587395908718094 ], [ -110.0132318099664, 38.587371688259502 ], [ -110.01242923503247, 38.587288318983695 ], [ -110.01177506690809, 38.587183668243505 ], [ -110.01110503705382, 38.587147368702283 ], [ -110.01066342874299, 38.587115700063052 ], [ -110.01002639610151, 38.587101301358871 ], [ -110.0096245240246, 38.587102407026173 ], [ -110.00910730415369, 38.587142186171953 ], [ -110.00857907432449, 38.587147625324718 ], [ -110.00815393157758, 38.587171058031082 ], [ -110.00785469987238, 38.58722259177209 ], [ -110.00773384664254, 38.587244096382747 ], [ -110.00753849537253, 38.587255957426045 ], [ -110.0070209507697, 38.587319154981202 ], [ -110.00644569323865, 38.58740438951569 ], [ -110.00586841661108, 38.587552685897244 ], [ -110.00581191438171, 38.587570229295359 ], [ -110.00539132767396, 38.587679301706487 ], [ -110.00491461021475, 38.587778883648873 ], [ -110.00451052903298, 38.587856552307791 ], [ -110.00429153042228, 38.587917771053853 ], [ -110.0035481676462, 38.58811961401824 ], [ -110.00310475063236, 38.588218570917711 ], [ -110.00258027108509, 38.58836730072283 ], [ -110.00240737829218, 38.588415391334735 ], [ -110.00209578404032, 38.588529886716017 ], [ -110.00181894224689, 38.58862214846615 ], [ -110.00167360158611, 38.588670472985619 ], [ -110.00127220730492, 38.588802223443899 ], [ -110.0010228543254, 38.588899223726891 ], [ -110.00081408136514, 38.58905064006467 ], [ -110.00069241123079, 38.589130706348811 ], [ -110.00039329138593, 38.589173210194026 ], [ -110.00023724126378, 38.589248476492145 ], [ -110.00016205498973, 38.589288386736783 ], [ -109.99995352910878, 38.589421780257233 ], [ -109.99960030645681, 38.58963954755783 ], [ -109.99951338864939, 38.589697380459818 ], [ -109.99944392934205, 38.589738240364653 ], [ -109.99928196155781, 38.589826071132414 ], [ -109.99910712398626, 38.590013821282867 ], [ -109.99896716568146, 38.590170328630563 ], [ -109.99885029343962, 38.590318021622018 ], [ -109.99859371105876, 38.590604200131679 ], [ -109.99826667628979, 38.591002421022687 ], [ -109.99808016442277, 38.59120358716374 ], [ -109.99784627461702, 38.591508882769951 ], [ -109.99770008151009, 38.591700480692921 ], [ -109.99758825546938, 38.591897779815739 ], [ -109.99755288513406, 38.591964163261217 ], [ -109.99741154859849, 38.592301791593457 ], [ -109.9973805697951, 38.592382631289247 ], [ -109.9973014929874, 38.592701868333087 ], [ -109.9971422978545, 38.59300239539067 ], [ -109.99698865390724, 38.593316487304165 ], [ -109.99684768124087, 38.593545076691633 ], [ -109.99674695495636, 38.593769505100433 ], [ -109.99666969243808, 38.593958087884289 ], [ -109.99660977699484, 38.59413780767396 ], [ -109.99635381842747, 38.594789860301837 ], [ -109.99620038042468, 38.595088632972555 ], [ -109.99609995109164, 38.595291435278028 ], [ -109.99601625402902, 38.595529526565763 ], [ -109.995972239976, 38.595804004950658 ], [ -109.99595125167481, 38.596074175032847 ], [ -109.99594086618464, 38.596407517771823 ], [ -109.99594221340959, 38.59672293781837 ], [ -109.99594374891808, 38.597024841958415 ], [ -109.99588251075106, 38.597299172448309 ], [ -109.99576879992229, 38.597630727283196 ], [ -109.99568458404352, 38.597905761612573 ], [ -109.99559344600993, 38.598265446133979 ], [ -109.99557455435162, 38.598796972386602 ], [ -109.99562302145451, 38.599027185908149 ], [ -109.99587295757098, 38.59963311253216 ], [ -109.99591493168973, 38.599917340188519 ], [ -109.99593115072132, 38.599989572684244 ], [ -109.99601394114239, 38.600229092178942 ], [ -109.99613503750598, 38.600604115210317 ], [ -109.9962177665105, 38.600848139848672 ], [ -109.99638466938535, 38.601232567181533 ], [ -109.99643445822873, 38.601368169157645 ], [ -109.99650040443794, 38.601580508815921 ], [ -109.99659941856224, 38.601892260288551 ], [ -109.99666392282887, 38.602208221602488 ], [ -109.99682521518233, 38.602583588477799 ], [ -109.99698475314059, 38.60308510334611 ], [ -109.99702118008996, 38.603355765433051 ], [ -109.99703633480409, 38.60350458774289 ], [ -109.99698789469865, 38.60368440576417 ], [ -109.99682999027475, 38.603890320349947 ], [ -109.99656274591605, 38.604113320455305 ], [ -109.99637675942093, 38.604273935288106 ], [ -109.99616206458363, 38.604434303537573 ], [ -109.99605077883534, 38.604591052824347 ], [ -109.99600972186676, 38.604652881006018 ], [ -109.9958800680904, 38.604891478613617 ], [ -109.99580090691802, 38.605215218984377 ], [ -109.99577618236736, 38.605341170008323 ], [ -109.99575694811757, 38.605485191458847 ], [ -109.99580971714765, 38.605819075650743 ], [ -109.99587640623628, 38.605978253114451 ], [ -109.99602231077832, 38.606221918647989 ], [ -109.99615715983597, 38.606434849518692 ], [ -109.99631466256737, 38.606670503687873 ], [ -109.99635971733174, 38.606733971735494 ], [ -109.99641057662571, 38.606792983722023 ], [ -109.99642124413459, 38.606851650978889 ], [ -109.99641292927274, 38.607036318608486 ], [ -109.99638340481231, 38.607094641140336 ], [ -109.9962366605909, 38.607323179622639 ], [ -109.99617729721203, 38.607462351020587 ], [ -109.99608166237833, 38.607731880182612 ], [ -109.99603221224437, 38.60798378222303 ], [ -109.99602857061082, 38.608245088938276 ], [ -109.99608341452914, 38.608430298393692 ], [ -109.99614268215501, 38.608710168128496 ], [ -109.99624304054754, 38.609008413628118 ], [ -109.99652007381465, 38.609650617117055 ], [ -109.99654235114838, 38.609700372252014 ], [ -109.996664720144, 38.609985288637525 ], [ -109.99675919594178, 38.610211389999144 ], [ -109.99688730861061, 38.610496355382743 ], [ -109.99699395981172, 38.610672996843455 ], [ -109.99711121740374, 38.610912810665766 ], [ -109.99717067903296, 38.611179163981944 ], [ -109.99725204312828, 38.611522303984245 ], [ -109.99724953439586, 38.611702515471379 ], [ -109.99729889266933, 38.611869653968959 ], [ -109.99739867595507, 38.612127341018514 ], [ -109.99742556799289, 38.612258240350556 ], [ -109.99746338003941, 38.612429785656609 ], [ -109.99748901818407, 38.61265079070504 ], [ -109.99754823169813, 38.6129351649356 ], [ -109.9976817808469, 38.61324270505434 ], [ -109.99772226423407, 38.61363505848383 ], [ -109.9977710606188, 38.613842744335813 ], [ -109.99795714607569, 38.614502188287304 ], [ -109.99810268578277, 38.614773783976041 ], [ -109.99823592722831, 38.615103849873549 ], [ -109.99831105677116, 38.615482982159989 ], [ -109.99850633927755, 38.615894683643816 ], [ -109.99853972879195, 38.615971568408291 ], [ -109.99869550568854, 38.616333367373059 ], [ -109.99880129283864, 38.616573081184825 ], [ -109.99887369039834, 38.616735910241445 ], [ -109.99912828298616, 38.617012943468282 ], [ -109.99947300546582, 38.617416909893954 ], [ -109.99951825732461, 38.617466860880903 ], [ -109.99965326229717, 38.617670777169252 ], [ -109.99994156589321, 38.618002166681755 ], [ -110.00009954347324, 38.618206278801487 ], [ -110.00026263911263, 38.618455492642468 ], [ -110.00046062948454, 38.618673463619515 ], [ -110.00053933824354, 38.618795793150952 ], [ -110.00069931983707, 38.618855735321361 ], [ -110.00133050719076, 38.619311706601195 ], [ -110.00150085155003, 38.619452840893501 ], [ -110.00184697275691, 38.619757684179532 ], [ -110.0021368555024, 38.619976436231916 ], [ -110.00285513944742, 38.620365554790354 ], [ -110.00340781237482, 38.620686572271339 ], [ -110.00399572001395, 38.620952014939178 ], [ -110.00466783184706, 38.621358752608053 ], [ -110.0053583002158, 38.621684537728314 ], [ -110.00600888541359, 38.621987450855507 ], [ -110.00724907382741, 38.622435045173525 ], [ -110.00827709736797, 38.62285829907249 ], [ -110.00867212328082, 38.622951763217188 ], [ -110.00940807375159, 38.623313956429847 ], [ -110.00996322734586, 38.623458335905397 ], [ -110.01053474558653, 38.623665932629706 ], [ -110.01108782744076, 38.623877876558069 ], [ -110.01169057698641, 38.623986603595561 ], [ -110.01240862296015, 38.624064760092466 ], [ -110.01314166440622, 38.624138532854694 ], [ -110.0133828747327, 38.62414056720251 ], [ -110.01375611476274, 38.624148219917949 ], [ -110.01408995516371, 38.624096963769297 ], [ -110.01431557816386, 38.624062818275945 ], [ -110.01474052862021, 38.623985292899526 ], [ -110.01517428025295, 38.623768159608289 ], [ -110.01548865710863, 38.623459903802384 ], [ -110.01590287952541, 38.622990277410388 ], [ -110.01627064165748, 38.622137263948503 ], [ -110.01658783705028, 38.621621760888814 ], [ -110.01690094574734, 38.620984565327142 ], [ -110.01719482846067, 38.620072352052972 ], [ -110.01738781916217, 38.619398099314232 ], [ -110.01765644426669, 38.618652388005401 ], [ -110.01776294637293, 38.618423485035706 ], [ -110.01798749518653, 38.617961269838993 ], [ -110.01814985544819, 38.617426439084333 ], [ -110.01848038466794, 38.616351418456411 ], [ -110.01882868574113, 38.614814247665322 ], [ -110.01914622271667, 38.613848156711995 ], [ -110.01971916764511, 38.612681442404181 ], [ -110.02003801169398, 38.612039779396305 ], [ -110.02043632033202, 38.611466368186449 ], [ -110.02096630751139, 38.611006703198321 ], [ -110.02136509563344, 38.610735183472201 ], [ -110.02147535737727, 38.610650494802599 ], [ -110.02181763733341, 38.610395623084059 ], [ -110.02282107924921, 38.60966144605549 ], [ -110.02324335824497, 38.609435174313894 ], [ -110.0235724202453, 38.609307251543683 ], [ -110.02373404931765, 38.609245518513617 ], [ -110.0245193449512, 38.608927647825148 ], [ -110.02502084235448, 38.608787640854537 ], [ -110.0256889745004, 38.60864000768256 ], [ -110.02643572457097, 38.608623694066132 ], [ -110.02787511514018, 38.608770836444499 ], [ -110.0287117929869, 38.608899442149479 ], [ -110.02911869173947, 38.608960493753941 ], [ -110.02986421922849, 38.609035166017847 ], [ -110.03056285493945, 38.609180637264132 ], [ -110.03153263730677, 38.609233726307799 ], [ -110.03223285218121, 38.609262048910061 ], [ -110.03374171627433, 38.609369141248102 ], [ -110.03451101832911, 38.609384503204815 ], [ -110.03523456610908, 38.609385965349453 ], [ -110.03625772090243, 38.609313291832535 ], [ -110.03690202520559, 38.60922848002491 ], [ -110.03759854731128, 38.609103541610104 ], [ -110.03861327866822, 38.60880098037768 ], [ -110.038861203255, 38.608726417846796 ], [ -110.03905146782418, 38.608669404628905 ], [ -110.0398119226471, 38.608486402089788 ], [ -110.04048678546066, 38.608262140184529 ], [ -110.04124753230738, 38.60805660145499 ], [ -110.04194488483999, 38.607954173056847 ], [ -110.04221916614145, 38.607969935985331 ], [ -110.04271525227705, 38.607888384583902 ], [ -110.04341221887049, 38.607641757333823 ], [ -110.04414543758969, 38.607345857780551 ], [ -110.0451838749925, 38.607070467921559 ], [ -110.04594829490418, 38.606932516074174 ], [ -110.04690465025111, 38.606696994175863 ], [ -110.0481966400833, 38.606265937870887 ], [ -110.04926912194446, 38.605932212491396 ], [ -110.05057706262424, 38.605595882059113 ], [ -110.05212039957269, 38.60526144399936 ], [ -110.05331602752375, 38.605167488647893 ], [ -110.05418767057115, 38.605170031412918 ], [ -110.05521077552892, 38.605182802395625 ], [ -110.05628381756252, 38.605241025653612 ], [ -110.05711488571195, 38.605360371401098 ], [ -110.05813449017812, 38.605553322520677 ], [ -110.05890726542863, 38.60573977404929 ], [ -110.05982270611716, 38.605994954565716 ], [ -110.05988563004732, 38.606013483516527 ], [ -110.0608351172548, 38.606300470596636 ], [ -110.06143969419655, 38.606616224922412 ], [ -110.06211306093243, 38.606941539212329 ], [ -110.06268981897921, 38.607189476404074 ], [ -110.06319186661038, 38.607442219666964 ], [ -110.0637057177358, 38.607670723653023 ], [ -110.0642864150424, 38.608058365783016 ], [ -110.06466773013962, 38.608322753573134 ], [ -110.06487286055382, 38.608446050972347 ], [ -110.06524257902468, 38.608719355907184 ], [ -110.06578814001683, 38.609160780058971 ], [ -110.06604360935636, 38.609388111777697 ], [ -110.06634525015174, 38.609597787971573 ], [ -110.06669078609477, 38.609965518147163 ], [ -110.06687793975765, 38.610147244648985 ], [ -110.06720572963911, 38.610555384389478 ], [ -110.06748834427184, 38.61090458718553 ], [ -110.06763988314023, 38.611176145540064 ], [ -110.06771278191066, 38.611311901768708 ], [ -110.0681117331801, 38.611990956636269 ], [ -110.06822952249347, 38.612208175259951 ], [ -110.06829128853893, 38.612316807389746 ], [ -110.06839208518321, 38.612515867152609 ], [ -110.06844816772004, 38.612619948099585 ], [ -110.06859408792896, 38.612882448750817 ], [ -110.06871696507888, 38.613239388550696 ], [ -110.06880163614478, 38.613708670259406 ], [ -110.06891680940227, 38.614128630316586 ], [ -110.0689328135455, 38.614223380392922 ], [ -110.06896354068762, 38.614511998904611 ], [ -110.06898852560062, 38.614800571704997 ], [ -110.06899310328888, 38.614890724999832 ], [ -110.06899193851989, 38.614980832600999 ], [ -110.06899975444161, 38.615264762920518 ], [ -110.06899794903622, 38.615404429693037 ], [ -110.06896580030077, 38.615670018621202 ], [ -110.06894596344968, 38.615871722532063 ], [ -110.068796271807, 38.616344545917109 ], [ -110.06851955306327, 38.616869526795021 ], [ -110.06837823341357, 38.617138752156187 ], [ -110.06807495223104, 38.617496804258167 ], [ -110.06786994692959, 38.617805173095135 ], [ -110.06781128368311, 38.617900229556085 ], [ -110.06730061646161, 38.618306191348267 ], [ -110.06716649111044, 38.61846282649114 ], [ -110.0670385748719, 38.61858346426304 ], [ -110.06677039894052, 38.618802111721813 ], [ -110.06669607405544, 38.61886460062977 ], [ -110.06650463529849, 38.619011766117339 ], [ -110.06640009701005, 38.619101048810784 ], [ -110.06614571989923, 38.619229688118061 ], [ -110.06589110811936, 38.619376348348652 ], [ -110.06567130298079, 38.619496250939164 ], [ -110.06541692318977, 38.619624888619327 ], [ -110.06517432061452, 38.619731090644471 ], [ -110.06467299663508, 38.619857753383243 ], [ -110.06411476934393, 38.619943406266522 ], [ -110.06376990524295, 38.619963176407047 ], [ -110.06342509957054, 38.619978440159528 ], [ -110.06268479907693, 38.619931959301908 ], [ -110.06244377532852, 38.619916510663096 ], [ -110.06158976791706, 38.619869111668542 ], [ -110.06085426709902, 38.619719023469059 ], [ -110.05984151115787, 38.619513534238315 ], [ -110.05905172289769, 38.619299015604881 ], [ -110.05818688901272, 38.619026212876918 ], [ -110.05736538375875, 38.618690671138083 ], [ -110.05652058139964, 38.618292755231742 ], [ -110.05571618805112, 38.617879839525237 ], [ -110.05492315920334, 38.617476922939495 ], [ -110.05426239679392, 38.617061552658654 ], [ -110.05298268824777, 38.616546548024367 ], [ -110.05180535524168, 38.616108958357358 ], [ -110.05119316027583, 38.615932773757393 ], [ -110.05072985763513, 38.615789334895439 ], [ -110.05055817655111, 38.615742883531397 ], [ -110.05013471731694, 38.615626800648457 ], [ -110.04928558403633, 38.615475717372952 ], [ -110.04883905765071, 38.61545406496225 ], [ -110.04875303960003, 38.615444353996089 ], [ -110.04812806316581, 38.615367177900346 ], [ -110.04762894556058, 38.615327069669846 ], [ -110.04712366885084, 38.61531845001123 ], [ -110.04655427101159, 38.615381399068042 ], [ -110.04583503094713, 38.615483676022329 ], [ -110.04529332788783, 38.615623443987346 ], [ -110.04487317101882, 38.615692108318918 ], [ -110.04429766728346, 38.615782031535083 ], [ -110.04379543883114, 38.615976184981854 ], [ -110.04368567319656, 38.61602485207343 ], [ -110.04338496832025, 38.616180098162708 ], [ -110.04302601069621, 38.616397047556923 ], [ -110.04270076364342, 38.616670143997233 ], [ -110.04242595131684, 38.617037373636741 ], [ -110.04221346606693, 38.617468194493753 ], [ -110.04211756916391, 38.617769300298491 ], [ -110.04209292062752, 38.617895261840296 ], [ -110.04203033997833, 38.618282251134922 ], [ -110.04201811471157, 38.618683170173931 ], [ -110.04191582285357, 38.619119398356098 ], [ -110.04173322840721, 38.619892906139732 ], [ -110.04168380837758, 38.620153839607035 ], [ -110.04162266241315, 38.620432700316826 ], [ -110.04164580031929, 38.620851932148767 ], [ -110.04172164403009, 38.621194996519478 ], [ -110.04182722233043, 38.621461705220327 ], [ -110.04192179504471, 38.621692277051913 ], [ -110.04196641994342, 38.621791770737111 ], [ -110.0421162057627, 38.622189510217254 ], [ -110.04228310243003, 38.622596401212824 ], [ -110.04245042035178, 38.622971754591127 ], [ -110.04290094184189, 38.623646809546464 ], [ -110.04320646002523, 38.623996257298977 ], [ -110.04346590469184, 38.624268728478263 ], [ -110.04368200230279, 38.624518315628329 ], [ -110.04385716914571, 38.624736027078477 ], [ -110.04402598356846, 38.624913133899533 ], [ -110.04415049230433, 38.625139442625127 ], [ -110.04433330703985, 38.625213930487938 ], [ -110.04445332912292, 38.62525906793072 ], [ -110.04469173575397, 38.625472788779547 ], [ -110.04502646483375, 38.625786423635041 ], [ -110.04523640931653, 38.625980986566859 ], [ -110.0453312121043, 38.626108824541959 ], [ -110.0454227603884, 38.626222217235131 ], [ -110.04549054535649, 38.626308381015619 ], [ -110.04554133939088, 38.626376382831367 ], [ -110.04561965572992, 38.626534725700097 ], [ -110.04578855247013, 38.626792935537466 ], [ -110.0459632535034, 38.627046686629292 ], [ -110.04617726425425, 38.627368345356651 ], [ -110.04636901929372, 38.627635752348986 ], [ -110.04654946783356, 38.62788954939721 ], [ -110.04667278115365, 38.62812035147163 ], [ -110.04679704973641, 38.62827906796187 ], [ -110.04690420765091, 38.628428633272257 ], [ -110.04702805977732, 38.628618886909031 ], [ -110.04705624060888, 38.628659668895217 ], [ -110.04719152096648, 38.628854521267975 ], [ -110.04736767865876, 38.629085752951717 ], [ -110.04760251389882, 38.629484177633451 ], [ -110.04785537373209, 38.629909783481452 ], [ -110.04795522675632, 38.630090829140421 ], [ -110.04804577127044, 38.630280810620327 ], [ -110.04817938923, 38.630601811418124 ], [ -110.04843130334827, 38.631099501488251 ], [ -110.04862602150047, 38.631578702582942 ], [ -110.04865934076236, 38.631665485373745 ], [ -110.04879238044052, 38.632030637802465 ], [ -110.04899390680548, 38.632429689912144 ], [ -110.04917662066849, 38.632948443687717 ], [ -110.04926825581875, 38.633404276642288 ], [ -110.04933638073862, 38.633900470862841 ], [ -110.04930111484072, 38.63439582485001 ], [ -110.04915659292874, 38.634899302475425 ], [ -110.04901727720477, 38.635443374592398 ], [ -110.04900616396792, 38.635501859942202 ], [ -110.0488676619136, 38.635897246308943 ], [ -110.0487258731215, 38.636193477677111 ], [ -110.04849547868992, 38.636673726886201 ], [ -110.04828231372869, 38.63715411575788 ], [ -110.04807009938901, 38.637562418798403 ], [ -110.0479049692466, 38.63788549404358 ], [ -110.04778106103554, 38.638132305635132 ], [ -110.04768676776257, 38.638311770870374 ], [ -110.04746287895907, 38.638733495119759 ], [ -110.04742165482708, 38.638809758375068 ], [ -110.04723415339753, 38.639173202781997 ], [ -110.0471079581841, 38.639505605515659 ], [ -110.04708751525772, 38.639747852035079 ], [ -110.04694887791203, 38.640238758004934 ], [ -110.04681222000681, 38.640580086741458 ], [ -110.04663415543466, 38.641011194197802 ], [ -110.04661620559244, 38.641065117719407 ], [ -110.04649510641774, 38.64153273570124 ], [ -110.04624762475122, 38.641999323178098 ], [ -110.04601868783617, 38.642366933358865 ], [ -110.04585449298513, 38.642617919928163 ], [ -110.04527046466634, 38.643334085353153 ], [ -110.04492758092947, 38.643628670199327 ], [ -110.04465399013847, 38.643896785047417 ], [ -110.04459002032827, 38.643954838191085 ], [ -110.04448525085165, 38.644056715025997 ], [ -110.04419022190223, 38.644208403632113 ], [ -110.04386043571292, 38.644381435304616 ], [ -110.04345476777664, 38.644643961842533 ], [ -110.04288213776098, 38.644932155860438 ], [ -110.04241767399219, 38.645208616262906 ], [ -110.04193823404836, 38.64548765562315 ], [ -110.04140472492614, 38.645857267327131 ], [ -110.04131771116417, 38.64591963561282 ], [ -110.04090029527283, 38.646200080105501 ], [ -110.04084811054992, 38.646235698723387 ], [ -110.04052297048834, 38.646489863548872 ], [ -110.04006365026174, 38.646896123990437 ], [ -110.03970935854255, 38.647181587944651 ], [ -110.0394596171334, 38.647382298955229 ], [ -110.03900542837174, 38.647833655362895 ], [ -110.03830439967095, 38.648697515304193 ], [ -110.03811167856495, 38.648930232779122 ], [ -110.03789615640522, 38.649149244960682 ], [ -110.03765232904611, 38.649336483207172 ], [ -110.03732487246339, 38.649761840544379 ], [ -110.03709664880076, 38.65007086282413 ], [ -110.0367924078336, 38.650478386462588 ], [ -110.03644571342932, 38.651052274423471 ], [ -110.03625267808115, 38.651307515130476 ], [ -110.03605802059256, 38.652112450489447 ], [ -110.03593060439373, 38.652616050650288 ], [ -110.03589075715806, 38.65301673890604 ], [ -110.03581964538745, 38.653606413215989 ], [ -110.03581458409212, 38.653983957925682 ], [ -110.0359272563739, 38.654580553963392 ], [ -110.03605880975583, 38.65505474758146 ], [ -110.03625465366127, 38.655448366289782 ], [ -110.03640955558406, 38.655895717018254 ], [ -110.03647046431735, 38.656067439294155 ], [ -110.03654250260077, 38.656266288026998 ], [ -110.03682490046045, 38.656633583822654 ], [ -110.03713693483738, 38.65693353585651 ], [ -110.03749505869699, 38.657224854723111 ], [ -110.03784725881268, 38.657529641171919 ], [ -110.0383480704152, 38.657894223909139 ], [ -110.03910702987602, 38.658292466126689 ], [ -110.03967268263699, 38.658535919203807 ], [ -110.04003220809025, 38.658723608365939 ], [ -110.04059852863645, 38.658917498634061 ], [ -110.04102210496799, 38.659042628886382 ], [ -110.04123387567611, 38.659106545036366 ], [ -110.04198454143717, 38.659266794288101 ], [ -110.04256302349415, 38.659411210852433 ], [ -110.04323296406795, 38.659592419143998 ], [ -110.04396107490837, 38.65972093062021 ], [ -110.04459218873045, 38.659797279156585 ], [ -110.04511034612541, 38.659724911845977 ], [ -110.04556068679746, 38.659566378605852 ], [ -110.04647309316103, 38.659231379253235 ], [ -110.04708155359462, 38.658848838830366 ], [ -110.04728576505863, 38.658616200538376 ], [ -110.04741233765917, 38.658171156779197 ], [ -110.04746516750576, 38.657653419449204 ], [ -110.04734471549185, 38.657202759101246 ], [ -110.04728910370579, 38.656629167669919 ], [ -110.04721188583642, 38.656038278102741 ], [ -110.04720627282997, 38.655073989755799 ], [ -110.0471338922725, 38.654465116167991 ], [ -110.04715533574628, 38.65328026337054 ], [ -110.04720341624643, 38.652253330629399 ], [ -110.04720431145765, 38.652185750783907 ], [ -110.04730224821381, 38.65129890400766 ], [ -110.04746776873623, 38.650601851414137 ], [ -110.04757216363575, 38.650007934459587 ], [ -110.04776867437656, 38.649486860235044 ], [ -110.04805034579616, 38.649043077498845 ], [ -110.04834973777177, 38.648562490542012 ], [ -110.04870631429338, 38.648102193400405 ], [ -110.04909043226293, 38.647731334105536 ], [ -110.04952666809244, 38.647329356301348 ], [ -110.05000412532054, 38.646851112759421 ], [ -110.05053108061807, 38.646539984107726 ], [ -110.05098730928542, 38.646363453715914 ], [ -110.0513855518149, 38.64622700364469 ], [ -110.05204817792546, 38.646083683367088 ], [ -110.05275687938466, 38.645931720799766 ], [ -110.05318188410649, 38.64594417319983 ], [ -110.05403702317412, 38.645928562507592 ], [ -110.05472679201372, 38.645992714041327 ], [ -110.05542038911416, 38.646115468034552 ], [ -110.05594099016443, 38.646286385872777 ], [ -110.05652348838898, 38.646556928602237 ], [ -110.0570881065166, 38.64687688829062 ], [ -110.05741297373777, 38.647077762396414 ], [ -110.05765131331253, 38.647304973471542 ], [ -110.05796398599743, 38.647559817599337 ], [ -110.05821909224819, 38.647823209064704 ], [ -110.05864970414106, 38.648286268348933 ], [ -110.05880258207794, 38.648458719506678 ], [ -110.05903360605672, 38.648806624738114 ], [ -110.05931434141692, 38.649219813017211 ], [ -110.05949046914917, 38.649460037455356 ], [ -110.0596085857736, 38.649654737122844 ], [ -110.0596916715179, 38.649804096927852 ], [ -110.05990056585833, 38.650175252748859 ], [ -110.06001164421622, 38.650469023343483 ], [ -110.05993834371876, 38.650801864522776 ], [ -110.059855436191, 38.650990442382593 ], [ -110.05974415487982, 38.651151757222465 ], [ -110.05948649968332, 38.651433552089962 ], [ -110.05923688599113, 38.65171541104224 ], [ -110.05896764722415, 38.65209173362539 ], [ -110.05868847655195, 38.652436434940931 ], [ -110.05824406730081, 38.652937508727263 ], [ -110.05784658800916, 38.653452476200094 ], [ -110.05726620725677, 38.654330938942437 ], [ -110.05689317262015, 38.654733454749639 ], [ -110.05661916907899, 38.655033134444949 ], [ -110.05656562618485, 38.655172382699405 ], [ -110.05646434454243, 38.655446420132378 ], [ -110.05625934396245, 38.655742149715806 ], [ -110.05606654272647, 38.655983907660207 ], [ -110.05584868706295, 38.656383166338642 ], [ -110.05566577690908, 38.656746660244373 ], [ -110.05550940457918, 38.657277083014257 ], [ -110.05544000462879, 38.658185794535207 ], [ -110.05541535220804, 38.658312659210132 ], [ -110.0553347251746, 38.658763489900949 ], [ -110.05528356089309, 38.659158686470803 ], [ -110.0552980642891, 38.659366971859086 ], [ -110.05531194035855, 38.65962301371524 ], [ -110.05535270002143, 38.660019853821396 ], [ -110.05553278601614, 38.660309679677049 ], [ -110.05572007640532, 38.660576133223245 ], [ -110.05574711330446, 38.66061780490444 ], [ -110.05603010002469, 38.660949012900694 ], [ -110.0564665206705, 38.66141212638621 ], [ -110.05705406128088, 38.661745788306497 ], [ -110.05767116505159, 38.662016604197447 ], [ -110.05837779920894, 38.662121422868815 ], [ -110.05915819381836, 38.662123197107192 ], [ -110.0594462117039, 38.662071443884955 ], [ -110.05961361779575, 38.66201421448546 ], [ -110.06031989519857, 38.661618874133211 ], [ -110.06052264780105, 38.661495241458233 ], [ -110.06107935093931, 38.661111311190894 ], [ -110.06134615511068, 38.660923307601017 ], [ -110.06229075172325, 38.660318995694752 ], [ -110.06305756963171, 38.659685316064824 ], [ -110.06375392116429, 38.659078102107941 ], [ -110.0644799408645, 38.658574754801066 ], [ -110.06512869886218, 38.658178924837109 ], [ -110.06586554788606, 38.657725219235545 ], [ -110.06641341507724, 38.657486279610659 ], [ -110.06681256838695, 38.657282197510284 ], [ -110.06731455995254, 38.657123992207232 ], [ -110.06761480328746, 38.65701374063989 ], [ -110.067707145234, 38.656982936008554 ], [ -110.06816793814656, 38.656810881199618 ], [ -110.06868227255484, 38.656675297373624 ], [ -110.06917728554069, 38.656611650512239 ], [ -110.06970607303566, 38.656602339925676 ], [ -110.07018268233324, 38.656628658677668 ], [ -110.07072771760984, 38.656696071442852 ], [ -110.07095725854391, 38.656720423905853 ], [ -110.07135179895712, 38.656872248774341 ], [ -110.07230014100048, 38.657303320529685 ], [ -110.07274379880035, 38.657568175579442 ], [ -110.07291162386971, 38.657655116325415 ], [ -110.07315011766067, 38.657787674956609 ], [ -110.07342812521402, 38.658064732117907 ], [ -110.07370491619407, 38.658436401035132 ], [ -110.07390875302167, 38.658672317331344 ], [ -110.07420719866623, 38.659147790164468 ], [ -110.07437459122103, 38.659536614763276 ], [ -110.07449056092405, 38.65990250316792 ], [ -110.07449533807301, 38.660424313882068 ], [ -110.07443845024416, 38.660825782042465 ], [ -110.07414911615784, 38.661427270694652 ], [ -110.07412556289584, 38.661471241189133 ], [ -110.0739446923627, 38.661682483517964 ], [ -110.07371797869965, 38.661883449732301 ], [ -110.0735901107071, 38.661995082258485 ], [ -110.07309030152381, 38.662428185925677 ], [ -110.07269043946108, 38.662686353314697 ], [ -110.0721784878867, 38.663168920608896 ], [ -110.07161545214963, 38.663601516239112 ], [ -110.07113315006649, 38.664012221246786 ], [ -110.07072061471909, 38.664360397248942 ], [ -110.070267908568, 38.664703746636704 ], [ -110.06987765146576, 38.665106166349972 ], [ -110.0696262388561, 38.665437596361969 ], [ -110.0692406124143, 38.66592566099991 ], [ -110.06904788472674, 38.666162934791579 ], [ -110.06890389897704, 38.666630392325018 ], [ -110.06878290947421, 38.667097131572234 ], [ -110.06859770748045, 38.667551644219515 ], [ -110.06857406833085, 38.668222820690161 ], [ -110.06853260083811, 38.66867307075313 ], [ -110.06856140050678, 38.669200479034082 ], [ -110.06857441570533, 38.669349274167558 ], [ -110.06861029368973, 38.66977400646298 ], [ -110.06867436412706, 38.670152102881588 ], [ -110.06885975043205, 38.670482502504292 ], [ -110.06902191730943, 38.670830740201225 ], [ -110.06912429417513, 38.671002775541503 ], [ -110.0692583877501, 38.671211109608812 ], [ -110.0692979164038, 38.671265493790344 ], [ -110.06949051347983, 38.671483304733385 ], [ -110.0698810083409, 38.671864898205051 ], [ -110.07033696532217, 38.672251516541806 ], [ -110.07082156154245, 38.672557256224351 ], [ -110.07134180868471, 38.672773160977783 ], [ -110.07174857160476, 38.672875517745517 ], [ -110.07221385356246, 38.672897232931639 ], [ -110.07267931022301, 38.672905430249969 ], [ -110.07316218261614, 38.672900246330954 ], [ -110.07370310659726, 38.672850462200635 ], [ -110.07411219501272, 38.67277259712634 ], [ -110.07459043319335, 38.672680859226347 ], [ -110.07507491587037, 38.672550418852204 ], [ -110.07556521342283, 38.672414615459822 ], [ -110.07588832331238, 38.672318041308877 ], [ -110.07600390152415, 38.672269390666493 ], [ -110.07613103158722, 38.67221632535972 ], [ -110.07653569822705, 38.672034783380731 ], [ -110.07659926288206, 38.672008250449863 ], [ -110.07703307882026, 38.67179449509257 ], [ -110.07733956759181, 38.671649123056667 ], [ -110.07771560870825, 38.67145833951119 ], [ -110.07815561572562, 38.671209483492312 ], [ -110.0786362526253, 38.670929405250824 ], [ -110.07912459518282, 38.670496188324172 ], [ -110.07949626337222, 38.670197225220477 ], [ -110.07976304289198, 38.670010080795898 ], [ -110.07980942163533, 38.669978905068866 ], [ -110.08039567749266, 38.669528429802213 ], [ -110.08072164894375, 38.669206574368367 ], [ -110.08083216343573, 38.669103809418026 ], [ -110.08112807251445, 38.668885350092943 ], [ -110.08146886017339, 38.668752852791606 ], [ -110.0817239613307, 38.668669245637517 ], [ -110.08196463675363, 38.668635088566226 ], [ -110.08207422811215, 38.66860440808324 ], [ -110.0824319079686, 38.668499075371784 ], [ -110.08287124841428, 38.668299759981508 ], [ -110.08336489219334, 38.667898107185245 ], [ -110.08382910899169, 38.667640407604651 ], [ -110.08390904492013, 38.667591469850926 ], [ -110.08473770510841, 38.667057260470649 ], [ -110.0856234179692, 38.666555031826036 ], [ -110.08650297121243, 38.666084288936396 ], [ -110.08705198531945, 38.6658452618857 ], [ -110.0874799754102, 38.665632322933497 ], [ -110.08786130486372, 38.66547308824299 ], [ -110.08834584140038, 38.665332680037764 ], [ -110.08868056714736, 38.665222643312035 ], [ -110.089389042701, 38.665097492839678 ], [ -110.09000540093699, 38.664985138830446 ], [ -110.09034018881391, 38.664960708237828 ], [ -110.09078812046059, 38.664896603969865 ], [ -110.09099567753029, 38.664844147511324 ], [ -110.09171461400373, 38.664800168829181 ], [ -110.09223669042927, 38.664871809136578 ], [ -110.09279188246468, 38.665051843481649 ], [ -110.09318606120171, 38.665239638574938 ], [ -110.09371059484057, 38.665572628486665 ], [ -110.0940399202341, 38.665890586715875 ], [ -110.09418103002011, 38.666094441194218 ], [ -110.09429858658709, 38.666343171231318 ], [ -110.09440527498707, 38.666542253064954 ], [ -110.09447651939247, 38.666817659185398 ], [ -110.0945193147232, 38.667070315950326 ], [ -110.09451653408655, 38.667291079176742 ], [ -110.09450309990633, 38.66744507391163 ], [ -110.09446562324585, 38.667682690581699 ], [ -110.09437972051064, 38.668114583291064 ], [ -110.09436743238608, 38.668177569489657 ], [ -110.09428442343093, 38.668379688172699 ], [ -110.09411231662976, 38.66881091303425 ], [ -110.09395926540985, 38.669098099314276 ], [ -110.09378356633884, 38.669358075038481 ], [ -110.09364866212992, 38.669573308534034 ], [ -110.0935137002875, 38.669793047225006 ], [ -110.09347273347481, 38.669851305217364 ], [ -110.09332207702882, 38.670039381361093 ], [ -110.0929940984736, 38.670433349480248 ], [ -110.09272045554492, 38.670711488307447 ], [ -110.09247095881901, 38.670897895358145 ], [ -110.09226731149096, 38.671094570503996 ], [ -110.09182706836782, 38.671366007054175 ], [ -110.09172276831235, 38.671432784214772 ], [ -110.09150824976588, 38.671579809700042 ], [ -110.09113144616876, 38.671833713129601 ], [ -110.09069511740429, 38.672249361571872 ], [ -110.09051547589672, 38.672365115710974 ], [ -110.09019624976634, 38.672610452180194 ], [ -110.08999236317565, 38.672825144620752 ], [ -110.08978261411303, 38.673048802678096 ], [ -110.08956808677907, 38.673195824457046 ], [ -110.08939424533239, 38.673307116182329 ], [ -110.08915016982309, 38.673517889545714 ], [ -110.08883020280243, 38.673820890725644 ], [ -110.08872561078573, 38.673910191905911 ], [ -110.08860366261362, 38.674008369346559 ], [ -110.08827890403225, 38.674235634121942 ], [ -110.0878310496005, 38.674651181721686 ], [ -110.08760295987128, 38.674960302965559 ], [ -110.08755141135667, 38.675036499459452 ], [ -110.08739877276626, 38.675197517407732 ], [ -110.08717522005151, 38.675511178979448 ], [ -110.08698218593719, 38.67586563058034 ], [ -110.08685242382353, 38.676125954025018 ], [ -110.08674502055615, 38.676436015734318 ], [ -110.08669106090724, 38.676611320638663 ], [ -110.08665491587738, 38.676741706620625 ], [ -110.0866386683423, 38.677115561279258 ], [ -110.08673679776032, 38.677535367153851 ], [ -110.08685774662342, 38.677968868501836 ], [ -110.08706576885696, 38.678335462438071 ], [ -110.08722872815808, 38.678629611478264 ], [ -110.08761930470267, 38.679105768294534 ], [ -110.08788521081057, 38.679441271705826 ], [ -110.0880992759883, 38.679785381885807 ], [ -110.08843313040616, 38.680202518240549 ], [ -110.08882032493601, 38.68058402283922 ], [ -110.08903427651688, 38.680847026000997 ], [ -110.08910802643007, 38.680924199049862 ], [ -110.08932950552112, 38.681137696504159 ], [ -110.08953937614771, 38.681360114760899 ], [ -110.08964710022759, 38.681478104154678 ], [ -110.08989623748108, 38.681777426011095 ], [ -110.09040106456831, 38.682313037897472 ], [ -110.09075987408397, 38.682577164488315 ], [ -110.09110719039775, 38.682841200653684 ], [ -110.09135616747541, 38.683154035528929 ], [ -110.09163474098773, 38.683399512787155 ], [ -110.09207978029072, 38.683664305082054 ], [ -110.09265458049641, 38.684123851865117 ], [ -110.09282542842377, 38.68425133966231 ], [ -110.09302940021928, 38.684487223260234 ], [ -110.09338248218071, 38.684751297375719 ], [ -110.09353028369264, 38.684883111266778 ], [ -110.09374717660315, 38.685006448820936 ], [ -110.09391704941248, 38.685120410072322 ], [ -110.09410612550101, 38.685261554621668 ], [ -110.09437896842981, 38.685506980939984 ], [ -110.09457805242742, 38.685675237012219 ], [ -110.09471453202106, 38.685793444351695 ], [ -110.09509027884229, 38.686084723544248 ], [ -110.09537485159537, 38.686312215110803 ], [ -110.09568884783455, 38.686485863954964 ], [ -110.09598991600963, 38.686681941003641 ], [ -110.09633199270583, 38.686999990696151 ], [ -110.09640581340524, 38.687072653874615 ], [ -110.0966102015099, 38.687276993840499 ], [ -110.09716206629827, 38.687736341256254 ], [ -110.09742439468484, 38.687905080735028 ], [ -110.09755513484602, 38.688023240454946 ], [ -110.09796984223753, 38.68841844435849 ], [ -110.0982879622991, 38.688722786126739 ], [ -110.09847471936037, 38.68895852743961 ], [ -110.09872425826858, 38.689230798706419 ], [ -110.09902519619911, 38.689530500233424 ], [ -110.09934219579921, 38.689924946395116 ], [ -110.09949514606521, 38.690106356130734 ], [ -110.09967025544438, 38.690354622043301 ], [ -110.0997830692222, 38.690527611940055 ], [ -110.09989561253848, 38.690722227459744 ], [ -110.10007589759634, 38.691016491698129 ], [ -110.10010892155363, 38.691133896503246 ], [ -110.10027219965424, 38.691409105211385 ], [ -110.10037346279903, 38.691586511443603 ], [ -110.10047473772198, 38.691763016516745 ], [ -110.10057635164323, 38.691912489340616 ], [ -110.1006714275377, 38.692124992911353 ], [ -110.10072175542179, 38.692238024812475 ], [ -110.1007828475809, 38.69240971478834 ], [ -110.10083295022007, 38.692540768081479 ], [ -110.10092616654954, 38.6929019483239 ], [ -110.10094262321876, 38.692965155962547 ], [ -110.10095333116381, 38.69302831940017 ], [ -110.10098601905305, 38.693172756105454 ], [ -110.1010241738806, 38.693339763794313 ], [ -110.1010907344983, 38.693534024591351 ], [ -110.1010077136628, 38.693736147053968 ], [ -110.10097220566884, 38.693816978339683 ], [ -110.10082470607085, 38.694117732353341 ], [ -110.10078248986683, 38.694275110466094 ], [ -110.10063565425004, 38.694522700966814 ], [ -110.10040554527619, 38.694992236790249 ], [ -110.10035847040419, 38.69507838583062 ], [ -110.10020561175401, 38.695347557205466 ], [ -110.1000756913168, 38.69562141069008 ], [ -110.09985316500934, 38.695944114877371 ], [ -110.09980035113706, 38.696029318336812 ], [ -110.09954766493827, 38.696464434488625 ], [ -110.09925608847681, 38.696791111513726 ], [ -110.09896518769992, 38.697063723508954 ], [ -110.09875607250244, 38.697233331977358 ], [ -110.09861668067225, 38.697344902287931 ], [ -110.09820966135423, 38.697706732972755 ], [ -110.09752696182228, 38.698043905889378 ], [ -110.09702419126761, 38.698246389560907 ], [ -110.09647010613189, 38.698414230561681 ], [ -110.0960781413486, 38.698492305367303 ], [ -110.09530491301317, 38.698711614846786 ], [ -110.09446815460836, 38.698952956148702 ], [ -110.09420818960335, 38.699050069961274 ], [ -110.09392396343526, 38.699156006771503 ], [ -110.09334586684409, 38.699493965550054 ], [ -110.09280133836801, 38.699814158724955 ], [ -110.09275494563816, 38.699845339281488 ], [ -110.09255724941845, 38.700019530867664 ], [ -110.09198817788271, 38.700461185932824 ], [ -110.09159942730601, 38.700738426294855 ], [ -110.09080498844511, 38.701267538968288 ], [ -110.09035179812263, 38.701637994336643 ], [ -110.09000317821287, 38.701923651883902 ], [ -110.08951416145813, 38.702307342450929 ], [ -110.08921325237772, 38.702548311253793 ], [ -110.08889371413954, 38.702807157236464 ], [ -110.08852587800715, 38.703246758298214 ], [ -110.08810551282708, 38.703747227129114 ], [ -110.0878078760469, 38.704091850708323 ], [ -110.08746884357099, 38.704526266061904 ], [ -110.08707104968931, 38.705059348775521 ], [ -110.08700648525885, 38.705162477605072 ], [ -110.08671861726465, 38.705642347965536 ], [ -110.0865570111702, 38.706141227143071 ], [ -110.08651120176339, 38.70657792987739 ], [ -110.08649223238213, 38.706712955054549 ], [ -110.08643515177243, 38.70713154653675 ], [ -110.0863500664388, 38.707491344006698 ], [ -110.08631264254774, 38.70772084627329 ], [ -110.0862858465749, 38.708018919402789 ], [ -110.08619467674606, 38.70840480266164 ], [ -110.08617606478596, 38.708963373637694 ], [ -110.08623783843241, 38.709531584370502 ], [ -110.08631623241035, 38.710149488446788 ], [ -110.08638530649864, 38.710596100087933 ], [ -110.08640515306135, 38.710844072862592 ], [ -110.0864203391227, 38.711006399463784 ], [ -110.08644093136375, 38.71119580295624 ], [ -110.08644605076761, 38.711245406491969 ], [ -110.08646721655984, 38.711389756696654 ], [ -110.08653715271673, 38.711768788268181 ], [ -110.08683406196089, 38.712388398807057 ], [ -110.08705368092645, 38.712755081668391 ], [ -110.08722332531242, 38.712981694946393 ], [ -110.0874213214871, 38.713240069695104 ], [ -110.08765382129606, 38.713498713352429 ], [ -110.08785279385286, 38.713680496815122 ], [ -110.08823457824397, 38.713958326982521 ], [ -110.08842871872187, 38.7140679793918 ], [ -110.08868634331972, 38.714160103229688 ], [ -110.08875511959872, 38.71417866238707 ], [ -110.08892125283016, 38.714229520623455 ], [ -110.08908152149708, 38.71428934448123 ], [ -110.08959763196076, 38.71440600881192 ], [ -110.090211387671, 38.714532442287826 ], [ -110.09134849529885, 38.714658435336027 ], [ -110.09209588537928, 38.714677758844552 ], [ -110.0927974430178, 38.714683204626866 ], [ -110.09370658689569, 38.714645197763772 ], [ -110.09451330152943, 38.714520780846478 ], [ -110.095112258646, 38.714453325658575 ], [ -110.09569942994123, 38.714408305118447 ], [ -110.09623547057048, 38.714313322858466 ], [ -110.09868663413978, 38.714215094412431 ], [ -110.09935374239275, 38.714215729475001 ], [ -110.10015474920925, 38.71408672380452 ], [ -110.10100288538241, 38.713867959468175 ], [ -110.10152944506112, 38.71361067195938 ], [ -110.10241359522894, 38.713270518052077 ], [ -110.10288709709583, 38.713116449938454 ], [ -110.1030430325885, 38.71306357698078 ], [ -110.10352825757549, 38.712891573070934 ], [ -110.10420324128556, 38.712721021165798 ], [ -110.10499875388182, 38.712569411164594 ], [ -110.10539219064182, 38.712378673681705 ], [ -110.10599510512613, 38.71199128244541 ], [ -110.10624444290077, 38.711826474816093 ], [ -110.1064880292805, 38.711661622692759 ], [ -110.10690720503781, 38.711250293452899 ], [ -110.10732118611188, 38.710793865180882 ], [ -110.10780093359263, 38.710135177043682 ], [ -110.10805160440466, 38.709862236848309 ], [ -110.10837803181481, 38.70950876972983 ], [ -110.10883246744577, 38.709034621246147 ], [ -110.10928521989881, 38.708695631632537 ], [ -110.10944197960266, 38.708575169554798 ], [ -110.10971491222834, 38.708360970427215 ], [ -110.11031693205977, 38.708041136354794 ], [ -110.1108205836355, 38.707770114746197 ], [ -110.11130748363134, 38.707458411547854 ], [ -110.11160843116458, 38.707302996059504 ], [ -110.11205987790073, 38.707067618656424 ], [ -110.11277681825592, 38.706753150211512 ], [ -110.11347424012712, 38.706528645074151 ], [ -110.11419131832886, 38.706295273090902 ], [ -110.11425490004514, 38.706268720040057 ], [ -110.11485649352174, 38.705980399598964 ], [ -110.11533578209823, 38.705817312782159 ], [ -110.11556172926348, 38.705773964222765 ], [ -110.11639026902034, 38.705640549061016 ], [ -110.11688530488088, 38.705599231147723 ], [ -110.11747864033499, 38.705513595231466 ], [ -110.11803692230602, 38.705472749782672 ], [ -110.11850254348852, 38.705485272600406 ], [ -110.11892177958292, 38.705528984566186 ], [ -110.11934112675189, 38.70556368428872 ], [ -110.11944451235028, 38.705573474502991 ], [ -110.11958113623365, 38.705592526485518 ], [ -110.12001252619211, 38.705676878162208 ], [ -110.12060287866585, 38.705834516549395 ], [ -110.12095124477901, 38.7060308850442 ], [ -110.12135722149915, 38.706218673859865 ], [ -110.12177956806383, 38.706478676849137 ], [ -110.12210405949796, 38.706746955211749 ], [ -110.12216659200892, 38.706805999961091 ], [ -110.12239322773557, 38.707082554380143 ], [ -110.12260272553023, 38.707349968174974 ], [ -110.12286320375023, 38.707680845083956 ], [ -110.12310566388469, 38.708074667309475 ], [ -110.12322836669485, 38.708386486866743 ], [ -110.12335031123817, 38.708760480469337 ], [ -110.12336424906556, 38.709031833386447 ], [ -110.12342408866607, 38.70931164084692 ], [ -110.12343677241195, 38.709685716275978 ], [ -110.12336331404006, 38.710050134273445 ], [ -110.12318635166754, 38.71041377604714 ], [ -110.12302707846871, 38.710741503914633 ], [ -110.12285148908987, 38.710992510776094 ], [ -110.12263028202366, 38.711211634551432 ], [ -110.12239209826427, 38.711408101540158 ], [ -110.12225857513651, 38.711510732295949 ], [ -110.12175493928662, 38.711781803205909 ], [ -110.12169130021124, 38.711812865656746 ], [ -110.12143088276626, 38.711946082637006 ], [ -110.12106104297189, 38.712091993854344 ], [ -110.12067350914816, 38.712273817094726 ], [ -110.12030958215492, 38.712406253029293 ], [ -110.1195765817735, 38.712621519098271 ], [ -110.11905285756822, 38.712653620439099 ], [ -110.11852957560153, 38.712649676497321 ], [ -110.11775311222277, 38.71265733737755 ], [ -110.11710979356968, 38.712593906062857 ], [ -110.11671971278797, 38.712514361476465 ], [ -110.11619709791168, 38.71245634274127 ], [ -110.11543391418746, 38.712319903553407 ], [ -110.11526200440939, 38.712269940364898 ], [ -110.11458989567916, 38.71220988196751 ], [ -110.11398069665958, 38.712178232312695 ], [ -110.11346255703111, 38.712223868280262 ], [ -110.11308286966, 38.712234506034235 ], [ -110.11269726479676, 38.71225861499331 ], [ -110.11202900260102, 38.712352668819271 ], [ -110.11147076457067, 38.712385375212094 ], [ -110.11110175099427, 38.712462773210646 ], [ -110.11063480238779, 38.712553843619247 ], [ -110.11037536738306, 38.712605939263604 ], [ -110.10972863632691, 38.712818195197869 ], [ -110.10923701601941, 38.713043344403026 ], [ -110.10903396340571, 38.713185982212707 ], [ -110.10858230022217, 38.713434863172012 ], [ -110.10825759094456, 38.713648664481674 ], [ -110.10806625950003, 38.713773366858796 ], [ -110.10799658245359, 38.713826904647682 ], [ -110.10772317556304, 38.714077142073172 ], [ -110.10743223519431, 38.714349773884145 ], [ -110.10721526433649, 38.714686050714882 ], [ -110.10713234714049, 38.714879166014462 ], [ -110.10710856033653, 38.714942065259663 ], [ -110.10708954207375, 38.714991483581379 ], [ -110.10700637274994, 38.715297241315319 ], [ -110.10693919215481, 38.71561213265867 ], [ -110.10692934869361, 38.715940979267401 ], [ -110.10689024736432, 38.716310154360009 ], [ -110.10696430850057, 38.716828884495293 ], [ -110.10712485550737, 38.717330251960675 ], [ -110.10720747268583, 38.717623758374785 ], [ -110.10737461449835, 38.718057589158896 ], [ -110.107552755588, 38.718532055629204 ], [ -110.10765826707048, 38.718834747990911 ], [ -110.10781576117765, 38.719119813844209 ], [ -110.10796768487228, 38.719390418493468 ], [ -110.10875611998577, 38.720740053727816 ], [ -110.10907345130624, 38.72121557873821 ], [ -110.10933282137819, 38.721541970759226 ], [ -110.10942338418715, 38.72165981079737 ], [ -110.10975085227948, 38.722153434245541 ], [ -110.10997134467743, 38.722461505676982 ], [ -110.11020845461707, 38.72291388791669 ], [ -110.11055259562075, 38.723362578225689 ], [ -110.11085724165233, 38.723842507546884 ], [ -110.11123034886846, 38.724368014262424 ], [ -110.11150283921934, 38.724658454949633 ], [ -110.11178007903519, 38.725030034985089 ], [ -110.11234712918611, 38.725687678828855 ], [ -110.11252007148603, 38.726121545924805 ], [ -110.11273969616681, 38.726501697789828 ], [ -110.11288494387838, 38.726849744458782 ], [ -110.11304013620978, 38.727324027972053 ], [ -110.11319765049537, 38.727703707679012 ], [ -110.11333008222279, 38.728065173837471 ], [ -110.11342363819868, 38.728407420776371 ], [ -110.11346718990268, 38.728606906097575 ], [ -110.1135108086544, 38.728800984981348 ], [ -110.11365931102156, 38.729351814906607 ], [ -110.11366675037543, 38.729680792483954 ], [ -110.11365129417719, 38.730000584914933 ], [ -110.1136297074613, 38.730350970072401 ], [ -110.11360876636009, 38.730649093183757 ], [ -110.11353490057549, 38.731040534943681 ], [ -110.11343925172098, 38.731332684534458 ], [ -110.11337855879738, 38.73158905300938 ], [ -110.11331239203345, 38.731822851083123 ], [ -110.1132355677226, 38.731988080599194 ], [ -110.11312934842341, 38.732204452805092 ], [ -110.11310572795159, 38.732253837046308 ], [ -110.11300610671076, 38.732401771524351 ], [ -110.11289280785714, 38.732725327030479 ], [ -110.11284590057718, 38.732797063331873 ], [ -110.11280491236167, 38.732855327234731 ], [ -110.11269953767267, 38.733003217765457 ], [ -110.11252988721006, 38.733231724047478 ], [ -110.11248895423768, 38.733285482486195 ], [ -110.11238396857229, 38.733401835306239 ], [ -110.11233728338314, 38.73345555001297 ], [ -110.11216939459572, 38.733634505696202 ], [ -110.11198321001976, 38.733804310616954 ], [ -110.11166201443618, 38.734099250775841 ], [ -110.1114701311928, 38.734264505785127 ], [ -110.11131912577666, 38.734380507819274 ], [ -110.11112148889455, 38.734545718501771 ], [ -110.11092977076937, 38.734697456562095 ], [ -110.11072023680646, 38.734894116418879 ], [ -110.11058642936673, 38.735014754076374 ], [ -110.11027206928343, 38.735314248079582 ], [ -110.1098818896585, 38.735604152380972 ], [ -110.10970823748632, 38.735783060531446 ], [ -110.10948099278708, 38.736015629324697 ], [ -110.10930026806415, 38.736208000259495 ], [ -110.10923034595089, 38.736279559679133 ], [ -110.10903225119451, 38.736480809348436 ], [ -110.10891465622419, 38.736592557076648 ], [ -110.10863601353081, 38.736886911888092 ], [ -110.10840248296709, 38.73716178474622 ], [ -110.10810514832033, 38.737478524485894 ], [ -110.10794167320425, 38.737671024851124 ], [ -110.10774932330928, 38.737872316107314 ], [ -110.10770850740647, 38.737916161021531 ], [ -110.10755565363782, 38.738087114243868 ], [ -110.10729508681206, 38.738314918470913 ], [ -110.10700951659625, 38.738610117510532 ], [ -110.10675248170637, 38.738923556924803 ], [ -110.10658369625618, 38.739079968652483 ], [ -110.10654286771906, 38.739124714200265 ], [ -110.10640180547045, 38.739272326028193 ], [ -110.10623377581742, 38.739460283332434 ], [ -110.10604124777224, 38.739675087593362 ], [ -110.10591267038102, 38.739836311565632 ], [ -110.10576610438368, 38.740055972651902 ], [ -110.10565416514345, 38.740266886956007 ], [ -110.10553647267321, 38.740477757119351 ], [ -110.10548357547131, 38.740567467520847 ], [ -110.10540710570665, 38.740702055085194 ], [ -110.1051840095525, 38.741060808194632 ], [ -110.10507888806235, 38.741186164678965 ], [ -110.1047872070005, 38.74150834582268 ], [ -110.1046649387161, 38.741624559084862 ], [ -110.1044450686488, 38.741816622375659 ], [ -110.10414681668672, 38.742111716976858 ], [ -110.10385996807297, 38.742506926022976 ], [ -110.10364876949976, 38.742833325798813 ], [ -110.10347810882136, 38.743138408456993 ], [ -110.10329885279238, 38.743578597592261 ], [ -110.10308704041041, 38.744045571140902 ], [ -110.10283972650052, 38.744498754513387 ], [ -110.10274491742683, 38.744718808795085 ], [ -110.10266200834471, 38.74490741405927 ], [ -110.10249113525094, 38.745320631611413 ], [ -110.10237735036766, 38.745585597395561 ], [ -110.10230538106079, 38.74581934392188 ], [ -110.10215190994558, 38.746129062203096 ], [ -110.10206235292291, 38.746388806827269 ], [ -110.10188992695682, 38.746833551711731 ], [ -110.10186030362023, 38.746901811545754 ], [ -110.1017954391782, 38.747027474212075 ], [ -110.10154376510805, 38.747367977212853 ], [ -110.10136867545931, 38.747565785520081 ], [ -110.10110076624714, 38.747824158009969 ], [ -110.10076955898823, 38.748082944070333 ], [ -110.10039153225728, 38.748404449360997 ], [ -110.10010692236132, 38.748617633456021 ], [ -110.09973621614269, 38.748813933050599 ], [ -110.09949237343378, 38.748987778995186 ], [ -110.09913882146299, 38.749192319176537 ], [ -110.09883169011938, 38.749365675923691 ], [ -110.09837491541634, 38.749542383385588 ], [ -110.09801098488225, 38.749656725050492 ], [ -110.0977511229201, 38.749731317188264 ], [ -110.09762409674713, 38.749766382589989 ], [ -110.09736400705312, 38.749858995103089 ], [ -110.09705213692185, 38.749951207035323 ], [ -110.09675171585681, 38.750048012355073 ], [ -110.09654385825691, 38.750104980655735 ], [ -110.09608257000245, 38.750182517722202 ], [ -110.09588650231184, 38.750217047278525 ], [ -110.09532119775174, 38.750329822700586 ], [ -110.09481331110703, 38.750452051550418 ], [ -110.09445614838808, 38.750485331021771 ], [ -110.09413293604261, 38.750563930007942 ], [ -110.0936121033341, 38.750799598133973 ], [ -110.09321871958137, 38.750966864212984 ], [ -110.09312615239834, 38.751006697773462 ], [ -110.09290639473568, 38.751094206324126 ], [ -110.09258880592846, 38.751182757298842 ], [ -110.09230033714191, 38.75124359791721 ], [ -110.09223687850982, 38.751256622332498 ], [ -110.09205237003383, 38.751286729454357 ], [ -110.09175928882259, 38.751257417959728 ], [ -110.09109970416824, 38.751090083921248 ], [ -110.09025037564278, 38.750912257983451 ], [ -110.08966404651609, 38.750867141179619 ], [ -110.08923311630436, 38.750818726670879 ], [ -110.08855376094404, 38.750849477092153 ], [ -110.08783994220765, 38.750875448868292 ], [ -110.08700432667408, 38.750977062658215 ], [ -110.08620932719717, 38.75105195352721 ], [ -110.08574232654063, 38.751124899284001 ], [ -110.08528642925879, 38.751229470281586 ], [ -110.08507171294151, 38.751281858689893 ], [ -110.08435121426773, 38.751469963662927 ], [ -110.08361097602524, 38.751761541536673 ], [ -110.08316594464573, 38.751915752597817 ], [ -110.08271958516072, 38.752173583642552 ], [ -110.08259185556662, 38.752262696045925 ], [ -110.08228966374128, 38.752495523583391 ], [ -110.08195077896447, 38.752897478072612 ], [ -110.08178673657108, 38.75312598238704 ], [ -110.08159392134935, 38.753444375232569 ], [ -110.08149547068028, 38.753852723033134 ], [ -110.0814736943282, 38.754204900949794 ], [ -110.08154063874879, 38.75481820792853 ], [ -110.08167508974667, 38.755103126107237 ], [ -110.08184941377424, 38.755419897541863 ], [ -110.08191068454697, 38.755578079785003 ], [ -110.08197207101608, 38.755727251419472 ], [ -110.08207302999109, 38.755931703854358 ], [ -110.08211216372793, 38.756021224861648 ], [ -110.08224086537864, 38.756306097200302 ], [ -110.08243176393707, 38.756677066759195 ], [ -110.08259516411673, 38.756948693865951 ], [ -110.08262331043179, 38.756997576785572 ], [ -110.08277427006826, 38.757342098978079 ], [ -110.0833025584591, 38.758329396093679 ], [ -110.08351120222603, 38.758663555927875 ], [ -110.08371949071511, 38.759025648176852 ], [ -110.08389964468314, 38.759337956392599 ], [ -110.08399021182197, 38.75945581545384 ], [ -110.08413164438399, 38.759646164869437 ], [ -110.08454720135231, 38.760000868158535 ], [ -110.08480371866763, 38.760192118123989 ], [ -110.08484934874346, 38.760224015592286 ], [ -110.08508249446187, 38.760443017518774 ], [ -110.08548656392864, 38.760796726386261 ], [ -110.08568612073955, 38.76103258608024 ], [ -110.08586513737247, 38.761344882322867 ], [ -110.08609715193383, 38.761653086975308 ], [ -110.08627795306894, 38.761825718653427 ], [ -110.08648936850882, 38.762034635243445 ], [ -110.08674906822981, 38.762428663988857 ], [ -110.08696923691113, 38.762763808744445 ], [ -110.08724643451399, 38.763139950106392 ], [ -110.0876420098725, 38.763710761648099 ], [ -110.08807391541903, 38.764592751107564 ], [ -110.08829391331878, 38.764942310324123 ], [ -110.08851181084682, 38.765366647947161 ], [ -110.08866214405225, 38.765854439751443 ], [ -110.08873669031473, 38.76632812322282 ], [ -110.08877917397345, 38.766607810035097 ], [ -110.08879254080701, 38.766914304213934 ], [ -110.08878801326138, 38.767270221935497 ], [ -110.08889749112609, 38.767712637416118 ], [ -110.0889963202752, 38.768087383753773 ], [ -110.08924224895502, 38.768571414036295 ], [ -110.08948000405928, 38.768974276898618 ], [ -110.08990948239469, 38.769598512207189 ], [ -110.09018123471085, 38.769862861782684 ], [ -110.09026203865616, 38.769935582543376 ], [ -110.09050698227848, 38.770135741261747 ], [ -110.09112751481902, 38.770582130584074 ], [ -110.09184915169563, 38.770953606019752 ], [ -110.09249610860994, 38.771223568711676 ], [ -110.09305097853293, 38.771493714361604 ], [ -110.09385736502985, 38.77190097981142 ], [ -110.09454945619602, 38.772244273972554 ], [ -110.09529346259471, 38.772487938702398 ], [ -110.09598829843296, 38.772705986255509 ], [ -110.09671009277375, 38.77297740570215 ], [ -110.09721832628541, 38.773296734181208 ], [ -110.09784138476918, 38.773639475586982 ], [ -110.09832551278724, 38.773954107433404 ], [ -110.09887035018589, 38.774201619442373 ], [ -110.09940885162619, 38.774404022771407 ], [ -110.1000557442179, 38.774683855819241 ], [ -110.10094944206119, 38.775019653062493 ], [ -110.10116235273603, 38.775115911204892 ], [ -110.10128719710676, 38.775166434416143 ], [ -110.10171681313129, 38.775331943863826 ], [ -110.10235294672231, 38.775553107009642 ], [ -110.10280525045592, 38.77574582112296 ], [ -110.10295398757368, 38.7758190546474 ], [ -110.10323424164295, 38.775961784402604 ], [ -110.1040357822677, 38.776304961188004 ], [ -110.10434516704335, 38.776419976086345 ], [ -110.10486310087424, 38.776428450239131 ], [ -110.10526485632892, 38.776521641554417 ], [ -110.10613709867221, 38.776735580182283 ], [ -110.10672033527926, 38.777046429627433 ], [ -110.10721210647368, 38.777307014379915 ], [ -110.10801024688286, 38.777925888762276 ], [ -110.10852409766952, 38.778263233964005 ], [ -110.10899805635431, 38.778568732636302 ], [ -110.10939685940586, 38.778900691026195 ], [ -110.10986953783645, 38.779309808219317 ], [ -110.11010892491041, 38.779500872114042 ], [ -110.11039977886247, 38.779719361710768 ], [ -110.11083256979367, 38.780096631228886 ], [ -110.11231990731255, 38.781310968857092 ], [ -110.11270119420045, 38.781665311535363 ], [ -110.11276383889908, 38.78171985594016 ], [ -110.1130488424335, 38.781947305973205 ], [ -110.11329992603767, 38.782124934906165 ], [ -110.11334552701211, 38.782161326751861 ], [ -110.11363058993147, 38.78238427008511 ], [ -110.11400099038558, 38.782688962909582 ], [ -110.11448400609024, 38.783197265810649 ], [ -110.11479148798234, 38.78346993921101 ], [ -110.11525891670188, 38.783842948944489 ], [ -110.11554382528004, 38.784079403617874 ], [ -110.11592038820203, 38.784352596883316 ], [ -110.11630143097173, 38.784729454570289 ], [ -110.11659188027535, 38.784983971496736 ], [ -110.11692749179868, 38.78531092065387 ], [ -110.11709723216451, 38.785551006864836 ], [ -110.11723304749285, 38.785741273535351 ], [ -110.11726702921513, 38.785786587524512 ], [ -110.11741955865966, 38.786022037513703 ], [ -110.11773607754972, 38.786497529132966 ], [ -110.11779269638733, 38.786574553972038 ], [ -110.11799763205356, 38.786855456105449 ], [ -110.11827204675291, 38.787384697151793 ], [ -110.1184749475473, 38.787737674702726 ], [ -110.1185367697162, 38.787859795694061 ], [ -110.11862675275189, 38.788032593201422 ], [ -110.11892166014192, 38.788394374202277 ], [ -110.11897263620024, 38.788462344456114 ], [ -110.11908610150007, 38.788598371691812 ], [ -110.11935804303371, 38.788955472712928 ], [ -110.11958457806055, 38.789259964561076 ], [ -110.11966947377557, 38.789378654201109 ], [ -110.11986182679554, 38.789654051329478 ], [ -110.11993544300894, 38.789753731764321 ], [ -110.12021313859303, 38.790111775243979 ], [ -110.12036625153047, 38.790301267288683 ], [ -110.12047445296056, 38.790397603148136 ], [ -110.12054293420871, 38.790446780419906 ], [ -110.12066287071902, 38.790525181525688 ], [ -110.12076582545841, 38.790580024958601 ], [ -110.12081839886712, 38.790611960613056 ], [ -110.12093154975449, 38.790680397792009 ], [ -110.12117653958789, 38.79088950397918 ], [ -110.12135809705684, 38.791107144140774 ], [ -110.12150024374975, 38.791252396123468 ], [ -110.12158371832476, 38.791487321373054 ], [ -110.12164953627635, 38.791753653904898 ], [ -110.12169747632518, 38.792069414978577 ], [ -110.12164234810491, 38.792339344045658 ], [ -110.12142896581985, 38.792837875192014 ], [ -110.12126362668411, 38.793174561165841 ], [ -110.12106451955503, 38.793447912753514 ], [ -110.12094788855254, 38.793568689907794 ], [ -110.12087786548517, 38.793644760386393 ], [ -110.12075547697825, 38.793765494023887 ], [ -110.12057578484497, 38.793957887820859 ], [ -110.12031175250964, 38.794266795181336 ], [ -110.12023580500377, 38.794356337824496 ], [ -110.11999798667489, 38.794593350260008 ], [ -110.11960098521659, 38.794946311668149 ], [ -110.11934501770638, 38.795160657375881 ], [ -110.11905389660792, 38.795424300408953 ], [ -110.11896665415664, 38.795495734155359 ], [ -110.1189086403532, 38.795531342474469 ], [ -110.1188507374453, 38.795557940158524 ], [ -110.11857323574819, 38.795650467276246 ], [ -110.11829584436735, 38.795733983121295 ], [ -110.11813929438921, 38.795822916112257 ], [ -110.11775211828072, 38.795938043216815 ], [ -110.11730717043366, 38.796068953205484 ], [ -110.11697824051123, 38.796129547946684 ], [ -110.11652187611155, 38.796252258355018 ], [ -110.11626180692107, 38.796331394596919 ], [ -110.11593265231151, 38.796410007561761 ], [ -110.11569002018086, 38.796475757296278 ], [ -110.11550512548922, 38.796528426445825 ], [ -110.11470210451748, 38.796747630870108 ], [ -110.11443738129378, 38.796830332340335 ], [ -110.11408990012825, 38.79690069089542 ], [ -110.11396866615134, 38.796926805946981 ], [ -110.11385894631111, 38.79695300819597 ], [ -110.11379545069286, 38.796966043784174 ], [ -110.1134259349258, 38.797048849244554 ], [ -110.11307368969797, 38.79713178462859 ], [ -110.11287129664501, 38.79720233963473 ], [ -110.1125597411326, 38.797254042362738 ], [ -110.11243274889098, 38.79728011207898 ], [ -110.11225958767001, 38.797314842323424 ], [ -110.11206932258476, 38.79733592517978 ], [ -110.11178806163419, 38.797266201676806 ], [ -110.11143223832244, 38.797173381902191 ], [ -110.11115064287188, 38.797130688631057 ], [ -110.11094869580803, 38.797165197949191 ], [ -110.11057816787373, 38.797329089595003 ], [ -110.11045649508945, 38.797390342247198 ], [ -110.11009176686146, 38.797550671914529 ], [ -110.10998170847711, 38.797603902233654 ], [ -110.10969764576747, 38.797759438215323 ], [ -110.10940297589657, 38.797841900035664 ], [ -110.1090095693102, 38.797992996263545 ], [ -110.10870385009522, 38.798130341792124 ], [ -110.10850094483509, 38.798241436723977 ], [ -110.10810029980514, 38.798418607786218 ], [ -110.10772383319205, 38.798595962104287 ], [ -110.10757883469083, 38.798680463316785 ], [ -110.10723657166744, 38.798885111575572 ], [ -110.10703332465069, 38.79902323560605 ], [ -110.10682962692638, 38.799197401552057 ], [ -110.10648216463258, 38.799356950669534 ], [ -110.10608080237743, 38.79968279782188 ], [ -110.1058830266947, 38.799843490245017 ], [ -110.10551631577175, 38.800160589142749 ], [ -110.10525932989479, 38.800451492881493 ], [ -110.10509564376709, 38.800648490689255 ], [ -110.10496029289226, 38.800881751026743 ], [ -110.10475003813006, 38.801118943002571 ], [ -110.10463822246626, 38.801311831853369 ], [ -110.1045554754492, 38.801482414807175 ], [ -110.10452595506891, 38.801540762828111 ], [ -110.10449558875308, 38.801666690046979 ], [ -110.10456236654075, 38.801851936056202 ], [ -110.10461261644095, 38.801977579960038 ], [ -110.10469705074608, 38.802132322349792 ], [ -110.10473662042514, 38.802191199814558 ], [ -110.10476484425202, 38.802236473195805 ], [ -110.10483275069845, 38.802331613442355 ], [ -110.10488366655832, 38.802404094921869 ], [ -110.10492826130898, 38.802521585075517 ], [ -110.10493802903923, 38.802661336976762 ], [ -110.10487769131186, 38.802881654615447 ], [ -110.1048925401209, 38.803075513979294 ], [ -110.10493364045541, 38.803472331460391 ], [ -110.10499000920134, 38.804121585680342 ], [ -110.10508764881098, 38.804509824718295 ], [ -110.10508008753605, 38.804653949540942 ], [ -110.10505943259172, 38.804924133955922 ], [ -110.1051052779796, 38.805402090388263 ], [ -110.1051042159485, 38.805947273135011 ], [ -110.10514543152151, 38.806335079826844 ], [ -110.10530260408215, 38.807120276894977 ], [ -110.1054320606072, 38.807819652995384 ], [ -110.10556038130564, 38.808149552139625 ], [ -110.10565111298853, 38.808722471610629 ], [ -110.10575662926288, 38.809034173101914 ], [ -110.10586186482274, 38.809368400873055 ], [ -110.10590612739098, 38.809512922241808 ], [ -110.10604411116499, 38.809991583057283 ], [ -110.10611536342098, 38.810280493458968 ], [ -110.10626360216183, 38.810768243839348 ], [ -110.10644442680362, 38.811229208995712 ], [ -110.10670252730807, 38.811681753319981 ], [ -110.10724643689164, 38.812397812316448 ], [ -110.10736637692139, 38.812569945573891 ], [ -110.10751230001206, 38.81278282854467 ], [ -110.10796549593728, 38.813385548491659 ], [ -110.10812962470789, 38.813616592501255 ], [ -110.10841746369064, 38.814087382774041 ], [ -110.10860333784098, 38.814422223248229 ], [ -110.10882382107319, 38.814752821718663 ], [ -110.1091300673687, 38.815133636523271 ], [ -110.10917518178529, 38.815210577498007 ], [ -110.10928726676673, 38.815459245804909 ], [ -110.10932662295222, 38.815536142816484 ], [ -110.10950194156472, 38.815794304383004 ], [ -110.10978476863077, 38.816206478847 ], [ -110.10997172001402, 38.816455716928452 ], [ -110.11028391769295, 38.816822155746706 ], [ -110.11037475655459, 38.816927379819354 ], [ -110.11051117227012, 38.817072601025842 ], [ -110.1107724318281, 38.817367460579902 ], [ -110.11108546648579, 38.817667219210712 ], [ -110.11127360212548, 38.817821844447224 ], [ -110.11135349723877, 38.817881026336941 ], [ -110.11149030863966, 38.817994709487429 ], [ -110.11161001197485, 38.818094745274628 ], [ -110.1120267123335, 38.818395289651797 ], [ -110.11235815193685, 38.818605070716288 ], [ -110.11285578433746, 38.818789078788612 ], [ -110.11325988924902, 38.818805663901365 ], [ -110.11394402234779, 38.818905474470341 ], [ -110.11419646414815, 38.818983985785131 ], [ -110.11477660558369, 38.819110037150239 ], [ -110.11521272067986, 38.819239500621038 ], [ -110.11570614796025, 38.819391924814951 ], [ -110.11633292377722, 38.819473264431501 ], [ -110.11672386302253, 38.819530289311423 ], [ -110.11737378830986, 38.819602786970854 ], [ -110.11796053330785, 38.819661286905031 ], [ -110.11856341549398, 38.819719004511107 ], [ -110.11917461657058, 38.819756055498701 ], [ -110.11968787165884, 38.819795969831532 ], [ -110.1206303581734, 38.819870653590044 ], [ -110.12114224170223, 38.819928574026669 ], [ -110.12175258214526, 38.819942175403582 ], [ -110.12184472573529, 38.819942868078058 ], [ -110.12202319862507, 38.819948715215752 ], [ -110.12278793740448, 38.820052684380812 ], [ -110.12306386029974, 38.820096208398624 ], [ -110.123741101935, 38.820290529715344 ], [ -110.12415775635405, 38.820600042030193 ], [ -110.12441437467929, 38.82080922802249 ], [ -110.12460736896493, 38.821040465226346 ], [ -110.12466347029554, 38.821162539588116 ], [ -110.12468807355023, 38.821505157370012 ], [ -110.12470769011014, 38.821784657926806 ], [ -110.12471289764642, 38.821829753971784 ], [ -110.12467503315901, 38.822099812423119 ], [ -110.1245847841152, 38.822414535333152 ], [ -110.12452520613753, 38.8225762941413 ], [ -110.12437072149469, 38.822962626674936 ], [ -110.12420427508752, 38.823384914907841 ], [ -110.12405724646378, 38.823632527262141 ], [ -110.12388022767509, 38.82397723764231 ], [ -110.12375751516583, 38.824120499691048 ], [ -110.12369322383773, 38.824196614348701 ], [ -110.12349470017074, 38.824415904309362 ], [ -110.12321565483286, 38.82462557819369 ], [ -110.12279074387223, 38.824987349962292 ], [ -110.12251147302052, 38.82521504323136 ], [ -110.12219764388006, 38.825442476142698 ], [ -110.12176834726823, 38.825691568670813 ], [ -110.12150151953121, 38.825843657278746 ], [ -110.1211943965922, 38.825993639861082 ], [ -110.12073025923159, 38.826264994906545 ], [ -110.12064901681991, 38.826313946060729 ], [ -110.12045180839311, 38.826425103854412 ], [ -110.12039261802579, 38.826460703766131 ], [ -110.12025476570412, 38.826522745464622 ], [ -110.11991789669217, 38.826749097493135 ], [ -110.11962624730712, 38.827045177072925 ], [ -110.11948014975724, 38.827215292440535 ], [ -110.1193797950318, 38.827412786640267 ], [ -110.11929555275502, 38.827705021856239 ], [ -110.119239386152, 38.828056042736016 ], [ -110.11924785201956, 38.828303919873747 ], [ -110.11930909862592, 38.828475598097533 ], [ -110.11935827107455, 38.828692242224001 ], [ -110.11936895778261, 38.828759908229578 ], [ -110.1194379500465, 38.829238032086366 ], [ -110.11941917218594, 38.829359544319999 ], [ -110.11939385738529, 38.829544087007072 ], [ -110.11942021375155, 38.829742536290446 ], [ -110.11944651474668, 38.829945490839705 ], [ -110.11959725590751, 38.830334116815813 ], [ -110.11968010145995, 38.83062310564717 ], [ -110.11970729134812, 38.830753975696432 ], [ -110.11990898673335, 38.831215076314791 ], [ -110.12008449218366, 38.831464211656794 ], [ -110.12024310730766, 38.831681679665664 ], [ -110.12045810290502, 38.831998697252587 ], [ -110.12051487068433, 38.832066710080561 ], [ -110.12071414079139, 38.832257449361322 ], [ -110.1209541640757, 38.832413350575209 ], [ -110.12142267163237, 38.832726867013733 ], [ -110.12172601393699, 38.832886847420312 ], [ -110.12219673053779, 38.833021050761339 ], [ -110.12263964435455, 38.833073940903255 ], [ -110.12295013326593, 38.833121329473073 ], [ -110.12330005857099, 38.833241104304932 ], [ -110.12381708200081, 38.833357625888596 ], [ -110.12423024924504, 38.833487784815105 ], [ -110.12473536962118, 38.833635752957768 ], [ -110.12521225419269, 38.833737549391934 ], [ -110.12551029037225, 38.833861434707018 ], [ -110.12565225891595, 38.833934588547976 ], [ -110.12588409079996, 38.833913795141157 ], [ -110.12609161992464, 38.833901830846038 ], [ -110.12615498108813, 38.833902304857183 ], [ -110.12628757369305, 38.833894285296338 ], [ -110.12678343827412, 38.833857441910709 ], [ -110.12709996880642, 38.833882336159434 ], [ -110.12720913568897, 38.833905680354967 ], [ -110.12732395271766, 38.833938078048547 ], [ -110.12749044584869, 38.833984378713083 ], [ -110.12762248848817, 38.834021410471742 ], [ -110.12790977962672, 38.834082129712257 ], [ -110.12804730793259, 38.834141730417969 ], [ -110.12843735919728, 38.834278911049793 ], [ -110.12895460759397, 38.834378289974396 ], [ -110.1295824089768, 38.834387475423569 ], [ -110.13019282045211, 38.834405539399 ], [ -110.13053815554639, 38.834430638825097 ], [ -110.13096560292379, 38.834430215118118 ], [ -110.13171284425229, 38.834470916376333 ], [ -110.13208161491229, 38.834463744437763 ], [ -110.13244460348135, 38.834458330669037 ], [ -110.13287075697082, 38.834469605187756 ], [ -110.13343551513468, 38.834452168886379 ], [ -110.13415564457074, 38.834448497570889 ], [ -110.135053793751, 38.834491197085413 ], [ -110.13550905408856, 38.834477445605117 ], [ -110.13588332328918, 38.834491929695083 ], [ -110.13631966945633, 38.834613206017259 ], [ -110.13695176562477, 38.834744037415057 ], [ -110.1370380052561, 38.834758191647218 ], [ -110.13776824498935, 38.834871720862438 ], [ -110.13818716401842, 38.835005477532405 ], [ -110.13876063331018, 38.835221474831627 ], [ -110.13924759382628, 38.835445843278592 ], [ -110.1398136826286, 38.835796951915754 ], [ -110.14035097547078, 38.83614784589323 ], [ -110.14055096060818, 38.836284488371348 ], [ -110.1409395749927, 38.836544171697724 ], [ -110.14165412523963, 38.836910781395474 ], [ -110.14211836234335, 38.837206160901758 ], [ -110.14249541256768, 38.8374702598177 ], [ -110.14303897800391, 38.837780636223421 ], [ -110.14358852465897, 38.838073031174041 ], [ -110.14413866947342, 38.838315865277629 ], [ -110.14422459115664, 38.838357046059485 ], [ -110.14452181723669, 38.838552968161771 ], [ -110.14469355385545, 38.838644339708033 ], [ -110.14495083611291, 38.838808428363144 ], [ -110.14499078242424, 38.838840260635514 ], [ -110.14515062192967, 38.838963084290164 ], [ -110.14556747786312, 38.839272521551663 ], [ -110.14581162732871, 38.839571683087527 ], [ -110.14592506191568, 38.839721200486153 ], [ -110.1460660615483, 38.83997455026919 ], [ -110.14610401669556, 38.840173078295521 ], [ -110.14611198413482, 38.840470512359722 ], [ -110.14611327552797, 38.840844494400734 ], [ -110.14610293774943, 38.841227402791716 ], [ -110.14605857379773, 38.841565005469299 ], [ -110.14606137269384, 38.841812839056921 ], [ -110.14604091300214, 38.842078525364379 ], [ -110.14599617115167, 38.842447665052177 ], [ -110.14596898066779, 38.842794404567577 ], [ -110.14588326535824, 38.843217312876298 ], [ -110.14578172080721, 38.843518451649238 ], [ -110.145550794275, 38.844039422795326 ], [ -110.1453673536997, 38.844443592923035 ], [ -110.14519645738561, 38.844762246409729 ], [ -110.14489030514511, 38.845309699691299 ], [ -110.14463777837057, 38.845708857064068 ], [ -110.14439172220867, 38.84604858615171 ], [ -110.1441575962221, 38.846354158871939 ], [ -110.14395250080139, 38.84664101997852 ], [ -110.14375348894727, 38.846900891170513 ], [ -110.14351301273466, 38.84725507741382 ], [ -110.14332002895307, 38.847492463589973 ], [ -110.14296900352176, 38.847935951525962 ], [ -110.14268313255074, 38.848231228933443 ], [ -110.14244847269552, 38.848580048734298 ], [ -110.14223161398284, 38.848885744174133 ], [ -110.14203123649874, 38.849258244415751 ], [ -110.14192825938062, 38.849676516749327 ], [ -110.14187321299339, 38.849941947803316 ], [ -110.14176635649135, 38.850203393576969 ], [ -110.14167061061204, 38.8504991640988 ], [ -110.1415043612639, 38.85090795958596 ], [ -110.14128218866863, 38.851271286804284 ], [ -110.14110434346858, 38.851589882707941 ], [ -110.14086339355987, 38.851981006225962 ], [ -110.14082231446541, 38.852042882485364 ], [ -110.14063463648007, 38.852316348445854 ], [ -110.14058783874719, 38.852374577993579 ], [ -110.14046516378863, 38.85251335144617 ], [ -110.14028411263085, 38.852714774646401 ], [ -110.13989917758083, 38.853099429297153 ], [ -110.1397003497728, 38.85334127179253 ], [ -110.13937231955563, 38.853784917654636 ], [ -110.13933830423181, 38.853834229504464 ], [ -110.13926677295387, 38.853936431919927 ], [ -110.13901563936707, 38.854214834300592 ], [ -110.13889893724301, 38.85433562734331 ], [ -110.13856634216671, 38.854679211044918 ], [ -110.13825035516483, 38.855078786754909 ], [ -110.13793470182621, 38.855450428811174 ], [ -110.13761263034316, 38.855876090750741 ], [ -110.13730745974979, 38.856333416356385 ], [ -110.13711790569192, 38.856760055615879 ], [ -110.13701417145568, 38.857142271902362 ], [ -110.13690627087396, 38.857583031103388 ], [ -110.1368095031725, 38.85796079295055 ], [ -110.13665298885134, 38.858513834487518 ], [ -110.13657383177365, 38.858864692185357 ], [ -110.13652832058189, 38.859292395085767 ], [ -110.13644512943773, 38.859976642920117 ], [ -110.13632579732264, 38.860313686254436 ], [ -110.13625745244596, 38.860723197367712 ], [ -110.13623902091445, 38.860817680251607 ], [ -110.13623249549552, 38.86088071145641 ], [ -110.1362121482764, 38.861038259629851 ], [ -110.13623029938027, 38.861538523899732 ], [ -110.13620767012887, 38.86197991272941 ], [ -110.13617307957654, 38.862457258448011 ], [ -110.13613903369219, 38.862889551398951 ], [ -110.13613548993462, 38.863182394030062 ], [ -110.13613923519199, 38.863349131684721 ], [ -110.13614874296927, 38.863515911959603 ], [ -110.13615906857152, 38.863615113167512 ], [ -110.13617444798709, 38.863772925516585 ], [ -110.13630240730268, 38.864152348527519 ], [ -110.13645359271949, 38.864517524968605 ], [ -110.13655957242491, 38.864808473938375 ], [ -110.13669972559374, 38.865133017406663 ], [ -110.13682285351796, 38.865435807628003 ], [ -110.13694620035942, 38.865720576635383 ], [ -110.13704611604372, 38.866036712071548 ], [ -110.13719126316174, 38.866425272349652 ], [ -110.13733146581548, 38.866746210823948 ], [ -110.13741534843788, 38.866958597013074 ], [ -110.13756653436437, 38.867324673026125 ], [ -110.13773658875172, 38.867560223672179 ], [ -110.13796329338993, 38.867877294333418 ], [ -110.1382652439721, 38.868167885785319 ], [ -110.13847656749169, 38.868327143448646 ], [ -110.13868202030146, 38.868495368771967 ], [ -110.13877912005525, 38.868568175625732 ], [ -110.1389753967147, 38.868637207998837 ], [ -110.13926043452054, 38.868801513384916 ], [ -110.13951857190551, 38.868902540474487 ], [ -110.13973605435989, 38.869029400409147 ], [ -110.14008023610005, 38.869164402036965 ], [ -110.14064975052112, 38.869253300907374 ], [ -110.14116814767488, 38.869279642826299 ], [ -110.14149028942953, 38.869330672735792 ], [ -110.1418128433787, 38.869347461685983 ], [ -110.14219357972924, 38.869318719289176 ], [ -110.1425628439507, 38.869285385746892 ], [ -110.14304240514292, 38.869186176526568 ], [ -110.14353329634565, 38.869103268842551 ], [ -110.14393942412597, 38.868975582177185 ], [ -110.14435531131814, 38.868802908875075 ], [ -110.14473163064112, 38.868661484010133 ], [ -110.14488348327426, 38.868590505271264 ], [ -110.14521346176468, 38.868372143068868 ], [ -110.14562586463215, 38.86810482055931 ], [ -110.14597481890281, 38.867841538260578 ], [ -110.14629980311263, 38.867654676125575 ], [ -110.14662669231949, 38.867404747559988 ], [ -110.1467713341526, 38.867261622856489 ], [ -110.14708704913375, 38.866885452449495 ], [ -110.14736139885076, 38.866594586969121 ], [ -110.14761824286104, 38.866321615750962 ], [ -110.1478336700339, 38.866138455240836 ], [ -110.14798739644587, 38.865909787439051 ], [ -110.14819768036372, 38.865577901417716 ], [ -110.14826790786969, 38.865488300109817 ], [ -110.14831470818986, 38.86543006764046 ], [ -110.14841434001751, 38.865291118242581 ], [ -110.14882757264601, 38.864951699397828 ], [ -110.14895668506963, 38.864853515469484 ], [ -110.14921145127876, 38.864657121978937 ], [ -110.14951955412781, 38.86443408229281 ], [ -110.14961837713724, 38.864362711093641 ], [ -110.15030437011697, 38.863863068344919 ], [ -110.15036253194029, 38.863818434722852 ], [ -110.15065920971207, 38.863586297493804 ], [ -110.15111244863355, 38.863273294260793 ], [ -110.15140238448829, 38.863123109444089 ], [ -110.1518079008066, 38.862945828183179 ], [ -110.15220781316889, 38.862754987783426 ], [ -110.15267111044372, 38.862564605896551 ], [ -110.15320808789343, 38.862478387038699 ], [ -110.15373327215981, 38.862414608646475 ], [ -110.15425782571033, 38.862403990339409 ], [ -110.15463802988019, 38.862416655561674 ], [ -110.15504759037259, 38.862383574009314 ], [ -110.1551862623093, 38.862353037458476 ], [ -110.15530188436141, 38.862322334029137 ], [ -110.15567217266825, 38.862198852626321 ], [ -110.15597870019778, 38.862106449021496 ], [ -110.15648146859159, 38.861988428077098 ], [ -110.15681230275062, 38.861887186468394 ], [ -110.15723863229796, 38.861800150111712 ], [ -110.15755038689385, 38.861752836888449 ], [ -110.15807497783078, 38.861738597135464 ], [ -110.15850657364346, 38.861791270217729 ], [ -110.15902402245594, 38.861894122450757 ], [ -110.15930510738812, 38.862004282528474 ], [ -110.15969012909525, 38.862097167100465 ], [ -110.16032113497728, 38.862345012406593 ], [ -110.16064219015327, 38.862486996412429 ], [ -110.16104894249682, 38.862692674718581 ], [ -110.16141463060687, 38.862862011307712 ], [ -110.16178015043802, 38.863143987568904 ], [ -110.16209427532709, 38.863484167801218 ], [ -110.16231642408609, 38.863706539794556 ], [ -110.16246381923102, 38.863914858244613 ], [ -110.16258234938452, 38.864127475210481 ], [ -110.16277235957065, 38.864633473716601 ], [ -110.16278668840813, 38.864885894513449 ], [ -110.16285844335634, 38.865155848539615 ], [ -110.16288434024351, 38.865404747682611 ], [ -110.16288138141492, 38.865657044517071 ], [ -110.1628549488679, 38.865945218508251 ], [ -110.16282809335826, 38.866269434876926 ], [ -110.16275582219474, 38.866534751814541 ], [ -110.16272949444867, 38.866813915126222 ], [ -110.16268513803874, 38.867156028650165 ], [ -110.16263507115889, 38.867493595512556 ], [ -110.16255687648311, 38.867772386823994 ], [ -110.16242639198244, 38.868086848469723 ], [ -110.1622615930543, 38.868378535412674 ], [ -110.16222637023303, 38.868433251994773 ], [ -110.1620564520093, 38.868669932643357 ], [ -110.16186880986426, 38.868943432376454 ], [ -110.16169363321255, 38.869235043978307 ], [ -110.16160428897506, 38.869383089905213 ], [ -110.16138078380528, 38.869765368687304 ], [ -110.16126748427054, 38.870088062520814 ], [ -110.16123760990672, 38.870177961464307 ], [ -110.16118282975707, 38.870425380140908 ], [ -110.1611391518143, 38.870708923930806 ], [ -110.16110360733688, 38.870888895596572 ], [ -110.16107178537112, 38.871046365613878 ], [ -110.16100473605734, 38.871356775468087 ], [ -110.16096179833646, 38.871577245020532 ], [ -110.16089421826696, 38.87193270770662 ], [ -110.16086360095672, 38.872085680618028 ], [ -110.1607833277366, 38.872540176813906 ], [ -110.16072161505777, 38.872886670154507 ], [ -110.1606437775815, 38.873133922735654 ], [ -110.1606401741045, 38.873440282593769 ], [ -110.16063292694602, 38.873566389340375 ], [ -110.16062562676379, 38.873697001375241 ], [ -110.16065718641499, 38.87395405154993 ], [ -110.16066489774721, 38.874278515381029 ], [ -110.16072585782332, 38.874486214434413 ], [ -110.16077507939933, 38.874711851778272 ], [ -110.16084233343916, 38.874874539273016 ], [ -110.16093253573345, 38.875046402960834 ], [ -110.16109142365066, 38.875259311072085 ], [ -110.16128436402582, 38.875517520256665 ], [ -110.16144245982876, 38.875798007261018 ], [ -110.16156454612171, 38.876199888619944 ], [ -110.16161303032268, 38.876488599656909 ], [ -110.16162502745361, 38.876939252847002 ], [ -110.1616549509219, 38.877335966659636 ], [ -110.16167784053832, 38.877840766017911 ], [ -110.16168809750943, 38.877948975725268 ], [ -110.16174192355042, 38.878273770334708 ], [ -110.16181605284521, 38.878833005433222 ], [ -110.16177568886026, 38.87942295830733 ], [ -110.1617308543412, 38.879706493575256 ], [ -110.16165618224736, 38.880174546989899 ], [ -110.1615888614399, 38.88050748306911 ], [ -110.16155955323343, 38.880646948330607 ], [ -110.16149747809011, 38.880925853984152 ], [ -110.16147309841762, 38.881038320599785 ], [ -110.16139398308985, 38.881393700149815 ], [ -110.16130164396769, 38.881893165975093 ], [ -110.16127709412912, 38.882020049439504 ], [ -110.16116063743119, 38.882609455182468 ], [ -110.16104524903004, 38.883107853974664 ], [ -110.16103308493719, 38.883161834564937 ], [ -110.16097659759987, 38.883553421586392 ], [ -110.16084390305372, 38.884052596870013 ], [ -110.16072834030136, 38.884565412083475 ], [ -110.16051991095125, 38.885131627486039 ], [ -110.16030047991531, 38.885652706699652 ], [ -110.16007502658397, 38.886195369305646 ], [ -110.15988445344689, 38.886713050666941 ], [ -110.15971721132294, 38.887207470118298 ], [ -110.15950871278483, 38.887778188566344 ], [ -110.15940492851797, 38.888268558564334 ], [ -110.15936862669938, 38.888511602922762 ], [ -110.15930457067714, 38.888957202169507 ], [ -110.15929232696324, 38.889506804597488 ], [ -110.15937595852026, 38.890237323651263 ], [ -110.15962265078967, 38.890829340841137 ], [ -110.15966199538671, 38.890915231538848 ], [ -110.15981382223451, 38.891240731604725 ], [ -110.16008637870777, 38.891693258429562 ], [ -110.16048082150684, 38.892272819470165 ], [ -110.16078199851667, 38.892743573037968 ], [ -110.16118494757112, 38.893287147517412 ], [ -110.16176037597897, 38.893872509888148 ], [ -110.16207416867542, 38.894154113014082 ], [ -110.16222236546643, 38.894299357495534 ], [ -110.1624446088628, 38.894521729148515 ], [ -110.1627917809316, 38.894907199888287 ], [ -110.16312647471523, 38.895373681970057 ], [ -110.16332935652474, 38.895772534884777 ], [ -110.1636270990919, 38.896440604096867 ], [ -110.16366639866581, 38.896530998728366 ], [ -110.16379530007916, 38.896847317897155 ], [ -110.16405516633799, 38.897304249979399 ], [ -110.16427981026997, 38.897814997214496 ], [ -110.16472184163794, 38.898472381479259 ], [ -110.16510841099156, 38.898942833347832 ], [ -110.16562721122135, 38.899446669674838 ], [ -110.16616918614132, 38.899941657883765 ], [ -110.1666481162992, 38.90040465401156 ], [ -110.16708769374809, 38.900781760010247 ], [ -110.16791675983998, 38.901382417843898 ], [ -110.16853524274825, 38.901747276318538 ], [ -110.16891278162767, 38.902006786617704 ], [ -110.1692557816237, 38.902261544288066 ], [ -110.16978228989198, 38.902603213415361 ], [ -110.17017084487981, 38.902907854506125 ], [ -110.17066753757575, 38.903334915116808 ], [ -110.17120428261742, 38.903789291851936 ], [ -110.17177164357271, 38.904090691126584 ], [ -110.17236816300705, 38.904364359307465 ], [ -110.17249432163588, 38.904424728172458 ], [ -110.17287251650947, 38.904630162481531 ], [ -110.17342851620245, 38.904917956266431 ], [ -110.17416871713952, 38.905234084411227 ], [ -110.17476566233957, 38.905472599285694 ], [ -110.17540286917657, 38.90572040679006 ], [ -110.1758393540683, 38.905873076493386 ], [ -110.17598991262216, 38.905918294611979 ], [ -110.17663231308647, 38.906116569902764 ], [ -110.17680455458928, 38.906181764757036 ], [ -110.1773098425432, 38.906369157035549 ], [ -110.17768946518997, 38.906452933222667 ], [ -110.17806882898076, 38.906559234614896 ], [ -110.17840726024978, 38.906714808902215 ], [ -110.17875125143904, 38.906888443927869 ], [ -110.17900735175652, 38.907183112510452 ], [ -110.17918802757949, 38.907517801131739 ], [ -110.17925457521434, 38.907748057207478 ], [ -110.17928522927804, 38.908090702196972 ], [ -110.17920658517041, 38.908410050534812 ], [ -110.17907038185172, 38.908719982774173 ], [ -110.17892877440377, 38.908998337275037 ], [ -110.17886981422573, 38.909110563854668 ], [ -110.1788169315943, 38.909195799249801 ], [ -110.17861147763109, 38.909509749427428 ], [ -110.17855282809172, 38.909594944120677 ], [ -110.17836513822651, 38.909868467979365 ], [ -110.17807275907319, 38.910218751686408 ], [ -110.17802024878789, 38.910271548645653 ], [ -110.17775811203607, 38.910499490805449 ], [ -110.17724142039249, 38.910797729049442 ], [ -110.17687574402768, 38.911002411209672 ], [ -110.17666046105721, 38.911167602117636 ], [ -110.17638584654048, 38.911476554793907 ], [ -110.17621507817303, 38.911781733968596 ], [ -110.1761022410645, 38.9121639177283 ], [ -110.17614185488924, 38.912628278937454 ], [ -110.17623010923228, 38.91297583651675 ], [ -110.1763685973972, 38.913467929110723 ], [ -110.17654278063867, 38.913865654725349 ], [ -110.17690627716259, 38.914350322242299 ], [ -110.17722333271047, 38.914861695180306 ], [ -110.17752953528867, 38.915314417381794 ], [ -110.17762459688338, 38.915472784655336 ], [ -110.17790868279313, 38.915943372612659 ], [ -110.17809945342351, 38.916404291625803 ], [ -110.17832612669342, 38.916752821900296 ], [ -110.17841273402034, 38.91724454666376 ], [ -110.1784137733061, 38.917654567563446 ], [ -110.17845512948209, 38.918069377813339 ], [ -110.17849627830171, 38.918502209134346 ], [ -110.17854303878694, 38.918948596827299 ], [ -110.17857431663251, 38.919237178042977 ], [ -110.17854200076745, 38.919538828686171 ], [ -110.17841013672766, 38.919970442349587 ], [ -110.1782616970751, 38.920338860166595 ], [ -110.17799058521503, 38.920841583261065 ], [ -110.17792002701584, 38.920958233066443 ], [ -110.17766179701734, 38.921343899386684 ], [ -110.17740205549674, 38.921860218016263 ], [ -110.17729917273063, 38.922278517512346 ], [ -110.1771435602553, 38.922767634311491 ], [ -110.17694069238894, 38.923352838355576 ], [ -110.17674106780775, 38.923756938180439 ], [ -110.17635150121777, 38.924425530239667 ], [ -110.17595882471065, 38.924963435455695 ], [ -110.17557316132222, 38.925393253520717 ], [ -110.17517086868597, 38.925764379484555 ], [ -110.17469936029313, 38.926135014684242 ], [ -110.17445367342239, 38.926430649392856 ], [ -110.17408208823804, 38.926639785773233 ], [ -110.17384399379515, 38.926777775631209 ], [ -110.1734553633529, 38.926964261175584 ], [ -110.17330461889814, 38.927030778224051 ], [ -110.17279700902192, 38.927031687838358 ], [ -110.17249687929797, 38.92704758315471 ], [ -110.17196666995565, 38.927007778233161 ], [ -110.17149980104894, 38.926977431751105 ], [ -110.17095218491626, 38.926946509947953 ], [ -110.1704277974749, 38.926902233754269 ], [ -110.16991526113176, 38.926831005673584 ], [ -110.16936818286902, 38.926754122796766 ], [ -110.16854354266368, 38.926736537292868 ], [ -110.16807584579112, 38.926777360248877 ], [ -110.16731446054459, 38.926776437133768 ], [ -110.16673769354253, 38.926772321423883 ], [ -110.16610330272458, 38.9267632855952 ], [ -110.1649269100354, 38.926736853297399 ], [ -110.16435098944478, 38.926660641715308 ], [ -110.16391836232607, 38.926662049481145 ], [ -110.16332057936434, 38.926581170596613 ], [ -110.16263392316942, 38.926504156794131 ], [ -110.16173004731746, 38.926357994769454 ], [ -110.16125800373192, 38.926278008224763 ], [ -110.16047456319521, 38.926191275011483 ], [ -110.15985298959868, 38.926074162225248 ], [ -110.15934623821329, 38.926002929419582 ], [ -110.15871366518502, 38.925840675035239 ], [ -110.15841456006338, 38.925770033386435 ], [ -110.15797282459729, 38.925664119411174 ], [ -110.15729248417045, 38.925542063459801 ], [ -110.15633255768095, 38.925260286074703 ], [ -110.15567051993629, 38.925151869861978 ], [ -110.15488170591817, 38.925033520870748 ], [ -110.15463428042844, 38.924983068472216 ], [ -110.15439835821171, 38.924935402258818 ], [ -110.15384570561113, 38.924844889440195 ], [ -110.15347743197832, 38.92477103038371 ], [ -110.15323498326997, 38.924787294469816 ], [ -110.15300379086067, 38.924827069012998 ], [ -110.15239116086066, 38.92492985628197 ], [ -110.15187031571907, 38.925074759043788 ], [ -110.15135652428202, 38.925111575597739 ], [ -110.15064274965368, 38.92498923786539 ], [ -110.15038337332838, 38.924973833434642 ], [ -110.14984747987519, 38.92492938111787 ], [ -110.14942752874384, 38.924836209273039 ], [ -110.14921416211104, 38.924735530496434 ], [ -110.14906611467285, 38.924671372548318 ], [ -110.14896278461197, 38.924630068588108 ], [ -110.1487616769535, 38.924565523408212 ], [ -110.1478938620517, 38.924302370935763 ], [ -110.14735916183874, 38.924158792040906 ], [ -110.14654202236146, 38.923999629184436 ], [ -110.14631197370748, 38.923943879457795 ], [ -110.14564360265997, 38.92388492207477 ], [ -110.14496342759438, 38.92384840256144 ], [ -110.14442174201911, 38.923903006817525 ], [ -110.14404527420793, 38.923936291991787 ], [ -110.14351613552338, 38.923810758824821 ], [ -110.14289441040383, 38.923806195510345 ], [ -110.14233306034494, 38.92386515131102 ], [ -110.14124215335785, 38.923929221136198 ], [ -110.14083843530088, 38.92392625045045 ], [ -110.14029586471928, 38.923958300880422 ], [ -110.13956841025038, 38.92401601994149 ], [ -110.13890983682163, 38.924101276364162 ], [ -110.13844071478547, 38.924260017544043 ], [ -110.13822040804786, 38.924353009541292 ], [ -110.13808111745553, 38.92442407120307 ], [ -110.1378082374499, 38.924571642885411 ], [ -110.13737900200913, 38.924770323888573 ], [ -110.13676251164652, 38.925094677395983 ], [ -110.13645574883108, 38.925277139203502 ], [ -110.13613585878433, 38.925495548064958 ], [ -110.1357567607719, 38.925839675247154 ], [ -110.13545225476332, 38.926215893025542 ], [ -110.1353850377958, 38.926526283399923 ], [ -110.13546244840254, 38.926801699948236 ], [ -110.13556347698155, 38.927032235078492 ], [ -110.1356765882623, 38.927217803322897 ], [ -110.13578008365232, 38.927340221501751 ], [ -110.1358813816461, 38.92745361206957 ], [ -110.13606991162303, 38.927603693199572 ], [ -110.13637292237674, 38.927826711078282 ], [ -110.13647559404232, 38.92792208878862 ], [ -110.13659979669394, 38.928144684303682 ], [ -110.13666443295642, 38.92852273377202 ], [ -110.13660875447668, 38.928833210082345 ], [ -110.13657261837074, 38.928959100289191 ], [ -110.13637301662294, 38.929245983665751 ], [ -110.13605674461412, 38.92964013820491 ], [ -110.13582906481687, 38.929863734049391 ], [ -110.13556018288583, 38.93005999057393 ], [ -110.13525834273923, 38.930310069791432 ], [ -110.13503730173363, 38.930461623257351 ], [ -110.13493815255245, 38.930551000972955 ], [ -110.13460571258058, 38.930850413537854 ], [ -110.13438956386187, 38.931168710058373 ], [ -110.13433244576537, 38.931501702532664 ], [ -110.13432987171321, 38.931713447686782 ], [ -110.13434465651555, 38.931920815947969 ], [ -110.13440366910527, 38.932286208947772 ], [ -110.13441449331947, 38.932344862297754 ], [ -110.13447011142212, 38.932989578589577 ], [ -110.13458439778283, 38.933553628606042 ], [ -110.1346392324099, 38.933788327423571 ], [ -110.13465571571632, 38.933856033933964 ], [ -110.13475510490375, 38.934127107950559 ], [ -110.13503777374429, 38.934696911108823 ], [ -110.13513221159526, 38.934995882928334 ], [ -110.13532957164023, 38.935370410425186 ], [ -110.13549912036638, 38.935660025948557 ], [ -110.13566230048339, 38.935999155868963 ], [ -110.13584833699987, 38.936356477243251 ], [ -110.13603487301032, 38.936767869429254 ], [ -110.13610119123439, 38.936912540089992 ], [ -110.13620805875016, 38.937138611933719 ], [ -110.13630828399921, 38.937436724417012 ], [ -110.13638575298224, 38.937708535847328 ], [ -110.13643054583549, 38.937820606587273 ], [ -110.13660390001388, 38.938177832849945 ], [ -110.13684258071308, 38.938571586894518 ], [ -110.13706895533036, 38.938933710133718 ], [ -110.13749956461598, 38.939581196166664 ], [ -110.13782434086964, 38.939917011304665 ], [ -110.13799776969373, 38.94036434830128 ], [ -110.13827487479745, 38.940825967344963 ], [ -110.1385335866408, 38.941377562272848 ], [ -110.13866882189754, 38.941644391664404 ], [ -110.13893510692161, 38.942047356228571 ], [ -110.13921810235567, 38.942500005176655 ], [ -110.13947889700472, 38.942880399900766 ], [ -110.1398928978852, 38.943473687028323 ], [ -110.14025150079007, 38.943877328794969 ], [ -110.14078704484373, 38.94443996864792 ], [ -110.14113024082948, 38.944591179882977 ], [ -110.14160238332093, 38.944766767729305 ], [ -110.14223341079541, 38.9450678764088 ], [ -110.14306461700217, 38.945515532361739 ], [ -110.14356964620586, 38.945740014348466 ], [ -110.1440863253591, 38.945955568360446 ], [ -110.14436739087597, 38.946092797606099 ], [ -110.1447390696808, 38.946275746347617 ], [ -110.14592300588822, 38.946757505485841 ], [ -110.14637699414232, 38.946909512012894 ], [ -110.1471188007019, 38.947117687725211 ], [ -110.14751510086414, 38.947269268264364 ], [ -110.14776220978138, 38.947352173957889 ], [ -110.14854991026661, 38.947583203767934 ], [ -110.14977457946445, 38.947943569491329 ], [ -110.14988376678066, 38.947980409755175 ], [ -110.15018199839287, 38.948131266899047 ], [ -110.1509843902526, 38.94858316234788 ], [ -110.15132150843029, 38.948860456631536 ], [ -110.15168272742467, 38.949052318464709 ], [ -110.15209157939563, 38.949604974296705 ], [ -110.15246431805315, 38.950283523580055 ], [ -110.15247016967032, 38.950761160990162 ], [ -110.15237538773448, 38.950967730819997 ], [ -110.15217379981419, 38.951421333379031 ], [ -110.15210851932092, 38.951573148808876 ], [ -110.15184787779414, 38.952139863105685 ], [ -110.15158965998607, 38.952502940768987 ], [ -110.15153802684912, 38.952574655182858 ], [ -110.15128458287354, 38.952924250006632 ], [ -110.15105531576829, 38.953278525726816 ], [ -110.15086616629594, 38.953655620906687 ], [ -110.15051999164298, 38.954135201924956 ], [ -110.15009341036895, 38.954582657072471 ], [ -110.14979470777986, 38.95485532354202 ], [ -110.14935373916654, 38.955153986017045 ], [ -110.14882614127842, 38.955361902857931 ], [ -110.14835726468489, 38.955484639272747 ], [ -110.14784249647299, 38.955584510677539 ], [ -110.1472524470919, 38.955706357799485 ], [ -110.14636138311677, 38.955907101482921 ], [ -110.14593947011369, 38.95596258754415 ], [ -110.14524483983814, 38.956143133107467 ], [ -110.14459143047367, 38.956254590324143 ], [ -110.14386822576593, 38.956411489064401 ], [ -110.14324304367413, 38.956574509678305 ], [ -110.14238081921654, 38.956774533439955 ], [ -110.14168585710097, 38.956981187794398 ], [ -110.14103667103282, 38.957219714146035 ], [ -110.14043385932275, 38.957440556014234 ], [ -110.14037588599524, 38.957462657027705 ], [ -110.13980714631681, 38.957728802635593 ], [ -110.13919027875114, 38.958156792182713 ], [ -110.138683201313, 38.958572071946534 ], [ -110.13824597201393, 38.958937402497718 ], [ -110.1380067613179, 38.959152805915423 ], [ -110.13773865414737, 38.959371599811746 ], [ -110.13751142890656, 38.959550144805689 ], [ -110.13726095743085, 38.959742034303275 ], [ -110.13700444102618, 38.959956406557609 ], [ -110.13685031312662, 38.960293186796456 ], [ -110.13673827112925, 38.960490604503221 ], [ -110.13653160008438, 38.960781939591044 ], [ -110.13634251746687, 38.96114549406434 ], [ -110.13633048978268, 38.961280573061103 ], [ -110.13631687036529, 38.961451685074387 ], [ -110.13633710236586, 38.961591508408922 ], [ -110.13638102887161, 38.961871180682238 ], [ -110.13657290474244, 38.962228542844834 ], [ -110.13668900016546, 38.962648422491817 ], [ -110.13692143754021, 38.962992567307751 ], [ -110.13700690276841, 38.963083311337002 ], [ -110.13727549664713, 38.963301566037117 ], [ -110.13740010024915, 38.963496227884178 ], [ -110.1377205341612, 38.963722974806572 ], [ -110.13802248223355, 38.963951386546348 ], [ -110.13831527560171, 38.964173422068939 ], [ -110.13864761692429, 38.964370517415084 ], [ -110.13914155943769, 38.964662520474029 ], [ -110.13955409714458, 38.96481424770267 ], [ -110.13964005837585, 38.964864443069153 ], [ -110.13992102571682, 38.965015198920938 ], [ -110.14021990553644, 38.965116524488657 ], [ -110.14047970847386, 38.965204044688491 ], [ -110.14061639899766, 38.965259118563871 ], [ -110.14098186378061, 38.965581706823997 ], [ -110.14106755492226, 38.965654427142489 ], [ -110.14147314753249, 38.965999837196918 ], [ -110.14182673955285, 38.966254751485565 ], [ -110.14197614179835, 38.966404534804497 ], [ -110.14213609523682, 38.966540878702453 ], [ -110.1425080504967, 38.966804937109686 ], [ -110.14282251671553, 38.967050549675257 ], [ -110.14335535752727, 38.967374359803173 ], [ -110.14378465149456, 38.967670374220262 ], [ -110.14402507936961, 38.967834339535251 ], [ -110.14450637200363, 38.968126227104271 ], [ -110.14461499123138, 38.968212629687564 ], [ -110.14491221208787, 38.968453604607227 ], [ -110.14542763424707, 38.968691671294678 ], [ -110.14582983897107, 38.968937918238922 ], [ -110.14635612544581, 38.969329250642986 ], [ -110.14671074362782, 38.969597674417159 ], [ -110.14692920047746, 38.969765978684123 ], [ -110.14745903584826, 38.970247443975516 ], [ -110.14771570377509, 38.970502533369505 ], [ -110.14806349304766, 38.970860113945982 ], [ -110.14833802940866, 38.9710693753347 ], [ -110.14883521949676, 38.971483012150223 ], [ -110.14924654655205, 38.971837448139539 ], [ -110.14941046516712, 38.972127001193179 ], [ -110.14951095419988, 38.972411586132928 ], [ -110.14960534937282, 38.972723160135963 ], [ -110.14967687527448, 38.97301654502558 ], [ -110.14973205720395, 38.973228710068575 ], [ -110.14981485762875, 38.973544704975787 ], [ -110.14991529632393, 38.973833794740933 ], [ -110.15006968092841, 38.974438668912988 ], [ -110.1502209349174, 38.9748227459554 ], [ -110.15031104200466, 38.975107254498504 ], [ -110.15046156422031, 38.975456182242226 ], [ -110.15053855563055, 38.975775738722469 ], [ -110.15053980581607, 38.97615421760846 ], [ -110.15050119252271, 38.97648735034533 ], [ -110.15040922299141, 38.976938141090201 ], [ -110.15032595304335, 38.977143890886133 ], [ -110.15018997220132, 38.977413236142688 ], [ -110.1500603545495, 38.977633066069636 ], [ -110.14986541475379, 38.978005610043489 ], [ -110.14978861416853, 38.978152833860541 ], [ -110.14965369627525, 38.978332975481351 ], [ -110.14948464252504, 38.97847141669758 ], [ -110.14942643905171, 38.978511542758405 ], [ -110.14932173732515, 38.97857836335529 ], [ -110.14904911251695, 38.978689015277837 ], [ -110.14873036592709, 38.97879482450108 ], [ -110.1483882610831, 38.978922990323866 ], [ -110.14819697964928, 38.97898917798188 ], [ -110.14802166369883, 38.979168121638573 ], [ -110.14785217276996, 38.979342601973435 ], [ -110.14782778903202, 38.979450558043901 ], [ -110.1478313467334, 38.979635313187636 ], [ -110.13408831204342, 38.979543147794338 ], [ -110.13389778448779, 38.979546239334667 ], [ -110.1197783614973, 38.979553222360224 ], [ -110.11964536304383, 38.9833008622318 ], [ -110.11499904098208, 38.98324318566808 ], [ -110.10568226458, 38.983212698437079 ], [ -110.1056997682259, 38.97952727038917 ], [ -110.09638915455785, 38.979505101344472 ], [ -110.09636317073, 38.978824558069306 ], [ -110.0784457526325, 38.97882860378283 ], [ -110.06908916743264, 38.978799387664694 ], [ -110.06909863748974, 38.96440865678791 ], [ -110.05976571793386, 38.964392406456028 ], [ -110.05049854183719, 38.964380450072539 ], [ -110.05051347714291, 38.957208592474885 ], [ -110.04124611177092, 38.957195002583234 ], [ -110.04125620609506, 38.950022200752116 ], [ -110.02264217230557, 38.950025499760535 ], [ -110.00417801265988, 38.950040624841556 ], [ -110.00416808218091, 38.964354728519112 ], [ -110.02260133460051, 38.964339362999496 ], [ -110.02258226747028, 38.978743485467 ], [ -110.0411852279308, 38.978749149500814 ], [ -110.04116925396914, 38.993283943389606 ], [ -110.05973756463595, 38.993317919497322 ], [ -110.05974025743129, 38.986045969292888 ], [ -110.07844412660533, 38.986078051924672 ], [ -110.09632266784057, 38.986097141955774 ], [ -110.09628216507926, 38.993367914704137 ], [ -110.09638080588205, 39.001500318292365 ], [ -110.12443198658826, 39.001489835251121 ], [ -110.12464566779883, 39.001486933143426 ], [ -110.1337863325036, 39.001478563325968 ], [ -110.1340087576348, 38.994221738048005 ], [ -110.14025404039509, 38.994272431447428 ], [ -110.14115796745091, 38.994481839802368 ], [ -110.14325956285732, 38.994961365385841 ], [ -110.14325025853258, 38.99525415952747 ], [ -110.14779650033165, 38.996021864132814 ], [ -110.14781110034966, 38.997211442935686 ], [ -110.15017806915924, 38.997237718990888 ], [ -110.15025244121806, 39.002122303606228 ], [ -110.150252117847, 39.002149334687644 ], [ -110.15011360151408, 39.00214382013786 ], [ -110.14992851772631, 39.002169505134859 ], [ -110.14977814109841, 39.002190036089061 ], [ -110.14538689991249, 39.00098289844729 ], [ -110.14284665469914, 39.000950746203827 ], [ -110.13796363750656, 39.004122733930686 ], [ -110.13794809809394, 39.004451525581153 ], [ -110.13792886246158, 39.004609078321522 ], [ -110.13794747441909, 39.004978672404754 ], [ -110.13796563815309, 39.005385208802785 ], [ -110.13805371380899, 39.005740898261678 ], [ -110.13829489134791, 39.006328403610546 ], [ -110.13861311454494, 39.006753375817219 ], [ -110.1389550171138, 39.007130762911245 ], [ -110.1392132016019, 39.007745425189128 ], [ -110.139302312734, 39.008016416607042 ], [ -110.13941000293428, 39.00818391699746 ], [ -110.13947721931075, 39.008355624311733 ], [ -110.13962527567935, 39.00852792780853 ], [ -110.13967032362569, 39.008622876900866 ], [ -110.13984120530881, 39.008817876272218 ], [ -110.13996148323088, 39.0088998632149 ], [ -110.14000735022896, 39.008927234735616 ], [ -110.14018504427153, 39.009036678082857 ], [ -110.14056914205169, 39.009269292167637 ], [ -110.14112136309073, 39.009448174982303 ], [ -110.14129436447895, 39.009468371906252 ], [ -110.14180163545289, 39.009544193748027 ], [ -110.14246541358749, 39.009571602716996 ], [ -110.14303668301916, 39.009608240637036 ], [ -110.14371801359587, 39.009616848042313 ], [ -110.14428531215283, 39.009503865923477 ], [ -110.14504321643759, 39.00938777250331 ], [ -110.14565109409644, 39.00926156440476 ], [ -110.14620035977879, 39.00920701324246 ], [ -110.14708285807623, 39.009294568836239 ], [ -110.1481880182297, 39.00959550540918 ], [ -110.14929146084349, 39.010040597138612 ], [ -110.15026545382688, 39.010687486109063 ], [ -110.1509792346738, 39.011364012415434 ], [ -110.15164175772644, 39.01198158923048 ], [ -110.15269860103572, 39.012948955470421 ], [ -110.15308504326133, 39.013474407179586 ], [ -110.15317621314462, 39.01357779590672 ], [ -110.15355030716384, 39.014170739874935 ], [ -110.15356289430385, 39.014568221979502 ], [ -110.15357957413222, 39.014622409774653 ], [ -110.15357294001701, 39.01469445066499 ], [ -110.15358961988099, 39.014748638457952 ], [ -110.15358771440592, 39.01539292025624 ], [ -110.15349443109037, 39.015950933236731 ], [ -110.15338505708354, 39.016405201365679 ], [ -110.15319131416605, 39.016669623313156 ], [ -110.15298105115058, 39.016866341536726 ], [ -110.15271913478347, 39.017035650839418 ], [ -110.15233621139545, 39.017181552498755 ], [ -110.15157807321258, 39.017311207865987 ], [ -110.14997732127975, 39.017389665809553 ], [ -110.14913444156288, 39.017360993109143 ], [ -110.14837770112354, 39.017373493254944 ], [ -110.1477121705429, 39.017485777252347 ], [ -110.14717838078761, 39.017689131846652 ], [ -110.14620297628193, 39.01811453056709 ], [ -110.14582003403372, 39.018260410593761 ], [ -110.14495553430638, 39.018587488523863 ], [ -110.14394533412705, 39.019022525374417 ], [ -110.14370148561919, 39.019127967913896 ], [ -110.14286916884782, 39.019658016592253 ], [ -110.14271743655939, 39.019787562764328 ], [ -110.14229815053137, 39.020071935187453 ], [ -110.1415532364764, 39.020918906994098 ], [ -110.14138380244319, 39.02117447668693 ], [ -110.14103019758679, 39.021757595661761 ], [ -110.14049051972424, 39.02244297034845 ], [ -110.14014496872926, 39.022836912514443 ], [ -110.13995709811303, 39.023087838556258 ], [ -110.13977870226411, 39.023510045207011 ], [ -110.13974306651737, 39.023590882376915 ], [ -110.13969919790318, 39.023874408736781 ], [ -110.13973372915838, 39.024361263190386 ], [ -110.13981790540554, 39.024564633854119 ], [ -110.13990862204125, 39.024704974933798 ], [ -110.13993052329444, 39.024804258588397 ], [ -110.14018742294158, 39.025053957916512 ], [ -110.14024463327345, 39.025099435134614 ], [ -110.14071860913411, 39.025548977394976 ], [ -110.14075854778997, 39.025589821573163 ], [ -110.14153760632205, 39.026127212906708 ], [ -110.14195046077306, 39.026378055994876 ], [ -110.14258699354706, 39.026761203023888 ], [ -110.14424068598879, 39.027579840817047 ], [ -110.14585992418645, 39.028384686249815 ], [ -110.14641050775538, 39.028713116403679 ], [ -110.14697907412308, 39.028987608851104 ], [ -110.14817506158543, 39.029446904233545 ], [ -110.14955659913275, 39.029848968200405 ], [ -110.15054705328809, 39.030108496308301 ], [ -110.15187181538306, 39.030429920599623 ], [ -110.1525570793566, 39.03060971668436 ], [ -110.15309777245965, 39.030802876919914 ], [ -110.15320735697608, 39.030817189184127 ], [ -110.15347171376429, 39.030931746846711 ], [ -110.15382169239035, 39.031132530569373 ], [ -110.15428511242186, 39.031508951211421 ], [ -110.15442281670941, 39.031587445048984 ], [ -110.15474333005425, 39.031837573462617 ], [ -110.15513187265661, 39.03219632700123 ], [ -110.15534868722042, 39.032423174817978 ], [ -110.15573739689081, 39.032768410884842 ], [ -110.15624997422134, 39.033384874789704 ], [ -110.15661847270297, 39.033973261411347 ], [ -110.15678090059845, 39.034402463020761 ], [ -110.15686598824335, 39.035020338425454 ], [ -110.15680912790401, 39.03542993237771 ], [ -110.15678307704275, 39.035677549248106 ], [ -110.15667176342301, 39.036294004641348 ], [ -110.15650316388711, 39.036869495657811 ], [ -110.1562449215722, 39.037210049442969 ], [ -110.15578385072509, 39.037603201293443 ], [ -110.15502211891406, 39.038016701234966 ], [ -110.15488251241528, 39.038096789601624 ], [ -110.15396066075232, 39.038468572312937 ], [ -110.15307660334969, 39.038867655392409 ], [ -110.15217225348671, 39.039126912298549 ], [ -110.15123237390591, 39.03945799232153 ], [ -110.15016437008518, 39.039873736572233 ], [ -110.14982186335041, 39.040010912316561 ], [ -110.14959532439138, 39.040112888300911 ], [ -110.14945030899582, 39.04016139185272 ], [ -110.14915825763909, 39.040330472369661 ], [ -110.14908388143053, 39.040365974121094 ], [ -110.14869374947949, 39.040619943183437 ], [ -110.14845413884642, 39.040847976721878 ], [ -110.14808277023545, 39.041463425208057 ], [ -110.14740462246576, 39.04260648193182 ], [ -110.14716817784385, 39.043050801827668 ], [ -110.14664273230349, 39.043985012028266 ], [ -110.14591538893356, 39.045370998568892 ], [ -110.1454453904626, 39.046016353355441 ], [ -110.14502053624393, 39.047229734829706 ], [ -110.14426000170525, 39.049062415877515 ], [ -110.14368775688945, 39.050324271033396 ], [ -110.14305726006371, 39.051910093427125 ], [ -110.14222700369689, 39.053670158537358 ], [ -110.14169308170344, 39.054815140709714 ], [ -110.14115369150157, 39.055933046701114 ], [ -110.14051367119907, 39.056865481636692 ], [ -110.13989923007492, 39.057879201010117 ], [ -110.1397693198127, 39.058108024731304 ], [ -110.13959072152674, 39.058539237824768 ], [ -110.13925668662317, 39.059397328501774 ], [ -110.13908706707603, 39.060040366711362 ], [ -110.13901255981257, 39.060940921810797 ], [ -110.13923279314984, 39.062316732735589 ], [ -110.13945232345159, 39.063751109576614 ], [ -110.13983508272719, 39.065641747578596 ], [ -110.13984929858823, 39.06723230153802 ], [ -110.13975470191475, 39.068835568957283 ], [ -110.13967751936808, 39.069480189927063 ], [ -110.13960630057679, 39.070109536010605 ], [ -110.13963610785251, 39.070510747089699 ], [ -110.13964695536089, 39.070569398863647 ], [ -110.13979289688599, 39.070926411493879 ], [ -110.1398322038055, 39.071021317331365 ], [ -110.14033994159634, 39.071571130379184 ], [ -110.14083494836818, 39.072218166569691 ], [ -110.14107337083456, 39.072575858904159 ], [ -110.141432674067, 39.072974990495538 ], [ -110.14170098212772, 39.073251802263641 ], [ -110.1421601268394, 39.073521006471687 ], [ -110.14300748794523, 39.073711963416152 ], [ -110.1430824044796, 39.073730536058534 ], [ -110.14416565655398, 39.074012427125417 ], [ -110.14435026649886, 39.074041716144144 ], [ -110.14475343578926, 39.074160916240857 ], [ -110.14508679430877, 39.074317449477164 ], [ -110.14528755952375, 39.074445075726096 ], [ -110.14547060614515, 39.074604110398475 ], [ -110.14556489395137, 39.074933704054196 ], [ -110.14558491574377, 39.075190665199514 ], [ -110.14551023427499, 39.07563165852855 ], [ -110.14549202563907, 39.075703613346434 ], [ -110.14539710422092, 39.075905665906035 ], [ -110.14516183682431, 39.076241855030013 ], [ -110.14500782165774, 39.076550705267898 ], [ -110.14500913210316, 39.076921068208932 ], [ -110.14493613074488, 39.077222402389516 ], [ -110.1446734395759, 39.077531356236314 ], [ -110.14458444283582, 39.077625319173556 ], [ -110.14425237643802, 39.077839147275242 ], [ -110.14356866466642, 39.078451382840122 ], [ -110.14272184670374, 39.07916604199626 ], [ -110.14157909066535, 39.080067747996601 ], [ -110.14091446915805, 39.08043681053848 ], [ -110.14048831097658, 39.080780594249902 ], [ -110.14007812183115, 39.08123713190124 ], [ -110.13985850342617, 39.081613974857653 ], [ -110.13973466361232, 39.08191042488707 ], [ -110.13967897513467, 39.082211883150471 ], [ -110.13969440070348, 39.082369689798988 ], [ -110.13978502482398, 39.082523545742106 ], [ -110.13988148434569, 39.082672939149731 ], [ -110.14044804825795, 39.083145690153152 ], [ -110.14135506144557, 39.083670506626014 ], [ -110.14171808888149, 39.083862410840887 ], [ -110.14215945915069, 39.084077417890271 ], [ -110.1423829861901, 39.084236755042546 ], [ -110.14264016070616, 39.084481943850868 ], [ -110.14281995523029, 39.084911289081866 ], [ -110.14289521278003, 39.085857998992424 ], [ -110.14287792647019, 39.086330950192561 ], [ -110.14283773541375, 39.086785710938813 ], [ -110.14274562674467, 39.087231078910627 ], [ -110.14247530759829, 39.087593135993245 ], [ -110.14207931586235, 39.087829915797052 ], [ -110.14156232997698, 39.088032462718999 ], [ -110.1405120132312, 39.08835452784767 ], [ -110.13844918267866, 39.088740292958761 ], [ -110.13754589725659, 39.088855263331446 ], [ -110.13631255330814, 39.089012837206475 ], [ -110.13490258707964, 39.089430406804595 ], [ -110.13449060518025, 39.089553503305922 ], [ -110.13305408514967, 39.089777116710437 ], [ -110.13242330782269, 39.089826490735085 ], [ -110.13153795004476, 39.089891987322439 ], [ -110.13015839930759, 39.090088956295936 ], [ -110.12881535122285, 39.090325830070967 ], [ -110.12811302095859, 39.090551261679238 ], [ -110.12781702833364, 39.090643663328208 ], [ -110.12711448078799, 39.090886208157592 ], [ -110.12663744197606, 39.091125932695036 ], [ -110.12631726496629, 39.091303753834119 ], [ -110.12599123862364, 39.091486936832254 ], [ -110.12512665220939, 39.091740870160912 ], [ -110.12454637786173, 39.091912228870733 ], [ -110.12368755114528, 39.092167095814794 ], [ -110.12238051568853, 39.092665484653793 ], [ -110.12101367079811, 39.093322902401631 ], [ -110.11944942073578, 39.09450956054166 ], [ -110.11858395659432, 39.094922031762181 ], [ -110.11825017072597, 39.095168211112608 ], [ -110.11801028669505, 39.095395275727299 ], [ -110.11772902230258, 39.095695015695931 ], [ -110.11758741774588, 39.095922823098299 ], [ -110.11747329259713, 39.096265277864866 ], [ -110.11746936122702, 39.096580632634719 ], [ -110.11747227832623, 39.096810434863173 ], [ -110.11746941398951, 39.097040193318477 ], [ -110.11766923321487, 39.098172584342954 ], [ -110.11791082110533, 39.099201664571751 ], [ -110.11801522668328, 39.100103552667264 ], [ -110.11805592306521, 39.100549904097186 ], [ -110.1180700686844, 39.100806824049457 ], [ -110.11807281924834, 39.101050141318112 ], [ -110.11807012483055, 39.101266384447726 ], [ -110.11792002192476, 39.101711292304394 ], [ -110.1176456898985, 39.102380534199511 ], [ -110.11720199078304, 39.103183657598535 ], [ -110.11677455926018, 39.104072506667158 ], [ -110.11620239589146, 39.104973773313198 ], [ -110.11555745367146, 39.10614481396054 ], [ -110.11534989614997, 39.106557743736971 ], [ -110.11520644784814, 39.106930610335041 ], [ -110.11488930435189, 39.107320180011222 ], [ -110.11463133319495, 39.107602066581656 ], [ -110.11401068201903, 39.108214602513236 ], [ -110.11331859903233, 39.108988789121206 ], [ -110.11266877935348, 39.109988567257012 ], [ -110.11262281715034, 39.110056700719888 ], [ -110.11198848108688, 39.110834923007737 ], [ -110.1116185800399, 39.111278147258098 ], [ -110.11119787568734, 39.111621862384638 ], [ -110.11087734052627, 39.111817659171599 ], [ -110.11080750725876, 39.111852269263338 ], [ -110.11040038874798, 39.112034788907565 ], [ -110.10994061206092, 39.112265564247615 ], [ -110.10973640454758, 39.112408180232485 ], [ -110.10929255350977, 39.112751711579399 ], [ -110.10909214049845, 39.113052047158888 ], [ -110.10903612457049, 39.113367002532073 ], [ -110.10927814727874, 39.113895993024506 ], [ -110.10978799928927, 39.114742412045544 ], [ -110.11052395926633, 39.115085940832977 ], [ -110.11116898436156, 39.115302618283636 ], [ -110.11177341974545, 39.11552799385278 ], [ -110.11183669275489, 39.115555508820989 ], [ -110.1122387287444, 39.115779339694072 ], [ -110.11260437404857, 39.116138056475904 ], [ -110.11278513580989, 39.116481848658538 ], [ -110.11308378494292, 39.117110382583988 ], [ -110.11346809243386, 39.118288334154691 ], [ -110.11394339838621, 39.119590426029333 ], [ -110.11420203850702, 39.12018260892895 ], [ -110.11458425145082, 39.121068585731528 ], [ -110.11478743576771, 39.121471116086404 ], [ -110.11498994590374, 39.121927706630778 ], [ -110.11502828817004, 39.122099205721476 ], [ -110.11497255668762, 39.122485352177819 ], [ -110.11491629268244, 39.122729121599932 ], [ -110.11465623404581, 39.123173188430918 ], [ -110.11460773718777, 39.123258424042447 ], [ -110.11452611888107, 39.123401979167625 ], [ -110.11423392097724, 39.124102612717707 ], [ -110.11420895255156, 39.124156488636693 ], [ -110.11406026950188, 39.124574367488805 ], [ -110.11380186113102, 39.125347344124378 ], [ -110.11368875161631, 39.125603295927533 ], [ -110.11345068007297, 39.126137636362607 ], [ -110.1131942363789, 39.126752934920489 ], [ -110.11278452374226, 39.127596845200827 ], [ -110.1125814249333, 39.128108922484472 ], [ -110.11247239406254, 39.128500068040246 ], [ -110.1123938089969, 39.128769797693295 ], [ -110.11207860025732, 39.129456733403735 ], [ -110.1118284118017, 39.129940516549723 ], [ -110.11175271119511, 39.130072400399087 ], [ -110.1115639961907, 39.130359311951203 ], [ -110.11104493718946, 39.130786977998653 ], [ -110.11013980370751, 39.131370287176821 ], [ -110.10923484729665, 39.132030183454901 ], [ -110.10779811271354, 39.132654464910644 ], [ -110.10724598401784, 39.132857488509799 ], [ -110.10643171549815, 39.133112565630114 ], [ -110.10552754667279, 39.133339914368626 ], [ -110.10475221046883, 39.133351983506138 ], [ -110.10394239616141, 39.133345760578244 ], [ -110.10318905444468, 39.13344809763656 ], [ -110.10279400051584, 39.133580221136128 ], [ -110.10245117644511, 39.133699229120843 ], [ -110.10127190119263, 39.134541674003188 ], [ -110.10076927862045, 39.134943288682109 ], [ -110.10036447162379, 39.135386205326547 ], [ -110.10006279717462, 39.135816400496381 ], [ -110.09974596426875, 39.13625548867347 ], [ -110.09960414962768, 39.136488677050878 ], [ -110.09951101006902, 39.136988063351964 ], [ -110.09950430717375, 39.137060098893137 ], [ -110.09960166031412, 39.13759249504141 ], [ -110.09978349148922, 39.138305761878023 ], [ -110.09993623889039, 39.138577268996229 ], [ -110.10010616988041, 39.138862424954119 ], [ -110.10014586078567, 39.13892580779919 ], [ -110.10052209928608, 39.1393657413333 ], [ -110.10107321716697, 39.140157547078424 ], [ -110.10171143324941, 39.141289732840619 ], [ -110.10182445520326, 39.141592469399995 ], [ -110.10198753968028, 39.141962272319418 ], [ -110.1022132091727, 39.142415457481796 ], [ -110.10243562518872, 39.142669476042229 ], [ -110.10248139147609, 39.142710377583889 ], [ -110.10307257390969, 39.143084375998036 ], [ -110.10421261569617, 39.143521162200088 ], [ -110.10500960696858, 39.143635416137968 ], [ -110.10606274710911, 39.143625476906351 ], [ -110.10727502830304, 39.143842020002921 ], [ -110.10843451087842, 39.144116717530572 ], [ -110.10961447617807, 39.144603316410674 ], [ -110.11059066627348, 39.145191973901149 ], [ -110.11097919728313, 39.145582407407325 ], [ -110.11123523422603, 39.145926774746492 ], [ -110.11150936636189, 39.146212708562302 ], [ -110.11190011610849, 39.146427443182425 ], [ -110.11225643828951, 39.146619386985833 ], [ -110.11246857751132, 39.146774188143638 ], [ -110.11272592700828, 39.1470149367427 ], [ -110.11289048339681, 39.147273000296387 ], [ -110.11301380690243, 39.147589320698756 ], [ -110.11303581821791, 39.147679597288565 ], [ -110.11307394233063, 39.147869116469501 ], [ -110.11307661790779, 39.148116936754924 ], [ -110.11307480842814, 39.148261097480457 ], [ -110.11297985195611, 39.148450504904481 ], [ -110.11277935037883, 39.148750844013776 ], [ -110.11266178152461, 39.148897727757742 ], [ -110.11260284981014, 39.148982882637611 ], [ -110.11250200352497, 39.14918035460672 ], [ -110.11244506563136, 39.149567389863194 ], [ -110.11249896189433, 39.149883181931862 ], [ -110.11257078177709, 39.15015405593202 ], [ -110.11294188007332, 39.150553360873431 ], [ -110.11352683264573, 39.150972313320985 ], [ -110.11387660514912, 39.151227278622521 ], [ -110.11433569084885, 39.151532633626282 ], [ -110.11483607212861, 39.151775224174251 ], [ -110.1151702445803, 39.151890398131457 ], [ -110.11551520042332, 39.152068729283862 ], [ -110.11571629860603, 39.152182891625898 ], [ -110.11590571277965, 39.152305975885412 ], [ -110.11604260297769, 39.152464705055465 ], [ -110.11620213052122, 39.152664154793698 ], [ -110.11630357351928, 39.152881185679739 ], [ -110.11632708586451, 39.152944440271263 ], [ -110.11636434592701, 39.153111424451303 ], [ -110.11633175313888, 39.153404031566048 ], [ -110.11630652396497, 39.153570541902425 ], [ -110.11628826414294, 39.153642490634667 ], [ -110.11616174062191, 39.154042516141004 ], [ -110.11597752342067, 39.15442858749612 ], [ -110.11584583070213, 39.154779013446266 ], [ -110.1156781788402, 39.155228286221394 ], [ -110.11545688051224, 39.155802402985806 ], [ -110.11506583470562, 39.156530217765237 ], [ -110.11489475800572, 39.156790234469234 ], [ -110.11464125960458, 39.157162260915605 ], [ -110.11417608812617, 39.157708390366139 ], [ -110.11379327331466, 39.158331736780696 ], [ -110.1135611002137, 39.158848097150681 ], [ -110.11325352907049, 39.15937739962628 ], [ -110.11280775448856, 39.159851583803373 ], [ -110.11243339460596, 39.160168619632842 ], [ -110.11201996552275, 39.160462829310624 ], [ -110.11134160880492, 39.160930729770975 ], [ -110.11068975950181, 39.161223116246966 ], [ -110.10994668014531, 39.161406671660366 ], [ -110.10904718541471, 39.161602542855519 ], [ -110.10739975662618, 39.161815207702183 ], [ -110.10660767711482, 39.161845181409738 ], [ -110.10598105718495, 39.161971033498332 ], [ -110.10535993649322, 39.162119451627213 ], [ -110.10505782697237, 39.162211746107779 ], [ -110.10476717598367, 39.162313138710111 ], [ -110.10415556619976, 39.162623819290545 ], [ -110.10350734306847, 39.163082894454213 ], [ -110.10286312429086, 39.163681665373346 ], [ -110.10204763703614, 39.164549439266864 ], [ -110.1013233492134, 39.165070991960384 ], [ -110.10090255695972, 39.165392137486052 ], [ -110.10038561012065, 39.165991876230464 ], [ -110.09972064563034, 39.166851784374444 ], [ -110.09947836689797, 39.167151776462667 ], [ -110.09939724020171, 39.167250269059195 ], [ -110.09925743711051, 39.167411384137019 ], [ -110.0990383032351, 39.16771155417289 ], [ -110.09891979991521, 39.167926898725206 ], [ -110.0988722374036, 39.168025650479343 ], [ -110.09875842777014, 39.168326634399527 ], [ -110.09875515023994, 39.168583418792494 ], [ -110.0988308822776, 39.16899850441655 ], [ -110.09941914333666, 39.170070840079788 ], [ -110.09969976971614, 39.170758735494722 ], [ -110.09972218421282, 39.170816578210975 ], [ -110.10013536630962, 39.171549649821557 ], [ -110.10068659777839, 39.172351366923323 ], [ -110.10112799115207, 39.173143223235272 ], [ -110.10158647075532, 39.17395773670313 ], [ -110.10213819549537, 39.174723407113461 ], [ -110.10274156453826, 39.175525515994615 ], [ -110.10399893596762, 39.176792206417247 ], [ -110.10469552317093, 39.177549967556942 ], [ -110.10495181351874, 39.177880832852502 ], [ -110.1051165824103, 39.178125391566553 ], [ -110.10528009613135, 39.178469059823769 ], [ -110.10530812290843, 39.178541361883696 ], [ -110.10543037940943, 39.178943283669213 ], [ -110.10548771148088, 39.179443826295703 ], [ -110.10534607535531, 39.18011404750083 ], [ -110.10522012510961, 39.180459998200334 ], [ -110.10496248965021, 39.181147349635637 ], [ -110.10452106572659, 39.182175700353881 ], [ -110.10434335487507, 39.182494219584314 ], [ -110.10396397365642, 39.183194148845793 ], [ -110.1033357999049, 39.184338199275366 ], [ -110.10283449382983, 39.185064218714231 ], [ -110.10247623115895, 39.185466947476847 ], [ -110.1023528356325, 39.185610170365294 ], [ -110.10193146506582, 39.1859673569531 ], [ -110.1012362988869, 39.186457592878817 ], [ -110.10115335287323, 39.186515523477858 ], [ -110.10061007155534, 39.186988905549029 ], [ -110.10002275915738, 39.187645766045762 ], [ -110.09932375635724, 39.188434219418575 ], [ -110.09880679629204, 39.189020431759261 ], [ -110.09858296046986, 39.189320563207133 ], [ -110.09824872891299, 39.189651377737789 ], [ -110.09799090330732, 39.189892674489343 ], [ -110.09747141707179, 39.190222052336281 ], [ -110.09655138466309, 39.190633925427534 ], [ -110.09538923908219, 39.190962814068754 ], [ -110.09422586829153, 39.191386295256891 ], [ -110.093613900853, 39.191701420430512 ], [ -110.09317091430921, 39.191932254859225 ], [ -110.09222993734264, 39.192258327612876 ], [ -110.09184280726323, 39.192557173349094 ], [ -110.0914513906114, 39.192828951859816 ], [ -110.09106593433728, 39.193087259291403 ], [ -110.09098413006588, 39.193145191428179 ], [ -110.09080303717678, 39.193269929907359 ], [ -110.09052966353866, 39.193366915287683 ], [ -110.09038453647277, 39.193396419103379 ], [ -110.09023359676269, 39.193427679513043 ], [ -110.08997811264965, 39.193484254569555 ], [ -110.08951624346412, 39.19347163515657 ], [ -110.08857207785832, 39.193324584894533 ], [ -110.0873033835111, 39.193021801068767 ], [ -110.08595774557706, 39.192759849611896 ], [ -110.08560473126201, 39.192747167596401 ], [ -110.08525176382479, 39.192730880549739 ], [ -110.08387347289607, 39.192755192877918 ], [ -110.08280181099705, 39.1927972216616 ], [ -110.08183997914213, 39.192852721338042 ], [ -110.08079148357164, 39.192894013100251 ], [ -110.08025758247564, 39.192988918511887 ], [ -110.08005354935155, 39.193095437461977 ], [ -110.07989606465794, 39.193184302036421 ], [ -110.07968009929348, 39.19331775855067 ], [ -110.079463604062, 39.193491759163777 ], [ -110.07925874513839, 39.19366134591808 ], [ -110.07903463533972, 39.19397495324074 ], [ -110.07862634687027, 39.19464753641423 ], [ -110.07831197623973, 39.195221742108458 ], [ -110.07803239607006, 39.195791716796833 ], [ -110.07770843899307, 39.196212660986312 ], [ -110.07753180847021, 39.196436532934641 ], [ -110.07703682437145, 39.197094907427953 ], [ -110.07652972089068, 39.197793732297633 ], [ -110.07628864139296, 39.198074760579267 ], [ -110.07590657757493, 39.198509656076581 ], [ -110.07523751707424, 39.199193674074287 ], [ -110.07442346227306, 39.199894557836728 ], [ -110.07419470367044, 39.200118010341207 ], [ -110.07392488244489, 39.200381684605922 ], [ -110.07346180430424, 39.200810521290968 ], [ -110.07320136706036, 39.201240968364267 ], [ -110.07310948603043, 39.201623196590134 ], [ -110.07301618284356, 39.202113543048974 ], [ -110.07286745162001, 39.202855750767341 ], [ -110.07279192978716, 39.203314700635289 ], [ -110.07271621413581, 39.204228694327711 ], [ -110.0727180353868, 39.204530570642227 ], [ -110.07271329632965, 39.204890964921113 ], [ -110.07260492551518, 39.205205480233062 ], [ -110.07245507384128, 39.205591751543857 ], [ -110.07234073266352, 39.205919735223922 ], [ -110.07232387741725, 39.206320581499497 ], [ -110.07234630979593, 39.206816353969799 ], [ -110.07243458207415, 39.207149555249778 ], [ -110.07252063895911, 39.207651240687298 ], [ -110.07290661410224, 39.208686049078068 ], [ -110.07349774668995, 39.209974790133955 ], [ -110.07377414846721, 39.210535657264472 ], [ -110.07417457819486, 39.211354317046506 ], [ -110.07467292852684, 39.212214301800621 ], [ -110.07469550047105, 39.2122595350463 ], [ -110.0752002452347, 39.213074514314556 ], [ -110.07553500688688, 39.213603401546784 ], [ -110.07582714605148, 39.214291440580247 ], [ -110.07606771471161, 39.214937620180145 ], [ -110.07625037683229, 39.21558334004002 ], [ -110.07650442448957, 39.216085452965835 ], [ -110.07694586767815, 39.216872890116505 ], [ -110.07740746574029, 39.217448731762296 ], [ -110.07768141607157, 39.21784737565666 ], [ -110.07780353995014, 39.218163719952827 ], [ -110.07782593892503, 39.218222467366388 ], [ -110.07788090512516, 39.218448172058437 ], [ -110.07788327809692, 39.218709503513828 ], [ -110.07771552037518, 39.219136187482434 ], [ -110.07745503899835, 39.219566642227434 ], [ -110.07740776417609, 39.219638354041372 ], [ -110.07727190749915, 39.219840020465767 ], [ -110.07695427304212, 39.22021145119885 ], [ -110.07673473655382, 39.220610690951602 ], [ -110.07663717381662, 39.220983864882335 ], [ -110.07660373033274, 39.221326009301094 ], [ -110.07663995077338, 39.221656090856293 ], [ -110.07671153498885, 39.221939596664583 ], [ -110.07681259722848, 39.222183688640889 ], [ -110.07689740636647, 39.222342049351617 ], [ -110.07720922193118, 39.22285813424358 ], [ -110.07738470642447, 39.223169495001279 ], [ -110.07752689270161, 39.223369759258063 ], [ -110.07770335856256, 39.223606337867523 ], [ -110.07781524367927, 39.223909084653883 ], [ -110.07790456381589, 39.224165697746649 ], [ -110.07801609699531, 39.224495473851213 ], [ -110.07807047892202, 39.224766227476188 ], [ -110.07806227058811, 39.224950883339908 ], [ -110.07799402149938, 39.225297257841568 ], [ -110.07797269647865, 39.225598949879505 ], [ -110.07795953287621, 39.225719590009682 ], [ -110.07794037686904, 39.225855501009335 ], [ -110.07769765986191, 39.226254558647568 ], [ -110.07744932502055, 39.226640055092659 ], [ -110.07730778053813, 39.226832665449358 ], [ -110.07684460475434, 39.227257006908431 ], [ -110.076217850516, 39.227698070770799 ], [ -110.07555451545332, 39.228012690140744 ], [ -110.07468007954448, 39.228433758017239 ], [ -110.07431357687442, 39.228552491156378 ], [ -110.07392379778351, 39.228679147758477 ], [ -110.07335402172568, 39.228837711008282 ], [ -110.07289005549571, 39.22887907271744 ], [ -110.07214990350853, 39.228778565959189 ], [ -110.07204588192486, 39.228759715744388 ], [ -110.07084304371959, 39.228515846748117 ], [ -110.0700881671591, 39.228302574907055 ], [ -110.06960889656715, 39.228187014092946 ], [ -110.06943597816462, 39.228121656303024 ], [ -110.06916498722276, 39.22802577901944 ], [ -110.06888864547707, 39.227896518509304 ], [ -110.06877972711887, 39.227810045515099 ], [ -110.06865367100542, 39.227705413859951 ], [ -110.06844813453934, 39.227478501124054 ], [ -110.06822569988223, 39.22721540978872 ], [ -110.06817446527975, 39.227147419189805 ], [ -110.06802105998636, 39.226920922734031 ], [ -110.0678948878144, 39.226387376935811 ], [ -110.06779170852869, 39.225954935555663 ], [ -110.06776284212215, 39.225860091487817 ], [ -110.06762334937667, 39.225457995889499 ], [ -110.06728973785805, 39.224842592827343 ], [ -110.06697589934966, 39.224484154027927 ], [ -110.06676392949525, 39.22430674594434 ], [ -110.06616641941649, 39.22393702105267 ], [ -110.06589008725679, 39.223808654579159 ], [ -110.06508223167567, 39.2235769039712 ], [ -110.06462116612653, 39.223401997755921 ], [ -110.06415950465221, 39.223272138769403 ], [ -110.0638822213589, 39.223215846041192 ], [ -110.06334329477247, 39.22323404050141 ], [ -110.0632273411756, 39.22324211878562 ], [ -110.06290258710875, 39.223271044227587 ], [ -110.06271134138332, 39.223278516236569 ], [ -110.0623461649739, 39.223298104081223 ], [ -110.06168277403893, 39.223441439581784 ], [ -110.0611311996124, 39.223626221070568 ], [ -110.06063488006457, 39.223924080114067 ], [ -110.06003835368904, 39.224351784480483 ], [ -110.05976952762533, 39.224529830065805 ], [ -110.05952989973134, 39.224690089249016 ], [ -110.05905625204899, 39.225024167557251 ], [ -110.05835449002443, 39.225523099058414 ], [ -110.05790948953025, 39.225879931101332 ], [ -110.05747063800409, 39.226209778882506 ], [ -110.05663581868397, 39.22669410692118 ], [ -110.05589522672022, 39.227494569189268 ], [ -110.05511830207524, 39.227979355393906 ], [ -110.05478392385579, 39.228292018786362 ], [ -110.05429383016596, 39.228639459998959 ], [ -110.05423987748635, 39.228688581072483 ], [ -110.05402206080466, 39.228948124093712 ], [ -110.05395731889574, 39.229024189664962 ], [ -110.05382601972889, 39.229311467244997 ], [ -110.05378311497824, 39.229486828384267 ], [ -110.05373223963528, 39.229824318288777 ], [ -110.05371365286138, 39.229914274804656 ], [ -110.05369421892962, 39.230067299696273 ], [ -110.05356176684356, 39.230440169685622 ], [ -110.0536354155245, 39.230994929289082 ], [ -110.0537458766912, 39.231396805133464 ], [ -110.05401796652238, 39.232273058023104 ], [ -110.0545670142687, 39.23323265538108 ], [ -110.0550839801094, 39.233993753361752 ], [ -110.05515234281944, 39.234079910054014 ], [ -110.05557892307068, 39.234583466249987 ], [ -110.05614864683413, 39.235386436632162 ], [ -110.0566094795895, 39.236015515924763 ], [ -110.0569799157483, 39.236473558419057 ], [ -110.05739018290774, 39.236985986549023 ], [ -110.05765780434773, 39.237335065785075 ], [ -110.0580243983058, 39.238081417574897 ], [ -110.05830307075706, 39.238471133009746 ], [ -110.05837705394178, 39.238570849334501 ], [ -110.05853949736635, 39.238987557726155 ], [ -110.05865724832795, 39.239280457507093 ], [ -110.05870601374818, 39.23953315237371 ], [ -110.05870204001366, 39.239830474675209 ], [ -110.0586526248231, 39.240059849140764 ], [ -110.05863247579545, 39.240266933283422 ], [ -110.05861172447983, 39.240519066239926 ], [ -110.05857196770927, 39.240892690520397 ], [ -110.05858809469304, 39.241419949031332 ], [ -110.05856938784838, 39.24186582929476 ], [ -110.05871684762442, 39.242623923009333 ], [ -110.05871070576913, 39.243083420862 ], [ -110.05880317120808, 39.243534704881078 ], [ -110.05885923833864, 39.24367482435246 ], [ -110.0589328664235, 39.243801569594616 ], [ -110.05912370177481, 39.244262658877005 ], [ -110.05929932572118, 39.244561431765469 ], [ -110.05955509698917, 39.244932937466714 ], [ -110.05984436883863, 39.245399325723149 ], [ -110.05994630649171, 39.245575857857212 ], [ -110.06010533818545, 39.245815925807143 ], [ -110.06030505815561, 39.246046410040712 ], [ -110.06035640668489, 39.246106295172993 ], [ -110.0605052362381, 39.246242656846171 ], [ -110.06058550491677, 39.246306379465445 ], [ -110.06075213676242, 39.246411346862423 ], [ -110.06117749907774, 39.246667077064494 ], [ -110.06126941614981, 39.246726387747358 ], [ -110.06148675158455, 39.246939891545345 ], [ -110.06213423219261, 39.247485751382058 ], [ -110.06248134866328, 39.24796160954557 ], [ -110.06277884448754, 39.24824784202869 ], [ -110.06310666937796, 39.248867714701987 ], [ -110.06331324862946, 39.249455073736925 ], [ -110.06336477447496, 39.249937562060076 ], [ -110.06330515739889, 39.250063232737894 ], [ -110.0633485718493, 39.250284344720427 ], [ -110.06336941014921, 39.250460221478953 ], [ -110.06336145861999, 39.250622350594334 ], [ -110.06331312915738, 39.250770638856444 ], [ -110.06313679265241, 39.250958445649971 ], [ -110.06301893467486, 39.251106174421373 ], [ -110.06282934878848, 39.251505626153417 ], [ -110.06274890944545, 39.251802332691035 ], [ -110.06269823865991, 39.252126310922215 ], [ -110.06265502898677, 39.252325100119066 ], [ -110.06245805781298, 39.252669526293701 ], [ -110.06226615073352, 39.252807647355631 ], [ -110.06186800813182, 39.253115310611427 ], [ -110.0616917218624, 39.253298610147326 ], [ -110.06154440555162, 39.253482142865472 ], [ -110.06143161335943, 39.253683975081074 ], [ -110.06129360119576, 39.254038786125371 ], [ -110.0612384493609, 39.25426360953481 ], [ -110.06111601526516, 39.254753706680567 ], [ -110.06091730365819, 39.255314373241831 ], [ -110.06072159389394, 39.256084112230319 ], [ -110.06058804492034, 39.256538076131683 ], [ -110.06040753710032, 39.257036714534564 ], [ -110.06030955377612, 39.257864909598922 ], [ -110.06027807539078, 39.258486394768966 ], [ -110.06026584489057, 39.258968369163469 ], [ -110.06030594658905, 39.259437249756637 ], [ -110.06039880251657, 39.259861502420762 ], [ -110.06052635097571, 39.261160073660925 ], [ -110.06052697394217, 39.26154753913756 ], [ -110.06050610132081, 39.261808681263453 ], [ -110.06050961085941, 39.261979913017306 ], [ -110.06051462391335, 39.262038523058479 ], [ -110.06058490592923, 39.262417539749976 ], [ -110.06064843158944, 39.262868587524359 ], [ -110.06061717170654, 39.263039538764723 ], [ -110.06060317631626, 39.26321963997308 ], [ -110.06055392977476, 39.263435499607994 ], [ -110.06046984067279, 39.263656484520133 ], [ -110.06042024452032, 39.263898472301427 ], [ -110.06040057366836, 39.264069516958664 ], [ -110.06050211780993, 39.26427758245709 ], [ -110.06067338391429, 39.264472694248177 ], [ -110.06071914322895, 39.264518116879628 ], [ -110.06077052932814, 39.264576199862361 ], [ -110.06093123344426, 39.264781137852466 ], [ -110.06101967019465, 39.265016129289492 ], [ -110.06106302561915, 39.265241746453725 ], [ -110.06111289777887, 39.265413351924636 ], [ -110.06122036127933, 39.265612453791135 ], [ -110.06132177259634, 39.265743926502836 ], [ -110.06149438378307, 39.265925531852098 ], [ -110.06174708997609, 39.266098771633899 ], [ -110.06213768203277, 39.266363228515949 ], [ -110.06258688982338, 39.266578597119711 ], [ -110.06333601541303, 39.266904505297575 ], [ -110.06407941261979, 39.267225857272763 ], [ -110.06497229818764, 39.267638511988615 ], [ -110.065605837948, 39.267940950641922 ], [ -110.06614056244533, 39.26826512016212 ], [ -110.06660742013844, 39.268462593429589 ], [ -110.06744536748016, 39.268649521309378 ], [ -110.06793116949834, 39.268730001888557 ], [ -110.06821962907989, 39.268831428220615 ], [ -110.06831761485387, 39.268872760419704 ], [ -110.06845569178043, 39.268950456076695 ], [ -110.06875475648107, 39.269214158538261 ], [ -110.06894347718065, 39.269319290729548 ], [ -110.06913389398369, 39.269383888022389 ], [ -110.0694233590588, 39.269409629532127 ], [ -110.06965502421184, 39.26942319461952 ], [ -110.07006034021764, 39.269454365459346 ], [ -110.07064503174826, 39.269508592350547 ], [ -110.07108436049992, 39.269597699575321 ], [ -110.0713730066993, 39.269685603548538 ], [ -110.07171286240596, 39.269846000674995 ], [ -110.07195999081038, 39.270005657813208 ], [ -110.07212633888041, 39.27013763864943 ], [ -110.07233212798697, 39.270355535129767 ], [ -110.07248695766098, 39.270482017263269 ], [ -110.07256835242369, 39.270551146907245 ], [ -110.07260740619868, 39.270578490057076 ], [ -110.07280858988653, 39.270706242007499 ], [ -110.07310835926768, 39.270830273060255 ], [ -110.07331013799208, 39.270912975380298 ], [ -110.0735926408761, 39.271027857072824 ], [ -110.07390394503962, 39.27115648320175 ], [ -110.07411696123977, 39.271266305601941 ], [ -110.07439272287215, 39.271453217354264 ], [ -110.07460337040325, 39.271743234033408 ], [ -110.07472666901202, 39.272064093701225 ], [ -110.07483323315421, 39.272335261420373 ], [ -110.07491258662206, 39.272912576596809 ], [ -110.07498307455532, 39.273282575198579 ], [ -110.0751263032721, 39.273851386871996 ], [ -110.07517107115319, 39.273973386860199 ], [ -110.07518774809866, 39.274027583497187 ], [ -110.07527065942851, 39.274334605665416 ], [ -110.07541581234763, 39.274669154098163 ], [ -110.07567388204693, 39.274968555983769 ], [ -110.07571965785732, 39.275013972836248 ], [ -110.0759091021536, 39.27515424119219 ], [ -110.07616227950076, 39.275296817065396 ], [ -110.07666416588829, 39.275481011944557 ], [ -110.07676222507887, 39.275517832281132 ], [ -110.07683715942085, 39.275549963847098 ], [ -110.07704469300197, 39.275637210674098 ], [ -110.07720526782842, 39.275769138456702 ], [ -110.07735833356462, 39.276031661589471 ], [ -110.07750367705661, 39.276352692845784 ], [ -110.07755044316271, 39.276853156860071 ], [ -110.07751200322804, 39.277132183810281 ], [ -110.07741033688202, 39.277370161654829 ], [ -110.07737869684978, 39.277572651528793 ], [ -110.07730997457645, 39.277950556026603 ], [ -110.07721096995927, 39.278427338064134 ], [ -110.07722966301661, 39.278769892457341 ], [ -110.07720795935576, 39.279098610640318 ], [ -110.07714183545703, 39.279278300357682 ], [ -110.07698793838503, 39.279520369082661 ], [ -110.07694044423231, 39.279605594117882 ], [ -110.07683327151398, 39.279821000963061 ], [ -110.07662330094337, 39.280359977274607 ], [ -110.076497198708, 39.280692372586429 ], [ -110.07634873770681, 39.280961515564556 ], [ -110.07620601286224, 39.281235209191308 ], [ -110.07608262950245, 39.281360379790506 ], [ -110.07578499529546, 39.281511199280153 ], [ -110.07544140224145, 39.281630115664491 ], [ -110.07495851363423, 39.281761440452392 ], [ -110.07469672152968, 39.281831445728834 ], [ -110.07417911025344, 39.281957985975126 ], [ -110.07380008041781, 39.282126174462348 ], [ -110.07373591482062, 39.282156300341242 ], [ -110.07351941240661, 39.282308660461098 ], [ -110.07343742944492, 39.282371082853501 ], [ -110.07331463282118, 39.282451201722523 ], [ -110.07314451321515, 39.282603029215586 ], [ -110.07301303780437, 39.28281373356527 ], [ -110.07275644855356, 39.283455954140287 ], [ -110.07265024152659, 39.284036297167781 ], [ -110.07264465694951, 39.284459754638242 ], [ -110.07268036263689, 39.284829476873171 ], [ -110.07277546243282, 39.285091543952582 ], [ -110.07311650075788, 39.285607868085826 ], [ -110.07334329671316, 39.285907025737345 ], [ -110.07349751675794, 39.286170463785538 ], [ -110.07355419167327, 39.286269131154405 ], [ -110.07367845922161, 39.286517913528229 ], [ -110.07366827040403, 39.286851227499987 ], [ -110.0736605742246, 39.286995337087539 ], [ -110.07364110601206, 39.287152869021398 ], [ -110.07355543718572, 39.287494593040286 ], [ -110.0734415541381, 39.287777523054622 ], [ -110.07339978759813, 39.287867297406891 ], [ -110.07330406634279, 39.288091802422628 ], [ -110.07319639403065, 39.288343244236238 ], [ -110.07281878743237, 39.288840330103049 ], [ -110.0724878497888, 39.289315259800524 ], [ -110.07216300207922, 39.289767710356337 ], [ -110.07187956329662, 39.290157415372271 ], [ -110.07167930530215, 39.290394601545927 ], [ -110.07153223264464, 39.290555620822758 ], [ -110.07116646577947, 39.290944667443767 ], [ -110.0708792718769, 39.29126675993593 ], [ -110.0705692433599, 39.291561637399269 ], [ -110.07042136363738, 39.291695616776032 ], [ -110.07026884547, 39.291829558918437 ], [ -110.07016915840595, 39.291914364139579 ], [ -110.06987015537361, 39.292164274409203 ], [ -110.06960665006352, 39.292360403579416 ], [ -110.06901024493297, 39.292738589197405 ], [ -110.06850091458902, 39.293108457761583 ], [ -110.06790378038765, 39.293540695760584 ], [ -110.06752418292224, 39.293745802349541 ], [ -110.06710426367646, 39.293930761135158 ], [ -110.06670835777344, 39.294053737327971 ], [ -110.06615591701899, 39.294175456676747 ], [ -110.06577172297048, 39.29428951294782 ], [ -110.06539320545723, 39.294412624174242 ], [ -110.06440910178024, 39.294729103637863 ], [ -110.06341901170111, 39.295059042557867 ], [ -110.06257397338545, 39.295381130392933 ], [ -110.06162922460901, 39.295788009644589 ], [ -110.06058004630316, 39.296198543868286 ], [ -110.0604459767324, 39.2962515258899 ], [ -110.05965937016177, 39.296538021320565 ], [ -110.05870975683497, 39.29687275214598 ], [ -110.05772564992139, 39.297184669358806 ], [ -110.05676990673444, 39.297542762328952 ], [ -110.05577828970655, 39.297980751228266 ], [ -110.0546835833628, 39.298322381677913 ], [ -110.05390749558934, 39.298685513871575 ], [ -110.05333682693805, 39.298864692058821 ], [ -110.05249786010813, 39.299159723592233 ], [ -110.05169873038547, 39.299510038482815 ], [ -110.05082404867557, 39.299872346769227 ], [ -110.05029863877797, 39.300133875813103 ], [ -110.0497780484539, 39.300467526944871 ], [ -110.04954388527837, 39.300631411249235 ], [ -110.04936755530657, 39.300806580112805 ], [ -110.04917866530204, 39.301052830192809 ], [ -110.04910700374181, 39.301206326861355 ], [ -110.04905215095782, 39.301403211865107 ], [ -110.04912338139343, 39.301710155502917 ], [ -110.0492965414232, 39.302198144348516 ], [ -110.04935269487669, 39.302333762519275 ], [ -110.04947696443395, 39.302578064527523 ], [ -110.04952115650916, 39.302740616866188 ], [ -110.04947605793863, 39.302988041239338 ], [ -110.04939830597799, 39.303248714910261 ], [ -110.04932537488278, 39.303495911926227 ], [ -110.04930602973437, 39.303639924163598 ], [ -110.04929297039162, 39.303747945174649 ], [ -110.04929211710856, 39.303811012674004 ], [ -110.0492840636736, 39.303977643708905 ], [ -110.0493025029341, 39.304329209165083 ], [ -110.04932447735798, 39.304419494991819 ], [ -110.04935235990072, 39.304501719486403 ], [ -110.04941957566216, 39.304677074719017 ], [ -110.04946468292604, 39.304772054723863 ], [ -110.04962020545949, 39.304935515951207 ], [ -110.04979037814142, 39.305130633778163 ], [ -110.04990946467321, 39.305329839749334 ], [ -110.04999455299277, 39.305470199017499 ], [ -110.05010295726136, 39.305601737840028 ], [ -110.05019433191427, 39.305706105710229 ], [ -110.05038519698667, 39.305829306397726 ], [ -110.05045880863813, 39.305874960027396 ], [ -110.05055665225393, 39.305929821881215 ], [ -110.05067739781153, 39.306006495941979 ], [ -110.05078530174728, 39.306089372613819 ], [ -110.05124583965012, 39.306426520398922 ], [ -110.05171119105839, 39.306751090682361 ], [ -110.05184909179657, 39.306845924542422 ], [ -110.05225146645699, 39.307110509524591 ], [ -110.05275815827571, 39.307380447311644 ], [ -110.05328774501308, 39.307673095677458 ], [ -110.054100985031, 39.308004089351115 ], [ -110.05499662625678, 39.308245639960333 ], [ -110.05559249747263, 39.308354097922631 ], [ -110.05633424566544, 39.308396155700898 ], [ -110.05658956965674, 39.308384709215929 ], [ -110.05671152365753, 39.308372181534487 ], [ -110.05685679332942, 39.30835083199257 ], [ -110.05748667796608, 39.308085614455102 ], [ -110.05811728259606, 39.307766335482491 ], [ -110.05844025289406, 39.307467091841879 ], [ -110.05856353297841, 39.307355455922291 ], [ -110.05865721610009, 39.307288633730479 ], [ -110.05870969324531, 39.30726743253571 ], [ -110.05908226389001, 39.307161415781501 ], [ -110.05915764563902, 39.307162025043539 ], [ -110.05934875807419, 39.30718159073993 ], [ -110.05941706091855, 39.307191153271866 ], [ -110.05949922012024, 39.307205333030666 ], [ -110.05971865056669, 39.307275586476116 ], [ -110.05979374309291, 39.307297818522699 ], [ -110.06001809281953, 39.307433888795586 ], [ -110.06033852585198, 39.307757254460533 ], [ -110.06050989502587, 39.307952366327427 ], [ -110.0606186240753, 39.308061371422575 ], [ -110.06081312929737, 39.308261174852795 ], [ -110.06107595582539, 39.308556140720334 ], [ -110.06125253781501, 39.308795445649025 ], [ -110.06138904730297, 39.30899568147138 ], [ -110.06171875688764, 39.309493924443778 ], [ -110.06194559585013, 39.309878704605239 ], [ -110.0621291991088, 39.310461369950822 ], [ -110.0622112511266, 39.310831467006373 ], [ -110.06219888527946, 39.311323347998034 ], [ -110.06209979905101, 39.311794706880207 ], [ -110.06193032909592, 39.312324968640738 ], [ -110.06167447219727, 39.312809480632886 ], [ -110.06136001869747, 39.313338572683499 ], [ -110.06109285682867, 39.313800465553101 ], [ -110.06094432496428, 39.314065080988009 ], [ -110.0607242138036, 39.314477794032008 ], [ -110.06064121763956, 39.314612283726163 ], [ -110.06058208078598, 39.314697407457423 ], [ -110.06045202740412, 39.314881075688142 ], [ -110.06025922089199, 39.315073247802474 ], [ -110.0599365097537, 39.315264370576827 ], [ -110.05950477037729, 39.3154546115993 ], [ -110.05906572069206, 39.315757424729952 ], [ -110.05867384672491, 39.31600204861838 ], [ -110.05838672059718, 39.316220486663198 ], [ -110.05827532509598, 39.316309691754327 ], [ -110.05814091310999, 39.316385194570081 ], [ -110.05786157722292, 39.316455019038322 ], [ -110.05756984485978, 39.316497710599421 ], [ -110.05717568047109, 39.316566603684905 ], [ -110.05689598001148, 39.31666345474197 ], [ -110.05678982639918, 39.316707647750867 ], [ -110.05664479166902, 39.316796578682073 ], [ -110.05656287411981, 39.316849978514291 ], [ -110.05633403473267, 39.317046357261042 ], [ -110.05622710301986, 39.317234713388395 ], [ -110.05603679894014, 39.317584584516169 ], [ -110.05579664503526, 39.318190853629581 ], [ -110.0556737499153, 39.318703462004592 ], [ -110.0556270955999, 39.31915361444026 ], [ -110.05562865486525, 39.319468998723728 ], [ -110.05571599717052, 39.319875185094105 ], [ -110.05580430950968, 39.320209294309706 ], [ -110.05587154358342, 39.320385546690503 ], [ -110.05592784474752, 39.320512151967243 ], [ -110.05638008851136, 39.320957339224321 ], [ -110.05667218349313, 39.321234530560488 ], [ -110.05694639747209, 39.321547618754032 ], [ -110.05712244057504, 39.321828373966255 ], [ -110.05714503494683, 39.32187361006126 ], [ -110.05747264540928, 39.322443932021045 ], [ -110.05790631451168, 39.32306466985208 ], [ -110.05828548369566, 39.323770565938723 ], [ -110.05875153998606, 39.32448617399271 ], [ -110.05898276046625, 39.324979121858128 ], [ -110.05911331278608, 39.325192827662143 ], [ -110.05919258244749, 39.325337638179839 ], [ -110.05927151443926, 39.325507675622013 ], [ -110.05936074348772, 39.325775110813055 ], [ -110.05941204623856, 39.326275614245112 ], [ -110.05944032982838, 39.32676241569375 ], [ -110.05943972635204, 39.326807463861051 ], [ -110.05953253723609, 39.327240723006753 ], [ -110.05956704460203, 39.327696037512389 ], [ -110.05955774446188, 39.327957269980303 ], [ -110.05955067694272, 39.328051824249542 ], [ -110.05953147770971, 39.328185927162878 ], [ -110.059507976064, 39.328294765607261 ], [ -110.0593291239055, 39.328568143798449 ], [ -110.05912652544387, 39.328881877470238 ], [ -110.05886630869568, 39.329339314567456 ], [ -110.05866389951947, 39.329725133738371 ], [ -110.05838716931601, 39.330029255865718 ], [ -110.05828718333358, 39.330131167819879 ], [ -110.05820487655591, 39.330212498351173 ], [ -110.05794224559895, 39.330416715776451 ], [ -110.05777738930296, 39.330510893735344 ], [ -110.05771896082295, 39.330541957838605 ], [ -110.05761394665916, 39.330586160638894 ], [ -110.05734005156711, 39.330678554016579 ], [ -110.05671171740832, 39.330813127787764 ], [ -110.05637480139714, 39.330846439213012 ], [ -110.05606139014908, 39.33085741378423 ], [ -110.055812099912, 39.330845480122818 ], [ -110.05556907091071, 39.330799356450079 ], [ -110.05535529952382, 39.330734547468367 ], [ -110.05528623869336, 39.330693439245707 ], [ -110.05488213439338, 39.330460388269181 ], [ -110.0547290463047, 39.330283438364518 ], [ -110.05460978377883, 39.330093247103768 ], [ -110.05451390576697, 39.32988972977455 ], [ -110.05447041435202, 39.329673122036603 ], [ -110.05443846337627, 39.329461113329785 ], [ -110.05443557531466, 39.32924483541229 ], [ -110.05443239602337, 39.32905018056772 ], [ -110.05431360250805, 39.328739250704672 ], [ -110.05411679408942, 39.328449312192284 ], [ -110.05381429906235, 39.327995422317805 ], [ -110.05366083610895, 39.327760800052566 ], [ -110.05333018988021, 39.327330107579968 ], [ -110.05311622027527, 39.326850805051791 ], [ -110.0528711257859, 39.32652893444353 ], [ -110.05245215039054, 39.326196637320066 ], [ -110.05208373803846, 39.325986393659498 ], [ -110.05188776211033, 39.325893790370657 ], [ -110.05172613721986, 39.325834805856054 ], [ -110.05166728016275, 39.325811799821288 ], [ -110.05113677699298, 39.325663306674969 ], [ -110.05094018215777, 39.325616650840161 ], [ -110.05068557439064, 39.325570422603768 ], [ -110.05023397084113, 39.325507268514528 ], [ -110.04989267957107, 39.325436903624365 ], [ -110.04953301307167, 39.325438472534977 ], [ -110.04892247831725, 39.325546118023084 ], [ -110.04850871799408, 39.325686906127537 ], [ -110.04804708924934, 39.325935428517454 ], [ -110.04794172183684, 39.326005750489067 ], [ -110.04778266227048, 39.326185562494992 ], [ -110.04772374432329, 39.326252660008684 ], [ -110.04763490890942, 39.32638709223189 ], [ -110.0475811797415, 39.326499285140471 ], [ -110.04743800296825, 39.326790958086171 ], [ -110.0472931745378, 39.327204260443871 ], [ -110.04717924089577, 39.327478151178099 ], [ -110.04706628464187, 39.327679964978913 ], [ -110.04693037119361, 39.327863569482211 ], [ -110.0468467820436, 39.328038591712456 ], [ -110.04683749567852, 39.328295317770682 ], [ -110.04683090027939, 39.328353832659708 ], [ -110.04683028867879, 39.328398880650411 ], [ -110.04684036034783, 39.328511595624889 ], [ -110.04681959546589, 39.328759217062682 ], [ -110.04680689382414, 39.328840208437676 ], [ -110.04678863643487, 39.32890313311318 ], [ -110.04671713576357, 39.329042211816841 ], [ -110.04651515059281, 39.329391970689784 ], [ -110.0463771028337, 39.329732341390297 ], [ -110.04615592527593, 39.330213497050401 ], [ -110.04600003179998, 39.330586159140935 ], [ -110.04588553634622, 39.330900591485786 ], [ -110.04570166583039, 39.331197334781159 ], [ -110.0453956997209, 39.331513800811052 ], [ -110.04518461162407, 39.33167876534047 ], [ -110.04467988725187, 39.33210623117828 ], [ -110.04423887818184, 39.332540525410835 ], [ -110.04381021367639, 39.332919954726535 ], [ -110.04336926774883, 39.333348839725879 ], [ -110.04299255477484, 39.33374671410612 ], [ -110.04266804467822, 39.334145016615636 ], [ -110.04243257134287, 39.33439537603558 ], [ -110.04219178725273, 39.33460964890579 ], [ -110.04178771688278, 39.334885651180727 ], [ -110.04117778186756, 39.33536719976447 ], [ -110.04065559136097, 39.335795404844269 ], [ -110.04008865022649, 39.336101595559164 ], [ -110.03942740885797, 39.33651513223932 ], [ -110.03915797331737, 39.336702130468204 ], [ -110.03881208630642, 39.336879486127124 ], [ -110.03862540481033, 39.336954534215586 ], [ -110.03828356401472, 39.337005773556101 ], [ -110.03817889861931, 39.337022929815319 ], [ -110.03792297419426, 39.33707037278166 ], [ -110.03749628655035, 39.337301120045908 ], [ -110.03704521749614, 39.337617264519942 ], [ -110.03681644087641, 39.337800088354179 ], [ -110.03662178948727, 39.338032752391584 ], [ -110.03657451487555, 39.338095435129311 ], [ -110.03646817761094, 39.338234218823821 ], [ -110.03630574775063, 39.338570770714647 ], [ -110.03620445281184, 39.338849259871161 ], [ -110.03609491162705, 39.339136691206036 ], [ -110.03600077755338, 39.339316123104865 ], [ -110.03595924084007, 39.339383358387991 ], [ -110.03588961062719, 39.339468382092733 ], [ -110.03574736411531, 39.339602362323497 ], [ -110.03546549953249, 39.339847817589352 ], [ -110.03529509572958, 39.340004090336954 ], [ -110.03514209500864, 39.340160507105082 ], [ -110.03498760689259, 39.34042503823872 ], [ -110.03490907555563, 39.340735251905834 ], [ -110.03494961773332, 39.341077989925211 ], [ -110.03511426456421, 39.341340661709552 ], [ -110.03542851061503, 39.341694678948556 ], [ -110.03565264477758, 39.341935316532975 ], [ -110.03582199926373, 39.342193521017975 ], [ -110.03588920285792, 39.342369783924553 ], [ -110.03588815067791, 39.34244636507831 ], [ -110.03588104944151, 39.342540917266092 ], [ -110.0358505565484, 39.34264879152942 ], [ -110.03581438585843, 39.342747608171784 ], [ -110.03562378511863, 39.34310645184101 ], [ -110.03530980143974, 39.343576904649559 ], [ -110.03521381753377, 39.343805878550207 ], [ -110.03512999369691, 39.343994405609472 ], [ -110.03508795771002, 39.344097678654862 ], [ -110.03502808308697, 39.344232340769878 ], [ -110.03499203429119, 39.344322147563425 ], [ -110.03496141529178, 39.344439031076554 ], [ -110.03494659020484, 39.344673182944504 ], [ -110.03494811672137, 39.344984060225997 ], [ -110.03496708788164, 39.345714073546375 ], [ -110.03491014016171, 39.346479499500767 ], [ -110.03482226696869, 39.347046436415631 ], [ -110.03481454868887, 39.347101336853179 ], [ -110.03476579118239, 39.347271232155464 ], [ -110.03468633812983, 39.347563416507597 ], [ -110.03441244516907, 39.348070241221045 ], [ -110.03421701253798, 39.348356957582936 ], [ -110.03392071143404, 39.348805026429936 ], [ -110.03356675854297, 39.349225584044973 ], [ -110.03312921323801, 39.349816646721024 ], [ -110.03276358409093, 39.350241610052407 ], [ -110.03272228606946, 39.350290824882897 ], [ -110.03249894783953, 39.350496211223927 ], [ -110.03215177436134, 39.350844736240838 ], [ -110.03204627880599, 39.350920448576801 ], [ -110.03197016686114, 39.350969373561824 ], [ -110.03180072264604, 39.351053564278601 ], [ -110.03141560208935, 39.351208044350635 ], [ -110.03129319627652, 39.351247573021155 ], [ -110.03100190443975, 39.351330748244912 ], [ -110.0305006119366, 39.351493268462491 ], [ -110.03027364074559, 39.351540935451084 ], [ -110.02980834223671, 39.351618152310692 ], [ -110.02969791314192, 39.351630747472534 ], [ -110.0292621856273, 39.35166766119255 ], [ -110.02886726035321, 39.351691397941103 ], [ -110.0283164859659, 39.351655263571338 ], [ -110.02770769004249, 39.351618641852433 ], [ -110.02726709649482, 39.351587928283173 ], [ -110.02686895418863, 39.35150891103828 ], [ -110.02652672645367, 39.351415042226591 ], [ -110.02609936525087, 39.35126729772238 ], [ -110.02547099507389, 39.350969194429588 ], [ -110.02522880675539, 39.350859039441822 ], [ -110.0251019107402, 39.350803913156433 ], [ -110.0248012638791, 39.350724804491072 ], [ -110.02455757414994, 39.350722762181924 ], [ -110.02428967340683, 39.350792600810507 ], [ -110.02390391145573, 39.350992103353484 ], [ -110.02339012323152, 39.351217561949653 ], [ -110.0228869949063, 39.351510686901058 ], [ -110.02252929457271, 39.351777999576612 ], [ -110.02214706382057, 39.352139715798273 ], [ -110.02194564190677, 39.352435371323715 ], [ -110.02173173413476, 39.352793995369368 ], [ -110.02156473292402, 39.353117872234407 ], [ -110.02147230610278, 39.353503647648886 ], [ -110.02139614154935, 39.353971555700127 ], [ -110.02138600250618, 39.354282334330712 ], [ -110.0213292048911, 39.354609840603317 ], [ -110.02131993281341, 39.354858453714115 ], [ -110.02145447859563, 39.355197480636562 ], [ -110.02165411018748, 39.355446949130943 ], [ -110.02215851459771, 39.35589721060154 ], [ -110.0227844662067, 39.356371016982877 ], [ -110.02303676866931, 39.356589388469139 ], [ -110.02326515951525, 39.356858017761581 ], [ -110.02353736431284, 39.357314433566955 ], [ -110.02364397791244, 39.35757663387971 ], [ -110.02367747719784, 39.357671525643411 ], [ -110.02374428791239, 39.357874823377315 ], [ -110.02380965682738, 39.358181730215513 ], [ -110.0237691340417, 39.358591369956798 ], [ -110.02363576562375, 39.359000230695493 ], [ -110.02345167542778, 39.359300539119786 ], [ -110.02341604285915, 39.359358808607574 ], [ -110.02334509122269, 39.359452823827624 ], [ -110.02310419308506, 39.359748149609779 ], [ -110.02276232237176, 39.360042626967534 ], [ -110.0224513775521, 39.360283299857699 ], [ -110.02203566351844, 39.360545617804092 ], [ -110.02143967729798, 39.360833450047764 ], [ -110.0209197540492, 39.361076866514999 ], [ -110.02083208024382, 39.361121181506064 ], [ -110.02049910754893, 39.361276063638307 ], [ -110.01992701357743, 39.36151453120624 ], [ -110.01921338716907, 39.361913091703904 ], [ -110.0189259997759, 39.362127823011662 ], [ -110.01878470898015, 39.362270800264369 ], [ -110.01867729052492, 39.362481641993384 ], [ -110.01863467717422, 39.362706545959625 ], [ -110.01871583523821, 39.363045125358347 ], [ -110.01876043227884, 39.363176154148661 ], [ -110.01882218684209, 39.363325348655273 ], [ -110.0189756580986, 39.363556411172752 ], [ -110.01918072909014, 39.363832961076902 ], [ -110.01952514231144, 39.364106179507544 ], [ -110.01985277815689, 39.364334202944967 ], [ -110.02010635860425, 39.364462486028039 ], [ -110.02023308623104, 39.364531132101298 ], [ -110.0205728992926, 39.364718708651012 ], [ -110.02067610007533, 39.364809682545342 ], [ -110.02082453225135, 39.364986637010759 ], [ -110.02092465144175, 39.365298342754237 ], [ -110.0209791623259, 39.365551096239578 ], [ -110.02101821334131, 39.365664056412285 ], [ -110.02107335378501, 39.365871762488709 ], [ -110.02131074487613, 39.36632879107264 ], [ -110.0215605632023, 39.366727355208937 ], [ -110.02161153702309, 39.366817889097803 ], [ -110.02175884434334, 39.367075927636108 ], [ -110.02180981866607, 39.367166461439133 ], [ -110.02188344148928, 39.367297732975189 ], [ -110.02204668646949, 39.367578431423077 ], [ -110.02233949252268, 39.367891755107742 ], [ -110.02267700391073, 39.368246000909735 ], [ -110.02304965424642, 39.368578014434163 ], [ -110.02353207528526, 39.368946990079316 ], [ -110.02403216328054, 39.36929809085111 ], [ -110.02416977091755, 39.369419985990675 ], [ -110.02430258560484, 39.369552653408775 ], [ -110.02438653682658, 39.369693020467821 ], [ -110.02441954104951, 39.369823949804875 ], [ -110.02443039620771, 39.369878103968183 ], [ -110.02442813937202, 39.370040274502905 ], [ -110.0243675942644, 39.370219977375221 ], [ -110.02424057390579, 39.370588343801401 ], [ -110.02411891699994, 39.370988291875513 ], [ -110.02403032560605, 39.371514664453272 ], [ -110.02403983461078, 39.372082407118732 ], [ -110.02415600973708, 39.372493360216076 ], [ -110.02417266900318, 39.372547563056266 ], [ -110.02427987132778, 39.372769219815915 ], [ -110.02445788285627, 39.37299147015429 ], [ -110.02458290510984, 39.373100644517649 ], [ -110.02479570979526, 39.373242091311916 ], [ -110.02496133128557, 39.373437205470324 ], [ -110.02515428226413, 39.373754190381469 ], [ -110.02520410848358, 39.374011407630839 ], [ -110.02519513881317, 39.37415550079853 ], [ -110.02512141732744, 39.374447725032176 ], [ -110.02510156141155, 39.374623263787363 ], [ -110.02510592441874, 39.374726921306547 ], [ -110.02512002853815, 39.374964917160888 ], [ -110.02506594904013, 39.375096918664745 ], [ -110.02513291720248, 39.375290304843055 ], [ -110.02516673975303, 39.375362672354257 ], [ -110.02521766166176, 39.375457709401012 ], [ -110.02534759976243, 39.375714696586158 ], [ -110.02548356851453, 39.375955515197447 ], [ -110.02561324544511, 39.37623142196955 ], [ -110.02566853246384, 39.376430116302082 ], [ -110.02568231307178, 39.376691536661902 ], [ -110.02560403901232, 39.376893617798601 ], [ -110.02550317357658, 39.377050457092793 ], [ -110.02539151339907, 39.377148637528158 ], [ -110.02519216135231, 39.377291135787267 ], [ -110.02477137825802, 39.377493950528503 ], [ -110.02407282367813, 39.37763406380293 ], [ -110.02365429460531, 39.377674704138542 ], [ -110.02323575252105, 39.377716243908104 ], [ -110.02214302313266, 39.377815191751687 ], [ -110.0212072482195, 39.377898329779619 ], [ -110.02018235229926, 39.378127581143168 ], [ -110.01994904252014, 39.378206710801635 ], [ -110.01973901286726, 39.378281530867106 ], [ -110.01959308340832, 39.378338869661583 ], [ -110.01917323731261, 39.378556088734996 ], [ -110.0189313200466, 39.378752280397336 ], [ -110.01880759762641, 39.378881889509962 ], [ -110.0185981962548, 39.379326143636483 ], [ -110.01852595563686, 39.379510249699599 ], [ -110.01821118516301, 39.380016687743193 ], [ -110.0180304837983, 39.380483709168516 ], [ -110.01789489115288, 39.381045721335411 ], [ -110.01780188202264, 39.381882913139769 ], [ -110.0177378360373, 39.382310371381905 ], [ -110.01769354013436, 39.382571302001438 ], [ -110.01763675014458, 39.382895200618414 ], [ -110.01741004073949, 39.383330295589779 ], [ -110.01732119945443, 39.383455692297503 ], [ -110.01711354379135, 39.383773811052599 ], [ -110.01700627562337, 39.383971135842032 ], [ -110.01697617684383, 39.384047470795977 ], [ -110.01690928931829, 39.384263157648952 ], [ -110.01691199716473, 39.384483937769502 ], [ -110.01694335046794, 39.384731991414746 ], [ -110.01708386066838, 39.385062061743305 ], [ -110.01756212933324, 39.385732878075849 ], [ -110.01793919912456, 39.386168565323317 ], [ -110.01845875030511, 39.38679467387594 ], [ -110.01905933070874, 39.387439484274182 ], [ -110.01939565635223, 39.387883833717758 ], [ -110.01994362917191, 39.388555227583574 ], [ -110.02013211537633, 39.388777572297791 ], [ -110.02032066576545, 39.388995411996468 ], [ -110.02051439278968, 39.389258347438478 ], [ -110.02070263077853, 39.389498710115426 ], [ -110.02081053951358, 39.389670817735947 ], [ -110.02094226469332, 39.389883672895522 ], [ -110.02103999754191, 39.390285462238019 ], [ -110.02099735854014, 39.390843753983496 ], [ -110.02098442551969, 39.3909382553204 ], [ -110.02093603004516, 39.391077510692014 ], [ -110.02080011134869, 39.391247566157624 ], [ -110.02072350648967, 39.39132801581254 ], [ -110.02055906315313, 39.391461788923031 ], [ -110.0204711617268, 39.391519617078885 ], [ -110.020143595856, 39.391692563308624 ], [ -110.01990986236248, 39.391798720424077 ], [ -110.01962930558653, 39.391931513984758 ], [ -110.01944718986368, 39.392083157555305 ], [ -110.01930558615915, 39.392244152819771 ], [ -110.01910245648135, 39.392652417622301 ], [ -110.01903007653253, 39.392845532850025 ], [ -110.01899183595194, 39.393088493578183 ], [ -110.01898728073893, 39.393413733760895 ], [ -110.01903437098056, 39.393782659735287 ], [ -110.01928736441479, 39.394374979492412 ], [ -110.0194753592835, 39.394633362910604 ], [ -110.01958226371518, 39.394877546960608 ], [ -110.01962132783092, 39.394990507216427 ], [ -110.01967680064989, 39.395175689602567 ], [ -110.01966708558547, 39.395454932761886 ], [ -110.01956353084826, 39.395800963755313 ], [ -110.01932994896647, 39.396226993006188 ], [ -110.01889592078139, 39.396619794841662 ], [ -110.01838411256529, 39.39709303309639 ], [ -110.01809532556993, 39.397396952430867 ], [ -110.01797627593375, 39.397522094311022 ], [ -110.01787532380038, 39.397764525085101 ], [ -110.01787942414374, 39.397886201177975 ], [ -110.01795761330342, 39.398107617970759 ], [ -110.01807101831631, 39.398302300505421 ], [ -110.01841805345295, 39.398814321138616 ], [ -110.01851381473841, 39.399107969622094 ], [ -110.01854029523126, 39.399207308283295 ], [ -110.01856206774488, 39.399311112459003 ], [ -110.0185350550736, 39.399581198905551 ], [ -110.01851044138184, 39.399680106504135 ], [ -110.01842676809119, 39.399849698574066 ], [ -110.01827907454268, 39.400029562924111 ], [ -110.01789737499848, 39.400332697473161 ], [ -110.01751668339357, 39.400563755449014 ], [ -110.01690682535539, 39.400986601028357 ], [ -110.01623756774936, 39.401503551038665 ], [ -110.01576681474961, 39.402026681934139 ], [ -110.01548156410918, 39.402407213325645 ], [ -110.01527971193956, 39.402720871409855 ], [ -110.01511244319734, 39.40305284285008 ], [ -110.01500118915675, 39.403448361603957 ], [ -110.01491983133802, 39.40394775377186 ], [ -110.01472693546353, 39.404449805414643 ], [ -110.01446369798542, 39.404998115221211 ], [ -110.01413034507102, 39.405576465769848 ], [ -110.01402195540133, 39.405850366369215 ], [ -110.01383660560187, 39.406228135868261 ], [ -110.01377837991768, 39.406321351099677 ], [ -110.01351064779115, 39.406693015318311 ], [ -110.01298514624141, 39.407305774620134 ], [ -110.01291425785006, 39.407390772539003 ], [ -110.01257786919078, 39.407770862385746 ], [ -110.01222431048394, 39.408132784505497 ], [ -110.01197724316771, 39.408355947883308 ], [ -110.01166010982125, 39.408605546840747 ], [ -110.01141373878441, 39.408779157375811 ], [ -110.01126097736257, 39.408904005521563 ], [ -110.01113163406021, 39.409015536843029 ], [ -110.01082547210265, 39.409310279029235 ], [ -110.01035518347106, 39.409711749720849 ], [ -110.01002508633023, 39.410055843627688 ], [ -110.00998935226218, 39.410118612719508 ], [ -110.00994155807606, 39.410212815757113 ], [ -110.00988751070469, 39.410338502148754 ], [ -110.00986907009094, 39.410410428845893 ], [ -110.00981974624709, 39.41061274428408 ], [ -110.00990864533577, 39.410897330323962 ], [ -110.00996551849948, 39.410982512655153 ], [ -110.01020481787582, 39.411309826472603 ], [ -110.01024018512709, 39.411355179673521 ], [ -110.01033583429313, 39.411491150285073 ], [ -110.01040916189407, 39.411644951840103 ], [ -110.01044133015233, 39.411834445043041 ], [ -110.01039590345346, 39.412171950647135 ], [ -110.01033432842887, 39.412419214291681 ], [ -110.01029489911015, 39.41274325516315 ], [ -110.01029764900926, 39.412959529435405 ], [ -110.01035011677673, 39.413356435739352 ], [ -110.01040643307822, 39.41397413080243 ], [ -110.01052992507358, 39.414605912876333 ], [ -110.01071271890731, 39.415233693887451 ], [ -110.01078439377542, 39.415833498312459 ], [ -110.01082673089293, 39.416207791958506 ], [ -110.01083075571887, 39.416333972460286 ], [ -110.01086235400793, 39.416564007580561 ], [ -110.01088903622313, 39.416730927749221 ], [ -110.01096154269838, 39.416943289774835 ], [ -110.01109806068233, 39.417147185504355 ], [ -110.01137728847522, 39.417527997755883 ], [ -110.01146811103683, 39.417677441988246 ], [ -110.01155318993406, 39.417822332117872 ], [ -110.0117411535429, 39.418085232123488 ], [ -110.01198132439858, 39.418353080493397 ], [ -110.01247366852763, 39.418861846292806 ], [ -110.01322603698723, 39.419467425788895 ], [ -110.01357599558071, 39.419776749146507 ], [ -110.01391497631735, 39.420040926164553 ], [ -110.01425465764049, 39.420255550687983 ], [ -110.01474581027972, 39.420521014749525 ], [ -110.01546115256409, 39.420788374507261 ], [ -110.01621971092301, 39.420956980500485 ], [ -110.01632974516761, 39.42098043717678 ], [ -110.0164977323066, 39.421013394207755 ], [ -110.01683919856299, 39.421101880073195 ], [ -110.0169085775655, 39.421124992569105 ], [ -110.01718615731133, 39.421212937456254 ], [ -110.01751512401438, 39.421364388838647 ], [ -110.01802287549239, 39.421607453182624 ], [ -110.01811523455056, 39.421648779845313 ], [ -110.01837488835037, 39.421772612358915 ], [ -110.01846726047613, 39.421813037808519 ], [ -110.01865790152139, 39.421887630926442 ], [ -110.01898796092537, 39.4219615975518 ], [ -110.01929539501376, 39.421992122355356 ], [ -110.01962077103794, 39.421985854747668 ], [ -110.01969646478244, 39.421972977029434 ], [ -110.02063420601533, 39.421791656898947 ], [ -110.02079727178021, 39.421761493177875 ], [ -110.02096614542187, 39.421731378111083 ], [ -110.02121665873639, 39.421678522634025 ], [ -110.02149544318173, 39.421680868160813 ], [ -110.02169808112049, 39.421728525890586 ], [ -110.02190565840338, 39.421838396877561 ], [ -110.02243310798869, 39.422252806121733 ], [ -110.02301515990534, 39.422667671598809 ], [ -110.02315879003244, 39.422781508451287 ], [ -110.02338222520901, 39.423004140539248 ], [ -110.0235309103595, 39.423172082041027 ], [ -110.02363642476021, 39.423519869873715 ], [ -110.02370619844183, 39.42393133176634 ], [ -110.02370193672161, 39.424236750024761 ], [ -110.02361003568674, 39.424578375453919 ], [ -110.02350152621264, 39.424861293485236 ], [ -110.02332345458079, 39.425133715841859 ], [ -110.02290483713962, 39.42557621691833 ], [ -110.02239383435904, 39.425978294061508 ], [ -110.0216719090924, 39.426508345356538 ], [ -110.02152524976229, 39.426610731759659 ], [ -110.02133711181217, 39.42677133683403 ], [ -110.02113685187589, 39.426967881333738 ], [ -110.0210109391481, 39.427165051258385 ], [ -110.02095843776451, 39.427263724167602 ], [ -110.02086260203166, 39.427470157513206 ], [ -110.02082108033024, 39.427946460059346 ], [ -110.02090650166511, 39.428484201098691 ], [ -110.02093195092614, 39.428741212717561 ], [ -110.02095746339972, 39.428993719635422 ], [ -110.02103103001797, 39.429548480537434 ], [ -110.021159235483, 39.430018102063258 ], [ -110.02131883710008, 39.430569081487576 ], [ -110.02142995797129, 39.430931334757297 ], [ -110.02154505907166, 39.431341376672393 ], [ -110.02162307065547, 39.431661903207335 ], [ -110.02164353370257, 39.431860304808573 ], [ -110.0216504888902, 39.432193749231665 ], [ -110.02166508023322, 39.432396606637361 ], [ -110.02165435670811, 39.43274792318563 ], [ -110.02163390544057, 39.432964001454629 ], [ -110.0215882521417, 39.43332043039613 ], [ -110.0215623306317, 39.433927515173757 ], [ -110.02144395493833, 39.434498681403539 ], [ -110.02138309087805, 39.434696398692523 ], [ -110.02134691264956, 39.43479070375944 ], [ -110.02120851220603, 39.435131935316761 ], [ -110.02104636933414, 39.435509008549104 ], [ -110.02101599937529, 39.435603362383922 ], [ -110.02095519614389, 39.435796574703431 ], [ -110.02095261065462, 39.435981266633064 ], [ -110.02103331687206, 39.436441477569751 ], [ -110.0211454033236, 39.436735259701003 ], [ -110.02127542288446, 39.436993150931407 ], [ -110.02131495312906, 39.43707457737333 ], [ -110.02143493112823, 39.437219753641301 ], [ -110.02167558180614, 39.437460554323494 ], [ -110.02198607221831, 39.437692931379054 ], [ -110.02242462249596, 39.437908363193038 ], [ -110.02278272548661, 39.438060044508148 ], [ -110.02303657577737, 39.438188323003757 ], [ -110.0232841142834, 39.438352589627826 ], [ -110.02356474926339, 39.438643279486257 ], [ -110.02367861071309, 39.438810928132767 ], [ -110.02386827154614, 39.439375671365937 ], [ -110.02394478768348, 39.440137693999212 ], [ -110.02405054198449, 39.440886446215117 ], [ -110.02414989704326, 39.441261212237102 ], [ -110.02415749286261, 39.441549609327126 ], [ -110.02412586690571, 39.441734057516577 ], [ -110.02403551506926, 39.441963064989629 ], [ -110.02378748267036, 39.442249316674832 ], [ -110.02365115432067, 39.442441896238812 ], [ -110.02359767148762, 39.442527046193526 ], [ -110.0235679307868, 39.442576353791843 ], [ -110.02348561722891, 39.442728839751567 ], [ -110.02339328204387, 39.443016397716057 ], [ -110.02342816212062, 39.443431169660094 ], [ -110.02352732842802, 39.443819450090778 ], [ -110.02354387721942, 39.443882661927027 ], [ -110.02358253311775, 39.444027153082281 ], [ -110.02362624416521, 39.444225749138347 ], [ -110.02361640816427, 39.444513999768517 ], [ -110.0235745655276, 39.445013726349956 ], [ -110.02355734630703, 39.445414545087836 ], [ -110.02344804747533, 39.445751517785943 ], [ -110.02324534637202, 39.44611924238685 ], [ -110.02293155920293, 39.446535590642483 ], [ -110.02250611645843, 39.447041103682274 ], [ -110.02225843743049, 39.447300323511357 ], [ -110.02205762853244, 39.447532004665256 ], [ -110.02180791643923, 39.447936273947661 ], [ -110.02157962652248, 39.4484704727208 ], [ -110.02146964652552, 39.44893808846691 ], [ -110.02109139799654, 39.449723315615365 ], [ -110.02091488518755, 39.450293990299151 ], [ -110.02088450821442, 39.450388343780169 ], [ -110.02075049512825, 39.450828725120616 ], [ -110.02068582721249, 39.451296721435419 ], [ -110.02067938561495, 39.451341719194744 ], [ -110.0205337482723, 39.451782002314701 ], [ -110.020432255044, 39.451974871068394 ], [ -110.02039044498061, 39.452055612486738 ], [ -110.02014716130572, 39.452413978907394 ], [ -110.0200232448158, 39.452548090755251 ], [ -110.01991132800444, 39.45265527240047 ], [ -110.01965319840937, 39.452828799463731 ], [ -110.01958877638756, 39.452864297970891 ], [ -110.01950685931088, 39.452904154139759 ], [ -110.01915613727328, 39.453049868200367 ], [ -110.01886415235683, 39.453151024767052 ], [ -110.01821681987356, 39.453313155038153 ], [ -110.01753995000269, 39.453509271663165 ], [ -110.01682655222695, 39.453823111691626 ], [ -110.01640416905506, 39.454022273893656 ], [ -110.01622955224991, 39.45412441641583 ], [ -110.01592403454123, 39.454360606970738 ], [ -110.01585322764447, 39.454436596127117 ], [ -110.01574104768301, 39.454561792245222 ], [ -110.01565792102254, 39.454687234169967 ], [ -110.01562096283764, 39.454835592820629 ], [ -110.01558330654335, 39.45503350270404 ], [ -110.01555082628751, 39.455276508344461 ], [ -110.01552965013695, 39.455542135638751 ], [ -110.01555603918098, 39.455731577251036 ], [ -110.01565177779702, 39.455948637049048 ], [ -110.01585109759172, 39.456238656512447 ], [ -110.01612691192781, 39.456461744894845 ], [ -110.01648337071457, 39.456735972869986 ], [ -110.01695032880403, 39.457004826614742 ], [ -110.01761440719348, 39.457307781252744 ], [ -110.01781090363022, 39.457386029327388 ], [ -110.0183945213472, 39.457625227196786 ], [ -110.01873572522605, 39.457745241840549 ], [ -110.01904762230591, 39.457883029056745 ], [ -110.01931922274875, 39.457993444454431 ], [ -110.01941272921688, 39.458039284904977 ], [ -110.01966529318582, 39.458181075339652 ], [ -110.02007415007459, 39.458450327790999 ], [ -110.02055748088875, 39.458796794386082 ], [ -110.02102300448895, 39.459170140231329 ], [ -110.02160273786085, 39.459688611379654 ], [ -110.02211729568647, 39.460296635460345 ], [ -110.02255094572035, 39.460872440852256 ], [ -110.0229388051993, 39.461398302748314 ], [ -110.02330866968755, 39.461964558928003 ], [ -110.02372452782438, 39.462567241584729 ], [ -110.0239691955946, 39.462943226382194 ], [ -110.02410009034506, 39.463142553408133 ], [ -110.02431627080347, 39.463477751652356 ], [ -110.02445165817757, 39.463771724998125 ], [ -110.02451851579659, 39.463978623645666 ], [ -110.02455186299062, 39.464087929017531 ], [ -110.02457378844133, 39.464182721958394 ], [ -110.0246277533314, 39.464480517252518 ], [ -110.02469252434973, 39.464836970627303 ], [ -110.02479323471546, 39.46511713710516 ], [ -110.02490525480263, 39.465419924276503 ], [ -110.02503364216324, 39.465799436796928 ], [ -110.02513872116749, 39.466183258946508 ], [ -110.02519693018451, 39.466593719223326 ], [ -110.02512495475494, 39.467169780124166 ], [ -110.02495891969193, 39.467821640478682 ], [ -110.02483834384491, 39.468131487413814 ], [ -110.0247487130724, 39.468306438084547 ], [ -110.02464714355739, 39.468503814482645 ], [ -110.02452213705831, 39.468714509741055 ], [ -110.02429769761882, 39.468969422456546 ], [ -110.02418001142564, 39.469072054238708 ], [ -110.02393282523167, 39.46929073383518 ], [ -110.01623664748512, 39.469306971182647 ], [ -110.00070489152388, 39.46933221424937 ], [ -109.93732865082131, 39.46176026185509 ], [ -109.90530670591102, 39.461625407924338 ], [ -109.90302846739419, 39.461621959246706 ], [ -109.86814043265608, 39.461548908994217 ], [ -109.82953470020678, 39.461716355687066 ], [ -109.82656461606388, 39.461726968190995 ], [ -109.79119114384845, 39.461842169749865 ], [ -109.77767754101467, 39.461890118969656 ], [ -109.76535550330827, 39.461931134373103 ], [ -109.7576254859855, 39.461938904347981 ], [ -109.75064507617373, 39.461954216653872 ], [ -109.74492005165702, 39.461969151235621 ], [ -109.73032573088005, 39.461999925173167 ], [ -109.71174529491508, 39.461983871933029 ], [ -109.69308962943502, 39.461952289703895 ], [ -109.68366318869299, 39.46192705131795 ], [ -109.67432393580548, 39.461902042491396 ], [ -109.6556671097061, 39.461935620726749 ], [ -109.65480051529279, 39.461907578155198 ], [ -109.65388976126688, 39.461879017913134 ], [ -109.64718798250242, 39.461913867389697 ], [ -109.63714399460169, 39.461967771215107 ], [ -109.63595758592004, 39.462007920436584 ], [ -109.60714402611643, 39.462211451402929 ], [ -109.59980838655132, 39.46226300411557 ], [ -109.59894888569214, 39.462230125551784 ], [ -109.59851337032777, 39.462211361873479 ], [ -109.58093560817871, 39.462340549865161 ], [ -109.57987156368297, 39.462363599414083 ], [ -109.52703547704114, 39.462377526032697 ], [ -109.50067866901382, 39.462378522875746 ], [ -109.45046440024487, 39.462376996646988 ], [ -109.44993615999704, 39.462348331597234 ], [ -109.39517074472468, 39.462380178333191 ], [ -109.37569077469853, 39.462330411248693 ], [ -109.28336792041416, 39.462220282634171 ], [ -109.27346492653861, 39.462213296264089 ], [ -109.25067148254199, 39.46221044306639 ], [ -109.12570601818314, 39.462109968618499 ], [ -109.11716394693335, 39.46211609516461 ], [ -109.10667615857439, 39.462207949221657 ], [ -109.10648773028609, 39.462298581091005 ], [ -109.10636451950937, 39.462341622666159 ], [ -109.10616493625372, 39.462414953907405 ], [ -109.10573537995013, 39.462610673441745 ], [ -109.10556967281745, 39.462720594345434 ], [ -109.10517472332079, 39.462925885375789 ], [ -109.1046078302147, 39.463470739731846 ], [ -109.10450975181976, 39.46365834394031 ], [ -109.1045406966407, 39.463803003360866 ], [ -109.10466190044083, 39.464048240801972 ], [ -109.10475044903841, 39.464211858638407 ], [ -109.1048888375706, 39.464466385672033 ], [ -109.10494882966942, 39.464611518482116 ], [ -109.10498980607566, 39.464814904210414 ], [ -109.10504249897686, 39.465014877028892 ], [ -109.10509646264615, 39.465168020203279 ], [ -109.10513395149306, 39.465285757076359 ], [ -109.10524764029182, 39.465593939145414 ], [ -109.10530140427878, 39.465968717043175 ], [ -109.10523056285308, 39.466223437294062 ], [ -109.10524779021198, 39.46644535613715 ], [ -109.10525684369023, 39.466540105304588 ], [ -109.10526494435749, 39.466669976680784 ], [ -109.10519515259077, 39.466885972374911 ], [ -109.10510930032596, 39.467051252048911 ], [ -109.10501702730399, 39.467238951179887 ], [ -109.10494958002111, 39.467368492028477 ], [ -109.10483076905956, 39.467677389007008 ], [ -109.10478128020823, 39.468001831477423 ], [ -109.10478332612779, 39.468140613817937 ], [ -109.10477660534637, 39.468388270290859 ], [ -109.10464495048684, 39.468742005986222 ], [ -109.10449806531295, 39.469014406114539 ], [ -109.10441850710976, 39.469161768471459 ], [ -109.10437502859584, 39.469264670738845 ], [ -109.10429656991893, 39.469371507406969 ], [ -109.10276227829833, 39.469152769651991 ], [ -109.10243027412268, 39.469178884653388 ], [ -109.10224179695047, 39.46927040951612 ], [ -109.10190575334221, 39.469445116620044 ], [ -109.10167538329968, 39.469581004877327 ], [ -109.10141981505501, 39.469788558488169 ], [ -109.10122356636298, 39.469952032089751 ], [ -109.10080446694882, 39.47018844699096 ], [ -109.10054786082547, 39.47022029316193 ], [ -109.10031522821663, 39.470225501525803 ], [ -109.10017640815136, 39.470200708765319 ], [ -109.09971121484875, 39.469994892718439 ], [ -109.09942551079178, 39.46981453359539 ], [ -109.09921979498587, 39.469685034837042 ], [ -109.09897750610453, 39.469618005316185 ], [ -109.0987659074417, 39.469704641550003 ], [ -109.09859833343153, 39.469882094130853 ], [ -109.09831333894675, 39.470102674010292 ], [ -109.09801760629247, 39.470290642688084 ], [ -109.09772282880731, 39.470443488535381 ], [ -109.09729733227333, 39.4706581627741 ], [ -109.09668593830051, 39.470954482760582 ], [ -109.0962099480622, 39.471144901099059 ], [ -109.09606879520666, 39.471205657008703 ], [ -109.09586708881228, 39.471355517516088 ], [ -109.09580530747257, 39.471489650445534 ], [ -109.09582574704424, 39.471592695381631 ], [ -109.09594330797995, 39.471757695846037 ], [ -109.09607165423738, 39.471953505680105 ], [ -109.09619274271685, 39.472202353505729 ], [ -109.09629402087211, 39.472538270485202 ], [ -109.09630306262748, 39.472633019981053 ], [ -109.0962698392724, 39.472785640115184 ], [ -109.09622646916516, 39.472884036108852 ], [ -109.09616419594875, 39.473036180454919 ], [ -109.09610527683762, 39.47327847628074 ], [ -109.09607162737838, 39.473404060383793 ], [ -109.09600879632586, 39.473619263097405 ], [ -109.09589079397402, 39.47389662968417 ], [ -109.09577008898694, 39.474273058085423 ], [ -109.09574160647421, 39.474678026052104 ], [ -109.09565760183035, 39.474987483049887 ], [ -109.09538967561214, 39.47543357633046 ], [ -109.09530452612812, 39.47557183082683 ], [ -109.09515881802739, 39.475799189476426 ], [ -109.09515553729092, 39.476132492907787 ], [ -109.09524782387747, 39.476371859972112 ], [ -109.09538183891141, 39.476573169159693 ], [ -109.09545233536001, 39.47675902207942 ], [ -109.09547275107073, 39.476862967576672 ], [ -109.0954857597708, 39.477025354457879 ], [ -109.09548528093073, 39.477255993717066 ], [ -109.09548943311832, 39.477529955171242 ], [ -109.09564254061323, 39.477883839964029 ], [ -109.09580047739215, 39.478273842262247 ], [ -109.09586095237789, 39.478400968011961 ], [ -109.09600972680681, 39.478700723419429 ], [ -109.09608689687845, 39.478855151455335 ], [ -109.09603177878829, 39.478957859660696 ], [ -109.09593042287, 39.479050800816132 ], [ -109.09564165934412, 39.479194729709107 ], [ -109.09551075905493, 39.479305205769876 ], [ -109.09516020327455, 39.479583265773634 ], [ -109.09497762173574, 39.479670370192736 ], [ -109.09467228260191, 39.479782491209662 ], [ -109.09447202271171, 39.479878314702674 ], [ -109.09427163935577, 39.47997864064417 ], [ -109.09407076368042, 39.480096977455673 ], [ -109.09341409159558, 39.480515067816299 ], [ -109.09274027528883, 39.480922061504813 ], [ -109.0923780792712, 39.4811999219001 ], [ -109.09210057793354, 39.481569267713887 ], [ -109.09203767191738, 39.481743923233502 ], [ -109.09200716780184, 39.482009206990284 ], [ -109.09198616652857, 39.482139502080727 ], [ -109.09188221571472, 39.482326998224025 ], [ -109.09179037807617, 39.482496673833651 ], [ -109.0916254877318, 39.482786780191432 ], [ -109.09140953063284, 39.483030999613462 ], [ -109.09122508843562, 39.483185639727438 ], [ -109.09088203095695, 39.483400742020578 ], [ -109.09072811847248, 39.483501824903797 ], [ -109.09054391988393, 39.483647458265999 ], [ -109.09038468033162, 39.483900716058457 ], [ -109.09025849353768, 39.484093251122495 ], [ -109.08998443870921, 39.48454823971106 ], [ -109.08987540724837, 39.484708621524497 ], [ -109.08981928930167, 39.484847348695212 ], [ -109.08977833246958, 39.48502686834977 ], [ -109.08977056853135, 39.485310544281639 ], [ -109.08982170048434, 39.485821329911694 ], [ -109.08983782124213, 39.486081973270295 ], [ -109.08983882596638, 39.48625767765045 ], [ -109.08986617448636, 39.48653292091236 ], [ -109.08988091520834, 39.486843995508188 ], [ -109.08988694027589, 39.48730358580714 ], [ -109.08986873331995, 39.487501498528552 ], [ -109.08985168845996, 39.48769943033745 ], [ -109.08982969507315, 39.487865747103378 ], [ -109.08973367233681, 39.488400242140685 ], [ -109.08957990565288, 39.488920273541538 ], [ -109.08937445166247, 39.48941693099848 ], [ -109.08907490423442, 39.489952584472221 ], [ -109.08898984685371, 39.490086330493739 ], [ -109.08874788362041, 39.490217496526846 ], [ -109.0885026983379, 39.490254007972354 ], [ -109.08819457519665, 39.490253445209973 ], [ -109.08800688586274, 39.490313425346748 ], [ -109.08792984598354, 39.490578842994182 ], [ -109.08790367651959, 39.49089735325947 ], [ -109.08791048733416, 39.491073153001921 ], [ -109.0879332517691, 39.491303272934104 ], [ -109.0879555227944, 39.491551403988225 ], [ -109.08790360242423, 39.491748761625587 ], [ -109.08780570834524, 39.49192644269521 ], [ -109.08772616131536, 39.492071089914695 ], [ -109.0876711679347, 39.49216839004275 ], [ -109.0875678067015, 39.492333367468895 ], [ -109.08743862106081, 39.492379893801399 ], [ -109.0873177893474, 39.49233375833979 ], [ -109.08707624791342, 39.492194639009419 ], [ -109.08684318917601, 39.492043045332188 ], [ -109.08664797013014, 39.491953339530021 ], [ -109.08653346974636, 39.491888387273228 ], [ -109.08640796411294, 39.491800729662799 ], [ -109.08629524394483, 39.491713282424172 ], [ -109.08619305730055, 39.491580960399709 ], [ -109.08610427364295, 39.491426334922551 ], [ -109.08589048054185, 39.491166040136562 ], [ -109.08559889303294, 39.490986451258003 ], [ -109.08517987738537, 39.490789446121489 ], [ -109.08500788469094, 39.490701021178303 ], [ -109.08479076116696, 39.49056229943168 ], [ -109.08458615103005, 39.490391348848462 ], [ -109.08440918929551, 39.490272208423228 ], [ -109.08400289191532, 39.490035766339446 ], [ -109.08373359468699, 39.489891677780989 ], [ -109.08356754100059, 39.489798843824602 ], [ -109.08312798973945, 39.489503287873802 ], [ -109.08291643755588, 39.489373664157988 ], [ -109.08252943626938, 39.489281689183869 ], [ -109.08222082314357, 39.489299121765988 ], [ -109.08174637674942, 39.489427338076496 ], [ -109.08157614299232, 39.489486694912763 ], [ -109.08124613332799, 39.489647925681254 ], [ -109.08099055405575, 39.48985092764903 ], [ -109.0808937351789, 39.489988978249627 ], [ -109.0808425145446, 39.490160216285403 ], [ -109.08079603992581, 39.490370274019924 ], [ -109.08062468842979, 39.49047015425834 ], [ -109.08034574565167, 39.490465547708197 ], [ -109.08000310157759, 39.490451779601237 ], [ -109.07957430427214, 39.490399647644892 ], [ -109.07912881746901, 39.490320209447511 ], [ -109.0788498289551, 39.490275055274871 ], [ -109.07851716027658, 39.490152431300523 ], [ -109.07821238686296, 39.490030267599238 ], [ -109.0778216860439, 39.489861634053192 ], [ -109.07766726311813, 39.489768984060795 ], [ -109.0774842558352, 39.489658742809034 ], [ -109.07718261298231, 39.48942310703378 ], [ -109.07691648038586, 39.489206978197494 ], [ -109.07675297710183, 39.489190758510624 ], [ -109.07670745896804, 39.489365692869818 ], [ -109.0767264844738, 39.489519171158165 ], [ -109.07673758915794, 39.489749100115873 ], [ -109.07672125091308, 39.489920012476553 ], [ -109.07665186656921, 39.490117075919635 ], [ -109.07651893005843, 39.490299573217023 ], [ -109.07638105041345, 39.490450454893065 ], [ -109.07618875809175, 39.490677017529357 ], [ -109.07605038038074, 39.490845909776596 ], [ -109.07590092079363, 39.491037142435715 ], [ -109.07574233112604, 39.491264262192033 ], [ -109.07561420791831, 39.491482876521211 ], [ -109.07548297919219, 39.49181405942592 ], [ -109.07538021017065, 39.492167336475291 ], [ -109.07524696678044, 39.492571463546525 ], [ -109.07520924117837, 39.492674449338786 ], [ -109.0751451641748, 39.492889618852878 ], [ -109.07503434623402, 39.493113023838482 ], [ -109.07494801596205, 39.493291786233449 ], [ -109.07486762100531, 39.493466142058203 ], [ -109.07479117357103, 39.493708135270133 ], [ -109.07477579534007, 39.494054750470802 ], [ -109.0747719437758, 39.494194335598351 ], [ -109.07476290180257, 39.494311310729387 ], [ -109.07484917856331, 39.494555999194098 ], [ -109.07515123228984, 39.494777232391051 ], [ -109.07531122578565, 39.494878987572193 ], [ -109.07547429895766, 39.495079899210644 ], [ -109.07548244463227, 39.495206168589071 ], [ -109.07539636110478, 39.495375925727359 ], [ -109.0753295754982, 39.495478430305099 ], [ -109.07512203922252, 39.495835377722855 ], [ -109.07493600842689, 39.496255748161971 ], [ -109.07476281661619, 39.496632183865309 ], [ -109.0745944902566, 39.497042936368508 ], [ -109.07447785157895, 39.49726624418976 ], [ -109.07421425579426, 39.497505136233585 ], [ -109.07389822057885, 39.497621529020002 ], [ -109.07371817660804, 39.497614040422327 ], [ -109.07356744075467, 39.497598027719874 ], [ -109.07321370554776, 39.497605678539443 ], [ -109.07315066020723, 39.497951503026009 ], [ -109.07315348733928, 39.498059665107327 ], [ -109.07315727610846, 39.498343530342488 ], [ -109.07316364325776, 39.498744563111792 ], [ -109.07313837201374, 39.499027946549035 ], [ -109.07312052939211, 39.499252890729061 ], [ -109.07308646062152, 39.499644243463223 ], [ -109.07297649524853, 39.499836126657883 ], [ -109.0728533224077, 39.499874627577945 ], [ -109.07262752274498, 39.499839349765537 ], [ -109.07228772190858, 39.499721094376291 ], [ -109.07203510285048, 39.499604284211109 ], [ -109.0719096025867, 39.499516611156814 ], [ -109.07173997124383, 39.499342614637143 ], [ -109.0716798975194, 39.499201969197031 ], [ -109.07156913423213, 39.499001920305645 ], [ -109.0715190668987, 39.498920003193703 ], [ -109.071440686689, 39.498810587470132 ], [ -109.07133274896448, 39.498718700415523 ], [ -109.07095775062054, 39.498401645942486 ], [ -109.07048395324074, 39.49808295012209 ], [ -109.07040507739913, 39.497991544674086 ], [ -109.0703098870233, 39.497859325115492 ], [ -109.07018144496814, 39.497667990988546 ], [ -109.07003992777527, 39.497318771630148 ], [ -109.06998691658512, 39.497133194589772 ], [ -109.06990733800791, 39.496857080351802 ], [ -109.06984864025874, 39.496666904009381 ], [ -109.06973332004887, 39.496421729689139 ], [ -109.06946000637559, 39.496002748708705 ], [ -109.06934157350486, 39.495870142295125 ], [ -109.0691992711928, 39.495759663243383 ], [ -109.06910790385483, 39.495699583005901 ], [ -109.06875056956972, 39.495585530915136 ], [ -109.06850735103509, 39.495549955761589 ], [ -109.06827604579284, 39.495546111697998 ], [ -109.06807001835634, 39.495637288129856 ], [ -109.06783471797955, 39.495903664739075 ], [ -109.06774367635148, 39.496041800015405 ], [ -109.06762816519783, 39.496223675424908 ], [ -109.06750060585198, 39.496420666703365 ], [ -109.06732458074481, 39.49668802775205 ], [ -109.06711305968909, 39.496977322204657 ], [ -109.06693511241804, 39.497104100956477 ], [ -109.06676454848301, 39.497174241784442 ], [ -109.06652476643693, 39.497224310766825 ], [ -109.06619187004085, 39.497277334836092 ], [ -109.06594702441079, 39.497300289585922 ], [ -109.06553882319476, 39.497343049065812 ], [ -109.06489727403491, 39.497413455837957 ], [ -109.06456093728116, 39.497380826799251 ], [ -109.06435171145623, 39.497377342541505 ], [ -109.06424285066568, 39.497528692598877 ], [ -109.06418085904302, 39.497667308797418 ], [ -109.06404612595108, 39.497912828452776 ], [ -109.06385239820254, 39.498188898763985 ], [ -109.06364704505646, 39.498464775047466 ], [ -109.06336832198473, 39.498870067485477 ], [ -109.06316190094947, 39.499393688756733 ], [ -109.06309346828138, 39.499554720939727 ], [ -109.06296269135611, 39.499615608578203 ], [ -109.06268987923633, 39.499430869750135 ], [ -109.06235991255177, 39.499168595956498 ], [ -109.06209025234354, 39.499037965809954 ], [ -109.06177853339497, 39.498956186399688 ], [ -109.06103116988622, 39.498858129635906 ], [ -109.06080550558157, 39.498818326365893 ], [ -109.06066105838769, 39.498785283622901 ], [ -109.06031286831667, 39.498760553093035 ], [ -109.0601444475882, 39.498753237416381 ], [ -109.05979447964485, 39.498792443724099 ], [ -109.05956643668665, 39.498838189412368 ], [ -109.05906335329588, 39.498946913773437 ], [ -109.05880612439483, 39.498996675351563 ], [ -109.05841334055404, 39.4991117438312 ], [ -109.05798367810401, 39.499298271439883 ], [ -109.05779468650586, 39.499403228418991 ], [ -109.05746650183377, 39.499704069582513 ], [ -109.05725413494321, 39.499813139764932 ], [ -109.05708153051238, 39.499747187412829 ], [ -109.05667389601869, 39.4995601806908 ], [ -109.05651366941798, 39.499467405716345 ], [ -109.05626145547572, 39.499337053846524 ], [ -109.05608316671965, 39.499266500167387 ], [ -109.05589956831896, 39.49917783823895 ], [ -109.05568753817566, 39.499066176443371 ], [ -109.0553900870145, 39.498890018016738 ], [ -109.05509778902999, 39.498695925904642 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 10, \"properties\": { \"NAME\": \"IRON COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 8483, \"Color4\": \"3\", \"Shape_Leng\": 434079.419784, \"Shape_Area\": 8552549242.8599997 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.86688042246588, 38.14763548978388 ], [ -112.86126179841479, 38.147648090097825 ], [ -112.85148170157429, 38.147851374504206 ], [ -112.84768905595399, 38.147916523389547 ], [ -112.83822896305973, 38.147915413228255 ], [ -112.82716507579292, 38.147895252191844 ], [ -112.82661729206794, 38.147893862230667 ], [ -112.81532275553175, 38.14754634786464 ], [ -112.81162686681299, 38.147418690453989 ], [ -112.80161532776702, 38.147451970946079 ], [ -112.79149333316802, 38.147449134779755 ], [ -112.78392759644134, 38.147450774297951 ], [ -112.77386828244104, 38.147445465168552 ], [ -112.76468730052423, 38.14742609679751 ], [ -112.75358071188585, 38.147529404887123 ], [ -112.75105377409189, 38.147559004104593 ], [ -112.73072857725161, 38.147504378503022 ], [ -112.71282441617772, 38.147527193046244 ], [ -112.69683729129447, 38.147547525771493 ], [ -112.68533482440284, 38.147813206913803 ], [ -112.67107851966854, 38.148174658321906 ], [ -112.66477558351231, 38.14826418563765 ], [ -112.65769808556811, 38.148166052569003 ], [ -112.65090853540079, 38.148185103508119 ], [ -112.64271414571587, 38.148151328359766 ], [ -112.63199770400158, 38.148115110875537 ], [ -112.62608034960132, 38.148098971928313 ], [ -112.61253981489585, 38.148077520390252 ], [ -112.60098539502469, 38.148077911342966 ], [ -112.58742208883291, 38.148060180082886 ], [ -112.57764843718434, 38.147821507221359 ], [ -112.57235179917036, 38.1477483572572 ], [ -112.56078957263362, 38.147650269812885 ], [ -112.550059973982, 38.147531043534208 ], [ -112.53913225948723, 38.147486429098485 ], [ -112.52469593608308, 38.147466577674322 ], [ -112.51265581249555, 38.147433935478553 ], [ -112.50388581906306, 38.147433024211615 ], [ -112.50100887500885, 38.147376107931343 ], [ -112.48973398875512, 38.147375488830853 ], [ -112.47901310996713, 38.147401957080284 ], [ -112.47902030151668, 38.146853939633864 ], [ -112.47905121488222, 38.144768183442494 ], [ -112.4790502318931, 38.141046255856615 ], [ -112.47905276376959, 38.136085135911252 ], [ -112.47906701686486, 38.12944313030296 ], [ -112.4790502409725, 38.124937349687329 ], [ -112.47907408198967, 38.122161356873505 ], [ -112.47906680615885, 38.110265609165694 ], [ -112.47905216200691, 38.091664981389336 ], [ -112.47901312841286, 38.07331694314103 ], [ -112.47902019114279, 38.071969550964646 ], [ -112.47901232012937, 38.065918046776083 ], [ -112.47900198340479, 38.057478366007174 ], [ -112.47900074395288, 38.042126277983897 ], [ -112.47901310330978, 38.03367726752095 ], [ -112.47898295737274, 38.021696024474664 ], [ -112.47903360402887, 38.010047191785276 ], [ -112.47895014845481, 37.999941105067144 ], [ -112.47899835098676, 37.998088498289661 ], [ -112.47929546479166, 37.992186293485183 ], [ -112.47922047325524, 37.985617356177634 ], [ -112.47935760020643, 37.977702926380459 ], [ -112.4673679821923, 37.977668384303399 ], [ -112.46735726751555, 37.962834402990552 ], [ -112.46730753775401, 37.958905689337094 ], [ -112.46758237328208, 37.948407502243491 ], [ -112.46784116340748, 37.93395761769532 ], [ -112.46817721417543, 37.919388675105417 ], [ -112.46836180761672, 37.904927032856826 ], [ -112.46859846060305, 37.890508868456067 ], [ -112.47976930787809, 37.890399587871528 ], [ -112.48682351194743, 37.890293559393136 ], [ -112.50108543228527, 37.890364867051467 ], [ -112.5057658061577, 37.890404214081258 ], [ -112.54165003510231, 37.890403765265582 ], [ -112.57817630432002, 37.890388266280361 ], [ -112.58873004082463, 37.890417502420966 ], [ -112.58876259961103, 37.882143849818874 ], [ -112.57871731756748, 37.882121305490351 ], [ -112.5787052521946, 37.87495223318362 ], [ -112.5786850747442, 37.861488200570086 ], [ -112.57877787212287, 37.832530496734108 ], [ -112.57881989624947, 37.819040305866274 ], [ -112.57886843225577, 37.80451898743511 ], [ -112.58821003418831, 37.805006226799399 ], [ -112.59715404801533, 37.80522324012798 ], [ -112.60599315851356, 37.805314831439901 ], [ -112.61522179947279, 37.805819489102809 ], [ -112.62607688857342, 37.806156780630808 ], [ -112.63363987313332, 37.806322486147678 ], [ -112.64322942692225, 37.806698272200599 ], [ -112.65187598451816, 37.806347501084062 ], [ -112.67030285470815, 37.805614462990285 ], [ -112.68954699801071, 37.805772549023025 ], [ -112.68961255211028, 37.781528704802675 ], [ -112.68962754531725, 37.77540466374581 ], [ -112.68962996517175, 37.761543762206429 ], [ -112.68938910991046, 37.749957417268199 ], [ -112.68941704258445, 37.746693664552126 ], [ -112.68934266668424, 37.73173970628401 ], [ -112.68927514122809, 37.717230824339431 ], [ -112.68633518636426, 37.717412615207785 ], [ -112.68629400340512, 37.702583377712429 ], [ -112.68600465687176, 37.687807223178844 ], [ -112.6867122736236, 37.660964476343182 ], [ -112.68667413033351, 37.660030433776456 ], [ -112.68551482812359, 37.632319326800229 ], [ -112.68390056467699, 37.631843092078846 ], [ -112.68401071763964, 37.624924448920083 ], [ -112.68398006154709, 37.618544051294862 ], [ -112.68386533310871, 37.607681130587252 ], [ -112.68380103455982, 37.603824697503541 ], [ -112.68391927516791, 37.599271693726244 ], [ -112.68409031861223, 37.594046500600996 ], [ -112.68417084904497, 37.59058454349158 ], [ -112.68423419244172, 37.58711381731981 ], [ -112.6842661510253, 37.583757996403541 ], [ -112.68433953926541, 37.574702051804252 ], [ -112.68428657931045, 37.562297028042138 ], [ -112.68417372892515, 37.543705695941128 ], [ -112.68701383767701, 37.543665143363356 ], [ -112.69249734779909, 37.543645235270667 ], [ -112.69786213891039, 37.543631286111214 ], [ -112.70054432548415, 37.543615210480453 ], [ -112.70324378868258, 37.543612343449979 ], [ -112.70577866780651, 37.543589261526463 ], [ -112.71107070537121, 37.543611813136295 ], [ -112.71556986162011, 37.543609602372186 ], [ -112.7189655949982, 37.543614279967727 ], [ -112.71977492544478, 37.543616011041927 ], [ -112.72231034552176, 37.543616899872333 ], [ -112.72576847036136, 37.543627681348369 ], [ -112.72889808519345, 37.543626950540506 ], [ -112.73246321566792, 37.543615239696649 ], [ -112.73520256436942, 37.543624574692338 ], [ -112.73713248053578, 37.543627734888112 ], [ -112.73825799484725, 37.543597648379794 ], [ -112.73872766566612, 37.54359523784813 ], [ -112.74065118817093, 37.543566890829162 ], [ -112.74302195780255, 37.543545428350498 ], [ -112.74447054706451, 37.54353664815639 ], [ -112.74611718617771, 37.543526723386655 ], [ -112.74770115085585, 37.543498777268184 ], [ -112.75105285028883, 37.543557258055841 ], [ -112.75169789723449, 37.54355219433679 ], [ -112.75369590111832, 37.543563085666548 ], [ -112.7561235472176, 37.543554033674184 ], [ -112.75822325433536, 37.543557927789593 ], [ -112.76043636157515, 37.543570908446988 ], [ -112.76309627114817, 37.543571767730711 ], [ -112.76563694916995, 37.543556325454162 ], [ -112.76705725949044, 37.543548592090723 ], [ -112.76829632143955, 37.543534544293607 ], [ -112.76981323037158, 37.543543355675411 ], [ -112.77234258560019, 37.543527938728452 ], [ -112.77484877426032, 37.543490284670042 ], [ -112.77617909561539, 37.543506325622197 ], [ -112.77709589920046, 37.543506046242669 ], [ -112.77865784829149, 37.543505053345662 ], [ -112.77994269639623, 37.543512724516972 ], [ -112.78254536983179, 37.543486970797915 ], [ -112.78373372050669, 37.54348253907061 ], [ -112.78507627070344, 37.543489282401715 ], [ -112.78733869235793, 37.543482086330677 ], [ -112.78864040126223, 37.54348490122495 ], [ -112.78882719857899, 37.543486576961591 ], [ -112.78930251620751, 37.543483879488328 ], [ -112.79180943514768, 37.543477397652765 ], [ -112.79444690009946, 37.543486903057435 ], [ -112.79656346486728, 37.543486253368698 ], [ -112.79817675080164, 37.543502245559743 ], [ -112.79923005721581, 37.543530357038442 ], [ -112.80078081018389, 37.543534649265069 ], [ -112.80412585689687, 37.543551166872412 ], [ -112.80666224608896, 37.543593487305486 ], [ -112.81032985952793, 37.543609397882598 ], [ -112.81209140561116, 37.543624728372158 ], [ -112.8123110794843, 37.543628565947827 ], [ -112.81362997047448, 37.543639853624406 ], [ -112.81583769603151, 37.543664494644879 ], [ -112.82107113572444, 37.543606406080855 ], [ -112.82632663668117, 37.543525213021994 ], [ -112.8323413841687, 37.543481571211515 ], [ -112.83743353582975, 37.54347902424167 ], [ -112.84127106821106, 37.543455278002064 ], [ -112.84554960239346, 37.543460562494566 ], [ -112.84739804909073, 37.543465895762907 ], [ -112.84951133478572, 37.543470655817956 ], [ -112.85306564287299, 37.543482506340112 ], [ -112.85636515688714, 37.543489244538087 ], [ -112.85964758456136, 37.543491653406903 ], [ -112.86279423989032, 37.543496113552763 ], [ -112.86650738827241, 37.543478015141027 ], [ -112.87013356963654, 37.543467486312302 ], [ -112.87024673221612, 37.543466594682947 ], [ -112.87343301917971, 37.54347194550764 ], [ -112.8760858075179, 37.543416295411419 ], [ -112.90142908406595, 37.543510970190638 ], [ -112.90137035738206, 37.499923731373208 ], [ -112.90137389524509, 37.499617253817021 ], [ -113.00108382455072, 37.499510787722869 ], [ -113.02175659277167, 37.499541672128686 ], [ -113.03731634149779, 37.499567138202309 ], [ -113.03730642310813, 37.49691322214759 ], [ -113.03730308473556, 37.495957988346717 ], [ -113.03714220654578, 37.485249774774559 ], [ -113.03702347549061, 37.474423657761768 ], [ -113.06988388246414, 37.474429127550188 ], [ -113.12610130899799, 37.474241606068269 ], [ -113.14644031731434, 37.473771883108071 ], [ -113.14646304856197, 37.48088918268968 ], [ -113.1983844963401, 37.481033534773381 ], [ -113.2172906648193, 37.480981974632591 ], [ -113.21734448386248, 37.481846109224556 ], [ -113.2539090998353, 37.48198749731813 ], [ -113.25368097133924, 37.497122762755602 ], [ -113.25363528181707, 37.499966872745375 ], [ -113.25367449954369, 37.511613925051364 ], [ -113.25372388881773, 37.529046346677525 ], [ -113.2720735085459, 37.52909289226983 ], [ -113.29060437977489, 37.529332223310945 ], [ -113.30876571606765, 37.529145107713404 ], [ -113.32739746237229, 37.529171212506895 ], [ -113.36272567579519, 37.529217293613371 ], [ -113.36395415597178, 37.529241358997353 ], [ -113.37608190097677, 37.529345690929148 ], [ -113.38227174495785, 37.529356096372183 ], [ -113.47451993538125, 37.52902614437803 ], [ -113.47496864316918, 37.618314999715828 ], [ -113.50112859851869, 37.618209145313394 ], [ -113.51167358096727, 37.618151736387766 ], [ -113.58809270366625, 37.618234005171466 ], [ -113.58814487258871, 37.604680120385829 ], [ -113.60655235630487, 37.60474331035477 ], [ -113.62484381195998, 37.604761148398147 ], [ -113.62611022995465, 37.604732955575258 ], [ -113.71731073113436, 37.604608725954193 ], [ -113.75113375131062, 37.604676055930241 ], [ -113.81040931785439, 37.60474705537527 ], [ -113.82877334235307, 37.604726962018532 ], [ -113.86507735437432, 37.604711006836858 ], [ -113.8654786957073, 37.604692244262054 ], [ -113.87610654089744, 37.604658771228699 ], [ -113.90217212838827, 37.604650873880303 ], [ -113.92025283124205, 37.604636990478035 ], [ -113.93890347876716, 37.604574587659215 ], [ -113.95703973651601, 37.60482397812514 ], [ -113.97524382341733, 37.60478503164309 ], [ -114.00113224319645, 37.604750664935956 ], [ -114.0116086557002, 37.604762866211651 ], [ -114.02928568332614, 37.604720006410872 ], [ -114.05268304822644, 37.604706730193804 ], [ -114.05261662023322, 37.607235814779187 ], [ -114.05281440271925, 37.624940244864931 ], [ -114.05272690400166, 37.636223263299037 ], [ -114.05239143698384, 37.663163335543572 ], [ -114.0523830702021, 37.665033158322764 ], [ -114.05246009477575, 37.677307481365212 ], [ -114.05253233462453, 37.679594183857795 ], [ -114.05234711656988, 37.707273558288158 ], [ -114.05233038063234, 37.708661547601018 ], [ -114.05217409490275, 37.721842859632829 ], [ -114.05217411879812, 37.723086250891981 ], [ -114.05195499244782, 37.749919415879369 ], [ -114.0519840244406, 37.751729684536059 ], [ -114.05159905083781, 37.754924715908793 ], [ -114.05108433658563, 37.759105202672991 ], [ -114.05074236941577, 37.762105399255951 ], [ -114.0505559709751, 37.763506785847895 ], [ -114.05033063977277, 37.765341662770588 ], [ -114.05025674512909, 37.766001310328768 ], [ -114.05022247065126, 37.766299529685639 ], [ -114.05001607506891, 37.77190822016518 ], [ -114.04970070697918, 37.780111915474578 ], [ -114.04968149164981, 37.781991003887903 ], [ -114.04953073860695, 37.790608489811248 ], [ -114.04947232969045, 37.794984365031375 ], [ -114.04915438844904, 37.801055437014817 ], [ -114.04869013221011, 37.809366576509937 ], [ -114.04926793525246, 37.815816277637282 ], [ -114.04996203851634, 37.823569402050886 ], [ -114.04990436585541, 37.830193229242383 ], [ -114.04980768484265, 37.838295696516496 ], [ -114.0499188934854, 37.84085614811584 ], [ -114.05019095989596, 37.850624896241541 ], [ -114.05030350750403, 37.861343810702813 ], [ -114.05014166602965, 37.874912457066372 ], [ -114.04998072491944, 37.881340703049275 ], [ -114.05013983134209, 37.885332473694433 ], [ -114.05037433791979, 37.891011643554783 ], [ -114.05051649710362, 37.897343718502363 ], [ -114.05059192061682, 37.906985049252683 ], [ -114.0506333517086, 37.91778231621339 ], [ -114.0506677425733, 37.928791483164666 ], [ -114.05076080832062, 37.947511540478764 ], [ -114.05068685150216, 37.963893335764375 ], [ -114.05064199131236, 37.977647984628895 ], [ -114.05067116654192, 37.989477097403778 ], [ -114.0506780799285, 37.999914759413642 ], [ -114.0507120611321, 38.015861179238478 ], [ -114.05066457776282, 38.037220035942163 ], [ -114.05082325609477, 38.059005948222392 ], [ -114.05057256129321, 38.083406238918464 ], [ -114.05040518358255, 38.09815493625613 ], [ -114.05046876068262, 38.112969683429149 ], [ -114.05041240858139, 38.124926957966558 ], [ -114.05036111300437, 38.134757810007379 ], [ -114.0503189471074, 38.148802213801076 ], [ -114.04976780844228, 38.148800321483606 ], [ -114.03779243057673, 38.148819028763683 ], [ -114.02411523852899, 38.148876775658117 ], [ -114.01338242970375, 38.148844740352509 ], [ -114.00317056714205, 38.148801994063128 ], [ -114.00112291198914, 38.148809330080141 ], [ -113.98230565609175, 38.148725942142519 ], [ -113.95755944846532, 38.148739546716364 ], [ -113.92204307037825, 38.148764304928569 ], [ -113.89710270818154, 38.148781677904509 ], [ -113.87615000326362, 38.148803298639358 ], [ -113.85367032753213, 38.148730366916716 ], [ -113.83216904314203, 38.148733128170512 ], [ -113.80667450447008, 38.14874190933417 ], [ -113.78471624735255, 38.148764905509701 ], [ -113.7669809323837, 38.148765394474921 ], [ -113.75110518431973, 38.148791705774542 ], [ -113.72525966251045, 38.148732424208632 ], [ -113.70618341582056, 38.148762043126553 ], [ -113.69010085447333, 38.14875512026677 ], [ -113.66763906954395, 38.148752389473934 ], [ -113.64905960596253, 38.148769523360166 ], [ -113.63314345575405, 38.14879427460852 ], [ -113.62617241634202, 38.148808988737201 ], [ -113.60319709703165, 38.148780161419104 ], [ -113.58124345060025, 38.148766714644253 ], [ -113.56319340734267, 38.148792827626593 ], [ -113.54687101717279, 38.148792202895137 ], [ -113.52789399959107, 38.148742881819459 ], [ -113.51251909951021, 38.148757610645362 ], [ -113.5011022928894, 38.148735612122216 ], [ -113.48176202435367, 38.148745127758389 ], [ -113.47281009174969, 38.148731308707241 ], [ -113.46497646700821, 38.148720359894916 ], [ -113.44471691628532, 38.148711524549142 ], [ -113.42589520508164, 38.148708228013156 ], [ -113.40713676012531, 38.148722237247824 ], [ -113.39116168679863, 38.148713526069074 ], [ -113.37912370302898, 38.148719327557195 ], [ -113.37614565016574, 38.148722876818411 ], [ -113.35989557745907, 38.148681228854365 ], [ -113.34481707738597, 38.148702239008841 ], [ -113.32388969952804, 38.148696667689528 ], [ -113.30834802025964, 38.148687913201989 ], [ -113.29698925145954, 38.148707965679392 ], [ -113.28416375999593, 38.148714915281261 ], [ -113.27357434898188, 38.148708716227759 ], [ -113.26174185181978, 38.148725516076404 ], [ -113.2511295315319, 38.148717730926428 ], [ -113.23712228996254, 38.148704342077522 ], [ -113.22033036942277, 38.148677999605674 ], [ -113.20288891062735, 38.148682167031282 ], [ -113.18612073431656, 38.148689226843324 ], [ -113.17027555601419, 38.148654302027602 ], [ -113.15372379859687, 38.148650925419773 ], [ -113.13135351281754, 38.148687006491215 ], [ -113.12615045115461, 38.148700246552139 ], [ -113.11077045238244, 38.148576765266824 ], [ -113.09220712918967, 38.148465683952516 ], [ -113.07655058785849, 38.14844807263092 ], [ -113.06068353933404, 38.148452791719379 ], [ -113.04416983548806, 38.148390028394232 ], [ -113.0285295911666, 38.148345896880315 ], [ -113.01591833442824, 38.148277448678904 ], [ -113.00547175936742, 38.148291441773054 ], [ -113.00111359745026, 38.148325250516343 ], [ -112.98145614213294, 38.148266643322238 ], [ -112.96414824273286, 38.148165460026853 ], [ -112.94413503561698, 38.148032653863815 ], [ -112.92527775338563, 38.148027975215641 ], [ -112.92161452441614, 38.148020398753154 ], [ -112.91076197274252, 38.148005565068402 ], [ -112.89560812640113, 38.148021399251803 ], [ -112.88155521408937, 38.14802845279663 ], [ -112.88113302807616, 38.148029810467904 ], [ -112.87610177427679, 38.147852578676272 ], [ -112.86688042246588, 38.14763548978388 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 11, \"properties\": { \"NAME\": \"JUAB COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2286, \"Color4\": \"3\", \"Shape_Leng\": 358515.14086799999, \"Shape_Area\": 3132651699.29 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.82460945839725, 39.947718475146857 ], [ -111.82426378265474, 39.947689399412106 ], [ -111.82391853951913, 39.947696358446692 ], [ -111.82369951194259, 39.947490691339183 ], [ -111.82364447343089, 39.947293769526013 ], [ -111.82360574646134, 39.947090424993796 ], [ -111.82354944833952, 39.946690793358634 ], [ -111.82334602743782, 39.946321938714355 ], [ -111.82329402972152, 39.94628086327522 ], [ -111.82317468874122, 39.946188009622873 ], [ -111.8229620063867, 39.946022839741389 ], [ -111.82275426004863, 39.945781051792189 ], [ -111.82260121968154, 39.945610953079395 ], [ -111.82243397272424, 39.945427440357363 ], [ -111.8223029029932, 39.945234661062528 ], [ -111.82209575447216, 39.945042421126743 ], [ -111.82191786839221, 39.944849973353605 ], [ -111.82174588944649, 39.94466198828971 ], [ -111.82158583142446, 39.944491937930877 ], [ -111.82130131571923, 39.944192128093604 ], [ -111.82110490823655, 39.943918722709626 ], [ -111.82084369797326, 39.943609736914382 ], [ -111.82036021689017, 39.94331133327217 ], [ -111.81986697140194, 39.943175171735206 ], [ -111.81963202672476, 39.943104755182418 ], [ -111.81921588216824, 39.943053638157821 ], [ -111.81863480560186, 39.942913587100286 ], [ -111.81824679647997, 39.942767665763121 ], [ -111.81792353724967, 39.942652820370412 ], [ -111.81765933595017, 39.942582606206514 ], [ -111.81727116994017, 39.942423168095388 ], [ -111.81690630674463, 39.942254554747748 ], [ -111.81664136894285, 39.942122176301517 ], [ -111.81648286079489, 39.942080946996455 ], [ -111.81614238345458, 39.941994148029671 ], [ -111.81563159949619, 39.941858091849817 ], [ -111.81533846430516, 39.941815105119375 ], [ -111.81495701498969, 39.941727689824759 ], [ -111.81472208015363, 39.94165726320319 ], [ -111.81424061473065, 39.94152549969786 ], [ -111.81377660031579, 39.941384601959228 ], [ -111.8134823479873, 39.941247016168028 ], [ -111.81315250522438, 39.941069135456011 ], [ -111.81293052095029, 39.940905814092261 ], [ -111.81263480354835, 39.940743009144775 ], [ -111.81254527892258, 39.94069498406062 ], [ -111.81233886381385, 39.940561284549652 ], [ -111.8122146955718, 39.940454037696185 ], [ -111.81210239124886, 39.940360222205101 ], [ -111.81176016055603, 39.94012386097539 ], [ -111.81156709108066, 39.940029709459353 ], [ -111.81144229736218, 39.939968415793011 ], [ -111.81106474713577, 39.939714280208001 ], [ -111.81098803515218, 39.939660758427962 ], [ -111.81086998831881, 39.939575991627422 ], [ -111.81038237402922, 39.939417225778456 ], [ -111.81004610132021, 39.939188926536069 ], [ -111.80975230117237, 39.93908826793929 ], [ -111.80944024595516, 39.938928271776646 ], [ -111.80895067349515, 39.93870194049591 ], [ -111.80866846764938, 39.93849218039071 ], [ -111.8083906268666, 39.938255359931112 ], [ -111.80825375861025, 39.93806260478582 ], [ -111.80809933608484, 39.937869971827702 ], [ -111.80800348405951, 39.93768143534318 ], [ -111.80785395072391, 39.937406779323659 ], [ -111.8076997002818, 39.937228560191059 ], [ -111.80749145194305, 39.936937194200013 ], [ -111.80731990282044, 39.93678071840494 ], [ -111.80692562422281, 39.936594258657436 ], [ -111.80674380226159, 39.93655948502122 ], [ -111.80624952140246, 39.936328670054998 ], [ -111.80599547377771, 39.936123212356328 ], [ -111.80589937639388, 39.935913052371298 ], [ -111.80580299432047, 39.935678567965958 ], [ -111.80574210213574, 39.935476271911185 ], [ -111.80566281079379, 39.935202025712407 ], [ -111.80535952878176, 39.934789684528212 ], [ -111.80516537607492, 39.934700935565182 ], [ -111.80483616658373, 39.934572580040324 ], [ -111.80460775077491, 39.934556145954907 ], [ -111.80429630809698, 39.934445685081315 ], [ -111.80385096963214, 39.9343947151484 ], [ -111.80354580169804, 39.934320247734277 ], [ -111.80324590652683, 39.934196189371043 ], [ -111.80286952359661, 39.934036620927685 ], [ -111.80259741433775, 39.933786231976335 ], [ -111.80230775310555, 39.933535963830934 ], [ -111.80210621815888, 39.933415726664997 ], [ -111.80196005416146, 39.933326640279837 ], [ -111.80152415342302, 39.933180993715922 ], [ -111.80117146248892, 39.932944673033639 ], [ -111.80090776086108, 39.932812249676331 ], [ -111.80065382115079, 39.932713995354646 ], [ -111.8000890586891, 39.932456611274361 ], [ -111.79956029875071, 39.932275559035332 ], [ -111.79905552257713, 39.93214389271855 ], [ -111.79863940627176, 39.932088196411769 ], [ -111.79800316157142, 39.932124111452339 ], [ -111.79775603146531, 39.932107792635655 ], [ -111.79745151784391, 39.93208826409208 ], [ -111.7970406690843, 39.931982071190603 ], [ -111.79670584522361, 39.931871750536317 ], [ -111.79631157102182, 39.93168074945438 ], [ -111.7959178729249, 39.931539296714902 ], [ -111.79558859121285, 39.931401905502618 ], [ -111.79515399033731, 39.931265235696642 ], [ -111.79471944326403, 39.931133068762165 ], [ -111.794348739402, 39.930955414021611 ], [ -111.7940295522225, 39.930678297961208 ], [ -111.79385027282125, 39.930355174360898 ], [ -111.79377579342419, 39.929986284229578 ], [ -111.79377105856847, 39.929576372646785 ], [ -111.79369996217756, 39.929500276417571 ], [ -111.79366930258472, 39.929378854553136 ], [ -111.79343934610844, 39.929227262547357 ], [ -111.7929207976243, 39.928811856161651 ], [ -111.79279871138937, 39.928474825013566 ], [ -111.7926913168142, 39.928295364088527 ], [ -111.79257144181794, 39.928048415161612 ], [ -111.79252250509069, 39.927864049562331 ], [ -111.79242122274432, 39.927707070988873 ], [ -111.79226143261438, 39.927550492125853 ], [ -111.79204131812578, 39.927236654293075 ], [ -111.79158236164068, 39.927014544525996 ], [ -111.79120531877392, 39.926791873978331 ], [ -111.79089393244152, 39.926681376398605 ], [ -111.79049985951751, 39.926503868519752 ], [ -111.79006561027738, 39.92639420629942 ], [ -111.78955426805653, 39.926194969799226 ], [ -111.7892244751301, 39.926111622346774 ], [ -111.78885012460388, 39.926020468324552 ], [ -111.78855494346864, 39.925791826233443 ], [ -111.78821581342946, 39.925302198910998 ], [ -111.78801390656865, 39.925043189040174 ], [ -111.78775866438674, 39.924725076711823 ], [ -111.78750285686679, 39.924357413908162 ], [ -111.7872889861308, 39.924075058573621 ], [ -111.78712161175831, 39.923765357879525 ], [ -111.78699601751157, 39.923527451511056 ], [ -111.78692287209354, 39.92327116950095 ], [ -111.78666507961962, 39.922831440028133 ], [ -111.78655769456775, 39.922548360733316 ], [ -111.78646048033987, 39.922233678132194 ], [ -111.78645810959131, 39.92202646943948 ], [ -111.78636197874467, 39.921806381996156 ], [ -111.78628334797615, 39.921581670904516 ], [ -111.78621051651915, 39.921352415539488 ], [ -111.78639288229969, 39.920927719446105 ], [ -111.78654867483175, 39.920737457455843 ], [ -111.7866207230478, 39.920489199878851 ], [ -111.78673765014599, 39.920379388288325 ], [ -111.7868860021716, 39.920050425773148 ], [ -111.78695896068871, 39.919779637344703 ], [ -111.78693754280917, 39.919441916091309 ], [ -111.78692383154959, 39.919266318498856 ], [ -111.78685736623584, 39.919082069130269 ], [ -111.78679649361129, 39.918875257323208 ], [ -111.78674881648797, 39.91879899772119 ], [ -111.78675265608467, 39.9186232810005 ], [ -111.78682380928392, 39.918194833720094 ], [ -111.78692484067831, 39.917821143251196 ], [ -111.78704940497396, 39.917459005654933 ], [ -111.78724448709502, 39.917124319473089 ], [ -111.78745737505469, 39.916812036478944 ], [ -111.78771726666655, 39.916517453337555 ], [ -111.78797829185203, 39.916321969494255 ], [ -111.78833922799888, 39.916166349845462 ], [ -111.78853678005197, 39.916047879406229 ], [ -111.78878025161251, 39.915852513125742 ], [ -111.78893048652466, 39.915689314975225 ], [ -111.78902791738673, 39.915512961283035 ], [ -111.78906100006293, 39.915337045411519 ], [ -111.78893598357863, 39.915148690650874 ], [ -111.78871747499286, 39.914969981501841 ], [ -111.78848289820216, 39.914818410546246 ], [ -111.7882635317528, 39.914666735708941 ], [ -111.78809197909484, 39.914501220813094 ], [ -111.78786234312369, 39.914372139460433 ], [ -111.78774753446071, 39.914053072138799 ], [ -111.78760912187006, 39.913716145442379 ], [ -111.78750001038013, 39.913383524457316 ], [ -111.7873558023817, 39.91305114166471 ], [ -111.78725937225418, 39.912804027273864 ], [ -111.78719136551966, 39.91248464153751 ], [ -111.78716404827254, 39.912142455059637 ], [ -111.7871173426413, 39.911741836541914 ], [ -111.78713768229684, 39.911372297138435 ], [ -111.78719599304499, 39.910844828622054 ], [ -111.78725041319684, 39.910488572462768 ], [ -111.78729364982269, 39.910177441143098 ], [ -111.78727751613015, 39.909790129669034 ], [ -111.78719858738508, 39.909538391356151 ], [ -111.78701991219127, 39.909260300635403 ], [ -111.78677844272487, 39.909117782589462 ], [ -111.78650198177344, 39.908984511167283 ], [ -111.78618478317216, 39.908869534870625 ], [ -111.78591479132245, 39.908790276936621 ], [ -111.78556198466015, 39.908630491288946 ], [ -111.78532679437851, 39.908627579456343 ], [ -111.78494699337364, 39.908562577580717 ], [ -111.7847710027481, 39.90851871979546 ], [ -111.78463549428999, 39.908434043750766 ], [ -111.78449931816658, 39.908290808397439 ], [ -111.78429202771883, 39.908066965731166 ], [ -111.78410859748764, 39.907883505422042 ], [ -111.78387842639776, 39.907704865688132 ], [ -111.78357792352875, 39.907616798728611 ], [ -111.78321588228602, 39.907569690731613 ], [ -111.78291762752406, 39.90757620973276 ], [ -111.78260706843686, 39.907632364889729 ], [ -111.78250249240106, 39.907592526542054 ], [ -111.78232624956296, 39.907526142237046 ], [ -111.78215021197795, 39.90747777587157 ], [ -111.78211907092394, 39.907311304671857 ], [ -111.7820209859123, 39.907019147778414 ], [ -111.78197172662702, 39.906699632145774 ], [ -111.78192155407619, 39.906402647128118 ], [ -111.78197183953398, 39.906195082670848 ], [ -111.78203899562135, 39.905927939735932 ], [ -111.78217861523963, 39.905757613826196 ], [ -111.78235136757215, 39.905620400471939 ], [ -111.78256879560851, 39.905605418644797 ], [ -111.78278875884472, 39.905504826200932 ], [ -111.78295836915075, 39.905400068430843 ], [ -111.78301928143675, 39.905201441543191 ], [ -111.78305740336135, 39.90495341461672 ], [ -111.78307202687905, 39.90469653655186 ], [ -111.78305607259094, 39.904322737546664 ], [ -111.78307695512669, 39.904101856395059 ], [ -111.78299871519438, 39.903908673976915 ], [ -111.78274572904888, 39.903779739788661 ], [ -111.78255656822002, 39.903605325328975 ], [ -111.78230199583086, 39.903336748918541 ], [ -111.78212320317654, 39.903045136340104 ], [ -111.78202146978543, 39.902843101864754 ], [ -111.78191881530847, 39.902559985262961 ], [ -111.78192215497251, 39.902339222531602 ], [ -111.78182478718279, 39.902006516242459 ], [ -111.78173495831548, 39.901822420823251 ], [ -111.78156818384662, 39.901661368464893 ], [ -111.78144458763587, 39.90149101509563 ], [ -111.78129032346686, 39.901298343697235 ], [ -111.78108316710951, 39.901083503839189 ], [ -111.7808462578779, 39.900823814907866 ], [ -111.78047477255991, 39.900559625408619 ], [ -111.78021576080009, 39.900413607494961 ], [ -111.77989799936428, 39.900244558618979 ], [ -111.77960943539506, 39.900174420476063 ], [ -111.77928150643046, 39.900036972582775 ], [ -111.77904660727877, 39.899953858658975 ], [ -111.77882114462837, 39.899774275916208 ], [ -111.77853227223075, 39.899469882082286 ], [ -111.77838458276734, 39.899340231250271 ], [ -111.77819656628625, 39.899264909717211 ], [ -111.77779866871451, 39.899249559549332 ], [ -111.77730750168475, 39.899261862666734 ], [ -111.77501587666738, 39.8993627938749 ], [ -111.77479968689072, 39.89938225813399 ], [ -111.77458283763946, 39.899343162616503 ], [ -111.77442385445917, 39.899248720417653 ], [ -111.77428803223646, 39.899133400787996 ], [ -111.77406976487478, 39.898968176395172 ], [ -111.77388150066798, 39.898870324964172 ], [ -111.77354117851144, 39.898773487618016 ], [ -111.7732362008197, 39.898698938137983 ], [ -111.77249203799622, 39.8985777602905 ], [ -111.77209979152649, 39.898544333275709 ], [ -111.7715669821292, 39.898493820611058 ], [ -111.7712097763211, 39.898455652529812 ], [ -111.770934650079, 39.898434957344811 ], [ -111.77068200918789, 39.898333023740037 ], [ -111.77024257449375, 39.898263864764985 ], [ -111.77002608416042, 39.898256292670688 ], [ -111.76970452490687, 39.898267437228476 ], [ -111.76955312243672, 39.898327005840315 ], [ -111.76936698207447, 39.898418339080386 ], [ -111.76906846295581, 39.898397794661065 ], [ -111.76885167024355, 39.898363192932926 ], [ -111.76865822090301, 39.89832393116577 ], [ -111.76838783738029, 39.898204090519144 ], [ -111.76826905921774, 39.898042700784153 ], [ -111.76813721410299, 39.897863377841382 ], [ -111.76799737005993, 39.897805740245943 ], [ -111.76780891645039, 39.897689860521204 ], [ -111.76751629946827, 39.897673777923409 ], [ -111.76718051987368, 39.897563377053885 ], [ -111.76700418126011, 39.89737984222787 ], [ -111.76685671867467, 39.897268194725932 ], [ -111.76680262814865, 39.897137910033067 ], [ -111.76670810198392, 39.897052941749784 ], [ -111.76636084648365, 39.896857021073508 ], [ -111.7660076945668, 39.896656633383508 ], [ -111.76563715043167, 39.896469874162996 ], [ -111.76516164122089, 39.89631083582271 ], [ -111.76488417147674, 39.896078410920417 ], [ -111.76461390339563, 39.895967570442892 ], [ -111.7643254411407, 39.895798285407992 ], [ -111.76413090088009, 39.895659915193789 ], [ -111.76384234107888, 39.895481619761696 ], [ -111.76338793624534, 39.895115209157773 ], [ -111.76306312247924, 39.894937150402036 ], [ -111.76289289939562, 39.894776093509783 ], [ -111.76270441269867, 39.894655700686137 ], [ -111.76239681926182, 39.894342379417843 ], [ -111.76221918238028, 39.894145330951673 ], [ -111.76199556061181, 39.894020662965666 ], [ -111.7618535623391, 39.89387293378747 ], [ -111.7616759780973, 39.893680389032497 ], [ -111.76157456804057, 39.893500858522586 ], [ -111.76155488034289, 39.893307276547887 ], [ -111.76151270831808, 39.893195831629939 ], [ -111.76147534063959, 39.892884336992253 ], [ -111.7614649334465, 39.892578071200965 ], [ -111.76139191767001, 39.89232177051354 ], [ -111.76122028629906, 39.892138195739868 ], [ -111.76094329508422, 39.891946302243774 ], [ -111.76070818632688, 39.891839726730559 ], [ -111.76043789179697, 39.891724371631284 ], [ -111.76020813474317, 39.891572710856472 ], [ -111.76003170540331, 39.891483768949492 ], [ -111.75982018974722, 39.891395056655654 ], [ -111.75954415008606, 39.891288746926058 ], [ -111.7591851490635, 39.891083871520927 ], [ -111.75883249465038, 39.890924002618746 ], [ -111.75852077606704, 39.890763864898155 ], [ -111.75824449274289, 39.890635029064832 ], [ -111.758067572097, 39.890501038193847 ], [ -111.75778387658912, 39.890336210373476 ], [ -111.75770783557471, 39.890228589227675 ], [ -111.75753110544565, 39.890111714960391 ], [ -111.75738229558681, 39.889874827303785 ], [ -111.75723912623351, 39.889618981963807 ], [ -111.75712024050509, 39.889444066406725 ], [ -111.75694164055257, 39.889156917556164 ], [ -111.75692826080677, 39.889003837696734 ], [ -111.75693827145685, 39.888850605168237 ], [ -111.75706538211872, 39.888710123024168 ], [ -111.75722832106986, 39.888636980572677 ], [ -111.75740850489298, 39.888536695763591 ], [ -111.75765846201547, 39.888399915521795 ], [ -111.75794340410908, 39.888253896266427 ], [ -111.75822180268001, 39.888044850242721 ], [ -111.75849970310374, 39.887790757626668 ], [ -111.75870929657246, 39.887600180082067 ], [ -111.75888072010817, 39.887342278155863 ], [ -111.75893725737076, 39.887166216374844 ], [ -111.7589879469289, 39.886990192832002 ], [ -111.75905622813524, 39.8868185590444 ], [ -111.75929764478136, 39.886438565541454 ], [ -111.75956909089602, 39.886130453551814 ], [ -111.75982948642701, 39.885880977267298 ], [ -111.76004349957711, 39.885667843723702 ], [ -111.76031498910007, 39.8853642346009 ], [ -111.76045328333612, 39.8851786261841 ], [ -111.76057958367153, 39.884966066738173 ], [ -111.76075751254355, 39.884663070099037 ], [ -111.76085342974301, 39.884347096476766 ], [ -111.76090386344322, 39.884148549109192 ], [ -111.7609886328032, 39.883882202615709 ], [ -111.76094546178204, 39.883679764452502 ], [ -111.76079679390554, 39.88345549375952 ], [ -111.76059615017407, 39.883290127716265 ], [ -111.76039682611011, 39.883138267429615 ], [ -111.76019421888388, 39.882900834808467 ], [ -111.75991127183271, 39.882695462704881 ], [ -111.75966851005053, 39.8824222528593 ], [ -111.75938482113402, 39.882149310472407 ], [ -111.75927723969225, 39.881938283487912 ], [ -111.75915800471192, 39.881730936613394 ], [ -111.75901627387729, 39.881498509265832 ], [ -111.75890227420864, 39.881341582981719 ], [ -111.758682759998, 39.881054704092961 ], [ -111.75854574941522, 39.880825849195659 ], [ -111.75843842081046, 39.880637344335803 ], [ -111.75835472838406, 39.880471209438653 ], [ -111.75829407645499, 39.88027338936795 ], [ -111.75833856867862, 39.880065871964639 ], [ -111.7583352440727, 39.879764063793814 ], [ -111.7583389075688, 39.879565823174829 ], [ -111.75834232295102, 39.879345059549223 ], [ -111.75834479554129, 39.87903870851148 ], [ -111.75825912078564, 39.878692389459765 ], [ -111.75815734544207, 39.878476818402426 ], [ -111.75801444558493, 39.878243496329773 ], [ -111.75795850272208, 39.877942031935341 ], [ -111.75795716372163, 39.877820407693655 ], [ -111.75793635078607, 39.877523218605205 ], [ -111.75795165902747, 39.877320396894994 ], [ -111.75794204355404, 39.876978085341364 ], [ -111.75780984910254, 39.876654594454124 ], [ -111.75763633373566, 39.876295333910498 ], [ -111.75739945037003, 39.876022080527051 ], [ -111.75725095953403, 39.875811318541821 ], [ -111.75702817976867, 39.875650595474035 ], [ -111.75687331887461, 39.875498438624149 ], [ -111.75667280696173, 39.875342074470957 ], [ -111.75655538328131, 39.875297791207458 ], [ -111.7563088929995, 39.875213805172095 ], [ -111.75605173136978, 39.87511637338892 ], [ -111.75587477394764, 39.875081487353306 ], [ -111.75575170257693, 39.875055259790791 ], [ -111.75558716266659, 39.874979748046457 ], [ -111.75548517112951, 39.87484976951739 ], [ -111.75522830845586, 39.874779363518883 ], [ -111.75505812097759, 39.874721907505496 ], [ -111.7548940270935, 39.874686936223384 ], [ -111.75470659722788, 39.874656621487588 ], [ -111.75445465993484, 39.874608706363126 ], [ -111.75429616625195, 39.874551173159688 ], [ -111.75411881644993, 39.874480247554793 ], [ -111.75372179178673, 39.874424264237348 ], [ -111.75351082979969, 39.87438058569856 ], [ -111.75318819603709, 39.874283572866517 ], [ -111.75307092415784, 39.874252799857466 ], [ -111.7526083240803, 39.874188228617818 ], [ -111.75232067203343, 39.874081976504712 ], [ -111.75212106018149, 39.874006687299314 ], [ -111.75194413552141, 39.873867280661649 ], [ -111.75180741764359, 39.873661841157293 ], [ -111.75172365153335, 39.873486691824922 ], [ -111.75166164823841, 39.873162738686489 ], [ -111.7515673598876, 39.872987657414775 ], [ -111.75150477850615, 39.87271776707739 ], [ -111.75146694829279, 39.872465736055943 ], [ -111.75141202222956, 39.872254360148517 ], [ -111.75138540385682, 39.872065325481039 ], [ -111.75130290834475, 39.871899177420296 ], [ -111.75118406891124, 39.87172425482062 ], [ -111.750983728265, 39.871581394348389 ], [ -111.75085447501272, 39.871523667053523 ], [ -111.7507313627423, 39.871492929456593 ], [ -111.75002673769563, 39.871213677372666 ], [ -111.74921669299304, 39.87091708225914 ], [ -111.74831302056485, 39.870612075686829 ], [ -111.74774375308584, 39.870413025065524 ], [ -111.74753826189256, 39.870333260850181 ], [ -111.74742055919371, 39.870261940456182 ], [ -111.74732034588747, 39.870186002321837 ], [ -111.74724858076789, 39.870037801886177 ], [ -111.74720024877865, 39.869893955378551 ], [ -111.74710397636456, 39.869642299240297 ], [ -111.7469897270941, 39.869350214379075 ], [ -111.74681259033886, 39.869189177419869 ], [ -111.74664188637053, 39.869082157987997 ], [ -111.74633029531741, 39.86892198572103 ], [ -111.74547274604357, 39.868553590919831 ], [ -111.74407997325693, 39.867886793806385 ], [ -111.74305657963767, 39.867316722658039 ], [ -111.74224495973847, 39.866866920672173 ], [ -111.74143315109509, 39.866507212897595 ], [ -111.74092307854743, 39.866262700724178 ], [ -111.74054122004054, 39.866089446775767 ], [ -111.74020042827632, 39.865929444309266 ], [ -111.73998244503657, 39.865773162351545 ], [ -111.73988181093914, 39.865656675929465 ], [ -111.73975706896934, 39.865472769096414 ], [ -111.73954411156431, 39.865239870284121 ], [ -111.73933811329249, 39.865110540304229 ], [ -111.73907897388632, 39.864931994246234 ], [ -111.73844832980375, 39.864453982421324 ], [ -111.73817735930234, 39.864261994817525 ], [ -111.73805363804173, 39.864172683330011 ], [ -111.73798856520179, 39.864101018334239 ], [ -111.73796412143602, 39.864002065175711 ], [ -111.73796272187795, 39.863871430819394 ], [ -111.73799088754328, 39.863772142937165 ], [ -111.73801335244973, 39.863686406139408 ], [ -111.73808504772796, 39.863285010253705 ], [ -111.73810012235428, 39.863055162359096 ], [ -111.73808703177225, 39.86292460237776 ], [ -111.73800809752439, 39.86265030323603 ], [ -111.73780631485984, 39.862367775625827 ], [ -111.73731850942707, 39.861578007715444 ], [ -111.73694278655634, 39.860882129368449 ], [ -111.73688868570662, 39.860742819854877 ], [ -111.73682294283756, 39.860608089208839 ], [ -111.73677990654816, 39.860410145093219 ], [ -111.73676049210519, 39.860234575632703 ], [ -111.73677136346787, 39.860157922547515 ], [ -111.73674350257416, 39.859739139784445 ], [ -111.73669400870583, 39.859374553704619 ], [ -111.73665622768824, 39.859230635448121 ], [ -111.73655483833576, 39.859042071659502 ], [ -111.73639500854172, 39.858854779788359 ], [ -111.73618901612068, 39.858723641989741 ], [ -111.73572403388798, 39.858424760893001 ], [ -111.73566516032099, 39.858385490783135 ], [ -111.73559980692583, 39.858286796465023 ], [ -111.73552058479011, 39.858093586206664 ], [ -111.73540244963345, 39.857869087982749 ], [ -111.73520528704495, 39.857469397676169 ], [ -111.73501517309326, 39.857182285981501 ], [ -111.73473652257316, 39.856814645764928 ], [ -111.73459930439553, 39.856554227963372 ], [ -111.73457438806906, 39.856410227471123 ], [ -111.73457190032651, 39.856176886996721 ], [ -111.73462161254314, 39.855905374383646 ], [ -111.73466659390982, 39.855738406469811 ], [ -111.73468239916053, 39.85557612827558 ], [ -111.73464512108725, 39.855369136807624 ], [ -111.73459624979324, 39.855171228633338 ], [ -111.7345018378616, 39.854978113752665 ], [ -111.73431038969059, 39.854564870663033 ], [ -111.7341342839654, 39.854165044967715 ], [ -111.73407997148604, 39.853895091790747 ], [ -111.73414296676003, 39.853773059508363 ], [ -111.73422358208573, 39.853659024570909 ], [ -111.73426407205363, 39.85361912473136 ], [ -111.73491918142905, 39.853114926776399 ], [ -111.73520334531617, 39.852904997450068 ], [ -111.73541753641955, 39.852710827889588 ], [ -111.73568441362485, 39.85252443270835 ], [ -111.73587622472137, 39.852424107174741 ], [ -111.73616772878705, 39.852354683329793 ], [ -111.73623187403959, 39.852340761379338 ], [ -111.73694321822309, 39.852178571180389 ], [ -111.73718733775057, 39.852050881458844 ], [ -111.73729751542737, 39.851969092131547 ], [ -111.73745362909763, 39.851810426536829 ], [ -111.73750516866021, 39.851710989981974 ], [ -111.7375391747333, 39.851611664883869 ], [ -111.73756232322793, 39.851480874163173 ], [ -111.73760685872344, 39.851382383082274 ], [ -111.73768229621422, 39.851331447938854 ], [ -111.73775798436633, 39.851303936890737 ], [ -111.73784560245134, 39.851298874659541 ], [ -111.73802069385145, 39.851275236070606 ], [ -111.73845322905366, 39.851276988323704 ], [ -111.73888035452592, 39.8513193179677 ], [ -111.73911451787161, 39.851353865789143 ], [ -111.73929005354377, 39.851371667988936 ], [ -111.739447853012, 39.851370662196935 ], [ -111.73963462318216, 39.851346045735632 ], [ -111.73973393000431, 39.851340907548462 ], [ -111.73992125136907, 39.851367643533173 ], [ -111.7401132774431, 39.851397052167087 ], [ -111.74030029906829, 39.851395858765954 ], [ -111.74041830806381, 39.851390600636023 ], [ -111.7406807745938, 39.851339370598204 ], [ -111.7409026204021, 39.851315429117022 ], [ -111.74100187863117, 39.851305785205803 ], [ -111.74116595833969, 39.851345281500649 ], [ -111.74128304056551, 39.851362553157983 ], [ -111.74159878474032, 39.851374049854982 ], [ -111.74227673762437, 39.85136971366213 ], [ -111.74297738810377, 39.851302158848895 ], [ -111.74343846502617, 39.851240640415426 ], [ -111.74377208450282, 39.851175432505734 ], [ -111.74394571275924, 39.851124764667418 ], [ -111.74487774876373, 39.850834971719223 ], [ -111.74542492701924, 39.850628734119148 ], [ -111.74561681592596, 39.850537401896915 ], [ -111.74584878588519, 39.850369227523487 ], [ -111.74594166131745, 39.850310065989618 ], [ -111.74606390449441, 39.850264230352202 ], [ -111.74623285327283, 39.850213589189593 ], [ -111.74634345623912, 39.850172333087635 ], [ -111.74645970821251, 39.850113020733218 ], [ -111.74655224118298, 39.850022326270427 ], [ -111.7466838318101, 39.849868311042286 ], [ -111.74671290427892, 39.849746490273724 ], [ -111.74671718668576, 39.84960230432862 ], [ -111.7467920749712, 39.848962119391658 ], [ -111.74684563554362, 39.848511279566146 ], [ -111.74695076742931, 39.847965503660312 ], [ -111.74694184764449, 39.847681749200625 ], [ -111.74691490754425, 39.847353061245698 ], [ -111.74689508097464, 39.847141456198038 ], [ -111.74689824016579, 39.846893663533905 ], [ -111.74693675633758, 39.846672672913563 ], [ -111.7470098968607, 39.846410914747167 ], [ -111.74713480248565, 39.846072238953738 ], [ -111.7475120524677, 39.845290451884381 ], [ -111.74797806599113, 39.844610804140686 ], [ -111.74831797191707, 39.844159017674045 ], [ -111.74857433877889, 39.843549194922886 ], [ -111.74880172735845, 39.842962083379341 ], [ -111.74897292703467, 39.842582562032078 ], [ -111.7491748606671, 39.842342495526971 ], [ -111.74938877397109, 39.842129381005677 ], [ -111.74992620373085, 39.841571798598885 ], [ -111.75006428548109, 39.841264568946677 ], [ -111.75010726739112, 39.841025528404671 ], [ -111.75008704104806, 39.840777886638712 ], [ -111.74995495545549, 39.840454383800186 ], [ -111.74981187012617, 39.840194021271188 ], [ -111.74963731549975, 39.839726633916733 ], [ -111.7495510507346, 39.839317240272194 ], [ -111.74952424901568, 39.839002066459024 ], [ -111.74954473296738, 39.838736141644304 ], [ -111.7495287366649, 39.838339808751009 ], [ -111.7494537202497, 39.837889797635135 ], [ -111.74933751828706, 39.837413923710749 ], [ -111.74925081425948, 39.837071205892322 ], [ -111.7492075072163, 39.836742623600941 ], [ -111.74918571930249, 39.836350832880825 ], [ -111.7491706557866, 39.836040087973814 ], [ -111.74912554499242, 39.835652952764661 ], [ -111.74905219822715, 39.835356099023585 ], [ -111.74892680305194, 39.835109135796266 ], [ -111.74875451793669, 39.834848960182143 ], [ -111.74865907336654, 39.834669377737498 ], [ -111.74851747224457, 39.834544152548588 ], [ -111.74845714034672, 39.834476967388618 ], [ -111.74839276497609, 39.834360253712582 ], [ -111.7483802576736, 39.834284651055157 ], [ -111.74837279156539, 39.83413513451702 ], [ -111.74845818666255, 39.833927355413785 ], [ -111.74863413871526, 39.833556813304988 ], [ -111.7487939191297, 39.833096276058406 ], [ -111.74889659564299, 39.832865860252035 ], [ -111.74904674803823, 39.832702712256051 ], [ -111.74919091008941, 39.832526087861709 ], [ -111.74970519060008, 39.831995685042223 ], [ -111.75019726843828, 39.831573542593375 ], [ -111.75044021217428, 39.831346723233189 ], [ -111.75059079889984, 39.831224115071606 ], [ -111.75071942805099, 39.831124173614924 ], [ -111.75093223184408, 39.83092007305946 ], [ -111.75107707222081, 39.83080651138323 ], [ -111.75130848158325, 39.830701398865948 ], [ -111.75159510568729, 39.830622957973475 ], [ -111.75174593429429, 39.830522871555978 ], [ -111.7519138974438, 39.830386634186318 ], [ -111.75202387584631, 39.830291317119205 ], [ -111.75213395220229, 39.83020500923859 ], [ -111.75228517221775, 39.830140959286297 ], [ -111.75241925731855, 39.830113059973058 ], [ -111.75267589931074, 39.830071751556929 ], [ -111.75279819073626, 39.830034017400607 ], [ -111.75315203109422, 39.82979746277914 ], [ -111.75338401186937, 39.829638282851683 ], [ -111.75357538904885, 39.82950639598613 ], [ -111.75374324763396, 39.829361146713623 ], [ -111.75393923476754, 39.829116605203303 ], [ -111.75412923025195, 39.828858587411162 ], [ -111.75428981488433, 39.828582740665141 ], [ -111.75446886187324, 39.828392367946257 ], [ -111.75471197755051, 39.828183558328412 ], [ -111.75509545781259, 39.827987349613004 ], [ -111.75529925193221, 39.827922953538852 ], [ -111.75553745862156, 39.827799768469717 ], [ -111.75569436449669, 39.827722162149655 ], [ -111.75578086514055, 39.827617984499142 ], [ -111.75593423199416, 39.827324162606203 ], [ -111.75611434089463, 39.827124770480552 ], [ -111.75626471074492, 39.826984136474636 ], [ -111.75646672218524, 39.826757571230971 ], [ -111.75664463175177, 39.8264644893354 ], [ -111.75682375574691, 39.826282221383273 ], [ -111.75707219480927, 39.826027421411879 ], [ -111.7573035207996, 39.825810574319895 ], [ -111.75755746218722, 39.825525103615362 ], [ -111.75789186558941, 39.825118373668815 ], [ -111.75820970915939, 39.824800048303388 ], [ -111.75846923757231, 39.824492014231005 ], [ -111.75874534851893, 39.82409827675734 ], [ -111.75890030953923, 39.823844985102426 ], [ -111.75911948234562, 39.823586768145383 ], [ -111.7593559316437, 39.823305912857997 ], [ -111.75955668224421, 39.822966726221473 ], [ -111.75964153416352, 39.822713892508766 ], [ -111.75971589222432, 39.822569246664706 ], [ -111.75996383093907, 39.822271195994787 ], [ -111.76014813199407, 39.822030324342144 ], [ -111.7603487161845, 39.821676721475626 ], [ -111.76045659344967, 39.821393102440069 ], [ -111.76065164036994, 39.821067466120475 ], [ -111.76088310336415, 39.820759610521165 ], [ -111.7610667114419, 39.820456573341076 ], [ -111.76122088520601, 39.820239323395505 ], [ -111.76139330413262, 39.819981408784471 ], [ -111.76161814801169, 39.819709634875281 ], [ -111.76174562118015, 39.81961419366268 ], [ -111.76184408449377, 39.819536962679628 ], [ -111.76206942274462, 39.819310234335504 ], [ -111.76224847418034, 39.819124354381749 ], [ -111.76235208102153, 39.818984019594694 ], [ -111.76247301322179, 39.818825550976932 ], [ -111.76257617105188, 39.818644674205281 ], [ -111.76266190312269, 39.818472921824998 ], [ -111.76273060799556, 39.818346331017445 ], [ -111.7628515382256, 39.818187862006688 ], [ -111.76308824302367, 39.817933126101757 ], [ -111.76326729814122, 39.81774814552039 ], [ -111.7634343103676, 39.817530808112352 ], [ -111.7635899376601, 39.817340575212498 ], [ -111.76375664870926, 39.817096209487055 ], [ -111.76385420852297, 39.816937893248998 ], [ -111.76398686653692, 39.816783850791879 ], [ -111.76408407619368, 39.816594001861034 ], [ -111.76416445949577, 39.816467333267973 ], [ -111.76424419387074, 39.816282104261418 ], [ -111.76426646182485, 39.81618284820712 ], [ -111.76421873268525, 39.81609306315849 ], [ -111.76412799777982, 39.815917966861562 ], [ -111.76409826304072, 39.815764993640336 ], [ -111.76410270764396, 39.815638825152156 ], [ -111.76407699769864, 39.815427260772559 ], [ -111.76409836773163, 39.815246921146588 ], [ -111.76413756092188, 39.815093493966231 ], [ -111.76420616002696, 39.814957892981276 ], [ -111.76431529864962, 39.814790490100066 ], [ -111.76440687299269, 39.814619598853348 ], [ -111.76450329956887, 39.814464893461803 ], [ -111.76456677513207, 39.814288781254824 ], [ -111.7646224921609, 39.814045145540177 ], [ -111.76474835322459, 39.813805552456188 ], [ -111.76489837710085, 39.813637879516023 ], [ -111.7650078116359, 39.813497503847572 ], [ -111.76519203204512, 39.813253020495317 ], [ -111.76534754507156, 39.813053775947743 ], [ -111.76550235761255, 39.812791466173188 ], [ -111.76556895281128, 39.8124756785977 ], [ -111.76564233809015, 39.812245440677302 ], [ -111.765721863849, 39.812042192026688 ], [ -111.76589968692596, 39.811748195005777 ], [ -111.76603188051472, 39.811553608409028 ], [ -111.76613486836952, 39.811359214505906 ], [ -111.76623196465339, 39.811160354438464 ], [ -111.76630594662564, 39.810984171820245 ], [ -111.76636275553524, 39.810839637406147 ], [ -111.76638643711863, 39.810762896407446 ], [ -111.76636669558791, 39.810668422316702 ], [ -111.76633109971353, 39.810619102689579 ], [ -111.76613270791282, 39.810638432728219 ], [ -111.76372354018501, 39.810938128758728 ], [ -111.76246962334797, 39.811117564569066 ], [ -111.76184523479638, 39.811175725691641 ], [ -111.76116283266724, 39.811270303854648 ], [ -111.75976287732733, 39.811450668374754 ], [ -111.75919713133821, 39.811530055132948 ], [ -111.75865325307709, 39.811579563311668 ], [ -111.75830470207823, 39.811649416432495 ], [ -111.75763372490118, 39.81172137430675 ], [ -111.75703274000944, 39.811783861704399 ], [ -111.75651932039766, 39.811841270112041 ], [ -111.75586586251254, 39.811913103540753 ], [ -111.75504394871881, 39.812071624180028 ], [ -111.75466432812593, 39.812078598881506 ], [ -111.75430831793756, 39.812107943733928 ], [ -111.75373594140309, 39.812116168357669 ], [ -111.75309347171097, 39.81212484512546 ], [ -111.7516037012044, 39.812107475198125 ], [ -111.75117141207275, 39.812105769678809 ], [ -111.75068625917569, 39.812077374716949 ], [ -111.69028007386494, 39.812620053585121 ], [ -111.64210156558165, 39.813030922760731 ], [ -111.64236768116938, 39.798316115915533 ], [ -111.62572901167596, 39.798370990069714 ], [ -111.62251121055752, 39.798397306928862 ], [ -111.62268368771684, 39.783845181453501 ], [ -111.60384171254833, 39.783949255243257 ], [ -111.58479955627271, 39.783866572522889 ], [ -111.58503226855723, 39.749969479672387 ], [ -111.58506618939994, 39.740179820520311 ], [ -111.6039068364946, 39.739948182305064 ], [ -111.62575859891922, 39.739736938069115 ], [ -111.6427445669397, 39.739640526871113 ], [ -111.64259323795928, 39.725229685878666 ], [ -111.66146617797291, 39.7251642334911 ], [ -111.66138954720014, 39.717753841829577 ], [ -111.68018345046912, 39.717573175268484 ], [ -111.68023178162113, 39.71002240244286 ], [ -111.68962586133614, 39.709750741357624 ], [ -111.68956917761251, 39.695267270075369 ], [ -111.69903728900309, 39.695021443074687 ], [ -111.71862147338206, 39.694613566344515 ], [ -111.71667770388861, 39.636883767651476 ], [ -111.71545971555071, 39.63686424530421 ], [ -111.71543611102223, 39.624957351511419 ], [ -111.7156419877042, 39.548174700010136 ], [ -111.71324463090569, 39.54819394172619 ], [ -111.71325637217232, 39.515796985201717 ], [ -111.71325711487113, 39.499942220102298 ], [ -111.71314146772625, 39.460158068878634 ], [ -111.7314599705162, 39.460080335486985 ], [ -111.7317738426997, 39.460082866145008 ], [ -111.74771504732601, 39.459990475203135 ], [ -111.74770464252093, 39.457931643787376 ], [ -111.74742759545369, 39.440718843939479 ], [ -111.74729595546989, 39.416976911490224 ], [ -111.74710710143445, 39.382949645599609 ], [ -111.75074102801004, 39.382917245047061 ], [ -111.76575786677503, 39.382724773462584 ], [ -111.80325791031842, 39.382408859368077 ], [ -111.82185632162569, 39.382206893121214 ], [ -111.84052482669671, 39.382051005708881 ], [ -111.86263228435891, 39.381605371220616 ], [ -111.87576299431673, 39.381516291377878 ], [ -111.8814984616188, 39.381495507035744 ], [ -111.89960202246851, 39.381227193373661 ], [ -111.89965801328992, 39.381518702170631 ], [ -111.92252614587147, 39.381573909038565 ], [ -111.92214900593274, 39.374972172662709 ], [ -111.92156053123227, 39.366858327850345 ], [ -111.95880801824266, 39.366169926691555 ], [ -111.95835622652962, 39.351373818029238 ], [ -111.95778778601101, 39.336939053551532 ], [ -112.00077660742458, 39.336829640566748 ], [ -112.0030333019857, 39.336819224516418 ], [ -112.00701429025277, 39.33681187941098 ], [ -112.01335992483838, 39.336797349277319 ], [ -112.01575009742251, 39.336790029621916 ], [ -112.01571450011912, 39.332726579256679 ], [ -112.01565030157045, 39.329893317794401 ], [ -112.01566092560213, 39.327018854494625 ], [ -112.01568158981387, 39.322432293170493 ], [ -112.01574560169209, 39.318436444241463 ], [ -112.01579296969376, 39.314492999292234 ], [ -112.01846099820665, 39.314501223356501 ], [ -112.02927814740063, 39.314536730826021 ], [ -112.04136520654619, 39.314555373545474 ], [ -112.04821465716432, 39.314547958972106 ], [ -112.05327773336707, 39.314538297914531 ], [ -112.0533026286075, 39.315038159023651 ], [ -112.05863685781986, 39.315007789596415 ], [ -112.06483185655259, 39.314982820500376 ], [ -112.07213343127484, 39.314956345217851 ], [ -112.07214923859429, 39.319335327341818 ], [ -112.07216266544857, 39.323709822923227 ], [ -112.07217430206362, 39.327890605310841 ], [ -112.0722366910254, 39.329696642520645 ], [ -112.08161114917583, 39.329695503516611 ], [ -112.08936726700774, 39.329704262296744 ], [ -112.0919832213574, 39.329684253775994 ], [ -112.10031919873975, 39.329677830232555 ], [ -112.10773272322739, 39.329666076774572 ], [ -112.10956585510087, 39.329666636588549 ], [ -112.11234771163922, 39.32950042041363 ], [ -112.11969195503188, 39.32951109341785 ], [ -112.12578264491307, 39.329488382175299 ], [ -112.13311519580958, 39.329493815725172 ], [ -112.14037196983318, 39.329477003414155 ], [ -112.14833040322195, 39.32944470836847 ], [ -112.15550592991971, 39.329426852715692 ], [ -112.16195682713624, 39.329439218347879 ], [ -112.16822166760927, 39.329426062530963 ], [ -112.17693545331451, 39.329468925174695 ], [ -112.18432622929272, 39.329488563376756 ], [ -112.19351018220216, 39.329547925454236 ], [ -112.1954649235005, 39.32953687430502 ], [ -112.19577943486614, 39.329542653848392 ], [ -112.1956194049761, 39.329751538391029 ], [ -112.19531157500627, 39.330070066199966 ], [ -112.19512370243029, 39.330279236001942 ], [ -112.19486661160367, 39.330511642277365 ], [ -112.19451061139839, 39.33072704225664 ], [ -112.19417047666347, 39.330852173816737 ], [ -112.19375486299597, 39.330973573359337 ], [ -112.19351989326169, 39.331142676589224 ], [ -112.19317114053761, 39.331443597482114 ], [ -112.19302805135152, 39.33155769500879 ], [ -112.19277567746364, 39.331726975140889 ], [ -112.19248750657165, 39.331838053555586 ], [ -112.19221070557244, 39.331935499108653 ], [ -112.19193350605221, 39.33200952090494 ], [ -112.19157551631989, 39.332108697444959 ], [ -112.19139792575635, 39.332172687655365 ], [ -112.19105083334802, 39.332298782397551 ], [ -112.19067573056213, 39.332415251170929 ], [ -112.19042739102342, 39.332480864725724 ], [ -112.19005716997978, 39.33254321884916 ], [ -112.18971617843056, 39.332618788692137 ], [ -112.18946173166707, 39.3326664417107 ], [ -112.18906586499757, 39.332927284799887 ], [ -112.18899763537404, 39.333009075956546 ], [ -112.18883255573515, 39.333195476638423 ], [ -112.1885404789503, 39.333419215894125 ], [ -112.18833410859783, 39.333565490484098 ], [ -112.18804653286973, 39.333712593680374 ], [ -112.18778902478566, 39.333922462489859 ], [ -112.18756563138905, 39.334091435588284 ], [ -112.18733147436772, 39.334310075566265 ], [ -112.18718958882738, 39.334496237288619 ], [ -112.18711745977139, 39.33469069778981 ], [ -112.18715034742624, 39.334920128894353 ], [ -112.18717888251503, 39.33523520368189 ], [ -112.18718223497579, 39.335433399444952 ], [ -112.18739043332069, 39.335737630870625 ], [ -112.18760246750404, 39.335925587932806 ], [ -112.18778539349235, 39.336107534360394 ], [ -112.18785934531743, 39.336363577443841 ], [ -112.18795062314832, 39.336614938390021 ], [ -112.18801885182185, 39.336875544988118 ], [ -112.18816172629276, 39.337090337234073 ], [ -112.18822919360392, 39.337305899209518 ], [ -112.18824411916479, 39.337570654019963 ], [ -112.18820239756614, 39.337779221350807 ], [ -112.18807538798028, 39.338158956826227 ], [ -112.18817109703507, 39.338329178244479 ], [ -112.18826312533281, 39.33869316177281 ], [ -112.18869994885532, 39.339067139651796 ], [ -112.18895167116136, 39.339199724983018 ], [ -112.18912256506543, 39.339355661778292 ], [ -112.18920232627896, 39.33961164447058 ], [ -112.18917736784866, 39.339850676291746 ], [ -112.18914958500672, 39.339923043734885 ], [ -112.18900412113702, 39.340240796581625 ], [ -112.18890510886399, 39.340560777836615 ], [ -112.18894037151189, 39.340929845779627 ], [ -112.18901334082624, 39.341127330037622 ], [ -112.18916767652679, 39.341332993297982 ], [ -112.1894793264446, 39.341577595552558 ], [ -112.18970762627238, 39.341696902873366 ], [ -112.19002448385201, 39.341837830324629 ], [ -112.19021697205233, 39.341966513261312 ], [ -112.19035887055287, 39.342122744660188 ], [ -112.19046069746376, 39.342310922332395 ], [ -112.19063161770525, 39.342467757550274 ], [ -112.19088318772982, 39.342590428622231 ], [ -112.19145047869782, 39.342854935326784 ], [ -112.19151505538615, 39.342899326373839 ], [ -112.19174496956167, 39.343113222704936 ], [ -112.19187588371454, 39.343305606430576 ], [ -112.191941302804, 39.343399546014169 ], [ -112.19228274266139, 39.343688887648206 ], [ -112.19244542108305, 39.344043133126213 ], [ -112.19251367430799, 39.344303736396625 ], [ -112.19251216042504, 39.344556044111187 ], [ -112.19243570520341, 39.34483705207434 ], [ -112.19227876665195, 39.345162134657336 ], [ -112.19209092217724, 39.345375804221256 ], [ -112.19166591198737, 39.345632449237314 ], [ -112.19143569581225, 39.34574293162256 ], [ -112.19105213146401, 39.346048707463893 ], [ -112.19085474255166, 39.346384113574842 ], [ -112.19077116247034, 39.346587703582323 ], [ -112.19066559947905, 39.346863601910954 ], [ -112.1905800390127, 39.347292472856324 ], [ -112.19058035303151, 39.34765288694387 ], [ -112.19058509258727, 39.347932161847417 ], [ -112.19067220019635, 39.348278172247035 ], [ -112.19079289464004, 39.34855175543462 ], [ -112.19093099474603, 39.348825160354451 ], [ -112.1911984136092, 39.349196356163226 ], [ -112.19148897804722, 39.349495230911394 ], [ -112.19168859271934, 39.34970042680753 ], [ -112.19196739271656, 39.350057988567919 ], [ -112.19209375612083, 39.350254923585787 ], [ -112.19226643338162, 39.350582035150062 ], [ -112.19231499081948, 39.350707683620904 ], [ -112.19239447130771, 39.350945645545394 ], [ -112.19240052033906, 39.351301495386508 ], [ -112.19239213275753, 39.351490800266284 ], [ -112.19238977665543, 39.351693558975519 ], [ -112.19237597006301, 39.351905445430468 ], [ -112.19236277596755, 39.352153367298619 ], [ -112.19230973447102, 39.352446749556698 ], [ -112.19226799007006, 39.3527219951864 ], [ -112.19220968183872, 39.353046967817548 ], [ -112.19213457976147, 39.353408154141434 ], [ -112.19206466648222, 39.353733245556796 ], [ -112.19197612178918, 39.353986444387637 ], [ -112.19186375607903, 39.354203845440061 ], [ -112.19171138777904, 39.35445769773635 ], [ -112.19155886534236, 39.354702540985166 ], [ -112.19141733385948, 39.354911229816146 ], [ -112.19134787500559, 39.35526334735318 ], [ -112.19138697251783, 39.355515238837356 ], [ -112.1914783661048, 39.355771100056948 ], [ -112.19159327514686, 39.356044741232083 ], [ -112.19169535611836, 39.356246430299421 ], [ -112.19181476772508, 39.356443436559772 ], [ -112.19192548467855, 39.356811729686669 ], [ -112.19195855334624, 39.357050167026642 ], [ -112.19199200506299, 39.357311126465405 ], [ -112.19204408895213, 39.357643978347177 ], [ -112.1921309107238, 39.357971969099601 ], [ -112.19223034534971, 39.35829082012355 ], [ -112.192360436087, 39.358501231939158 ], [ -112.19247696180973, 39.358869464863737 ], [ -112.19246949320316, 39.359112822583022 ], [ -112.1923696451733, 39.359384158176837 ], [ -112.19226748713092, 39.359587939245088 ], [ -112.19225745531699, 39.359885385666935 ], [ -112.19220736553996, 39.360079622753432 ], [ -112.1919801661151, 39.360370283530791 ], [ -112.19179342951109, 39.360651519031279 ], [ -112.19177113801214, 39.360705809813176 ], [ -112.19176946948731, 39.3609491080231 ], [ -112.19178856145726, 39.361048027011421 ], [ -112.19181345606746, 39.361146886562551 ], [ -112.19188683873062, 39.361366890006849 ], [ -112.19197694058462, 39.361546175280992 ], [ -112.19201503364421, 39.361738607845218 ], [ -112.19181892399438, 39.362151491344555 ], [ -112.1917134963852, 39.362436399036248 ], [ -112.19165975648902, 39.362689240864803 ], [ -112.19164654348596, 39.362936261386608 ], [ -112.19172559258539, 39.36314809746321 ], [ -112.19185058958278, 39.363331530586841 ], [ -112.19206912094164, 39.363554552212406 ], [ -112.19235667447815, 39.363740824523923 ], [ -112.1929308664439, 39.364059313918084 ], [ -112.19338059705677, 39.364225900078729 ], [ -112.19359095604983, 39.364309341304846 ], [ -112.19388796469408, 39.364436945149343 ], [ -112.19420432051936, 39.364541823655266 ], [ -112.19449845400537, 39.364773075083292 ], [ -112.19465849951595, 39.365037238922966 ], [ -112.19472748338484, 39.365270801136077 ], [ -112.19475530066903, 39.365540827609898 ], [ -112.19478869086561, 39.365797281236546 ], [ -112.19481208744756, 39.366148446682409 ], [ -112.1947990541038, 39.366405376965744 ], [ -112.19476999335534, 39.36674356542018 ], [ -112.1947640832267, 39.367077911979734 ], [ -112.19470979854478, 39.36729832313911 ], [ -112.19462751122215, 39.367578490411667 ], [ -112.19456851255396, 39.367862923726861 ], [ -112.19456869633864, 39.368214327415309 ], [ -112.19462576067073, 39.368497569116066 ], [ -112.19463663010872, 39.368794800667089 ], [ -112.19459008140407, 39.369128663303016 ], [ -112.19454909600675, 39.369516531172565 ], [ -112.19451485320479, 39.369823236214806 ], [ -112.19458367895645, 39.370115367506884 ], [ -112.19476169399098, 39.370343304835622 ], [ -112.19489312977791, 39.370562709833521 ], [ -112.19493155884967, 39.370774059470506 ], [ -112.19473961835253, 39.371091394320203 ], [ -112.19471947570167, 39.371271809038028 ], [ -112.19483296540137, 39.371459861951877 ], [ -112.19496928554598, 39.371625154291728 ], [ -112.19496716807569, 39.371841425485307 ], [ -112.19485432379093, 39.372031802619539 ], [ -112.19479386390593, 39.372230652127158 ], [ -112.19480900289292, 39.372437735703699 ], [ -112.19486026853104, 39.372721036615751 ], [ -112.19480088309172, 39.372982947816951 ], [ -112.19464979160715, 39.373313378545035 ], [ -112.19446195796554, 39.373531556374473 ], [ -112.1941469039661, 39.373778070833673 ], [ -112.19391148745115, 39.373929158184318 ], [ -112.19350226724023, 39.374100048800308 ], [ -112.19337031715527, 39.374191506142509 ], [ -112.19311191290799, 39.374356343239889 ], [ -112.19284297333839, 39.374584360509836 ], [ -112.19253050367148, 39.375051598670815 ], [ -112.19252304604453, 39.375227377714687 ], [ -112.19256650819734, 39.375393624459001 ], [ -112.19261600429193, 39.375573324916722 ], [ -112.19262594724566, 39.375816503508702 ], [ -112.19260030088729, 39.376014994945358 ], [ -112.19254569657379, 39.376217387338194 ], [ -112.19242239615239, 39.376476348166186 ], [ -112.19226410301862, 39.37672575601475 ], [ -112.19208221010452, 39.376952879472817 ], [ -112.19189412906998, 39.377157540066939 ], [ -112.19173690494868, 39.377470008946638 ], [ -112.19167133260508, 39.377710356866245 ], [ -112.19158274307007, 39.377962653976581 ], [ -112.19142406078926, 39.378189538672245 ], [ -112.19121451960139, 39.378498037344883 ], [ -112.19099894288033, 39.378793081838047 ], [ -112.19084475965714, 39.378943331399455 ], [ -112.19070371466489, 39.379183550153776 ], [ -112.19069349692991, 39.379607142816489 ], [ -112.19072046384107, 39.379827621255487 ], [ -112.19064349199249, 39.380080699732765 ], [ -112.19047823258204, 39.38026259848629 ], [ -112.19030136395241, 39.380444615774124 ], [ -112.19006958895324, 39.380811907283935 ], [ -112.19028549260487, 39.380877276549157 ], [ -112.19039554320436, 39.380862635046292 ], [ -112.19099780368747, 39.38077537802797 ], [ -112.19150803790303, 39.380738617481214 ], [ -112.1918447584017, 39.380739673818809 ], [ -112.19233369117987, 39.380815757635418 ], [ -112.19247352880599, 39.380845860812045 ], [ -112.19270081311542, 39.380897593364281 ], [ -112.19293420871296, 39.38096728357192 ], [ -112.19330538239012, 39.381286949888825 ], [ -112.19347106221632, 39.381470864304788 ], [ -112.19355631170095, 39.381704259664694 ], [ -112.19365928161227, 39.381955493905473 ], [ -112.19390332129556, 39.382308899861265 ], [ -112.19399068377372, 39.382393601933153 ], [ -112.19408044496521, 39.382482784507658 ], [ -112.19415751358154, 39.382576602475986 ], [ -112.1942461911254, 39.382670301229041 ], [ -112.1944111703215, 39.382812773690304 ], [ -112.19494320901939, 39.383032569915585 ], [ -112.19516987913339, 39.383115840205512 ], [ -112.19551595870527, 39.383256450544771 ], [ -112.19574190719069, 39.383569491705373 ], [ -112.19585024634395, 39.383794538604768 ], [ -112.19590593081941, 39.383995798632817 ], [ -112.19597485466367, 39.384292432498611 ], [ -112.19603147804079, 39.384548646075601 ], [ -112.19612888738544, 39.384813450670237 ], [ -112.19624301896771, 39.385037536551899 ], [ -112.19643849219325, 39.38526529102792 ], [ -112.19672653234423, 39.38547407228814 ], [ -112.19712958871612, 39.385618596791339 ], [ -112.19729273327403, 39.385652959452891 ], [ -112.19757769764233, 39.38568156280256 ], [ -112.1978881198021, 39.385772975932468 ], [ -112.19815009211848, 39.385882907940221 ], [ -112.19841345732675, 39.386006340559163 ], [ -112.19872356883508, 39.386147311675373 ], [ -112.19895195396562, 39.386262093100441 ], [ -112.19915704411265, 39.386372608994719 ], [ -112.1993798573564, 39.386500962551608 ], [ -112.19973772173195, 39.386718026761805 ], [ -112.19993793556897, 39.386882653750774 ], [ -112.2002170070824, 39.387244694970029 ], [ -112.20033100144165, 39.387459767713111 ], [ -112.200468910255, 39.387715140221502 ], [ -112.20056580061973, 39.387948409929528 ], [ -112.20072546358656, 39.388117959139251 ], [ -112.20110121824389, 39.38836186548442 ], [ -112.2013825531385, 39.388516642010416 ], [ -112.20164661382519, 39.38867970559577 ], [ -112.20191163406288, 39.388898622912457 ], [ -112.20198330352584, 39.388947439468737 ], [ -112.2022112378459, 39.389102765659018 ], [ -112.20250326003566, 39.389203366811806 ], [ -112.20295294401942, 39.389288821560093 ], [ -112.20334465717249, 39.389446957088722 ], [ -112.2034958940008, 39.389530991121546 ], [ -112.20368946838252, 39.389646123186374 ], [ -112.20401733092639, 39.389804917028073 ], [ -112.20435641760388, 39.389941067839253 ], [ -112.20483714867946, 39.390210906225697 ], [ -112.2050846752955, 39.39035701343407 ], [ -112.2053649433868, 39.390516296420124 ], [ -112.2056931238626, 39.390693102897721 ], [ -112.20598663100368, 39.390879278230649 ], [ -112.2061454605761, 39.390999271488951 ], [ -112.20650979446005, 39.391252288832206 ], [ -112.20667443378056, 39.391439798776197 ], [ -112.20672319928352, 39.391506870636178 ], [ -112.20679023682617, 39.391690887569659 ], [ -112.20692662541448, 39.391856164291525 ], [ -112.20706990650734, 39.392084441820906 ], [ -112.20722062402241, 39.392407250721142 ], [ -112.20732311585095, 39.392626940814324 ], [ -112.20743636453055, 39.392796962214774 ], [ -112.20765387408828, 39.392952385710977 ], [ -112.2078528856629, 39.393112506023826 ], [ -112.20809076075024, 39.393371336299275 ], [ -112.20824047569849, 39.393635586891833 ], [ -112.20835582651395, 39.393927225269358 ], [ -112.20838285558108, 39.394147698138838 ], [ -112.20830585572267, 39.39439628258166 ], [ -112.20815808810661, 39.394581628430082 ], [ -112.20795755897245, 39.394737787789431 ], [ -112.20764081333144, 39.394888846028962 ], [ -112.20738617026561, 39.39493744192378 ], [ -112.20677544442236, 39.394876201133407 ], [ -112.20643254112446, 39.394857231785728 ], [ -112.20614119043749, 39.394864758004253 ], [ -112.20581192765532, 39.394896103374307 ], [ -112.20548696769944, 39.394907580451481 ], [ -112.20516976623453, 39.395032506688572 ], [ -112.20491069483158, 39.395161335184895 ], [ -112.20467430164074, 39.395258392036332 ], [ -112.2041179918146, 39.395322718729169 ], [ -112.2036993845749, 39.395291009348831 ], [ -112.20315182112881, 39.395188549390092 ], [ -112.20289414090426, 39.395060563945655 ], [ -112.20262577906254, 39.394986750470729 ], [ -112.20214184640443, 39.394870112391402 ], [ -112.20159041501314, 39.394880314452436 ], [ -112.20134039627644, 39.394927948330839 ], [ -112.20090235807409, 39.395049605554604 ], [ -112.20067610303082, 39.395060951277337 ], [ -112.20051920354173, 39.395053560154437 ], [ -112.20040859264624, 39.395036680841621 ], [ -112.20024519311207, 39.394988809819196 ], [ -112.20001220660758, 39.394946161564256 ], [ -112.19982666643756, 39.394961590824465 ], [ -112.19968261248985, 39.395026148935408 ], [ -112.19962106802498, 39.395161938923856 ], [ -112.19964837884693, 39.39540043172056 ], [ -112.19973335828563, 39.395615803902437 ], [ -112.19985967087437, 39.395871296309195 ], [ -112.19980663597318, 39.396097102155373 ], [ -112.19967038765103, 39.396346292007699 ], [ -112.19951122880526, 39.396546160980876 ], [ -112.1993226557866, 39.396723807094624 ], [ -112.19918081913883, 39.39691809081836 ], [ -112.19931287603552, 39.397169920407947 ], [ -112.19947510359479, 39.397488115363977 ], [ -112.19936300357594, 39.3977235403013 ], [ -112.19917442708044, 39.397901186193884 ], [ -112.19897904143104, 39.398020334671358 ], [ -112.19877908321811, 39.398211612755823 ], [ -112.19841430589499, 39.398611826608686 ], [ -112.1981915841497, 39.398830369234794 ], [ -112.19798946381437, 39.398895523310678 ], [ -112.19758894777607, 39.39890415232373 ], [ -112.1973393027603, 39.398906722048515 ], [ -112.19681540411725, 39.398831019896051 ], [ -112.1963864821696, 39.398808400767599 ], [ -112.19597853787786, 39.398790069568214 ], [ -112.19549620401854, 39.398767996254534 ], [ -112.19514174934127, 39.39875361759109 ], [ -112.19479975155851, 39.398788666852063 ], [ -112.19445225503893, 39.398841792275149 ], [ -112.19382119993638, 39.398951889063667 ], [ -112.19365910074897, 39.398980583506081 ], [ -112.19334139852815, 39.399078451670078 ], [ -112.19307044821601, 39.399193860210389 ], [ -112.19273509678257, 39.399278392197083 ], [ -112.19241020547875, 39.399295238345779 ], [ -112.19195626887019, 39.399235916831124 ], [ -112.19161778845078, 39.399136666422564 ], [ -112.19138572413601, 39.399080475977279 ], [ -112.1911995342147, 39.39919501208955 ], [ -112.19127649451327, 39.399554638213175 ], [ -112.19116009027118, 39.399880202937403 ], [ -112.19096087128412, 39.400116511854364 ], [ -112.19077807266213, 39.400294085047825 ], [ -112.1905837380199, 39.400476281195779 ], [ -112.19036228743052, 39.400771383906573 ], [ -112.19021462715692, 39.400966617356076 ], [ -112.19000349923155, 39.401185926794888 ], [ -112.18978576806489, 39.401358449549903 ], [ -112.18949180880338, 39.401487600636948 ], [ -112.18930526270007, 39.401786849591396 ], [ -112.1892602007258, 39.402210796835483 ], [ -112.18917097697819, 39.402427957399311 ], [ -112.18906716497565, 39.402811958505595 ], [ -112.1891059026743, 39.403041326489991 ], [ -112.18920781893601, 39.403229502028019 ], [ -112.18929292958995, 39.403453890683281 ], [ -112.18919469348178, 39.403824319312399 ], [ -112.18905420681361, 39.404100571048552 ], [ -112.18912632869825, 39.404243999414611 ], [ -112.18922182858626, 39.404396199088339 ], [ -112.18934836276134, 39.404597638299911 ], [ -112.18944369722861, 39.404808406731469 ], [ -112.18953532100579, 39.40507417613982 ], [ -112.18965824237276, 39.405472978525125 ], [ -112.18977819503615, 39.40569701039157 ], [ -112.18998531948029, 39.405924655587064 ], [ -112.19011596774415, 39.406094515592073 ], [ -112.19025395461942, 39.406354403806453 ], [ -112.19027566232354, 39.406606471350614 ], [ -112.19026764908074, 39.406818296443411 ], [ -112.19026559536282, 39.407039070893916 ], [ -112.19038922927102, 39.407479312628467 ], [ -112.19041421667421, 39.407582675871353 ], [ -112.19047603441425, 39.407802796648511 ], [ -112.19066208680125, 39.408156800960995 ], [ -112.19078080954625, 39.408376339073207 ], [ -112.19079825786044, 39.408650975878921 ], [ -112.19068022836835, 39.408881947776649 ], [ -112.19061468698382, 39.409125897839743 ], [ -112.19067154305253, 39.409395626103816 ], [ -112.19067552719481, 39.409629854169019 ], [ -112.19033569515337, 39.409795518278251 ], [ -112.19007577585974, 39.409879270797383 ], [ -112.18974075252281, 39.409986316766719 ], [ -112.18939449754239, 39.410116002467504 ], [ -112.18905381836733, 39.410232114634844 ], [ -112.18874255384912, 39.41037045106404 ], [ -112.18841432690137, 39.410535990981529 ], [ -112.18813736469521, 39.410642439151012 ], [ -112.18780783558127, 39.410731402771283 ], [ -112.18758366698673, 39.410868846713683 ], [ -112.18747761879332, 39.411122218874702 ], [ -112.18756563825298, 39.411517775235488 ], [ -112.18759887550365, 39.411765220226265 ], [ -112.18761507473469, 39.412035364997358 ], [ -112.1877368671698, 39.41236750397551 ], [ -112.18783650356856, 39.412762941415693 ], [ -112.18786706683504, 39.412852732680435 ], [ -112.18789067978328, 39.413217410183471 ], [ -112.18797601400347, 39.413522890134992 ], [ -112.1881037852191, 39.413796400384093 ], [ -112.18825515346174, 39.414159772774724 ], [ -112.18831842388974, 39.414465477802445 ], [ -112.18838200084332, 39.414789200313706 ], [ -112.18845619816625, 39.415054247093238 ], [ -112.18856662945451, 39.415332439072088 ], [ -112.18872104260265, 39.415601171132387 ], [ -112.18892833152313, 39.415836925327945 ], [ -112.18928763319632, 39.41613149421795 ], [ -112.18986682908765, 39.416377860103466 ], [ -112.19024024950052, 39.416477658434168 ], [ -112.19071400241813, 39.416671036989371 ], [ -112.19091932355133, 39.416790574441997 ], [ -112.19096654768032, 39.41683514257506 ], [ -112.19110363987859, 39.417040976387604 ], [ -112.19092317481807, 39.417358185727984 ], [ -112.19079275078121, 39.417544232739942 ], [ -112.19065613558915, 39.41770781715779 ], [ -112.19056705092585, 39.417933987218454 ], [ -112.19054392717166, 39.418213544055696 ], [ -112.19063081236867, 39.418609109112595 ], [ -112.19066092209145, 39.418671873188543 ], [ -112.19079481591896, 39.419030915573423 ], [ -112.19085580265546, 39.419201487392854 ], [ -112.1909644755933, 39.419443653525228 ], [ -112.19119014147017, 39.419734178261585 ], [ -112.19139112222632, 39.419939357303079 ], [ -112.19165782741116, 39.420251986536648 ], [ -112.19166450130793, 39.420643867227824 ], [ -112.19156342465409, 39.421189126222544 ], [ -112.1915682725826, 39.421473802737118 ], [ -112.19161810855351, 39.421671519265139 ], [ -112.19172632784708, 39.42188665823862 ], [ -112.19172931992348, 39.422062328842792 ], [ -112.19158223377343, 39.422293598948286 ], [ -112.19139488751031, 39.42248022965142 ], [ -112.19134101807843, 39.422796142632407 ], [ -112.19157403864486, 39.423176694264747 ], [ -112.19182837454107, 39.423444397998395 ], [ -112.1920053591864, 39.42367234746645 ], [ -112.19226247207133, 39.424034630087938 ], [ -112.1924280075695, 39.424204129173447 ], [ -112.19263587253276, 39.424471406439061 ], [ -112.19272080666218, 39.424683178982804 ], [ -112.19277380664309, 39.424997996545301 ], [ -112.19270646764147, 39.42520502331837 ], [ -112.19259494209102, 39.425409800027452 ], [ -112.1924054208134, 39.42560546490769 ], [ -112.192193367747, 39.42577432948719 ], [ -112.19201668326744, 39.425973466279601 ], [ -112.19192187729796, 39.426205101924189 ], [ -112.19187917382934, 39.426426292236215 ], [ -112.1920944787899, 39.426789003433811 ], [ -112.19234164017092, 39.426975686525125 ], [ -112.19253614646789, 39.427140383186703 ], [ -112.19279569443339, 39.427371989850045 ], [ -112.19306112903158, 39.427608040689606 ], [ -112.19327979322287, 39.427826550135087 ], [ -112.19337873199588, 39.428177838187203 ], [ -112.19332486146783, 39.428425273420032 ], [ -112.19317753730242, 39.428643032317943 ], [ -112.19298940124465, 39.428852199335616 ], [ -112.19283588289539, 39.429047495554833 ], [ -112.19272263725274, 39.429219852811507 ], [ -112.19255568592163, 39.429649554450556 ], [ -112.1925084798183, 39.429947378660401 ], [ -112.1924906318423, 39.430195345139737 ], [ -112.19246396099368, 39.430402855679453 ], [ -112.19242094986495, 39.43060602858035 ], [ -112.19245956264217, 39.430826385237864 ], [ -112.19275566443928, 39.431156730376145 ], [ -112.19286328807006, 39.431335832747635 ], [ -112.19285031831399, 39.431597264647714 ], [ -112.19270894828237, 39.431823972117698 ], [ -112.19255849486417, 39.432199442589457 ], [ -112.19247635955641, 39.432493119664208 ], [ -112.19238826148498, 39.432777847497306 ], [ -112.19226423648152, 39.43299987142283 ], [ -112.19203063118451, 39.433268970922278 ], [ -112.19192890199818, 39.433435803112289 ], [ -112.19178225407863, 39.433694099572016 ], [ -112.19161175666196, 39.433916598983231 ], [ -112.19138501337605, 39.434247797957603 ], [ -112.19127398104165, 39.434550780432026 ], [ -112.19120422240394, 39.434889381273436 ], [ -112.19114761495617, 39.435317950383798 ], [ -112.19113440826287, 39.435565868931015 ], [ -112.1910614150012, 39.435782863704731 ], [ -112.19098531958031, 39.436022415946063 ], [ -112.19088001499334, 39.436320834173358 ], [ -112.19075912375354, 39.436727535477424 ], [ -112.19076167501767, 39.437218570671725 ], [ -112.19077452000214, 39.437290521548626 ], [ -112.1908177134866, 39.437438749226722 ], [ -112.19086778998314, 39.437649978494349 ], [ -112.19091832706441, 39.437888233908971 ], [ -112.19100036429144, 39.438270331470925 ], [ -112.19112222154421, 39.438602464495183 ], [ -112.19110450974765, 39.438927016566794 ], [ -112.19101678222536, 39.439234265070844 ], [ -112.19091597820345, 39.43945604959405 ], [ -112.19081502013886, 39.439668825306839 ], [ -112.19074225203502, 39.439899332896495 ], [ -112.19068511284021, 39.440228793666314 ], [ -112.19074026502851, 39.44066973341652 ], [ -112.19087892831713, 39.441033230504409 ], [ -112.19105169213495, 39.441283749509822 ], [ -112.19121161087082, 39.441462317472343 ], [ -112.19148971128753, 39.44175680827599 ], [ -112.19175711679937, 39.442105469731153 ], [ -112.19178693106089, 39.442150215662721 ], [ -112.1918830280258, 39.442333941811953 ], [ -112.19197446805488, 39.442585292781523 ], [ -112.1920835672271, 39.442849978090045 ], [ -112.19231062155373, 39.443217072357704 ], [ -112.19246513810236, 39.443419120636435 ], [ -112.19262054685677, 39.443673419220993 ], [ -112.19272941972939, 39.443924590744423 ], [ -112.19284279638214, 39.444099128513997 ], [ -112.19295082529359, 39.444300751882942 ], [ -112.19311213958004, 39.444560395348468 ], [ -112.19338087128017, 39.444985626638129 ], [ -112.19353235376192, 39.445349889673906 ], [ -112.19365322097589, 39.445622561818837 ], [ -112.19373685435203, 39.445824434776789 ], [ -112.19393419484061, 39.446083707199179 ], [ -112.19420039836758, 39.446360292717891 ], [ -112.19442401233341, 39.446524686501718 ], [ -112.19467636778988, 39.446670764026948 ], [ -112.19501021380898, 39.446825013929832 ], [ -112.19536125929666, 39.446965570652175 ], [ -112.19560145960378, 39.447080235096244 ], [ -112.19611494822317, 39.44720560393484 ], [ -112.19637846652506, 39.447324532064336 ], [ -112.19663710125346, 39.447497571520771 ], [ -112.1968009045307, 39.447901348484898 ], [ -112.19677617419929, 39.448153890802196 ], [ -112.19673355160123, 39.448379586393827 ], [ -112.19685616431575, 39.448753152136 ], [ -112.19690409298616, 39.448837355467795 ], [ -112.19716001057209, 39.449190627193722 ], [ -112.19722754515223, 39.449401673453522 ], [ -112.19731536462668, 39.449779200928873 ], [ -112.19734611170239, 39.44987799739625 ], [ -112.19745036371415, 39.450129211685763 ], [ -112.19761629479319, 39.450385196852764 ], [ -112.19786307294849, 39.450611516146289 ], [ -112.19796981834716, 39.450668983345061 ], [ -112.19818648681047, 39.450765864155507 ], [ -112.19844266392619, 39.45086233740588 ], [ -112.19866638289417, 39.450963649789728 ], [ -112.19886655025239, 39.451114761041616 ], [ -112.19913039709293, 39.451251699918387 ], [ -112.19945792361644, 39.451374465984266 ], [ -112.19989274932612, 39.451315918606831 ], [ -112.20025250787414, 39.451285175225479 ], [ -112.20058685231949, 39.451466434495565 ], [ -112.2007635527995, 39.451604269304596 ], [ -112.20113639961555, 39.451929293734437 ], [ -112.20138150671292, 39.452057410733502 ], [ -112.20172089340225, 39.45219356324619 ], [ -112.20216819451635, 39.452184434912034 ], [ -112.20231902492939, 39.45216936017227 ], [ -112.20258706494167, 39.452211639947485 ], [ -112.20275006147273, 39.452565859855085 ], [ -112.20274866961155, 39.452822666898037 ], [ -112.20266609021037, 39.453089323870586 ], [ -112.20251564726566, 39.453397228759833 ], [ -112.2023395604939, 39.453700893453068 ], [ -112.20211257434345, 39.454018599447316 ], [ -112.20182206025706, 39.454359487227883 ], [ -112.20161784626234, 39.454649926095733 ], [ -112.20146600109901, 39.454944328677662 ], [ -112.20130183710232, 39.455198312118263 ], [ -112.20118413951985, 39.45545091433253 ], [ -112.2010604294267, 39.455691865176703 ], [ -112.20089595264081, 39.455927830730083 ], [ -112.2007781131054, 39.456172324744237 ], [ -112.200707220843, 39.456443364684795 ], [ -112.20070651829873, 39.456740710645811 ], [ -112.20081009548214, 39.45701895928444 ], [ -112.2009943243287, 39.457255828693896 ], [ -112.20126183797241, 39.457604465747892 ], [ -112.20134519921413, 39.457720737977965 ], [ -112.20154175000268, 39.457998025351053 ], [ -112.20170258658504, 39.458226125017191 ], [ -112.20192129812456, 39.458440110875316 ], [ -112.20222811619381, 39.458708148022751 ], [ -112.20241814956034, 39.45894405402646 ], [ -112.20267188474888, 39.459166686522543 ], [ -112.20291274394987, 39.459316468553638 ], [ -112.20316564442705, 39.459490453185595 ], [ -112.20339441889168, 39.459613328464535 ], [ -112.20365336514944, 39.459800764834817 ], [ -112.20384884459094, 39.460014987429673 ], [ -112.20369777377908, 39.460354435942982 ], [ -112.20344094315747, 39.460627401908518 ], [ -112.20323524587079, 39.460899838214686 ], [ -112.20303156111845, 39.461154232820327 ], [ -112.20283920198329, 39.461391390427828 ], [ -112.20259187801979, 39.461609293611552 ], [ -112.20229831278805, 39.461774513883668 ], [ -112.20203922422212, 39.461916851390043 ], [ -112.20166345112608, 39.462033363435843 ], [ -112.20133261530705, 39.462059307471243 ], [ -112.20100704816296, 39.462053660255023 ], [ -112.2007500500648, 39.462047304090916 ], [ -112.20040278837583, 39.462064404841179 ], [ -112.20014199259836, 39.462107642944979 ], [ -112.19974606522914, 39.462404561938236 ], [ -112.19959311549404, 39.462568324510613 ], [ -112.19939367478018, 39.462800143340246 ], [ -112.19917960848365, 39.462924890617558 ], [ -112.19888120784196, 39.463147817791494 ], [ -112.19874304230756, 39.463563713952638 ], [ -112.19874125009549, 39.463797999047422 ], [ -112.19871590433959, 39.464014506436527 ], [ -112.19863298820989, 39.464263143157716 ], [ -112.19853767647601, 39.464466856311034 ], [ -112.19824942028471, 39.464942865401412 ], [ -112.19806832902975, 39.465228554347924 ], [ -112.19790482447343, 39.46552307208276 ], [ -112.19770025366697, 39.465795486947812 ], [ -112.19739084671787, 39.466055465674003 ], [ -112.19705765199319, 39.466284152586297 ], [ -112.19666053063258, 39.466513496451689 ], [ -112.19633802831365, 39.466688009757448 ], [ -112.19588867723665, 39.466922393476068 ], [ -112.19558321970885, 39.467074203763907 ], [ -112.19530643235021, 39.467203192905679 ], [ -112.19489071004182, 39.467365145068619 ], [ -112.19455215156171, 39.467620910693498 ], [ -112.19433447547735, 39.467807856882523 ], [ -112.19385008772669, 39.468033582364797 ], [ -112.19338586456063, 39.468078893856706 ], [ -112.19298502826851, 39.468092017297217 ], [ -112.19258326898111, 39.46805108731094 ], [ -112.19214641082682, 39.467997000413938 ], [ -112.1918963648945, 39.467990553506894 ], [ -112.19164473376031, 39.468231904251319 ], [ -112.19158710827718, 39.468601915134386 ], [ -112.19150393111029, 39.468837034031878 ], [ -112.19136929464102, 39.469122236506635 ], [ -112.19120362848447, 39.469633012974349 ], [ -112.19117587640478, 39.469709884408424 ], [ -112.19111028507513, 39.469953833087693 ], [ -112.19107497023371, 39.470337130458631 ], [ -112.19116868433336, 39.470651529183129 ], [ -112.19128256313542, 39.470853093111799 ], [ -112.19149442437644, 39.471346485977314 ], [ -112.19167514527001, 39.471786136074748 ], [ -112.19199575453929, 39.472111723778852 ], [ -112.19229799968687, 39.472451014245394 ], [ -112.19258785496518, 39.472745379747465 ], [ -112.19279291949675, 39.473180273143022 ], [ -112.19285256851252, 39.473337340490254 ], [ -112.19295179910242, 39.47363366048134 ], [ -112.19297354355831, 39.473885724194965 ], [ -112.19297777538418, 39.474133462455427 ], [ -112.19297581056982, 39.47435873867817 ], [ -112.19291518725213, 39.474553080875182 ], [ -112.19283720452501, 39.474752106248097 ], [ -112.19270923637019, 39.475087698967819 ], [ -112.19245537058565, 39.475539913861162 ], [ -112.19219921002674, 39.475857899128123 ], [ -112.19203216663151, 39.47628849924299 ], [ -112.1919924200779, 39.476684456252862 ], [ -112.19198817681972, 39.4771169912365 ], [ -112.19196372893501, 39.477387549031057 ], [ -112.19192982453984, 39.477785248108212 ], [ -112.19197387807084, 39.477982120697312 ], [ -112.19194850726129, 39.478198626489792 ], [ -112.19185950838661, 39.478433805001188 ], [ -112.19170674236173, 39.478679548299162 ], [ -112.19151433409445, 39.478986967255601 ], [ -112.19128721889366, 39.479304652756902 ], [ -112.19109343942529, 39.47953189395291 ], [ -112.19077982539349, 39.479891010602636 ], [ -112.19051140231218, 39.480173076684075 ], [ -112.19029467516403, 39.480418571977403 ], [ -112.19011220732692, 39.480627675253444 ], [ -112.18987934476047, 39.480949921922011 ], [ -112.18971011118474, 39.481253496581211 ], [ -112.18938470379904, 39.481603719878791 ], [ -112.1892257107671, 39.481826096957107 ], [ -112.18906289862309, 39.482165645906122 ], [ -112.18888891982108, 39.482532339499976 ], [ -112.18876197764746, 39.482930087717691 ], [ -112.18872328277602, 39.483047616365262 ], [ -112.18861721245858, 39.483305492408959 ], [ -112.18840092915273, 39.483578010281462 ], [ -112.18814211498001, 39.483742839610457 ], [ -112.1878996649335, 39.483844429551326 ], [ -112.18764558860568, 39.483946137750578 ], [ -112.1874083370198, 39.48401163264186 ], [ -112.18708427599655, 39.484100538997119 ], [ -112.18678904844201, 39.484175634787249 ], [ -112.18657572017985, 39.484280528801449 ], [ -112.18650583385553, 39.484615521610941 ], [ -112.1865324536751, 39.484813475030684 ], [ -112.18656029859628, 39.485083497778398 ], [ -112.18657185345391, 39.48542126348584 ], [ -112.18658830265358, 39.485704917844345 ], [ -112.1865938917381, 39.486033734171251 ], [ -112.18660515608384, 39.486354383351561 ], [ -112.18671251709669, 39.486582147357758 ], [ -112.18690376867335, 39.486751389406926 ], [ -112.18721597280215, 39.486716665975237 ], [ -112.18759297580711, 39.486663259369479 ], [ -112.18787010915702, 39.486822612300081 ], [ -112.18792746003318, 39.486844551895267 ], [ -112.18820036546697, 39.486823742690888 ], [ -112.18858103381224, 39.486644152247237 ], [ -112.1887990131529, 39.486470729290325 ], [ -112.18906418573175, 39.486337369296287 ], [ -112.1894650510218, 39.486319753489219 ], [ -112.19016215806397, 39.486218012084343 ], [ -112.19051978624172, 39.486119743205819 ], [ -112.19087422298141, 39.486107103069486 ], [ -112.19131503156346, 39.486317931484287 ], [ -112.19149142562122, 39.486501734540226 ], [ -112.1916981097439, 39.486688830939016 ], [ -112.19221219256758, 39.48683222915588 ], [ -112.1926253012889, 39.486850517786003 ], [ -112.19304491604234, 39.4869092841911 ], [ -112.19347553397584, 39.486999471908071 ], [ -112.19392064353423, 39.4871210449868 ], [ -112.1942769339669, 39.487216498087577 ], [ -112.19465004780294, 39.487275736334823 ], [ -112.19501719497256, 39.487326024487871 ], [ -112.195441547513, 39.487321661962937 ], [ -112.19577739255115, 39.487241621352887 ], [ -112.19600759893865, 39.48710410010009 ], [ -112.19634732538471, 39.486911390151477 ], [ -112.19660883368553, 39.486904193821935 ], [ -112.19689956142602, 39.486905706321807 ], [ -112.19725369149118, 39.486875029432717 ], [ -112.19759565428316, 39.486812941025491 ], [ -112.19785662097055, 39.486774211696854 ], [ -112.19818214878406, 39.486770857330441 ], [ -112.19847822490617, 39.486745280103051 ], [ -112.19882623093538, 39.486696641116772 ], [ -112.19917483999301, 39.486683134729127 ], [ -112.19944759978401, 39.486721768086802 ], [ -112.19969375943668, 39.486768784484788 ], [ -112.19992325346085, 39.48692860010469 ], [ -112.20011238264594, 39.487107753391598 ], [ -112.20033017522294, 39.487263183866375 ], [ -112.20057570152328, 39.487340839660803 ], [ -112.20100609881845, 39.487349909725218 ], [ -112.20147121936023, 39.487349609148083 ], [ -112.20176179423846, 39.487409677467973 ], [ -112.2019632217462, 39.487559867880442 ], [ -112.20194549168131, 39.487880814897338 ], [ -112.20176288517493, 39.488080927348975 ], [ -112.20151160570029, 39.488344820749688 ], [ -112.2013144255868, 39.488711772097744 ], [ -112.20121366465834, 39.48900564521049 ], [ -112.20123056199726, 39.489244241327476 ], [ -112.20136372402294, 39.489549212694854 ], [ -112.20147828449254, 39.489786799520495 ], [ -112.2016098978235, 39.490001684437267 ], [ -112.20172973032408, 39.490207680753919 ], [ -112.20176817745889, 39.490414518237216 ], [ -112.20175422750025, 39.49061739222298 ], [ -112.2018165487378, 39.49086002373938 ], [ -112.20186073232162, 39.491062296760951 ], [ -112.20170098316527, 39.491239647227481 ], [ -112.20132590569617, 39.491405707377474 ], [ -112.20088284825306, 39.491676085965025 ], [ -112.20059659479166, 39.491935833460033 ], [ -112.20040288947045, 39.492167594067823 ], [ -112.20015841085051, 39.49248998061266 ], [ -112.20008632109341, 39.492693454528407 ], [ -112.20016522707124, 39.492886359511665 ], [ -112.20044597958191, 39.492982573196862 ], [ -112.20083416710133, 39.492901977458303 ], [ -112.20113422104671, 39.492768229762859 ], [ -112.20141210544541, 39.492697781865893 ], [ -112.20172138337875, 39.49276216195004 ], [ -112.2022281712443, 39.493153371541744 ], [ -112.20246389388102, 39.493335642953774 ], [ -112.20276806066205, 39.493440619026998 ], [ -112.20315927628322, 39.49353568324733 ], [ -112.20348679238059, 39.493645821904167 ], [ -112.20398635308405, 39.49395420460921 ], [ -112.20424039428275, 39.494186739797108 ], [ -112.20437846017265, 39.494437595322019 ], [ -112.20457480343866, 39.494695956034711 ], [ -112.20479497827003, 39.494987407182904 ], [ -112.20492173150566, 39.495256399654586 ], [ -112.20511595242739, 39.495728323205512 ], [ -112.20524487099188, 39.49612253464511 ], [ -112.20533427710066, 39.496585633112346 ], [ -112.20541081187544, 39.496976783323028 ], [ -112.20550447789346, 39.497349735411781 ], [ -112.2055490883167, 39.497912410300273 ], [ -112.20559702317307, 39.498330887462664 ], [ -112.20563945599926, 39.498767442030143 ], [ -112.20560731896488, 39.499263336184427 ], [ -112.20566029104889, 39.499636709998683 ], [ -112.20579419386318, 39.499982213773009 ], [ -112.20582810127124, 39.500194502697966 ], [ -112.20581173802158, 39.500324419242837 ], [ -112.20577329663053, 39.500455465800229 ], [ -112.20574074707065, 39.500590956331756 ], [ -112.20570936495032, 39.500794011206338 ], [ -112.20569425760296, 39.500929320814848 ], [ -112.20568675462086, 39.501168168788219 ], [ -112.20566707835511, 39.501375607324832 ], [ -112.2056547729252, 39.501673071345749 ], [ -112.20561866559383, 39.501939246522575 ], [ -112.20555867829592, 39.502169628551385 ], [ -112.20546139942334, 39.502597720461459 ], [ -112.2054306538994, 39.50283771038864 ], [ -112.20535446740001, 39.503140341791941 ], [ -112.20531820266498, 39.503397508261138 ], [ -112.20540341721319, 39.503617374379331 ], [ -112.20548746484276, 39.503769676095331 ], [ -112.20553514753131, 39.503836758054128 ], [ -112.20566594456865, 39.5040020901058 ], [ -112.20582869499701, 39.504333779071999 ], [ -112.2059702136188, 39.504782820502548 ], [ -112.20596333442857, 39.505057702622153 ], [ -112.20590947182788, 39.505306041559614 ], [ -112.20586181271227, 39.505576841583689 ], [ -112.2058485735044, 39.505820253980623 ], [ -112.20585215509708, 39.506027451135445 ], [ -112.20583528130825, 39.506397043828578 ], [ -112.2058614206932, 39.506563461130796 ], [ -112.20610394803813, 39.506799715013322 ], [ -112.20632298468298, 39.507022696865327 ], [ -112.20642510584197, 39.507210850972584 ], [ -112.20647575224831, 39.507449095243139 ], [ -112.20648717620355, 39.507773343314696 ], [ -112.20649200646731, 39.508052608883546 ], [ -112.20648536306585, 39.508341003705006 ], [ -112.20649027132919, 39.508624773529519 ], [ -112.20652029326519, 39.509015503856247 ], [ -112.20655438514538, 39.509305277869686 ], [ -112.20664068658068, 39.509587301781629 ], [ -112.20672801739545, 39.509928782120255 ], [ -112.20676091053819, 39.51014919007833 ], [ -112.20679876759846, 39.510387566845004 ], [ -112.20683338535795, 39.510640393506186 ], [ -112.20704933441795, 39.511020182947 ], [ -112.20719232466327, 39.511216922013283 ], [ -112.20726358619154, 39.511301778635044 ], [ -112.20747674797583, 39.511520313983624 ], [ -112.20761966248408, 39.511712548194758 ], [ -112.207708916209, 39.511828753234667 ], [ -112.20807537970518, 39.512167332005269 ], [ -112.20843064653033, 39.512195174907696 ], [ -112.20858191698302, 39.512198107330356 ], [ -112.20881467680351, 39.512204697261716 ], [ -112.20895431709549, 39.512207750141279 ], [ -112.20909977248776, 39.512210742367408 ], [ -112.20955303716757, 39.512188006504111 ], [ -112.20987985422401, 39.512252181700916 ], [ -112.21010130597713, 39.512344483412768 ], [ -112.21031423580517, 39.512481924301994 ], [ -112.2106327085534, 39.512735397907065 ], [ -112.21087604581271, 39.512949107533963 ], [ -112.2111983926157, 39.513157488327593 ], [ -112.21139814249037, 39.513272539086628 ], [ -112.21165588835763, 39.513377974813658 ], [ -112.21190153497481, 39.513456505590355 ], [ -112.21233577402468, 39.513677231832943 ], [ -112.21267060870849, 39.513867457894506 ], [ -112.21291138299013, 39.514000098370268 ], [ -112.21333989168558, 39.514225385685869 ], [ -112.21353453826528, 39.514381031752244 ], [ -112.21374576920532, 39.514486948385652 ], [ -112.21411338600178, 39.51455519063984 ], [ -112.2144969589167, 39.514537668412295 ], [ -112.21509514730384, 39.514486366099881 ], [ -112.21538017397062, 39.514487891382288 ], [ -112.21569466957322, 39.514511633191837 ], [ -112.21605095616444, 39.514597107119883 ], [ -112.21640758929729, 39.514702398691952 ], [ -112.21669426708563, 39.514798510223727 ], [ -112.21692884375966, 39.514908681753795 ], [ -112.21710589697781, 39.515055495788914 ], [ -112.21740900439556, 39.515426243572072 ], [ -112.21750527410613, 39.515609943672295 ], [ -112.21756413980033, 39.515983248946128 ], [ -112.21767809289298, 39.516180278899377 ], [ -112.21791684522488, 39.516529173981219 ], [ -112.21801193772136, 39.516645309722271 ], [ -112.2181721021234, 39.516823834596906 ], [ -112.21841957813189, 39.517005949153251 ], [ -112.21857966570148, 39.517179969170314 ], [ -112.21870478235063, 39.517349850534814 ], [ -112.21883728976303, 39.517609755876563 ], [ -112.21883257648314, 39.517672876429124 ], [ -112.21878762684524, 39.517763449360011 ], [ -112.21866894664804, 39.517895341030098 ], [ -112.21849993737027, 39.51800973985587 ], [ -112.21822942191849, 39.518107181990281 ], [ -112.21784062869537, 39.51815991094535 ], [ -112.21747528589984, 39.518223205178813 ], [ -112.21720384090202, 39.518334169911732 ], [ -112.21682362800642, 39.518545384465718 ], [ -112.21673144292511, 39.518595905347524 ], [ -112.21648946626944, 39.518729085354465 ], [ -112.21627617399108, 39.518839439314249 ], [ -112.21599850052797, 39.518927039994423 ], [ -112.21567513362332, 39.519062871765115 ], [ -112.21553679868946, 39.51913549874137 ], [ -112.21533529198275, 39.519254737894961 ], [ -112.21499726940417, 39.519551101890357 ], [ -112.21471598863721, 39.51976578049549 ], [ -112.2144294395849, 39.520012049026349 ], [ -112.21424018745877, 39.520167198893233 ], [ -112.21409258599249, 39.520375974381039 ], [ -112.21393397948042, 39.52062090525331 ], [ -112.21378110926005, 39.520861270924335 ], [ -112.21361024170245, 39.521070288740887 ], [ -112.21342145525911, 39.521252462887304 ], [ -112.21318629776719, 39.521444130883545 ], [ -112.21283529171295, 39.5216640377377 ], [ -112.21245395067476, 39.521812178688293 ], [ -112.21217030357242, 39.521891723426968 ], [ -112.21188673410235, 39.521975771745737 ], [ -112.21157982202487, 39.522055557609185 ], [ -112.21127197015797, 39.522081291499234 ], [ -112.21093960264255, 39.522035198701246 ], [ -112.21058358087076, 39.521966825908976 ], [ -112.21018833400477, 39.521984456948033 ], [ -112.20993895359747, 39.522027598836537 ], [ -112.20959156195835, 39.522121316061543 ], [ -112.20912227783066, 39.522297391734696 ], [ -112.2088404908411, 39.522417454741067 ], [ -112.20854661049616, 39.522578188530801 ], [ -112.20817852618597, 39.522820784347523 ], [ -112.20787418118903, 39.523049201418381 ], [ -112.20762729216916, 39.523236475042118 ], [ -112.20718987671003, 39.52350681851641 ], [ -112.2069595122077, 39.523640759156656 ], [ -112.20657898942169, 39.523837527260696 ], [ -112.20638861809309, 39.523929604875853 ], [ -112.20608774066748, 39.524022828886629 ], [ -112.20575778195905, 39.52411635380065 ], [ -112.2053936266754, 39.524250778140214 ], [ -112.20516922806006, 39.524393663534831 ], [ -112.20481452945295, 39.524738825760735 ], [ -112.20458468550831, 39.524903390855563 ], [ -112.2043485574024, 39.525040990130655 ], [ -112.20392150552469, 39.525239132677733 ], [ -112.20351662732894, 39.525373972949957 ], [ -112.2030717336565, 39.525549771723931 ], [ -112.20273734613652, 39.525724425371664 ], [ -112.20212410322939, 39.525920883765792 ], [ -112.20162365715414, 39.525911642248111 ], [ -112.20138418169573, 39.525855551679307 ], [ -112.2008230286547, 39.525699167523889 ], [ -112.20047847453618, 39.525621635216218 ], [ -112.20014601888602, 39.525571007446807 ], [ -112.19984900371853, 39.525551548450522 ], [ -112.1994417904485, 39.525551246237441 ], [ -112.19911080792367, 39.525586196841054 ], [ -112.19883240352283, 39.525634119465025 ], [ -112.19832942635915, 39.525815905299041 ], [ -112.19772862252616, 39.526059966172568 ], [ -112.19754941689663, 39.526125784828643 ], [ -112.19719103554895, 39.526259223038828 ], [ -112.19666376355734, 39.526381784846926 ], [ -112.19637868749668, 39.526380214400895 ], [ -112.19607554424037, 39.526342788522761 ], [ -112.1957664922752, 39.526300016541157 ], [ -112.19552237778635, 39.52631243884565 ], [ -112.19527335825772, 39.526378071043915 ], [ -112.19500391458992, 39.526609699704444 ], [ -112.19478584345656, 39.526784035648539 ], [ -112.19460831588178, 39.526948043312863 ], [ -112.19436703897549, 39.5271262210385 ], [ -112.19414251551326, 39.527263680410194 ], [ -112.19390085057879, 39.527419335748945 ], [ -112.19367089450786, 39.527579375420963 ], [ -112.19337329954755, 39.527866251398848 ], [ -112.19330385481979, 39.528227370875989 ], [ -112.1934070468009, 39.528546172135876 ], [ -112.19342477879702, 39.528834315231428 ], [ -112.19333595596198, 39.52908300663313 ], [ -112.19320549133442, 39.529278064494029 ], [ -112.19306920942041, 39.529473181918668 ], [ -112.19287079444793, 39.529777058792007 ], [ -112.19281447855353, 39.529885758670062 ], [ -112.19271945026541, 39.530111987859151 ], [ -112.19265350457357, 39.530337918546287 ], [ -112.19276298321103, 39.5306161100428 ], [ -112.19285324661743, 39.530723305614366 ], [ -112.19292924189382, 39.530812627239079 ], [ -112.19306549280336, 39.530955391265358 ], [ -112.19313063301263, 39.531022298781942 ], [ -112.19333163974171, 39.53120944851517 ], [ -112.1936338615736, 39.53153161185498 ], [ -112.19373216004273, 39.531836046625841 ], [ -112.19366164913286, 39.532135006964509 ], [ -112.19358374715527, 39.532342139562232 ], [ -112.19349064662647, 39.532680976440105 ], [ -112.19341934716515, 39.532933992906287 ], [ -112.19329080394579, 39.53324165797752 ], [ -112.19316202827061, 39.533535810051397 ], [ -112.1930493143355, 39.533748705717869 ], [ -112.19297747252517, 39.533970191910583 ], [ -112.1929343295555, 39.53416885811145 ], [ -112.19298564589722, 39.534447646144891 ], [ -112.19317856052032, 39.53484121154208 ], [ -112.19329946687913, 39.535106670751055 ], [ -112.19341997305985, 39.535348707533622 ], [ -112.19351667177321, 39.535559453130041 ], [ -112.19360824836382, 39.535810796916813 ], [ -112.19368067682764, 39.535963225626233 ], [ -112.1938405939048, 39.536128270876418 ], [ -112.19424475413842, 39.536286301407905 ], [ -112.19442601170884, 39.536338499686138 ], [ -112.19469584452307, 39.536398797380699 ], [ -112.19507580791011, 39.536570588941643 ], [ -112.19526458372712, 39.536721820226987 ], [ -112.19545940936709, 39.536886504192481 ], [ -112.19573729979069, 39.537144939811874 ], [ -112.19597354401778, 39.537349742422464 ], [ -112.19626175810016, 39.537531484272122 ], [ -112.19647900657722, 39.537646379885267 ], [ -112.19697090450607, 39.537830527997471 ], [ -112.19711726450117, 39.537883081434686 ], [ -112.19731014734214, 39.537934254411873 ], [ -112.19757379760445, 39.538040560793959 ], [ -112.19771573483595, 39.538174250344362 ], [ -112.19780251945899, 39.538484205944947 ], [ -112.19779987680396, 39.538668941128918 ], [ -112.19764241120504, 39.538985918897083 ], [ -112.19757187970603, 39.539283079393208 ], [ -112.19760058409067, 39.539599039623496 ], [ -112.19757125384564, 39.53992370697047 ], [ -112.19756410930985, 39.540185074700624 ], [ -112.1974281288154, 39.540398214108293 ], [ -112.19710769052699, 39.540712365011707 ], [ -112.19690570030632, 39.540876627924519 ], [ -112.19669463319357, 39.541054499160097 ], [ -112.19647270022251, 39.541345108632704 ], [ -112.19642444179964, 39.541584374155306 ], [ -112.19650324177387, 39.541768270799174 ], [ -112.19665394225916, 39.542073063968679 ], [ -112.19672048920191, 39.542221046050457 ], [ -112.19675166638586, 39.542342361890661 ], [ -112.19678346268898, 39.542499711898785 ], [ -112.1968147174973, 39.54262553198523 ], [ -112.19711241383655, 39.54295133600796 ], [ -112.19745827168019, 39.543167620358354 ], [ -112.19789197234482, 39.543348759763397 ], [ -112.19817874462204, 39.543444915098441 ], [ -112.19866929318206, 39.543547978311175 ], [ -112.19898538855718, 39.543657344407244 ], [ -112.19936090310175, 39.543838177535633 ], [ -112.19948493718756, 39.543945019074634 ], [ -112.19975472616818, 39.544068376172895 ], [ -112.20000589892398, 39.544124348853309 ], [ -112.20043106210699, 39.544146988488066 ], [ -112.20085620999836, 39.544168725710058 ], [ -112.2011118970311, 39.544148964226707 ], [ -112.20147213289317, 39.544118210251519 ], [ -112.20180390120925, 39.544123790076441 ], [ -112.20205467155037, 39.544156336133788 ], [ -112.2023548892566, 39.544289283578685 ], [ -112.20257224937788, 39.544476247419503 ], [ -112.20279612542232, 39.544636113011045 ], [ -112.20325559406403, 39.544960226631439 ], [ -112.20346721500671, 39.545084177261536 ], [ -112.20353648815789, 39.545119500420128 ], [ -112.20379023217808, 39.545256529419518 ], [ -112.20412844666208, 39.545298076327022 ], [ -112.20455013668239, 39.545455888768245 ], [ -112.20462662586836, 39.545504651672246 ], [ -112.20487354774095, 39.545650759121656 ], [ -112.20519020755223, 39.545791637800932 ], [ -112.20542456045507, 39.545883813634461 ], [ -112.20569623828135, 39.546115258748415 ], [ -112.20585070127042, 39.546298363775861 ], [ -112.20612169582282, 39.546490170395906 ], [ -112.20647387825761, 39.546665816350952 ], [ -112.20668535398214, 39.546780752412133 ], [ -112.20691444045859, 39.546904515320833 ], [ -112.2073018628744, 39.547098714020997 ], [ -112.20773598780582, 39.547301436205707 ], [ -112.20794731128913, 39.54740736139577 ], [ -112.20801185644214, 39.547438225930364 ], [ -112.20832931196431, 39.547624138288406 ], [ -112.20857191586758, 39.547855878817515 ], [ -112.20885099333923, 39.548177340663699 ], [ -112.20900507831658, 39.548337919998154 ], [ -112.20923007620738, 39.548560832137781 ], [ -112.20947748776757, 39.548733954896321 ], [ -112.20966609321394, 39.548871648754591 ], [ -112.20979573544203, 39.548964905519234 ], [ -112.21004942187058, 39.549164091061556 ], [ -112.21015619937684, 39.549281011796829 ], [ -112.21019196935184, 39.549330194973791 ], [ -112.21028858240295, 39.549531916553732 ], [ -112.21034798031023, 39.549869177427091 ], [ -112.2103517374381, 39.550085381151902 ], [ -112.21041360953339, 39.55036405041978 ], [ -112.21057516539715, 39.550619155997715 ], [ -112.21075788156185, 39.550752404293746 ], [ -112.21115869591682, 39.551045561612987 ], [ -112.21122354352624, 39.551093540390724 ], [ -112.21138237771969, 39.551191897134146 ], [ -112.21147059301477, 39.551245038258088 ], [ -112.21164678892332, 39.551337807574278 ], [ -112.21186410568954, 39.55145267310845 ], [ -112.21225117510643, 39.551624333358092 ], [ -112.21246236170329, 39.551721241474105 ], [ -112.2127880342062, 39.551708833109885 ], [ -112.2130963298894, 39.551701110281734 ], [ -112.2134896144369, 39.551895226783834 ], [ -112.21361848250429, 39.55194343669725 ], [ -112.21370033255631, 39.551965107182752 ], [ -112.21388164503374, 39.552017274126555 ], [ -112.21406893322398, 39.552078388470875 ], [ -112.21415675902908, 39.552109006317274 ], [ -112.21443280055183, 39.55225388782543 ], [ -112.21469212638618, 39.552441290917763 ], [ -112.21483955158791, 39.552552376281213 ], [ -112.2150229095737, 39.552721651499645 ], [ -112.21506434606913, 39.552761763765872 ], [ -112.21518315174636, 39.552900178247555 ], [ -112.21536155767092, 39.553119060306287 ], [ -112.21559429687423, 39.553450000133473 ], [ -112.21576735879502, 39.553695967765336 ], [ -112.21599428333764, 39.554026967572142 ], [ -112.21621397550534, 39.554276951619663 ], [ -112.2163805150291, 39.554482441056777 ], [ -112.21663127049328, 39.554844725483385 ], [ -112.21692598037612, 39.555057882292537 ], [ -112.21697017443543, 39.555255641847182 ], [ -112.21679286522273, 39.555433195614206 ], [ -112.21648817323617, 39.555648123059328 ], [ -112.21637368749595, 39.555757442728407 ], [ -112.21632218453124, 39.555807537389789 ], [ -112.21616405912124, 39.55608400057244 ], [ -112.21608023913383, 39.556283100079206 ], [ -112.21586415987838, 39.556573684451827 ], [ -112.21566286162657, 39.55671094200077 ], [ -112.21547917623975, 39.556857025087062 ], [ -112.21526230661628, 39.557102566074633 ], [ -112.21503466234873, 39.557397774889132 ], [ -112.21517164015894, 39.557576544705128 ], [ -112.21530122749448, 39.557665290597654 ], [ -112.21537765903824, 39.557709541772546 ], [ -112.21544795729956, 39.557735836837864 ], [ -112.21589269288046, 39.557807770258599 ], [ -112.21622847357631, 39.557772721101763 ], [ -112.21651281171941, 39.557724694355144 ], [ -112.21672543403567, 39.557569296577554 ], [ -112.21675633305813, 39.557339215406756 ], [ -112.21692035635523, 39.557067194762794 ], [ -112.21703830037295, 39.556822686787676 ], [ -112.21712323618013, 39.556687546674425 ], [ -112.21719162865394, 39.556604838384814 ], [ -112.21730053190126, 39.556509091559079 ], [ -112.2175305262989, 39.556349005275251 ], [ -112.21781282741159, 39.556251441133888 ], [ -112.21834813388024, 39.556178254357853 ], [ -112.21869654888282, 39.556134055537413 ], [ -112.21891121139917, 39.556095763728855 ], [ -112.21926536545166, 39.556046997956571 ], [ -112.21953851062777, 39.55595853580266 ], [ -112.21992891657258, 39.55572017537834 ], [ -112.22006933333076, 39.555430377897821 ], [ -112.22014637515524, 39.555177286084238 ], [ -112.22020108900257, 39.554978489289191 ], [ -112.22014972572416, 39.554704220375093 ], [ -112.22000047264214, 39.554489544824825 ], [ -112.21965307322967, 39.554258928617728 ], [ -112.21963812286415, 39.554069873281342 ], [ -112.2219538304502, 39.554041041597728 ], [ -112.22756976035701, 39.554040419928121 ], [ -112.23274331524297, 39.55403521016823 ], [ -112.23596725855205, 39.554027996488344 ], [ -112.23596476322636, 39.553559497992026 ], [ -112.24144171576491, 39.553600229322882 ], [ -112.24676706521157, 39.553624308793715 ], [ -112.25078287043748, 39.553640622097184 ], [ -112.26692712140631, 39.553681078355368 ], [ -112.27931699067709, 39.55368049294507 ], [ -112.2927315254114, 39.553703232125493 ], [ -112.30783907783216, 39.553700875667019 ], [ -112.3222130412051, 39.553682378300991 ], [ -112.33009853904801, 39.553682489615078 ], [ -112.3358541047879, 39.553684044587101 ], [ -112.34675351354959, 39.553652844871173 ], [ -112.36006302770679, 39.553664520014664 ], [ -112.37578104729837, 39.553637170275181 ], [ -112.38797383285275, 39.553681387853942 ], [ -112.40802059616395, 39.553665466391358 ], [ -112.42277450710854, 39.553679474849844 ], [ -112.42984527623247, 39.553682786667309 ], [ -112.43365710514264, 39.553685375844942 ], [ -112.44575572879657, 39.553679639171023 ], [ -112.45678418308748, 39.553704083183 ], [ -112.46095687046821, 39.553709360813066 ], [ -112.46236521293247, 39.553710566817877 ], [ -112.46237221961526, 39.552381512829811 ], [ -112.46522324464124, 39.552359113932908 ], [ -112.47411487241662, 39.552341262696238 ], [ -112.48252388580288, 39.552342403823978 ], [ -112.49220735643519, 39.552344597101431 ], [ -112.49856964641647, 39.552424900597003 ], [ -112.50079328783333, 39.552454767249195 ], [ -112.52525179863429, 39.552442639004923 ], [ -112.56907868346775, 39.552453754061744 ], [ -112.59821434497344, 39.552430581703177 ], [ -112.62578644206992, 39.552440005919657 ], [ -112.64407753705042, 39.552484473290569 ], [ -112.65892902392129, 39.55251214870875 ], [ -112.67453680853558, 39.552531532550539 ], [ -112.68966049590168, 39.552506305215459 ], [ -112.71194296564208, 39.552527020709405 ], [ -112.72447840596764, 39.552557887388105 ], [ -112.7288719986137, 39.552560170136928 ], [ -112.75079983437156, 39.552596723613611 ], [ -112.77223183534737, 39.552587146023725 ], [ -112.78849666653902, 39.552591097067072 ], [ -112.79962959910097, 39.552621013656925 ], [ -112.79965388763459, 39.567067594827272 ], [ -112.79962267026126, 39.581614109029012 ], [ -112.79964707967122, 39.596056118293099 ], [ -112.79964355410046, 39.610539070922037 ], [ -112.79964573118187, 39.625012892996232 ], [ -112.79891441307608, 39.639507057049933 ], [ -112.79891876953501, 39.654061866758681 ], [ -112.7989506242009, 39.668548646242215 ], [ -112.7989668732604, 39.68305815843685 ], [ -112.78062409332655, 39.683061655380378 ], [ -112.76192663644061, 39.683058625648073 ], [ -112.75079193616916, 39.683096442543956 ], [ -112.74319464611885, 39.68307472351254 ], [ -112.72440026593928, 39.683162601494153 ], [ -112.70566806483198, 39.68317444492115 ], [ -112.68680121948506, 39.683165398937895 ], [ -112.66821955086751, 39.683136573767591 ], [ -112.64946358880839, 39.683134277486872 ], [ -112.63063705394207, 39.683107416154989 ], [ -112.62578469839255, 39.683089875928438 ], [ -112.61188098515719, 39.683153103256124 ], [ -112.59312505093702, 39.683105660065998 ], [ -112.57436035116258, 39.683185943640034 ], [ -112.55562481281638, 39.683114142297633 ], [ -112.53669047374237, 39.683226645510857 ], [ -112.51788352456903, 39.683037073629222 ], [ -112.50074399512428, 39.683111222973992 ], [ -112.49892135011473, 39.682945563864912 ], [ -112.47999058046241, 39.682958671571399 ], [ -112.4612915886141, 39.68318200796908 ], [ -112.42226348321152, 39.684108131610714 ], [ -112.40352644452756, 39.684151442550068 ], [ -112.34718266653547, 39.68425124901038 ], [ -112.34733808217891, 39.698543523692976 ], [ -112.34734254936608, 39.698773221965503 ], [ -112.34730176878115, 39.713166847095195 ], [ -112.34719236687518, 39.728827106931647 ], [ -112.34724784134899, 39.743422263597196 ], [ -112.34713788429708, 39.750000648582848 ], [ -112.34712806572725, 39.757884273924304 ], [ -112.32705841692265, 39.757421753766593 ], [ -112.30824666556524, 39.757414598698723 ], [ -112.28957512201052, 39.757415448781906 ], [ -112.27073355542285, 39.757376413332715 ], [ -112.251852532174, 39.757414930272972 ], [ -112.25077829877507, 39.757399483239624 ], [ -112.23306702711865, 39.757575496679003 ], [ -112.21420848114609, 39.757571609229082 ], [ -112.19540722025846, 39.757506403333871 ], [ -112.17628645607032, 39.757529685392171 ], [ -112.15733554853094, 39.757590468787754 ], [ -112.13817359827431, 39.757598870501404 ], [ -112.12577519063554, 39.757530589737307 ], [ -112.11982605049414, 39.757439480771893 ], [ -112.11984049663691, 39.758691712325948 ], [ -112.11957321744343, 39.772100950813957 ], [ -112.08978933455364, 39.781826788407827 ], [ -112.08958422422721, 39.781779160324589 ], [ -112.08908813940124, 39.781792827083059 ], [ -112.08859101450403, 39.781814610337946 ], [ -112.08853381661997, 39.781816047876696 ], [ -112.08792068807281, 39.781812787814978 ], [ -112.08739434910929, 39.781759157125059 ], [ -112.08690303867749, 39.781705195958736 ], [ -112.08649850486985, 39.781599965124215 ], [ -112.08632274293718, 39.781561967302572 ], [ -112.08601888624843, 39.781546791719521 ], [ -112.08557049662699, 39.781623065982352 ], [ -112.08505098915032, 39.781632429665663 ], [ -112.0845710742621, 39.781560332362744 ], [ -112.08419737450919, 39.781559319527751 ], [ -112.0838811355282, 39.781499204792311 ], [ -112.08352304236061, 39.781376411064265 ], [ -112.08318295862986, 39.781284982589142 ], [ -112.08295602314286, 39.78126007109789 ], [ -112.08257011675846, 39.78129971124892 ], [ -112.08210392856603, 39.781358118468795 ], [ -112.08154461447369, 39.781435411501199 ], [ -112.08117710565564, 39.781456855856469 ], [ -112.08091988337902, 39.78143672748454 ], [ -112.08068566070959, 39.781393859730294 ], [ -112.08046761358921, 39.781265247320604 ], [ -112.08040486655693, 39.780986526177017 ], [ -112.08036568294169, 39.780721100388838 ], [ -112.08026614877798, 39.780330098479048 ], [ -112.0800758161932, 39.780106623849186 ], [ -112.0797215471499, 39.779854040833136 ], [ -112.07935979614243, 39.779496111023938 ], [ -112.07910426834427, 39.7792101721463 ], [ -112.07893131519441, 39.778977524102011 ], [ -112.07868285244082, 39.778844686097962 ], [ -112.07838010618268, 39.778824975194041 ], [ -112.07809433833997, 39.778845650113631 ], [ -112.07769125342045, 39.778831374467941 ], [ -112.07728669365939, 39.778722507630562 ], [ -112.07689310847567, 39.778568488253249 ], [ -112.07654144175983, 39.778481652587757 ], [ -112.07618534148969, 39.77848495553225 ], [ -112.07582945158458, 39.778501770218497 ], [ -112.07550844752487, 39.778509250641704 ], [ -112.07543254322913, 39.778509053108721 ], [ -112.07529821973357, 39.778506693904305 ], [ -112.07509375956947, 39.778499578424032 ], [ -112.07494900816239, 39.778577503150345 ], [ -112.07446071784932, 39.779091082133931 ], [ -112.07400003858615, 39.779127782113044 ], [ -112.073836777103, 39.779141906780787 ], [ -112.07369041283185, 39.779116231511843 ], [ -112.07349671662095, 39.779050449561915 ], [ -112.07325958942074, 39.778894970396898 ], [ -112.0730517001476, 39.778667141522959 ], [ -112.07285679511607, 39.778448202080639 ], [ -112.07260783488098, 39.778207237292222 ], [ -112.0724135129696, 39.778100914926647 ], [ -112.07213823308092, 39.778044894446374 ], [ -112.07200973421723, 39.778041576630862 ], [ -112.07173021029651, 39.778088306783332 ], [ -112.07166614947373, 39.778098809236049 ], [ -112.07163689117729, 39.778094574497494 ], [ -112.07134437824931, 39.778056730988347 ], [ -112.07099841877634, 39.777960815923478 ], [ -112.07081098483843, 39.777922001238323 ], [ -112.07051805428819, 39.777857129912022 ], [ -112.07017870205533, 39.777810705673318 ], [ -112.06974441333851, 39.777666047152998 ], [ -112.06926300701323, 39.777494791565282 ], [ -112.06887000364216, 39.777376778921294 ], [ -112.06850174528371, 39.77734863572492 ], [ -112.0683268253693, 39.777363760960618 ], [ -112.06807129265142, 39.777451706803184 ], [ -112.06783980603737, 39.77758448013099 ], [ -112.06767809203231, 39.777698591357208 ], [ -112.06753451689056, 39.777853079876103 ], [ -112.06718348396379, 39.778184267538819 ], [ -112.06699954358209, 39.778371562092886 ], [ -112.06679251557055, 39.778576187333172 ], [ -112.06667312217853, 39.778784511644488 ], [ -112.0666000130015, 39.778965380847922 ], [ -112.06654976782242, 39.779114505353512 ], [ -112.06642585607572, 39.779408464599179 ], [ -112.06629973288908, 39.779634870072691 ], [ -112.06615968174904, 39.779942492104588 ], [ -112.06595355013225, 39.780205671674246 ], [ -112.06564150102054, 39.780415764408502 ], [ -112.06531249195915, 39.780662051436906 ], [ -112.06501392018936, 39.780989146922082 ], [ -112.06492211014114, 39.781093602860167 ], [ -112.06462216020847, 39.781331512378642 ], [ -112.06431050446521, 39.781567726510751 ], [ -112.06391122088729, 39.781801139283104 ], [ -112.06363156247829, 39.781916326132588 ], [ -112.06327661060801, 39.78191957900075 ], [ -112.06305525087843, 39.781953141551277 ], [ -112.0627471520198, 39.782041557233732 ], [ -112.06250881790034, 39.782110412644307 ], [ -112.06214777346085, 39.782173182912928 ], [ -112.06176315457743, 39.782221751987599 ], [ -112.06128422656784, 39.782212618255635 ], [ -112.06095048898547, 39.78215260098105 ], [ -112.06069174741604, 39.782033333184174 ], [ -112.060504161541, 39.781908909616746 ], [ -112.06034280896917, 39.781743701668624 ], [ -112.06024691192393, 39.781582400396864 ], [ -112.06026549368708, 39.781271390431677 ], [ -112.06030874068652, 39.781045748763596 ], [ -112.06026908104317, 39.780744280774613 ], [ -112.06020669230072, 39.780483564794004 ], [ -112.05998237749958, 39.780324337422627 ], [ -112.05973606648577, 39.780253607137155 ], [ -112.05951806114189, 39.780124954769661 ], [ -112.05933398531968, 39.780000497193022 ], [ -112.05909227847499, 39.779772951873497 ], [ -112.05880201266412, 39.779500799777132 ], [ -112.05855797420817, 39.779273274584725 ], [ -112.05832252428074, 39.779072700133433 ], [ -112.05800328254782, 39.778814325033139 ], [ -112.0576964083003, 39.778600885642675 ], [ -112.05741901418365, 39.778406097525014 ], [ -112.05710066108054, 39.77820537493831 ], [ -112.05678677328996, 39.777991095998814 ], [ -112.05639077084177, 39.77767575221332 ], [ -112.0560031403468, 39.777449528564283 ], [ -112.05569154188171, 39.777308205715244 ], [ -112.05543363940288, 39.777242076580194 ], [ -112.05503483618668, 39.777124970696221 ], [ -112.0546726277456, 39.777110243375198 ], [ -112.05414820271763, 39.777178077405694 ], [ -112.05368800447468, 39.777246226907131 ], [ -112.05347206643708, 39.777251791329775 ], [ -112.05324446678972, 39.777258362178841 ], [ -112.05287504742287, 39.777153595984565 ], [ -112.05257107830916, 39.777129323821995 ], [ -112.05240110063363, 39.777085816067967 ], [ -112.05210146059397, 39.776962394826505 ], [ -112.05180149247278, 39.776817352085025 ], [ -112.05154764847127, 39.776710633073904 ], [ -112.05130144328905, 39.776568705797715 ], [ -112.0509184369255, 39.776337918197008 ], [ -112.05072449540992, 39.776254080549542 ], [ -112.05059593189283, 39.776246234645384 ], [ -112.05035727629567, 39.77629344434029 ], [ -112.05029958527507, 39.776339015857644 ], [ -112.05015034135091, 39.776507049160315 ], [ -112.04996030190979, 39.776679956316272 ], [ -112.04975660158902, 39.776722343575081 ], [ -112.0493824471511, 39.77668968803804 ], [ -112.04899730170334, 39.776702180013245 ], [ -112.04850735248429, 39.776733637420413 ], [ -112.04815146298242, 39.776750367191369 ], [ -112.04774330794228, 39.776785587512933 ], [ -112.04741097327887, 39.77681561715729 ], [ -112.04718378384875, 39.776849202034128 ], [ -112.04695157561665, 39.77693689099172 ], [ -112.04678996444969, 39.777059982194992 ], [ -112.04664688920961, 39.777250480052771 ], [ -112.04652105330914, 39.777422802519638 ], [ -112.04634906099695, 39.777631580524066 ], [ -112.0461960131563, 39.777934791152816 ], [ -112.04614022772873, 39.778106481650681 ], [ -112.04598826909098, 39.778481761151305 ], [ -112.04582190581307, 39.778676972808334 ], [ -112.04564977197624, 39.778876741156743 ], [ -112.04542530127122, 39.779090495553604 ], [ -112.0451190313124, 39.779300481296509 ], [ -112.04483597466441, 39.779501247357473 ], [ -112.04465711261454, 39.779642510638936 ], [ -112.04456011635676, 39.779792046647927 ], [ -112.04452645115221, 39.77988244838587 ], [ -112.04453128657154, 39.780202255282369 ], [ -112.04456279179009, 39.780355139498546 ], [ -112.04464881391146, 39.780638176065793 ], [ -112.04467095961391, 39.780944312278955 ], [ -112.04459922070795, 39.781219759088103 ], [ -112.04442260112131, 39.781509664639003 ], [ -112.04413973774923, 39.781723942035264 ], [ -112.04376923361976, 39.781934502131968 ], [ -112.0435129712383, 39.781977351230637 ], [ -112.04324591671921, 39.782078860933026 ], [ -112.04305509657409, 39.782202209490407 ], [ -112.04279028438826, 39.782452360819633 ], [ -112.0424447560989, 39.782770810669533 ], [ -112.04216181344925, 39.782980579021711 ], [ -112.04191926069142, 39.783158449504633 ], [ -112.04179306277405, 39.783308245345644 ], [ -112.04156130136248, 39.783427454059407 ], [ -112.04124637842104, 39.783452804934335 ], [ -112.04088420664226, 39.783442539306463 ], [ -112.04055645343445, 39.783391419516157 ], [ -112.0400350763031, 39.783355549111143 ], [ -112.03948739982644, 39.783356852408147 ], [ -112.03924191117876, 39.78334013045118 ], [ -112.03885631965194, 39.783325563290632 ], [ -112.03844764636855, 39.783329221142367 ], [ -112.03799219979295, 39.783328791010163 ], [ -112.03753050905561, 39.783301385309215 ], [ -112.03722007044665, 39.783236586465044 ], [ -112.03686815663144, 39.783131612966038 ], [ -112.03652091949473, 39.782949111732187 ], [ -112.03599239086739, 39.782747505380961 ], [ -112.03561061536499, 39.782597745271453 ], [ -112.03514120217136, 39.782444260741627 ], [ -112.0348007017655, 39.782321159372309 ], [ -112.03434323817518, 39.78218558477942 ], [ -112.03393865625678, 39.782072061900159 ], [ -112.03347394271042, 39.78184194477933 ], [ -112.03312123311623, 39.781682907679098 ], [ -112.0327095386109, 39.781483849993819 ], [ -112.03246259035848, 39.781368919002304 ], [ -112.03211042384685, 39.781245913468389 ], [ -112.03183489285524, 39.781171779783264 ], [ -112.03164170004493, 39.78113745792546 ], [ -112.03130826056319, 39.781095372343813 ], [ -112.03110970082267, 39.781092631861782 ], [ -112.03080632566828, 39.781108841894969 ], [ -112.03052677278878, 39.781156374154868 ], [ -112.03033499144198, 39.781216641289262 ], [ -112.03013280990064, 39.78136259425797 ], [ -112.02993089612912, 39.781526564250413 ], [ -112.02967160781807, 39.781758617064021 ], [ -112.02945908964604, 39.781994759334268 ], [ -112.02921670834348, 39.782186116697929 ], [ -112.02898321059264, 39.782268375287281 ], [ -112.02865806067116, 39.782312703415442 ], [ -112.02822080486713, 39.782357123024298 ], [ -112.02779605725917, 39.782378905513013 ], [ -112.02721261716498, 39.782487685112145 ], [ -112.02695620774914, 39.782521489108397 ], [ -112.02657786639222, 39.782601420648867 ], [ -112.02619959105087, 39.782685855312401 ], [ -112.02598505101885, 39.782786860973864 ], [ -112.02588040185721, 39.782895904683571 ], [ -112.02578586562807, 39.783135502108813 ], [ -112.02575565239142, 39.783460124710366 ], [ -112.02582522434082, 39.7838199047277 ], [ -112.02589859798682, 39.784121086884994 ], [ -112.02586921811856, 39.784423177409401 ], [ -112.02580981317384, 39.784748058020043 ], [ -112.02574987256553, 39.785036903826906 ], [ -112.02570784796869, 39.785352620849345 ], [ -112.02553851491864, 39.785746046934214 ], [ -112.02532744154669, 39.786081277405835 ], [ -112.02505100647338, 39.786340500964798 ], [ -112.02476285708212, 39.786518738468821 ], [ -112.02452881813149, 39.7865658543924 ], [ -112.02432306813775, 39.786473067123474 ], [ -112.02405316225583, 39.786385350608498 ], [ -112.02369688172683, 39.78637948432597 ], [ -112.02344582727902, 39.786381698811397 ], [ -112.02335261188023, 39.786396035710347 ], [ -112.02312531160155, 39.78642506963304 ], [ -112.02310772943812, 39.786420719715544 ], [ -112.0229321080573, 39.786390733437102 ], [ -112.02273233254149, 39.786306900540062 ], [ -112.02254483460676, 39.786263503536837 ], [ -112.02236397545522, 39.786274106978716 ], [ -112.02212553144633, 39.786339276615259 ], [ -112.02188728690855, 39.786417958815932 ], [ -112.02161361113139, 39.786469922846251 ], [ -112.02140939731427, 39.78648073041132 ], [ -112.02107123112168, 39.786515241051049 ], [ -112.02081553581196, 39.78659857954375 ], [ -112.02059507059333, 39.786695122437415 ], [ -112.02032666237716, 39.786787581539038 ], [ -112.02007870315337, 39.786920404692793 ], [ -112.01985352803, 39.787093571505764 ], [ -112.0197448569037, 39.787247694379253 ], [ -112.01964866043349, 39.787455766771643 ], [ -112.01949506153987, 39.787731016468584 ], [ -112.01932523529453, 39.788093804258665 ], [ -112.01916567543921, 39.788360996978689 ], [ -112.01897254441383, 39.788727592856617 ], [ -112.0187905572175, 39.7890580510769 ], [ -112.01857950748227, 39.789397773981655 ], [ -112.01838570631249, 39.789719325375344 ], [ -112.01819117284275, 39.78999132857772 ], [ -112.01785590881239, 39.790224021564974 ], [ -112.0174443395337, 39.790430353056109 ], [ -112.017119952429, 39.79060888933094 ], [ -112.01692289095305, 39.790709725041445 ], [ -112.01675036482291, 39.79089053327202 ], [ -112.01661349442108, 39.791113375252237 ], [ -112.01647090358361, 39.79134437605785 ], [ -112.01632240658431, 39.791570923478396 ], [ -112.01614431619824, 39.791770700253721 ], [ -112.01583199492214, 39.791976156867079 ], [ -112.01562796246296, 39.792000467526606 ], [ -112.0154175610076, 39.791988794089356 ], [ -112.01512501682704, 39.791950809299109 ], [ -112.0148450114343, 39.791971278253023 ], [ -112.01460003965846, 39.791991440212847 ], [ -112.01432600521404, 39.792020865575267 ], [ -112.01407499567492, 39.792027564402552 ], [ -112.01376041865875, 39.792079867404595 ], [ -112.01360355972351, 39.792135296907453 ], [ -112.01338379374668, 39.792281374285722 ], [ -112.01315804243787, 39.792417592652257 ], [ -112.01299714055196, 39.792595590848357 ], [ -112.01284318682977, 39.792849211063881 ], [ -112.01260834380348, 39.793162101127052 ], [ -112.01233288914692, 39.793493364754944 ], [ -112.01203407536399, 39.79382483145438 ], [ -112.01168184839129, 39.794098198948127 ], [ -112.01138091762823, 39.794285524546467 ], [ -112.01103353558558, 39.794491273842276 ], [ -112.01071547934175, 39.794705776529902 ], [ -112.01046086153359, 39.7948656667309 ], [ -112.01012521817441, 39.795075816018262 ], [ -112.00976434116538, 39.795317718457277 ], [ -112.00939447898782, 39.795424549948791 ], [ -112.00931848951704, 39.795419805039543 ], [ -112.00909050799511, 39.795404669140254 ], [ -112.00884971603274, 39.795312159321078 ], [ -112.00867991694436, 39.795282100954253 ], [ -112.00839195147627, 39.795158465708631 ], [ -112.00819715170708, 39.795016000556359 ], [ -112.00799539564667, 39.794797011625512 ], [ -112.00786397422985, 39.794595431175551 ], [ -112.0076809869896, 39.794461872399211 ], [ -112.00751132192224, 39.794440821012053 ], [ -112.00723766864526, 39.794497255963371 ], [ -112.00703396701699, 39.794544974324481 ], [ -112.00675557706784, 39.794677132143583 ], [ -112.00650080466168, 39.794746916346355 ], [ -112.00608105109403, 39.794876694712983 ], [ -112.00569192238393, 39.795024225876283 ], [ -112.00540160014714, 39.795139365120782 ], [ -112.00500741596687, 39.795340997006363 ], [ -112.00467090135031, 39.795492573971941 ], [ -112.00440025558564, 39.795756203171798 ], [ -112.00414148293879, 39.796033243791236 ], [ -112.00394162570144, 39.796345813571897 ], [ -112.00379314232866, 39.796576849781339 ], [ -112.00363271727937, 39.796789969351572 ], [ -112.00350063720154, 39.796944279430491 ], [ -112.00339762270316, 39.797089328151756 ], [ -112.00339479455889, 39.797296579532905 ], [ -112.00340482366731, 39.797584808516135 ], [ -112.0033615119885, 39.797819439551205 ], [ -112.00327069856138, 39.798000422099953 ], [ -112.00319720684099, 39.7981677400184 ], [ -112.00319607988159, 39.798492104890578 ], [ -112.00321837665352, 39.798820772158258 ], [ -112.00324703692226, 39.799185423836128 ], [ -112.00330522297344, 39.799572344841408 ], [ -112.00334904630112, 39.79977468781081 ], [ -112.00327017154005, 39.799973586797918 ], [ -112.00306794315445, 39.800123997913751 ], [ -112.00280075758138, 39.800225415844061 ], [ -112.0023699944083, 39.800323741451137 ], [ -112.00207827128777, 39.800344280932926 ], [ -112.00177539149809, 39.800400955453973 ], [ -112.00159586389238, 39.800506118706643 ], [ -112.00141108408823, 39.80065187139045 ], [ -112.00082558207794, 39.800954248541878 ], [ -112.00061606930021, 39.801005609740749 ], [ -112.00051653235305, 39.800988448347972 ], [ -112.00040531595161, 39.800971387568666 ], [ -112.00011877658724, 39.800946828128268 ], [ -111.9997561902204, 39.800913913381947 ], [ -111.99941741963811, 39.800912326889438 ], [ -111.9990788446195, 39.800924252517916 ], [ -111.99900286269106, 39.800920401797605 ], [ -111.99878082186922, 39.800913303440481 ], [ -111.99848221284191, 39.800861814257694 ], [ -111.99812072172858, 39.800904567821831 ], [ -111.99762598336198, 39.801022346863569 ], [ -111.99720247872605, 39.801219699404754 ], [ -111.99691730827259, 39.801370812627951 ], [ -111.99668651044371, 39.80148541865978 ], [ -111.99633800770205, 39.801619054730836 ], [ -111.99590527663726, 39.801582225325355 ], [ -111.99558304761688, 39.80151291169102 ], [ -111.99534874096433, 39.801465367627813 ], [ -111.99516881012528, 39.801462406055443 ], [ -111.99498763409802, 39.801535137739386 ], [ -111.99478585022105, 39.801717966162236 ], [ -111.9945969648455, 39.80190428761491 ], [ -111.99433637794618, 39.802140777482265 ], [ -111.99403192464989, 39.802494770792883 ], [ -111.99372681980358, 39.802803719562299 ], [ -111.99345459853598, 39.803043911023209 ], [ -111.99313321456324, 39.803358403521059 ], [ -111.99274056680007, 39.803672603886611 ], [ -111.99235933647203, 39.803968685548149 ], [ -111.99196590491876, 39.804228830821422 ], [ -111.99164722639514, 39.804407247153094 ], [ -111.99125827127605, 39.80457274822659 ], [ -111.99102063913951, 39.804700916179037 ], [ -111.9907433538947, 39.804915015920741 ], [ -111.99053614837348, 39.805128516748844 ], [ -111.99045677825168, 39.805295876726838 ], [ -111.99030213209043, 39.805508928454579 ], [ -111.99018290080764, 39.805747806341387 ], [ -111.99009892956803, 39.806001699982154 ], [ -111.98998671285433, 39.806322507515304 ], [ -111.989932962227, 39.806647321044821 ], [ -111.98988914737647, 39.806850416678706 ], [ -111.98973501281591, 39.80709950268276 ], [ -111.98960917449541, 39.80728527813163 ], [ -111.98961292052806, 39.807546532055873 ], [ -111.98969226817475, 39.807784616478159 ], [ -111.98980704618916, 39.808049428158164 ], [ -111.98982040657745, 39.808166442317386 ], [ -111.98982025121083, 39.80856287731612 ], [ -111.98987156157645, 39.808882289450658 ], [ -111.98984175198181, 39.809247442899917 ], [ -111.98976489509458, 39.809590473035335 ], [ -111.98975338151976, 39.810009529466903 ], [ -111.98975809750407, 39.81033834889007 ], [ -111.98980544208565, 39.810788437648739 ], [ -111.98985882181884, 39.81125198964083 ], [ -111.98980935727671, 39.811468648077181 ], [ -111.98968293002387, 39.811613884192617 ], [ -111.98942755511909, 39.811728685400858 ], [ -111.98914758982804, 39.811758102105323 ], [ -111.9887719788714, 39.811635165802677 ], [ -111.98841208472649, 39.811385956453677 ], [ -111.98805887223196, 39.811195253110753 ], [ -111.98787042424819, 39.811088739539798 ], [ -111.98754115734688, 39.810938375056914 ], [ -111.98718723245442, 39.810779209579863 ], [ -111.98689475991547, 39.810669074518977 ], [ -111.98649009751965, 39.810556288712185 ], [ -111.9862215463898, 39.810566680603593 ], [ -111.98593555062311, 39.810582626025877 ], [ -111.98556643549425, 39.810504673349278 ], [ -111.98507442470606, 39.810410644242872 ], [ -111.98464047386224, 39.810291793723522 ], [ -111.98413061007314, 39.810174486480889 ], [ -111.98384917156079, 39.810100289536116 ], [ -111.98352652883442, 39.810003916552006 ], [ -111.98304606414743, 39.809899870092281 ], [ -111.98255879836373, 39.809728305297718 ], [ -111.98225368066319, 39.809631780342244 ], [ -111.98193662642308, 39.809517335883555 ], [ -111.98164832720707, 39.809371112765035 ], [ -111.98137665390477, 39.809161679282738 ], [ -111.98101044639202, 39.808876460676871 ], [ -111.98068550896271, 39.808617921652278 ], [ -111.98035486152756, 39.808368439804291 ], [ -111.98018395419804, 39.808261765411935 ], [ -111.97992473795209, 39.808106282389268 ], [ -111.97965416180435, 39.807973419349651 ], [ -111.97937326578493, 39.807854157574887 ], [ -111.97875630356144, 39.807679166411994 ], [ -111.97818121612291, 39.807491205119128 ], [ -111.97754822613398, 39.807338867279007 ], [ -111.9768337804305, 39.807208835448613 ], [ -111.9762425700177, 39.807119207760159 ], [ -111.97575090102697, 39.80704675971581 ], [ -111.97541203579361, 39.807040599094123 ], [ -111.97497934387491, 39.807008196349223 ], [ -111.97463451133028, 39.806993073732563 ], [ -111.97431823184641, 39.806931760008759 ], [ -111.9736867293831, 39.80688390299126 ], [ -111.97313748724073, 39.806870491114978 ], [ -111.97266943810908, 39.806815851617031 ], [ -111.97230689564347, 39.806787355736532 ], [ -111.97179840960507, 39.806764586107079 ], [ -111.97137244866205, 39.806795182591607 ], [ -111.97086491322132, 39.806839974919988 ], [ -111.97061435044438, 39.80688261564454 ], [ -111.97030582755241, 39.806957275084436 ], [ -111.97007856192734, 39.806995214890009 ], [ -111.969804193743, 39.807006518357866 ], [ -111.96960625581619, 39.807053221971529 ], [ -111.96946684739711, 39.807108446088577 ], [ -111.96939796557533, 39.807194615355712 ], [ -111.9693819629687, 39.807302867469808 ], [ -111.96940043300684, 39.807370287163941 ], [ -111.96942581901824, 39.807514232944705 ], [ -111.96945164804384, 39.807689709549884 ], [ -111.96949108536236, 39.807919131638563 ], [ -111.96949879490302, 39.808135304020006 ], [ -111.96939225592375, 39.808451539512809 ], [ -111.96923816988931, 39.808709607966108 ], [ -111.96908929069042, 39.808922583391258 ], [ -111.96887622835153, 39.809140599532789 ], [ -111.96862171206521, 39.809318416964992 ], [ -111.96835718714948, 39.809532356831198 ], [ -111.96804925096852, 39.809733143501141 ], [ -111.96769676716829, 39.810006379822838 ], [ -111.96747766706353, 39.810210928945217 ], [ -111.96724079130453, 39.810397606110705 ], [ -111.96699876794202, 39.81063387994562 ], [ -111.96685470863797, 39.810774733393835 ], [ -111.96665767191429, 39.810970087235681 ], [ -111.96650360271103, 39.811147063095703 ], [ -111.96638258867017, 39.811265199321944 ], [ -111.96621020629232, 39.8114693569091 ], [ -111.9661077223146, 39.811659417436005 ], [ -111.96601196130624, 39.811912490931334 ], [ -111.96589836208703, 39.812143188188223 ], [ -111.96573809894893, 39.812378778680653 ], [ -111.965554156397, 39.812592041355714 ], [ -111.96536989763122, 39.812782781713011 ], [ -111.96524931987784, 39.812932447626928 ], [ -111.96515178993947, 39.813059397037506 ], [ -111.96497374763067, 39.813277114629713 ], [ -111.96479526334052, 39.813463301107646 ], [ -111.96469189094705, 39.813590298709173 ], [ -111.96457696232559, 39.813726402153051 ], [ -111.96448018557986, 39.813907403890497 ], [ -111.96440143475863, 39.814124295150037 ], [ -111.96433474306241, 39.814368115698606 ], [ -111.96432633469072, 39.814602441930482 ], [ -111.9642826285511, 39.814819041806977 ], [ -111.96419238294924, 39.815049543220411 ], [ -111.96405477918985, 39.81523538878578 ], [ -111.96385216819776, 39.815367715102155 ], [ -111.96362464658463, 39.815473218389165 ], [ -111.96343475858862, 39.81559642844622 ], [ -111.96324318604672, 39.815682711759749 ], [ -111.96302821102464, 39.815766486053015 ], [ -111.96283683863946, 39.815867182808084 ], [ -111.96271543302336, 39.815958288844392 ], [ -111.9626819577247, 39.816071189832819 ], [ -111.96275525639582, 39.816300332985534 ], [ -111.96291045716291, 39.816537806224332 ], [ -111.96305868611071, 39.816694248403905 ], [ -111.96331299998458, 39.816917383540869 ], [ -111.96353151352594, 39.817086756292539 ], [ -111.96374424986769, 39.817260681541043 ], [ -111.96388124036763, 39.817448750484644 ], [ -111.96390712247897, 39.817628732556472 ], [ -111.96381617993715, 39.817809685176584 ], [ -111.96374169101726, 39.817913917284635 ], [ -111.96367875855414, 39.818009043500311 ], [ -111.96357550326614, 39.818145048924222 ], [ -111.96343293117827, 39.81839400392532 ], [ -111.96331855829834, 39.818570645778202 ], [ -111.96322158302108, 39.818738133223682 ], [ -111.96316581105009, 39.818927803164755 ], [ -111.96322165337419, 39.819161595739814 ], [ -111.96329502021777, 39.819395242774029 ], [ -111.96336768307832, 39.819578440424443 ], [ -111.96348754311106, 39.81979458252993 ], [ -111.96361957752532, 39.82004576180455 ], [ -111.96371618665844, 39.820270205630941 ], [ -111.96379577548147, 39.820530830162298 ], [ -111.96384031597022, 39.820791745801579 ], [ -111.96386180544164, 39.821075377542996 ], [ -111.96384239174274, 39.821358448101563 ], [ -111.96379379525902, 39.821643563048717 ], [ -111.96372671709574, 39.821860356639377 ], [ -111.96364154739673, 39.822036756138203 ], [ -111.96349337783086, 39.822303777268445 ], [ -111.96327441548655, 39.822521831846757 ], [ -111.96302134509664, 39.822807742992019 ], [ -111.96313531275335, 39.82343838718937 ], [ -111.96345176900053, 39.823925895233778 ], [ -111.96390611649861, 39.82424647563473 ], [ -111.9641670587902, 39.824523612497281 ], [ -111.96445080366061, 39.82476001489573 ], [ -111.96459918009528, 39.824925463429949 ], [ -111.96482299729064, 39.825054245024191 ], [ -111.96478575869023, 39.82531584015603 ], [ -111.9647757131002, 39.825433051650954 ], [ -111.96467401157614, 39.825680767040694 ], [ -111.96454896682987, 39.825930478381643 ], [ -111.96440035185557, 39.826165969770983 ], [ -111.9642399259983, 39.826392549288869 ], [ -111.96410255221477, 39.826596412410723 ], [ -111.96409922882299, 39.826776636850191 ], [ -111.96414772792632, 39.826902371572231 ], [ -111.96415621464229, 39.827091507693567 ], [ -111.96415867046362, 39.827267179169446 ], [ -111.96404321483215, 39.82736724687944 ], [ -111.96376964563484, 39.827441598579497 ], [ -111.96352489598745, 39.827487779779077 ], [ -111.96314121970038, 39.827627014287515 ], [ -111.96279308483322, 39.827801090951468 ], [ -111.96249149643312, 39.827961265651368 ], [ -111.96220360187573, 39.828265483427543 ], [ -111.96200842527035, 39.828514872638756 ], [ -111.96183617619729, 39.82873253699362 ], [ -111.96164608543565, 39.828927824386369 ], [ -111.96143947174225, 39.829195327107698 ], [ -111.96123957767148, 39.829525842645381 ], [ -111.96116557476539, 39.829666108279703 ], [ -111.9610630507691, 39.829856164250771 ], [ -111.96092810867539, 39.830235695237555 ], [ -111.96084801104668, 39.830357991466485 ], [ -111.96062436503661, 39.830661673112886 ], [ -111.96041415834175, 39.831091380768314 ], [ -111.96023875262318, 39.831502780300617 ], [ -111.96003061051312, 39.832081132406159 ], [ -111.95987764206609, 39.83242567288648 ], [ -111.95973482743229, 39.832660209174271 ], [ -111.95953956701342, 39.83290508990153 ], [ -111.95940273068642, 39.833149487137959 ], [ -111.95932815626769, 39.833249212018657 ], [ -111.95917863083763, 39.833421635247674 ], [ -111.95903569904443, 39.833648062770621 ], [ -111.95892210465425, 39.833883257446466 ], [ -111.95874605689812, 39.834249610733188 ], [ -111.95867826243142, 39.83441685289251 ], [ -111.95862296710497, 39.834642555629586 ], [ -111.95850502986065, 39.83498590373074 ], [ -111.95838187484748, 39.835374343956019 ], [ -111.95820550755536, 39.835718174419164 ], [ -111.95804585324649, 39.836003302683402 ], [ -111.95788757440904, 39.836387527485229 ], [ -111.95768758045972, 39.836713532550426 ], [ -111.95748458196863, 39.836823326169274 ], [ -111.95735088416863, 39.836873983656751 ], [ -111.95716919250789, 39.836834938708968 ], [ -111.95699265615289, 39.836746296886432 ], [ -111.956798404173, 39.836644286164379 ], [ -111.9565097924645, 39.83647998436809 ], [ -111.95626126970194, 39.836256787494676 ], [ -111.95583093494083, 39.835985534174611 ], [ -111.95543112820529, 39.835808631039711 ], [ -111.95481961164278, 39.835534361073094 ], [ -111.95461374312426, 39.835436947174678 ], [ -111.95421587513046, 39.835399676264437 ], [ -111.95379929539308, 39.83527696442205 ], [ -111.95346471461285, 39.835167992889502 ], [ -111.95310624096783, 39.835021375388109 ], [ -111.95270016830598, 39.834812979824875 ], [ -111.95231728217284, 39.834590877734207 ], [ -111.95198244579971, 39.834462983336962 ], [ -111.95168428306388, 39.834451914975183 ], [ -111.95145014115189, 39.834422301121521 ], [ -111.95120437623963, 39.834397287014966 ], [ -111.95105762614311, 39.834348936097456 ], [ -111.95084082645951, 39.834305664081008 ], [ -111.95066543488721, 39.834298992661481 ], [ -111.95053147597662, 39.834330723793954 ], [ -111.95041511944015, 39.834367716464754 ], [ -111.95035799656101, 39.834462787715736 ], [ -111.95027315002314, 39.83466620406552 ], [ -111.94999244368965, 39.835073945709091 ], [ -111.94981454581546, 39.835309658096257 ], [ -111.94961843601098, 39.835495965196813 ], [ -111.9494398534849, 39.835682128516368 ], [ -111.94922092855928, 39.835909165918643 ], [ -111.94907379012864, 39.836257248384975 ], [ -111.94898352882956, 39.836492242467813 ], [ -111.94890998959821, 39.836668535775978 ], [ -111.94889523834337, 39.836870476697435 ], [ -111.94898778255128, 39.837140915641349 ], [ -111.94928897973503, 39.838305224478376 ], [ -111.94936729582604, 39.838475770356951 ], [ -111.94955625762039, 39.838618381052697 ], [ -111.94970376046352, 39.838720786622019 ], [ -111.94987550479738, 39.838886062314032 ], [ -111.95000516915732, 39.838966088983035 ], [ -111.94999422789569, 39.839020237559311 ], [ -111.94988550611311, 39.839187809696696 ], [ -111.94978360934122, 39.839341811106955 ], [ -111.94966234197764, 39.839532010316951 ], [ -111.94943098519641, 39.839790684181111 ], [ -111.9492834578964, 39.840026147047048 ], [ -111.94926952595955, 39.840287546058121 ], [ -111.94932011715797, 39.840566436701693 ], [ -111.94930083831375, 39.840863918755879 ], [ -111.94918005341707, 39.841004559433685 ], [ -111.9490127701409, 39.841163600045142 ], [ -111.94874086540845, 39.841364040333083 ], [ -111.94859104808988, 39.84151843257235 ], [ -111.94848786137831, 39.841749026873813 ], [ -111.94842287686944, 39.842037872611883 ], [ -111.94839046395767, 39.842655310611974 ], [ -111.9484115266815, 39.842911918397782 ], [ -111.94834518625173, 39.843187260391367 ], [ -111.94821431961873, 39.843445110154001 ], [ -111.94812111505873, 39.843891858220061 ], [ -111.94799900153566, 39.844361366994164 ], [ -111.94795720938518, 39.844722101394304 ], [ -111.94790453499922, 39.845141488520035 ], [ -111.94788643854095, 39.845525454749982 ], [ -111.94784649119778, 39.846020420281917 ], [ -111.94790428790763, 39.846398360411492 ], [ -111.94790346222636, 39.846763264813745 ], [ -111.94790779885004, 39.847078573010855 ], [ -111.94793171136449, 39.847542383205486 ], [ -111.94798199327515, 39.847798752078432 ], [ -111.94802593605222, 39.848019133460006 ], [ -111.94811669185174, 39.848243637104922 ], [ -111.94814310377882, 39.848464161711071 ], [ -111.94825748401868, 39.848706491752331 ], [ -111.94830068452765, 39.848872820169113 ], [ -111.94827892042804, 39.848990125685894 ], [ -111.94816390145839, 39.849126213128258 ], [ -111.94802525845164, 39.849244473903099 ], [ -111.94776052618548, 39.849543961083356 ], [ -111.94751276618547, 39.849802764854552 ], [ -111.94729932530991, 39.85000722894457 ], [ -111.9470744427629, 39.850229805684222 ], [ -111.9468537388705, 39.850416308622194 ], [ -111.94665825256882, 39.850566566085668 ], [ -111.94641410178967, 39.850663161403347 ], [ -111.94612891819692, 39.850751081087473 ], [ -111.94587947838706, 39.850888262580632 ], [ -111.94575817470967, 39.8509928645245 ], [ -111.94561361792113, 39.851106665718035 ], [ -111.94539265474786, 39.851189555139094 ], [ -111.94518245250144, 39.851204782859568 ], [ -111.94472317234181, 39.85129862247657 ], [ -111.94433783543494, 39.851414382852795 ], [ -111.94411009986634, 39.851429751371896 ], [ -111.94372525141172, 39.851495951768662 ], [ -111.94348662890287, 39.851569971424432 ], [ -111.94320365728031, 39.851820042571354 ], [ -111.9430244610074, 39.851965656549034 ], [ -111.94269350010613, 39.852126018455259 ], [ -111.94246145775918, 39.852254041404343 ], [ -111.94225396166324, 39.852467457716081 ], [ -111.94214439970666, 39.852576465406912 ], [ -111.94191290897234, 39.852745026932077 ], [ -111.94169298249086, 39.852904484299899 ], [ -111.94144863169629, 39.852987556086248 ], [ -111.94126236608588, 39.853044027575486 ], [ -111.94090056275317, 39.853172199318877 ], [ -111.94054689087061, 39.853296700076953 ], [ -111.94006433463147, 39.853485313040473 ], [ -111.93972148651505, 39.853632248094918 ], [ -111.93952517508565, 39.853809529661035 ], [ -111.93916761537763, 39.85416380790145 ], [ -111.93906425854769, 39.854299791870453 ], [ -111.93886855731341, 39.854522116432292 ], [ -111.93871948738571, 39.854735053478905 ], [ -111.9385766321878, 39.854889376275018 ], [ -111.93850600510665, 39.854939501698354 ], [ -111.93840597170896, 39.854976350268458 ], [ -111.93818720238338, 39.855050198422887 ], [ -111.93795926542776, 39.855137635013541 ], [ -111.93774320479736, 39.855152896661139 ], [ -111.93748130778792, 39.855236101952308 ], [ -111.93723540699834, 39.855292147972278 ], [ -111.93709144456669, 39.855365389593878 ], [ -111.93704554647024, 39.855428829060656 ], [ -111.93702929950034, 39.855523563317419 ], [ -111.93703767285572, 39.855623504566665 ], [ -111.93705628693718, 39.855874727887532 ], [ -111.93714130083031, 39.856022702922949 ], [ -111.93724415039797, 39.856278651484892 ], [ -111.93733567930511, 39.856561720850173 ], [ -111.93740150171877, 39.856673811524608 ], [ -111.93747304635424, 39.856776846102747 ], [ -111.9376038953623, 39.856942469927027 ], [ -111.93771665938893, 39.857067695669237 ], [ -111.9378881766394, 39.857214970763835 ], [ -111.93802413618199, 39.857326493930636 ], [ -111.93812448856312, 39.857398661775321 ], [ -111.93815480356018, 39.857478603868358 ], [ -111.93815609165023, 39.857573196419629 ], [ -111.93814002977339, 39.857681444006737 ], [ -111.9380892678226, 39.857817001652791 ], [ -111.93799248412681, 39.858006990285212 ], [ -111.93790148328993, 39.858192427169953 ], [ -111.93775178949799, 39.85836031889702 ], [ -111.93749129019568, 39.858547125671912 ], [ -111.9372070427966, 39.858707094332175 ], [ -111.93700351800715, 39.858785321979596 ], [ -111.93674751236207, 39.858872982925497 ], [ -111.93650460948996, 39.858978557127131 ], [ -111.93623580516784, 39.859070825183267 ], [ -111.93608044422639, 39.859252275199871 ], [ -111.93594827192798, 39.859505616332129 ], [ -111.93581240819925, 39.859745472382521 ], [ -111.93555988430924, 39.860089882037258 ], [ -111.93541663724892, 39.860302767751115 ], [ -111.93506407318495, 39.860598429136694 ], [ -111.93487265809509, 39.860708089735112 ], [ -111.93455343603473, 39.860876442598752 ], [ -111.93439095082168, 39.860964245776557 ], [ -111.93414729552117, 39.861101355414476 ], [ -111.93398601850024, 39.861278345343841 ], [ -111.93394803507748, 39.861494886458942 ], [ -111.93392715897143, 39.861679755501989 ], [ -111.93388899196209, 39.861882783359796 ], [ -111.93378086740375, 39.862099889124828 ], [ -111.93363194883725, 39.862326332957636 ], [ -111.93345239070403, 39.862535003577399 ], [ -111.93313105570219, 39.8628934763207 ], [ -111.93292374300077, 39.863124893898288 ], [ -111.9327739654675, 39.863288274914623 ], [ -111.93262983722329, 39.863437194630691 ], [ -111.93244474336662, 39.863582839583309 ], [ -111.93216102427745, 39.863784236686904 ], [ -111.93189464413491, 39.863971078108037 ], [ -111.93162801884431, 39.86413990128635 ], [ -111.93129191934902, 39.864358835597002 ], [ -111.93100690291118, 39.864464736417524 ], [ -111.93074532749185, 39.864574953336529 ], [ -111.93059339942377, 39.86457977631526 ], [ -111.93054664951215, 39.864581052372813 ], [ -111.93029518162136, 39.864574059793306 ], [ -111.93009035420052, 39.864557682871393 ], [ -111.9298331627805, 39.864559744985726 ], [ -111.9296019804754, 39.864669715674836 ], [ -111.92937351446608, 39.864721100440391 ], [ -111.92914597410685, 39.864754457741761 ], [ -111.92879068771458, 39.86485190622286 ], [ -111.92854561075113, 39.864885402775165 ], [ -111.92823514262865, 39.864838333950154 ], [ -111.92808359004884, 39.864871081018542 ], [ -111.92799748863429, 39.864988897340162 ], [ -111.92789421509802, 39.865133880374628 ], [ -111.92783228315649, 39.865310066909366 ], [ -111.92781114694215, 39.865476917276666 ], [ -111.92778518465408, 39.865719488552124 ], [ -111.92777593313723, 39.865900659512619 ], [ -111.92775984109646, 39.866008004836189 ], [ -111.92772987757304, 39.866387557015564 ], [ -111.9277159211039, 39.866653457683057 ], [ -111.92767937144077, 39.866978102727288 ], [ -111.92764716230374, 39.867190991548526 ], [ -111.92757388884465, 39.867393397011881 ], [ -111.92749516207097, 39.867538183335753 ], [ -111.92737908424081, 39.867687773155893 ], [ -111.9272519502414, 39.867797808145568 ], [ -111.92710755812422, 39.867928703477816 ], [ -111.92697456556218, 39.868037884011976 ], [ -111.9268293964807, 39.868111122513028 ], [ -111.92660220725416, 39.868171501429153 ], [ -111.92636215735176, 39.868231982619392 ], [ -111.92622960515874, 39.868287100007969 ], [ -111.9260850404645, 39.868405381730817 ], [ -111.92604575668993, 39.868527327629451 ], [ -111.92601834571067, 39.868662693413803 ], [ -111.92599561112938, 39.868798021853486 ], [ -111.9259756992456, 39.868969366930166 ], [ -111.92596826593669, 39.869199176040233 ], [ -111.92587202033052, 39.86951979208709 ], [ -111.92584485088695, 39.86967317547002 ], [ -111.92577085506619, 39.869822427721054 ], [ -111.92565563611208, 39.869949484445719 ], [ -111.92555704582767, 39.870008834906372 ], [ -111.92543525403299, 39.870081885101939 ], [ -111.9252793558928, 39.870227285612259 ], [ -111.92520396634424, 39.87027293599116 ], [ -111.9251608917755, 39.870548078280947 ], [ -111.92528510564517, 39.870655204908267 ], [ -111.92539665980539, 39.870690354068827 ], [ -111.92553129453589, 39.870702794461543 ], [ -111.92567834749323, 39.870769194340205 ], [ -111.92579592950347, 39.870817809693314 ], [ -111.92594955558039, 39.870938215508517 ], [ -111.92604611724458, 39.871162689357085 ], [ -111.9261363490529, 39.871351174495011 ], [ -111.92621501082152, 39.871548761743156 ], [ -111.92629970070639, 39.871759815471563 ], [ -111.92634328807031, 39.871957682735989 ], [ -111.92638096918597, 39.872151092256857 ], [ -111.92645336245444, 39.87231719511594 ], [ -111.92653087470019, 39.872429198294412 ], [ -111.92658542772439, 39.872572919105941 ], [ -111.92661599099374, 39.872671782608407 ], [ -111.92659577664831, 39.872820605622906 ], [ -111.926537238788, 39.872902161377525 ], [ -111.9264619684073, 39.872956821397707 ], [ -111.92636313217552, 39.87299815491378 ], [ -111.92620607832737, 39.873057972854895 ], [ -111.92606601695437, 39.873077110857317 ], [ -111.92587918757305, 39.873096622050952 ], [ -111.92569796184655, 39.873098068641113 ], [ -111.92551691774126, 39.873113028181962 ], [ -111.92537721926318, 39.873159191823873 ], [ -111.92499904475557, 39.873297355385667 ], [ -111.92488166930492, 39.873351449202964 ], [ -111.9247608707513, 39.873411877047531 ], [ -111.92467384584958, 39.873462124737891 ], [ -111.92442946184492, 39.873549665863955 ], [ -111.92417917071297, 39.873632748652071 ], [ -111.92391613854832, 39.873724942187032 ], [ -111.92376567310643, 39.873753170084157 ], [ -111.92353785838873, 39.873768499052105 ], [ -111.92333377811501, 39.87380976700986 ], [ -111.92315193677307, 39.873852659556881 ], [ -111.92295482297953, 39.873890267482942 ], [ -111.92282663218002, 39.87392282179718 ], [ -111.9225996616378, 39.874001210729105 ], [ -111.92241337175767, 39.874061256105755 ], [ -111.92219260833895, 39.874166624241909 ], [ -111.92199510799438, 39.874262797239737 ], [ -111.92182117243067, 39.874372297291487 ], [ -111.92168231300502, 39.874481518340517 ], [ -111.92174704550565, 39.87494951288005 ], [ -111.92189500873491, 39.875083483662301 ], [ -111.9219253252199, 39.875164330765941 ], [ -111.92199666250225, 39.875339454530739 ], [ -111.92206630216252, 39.87564973854137 ], [ -111.92208203641346, 39.875951441289594 ], [ -111.92207450641951, 39.876262338767482 ], [ -111.92195522125138, 39.876523669868639 ], [ -111.92180702931417, 39.876809557015577 ], [ -111.92176779373416, 39.876936005844804 ], [ -111.92177617300996, 39.877125144723941 ], [ -111.92169161368281, 39.877360071149702 ], [ -111.92165169073218, 39.877522564528007 ], [ -111.92157420648579, 39.877761939522834 ], [ -111.92156498584687, 39.877946713351037 ], [ -111.92156792833741, 39.878166528677625 ], [ -111.92150670464527, 39.878397665591095 ], [ -111.92126338409038, 39.878566279639735 ], [ -111.92108340932771, 39.878662311845964 ], [ -111.92098648998802, 39.878847782071865 ], [ -111.92103115175338, 39.87912673063866 ], [ -111.92100535417086, 39.879383714282021 ], [ -111.92092615406227, 39.879582558395299 ], [ -111.92095833957808, 39.879803042449254 ], [ -111.92104850904678, 39.879987026885978 ], [ -111.92105658553953, 39.880153643679748 ], [ -111.92082537273842, 39.880353694856659 ], [ -111.92059867997304, 39.880454602112898 ], [ -111.92025643884962, 39.880660038318666 ], [ -111.92001407051244, 39.88090072040044 ], [ -111.91975434098926, 39.881155054326754 ], [ -111.91934814107137, 39.881388024400984 ], [ -111.91901704376579, 39.881552824601009 ], [ -111.9186150627059, 39.881664126661811 ], [ -111.9180720376319, 39.88172248526643 ], [ -111.91775101962477, 39.881766471028357 ], [ -111.91769350103247, 39.881838103435427 ], [ -111.9176772819055, 39.881937339343885 ], [ -111.91770921806443, 39.882139806660334 ], [ -111.91771818764479, 39.882373989923991 ], [ -111.91753987917957, 39.882596140328516 ], [ -111.9171863327085, 39.88283229015444 ], [ -111.91694281791452, 39.882988282948844 ], [ -111.91659392658349, 39.883135197362911 ], [ -111.91604701941355, 39.883342238529387 ], [ -111.91566912957857, 39.883507398768337 ], [ -111.91533075727395, 39.883654226333626 ], [ -111.91525138769208, 39.883753960289269 ], [ -111.91524775692086, 39.883920669821116 ], [ -111.91529692831365, 39.884100477293991 ], [ -111.91527617606987, 39.884298856161436 ], [ -111.91516831798805, 39.884542971304704 ], [ -111.91500103103409, 39.884715477029992 ], [ -111.91481059468116, 39.884906184671891 ], [ -111.91468423514347, 39.885078367085967 ], [ -111.91445991160438, 39.885359439166209 ], [ -111.91434507695041, 39.885518916642127 ], [ -111.91425909421771, 39.885649335273335 ], [ -111.91420844498002, 39.885798395836922 ], [ -111.91420430040073, 39.886014663097299 ], [ -111.91416126563068, 39.886208712477973 ], [ -111.91409987873605, 39.886429935813418 ], [ -111.91394433870948, 39.88660685227984 ], [ -111.91369089094816, 39.886897162118856 ], [ -111.91354782051208, 39.887132543327482 ], [ -111.91339985840438, 39.887440041062014 ], [ -111.91327420807252, 39.887666274942184 ], [ -111.91313125418444, 39.887910664470837 ], [ -111.9130423931738, 39.888177152381225 ], [ -111.91303932062634, 39.888474499027076 ], [ -111.91301396841209, 39.888767516179456 ], [ -111.9128709516293, 39.889007400962797 ], [ -111.91269633265917, 39.889157436579396 ], [ -111.91242476570416, 39.889317244510011 ], [ -111.91214659853091, 39.889508637913231 ], [ -111.91189199856969, 39.889713359991006 ], [ -111.9116437219202, 39.889954070878119 ], [ -111.91146548188524, 39.890184320046998 ], [ -111.9114080333436, 39.890262255569013 ], [ -111.91124727456361, 39.890487862123408 ], [ -111.91113472675391, 39.890732911169614 ], [ -111.91104291917377, 39.890954371769062 ], [ -111.91091701633536, 39.89116258545701 ], [ -111.91077816560609, 39.891276298130776 ], [ -111.91060446743178, 39.891408303807722 ], [ -111.91047737045288, 39.891526428710364 ], [ -111.91035641859166, 39.891667029652147 ], [ -111.91028147244623, 39.891748705868302 ], [ -111.91002065365237, 39.891926443319427 ], [ -111.90981765468896, 39.892054172855651 ], [ -111.909684826632, 39.892181351615157 ], [ -111.90962813661949, 39.892316942799617 ], [ -111.90957782993652, 39.892493027837048 ], [ -111.90951547040804, 39.892642178078731 ], [ -111.90948461149921, 39.892962266796353 ], [ -111.90946424514453, 39.893191274570682 ], [ -111.90945577658273, 39.893435505627387 ], [ -111.90947766614175, 39.893764190380082 ], [ -111.90957450552348, 39.894011199390505 ], [ -111.90965976909018, 39.894267308874788 ], [ -111.9096034942287, 39.894434430921869 ], [ -111.90946376293, 39.894570673304585 ], [ -111.90924447932304, 39.894617441650936 ], [ -111.90905104497909, 39.894673016718187 ], [ -111.90872469563463, 39.89476116725416 ], [ -111.90841027905944, 39.894867242926047 ], [ -111.90810751727182, 39.89505881923305 ], [ -111.90795896008103, 39.895235672850596 ], [ -111.90779694239029, 39.895367582832172 ], [ -111.90752345703565, 39.895473335678126 ], [ -111.90725516539018, 39.895529493550519 ], [ -111.90689372199704, 39.895617913495407 ], [ -111.90678278932913, 39.895632295625269 ], [ -111.90650280054589, 39.895688543223933 ], [ -111.90614701341831, 39.895762501008278 ], [ -111.90592557426838, 39.895823695553162 ], [ -111.90573903271876, 39.895870201493736 ], [ -111.90551733199476, 39.895911575824144 ], [ -111.9052960695949, 39.89598628243337 ], [ -111.90508660932107, 39.896069005294812 ], [ -111.90480784946354, 39.89621894075205 ], [ -111.90463980952863, 39.896338279648333 ], [ -111.90443281970124, 39.896520089449517 ], [ -111.90432869492545, 39.896696591867673 ], [ -111.90423317130328, 39.896904561289631 ], [ -111.90411871081454, 39.897184756366954 ], [ -111.90406242018921, 39.89735187581924 ], [ -111.90390825031965, 39.897636885123973 ], [ -111.90372477933994, 39.897917617686488 ], [ -111.90352339561582, 39.89817055926023 ], [ -111.90336143347518, 39.898307868454189 ], [ -111.90311722952728, 39.898417887689277 ], [ -111.90280255096378, 39.898505930693922 ], [ -111.90247493428362, 39.898499471050641 ], [ -111.90227633222577, 39.898519036008921 ], [ -111.90196685064628, 39.898557482628519 ], [ -111.90171012055616, 39.898604528008626 ], [ -111.901511695037, 39.898637604927067 ], [ -111.90149416224115, 39.89863864220407 ], [ -111.90136104753498, 39.898656795504351 ], [ -111.90111979477916, 39.898635245091832 ], [ -111.90092680414524, 39.898636744613214 ], [ -111.90062914735988, 39.898685006534443 ], [ -111.90045381909655, 39.89869537785372 ], [ -111.90035445852804, 39.898700654227511 ], [ -111.90010835052092, 39.898665624764575 ], [ -111.90003215884755, 39.898653602475349 ], [ -111.89984442712155, 39.898610010570756 ], [ -111.89963224255534, 39.898485520209931 ], [ -111.8993728611009, 39.898329861340741 ], [ -111.89925519099128, 39.898276715317152 ], [ -111.89895037964716, 39.898225020046588 ], [ -111.89864445795297, 39.898177837458604 ], [ -111.89829379654867, 39.898108476232082 ], [ -111.89795827599477, 39.897944394184385 ], [ -111.89766831369901, 39.897775453619012 ], [ -111.89729209440092, 39.897629704191338 ], [ -111.89688809936723, 39.897506692771863 ], [ -111.89649018864409, 39.897401652431014 ], [ -111.89617322142132, 39.897404102395811 ], [ -111.89594613085615, 39.897481539162875 ], [ -111.89581842258521, 39.897555504873147 ], [ -111.89558070206544, 39.897715011902257 ], [ -111.89539467573687, 39.897802041188399 ], [ -111.8951035581088, 39.897903396052641 ], [ -111.89485822882457, 39.89792781385944 ], [ -111.89461874750984, 39.897952186032747 ], [ -111.89439020104456, 39.897917909902489 ], [ -111.89423247662243, 39.897932640920061 ], [ -111.89408106860236, 39.897983362084574 ], [ -111.8937901815095, 39.898012633758164 ], [ -111.89370133629377, 39.898016922405063 ], [ -111.89343829776989, 39.898028860017504 ], [ -111.89326870107875, 39.898030166546015 ], [ -111.89304623702544, 39.898013860443641 ], [ -111.89276494074677, 39.897970977561116 ], [ -111.89233784992001, 39.897960750152372 ], [ -111.89194005837736, 39.897954800699935 ], [ -111.89163682986106, 39.898024705845472 ], [ -111.89142161510217, 39.898116458079194 ], [ -111.89125926680997, 39.898225823143058 ], [ -111.89113224053926, 39.898352936081032 ], [ -111.89102380854955, 39.898560993898968 ], [ -111.89090309314732, 39.898814194806597 ], [ -111.89087267331168, 39.899084721459829 ], [ -111.89088728649045, 39.899309853312268 ], [ -111.89094330453644, 39.899570706103432 ], [ -111.89096405809339, 39.899818315159067 ], [ -111.89096025166215, 39.899976015267725 ], [ -111.89091024183334, 39.900179119167341 ], [ -111.89086648842762, 39.900413709145333 ], [ -111.89082255974141, 39.90063478580123 ], [ -111.89067961614285, 39.900888157158079 ], [ -111.89050754597636, 39.901150761769756 ], [ -111.89035232023686, 39.901359178218641 ], [ -111.89016790951787, 39.901572323376364 ], [ -111.89002349289581, 39.90171218221559 ], [ -111.8898610873465, 39.901817941826039 ], [ -111.88963971859918, 39.901887213562404 ], [ -111.88942958045368, 39.901920359693023 ], [ -111.88901538490641, 39.902004623717687 ], [ -111.88871891517157, 39.902146547526776 ], [ -111.88864329177026, 39.902178661240967 ], [ -111.88848075497381, 39.902274509188899 ], [ -111.88829546344098, 39.902420084905032 ], [ -111.88813953022344, 39.902574445233704 ], [ -111.88793072659129, 39.902711190680556 ], [ -111.8877211082561, 39.902784873663748 ], [ -111.88752243106094, 39.902799909084891 ], [ -111.88735282233488, 39.90280120709032 ], [ -111.88714238974759, 39.902811826934304 ], [ -111.88693259599044, 39.90287199519522 ], [ -111.88665337362181, 39.902991257407095 ], [ -111.88639216046825, 39.903146420330131 ], [ -111.88612421793626, 39.903324158489454 ], [ -111.88590512190964, 39.903388900858538 ], [ -111.88569380753809, 39.903422049216928 ], [ -111.885454245546, 39.903441898248175 ], [ -111.88524971725222, 39.903456974458983 ], [ -111.88504565254044, 39.903508085813925 ], [ -111.88470793774046, 39.903627789766901 ], [ -111.88436553140535, 39.903837626123241 ], [ -111.88412787825185, 39.904006118908164 ], [ -111.88387343033307, 39.904233302661297 ], [ -111.88367845180467, 39.904536615634122 ], [ -111.88345311691492, 39.904753665857747 ], [ -111.88318072439635, 39.904950351609578 ], [ -111.88290768269898, 39.905096587011535 ], [ -111.88264639522463, 39.905247237180852 ], [ -111.88242158644049, 39.905505726278058 ], [ -111.88225062892016, 39.905858407690658 ], [ -111.88210306517583, 39.906210910879764 ], [ -111.88196059792156, 39.906504811678616 ], [ -111.88184639222797, 39.90672191443317 ], [ -111.88173820801235, 39.906952485917977 ], [ -111.88164716574583, 39.907151392814704 ], [ -111.88155096685554, 39.907404397375672 ], [ -111.88142407899952, 39.907545013177959 ], [ -111.88129620933969, 39.907609053375424 ], [ -111.88113243746528, 39.907610297958009 ], [ -111.88089738139307, 39.907526491174785 ], [ -111.88071456293633, 39.907410753021914 ], [ -111.88050836074792, 39.907296093116194 ], [ -111.88027266076007, 39.907161835305189 ], [ -111.88003662738238, 39.907001451242252 ], [ -111.87988907826485, 39.906898958729812 ], [ -111.87975305458393, 39.906782863948202 ], [ -111.879399757446, 39.906600843776047 ], [ -111.8792112102204, 39.906494156422262 ], [ -111.87892352018403, 39.906410744667909 ], [ -111.87859500368671, 39.906336651297998 ], [ -111.87827256685499, 39.906280530465239 ], [ -111.87787954146629, 39.906193408998085 ], [ -111.87764541380119, 39.906181666622864 ], [ -111.87740775640724, 39.906260048081485 ], [ -111.87722225816873, 39.906392093039962 ], [ -111.87703596652534, 39.906461976360461 ], [ -111.87647598839995, 39.906677038722783 ], [ -111.87559268608847, 39.906674702106258 ], [ -111.87530038859418, 39.906780521103975 ], [ -111.87503353898693, 39.906863622935425 ], [ -111.87488794575549, 39.906914275191163 ], [ -111.87448086775986, 39.907102045914094 ], [ -111.87406759505338, 39.907262832624745 ], [ -111.87352386896805, 39.90728494938498 ], [ -111.8729720945239, 39.907226036345904 ], [ -111.87236417084981, 39.907167543108834 ], [ -111.87137903223382, 39.906976735507847 ], [ -111.87051798106364, 39.906884095410753 ], [ -111.86982769087, 39.906880265738415 ], [ -111.86900821148301, 39.906836856262828 ], [ -111.86868572274277, 39.906776204261682 ], [ -111.86830480202993, 39.906720493801735 ], [ -111.86767657855918, 39.906535991268399 ], [ -111.8670998627948, 39.906261002525234 ], [ -111.86671656200781, 39.906016099568809 ], [ -111.86633394481295, 39.905825248810594 ], [ -111.86619845645409, 39.905749677967762 ], [ -111.86595561877849, 39.905882133282127 ], [ -111.86584638263193, 39.90612621264372 ], [ -111.86571116882033, 39.906537166483453 ], [ -111.86543642854363, 39.907016734792755 ], [ -111.86513664518236, 39.907365847701257 ], [ -111.86478955677855, 39.907674768692672 ], [ -111.86433218243147, 39.908052083971704 ], [ -111.86382795375145, 39.908425241611276 ], [ -111.86330587817908, 39.908775104543722 ], [ -111.86291042708216, 39.909053746750168 ], [ -111.86239469450356, 39.909350400777136 ], [ -111.86188284644189, 39.909583955307028 ], [ -111.86133443267984, 39.909700652301709 ], [ -111.86101317761332, 39.909739077222952 ], [ -111.86059197823045, 39.90973769912879 ], [ -111.86002388576762, 39.909777953004692 ], [ -111.8596694361261, 39.909875183851319 ], [ -111.85936117237119, 39.910017120145611 ], [ -111.85911696767208, 39.910136056620118 ], [ -111.85892996062334, 39.910150956649112 ], [ -111.8588135382487, 39.91019686778646 ], [ -111.85858687973138, 39.910315673190468 ], [ -111.85849391013883, 39.910365915230727 ], [ -111.85838997283609, 39.910474801838319 ], [ -111.85821207453588, 39.910750916361287 ], [ -111.85797719906293, 39.911149083973733 ], [ -111.85801712871901, 39.911536208213178 ], [ -111.85810306707835, 39.911859923624547 ], [ -111.85821330347541, 39.912255537188557 ], [ -111.85836409378285, 39.912619316264866 ], [ -111.85849233136473, 39.913050835276465 ], [ -111.8587344682598, 39.913702249679829 ], [ -111.85879542799094, 39.913899111866115 ], [ -111.85890462571292, 39.914304643036886 ], [ -111.85899860446045, 39.914709385843558 ], [ -111.85892722979897, 39.915083819392848 ], [ -111.85880697499459, 39.915291934475377 ], [ -111.858783632523, 39.915296612237704 ], [ -111.85842771285617, 39.915372226772291 ], [ -111.85837002596746, 39.915343822618453 ], [ -111.85812751206264, 39.915224886940379 ], [ -111.85772726131168, 39.915029633784862 ], [ -111.85747409664719, 39.914900864781544 ], [ -111.85696253808841, 39.914692917402725 ], [ -111.85655896079436, 39.91460580183351 ], [ -111.85630597631695, 39.914585146001457 ], [ -111.85595533510725, 39.914614764213617 ], [ -111.85553055401466, 39.914798094270786 ], [ -111.85522810928809, 39.914939976620786 ], [ -111.85485552324718, 39.915086880196881 ], [ -111.85451145623901, 39.915175008995391 ], [ -111.8540733456767, 39.915227790488551 ], [ -111.8534538939947, 39.915281905212289 ], [ -111.85293550665911, 39.915465914716926 ], [ -111.85260397252085, 39.915621518841967 ], [ -111.8521848025088, 39.915786775886247 ], [ -111.85182334664363, 39.915888539150238 ], [ -111.85142684694739, 39.915995063497135 ], [ -111.85101285246375, 39.91610621977015 ], [ -111.85072794183, 39.916247961705849 ], [ -111.85040865559714, 39.916448518476329 ], [ -111.85015344806908, 39.916626981146422 ], [ -111.8496657269629, 39.916926977044824 ], [ -111.84928280944479, 39.917186560380095 ], [ -111.84901588536857, 39.917364205383613 ], [ -111.84879548096559, 39.917518984855178 ], [ -111.84850030551893, 39.917777923266719 ], [ -111.84827064710672, 39.918036381630536 ], [ -111.84791624238309, 39.918331790857302 ], [ -111.84762613258309, 39.918527621709082 ], [ -111.84727078294388, 39.91865185054462 ], [ -111.84686239359345, 39.918744931552659 ], [ -111.84647751405971, 39.918846849249547 ], [ -111.84615296882993, 39.919002383913345 ], [ -111.84609970305667, 39.919047821380993 ], [ -111.84596074371443, 39.919165962098631 ], [ -111.84590623418384, 39.919490710900561 ], [ -111.84598016002445, 39.919792899243895 ], [ -111.84600720803189, 39.920089122744209 ], [ -111.84592427883898, 39.920481651999552 ], [ -111.84574012226233, 39.920730763563732 ], [ -111.84549190039465, 39.921003767361661 ], [ -111.84526209128298, 39.921346912447788 ], [ -111.84510182940615, 39.921636392656474 ], [ -111.84498279494464, 39.921948096565075 ], [ -111.84476292039362, 39.922147913210956 ], [ -111.84442509772317, 39.922272005624791 ], [ -111.84398748668752, 39.922369794216031 ], [ -111.84344997679521, 39.922432268909908 ], [ -111.84297074812353, 39.922476297907558 ], [ -111.84245244360767, 39.922673774595211 ], [ -111.84219084521219, 39.922811722249108 ], [ -111.8415998785474, 39.923287223169389 ], [ -111.84133414594754, 39.923565750977417 ], [ -111.84110232320039, 39.923746726901868 ], [ -111.84082282502592, 39.923856871092873 ], [ -111.8407770262924, 39.923843688585777 ], [ -111.84047638218972, 39.923755770810352 ], [ -111.84025235872572, 39.923617743395191 ], [ -111.83989863639623, 39.923399567386575 ], [ -111.839481222251, 39.923235909944111 ], [ -111.8390821420325, 39.923136087537841 ], [ -111.83869545622819, 39.923092935527023 ], [ -111.83835127282575, 39.923176512402996 ], [ -111.83822923870986, 39.923244967832687 ], [ -111.83797992342318, 39.923431469855252 ], [ -111.83764306999799, 39.923636623282981 ], [ -111.83723082817708, 39.923897279597803 ], [ -111.83692862325778, 39.92406524077667 ], [ -111.83650837664163, 39.924149361207775 ], [ -111.83625719000193, 39.924182707277978 ], [ -111.8357943999584, 39.924136490584573 ], [ -111.8353259242694, 39.92410382762877 ], [ -111.83491540649355, 39.924025696691714 ], [ -111.8343761248875, 39.923943986106572 ], [ -111.83379714816272, 39.923966170610115 ], [ -111.83336011132818, 39.924113468639028 ], [ -111.83330177043258, 39.924127402574371 ], [ -111.8330756220054, 39.9242957080696 ], [ -111.83297151418614, 39.924395563299854 ], [ -111.83304488667451, 39.924656318926637 ], [ -111.83307786284593, 39.924963314475875 ], [ -111.8330924467837, 39.925201067081268 ], [ -111.83300402417166, 39.925629665472208 ], [ -111.8329946159237, 39.925818937789693 ], [ -111.83297837431112, 39.925927171457509 ], [ -111.83298028509527, 39.926084828326388 ], [ -111.83290627119776, 39.927219687238484 ], [ -111.83286832934702, 39.927468628794671 ], [ -111.83287231440482, 39.92779745589489 ], [ -111.83289336064317, 39.928085616563365 ], [ -111.83282101205029, 39.928392467596304 ], [ -111.83277709836879, 39.928631541252891 ], [ -111.83256580094627, 39.929061021582996 ], [ -111.8322419148538, 39.929374183063096 ], [ -111.83207480153536, 39.929587111461913 ], [ -111.83199086586035, 39.929903955787786 ], [ -111.83176877369938, 39.93040919389626 ], [ -111.83185390504971, 39.930674370517352 ], [ -111.831914814846, 39.930872147801523 ], [ -111.83197616130533, 39.93110596087665 ], [ -111.83197298258989, 39.931326722336863 ], [ -111.83198724811066, 39.931538348870752 ], [ -111.83189164025542, 39.931857979709285 ], [ -111.83189870205271, 39.931957937151488 ], [ -111.8318327417071, 39.932309790251843 ], [ -111.83178332766974, 39.932675039197761 ], [ -111.83186968681491, 39.932944711757209 ], [ -111.83192660185476, 39.933295683157553 ], [ -111.83199954412579, 39.933520403173667 ], [ -111.83223024022088, 39.934207992291618 ], [ -111.83225183182446, 39.934541197529633 ], [ -111.83234856406, 39.934797280568858 ], [ -111.83245120301416, 39.935057825970667 ], [ -111.83262449660673, 39.935353902811826 ], [ -111.83270334949914, 39.935583084711752 ], [ -111.83271985680919, 39.935979394426603 ], [ -111.83271822015114, 39.936327181875328 ], [ -111.83271092851245, 39.936691227438139 ], [ -111.83262654001437, 39.936971135213106 ], [ -111.83246362396774, 39.937048887834088 ], [ -111.83230835998931, 39.937275245863248 ], [ -111.83216490735145, 39.937510528631883 ], [ -111.83206832138282, 39.937749979732956 ], [ -111.831936559357, 39.937984277329285 ], [ -111.83153820726142, 39.938337613652237 ], [ -111.83111375474456, 39.938662304572269 ], [ -111.83073048296309, 39.938908314214963 ], [ -111.83050656732149, 39.939265802763515 ], [ -111.83055330252323, 39.939742983589781 ], [ -111.83060354826652, 39.940026430058204 ], [ -111.83059051332573, 39.940400427142784 ], [ -111.83048221418855, 39.940639960750701 ], [ -111.83037451327871, 39.940929043462106 ], [ -111.83029693142002, 39.941289087196417 ], [ -111.83013572819331, 39.941606482970705 ], [ -111.83010434525616, 39.941818436232438 ], [ -111.82987932867488, 39.942085834065189 ], [ -111.82984526147764, 39.942172571281453 ], [ -111.82968904167345, 39.942321448877131 ], [ -111.82939948610228, 39.942575793041435 ], [ -111.82922166157456, 39.942874385986471 ], [ -111.82915507983596, 39.943176687951734 ], [ -111.82904206109292, 39.943510855980108 ], [ -111.82876871370341, 39.944138986124912 ], [ -111.8285587035665, 39.944681070567249 ], [ -111.82830517099171, 39.945011737110406 ], [ -111.82818597790695, 39.945319820146082 ], [ -111.82791655670937, 39.945789349013189 ], [ -111.82773920621676, 39.946128479920766 ], [ -111.8276249817431, 39.946363548131977 ], [ -111.82740628165269, 39.946671439676209 ], [ -111.82710591685181, 39.947002437761789 ], [ -111.82685063339282, 39.947188958038346 ], [ -111.82632646038321, 39.947404423812337 ], [ -111.82565580943606, 39.947607415954373 ], [ -111.82529398383497, 39.947695584649935 ], [ -111.82508920068459, 39.947701547162836 ], [ -111.82460945839725, 39.947718475146857 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 12, \"properties\": { \"NAME\": \"TINTIC SCHOOL DISTRICT\", \"TOTENROLL\": 220, \"Color4\": \"1\", \"Shape_Leng\": 444934.21218799998, \"Shape_Area\": 5688533707.6999998 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.17813598659511, 40.011298984142108 ], [ -112.17781938323351, 40.011284183764296 ], [ -112.17757938919233, 40.011295632369041 ], [ -112.1772934760087, 40.011294032842024 ], [ -112.17707042387117, 40.01133684134448 ], [ -112.17700622574156, 40.011351007626523 ], [ -112.17653702324725, 40.011319734751559 ], [ -112.17630773815441, 40.011272510551976 ], [ -112.17575335341117, 40.01112497630043 ], [ -112.1755016572813, 40.01106896843892 ], [ -112.17517887364706, 40.011035303679876 ], [ -112.1749378912892, 40.010989096332359 ], [ -112.17477427385157, 40.011013278855138 ], [ -112.17461628192487, 40.011023889942678 ], [ -112.17435885522757, 40.011043617091445 ], [ -112.17435709513271, 40.010940927157229 ], [ -112.17436866875983, 40.01086422950614 ], [ -112.17430853873635, 40.010842315250308 ], [ -112.17420139454251, 40.01074339606992 ], [ -112.17408718943497, 40.010574274585679 ], [ -112.1738080344708, 40.010009507026666 ], [ -112.17364040727334, 40.009799482713142 ], [ -112.17345551818977, 40.009607651864293 ], [ -112.17330060995158, 40.00945605970314 ], [ -112.17309252557942, 40.009277977298211 ], [ -112.17276159709679, 40.009110147292326 ], [ -112.17246219066719, 40.009072634529211 ], [ -112.1719936987555, 40.009081878534218 ], [ -112.17183534102686, 40.009070866815492 ], [ -112.17174153480357, 40.009066409730899 ], [ -112.17144536816157, 40.008875700783541 ], [ -112.17131320141787, 40.008683333453718 ], [ -112.17113872733893, 40.008414813150289 ], [ -112.17099454041103, 40.008204547997408 ], [ -112.17090483770833, 40.008097340919186 ], [ -112.17069121444587, 40.00793732900452 ], [ -112.17040222040356, 40.007823125274236 ], [ -112.17005565708681, 40.007768063615202 ], [ -112.16965778333379, 40.007727033034705 ], [ -112.16941007979142, 40.007697999914541 ], [ -112.1691694048441, 40.007668895348601 ], [ -112.16885875344136, 40.007658515068627 ], [ -112.16857153010284, 40.007647897700103 ], [ -112.16831359182203, 40.0076369843664 ], [ -112.16803762198379, 40.007599223826382 ], [ -112.16774963143668, 40.007543564838869 ], [ -112.16756167054952, 40.007513925700515 ], [ -112.16747982618428, 40.007523759769583 ], [ -112.1672038572149, 40.007485997229836 ], [ -112.16694745370017, 40.007565160021755 ], [ -112.16678397935769, 40.0075974383249 ], [ -112.16658547020333, 40.007636375730826 ], [ -112.16613333138676, 40.007573355659339 ], [ -112.1658527319486, 40.007607712205221 ], [ -112.16553082675799, 40.007624464610977 ], [ -112.16525060972131, 40.007681339513397 ], [ -112.16476107088583, 40.007830412563131 ], [ -112.16451218877695, 40.008007697531063 ], [ -112.16426394819773, 40.008222815265768 ], [ -112.16388308654108, 40.008217631779701 ], [ -112.16345320290213, 40.00815437772733 ], [ -112.16316592614649, 40.008071671783725 ], [ -112.16293065063599, 40.008015471659881 ], [ -112.16276581279065, 40.007967573750953 ], [ -112.1623718632535, 40.007881431431045 ], [ -112.16230096771729, 40.007846104692987 ], [ -112.16206500622854, 40.007749367088749 ], [ -112.16197030104624, 40.007691755248196 ], [ -112.16168153585306, 40.007590140647899 ], [ -112.16133955472085, 40.007459327422886 ], [ -112.16105050142492, 40.007340596138263 ], [ -112.16074395447824, 40.007226544090663 ], [ -112.16049004497974, 40.007107459361521 ], [ -112.16031360073305, 40.006996607899495 ], [ -112.16005631029944, 40.006746918776187 ], [ -112.15991356077289, 40.006550139425336 ], [ -112.15972693741575, 40.006322265843089 ], [ -112.15961268386712, 40.006147724583407 ], [ -112.15937778829181, 40.005767172475075 ], [ -112.15918884517295, 40.005678967977516 ], [ -112.15913106714383, 40.005657022256578 ], [ -112.15866347340155, 40.005440966512964 ], [ -112.1584302605248, 40.005159499766798 ], [ -112.15826810742473, 40.004923270596329 ], [ -112.15801822573042, 40.004695125476601 ], [ -112.15771656321807, 40.004522454912873 ], [ -112.15755678744407, 40.004357375791649 ], [ -112.1573663292853, 40.004179088674832 ], [ -112.15718649024812, 40.004005199931491 ], [ -112.15694682344304, 40.003687756635742 ], [ -112.15675449928976, 40.003329297610492 ], [ -112.15670754236658, 40.003045967859535 ], [ -112.15646483657825, 40.002895229131681 ], [ -112.15641684370345, 40.002828137001373 ], [ -112.15607328560473, 40.00260182326921 ], [ -112.15574159481677, 40.002384399621278 ], [ -112.15557620010023, 40.002232887923661 ], [ -112.15542017659617, 40.002081282547543 ], [ -112.15536382327153, 40.001865616937906 ], [ -112.15530769807707, 40.001663463234763 ], [ -112.15519004771004, 40.001286237988978 ], [ -112.15516232762081, 40.00096217306146 ], [ -112.15486006177858, 40.000474169062159 ], [ -112.15455370746476, 40.00036910789045 ], [ -112.15445422444255, 40.000374603731089 ], [ -112.15440013311301, 40.000362529307417 ], [ -112.15420734527103, 40.000323006012152 ], [ -112.15374262737402, 40.000205104698772 ], [ -112.15346945871048, 39.999983487929477 ], [ -112.1532057160718, 39.999625733515117 ], [ -112.15302820739286, 39.999519386020864 ], [ -112.15295199927345, 39.999515639503628 ], [ -112.15266885016874, 39.999396828203203 ], [ -112.1522573173575, 39.999306321251524 ], [ -112.15195616234246, 39.999161559725103 ], [ -112.15163521496132, 39.998884554677481 ], [ -112.15144403094295, 39.998661217320858 ], [ -112.15130623523461, 39.998477891929902 ], [ -112.15121687863332, 39.998388684780387 ], [ -112.15099777755928, 39.998246709355023 ], [ -112.15071935910927, 39.998060275096101 ], [ -112.15061581166714, 39.997823452801427 ], [ -112.15059429677079, 39.997588518809252 ], [ -112.15068262762507, 39.997267804977774 ], [ -112.15072478918127, 39.996988092216483 ], [ -112.15080771628551, 39.996694460385626 ], [ -112.15090265732034, 39.996418728149415 ], [ -112.15098754918498, 39.996242200011821 ], [ -112.15104437039878, 39.996138026532734 ], [ -112.15111229849229, 39.995997704744511 ], [ -112.15115574336643, 39.995794559691447 ], [ -112.15117583961511, 39.995596151296915 ], [ -112.15121883026737, 39.995365982250505 ], [ -112.15134882804864, 39.99508539660421 ], [ -112.15135766554668, 39.994914128484417 ], [ -112.15131768894589, 39.99462622193856 ], [ -112.15122576596374, 39.994383878860454 ], [ -112.15118099320314, 39.99415908632583 ], [ -112.15110686581934, 39.993930080595398 ], [ -112.15086461699438, 39.993454983436706 ], [ -112.15078648853603, 39.993406207066606 ], [ -112.1506863721302, 39.99330359200615 ], [ -112.15037899823163, 39.993135463173871 ], [ -112.15007351465324, 39.99307993343281 ], [ -112.14960637349496, 39.993093577813781 ], [ -112.14930663234995, 39.993101055544457 ], [ -112.14901932096869, 39.993081380778861 ], [ -112.1488304261361, 39.992993158517642 ], [ -112.14862925585548, 39.992801448417005 ], [ -112.14839616386296, 39.992592035291644 ], [ -112.1481002838817, 39.992410272214805 ], [ -112.14781154302541, 39.992305018383362 ], [ -112.1475413502047, 39.992258141895945 ], [ -112.14703129913835, 39.992227153271557 ], [ -112.14677852361126, 39.992171093114379 ], [ -112.146472519841, 39.992084025744703 ], [ -112.14616553801626, 39.991938405498821 ], [ -112.14596441158093, 39.991818766245459 ], [ -112.14570299798864, 39.991596113419064 ], [ -112.14541087821949, 39.991288173232242 ], [ -112.14511826696403, 39.991020779888103 ], [ -112.14494669171943, 39.990846789832347 ], [ -112.14449174987156, 39.990608026992952 ], [ -112.14421998745361, 39.990466558446755 ], [ -112.14397149813355, 39.990315850027116 ], [ -112.14366250111784, 39.990048614664154 ], [ -112.14351465458743, 39.989892407274155 ], [ -112.14332682692694, 39.989867231914637 ], [ -112.14292590310973, 39.98977658671587 ], [ -112.14264393726717, 39.989725310083479 ], [ -112.14225191750366, 39.989747193546599 ], [ -112.14198661864991, 39.989641694016584 ], [ -112.14210936725038, 39.988924228826853 ], [ -112.14215711488357, 39.988626444609849 ], [ -112.14222610457196, 39.988549183886015 ], [ -112.14225898626511, 39.988413717225797 ], [ -112.14233721036986, 39.988187708576802 ], [ -112.14233874334175, 39.987998493844302 ], [ -112.14219872891269, 39.987608861273941 ], [ -112.14220502304302, 39.987283556043792 ], [ -112.14216463990998, 39.986968621277491 ], [ -112.14206660471362, 39.986708311664721 ], [ -112.14192424940236, 39.986529524229468 ], [ -112.14180319865783, 39.986364040982387 ], [ -112.1415584855183, 39.986087156868138 ], [ -112.14125829563473, 39.985995513474762 ], [ -112.14120335024677, 39.985860911881112 ], [ -112.14112032830013, 39.985798662785761 ], [ -112.14096449651308, 39.985583968774677 ], [ -112.14080333502716, 39.985400860292025 ], [ -112.14062498354825, 39.985240444535535 ], [ -112.14047575874311, 39.985070732367625 ], [ -112.14035017981195, 39.984914301607979 ], [ -112.13995302081197, 39.984625399596744 ], [ -112.13952801173217, 39.984422360402391 ], [ -112.13923383648053, 39.984339662071612 ], [ -112.13909241715773, 39.984286995022025 ], [ -112.13876435844793, 39.984209133268784 ], [ -112.13862620301367, 39.984070843194914 ], [ -112.13845384969156, 39.983918473658697 ], [ -112.13824091565185, 39.983790828104482 ], [ -112.13799253844357, 39.98364461019338 ], [ -112.13780744644166, 39.983430199099253 ], [ -112.13753505390899, 39.983248177891404 ], [ -112.13732818774831, 39.983133084395568 ], [ -112.13693922123838, 39.982983738982618 ], [ -112.13668462152636, 39.982815055473722 ], [ -112.13644736395717, 39.982632687070705 ], [ -112.13623915836149, 39.982436519078732 ], [ -112.13608193208904, 39.982136241533283 ], [ -112.13604801737223, 39.981856377951416 ], [ -112.13606734856032, 39.981609327648073 ], [ -112.13610176722598, 39.981212571414339 ], [ -112.13601489906172, 39.980988184915006 ], [ -112.13588856953061, 39.980714632731939 ], [ -112.13573075228734, 39.980378322308901 ], [ -112.13560734134218, 39.98006870309586 ], [ -112.1354401815106, 39.979804559945634 ], [ -112.13533084600199, 39.979566878684885 ], [ -112.13512190771885, 39.979325668095555 ], [ -112.13495544377282, 39.979174136424199 ], [ -112.13479498421196, 39.979031555240816 ], [ -112.13455239686722, 39.978879867332452 ], [ -112.13437379406174, 39.978702326010826 ], [ -112.13410811812589, 39.978570684085739 ], [ -112.13389398781617, 39.978369163926381 ], [ -112.13365112194306, 39.978200358722766 ], [ -112.13348414301979, 39.978017296581029 ], [ -112.13318325497116, 39.977880591146302 ], [ -112.13294639586002, 39.977720735234662 ], [ -112.13264454338858, 39.977525475886424 ], [ -112.13227777291705, 39.97729931661344 ], [ -112.13196480983467, 39.977140202119003 ], [ -112.13153957344583, 39.97691911623788 ], [ -112.13119734160104, 39.976760285390064 ], [ -112.13070259935073, 39.976584922401777 ], [ -112.13028404111314, 39.976413319125989 ], [ -112.12987563591058, 39.976147015277753 ], [ -112.12956157115559, 39.975920333473027 ], [ -112.12902445017707, 39.975659785705858 ], [ -112.12861812904509, 39.97551959050368 ], [ -112.12843531107744, 39.975440284777726 ], [ -112.12822944659376, 39.975383726934815 ], [ -112.12781304901435, 39.975342731838253 ], [ -112.12756547838933, 39.975313607230859 ], [ -112.12728564184555, 39.975316329285732 ], [ -112.12696321021221, 39.975292436237751 ], [ -112.12662306789453, 39.975259704913647 ], [ -112.12611774817265, 39.975151996533143 ], [ -112.12571143577451, 39.975011791003702 ], [ -112.12523250960268, 39.974728136459831 ], [ -112.12491157832191, 39.974438441818059 ], [ -112.12469846246574, 39.974296357452666 ], [ -112.12433817984295, 39.974106147934783 ], [ -112.12376891829209, 39.974026078106199 ], [ -112.12309406983651, 39.974005590636629 ], [ -112.12245061340062, 39.973971280922747 ], [ -112.12183540505252, 39.9739457037617 ], [ -112.12132446872417, 39.973851543052525 ], [ -112.12066323735384, 39.973875957369238 ], [ -112.11992993146872, 39.973789346069779 ], [ -112.1192909264614, 39.973740560516617 ], [ -112.11831129208507, 39.973628387915205 ], [ -112.11770720922388, 39.973566643304956 ], [ -112.11680647005336, 39.973624878407961 ], [ -112.11570193068864, 39.973752640045319 ], [ -112.11468534669146, 39.973888554852657 ], [ -112.11405426051431, 39.973966698800773 ], [ -112.1133802927049, 39.973928127189886 ], [ -112.11263286087949, 39.973692046944052 ], [ -112.11213298945461, 39.973557196472733 ], [ -112.11176373680139, 39.973533710313561 ], [ -112.11138357854902, 39.973559880043105 ], [ -112.11088837785864, 39.973713284831 ], [ -112.11037524773859, 39.973844335412778 ], [ -112.11035775794431, 39.97384900773725 ], [ -112.10986520107545, 39.97380417284942 ], [ -112.10983148548904, 39.973529704565777 ], [ -112.10976959211408, 39.973323077652445 ], [ -112.10973228142988, 39.973188291701582 ], [ -112.10968915758822, 39.972694080487756 ], [ -112.10963026410985, 39.972310837620192 ], [ -112.10959890808786, 39.971820117454392 ], [ -112.10968572558767, 39.971395837523431 ], [ -112.10981359799699, 39.97090359278635 ], [ -112.10980220219477, 39.970633415414845 ], [ -112.1098011094474, 39.970565854254325 ], [ -112.10955131049886, 39.970324987937232 ], [ -112.10930700314223, 39.970061544629715 ], [ -112.10883922474524, 39.969809248408644 ], [ -112.10846832631279, 39.9696100811286 ], [ -112.10816723291371, 39.969455293039928 ], [ -112.10785920350018, 39.969160922384674 ], [ -112.10757650488515, 39.968767203745934 ], [ -112.1072897806488, 39.968414065830785 ], [ -112.10708133799183, 39.968195322832685 ], [ -112.10696288241544, 39.968110863406515 ], [ -112.10644375833334, 39.9678680572529 ], [ -112.10605912797632, 39.967614955868989 ], [ -112.1057914435238, 39.967352628963816 ], [ -112.10562742899772, 39.966983900768284 ], [ -112.10551091278921, 39.966656163264048 ], [ -112.10534764148611, 39.966333376277113 ], [ -112.1049567351218, 39.966053302289154 ], [ -112.1045846250187, 39.965849629094642 ], [ -112.10423498914858, 39.965587178446441 ], [ -112.1040314040101, 39.965305316582587 ], [ -112.10386069569297, 39.964883493045711 ], [ -112.10367163245184, 39.964412291397345 ], [ -112.10354666956853, 39.963922460012434 ], [ -112.10354022406027, 39.96352159580195 ], [ -112.10360162864289, 39.96297142776973 ], [ -112.10350464441726, 39.962765131124549 ], [ -112.10320553619538, 39.96236705262973 ], [ -112.10299574995227, 39.962062723842088 ], [ -112.10281970986621, 39.961672482704458 ], [ -112.10283545153816, 39.961194825867572 ], [ -112.10291528795003, 39.960698540015265 ], [ -112.10298486464382, 39.96029244738849 ], [ -112.10293369758949, 39.960022647182853 ], [ -112.10279725970398, 39.959546438116902 ], [ -112.10270512299235, 39.95927702754269 ], [ -112.10242373860416, 39.958887787680347 ], [ -112.10213925251543, 39.958669758454903 ], [ -112.10175562981185, 39.958475194762229 ], [ -112.10134960927684, 39.958343909604118 ], [ -112.10085312400383, 39.958046805086049 ], [ -112.10032188672248, 39.957772552228533 ], [ -112.09986355800753, 39.957664282273647 ], [ -112.09974599549709, 39.95763386418561 ], [ -112.0990283399907, 39.957415431273247 ], [ -112.09857550804372, 39.957284580143835 ], [ -112.09826251160155, 39.957112760301655 ], [ -112.09799009739001, 39.956916229349282 ], [ -112.09734021934443, 39.956908868945341 ], [ -112.09714763804953, 39.956945829227195 ], [ -112.09708341544483, 39.956956347607687 ], [ -112.09693167405601, 39.956984812379851 ], [ -112.09631648067229, 39.956950089275317 ], [ -112.09578121419173, 39.956788473277051 ], [ -112.09530695333518, 39.956414553263407 ], [ -112.09495488684199, 39.955994429186092 ], [ -112.09470074058622, 39.955474273913332 ], [ -112.09439442699951, 39.954986144085126 ], [ -112.09413456546535, 39.954474150033064 ], [ -112.09406388485772, 39.954079296469764 ], [ -112.09400256003482, 39.953904188375368 ], [ -112.09411846281314, 39.953831017803068 ], [ -112.09428003711994, 39.953685339316266 ], [ -112.09460194848239, 39.953610223354367 ], [ -112.09519563195653, 39.953546053516469 ], [ -112.09578805154199, 39.953549464460679 ], [ -112.09624881901327, 39.953446002491276 ], [ -112.09652954985846, 39.953064944798783 ], [ -112.09670061683539, 39.952414636461441 ], [ -112.09707493050632, 39.951663299027054 ], [ -112.09725657748831, 39.951309304992883 ], [ -112.09766663526098, 39.950963959549114 ], [ -112.09821163698369, 39.950638957309458 ], [ -112.09870974348338, 39.95030989220141 ], [ -112.0991431103207, 39.949958914851706 ], [ -112.09936810165199, 39.949754065622137 ], [ -112.10000079603789, 39.949423718499716 ], [ -112.10024211265392, 39.949142131168635 ], [ -112.10054873904363, 39.94891848562655 ], [ -112.10101380354025, 39.948720363325414 ], [ -112.10152610111599, 39.948620895812425 ], [ -112.10214520806733, 39.948466353066969 ], [ -112.10252819124617, 39.948259995482147 ], [ -112.1028026526561, 39.947856458150831 ], [ -112.10296548894209, 39.947426953512704 ], [ -112.10342084860488, 39.946990159814561 ], [ -112.10360695425685, 39.946479346442679 ], [ -112.1036038910335, 39.945997362555794 ], [ -112.10367410219776, 39.945631805715657 ], [ -112.10378072651125, 39.945346988430579 ], [ -112.10370016510609, 39.945068458141677 ], [ -112.10346102775345, 39.944755398961476 ], [ -112.10364834557808, 39.944393232097902 ], [ -112.10372628872142, 39.944144726232452 ], [ -112.10371891697383, 39.94405019569345 ], [ -112.10371616644926, 39.943879039612881 ], [ -112.10351734361161, 39.943525053462707 ], [ -112.10344776522064, 39.943201370380002 ], [ -112.10322705868606, 39.942942192722498 ], [ -112.10313762069039, 39.942839433490668 ], [ -112.1030601754925, 39.942754579264907 ], [ -112.10313241215773, 39.942515137623197 ], [ -112.10321308983893, 39.942436887364636 ], [ -112.10339385164325, 39.942395524794037 ], [ -112.10379565506197, 39.942270070194233 ], [ -112.10427850956472, 39.942089784598302 ], [ -112.10460402241345, 39.941951539498895 ], [ -112.10505037215349, 39.941685106403149 ], [ -112.10554051441876, 39.94123085437564 ], [ -112.10566776069263, 39.940773755247363 ], [ -112.10598992006464, 39.940064329780078 ], [ -112.10625859883642, 39.939304959961518 ], [ -112.10611350268449, 39.93865314851098 ], [ -112.10584120602533, 39.938097151022454 ], [ -112.10569829150198, 39.93758046210894 ], [ -112.10522570683074, 39.937305670807113 ], [ -112.10468825679341, 39.936999962050521 ], [ -112.10427931796534, 39.936679512323323 ], [ -112.10368856631446, 39.936333763342184 ], [ -112.10339217993615, 39.936097830088897 ], [ -112.10323211757877, 39.935896637272144 ], [ -112.10291100994748, 39.935287039348381 ], [ -112.10250013810617, 39.934844971866717 ], [ -112.10254968826234, 39.934650794080014 ], [ -112.10280950860972, 39.934432092243938 ], [ -112.10325228774884, 39.93394586543743 ], [ -112.10340506679248, 39.933620966502382 ], [ -112.10317159119046, 39.933293436697447 ], [ -112.10299185927899, 39.933032967165381 ], [ -112.10293950028441, 39.932687496266915 ], [ -112.10308561756294, 39.932312207246028 ], [ -112.10352253074417, 39.931826035112366 ], [ -112.10402632755793, 39.931496892621816 ], [ -112.10417785280968, 39.931094521848827 ], [ -112.10430778375552, 39.930804976707364 ], [ -112.1042510027458, 39.930548743582243 ], [ -112.10414149503413, 39.930288507777583 ], [ -112.1039537607103, 39.929893872554338 ], [ -112.10388202487124, 39.929435065272273 ], [ -112.10372860122807, 39.92899055003538 ], [ -112.10359042479038, 39.928766625013303 ], [ -112.103120078895, 39.928626947374532 ], [ -112.10237469476552, 39.928485378506196 ], [ -112.10149475510599, 39.928345083290907 ], [ -112.10070784748561, 39.928167859694724 ], [ -112.10014115604619, 39.928222791378772 ], [ -112.09999504118899, 39.928233187405453 ], [ -112.09962133865297, 39.928281780531165 ], [ -112.09953355430453, 39.928280811176187 ], [ -112.09943987635188, 39.928277194758607 ], [ -112.09924669892288, 39.928271818816306 ], [ -112.0988696104519, 39.928108715570595 ], [ -112.09855469932037, 39.928174767249807 ], [ -112.09789674159644, 39.928450387437231 ], [ -112.09708534363277, 39.928864402185404 ], [ -112.09632475874747, 39.929236486526868 ], [ -112.09564442062512, 39.929504196933046 ], [ -112.09501495163832, 39.929659703631735 ], [ -112.09440436554172, 39.929898818130745 ], [ -112.09387989839523, 39.93003440724457 ], [ -112.09339586689057, 39.930137178018242 ], [ -112.09327922877121, 39.930161702987213 ], [ -112.09302572107522, 39.930042463428471 ], [ -112.09269200331538, 39.929662700325053 ], [ -112.0925975138786, 39.929240138664468 ], [ -112.09259036671021, 39.928790625908448 ], [ -112.09266024872861, 39.928401652608386 ], [ -112.09259594413916, 39.928037368916485 ], [ -112.09243578917081, 39.927827151962248 ], [ -112.09210948593409, 39.927618499975033 ], [ -112.0913921693934, 39.92740001411255 ], [ -112.09098663889267, 39.927286705774868 ], [ -112.09038241418375, 39.927188779309752 ], [ -112.08972231029469, 39.926887757368178 ], [ -112.08924466909544, 39.926654391660477 ], [ -112.08881496045926, 39.926491749879311 ], [ -112.08849334049023, 39.926134384752572 ], [ -112.08841862971065, 39.925850381898321 ], [ -112.08811422301484, 39.925471230954408 ], [ -112.08785496266766, 39.925356538690018 ], [ -112.08743289719577, 39.925306440361233 ], [ -112.08713518134094, 39.925349775680814 ], [ -112.08681962974336, 39.925375258170817 ], [ -112.08643465933507, 39.925450943291757 ], [ -112.08624873586118, 39.925533772046933 ], [ -112.08601076106029, 39.925581049563277 ], [ -112.08584587180751, 39.925587999749993 ], [ -112.08550676137489, 39.925603788718561 ], [ -112.08524757586697, 39.92549359472337 ], [ -112.08505532184658, 39.925175552249129 ], [ -112.08504360841549, 39.92487834403304 ], [ -112.08514560003866, 39.924593586078835 ], [ -112.08523578752708, 39.924376510758599 ], [ -112.08532583220698, 39.924150427066834 ], [ -112.08532247506228, 39.923937831158831 ], [ -112.08518504141935, 39.92338592610168 ], [ -112.08513868705973, 39.923043993862024 ], [ -112.08493052610606, 39.922829710700292 ], [ -112.08463655103891, 39.922738761015808 ], [ -112.08429624635285, 39.922677975666119 ], [ -112.08393854876761, 39.922627262521047 ], [ -112.08364892027743, 39.922440767541474 ], [ -112.08345221855311, 39.922284937210186 ], [ -112.08322921039505, 39.922093313770269 ], [ -112.08303917559633, 39.92191489633985 ], [ -112.08298815515934, 39.921721665716845 ], [ -112.08290242546164, 39.921479206245181 ], [ -112.08290873207068, 39.921136781089437 ], [ -112.08286480331445, 39.920947988965935 ], [ -112.08280846576172, 39.92071426451151 ], [ -112.08275762360235, 39.920457964600509 ], [ -112.08272617558272, 39.920318608864434 ], [ -112.08272883271894, 39.920115867152283 ], [ -112.08274889702527, 39.919903953235881 ], [ -112.08275346966641, 39.91982282376965 ], [ -112.08283227955869, 39.919700457619633 ], [ -112.08311025934483, 39.919445591212288 ], [ -112.08325944005401, 39.919259499878947 ], [ -112.08337359325242, 39.919078240471485 ], [ -112.08351479303587, 39.918757078752755 ], [ -112.08345987504363, 39.918613437685551 ], [ -112.08343420510967, 39.918469523285708 ], [ -112.08334447414136, 39.918344226741539 ], [ -112.08319667389954, 39.91824650157001 ], [ -112.08295592007187, 39.918190187848509 ], [ -112.08287345888245, 39.918154919457301 ], [ -112.08269740519954, 39.918120525014842 ], [ -112.08253319261058, 39.918095029392127 ], [ -112.08225163493722, 39.918048104808115 ], [ -112.08182242181698, 39.917912460890562 ], [ -112.08141090059691, 39.917785660008448 ], [ -112.08116944139287, 39.917684300915788 ], [ -112.08086222211317, 39.917493457911498 ], [ -112.08073147996242, 39.917364036782942 ], [ -112.08057387137173, 39.917014129571072 ], [ -112.08071146923069, 39.916463258704219 ], [ -112.08090659547263, 39.916222684166989 ], [ -112.08106529267596, 39.915897758277019 ], [ -112.0813421508591, 39.915646510300704 ], [ -112.08157800519187, 39.915392040301995 ], [ -112.08169194407186, 39.915197269968964 ], [ -112.08167184508847, 39.915035283807498 ], [ -112.08159233242915, 39.91481528916664 ], [ -112.08143628425817, 39.914564474557835 ], [ -112.08134780670986, 39.914146351049013 ], [ -112.08133199962704, 39.91388521861731 ], [ -112.08140286738802, 39.91355570544183 ], [ -112.08125604199253, 39.913147135609286 ], [ -112.08109613285599, 39.913022491581096 ], [ -112.08080027907296, 39.912809018077319 ], [ -112.0806231782628, 39.91270705776251 ], [ -112.08021647816709, 39.912512635066513 ], [ -112.07986143144483, 39.912254662305529 ], [ -112.07961239112694, 39.912041650685268 ], [ -112.07941075250169, 39.911866938761555 ], [ -112.07896219898302, 39.911614338466293 ], [ -112.07839230382427, 39.911457466396648 ], [ -112.07774729242824, 39.911359852499615 ], [ -112.07750100041285, 39.911321598056965 ], [ -112.0771016477895, 39.911221697432985 ], [ -112.07660342828393, 39.911158752081803 ], [ -112.0764506503064, 39.91111512225045 ], [ -112.07614199516024, 39.91120357905794 ], [ -112.07605397880609, 39.911186376598152 ], [ -112.07596701970537, 39.911236736688487 ], [ -112.07567527612343, 39.911284491865715 ], [ -112.07535943181651, 39.911287421544721 ], [ -112.07448624603443, 39.911187400588055 ], [ -112.07392982072992, 39.911143002417845 ], [ -112.07348698739774, 39.911255218996473 ], [ -112.07308439252492, 39.911322013206338 ], [ -112.07293233319011, 39.911324321339094 ], [ -112.07274522213822, 39.911329656466606 ], [ -112.07232971990589, 39.911319084409435 ], [ -112.07221268416305, 39.911316562857948 ], [ -112.07192306495274, 39.911125532990773 ], [ -112.07167509196061, 39.910979165776546 ], [ -112.07127378452445, 39.910753127852182 ], [ -112.07101441105593, 39.910625784820873 ], [ -112.07095359283564, 39.910476786204605 ], [ -112.07074733801164, 39.910379584779896 ], [ -112.07060401904303, 39.910191705284412 ], [ -112.07039685409279, 39.910035948828266 ], [ -112.07037711999332, 39.909895580275894 ], [ -112.07030035772146, 39.909473735701063 ], [ -112.07024617606294, 39.909375129527191 ], [ -112.07007813369283, 39.909101885732241 ], [ -112.06976429382387, 39.908857015877963 ], [ -112.06961019402189, 39.908727797362388 ], [ -112.06917192327487, 39.90838046248706 ], [ -112.06885537116619, 39.908261750439948 ], [ -112.06836476866174, 39.908009496335879 ], [ -112.06788265694952, 39.907851763431118 ], [ -112.06765315942353, 39.90776378013063 ], [ -112.06698264958823, 39.90752759197651 ], [ -112.06674059059661, 39.907383862504517 ], [ -112.06650964314338, 39.907202189712926 ], [ -112.06632302757872, 39.906861538609967 ], [ -112.06634146342536, 39.906541525823613 ], [ -112.06606483450541, 39.906431448584108 ], [ -112.06598747655347, 39.906346567917943 ], [ -112.06551067210437, 39.90615273756427 ], [ -112.06512786542767, 39.905985070839442 ], [ -112.06469130821829, 39.905745819019302 ], [ -112.06453053977923, 39.905562596819806 ], [ -112.06414718119953, 39.905358893195846 ], [ -112.06375261559764, 39.905186824954399 ], [ -112.06315196336854, 39.90492654835154 ], [ -112.0629653002098, 39.904959793512333 ], [ -112.06255152439681, 39.904679781163622 ], [ -112.06246728061966, 39.904527388640062 ], [ -112.06231202151412, 39.904321588624263 ], [ -112.06226885657408, 39.904177829271816 ], [ -112.06221359057615, 39.90408373396464 ], [ -112.06221546102468, 39.903750358845819 ], [ -112.0621931858829, 39.903444233920389 ], [ -112.06234273789617, 39.903280689710542 ], [ -112.06239175497302, 39.903045989041317 ], [ -112.06247334271309, 39.902647914760628 ], [ -112.06234539520614, 39.902316629940017 ], [ -112.06246626397269, 39.901810980565656 ], [ -112.06256723062286, 39.901607337642005 ], [ -112.06264136476695, 39.901408445363487 ], [ -112.0625546897417, 39.901098405699024 ], [ -112.06237110213911, 39.900951428111604 ], [ -112.06203880920573, 39.90064363804818 ], [ -112.06176639844193, 39.900046988915754 ], [ -112.06175402356227, 39.899245240533723 ], [ -112.06165440833901, 39.898854231392683 ], [ -112.06150417871397, 39.8985943258905 ], [ -112.06132053063124, 39.898442842253871 ], [ -112.06112992383274, 39.898219344522971 ], [ -112.06092734469622, 39.897977936632373 ], [ -112.0604485990754, 39.897653462218393 ], [ -112.06033644879024, 39.897586915129928 ], [ -112.06015342025172, 39.897399385188372 ], [ -112.05992161815873, 39.897234824983322 ], [ -112.05970485292306, 39.896831370185588 ], [ -112.05958429016583, 39.896598220009942 ], [ -112.05950611904559, 39.896459284106321 ], [ -112.05915938247435, 39.895894841258567 ], [ -112.05898621238754, 39.895815335616319 ], [ -112.05889319504305, 39.895775641433467 ], [ -112.05852821323003, 39.895621304096622 ], [ -112.05830658375494, 39.895280958757098 ], [ -112.05802627258035, 39.894927633850273 ], [ -112.05777136283763, 39.894704717059646 ], [ -112.05715224413692, 39.8943770042114 ], [ -112.05693951756648, 39.894234788222633 ], [ -112.05631780960509, 39.894118822250618 ], [ -112.05578499171035, 39.894078626061365 ], [ -112.05536933246852, 39.894050875767078 ], [ -112.05431993043548, 39.893884732517904 ], [ -112.0537669513417, 39.893673526137526 ], [ -112.05352423769087, 39.893482022994974 ], [ -112.05351123233143, 39.893396549039942 ], [ -112.05358083541827, 39.892976965824367 ], [ -112.0538091458007, 39.892609998594054 ], [ -112.05418548349124, 39.891980404116332 ], [ -112.05449797712387, 39.891382922890266 ], [ -112.05482926741919, 39.891172686848073 ], [ -112.05541915242303, 39.890893424860579 ], [ -112.05554220258352, 39.890832840883412 ], [ -112.05600185564127, 39.890679996075441 ], [ -112.05646500267358, 39.890373952743566 ], [ -112.05667740760157, 39.890115241088488 ], [ -112.05671356545578, 39.889804076992469 ], [ -112.05672646632695, 39.889425552050085 ], [ -112.0567451579013, 39.889195634371397 ], [ -112.05701658274641, 39.888972423029756 ], [ -112.0573660941954, 39.888883644602707 ], [ -112.05775047956776, 39.888781032487699 ], [ -112.05821457574545, 39.888538041397531 ], [ -112.05855750136395, 39.888021358697216 ], [ -112.05910005098259, 39.88755691022461 ], [ -112.05955606804646, 39.887169832322712 ], [ -112.05948724436605, 39.886877645802329 ], [ -112.05937081409878, 39.886531835904549 ], [ -112.05932787525379, 39.886401587450109 ], [ -112.05938893228891, 39.886189301673063 ], [ -112.0594403979598, 39.885733841476025 ], [ -112.05972490230975, 39.88522219372112 ], [ -112.05990631146474, 39.884851137961348 ], [ -112.06018836180412, 39.884560249238099 ], [ -112.06039405568328, 39.884247533767009 ], [ -112.06017495259471, 39.884069342856421 ], [ -112.0601632188189, 39.883763120105279 ], [ -112.06008297051594, 39.883412475111975 ], [ -112.05994329584072, 39.88307588775946 ], [ -112.0598323699479, 39.882707503509323 ], [ -112.05973590264556, 39.882442598657761 ], [ -112.05964363742505, 39.882222703862773 ], [ -112.05964421409736, 39.881880329632338 ], [ -112.05969290182267, 39.881244700186052 ], [ -112.05950004743396, 39.88087165825263 ], [ -112.05936226647354, 39.880657584805746 ], [ -112.05914749934901, 39.880380245348505 ], [ -112.05913074754847, 39.880051543829637 ], [ -112.05943928672069, 39.879963133387299 ], [ -112.05958232526598, 39.879759108068157 ], [ -112.05981841838747, 39.879522698231682 ], [ -112.06007948043528, 39.879313088820396 ], [ -112.06058679876749, 39.879299440738038 ], [ -112.06077993418107, 39.879311188903372 ], [ -112.06104693008568, 39.879259193024645 ], [ -112.06125217462854, 39.879297858754107 ], [ -112.06154821171513, 39.879081619193698 ], [ -112.0617274589077, 39.878951139441199 ], [ -112.06197662399829, 39.878804702677535 ], [ -112.06221257883847, 39.878635862090476 ], [ -112.06260586799927, 39.878280880432214 ], [ -112.06268548968748, 39.878135995455196 ], [ -112.06289261395973, 39.877917864229133 ], [ -112.06287883540335, 39.877782844795554 ], [ -112.06324478005591, 39.877247917261258 ], [ -112.06328457833162, 39.876796165657424 ], [ -112.06340443746041, 39.876606763643728 ], [ -112.06375365510111, 39.876503553209837 ], [ -112.06486093209593, 39.876269049781712 ], [ -112.06512984869333, 39.876266580332967 ], [ -112.06552015124319, 39.876173798912653 ], [ -112.06599895164058, 39.876132459125998 ], [ -112.06620836129267, 39.876062961264161 ], [ -112.06638213646558, 39.875957751825446 ], [ -112.06668103329744, 39.8756261485088 ], [ -112.06684840233648, 39.875484958428515 ], [ -112.06704951992336, 39.875257865303617 ], [ -112.06720219335158, 39.874923101021622 ], [ -112.06706778961279, 39.874550434475381 ], [ -112.06697570419998, 39.8742674756014 ], [ -112.06698905364773, 39.873997061259821 ], [ -112.06717264310016, 39.873771030113744 ], [ -112.06746093860151, 39.8735106990421 ], [ -112.06771910913446, 39.873192982394926 ], [ -112.06795876208824, 39.872812367649949 ], [ -112.06817579832256, 39.87248151415907 ], [ -112.06841134791725, 39.872213557743372 ], [ -112.06864286755302, 39.872062764335922 ], [ -112.06902532376736, 39.871843006413513 ], [ -112.06925793998306, 39.871687696811321 ], [ -112.06962063672509, 39.871400546195659 ], [ -112.06975235629288, 39.871223641781611 ], [ -112.07008912567149, 39.870697971234911 ], [ -112.07022362903577, 39.870399409351528 ], [ -112.07037167032327, 39.870069188335151 ], [ -112.07057895631527, 39.869864556370722 ], [ -112.0708396065009, 39.869708083835491 ], [ -112.07125275521055, 39.869583538229165 ], [ -112.07163207752274, 39.869539490234807 ], [ -112.07190236946937, 39.869627089692464 ], [ -112.07215005172453, 39.869764450996477 ], [ -112.07229097368767, 39.86980369193364 ], [ -112.07237907629809, 39.869829906510688 ], [ -112.07264099907985, 39.869755406638355 ], [ -112.07303455895909, 39.869499493931869 ], [ -112.0733519852848, 39.869235274781211 ], [ -112.0736351093679, 39.869020925772098 ], [ -112.07367663430711, 39.868984502479208 ], [ -112.07394661558635, 39.868752254932247 ], [ -112.07423480830143, 39.868488304050906 ], [ -112.07454566319976, 39.868178192906242 ], [ -112.074781609201, 39.867938149984525 ], [ -112.07510465596975, 39.867660359354716 ], [ -112.07571102121979, 39.867181726517906 ], [ -112.0758426467963, 39.867000311166628 ], [ -112.07588653754378, 39.86681610566518 ], [ -112.07591689412342, 39.866513998307163 ], [ -112.07603603943718, 39.866282244039581 ], [ -112.07614660451277, 39.866249684172416 ], [ -112.07622118364459, 39.866158894916168 ], [ -112.07655692012607, 39.866020633198822 ], [ -112.07695374018908, 39.865900723758436 ], [ -112.07739168654845, 39.86586872623802 ], [ -112.07791239443723, 39.865895422108672 ], [ -112.07846916077268, 39.865984848419366 ], [ -112.07880965901255, 39.866076283870427 ], [ -112.07908466199299, 39.866091745048365 ], [ -112.07924113922485, 39.866004696726748 ], [ -112.07929332174221, 39.865977181975111 ], [ -112.07954104675251, 39.865744227544987 ], [ -112.07970302876308, 39.865635504026514 ], [ -112.08012090783059, 39.865442408965365 ], [ -112.08052245067852, 39.865326047245901 ], [ -112.08081394000547, 39.865274678789284 ], [ -112.08087138674711, 39.865210174406172 ], [ -112.0810402567369, 39.865168056787553 ], [ -112.08122010949441, 39.865080787922153 ], [ -112.0812912156718, 39.864769289560321 ], [ -112.08132689778797, 39.864435597098371 ], [ -112.08136247134696, 39.86416947855755 ], [ -112.08135312816482, 39.863872244738211 ], [ -112.0813819181175, 39.863471944498421 ], [ -112.08142433517445, 39.863194950421445 ], [ -112.08151415632074, 39.862884178311845 ], [ -112.08153141606341, 39.862568676925243 ], [ -112.08148675416213, 39.862330335602309 ], [ -112.08137131884259, 39.862052110343534 ], [ -112.08131107033275, 39.861863467753558 ], [ -112.08116623367562, 39.861648584464398 ], [ -112.08096461442815, 39.86146576425277 ], [ -112.08083883614619, 39.861273227234364 ], [ -112.08078517368705, 39.861206154315816 ], [ -112.08072840198234, 39.860940896283743 ], [ -112.08065353146925, 39.860639767917874 ], [ -112.08057308549745, 39.860355809918154 ], [ -112.08052819184712, 39.859357048896022 ], [ -112.08044493640107, 39.858893823220768 ], [ -112.08035373691837, 39.85866942938744 ], [ -112.08017529472068, 39.858472877184525 ], [ -112.08000776572064, 39.858226669539981 ], [ -112.0798584772551, 39.858025340493768 ], [ -112.07962146690602, 39.85782122390215 ], [ -112.07950649602698, 39.857497042539748 ], [ -112.07947453912216, 39.857024328803433 ], [ -112.07947925427111, 39.856952207027163 ], [ -112.07955156062835, 39.85671728090778 ], [ -112.07971610479517, 39.856400408515647 ], [ -112.07986867653916, 39.856065627868354 ], [ -112.0799091472406, 39.855664317728404 ], [ -112.07990997889243, 39.855344464261499 ], [ -112.07999185247238, 39.854974302652487 ], [ -112.08010963741606, 39.854657865002828 ], [ -112.08021101880109, 39.854413657909227 ], [ -112.08034204377437, 39.854196203843763 ], [ -112.08041441512563, 39.853965781367265 ], [ -112.08056346531447, 39.853779693235168 ], [ -112.08062457125419, 39.853576404787027 ], [ -112.08056803315608, 39.853325559720822 ], [ -112.08038466451667, 39.85318671585356 ], [ -112.0803082684714, 39.853160398181537 ], [ -112.07993121538738, 39.85297019986146 ], [ -112.07957951633385, 39.852905900724288 ], [ -112.07937969129728, 39.85283568245724 ], [ -112.07912769398681, 39.852792978468479 ], [ -112.07878796659247, 39.852746585030062 ], [ -112.07829749423802, 39.852778174886808 ], [ -112.07789446997208, 39.852795435445955 ], [ -112.07756263005035, 39.852879606404919 ], [ -112.07727718928975, 39.852940821131959 ], [ -112.07693654710512, 39.852835867426776 ], [ -112.07682241386303, 39.85263871267172 ], [ -112.07678671645596, 39.852598500215279 ], [ -112.07645037624832, 39.85202049349413 ], [ -112.07622359332466, 39.851720771401951 ], [ -112.07598963218052, 39.851335522834546 ], [ -112.07586860548125, 39.851070857909789 ], [ -112.0757361030129, 39.850819813893452 ], [ -112.07562739862026, 39.850595578275261 ], [ -112.0755603045435, 39.85041600545992 ], [ -112.07517223516021, 39.849892532883509 ], [ -112.07514548698339, 39.849676546818458 ], [ -112.07522378537512, 39.849450577293688 ], [ -112.07526617771106, 39.849170882059525 ], [ -112.0753387720618, 39.848953975069115 ], [ -112.07528780579706, 39.848684155008485 ], [ -112.07519360460397, 39.848639979470263 ], [ -112.07515720754314, 39.848554724200035 ], [ -112.07490945612727, 39.848408359436235 ], [ -112.07458328055333, 39.848105050016066 ], [ -112.07431629108822, 39.847774162242345 ], [ -112.07408878422798, 39.847501471634196 ], [ -112.07398635532654, 39.847304205463452 ], [ -112.07394771444015, 39.847074814489559 ], [ -112.07401980550956, 39.846825477783149 ], [ -112.07417274999533, 39.846514125981599 ], [ -112.0743852369732, 39.84627339955734 ], [ -112.07460321476056, 39.846010097483479 ], [ -112.07482126113837, 39.845751299237612 ], [ -112.07502818117021, 39.845528642718882 ], [ -112.07521693736587, 39.845265610291499 ], [ -112.07527692782622, 39.844990256623262 ], [ -112.07520906752156, 39.84476113684822 ], [ -112.07503595800513, 39.844528487612081 ], [ -112.0749162119033, 39.844344897284572 ], [ -112.07487165630094, 39.844111056441456 ], [ -112.07487265288604, 39.843800210529771 ], [ -112.07490258459099, 39.843471076959091 ], [ -112.07498115817769, 39.843263124359169 ], [ -112.07504185052237, 39.843032813019782 ], [ -112.07500898175239, 39.842798863866179 ], [ -112.07497076180032, 39.842596498445694 ], [ -112.07498358478179, 39.842294552621475 ], [ -112.07507250830082, 39.842000911276244 ], [ -112.07510433524276, 39.841793391783604 ], [ -112.07511875930537, 39.841594142357586 ], [ -112.07516200505118, 39.841369398454731 ], [ -112.07516891382564, 39.841063002487402 ], [ -112.07519169113542, 39.840724925250377 ], [ -112.07517179244832, 39.840423282603297 ], [ -112.07509425643869, 39.840023066722964 ], [ -112.07522083353216, 39.839895756837969 ], [ -112.07523723817239, 39.839823526663686 ], [ -112.07521182921626, 39.839693120590418 ], [ -112.0749200358168, 39.839718349256913 ], [ -112.07487913556049, 39.839718728249615 ], [ -112.07457537527247, 39.839726047404874 ], [ -112.07442900804341, 39.839708482673991 ], [ -112.07425922719982, 39.839688431658196 ], [ -112.07376589847127, 39.839530823414215 ], [ -112.07329052132357, 39.839400076264276 ], [ -112.07302488118157, 39.83930342632884 ], [ -112.07275589026246, 39.839216717511228 ], [ -112.07206368741258, 39.839046525324179 ], [ -112.07192107795511, 39.838894677148083 ], [ -112.07185414562412, 39.838724110025503 ], [ -112.07179235616505, 39.838508446498345 ], [ -112.07172098220036, 39.838428018011157 ], [ -112.07147397485421, 39.838326687452884 ], [ -112.07121104963186, 39.838329115702898 ], [ -112.07080100535468, 39.838265328212884 ], [ -112.07061284730143, 39.838190481875763 ], [ -112.07038844417343, 39.838039386634897 ], [ -112.07027463467401, 39.837860241325593 ], [ -112.07018328773977, 39.83762232516122 ], [ -112.07008998389659, 39.837258290166787 ], [ -112.0700106733232, 39.837042787234367 ], [ -112.06988532097398, 39.836872757744629 ], [ -112.06976462377061, 39.836626102117499 ], [ -112.06974965372567, 39.836414510509812 ], [ -112.06982585902338, 39.836053416822303 ], [ -112.06990115491278, 39.835633767923454 ], [ -112.07000114815969, 39.835299484007052 ], [ -112.06997928676019, 39.835020382637346 ], [ -112.06983396466424, 39.834692866142966 ], [ -112.06969749126307, 39.834558978028028 ], [ -112.06951337046917, 39.834366965499271 ], [ -112.06941125437177, 39.834187711390904 ], [ -112.06933744279826, 39.833949632729471 ], [ -112.06924873986996, 39.833806293926422 ], [ -112.06912927061859, 39.83371369335476 ], [ -112.06901122156481, 39.833637297169304 ], [ -112.06881146318541, 39.833567059579103 ], [ -112.06864105671679, 39.833505561035686 ], [ -112.06842955850185, 39.833431827017911 ], [ -112.06807635080109, 39.833262992798325 ], [ -112.06773998831694, 39.833049854529754 ], [ -112.06752659566264, 39.832853603288598 ], [ -112.06737739991132, 39.832652256095564 ], [ -112.06716428836816, 39.832474021139305 ], [ -112.06695674142614, 39.83227771504113 ], [ -112.06683641147873, 39.832053577176431 ], [ -112.06674626906167, 39.831892230058394 ], [ -112.06659032976889, 39.831632380232072 ], [ -112.06638793267058, 39.831390976812216 ], [ -112.06610957320443, 39.831073687988088 ], [ -112.06593516738543, 39.830904104765359 ], [ -112.06572741988494, 39.830694283549761 ], [ -112.06563851992343, 39.830537428994212 ], [ -112.06560736037133, 39.830411578242661 ], [ -112.06552988162335, 39.830313182280442 ], [ -112.06545177676945, 39.830174247984189 ], [ -112.06541463646484, 39.830039442314998 ], [ -112.0654532206627, 39.829889525526269 ], [ -112.06561423752169, 39.829722266551919 ], [ -112.06597887592247, 39.829498176811335 ], [ -112.06634344229589, 39.829269581694923 ], [ -112.06668554393265, 39.829099755600907 ], [ -112.06710275344034, 39.828875178937359 ], [ -112.06741042681956, 39.828746211424793 ], [ -112.06759492962901, 39.82858684240815 ], [ -112.06763929449558, 39.828433267766485 ], [ -112.06764791023349, 39.828234973181289 ], [ -112.06773859172782, 39.828053942870284 ], [ -112.06785994689095, 39.82796723290064 ], [ -112.06809097250749, 39.827793920160602 ], [ -112.06826218276353, 39.827531059906548 ], [ -112.06833254525215, 39.827170020475499 ], [ -112.06839720478501, 39.826818043292263 ], [ -112.06844454768219, 39.826479740222531 ], [ -112.06853778679428, 39.826086955658511 ], [ -112.06864375517003, 39.825761627164113 ], [ -112.06874159582141, 39.825364295115612 ], [ -112.06872298754094, 39.825143726681219 ], [ -112.06865837770481, 39.824819969398476 ], [ -112.06863701450844, 39.824572396932048 ], [ -112.0686500032309, 39.82427945906533 ], [ -112.06874609993768, 39.824071348621061 ], [ -112.06882967538839, 39.823809294698137 ], [ -112.06899628824681, 39.823627563725807 ], [ -112.06916297005033, 39.823450336773107 ], [ -112.06932080690784, 39.823079480556629 ], [ -112.06931105513722, 39.822827296227906 ], [ -112.06932529770351, 39.822615434801243 ], [ -112.06932034007448, 39.822295632808164 ], [ -112.06940181644009, 39.821898450839527 ], [ -112.06947731088935, 39.821492314139988 ], [ -112.06950072140843, 39.82111819180809 ], [ -112.06952496973607, 39.820798120504328 ], [ -112.06959115436723, 39.820545236036118 ], [ -112.06971386527687, 39.82017019807661 ], [ -112.06978193459987, 39.820038928367225 ], [ -112.06990236512389, 39.819893661054671 ], [ -112.07015672376431, 39.819720128917595 ], [ -112.07042895415715, 39.819568955824103 ], [ -112.07064458904716, 39.819535431764351 ], [ -112.07084756248952, 39.819438955588275 ], [ -112.07097934294706, 39.819347641181452 ], [ -112.07106067921778, 39.81924327763894 ], [ -112.07110447132381, 39.819053667583404 ], [ -112.07120527575044, 39.818773433128676 ], [ -112.07132979352764, 39.818515504101029 ], [ -112.07143199535871, 39.818325354518983 ], [ -112.07148445994909, 39.817941953515934 ], [ -112.07146795098349, 39.817631267887329 ], [ -112.07139220677701, 39.817267971452161 ], [ -112.07125169521727, 39.816871936724247 ], [ -112.07110723981793, 39.816522789174407 ], [ -112.07098835359761, 39.816089614222683 ], [ -112.07097798202129, 39.815797792348619 ], [ -112.07100715407964, 39.815419111311364 ], [ -112.07105587599574, 39.815170891927771 ], [ -112.07116160704754, 39.814832048141632 ], [ -112.0713378458917, 39.814519582604532 ], [ -112.07156094898426, 39.814215693766172 ], [ -112.07170965997854, 39.814011599555919 ], [ -112.07189313444407, 39.813789164371173 ], [ -112.07202502129954, 39.81363027421353 ], [ -112.07226098979035, 39.813402848483499 ], [ -112.07249723677164, 39.813193439309345 ], [ -112.07264657300769, 39.813029882232797 ], [ -112.07269423718837, 39.81271409832101 ], [ -112.07262581160893, 39.812521020090593 ], [ -112.07261223184892, 39.812323830854602 ], [ -112.07270870680755, 39.812141841774768 ], [ -112.07295774985883, 39.812004391794567 ], [ -112.07313113109596, 39.811884759767089 ], [ -112.07340882849365, 39.811711905529627 ], [ -112.07355850979101, 39.811570868588511 ], [ -112.0737031209068, 39.811479432319857 ], [ -112.07399458528612, 39.811440695418348 ], [ -112.07413412628593, 39.811398859491547 ], [ -112.07441341815966, 39.811328699904081 ], [ -112.07481655227481, 39.811333975816403 ], [ -112.07505059289858, 39.811358836873183 ], [ -112.07531154502183, 39.811311369579322 ], [ -112.07543888732509, 39.811161527453301 ], [ -112.0754887839885, 39.810989878588416 ], [ -112.07551523439106, 39.810813041160074 ], [ -112.07554290619224, 39.810714577731723 ], [ -112.07561728729867, 39.810614780292973 ], [ -112.07568617883072, 39.810537558223075 ], [ -112.07574367024147, 39.810478461429881 ], [ -112.07590516533783, 39.810346321734535 ], [ -112.07616608697812, 39.810222269436998 ], [ -112.07643868843687, 39.810098108191156 ], [ -112.07677039542779, 39.810018446826092 ], [ -112.07718809006161, 39.809834373413757 ], [ -112.07739690914408, 39.809665753031602 ], [ -112.07762513467672, 39.809393339222154 ], [ -112.07775571976319, 39.809152465345541 ], [ -112.0778322219337, 39.808814787799093 ], [ -112.07787978950797, 39.808494497636367 ], [ -112.0778469161572, 39.808259646972687 ], [ -112.07782561090472, 39.808017480977583 ], [ -112.0777622850276, 39.807702725835064 ], [ -112.07769966311152, 39.807433013161095 ], [ -112.07762374386472, 39.807059811098263 ], [ -112.07767278835129, 39.806834110247998 ], [ -112.07779515107813, 39.80644104676869 ], [ -112.07788465290055, 39.806187940541285 ], [ -112.07802629221297, 39.805907320382858 ], [ -112.078145203631, 39.805667455404567 ], [ -112.07825320830159, 39.805477245638571 ], [ -112.07844867120154, 39.805277213074021 ], [ -112.07856265516872, 39.805095957251844 ], [ -112.07865940029323, 39.80493288121032 ], [ -112.07877957507483, 39.804774092154084 ], [ -112.07896905375169, 39.8045651045272 ], [ -112.079151705485, 39.804293111372907 ], [ -112.07923479642125, 39.804004024406019 ], [ -112.07923591769213, 39.803702185117928 ], [ -112.07930226291317, 39.80346280783332 ], [ -112.07939161469656, 39.803200691934393 ], [ -112.0794530912122, 39.803023527583655 ], [ -112.07957876254531, 39.802843062970375 ], [ -112.07974044401128, 39.802724430864188 ], [ -112.07992077163753, 39.80267770353182 ], [ -112.08003615707655, 39.802586531354905 ], [ -112.08004424228147, 39.802356705727462 ], [ -112.08002272019769, 39.802101027211982 ], [ -112.07998075518266, 39.801957260721025 ], [ -112.07989521033998, 39.801790474291685 ], [ -112.07979930953938, 39.80163369497064 ], [ -112.07965781917785, 39.801549418346895 ], [ -112.07946504018591, 39.801546707098758 ], [ -112.07898983318083, 39.801560136990432 ], [ -112.07860682214886, 39.801568203007605 ], [ -112.07812733712041, 39.801532115121553 ], [ -112.07769907333238, 39.801409956209746 ], [ -112.07736403430002, 39.801273415395059 ], [ -112.07710440565555, 39.801103738232406 ], [ -112.07690228898205, 39.800876764827208 ], [ -112.07672886572331, 39.800617089428741 ], [ -112.07667737199318, 39.800311233280141 ], [ -112.07675624525838, 39.800125799983071 ], [ -112.07696774066821, 39.799831017847502 ], [ -112.07717944513634, 39.79954974811487 ], [ -112.07740908806528, 39.799295340896279 ], [ -112.07757519848268, 39.799086572385015 ], [ -112.07781581407276, 39.798787013325729 ], [ -112.07807408645853, 39.7984962995342 ], [ -112.07835085976863, 39.79826848200279 ], [ -112.07862207338398, 39.798058735144053 ], [ -112.07894637375796, 39.797807949807428 ], [ -112.07913290531049, 39.797486366328272 ], [ -112.07926213976874, 39.797160810583279 ], [ -112.07931110216609, 39.796930604569098 ], [ -112.07944139112746, 39.796672612498739 ], [ -112.07958554092971, 39.796554143639582 ], [ -112.07979279455103, 39.796363008757623 ], [ -112.07988481297106, 39.796272054127741 ], [ -112.08001671912115, 39.796117659367596 ], [ -112.08018281413948, 39.795908887219291 ], [ -112.08041151778222, 39.795595918857828 ], [ -112.08068587484584, 39.795214951134511 ], [ -112.0809267457366, 39.794933402821343 ], [ -112.08116796732573, 39.794674375308837 ], [ -112.08138027405568, 39.794433636426042 ], [ -112.08153524733103, 39.794261005284461 ], [ -112.08171421098358, 39.79412869452451 ], [ -112.08207460677154, 39.794021721181736 ], [ -112.08225512193343, 39.79398850324953 ], [ -112.0824295154696, 39.79393732248316 ], [ -112.0825390441959, 39.79384620239243 ], [ -112.08272257250157, 39.793632759023673 ], [ -112.08290737120207, 39.793500391978228 ], [ -112.08312009219867, 39.793286675529487 ], [ -112.08331508310019, 39.793059609473829 ], [ -112.08342952944513, 39.792909878728047 ], [ -112.08345716918086, 39.792810512510584 ], [ -112.08351955951613, 39.792692802132649 ], [ -112.0836582085995, 39.79259690414019 ], [ -112.08395436563323, 39.792490524885217 ], [ -112.08421577141759, 39.792402489253163 ], [ -112.08461047988642, 39.792250138282419 ], [ -112.0848007563033, 39.792095192440911 ], [ -112.08489124087914, 39.791981723587149 ], [ -112.08502280923753, 39.791732723030499 ], [ -112.08514871496133, 39.791569368678068 ], [ -112.08544978361826, 39.791404375774597 ], [ -112.08588500086061, 39.791229116954867 ], [ -112.08616925845733, 39.791109328667595 ], [ -112.08642336616255, 39.791003336724053 ], [ -112.08671469924155, 39.790887985773225 ], [ -112.08704538016501, 39.790749740903721 ], [ -112.08726533694892, 39.790626047380904 ], [ -112.08740598534651, 39.790286860705962 ], [ -112.08733024749046, 39.789927177119161 ], [ -112.08724959371654, 39.789626103438579 ], [ -112.08715697983747, 39.789307122070277 ], [ -112.08707105622821, 39.789042136939848 ], [ -112.08690866491999, 39.788741828675271 ], [ -112.08678842061718, 39.788522213951914 ], [ -112.0867912112769, 39.788328476346877 ], [ -112.08683521170509, 39.78815597637265 ], [ -112.08692523932922, 39.787939798039261 ], [ -112.08704999945864, 39.787704373605386 ], [ -112.08716336546757, 39.78748707545698 ], [ -112.08721855918445, 39.787283837003145 ], [ -112.08721473029544, 39.78704060726767 ], [ -112.08717629651751, 39.786824731254782 ], [ -112.08716797658164, 39.786667137038194 ], [ -112.08717610827692, 39.786441814894218 ], [ -112.08729516843039, 39.786215453394412 ], [ -112.08743829027547, 39.786033915477155 ], [ -112.0877503676863, 39.785828269132722 ], [ -112.08809789872736, 39.78564931902779 ], [ -112.08837678817194, 39.785561110105562 ], [ -112.08855685212369, 39.785500857139837 ], [ -112.08865496694278, 39.785427857985944 ], [ -112.08869371913285, 39.78529324781335 ], [ -112.08861581976971, 39.785166939901927 ], [ -112.08847891365096, 39.785001542145196 ], [ -112.08831879724369, 39.784845371745554 ], [ -112.08819976192987, 39.784702330639327 ], [ -112.08817392543008, 39.784544900711658 ], [ -112.08824698337988, 39.784364018771186 ], [ -112.08831968610788, 39.784160615509165 ], [ -112.08846258816035, 39.783965563594286 ], [ -112.08858156899778, 39.783734696539469 ], [ -112.08872510840123, 39.78358018260414 ], [ -112.08892773826946, 39.783470163215512 ], [ -112.08909448668868, 39.783306421186218 ], [ -112.08923068022077, 39.783056471236748 ], [ -112.08929755490169, 39.78285402302452 ], [ -112.08943411623895, 39.782627494963407 ], [ -112.08960527848809, 39.782373612320306 ], [ -112.08979950721296, 39.782101493109039 ], [ -112.08984386601956, 39.781952414091052 ], [ -112.08984244475172, 39.781862329000681 ], [ -112.08978933455364, 39.781826788407827 ], [ -112.11957321744343, 39.772100950813957 ], [ -112.11984049663691, 39.758691712325948 ], [ -112.11982605049414, 39.757439480771893 ], [ -112.12577519063554, 39.757530589737307 ], [ -112.13817359827431, 39.757598870501404 ], [ -112.15733554853094, 39.757590468787754 ], [ -112.17628645607032, 39.757529685392171 ], [ -112.19540722025846, 39.757506403333871 ], [ -112.21420848114609, 39.757571609229082 ], [ -112.23306702711865, 39.757575496679003 ], [ -112.25077829877507, 39.757399483239624 ], [ -112.251852532174, 39.757414930272972 ], [ -112.27073355542285, 39.757376413332715 ], [ -112.28957512201052, 39.757415448781906 ], [ -112.30824666556524, 39.757414598698723 ], [ -112.32705841692265, 39.757421753766593 ], [ -112.34712806572725, 39.757884273924304 ], [ -112.34713788429708, 39.750000648582848 ], [ -112.34724784134899, 39.743422263597196 ], [ -112.34719236687518, 39.728827106931647 ], [ -112.34730176878115, 39.713166847095195 ], [ -112.34734254936608, 39.698773221965503 ], [ -112.34733808217891, 39.698543523692976 ], [ -112.34718266653547, 39.68425124901038 ], [ -112.40352644452756, 39.684151442550068 ], [ -112.42226348321152, 39.684108131610714 ], [ -112.4612915886141, 39.68318200796908 ], [ -112.47999058046241, 39.682958671571399 ], [ -112.49892135011473, 39.682945563864912 ], [ -112.50074399512428, 39.683111222973992 ], [ -112.51788352456903, 39.683037073629222 ], [ -112.53669047374237, 39.683226645510857 ], [ -112.55562481281638, 39.683114142297633 ], [ -112.57436035116258, 39.683185943640034 ], [ -112.59312505093702, 39.683105660065998 ], [ -112.61188098515719, 39.683153103256124 ], [ -112.62578469839255, 39.683089875928438 ], [ -112.63063705394207, 39.683107416154989 ], [ -112.64946358880839, 39.683134277486872 ], [ -112.66821955086751, 39.683136573767591 ], [ -112.68680121948506, 39.683165398937895 ], [ -112.70566806483198, 39.68317444492115 ], [ -112.72440026593928, 39.683162601494153 ], [ -112.74319464611885, 39.68307472351254 ], [ -112.75079193616916, 39.683096442543956 ], [ -112.76192663644061, 39.683058625648073 ], [ -112.78062409332655, 39.683061655380378 ], [ -112.7989668732604, 39.68305815843685 ], [ -112.7989506242009, 39.668548646242215 ], [ -112.79891876953501, 39.654061866758681 ], [ -112.79891441307608, 39.639507057049933 ], [ -112.79964573118187, 39.625012892996232 ], [ -112.79964355410046, 39.610539070922037 ], [ -112.79964707967122, 39.596056118293099 ], [ -112.79962267026126, 39.581614109029012 ], [ -112.79965388763459, 39.567067594827272 ], [ -112.79962959910097, 39.552621013656925 ], [ -112.80593800804077, 39.552635754521688 ], [ -112.81836166322866, 39.552622182769724 ], [ -112.82248731841084, 39.552616105916279 ], [ -112.84035740722743, 39.552591204611176 ], [ -112.8570464668031, 39.55257793020796 ], [ -112.86313777915058, 39.55257050836375 ], [ -112.87580699644782, 39.552560365301851 ], [ -112.89586609786517, 39.553005102403631 ], [ -112.93081347198181, 39.552911599768088 ], [ -112.96581304671513, 39.552820206735291 ], [ -113.00102521594725, 39.552642523347785 ], [ -113.00338155510521, 39.552628943938025 ], [ -113.04329504848417, 39.552645576188361 ], [ -113.07476497429195, 39.552623894948852 ], [ -113.12590715347399, 39.552433567612013 ], [ -113.14260206180676, 39.55244219105321 ], [ -113.16104308295353, 39.552465495714266 ], [ -113.18037389910772, 39.552473677451324 ], [ -113.19887210756285, 39.552467373235437 ], [ -113.22182151889075, 39.552454156559044 ], [ -113.23593889477212, 39.55247609487796 ], [ -113.25083035460162, 39.552503842539302 ], [ -113.26929372626378, 39.552505003587314 ], [ -113.28741965145811, 39.55250897031808 ], [ -113.31334866448032, 39.552514435916102 ], [ -113.33540338689734, 39.552519086914209 ], [ -113.35256180587173, 39.552515204666783 ], [ -113.37579034229998, 39.55251092119105 ], [ -113.3878979162423, 39.552505904358263 ], [ -113.40542442796881, 39.552482130479198 ], [ -113.42439320088428, 39.55247066023086 ], [ -113.44215932240877, 39.552512910199901 ], [ -113.46225704819928, 39.552507541818059 ], [ -113.47542431508035, 39.552493442374562 ], [ -113.48895391297819, 39.552524137853283 ], [ -113.5008803377106, 39.552632827357186 ], [ -113.51393403177367, 39.552697880070276 ], [ -113.53948613146174, 39.552759143339436 ], [ -113.56796221108401, 39.55274566201016 ], [ -113.59735933059109, 39.552781168675509 ], [ -113.62521922714706, 39.552789924666556 ], [ -113.63420911385468, 39.552793581845989 ], [ -113.67257486910881, 39.552741391160801 ], [ -113.71010501575333, 39.55275456129057 ], [ -113.75083711493903, 39.552670775604874 ], [ -113.76273693773699, 39.55284323897606 ], [ -113.7745707253105, 39.552817870964148 ], [ -113.78591723206183, 39.552830010247 ], [ -113.79691364160485, 39.552817941052396 ], [ -113.80796230065808, 39.552803565264682 ], [ -113.81586965218227, 39.552805789971032 ], [ -113.81584659538395, 39.550941605306782 ], [ -113.81586634345815, 39.54582073612292 ], [ -113.81585600407776, 39.544270635698609 ], [ -113.82111242676736, 39.544201628967741 ], [ -113.83927467312822, 39.54404370425403 ], [ -113.85970825606272, 39.54380721043546 ], [ -113.8725961195217, 39.543709858449525 ], [ -113.87784215279308, 39.543674570167745 ], [ -113.89683193919123, 39.543589813987211 ], [ -113.91756369764789, 39.543512247080521 ], [ -113.94408531426271, 39.543360907891625 ], [ -113.96353729026436, 39.543182339286247 ], [ -113.98165408072445, 39.543046505329315 ], [ -114.00082845135211, 39.542939969745937 ], [ -114.00298063723721, 39.542933881358358 ], [ -114.01093716880166, 39.542894511667832 ], [ -114.02413254000024, 39.54279485645106 ], [ -114.03521325341086, 39.542762500896011 ], [ -114.04765654445521, 39.542760894288769 ], [ -114.04762155349759, 39.571185855237459 ], [ -114.04758588680529, 39.588694813396607 ], [ -114.04757061316462, 39.601752340223833 ], [ -114.04756857323881, 39.621741150594957 ], [ -114.04755617818348, 39.624907784280865 ], [ -114.04753122835619, 39.633889397979623 ], [ -114.04750056781381, 39.642209066078074 ], [ -114.04737485723915, 39.654463194995529 ], [ -114.04729748046024, 39.668477088660993 ], [ -114.0472109505974, 39.680954446768602 ], [ -114.04704273267602, 39.691440480309019 ], [ -114.046929977669, 39.700271192778636 ], [ -114.04684349832134, 39.708903031981009 ], [ -114.04681991555998, 39.719226692293709 ], [ -114.04690112879562, 39.72848465763208 ], [ -114.04708398740861, 39.738987530404188 ], [ -114.04743251933246, 39.749909404045802 ], [ -114.04763970514026, 39.763627403937178 ], [ -114.04777981831491, 39.775000605542822 ], [ -114.04781391775154, 39.787538584221096 ], [ -114.04775841558789, 39.802141682802521 ], [ -114.04760826644765, 39.81816686843387 ], [ -114.04746233352303, 39.830717620544988 ], [ -114.04728748728215, 39.842084595305941 ], [ -114.04717089932375, 39.856086585646089 ], [ -114.04716469724619, 39.874953416797702 ], [ -114.04710772744151, 39.884223841923856 ], [ -114.04699729582101, 39.892946193451984 ], [ -114.0470583552933, 39.906194887048372 ], [ -114.03960073814592, 39.906165590884953 ], [ -114.03131302875953, 39.906144023400238 ], [ -114.02286717349182, 39.906116980169976 ], [ -114.01371991760992, 39.90609855883605 ], [ -114.00721087348265, 39.906096540929845 ], [ -114.00084180688543, 39.906086027213405 ], [ -113.98397883850383, 39.906021626031084 ], [ -113.96869066053385, 39.905995495385334 ], [ -113.95136030764372, 39.90594281383509 ], [ -113.93937715121692, 39.905936665251751 ], [ -113.92367032852857, 39.905969247336479 ], [ -113.90889697688357, 39.905950141343439 ], [ -113.89791854148737, 39.905918070220238 ], [ -113.8858684952839, 39.905881024528306 ], [ -113.87583249706684, 39.905842296072443 ], [ -113.8649349849762, 39.905787969085843 ], [ -113.8512885770165, 39.905728227038431 ], [ -113.83364861960291, 39.905688037169348 ], [ -113.81854125074642, 39.905655644338786 ], [ -113.79878950670171, 39.905602932712625 ], [ -113.78347252263131, 39.905594441690617 ], [ -113.77002134030337, 39.905591581931724 ], [ -113.75749927983074, 39.905570456192429 ], [ -113.75079736526608, 39.905576607802431 ], [ -113.72963160020129, 39.905559154215481 ], [ -113.70058857766287, 39.905555022176252 ], [ -113.68546419876661, 39.90554167336078 ], [ -113.66933844006417, 39.905495368462063 ], [ -113.65580216454595, 39.905414523773707 ], [ -113.64210101142085, 39.905304325103621 ], [ -113.62585779761194, 39.90539876775955 ], [ -113.60994062167725, 39.905456562826473 ], [ -113.59484774365279, 39.905507226571267 ], [ -113.57975956758351, 39.905528791828672 ], [ -113.56689286597459, 39.905526231224947 ], [ -113.55105515276695, 39.905524619065439 ], [ -113.53829948152294, 39.905520938525669 ], [ -113.52481359093885, 39.905540770832772 ], [ -113.51254898109195, 39.905532560485213 ], [ -113.50084565098064, 39.905519948084084 ], [ -113.48588958826792, 39.905481378847995 ], [ -113.47152563376585, 39.905482301522404 ], [ -113.46035488643319, 39.905481260103507 ], [ -113.44787955539911, 39.905470668117189 ], [ -113.43546164522724, 39.905430499033656 ], [ -113.42521475772945, 39.905424664639334 ], [ -113.41345367855452, 39.905435951258767 ], [ -113.4017623533894, 39.905435588615411 ], [ -113.38672008898178, 39.90544454326254 ], [ -113.37580056475285, 39.905439174499961 ], [ -113.36545344349518, 39.905412086004659 ], [ -113.34908899742112, 39.905411596577629 ], [ -113.33227994054143, 39.905408732296948 ], [ -113.32062344186178, 39.905403976457151 ], [ -113.30590212572866, 39.905396000652665 ], [ -113.29159645534604, 39.90540045702258 ], [ -113.27692727341935, 39.905378756539335 ], [ -113.2649588283489, 39.9053520006916 ], [ -113.25644037284572, 39.905410043593996 ], [ -113.25081739218058, 39.905515769581228 ], [ -113.24877043716619, 39.905518565718012 ], [ -113.24878121159945, 39.904775138159174 ], [ -113.24266445716896, 39.904803562955991 ], [ -113.23355837482706, 39.904811832233058 ], [ -113.22442279885506, 39.904812744235905 ], [ -113.21480786453603, 39.904821194972882 ], [ -113.20400590008794, 39.904837911109581 ], [ -113.19068902821783, 39.904856133811776 ], [ -113.17865785750685, 39.904880196813288 ], [ -113.16274528802265, 39.904898920474771 ], [ -113.15015370521583, 39.904921467632654 ], [ -113.13944482489106, 39.904925928961127 ], [ -113.12581093286866, 39.904910108242468 ], [ -113.11168462897258, 39.904858411013123 ], [ -113.09946078576192, 39.904859736308495 ], [ -113.08631205669238, 39.904835881254975 ], [ -113.07124087747144, 39.904871926426168 ], [ -113.05684461005433, 39.904947188975726 ], [ -113.04261547654232, 39.905019518700975 ], [ -113.02755515335035, 39.905031669095919 ], [ -113.01312077601916, 39.905049009934324 ], [ -113.00078032772598, 39.90506896980483 ], [ -112.98374343740508, 39.904893305287004 ], [ -112.97010420698973, 39.904697980625521 ], [ -112.95545277657624, 39.904693803491874 ], [ -112.93881385883442, 39.904730039340748 ], [ -112.92555822934278, 39.904653681889201 ], [ -112.91134776598193, 39.904523986144056 ], [ -112.89796943099857, 39.90466271116005 ], [ -112.88522402818755, 39.904636445664778 ], [ -112.87578684639196, 39.90452826783288 ], [ -112.87263816452803, 39.904498091418603 ], [ -112.86637366063958, 39.904441457260063 ], [ -112.85539243584122, 39.904333942611338 ], [ -112.84703851778688, 39.90426914313916 ], [ -112.83881369435693, 39.90421971169868 ], [ -112.83053552361099, 39.904143511122555 ], [ -112.82348032508909, 39.904088029930165 ], [ -112.81619546554776, 39.904017698819942 ], [ -112.80773780406491, 39.903965203283143 ], [ -112.80046662394459, 39.903925201493351 ], [ -112.79818531683678, 39.903915563260043 ], [ -112.79819131714343, 39.903474021423918 ], [ -112.79101547478203, 39.903499515893557 ], [ -112.78220188925701, 39.903522726762112 ], [ -112.77966953426899, 39.903530096584142 ], [ -112.77348170138518, 39.903539333759191 ], [ -112.76618839273883, 39.903547068863361 ], [ -112.75922247412674, 39.903549377251146 ], [ -112.75077688996994, 39.903555603196537 ], [ -112.73631405862791, 39.903610947485454 ], [ -112.72383901765218, 39.903634946533323 ], [ -112.70777429295121, 39.903674498773498 ], [ -112.69458987581834, 39.90372831864876 ], [ -112.68353107384119, 39.903740781745228 ], [ -112.67303798811433, 39.903735017638532 ], [ -112.66245142974626, 39.903734148138312 ], [ -112.6513046148781, 39.903785338836961 ], [ -112.63614956944352, 39.903765962028956 ], [ -112.62577955047544, 39.903772199425639 ], [ -112.61496864421748, 39.903684548436146 ], [ -112.60499765648719, 39.903696880626988 ], [ -112.59224526126258, 39.903674511879267 ], [ -112.57524199702168, 39.903659021537742 ], [ -112.55746815653829, 39.903709950720724 ], [ -112.54416300687831, 39.903766293497696 ], [ -112.52696269699364, 39.903836436317064 ], [ -112.51448782599557, 39.903883839588048 ], [ -112.50589658408833, 39.903927272805433 ], [ -112.50080255028337, 39.903948277021918 ], [ -112.4836692045839, 39.903875985790449 ], [ -112.46659686545388, 39.903921115657063 ], [ -112.45962507838513, 39.903933414655675 ], [ -112.45258765100279, 39.903939809997901 ], [ -112.43596122813352, 39.903999164592108 ], [ -112.43287316071294, 39.904010340562287 ], [ -112.41829877285093, 39.904081424994061 ], [ -112.4021279876393, 39.904174497578751 ], [ -112.38912817523806, 39.904308451667177 ], [ -112.37582427841267, 39.904449061179477 ], [ -112.36591145266341, 39.904521216141184 ], [ -112.35545251836903, 39.904486290017914 ], [ -112.3469296315385, 39.904450469263352 ], [ -112.34192241330115, 39.90443194799029 ], [ -112.34181986810604, 39.905171914476988 ], [ -112.34186565879388, 39.90572006356836 ], [ -112.34201318606081, 39.906385960569644 ], [ -112.34195201523987, 39.907147971812819 ], [ -112.34207013050487, 39.907805199475 ], [ -112.3425613516434, 39.908397743535737 ], [ -112.34297037234195, 39.908974119512287 ], [ -112.3432026793301, 39.909786788333342 ], [ -112.34312760775586, 39.910675093753085 ], [ -112.34302864546882, 39.911059143839353 ], [ -112.34291172323724, 39.911362316362002 ], [ -112.34279844948456, 39.911552827775431 ], [ -112.34268838501873, 39.911608159438686 ], [ -112.34246904698024, 39.911759356036683 ], [ -112.34210503752324, 39.911691494273065 ], [ -112.34181562488297, 39.911609253816835 ], [ -112.34153110064992, 39.911657593805806 ], [ -112.34155114578759, 39.912085313047534 ], [ -112.3416784456884, 39.9123135821999 ], [ -112.34170064921534, 39.912552076944365 ], [ -112.34160179161823, 39.912882067554683 ], [ -112.34146538125225, 39.91308635961488 ], [ -112.34123524484201, 39.913224164572625 ], [ -112.34100426145461, 39.913438559592613 ], [ -112.34041063849065, 39.913895898917239 ], [ -112.34006893890373, 39.914372847418477 ], [ -112.33993012838332, 39.915054668649375 ], [ -112.33987196926662, 39.915672491159462 ], [ -112.33972294897262, 39.916431010702361 ], [ -112.3396693195148, 39.91698120945297 ], [ -112.33955126332293, 39.917527647794842 ], [ -112.33933383019001, 39.917777920837288 ], [ -112.33906749809726, 39.917920644364003 ], [ -112.33833596488692, 39.91820838542337 ], [ -112.33763507279947, 39.91856784429195 ], [ -112.33742739966981, 39.918718896756999 ], [ -112.33727388735842, 39.918887343128198 ], [ -112.33725091977465, 39.919270511401074 ], [ -112.33727547664384, 39.919630607758322 ], [ -112.33736143894407, 39.920440470221749 ], [ -112.337185234863, 39.921006496634263 ], [ -112.33707846256287, 39.921232064330098 ], [ -112.33704224879382, 39.921475738139385 ], [ -112.33706715613789, 39.921853849344011 ], [ -112.3371068080498, 39.92208763868571 ], [ -112.3369128369114, 39.922342141262284 ], [ -112.33674121068405, 39.922542328957171 ], [ -112.33660538044548, 39.922778141653104 ], [ -112.33641009192678, 39.92296508742524 ], [ -112.33617795465159, 39.923062362712962 ], [ -112.33609746379527, 39.923135366252794 ], [ -112.33572031530257, 39.923297378136873 ], [ -112.33540698383753, 39.923431625269849 ], [ -112.33532379246779, 39.923666830116709 ], [ -112.33554477362654, 39.923898531253165 ], [ -112.33573537083855, 39.924072020379093 ], [ -112.33639508650984, 39.924600481806678 ], [ -112.33689459565484, 39.925013663671713 ], [ -112.33683502180844, 39.925861241913864 ], [ -112.33687287680621, 39.926604087529874 ], [ -112.33698529024018, 39.927269492641315 ], [ -112.33707298817011, 39.927566694963978 ], [ -112.33702680712439, 39.927899677320276 ], [ -112.33664277352591, 39.928611349731845 ], [ -112.33653462173419, 39.928766658699423 ], [ -112.33627862848445, 39.929142602053069 ], [ -112.33600014296258, 39.929866569810471 ], [ -112.33549349976539, 39.930593165432008 ], [ -112.33543413866732, 39.930850619284215 ], [ -112.33554311677432, 39.931038562825741 ], [ -112.33565218303964, 39.931231009977239 ], [ -112.33588343566417, 39.931989645881686 ], [ -112.33600497896433, 39.93258287038099 ], [ -112.33626857030985, 39.933138419526792 ], [ -112.33665604314052, 39.933805158057538 ], [ -112.33709810546152, 39.934570369704865 ], [ -112.3377288577168, 39.935108165607076 ], [ -112.33787398676452, 39.935348845440181 ], [ -112.33756413046802, 39.935664148558779 ], [ -112.33737514575778, 39.936477180847774 ], [ -112.33737663631752, 39.936553744103797 ], [ -112.33743326139823, 39.93705762083863 ], [ -112.33753809563578, 39.937633016974665 ], [ -112.33813760870684, 39.938067561848733 ], [ -112.33828756102281, 39.938255029508113 ], [ -112.33841586639879, 39.93853284150881 ], [ -112.33837180960175, 39.938974813757063 ], [ -112.33842230143688, 39.939163429469019 ], [ -112.33843575814092, 39.939253368702246 ], [ -112.33854671874855, 39.939842207114246 ], [ -112.33867991474742, 39.940430788578453 ], [ -112.33909123755521, 39.941056699865555 ], [ -112.33942036227221, 39.941728606667823 ], [ -112.33969811699603, 39.94216686029916 ], [ -112.33975685573017, 39.94247790857478 ], [ -112.33982128836656, 39.943080797297156 ], [ -112.33976850586954, 39.943675130325019 ], [ -112.33949766435201, 39.944191799131019 ], [ -112.33919993390397, 39.944830405526119 ], [ -112.33909822944585, 39.945017175166491 ], [ -112.33889673645159, 39.945188880338158 ], [ -112.3386066477177, 39.945319263864221 ], [ -112.33855495166388, 39.945369412812667 ], [ -112.33836282415979, 39.945421183210719 ], [ -112.33805533740227, 39.94555987473975 ], [ -112.33774574380413, 39.945590476354745 ], [ -112.33692254825354, 39.945694572717926 ], [ -112.33653068411952, 39.945708101012976 ], [ -112.33651313011038, 39.945708303408807 ], [ -112.33620309688433, 39.945716382346298 ], [ -112.33528874348957, 39.945587272101044 ], [ -112.3349716014274, 39.945590924903051 ], [ -112.33468639177757, 39.945671690468359 ], [ -112.33446386074357, 39.945966158769195 ], [ -112.33448107721526, 39.946249758329046 ], [ -112.3344276393334, 39.946511647627929 ], [ -112.33441203498451, 39.947214564488633 ], [ -112.33433704005765, 39.947873117688772 ], [ -112.33437343151959, 39.948480836629429 ], [ -112.33455718769167, 39.949262543191452 ], [ -112.33459550409735, 39.949487338236153 ], [ -112.33435047927566, 39.949769451953493 ], [ -112.33428323465078, 39.949923386620505 ], [ -112.33421005050425, 39.950072884888129 ], [ -112.33413608991789, 39.950483665996941 ], [ -112.333900290976, 39.950999918152775 ], [ -112.33365841919351, 39.95126397520221 ], [ -112.33350797598764, 39.951594550799271 ], [ -112.33310395051545, 39.952189316774202 ], [ -112.33289110257873, 39.952380962847819 ], [ -112.33268550414439, 39.952644600735212 ], [ -112.33229613365904, 39.952788723166563 ], [ -112.33175373431941, 39.952285922551035 ], [ -112.33096128652218, 39.951565259278667 ], [ -112.33055206606591, 39.951047409395144 ], [ -112.33018030313032, 39.950529128154066 ], [ -112.32977654692255, 39.949930127628676 ], [ -112.32970213990214, 39.949714754392822 ], [ -112.32944763941275, 39.949569017632314 ], [ -112.32923225334763, 39.949327331592414 ], [ -112.32877255376475, 39.948558690219656 ], [ -112.32822533558289, 39.94780366297104 ], [ -112.32788169540586, 39.947285051660607 ], [ -112.32741911624379, 39.946668697321378 ], [ -112.32678111740657, 39.946423736750042 ], [ -112.32599856982672, 39.946148893129056 ], [ -112.3256028746667, 39.945964220224077 ], [ -112.32532542585598, 39.945841260282734 ], [ -112.32467291324889, 39.945389236354828 ], [ -112.32391807192553, 39.944789721312354 ], [ -112.32350257959959, 39.944488144222717 ], [ -112.32322121562989, 39.944465228899695 ], [ -112.32312174417129, 39.944466364325876 ], [ -112.32295499001542, 39.944620527480694 ], [ -112.32276991786368, 39.944735257792146 ], [ -112.32257977441581, 39.944890588249997 ], [ -112.32222770101474, 39.945146869644638 ], [ -112.32138932882572, 39.945679879253404 ], [ -112.32104709563835, 39.945839643656797 ], [ -112.32067023748657, 39.946025028037255 ], [ -112.3203781869816, 39.946055383420251 ], [ -112.32034316514829, 39.946060287065535 ], [ -112.31999000315795, 39.945956195600466 ], [ -112.31952679082636, 39.945911917340723 ], [ -112.3189638458805, 39.945855257869688 ], [ -112.31835400423122, 39.945794624297598 ], [ -112.31766662651519, 39.945658288456443 ], [ -112.31736794708148, 39.945648169014767 ], [ -112.31692186052356, 39.945581162029676 ], [ -112.31644833100516, 39.945609064369421 ], [ -112.31598004829087, 39.945605372082106 ], [ -112.31562475365907, 39.94569499498197 ], [ -112.31530508400171, 39.945811240968212 ], [ -112.31506217148936, 39.945962653175144 ], [ -112.31472896104709, 39.946227707371897 ], [ -112.31420334335016, 39.94665350874326 ], [ -112.31367248652127, 39.947050536819425 ], [ -112.31284940817268, 39.947469792331447 ], [ -112.31244238252351, 39.947609543448451 ], [ -112.31201582129084, 39.947645905411044 ], [ -112.31177091613174, 39.947693724446708 ], [ -112.31096100503848, 39.94788397717398 ], [ -112.31080376887245, 39.947925396970049 ], [ -112.31065480826884, 39.948093756442823 ], [ -112.31042951808945, 39.948249464448445 ], [ -112.30970769742795, 39.948455830543828 ], [ -112.30934352203131, 39.948387868948828 ], [ -112.30926909468221, 39.948167977711101 ], [ -112.3095447326175, 39.947890075376925 ], [ -112.30983896370725, 39.947359697225679 ], [ -112.30989753070565, 39.946809457926776 ], [ -112.30978737109923, 39.946189049406797 ], [ -112.30946780964611, 39.94539081699287 ], [ -112.3092781740456, 39.944960504462259 ], [ -112.30912226172265, 39.944764056986095 ], [ -112.3088428574973, 39.944843792569799 ], [ -112.30825832516093, 39.944881924180621 ], [ -112.30743886036153, 39.945183977531158 ], [ -112.30654263469603, 39.945450852429154 ], [ -112.30642734581805, 39.945235924486013 ], [ -112.30648078717266, 39.94496864180465 ], [ -112.30644889156108, 39.94483025540589 ], [ -112.30622142743897, 39.944256212489059 ], [ -112.30591858628827, 39.943719056147486 ], [ -112.30555187215768, 39.943146580425427 ], [ -112.30553046602408, 39.942944108302498 ], [ -112.30548656956391, 39.942543680971085 ], [ -112.30564469422416, 39.941933760392843 ], [ -112.30556713108334, 39.941240003221694 ], [ -112.30545070153924, 39.940656599258553 ], [ -112.30544958874292, 39.940598050173655 ], [ -112.30549602859475, 39.939962358850387 ], [ -112.30514986065245, 39.939299555186146 ], [ -112.30472004361056, 39.938853919465885 ], [ -112.30438145019066, 39.938281122907853 ], [ -112.30404388850616, 39.93776237058097 ], [ -112.30361049872469, 39.937127571541765 ], [ -112.30326953559239, 39.937045815149098 ], [ -112.3028964332034, 39.937059018576775 ], [ -112.30256583161848, 39.936968134164992 ], [ -112.30228218177125, 39.936822664444932 ], [ -112.30202703516039, 39.93663723214307 ], [ -112.30172244314737, 39.936621732869504 ], [ -112.30137137265575, 39.936932898024892 ], [ -112.30073818576426, 39.937488682207096 ], [ -112.30012153509975, 39.937991121500055 ], [ -112.29935621976934, 39.938369091129161 ], [ -112.29840832825772, 39.938686034402316 ], [ -112.2974041122244, 39.938809896363544 ], [ -112.29655201453052, 39.938932048369509 ], [ -112.29621334492344, 39.938971873674951 ], [ -112.29576952930624, 39.939021882823667 ], [ -112.29513705013866, 39.939308244925336 ], [ -112.29452169397838, 39.939571888655074 ], [ -112.29370155025053, 39.939837814730431 ], [ -112.29271070499594, 39.940051581781319 ], [ -112.29232462649904, 39.940060391208014 ], [ -112.29193269690774, 39.940069264557707 ], [ -112.29101002254899, 39.940174143463665 ], [ -112.29020377263936, 39.940246186097262 ], [ -112.28924421169188, 39.94025686185131 ], [ -112.28848763911269, 39.940481501396981 ], [ -112.28770951498555, 39.940805479817051 ], [ -112.28690789478163, 39.94112520912676 ], [ -112.28580840061839, 39.941164438335171 ], [ -112.28474291619452, 39.941144718503814 ], [ -112.28433666588542, 39.941014077777389 ], [ -112.28412375428859, 39.940894808329837 ], [ -112.28394527614019, 39.940739119139678 ], [ -112.2837304300289, 39.940516261210355 ], [ -112.28327493703249, 39.940255524359962 ], [ -112.28268310882619, 39.939901694609794 ], [ -112.28233731311879, 39.939873987050227 ], [ -112.28200249631239, 39.940120946646331 ], [ -112.28177188318389, 39.940934351283722 ], [ -112.28147868902835, 39.94121688709901 ], [ -112.28122334170956, 39.941332328247384 ], [ -112.28082012017254, 39.941363812586935 ], [ -112.28051307542394, 39.941217647084898 ], [ -112.28006127509443, 39.940840634319159 ], [ -112.27945775583478, 39.940486917170155 ], [ -112.27883901891894, 39.939944165266191 ], [ -112.27851426366772, 39.93947474878378 ], [ -112.27827578384387, 39.93923862699436 ], [ -112.27783562412471, 39.939171403723087 ], [ -112.27754224314745, 39.939192656289954 ], [ -112.27669996879837, 39.939467715727211 ], [ -112.27582717887086, 39.939738600161711 ], [ -112.27500503441958, 39.939900807027215 ], [ -112.27427892722714, 39.939877257684785 ], [ -112.27319967423117, 39.939744964182339 ], [ -112.27248393598695, 39.939649213684874 ], [ -112.27168713413562, 39.939284062974856 ], [ -112.270973253428, 39.938972054646797 ], [ -112.27059186086974, 39.938917673746133 ], [ -112.27028342831588, 39.939011148944815 ], [ -112.26998711311322, 39.939127014336755 ], [ -112.26974930630789, 39.939242238132266 ], [ -112.2695879725273, 39.939442214232002 ], [ -112.26935266582812, 39.939629485864423 ], [ -112.2690818306166, 39.939857688739146 ], [ -112.26878783913172, 39.940099658683231 ], [ -112.26817744359239, 39.940637898541766 ], [ -112.26756024022232, 39.941441989938788 ], [ -112.26741101954114, 39.941601287779847 ], [ -112.26722084004332, 39.941761033179702 ], [ -112.26693002658467, 39.941858811635512 ], [ -112.26660344075164, 39.9419209422202 ], [ -112.26585631619456, 39.942028207617433 ], [ -112.26561089828333, 39.942048906282707 ], [ -112.26500312104181, 39.942096082985309 ], [ -112.26467068099869, 39.942158272017473 ], [ -112.26422037754985, 39.942239764549186 ], [ -112.26325007066588, 39.942304399404421 ], [ -112.26233778866474, 39.942278299256294 ], [ -112.2616319423676, 39.942403106961549 ], [ -112.26078963213146, 39.942745622764079 ], [ -112.2600502558054, 39.943276213225289 ], [ -112.25931285006133, 39.943914891610952 ], [ -112.25886560739508, 39.944419776797901 ], [ -112.25847050955993, 39.944896164702371 ], [ -112.25804708941237, 39.945424212785362 ], [ -112.2576539762851, 39.94600959130856 ], [ -112.25729655922234, 39.946563048056944 ], [ -112.25704146580095, 39.947079356116618 ], [ -112.25670083524835, 39.947655152691503 ], [ -112.25665023058721, 39.947768320038541 ], [ -112.25648110716691, 39.948441361015888 ], [ -112.25631569114819, 39.948677400858131 ], [ -112.25604387068091, 39.948856031728276 ], [ -112.25585397408845, 39.949033774429864 ], [ -112.25529622915457, 39.949580385557404 ], [ -112.25465663104758, 39.950132384725244 ], [ -112.25447958320565, 39.950373052576303 ], [ -112.25420840940416, 39.95058771013278 ], [ -112.25401547625057, 39.950599707931673 ], [ -112.25323971479717, 39.950427006790527 ], [ -112.25247491907361, 39.950534377338194 ], [ -112.25232570080111, 39.950568423725173 ], [ -112.25206107371228, 39.950628943142931 ], [ -112.25167749483066, 39.950457400460877 ], [ -112.25111458512607, 39.950080573699132 ], [ -112.25036668918118, 39.950151709933472 ], [ -112.25029086032944, 39.950166042100989 ], [ -112.2494411519414, 39.950431974727067 ], [ -112.24888550961369, 39.950775818758466 ], [ -112.24854982552012, 39.951306490635865 ], [ -112.24813818432185, 39.952166826104474 ], [ -112.24761898428376, 39.952906689549046 ], [ -112.24717462479762, 39.953578174191421 ], [ -112.24683056331729, 39.95429362576705 ], [ -112.24645502526405, 39.954887786568243 ], [ -112.24606453966049, 39.955626258718326 ], [ -112.24579895830087, 39.956151664042622 ], [ -112.24532935316282, 39.956724308336845 ], [ -112.2448158976418, 39.957138854570069 ], [ -112.24446062472524, 39.957238170014783 ], [ -112.24402663953487, 39.957193276339282 ], [ -112.24321784849754, 39.957138887366987 ], [ -112.24252341883626, 39.956934610251189 ], [ -112.24223640133286, 39.956924172325238 ], [ -112.24198337263113, 39.957174644851058 ], [ -112.24178650487148, 39.957293877511233 ], [ -112.24148965430001, 39.957387152270378 ], [ -112.24125051410317, 39.957434760822004 ], [ -112.2409574792237, 39.95741537467994 ], [ -112.24058390874632, 39.957474331431264 ], [ -112.24030541089317, 39.957611553262701 ], [ -112.23959398656589, 39.958086756352373 ], [ -112.23944419320812, 39.958219896801467 ], [ -112.23900810776763, 39.958383126129853 ], [ -112.23875350130974, 39.958547117341816 ], [ -112.23869957477051, 39.958867530681744 ], [ -112.23850414185351, 39.959261531999182 ], [ -112.23825504187782, 39.959471411691325 ], [ -112.23754176636925, 39.959780847292471 ], [ -112.23681541152352, 39.960144475037254 ], [ -112.23649179280619, 39.960377669800771 ], [ -112.23631864202807, 39.960514659172489 ], [ -112.23631619642845, 39.960703884603006 ], [ -112.23644201574291, 39.96118905510064 ], [ -112.23622397439085, 39.96175897875581 ], [ -112.23611073164841, 39.962297152123128 ], [ -112.23611523286962, 39.96319715212919 ], [ -112.23624323004447, 39.963803026542216 ], [ -112.23650418065722, 39.964314684756935 ], [ -112.23666764368727, 39.964939100128547 ], [ -112.23671550564113, 39.965645834065285 ], [ -112.2367755624463, 39.966379466222662 ], [ -112.23671564005879, 39.966627866406952 ], [ -112.23653718902253, 39.966796445779281 ], [ -112.23642954570671, 39.966995802745977 ], [ -112.23631112223126, 39.967181760371865 ], [ -112.23610239329722, 39.967359671508831 ], [ -112.23580622143018, 39.967493467220933 ], [ -112.23516785729846, 39.967806594227902 ], [ -112.23510582022763, 39.967937892817936 ], [ -112.23515261507077, 39.968586076856553 ], [ -112.23539851357236, 39.969236643514833 ], [ -112.23533654139743, 39.9696967875282 ], [ -112.23516814871279, 39.970099504017604 ], [ -112.23483605818164, 39.970580544965514 ], [ -112.23447017347628, 39.97107095436516 ], [ -112.23392358230852, 39.971540762874724 ], [ -112.23328970580766, 39.972106097130222 ], [ -112.23289998192621, 39.972574231507949 ], [ -112.23227496401154, 39.972981800124302 ], [ -112.23175676502568, 39.973469315481935 ], [ -112.23108219827712, 39.974053089028104 ], [ -112.23038394540765, 39.974622694932428 ], [ -112.22992980879326, 39.975092404006134 ], [ -112.22946369944509, 39.975547823139088 ], [ -112.22919347821987, 39.975825478289586 ], [ -112.22896928134691, 39.976057597416599 ], [ -112.22858527939655, 39.976521151799957 ], [ -112.22812582823414, 39.97702244326053 ], [ -112.2275462994065, 39.977685373368914 ], [ -112.22739919303851, 39.978299575462728 ], [ -112.22748582871422, 39.978559932602671 ], [ -112.22738120372503, 39.97893042895798 ], [ -112.22690063024514, 39.979561675531968 ], [ -112.22655788277592, 39.980041904339345 ], [ -112.22603495958785, 39.98059791592425 ], [ -112.22598876710444, 39.980634442446949 ], [ -112.22559397645932, 39.981152157709161 ], [ -112.22515900184065, 39.981715343747901 ], [ -112.22477824070715, 39.982363545159622 ], [ -112.22481821183955, 39.982962252275485 ], [ -112.22497652261424, 39.98369485053415 ], [ -112.22540817410137, 39.984190312560074 ], [ -112.22563540822074, 39.984453688856874 ], [ -112.22572107962772, 39.984660000465738 ], [ -112.22576750155706, 39.984898260256429 ], [ -112.22584168378592, 39.985510119070462 ], [ -112.22590822693623, 39.98628422886938 ], [ -112.22572539521262, 39.986867272902799 ], [ -112.22541893828632, 39.987348916024473 ], [ -112.2252753159588, 39.987570265375922 ], [ -112.22516279951165, 39.987828224491359 ], [ -112.22496694156924, 39.988010484037304 ], [ -112.22492130679903, 39.988078537324881 ], [ -112.22472552794905, 39.988265300354492 ], [ -112.22441449300187, 39.988556889583265 ], [ -112.22409045842933, 39.988776539619302 ], [ -112.22375903924242, 39.988910676878319 ], [ -112.2234673199803, 39.988972318419783 ], [ -112.22265039073109, 39.989138605432792 ], [ -112.22166662225582, 39.989473320543482 ], [ -112.22135845574061, 39.989598196375709 ], [ -112.22093991853703, 39.989773786252023 ], [ -112.22063174931245, 39.989898660185453 ], [ -112.22021890344824, 39.990065178061258 ], [ -112.21952771995862, 39.990387784582346 ], [ -112.21880773304811, 39.990737718294021 ], [ -112.21821727942491, 39.991126828539137 ], [ -112.21753361071872, 39.991543943508674 ], [ -112.21669840856843, 39.992003188033188 ], [ -112.21585840282246, 39.992192193220824 ], [ -112.21498863544177, 39.992354475985636 ], [ -112.21475608753794, 39.992451513115817 ], [ -112.2144548672605, 39.992639364033018 ], [ -112.21430565249705, 39.99281210733362 ], [ -112.21419300663609, 39.993065552422124 ], [ -112.21364357606211, 39.993458714323239 ], [ -112.21288014587466, 39.993673924391288 ], [ -112.2120599849105, 39.993993331558201 ], [ -112.21139553437892, 39.994175963507573 ], [ -112.21091300692687, 39.994379214521466 ], [ -112.21060482011323, 39.994571632974647 ], [ -112.21040578815172, 39.994776424758626 ], [ -112.21033903876221, 39.995042900896991 ], [ -112.21009889743124, 39.995374253883497 ], [ -112.20970507008346, 39.995626125641856 ], [ -112.20908643419119, 39.996083054554695 ], [ -112.20863808944242, 39.996565232599607 ], [ -112.20806984019514, 39.996890993458436 ], [ -112.20728261228091, 39.997088395933197 ], [ -112.20722436942211, 39.997107021596378 ], [ -112.20673642843769, 39.997337340022561 ], [ -112.2064714106186, 39.99758785942084 ], [ -112.20609837446591, 39.99802419631029 ], [ -112.20567943518132, 39.99851506630511 ], [ -112.20562475544799, 39.998736366814896 ], [ -112.20535814420168, 39.998896805688894 ], [ -112.20501943635365, 39.99895438494589 ], [ -112.20443761727657, 39.999176660406235 ], [ -112.20358656650139, 39.999410738991308 ], [ -112.2028788332501, 39.999467639429255 ], [ -112.20246424215765, 39.999540414003128 ], [ -112.20221398824673, 39.999632204078573 ], [ -112.20190897783145, 39.99994168939832 ], [ -112.20165594754096, 40.00054344216548 ], [ -112.20163481212401, 40.000674298404363 ], [ -112.20151956663913, 40.00111695657435 ], [ -112.20147532109696, 40.001266071291468 ], [ -112.20132002605426, 40.001763201169219 ], [ -112.2012140434535, 40.002400367093998 ], [ -112.20108968431853, 40.002991775137197 ], [ -112.2010211265642, 40.003090688711609 ], [ -112.20064193290456, 40.003513557561043 ], [ -112.20053255147252, 40.003622804202912 ], [ -112.20014045556553, 40.003978234196758 ], [ -112.19985038455192, 40.004138903364385 ], [ -112.19948782517696, 40.004174189868529 ], [ -112.19894237008437, 40.004134787359362 ], [ -112.19817349739598, 40.004048140584196 ], [ -112.19742553481888, 40.003817121411338 ], [ -112.19736641790081, 40.003786199184304 ], [ -112.19717024767104, 40.003689122019566 ], [ -112.19693400860639, 40.003511373327633 ], [ -112.1966880320599, 40.003513913745358 ], [ -112.19591842082947, 40.003720066781476 ], [ -112.19520198575118, 40.003952694626804 ], [ -112.19492212417568, 40.004027656406997 ], [ -112.19453137833938, 40.004126284219083 ], [ -112.19414947021377, 40.00439599923947 ], [ -112.19385930457535, 40.004552149712111 ], [ -112.19331136464729, 40.00470644951583 ], [ -112.19310622352516, 40.004699552374049 ], [ -112.19254772140796, 40.004583673741777 ], [ -112.19221964886839, 40.004244690295444 ], [ -112.19199942735449, 40.004044243079271 ], [ -112.19167754706886, 40.004061067798006 ], [ -112.19141830461928, 40.0043114934439 ], [ -112.19082842223409, 40.004749109594243 ], [ -112.19018366076523, 40.004995385046918 ], [ -112.18997266398816, 40.005056113403263 ], [ -112.18930170356433, 40.005210756565596 ], [ -112.18863295863068, 40.005493307370486 ], [ -112.18836510919343, 40.005586149042323 ], [ -112.18802347880982, 40.005815789285982 ], [ -112.18767502186695, 40.005922068976069 ], [ -112.18727527526902, 40.005908146450651 ], [ -112.18686053382184, 40.005975461212437 ], [ -112.18654121634124, 40.006140901442656 ], [ -112.18621150899256, 40.006383027509827 ], [ -112.18600924741382, 40.006542763239594 ], [ -112.18545898471537, 40.006903366256715 ], [ -112.18498722712373, 40.00733253668195 ], [ -112.18467747290559, 40.008119526217079 ], [ -112.18432336860643, 40.008645694048738 ], [ -112.18386453157434, 40.009213473352297 ], [ -112.18336782161063, 40.009623972207599 ], [ -112.18285485599006, 40.010111215193746 ], [ -112.1827570721384, 40.010215821989441 ], [ -112.1823548410915, 40.010670399355512 ], [ -112.18202015686971, 40.010965720002993 ], [ -112.18186429513871, 40.011099748697816 ], [ -112.18115012510705, 40.011471012309521 ], [ -112.18092933327603, 40.011576871337667 ], [ -112.18043809537846, 40.011626923891193 ], [ -112.18007501953223, 40.011635126720122 ], [ -112.1798000359736, 40.011655945703559 ], [ -112.17973475241521, 40.011607058399591 ], [ -112.17940357965162, 40.011426636809112 ], [ -112.17891601341614, 40.011349612286864 ], [ -112.17862869616185, 40.011334516165419 ], [ -112.17813598659511, 40.011298984142108 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 13, \"properties\": { \"NAME\": \"PIUTE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 305, \"Color4\": \"1\", \"Shape_Leng\": 226007.912453, \"Shape_Area\": 1981638093.8099999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.3997558931745, 38.510068756360084 ], [ -112.39909561971341, 38.510027084514419 ], [ -112.39832746244417, 38.510040766408913 ], [ -112.38852763134592, 38.510062768556708 ], [ -112.38728900151882, 38.510063933206375 ], [ -112.38190431479774, 38.510064526843735 ], [ -112.37576172026444, 38.510015205363381 ], [ -112.36561570657827, 38.509926711739908 ], [ -112.36314973247097, 38.509919399987965 ], [ -112.3541465746631, 38.509920234103042 ], [ -112.34453632118053, 38.509962493393893 ], [ -112.33120056745759, 38.510111260855183 ], [ -112.32593195537551, 38.510189063605651 ], [ -112.31971929230966, 38.510385412125807 ], [ -112.30825623939151, 38.510721315109407 ], [ -112.30720120533823, 38.510728592360159 ], [ -112.29676979073824, 38.511038331961693 ], [ -112.28858550632032, 38.511241330141608 ], [ -112.28862596606945, 38.511709487828313 ], [ -112.28535324749205, 38.511745459284377 ], [ -112.27383431149339, 38.511862328113857 ], [ -112.27022787067891, 38.511901506783296 ], [ -112.26239549904946, 38.511972693886186 ], [ -112.25608832920879, 38.512031511331678 ], [ -112.2519370006577, 38.51206695881632 ], [ -112.25115125387813, 38.512061839852372 ], [ -112.25075547466518, 38.51205705652535 ], [ -112.23951464953932, 38.51201347835913 ], [ -112.22802270403635, 38.512040844097086 ], [ -112.2165875870062, 38.512038555015117 ], [ -112.20508371097887, 38.512040362234536 ], [ -112.19361407354182, 38.512032579296864 ], [ -112.18214429146765, 38.512016464546647 ], [ -112.17065769262209, 38.512024626677054 ], [ -112.15919950056332, 38.512016961679635 ], [ -112.14771375996979, 38.512008445048423 ], [ -112.13571545344276, 38.512008279744116 ], [ -112.12573115287955, 38.512005563204845 ], [ -112.11963507232323, 38.512005434480955 ], [ -112.11730653467164, 38.511991629148291 ], [ -112.10185631847087, 38.51157029304489 ], [ -112.09037635567401, 38.51125870803822 ], [ -112.08388174702638, 38.511066674751191 ], [ -112.07888918100274, 38.510919027836785 ], [ -112.06743378280159, 38.510627494812077 ], [ -112.06240800754981, 38.510479447356488 ], [ -112.06234503715071, 38.501900814814512 ], [ -112.05729885154147, 38.501883400467456 ], [ -112.05140394369629, 38.501859873932759 ], [ -112.04436778586194, 38.50182370433987 ], [ -112.03307230606039, 38.501860810284008 ], [ -112.01475988992885, 38.502007404468323 ], [ -112.00994235316303, 38.502022014632942 ], [ -112.0007796524704, 38.50196099221462 ], [ -111.99644448083018, 38.501943888338339 ], [ -111.978080061706, 38.502071670445659 ], [ -111.95980779004427, 38.502236370384828 ], [ -111.941206455355, 38.502238650848724 ], [ -111.92277660481783, 38.502200577478952 ], [ -111.90429550823437, 38.502191540266637 ], [ -111.89045346836018, 38.502197574757282 ], [ -111.87896742662123, 38.502145562665582 ], [ -111.87649588182816, 38.50213344613946 ], [ -111.87577333044719, 38.502128938631117 ], [ -111.86743003694335, 38.502114432612004 ], [ -111.85473460634863, 38.502104141148166 ], [ -111.8489660048717, 38.502096535513317 ], [ -111.83133372129333, 38.502105873066029 ], [ -111.81295626110901, 38.502140260377736 ], [ -111.7942801842232, 38.502137741350232 ], [ -111.77575279608895, 38.502099716908646 ], [ -111.7666410347171, 38.502078610858042 ], [ -111.76654929495562, 38.502079211363906 ], [ -111.7692387299514, 38.499934758373264 ], [ -111.78061086504714, 38.491059345418478 ], [ -111.79911198000234, 38.476515447888126 ], [ -111.81750337646574, 38.462045989594401 ], [ -111.82356912630713, 38.457218142939595 ], [ -111.82395532928405, 38.456408854849649 ], [ -111.82434075466936, 38.455531980994614 ], [ -111.82483580850707, 38.454721923895185 ], [ -111.8253243515863, 38.453844320600915 ], [ -111.82550164788424, 38.453311364217768 ], [ -111.82558091975937, 38.452725026387647 ], [ -111.8257281765159, 38.452070619395265 ], [ -111.82588719817007, 38.451443165195961 ], [ -111.82601813425771, 38.450865474695576 ], [ -111.82634289670233, 38.450200803163298 ], [ -111.8261902045129, 38.449372776657185 ], [ -111.82590630440073, 38.44859524078629 ], [ -111.8258287921373, 38.448329933306432 ], [ -111.82587175142002, 38.448077294621079 ], [ -111.82598928450957, 38.447832240991289 ], [ -111.82629148684303, 38.447200171552097 ], [ -111.82666216778219, 38.446544186957325 ], [ -111.8271418512264, 38.445900949674311 ], [ -111.82743901652226, 38.44533109549932 ], [ -111.82768512981812, 38.444806661188387 ], [ -111.82776499352953, 38.444274388979764 ], [ -111.82789347007471, 38.443584063164806 ], [ -111.8281623488636, 38.44294681684763 ], [ -111.82832044257368, 38.44274292925045 ], [ -111.82855290853713, 38.442529503533812 ], [ -111.82876967028945, 38.442445961277187 ], [ -111.82963046756963, 38.442066772487436 ], [ -111.83033558528275, 38.441602165509877 ], [ -111.83079512934613, 38.441206885830326 ], [ -111.8312940464663, 38.440748240977875 ], [ -111.8320692822802, 38.440404788124717 ], [ -111.83275569820246, 38.440309791562292 ], [ -111.83297990283322, 38.440276655855484 ], [ -111.83313343333006, 38.440275564281286 ], [ -111.83335649191991, 38.440242436003601 ], [ -111.83359064504424, 38.440177686359085 ], [ -111.83374329420346, 38.440099998225875 ], [ -111.83386917618387, 38.439986452377255 ], [ -111.83400474731629, 38.439818765403388 ], [ -111.83409402157949, 38.439610853831503 ], [ -111.83427622282494, 38.439014764362433 ], [ -111.83450997856703, 38.438418307397221 ], [ -111.83456103934097, 38.437877223353311 ], [ -111.8345775727056, 38.437322867161377 ], [ -111.83458247119549, 38.43725073621124 ], [ -111.83471727863454, 38.43651980329485 ], [ -111.83485962806603, 38.435946526575194 ], [ -111.83536973259842, 38.435469760492687 ], [ -111.83617837912028, 38.435049440180698 ], [ -111.83639558787377, 38.435007335896657 ], [ -111.83654921285397, 38.434916119118348 ], [ -111.83678147358226, 38.434689160451413 ], [ -111.83702180795544, 38.434169253301803 ], [ -111.83698447938144, 38.433417016985921 ], [ -111.83691512345366, 38.432867779608323 ], [ -111.83671412599158, 38.432328494219867 ], [ -111.83661472026311, 38.432153469719033 ], [ -111.83654447535244, 38.432023297020024 ], [ -111.83658816845167, 38.431838238784117 ], [ -111.83671273020103, 38.431711181206119 ], [ -111.83671178382977, 38.431629178628654 ], [ -111.83700315139185, 38.431064748002235 ], [ -111.83708793297136, 38.430469349322109 ], [ -111.83715636184481, 38.429946163493717 ], [ -111.83716141347232, 38.429887549291536 ], [ -111.83727837458584, 38.429102668081462 ], [ -111.83722510699859, 38.428954350371512 ], [ -111.83718329530956, 38.428805950787918 ], [ -111.83718230688685, 38.428720343669276 ], [ -111.837230630796, 38.428539758032137 ], [ -111.83758179823931, 38.428492188397811 ], [ -111.83760252245881, 38.428501052283195 ], [ -111.83769572945492, 38.428536434083775 ], [ -111.83788006084973, 38.428625236389635 ], [ -111.83802986949411, 38.428700767272517 ], [ -111.83817957428013, 38.428767286686004 ], [ -111.83842066424991, 38.428810622040018 ], [ -111.83850654010672, 38.428806402764017 ], [ -111.83946242080138, 38.428741881974595 ], [ -111.83954828606829, 38.428736760809642 ], [ -111.84059001941193, 38.42866620848875 ], [ -111.84067587404661, 38.428660185372593 ], [ -111.84137998812604, 38.428619984944589 ], [ -111.84146582171445, 38.42861215899773 ], [ -111.84234061761862, 38.428471594839628 ], [ -111.84242651373198, 38.428469174950486 ], [ -111.84350295267171, 38.428428086899586 ], [ -111.84434408895606, 38.428349031798852 ], [ -111.84456589838963, 38.428212253109059 ], [ -111.84490226235454, 38.428074648091759 ], [ -111.84509485346388, 38.42788851298085 ], [ -111.84591344743363, 38.427350897588745 ], [ -111.84641821720561, 38.426919181876777 ], [ -111.84709349432917, 38.426373581323645 ], [ -111.84759299666356, 38.425982452695791 ], [ -111.84813741830206, 38.425514394679375 ], [ -111.84876069988752, 38.424933112740696 ], [ -111.84886749729981, 38.424269955761353 ], [ -111.84881110356264, 38.41210953266966 ], [ -111.84839706980289, 38.39775994148026 ], [ -111.84791792938807, 38.383208913989868 ], [ -111.84761485935559, 38.374996587298796 ], [ -111.84745619408216, 38.36865682125952 ], [ -111.8469668967584, 38.354174282950041 ], [ -111.84654192536495, 38.3392983126286 ], [ -111.84601847415176, 38.324788006377496 ], [ -111.84555138747947, 38.309691462765137 ], [ -111.84550382124688, 38.307564927466366 ], [ -111.84508038270768, 38.295221255610997 ], [ -111.84504443861307, 38.29310814948289 ], [ -111.8445900681704, 38.278570187697539 ], [ -111.8441932902787, 38.264049798205527 ], [ -111.8439362626812, 38.255665729846207 ], [ -111.84381565391928, 38.251660638973384 ], [ -111.8437108785415, 38.250012144396635 ], [ -111.8436805453767, 38.248475767683225 ], [ -111.84350250693264, 38.24384923612827 ], [ -111.84336262590961, 38.23955588157645 ], [ -111.84325941278139, 38.237149437141461 ], [ -111.84326447626289, 38.235609197701677 ], [ -111.84327694795573, 38.233721029491093 ], [ -111.84325435432734, 38.231269843056808 ], [ -111.84324694354159, 38.227164786097006 ], [ -111.84323394013383, 38.22356445672095 ], [ -111.84321608631313, 38.218553730119858 ], [ -111.84320099153869, 38.210316560823856 ], [ -111.84320182850666, 38.20395383580712 ], [ -111.8432329389138, 38.197739590601493 ], [ -111.84323499424684, 38.191976166288647 ], [ -111.84322372851699, 38.187037464932878 ], [ -111.84322290067388, 38.182013066853621 ], [ -111.84322344076419, 38.178493724550236 ], [ -111.84322288431478, 38.173590984756174 ], [ -111.84322367489467, 38.167219208631266 ], [ -111.84324995449722, 38.162167562023718 ], [ -111.84326689735224, 38.15660226994958 ], [ -111.84330687772575, 38.151253105717032 ], [ -111.84729121801151, 38.151256874277045 ], [ -111.8536253881412, 38.15125066222555 ], [ -111.85946313662315, 38.151248643523907 ], [ -111.86460458486567, 38.151237943931612 ], [ -111.86965478455028, 38.151232201131599 ], [ -111.87575531520632, 38.151254463614329 ], [ -111.8804571690241, 38.151228322136042 ], [ -111.88465140050073, 38.151223841901142 ], [ -111.89002247591969, 38.151232830554058 ], [ -111.89673194859925, 38.151213337385371 ], [ -111.90571989659769, 38.15122998630595 ], [ -111.91446231031286, 38.151234340669703 ], [ -111.92261112457766, 38.151229190114279 ], [ -111.93102810416512, 38.151221348523855 ], [ -111.93135341018322, 38.15122417671094 ], [ -111.93507970482935, 38.151220703788503 ], [ -111.94826172389214, 38.151223160014702 ], [ -111.94974525461149, 38.151211172552358 ], [ -111.95127449003365, 38.151203302348101 ], [ -111.95128028326498, 38.150770661630879 ], [ -111.95134465157403, 38.146061174567571 ], [ -111.95825588790761, 38.146063570982591 ], [ -111.96652285161996, 38.146063424248794 ], [ -111.97398557759347, 38.146001774850561 ], [ -111.98268647778481, 38.145938310494287 ], [ -111.98636647054944, 38.145907462920491 ], [ -111.98921923509357, 38.145887976424163 ], [ -112.00074878296446, 38.145713698225691 ], [ -112.00329806468837, 38.145700961380435 ], [ -112.00603213606053, 38.145682080324647 ], [ -112.00762374476612, 38.14565491788732 ], [ -112.01272463733514, 38.145633576444368 ], [ -112.01763712074762, 38.145604633698994 ], [ -112.02205323258671, 38.145579805950632 ], [ -112.02240582150955, 38.145576737170039 ], [ -112.02391785729617, 38.145572577395811 ], [ -112.02520275782244, 38.145565874842823 ], [ -112.03037259236189, 38.145579214284396 ], [ -112.03469214282465, 38.145586301424487 ], [ -112.03684348660788, 38.145598872157095 ], [ -112.03920028474835, 38.145614091928216 ], [ -112.04278346356526, 38.145600357598795 ], [ -112.04826117738489, 38.145596656946864 ], [ -112.05311182350303, 38.145634374309282 ], [ -112.05371664695281, 38.14563345571613 ], [ -112.05730558392295, 38.145623732708536 ], [ -112.05807021911532, 38.145625859064538 ], [ -112.06094592991253, 38.145617941775349 ], [ -112.06095258650355, 38.146077509243106 ], [ -112.06094611865383, 38.147600647111531 ], [ -112.06094252307791, 38.149322029270657 ], [ -112.06184983499087, 38.14932284182936 ], [ -112.06586666414617, 38.149295468209054 ], [ -112.07034655619891, 38.149326823970597 ], [ -112.07472833018137, 38.149282302212185 ], [ -112.07863089895443, 38.149246525178143 ], [ -112.08719725279578, 38.149329758885109 ], [ -112.09245946036523, 38.149398087599145 ], [ -112.09671764123001, 38.149484572803232 ], [ -112.09768777674734, 38.149489027852916 ], [ -112.10060898441984, 38.149461688453002 ], [ -112.10512941940185, 38.149531892109259 ], [ -112.10774885854764, 38.149548670709294 ], [ -112.11489950511806, 38.149592758760392 ], [ -112.12083428106882, 38.149608367439065 ], [ -112.12351103496412, 38.149641370602268 ], [ -112.12577177688931, 38.149709844112515 ], [ -112.13131315387658, 38.149746717848082 ], [ -112.13415522974671, 38.149768873369375 ], [ -112.13607838097614, 38.149777322271405 ], [ -112.14045570817041, 38.149816006823556 ], [ -112.14577055784312, 38.14996254446411 ], [ -112.14958468152227, 38.150110022536055 ], [ -112.15104641936605, 38.150168704233515 ], [ -112.15282000853342, 38.150172937234288 ], [ -112.15567978273592, 38.150158348882513 ], [ -112.15621152835794, 38.15015311505104 ], [ -112.15840704575292, 38.150135985771371 ], [ -112.16606428379848, 38.150168354086929 ], [ -112.16924990192263, 38.150190754449476 ], [ -112.17242874540068, 38.150217642097523 ], [ -112.17647993474942, 38.150199659191735 ], [ -112.17946530106795, 38.15025983705177 ], [ -112.17956229261702, 38.150258862919031 ], [ -112.18288549328216, 38.150320066217439 ], [ -112.1844245864326, 38.150291035758421 ], [ -112.18824235761464, 38.150306543517061 ], [ -112.1954321415929, 38.150296663785667 ], [ -112.19865018054053, 38.150277381349987 ], [ -112.20338005559843, 38.150238022927802 ], [ -112.20741965078508, 38.150210078970446 ], [ -112.21285704025667, 38.150167568664436 ], [ -112.22043427599276, 38.150125119201292 ], [ -112.22555920226114, 38.150166376926187 ], [ -112.23025471891869, 38.150121788289034 ], [ -112.23291847043309, 38.15005780485113 ], [ -112.23439727059693, 38.150109861860329 ], [ -112.24870646547734, 38.149985623338878 ], [ -112.25074900919581, 38.149968393671578 ], [ -112.25110279386365, 38.149968230121019 ], [ -112.25121691347394, 38.149967915539804 ], [ -112.25198703973679, 38.149955201863939 ], [ -112.25604960710076, 38.149938858018302 ], [ -112.26177891332368, 38.149886453428863 ], [ -112.262474037264, 38.149892501074639 ], [ -112.26345540571866, 38.149886453265246 ], [ -112.26904153126564, 38.149870381930675 ], [ -112.2772300107234, 38.149872634153546 ], [ -112.28002600260268, 38.149869228721833 ], [ -112.28225710519696, 38.14986741977706 ], [ -112.28670678798301, 38.149800726992396 ], [ -112.28872140747225, 38.149819191137503 ], [ -112.29200200525936, 38.149792157334232 ], [ -112.29774895465833, 38.149836936561726 ], [ -112.30190746543795, 38.149826957592417 ], [ -112.30454915953008, 38.149811160328248 ], [ -112.30657029952607, 38.149811221452595 ], [ -112.30734635042624, 38.149811596905344 ], [ -112.31301750757173, 38.149766351202153 ], [ -112.31615544806965, 38.149740237343458 ], [ -112.32300198057507, 38.149690342744776 ], [ -112.32567779983327, 38.149669179548106 ], [ -112.32622556327694, 38.149667500930256 ], [ -112.32871319497013, 38.149652899662748 ], [ -112.33145192622551, 38.149639905125873 ], [ -112.33430549331106, 38.149666096379534 ], [ -112.33717195105598, 38.149773180212399 ], [ -112.33976416282847, 38.149860792820753 ], [ -112.34194520605273, 38.149930517093409 ], [ -112.34653485532921, 38.150032087833743 ], [ -112.3526022387119, 38.15012367769647 ], [ -112.36011149921022, 38.150118055793669 ], [ -112.36347214540208, 38.150101615551762 ], [ -112.36552626773305, 38.150095772485422 ], [ -112.36996556371929, 38.150089129080136 ], [ -112.37572958369581, 38.150129890673554 ], [ -112.37936303155652, 38.150055727058515 ], [ -112.38249140346653, 38.15006850644609 ], [ -112.38443121077569, 38.150113244475897 ], [ -112.38529852824108, 38.150112028542061 ], [ -112.38785373009843, 38.15005031656159 ], [ -112.39045567706845, 38.150046573743708 ], [ -112.39453535935921, 38.150034246434757 ], [ -112.3979588891782, 38.150025084113629 ], [ -112.40119432680194, 38.150027078383729 ], [ -112.40376851597303, 38.150063925745748 ], [ -112.40515505698666, 38.150060861316952 ], [ -112.40601666386169, 38.150059560622658 ], [ -112.40801441782162, 38.150031118838299 ], [ -112.40939454416657, 38.150050611285621 ], [ -112.40986241122157, 38.150048600002201 ], [ -112.41138596991317, 38.150049224119336 ], [ -112.4159335094996, 38.150035035152598 ], [ -112.41974608601933, 38.150020545844214 ], [ -112.4214965870059, 38.150012887611965 ], [ -112.42429940440988, 38.150010468895523 ], [ -112.42943908118328, 38.149988573406439 ], [ -112.4336099873565, 38.149973777513928 ], [ -112.43753602403744, 38.149984361172955 ], [ -112.44014390170689, 38.149992962237462 ], [ -112.44132556885802, 38.150018117590506 ], [ -112.44247295459203, 38.150040978541547 ], [ -112.44423528256438, 38.14999678796601 ], [ -112.44423686402921, 38.150076975177178 ], [ -112.44412909413121, 38.150399127164775 ], [ -112.44408245943855, 38.150638518218607 ], [ -112.44406354906354, 38.150837014398313 ], [ -112.44407325164732, 38.151039664706914 ], [ -112.44399398630898, 38.151360564810084 ], [ -112.44379431597184, 38.151363019886283 ], [ -112.44347546500872, 38.151398481602328 ], [ -112.44316775710277, 38.151420287537569 ], [ -112.44292315769891, 38.15145934121302 ], [ -112.44252363878221, 38.151455237592465 ], [ -112.44210725900909, 38.151406279749608 ], [ -112.44177488046881, 38.151392337060976 ], [ -112.44151245622167, 38.151395558706731 ], [ -112.44096951782309, 38.151352656296005 ], [ -112.44077757946896, 38.151400071291562 ], [ -112.44057327852501, 38.151515227524818 ], [ -112.44039320334331, 38.151643604236696 ], [ -112.44004419513399, 38.15188670222512 ], [ -112.43960479128449, 38.152175967324105 ], [ -112.43935125682383, 38.152341290921193 ], [ -112.43914826905277, 38.152465440583924 ], [ -112.43890622117951, 38.152576550540743 ], [ -112.43854129893757, 38.152707189271553 ], [ -112.43831547938854, 38.152773039287794 ], [ -112.43807131495664, 38.152834607535304 ], [ -112.43786699664602, 38.152891181396832 ], [ -112.4375317281971, 38.152962875997616 ], [ -112.43723060072121, 38.153029645803358 ], [ -112.43685434321991, 38.153106346130826 ], [ -112.43650836175523, 38.153155638935488 ], [ -112.43618423562839, 38.153213675418641 ], [ -112.43583158378181, 38.153272059801971 ], [ -112.43543293774862, 38.153312981384765 ], [ -112.43509713500686, 38.153357639625433 ], [ -112.43468049018139, 38.153353718676044 ], [ -112.43445756978365, 38.153334813189815 ], [ -112.4342160050915, 38.153296308614877 ], [ -112.43394385106075, 38.153327569391379 ], [ -112.4336669324031, 38.153465229184199 ], [ -112.43348148780342, 38.153611684913116 ], [ -112.43333527252041, 38.153721613569886 ], [ -112.43319467370448, 38.153826967503825 ], [ -112.43304275246516, 38.153936965438646 ], [ -112.43289680035662, 38.15406040832567 ], [ -112.43279069540249, 38.154178858855843 ], [ -112.43267923758057, 38.154315398575939 ], [ -112.43249599231478, 38.154574475788564 ], [ -112.43238488588432, 38.154729034920251 ], [ -112.43224157482278, 38.15498762461133 ], [ -112.4321438998556, 38.155187079634203 ], [ -112.43208958396625, 38.15538600579611 ], [ -112.43209275616121, 38.155548182893199 ], [ -112.43213674622828, 38.155754922118867 ], [ -112.4321758289712, 38.156060853028819 ], [ -112.43216707580248, 38.156371873330315 ], [ -112.43220589929578, 38.156722867288913 ], [ -112.43226402859133, 38.157010541839057 ], [ -112.43239009858989, 38.157328929553252 ], [ -112.43252625824303, 38.157579604136117 ], [ -112.43263283396934, 38.157776567577876 ], [ -112.43273546815671, 38.158063698841019 ], [ -112.43277366816895, 38.158266002373679 ], [ -112.43285471626001, 38.158616480763868 ], [ -112.43294565945483, 38.158889335274665 ], [ -112.43307939919768, 38.159307661505402 ], [ -112.43322100601797, 38.159544750705884 ], [ -112.43334664382418, 38.159840612522281 ], [ -112.43337440577405, 38.16009260908627 ], [ -112.43342675459819, 38.160434425289225 ], [ -112.43352010200086, 38.160829812806988 ], [ -112.43361300933601, 38.161202675644951 ], [ -112.4337511219903, 38.161552456474773 ], [ -112.43386026621862, 38.161880060913937 ], [ -112.43403111548422, 38.162152839797137 ], [ -112.43424619973518, 38.16235298229843 ], [ -112.43452325395573, 38.162511813431962 ], [ -112.43475510471899, 38.162693726183313 ], [ -112.43494164594279, 38.162893314930933 ], [ -112.43502649060146, 38.163145514529518 ], [ -112.43501343593775, 38.163352949476064 ], [ -112.4349099709396, 38.163606549164612 ], [ -112.43481035659669, 38.163765475983389 ], [ -112.43466551872778, 38.163946584016863 ], [ -112.43448603870067, 38.164107387554971 ], [ -112.43428362836622, 38.164263063734651 ], [ -112.43399107003096, 38.164478418371765 ], [ -112.43378506968534, 38.164742281218643 ], [ -112.43359933275437, 38.164875222695919 ], [ -112.43321994548414, 38.165028551704708 ], [ -112.43301611863563, 38.165112147220178 ], [ -112.43277270226237, 38.165214249421275 ], [ -112.43243843031969, 38.165339989480557 ], [ -112.43218957082365, 38.165455674843734 ], [ -112.43179191377071, 38.16555064428043 ], [ -112.43133666692141, 38.165619278495093 ], [ -112.43084094862274, 38.165661368214536 ], [ -112.43049367420545, 38.165706153440617 ], [ -112.43002745307734, 38.165797446227543 ], [ -112.4294773119948, 38.165975372633035 ], [ -112.42929612629965, 38.166049674108862 ], [ -112.42905340512094, 38.166187808082185 ], [ -112.42888424625951, 38.16629350446464 ], [ -112.42852898467075, 38.166514114624476 ], [ -112.42830802984169, 38.166597910397812 ], [ -112.42793906747337, 38.166701529764495 ], [ -112.42758520123685, 38.166701326712193 ], [ -112.42724792615589, 38.166673884992882 ], [ -112.42661454876125, 38.166681582237231 ], [ -112.42638788501523, 38.166765443776697 ], [ -112.42616833146596, 38.166921314335823 ], [ -112.42593931330518, 38.167177332372482 ], [ -112.42574449543767, 38.167431132290851 ], [ -112.42555450489277, 38.167639813394452 ], [ -112.42532003939274, 38.167909414327497 ], [ -112.42511355939369, 38.168150738000485 ], [ -112.42485194529478, 38.168491862121392 ], [ -112.42467803228716, 38.168705753891103 ], [ -112.42456162201492, 38.168824322007346 ], [ -112.42444415779921, 38.168947408782707 ], [ -112.42424407976243, 38.169224701164474 ], [ -112.42401643288483, 38.169551893430402 ], [ -112.4237760565298, 38.169811649800515 ], [ -112.42352953392734, 38.170048950260671 ], [ -112.42329459776361, 38.170295121729652 ], [ -112.42303525745544, 38.170460480735976 ], [ -112.42271911452286, 38.170640045439015 ], [ -112.42245467824362, 38.170837006833025 ], [ -112.42249469680361, 38.171133917162621 ], [ -112.42257975452786, 38.171398739862894 ], [ -112.42272152755081, 38.171644851314198 ], [ -112.42274276389713, 38.171856375355077 ], [ -112.42267778925788, 38.172037402129661 ], [ -112.42254635015202, 38.172322871846596 ], [ -112.42246091577442, 38.172567230187767 ], [ -112.42244703359911, 38.172792697676265 ], [ -112.42244666926022, 38.173067567229992 ], [ -112.42244007284425, 38.173315476360415 ], [ -112.4224906304985, 38.173567199026635 ], [ -112.42258104762999, 38.173813932728187 ], [ -112.42273502736624, 38.17410044999508 ], [ -112.42290709220023, 38.174436313693 ], [ -112.42298820122807, 38.174791303458512 ], [ -112.42301408339051, 38.175241588178444 ], [ -112.42306490742521, 38.175506825217241 ], [ -112.42309272931965, 38.175763329062121 ], [ -112.42307946440663, 38.175961753117612 ], [ -112.42310228074966, 38.1762543654769 ], [ -112.42314151689953, 38.176510730922786 ], [ -112.4232272849231, 38.176811592112685 ], [ -112.42330069328651, 38.177063938443709 ], [ -112.4233641432638, 38.177391204750336 ], [ -112.42343261712686, 38.177683263432137 ], [ -112.42351654701434, 38.177889521002776 ], [ -112.423623919064, 38.178127036124501 ], [ -112.42375350619071, 38.178332739868139 ], [ -112.42383357204808, 38.178633669640973 ], [ -112.42387132165798, 38.178813451067867 ], [ -112.42394717223554, 38.179191033526735 ], [ -112.42404690448633, 38.179622398003225 ], [ -112.42407271474082, 38.179775288265141 ], [ -112.42411178115475, 38.180022643300838 ], [ -112.42417560610532, 38.180368829533116 ], [ -112.42423216322656, 38.180634897439454 ], [ -112.42428411879597, 38.180957796467055 ], [ -112.42420465028037, 38.181274179061646 ], [ -112.42409041124445, 38.181563947490012 ], [ -112.42387545701705, 38.181958574849212 ], [ -112.4235175541681, 38.182341417239456 ], [ -112.42331146719377, 38.182605262663564 ], [ -112.42316078708787, 38.182782822494936 ], [ -112.42299324704091, 38.182974104425568 ], [ -112.42274095390239, 38.183210571830706 ], [ -112.42252162447902, 38.183380852002657 ], [ -112.42223466333675, 38.183596109691756 ], [ -112.42194015385158, 38.183716832564926 ], [ -112.42168428207478, 38.183769497142002 ], [ -112.42133085794246, 38.183796306371448 ], [ -112.42106899786438, 38.183834622978331 ], [ -112.42073885800428, 38.183884579671535 ], [ -112.4203856078521, 38.183920395912473 ], [ -112.42000987730248, 38.183974506921778 ], [ -112.41953123676051, 38.184020849144488 ], [ -112.41895029792724, 38.184090955784718 ], [ -112.41860345223277, 38.184162737102426 ], [ -112.41830945836745, 38.184310480561074 ], [ -112.41816903605493, 38.184487910126265 ], [ -112.41806133783777, 38.184763174607014 ], [ -112.41795623101278, 38.184936572552253 ], [ -112.41778751961296, 38.185068382344689 ], [ -112.41756887145873, 38.185274692943288 ], [ -112.4173216666514, 38.18548044670105 ], [ -112.41710818237554, 38.185658757033529 ], [ -112.41677070022132, 38.185919671085095 ], [ -112.41648777203186, 38.186108731484779 ], [ -112.41633091417522, 38.18620434834336 ], [ -112.41598710848827, 38.186433794593405 ], [ -112.41573412569369, 38.186577432209859 ], [ -112.41553634485487, 38.186682553468202 ], [ -112.41531452135662, 38.186784359467019 ], [ -112.41512159277697, 38.186845262937283 ], [ -112.41476479609889, 38.186993754600771 ], [ -112.41454437350296, 38.187109060209202 ], [ -112.41423463914047, 38.18727050113646 ], [ -112.41392331708411, 38.187468008209173 ], [ -112.41366908052736, 38.18760624933158 ], [ -112.41349343620453, 38.187734531698716 ], [ -112.41324068768496, 38.187890777900947 ], [ -112.41296492276018, 38.188096866360098 ], [ -112.41266538512255, 38.188254575666285 ], [ -112.41248402263396, 38.1883234464146 ], [ -112.41227432943474, 38.188403472056962 ], [ -112.41198021192031, 38.188487216358972 ], [ -112.41161358349906, 38.18854119118798 ], [ -112.41123818107856, 38.188554716531158 ], [ -112.41097553314064, 38.188553367597905 ], [ -112.41074713228672, 38.18855160653429 ], [ -112.41050809775835, 38.188590526610824 ], [ -112.41037944105106, 38.188728152946524 ], [ -112.41021867374333, 38.188977011983873 ], [ -112.4101670678732, 38.189261508623005 ], [ -112.41017575527408, 38.189712002229967 ], [ -112.41017447796456, 38.189941822521163 ], [ -112.4101291874554, 38.190257785097479 ], [ -112.41012388226272, 38.190515590820965 ], [ -112.41012292275107, 38.190821107708132 ], [ -112.41007563351015, 38.191033456727929 ], [ -112.4100459894261, 38.191272629653916 ], [ -112.41000458152909, 38.19149391994717 ], [ -112.40995167033937, 38.191710842403062 ], [ -112.4099266913607, 38.191895887511727 ], [ -112.40981695897729, 38.192127010260194 ], [ -112.40967981426316, 38.192417039791764 ], [ -112.4095130854903, 38.192653352643028 ], [ -112.40929005522101, 38.192930894968583 ], [ -112.4090452452396, 38.193204192316202 ], [ -112.40881976785657, 38.193414173461086 ], [ -112.40858868111141, 38.193570149754272 ], [ -112.40829436867439, 38.193704354220337 ], [ -112.40789739305987, 38.193844295240737 ], [ -112.40770409253011, 38.193887167181266 ], [ -112.40736843170812, 38.193949769523805 ], [ -112.40707824582006, 38.194001912691895 ], [ -112.40671994141343, 38.194074697747695 ], [ -112.40645822666394, 38.194122893425941 ], [ -112.40620256642713, 38.194189039908878 ], [ -112.40603227039328, 38.194240645493451 ], [ -112.40586266710108, 38.194328290360836 ], [ -112.40569029993658, 38.194569171334749 ], [ -112.40563633460998, 38.194732032737612 ], [ -112.40559335272235, 38.194872232712022 ], [ -112.40551162457614, 38.195075980273756 ], [ -112.40529561234649, 38.195363344189474 ], [ -112.40510452381075, 38.195581017328465 ], [ -112.40482273889981, 38.195773640908023 ], [ -112.40457380181773, 38.195952352859173 ], [ -112.40428703194713, 38.196123406115298 ], [ -112.40408350018406, 38.196228577018786 ], [ -112.40380542896668, 38.196317516270049 ], [ -112.40357864688102, 38.196401335650783 ], [ -112.40330662873974, 38.196508225262569 ], [ -112.4029652433004, 38.196570883533234 ], [ -112.40259469245694, 38.196601446254853 ], [ -112.40222893385481, 38.196584187196031 ], [ -112.40201728749965, 38.196564185275406 ], [ -112.40184196540557, 38.196651892675554 ], [ -112.40175451636705, 38.196855705972773 ], [ -112.4017062492172, 38.19701849754253 ], [ -112.40163030285788, 38.197226679367127 ], [ -112.4015374894894, 38.197448580455578 ], [ -112.40143905335422, 38.197675054572642 ], [ -112.40131864577012, 38.197946850667321 ], [ -112.40116312209602, 38.198174006020011 ], [ -112.40100595706792, 38.198315567184274 ], [ -112.40081481803058, 38.198412473793631 ], [ -112.40055920402975, 38.198541691216178 ], [ -112.40029296834346, 38.198653010881578 ], [ -112.4000493939627, 38.198755047715736 ], [ -112.39969813028969, 38.198898921969125 ], [ -112.39943708318613, 38.198983141971105 ], [ -112.39925552607839, 38.199043884003487 ], [ -112.39877244189891, 38.19916229087773 ], [ -112.3984252449448, 38.199220499303962 ], [ -112.39806585454568, 38.199238298128051 ], [ -112.3978455406035, 38.199362583270847 ], [ -112.39778610416752, 38.199539024178087 ], [ -112.39770492860539, 38.200071696147539 ], [ -112.39764070800446, 38.200356337393607 ], [ -112.39756847253635, 38.200699651724577 ], [ -112.39748195439391, 38.200953016494161 ], [ -112.39735495686693, 38.201179827211099 ], [ -112.39713157915612, 38.201442931589327 ], [ -112.39685105910272, 38.201704011958498 ], [ -112.39670807336675, 38.20193101222916 ], [ -112.39658572503932, 38.202162272765136 ], [ -112.39644842368001, 38.202447782779245 ], [ -112.39632305563133, 38.202760186533645 ], [ -112.39620052638119, 38.203221253592488 ], [ -112.39609116455205, 38.203474889003374 ], [ -112.39591986262224, 38.2037743206835 ], [ -112.39572694454705, 38.20413799399342 ], [ -112.39558987718961, 38.204436116913172 ], [ -112.39548794101307, 38.20477978296023 ], [ -112.39540772247835, 38.205064613055001 ], [ -112.39532059003898, 38.205286441624345 ], [ -112.39524547753899, 38.205539669073438 ], [ -112.3952273020649, 38.205784108947803 ], [ -112.39520131877377, 38.205918695838008 ], [ -112.39505434035102, 38.205997044336584 ], [ -112.39473998772421, 38.20598275609904 ], [ -112.39439105308301, 38.205951755130471 ], [ -112.39360783800616, 38.205906083702033 ], [ -112.39323077011763, 38.205897041971426 ], [ -112.39293431862879, 38.205923090191995 ], [ -112.39270620622125, 38.205939314891097 ], [ -112.3922836358243, 38.205939821946359 ], [ -112.39199920289718, 38.205997267081969 ], [ -112.39163518297021, 38.206073679035164 ], [ -112.39136268210441, 38.206158017025139 ], [ -112.39118084299044, 38.20620523208671 ], [ -112.39084605339069, 38.206317342970806 ], [ -112.39053437420795, 38.206443598253394 ], [ -112.39029091420807, 38.206553724393963 ], [ -112.3898387105539, 38.206797896383854 ], [ -112.38968618643511, 38.206885315818411 ], [ -112.38945481628393, 38.207090823798588 ], [ -112.3892988369615, 38.207236861325995 ], [ -112.38915910016306, 38.207396224348429 ], [ -112.38883394956753, 38.207715490361537 ], [ -112.38867060275506, 38.207834578374218 ], [ -112.38846609117201, 38.207891069441885 ], [ -112.38815949433634, 38.207984815313957 ], [ -112.38777875966413, 38.208083942935481 ], [ -112.3875179221276, 38.208181652085948 ], [ -112.38731392177024, 38.208265170971103 ], [ -112.38697971508083, 38.20840880584322 ], [ -112.38678424414999, 38.208640920249202 ], [ -112.3865877462207, 38.208818974745739 ], [ -112.386390392647, 38.208951979257932 ], [ -112.38612546419243, 38.209135347206036 ], [ -112.38592282659498, 38.209290943219138 ], [ -112.38570737085837, 38.209433172283255 ], [ -112.38543846917631, 38.209648127431834 ], [ -112.38527068392943, 38.209834852778172 ], [ -112.38500609100103, 38.210036238161308 ], [ -112.3847120095231, 38.210188405101746 ], [ -112.38448081791735, 38.210344335497396 ], [ -112.38417591219078, 38.210528170612221 ], [ -112.38390398297194, 38.210644026493995 ], [ -112.38367662107464, 38.210700778684135 ], [ -112.38343204457257, 38.210753227359078 ], [ -112.3831647143666, 38.210810449637862 ], [ -112.38276120441388, 38.210914335449232 ], [ -112.38242535703142, 38.210972363211596 ], [ -112.38208388462357, 38.211034962227181 ], [ -112.38180521807789, 38.211096820881885 ], [ -112.38155544017719, 38.211176362756063 ], [ -112.38131120108645, 38.21124682696464 ], [ -112.38105494608338, 38.211285890210284 ], [ -112.38083823301839, 38.211301957832966 ], [ -112.38060493685036, 38.211286678272963 ], [ -112.38034600748011, 38.211244663837256 ], [ -112.38004731655303, 38.211153550581621 ], [ -112.3797032040856, 38.211076488416104 ], [ -112.37932500432777, 38.211008837770706 ], [ -112.37904922227447, 38.210921057522427 ], [ -112.37857790131949, 38.21076077415367 ], [ -112.37818206535663, 38.210666291064449 ], [ -112.37788976859426, 38.210611145023947 ], [ -112.37759201739924, 38.210569580205672 ], [ -112.37727159775997, 38.210537292578806 ], [ -112.37695168772889, 38.210532033973124 ], [ -112.37662069790842, 38.210544928361266 ], [ -112.37627274869088, 38.210567032632454 ], [ -112.37599356957762, 38.210601847640667 ], [ -112.37576032190033, 38.210649641571699 ], [ -112.37549307033132, 38.210711351468788 ], [ -112.37528325415298, 38.210790411725334 ], [ -112.37501642550475, 38.210874645486967 ], [ -112.37474993525581, 38.210976898602098 ], [ -112.37442046811717, 38.211070876608993 ], [ -112.37413786381953, 38.211227388793468 ], [ -112.37386054450177, 38.211361308540724 ], [ -112.37352050180236, 38.211500467623857 ], [ -112.37318616752826, 38.211639558943851 ], [ -112.37287864626836, 38.211746793837094 ], [ -112.3725729848602, 38.211831476277503 ], [ -112.3722482054078, 38.21187132163427 ], [ -112.37190646544393, 38.211920376296369 ], [ -112.37155326281932, 38.212028141661634 ], [ -112.37131848340151, 38.212238160012234 ], [ -112.37104804820868, 38.212435076455172 ], [ -112.37076082014399, 38.212650212320312 ], [ -112.37054109447755, 38.212810487529637 ], [ -112.37014296099512, 38.213202650099817 ], [ -112.36979033357012, 38.213585268297848 ], [ -112.36956641309031, 38.213826698295748 ], [ -112.36927985064243, 38.214077870633609 ], [ -112.36906726249174, 38.214314661497276 ], [ -112.36881394348829, 38.214511373173082 ], [ -112.36832735710195, 38.214755863786117 ], [ -112.36812894130489, 38.214834778428617 ], [ -112.36781128956996, 38.214951130179131 ], [ -112.36753914834395, 38.215057938862415 ], [ -112.36729530353662, 38.215150899346646 ], [ -112.36704559632592, 38.215235816842906 ], [ -112.36664075659786, 38.215271172058181 ], [ -112.36625734126822, 38.215230576013177 ], [ -112.36553501322825, 38.21508577866777 ], [ -112.36519803723274, 38.215085192682515 ], [ -112.36493050740445, 38.215133363946642 ], [ -112.36478986042125, 38.215247649005384 ], [ -112.36463334504538, 38.215429708115238 ], [ -112.36460992766786, 38.215704845238911 ], [ -112.36465167747809, 38.216105392142168 ], [ -112.3646135699553, 38.216511373477218 ], [ -112.36449937863442, 38.216819107755406 ], [ -112.36439425091763, 38.217000569102957 ], [ -112.36418163844199, 38.217237351459659 ], [ -112.36400933260336, 38.217491688934899 ], [ -112.36383139944667, 38.217750597525125 ], [ -112.36351586527843, 38.218042646346845 ], [ -112.36317179148374, 38.218213364340656 ], [ -112.36284345274862, 38.218370380682565 ], [ -112.36256176903758, 38.218517842529003 ], [ -112.36241425952753, 38.218632204419627 ], [ -112.36227360194418, 38.218746486596864 ], [ -112.36204468652258, 38.219028514124552 ], [ -112.36186682672059, 38.219291924876238 ], [ -112.36166142143246, 38.219609726690926 ], [ -112.36148347491191, 38.219868631883287 ], [ -112.36129430748578, 38.220199762622947 ], [ -112.36114596871987, 38.22045381790462 ], [ -112.36094517645867, 38.22071298722279 ], [ -112.3607409382418, 38.221093857583831 ], [ -112.36064696454625, 38.221261668301899 ], [ -112.36042987578415, 38.221566085449609 ], [ -112.36024654529896, 38.221843075072002 ], [ -112.36005632845927, 38.222057060506309 ], [ -112.35978822672271, 38.222321513798128 ], [ -112.35945535726266, 38.222604740629457 ], [ -112.35907836125074, 38.222911007408612 ], [ -112.35875342868235, 38.2232527180688 ], [ -112.35848350539749, 38.223481141655327 ], [ -112.35825800951184, 38.223641460796223 ], [ -112.35795894324052, 38.223838678606761 ], [ -112.35762736942516, 38.224130897246788 ], [ -112.35738284799248, 38.224435626098263 ], [ -112.35716367338104, 38.224690495577221 ], [ -112.35706035809353, 38.22497106088808 ], [ -112.35720488674257, 38.225064015143921 ], [ -112.35756759991754, 38.2252175292858 ], [ -112.35791184183239, 38.225299160376196 ], [ -112.35833670673064, 38.22541590516775 ], [ -112.35877316230533, 38.225541526169359 ], [ -112.3592439684187, 38.225671253677547 ], [ -112.35942201174137, 38.225723263213411 ], [ -112.3597435821939, 38.225814163448334 ], [ -112.36009419448266, 38.225930860892952 ], [ -112.36042182999809, 38.226040614062299 ], [ -112.36070888577923, 38.22611839378272 ], [ -112.36105960175077, 38.226240494282557 ], [ -112.36131239344734, 38.226318669876797 ], [ -112.36149648661092, 38.226388629961399 ], [ -112.36185283206272, 38.226506156783294 ], [ -112.36219239874347, 38.226642802355578 ], [ -112.36263508321676, 38.226795372408525 ], [ -112.36291839936405, 38.22691734863767 ], [ -112.36323440428357, 38.227076794648283 ], [ -112.36354102242197, 38.227284112171056 ], [ -112.36377845402485, 38.227457086287536 ], [ -112.36403940398867, 38.227665834346915 ], [ -112.36430741311646, 38.2279465953048 ], [ -112.36446496130914, 38.228124101387579 ], [ -112.36467026983716, 38.228411898802193 ], [ -112.36477005233537, 38.228554929567046 ], [ -112.36497539699626, 38.228844528378701 ], [ -112.365204699584, 38.229193326928915 ], [ -112.36535093148957, 38.229376370556523 ], [ -112.36555024952462, 38.229648915716247 ], [ -112.36565540965246, 38.229773859219378 ], [ -112.36584263341216, 38.230010496824377 ], [ -112.36599449552601, 38.230188968105587 ], [ -112.36616382920704, 38.230385259671614 ], [ -112.36634492348126, 38.230599437934508 ], [ -112.36664159305523, 38.230884365565331 ], [ -112.36686871755194, 38.23111603081562 ], [ -112.36709694001598, 38.23140626041026 ], [ -112.36734741906663, 38.231664688438144 ], [ -112.36762175784688, 38.2319769094726 ], [ -112.36782621223743, 38.232217848906259 ], [ -112.3681517044232, 38.23251595451093 ], [ -112.36830290208216, 38.232658382661718 ], [ -112.36860965946886, 38.232871092013411 ], [ -112.36893926435415, 38.233083534027507 ], [ -112.36925668788029, 38.233255563526839 ], [ -112.36952774522348, 38.23339208552968 ], [ -112.36982702278858, 38.233510253630051 ], [ -112.37014445021998, 38.233682280641041 ], [ -112.37039342586205, 38.233859612110628 ], [ -112.37063588720682, 38.234055042983499 ], [ -112.37081116582894, 38.234201692513679 ], [ -112.37103763715491, 38.234397309309649 ], [ -112.37125353275106, 38.234638108875977 ], [ -112.37142843333595, 38.234825315547198 ], [ -112.37152294963499, 38.234990931625155 ], [ -112.37167140987248, 38.235291096022827 ], [ -112.37172023448797, 38.235457245982992 ], [ -112.37185105371799, 38.235730580542153 ], [ -112.37191282619888, 38.235977686381233 ], [ -112.37194202234024, 38.236315292288751 ], [ -112.37192196942974, 38.236464223502431 ], [ -112.37165263318128, 38.236724211839281 ], [ -112.37141570351525, 38.236884689662794 ], [ -112.37119514644726, 38.237004422038424 ], [ -112.3710761730124, 38.23711846121423 ], [ -112.37114530600253, 38.237392517190095 ], [ -112.37124866797326, 38.237724750652241 ], [ -112.37134344171076, 38.237903881651533 ], [ -112.37147350246342, 38.238136671709434 ], [ -112.37158507422738, 38.238297582324371 ], [ -112.37180500218419, 38.23844821426777 ], [ -112.37217989628328, 38.238636686296964 ], [ -112.37245687738515, 38.238783045075081 ], [ -112.37277852101025, 38.238873907997061 ], [ -112.37299794472681, 38.238997507794664 ], [ -112.37318394529878, 38.239166557894485 ], [ -112.37335137013673, 38.239259223763405 ], [ -112.37362613481146, 38.239287549517762 ], [ -112.37391122119479, 38.23925717630064 ], [ -112.37420193440757, 38.239222230539298 ], [ -112.37467978236438, 38.239112996646931 ], [ -112.37478839305902, 38.23911623022785 ], [ -112.37480790443036, 38.239242168510707 ], [ -112.37468000921307, 38.239428411163935 ], [ -112.37476993016081, 38.239652655710522 ], [ -112.37483027374424, 38.23982317519652 ], [ -112.37493111044989, 38.240020255955628 ], [ -112.37506186542851, 38.240289081381093 ], [ -112.37514104366294, 38.240549499146383 ], [ -112.37527570493781, 38.241025552597293 ], [ -112.3753222252944, 38.241371966138892 ], [ -112.37527675852844, 38.241687916054111 ], [ -112.37524766380223, 38.241963120447515 ], [ -112.37526273801396, 38.242156699947472 ], [ -112.37558106507818, 38.242373760668286 ], [ -112.37590759119344, 38.242419498010953 ], [ -112.37610117122647, 38.242444263794667 ], [ -112.37638382282708, 38.242526561967793 ], [ -112.37673353857912, 38.242590048822777 ], [ -112.37710601854306, 38.242648761524194 ], [ -112.37730048693095, 38.24265999702677 ], [ -112.37750620963817, 38.242662088180474 ], [ -112.37769581630238, 38.242718439656635 ], [ -112.37788644382556, 38.24282885030415 ], [ -112.37815823332586, 38.243001390824084 ], [ -112.37848245489536, 38.243227386232832 ], [ -112.3787314835271, 38.243404698726252 ], [ -112.37913895051206, 38.243742363014356 ], [ -112.37935239624736, 38.243911080444583 ], [ -112.37960748221711, 38.244106343638478 ], [ -112.37974133415331, 38.244235442515986 ], [ -112.37984688065914, 38.244378391946405 ], [ -112.37990161314866, 38.244553480514519 ], [ -112.37992950497875, 38.244819904952877 ], [ -112.37996392714142, 38.245129509723043 ], [ -112.38001499265742, 38.245412784203459 ], [ -112.38007211175842, 38.245714011258904 ], [ -112.38015429616543, 38.246132098213728 ], [ -112.38025038116065, 38.246378795393753 ], [ -112.38035853871504, 38.246719975449324 ], [ -112.38047520614363, 38.247088090971104 ], [ -112.38058365611629, 38.247384207813667 ], [ -112.38062457926809, 38.247735190492016 ], [ -112.38062977845073, 38.248009992312937 ], [ -112.38070037334927, 38.248419203152146 ], [ -112.38074909061868, 38.248819659458064 ], [ -112.38077255318629, 38.249274484297736 ], [ -112.38081376862863, 38.249580403855461 ], [ -112.38085392716498, 38.24989084176827 ], [ -112.38085580198054, 38.250291849168562 ], [ -112.38085853011847, 38.25043600742552 ], [ -112.38083823669012, 38.250571424706173 ], [ -112.38083363221736, 38.25063005622512 ], [ -112.38074069222468, 38.250851941402978 ], [ -112.3805405721092, 38.251147182777004 ], [ -112.38037372174217, 38.25138886222625 ], [ -112.38017264429625, 38.251633647610852 ], [ -112.37992050749999, 38.251897958127465 ], [ -112.37962283608617, 38.252171815404395 ], [ -112.37932465144949, 38.252418642274918 ], [ -112.37910022206171, 38.25263756583923 ], [ -112.37862833713497, 38.253066670339955 ], [ -112.37831353418106, 38.253341626788895 ], [ -112.37790907332797, 38.253710457854787 ], [ -112.37760482332922, 38.253939327816475 ], [ -112.37721674644075, 38.254268311804779 ], [ -112.37692476835488, 38.254542095445061 ], [ -112.37663244805809, 38.254797858587231 ], [ -112.3761987421246, 38.255131880519869 ], [ -112.3759690067573, 38.255373390095258 ], [ -112.3757048209186, 38.255606291261486 ], [ -112.37558591016595, 38.255724840050497 ], [ -112.37541308664544, 38.255893586141575 ], [ -112.37518377091602, 38.256157619001684 ], [ -112.3748806908299, 38.256449551488217 ], [ -112.37464489417923, 38.256673105717546 ], [ -112.37431802309666, 38.25691575007302 ], [ -112.37396326212634, 38.257194767699197 ], [ -112.37364099696291, 38.257378778933614 ], [ -112.37332291689623, 38.257481633257122 ], [ -112.37304960986737, 38.257534397358135 ], [ -112.37270655555022, 38.25752489359536 ], [ -112.37236265377571, 38.257470339266348 ], [ -112.37198976221481, 38.257393593179486 ], [ -112.37173786765327, 38.257369502729503 ], [ -112.37142448179517, 38.257418225666775 ], [ -112.37116069731553, 38.257673641724743 ], [ -112.37098934091406, 38.257982048584999 ], [ -112.37090241409548, 38.258221879512732 ], [ -112.37082253775831, 38.258532821965147 ], [ -112.37073609247763, 38.258859161317119 ], [ -112.37051394526674, 38.259141125147067 ], [ -112.37023677811864, 38.259293058664042 ], [ -112.3698041611823, 38.259383723245591 ], [ -112.36936447647309, 38.259402373569635 ], [ -112.36902898713932, 38.259491901663218 ], [ -112.36885910400699, 38.259574990854858 ], [ -112.36841852162914, 38.259850487126052 ], [ -112.36820025723931, 38.260096353748466 ], [ -112.36803870457089, 38.260319028983439 ], [ -112.36799159152024, 38.260549381621793 ], [ -112.36794608348332, 38.260865328514143 ], [ -112.36787679122692, 38.26113198725686 ], [ -112.36777363900487, 38.261421570423266 ], [ -112.36771962815445, 38.261588920085003 ], [ -112.36750493384108, 38.262330397868986 ], [ -112.36740799909316, 38.262646943886885 ], [ -112.36734030806561, 38.262999196568309 ], [ -112.36728882882451, 38.263301694865874 ], [ -112.36717652395016, 38.263713044630563 ], [ -112.36706464009853, 38.264146919088482 ], [ -112.36693654211143, 38.264630547722632 ], [ -112.36688086615904, 38.26501420167763 ], [ -112.36680182723393, 38.265371092101411 ], [ -112.36656423098584, 38.265806430480659 ], [ -112.36634796876847, 38.266160412922567 ], [ -112.36612302267683, 38.266600109006902 ], [ -112.3658398961484, 38.267107169955302 ], [ -112.36557511399707, 38.26755634061324 ], [ -112.36520274195786, 38.26812031245192 ], [ -112.36482315303935, 38.268665442095759 ], [ -112.36440461721267, 38.26920651751503 ], [ -112.36410481159737, 38.269678621844285 ], [ -112.36386743861446, 38.270127469901944 ], [ -112.3636792172876, 38.270454085718526 ], [ -112.36344645854072, 38.270844302027577 ], [ -112.36321983292339, 38.271256976308635 ], [ -112.36306555576252, 38.271565172920702 ], [ -112.36279354675781, 38.271996397413936 ], [ -112.36251422048697, 38.272342093373929 ], [ -112.36227858776775, 38.272579138721724 ], [ -112.36198698616407, 38.272879916559972 ], [ -112.36167790185628, 38.273162872835577 ], [ -112.36133511634651, 38.273477760962699 ], [ -112.36099720153192, 38.273747532180316 ], [ -112.360817444563, 38.273916337253382 ], [ -112.36069399254244, 38.274039429595959 ], [ -112.36035548433232, 38.274277664274003 ], [ -112.36003376501115, 38.274496778396887 ], [ -112.35966089701871, 38.27473180466253 ], [ -112.35917556296405, 38.275066362321368 ], [ -112.35874535695552, 38.275292136921834 ], [ -112.35823026593525, 38.275563952174863 ], [ -112.35791376258388, 38.275756865676051 ], [ -112.35749506203599, 38.275987008482851 ], [ -112.3570932517291, 38.276203436594528 ], [ -112.35662874332299, 38.27642960029349 ], [ -112.35648754858033, 38.276521351833708 ], [ -112.3562215483341, 38.276664111470325 ], [ -112.35591562664648, 38.276811837875485 ], [ -112.35557784376647, 38.277090603937815 ], [ -112.35529140890947, 38.277364269882717 ], [ -112.35497059846844, 38.277633826241576 ], [ -112.35468838394351, 38.277827236235098 ], [ -112.35438441750229, 38.278019094311503 ], [ -112.35407884966874, 38.278247918801057 ], [ -112.35382005940282, 38.278471696731806 ], [ -112.35349965690052, 38.278763774084354 ], [ -112.35323556614811, 38.279010141588955 ], [ -112.35300517876055, 38.279224578203277 ], [ -112.3528590950566, 38.279361441192037 ], [ -112.35251102876174, 38.279703400223561 ], [ -112.35222423788758, 38.279959039058802 ], [ -112.35196186647892, 38.280236925468259 ], [ -112.35165223741291, 38.280555909272522 ], [ -112.35138375518761, 38.280874418259387 ], [ -112.35109837545151, 38.281206639069417 ], [ -112.35089225538577, 38.281497393016956 ], [ -112.35069798170463, 38.281810539895631 ], [ -112.35053833217307, 38.282141311586919 ], [ -112.35043904580101, 38.282336209996188 ], [ -112.3503453907892, 38.28252653755618 ], [ -112.35008686719193, 38.283074731801051 ], [ -112.34986121391856, 38.283545946260809 ], [ -112.3497518279778, 38.283813055300215 ], [ -112.34957170255858, 38.284211650301124 ], [ -112.34946755437106, 38.284514746304431 ], [ -112.34932529046598, 38.284858834088219 ], [ -112.34923778662642, 38.285134702786621 ], [ -112.3491429720661, 38.285509786115753 ], [ -112.34906724830168, 38.285804444117176 ], [ -112.34898722728735, 38.286052289734386 ], [ -112.34884041005775, 38.286459512359087 ], [ -112.34873714886993, 38.286749079638426 ], [ -112.34863968597081, 38.287043086091849 ], [ -112.34849974051033, 38.287451130433574 ], [ -112.34838571928518, 38.28783905047699 ], [ -112.34829413613562, 38.28814200089478 ], [ -112.34816778101309, 38.288481398363842 ], [ -112.3481033348403, 38.288644352720063 ], [ -112.34803211272032, 38.288811890844137 ], [ -112.34787831912267, 38.289151603305164 ], [ -112.34769149527031, 38.289560185266112 ], [ -112.34755457977171, 38.289885284373291 ], [ -112.34743979377613, 38.29017047688356 ], [ -112.3473477041963, 38.290446396706891 ], [ -112.34723266666879, 38.290718074086683 ], [ -112.34708946468385, 38.291012604470623 ], [ -112.34700350527251, 38.291310983271842 ], [ -112.34696602213165, 38.291757501156482 ], [ -112.3469676352376, 38.292154004783278 ], [ -112.34698606368521, 38.29253229155352 ], [ -112.34702535802614, 38.292802196287603 ], [ -112.34705355350837, 38.293090252187191 ], [ -112.34709474138801, 38.293400688515995 ], [ -112.34717623921756, 38.293850345743486 ], [ -112.34723335037688, 38.29415609316186 ], [ -112.34730711102858, 38.294434613701831 ], [ -112.34739163832364, 38.294676963049866 ], [ -112.34747558291707, 38.294887777499405 ], [ -112.34757146068664, 38.295125490367006 ], [ -112.34771201003755, 38.295367195805071 ], [ -112.34781508230141, 38.295622849502031 ], [ -112.3478891802397, 38.295919389429102 ], [ -112.34792867057092, 38.296261386304423 ], [ -112.34787673400393, 38.296482773711048 ], [ -112.34776118950339, 38.296727421645258 ], [ -112.3476510273576, 38.296953983901808 ], [ -112.34765644472871, 38.297246807074735 ], [ -112.347803691782, 38.29747942347614 ], [ -112.34800363918212, 38.297779022951957 ], [ -112.34815668840066, 38.298016078120362 ], [ -112.34833187859672, 38.298275408193618 ], [ -112.34857962407528, 38.298624022348761 ], [ -112.34875679478921, 38.298928388246267 ], [ -112.34895086669766, 38.299219041690137 ], [ -112.34913964071666, 38.299532285363149 ], [ -112.3493276068731, 38.299863561705813 ], [ -112.34938504124293, 38.300124244699298 ], [ -112.34939518140934, 38.300362942140708 ], [ -112.34938967368741, 38.300682926269481 ], [ -112.34935499774913, 38.30097170447128 ], [ -112.34931921152712, 38.301138835428119 ], [ -112.34922392827657, 38.30161305375097 ], [ -112.34918983552132, 38.301933366636803 ], [ -112.34914464252448, 38.302271830883861 ], [ -112.34913274926907, 38.302555840963784 ], [ -112.34907495352442, 38.302831367175656 ], [ -112.34898327281901, 38.303129812708043 ], [ -112.34892480858309, 38.303369299121314 ], [ -112.34888374531097, 38.30362210314815 ], [ -112.34879803025122, 38.303933997672175 ], [ -112.34874013217751, 38.304204117742373 ], [ -112.34866173479436, 38.304602441729237 ], [ -112.34860443642408, 38.304904997463062 ], [ -112.34847638761464, 38.305154295549805 ], [ -112.34824704896103, 38.305368710530175 ], [ -112.34801556482832, 38.305529078644959 ], [ -112.3478414347922, 38.305698700232398 ], [ -112.3476918901581, 38.305960861073189 ], [ -112.34746912108321, 38.30628334119757 ], [ -112.34715493420828, 38.306548293988506 ], [ -112.3466952767354, 38.306801398617552 ], [ -112.34632043639355, 38.306940879779027 ], [ -112.34581509622913, 38.307135928374116 ], [ -112.34559942103255, 38.307224015573041 ], [ -112.34520709152484, 38.30734567015643 ], [ -112.3448101915087, 38.307529557580352 ], [ -112.34456777395665, 38.307717981021561 ], [ -112.34417230063156, 38.307979351821309 ], [ -112.3440080771627, 38.30806684641145 ], [ -112.34359428398757, 38.308265342287733 ], [ -112.34321909754219, 38.30838679386553 ], [ -112.34281964448164, 38.308432822580883 ], [ -112.34254793393804, 38.308583727505791 ], [ -112.34241461971519, 38.308797031901257 ], [ -112.34233400746098, 38.309077321805191 ], [ -112.34217973185447, 38.309394502065373 ], [ -112.34197175564495, 38.309590636675779 ], [ -112.34167776672169, 38.309774237158393 ], [ -112.34126395738247, 38.309972725050635 ], [ -112.34090773595044, 38.310193082696394 ], [ -112.34056203506449, 38.310363753861168 ], [ -112.34025163305347, 38.310588091704332 ], [ -112.33992954522623, 38.310799044474173 ], [ -112.33965303058206, 38.311000463957342 ], [ -112.33944645190864, 38.311273178838476 ], [ -112.33921666965364, 38.311528134629413 ], [ -112.33901423133554, 38.311715188939807 ], [ -112.33885222993833, 38.311924310894007 ], [ -112.3387806503918, 38.312074724649918 ], [ -112.33872859281146, 38.312353784896722 ], [ -112.33876223460743, 38.312628262120697 ], [ -112.33884045888622, 38.312839147471202 ], [ -112.33896442576849, 38.313049510522156 ], [ -112.33912095992513, 38.313164877217574 ], [ -112.3395915582024, 38.313254127138023 ], [ -112.33992965349459, 38.313290818071422 ], [ -112.34030338281865, 38.31339919552191 ], [ -112.34066659019811, 38.313557257180534 ], [ -112.34095596542367, 38.31374319744846 ], [ -112.34120656224165, 38.313997169272682 ], [ -112.34145343524864, 38.314359325204492 ], [ -112.34158613556298, 38.314732699743459 ], [ -112.34160692564342, 38.314929821172498 ], [ -112.34155265226424, 38.315088149203163 ], [ -112.34146448613588, 38.315269394491111 ], [ -112.34133074199832, 38.315460172854046 ], [ -112.34120884810545, 38.315673345133078 ], [ -112.34113161843165, 38.315827429577539 ], [ -112.341060106431, 38.315981448586896 ], [ -112.34094964692734, 38.316194489834587 ], [ -112.34085112072997, 38.316434430047067 ], [ -112.34081433070983, 38.316610581492561 ], [ -112.34082426413954, 38.316839368563571 ], [ -112.34082950854695, 38.317124082617809 ], [ -112.34095539755562, 38.317438057455604 ], [ -112.34111187036895, 38.317859824401715 ], [ -112.34123096466452, 38.318115299671852 ], [ -112.34132527971965, 38.318329603790509 ], [ -112.34135926476993, 38.318559918008503 ], [ -112.34151741105552, 38.318823958093219 ], [ -112.34161511129601, 38.319097701309936 ], [ -112.34165904178164, 38.319308976778046 ], [ -112.34157766884131, 38.319548721247799 ], [ -112.34142104432716, 38.319739761383097 ], [ -112.34126500011861, 38.319962336081048 ], [ -112.34115097548256, 38.320292571996617 ], [ -112.34105325826201, 38.32057666097176 ], [ -112.34101209323161, 38.320825858228091 ], [ -112.34099022461146, 38.321191087410931 ], [ -112.34101385424712, 38.321542278547014 ], [ -112.34099612686737, 38.321821847961083 ], [ -112.34094739991153, 38.321971100326785 ], [ -112.34087662886115, 38.322165663870869 ], [ -112.34069811894562, 38.322411024221054 ], [ -112.34030479313695, 38.322794017129368 ], [ -112.34009876544933, 38.323098267954926 ], [ -112.3400298160219, 38.323391940259413 ], [ -112.34002907450878, 38.323662303545021 ], [ -112.34019475370106, 38.323962306378512 ], [ -112.34043369794188, 38.324202894643328 ], [ -112.3405805643318, 38.324412993673953 ], [ -112.34078611232236, 38.324703527998601 ], [ -112.34087745398844, 38.325004379708965 ], [ -112.34086527834104, 38.325274873650962 ], [ -112.34080851475943, 38.325608960169404 ], [ -112.34067484178975, 38.326115150599527 ], [ -112.34061467395475, 38.326264533549519 ], [ -112.34044452786677, 38.326653986964217 ], [ -112.34033165161919, 38.327047291448984 ], [ -112.34021852528723, 38.327427080934918 ], [ -112.34009752173689, 38.327689806647143 ], [ -112.33990540649894, 38.328129075308773 ], [ -112.3396888371182, 38.328483010733009 ], [ -112.33949364888383, 38.328755595136791 ], [ -112.33933393427755, 38.32909085678709 ], [ -112.33919087789526, 38.329398892509744 ], [ -112.33908371009593, 38.329792130500778 ], [ -112.33893070539226, 38.330181385859348 ], [ -112.33875291599264, 38.330467288064916 ], [ -112.33858001554977, 38.330708075098677 ], [ -112.33833210176805, 38.330913670781236 ], [ -112.33800818016631, 38.331030015082547 ], [ -112.33769428779304, 38.331069643628197 ], [ -112.33731176478305, 38.331110054063366 ], [ -112.33711291783789, 38.33118441622117 ], [ -112.33674522585584, 38.331409397974454 ], [ -112.33632665426275, 38.331667400977786 ], [ -112.33601629882745, 38.331899837657524 ], [ -112.33573422347196, 38.332114828922826 ], [ -112.33550983552787, 38.332356197957608 ], [ -112.33542776732803, 38.332559898540453 ], [ -112.33538142037328, 38.332839792711539 ], [ -112.33544250034042, 38.333050874802474 ], [ -112.33558580208874, 38.333378173980797 ], [ -112.3358318888651, 38.333695290233088 ], [ -112.33609662537505, 38.334093299769805 ], [ -112.3363650981221, 38.33438312430971 ], [ -112.33653534880004, 38.334619996933952 ], [ -112.33660778993936, 38.334826442917297 ], [ -112.33660687129822, 38.335087795976136 ], [ -112.33660611822697, 38.335358158949404 ], [ -112.33672497894926, 38.335600122930785 ], [ -112.33683099393265, 38.335765632830075 ], [ -112.33697638399829, 38.335894646421913 ], [ -112.33718485554049, 38.336031952273089 ], [ -112.33730214575503, 38.336188321328429 ], [ -112.33741976779136, 38.336362710095429 ], [ -112.33762716101374, 38.33675235811517 ], [ -112.33781151215128, 38.337133256819108 ], [ -112.33786920347082, 38.337470541409836 ], [ -112.33793618033697, 38.337690566490906 ], [ -112.33808447684102, 38.337977252100224 ], [ -112.33825505676717, 38.338231240668257 ], [ -112.33851287689075, 38.338562635821354 ], [ -112.3386016581493, 38.338723834810722 ], [ -112.33866233829677, 38.338912389974155 ], [ -112.33860300216139, 38.339107722397458 ], [ -112.33850009573024, 38.339422508003672 ], [ -112.33841862545282, 38.33965864611767 ], [ -112.33842161009817, 38.340131731790144 ], [ -112.33843371345405, 38.340478548084285 ], [ -112.33865612844697, 38.340750868989069 ], [ -112.33889920237539, 38.340902195387997 ], [ -112.33913669006002, 38.341060794515315 ], [ -112.33929950380225, 38.341203123716639 ], [ -112.33957323832315, 38.341465844797995 ], [ -112.33982490679145, 38.34171079376614 ], [ -112.33990052993013, 38.341840600699427 ], [ -112.33998923544679, 38.3419972934688 ], [ -112.34004702436886, 38.342339081410245 ], [ -112.34008790263874, 38.342694580279151 ], [ -112.34022462866359, 38.342973284444149 ], [ -112.3404288017061, 38.343186332424182 ], [ -112.34089031613081, 38.343392832558237 ], [ -112.34106391430711, 38.343498988671698 ], [ -112.34126686158774, 38.343645361871097 ], [ -112.34165767585341, 38.344050927200051 ], [ -112.34196161036233, 38.344398908921157 ], [ -112.34215453497279, 38.344621995500823 ], [ -112.34233843183729, 38.344975856116172 ], [ -112.34254926856902, 38.34523929000212 ], [ -112.34270124012396, 38.345413279695386 ], [ -112.34276179110562, 38.345655904654727 ], [ -112.34284884308531, 38.345970320386726 ], [ -112.34300164895147, 38.346189359056474 ], [ -112.34323148363725, 38.346551703706076 ], [ -112.34337981992753, 38.346838381479039 ], [ -112.34342469021138, 38.347099209262652 ], [ -112.34348524060015, 38.347279652415118 ], [ -112.3436081836019, 38.347430542807906 ], [ -112.34401502735118, 38.347772833580336 ], [ -112.34426290704813, 38.347872726161008 ], [ -112.34467107799634, 38.347977088190845 ], [ -112.34501547451967, 38.348036220309616 ], [ -112.3455034677618, 38.348125244819911 ], [ -112.34572823510791, 38.34821278301019 ], [ -112.34591272585024, 38.348288166631399 ], [ -112.34609162988447, 38.348370823529194 ], [ -112.34645013991353, 38.348573977929604 ], [ -112.3467792814611, 38.348736014365201 ], [ -112.34715413889782, 38.348894821047374 ], [ -112.34761487338628, 38.349056244169851 ], [ -112.34801681707398, 38.349132729497093 ], [ -112.34845174829897, 38.349136739781407 ], [ -112.34894843578434, 38.349076955448872 ], [ -112.34957038957616, 38.348984185918376 ], [ -112.34977591178607, 38.34895929053809 ], [ -112.349981517488, 38.348938899727628 ], [ -112.35044336007731, 38.348851573766105 ], [ -112.35077067613648, 38.348853210240655 ], [ -112.35110746317524, 38.348871859040877 ], [ -112.3515720840734, 38.348934092177352 ], [ -112.3520319903988, 38.349050448511356 ], [ -112.3523316382948, 38.349164145745505 ], [ -112.35248751836292, 38.349238947767759 ], [ -112.35270303517359, 38.349443732314803 ], [ -112.35280682325136, 38.349793994141393 ], [ -112.35286746628698, 38.34997803583223 ], [ -112.35288982545826, 38.350257142920881 ], [ -112.35293674417805, 38.350626084348278 ], [ -112.3530544276335, 38.350800455885654 ], [ -112.35325683229252, 38.350915272885928 ], [ -112.35345890212615, 38.351012069844344 ], [ -112.35372406821159, 38.3511171496976 ], [ -112.35399024183245, 38.351276287956033 ], [ -112.35416993411118, 38.351400377424575 ], [ -112.35433894078153, 38.351565143032438 ], [ -112.35455421799358, 38.351756409121194 ], [ -112.35479769731256, 38.351925720651444 ], [ -112.35507498194562, 38.352066704445903 ], [ -112.35543848288697, 38.352228319087715 ], [ -112.35592239148981, 38.352402958917196 ], [ -112.35646956775189, 38.352594888271859 ], [ -112.35691881975507, 38.352751901377957 ], [ -112.35737362628778, 38.352899836665408 ], [ -112.35779419357047, 38.353052672600874 ], [ -112.35819196324034, 38.353210277004322 ], [ -112.35857332963649, 38.35340862308022 ], [ -112.35892567249856, 38.353584774896575 ], [ -112.35931909116357, 38.353815421163965 ], [ -112.35973056831247, 38.354093619000068 ], [ -112.36022931293651, 38.354448304057172 ], [ -112.36044923906088, 38.354580928653036 ], [ -112.36070467247563, 38.354776223066175 ], [ -112.36083264269763, 38.354887384760595 ], [ -112.36110675959414, 38.355163567267589 ], [ -112.36139711365348, 38.355389995862517 ], [ -112.3617816226958, 38.355755012380051 ], [ -112.36192129166595, 38.355879554595781 ], [ -112.36212634118614, 38.356134007549791 ], [ -112.36231380665456, 38.356366135058288 ], [ -112.36248377216687, 38.356580442113021 ], [ -112.36263716640183, 38.356826482675039 ], [ -112.36266991037537, 38.357046890176051 ], [ -112.36267833408728, 38.357190980401427 ], [ -112.36268701120839, 38.357348585314547 ], [ -112.36285337065107, 38.357675580662914 ], [ -112.36311817555112, 38.358064513427223 ], [ -112.36341587442807, 38.358376463071707 ], [ -112.36368916930083, 38.358607590003423 ], [ -112.36392906798143, 38.35888866947721 ], [ -112.36411234705429, 38.359201948410778 ], [ -112.36415014170774, 38.359386249589008 ], [ -112.3640819362119, 38.359715972244558 ], [ -112.36398275589497, 38.359919890694222 ], [ -112.36382602281047, 38.360106455110113 ], [ -112.36355562114449, 38.360334894374496 ], [ -112.36329794512235, 38.360631674354018 ], [ -112.36309172648261, 38.360926053112451 ], [ -112.36301703303863, 38.361215297662369 ], [ -112.363006120628, 38.36154885936778 ], [ -112.36310281915524, 38.361822593464787 ], [ -112.36326110356825, 38.362023517293757 ], [ -112.36363480642497, 38.362420193817954 ], [ -112.36387934044527, 38.362642642842793 ], [ -112.36403072342767, 38.362780563626828 ], [ -112.36430293774953, 38.362953125039319 ], [ -112.36466140098182, 38.363147211183708 ], [ -112.36496845579424, 38.363346400678431 ], [ -112.36517748215209, 38.363506178114434 ], [ -112.36531818777355, 38.363684774388958 ], [ -112.36554458497048, 38.36415975995007 ], [ -112.36572080852105, 38.364401024183678 ], [ -112.36588508168299, 38.364615392141495 ], [ -112.36603312204913, 38.36487951360921 ], [ -112.36610258277824, 38.365225656320142 ], [ -112.366150003843, 38.3656171145334 ], [ -112.36628454442075, 38.365832729533913 ], [ -112.3664250294142, 38.365938331818718 ], [ -112.36672485388769, 38.36605649510475 ], [ -112.36686361933162, 38.366131476978005 ], [ -112.36691219089036, 38.366279604358361 ], [ -112.36696817952692, 38.366517762636406 ], [ -112.3671567899169, 38.366808444675009 ], [ -112.36737241780723, 38.367014100885832 ], [ -112.36767409676314, 38.367230468010995 ], [ -112.36800414990368, 38.367433886783012 ], [ -112.36839142477494, 38.36763663665532 ], [ -112.36874949772179, 38.367808185118626 ], [ -112.36908218787798, 38.36815125193003 ], [ -112.36922223314505, 38.368293804017618 ], [ -112.36951685921753, 38.368439055942048 ], [ -112.36983369523423, 38.368548000635066 ], [ -112.37020075643234, 38.368588769386079 ], [ -112.37048222499809, 38.368643154124939 ], [ -112.37075211384779, 38.368690464204427 ], [ -112.37097688950591, 38.368773447050835 ], [ -112.37112206664695, 38.368884395729452 ], [ -112.37124537613288, 38.36904967043067 ], [ -112.37137508853603, 38.369250917020835 ], [ -112.37148742628908, 38.369501931269525 ], [ -112.37157899501878, 38.369744176675596 ], [ -112.37167954974475, 38.369977305114524 ], [ -112.37182295966207, 38.370236967131206 ], [ -112.37197035289486, 38.370465041274372 ], [ -112.37199613418028, 38.370617938952705 ], [ -112.37202806318858, 38.370793293990971 ], [ -112.37213112667104, 38.371098486459601 ], [ -112.37240114125743, 38.371454893502019 ], [ -112.37256386735841, 38.371585460634961 ], [ -112.37292435327738, 38.371883131966378 ], [ -112.37308830736835, 38.372078568406565 ], [ -112.37324885624716, 38.372396603989039 ], [ -112.37329855239786, 38.37260329150147 ], [ -112.37336831161014, 38.372962943271212 ], [ -112.37348754625658, 38.373214775729572 ], [ -112.37365969774397, 38.373540785261532 ], [ -112.37374834565843, 38.373688439845154 ], [ -112.37383559385688, 38.373822593173813 ], [ -112.3740070353694, 38.374050382670916 ], [ -112.37419560883464, 38.374336547260789 ], [ -112.37425009420927, 38.374493613652326 ], [ -112.37430534688588, 38.374691223770235 ], [ -112.37428218878978, 38.374979870411693 ], [ -112.37418182470689, 38.375120728760116 ], [ -112.37398272786962, 38.375186144738713 ], [ -112.37377150393567, 38.375215655619208 ], [ -112.37363637708383, 38.37533439160913 ], [ -112.37355924237828, 38.375493000651375 ], [ -112.37352814376007, 38.375664587789075 ], [ -112.37355376012036, 38.375808475170992 ], [ -112.37361499022619, 38.376019533117024 ], [ -112.37369643326946, 38.376149248648673 ], [ -112.37384814201307, 38.376543986345865 ], [ -112.37386291044145, 38.376719541799396 ], [ -112.37394028785957, 38.376876339951075 ], [ -112.37415107782999, 38.377126197140967 ], [ -112.37436016446286, 38.377285956712321 ], [ -112.37461358463676, 38.377368596386404 ], [ -112.37482600818451, 38.377402151916243 ], [ -112.37514562886696, 38.377353344024542 ], [ -112.37542425159303, 38.377255451898641 ], [ -112.3756117365911, 38.377181158017756 ], [ -112.37573720988058, 38.377157156127289 ], [ -112.37602291921361, 38.377131273154568 ], [ -112.37625363751282, 38.377224088664818 ], [ -112.37645972099214, 38.377527166014254 ], [ -112.37659467400614, 38.377701309651442 ], [ -112.3768958443565, 38.377887018291588 ], [ -112.37724706918561, 38.37799553843805 ], [ -112.37746726887359, 38.378137138368601 ], [ -112.37782626951758, 38.378353705955959 ], [ -112.37814478510815, 38.378548219147191 ], [ -112.37835917987594, 38.378685379759233 ], [ -112.37856862215462, 38.37886315092684 ], [ -112.37881462619774, 38.379157643890416 ], [ -112.37901860468406, 38.379348996062937 ], [ -112.37927921439361, 38.379508140492526 ], [ -112.37956775522717, 38.379630908745462 ], [ -112.37982178835227, 38.379745070796247 ], [ -112.38001896722236, 38.379819348987596 ], [ -112.38026544926667, 38.379897552126209 ], [ -112.38062052757364, 38.37990688783416 ], [ -112.38104890749463, 38.37985768387432 ], [ -112.38139149445001, 38.379812192997626 ], [ -112.38186641077638, 38.379802089117099 ], [ -112.38226778642107, 38.379837909131943 ], [ -112.38261038956328, 38.379793315676665 ], [ -112.38283784790268, 38.379714032890583 ], [ -112.38308785417672, 38.379616460189531 ], [ -112.38331565462725, 38.379555195860284 ], [ -112.38349851255923, 38.379538618938525 ], [ -112.38369968913314, 38.37958220392246 ], [ -112.38396943768002, 38.37961957190111 ], [ -112.38448919059189, 38.37955936360126 ], [ -112.38480924290106, 38.379533053509199 ], [ -112.38531640736905, 38.379653224398155 ], [ -112.38572920212503, 38.379747473673667 ], [ -112.38610124975044, 38.379806156530009 ], [ -112.38631065461115, 38.379920832176303 ], [ -112.38652438045699, 38.380021938771002 ], [ -112.38673135177282, 38.380069054657461 ], [ -112.38692584515853, 38.380062247599049 ], [ -112.38723834271244, 38.379999973440214 ], [ -112.38758200163457, 38.379950847115666 ], [ -112.38783918835864, 38.379929778794356 ], [ -112.38811319923794, 38.37989048725985 ], [ -112.3887371930156, 38.379833531434208 ], [ -112.38896667029489, 38.379920028203308 ], [ -112.38913437511086, 38.380009058969108 ], [ -112.38933786563656, 38.380173363616024 ], [ -112.38958012475734, 38.380269620530783 ], [ -112.38977479067792, 38.380271818396672 ], [ -112.39008417391994, 38.380286173044716 ], [ -112.39040621054687, 38.380363458681018 ], [ -112.3907055285858, 38.380450024682929 ], [ -112.39109086415147, 38.380544580770099 ], [ -112.39137889314183, 38.380639389547781 ], [ -112.39154694776343, 38.380746436062367 ], [ -112.39169773036477, 38.380848280390644 ], [ -112.39199540920185, 38.381088061398124 ], [ -112.39218089383442, 38.381208417528221 ], [ -112.3924573727044, 38.381357430986647 ], [ -112.39263677293911, 38.38145893409795 ], [ -112.39281148741276, 38.381614562790453 ], [ -112.39292264432872, 38.381739405609508 ], [ -112.39315180583482, 38.382047585547063 ], [ -112.39324024456684, 38.382181709768027 ], [ -112.39340906613279, 38.382328395881814 ], [ -112.39368913441166, 38.382604428579221 ], [ -112.39386549678761, 38.382845647133749 ], [ -112.39396234164455, 38.383119352058998 ], [ -112.39398651558984, 38.383484038129566 ], [ -112.39408318885937, 38.383748733265783 ], [ -112.39441963242274, 38.383979035090896 ], [ -112.39462314602879, 38.384143330013082 ], [ -112.39480272925094, 38.384253839205002 ], [ -112.39502168337009, 38.384327832761535 ], [ -112.39525450803224, 38.384527824453841 ], [ -112.39559277707005, 38.3848527238382 ], [ -112.3959925331998, 38.385100290526879 ], [ -112.39624747667513, 38.385259464138166 ], [ -112.39649730440536, 38.385450239043386 ], [ -112.39689618291037, 38.385651853431376 ], [ -112.39725850430997, 38.385738552666318 ], [ -112.39751865590176, 38.385870626311991 ], [ -112.39783396106957, 38.386191287005012 ], [ -112.39806992203013, 38.38655344586823 ], [ -112.39812679339862, 38.386831228525402 ], [ -112.39812672565246, 38.387125010237398 ], [ -112.3981514429246, 38.387516723623428 ], [ -112.39812855073411, 38.387814382250291 ], [ -112.39814494236977, 38.388071019671933 ], [ -112.3981809338315, 38.38845358681462 ], [ -112.39831188416825, 38.388713363338191 ], [ -112.39845827084929, 38.388882838703204 ], [ -112.39864454987791, 38.389042826145982 ], [ -112.39876162561312, 38.389176604170416 ], [ -112.39888598777439, 38.389391400224724 ], [ -112.39903498143813, 38.389696018907998 ], [ -112.3992078261152, 38.390049916870403 ], [ -112.39938665672864, 38.390417260590894 ], [ -112.39954892589566, 38.390816342642545 ], [ -112.39966314858287, 38.391098846434282 ], [ -112.39993304365382, 38.391438066628162 ], [ -112.40014951549927, 38.391678795972602 ], [ -112.40027336488428, 38.391866561507996 ], [ -112.40049756185901, 38.392210832134921 ], [ -112.40069192474387, 38.392492377142297 ], [ -112.40091924154657, 38.392701434513832 ], [ -112.40114041545884, 38.392829459810883 ], [ -112.40147517018917, 38.393028219911592 ], [ -112.40186926771868, 38.39327583342034 ], [ -112.40221705424068, 38.393496964655277 ], [ -112.40268652586558, 38.393793237711265 ], [ -112.40304681014929, 38.394068286865902 ], [ -112.40343051577048, 38.394370089421635 ], [ -112.40367545398362, 38.394601459437261 ], [ -112.40379315795536, 38.394766765495845 ], [ -112.40382796382413, 38.395086262784645 ], [ -112.40383866614066, 38.395284391266493 ], [ -112.40377891245001, 38.395510398681523 ], [ -112.40373419080008, 38.395862389343264 ], [ -112.40368954358541, 38.39627746074013 ], [ -112.40368250137018, 38.396683070032118 ], [ -112.40360620872428, 38.397238201170758 ], [ -112.40357641856085, 38.397770246133604 ], [ -112.40357594661964, 38.398337986571967 ], [ -112.40362429334097, 38.398765461506422 ], [ -112.40368010762815, 38.399282963559727 ], [ -112.40374188239683, 38.399516526827597 ], [ -112.40377901716676, 38.399660268594026 ], [ -112.40385953446183, 38.399974712217002 ], [ -112.40389928401531, 38.400253597507003 ], [ -112.40386330833911, 38.400465802472688 ], [ -112.40367285790482, 38.400684363583601 ], [ -112.4033049460304, 38.400905049521107 ], [ -112.4028624212429, 38.401116714677094 ], [ -112.40249981134872, 38.401315706652227 ], [ -112.40227281764618, 38.401480632876108 ], [ -112.40207822873897, 38.401663194294095 ], [ -112.40192036334675, 38.401849821913004 ], [ -112.4015351654072, 38.402124779073077 ], [ -112.40117818123858, 38.402259716924824 ], [ -112.40072810857465, 38.402377743061329 ], [ -112.40009536678312, 38.402524984982406 ], [ -112.39967903040936, 38.402611063237259 ], [ -112.39935506966226, 38.402736589478046 ], [ -112.39899780179351, 38.402916582410711 ], [ -112.39874852013668, 38.403054732942579 ], [ -112.39839281175965, 38.403315810371502 ], [ -112.39809426152257, 38.40357169900232 ], [ -112.3979153218735, 38.403794619327513 ], [ -112.39774930585523, 38.404093984343454 ], [ -112.39768739377314, 38.404447078658109 ], [ -112.3976558060687, 38.404888125516791 ], [ -112.39769319440646, 38.405342768336801 ], [ -112.39772962874711, 38.405747858371939 ], [ -112.39774108104555, 38.406045106459764 ], [ -112.39780036341182, 38.406387743472919 ], [ -112.39791214149274, 38.406601788712912 ], [ -112.39810809315441, 38.406667038468548 ], [ -112.39844552043483, 38.40664498895125 ], [ -112.39876030805949, 38.406636726179435 ], [ -112.39901862744719, 38.406669689163017 ], [ -112.39924337896157, 38.40674360483667 ], [ -112.39956893175808, 38.406996549316638 ], [ -112.39971641762926, 38.40716150337208 ], [ -112.39983220673905, 38.407286283428554 ], [ -112.39997343220148, 38.407482852712171 ], [ -112.40007388752977, 38.407643862312732 ], [ -112.40034515262371, 38.408050651220428 ], [ -112.40048943907709, 38.408346311421447 ], [ -112.40061434821729, 38.408646708851002 ], [ -112.40075141891863, 38.408924431628847 ], [ -112.40086524201942, 38.40918440884105 ], [ -112.40099069035521, 38.409453258589991 ], [ -112.40121886291863, 38.410000241003971 ], [ -112.40136453547203, 38.41042655229402 ], [ -112.40145547947051, 38.41068770360679 ], [ -112.40157510298408, 38.410951215305332 ], [ -112.40170947014084, 38.411147864324825 ], [ -112.40188232179089, 38.411380099365367 ], [ -112.40201677766184, 38.411581252768357 ], [ -112.40208808089781, 38.411774150005165 ], [ -112.40212133566776, 38.411953984994703 ], [ -112.40215725930253, 38.412331143036717 ], [ -112.4022287029826, 38.412768254010111 ], [ -112.40230896864084, 38.413069183527398 ], [ -112.40240623735448, 38.413360897837379 ], [ -112.40250193911616, 38.413571526026828 ], [ -112.40263190760611, 38.413777238140725 ], [ -112.40286060529874, 38.414053861289027 ], [ -112.40308807250076, 38.414325992879704 ], [ -112.40322709342756, 38.414644241388494 ], [ -112.40325938172062, 38.414833099155224 ], [ -112.40313405367044, 38.415163524768495 ], [ -112.40301677757837, 38.415318126876222 ], [ -112.40303396250903, 38.41561440402058 ], [ -112.40339879474128, 38.415822709769543 ], [ -112.40378546826497, 38.415975781717222 ], [ -112.40408451342739, 38.416039786051286 ], [ -112.40430886304486, 38.416091167373565 ], [ -112.40481516948445, 38.416211261364808 ], [ -112.40520635184681, 38.416301193072393 ], [ -112.40562607655328, 38.41638627526428 ], [ -112.40599982157113, 38.416462896026296 ], [ -112.40657060162908, 38.416658807635066 ], [ -112.40682445737515, 38.416754888082778 ], [ -112.40719414027321, 38.416917164287455 ], [ -112.40765154768272, 38.417173007633799 ], [ -112.40789914775574, 38.417300701581439 ], [ -112.40836325607263, 38.417547449953013 ], [ -112.40883793655237, 38.417807586786019 ], [ -112.40931227026725, 38.418049702572077 ], [ -112.40976370358662, 38.418292091927732 ], [ -112.41025539638603, 38.418543006604466 ], [ -112.41078761213069, 38.418815960357932 ], [ -112.41124910440028, 38.418986129768889 ], [ -112.4118029154635, 38.419191231552325 ], [ -112.41224080679855, 38.419325634871953 ], [ -112.41249265656204, 38.419376668926269 ], [ -112.41291153357012, 38.419358101319055 ], [ -112.41344272684741, 38.419342683235087 ], [ -112.41389040872433, 38.419332776282872 ], [ -112.41428558735994, 38.419332512967273 ], [ -112.41468719488556, 38.419368217189891 ], [ -112.41514095168283, 38.41943483089959 ], [ -112.41573766487066, 38.419489802894361 ], [ -112.41629459622483, 38.419560572452419 ], [ -112.41678755726493, 38.4195816477853 ], [ -112.41704866225294, 38.419519914850561 ], [ -112.41718520585287, 38.419414629838975 ], [ -112.41728519179672, 38.419255717139137 ], [ -112.41735628356282, 38.4190836364345 ], [ -112.41740552849646, 38.418907314147695 ], [ -112.41747529839128, 38.418726237734845 ], [ -112.41761793759733, 38.418405500736419 ], [ -112.41775675182029, 38.418182135349824 ], [ -112.41783418377356, 38.41804151830361 ], [ -112.41811291851769, 38.417651546674264 ], [ -112.41832722219971, 38.417422761162278 ], [ -112.41849520771143, 38.417285553366483 ], [ -112.4187697788355, 38.416975834015332 ], [ -112.41893749756989, 38.416766535839656 ], [ -112.41911058851488, 38.416539149116339 ], [ -112.41922060751736, 38.41630802025756 ], [ -112.41930454973716, 38.415914997931523 ], [ -112.41936726343026, 38.415607843095984 ], [ -112.41947569345086, 38.415295628609975 ], [ -112.41958500420897, 38.415028461466811 ], [ -112.41977623578109, 38.414850417904631 ], [ -112.4199110043473, 38.41471361054905 ], [ -112.42010672513901, 38.414472430678877 ], [ -112.42025558192972, 38.414177748753531 ], [ -112.42032410401922, 38.413875028772267 ], [ -112.4204024887722, 38.413491084556718 ], [ -112.42044934283251, 38.4132517085106 ], [ -112.42050429366839, 38.412782437806676 ], [ -112.42057009824826, 38.412399547090772 ], [ -112.4206384234884, 38.412086916456701 ], [ -112.42072957896369, 38.411770404322866 ], [ -112.42081500836922, 38.411453961536182 ], [ -112.42094236704345, 38.411231632351303 ], [ -112.42116079993153, 38.410981163639711 ], [ -112.42140257366502, 38.410752940474367 ], [ -112.42173621456564, 38.410537119693387 ], [ -112.42193421400995, 38.410413060264098 ], [ -112.42227578484297, 38.410309787092991 ], [ -112.42262854009007, 38.410192859706378 ], [ -112.42307897604566, 38.410092768312644 ], [ -112.42348281365838, 38.409952688933338 ], [ -112.42385820061027, 38.40982196549858 ], [ -112.42417016717887, 38.409669482589251 ], [ -112.42433345531164, 38.409527817733071 ], [ -112.42449515070335, 38.40930506735846 ], [ -112.42462249440528, 38.409082734385905 ], [ -112.42469751528543, 38.408820485087354 ], [ -112.42473210626341, 38.408540704033314 ], [ -112.42477531626568, 38.408116632090803 ], [ -112.4248353723054, 38.407967209996812 ], [ -112.42504381004912, 38.407500576484622 ], [ -112.4251759006865, 38.40722862118686 ], [ -112.42533204058775, 38.407014948825655 ], [ -112.42553415608658, 38.406809728612615 ], [ -112.42576595729605, 38.406658216663708 ], [ -112.42600419072419, 38.406542672511094 ], [ -112.42638419991965, 38.406356913874617 ], [ -112.42652477167377, 38.406225435268503 ], [ -112.42694283206811, 38.405936479030487 ], [ -112.42723028107903, 38.40570318190521 ], [ -112.42753059591811, 38.405541820400465 ], [ -112.42797781183512, 38.405338115821316 ], [ -112.42842292053763, 38.405202022461829 ], [ -112.42890818977284, 38.405069943548057 ], [ -112.42932934826865, 38.404997220205814 ], [ -112.42973385516751, 38.404893157807905 ], [ -112.4299892506111, 38.40477739621943 ], [ -112.43024411247477, 38.404634605700643 ], [ -112.43042543971211, 38.404537770389929 ], [ -112.43061812712075, 38.404436290301788 ], [ -112.4309518001532, 38.404224948881911 ], [ -112.43114306444147, 38.404051392275427 ], [ -112.43157307626144, 38.403789308568008 ], [ -112.43188025354965, 38.403686427750046 ], [ -112.43206237630881, 38.403630132536797 ], [ -112.43228483817836, 38.403586861464781 ], [ -112.43255757667586, 38.403479893974662 ], [ -112.43285830351579, 38.403282467350756 ], [ -112.43303713291257, 38.403059495753908 ], [ -112.43318494771577, 38.402773821778815 ], [ -112.43347310534595, 38.402288175141777 ], [ -112.43364478200763, 38.401993197061842 ], [ -112.43381921645273, 38.401837865261385 ], [ -112.43419131047737, 38.40183331209284 ], [ -112.43450177039307, 38.401897099437136 ], [ -112.43488128149058, 38.4019780637637 ], [ -112.43538789157087, 38.402116045746411 ], [ -112.43566311517139, 38.402135203435179 ], [ -112.43591956081025, 38.402073485908673 ], [ -112.43624452206576, 38.402001916505455 ], [ -112.43640554008749, 38.402036890674665 ], [ -112.4364706322087, 38.402143331186281 ], [ -112.43657169485067, 38.402331336527361 ], [ -112.43674225557466, 38.402559042064411 ], [ -112.43706272726192, 38.402838978861972 ], [ -112.43726576474245, 38.402971663265824 ], [ -112.43750887526546, 38.403103855754608 ], [ -112.43760778485675, 38.403125171487609 ], [ -112.43780630284617, 38.403145265064978 ], [ -112.43798526796482, 38.403161092421882 ], [ -112.43828911912503, 38.403179892618418 ], [ -112.4384960269435, 38.403218806464004 ], [ -112.4387443844839, 38.403268926174121 ], [ -112.43910039968533, 38.403377200057172 ], [ -112.43923322772115, 38.403434144371921 ], [ -112.43955568402147, 38.403524805756639 ], [ -112.43979826415979, 38.403629965085003 ], [ -112.44011535494595, 38.403738714080696 ], [ -112.44031768509241, 38.403835355320517 ], [ -112.44054998057719, 38.403999215015446 ], [ -112.44079479983496, 38.404216989986359 ], [ -112.44124687331031, 38.404490791186589 ], [ -112.44156432792558, 38.40461755496532 ], [ -112.44193339574485, 38.404748188615123 ], [ -112.44214628523697, 38.404799638619309 ], [ -112.44253888086075, 38.404961521461281 ], [ -112.44292476805798, 38.405073921674763 ], [ -112.44321897058498, 38.405182943984627 ], [ -112.44353546582751, 38.405318725790956 ], [ -112.44378045739907, 38.40548692836424 ], [ -112.44408164279133, 38.405658943756677 ], [ -112.44432728520809, 38.405917253291115 ], [ -112.44443320162144, 38.406060133649135 ], [ -112.44452793782628, 38.40621666914442 ], [ -112.44474738129827, 38.406596957485434 ], [ -112.44484820261663, 38.406771440902681 ], [ -112.44501128058957, 38.406909110097601 ], [ -112.44524985973982, 38.407099917593129 ], [ -112.44547503759703, 38.407250337639425 ], [ -112.44563908331072, 38.407378982383918 ], [ -112.44585189155369, 38.407655716842569 ], [ -112.44594836085521, 38.407956415501005 ], [ -112.44603221278255, 38.408428490349706 ], [ -112.44608474697795, 38.408765777432841 ], [ -112.44618970526849, 38.409147475542539 ], [ -112.44630362279761, 38.409691271893429 ], [ -112.44641940531692, 38.410041295499227 ], [ -112.44666168164699, 38.410416792220765 ], [ -112.4467676992803, 38.410564174835855 ], [ -112.44697194409885, 38.41075540249102 ], [ -112.44719570210867, 38.411063539655174 ], [ -112.44736696420279, 38.411323662119614 ], [ -112.44757407127447, 38.411658137824304 ], [ -112.44781027425559, 38.412015683809045 ], [ -112.44803028685439, 38.412365318909458 ], [ -112.44831149394126, 38.41273942970912 ], [ -112.44841769831844, 38.412895820019266 ], [ -112.44850136148402, 38.413070512072679 ], [ -112.44853109953274, 38.413412585291184 ], [ -112.44851932063116, 38.413683078908186 ], [ -112.44851737334703, 38.413872346579666 ], [ -112.44874660341351, 38.414166895464597 ], [ -112.44887034723628, 38.414341091650215 ], [ -112.44907595833008, 38.414599885494944 ], [ -112.44924814284091, 38.414962725756304 ], [ -112.44939935708645, 38.415307801927646 ], [ -112.44955569343453, 38.415679849298932 ], [ -112.44972027810788, 38.416177956715231 ], [ -112.4498043986401, 38.416375171023972 ], [ -112.44986435638361, 38.416509603079184 ], [ -112.44998043808029, 38.416873136264769 ], [ -112.45010689160453, 38.417182471386923 ], [ -112.45025642926784, 38.417500532234413 ], [ -112.45042438074648, 38.417822870729744 ], [ -112.45067011410184, 38.418139740208012 ], [ -112.45086411091292, 38.418389662828218 ], [ -112.45107975047669, 38.418576235949637 ], [ -112.4513072935091, 38.418785190200005 ], [ -112.45150801186001, 38.419084592188348 ], [ -112.45156860627438, 38.419250555948558 ], [ -112.45160372744746, 38.41957453805739 ], [ -112.45163411493606, 38.419948142517292 ], [ -112.45155363618024, 38.420219487176908 ], [ -112.45156959635408, 38.420444579150541 ], [ -112.45167645069692, 38.420632498680632 ], [ -112.45178885121948, 38.420811337797858 ], [ -112.45186608468626, 38.420950060418619 ], [ -112.45196865767664, 38.421210125395135 ], [ -112.45205432394891, 38.421483917164259 ], [ -112.45215680821822, 38.421739477250092 ], [ -112.45223638896329, 38.421995321104845 ], [ -112.45228341810854, 38.422341684204667 ], [ -112.4522992910035, 38.422562271272071 ], [ -112.4522468113186, 38.422801728706787 ], [ -112.45216141779797, 38.423113686706706 ], [ -112.45218802119845, 38.423298094440291 ], [ -112.45231422547626, 38.423593912424252 ], [ -112.45251586424466, 38.423938358825538 ], [ -112.4526301673347, 38.424211795004545 ], [ -112.45269830020811, 38.424467780340407 ], [ -112.45277143783082, 38.42468765724702 ], [ -112.45282401747052, 38.425024939547441 ], [ -112.45271481627408, 38.425292135146783 ], [ -112.45257035375445, 38.425514709898543 ], [ -112.45243761380355, 38.425750656522943 ], [ -112.45235230827362, 38.426067119232897 ], [ -112.45228481289764, 38.426414901636868 ], [ -112.45229004629979, 38.426676172533263 ], [ -112.45223418353932, 38.4270328222686 ], [ -112.45222404200786, 38.427384399481021 ], [ -112.45225290329002, 38.427681423782495 ], [ -112.45230458077242, 38.42797365945848 ], [ -112.4524013492625, 38.428229289840161 ], [ -112.45247512189242, 38.428480699419431 ], [ -112.45258908956359, 38.428737017554319 ], [ -112.45274705771882, 38.428959447169795 ], [ -112.45301167896173, 38.429244536110026 ], [ -112.45332528066679, 38.429515499506238 ], [ -112.45372779823758, 38.429821405108207 ], [ -112.45411136125389, 38.430096004034937 ], [ -112.45440203434003, 38.430308673810607 ], [ -112.45474497291775, 38.430556740181075 ], [ -112.45503019419517, 38.430782993401159 ], [ -112.4551471706997, 38.43090319679829 ], [ -112.4553580368768, 38.431134878440616 ], [ -112.45560969754514, 38.431401197976747 ], [ -112.45578416125184, 38.431531500356733 ], [ -112.4562731588817, 38.431921031085999 ], [ -112.45653394416054, 38.432070985936853 ], [ -112.45670846545009, 38.432203989655441 ], [ -112.456868975471, 38.432494869730313 ], [ -112.45699563693731, 38.432754630029798 ], [ -112.45722035473823, 38.433161861408109 ], [ -112.45747286269369, 38.433469619404036 ], [ -112.45770110601846, 38.4337100920091 ], [ -112.45799343515883, 38.434003836016416 ], [ -112.45840021653012, 38.434291648823212 ], [ -112.45864901676562, 38.434414713319043 ], [ -112.45906426474939, 38.434553727607842 ], [ -112.45945096972738, 38.434697601756376 ], [ -112.45979640734838, 38.43478341368008 ], [ -112.46018184446218, 38.434864220275678 ], [ -112.46060082784275, 38.434904055366758 ], [ -112.4607360001238, 38.435073589705546 ], [ -112.46088062266256, 38.435427742970035 ], [ -112.46098397630624, 38.435723835549794 ], [ -112.46117887446528, 38.43601428053104 ], [ -112.46148777270385, 38.436276268436707 ], [ -112.46186276459885, 38.436406763260557 ], [ -112.46231248395556, 38.436549841496927 ], [ -112.46270502393088, 38.436698137671655 ], [ -112.46305292990642, 38.43690556501398 ], [ -112.46331947422749, 38.437055432476171 ], [ -112.46356356551063, 38.437228108697418 ], [ -112.46381274833323, 38.437369180347922 ], [ -112.46408502317036, 38.437518974431001 ], [ -112.46436838960214, 38.437650606129068 ], [ -112.464554029111, 38.43776543575612 ], [ -112.46479185213479, 38.437911153066494 ], [ -112.46515113336979, 38.438113926045503 ], [ -112.4655166904691, 38.438343654040978 ], [ -112.46584042734449, 38.43848829442544 ], [ -112.46622680175959, 38.438614126889966 ], [ -112.46642404417665, 38.438679244767044 ], [ -112.4666657264719, 38.438788863704055 ], [ -112.46677828428861, 38.438972191235379 ], [ -112.46680153524342, 38.43921521188814 ], [ -112.4668458609446, 38.439480497521068 ], [ -112.46698787815602, 38.439704007916525 ], [ -112.46712225369501, 38.43983299259839 ], [ -112.46740426638566, 38.439897047158652 ], [ -112.46788918288125, 38.439796351082897 ], [ -112.46812282131211, 38.439734848391922 ], [ -112.4683222773331, 38.439682785207722 ], [ -112.46861455851109, 38.439688133114814 ], [ -112.46890957890896, 38.43982861910289 ], [ -112.46907213866812, 38.439934719269658 ], [ -112.46929197340036, 38.440040100893803 ], [ -112.46941252385898, 38.440052106238262 ], [ -112.46967587693229, 38.440043395849614 ], [ -112.46999633992415, 38.440025857895861 ], [ -112.47026765020247, 38.440126987145391 ], [ -112.47049915613519, 38.440525095103048 ], [ -112.47060127693838, 38.440758113296219 ], [ -112.47069121200533, 38.440955238202569 ], [ -112.47081578706904, 38.441165445445947 ], [ -112.47097683131163, 38.44147882733845 ], [ -112.47109068458187, 38.441725215039696 ], [ -112.47127528196337, 38.442069841094131 ], [ -112.47141074884891, 38.442251975083451 ], [ -112.47154634449646, 38.442440415364459 ], [ -112.47171637994172, 38.442632027441725 ], [ -112.47195544107016, 38.442837190449417 ], [ -112.47216509639114, 38.443004874033704 ], [ -112.47231259016917, 38.443214791545977 ], [ -112.47246597729635, 38.443432745166469 ], [ -112.47258476097682, 38.443639418553168 ], [ -112.47266797039075, 38.443787062886678 ], [ -112.47281500945465, 38.443974456598099 ], [ -112.47316962264506, 38.444226826505783 ], [ -112.4735049479534, 38.444375805290846 ], [ -112.4738989270316, 38.444591631655946 ], [ -112.47429817795812, 38.444784861495805 ], [ -112.47489891354677, 38.445025116836099 ], [ -112.47542335644549, 38.445176214656378 ], [ -112.47567102971503, 38.44524068152608 ], [ -112.47599307367818, 38.445299705096446 ], [ -112.47624592500773, 38.445337070914157 ], [ -112.47652251417728, 38.44541468887325 ], [ -112.47675475004093, 38.44556495752434 ], [ -112.47700453781624, 38.445733027463682 ], [ -112.47730753105807, 38.445981529652158 ], [ -112.47756914483186, 38.446167472272919 ], [ -112.47786632201189, 38.44641154056503 ], [ -112.47803102317647, 38.446621233501482 ], [ -112.47815553765689, 38.446826927515275 ], [ -112.47833252383489, 38.447077016846478 ], [ -112.47855588685626, 38.447353555124266 ], [ -112.47886673515519, 38.447705586495616 ], [ -112.47922923100069, 38.448061470598894 ], [ -112.47969051172504, 38.448204335034262 ], [ -112.48011425544534, 38.448248545188129 ], [ -112.48051719445841, 38.448284005223385 ], [ -112.4808391634718, 38.448338510491261 ], [ -112.48104076960017, 38.448390932056796 ], [ -112.48122016364117, 38.448477877908793 ], [ -112.48148087522603, 38.448618765382967 ], [ -112.48171340794153, 38.448782537491404 ], [ -112.48192107573541, 38.448851101584644 ], [ -112.48218606196106, 38.448920742389809 ], [ -112.48238765218811, 38.448972260661051 ], [ -112.48268597546847, 38.448991013961155 ], [ -112.48297654210506, 38.448910738003157 ], [ -112.48314759453042, 38.448813951513252 ], [ -112.48333427741534, 38.448753012925472 ], [ -112.48358659063645, 38.4487633350126 ], [ -112.48384666184187, 38.448872684971384 ], [ -112.48401526847613, 38.448992204601282 ], [ -112.48424032633449, 38.449070456920467 ], [ -112.48451608861167, 38.449106613282162 ], [ -112.48476287813473, 38.449126915489856 ], [ -112.48529633279975, 38.44915619893505 ], [ -112.48553700656836, 38.449157652870156 ], [ -112.48582189778354, 38.449136016687682 ], [ -112.48615710312846, 38.448941621581525 ], [ -112.48640601599648, 38.448786168858355 ], [ -112.48664068307126, 38.448774179479493 ], [ -112.48684218335393, 38.448821185445311 ], [ -112.48710678547231, 38.448871895774943 ], [ -112.48745324622415, 38.449002669735201 ], [ -112.48772446703539, 38.449152421257615 ], [ -112.48798744918415, 38.449347334351167 ], [ -112.48806192362618, 38.449625745200919 ], [ -112.48810258478852, 38.449931620067083 ], [ -112.48811880460929, 38.45038649532173 ], [ -112.48809779973023, 38.4505354520794 ], [ -112.48803997095877, 38.450788508972913 ], [ -112.48800978383059, 38.450992552558475 ], [ -112.48802640366294, 38.451243762559969 ], [ -112.48812296081977, 38.451481340964726 ], [ -112.488270980998, 38.451713759697199 ], [ -112.4884880199313, 38.451958818498653 ], [ -112.48870394941071, 38.452149821931989 ], [ -112.48911330309367, 38.452496067628928 ], [ -112.48926941695413, 38.452620244057819 ], [ -112.48960611020019, 38.452832239135965 ], [ -112.49005626190772, 38.452988721017604 ], [ -112.49043020337025, 38.453061462697057 ], [ -112.49081953220931, 38.453046595752745 ], [ -112.49128056662465, 38.452896543258625 ], [ -112.49170481677835, 38.452629807839713 ], [ -112.49222505402304, 38.452294261894657 ], [ -112.49258204218687, 38.452100472171416 ], [ -112.4928075554039, 38.451921874179057 ], [ -112.49299851194147, 38.451734704693386 ], [ -112.49309375771936, 38.451629858417618 ], [ -112.49317293258197, 38.451579285943851 ], [ -112.49329818096339, 38.451595712366696 ], [ -112.49338627267522, 38.451644152621647 ], [ -112.49365575030932, 38.451875015926106 ], [ -112.493906032014, 38.452119640652647 ], [ -112.49424468740528, 38.452426218069739 ], [ -112.49435041858334, 38.452551931483555 ], [ -112.49456681112255, 38.452764545650737 ], [ -112.49486518753129, 38.453062623604559 ], [ -112.4950299528832, 38.453272291101463 ], [ -112.49515904675951, 38.453419333170324 ], [ -112.49547000131518, 38.453771317957894 ], [ -112.49584443750116, 38.454145019985397 ], [ -112.49607389662354, 38.454434963261292 ], [ -112.49635426303574, 38.454692715527408 ], [ -112.49652336895032, 38.454834739137432 ], [ -112.49671566902322, 38.454989983379598 ], [ -112.49701406356763, 38.455288055382887 ], [ -112.49718633813082, 38.455583232916545 ], [ -112.49717517655439, 38.455930318111641 ], [ -112.49707455469904, 38.456274040932399 ], [ -112.49694097719667, 38.456464989427722 ], [ -112.49667270304559, 38.456792831299211 ], [ -112.496601301694, 38.456942433229607 ], [ -112.49658155168338, 38.45709588095005 ], [ -112.49656874043042, 38.457307814714909 ], [ -112.49660946142299, 38.457614586333101 ], [ -112.49666020677473, 38.457851841349289 ], [ -112.49673898206922, 38.458059000248596 ], [ -112.49689115243588, 38.458212954524882 ], [ -112.49711203212287, 38.458364228132304 ], [ -112.49733778471692, 38.45847398616624 ], [ -112.4976097413372, 38.458601176008429 ], [ -112.49788253743453, 38.458768906176395 ], [ -112.49807596927296, 38.458978202446573 ], [ -112.49826423252566, 38.459214598958852 ], [ -112.49843549671179, 38.459460224100994 ], [ -112.49858880237909, 38.459724101709853 ], [ -112.49877546950998, 38.460104701552964 ], [ -112.49889564299853, 38.460373508396557 ], [ -112.49900867105454, 38.460573919251772 ], [ -112.49922034263624, 38.4608334444005 ], [ -112.49939585070688, 38.461006921823724 ], [ -112.49952478103673, 38.46114494933483 ], [ -112.49984612936078, 38.461442719689252 ], [ -112.50005065906375, 38.461633847436964 ], [ -112.50029557348552, 38.461837974768656 ], [ -112.50045944169882, 38.462002588140308 ], [ -112.50057277544413, 38.462217411836434 ], [ -112.50065606385678, 38.462365034238481 ], [ -112.50077391421148, 38.462521225224449 ], [ -112.50095515931166, 38.462694626696049 ], [ -112.50102200860208, 38.462878505395622 ], [ -112.50105495003316, 38.463085347294324 ], [ -112.50103511485801, 38.463234290908588 ], [ -112.50093663269305, 38.463514908808811 ], [ -112.50091990392804, 38.463758433123409 ], [ -112.50095228527832, 38.463938247761007 ], [ -112.50101247271131, 38.464077154395468 ], [ -112.50110373489768, 38.46433281196888 ], [ -112.501173388052, 38.464651826754789 ], [ -112.50112496719881, 38.465080492515057 ], [ -112.50114249655255, 38.465373140859526 ], [ -112.50129874579696, 38.465722585799796 ], [ -112.50153399405289, 38.466012443191914 ], [ -112.50173113016444, 38.466122559240077 ], [ -112.50193250114816, 38.466160528846238 ], [ -112.50244674760003, 38.466086347411469 ], [ -112.50278469002284, 38.466077506226874 ], [ -112.50310516351176, 38.466055371038692 ], [ -112.50346583623143, 38.46603722471253 ], [ -112.50381956298676, 38.465960591880098 ], [ -112.50411861524212, 38.466010820738482 ], [ -112.50448819939007, 38.466145751862335 ], [ -112.50504863532164, 38.466363838545021 ], [ -112.50522774634113, 38.466433628646016 ], [ -112.50542413970936, 38.466507702076633 ], [ -112.5055918862015, 38.466582143416488 ], [ -112.50575933032407, 38.466697140017395 ], [ -112.50602768592877, 38.4668694134348 ], [ -112.50635867108278, 38.467076926637255 ], [ -112.50672157677811, 38.467220947974198 ], [ -112.50706911830487, 38.46734263719442 ], [ -112.50746679935149, 38.467450162858185 ], [ -112.50787547148276, 38.467535016992557 ], [ -112.50829006175245, 38.46762880494741 ], [ -112.50851407656351, 38.46765295436424 ], [ -112.50890359073732, 38.467643431236809 ], [ -112.5091035608578, 38.467613820488182 ], [ -112.50944611144874, 38.46755083185662 ], [ -112.50979072810514, 38.467586941715368 ], [ -112.50992015975834, 38.46774747959342 ], [ -112.5100292106394, 38.468029934853774 ], [ -112.51013938998487, 38.468366444228089 ], [ -112.51030301940089, 38.469067228510013 ], [ -112.51040784802665, 38.469421829476111 ], [ -112.51055175163961, 38.469726363332988 ], [ -112.51071801131349, 38.470003574246583 ], [ -112.51090728523826, 38.47028499374597 ], [ -112.51101465160876, 38.470486366505227 ], [ -112.51118589234034, 38.47072746659375 ], [ -112.51142194889574, 38.471053338865346 ], [ -112.51151400967836, 38.471345023220834 ], [ -112.5116401680593, 38.471622750218366 ], [ -112.51178464596801, 38.471954309339885 ], [ -112.51186872152823, 38.472137958943904 ], [ -112.51200174177575, 38.472469665656803 ], [ -112.51212217419018, 38.472747465976951 ], [ -112.51220099219213, 38.472953711823862 ], [ -112.51232368505202, 38.473339620176425 ], [ -112.51245793341424, 38.473729884868774 ], [ -112.51252482283206, 38.473913755858533 ], [ -112.51263858838473, 38.474146584381636 ], [ -112.51279378316296, 38.474441957826514 ], [ -112.51290830372852, 38.474710822112023 ], [ -112.51302357850948, 38.475015722331158 ], [ -112.51312750705893, 38.475326175875701 ], [ -112.51326502629723, 38.475598347195806 ], [ -112.51340773044359, 38.47584431812907 ], [ -112.51358885117766, 38.476008689344837 ], [ -112.5138330048417, 38.476172245535125 ], [ -112.51411040995757, 38.476281302633581 ], [ -112.51442172584179, 38.476367391954561 ], [ -112.5147734367615, 38.476466475155533 ], [ -112.51508418837803, 38.476525535655135 ], [ -112.51544031061961, 38.476561479639052 ], [ -112.51580272947064, 38.476624375382208 ], [ -112.51606172176457, 38.476675091720196 ], [ -112.51635021496315, 38.476765977034134 ], [ -112.51671968742079, 38.476891858715504 ], [ -112.51731556851321, 38.477154483560462 ], [ -112.51754150446507, 38.477268704969482 ], [ -112.51775130187818, 38.477378629359876 ], [ -112.51801705551175, 38.477532885311057 ], [ -112.5183022812808, 38.477740956865794 ], [ -112.51852464530926, 38.477957953090815 ], [ -112.51876539282956, 38.478231482560268 ], [ -112.5189601480137, 38.4784983988785 ], [ -112.51914251720092, 38.478721319456113 ], [ -112.51931607474684, 38.479070514207294 ], [ -112.51942451848814, 38.479321427633735 ], [ -112.51949398491085, 38.479626915296727 ], [ -112.51952181419959, 38.479914920262694 ], [ -112.51949960479013, 38.480167528698736 ], [ -112.5194042116305, 38.480538235311172 ], [ -112.51932383389632, 38.480805115503962 ], [ -112.51913495313801, 38.481091426018203 ], [ -112.51898258038422, 38.481260114028544 ], [ -112.51876429930928, 38.481456690901879 ], [ -112.51855557588631, 38.48161709769191 ], [ -112.51835869087023, 38.48179537350174 ], [ -112.51811034254429, 38.481979722972348 ], [ -112.51787369994194, 38.482175635071556 ], [ -112.51769935648366, 38.482335594744598 ], [ -112.51750246741319, 38.48251386917719 ], [ -112.51723145611741, 38.48271112646934 ], [ -112.51699444987463, 38.48288991978572 ], [ -112.51678524625225, 38.483027801071906 ], [ -112.51647928015383, 38.4831984750464 ], [ -112.51627627738536, 38.483358803726148 ], [ -112.5161320916114, 38.483590462106925 ], [ -112.51596000601242, 38.483858527213954 ], [ -112.51574610484546, 38.484046030365811 ], [ -112.51543851407222, 38.48419419408058 ], [ -112.51512118671333, 38.484315448652779 ], [ -112.51485984631593, 38.484372898112248 ], [ -112.5145272544468, 38.484422257041736 ], [ -112.51397287075032, 38.484501516844517 ], [ -112.51375585238199, 38.484540367976578 ], [ -112.51339096212968, 38.484635198360472 ], [ -112.51308356800133, 38.48473829619796 ], [ -112.51281065244328, 38.484845453563985 ], [ -112.51248014466223, 38.484939836967548 ], [ -112.51218533945534, 38.485096838500652 ], [ -112.51211469765198, 38.48528248513194 ], [ -112.51214185792898, 38.485484891782264 ], [ -112.51213604489858, 38.485755309963551 ], [ -112.5120483036158, 38.485945683052307 ], [ -112.51191959776902, 38.486096033486739 ], [ -112.51173424032167, 38.486278655133553 ], [ -112.51158834021352, 38.486429227163519 ], [ -112.51144892338728, 38.486615761082739 ], [ -112.51128678691704, 38.486757530855805 ], [ -112.51114039734517, 38.486939648674444 ], [ -112.51102456125305, 38.487157417829494 ], [ -112.5107512468129, 38.487575470136946 ], [ -112.51064641799198, 38.487716499706735 ], [ -112.51040646933865, 38.488030489278891 ], [ -112.51025032319919, 38.488239766127492 ], [ -112.51016745897192, 38.488389523435785 ], [ -112.51012499476786, 38.488552276869441 ], [ -112.510106959667, 38.488786806746127 ], [ -112.51011457631027, 38.489151671624064 ], [ -112.51014210896091, 38.489372096711016 ], [ -112.5101998027643, 38.489664224291289 ], [ -112.5102725278921, 38.48985252649134 ], [ -112.5104042769849, 38.490067101662753 ], [ -112.51049774740743, 38.49020557325197 ], [ -112.51064516927279, 38.490401923105637 ], [ -112.51080443095846, 38.490616142874487 ], [ -112.51093428408279, 38.49079469613708 ], [ -112.5110811437701, 38.490964018366505 ], [ -112.51123401786448, 38.491146779930716 ], [ -112.51139722808054, 38.491330309023724 ], [ -112.51155686850194, 38.491507575955602 ], [ -112.51175061810275, 38.491725854900857 ], [ -112.51196259651911, 38.491938491292743 ], [ -112.51218301459376, 38.4921708434415 ], [ -112.51247619705607, 38.49242838850094 ], [ -112.51275526495353, 38.49261402372283 ], [ -112.51300501714734, 38.492768497046562 ], [ -112.51327854466687, 38.492963214000227 ], [ -112.51349917021474, 38.493095534074442 ], [ -112.51369066750425, 38.493205701686911 ], [ -112.51394568383658, 38.493337576350207 ], [ -112.51414873985122, 38.493452099472847 ], [ -112.51430547241817, 38.493544692723475 ], [ -112.51453699879707, 38.493649835564241 ], [ -112.51483739915375, 38.493758592704346 ], [ -112.51505776089249, 38.493823327525078 ], [ -112.51526474467762, 38.493906257881989 ], [ -112.51546026573288, 38.493989336214121 ], [ -112.51561776985822, 38.494063894848594 ], [ -112.51587871307572, 38.494204699942145 ], [ -112.5159847146041, 38.494338499009231 ], [ -112.51605679882998, 38.494495265648659 ], [ -112.51614204636816, 38.494732964592188 ], [ -112.51623140765997, 38.494948081644303 ], [ -112.51634072945052, 38.495185468695453 ], [ -112.51652080311354, 38.495570627775969 ], [ -112.51665247423981, 38.495834759309666 ], [ -112.5167553930773, 38.496094757394793 ], [ -112.51685390358571, 38.496417892399606 ], [ -112.51694104588019, 38.496745680276462 ], [ -112.51698655433742, 38.497001916103763 ], [ -112.51703075274301, 38.497141020462713 ], [ -112.51715180315405, 38.497499908791383 ], [ -112.51727069341304, 38.497701125191256 ], [ -112.51740000847164, 38.497852643587841 ], [ -112.51754078789889, 38.498004013259127 ], [ -112.51766372932408, 38.498124975140826 ], [ -112.51784039524645, 38.498347069482115 ], [ -112.5179408638312, 38.498489949748574 ], [ -112.51805308041666, 38.498646194739614 ], [ -112.51814866897651, 38.498829689437471 ], [ -112.51822018368254, 38.499013496183686 ], [ -112.51829879671662, 38.499153054919653 ], [ -112.51839915386697, 38.499290529356706 ], [ -112.51849446043188, 38.499460510279576 ], [ -112.51858394082295, 38.499626060969938 ], [ -112.51865594168328, 38.499778321169224 ], [ -112.51882202111587, 38.500042003704735 ], [ -112.51880785248397, 38.500186370048112 ], [ -112.51868713919113, 38.500444760920004 ], [ -112.51858068884304, 38.500563289838389 ], [ -112.51839990976217, 38.500691793940597 ], [ -112.51808174800576, 38.500831090374213 ], [ -112.51780942325145, 38.500968890662406 ], [ -112.51757640951003, 38.501067431780264 ], [ -112.51733266808262, 38.501201255949852 ], [ -112.51714492432731, 38.50127127421333 ], [ -112.51689957494396, 38.501328521334116 ], [ -112.51645819736196, 38.501334238371321 ], [ -112.51624705135569, 38.501382029751028 ], [ -112.5158346175221, 38.501400886758866 ], [ -112.51559329927423, 38.501376976262648 ], [ -112.5153187208641, 38.50140756416566 ], [ -112.51507957356048, 38.501487255751464 ], [ -112.51485074367619, 38.501566813374311 ], [ -112.51455223497373, 38.501768925901345 ], [ -112.51437248333946, 38.501946973309963 ], [ -112.51421058788867, 38.502156329475596 ], [ -112.51414406478696, 38.502265326654189 ], [ -112.51419867372827, 38.502408803068136 ], [ -112.51433907840314, 38.502542158489028 ], [ -112.51450757892671, 38.502648116105917 ], [ -112.51482050089078, 38.502805372506657 ], [ -112.51500499152228, 38.5028534495044 ], [ -112.51521229833288, 38.502895824116294 ], [ -112.51544719597855, 38.502941445835411 ], [ -112.51568489673592, 38.503011361600457 ], [ -112.51593966841384, 38.503129717476618 ], [ -112.51616511806158, 38.503216912541077 ], [ -112.51638259902742, 38.503470921409296 ], [ -112.51649031625769, 38.503685800158365 ], [ -112.51649371753363, 38.503847961437287 ], [ -112.51649242573637, 38.504059746231391 ], [ -112.51648795254182, 38.504393226208606 ], [ -112.51651053535558, 38.504649758802088 ], [ -112.51654993779077, 38.504888050722251 ], [ -112.51664093280748, 38.505125674362169 ], [ -112.51678399342521, 38.505385151981862 ], [ -112.5169171967775, 38.505721354045995 ], [ -112.51696627051714, 38.505873912141261 ], [ -112.5170327189051, 38.506089324926229 ], [ -112.51716096062628, 38.506407568135039 ], [ -112.5172941677601, 38.506743769638724 ], [ -112.51738431682672, 38.506940852248277 ], [ -112.51756329266094, 38.507271954559478 ], [ -112.51775373551767, 38.507602907925836 ], [ -112.51796024322319, 38.507879584283103 ], [ -112.51810123321755, 38.508039961551084 ], [ -112.51825961120394, 38.508209124572005 ], [ -112.51837833388961, 38.508401330120442 ], [ -112.51853917355029, 38.508687608997455 ], [ -112.51861155149243, 38.508911955229181 ], [ -112.51860653174151, 38.509164339469883 ], [ -112.51857406708126, 38.509529722120391 ], [ -112.51856008598175, 38.509683097198099 ], [ -112.51856529059346, 38.509930843102516 ], [ -112.51854481952799, 38.510048256757287 ], [ -112.51349398568723, 38.510050575033546 ], [ -112.50764360349648, 38.51004495052004 ], [ -112.50313632693705, 38.510044327085438 ], [ -112.50072684123505, 38.509995033425064 ], [ -112.49115504355056, 38.509945208481192 ], [ -112.47285194923593, 38.510005659292226 ], [ -112.45460479388741, 38.509999472359006 ], [ -112.43630826422429, 38.510049620327905 ], [ -112.41807071412643, 38.510069159038451 ], [ -112.41146553145202, 38.51005885352513 ], [ -112.40735981029385, 38.510067722720201 ], [ -112.40465323666159, 38.510073188723574 ], [ -112.3997558931745, 38.510068756360084 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 14, \"properties\": { \"NAME\": \"RICH COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 484, \"Color4\": \"2\", \"Shape_Leng\": 299642.58843499998, \"Shape_Area\": 2811580376.1999998 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.04674855447016, 42.001717737273943 ], [ -111.04674726896133, 41.999961437908233 ], [ -111.04692340746944, 41.993179341413814 ], [ -111.04679801000107, 41.978570541975202 ], [ -111.04668838705119, 41.968955925041691 ], [ -111.04663650196841, 41.964006753383956 ], [ -111.04680843102122, 41.95158639742084 ], [ -111.04677669657382, 41.949438301593027 ], [ -111.04673751158712, 41.937085550677153 ], [ -111.04675563155956, 41.920603136929252 ], [ -111.04660027070078, 41.905971647105169 ], [ -111.04668176613175, 41.893708821644708 ], [ -111.04667973318563, 41.890916703020451 ], [ -111.04643311405054, 41.874947654928377 ], [ -111.04626023237037, 41.835731703304539 ], [ -111.04627983168544, 41.821140456719867 ], [ -111.04634766604242, 41.806670747609346 ], [ -111.0463300132707, 41.792192029401328 ], [ -111.04632687962011, 41.777808743101858 ], [ -111.04633251944209, 41.77728543310932 ], [ -111.04630851285526, 41.762311255885145 ], [ -111.04625874589973, 41.749967112258268 ], [ -111.046246065242, 41.749057404138291 ], [ -111.0462329208479, 41.739118107505632 ], [ -111.04619222254075, 41.732669052409626 ], [ -111.0461472815503, 41.728679829747591 ], [ -111.04609633353716, 41.724688805278127 ], [ -111.04607397138066, 41.710214385169053 ], [ -111.04601556283434, 41.695730935764189 ], [ -111.04605326188673, 41.681189765349117 ], [ -111.04601301073102, 41.675284678373316 ], [ -111.04595281778867, 41.666664826265482 ], [ -111.04594863951947, 41.652338871259367 ], [ -111.04591824661536, 41.643363187168177 ], [ -111.04596521398362, 41.62496587450741 ], [ -111.0459700326607, 41.623299529702109 ], [ -111.04596575015397, 41.60881583884585 ], [ -111.04585524845855, 41.579870906312784 ], [ -111.04582094640242, 41.565283533098246 ], [ -111.04577285127421, 41.556613970053355 ], [ -111.04575813238493, 41.554447704232985 ], [ -111.04573994328153, 41.550759192943623 ], [ -111.0457764751384, 41.536252783985951 ], [ -111.04588790061806, 41.507320907574787 ], [ -111.04587670521703, 41.499948315686503 ], [ -111.04591363035367, 41.492854926542051 ], [ -111.0459752869566, 41.478393398388889 ], [ -111.04612073589892, 41.463922792649825 ], [ -111.04619031076814, 41.452280545467246 ], [ -111.04621819323383, 41.449393620533442 ], [ -111.0461960086496, 41.4349950691877 ], [ -111.04626950708348, 41.420506367453171 ], [ -111.04623052598127, 41.406035689517253 ], [ -111.04639983119995, 41.374932288937032 ], [ -111.04642134744287, 41.358096956986174 ], [ -111.04647199250051, 41.343576543131704 ], [ -111.04654696870762, 41.314576150594085 ], [ -111.04661429654927, 41.300073635313666 ], [ -111.0466244327947, 41.289147198307717 ], [ -111.04667723190111, 41.271064019865555 ], [ -111.04672307572315, 41.251629610800684 ], [ -111.05690433046058, 41.251552966456977 ], [ -111.05788903252201, 41.251543467748078 ], [ -111.05823515296021, 41.25152077360017 ], [ -111.05890353352164, 41.251488906157626 ], [ -111.05965542758236, 41.251416456298273 ], [ -111.06026406505859, 41.251317053064426 ], [ -111.06095623466076, 41.251199586731147 ], [ -111.06161259016989, 41.251077631482474 ], [ -111.0621853373287, 41.250897166684531 ], [ -111.06284164435905, 41.250730165225185 ], [ -111.06335475883172, 41.250603774202865 ], [ -111.06392154238256, 41.250436815804598 ], [ -111.06463740761588, 41.25015717294503 ], [ -111.06511582129527, 41.249950623707363 ], [ -111.06580061119639, 41.249638562915628 ], [ -111.06671203659502, 41.249196653947415 ], [ -111.06733355437261, 41.248885521426949 ], [ -111.06795381671859, 41.24852033918652 ], [ -111.06844286421811, 41.248231798369808 ], [ -111.06891991066774, 41.24788471162551 ], [ -111.06949826717603, 41.247411451880048 ], [ -111.07005278856006, 41.246978739024378 ], [ -111.07042247025385, 41.246694766211412 ], [ -111.07079217791323, 41.246437815736996 ], [ -111.07117383712297, 41.246198872381527 ], [ -111.07123947908062, 41.246198831787488 ], [ -111.07166174331036, 41.24598688523286 ], [ -111.07224152464462, 41.24575682269824 ], [ -111.07286186014387, 41.24550871587472 ], [ -111.07336285372064, 41.245269689652005 ], [ -111.07407844422333, 41.244832350592972 ], [ -111.0745316283525, 41.244539302880305 ], [ -111.07477606684589, 41.244345475524092 ], [ -111.07495495148267, 41.244228257102243 ], [ -111.0751993256065, 41.243980381747527 ], [ -111.07555096788805, 41.243610829477426 ], [ -111.0758250640926, 41.243268350771402 ], [ -111.07621101024904, 41.242642049915652 ], [ -111.07673043755238, 41.241867029162741 ], [ -111.07709371341228, 41.241258756022702 ], [ -111.07756541053973, 41.240506282919398 ], [ -111.07804659025864, 41.239708762050761 ], [ -111.07851715929661, 41.239029249305581 ], [ -111.07914381670797, 41.238158660659778 ], [ -111.07984570950282, 41.23734746824357 ], [ -111.08064400093092, 41.236338931677793 ], [ -111.08118614803466, 41.235684579516715 ], [ -111.08172709216703, 41.235031126371567 ], [ -111.08250278920984, 41.234129786219896 ], [ -111.08302109250171, 41.233521382401847 ], [ -111.08368969524319, 41.232881339497382 ], [ -111.08418300638101, 41.232340507533486 ], [ -111.0842366269185, 41.232281917143659 ], [ -111.08488482132182, 41.231565315161518 ], [ -111.08561891273406, 41.230848645609193 ], [ -111.08634580523082, 41.230113960935938 ], [ -111.0869237005155, 41.229505494441582 ], [ -111.08751946349486, 41.228882598800553 ], [ -111.08784710546753, 41.228522934946447 ], [ -111.0886870718105, 41.227621503102768 ], [ -111.08957475279902, 41.226729035771996 ], [ -111.09024777823555, 41.225931312668365 ], [ -111.09100416740016, 41.225034432944085 ], [ -111.09139718328136, 41.224525176179547 ], [ -111.09167099264278, 41.224093480808492 ], [ -111.09206987973153, 41.223524764939782 ], [ -111.09240313616758, 41.222952497161621 ], [ -111.092825738653, 41.222290077489582 ], [ -111.09318269609376, 41.221614197495185 ], [ -111.09353366821078, 41.220929313287186 ], [ -111.09398572356154, 41.220023652115998 ], [ -111.0944199751428, 41.21919006677922 ], [ -111.09487175902115, 41.218113252075419 ], [ -111.09523438281089, 41.2172617065902 ], [ -111.09555548656279, 41.216576840408955 ], [ -111.09585277088536, 41.215923520726555 ], [ -111.09609659828801, 41.215427883067626 ], [ -111.09633445741143, 41.214932249843379 ], [ -111.09686372594606, 41.213859865648779 ], [ -111.09732756230346, 41.212918148744805 ], [ -111.09769031327367, 41.212192705328356 ], [ -111.09815440204142, 41.211435646682311 ], [ -111.09857090158289, 41.210768705879964 ], [ -111.09895178412197, 41.210218896904635 ], [ -111.09939232199815, 41.20968254701048 ], [ -111.09985083393707, 41.209204731209716 ], [ -111.10085138909145, 41.208285052539765 ], [ -111.10128026229694, 41.207937871600471 ], [ -111.10153636479579, 41.207712448306026 ], [ -111.1037338646732, 41.20946252835418 ], [ -111.10595058766957, 41.211225159288212 ], [ -111.11030317094604, 41.214690015972771 ], [ -111.11122073975308, 41.214112627811353 ], [ -111.11197743593199, 41.213643483645484 ], [ -111.11226343088629, 41.21346755111469 ], [ -111.1131688812962, 41.212800080102156 ], [ -111.1139255874928, 41.212353442786146 ], [ -111.11449165267082, 41.21203760476763 ], [ -111.11502801707925, 41.211793856857327 ], [ -111.11542728582971, 41.211599787409817 ], [ -111.11615426102527, 41.211220724451145 ], [ -111.11884802950935, 41.210069467930765 ], [ -111.1215655596622, 41.20891812311902 ], [ -111.12170858009061, 41.208854916697113 ], [ -111.12576280379523, 41.208156951669338 ], [ -111.12609665022761, 41.208085424125024 ], [ -111.12641270457749, 41.208066161020867 ], [ -111.12675253814196, 41.208007236076206 ], [ -111.12690752302139, 41.207966529795854 ], [ -111.12710427984668, 41.207938388285129 ], [ -111.12727120273625, 41.207903073084559 ], [ -111.12802242637666, 41.207781534434837 ], [ -111.12840402926933, 41.207735169248437 ], [ -111.12856975638751, 41.207698952707062 ], [ -111.12910156285353, 41.207608278661326 ], [ -111.1292625181211, 41.207572066471741 ], [ -111.12954871565516, 41.207535713238784 ], [ -111.12971564331446, 41.207503997652303 ], [ -111.13003761489888, 41.207463098948814 ], [ -111.13020453320726, 41.207426878708681 ], [ -111.13066364720308, 41.20737231125311 ], [ -111.13105122231936, 41.207332236054491 ], [ -111.13121216503167, 41.207290616406723 ], [ -111.13148045953234, 41.207249774813185 ], [ -111.13163543065222, 41.207204558226593 ], [ -111.13173679880568, 41.207195434404369 ], [ -111.13188579668598, 41.207145720357744 ], [ -111.13199311955128, 41.207132085534845 ], [ -111.13214209897052, 41.207073363266261 ], [ -111.13225538554585, 41.207059721355762 ], [ -111.13261905503076, 41.206996247761467 ], [ -111.1329588956803, 41.206946312398522 ], [ -111.13316153034538, 41.206878518939874 ], [ -111.1332686788752, 41.206779307970834 ], [ -111.13320880281888, 41.20666227439358 ], [ -111.13317879181307, 41.206567726029526 ], [ -111.13315474472255, 41.206473170760631 ], [ -111.13300499052586, 41.206148158179481 ], [ -111.13281330382506, 41.205730412246048 ], [ -111.13266962773427, 41.205460340449065 ], [ -111.13254964408094, 41.205109169966349 ], [ -111.13246551641511, 41.204793989758599 ], [ -111.1323396821375, 41.204497774027466 ], [ -111.13216588265659, 41.204073700796009 ], [ -111.13205204890764, 41.203812601813176 ], [ -111.13189762765985, 41.203533533363803 ], [ -111.13181832117509, 41.203240866866096 ], [ -111.13171648772247, 41.203014884654905 ], [ -111.13157276978517, 41.202718688443944 ], [ -111.13144695975247, 41.202430578726386 ], [ -111.1313509950219, 41.202155946699143 ], [ -111.13121310729251, 41.201791283156901 ], [ -111.13105144847768, 41.20146718211798 ], [ -111.13094953244547, 41.201197060441238 ], [ -111.13088352283053, 41.20098995330568 ], [ -111.13069778144889, 41.20054877611333 ], [ -111.13062590851872, 41.200391219029356 ], [ -111.13042231662259, 41.199968077435322 ], [ -111.13033230514101, 41.199684429773995 ], [ -111.13024246408372, 41.199486357105272 ], [ -111.13011060482444, 41.199148709022602 ], [ -111.1299549139887, 41.198820996379027 ], [ -111.12987703532195, 41.198640024952212 ], [ -111.12976927218808, 41.198423956237427 ], [ -111.12967341814431, 41.198198866079935 ], [ -111.12955951572106, 41.197892724808625 ], [ -111.12949360260025, 41.197730656275567 ], [ -111.12948732001676, 41.197568520671311 ], [ -111.12988046985768, 41.197360895667039 ], [ -111.13016642627693, 41.197225453929747 ], [ -111.13042264709114, 41.197130580828095 ], [ -111.1306371012831, 41.197023143441164 ], [ -111.13086942212779, 41.196904875839699 ], [ -111.13112560472052, 41.196791985358558 ], [ -111.13139969326598, 41.196688081805085 ], [ -111.13150692704033, 41.196638415808231 ], [ -111.13194178725628, 41.196421728175189 ], [ -111.13222765375723, 41.196245745727609 ], [ -111.13248369522317, 41.196065292914135 ], [ -111.13267417102215, 41.195898426968768 ], [ -111.13294797999747, 41.195659401105843 ], [ -111.13316229564128, 41.195488002855292 ], [ -111.1334766573863, 41.195253432789173 ], [ -111.13365161588372, 41.195082079223255 ], [ -111.1339421228478, 41.194847535551681 ], [ -111.1341803394636, 41.194703131376471 ], [ -111.13447221053595, 41.194554160105838 ], [ -111.13465811900485, 41.194490887375522 ], [ -111.1348296703442, 41.194405111326262 ], [ -111.13495461023076, 41.194269846027716 ], [ -111.13513897290794, 41.194035423635839 ], [ -111.13538910003996, 41.193886499000051 ], [ -111.13568702041368, 41.193782557179496 ], [ -111.13622338114602, 41.193646805045837 ], [ -111.13662871116246, 41.1935832693866 ], [ -111.13695650714297, 41.193510816594745 ], [ -111.13714731197636, 41.193510589539351 ], [ -111.13743919927242, 41.193375122602234 ], [ -111.13760002075686, 41.193293859182319 ], [ -111.13781548073064, 41.193108938943212 ], [ -111.13789753608742, 41.192999844738416 ], [ -111.13795076649262, 41.192793499325226 ], [ -111.13800996669934, 41.192590749900084 ], [ -111.13829000832273, 41.192495830682816 ], [ -111.13860592893143, 41.192450411245083 ], [ -111.13893963200431, 41.192355425853769 ], [ -111.13916601798108, 41.192265073186576 ], [ -111.13939340476983, 41.192084639520182 ], [ -111.13957662951175, 41.191886243059066 ], [ -111.13971938485611, 41.191723927141389 ], [ -111.13985016662578, 41.191539105744639 ], [ -111.13997500439245, 41.191363299353291 ], [ -111.14018801834271, 41.191155857752044 ], [ -111.14033805822629, 41.191055686938462 ], [ -111.1407374270475, 41.191002052790964 ], [ -111.14103552883827, 41.190992680196594 ], [ -111.14129781728336, 41.190965334901698 ], [ -111.14151827160579, 41.190893000741042 ], [ -111.14172664522282, 41.190748617535078 ], [ -111.14181558554084, 41.19051880567617 ], [ -111.14186285679129, 41.190320572851874 ], [ -111.14180282503087, 41.190131480102217 ], [ -111.14168313151741, 41.189924444850014 ], [ -111.14148590939257, 41.189708496795198 ], [ -111.14130659478855, 41.189501534362748 ], [ -111.14113917683328, 41.189281045157244 ], [ -111.14097159577202, 41.188983988417945 ], [ -111.14085175253744, 41.188704888926551 ], [ -111.14074369967408, 41.188362719309396 ], [ -111.14066525627572, 41.187925930034346 ], [ -111.14063499261168, 41.187714280381947 ], [ -111.14070596922751, 41.187448459426406 ], [ -111.14086049155505, 41.187218568034446 ], [ -111.14106288326155, 41.187069689285742 ], [ -111.14133077914823, 41.186884698047024 ], [ -111.14161060729424, 41.186704195480608 ], [ -111.14203333736695, 41.186437940633589 ], [ -111.14230726794709, 41.186288971435928 ], [ -111.1426763836743, 41.186045300302602 ], [ -111.14292055033059, 41.185918886363808 ], [ -111.14319439823957, 41.185733883371022 ], [ -111.14343274626498, 41.185674134361001 ], [ -111.14383209955469, 41.18562949740928 ], [ -111.14435658161334, 41.185552273709263 ], [ -111.14472016992109, 41.185511281676654 ], [ -111.14505405750495, 41.185519869599261 ], [ -111.14536390822678, 41.18544291142301 ], [ -111.14560211553483, 41.185321003282461 ], [ -111.14595935983188, 41.185108864407532 ], [ -111.14628088073353, 41.184919289657209 ], [ -111.14662645816695, 41.184824266806551 ], [ -111.14685861853769, 41.184666331972146 ], [ -111.14713204688115, 41.184301161199976 ], [ -111.14733450624166, 41.184192807035387 ], [ -111.14757852558904, 41.184007831723932 ], [ -111.14792375175021, 41.183759670324122 ], [ -111.14815596615017, 41.183628756619889 ], [ -111.14847734122324, 41.183380624224242 ], [ -111.14874517061487, 41.183182103799098 ], [ -111.14921579818296, 41.183028359929686 ], [ -111.14966738717696, 41.182892654771713 ], [ -111.14996645824257, 41.182802186270209 ], [ -111.15050249352311, 41.182576288364054 ], [ -111.15066945084861, 41.182589582000865 ], [ -111.15077075562861, 41.182570532741423 ], [ -111.15133088369336, 41.182453595612117 ], [ -111.1516584104557, 41.182295525703921 ], [ -111.1519975568753, 41.182006824262544 ], [ -111.15225933542105, 41.181776775785835 ], [ -111.15256281171065, 41.181533159555578 ], [ -111.1529021576397, 41.181333633860568 ], [ -111.15309867036612, 41.181239690130219 ], [ -111.15352725918062, 41.180964377137343 ], [ -111.15366383698101, 41.180734492250402 ], [ -111.15378259263998, 41.180531654844593 ], [ -111.15393142900598, 41.180445880484868 ], [ -111.15415768995373, 41.18032847449858 ], [ -111.15436615037451, 41.180247123732237 ], [ -111.15471738795972, 41.180039469554004 ], [ -111.15502120820096, 41.179948981510826 ], [ -111.15542033559754, 41.179826836263793 ], [ -111.1556705653005, 41.179763442665461 ], [ -111.15618276413794, 41.17956007031848 ], [ -111.15631960816901, 41.17944728526215 ], [ -111.15638475471225, 41.17926703776152 ], [ -111.15644395027932, 41.1790913022786 ], [ -111.15653294141812, 41.17891102229332 ], [ -111.15667545502231, 41.178676621714871 ], [ -111.15677041699129, 41.178500837388725 ], [ -111.15701396916933, 41.178140187436398 ], [ -111.15707922012656, 41.17800497913791 ], [ -111.1571729339727, 41.177806676273278 ], [ -111.15729902093128, 41.17768489674387 ], [ -111.1575015510294, 41.177621564281203 ], [ -111.15769213673502, 41.17754923985958 ], [ -111.15786483844708, 41.177476939635085 ], [ -111.15805544498636, 41.177413622538509 ], [ -111.15825796267612, 41.177345784782304 ], [ -111.15843647246048, 41.177210420022831 ], [ -111.15856728141162, 41.177070616684958 ], [ -111.15875053697712, 41.176926236942293 ], [ -111.1590975080736, 41.176939270128919 ], [ -111.15943721671843, 41.176907272538998 ], [ -111.15964583471344, 41.176897975613713 ], [ -111.15984242088231, 41.176843655223713 ], [ -111.16012824814953, 41.176717146807974 ], [ -111.16031868557195, 41.176586266514633 ], [ -111.16054472386666, 41.176387776604322 ], [ -111.1607101229711, 41.176256930554274 ], [ -111.16102676709016, 41.176058313230008 ], [ -111.16128908694424, 41.176071458133507 ], [ -111.16165264533149, 41.176043924586274 ], [ -111.16203389790179, 41.175939797355845 ], [ -111.16248174597798, 41.175768015248003 ], [ -111.1628319402983, 41.175640508488556 ], [ -111.16318365407835, 41.175645415503674 ], [ -111.16347581141625, 41.175672025089696 ], [ -111.16359497814653, 41.175650236793324 ], [ -111.16373202562011, 41.175627522161122 ], [ -111.16422652944527, 41.175522325826385 ], [ -111.16446018985332, 41.175517488451746 ], [ -111.16480462343493, 41.17547195634279 ], [ -111.16513847377807, 41.175484990110427 ], [ -111.16537125894367, 41.175606263564482 ], [ -111.16575344539274, 41.17587595295327 ], [ -111.16609912903732, 41.175852935072186 ], [ -111.16627183979257, 41.175789630171948 ], [ -111.16656994862369, 41.175811719337318 ], [ -111.16692202715163, 41.175959840942163 ], [ -111.16708923415254, 41.17607670195202 ], [ -111.16739933547872, 41.176125795444129 ], [ -111.16764354396265, 41.176048872618594 ], [ -111.16783407941536, 41.175963019538571 ], [ -111.16814365095431, 41.17580492876634 ], [ -111.16865579178274, 41.175606004905944 ], [ -111.16884043300597, 41.175547182661916 ], [ -111.16897722379714, 41.175425374620836 ], [ -111.16913749890402, 41.175163908567619 ], [ -111.16929191614528, 41.174942986707563 ], [ -111.16974455364506, 41.174789185221513 ], [ -111.17006033224558, 41.174730167679947 ], [ -111.17022709860819, 41.174675873575865 ], [ -111.17050697051397, 41.174562860111152 ], [ -111.17098239453122, 41.174463067779435 ], [ -111.17110855495061, 41.174381808787913 ], [ -111.17123351114986, 41.17429604746733 ], [ -111.17155594558882, 41.174047848755905 ], [ -111.17176405861349, 41.173849363456604 ], [ -111.17189344019991, 41.173632979376144 ], [ -111.17199403230515, 41.173349078423293 ], [ -111.17207096896131, 41.173137276407573 ], [ -111.17217166567687, 41.17289391095067 ], [ -111.17236186732929, 41.17268644334343 ], [ -111.17270128720266, 41.172555319462482 ], [ -111.17297537464337, 41.172514372341659 ], [ -111.17320772474693, 41.172468983358179 ], [ -111.17335043802338, 41.172338153195355 ], [ -111.17345135449446, 41.172180361911593 ], [ -111.17357004557132, 41.171982007914899 ], [ -111.1737426080508, 41.171869148199654 ], [ -111.1740284941371, 41.171783140951547 ], [ -111.1744213966451, 41.171593379397791 ], [ -111.17476626469497, 41.171273073902952 ], [ -111.17503960225255, 41.170952876084279 ], [ -111.17531886169725, 41.170619156638175 ], [ -111.17547936429747, 41.170456768839848 ], [ -111.17575309219224, 41.170285200137002 ], [ -111.17594974160879, 41.170266883976943 ], [ -111.17636693053745, 41.170248230004468 ], [ -111.17672467127494, 41.170288217528253 ], [ -111.17707620694412, 41.170237233021133 ], [ -111.17744561634636, 41.170183517516975 ], [ -111.17771972742612, 41.170156071008783 ], [ -111.17818459928451, 41.170137336871498 ], [ -111.1783932785557, 41.170159533777834 ], [ -111.17869736305626, 41.170195094281105 ], [ -111.17884151222188, 41.170159739486316 ], [ -111.17898328437909, 41.170127090594548 ], [ -111.17917960109244, 41.169987161890283 ], [ -111.17936384612803, 41.169792303049697 ], [ -111.17956000363544, 41.169594722948339 ], [ -111.17969673757204, 41.169463894186933 ], [ -111.17982783070553, 41.16945017764386 ], [ -111.1801735125208, 41.169440629468632 ], [ -111.18044908329829, 41.169512261820394 ], [ -111.18093093645037, 41.169601585600276 ], [ -111.18142582940969, 41.169663862923358 ], [ -111.18178111110196, 41.169676814719324 ], [ -111.18198616396309, 41.169680994907694 ], [ -111.18231377794766, 41.169603909102747 ], [ -111.18250435050749, 41.169545055518739 ], [ -111.18261175141961, 41.169585421146643 ], [ -111.18283887526863, 41.169810260008951 ], [ -111.18312622027221, 41.170255697853413 ], [ -111.18331169967969, 41.17050762585346 ], [ -111.18347318743191, 41.170705543971103 ], [ -111.18372921509635, 41.170606048245915 ], [ -111.18418195278649, 41.170510741553613 ], [ -111.18466422629483, 41.170320802093478 ], [ -111.18515844340611, 41.170139849376142 ], [ -111.18568836738864, 41.169939920246918 ], [ -111.18599213886228, 41.169863763215574 ], [ -111.18638423713521, 41.169827097541699 ], [ -111.186725113154, 41.169804025531079 ], [ -111.18696351981255, 41.1697991348166 ], [ -111.18733894319034, 41.169767897737813 ], [ -111.18805379934025, 41.169626208570371 ], [ -111.18847058049698, 41.169467887943448 ], [ -111.18876812496686, 41.169300753310708 ], [ -111.18897640390105, 41.169183308213277 ], [ -111.18937519502806, 41.168988981947919 ], [ -111.18965507462801, 41.168898441778595 ], [ -111.18996463835225, 41.168767316121382 ], [ -111.19018482119384, 41.168645345213051 ], [ -111.19047055423675, 41.168518761520929 ], [ -111.1908037338471, 41.16831102681688 ], [ -111.19110241995033, 41.168130372282128 ], [ -111.1912856969431, 41.16802647642038 ], [ -111.19154772820805, 41.167949473233058 ], [ -111.19186929626156, 41.167849850367723 ], [ -111.19243504845832, 41.167685862329364 ], [ -111.19280417995576, 41.167546522312811 ], [ -111.19333981077907, 41.167275385400089 ], [ -111.19377427248972, 41.167058464047606 ], [ -111.19404808189061, 41.166935494699601 ], [ -111.19419673111386, 41.1668145373757 ], [ -111.19441069973016, 41.166611497095616 ], [ -111.19470220264471, 41.166426341320083 ], [ -111.19506534605964, 41.166281599371843 ], [ -111.19535705969544, 41.166168505344956 ], [ -111.1958331210926, 41.165915473743681 ], [ -111.19625588724341, 41.165779634620378 ], [ -111.19655974561643, 41.165743084609147 ], [ -111.19678014860961, 41.165702172413987 ], [ -111.19707800573694, 41.165652119329572 ], [ -111.19754848894243, 41.165529705764357 ], [ -111.19807243483696, 41.165348646532991 ], [ -111.19827481956978, 41.165262722596054 ], [ -111.1984892326259, 41.165212809466567 ], [ -111.19882902447885, 41.16523474336303 ], [ -111.19903785855115, 41.165310950458483 ], [ -111.19924661124946, 41.165360133397705 ], [ -111.19954825685369, 41.165381230352786 ], [ -111.19972327537693, 41.165312466426151 ], [ -111.19975898658684, 41.165296190149562 ], [ -111.19993704953237, 41.165052665947591 ], [ -111.20009755989308, 41.164917267631161 ], [ -111.20024619067253, 41.164795401700864 ], [ -111.20047229013966, 41.164669797584722 ], [ -111.20109141311399, 41.164433610274649 ], [ -111.20158541636049, 41.164212051426105 ], [ -111.20202599800294, 41.164062647955333 ], [ -111.20258574884157, 41.163904025292815 ], [ -111.2029548903195, 41.163781767811628 ], [ -111.20313930059469, 41.163668843055163 ], [ -111.20320441455432, 41.16352460060601 ], [ -111.20334212761529, 41.163344198077247 ], [ -111.20344168276783, 41.163159358791376 ], [ -111.2036080853964, 41.163005929186433 ], [ -111.20378657437948, 41.162906525810655 ], [ -111.20406643609851, 41.162824958560158 ], [ -111.20444771239366, 41.162774738586727 ], [ -111.20486462089836, 41.162683918090657 ], [ -111.20515661067041, 41.162669886440213 ], [ -111.2052874037427, 41.16256606168681 ], [ -111.20561463097029, 41.162385318505301 ], [ -111.20594804179041, 41.162276627147897 ], [ -111.2061804456655, 41.162267203411446 ], [ -111.20638269724711, 41.162145233524527 ], [ -111.20667410415072, 41.161946535542782 ], [ -111.20706087945936, 41.161752169411749 ], [ -111.20739410008397, 41.161584922347082 ], [ -111.20756058897413, 41.161463014764806 ], [ -111.2077148023082, 41.161228529349906 ], [ -111.20782732523635, 41.161003126925593 ], [ -111.20805323763577, 41.160827063517445 ], [ -111.20826714397869, 41.160623997432552 ], [ -111.20844550528282, 41.160488555117489 ], [ -111.20880839972172, 41.160285218310079 ], [ -111.20901688612234, 41.160253312256764 ], [ -111.20924902453449, 41.160162810994379 ], [ -111.2095110033186, 41.160085766961366 ], [ -111.20985032687189, 41.159968045540808 ], [ -111.21017758617057, 41.159805305231451 ], [ -111.21043334356557, 41.159647198625187 ], [ -111.21072474158493, 41.159452994329357 ], [ -111.21095661486675, 41.159281418272442 ], [ -111.21108720418933, 41.159119035376477 ], [ -111.21115803891264, 41.15890721798425 ], [ -111.21136572398304, 41.158627589644183 ], [ -111.21155597791655, 41.158487616658356 ], [ -111.21191877915615, 41.158261750207679 ], [ -111.21219273870499, 41.158207197970427 ], [ -111.21246065111212, 41.158125632287081 ], [ -111.21274019041734, 41.157953964678143 ], [ -111.21297830413035, 41.157872452818786 ], [ -111.21328781311198, 41.157754776358288 ], [ -111.21362131933554, 41.157686598471848 ], [ -111.21400241195056, 41.157591307271595 ], [ -111.21456771490018, 41.157333528115792 ], [ -111.2148234815312, 41.157184419672362 ], [ -111.2151268479282, 41.157012701810416 ], [ -111.21533486391299, 41.156841161431963 ], [ -111.21547717917008, 41.156624703669621 ], [ -111.21557795573261, 41.156462371381537 ], [ -111.21565485345647, 41.156287472529122 ], [ -111.21581530711438, 41.156151151441854 ], [ -111.21599997255478, 41.156129186147524 ], [ -111.21625012432489, 41.156087280068007 ], [ -111.21650613422938, 41.156014735283321 ], [ -111.21663677752291, 41.155874865878609 ], [ -111.21689217748694, 41.155617657665275 ], [ -111.21742704612096, 41.155175257976602 ], [ -111.21793233278264, 41.154799570852866 ], [ -111.21834835298779, 41.154461884283101 ], [ -111.21862157307932, 41.154191126416819 ], [ -111.21892460108766, 41.153924815238504 ], [ -111.21921578364019, 41.153681045768174 ], [ -111.21945975773765, 41.153576989337971 ], [ -111.21988842980473, 41.153463571979692 ], [ -111.22023966374847, 41.153359309097453 ], [ -111.22080507208219, 41.153151042920236 ], [ -111.22116171692799, 41.152884623029138 ], [ -111.22140509400565, 41.152604907799471 ], [ -111.22163045583031, 41.152284690746228 ], [ -111.2219750837676, 41.151991267446903 ], [ -111.22235015714816, 41.151891456164421 ], [ -111.22290992296, 41.151782278416071 ], [ -111.22331428352591, 41.151533775446083 ], [ -111.22365986217235, 41.151172785287045 ], [ -111.22390800464153, 41.150897559440132 ], [ -111.22418089556746, 41.15054121294353 ], [ -111.22444182007412, 41.150171377104797 ], [ -111.2247026647681, 41.149779020821818 ], [ -111.22479644954875, 41.149323934087718 ], [ -111.22482519642408, 41.149017606130876 ], [ -111.22487184950018, 41.148720251193616 ], [ -111.22493060393873, 41.148476920574709 ], [ -111.22510868235828, 41.148278396784669 ], [ -111.22546542226415, 41.148052499172593 ], [ -111.225887332037, 41.147718376699942 ], [ -111.22616683851651, 41.147560188306031 ], [ -111.22651781396122, 41.147392850718418 ], [ -111.22682737353963, 41.147311169602183 ], [ -111.22699987299886, 41.147225253822526 ], [ -111.22740475032579, 41.147138879283958 ], [ -111.2276608844202, 41.147115853371645 ], [ -111.22795290920155, 41.147133291867434 ], [ -111.22841178549697, 41.147154902904944 ], [ -111.22842295207276, 41.146938688792943 ], [ -111.2283328729862, 41.146736187398218 ], [ -111.22826087259426, 41.146592202100727 ], [ -111.22820074238483, 41.146434681240734 ], [ -111.22821810211713, 41.146286014852542 ], [ -111.2283485324929, 41.146097489175901 ], [ -111.22863990836518, 41.145929362415231 ], [ -111.22891357076709, 41.145808111718189 ], [ -111.22916348682422, 41.145712130013365 ], [ -111.22935357139899, 41.145545103696968 ], [ -111.22943618657958, 41.145315235150854 ], [ -111.22948922986134, 41.145148481464275 ], [ -111.22952444532361, 41.144995275274155 ], [ -111.22969685660654, 41.144886835597909 ], [ -111.23003603406399, 41.144760046761725 ], [ -111.23033987083728, 41.144750431625148 ], [ -111.2306079267611, 41.144731879319238 ], [ -111.23094246151629, 41.144641129115712 ], [ -111.23120888222891, 41.144496466655916 ], [ -111.23134029902486, 41.144252986743631 ], [ -111.23139209751146, 41.14407272264873 ], [ -111.23144451726569, 41.143730313212771 ], [ -111.23153926084815, 41.143563474751716 ], [ -111.23164598667333, 41.143415528922858 ], [ -111.23202051702678, 41.143179666269461 ], [ -111.23240705935265, 41.142971702972112 ], [ -111.23282380349319, 41.142880781400031 ], [ -111.23319909559849, 41.142862006279948 ], [ -111.23373522222728, 41.142833895711213 ], [ -111.23406855139224, 41.14274313885435 ], [ -111.23427672938044, 41.142643627614952 ], [ -111.23475325762806, 41.142611129495833 ], [ -111.23534279422198, 41.142524350559022 ], [ -111.23590888465334, 41.142545712684672 ], [ -111.23620691388453, 41.142581133995115 ], [ -111.23663584145707, 41.142566741692242 ], [ -111.23704083953245, 41.142525373019225 ], [ -111.23731485542065, 41.142510396044408 ], [ -111.23779758643066, 41.142546333392673 ], [ -111.2381730380848, 41.142572581764568 ], [ -111.23856037339478, 41.142589796298537 ], [ -111.23864964219091, 41.142561686583441 ], [ -111.2388519755789, 41.142495508803854 ], [ -111.23924608044801, 41.142408214138428 ], [ -111.23960174503092, 41.142236322834023 ], [ -111.23999464261574, 41.142145424914247 ], [ -111.24033995770364, 41.142077144950015 ], [ -111.24074470331807, 41.141968203740078 ], [ -111.24112015280278, 41.14199444251517 ], [ -111.24143628737806, 41.142092868439782 ], [ -111.24196136549848, 41.142303454881421 ], [ -111.24220003245352, 41.142397537388057 ], [ -111.24257648072197, 41.142694009448782 ], [ -111.24285740441231, 41.142936633662202 ], [ -111.24301188643356, 41.14314349196713 ], [ -111.24299011366847, 41.143378646784114 ], [ -111.24299092497783, 41.14359844034697 ], [ -111.24300958070148, 41.143810089057375 ], [ -111.24314769859089, 41.144102557686665 ], [ -111.24344658817638, 41.144367662480093 ], [ -111.24367950664339, 41.144515802038057 ], [ -111.24409147239598, 41.144744633882105 ], [ -111.24436690367108, 41.145108873962556 ], [ -111.24452811043467, 41.14519861188225 ], [ -111.24465254704161, 41.145013683664168 ], [ -111.2448304727523, 41.144792609633015 ], [ -111.24493710023728, 41.14462573494675 ], [ -111.24511513799141, 41.144435287428827 ], [ -111.24526958377659, 41.144309747474729 ], [ -111.24553726393191, 41.144192073213155 ], [ -111.24578713599655, 41.144092452328827 ], [ -111.24601923392255, 41.144019892867831 ], [ -111.24643643776494, 41.144055033118917 ], [ -111.24678202624234, 41.144058797294086 ], [ -111.24707389014209, 41.144035651668325 ], [ -111.24734801484185, 41.144048575400994 ], [ -111.24757442377991, 41.144048089036815 ], [ -111.24786645693489, 41.144069981047984 ], [ -111.24822418260231, 41.144132266790834 ], [ -111.24862957408278, 41.144194448553897 ], [ -111.24887986715621, 41.144207420073847 ], [ -111.24921340383813, 41.144175170985662 ], [ -111.24966632500956, 41.144201214259247 ], [ -111.24981069666028, 41.144249544477354 ], [ -111.24985722491301, 41.144263856370372 ], [ -111.25032073459028, 41.144253842098792 ], [ -111.25061954206826, 41.144176624394753 ], [ -111.25079203642122, 41.14409968097835 ], [ -111.25111818129434, 41.144004386457766 ], [ -111.25133959995865, 41.143945351561904 ], [ -111.25167874779095, 41.143823003076641 ], [ -111.25202986228285, 41.143714139413618 ], [ -111.25250013736039, 41.143605013552083 ], [ -111.25294623243343, 41.143405858844375 ], [ -111.25343432593195, 41.143283178035624 ], [ -111.25370815357785, 41.143219519269365 ], [ -111.25426176531219, 41.143092186636231 ], [ -111.25468455963866, 41.143032700654992 ], [ -111.25512514000526, 41.142950653725954 ], [ -111.25565968105657, 41.142823356606151 ], [ -111.25623823913099, 41.142677943097738 ], [ -111.2568633372412, 41.142550438923948 ], [ -111.2573157219619, 41.142441333282449 ], [ -111.25791095528874, 41.142295874119611 ], [ -111.25833946579498, 41.142176909099966 ], [ -111.25891044109515, 41.141924303920668 ], [ -111.25934474914332, 41.141765686908144 ], [ -111.26007068987576, 41.14152984219578 ], [ -111.26075616535871, 41.141307596512142 ], [ -111.26134423131873, 41.141162135816515 ], [ -111.26174906152517, 41.141084648643144 ], [ -111.26225524595222, 41.141024945362446 ], [ -111.26246983626862, 41.141051480649708 ], [ -111.26274895133483, 41.141122908408484 ], [ -111.26290564076298, 41.141271182995432 ], [ -111.26310322251364, 41.141513948022293 ], [ -111.26337820456453, 41.141743023757606 ], [ -111.26355029734535, 41.141868742222591 ], [ -111.26386225780335, 41.142106740183664 ], [ -111.26405363471058, 41.142286461732851 ], [ -111.26434064777635, 41.142542531564821 ], [ -111.26448503277092, 41.14288900824203 ], [ -111.26467094454894, 41.143190349306664 ], [ -111.26495291229215, 41.14367162918122 ], [ -111.26498424379407, 41.144054397129757 ], [ -111.26496720337049, 41.144261620324095 ], [ -111.26496778351017, 41.14440574698375 ], [ -111.26493891724181, 41.144635517359859 ], [ -111.26484435115529, 41.144825803592511 ], [ -111.26475588041052, 41.145050306127303 ], [ -111.26461377410581, 41.145272229404057 ], [ -111.26438818979742, 41.145479030523866 ], [ -111.26420991228386, 41.145596543526544 ], [ -111.26385875394244, 41.145691932375939 ], [ -111.26348367131496, 41.145764854884106 ], [ -111.26299563237703, 41.14590109009162 ], [ -111.26252532261179, 41.14600125083809 ], [ -111.26212620978806, 41.14602558050094 ], [ -111.26162604894968, 41.146111392701918 ], [ -111.26115000955249, 41.146270112825533 ], [ -111.26075770576914, 41.146509713434483 ], [ -111.26043119066739, 41.146812219957773 ], [ -111.26034834350587, 41.146956535165188 ], [ -111.26026547817298, 41.147096346352861 ], [ -111.26019502784531, 41.147362241372505 ], [ -111.26011858290633, 41.1476191418787 ], [ -111.26001282186409, 41.147996815624133 ], [ -111.25988307261314, 41.14833580899603 ], [ -111.25977099856608, 41.148624317582275 ], [ -111.25967101837021, 41.148957838748963 ], [ -111.25953487707844, 41.149187849374528 ], [ -111.25939252771271, 41.149354817864307 ], [ -111.25914302887011, 41.149549051246787 ], [ -111.25880427292878, 41.149775012622428 ], [ -111.25865599718635, 41.149951001493271 ], [ -111.25853208613321, 41.150262055354702 ], [ -111.25845534838567, 41.150446891366677 ], [ -111.25814720942549, 41.150884469850872 ], [ -111.25788001896811, 41.151128284041867 ], [ -111.2577077791305, 41.151272797337171 ], [ -111.25754740324338, 41.151403771863123 ], [ -111.25735139718844, 41.151566353731866 ], [ -111.2571078427721, 41.151760569361102 ], [ -111.2569355995852, 41.151905081495748 ], [ -111.25681716105714, 41.152094513368112 ], [ -111.25662793550589, 41.152468766586821 ], [ -111.25645600535414, 41.15269434917807 ], [ -111.25612346341319, 41.152992352625489 ], [ -111.25591560127732, 41.153172974346226 ], [ -111.25560650201318, 41.153370935547848 ], [ -111.25540428509335, 41.153471372732042 ], [ -111.25514263134195, 41.153611576363389 ], [ -111.25494051417699, 41.153738135668384 ], [ -111.25473252439333, 41.153887227567481 ], [ -111.2545780429744, 41.154004672894999 ], [ -111.2541919066074, 41.154316301120403 ], [ -111.25385901608479, 41.154528722874176 ], [ -111.25365678946092, 41.15462825619764 ], [ -111.25350833288415, 41.154763702779569 ], [ -111.25329475891958, 41.155011892175153 ], [ -111.25309909542196, 41.155269049796914 ], [ -111.25292142908218, 41.155557695502594 ], [ -111.25281487352504, 41.155742593068759 ], [ -111.25268496830773, 41.156054554307921 ], [ -111.25255469191563, 41.156270130790254 ], [ -111.25251328839748, 41.156351293398991 ], [ -111.25246592552871, 41.156432469053257 ], [ -111.25227612751819, 41.156667092409137 ], [ -111.25209810868829, 41.156865657740063 ], [ -111.25185462261457, 41.157086885900689 ], [ -111.25155744928792, 41.157294718826236 ], [ -111.25131959229066, 41.157430357734953 ], [ -111.25104001540917, 41.157565186282575 ], [ -111.25079638928024, 41.157751281366998 ], [ -111.25053476013447, 41.157904986361721 ], [ -111.25016715524411, 41.15808594490408 ], [ -111.24989898784119, 41.158401806272465 ], [ -111.24957931025907, 41.158650218779798 ], [ -111.24926279642207, 41.158790527803717 ], [ -111.24901273758231, 41.158854124497168 ], [ -111.24880504181326, 41.159088780737747 ], [ -111.24871595591806, 41.15917004492939 ], [ -111.24849034551433, 41.159395731293515 ], [ -111.24831816542923, 41.159567254173396 ], [ -111.24806862916877, 41.159770471331115 ], [ -111.2478725238846, 41.15991952511574 ], [ -111.24775958045583, 41.159996335905596 ], [ -111.24755748031555, 41.160136394066662 ], [ -111.24737926851849, 41.160289912534296 ], [ -111.24713585542636, 41.160538154379125 ], [ -111.24692201897054, 41.160727780460263 ], [ -111.24677339963095, 41.160827186684102 ], [ -111.24654163155557, 41.16100333850261 ], [ -111.24639331465073, 41.161183815360481 ], [ -111.2462381655975, 41.161449882387132 ], [ -111.24620397012707, 41.161549043202335 ], [ -111.24606785692552, 41.161806061320398 ], [ -111.24594332542438, 41.16197297480106 ], [ -111.24575956576876, 41.162239102233926 ], [ -111.24555225122087, 41.162581847348669 ], [ -111.24551083511795, 41.162663007386705 ], [ -111.24539231082343, 41.162843419403536 ], [ -111.24520852973164, 41.163105041979748 ], [ -111.24502457942094, 41.163321624752996 ], [ -111.24463256751754, 41.163682776836637 ], [ -111.2444771209251, 41.163872274263412 ], [ -111.24431781309497, 41.163985211913356 ], [ -111.2440854925436, 41.164017232345905 ], [ -111.24375779598937, 41.164044950199809 ], [ -111.24348383868609, 41.164099577450358 ], [ -111.24330519352064, 41.164141391603323 ], [ -111.24308488835771, 41.164199507751768 ], [ -111.24287657257196, 41.164276514936837 ], [ -111.24271601915684, 41.164375941036788 ], [ -111.2426152311931, 41.164520280894124 ], [ -111.242501632985, 41.164746620155881 ], [ -111.2423546180204, 41.164962220048871 ], [ -111.24221252270962, 41.165219246059685 ], [ -111.24210454712593, 41.165354592595669 ], [ -111.24195109229964, 41.165440490739606 ], [ -111.24180846455451, 41.165553389855098 ], [ -111.24154751110223, 41.165905248145009 ], [ -111.24143476492846, 41.166040604042657 ], [ -111.24136387146412, 41.166211904004932 ], [ -111.24137632063898, 41.166356005397354 ], [ -111.24152577099333, 41.166477299676373 ], [ -111.24163343449278, 41.16658066549239 ], [ -111.24173543609943, 41.166765114789158 ], [ -111.24180750478472, 41.166913594965905 ], [ -111.24177818388974, 41.167044272027972 ], [ -111.24154633094336, 41.167206901857291 ], [ -111.24142157940592, 41.167319762973428 ], [ -111.2408864443932, 41.167672194012077 ], [ -111.24076185570929, 41.167830093891041 ], [ -111.24063724994997, 41.167983489684516 ], [ -111.24050697974783, 41.168217968848509 ], [ -111.24034101239386, 41.168470538275407 ], [ -111.24015724489468, 41.168745664476923 ], [ -111.24002104396432, 41.168989163391124 ], [ -111.23990231255287, 41.16912002621207 ], [ -111.23966460212603, 41.169314192272701 ], [ -111.23942047405038, 41.16938316049545 ], [ -111.23923613985046, 41.169504250206934 ], [ -111.23908174147914, 41.16966221013427 ], [ -111.23880852551025, 41.169928511801515 ], [ -111.23855291437685, 41.170119109472019 ], [ -111.23843386449525, 41.170163494984969 ], [ -111.23831483403724, 41.170213285111416 ], [ -111.23808843272253, 41.170240777201755 ], [ -111.23776587804812, 41.1703810668903 ], [ -111.23761282892174, 41.170584061848501 ], [ -111.23744077011732, 41.170805111707061 ], [ -111.23720329000632, 41.171066831868117 ], [ -111.23696048031512, 41.171504217710137 ], [ -111.2367990812045, 41.171707228728572 ], [ -111.23670597304331, 41.172004682761866 ], [ -111.23658190084423, 41.172311208267544 ], [ -111.23652869197907, 41.172432924983866 ], [ -111.23647583923049, 41.172653728480213 ], [ -111.23644676433666, 41.172856467219567 ], [ -111.23632813215265, 41.173018853924468 ], [ -111.23613801861946, 41.173194899007996 ], [ -111.23605495579154, 41.173303164753456 ], [ -111.23585303218208, 41.173510761410533 ], [ -111.23567498287311, 41.1737273168158 ], [ -111.23555040251379, 41.173894218845938 ], [ -111.23527739642624, 41.174228071199622 ], [ -111.23515847218906, 41.17431028645801 ], [ -111.23499776674076, 41.174377273320523 ], [ -111.23480758139384, 41.174535300407506 ], [ -111.23470687310828, 41.174711160790764 ], [ -111.23470770906917, 41.174945365909181 ], [ -111.23465475178577, 41.17513914482906 ], [ -111.23459597462916, 41.175372570569245 ], [ -111.23448336180044, 41.175553859751098 ], [ -111.23437633690581, 41.175630645187738 ], [ -111.23418010523564, 41.175766163627657 ], [ -111.23407920099432, 41.175887976106893 ], [ -111.2340557096219, 41.175987111328986 ], [ -111.2340263693531, 41.176117786263411 ], [ -111.23399701294053, 41.176243957244019 ], [ -111.23397961059821, 41.176379111883456 ], [ -111.23391450354848, 41.176509859433089 ], [ -111.23381943063572, 41.176595628019321 ], [ -111.23367059560324, 41.176649977777046 ], [ -111.2334146365036, 41.176754088217415 ], [ -111.2332777709216, 41.176821925136878 ], [ -111.23312342413855, 41.177003297465468 ], [ -111.23305827964981, 41.177124135847798 ], [ -111.23301691884156, 41.177227810969931 ], [ -111.23305246728151, 41.177502481548075 ], [ -111.23311387798751, 41.177673508333065 ], [ -111.23324682338725, 41.17784439023827 ], [ -111.23329990520497, 41.178019937754719 ], [ -111.23337806923558, 41.178208045550917 ], [ -111.23349777690312, 41.178343822969289 ], [ -111.23363557369294, 41.17853721444164 ], [ -111.23388673170581, 41.178757399446717 ], [ -111.23411392110633, 41.178942501618074 ], [ -111.23444273678095, 41.179206666462541 ], [ -111.23471779365727, 41.179440312899352 ], [ -111.23508816987396, 41.179655748258391 ], [ -111.23518369665534, 41.179696089001673 ], [ -111.23534497595442, 41.179785839038601 ], [ -111.23539295720403, 41.179866812508664 ], [ -111.23544709029076, 41.180000920266764 ], [ -111.23544756450777, 41.18013333610967 ], [ -111.23543012867306, 41.180258582203365 ], [ -111.23540687971668, 41.180425276724215 ], [ -111.23540183752255, 41.180682013480912 ], [ -111.23546238767548, 41.180943120123324 ], [ -111.23558859552949, 41.18122661230241 ], [ -111.23567262168419, 41.18138407942844 ], [ -111.23585792964842, 41.181523323240896 ], [ -111.23607304611103, 41.18166250565789 ], [ -111.23611540779444, 41.181838073725572 ], [ -111.23611592544769, 41.181982199759901 ], [ -111.23605101122395, 41.182166995654079 ], [ -111.2358740220084, 41.182685314957162 ], [ -111.2358813411773, 41.183063633530871 ], [ -111.23587030666791, 41.183311374520116 ], [ -111.23574040927771, 41.183662950166045 ], [ -111.23565188758575, 41.183915353653333 ], [ -111.23553326588321, 41.184086747159874 ], [ -111.23527737757567, 41.184217885296796 ], [ -111.23517605963153, 41.184227100162033 ], [ -111.23510455054108, 41.184236254093925 ], [ -111.23496145180529, 41.184232042139037 ], [ -111.23469330051809, 41.18426862062411 ], [ -111.2342522732704, 41.184310054192864 ], [ -111.23375742920669, 41.184306555611563 ], [ -111.23348321915974, 41.184316119756296 ], [ -111.23323881795697, 41.184325622886853 ], [ -111.23307212750724, 41.184393519876494 ], [ -111.23281081362836, 41.184677798481601 ], [ -111.23250736630958, 41.184849562306404 ], [ -111.23183466400566, 41.185130164456524 ], [ -111.23126906386435, 41.185351996057783 ], [ -111.23082258717643, 41.185542058416658 ], [ -111.23016185749026, 41.185840642651996 ], [ -111.2296442715667, 41.186156953636704 ], [ -111.22934681823904, 41.186342209053819 ], [ -111.22896674264835, 41.186770842270732 ], [ -111.22869368122072, 41.187113686371646 ], [ -111.22853846237498, 41.187397744451729 ], [ -111.22849316388839, 41.187744639835728 ], [ -111.22839302899601, 41.188096147904218 ], [ -111.2283171328359, 41.188560206989571 ], [ -111.22828212634634, 41.188780970752553 ], [ -111.22811648247476, 41.189155128176644 ], [ -111.2280335895133, 41.189321939083079 ], [ -111.2278615589846, 41.189574501668979 ], [ -111.22769512740882, 41.189722560908969 ], [ -111.22752852980089, 41.189822878194697 ], [ -111.2271957160802, 41.190134308843 ], [ -111.22699335516675, 41.190238299064319 ], [ -111.22679091589997, 41.19031976925519 ], [ -111.2266484257096, 41.190495704405059 ], [ -111.22654125870204, 41.190540954904399 ], [ -111.22644006942124, 41.190590697516427 ], [ -111.22613676412129, 41.19081649171023 ], [ -111.22588680870018, 41.190952101173657 ], [ -111.22567899119268, 41.19120473061912 ], [ -111.22566159885157, 41.191348891573121 ], [ -111.22579941554272, 41.19154679590644 ], [ -111.22603834704431, 41.191672438229553 ], [ -111.22641440066138, 41.191793306603749 ], [ -111.22661727980491, 41.191837947230589 ], [ -111.22682635488169, 41.191950134761413 ], [ -111.22702363327825, 41.192099277670167 ], [ -111.22714941853555, 41.192264775533516 ], [ -111.22741232998895, 41.192426399400752 ], [ -111.22774092429671, 41.192614916581164 ], [ -111.2279740102076, 41.192772094164702 ], [ -111.22820734435969, 41.193000433401622 ], [ -111.22854834206487, 41.193324943366513 ], [ -111.22860825013731, 41.193405895802861 ], [ -111.22872803537204, 41.193558792713922 ], [ -111.22894501220524, 41.193882646915448 ], [ -111.22911781707188, 41.194192175892496 ], [ -111.2293036378028, 41.194471952528332 ], [ -111.22942330080545, 41.19458881723245 ], [ -111.2297577326991, 41.194736781291112 ], [ -111.23005615309758, 41.194817256886026 ], [ -111.23028903137501, 41.194911374665715 ], [ -111.23045625682349, 41.194987607516637 ], [ -111.23054516927688, 41.195176595956788 ], [ -111.23058294451245, 41.195406222368639 ], [ -111.23058397185207, 41.195698977795431 ], [ -111.23066275335377, 41.196059136919907 ], [ -111.23079518586015, 41.196414684504219 ], [ -111.23093436372801, 41.196653115418435 ], [ -111.23122059513813, 41.196994842096927 ], [ -111.23144820207244, 41.197282638352938 ], [ -111.23165173673972, 41.197507427129793 ], [ -111.23186158547334, 41.197831289934406 ], [ -111.23191630183651, 41.198128441079767 ], [ -111.2317859888966, 41.198376421171574 ], [ -111.23162571665443, 41.198583925734305 ], [ -111.23143594521841, 41.198881568524754 ], [ -111.23120482637681, 41.199291892962066 ], [ -111.2309496461079, 41.199643713707403 ], [ -111.23083074654652, 41.199747543114931 ], [ -111.23071780980463, 41.199851360452726 ], [ -111.23043230311002, 41.200059114123832 ], [ -111.23030188603371, 41.200280068921778 ], [ -111.23019028892854, 41.200766719431179 ], [ -111.23017337745654, 41.201045998572702 ], [ -111.23031811997467, 41.201508715957807 ], [ -111.23049218212483, 41.201829049426536 ], [ -111.23080338527461, 41.202143703104134 ], [ -111.23117850512469, 41.202318605002901 ], [ -111.23153793154461, 41.202439489755619 ], [ -111.23163969100466, 41.20254738006512 ], [ -111.23167583697384, 41.202650898338476 ], [ -111.23158686158051, 41.202786195962538 ], [ -111.23146814780414, 41.202944073066448 ], [ -111.23134343824536, 41.203092954177762 ], [ -111.23111804580832, 41.203440211275748 ], [ -111.23088655763161, 41.203750547704537 ], [ -111.23045224875973, 41.204045075451432 ], [ -111.22994035870333, 41.204325343819846 ], [ -111.22953508559974, 41.204398215553994 ], [ -111.22909404560794, 41.204475660971575 ], [ -111.22871857305462, 41.204543966591963 ], [ -111.22827167704125, 41.204652948169226 ], [ -111.22780247695053, 41.204865563077512 ], [ -111.22739061860796, 41.205105086585625 ], [ -111.22707582065817, 41.205475031931869 ], [ -111.22685640791055, 41.205835780633699 ], [ -111.22663119992862, 41.206246083784976 ], [ -111.22651294949982, 41.206543577325228 ], [ -111.22629346804348, 41.206886309216337 ], [ -111.22633033745218, 41.207201513435365 ], [ -111.22642653561334, 41.207426521949444 ], [ -111.22664695462201, 41.207700829439354 ], [ -111.22686913875295, 41.207794974944676 ], [ -111.2271438060711, 41.207889016515153 ], [ -111.22732312916021, 41.208005765428872 ], [ -111.22739550726763, 41.208239828018876 ], [ -111.22727074728681, 41.208379696791418 ], [ -111.22703858836275, 41.208506265354735 ], [ -111.22671114456132, 41.208673556627438 ], [ -111.22637779717327, 41.208858874374393 ], [ -111.22594330727595, 41.209116452847162 ], [ -111.22547372541041, 41.209576776159082 ], [ -111.22520625300957, 41.209843032602542 ], [ -111.22499240931167, 41.210095671801128 ], [ -111.22468310674347, 41.210339488974626 ], [ -111.22424297456094, 41.21069615887788 ], [ -111.22387882640798, 41.210949088550727 ], [ -111.2233979604208, 41.211256290930997 ], [ -111.22292209067204, 41.211631040853845 ], [ -111.22270769778196, 41.211726038592268 ], [ -111.22237417107668, 41.211866305526399 ], [ -111.22207680953174, 41.212119100474219 ], [ -111.22185679946818, 41.212317698271001 ], [ -111.2216368184768, 41.21252530348216 ], [ -111.22147638863976, 41.212705770063863 ], [ -111.22144122514172, 41.212890499559244 ], [ -111.22142973680094, 41.213021136142473 ], [ -111.22159091224034, 41.213061361653921 ], [ -111.22173436195929, 41.213151164497319 ], [ -111.22178244228374, 41.213259166659178 ], [ -111.22170560435802, 41.213466496206969 ], [ -111.22164048203085, 41.213610747883884 ], [ -111.22156977488574, 41.213867608949862 ], [ -111.22160102598508, 41.214290919849581 ], [ -111.22162555288013, 41.214489046313659 ], [ -111.22169226055738, 41.214814102866086 ], [ -111.22170572930379, 41.214916766917526 ], [ -111.22189021416598, 41.215146112863664 ], [ -111.22208161411987, 41.215303382030761 ], [ -111.22234420910389, 41.215347914784616 ], [ -111.22264269900036, 41.215423905169736 ], [ -111.22309778396794, 41.215594174378921 ], [ -111.22341302279895, 41.215683642151376 ], [ -111.22377738745908, 41.215836068847736 ], [ -111.22405199185724, 41.215903094091942 ], [ -111.22428479802998, 41.215956688257926 ], [ -111.22484555318766, 41.215978114485907 ], [ -111.22520938210975, 41.215972899595762 ], [ -111.22547732585093, 41.216184060716564 ], [ -111.22560428775456, 41.216332442252849 ], [ -111.22568692562776, 41.216426863178079 ], [ -111.22609531885128, 41.21689086920528 ], [ -111.22623289283268, 41.217002296846822 ], [ -111.22653762364941, 41.217154831903983 ], [ -111.22675260417053, 41.217226471908283 ], [ -111.22714048589974, 41.217275250883411 ], [ -111.22751634499181, 41.217297028638676 ], [ -111.22796985596551, 41.217350179081762 ], [ -111.22811924161742, 41.217426450309937 ], [ -111.22832226068738, 41.217488202395842 ], [ -111.22853111012174, 41.21751120863297 ], [ -111.22888309609873, 41.217528525354922 ], [ -111.22910967995578, 41.217505555062679 ], [ -111.22952121958272, 41.217495727670389 ], [ -111.22989696714495, 41.217485069478073 ], [ -111.23026090187352, 41.217507762866845 ], [ -111.23071430569075, 41.217529375103396 ], [ -111.23106653006927, 41.217614243833509 ], [ -111.23147838763003, 41.217694487687545 ], [ -111.23183043893795, 41.217729811043185 ], [ -111.23224805585747, 41.217751489277802 ], [ -111.23246897744926, 41.217814098728482 ], [ -111.23278552838258, 41.217930561808409 ], [ -111.23313791749317, 41.218060463296553 ], [ -111.23338297254652, 41.218199589166971 ], [ -111.2334963849771, 41.21822187898195 ], [ -111.23365758051187, 41.218262087515342 ], [ -111.23386635080986, 41.218261663725784 ], [ -111.23423589930702, 41.218184345602154 ], [ -111.23447407865585, 41.218067659147174 ], [ -111.23470615707569, 41.217913151506323 ], [ -111.23494405739534, 41.217718996811911 ], [ -111.23514039628212, 41.217578973818249 ], [ -111.23531316572362, 41.217520069641338 ], [ -111.23562344833616, 41.217550962800082 ], [ -111.23595860536116, 41.217532260775428 ], [ -111.23624957407749, 41.21750013660585 ], [ -111.23658326180498, 41.217404868731613 ], [ -111.23704788097734, 41.217228259455148 ], [ -111.23742899108581, 41.21705182050659 ], [ -111.23783395809409, 41.216875331023928 ], [ -111.2381853057787, 41.216716966805535 ], [ -111.2385127765689, 41.216554147023039 ], [ -111.23877463410331, 41.216391462369835 ], [ -111.23927499541922, 41.216205762080605 ], [ -111.2394717147568, 41.216173825558492 ], [ -111.23977578152302, 41.216137161293666 ], [ -111.24017524966155, 41.216091289406435 ], [ -111.2405149881324, 41.216023021173534 ], [ -111.2410453137056, 41.21587778610381 ], [ -111.24132540707059, 41.215810541098833 ], [ -111.2416112755617, 41.2156919383226 ], [ -111.24198646289913, 41.215532611675371 ], [ -111.2421592905371, 41.215492613661048 ], [ -111.24232610016711, 41.21543821542631 ], [ -111.24250488862248, 41.215397303560565 ], [ -111.24282082929196, 41.215347094413183 ], [ -111.24314883208341, 41.215332890493379 ], [ -111.24342327026015, 41.215350326493414 ], [ -111.24370958762658, 41.215354224864512 ], [ -111.24401384568066, 41.215370695556544 ], [ -111.24422267698512, 41.215389169437849 ], [ -111.24446730943039, 41.215411170100865 ], [ -111.24465836129195, 41.215460307760431 ], [ -111.24486750882363, 41.215563453966297 ], [ -111.24509470219219, 41.21570709688806 ], [ -111.24532161048782, 41.215774172903544 ], [ -111.24552449226928, 41.215796260251572 ], [ -111.24581084540148, 41.215809161209869 ], [ -111.24594208092329, 41.2158124841635 ], [ -111.24617484026024, 41.21584891917572 ], [ -111.24637772255242, 41.215871005018819 ], [ -111.24662232365989, 41.215883993278112 ], [ -111.24679531526321, 41.215888126616278 ], [ -111.24692050504434, 41.215869842476799 ], [ -111.24713500841109, 41.21580993027446 ], [ -111.24729580256039, 41.215742926710121 ], [ -111.24751019311597, 41.215653288014757 ], [ -111.24765896553095, 41.215561988477447 ], [ -111.24793267453722, 41.215385745665728 ], [ -111.24803381750756, 41.215317968689348 ], [ -111.24829000543605, 41.215240849551073 ], [ -111.24850444071626, 41.215163819948827 ], [ -111.24877821404489, 41.215005590760022 ], [ -111.24890312500602, 41.214914341152635 ], [ -111.24913533593907, 41.214806645122522 ], [ -111.24941536161366, 41.214724967957579 ], [ -111.24967156271921, 41.214652349657406 ], [ -111.24986822084631, 41.214606883669227 ], [ -111.25003497033806, 41.214538962559068 ], [ -111.25020776980692, 41.214493547790141 ], [ -111.25039266980379, 41.21449314590793 ], [ -111.25047613866657, 41.214483956499024 ], [ -111.25054173114771, 41.21447930986858 ], [ -111.25067879462495, 41.214447483971504 ], [ -111.25094711158472, 41.214424379859089 ], [ -111.25116313363399, 41.214451833379385 ], [ -111.25141256748836, 41.214481915922718 ], [ -111.25159162371793, 41.214513052491853 ], [ -111.25181839627564, 41.214544084451127 ], [ -111.25202124181001, 41.214557152547499 ], [ -111.25231397060627, 41.214678118076591 ], [ -111.25249939066588, 41.21481283003034 ], [ -111.25264912812602, 41.214974643642506 ], [ -111.25284053162447, 41.215113845856649 ], [ -111.25299611372458, 41.215244118561664 ], [ -111.25318791817932, 41.215486910038209 ], [ -111.25340340874594, 41.215684609621093 ], [ -111.25355928898925, 41.215891447948707 ], [ -111.25369099834595, 41.216017268312029 ], [ -111.25399025889573, 41.216282341363311 ], [ -111.2541161969169, 41.216457717342315 ], [ -111.25423008412248, 41.216601592176367 ], [ -111.2543857423091, 41.2167498785725 ], [ -111.25467248555825, 41.216861843385509 ], [ -111.25506115523525, 41.21710870007292 ], [ -111.25528811348777, 41.217184764199494 ], [ -111.25568215583931, 41.217278472798718 ], [ -111.25592106249499, 41.217359013088426 ], [ -111.25614082972405, 41.217426083624567 ], [ -111.25634522963425, 41.217529219492874 ], [ -111.25649456049698, 41.217582934295002 ], [ -111.25645973932443, 41.217830728700598 ], [ -111.25630556836855, 41.218065276955876 ], [ -111.2561396036499, 41.218334981978927 ], [ -111.25581318930378, 41.21875997889591 ], [ -111.25545167857213, 41.219364309593928 ], [ -111.2552734478885, 41.219549366423834 ], [ -111.25498209130137, 41.219788720808587 ], [ -111.25474543598092, 41.219982914041744 ], [ -111.25439923213328, 41.220231396136533 ], [ -111.25431007064186, 41.220312664009867 ], [ -111.25418597310475, 41.220614702027014 ], [ -111.25411542084275, 41.220880590226052 ], [ -111.25409836232322, 41.221096817002959 ], [ -111.25401017518475, 41.221430303126901 ], [ -111.25374371085297, 41.221939835780361 ], [ -111.25348837286171, 41.222242162076434 ], [ -111.2532565633671, 41.222458861204892 ], [ -111.25311424858124, 41.22267986712145 ], [ -111.25300084044171, 41.222971971582339 ], [ -111.25291951209823, 41.223229775530221 ], [ -111.25281931609217, 41.223545271246024 ], [ -111.25277997973821, 41.223864236429257 ], [ -111.25273805569336, 41.224130961581452 ], [ -111.25265577105409, 41.224450921731794 ], [ -111.25259764205879, 41.224847395757337 ], [ -111.25261704643232, 41.225239195727944 ], [ -111.25261184650667, 41.225748151999603 ], [ -111.25266156141561, 41.225955224011756 ], [ -111.25267453280867, 41.226225431733134 ], [ -111.25275884876261, 41.226432427757246 ], [ -111.25293306607517, 41.226747320740664 ], [ -111.25307135219809, 41.22702626092876 ], [ -111.25316215728249, 41.227368360428251 ], [ -111.25330089763123, 41.227764401622714 ], [ -111.25334374945479, 41.228047154467241 ], [ -111.25337478138967, 41.228358758471487 ], [ -111.2534532234957, 41.22858828650341 ], [ -111.25350750714303, 41.228741300777799 ], [ -111.25363908565609, 41.228826585782365 ], [ -111.25384849895566, 41.228983762022622 ], [ -111.25412918948653, 41.229059709785659 ], [ -111.25434411673702, 41.229099770666537 ], [ -111.25446349992242, 41.229116621863263 ], [ -111.25454109430913, 41.229126359022906 ], [ -111.25467215062365, 41.229076525977206 ], [ -111.25477343001737, 41.229040270469298 ], [ -111.25504743839612, 41.228931569483436 ], [ -111.25539905404969, 41.228836207544987 ], [ -111.25586391367929, 41.22871356935817 ], [ -111.25628708135339, 41.22860903782918 ], [ -111.25647177462223, 41.228545571540472 ], [ -111.25698340660823, 41.228484978941729 ], [ -111.25733068941531, 41.228503119915452 ], [ -111.25763483840552, 41.2284754162254 ], [ -111.25787918775706, 41.228411814192356 ], [ -111.25825522666094, 41.228460514729306 ], [ -111.25861921031311, 41.228477713573319 ], [ -111.25894622405755, 41.22849949834221 ], [ -111.25917404233066, 41.228480069290747 ], [ -111.25952593802357, 41.228457657853319 ], [ -111.25976412359557, 41.228344522436174 ], [ -111.26013314448335, 41.228127500545945 ], [ -111.2604841727867, 41.227887097708837 ], [ -111.26086523112095, 41.227697970623836 ], [ -111.26113931334181, 41.227611774634084 ], [ -111.26131805131176, 41.227552818006359 ], [ -111.2615027367068, 41.227489343659961 ], [ -111.26193796256911, 41.227420795449376 ], [ -111.26239755439813, 41.227478300250482 ], [ -111.26299441215383, 41.227549001603485 ], [ -111.26328821348665, 41.227620393177439 ], [ -111.26364487204319, 41.22759705747653 ], [ -111.26405579506198, 41.227419561681934 ], [ -111.26418678993342, 41.227357106923193 ], [ -111.264544204182, 41.227225672265831 ], [ -111.26474076233164, 41.2271486536441 ], [ -111.2650386633547, 41.227053385737122 ], [ -111.26550378366026, 41.227002770979098 ], [ -111.26599864017784, 41.226929565981301 ], [ -111.26642201769079, 41.226883547866159 ], [ -111.26698256744676, 41.22682820237128 ], [ -111.26737033331865, 41.226827302681095 ], [ -111.26752541763342, 41.22682153776848 ], [ -111.26783680870955, 41.226817210769511 ], [ -111.26828318491262, 41.226852203147764 ], [ -111.26849803972878, 41.22687422205356 ], [ -111.26914286359026, 41.227003330846877 ], [ -111.26961466746644, 41.227128337322981 ], [ -111.27011589367852, 41.227154186286256 ], [ -111.27062882874327, 41.227125958333858 ], [ -111.27108794227659, 41.227066327270826 ], [ -111.27173739613737, 41.226871127325438 ], [ -111.27235683116652, 41.226630955367035 ], [ -111.27288700255735, 41.226445038861065 ], [ -111.27341137420989, 41.226299669098047 ], [ -111.27385239474978, 41.226195030615088 ], [ -111.27459120189437, 41.225972578413725 ], [ -111.27510376703178, 41.225858756638829 ], [ -111.27542566032646, 41.225799436017574 ], [ -111.27615917808821, 41.225740028867257 ], [ -111.27657087145163, 41.225756155769105 ], [ -111.27695287419618, 41.225804780946113 ], [ -111.27724541349525, 41.225858124219151 ], [ -111.27755596415842, 41.225938446948284 ], [ -111.27789028243625, 41.225996191808022 ], [ -111.27827842493816, 41.226085333183534 ], [ -111.27846335716612, 41.226084886129037 ], [ -111.27857664537699, 41.226071100314428 ], [ -111.27887438728803, 41.225944269452484 ], [ -111.27904704336824, 41.225862780355776 ], [ -111.27931351354448, 41.225677472970581 ], [ -111.27956451027791, 41.22550121040176 ], [ -111.27983230502861, 41.225347426140416 ], [ -111.28010616009549, 41.225216146190498 ], [ -111.28032059408582, 41.225139958268954 ], [ -111.28064824810666, 41.225034668878223 ], [ -111.28106684589874, 41.22499221171708 ], [ -111.28129821290439, 41.224970027872757 ], [ -111.28148935848354, 41.225028111948404 ], [ -111.28169157081707, 41.225162735541936 ], [ -111.2818545665142, 41.225333486256012 ], [ -111.28195677298999, 41.225517897400181 ], [ -111.28210087417447, 41.225733733368557 ], [ -111.28227045769648, 41.226048593256905 ], [ -111.28239543250618, 41.226255467847707 ], [ -111.28249812656719, 41.226552475648973 ], [ -111.28254699523872, 41.226818087884638 ], [ -111.28262001779179, 41.227151199820156 ], [ -111.28263280244921, 41.227349341538265 ], [ -111.28274129039815, 41.227605799439921 ], [ -111.28281973714002, 41.227812787745037 ], [ -111.28295784167253, 41.228019629410113 ], [ -111.28300603360185, 41.228127605380564 ], [ -111.28294083762994, 41.228226852124237 ], [ -111.28275599645575, 41.228249825816469 ], [ -111.2825352443049, 41.228245863728887 ], [ -111.28239799329546, 41.228237192537527 ], [ -111.28220122039431, 41.228260194600018 ], [ -111.28204659472878, 41.228373171764872 ], [ -111.2819518390872, 41.228535545406459 ], [ -111.28185756653617, 41.228810516105128 ], [ -111.2818110198149, 41.229085369924327 ], [ -111.2817585068584, 41.229360238310512 ], [ -111.28165237789312, 41.229653253542324 ], [ -111.28151636050234, 41.229932829939969 ], [ -111.28121986015098, 41.230352420087669 ], [ -111.28088090019676, 41.23060997149085 ], [ -111.28063125408545, 41.230826768874849 ], [ -111.2801968909143, 41.231098062506028 ], [ -111.27987580198767, 41.23135106350491 ], [ -111.27944185414636, 41.231721439734279 ], [ -111.27924545304258, 41.231834514450732 ], [ -111.27914427877415, 41.231893310856819 ], [ -111.27895973224686, 41.231988340623182 ], [ -111.27869745372448, 41.232043022879445 ], [ -111.27846502438493, 41.232102136288752 ], [ -111.27807755215225, 41.23217963946994 ], [ -111.27780369833977, 41.232319021532511 ], [ -111.27754742555491, 41.232383595325167 ], [ -111.27711250676158, 41.232528768561323 ], [ -111.27685662770587, 41.232687021613494 ], [ -111.27655957264359, 41.232984994821372 ], [ -111.27641721899055, 41.233183509539302 ], [ -111.27629295277433, 41.233427019972048 ], [ -111.27615080206401, 41.233674176296468 ], [ -111.27600284314731, 41.233959179361989 ], [ -111.27581887312522, 41.234193824484393 ], [ -111.27550352938636, 41.234401760129465 ], [ -111.27523564982104, 41.234546526461841 ], [ -111.27500328397262, 41.234623648429348 ], [ -111.2746695840472, 41.234723531331589 ], [ -111.27427036618171, 41.234850592911229 ], [ -111.27388322989036, 41.235013655796571 ], [ -111.2733768390338, 41.235195016277032 ], [ -111.27302532822155, 41.235317456332986 ], [ -111.27268574891089, 41.235439867059519 ], [ -111.27238183597511, 41.2355306649239 ], [ -111.27201874339953, 41.235738703929172 ], [ -111.2718400675132, 41.235815692656885 ], [ -111.27153635668321, 41.235956031014254 ], [ -111.27118506171372, 41.236132512064458 ], [ -111.27085149699036, 41.2362684149873 ], [ -111.27050607215926, 41.236422360513856 ], [ -111.27024399138917, 41.236531070155102 ], [ -111.26994014411204, 41.236639877118925 ], [ -111.26965425094266, 41.236762153017537 ], [ -111.26954160845095, 41.236938069908838 ], [ -111.26942959418467, 41.237267118729328 ], [ -111.269412748606, 41.23752388196813 ], [ -111.26937789207969, 41.23775366377108 ], [ -111.26936706830192, 41.238023924672753 ], [ -111.26937388556595, 41.238231089328046 ], [ -111.26947026232104, 41.238452456983211 ], [ -111.26959038810412, 41.238644943823445 ], [ -111.2697223221238, 41.238806776178045 ], [ -111.26982438609269, 41.238959670524224 ], [ -111.27002254870368, 41.239265472921012 ], [ -111.27020863119621, 41.239535271907677 ], [ -111.27035889210831, 41.23979974998344 ], [ -111.27050310198162, 41.240043524012314 ], [ -111.27079148033765, 41.240520262174137 ], [ -111.27097100737755, 41.240645949711855 ], [ -111.27118044404831, 41.240789582225865 ], [ -111.2717543481731, 41.241049456772636 ], [ -111.27204836886779, 41.241156856648978 ], [ -111.27240571488154, 41.24128212167124 ], [ -111.27265084612527, 41.241398643500311 ], [ -111.27280662365332, 41.241551407926124 ], [ -111.2729446134072, 41.241731237841847 ], [ -111.27314225513963, 41.241906422174516 ], [ -111.27331629258725, 41.242144717112893 ], [ -111.27384953821409, 41.242665905147803 ], [ -111.27440681149916, 41.243223064776124 ], [ -111.27464066042293, 41.243492742548526 ], [ -111.27497614187524, 41.243807216382123 ], [ -111.2750540927791, 41.243897108628602 ], [ -111.2752159435255, 41.244072374818408 ], [ -111.27535953428502, 41.244162109942891 ], [ -111.27551481392966, 41.244193265944133 ], [ -111.27559840776584, 41.2442056768705 ], [ -111.2756760230704, 41.244215399697353 ], [ -111.27587292191257, 41.244210424194939 ], [ -111.27620109922198, 41.244205133526599 ], [ -111.27649353020398, 41.244213439528835 ], [ -111.2767085927745, 41.244270573089558 ], [ -111.27689405539178, 41.244383626051814 ], [ -111.27706208874598, 41.24460841788725 ], [ -111.27716457853791, 41.244855886860492 ], [ -111.27724346647814, 41.245166467446417 ], [ -111.27734063800322, 41.245567082322943 ], [ -111.27741342695279, 41.245846150005129 ], [ -111.27742650464327, 41.246116353672832 ], [ -111.27740497151431, 41.246386640716821 ], [ -111.27741630336907, 41.246526234911556 ], [ -111.27744709302391, 41.24675135667966 ], [ -111.27748428860214, 41.247080053125003 ], [ -111.27750261022484, 41.24717909518133 ], [ -111.27752133210434, 41.24737271855782 ], [ -111.27751595537556, 41.247512352989183 ], [ -111.27748743265025, 41.247823192092831 ], [ -111.2774704446466, 41.248039421099755 ], [ -111.27734047261339, 41.248350504568492 ], [ -111.27723870599051, 41.248557929860979 ], [ -111.27715722863117, 41.248765306219966 ], [ -111.27710420512469, 41.248927574866443 ], [ -111.27700372551284, 41.249157516419999 ], [ -111.27695685918151, 41.249364809345117 ], [ -111.27695773409641, 41.249571987418058 ], [ -111.27697039227495, 41.249743105806232 ], [ -111.27701262280371, 41.249851098212758 ], [ -111.27711441656155, 41.249931923764571 ], [ -111.27717476004234, 41.250089415593791 ], [ -111.27725285475015, 41.250210833313886 ], [ -111.27736088379569, 41.25035469845465 ], [ -111.27755859770667, 41.250537981791311 ], [ -111.27766102629693, 41.250768335326676 ], [ -111.27781712403063, 41.250988650663217 ], [ -111.27800262288511, 41.251105304737436 ], [ -111.27813508039122, 41.251379723689197 ], [ -111.27830902364407, 41.251585582695185 ], [ -111.27830393882812, 41.251793675863084 ], [ -111.2782209997782, 41.251938001583397 ], [ -111.27806028642786, 41.252037475942195 ], [ -111.2779116764077, 41.252176555312019 ], [ -111.27779276046414, 41.252281333097955 ], [ -111.27756090683343, 41.252493576233881 ], [ -111.27725631854943, 41.252724009721952 ], [ -111.2770076370695, 41.252909268765045 ], [ -111.27672818660888, 41.253157656017713 ], [ -111.27653238158025, 41.253428361289153 ], [ -111.27646768254891, 41.253653712347088 ], [ -111.27651664257968, 41.253941845241634 ], [ -111.27654767970326, 41.254225517237238 ], [ -111.27659652653527, 41.254486626862608 ], [ -111.27669251090354, 41.254603497976369 ], [ -111.27676452791997, 41.254697907057576 ], [ -111.27716523221852, 41.254895115324878 ], [ -111.27730915417563, 41.255056909633119 ], [ -111.27740586472402, 41.255344927059092 ], [ -111.27744819491579, 41.255475438518296 ], [ -111.27737724301038, 41.25563324639333 ], [ -111.27725877323783, 41.25584521559918 ], [ -111.27715225449751, 41.256060759038114 ], [ -111.27689699159292, 41.256386555626555 ], [ -111.27668245913105, 41.256747384269381 ], [ -111.27663640010688, 41.256864596633427 ], [ -111.27666817675448, 41.257040172811521 ], [ -111.2767393069164, 41.257206646571731 ], [ -111.27696091728315, 41.257390774045483 ], [ -111.27723633990284, 41.257597291077445 ], [ -111.27761379987629, 41.25793867876682 ], [ -111.27778764833126, 41.258118415864267 ], [ -111.27813479400805, 41.258347277199007 ], [ -111.27843398361665, 41.258526710451314 ], [ -111.27867216192145, 41.258674763238112 ], [ -111.27884826855414, 41.258822965875567 ], [ -111.27911068736627, 41.259056533312474 ], [ -111.27956575711904, 41.259397726336019 ], [ -111.27997289033968, 41.259693995026005 ], [ -111.28022595934928, 41.259972621700619 ], [ -111.28031525806377, 41.260197599744835 ], [ -111.2804119124545, 41.260467598877355 ], [ -111.28059856091181, 41.260845472412619 ], [ -111.28073676717821, 41.261061323074493 ], [ -111.28089286518656, 41.261273526786937 ], [ -111.28085181326365, 41.261443874632754 ], [ -111.28064831758354, 41.261592999785833 ], [ -111.28033972775299, 41.261732471920396 ], [ -111.27989291788506, 41.261932631675897 ], [ -111.27939220917249, 41.262091484555889 ], [ -111.27886269429058, 41.262214373775102 ], [ -111.27827252453058, 41.262391454053549 ], [ -111.27771140285793, 41.262663043279389 ], [ -111.27745540806376, 41.262821297197725 ], [ -111.27722304387933, 41.262921843646374 ], [ -111.27682380798119, 41.263084044090618 ], [ -111.27663318259819, 41.26317458038929 ], [ -111.27629488768673, 41.263351045054421 ], [ -111.27606736707969, 41.263468692383249 ], [ -111.27577558922317, 41.263636036156193 ], [ -111.2755612931245, 41.263776170332441 ], [ -111.27519761986628, 41.263880630006391 ], [ -111.27486377158485, 41.263980513426226 ], [ -111.27466118397814, 41.264066571101338 ], [ -111.27425653480307, 41.26436479347813 ], [ -111.2740432875345, 41.264757141006484 ], [ -111.27392080586824, 41.265158280013679 ], [ -111.27391479103697, 41.265433032507993 ], [ -111.27397572491347, 41.265730145215471 ], [ -111.27406610606408, 41.265931705014019 ], [ -111.27418622827294, 41.266107972047756 ], [ -111.27434798105003, 41.266247207744946 ], [ -111.27461140002659, 41.266431239801356 ], [ -111.27488112972354, 41.266696326445079 ], [ -111.27509107432483, 41.266939035789683 ], [ -111.27527138207716, 41.267231358537281 ], [ -111.27537968104416, 41.267433775186703 ], [ -111.27545278930383, 41.267784904714595 ], [ -111.27553766670978, 41.268095470886919 ], [ -111.27554490475725, 41.268397215016158 ], [ -111.27546815432893, 41.268600074271326 ], [ -111.27554060165393, 41.268793568690171 ], [ -111.27564357864927, 41.269149130425617 ], [ -111.27586009116382, 41.269531443471962 ], [ -111.2760651224595, 41.270021877236054 ], [ -111.27617981567336, 41.270323363511089 ], [ -111.27618722780971, 41.270665642166321 ], [ -111.27606870830512, 41.270873105835364 ], [ -111.27595022598328, 41.271089577086386 ], [ -111.27584362155989, 41.271291607270292 ], [ -111.27580342989963, 41.271670931916304 ], [ -111.27584635534026, 41.271941063044423 ], [ -111.27593677366431, 41.272148025736328 ], [ -111.27603316232984, 41.272354974035068 ], [ -111.27619004673724, 41.272750940883228 ], [ -111.2762565690016, 41.272953456717936 ], [ -111.27635199383595, 41.273214453812201 ], [ -111.27644332449825, 41.273353855395115 ], [ -111.2765334995899, 41.273502267473752 ], [ -111.27670759581989, 41.273731547969795 ], [ -111.27693540345332, 41.273956195107473 ], [ -111.27708571779382, 41.274208051703013 ], [ -111.27721802433568, 41.274436531186829 ], [ -111.27719477706852, 41.27458611655134 ], [ -111.27717181165994, 41.274802358905518 ], [ -111.27717516480455, 41.275595036659084 ], [ -111.27713453639767, 41.275869872142465 ], [ -111.27718283057808, 41.275995864971406 ], [ -111.27728522189008, 41.276208202299316 ], [ -111.27741154399621, 41.276432191995475 ], [ -111.27747250421913, 41.276729302201545 ], [ -111.2773442801679, 41.277184504599042 ], [ -111.27727825251806, 41.277382835027339 ], [ -111.27705784938766, 41.27750046691839 ], [ -111.27682523855736, 41.277555073211609 ], [ -111.27656162008275, 41.277618761316283 ], [ -111.27619294363598, 41.277687204797687 ], [ -111.2757696054275, 41.277818832572741 ], [ -111.27538117707824, 41.278017933710359 ], [ -111.27498940993328, 41.278275592135302 ], [ -111.27478145033217, 41.278514795078344 ], [ -111.27459142292011, 41.278759359540445 ], [ -111.27450288289772, 41.279001880183131 ], [ -111.2744675135005, 41.279110057963969 ], [ -111.27428378924358, 41.27943477617378 ], [ -111.27415342020991, 41.279669289161568 ], [ -111.27399863362221, 41.28006149636952 ], [ -111.27384593216807, 41.280381636098987 ], [ -111.27367393538611, 41.280656782553166 ], [ -111.27351353978919, 41.280850831112424 ], [ -111.27330552908111, 41.281081023628786 ], [ -111.27302602006418, 41.281347416483484 ], [ -111.27275814995821, 41.281541718802579 ], [ -111.27208496798168, 41.281903623115973 ], [ -111.27179274301355, 41.28198538344008 ], [ -111.27156611982637, 41.282048972726287 ], [ -111.27130979213166, 41.282148662706277 ], [ -111.2710239829768, 41.282338499352733 ], [ -111.27083355806924, 41.282492980576947 ], [ -111.27061358758385, 41.282722295531009 ], [ -111.27042358451513, 41.282979463791953 ], [ -111.270263415184, 41.283232057804575 ], [ -111.27003764026183, 41.283502821051705 ], [ -111.26986502556322, 41.283633838638536 ], [ -111.26965636282394, 41.283710893720702 ], [ -111.2693582485302, 41.283815181093772 ], [ -111.26894652118997, 41.283879198154665 ], [ -111.26836766524112, 41.283957115133589 ], [ -111.26800372112359, 41.284025521313765 ], [ -111.26756825493001, 41.284125619827634 ], [ -111.26714471073568, 41.284221185138804 ], [ -111.2669059500259, 41.284239754498316 ], [ -111.26667316003463, 41.284258309532156 ], [ -111.26634494605693, 41.284304108245124 ], [ -111.26588529945356, 41.284332194089721 ], [ -111.26560470538529, 41.284341849579839 ], [ -111.2649849015278, 41.284631526845381 ], [ -111.26438890313179, 41.284903130535483 ], [ -111.26386469259891, 41.285209696951867 ], [ -111.26342975916928, 41.285445796040356 ], [ -111.26306111486329, 41.285833973476656 ], [ -111.26262135550591, 41.286357428624427 ], [ -111.26234034816041, 41.286564347426122 ], [ -111.26216290065442, 41.286687257424482 ], [ -111.26199596263473, 41.286750691903059 ], [ -111.26179314373351, 41.286800696074366 ], [ -111.26153667458614, 41.286873341226254 ], [ -111.26141754026007, 41.286945674029909 ], [ -111.26126898130678, 41.287126166809585 ], [ -111.26118036639046, 41.287365073955293 ], [ -111.26114672145823, 41.2876128641158 ], [ -111.26123624441935, 41.287900909814802 ], [ -111.26120782547326, 41.288261285294297 ], [ -111.26110767931706, 41.288603807904103 ], [ -111.26087022482164, 41.288954748633195 ], [ -111.26053741301604, 41.289352745121128 ], [ -111.26012752048371, 41.289889634512619 ], [ -111.25975933187819, 41.290403908876797 ], [ -111.25943848101549, 41.290809982101109 ], [ -111.25943935888171, 41.291031571278701 ], [ -111.25952375918973, 41.291233155092584 ], [ -111.25967372523256, 41.291403964542994 ], [ -111.25972789754631, 41.291511935571002 ], [ -111.25989020107119, 41.291781802356162 ], [ -111.25996910063519, 41.29210140000459 ], [ -111.25992810408707, 41.292304167369622 ], [ -111.25988142166447, 41.292579009692957 ], [ -111.25978637606767, 41.29270533296895 ], [ -111.25971510949297, 41.292804579216828 ], [ -111.25962637418263, 41.293016461909325 ], [ -111.25984871958471, 41.293367263153321 ], [ -111.25998056169156, 41.293484066446325 ], [ -111.26028009555178, 41.293722095404767 ], [ -111.26053212643691, 41.294027789331828 ], [ -111.2607188287823, 41.294423708313658 ], [ -111.26086306674297, 41.294653079555694 ], [ -111.26096586192881, 41.294972622204554 ], [ -111.26107441449437, 41.295238105104538 ], [ -111.26117862160653, 41.29561169090605 ], [ -111.26141220118627, 41.29607956438258 ], [ -111.26155646324113, 41.296313438511852 ], [ -111.26183261418457, 41.296673121205714 ], [ -111.26199443464675, 41.296816877212017 ], [ -111.26235980972329, 41.297086277900988 ], [ -111.2626587363583, 41.297166666081502 ], [ -111.26311315402545, 41.297300744757209 ], [ -111.26373433765052, 41.297321842690884 ], [ -111.2643853637248, 41.297338364857652 ], [ -111.26488728925828, 41.297404769203894 ], [ -111.26537164645883, 41.297556785577726 ], [ -111.26596377783842, 41.29777610915265 ], [ -111.26661513906053, 41.297873687761395 ], [ -111.26695009073269, 41.297999020133709 ], [ -111.26738081833602, 41.298178175659515 ], [ -111.26781164040797, 41.298379848741888 ], [ -111.26831365115943, 41.298464253445985 ], [ -111.26872143249211, 41.298580403113995 ], [ -111.26902489231752, 41.298597709846732 ], [ -111.26948521231709, 41.298709230131855 ], [ -111.26977198796004, 41.298735581707824 ], [ -111.27005844799962, 41.298685367372144 ], [ -111.27039884310315, 41.298680064433668 ], [ -111.27079315532661, 41.298715168577139 ], [ -111.27124731661148, 41.298780756737081 ], [ -111.2718747357299, 41.298861247229439 ], [ -111.27220959009264, 41.298959541225443 ], [ -111.272376867746, 41.298972657184336 ], [ -111.27253817326854, 41.298985787039314 ], [ -111.27298052895078, 41.299083824228262 ], [ -111.27341116347007, 41.299235033316101 ], [ -111.27374595046739, 41.299316208257125 ], [ -111.27398532957716, 41.299432739589506 ], [ -111.27442784145491, 41.299566801856123 ], [ -111.27468501096615, 41.299652662945967 ], [ -111.27473361685959, 41.299849816794051 ], [ -111.27470447363662, 41.30002103368804 ], [ -111.27463393979272, 41.300291434623631 ], [ -111.27459302148033, 41.300503214461827 ], [ -111.2745577919239, 41.300647422556196 ], [ -111.27455238623789, 41.300782551755653 ], [ -111.27453015888364, 41.301178945914209 ], [ -111.27458496835828, 41.301431032268923 ], [ -111.27464544836967, 41.301611043038861 ], [ -111.27477156896786, 41.301777385481259 ], [ -111.27495085597072, 41.301803980649552 ], [ -111.27520782289889, 41.301839397604404 ], [ -111.27545280728189, 41.301865834906557 ], [ -111.27566214675771, 41.301937395809738 ], [ -111.27603302826883, 41.302076127218342 ], [ -111.27650565292836, 41.302264155715584 ], [ -111.27677511971913, 41.302430151530487 ], [ -111.27691262078325, 41.302461347974599 ], [ -111.27717605967729, 41.302613845718405 ], [ -111.27749313809385, 41.302739190312657 ], [ -111.27772630013737, 41.302793575293059 ], [ -111.27807936502367, 41.302953961664521 ], [ -111.27840833447465, 41.30306576337771 ], [ -111.27897075374922, 41.30329860324975 ], [ -111.27931130649682, 41.303324800684436 ], [ -111.27957438510205, 41.303390819393734 ], [ -111.27994476687607, 41.303408835530099 ], [ -111.2801238137027, 41.303377773619665 ], [ -111.2803567024056, 41.303367298135264 ], [ -111.28058963350423, 41.303366730600317 ], [ -111.28084081086608, 41.30344268394623 ], [ -111.2811039146785, 41.303514103744817 ], [ -111.2813072348782, 41.303572157428988 ], [ -111.28170817509633, 41.303751331905644 ], [ -111.28203010397014, 41.303890163719345 ], [ -111.28234864488873, 41.304074041677204 ], [ -111.28264823062817, 41.304293996279966 ], [ -111.28298345984112, 41.304468823740805 ], [ -111.28312726808993, 41.304575662314114 ], [ -111.28336094823416, 41.304747135288103 ], [ -111.28365400170156, 41.304836491000991 ], [ -111.28409051883656, 41.304952515234888 ], [ -111.28445507097047, 41.305001157570281 ], [ -111.28486746439251, 41.305063191987045 ], [ -111.28517806673764, 41.305066926797792 ], [ -111.2855723464946, 41.305083964831887 ], [ -111.28579962549968, 41.305155462737574 ], [ -111.2860511857581, 41.305316076537864 ], [ -111.28603380280201, 41.305438625068973 ], [ -111.28602260512882, 41.30560980004929 ], [ -111.28592776445383, 41.305775778168268 ], [ -111.28574956723712, 41.30600231504323 ], [ -111.28566048585826, 41.306119636816391 ], [ -111.28547067107708, 41.306421867124754 ], [ -111.2852806150516, 41.306669150469119 ], [ -111.28515595353399, 41.306846011116853 ], [ -111.28499566560815, 41.307071601645909 ], [ -111.284787279433, 41.307225249009555 ], [ -111.28463824968522, 41.307293175683384 ], [ -111.28449519258206, 41.30736108740259 ], [ -111.28429882850233, 41.307532719647092 ], [ -111.28412653130802, 41.307744826989257 ], [ -111.28397818366312, 41.307970386597908 ], [ -111.28388942855725, 41.308164271960202 ], [ -111.28391418033998, 41.308362381216376 ], [ -111.28399276802983, 41.308578373134026 ], [ -111.28409520948328, 41.308785298380307 ], [ -111.28418004518522, 41.309064328911461 ], [ -111.28428873503071, 41.309334292716514 ], [ -111.28446244535131, 41.309446460312152 ], [ -111.28471940814767, 41.30947284823224 ], [ -111.2848149197012, 41.309459100341243 ], [ -111.28487461195094, 41.309449944891547 ], [ -111.2852627289525, 41.309417456640368 ], [ -111.2856391351734, 41.309439042575022 ], [ -111.28602147541353, 41.309451604795164 ], [ -111.28643405605364, 41.309549664019329 ], [ -111.28671491264805, 41.309575988024868 ], [ -111.28704917230229, 41.309521108538725 ], [ -111.28723414229164, 41.309475608439023 ], [ -111.28744264852156, 41.309348979621895 ], [ -111.28756855069457, 41.30918292276337 ], [ -111.28771578908419, 41.308978979929719 ], [ -111.28782263144313, 41.308825581257175 ], [ -111.28812648555306, 41.30864917017265 ], [ -111.28859172964123, 41.308499376998412 ], [ -111.28892596231383, 41.308439988254868 ], [ -111.28932627617141, 41.308466005999357 ], [ -111.28952334706894, 41.308456502761047 ], [ -111.28968467927707, 41.308469608480173 ], [ -111.28998331197145, 41.308464352692098 ], [ -111.29016833681663, 41.308432359344778 ], [ -111.29060470939011, 41.308507824311313 ], [ -111.29089195657404, 41.308628703266209 ], [ -111.29123332327309, 41.308830514244605 ], [ -111.2914911889858, 41.309059558896507 ], [ -111.29165891766856, 41.309167226906162 ], [ -111.29185053940466, 41.309274834093074 ], [ -111.29217946344782, 41.309364077055228 ], [ -111.29237080492233, 41.309408629914593 ], [ -111.2924790460105, 41.309570494227927 ], [ -111.2924799719171, 41.309777669847414 ], [ -111.29257073730075, 41.310038663577231 ], [ -111.29272747071492, 41.310358039773142 ], [ -111.29303333531624, 41.310631997510285 ], [ -111.29324924009653, 41.310825114009688 ], [ -111.29339362828527, 41.311054443344702 ], [ -111.2934604452745, 41.311301985745779 ], [ -111.29366507385177, 41.311643757811758 ], [ -111.29384534593504, 41.311882002727117 ], [ -111.29399571194529, 41.312111316001257 ], [ -111.29415199168081, 41.312327102356747 ], [ -111.29430821168107, 41.312529377044029 ], [ -111.29454808107631, 41.312735941360323 ], [ -111.29460232867632, 41.312843895328719 ], [ -111.29462116559534, 41.313047421873073 ], [ -111.29454336594857, 41.313280921240548 ], [ -111.29455114234327, 41.313416017320932 ], [ -111.29455784571405, 41.313578139338254 ], [ -111.29462444666767, 41.313776138980785 ], [ -111.29466762030373, 41.31407778745718 ], [ -111.29473991389872, 41.314478446374224 ], [ -111.29483843150571, 41.314865526455357 ], [ -111.29476786382521, 41.315113419744137 ], [ -111.29456613825336, 41.315420198931491 ], [ -111.29447246464834, 41.315843801843215 ], [ -111.29456261796028, 41.315965175500523 ], [ -111.29465898874908, 41.316140579534263 ], [ -111.29483891160763, 41.316297754043916 ], [ -111.29507879655648, 41.316504317067199 ], [ -111.29531264823331, 41.316697383470924 ], [ -111.29547467308851, 41.316859106749384 ], [ -111.29560703308196, 41.317065944611535 ], [ -111.2957330536226, 41.317191729069386 ], [ -111.29609395067945, 41.317735768664249 ], [ -111.29623824185215, 41.317938071211984 ], [ -111.29634613951077, 41.31801886299516 ], [ -111.29651381754587, 41.318108508420885 ], [ -111.29669937700231, 41.318189099786295 ], [ -111.29681981609725, 41.318400470789861 ], [ -111.29683871883101, 41.318616607411307 ], [ -111.29674990591752, 41.318792487015919 ], [ -111.29665473049563, 41.318882809576522 ], [ -111.29649979431616, 41.318968782148801 ], [ -111.2962909080091, 41.319014358643443 ], [ -111.2960342700364, 41.319069065301903 ], [ -111.295837371856, 41.319123617863625 ], [ -111.29559877725197, 41.319205300343249 ], [ -111.29540797435058, 41.319286859684176 ], [ -111.29514659596389, 41.319350584250493 ], [ -111.29478120772174, 41.319401063052545 ], [ -111.29444109236567, 41.319492010799628 ], [ -111.29407738347898, 41.319650575737867 ], [ -111.2939048233464, 41.3198041477497 ], [ -111.29371450187067, 41.319993795709131 ], [ -111.29353049695288, 41.320259992871627 ], [ -111.29348966812925, 41.320480786148508 ], [ -111.29348438096051, 41.320633930882451 ], [ -111.29364649602738, 41.320814572602394 ], [ -111.29377763921863, 41.321016010896493 ], [ -111.29388748242924, 41.321263442789387 ], [ -111.2940259016183, 41.321488282276228 ], [ -111.29416620521904, 41.321866247990208 ], [ -111.29422661678278, 41.322280448625698 ], [ -111.2942038741339, 41.322537226714928 ], [ -111.29425292491322, 41.322816340569545 ], [ -111.29428419479511, 41.323127026859467 ], [ -111.29431503942803, 41.32334313319069 ], [ -111.29439420671751, 41.323676216229231 ], [ -111.29446102038486, 41.323919253644334 ], [ -111.29448087002342, 41.324347069327935 ], [ -111.29448107684486, 41.324393008143716 ], [ -111.2944757674031, 41.324540748245838 ], [ -111.29440346615563, 41.324671545054613 ], [ -111.2943337165713, 41.324838366146274 ], [ -111.29434064368078, 41.325050029706894 ], [ -111.29433003215816, 41.32534731138476 ], [ -111.29436756208268, 41.325721035494716 ], [ -111.29438072757782, 41.325991233195118 ], [ -111.29444195416774, 41.326319858072132 ], [ -111.29438972269948, 41.326662284706039 ], [ -111.29436143020732, 41.327013657787596 ], [ -111.29435047392774, 41.327234374711352 ], [ -111.2944350532981, 41.327441335715157 ], [ -111.29462744339547, 41.327706570845059 ], [ -111.29474787321564, 41.327913439827768 ], [ -111.29497755381072, 41.328232625101663 ], [ -111.29506077894204, 41.32840355824468 ], [ -111.29510353786551, 41.328610625911566 ], [ -111.29511117924967, 41.328979922335222 ], [ -111.29502297761299, 41.329295418196445 ], [ -111.29492837361906, 41.329516349460434 ], [ -111.29491122048034, 41.32968753983431 ], [ -111.29489418910833, 41.329885753006714 ], [ -111.29493678600468, 41.330056790274128 ], [ -111.2950691102898, 41.330250116794517 ], [ -111.29524893080632, 41.330375763541461 ], [ -111.29535089314034, 41.330461075145514 ], [ -111.29574561360154, 41.33054113094294 ], [ -111.29608643701955, 41.330594300929953 ], [ -111.2965405831758, 41.330602139476397 ], [ -111.29698751843783, 41.330600987132385 ], [ -111.29733555420131, 41.330663142513508 ], [ -111.29770048487076, 41.330761283961728 ], [ -111.29791608033371, 41.330868818581152 ], [ -111.29828768659551, 41.331120071848865 ], [ -111.29859241527664, 41.331380505121381 ], [ -111.298965407392, 41.331672287241801 ], [ -111.29922887117345, 41.331793206588877 ], [ -111.29940237815975, 41.331842297746604 ], [ -111.29961779425487, 41.331909294959502 ], [ -111.29985105376471, 41.331958229880073 ], [ -111.30003636739249, 41.33197576236357 ], [ -111.30034730502766, 41.332024493762091 ], [ -111.30065220579736, 41.332059728536052 ], [ -111.30102893374342, 41.332121797773382 ], [ -111.30162701531971, 41.332241835972155 ], [ -111.30192009209919, 41.332304121474472 ], [ -111.30214651740562, 41.332425131274562 ], [ -111.30235635863684, 41.332577711146079 ], [ -111.30274727930603, 41.332864929982648 ], [ -111.3030592459549, 41.333134339991197 ], [ -111.30326284473796, 41.333228384575307 ], [ -111.30347235671375, 41.333308901656892 ], [ -111.303627919825, 41.333352629116419 ], [ -111.30398648495738, 41.333361591135777 ], [ -111.30435118901082, 41.333405665833233 ], [ -111.30464418963392, 41.333449929182898 ], [ -111.30500325540694, 41.333566078329909 ], [ -111.30535632607064, 41.333677738409165 ], [ -111.30572116434004, 41.33400555091152 ], [ -111.30591497724548, 41.334050074436981 ], [ -111.30614806614575, 41.33431518177413 ], [ -111.30623822455179, 41.334427538148731 ], [ -111.30648963529656, 41.334521449774421 ], [ -111.30673557840205, 41.334723467787242 ], [ -111.30707104916814, 41.334902727205879 ], [ -111.30729892090551, 41.335073265272769 ], [ -111.3076580850439, 41.33520742122387 ], [ -111.30772474803233, 41.335405412327638 ], [ -111.30788802399987, 41.335562610352866 ], [ -111.30798913825004, 41.335716371419366 ], [ -111.30812114752949, 41.335832217368839 ], [ -111.30830629855456, 41.336065921631558 ], [ -111.30862530399962, 41.336299266740447 ], [ -111.30893095258264, 41.33648760833519 ], [ -111.30921240224885, 41.336612960267644 ], [ -111.30964953917123, 41.336805450462712 ], [ -111.31005144416415, 41.337128645454207 ], [ -111.31032124666508, 41.337317079881615 ], [ -111.31045307511138, 41.337393289758666 ], [ -111.31069274452493, 41.337527758426219 ], [ -111.31098617486924, 41.337657577496635 ], [ -111.31121372339499, 41.337756047053588 ], [ -111.31142951423823, 41.337895082586009 ], [ -111.31154941512908, 41.337975827316761 ], [ -111.31166336204259, 41.338061091889635 ], [ -111.31189128254431, 41.338237025234825 ], [ -111.31216657177733, 41.338320951209951 ], [ -111.3125254838063, 41.338396542567764 ], [ -111.31318398396461, 41.338637960264982 ], [ -111.31335152210802, 41.338682542709506 ], [ -111.31351966523481, 41.338853230922332 ], [ -111.31357400922977, 41.33897018284452 ], [ -111.31388587660474, 41.33920353267559 ], [ -111.31423957295272, 41.339435866684987 ], [ -111.31450924535633, 41.339592764646746 ], [ -111.31479096192989, 41.339768545176064 ], [ -111.31524673731839, 41.340100582160296 ], [ -111.31548655689986, 41.340262063417256 ], [ -111.31574434904356, 41.340432502552638 ], [ -111.31588814200809, 41.340508673329367 ], [ -111.31619476787272, 41.340890658043179 ], [ -111.31645813005014, 41.341223218603773 ], [ -111.31662796296672, 41.341492982083068 ], [ -111.31685065311586, 41.341817546673724 ], [ -111.31697143707108, 41.34207753618319 ], [ -111.31717606702954, 41.342374226024752 ], [ -111.31726036682645, 41.342504605096288 ], [ -111.31753169998395, 41.342999279420951 ], [ -111.31781400433754, 41.34329124991195 ], [ -111.31804199908484, 41.343475277597399 ], [ -111.31838352196115, 41.343654486984349 ], [ -111.3187907856481, 41.343833513276692 ], [ -111.31947276248189, 41.343971241337563 ], [ -111.31986761567768, 41.344055717603013 ], [ -111.32032829741246, 41.344158024676879 ], [ -111.32061684089467, 41.344256305722922 ], [ -111.32086096154235, 41.344314175333629 ], [ -111.32119625458525, 41.344439347623762 ], [ -111.32169859362203, 41.344504601449771 ], [ -111.32211107558712, 41.344526867736953 ], [ -111.32252930302886, 41.344502276508528 ], [ -111.3230793075729, 41.344537665376592 ], [ -111.32331599248423, 41.344541504567822 ], [ -111.32353952949499, 41.34454538023347 ], [ -111.3239816216104, 41.344512609726785 ], [ -111.32419097173627, 41.344548050941476 ], [ -111.32430470076399, 41.344583761253695 ], [ -111.32443649305367, 41.344646443574668 ], [ -111.32459239226483, 41.344749592315821 ], [ -111.3248500467233, 41.344883980559686 ], [ -111.32511952056853, 41.344991311798154 ], [ -111.32527539926443, 41.345089955824868 ], [ -111.32547313556879, 41.345192985114601 ], [ -111.32565271891008, 41.345251027034863 ], [ -111.32597041110387, 41.345439288932454 ], [ -111.32623939450669, 41.345447534464924 ], [ -111.32651437688337, 41.345460266188852 ], [ -111.32685498728866, 41.345450291698938 ], [ -111.32710022296592, 41.345490129532344 ], [ -111.32720258857992, 41.345642969079641 ], [ -111.32718589441075, 41.346128530350498 ], [ -111.32718359776719, 41.346624859861031 ], [ -111.3272153067621, 41.346989580589309 ], [ -111.32732430570762, 41.347273012418754 ], [ -111.3275171856841, 41.347597640761805 ], [ -111.32759525747764, 41.347910885633787 ], [ -111.327580851462, 41.348137019255518 ], [ -111.32762327634632, 41.348492701598751 ], [ -111.32769750331398, 41.348992416119181 ], [ -111.32770553518283, 41.349402242332069 ], [ -111.32760018841881, 41.349848421985293 ], [ -111.32752323924905, 41.349998168332661 ], [ -111.3274290271542, 41.350281277263782 ], [ -111.32739918853201, 41.350529073083521 ], [ -111.32737776247099, 41.350785852625044 ], [ -111.32732532393366, 41.351056231862074 ], [ -111.32733292516491, 41.351380486327862 ], [ -111.32735218714555, 41.35164615776425 ], [ -111.32725166116474, 41.351862627687467 ], [ -111.32718733487911, 41.352146552115528 ], [ -111.32717632792884, 41.352335744423044 ], [ -111.32717741033417, 41.352551925356828 ], [ -111.32707653973915, 41.352699937807614 ], [ -111.32708969324565, 41.352939504355099 ], [ -111.32710911256069, 41.353236702144166 ], [ -111.32723578242702, 41.353466037521898 ], [ -111.32742829226639, 41.353713200782614 ], [ -111.32760986397801, 41.353924364187677 ], [ -111.32784308939293, 41.354184922320243 ], [ -111.32803551321518, 41.354414069447799 ], [ -111.32831802712539, 41.354728532074986 ], [ -111.32870836149797, 41.355087724400185 ], [ -111.32888247370103, 41.35524035723946 ], [ -111.32914597423665, 41.355338688222723 ], [ -111.32934338903027, 41.355370551035939 ], [ -111.32960652271552, 41.355395919947782 ], [ -111.32985184287122, 41.355444759236185 ], [ -111.33000763997012, 41.355520877726093 ], [ -111.33019950629865, 41.355637427000033 ], [ -111.3303439871555, 41.355839684760092 ], [ -111.33056044808144, 41.356091277742529 ], [ -111.33070458912073, 41.356225978552636 ], [ -111.33088514260301, 41.356468666420504 ], [ -111.33110169900213, 41.356738273399273 ], [ -111.3312878217788, 41.356899875651941 ], [ -111.33185837940272, 41.357429683717918 ], [ -111.33201418357, 41.357505799438762 ], [ -111.33221171621105, 41.357559275353381 ], [ -111.3323802133865, 41.357545277350866 ], [ -111.33255202189933, 41.357477223581867 ], [ -111.33285575042113, 41.357255657887649 ], [ -111.33298084151234, 41.357169723266352 ], [ -111.33317858180664, 41.357029532253499 ], [ -111.33349931884095, 41.356861961562664 ], [ -111.33380922581257, 41.356680909898166 ], [ -111.33409533654886, 41.35652244562764 ], [ -111.33429206135767, 41.356418286277851 ], [ -111.33485933812852, 41.356304041356019 ], [ -111.33524747614604, 41.356226346250118 ], [ -111.33567780200313, 41.356216084243513 ], [ -111.33594669190632, 41.356197284325653 ], [ -111.33617397168122, 41.356223643633555 ], [ -111.33627542041489, 41.356190919674766 ], [ -111.33647233091739, 41.35612368746046 ], [ -111.33679473801796, 41.356050683121701 ], [ -111.33700359764771, 41.355982514262415 ], [ -111.33739789457896, 41.355940824510185 ], [ -111.33787585073972, 41.355894383997153 ], [ -111.33822830507833, 41.355852814235639 ], [ -111.33858061892833, 41.355784220826514 ], [ -111.33874754102723, 41.355698156851133 ], [ -111.33904540310265, 41.355503615027935 ], [ -111.33923002198115, 41.355372459908288 ], [ -111.33943866629896, 41.3552637527849 ], [ -111.33963584697308, 41.355249659556989 ], [ -111.33980337529903, 41.35528069185218 ], [ -111.34007272423959, 41.355351056784954 ], [ -111.34023467910188, 41.355459570804243 ], [ -111.34045783463816, 41.355841736438713 ], [ -111.34058511982488, 41.356179147071892 ], [ -111.34067567295145, 41.356350024585957 ], [ -111.3407663205146, 41.356538917061883 ], [ -111.34093448722375, 41.356691549205649 ], [ -111.34101256992903, 41.356763379134961 ], [ -111.34110862746044, 41.35684326262804 ], [ -111.34124691317052, 41.356996883633407 ], [ -111.34136128493903, 41.357149674636801 ], [ -111.34155960104127, 41.357351758534662 ], [ -111.34176340112782, 41.357459245393841 ], [ -111.34202090515868, 41.357548556985648 ], [ -111.34235042328186, 41.357691699741203 ], [ -111.34271609155294, 41.357888779842469 ], [ -111.34294975930831, 41.357991671811682 ], [ -111.34326120702788, 41.358107842823244 ], [ -111.3436742271317, 41.358214702056308 ], [ -111.34396141120222, 41.358263386201507 ], [ -111.34431453892347, 41.358347902980107 ], [ -111.34463770834127, 41.358418996907481 ], [ -111.34493720588114, 41.35853519915598 ], [ -111.34538057180941, 41.358727534019053 ], [ -111.34559000269881, 41.358767439755624 ], [ -111.34614756760487, 41.359076528176253 ], [ -111.34638734680719, 41.359202814655028 ], [ -111.34662125918888, 41.359349835905135 ], [ -111.34667599031086, 41.359525320298744 ], [ -111.34668151337175, 41.359664922292026 ], [ -111.34661747994218, 41.359764199356505 ], [ -111.34649293225138, 41.359950132064313 ], [ -111.34638118947336, 41.360296362309903 ], [ -111.34628578224631, 41.360566878997631 ], [ -111.34621693914676, 41.360886857766452 ], [ -111.34624206782351, 41.361116477279097 ], [ -111.34638701643, 41.361395278276852 ], [ -111.346603007864, 41.361543254204477 ], [ -111.34681299848108, 41.361686743980954 ], [ -111.34699924590417, 41.361861831737805 ], [ -111.34751473489283, 41.362121498126264 ], [ -111.34791021328513, 41.362295952392017 ], [ -111.34833493510055, 41.362348713519509 ], [ -111.34868046019636, 41.362347667162716 ], [ -111.34901061106704, 41.362378193166066 ], [ -111.34939397042633, 41.362521152302271 ], [ -111.34992670834845, 41.362650144573671 ], [ -111.35029172676037, 41.362716591466288 ], [ -111.35071623554438, 41.362728810028827 ], [ -111.35077001798254, 41.362725043054716 ], [ -111.35129592966713, 41.362695515179254 ], [ -111.35176814099678, 41.362685065117276 ], [ -111.352204460056, 41.362670219145315 ], [ -111.35261110787027, 41.362695996851066 ], [ -111.35292818371782, 41.362740063142887 ], [ -111.35326911831997, 41.362774146911271 ], [ -111.35356221479095, 41.362805674354767 ], [ -111.35389671333783, 41.362755104147368 ], [ -111.35435674876629, 41.362704146490614 ], [ -111.35518136595542, 41.36263855089053 ], [ -111.35570144889992, 41.362636944581055 ], [ -111.35614971765352, 41.362621145952026 ], [ -111.3565563223698, 41.362638802966487 ], [ -111.35714754981402, 41.362528877904523 ], [ -111.35757881290539, 41.362464485185669 ], [ -111.35782234310005, 41.362396170888474 ], [ -111.35889703620282, 41.36214961788761 ], [ -111.35945248688738, 41.362057807845851 ], [ -111.35985846366908, 41.361961958791582 ], [ -111.3601151409417, 41.36189359852952 ], [ -111.36035866632143, 41.361825278877681 ], [ -111.36090935472687, 41.361737980539552 ], [ -111.36123181150745, 41.361673915302653 ], [ -111.36159648667363, 41.361677273882165 ], [ -111.36207449182116, 41.361635236561938 ], [ -111.36263646146698, 41.36164247477538 ], [ -111.36294781112444, 41.361731569751711 ], [ -111.36322914698526, 41.361798239497588 ], [ -111.36354487945657, 41.361815257837826 ], [ -111.36378524557992, 41.361824406690502 ], [ -111.36407258065319, 41.361894658467307 ], [ -111.36436532146467, 41.361862205225876 ], [ -111.36470598060991, 41.361846713924706 ], [ -111.36508844450528, 41.361823882883947 ], [ -111.3656500126405, 41.361759046470787 ], [ -111.36589625074491, 41.361749256196887 ], [ -111.3661397896476, 41.361684527331931 ], [ -111.36636682748139, 41.36166218642866 ], [ -111.36664771145402, 41.361647780423269 ], [ -111.36693454786472, 41.361628850929726 ], [ -111.36713794714557, 41.361655225170892 ], [ -111.36725286860876, 41.361893561153678 ], [ -111.36727216966599, 41.362136706033596 ], [ -111.36726722995282, 41.362321378559031 ], [ -111.36738876429236, 41.36267228885125 ], [ -111.36744458763881, 41.363031515699149 ], [ -111.36749500117456, 41.363491645395854 ], [ -111.36751392354428, 41.363667234041621 ], [ -111.36755761996469, 41.363995873507925 ], [ -111.36760709217013, 41.364288463914647 ], [ -111.3677165997249, 41.364625900687635 ], [ -111.36777832871387, 41.364971596914486 ], [ -111.36786980732806, 41.365291976595508 ], [ -111.36797845524367, 41.365476285898488 ], [ -111.3681887337389, 41.365660269982925 ], [ -111.36845233493749, 41.365758510376011 ], [ -111.36860184181754, 41.365767039248787 ], [ -111.36884135302104, 41.365833829161367 ], [ -111.36896145227253, 41.365928024404738 ], [ -111.36911785416417, 41.366098668033096 ], [ -111.36947173910409, 41.366303807383709 ], [ -111.36965150077327, 41.366376191997652 ], [ -111.36992767587856, 41.366582480282702 ], [ -111.37010786758296, 41.366730526968787 ], [ -111.37023410183181, 41.366851724053134 ], [ -111.37038445428585, 41.367008873930871 ], [ -111.37053488923011, 41.367180435563533 ], [ -111.37068493130936, 41.367282639442855 ], [ -111.37084128981074, 41.367444273182919 ], [ -111.37110520927094, 41.367596552260807 ], [ -111.37136905313091, 41.367735319515575 ], [ -111.37163269308589, 41.367838056269427 ], [ -111.37202247115606, 41.368043972544783 ], [ -111.37223235859517, 41.368155889308632 ], [ -111.37240635025704, 41.368263418034964 ], [ -111.37255009041614, 41.36830799097676 ], [ -111.37269347094839, 41.368289511446626 ], [ -111.37285476109233, 41.368266469894493 ], [ -111.37305805474445, 41.368270314870273 ], [ -111.37330304323889, 41.368247001332463 ], [ -111.37348229420498, 41.3682284044556 ], [ -111.37363796618172, 41.368268433495601 ], [ -111.37371602130358, 41.368326729680106 ], [ -111.37374730548267, 41.368569834262615 ], [ -111.37374202288831, 41.368691454505218 ], [ -111.3737667359696, 41.368830992597694 ], [ -111.37382768127772, 41.369033466437521 ], [ -111.37385977519983, 41.369209011065607 ], [ -111.37387624766329, 41.369371094979826 ], [ -111.37393204992378, 41.369510532011454 ], [ -111.37407155274525, 41.369649696969859 ], [ -111.37425595155193, 41.3696941355959 ], [ -111.37440541650598, 41.36969364941568 ], [ -111.37457910584229, 41.369747129999674 ], [ -111.37472906193383, 41.369832214324127 ], [ -111.37485635137048, 41.369926379921438 ], [ -111.37509486434188, 41.370023785955787 ], [ -111.37529886758021, 41.37015012846966 ], [ -111.3754499694745, 41.370226200476928 ], [ -111.37575407340579, 41.370292765173517 ], [ -111.37607164223559, 41.370413330861219 ], [ -111.37620943688454, 41.370462422454452 ], [ -111.3764127894471, 41.370475268935728 ], [ -111.37677767009689, 41.370505601580525 ], [ -111.37728047167673, 41.370606641280652 ], [ -111.37785372950785, 41.370691233725701 ], [ -111.37822001641715, 41.37075758770532 ], [ -111.37859160923387, 41.370913999380861 ], [ -111.37911942975666, 41.371204108981871 ], [ -111.37958142054126, 41.371482723378207 ], [ -111.38019883216568, 41.371755417945622 ], [ -111.38051056866894, 41.371898509681849 ], [ -111.38066664746955, 41.37200608505438 ], [ -111.3808109267428, 41.372140722148607 ], [ -111.3809794898043, 41.372338332071585 ], [ -111.38112382303242, 41.372481976214793 ], [ -111.38132807701916, 41.372647940703651 ], [ -111.38153227941416, 41.372804897366741 ], [ -111.38162706154756, 41.372858628854608 ], [ -111.38196431297709, 41.373069189210497 ], [ -111.38235412833892, 41.373270566304754 ], [ -111.38279780935021, 41.373480770528261 ], [ -111.38306180741033, 41.373637525526277 ], [ -111.38334966972269, 41.373785192791445 ], [ -111.38358943691374, 41.373887981525797 ], [ -111.38382771783907, 41.373941232770441 ], [ -111.38414590557771, 41.373958186301742 ], [ -111.38454631167542, 41.373925322293864 ], [ -111.38483327609292, 41.373919859191645 ], [ -111.38537746937423, 41.373936053303119 ], [ -111.3860884618416, 41.373848097643155 ], [ -111.38669177770343, 41.373751491838426 ], [ -111.38735480112179, 41.373641170468652 ], [ -111.38815536466146, 41.373534885251992 ], [ -111.3890041057977, 41.373486981190197 ], [ -111.38947689834671, 41.373561946828161 ], [ -111.38988384285948, 41.373623622195637 ], [ -111.39011704870022, 41.373627335666875 ], [ -111.39036202398371, 41.373599482051105 ], [ -111.39061890305257, 41.373562579882218 ], [ -111.39093557120083, 41.37352547404268 ], [ -111.3911685878705, 41.373497659334731 ], [ -111.3913358360863, 41.37347006782818 ], [ -111.39168228994193, 41.373414843387685 ], [ -111.39214188290191, 41.373282667600115 ], [ -111.39248189595087, 41.373150897875718 ], [ -111.39280394385987, 41.373014684655068 ], [ -111.39304274158276, 41.372954418963253 ], [ -111.39329970336138, 41.372931922730075 ], [ -111.39396357653351, 41.372965682407667 ], [ -111.39466345978705, 41.373021833827742 ], [ -111.39523210842346, 41.373127973731293 ], [ -111.39588473664374, 41.373278860077363 ], [ -111.39599244444672, 41.373292901695969 ], [ -111.39613009057952, 41.373314046261619 ], [ -111.3962793994376, 41.373286509322874 ], [ -111.39642253786066, 41.373227466756617 ], [ -111.39660133058831, 41.373132270635551 ], [ -111.39679786788054, 41.373005486361038 ], [ -111.39704802257468, 41.372846990075281 ], [ -111.39772105635988, 41.372421307517541 ], [ -111.39841816140301, 41.372022560547073 ], [ -111.3988884502908, 41.371687649152143 ], [ -111.39950756892762, 41.371248631511527 ], [ -111.39982273156285, 41.370968300470828 ], [ -111.40001867672197, 41.370746932612931 ], [ -111.40032691738391, 41.370313494528581 ], [ -111.40048042855848, 41.369997693354257 ], [ -111.40055103925536, 41.369812791181332 ], [ -111.40065181873237, 41.369672822083707 ], [ -111.40075306762098, 41.369609416122557 ], [ -111.40087834116173, 41.369563941646227 ], [ -111.40112916435363, 41.369518029476104 ], [ -111.40138632560526, 41.369530644253622 ], [ -111.4014700476513, 41.369533955260259 ], [ -111.40221751238191, 41.369554765036497 ], [ -111.40245657173772, 41.369540417797062 ], [ -111.40294072426073, 41.369520708332438 ], [ -111.40344784471542, 41.369347786589614 ], [ -111.40366829926475, 41.369225410486244 ], [ -111.40385869326192, 41.369076116563427 ], [ -111.40400692479169, 41.36887652761304 ], [ -111.40416647689867, 41.368574211704555 ], [ -111.40428890782067, 41.368070255008426 ], [ -111.40430436726319, 41.367670261790494 ], [ -111.40423025156157, 41.367286796959888 ], [ -111.40410770268619, 41.366805318921955 ], [ -111.40399594438681, 41.366328306648896 ], [ -111.40396499235889, 41.36596360605472 ], [ -111.40402212805564, 41.365535542751161 ], [ -111.40414516209127, 41.365129767077299 ], [ -111.40429886022415, 41.364849089687432 ], [ -111.40443494063085, 41.364619817533104 ], [ -111.40448215194762, 41.364520567587576 ], [ -111.40450517740918, 41.364377265207182 ], [ -111.40451009003489, 41.364205202042541 ], [ -111.40450280108104, 41.36399354814904 ], [ -111.40457141733592, 41.36368254339326 ], [ -111.40456988310225, 41.363434838694545 ], [ -111.40452197165813, 41.36322783139466 ], [ -111.40445504815573, 41.363039806931347 ], [ -111.40438096492356, 41.362660845591698 ], [ -111.40441549411285, 41.362444540865198 ], [ -111.40449220299446, 41.362282133725955 ], [ -111.40460536461724, 41.362214178617428 ], [ -111.40473062129972, 41.362168699965764 ], [ -111.40485017905378, 41.36216827943543 ], [ -111.40503571697454, 41.362203657148889 ], [ -111.40534139985716, 41.362333191691128 ], [ -111.40589835222936, 41.362493366204646 ], [ -111.40628700083322, 41.362505506240602 ], [ -111.40668752128724, 41.362504091549226 ], [ -111.40697390010054, 41.362413002755623 ], [ -111.40721846088738, 41.362326565049386 ], [ -111.40767845000673, 41.36227539443918 ], [ -111.40788778320581, 41.362291767208426 ], [ -111.40804320851755, 41.362291216229615 ], [ -111.40821008863992, 41.362210456403034 ], [ -111.40834665099901, 41.362061345838669 ], [ -111.40852995272178, 41.361930084483113 ], [ -111.40873995078439, 41.361861781511912 ], [ -111.40891422226795, 41.361816124211359 ], [ -111.40933708731484, 41.361756071233714 ], [ -111.40991679709353, 41.361731488707953 ], [ -111.41062850020477, 41.361782997325989 ], [ -111.41133428327018, 41.361843530342092 ], [ -111.41162733996399, 41.361865001616941 ], [ -111.41189671260702, 41.361922587480933 ], [ -111.41219608872247, 41.361998080534946 ], [ -111.41274645082379, 41.362059161455448 ], [ -111.41347034340586, 41.362146639333289 ], [ -111.41400883776642, 41.362221268310833 ], [ -111.41417633278645, 41.362238680908334 ], [ -111.41434981149602, 41.362256972482115 ], [ -111.41462464571464, 41.362232562761676 ], [ -111.4153060960668, 41.362225601767413 ], [ -111.4157365611017, 41.362233055156899 ], [ -111.41604738244945, 41.362227428074291 ], [ -111.41680085449929, 41.362265236033238 ], [ -111.41717171361654, 41.362299922835831 ], [ -111.41756622558178, 41.362293988243991 ], [ -111.41785267451134, 41.362216383596966 ], [ -111.41809696054061, 41.362089389402591 ], [ -111.41837116375609, 41.361966789751158 ], [ -111.4188959734351, 41.361771216399667 ], [ -111.4194513342098, 41.361679117170397 ], [ -111.41978568759355, 41.361614844558815 ], [ -111.42017987644634, 41.361559360166495 ], [ -111.42030514987094, 41.361518368329563 ], [ -111.42046025422351, 41.361468259730906 ], [ -111.42057946249709, 41.361413778293091 ], [ -111.42072824050302, 41.361309646607715 ], [ -111.4208484928094, 41.361417298608174 ], [ -111.42108876635582, 41.361596572508859 ], [ -111.42150253804981, 41.361796828913484 ], [ -111.42187398442232, 41.361922475576456 ], [ -111.42223950675361, 41.362056249647246 ], [ -111.42244336577973, 41.362150081719811 ], [ -111.42273771553546, 41.362370588771604 ], [ -111.4232372305955, 41.362885791244501 ], [ -111.42346007273551, 41.363140788397985 ], [ -111.42362355736751, 41.363460858607802 ], [ -111.42367278348627, 41.363676860678972 ], [ -111.42369903267306, 41.364037069498153 ], [ -111.42360554729932, 41.364555352704983 ], [ -111.42355416670543, 41.364744702161317 ], [ -111.4235250938512, 41.364870916049526 ], [ -111.42362176613774, 41.365028193841539 ], [ -111.42379545349966, 41.365077096345807 ], [ -111.42385520566826, 41.365072372471076 ], [ -111.42391484090609, 41.365049633726947 ], [ -111.42412334457455, 41.364936270058266 ], [ -111.42431338653206, 41.364741905367261 ], [ -111.42453917881178, 41.364529393208052 ], [ -111.42469979653961, 41.364407197494891 ], [ -111.42501557963573, 41.364243894248318 ], [ -111.42555849759246, 41.364075246620679 ], [ -111.42571378003102, 41.364052153210274 ], [ -111.42587506976464, 41.364033541177641 ], [ -111.42618542839982, 41.36395582733121 ], [ -111.42648344795245, 41.363819608741416 ], [ -111.42684015741848, 41.363516530438169 ], [ -111.42713773183087, 41.363312754522752 ], [ -111.42732829044255, 41.363199451628432 ], [ -111.42753678225537, 41.363086081795608 ], [ -111.42768561185717, 41.362990948599062 ], [ -111.42833655815582, 41.362889443605731 ], [ -111.42907051294257, 41.36268403764339 ], [ -111.42975042496425, 41.362442798270465 ], [ -111.43002487438977, 41.362360704331621 ], [ -111.43036502043751, 41.362269356438247 ], [ -111.43066385491552, 41.362259230884952 ], [ -111.43089708121239, 41.362271869322079 ], [ -111.43110032903523, 41.36227110813325 ], [ -111.43152397282978, 41.36215061956014 ], [ -111.43159557033505, 41.3621296335022 ], [ -111.43181026730333, 41.362052263198628 ], [ -111.43212673616297, 41.361997029488577 ], [ -111.43258111247947, 41.362004330080822 ], [ -111.43325107986439, 41.362069367092246 ], [ -111.43368196395421, 41.362139805239487 ], [ -111.43390948174103, 41.362192993452467 ], [ -111.43405925762677, 41.36224197064309 ], [ -111.4342212589324, 41.362331435878389 ], [ -111.43433552741416, 41.362434592498929 ], [ -111.43449812872598, 41.362614131444346 ], [ -111.43476326088685, 41.36292929816176 ], [ -111.43504700741636, 41.363346180163909 ], [ -111.4354916048363, 41.363857933782043 ], [ -111.4359382397639, 41.364315632108038 ], [ -111.43624564755255, 41.364692787819841 ], [ -111.43654680986114, 41.365029432026574 ], [ -111.43672796045271, 41.365298973683416 ], [ -111.43683722384554, 41.365546268861536 ], [ -111.43690548426559, 41.365919826438585 ], [ -111.4369079848387, 41.366293633628963 ], [ -111.43692658239802, 41.366392646957237 ], [ -111.43698699769223, 41.366486997681498 ], [ -111.43707840973001, 41.366567719204689 ], [ -111.43720314957987, 41.366625794967405 ], [ -111.43741284149462, 41.366692555357943 ], [ -111.43767606674874, 41.366718577444018 ], [ -111.43786731128026, 41.36670884230935 ], [ -111.4381179457697, 41.36664033117669 ], [ -111.4384756805303, 41.366495747385208 ], [ -111.43879163860809, 41.366362130934526 ], [ -111.43905402138643, 41.366262947022612 ], [ -111.43936437460303, 41.36618519768902 ], [ -111.43970498202505, 41.366161377708288 ], [ -111.44024921308949, 41.366190823704123 ], [ -111.44090690939198, 41.366201817202544 ], [ -111.44176194837561, 41.366221057197222 ], [ -111.44222950693292, 41.366228269049827 ], [ -111.44237191083023, 41.366245736993847 ], [ -111.44255144088207, 41.36627206962558 ], [ -111.44280303968108, 41.366346765895791 ], [ -111.44294088130547, 41.366396678155859 ], [ -111.44315057825598, 41.366463428068478 ], [ -111.44340794880787, 41.366507474846514 ], [ -111.44379089373697, 41.366555540671399 ], [ -111.44433537488092, 41.366620996886098 ], [ -111.44511353142032, 41.366762111781185 ], [ -111.4453828302849, 41.366801604185277 ], [ -111.44565826141168, 41.366863591281948 ], [ -111.44585596912135, 41.366924978106248 ], [ -111.44599531748038, 41.367019919001599 ], [ -111.44649235277743, 41.367315243373284 ], [ -111.44669071566241, 41.367472107064103 ], [ -111.44681111439233, 41.36759324263128 ], [ -111.44686559750222, 41.367692114977899 ], [ -111.44688476527148, 41.367872193081297 ], [ -111.44686270071682, 41.368142507554253 ], [ -111.44675179142745, 41.368534769897821 ], [ -111.44653983186977, 41.369012996694956 ], [ -111.44634614341379, 41.369540694133285 ], [ -111.44619337875329, 41.369933118183376 ], [ -111.44595244027256, 41.370546570489417 ], [ -111.44576413716692, 41.37098867354117 ], [ -111.44569957069263, 41.371164572251793 ], [ -111.44568237236645, 41.371272730319099 ], [ -111.44573100115912, 41.371389641053852 ], [ -111.44582730607084, 41.371483848018642 ], [ -111.44597156403074, 41.371595884315973 ], [ -111.44637913283937, 41.3717429298474 ], [ -111.4467267311595, 41.371863183886994 ], [ -111.44699059737734, 41.371979258329894 ], [ -111.44720108747168, 41.372158592940494 ], [ -111.447321804384, 41.372324764725739 ], [ -111.44750896774558, 41.372589761814758 ], [ -111.44764148951842, 41.372733368296124 ], [ -111.44782171900185, 41.372858773738912 ], [ -111.44793571846151, 41.372916879575413 ], [ -111.44816350161013, 41.373001565083108 ], [ -111.44849267837814, 41.373049824545447 ], [ -111.44906057615164, 41.373034098433401 ], [ -111.44932977925437, 41.37305556666287 ], [ -111.4496765525175, 41.373054212128856 ], [ -111.45009532029653, 41.3730886054555 ], [ -111.45035876252737, 41.373141620471529 ], [ -111.45077790430386, 41.373230055554998 ], [ -111.4511367295017, 41.373242160835701 ], [ -111.45135193751193, 41.373236813144061 ], [ -111.45161482064694, 41.373208758916796 ], [ -111.45232589956223, 41.373147416604063 ], [ -111.45333541927329, 41.373012833663665 ], [ -111.45424968077714, 41.372937167440064 ], [ -111.45480539867978, 41.372889934395019 ], [ -111.45530189276215, 41.372924001558069 ], [ -111.45560719030797, 41.372976838947693 ], [ -111.4558766467334, 41.373034321324823 ], [ -111.45606837861308, 41.373092111131108 ], [ -111.45636829676215, 41.373230540177317 ], [ -111.45663215397175, 41.373342088685327 ], [ -111.45693175929223, 41.37343547941402 ], [ -111.45717135586928, 41.373497581119153 ], [ -111.45745856314075, 41.373527966413285 ], [ -111.45796104224692, 41.373561998299813 ], [ -111.45857079397793, 41.373546058681526 ], [ -111.45895828914142, 41.373553521509031 ], [ -111.4590969993221, 41.373552968209815 ], [ -111.45929442930735, 41.37357019562711 ], [ -111.459550896274, 41.373650240269747 ], [ -111.45982785071612, 41.373752721514478 ], [ -111.46022369641753, 41.373926787591849 ], [ -111.46039762495414, 41.374002656597334 ], [ -111.46058961777236, 41.374096468267595 ], [ -111.46079989759612, 41.374239748269922 ], [ -111.46095659025403, 41.374414769197656 ], [ -111.46104102717449, 41.374518018502464 ], [ -111.46122160529532, 41.374688439555214 ], [ -111.46140268721588, 41.374930018443827 ], [ -111.46162770619664, 41.375465969723628 ], [ -111.46187647329837, 41.375977504643046 ], [ -111.46210693710074, 41.376436868334167 ], [ -111.46213807611775, 41.376612391693328 ], [ -111.46213453605847, 41.376788054312925 ], [ -111.46209854893853, 41.376941328202115 ], [ -111.46198822675869, 41.377405663061559 ], [ -111.46167444827233, 41.377848295197118 ], [ -111.46163959167541, 41.37799255677249 ], [ -111.4616173304322, 41.378226843890438 ], [ -111.46166580189978, 41.37831672551853 ], [ -111.46177460834512, 41.378482929691486 ], [ -111.4619921017955, 41.378798223738364 ], [ -111.46223331084603, 41.379084597753852 ], [ -111.46245029169661, 41.379326931345702 ], [ -111.4626906811764, 41.379497109549582 ], [ -111.46307473829155, 41.379689228206423 ], [ -111.46396289700822, 41.380136030937486 ], [ -111.46503112736742, 41.380676679042878 ], [ -111.46532502344068, 41.380801597429908 ], [ -111.46558892648439, 41.380913125014125 ], [ -111.46587655583738, 41.380997533126276 ], [ -111.46619385863492, 41.381050293695026 ], [ -111.46683968410618, 41.381052179255057 ], [ -111.46719810356582, 41.381001182806941 ], [ -111.46745496673205, 41.380964109239031 ], [ -111.46799981688322, 41.381060978260116 ], [ -111.46910216079456, 41.381349236831895 ], [ -111.46986267117495, 41.381499263271778 ], [ -111.47026970613233, 41.381556149962371 ], [ -111.47067719641829, 41.381676086558329 ], [ -111.47086906408332, 41.381747362417428 ], [ -111.4711750328317, 41.381885727820453 ], [ -111.47168613350316, 41.382275464552784 ], [ -111.47202964554245, 41.382643367559687 ], [ -111.47247471927858, 41.382997341156013 ], [ -111.47302096441751, 41.3832833401787 ], [ -111.4735000184984, 41.38353898725525 ], [ -111.47378895699244, 41.383635980774244 ], [ -111.47428490236476, 41.383746532695632 ], [ -111.47484846232777, 41.383780238903405 ], [ -111.47593113625511, 41.383820804080493 ], [ -111.4764935016707, 41.383854507169652 ], [ -111.47681697100421, 41.383929731848205 ], [ -111.47716475547992, 41.384058900369659 ], [ -111.47742888937418, 41.384197422527308 ], [ -111.4776996568806, 41.384425091734656 ], [ -111.47794757524269, 41.384798778243251 ], [ -111.47807439828074, 41.385131532423323 ], [ -111.47814348506178, 41.385419488393715 ], [ -111.47820605644149, 41.385797547320493 ], [ -111.47821012184978, 41.386352398161826 ], [ -111.47819967308368, 41.386558715453468 ], [ -111.47818483466645, 41.386982133942915 ], [ -111.47817164595992, 41.387630735316215 ], [ -111.47810474065571, 41.388293971960543 ], [ -111.47813836375128, 41.388801860289036 ], [ -111.47822598185148, 41.389332943900328 ], [ -111.47832496795175, 41.389782911854198 ], [ -111.47841331534829, 41.390413075647963 ], [ -111.47835119528342, 41.390913254924811 ], [ -111.47818287731013, 41.391612042360705 ], [ -111.4778538384578, 41.392415084237307 ], [ -111.47765402563581, 41.392897819540117 ], [ -111.47756011527404, 41.393141414057972 ], [ -111.47753159626555, 41.393330691639953 ], [ -111.47755716709801, 41.393555775060456 ], [ -111.47768060579278, 41.394077702396025 ], [ -111.47773013351926, 41.394307190082053 ], [ -111.47773812580569, 41.394581888093953 ], [ -111.47768657372325, 41.394892863619127 ], [ -111.47755653537742, 41.395267217925579 ], [ -111.47737571890298, 41.395731858521316 ], [ -111.47725751743054, 41.395926011775401 ], [ -111.47714649238587, 41.396120135143761 ], [ -111.47684987004693, 41.396616781530547 ], [ -111.47659621452134, 41.397100638548928 ], [ -111.47614690875328, 41.397822203987175 ], [ -111.47572090034092, 41.398459000077388 ], [ -111.47552677218596, 41.398905677425176 ], [ -111.47541693667588, 41.399428570535783 ], [ -111.47538837604849, 41.399613343777013 ], [ -111.47543780163768, 41.399829321298249 ], [ -111.47561250651367, 41.399999743158894 ], [ -111.47584071559506, 41.400124905637632 ], [ -111.4763380191124, 41.400239946407581 ], [ -111.47681662324766, 41.400251475446254 ], [ -111.47757561484315, 41.400324892070294 ], [ -111.47888863853515, 41.400580654351721 ], [ -111.48063206377707, 41.40096071056297 ], [ -111.48126133800407, 41.401124720314414 ], [ -111.48165704112836, 41.401249170531543 ], [ -111.48199907939279, 41.401396363120263 ], [ -111.48247430961985, 41.401759177904346 ], [ -111.48301790935268, 41.402468495039273 ], [ -111.48349047641651, 41.403277191226593 ], [ -111.48380713115131, 41.4040324956433 ], [ -111.48415172953747, 41.404521958390511 ], [ -111.48436239349793, 41.404696719251376 ], [ -111.48454381093697, 41.404799542384069 ], [ -111.48477052278629, 41.40487965549746 ], [ -111.48511776491414, 41.404918726015815 ], [ -111.48565964335474, 41.404907432516723 ], [ -111.48649326232118, 41.404872384409487 ], [ -111.48780299902685, 41.404831709710997 ], [ -111.48933394284258, 41.404774766705785 ], [ -111.49023123489367, 41.404775450958468 ], [ -111.49054245374334, 41.404796643454581 ], [ -111.49081787733442, 41.404830598393346 ], [ -111.49178310836065, 41.405114718895376 ], [ -111.49259235215476, 41.405337347019334 ], [ -111.49318563716558, 41.405478926508792 ], [ -111.49367155920514, 41.405661497647863 ], [ -111.49400192945102, 41.405841131656004 ], [ -111.49457918224468, 41.406234083668316 ], [ -111.4948690110391, 41.406431003781556 ], [ -111.49557709729068, 41.406878334050454 ], [ -111.49639433895646, 41.407361219271102 ], [ -111.49691036534119, 41.407566165652547 ], [ -111.49734202889218, 41.407690406391566 ], [ -111.49798908021098, 41.407818217263639 ], [ -111.49900832777814, 41.408115554439064 ], [ -111.4994046930062, 41.408316504716829 ], [ -111.49964566523745, 41.40853614363045 ], [ -111.49989369136453, 41.408895368468237 ], [ -111.5001864621894, 41.409628211684776 ], [ -111.5004014707532, 41.410361392279228 ], [ -111.5005248485825, 41.410847263384156 ], [ -111.5005519235673, 41.41125698914005 ], [ -111.50057142623577, 41.411459574165043 ], [ -111.50066858884242, 41.411647409191602 ], [ -111.50074135222653, 41.411774098985752 ], [ -111.50094561721131, 41.411885804184784 ], [ -111.50137887527701, 41.412212692539384 ], [ -111.5015295089315, 41.41235165302917 ], [ -111.50175788001323, 41.41248577056043 ], [ -111.50212409068963, 41.412650812581873 ], [ -111.5023702031818, 41.412757828818378 ], [ -111.50277878029665, 41.412985736581419 ], [ -111.50311598746271, 41.413268000266534 ], [ -111.50347516604423, 41.413451083796936 ], [ -111.5036561855695, 41.413495329261394 ], [ -111.50383002632259, 41.413539605876359 ], [ -111.50418897707424, 41.413538033476172 ], [ -111.50431447049685, 41.413519468390625 ], [ -111.50443514299803, 41.413496420531494 ], [ -111.50491793676272, 41.413417738692971 ], [ -111.5056964302043, 41.41351340269037 ], [ -111.506600733685, 41.413631026397148 ], [ -111.50708573796496, 41.413682935137892 ], [ -111.50753495300192, 41.413748511028786 ], [ -111.50762616793392, 41.413784138805511 ], [ -111.50781109633665, 41.4138688944305 ], [ -111.50791339590521, 41.413945007005324 ], [ -111.50820294509116, 41.414249984935083 ], [ -111.5082384163379, 41.414348911236125 ], [ -111.50825252589532, 41.414470450749647 ], [ -111.50823553298143, 41.414593028406237 ], [ -111.50815268208275, 41.414709591663389 ], [ -111.50805762699937, 41.414795583103469 ], [ -111.5078911309016, 41.41492692756426 ], [ -111.50752808316088, 41.415171733254986 ], [ -111.50727240560414, 41.4153755305136 ], [ -111.50707113114414, 41.415651147783393 ], [ -111.50684707944916, 41.416075489467104 ], [ -111.5067723493558, 41.416467646686911 ], [ -111.50666903432058, 41.417031072978155 ], [ -111.50645722097761, 41.417491390072811 ], [ -111.50636345388405, 41.417744013882192 ], [ -111.50638329157813, 41.417987130118149 ], [ -111.50648629578363, 41.418153316183364 ], [ -111.50685388081962, 41.418489480099574 ], [ -111.50704621137552, 41.418601226872241 ], [ -111.50758716870013, 41.418918609149308 ], [ -111.50806640236883, 41.419146186078152 ], [ -111.50861979397558, 41.419368929421324 ], [ -111.50941800218519, 41.419680661736571 ], [ -111.51015181368565, 41.420172824735445 ], [ -111.51035626212277, 41.420302527264688 ], [ -111.51050696892985, 41.420445979199911 ], [ -111.51064141748067, 41.420652555829442 ], [ -111.51073751103414, 41.420851195783918 ], [ -111.51077467343552, 41.421012265651342 ], [ -111.51085686339003, 41.421421743478 ], [ -111.51089984373141, 41.421714297422596 ], [ -111.51094402112832, 41.422006846019727 ], [ -111.51101973962996, 41.422506427703269 ], [ -111.51099778346433, 41.422758736075586 ], [ -111.51090402663374, 41.423011363297071 ], [ -111.51083310851421, 41.4231242723205 ], [ -111.51064403937886, 41.423431367642706 ], [ -111.51031925337973, 41.423982267977522 ], [ -111.51021950871308, 41.424234921152738 ], [ -111.51015710962689, 41.424672062955459 ], [ -111.51018259485548, 41.424870115546241 ], [ -111.51025700651024, 41.425203064043195 ], [ -111.51054578425595, 41.426165588190486 ], [ -111.51071302511386, 41.426889951638756 ], [ -111.51074711557852, 41.427422144940067 ], [ -111.51070107345156, 41.427655644171161 ], [ -111.51065450872426, 41.427822490028802 ], [ -111.51049467427796, 41.428043883650787 ], [ -111.51014898659277, 41.428221063692604 ], [ -111.50957528308783, 41.428319085903176 ], [ -111.50889357269347, 41.42837975145676 ], [ -111.50849884808918, 41.42840851932182 ], [ -111.50821799237626, 41.428459301688754 ], [ -111.50796142278921, 41.428555013754156 ], [ -111.50724703701312, 41.429031060556298 ], [ -111.50711017759038, 41.429130746617048 ], [ -111.50690837009608, 41.429343312705875 ], [ -111.50683138422438, 41.429447238370436 ], [ -111.50679688138462, 41.429627540771911 ], [ -111.50683397623285, 41.429780505203254 ], [ -111.50702938184787, 41.430283164544484 ], [ -111.50723540552309, 41.430611931584608 ], [ -111.50732688473983, 41.430832212428228 ], [ -111.507316003471, 41.430971876943332 ], [ -111.507233312688, 41.431111858077259 ], [ -111.50703065849746, 41.431216337835657 ], [ -111.50688756481215, 41.431284524763363 ], [ -111.50676995448549, 41.431397636852395 ], [ -111.50672197013499, 41.431537464727818 ], [ -111.50677240625505, 41.431712889158078 ], [ -111.50691293765706, 41.432238309015766 ], [ -111.5068967437288, 41.432464469019742 ], [ -111.50684467211381, 41.432694390085388 ], [ -111.50678633562578, 41.432888308655272 ], [ -111.50660313376834, 41.433186363517414 ], [ -111.50604501538545, 41.433756293224086 ], [ -111.50530836757649, 41.434457613399466 ], [ -111.50483999429301, 41.43502714294587 ], [ -111.50466457608442, 41.43555935577497 ], [ -111.50458848624012, 41.435780373555474 ], [ -111.50449969439043, 41.435906868115893 ], [ -111.50433905240799, 41.436029173851303 ], [ -111.50345072610126, 41.436469928955532 ], [ -111.50292613084211, 41.436737944997404 ], [ -111.50246044012049, 41.436884100008193 ], [ -111.50149843558454, 41.437086462770715 ], [ -111.50092055362637, 41.437431265755912 ], [ -111.50079003246076, 41.43758045788892 ], [ -111.50074291623152, 41.437679745574314 ], [ -111.50074405856691, 41.437828364495502 ], [ -111.50077505546898, 41.43796784595488 ], [ -111.50087226586878, 41.438156580439944 ], [ -111.50127145409503, 41.438699795994474 ], [ -111.50171240439167, 41.439224812972746 ], [ -111.50221985564245, 41.43983510921484 ], [ -111.50261269827188, 41.44032880635806 ], [ -111.50293240535117, 41.440651679289942 ], [ -111.50349283967904, 41.441144640562428 ], [ -111.50451643679473, 41.441932816352278 ], [ -111.50525249934307, 41.442533088570009 ], [ -111.50551100653202, 41.442833704199728 ], [ -111.50575380655278, 41.443269500773575 ], [ -111.50597917878724, 41.443772929689068 ], [ -111.50596451148697, 41.444196346607384 ], [ -111.50584956188636, 41.44480936192604 ], [ -111.50573408561932, 41.445354823163456 ], [ -111.50564079416567, 41.445674098596136 ], [ -111.50546984421867, 41.446013531671341 ], [ -111.50514410022237, 41.44646083346656 ], [ -111.50458067336525, 41.447134364403915 ], [ -111.50412970737159, 41.447645264877487 ], [ -111.50399307616844, 41.447780075184916 ], [ -111.50371948462407, 41.448007361533691 ], [ -111.50333831566516, 41.448256735945712 ], [ -111.50308865576552, 41.448483015319511 ], [ -111.50296483387494, 41.448726759017148 ], [ -111.50288931454324, 41.449024336374137 ], [ -111.50289971727885, 41.449596266532232 ], [ -111.50320283660685, 41.450090352943171 ], [ -111.5034022503315, 41.450332682689648 ], [ -111.50375152940451, 41.45060227912996 ], [ -111.50454052778011, 41.451223941038656 ], [ -111.50493931362044, 41.451546460848348 ], [ -111.50503518485988, 41.451712678493941 ], [ -111.50506031661101, 41.451865695421397 ], [ -111.50505548332438, 41.45201434015739 ], [ -111.5049788173129, 41.452163300235341 ], [ -111.50471112723154, 41.45238155539807 ], [ -111.504264640607, 41.452702378402762 ], [ -111.50361079436935, 41.4533033396402 ], [ -111.50340890823939, 41.453516799902289 ], [ -111.50324289624626, 41.453724698383347 ], [ -111.50315439087568, 41.453891723967459 ], [ -111.50307037389281, 41.454639712466431 ], [ -111.50302853793018, 41.455423546291392 ], [ -111.50312742410107, 41.455824847466069 ], [ -111.50323767866814, 41.456147733722581 ], [ -111.5033618641514, 41.456723669052948 ], [ -111.50363450176543, 41.457915966536973 ], [ -111.5037076719299, 41.458861431146772 ], [ -111.50363834046153, 41.459186003812952 ], [ -111.50353830824669, 41.459411628592669 ], [ -111.50311742747016, 41.459953918590557 ], [ -111.50207056273315, 41.46084122481988 ], [ -111.50120150921303, 41.461498056308528 ], [ -111.50104720125269, 41.461674374222675 ], [ -111.50098293939431, 41.461881825946655 ], [ -111.50100875907528, 41.462124915208072 ], [ -111.50110839924314, 41.462624395794023 ], [ -111.50115176475458, 41.46281336373891 ], [ -111.50112341757189, 41.463019758282272 ], [ -111.50103574023012, 41.463296669503393 ], [ -111.50098057672477, 41.463908516861864 ], [ -111.50092922269364, 41.464237513072995 ], [ -111.50087141483161, 41.464350358135967 ], [ -111.50075722319976, 41.46444993743205 ], [ -111.5005597151106, 41.464459804525383 ], [ -111.50007072388621, 41.464561013469847 ], [ -111.49915514209353, 41.464781169298455 ], [ -111.49784070836924, 41.465147164175761 ], [ -111.49698628406271, 41.465380549238567 ], [ -111.49635844375831, 41.46549134967411 ], [ -111.49572431211679, 41.465562540944703 ], [ -111.49529315112774, 41.465554490004997 ], [ -111.49523327813523, 41.465554747786669 ], [ -111.49456831141607, 41.465508067623681 ], [ -111.49392199227941, 41.465393747546919 ], [ -111.49358492618667, 41.465318630883012 ], [ -111.49329128325762, 41.465284761373461 ], [ -111.49298014273704, 41.465312216879319 ], [ -111.49274112891484, 41.465376293223137 ], [ -111.49209695379399, 41.465703319578793 ], [ -111.491864163225, 41.4657988936086 ], [ -111.49170291375026, 41.465853627785613 ], [ -111.49141586195265, 41.465899891770505 ], [ -111.49075728907226, 41.465907207063701 ], [ -111.49032701519181, 41.466017131537534 ], [ -111.49013633585788, 41.466139544958764 ], [ -111.48988625670914, 41.466325263308235 ], [ -111.48969046929979, 41.466564794794358 ], [ -111.48950205669678, 41.466988947592206 ], [ -111.48937287297392, 41.467327277178924 ], [ -111.48909508353969, 41.467810357975907 ], [ -111.48885856012168, 41.468207691799932 ], [ -111.48866354112178, 41.46855080402802 ], [ -111.48862894119958, 41.468727497275282 ], [ -111.48867828942996, 41.46892004733359 ], [ -111.48886772855211, 41.46942816397253 ], [ -111.48917063242783, 41.469895264216234 ], [ -111.48964799864333, 41.470469710625757 ], [ -111.48998817302478, 41.470954664879706 ], [ -111.4901685771256, 41.471215112565652 ], [ -111.49043614859487, 41.471758923255607 ], [ -111.49055930137037, 41.472208770965217 ], [ -111.49054289942453, 41.472416012413767 ], [ -111.49049043386111, 41.47260539272532 ], [ -111.49030653808927, 41.472835866856215 ], [ -111.49021743102169, 41.472930824926621 ], [ -111.48999077625038, 41.473049788315095 ], [ -111.48942340057775, 41.473249467080407 ], [ -111.48847996555159, 41.473609271857015 ], [ -111.4873029848934, 41.473970058520131 ], [ -111.48634025033478, 41.474154282129952 ], [ -111.4858380907524, 41.474268997371134 ], [ -111.48565402675352, 41.474319315651606 ], [ -111.48537808140445, 41.474415058656 ], [ -111.48510387011956, 41.474582853316335 ], [ -111.48480651019443, 41.474858834330661 ], [ -111.48446746516312, 41.475166516228427 ], [ -111.48409810721046, 41.475424783702756 ], [ -111.4836913178881, 41.475642673853827 ], [ -111.48294093935827, 41.476042154686674 ], [ -111.48243333853831, 41.476233441236019 ], [ -111.48181269056258, 41.476524281088643 ], [ -111.48166368273969, 41.476619483385477 ], [ -111.4815268844909, 41.476746160455541 ], [ -111.48146221257997, 41.476908565288355 ], [ -111.48147508920466, 41.47703011197558 ], [ -111.48175385571498, 41.477474813564569 ], [ -111.48198508549952, 41.477969254610485 ], [ -111.48217356483404, 41.478351281253502 ], [ -111.48222952436419, 41.478629376814943 ], [ -111.48220109067714, 41.478833064339462 ], [ -111.48212973951328, 41.479063954090293 ], [ -111.48206738593497, 41.479377674592065 ], [ -111.48187333895092, 41.479861286815471 ], [ -111.48167924909482, 41.480339494386655 ], [ -111.4813652487822, 41.480800188582464 ], [ -111.48111605444799, 41.481116491731896 ], [ -111.4809080798961, 41.481338043834505 ], [ -111.48063475973086, 41.481631928174274 ], [ -111.48046281457189, 41.481866840063304 ], [ -111.48022049836995, 41.482304712970446 ], [ -111.48009669364941, 41.48257094934047 ], [ -111.48004528657316, 41.482908942973431 ], [ -111.48007236678011, 41.483332179698003 ], [ -111.4801159183548, 41.483552680219766 ], [ -111.48009911493791, 41.483710380568461 ], [ -111.4799703497209, 41.483954118845965 ], [ -111.47963139852499, 41.484446438206611 ], [ -111.47913369280818, 41.485178115069388 ], [ -111.47881355851713, 41.485787450233374 ], [ -111.47865593223959, 41.48617992981238 ], [ -111.47852635659379, 41.486477714372555 ], [ -111.47837947451544, 41.486865645111799 ], [ -111.47830850413622, 41.486988441386657 ], [ -111.47821223272639, 41.487091526452033 ], [ -111.47804672341213, 41.487227325988492 ], [ -111.47785003584117, 41.487358751100182 ], [ -111.47757555227757, 41.487499506350389 ], [ -111.47728852693122, 41.487563749791029 ], [ -111.47676831266531, 41.487683003945286 ], [ -111.47632727765588, 41.487982076565068 ], [ -111.47603564412604, 41.488235492080165 ], [ -111.4758495656083, 41.488344351263066 ], [ -111.47567799285331, 41.48847116502202 ], [ -111.47557706185964, 41.488593182743365 ], [ -111.47553635430067, 41.48875998857033 ], [ -111.47550896905753, 41.489110490934983 ], [ -111.47556485711581, 41.489381383592985 ], [ -111.47557960279954, 41.48975963477141 ], [ -111.47552497667012, 41.490480455123581 ], [ -111.47542967292954, 41.491372584668099 ], [ -111.47537760947399, 41.491625007875307 ], [ -111.47527943822172, 41.492125325863405 ], [ -111.47521687519874, 41.492580459473231 ], [ -111.47517902113026, 41.493138175599512 ], [ -111.47513377456636, 41.49350406402764 ], [ -111.4750872242238, 41.493855545919963 ], [ -111.4750561022703, 41.49435108284694 ], [ -111.47502256442571, 41.494679992355934 ], [ -111.47504741287231, 41.49480148995417 ], [ -111.47511998411478, 41.494895768146428 ], [ -111.47524649873019, 41.494994327123429 ], [ -111.47571599454795, 41.495303142330428 ], [ -111.47627088391887, 41.495656639138637 ], [ -111.47674521449268, 41.495969933788096 ], [ -111.47713708395544, 41.496310590836295 ], [ -111.47765600863259, 41.496821859931991 ], [ -111.47798265778209, 41.497252859073335 ], [ -111.47801952638618, 41.497378809723429 ], [ -111.47799033675403, 41.497482516358644 ], [ -111.47794311002001, 41.497577290519303 ], [ -111.47775866954686, 41.497749197768648 ], [ -111.4774912643218, 41.49788091579466 ], [ -111.47670456929964, 41.497942727317294 ], [ -111.47613678800441, 41.49795859032389 ], [ -111.47580175971724, 41.498018524994684 ], [ -111.47556879671308, 41.49810956267897 ], [ -111.47533622820973, 41.498254642771954 ], [ -111.47519364546339, 41.498417365482155 ], [ -111.47489820789256, 41.498977045634909 ], [ -111.47476332322736, 41.499373928853167 ], [ -111.47471724151941, 41.499626326730109 ], [ -111.47474826515985, 41.499936954539258 ], [ -111.47469061080969, 41.500081311160677 ], [ -111.47471682334279, 41.500225321624079 ], [ -111.47480604868522, 41.50030241708977 ], [ -111.47494982108466, 41.500301823474771 ], [ -111.47507531912153, 41.500259871053942 ], [ -111.47521273875032, 41.500209762565511 ], [ -111.47560235239737, 41.500239678068873 ], [ -111.47614304872691, 41.500449115194129 ], [ -111.47631180653616, 41.500588031368068 ], [ -111.47643333381346, 41.500821720798676 ], [ -111.47636478047208, 41.501276879161608 ], [ -111.47639210956116, 41.501736144046227 ], [ -111.47647706804987, 41.501884414424929 ], [ -111.47666390142311, 41.502036766276539 ], [ -111.47711468960684, 41.502237563916502 ], [ -111.47752973481727, 41.502465530422747 ], [ -111.47786763181203, 41.502792897509543 ], [ -111.47813307973918, 41.503044001799516 ], [ -111.47825435311965, 41.503241660607756 ], [ -111.47829762087059, 41.503422529625304 ], [ -111.47826878696148, 41.503574874758996 ], [ -111.47818624088391, 41.503755366181586 ], [ -111.4780617252856, 41.503931528293265 ], [ -111.4777445679952, 41.504144520266387 ], [ -111.47701107079359, 41.504444809252973 ], [ -111.47630619120469, 41.504726960225184 ], [ -111.47554781529695, 41.505067876228907 ], [ -111.47487337103746, 41.505417448113533 ], [ -111.4742222526513, 41.505680448746212 ], [ -111.47329565273829, 41.505959892267413 ], [ -111.47233842175116, 41.506147578572779 ], [ -111.47195562197845, 41.506235621149663 ], [ -111.47166873718177, 41.506331375805907 ], [ -111.47119137108329, 41.506598150266839 ], [ -111.47066719405393, 41.507020041693885 ], [ -111.4701736438352, 41.507535482520154 ], [ -111.46968666293358, 41.508131961000501 ], [ -111.4695802198827, 41.508326054832793 ], [ -111.46945599106199, 41.508546342631021 ], [ -111.46926541479816, 41.508705650675637 ], [ -111.46877572037113, 41.508928329058328 ], [ -111.46791452717912, 41.509148013676061 ], [ -111.46702308001832, 41.509327281388053 ], [ -111.46686060047929, 41.509395496574541 ], [ -111.4667008082434, 41.509504233937157 ], [ -111.46652271601715, 41.509734645238218 ], [ -111.4663581955632, 41.510186583302016 ], [ -111.4662955150269, 41.510636306762578 ], [ -111.46625356146311, 41.511469661355534 ], [ -111.46623250352808, 41.511875079682135 ], [ -111.4661991066575, 41.512231007304422 ], [ -111.46614057969106, 41.512424903592461 ], [ -111.466040143065, 41.512623473378028 ], [ -111.46589012198005, 41.512759192161134 ], [ -111.46549068027349, 41.51304003888702 ], [ -111.46532498187088, 41.51316230928223 ], [ -111.46513466569424, 41.513361241874179 ], [ -111.4650519741642, 41.51352821311356 ], [ -111.46501228818954, 41.513843632446942 ], [ -111.46494422199795, 41.514379847669453 ], [ -111.46478537454102, 41.514790326196476 ], [ -111.46458387331768, 41.515101895456077 ], [ -111.46425576752031, 41.515305886764708 ], [ -111.46361653574198, 41.515575084254657 ], [ -111.46284017658195, 41.51594210997289 ], [ -111.46267320326349, 41.516055374237915 ], [ -111.4625426301935, 41.516231543616023 ], [ -111.46230532186141, 41.516565771308763 ], [ -111.46209845189316, 41.516967431633859 ], [ -111.46193836336614, 41.517206770629805 ], [ -111.4616413192404, 41.517568258996377 ], [ -111.46144447497765, 41.517695152437788 ], [ -111.46121821278018, 41.517898726337762 ], [ -111.46083233300313, 41.518409190737138 ], [ -111.46054713400984, 41.518752613972936 ], [ -111.46016059207295, 41.519001864442885 ], [ -111.4598368639496, 41.519151781197834 ], [ -111.45930380686112, 41.519189940883415 ], [ -111.45869884181955, 41.519228384925214 ], [ -111.45830407605578, 41.51933264299516 ], [ -111.45805931963675, 41.519465125972552 ], [ -111.45782739748668, 41.519718256333825 ], [ -111.45770270109384, 41.519880885651652 ], [ -111.45755948774183, 41.519967025710244 ], [ -111.45732642042614, 41.520058026628973 ], [ -111.45700914808418, 41.520275465141019 ], [ -111.45675460618567, 41.520551201662357 ], [ -111.45655301704436, 41.520858253258766 ], [ -111.45641699493342, 41.52111550366967 ], [ -111.45634669914085, 41.521345470964938 ], [ -111.45648052744164, 41.521628672483061 ], [ -111.45690250496301, 41.521982788475135 ], [ -111.45715583949195, 41.522215973709187 ], [ -111.45727708557585, 41.522413654122282 ], [ -111.45735733562397, 41.522746608192804 ], [ -111.45752227643781, 41.523191817572965 ], [ -111.45759545728518, 41.523371674058588 ], [ -111.45763255556513, 41.523533659316435 ], [ -111.45762244233885, 41.523799417319523 ], [ -111.45754228819617, 41.524331171725507 ], [ -111.45740293430907, 41.524966746366772 ], [ -111.45733330393219, 41.525291288948175 ], [ -111.45712666112301, 41.525733472087857 ], [ -111.45689553691949, 41.526103693067185 ], [ -111.45653133061542, 41.526298798078777 ], [ -111.45629877711559, 41.526466357511545 ], [ -111.45613794815769, 41.526606609876779 ], [ -111.45607906227274, 41.526755465147559 ], [ -111.45606786699355, 41.526868101758446 ], [ -111.45612275275172, 41.527002994735184 ], [ -111.45642452314843, 41.52730354456304 ], [ -111.45694255314464, 41.527675293512033 ], [ -111.45750241379062, 41.528028858942683 ], [ -111.45830822094882, 41.528412967534955 ], [ -111.45860328336447, 41.528609953488029 ], [ -111.45883421968023, 41.528891863855229 ], [ -111.45902738732941, 41.529256792332774 ], [ -111.45924642308262, 41.529719797516528 ], [ -111.45938789973995, 41.530232652632648 ], [ -111.45938486948569, 41.530651507481686 ], [ -111.45932783519386, 41.531061570643594 ], [ -111.45910346250699, 41.531539857189927 ], [ -111.45887755883628, 41.531801972524413 ], [ -111.45857326127533, 41.531996844772529 ], [ -111.458041209946, 41.532192623576265 ], [ -111.45747259157238, 41.532302975388767 ], [ -111.45698087238199, 41.532268900943826 ], [ -111.45645224304623, 41.532099860374935 ], [ -111.45613291263317, 41.531862432129998 ], [ -111.45587932248033, 41.53159772029008 ], [ -111.4554867174372, 41.531166922216336 ], [ -111.45514900469828, 41.530871016088007 ], [ -111.45479350431818, 41.530602201409707 ], [ -111.45449267160456, 41.530436754352124 ], [ -111.45401119130355, 41.530150420300707 ], [ -111.45344659579276, 41.529977004124248 ], [ -111.4528111519447, 41.529956989488369 ], [ -111.45211621475231, 41.530000256858521 ], [ -111.45128374415332, 41.530089096682111 ], [ -111.45105035018869, 41.530139552876498 ], [ -111.45066802994192, 41.530321199211947 ], [ -111.45028055742021, 41.530624463969311 ], [ -111.44986264645659, 41.530860291196568 ], [ -111.44947444994959, 41.531059971279028 ], [ -111.44894389797614, 41.531475482037365 ], [ -111.44877689789837, 41.531594130418469 ], [ -111.44860964206887, 41.531675849333745 ], [ -111.44850790925622, 41.531698764570727 ], [ -111.44811221823878, 41.531682292373397 ], [ -111.44779431779496, 41.531647501192793 ], [ -111.44686443718052, 41.531520511387271 ], [ -111.44621038071466, 41.53141045890645 ], [ -111.44557504832922, 41.531408418613218 ], [ -111.4447779864133, 41.531420511491632 ], [ -111.44452005387828, 41.531389982990689 ], [ -111.44401617632923, 41.531328877968591 ], [ -111.44327274821494, 41.53129571646042 ], [ -111.44309309982161, 41.531318927212588 ], [ -111.44299158065077, 41.531373362550845 ], [ -111.44290844704361, 41.531487175644507 ], [ -111.4428376255787, 41.531648680334655 ], [ -111.44260652169494, 41.532036886991143 ], [ -111.44245219517663, 41.532258161437078 ], [ -111.44225720138296, 41.532668746843584 ], [ -111.44213581465256, 41.533326751572112 ], [ -111.441984089372, 41.533930828498661 ], [ -111.44182046585257, 41.534548461928658 ], [ -111.44171619470379, 41.535080297122725 ], [ -111.44174827780589, 41.535390928013058 ], [ -111.44186983924764, 41.535638163542025 ], [ -111.44223932660285, 41.536204207213622 ], [ -111.44245190457671, 41.536613224586297 ], [ -111.44263454630051, 41.537026860446709 ], [ -111.44269085635992, 41.537373427159473 ], [ -111.44255628023325, 41.537855839019805 ], [ -111.44250958680435, 41.538040669620635 ], [ -111.44249842759486, 41.53816231194039 ], [ -111.44271660851562, 41.538512759271583 ], [ -111.44290475984869, 41.538854314466583 ], [ -111.44301984624509, 41.53920515819469 ], [ -111.44318055133424, 41.539740476843328 ], [ -111.44338146617343, 41.540194573966033 ], [ -111.44360132073375, 41.540788211676016 ], [ -111.44369873759533, 41.541008516088112 ], [ -111.44394038837513, 41.541282307820708 ], [ -111.44441056644624, 41.541663304358558 ], [ -111.44489190538654, 41.541922656471421 ], [ -111.44515102276769, 41.542119815516244 ], [ -111.44526615212514, 41.54229951687941 ], [ -111.44529720558499, 41.54245702533558 ], [ -111.44526974209906, 41.542822830249875 ], [ -111.44511702391499, 41.543280995036177 ], [ -111.44504654738269, 41.543493841339441 ], [ -111.44505417860401, 41.543732506645114 ], [ -111.44513519643134, 41.544182560653802 ], [ -111.44510058783106, 41.544380856347395 ], [ -111.44502389311774, 41.544561300202332 ], [ -111.44484089463549, 41.544800703054378 ], [ -111.44461878846562, 41.544932168617507 ], [ -111.44396780429921, 41.545290474118779 ], [ -111.44311975566727, 41.54576212733366 ], [ -111.44275564359127, 41.545993217248324 ], [ -111.44261265394178, 41.546123473535161 ], [ -111.44250001839954, 41.546309458403115 ], [ -111.44246543136782, 41.546512256831477 ], [ -111.44252657708728, 41.54668766483006 ], [ -111.44274650780631, 41.547290310544604 ], [ -111.4428934891619, 41.547744615547018 ], [ -111.44291282635362, 41.547942702683635 ], [ -111.44287325941288, 41.548118498320513 ], [ -111.44262282183188, 41.54849326740473 ], [ -111.44239697713246, 41.548782371536262 ], [ -111.44224230979752, 41.548959510424467 ], [ -111.44200372932448, 41.549139673878528 ], [ -111.44194992722895, 41.549162399030592 ], [ -111.44177041290129, 41.549212629215319 ], [ -111.44155471341041, 41.549231472367723 ], [ -111.44113554909084, 41.54930513990108 ], [ -111.44029174194614, 41.54952905378461 ], [ -111.43927455855051, 41.549825682662174 ], [ -111.43794484477975, 41.550186544638201 ], [ -111.43707853668451, 41.550455557339554 ], [ -111.43646209375632, 41.550615527274509 ], [ -111.4360492124048, 41.550734189129798 ], [ -111.43572044397155, 41.550879552841486 ], [ -111.4352965056796, 41.551137867692752 ], [ -111.43503413420834, 41.551350533135597 ], [ -111.43482611087671, 41.55162154019385 ], [ -111.43463537790684, 41.551788897089786 ], [ -111.43427734778589, 41.552042455347411 ], [ -111.43409824128581, 41.55215572338922 ], [ -111.4339672776533, 41.552295831493439 ], [ -111.43378781388391, 41.552535203160126 ], [ -111.433622256178, 41.552702463380811 ], [ -111.43345007476681, 41.552955318053669 ], [ -111.43331419546247, 41.553257576033403 ], [ -111.43309531029752, 41.553699760247817 ], [ -111.43291905191496, 41.554240864253494 ], [ -111.43287888606703, 41.554511235588222 ], [ -111.43287948702422, 41.554601306697379 ], [ -111.43300684257098, 41.55481790401268 ], [ -111.43322511336557, 41.555180978267835 ], [ -111.43326789471425, 41.55530241611568 ], [ -111.43326292164862, 41.555455559562333 ], [ -111.43325180253332, 41.555586207823175 ], [ -111.43310344449853, 41.555816453758382 ], [ -111.43299645413586, 41.555956470380167 ], [ -111.43285960500305, 41.556114613972419 ], [ -111.43278412181873, 41.55630405212078 ], [ -111.43271352729408, 41.556687129498165 ], [ -111.43258486389814, 41.557174009608943 ], [ -111.43251972078819, 41.557295853654679 ], [ -111.43243665000662, 41.557426772416228 ], [ -111.43227587309661, 41.557594012593718 ], [ -111.43210349361576, 41.557819843802768 ], [ -111.43204449480031, 41.557964182807758 ], [ -111.43208214982992, 41.558216246608424 ], [ -111.43213152700038, 41.558427733343024 ], [ -111.4321891507617, 41.558976963950634 ], [ -111.43213692711802, 41.55923837280001 ], [ -111.43205496295063, 41.559535922684063 ], [ -111.4317573801644, 41.559870311628302 ], [ -111.43142315887063, 41.560105756643033 ], [ -111.43128575824078, 41.560182834373919 ], [ -111.43114823754898, 41.5602418977331 ], [ -111.43102276863705, 41.560309923080844 ], [ -111.43089762854227, 41.560427487364556 ], [ -111.43084432170245, 41.560526767723161 ], [ -111.43076154251986, 41.560702720755707 ], [ -111.43070823524862, 41.560802001048543 ], [ -111.43061319994796, 41.560938367633355 ], [ -111.4306083040069, 41.561104120791718 ], [ -111.43064518396866, 41.561239993314658 ], [ -111.43089908175061, 41.561548894177477 ], [ -111.43124778833406, 41.561867346982922 ], [ -111.43147259183338, 41.562128616828133 ], [ -111.43153956342918, 41.562280589303072 ], [ -111.43158888210586, 41.56248306901476 ], [ -111.43156657498733, 41.562735357833603 ], [ -111.43143048705122, 41.563010591915521 ], [ -111.43115687072971, 41.563344889197808 ], [ -111.4309605165776, 41.563575312044421 ], [ -111.43079435249822, 41.56383714707421 ], [ -111.43073630249374, 41.564125598872955 ], [ -111.43075605655287, 41.564391240879409 ], [ -111.43078117910748, 41.564562285879262 ], [ -111.4307643562065, 41.564737991676495 ], [ -111.43061011566145, 41.564989873668203 ], [ -111.43031324763592, 41.565436847422802 ], [ -111.43013595522869, 41.56583022994235 ], [ -111.43004168190497, 41.566082787517459 ], [ -111.42979799900796, 41.566412465793434 ], [ -111.42947641635756, 41.566751441846151 ], [ -111.42940526122648, 41.566873306396346 ], [ -111.42939425185102, 41.567021968261919 ], [ -111.42948041289191, 41.567354917231441 ], [ -111.42959032326355, 41.567651748119843 ], [ -111.42973579763238, 41.567885394758846 ], [ -111.42987479858468, 41.568047006873435 ], [ -111.43011592543496, 41.568235258786366 ], [ -111.43049539960876, 41.56848604350683 ], [ -111.43058013295258, 41.568602821336619 ], [ -111.43062291842436, 41.568724259866265 ], [ -111.43062366607936, 41.568836848506692 ], [ -111.43059493766141, 41.569026109709753 ], [ -111.43053103489719, 41.569337101354606 ], [ -111.4304070723035, 41.569634806811756 ], [ -111.43029543127652, 41.569982006234831 ], [ -111.43028540965349, 41.570279285073013 ], [ -111.43027019776602, 41.570698182034803 ], [ -111.4303322864647, 41.571197855487256 ], [ -111.43035512379382, 41.571747215988623 ], [ -111.43030602503376, 41.572301349324775 ], [ -111.43028424385142, 41.57281484747174 ], [ -111.43031775106029, 41.573345252549359 ], [ -111.43039964421044, 41.57393672614652 ], [ -111.43048623255078, 41.574331822764194 ], [ -111.43054686117853, 41.574610822250797 ], [ -111.4305741738572, 41.574930479332828 ], [ -111.43058429889896, 41.575551945471283 ], [ -111.43055717950263, 41.576164543711684 ], [ -111.43044198613542, 41.576700909560337 ], [ -111.43024105628263, 41.577152026726786 ], [ -111.43015249600974, 41.577364029676794 ], [ -111.42996815135983, 41.577603412687097 ], [ -111.42971750212111, 41.577793503061081 ], [ -111.42950814921925, 41.577879854663678 ], [ -111.42916099713905, 41.577989238560896 ], [ -111.42846686803993, 41.578235024458152 ], [ -111.42789853827455, 41.578457819806218 ], [ -111.42772519718062, 41.578548537781032 ], [ -111.42762382907033, 41.578638987835419 ], [ -111.42755844746274, 41.57872930398495 ], [ -111.42749968717473, 41.578914172126638 ], [ -111.42750735415427, 41.579167248739758 ], [ -111.42758852840022, 41.579652440309985 ], [ -111.42754969186689, 41.580129971542696 ], [ -111.4273788400331, 41.580598986213559 ], [ -111.42726057266661, 41.580856133727949 ], [ -111.42716641515891, 41.581131206131609 ], [ -111.42715726825311, 41.581563590326503 ], [ -111.42720761501721, 41.58210384098804 ], [ -111.42720123519302, 41.582774007394441 ], [ -111.42719239114612, 41.583252327538567 ], [ -111.42721252307913, 41.583576515279198 ], [ -111.42716064622941, 41.583896466903845 ], [ -111.42715066797649, 41.584202751898374 ], [ -111.42717246228534, 41.584779137562201 ], [ -111.42710882498339, 41.585135161952323 ], [ -111.42700907776592, 41.585473305822362 ], [ -111.42692628653209, 41.585653759064797 ], [ -111.42686731068454, 41.585807101957812 ], [ -111.42692842257486, 41.585978013542068 ], [ -111.42712767802381, 41.586175433836402 ], [ -111.42783894824534, 41.5866952119868 ], [ -111.42803826816946, 41.586901637720686 ], [ -111.42813554817894, 41.587098535102328 ], [ -111.42817270601172, 41.587274939551001 ], [ -111.42829461242007, 41.58756722230526 ], [ -111.42844099089881, 41.587931472008826 ], [ -111.42855722871299, 41.588273315640393 ], [ -111.42878827767291, 41.588740832987973 ], [ -111.42891735096519, 41.589208730304904 ], [ -111.429088865138, 41.589744023672083 ], [ -111.42921122786554, 41.590103858233377 ], [ -111.42914177686569, 41.590486926961638 ], [ -111.42901827514777, 41.590861190045175 ], [ -111.42896514948602, 41.590991993843581 ], [ -111.42877541876896, 41.591330474598671 ], [ -111.42841839910977, 41.5917731622283 ], [ -111.42805472099325, 41.592116793441228 ], [ -111.42766680494704, 41.592424484534426 ], [ -111.42748631658084, 41.592528739471497 ], [ -111.42730840547176, 41.592660006380392 ], [ -111.42721307335175, 41.592759440718631 ], [ -111.42722614057547, 41.5929215231684 ], [ -111.42728666628251, 41.5930023637438 ], [ -111.4274561212418, 41.593226015058605 ], [ -111.42764355702019, 41.593446897050974 ], [ -111.4278496102033, 41.593761385124388 ], [ -111.42796591511643, 41.59411223602676 ], [ -111.42799880297044, 41.594549867198211 ], [ -111.42796141319779, 41.595247169451248 ], [ -111.42781687230824, 41.59607187293139 ], [ -111.42779665149197, 41.596643909979576 ], [ -111.42777678721944, 41.597269989268064 ], [ -111.42774313928214, 41.597625901658212 ], [ -111.42761373553888, 41.598018199289676 ], [ -111.42743541210596, 41.598271065959494 ], [ -111.42703008103076, 41.59867339568666 ], [ -111.4269288587799, 41.598790866110271 ], [ -111.42678038060205, 41.599021102731179 ], [ -111.42675130195252, 41.599160823332234 ], [ -111.42675795436907, 41.599259878589322 ], [ -111.42684503642009, 41.599727933234732 ], [ -111.42699814708183, 41.600200246192543 ], [ -111.42710183601926, 41.600456568131264 ], [ -111.42719911012902, 41.600649862939775 ], [ -111.42745353985089, 41.601018215131838 ], [ -111.42774441795338, 41.601453985615841 ], [ -111.42785399281888, 41.601692270387794 ], [ -111.42792756882641, 41.601930689044373 ], [ -111.42797072895118, 41.602106170027994 ], [ -111.42793516568103, 41.602354002150328 ], [ -111.42780698364767, 41.602750798769549 ], [ -111.42756463948533, 41.60330564693205 ], [ -111.42742902139052, 41.603667342404918 ], [ -111.42739438185411, 41.603873737461761 ], [ -111.42742625489483, 41.604157347676441 ], [ -111.42759167825244, 41.604674649986165 ], [ -111.42783498254869, 41.605172746964065 ], [ -111.42796385653146, 41.605606417151911 ], [ -111.42798265499096, 41.605727044428775 ], [ -111.42794760549766, 41.605871291026645 ], [ -111.42792387207399, 41.605911912028972 ], [ -111.42785852318536, 41.606011235084914 ], [ -111.42769737697049, 41.606142439931354 ], [ -111.42754223045078, 41.606273622237531 ], [ -111.4274295316779, 41.606472200949014 ], [ -111.42728813771591, 41.606869045837598 ], [ -111.42727236500245, 41.607206876555367 ], [ -111.42746173760159, 41.607715082505386 ], [ -111.42752418041327, 41.608084147748421 ], [ -111.42758017736111, 41.608385682504355 ], [ -111.42769591285438, 41.608646462349249 ], [ -111.42777048826549, 41.608853351707673 ], [ -111.42776468579045, 41.609065043739676 ], [ -111.42772349066169, 41.609187695648963 ], [ -111.42749694780413, 41.609412818864101 ], [ -111.42718666747048, 41.609679686170189 ], [ -111.42686515509492, 41.610063688602025 ], [ -111.42660329022617, 41.610393425285025 ], [ -111.42652658599431, 41.610591869405759 ], [ -111.42658145313483, 41.61072227095903 ], [ -111.42675107720795, 41.610964837177804 ], [ -111.42692735662521, 41.611306458162559 ], [ -111.4269773528663, 41.611608015327668 ], [ -111.42694277318365, 41.611824317720739 ], [ -111.42694972431667, 41.611968407879417 ], [ -111.4270062985776, 41.612175364464534 ], [ -111.42715108076281, 41.612472065779329 ], [ -111.42735719287397, 41.612786553418836 ], [ -111.42748505637513, 41.613065302677605 ], [ -111.42752400622854, 41.613511016518196 ], [ -111.42744798505949, 41.613813041928786 ], [ -111.42737716161135, 41.61399345014474 ], [ -111.42736010967765, 41.614137629453765 ], [ -111.42741503507382, 41.614276136827748 ], [ -111.42751949807425, 41.614645946136342 ], [ -111.42762933281752, 41.614920258562798 ], [ -111.42770850808078, 41.615095605267207 ], [ -111.42793248609318, 41.615387507142962 ], [ -111.4281626758419, 41.615710910778382 ], [ -111.42851316121391, 41.616074398182832 ], [ -111.42882182049442, 41.616465062240877 ], [ -111.42902666377138, 41.616766040520332 ], [ -111.42914371017461, 41.617040324474921 ], [ -111.42926555867423, 41.617314590365133 ], [ -111.42947772791725, 41.617633554913937 ], [ -111.42976248446425, 41.618037816480459 ], [ -111.4298403195684, 41.618190648526756 ], [ -111.42986024193105, 41.618298660890396 ], [ -111.42985486847121, 41.618393256980475 ], [ -111.4297301231547, 41.618587378968783 ], [ -111.42959928592592, 41.618768012725553 ], [ -111.42949878426239, 41.618998072798924 ], [ -111.4294294003064, 41.619214505685107 ], [ -111.42913737854951, 41.619706490535812 ], [ -111.42897677411518, 41.61992416433494 ], [ -111.4288757552508, 41.620076763528452 ], [ -111.42870899227793, 41.620271041105781 ], [ -111.4284940361338, 41.620438476375867 ], [ -111.42806382268272, 41.620728310648587 ], [ -111.42757323124647, 41.620964324480816 ], [ -111.42684289363199, 41.621250766433882 ], [ -111.42659756446123, 41.621364267508035 ], [ -111.42640619091223, 41.621468560702347 ], [ -111.42620331733224, 41.621649457696236 ], [ -111.42588033245721, 41.622001936786511 ], [ -111.42552331926288, 41.622291490288653 ], [ -111.42493765268462, 41.622676464044474 ], [ -111.42462067627342, 41.622848772705993 ], [ -111.42441117132989, 41.62293511506779 ], [ -111.42407027312264, 41.623121021367844 ], [ -111.42353234072779, 41.623465279287636 ], [ -111.42334119166959, 41.623605595447707 ], [ -111.42310829295653, 41.623786597494366 ], [ -111.42302479514747, 41.623867969856718 ], [ -111.42279177692886, 41.624030957235554 ], [ -111.42270192344461, 41.624058309356208 ], [ -111.42258214808484, 41.624099282248366 ], [ -111.42216206654244, 41.624109832933897 ], [ -111.42200604376808, 41.624114909413834 ], [ -111.42138739730473, 41.624049624572677 ], [ -111.42117100291844, 41.624000877821203 ], [ -111.42093642713957, 41.623925175546582 ], [ -111.42070287666004, 41.623822447347813 ], [ -111.42011720403194, 41.62347330720975 ], [ -111.4195206758834, 41.623115196444679 ], [ -111.41889464041191, 41.622833751556733 ], [ -111.41831082715576, 41.622583674923654 ], [ -111.41793795532567, 41.622467937106812 ], [ -111.41768561579528, 41.622428321682115 ], [ -111.41739181542076, 41.622474424963215 ], [ -111.41708029924011, 41.622565627935352 ], [ -111.41672137608471, 41.622751577868108 ], [ -111.41619613519174, 41.623208345910697 ], [ -111.41537794652767, 41.623846315043181 ], [ -111.41496020405592, 41.624221623814982 ], [ -111.41465586103025, 41.624497442532935 ], [ -111.41460215995676, 41.62454717599023 ], [ -111.41440515919385, 41.624714520081675 ], [ -111.41383648901031, 41.624955260258162 ], [ -111.41366883348316, 41.62501891429379 ], [ -111.41341146253701, 41.625132430520729 ], [ -111.41320793722033, 41.625218730947651 ], [ -111.41305820052014, 41.6252688088368 ], [ -111.41263279081798, 41.625386529879073 ], [ -111.41227329984081, 41.625487799945006 ], [ -111.4121175252276, 41.625532493924268 ], [ -111.41194409940971, 41.625633095766233 ], [ -111.41183666246268, 41.625728056618257 ], [ -111.41175952259591, 41.625867944995164 ], [ -111.41169441542539, 41.626012293839111 ], [ -111.41162362085151, 41.626206202762624 ], [ -111.41146316470522, 41.626458979578835 ], [ -111.41133806246563, 41.626608046546856 ], [ -111.41114696341226, 41.626761853050162 ], [ -111.41099156248278, 41.626865991860384 ], [ -111.41088397913023, 41.626938434260893 ], [ -111.41068739017444, 41.627173324656638 ], [ -111.4106402005212, 41.627304098021455 ], [ -111.41068304551544, 41.627434549746717 ], [ -111.41079200212644, 41.627578276061641 ], [ -111.41116609267529, 41.627883184319195 ], [ -111.41134136352991, 41.628071709017824 ], [ -111.41147447543929, 41.628237866292885 ], [ -111.41152909844313, 41.628332246621135 ], [ -111.41159169790349, 41.628548195893721 ], [ -111.4116583289952, 41.62883168486659 ], [ -111.41179215976861, 41.62911042947043 ], [ -111.41188911670599, 41.629254197683302 ], [ -111.41196810097149, 41.629403434555194 ], [ -111.41196918476197, 41.629573667184161 ], [ -111.41198419670162, 41.629857340894418 ], [ -111.4120215349455, 41.630253524840697 ], [ -111.41199973256883, 41.630600381008719 ], [ -111.41191258318298, 41.631054657252342 ], [ -111.41182495678093, 41.631434175179592 ], [ -111.41183790809794, 41.631582747906513 ], [ -111.41183865338272, 41.631699839090707 ], [ -111.41188747783255, 41.631825765230182 ], [ -111.41204532117035, 41.632103522623858 ], [ -111.41227006879916, 41.632517949575885 ], [ -111.4123736088308, 41.632751765857314 ], [ -111.41262259627632, 41.633201233256834 ], [ -111.41297928864969, 41.633595369167963 ], [ -111.41319068986596, 41.633798172577279 ], [ -111.41337264748739, 41.634090252907733 ], [ -111.41353780687409, 41.634571544879059 ], [ -111.41367748803218, 41.634823244300875 ], [ -111.41381073517189, 41.635007412597837 ], [ -111.4141793413589, 41.635384388050575 ], [ -111.41478992348914, 41.636048720203206 ], [ -111.41503043662975, 41.636295550416442 ], [ -111.41527358414584, 41.636578399442726 ], [ -111.4155229826796, 41.637086405610837 ], [ -111.4159471457351, 41.637697361849895 ], [ -111.41628129591382, 41.638313146063403 ], [ -111.41648897548026, 41.638866337080493 ], [ -111.41650211311284, 41.639041930025328 ], [ -111.41649671864627, 41.639136525247601 ], [ -111.41643275165366, 41.639271865107261 ], [ -111.41630652263699, 41.639434452056101 ], [ -111.41618123290094, 41.639556503032097 ], [ -111.41570982619399, 41.640004065528785 ], [ -111.41522588554876, 41.640370606491672 ], [ -111.41463047006251, 41.641142871759996 ], [ -111.41415924295602, 41.641621952360872 ], [ -111.41394998034539, 41.64175781419447 ], [ -111.41377053349554, 41.641862043111971 ], [ -111.41343527854717, 41.64201186826358 ], [ -111.41265720851312, 41.642203815375737 ], [ -111.41232054748929, 41.642322117109373 ], [ -111.41211719636583, 41.642444443587088 ], [ -111.41182467751017, 41.642706700834864 ], [ -111.41157429725786, 41.64298682086195 ], [ -111.4113359510655, 41.643271400870177 ], [ -111.41088298080828, 41.643606287354558 ], [ -111.41007406221323, 41.644050528834597 ], [ -111.40905639592336, 41.644527032843968 ], [ -111.40888896978966, 41.644635714927226 ], [ -111.40875756667293, 41.64474426867146 ], [ -111.40865660966459, 41.644920268021551 ], [ -111.40864756689832, 41.64538957522975 ], [ -111.40860425828235, 41.646137326613598 ], [ -111.4084482014683, 41.647096246963727 ], [ -111.40833528454883, 41.648231554710712 ], [ -111.40823894962071, 41.649140722703869 ], [ -111.40816786975481, 41.649294998121093 ], [ -111.40808458186868, 41.649417791659928 ], [ -111.40791144962141, 41.649576032055016 ], [ -111.40772579092213, 41.649652351173437 ], [ -111.40750411109684, 41.64972969841844 ], [ -111.40738436369304, 41.649784166036 ], [ -111.40704925132377, 41.649965497074021 ], [ -111.40665414938424, 41.650156046570054 ], [ -111.40628892588414, 41.650323971120564 ], [ -111.40551711965315, 41.650768048937508 ], [ -111.40513438411621, 41.651017096299533 ], [ -111.4046975202197, 41.651252822182691 ], [ -111.40396634529596, 41.651476070332677 ], [ -111.40379880827379, 41.651571234501098 ], [ -111.40361342570054, 41.651693482656057 ], [ -111.40345217881217, 41.651834560893917 ], [ -111.40332091491942, 41.651969228668911 ], [ -111.40317809617784, 41.652176895049713 ], [ -111.40285104063076, 41.652691451493951 ], [ -111.40266641033512, 41.652935292497951 ], [ -111.40251752658654, 41.653133972086501 ], [ -111.40235051562649, 41.653314700556649 ], [ -111.40219523307879, 41.653450351807955 ], [ -111.40187290842893, 41.653762227126997 ], [ -111.40162261591314, 41.654070246989257 ], [ -111.40157529919391, 41.654186605004725 ], [ -111.40154036115973, 41.65436236717953 ], [ -111.40152374513677, 41.654587604854655 ], [ -111.40156106094798, 41.654794639747301 ], [ -111.40173191173659, 41.655230891181596 ], [ -111.40177456182519, 41.655329821132028 ], [ -111.40186039427951, 41.655613247361757 ], [ -111.40189254671263, 41.655955407904578 ], [ -111.40190814036879, 41.656531813053704 ], [ -111.40194624260899, 41.656864945540477 ], [ -111.40203962342916, 41.657396042632605 ], [ -111.40209225827142, 41.658134447274719 ], [ -111.40205818791533, 41.658449817726627 ], [ -111.4020597565095, 41.658702013243925 ], [ -111.40207313954916, 41.658922642299309 ], [ -111.40207987312424, 41.659039712059595 ], [ -111.40214124254152, 41.659251166042957 ], [ -111.40223233061508, 41.659412976514155 ], [ -111.4024620460377, 41.659655366184943 ], [ -111.40283011057154, 41.659933299304505 ], [ -111.40343217042087, 41.660368035738855 ], [ -111.40414532950581, 41.660896953728844 ], [ -111.40463399680219, 41.661251017859712 ], [ -111.40521317543042, 41.661672314630863 ], [ -111.40577474079883, 41.662156720836236 ], [ -111.40636645582065, 41.662659032002885 ], [ -111.40665639617005, 41.662923718116275 ], [ -111.40672939884111, 41.663072078133162 ], [ -111.40673605631662, 41.663175637040858 ], [ -111.40670056088925, 41.663261330766488 ], [ -111.40664702005556, 41.663342584739631 ], [ -111.40653965470966, 41.663460057759082 ], [ -111.40641432856957, 41.663586601355846 ], [ -111.40611098178306, 41.664056046403864 ], [ -111.40594440552404, 41.664308835588862 ], [ -111.40581363637997, 41.664525469428192 ], [ -111.40570697433517, 41.664755528774066 ], [ -111.40571476123093, 41.665039227090773 ], [ -111.40577024998862, 41.665267813276017 ], [ -111.40586103130562, 41.665569232863199 ], [ -111.40604476264053, 41.665943282082416 ], [ -111.40661844014001, 41.6664366481413 ], [ -111.40681754356964, 41.666580058244826 ], [ -111.40701633587804, 41.666673929691306 ], [ -111.40723895401206, 41.666736191297801 ], [ -111.40745991705545, 41.666726401017812 ], [ -111.40780297556675, 41.666648623438192 ], [ -111.40831798046179, 41.666408105140228 ], [ -111.40894698569468, 41.6661500653573 ], [ -111.40919845862666, 41.666026672886133 ], [ -111.40946798252108, 41.665908619857277 ], [ -111.40984601118517, 41.665853229503554 ], [ -111.41018848981695, 41.665874525695976 ], [ -111.41083269353466, 41.665930771443897 ], [ -111.41193048515321, 41.665913331512925 ], [ -111.41274800572515, 41.666022988228576 ], [ -111.41315689659548, 41.666098080056962 ], [ -111.41346406238617, 41.666232082982859 ], [ -111.41364487421451, 41.666330511224025 ], [ -111.41398302386126, 41.666613019461757 ], [ -111.41414053519259, 41.666824120390359 ], [ -111.41439535640133, 41.667224020731609 ], [ -111.41453569025691, 41.667565786889142 ], [ -111.41459168049141, 41.667867324891532 ], [ -111.41458104940415, 41.668082634419015 ], [ -111.41452266978716, 41.668344953395533 ], [ -111.41435054262647, 41.668665328284241 ], [ -111.41413085500503, 41.669062435142081 ], [ -111.41404243588788, 41.669323961349171 ], [ -111.41400154656463, 41.669504251843939 ], [ -111.41397223672593, 41.669616946914168 ], [ -111.41395563169806, 41.669837682132943 ], [ -111.41397474685243, 41.670008749314185 ], [ -111.41405019848078, 41.670535396320261 ], [ -111.41414953252868, 41.671039439279788 ], [ -111.41424435175202, 41.671588534163988 ], [ -111.41432325540276, 41.671903500232837 ], [ -111.41439640148376, 41.672069868916914 ], [ -111.41451763445224, 41.672241468425206 ], [ -111.41456602726313, 41.67229443610244 ], [ -111.4147051592054, 41.672447055816782 ], [ -111.41488685793192, 41.672680586105024 ], [ -111.41497796811512, 41.672837882391953 ], [ -111.41502683039559, 41.672963806125679 ], [ -111.41504568900581, 41.673094341764553 ], [ -111.41505250562146, 41.6732204173071 ], [ -111.41502406385068, 41.673468216745015 ], [ -111.4149826829947, 41.673571948429263 ], [ -111.41489986304659, 41.67377040480482 ], [ -111.41472116761315, 41.67400523571748 ], [ -111.41444653756763, 41.67426743377758 ], [ -111.41428499283842, 41.674367094864337 ], [ -111.4141535676543, 41.674480157922062 ], [ -111.41407675071984, 41.674678592045247 ], [ -111.41412557802695, 41.674799111957192 ], [ -111.41433804289404, 41.675146022259327 ], [ -111.41452000803024, 41.675420084229998 ], [ -111.41465911774996, 41.675568200415753 ], [ -111.41494880314414, 41.675778822948025 ], [ -111.41525642985721, 41.675976769909909 ], [ -111.41536486545535, 41.676025016686403 ], [ -111.4155995084988, 41.676082714926025 ], [ -111.41579184320017, 41.676100033579232 ], [ -111.4159239646368, 41.676095051954533 ], [ -111.41619389513674, 41.676035528331511 ], [ -111.41642189346958, 41.675994170308449 ], [ -111.41680526116987, 41.675827049110168 ], [ -111.4172004252581, 41.675626557355585 ], [ -111.41776345621066, 41.675375914865626 ], [ -111.41802729362522, 41.675303799070235 ], [ -111.41849491669464, 41.67516248648235 ], [ -111.41895714426933, 41.675115766740177 ], [ -111.41920914112858, 41.675070712843436 ], [ -111.41946704495038, 41.675010324679796 ], [ -111.41975419775316, 41.674829133298132 ], [ -111.42014281852282, 41.67454849165739 ], [ -111.42039981679001, 41.674349394575323 ], [ -111.42061523601393, 41.674222506299152 ], [ -111.42075889724137, 41.674145419672286 ], [ -111.42095685267518, 41.67410416262782 ], [ -111.42129943718751, 41.674134432398922 ], [ -111.42197306446387, 41.674267068464133 ], [ -111.42269424108142, 41.67432206421104 ], [ -111.42293457262396, 41.674331087954229 ], [ -111.42316898015417, 41.674352743017984 ], [ -111.42332544864966, 41.674397202573672 ], [ -111.42354846320029, 41.674513473910359 ], [ -111.42373585190553, 41.674692926216139 ], [ -111.42408654638335, 41.675042911606077 ], [ -111.42452196083656, 41.67548715807515 ], [ -111.42484224486346, 41.675778706957196 ], [ -111.42519886916065, 41.676115156233664 ], [ -111.42551898138268, 41.6763796823844 ], [ -111.42574245190777, 41.676563501330818 ], [ -111.42596015437246, 41.676783369801377 ], [ -111.42617866049694, 41.677124831348245 ], [ -111.42634251189189, 41.67737642375257 ], [ -111.426674649009, 41.67764090200852 ], [ -111.4267895253252, 41.677753064802701 ], [ -111.42681420787326, 41.677852051742306 ], [ -111.42674940429593, 41.678045045284932 ], [ -111.42671378466396, 41.678109128265966 ], [ -111.42665331619774, 41.678230949208611 ], [ -111.42659557746771, 41.678402299279568 ], [ -111.42657874591912, 41.678582504637838 ], [ -111.42655560982115, 41.67871769766743 ], [ -111.42651451184304, 41.678861964491382 ], [ -111.42645536265287, 41.67900179470616 ], [ -111.42638446652455, 41.679182200612523 ], [ -111.42626578040732, 41.679403315869791 ], [ -111.42612990387666, 41.679750594729335 ], [ -111.42594147562565, 41.680327750292996 ], [ -111.42576523671406, 41.680931881759754 ], [ -111.42571795021422, 41.681049149750876 ], [ -111.42562313929733, 41.681247657988912 ], [ -111.42560017833591, 41.681409871537518 ], [ -111.42562542435732, 41.681594424409774 ], [ -111.425819678192, 41.681899947595319 ], [ -111.42591047175466, 41.682003193265047 ], [ -111.4259833028465, 41.682115512578036 ], [ -111.42600206759464, 41.682228032258323 ], [ -111.42599079535825, 41.682340663269912 ], [ -111.42592025071775, 41.682575110315526 ], [ -111.42570623907201, 41.682918174458081 ], [ -111.42548704838592, 41.683387357273695 ], [ -111.42537566419863, 41.683806601425985 ], [ -111.42532307915654, 41.684031974440039 ], [ -111.42532435444905, 41.68422562313652 ], [ -111.42533202292343, 41.684477794544982 ], [ -111.42530968295809, 41.684734580563173 ], [ -111.42531113618944, 41.684955249980803 ], [ -111.42539074853333, 41.685184637257038 ], [ -111.42555429114864, 41.685386692324059 ], [ -111.42598978597758, 41.685830932057961 ], [ -111.42608076366587, 41.68596119823254 ], [ -111.42615972620465, 41.686091508885127 ], [ -111.42617831415478, 41.686177007716239 ], [ -111.42612581920457, 41.686415891367815 ], [ -111.42604266089059, 41.686560313777761 ], [ -111.42588860403414, 41.68670409816135 ], [ -111.42538456730811, 41.686982483795283 ], [ -111.42516896099488, 41.687085962914004 ], [ -111.42492382437027, 41.687267012138669 ], [ -111.42478064269827, 41.68742066265763 ], [ -111.42451978925084, 41.687953047172847 ], [ -111.42430807862976, 41.688467235369828 ], [ -111.42422415582642, 41.68867921270688 ], [ -111.42417194750897, 41.688963129954544 ], [ -111.42415045938814, 41.689350515761447 ], [ -111.4242496064483, 41.689809513295444 ], [ -111.42437225477738, 41.690187359792716 ], [ -111.42440350909092, 41.690371890466075 ], [ -111.42441022766839, 41.690479951166203 ], [ -111.42430986443537, 41.690750535520955 ], [ -111.42411372383009, 41.691075516014408 ], [ -111.42395457703232, 41.69154447368421 ], [ -111.42393199282486, 41.691765231532855 ], [ -111.42394589116637, 41.691868762188214 ], [ -111.42398754606207, 41.691990204690136 ], [ -111.42411505174778, 41.69219239449685 ], [ -111.42436278437457, 41.692403147401905 ], [ -111.425021482953, 41.692976268383219 ], [ -111.425238948092, 41.693152003523714 ], [ -111.42543234507353, 41.693322423071962 ], [ -111.42584870915016, 41.693591094641597 ], [ -111.42625912767379, 41.693868793859401 ], [ -111.42654277598476, 41.694056890972945 ], [ -111.42671178787423, 41.694173356119698 ], [ -111.42680873384305, 41.694295492948513 ], [ -111.42686429338853, 41.694519563868987 ], [ -111.42685319934375, 41.694659215420444 ], [ -111.42681804120515, 41.694794452782283 ], [ -111.42660464907726, 41.695236593904035 ], [ -111.42652742975683, 41.695371987289811 ], [ -111.42639068890502, 41.695593169089918 ], [ -111.42622396326836, 41.695823469046807 ], [ -111.42592519391145, 41.696076775995529 ], [ -111.42551835444348, 41.696343993026041 ], [ -111.42495654543241, 41.696620788863036 ], [ -111.42436761211601, 41.696794100275021 ], [ -111.42327022418415, 41.697135914100507 ], [ -111.42307838565422, 41.697204173860094 ], [ -111.42284433760859, 41.697250070822129 ], [ -111.42275422920156, 41.697254005174038 ], [ -111.42256198295856, 41.69726011647446 ], [ -111.42202089641437, 41.697217069144322 ], [ -111.42114873928615, 41.697085161825605 ], [ -111.42062497719802, 41.696933959036848 ], [ -111.42026969733449, 41.696818166313541 ], [ -111.42015523775302, 41.696773549246629 ], [ -111.41995665577701, 41.696729239497934 ], [ -111.41981915732934, 41.696837827264559 ], [ -111.41983208278944, 41.696977390350774 ], [ -111.41988164688472, 41.697206890735771 ], [ -111.41993701508639, 41.697404844977001 ], [ -111.42002371710903, 41.697800841201875 ], [ -111.4201655261748, 41.698354260370145 ], [ -111.42023877643761, 41.69852963126089 ], [ -111.42036047985057, 41.698763371116719 ], [ -111.4205846006311, 41.699037268068601 ], [ -111.42092993104168, 41.699468345140723 ], [ -111.42137765508501, 41.699935074189987 ], [ -111.42150484502915, 41.700087728652896 ], [ -111.42158979553611, 41.700213516600002 ], [ -111.42161960984339, 41.700362024552014 ], [ -111.42158593368279, 41.700542290308434 ], [ -111.4215685534482, 41.700641432280008 ], [ -111.42155744699984, 41.700781083229472 ], [ -111.42161397074267, 41.701154670931111 ], [ -111.42160992824286, 41.701271778184143 ], [ -111.42157378909596, 41.701443045835838 ], [ -111.42149708124303, 41.70165949781596 ], [ -111.42133689039862, 41.701975334033499 ], [ -111.42117719758608, 41.702367728602333 ], [ -111.42106015564794, 41.702850037733249 ], [ -111.42099578625493, 41.703115983207468 ], [ -111.42101575319413, 41.703413144567072 ], [ -111.42109074521038, 41.703854217985892 ], [ -111.42111006637846, 41.704052303502024 ], [ -111.42114231757871, 41.704389951746236 ], [ -111.42116782489907, 41.704615035876166 ], [ -111.42114683742172, 41.705082581477299 ], [ -111.42111240234455, 41.705331303715518 ], [ -111.42105878925248, 41.705588202594008 ], [ -111.4210854399399, 41.705804275403679 ], [ -111.42115304438221, 41.70603370877317 ], [ -111.42118441511627, 41.706236253592309 ], [ -111.42116697402111, 41.706326388528765 ], [ -111.42110775916464, 41.706461712050185 ], [ -111.4210423874774, 41.706574540343084 ], [ -111.42079804661293, 41.706890683833201 ], [ -111.42034394954096, 41.707297665215719 ], [ -111.41990717276718, 41.707596496299551 ], [ -111.41928569771336, 41.708143694964356 ], [ -111.4185028452715, 41.708830187343985 ], [ -111.41811422225521, 41.709143247533611 ], [ -111.41797074283167, 41.709260861741051 ], [ -111.41788739138167, 41.709382760682622 ], [ -111.41782807939772, 41.709504572159304 ], [ -111.41780465197061, 41.709599231853488 ], [ -111.41780538679745, 41.709712718600521 ], [ -111.41785515215757, 41.709972842744918 ], [ -111.41790523846556, 41.710468050884039 ], [ -111.41789139154635, 41.710742817642632 ], [ -111.41786737423675, 41.710932053969934 ], [ -111.41779096367618, 41.711198041080117 ], [ -111.41764231436281, 41.711446276499487 ], [ -111.41725409669766, 41.711825083966097 ], [ -111.41710486744333, 41.711984150550606 ], [ -111.4170336476858, 41.712124018971977 ], [ -111.4170348702478, 41.712313163484289 ], [ -111.41706684261413, 41.712610281501547 ], [ -111.41716565031146, 41.713018844826586 ], [ -111.41726429617562, 41.71340218876955 ], [ -111.41734467331653, 41.713748669879401 ], [ -111.41742432289227, 41.713982564930312 ], [ -111.41755832883337, 41.714256794322573 ], [ -111.41774117739668, 41.714647938159324 ], [ -111.41781481909879, 41.714881854740277 ], [ -111.41785814648208, 41.715075349600745 ], [ -111.41785318609321, 41.715237495223597 ], [ -111.41776582854678, 41.715670153045529 ], [ -111.41772515461258, 41.715886470997035 ], [ -111.4177270209042, 41.716174690989 ], [ -111.41782523172178, 41.71648958196058 ], [ -111.41793004356786, 41.716709874424453 ], [ -111.4179657221321, 41.716835843858405 ], [ -111.41799107775134, 41.71703841105181 ], [ -111.41795667701821, 41.717295238097059 ], [ -111.41777311695152, 41.717723742089468 ], [ -111.41767466723688, 41.718300553317455 ], [ -111.41758628413005, 41.718575590558707 ], [ -111.4175756035861, 41.71878279227078 ], [ -111.41759587508996, 41.719128590562342 ], [ -111.41752021770358, 41.719512567153778 ], [ -111.41748697977516, 41.719949531342124 ], [ -111.4175004823874, 41.720178262129522 ], [ -111.41752572717134, 41.720363716258838 ], [ -111.41761752435544, 41.720615580920011 ], [ -111.41777611419639, 41.720970784094405 ], [ -111.41788043132067, 41.721299163166776 ], [ -111.41802799454597, 41.721807526368757 ], [ -111.41814935502029, 41.721982722831669 ], [ -111.41829464382337, 41.722139817906672 ], [ -111.41848781788291, 41.722265213645201 ], [ -111.41883176846798, 41.722466619755302 ], [ -111.41939833948412, 41.722698737303467 ], [ -111.41963966543581, 41.722832962413811 ], [ -111.41980871145168, 41.722944933407867 ], [ -111.41992981501602, 41.723079597048311 ], [ -111.41999708204314, 41.723254989178393 ], [ -111.42006578669843, 41.723651049338017 ], [ -111.4199963789975, 41.724070131991105 ], [ -111.41993183814212, 41.72431355885675 ], [ -111.41995799477915, 41.724453072904467 ], [ -111.42005965986904, 41.724556282652813 ], [ -111.4201803621025, 41.724628798652006 ], [ -111.42042690387066, 41.724639606085681 ], [ -111.42064944729952, 41.724657706500615 ], [ -111.42089004843055, 41.724679343174138 ], [ -111.42142526512109, 41.724708906320139 ], [ -111.42197157382071, 41.724779858775115 ], [ -111.42221328375591, 41.724787077288994 ], [ -111.4224659971044, 41.724822176765677 ], [ -111.422773078768, 41.724897607495649 ], [ -111.42329733351788, 41.725088428836173 ], [ -111.42383987420176, 41.725317010030665 ], [ -111.42423180105564, 41.725495705193673 ], [ -111.42452135761582, 41.725647756038335 ], [ -111.42488293434938, 41.725781525734227 ], [ -111.42524424531264, 41.725874763454918 ], [ -111.42584036160079, 41.726021172545359 ], [ -111.42661111172039, 41.726211965680243 ], [ -111.42732136330271, 41.726344432678303 ], [ -111.42782091585555, 41.726432644579035 ], [ -111.42803143842167, 41.72644987473047 ], [ -111.42823615891784, 41.726498650860208 ], [ -111.42853763271999, 41.726632632993947 ], [ -111.42880288877518, 41.726744231818401 ], [ -111.42895972809671, 41.726824710059574 ], [ -111.42911671764573, 41.726927705194626 ], [ -111.42939471873669, 41.72714733986399 ], [ -111.42973352797505, 41.727470327733741 ], [ -111.43007877274945, 41.727856339962997 ], [ -111.43035085962649, 41.728089505011155 ], [ -111.43062270788062, 41.728286642034639 ], [ -111.43080437622977, 41.728483215827254 ], [ -111.43103457294671, 41.728744458169743 ], [ -111.43132494327259, 41.729013580542464 ], [ -111.43178427906369, 41.729376641554943 ], [ -111.43209278737365, 41.729660105096244 ], [ -111.43268453775221, 41.73004428141401 ], [ -111.43299232137129, 41.730218759773926 ], [ -111.43343288263024, 41.730469296571755 ], [ -111.43402999946422, 41.730755268679289 ], [ -111.43449452510525, 41.730992200263501 ], [ -111.43471793828175, 41.731135468243863 ], [ -111.43498840372959, 41.731301976034274 ], [ -111.4352435312708, 41.731511775168087 ], [ -111.43552218139995, 41.731821462936303 ], [ -111.43576599482149, 41.732135785656084 ], [ -111.43603725295016, 41.73241847899326 ], [ -111.43625521091457, 41.732642828166291 ], [ -111.43651519417051, 41.732858010217804 ], [ -111.43682358129652, 41.73311804295988 ], [ -111.43724635455874, 41.733400157295222 ], [ -111.43763266102144, 41.733623863083082 ], [ -111.43856304716958, 41.734106696888325 ], [ -111.4390502147365, 41.734307495236067 ], [ -111.43930941615686, 41.734405582159738 ], [ -111.43967131200071, 41.734574431331446 ], [ -111.43997914224579, 41.734749791325626 ], [ -111.44035899252151, 41.734905959692504 ], [ -111.44078090000036, 41.735057461946745 ], [ -111.44116177157419, 41.735186602569215 ], [ -111.44172184395424, 41.735495194244649 ], [ -111.44185473294121, 41.735584753845394 ], [ -111.44191519608295, 41.735634060117619 ], [ -111.44198176430882, 41.735696853453696 ], [ -111.44203066609212, 41.735813757027785 ], [ -111.442031561582, 41.735944355842435 ], [ -111.44197840720901, 41.736084169618508 ], [ -111.44174626879762, 41.736427330260263 ], [ -111.44160332773752, 41.736626034829044 ], [ -111.44153817779623, 41.736770398012517 ], [ -111.44149106500839, 41.736914691854587 ], [ -111.44147435373924, 41.737108407651377 ], [ -111.44150540322971, 41.737252401159594 ], [ -111.44165173989184, 41.737549071442736 ], [ -111.44183483239907, 41.737944677736316 ], [ -111.4418719574435, 41.738097654810296 ], [ -111.44189123008218, 41.738277721670677 ], [ -111.4418862053618, 41.738421853770802 ], [ -111.44182176422251, 41.738669795398891 ], [ -111.44156583655439, 41.739052678011433 ], [ -111.44129058514145, 41.739248287667039 ], [ -111.44109312140978, 41.739388655087751 ], [ -111.44090752824624, 41.739506459000623 ], [ -111.44078924623079, 41.739619500893085 ], [ -111.44067466381289, 41.739746039043339 ], [ -111.44055576322393, 41.739944650003707 ], [ -111.44043248619191, 41.740382865027051 ], [ -111.44049025766905, 41.740917662052567 ], [ -111.44060270657826, 41.741534213446812 ], [ -111.4406945014376, 41.741768044550327 ], [ -111.44085228546942, 41.741979104799313 ], [ -111.4410215418113, 41.742109057405926 ], [ -111.44119064470026, 41.742216492742358 ], [ -111.44142567508817, 41.742292149922626 ], [ -111.44211223626395, 41.742447133532508 ], [ -111.44318980120579, 41.742623123168634 ], [ -111.44349686766327, 41.742680484148238 ], [ -111.44376197373565, 41.742756921154324 ], [ -111.44393104564386, 41.742858948334082 ], [ -111.44413641978632, 41.742993260296039 ], [ -111.44433004809484, 41.743168148991913 ], [ -111.44456654560814, 41.743455459502258 ], [ -111.44485351260283, 41.744084841621842 ], [ -111.44492716270032, 41.744300725391113 ], [ -111.44498881801769, 41.744521159077415 ], [ -111.4450983243846, 41.744704478513704 ], [ -111.44520179949029, 41.744885119096843 ], [ -111.44513113389205, 41.745101561782548 ], [ -111.44492886007826, 41.7454175915219 ], [ -111.44448748106771, 41.745941707937128 ], [ -111.44421889941762, 41.746235475284806 ], [ -111.44390791147734, 41.746484370654485 ], [ -111.44359087674086, 41.74672878500111 ], [ -111.44322501984614, 41.746869805902648 ], [ -111.44279310653647, 41.747024590769875 ], [ -111.4424217274597, 41.747237686667376 ], [ -111.44214690123164, 41.747499948545098 ], [ -111.441943462539, 41.747649347275548 ], [ -111.44184854992005, 41.747839760713859 ], [ -111.44182550870563, 41.747987564667099 ], [ -111.44186886941384, 41.74817204210769 ], [ -111.44202106736094, 41.748442568395902 ], [ -111.44234280925492, 41.748881774087401 ], [ -111.44261673105049, 41.749362595405998 ], [ -111.4428253420532, 41.749965262664354 ], [ -111.44279592346771, 41.750059949857182 ], [ -111.44277310649196, 41.750240178385368 ], [ -111.4427024579477, 41.750461122839241 ], [ -111.44238012747374, 41.750813638453344 ], [ -111.44191944495878, 41.751162181837188 ], [ -111.44176342554455, 41.751212320462301 ], [ -111.44161943352499, 41.751262412648181 ], [ -111.44152361359468, 41.751321326580467 ], [ -111.44142859568456, 41.751497328716887 ], [ -111.44138168812307, 41.751673145965029 ], [ -111.44131155765386, 41.751970647257536 ], [ -111.44124105645071, 41.752214107754789 ], [ -111.44121157285619, 41.752299787731168 ], [ -111.44108861072546, 41.752611002258313 ], [ -111.44107198666291, 41.75299386468307 ], [ -111.44126782694151, 41.753488499117438 ], [ -111.44140803170201, 41.75376267482725 ], [ -111.44147588356296, 41.754010107306271 ], [ -111.44149546885271, 41.75423520764955 ], [ -111.44140834294122, 41.754685893569018 ], [ -111.44114819229272, 41.755339901847016 ], [ -111.44105973672143, 41.755596941561912 ], [ -111.44104866405472, 41.755736592900817 ], [ -111.44104338977222, 41.755844697403347 ], [ -111.44112740402595, 41.755992990725105 ], [ -111.44130699983293, 41.756397616989219 ], [ -111.44160448004921, 41.756977426796247 ], [ -111.44183524940968, 41.757300792293009 ], [ -111.44204717436422, 41.757507138568499 ], [ -111.44220435259395, 41.75762362497985 ], [ -111.44257231467735, 41.757779831022894 ], [ -111.44287408872084, 41.757931787517514 ], [ -111.44313385593956, 41.758097415760922 ], [ -111.44377985373021, 41.758450699620511 ], [ -111.44410578490817, 41.758616070072662 ], [ -111.44429912498458, 41.758742321525453 ], [ -111.44452761735027, 41.758907166820684 ], [ -111.44466867779286, 41.759127292863553 ], [ -111.44480305038816, 41.759424004244678 ], [ -111.44510695352453, 41.759882185073749 ], [ -111.44530683705736, 41.760084068366197 ], [ -111.44540410518003, 41.760233207767769 ], [ -111.44541114128202, 41.7603808955161 ], [ -111.44534070894036, 41.760633364913531 ], [ -111.44527071191091, 41.760948881659651 ], [ -111.4452723619502, 41.761187561097216 ], [ -111.44531112809034, 41.761574712370937 ], [ -111.44527310314488, 41.762164818981887 ], [ -111.44516883137764, 41.762917308396133 ], [ -111.44526418087486, 41.763484380494411 ], [ -111.44529571911168, 41.763695922967202 ], [ -111.44527851485734, 41.763817584257353 ], [ -111.44524360801381, 41.763988852690282 ], [ -111.445136215697, 41.764116267626193 ], [ -111.44471014459346, 41.764262029705527 ], [ -111.44439859978581, 41.764442474609609 ], [ -111.44405782251549, 41.76474552694701 ], [ -111.4439621090625, 41.764822456395116 ], [ -111.4438603182134, 41.764890402234599 ], [ -111.44380101144255, 41.765013126626833 ], [ -111.44383191872836, 41.765133701122814 ], [ -111.44392295253755, 41.765250440504268 ], [ -111.44407410696863, 41.765362443950387 ], [ -111.44427952249713, 41.765492251396701 ], [ -111.44443703514551, 41.765653768303004 ], [ -111.44452835056478, 41.765811037626676 ], [ -111.4446880414435, 41.766287790915378 ], [ -111.44473740725137, 41.766467739921879 ], [ -111.44479261202237, 41.766796281858618 ], [ -111.44479025714486, 41.767152067608357 ], [ -111.44464968365841, 41.767702038898861 ], [ -111.44442489215974, 41.768252335771336 ], [ -111.44435457191253, 41.768522817800118 ], [ -111.44429612662744, 41.768770736351172 ], [ -111.44415327786459, 41.768991960184479 ], [ -111.44399179165248, 41.769127689357347 ], [ -111.44378193247061, 41.76922757715802 ], [ -111.44356035184782, 41.769372544827014 ], [ -111.44344711166309, 41.769526100952774 ], [ -111.44334621209197, 41.769724644340037 ], [ -111.4432937464302, 41.769968035760314 ], [ -111.44330357561817, 41.770521928240491 ], [ -111.44327616385344, 41.77090933490755 ], [ -111.44324726366669, 41.771080579356827 ], [ -111.44327253549756, 41.771256118297146 ], [ -111.44337024397809, 41.771467405696711 ], [ -111.44345520825749, 41.771575161738625 ], [ -111.44357623614553, 41.77167827498581 ], [ -111.44391442078135, 41.771866115714602 ], [ -111.44452347199457, 41.772075425230369 ], [ -111.44506055569992, 41.772316534798946 ], [ -111.44561013632601, 41.772624245131844 ], [ -111.44621372741861, 41.77291192767143 ], [ -111.44635261619882, 41.772987046911879 ], [ -111.44649727754697, 41.773027016273993 ], [ -111.44663564204978, 41.773026478461553 ], [ -111.446845852905, 41.772976122603723 ], [ -111.44697773872493, 41.772908957823482 ], [ -111.44736080590326, 41.77262734934893 ], [ -111.44767763974865, 41.772337891394606 ], [ -111.44794694001303, 41.772134184346378 ], [ -111.44831280405317, 41.771975134875014 ], [ -111.44880648234523, 41.77185611649125 ], [ -111.44900956299428, 41.77181929501571 ], [ -111.4491719249512, 41.771809653367256 ], [ -111.44931041249546, 41.771827125845192 ], [ -111.44952773351561, 41.771934359682874 ], [ -111.44960669293022, 41.772042134650668 ], [ -111.44963107044134, 41.772087074223435 ], [ -111.44976543050011, 41.772374772137603 ], [ -111.44993128704152, 41.772865003892477 ], [ -111.45009204328404, 41.773485856736635 ], [ -111.45014165028091, 41.773697326702923 ], [ -111.45018464336312, 41.773823256133639 ], [ -111.45026360621787, 41.77393103059768 ], [ -111.45034234882644, 41.774007281398006 ], [ -111.45042704455005, 41.774074501812393 ], [ -111.45051224466982, 41.774213776115921 ], [ -111.45062733051357, 41.774497044990227 ], [ -111.45075137582107, 41.774856838000538 ], [ -111.45098175105898, 41.775108129639413 ], [ -111.45118724323423, 41.775242427663684 ], [ -111.4514646132118, 41.775331407941536 ], [ -111.4517115876247, 41.775375472113112 ], [ -111.4518681000946, 41.775388367123142 ], [ -111.45204880337685, 41.775419180717577 ], [ -111.4522131363464, 41.775517610881636 ], [ -111.45229124950851, 41.775674925697373 ], [ -111.45230438911743, 41.775832496268876 ], [ -111.45232436761978, 41.776107130754923 ], [ -111.45233953261958, 41.776552916937966 ], [ -111.45230089998908, 41.777048453319061 ], [ -111.4522405469655, 41.777192802690323 ], [ -111.45215356280019, 41.777485872108954 ], [ -111.45204160039371, 41.777820471864004 ], [ -111.4518333314177, 41.778149145401642 ], [ -111.45163067224172, 41.778420151792041 ], [ -111.45156506107314, 41.778501472556613 ], [ -111.45147560538886, 41.778614411432827 ], [ -111.45150014466948, 41.778681867378502 ], [ -111.45158468350047, 41.778725669335586 ], [ -111.45172933568367, 41.778762029295805 ], [ -111.45216891099636, 41.778814341969422 ], [ -111.45283251843284, 41.778897294586002 ], [ -111.45363225683964, 41.779002223389689 ], [ -111.45386116583485, 41.779041850734821 ], [ -111.45405898039238, 41.779108621469319 ], [ -111.45430758753194, 41.779211218950749 ], [ -111.45447076216983, 41.779314153879099 ], [ -111.45459806769675, 41.779449655647554 ], [ -111.45464695627959, 41.779556645278753 ], [ -111.45465395882474, 41.779696225790964 ], [ -111.45464344727716, 41.779741302299378 ], [ -111.45459037938384, 41.780064862939973 ], [ -111.45449612509748, 41.780349856463062 ], [ -111.45444961449157, 41.78057971846561 ], [ -111.45444518774596, 41.780804910490154 ], [ -111.45448848029818, 41.78097136836756 ], [ -111.45456223773243, 41.781191747567703 ], [ -111.45470937234781, 41.781578465429575 ], [ -111.45491104079967, 41.782019009021575 ], [ -111.45496172095682, 41.782379087457549 ], [ -111.4549949563531, 41.782824801221807 ], [ -111.45498040805074, 41.78332024256035 ], [ -111.45482775845798, 41.783856762070542 ], [ -111.45477452963615, 41.783987573935228 ], [ -111.45473346163617, 41.784136351588685 ], [ -111.45466221353584, 41.784271738205078 ], [ -111.45457870866095, 41.784375648861506 ], [ -111.45442287337987, 41.784461831630807 ], [ -111.45426656086249, 41.784480463765355 ], [ -111.45407414676879, 41.784499238382516 ], [ -111.45381569891454, 41.784539890282076 ], [ -111.45353354483836, 41.784631974943814 ], [ -111.45344392554324, 41.78472239844762 ], [ -111.45338439071641, 41.784812703157471 ], [ -111.45332526811499, 41.784961551540192 ], [ -111.4533203297114, 41.785114689583395 ], [ -111.45329588316461, 41.785231876702618 ], [ -111.45316009124309, 41.785430565831177 ], [ -111.45307655074025, 41.785529972032712 ], [ -111.45302920721105, 41.785642745899253 ], [ -111.45305413131445, 41.785764241746037 ], [ -111.45317004057202, 41.785988958905023 ], [ -111.45336531478131, 41.786375488261825 ], [ -111.45364470413031, 41.786743671197627 ], [ -111.45397297102566, 41.787216141150594 ], [ -111.45413698551765, 41.787435262986094 ], [ -111.45425248833409, 41.787601435284238 ], [ -111.4543324289674, 41.787844307346099 ], [ -111.45436961348673, 41.787997278762248 ], [ -111.45436461380241, 41.788141410040836 ], [ -111.45433570401178, 41.78830815329907 ], [ -111.4542407628858, 41.788497675070495 ], [ -111.45399751740639, 41.788989516353396 ], [ -111.45391056762961, 41.789459122928882 ], [ -111.45380599630639, 41.789990046381376 ], [ -111.45374737815608, 41.790210948585354 ], [ -111.45367615946631, 41.79035173851954 ], [ -111.45357497372822, 41.790509759960216 ], [ -111.45349148447669, 41.790617272448188 ], [ -111.45328834299096, 41.790824333662641 ], [ -111.45310259947676, 41.79093855415794 ], [ -111.45285018071701, 41.790984584266042 ], [ -111.45228472360459, 41.791013832739118 ], [ -111.45215243300126, 41.791027863934126 ], [ -111.45200218466626, 41.791055476080153 ], [ -111.45182834044269, 41.791150733069387 ], [ -111.45167860382793, 41.791251299191877 ], [ -111.45153718132842, 41.791507652920203 ], [ -111.4514826412921, 41.791624957806889 ], [ -111.45139934299053, 41.791760389595581 ], [ -111.45126188586821, 41.791896034073915 ], [ -111.45111825266716, 41.792009185229446 ], [ -111.45099270341655, 41.792126768693826 ], [ -111.4508914767534, 41.792280284410751 ], [ -111.45085014217867, 41.792393033671502 ], [ -111.45083306746103, 41.792532708601314 ], [ -111.4510162808957, 41.792914785355428 ], [ -111.45124187338502, 41.793332723180967 ], [ -111.45143142533666, 41.793759809120687 ], [ -111.45157188656674, 41.794223115529654 ], [ -111.45170829644529, 41.794623388943783 ], [ -111.45191008097811, 41.795077446767074 ], [ -111.45212399922977, 41.795544966880485 ], [ -111.45233193429033, 41.796017013591623 ], [ -111.45236889727846, 41.796138461962315 ], [ -111.45242432618993, 41.796318382813212 ], [ -111.45243126271536, 41.796448956361623 ], [ -111.45240164760997, 41.796516625162951 ], [ -111.45231856666111, 41.796683580997254 ], [ -111.45220504670077, 41.796801118334017 ], [ -111.45207964208538, 41.796940319019818 ], [ -111.45202051189101, 41.797090067157356 ], [ -111.45200359677735, 41.79725225890553 ], [ -111.45202307513034, 41.797454838748195 ], [ -111.45207961197282, 41.797792377064553 ], [ -111.45219072468821, 41.79818824571916 ], [ -111.45230741369555, 41.798521043611863 ], [ -111.4524790918928, 41.798970715169034 ], [ -111.45268105423052, 41.799447287954585 ], [ -111.45287630366276, 41.799824810348106 ], [ -111.4530290778129, 41.800152961668914 ], [ -111.45321105921848, 41.800526032291032 ], [ -111.45342611382502, 41.800980034603043 ], [ -111.45359042239579, 41.80123608399024 ], [ -111.45372521160353, 41.801573312257815 ], [ -111.45382335078706, 41.801834126084813 ], [ -111.45392145899189, 41.802090436464177 ], [ -111.45395380857074, 41.802410055249752 ], [ -111.45397950410511, 41.80263963084208 ], [ -111.45392157466047, 41.802959606344068 ], [ -111.45384482593948, 41.803171572806235 ], [ -111.45381106167216, 41.803333831211603 ], [ -111.45379886919746, 41.803482493971323 ], [ -111.45381787859598, 41.803617523049844 ], [ -111.45385465819818, 41.803711950665559 ], [ -111.45397595430298, 41.803842072077373 ], [ -111.45430911551544, 41.804142487608644 ], [ -111.45476310125272, 41.804505472508097 ], [ -111.45516913281209, 41.804895666431413 ], [ -111.4553266743564, 41.805043656649367 ], [ -111.45558688798675, 41.80524077768375 ], [ -111.45590104957357, 41.805406159735611 ], [ -111.45643696338306, 41.805606687805515 ], [ -111.45695098846375, 41.805775776142809 ], [ -111.45718025099599, 41.805851422948251 ], [ -111.45735518368296, 41.805904768260902 ], [ -111.45750008614213, 41.805967239849146 ], [ -111.45762731667298, 41.806083823297428 ], [ -111.45781049900656, 41.80628124609202 ], [ -111.45814940431622, 41.806707724587248 ], [ -111.45829495125045, 41.806860261982827 ], [ -111.45854919441274, 41.807061903516434 ], [ -111.45889996876659, 41.807294683180459 ], [ -111.4593237786173, 41.807639756475233 ], [ -111.45966358306634, 41.808021192104519 ], [ -111.45998517304764, 41.808380182295096 ], [ -111.46012548237958, 41.808640821524975 ], [ -111.46021145897471, 41.808879160914451 ], [ -111.46024794974026, 41.809099684637303 ], [ -111.46026331953566, 41.809396851913981 ], [ -111.46014680208523, 41.809937734772433 ], [ -111.46007611733096, 41.810154184305098 ], [ -111.46007170917667, 41.810379375298034 ], [ -111.4600607338607, 41.810528033652474 ], [ -111.46007364258668, 41.810649575548567 ], [ -111.46017188611454, 41.810919390015165 ], [ -111.46041569265753, 41.81134173889415 ], [ -111.4607862660921, 41.811813116913115 ], [ -111.46096189602009, 41.811961026635082 ], [ -111.46109490586505, 41.812041555188998 ], [ -111.46124587759729, 41.812108501070824 ], [ -111.46160795236868, 41.812233143686626 ], [ -111.46184384519212, 41.812389816796667 ], [ -111.461989446193, 41.812546852585967 ], [ -111.46203342761645, 41.812803373184039 ], [ -111.46200514208442, 41.81305568096387 ], [ -111.46193539862018, 41.81340272819741 ], [ -111.46193689353252, 41.813610782227009 ], [ -111.46192640093068, 41.813826089996624 ], [ -111.46186304515564, 41.814056922092931 ], [ -111.46173742695866, 41.814335741145939 ], [ -111.46149352875852, 41.814742032961576 ], [ -111.46138821161641, 41.815165781546433 ], [ -111.46129347672564, 41.815554360501935 ], [ -111.46125344026467, 41.815679717529271 ], [ -111.46124227301907, 41.81580135585461 ], [ -111.46126754795588, 41.815967882469288 ], [ -111.4613466463292, 41.816084654835286 ], [ -111.46143192649123, 41.816223919622288 ], [ -111.46146322198679, 41.816390421996374 ], [ -111.46143399531726, 41.816512132873008 ], [ -111.46137476593059, 41.816647474634287 ], [ -111.46127938440938, 41.816778458080918 ], [ -111.46102214234335, 41.817004663865333 ], [ -111.46089067209333, 41.817140295277454 ], [ -111.46080130883472, 41.8172712541705 ], [ -111.46074825880861, 41.817429088109847 ], [ -111.46071925626646, 41.817582322112607 ], [ -111.46074465970617, 41.817766862119541 ], [ -111.46078747777312, 41.817861263044428 ], [ -111.46088492836074, 41.818018493214979 ], [ -111.46109131549925, 41.818255447670012 ], [ -111.46135151002665, 41.818439945509105 ], [ -111.46173281327214, 41.818722131431784 ], [ -111.46227767402995, 41.819144165912611 ], [ -111.46279346561492, 41.819708624202647 ], [ -111.4632187742355, 41.820247324968427 ], [ -111.46354640109081, 41.82059727308269 ], [ -111.4640018886368, 41.821144855979277 ], [ -111.46466210964213, 41.821696112464835 ], [ -111.46515298751578, 41.82213996799566 ], [ -111.46559561055923, 41.822570506619954 ], [ -111.46582608560151, 41.822803751943567 ], [ -111.46602649242283, 41.823041622243146 ], [ -111.46633527032516, 41.823279052270522 ], [ -111.46675154344635, 41.823561079268579 ], [ -111.46698267407857, 41.823717760812194 ], [ -111.46712316969175, 41.823829775945129 ], [ -111.46738922934972, 41.824152942463598 ], [ -111.46769871243043, 41.824485839148693 ], [ -111.46795168047377, 41.824664046378473 ], [ -111.46811622973206, 41.824771458825623 ], [ -111.46829132142508, 41.824838296962355 ], [ -111.46837574219194, 41.824855966581325 ], [ -111.46860479068295, 41.824891060030723 ], [ -111.46899640448576, 41.824926390079661 ], [ -111.46940665970376, 41.82504090341579 ], [ -111.46979297181872, 41.825174427718927 ], [ -111.47016754061907, 41.825348529874347 ], [ -111.47063880606184, 41.825571772643244 ], [ -111.47112780690706, 41.825749906186985 ], [ -111.47136925831776, 41.825833580542614 ], [ -111.47157463196633, 41.825923707344408 ], [ -111.4716895886461, 41.825999794052251 ], [ -111.47190153964037, 41.826165551275253 ], [ -111.4723131384572, 41.826461087494238 ], [ -111.47275364115396, 41.826756503262843 ], [ -111.47323268153229, 41.827051758558376 ], [ -111.473505114402, 41.827253291210091 ], [ -111.47380209751854, 41.827517770275712 ], [ -111.47411734529061, 41.82780919388334 ], [ -111.47440804654397, 41.828037669665669 ], [ -111.47463814076445, 41.828212353733818 ], [ -111.47487991880496, 41.828338351754532 ], [ -111.47520032395671, 41.828511760591311 ], [ -111.47547240263063, 41.828663752014457 ], [ -111.47572026505195, 41.828797829279033 ], [ -111.47605302381997, 41.829012616303409 ], [ -111.4763665173497, 41.829227482251859 ], [ -111.47646476013246, 41.829321647242232 ], [ -111.47667673440004, 41.829487395437098 ], [ -111.47689559991205, 41.829770204332824 ], [ -111.47704820118261, 41.830048784569954 ], [ -111.4771763511596, 41.83027792822088 ], [ -111.47728603702492, 41.830453107046267 ], [ -111.47741368674245, 41.830614700749678 ], [ -111.47762580164547, 41.830798460362026 ], [ -111.47801982827264, 41.831152593741102 ], [ -111.47837783208, 41.831520386120246 ], [ -111.47871767534572, 41.831874742699547 ], [ -111.47901446630301, 41.83210768469359 ], [ -111.47934752875351, 41.832359389028433 ], [ -111.47963251005909, 41.832623002130198 ], [ -111.47982168909489, 41.832959069910991 ], [ -111.48005945906188, 41.833350777033324 ], [ -111.4803041490142, 41.833862246385124 ], [ -111.48038926509831, 41.833970873848386 ], [ -111.48051692966132, 41.834132463926615 ], [ -111.48061425127433, 41.834262656699167 ], [ -111.48075355571478, 41.834370156443285 ], [ -111.48098977891949, 41.834553808792897 ], [ -111.4814617568762, 41.834858065732938 ], [ -111.48204835307168, 41.835188860418384 ], [ -111.48254456265637, 41.835511024949575 ], [ -111.48293800891361, 41.835780478777544 ], [ -111.48337430852142, 41.836142521873377 ], [ -111.48381045024951, 41.836482947415142 ], [ -111.48431929942768, 41.83688160949805 ], [ -111.48478603610886, 41.837284950485241 ], [ -111.48513251818099, 41.837712215424467 ], [ -111.48547192106858, 41.83799900177597 ], [ -111.48562207436521, 41.838105548985197 ], [ -111.48576848559691, 41.838194998738054 ], [ -111.48594979031373, 41.838279797238073 ], [ -111.48613112958948, 41.83836909874676 ], [ -111.48626426659166, 41.838455001288445 ], [ -111.4864145927758, 41.838584063932274 ], [ -111.48653708892078, 41.838696131182587 ], [ -111.48675490325508, 41.83883031161232 ], [ -111.48710557782022, 41.839013466126474 ], [ -111.48762603292862, 41.839349015933465 ], [ -111.48792843387412, 41.839518862517977 ], [ -111.48806143193966, 41.839585849088849 ], [ -111.48824876564248, 41.839670618313427 ], [ -111.48844814395304, 41.839755336010924 ], [ -111.48873190023284, 41.839848701243916 ], [ -111.48894931166777, 41.839928837893154 ], [ -111.4891728829113, 41.84002696166101 ], [ -111.48947501656959, 41.8401607777542 ], [ -111.48994022928309, 41.84035694571611 ], [ -111.49044855570466, 41.840678123351772 ], [ -111.49093941963376, 41.841077733218754 ], [ -111.49133361726972, 41.841436322855522 ], [ -111.49194004663188, 41.841983146789254 ], [ -111.49204311512121, 41.842072774092976 ], [ -111.49221394404915, 41.842202641898197 ], [ -111.49235208756214, 41.842311033050379 ], [ -111.49255178337168, 41.842435372475165 ], [ -111.49269700963518, 41.842524818389151 ], [ -111.49306547707604, 41.842667347272368 ], [ -111.49336174725845, 41.842819191983779 ], [ -111.49374302422065, 41.843060739311284 ], [ -111.49405317865569, 41.843451204776102 ], [ -111.49421859049326, 41.843815271643642 ], [ -111.49429802593758, 41.843963543269211 ], [ -111.49439535579243, 41.844089220623189 ], [ -111.49452868214033, 41.84419672916097 ], [ -111.49469814380552, 41.844304081910643 ], [ -111.49528440802776, 41.8445717615947 ], [ -111.49541735471753, 41.844629732916154 ], [ -111.49553836086635, 41.844701265911119 ], [ -111.49564133447615, 41.844777380031239 ], [ -111.49579920644248, 41.84494332583558 ], [ -111.49601786128589, 41.845181063929111 ], [ -111.49618844148674, 41.845432519599143 ], [ -111.4964251672621, 41.845670178825031 ], [ -111.49669803055549, 41.845907681280799 ], [ -111.49684971118957, 41.846051135196419 ], [ -111.49694099868955, 41.846173233727896 ], [ -111.49703888781551, 41.846370060650898 ], [ -111.49728289836028, 41.846769810218163 ], [ -111.49732575485086, 41.846859693368089 ], [ -111.49743503585113, 41.846971806017137 ], [ -111.49754988636096, 41.847025349774853 ], [ -111.49767699194534, 41.847105860927321 ], [ -111.49783985027483, 41.847136679188232 ], [ -111.49805099549474, 41.847180798147605 ], [ -111.49825133499535, 41.847229467029258 ], [ -111.49848561197193, 41.847305008884568 ], [ -111.49867914454127, 41.847407747779393 ], [ -111.4988243905767, 41.847497185761 ], [ -111.49898224948605, 41.847659524404449 ], [ -111.49904451490237, 41.847766435625466 ], [ -111.49924437355698, 41.848062793749911 ], [ -111.49941497411123, 41.848314244391531 ], [ -111.49977865847281, 41.848609889092877 ], [ -111.5001976047608, 41.849040394977486 ], [ -111.50041012658158, 41.849260137483043 ], [ -111.50059260528707, 41.849489017397055 ], [ -111.50075571687759, 41.849551354429984 ], [ -111.50088836262677, 41.849568789766643 ], [ -111.50098515173464, 41.849622408821638 ], [ -111.50131851775458, 41.849890259521715 ], [ -111.50157317920635, 41.850106213151243 ], [ -111.50182149552779, 41.850280762351318 ], [ -111.50207548410164, 41.85041025188967 ], [ -111.50234120270974, 41.850499158669706 ], [ -111.50306563225028, 41.850554532568346 ], [ -111.50343803370777, 41.850575418005015 ], [ -111.50375725580203, 41.850574018332154 ], [ -111.50407109120098, 41.850653703188478 ], [ -111.50447619342573, 41.850850075578002 ], [ -111.505160841006, 41.851360457557227 ], [ -111.50574852556726, 41.851794704079303 ], [ -111.50597871918561, 41.851960317158444 ], [ -111.50620250022261, 41.852076420295703 ], [ -111.5063172179712, 41.852111041397045 ], [ -111.50648598125063, 41.85212470828484 ], [ -111.50719675450047, 41.852126075140241 ], [ -111.50743169490892, 41.852129540833651 ], [ -111.50757040653272, 41.852151445068131 ], [ -111.50772822064711, 41.8523038641735 ], [ -111.50777736803573, 41.852425239519022 ], [ -111.50777832969652, 41.852546827883351 ], [ -111.50772597244708, 41.852781237710843 ], [ -111.50760236797842, 41.853146561871107 ], [ -111.50736955920233, 41.853413292892981 ], [ -111.50705242164736, 41.853680395755745 ], [ -111.5067036044866, 41.853902603207963 ], [ -111.50595019464681, 41.854455342924055 ], [ -111.50536932611331, 41.854890229442923 ], [ -111.50512410044631, 41.855111976201371 ], [ -111.50494498993986, 41.855315418063952 ], [ -111.50478983074132, 41.855500740663039 ], [ -111.50471343690941, 41.855744261508391 ], [ -111.50478986258722, 41.856270826676152 ], [ -111.5048100935978, 41.856545446827411 ], [ -111.50481182889074, 41.856766107132728 ], [ -111.50472369795614, 41.857049309677485 ], [ -111.50441893983786, 41.857362285681205 ], [ -111.50359275741627, 41.8580144046322 ], [ -111.50298887486768, 41.858593489431669 ], [ -111.50279153536243, 41.85877899396025 ], [ -111.50254646230228, 41.859023251550923 ], [ -111.50239174550798, 41.859267113402382 ], [ -111.50219704479051, 41.859790362229987 ], [ -111.5020274583112, 41.860444100219325 ], [ -111.50196496293475, 41.860926239773896 ], [ -111.50210059180739, 41.861321948220017 ], [ -111.50243994907296, 41.861577159271491 ], [ -111.50311236514858, 41.862051578529723 ], [ -111.50353656317003, 41.862369462534808 ], [ -111.50398397560595, 41.862727773886554 ], [ -111.50476630428862, 41.863233224923114 ], [ -111.50511160019619, 41.863474891606529 ], [ -111.50548156338228, 41.863788503420011 ], [ -111.50588734955168, 41.864060524757235 ], [ -111.50653519358725, 41.864468381316186 ], [ -111.50669282249592, 41.864593781779945 ], [ -111.5068384743884, 41.864728241721672 ], [ -111.50697877133402, 41.864947389420365 ], [ -111.50709084734852, 41.865407144188246 ], [ -111.50711672448105, 41.865632200934833 ], [ -111.50717864196302, 41.865843588256134 ], [ -111.50737376841415, 41.866139051415388 ], [ -111.50770811674519, 41.866516761769027 ], [ -111.50848297031958, 41.866981689347128 ], [ -111.50864631256943, 41.867066530999502 ], [ -111.50880448762007, 41.867259477357436 ], [ -111.50888387906625, 41.867394228162553 ], [ -111.50893357622937, 41.867583151520023 ], [ -111.50911315032324, 41.868194820479196 ], [ -111.50929696546069, 41.868581299409499 ], [ -111.50935789210375, 41.868666594143015 ], [ -111.50932217254615, 41.868720793566261 ], [ -111.50920897860645, 41.868730302335592 ], [ -111.50908096792472, 41.868694842497753 ], [ -111.50872418639796, 41.868529796992199 ], [ -111.50810164132493, 41.868280361517066 ], [ -111.50766686415218, 41.868156188508905 ], [ -111.50720845262998, 41.868090662665836 ], [ -111.50643066219492, 41.868017536929081 ], [ -111.50559762228568, 41.867814050028962 ], [ -111.50516313665455, 41.867725893587874 ], [ -111.50471748841647, 41.867750370021319 ], [ -111.50406792074267, 41.867892828793231 ], [ -111.50306920014953, 41.868072841170481 ], [ -111.50240761129724, 41.868219846625237 ], [ -111.50210123175808, 41.868333771951143 ], [ -111.50189135259414, 41.868460785040298 ], [ -111.50169951163939, 41.868583215529128 ], [ -111.50159215743028, 41.868723290405576 ], [ -111.50148508432163, 41.868899391294555 ], [ -111.50140415086823, 41.869336576184423 ], [ -111.50129340868068, 41.869814421855722 ], [ -111.50118069501011, 41.870040084638184 ], [ -111.50103136691251, 41.870206461939624 ], [ -111.50073727128685, 41.870351853927538 ], [ -111.50064027200897, 41.87042973557724 ], [ -111.5004560391029, 41.870601668373929 ], [ -111.50030051431503, 41.870746455315548 ], [ -111.50006750661113, 41.870999661441708 ], [ -111.49988773966945, 41.871126539704683 ], [ -111.49970772649792, 41.871221894842222 ], [ -111.49949758774511, 41.871317380724918 ], [ -111.49925122817095, 41.871404016852289 ], [ -111.49882996711469, 41.871468895181401 ], [ -111.49859530614599, 41.871510444927409 ], [ -111.49822241883163, 41.871597628087393 ], [ -111.4978381093848, 41.871765921037195 ], [ -111.49740027055414, 41.872024512863355 ], [ -111.49715449862938, 41.872187700009512 ], [ -111.496968523056, 41.872292083484922 ], [ -111.49670449932668, 41.872432831564339 ], [ -111.49636211290766, 41.872569414328652 ], [ -111.49582186980314, 41.87283294607353 ], [ -111.4952458535615, 41.87314616710465 ], [ -111.49464745669117, 41.873527032855073 ], [ -111.49453828366559, 41.873590550826407 ], [ -111.49440032118174, 41.873671305609435 ], [ -111.49423280110102, 41.873826043429681 ], [ -111.49386331804611, 41.874201416295151 ], [ -111.49338362282839, 41.87466282635252 ], [ -111.49315071208693, 41.874934031555981 ], [ -111.49315933387031, 41.87527175055871 ], [ -111.49317200780737, 41.87535275757746 ], [ -111.49319766738157, 41.875555300988673 ], [ -111.49320545856773, 41.875784941603897 ], [ -111.49319022129046, 41.876154286905745 ], [ -111.49318246350917, 41.876712743387166 ], [ -111.49315419850178, 41.876955148346973 ], [ -111.49311933304945, 41.877122824990849 ], [ -111.49309034760357, 41.877271562043056 ], [ -111.49298403306238, 41.877551230000115 ], [ -111.49277555871264, 41.877867363535749 ], [ -111.492393790077, 41.878373383084508 ], [ -111.49234637967102, 41.878477164804337 ], [ -111.49227590316357, 41.878716147707244 ], [ -111.49225345920178, 41.878932407631304 ], [ -111.49228493579184, 41.879107905724943 ], [ -111.49232880974537, 41.879328384762431 ], [ -111.49250732608679, 41.879818491043501 ], [ -111.4925699704927, 41.880128957657469 ], [ -111.4926584485338, 41.880664483872771 ], [ -111.49269878973557, 41.881209223314571 ], [ -111.49271488930091, 41.881736053064223 ], [ -111.49265133610871, 41.882092094976699 ], [ -111.4925689085559, 41.88234463940416 ], [ -111.49240862544595, 41.882660565321487 ], [ -111.49231493911246, 41.883016736192303 ], [ -111.49227413897701, 41.883197047391263 ], [ -111.49221591686789, 41.883462997980914 ], [ -111.49216241155258, 41.883715418094063 ], [ -111.49220842683401, 41.884057479805094 ], [ -111.49224814442536, 41.884521160444812 ], [ -111.49240263893543, 41.885020376208232 ], [ -111.49258058405275, 41.885433926427808 ], [ -111.49293547735093, 41.8861304314769 ], [ -111.49320476090237, 41.886665180474211 ], [ -111.49335102425238, 41.886876212234476 ], [ -111.4935332395858, 41.887060068872742 ], [ -111.49377530494523, 41.887189627043448 ], [ -111.49407147114339, 41.887300938339514 ], [ -111.49427654622779, 41.887322572886589 ], [ -111.49440923377271, 41.887335511926267 ], [ -111.49456577737189, 41.887315923568018 ], [ -111.49490292166828, 41.887270337773757 ], [ -111.49550442446301, 41.887119131677352 ], [ -111.49567901186026, 41.887094960541617 ], [ -111.49589583332514, 41.887076911540476 ], [ -111.49613706724404, 41.887098386620472 ], [ -111.49642682705935, 41.887160182072847 ], [ -111.49663232795541, 41.887236752100549 ], [ -111.49709218572993, 41.88747254221019 ], [ -111.49738282140862, 41.887646916542266 ], [ -111.49773361940881, 41.887807519183191 ], [ -111.49804160354087, 41.887887245172685 ], [ -111.49827663964692, 41.887886225613336 ], [ -111.4984150406556, 41.88785860460095 ], [ -111.49857733769788, 41.887803859259023 ], [ -111.49877374778063, 41.887640883849627 ], [ -111.49890708154271, 41.887581760427594 ], [ -111.49923815541869, 41.887530784197082 ], [ -111.49982255351091, 41.887505725153616 ], [ -111.5004371891862, 41.887494041584006 ], [ -111.5007496894422, 41.887380094284829 ], [ -111.50103272460235, 41.887351839358544 ], [ -111.50135766340547, 41.887287373574289 ], [ -111.50196524108283, 41.887298229658519 ], [ -111.50240123701559, 41.887408908169448 ], [ -111.50290937171954, 41.88764986782305 ], [ -111.50306120817142, 41.88779871577524 ], [ -111.50314039435912, 41.887905549857692 ], [ -111.50314124241677, 41.888013627811183 ], [ -111.50305147973552, 41.888095082301398 ], [ -111.50294948703444, 41.888154073270158 ], [ -111.50275762488424, 41.888281008665885 ], [ -111.50266176412916, 41.888353482740214 ], [ -111.50257334687232, 41.888452944574155 ], [ -111.50248865118931, 41.888565900261909 ], [ -111.50240057351516, 41.888862609494879 ], [ -111.5022465331091, 41.889201939131503 ], [ -111.50217665264231, 41.889359863799591 ], [ -111.50211637931531, 41.889513243013894 ], [ -111.50193751675805, 41.889761712019308 ], [ -111.50164443323315, 41.890047607632923 ], [ -111.50147687424902, 41.890200554417937 ], [ -111.50129162841829, 41.890404016255935 ], [ -111.5011365155143, 41.890607346297401 ], [ -111.5009216609912, 41.890878487742889 ], [ -111.50076654577578, 41.891081817280444 ], [ -111.50055225064121, 41.891425009982903 ], [ -111.50046356963344, 41.891646063103856 ], [ -111.50034485875878, 41.891880757192141 ], [ -111.500220225467, 41.892128987146251 ], [ -111.50011377756526, 41.892390647958855 ], [ -111.50003718288097, 41.892616151479722 ], [ -111.49999266576013, 41.892936086666865 ], [ -111.49997044971953, 41.893333383190424 ], [ -111.50003986664198, 41.893732982755822 ], [ -111.50009012102268, 41.893993961032294 ], [ -111.50015211394764, 41.894214357565914 ], [ -111.50019599062763, 41.894430329569978 ], [ -111.50026351956689, 41.89458765434189 ], [ -111.50036132548401, 41.894762860742553 ], [ -111.50049610395338, 41.89504148406526 ], [ -111.50058798945136, 41.89523022625297 ], [ -111.50077155101208, 41.895580690918258 ], [ -111.50081493820825, 41.895733617208506 ], [ -111.50083868636428, 41.89584159516361 ], [ -111.50084658764176, 41.895927125243539 ], [ -111.50090160766652, 41.896025959994439 ], [ -111.50094505882925, 41.896186992057956 ], [ -111.50095274724994, 41.896399518835146 ], [ -111.50094921854178, 41.89671927536785 ], [ -111.50093279036074, 41.896931006649439 ], [ -111.50090332189237, 41.897016699716666 ], [ -111.50084375137857, 41.897107027462376 ], [ -111.50064604199044, 41.89726100504334 ], [ -111.50053264576972, 41.897405608024044 ], [ -111.50046661492772, 41.897595038430538 ], [ -111.50042156938075, 41.897847424882031 ], [ -111.50038702148518, 41.898054731610848 ], [ -111.50038187282593, 41.898167338924722 ], [ -111.5004189169432, 41.898279762379246 ], [ -111.50048000107802, 41.898383074259385 ], [ -111.5005771804402, 41.898477221977814 ], [ -111.50075920341385, 41.898629543797895 ], [ -111.50112388569659, 41.899015244880381 ], [ -111.50148839621069, 41.899378428553881 ], [ -111.5018775505002, 41.89980905424725 ], [ -111.5021024445219, 41.900046750998747 ], [ -111.50233319147326, 41.900261904728467 ], [ -111.5026545963283, 41.900507284262922 ], [ -111.50288500052665, 41.900678305112208 ], [ -111.50313330547125, 41.900825829421017 ], [ -111.50335803089469, 41.901041007438096 ], [ -111.50355942495116, 41.901355361952419 ], [ -111.50372415833817, 41.901606829424509 ], [ -111.50384013899303, 41.901790959684874 ], [ -111.50407107517341, 41.902028625972996 ], [ -111.50441714595212, 41.902342343757823 ], [ -111.50457482914095, 41.902463242578364 ], [ -111.50475644735832, 41.902561519016771 ], [ -111.50494395215834, 41.902641755716211 ], [ -111.5051857090223, 41.902721753448787 ], [ -111.50558422903185, 41.902805563974219 ], [ -111.50624292034513, 41.903010718671084 ], [ -111.50718552344117, 41.903289372249063 ], [ -111.50743916325136, 41.903346795785396 ], [ -111.50767624612567, 41.903444822474093 ], [ -111.50781436298165, 41.903529776191867 ], [ -111.50800258834148, 41.903700072494516 ], [ -111.50869854700012, 41.904193265135703 ], [ -111.50888151791152, 41.904308641896293 ], [ -111.50913562835292, 41.904424603648053 ], [ -111.50943771409723, 41.904508828281564 ], [ -111.50964313571811, 41.904566460833642 ], [ -111.51003568060845, 41.90465478577164 ], [ -111.5111160810215, 41.904821110789719 ], [ -111.51150213402485, 41.904850915544472 ], [ -111.51171939911745, 41.904881471285819 ], [ -111.51186450640361, 41.904934865227567 ], [ -111.51196781254495, 41.905037982637367 ], [ -111.51202938954705, 41.905199830081713 ], [ -111.51203072087577, 41.905366449526134 ], [ -111.51194270829996, 41.905668568966746 ], [ -111.51187038455463, 41.9064254605765 ], [ -111.51179633273718, 41.906966197155334 ], [ -111.51178393046789, 41.907677787592249 ], [ -111.51177338424762, 41.907866976838072 ], [ -111.51178016799992, 41.907961517723578 ], [ -111.51176288113051, 41.908061569948522 ], [ -111.5116206721185, 41.908372036625543 ], [ -111.51143031273841, 41.908692625022496 ], [ -111.51119724868474, 41.908950355805572 ], [ -111.51099439738913, 41.90921695843452 ], [ -111.51076865061972, 41.909636777641516 ], [ -111.5105068725973, 41.910074770110022 ], [ -111.51029805796921, 41.910350404745031 ], [ -111.51007704075882, 41.910608079655482 ], [ -111.5097303502298, 41.910983400062115 ], [ -111.5093895053944, 41.911336176549561 ], [ -111.50912035821834, 41.91160757323177 ], [ -111.50904254930353, 41.91167907165481 ], [ -111.50879687792224, 41.911870203263341 ], [ -111.50862832142897, 41.91190247368489 ], [ -111.50855115973764, 41.911903716119085 ], [ -111.50843543506285, 41.911907831285959 ], [ -111.50809782133761, 41.911909325663494 ], [ -111.50739701629483, 41.91172778572286 ], [ -111.5066230507566, 41.911442986463037 ], [ -111.5060006287692, 41.911261092124555 ], [ -111.50562010624058, 41.911172700594527 ], [ -111.5054873316265, 41.911155271617041 ], [ -111.50528866705413, 41.911192173058524 ], [ -111.50520454860361, 41.9112285702546 ], [ -111.50512060757599, 41.911287483531055 ], [ -111.50506741372962, 41.911422819046166 ], [ -111.50496570643624, 41.911675455874665 ], [ -111.50486740350969, 41.912054172386391 ], [ -111.50452737724082, 41.912515012018872 ], [ -111.50422312975634, 41.912926156294283 ], [ -111.50390684881143, 41.913340955252451 ], [ -111.50371605377988, 41.91361289601975 ], [ -111.50363831426978, 41.913694297902495 ], [ -111.50345237112916, 41.913816704634314 ], [ -111.50331373949393, 41.913821815749387 ], [ -111.50315773146451, 41.913763955481038 ], [ -111.50273886397942, 41.913554131129729 ], [ -111.50203107399633, 41.913250997729001 ], [ -111.50172856852114, 41.913117218388784 ], [ -111.50155898267546, 41.913018884812779 ], [ -111.50141344253142, 41.912911439220977 ], [ -111.50131634556325, 41.912830802261887 ], [ -111.50124907624969, 41.912709504566678 ], [ -111.50108992978244, 41.912403969061018 ], [ -111.50101673814362, 41.912296207215554 ], [ -111.50091326166721, 41.91217056389889 ], [ -111.50072668413985, 41.912211908103671 ], [ -111.50057042657542, 41.912275636756711 ], [ -111.50049825617704, 41.912298468264886 ], [ -111.50038412989339, 41.912353006252793 ], [ -111.50027673558067, 41.912497582477187 ], [ -111.50010884093517, 41.91261540180551 ], [ -111.49992850132125, 41.912683737847104 ], [ -111.49971780604639, 41.912725185409784 ], [ -111.49947682553265, 41.912748750788097 ], [ -111.49934429494736, 41.912762837338768 ], [ -111.49930206453358, 41.912759418267228 ], [ -111.49925379118224, 41.912754224100375 ], [ -111.49913917884284, 41.91274661626543 ], [ -111.49896880600474, 41.912701422203057 ], [ -111.49877567085136, 41.912675240973456 ], [ -111.49862002014842, 41.912662406808181 ], [ -111.49828268213679, 41.912699898204615 ], [ -111.49804803813818, 41.912763062866667 ], [ -111.49782550048805, 41.912832479301464 ], [ -111.49757611333023, 41.912860580520942 ], [ -111.49713781994897, 41.912785921372858 ], [ -111.49695136104529, 41.912687654026243 ], [ -111.49681005878161, 41.912503626713047 ], [ -111.49666821756152, 41.912094432328935 ], [ -111.49661904430899, 41.911973053623456 ], [ -111.49657486882161, 41.911874170205095 ], [ -111.49650275153159, 41.911748387278458 ], [ -111.49628456313522, 41.91160071878187 ], [ -111.49613924425388, 41.911520285819385 ], [ -111.49575852439651, 41.911404842140954 ], [ -111.49541453566775, 41.911361292894526 ], [ -111.4951431362917, 41.91134895333159 ], [ -111.49472167832164, 41.91142282404487 ], [ -111.49431304132507, 41.911595712493344 ], [ -111.49368861394433, 41.911931649299191 ], [ -111.49327983220221, 41.912086521144978 ], [ -111.49306324424745, 41.912145995355999 ], [ -111.49294273648627, 41.912155519509405 ], [ -111.49279173803056, 41.912120140544346 ], [ -111.49271322444005, 41.912102463921407 ], [ -111.49259206577044, 41.912027326864774 ], [ -111.4925373838239, 41.911972620129816 ], [ -111.49248797616036, 41.91181971695449 ], [ -111.49247935115095, 41.911482000057681 ], [ -111.49246593667974, 41.91130552488206 ], [ -111.49245266766263, 41.911147963295043 ], [ -111.49241584442558, 41.911063457558328 ], [ -111.49239141793971, 41.911023031831341 ], [ -111.49228179324466, 41.91087939350858 ], [ -111.49220892949484, 41.910812155069749 ], [ -111.49190018511344, 41.910646852786002 ], [ -111.49174298926079, 41.91058898204578 ], [ -111.49132008185632, 41.910473704272626 ], [ -111.49090396372384, 41.910457470411401 ], [ -111.49034353621649, 41.910491388608115 ], [ -111.48986179110625, 41.910565498915133 ], [ -111.4896090327684, 41.910625120920791 ], [ -111.48928156598832, 41.910691365462533 ], [ -111.48909121658258, 41.910712891947206 ], [ -111.48883194718786, 41.910709492568159 ], [ -111.48857839747299, 41.910665537791708 ], [ -111.48838510091095, 41.91061682282001 ], [ -111.48806571631715, 41.910636194303528 ], [ -111.48770981642431, 41.910610686130788 ], [ -111.48724516712596, 41.91055501532356 ], [ -111.48658104471876, 41.910430835904926 ], [ -111.48645423692859, 41.910404352852069 ], [ -111.48625505075395, 41.910373672786463 ], [ -111.48609220773017, 41.910365355467952 ], [ -111.48596574183036, 41.910383904294292 ], [ -111.48571904333906, 41.910447995482777 ], [ -111.48553290441811, 41.910547857186451 ], [ -111.48517792668376, 41.910643928701639 ], [ -111.48490101460126, 41.910699139012934 ], [ -111.48473261916565, 41.910753890624456 ], [ -111.48452222663013, 41.910835839521077 ], [ -111.48440792576224, 41.910868746137169 ], [ -111.48418488958498, 41.910873289505886 ], [ -111.48354115593791, 41.910894015581697 ], [ -111.48277497834226, 41.910987307084653 ], [ -111.4823777248164, 41.911074540900927 ], [ -111.48184218102297, 41.911211890962235 ], [ -111.48138387107508, 41.911357921546397 ], [ -111.48085677406023, 41.911657353497979 ], [ -111.48029269837512, 41.912010978324574 ], [ -111.48010078750434, 41.912146882436303 ], [ -111.47986714589658, 41.912346008021991 ], [ -111.47976519444285, 41.912418488197162 ], [ -111.47948843843623, 41.912496201726256 ], [ -111.47891006815132, 41.912552655980441 ], [ -111.47862115175893, 41.912616907978617 ], [ -111.47845274584519, 41.912671650416485 ], [ -111.47832078214059, 41.912762267895438 ], [ -111.47813522984741, 41.91294317607629 ], [ -111.4780399092683, 41.913096688036923 ], [ -111.47799151340519, 41.91323649443838 ], [ -111.47790376276406, 41.913435008616339 ], [ -111.47785932657729, 41.913944076011269 ], [ -111.47790940655622, 41.914191553731357 ], [ -111.4779523491177, 41.914290449451293 ], [ -111.47801960973857, 41.914416264226503 ], [ -111.47803843626667, 41.914515260300433 ], [ -111.47802223076906, 41.914767517261964 ], [ -111.47801821783965, 41.915037736988765 ], [ -111.47806344640277, 41.915442853205448 ], [ -111.478150644769, 41.915816270936929 ], [ -111.47825707504208, 41.91634272348616 ], [ -111.47839985112829, 41.916891541377097 ], [ -111.47841322145216, 41.917067117571513 ], [ -111.47838425190778, 41.917224856632743 ], [ -111.47830708097959, 41.917387299855207 ], [ -111.47812232209861, 41.917676285736107 ], [ -111.47801530541845, 41.91787938345292 ], [ -111.47798010349887, 41.918010128048564 ], [ -111.47798788036333, 41.918244271497024 ], [ -111.47799475666106, 41.918357728074945 ], [ -111.4778767479183, 41.91870407890584 ], [ -111.47763889309327, 41.919150903223638 ], [ -111.47722149003263, 41.919778608567249 ], [ -111.47677258972999, 41.920226307936886 ], [ -111.47664687239346, 41.920348421112351 ], [ -111.47653301284916, 41.920443464661467 ], [ -111.47642541710935, 41.920570005763047 ], [ -111.47637279137906, 41.920790889686636 ], [ -111.47632753465544, 41.921191878168145 ], [ -111.47623889708402, 41.921435428282514 ], [ -111.47610194707626, 41.921669271215002 ], [ -111.4759714743256, 41.921963432396169 ], [ -111.47587126994635, 41.922273680138595 ], [ -111.47571667553089, 41.922567940967141 ], [ -111.47548338370659, 41.922821096408391 ], [ -111.47536978547367, 41.922952164708157 ], [ -111.47527276971486, 41.923042633859815 ], [ -111.47515977522818, 41.923092638654353 ], [ -111.47496062156164, 41.923070945718742 ], [ -111.47470649799097, 41.922954908776987 ], [ -111.47444769155518, 41.922857804805361 ], [ -111.47430146168185, 41.922816977848427 ], [ -111.47415084819175, 41.922835613393119 ], [ -111.47397714828142, 41.922993948748335 ], [ -111.47389329629249, 41.923070852264424 ], [ -111.47363517632198, 41.923229535476665 ], [ -111.4734186320667, 41.923302482526523 ], [ -111.47330436311054, 41.923343483994543 ], [ -111.47318423044497, 41.923407026399765 ], [ -111.4731547794875, 41.923501718685792 ], [ -111.47325222358502, 41.923631915049071 ], [ -111.47340380459808, 41.923743874632216 ], [ -111.47367138786399, 41.924049000748369 ], [ -111.47372625739692, 41.924129835170874 ], [ -111.47376330357132, 41.924246770119865 ], [ -111.47377625645534, 41.924367407169633 ], [ -111.47374731232024, 41.924530548822929 ], [ -111.47364623391564, 41.924724610998382 ], [ -111.47356277889816, 41.924855553130158 ], [ -111.47347352653036, 41.925018042736845 ], [ -111.4734500454442, 41.925104604378781 ], [ -111.47343960997459, 41.925324412153202 ], [ -111.47338630437891, 41.925455229828572 ], [ -111.47330857846471, 41.925545617759596 ], [ -111.47320083473794, 41.925654142850021 ], [ -111.47305714260155, 41.92579433957458 ], [ -111.47283622145464, 41.926092472305037 ], [ -111.47264028330838, 41.926507589514927 ], [ -111.47234189462078, 41.926932134603845 ], [ -111.47198886413253, 41.927307366394189 ], [ -111.47163738848396, 41.927894249273535 ], [ -111.47155412425751, 41.928052209341168 ], [ -111.47148908341467, 41.928228108011275 ], [ -111.47151426612542, 41.928372112559927 ], [ -111.47155134395672, 41.928493551381642 ], [ -111.4716063141876, 41.928587896460535 ], [ -111.47187367043165, 41.928860603143363 ], [ -111.47195310184236, 41.929000781926895 ], [ -111.47205111638139, 41.929207534174957 ], [ -111.47213732957628, 41.929449461165362 ], [ -111.47227985766573, 41.929967663529496 ], [ -111.47231803416392, 41.930237708830056 ], [ -111.47235601165491, 41.930480734692189 ], [ -111.47244813210447, 41.930705524278707 ], [ -111.47261861827903, 41.930925487874362 ], [ -111.47281262965819, 41.931064293652184 ], [ -111.47303066472317, 41.931189490015875 ], [ -111.47327285662857, 41.931319089765424 ], [ -111.47353327480357, 41.931466627319054 ], [ -111.47368497493306, 41.931592095981173 ], [ -111.47379462729859, 41.93174025480625 ], [ -111.47412372085175, 41.93220274354556 ], [ -111.47444059071712, 41.932642764958423 ], [ -111.47469635517332, 41.932974957225852 ], [ -111.47483619989004, 41.933127493558871 ], [ -111.47490953879735, 41.933257787963583 ], [ -111.47491693932763, 41.93344239550305 ], [ -111.4748878539114, 41.933586623621402 ], [ -111.47473931518724, 41.93405108489128 ], [ -111.4747352919171, 41.934159182379886 ], [ -111.47474075118127, 41.934244723815759 ], [ -111.47481517046531, 41.934357900986321 ], [ -111.47496650578618, 41.934432931662862 ], [ -111.47520218150196, 41.934495003679999 ], [ -111.47566127156088, 41.934592176844411 ], [ -111.47607258392777, 41.934752593435434 ], [ -111.47619350534072, 41.934792622314674 ], [ -111.47633891951288, 41.934882086508843 ], [ -111.47651482438526, 41.935016457662094 ], [ -111.4766303190726, 41.935137569224125 ], [ -111.47670352982311, 41.935249849491946 ], [ -111.47675271840032, 41.935537860798867 ], [ -111.47682255404521, 41.935844700471534 ], [ -111.4768624911552, 41.936348011066983 ], [ -111.4768043264515, 41.936636468101426 ], [ -111.47666189209426, 41.936947791795461 ], [ -111.47649516382302, 41.937236699287517 ], [ -111.47616046331778, 41.937647894124019 ], [ -111.47557858020618, 41.938236643993257 ], [ -111.47546005644352, 41.938357825056393 ], [ -111.47535373539215, 41.938497869610678 ], [ -111.4752752584631, 41.938651308905662 ], [ -111.47522237374275, 41.938839768470658 ], [ -111.47523064529135, 41.939141459694056 ], [ -111.4752205952539, 41.939412603853761 ], [ -111.47523975953345, 41.939556632202432 ], [ -111.47525889046396, 41.939696157317769 ], [ -111.47531404312639, 41.939813016489836 ], [ -111.47539864884477, 41.939997304151461 ], [ -111.47551049627917, 41.940276049572972 ], [ -111.47560331146603, 41.940590900619533 ], [ -111.47562998103056, 41.940933045781222 ], [ -111.47561080747957, 41.941599622967473 ], [ -111.47553101540016, 41.942225920888475 ], [ -111.47540149376492, 41.942816397709024 ], [ -111.47519660686139, 41.94333062912105 ], [ -111.47501443111811, 41.9441419880037 ], [ -111.47499847468343, 41.944430269117198 ], [ -111.47497018685353, 41.944682574342572 ], [ -111.47497121630828, 41.944821273589582 ], [ -111.47491837254887, 41.945016037353795 ], [ -111.47486498711878, 41.94513784889164 ], [ -111.47471525671439, 41.945282575591214 ], [ -111.47416244245942, 41.945572174298675 ], [ -111.47396436647676, 41.945705390921738 ], [ -111.47377193495934, 41.945786344935684 ], [ -111.47360983649644, 41.945890590978209 ], [ -111.47349618723571, 41.946020756482994 ], [ -111.47339508139083, 41.946215718533324 ], [ -111.47330656540731, 41.946481781667593 ], [ -111.473236737089, 41.946990949086072 ], [ -111.47323796935891, 41.947157568285526 ], [ -111.47328303305949, 41.947378047112615 ], [ -111.47330810115569, 41.947504938487533 ], [ -111.47337558140602, 41.947656873805379 ], [ -111.47350918989416, 41.947777913540421 ], [ -111.4737029879107, 41.947880691368795 ], [ -111.47382527258269, 41.947938730435745 ], [ -111.47405962380611, 41.947978293279355 ], [ -111.47448241520955, 41.948048600555332 ], [ -111.47460942650117, 41.948093109177023 ], [ -111.47473660502527, 41.948160133755877 ], [ -111.47497950003921, 41.948375290346043 ], [ -111.47511347419065, 41.948544962944005 ], [ -111.47521750154345, 41.948743580821954 ], [ -111.47529742697036, 41.948945901061755 ], [ -111.47545657662518, 41.94925597375876 ], [ -111.47565926022799, 41.949741496780113 ], [ -111.4757166322883, 41.950155567874098 ], [ -111.47572940034125, 41.950250085451771 ], [ -111.47576680059537, 41.950412051299189 ], [ -111.47583979311705, 41.950492809216222 ], [ -111.47600947314572, 41.950595683044526 ], [ -111.47616068756112, 41.950649096288529 ], [ -111.476318404087, 41.950765529339094 ], [ -111.4764522929394, 41.950922591253807 ], [ -111.47656199193379, 41.951071647376558 ], [ -111.47679461105211, 41.951524619809824 ], [ -111.47699808436084, 41.952113714137923 ], [ -111.47735419310132, 41.952945354652698 ], [ -111.47750297795528, 41.953480635053829 ], [ -111.47764499282368, 41.953916869604924 ], [ -111.47765951297643, 41.954245553972228 ], [ -111.47757697630061, 41.954503489110124 ], [ -111.4775119527207, 41.954682993005243 ], [ -111.47744063373483, 41.954827396888199 ], [ -111.47728646357835, 41.955026185405934 ], [ -111.47721326524476, 41.955080529906539 ], [ -111.47692502842227, 41.95526186169306 ], [ -111.47640281300438, 41.955619794601944 ], [ -111.47596488616671, 41.9559548589611 ], [ -111.4758809937522, 41.956031763697517 ], [ -111.47575523848381, 41.956158378719266 ], [ -111.47568347856986, 41.956244239736705 ], [ -111.47564831847063, 41.95638398930253 ], [ -111.47565549002174, 41.956537073538016 ], [ -111.47577181947891, 41.956765361773172 ], [ -111.47592570195367, 41.957175429592574 ], [ -111.47602572375527, 41.957644264059809 ], [ -111.47603288967578, 41.957796447590475 ], [ -111.47605879868935, 41.958035017722956 ], [ -111.47607807137319, 41.9581925550591 ], [ -111.47615777693481, 41.958363351816374 ], [ -111.47627361529138, 41.95852499192695 ], [ -111.47643758608162, 41.958668418787354 ], [ -111.47670392172203, 41.958784400326842 ], [ -111.47689165790834, 41.958878191008189 ], [ -111.47706739526244, 41.958981037938308 ], [ -111.47726773005029, 41.959145928565967 ], [ -111.47769279163889, 41.959509832720215 ], [ -111.47812951932565, 41.959980866383312 ], [ -111.4782704027766, 41.960101869986353 ], [ -111.47842231529825, 41.960245344195748 ], [ -111.4785557913235, 41.960343861568589 ], [ -111.47873288363228, 41.960465614330218 ], [ -111.47898608551158, 41.9605987580141 ], [ -111.47911325982849, 41.960661274239229 ], [ -111.4792103009238, 41.960728419449786 ], [ -111.4792778836435, 41.960890257858694 ], [ -111.47929089547459, 41.961016297271996 ], [ -111.47927471858978, 41.961273055609205 ], [ -111.47927013617384, 41.961466718671623 ], [ -111.47935086696366, 41.96177260923276 ], [ -111.47944949669093, 41.962051404893685 ], [ -111.47971123697636, 41.962356539114239 ], [ -111.48005128167193, 41.962643331944179 ], [ -111.48047583434114, 41.962934273457527 ], [ -111.48086991773994, 41.963184810894496 ], [ -111.48103350435127, 41.963274192513609 ], [ -111.4812637331122, 41.963399321323912 ], [ -111.48151786024125, 41.963492826020513 ], [ -111.48180791894993, 41.963550152602593 ], [ -111.48203713190304, 41.963540183756351 ], [ -111.48229010602343, 41.963480577838531 ], [ -111.48257307823035, 41.963398328548422 ], [ -111.4827590858943, 41.963420063276445 ], [ -111.48300218454111, 41.963491094331481 ], [ -111.48309913195573, 41.963544726571619 ], [ -111.48318408016164, 41.963607415920691 ], [ -111.48328150434202, 41.963724092831349 ], [ -111.48335452165659, 41.963804845654643 ], [ -111.48339750663129, 41.96390373826538 ], [ -111.48342245858018, 41.964011713481469 ], [ -111.48342384748248, 41.964195444102913 ], [ -111.48341328457184, 41.964394536415675 ], [ -111.48345691688944, 41.964578989813411 ], [ -111.4835247187909, 41.964767844742092 ], [ -111.4837016411086, 41.965023790095422 ], [ -111.48397636777267, 41.965445946625778 ], [ -111.48423337142506, 41.965917713995076 ], [ -111.48433757857397, 41.966132534230184 ], [ -111.48437508531029, 41.96630440370086 ], [ -111.48436994505609, 41.966422412974659 ], [ -111.4843172355111, 41.966633391791845 ], [ -111.48422365157575, 41.967024676685462 ], [ -111.48418967065614, 41.967318437927354 ], [ -111.48410378968043, 41.967930353944112 ], [ -111.48414924049487, 41.968354377064237 ], [ -111.4841092857703, 41.968656269421956 ], [ -111.48409299021526, 41.968895015216255 ], [ -111.48400493145633, 41.969219627041369 ], [ -111.48377876506729, 41.969634887648198 ], [ -111.48370164809305, 41.969810842863211 ], [ -111.4836069727491, 41.970058925429342 ], [ -111.48355999242033, 41.970230250244953 ], [ -111.48356125259647, 41.970396868516424 ], [ -111.48359868492157, 41.970558831079032 ], [ -111.48369748332411, 41.970855635280465 ], [ -111.48383245510954, 41.971147783597914 ], [ -111.48394243816784, 41.971327453601894 ], [ -111.48402194273682, 41.971466721946079 ], [ -111.48411996024564, 41.971659952232464 ], [ -111.48420001131082, 41.97187127155992 ], [ -111.4843723546974, 41.972316375067635 ], [ -111.48445253710986, 41.972544806324152 ], [ -111.48455714510848, 41.972810962462617 ], [ -111.48455827146834, 41.972959567859284 ], [ -111.48458492894261, 41.973291801664764 ], [ -111.48460689703452, 41.97380148672714 ], [ -111.48458266320748, 41.97458516963674 ], [ -111.4845541279109, 41.974801450231773 ], [ -111.48450114610678, 41.974977303959299 ], [ -111.48448454345861, 41.975175520818517 ], [ -111.48447983970513, 41.975351170774815 ], [ -111.48449886569449, 41.975472680551732 ], [ -111.48463914165725, 41.975666632569911 ], [ -111.48484572002239, 41.975849496408273 ], [ -111.48508800993142, 41.975966460280205 ], [ -111.48580220596129, 41.976237243073406 ], [ -111.48608614761133, 41.976275670533937 ], [ -111.48631568635666, 41.976302619089886 ], [ -111.48682296139033, 41.976345502446819 ], [ -111.48728761507662, 41.976339027793806 ], [ -111.48758322253838, 41.976324262679604 ], [ -111.4879270747245, 41.976304788432287 ], [ -111.48821692211344, 41.976326072847208 ], [ -111.48851897716631, 41.976365317922976 ], [ -111.48906211792433, 41.976520622127111 ], [ -111.48957225891515, 41.976779641180663 ], [ -111.49002657158414, 41.976998366256609 ], [ -111.49059520650779, 41.977171567693958 ], [ -111.49086767991491, 41.977287489667489 ], [ -111.4910131078568, 41.977363424435289 ], [ -111.49113439610747, 41.977439462292118 ], [ -111.49130469164768, 41.977609860307936 ], [ -111.49149933602325, 41.977807173824786 ], [ -111.49160914438689, 41.977959816989639 ], [ -111.49176740708472, 41.978134769161215 ], [ -111.49193753288117, 41.978282650275446 ], [ -111.49212569542686, 41.978421447149195 ], [ -111.4924291087998, 41.978635405403672 ], [ -111.49283513548221, 41.978850723712249 ], [ -111.49364100882229, 41.979261567900672 ], [ -111.49384124832608, 41.979400310000905 ], [ -111.494035488302, 41.979543580898188 ], [ -111.49418762189481, 41.979705046054434 ], [ -111.49424894914283, 41.979830875331565 ], [ -111.4943044851817, 41.979988252830246 ], [ -111.4945444592649, 41.980581659053875 ], [ -111.4946812442185, 41.981098952782176 ], [ -111.49473908318521, 41.981553539923866 ], [ -111.4948453808412, 41.982030434778871 ], [ -111.49509743877603, 41.982623787534934 ], [ -111.4952015426227, 41.982816981684749 ], [ -111.49528119088012, 41.98296975128158 ], [ -111.49537852726485, 41.983068404543246 ], [ -111.49570722518948, 41.983269635495866 ], [ -111.4962226068527, 41.98372674844083 ], [ -111.49693963982189, 41.98434510611358 ], [ -111.49716439548466, 41.984528769422198 ], [ -111.4972860200601, 41.984645329157011 ], [ -111.49743817409357, 41.984806789752817 ], [ -111.49752435676665, 41.985022576002805 ], [ -111.49762871738281, 41.985247290037741 ], [ -111.49776252091596, 41.985377306438444 ], [ -111.49787783175609, 41.985457866285422 ], [ -111.4980112150941, 41.985533844288618 ], [ -111.49816249543477, 41.985582724511787 ], [ -111.49865213085762, 41.985675168583498 ], [ -111.49916012127862, 41.985799054042367 ], [ -111.49946928415442, 41.985968835753937 ], [ -111.49973698246383, 41.98608475721862 ], [ -111.49995338182251, 41.986124344928321 ], [ -111.5001710591071, 41.986172933314414 ], [ -111.50039434938006, 41.986167456904404 ], [ -111.50073931623595, 41.986129926097853 ], [ -111.50094322106933, 41.986115526523477 ], [ -111.50112582064938, 41.986155259508436 ], [ -111.50139079036802, 41.986230659083581 ], [ -111.50162685939289, 41.986315190987135 ], [ -111.50188117805106, 41.986417655924257 ], [ -111.50214160415265, 41.986529100232595 ], [ -111.50235353180186, 41.986613736230204 ], [ -111.50257177922781, 41.986734370773952 ], [ -111.50297912502261, 41.987106362764358 ], [ -111.50309540283342, 41.987308502883124 ], [ -111.50316854321275, 41.987398248830537 ], [ -111.50330214967822, 41.987501239622276 ], [ -111.503507904184, 41.987567887233723 ], [ -111.50367723037127, 41.987607674361101 ], [ -111.50415904189873, 41.987623572689856 ], [ -111.50434136339503, 41.987627275164648 ], [ -111.50474069485742, 41.98759399680845 ], [ -111.50537166397361, 41.987541684262375 ], [ -111.50619901138468, 41.987438965914016 ], [ -111.50682603466906, 41.987346132849538 ], [ -111.50712186671419, 41.987353833034213 ], [ -111.50735623959474, 41.987375314070718 ], [ -111.50756324080949, 41.987446452225598 ], [ -111.50764817327533, 41.987500116573727 ], [ -111.50774652810674, 41.987571734791352 ], [ -111.50787968673473, 41.987769292041484 ], [ -111.50794311511957, 41.988003184280743 ], [ -111.50796195907563, 41.988399393432374 ], [ -111.50797756542444, 41.988692040432497 ], [ -111.50807725768361, 41.989083388410862 ], [ -111.50809090551573, 41.989281474238197 ], [ -111.50820213444132, 41.989605221158172 ], [ -111.50836772589406, 41.989933230546484 ], [ -111.50858211053892, 41.990324070033239 ], [ -111.50875420824173, 41.990710593183252 ], [ -111.50881675836807, 41.990985018604277 ], [ -111.50886755925526, 41.991300025955979 ], [ -111.50888250136025, 41.991660225447376 ], [ -111.50888608831089, 41.992110541674577 ], [ -111.50878833519933, 41.992570313704796 ], [ -111.50871173824767, 41.992957938738876 ], [ -111.50860695395221, 41.993444761628609 ], [ -111.50848298313083, 41.993796569778489 ], [ -111.50820566766795, 41.994450779148181 ], [ -111.50796621907307, 41.994857137683631 ], [ -111.50767446782723, 41.995367303342725 ], [ -111.50762135432927, 41.995520651055422 ], [ -111.50758060027117, 41.995709970638423 ], [ -111.50756977919147, 41.995867634626507 ], [ -111.50758378493809, 41.996110751879591 ], [ -111.50757989515802, 41.996380968157176 ], [ -111.50761308506972, 41.996759100085931 ], [ -111.50758550606461, 41.9970870635455 ], [ -111.50743327728513, 41.997683075077219 ], [ -111.50738123446814, 41.997971517387704 ], [ -111.50735891098843, 41.998201285198341 ], [ -111.50734798169175, 41.998345439627677 ], [ -111.50736798129716, 41.99858312633247 ], [ -111.50747876525291, 41.998849232940728 ], [ -111.50763873408543, 41.999226804162099 ], [ -111.50778623683456, 41.99955489380946 ], [ -111.5007890758299, 41.999563115964563 ], [ -111.48377638782549, 41.999618060682018 ], [ -111.47167826845485, 41.999704435278396 ], [ -111.46402364014581, 41.999798678966933 ], [ -111.45964764785712, 41.999946880702247 ], [ -111.44755721565444, 42.000282868208124 ], [ -111.4398305181705, 42.00044783273384 ], [ -111.43968565573218, 42.000452891003476 ], [ -111.43037075205827, 42.000569251197483 ], [ -111.42398493840362, 42.000651557789872 ], [ -111.41903903673646, 42.00064269885457 ], [ -111.40721211488834, 42.000698772340918 ], [ -111.37575199622248, 42.000842087960642 ], [ -111.26881306405421, 42.001340464336998 ], [ -111.25076731273244, 42.001412826903916 ], [ -111.20505767349265, 42.001476558812193 ], [ -111.12763911611229, 42.00162477245555 ], [ -111.12574937817921, 42.001626858083569 ], [ -111.08885406466619, 42.001584788494576 ], [ -111.04674855447016, 42.001717737273943 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 15, \"properties\": { \"NAME\": \"MILLARD COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2826, \"Color4\": \"2\", \"Shape_Leng\": 582471.795994, \"Shape_Area\": 17708258501.0 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -113.46225704819928, 39.552507541818059 ], [ -113.44215932240877, 39.552512910199901 ], [ -113.42439320088428, 39.55247066023086 ], [ -113.40542442796881, 39.552482130479198 ], [ -113.3878979162423, 39.552505904358263 ], [ -113.37579034229998, 39.55251092119105 ], [ -113.35256180587173, 39.552515204666783 ], [ -113.33540338689734, 39.552519086914209 ], [ -113.31334866448032, 39.552514435916102 ], [ -113.28741965145811, 39.55250897031808 ], [ -113.26929372626378, 39.552505003587314 ], [ -113.25083035460162, 39.552503842539302 ], [ -113.23593889477212, 39.55247609487796 ], [ -113.22182151889075, 39.552454156559044 ], [ -113.19887210756285, 39.552467373235437 ], [ -113.18037389910772, 39.552473677451324 ], [ -113.16104308295353, 39.552465495714266 ], [ -113.14260206180676, 39.55244219105321 ], [ -113.12590715347399, 39.552433567612013 ], [ -113.07476497429195, 39.552623894948852 ], [ -113.04329504848417, 39.552645576188361 ], [ -113.00338155510521, 39.552628943938025 ], [ -113.00102521594725, 39.552642523347785 ], [ -112.96581304671513, 39.552820206735291 ], [ -112.93081347198181, 39.552911599768088 ], [ -112.89586609786517, 39.553005102403631 ], [ -112.87580699644782, 39.552560365301851 ], [ -112.86313777915058, 39.55257050836375 ], [ -112.8570464668031, 39.55257793020796 ], [ -112.84035740722743, 39.552591204611176 ], [ -112.82248731841084, 39.552616105916279 ], [ -112.81836166322866, 39.552622182769724 ], [ -112.80593800804077, 39.552635754521688 ], [ -112.79962959910097, 39.552621013656925 ], [ -112.78849666653902, 39.552591097067072 ], [ -112.77223183534737, 39.552587146023725 ], [ -112.75079983437156, 39.552596723613611 ], [ -112.7288719986137, 39.552560170136928 ], [ -112.72447840596764, 39.552557887388105 ], [ -112.71194296564208, 39.552527020709405 ], [ -112.68966049590168, 39.552506305215459 ], [ -112.67453680853558, 39.552531532550539 ], [ -112.65892902392129, 39.55251214870875 ], [ -112.64407753705042, 39.552484473290569 ], [ -112.62578644206992, 39.552440005919657 ], [ -112.59821434497344, 39.552430581703177 ], [ -112.56907868346775, 39.552453754061744 ], [ -112.52525179863429, 39.552442639004923 ], [ -112.50079328783333, 39.552454767249195 ], [ -112.49856964641647, 39.552424900597003 ], [ -112.49220735643519, 39.552344597101431 ], [ -112.48252388580288, 39.552342403823978 ], [ -112.47411487241662, 39.552341262696238 ], [ -112.46522324464124, 39.552359113932908 ], [ -112.46237221961526, 39.552381512829811 ], [ -112.46236521293247, 39.553710566817877 ], [ -112.46095687046821, 39.553709360813066 ], [ -112.45678418308748, 39.553704083183 ], [ -112.44575572879657, 39.553679639171023 ], [ -112.43365710514264, 39.553685375844942 ], [ -112.42984527623247, 39.553682786667309 ], [ -112.42277450710854, 39.553679474849844 ], [ -112.40802059616395, 39.553665466391358 ], [ -112.38797383285275, 39.553681387853942 ], [ -112.37578104729837, 39.553637170275181 ], [ -112.36006302770679, 39.553664520014664 ], [ -112.34675351354959, 39.553652844871173 ], [ -112.3358541047879, 39.553684044587101 ], [ -112.33009853904801, 39.553682489615078 ], [ -112.3222130412051, 39.553682378300991 ], [ -112.30783907783216, 39.553700875667019 ], [ -112.2927315254114, 39.553703232125493 ], [ -112.27931699067709, 39.55368049294507 ], [ -112.26692712140631, 39.553681078355368 ], [ -112.25078287043748, 39.553640622097184 ], [ -112.24676706521157, 39.553624308793715 ], [ -112.24144171576491, 39.553600229322882 ], [ -112.23596476322636, 39.553559497992026 ], [ -112.23596725855205, 39.554027996488344 ], [ -112.23274331524297, 39.55403521016823 ], [ -112.22756976035701, 39.554040419928121 ], [ -112.2219538304502, 39.554041041597728 ], [ -112.21963812286415, 39.554069873281342 ], [ -112.21965307322967, 39.554258928617728 ], [ -112.22000047264214, 39.554489544824825 ], [ -112.22014972572416, 39.554704220375093 ], [ -112.22020108900257, 39.554978489289191 ], [ -112.22014637515524, 39.555177286084238 ], [ -112.22006933333076, 39.555430377897821 ], [ -112.21992891657258, 39.55572017537834 ], [ -112.21953851062777, 39.55595853580266 ], [ -112.21926536545166, 39.556046997956571 ], [ -112.21891121139917, 39.556095763728855 ], [ -112.21869654888282, 39.556134055537413 ], [ -112.21834813388024, 39.556178254357853 ], [ -112.21781282741159, 39.556251441133888 ], [ -112.2175305262989, 39.556349005275251 ], [ -112.21730053190126, 39.556509091559079 ], [ -112.21719162865394, 39.556604838384814 ], [ -112.21712323618013, 39.556687546674425 ], [ -112.21703830037295, 39.556822686787676 ], [ -112.21692035635523, 39.557067194762794 ], [ -112.21675633305813, 39.557339215406756 ], [ -112.21672543403567, 39.557569296577554 ], [ -112.21651281171941, 39.557724694355144 ], [ -112.21622847357631, 39.557772721101763 ], [ -112.21589269288046, 39.557807770258599 ], [ -112.21544795729956, 39.557735836837864 ], [ -112.21537765903824, 39.557709541772546 ], [ -112.21530122749448, 39.557665290597654 ], [ -112.21517164015894, 39.557576544705128 ], [ -112.21503466234873, 39.557397774889132 ], [ -112.21526230661628, 39.557102566074633 ], [ -112.21547917623975, 39.556857025087062 ], [ -112.21566286162657, 39.55671094200077 ], [ -112.21586415987838, 39.556573684451827 ], [ -112.21608023913383, 39.556283100079206 ], [ -112.21616405912124, 39.55608400057244 ], [ -112.21632218453124, 39.555807537389789 ], [ -112.21637368749595, 39.555757442728407 ], [ -112.21648817323617, 39.555648123059328 ], [ -112.21679286522273, 39.555433195614206 ], [ -112.21697017443543, 39.555255641847182 ], [ -112.21692598037612, 39.555057882292537 ], [ -112.21663127049328, 39.554844725483385 ], [ -112.2163805150291, 39.554482441056777 ], [ -112.21621397550534, 39.554276951619663 ], [ -112.21599428333764, 39.554026967572142 ], [ -112.21576735879502, 39.553695967765336 ], [ -112.21559429687423, 39.553450000133473 ], [ -112.21536155767092, 39.553119060306287 ], [ -112.21518315174636, 39.552900178247555 ], [ -112.21506434606913, 39.552761763765872 ], [ -112.2150229095737, 39.552721651499645 ], [ -112.21483955158791, 39.552552376281213 ], [ -112.21469212638618, 39.552441290917763 ], [ -112.21443280055183, 39.55225388782543 ], [ -112.21415675902908, 39.552109006317274 ], [ -112.21406893322398, 39.552078388470875 ], [ -112.21388164503374, 39.552017274126555 ], [ -112.21370033255631, 39.551965107182752 ], [ -112.21361848250429, 39.55194343669725 ], [ -112.2134896144369, 39.551895226783834 ], [ -112.2130963298894, 39.551701110281734 ], [ -112.2127880342062, 39.551708833109885 ], [ -112.21246236170329, 39.551721241474105 ], [ -112.21225117510643, 39.551624333358092 ], [ -112.21186410568954, 39.55145267310845 ], [ -112.21164678892332, 39.551337807574278 ], [ -112.21147059301477, 39.551245038258088 ], [ -112.21138237771969, 39.551191897134146 ], [ -112.21122354352624, 39.551093540390724 ], [ -112.21115869591682, 39.551045561612987 ], [ -112.21075788156185, 39.550752404293746 ], [ -112.21057516539715, 39.550619155997715 ], [ -112.21041360953339, 39.55036405041978 ], [ -112.2103517374381, 39.550085381151902 ], [ -112.21034798031023, 39.549869177427091 ], [ -112.21028858240295, 39.549531916553732 ], [ -112.21019196935184, 39.549330194973791 ], [ -112.21015619937684, 39.549281011796829 ], [ -112.21004942187058, 39.549164091061556 ], [ -112.20979573544203, 39.548964905519234 ], [ -112.20966609321394, 39.548871648754591 ], [ -112.20947748776757, 39.548733954896321 ], [ -112.20923007620738, 39.548560832137781 ], [ -112.20900507831658, 39.548337919998154 ], [ -112.20885099333923, 39.548177340663699 ], [ -112.20857191586758, 39.547855878817515 ], [ -112.20832931196431, 39.547624138288406 ], [ -112.20801185644214, 39.547438225930364 ], [ -112.20794731128913, 39.54740736139577 ], [ -112.20773598780582, 39.547301436205707 ], [ -112.2073018628744, 39.547098714020997 ], [ -112.20691444045859, 39.546904515320833 ], [ -112.20668535398214, 39.546780752412133 ], [ -112.20647387825761, 39.546665816350952 ], [ -112.20612169582282, 39.546490170395906 ], [ -112.20585070127042, 39.546298363775861 ], [ -112.20569623828135, 39.546115258748415 ], [ -112.20542456045507, 39.545883813634461 ], [ -112.20519020755223, 39.545791637800932 ], [ -112.20487354774095, 39.545650759121656 ], [ -112.20462662586836, 39.545504651672246 ], [ -112.20455013668239, 39.545455888768245 ], [ -112.20412844666208, 39.545298076327022 ], [ -112.20379023217808, 39.545256529419518 ], [ -112.20353648815789, 39.545119500420128 ], [ -112.20346721500671, 39.545084177261536 ], [ -112.20325559406403, 39.544960226631439 ], [ -112.20279612542232, 39.544636113011045 ], [ -112.20257224937788, 39.544476247419503 ], [ -112.2023548892566, 39.544289283578685 ], [ -112.20205467155037, 39.544156336133788 ], [ -112.20180390120925, 39.544123790076441 ], [ -112.20147213289317, 39.544118210251519 ], [ -112.2011118970311, 39.544148964226707 ], [ -112.20085620999836, 39.544168725710058 ], [ -112.20043106210699, 39.544146988488066 ], [ -112.20000589892398, 39.544124348853309 ], [ -112.19975472616818, 39.544068376172895 ], [ -112.19948493718756, 39.543945019074634 ], [ -112.19936090310175, 39.543838177535633 ], [ -112.19898538855718, 39.543657344407244 ], [ -112.19866929318206, 39.543547978311175 ], [ -112.19817874462204, 39.543444915098441 ], [ -112.19789197234482, 39.543348759763397 ], [ -112.19745827168019, 39.543167620358354 ], [ -112.19711241383655, 39.54295133600796 ], [ -112.1968147174973, 39.54262553198523 ], [ -112.19678346268898, 39.542499711898785 ], [ -112.19675166638586, 39.542342361890661 ], [ -112.19672048920191, 39.542221046050457 ], [ -112.19665394225916, 39.542073063968679 ], [ -112.19650324177387, 39.541768270799174 ], [ -112.19642444179964, 39.541584374155306 ], [ -112.19647270022251, 39.541345108632704 ], [ -112.19669463319357, 39.541054499160097 ], [ -112.19690570030632, 39.540876627924519 ], [ -112.19710769052699, 39.540712365011707 ], [ -112.1974281288154, 39.540398214108293 ], [ -112.19756410930985, 39.540185074700624 ], [ -112.19757125384564, 39.53992370697047 ], [ -112.19760058409067, 39.539599039623496 ], [ -112.19757187970603, 39.539283079393208 ], [ -112.19764241120504, 39.538985918897083 ], [ -112.19779987680396, 39.538668941128918 ], [ -112.19780251945899, 39.538484205944947 ], [ -112.19771573483595, 39.538174250344362 ], [ -112.19757379760445, 39.538040560793959 ], [ -112.19731014734214, 39.537934254411873 ], [ -112.19711726450117, 39.537883081434686 ], [ -112.19697090450607, 39.537830527997471 ], [ -112.19647900657722, 39.537646379885267 ], [ -112.19626175810016, 39.537531484272122 ], [ -112.19597354401778, 39.537349742422464 ], [ -112.19573729979069, 39.537144939811874 ], [ -112.19545940936709, 39.536886504192481 ], [ -112.19526458372712, 39.536721820226987 ], [ -112.19507580791011, 39.536570588941643 ], [ -112.19469584452307, 39.536398797380699 ], [ -112.19442601170884, 39.536338499686138 ], [ -112.19424475413842, 39.536286301407905 ], [ -112.1938405939048, 39.536128270876418 ], [ -112.19368067682764, 39.535963225626233 ], [ -112.19360824836382, 39.535810796916813 ], [ -112.19351667177321, 39.535559453130041 ], [ -112.19341997305985, 39.535348707533622 ], [ -112.19329946687913, 39.535106670751055 ], [ -112.19317856052032, 39.53484121154208 ], [ -112.19298564589722, 39.534447646144891 ], [ -112.1929343295555, 39.53416885811145 ], [ -112.19297747252517, 39.533970191910583 ], [ -112.1930493143355, 39.533748705717869 ], [ -112.19316202827061, 39.533535810051397 ], [ -112.19329080394579, 39.53324165797752 ], [ -112.19341934716515, 39.532933992906287 ], [ -112.19349064662647, 39.532680976440105 ], [ -112.19358374715527, 39.532342139562232 ], [ -112.19366164913286, 39.532135006964509 ], [ -112.19373216004273, 39.531836046625841 ], [ -112.1936338615736, 39.53153161185498 ], [ -112.19333163974171, 39.53120944851517 ], [ -112.19313063301263, 39.531022298781942 ], [ -112.19306549280336, 39.530955391265358 ], [ -112.19292924189382, 39.530812627239079 ], [ -112.19285324661743, 39.530723305614366 ], [ -112.19276298321103, 39.5306161100428 ], [ -112.19265350457357, 39.530337918546287 ], [ -112.19271945026541, 39.530111987859151 ], [ -112.19281447855353, 39.529885758670062 ], [ -112.19287079444793, 39.529777058792007 ], [ -112.19306920942041, 39.529473181918668 ], [ -112.19320549133442, 39.529278064494029 ], [ -112.19333595596198, 39.52908300663313 ], [ -112.19342477879702, 39.528834315231428 ], [ -112.1934070468009, 39.528546172135876 ], [ -112.19330385481979, 39.528227370875989 ], [ -112.19337329954755, 39.527866251398848 ], [ -112.19367089450786, 39.527579375420963 ], [ -112.19390085057879, 39.527419335748945 ], [ -112.19414251551326, 39.527263680410194 ], [ -112.19436703897549, 39.5271262210385 ], [ -112.19460831588178, 39.526948043312863 ], [ -112.19478584345656, 39.526784035648539 ], [ -112.19500391458992, 39.526609699704444 ], [ -112.19527335825772, 39.526378071043915 ], [ -112.19552237778635, 39.52631243884565 ], [ -112.1957664922752, 39.526300016541157 ], [ -112.19607554424037, 39.526342788522761 ], [ -112.19637868749668, 39.526380214400895 ], [ -112.19666376355734, 39.526381784846926 ], [ -112.19719103554895, 39.526259223038828 ], [ -112.19754941689663, 39.526125784828643 ], [ -112.19772862252616, 39.526059966172568 ], [ -112.19832942635915, 39.525815905299041 ], [ -112.19883240352283, 39.525634119465025 ], [ -112.19911080792367, 39.525586196841054 ], [ -112.1994417904485, 39.525551246237441 ], [ -112.19984900371853, 39.525551548450522 ], [ -112.20014601888602, 39.525571007446807 ], [ -112.20047847453618, 39.525621635216218 ], [ -112.2008230286547, 39.525699167523889 ], [ -112.20138418169573, 39.525855551679307 ], [ -112.20162365715414, 39.525911642248111 ], [ -112.20212410322939, 39.525920883765792 ], [ -112.20273734613652, 39.525724425371664 ], [ -112.2030717336565, 39.525549771723931 ], [ -112.20351662732894, 39.525373972949957 ], [ -112.20392150552469, 39.525239132677733 ], [ -112.2043485574024, 39.525040990130655 ], [ -112.20458468550831, 39.524903390855563 ], [ -112.20481452945295, 39.524738825760735 ], [ -112.20516922806006, 39.524393663534831 ], [ -112.2053936266754, 39.524250778140214 ], [ -112.20575778195905, 39.52411635380065 ], [ -112.20608774066748, 39.524022828886629 ], [ -112.20638861809309, 39.523929604875853 ], [ -112.20657898942169, 39.523837527260696 ], [ -112.2069595122077, 39.523640759156656 ], [ -112.20718987671003, 39.52350681851641 ], [ -112.20762729216916, 39.523236475042118 ], [ -112.20787418118903, 39.523049201418381 ], [ -112.20817852618597, 39.522820784347523 ], [ -112.20854661049616, 39.522578188530801 ], [ -112.2088404908411, 39.522417454741067 ], [ -112.20912227783066, 39.522297391734696 ], [ -112.20959156195835, 39.522121316061543 ], [ -112.20993895359747, 39.522027598836537 ], [ -112.21018833400477, 39.521984456948033 ], [ -112.21058358087076, 39.521966825908976 ], [ -112.21093960264255, 39.522035198701246 ], [ -112.21127197015797, 39.522081291499234 ], [ -112.21157982202487, 39.522055557609185 ], [ -112.21188673410235, 39.521975771745737 ], [ -112.21217030357242, 39.521891723426968 ], [ -112.21245395067476, 39.521812178688293 ], [ -112.21283529171295, 39.5216640377377 ], [ -112.21318629776719, 39.521444130883545 ], [ -112.21342145525911, 39.521252462887304 ], [ -112.21361024170245, 39.521070288740887 ], [ -112.21378110926005, 39.520861270924335 ], [ -112.21393397948042, 39.52062090525331 ], [ -112.21409258599249, 39.520375974381039 ], [ -112.21424018745877, 39.520167198893233 ], [ -112.2144294395849, 39.520012049026349 ], [ -112.21471598863721, 39.51976578049549 ], [ -112.21499726940417, 39.519551101890357 ], [ -112.21533529198275, 39.519254737894961 ], [ -112.21553679868946, 39.51913549874137 ], [ -112.21567513362332, 39.519062871765115 ], [ -112.21599850052797, 39.518927039994423 ], [ -112.21627617399108, 39.518839439314249 ], [ -112.21648946626944, 39.518729085354465 ], [ -112.21673144292511, 39.518595905347524 ], [ -112.21682362800642, 39.518545384465718 ], [ -112.21720384090202, 39.518334169911732 ], [ -112.21747528589984, 39.518223205178813 ], [ -112.21784062869537, 39.51815991094535 ], [ -112.21822942191849, 39.518107181990281 ], [ -112.21849993737027, 39.51800973985587 ], [ -112.21866894664804, 39.517895341030098 ], [ -112.21878762684524, 39.517763449360011 ], [ -112.21883257648314, 39.517672876429124 ], [ -112.21883728976303, 39.517609755876563 ], [ -112.21870478235063, 39.517349850534814 ], [ -112.21857966570148, 39.517179969170314 ], [ -112.21841957813189, 39.517005949153251 ], [ -112.2181721021234, 39.516823834596906 ], [ -112.21801193772136, 39.516645309722271 ], [ -112.21791684522488, 39.516529173981219 ], [ -112.21767809289298, 39.516180278899377 ], [ -112.21756413980033, 39.515983248946128 ], [ -112.21750527410613, 39.515609943672295 ], [ -112.21740900439556, 39.515426243572072 ], [ -112.21710589697781, 39.515055495788914 ], [ -112.21692884375966, 39.514908681753795 ], [ -112.21669426708563, 39.514798510223727 ], [ -112.21640758929729, 39.514702398691952 ], [ -112.21605095616444, 39.514597107119883 ], [ -112.21569466957322, 39.514511633191837 ], [ -112.21538017397062, 39.514487891382288 ], [ -112.21509514730384, 39.514486366099881 ], [ -112.2144969589167, 39.514537668412295 ], [ -112.21411338600178, 39.51455519063984 ], [ -112.21374576920532, 39.514486948385652 ], [ -112.21353453826528, 39.514381031752244 ], [ -112.21333989168558, 39.514225385685869 ], [ -112.21291138299013, 39.514000098370268 ], [ -112.21267060870849, 39.513867457894506 ], [ -112.21233577402468, 39.513677231832943 ], [ -112.21190153497481, 39.513456505590355 ], [ -112.21165588835763, 39.513377974813658 ], [ -112.21139814249037, 39.513272539086628 ], [ -112.2111983926157, 39.513157488327593 ], [ -112.21087604581271, 39.512949107533963 ], [ -112.2106327085534, 39.512735397907065 ], [ -112.21031423580517, 39.512481924301994 ], [ -112.21010130597713, 39.512344483412768 ], [ -112.20987985422401, 39.512252181700916 ], [ -112.20955303716757, 39.512188006504111 ], [ -112.20909977248776, 39.512210742367408 ], [ -112.20895431709549, 39.512207750141279 ], [ -112.20881467680351, 39.512204697261716 ], [ -112.20858191698302, 39.512198107330356 ], [ -112.20843064653033, 39.512195174907696 ], [ -112.20807537970518, 39.512167332005269 ], [ -112.207708916209, 39.511828753234667 ], [ -112.20761966248408, 39.511712548194758 ], [ -112.20747674797583, 39.511520313983624 ], [ -112.20726358619154, 39.511301778635044 ], [ -112.20719232466327, 39.511216922013283 ], [ -112.20704933441795, 39.511020182947 ], [ -112.20683338535795, 39.510640393506186 ], [ -112.20679876759846, 39.510387566845004 ], [ -112.20676091053819, 39.51014919007833 ], [ -112.20672801739545, 39.509928782120255 ], [ -112.20664068658068, 39.509587301781629 ], [ -112.20655438514538, 39.509305277869686 ], [ -112.20652029326519, 39.509015503856247 ], [ -112.20649027132919, 39.508624773529519 ], [ -112.20648536306585, 39.508341003705006 ], [ -112.20649200646731, 39.508052608883546 ], [ -112.20648717620355, 39.507773343314696 ], [ -112.20647575224831, 39.507449095243139 ], [ -112.20642510584197, 39.507210850972584 ], [ -112.20632298468298, 39.507022696865327 ], [ -112.20610394803813, 39.506799715013322 ], [ -112.2058614206932, 39.506563461130796 ], [ -112.20583528130825, 39.506397043828578 ], [ -112.20585215509708, 39.506027451135445 ], [ -112.2058485735044, 39.505820253980623 ], [ -112.20586181271227, 39.505576841583689 ], [ -112.20590947182788, 39.505306041559614 ], [ -112.20596333442857, 39.505057702622153 ], [ -112.2059702136188, 39.504782820502548 ], [ -112.20582869499701, 39.504333779071999 ], [ -112.20566594456865, 39.5040020901058 ], [ -112.20553514753131, 39.503836758054128 ], [ -112.20548746484276, 39.503769676095331 ], [ -112.20540341721319, 39.503617374379331 ], [ -112.20531820266498, 39.503397508261138 ], [ -112.20535446740001, 39.503140341791941 ], [ -112.2054306538994, 39.50283771038864 ], [ -112.20546139942334, 39.502597720461459 ], [ -112.20555867829592, 39.502169628551385 ], [ -112.20561866559383, 39.501939246522575 ], [ -112.2056547729252, 39.501673071345749 ], [ -112.20566707835511, 39.501375607324832 ], [ -112.20568675462086, 39.501168168788219 ], [ -112.20569425760296, 39.500929320814848 ], [ -112.20570936495032, 39.500794011206338 ], [ -112.20574074707065, 39.500590956331756 ], [ -112.20577329663053, 39.500455465800229 ], [ -112.20581173802158, 39.500324419242837 ], [ -112.20582810127124, 39.500194502697966 ], [ -112.20579419386318, 39.499982213773009 ], [ -112.20566029104889, 39.499636709998683 ], [ -112.20560731896488, 39.499263336184427 ], [ -112.20563945599926, 39.498767442030143 ], [ -112.20559702317307, 39.498330887462664 ], [ -112.2055490883167, 39.497912410300273 ], [ -112.20550447789346, 39.497349735411781 ], [ -112.20541081187544, 39.496976783323028 ], [ -112.20533427710066, 39.496585633112346 ], [ -112.20524487099188, 39.49612253464511 ], [ -112.20511595242739, 39.495728323205512 ], [ -112.20492173150566, 39.495256399654586 ], [ -112.20479497827003, 39.494987407182904 ], [ -112.20457480343866, 39.494695956034711 ], [ -112.20437846017265, 39.494437595322019 ], [ -112.20424039428275, 39.494186739797108 ], [ -112.20398635308405, 39.49395420460921 ], [ -112.20348679238059, 39.493645821904167 ], [ -112.20315927628322, 39.49353568324733 ], [ -112.20276806066205, 39.493440619026998 ], [ -112.20246389388102, 39.493335642953774 ], [ -112.2022281712443, 39.493153371541744 ], [ -112.20172138337875, 39.49276216195004 ], [ -112.20141210544541, 39.492697781865893 ], [ -112.20113422104671, 39.492768229762859 ], [ -112.20083416710133, 39.492901977458303 ], [ -112.20044597958191, 39.492982573196862 ], [ -112.20016522707124, 39.492886359511665 ], [ -112.20008632109341, 39.492693454528407 ], [ -112.20015841085051, 39.49248998061266 ], [ -112.20040288947045, 39.492167594067823 ], [ -112.20059659479166, 39.491935833460033 ], [ -112.20088284825306, 39.491676085965025 ], [ -112.20132590569617, 39.491405707377474 ], [ -112.20170098316527, 39.491239647227481 ], [ -112.20186073232162, 39.491062296760951 ], [ -112.2018165487378, 39.49086002373938 ], [ -112.20175422750025, 39.49061739222298 ], [ -112.20176817745889, 39.490414518237216 ], [ -112.20172973032408, 39.490207680753919 ], [ -112.2016098978235, 39.490001684437267 ], [ -112.20147828449254, 39.489786799520495 ], [ -112.20136372402294, 39.489549212694854 ], [ -112.20123056199726, 39.489244241327476 ], [ -112.20121366465834, 39.48900564521049 ], [ -112.2013144255868, 39.488711772097744 ], [ -112.20151160570029, 39.488344820749688 ], [ -112.20176288517493, 39.488080927348975 ], [ -112.20194549168131, 39.487880814897338 ], [ -112.2019632217462, 39.487559867880442 ], [ -112.20176179423846, 39.487409677467973 ], [ -112.20147121936023, 39.487349609148083 ], [ -112.20100609881845, 39.487349909725218 ], [ -112.20057570152328, 39.487340839660803 ], [ -112.20033017522294, 39.487263183866375 ], [ -112.20011238264594, 39.487107753391598 ], [ -112.19992325346085, 39.48692860010469 ], [ -112.19969375943668, 39.486768784484788 ], [ -112.19944759978401, 39.486721768086802 ], [ -112.19917483999301, 39.486683134729127 ], [ -112.19882623093538, 39.486696641116772 ], [ -112.19847822490617, 39.486745280103051 ], [ -112.19818214878406, 39.486770857330441 ], [ -112.19785662097055, 39.486774211696854 ], [ -112.19759565428316, 39.486812941025491 ], [ -112.19725369149118, 39.486875029432717 ], [ -112.19689956142602, 39.486905706321807 ], [ -112.19660883368553, 39.486904193821935 ], [ -112.19634732538471, 39.486911390151477 ], [ -112.19600759893865, 39.48710410010009 ], [ -112.19577739255115, 39.487241621352887 ], [ -112.195441547513, 39.487321661962937 ], [ -112.19501719497256, 39.487326024487871 ], [ -112.19465004780294, 39.487275736334823 ], [ -112.1942769339669, 39.487216498087577 ], [ -112.19392064353423, 39.4871210449868 ], [ -112.19347553397584, 39.486999471908071 ], [ -112.19304491604234, 39.4869092841911 ], [ -112.1926253012889, 39.486850517786003 ], [ -112.19221219256758, 39.48683222915588 ], [ -112.1916981097439, 39.486688830939016 ], [ -112.19149142562122, 39.486501734540226 ], [ -112.19131503156346, 39.486317931484287 ], [ -112.19087422298141, 39.486107103069486 ], [ -112.19051978624172, 39.486119743205819 ], [ -112.19016215806397, 39.486218012084343 ], [ -112.1894650510218, 39.486319753489219 ], [ -112.18906418573175, 39.486337369296287 ], [ -112.1887990131529, 39.486470729290325 ], [ -112.18858103381224, 39.486644152247237 ], [ -112.18820036546697, 39.486823742690888 ], [ -112.18792746003318, 39.486844551895267 ], [ -112.18787010915702, 39.486822612300081 ], [ -112.18759297580711, 39.486663259369479 ], [ -112.18721597280215, 39.486716665975237 ], [ -112.18690376867335, 39.486751389406926 ], [ -112.18671251709669, 39.486582147357758 ], [ -112.18660515608384, 39.486354383351561 ], [ -112.1865938917381, 39.486033734171251 ], [ -112.18658830265358, 39.485704917844345 ], [ -112.18657185345391, 39.48542126348584 ], [ -112.18656029859628, 39.485083497778398 ], [ -112.1865324536751, 39.484813475030684 ], [ -112.18650583385553, 39.484615521610941 ], [ -112.18657572017985, 39.484280528801449 ], [ -112.18678904844201, 39.484175634787249 ], [ -112.18708427599655, 39.484100538997119 ], [ -112.1874083370198, 39.48401163264186 ], [ -112.18764558860568, 39.483946137750578 ], [ -112.1878996649335, 39.483844429551326 ], [ -112.18814211498001, 39.483742839610457 ], [ -112.18840092915273, 39.483578010281462 ], [ -112.18861721245858, 39.483305492408959 ], [ -112.18872328277602, 39.483047616365262 ], [ -112.18876197764746, 39.482930087717691 ], [ -112.18888891982108, 39.482532339499976 ], [ -112.18906289862309, 39.482165645906122 ], [ -112.1892257107671, 39.481826096957107 ], [ -112.18938470379904, 39.481603719878791 ], [ -112.18971011118474, 39.481253496581211 ], [ -112.18987934476047, 39.480949921922011 ], [ -112.19011220732692, 39.480627675253444 ], [ -112.19029467516403, 39.480418571977403 ], [ -112.19051140231218, 39.480173076684075 ], [ -112.19077982539349, 39.479891010602636 ], [ -112.19109343942529, 39.47953189395291 ], [ -112.19128721889366, 39.479304652756902 ], [ -112.19151433409445, 39.478986967255601 ], [ -112.19170674236173, 39.478679548299162 ], [ -112.19185950838661, 39.478433805001188 ], [ -112.19194850726129, 39.478198626489792 ], [ -112.19197387807084, 39.477982120697312 ], [ -112.19192982453984, 39.477785248108212 ], [ -112.19196372893501, 39.477387549031057 ], [ -112.19198817681972, 39.4771169912365 ], [ -112.1919924200779, 39.476684456252862 ], [ -112.19203216663151, 39.47628849924299 ], [ -112.19219921002674, 39.475857899128123 ], [ -112.19245537058565, 39.475539913861162 ], [ -112.19270923637019, 39.475087698967819 ], [ -112.19283720452501, 39.474752106248097 ], [ -112.19291518725213, 39.474553080875182 ], [ -112.19297581056982, 39.47435873867817 ], [ -112.19297777538418, 39.474133462455427 ], [ -112.19297354355831, 39.473885724194965 ], [ -112.19295179910242, 39.47363366048134 ], [ -112.19285256851252, 39.473337340490254 ], [ -112.19279291949675, 39.473180273143022 ], [ -112.19258785496518, 39.472745379747465 ], [ -112.19229799968687, 39.472451014245394 ], [ -112.19199575453929, 39.472111723778852 ], [ -112.19167514527001, 39.471786136074748 ], [ -112.19149442437644, 39.471346485977314 ], [ -112.19128256313542, 39.470853093111799 ], [ -112.19116868433336, 39.470651529183129 ], [ -112.19107497023371, 39.470337130458631 ], [ -112.19111028507513, 39.469953833087693 ], [ -112.19117587640478, 39.469709884408424 ], [ -112.19120362848447, 39.469633012974349 ], [ -112.19136929464102, 39.469122236506635 ], [ -112.19150393111029, 39.468837034031878 ], [ -112.19158710827718, 39.468601915134386 ], [ -112.19164473376031, 39.468231904251319 ], [ -112.1918963648945, 39.467990553506894 ], [ -112.19214641082682, 39.467997000413938 ], [ -112.19258326898111, 39.46805108731094 ], [ -112.19298502826851, 39.468092017297217 ], [ -112.19338586456063, 39.468078893856706 ], [ -112.19385008772669, 39.468033582364797 ], [ -112.19433447547735, 39.467807856882523 ], [ -112.19455215156171, 39.467620910693498 ], [ -112.19489071004182, 39.467365145068619 ], [ -112.19530643235021, 39.467203192905679 ], [ -112.19558321970885, 39.467074203763907 ], [ -112.19588867723665, 39.466922393476068 ], [ -112.19633802831365, 39.466688009757448 ], [ -112.19666053063258, 39.466513496451689 ], [ -112.19705765199319, 39.466284152586297 ], [ -112.19739084671787, 39.466055465674003 ], [ -112.19770025366697, 39.465795486947812 ], [ -112.19790482447343, 39.46552307208276 ], [ -112.19806832902975, 39.465228554347924 ], [ -112.19824942028471, 39.464942865401412 ], [ -112.19853767647601, 39.464466856311034 ], [ -112.19863298820989, 39.464263143157716 ], [ -112.19871590433959, 39.464014506436527 ], [ -112.19874125009549, 39.463797999047422 ], [ -112.19874304230756, 39.463563713952638 ], [ -112.19888120784196, 39.463147817791494 ], [ -112.19917960848365, 39.462924890617558 ], [ -112.19939367478018, 39.462800143340246 ], [ -112.19959311549404, 39.462568324510613 ], [ -112.19974606522914, 39.462404561938236 ], [ -112.20014199259836, 39.462107642944979 ], [ -112.20040278837583, 39.462064404841179 ], [ -112.2007500500648, 39.462047304090916 ], [ -112.20100704816296, 39.462053660255023 ], [ -112.20133261530705, 39.462059307471243 ], [ -112.20166345112608, 39.462033363435843 ], [ -112.20203922422212, 39.461916851390043 ], [ -112.20229831278805, 39.461774513883668 ], [ -112.20259187801979, 39.461609293611552 ], [ -112.20283920198329, 39.461391390427828 ], [ -112.20303156111845, 39.461154232820327 ], [ -112.20323524587079, 39.460899838214686 ], [ -112.20344094315747, 39.460627401908518 ], [ -112.20369777377908, 39.460354435942982 ], [ -112.20384884459094, 39.460014987429673 ], [ -112.20365336514944, 39.459800764834817 ], [ -112.20339441889168, 39.459613328464535 ], [ -112.20316564442705, 39.459490453185595 ], [ -112.20291274394987, 39.459316468553638 ], [ -112.20267188474888, 39.459166686522543 ], [ -112.20241814956034, 39.45894405402646 ], [ -112.20222811619381, 39.458708148022751 ], [ -112.20192129812456, 39.458440110875316 ], [ -112.20170258658504, 39.458226125017191 ], [ -112.20154175000268, 39.457998025351053 ], [ -112.20134519921413, 39.457720737977965 ], [ -112.20126183797241, 39.457604465747892 ], [ -112.2009943243287, 39.457255828693896 ], [ -112.20081009548214, 39.45701895928444 ], [ -112.20070651829873, 39.456740710645811 ], [ -112.200707220843, 39.456443364684795 ], [ -112.2007781131054, 39.456172324744237 ], [ -112.20089595264081, 39.455927830730083 ], [ -112.2010604294267, 39.455691865176703 ], [ -112.20118413951985, 39.45545091433253 ], [ -112.20130183710232, 39.455198312118263 ], [ -112.20146600109901, 39.454944328677662 ], [ -112.20161784626234, 39.454649926095733 ], [ -112.20182206025706, 39.454359487227883 ], [ -112.20211257434345, 39.454018599447316 ], [ -112.2023395604939, 39.453700893453068 ], [ -112.20251564726566, 39.453397228759833 ], [ -112.20266609021037, 39.453089323870586 ], [ -112.20274866961155, 39.452822666898037 ], [ -112.20275006147273, 39.452565859855085 ], [ -112.20258706494167, 39.452211639947485 ], [ -112.20231902492939, 39.45216936017227 ], [ -112.20216819451635, 39.452184434912034 ], [ -112.20172089340225, 39.45219356324619 ], [ -112.20138150671292, 39.452057410733502 ], [ -112.20113639961555, 39.451929293734437 ], [ -112.2007635527995, 39.451604269304596 ], [ -112.20058685231949, 39.451466434495565 ], [ -112.20025250787414, 39.451285175225479 ], [ -112.19989274932612, 39.451315918606831 ], [ -112.19945792361644, 39.451374465984266 ], [ -112.19913039709293, 39.451251699918387 ], [ -112.19886655025239, 39.451114761041616 ], [ -112.19866638289417, 39.450963649789728 ], [ -112.19844266392619, 39.45086233740588 ], [ -112.19818648681047, 39.450765864155507 ], [ -112.19796981834716, 39.450668983345061 ], [ -112.19786307294849, 39.450611516146289 ], [ -112.19761629479319, 39.450385196852764 ], [ -112.19745036371415, 39.450129211685763 ], [ -112.19734611170239, 39.44987799739625 ], [ -112.19731536462668, 39.449779200928873 ], [ -112.19722754515223, 39.449401673453522 ], [ -112.19716001057209, 39.449190627193722 ], [ -112.19690409298616, 39.448837355467795 ], [ -112.19685616431575, 39.448753152136 ], [ -112.19673355160123, 39.448379586393827 ], [ -112.19677617419929, 39.448153890802196 ], [ -112.1968009045307, 39.447901348484898 ], [ -112.19663710125346, 39.447497571520771 ], [ -112.19637846652506, 39.447324532064336 ], [ -112.19611494822317, 39.44720560393484 ], [ -112.19560145960378, 39.447080235096244 ], [ -112.19536125929666, 39.446965570652175 ], [ -112.19501021380898, 39.446825013929832 ], [ -112.19467636778988, 39.446670764026948 ], [ -112.19442401233341, 39.446524686501718 ], [ -112.19420039836758, 39.446360292717891 ], [ -112.19393419484061, 39.446083707199179 ], [ -112.19373685435203, 39.445824434776789 ], [ -112.19365322097589, 39.445622561818837 ], [ -112.19353235376192, 39.445349889673906 ], [ -112.19338087128017, 39.444985626638129 ], [ -112.19311213958004, 39.444560395348468 ], [ -112.19295082529359, 39.444300751882942 ], [ -112.19284279638214, 39.444099128513997 ], [ -112.19272941972939, 39.443924590744423 ], [ -112.19262054685677, 39.443673419220993 ], [ -112.19246513810236, 39.443419120636435 ], [ -112.19231062155373, 39.443217072357704 ], [ -112.1920835672271, 39.442849978090045 ], [ -112.19197446805488, 39.442585292781523 ], [ -112.1918830280258, 39.442333941811953 ], [ -112.19178693106089, 39.442150215662721 ], [ -112.19175711679937, 39.442105469731153 ], [ -112.19148971128753, 39.44175680827599 ], [ -112.19121161087082, 39.441462317472343 ], [ -112.19105169213495, 39.441283749509822 ], [ -112.19087892831713, 39.441033230504409 ], [ -112.19074026502851, 39.44066973341652 ], [ -112.19068511284021, 39.440228793666314 ], [ -112.19074225203502, 39.439899332896495 ], [ -112.19081502013886, 39.439668825306839 ], [ -112.19091597820345, 39.43945604959405 ], [ -112.19101678222536, 39.439234265070844 ], [ -112.19110450974765, 39.438927016566794 ], [ -112.19112222154421, 39.438602464495183 ], [ -112.19100036429144, 39.438270331470925 ], [ -112.19091832706441, 39.437888233908971 ], [ -112.19086778998314, 39.437649978494349 ], [ -112.1908177134866, 39.437438749226722 ], [ -112.19077452000214, 39.437290521548626 ], [ -112.19076167501767, 39.437218570671725 ], [ -112.19075912375354, 39.436727535477424 ], [ -112.19088001499334, 39.436320834173358 ], [ -112.19098531958031, 39.436022415946063 ], [ -112.1910614150012, 39.435782863704731 ], [ -112.19113440826287, 39.435565868931015 ], [ -112.19114761495617, 39.435317950383798 ], [ -112.19120422240394, 39.434889381273436 ], [ -112.19127398104165, 39.434550780432026 ], [ -112.19138501337605, 39.434247797957603 ], [ -112.19161175666196, 39.433916598983231 ], [ -112.19178225407863, 39.433694099572016 ], [ -112.19192890199818, 39.433435803112289 ], [ -112.19203063118451, 39.433268970922278 ], [ -112.19226423648152, 39.43299987142283 ], [ -112.19238826148498, 39.432777847497306 ], [ -112.19247635955641, 39.432493119664208 ], [ -112.19255849486417, 39.432199442589457 ], [ -112.19270894828237, 39.431823972117698 ], [ -112.19285031831399, 39.431597264647714 ], [ -112.19286328807006, 39.431335832747635 ], [ -112.19275566443928, 39.431156730376145 ], [ -112.19245956264217, 39.430826385237864 ], [ -112.19242094986495, 39.43060602858035 ], [ -112.19246396099368, 39.430402855679453 ], [ -112.1924906318423, 39.430195345139737 ], [ -112.1925084798183, 39.429947378660401 ], [ -112.19255568592163, 39.429649554450556 ], [ -112.19272263725274, 39.429219852811507 ], [ -112.19283588289539, 39.429047495554833 ], [ -112.19298940124465, 39.428852199335616 ], [ -112.19317753730242, 39.428643032317943 ], [ -112.19332486146783, 39.428425273420032 ], [ -112.19337873199588, 39.428177838187203 ], [ -112.19327979322287, 39.427826550135087 ], [ -112.19306112903158, 39.427608040689606 ], [ -112.19279569443339, 39.427371989850045 ], [ -112.19253614646789, 39.427140383186703 ], [ -112.19234164017092, 39.426975686525125 ], [ -112.1920944787899, 39.426789003433811 ], [ -112.19187917382934, 39.426426292236215 ], [ -112.19192187729796, 39.426205101924189 ], [ -112.19201668326744, 39.425973466279601 ], [ -112.192193367747, 39.42577432948719 ], [ -112.1924054208134, 39.42560546490769 ], [ -112.19259494209102, 39.425409800027452 ], [ -112.19270646764147, 39.42520502331837 ], [ -112.19277380664309, 39.424997996545301 ], [ -112.19272080666218, 39.424683178982804 ], [ -112.19263587253276, 39.424471406439061 ], [ -112.1924280075695, 39.424204129173447 ], [ -112.19226247207133, 39.424034630087938 ], [ -112.1920053591864, 39.42367234746645 ], [ -112.19182837454107, 39.423444397998395 ], [ -112.19157403864486, 39.423176694264747 ], [ -112.19134101807843, 39.422796142632407 ], [ -112.19139488751031, 39.42248022965142 ], [ -112.19158223377343, 39.422293598948286 ], [ -112.19172931992348, 39.422062328842792 ], [ -112.19172632784708, 39.42188665823862 ], [ -112.19161810855351, 39.421671519265139 ], [ -112.1915682725826, 39.421473802737118 ], [ -112.19156342465409, 39.421189126222544 ], [ -112.19166450130793, 39.420643867227824 ], [ -112.19165782741116, 39.420251986536648 ], [ -112.19139112222632, 39.419939357303079 ], [ -112.19119014147017, 39.419734178261585 ], [ -112.1909644755933, 39.419443653525228 ], [ -112.19085580265546, 39.419201487392854 ], [ -112.19079481591896, 39.419030915573423 ], [ -112.19066092209145, 39.418671873188543 ], [ -112.19063081236867, 39.418609109112595 ], [ -112.19054392717166, 39.418213544055696 ], [ -112.19056705092585, 39.417933987218454 ], [ -112.19065613558915, 39.41770781715779 ], [ -112.19079275078121, 39.417544232739942 ], [ -112.19092317481807, 39.417358185727984 ], [ -112.19110363987859, 39.417040976387604 ], [ -112.19096654768032, 39.41683514257506 ], [ -112.19091932355133, 39.416790574441997 ], [ -112.19071400241813, 39.416671036989371 ], [ -112.19024024950052, 39.416477658434168 ], [ -112.18986682908765, 39.416377860103466 ], [ -112.18928763319632, 39.41613149421795 ], [ -112.18892833152313, 39.415836925327945 ], [ -112.18872104260265, 39.415601171132387 ], [ -112.18856662945451, 39.415332439072088 ], [ -112.18845619816625, 39.415054247093238 ], [ -112.18838200084332, 39.414789200313706 ], [ -112.18831842388974, 39.414465477802445 ], [ -112.18825515346174, 39.414159772774724 ], [ -112.1881037852191, 39.413796400384093 ], [ -112.18797601400347, 39.413522890134992 ], [ -112.18789067978328, 39.413217410183471 ], [ -112.18786706683504, 39.412852732680435 ], [ -112.18783650356856, 39.412762941415693 ], [ -112.1877368671698, 39.41236750397551 ], [ -112.18761507473469, 39.412035364997358 ], [ -112.18759887550365, 39.411765220226265 ], [ -112.18756563825298, 39.411517775235488 ], [ -112.18747761879332, 39.411122218874702 ], [ -112.18758366698673, 39.410868846713683 ], [ -112.18780783558127, 39.410731402771283 ], [ -112.18813736469521, 39.410642439151012 ], [ -112.18841432690137, 39.410535990981529 ], [ -112.18874255384912, 39.41037045106404 ], [ -112.18905381836733, 39.410232114634844 ], [ -112.18939449754239, 39.410116002467504 ], [ -112.18974075252281, 39.409986316766719 ], [ -112.19007577585974, 39.409879270797383 ], [ -112.19033569515337, 39.409795518278251 ], [ -112.19067552719481, 39.409629854169019 ], [ -112.19067154305253, 39.409395626103816 ], [ -112.19061468698382, 39.409125897839743 ], [ -112.19068022836835, 39.408881947776649 ], [ -112.19079825786044, 39.408650975878921 ], [ -112.19078080954625, 39.408376339073207 ], [ -112.19066208680125, 39.408156800960995 ], [ -112.19047603441425, 39.407802796648511 ], [ -112.19041421667421, 39.407582675871353 ], [ -112.19038922927102, 39.407479312628467 ], [ -112.19026559536282, 39.407039070893916 ], [ -112.19026764908074, 39.406818296443411 ], [ -112.19027566232354, 39.406606471350614 ], [ -112.19025395461942, 39.406354403806453 ], [ -112.19011596774415, 39.406094515592073 ], [ -112.18998531948029, 39.405924655587064 ], [ -112.18977819503615, 39.40569701039157 ], [ -112.18965824237276, 39.405472978525125 ], [ -112.18953532100579, 39.40507417613982 ], [ -112.18944369722861, 39.404808406731469 ], [ -112.18934836276134, 39.404597638299911 ], [ -112.18922182858626, 39.404396199088339 ], [ -112.18912632869825, 39.404243999414611 ], [ -112.18905420681361, 39.404100571048552 ], [ -112.18919469348178, 39.403824319312399 ], [ -112.18929292958995, 39.403453890683281 ], [ -112.18920781893601, 39.403229502028019 ], [ -112.1891059026743, 39.403041326489991 ], [ -112.18906716497565, 39.402811958505595 ], [ -112.18917097697819, 39.402427957399311 ], [ -112.1892602007258, 39.402210796835483 ], [ -112.18930526270007, 39.401786849591396 ], [ -112.18949180880338, 39.401487600636948 ], [ -112.18978576806489, 39.401358449549903 ], [ -112.19000349923155, 39.401185926794888 ], [ -112.19021462715692, 39.400966617356076 ], [ -112.19036228743052, 39.400771383906573 ], [ -112.1905837380199, 39.400476281195779 ], [ -112.19077807266213, 39.400294085047825 ], [ -112.19096087128412, 39.400116511854364 ], [ -112.19116009027118, 39.399880202937403 ], [ -112.19127649451327, 39.399554638213175 ], [ -112.1911995342147, 39.39919501208955 ], [ -112.19138572413601, 39.399080475977279 ], [ -112.19161778845078, 39.399136666422564 ], [ -112.19195626887019, 39.399235916831124 ], [ -112.19241020547875, 39.399295238345779 ], [ -112.19273509678257, 39.399278392197083 ], [ -112.19307044821601, 39.399193860210389 ], [ -112.19334139852815, 39.399078451670078 ], [ -112.19365910074897, 39.398980583506081 ], [ -112.19382119993638, 39.398951889063667 ], [ -112.19445225503893, 39.398841792275149 ], [ -112.19479975155851, 39.398788666852063 ], [ -112.19514174934127, 39.39875361759109 ], [ -112.19549620401854, 39.398767996254534 ], [ -112.19597853787786, 39.398790069568214 ], [ -112.1963864821696, 39.398808400767599 ], [ -112.19681540411725, 39.398831019896051 ], [ -112.1973393027603, 39.398906722048515 ], [ -112.19758894777607, 39.39890415232373 ], [ -112.19798946381437, 39.398895523310678 ], [ -112.1981915841497, 39.398830369234794 ], [ -112.19841430589499, 39.398611826608686 ], [ -112.19877908321811, 39.398211612755823 ], [ -112.19897904143104, 39.398020334671358 ], [ -112.19917442708044, 39.397901186193884 ], [ -112.19936300357594, 39.3977235403013 ], [ -112.19947510359479, 39.397488115363977 ], [ -112.19931287603552, 39.397169920407947 ], [ -112.19918081913883, 39.39691809081836 ], [ -112.1993226557866, 39.396723807094624 ], [ -112.19951122880526, 39.396546160980876 ], [ -112.19967038765103, 39.396346292007699 ], [ -112.19980663597318, 39.396097102155373 ], [ -112.19985967087437, 39.395871296309195 ], [ -112.19973335828563, 39.395615803902437 ], [ -112.19964837884693, 39.39540043172056 ], [ -112.19962106802498, 39.395161938923856 ], [ -112.19968261248985, 39.395026148935408 ], [ -112.19982666643756, 39.394961590824465 ], [ -112.20001220660758, 39.394946161564256 ], [ -112.20024519311207, 39.394988809819196 ], [ -112.20040859264624, 39.395036680841621 ], [ -112.20051920354173, 39.395053560154437 ], [ -112.20067610303082, 39.395060951277337 ], [ -112.20090235807409, 39.395049605554604 ], [ -112.20134039627644, 39.394927948330839 ], [ -112.20159041501314, 39.394880314452436 ], [ -112.20214184640443, 39.394870112391402 ], [ -112.20262577906254, 39.394986750470729 ], [ -112.20289414090426, 39.395060563945655 ], [ -112.20315182112881, 39.395188549390092 ], [ -112.2036993845749, 39.395291009348831 ], [ -112.2041179918146, 39.395322718729169 ], [ -112.20467430164074, 39.395258392036332 ], [ -112.20491069483158, 39.395161335184895 ], [ -112.20516976623453, 39.395032506688572 ], [ -112.20548696769944, 39.394907580451481 ], [ -112.20581192765532, 39.394896103374307 ], [ -112.20614119043749, 39.394864758004253 ], [ -112.20643254112446, 39.394857231785728 ], [ -112.20677544442236, 39.394876201133407 ], [ -112.20738617026561, 39.39493744192378 ], [ -112.20764081333144, 39.394888846028962 ], [ -112.20795755897245, 39.394737787789431 ], [ -112.20815808810661, 39.394581628430082 ], [ -112.20830585572267, 39.39439628258166 ], [ -112.20838285558108, 39.394147698138838 ], [ -112.20835582651395, 39.393927225269358 ], [ -112.20824047569849, 39.393635586891833 ], [ -112.20809076075024, 39.393371336299275 ], [ -112.2078528856629, 39.393112506023826 ], [ -112.20765387408828, 39.392952385710977 ], [ -112.20743636453055, 39.392796962214774 ], [ -112.20732311585095, 39.392626940814324 ], [ -112.20722062402241, 39.392407250721142 ], [ -112.20706990650734, 39.392084441820906 ], [ -112.20692662541448, 39.391856164291525 ], [ -112.20679023682617, 39.391690887569659 ], [ -112.20672319928352, 39.391506870636178 ], [ -112.20667443378056, 39.391439798776197 ], [ -112.20650979446005, 39.391252288832206 ], [ -112.2061454605761, 39.390999271488951 ], [ -112.20598663100368, 39.390879278230649 ], [ -112.2056931238626, 39.390693102897721 ], [ -112.2053649433868, 39.390516296420124 ], [ -112.2050846752955, 39.39035701343407 ], [ -112.20483714867946, 39.390210906225697 ], [ -112.20435641760388, 39.389941067839253 ], [ -112.20401733092639, 39.389804917028073 ], [ -112.20368946838252, 39.389646123186374 ], [ -112.2034958940008, 39.389530991121546 ], [ -112.20334465717249, 39.389446957088722 ], [ -112.20295294401942, 39.389288821560093 ], [ -112.20250326003566, 39.389203366811806 ], [ -112.2022112378459, 39.389102765659018 ], [ -112.20198330352584, 39.388947439468737 ], [ -112.20191163406288, 39.388898622912457 ], [ -112.20164661382519, 39.38867970559577 ], [ -112.2013825531385, 39.388516642010416 ], [ -112.20110121824389, 39.38836186548442 ], [ -112.20072546358656, 39.388117959139251 ], [ -112.20056580061973, 39.387948409929528 ], [ -112.200468910255, 39.387715140221502 ], [ -112.20033100144165, 39.387459767713111 ], [ -112.2002170070824, 39.387244694970029 ], [ -112.19993793556897, 39.386882653750774 ], [ -112.19973772173195, 39.386718026761805 ], [ -112.1993798573564, 39.386500962551608 ], [ -112.19915704411265, 39.386372608994719 ], [ -112.19895195396562, 39.386262093100441 ], [ -112.19872356883508, 39.386147311675373 ], [ -112.19841345732675, 39.386006340559163 ], [ -112.19815009211848, 39.385882907940221 ], [ -112.1978881198021, 39.385772975932468 ], [ -112.19757769764233, 39.38568156280256 ], [ -112.19729273327403, 39.385652959452891 ], [ -112.19712958871612, 39.385618596791339 ], [ -112.19672653234423, 39.38547407228814 ], [ -112.19643849219325, 39.38526529102792 ], [ -112.19624301896771, 39.385037536551899 ], [ -112.19612888738544, 39.384813450670237 ], [ -112.19603147804079, 39.384548646075601 ], [ -112.19597485466367, 39.384292432498611 ], [ -112.19590593081941, 39.383995798632817 ], [ -112.19585024634395, 39.383794538604768 ], [ -112.19574190719069, 39.383569491705373 ], [ -112.19551595870527, 39.383256450544771 ], [ -112.19516987913339, 39.383115840205512 ], [ -112.19494320901939, 39.383032569915585 ], [ -112.1944111703215, 39.382812773690304 ], [ -112.1942461911254, 39.382670301229041 ], [ -112.19415751358154, 39.382576602475986 ], [ -112.19408044496521, 39.382482784507658 ], [ -112.19399068377372, 39.382393601933153 ], [ -112.19390332129556, 39.382308899861265 ], [ -112.19365928161227, 39.381955493905473 ], [ -112.19355631170095, 39.381704259664694 ], [ -112.19347106221632, 39.381470864304788 ], [ -112.19330538239012, 39.381286949888825 ], [ -112.19293420871296, 39.38096728357192 ], [ -112.19270081311542, 39.380897593364281 ], [ -112.19247352880599, 39.380845860812045 ], [ -112.19233369117987, 39.380815757635418 ], [ -112.1918447584017, 39.380739673818809 ], [ -112.19150803790303, 39.380738617481214 ], [ -112.19099780368747, 39.38077537802797 ], [ -112.19039554320436, 39.380862635046292 ], [ -112.19028549260487, 39.380877276549157 ], [ -112.19006958895324, 39.380811907283935 ], [ -112.19030136395241, 39.380444615774124 ], [ -112.19047823258204, 39.38026259848629 ], [ -112.19064349199249, 39.380080699732765 ], [ -112.19072046384107, 39.379827621255487 ], [ -112.19069349692991, 39.379607142816489 ], [ -112.19070371466489, 39.379183550153776 ], [ -112.19084475965714, 39.378943331399455 ], [ -112.19099894288033, 39.378793081838047 ], [ -112.19121451960139, 39.378498037344883 ], [ -112.19142406078926, 39.378189538672245 ], [ -112.19158274307007, 39.377962653976581 ], [ -112.19167133260508, 39.377710356866245 ], [ -112.19173690494868, 39.377470008946638 ], [ -112.19189412906998, 39.377157540066939 ], [ -112.19208221010452, 39.376952879472817 ], [ -112.19226410301862, 39.37672575601475 ], [ -112.19242239615239, 39.376476348166186 ], [ -112.19254569657379, 39.376217387338194 ], [ -112.19260030088729, 39.376014994945358 ], [ -112.19262594724566, 39.375816503508702 ], [ -112.19261600429193, 39.375573324916722 ], [ -112.19256650819734, 39.375393624459001 ], [ -112.19252304604453, 39.375227377714687 ], [ -112.19253050367148, 39.375051598670815 ], [ -112.19284297333839, 39.374584360509836 ], [ -112.19311191290799, 39.374356343239889 ], [ -112.19337031715527, 39.374191506142509 ], [ -112.19350226724023, 39.374100048800308 ], [ -112.19391148745115, 39.373929158184318 ], [ -112.1941469039661, 39.373778070833673 ], [ -112.19446195796554, 39.373531556374473 ], [ -112.19464979160715, 39.373313378545035 ], [ -112.19480088309172, 39.372982947816951 ], [ -112.19486026853104, 39.372721036615751 ], [ -112.19480900289292, 39.372437735703699 ], [ -112.19479386390593, 39.372230652127158 ], [ -112.19485432379093, 39.372031802619539 ], [ -112.19496716807569, 39.371841425485307 ], [ -112.19496928554598, 39.371625154291728 ], [ -112.19483296540137, 39.371459861951877 ], [ -112.19471947570167, 39.371271809038028 ], [ -112.19473961835253, 39.371091394320203 ], [ -112.19493155884967, 39.370774059470506 ], [ -112.19489312977791, 39.370562709833521 ], [ -112.19476169399098, 39.370343304835622 ], [ -112.19458367895645, 39.370115367506884 ], [ -112.19451485320479, 39.369823236214806 ], [ -112.19454909600675, 39.369516531172565 ], [ -112.19459008140407, 39.369128663303016 ], [ -112.19463663010872, 39.368794800667089 ], [ -112.19462576067073, 39.368497569116066 ], [ -112.19456869633864, 39.368214327415309 ], [ -112.19456851255396, 39.367862923726861 ], [ -112.19462751122215, 39.367578490411667 ], [ -112.19470979854478, 39.36729832313911 ], [ -112.1947640832267, 39.367077911979734 ], [ -112.19476999335534, 39.36674356542018 ], [ -112.1947990541038, 39.366405376965744 ], [ -112.19481208744756, 39.366148446682409 ], [ -112.19478869086561, 39.365797281236546 ], [ -112.19475530066903, 39.365540827609898 ], [ -112.19472748338484, 39.365270801136077 ], [ -112.19465849951595, 39.365037238922966 ], [ -112.19449845400537, 39.364773075083292 ], [ -112.19420432051936, 39.364541823655266 ], [ -112.19388796469408, 39.364436945149343 ], [ -112.19359095604983, 39.364309341304846 ], [ -112.19338059705677, 39.364225900078729 ], [ -112.1929308664439, 39.364059313918084 ], [ -112.19235667447815, 39.363740824523923 ], [ -112.19206912094164, 39.363554552212406 ], [ -112.19185058958278, 39.363331530586841 ], [ -112.19172559258539, 39.36314809746321 ], [ -112.19164654348596, 39.362936261386608 ], [ -112.19165975648902, 39.362689240864803 ], [ -112.1917134963852, 39.362436399036248 ], [ -112.19181892399438, 39.362151491344555 ], [ -112.19201503364421, 39.361738607845218 ], [ -112.19197694058462, 39.361546175280992 ], [ -112.19188683873062, 39.361366890006849 ], [ -112.19181345606746, 39.361146886562551 ], [ -112.19178856145726, 39.361048027011421 ], [ -112.19176946948731, 39.3609491080231 ], [ -112.19177113801214, 39.360705809813176 ], [ -112.19179342951109, 39.360651519031279 ], [ -112.1919801661151, 39.360370283530791 ], [ -112.19220736553996, 39.360079622753432 ], [ -112.19225745531699, 39.359885385666935 ], [ -112.19226748713092, 39.359587939245088 ], [ -112.1923696451733, 39.359384158176837 ], [ -112.19246949320316, 39.359112822583022 ], [ -112.19247696180973, 39.358869464863737 ], [ -112.192360436087, 39.358501231939158 ], [ -112.19223034534971, 39.35829082012355 ], [ -112.1921309107238, 39.357971969099601 ], [ -112.19204408895213, 39.357643978347177 ], [ -112.19199200506299, 39.357311126465405 ], [ -112.19195855334624, 39.357050167026642 ], [ -112.19192548467855, 39.356811729686669 ], [ -112.19181476772508, 39.356443436559772 ], [ -112.19169535611836, 39.356246430299421 ], [ -112.19159327514686, 39.356044741232083 ], [ -112.1914783661048, 39.355771100056948 ], [ -112.19138697251783, 39.355515238837356 ], [ -112.19134787500559, 39.35526334735318 ], [ -112.19141733385948, 39.354911229816146 ], [ -112.19155886534236, 39.354702540985166 ], [ -112.19171138777904, 39.35445769773635 ], [ -112.19186375607903, 39.354203845440061 ], [ -112.19197612178918, 39.353986444387637 ], [ -112.19206466648222, 39.353733245556796 ], [ -112.19213457976147, 39.353408154141434 ], [ -112.19220968183872, 39.353046967817548 ], [ -112.19226799007006, 39.3527219951864 ], [ -112.19230973447102, 39.352446749556698 ], [ -112.19236277596755, 39.352153367298619 ], [ -112.19237597006301, 39.351905445430468 ], [ -112.19238977665543, 39.351693558975519 ], [ -112.19239213275753, 39.351490800266284 ], [ -112.19240052033906, 39.351301495386508 ], [ -112.19239447130771, 39.350945645545394 ], [ -112.19231499081948, 39.350707683620904 ], [ -112.19226643338162, 39.350582035150062 ], [ -112.19209375612083, 39.350254923585787 ], [ -112.19196739271656, 39.350057988567919 ], [ -112.19168859271934, 39.34970042680753 ], [ -112.19148897804722, 39.349495230911394 ], [ -112.1911984136092, 39.349196356163226 ], [ -112.19093099474603, 39.348825160354451 ], [ -112.19079289464004, 39.34855175543462 ], [ -112.19067220019635, 39.348278172247035 ], [ -112.19058509258727, 39.347932161847417 ], [ -112.19058035303151, 39.34765288694387 ], [ -112.1905800390127, 39.347292472856324 ], [ -112.19066559947905, 39.346863601910954 ], [ -112.19077116247034, 39.346587703582323 ], [ -112.19085474255166, 39.346384113574842 ], [ -112.19105213146401, 39.346048707463893 ], [ -112.19143569581225, 39.34574293162256 ], [ -112.19166591198737, 39.345632449237314 ], [ -112.19209092217724, 39.345375804221256 ], [ -112.19227876665195, 39.345162134657336 ], [ -112.19243570520341, 39.34483705207434 ], [ -112.19251216042504, 39.344556044111187 ], [ -112.19251367430799, 39.344303736396625 ], [ -112.19244542108305, 39.344043133126213 ], [ -112.19228274266139, 39.343688887648206 ], [ -112.191941302804, 39.343399546014169 ], [ -112.19187588371454, 39.343305606430576 ], [ -112.19174496956167, 39.343113222704936 ], [ -112.19151505538615, 39.342899326373839 ], [ -112.19145047869782, 39.342854935326784 ], [ -112.19088318772982, 39.342590428622231 ], [ -112.19063161770525, 39.342467757550274 ], [ -112.19046069746376, 39.342310922332395 ], [ -112.19035887055287, 39.342122744660188 ], [ -112.19021697205233, 39.341966513261312 ], [ -112.19002448385201, 39.341837830324629 ], [ -112.18970762627238, 39.341696902873366 ], [ -112.1894793264446, 39.341577595552558 ], [ -112.18916767652679, 39.341332993297982 ], [ -112.18901334082624, 39.341127330037622 ], [ -112.18894037151189, 39.340929845779627 ], [ -112.18890510886399, 39.340560777836615 ], [ -112.18900412113702, 39.340240796581625 ], [ -112.18914958500672, 39.339923043734885 ], [ -112.18917736784866, 39.339850676291746 ], [ -112.18920232627896, 39.33961164447058 ], [ -112.18912256506543, 39.339355661778292 ], [ -112.18895167116136, 39.339199724983018 ], [ -112.18869994885532, 39.339067139651796 ], [ -112.18826312533281, 39.33869316177281 ], [ -112.18817109703507, 39.338329178244479 ], [ -112.18807538798028, 39.338158956826227 ], [ -112.18820239756614, 39.337779221350807 ], [ -112.18824411916479, 39.337570654019963 ], [ -112.18822919360392, 39.337305899209518 ], [ -112.18816172629276, 39.337090337234073 ], [ -112.18801885182185, 39.336875544988118 ], [ -112.18795062314832, 39.336614938390021 ], [ -112.18785934531743, 39.336363577443841 ], [ -112.18778539349235, 39.336107534360394 ], [ -112.18760246750404, 39.335925587932806 ], [ -112.18739043332069, 39.335737630870625 ], [ -112.18718223497579, 39.335433399444952 ], [ -112.18717888251503, 39.33523520368189 ], [ -112.18715034742624, 39.334920128894353 ], [ -112.18711745977139, 39.33469069778981 ], [ -112.18718958882738, 39.334496237288619 ], [ -112.18733147436772, 39.334310075566265 ], [ -112.18756563138905, 39.334091435588284 ], [ -112.18778902478566, 39.333922462489859 ], [ -112.18804653286973, 39.333712593680374 ], [ -112.18833410859783, 39.333565490484098 ], [ -112.1885404789503, 39.333419215894125 ], [ -112.18883255573515, 39.333195476638423 ], [ -112.18899763537404, 39.333009075956546 ], [ -112.18906586499757, 39.332927284799887 ], [ -112.18946173166707, 39.3326664417107 ], [ -112.18971617843056, 39.332618788692137 ], [ -112.19005716997978, 39.33254321884916 ], [ -112.19042739102342, 39.332480864725724 ], [ -112.19067573056213, 39.332415251170929 ], [ -112.19105083334802, 39.332298782397551 ], [ -112.19139792575635, 39.332172687655365 ], [ -112.19157551631989, 39.332108697444959 ], [ -112.19193350605221, 39.33200952090494 ], [ -112.19221070557244, 39.331935499108653 ], [ -112.19248750657165, 39.331838053555586 ], [ -112.19277567746364, 39.331726975140889 ], [ -112.19302805135152, 39.33155769500879 ], [ -112.19317114053761, 39.331443597482114 ], [ -112.19351989326169, 39.331142676589224 ], [ -112.19375486299597, 39.330973573359337 ], [ -112.19417047666347, 39.330852173816737 ], [ -112.19451061139839, 39.33072704225664 ], [ -112.19486661160367, 39.330511642277365 ], [ -112.19512370243029, 39.330279236001942 ], [ -112.19531157500627, 39.330070066199966 ], [ -112.1956194049761, 39.329751538391029 ], [ -112.19577943486614, 39.329542653848392 ], [ -112.1954649235005, 39.32953687430502 ], [ -112.19351018220216, 39.329547925454236 ], [ -112.18432622929272, 39.329488563376756 ], [ -112.17693545331451, 39.329468925174695 ], [ -112.16822166760927, 39.329426062530963 ], [ -112.16195682713624, 39.329439218347879 ], [ -112.15550592991971, 39.329426852715692 ], [ -112.14833040322195, 39.32944470836847 ], [ -112.14037196983318, 39.329477003414155 ], [ -112.13311519580958, 39.329493815725172 ], [ -112.12578264491307, 39.329488382175299 ], [ -112.11969195503188, 39.32951109341785 ], [ -112.11234771163922, 39.32950042041363 ], [ -112.10956585510087, 39.329666636588549 ], [ -112.10773272322739, 39.329666076774572 ], [ -112.10031919873975, 39.329677830232555 ], [ -112.0919832213574, 39.329684253775994 ], [ -112.08936726700774, 39.329704262296744 ], [ -112.08161114917583, 39.329695503516611 ], [ -112.0722366910254, 39.329696642520645 ], [ -112.07217430206362, 39.327890605310841 ], [ -112.07216266544857, 39.323709822923227 ], [ -112.07214923859429, 39.319335327341818 ], [ -112.07213343127484, 39.314956345217851 ], [ -112.06483185655259, 39.314982820500376 ], [ -112.05863685781986, 39.315007789596415 ], [ -112.0533026286075, 39.315038159023651 ], [ -112.05327773336707, 39.314538297914531 ], [ -112.04821465716432, 39.314547958972106 ], [ -112.04136520654619, 39.314555373545474 ], [ -112.02927814740063, 39.314536730826021 ], [ -112.01846099820665, 39.314501223356501 ], [ -112.01579296969376, 39.314492999292234 ], [ -112.0156781225145, 39.30935796459125 ], [ -112.01561037962641, 39.307078874703457 ], [ -112.01584540775478, 39.301674967944344 ], [ -112.01616418362336, 39.295247620226824 ], [ -112.01626320239166, 39.292872458189407 ], [ -112.01618328962729, 39.290151948078311 ], [ -112.01602309210232, 39.285485841427928 ], [ -112.01603367963672, 39.281403932016453 ], [ -112.01603969890574, 39.278610581474616 ], [ -112.01608109507887, 39.26903640669687 ], [ -112.0160854890763, 39.258583999183173 ], [ -112.01608432128336, 39.249992328480161 ], [ -112.01607772248943, 39.227447612670446 ], [ -112.01614163636333, 39.198130613400586 ], [ -112.01571465634117, 39.185366073564573 ], [ -112.01543145050094, 39.175339534181234 ], [ -112.01516972760874, 39.166799573563395 ], [ -112.01487931416472, 39.153840039790097 ], [ -112.01478065839632, 39.14858307786082 ], [ -112.01461820618732, 39.14049275519401 ], [ -112.01448621862328, 39.132505780966561 ], [ -112.01443618612961, 39.124986647976691 ], [ -112.01434319814032, 39.113259795023787 ], [ -112.01429777668744, 39.108074420659001 ], [ -112.01417428252468, 39.090981796995209 ], [ -112.01415083741225, 39.078848779750707 ], [ -112.01413869813709, 39.069198158649407 ], [ -112.01415324304449, 39.060844869640277 ], [ -112.01414858800607, 39.053248658395695 ], [ -112.01415472853989, 39.045517178779029 ], [ -112.01398714810161, 39.032258946292174 ], [ -112.01407317941188, 39.027365216825778 ], [ -112.01413413588951, 39.024355005647735 ], [ -112.01905474722628, 39.0243166261345 ], [ -112.0189252037936, 39.015775303739815 ], [ -112.018749214606, 39.003026214177304 ], [ -112.01878338432513, 39.002187887786079 ], [ -112.01886828069496, 38.999974932130996 ], [ -112.01881825294409, 38.998177662753342 ], [ -112.0189003117644, 38.995847586575678 ], [ -112.0212039843632, 38.995845467189064 ], [ -112.028835570366, 38.995760395448833 ], [ -112.03671549413646, 38.995681629018229 ], [ -112.04325036792829, 38.995618871125743 ], [ -112.05335293139517, 38.995528095647749 ], [ -112.05652808032484, 38.995503890507983 ], [ -112.05651349963962, 38.993746869141752 ], [ -112.05648232170999, 38.990485152502295 ], [ -112.0564846067367, 38.988308963005977 ], [ -112.05874828215737, 38.988351520674193 ], [ -112.06272143124471, 38.988437047933857 ], [ -112.06583438082529, 38.988521290053448 ], [ -112.06580198038407, 38.985975964847675 ], [ -112.06553950041352, 38.970776700866857 ], [ -112.06534739458813, 38.961420447981446 ], [ -112.06529911759232, 38.959352843796317 ], [ -112.07129195487592, 38.959158311290224 ], [ -112.07405478039, 38.95906983812533 ], [ -112.08530801131825, 38.958717919235063 ], [ -112.09635346261742, 38.958371373149973 ], [ -112.10644121569658, 38.958046382491965 ], [ -112.10931925877316, 38.95795147659873 ], [ -112.11506961769206, 38.957766012172392 ], [ -112.1221409097884, 38.957549548018441 ], [ -112.12580784856939, 38.957425020512957 ], [ -112.12950625672228, 38.957320798644488 ], [ -112.13397613748776, 38.957178328014827 ], [ -112.13392328227411, 38.948068663335363 ], [ -112.13387532039779, 38.939625756983297 ], [ -112.13384378297738, 38.935399867230899 ], [ -112.14250873731987, 38.935491085884799 ], [ -112.15091515359813, 38.935575199524102 ], [ -112.15090316990968, 38.925482910109366 ], [ -112.150836603572, 38.910723390030746 ], [ -112.15082791527597, 38.906614409191413 ], [ -112.16209235351714, 38.906777660137998 ], [ -112.16920368252079, 38.906859842665575 ], [ -112.16933874449938, 38.899627077159707 ], [ -112.16951275766507, 38.889145402455284 ], [ -112.16966451608232, 38.879064928444144 ], [ -112.17883623134678, 38.879121376155538 ], [ -112.18817522518378, 38.879184412130691 ], [ -112.18828956776078, 38.874975049959673 ], [ -112.18832060457672, 38.874416043715343 ], [ -112.18842516309113, 38.872734402559324 ], [ -112.18845469771331, 38.866547952460493 ], [ -112.18845911654408, 38.864736666603896 ], [ -112.19742631393723, 38.864735172632358 ], [ -112.20733853435306, 38.864727728677856 ], [ -112.22091633520149, 38.864739748406841 ], [ -112.22493318567564, 38.86474273780501 ], [ -112.22489670979378, 38.853884706235547 ], [ -112.22487022193125, 38.845621762949271 ], [ -112.22482481962686, 38.837597802639856 ], [ -112.22836177114296, 38.837587692022964 ], [ -112.22836508773432, 38.83074367602385 ], [ -112.22837279944177, 38.822813758627049 ], [ -112.22836612430348, 38.813374606843013 ], [ -112.22832427966685, 38.801818175194093 ], [ -112.22837512660936, 38.791432207112742 ], [ -112.22838559159851, 38.781307972060361 ], [ -112.22837726454939, 38.774112576462372 ], [ -112.22836408612476, 38.765290689651813 ], [ -112.22835863667386, 38.76396609034046 ], [ -112.22016363917008, 38.763961827771666 ], [ -112.21912771745907, 38.763959122167208 ], [ -112.21907674938875, 38.754876279759053 ], [ -112.21904943081859, 38.75090258428569 ], [ -112.21904438554193, 38.749929416818446 ], [ -112.21903964599801, 38.749041853348956 ], [ -112.21798223283191, 38.749048371780752 ], [ -112.21810015045365, 38.748200080657824 ], [ -112.21819997618195, 38.746964491872205 ], [ -112.21883691242701, 38.739419892439955 ], [ -112.21920871426236, 38.735572688556701 ], [ -112.21913335360973, 38.734523655824169 ], [ -112.21875794108078, 38.727665446012971 ], [ -112.22418489114098, 38.727496097420151 ], [ -112.23285981528338, 38.727220196491103 ], [ -112.23664854485422, 38.727117097759908 ], [ -112.23664661426412, 38.726004220247312 ], [ -112.23664825271034, 38.725431984058673 ], [ -112.23665074939032, 38.724575882093418 ], [ -112.23661644802877, 38.720917647019583 ], [ -112.23659789103841, 38.719840989565782 ], [ -112.24142350848548, 38.719789844773196 ], [ -112.24147885418186, 38.718401512717037 ], [ -112.24149382638903, 38.717937270321833 ], [ -112.24161249098309, 38.713826842985938 ], [ -112.24164793129079, 38.712551362648227 ], [ -112.24458585484484, 38.712511111952864 ], [ -112.25077146010943, 38.712386524478049 ], [ -112.25331702056883, 38.712337635573235 ], [ -112.25551411756851, 38.71229063171117 ], [ -112.25554734047803, 38.710902530538164 ], [ -112.2555845622264, 38.707770693464262 ], [ -112.25561446844522, 38.705535561360605 ], [ -112.25561698391611, 38.705021888171352 ], [ -112.25726183916822, 38.70504025705231 ], [ -112.26274744121031, 38.705039712272431 ], [ -112.26845189648157, 38.705059064120242 ], [ -112.27400663323954, 38.705066252068619 ], [ -112.27402767411003, 38.703335848600105 ], [ -112.27405669514204, 38.701407108474285 ], [ -112.27953138326589, 38.701455458775605 ], [ -112.2832577441947, 38.701482203773651 ], [ -112.2832698842718, 38.699909594856798 ], [ -112.28331948283964, 38.691424883991679 ], [ -112.28338931933253, 38.686968010511819 ], [ -112.28685604559428, 38.68698397783384 ], [ -112.28793690292756, 38.686990100426911 ], [ -112.29109309966182, 38.687000350633582 ], [ -112.29108467584078, 38.685572146738572 ], [ -112.29107900661636, 38.684617007431783 ], [ -112.29107406580516, 38.683382508361511 ], [ -112.29719220633126, 38.683422933846145 ], [ -112.30353202330106, 38.683451556752331 ], [ -112.30986132631429, 38.683470942190347 ], [ -112.30983758258205, 38.680907485297595 ], [ -112.30980497216333, 38.677226721140954 ], [ -112.3097822285776, 38.676294302591266 ], [ -112.31080356594794, 38.676260330358353 ], [ -112.31217199712628, 38.676222455024146 ], [ -112.31453910274615, 38.676168836052263 ], [ -112.3174232309843, 38.676100334307925 ], [ -112.31902594838751, 38.676050727788763 ], [ -112.32215948740811, 38.67610545432423 ], [ -112.32642133707012, 38.676192360718282 ], [ -112.33078341445554, 38.676228408829786 ], [ -112.33585896235128, 38.676242628984014 ], [ -112.34157220362951, 38.676240303286022 ], [ -112.34653178039574, 38.676200421393482 ], [ -112.35206560651852, 38.676438448109081 ], [ -112.35651870435333, 38.676667127209761 ], [ -112.35644299867485, 38.679659755775901 ], [ -112.35639566088332, 38.683850555257905 ], [ -112.36156048742339, 38.683997789342108 ], [ -112.36374494939133, 38.684062445709344 ], [ -112.36589139749289, 38.684122999631725 ], [ -112.36788495781228, 38.684063650464751 ], [ -112.36888346048613, 38.684033942972178 ], [ -112.37440750422456, 38.683906065060405 ], [ -112.37576240484069, 38.683876614829252 ], [ -112.38162310460542, 38.683739928961622 ], [ -112.38422583600978, 38.683674002973959 ], [ -112.38939586780661, 38.682899895258828 ], [ -112.39785016997124, 38.681645693798551 ], [ -112.40111734177125, 38.681169545457635 ], [ -112.40740278912469, 38.681309431604618 ], [ -112.41584492545775, 38.681505789098878 ], [ -112.41992683392206, 38.681600472786528 ], [ -112.43073620126239, 38.681396622861477 ], [ -112.4477928735989, 38.681209206819076 ], [ -112.44783385123284, 38.676739135626036 ], [ -112.44786401535642, 38.673900227014919 ], [ -112.45672081842544, 38.67389386011665 ], [ -112.46660112969391, 38.673910034724187 ], [ -112.46660877648894, 38.668088695682528 ], [ -112.46663296312151, 38.662514051351856 ], [ -112.46664328183306, 38.659076138848356 ], [ -112.47176908928425, 38.659080230521809 ], [ -112.47550990404433, 38.659078150275164 ], [ -112.47543193939585, 38.656902923500219 ], [ -112.47529879542449, 38.652709876548656 ], [ -112.47503698214075, 38.644706694808399 ], [ -112.47985037222573, 38.644654904780182 ], [ -112.48427929569974, 38.644625818639753 ], [ -112.48436327622395, 38.638393481202392 ], [ -112.48440272500375, 38.633900874167445 ], [ -112.48443641218803, 38.63052122708924 ], [ -112.48450471486028, 38.624920764196901 ], [ -112.48461227816084, 38.615096214128265 ], [ -112.48458172722611, 38.606927874122583 ], [ -112.48453398414647, 38.600431337507992 ], [ -112.49384613631877, 38.600393916139872 ], [ -112.50076925358201, 38.600332353586211 ], [ -112.50165350795602, 38.600334525030298 ], [ -112.50249174759155, 38.600332775054056 ], [ -112.50304298308939, 38.600334706340362 ], [ -112.50304999626377, 38.59929471432693 ], [ -112.50305659630529, 38.598234902624213 ], [ -112.50302616686444, 38.593472828064542 ], [ -112.50296540534025, 38.587530659319796 ], [ -112.50292703908676, 38.58211085305657 ], [ -112.50291192641581, 38.576704260386634 ], [ -112.5028486746421, 38.571190145351871 ], [ -112.50393922424409, 38.571194158479855 ], [ -112.50593078889274, 38.571195581987027 ], [ -112.50895533501448, 38.571192668367793 ], [ -112.5122092932595, 38.571182206718547 ], [ -112.51285544077199, 38.571615410005592 ], [ -112.51539395173077, 38.572845051110107 ], [ -112.52057823767302, 38.572866115471385 ], [ -112.53252687592838, 38.57288146680402 ], [ -112.54995887651859, 38.572894290297086 ], [ -112.56589621514389, 38.572849731272072 ], [ -112.57612247410668, 38.572789044413227 ], [ -112.57919260790939, 38.572769281875267 ], [ -112.59645051383519, 38.572752293303289 ], [ -112.60705630472032, 38.572727878532831 ], [ -112.61786852600414, 38.572696043720313 ], [ -112.62578121532137, 38.572613415769403 ], [ -112.65578284032095, 38.572458592390269 ], [ -112.67419260107359, 38.57237688213511 ], [ -112.69634996788103, 38.572292976034362 ], [ -112.71937474858143, 38.572294856622761 ], [ -112.75079628840162, 38.572688616279336 ], [ -112.76589436357631, 38.572611332257217 ], [ -112.79076333415162, 38.572647001722828 ], [ -112.80597232350263, 38.572649350964319 ], [ -112.81480497674457, 38.572649665593211 ], [ -112.83754807228142, 38.572641652704164 ], [ -112.84034985581087, 38.572638170538539 ], [ -112.87577204149413, 38.572593831937219 ], [ -112.89512246070798, 38.572561373457255 ], [ -112.91423281815229, 38.572525134074866 ], [ -112.93391716444044, 38.57249430705459 ], [ -112.95526015128374, 38.572467603098296 ], [ -112.97508698624674, 38.57240583629936 ], [ -113.0007721792818, 38.572717348790441 ], [ -113.00540949715405, 38.572722661997766 ], [ -113.01335182879518, 38.572703406747799 ], [ -113.02663715072565, 38.572682197630144 ], [ -113.04539136768638, 38.572647803167996 ], [ -113.06778919263522, 38.572632566144406 ], [ -113.0750673539446, 38.572630764778964 ], [ -113.08908294051102, 38.572623744455754 ], [ -113.10679738811338, 38.572640406860444 ], [ -113.12580478208476, 38.572598461132095 ], [ -113.13825213471183, 38.572583390635188 ], [ -113.15259914934219, 38.572571705735044 ], [ -113.16630959902265, 38.572576354896896 ], [ -113.18209202583795, 38.572589426956029 ], [ -113.19782342198155, 38.572623852181081 ], [ -113.21405932204381, 38.572642107745217 ], [ -113.2320107018098, 38.572647017363366 ], [ -113.25080092197443, 38.572684393376072 ], [ -113.27317514333572, 38.572634748381965 ], [ -113.28709164040033, 38.572629330011303 ], [ -113.30332708929488, 38.572639694157672 ], [ -113.31870186793283, 38.572655852817029 ], [ -113.33529440928925, 38.57267271686414 ], [ -113.35600403830279, 38.57265844544262 ], [ -113.37583751204087, 38.572703350542476 ], [ -113.38594434433296, 38.572695885066203 ], [ -113.40492817658142, 38.572699114179287 ], [ -113.42313660233816, 38.572683785867497 ], [ -113.44481675892008, 38.572665196973588 ], [ -113.4663895804576, 38.572698907659664 ], [ -113.4821714920848, 38.572716499661297 ], [ -113.5008661753934, 38.572664318297356 ], [ -113.6258479132932, 38.572548346153646 ], [ -113.75083492049504, 38.574158066661333 ], [ -113.75457003688574, 38.574141337883361 ], [ -113.76964279647501, 38.574083609598937 ], [ -113.79071157278098, 38.574010761094151 ], [ -113.81225053326074, 38.57393181496608 ], [ -113.83221608271693, 38.573828444142571 ], [ -113.84328386541608, 38.573789649026409 ], [ -113.85434583812501, 38.573749946205474 ], [ -113.87581978112314, 38.57363382798637 ], [ -113.90011690272428, 38.573520366538268 ], [ -113.91926385427968, 38.573480062022789 ], [ -113.93834164852905, 38.573434749695018 ], [ -113.94803736355466, 38.573388952308953 ], [ -113.95773856191239, 38.573337706038075 ], [ -113.97650542239255, 38.573271494376385 ], [ -114.00080925639966, 38.573199962479237 ], [ -114.01230095452392, 38.573157683794264 ], [ -114.02460091036684, 38.573096975456153 ], [ -114.03785929809976, 38.573041609402068 ], [ -114.0497176904868, 38.572989722959996 ], [ -114.04999873574135, 38.572986897939302 ], [ -114.04998571335216, 38.575390879154753 ], [ -114.04996996252362, 38.588981581455151 ], [ -114.04993960812907, 38.606424039997819 ], [ -114.04993293409852, 38.624960448670784 ], [ -114.04992422846196, 38.636942763672764 ], [ -114.04988792725196, 38.651520392586399 ], [ -114.04981775063261, 38.669625921944792 ], [ -114.04981639855421, 38.669864696947847 ], [ -114.04978829771166, 38.690847470884073 ], [ -114.0497782323723, 38.709811703960526 ], [ -114.04977680060378, 38.716131553459299 ], [ -114.04975663378031, 38.733767167711299 ], [ -114.04970894420077, 38.749939507177608 ], [ -114.04969051103008, 38.756665172324595 ], [ -114.04968156999948, 38.765503180750258 ], [ -114.04967309659213, 38.769760125084076 ], [ -114.04963576284048, 38.783059178735321 ], [ -114.04964885578154, 38.795512759004829 ], [ -114.04961741942152, 38.809887278325185 ], [ -114.04960023513969, 38.825157783014419 ], [ -114.04961645693247, 38.832792376250545 ], [ -114.04964601050337, 38.844539156039154 ], [ -114.0496376936926, 38.859304869055521 ], [ -114.04962048070453, 38.87493563444113 ], [ -114.04956252271241, 38.895130391612248 ], [ -114.04945689167417, 38.920799173850476 ], [ -114.04929359834806, 38.946455870600616 ], [ -114.04924284521208, 38.968565516465709 ], [ -114.04910777302223, 38.999936435438521 ], [ -114.04908662260425, 39.016103050425919 ], [ -114.04889085531345, 39.03276967726886 ], [ -114.04894642365579, 39.050708919451331 ], [ -114.0489208836394, 39.072258189532128 ], [ -114.04888836192715, 39.085186372564166 ], [ -114.04886481102842, 39.092150623346306 ], [ -114.04875170429477, 39.107495179167351 ], [ -114.04867549264095, 39.124897192946165 ], [ -114.04869314958383, 39.138170807509148 ], [ -114.04865757842103, 39.154896053722531 ], [ -114.04860935158879, 39.173598960519612 ], [ -114.04856456235756, 39.19103604457117 ], [ -114.04854479275291, 39.203693451908286 ], [ -114.04851635087604, 39.218688756875729 ], [ -114.04853615413221, 39.235461933505924 ], [ -114.04849787320133, 39.249952966992687 ], [ -114.0485294288038, 39.260838788982781 ], [ -114.04848715887285, 39.272023807210253 ], [ -114.04844571695551, 39.283893424301027 ], [ -114.04845033307973, 39.296153680445421 ], [ -114.048422043473, 39.313527011169491 ], [ -114.04838830243084, 39.329968087108185 ], [ -114.04839504592024, 39.341998506062339 ], [ -114.04831023308361, 39.357922887046541 ], [ -114.0481395246692, 39.374935886078269 ], [ -114.04820403414733, 39.378950979155633 ], [ -114.04816305955937, 39.390140305691332 ], [ -114.04810556972981, 39.404545989579773 ], [ -114.04799969867069, 39.423299380196042 ], [ -114.04793412086499, 39.445366684631281 ], [ -114.04793489008401, 39.461491303394716 ], [ -114.04791611268253, 39.472905138313095 ], [ -114.04788953291525, 39.47801796283116 ], [ -114.04785943532754, 39.48304980314149 ], [ -114.04782995233799, 39.499932724152906 ], [ -114.04772545991234, 39.519482176208427 ], [ -114.04766414056552, 39.539080893826025 ], [ -114.04765654445521, 39.542760894288769 ], [ -114.03521325341086, 39.542762500896011 ], [ -114.02413254000024, 39.54279485645106 ], [ -114.01093716880166, 39.542894511667832 ], [ -114.00298063723721, 39.542933881358358 ], [ -114.00082845135211, 39.542939969745937 ], [ -113.98165408072445, 39.543046505329315 ], [ -113.96353729026436, 39.543182339286247 ], [ -113.94408531426271, 39.543360907891625 ], [ -113.91756369764789, 39.543512247080521 ], [ -113.89683193919123, 39.543589813987211 ], [ -113.87784215279308, 39.543674570167745 ], [ -113.8725961195217, 39.543709858449525 ], [ -113.85970825606272, 39.54380721043546 ], [ -113.83927467312822, 39.54404370425403 ], [ -113.82111242676736, 39.544201628967741 ], [ -113.81585600407776, 39.544270635698609 ], [ -113.81586634345815, 39.54582073612292 ], [ -113.81584659538395, 39.550941605306782 ], [ -113.81586965218227, 39.552805789971032 ], [ -113.80796230065808, 39.552803565264682 ], [ -113.79691364160485, 39.552817941052396 ], [ -113.78591723206183, 39.552830010247 ], [ -113.7745707253105, 39.552817870964148 ], [ -113.76273693773699, 39.55284323897606 ], [ -113.75083711493903, 39.552670775604874 ], [ -113.71010501575333, 39.55275456129057 ], [ -113.67257486910881, 39.552741391160801 ], [ -113.63420911385468, 39.552793581845989 ], [ -113.62521922714706, 39.552789924666556 ], [ -113.59735933059109, 39.552781168675509 ], [ -113.56796221108401, 39.55274566201016 ], [ -113.53948613146174, 39.552759143339436 ], [ -113.51393403177367, 39.552697880070276 ], [ -113.5008803377106, 39.552632827357186 ], [ -113.48895391297819, 39.552524137853283 ], [ -113.47542431508035, 39.552493442374562 ], [ -113.46225704819928, 39.552507541818059 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 16, \"properties\": { \"NAME\": \"MORGAN COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2437, \"Color4\": \"1\", \"Shape_Leng\": 272291.022753, \"Shape_Area\": 1581022585.9400001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.38382771783907, 41.373941232770441 ], [ -111.38358943691374, 41.373887981525797 ], [ -111.38334966972269, 41.373785192791445 ], [ -111.38306180741033, 41.373637525526277 ], [ -111.38279780935021, 41.373480770528261 ], [ -111.38235412833892, 41.373270566304754 ], [ -111.38196431297709, 41.373069189210497 ], [ -111.38162706154756, 41.372858628854608 ], [ -111.38153227941416, 41.372804897366741 ], [ -111.38132807701916, 41.372647940703651 ], [ -111.38112382303242, 41.372481976214793 ], [ -111.3809794898043, 41.372338332071585 ], [ -111.3808109267428, 41.372140722148607 ], [ -111.38066664746955, 41.37200608505438 ], [ -111.38051056866894, 41.371898509681849 ], [ -111.38019883216568, 41.371755417945622 ], [ -111.37958142054126, 41.371482723378207 ], [ -111.37911942975666, 41.371204108981871 ], [ -111.37859160923387, 41.370913999380861 ], [ -111.37822001641715, 41.37075758770532 ], [ -111.37785372950785, 41.370691233725701 ], [ -111.37728047167673, 41.370606641280652 ], [ -111.37677767009689, 41.370505601580525 ], [ -111.3764127894471, 41.370475268935728 ], [ -111.37620943688454, 41.370462422454452 ], [ -111.37607164223559, 41.370413330861219 ], [ -111.37575407340579, 41.370292765173517 ], [ -111.3754499694745, 41.370226200476928 ], [ -111.37529886758021, 41.37015012846966 ], [ -111.37509486434188, 41.370023785955787 ], [ -111.37485635137048, 41.369926379921438 ], [ -111.37472906193383, 41.369832214324127 ], [ -111.37457910584229, 41.369747129999674 ], [ -111.37440541650598, 41.36969364941568 ], [ -111.37425595155193, 41.3696941355959 ], [ -111.37407155274525, 41.369649696969859 ], [ -111.37393204992378, 41.369510532011454 ], [ -111.37387624766329, 41.369371094979826 ], [ -111.37385977519983, 41.369209011065607 ], [ -111.37382768127772, 41.369033466437521 ], [ -111.3737667359696, 41.368830992597694 ], [ -111.37374202288831, 41.368691454505218 ], [ -111.37374730548267, 41.368569834262615 ], [ -111.37371602130358, 41.368326729680106 ], [ -111.37363796618172, 41.368268433495601 ], [ -111.37348229420498, 41.3682284044556 ], [ -111.37330304323889, 41.368247001332463 ], [ -111.37305805474445, 41.368270314870273 ], [ -111.37285476109233, 41.368266469894493 ], [ -111.37269347094839, 41.368289511446626 ], [ -111.37255009041614, 41.36830799097676 ], [ -111.37240635025704, 41.368263418034964 ], [ -111.37223235859517, 41.368155889308632 ], [ -111.37202247115606, 41.368043972544783 ], [ -111.37163269308589, 41.367838056269427 ], [ -111.37136905313091, 41.367735319515575 ], [ -111.37110520927094, 41.367596552260807 ], [ -111.37084128981074, 41.367444273182919 ], [ -111.37068493130936, 41.367282639442855 ], [ -111.37053488923011, 41.367180435563533 ], [ -111.37038445428585, 41.367008873930871 ], [ -111.37023410183181, 41.366851724053134 ], [ -111.37010786758296, 41.366730526968787 ], [ -111.36992767587856, 41.366582480282702 ], [ -111.36965150077327, 41.366376191997652 ], [ -111.36947173910409, 41.366303807383709 ], [ -111.36911785416417, 41.366098668033096 ], [ -111.36896145227253, 41.365928024404738 ], [ -111.36884135302104, 41.365833829161367 ], [ -111.36860184181754, 41.365767039248787 ], [ -111.36845233493749, 41.365758510376011 ], [ -111.3681887337389, 41.365660269982925 ], [ -111.36797845524367, 41.365476285898488 ], [ -111.36786980732806, 41.365291976595508 ], [ -111.36777832871387, 41.364971596914486 ], [ -111.3677165997249, 41.364625900687635 ], [ -111.36760709217013, 41.364288463914647 ], [ -111.36755761996469, 41.363995873507925 ], [ -111.36751392354428, 41.363667234041621 ], [ -111.36749500117456, 41.363491645395854 ], [ -111.36744458763881, 41.363031515699149 ], [ -111.36738876429236, 41.36267228885125 ], [ -111.36726722995282, 41.362321378559031 ], [ -111.36727216966599, 41.362136706033596 ], [ -111.36725286860876, 41.361893561153678 ], [ -111.36713794714557, 41.361655225170892 ], [ -111.36693454786472, 41.361628850929726 ], [ -111.36664771145402, 41.361647780423269 ], [ -111.36636682748139, 41.36166218642866 ], [ -111.3661397896476, 41.361684527331931 ], [ -111.36589625074491, 41.361749256196887 ], [ -111.3656500126405, 41.361759046470787 ], [ -111.36508844450528, 41.361823882883947 ], [ -111.36470598060991, 41.361846713924706 ], [ -111.36436532146467, 41.361862205225876 ], [ -111.36407258065319, 41.361894658467307 ], [ -111.36378524557992, 41.361824406690502 ], [ -111.36354487945657, 41.361815257837826 ], [ -111.36322914698526, 41.361798239497588 ], [ -111.36294781112444, 41.361731569751711 ], [ -111.36263646146698, 41.36164247477538 ], [ -111.36207449182116, 41.361635236561938 ], [ -111.36159648667363, 41.361677273882165 ], [ -111.36123181150745, 41.361673915302653 ], [ -111.36090935472687, 41.361737980539552 ], [ -111.36035866632143, 41.361825278877681 ], [ -111.3601151409417, 41.36189359852952 ], [ -111.35985846366908, 41.361961958791582 ], [ -111.35945248688738, 41.362057807845851 ], [ -111.35889703620282, 41.36214961788761 ], [ -111.35782234310005, 41.362396170888474 ], [ -111.35757881290539, 41.362464485185669 ], [ -111.35714754981402, 41.362528877904523 ], [ -111.3565563223698, 41.362638802966487 ], [ -111.35614971765352, 41.362621145952026 ], [ -111.35570144889992, 41.362636944581055 ], [ -111.35518136595542, 41.36263855089053 ], [ -111.35435674876629, 41.362704146490614 ], [ -111.35389671333783, 41.362755104147368 ], [ -111.35356221479095, 41.362805674354767 ], [ -111.35326911831997, 41.362774146911271 ], [ -111.35292818371782, 41.362740063142887 ], [ -111.35261110787027, 41.362695996851066 ], [ -111.352204460056, 41.362670219145315 ], [ -111.35176814099678, 41.362685065117276 ], [ -111.35129592966713, 41.362695515179254 ], [ -111.35077001798254, 41.362725043054716 ], [ -111.35071623554438, 41.362728810028827 ], [ -111.35029172676037, 41.362716591466288 ], [ -111.34992670834845, 41.362650144573671 ], [ -111.34939397042633, 41.362521152302271 ], [ -111.34901061106704, 41.362378193166066 ], [ -111.34868046019636, 41.362347667162716 ], [ -111.34833493510055, 41.362348713519509 ], [ -111.34791021328513, 41.362295952392017 ], [ -111.34751473489283, 41.362121498126264 ], [ -111.34699924590417, 41.361861831737805 ], [ -111.34681299848108, 41.361686743980954 ], [ -111.346603007864, 41.361543254204477 ], [ -111.34638701643, 41.361395278276852 ], [ -111.34624206782351, 41.361116477279097 ], [ -111.34621693914676, 41.360886857766452 ], [ -111.34628578224631, 41.360566878997631 ], [ -111.34638118947336, 41.360296362309903 ], [ -111.34649293225138, 41.359950132064313 ], [ -111.34661747994218, 41.359764199356505 ], [ -111.34668151337175, 41.359664922292026 ], [ -111.34667599031086, 41.359525320298744 ], [ -111.34662125918888, 41.359349835905135 ], [ -111.34638734680719, 41.359202814655028 ], [ -111.34614756760487, 41.359076528176253 ], [ -111.34559000269881, 41.358767439755624 ], [ -111.34538057180941, 41.358727534019053 ], [ -111.34493720588114, 41.35853519915598 ], [ -111.34463770834127, 41.358418996907481 ], [ -111.34431453892347, 41.358347902980107 ], [ -111.34396141120222, 41.358263386201507 ], [ -111.3436742271317, 41.358214702056308 ], [ -111.34326120702788, 41.358107842823244 ], [ -111.34294975930831, 41.357991671811682 ], [ -111.34271609155294, 41.357888779842469 ], [ -111.34235042328186, 41.357691699741203 ], [ -111.34202090515868, 41.357548556985648 ], [ -111.34176340112782, 41.357459245393841 ], [ -111.34155960104127, 41.357351758534662 ], [ -111.34136128493903, 41.357149674636801 ], [ -111.34124691317052, 41.356996883633407 ], [ -111.34110862746044, 41.35684326262804 ], [ -111.34101256992903, 41.356763379134961 ], [ -111.34093448722375, 41.356691549205649 ], [ -111.3407663205146, 41.356538917061883 ], [ -111.34067567295145, 41.356350024585957 ], [ -111.34058511982488, 41.356179147071892 ], [ -111.34045783463816, 41.355841736438713 ], [ -111.34023467910188, 41.355459570804243 ], [ -111.34007272423959, 41.355351056784954 ], [ -111.33980337529903, 41.35528069185218 ], [ -111.33963584697308, 41.355249659556989 ], [ -111.33943866629896, 41.3552637527849 ], [ -111.33923002198115, 41.355372459908288 ], [ -111.33904540310265, 41.355503615027935 ], [ -111.33874754102723, 41.355698156851133 ], [ -111.33858061892833, 41.355784220826514 ], [ -111.33822830507833, 41.355852814235639 ], [ -111.33787585073972, 41.355894383997153 ], [ -111.33739789457896, 41.355940824510185 ], [ -111.33700359764771, 41.355982514262415 ], [ -111.33679473801796, 41.356050683121701 ], [ -111.33647233091739, 41.35612368746046 ], [ -111.33627542041489, 41.356190919674766 ], [ -111.33617397168122, 41.356223643633555 ], [ -111.33594669190632, 41.356197284325653 ], [ -111.33567780200313, 41.356216084243513 ], [ -111.33524747614604, 41.356226346250118 ], [ -111.33485933812852, 41.356304041356019 ], [ -111.33429206135767, 41.356418286277851 ], [ -111.33409533654886, 41.35652244562764 ], [ -111.33380922581257, 41.356680909898166 ], [ -111.33349931884095, 41.356861961562664 ], [ -111.33317858180664, 41.357029532253499 ], [ -111.33298084151234, 41.357169723266352 ], [ -111.33285575042113, 41.357255657887649 ], [ -111.33255202189933, 41.357477223581867 ], [ -111.3323802133865, 41.357545277350866 ], [ -111.33221171621105, 41.357559275353381 ], [ -111.33201418357, 41.357505799438762 ], [ -111.33185837940272, 41.357429683717918 ], [ -111.3312878217788, 41.356899875651941 ], [ -111.33110169900213, 41.356738273399273 ], [ -111.33088514260301, 41.356468666420504 ], [ -111.33070458912073, 41.356225978552636 ], [ -111.33056044808144, 41.356091277742529 ], [ -111.3303439871555, 41.355839684760092 ], [ -111.33019950629865, 41.355637427000033 ], [ -111.33000763997012, 41.355520877726093 ], [ -111.32985184287122, 41.355444759236185 ], [ -111.32960652271552, 41.355395919947782 ], [ -111.32934338903027, 41.355370551035939 ], [ -111.32914597423665, 41.355338688222723 ], [ -111.32888247370103, 41.35524035723946 ], [ -111.32870836149797, 41.355087724400185 ], [ -111.32831802712539, 41.354728532074986 ], [ -111.32803551321518, 41.354414069447799 ], [ -111.32784308939293, 41.354184922320243 ], [ -111.32760986397801, 41.353924364187677 ], [ -111.32742829226639, 41.353713200782614 ], [ -111.32723578242702, 41.353466037521898 ], [ -111.32710911256069, 41.353236702144166 ], [ -111.32708969324565, 41.352939504355099 ], [ -111.32707653973915, 41.352699937807614 ], [ -111.32717741033417, 41.352551925356828 ], [ -111.32717632792884, 41.352335744423044 ], [ -111.32718733487911, 41.352146552115528 ], [ -111.32725166116474, 41.351862627687467 ], [ -111.32735218714555, 41.35164615776425 ], [ -111.32733292516491, 41.351380486327862 ], [ -111.32732532393366, 41.351056231862074 ], [ -111.32737776247099, 41.350785852625044 ], [ -111.32739918853201, 41.350529073083521 ], [ -111.3274290271542, 41.350281277263782 ], [ -111.32752323924905, 41.349998168332661 ], [ -111.32760018841881, 41.349848421985293 ], [ -111.32770553518283, 41.349402242332069 ], [ -111.32769750331398, 41.348992416119181 ], [ -111.32762327634632, 41.348492701598751 ], [ -111.327580851462, 41.348137019255518 ], [ -111.32759525747764, 41.347910885633787 ], [ -111.3275171856841, 41.347597640761805 ], [ -111.32732430570762, 41.347273012418754 ], [ -111.3272153067621, 41.346989580589309 ], [ -111.32718359776719, 41.346624859861031 ], [ -111.32718589441075, 41.346128530350498 ], [ -111.32720258857992, 41.345642969079641 ], [ -111.32710022296592, 41.345490129532344 ], [ -111.32685498728866, 41.345450291698938 ], [ -111.32651437688337, 41.345460266188852 ], [ -111.32623939450669, 41.345447534464924 ], [ -111.32597041110387, 41.345439288932454 ], [ -111.32565271891008, 41.345251027034863 ], [ -111.32547313556879, 41.345192985114601 ], [ -111.32527539926443, 41.345089955824868 ], [ -111.32511952056853, 41.344991311798154 ], [ -111.3248500467233, 41.344883980559686 ], [ -111.32459239226483, 41.344749592315821 ], [ -111.32443649305367, 41.344646443574668 ], [ -111.32430470076399, 41.344583761253695 ], [ -111.32419097173627, 41.344548050941476 ], [ -111.3239816216104, 41.344512609726785 ], [ -111.32353952949499, 41.34454538023347 ], [ -111.32332435934543, 41.344541481063445 ], [ -111.32330643035712, 41.344541531429229 ], [ -111.3230793075729, 41.344537665376592 ], [ -111.32252930302886, 41.344502276508528 ], [ -111.32211107558712, 41.344526867736953 ], [ -111.32169859362203, 41.344504601449771 ], [ -111.32119625458525, 41.344439347623762 ], [ -111.32086096154235, 41.344314175333629 ], [ -111.32061684089467, 41.344256305722922 ], [ -111.32032829741246, 41.344158024676879 ], [ -111.31986761567768, 41.344055717603013 ], [ -111.31947276248189, 41.343971241337563 ], [ -111.3187907856481, 41.343833513276692 ], [ -111.31838352196115, 41.343654486984349 ], [ -111.31804199908484, 41.343475277597399 ], [ -111.31781400433754, 41.34329124991195 ], [ -111.31753169998395, 41.342999279420951 ], [ -111.31726036682645, 41.342504605096288 ], [ -111.31717606702954, 41.342374226024752 ], [ -111.31697143707108, 41.34207753618319 ], [ -111.31685065311586, 41.341817546673724 ], [ -111.31662796296672, 41.341492982083068 ], [ -111.31645813005014, 41.341223218603773 ], [ -111.31619476787272, 41.340890658043179 ], [ -111.31588814200809, 41.340508673329367 ], [ -111.31574434904356, 41.340432502552638 ], [ -111.31548655689986, 41.340262063417256 ], [ -111.31524673731839, 41.340100582160296 ], [ -111.31479096192989, 41.339768545176064 ], [ -111.31450924535633, 41.339592764646746 ], [ -111.31423957295272, 41.339435866684987 ], [ -111.31388587660474, 41.33920353267559 ], [ -111.31357400922977, 41.33897018284452 ], [ -111.31351966523481, 41.338853230922332 ], [ -111.31335152210802, 41.338682542709506 ], [ -111.31318398396461, 41.338637960264982 ], [ -111.3125254838063, 41.338396542567764 ], [ -111.31216657177733, 41.338320951209951 ], [ -111.31189128254431, 41.338237025234825 ], [ -111.31166336204259, 41.338061091889635 ], [ -111.31154941512908, 41.337975827316761 ], [ -111.31142951423823, 41.337895082586009 ], [ -111.31121372339499, 41.337756047053588 ], [ -111.31098617486924, 41.337657577496635 ], [ -111.31069274452493, 41.337527758426219 ], [ -111.31045307511138, 41.337393289758666 ], [ -111.31032124666508, 41.337317079881615 ], [ -111.31005144416415, 41.337128645454207 ], [ -111.30964953917123, 41.336805450462712 ], [ -111.30921240224885, 41.336612960267644 ], [ -111.30893095258264, 41.33648760833519 ], [ -111.30862530399962, 41.336299266740447 ], [ -111.30830629855456, 41.336065921631558 ], [ -111.30812114752949, 41.335832217368839 ], [ -111.30798913825004, 41.335716371419366 ], [ -111.30788802399987, 41.335562610352866 ], [ -111.30772474803233, 41.335405412327638 ], [ -111.3076580850439, 41.33520742122387 ], [ -111.30729892090551, 41.335073265272769 ], [ -111.30707104916814, 41.334902727205879 ], [ -111.30673557840205, 41.334723467787242 ], [ -111.30648963529656, 41.334521449774421 ], [ -111.30623822455179, 41.334427538148731 ], [ -111.30614806614575, 41.33431518177413 ], [ -111.30591497724548, 41.334050074436981 ], [ -111.30572116434004, 41.33400555091152 ], [ -111.30535632607064, 41.333677738409165 ], [ -111.30500325540694, 41.333566078329909 ], [ -111.30464418963392, 41.333449929182898 ], [ -111.30435118901082, 41.333405665833233 ], [ -111.30398648495738, 41.333361591135777 ], [ -111.303627919825, 41.333352629116419 ], [ -111.30347235671375, 41.333308901656892 ], [ -111.30326284473796, 41.333228384575307 ], [ -111.3030592459549, 41.333134339991197 ], [ -111.30274727930603, 41.332864929982648 ], [ -111.30235635863684, 41.332577711146079 ], [ -111.30214651740562, 41.332425131274562 ], [ -111.30192009209919, 41.332304121474472 ], [ -111.30162701531971, 41.332241835972155 ], [ -111.30102893374342, 41.332121797773382 ], [ -111.30065220579736, 41.332059728536052 ], [ -111.30034730502766, 41.332024493762091 ], [ -111.30003636739249, 41.33197576236357 ], [ -111.29985105376471, 41.331958229880073 ], [ -111.29961779425487, 41.331909294959502 ], [ -111.29940237815975, 41.331842297746604 ], [ -111.29922887117345, 41.331793206588877 ], [ -111.298965407392, 41.331672287241801 ], [ -111.29859241527664, 41.331380505121381 ], [ -111.29828768659551, 41.331120071848865 ], [ -111.29791608033371, 41.330868818581152 ], [ -111.29770048487076, 41.330761283961728 ], [ -111.29733555420131, 41.330663142513508 ], [ -111.29698751843783, 41.330600987132385 ], [ -111.2965405831758, 41.330602139476397 ], [ -111.29608643701955, 41.330594300929953 ], [ -111.29574561360154, 41.33054113094294 ], [ -111.29535089314034, 41.330461075145514 ], [ -111.29524893080632, 41.330375763541461 ], [ -111.2950691102898, 41.330250116794517 ], [ -111.29493678600468, 41.330056790274128 ], [ -111.29489418910833, 41.329885753006714 ], [ -111.29491122048034, 41.32968753983431 ], [ -111.29492837361906, 41.329516349460434 ], [ -111.29502297761299, 41.329295418196445 ], [ -111.29511117924967, 41.328979922335222 ], [ -111.29510353786551, 41.328610625911566 ], [ -111.29506077894204, 41.32840355824468 ], [ -111.29497755381072, 41.328232625101663 ], [ -111.29474787321564, 41.327913439827768 ], [ -111.29462744339547, 41.327706570845059 ], [ -111.2944350532981, 41.327441335715157 ], [ -111.29435047392774, 41.327234374711352 ], [ -111.29436143020732, 41.327013657787596 ], [ -111.29438972269948, 41.326662284706039 ], [ -111.29444195416774, 41.326319858072132 ], [ -111.29438072757782, 41.325991233195118 ], [ -111.29436756208268, 41.325721035494716 ], [ -111.29433003215816, 41.32534731138476 ], [ -111.29434064368078, 41.325050029706894 ], [ -111.2943337165713, 41.324838366146274 ], [ -111.29440346615563, 41.324671545054613 ], [ -111.2944757674031, 41.324540748245838 ], [ -111.29448107684486, 41.324393008143716 ], [ -111.29448087002342, 41.324347069327935 ], [ -111.29446102038486, 41.323919253644334 ], [ -111.29439420671751, 41.323676216229231 ], [ -111.29431503942803, 41.32334313319069 ], [ -111.29428419479511, 41.323127026859467 ], [ -111.29425292491322, 41.322816340569545 ], [ -111.2942038741339, 41.322537226714928 ], [ -111.29422661678278, 41.322280448625698 ], [ -111.29416620521904, 41.321866247990208 ], [ -111.2940259016183, 41.321488282276228 ], [ -111.29388748242924, 41.321263442789387 ], [ -111.29377763921863, 41.321016010896493 ], [ -111.29364649602738, 41.320814572602394 ], [ -111.29348438096051, 41.320633930882451 ], [ -111.29348966812925, 41.320480786148508 ], [ -111.29353049695288, 41.320259992871627 ], [ -111.29371450187067, 41.319993795709131 ], [ -111.2939048233464, 41.3198041477497 ], [ -111.29407738347898, 41.319650575737867 ], [ -111.29444109236567, 41.319492010799628 ], [ -111.29478120772174, 41.319401063052545 ], [ -111.29514659596389, 41.319350584250493 ], [ -111.29540797435058, 41.319286859684176 ], [ -111.29559877725197, 41.319205300343249 ], [ -111.295837371856, 41.319123617863625 ], [ -111.2960342700364, 41.319069065301903 ], [ -111.2962909080091, 41.319014358643443 ], [ -111.29649979431616, 41.318968782148801 ], [ -111.29665473049563, 41.318882809576522 ], [ -111.29674990591752, 41.318792487015919 ], [ -111.29683871883101, 41.318616607411307 ], [ -111.29681981609725, 41.318400470789861 ], [ -111.29669937700231, 41.318189099786295 ], [ -111.29651381754587, 41.318108508420885 ], [ -111.29634613951077, 41.31801886299516 ], [ -111.29623824185215, 41.317938071211984 ], [ -111.29609395067945, 41.317735768664249 ], [ -111.2957330536226, 41.317191729069386 ], [ -111.29560703308196, 41.317065944611535 ], [ -111.29547467308851, 41.316859106749384 ], [ -111.29531264823331, 41.316697383470924 ], [ -111.29507879655648, 41.316504317067199 ], [ -111.29483891160763, 41.316297754043916 ], [ -111.29465898874908, 41.316140579534263 ], [ -111.29456261796028, 41.315965175500523 ], [ -111.29447246464834, 41.315843801843215 ], [ -111.29456613825336, 41.315420198931491 ], [ -111.29476786382521, 41.315113419744137 ], [ -111.29483843150571, 41.314865526455357 ], [ -111.29473991389872, 41.314478446374224 ], [ -111.29466762030373, 41.31407778745718 ], [ -111.29462444666767, 41.313776138980785 ], [ -111.29455784571405, 41.313578139338254 ], [ -111.29455114234327, 41.313416017320932 ], [ -111.29454336594857, 41.313280921240548 ], [ -111.29462116559534, 41.313047421873073 ], [ -111.29460232867632, 41.312843895328719 ], [ -111.29454808107631, 41.312735941360323 ], [ -111.29430821168107, 41.312529377044029 ], [ -111.29415199168081, 41.312327102356747 ], [ -111.29399571194529, 41.312111316001257 ], [ -111.29384534593504, 41.311882002727117 ], [ -111.29366507385177, 41.311643757811758 ], [ -111.2934604452745, 41.311301985745779 ], [ -111.29339362828527, 41.311054443344702 ], [ -111.29324924009653, 41.310825114009688 ], [ -111.29303333531624, 41.310631997510285 ], [ -111.29272747071492, 41.310358039773142 ], [ -111.29257073730075, 41.310038663577231 ], [ -111.2924799719171, 41.309777669847414 ], [ -111.2924790460105, 41.309570494227927 ], [ -111.29237080492233, 41.309408629914593 ], [ -111.29217946344782, 41.309364077055228 ], [ -111.29185053940466, 41.309274834093074 ], [ -111.29165891766856, 41.309167226906162 ], [ -111.2914911889858, 41.309059558896507 ], [ -111.29123332327309, 41.308830514244605 ], [ -111.29089195657404, 41.308628703266209 ], [ -111.29060470939011, 41.308507824311313 ], [ -111.29016833681663, 41.308432359344778 ], [ -111.28998331197145, 41.308464352692098 ], [ -111.28968467927707, 41.308469608480173 ], [ -111.28952334706894, 41.308456502761047 ], [ -111.28932627617141, 41.308466005999357 ], [ -111.28892596231383, 41.308439988254868 ], [ -111.28859172964123, 41.308499376998412 ], [ -111.28812648555306, 41.30864917017265 ], [ -111.28782263144313, 41.308825581257175 ], [ -111.28771578908419, 41.308978979929719 ], [ -111.28756855069457, 41.30918292276337 ], [ -111.28744264852156, 41.309348979621895 ], [ -111.28723414229164, 41.309475608439023 ], [ -111.28704917230229, 41.309521108538725 ], [ -111.28671491264805, 41.309575988024868 ], [ -111.28643405605364, 41.309549664019329 ], [ -111.28602147541353, 41.309451604795164 ], [ -111.2856391351734, 41.309439042575022 ], [ -111.2852627289525, 41.309417456640368 ], [ -111.28487461195094, 41.309449944891547 ], [ -111.2848149197012, 41.309459100341243 ], [ -111.28471940814767, 41.30947284823224 ], [ -111.28446244535131, 41.309446460312152 ], [ -111.28428873503071, 41.309334292716514 ], [ -111.28418004518522, 41.309064328911461 ], [ -111.28409520948328, 41.308785298380307 ], [ -111.28399276802983, 41.308578373134026 ], [ -111.28391418033998, 41.308362381216376 ], [ -111.28388942855725, 41.308164271960202 ], [ -111.28397818366312, 41.307970386597908 ], [ -111.28412653130802, 41.307744826989257 ], [ -111.28429882850233, 41.307532719647092 ], [ -111.28449519258206, 41.30736108740259 ], [ -111.28463824968522, 41.307293175683384 ], [ -111.284787279433, 41.307225249009555 ], [ -111.28499566560815, 41.307071601645909 ], [ -111.28515595353399, 41.306846011116853 ], [ -111.2852806150516, 41.306669150469119 ], [ -111.28547067107708, 41.306421867124754 ], [ -111.28566048585826, 41.306119636816391 ], [ -111.28574956723712, 41.30600231504323 ], [ -111.28592776445383, 41.305775778168268 ], [ -111.28602260512882, 41.30560980004929 ], [ -111.28603380280201, 41.305438625068973 ], [ -111.2860511857581, 41.305316076537864 ], [ -111.28579962549968, 41.305155462737574 ], [ -111.2855723464946, 41.305083964831887 ], [ -111.28517806673764, 41.305066926797792 ], [ -111.28486746439251, 41.305063191987045 ], [ -111.28445507097047, 41.305001157570281 ], [ -111.28409051883656, 41.304952515234888 ], [ -111.28365400170156, 41.304836491000991 ], [ -111.28336094823416, 41.304747135288103 ], [ -111.28312726808993, 41.304575662314114 ], [ -111.28298345984112, 41.304468823740805 ], [ -111.28264823062817, 41.304293996279966 ], [ -111.28234864488873, 41.304074041677204 ], [ -111.28203010397014, 41.303890163719345 ], [ -111.28170817509633, 41.303751331905644 ], [ -111.2813072348782, 41.303572157428988 ], [ -111.2811039146785, 41.303514103744817 ], [ -111.28084081086608, 41.30344268394623 ], [ -111.28058963350423, 41.303366730600317 ], [ -111.2803567024056, 41.303367298135264 ], [ -111.2801238137027, 41.303377773619665 ], [ -111.27994476687607, 41.303408835530099 ], [ -111.27957438510205, 41.303390819393734 ], [ -111.27931130649682, 41.303324800684436 ], [ -111.27897075374922, 41.30329860324975 ], [ -111.27840833447465, 41.30306576337771 ], [ -111.27807936502367, 41.302953961664521 ], [ -111.27772630013737, 41.302793575293059 ], [ -111.27749313809385, 41.302739190312657 ], [ -111.27717605967729, 41.302613845718405 ], [ -111.27691262078325, 41.302461347974599 ], [ -111.27677511971913, 41.302430151530487 ], [ -111.27650565292836, 41.302264155715584 ], [ -111.27603302826883, 41.302076127218342 ], [ -111.27566214675771, 41.301937395809738 ], [ -111.27545280728189, 41.301865834906557 ], [ -111.27520782289889, 41.301839397604404 ], [ -111.27495085597072, 41.301803980649552 ], [ -111.27477156896786, 41.301777385481259 ], [ -111.27464544836967, 41.301611043038861 ], [ -111.27458496835828, 41.301431032268923 ], [ -111.27453015888364, 41.301178945914209 ], [ -111.27455238623789, 41.300782551755653 ], [ -111.2745577919239, 41.300647422556196 ], [ -111.27459302148033, 41.300503214461827 ], [ -111.27463393979272, 41.300291434623631 ], [ -111.27470447363662, 41.30002103368804 ], [ -111.27473361685959, 41.299849816794051 ], [ -111.27468501096615, 41.299652662945967 ], [ -111.27442784145491, 41.299566801856123 ], [ -111.27398532957716, 41.299432739589506 ], [ -111.27374595046739, 41.299316208257125 ], [ -111.27341116347007, 41.299235033316101 ], [ -111.27298052895078, 41.299083824228262 ], [ -111.27253817326854, 41.298985787039314 ], [ -111.272376867746, 41.298972657184336 ], [ -111.27220959009264, 41.298959541225443 ], [ -111.2718747357299, 41.298861247229439 ], [ -111.27124731661148, 41.298780756737081 ], [ -111.27079315532661, 41.298715168577139 ], [ -111.27039884310315, 41.298680064433668 ], [ -111.27005844799962, 41.298685367372144 ], [ -111.26977198796004, 41.298735581707824 ], [ -111.26948521231709, 41.298709230131855 ], [ -111.26902489231752, 41.298597709846732 ], [ -111.26872143249211, 41.298580403113995 ], [ -111.26831365115943, 41.298464253445985 ], [ -111.26781164040797, 41.298379848741888 ], [ -111.26738081833602, 41.298178175659515 ], [ -111.26695009073269, 41.297999020133709 ], [ -111.26661513906053, 41.297873687761395 ], [ -111.26596377783842, 41.29777610915265 ], [ -111.26537164645883, 41.297556785577726 ], [ -111.26488728925828, 41.297404769203894 ], [ -111.2643853637248, 41.297338364857652 ], [ -111.26373433765052, 41.297321842690884 ], [ -111.26311315402545, 41.297300744757209 ], [ -111.2626587363583, 41.297166666081502 ], [ -111.26235980972329, 41.297086277900988 ], [ -111.26199443464675, 41.296816877212017 ], [ -111.26183261418457, 41.296673121205714 ], [ -111.26155646324113, 41.296313438511852 ], [ -111.26141220118627, 41.29607956438258 ], [ -111.26117862160653, 41.29561169090605 ], [ -111.26107441449437, 41.295238105104538 ], [ -111.26096586192881, 41.294972622204554 ], [ -111.26086306674297, 41.294653079555694 ], [ -111.2607188287823, 41.294423708313658 ], [ -111.26053212643691, 41.294027789331828 ], [ -111.26028009555178, 41.293722095404767 ], [ -111.25998056169156, 41.293484066446325 ], [ -111.25984871958471, 41.293367263153321 ], [ -111.25962637418263, 41.293016461909325 ], [ -111.25971510949297, 41.292804579216828 ], [ -111.25978637606767, 41.29270533296895 ], [ -111.25988142166447, 41.292579009692957 ], [ -111.25992810408707, 41.292304167369622 ], [ -111.25996910063519, 41.29210140000459 ], [ -111.25989020107119, 41.291781802356162 ], [ -111.25972789754631, 41.291511935571002 ], [ -111.25967372523256, 41.291403964542994 ], [ -111.25952375918973, 41.291233155092584 ], [ -111.25943935888171, 41.291031571278701 ], [ -111.25943848101549, 41.290809982101109 ], [ -111.25975933187819, 41.290403908876797 ], [ -111.26012752048371, 41.289889634512619 ], [ -111.26053741301604, 41.289352745121128 ], [ -111.26087022482164, 41.288954748633195 ], [ -111.26110767931706, 41.288603807904103 ], [ -111.26120782547326, 41.288261285294297 ], [ -111.26123624441935, 41.287900909814802 ], [ -111.26114672145823, 41.2876128641158 ], [ -111.26118036639046, 41.287365073955293 ], [ -111.26126898130678, 41.287126166809585 ], [ -111.26141754026007, 41.286945674029909 ], [ -111.26153667458614, 41.286873341226254 ], [ -111.26179314373351, 41.286800696074366 ], [ -111.26199596263473, 41.286750691903059 ], [ -111.26216290065442, 41.286687257424482 ], [ -111.26234034816041, 41.286564347426122 ], [ -111.26262135550591, 41.286357428624427 ], [ -111.26306111486329, 41.285833973476656 ], [ -111.26342975916928, 41.285445796040356 ], [ -111.26386469259891, 41.285209696951867 ], [ -111.26438890313179, 41.284903130535483 ], [ -111.2649849015278, 41.284631526845381 ], [ -111.26560470538529, 41.284341849579839 ], [ -111.26588529945356, 41.284332194089721 ], [ -111.26634494605693, 41.284304108245124 ], [ -111.26667316003463, 41.284258309532156 ], [ -111.2669059500259, 41.284239754498316 ], [ -111.26714471073568, 41.284221185138804 ], [ -111.26756825493001, 41.284125619827634 ], [ -111.26800372112359, 41.284025521313765 ], [ -111.26836766524112, 41.283957115133589 ], [ -111.26894652118997, 41.283879198154665 ], [ -111.2693582485302, 41.283815181093772 ], [ -111.26965636282394, 41.283710893720702 ], [ -111.26986502556322, 41.283633838638536 ], [ -111.27003764026183, 41.283502821051705 ], [ -111.270263415184, 41.283232057804575 ], [ -111.27042358451513, 41.282979463791953 ], [ -111.27061358758385, 41.282722295531009 ], [ -111.27083355806924, 41.282492980576947 ], [ -111.2710239829768, 41.282338499352733 ], [ -111.27130979213166, 41.282148662706277 ], [ -111.27156611982637, 41.282048972726287 ], [ -111.27179274301355, 41.28198538344008 ], [ -111.27208496798168, 41.281903623115973 ], [ -111.27275814995821, 41.281541718802579 ], [ -111.27302602006418, 41.281347416483484 ], [ -111.27330552908111, 41.281081023628786 ], [ -111.27351353978919, 41.280850831112424 ], [ -111.27367393538611, 41.280656782553166 ], [ -111.27384593216807, 41.280381636098987 ], [ -111.27399863362221, 41.28006149636952 ], [ -111.27415342020991, 41.279669289161568 ], [ -111.27428378924358, 41.27943477617378 ], [ -111.2744675135005, 41.279110057963969 ], [ -111.27450288289772, 41.279001880183131 ], [ -111.27459142292011, 41.278759359540445 ], [ -111.27478145033217, 41.278514795078344 ], [ -111.27498940993328, 41.278275592135302 ], [ -111.27538117707824, 41.278017933710359 ], [ -111.2757696054275, 41.277818832572741 ], [ -111.27619294363598, 41.277687204797687 ], [ -111.27656162008275, 41.277618761316283 ], [ -111.27682523855736, 41.277555073211609 ], [ -111.27705784938766, 41.27750046691839 ], [ -111.27727825251806, 41.277382835027339 ], [ -111.2773442801679, 41.277184504599042 ], [ -111.27747250421913, 41.276729302201545 ], [ -111.27741154399621, 41.276432191995475 ], [ -111.27728522189008, 41.276208202299316 ], [ -111.27718283057808, 41.275995864971406 ], [ -111.27713453639767, 41.275869872142465 ], [ -111.27717516480455, 41.275595036659084 ], [ -111.27717181165994, 41.274802358905518 ], [ -111.27719477706852, 41.27458611655134 ], [ -111.27721802433568, 41.274436531186829 ], [ -111.27708571779382, 41.274208051703013 ], [ -111.27693540345332, 41.273956195107473 ], [ -111.27670759581989, 41.273731547969795 ], [ -111.2765334995899, 41.273502267473752 ], [ -111.27644332449825, 41.273353855395115 ], [ -111.27635199383595, 41.273214453812201 ], [ -111.2762565690016, 41.272953456717936 ], [ -111.27619004673724, 41.272750940883228 ], [ -111.27603316232984, 41.272354974035068 ], [ -111.27593677366431, 41.272148025736328 ], [ -111.27584635534026, 41.271941063044423 ], [ -111.27580342989963, 41.271670931916304 ], [ -111.27584362155989, 41.271291607270292 ], [ -111.27595022598328, 41.271089577086386 ], [ -111.27606870830512, 41.270873105835364 ], [ -111.27618722780971, 41.270665642166321 ], [ -111.27617981567336, 41.270323363511089 ], [ -111.2760651224595, 41.270021877236054 ], [ -111.27586009116382, 41.269531443471962 ], [ -111.27564357864927, 41.269149130425617 ], [ -111.27554060165393, 41.268793568690171 ], [ -111.27546815432893, 41.268600074271326 ], [ -111.27554490475725, 41.268397215016158 ], [ -111.27553766670978, 41.268095470886919 ], [ -111.27545278930383, 41.267784904714595 ], [ -111.27537968104416, 41.267433775186703 ], [ -111.27527138207716, 41.267231358537281 ], [ -111.27509107432483, 41.266939035789683 ], [ -111.27488112972354, 41.266696326445079 ], [ -111.27461140002659, 41.266431239801356 ], [ -111.27434798105003, 41.266247207744946 ], [ -111.27418622827294, 41.266107972047756 ], [ -111.27406610606408, 41.265931705014019 ], [ -111.27397572491347, 41.265730145215471 ], [ -111.27391479103697, 41.265433032507993 ], [ -111.27392080586824, 41.265158280013679 ], [ -111.2740432875345, 41.264757141006484 ], [ -111.27425653480307, 41.26436479347813 ], [ -111.27466118397814, 41.264066571101338 ], [ -111.27486377158485, 41.263980513426226 ], [ -111.27519761986628, 41.263880630006391 ], [ -111.2755612931245, 41.263776170332441 ], [ -111.27577558922317, 41.263636036156193 ], [ -111.27606736707969, 41.263468692383249 ], [ -111.27629488768673, 41.263351045054421 ], [ -111.27663318259819, 41.26317458038929 ], [ -111.27682380798119, 41.263084044090618 ], [ -111.27722304387933, 41.262921843646374 ], [ -111.27745540806376, 41.262821297197725 ], [ -111.27771140285793, 41.262663043279389 ], [ -111.27827252453058, 41.262391454053549 ], [ -111.27886269429058, 41.262214373775102 ], [ -111.27939220917249, 41.262091484555889 ], [ -111.27989291788506, 41.261932631675897 ], [ -111.28033972775299, 41.261732471920396 ], [ -111.28064831758354, 41.261592999785833 ], [ -111.28085181326365, 41.261443874632754 ], [ -111.28089286518656, 41.261273526786937 ], [ -111.28073676717821, 41.261061323074493 ], [ -111.28059856091181, 41.260845472412619 ], [ -111.2804119124545, 41.260467598877355 ], [ -111.28031525806377, 41.260197599744835 ], [ -111.28022595934928, 41.259972621700619 ], [ -111.27997289033968, 41.259693995026005 ], [ -111.27956575711904, 41.259397726336019 ], [ -111.27911068736627, 41.259056533312474 ], [ -111.27884826855414, 41.258822965875567 ], [ -111.27867216192145, 41.258674763238112 ], [ -111.27843398361665, 41.258526710451314 ], [ -111.27813479400805, 41.258347277199007 ], [ -111.27778764833126, 41.258118415864267 ], [ -111.27761379987629, 41.25793867876682 ], [ -111.27723633990284, 41.257597291077445 ], [ -111.27696091728315, 41.257390774045483 ], [ -111.2767393069164, 41.257206646571731 ], [ -111.27666817675448, 41.257040172811521 ], [ -111.27663640010688, 41.256864596633427 ], [ -111.27668245913105, 41.256747384269381 ], [ -111.27689699159292, 41.256386555626555 ], [ -111.27715225449751, 41.256060759038114 ], [ -111.27725877323783, 41.25584521559918 ], [ -111.27737724301038, 41.25563324639333 ], [ -111.27744819491579, 41.255475438518296 ], [ -111.27740586472402, 41.255344927059092 ], [ -111.27730915417563, 41.255056909633119 ], [ -111.27716523221852, 41.254895115324878 ], [ -111.27676452791997, 41.254697907057576 ], [ -111.27669251090354, 41.254603497976369 ], [ -111.27659652653527, 41.254486626862608 ], [ -111.27654767970326, 41.254225517237238 ], [ -111.27651664257968, 41.253941845241634 ], [ -111.27646768254891, 41.253653712347088 ], [ -111.27653238158025, 41.253428361289153 ], [ -111.27672818660888, 41.253157656017713 ], [ -111.2770076370695, 41.252909268765045 ], [ -111.27725631854943, 41.252724009721952 ], [ -111.27756090683343, 41.252493576233881 ], [ -111.27779276046414, 41.252281333097955 ], [ -111.2779116764077, 41.252176555312019 ], [ -111.27806028642786, 41.252037475942195 ], [ -111.2782209997782, 41.251938001583397 ], [ -111.27830393882812, 41.251793675863084 ], [ -111.27830902364407, 41.251585582695185 ], [ -111.27813508039122, 41.251379723689197 ], [ -111.27800262288511, 41.251105304737436 ], [ -111.27781712403063, 41.250988650663217 ], [ -111.27766102629693, 41.250768335326676 ], [ -111.27755859770667, 41.250537981791311 ], [ -111.27736088379569, 41.25035469845465 ], [ -111.27725285475015, 41.250210833313886 ], [ -111.27717476004234, 41.250089415593791 ], [ -111.27711441656155, 41.249931923764571 ], [ -111.27701262280371, 41.249851098212758 ], [ -111.27697039227495, 41.249743105806232 ], [ -111.27695773409641, 41.249571987418058 ], [ -111.27695685918151, 41.249364809345117 ], [ -111.27700372551284, 41.249157516419999 ], [ -111.27710420512469, 41.248927574866443 ], [ -111.27715722863117, 41.248765306219966 ], [ -111.27723870599051, 41.248557929860979 ], [ -111.27734047261339, 41.248350504568492 ], [ -111.2774704446466, 41.248039421099755 ], [ -111.27748743265025, 41.247823192092831 ], [ -111.27751595537556, 41.247512352989183 ], [ -111.27752133210434, 41.24737271855782 ], [ -111.27750261022484, 41.24717909518133 ], [ -111.27748428860214, 41.247080053125003 ], [ -111.27744709302391, 41.24675135667966 ], [ -111.27741630336907, 41.246526234911556 ], [ -111.27740497151431, 41.246386640716821 ], [ -111.27742650464327, 41.246116353672832 ], [ -111.27741342695279, 41.245846150005129 ], [ -111.27734063800322, 41.245567082322943 ], [ -111.27724346647814, 41.245166467446417 ], [ -111.27716457853791, 41.244855886860492 ], [ -111.27706208874598, 41.24460841788725 ], [ -111.27689405539178, 41.244383626051814 ], [ -111.2767085927745, 41.244270573089558 ], [ -111.27649353020398, 41.244213439528835 ], [ -111.27620109922198, 41.244205133526599 ], [ -111.27587292191257, 41.244210424194939 ], [ -111.2756760230704, 41.244215399697353 ], [ -111.27559840776584, 41.2442056768705 ], [ -111.27551481392966, 41.244193265944133 ], [ -111.27535953428502, 41.244162109942891 ], [ -111.2752159435255, 41.244072374818408 ], [ -111.2750540927791, 41.243897108628602 ], [ -111.27497614187524, 41.243807216382123 ], [ -111.27464066042293, 41.243492742548526 ], [ -111.27440681149916, 41.243223064776124 ], [ -111.27384953821409, 41.242665905147803 ], [ -111.27331629258725, 41.242144717112893 ], [ -111.27314225513963, 41.241906422174516 ], [ -111.2729446134072, 41.241731237841847 ], [ -111.27280662365332, 41.241551407926124 ], [ -111.27265084612527, 41.241398643500311 ], [ -111.27240571488154, 41.24128212167124 ], [ -111.27204836886779, 41.241156856648978 ], [ -111.2717543481731, 41.241049456772636 ], [ -111.27118044404831, 41.240789582225865 ], [ -111.27097100737755, 41.240645949711855 ], [ -111.27079148033765, 41.240520262174137 ], [ -111.27050310198162, 41.240043524012314 ], [ -111.27035889210831, 41.23979974998344 ], [ -111.27020863119621, 41.239535271907677 ], [ -111.27002254870368, 41.239265472921012 ], [ -111.26982438609269, 41.238959670524224 ], [ -111.2697223221238, 41.238806776178045 ], [ -111.26959038810412, 41.238644943823445 ], [ -111.26947026232104, 41.238452456983211 ], [ -111.26937388556595, 41.238231089328046 ], [ -111.26936706830192, 41.238023924672753 ], [ -111.26937789207969, 41.23775366377108 ], [ -111.269412748606, 41.23752388196813 ], [ -111.26942959418467, 41.237267118729328 ], [ -111.26954160845095, 41.236938069908838 ], [ -111.26965425094266, 41.236762153017537 ], [ -111.26994014411204, 41.236639877118925 ], [ -111.27024399138917, 41.236531070155102 ], [ -111.27050607215926, 41.236422360513856 ], [ -111.27085149699036, 41.2362684149873 ], [ -111.27118506171372, 41.236132512064458 ], [ -111.27153635668321, 41.235956031014254 ], [ -111.2718400675132, 41.235815692656885 ], [ -111.27201874339953, 41.235738703929172 ], [ -111.27238183597511, 41.2355306649239 ], [ -111.27268574891089, 41.235439867059519 ], [ -111.27302532822155, 41.235317456332986 ], [ -111.2733768390338, 41.235195016277032 ], [ -111.27388322989036, 41.235013655796571 ], [ -111.27427036618171, 41.234850592911229 ], [ -111.2746695840472, 41.234723531331589 ], [ -111.27500328397262, 41.234623648429348 ], [ -111.27523564982104, 41.234546526461841 ], [ -111.27550352938636, 41.234401760129465 ], [ -111.27581887312522, 41.234193824484393 ], [ -111.27600284314731, 41.233959179361989 ], [ -111.27615080206401, 41.233674176296468 ], [ -111.27629295277433, 41.233427019972048 ], [ -111.27641721899055, 41.233183509539302 ], [ -111.27655957264359, 41.232984994821372 ], [ -111.27685662770587, 41.232687021613494 ], [ -111.27711250676158, 41.232528768561323 ], [ -111.27754742555491, 41.232383595325167 ], [ -111.27780369833977, 41.232319021532511 ], [ -111.27807755215225, 41.23217963946994 ], [ -111.27846502438493, 41.232102136288752 ], [ -111.27869745372448, 41.232043022879445 ], [ -111.27895973224686, 41.231988340623182 ], [ -111.27914427877415, 41.231893310856819 ], [ -111.27924545304258, 41.231834514450732 ], [ -111.27944185414636, 41.231721439734279 ], [ -111.27987580198767, 41.23135106350491 ], [ -111.2801968909143, 41.231098062506028 ], [ -111.28063125408545, 41.230826768874849 ], [ -111.28088090019676, 41.23060997149085 ], [ -111.28121986015098, 41.230352420087669 ], [ -111.28151636050234, 41.229932829939969 ], [ -111.28165237789312, 41.229653253542324 ], [ -111.2817585068584, 41.229360238310512 ], [ -111.2818110198149, 41.229085369924327 ], [ -111.28185756653617, 41.228810516105128 ], [ -111.2819518390872, 41.228535545406459 ], [ -111.28204659472878, 41.228373171764872 ], [ -111.28220122039431, 41.228260194600018 ], [ -111.28239799329546, 41.228237192537527 ], [ -111.2825352443049, 41.228245863728887 ], [ -111.28275599645575, 41.228249825816469 ], [ -111.28294083762994, 41.228226852124237 ], [ -111.28300603360185, 41.228127605380564 ], [ -111.28295784167253, 41.228019629410113 ], [ -111.28281973714002, 41.227812787745037 ], [ -111.28274129039815, 41.227605799439921 ], [ -111.28263280244921, 41.227349341538265 ], [ -111.28262001779179, 41.227151199820156 ], [ -111.28254699523872, 41.226818087884638 ], [ -111.28249812656719, 41.226552475648973 ], [ -111.28239543250618, 41.226255467847707 ], [ -111.28227045769648, 41.226048593256905 ], [ -111.28210087417447, 41.225733733368557 ], [ -111.28195677298999, 41.225517897400181 ], [ -111.2818545665142, 41.225333486256012 ], [ -111.28169157081707, 41.225162735541936 ], [ -111.28148935848354, 41.225028111948404 ], [ -111.28129821290439, 41.224970027872757 ], [ -111.28106684589874, 41.22499221171708 ], [ -111.28064824810666, 41.225034668878223 ], [ -111.28032059408582, 41.225139958268954 ], [ -111.28010616009549, 41.225216146190498 ], [ -111.27983230502861, 41.225347426140416 ], [ -111.27956451027791, 41.22550121040176 ], [ -111.27931351354448, 41.225677472970581 ], [ -111.27904704336824, 41.225862780355776 ], [ -111.27887438728803, 41.225944269452484 ], [ -111.27857664537699, 41.226071100314428 ], [ -111.27846335716612, 41.226084886129037 ], [ -111.27827842493816, 41.226085333183534 ], [ -111.27789028243625, 41.225996191808022 ], [ -111.27755596415842, 41.225938446948284 ], [ -111.27724541349525, 41.225858124219151 ], [ -111.27695287419618, 41.225804780946113 ], [ -111.27657087145163, 41.225756155769105 ], [ -111.27615917808821, 41.225740028867257 ], [ -111.27542566032646, 41.225799436017574 ], [ -111.27510376703178, 41.225858756638829 ], [ -111.27459120189437, 41.225972578413725 ], [ -111.27385239474978, 41.226195030615088 ], [ -111.27341137420989, 41.226299669098047 ], [ -111.27288700255735, 41.226445038861065 ], [ -111.27235683116652, 41.226630955367035 ], [ -111.27173739613737, 41.226871127325438 ], [ -111.27108794227659, 41.227066327270826 ], [ -111.27062882874327, 41.227125958333858 ], [ -111.27011589367852, 41.227154186286256 ], [ -111.26961466746644, 41.227128337322981 ], [ -111.26914286359026, 41.227003330846877 ], [ -111.26849803972878, 41.22687422205356 ], [ -111.26828318491262, 41.226852203147764 ], [ -111.26783680870955, 41.226817210769511 ], [ -111.26752541763342, 41.22682153776848 ], [ -111.26737033331865, 41.226827302681095 ], [ -111.26698256744676, 41.22682820237128 ], [ -111.26642201769079, 41.226883547866159 ], [ -111.26599864017784, 41.226929565981301 ], [ -111.26550378366026, 41.227002770979098 ], [ -111.2650386633547, 41.227053385737122 ], [ -111.26474076233164, 41.2271486536441 ], [ -111.264544204182, 41.227225672265831 ], [ -111.26418678993342, 41.227357106923193 ], [ -111.26405579506198, 41.227419561681934 ], [ -111.26364487204319, 41.22759705747653 ], [ -111.26328821348665, 41.227620393177439 ], [ -111.26299441215383, 41.227549001603485 ], [ -111.26239755439813, 41.227478300250482 ], [ -111.26193796256911, 41.227420795449376 ], [ -111.2615027367068, 41.227489343659961 ], [ -111.26131805131176, 41.227552818006359 ], [ -111.26113931334181, 41.227611774634084 ], [ -111.26086523112095, 41.227697970623836 ], [ -111.2604841727867, 41.227887097708837 ], [ -111.26013314448335, 41.228127500545945 ], [ -111.25976412359557, 41.228344522436174 ], [ -111.25952593802357, 41.228457657853319 ], [ -111.25917404233066, 41.228480069290747 ], [ -111.25894622405755, 41.22849949834221 ], [ -111.25861921031311, 41.228477713573319 ], [ -111.25825522666094, 41.228460514729306 ], [ -111.25787918775706, 41.228411814192356 ], [ -111.25763483840552, 41.2284754162254 ], [ -111.25733068941531, 41.228503119915452 ], [ -111.25698340660823, 41.228484978941729 ], [ -111.25647177462223, 41.228545571540472 ], [ -111.25628708135339, 41.22860903782918 ], [ -111.25586391367929, 41.22871356935817 ], [ -111.25539905404969, 41.228836207544987 ], [ -111.25504743839612, 41.228931569483436 ], [ -111.25477343001737, 41.229040270469298 ], [ -111.25467215062365, 41.229076525977206 ], [ -111.25454109430913, 41.229126359022906 ], [ -111.25446349992242, 41.229116621863263 ], [ -111.25434411673702, 41.229099770666537 ], [ -111.25412918948653, 41.229059709785659 ], [ -111.25384849895566, 41.228983762022622 ], [ -111.25363908565609, 41.228826585782365 ], [ -111.25350750714303, 41.228741300777799 ], [ -111.2534532234957, 41.22858828650341 ], [ -111.25337478138967, 41.228358758471487 ], [ -111.25334374945479, 41.228047154467241 ], [ -111.25330089763123, 41.227764401622714 ], [ -111.25316215728249, 41.227368360428251 ], [ -111.25307135219809, 41.22702626092876 ], [ -111.25293306607517, 41.226747320740664 ], [ -111.25275884876261, 41.226432427757246 ], [ -111.25267453280867, 41.226225431733134 ], [ -111.25266156141561, 41.225955224011756 ], [ -111.25261184650667, 41.225748151999603 ], [ -111.25261704643232, 41.225239195727944 ], [ -111.25259764205879, 41.224847395757337 ], [ -111.25265577105409, 41.224450921731794 ], [ -111.25273805569336, 41.224130961581452 ], [ -111.25277997973821, 41.223864236429257 ], [ -111.25281931609217, 41.223545271246024 ], [ -111.25291951209823, 41.223229775530221 ], [ -111.25300084044171, 41.222971971582339 ], [ -111.25311424858124, 41.22267986712145 ], [ -111.2532565633671, 41.222458861204892 ], [ -111.25348837286171, 41.222242162076434 ], [ -111.25374371085297, 41.221939835780361 ], [ -111.25401017518475, 41.221430303126901 ], [ -111.25409836232322, 41.221096817002959 ], [ -111.25411542084275, 41.220880590226052 ], [ -111.25418597310475, 41.220614702027014 ], [ -111.25431007064186, 41.220312664009867 ], [ -111.25439923213328, 41.220231396136533 ], [ -111.25474543598092, 41.219982914041744 ], [ -111.25498209130137, 41.219788720808587 ], [ -111.2552734478885, 41.219549366423834 ], [ -111.25545167857213, 41.219364309593928 ], [ -111.25581318930378, 41.21875997889591 ], [ -111.2561396036499, 41.218334981978927 ], [ -111.25630556836855, 41.218065276955876 ], [ -111.25645973932443, 41.217830728700598 ], [ -111.25649456049698, 41.217582934295002 ], [ -111.25634522963425, 41.217529219492874 ], [ -111.25614082972405, 41.217426083624567 ], [ -111.25592106249499, 41.217359013088426 ], [ -111.25568215583931, 41.217278472798718 ], [ -111.25528811348777, 41.217184764199494 ], [ -111.25506115523525, 41.21710870007292 ], [ -111.25467248555825, 41.216861843385509 ], [ -111.2543857423091, 41.2167498785725 ], [ -111.25423008412248, 41.216601592176367 ], [ -111.2541161969169, 41.216457717342315 ], [ -111.25399025889573, 41.216282341363311 ], [ -111.25369099834595, 41.216017268312029 ], [ -111.25355928898925, 41.215891447948707 ], [ -111.25340340874594, 41.215684609621093 ], [ -111.25318791817932, 41.215486910038209 ], [ -111.25299611372458, 41.215244118561664 ], [ -111.25284053162447, 41.215113845856649 ], [ -111.25264912812602, 41.214974643642506 ], [ -111.25249939066588, 41.21481283003034 ], [ -111.25231397060627, 41.214678118076591 ], [ -111.25202124181001, 41.214557152547499 ], [ -111.25181839627564, 41.214544084451127 ], [ -111.25159162371793, 41.214513052491853 ], [ -111.25141256748836, 41.214481915922718 ], [ -111.25116313363399, 41.214451833379385 ], [ -111.25094711158472, 41.214424379859089 ], [ -111.25067879462495, 41.214447483971504 ], [ -111.25054173114771, 41.21447930986858 ], [ -111.25047613866657, 41.214483956499024 ], [ -111.25039266980379, 41.21449314590793 ], [ -111.25020776980692, 41.214493547790141 ], [ -111.25003497033806, 41.214538962559068 ], [ -111.24986822084631, 41.214606883669227 ], [ -111.24967156271921, 41.214652349657406 ], [ -111.24941536161366, 41.214724967957579 ], [ -111.24913533593907, 41.214806645122522 ], [ -111.24890312500602, 41.214914341152635 ], [ -111.24877821404489, 41.215005590760022 ], [ -111.24850444071626, 41.215163819948827 ], [ -111.24829000543605, 41.215240849551073 ], [ -111.24803381750756, 41.215317968689348 ], [ -111.24793267453722, 41.215385745665728 ], [ -111.24765896553095, 41.215561988477447 ], [ -111.24751019311597, 41.215653288014757 ], [ -111.24729580256039, 41.215742926710121 ], [ -111.24713500841109, 41.21580993027446 ], [ -111.24692050504434, 41.215869842476799 ], [ -111.24679531526321, 41.215888126616278 ], [ -111.24662232365989, 41.215883993278112 ], [ -111.24637772255242, 41.215871005018819 ], [ -111.24617484026024, 41.21584891917572 ], [ -111.24594208092329, 41.2158124841635 ], [ -111.24581084540148, 41.215809161209869 ], [ -111.24552449226928, 41.215796260251572 ], [ -111.24532161048782, 41.215774172903544 ], [ -111.24509470219219, 41.21570709688806 ], [ -111.24486750882363, 41.215563453966297 ], [ -111.24465836129195, 41.215460307760431 ], [ -111.24446730943039, 41.215411170100865 ], [ -111.24422267698512, 41.215389169437849 ], [ -111.24401384568066, 41.215370695556544 ], [ -111.24370958762658, 41.215354224864512 ], [ -111.24342327026015, 41.215350326493414 ], [ -111.24314883208341, 41.215332890493379 ], [ -111.24282082929196, 41.215347094413183 ], [ -111.24250488862248, 41.215397303560565 ], [ -111.24232610016711, 41.21543821542631 ], [ -111.2421592905371, 41.215492613661048 ], [ -111.24198646289913, 41.215532611675371 ], [ -111.2416112755617, 41.2156919383226 ], [ -111.24132540707059, 41.215810541098833 ], [ -111.2410453137056, 41.21587778610381 ], [ -111.2405149881324, 41.216023021173534 ], [ -111.24017524966155, 41.216091289406435 ], [ -111.23977578152302, 41.216137161293666 ], [ -111.2394717147568, 41.216173825558492 ], [ -111.23927499541922, 41.216205762080605 ], [ -111.23877463410331, 41.216391462369835 ], [ -111.2385127765689, 41.216554147023039 ], [ -111.2381853057787, 41.216716966805535 ], [ -111.23783395809409, 41.216875331023928 ], [ -111.23742899108581, 41.21705182050659 ], [ -111.23704788097734, 41.217228259455148 ], [ -111.23658326180498, 41.217404868731613 ], [ -111.23624957407749, 41.21750013660585 ], [ -111.23595860536116, 41.217532260775428 ], [ -111.23562344833616, 41.217550962800082 ], [ -111.23531316572362, 41.217520069641338 ], [ -111.23514039628212, 41.217578973818249 ], [ -111.23494405739534, 41.217718996811911 ], [ -111.23470615707569, 41.217913151506323 ], [ -111.23447407865585, 41.218067659147174 ], [ -111.23423589930702, 41.218184345602154 ], [ -111.23386635080986, 41.218261663725784 ], [ -111.23365758051187, 41.218262087515342 ], [ -111.2334963849771, 41.21822187898195 ], [ -111.23338297254652, 41.218199589166971 ], [ -111.23313791749317, 41.218060463296553 ], [ -111.23278552838258, 41.217930561808409 ], [ -111.23246897744926, 41.217814098728482 ], [ -111.23224805585747, 41.217751489277802 ], [ -111.23183043893795, 41.217729811043185 ], [ -111.23147838763003, 41.217694487687545 ], [ -111.23106653006927, 41.217614243833509 ], [ -111.23071430569075, 41.217529375103396 ], [ -111.23026090187352, 41.217507762866845 ], [ -111.22989696714495, 41.217485069478073 ], [ -111.22952121958272, 41.217495727670389 ], [ -111.22910967995578, 41.217505555062679 ], [ -111.22888309609873, 41.217528525354922 ], [ -111.22853111012174, 41.21751120863297 ], [ -111.22832226068738, 41.217488202395842 ], [ -111.22811924161742, 41.217426450309937 ], [ -111.22796985596551, 41.217350179081762 ], [ -111.22751634499181, 41.217297028638676 ], [ -111.22714048589974, 41.217275250883411 ], [ -111.22675260417053, 41.217226471908283 ], [ -111.22653762364941, 41.217154831903983 ], [ -111.22623289283268, 41.217002296846822 ], [ -111.22609531885128, 41.21689086920528 ], [ -111.22568692562776, 41.216426863178079 ], [ -111.22560428775456, 41.216332442252849 ], [ -111.22547732585093, 41.216184060716564 ], [ -111.22520938210975, 41.215972899595762 ], [ -111.22484555318766, 41.215978114485907 ], [ -111.22428479802998, 41.215956688257926 ], [ -111.22405199185724, 41.215903094091942 ], [ -111.22377738745908, 41.215836068847736 ], [ -111.22341302279895, 41.215683642151376 ], [ -111.22309778396794, 41.215594174378921 ], [ -111.22264269900036, 41.215423905169736 ], [ -111.22234420910389, 41.215347914784616 ], [ -111.22208161411987, 41.215303382030761 ], [ -111.22189021416598, 41.215146112863664 ], [ -111.22170572930379, 41.214916766917526 ], [ -111.22169226055738, 41.214814102866086 ], [ -111.22162555288013, 41.214489046313659 ], [ -111.22160102598508, 41.214290919849581 ], [ -111.22156977488574, 41.213867608949862 ], [ -111.22164048203085, 41.213610747883884 ], [ -111.22170560435802, 41.213466496206969 ], [ -111.22178244228374, 41.213259166659178 ], [ -111.22173436195929, 41.213151164497319 ], [ -111.22159091224034, 41.213061361653921 ], [ -111.22142973680094, 41.213021136142473 ], [ -111.22144122514172, 41.212890499559244 ], [ -111.22147638863976, 41.212705770063863 ], [ -111.2216368184768, 41.21252530348216 ], [ -111.22185679946818, 41.212317698271001 ], [ -111.22207680953174, 41.212119100474219 ], [ -111.22237417107668, 41.211866305526399 ], [ -111.22270769778196, 41.211726038592268 ], [ -111.22292209067204, 41.211631040853845 ], [ -111.2233979604208, 41.211256290930997 ], [ -111.22387882640798, 41.210949088550727 ], [ -111.22424297456094, 41.21069615887788 ], [ -111.22468310674347, 41.210339488974626 ], [ -111.22499240931167, 41.210095671801128 ], [ -111.22520625300957, 41.209843032602542 ], [ -111.22547372541041, 41.209576776159082 ], [ -111.22594330727595, 41.209116452847162 ], [ -111.22637779717327, 41.208858874374393 ], [ -111.22671114456132, 41.208673556627438 ], [ -111.22703858836275, 41.208506265354735 ], [ -111.22727074728681, 41.208379696791418 ], [ -111.22739550726763, 41.208239828018876 ], [ -111.22732312916021, 41.208005765428872 ], [ -111.2271438060711, 41.207889016515153 ], [ -111.22686913875295, 41.207794974944676 ], [ -111.22664695462201, 41.207700829439354 ], [ -111.22642653561334, 41.207426521949444 ], [ -111.22633033745218, 41.207201513435365 ], [ -111.22629346804348, 41.206886309216337 ], [ -111.22651294949982, 41.206543577325228 ], [ -111.22663119992862, 41.206246083784976 ], [ -111.22685640791055, 41.205835780633699 ], [ -111.22707582065817, 41.205475031931869 ], [ -111.22739061860796, 41.205105086585625 ], [ -111.22780247695053, 41.204865563077512 ], [ -111.22827167704125, 41.204652948169226 ], [ -111.22871857305462, 41.204543966591963 ], [ -111.22909404560794, 41.204475660971575 ], [ -111.22953508559974, 41.204398215553994 ], [ -111.22994035870333, 41.204325343819846 ], [ -111.23045224875973, 41.204045075451432 ], [ -111.23088655763161, 41.203750547704537 ], [ -111.23111804580832, 41.203440211275748 ], [ -111.23134343824536, 41.203092954177762 ], [ -111.23146814780414, 41.202944073066448 ], [ -111.23158686158051, 41.202786195962538 ], [ -111.23167583697384, 41.202650898338476 ], [ -111.23163969100466, 41.20254738006512 ], [ -111.23153793154461, 41.202439489755619 ], [ -111.23117850512469, 41.202318605002901 ], [ -111.23080338527461, 41.202143703104134 ], [ -111.23049218212483, 41.201829049426536 ], [ -111.23031811997467, 41.201508715957807 ], [ -111.23017337745654, 41.201045998572702 ], [ -111.23019028892854, 41.200766719431179 ], [ -111.23030188603371, 41.200280068921778 ], [ -111.23043230311002, 41.200059114123832 ], [ -111.23071780980463, 41.199851360452726 ], [ -111.23083074654652, 41.199747543114931 ], [ -111.2309496461079, 41.199643713707403 ], [ -111.23120482637681, 41.199291892962066 ], [ -111.23143594521841, 41.198881568524754 ], [ -111.23162571665443, 41.198583925734305 ], [ -111.2317859888966, 41.198376421171574 ], [ -111.23191630183651, 41.198128441079767 ], [ -111.23186158547334, 41.197831289934406 ], [ -111.23165173673972, 41.197507427129793 ], [ -111.23144820207244, 41.197282638352938 ], [ -111.23122059513813, 41.196994842096927 ], [ -111.23093436372801, 41.196653115418435 ], [ -111.23079518586015, 41.196414684504219 ], [ -111.23066275335377, 41.196059136919907 ], [ -111.23058397185207, 41.195698977795431 ], [ -111.23058294451245, 41.195406222368639 ], [ -111.23054516927688, 41.195176595956788 ], [ -111.23045625682349, 41.194987607516637 ], [ -111.23028903137501, 41.194911374665715 ], [ -111.23005615309758, 41.194817256886026 ], [ -111.2297577326991, 41.194736781291112 ], [ -111.22942330080545, 41.19458881723245 ], [ -111.2293036378028, 41.194471952528332 ], [ -111.22911781707188, 41.194192175892496 ], [ -111.22894501220524, 41.193882646915448 ], [ -111.22872803537204, 41.193558792713922 ], [ -111.22860825013731, 41.193405895802861 ], [ -111.22854834206487, 41.193324943366513 ], [ -111.22820734435969, 41.193000433401622 ], [ -111.2279740102076, 41.192772094164702 ], [ -111.22774092429671, 41.192614916581164 ], [ -111.22741232998895, 41.192426399400752 ], [ -111.22714941853555, 41.192264775533516 ], [ -111.22702363327825, 41.192099277670167 ], [ -111.22682635488169, 41.191950134761413 ], [ -111.22661727980491, 41.191837947230589 ], [ -111.22641440066138, 41.191793306603749 ], [ -111.22603834704431, 41.191672438229553 ], [ -111.22579941554272, 41.19154679590644 ], [ -111.22566159885157, 41.191348891573121 ], [ -111.22567899119268, 41.19120473061912 ], [ -111.22588680870018, 41.190952101173657 ], [ -111.22613676412129, 41.19081649171023 ], [ -111.22644006942124, 41.190590697516427 ], [ -111.22654125870204, 41.190540954904399 ], [ -111.2266484257096, 41.190495704405059 ], [ -111.22679091589997, 41.19031976925519 ], [ -111.22699335516675, 41.190238299064319 ], [ -111.2271957160802, 41.190134308843 ], [ -111.22752852980089, 41.189822878194697 ], [ -111.22769512740882, 41.189722560908969 ], [ -111.2278615589846, 41.189574501668979 ], [ -111.2280335895133, 41.189321939083079 ], [ -111.22811648247476, 41.189155128176644 ], [ -111.22828212634634, 41.188780970752553 ], [ -111.2283171328359, 41.188560206989571 ], [ -111.22839302899601, 41.188096147904218 ], [ -111.22849316388839, 41.187744639835728 ], [ -111.22853846237498, 41.187397744451729 ], [ -111.22869368122072, 41.187113686371646 ], [ -111.22896674264835, 41.186770842270732 ], [ -111.22934681823904, 41.186342209053819 ], [ -111.2296442715667, 41.186156953636704 ], [ -111.23016185749026, 41.185840642651996 ], [ -111.23082258717643, 41.185542058416658 ], [ -111.23126906386435, 41.185351996057783 ], [ -111.23183466400566, 41.185130164456524 ], [ -111.23250736630958, 41.184849562306404 ], [ -111.23281081362836, 41.184677798481601 ], [ -111.23307212750724, 41.184393519876494 ], [ -111.23323881795697, 41.184325622886853 ], [ -111.23348321915974, 41.184316119756296 ], [ -111.23375742920669, 41.184306555611563 ], [ -111.2342522732704, 41.184310054192864 ], [ -111.23469330051809, 41.18426862062411 ], [ -111.23496145180529, 41.184232042139037 ], [ -111.23510455054108, 41.184236254093925 ], [ -111.23517605963153, 41.184227100162033 ], [ -111.23527737757567, 41.184217885296796 ], [ -111.23553326588321, 41.184086747159874 ], [ -111.23565188758575, 41.183915353653333 ], [ -111.23574040927771, 41.183662950166045 ], [ -111.23587030666791, 41.183311374520116 ], [ -111.2358813411773, 41.183063633530871 ], [ -111.2358740220084, 41.182685314957162 ], [ -111.23605101122395, 41.182166995654079 ], [ -111.23611592544769, 41.181982199759901 ], [ -111.23611540779444, 41.181838073725572 ], [ -111.23607304611103, 41.18166250565789 ], [ -111.23585792964842, 41.181523323240896 ], [ -111.23567262168419, 41.18138407942844 ], [ -111.23558859552949, 41.18122661230241 ], [ -111.23546238767548, 41.180943120123324 ], [ -111.23540183752255, 41.180682013480912 ], [ -111.23540687971668, 41.180425276724215 ], [ -111.23543012867306, 41.180258582203365 ], [ -111.23544756450777, 41.18013333610967 ], [ -111.23544709029076, 41.180000920266764 ], [ -111.23539295720403, 41.179866812508664 ], [ -111.23534497595442, 41.179785839038601 ], [ -111.23518369665534, 41.179696089001673 ], [ -111.23508816987396, 41.179655748258391 ], [ -111.23471779365727, 41.179440312899352 ], [ -111.23444273678095, 41.179206666462541 ], [ -111.23411392110633, 41.178942501618074 ], [ -111.23388673170581, 41.178757399446717 ], [ -111.23363557369294, 41.17853721444164 ], [ -111.23349777690312, 41.178343822969289 ], [ -111.23337806923558, 41.178208045550917 ], [ -111.23329990520497, 41.178019937754719 ], [ -111.23324682338725, 41.17784439023827 ], [ -111.23311387798751, 41.177673508333065 ], [ -111.23305246728151, 41.177502481548075 ], [ -111.23301691884156, 41.177227810969931 ], [ -111.23305827964981, 41.177124135847798 ], [ -111.23312342413855, 41.177003297465468 ], [ -111.2332777709216, 41.176821925136878 ], [ -111.2334146365036, 41.176754088217415 ], [ -111.23367059560324, 41.176649977777046 ], [ -111.23381943063572, 41.176595628019321 ], [ -111.23391450354848, 41.176509859433089 ], [ -111.23397961059821, 41.176379111883456 ], [ -111.23399701294053, 41.176243957244019 ], [ -111.2340263693531, 41.176117786263411 ], [ -111.2340557096219, 41.175987111328986 ], [ -111.23407920099432, 41.175887976106893 ], [ -111.23418010523564, 41.175766163627657 ], [ -111.23437633690581, 41.175630645187738 ], [ -111.23448336180044, 41.175553859751098 ], [ -111.23459597462916, 41.175372570569245 ], [ -111.23465475178577, 41.17513914482906 ], [ -111.23470770906917, 41.174945365909181 ], [ -111.23470687310828, 41.174711160790764 ], [ -111.23480758139384, 41.174535300407506 ], [ -111.23499776674076, 41.174377273320523 ], [ -111.23515847218906, 41.17431028645801 ], [ -111.23527739642624, 41.174228071199622 ], [ -111.23555040251379, 41.173894218845938 ], [ -111.23567498287311, 41.1737273168158 ], [ -111.23585303218208, 41.173510761410533 ], [ -111.23605495579154, 41.173303164753456 ], [ -111.23613801861946, 41.173194899007996 ], [ -111.23632813215265, 41.173018853924468 ], [ -111.23644676433666, 41.172856467219567 ], [ -111.23647583923049, 41.172653728480213 ], [ -111.23652869197907, 41.172432924983866 ], [ -111.23658190084423, 41.172311208267544 ], [ -111.23670597304331, 41.172004682761866 ], [ -111.2367990812045, 41.171707228728572 ], [ -111.23696048031512, 41.171504217710137 ], [ -111.23720329000632, 41.171066831868117 ], [ -111.23744077011732, 41.170805111707061 ], [ -111.23761282892174, 41.170584061848501 ], [ -111.23776587804812, 41.1703810668903 ], [ -111.23808843272253, 41.170240777201755 ], [ -111.23831483403724, 41.170213285111416 ], [ -111.23843386449525, 41.170163494984969 ], [ -111.23855291437685, 41.170119109472019 ], [ -111.23880852551025, 41.169928511801515 ], [ -111.23908174147914, 41.16966221013427 ], [ -111.23923613985046, 41.169504250206934 ], [ -111.23942047405038, 41.16938316049545 ], [ -111.23966460212603, 41.169314192272701 ], [ -111.23990231255287, 41.16912002621207 ], [ -111.24002104396432, 41.168989163391124 ], [ -111.24015724489468, 41.168745664476923 ], [ -111.24034101239386, 41.168470538275407 ], [ -111.24050697974783, 41.168217968848509 ], [ -111.24063724994997, 41.167983489684516 ], [ -111.24076185570929, 41.167830093891041 ], [ -111.2408864443932, 41.167672194012077 ], [ -111.24142157940592, 41.167319762973428 ], [ -111.24154633094336, 41.167206901857291 ], [ -111.24177818388974, 41.167044272027972 ], [ -111.24180750478472, 41.166913594965905 ], [ -111.24173543609943, 41.166765114789158 ], [ -111.24163343449278, 41.16658066549239 ], [ -111.24152577099333, 41.166477299676373 ], [ -111.24137632063898, 41.166356005397354 ], [ -111.24136387146412, 41.166211904004932 ], [ -111.24143476492846, 41.166040604042657 ], [ -111.24154751110223, 41.165905248145009 ], [ -111.24180846455451, 41.165553389855098 ], [ -111.24195109229964, 41.165440490739606 ], [ -111.24210454712593, 41.165354592595669 ], [ -111.24221252270962, 41.165219246059685 ], [ -111.2423546180204, 41.164962220048871 ], [ -111.242501632985, 41.164746620155881 ], [ -111.2426152311931, 41.164520280894124 ], [ -111.24271601915684, 41.164375941036788 ], [ -111.24287657257196, 41.164276514936837 ], [ -111.24308488835771, 41.164199507751768 ], [ -111.24330519352064, 41.164141391603323 ], [ -111.24348383868609, 41.164099577450358 ], [ -111.24375779598937, 41.164044950199809 ], [ -111.2440854925436, 41.164017232345905 ], [ -111.24431781309497, 41.163985211913356 ], [ -111.2444771209251, 41.163872274263412 ], [ -111.24463256751754, 41.163682776836637 ], [ -111.24502457942094, 41.163321624752996 ], [ -111.24520852973164, 41.163105041979748 ], [ -111.24539231082343, 41.162843419403536 ], [ -111.24551083511795, 41.162663007386705 ], [ -111.24555225122087, 41.162581847348669 ], [ -111.24575956576876, 41.162239102233926 ], [ -111.24594332542438, 41.16197297480106 ], [ -111.24606785692552, 41.161806061320398 ], [ -111.24620397012707, 41.161549043202335 ], [ -111.2462381655975, 41.161449882387132 ], [ -111.24639331465073, 41.161183815360481 ], [ -111.24654163155557, 41.16100333850261 ], [ -111.24677339963095, 41.160827186684102 ], [ -111.24692201897054, 41.160727780460263 ], [ -111.24713585542636, 41.160538154379125 ], [ -111.24737926851849, 41.160289912534296 ], [ -111.24755748031555, 41.160136394066662 ], [ -111.24775958045583, 41.159996335905596 ], [ -111.2478725238846, 41.15991952511574 ], [ -111.24806862916877, 41.159770471331115 ], [ -111.24831816542923, 41.159567254173396 ], [ -111.24849034551433, 41.159395731293515 ], [ -111.24871595591806, 41.15917004492939 ], [ -111.24880504181326, 41.159088780737747 ], [ -111.24901273758231, 41.158854124497168 ], [ -111.24926279642207, 41.158790527803717 ], [ -111.24957931025907, 41.158650218779798 ], [ -111.24989898784119, 41.158401806272465 ], [ -111.25016715524411, 41.15808594490408 ], [ -111.25053476013447, 41.157904986361721 ], [ -111.25079638928024, 41.157751281366998 ], [ -111.25104001540917, 41.157565186282575 ], [ -111.25131959229066, 41.157430357734953 ], [ -111.25155744928792, 41.157294718826236 ], [ -111.25185462261457, 41.157086885900689 ], [ -111.25209810868829, 41.156865657740063 ], [ -111.25227612751819, 41.156667092409137 ], [ -111.25246592552871, 41.156432469053257 ], [ -111.25251328839748, 41.156351293398991 ], [ -111.25255469191563, 41.156270130790254 ], [ -111.25268496830773, 41.156054554307921 ], [ -111.25281487352504, 41.155742593068759 ], [ -111.25292142908218, 41.155557695502594 ], [ -111.25309909542196, 41.155269049796914 ], [ -111.25329475891958, 41.155011892175153 ], [ -111.25350833288415, 41.154763702779569 ], [ -111.25365678946092, 41.15462825619764 ], [ -111.25385901608479, 41.154528722874176 ], [ -111.2541919066074, 41.154316301120403 ], [ -111.2545780429744, 41.154004672894999 ], [ -111.25473252439333, 41.153887227567481 ], [ -111.25494051417699, 41.153738135668384 ], [ -111.25514263134195, 41.153611576363389 ], [ -111.25540428509335, 41.153471372732042 ], [ -111.25560650201318, 41.153370935547848 ], [ -111.25591560127732, 41.153172974346226 ], [ -111.25612346341319, 41.152992352625489 ], [ -111.25645600535414, 41.15269434917807 ], [ -111.25662793550589, 41.152468766586821 ], [ -111.25681716105714, 41.152094513368112 ], [ -111.2569355995852, 41.151905081495748 ], [ -111.2571078427721, 41.151760569361102 ], [ -111.25735139718844, 41.151566353731866 ], [ -111.25754740324338, 41.151403771863123 ], [ -111.2577077791305, 41.151272797337171 ], [ -111.25788001896811, 41.151128284041867 ], [ -111.25814720942549, 41.150884469850872 ], [ -111.25845534838567, 41.150446891366677 ], [ -111.25853208613321, 41.150262055354702 ], [ -111.25865599718635, 41.149951001493271 ], [ -111.25880427292878, 41.149775012622428 ], [ -111.25914302887011, 41.149549051246787 ], [ -111.25939252771271, 41.149354817864307 ], [ -111.25953487707844, 41.149187849374528 ], [ -111.25967101837021, 41.148957838748963 ], [ -111.25977099856608, 41.148624317582275 ], [ -111.25988307261314, 41.14833580899603 ], [ -111.26001282186409, 41.147996815624133 ], [ -111.26011858290633, 41.1476191418787 ], [ -111.26019502784531, 41.147362241372505 ], [ -111.26026547817298, 41.147096346352861 ], [ -111.26034834350587, 41.146956535165188 ], [ -111.26043119066739, 41.146812219957773 ], [ -111.26075770576914, 41.146509713434483 ], [ -111.26115000955249, 41.146270112825533 ], [ -111.26162604894968, 41.146111392701918 ], [ -111.26212620978806, 41.14602558050094 ], [ -111.26252532261179, 41.14600125083809 ], [ -111.26299563237703, 41.14590109009162 ], [ -111.26348367131496, 41.145764854884106 ], [ -111.26385875394244, 41.145691932375939 ], [ -111.26420991228386, 41.145596543526544 ], [ -111.26438818979742, 41.145479030523866 ], [ -111.26461377410581, 41.145272229404057 ], [ -111.26475588041052, 41.145050306127303 ], [ -111.26484435115529, 41.144825803592511 ], [ -111.26493891724181, 41.144635517359859 ], [ -111.26496778351017, 41.14440574698375 ], [ -111.26496720337049, 41.144261620324095 ], [ -111.26498424379407, 41.144054397129757 ], [ -111.26525210521373, 41.143990724660576 ], [ -111.26536520048721, 41.143963440190539 ], [ -111.26561522318677, 41.143908815968452 ], [ -111.26611515808789, 41.143772542149804 ], [ -111.26668669739246, 41.143663124415262 ], [ -111.26725819821171, 41.143544695932974 ], [ -111.26752018878044, 41.143503551809353 ], [ -111.26810261297865, 41.143434637773019 ], [ -111.26867671304304, 41.14337024420734 ], [ -111.26926630290573, 41.143305811575033 ], [ -111.26981312288575, 41.143273004111421 ], [ -111.27014686605303, 41.143294741938568 ], [ -111.27058182228231, 41.143298225105575 ], [ -111.27086801258996, 41.143347096530405 ], [ -111.27116017993109, 41.143400457174593 ], [ -111.27136880486685, 41.143422485906768 ], [ -111.27171429809559, 41.14340365550931 ], [ -111.27199998721929, 41.143330917296751 ], [ -111.27217243557693, 41.143249437981424 ], [ -111.27260083669734, 41.14310880100188 ], [ -111.27283277064821, 41.143004659912052 ], [ -111.27327911757436, 41.142881993904147 ], [ -111.27379694010617, 41.142754652305769 ], [ -111.27421366242527, 41.142672589087105 ], [ -111.27461247216613, 41.142581559061433 ], [ -111.27501738929921, 41.142526545079939 ], [ -111.27535088541461, 41.142489716414893 ], [ -111.27577390167308, 41.142488704520019 ], [ -111.27603043831647, 41.142570062915588 ], [ -111.27647747237002, 41.142613130089607 ], [ -111.27684130727553, 41.142706840307838 ], [ -111.27703824331363, 41.142782934870581 ], [ -111.27717429434134, 41.142832151604132 ], [ -111.27749771187231, 41.142948476986092 ], [ -111.27822451365803, 41.142928707899586 ], [ -111.27864151742891, 41.142914187992865 ], [ -111.27889752114228, 41.142868528476889 ], [ -111.27943335949298, 41.142777149933615 ], [ -111.27995752936143, 41.14274434925958 ], [ -111.28039209859372, 41.142657716321693 ], [ -111.28077919493208, 41.142616237467024 ], [ -111.28124985643815, 41.142610585323048 ], [ -111.28163700974901, 41.142582615448021 ], [ -111.28204809112017, 41.142577105690663 ], [ -111.28261417655573, 41.142593734298835 ], [ -111.28322210377971, 41.142641785262228 ], [ -111.28368229702461, 41.142695601718657 ], [ -111.28392553453172, 41.142730133669659 ], [ -111.28423579743546, 41.142832960548716 ], [ -111.28452240445671, 41.142976381018144 ], [ -111.28460716015238, 41.143011302849324 ], [ -111.28486857351241, 41.143115149495365 ], [ -111.28517821532797, 41.143073847372037 ], [ -111.28592851543576, 41.142977403509207 ], [ -111.28628582000616, 41.142935980095722 ], [ -111.28652406200642, 41.142917371773798 ], [ -111.28707208093576, 41.142888983407701 ], [ -111.28746411770531, 41.142888005779589 ], [ -111.28798977139893, 41.142922724853051 ], [ -111.28854408331161, 41.142970881746876 ], [ -111.28919433765192, 41.143158419140249 ], [ -111.28941033511535, 41.143229940680079 ], [ -111.28986801138203, 41.143251309940403 ], [ -111.29008251659189, 41.143254373183026 ], [ -111.29012422682253, 41.143255168942652 ], [ -111.29058273722579, 41.143195461273947 ], [ -111.290844532431, 41.143113728610807 ], [ -111.29139189310966, 41.142936689374324 ], [ -111.29174249738854, 41.142728618000852 ], [ -111.29195612606674, 41.142534404787426 ], [ -111.2921876273457, 41.142340145841331 ], [ -111.29233561615706, 41.142123578383639 ], [ -111.2926136170895, 41.141667968537661 ], [ -111.29277953670692, 41.141464866941071 ], [ -111.29300495367448, 41.141243597780111 ], [ -111.29314703967836, 41.141040556259263 ], [ -111.2932770887917, 41.140810521195021 ], [ -111.29353734495409, 41.140386482209635 ], [ -111.29362013111961, 41.14024664718643 ], [ -111.29383912102286, 41.139921800693728 ], [ -111.29420051001274, 41.139465974130069 ], [ -111.2943376612953, 41.139226911668381 ], [ -111.29452744037631, 41.139032754517807 ], [ -111.29486482649317, 41.138806691308496 ], [ -111.29533913434032, 41.138557756141594 ], [ -111.2957627293848, 41.138426053299817 ], [ -111.2962682942015, 41.138240090083798 ], [ -111.29655389289434, 41.138158283176587 ], [ -111.29686915685348, 41.138049375098774 ], [ -111.29726166460512, 41.137895226830814 ], [ -111.29767933469671, 41.137772540227928 ], [ -111.29799948326232, 41.137690640450039 ], [ -111.29863645270467, 41.137581795690814 ], [ -111.29913059531059, 41.137507548791518 ], [ -111.29935067515646, 41.137430409058375 ], [ -111.2998265823434, 41.137276936096278 ], [ -111.3000882357161, 41.137171761920719 ], [ -111.3004669665241, 41.136873510486652 ], [ -111.30064614129751, 41.136710898882008 ], [ -111.30082981361973, 41.136489723197755 ], [ -111.30116171929274, 41.13611502364509 ], [ -111.30129783235169, 41.135916491538509 ], [ -111.30135499432545, 41.13538937347424 ], [ -111.30140120978736, 41.135073972218997 ], [ -111.30151250099921, 41.134659312506763 ], [ -111.30163044947983, 41.134397771421789 ], [ -111.30181466944532, 41.134298200808104 ], [ -111.30200486672034, 41.134203118234737 ], [ -111.3022666780607, 41.13413577230282 ], [ -111.30248684225816, 41.134080245552106 ], [ -111.30279039024803, 41.134020896043559 ], [ -111.30301688800242, 41.134047324539274 ], [ -111.30330862469694, 41.134010524761571 ], [ -111.3035825102543, 41.133978275294233 ], [ -111.30416573240778, 41.133850624727842 ], [ -111.30444507429888, 41.133710262659783 ], [ -111.3046172695787, 41.133588199304256 ], [ -111.30499591755023, 41.133280925035457 ], [ -111.30526409400225, 41.13304600639524 ], [ -111.30554846773607, 41.132707452009917 ], [ -111.30572569540048, 41.132387197328896 ], [ -111.30587349189257, 41.132143588627528 ], [ -111.30596297145838, 41.131913646646126 ], [ -111.30615179487013, 41.131525800357473 ], [ -111.30636985886983, 41.131277500220548 ], [ -111.30674388769846, 41.131006264449226 ], [ -111.30714260223158, 41.130919625974585 ], [ -111.30780916587263, 41.130787230688568 ], [ -111.30823776751423, 41.130723028604585 ], [ -111.30858905539553, 41.130686056097424 ], [ -111.30897010617842, 41.130644498691986 ], [ -111.31010729872172, 41.130519834956814 ], [ -111.31050198353198, 41.130590835987469 ], [ -111.31075749056033, 41.130707251256993 ], [ -111.31091317770523, 41.130877983491153 ], [ -111.31114083812447, 41.131152113322393 ], [ -111.31135056569728, 41.131412779134067 ], [ -111.31182233796974, 41.131659223543032 ], [ -111.3121089345279, 41.131798071668236 ], [ -111.31250837762022, 41.131865449703753 ], [ -111.31293744814752, 41.131899416224918 ], [ -111.31332499582145, 41.131970426944193 ], [ -111.31373080156985, 41.132122458758985 ], [ -111.31414230839809, 41.13222042551341 ], [ -111.31457755852102, 41.132300309936738 ], [ -111.31467173989516, 41.132312663939743 ], [ -111.31492328178888, 41.132344405432271 ], [ -111.31531007941743, 41.132257771287939 ], [ -111.31563737057833, 41.132184810918474 ], [ -111.3159468980048, 41.132134418370924 ], [ -111.31643977107278, 41.132056497481095 ], [ -111.3168877381751, 41.132055266126848 ], [ -111.31747176388464, 41.132103202236074 ], [ -111.31808018410004, 41.132268172197698 ], [ -111.31846226151549, 41.132438268864064 ], [ -111.3187553120367, 41.132676170711754 ], [ -111.31931237642834, 41.133305188810162 ], [ -111.31959402234969, 41.133646712213007 ], [ -111.31982203468405, 41.133983879809634 ], [ -111.31999092454492, 41.134168075011537 ], [ -111.32017536980854, 41.134365738741238 ], [ -111.32055799100519, 41.134643922973439 ], [ -111.32093452645962, 41.134895098848041 ], [ -111.32124533688102, 41.135105920740735 ], [ -111.3215262264327, 41.135288900475352 ], [ -111.32175953384923, 41.135487326038763 ], [ -111.32198655057448, 41.135617307851525 ], [ -111.32229758822299, 41.135873166270656 ], [ -111.32252500443724, 41.136084217950227 ], [ -111.3227889171436, 41.136448303012315 ], [ -111.32300457674084, 41.136690914680536 ], [ -111.32319042858927, 41.136929105559851 ], [ -111.32334633962007, 41.137135852155602 ], [ -111.32384796289547, 41.137377659203473 ], [ -111.3241760016264, 41.137453304589719 ], [ -111.32427129489989, 41.137447631588799 ], [ -111.32449761746642, 41.137434383092867 ], [ -111.32496628975143, 41.137275421899368 ], [ -111.32527080080608, 41.137170970454854 ], [ -111.32557989869005, 41.137030473223746 ], [ -111.32594285747318, 41.136939366805805 ], [ -111.32637148100336, 41.136875097241756 ], [ -111.32688361955515, 41.136833109147538 ], [ -111.32738422327452, 41.136867719595763 ], [ -111.32832086606892, 41.137130790078452 ], [ -111.32886337747742, 41.137205810665705 ], [ -111.32966851509528, 41.137379165470342 ], [ -111.33010246824894, 41.137427466818451 ], [ -111.33089652612351, 41.137528780753549 ], [ -111.33106372099866, 41.137604868408886 ], [ -111.33145193361001, 41.137797424151714 ], [ -111.33169071088531, 41.137891320917149 ], [ -111.33212033448306, 41.138025203140607 ], [ -111.332138229824, 41.138029655547733 ], [ -111.33238881032403, 41.138100996824889 ], [ -111.33245425237281, 41.138082791979819 ], [ -111.33268034324442, 41.138023587267512 ], [ -111.33284777664687, 41.137910503594483 ], [ -111.333000843091, 41.137783949203779 ], [ -111.3331965522777, 41.13760772726404 ], [ -111.33354676261024, 41.137353588926317 ], [ -111.33399229866329, 41.137100974782186 ], [ -111.33428870797785, 41.136811858927608 ], [ -111.33449568500919, 41.136509490003476 ], [ -111.33485544466109, 41.135792308475075 ], [ -111.33516875338215, 41.135313973056391 ], [ -111.33544642879041, 41.134858260530521 ], [ -111.33565321074849, 41.134519857974638 ], [ -111.33608013078494, 41.134126764978291 ], [ -111.33644864782795, 41.133963545163546 ], [ -111.33678746940218, 41.133818427000598 ], [ -111.33716297010417, 41.133623656449736 ], [ -111.33733384354508, 41.133488036098242 ], [ -111.33749969206002, 41.133301985363616 ], [ -111.33755307979685, 41.133257689701331 ], [ -111.33787363117274, 41.133036053787158 ], [ -111.3382366201058, 41.132958420532283 ], [ -111.33873769638201, 41.132857860162986 ], [ -111.33917744402729, 41.132879086318844 ], [ -111.33974920657637, 41.132854881491966 ], [ -111.34029722886605, 41.132847859174127 ], [ -111.34068443820088, 41.132846714736672 ], [ -111.34096430838697, 41.132824267519339 ], [ -111.34110038770802, 41.132643704500452 ], [ -111.34127181635563, 41.132387369322629 ], [ -111.34140788926649, 41.132205905146456 ], [ -111.34167513675543, 41.132047472658449 ], [ -111.34191857842453, 41.131893614210242 ], [ -111.34220962787077, 41.131730605824501 ], [ -111.34245857438823, 41.13149025297264 ], [ -111.34269523963634, 41.131179673620267 ], [ -111.34301503633294, 41.130818401407787 ], [ -111.34325143364582, 41.130457376809773 ], [ -111.34342242082849, 41.13011906674592 ], [ -111.34350494710904, 41.129952172463028 ], [ -111.34377740840506, 41.129654095293965 ], [ -111.34418713136739, 41.129405151537348 ], [ -111.34451967289246, 41.129205981232985 ], [ -111.34490598795554, 41.129038177035454 ], [ -111.34517340300583, 41.128915767921633 ], [ -111.34563128954547, 41.12876576285182 ], [ -111.34589908059269, 41.128715415040809 ], [ -111.34638729225, 41.128668908080087 ], [ -111.34703063793812, 41.128671475923731 ], [ -111.34733499890727, 41.128778654865556 ], [ -111.34753800183165, 41.128868122785356 ], [ -111.34781260475349, 41.12897989423508 ], [ -111.34800993780341, 41.129123426520309 ], [ -111.34818373048647, 41.129321077693902 ], [ -111.34826760121153, 41.129410904312742 ], [ -111.34844756665741, 41.129649072474834 ], [ -111.34865707894505, 41.129842110863208 ], [ -111.34886023008067, 41.129958600020558 ], [ -111.3490864213736, 41.129926386798971 ], [ -111.3494553365187, 41.12984870022337 ], [ -111.34984259961989, 41.129861036875255 ], [ -111.34986640285669, 41.129856460582268 ], [ -111.350265076635, 41.129774177028381 ], [ -111.35065810437339, 41.129750461362136 ], [ -111.35101017850292, 41.129866493335754 ], [ -111.35135096498432, 41.130099662811986 ], [ -111.35160199743676, 41.130257437937168 ], [ -111.35196562373334, 41.130304970831162 ], [ -111.35225198515488, 41.130385167693298 ], [ -111.35244863306801, 41.13039807825929 ], [ -111.35274613721491, 41.130334111620449 ], [ -111.35293021973175, 41.130225451684346 ], [ -111.35313209962696, 41.130103224882205 ], [ -111.35359491724796, 41.129764004832367 ], [ -111.35400474878841, 41.12954204990195 ], [ -111.35426030800046, 41.129433168169264 ], [ -111.3545517813706, 41.129356604189816 ], [ -111.35485532768844, 41.129309728727492 ], [ -111.35568246285384, 41.129149537755474 ], [ -111.35614701413618, 41.129134590532743 ], [ -111.35669012071268, 41.129105886223904 ], [ -111.35718336137083, 41.129108862017091 ], [ -111.35748117281585, 41.129103434275663 ], [ -111.3577435864032, 41.129161171779408 ], [ -111.35807145098792, 41.129205193251998 ], [ -111.35833979771539, 41.129258406948232 ], [ -111.35878084112549, 41.129302074302643 ], [ -111.35913839253671, 41.129327984253877 ], [ -111.35959703664015, 41.129322049545777 ], [ -111.36005665039335, 41.129275573927188 ], [ -111.36035287667438, 41.129198079619258 ], [ -111.36062604749046, 41.129044088618649 ], [ -111.36087529153201, 41.128872155895358 ], [ -111.3612967096913, 41.128596090645523 ], [ -111.36161765267788, 41.128464467484392 ], [ -111.36191474304978, 41.12832841435651 ], [ -111.36231316925748, 41.128205553827172 ], [ -111.36261085211952, 41.128177593199169 ], [ -111.36297400798331, 41.128140417521202 ], [ -111.36331363506581, 41.128157362982925 ], [ -111.36355800596957, 41.128183616102767 ], [ -111.3638307698635, 41.128173746985432 ], [ -111.36408246326076, 41.128231503912737 ], [ -111.36429737540195, 41.128316400643421 ], [ -111.36439965996927, 41.128500741416936 ], [ -111.36456176115949, 41.128729932880944 ], [ -111.36468812328515, 41.128959237247564 ], [ -111.36489234785769, 41.129264862970025 ], [ -111.365078254682, 41.12948947426392 ], [ -111.36531737396453, 41.129641852434105 ], [ -111.36566384132287, 41.129816409447891 ], [ -111.36606937774999, 41.129900697627995 ], [ -111.36633190211356, 41.12997643121799 ], [ -111.36659425158648, 41.130020636729775 ], [ -111.36691549190229, 41.129943045959692 ], [ -111.36713473809927, 41.129735163229554 ], [ -111.36718590214655, 41.129509799903104 ], [ -111.36723839377611, 41.129095264078337 ], [ -111.36725505841554, 41.128879018678404 ], [ -111.36722389379928, 41.128631397696481 ], [ -111.36727609734942, 41.128379006937159 ], [ -111.36728064752664, 41.128126768076513 ], [ -111.3673151313793, 41.127901457808214 ], [ -111.36735527014292, 41.127622081407658 ], [ -111.36744296048354, 41.127324537296566 ], [ -111.36756028185461, 41.126999874526561 ], [ -111.36764835257675, 41.126770789928976 ], [ -111.3677183169028, 41.126499425378228 ], [ -111.36779446847974, 41.126269477892343 ], [ -111.36782347107636, 41.126129761052596 ], [ -111.36789331327363, 41.125836777517549 ], [ -111.36793385091366, 41.125629463679097 ], [ -111.36801022721916, 41.125440051376373 ], [ -111.36807466519822, 41.125246173151417 ], [ -111.36807313001648, 41.12497143352374 ], [ -111.36805365545816, 41.124684139970725 ], [ -111.3680109749255, 41.124507719158252 ], [ -111.36797377790765, 41.124246605433562 ], [ -111.36794278900948, 41.124030511953585 ], [ -111.3678517852882, 41.123733537922618 ], [ -111.36782702988405, 41.1235669685977 ], [ -111.36785580490928, 41.123386716321505 ], [ -111.36791991436856, 41.123134287031235 ], [ -111.36801445826566, 41.12299886475072 ], [ -111.36813275085265, 41.122849854474097 ], [ -111.36828660343801, 41.122669202327906 ], [ -111.36843462501611, 41.122511088672972 ], [ -111.368518471179, 41.122380204188055 ], [ -111.36861164514534, 41.122213257707536 ], [ -111.36868198392325, 41.122010352137096 ], [ -111.36869841534094, 41.121753570913974 ], [ -111.36869738187353, 41.121568909754835 ], [ -111.36866015867818, 41.121303292191861 ], [ -111.36862321300043, 41.121087217846757 ], [ -111.36855658852694, 41.12088925447739 ], [ -111.36849584483178, 41.120677760216154 ], [ -111.36838152335342, 41.120470941256087 ], [ -111.36824948591186, 41.120291202877709 ], [ -111.36804595326583, 41.120107188750659 ], [ -111.36787207541705, 41.119900559506064 ], [ -111.36768088405869, 41.119793073531646 ], [ -111.36755490625367, 41.119631331045866 ], [ -111.36760174893477, 41.119487053173032 ], [ -111.36780937362383, 41.119337758072589 ], [ -111.36802265128759, 41.119134396376779 ], [ -111.36815274790486, 41.118967332225431 ], [ -111.36832440842193, 41.118777614982072 ], [ -111.3686268930626, 41.118551446852521 ], [ -111.36890027782103, 41.118446979479465 ], [ -111.36921530138703, 41.118333369994929 ], [ -111.3694771769559, 41.118301002357754 ], [ -111.36987542722534, 41.1181601000442 ], [ -111.37003575105109, 41.118074008951901 ], [ -111.37020190363052, 41.117965378835486 ], [ -111.37031422154917, 41.117815484598395 ], [ -111.37043805528576, 41.117595290596995 ], [ -111.3704835977997, 41.117432999631596 ], [ -111.37050123763609, 41.117180718084597 ], [ -111.37041045489717, 41.116923380345249 ], [ -111.37032629673311, 41.116784927227826 ], [ -111.37025516021882, 41.116632019349197 ], [ -111.37017543321342, 41.116434098870769 ], [ -111.37004874755475, 41.116146248856616 ], [ -111.37003564770792, 41.11593460219494 ], [ -111.37011210811968, 41.11576320399125 ], [ -111.37030745008076, 41.115550887543165 ], [ -111.3704971138844, 41.115388133195289 ], [ -111.37068109999815, 41.115274940977898 ], [ -111.37094250630203, 41.115161499222836 ], [ -111.37129876726846, 41.11497118293881 ], [ -111.37154800650457, 41.114812738852073 ], [ -111.37173201460914, 41.114704048894247 ], [ -111.3720298317218, 41.114500406844734 ], [ -111.37224211866165, 41.114337576547165 ], [ -111.37244961480995, 41.114170257325441 ], [ -111.37269884824532, 41.114011810751677 ], [ -111.37294828440183, 41.113889395116722 ], [ -111.37321548355708, 41.113748905331228 ], [ -111.37335749255823, 41.113586300598641 ], [ -111.37345791593458, 41.113441846563852 ], [ -111.37354635172565, 41.11328391925305 ], [ -111.37368217379587, 41.113080798008973 ], [ -111.37383005880835, 41.112904661565594 ], [ -111.37406704133119, 41.112687699521636 ], [ -111.37419721226397, 41.112538644217743 ], [ -111.37445246729652, 41.112393686313183 ], [ -111.37466079670777, 41.112374992959516 ], [ -111.37492272272323, 41.112356124828324 ], [ -111.37511316066986, 41.11233298485935 ], [ -111.37543379152434, 41.112165291815181 ], [ -111.37558599756109, 41.111912570701996 ], [ -111.37559763574022, 41.111655803700891 ], [ -111.37552432638978, 41.11133175331188 ], [ -111.37542139636395, 41.111034823495181 ], [ -111.37542037010518, 41.110854666068093 ], [ -111.37550890040583, 41.11071475295828 ], [ -111.37563274978415, 41.11050266031797 ], [ -111.37566150313833, 41.110323306586075 ], [ -111.37561801610109, 41.110007266175195 ], [ -111.37550310087985, 41.109696863374154 ], [ -111.37551432304829, 41.10957611905463 ], [ -111.3755433432396, 41.109443606266595 ], [ -111.3756317019876, 41.109273967053916 ], [ -111.37582684778636, 41.10903371675758 ], [ -111.37599194033123, 41.108744920776147 ], [ -111.37620556992027, 41.108613606807914 ], [ -111.37647317296968, 41.108548775603516 ], [ -111.37678234093464, 41.108463089359319 ], [ -111.37702014802282, 41.108394751103958 ], [ -111.37727566440749, 41.10829933024165 ], [ -111.37744175465953, 41.108186185720342 ], [ -111.37760168311506, 41.108037028981599 ], [ -111.37768974047562, 41.10781604329884 ], [ -111.37770662404218, 41.107644835129193 ], [ -111.37770476576037, 41.107320551650098 ], [ -111.37763175552975, 41.107049648845418 ], [ -111.37764237987678, 41.106825313714289 ], [ -111.37764694110791, 41.106582081552446 ], [ -111.37761587764447, 41.106356982235468 ], [ -111.37750116587686, 41.106082612750789 ], [ -111.37735724933171, 41.105907427302057 ], [ -111.37714764750324, 41.105700027732873 ], [ -111.37705774126211, 41.105597630265407 ], [ -111.37703928499279, 41.105494098126442 ], [ -111.37719956869894, 41.105407997048601 ], [ -111.37746128573708, 41.105357595672565 ], [ -111.37763963862983, 41.105307466971581 ], [ -111.37786508545123, 41.105162599058637 ], [ -111.37819729930372, 41.104945315909156 ], [ -111.37834489561031, 41.104724134162048 ], [ -111.37835988958942, 41.1042241382466 ], [ -111.37837537455461, 41.103809717142489 ], [ -111.3783434879701, 41.103441392626841 ], [ -111.37833965715694, 41.102773908672802 ], [ -111.37834998900652, 41.102499129186583 ], [ -111.37835454744788, 41.102255896826485 ], [ -111.37829322138909, 41.101945320401178 ], [ -111.37817854045953, 41.101675455301049 ], [ -111.37812961500798, 41.101450414557206 ], [ -111.37806290482878, 41.101238944221407 ], [ -111.37804380258463, 41.101022813615181 ], [ -111.37801892709861, 41.100838230128055 ], [ -111.37813591762666, 41.100473020039388 ], [ -111.37821839158698, 41.100318711604743 ], [ -111.37829486972663, 41.100157216349388 ], [ -111.37835866393141, 41.099860641861412 ], [ -111.37833308503775, 41.099553551155829 ], [ -111.37832913080136, 41.098864447819636 ], [ -111.37835753081021, 41.098625641047718 ], [ -111.37842211948727, 41.098467787927817 ], [ -111.37851104066277, 41.098399935412971 ], [ -111.37870728747355, 41.098358754292022 ], [ -111.37893917990527, 41.098303943523099 ], [ -111.37915326200488, 41.098258198954845 ], [ -111.37958152902119, 41.098184724401932 ], [ -111.37995633973222, 41.098133944695078 ], [ -111.38019431407028, 41.098101631488433 ], [ -111.38039663754471, 41.098082046777556 ], [ -111.38069987547442, 41.098009881586869 ], [ -111.3808840558471, 41.097941712452126 ], [ -111.3811686967022, 41.097742593880582 ], [ -111.38140497555717, 41.097417521877709 ], [ -111.38152859362165, 41.097172994209316 ], [ -111.38162084961266, 41.096859208218035 ], [ -111.38163838455183, 41.096597015597183 ], [ -111.38159504003559, 41.096308901226365 ], [ -111.38153359501612, 41.09597940968164 ], [ -111.38147894853152, 41.095795826171759 ], [ -111.38141257215821, 41.095642908868903 ], [ -111.38135797318256, 41.095467432388723 ], [ -111.38120837654157, 41.095337310524954 ], [ -111.38102205010682, 41.09523883814775 ], [ -111.38078993043267, 41.095045932158961 ], [ -111.38047290188446, 41.094789348855421 ], [ -111.38037044882509, 41.094574394407474 ], [ -111.38034481604311, 41.094259196795122 ], [ -111.38037910846343, 41.094011361828898 ], [ -111.38043087141182, 41.093695908675322 ], [ -111.38058418604368, 41.093439573328133 ], [ -111.38079086213268, 41.093145227553499 ], [ -111.38096228936807, 41.092932971344275 ], [ -111.38128158736049, 41.092553576425658 ], [ -111.38137603429651, 41.092413638823615 ], [ -111.38148781987452, 41.092183563067437 ], [ -111.38145635969074, 41.091890905038603 ], [ -111.38135392884283, 41.091679554509376 ], [ -111.38126829099258, 41.091283482914989 ], [ -111.3811358611195, 41.091031695119334 ], [ -111.38104533913693, 41.090820304889228 ], [ -111.38081737346637, 41.090519288219035 ], [ -111.38058428838876, 41.09036241711059 ], [ -111.38017918143989, 41.090107024460934 ], [ -111.3800642055856, 41.089990298845969 ], [ -111.37998380732907, 41.089675281528343 ], [ -111.38003735644865, 41.089463415248225 ], [ -111.38013042585629, 41.089084769233757 ], [ -111.38031915857997, 41.088777871988064 ], [ -111.38040731147342, 41.088579403393652 ], [ -111.38051225757523, 41.088196213769045 ], [ -111.38055806255666, 41.087880779920795 ], [ -111.38055689317231, 41.087678102117856 ], [ -111.38050175759848, 41.08740804197005 ], [ -111.38050045330073, 41.087181943600463 ], [ -111.38066004350678, 41.086984139645011 ], [ -111.38092111260289, 41.086834643640223 ], [ -111.38123014187289, 41.086743540864447 ], [ -111.38145596039362, 41.086675232947321 ], [ -111.3818599992542, 41.086543277572559 ], [ -111.38207955051119, 41.086420940746713 ], [ -111.38233991960662, 41.086357020561834 ], [ -111.38261528560558, 41.086415559824069 ], [ -111.38293720458887, 41.086494662298719 ], [ -111.38335996168038, 41.086511272704612 ], [ -111.38344330160662, 41.086510995400936 ], [ -111.38366358331758, 41.086514766187321 ], [ -111.38397905824745, 41.086509211295237 ], [ -111.38463242737096, 41.086259310081822 ], [ -111.38493523309172, 41.086123177762914 ], [ -111.38519046773415, 41.085996211757539 ], [ -111.38545721745376, 41.085802546900439 ], [ -111.38565231118989, 41.08557128734661 ], [ -111.38575266535484, 41.085426822198656 ], [ -111.38587165156726, 41.085211130756939 ], [ -111.38602419887087, 41.08503406148975 ], [ -111.38621984740865, 41.084898284714257 ], [ -111.38643369621869, 41.08482099907377 ], [ -111.38675514186041, 41.084819920603081 ], [ -111.38711259440714, 41.084868264700852 ], [ -111.38745274489891, 41.085011250681085 ], [ -111.38788829938741, 41.085180938764232 ], [ -111.38812133031568, 41.085328787344729 ], [ -111.3884076984008, 41.085435919327665 ], [ -111.38872356579753, 41.085497910700461 ], [ -111.38881886300061, 41.085506597247232 ], [ -111.38893799781715, 41.08551970729394 ], [ -111.3892950038324, 41.085491477468786 ], [ -111.38950284497423, 41.085405198362274 ], [ -111.38967483609819, 41.085296519932193 ], [ -111.38981105705565, 41.085178954182794 ], [ -111.39007222597826, 41.085051056473468 ], [ -111.39030406741368, 41.084997123745239 ], [ -111.39068445401223, 41.084896745801878 ], [ -111.39094530513786, 41.084715699532275 ], [ -111.39105138546036, 41.084535178023877 ], [ -111.39111571653035, 41.084341286012965 ], [ -111.39122766829088, 41.084147232285048 ], [ -111.39134589264478, 41.084007205609318 ], [ -111.39159491879339, 41.083840610933002 ], [ -111.39183800714503, 41.083676738330624 ], [ -111.39221696451378, 41.083337646081389 ], [ -111.39233414066403, 41.083021964392245 ], [ -111.39239068055018, 41.082720001190893 ], [ -111.39241407359904, 41.082449679116124 ], [ -111.39240654049091, 41.082183966386701 ], [ -111.39235154871984, 41.081945439494397 ], [ -111.39224832214214, 41.081603483829667 ], [ -111.39244426917237, 41.081521743905661 ], [ -111.39283734179922, 41.081556436843741 ], [ -111.39308736398419, 41.081559187431409 ], [ -111.39316356004892, 41.081559828281989 ], [ -111.39342043505803, 41.081513911122656 ], [ -111.39374746725856, 41.081454241555711 ], [ -111.39411616553899, 41.081394428558127 ], [ -111.39440697064937, 41.081249304240963 ], [ -111.39466795881002, 41.081095273234332 ], [ -111.39494012246105, 41.080819594215214 ], [ -111.39513446871005, 41.080670294576223 ], [ -111.39530140649978, 41.080516584594612 ], [ -111.39570605685898, 41.080299001707672 ], [ -111.39599585240987, 41.08018540512159 ], [ -111.39626340708448, 41.080134940877578 ], [ -111.39659670697648, 41.080129290167577 ], [ -111.39704954001431, 41.080204299428189 ], [ -111.39772845208047, 41.080260510623482 ], [ -111.39818145036726, 41.08036253911019 ], [ -111.39874221744383, 41.080567785888086 ], [ -111.39902852735723, 41.080665883685896 ], [ -111.39929698115161, 41.080764042646805 ], [ -111.39975667445842, 41.080987650830217 ], [ -111.39994185233532, 41.081095105235825 ], [ -111.40009751483811, 41.081243198194137 ], [ -111.40029429812866, 41.081301067283931 ], [ -111.40039524240086, 41.081260180203465 ], [ -111.40055502653193, 41.081106487495177 ], [ -111.40066096535266, 41.080907941390613 ], [ -111.40079060335925, 41.080691296590281 ], [ -111.40097386591785, 41.080483473129618 ], [ -111.40135286747234, 41.080162366729887 ], [ -111.4015664637141, 41.080049021524715 ], [ -111.40174451030047, 41.079962824119676 ], [ -111.40191630237175, 41.079827103796774 ], [ -111.402206232127, 41.07954233754144 ], [ -111.40235962171779, 41.079317500751124 ], [ -111.40244184797479, 41.079136151113971 ], [ -111.40255979221773, 41.078955577445129 ], [ -111.40267801069906, 41.078820043115975 ], [ -111.40310538181994, 41.078624875029945 ], [ -111.40337953758581, 41.078682468187857 ], [ -111.40365926019143, 41.07867698459841 ], [ -111.40389742812107, 41.078689662161551 ], [ -111.40427861289923, 41.07872886180872 ], [ -111.40452879585386, 41.078759512080794 ], [ -111.40473665097079, 41.078682213475851 ], [ -111.40493202087535, 41.078510373480547 ], [ -111.40515103221999, 41.07831142577372 ], [ -111.40531688855393, 41.078180225267261 ], [ -111.4059852062494, 41.077484249958175 ], [ -111.40607960701846, 41.077348796028225 ], [ -111.40614394246373, 41.077163903513579 ], [ -111.40619592997814, 41.07690698978854 ], [ -111.40616525523225, 41.076758464474622 ], [ -111.40613441429569, 41.076582915471384 ], [ -111.4062043347916, 41.076338549834119 ], [ -111.40634156501972, 41.07619934144315 ], [ -111.40663112980683, 41.07605419057343 ], [ -111.40688647791994, 41.075958704285988 ], [ -111.40728992714159, 41.075750092951004 ], [ -111.40750338761559, 41.075618720983407 ], [ -111.40768714369298, 41.075496461804519 ], [ -111.40788844833281, 41.075324595724005 ], [ -111.40800659368284, 41.075180048031669 ], [ -111.40825553876232, 41.075012516655427 ], [ -111.40862972099727, 41.074885077102536 ], [ -111.40908888604147, 41.074833002621382 ], [ -111.40949854176414, 41.074859472643652 ], [ -111.40969644851523, 41.074908313670448 ], [ -111.4099398409839, 41.074997528952792 ], [ -111.41013083025773, 41.075082426197945 ], [ -111.41031561615938, 41.075126808812072 ], [ -111.41060720416839, 41.075117662883919 ], [ -111.41078550034658, 41.07507559021191 ], [ -111.41104109109419, 41.075020630249853 ], [ -111.41134387459455, 41.074897940596081 ], [ -111.41150968193035, 41.074762227252023 ], [ -111.41179309035508, 41.074396387173927 ], [ -111.41214224007352, 41.074074450911446 ], [ -111.41295689698448, 41.073955329954288 ], [ -111.41338561670436, 41.073985321081246 ], [ -111.41382011903973, 41.073988265574847 ], [ -111.41425515859925, 41.074076783357199 ], [ -111.41460673380864, 41.074143079603786 ], [ -111.41498222988642, 41.07422730481332 ], [ -111.41539893537815, 41.074239315530967 ], [ -111.41584542800278, 41.074255721295891 ], [ -111.41602384338543, 41.074233457886002 ], [ -111.41604169286778, 41.074232492633719 ], [ -111.41619632397089, 41.074213918062277 ], [ -111.41643991808493, 41.074145477319682 ], [ -111.4166835401294, 41.074081540005849 ], [ -111.41696284344158, 41.074012969026711 ], [ -111.41705809910428, 41.074017128355202 ], [ -111.41727845440768, 41.07403885084414 ], [ -111.41772608650646, 41.074235406990034 ], [ -111.41789931386324, 41.074333867881997 ], [ -111.4182454903693, 41.07448665025148 ], [ -111.41859771736797, 41.074654723346775 ], [ -111.41895657849619, 41.074929967489346 ], [ -111.41957141034828, 41.07521058442817 ], [ -111.42036472199491, 41.075477935790254 ], [ -111.42071677012208, 41.075616276332553 ], [ -111.42173201875902, 41.07596388050991 ], [ -111.42232275304552, 41.076195927221399 ], [ -111.42257223439969, 41.076303109630395 ], [ -111.42287147475439, 41.076558742308748 ], [ -111.42290287976977, 41.07681535747377 ], [ -111.42291787933006, 41.077112569209604 ], [ -111.42280070861088, 41.077590427630277 ], [ -111.42275580507574, 41.078013972287515 ], [ -111.42269229450106, 41.078320480084273 ], [ -111.422641091481, 41.078689999262181 ], [ -111.4227622982603, 41.079027357691878 ], [ -111.42303794525849, 41.07931460464291 ], [ -111.42322347382382, 41.079471564780867 ], [ -111.42354255889505, 41.079848731746218 ], [ -111.42376232384562, 41.079960524755016 ], [ -111.42404277345028, 41.080067589999032 ], [ -111.42448355799709, 41.080115511509568 ], [ -111.4247932545033, 41.080142295274001 ], [ -111.4253057806483, 41.080238592765653 ], [ -111.42575887864575, 41.08034952049573 ], [ -111.42628909580621, 41.080419624811221 ], [ -111.42667044890142, 41.080481269916596 ], [ -111.4269024594268, 41.080460592821886 ], [ -111.42698574462206, 41.08045307777293 ], [ -111.42711544002765, 41.080442688222661 ], [ -111.4272474987994, 41.080429587340056 ], [ -111.42765242836784, 41.080455109461965 ], [ -111.42808076404732, 41.08041838746886 ], [ -111.42868246411493, 41.080496322452639 ], [ -111.42920163059955, 41.080697071596113 ], [ -111.42939849599054, 41.08076389873036 ], [ -111.42978695048976, 41.081001164552447 ], [ -111.43020449398561, 41.081134727570706 ], [ -111.43057383251308, 41.081178388442616 ], [ -111.4307818407629, 41.081128066571232 ], [ -111.43101911009823, 41.081001066223017 ], [ -111.43128001109304, 41.080846952707127 ], [ -111.43152897682495, 41.080688379257055 ], [ -111.43186760877491, 41.080588021743196 ], [ -111.43212909615035, 41.080523984874716 ], [ -111.43246230547747, 41.080504718644654 ], [ -111.43272458953852, 41.080562286478553 ], [ -111.43293887156084, 41.080561481576439 ], [ -111.43302675834744, 41.08052962306413 ], [ -111.43315860315259, 41.080484087134202 ], [ -111.43356270641557, 41.08038347850696 ], [ -111.43403337952343, 41.080449267162969 ], [ -111.43424218318621, 41.080520545089378 ], [ -111.43453994518002, 41.080541942776584 ], [ -111.43485014626417, 41.080644365443284 ], [ -111.43508269523316, 41.080705643345738 ], [ -111.43524433410104, 41.080845558907093 ], [ -111.4353529615761, 41.081070350450219 ], [ -111.4356097738448, 41.081199996984708 ], [ -111.4358187600867, 41.081298295576403 ], [ -111.43602137786166, 41.081333561356999 ], [ -111.43624176355007, 41.081355247401873 ], [ -111.43647979783967, 41.081345337910584 ], [ -111.43671753987273, 41.081291289465923 ], [ -111.43721699326339, 41.081207421963342 ], [ -111.43744868628997, 41.081138982041175 ], [ -111.43792502189636, 41.081159692906567 ], [ -111.43817495985174, 41.081149734673801 ], [ -111.43852647645957, 41.081197941854519 ], [ -111.43886524999719, 41.081120083443274 ], [ -111.43910319306595, 41.081096656768018 ], [ -111.43939410689968, 41.080982946869831 ], [ -111.43953630222532, 41.080883315727363 ], [ -111.43970822856814, 41.080779066921885 ], [ -111.43989852174033, 41.080751316386966 ], [ -111.44031539243124, 41.080781252448439 ], [ -111.44060723521943, 41.08080716110792 ], [ -111.44100038769415, 41.08085069749346 ], [ -111.44154839094608, 41.080907151376088 ], [ -111.441846488694, 41.080978073301537 ], [ -111.44215679356063, 41.081093987987693 ], [ -111.44253892625606, 41.081269079291602 ], [ -111.44289083358987, 41.081374923326976 ], [ -111.44315237366382, 41.081319869332013 ], [ -111.44361052200384, 41.081291082224929 ], [ -111.44393231179893, 41.081343891383348 ], [ -111.44443895853864, 41.081445531198867 ], [ -111.44469542563915, 41.081521110340177 ], [ -111.44489856504921, 41.08163292711459 ], [ -111.44502438503031, 41.081754050243426 ], [ -111.44528799805695, 41.082006158691598 ], [ -111.44549669089992, 41.082058499658345 ], [ -111.44574098287954, 41.082093587204199 ], [ -111.44612221098285, 41.082132648180824 ], [ -111.44649129084117, 41.082135722678863 ], [ -111.44703231916846, 41.082039040244062 ], [ -111.4475728875473, 41.081874796511073 ], [ -111.44811909965399, 41.081665487928142 ], [ -111.44844507145589, 41.081457034093184 ], [ -111.448711732351, 41.081280338566287 ], [ -111.44886514462567, 41.081081563442623 ], [ -111.44905365662522, 41.080792570587974 ], [ -111.44917684544185, 41.080526352255504 ], [ -111.44932430233268, 41.080327599713179 ], [ -111.44963795409831, 41.080059737212622 ], [ -111.45001727407809, 41.07982044324806 ], [ -111.45059269935247, 41.07953444015876 ], [ -111.4508654835503, 41.079384739888944 ], [ -111.45122634736799, 41.079059036606388 ], [ -111.45136158248755, 41.07881528889282 ], [ -111.45150255295347, 41.078539990268851 ], [ -111.45167932708532, 41.07827806323931 ], [ -111.4518565007964, 41.078074686868035 ], [ -111.45206926210521, 41.077853154451077 ], [ -111.45231711647337, 41.077541403102593 ], [ -111.45243396357829, 41.077221157580965 ], [ -111.45250979467728, 41.076995657836058 ], [ -111.45263354958767, 41.076815010194174 ], [ -111.45276341025522, 41.076656858623956 ], [ -111.45292306069628, 41.076503093857077 ], [ -111.45306500937302, 41.076371918667753 ], [ -111.45321913964884, 41.076281231752198 ], [ -111.45356397692829, 41.076225826463052 ], [ -111.45371145944004, 41.076207229698312 ], [ -111.45377170390572, 41.076139431871994 ], [ -111.45374166585461, 41.076099013793005 ], [ -111.45366355470846, 41.075992125181372 ], [ -111.45363710922092, 41.075608485038551 ], [ -111.45371975331379, 41.075509070763822 ], [ -111.45384963980251, 41.075355421879429 ], [ -111.454033029709, 41.075192553962872 ], [ -111.45420997092278, 41.074957646511898 ], [ -111.45445805252874, 41.074681921863728 ], [ -111.45493217266953, 41.074387288334435 ], [ -111.45529962451572, 41.07416063498188 ], [ -111.45551884189622, 41.074015639277647 ], [ -111.45571465602757, 41.073929288254334 ], [ -111.45595774055769, 41.07379320540435 ], [ -111.45612974688561, 41.073706947875372 ], [ -111.45636126909541, 41.073620454400434 ], [ -111.45668231442343, 41.073569638038556 ], [ -111.45699111291412, 41.073469324889039 ], [ -111.45746614964449, 41.073309798528328 ], [ -111.45763210742972, 41.073210050639069 ], [ -111.45774437547456, 41.073092499627229 ], [ -111.4579692854376, 41.072911444293261 ], [ -111.45809320537631, 41.072757814288074 ], [ -111.45820547183369, 41.07264026282612 ], [ -111.45844309552979, 41.072576261112062 ], [ -111.4585981484834, 41.072620684571319 ], [ -111.45886593651477, 41.072615114489196 ], [ -111.45921087512954, 41.072577708062681 ], [ -111.45954939136085, 41.072472765577345 ], [ -111.45994748446172, 41.072376592399557 ], [ -111.46014338209595, 41.072303745634144 ], [ -111.46030952177213, 41.072231017410026 ], [ -111.46064233445833, 41.072162126837583 ], [ -111.46085069979338, 41.072170301798906 ], [ -111.46111864310927, 41.072187246076261 ], [ -111.46153590956402, 41.072280160477902 ], [ -111.46194152636022, 41.072409152406664 ], [ -111.46234682918875, 41.07249310373885 ], [ -111.46254955359176, 41.072545437873728 ], [ -111.46269853765328, 41.072572764812108 ], [ -111.46282962932432, 41.072594758572485 ], [ -111.46312072354831, 41.072517921124188 ], [ -111.46337539957756, 41.072340338842146 ], [ -111.4636422050511, 41.072195136297232 ], [ -111.46387387027906, 41.072131147361439 ], [ -111.4641707796598, 41.072035366870558 ], [ -111.46438455767979, 41.071966944915047 ], [ -111.46471688894434, 41.071830483878372 ], [ -111.4651549799367, 41.071499921175885 ], [ -111.46539224329462, 41.071386362114673 ], [ -111.46562387218459, 41.071317865761195 ], [ -111.46594454917293, 41.071217480611267 ], [ -111.46619988704977, 41.071135375101065 ], [ -111.46655585669458, 41.070976292899481 ], [ -111.46686389503759, 41.070772363364156 ], [ -111.46712992136914, 41.070519058836339 ], [ -111.4673901155449, 41.070282892707169 ], [ -111.46762040456106, 41.070026128740572 ], [ -111.46781500967182, 41.069773112410637 ], [ -111.46792075959679, 41.069579009156129 ], [ -111.46803226851337, 41.069357858142737 ], [ -111.46832138647018, 41.069005368045879 ], [ -111.46846145239361, 41.0687831997285 ], [ -111.46865293406637, 41.068594152072833 ], [ -111.46884640478868, 41.068350146652563 ], [ -111.46904560116626, 41.068074589277451 ], [ -111.4691820344086, 41.067844327558596 ], [ -111.46928166607029, 41.067627727682371 ], [ -111.46934607110219, 41.067478831878667 ], [ -111.46967702342099, 41.067153192165755 ], [ -111.46987842893651, 41.067021753771876 ], [ -111.4700622372001, 41.066926419175083 ], [ -111.47026943181825, 41.066772436249337 ], [ -111.47039881324, 41.066555713963659 ], [ -111.47049856740796, 41.06635712868043 ], [ -111.47067568330944, 41.066158227351707 ], [ -111.47094222276665, 41.065981480562151 ], [ -111.47109604697111, 41.065854738510971 ], [ -111.47139208128755, 41.065641837718559 ], [ -111.4715520477741, 41.065542094209221 ], [ -111.47193110163003, 41.065288315852278 ], [ -111.47206102226481, 41.0651481582508 ], [ -111.47220889153563, 41.065021439095041 ], [ -111.4725176261655, 41.064921084532251 ], [ -111.47285621076793, 41.064834118803468 ], [ -111.47314828123402, 41.064733830927594 ], [ -111.47344340445126, 41.064561465008346 ], [ -111.47367406372457, 41.064362339036137 ], [ -111.47396474666662, 41.064235030503774 ], [ -111.47432221368889, 41.064292112328381 ], [ -111.47468045859993, 41.064457286980186 ], [ -111.47496163647229, 41.064663314602718 ], [ -111.47500950222694, 41.064699149687812 ], [ -111.47520106303342, 41.064856001564728 ], [ -111.47523674205543, 41.064852251192491 ], [ -111.47552343562488, 41.064832151515589 ], [ -111.47575923969445, 41.06468704872313 ], [ -111.47601984120804, 41.064514818731581 ], [ -111.47625107738709, 41.06439675808118 ], [ -111.47663674017514, 41.064237521912666 ], [ -111.47699359109902, 41.064209021093205 ], [ -111.47721341132718, 41.064158566475179 ], [ -111.47743918197337, 41.064108086784849 ], [ -111.47773649168451, 41.064075326287224 ], [ -111.47805132718439, 41.063997451844401 ], [ -111.47852105093942, 41.063942354523057 ], [ -111.4789189598811, 41.063831703576746 ], [ -111.47923954733795, 41.063726777696687 ], [ -111.47945920064646, 41.063653799250339 ], [ -111.47976222884532, 41.063589481400925 ], [ -111.48005451242908, 41.063520703467077 ], [ -111.48033839887965, 41.063442951697837 ], [ -111.48070135847729, 41.063436934176387 ], [ -111.48102808873823, 41.063359001982334 ], [ -111.48134232574176, 41.063200048184534 ], [ -111.48160320245141, 41.063068340831464 ], [ -111.48185072369708, 41.062900656346265 ], [ -111.48202458741912, 41.062751295641441 ], [ -111.48218258399136, 41.062547952484586 ], [ -111.48235376962562, 41.062358066045888 ], [ -111.48268509300804, 41.062095443932044 ], [ -111.48298113881985, 41.061891521350148 ], [ -111.4832891234354, 41.061692952793173 ], [ -111.48349080831211, 41.06160562904946 ], [ -111.48380615321815, 41.061599801520956 ], [ -111.48394384070286, 41.061711824607585 ], [ -111.48417042350121, 41.061773929534937 ], [ -111.48438963474288, 41.061804536660226 ], [ -111.48467665596144, 41.061831254950206 ], [ -111.48505749089875, 41.061829652584692 ], [ -111.4854146494657, 41.06184526407862 ], [ -111.48583106177055, 41.061826393905349 ], [ -111.48642561178865, 41.061755424287064 ], [ -111.48662181353887, 41.06173207570378 ], [ -111.48703170271783, 41.061635759102778 ], [ -111.48740615359637, 41.06157562332573 ], [ -111.48779795615189, 41.061447852155339 ], [ -111.4882789147011, 41.061306189777071 ], [ -111.48867703114514, 41.061227933400062 ], [ -111.48902750942429, 41.061145373766081 ], [ -111.48930817180864, 41.061117158113461 ], [ -111.48965190897985, 41.061088673789001 ], [ -111.48999696965005, 41.061078199006943 ], [ -111.49021693650947, 41.061050239203453 ], [ -111.49054448011505, 41.061084877784147 ], [ -111.49074786085023, 41.0612272406077 ], [ -111.49110754352135, 41.061582428960229 ], [ -111.49131822498927, 41.061905822379373 ], [ -111.49164203655718, 41.062237740895455 ], [ -111.49187612248615, 41.062506984828985 ], [ -111.49220605163934, 41.062860495031948 ], [ -111.49244599867453, 41.063117101406988 ], [ -111.49266771908363, 41.063323339869527 ], [ -111.49303249294883, 41.063560494270753 ], [ -111.49332548387338, 41.063747509506371 ], [ -111.49366619679495, 41.063949633318884 ], [ -111.49413129761307, 41.064073753220974 ], [ -111.49444110715569, 41.064121968863248 ], [ -111.49485130331807, 41.064066159578879 ], [ -111.49521994500354, 41.064024039556081 ], [ -111.49549283362325, 41.06391026537338 ], [ -111.4961461607336, 41.063740804668285 ], [ -111.49657386634105, 41.063639873405435 ], [ -111.49697127467694, 41.063467006479243 ], [ -111.49739207636995, 41.063239988655305 ], [ -111.49761744781696, 41.063139025850447 ], [ -111.4980859589794, 41.062926212406836 ], [ -111.49820823657639, 41.062727505777332 ], [ -111.49835581207483, 41.062411584393459 ], [ -111.49855116102889, 41.062275618017935 ], [ -111.49877769029338, 41.062171044687403 ], [ -111.49904308394417, 41.062012254047943 ], [ -111.49945750979687, 41.061731207689839 ], [ -111.49960453461188, 41.061500863953945 ], [ -111.4998114451208, 41.061320705636753 ], [ -111.50004928718603, 41.061296252778696 ], [ -111.50031750268346, 41.061353641231506 ], [ -111.50045531989633, 41.061479156135015 ], [ -111.5005744716477, 41.061654296471552 ], [ -111.50065445299298, 41.061843119003065 ], [ -111.50076306576665, 41.062040825153126 ], [ -111.50096151264489, 41.062157067859637 ], [ -111.50124150352295, 41.062354028406027 ], [ -111.50144471265337, 41.062470249557514 ], [ -111.50166550048978, 41.062550361451365 ], [ -111.5020350196742, 41.062625321020583 ], [ -111.50238063442873, 41.062686871477794 ], [ -111.50277361460866, 41.062716685931221 ], [ -111.50303554438625, 41.062729054993724 ], [ -111.50337479786194, 41.062736581679914 ], [ -111.50358310359726, 41.06274017562982 ], [ -111.50383296050879, 41.062730075405739 ], [ -111.50405302990555, 41.06271560088895 ], [ -111.50427891219231, 41.062683084330452 ], [ -111.50464214010331, 41.062713022601912 ], [ -111.50495226069265, 41.062801745045249 ], [ -111.5051787976588, 41.062854800727955 ], [ -111.50566134982726, 41.062924749041549 ], [ -111.5062152415052, 41.062985373883059 ], [ -111.5070257725254, 41.06314395617941 ], [ -111.5074308317572, 41.063196221821642 ], [ -111.50765695640072, 41.063195225894859 ], [ -111.50789460116449, 41.063144634251877 ], [ -111.50807385997186, 41.063085291461967 ], [ -111.50828630328543, 41.063007785846736 ], [ -111.50853442565247, 41.062772480800184 ], [ -111.50866972800418, 41.06256920158522 ], [ -111.50889867634316, 41.06216282662546 ], [ -111.50899806477348, 41.061932681321714 ], [ -111.50913928672446, 41.061725772146737 ], [ -111.50932214736655, 41.061516877149941 ], [ -111.50953546141025, 41.061398828952015 ], [ -111.50986120759489, 41.061199210127221 ], [ -111.51015726917174, 41.061008729887668 ], [ -111.51036386366282, 41.060791620863533 ], [ -111.51067084733329, 41.060474977602567 ], [ -111.51080767698618, 41.06031672951832 ], [ -111.51094797164053, 41.060144953762709 ], [ -111.51110695803762, 41.059928054456407 ], [ -111.51125411248564, 41.059720215512158 ], [ -111.51136591297063, 41.059557573738658 ], [ -111.51154834882486, 41.059295529267423 ], [ -111.51184975371096, 41.059028452097095 ], [ -111.51213414387172, 41.058869546906884 ], [ -111.51247184011122, 41.058678875633525 ], [ -111.51271468062912, 41.058533665914489 ], [ -111.513017547103, 41.058455749207234 ], [ -111.51322562962042, 41.058432302449603 ], [ -111.51348134870558, 41.058413147118024 ], [ -111.51379663983235, 41.058402733730382 ], [ -111.51410580529549, 41.05836982656529 ], [ -111.51439715491834, 41.058341502145431 ], [ -111.51465868306097, 41.058304302077687 ], [ -111.51503882839158, 41.05821702681186 ], [ -111.51527056957066, 41.058175454429183 ], [ -111.51559142957944, 41.058116367507601 ], [ -111.51600702018744, 41.057996501308502 ], [ -111.51627417924047, 41.057918735923899 ], [ -111.5166895629242, 41.05777274470698 ], [ -111.51697418278289, 41.057645354873834 ], [ -111.51725323952149, 41.057567533844171 ], [ -111.51762746228623, 41.057484780670571 ], [ -111.51794852168234, 41.057451809774626 ], [ -111.51824007760902, 41.057450499008183 ], [ -111.51866288995105, 41.057493637321365 ], [ -111.51895448850797, 41.057497729413761 ], [ -111.51897828900528, 41.057497622232205 ], [ -111.51934127491322, 41.057499590215848 ], [ -111.51962022185567, 41.057408251805676 ], [ -111.51984572343405, 41.057330665968571 ], [ -111.5204869859833, 41.057156617620777 ], [ -111.52084313884654, 41.05704691132582 ], [ -111.5211992549655, 41.056932700046964 ], [ -111.52144274550096, 41.056873045919311 ], [ -111.52187022469229, 41.056754005591131 ], [ -111.52223116870459, 41.056648777357275 ], [ -111.52265377801959, 41.056516244043003 ], [ -111.52309308136041, 41.056388137452515 ], [ -111.52341965413552, 41.056301077702017 ], [ -111.52368081171463, 41.056218818354608 ], [ -111.52389404705605, 41.056096239838766 ], [ -111.52427348774408, 41.055923360376099 ], [ -111.52451643508016, 41.055796141481679 ], [ -111.52476529563849, 41.055664391097658 ], [ -111.52510293871896, 41.055473683021603 ], [ -111.52546427199887, 41.055269353786215 ], [ -111.52572499262305, 41.055133043194843 ], [ -111.52600349009157, 41.054987642773661 ], [ -111.52627001478481, 41.054833288253583 ], [ -111.52670209260873, 41.054547559133141 ], [ -111.5270750638738, 41.054311643285423 ], [ -111.52738910990728, 41.054148060711 ], [ -111.52786336693869, 41.053929694941729 ], [ -111.52824264059684, 41.053738786940677 ], [ -111.52852682404583, 41.053561825983934 ], [ -111.52875760251857, 41.053403125572721 ], [ -111.5290003875802, 41.05325788173635 ], [ -111.52938545937026, 41.053048927142385 ], [ -111.52981200313658, 41.052818161157852 ], [ -111.5301141648163, 41.052658229012309 ], [ -111.53048246198638, 41.052435835748227 ], [ -111.53085443506475, 41.052226936524598 ], [ -111.53120372477751, 41.052009132551817 ], [ -111.5314582897882, 41.051850317062843 ], [ -111.53183159146353, 41.051659424754433 ], [ -111.53218105640656, 41.051464137259131 ], [ -111.53243594375125, 41.051345854583353 ], [ -111.53259574640123, 41.051241522969875 ], [ -111.53272569186521, 41.051123816998334 ], [ -111.53287794502569, 41.050821341580786 ], [ -111.53295416195012, 41.050681363505227 ], [ -111.53311911183091, 41.050477918193515 ], [ -111.53331993930571, 41.050296826878231 ], [ -111.53353858490942, 41.050112049476581 ], [ -111.5337982419004, 41.049848711178477 ], [ -111.53402740424586, 41.049640463049322 ], [ -111.53426525861268, 41.04947721469852 ], [ -111.53467985617597, 41.049245585183591 ], [ -111.53511237183761, 41.049022879082543 ], [ -111.535349506003, 41.048918184527047 ], [ -111.53562751767313, 41.048718714371688 ], [ -111.53583417261075, 41.048524079391498 ], [ -111.53602816018596, 41.048234917817119 ], [ -111.5361158273202, 41.048040835692689 ], [ -111.53618604840881, 41.047896379265197 ], [ -111.53635667463359, 41.047661374454876 ], [ -111.53653387079457, 41.047502907728777 ], [ -111.5368120559646, 41.047325954147887 ], [ -111.53708443695569, 41.047167043161686 ], [ -111.53732776695693, 41.047093844026669 ], [ -111.5376837638745, 41.046975078231704 ], [ -111.53794490326722, 41.046897290646569 ], [ -111.53839031865274, 41.046800625522209 ], [ -111.5387047048648, 41.046686555011071 ], [ -111.53896543764721, 41.046559222406387 ], [ -111.53919043800794, 41.046427552338166 ], [ -111.53954558179406, 41.04620519150572 ], [ -111.53982345893009, 41.045992199633744 ], [ -111.54016656018868, 41.045752777873318 ], [ -111.54053994217008, 41.045578972279486 ], [ -111.54086577432057, 41.045410793507017 ], [ -111.54104912394946, 41.045279315259052 ], [ -111.54115502528167, 41.045134688242342 ], [ -111.54130814888856, 41.044944798772853 ], [ -111.5414611239492, 41.044736893567432 ], [ -111.54149537780133, 41.044561074427456 ], [ -111.54160438259311, 41.044069620031493 ], [ -111.54171586033645, 41.043879925697574 ], [ -111.5418148117454, 41.043613721169173 ], [ -111.5419197924782, 41.043357397120126 ], [ -111.54207800121181, 41.043062988531865 ], [ -111.54218932806442, 41.042855278190338 ], [ -111.54238940497116, 41.042588597334479 ], [ -111.54260100782017, 41.042276821275202 ], [ -111.54283075084754, 41.042000991840389 ], [ -111.54300895799517, 41.041824494054012 ], [ -111.54320233448675, 41.04161189202258 ], [ -111.54336674874195, 41.041349881566461 ], [ -111.5434837283337, 41.041107011612468 ], [ -111.54355325165311, 41.040880579972907 ], [ -111.54362203691205, 41.040709101288236 ], [ -111.54369926101377, 41.040551094925554 ], [ -111.54391248269745, 41.040437487350971 ], [ -111.54429750668849, 41.04023749099418 ], [ -111.54464713420789, 41.04007369310726 ], [ -111.54499096007848, 41.03992793783155 ], [ -111.54528675033818, 41.039728360093477 ], [ -111.54548702846105, 41.039488697157672 ], [ -111.54559789235223, 41.039226936889577 ], [ -111.54564213241837, 41.038821362012534 ], [ -111.54559113094724, 41.038408130689888 ], [ -111.54557647472369, 41.038073998744629 ], [ -111.54545479353871, 41.03774577822449 ], [ -111.54536861744961, 41.03739486924237 ], [ -111.54552141371434, 41.037168943021371 ], [ -111.54582930982581, 41.036996330887391 ], [ -111.54608946954569, 41.036805927876451 ], [ -111.5465042814071, 41.036614791042602 ], [ -111.54676518303788, 41.036514464226052 ], [ -111.54700314861849, 41.036517839110111 ], [ -111.54728267706474, 41.036512008020907 ], [ -111.54765704078882, 41.036465189091551 ], [ -111.54795438366222, 41.03645566847112 ], [ -111.54845297832016, 41.036326282313233 ], [ -111.54869529042733, 41.036280088336184 ], [ -111.54886796731049, 41.0361576564393 ], [ -111.549187970809, 41.036012002036721 ], [ -111.54943109637442, 41.035920762012601 ], [ -111.54969865078014, 41.035905974024466 ], [ -111.55007773779877, 41.035855521456668 ], [ -111.55040591782247, 41.03583503758054 ], [ -111.5506504558484, 41.035770812613734 ], [ -111.5510474035126, 41.0355797447735 ], [ -111.55133654436224, 41.035443240084639 ], [ -111.55169779952499, 41.035252340737564 ], [ -111.55192239741852, 41.035080111013862 ], [ -111.55203992910339, 41.034908393728173 ], [ -111.5521572720141, 41.034714156907683 ], [ -111.5522626429143, 41.034510969203495 ], [ -111.55229705119756, 41.034357666171751 ], [ -111.55234256476227, 41.034109724572396 ], [ -111.55254351586608, 41.033955623190657 ], [ -111.55282175180089, 41.033796646714308 ], [ -111.55305285517098, 41.033691944508817 ], [ -111.55339659145481, 41.033541660440669 ], [ -111.55362174509034, 41.033436985660487 ], [ -111.5539771102731, 41.033255115550261 ], [ -111.5540770163001, 41.033110505249141 ], [ -111.55426489354022, 41.032816837710257 ], [ -111.55443014910672, 41.032662904675043 ], [ -111.55461967907944, 41.032566506615417 ], [ -111.55483839560371, 41.0324042083991 ], [ -111.55509229858455, 41.032182286649402 ], [ -111.55523887477926, 41.031929352979695 ], [ -111.55521322957898, 41.031708777339659 ], [ -111.55509799006099, 41.031443592579755 ], [ -111.55498384829754, 41.031309020302835 ], [ -111.55486364584259, 41.031160964890333 ], [ -111.55457002323401, 41.030902043094194 ], [ -111.55431320709684, 41.030776263872859 ], [ -111.55400912013755, 41.030687644648282 ], [ -111.5535016062384, 41.0304558716225 ], [ -111.55333375210535, 41.03029903528531 ], [ -111.55318251443062, 41.030137614879862 ], [ -111.55300376773853, 41.029958309997589 ], [ -111.55296600955624, 41.029710767487018 ], [ -111.55311371929103, 41.029592952979066 ], [ -111.55327298431257, 41.029434546207597 ], [ -111.55349142233017, 41.029239822524488 ], [ -111.5536807250954, 41.029117303466577 ], [ -111.55383418350729, 41.028976039260769 ], [ -111.55392215826936, 41.028827883075117 ], [ -111.55423924486021, 41.028339919412794 ], [ -111.55446264155114, 41.028028064250307 ], [ -111.5546758421401, 41.027918940777042 ], [ -111.55494876365032, 41.02798068395871 ], [ -111.55522353497044, 41.027979360630553 ], [ -111.55563921146923, 41.027900788287866 ], [ -111.55591165653728, 41.027764352494465 ], [ -111.55608916945269, 41.027655398532247 ], [ -111.55620084358756, 41.027497217286857 ], [ -111.55628751474292, 41.027195026421275 ], [ -111.55629611170355, 41.026803130959586 ], [ -111.55624027382673, 41.026528652251365 ], [ -111.55623250732208, 41.026312494418335 ], [ -111.55622402079501, 41.026010762733982 ], [ -111.55625250633251, 41.025861990969965 ], [ -111.55635212343209, 41.025684950630833 ], [ -111.55648163528555, 41.02552668296115 ], [ -111.55642701853664, 41.025397229436976 ], [ -111.55639000094264, 41.025238864879974 ], [ -111.55637034740099, 41.025023665205026 ], [ -111.55649889599952, 41.024892426571135 ], [ -111.5566886359217, 41.02482394924143 ], [ -111.55687289684963, 41.024669920735299 ], [ -111.55708447570447, 41.024511255827079 ], [ -111.55724536405684, 41.024406884461577 ], [ -111.55746934111491, 41.024167085627866 ], [ -111.55752149743329, 41.024004686805448 ], [ -111.55754937145201, 41.023783852498475 ], [ -111.55755311529182, 41.023522598266439 ], [ -111.55750875132152, 41.023198519731487 ], [ -111.55742847053089, 41.022846689626775 ], [ -111.55731385308881, 41.022654469623092 ], [ -111.55710434348346, 41.022493335887326 ], [ -111.55686510029327, 41.022332345423685 ], [ -111.55662600995191, 41.022189370008164 ], [ -111.5561550674683, 41.022056521213223 ], [ -111.5558038597341, 41.022017678689338 ], [ -111.55542272875152, 41.021956458932024 ], [ -111.55508771944277, 41.021863487291746 ], [ -111.55483281494628, 41.021819673897404 ], [ -111.55454111572291, 41.021785045118101 ], [ -111.55428513578759, 41.021754747903657 ], [ -111.55396836650375, 41.02156709975074 ], [ -111.55364357774796, 41.021131765205759 ], [ -111.55349249413308, 41.020844230118612 ], [ -111.55338439633751, 41.020718635101417 ], [ -111.55333467348838, 41.020462141606956 ], [ -111.5534405388082, 41.020321106216734 ], [ -111.55353411051286, 41.020132386580215 ], [ -111.55367079218999, 41.019978591565469 ], [ -111.55375134793077, 41.019798041600531 ], [ -111.55380369870149, 41.01965816376795 ], [ -111.55396191951425, 41.019378150812848 ], [ -111.55403662194777, 41.019067010590391 ], [ -111.55409476719196, 41.018909088456411 ], [ -111.55417624557299, 41.018697005202796 ], [ -111.55424618900724, 41.018385887691885 ], [ -111.55430825973623, 41.018128856892673 ], [ -111.55435307556033, 41.017799843823632 ], [ -111.55436296725331, 41.017561080218705 ], [ -111.55433164891495, 41.017372059642021 ], [ -111.55432355023927, 41.017115366236823 ], [ -111.5543804092506, 41.016804311488634 ], [ -111.55444434709352, 41.01662834495275 ], [ -111.55471046201995, 41.01645140555987 ], [ -111.55498214388557, 41.016229397974186 ], [ -111.55521882651226, 41.016088631728486 ], [ -111.55544922128618, 41.015907358600536 ], [ -111.55559000360925, 41.015676972140987 ], [ -111.55573086066084, 41.015455593296835 ], [ -111.55586592193242, 41.015252258535426 ], [ -111.5559939757909, 41.014922843228817 ], [ -111.55611540039136, 41.014512386338673 ], [ -111.55628446873931, 41.014110707523443 ], [ -111.55636608590875, 41.013916638211832 ], [ -111.55650129373402, 41.013731318268107 ], [ -111.556837531545, 41.013409904794948 ], [ -111.55719880274103, 41.013237003932332 ], [ -111.55744130215535, 41.013082692717447 ], [ -111.55765963634491, 41.012883457112139 ], [ -111.55788932940258, 41.012621108997251 ], [ -111.55808345852773, 41.012372444852254 ], [ -111.55833078841998, 41.012086589229739 ], [ -111.5584178943694, 41.011839343678247 ], [ -111.55844549450177, 41.011586981468774 ], [ -111.55849695422508, 41.011343511798259 ], [ -111.55857893434707, 41.01119357907443 ], [ -111.55874977542599, 41.011004480474945 ], [ -111.55905797238245, 41.010885879976932 ], [ -111.55931879164318, 41.010790028965417 ], [ -111.55953828625168, 41.010729509805543 ], [ -111.55980524829219, 41.010657049094213 ], [ -111.56009575670763, 41.010556548049202 ], [ -111.56047510846976, 41.010415077579495 ], [ -111.56093060847303, 41.010138112882849 ], [ -111.56143969327594, 41.009869893552384 ], [ -111.56177676737117, 41.009652055326761 ], [ -111.56203665923063, 41.009448104720832 ], [ -111.56237338454858, 41.009189729705938 ], [ -111.56252091704118, 41.009058391442707 ], [ -111.56264386153039, 41.008832587289554 ], [ -111.5627905495887, 41.008602162989945 ], [ -111.56294885961832, 41.008340153159956 ], [ -111.56315538536741, 41.00815447695004 ], [ -111.563350471362, 41.00802200445122 ], [ -111.56367583812286, 41.007827639074655 ], [ -111.56393602416905, 41.007659715366373 ], [ -111.56422601362728, 41.007500653351869 ], [ -111.56445650759628, 41.007337377883303 ], [ -111.56469236922123, 41.007106514408484 ], [ -111.56491016184467, 41.006848714499654 ], [ -111.56519929874595, 41.0065905643661 ], [ -111.5654161681019, 41.006364296596701 ], [ -111.56563579929336, 41.006183055697818 ], [ -111.56596608609397, 41.005870652677864 ], [ -111.56634370164417, 41.005530991665786 ], [ -111.56653839549219, 41.005354375634667 ], [ -111.56679729103847, 41.005037816978785 ], [ -111.56694990163786, 41.004807358149279 ], [ -111.56706680068551, 41.004572570714409 ], [ -111.56716544627393, 41.004427954667491 ], [ -111.56732557479521, 41.004242499180457 ], [ -111.56750223325795, 41.004043449830554 ], [ -111.56783242329603, 41.003722033684205 ], [ -111.5680803518603, 41.003514524973227 ], [ -111.56833340648323, 41.003350229672684 ], [ -111.56854009512318, 41.003187063329626 ], [ -111.56868265230624, 41.003033221194798 ], [ -111.5687347649544, 41.002870816992427 ], [ -111.56873310001168, 41.002677149506709 ], [ -111.56870861130682, 41.002456570104734 ], [ -111.56862202272939, 41.002204768435767 ], [ -111.56844200568361, 41.002011980586246 ], [ -111.56828638895747, 41.001891137544874 ], [ -111.56799241234899, 41.001581804484587 ], [ -111.56763381616561, 41.001362870627538 ], [ -111.56730493965571, 41.001142888563756 ], [ -111.56708965319133, 41.000996213822646 ], [ -111.56687439855295, 41.000853141787864 ], [ -111.56674233580587, 41.000705156266378 ], [ -111.56668790524479, 41.000597325756885 ], [ -111.56658047174307, 41.000548308896064 ], [ -111.56662749134216, 41.000485020543231 ], [ -111.56690026425477, 41.000402605791301 ], [ -111.56717319092169, 41.000338205989749 ], [ -111.56749317425718, 41.000215020740463 ], [ -111.56787268281427, 41.000100549549011 ], [ -111.56813989441302, 41.000063200142598 ], [ -111.56845466493583, 41.000025615592477 ], [ -111.56881780744635, 41.000082377348654 ], [ -111.56916956443436, 41.000197747321856 ], [ -111.56955714730081, 41.000330955558027 ], [ -111.57023723724274, 41.000602342563312 ], [ -111.57054757888432, 41.00074043362077 ], [ -111.57079264362605, 41.000892359352534 ], [ -111.571060867453, 41.000972104433039 ], [ -111.57137035680284, 41.001011107566967 ], [ -111.5719643105968, 41.000945104727535 ], [ -111.57251594679576, 41.000798235446659 ], [ -111.57279419054355, 41.000661730541886 ], [ -111.57317259975898, 41.000421132936744 ], [ -111.57330824047813, 41.00029434395077 ], [ -111.57345569242663, 41.000158487869797 ], [ -111.57352617242685, 41.00005904729462 ], [ -111.57347169235139, 40.999946716152358 ], [ -111.57416192906661, 40.999330724224876 ], [ -111.57469844931681, 40.998814584535751 ], [ -111.57508259008486, 40.99855143159369 ], [ -111.57541436100766, 40.998419157369042 ], [ -111.57590034102796, 40.998245575063983 ], [ -111.57622518346021, 40.998000730896059 ], [ -111.57646101006658, 40.99777434735207 ], [ -111.57685116096431, 40.997520166612652 ], [ -111.57714158553108, 40.997419622931446 ], [ -111.57734949146128, 40.997400565453951 ], [ -111.57758708123752, 40.997376854781841 ], [ -111.57779400367461, 40.997245199198325 ], [ -111.57789986653367, 40.997114049930104 ], [ -111.57808186795417, 40.996851900163172 ], [ -111.57838803496732, 40.996512557633189 ], [ -111.57863050235379, 40.996367209912037 ], [ -111.57886127656975, 40.996244440848493 ], [ -111.57908627092803, 40.996140617535737 ], [ -111.57945391762325, 40.996034275153811 ], [ -111.57986302481588, 40.995910607504442 ], [ -111.5802015861459, 40.995877375303344 ], [ -111.58047645997574, 40.995903016004696 ], [ -111.58074341486098, 40.995974637663814 ], [ -111.58104162200544, 40.996084836351478 ], [ -111.58125606842981, 40.996134201029577 ], [ -111.58147648346194, 40.996186237654157 ], [ -111.58184488685451, 40.99616636235902 ], [ -111.58186866502778, 40.996166242335676 ], [ -111.5822545847536, 40.996110244594689 ], [ -111.58271215549485, 40.996089916102882 ], [ -111.58302162847804, 40.996128888093999 ], [ -111.58427097561388, 40.9962351646966 ], [ -111.58513947678222, 40.996298320701996 ], [ -111.58572906378041, 40.996416936792563 ], [ -111.5863427105137, 40.996566956105141 ], [ -111.58671131405353, 40.996569584682483 ], [ -111.58674103692542, 40.996569433396573 ], [ -111.5869963339813, 40.996532100938374 ], [ -111.58727508922708, 40.996458615695325 ], [ -111.58746471547747, 40.996390088128358 ], [ -111.58766008588856, 40.996299010521042 ], [ -111.58786678466083, 40.996144817564165 ], [ -111.58839774785223, 40.995687195546211 ], [ -111.58871060216516, 40.99543787328227 ], [ -111.5891370000983, 40.995255531268157 ], [ -111.58948093585312, 40.995159187098601 ], [ -111.58964669804978, 40.995081769789536 ], [ -111.58989439711078, 40.994859802100414 ], [ -111.59004770702043, 40.994719390676039 ], [ -111.59020089577228, 40.994565467395752 ], [ -111.59074914051926, 40.994049192813492 ], [ -111.59100876090048, 40.993831665699396 ], [ -111.59129874498166, 40.993686047698858 ], [ -111.59166608417841, 40.993549040136656 ], [ -111.59210384648796, 40.993443198333949 ], [ -111.59249052691334, 40.993342121522389 ], [ -111.59283368116783, 40.993160193634033 ], [ -111.59298099629443, 40.99301530502305 ], [ -111.59306296455101, 40.992875256525181 ], [ -111.59312693833037, 40.992717284190526 ], [ -111.59320858294502, 40.992541204518517 ], [ -111.59335375569995, 40.992157609598472 ], [ -111.59347250745373, 40.991612003192046 ], [ -111.59344378117191, 40.990927529065729 ], [ -111.5934137860049, 40.990234053196481 ], [ -111.59346215309473, 40.98966178436595 ], [ -111.5935300070123, 40.989274082975541 ], [ -111.59363223078886, 40.988742073523987 ], [ -111.59369466418035, 40.988412953119209 ], [ -111.59371561153516, 40.988097558620325 ], [ -111.59368298391563, 40.987773431835713 ], [ -111.59363175792835, 40.987363822990027 ], [ -111.59362856693524, 40.987008015890133 ], [ -111.59364890834738, 40.986625063011374 ], [ -111.59368210629866, 40.986350142198681 ], [ -111.59356731917246, 40.986143544872974 ], [ -111.59333960413461, 40.985937528719106 ], [ -111.59286084772829, 40.985575160062098 ], [ -111.59260392231248, 40.985292723000619 ], [ -111.59243421802397, 40.98505938221102 ], [ -111.59221732946378, 40.984866820442249 ], [ -111.59181689916471, 40.984621151490884 ], [ -111.59141199871469, 40.984407032750433 ], [ -111.59125630172967, 40.984277212570568 ], [ -111.59116562136779, 40.984106521901644 ], [ -111.59113433561102, 40.983931022508202 ], [ -111.59112561719132, 40.983620284433272 ], [ -111.59104494299129, 40.983238750523284 ], [ -111.59085004393276, 40.982711869215876 ], [ -111.59061766484815, 40.982114014779384 ], [ -111.59025687633898, 40.981512313251756 ], [ -111.58991381882819, 40.98103213050657 ], [ -111.5894871614498, 40.980507333195845 ], [ -111.58910251318378, 40.980027360598704 ], [ -111.58874750564067, 40.979538227093911 ], [ -111.58853761749141, 40.979327606010443 ], [ -111.58835808606463, 40.97918889524486 ], [ -111.58790461751757, 40.978988524078538 ], [ -111.58776114603877, 40.978894669496498 ], [ -111.58765261330552, 40.978719562793124 ], [ -111.58768036935928, 40.978498720272526 ], [ -111.58777980024183, 40.978318049246177 ], [ -111.58800134079544, 40.977699857366247 ], [ -111.58812621505045, 40.977172240265773 ], [ -111.58817357951028, 40.976482870711131 ], [ -111.58826664420944, 40.975586079045307 ], [ -111.58831460646766, 40.97496426778028 ], [ -111.58827530970653, 40.974554594700869 ], [ -111.58817737634962, 40.97410017969159 ], [ -111.58812396750743, 40.973573471726354 ], [ -111.58800019858714, 40.973020097928426 ], [ -111.58778645619626, 40.972372596448473 ], [ -111.58768858008584, 40.972057807892412 ], [ -111.58762679857334, 40.9717923804509 ], [ -111.5876727387551, 40.971611981959107 ], [ -111.58778388428358, 40.97141323458365 ], [ -111.58791217636841, 40.97113782981382 ], [ -111.5880050537271, 40.970889630174618 ], [ -111.58800257457273, 40.970610388077404 ], [ -111.58802178500419, 40.970096821665585 ], [ -111.58810181638812, 40.969740588799596 ], [ -111.5881945311466, 40.969474373343189 ], [ -111.58822252187598, 40.969280553811906 ], [ -111.58820213565663, 40.96899239478671 ], [ -111.58811179315063, 40.968722609068095 ], [ -111.58785249733532, 40.968431164322752 ], [ -111.58756480196637, 40.968153376048825 ], [ -111.58740260991711, 40.967956021660655 ], [ -111.58734681548771, 40.967695067479781 ], [ -111.58739279366345, 40.967519172893546 ], [ -111.58746836151482, 40.96732961517624 ], [ -111.58772877422837, 40.966676092551431 ], [ -111.58791522905635, 40.966259862749773 ], [ -111.58800399398737, 40.966084650506154 ], [ -111.5880317360749, 40.965862906680101 ], [ -111.58788733375712, 40.965660958039251 ], [ -111.58765411726395, 40.965494594024449 ], [ -111.58739727065182, 40.965343663911725 ], [ -111.58655550085774, 40.96489843909945 ], [ -111.58587474959803, 40.964518150012559 ], [ -111.58561120467876, 40.964280770931765 ], [ -111.58549656131324, 40.964083172175229 ], [ -111.58541717048121, 40.963840353155717 ], [ -111.58534340349397, 40.963561472600979 ], [ -111.58511288843178, 40.963026653046228 ], [ -111.58485286835149, 40.962514503229244 ], [ -111.58457502790905, 40.962002443131155 ], [ -111.58422094613557, 40.96160337158102 ], [ -111.58402373521301, 40.961474652187533 ], [ -111.58378479227305, 40.961329928950882 ], [ -111.58339745810115, 40.961202171009646 ], [ -111.58295133762871, 40.961145874061323 ], [ -111.58261267787405, 40.961147585919043 ], [ -111.58223306157974, 40.961221569490419 ], [ -111.58187106297248, 40.961272041491561 ], [ -111.58156841470652, 40.961315006405236 ], [ -111.58118784801346, 40.961280892526645 ], [ -111.58088384871829, 40.961169821655652 ], [ -111.5805257464625, 40.96098695653842 ], [ -111.57984464414707, 40.960557988759504 ], [ -111.57925770595644, 40.960024949134315 ], [ -111.57913762011522, 40.959881420627511 ], [ -111.57898272117187, 40.95969752975634 ], [ -111.57853719874588, 40.959163776111552 ], [ -111.57829715178478, 40.95889022914595 ], [ -111.57794406730058, 40.958599231874189 ], [ -111.57781835995998, 40.958491763083394 ], [ -111.57760223750888, 40.958372135615647 ], [ -111.57738996799655, 40.958421843339728 ], [ -111.57722336108947, 40.958529875624485 ], [ -111.57638639603948, 40.959165540394316 ], [ -111.57563045773597, 40.959691794856155 ], [ -111.57501674739528, 40.960176798004703 ], [ -111.57421966550763, 40.960757297771657 ], [ -111.57378683987926, 40.960999972557858 ], [ -111.57360421923481, 40.961044120806584 ], [ -111.5732999805891, 40.961041129931992 ], [ -111.5730031951659, 40.960938109792473 ], [ -111.57258570967664, 40.96075641590695 ], [ -111.57201999579425, 40.960610588144846 ], [ -111.57166308656041, 40.960562813071817 ], [ -111.5713077933073, 40.960564574189057 ], [ -111.57089707814377, 40.960616153961212 ], [ -111.56982848467653, 40.960720530969112 ], [ -111.56935206382002, 40.960731892898771 ], [ -111.5690554173359, 40.960644175895801 ], [ -111.56866813821892, 40.960519070597115 ], [ -111.56825660070837, 40.960336430835795 ], [ -111.56730143534381, 40.959809648600654 ], [ -111.56666900005443, 40.959501974493612 ], [ -111.56644859553383, 40.959435495771302 ], [ -111.56625287258649, 40.959476093463671 ], [ -111.56610527218264, 40.959585817993521 ], [ -111.56583347353356, 40.959762812907179 ], [ -111.56552556425886, 40.959885934872268 ], [ -111.5652171543433, 40.95995050491296 ], [ -111.56435670776449, 40.960077232022869 ], [ -111.56328208641516, 40.960171668805813 ], [ -111.56242772277865, 40.960175839747265 ], [ -111.56151678516969, 40.960094701625515 ], [ -111.56056445797567, 40.959896650421967 ], [ -111.56003442503497, 40.959750590280457 ], [ -111.55900932973559, 40.95937721893889 ], [ -111.55847835523231, 40.959118553157374 ], [ -111.55797050495951, 40.958783202940928 ], [ -111.55731309981941, 40.958326061365504 ], [ -111.55691841578228, 40.958022589049321 ], [ -111.55675020933883, 40.957802699440606 ], [ -111.55664734862324, 40.957581593279727 ], [ -111.55657432266172, 40.95737565701458 ], [ -111.55646503800025, 40.957096928911056 ], [ -111.55635113677238, 40.956975867272163 ], [ -111.55619587549855, 40.956882029787934 ], [ -111.55595747794716, 40.956793097130294 ], [ -111.55558221078891, 40.95667779886108 ], [ -111.5546997340218, 40.956299197429743 ], [ -111.55400185125818, 40.955969247733648 ], [ -111.55348160158482, 40.955566375199581 ], [ -111.55322396076484, 40.955306372499336 ], [ -111.55291853184963, 40.955015069517927 ], [ -111.55214051331507, 40.954334170941152 ], [ -111.55174624423749, 40.95407481907845 ], [ -111.55135930548801, 40.953982083455323 ], [ -111.55094266390228, 40.953889488467809 ], [ -111.55053274997452, 40.953891446494254 ], [ -111.54923280105099, 40.954028265947144 ], [ -111.54862138880834, 40.954233862536455 ], [ -111.54827367121541, 40.954429193980182 ], [ -111.54792473360556, 40.954620926869147 ], [ -111.54746936440058, 40.954874420230347 ], [ -111.54712557465363, 40.954970638788886 ], [ -111.54689996981435, 40.954989725649 ], [ -111.5467871376138, 40.954995665754353 ], [ -111.54667432768501, 40.955004308119037 ], [ -111.54601481512671, 40.95499842503245 ], [ -111.54480744513151, 40.954837483842475 ], [ -111.54389753043984, 40.954724672559877 ], [ -111.54275639763401, 40.954670595587849 ], [ -111.54193796597775, 40.954846503045218 ], [ -111.54139295079329, 40.955038236829694 ], [ -111.5403268712405, 40.955299973023422 ], [ -111.53855352098873, 40.955821740388942 ], [ -111.53714985623984, 40.956364279375151 ], [ -111.5366351397679, 40.956632419627581 ], [ -111.53613893470749, 40.956986049875255 ], [ -111.53565457014999, 40.957335118839431 ], [ -111.53470241347915, 40.957880033533094 ], [ -111.53426494692647, 40.958152309004447 ], [ -111.53405286980873, 40.958229861666787 ], [ -111.53377860465795, 40.958258156498019 ], [ -111.53357058321795, 40.958249210308523 ], [ -111.53342792940798, 40.958241762979789 ], [ -111.53293981727928, 40.958127813849849 ], [ -111.53215372956538, 40.957900833593115 ], [ -111.53171134141465, 40.957709197246736 ], [ -111.53136016020621, 40.957481105883005 ], [ -111.53085778622189, 40.95706904052858 ], [ -111.53018244335554, 40.956572190069579 ], [ -111.52974028577745, 40.95625893362287 ], [ -111.52953677241517, 40.956069794370194 ], [ -111.52942876211651, 40.95593606742063 ], [ -111.52928434375499, 40.955707020020043 ], [ -111.52905700487719, 40.955509881840975 ], [ -111.52878170863377, 40.955258913633592 ], [ -111.52856049332195, 40.955084267008139 ], [ -111.52834554325682, 40.954950128388838 ], [ -111.52807122108436, 40.954820765437134 ], [ -111.52782653260975, 40.954682257914278 ], [ -111.5274804202849, 40.954490164386939 ], [ -111.52706287658079, 40.954280379857472 ], [ -111.52654365438842, 40.954134115994307 ], [ -111.5261047565004, 40.954077565861489 ], [ -111.52579569078475, 40.954060959206849 ], [ -111.52545663541886, 40.954008455373824 ], [ -111.52490284801034, 40.953847928415833 ], [ -111.52476060808368, 40.95374137762321 ], [ -111.5247338379651, 40.95351178888545 ], [ -111.52482742792108, 40.953326693616539 ], [ -111.52492606622809, 40.95302897204958 ], [ -111.52495198818711, 40.952551416297659 ], [ -111.52503714497787, 40.952051970953164 ], [ -111.5251877755769, 40.951568442159015 ], [ -111.52534363484608, 40.951145244660331 ], [ -111.52544635407347, 40.950463751975896 ], [ -111.52539408157041, 40.94986494068656 ], [ -111.52519351439894, 40.949293829683015 ], [ -111.52496414081305, 40.948835452745115 ], [ -111.52447104456103, 40.948081002426008 ], [ -111.52400204092272, 40.947366977598044 ], [ -111.52368318821947, 40.946859459074069 ], [ -111.52360339724963, 40.946534622940412 ], [ -111.5235830225045, 40.946211318593754 ], [ -111.52359244803907, 40.945900490482579 ], [ -111.52369086771608, 40.94557574578036 ], [ -111.52381952045913, 40.94531842566488 ], [ -111.52392498169445, 40.945133276948631 ], [ -111.52424626182328, 40.944446287155749 ], [ -111.52446077395167, 40.943779600284685 ], [ -111.52460915235577, 40.943013222014393 ], [ -111.52488927197639, 40.942381367948563 ], [ -111.525222522654, 40.941708733893485 ], [ -111.52539600272208, 40.941113397282862 ], [ -111.52548031421722, 40.940509458479603 ], [ -111.52566531096497, 40.939869027468433 ], [ -111.52583487891353, 40.939530443828851 ], [ -111.52612881701407, 40.939146251101086 ], [ -111.52649789028739, 40.938500474411271 ], [ -111.5265380356343, 40.938320125474746 ], [ -111.52654354585114, 40.938266050624783 ], [ -111.52655324289834, 40.937991253755584 ], [ -111.5264308358706, 40.937685531079929 ], [ -111.52610803956827, 40.937276226661169 ], [ -111.52607670641143, 40.937070079936113 ], [ -111.52611599443497, 40.936781635609186 ], [ -111.52610348010798, 40.935952930544531 ], [ -111.52619386118837, 40.935366979580223 ], [ -111.52632112641636, 40.934938505154562 ], [ -111.52647274701266, 40.934585588972567 ], [ -111.52676004816253, 40.934116746745254 ], [ -111.52690018736897, 40.933814328820986 ], [ -111.52699900299478, 40.933543628592147 ], [ -111.52699166818459, 40.93336800048418 ], [ -111.52693700074732, 40.933215109402404 ], [ -111.52689997146337, 40.93303961697152 ], [ -111.52687453396854, 40.9328280383994 ], [ -111.52681328436351, 40.932594102708492 ], [ -111.52669905031402, 40.932418962891724 ], [ -111.52654313753578, 40.932230500846252 ], [ -111.52639813813889, 40.931920376832139 ], [ -111.52637263121865, 40.931699790130679 ], [ -111.52632215404356, 40.931326176427021 ], [ -111.52630144269212, 40.930961435115321 ], [ -111.52632906340084, 40.930700068549768 ], [ -111.52637301916911, 40.930401693397009 ], [ -111.52652429397207, 40.929856901797798 ], [ -111.52670757100574, 40.92900478090521 ], [ -111.52699104647087, 40.928057614607688 ], [ -111.52734073159051, 40.927222748434076 ], [ -111.52745626947841, 40.926815945736315 ], [ -111.52747237267639, 40.926600573728116 ], [ -111.52744672116992, 40.926361971126234 ], [ -111.5271607470693, 40.925498481992761 ], [ -111.52697680300757, 40.924769650319938 ], [ -111.52695025249683, 40.924417547022856 ], [ -111.52699433018022, 40.923985847873908 ], [ -111.5271516890755, 40.923611284021966 ], [ -111.52736353418516, 40.923367992012082 ], [ -111.52757568577316, 40.923163433912919 ], [ -111.52792953168338, 40.922855532130427 ], [ -111.52819466295396, 40.922593077164471 ], [ -111.52835909761417, 40.922362612072661 ], [ -111.52848775987479, 40.922114294076565 ], [ -111.5285161221164, 40.921947510425483 ], [ -111.52853156783934, 40.921650165518045 ], [ -111.52848158903042, 40.921339607985786 ], [ -111.52841196769822, 40.920799428572032 ], [ -111.52845451611697, 40.920326297400813 ], [ -111.52860070383896, 40.91989322854262 ], [ -111.52876326404358, 40.919428555312514 ], [ -111.52879630589275, 40.91910410462625 ], [ -111.52875355764817, 40.918955663516236 ], [ -111.52862185233082, 40.918821142672471 ], [ -111.52840144864102, 40.918732970525795 ], [ -111.52810437949384, 40.918710909750025 ], [ -111.52775402213375, 40.918708009550528 ], [ -111.52677563229709, 40.918879136802438 ], [ -111.5259872789661, 40.919053893268526 ], [ -111.52544122585576, 40.919083407580771 ], [ -111.52538176337607, 40.919072868531948 ], [ -111.52531634896454, 40.919060554903723 ], [ -111.52519152206808, 40.919044007681578 ], [ -111.52498968351978, 40.919050331729885 ], [ -111.52474064976055, 40.919095605931972 ], [ -111.52445613900812, 40.919159958403505 ], [ -111.5240946154417, 40.919247180986432 ], [ -111.52386905377715, 40.919257214213395 ], [ -111.5235603996812, 40.919272128439722 ], [ -111.52338803562698, 40.919251290927576 ], [ -111.52310870778236, 40.919220128449275 ], [ -111.52288236518255, 40.919131071859361 ], [ -111.52252472014315, 40.918957030889601 ], [ -111.5221964817266, 40.918746822392706 ], [ -111.52179112686123, 40.91854597022774 ], [ -111.52162420716434, 40.918462047246166 ], [ -111.52132646894887, 40.918354393052333 ], [ -111.52101767694388, 40.918351284465849 ], [ -111.52070945047923, 40.918420239006359 ], [ -111.52028271776985, 40.918521256550221 ], [ -111.51995160901922, 40.918549774892121 ], [ -111.51967152848141, 40.918573558182445 ], [ -111.51937422298414, 40.918520847708464 ], [ -111.51901086408795, 40.918373846478602 ], [ -111.51877377165331, 40.918275821865478 ], [ -111.51846305349778, 40.918178127803493 ], [ -111.51770774647171, 40.918023875651379 ], [ -111.51708890214033, 40.917855494247846 ], [ -111.51660788272696, 40.917695500475631 ], [ -111.5162608792396, 40.917512384009427 ], [ -111.51556356043839, 40.917177691832244 ], [ -111.51490816062703, 40.916887849828591 ], [ -111.51462829448357, 40.9166323620776 ], [ -111.51469098695766, 40.91644741177528 ], [ -111.51474899900579, 40.916271490643574 ], [ -111.51478340078479, 40.916113691512834 ], [ -111.51472839175807, 40.915911249896695 ], [ -111.51467373239375, 40.915753848280254 ], [ -111.51454143326288, 40.915538239005244 ], [ -111.51424648773626, 40.915021576264657 ], [ -111.51400686761029, 40.914594749339855 ], [ -111.51395636790753, 40.914360758074039 ], [ -111.51393677718127, 40.914131133191653 ], [ -111.5137435772191, 40.913717611243946 ], [ -111.51340855208443, 40.913237158012578 ], [ -111.51306008353978, 40.912860359293362 ], [ -111.51270756516874, 40.912573660737856 ], [ -111.51226696685634, 40.912413468922601 ], [ -111.51185654242296, 40.912316199765691 ], [ -111.51137497823676, 40.912232757112861 ], [ -111.51079835259839, 40.912140725220723 ], [ -111.51049507642031, 40.912079009862218 ], [ -111.51029852955141, 40.911998804824087 ], [ -111.51011951739501, 40.911882488583572 ], [ -111.50993988295863, 40.911685099879541 ], [ -111.50953812464763, 40.911168896937937 ], [ -111.50927232257538, 40.910728663012662 ], [ -111.50911020644035, 40.910337516549035 ], [ -111.50899619602315, 40.910180374063358 ], [ -111.50875050426862, 40.909884183354272 ], [ -111.50857674719332, 40.90967775818676 ], [ -111.50845604327884, 40.90942155303604 ], [ -111.50847816895958, 40.909209759726167 ], [ -111.50851851898705, 40.909051936028348 ], [ -111.5085585927566, 40.908858080207821 ], [ -111.50864018919079, 40.908659537070868 ], [ -111.50869206685408, 40.90845662079802 ], [ -111.50872043889642, 40.908285337347408 ], [ -111.50874729189401, 40.90791587728198 ], [ -111.50884676574941, 40.907726263434455 ], [ -111.50901747909616, 40.907536335080202 ], [ -111.50939476463273, 40.907187848379778 ], [ -111.5097057475037, 40.906709933485132 ], [ -111.50985249499706, 40.906492183953887 ], [ -111.50998088514878, 40.906203349566553 ], [ -111.51009094548334, 40.905847033586376 ], [ -111.51017722409181, 40.90548631852176 ], [ -111.51024451539031, 40.904972545663092 ], [ -111.51018856056893, 40.904643988925969 ], [ -111.51002547461667, 40.904279872627306 ], [ -111.50994080845177, 40.904077559431641 ], [ -111.50981396582728, 40.903794357575897 ], [ -111.50966289497413, 40.90344820426786 ], [ -111.50953498315529, 40.903025377533758 ], [ -111.50953853423256, 40.902714574119464 ], [ -111.50957190462856, 40.902421655616564 ], [ -111.5096592190549, 40.902196061266615 ], [ -111.50985831711247, 40.90183935175488 ], [ -111.51017443976978, 40.901261419876704 ], [ -111.5103144830922, 40.900945508295642 ], [ -111.51043755489248, 40.900738672597193 ], [ -111.51059532778315, 40.900412773000419 ], [ -111.51064028736, 40.900083769395216 ], [ -111.51069093998595, 40.899723211339214 ], [ -111.5106768510086, 40.899435006694894 ], [ -111.51061475526481, 40.899079452002226 ], [ -111.51046931547705, 40.898692736970062 ], [ -111.51035612851121, 40.898486045937716 ], [ -111.51002535539631, 40.898082133598081 ], [ -111.50976779822281, 40.897781492676458 ], [ -111.50945188778198, 40.897611729990736 ], [ -111.50914857572137, 40.897536498471595 ], [ -111.50872016458243, 40.897403263769242 ], [ -111.50825023934493, 40.897274714601551 ], [ -111.50719769421134, 40.897183859795703 ], [ -111.50652114794917, 40.897048104549526 ], [ -111.50633580760862, 40.896874156419713 ], [ -111.50623931839706, 40.896675495463541 ], [ -111.50604594357527, 40.896225926590397 ], [ -111.50592431358359, 40.895843605287766 ], [ -111.50587521594619, 40.895632124391177 ], [ -111.50587367197581, 40.895429443243451 ], [ -111.50592565112349, 40.895240039838029 ], [ -111.50595982330678, 40.895050714524437 ], [ -111.50598866347279, 40.894784841586777 ], [ -111.50597433559614, 40.894618249910636 ], [ -111.50584241619708, 40.8944431656899 ], [ -111.50566970357217, 40.894367352070006 ], [ -111.50546741673227, 40.894305180340758 ], [ -111.50462951983533, 40.894178228444602 ], [ -111.5037087686289, 40.894083161589336 ], [ -111.50322782461852, 40.894062740215695 ], [ -111.50293019828797, 40.893951434032125 ], [ -111.50256052951056, 40.893732340761488 ], [ -111.50229186756575, 40.893526318968298 ], [ -111.50209422785908, 40.893292962299505 ], [ -111.50168019390287, 40.892700212492741 ], [ -111.50129662577653, 40.892210924830309 ], [ -111.50111670421951, 40.891964877706741 ], [ -111.50110370542536, 40.891815395432232 ], [ -111.50112038978808, 40.891666685019011 ], [ -111.50120782118813, 40.891454608658186 ], [ -111.50124295410268, 40.891233751167903 ], [ -111.50122266978491, 40.891062680487416 ], [ -111.50112017410598, 40.890851429412599 ], [ -111.5009883429767, 40.890685347472505 ], [ -111.50076110854016, 40.890461125296717 ], [ -111.50033743947887, 40.890161183924555 ], [ -111.49983624511248, 40.889812030990001 ], [ -111.49953813539175, 40.889633155311294 ], [ -111.49944198877104, 40.889475925358873 ], [ -111.49942877077285, 40.889296716176553 ], [ -111.49942690138919, 40.88904809344772 ], [ -111.4994490836223, 40.888840805029787 ], [ -111.49951586662317, 40.888250467959843 ], [ -111.49950613826263, 40.887746041653571 ], [ -111.49952571184778, 40.887191942383218 ], [ -111.49947025935805, 40.88692103070786 ], [ -111.49939083783046, 40.886619594329936 ], [ -111.49929294239571, 40.886229055015789 ], [ -111.49906861843643, 40.885599440120195 ], [ -111.4988863826121, 40.885041709628197 ], [ -111.49859766476554, 40.884529481009999 ], [ -111.49836388304762, 40.884219702608505 ], [ -111.49805288658443, 40.883901248798331 ], [ -111.49759312477893, 40.88352938579834 ], [ -111.49724676418255, 40.883242611634749 ], [ -111.49688341158111, 40.883064010095559 ], [ -111.4964618020575, 40.88287214561926 ], [ -111.49622762301443, 40.882665960787101 ], [ -111.49604726883679, 40.882355947686989 ], [ -111.49592679832044, 40.88211774381562 ], [ -111.4957519445398, 40.881749152129508 ], [ -111.49561947309311, 40.881492982739353 ], [ -111.4953435645875, 40.881101402805285 ], [ -111.49509764626534, 40.880752032822613 ], [ -111.49492363948895, 40.880496040866731 ], [ -111.49483331726954, 40.88032076504043 ], [ -111.4948430389437, 40.880032455233213 ], [ -111.49484834862577, 40.879789206233625 ], [ -111.4948223180742, 40.879640679660731 ], [ -111.49472596923208, 40.879452817846271 ], [ -111.49446837974345, 40.879128719932517 ], [ -111.49419380109165, 40.878913695616774 ], [ -111.49359171072403, 40.878546930194346 ], [ -111.49279880170643, 40.878054859692277 ], [ -111.49226836879068, 40.877746335588711 ], [ -111.49197633441453, 40.877576422336013 ], [ -111.49177911210477, 40.877388087360202 ], [ -111.49169496972982, 40.877244311956289 ], [ -111.49161059447164, 40.877069008137155 ], [ -111.49153808755999, 40.876893653672902 ], [ -111.4914658808357, 40.87675883560653 ], [ -111.49134036899136, 40.876637757153105 ], [ -111.49107827104019, 40.876502846754114 ], [ -111.49068580788835, 40.876392813065905 ], [ -111.49040024920562, 40.876294935299654 ], [ -111.49006015705103, 40.876044145985595 ], [ -111.48992238292158, 40.875869067753044 ], [ -111.48968960165095, 40.875685384359187 ], [ -111.48956416143261, 40.875573312024969 ], [ -111.48945635723838, 40.875438643747977 ], [ -111.48938319445402, 40.875173206783408 ], [ -111.4892983636903, 40.874934844419144 ], [ -111.48926624098047, 40.87460167034267 ], [ -111.4892587819193, 40.874394509058391 ], [ -111.4890907812912, 40.874142986682038 ], [ -111.488947709614, 40.874053509375337 ], [ -111.48831678507111, 40.873790434706521 ], [ -111.48792532417548, 40.873652461292899 ], [ -111.48769242713369, 40.873612908505322 ], [ -111.48709253331987, 40.873534367895324 ], [ -111.48679552076739, 40.873490579839952 ], [ -111.48659324906176, 40.873419366209049 ], [ -111.48633708066242, 40.873280816557624 ], [ -111.4861591053036, 40.873123920003472 ], [ -111.48603809337462, 40.872966783149494 ], [ -111.48582013770179, 40.872373147529643 ], [ -111.48579525124082, 40.872215605484783 ], [ -111.4857690135989, 40.872035548139309 ], [ -111.48572085591556, 40.87177901175113 ], [ -111.48553392330415, 40.871369916887403 ], [ -111.48534965975108, 40.871163499325263 ], [ -111.4851158524486, 40.870997827615064 ], [ -111.48482380029706, 40.870818887665017 ], [ -111.48424550282677, 40.870442964354204 ], [ -111.48411998329438, 40.87031737370976 ], [ -111.48403596493613, 40.870187104579124 ], [ -111.48394542327721, 40.869975787189183 ], [ -111.48389562847265, 40.869656198028402 ], [ -111.48390497022838, 40.869309335558818 ], [ -111.48389729910436, 40.869070645212133 ], [ -111.48393158698197, 40.868890333410576 ], [ -111.48394178106791, 40.868660576493454 ], [ -111.48386300987872, 40.868435696997764 ], [ -111.48379705625662, 40.868341385460745 ], [ -111.48341405639148, 40.867892571286319 ], [ -111.4831022917993, 40.86744796166856 ], [ -111.48295236911535, 40.867065732464219 ], [ -111.48276522901565, 40.866787255425486 ], [ -111.48254305772352, 40.86642334480463 ], [ -111.48222422940493, 40.865821115184332 ], [ -111.4818869878378, 40.865133381700367 ], [ -111.4816702376918, 40.86469737939435 ], [ -111.48152999735684, 40.864175477422656 ], [ -111.48152223766316, 40.863923274454166 ], [ -111.48151470638959, 40.863702599942741 ], [ -111.48149814349205, 40.863054063791147 ], [ -111.48138110449281, 40.862622148713903 ], [ -111.48113494407384, 40.862055646000144 ], [ -111.4808106080807, 40.861507485402221 ], [ -111.48037372198942, 40.860982313625506 ], [ -111.4801460087243, 40.860667967317873 ], [ -111.47992345636547, 40.860246398966744 ], [ -111.47979630033204, 40.85989019480833 ], [ -111.47975417233968, 40.859642638678096 ], [ -111.4797570333954, 40.859381382796883 ], [ -111.47980870239876, 40.859142444930541 ], [ -111.47983155433108, 40.859020736288414 ], [ -111.47983116430343, 40.858966687427063 ], [ -111.47978208048885, 40.858741681236864 ], [ -111.47968002853352, 40.858575449986873 ], [ -111.47961986061777, 40.858458590781851 ], [ -111.47955455727899, 40.858287702402023 ], [ -111.47961745657287, 40.858125289419121 ], [ -111.47972877271343, 40.857931145596829 ], [ -111.48009250840592, 40.857366606315466 ], [ -111.48046295114555, 40.856910138911104 ], [ -111.48065154363282, 40.856738193313809 ], [ -111.48075138091981, 40.856598146800344 ], [ -111.48083893014072, 40.856399596704534 ], [ -111.48083766001085, 40.856223937849144 ], [ -111.48081872386233, 40.856066369462297 ], [ -111.48051280211223, 40.855599206431314 ], [ -111.48040498387746, 40.855455520796269 ], [ -111.48039752261542, 40.855243854010645 ], [ -111.48052682302551, 40.855076659693744 ], [ -111.48069758164922, 40.854900284052825 ], [ -111.48101540090839, 40.85455213503127 ], [ -111.48127516871297, 40.85437989154061 ], [ -111.48151060804275, 40.854288824804918 ], [ -111.48210368238026, 40.854106179260199 ], [ -111.48274240112744, 40.853837759656045 ], [ -111.48338118016785, 40.853578344679086 ], [ -111.48369494714413, 40.853491449441997 ], [ -111.483908428812, 40.85348154567221 ], [ -111.48418142580555, 40.85349841698298 ], [ -111.48462071217143, 40.853541614428813 ], [ -111.4851196135225, 40.853625097403743 ], [ -111.48577290960181, 40.853730449198736 ], [ -111.48610522692597, 40.853747066133103 ], [ -111.4864731686869, 40.853768036090543 ], [ -111.48655621513726, 40.853767685837695 ], [ -111.4868409128421, 40.853761980445711 ], [ -111.48712010087472, 40.853813951509657 ], [ -111.48731688304093, 40.853953651728609 ], [ -111.48750205972482, 40.8541285334923 ], [ -111.48795499406768, 40.854413987037134 ], [ -111.48813289292772, 40.854405126800721 ], [ -111.48818608205278, 40.854377876455104 ], [ -111.48829193105298, 40.854251310573297 ], [ -111.48834340018149, 40.853989848517777 ], [ -111.48851923997253, 40.853700834532525 ], [ -111.48860686148529, 40.853515790805318 ], [ -111.48864669679946, 40.853285907334438 ], [ -111.48871585999376, 40.853010857486161 ], [ -111.48881971297499, 40.852613146051141 ], [ -111.48902514628868, 40.852315898247426 ], [ -111.48927229206693, 40.852044597579138 ], [ -111.48955509239208, 40.851782153487108 ], [ -111.48993279746172, 40.851519305658499 ], [ -111.49039831880108, 40.851099336718534 ], [ -111.49090621320256, 40.850795394242539 ], [ -111.49147914412971, 40.850463246332509 ], [ -111.49179771824578, 40.850227669548538 ], [ -111.49201528720911, 40.849970001661788 ], [ -111.49219747199713, 40.849740410456398 ], [ -111.49230233262413, 40.849482322009337 ], [ -111.49233052327509, 40.849284016316105 ], [ -111.49235258226445, 40.849058711499083 ], [ -111.49245866754278, 40.848806022711486 ], [ -111.49260939718522, 40.848494588400804 ], [ -111.49276687606815, 40.848133578692817 ], [ -111.49290762720841, 40.847916775086098 ], [ -111.49312525116071, 40.847668113214347 ], [ -111.49328329312077, 40.847383672000106 ], [ -111.49337082638561, 40.847189616431415 ], [ -111.49344454189489, 40.846892022951174 ], [ -111.49336098674267, 40.846662665353691 ], [ -111.49322359954763, 40.846532630599235 ], [ -111.4928661234606, 40.846317956113211 ], [ -111.49265086506497, 40.84608465637961 ], [ -111.49279167904542, 40.845876861006957 ], [ -111.49304641934387, 40.845835234582133 ], [ -111.49330742448628, 40.845838622964024 ], [ -111.49358582215662, 40.845787885748827 ], [ -111.49376878583681, 40.845665488929413 ], [ -111.49391609506627, 40.845534236047662 ], [ -111.49404544305965, 40.845380538818127 ], [ -111.49424469233982, 40.845055381756453 ], [ -111.49445040637278, 40.844802264092266 ], [ -111.49465065663327, 40.844612228514983 ], [ -111.49498214608262, 40.84436397556847 ], [ -111.49520404023176, 40.844213483259118 ], [ -111.49532294160717, 40.844091358933134 ], [ -111.49538670712755, 40.843892899571564 ], [ -111.49538503023162, 40.843667695908202 ], [ -111.4954245011383, 40.84339276913785 ], [ -111.49544031508471, 40.843126952379109 ], [ -111.49536875389194, 40.84291556145083 ], [ -111.4952599059951, 40.842794414914579 ], [ -111.49512835350892, 40.84265084463172 ], [ -111.49504471780034, 40.84257012763694 ], [ -111.49490120397267, 40.842413095761565 ], [ -111.49487593941616, 40.842206010094024 ], [ -111.49499839635035, 40.842083870811976 ], [ -111.49517653558469, 40.841952483963674 ], [ -111.49540692566447, 40.841828980058615 ], [ -111.49576049923682, 40.841522075094097 ], [ -111.49614411967575, 40.841268189600171 ], [ -111.49648082897833, 40.84108657223257 ], [ -111.49683465598628, 40.840814795770569 ], [ -111.4970642382179, 40.840584091595161 ], [ -111.4972100488279, 40.8402546552053 ], [ -111.49727845666399, 40.839885014309644 ], [ -111.49731270187158, 40.839547050169095 ], [ -111.49741014760875, 40.839253855721161 ], [ -111.49760963180154, 40.838964725308436 ], [ -111.49788533498003, 40.838558155870452 ], [ -111.49813205671796, 40.838241795320592 ], [ -111.49831916789068, 40.837885153741418 ], [ -111.49845367242759, 40.837631435406671 ], [ -111.49850553475754, 40.8374294221748 ], [ -111.49852140944625, 40.837173513766537 ], [ -111.49853683186576, 40.836857250720179 ], [ -111.49851088346601, 40.836560084167857 ], [ -111.49846744799574, 40.836303531158833 ], [ -111.49847582838287, 40.835997207790676 ], [ -111.4986101715173, 40.835564221808106 ], [ -111.49880957205686, 40.835266081074806 ], [ -111.4989861348167, 40.835086049427694 ], [ -111.49925102785276, 40.834822757566705 ], [ -111.49954530591722, 40.834524204904454 ], [ -111.49996245620849, 40.834004412059528 ], [ -111.50004365038265, 40.833760832035139 ], [ -111.50008296118722, 40.83346788703259 ], [ -111.50006893512798, 40.833179677434515 ], [ -111.50000194510621, 40.832945748082892 ], [ -111.49982699107939, 40.83254923352419 ], [ -111.49984854612346, 40.832260869691133 ], [ -111.50006023790479, 40.832022129177382 ], [ -111.50030844889768, 40.831908447386702 ], [ -111.50057461816779, 40.831817208272369 ], [ -111.50075146527318, 40.831676809793485 ], [ -111.50108299752706, 40.831603302683234 ], [ -111.50126607816787, 40.831503414374311 ], [ -111.50139433190054, 40.83136773025776 ], [ -111.50148351586051, 40.831241224285549 ], [ -111.50162897902845, 40.83087124531216 ], [ -111.50171579443229, 40.830588002355626 ], [ -111.50182685798814, 40.830374919791758 ], [ -111.50197882460856, 40.830081483902987 ], [ -111.50239745811589, 40.829764365710794 ], [ -111.50268021459327, 40.829515401522386 ], [ -111.50294958331291, 40.829221452719842 ], [ -111.50338598954117, 40.828746605443222 ], [ -111.50410950284727, 40.827973223233116 ], [ -111.50472061199311, 40.827236362042534 ], [ -111.50496150102143, 40.8269425330435 ], [ -111.50514956968532, 40.826721002490025 ], [ -111.50537266666289, 40.826427250513255 ], [ -111.50561160000434, 40.825876687577136 ], [ -111.50564567104448, 40.825678352124896 ], [ -111.50573235328712, 40.825380692973681 ], [ -111.50599088221047, 40.825068767498635 ], [ -111.50632676348197, 40.824792535830255 ], [ -111.50670496956008, 40.824624218840199 ], [ -111.50709496361965, 40.824446840334559 ], [ -111.50734823979666, 40.824225019496225 ], [ -111.50750023691035, 40.823940584409456 ], [ -111.50750982925138, 40.823643262928506 ], [ -111.50760883967602, 40.823408607295114 ], [ -111.5077554199607, 40.823191759150127 ], [ -111.5083444827507, 40.822684691162209 ], [ -111.50927452773091, 40.821797759929289 ], [ -111.50974665572124, 40.821354260070812 ], [ -111.51005753209925, 40.821069119423512 ], [ -111.51035252980633, 40.820878637074372 ], [ -111.51079602523464, 40.820723530484244 ], [ -111.51151950145598, 40.82058519814143 ], [ -111.51215156568519, 40.820433754382194 ], [ -111.51246513849019, 40.820346781543506 ], [ -111.51279649710665, 40.820259728802 ], [ -111.5130508489294, 40.820182026040527 ], [ -111.51323412320615, 40.820113647392418 ], [ -111.51353531428465, 40.819959163214456 ], [ -111.513807207328, 40.819849851068263 ], [ -111.51406871271715, 40.819777519284273 ], [ -111.51512163298554, 40.819614273974267 ], [ -111.51560144884186, 40.819558079888132 ], [ -111.5160816129595, 40.819546924589581 ], [ -111.51641359153804, 40.819540934899358 ], [ -111.5166743544132, 40.819526254729936 ], [ -111.51692228050238, 40.819385512934033 ], [ -111.51704879693703, 40.818880471786898 ], [ -111.51711791322296, 40.818618916420519 ], [ -111.51716359399967, 40.818393499931496 ], [ -111.51709652445246, 40.818155076099906 ], [ -111.51700745100729, 40.817984314349907 ], [ -111.51689229192847, 40.817813669394702 ], [ -111.51673653906336, 40.817607172251691 ], [ -111.5166401013373, 40.81740401268555 ], [ -111.51657360071576, 40.817238554576818 ], [ -111.51650074563574, 40.817018173193617 ], [ -111.51639193544345, 40.816748406089303 ], [ -111.51633146244038, 40.816595532703715 ], [ -111.5162284075909, 40.81630321848435 ], [ -111.51619663395711, 40.815875458160384 ], [ -111.51617723751316, 40.815055773774226 ], [ -111.51629824236836, 40.814604808588911 ], [ -111.51637802666878, 40.814190061641945 ], [ -111.51650631924819, 40.813914728856659 ], [ -111.51652267196846, 40.813729981874964 ], [ -111.51642415212463, 40.81325747782644 ], [ -111.51635726518377, 40.81304157371963 ], [ -111.51616557202072, 40.812785689824395 ], [ -111.5159693827637, 40.812714499519018 ], [ -111.51564859713643, 40.812630353074553 ], [ -111.51500158769039, 40.812525141130834 ], [ -111.51474608379013, 40.812449709240568 ], [ -111.5145318689212, 40.812347067222106 ], [ -111.5144005446523, 40.812230542555369 ], [ -111.51428658795848, 40.812059889443454 ], [ -111.51410571885067, 40.811668826609726 ], [ -111.51393091898089, 40.811295753391406 ], [ -111.51361786101646, 40.810828706368248 ], [ -111.51350547632539, 40.81070759209166 ], [ -111.51330281262182, 40.810564358167341 ], [ -111.51313044907633, 40.810506569717354 ], [ -111.51294047523801, 40.810471380506954 ], [ -111.51262018947736, 40.810450282745187 ], [ -111.51195067089425, 40.810498297827905 ], [ -111.51151830653568, 40.810549762121333 ], [ -111.51112712657263, 40.810560504183236 ], [ -111.51087711344304, 40.810426484215682 ], [ -111.51086349563381, 40.810196828183749 ], [ -111.5109080866028, 40.809827282900358 ], [ -111.51099882199188, 40.80929087624984 ], [ -111.51104399909896, 40.808997900389237 ], [ -111.51115359417084, 40.808601942392855 ], [ -111.51131693928185, 40.808257995305354 ], [ -111.51156934472417, 40.807932570955117 ], [ -111.51224684886361, 40.807384551604052 ], [ -111.5130600541964, 40.80675484850898 ], [ -111.513744260632, 40.806310388113189 ], [ -111.51414553230455, 40.806074380010791 ], [ -111.51432190027718, 40.805884415695793 ], [ -111.51446245827935, 40.805663081065852 ], [ -111.51454980647664, 40.805460000540727 ], [ -111.51458983818027, 40.80527064371384 ], [ -111.51456879232137, 40.804848239353021 ], [ -111.5144682410543, 40.804109090560935 ], [ -111.51443641278233, 40.803825464956056 ], [ -111.51437560855376, 40.80362754919085 ], [ -111.51421916705081, 40.803326461968496 ], [ -111.51413441122187, 40.803097123068916 ], [ -111.51407298302368, 40.802818133447964 ], [ -111.51404447812455, 40.802196674293768 ], [ -111.51409201979278, 40.801444253068489 ], [ -111.51413537106517, 40.80091706283801 ], [ -111.5142916844263, 40.800434411598879 ], [ -111.51463856628938, 40.800068020783897 ], [ -111.51518685949678, 40.799687217051535 ], [ -111.51647295073533, 40.798906736647979 ], [ -111.51718707336289, 40.798511668237069 ], [ -111.51741696496757, 40.798348484572571 ], [ -111.51752817731162, 40.798167815803382 ], [ -111.51756854620726, 40.798023498718308 ], [ -111.51756637726211, 40.797744244904855 ], [ -111.51750817339644, 40.79711841506878 ], [ -111.51754756227022, 40.796847983320923 ], [ -111.51777531256472, 40.796410049156769 ], [ -111.51807982704176, 40.795935735859366 ], [ -111.51831160580983, 40.795254552852789 ], [ -111.51838661321118, 40.794992068393483 ], [ -111.51840289355569, 40.794799213227456 ], [ -111.51834741713793, 40.794524703012534 ], [ -111.51839408822447, 40.794276759416192 ], [ -111.51852059598883, 40.793930264329262 ], [ -111.51880110731447, 40.793572266562869 ], [ -111.51903570459457, 40.793102769129312 ], [ -111.51919025308375, 40.792552554806207 ], [ -111.51931932761931, 40.79223217188143 ], [ -111.51954904356431, 40.791897822932569 ], [ -111.51977821317244, 40.791797697245542 ], [ -111.52023962395917, 40.791687515760785 ], [ -111.52046436727775, 40.791627946963267 ], [ -111.52053530729465, 40.791605105692355 ], [ -111.52091360628896, 40.791477279385859 ], [ -111.5212146858249, 40.791327279385257 ], [ -111.5214799243862, 40.791141406533697 ], [ -111.52172166794324, 40.790982664834061 ], [ -111.52197554502838, 40.790859901784899 ], [ -111.52239553250155, 40.79075890756117 ], [ -111.52288102528398, 40.790698153298642 ], [ -111.52347854962778, 40.790564820717869 ], [ -111.52385655380206, 40.790400952048707 ], [ -111.52413938277176, 40.790192471932706 ], [ -111.52440993239516, 40.789929995851118 ], [ -111.52506890908883, 40.78932342882154 ], [ -111.52550342915384, 40.788812469790365 ], [ -111.52563820151977, 40.788618172899021 ], [ -111.52579071568188, 40.788419290747633 ], [ -111.52607374348423, 40.788237830479488 ], [ -111.52652287566518, 40.788078133003076 ], [ -111.52682403393881, 40.787941630734856 ], [ -111.52698982941054, 40.7877742161496 ], [ -111.52714551121984, 40.78737713038074 ], [ -111.52723873033814, 40.787174913738788 ], [ -111.52736060212463, 40.786849149398869 ], [ -111.52749251397933, 40.78629452268477 ], [ -111.5277204842882, 40.785897105577639 ], [ -111.52790261502234, 40.78569808511434 ], [ -111.52807342828999, 40.785566680038166 ], [ -111.52833926732471, 40.785461865218615 ], [ -111.52895311132364, 40.78530140398167 ], [ -111.52928567383044, 40.78524132370098 ], [ -111.52946897854669, 40.78519093592606 ], [ -111.52981748778261, 40.785049704275025 ], [ -111.5305082535255, 40.784726728222537 ], [ -111.5307804771998, 40.784680433796424 ], [ -111.53102924885057, 40.784665776470554 ], [ -111.53123693531852, 40.784700854612744 ], [ -111.53141523762895, 40.784766696668711 ], [ -111.53169321434889, 40.78484739370964 ], [ -111.53230499944543, 40.784876103022299 ], [ -111.53296846323066, 40.784846015045503 ], [ -111.53340692970447, 40.784839484815684 ], [ -111.53363752760977, 40.784775359022802 ], [ -111.53386158622216, 40.784634690616478 ], [ -111.53414508109474, 40.784516267962125 ], [ -111.53443561354543, 40.784388803498217 ], [ -111.53472894163724, 40.784166735898417 ], [ -111.53488210508411, 40.784053419560948 ], [ -111.53518236017574, 40.783808797393348 ], [ -111.53538303537945, 40.783708772804054 ], [ -111.53557811002059, 40.78364931219722 ], [ -111.53583869165868, 40.783630085433771 ], [ -111.53625919180263, 40.783601106504378 ], [ -111.53699360287632, 40.783552648635109 ], [ -111.53805293862544, 40.783381056507174 ], [ -111.5385737342593, 40.783297550336528 ], [ -111.53892272375946, 40.783219348580914 ], [ -111.53923637768857, 40.783168336456008 ], [ -111.53977523848334, 40.783120774523347 ], [ -111.54070589469572, 40.783012819529283 ], [ -111.54144452409385, 40.782901253939897 ], [ -111.54197705277231, 40.782804164582188 ], [ -111.54249154680697, 40.782675627734406 ], [ -111.54313018071846, 40.782510470292571 ], [ -111.54386325166307, 40.782299821670236 ], [ -111.5444309201237, 40.782153008510953 ], [ -111.54554946821118, 40.781981068209376 ], [ -111.54653216125354, 40.781862910848304 ], [ -111.54715363663763, 40.781775285680254 ], [ -111.54752623552875, 40.781687937444907 ], [ -111.54786873267203, 40.781543076397128 ], [ -111.54808637308125, 40.781347458854981 ], [ -111.54835175566815, 40.781048916904687 ], [ -111.548793378306, 40.780853134309602 ], [ -111.54923688832142, 40.780742921989869 ], [ -111.54998299678164, 40.780680813032788 ], [ -111.55048635172922, 40.780642378841996 ], [ -111.55082372282614, 40.780595726349084 ], [ -111.55130859309985, 40.78047179585527 ], [ -111.55211901692354, 40.780305767814014 ], [ -111.55323807397565, 40.78020131448276 ], [ -111.55375863800514, 40.780095219609933 ], [ -111.55408993645204, 40.780031470522154 ], [ -111.55452251046782, 40.780032996065827 ], [ -111.55500350629067, 40.780156802994483 ], [ -111.55529448224524, 40.780231975593331 ], [ -111.55594146408352, 40.780363988268817 ], [ -111.5569028279031, 40.780535018867688 ], [ -111.55782253094225, 40.780683721540299 ], [ -111.55797833957725, 40.7807505321531 ], [ -111.55806074986145, 40.780826706054363 ], [ -111.55803225408242, 40.780961971640728 ], [ -111.55784441429381, 40.781174580032044 ], [ -111.55770997706304, 40.781395938546687 ], [ -111.55757145914788, 40.78183802529805 ], [ -111.55744573178391, 40.782392656524792 ], [ -111.55741288265457, 40.782716220946035 ], [ -111.55753992447499, 40.783027301853771 ], [ -111.55778418980653, 40.783183770427122 ], [ -111.55816436688612, 40.783294538575888 ], [ -111.55840229413212, 40.783401489654935 ], [ -111.55861701047424, 40.783567107949978 ], [ -111.55885086380258, 40.783894786415416 ], [ -111.55900755103106, 40.784348056564802 ], [ -111.55910498930702, 40.784519647100417 ], [ -111.55928404364003, 40.784671924127963 ], [ -111.55958279756217, 40.784823620470881 ], [ -111.55979542861527, 40.784881144485723 ], [ -111.56019263882561, 40.784901738144342 ], [ -111.56075661273961, 40.784880981861427 ], [ -111.56185133764976, 40.784835118538567 ], [ -111.56272287536987, 40.784745290871626 ], [ -111.56368134424316, 40.784704578825576 ], [ -111.56443363693577, 40.784669371743782 ], [ -111.56529916555135, 40.784710177431911 ], [ -111.56570314270584, 40.784829812591333 ], [ -111.5658760195299, 40.784950579850992 ], [ -111.56598455555279, 40.785170756061511 ], [ -111.56610402583098, 40.785282776397452 ], [ -111.56636613483244, 40.78544364340911 ], [ -111.56661558969721, 40.785509982603692 ], [ -111.56735665154484, 40.78554687967894 ], [ -111.56849397826602, 40.785492636199763 ], [ -111.5687368564207, 40.785482430875852 ], [ -111.56962559279596, 40.78546363353604 ], [ -111.57060991893496, 40.785535342646874 ], [ -111.57099421507216, 40.785569475727669 ], [ -111.5712023490718, 40.785654026471342 ], [ -111.57164443374873, 40.785931101031707 ], [ -111.57204897054706, 40.786113770696645 ], [ -111.57267868992055, 40.786295321601848 ], [ -111.57332688738451, 40.786557853811402 ], [ -111.5736306933094, 40.786741018333664 ], [ -111.57388740426831, 40.786960450300455 ], [ -111.57422266641781, 40.787355156671623 ], [ -111.5745637420155, 40.787736320331895 ], [ -111.57490447192282, 40.788076946407401 ], [ -111.57514906825703, 40.788264906095371 ], [ -111.57530392095768, 40.788354219188435 ], [ -111.57552499735517, 40.788426085637944 ], [ -111.57565430052439, 40.788438953408878 ], [ -111.57585004483788, 40.7884595971382 ], [ -111.57621149116211, 40.788453288555843 ], [ -111.57667976101695, 40.788464462035215 ], [ -111.57733142456041, 40.788438682184939 ], [ -111.57764573592092, 40.788464134687374 ], [ -111.57790074857751, 40.788485379075773 ], [ -111.57854114616967, 40.788527212582444 ], [ -111.5791699273384, 40.788596126344693 ], [ -111.57964545619464, 40.78876039588058 ], [ -111.58002036252573, 40.788938682029212 ], [ -111.58049012674489, 40.789120994044268 ], [ -111.58089961239675, 40.789186497098456 ], [ -111.58121388926241, 40.789207435792399 ], [ -111.58146333336656, 40.789269238597434 ], [ -111.58160642325223, 40.789367610971098 ], [ -111.58179873051648, 40.789672930519153 ], [ -111.58189045284864, 40.789996773999292 ], [ -111.58188107771281, 40.790280588993681 ], [ -111.58179615624924, 40.790735946368486 ], [ -111.58172104200648, 40.790957033269088 ], [ -111.58170534674511, 40.791195837578933 ], [ -111.58179020099622, 40.791411613711084 ], [ -111.58192795960676, 40.791577576246723 ], [ -111.58242820553589, 40.79185431572882 ], [ -111.58275513560415, 40.791965271284425 ], [ -111.58370167605329, 40.792446945797074 ], [ -111.58379704972782, 40.79250952276864 ], [ -111.58393987380491, 40.792576363788733 ], [ -111.5841889382271, 40.792593120087247 ], [ -111.58452693748973, 40.792613929610809 ], [ -111.58496615927093, 40.792688276004327 ], [ -111.58559600698084, 40.792873358781883 ], [ -111.58604144314616, 40.792980100112501 ], [ -111.58652867460901, 40.793121760401633 ], [ -111.587146408034, 40.793276267388499 ], [ -111.58747916010999, 40.793373667141118 ], [ -111.5877230962689, 40.793480526835715 ], [ -111.58789679010127, 40.793686837326867 ], [ -111.58793389833592, 40.793862313848386 ], [ -111.58800238761303, 40.794235817251895 ], [ -111.58806121050866, 40.794857103339091 ], [ -111.58805878137863, 40.795253489273868 ], [ -111.58808582633598, 40.795631707988697 ], [ -111.58805210282648, 40.795839975952312 ], [ -111.58794831632852, 40.796168413817284 ], [ -111.58778670004715, 40.796660199800833 ], [ -111.58777098570322, 40.796894500519187 ], [ -111.58777893851664, 40.797124176424319 ], [ -111.58785805232338, 40.797357994040404 ], [ -111.58796011877807, 40.797506114019228 ], [ -111.58813915449007, 40.797644833119016 ], [ -111.58832996502446, 40.797774483413782 ], [ -111.58881855773555, 40.798065667758166 ], [ -111.5892062229557, 40.798337546767534 ], [ -111.58963674251595, 40.798763250545932 ], [ -111.59009777974259, 40.799287889920564 ], [ -111.5902295288009, 40.799440360264001 ], [ -111.59047997737223, 40.7996102400339 ], [ -111.59077602670293, 40.799708718775712 ], [ -111.59101536165237, 40.79982820677548 ], [ -111.59117604299681, 40.800034578708178 ], [ -111.59115962063623, 40.800187807029751 ], [ -111.59103893561877, 40.800481200915911 ], [ -111.59100465177985, 40.800625512215433 ], [ -111.59104173231589, 40.800796483408291 ], [ -111.59120440081904, 40.801092929882216 ], [ -111.59149882694126, 40.801541844891545 ], [ -111.59165449227763, 40.801716712125533 ], [ -111.59181572553699, 40.801851012431428 ], [ -111.59208388872665, 40.802011789285793 ], [ -111.59236374741025, 40.802154488511739 ], [ -111.59250724161085, 40.802293383144452 ], [ -111.59260992696557, 40.802509059253829 ], [ -111.59274417259546, 40.802940776576598 ], [ -111.59284854304185, 40.803345621786463 ], [ -111.59302320082737, 40.803655516650643 ], [ -111.5933597118336, 40.80416817053117 ], [ -111.59374979955393, 40.804705771410461 ], [ -111.59397072013404, 40.804884803817195 ], [ -111.59419696676127, 40.804996244817929 ], [ -111.5945522315463, 40.805084499440362 ], [ -111.5950578936737, 40.805153960472545 ], [ -111.59552688711463, 40.805232617024892 ], [ -111.59628693214867, 40.805377331428772 ], [ -111.59687544660348, 40.805563466406106 ], [ -111.5975422338426, 40.80588432009602 ], [ -111.59836927340413, 40.806226860114315 ], [ -111.59930362554771, 40.806636400340338 ], [ -111.60019040587503, 40.807028163484176 ], [ -111.60114946643347, 40.807545661741415 ], [ -111.60159648138944, 40.807813585861098 ], [ -111.6021562891934, 40.808098936561287 ], [ -111.60257277688585, 40.808267923049968 ], [ -111.60353710768865, 40.808708801806787 ], [ -111.60384686188902, 40.808873837696019 ], [ -111.60433432867237, 40.809024429360242 ], [ -111.60487523781599, 40.809184648107376 ], [ -111.60526176443483, 40.809316847199135 ], [ -111.60591513474304, 40.8094575532701 ], [ -111.60661666878902, 40.809679078581034 ], [ -111.60706326835651, 40.809897436996287 ], [ -111.60772315124636, 40.810101157763263 ], [ -111.6084835243485, 40.810272815203511 ], [ -111.60923241626894, 40.81048506631867 ], [ -111.60945228473585, 40.810542460129632 ], [ -111.60974214427713, 40.810603987887575 ], [ -111.6100220659084, 40.810616020927242 ], [ -111.61029487412493, 40.810628090914314 ], [ -111.61049745556438, 40.81073962492929 ], [ -111.61065920278489, 40.810923442394056 ], [ -111.61077249463652, 40.810994910397298 ], [ -111.61103390312149, 40.811056585506272 ], [ -111.61133618774286, 40.811050479998435 ], [ -111.61174538238835, 40.811066328047822 ], [ -111.61255190800081, 40.811097181931473 ], [ -111.61322807713462, 40.811135029009954 ], [ -111.61379674664992, 40.811086962856912 ], [ -111.61422301978233, 40.811026139360933 ], [ -111.61478480346376, 40.810874507720989 ], [ -111.61562544683532, 40.810748411138938 ], [ -111.61637157373805, 40.81065884723413 ], [ -111.616608482009, 40.810635060233047 ], [ -111.61678696288308, 40.810575551266396 ], [ -111.61695091608716, 40.810483689255122 ], [ -111.61752259037999, 40.810121193457171 ], [ -111.61827175072555, 40.809720809182302 ], [ -111.61870810937046, 40.809470737420909 ], [ -111.61941500690963, 40.808989496181958 ], [ -111.62032764482989, 40.808322471169383 ], [ -111.62101143765069, 40.807908907780693 ], [ -111.62129415938784, 40.807713703797255 ], [ -111.62169972039261, 40.807342172270815 ], [ -111.62232245158715, 40.806739752350374 ], [ -111.62265217066314, 40.806373130708195 ], [ -111.62295496277406, 40.805916568848886 ], [ -111.6233540282953, 40.805486511477362 ], [ -111.62374237244516, 40.805178124947176 ], [ -111.62404853108501, 40.804955762061262 ], [ -111.62419532354401, 40.804806328343233 ], [ -111.6243247130965, 40.804697526700956 ], [ -111.62457302964752, 40.804628619304616 ], [ -111.62485178515173, 40.804645126961873 ], [ -111.62522004318517, 40.804724208250306 ], [ -111.62555777700564, 40.804708864967743 ], [ -111.62572852880115, 40.804586324795707 ], [ -111.62593590204298, 40.804576191529939 ], [ -111.62634421281869, 40.804501908022175 ], [ -111.6267600168465, 40.804468120462452 ], [ -111.62707285406808, 40.80445290798459 ], [ -111.62748133245769, 40.804396636475069 ], [ -111.62788311871917, 40.804259323746045 ], [ -111.62814252013685, 40.804109272156587 ], [ -111.62836571931585, 40.803891853648217 ], [ -111.62866529171953, 40.803601950870942 ], [ -111.6291959392333, 40.803301778981982 ], [ -111.6299815376893, 40.803009221373429 ], [ -111.63077378129962, 40.80279319405885 ], [ -111.63159053968064, 40.802662607557096 ], [ -111.63213567020932, 40.802641605348022 ], [ -111.63241424802396, 40.802640078790098 ], [ -111.63275708380847, 40.802539106048144 ], [ -111.63295770928322, 40.802443416737425 ], [ -111.63322408943208, 40.802405921269141 ], [ -111.63354999786542, 40.802395123741135 ], [ -111.63383284497642, 40.802344023748063 ], [ -111.63415285378338, 40.802211642618268 ], [ -111.63486170801723, 40.801955507427415 ], [ -111.63531702281595, 40.801840395439186 ], [ -111.63577267984601, 40.801761313639645 ], [ -111.63616305168789, 40.801673581542161 ], [ -111.6366062068397, 40.801527001872977 ], [ -111.63714402086042, 40.801361880899044 ], [ -111.63772280424865, 40.801142480179649 ], [ -111.63822354015608, 40.800819910902938 ], [ -111.63860417738255, 40.800335851766647 ], [ -111.63886064582726, 40.799884008557328 ], [ -111.63904105469896, 40.799536183429922 ], [ -111.63919394442077, 40.799409217982685 ], [ -111.63944802275891, 40.799326733950174 ], [ -111.63998555232234, 40.799134575880196 ], [ -111.64066601601007, 40.799013689524315 ], [ -111.64105162366585, 40.79892596734058 ], [ -111.64102271053008, 40.799124314323144 ], [ -111.64097815513962, 40.799421841358082 ], [ -111.64101012934847, 40.799664892413098 ], [ -111.64102912333691, 40.799790905462892 ], [ -111.64113914499926, 40.800137120228285 ], [ -111.64122658685463, 40.800600570437339 ], [ -111.64123018453043, 40.800974401853644 ], [ -111.64114556979166, 40.801420791181783 ], [ -111.64109589458347, 40.801925541317189 ], [ -111.64113052956418, 40.802321721360386 ], [ -111.64120503637083, 40.802672637471574 ], [ -111.64127348671865, 40.803010074476589 ], [ -111.64130167590388, 40.803352239433949 ], [ -111.64125139370492, 40.803793933602087 ], [ -111.64114890712271, 40.804231413585292 ], [ -111.64090450927532, 40.804705715653149 ], [ -111.64081715850951, 40.804868353135049 ], [ -111.64078228739963, 40.80494061449307 ], [ -111.64081902144723, 40.805062024707532 ], [ -111.64095024742493, 40.805146876190904 ], [ -111.64159253208783, 40.80536401374156 ], [ -111.64212154838604, 40.8055142146723 ], [ -111.64226419755175, 40.805553958775945 ], [ -111.64236552853437, 40.805611949663536 ], [ -111.64244916422801, 40.805679047451456 ], [ -111.64247940958434, 40.805741938256801 ], [ -111.64249182918816, 40.805800424087167 ], [ -111.64246881435329, 40.805872619918901 ], [ -111.64239906594531, 40.806016242780842 ], [ -111.64236991498791, 40.806066852452126 ], [ -111.64220698491408, 40.806383055503822 ], [ -111.64181085727515, 40.807105936344385 ], [ -111.6417060266083, 40.807300201267957 ], [ -111.64160106519338, 40.807480954132132 ], [ -111.64147771312354, 40.807598749945484 ], [ -111.64106429690672, 40.807758695686445 ], [ -111.64080992862348, 40.807814159456605 ], [ -111.64050857184047, 40.807914925809328 ], [ -111.64026147216181, 40.808109979099555 ], [ -111.63973325948805, 40.808662424886201 ], [ -111.63965689121659, 40.808734915942487 ], [ -111.63913953015059, 40.80918370157417 ], [ -111.63903979524781, 40.809292355475769 ], [ -111.6389815112834, 40.809396275508441 ], [ -111.63896415999631, 40.809441413875774 ], [ -111.63895952837207, 40.809576566347722 ], [ -111.63896657952584, 40.809693637208468 ], [ -111.63902157176993, 40.809864493280202 ], [ -111.63911987428411, 40.810224286947026 ], [ -111.63926508224255, 40.810529769910779 ], [ -111.63948757057351, 40.810857345498697 ], [ -111.63972784492591, 40.811184822018788 ], [ -111.63981403774868, 40.811517656790741 ], [ -111.63997270903546, 40.811989720464247 ], [ -111.63998664243537, 40.812205845990412 ], [ -111.63999339277477, 40.812291388824384 ], [ -111.64000018641306, 40.812381435641555 ], [ -111.6400237084664, 40.812484902336109 ], [ -111.64010273795667, 40.812565539960261 ], [ -111.64018036556153, 40.812623664183192 ], [ -111.64040768386575, 40.812712487150677 ], [ -111.64046603886712, 40.812739188579094 ], [ -111.64053159424319, 40.812774858453231 ], [ -111.64068087073987, 40.812885734392623 ], [ -111.64071774782737, 40.8130215571896 ], [ -111.64071822445403, 40.813071101011587 ], [ -111.64070723482313, 40.813161246527521 ], [ -111.64066141297752, 40.813328157275478 ], [ -111.64063839365838, 40.813400352682457 ], [ -111.64046207134133, 40.814176058108615 ], [ -111.64039418977312, 40.814515152512158 ], [ -111.64037908157358, 40.814793597365941 ], [ -111.64047095094102, 40.815099374581074 ], [ -111.64061721583055, 40.815512951029696 ], [ -111.64086988963653, 40.815894406684706 ], [ -111.64113927612644, 40.81616406418005 ], [ -111.64140241537915, 40.816400424519351 ], [ -111.64170084058534, 40.816606860130904 ], [ -111.64195516605575, 40.817158563690882 ], [ -111.64199221322122, 40.817311501064658 ], [ -111.64201692590325, 40.817414960630686 ], [ -111.64203004221517, 40.817545510046244 ], [ -111.64198435108503, 40.81772593312801 ], [ -111.64196276464497, 40.817946760049765 ], [ -111.64196324228064, 40.817996303817253 ], [ -111.64199423112778, 40.81813576221618 ], [ -111.6420902519442, 40.818255940971717 ], [ -111.64227002908412, 40.818454026841053 ], [ -111.64267591136814, 40.818735532473859 ], [ -111.64314169244429, 40.819079761842524 ], [ -111.64329103972928, 40.819196038917468 ], [ -111.64343445887762, 40.819312348857217 ], [ -111.64364283265738, 40.819401270948127 ], [ -111.64406516202948, 40.819543049081489 ], [ -111.64446429282303, 40.819738105032179 ], [ -111.64515630686445, 40.820176551654015 ], [ -111.64536542775973, 40.820342038142478 ], [ -111.64559382743062, 40.820538945893325 ], [ -111.64568366965419, 40.820754645581715 ], [ -111.64573280347669, 40.820930035083585 ], [ -111.64572439663962, 40.821285915322889 ], [ -111.6456681220557, 40.821597021267571 ], [ -111.64561747012893, 40.821876566186148 ], [ -111.64560086266185, 40.821998272977602 ], [ -111.64557300873314, 40.822183101730602 ], [ -111.64559921379434, 40.822439695442 ], [ -111.64568501440429, 40.822727485131601 ], [ -111.64571104540796, 40.822966062902061 ], [ -111.645706994771, 40.823159766862673 ], [ -111.64568611806547, 40.823452657734805 ], [ -111.64561118090553, 40.82367378367551 ], [ -111.64557059475496, 40.82376859931545 ], [ -111.64552992114687, 40.823854406998237 ], [ -111.64553716037541, 40.823989492954297 ], [ -111.64562793745354, 40.824056548216298 ], [ -111.64606044848401, 40.82414421130607 ], [ -111.64680886970748, 40.824279648446741 ], [ -111.64772291454626, 40.824373613042255 ], [ -111.6479189256476, 40.824408546121582 ], [ -111.64834068174407, 40.824487252616919 ], [ -111.64888093341692, 40.824556282735209 ], [ -111.64924287319867, 40.824581271767627 ], [ -111.64955245238949, 40.824587636776066 ], [ -111.64958092095937, 40.824588377331686 ], [ -111.64984724777996, 40.824537331127409 ], [ -111.65064442098905, 40.82419952622746 ], [ -111.65091004083241, 40.824076414125017 ], [ -111.65115093383407, 40.823971457830709 ], [ -111.65139477058435, 40.823925039202628 ], [ -111.65163839104804, 40.823977714002183 ], [ -111.6517575896351, 40.824040099678626 ], [ -111.65187152970712, 40.824170979001977 ], [ -111.65193068440708, 40.824277845046517 ], [ -111.65196204496831, 40.824331718400913 ], [ -111.65202947062916, 40.824556548060606 ], [ -111.65211188206717, 40.824979478373891 ], [ -111.65210408802648, 40.825515523836842 ], [ -111.65214903396519, 40.825866598405014 ], [ -111.65227225237281, 40.826338844164212 ], [ -111.65227565054337, 40.82668564931506 ], [ -111.65226068705105, 40.826974003500972 ], [ -111.65234102866964, 40.827185247209144 ], [ -111.6524062221624, 40.827302888910168 ], [ -111.65246001902688, 40.82734672595177 ], [ -111.65289498294239, 40.827560467362609 ], [ -111.65315715734381, 40.827689605486285 ], [ -111.65346083858692, 40.827818507914849 ], [ -111.65362181700114, 40.827907680218921 ], [ -111.65369934166161, 40.827952283083782 ], [ -111.65385470098333, 40.828073016376358 ], [ -111.65406373559098, 40.828224974638204 ], [ -111.65413546425484, 40.828283122698693 ], [ -111.65429679886714, 40.828408325716453 ], [ -111.65434485436454, 40.828471112113299 ], [ -111.65442972662538, 40.828659807545982 ], [ -111.65466389987498, 40.828955756826304 ], [ -111.65485647102301, 40.829242032503984 ], [ -111.65501277508811, 40.829458248087619 ], [ -111.65515641419792, 40.829592558756559 ], [ -111.65551409510368, 40.829784207974598 ], [ -111.65606883974166, 40.830115266900883 ], [ -111.6565340500528, 40.830386476294642 ], [ -111.65668313507329, 40.830471207741603 ], [ -111.65680230558374, 40.830529084054774 ], [ -111.65692125403612, 40.830564440464521 ], [ -111.6570281121256, 40.830576443723089 ], [ -111.65709339158343, 40.830581476977208 ], [ -111.65712901392568, 40.830585778284821 ], [ -111.65752603323969, 40.830556490907917 ], [ -111.6579652275186, 40.830594524765935 ], [ -111.65863563400831, 40.830626732957526 ], [ -111.6592993530091, 40.830582403926776 ], [ -111.66006944724249, 40.830501428830559 ], [ -111.66099250217879, 40.830297958676894 ], [ -111.66176873546816, 40.830238557269041 ], [ -111.66237886668456, 40.830172897709161 ], [ -111.6626868921412, 40.830139599296857 ], [ -111.66331412801463, 40.830005372572067 ], [ -111.66360395930749, 40.829931638445935 ], [ -111.66393570130003, 40.829898200277256 ], [ -111.66432714325698, 40.829904955267232 ], [ -111.66448144714562, 40.829917579240785 ], [ -111.66483237191849, 40.830023658458067 ], [ -111.66526743756469, 40.830241856627275 ], [ -111.66554254128607, 40.830474488693113 ], [ -111.66568072450757, 40.830653859737751 ], [ -111.66574730207792, 40.830788601777662 ], [ -111.66580247113301, 40.830968451690268 ], [ -111.66585831637043, 40.831215860774059 ], [ -111.66599345665921, 40.831683518214795 ], [ -111.66611606317673, 40.832083684731543 ], [ -111.66612846365412, 40.832137663606616 ], [ -111.66616715289319, 40.832448230431758 ], [ -111.66613554108153, 40.832844783089932 ], [ -111.6660904914693, 40.83308376610762 ], [ -111.66605694070063, 40.833286649066856 ], [ -111.66604909262237, 40.833687568648365 ], [ -111.66604780549399, 40.834151509189901 ], [ -111.66601497528812, 40.834426455214476 ], [ -111.66602981022322, 40.834723647062361 ], [ -111.66599666417471, 40.834967065449923 ], [ -111.66589199678452, 40.835174863040287 ], [ -111.66573939261295, 40.835333390931794 ], [ -111.66555053160893, 40.835424564739526 ], [ -111.66533165946836, 40.835479877694077 ], [ -111.66515488273498, 40.835593502178348 ], [ -111.66509621210243, 40.83565689929744 ], [ -111.66505034678055, 40.835814810842891 ], [ -111.66499978216041, 40.835977253658676 ], [ -111.66497658591783, 40.836148547100386 ], [ -111.66499572655891, 40.836283562867216 ], [ -111.66500346385412, 40.836345676270803 ], [ -111.66501518235006, 40.836450106232931 ], [ -111.66500684855198, 40.836684372832018 ], [ -111.66495018622362, 40.837067556688531 ], [ -111.66489268418398, 40.837248056222364 ], [ -111.66482925159184, 40.837428589900469 ], [ -111.66465519671033, 40.837934063497464 ], [ -111.66432024981874, 40.83871972391885 ], [ -111.66416592938452, 40.83930165445301 ], [ -111.66406250822595, 40.839635560702511 ], [ -111.6640452142333, 40.840279760932283 ], [ -111.66401843843404, 40.840568183871099 ], [ -111.66398007099347, 40.840883698708041 ], [ -111.66391137614995, 40.841131825063975 ], [ -111.66376666140091, 40.841488489592329 ], [ -111.66348037326429, 40.841922539642361 ], [ -111.66334756080215, 40.842283639347379 ], [ -111.66329031950144, 40.842491161631301 ], [ -111.66314492515282, 40.842780266239359 ], [ -111.66295738595855, 40.84300655408709 ], [ -111.66275753528409, 40.843187870374102 ], [ -111.66269876602318, 40.843242258379128 ], [ -111.66246939456467, 40.843437256340913 ], [ -111.66188754326539, 40.843972992475734 ], [ -111.66161124864828, 40.844221407468972 ], [ -111.66136927047017, 40.844461517500406 ], [ -111.66110558124609, 40.84466571786578 ], [ -111.66098763457259, 40.844733956708446 ], [ -111.66086375674772, 40.844802229408906 ], [ -111.66069845172473, 40.844879747648015 ], [ -111.66051602432741, 40.845024926647959 ], [ -111.66046349555755, 40.845110807151073 ], [ -111.66044655231964, 40.845196483899556 ], [ -111.66045310927257, 40.8452595051168 ], [ -111.66045957680771, 40.845313518451135 ], [ -111.66050948398967, 40.845560963528285 ], [ -111.6605160410427, 40.845623984737266 ], [ -111.66052888686326, 40.845723003508809 ], [ -111.6605419116115, 40.845840038038546 ], [ -111.66062151936609, 40.84609181716813 ], [ -111.66072970037128, 40.846234431029096 ], [ -111.66078499067915, 40.846307082305984 ], [ -111.66111323464376, 40.846629503700548 ], [ -111.66136444423992, 40.846839760929882 ], [ -111.66163371753674, 40.847076939169483 ], [ -111.66176607489206, 40.847264455311404 ], [ -111.66182687389511, 40.847413645787157 ], [ -111.66184668389246, 40.847616220905863 ], [ -111.66187988010438, 40.847971861828391 ], [ -111.66191712552703, 40.848138303317704 ], [ -111.66194745386201, 40.848205692205255 ], [ -111.66198992260036, 40.848300937419744 ], [ -111.66205591912778, 40.848376229131922 ], [ -111.66217539553854, 40.848461123053831 ], [ -111.6626043538085, 40.848769449293847 ], [ -111.66280266291524, 40.848907940038494 ], [ -111.66297139722873, 40.849054707962686 ], [ -111.66303627221492, 40.849136311417311 ], [ -111.66314433767623, 40.849266311841539 ], [ -111.66329666253287, 40.849670813463931 ], [ -111.66354851064219, 40.849943219981554 ], [ -111.66382311543354, 40.850118204415878 ], [ -111.66399588978774, 40.850193781307816 ], [ -111.66419070908751, 40.850219684891762 ], [ -111.66452980445511, 40.850199715169531 ], [ -111.66486811852431, 40.850220286686678 ], [ -111.66518320271014, 40.85029053728379 ], [ -111.66542158490128, 40.85040176723026 ], [ -111.66572131060923, 40.850715331320941 ], [ -111.66588905904202, 40.850881018205108 ], [ -111.66615782356025, 40.851064138291356 ], [ -111.66640218674186, 40.851179835839417 ], [ -111.66658696512265, 40.851268852051255 ], [ -111.6672656840046, 40.851517162697832 ], [ -111.66748609871159, 40.851610475506163 ], [ -111.66807028184486, 40.851895361903843 ], [ -111.66883413782332, 40.852350362925158 ], [ -111.66903160136972, 40.852520377062476 ], [ -111.66911554984875, 40.852609973944702 ], [ -111.66918740875833, 40.852677119948765 ], [ -111.66930210351605, 40.852874638879747 ], [ -111.66944681983112, 40.853108016980471 ], [ -111.66962708177911, 40.853336684360002 ], [ -111.66979498264759, 40.853515877139642 ], [ -111.66987268417755, 40.853573980399112 ], [ -111.66995002287305, 40.853596052198995 ], [ -111.67011492362596, 40.853595094360742 ], [ -111.67021088070011, 40.85358102431087 ], [ -111.67054269148711, 40.853543062459558 ], [ -111.6709873399855, 40.853517955916786 ], [ -111.67150932722923, 40.853514918413893 ], [ -111.67180613833897, 40.853535711128082 ], [ -111.67212106327871, 40.853587926858609 ], [ -111.67235915003124, 40.853667614756908 ], [ -111.67264537419656, 40.853814584301944 ], [ -111.67299246637941, 40.85411434043553 ], [ -111.67342383761677, 40.854535216590676 ], [ -111.67374150629325, 40.854857663128399 ], [ -111.67387378558989, 40.855032553758406 ], [ -111.67391599285861, 40.855099869992536 ], [ -111.6739998598774, 40.855180455361548 ], [ -111.67411356885019, 40.855278883024866 ], [ -111.67426131747784, 40.855341078108893 ], [ -111.67430416367682, 40.855354340214383 ], [ -111.67438150588136, 40.855376409008493 ], [ -111.67449416506835, 40.855371246123276 ], [ -111.67466614257691, 40.855365736202344 ], [ -111.6750554971164, 40.855268870357378 ], [ -111.67537084148057, 40.855244503540796 ], [ -111.67573847714723, 40.855228837921373 ], [ -111.67618939622577, 40.855236104726089 ], [ -111.67649245970168, 40.85528747717651 ], [ -111.67676007933409, 40.855353470180269 ], [ -111.6771770502481, 40.855522182177168 ], [ -111.67767766596752, 40.855748955706424 ], [ -111.67796952117931, 40.855864349558374 ], [ -111.67826734603169, 40.85598331091493 ], [ -111.6785290934362, 40.856054739349176 ], [ -111.67874918020465, 40.856112899777074 ], [ -111.67901063429414, 40.856155502050335 ], [ -111.67941446357356, 40.856198166066342 ], [ -111.68002572581523, 40.856221589232369 ], [ -111.68050634825718, 40.856232267378815 ], [ -111.68091578797143, 40.856243363736382 ], [ -111.68229161986987, 40.85619920049816 ], [ -111.68283735453117, 40.856195971221275 ], [ -111.68313328124367, 40.856244665930362 ], [ -111.68338443137776, 40.856323352785594 ], [ -111.6834740117972, 40.856381376447615 ], [ -111.68357591919673, 40.856484368840768 ], [ -111.6836478338666, 40.856555108770955 ], [ -111.683737840879, 40.856654568198415 ], [ -111.68407267034505, 40.856909321550766 ], [ -111.68458041085211, 40.857248627354899 ], [ -111.68529647346197, 40.857654256194387 ], [ -111.68562514967753, 40.857886520611494 ], [ -111.68578147312365, 40.858088279602065 ], [ -111.68601640151958, 40.858433704779486 ], [ -111.68612438754209, 40.858550171268355 ], [ -111.68632121619154, 40.858652596529126 ], [ -111.68644023041611, 40.858687921804041 ], [ -111.68658311275905, 40.858736617438865 ], [ -111.68666754421147, 40.858755032421954 ], [ -111.68679105328971, 40.858766007987924 ], [ -111.68720677662283, 40.858809474677813 ], [ -111.68741426132951, 40.858794725825938 ], [ -111.68749133237496, 40.858789762318111 ], [ -111.687704749072, 40.858774977588489 ], [ -111.6881673053954, 40.858757805540904 ], [ -111.68854102892956, 40.85875557531773 ], [ -111.688713116364, 40.858759952985118 ], [ -111.68890892296318, 40.858763287901631 ], [ -111.68939502984985, 40.858728854381667 ], [ -111.68981043641283, 40.858627278898368 ], [ -111.6900521017598, 40.85859070081441 ], [ -111.69031333870736, 40.858610757799433 ], [ -111.69049162922043, 40.858641219949668 ], [ -111.69074783270786, 40.85874778638324 ], [ -111.6908122738982, 40.858783433929325 ], [ -111.69121946631799, 40.859033228785009 ], [ -111.69150029102431, 40.859225225448284 ], [ -111.69194791190952, 40.859482882858835 ], [ -111.69227592620446, 40.859648470269221 ], [ -111.69252036581302, 40.859764111697459 ], [ -111.69298014974356, 40.860049617960989 ], [ -111.69339205685297, 40.860294872553979 ], [ -111.69372077420861, 40.860527113463796 ], [ -111.69399496379157, 40.860764185684644 ], [ -111.69428362803934, 40.861023691017984 ], [ -111.69442171769731, 40.861180506069246 ], [ -111.69458851851428, 40.861359668962372 ], [ -111.69488815801694, 40.86153352724245 ], [ -111.69519235660529, 40.861689340540309 ], [ -111.69541849340007, 40.86175554009516 ], [ -111.69556248102487, 40.861795209530925 ], [ -111.69570965121567, 40.861798826156111 ], [ -111.69581633981301, 40.861789174262249 ], [ -111.6959112107613, 40.861784097747794 ], [ -111.69628419600326, 40.861709779986008 ], [ -111.69661551226211, 40.861622200139223 ], [ -111.69684626080686, 40.861562252019716 ], [ -111.69707724503699, 40.861524822911434 ], [ -111.6973976394675, 40.861527390409741 ], [ -111.69750443131367, 40.861527645525534 ], [ -111.69771922038129, 40.861529949841056 ], [ -111.698038333792, 40.861523514949624 ], [ -111.69847134830992, 40.861516389517597 ], [ -111.69911251597514, 40.861557547015209 ], [ -111.69929656112022, 40.861569943919633 ], [ -111.70004455964377, 40.861614952697053 ], [ -111.70051316858776, 40.861607603569681 ], [ -111.70060803886396, 40.861602523196886 ], [ -111.70073845579977, 40.861592722625545 ], [ -111.70086892017348, 40.861587425797381 ], [ -111.70097546515871, 40.861564257469198 ], [ -111.70109914220961, 40.86147792640886 ], [ -111.70123406607956, 40.861332972516749 ], [ -111.70142660200786, 40.861025517693093 ], [ -111.70160010364989, 40.860601069647942 ], [ -111.70193728056542, 40.859945912233066 ], [ -111.70228641035403, 40.859299689360377 ], [ -111.70251348149365, 40.858892930395513 ], [ -111.70267045964722, 40.858590194127935 ], [ -111.70281011625335, 40.858332604984241 ], [ -111.70295489439501, 40.857998413369842 ], [ -111.70315580015502, 40.857362099255461 ], [ -111.70335722617857, 40.856775327561429 ], [ -111.70365858501948, 40.856102366428658 ], [ -111.70374584706657, 40.855939683503919 ], [ -111.70385142857212, 40.855826434739704 ], [ -111.70405144213171, 40.855667567713311 ], [ -111.7042457041747, 40.855525851347799 ], [ -111.70443309848685, 40.855295894604822 ], [ -111.70457374358389, 40.855132885021547 ], [ -111.70493765370163, 40.854878427385728 ], [ -111.70516845910109, 40.854714866044027 ], [ -111.7055205012223, 40.85446047911168 ], [ -111.70589877468319, 40.854106838534079 ], [ -111.70629443745054, 40.853491847547424 ], [ -111.70662086606632, 40.852949346242326 ], [ -111.70673169948063, 40.852773004044991 ], [ -111.70686080564428, 40.85264159161472 ], [ -111.70697876637688, 40.852577810121154 ], [ -111.70706171223931, 40.852568293357493 ], [ -111.70728701510637, 40.852557903754715 ], [ -111.70781603443287, 40.852659155925743 ], [ -111.70793499145843, 40.852689054384747 ], [ -111.70807180079939, 40.852724248159937 ], [ -111.70838699841423, 40.852799784911184 ], [ -111.70880263020044, 40.852836868556587 ], [ -111.70882635646311, 40.852836722763698 ], [ -111.70905170793186, 40.852830833598624 ], [ -111.70922367527784, 40.852825272229261 ], [ -111.7096019017614, 40.852692324798326 ], [ -111.70974932538465, 40.852610342491253 ], [ -111.70997951129166, 40.852501726362888 ], [ -111.71022838561768, 40.852476772543405 ], [ -111.71039451661044, 40.852480253733582 ], [ -111.71045383192828, 40.852479888426288 ], [ -111.71051320498458, 40.85248492775419 ], [ -111.71108098512713, 40.852327386003324 ], [ -111.71165325789939, 40.852035589041343 ], [ -111.71202983553381, 40.851749501541043 ], [ -111.7121300917358, 40.851694832434902 ], [ -111.71223656861632, 40.851667149941655 ], [ -111.71236127393009, 40.851679892445347 ], [ -111.7124334163243, 40.851769530602539 ], [ -111.71260147588266, 40.851953164092293 ], [ -111.71313868974987, 40.852265137057529 ], [ -111.71351450084933, 40.85246099718384 ], [ -111.71372331259805, 40.852572309983515 ], [ -111.71420579835454, 40.852758499389843 ], [ -111.71489782821729, 40.853123555635825 ], [ -111.7150350778341, 40.853199276059982 ], [ -111.71526786302098, 40.853332958347117 ], [ -111.71553594807149, 40.853439396098779 ], [ -111.71589908533885, 40.853558755894937 ], [ -111.71600609696402, 40.853580612620156 ], [ -111.71612497190725, 40.85360239559666 ], [ -111.71627326251669, 40.8536014748843 ], [ -111.71637964362777, 40.853564780801591 ], [ -111.71645646357418, 40.853537278596555 ], [ -111.71659775474829, 40.853437308919119 ], [ -111.71695156346567, 40.853241430550661 ], [ -111.71716437222439, 40.853172544929059 ], [ -111.71735987161235, 40.853148808391062 ], [ -111.71767458568387, 40.853178380070609 ], [ -111.71797199148857, 40.853253100450154 ], [ -111.71822252885111, 40.853382162082525 ], [ -111.71832988145407, 40.853435543806597 ], [ -111.71875992637884, 40.853707620112054 ], [ -111.71916663783738, 40.854015873726951 ], [ -111.71958648351691, 40.85444115267385 ], [ -111.71985035444976, 40.854705252992773 ], [ -111.72001824681217, 40.854870859842265 ], [ -111.7203256924526, 40.85532386264471 ], [ -111.72059603849476, 40.855637466755397 ], [ -111.72067373761381, 40.855691031507632 ], [ -111.72073942679563, 40.855731158707272 ], [ -111.72085252172909, 40.855766485447937 ], [ -111.72092345933054, 40.855743521217065 ], [ -111.72109494457119, 40.855692903345115 ], [ -111.72146204599053, 40.855519449023213 ], [ -111.72185589062286, 40.855405281361477 ], [ -111.72259089469068, 40.855242132254411 ], [ -111.72341340077423, 40.855052305489167 ], [ -111.72413451345614, 40.854812662598221 ], [ -111.72431791609324, 40.854767370139243 ], [ -111.72451297581729, 40.854703086612709 ], [ -111.72474990068893, 40.854670068990146 ], [ -111.72504089811841, 40.854699769548795 ], [ -111.72517762214176, 40.854725935168418 ], [ -111.72534454521588, 40.854801456719031 ], [ -111.72552392176192, 40.854930949863196 ], [ -111.72572702597427, 40.855060293444048 ], [ -111.72597155491235, 40.855180367598528 ], [ -111.72626976572268, 40.855327128330671 ], [ -111.7263592341406, 40.855371606784097 ], [ -111.72682432415517, 40.85558938199285 ], [ -111.72696144456796, 40.855651576428016 ], [ -111.72714641360932, 40.855749502516282 ], [ -111.72733128467124, 40.855838420563991 ], [ -111.72770033826312, 40.85595320159694 ], [ -111.72842609219171, 40.856137796325307 ], [ -111.72882485787531, 40.856256890291725 ], [ -111.72888437378892, 40.856274530947331 ], [ -111.72905115677221, 40.856336535444754 ], [ -111.72924206262182, 40.856434420626975 ], [ -111.72942693835435, 40.856523335265443 ], [ -111.72964809769995, 40.856675078596346 ], [ -111.72986332615969, 40.856826859024331 ], [ -111.73019169705839, 40.857017559646515 ], [ -111.73052656583171, 40.857259565799602 ], [ -111.73057437756449, 40.857291693070316 ], [ -111.73095124808729, 40.85757667204814 ], [ -111.73133297640615, 40.857871528164402 ], [ -111.73154929987741, 40.858014290101472 ], [ -111.73175845629898, 40.858152592917435 ], [ -111.73194457958951, 40.858354099983956 ], [ -111.73205314115303, 40.858515561418351 ], [ -111.73215003750495, 40.85869511349425 ], [ -111.73227590033865, 40.858811423125474 ], [ -111.73243117594566, 40.858905024974746 ], [ -111.73277756919965, 40.859114521229579 ], [ -111.73331943202503, 40.859403849074099 ], [ -111.73402339281482, 40.859651605361023 ], [ -111.73461311296437, 40.859868555722024 ], [ -111.73519037496501, 40.860031532355912 ], [ -111.73567232610191, 40.860159080611517 ], [ -111.73614246453836, 40.860291206409848 ], [ -111.73695044101996, 40.860394147295082 ], [ -111.73736704381399, 40.860513097589354 ], [ -111.73782616016462, 40.860613757743124 ], [ -111.73812234477855, 40.860680326244534 ], [ -111.7383723886069, 40.860758900206456 ], [ -111.73867090170492, 40.860928147554311 ], [ -111.7388315876168, 40.861080260333608 ], [ -111.73890491223548, 40.861165369943762 ], [ -111.73894130675708, 40.861237203574582 ], [ -111.73897850230962, 40.861381098836837 ], [ -111.73898150590283, 40.861651329995475 ], [ -111.73899517273203, 40.86181339267128 ], [ -111.73904978033963, 40.862029243107123 ], [ -111.73922062797791, 40.862347944590653 ], [ -111.73955246968603, 40.862845780575235 ], [ -111.73986581729581, 40.863280675774874 ], [ -111.7401681564981, 40.863792211637808 ], [ -111.74031127457066, 40.864390347930183 ], [ -111.74029045327453, 40.864651723473521 ], [ -111.74024055352658, 40.86485923557359 ], [ -111.74024281034107, 40.865061908763408 ], [ -111.74029687310407, 40.865228216097634 ], [ -111.74038123411715, 40.865344783052514 ], [ -111.74053110544145, 40.865483450223913 ], [ -111.74094915209491, 40.865728494877914 ], [ -111.74133728720963, 40.865951209402454 ], [ -111.74190491427009, 40.866307893312566 ], [ -111.74243152115163, 40.866709880124013 ], [ -111.74283824162399, 40.867108132479622 ], [ -111.74334975957392, 40.867645337233547 ], [ -111.7437826693096, 40.868156021574571 ], [ -111.74388569575204, 40.868349036366972 ], [ -111.74395282282096, 40.868515257610888 ], [ -111.74399003350635, 40.868659150947416 ], [ -111.74399757963802, 40.86880323561833 ], [ -111.74400191517266, 40.869190566001592 ], [ -111.74403308245755, 40.869324589122215 ], [ -111.74406969885455, 40.869415337080646 ], [ -111.74414160076498, 40.869477931550819 ], [ -111.74431441440481, 40.869544378991137 ], [ -111.74460598960202, 40.869619067882645 ], [ -111.74480857011102, 40.869694330743279 ], [ -111.74495769323993, 40.869764533524119 ], [ -111.74530469764539, 40.870019930099389 ], [ -111.74581862927003, 40.870345412169279 ], [ -111.74619810010782, 40.870743828532795 ], [ -111.74635867542496, 40.870882418699829 ], [ -111.74646628103569, 40.870953788986718 ], [ -111.74666886769324, 40.871029048509001 ], [ -111.74687733733901, 40.871099765414179 ], [ -111.74740026441194, 40.871168444710307 ], [ -111.74771477203655, 40.87117091046175 ], [ -111.74801158159933, 40.871182498461771 ], [ -111.74830894905439, 40.871243627887623 ], [ -111.74884440465853, 40.871370773480841 ], [ -111.74951632534879, 40.871497029873161 ], [ -111.75027766325854, 40.871659634871982 ], [ -111.75078355142963, 40.871795071260649 ], [ -111.75097397367858, 40.871843377392288 ], [ -111.75108092407564, 40.871856193486984 ], [ -111.75119989364667, 40.871882443694119 ], [ -111.7513782463395, 40.871912811109382 ], [ -111.75154544578032, 40.872006309210164 ], [ -111.75167770853074, 40.872158588877852 ], [ -111.7517803056581, 40.872311061750985 ], [ -111.75198274947218, 40.872372800340557 ], [ -111.75212673172534, 40.872406994002056 ], [ -111.75237526182138, 40.872451315545746 ], [ -111.75271449114055, 40.872435589731523 ], [ -111.75297344926358, 40.872352824537529 ], [ -111.75331644206196, 40.872355089036191 ], [ -111.75350186578176, 40.872380902814037 ], [ -111.7537638993232, 40.872464769778546 ], [ -111.75393724110562, 40.872576240901473 ], [ -111.75415196308342, 40.872673928715464 ], [ -111.7544320029393, 40.872775693066892 ], [ -111.75467597336592, 40.872836254451869 ], [ -111.75510219843891, 40.872852382328681 ], [ -111.75534680355456, 40.872864293185323 ], [ -111.75566730367227, 40.872871202147628 ], [ -111.7560349627596, 40.872850776136481 ], [ -111.75629571993764, 40.87282204164628 ], [ -111.75657949220013, 40.872730097331292 ], [ -111.75706443044398, 40.872587286304302 ], [ -111.75753172083455, 40.872458101634891 ], [ -111.75779191088296, 40.872379821705714 ], [ -111.75807547364883, 40.872269858439083 ], [ -111.75830052543478, 40.87223234576448 ], [ -111.75850778756002, 40.87219585047437 ], [ -111.75882662490488, 40.872161323306628 ], [ -111.75913670955431, 40.872191712800813 ], [ -111.75954660653237, 40.872233155033278 ], [ -111.75974885116929, 40.872276864639034 ], [ -111.76002203534033, 40.872401181375274 ], [ -111.76016102595567, 40.872517373631865 ], [ -111.76032364550258, 40.872727997350125 ], [ -111.76046201756729, 40.872893739087559 ], [ -111.76055829025007, 40.873010212493142 ], [ -111.76074376909855, 40.87314411411856 ], [ -111.76087492065361, 40.873197298942699 ], [ -111.76105947227569, 40.873250131272655 ], [ -111.76129149076331, 40.873302650013684 ], [ -111.76153506660845, 40.873328067013944 ], [ -111.76187899284426, 40.873307779066522 ], [ -111.76212184582893, 40.873270141350453 ], [ -111.76235340021192, 40.873282123572523 ], [ -111.76255693984355, 40.873334827996494 ], [ -111.76273432146148, 40.873383200884092 ], [ -111.76288348184775, 40.873454280966484 ], [ -111.76311581273555, 40.873533818927108 ], [ -111.76340123387804, 40.873585980076456 ], [ -111.76354523477461, 40.873621060164425 ], [ -111.76372163445497, 40.873583858982187 ], [ -111.76381615383902, 40.873547199798551 ], [ -111.76394534122849, 40.873429236033402 ], [ -111.76414722536683, 40.87333781547725 ], [ -111.76441761418582, 40.873218014774814 ], [ -111.76463003187554, 40.87311391191146 ], [ -111.76492617849965, 40.87306690665644 ], [ -111.76527530941812, 40.872983515819733 ], [ -111.76556557357881, 40.872941052114449 ], [ -111.76571458378739, 40.872895922191077 ], [ -111.76608099047414, 40.872870067480918 ], [ -111.76622906275605, 40.872846563093631 ], [ -111.76649590425896, 40.872831277611425 ], [ -111.76678044151498, 40.872806865550736 ], [ -111.76710677135242, 40.872804695642003 ], [ -111.76749795101213, 40.872766060018748 ], [ -111.767669713967, 40.872738792808811 ], [ -111.76782901706312, 40.872660260861878 ], [ -111.76797032226895, 40.872564732722189 ], [ -111.76803511954913, 40.872523763818037 ], [ -111.76811141885497, 40.872451189155882 ], [ -111.76815826007007, 40.87239682727833 ], [ -111.76829987663653, 40.872328321622966 ], [ -111.76840606022866, 40.872274465170946 ], [ -111.76855963645383, 40.872213987008514 ], [ -111.76866659058769, 40.872226786759747 ], [ -111.76867780170636, 40.872272654482565 ], [ -111.76864633629143, 40.87242510480435 ], [ -111.7685930006044, 40.872533560081727 ], [ -111.76854021598841, 40.872587060904578 ], [ -111.76849348953135, 40.872651331323226 ], [ -111.76841739871814, 40.872741921487339 ], [ -111.76833553063578, 40.872846062566403 ], [ -111.76824263915853, 40.873023244403967 ], [ -111.76818506589014, 40.873175868477318 ], [ -111.76817450076022, 40.873288542841173 ], [ -111.76819308159862, 40.873355981486931 ], [ -111.76824169353834, 40.873454749222617 ], [ -111.76832064920059, 40.873611868883522 ], [ -111.7683809199241, 40.873692542252741 ], [ -111.76842417188597, 40.873840891366214 ], [ -111.76853919746036, 40.87403830798393 ], [ -111.76854143713173, 40.874231971905132 ], [ -111.76848507185358, 40.874489084536158 ], [ -111.76846925068936, 40.87466034798571 ], [ -111.76839992425884, 40.874822959582318 ], [ -111.76833621851844, 40.87495850873951 ], [ -111.76833788486236, 40.875102630711808 ], [ -111.76836328516129, 40.875246594571522 ], [ -111.76836557649126, 40.8754447622713 ], [ -111.7682722545958, 40.875585012833128 ], [ -111.76805953295386, 40.875663000273555 ], [ -111.7678471750975, 40.875772514006123 ], [ -111.76764600726152, 40.875823398817154 ], [ -111.7674518129526, 40.875964320035834 ], [ -111.76728702561874, 40.876082524509869 ], [ -111.76709256983497, 40.87620092607122 ], [ -111.7669293318521, 40.876350648831796 ], [ -111.76675278793059, 40.876581534653361 ], [ -111.76671244789927, 40.876685398446376 ], [ -111.76672097985937, 40.876910549600012 ], [ -111.76674875943768, 40.877158093575552 ], [ -111.76677906000631, 40.877315537634111 ], [ -111.76673407473864, 40.877531135395628 ], [ -111.7666700616772, 40.877640561517026 ], [ -111.76657548615727, 40.87767271924006 ], [ -111.76638564915369, 40.877677584142283 ], [ -111.76620770030343, 40.877684171419851 ], [ -111.76604217959223, 40.8777393207722 ], [ -111.76585849408109, 40.877763061408679 ], [ -111.76559324128532, 40.877917963762584 ], [ -111.76542220078666, 40.878009182118511 ], [ -111.76521623162314, 40.878159186000467 ], [ -111.76511691369312, 40.878294969592304 ], [ -111.76506537670359, 40.878457461097817 ], [ -111.76504381956528, 40.878646778656893 ], [ -111.7650470347013, 40.878926015010961 ], [ -111.76493849200969, 40.879291571572566 ], [ -111.76491079301023, 40.879462913193002 ], [ -111.76481994674747, 40.879819343937669 ], [ -111.76477672650927, 40.880188971263649 ], [ -111.76477900754139, 40.880387138959428 ], [ -111.76472882635709, 40.880667630127071 ], [ -111.76461489965683, 40.880978271299348 ], [ -111.76449079860774, 40.881126830228588 ], [ -111.76436925174988, 40.88139428176715 ], [ -111.76432421463957, 40.881606275482504 ], [ -111.76422144247969, 40.88195828051758 ], [ -111.76406319028447, 40.882130486852233 ], [ -111.76381753063009, 40.882442900628163 ], [ -111.763666707848, 40.882642082127148 ], [ -111.76350804217094, 40.882881852723266 ], [ -111.76330577948141, 40.883356127591817 ], [ -111.76318906124646, 40.883528057809357 ], [ -111.76304881234311, 40.883718160197397 ], [ -111.76289700443375, 40.883935363785611 ], [ -111.76260989603418, 40.884257057388872 ], [ -111.76242258294759, 40.88448350340601 ], [ -111.76216472826208, 40.88476896927655 ], [ -111.76201828116562, 40.884936590584033 ], [ -111.76187167837352, 40.88509070027559 ], [ -111.76174169118963, 40.885244700037767 ], [ -111.76165041685043, 40.885462402951532 ], [ -111.76156985487165, 40.885682737541131 ], [ -111.76155994808717, 40.885853960706996 ], [ -111.76160489721549, 40.886150937864365 ], [ -111.76164865903024, 40.886344327360831 ], [ -111.76176384174241, 40.886555261725796 ], [ -111.76196340009025, 40.88687824231291 ], [ -111.76205494987946, 40.887098340797536 ], [ -111.76208756793694, 40.8873548618241 ], [ -111.76208323519062, 40.887494519102134 ], [ -111.7621445964506, 40.887669775467444 ], [ -111.76222314171291, 40.887790868431019 ], [ -111.76236665798918, 40.887884506985053 ], [ -111.76262277752582, 40.887963888379808 ], [ -111.76293396189723, 40.888083442297393 ], [ -111.76318415149181, 40.8882664570976 ], [ -111.7633352575664, 40.888400581549789 ], [ -111.76345518667061, 40.88861058188661 ], [ -111.76359938990737, 40.888763669100861 ], [ -111.7638380209238, 40.888870188454568 ], [ -111.76401735732649, 40.888981604276957 ], [ -111.76433226018024, 40.889011046783629 ], [ -111.76461119203863, 40.889009197875289 ], [ -111.7650382843557, 40.888988348980305 ], [ -111.76525745378096, 40.88895086173801 ], [ -111.76556439775094, 40.888804691905811 ], [ -111.76594859516534, 40.888667016513331 ], [ -111.76616111138992, 40.888567414492691 ], [ -111.76649179023497, 40.888421084513794 ], [ -111.76674655449992, 40.888382457044202 ], [ -111.76716739522843, 40.88833461694302 ], [ -111.76747511267425, 40.888255999107855 ], [ -111.76786194762346, 40.888244415949494 ], [ -111.76839446209034, 40.888204836102524 ], [ -111.76883919536188, 40.888170343161853 ], [ -111.76920672572523, 40.888131859293964 ], [ -111.76940860766, 40.888139520949622 ], [ -111.76960372006937, 40.888075161052761 ], [ -111.76985807393255, 40.888001397095536 ], [ -111.77012419201888, 40.887918545725832 ], [ -111.7702603747973, 40.887890611393402 ], [ -111.77039868463969, 40.887943737361205 ], [ -111.77052316957212, 40.888032988712425 ], [ -111.77062443883256, 40.88816743653409 ], [ -111.77068800302352, 40.888428252371163 ], [ -111.77073814559891, 40.888657628822401 ], [ -111.77081691670037, 40.88879673095505 ], [ -111.77088324374078, 40.888886370586206 ], [ -111.77102714041877, 40.889011524800246 ], [ -111.77114698501254, 40.889109814772176 ], [ -111.77125537888124, 40.889244214370066 ], [ -111.77143359392834, 40.889360130267178 ], [ -111.77147789344711, 40.889494958351975 ], [ -111.77146738405349, 40.889612136470646 ], [ -111.77148113685975, 40.889774193757731 ], [ -111.7714588624809, 40.889900458862769 ], [ -111.77144212053217, 40.890094249151886 ], [ -111.7714298809872, 40.890369083949309 ], [ -111.77143719212653, 40.890589738207467 ], [ -111.77148786219101, 40.890864152168852 ], [ -111.77153108053091, 40.891007995720031 ], [ -111.77160543865803, 40.891277746991655 ], [ -111.77173872810214, 40.891511070707416 ], [ -111.77180016050727, 40.891689924588825 ], [ -111.77195882467971, 40.892063607536798 ], [ -111.77207457376068, 40.892319568956189 ], [ -111.77211269712652, 40.892535512669234 ], [ -111.77220329352461, 40.892670030431475 ], [ -111.772560586023, 40.893280201149082 ], [ -111.77271699453, 40.893459319040858 ], [ -111.77290313191314, 40.893642741623495 ], [ -111.77316695148309, 40.893870684568242 ], [ -111.77337173593837, 40.894126047652193 ], [ -111.77361827815929, 40.894399146824441 ], [ -111.77375657170471, 40.894551359917799 ], [ -111.77399676192827, 40.894788467731175 ], [ -111.77412397421899, 40.895008316873721 ], [ -111.77437567030954, 40.8952138176452 ], [ -111.77455656487072, 40.895455826530181 ], [ -111.77474870081562, 40.895643709900845 ], [ -111.7749935198096, 40.895768180943541 ], [ -111.77521407265635, 40.895847773164874 ], [ -111.77561862104105, 40.895926127661014 ], [ -111.7760110891725, 40.89598654545636 ], [ -111.7762665188507, 40.896002842995649 ], [ -111.77664706464896, 40.896058834731306 ], [ -111.77692765882925, 40.896196573141722 ], [ -111.77720814873949, 40.896325303284584 ], [ -111.77739971467243, 40.896463640481862 ], [ -111.77776198312931, 40.896479214464506 ], [ -111.77822388623494, 40.896386015640736 ], [ -111.77866182479922, 40.896274059384616 ], [ -111.77937708111554, 40.896121492070684 ], [ -111.78006465067655, 40.895936677787113 ], [ -111.78063857626401, 40.895779653557106 ], [ -111.7810878050749, 40.895618966950849 ], [ -111.78135987440113, 40.895536049414488 ], [ -111.78144964560063, 40.895598499131644 ], [ -111.78137476568722, 40.895792684538563 ], [ -111.78129373806219, 40.895968894978466 ], [ -111.7811311517415, 40.896276277869681 ], [ -111.78101578206328, 40.896560820065758 ], [ -111.78094420564284, 40.896935148386355 ], [ -111.7808098936404, 40.89722432275763 ], [ -111.78073453349467, 40.897377973700117 ], [ -111.78061221880151, 40.8975769838178 ], [ -111.78050719101074, 40.897731736242442 ], [ -111.78041295386024, 40.89779453111003 ], [ -111.78024776586365, 40.89788122747288 ], [ -111.77995173193611, 40.897946287897511 ], [ -111.77937657014506, 40.897999721852038 ], [ -111.77896691474358, 40.897993481330488 ], [ -111.77844480164377, 40.8980150233335 ], [ -111.77798267648636, 40.8980902079822 ], [ -111.77765744700368, 40.898196897552367 ], [ -111.77730329802642, 40.898368640734617 ], [ -111.77715135668645, 40.898573251825312 ], [ -111.77688016539651, 40.89873272387733 ], [ -111.77668109544908, 40.898968279955106 ], [ -111.77647624649117, 40.899217387008981 ], [ -111.77631956568581, 40.899524723252426 ], [ -111.77619256180478, 40.89983185953254 ], [ -111.77616577919275, 40.900079767388554 ], [ -111.7761143585312, 40.900251270697538 ], [ -111.77606966300026, 40.900490290789328 ], [ -111.77615009179567, 40.90076900604987 ], [ -111.77619443271934, 40.901007426901863 ], [ -111.77623782614458, 40.901164779634819 ], [ -111.77635876442807, 40.901354040126066 ], [ -111.77664883580024, 40.901792591576253 ], [ -111.77699213370079, 40.90221366793358 ], [ -111.77721360674924, 40.902369820303356 ], [ -111.77742331449822, 40.902535059827066 ], [ -111.7776151100081, 40.90269141147364 ], [ -111.77784240596107, 40.902837614253698 ], [ -111.77802738064577, 40.902918341730832 ], [ -111.77822558980202, 40.903115186294514 ], [ -111.77835214595076, 40.90327648106144 ], [ -111.77846735886382, 40.903482893606238 ], [ -111.77868574575187, 40.903881386383595 ], [ -111.77881337181259, 40.904133656911014 ], [ -111.77885210569141, 40.904399139249591 ], [ -111.77884350962181, 40.904678453625742 ], [ -111.77888266672166, 40.904979966141042 ], [ -111.77882022265058, 40.905223611097206 ], [ -111.77890935320436, 40.90573648033579 ], [ -111.77895985523877, 40.905992874810167 ], [ -111.77908230408185, 40.906208246018444 ], [ -111.77920830490858, 40.906422692260072 ], [ -111.77937643432919, 40.906584605704147 ], [ -111.77959204427044, 40.906745297100272 ], [ -111.77980123218944, 40.906864593495989 ], [ -111.78002279096064, 40.907026144674447 ], [ -111.78017172803109, 40.907070178490805 ], [ -111.78040716260101, 40.907401891229945 ], [ -111.78045724813572, 40.907622254725517 ], [ -111.78064572468439, 40.90799932604358 ], [ -111.78076630678436, 40.908156154301196 ], [ -111.78094614770637, 40.908303572877614 ], [ -111.78121599010151, 40.90853145585325 ], [ -111.78134913667036, 40.908746752062413 ], [ -111.78142848462423, 40.908930883759929 ], [ -111.78165804871463, 40.909267137719951 ], [ -111.78170920077578, 40.909577575958082 ], [ -111.78168346361026, 40.909811965169311 ], [ -111.78166362206335, 40.910244496099779 ], [ -111.78167316557672, 40.910550712200262 ], [ -111.78168896411958, 40.910883910657169 ], [ -111.78177547250893, 40.911171588462899 ], [ -111.78198850975264, 40.91161605273409 ], [ -111.78200192214939, 40.911746581499884 ], [ -111.78212940650535, 40.911984435706287 ], [ -111.78226229769284, 40.912177211804575 ], [ -111.78243711883376, 40.912401232143537 ], [ -111.78260478281804, 40.912521705847645 ], [ -111.78283234674335, 40.912686813959979 ], [ -111.78304787872617, 40.912838490936963 ], [ -111.78342974948215, 40.912998045817908 ], [ -111.78387029901577, 40.913098646919437 ], [ -111.78423292563696, 40.913136718515553 ], [ -111.78469518526951, 40.913165102785726 ], [ -111.78508307780893, 40.913230925360303 ], [ -111.78560620359461, 40.913285015510915 ], [ -111.78598070587293, 40.913323000699336 ], [ -111.78630782035403, 40.913370316055769 ], [ -111.78676773562744, 40.913601393669047 ], [ -111.78701868724852, 40.913734805005497 ], [ -111.78728750403674, 40.913872597948092 ], [ -111.78763392956837, 40.914045893203223 ], [ -111.7880161924688, 40.914236959018652 ], [ -111.78824853566812, 40.914302932934518 ], [ -111.78874884518916, 40.914434635702698 ], [ -111.78910597315722, 40.91450876255054 ], [ -111.78964645132176, 40.914523079285061 ], [ -111.79005063682227, 40.914559947133895 ], [ -111.79032594725523, 40.914743630532108 ], [ -111.79048155350796, 40.914847059652764 ], [ -111.79057733950876, 40.914913064046019 ], [ -111.7907275354695, 40.915060670339564 ], [ -111.79089478095158, 40.915144200935508 ], [ -111.79120550958304, 40.915210532056314 ], [ -111.79144110487981, 40.915150361725949 ], [ -111.7916659593879, 40.91508576052896 ], [ -111.79189680420488, 40.915025621881178 ], [ -111.79230554355549, 40.914946244138818 ], [ -111.79259057332951, 40.914948789534932 ], [ -111.79283533553617, 40.91505971006336 ], [ -111.79313428534246, 40.915233315113149 ], [ -111.79333193012927, 40.915376087505756 ], [ -111.79363217539704, 40.915657781298002 ], [ -111.79373671485043, 40.915958838034015 ], [ -111.79376315690764, 40.916183862175188 ], [ -111.79379725823064, 40.916652056200412 ], [ -111.79386984306819, 40.917160522346514 ], [ -111.79395684385518, 40.917484220149646 ], [ -111.79413857205411, 40.917784744932128 ], [ -111.79423841996211, 40.918189428191553 ], [ -111.7942237887659, 40.918455272116717 ], [ -111.79407977581542, 40.918825601841654 ], [ -111.79390607439832, 40.919196135770008 ], [ -111.79366716729392, 40.919576126470687 ], [ -111.79334631799934, 40.920055771088229 ], [ -111.79310724313973, 40.920422249382312 ], [ -111.79285229066693, 40.920950984635766 ], [ -111.79276268242141, 40.921402913470715 ], [ -111.79279029689121, 40.921726119359391 ], [ -111.79307427441006, 40.922134942223344 ], [ -111.79324455922159, 40.922371588380969 ], [ -111.79332610854625, 40.922834951521004 ], [ -111.79333597789712, 40.923163684216775 ], [ -111.79342924538238, 40.923514363663323 ], [ -111.79332888256157, 40.92406005237256 ], [ -111.79309770988958, 40.924691318118697 ], [ -111.7929649213488, 40.924909329770294 ], [ -111.7927309579062, 40.92520821013332 ], [ -111.79244975782585, 40.925529935228823 ], [ -111.79212008316313, 40.925770918550917 ], [ -111.79179747304673, 40.926106438844272 ], [ -111.79145752922561, 40.926482614238189 ], [ -111.79122355350562, 40.92678149157463 ], [ -111.79101311320819, 40.927062190515905 ], [ -111.79094668953626, 40.927468016497947 ], [ -111.79098586295763, 40.927765019346694 ], [ -111.79104739292883, 40.927944761824747 ], [ -111.79120933507936, 40.92807877416643 ], [ -111.79146106009124, 40.928271624355837 ], [ -111.7916895497912, 40.928507873011732 ], [ -111.79182870951372, 40.928723114929085 ], [ -111.79195048559421, 40.92897450897069 ], [ -111.79202459504195, 40.929212717954499 ], [ -111.79217687116554, 40.929531463922807 ], [ -111.7924434838137, 40.929975539103658 ], [ -111.79250528894651, 40.930177799392851 ], [ -111.79261508592202, 40.930420266765786 ], [ -111.79305095748369, 40.930615450698454 ], [ -111.79336784772961, 40.930793435238812 ], [ -111.79378644767149, 40.931033776319502 ], [ -111.79437845271478, 40.931372011799752 ], [ -111.79492198411921, 40.931629504400483 ], [ -111.79520336116823, 40.931816736887214 ], [ -111.79543156319353, 40.932026856068227 ], [ -111.79551351807474, 40.932422652384943 ], [ -111.79554866668705, 40.932778234575125 ], [ -111.79556864543252, 40.933156441948547 ], [ -111.79568709810074, 40.93352496157506 ], [ -111.795797614996, 40.933825974188892 ], [ -111.79606999194469, 40.934251984343632 ], [ -111.79623751993375, 40.934354422094131 ], [ -111.79652577072572, 40.934618173605919 ], [ -111.79695186061051, 40.934984566237823 ], [ -111.79713278529793, 40.935213025090718 ], [ -111.79727257264376, 40.93547780096177 ], [ -111.79753043402285, 40.93568320662029 ], [ -111.79784734969265, 40.935860277612981 ], [ -111.79805630482916, 40.935949814512227 ], [ -111.79834893622593, 40.936082911942052 ], [ -111.79858190864485, 40.936193901298736 ], [ -111.79896297453375, 40.936272335354289 ], [ -111.79927995109441, 40.936453906060187 ], [ -111.79959635370622, 40.936587736338176 ], [ -111.79997981377673, 40.936864331086149 ], [ -111.80015955838864, 40.936993702937471 ], [ -111.80035781645567, 40.937180598550846 ], [ -111.80083173892129, 40.937570065909561 ], [ -111.80101884074313, 40.937816492032944 ], [ -111.80119924301654, 40.937999906922833 ], [ -111.80138062609544, 40.938264388591755 ], [ -111.80158680153987, 40.9386142755897 ], [ -111.80164395624722, 40.938920157326329 ], [ -111.80176492823051, 40.93910038118122 ], [ -111.80195702921485, 40.939268399529723 ], [ -111.80214754012798, 40.93940309824535 ], [ -111.80233415039723, 40.939509898341747 ], [ -111.80263269070913, 40.939638439539301 ], [ -111.80291520234087, 40.939816636714063 ], [ -111.80313725688434, 40.940103352796228 ], [ -111.80335957348811, 40.940313496857911 ], [ -111.80365899287109, 40.940514094885316 ], [ -111.80398200737736, 40.940701015292007 ], [ -111.80419392506016, 40.941032840983198 ], [ -111.80432792305072, 40.941306656525796 ], [ -111.80440977936355, 40.941688934124564 ], [ -111.80449659231948, 40.941990103228818 ], [ -111.80445350372096, 40.942355236071457 ], [ -111.80436747227209, 40.942608065945336 ], [ -111.80421104055758, 40.942933452419773 ], [ -111.80402033578908, 40.943371680181812 ], [ -111.80397642448283, 40.943669257002739 ], [ -111.80394280802757, 40.943836143109657 ], [ -111.80392750172233, 40.944043438434619 ], [ -111.80387639384753, 40.944237471069755 ], [ -111.80392533076042, 40.944354236457897 ], [ -111.80403998612114, 40.944502072247111 ], [ -111.80426118398972, 40.944618536905729 ], [ -111.80451216833215, 40.944741999858692 ], [ -111.80481737606597, 40.944928141164844 ], [ -111.80501678698097, 40.945206903997324 ], [ -111.80515750264446, 40.945543728830081 ], [ -111.80539930496541, 40.945888855579334 ], [ -111.80558001524739, 40.9460947816209 ], [ -111.80564390149883, 40.946463671262258 ], [ -111.80562081480605, 40.947007927566851 ], [ -111.80561630909702, 40.947125966399724 ], [ -111.80567075321167, 40.947206659718994 ], [ -111.8059574002384, 40.947330771052329 ], [ -111.8061074856215, 40.947460340628425 ], [ -111.80631256474096, 40.947715640135826 ], [ -111.80651852227248, 40.948042998662395 ], [ -111.8066484132564, 40.948465475026978 ], [ -111.80670499754004, 40.948721812602649 ], [ -111.8068710796308, 40.949189076388059 ], [ -111.80710944922942, 40.949250465302732 ], [ -111.80748994162359, 40.949274825670493 ], [ -111.8081426333442, 40.94921169936525 ], [ -111.80870682766044, 40.949198735186059 ], [ -111.80902269442794, 40.949282097009359 ], [ -111.80964794007748, 40.949403822662077 ], [ -111.81064708184977, 40.949495892076484 ], [ -111.81118493998075, 40.949757850695995 ], [ -111.81147870630642, 40.949976484084864 ], [ -111.81168898183745, 40.950168679962225 ], [ -111.81205129380106, 40.950648066711651 ], [ -111.81214315576095, 40.950872624340448 ], [ -111.81231173938504, 40.951443456530406 ], [ -111.81232123899645, 40.951830741576849 ], [ -111.81240848830737, 40.95216342965896 ], [ -111.81268709944383, 40.952598363050882 ], [ -111.81278490672328, 40.952822878174402 ], [ -111.81301271169761, 40.953474365258721 ], [ -111.81317874004209, 40.95393261164326 ], [ -111.81352970033673, 40.954452610243166 ], [ -111.81382026506046, 40.954891960428874 ], [ -111.81418223136184, 40.955339813810617 ], [ -111.81445359860825, 40.955666695651701 ], [ -111.81459394220073, 40.955967478116683 ], [ -111.81492865341301, 40.956613701512318 ], [ -111.81511036469519, 40.956896174525077 ], [ -111.81529801829041, 40.957178605212391 ], [ -111.81541399624601, 40.957430013922 ], [ -111.81539972102894, 40.957718376497795 ], [ -111.81536538205826, 40.957921303294945 ], [ -111.81529766338518, 40.958115457955941 ], [ -111.81519311105303, 40.958309873019985 ], [ -111.81505357773004, 40.95855858433432 ], [ -111.81494935637124, 40.958780021347224 ], [ -111.8148535123666, 40.959199578860733 ], [ -111.81473834895911, 40.959497662467108 ], [ -111.81464668266445, 40.959773960302158 ], [ -111.8145237381155, 40.959922562996894 ], [ -111.81433484407131, 40.960022987275266 ], [ -111.81416871730364, 40.960042176917128 ], [ -111.81391231342887, 40.959967417879028 ], [ -111.81375679639443, 40.959882938043677 ], [ -111.81343921429351, 40.959664478987321 ], [ -111.81319903253244, 40.959458985384423 ], [ -111.81272628279771, 40.95918396639857 ], [ -111.81222513539856, 40.959015441974707 ], [ -111.81199172856196, 40.958877459398408 ], [ -111.81157982004554, 40.958718212597418 ], [ -111.8112271568499, 40.95854503519552 ], [ -111.81093302216537, 40.958299379635889 ], [ -111.81058525686726, 40.958040588124177 ], [ -111.81017781083843, 40.957759694510337 ], [ -111.80972306214066, 40.957497148019684 ], [ -111.80936507462852, 40.957373547229643 ], [ -111.808995096934, 40.957241021279543 ], [ -111.8086378266545, 40.957175966344749 ], [ -111.80835299991092, 40.957204988264813 ], [ -111.80812191442496, 40.957256153245915 ], [ -111.80769604581143, 40.95741227657053 ], [ -111.80743041199591, 40.957553763977167 ], [ -111.80717104703453, 40.957722231415246 ], [ -111.80676458589747, 40.958008833996651 ], [ -111.80642297738791, 40.958254444735751 ], [ -111.80610452713795, 40.958450347565964 ], [ -111.80567412900662, 40.95872360138641 ], [ -111.80522524772185, 40.958942933630262 ], [ -111.8046449516814, 40.9591046282357 ], [ -111.80420107600409, 40.959247352056408 ], [ -111.80381606163265, 40.959344622914479 ], [ -111.8021073547298, 40.959545695260374 ], [ -111.80181619218251, 40.95954321650872 ], [ -111.80141825542385, 40.959554991557852 ], [ -111.80107433189083, 40.959611430828339 ], [ -111.80077199470766, 40.959667580233983 ], [ -111.80034467841105, 40.959706580167811 ], [ -111.79992243257676, 40.95967347792179 ], [ -111.79961284857627, 40.959621576444221 ], [ -111.79927285381052, 40.959511331813005 ], [ -111.79885345543667, 40.959221472835111 ], [ -111.79848980873098, 40.959120397940708 ], [ -111.79817401616154, 40.959046015138796 ], [ -111.79793087147927, 40.959083730926224 ], [ -111.79761779057716, 40.959234532296655 ], [ -111.79742892661183, 40.959339432819256 ], [ -111.79713290769547, 40.959427057609538 ], [ -111.79668442611579, 40.959682386593208 ], [ -111.79637814668949, 40.959905203017186 ], [ -111.79581159541883, 40.960224401360968 ], [ -111.795482734475, 40.96044737126919 ], [ -111.79513388781275, 40.960688494429874 ], [ -111.79473281082221, 40.960934480673906 ], [ -111.79443078600737, 40.961017635838154 ], [ -111.79409813706731, 40.961024431648248 ], [ -111.79356819013491, 40.960928990686789 ], [ -111.79281901650474, 40.96088460003886 ], [ -111.79235431365221, 40.960878786577638 ], [ -111.79198646366393, 40.960823661788709 ], [ -111.79151186359161, 40.96088457343533 ], [ -111.79096592614, 40.960942369304021 ], [ -111.7907569117813, 40.960853721317434 ], [ -111.79056950682782, 40.960683851164887 ], [ -111.79029326783106, 40.960338930189444 ], [ -111.78993229311054, 40.959963060510646 ], [ -111.78955463402554, 40.959582799840298 ], [ -111.78932629272215, 40.959467257040124 ], [ -111.788967687986, 40.959289548022461 ], [ -111.78869365250748, 40.959228365736337 ], [ -111.78816993621658, 40.959155377707795 ], [ -111.7878424333595, 40.959094558904496 ], [ -111.78747907124357, 40.959015967742843 ], [ -111.78706716588817, 40.958852129106759 ], [ -111.78662432812048, 40.958584905942054 ], [ -111.78632482362707, 40.958379760845894 ], [ -111.78607921636383, 40.958210280224741 ], [ -111.78572715538637, 40.958082061447676 ], [ -111.78546892157487, 40.957849608272504 ], [ -111.78515101442434, 40.957595040442634 ], [ -111.78469497773634, 40.957215297339182 ], [ -111.78393103897815, 40.956923224166047 ], [ -111.78340103235722, 40.956818728507493 ], [ -111.78303378676239, 40.956812215144858 ], [ -111.78253336176294, 40.956797596444737 ], [ -111.78208340539643, 40.956931268313021 ], [ -111.7817477568005, 40.957185773926923 ], [ -111.78163651798413, 40.9573252542109 ], [ -111.781496127024, 40.957511774562605 ], [ -111.7813731223015, 40.957661243345385 ], [ -111.78115479787066, 40.957788837406106 ], [ -111.78092352925022, 40.957826436873084 ], [ -111.78066876223723, 40.957886715457157 ], [ -111.78023730670556, 40.958078808050878 ], [ -111.78004231808509, 40.958170209333232 ], [ -111.77981710497647, 40.958217674615689 ], [ -111.77962125687158, 40.958236114696724 ], [ -111.77909214646911, 40.958208162777701 ], [ -111.77850357464283, 40.958176105864098 ], [ -111.77813426275375, 40.958196615420611 ], [ -111.77779720063619, 40.958231319327915 ], [ -111.77753109071232, 40.9582367175705 ], [ -111.77716782468886, 40.958266191444416 ], [ -111.7767058070299, 40.958386411359392 ], [ -111.7764632323979, 40.958473623075456 ], [ -111.77623233847864, 40.958543640084223 ], [ -111.77600173945234, 40.958638877566898 ], [ -111.77576536755483, 40.958748566530133 ], [ -111.77546417146313, 40.958903731972967 ], [ -111.77527579977898, 40.959053633900098 ], [ -111.77510525020728, 40.95920341569996 ], [ -111.77504121642589, 40.959316448501539 ], [ -111.77498461718311, 40.959455555027908 ], [ -111.77492198642121, 40.959790179673639 ], [ -111.77497241214979, 40.960037565798167 ], [ -111.77502241679551, 40.960248921984665 ], [ -111.77512095171107, 40.960545529614194 ], [ -111.77528362784368, 40.960738111729327 ], [ -111.77536291809682, 40.960913238069367 ], [ -111.77548395502299, 40.961101595825355 ], [ -111.77561048374849, 40.961352973774972 ], [ -111.77569595587771, 40.961446984639409 ], [ -111.77611600714968, 40.961799980832737 ], [ -111.77655813856217, 40.962008695850734 ], [ -111.77703177505451, 40.962370335885645 ], [ -111.77716990360224, 40.962495519353432 ], [ -111.77732617361835, 40.96264760487432 ], [ -111.77761442187355, 40.962906898218108 ], [ -111.77787206667726, 40.963089827797724 ], [ -111.77806615655523, 40.963426324762558 ], [ -111.77818393407368, 40.963740816059307 ], [ -111.77834145526359, 40.964100079787379 ], [ -111.77840282757309, 40.964266316699877 ], [ -111.77845804704252, 40.964414578767503 ], [ -111.77866206805574, 40.964584356323662 ], [ -111.77905350697573, 40.965027616544013 ], [ -111.7793835220907, 40.96530013533544 ], [ -111.77963008254613, 40.965549796303065 ], [ -111.77988462260311, 40.965972359684223 ], [ -111.7800361323113, 40.966223563516159 ], [ -111.78021719219888, 40.966461054895653 ], [ -111.78054849301027, 40.966841659622645 ], [ -111.78088435886296, 40.967105126214463 ], [ -111.78100452022295, 40.967216914388921 ], [ -111.78119004077999, 40.967328259573307 ], [ -111.78149503396521, 40.967492843667543 ], [ -111.7816027098457, 40.967654260780193 ], [ -111.78170172989137, 40.967887801839332 ], [ -111.78176852446484, 40.968008959210238 ], [ -111.78179431158253, 40.968179939566234 ], [ -111.78194980818269, 40.968264462591932 ], [ -111.78217708542914, 40.968389035179776 ], [ -111.78251248674839, 40.968611963318466 ], [ -111.78277085929626, 40.96885342984455 ], [ -111.78297682178525, 40.969185333417904 ], [ -111.78317122208813, 40.969544339647712 ], [ -111.78327999795319, 40.969697640297582 ], [ -111.78340791061562, 40.969961611245992 ], [ -111.78347052663182, 40.970231430710747 ], [ -111.78346778129013, 40.970501694339688 ], [ -111.78351433033257, 40.970920257665647 ], [ -111.78355901502584, 40.971181190737546 ], [ -111.78366269448495, 40.971405690110927 ], [ -111.78383858592318, 40.971706267809374 ], [ -111.78394858248301, 40.971962252520946 ], [ -111.78410638366928, 40.972240432385099 ], [ -111.78433581226994, 40.972545149204393 ], [ -111.78458189572724, 40.972750662421596 ], [ -111.78492262899067, 40.972919498057699 ], [ -111.78509666148432, 40.97306244357695 ], [ -111.78521105882926, 40.973187778707349 ], [ -111.78527834594198, 40.973349467276236 ], [ -111.78529183263339, 40.973484497814404 ], [ -111.7852698260011, 40.97363328236321 ], [ -111.78520428616235, 40.974120169410838 ], [ -111.78519679411741, 40.974390465216359 ], [ -111.78520373750401, 40.974575085180739 ], [ -111.78533151797487, 40.974826443214937 ], [ -111.7854701157807, 40.974987645811964 ], [ -111.78561973118624, 40.975175797627415 ], [ -111.78580866165095, 40.975471779145948 ], [ -111.78596674649364, 40.975772474718177 ], [ -111.78639015319962, 40.976395654076917 ], [ -111.78657720664077, 40.976633094054527 ], [ -111.78669889331144, 40.976870979810478 ], [ -111.78686806796789, 40.977104037221295 ], [ -111.78702450211487, 40.977265116120812 ], [ -111.78714463890631, 40.977372393726426 ], [ -111.78733212627745, 40.977645862077559 ], [ -111.78745451387874, 40.977942295190971 ], [ -111.78763584719553, 40.978197788747096 ], [ -111.78777510077674, 40.978413032883047 ], [ -111.78792126270545, 40.97870930298766 ], [ -111.7880724573954, 40.97892896920002 ], [ -111.7881941537638, 40.979166853196183 ], [ -111.78835777224947, 40.979431474818931 ], [ -111.78852765669677, 40.979723077783902 ], [ -111.78864817595341, 40.979861879669102 ], [ -111.78877458489625, 40.979996137050307 ], [ -111.78899634824415, 40.980152262072046 ], [ -111.78932038697928, 40.980412180943716 ], [ -111.78948881742446, 40.980581281569819 ], [ -111.78965725947653, 40.980751282678256 ], [ -111.78981349419399, 40.980894342728405 ], [ -111.78995746756638, 40.98100595806892 ], [ -111.79020305183921, 40.981165520748853 ], [ -111.79052137243214, 40.98144349166661 ], [ -111.79064189902506, 40.98158229135953 ], [ -111.79076291027862, 40.981761624254339 ], [ -111.79091909597503, 40.981900179033786 ], [ -111.79104524436902, 40.982011915282726 ], [ -111.79114875136064, 40.982218392304908 ], [ -111.79137090462399, 40.982406038500038 ], [ -111.79146787790987, 40.982563015276668 ], [ -111.79172082586285, 40.982840530789012 ], [ -111.79190781988707, 40.983069854848978 ], [ -111.79205313789458, 40.983293159251261 ], [ -111.79215038358414, 40.983472653908919 ], [ -111.79229544457797, 40.983674340210548 ], [ -111.79235152052648, 40.983890150204658 ], [ -111.79239522526363, 40.984065508562878 ], [ -111.79240354053611, 40.984263630523181 ], [ -111.7924648165607, 40.984417248518412 ], [ -111.79263660883963, 40.984865573642246 ], [ -111.79273980176302, 40.985045026852355 ], [ -111.79288519173782, 40.985273734503124 ], [ -111.79294726831412, 40.985494006937387 ], [ -111.79303938576382, 40.98574109708413 ], [ -111.79320794733695, 40.985919199306089 ], [ -111.79326901092166, 40.986054802007303 ], [ -111.79335432331416, 40.986229873597253 ], [ -111.79341467490691, 40.986306027401383 ], [ -111.79348064610942, 40.986355118076908 ], [ -111.79361231882032, 40.986430780824762 ], [ -111.79378586575737, 40.986528675426321 ], [ -111.79406104568713, 40.986675414476068 ], [ -111.7943126152141, 40.986835827759883 ], [ -111.79467895000521, 40.987148587701213 ], [ -111.79482321566395, 40.987282715120806 ], [ -111.79500303466843, 40.987407589027903 ], [ -111.79515275811309, 40.987501141775155 ], [ -111.79535078768613, 40.987657417990413 ], [ -111.79554935951421, 40.987858730792517 ], [ -111.79575927818397, 40.988014924240325 ], [ -111.79593996748905, 40.988211855729624 ], [ -111.796143998801, 40.988372593180358 ], [ -111.79633614392536, 40.988533412375993 ], [ -111.79651024237751, 40.988676339676452 ], [ -111.79665391879209, 40.988760924091736 ], [ -111.79696379992151, 40.988826343097472 ], [ -111.79726724977334, 40.988851269150111 ], [ -111.7976232207842, 40.988893847267249 ], [ -111.79791008331982, 40.988923390464926 ], [ -111.79834603204336, 40.989091526578498 ], [ -111.7985958345924, 40.989202397913843 ], [ -111.79884845030925, 40.989349281735763 ], [ -111.79902877183173, 40.98951468239725 ], [ -111.79919023760442, 40.989693725695062 ], [ -111.7993420855383, 40.989863827321976 ], [ -111.79948734583415, 40.99007901508395 ], [ -111.79963871407058, 40.990307672477833 ], [ -111.79979214292891, 40.990608380401447 ], [ -111.79991849509403, 40.990832706902744 ], [ -111.80010444048335, 40.990971042411267 ], [ -111.80051101598858, 40.991166398494236 ], [ -111.80073982368634, 40.991408028772334 ], [ -111.80091387379932, 40.991545544770972 ], [ -111.80115371060903, 40.991715933368063 ], [ -111.8013164853905, 40.99190397262381 ], [ -111.80151519724207, 40.992114282084458 ], [ -111.80161253636361, 40.992298271813944 ], [ -111.80162813389514, 40.992604439635329 ], [ -111.80172585600418, 40.992819955027514 ], [ -111.80181703452182, 40.992985971155427 ], [ -111.80204050976613, 40.993277180529319 ], [ -111.80229190530221, 40.99341956107628 ], [ -111.80251914346736, 40.993530580820682 ], [ -111.80276503401936, 40.993709031146153 ], [ -111.80295748399759, 40.993892357270354 ], [ -111.8031751188215, 40.994093523833179 ], [ -111.8034328609031, 40.994366475417607 ], [ -111.80355321957057, 40.994487246113039 ], [ -111.80367974159616, 40.994625989952191 ], [ -111.80397291889747, 40.994781587647552 ], [ -111.80417261780885, 40.994973869256683 ], [ -111.80427499765521, 40.995180341757809 ], [ -111.80433723135623, 40.995409614601826 ], [ -111.8045550007887, 40.995718874990196 ], [ -111.80463969858323, 40.995839893411294 ], [ -111.80476732099768, 40.996068709528934 ], [ -111.80488322010645, 40.996311119533011 ], [ -111.80494551182467, 40.996544895651354 ], [ -111.80498347881513, 40.996733801007544 ], [ -111.80502749995006, 40.99693167218156 ], [ -111.80507817808365, 40.99718804960294 ], [ -111.80523651312755, 40.997497723683331 ], [ -111.8052923695479, 40.997691007990326 ], [ -111.80541339559227, 40.997865820690727 ], [ -111.80549198884917, 40.997973368910444 ], [ -111.80564317685347, 40.99818400304877 ], [ -111.80569221313243, 40.998305269876276 ], [ -111.80585446868486, 40.998448265496066 ], [ -111.80601056100319, 40.998573287748009 ], [ -111.80613671197727, 40.998680502954983 ], [ -111.80623345918423, 40.998814047220179 ], [ -111.8063851817117, 40.998970627918744 ], [ -111.80647514776301, 40.999133045377363 ], [ -111.80660839813638, 40.999334795580253 ], [ -111.80669943334551, 40.999487296444556 ], [ -111.80674302223578, 40.999649137425536 ], [ -111.80675121840768, 40.999833746385058 ], [ -111.806728703114, 40.999937497267119 ], [ -111.80667079466453, 41.000064016120902 ], [ -111.80666093717686, 41.000230735191607 ], [ -111.80663291626364, 41.000370557027516 ], [ -111.80657500726454, 41.000497075828953 ], [ -111.80642189247133, 41.00071434182879 ], [ -111.80633153458842, 41.001007737579478 ], [ -111.80619798974793, 41.001269906923284 ], [ -111.80613529784652, 41.001491944916339 ], [ -111.80612575714801, 41.001684785209413 ], [ -111.80624505503563, 41.001814568430071 ], [ -111.80639623561439, 41.001926112258438 ], [ -111.80671537284007, 41.002257179215711 ], [ -111.80688969484665, 41.00241360096782 ], [ -111.80706346824108, 41.002524985746717 ], [ -111.80746571881551, 41.002845559689973 ], [ -111.80774155791175, 41.003038202176157 ], [ -111.80802289242034, 41.003193872227705 ], [ -111.80834077818355, 41.003421350120647 ], [ -111.80859277645695, 41.003608752864956 ], [ -111.80892360244971, 41.00392171535794 ], [ -111.80928899949791, 41.004144353098255 ], [ -111.80956021611247, 41.004444220072457 ], [ -111.80996288751521, 41.004797211361009 ], [ -111.81009489158863, 41.004895372845354 ], [ -111.81046585674677, 41.005086439298552 ], [ -111.81085355511398, 41.005187305798032 ], [ -111.81121708772991, 41.005256812704708 ], [ -111.81148989793981, 41.005200843758075 ], [ -111.81187165341268, 41.005301748664685 ], [ -111.81199926421232, 41.005526052335412 ], [ -111.81218079675119, 41.005686919203569 ], [ -111.81271654872909, 41.005836280655082 ], [ -111.81327010931076, 41.005886424835971 ], [ -111.81389440264762, 41.0058865223655 ], [ -111.81426828007064, 41.005829833154927 ], [ -111.8147303904814, 41.005695950238533 ], [ -111.8151039441854, 41.005613137112483 ], [ -111.81540741057347, 41.005632610161108 ], [ -111.81558631880078, 41.005676384889441 ], [ -111.81581245482771, 41.005692800777751 ], [ -111.81636618306037, 41.005756441050828 ], [ -111.81671272308959, 41.005893611700628 ], [ -111.81722828777355, 41.006236769336915 ], [ -111.81754460529213, 41.006333615290629 ], [ -111.81794993413351, 41.006416316603591 ], [ -111.81805615615566, 41.006351605260967 ], [ -111.81854922527771, 41.006317477232955 ], [ -111.81877486240288, 41.00629335439514 ], [ -111.819321631458, 41.006370542026112 ], [ -111.82000241091187, 41.006514334509205 ], [ -111.82063589554424, 41.006775564969701 ], [ -111.82108614569977, 41.007123674279804 ], [ -111.82137386534225, 41.007310794372728 ], [ -111.82163141276712, 41.007462096431397 ], [ -111.82184212671515, 41.007672284473735 ], [ -111.82189759289139, 41.007829530663159 ], [ -111.8218356754596, 41.008110123941094 ], [ -111.82169038853125, 41.008380501818223 ], [ -111.82153894249365, 41.008633808021493 ], [ -111.82144599822141, 41.008810128299736 ], [ -111.82136667807806, 41.009125976876938 ], [ -111.82115847006754, 41.009596782092629 ], [ -111.82098428842878, 41.009934925575195 ], [ -111.8207046060529, 41.010396330091531 ], [ -111.82058921613877, 41.010680906563117 ], [ -111.82053182813929, 41.010847964818986 ], [ -111.82062947184832, 41.011049951727955 ], [ -111.82074478527062, 41.011238300588744 ], [ -111.8209260193339, 41.011372131291374 ], [ -111.82112972081389, 41.011591378507873 ], [ -111.82131066240665, 41.011797275399424 ], [ -111.82144988480724, 41.011995362051778 ], [ -111.82159031660676, 41.012290727272834 ], [ -111.82174820627002, 41.012555340338167 ], [ -111.82181579183241, 41.012730516198516 ], [ -111.82185338038947, 41.012884286496231 ], [ -111.82201417245321, 41.013382187942284 ], [ -111.82217879621464, 41.013709808941215 ], [ -111.82233091388123, 41.013987974433761 ], [ -111.82249446522815, 41.01422912496578 ], [ -111.82256100132859, 41.014319631811979 ], [ -111.82268799372171, 41.014489879076997 ], [ -111.82293408408975, 41.014673688850877 ], [ -111.8232042734619, 41.014882548610444 ], [ -111.82345108460302, 41.015124003854098 ], [ -111.82366862776666, 41.015402600859517 ], [ -111.82400619255623, 41.015768618657887 ], [ -111.82424111792342, 41.016010157131724 ], [ -111.82433277861288, 41.01620767942557 ], [ -111.82444373803099, 41.01652216866303 ], [ -111.82463873016418, 41.016899113143786 ], [ -111.82485689104672, 41.017226347013192 ], [ -111.82504005154526, 41.01760787947353 ], [ -111.82517412704418, 41.01786815396855 ], [ -111.82530786631366, 41.018101406463373 ], [ -111.82549551616847, 41.018365800961071 ], [ -111.82569937520825, 41.018499461878932 ], [ -111.82590239120013, 41.018565567884764 ], [ -111.82608728748846, 41.018609283207425 ], [ -111.82655312171711, 41.018768088870303 ], [ -111.82670913235981, 41.018879570921165 ], [ -111.82675313942796, 41.018974740882712 ], [ -111.82701661730535, 41.019215167893492 ], [ -111.82717975937491, 41.019421182928767 ], [ -111.82727659109023, 41.019555609088101 ], [ -111.82755277184307, 41.019765316202594 ], [ -111.82791843186703, 41.019996900111522 ], [ -111.82811708779161, 41.020189146556362 ], [ -111.82825005231786, 41.020359344551736 ], [ -111.82849050455528, 41.020564802084102 ], [ -111.82865886717209, 41.020712224950465 ], [ -111.82888596095381, 41.020800672721641 ], [ -111.82920157422349, 41.020834434783971 ], [ -111.82958214660651, 41.020831696144356 ], [ -111.8298734657689, 41.02082509489442 ], [ -111.83011183238297, 41.020863914671054 ], [ -111.83041549705978, 41.020893255426834 ], [ -111.83066570053376, 41.020927484734301 ], [ -111.83090401135253, 41.020961799235245 ], [ -111.83111876306107, 41.021014299277986 ], [ -111.83123791870715, 41.021031456119069 ], [ -111.83140402307839, 41.020998729777475 ], [ -111.8315104928251, 41.020952921336495 ], [ -111.83171725879571, 41.020843332563409 ], [ -111.83195954397226, 41.020720875730682 ], [ -111.83220747986911, 41.020574956596555 ], [ -111.83243790435989, 41.020455286818738 ], [ -111.83297285377684, 41.02043340574437 ], [ -111.83346674577133, 41.020456859465007 ], [ -111.83398351470578, 41.020408080950745 ], [ -111.83440462898166, 41.020319456332395 ], [ -111.83461869900326, 41.020317906354776 ], [ -111.83498936592908, 41.020472862865944 ], [ -111.83525781312076, 41.020633063044727 ], [ -111.83605403332342, 41.020956084701879 ], [ -111.83643112083516, 41.021147923058976 ], [ -111.8367256780425, 41.021397110195672 ], [ -111.83686535468493, 41.021625801885101 ], [ -111.83714111798898, 41.021799456605599 ], [ -111.83739961361591, 41.022018276466696 ], [ -111.83767583649387, 41.022227958825724 ], [ -111.83795308868255, 41.022518705644053 ], [ -111.83815315161884, 41.022819021204796 ], [ -111.83824916390897, 41.02298046816383 ], [ -111.8383731696112, 41.023285840489159 ], [ -111.83838757610165, 41.023483913167205 ], [ -111.83823540694277, 41.023677792612794 ], [ -111.83801830274508, 41.023909977897148 ], [ -111.83783726555734, 41.024172528007476 ], [ -111.83763249699285, 41.024439754333791 ], [ -111.83751229410599, 41.024809958554314 ], [ -111.83746842859298, 41.025103039412095 ], [ -111.83744177560413, 41.0253464508192 ], [ -111.83743862458174, 41.025567171285495 ], [ -111.83752484789659, 41.025800754403271 ], [ -111.8376210822869, 41.025885631644684 ], [ -111.837814122654, 41.026100422041068 ], [ -111.83800253060654, 41.026418838504775 ], [ -111.83808378088203, 41.026729025849143 ], [ -111.83814250038178, 41.027138465644938 ], [ -111.83823547495689, 41.027435055486578 ], [ -111.83830649006772, 41.027875933928577 ], [ -111.83837035941062, 41.028222279647323 ], [ -111.83845687529306, 41.028478379965733 ], [ -111.83856249037946, 41.028833429887989 ], [ -111.83862470484429, 41.029049170602114 ], [ -111.83869932846243, 41.029305357231181 ], [ -111.83881609761313, 41.029601773321907 ], [ -111.83906479357736, 41.029982805416523 ], [ -111.83919940744447, 41.030279091160338 ], [ -111.83931531104284, 41.030413367985311 ], [ -111.83947824522986, 41.030691431018177 ], [ -111.83951220337082, 41.030929897126356 ], [ -111.83947836189027, 41.031168857086094 ], [ -111.83939767299432, 41.031372126022568 ], [ -111.83922193967456, 41.031585095082647 ], [ -111.83908818023228, 41.031824782442648 ], [ -111.83891856367985, 41.032051218575027 ], [ -111.83875472195004, 41.032264100344328 ], [ -111.83860340278784, 41.032526435047423 ], [ -111.83854134073566, 41.032791723371233 ], [ -111.83849645791054, 41.033004639961554 ], [ -111.83845110624218, 41.033180626925471 ], [ -111.83832271708133, 41.033375234018067 ], [ -111.83817731978863, 41.033542039701224 ], [ -111.8379871998271, 41.033747004206511 ], [ -111.83779973181221, 41.033973568437666 ], [ -111.83765514257172, 41.034204324736677 ], [ -111.83758672798311, 41.034438130479195 ], [ -111.83758862323448, 41.034587650337755 ], [ -111.8375143859253, 41.034831407195966 ], [ -111.83738616208176, 41.035039524077163 ], [ -111.8372457566618, 41.035225209184148 ], [ -111.83707760859684, 41.035568736477117 ], [ -111.83696213321808, 41.035844320632876 ], [ -111.83679947367973, 41.036151775439819 ], [ -111.83664042245596, 41.036274538833716 ], [ -111.83640279461417, 41.036298783777099 ], [ -111.83614726611764, 41.036318654082159 ], [ -111.83595110178904, 41.036329085186686 ], [ -111.83578524620545, 41.036384336398193 ], [ -111.83560834898803, 41.036507227788412 ], [ -111.83541360754464, 41.036630248258525 ], [ -111.83514205541425, 41.036794361250628 ], [ -111.83481022644864, 41.03689585391183 ], [ -111.83447182289666, 41.036947848962541 ], [ -111.83401468836381, 41.037018718406124 ], [ -111.83368744058794, 41.037012078113683 ], [ -111.83354491842005, 41.037031125117394 ], [ -111.83354571383695, 41.037094175697199 ], [ -111.83360621559525, 41.037174810516298 ], [ -111.83378584629014, 41.037268095560322 ], [ -111.83408318952495, 41.037356024427332 ], [ -111.83423290659412, 41.037341428699683 ], [ -111.83451348277056, 41.037420469776627 ], [ -111.83467594913368, 41.037473341503016 ], [ -111.83481802205746, 41.037512848656718 ], [ -111.83491993371099, 41.037575166711903 ], [ -111.83502287006935, 41.037718549666444 ], [ -111.83516801192442, 41.037906666905521 ], [ -111.83531332542616, 41.038108294777778 ], [ -111.83538640958704, 41.038242885713004 ], [ -111.83566377713646, 41.038538140297433 ], [ -111.83586936478011, 41.038707802212478 ], [ -111.83608595217342, 41.038994488522796 ], [ -111.83631505717823, 41.039236043353753 ], [ -111.83662766553094, 41.03949500763536 ], [ -111.83689103684306, 41.039623711998026 ], [ -111.83723939523487, 41.039886918997666 ], [ -111.83737162441517, 41.039994054797809 ], [ -111.8375098478632, 41.040104750098372 ], [ -111.83781452929195, 41.040207028790029 ], [ -111.83810673253215, 41.040263456409349 ], [ -111.83835707037613, 41.040302171764573 ], [ -111.83878596840542, 41.040348595139534 ], [ -111.83922733548386, 41.040439966318502 ], [ -111.83944810530809, 41.040492406674161 ], [ -111.83952629032295, 41.040559397446273 ], [ -111.83950375654138, 41.040658650038708 ], [ -111.83939188493309, 41.040749545318434 ], [ -111.83922087398741, 41.040867895281821 ], [ -111.83903321884821, 41.041080950585901 ], [ -111.83888777227887, 41.041338738538428 ], [ -111.83873117130786, 41.041655159732201 ], [ -111.83849901259931, 41.042111755066216 ], [ -111.83834235083368, 41.042423672122048 ], [ -111.83838341375927, 41.042846751161257 ], [ -111.83843940737106, 41.043040016594524 ], [ -111.83852794476073, 41.043453742093796 ], [ -111.83852656974003, 41.043814073533106 ], [ -111.83856134329196, 41.044210174061483 ], [ -111.83863644219855, 41.044502388709326 ], [ -111.83876525062249, 41.044807724443039 ], [ -111.83900576823832, 41.045008654398281 ], [ -111.83937648170185, 41.045155488225191 ], [ -111.83973493311399, 41.04527358449706 ], [ -111.84006491414779, 41.045491876350603 ], [ -111.84014310578424, 41.045558866583399 ], [ -111.84029302523462, 41.045652357873188 ], [ -111.84053800918829, 41.045736147601474 ], [ -111.84084911715208, 41.045873502548638 ], [ -111.84098840242996, 41.046066158860803 ], [ -111.84126531198794, 41.046320866634659 ], [ -111.84150733451926, 41.046638884694282 ], [ -111.8416472546173, 41.046881079705472 ], [ -111.84181652939067, 41.047092432806807 ], [ -111.84201541149591, 41.04729275969018 ], [ -111.84216792161938, 41.047588910215744 ], [ -111.84251240515836, 41.048009769573987 ], [ -111.84268201890534, 41.048247242151213 ], [ -111.84284528266356, 41.048453232814367 ], [ -111.84302033033221, 41.048650129007179 ], [ -111.84322604375609, 41.048918864754143 ], [ -111.84360565973103, 41.049294423514084 ], [ -111.84378059684272, 41.04948231129714 ], [ -111.84400364507341, 41.049710382566616 ], [ -111.84416016166854, 41.049853364541235 ], [ -111.84418192329116, 41.050159477954224 ], [ -111.84418959937878, 41.050294542081794 ], [ -111.84404969954707, 41.050520767430861 ], [ -111.84386827006286, 41.050756304746287 ], [ -111.84386976628375, 41.050873398090339 ], [ -111.84384249510803, 41.051067270280178 ], [ -111.84385715563937, 41.051283355468406 ], [ -111.84391866156024, 41.051440545452863 ], [ -111.84410632114948, 41.051692296441111 ], [ -111.84411461902421, 41.051875999299675 ], [ -111.84408220486826, 41.052132965331921 ], [ -111.84411459911924, 41.05233991252986 ], [ -111.84408853700518, 41.052628360086452 ], [ -111.84412242832357, 41.052952400556485 ], [ -111.84418675759186, 41.05333026614025 ], [ -111.84420284774458, 41.053658040156762 ], [ -111.84420683199903, 41.053969688405893 ], [ -111.84414912270897, 41.054109735439397 ], [ -111.84409742017733, 41.054254242451506 ], [ -111.84399119387716, 41.054322580630291 ], [ -111.8438324007558, 41.054467871797172 ], [ -111.84374991411299, 41.054531531905589 ], [ -111.84375684186499, 41.054608049329133 ], [ -111.84386492211421, 41.054684726870313 ], [ -111.84397961981492, 41.054813602341852 ], [ -111.84401733147969, 41.054970966434468 ], [ -111.84404366242215, 41.055168949941937 ], [ -111.84395626171742, 41.055313718330993 ], [ -111.8438693210849, 41.055494515345877 ], [ -111.8438891842363, 41.055652010164202 ], [ -111.84394509028212, 41.055836265062453 ], [ -111.84392359443066, 41.056016582792843 ], [ -111.84393837172536, 41.056241674944992 ], [ -111.84419570198293, 41.056356894272412 ], [ -111.84436916240202, 41.056427687520177 ], [ -111.84458717723768, 41.056632373374761 ], [ -111.84463545105284, 41.056777949379821 ], [ -111.84450824519371, 41.057067138115336 ], [ -111.84446768030604, 41.05715211071432 ], [ -111.8444884094845, 41.057377159130667 ], [ -111.84457418259157, 41.057570202793435 ], [ -111.84466677018573, 41.057830756526357 ], [ -111.84473943484913, 41.057929312007623 ], [ -111.84473648136398, 41.058163541963665 ], [ -111.84469164878435, 41.058380062876701 ], [ -111.84461637545834, 41.058542758819563 ], [ -111.84449448242307, 41.058782364461912 ], [ -111.8444319718984, 41.059012526820752 ], [ -111.84435201449377, 41.059274345011843 ], [ -111.8443413242542, 41.059369007445618 ], [ -111.84442045848509, 41.059508051738909 ], [ -111.84454106962518, 41.059633279986471 ], [ -111.84476854936109, 41.059739708693137 ], [ -111.84516308914655, 41.059880943831573 ], [ -111.84538543968033, 41.060051365790891 ], [ -111.84555590289406, 41.060351883376683 ], [ -111.84565391770235, 41.060570959516077 ], [ -111.84575626770511, 41.060663891642079 ], [ -111.84598006520501, 41.060946901888435 ], [ -111.84613649764071, 41.061080873442627 ], [ -111.84622655646332, 41.061143268168422 ], [ -111.84641289082253, 41.061195947692184 ], [ -111.8466443303851, 41.061239287517949 ], [ -111.84703275967195, 41.061367049073255 ], [ -111.84806715427003, 41.061751289239041 ], [ -111.8484499285581, 41.06190160762165 ], [ -111.84880428579683, 41.062155726096393 ], [ -111.84902109709195, 41.062356808947513 ], [ -111.84931168737685, 41.062742011687654 ], [ -111.8493925282727, 41.063012556712422 ], [ -111.84946542600009, 41.063128222582471 ], [ -111.84967704588514, 41.063387894436325 ], [ -111.85008955005999, 41.063997396140458 ], [ -111.85028338227308, 41.064261702052299 ], [ -111.85044746432378, 41.064526227192829 ], [ -111.8506161338923, 41.06477720622123 ], [ -111.85096137189252, 41.065152993182167 ], [ -111.85124043361292, 41.065565299948389 ], [ -111.85132687637434, 41.065807877283326 ], [ -111.851600806185, 41.066283277011834 ], [ -111.85179598802904, 41.066651162229121 ], [ -111.85183541109248, 41.06693912667491 ], [ -111.85182069801303, 41.067182451321841 ], [ -111.85183486600303, 41.067358002494366 ], [ -111.8519986714652, 41.067600007310986 ], [ -111.85203582864172, 41.067712332500861 ], [ -111.85200747076703, 41.067820638116153 ], [ -111.85194358330057, 41.067942718405831 ], [ -111.85177362986143, 41.068146654690857 ], [ -111.85163479329515, 41.068363872737173 ], [ -111.85149287830338, 41.068527065397973 ], [ -111.85131691317154, 41.06872654142289 ], [ -111.85115319694773, 41.068952950676213 ], [ -111.85100709961735, 41.069161213584906 ], [ -111.85093917446851, 41.069431954991252 ], [ -111.85084763133108, 41.069717283531055 ], [ -111.85080886697457, 41.069941868753951 ], [ -111.8507531322568, 41.070235039985342 ], [ -111.85066706212719, 41.070483395176765 ], [ -111.85062917908793, 41.070776434532881 ], [ -111.85063721977217, 41.070938518998396 ], [ -111.85055663492183, 41.071150801628171 ], [ -111.85044652690424, 41.071381318075801 ], [ -111.85029481926546, 41.071616645387834 ], [ -111.85014276244955, 41.071824951102933 ], [ -111.84999653968822, 41.072024205587738 ], [ -111.84987995525148, 41.072214233294716 ], [ -111.84964643647361, 41.07256726695757 ], [ -111.84953632298222, 41.072797782533186 ], [ -111.849462611099, 41.073082077569147 ], [ -111.84941791228877, 41.073308507557826 ], [ -111.84924902709379, 41.073597107181769 ], [ -111.84914422424735, 41.073778039284754 ], [ -111.84897546415523, 41.074076546352707 ], [ -111.84882981230037, 41.074320835021503 ], [ -111.84872477547688, 41.074483752479225 ], [ -111.84859067684584, 41.074700931779546 ], [ -111.84847483656885, 41.074949504418527 ], [ -111.84840573733086, 41.075130172905773 ], [ -111.84837728041809, 41.075324054090792 ], [ -111.84833317615924, 41.075504538489817 ], [ -111.84831110781111, 41.075639820718699 ], [ -111.84835999250075, 41.075738548628543 ], [ -111.8484559670901, 41.075796393856216 ], [ -111.84873805634548, 41.075978980013254 ], [ -111.84887101459756, 41.076135640276988 ], [ -111.84897479591224, 41.076337555271913 ], [ -111.8490792733274, 41.076593512926983 ], [ -111.84911730024004, 41.076773392339277 ], [ -111.84913695132937, 41.076912871237276 ], [ -111.84926368271427, 41.077047957749699 ], [ -111.84947394419436, 41.077198642702236 ], [ -111.84969542525954, 41.077296097443885 ], [ -111.84991153560011, 41.077438631273694 ], [ -111.85003779380291, 41.07753678768816 ], [ -111.85021929914085, 41.077765152023609 ], [ -111.8503347581515, 41.077948963594423 ], [ -111.85039618927829, 41.078097141884392 ], [ -111.8504640947428, 41.078285808255472 ], [ -111.85050813613576, 41.078470146741971 ], [ -111.85059383911781, 41.078654177662465 ], [ -111.85065082960736, 41.07891949228982 ], [ -111.85074480819755, 41.079283621532817 ], [ -111.85079509316776, 41.079490433717837 ], [ -111.85084076262329, 41.079800871684732 ], [ -111.85085031545226, 41.080080048405016 ], [ -111.8508705521492, 41.080264562471953 ], [ -111.85086796928672, 41.080525812834033 ], [ -111.85087665109781, 41.080737436137504 ], [ -111.85085522533808, 41.080922257840591 ], [ -111.85081176329737, 41.081152282125856 ], [ -111.85079504064785, 41.081332565090115 ], [ -111.85077904364408, 41.081476810793319 ], [ -111.85080378045792, 41.081548691928909 ], [ -111.8509004046777, 41.081656074095577 ], [ -111.85103822771441, 41.081727119995008 ], [ -111.85122424737955, 41.081842849542241 ], [ -111.85158374530488, 41.082024856566171 ], [ -111.85179456306322, 41.082216969667179 ], [ -111.8519524542413, 41.082459017572091 ], [ -111.8519904926259, 41.082638895744942 ], [ -111.85204212213577, 41.082949288979592 ], [ -111.85201633296228, 41.083164770190606 ], [ -111.85196507589535, 41.083436289122282 ], [ -111.85195642905474, 41.083688576225647 ], [ -111.85185774468047, 41.083882977220476 ], [ -111.85176617490986, 41.084167405226118 ], [ -111.8515678146816, 41.084479646366525 ], [ -111.85152899845195, 41.084700628477819 ], [ -111.85157461723942, 41.085006562252005 ], [ -111.85158493016954, 41.085344284826988 ], [ -111.85147378687699, 41.085588321349533 ], [ -111.85137530056457, 41.085706152694236 ], [ -111.85137832334831, 41.085940337500013 ], [ -111.851416129805, 41.08610220153551 ], [ -111.85143706784432, 41.08634075792029 ], [ -111.85140670228532, 41.086755348738151 ], [ -111.8513015665402, 41.087003844633045 ], [ -111.8512222136909, 41.087220622068784 ], [ -111.85110636219133, 41.087469196935324 ], [ -111.85096635144937, 41.087690926218556 ], [ -111.85082616548439, 41.08789914467345 ], [ -111.85083293130376, 41.087962150458921 ], [ -111.85094135386984, 41.088060437362344 ], [ -111.85107930668008, 41.088140490108479 ], [ -111.85129475833972, 41.088228978074895 ], [ -111.85154644883463, 41.088357733644401 ], [ -111.85183432067085, 41.088522253018972 ], [ -111.85218282479394, 41.088771898872224 ], [ -111.85256132718295, 41.089039337608043 ], [ -111.85270599351848, 41.089177890455531 ], [ -111.85301739088383, 41.089319712822267 ], [ -111.85320384344796, 41.0894669636223 ], [ -111.85334168538525, 41.089538006486926 ], [ -111.85339159056886, 41.089714192887307 ], [ -111.85341672975281, 41.089816697431424 ], [ -111.85362728662449, 41.08998628888471 ], [ -111.8537776184214, 41.090102278480188 ], [ -111.85386235489649, 41.090209746054242 ], [ -111.85409135543925, 41.090424239752267 ], [ -111.85423089204738, 41.090625884374418 ], [ -111.85438980466067, 41.090944488595028 ], [ -111.85441082530255, 41.091188448375611 ], [ -111.85443123927038, 41.091385571262244 ], [ -111.85450559019419, 41.09161021879401 ], [ -111.85463281647648, 41.091780426330047 ], [ -111.85488102628601, 41.092098367390705 ], [ -111.85506247240929, 41.092317715878032 ], [ -111.85512929690637, 41.092420811420183 ], [ -111.85514336346168, 41.092587354195068 ], [ -111.85512719846737, 41.092718089523636 ], [ -111.85496472185184, 41.093043581681727 ], [ -111.85489509687361, 41.093183721613421 ], [ -111.85480329449463, 41.093450137399955 ], [ -111.85465336256078, 41.093825079759846 ], [ -111.85457282234361, 41.094041868052933 ], [ -111.85446858624066, 41.094267839973824 ], [ -111.85430452726682, 41.094471735505664 ], [ -111.85415626077636, 41.094607954077127 ], [ -111.85401078320137, 41.094775679617214 ], [ -111.85385156660648, 41.094893963053281 ], [ -111.8536699947262, 41.095125011309911 ], [ -111.85348241016668, 41.09535159983907 ], [ -111.85329499917017, 41.095591698698719 ], [ -111.85308949425058, 41.095813915320129 ], [ -111.852883696681, 41.096013613859043 ], [ -111.85270223485109, 41.096253667697418 ], [ -111.85256793164923, 41.096457340484584 ], [ -111.85242802373092, 41.09668807842754 ], [ -111.85225741710784, 41.096846979683875 ], [ -111.85201542858458, 41.097010912557145 ], [ -111.85179060053954, 41.097120670354983 ], [ -111.85158392246346, 41.097252813435979 ], [ -111.85152559931431, 41.097346927180787 ], [ -111.85151568190005, 41.097501036408751 ], [ -111.85160626141894, 41.097599454359667 ], [ -111.85176221154354, 41.097688381028057 ], [ -111.85200752042749, 41.097781150680234 ], [ -111.85222233827216, 41.097910177143163 ], [ -111.85246253655046, 41.097975959778054 ], [ -111.85275576566349, 41.098090893124976 ], [ -111.85309125217731, 41.098250552572217 ], [ -111.85334940442547, 41.098415287826242 ], [ -111.85366802509739, 41.098651638043144 ], [ -111.85387890285074, 41.098843746201091 ], [ -111.85404781596394, 41.099013645182055 ], [ -111.85424071887641, 41.099196877957411 ], [ -111.85438488608564, 41.099294896342599 ], [ -111.85460320408097, 41.09950946783102 ], [ -111.85482591313416, 41.099787061926286 ], [ -111.85500160235578, 41.100019964802378 ], [ -111.85515301123952, 41.100217015845416 ], [ -111.8554001924747, 41.10045299060112 ], [ -111.85555389464935, 41.100826579748762 ], [ -111.85570063948852, 41.1011227520356 ], [ -111.85596645897617, 41.101418039509866 ], [ -111.85610024689797, 41.101633236043241 ], [ -111.85625884496309, 41.101924815519332 ], [ -111.85630887316523, 41.102109106475687 ], [ -111.8563245247429, 41.102397244229671 ], [ -111.85637472902785, 41.102595045742035 ], [ -111.85650350318633, 41.102882342536667 ], [ -111.85648401806753, 41.103215781131894 ], [ -111.85644519668415, 41.103435863426348 ], [ -111.85634078890854, 41.103649226862835 ], [ -111.85628639846961, 41.104045980387539 ], [ -111.85624799719085, 41.104298488038275 ], [ -111.85610978232931, 41.104659832652438 ], [ -111.8559716829507, 41.105030184160142 ], [ -111.85584496382174, 41.105359915233706 ], [ -111.8556767404841, 41.10570346632116 ], [ -111.85550822314879, 41.106024499493515 ], [ -111.85542095760137, 41.106182786324524 ], [ -111.85510963339203, 41.106603966415989 ], [ -111.85491784265722, 41.10687562779254 ], [ -111.8547253267411, 41.107183325953685 ], [ -111.85455539968088, 41.107396272936363 ], [ -111.8544381838105, 41.107541269249054 ], [ -111.85425634643143, 41.107754304114032 ], [ -111.85408057886451, 41.107976301621441 ], [ -111.85396359434269, 41.108139311590541 ], [ -111.85393648328697, 41.108436774290794 ], [ -111.85393522094583, 41.108707021585325 ], [ -111.85408618016366, 41.108868045309627 ], [ -111.85413751551393, 41.109061335232994 ], [ -111.85417000715962, 41.109362859999798 ], [ -111.85423842411606, 41.109587550966083 ], [ -111.85426393465612, 41.109717976785063 ], [ -111.85448605825073, 41.10985595241835 ], [ -111.85460018521394, 41.1099316732818 ], [ -111.8547021115169, 41.109984964724063 ], [ -111.85486463397201, 41.110118877809477 ], [ -111.85508039667063, 41.110225371731325 ], [ -111.85527327732639, 41.110404098544599 ], [ -111.85552771337613, 41.110645423423797 ], [ -111.85562454263327, 41.11085639061811 ], [ -111.85574179338866, 41.111080717924857 ], [ -111.85578958391459, 41.111183954088332 ], [ -111.85586336635035, 41.111362663721287 ], [ -111.85596075692645, 41.111524983631504 ], [ -111.8561146529844, 41.111911180913154 ], [ -111.8561348571863, 41.112091189276121 ], [ -111.8560126765244, 41.112312791343484 ], [ -111.8558657405034, 41.112462513789211 ], [ -111.855729952896, 41.112553601727392 ], [ -111.85555826141864, 41.112631444259527 ], [ -111.85525037159832, 41.11276884922178 ], [ -111.85499041028628, 41.112928417482067 ], [ -111.85481428118052, 41.113123394851378 ], [ -111.8547103089206, 41.113371884177567 ], [ -111.85460020589827, 41.11360690699501 ], [ -111.85442454101633, 41.113837912001394 ], [ -111.85422523081706, 41.114082603946812 ], [ -111.85400134102342, 41.114268926253821 ], [ -111.85370027035063, 41.114473835927484 ], [ -111.85338074993653, 41.114633841869662 ], [ -111.85316123634598, 41.114698523171974 ], [ -111.85282381577812, 41.114764076948006 ], [ -111.8525611813026, 41.114810159674697 ], [ -111.85240070247572, 41.114834767773473 ], [ -111.85197230025258, 41.114864960509436 ], [ -111.85171057630444, 41.114889415551083 ], [ -111.85141960143028, 41.114954621832261 ], [ -111.85116482078413, 41.115055591659129 ], [ -111.85081563300142, 41.115224817601302 ], [ -111.8506079549383, 41.115284001878955 ], [ -111.85039405419573, 41.115322513495499 ], [ -111.85008550176074, 41.115410365964159 ], [ -111.84982990407346, 41.115448283414374 ], [ -111.84960974540782, 41.115463419141243 ], [ -111.84944399397232, 41.115541208748795 ], [ -111.84921343412009, 41.115673523396119 ], [ -111.84915608999695, 41.11584509660193 ], [ -111.84918760616304, 41.115979983117732 ], [ -111.84927265944552, 41.116109971001521 ], [ -111.84933348663715, 41.116208609703826 ], [ -111.84932418897358, 41.116411356469698 ], [ -111.84919515180289, 41.116565442360184 ], [ -111.84905339142782, 41.116656566432141 ], [ -111.84889605894845, 41.116833380318624 ], [ -111.84879005539625, 41.117018823738526 ], [ -111.84868547431795, 41.117222272416612 ], [ -111.84859835193542, 41.117394064674713 ], [ -111.84849926083476, 41.117561441056743 ], [ -111.84836496024107, 41.117769612277051 ], [ -111.84825446790427, 41.117976707242128 ], [ -111.84813804287997, 41.118185647356654 ], [ -111.84800923137497, 41.118357746061548 ], [ -111.8478084928871, 41.118494342301737 ], [ -111.84755346122964, 41.11857729013586 ], [ -111.84733352320767, 41.118610435742255 ], [ -111.84697611825618, 41.118698639186618 ], [ -111.84680547560295, 41.118767453023302 ], [ -111.84659860447536, 41.118890580355881 ], [ -111.84640346953665, 41.119000109213076 ], [ -111.84622747240915, 41.119208584254487 ], [ -111.84615254086334, 41.119402804868749 ], [ -111.84611426626103, 41.119668819537452 ], [ -111.8461401120435, 41.119826268247543 ], [ -111.84609559260821, 41.120069808968545 ], [ -111.84600308275294, 41.120286678352237 ], [ -111.84589166520786, 41.120422615250241 ], [ -111.84572676414159, 41.120567952604688 ], [ -111.84550790516131, 41.120685761215015 ], [ -111.84536007138506, 41.120768818161238 ], [ -111.84519464826269, 41.120873622962776 ], [ -111.84497620321463, 41.12102385601851 ], [ -111.84484072942369, 41.121141952506186 ], [ -111.84467622845436, 41.121318813115636 ], [ -111.84458839745594, 41.121436559966618 ], [ -111.84451340090162, 41.12162627597742 ], [ -111.84455121249459, 41.121788141235996 ], [ -111.84461783189988, 41.12187412879446 ], [ -111.84471645829322, 41.122133734354826 ], [ -111.84475982199645, 41.12226403112156 ], [ -111.84482810558235, 41.12247972029256 ], [ -111.84481937106385, 41.122727501945185 ], [ -111.84484260952263, 41.123146199437805 ], [ -111.84486816496434, 41.123281130694245 ], [ -111.8448421988698, 41.123578582200274 ], [ -111.84488070563823, 41.12379448965919 ], [ -111.84493667546433, 41.123978741327619 ], [ -111.84500421044757, 41.124135884400147 ], [ -111.84510771137589, 41.124310779405675 ], [ -111.84519243253079, 41.124414649609925 ], [ -111.84533194648355, 41.124610899160288 ], [ -111.84548974487568, 41.124839442810604 ], [ -111.84559816335718, 41.124933230078064 ], [ -111.84579187190522, 41.125175021562335 ], [ -111.84599119067491, 41.125389747783643 ], [ -111.84616078927512, 41.125609195908467 ], [ -111.84631807217644, 41.125797206576671 ], [ -111.84648773080829, 41.126021157712273 ], [ -111.84660326631193, 41.126204970776399 ], [ -111.84668312474267, 41.126393549895312 ], [ -111.84673233542701, 41.126514794928958 ], [ -111.84680757039243, 41.126806998848274 ], [ -111.84680682560682, 41.127212360059573 ], [ -111.84679792450072, 41.127446631014294 ], [ -111.84678167764801, 41.127572861103957 ], [ -111.84674201181359, 41.127730790993603 ], [ -111.8466383342124, 41.128006294085822 ], [ -111.84645878915244, 41.128403961261213 ], [ -111.8463674267671, 41.128710901251026 ], [ -111.84635013707241, 41.128756067793248 ], [ -111.84633464143954, 41.128940843641374 ], [ -111.8463425653416, 41.129093919764756 ], [ -111.84639773369557, 41.129215121111578 ], [ -111.84644023738493, 41.129277864124987 ], [ -111.84654276630148, 41.129376197638237 ], [ -111.84665727743219, 41.129479847733968 ], [ -111.84686874479968, 41.12971159796539 ], [ -111.84706222904029, 41.129934472130394 ], [ -111.84728644621906, 41.13023098469889 ], [ -111.84742096149424, 41.13050023223532 ], [ -111.84768177819946, 41.130863133205935 ], [ -111.8479265263008, 41.131365774259031 ], [ -111.84815294487281, 41.131832518107835 ], [ -111.84840278642027, 41.132267561322465 ], [ -111.84866489256254, 41.132729537287631 ], [ -111.84876893948694, 41.132944960200554 ], [ -111.84880110220089, 41.13312938507206 ], [ -111.84880909055475, 41.133286964374612 ], [ -111.84880504970715, 41.133435624414879 ], [ -111.84885456004379, 41.133579385903353 ], [ -111.84891546125256, 41.133682527898451 ], [ -111.84900579726362, 41.133758429239478 ], [ -111.84922168685341, 41.133869436560019 ], [ -111.84949743385445, 41.134002521803922 ], [ -111.84973732593672, 41.13412686298085 ], [ -111.84997797466154, 41.134309749375419 ], [ -111.85031497817455, 41.134572995078862 ], [ -111.85046523280192, 41.134675476622547 ], [ -111.85057332566889, 41.134742237722911 ], [ -111.85071114402689, 41.13480427525392 ], [ -111.85088458642707, 41.134857041593051 ], [ -111.85104576645185, 41.134882874589131 ], [ -111.85125524064583, 41.134957893890082 ], [ -111.8516155552425, 41.135180427962574 ], [ -111.85175337548554, 41.135242464223438 ], [ -111.85207135499736, 41.135415766476378 ], [ -111.85231733039203, 41.135549065118823 ], [ -111.85252686643895, 41.135628585577585 ], [ -111.85277243524511, 41.135730358633516 ], [ -111.85335321879532, 41.135955758822256 ], [ -111.85402803012869, 41.136081372211365 ], [ -111.85464911575239, 41.136198372368746 ], [ -111.85495396570853, 41.136277181189861 ], [ -111.85513944592707, 41.136338859634805 ], [ -111.85534303099486, 41.136418419122798 ], [ -111.85552255513213, 41.136480141173209 ], [ -111.85577975266938, 41.136559301698739 ], [ -111.85633567184159, 41.136703800507277 ], [ -111.85676579597542, 41.136795184995023 ], [ -111.85702924617348, 41.136896815931102 ], [ -111.85715568894886, 41.136999465826413 ], [ -111.85723518064201, 41.137156512307762 ], [ -111.85724260345505, 41.137269055646883 ], [ -111.85723186237236, 41.137359214441041 ], [ -111.85722707818259, 41.1374493289035 ], [ -111.85715641597913, 41.137512909931431 ], [ -111.85701421183308, 41.137572519258256 ], [ -111.85678919637056, 41.137677783812386 ], [ -111.85652896577771, 41.137823845265359 ], [ -111.856281253631, 41.137924773646638 ], [ -111.85617330539222, 41.137961607574013 ], [ -111.85604914596503, 41.13803459341672 ], [ -111.85598443897398, 41.138098129466982 ], [ -111.85594998519497, 41.138197472224007 ], [ -111.85593906656067, 41.138274120379606 ], [ -111.85594601891383, 41.138350635741915 ], [ -111.85601366565299, 41.138513175778883 ], [ -111.85613023397406, 41.13877263733476 ], [ -111.85624745924187, 41.139082538024802 ], [ -111.85632999747266, 41.139473767393575 ], [ -111.85643671680654, 41.139891840539583 ], [ -111.85645413842565, 41.140315081467485 ], [ -111.85644112973851, 41.140689005269031 ], [ -111.85639833469753, 41.141063150500635 ], [ -111.85634272610477, 41.141459910652728 ], [ -111.85629912976272, 41.1416809278047 ], [ -111.85629481273388, 41.14180707021125 ], [ -111.85632039949641, 41.141941998193282 ], [ -111.85640690733518, 41.142180063857282 ], [ -111.85648116121772, 41.142392097711323 ], [ -111.85650644390293, 41.142503607414341 ], [ -111.85647912974439, 41.142693876740331 ], [ -111.85646276930353, 41.142810200012164 ], [ -111.85651288969447, 41.14299899277578 ], [ -111.8566039505946, 41.143128929860922 ], [ -111.85671890025773, 41.143263193138523 ], [ -111.85694739388872, 41.143423635273699 ], [ -111.85726507480787, 41.143569901413159 ], [ -111.85741553686123, 41.143685883929741 ], [ -111.85751945420705, 41.143887787578706 ], [ -111.85759364327188, 41.144094416398097 ], [ -111.85758915262068, 41.144207048275398 ], [ -111.85759068990909, 41.144325039996993 ], [ -111.85749338944265, 41.144631131332901 ], [ -111.85741779757198, 41.145231618468131 ], [ -111.85739204551825, 41.145541681008957 ], [ -111.85738194878581, 41.145681378199583 ], [ -111.85733048850378, 41.145847506090313 ], [ -111.85723852065928, 41.146105815724503 ], [ -111.8571137850148, 41.146593169058043 ], [ -111.85702940334915, 41.146976631460596 ], [ -111.85701995074091, 41.147165867086258 ], [ -111.85707597542728, 41.147350111588246 ], [ -111.85710139019267, 41.147471528734549 ], [ -111.85716874453631, 41.147610649524836 ], [ -111.85733283276005, 41.147857144762668 ], [ -111.85744306657645, 41.148086024917255 ], [ -111.85747385346561, 41.148162362627069 ], [ -111.85751130245953, 41.148292697946601 ], [ -111.85748292118237, 41.14840100365857 ], [ -111.85724835900467, 41.14869100137944 ], [ -111.85693014871512, 41.148963605210191 ], [ -111.85649318630574, 41.149268618766079 ], [ -111.855926900585, 41.149709709726473 ], [ -111.85535318584927, 41.150038254715298 ], [ -111.85509424949164, 41.150287893600058 ], [ -111.85494179653691, 41.150478190458166 ], [ -111.85479623678221, 41.150740498886456 ], [ -111.85469796833452, 41.151065511280407 ], [ -111.85461078924884, 41.151602126130079 ], [ -111.854571486832, 41.15224648004267 ], [ -111.85449493535887, 41.152683929357309 ], [ -111.85451244424046, 41.153206255520224 ], [ -111.85450756749967, 41.153656684812127 ], [ -111.85451596023955, 41.15393586626152 ], [ -111.85450661671067, 41.154134108527735 ], [ -111.85452052208763, 41.154287139005504 ], [ -111.85456988586154, 41.154417386757061 ], [ -111.85463099129711, 41.154534035573569 ], [ -111.85469157046873, 41.154610152888232 ], [ -111.85481810265567, 41.154717308235973 ], [ -111.855010295756, 41.154832983914957 ], [ -111.85523228206634, 41.154948438058597 ], [ -111.85548505714614, 41.155140229904823 ], [ -111.85577346779911, 41.15532274857101 ], [ -111.85610394152242, 41.155531977451346 ], [ -111.85629006346285, 41.15563868823368 ], [ -111.85638015709549, 41.155692966358778 ], [ -111.85662089220415, 41.155874936546049 ], [ -111.8568144407043, 41.156094189457242 ], [ -111.85694221096946, 41.156295915719738 ], [ -111.85703299825204, 41.156403334519908 ], [ -111.85717145499832, 41.156510398504722 ], [ -111.85732261046041, 41.156585840303819 ], [ -111.85758500822173, 41.156691981200311 ], [ -111.85799872815271, 41.156886172156227 ], [ -111.85834055839636, 41.157051171439626 ], [ -111.85862839758704, 41.15718864784133 ], [ -111.8588321104922, 41.157272703692804 ], [ -111.85920307973856, 41.157387039135401 ], [ -111.85968703077171, 41.157482514454401 ], [ -111.8598423108798, 41.15750837893787 ], [ -111.86000944970628, 41.157529650741125 ], [ -111.86021912413821, 41.157613659615237 ], [ -111.86038714675848, 41.157702483172592 ], [ -111.86053705794224, 41.157773426089946 ], [ -111.86091338921489, 41.157932755205792 ], [ -111.86113009870581, 41.158007701973368 ], [ -111.86139954078362, 41.158104773606304 ], [ -111.86157305321305, 41.158157522951839 ], [ -111.86172231783998, 41.158178925962218 ], [ -111.86183547584585, 41.158173575392574 ], [ -111.86199005032421, 41.158145395135506 ], [ -111.8621502883709, 41.158094652646845 ], [ -111.86235247372039, 41.15806161159167 ], [ -111.86260887830359, 41.158073203401038 ], [ -111.86281194925861, 41.158107713800916 ], [ -111.8630215581457, 41.158186313331242 ], [ -111.86330322856217, 41.158306709289469 ], [ -111.86380684235451, 41.158537137645844 ], [ -111.86398662416254, 41.158613256739208 ], [ -111.86409481758798, 41.158683607138499 ], [ -111.86422066295397, 41.158736710073526 ], [ -111.86435211235461, 41.158762747263012 ], [ -111.86449494693841, 41.15874816352153 ], [ -111.86466179436404, 41.158746911117163 ], [ -111.86487684530157, 41.158785831855312 ], [ -111.86528942677613, 41.158890827298357 ], [ -111.8656235370569, 41.158919844298154 ], [ -111.86601133657147, 41.158952960590199 ], [ -111.86651259196879, 41.159003237792156 ], [ -111.86676948733599, 41.15905174881734 ], [ -111.86687136950805, 41.159095120539376 ], [ -111.86711209838218, 41.159273465500043 ], [ -111.86722662315228, 41.15937168960631 ], [ -111.86737094275328, 41.159469689228381 ], [ -111.86765928626271, 41.159643170528177 ], [ -111.86779752936837, 41.159732207534361 ], [ -111.86797825778591, 41.159879475230078 ], [ -111.86839328824203, 41.160169101926314 ], [ -111.86854952926177, 41.160267010168077 ], [ -111.86874754305353, 41.160369107053285 ], [ -111.86883138507436, 41.160400002105142 ], [ -111.86905877818567, 41.160470349367131 ], [ -111.8695014097557, 41.160593118602506 ], [ -111.86985441965975, 41.160698547310425 ], [ -111.87011756893351, 41.160768622430979 ], [ -111.87033978020816, 41.160897557296117 ], [ -111.87046605190039, 41.160982177602328 ], [ -111.87055704647337, 41.161103095789315 ], [ -111.87059572113162, 41.161323495675134 ], [ -111.87056111105653, 41.161410232585844 ], [ -111.87050246196512, 41.161481837834117 ], [ -111.87038500847591, 41.161613339214959 ], [ -111.8703211268285, 41.161739931761915 ], [ -111.87031147275329, 41.161911153752008 ], [ -111.87033673923071, 41.162019056960283 ], [ -111.87042202618055, 41.162158934830671 ], [ -111.87057981267064, 41.162373029767799 ], [ -111.87066438531266, 41.16245886578799 ], [ -111.870821338658, 41.162609911777409 ], [ -111.87098521792839, 41.162833868698321 ], [ -111.87115011224265, 41.16313438435531 ], [ -111.87127865606182, 41.163390135533191 ], [ -111.87137007313341, 41.163542577265481 ], [ -111.87143127662436, 41.163663720075164 ], [ -111.87144069496252, 41.163834797794863 ], [ -111.87141769447588, 41.163988105108167 ], [ -111.87138468304923, 41.164195535194295 ], [ -111.87137074264434, 41.164492899384058 ], [ -111.87142831461522, 41.164789722518698 ], [ -111.8714902354466, 41.164964906875902 ], [ -111.87168964070409, 41.165170578194058 ], [ -111.8720210501737, 41.165442808596616 ], [ -111.87217152888395, 41.165554267178074 ], [ -111.87229215112269, 41.165661447762737 ], [ -111.87241319189631, 41.16580015247942 ], [ -111.87260676260493, 41.166014874198609 ], [ -111.87302721406931, 41.166259403497705 ], [ -111.873177098475, 41.166325826063733 ], [ -111.87326274000293, 41.166401743374429 ], [ -111.87334045699249, 41.16650924813576 ], [ -111.87340810492191, 41.166666372296092 ], [ -111.87347444165107, 41.166814498520004 ], [ -111.87353720294421, 41.166962651818714 ], [ -111.8736178477441, 41.167200747783198 ], [ -111.87375868753718, 41.167483426211184 ], [ -111.87397610617994, 41.167697964624558 ], [ -111.8741564514557, 41.167813697828812 ], [ -111.87433643814124, 41.167902409968022 ], [ -111.87443842282698, 41.167952079591018 ], [ -111.8745891389699, 41.168080648023057 ], [ -111.87481258189226, 41.16829964299486 ], [ -111.87511506053121, 41.168635138846895 ], [ -111.87544704125612, 41.168947890056536 ], [ -111.8757917243409, 41.16931909459872 ], [ -111.87596527767717, 41.169371821749969 ], [ -111.8762415277391, 41.169527357427008 ], [ -111.87652379893511, 41.169687350526203 ], [ -111.8765960850117, 41.16974445049113 ], [ -111.87659825807641, 41.169907475674925 ], [ -111.87655202008449, 41.170015921542934 ], [ -111.87649374220011, 41.170115451187122 ], [ -111.87639530557244, 41.170332388169335 ], [ -111.87627380887203, 41.170608051398297 ], [ -111.87614087133868, 41.170919832834826 ], [ -111.87597789286012, 41.171213826934739 ], [ -111.87579661317154, 41.171476432562216 ], [ -111.87570317271312, 41.171621268301202 ], [ -111.87557476337393, 41.171825821468651 ], [ -111.87549984954798, 41.172019158457125 ], [ -111.87539586651057, 41.172267664084018 ], [ -111.87531416434415, 41.172398898533132 ], [ -111.87518574032315, 41.172602550575142 ], [ -111.87502864169888, 41.172891093891437 ], [ -111.87481858359028, 41.173231383864206 ], [ -111.87469533780727, 41.173376445142004 ], [ -111.87463079453912, 41.173453501820745 ], [ -111.87416401360375, 41.173763311699084 ], [ -111.87370347570575, 41.174094691098091 ], [ -111.87317005866151, 41.174324832786226 ], [ -111.87292706415475, 41.174430264754484 ], [ -111.87274420938446, 41.174575775710345 ], [ -111.87262101628522, 41.174725338264267 ], [ -111.87250968343963, 41.174870306922841 ], [ -111.87238821909132, 41.175060391331435 ], [ -111.87216942296581, 41.17528274010094 ], [ -111.87181967695246, 41.175519591515794 ], [ -111.87149025335498, 41.175760792000304 ], [ -111.87134815945724, 41.175833929702428 ], [ -111.87124212590463, 41.17592931400344 ], [ -111.87115594232742, 41.176173177128021 ], [ -111.87115111564964, 41.176258787945699 ], [ -111.87117102571743, 41.176411770315269 ], [ -111.87117365128421, 41.176609922528435 ], [ -111.87112431538925, 41.176935478045927 ], [ -111.87109420904751, 41.177362676453704 ], [ -111.87108133959943, 41.177741102229064 ], [ -111.87108336833016, 41.177894219817126 ], [ -111.87106125643794, 41.178025000437138 ], [ -111.87089710457943, 41.178233421680908 ], [ -111.87058328040418, 41.178393431169177 ], [ -111.87040595276578, 41.178507369206308 ], [ -111.87024841388043, 41.17867520435459 ], [ -111.87014237419943, 41.178860665840801 ], [ -111.87003281697879, 41.179140735885902 ], [ -111.86994592168793, 41.179331457245041 ], [ -111.86983490895931, 41.179501642706775 ], [ -111.86978890354344, 41.179629000383905 ], [ -111.8697257783771, 41.179814137353517 ], [ -111.8696387502718, 41.179994950867844 ], [ -111.86958015542547, 41.180071959741674 ], [ -111.86946821134329, 41.18017189089781 ], [ -111.86923758725368, 41.180313252914701 ], [ -111.86899581448151, 41.180513249395169 ], [ -111.86887289950847, 41.180685325275427 ], [ -111.86882044254109, 41.180775799174405 ], [ -111.86880983031006, 41.180874965203628 ], [ -111.86883593545541, 41.181045916762365 ], [ -111.86895789084035, 41.181252176411043 ], [ -111.86909665794026, 41.181377238724451 ], [ -111.86943374318807, 41.181622409381184 ], [ -111.86963867779889, 41.181792010565808 ], [ -111.86985601207859, 41.181997548979552 ], [ -111.87048244965067, 41.182483741651033 ], [ -111.87084422501918, 41.182791776171292 ], [ -111.87113995495095, 41.183064277878522 ], [ -111.87124272503263, 41.183171594205476 ], [ -111.87135157589734, 41.183287872242317 ], [ -111.87146740322306, 41.183480663774411 ], [ -111.87150591626627, 41.183687551984249 ], [ -111.87149550863894, 41.184251519646025 ], [ -111.87147535411559, 41.184530013466784 ], [ -111.87150385627905, 41.184881102330479 ], [ -111.87162052302735, 41.1851369419538 ], [ -111.87188055915473, 41.185414215659527 ], [ -111.87239216616902, 41.185779661437564 ], [ -111.87262680833459, 41.185940024288051 ], [ -111.87277161349245, 41.186069540185066 ], [ -111.87282061960155, 41.186168254656664 ], [ -111.87284119482925, 41.186370774354543 ], [ -111.87277450291803, 41.186736095919628 ], [ -111.87277839015489, 41.187028820126116 ], [ -111.87292870101562, 41.187572653068493 ], [ -111.87294802092943, 41.187680600272742 ], [ -111.87294988722888, 41.187821107864131 ], [ -111.87289814815149, 41.187965624890147 ], [ -111.87273217182607, 41.188038044441868 ], [ -111.87247672502215, 41.188107538485966 ], [ -111.87188320522067, 41.188310205068944 ], [ -111.87174102514432, 41.188378839913412 ], [ -111.871640563445, 41.188446258058207 ], [ -111.87154626612023, 41.188528942729405 ], [ -111.87144689082614, 41.188678323488588 ], [ -111.87140212447265, 41.188899353389395 ], [ -111.87135598447863, 41.18901680393305 ], [ -111.87130334537609, 41.189093768517267 ], [ -111.87114965771354, 41.189194016997867 ], [ -111.87103692478388, 41.189235404808947 ], [ -111.87080346914746, 41.189255185899952 ], [ -111.87054855162347, 41.18927512875419 ], [ -111.87014405761416, 41.189345744204161 ], [ -111.86959821225706, 41.189548038786654 ], [ -111.86905820603508, 41.18974127891709 ], [ -111.86837618798133, 41.190016657636825 ], [ -111.86802653170056, 41.19017693016329 ], [ -111.86778978909095, 41.190309327444844 ], [ -111.8676477906331, 41.190392368345385 ], [ -111.86741610464276, 41.190456267470694 ], [ -111.86724929572699, 41.190466531559068 ], [ -111.86695788499553, 41.190522772487817 ], [ -111.86672048559868, 41.190605629608108 ], [ -111.86634838817855, 41.190873258762203 ], [ -111.8660359291715, 41.191142239800094 ], [ -111.86581158915442, 41.191311471723473 ], [ -111.86567695373962, 41.191410668874596 ], [ -111.86551007671977, 41.191506505063764 ], [ -111.86512982556914, 41.191608448018094 ], [ -111.86471994188351, 41.191724123922086 ], [ -111.86417488890172, 41.191989441448911 ], [ -111.86368838478768, 41.192173247110873 ], [ -111.86293513073282, 41.192476151225812 ], [ -111.86218259057131, 41.192833992645248 ], [ -111.86139471905932, 41.193226323057338 ], [ -111.86056719297262, 41.1936874036749 ], [ -111.86038873242447, 41.193810342389689 ], [ -111.86024097898242, 41.193910531958508 ], [ -111.86011153565471, 41.194043012659222 ], [ -111.85990019074418, 41.194295908503044 ], [ -111.85974741621629, 41.194468197307721 ], [ -111.85957769724378, 41.194712674761512 ], [ -111.85946251978642, 41.195024303399073 ], [ -111.85940615253864, 41.195182360503118 ], [ -111.85916161649477, 41.195724652900417 ], [ -111.8589922454302, 41.19599615024255 ], [ -111.85887535579194, 41.196177177977248 ], [ -111.85880550425915, 41.1963074111626 ], [ -111.85872002590575, 41.196610710489161 ], [ -111.85856516482282, 41.197080270445269 ], [ -111.85839011973141, 41.19737432863873 ], [ -111.85820816947192, 41.197596375668368 ], [ -111.85800703690978, 41.19771947960097 ], [ -111.85779876519959, 41.197752558427837 ], [ -111.85748205352502, 41.197700870335972 ], [ -111.85714774898506, 41.197671831801799 ], [ -111.85688002937241, 41.197718863118638 ], [ -111.85666090732492, 41.197743012829299 ], [ -111.85643875438116, 41.19771764179869 ], [ -111.85600232690409, 41.197630808713292 ], [ -111.85589334232267, 41.19759558758291 ], [ -111.85566105209699, 41.197524350640634 ], [ -111.85533833384095, 41.197469098155665 ], [ -111.85521932109901, 41.197487997634099 ], [ -111.85498730465628, 41.197529354727116 ], [ -111.85438009185954, 41.19760682440311 ], [ -111.85401691379559, 41.197650053341263 ], [ -111.8536716809048, 41.197697652007612 ], [ -111.85337379563413, 41.197717875404727 ], [ -111.85311854697505, 41.197715262696512 ], [ -111.85287844975861, 41.197685513827118 ], [ -111.85255648095291, 41.197687897880655 ], [ -111.85226449930157, 41.197703570805153 ], [ -111.85209796130923, 41.197736330461296 ], [ -111.85192546075298, 41.197769133986384 ], [ -111.85162826339368, 41.197842493771148 ], [ -111.85124118576832, 41.197882287579894 ], [ -111.85089016207766, 41.197943432408643 ], [ -111.85062846902152, 41.197995809348377 ], [ -111.85028871616917, 41.1980064254398 ], [ -111.84983498981229, 41.197964735670197 ], [ -111.84941165831486, 41.19796785890312 ], [ -111.84916301140217, 41.198014731609568 ], [ -111.84904303610666, 41.198051647397214 ], [ -111.84885895739455, 41.198111555080068 ], [ -111.8486510286004, 41.198171638229894 ], [ -111.84839528357642, 41.198223065485479 ], [ -111.84815690221963, 41.198233829211347 ], [ -111.84788262987362, 41.198235848906251 ], [ -111.8476920060279, 41.198250763936485 ], [ -111.84754358399577, 41.198301399249004 ], [ -111.84729461315057, 41.198415828774522 ], [ -111.84702734757818, 41.198498865040634 ], [ -111.84655116253977, 41.198565421070448 ], [ -111.84617622267525, 41.19862222344878 ], [ -111.84565870420128, 41.198720606778537 ], [ -111.84530743877821, 41.198763720784697 ], [ -111.84468838154226, 41.198849333342494 ], [ -111.84424115872265, 41.198942690773777 ], [ -111.84411239109993, 41.199038216555842 ], [ -111.84390549620878, 41.199179353723423 ], [ -111.84384793107071, 41.199247334018935 ], [ -111.84373483842519, 41.199356256207643 ], [ -111.84362276442278, 41.199451659129281 ], [ -111.84338489800182, 41.199502944290607 ], [ -111.84326582013075, 41.199517328002621 ], [ -111.84312868110902, 41.199518332133145 ], [ -111.8430030048989, 41.199483221008997 ], [ -111.84281614325631, 41.199326952321947 ], [ -111.84269586399724, 41.199247663163007 ], [ -111.84256363685375, 41.199166659734551 ], [ -111.84242597879766, 41.199127131742536 ], [ -111.84226334757034, 41.199093190916024 ], [ -111.84196651749846, 41.199103468524996 ], [ -111.84150757567345, 41.199120334760302 ], [ -111.84115022732013, 41.199154472745228 ], [ -111.84068010898066, 41.199229967994675 ], [ -111.84017994639085, 41.199287664933465 ], [ -111.83975764151184, 41.199371815369375 ], [ -111.83959115031934, 41.199409060507101 ], [ -111.83926453265727, 41.199515030963198 ], [ -111.83869544549101, 41.199685821202536 ], [ -111.83791687372353, 41.199889660347658 ], [ -111.83718440380082, 41.200061631804161 ], [ -111.83685766417642, 41.200158588527522 ], [ -111.8366969713171, 41.200183176432631 ], [ -111.83657243267714, 41.200237227204795 ], [ -111.83646069072998, 41.20035964414307 ], [ -111.83641436565414, 41.200468074166153 ], [ -111.83641551244942, 41.200558143793373 ], [ -111.83641161400838, 41.200720312426462 ], [ -111.83638558491032, 41.201017758714208 ], [ -111.83632068317281, 41.201540682150814 ], [ -111.83629247470967, 41.201666996122867 ], [ -111.83619930612856, 41.201843324663486 ], [ -111.8360880193601, 41.202001769083047 ], [ -111.83597581505229, 41.202088157706228 ], [ -111.83583345253733, 41.202147741735487 ], [ -111.83549569136315, 41.202316836928219 ], [ -111.83531795176314, 41.202408204258028 ], [ -111.83513390528151, 41.202472593672148 ], [ -111.83493174090815, 41.202519098567805 ], [ -111.83461480330857, 41.202543915508329 ], [ -111.83437788214171, 41.202577159639084 ], [ -111.8342291538697, 41.202605260532479 ], [ -111.83408667425248, 41.20265583545801 ], [ -111.83383204323046, 41.20279730025333 ], [ -111.83309710138062, 41.20315392336969 ], [ -111.83299049998232, 41.203212344389222 ], [ -111.8328349681685, 41.203268416853092 ], [ -111.83259821468401, 41.203315167801669 ], [ -111.83238985464828, 41.203343697447139 ], [ -111.83191844092276, 41.203320080602616 ], [ -111.83155430317686, 41.203291183341157 ], [ -111.83131590010228, 41.203301912395062 ], [ -111.83108397269037, 41.203353129289681 ], [ -111.83089367153933, 41.203395037587704 ], [ -111.83069189988545, 41.203473059486164 ], [ -111.83048410785702, 41.203546620552018 ], [ -111.83017012046784, 41.203711024780041 ], [ -111.82985829134617, 41.203951978833381 ], [ -111.8297101288444, 41.20411969059726 ], [ -111.82956314681833, 41.204286492884364 ], [ -111.82932730988423, 41.204500775437836 ], [ -111.82911502804399, 41.20469146765511 ], [ -111.82892000901654, 41.204832492366165 ], [ -111.82863503156079, 41.204933629033697 ], [ -111.82831984021357, 41.205003455058183 ], [ -111.8280579640133, 41.205044972707377 ], [ -111.82773578682533, 41.205033777245283 ], [ -111.82712057898408, 41.204958028302514 ], [ -111.82686331593547, 41.20489231737983 ], [ -111.82664194518934, 41.204835356029342 ], [ -111.82635537767052, 41.204810389387866 ], [ -111.82620124416181, 41.204883557667308 ], [ -111.82595334324654, 41.205088011299374 ], [ -111.82562116462114, 41.205230014114953 ], [ -111.82529404228043, 41.205299917402037 ], [ -111.82471044829438, 41.20536715290406 ], [ -111.82400646044263, 41.205345169073247 ], [ -111.82346392900806, 41.205358057676676 ], [ -111.8232253587932, 41.205356160280296 ], [ -111.82306406091816, 41.205333892981805 ], [ -111.82291470067935, 41.2053124409302 ], [ -111.82266289574989, 41.205206146549095 ], [ -111.82231506175289, 41.205050994518004 ], [ -111.8216239984415, 41.20463166012231 ], [ -111.82145636806646, 41.204579710024589 ], [ -111.8213185982739, 41.204531149833429 ], [ -111.82104339705656, 41.204461049924404 ], [ -111.82093594961025, 41.204452808153142 ], [ -111.82068567039873, 41.204468103766736 ], [ -111.8201795984243, 41.204534763809292 ], [ -111.81953648731229, 41.204611404766652 ], [ -111.81908959441515, 41.204641607670368 ], [ -111.81858262136268, 41.204636204749796 ], [ -111.81813533513382, 41.20463487946482 ], [ -111.8179204403384, 41.204618390393783 ], [ -111.81775375479101, 41.204642093666443 ], [ -111.81761727689587, 41.204697109510036 ], [ -111.81752844735745, 41.204747283037612 ], [ -111.81745784322804, 41.204824350507216 ], [ -111.81736366677062, 41.204924104733784 ], [ -111.81721638240793, 41.205069274748908 ], [ -111.81709874493509, 41.205200722525909 ], [ -111.81687573093575, 41.205490554122107 ], [ -111.81658149282779, 41.205807913731981 ], [ -111.81640427685853, 41.205944287143573 ], [ -111.81620922651121, 41.206085290585605 ], [ -111.81586688507889, 41.206371462012811 ], [ -111.81549455663327, 41.206644333086558 ], [ -111.81502302888282, 41.207093557027598 ], [ -111.8147883520739, 41.207405986543861 ], [ -111.81443557876321, 41.207813832671249 ], [ -111.81404623919221, 41.208158881660665 ], [ -111.8137978413759, 41.208327281467689 ], [ -111.81351848825527, 41.208500403320549 ], [ -111.81334278600667, 41.208663784663813 ], [ -111.81323087478114, 41.208777172414706 ], [ -111.81311378033328, 41.208953651183052 ], [ -111.81301474297238, 41.209143514027971 ], [ -111.8129551655009, 41.209630355252891 ], [ -111.81293833413055, 41.209716048068195 ], [ -111.81291035608207, 41.209864874087216 ], [ -111.81284665226666, 41.210018456174367 ], [ -111.81275734375632, 41.210127180002722 ], [ -111.81267604958221, 41.210208823837625 ], [ -111.81261150898646, 41.21029485328453 ], [ -111.81255906259123, 41.21039430903685 ], [ -111.81254830557738, 41.210488966710713 ], [ -111.81255474817723, 41.210624038062363 ], [ -111.81254718990465, 41.210880813328956 ], [ -111.81252093791265, 41.211169247740187 ], [ -111.81247746326518, 41.211511850365106 ], [ -111.81245488999478, 41.211615599168645 ], [ -111.81243309670486, 41.211782396962761 ], [ -111.81235751821424, 41.211940566405865 ], [ -111.8122812151601, 41.212040190302979 ], [ -111.81216310986443, 41.21213560508906 ], [ -111.81202064794248, 41.212190656476949 ], [ -111.81180065678345, 41.21224625427439 ], [ -111.81162787446755, 41.212260983890026 ], [ -111.81138910104434, 41.212244651000532 ], [ -111.81120974287536, 41.212209883504102 ], [ -111.81108372500815, 41.212147716681606 ], [ -111.81091562740191, 41.212058822697706 ], [ -111.8108193732316, 41.211991942089476 ], [ -111.81068181785152, 41.211961383310886 ], [ -111.81043167404508, 41.211990167408601 ], [ -111.8103189185684, 41.212035999836196 ], [ -111.81005188303452, 41.212145972045043 ], [ -111.8099330077219, 41.21217923624463 ], [ -111.80972487567136, 41.212229341996583 ], [ -111.80949886307504, 41.212280473847954 ], [ -111.80922378062311, 41.212318438418677 ], [ -111.80886698017112, 41.212307433547053 ], [ -111.80870584720972, 41.21229955748597 ], [ -111.80841953038748, 41.212297063996026 ], [ -111.8082473568488, 41.212361327089518 ], [ -111.8081350979993, 41.212447688930979 ], [ -111.80794122963091, 41.212687755637411 ], [ -111.80758877332629, 41.213127105596023 ], [ -111.80724973500725, 41.213687965478606 ], [ -111.80682150827364, 41.21427196871722 ], [ -111.80662255100148, 41.214584131070623 ], [ -111.80647502421938, 41.214810358947737 ], [ -111.80641138726563, 41.214873859093636 ], [ -111.80632921837511, 41.214982527884047 ], [ -111.80626637915999, 41.215208162443901 ], [ -111.80629059103011, 41.215334101864805 ], [ -111.80629147588867, 41.21540615792437 ], [ -111.80632387167302, 41.215518528357364 ], [ -111.80631328191839, 41.215627596666394 ], [ -111.80628483303144, 41.215739492356661 ], [ -111.80612551656425, 41.21588022837885 ], [ -111.80600043615988, 41.215894615614225 ], [ -111.80582156815942, 41.215900371345874 ], [ -111.80548741224808, 41.21588919758188 ], [ -111.80494981418222, 41.215825398467459 ], [ -111.8041435568616, 41.215740953834988 ], [ -111.80395839410575, 41.215719727283727 ], [ -111.80379719810882, 41.215707340923309 ], [ -111.803648316219, 41.215726395634796 ], [ -111.8035473123802, 41.215758627736726 ], [ -111.80336358244686, 41.215854491397778 ], [ -111.80322800567676, 41.215986050016006 ], [ -111.80304587203155, 41.216212514868268 ], [ -111.80292785590449, 41.216316927317649 ], [ -111.80277963314158, 41.216390022999953 ], [ -111.80255218761749, 41.216423135647879 ], [ -111.80227267961318, 41.216393556112941 ], [ -111.80205785982571, 41.21638604480232 ], [ -111.80185496839887, 41.216378450028557 ], [ -111.80152728050825, 41.216408655531623 ], [ -111.80122458110358, 41.216531466386783 ], [ -111.80072081188304, 41.216796196177945 ], [ -111.80044761175718, 41.216892677292456 ], [ -111.80017945663188, 41.217011642154546 ], [ -111.79975828708007, 41.217104645879026 ], [ -111.79961536500238, 41.217123653987414 ], [ -111.79935293887549, 41.217125475987245 ], [ -111.79915573554099, 41.217095317523096 ], [ -111.7989345110732, 41.217051813712651 ], [ -111.79879667639553, 41.21699872325555 ], [ -111.79873041251918, 41.216945136214342 ], [ -111.79863383466747, 41.216851224362863 ], [ -111.79847597200286, 41.216622620669163 ], [ -111.79821661012799, 41.216385712589435 ], [ -111.79797541623459, 41.216171197471212 ], [ -111.79771698814169, 41.216010847929013 ], [ -111.79742277660365, 41.215850745604207 ], [ -111.7971651712907, 41.215757947491767 ], [ -111.7969678527565, 41.215717877497163 ], [ -111.79683664242064, 41.215718785530008 ], [ -111.7966222733609, 41.215748192866862 ], [ -111.79641331999143, 41.215830708275504 ], [ -111.79623038978303, 41.215895027799789 ], [ -111.79598240809464, 41.216103921260142 ], [ -111.7958233413818, 41.216267160799788 ], [ -111.79566958312735, 41.216376316736117 ], [ -111.79549754986905, 41.216454071474196 ], [ -111.79529493156524, 41.216468982710964 ], [ -111.79478704971774, 41.216395923115861 ], [ -111.79415179706143, 41.216148087977992 ], [ -111.79395378203465, 41.216050367802012 ], [ -111.79369005326026, 41.215944092451615 ], [ -111.79343277925906, 41.215878307050396 ], [ -111.79331338791292, 41.21587012184677 ], [ -111.79320646891586, 41.215906889530928 ], [ -111.79309456486043, 41.216024761513481 ], [ -111.79306588651872, 41.216119540767941 ], [ -111.79304805237251, 41.216223253115167 ], [ -111.79303389458596, 41.216335047145314 ], [ -111.79299286722969, 41.216493866689682 ], [ -111.79290525367996, 41.216647602335584 ], [ -111.79281178427793, 41.216810386012654 ], [ -111.79270025861511, 41.216959782235506 ], [ -111.79254670008241, 41.217086047416274 ], [ -111.79214434869752, 41.21735544634025 ], [ -111.79158783477722, 41.217701569096107 ], [ -111.79120818233741, 41.21787532620025 ], [ -111.79082879911688, 41.218071599658423 ], [ -111.79034313967639, 41.218358679166236 ], [ -111.79020118767025, 41.218458738975023 ], [ -111.79001152023794, 41.218559125977997 ], [ -111.78987498983483, 41.218614109278676 ], [ -111.78972013266026, 41.218633186979751 ], [ -111.78934981034462, 41.218591587978423 ], [ -111.78895382335446, 41.218399733665898 ], [ -111.7887009937479, 41.218207798321977 ], [ -111.78861668147643, 41.218140817399004 ], [ -111.78853838780056, 41.218078299090237 ], [ -111.78842418932817, 41.218006118007068 ], [ -111.78832204952872, 41.217944663596214 ], [ -111.78810695554277, 41.217914608683834 ], [ -111.78793442270104, 41.217951820522572 ], [ -111.78751789251001, 41.218035739976344 ], [ -111.7871368232916, 41.218092392179379 ], [ -111.78702360888184, 41.218102173806201 ], [ -111.78690443009859, 41.218111996080538 ], [ -111.78667106542187, 41.218050536098524 ], [ -111.78646101900014, 41.217943877466219 ], [ -111.78624479320987, 41.217819245071865 ], [ -111.78602878391145, 41.217712626357752 ], [ -111.7858610287267, 41.21765071685212 ], [ -111.78536556100038, 41.217618066017181 ], [ -111.78504966873359, 41.217638235631917 ], [ -111.7848591342311, 41.217666557807334 ], [ -111.78467504829256, 41.217735370756138 ], [ -111.78447892571306, 41.217795257627536 ], [ -111.78412128207879, 41.217815709124686 ], [ -111.78339277574307, 41.217748605301402 ], [ -111.78298714892281, 41.217746860240915 ], [ -111.78268979241656, 41.217820944055596 ], [ -111.78254723926858, 41.217871455727654 ], [ -111.78239286458346, 41.217931055330041 ], [ -111.78218647393102, 41.218130628730208 ], [ -111.78203908192512, 41.21827575437954 ], [ -111.78182038494525, 41.218443883448103 ], [ -111.78150002414912, 41.218590182650459 ], [ -111.78120868008575, 41.218668725727618 ], [ -111.78098214014932, 41.218679270186747 ], [ -111.78065963422367, 41.218645425916002 ], [ -111.78040209452722, 41.21855709376203 ], [ -111.78010136, 41.218347448569418 ], [ -111.77974007459339, 41.218061646436873 ], [ -111.77938443587593, 41.21774878157327 ], [ -111.77916688777444, 41.217511547472284 ], [ -111.77906234180375, 41.21724652512156 ], [ -111.77900488671902, 41.216828051713065 ], [ -111.77893068047516, 41.21670694856217 ], [ -111.77888237901143, 41.216657732448191 ], [ -111.77882702740953, 41.216617571785022 ], [ -111.7786303864231, 41.216533327606783 ], [ -111.77847537045037, 41.216538879578245 ], [ -111.77810745763772, 41.216699002528713 ], [ -111.77804195793009, 41.216708452894686 ], [ -111.77776200220509, 41.216740970599766 ], [ -111.777600829405, 41.216730348960539 ], [ -111.77740405260808, 41.21673528070793 ], [ -111.77726708865788, 41.21675422086313 ], [ -111.77710669414225, 41.216809350132827 ], [ -111.77693506368682, 41.216923105611755 ], [ -111.77670453597352, 41.21710031262942 ], [ -111.77639663118386, 41.217291552596457 ], [ -111.77583891599056, 41.217543025737136 ], [ -111.77524633751369, 41.217772211425547 ], [ -111.7746344963289, 41.218087998402524 ], [ -111.77440288522956, 41.218174229439391 ], [ -111.77417101860725, 41.218238843039913 ], [ -111.77398608072983, 41.218236483130077 ], [ -111.77383062497061, 41.218205099885061 ], [ -111.77366971855193, 41.218116103213852 ], [ -111.77359024611275, 41.218053582629729 ], [ -111.77351122385028, 41.217928004453775 ], [ -111.77347551646447, 41.217833662537736 ], [ -111.77331206656955, 41.217731170761013 ], [ -111.77299404857376, 41.217571165822179 ], [ -111.77258492483651, 41.217272150563893 ], [ -111.77235605696447, 41.217084522307353 ], [ -111.77210805184421, 41.216892518011697 ], [ -111.77190471296259, 41.216745252716429 ], [ -111.77177042935591, 41.216484926879389 ], [ -111.77149123136573, 41.216176029004536 ], [ -111.77128084990423, 41.215835142254733 ], [ -111.77113899057639, 41.215538835205727 ], [ -111.7710217058067, 41.215201828358829 ], [ -111.77097261813229, 41.215085055719527 ], [ -111.77092321337238, 41.214941261801016 ], [ -111.77082604348534, 41.214793283707181 ], [ -111.77060362907011, 41.214646143730469 ], [ -111.77029045667739, 41.214490602665066 ], [ -111.7699080503341, 41.214331019758724 ], [ -111.76963834978629, 41.214220225218007 ], [ -111.76938617274871, 41.214077785680296 ], [ -111.76925976807107, 41.213979544429954 ], [ -111.76910135937823, 41.213796843521962 ], [ -111.76896949886886, 41.213640087715547 ], [ -111.76873504862314, 41.213483115880166 ], [ -111.7684169042159, 41.213309587266842 ], [ -111.76805701409479, 41.213136336210248 ], [ -111.76741012191262, 41.212901942440404 ], [ -111.76678703720479, 41.21266288259195 ], [ -111.76658954595399, 41.212605646790408 ], [ -111.76642176922344, 41.212539205086628 ], [ -111.76627784824969, 41.212472604394584 ], [ -111.76619963500274, 41.212414574140055 ], [ -111.7659948152626, 41.212240284696925 ], [ -111.76588039935866, 41.212146463838558 ], [ -111.76564560472342, 41.211958861420314 ], [ -111.76508112376925, 41.211629324612723 ], [ -111.76478665367047, 41.211438513762225 ], [ -111.76449896693026, 41.211317917957288 ], [ -111.76434296581525, 41.211237883320614 ], [ -111.76417430390035, 41.211094877884896 ], [ -111.76396237730386, 41.210821546117053 ], [ -111.76366575637135, 41.210445185914438 ], [ -111.76362238724019, 41.210305852583915 ], [ -111.76360334419132, 41.210206893038098 ], [ -111.76362044963741, 41.210139221092859 ], [ -111.76365555071044, 41.210080437609925 ], [ -111.7636788815629, 41.210035243876796 ], [ -111.76376148207656, 41.209958129743328 ], [ -111.76401498409666, 41.209704229656232 ], [ -111.76437252635338, 41.209165892655577 ], [ -111.76464662612085, 41.208632612503941 ], [ -111.76489676275136, 41.208090483026396 ], [ -111.76491957802401, 41.20800115420893 ], [ -111.76491218787889, 41.207878697145077 ], [ -111.764857939992, 41.207829514536314 ], [ -111.76463655881743, 41.207767930073153 ], [ -111.76452388274488, 41.207822725016776 ], [ -111.76435188656022, 41.207904937018753 ], [ -111.76422137207314, 41.207964353969778 ], [ -111.7638663413061, 41.208205416377822 ], [ -111.76349792646489, 41.20842404691264 ], [ -111.76332126129786, 41.208515296133065 ], [ -111.76313712543909, 41.208579571175875 ], [ -111.76285678834014, 41.208576924716276 ], [ -111.76252225680571, 41.208529597416891 ], [ -111.7621153275806, 41.208410685858759 ], [ -111.76172712600331, 41.20836371142537 ], [ -111.76152478516217, 41.208401080896401 ], [ -111.76144171399385, 41.208437661434616 ], [ -111.76142460671429, 41.208505333091686 ], [ -111.76146718669304, 41.208577113983942 ], [ -111.7616019352524, 41.208882488255931 ], [ -111.76159084379705, 41.208954624048118 ], [ -111.76153805970073, 41.209031539465435 ], [ -111.76136689194425, 41.209185803962541 ], [ -111.76123108723372, 41.209303803226291 ], [ -111.76111462647972, 41.209444193987835 ], [ -111.7609541911406, 41.209598386929073 ], [ -111.76082988422645, 41.209679377740727 ], [ -111.76048504835393, 41.209772634359346 ], [ -111.75996139648851, 41.20987517719022 ], [ -111.75971725243106, 41.209908315454371 ], [ -111.75954467173352, 41.209940981205378 ], [ -111.75938427851906, 41.209996085838469 ], [ -111.75921854617306, 41.21010527227066 ], [ -111.75895848772099, 41.210309662114831 ], [ -111.75886379760233, 41.210373340775547 ], [ -111.75876889915872, 41.210419005124365 ], [ -111.75852522061111, 41.21049267291022 ], [ -111.75833433064983, 41.210489426236485 ], [ -111.75808385583181, 41.210491075418425 ], [ -111.75796593077993, 41.210505363379518 ], [ -111.7578163214538, 41.210564898748906 ], [ -111.75763860567992, 41.210669657863065 ], [ -111.75751482250328, 41.2107965814428 ], [ -111.75746856729482, 41.210922994949996 ], [ -111.75742397412745, 41.211193522344203 ], [ -111.7573817699476, 41.211671213438649 ], [ -111.75725000376659, 41.212140485668222 ], [ -111.75707005740459, 41.212569539377185 ], [ -111.75697048855919, 41.212727830443377 ], [ -111.75680599104348, 41.212945098856018 ], [ -111.75666503679444, 41.213135188931183 ], [ -111.75656479156912, 41.21323493338307 ], [ -111.75638120641345, 41.213348736888449 ], [ -111.75600905540323, 41.213661949808518 ], [ -111.7554941792328, 41.214012129182656 ], [ -111.75534020291701, 41.214107721164233 ], [ -111.75519224197626, 41.214207777388935 ], [ -111.75504510917605, 41.214379890378183 ], [ -111.75495725373408, 41.21452008727011 ], [ -111.75488096362496, 41.21462868098493 ], [ -111.75476873349962, 41.214723998524533 ], [ -111.75463804143672, 41.214769894055785 ], [ -111.75447701127977, 41.21477094922777 ], [ -111.75411958025077, 41.214809321729447 ], [ -111.75355449110168, 41.21494363408523 ], [ -111.75335793425653, 41.214967439665891 ], [ -111.75323227485541, 41.214932230498164 ], [ -111.75312409461722, 41.21486087568551 ], [ -111.75302125890943, 41.214735439031948 ], [ -111.7528454605971, 41.21448887403885 ], [ -111.75272401108505, 41.214300504208623 ], [ -111.75244003702818, 41.213982583238824 ], [ -111.75226542963618, 41.213839599235975 ], [ -111.75213298359445, 41.213732370792023 ], [ -111.75199524450193, 41.213683727459063 ], [ -111.75191164557309, 41.213675265558919 ], [ -111.75178655659255, 41.213689593975126 ], [ -111.75170326702074, 41.213708153304324 ], [ -111.75151345029479, 41.21379947023707 ], [ -111.75134137045474, 41.213877159430524 ], [ -111.75108569102792, 41.2139463858719 ], [ -111.75076399493059, 41.213980010971767 ], [ -111.75062291793519, 41.214161086656723 ], [ -111.75049238873707, 41.214221388908079 ], [ -111.75020708237017, 41.214307921302336 ], [ -111.74945160203914, 41.214483988849366 ], [ -111.74914809262083, 41.21454361369139 ], [ -111.7487661047309, 41.214520876297506 ], [ -111.74857473093584, 41.214476180735339 ], [ -111.74834665941771, 41.214351553927322 ], [ -111.74819092698482, 41.214294015176812 ], [ -111.74799879493784, 41.214182665857699 ], [ -111.74782368366652, 41.213994639375073 ], [ -111.74747835152867, 41.213523971927167 ], [ -111.74690078952148, 41.21308633720119 ], [ -111.7467687634222, 41.213015131038595 ], [ -111.74649874816082, 41.212872756911139 ], [ -111.74621022820949, 41.212676455239091 ], [ -111.74607753848311, 41.212546701854095 ], [ -111.74598099068336, 41.212448241500375 ], [ -111.74597257106116, 41.212232108752403 ], [ -111.74593013738118, 41.211646876343544 ], [ -111.74590733505258, 41.211214649396489 ], [ -111.74621021166381, 41.210050680125029 ], [ -111.74648527180449, 41.208958952637154 ], [ -111.74662195555548, 41.207971711374313 ], [ -111.74669374602415, 41.207466808497607 ], [ -111.7465880059909, 41.20708376131396 ], [ -111.74644965580531, 41.20645501210636 ], [ -111.74635530304445, 41.206024149413125 ], [ -111.74631150281211, 41.20584337622762 ], [ -111.7462012755317, 41.205064914590771 ], [ -111.74598570924793, 41.20446278757435 ], [ -111.74577260134525, 41.204076831765803 ], [ -111.74551857220459, 41.203763202993315 ], [ -111.74521108229374, 41.203467935238031 ], [ -111.7448271480251, 41.203267743183048 ], [ -111.74386882704364, 41.202900112940789 ], [ -111.74371913974757, 41.202847032828053 ], [ -111.74339631140842, 41.202776153915551 ], [ -111.7430327310352, 41.202792912890757 ], [ -111.74286031310407, 41.202839064331918 ], [ -111.74259860241145, 41.202899303076208 ], [ -111.74247918932932, 41.20288656131163 ], [ -111.74238959137303, 41.202873627220498 ], [ -111.74223389140515, 41.202816080025634 ], [ -111.74183162318401, 41.202575460910012 ], [ -111.74123661179948, 41.202164932549195 ], [ -111.74077487423915, 41.201938204194654 ], [ -111.74037358111808, 41.201783147961123 ], [ -111.74008639691174, 41.201699419623587 ], [ -111.73963851922078, 41.201643746228285 ], [ -111.73925077811286, 41.201632724179895 ], [ -111.73865933608913, 41.20153743326685 ], [ -111.73824178122716, 41.201526599045714 ], [ -111.73774655705755, 41.201502749170963 ], [ -111.73730368505447, 41.201361460298976 ], [ -111.73703404143616, 41.201246084646378 ], [ -111.73609630347498, 41.200580098721218 ], [ -111.73603572668323, 41.200495812353168 ], [ -111.73576498923401, 41.200282255397724 ], [ -111.73549974235762, 41.200026325947618 ], [ -111.73516953230305, 41.199826659124177 ], [ -111.7350377370669, 41.199772552666261 ], [ -111.73461953914821, 41.19970315851635 ], [ -111.73436849998787, 41.199650712672124 ], [ -111.73366072281743, 41.199281399069896 ], [ -111.73355238845528, 41.199192010910728 ], [ -111.73331778231247, 41.199008844588576 ], [ -111.73310056291692, 41.198780527959634 ], [ -111.73298330297311, 41.198425465129304 ], [ -111.73296315410273, 41.198222917219518 ], [ -111.73284730253476, 41.197993954863819 ], [ -111.73265494287506, 41.197855557443063 ], [ -111.7324035508265, 41.197770681338618 ], [ -111.73179407477762, 41.197658354823723 ], [ -111.73129823004901, 41.197575930182772 ], [ -111.73053276077178, 41.197270018300927 ], [ -111.73017206504854, 41.197114668750494 ], [ -111.72998061423547, 41.197057331548699 ], [ -111.72977162641477, 41.197031632569633 ], [ -111.72942660121974, 41.197105881083736 ], [ -111.7290876876782, 41.197193601619965 ], [ -111.72878454838026, 41.197281094774731 ], [ -111.72830724665454, 41.197257090796072 ], [ -111.72793080917798, 41.197187408171459 ], [ -111.72766119894067, 41.197072010210377 ], [ -111.72748659069964, 41.196919980193904 ], [ -111.72730874277136, 41.196475215791487 ], [ -111.72716532977238, 41.196016721900875 ], [ -111.72704815325928, 41.195558062159392 ], [ -111.72706334929423, 41.19531475467835 ], [ -111.72715471351391, 41.195057454525447 ], [ -111.72724940903596, 41.194885707694041 ], [ -111.72730743693552, 41.194741215865044 ], [ -111.72728795487588, 41.194597213522336 ], [ -111.72722643793459, 41.194426453107724 ], [ -111.72691101907169, 41.193942021249072 ], [ -111.7267433763884, 41.193771930362807 ], [ -111.72652545295074, 41.193584140760485 ], [ -111.72620175240172, 41.193428545224492 ], [ -111.72594031034974, 41.193403170001886 ], [ -111.72544475424108, 41.193451331857993 ], [ -111.72523026473461, 41.193466194524355 ], [ -111.72492619326373, 41.193468108957994 ], [ -111.72456677304446, 41.193425331638153 ], [ -111.72426280209039, 41.193328157459078 ], [ -111.72367021566541, 41.193120198435182 ], [ -111.72305825986832, 41.192777240357003 ], [ -111.72153668777661, 41.191588740481308 ], [ -111.72121093281854, 41.19124397899067 ], [ -111.72092100244654, 41.190903496223285 ], [ -111.72078165456371, 41.190701691945961 ], [ -111.72056799914351, 41.190248132791325 ], [ -111.72043491186548, 41.190073312431032 ], [ -111.72033779396607, 41.189916282627792 ], [ -111.7201633204663, 41.189773248252848 ], [ -111.71998904508614, 41.189648228061664 ], [ -111.7199047405628, 41.189572188386769 ], [ -111.71960546506939, 41.189465964603727 ], [ -111.71907279254242, 41.189280126924537 ], [ -111.71851588190626, 41.189058406602491 ], [ -111.71817290989617, 41.188772294736744 ], [ -111.71790133421064, 41.1884722250282 ], [ -111.7177055911649, 41.188018548678087 ], [ -111.71762056536278, 41.187329978024962 ], [ -111.71752031165941, 41.186884714073123 ], [ -111.71740438676092, 41.186642224271381 ], [ -111.71732609982871, 41.186570649097099 ], [ -111.71713360971586, 41.186414210457045 ], [ -111.7169240218773, 41.18632994073814 ], [ -111.71665496647248, 41.186259552474411 ], [ -111.71631486401411, 41.186234644753249 ], [ -111.71589223225996, 41.186295823655932 ], [ -111.71528557573079, 41.186430206905456 ], [ -111.71419964177815, 41.186351371662077 ], [ -111.71378184385095, 41.186308922542786 ], [ -111.71307759897064, 41.186241222263405 ], [ -111.7125453710928, 41.186092283646524 ], [ -111.71219255727222, 41.185994478775683 ], [ -111.71181585940451, 41.18589321729926 ], [ -111.71044619345331, 41.185487313225288 ], [ -111.70950576830096, 41.185078749248525 ], [ -111.7084733123511, 41.184427531577647 ], [ -111.70818454555857, 41.184186095433738 ], [ -111.70785419697494, 41.183958425914128 ], [ -111.70753078152555, 41.183820791423067 ], [ -111.70615411061844, 41.183311288674105 ], [ -111.70581281803358, 41.183173758939994 ], [ -111.70554435752862, 41.183156487357536 ], [ -111.70512770588837, 41.183218490918065 ], [ -111.70476512995069, 41.183319796660882 ], [ -111.70452134448207, 41.183379839290573 ], [ -111.70417558921132, 41.183381953825624 ], [ -111.70372195195061, 41.183330679400953 ], [ -111.7030536607592, 41.183276209802131 ], [ -111.70215778339586, 41.183124037599569 ], [ -111.70122537381548, 41.182900017961181 ], [ -111.70040618604915, 41.182670798325006 ], [ -111.69944716445481, 41.182185698070107 ], [ -111.69915920685638, 41.182016297110458 ], [ -111.69900335415474, 41.181936172355563 ], [ -111.69862069032095, 41.181830399838624 ], [ -111.69839416606274, 41.181831773693354 ], [ -111.69809062490057, 41.181878653270061 ], [ -111.69757906347888, 41.181985343301122 ], [ -111.69651548602913, 41.182319666581094 ], [ -111.69608137626304, 41.182422278390085 ], [ -111.69564639771249, 41.18244292225512 ], [ -111.69520955980366, 41.182400520656998 ], [ -111.6941769020715, 41.182164437931569 ], [ -111.69260841458704, 41.181542429718107 ], [ -111.69213019519036, 41.181419194473939 ], [ -111.69161616343159, 41.18129166836642 ], [ -111.69138921439787, 41.181252495591544 ], [ -111.69104318529439, 41.181227548722291 ], [ -111.69066209947701, 41.181270370044444 ], [ -111.6901506721082, 41.181390538097254 ], [ -111.68962102868322, 41.181479285422377 ], [ -111.68899454207397, 41.18142898776982 ], [ -111.68859439085574, 41.181359317972195 ], [ -111.68805685167975, 41.181263444041626 ], [ -111.6874486283464, 41.181249060330948 ], [ -111.68718605632944, 41.181223603692672 ], [ -111.68685730044461, 41.18113999003932 ], [ -111.68647414293416, 41.180984636771086 ], [ -111.6862271896529, 41.180741995223563 ], [ -111.68582603057396, 41.180575036808577 ], [ -111.68557476400132, 41.180490057230656 ], [ -111.68513960663817, 41.18049264672468 ], [ -111.68481861013738, 41.180581031369925 ], [ -111.68377441795226, 41.181063751700414 ], [ -111.68317026894719, 41.181441163472513 ], [ -111.68289759999625, 41.181591410374203 ], [ -111.68262497656124, 41.181746160292796 ], [ -111.68217370303783, 41.181919983600643 ], [ -111.6816795310864, 41.181981460711086 ], [ -111.68097565226843, 41.181941486134527 ], [ -111.68030668382674, 41.181818428660449 ], [ -111.67935050236379, 41.181477269801448 ], [ -111.67883492988881, 41.181313664209391 ], [ -111.67807083513519, 41.181214574819769 ], [ -111.67790452711786, 41.181274104983871 ], [ -111.67769737291493, 41.181419450023505 ], [ -111.67732012812668, 41.181836031182122 ], [ -111.67692810215793, 41.182554461545323 ], [ -111.67640287952477, 41.183075499769622 ], [ -111.67611956257447, 41.183351903294458 ], [ -111.67581743311645, 41.183538337839884 ], [ -111.67557375842681, 41.18361183038661 ], [ -111.67494841727782, 41.183674047971607 ], [ -111.67445302353032, 41.18361839898116 ], [ -111.67359246510938, 41.183416254339271 ], [ -111.67298214910448, 41.18319912947301 ], [ -111.6726769695578, 41.183088313979923 ], [ -111.67242659448972, 41.183089776065493 ], [ -111.672254591563, 41.183176354922985 ], [ -111.67225680237699, 41.183392530849446 ], [ -111.67239552556762, 41.183549358718402 ], [ -111.67252768904295, 41.183647673582378 ], [ -111.67279830123587, 41.183875793665827 ], [ -111.6729379027708, 41.184118190465483 ], [ -111.67295800017591, 41.184334261827196 ], [ -111.67299699650522, 41.184649309266234 ], [ -111.67294536297415, 41.184846883229561 ], [ -111.67281060944285, 41.18507827187149 ], [ -111.67260430760513, 41.185309177433048 ], [ -111.67247407586751, 41.185400016572331 ], [ -111.6721112520176, 41.185483205299569 ], [ -111.67158099802417, 41.18551782607193 ], [ -111.6711265912554, 41.1855069631223 ], [ -111.67057322318462, 41.185496674620481 ], [ -111.67011968907724, 41.185571377333666 ], [ -111.66972471554649, 41.185776351780873 ], [ -111.66909700788088, 41.186311464259028 ], [ -111.66825091756412, 41.186947827904319 ], [ -111.66781845237928, 41.187219671509936 ], [ -111.66736265228063, 41.18742499052086 ], [ -111.6666059213338, 41.187587010614337 ], [ -111.66523417699068, 41.187540895017086 ], [ -111.66449505976021, 41.187558673696586 ], [ -111.66360039144448, 41.187523296837533 ], [ -111.66277708300045, 41.187469486657157 ], [ -111.66203565208255, 41.187257562330132 ], [ -111.66073797825094, 41.186868668475356 ], [ -111.65995383412391, 41.186557889216218 ], [ -111.65943756330469, 41.186205035714437 ], [ -111.65895760931258, 41.185906019285227 ], [ -111.65865171820353, 41.185723107787005 ], [ -111.6584961399282, 41.185666347073358 ], [ -111.65830522560078, 41.185653025897835 ], [ -111.65807883056985, 41.185668732323727 ], [ -111.65755008970017, 41.185855512822705 ], [ -111.65726509576109, 41.185973341102233 ], [ -111.65688512924882, 41.186133146592191 ], [ -111.65650602457804, 41.186379421438758 ], [ -111.65627714168895, 41.186623938326569 ], [ -111.65602219655575, 41.186885718155601 ], [ -111.65538010711531, 41.187664951056341 ], [ -111.65514025458583, 41.188125716825091 ], [ -111.65499489033651, 41.188495866081659 ], [ -111.65478981616756, 41.188857346766369 ], [ -111.65439494589324, 41.189318992153424 ], [ -111.65361890901407, 41.189823335425665 ], [ -111.65284515354098, 41.189958338166981 ], [ -111.65219500156748, 41.190052100431544 ], [ -111.65160752207005, 41.19021306341758 ], [ -111.6509251504159, 41.190545709153561 ], [ -111.65030127810839, 41.190765422262643 ], [ -111.64945057645325, 41.190959387762028 ], [ -111.64768761419263, 41.191757503813704 ], [ -111.6468233496647, 41.192392911342523 ], [ -111.64635005150471, 41.192769394789927 ], [ -111.64605019352506, 41.193199851398283 ], [ -111.64575164170849, 41.193763616179709 ], [ -111.64479882864882, 41.195102117681472 ], [ -111.64425704100354, 41.195794250798258 ], [ -111.64380578366941, 41.196598473426057 ], [ -111.6431177288881, 41.197579669932182 ], [ -111.64245537168186, 41.198141853730874 ], [ -111.64166045875521, 41.19856515062633 ], [ -111.64092344995129, 41.198812466677786 ], [ -111.64037614763221, 41.19894612514576 ], [ -111.63983975983008, 41.198976130081945 ], [ -111.63847292350091, 41.198844094311212 ], [ -111.63647412597416, 41.198724544547758 ], [ -111.63563298278379, 41.198688654880087 ], [ -111.6346598329153, 41.198567912016415 ], [ -111.63313271489096, 41.198508758837818 ], [ -111.63169690269203, 41.198642753469841 ], [ -111.63038716716139, 41.19886611869137 ], [ -111.62880922521573, 41.199104445561048 ], [ -111.62705985374696, 41.199501321813365 ], [ -111.62624418766649, 41.199636374074508 ], [ -111.62554168423807, 41.199757294160563 ], [ -111.6249593785374, 41.1999766441334 ], [ -111.62442584246176, 41.200308324900327 ], [ -111.62414845156336, 41.200611591680598 ], [ -111.62399884234087, 41.201058291111366 ], [ -111.62404289888974, 41.201427374305041 ], [ -111.62415906348939, 41.201728507785624 ], [ -111.62425802468604, 41.202101797190089 ], [ -111.62420940671278, 41.202633523866943 ], [ -111.62400655794487, 41.203251660846476 ], [ -111.62347085327714, 41.204614747330112 ], [ -111.62330159230842, 41.205003000962805 ], [ -111.62309629266265, 41.205364425787259 ], [ -111.62276043597514, 41.205794115161744 ], [ -111.62228677507316, 41.206156989431008 ], [ -111.62175845688756, 41.206416566643682 ], [ -111.62054475609318, 41.20672487591262 ], [ -111.61959212272961, 41.206892146488109 ], [ -111.61893126956303, 41.207138911959923 ], [ -111.6185178176915, 41.20731228236874 ], [ -111.61821899743305, 41.207372437919531 ], [ -111.61792852563627, 41.207432547898776 ], [ -111.61642666514332, 41.207670296887457 ], [ -111.61564653010748, 41.207791572134013 ], [ -111.61484939507332, 41.208008416003381 ], [ -111.61443991791299, 41.208225888980486 ], [ -111.61424408590875, 41.208330523886005 ], [ -111.61360282869232, 41.208635705226051 ], [ -111.61305089526897, 41.208926895741605 ], [ -111.61255792234758, 41.209145707257967 ], [ -111.61203047302419, 41.209505222227932 ], [ -111.61171177651391, 41.209866328430614 ], [ -111.61128308360686, 41.210584728150017 ], [ -111.61063428456562, 41.212006904955025 ], [ -111.61039708630301, 41.212796348262081 ], [ -111.61034633983444, 41.213111891518508 ], [ -111.61025093522078, 41.213756457404429 ], [ -111.61012441040386, 41.214261566594352 ], [ -111.60999679586008, 41.214649579535205 ], [ -111.60975652761394, 41.215110251543479 ], [ -111.60937945255962, 41.215612182303651 ], [ -111.60904483264551, 41.216190453832681 ], [ -111.60882361481512, 41.216777132670003 ], [ -111.60871680416797, 41.217480308109401 ], [ -111.60851430772804, 41.218156965559309 ], [ -111.60821900169577, 41.21911785939534 ], [ -111.60779354691157, 41.220196541085123 ], [ -111.60750522828661, 41.221269993709519 ], [ -111.60700514595598, 41.222538230091367 ], [ -111.60675065264081, 41.223530431731149 ], [ -111.60662483211009, 41.224116602970234 ], [ -111.60658640587701, 41.224477118191125 ], [ -111.60658969387032, 41.224832909733188 ], [ -111.60663315667989, 41.225017341058425 ], [ -111.60674915980718, 41.225304980065573 ], [ -111.60709939151383, 41.22576253280161 ], [ -111.60800202381451, 41.226604505121458 ], [ -111.60882533251663, 41.227253221624515 ], [ -111.60911409571274, 41.227512921112215 ], [ -111.6093490049671, 41.227754889231541 ], [ -111.60944579027269, 41.227898502038748 ], [ -111.60952518152737, 41.228096253714988 ], [ -111.60952614354508, 41.228199838474787 ], [ -111.60943588166528, 41.228758800619929 ], [ -111.60932491997542, 41.22901611048961 ], [ -111.609118508175, 41.229273925200715 ], [ -111.6089648657897, 41.229432374547621 ], [ -111.60860868436889, 41.22962342171374 ], [ -111.60828758498442, 41.229737716060377 ], [ -111.608078137595, 41.22979737308215 ], [ -111.60762156196216, 41.229970931691604 ], [ -111.60669518262007, 41.230565827955758 ], [ -111.6055076054503, 41.23156293805836 ], [ -111.60460302400868, 41.232585573634161 ], [ -111.60356980606555, 41.233766512928788 ], [ -111.60272312248736, 41.234473556776216 ], [ -111.602006518398, 41.235053805069775 ], [ -111.60121217642561, 41.235616439181719 ], [ -111.59987144892303, 41.236457554355432 ], [ -111.59848915281302, 41.237324091763867 ], [ -111.59743370907687, 41.238050196937863 ], [ -111.59697716570584, 41.238367837863386 ], [ -111.59652637960842, 41.238662927642075 ], [ -111.59637782437115, 41.238730354888396 ], [ -111.59586001922585, 41.238873557338707 ], [ -111.59510346274409, 41.239008083084912 ], [ -111.59441903148263, 41.23920078223874 ], [ -111.5935094168464, 41.239565786444572 ], [ -111.59231636527659, 41.240261026502914 ], [ -111.59182373809935, 41.240551809159008 ], [ -111.59125869492014, 41.240752883604273 ], [ -111.59011492266154, 41.240961426668335 ], [ -111.58956651592678, 41.2410227866824 ], [ -111.5890890530497, 41.241010817983984 ], [ -111.58882003558053, 41.240954544106316 ], [ -111.58817309205716, 41.240674105013781 ], [ -111.5877164400808, 41.2403206287335 ], [ -111.58724781956305, 41.239962707755097 ], [ -111.5854295783101, 41.238809960399742 ], [ -111.5847410256125, 41.238543225114384 ], [ -111.58408887845798, 41.238343859544329 ], [ -111.58338459935791, 41.238320406573195 ], [ -111.5825146603121, 41.238455424045817 ], [ -111.58158437435027, 41.238514173445722 ], [ -111.58108347189324, 41.238548229698438 ], [ -111.5805705164164, 41.238568832841175 ], [ -111.57984845596557, 41.238558959602031 ], [ -111.57910960943822, 41.238675275510367 ], [ -111.57829291581029, 41.23889556742089 ], [ -111.57711436419551, 41.239221257524115 ], [ -111.5763528323648, 41.239337669446769 ], [ -111.57618580911351, 41.239343009266307 ], [ -111.57585776858382, 41.239358162043089 ], [ -111.57490862573032, 41.239173741136462 ], [ -111.57330580847842, 41.23888447527478 ], [ -111.57162785082025, 41.238735181099422 ], [ -111.57057694880449, 41.238785432504564 ], [ -111.5691954413556, 41.238967922267967 ], [ -111.56746214936589, 41.239318774091949 ], [ -111.56655078606154, 41.239498914159149 ], [ -111.56537026216469, 41.239603802605153 ], [ -111.56389256693542, 41.239845251748775 ], [ -111.56267808682374, 41.24016646620381 ], [ -111.56161094879391, 41.240275265874267 ], [ -111.56073385420598, 41.240279540568459 ], [ -111.56012464259682, 41.240210443309778 ], [ -111.55961028345597, 41.240068819426263 ], [ -111.55909485181357, 41.239801089164608 ], [ -111.55863189625323, 41.23938897709067 ], [ -111.5581512768704, 41.239003972164774 ], [ -111.55802544370376, 41.23894152741174 ], [ -111.55776781158603, 41.238816666389013 ], [ -111.55661838407109, 41.238367334270897 ], [ -111.55541672324675, 41.23808939096633 ], [ -111.5547886478133, 41.237903254874681 ], [ -111.55413747107437, 41.237807304624639 ], [ -111.55339763587557, 41.237810862736758 ], [ -111.55286639733555, 41.237786391275449 ], [ -111.55210148378771, 41.237645936500741 ], [ -111.55093648509506, 41.237466856482634 ], [ -111.54971877642495, 41.237405117870281 ], [ -111.54850091930048, 41.237325351458544 ], [ -111.54754547243105, 41.237230812906446 ], [ -111.54690012871633, 41.23711677832479 ], [ -111.54598611418767, 41.236981494865965 ], [ -111.54482219048646, 41.236928457208087 ], [ -111.54312648149505, 41.236783335337591 ], [ -111.54131834862226, 41.236751314737241 ], [ -111.53897239673432, 41.23661819455225 ], [ -111.53676349475083, 41.236461868219443 ], [ -111.53604028368453, 41.23630760050483 ], [ -111.53555580071593, 41.23616122594877 ], [ -111.53496915891044, 41.235925245858297 ], [ -111.53420129738649, 41.235415365214266 ], [ -111.53293496355063, 41.23450243570592 ], [ -111.53084880185702, 41.233282504716335 ], [ -111.53029737985162, 41.232969771781249 ], [ -111.52983592534781, 41.23271517309032 ], [ -111.5295653848321, 41.232459694675121 ], [ -111.52944937914177, 41.232131442572445 ], [ -111.52951689993313, 41.231626693942111 ], [ -111.52960762880134, 41.231040768061824 ], [ -111.52950752420175, 41.230464727580191 ], [ -111.52925409249788, 41.230110083548624 ], [ -111.52891161353661, 41.229809894952311 ], [ -111.52856997200179, 41.229613291494019 ], [ -111.52804921730434, 41.229399492870186 ], [ -111.52673308190155, 41.228946121593545 ], [ -111.52612300583449, 41.228751639211602 ], [ -111.52575898775146, 41.228738889323537 ], [ -111.52526441834205, 41.228813209045398 ], [ -111.52488387913907, 41.228972581298812 ], [ -111.52475332651231, 41.229059651484164 ], [ -111.52448626895365, 41.229235620086122 ], [ -111.52401818213353, 41.229638599583829 ], [ -111.52358473416656, 41.229897294408566 ], [ -111.52309130939985, 41.230116625626202 ], [ -111.52267474037602, 41.230248229962584 ], [ -111.52237048681238, 41.230249610606336 ], [ -111.5221551820664, 41.230183028421052 ], [ -111.52190998455951, 41.230108474278595 ], [ -111.52150927042885, 41.229983279429526 ], [ -111.52063162873975, 41.229901676550327 ], [ -111.52019577370002, 41.229858607245035 ], [ -111.51943173334426, 41.229808009355914 ], [ -111.51880511918225, 41.229783810789996 ], [ -111.51819704270939, 41.229840595856423 ], [ -111.51752923683004, 41.229888638348186 ], [ -111.51666960458039, 41.229820436060407 ], [ -111.51558196763921, 41.229586603613434 ], [ -111.51458872985518, 41.229217221587483 ], [ -111.51380454729863, 41.228878425738266 ], [ -111.51326054693966, 41.228736726505552 ], [ -111.51283688179372, 41.228725102395721 ], [ -111.51236008870795, 41.228785775790577 ], [ -111.51197972166871, 41.228971227386872 ], [ -111.51170215236401, 41.229333675238323 ], [ -111.51137807554481, 41.229853065208111 ], [ -111.51098913455168, 41.230470927434233 ], [ -111.51081757104512, 41.230657249936073 ], [ -111.51057430458157, 41.230829477607394 ], [ -111.51028871565667, 41.230929829690716 ], [ -111.50994248754797, 41.230904340016295 ], [ -111.50907116220655, 41.230867660205305 ], [ -111.50808138607405, 41.230943193600396 ], [ -111.50716928184777, 41.231033689721578 ], [ -111.50702613643712, 41.231038824028545 ], [ -111.50674584616458, 41.231053569616428 ], [ -111.50629209452644, 41.231010526444805 ], [ -111.50605877380553, 41.230926878485626 ], [ -111.50577649830596, 41.230684006493156 ], [ -111.50533138684497, 41.23021304960767 ], [ -111.50457874014054, 41.229315566928513 ], [ -111.50415861631009, 41.228988621213048 ], [ -111.50402692216461, 41.228930646815684 ], [ -111.50388926260234, 41.228872698371333 ], [ -111.50358449614986, 41.228806472858018 ], [ -111.50217429535411, 41.228510869009362 ], [ -111.50078745398962, 41.228147587504935 ], [ -111.50047676272395, 41.228085883433472 ], [ -111.50016583177778, 41.227992652138504 ], [ -111.49951990462542, 41.227779267910485 ], [ -111.49882012068778, 41.227543593768821 ], [ -111.49804241415752, 41.227258709306078 ], [ -111.49737812675365, 41.226982337562454 ], [ -111.4971508925815, 41.226911256142948 ], [ -111.49697782556002, 41.226902995372981 ], [ -111.49680519493778, 41.226952382622976 ], [ -111.49671040166467, 41.227039266802578 ], [ -111.49665149654348, 41.227138607093806 ], [ -111.49667065405441, 41.227305169458852 ], [ -111.496768454364, 41.227615517963265 ], [ -111.49692076412325, 41.228033725184403 ], [ -111.49701914655071, 41.228420637524692 ], [ -111.49705228323064, 41.22885737450212 ], [ -111.49701441189536, 41.229370984537276 ], [ -111.49690004241745, 41.230024546065643 ], [ -111.4968149883852, 41.230610422189201 ], [ -111.49672025120958, 41.230863050195104 ], [ -111.49663908152486, 41.231016533449903 ], [ -111.49658024776114, 41.231125781948066 ], [ -111.49634975933822, 41.23141502630331 ], [ -111.49608363683792, 41.231726042503723 ], [ -111.49576324671038, 41.231961625960381 ], [ -111.49549607180955, 41.232133924729425 ], [ -111.49526452135869, 41.232283550081277 ], [ -111.49503924161412, 41.232473683239888 ], [ -111.49484423208844, 41.232722236762449 ], [ -111.49474021034194, 41.233010934276329 ], [ -111.49461566545502, 41.233268192442374 ], [ -111.49445648918631, 41.233521996048779 ], [ -111.4942259423414, 41.233805831610439 ], [ -111.49401844424948, 41.233981473886203 ], [ -111.49371583926462, 41.234204364314635 ], [ -111.49351410824042, 41.234353858247047 ], [ -111.49332464724387, 41.234548338389182 ], [ -111.49305867375763, 41.234882767174952 ], [ -111.49284012299867, 41.235176457149606 ], [ -111.49238454222166, 41.235687348326323 ], [ -111.49192386597755, 41.236315361149323 ], [ -111.49152820395835, 41.236862024150859 ], [ -111.49132855085927, 41.237290747845869 ], [ -111.49124144868047, 41.237610897181121 ], [ -111.49122472952789, 41.237768605396802 ], [ -111.491220078146, 41.237944277767866 ], [ -111.49126868683969, 41.238061172070339 ], [ -111.49149767421009, 41.238361956878038 ], [ -111.49177999127971, 41.23861297044121 ], [ -111.49222878932095, 41.238944342114642 ], [ -111.49261479522056, 41.23917689465538 ], [ -111.49270947331802, 41.239230536478921 ], [ -111.4929012166204, 41.239337809671824 ], [ -111.49352374294442, 41.239600873786635 ], [ -111.49380502219559, 41.239712265575456 ], [ -111.49408074277143, 41.239877727435875 ], [ -111.49424275864845, 41.239998637660285 ], [ -111.49441759777423, 41.240237495004656 ], [ -111.4945754072582, 41.24059172528009 ], [ -111.49461419577419, 41.240987902602875 ], [ -111.49455564863732, 41.241136783054607 ], [ -111.49441332863324, 41.241254495859224 ], [ -111.49428212727655, 41.241264066965194 ], [ -111.49415079017824, 41.24125562287206 ], [ -111.4939238828603, 41.241234076906501 ], [ -111.49357791117968, 41.241249072205747 ], [ -111.49335137663759, 41.241277066503102 ], [ -111.49286318295552, 41.241423282276337 ], [ -111.49211898846571, 41.241647156839122 ], [ -111.49141089354968, 41.241911407698858 ], [ -111.49067183254785, 41.242184793977927 ], [ -111.49002435276208, 41.24241725062587 ], [ -111.48932177117449, 41.242622914364027 ], [ -111.4888215238217, 41.242755652492569 ], [ -111.4884109461461, 41.242910527658424 ], [ -111.48795346844794, 41.243178197800958 ], [ -111.48759742581099, 41.243445436612042 ], [ -111.48753229104457, 41.243513271025975 ], [ -111.48747315661421, 41.243585583906054 ], [ -111.48736648676675, 41.243685121410373 ], [ -111.48725371575691, 41.243766669006533 ], [ -111.48715257748486, 41.2438076321152 ], [ -111.48695563233271, 41.243803961291462 ], [ -111.48655530736609, 41.243733591129377 ], [ -111.48583796451487, 41.243560967793975 ], [ -111.48553324744897, 41.243508206247022 ], [ -111.48522289702578, 41.243500506703441 ], [ -111.48484151529786, 41.243570572646234 ], [ -111.48434336937564, 41.243828491082368 ], [ -111.48414046052653, 41.243986981176867 ], [ -111.48392724194839, 41.24420406502864 ], [ -111.48373222212852, 41.244461607182828 ], [ -111.48345452435005, 41.244836597736196 ], [ -111.48307528230187, 41.24519850195481 ], [ -111.48273674567258, 41.245416109269428 ], [ -111.48247472016378, 41.245489270021544 ], [ -111.48227200165697, 41.245512638820102 ], [ -111.48208101875821, 41.245508934692168 ], [ -111.48154344341229, 41.245439121697984 ], [ -111.48096410560846, 41.245370381428778 ], [ -111.48021190589726, 41.245327581188619 ], [ -111.47981697832965, 41.245342739325302 ], [ -111.47946614177623, 41.24534870470201 ], [ -111.47864847528122, 41.245329587153357 ], [ -111.47782425147476, 41.245229420694685 ], [ -111.47758546672409, 41.245216899657606 ], [ -111.47742448457609, 41.245235582894736 ], [ -111.47732930499097, 41.245276512667331 ], [ -111.47722964646859, 41.245357996082525 ], [ -111.47717596079168, 41.245524863115399 ], [ -111.47714930290023, 41.245961852477834 ], [ -111.47716825306011, 41.246105898932825 ], [ -111.47718815354106, 41.246380554705347 ], [ -111.47727949780487, 41.246632394809069 ], [ -111.47744242427147, 41.246880334903679 ], [ -111.47779717933398, 41.247247282756469 ], [ -111.47809879668226, 41.247691917301985 ], [ -111.47817139035409, 41.247826732979227 ], [ -111.47823201667151, 41.247957094409713 ], [ -111.47825096982585, 41.248101140620584 ], [ -111.47822844659805, 41.248285894238407 ], [ -111.4781817250589, 41.248425709306808 ], [ -111.47809313259171, 41.2485521865094 ], [ -111.4780464762361, 41.248701009053796 ], [ -111.47804739543535, 41.248827114539068 ], [ -111.47809028411507, 41.248980069181542 ], [ -111.47816333893802, 41.249177937563722 ], [ -111.47817032441989, 41.24931752955402 ], [ -111.47815465472176, 41.249623860037602 ], [ -111.47798986087606, 41.249939817480964 ], [ -111.47814669939622, 41.250169766086607 ], [ -111.47818902436578, 41.250245255874439 ], [ -111.47820751178661, 41.250325348555243 ], [ -111.47817892814182, 41.250497516337688 ], [ -111.47809643189451, 41.250641983791532 ], [ -111.47800180955592, 41.250760378893602 ], [ -111.47781165816572, 41.250872864927146 ], [ -111.47761505953817, 41.250919620421058 ], [ -111.47729873330763, 41.250915527481055 ], [ -111.47701189168542, 41.25086266938046 ], [ -111.47677279186179, 41.250809612882023 ], [ -111.4764083714926, 41.250757074492135 ], [ -111.47598407897318, 41.250677759061126 ], [ -111.47532733639164, 41.250639036263692 ], [ -111.47442671587397, 41.250711210090969 ], [ -111.47411065776105, 41.250744039285323 ], [ -111.4739262785791, 41.250830372508162 ], [ -111.47378389393114, 41.250947159175105 ], [ -111.47356429952472, 41.251115607738676 ], [ -111.47335647036968, 41.25126058722045 ], [ -111.47304076641245, 41.25134295494545 ], [ -111.47238490118593, 41.251426717906639 ], [ -111.47196132215274, 41.251446470578287 ], [ -111.47166916252799, 41.251483699009867 ], [ -111.47150851945976, 41.251551915509779 ], [ -111.47134219965213, 41.251660690141925 ], [ -111.47101620548541, 41.251972793433069 ], [ -111.47086891904011, 41.252239126067245 ], [ -111.47077511551849, 41.25247371252437 ], [ -111.47072266596291, 41.252649579118781 ], [ -111.47068837832249, 41.252861402647639 ], [ -111.47068344494564, 41.253005547647966 ], [ -111.47068447943606, 41.253149668247893 ], [ -111.47080940554665, 41.253924729151827 ], [ -111.47087776334494, 41.254301876435051 ], [ -111.47098319822921, 41.254855424851726 ], [ -111.47104511111652, 41.255165940627634 ], [ -111.47111850775319, 41.255413354777509 ], [ -111.47114977216305, 41.255611398399083 ], [ -111.47112657930829, 41.255706075180342 ], [ -111.47109177372339, 41.255845838458065 ], [ -111.47096738113395, 41.255976960418032 ], [ -111.47055713072307, 41.256194824960005 ], [ -111.47025953010713, 41.256308638321968 ], [ -111.46997389710447, 41.256426905961966 ], [ -111.46969439258159, 41.256567667382704 ], [ -111.4693972724143, 41.256749035025116 ], [ -111.46889238981667, 41.25708888463182 ], [ -111.4687436666496, 41.257157048683645 ], [ -111.46858303884288, 41.257229764891413 ], [ -111.46835101669373, 41.257334298601279 ], [ -111.46816037940695, 41.257383716019469 ], [ -111.4679574581027, 41.257384540954071 ], [ -111.467611015541, 41.257346314217266 ], [ -111.46716891422022, 41.257285054349104 ], [ -111.46678726586963, 41.25733164125738 ], [ -111.46611509264224, 41.257649637301078 ], [ -111.46597255765985, 41.257749300002949 ], [ -111.465758402429, 41.257849252276259 ], [ -111.46562761120731, 41.257921843655652 ], [ -111.46548475512753, 41.257976468074027 ], [ -111.46484668665273, 41.258055612240142 ], [ -111.46462598582931, 41.258074518677226 ], [ -111.46443525419843, 41.258111319394615 ], [ -111.46428087462317, 41.258224539469353 ], [ -111.46420405135473, 41.2583329427706 ], [ -111.46416903833227, 41.258445681364663 ], [ -111.46417743012347, 41.258787943715156 ], [ -111.46426296517457, 41.259066840446998 ], [ -111.4644138349305, 41.259300434615284 ], [ -111.4645164154939, 41.259457657171779 ], [ -111.46481678661456, 41.259731182589995 ], [ -111.46502705747646, 41.259924001030988 ], [ -111.46519554990302, 41.260116987892168 ], [ -111.46537594843778, 41.260305422479 ], [ -111.46548292399369, 41.260408579630024 ], [ -111.46586148062003, 41.260596212125456 ], [ -111.46598123613708, 41.260649774245721 ], [ -111.46611896162729, 41.260712271281257 ], [ -111.46631069936608, 41.260815985241322 ], [ -111.46643683441631, 41.260927170904452 ], [ -111.46649122481767, 41.261021532338695 ], [ -111.46664881305533, 41.261358685843149 ], [ -111.46674591457938, 41.261583486973137 ], [ -111.46677775257002, 41.261863500136315 ], [ -111.46673115108283, 41.262024928477736 ], [ -111.4666254136702, 41.262264063463796 ], [ -111.46644798650568, 41.262494481021662 ], [ -111.46612124298552, 41.262711991230105 ], [ -111.46554406439746, 41.262966544573899 ], [ -111.46533576441347, 41.263052960635648 ], [ -111.46511555823426, 41.26314392831307 ], [ -111.46485401692165, 41.263298116977559 ], [ -111.46458088784178, 41.263501894631204 ], [ -111.46412409387469, 41.263900079576864 ], [ -111.46349537438948, 41.264465598981921 ], [ -111.46305609219779, 41.264809662431219 ], [ -111.46287200875503, 41.264945519433645 ], [ -111.4627190268282, 41.265090258929561 ], [ -111.46258204674049, 41.265303393086988 ], [ -111.46250009514659, 41.265532520040558 ], [ -111.46247311005905, 41.265937978696485 ], [ -111.46246866634675, 41.266154183337918 ], [ -111.46241634909441, 41.266353465475753 ], [ -111.46230420061987, 41.266533170728636 ], [ -111.46217361060671, 41.266637284530354 ], [ -111.46177388181637, 41.266837059688157 ], [ -111.46059612933838, 41.267260639328263 ], [ -111.45994059417499, 41.267416392311681 ], [ -111.45948788265717, 41.267553316703484 ], [ -111.45914242587898, 41.267662788286017 ], [ -111.45877833515016, 41.267668743605299 ], [ -111.45854550413533, 41.267665167279894 ], [ -111.45834883491216, 41.267710989320321 ], [ -111.4582014909093, 41.267810661413812 ], [ -111.45808182531532, 41.267941750426175 ], [ -111.45795810765905, 41.2681764449055 ], [ -111.45772263977801, 41.268650289751285 ], [ -111.45736891300599, 41.269286743962795 ], [ -111.45728637891983, 41.269435700160528 ], [ -111.45723890686169, 41.269647571499149 ], [ -111.45726529817127, 41.269836630021906 ], [ -111.4573260923505, 41.269994024657301 ], [ -111.45741767645566, 41.270115265819065 ], [ -111.45755535198057, 41.270339913171192 ], [ -111.45771854067543, 41.270627513355294 ], [ -111.45789442510112, 41.271023156111397 ], [ -111.45794428997131, 41.271324718262683 ], [ -111.45792852141517, 41.271631045342865 ], [ -111.45799070386703, 41.271986605093979 ], [ -111.45809423373812, 41.272278945856975 ], [ -111.45812786035448, 41.272819278465001 ], [ -111.45809993252966, 41.273094126669285 ], [ -111.4580537174742, 41.273315000980354 ], [ -111.45800702991733, 41.27346831885388 ], [ -111.45793021006939, 41.273581221589176 ], [ -111.45782916474285, 41.27364467786682 ], [ -111.45771595946275, 41.273676655199381 ], [ -111.45742372387549, 41.273718351656157 ], [ -111.45716714944312, 41.273737386337444 ], [ -111.45682743760537, 41.273819804771492 ], [ -111.45632116677065, 41.273988456333178 ], [ -111.45558369898988, 41.274392222852128 ], [ -111.45542323346834, 41.274496447107289 ], [ -111.45524485787887, 41.274600741960626 ], [ -111.45500081323847, 41.274705296090886 ], [ -111.45468610455818, 41.274778601611203 ], [ -111.45407799561694, 41.274899003494028 ], [ -111.45383206149158, 41.274903576344542 ], [ -111.45359307917542, 41.274877494859872 ], [ -111.45344352052484, 41.274833045163156 ], [ -111.45316234457751, 41.274748578450996 ], [ -111.4527673685572, 41.27461051202944 ], [ -111.45263593840447, 41.274597517182869 ], [ -111.45248087769909, 41.274620646148584 ], [ -111.45219535027509, 41.274770396223936 ], [ -111.45121889668681, 41.275152553785958 ], [ -111.45086191094921, 41.275329603904801 ], [ -111.45061238217335, 41.275506232369331 ], [ -111.45050566647008, 41.275614743254209 ], [ -111.45035168604167, 41.275795501097541 ], [ -111.45011972371832, 41.275922517032974 ], [ -111.44994050069415, 41.275905202080374 ], [ -111.44980906847383, 41.275892204019861 ], [ -111.4493965841897, 41.275812744970196 ], [ -111.44915781635562, 41.275818180641792 ], [ -111.44884180910886, 41.27587796359682 ], [ -111.44855002035337, 41.275987194061699 ], [ -111.44820548655662, 41.276240753456428 ], [ -111.44752302703296, 41.276842425012447 ], [ -111.44699914069699, 41.277236298226931 ], [ -111.44647656804638, 41.277473428785882 ], [ -111.44611296716785, 41.277559511338644 ], [ -111.44574909567767, 41.277605959612863 ], [ -111.44548680788556, 41.277665525346634 ], [ -111.44533207406383, 41.277738186139402 ], [ -111.44520755791919, 41.277864776475447 ], [ -111.44513671162041, 41.277982151402732 ], [ -111.44510780931594, 41.278121883541338 ], [ -111.44513974105266, 41.278428024148489 ], [ -111.44529343494168, 41.279080492808475 ], [ -111.44545983820663, 41.279845509063257 ], [ -111.4455572627386, 41.280124372732864 ], [ -111.44563591911073, 41.280277200269119 ], [ -111.445726485992, 41.280425477752011 ], [ -111.44580581617784, 41.280501736568141 ], [ -111.44596668130971, 41.280627222203151 ], [ -111.44613507962184, 41.28080672499312 ], [ -111.44629178343702, 41.281022303915165 ], [ -111.44640666434665, 41.281233540915395 ], [ -111.44645534274466, 41.281367567798881 ], [ -111.44646851764557, 41.281548572712452 ], [ -111.44643444419718, 41.281805426045395 ], [ -111.44634795520578, 41.282256149442105 ], [ -111.44638079108361, 41.282693799263498 ], [ -111.44633235850799, 41.283472257429544 ], [ -111.4462421665086, 41.284256282003938 ], [ -111.44615702291321, 41.284905170496607 ], [ -111.44612208770145, 41.285035918347866 ], [ -111.4460867842762, 41.285112621077246 ], [ -111.4460102370158, 41.285270553393481 ], [ -111.4458028212206, 41.285501054556477 ], [ -111.44566506352962, 41.285614184877232 ], [ -111.44543461915542, 41.28579523186135 ], [ -111.44507250710883, 41.286107399941841 ], [ -111.44465248620719, 41.286685519297478 ], [ -111.44454613992869, 41.286852573451498 ], [ -111.44451126162582, 41.286992328308251 ], [ -111.44453012220525, 41.287131875654396 ], [ -111.44455467875406, 41.287230866110512 ], [ -111.44453186459891, 41.287388589881616 ], [ -111.44448468323986, 41.28747524648535 ], [ -111.4441815288688, 41.287678190233571 ], [ -111.44331259013742, 41.288100400153645 ], [ -111.44285973726785, 41.288242664070147 ], [ -111.44245473048002, 41.288396452397592 ], [ -111.44214515047103, 41.288533658875707 ], [ -111.44144340427592, 41.288958815485941 ], [ -111.44066372622022, 41.289340128162642 ], [ -111.44030636215405, 41.28947661180996 ], [ -111.44011594897636, 41.289576425192116 ], [ -111.43998539889635, 41.289698528851346 ], [ -111.43988488609973, 41.289847540836625 ], [ -111.43992143972544, 41.289955494147812 ], [ -111.44005471413594, 41.290238728865901 ], [ -111.44046336694359, 41.290624499205173 ], [ -111.44095515717126, 41.291118042608254 ], [ -111.44142478983022, 41.29151258361307 ], [ -111.44168862523456, 41.291673711061321 ], [ -111.44194618654704, 41.291789823255073 ], [ -111.44238895469388, 41.291918734902055 ], [ -111.44260441363056, 41.291989968675445 ], [ -111.44277222321119, 41.292079400816597 ], [ -111.44284458120202, 41.292182711559903 ], [ -111.44283967574333, 41.292340365973018 ], [ -111.44273763620649, 41.292439843653909 ], [ -111.44261403808405, 41.292530396390433 ], [ -111.44235260045372, 41.292725067804284 ], [ -111.44166879243232, 41.293160065117583 ], [ -111.44105032917072, 41.293545265418999 ], [ -111.44008013804373, 41.294021884967457 ], [ -111.43978237300934, 41.294144627437333 ], [ -111.43955035555624, 41.294276125853074 ], [ -111.43931260723525, 41.294443676639602 ], [ -111.43914642735329, 41.294597442321489 ], [ -111.43906985242742, 41.294755369900798 ], [ -111.43907691137575, 41.294917482330355 ], [ -111.4391797899553, 41.29511976407025 ], [ -111.43972117814403, 41.295703200505791 ], [ -111.4403155593188, 41.296172934122389 ], [ -111.4410597737659, 41.296720457966579 ], [ -111.44172599486193, 41.29721332903955 ], [ -111.44185810668844, 41.29732091486914 ], [ -111.44214030833604, 41.297545024753589 ], [ -111.44235084821746, 41.297769409331394 ], [ -111.44245325445526, 41.297899627952027 ], [ -111.44254426508313, 41.298110959914069 ], [ -111.44255121129139, 41.298255056987472 ], [ -111.44242826417158, 41.298620342880568 ], [ -111.44221113128302, 41.299188664505003 ], [ -111.44197623022455, 41.299779573224171 ], [ -111.44184672735879, 41.300059310111642 ], [ -111.44184181907336, 41.300216964281375 ], [ -111.44191448873136, 41.3003653129228 ], [ -111.44208222770455, 41.300441234588448 ], [ -111.44228552656685, 41.300476484590313 ], [ -111.44247100029257, 41.30052531434859 ], [ -111.44260875734882, 41.300583335018985 ], [ -111.44268694456095, 41.300664103954766 ], [ -111.44282646910359, 41.30098334178998 ], [ -111.44302050767764, 41.301414966287147 ], [ -111.44311128123138, 41.301590267654191 ], [ -111.44319599145987, 41.301752080692687 ], [ -111.44334716055079, 41.302026234348084 ], [ -111.44349159570577, 41.302187817114294 ], [ -111.44375587631451, 41.302407487996227 ], [ -111.44404417057048, 41.302645081089075 ], [ -111.44411032551088, 41.302712383844799 ], [ -111.44417651114817, 41.302784190307413 ], [ -111.44424909728821, 41.302919026129189 ], [ -111.4442929525033, 41.303220615766072 ], [ -111.44439747898481, 41.303837241613174 ], [ -111.44443600705421, 41.304057782172784 ], [ -111.44443805591803, 41.304359533096168 ], [ -111.44426744959206, 41.304743020019046 ], [ -111.44414921983388, 41.304923630770105 ], [ -111.4440552160999, 41.305153690430167 ], [ -111.44402635814389, 41.305478079839581 ], [ -111.44401783767091, 41.305806894639723 ], [ -111.44409247429826, 41.306243481313999 ], [ -111.44423796002106, 41.306558190248431 ], [ -111.44434687649098, 41.306764947482129 ], [ -111.44460670490052, 41.307205322583272 ], [ -111.44496323575117, 41.307811966127545 ], [ -111.44556601309912, 41.308615825416794 ], [ -111.44593909867304, 41.309019728023678 ], [ -111.44653435275268, 41.309593013625104 ], [ -111.44697925613946, 41.310015550363275 ], [ -111.44716528355626, 41.31014093588373 ], [ -111.44730931520176, 41.310239461152811 ], [ -111.44759654808098, 41.310314910203331 ], [ -111.4481110069658, 41.310425505045679 ], [ -111.44822468142519, 41.310452085609199 ], [ -111.4484226278749, 41.310572918813364 ], [ -111.44847725033853, 41.310698814029998 ], [ -111.4484896904933, 41.310770827285239 ], [ -111.44844307803162, 41.310942155481222 ], [ -111.44826598073129, 41.311249107598478 ], [ -111.44818310238942, 41.311358423670306 ], [ -111.44802336127721, 41.311583337616057 ], [ -111.44796483137104, 41.31175921583791 ], [ -111.44787698969147, 41.312016277502472 ], [ -111.44786954358415, 41.312673869533626 ], [ -111.44785999509639, 41.313024306695823 ], [ -111.4478370091457, 41.313331559101329 ], [ -111.44789387566647, 41.313610576894206 ], [ -111.44796651248467, 41.313749913754229 ], [ -111.44803911877609, 41.313884746828172 ], [ -111.44835220649581, 41.314243836160905 ], [ -111.44892828641817, 41.314624418489061 ], [ -111.44918010126736, 41.31475855174488 ], [ -111.4493183891143, 41.314888623801025 ], [ -111.44936682691454, 41.314983015656267 ], [ -111.44940371989532, 41.315136002669703 ], [ -111.4494244247266, 41.315541268700578 ], [ -111.44940783413492, 41.315734999193076 ], [ -111.44936122066011, 41.315906327618798 ], [ -111.44929027940874, 41.316014697031811 ], [ -111.44918349605787, 41.316123206273744 ], [ -111.44905857501298, 41.316200259202425 ], [ -111.44889171446458, 41.316259460145673 ], [ -111.44841431575222, 41.316333382583871 ], [ -111.44750690400852, 41.316422487210446 ], [ -111.44722013691165, 41.31641909789294 ], [ -111.44692788839978, 41.316487790799165 ], [ -111.44675526675036, 41.316578537987802 ], [ -111.44651730280125, 41.316723584650894 ], [ -111.44595247186766, 41.317117609585573 ], [ -111.44519221577504, 41.317764603491398 ], [ -111.44490715797922, 41.318013417546446 ], [ -111.44468208134651, 41.318298029995873 ], [ -111.44457638840015, 41.318568669394665 ], [ -111.44457182235115, 41.318775864217507 ], [ -111.44465747713888, 41.31907278756934 ], [ -111.44468271978036, 41.319270859517815 ], [ -111.44462990325827, 41.319410682944806 ], [ -111.44451746931087, 41.319568752000094 ], [ -111.44423230938506, 41.319804053159352 ], [ -111.44403599326482, 41.319926414633038 ], [ -111.4438457054178, 41.320056859456514 ], [ -111.44372604465818, 41.320206848659865 ], [ -111.44355655791986, 41.320585825362031 ], [ -111.44345746581156, 41.320950118283804 ], [ -111.44339379608783, 41.321252121522413 ], [ -111.4434134035843, 41.321500658502941 ], [ -111.44347461054181, 41.321716607482898 ], [ -111.44349332690331, 41.321833635458425 ], [ -111.44343447056977, 41.321964473852631 ], [ -111.44335750826998, 41.322068358860889 ], [ -111.44317297958685, 41.322168154173902 ], [ -111.44291054164816, 41.322232218214637 ], [ -111.44222460386707, 41.3223969942078 ], [ -111.4415029995539, 41.322588926019939 ], [ -111.44064989659171, 41.32277234910417 ], [ -111.44048904653575, 41.32284052251422 ], [ -111.44023840020934, 41.322882016089636 ], [ -111.44001128710595, 41.322869372971681 ], [ -111.43977664161568, 41.322802711996708 ], [ -111.43942453812359, 41.322682452829987 ], [ -111.43919724442193, 41.322642785698548 ], [ -111.43900009424317, 41.322643537797582 ], [ -111.43878409835889, 41.322684896045665 ], [ -111.43841579514007, 41.322821414948663 ], [ -111.43820745015233, 41.322934804558031 ], [ -111.43793960280696, 41.323084450990088 ], [ -111.43767187477251, 41.323252111738164 ], [ -111.4374877557227, 41.323414950254843 ], [ -111.43738754748107, 41.32361800428032 ], [ -111.43735933204226, 41.323865823163409 ], [ -111.43739070965155, 41.324090896347627 ], [ -111.43744013116896, 41.324333916332485 ], [ -111.43748922170221, 41.324527395217025 ], [ -111.43749015553441, 41.324667010950279 ], [ -111.43747856814177, 41.324721101165402 ], [ -111.43746719158622, 41.324806717511272 ], [ -111.4374148973843, 41.325027604786349 ], [ -111.43736920975948, 41.325343047718789 ], [ -111.43725354359839, 41.325915475751479 ], [ -111.43722358989712, 41.326082231867922 ], [ -111.43717312098255, 41.326397692828969 ], [ -111.43706180074707, 41.326726896372008 ], [ -111.43688535991768, 41.327146423904743 ], [ -111.4368210223424, 41.327353845000012 ], [ -111.43677418737661, 41.327498145797499 ], [ -111.43672843488768, 41.327804580901343 ], [ -111.43672909653037, 41.327903662988426 ], [ -111.43684544419447, 41.328326582907877 ], [ -111.43690060111808, 41.328533550418221 ], [ -111.43701883821525, 41.329060051363356 ], [ -111.43707343345318, 41.329361601623638 ], [ -111.4370160022245, 41.329708615685689 ], [ -111.43691028955698, 41.329983751485372 ], [ -111.43686921728154, 41.330096503477549 ], [ -111.43681646573332, 41.33024983436956 ], [ -111.43672942821794, 41.330637495183026 ], [ -111.4366126649626, 41.331047787885396 ], [ -111.4365895166044, 41.33116047176437 ], [ -111.4365901179772, 41.331250546338048 ], [ -111.43663263487826, 41.331353973436208 ], [ -111.43680183141015, 41.331637073529798 ], [ -111.43712728512891, 41.332054695281769 ], [ -111.43738665490359, 41.33241852112539 ], [ -111.437495804479, 41.332656809896122 ], [ -111.43752628299238, 41.332746770870365 ], [ -111.43756273677089, 41.33283670911915 ], [ -111.43759393881378, 41.333034759512458 ], [ -111.43760166215195, 41.333295952934016 ], [ -111.43772451315063, 41.333795412117482 ], [ -111.43777394355489, 41.334038431506741 ], [ -111.43777554168372, 41.334277128966349 ], [ -111.43772284927692, 41.334439467619433 ], [ -111.43762823878988, 41.334588454115853 ], [ -111.43748597571231, 41.334760140870095 ], [ -111.43717078745301, 41.334986530474403 ], [ -111.43674855127057, 41.335289890740313 ], [ -111.43653481986684, 41.335497878192513 ], [ -111.4364164537086, 41.335669472964554 ], [ -111.43635793166266, 41.335854352258799 ], [ -111.43633496157179, 41.33599405835345 ], [ -111.43638363705647, 41.336124485141347 ], [ -111.4365475912401, 41.336515697365471 ], [ -111.43674706978119, 41.336857232308688 ], [ -111.43692823240313, 41.337140286521887 ], [ -111.43713266663698, 41.337328671455118 ], [ -111.4373193318789, 41.337540543491187 ], [ -111.43753547259659, 41.337691951743857 ], [ -111.4378712537557, 41.337861820599805 ], [ -111.43805737369723, 41.337991723650624 ], [ -111.4381359686669, 41.338127440371949 ], [ -111.4381542820088, 41.338185019772297 ], [ -111.43809534017619, 41.338306847745713 ], [ -111.43801807878233, 41.338370195526196 ], [ -111.43777977514925, 41.338479194286329 ], [ -111.43708791926426, 41.338679992615702 ], [ -111.43684339646111, 41.338752982357711 ], [ -111.43668256338836, 41.338830157917322 ], [ -111.43658148729347, 41.338907106593751 ], [ -111.4364937680869, 41.339015531382131 ], [ -111.43635113903161, 41.339313325425437 ], [ -111.43606673525609, 41.339679214063288 ], [ -111.43594241460005, 41.339855334629604 ], [ -111.43584782233887, 41.340008823302881 ], [ -111.43577769745787, 41.340246891369439 ], [ -111.43576136700838, 41.34048655725681 ], [ -111.43571542109525, 41.340765969004025 ], [ -111.43562728312264, 41.340991494402552 ], [ -111.43544980533687, 41.341262396123575 ], [ -111.43519523805656, 41.341623665775458 ], [ -111.43496976888927, 41.341867725181061 ], [ -111.43470820225666, 41.342075889808292 ], [ -111.43441035865877, 41.342221137086518 ], [ -111.43415371794752, 41.342271647653668 ], [ -111.43386710690582, 41.342308759129473 ], [ -111.43319758045409, 41.342279754272013 ], [ -111.43245054475227, 41.342278059785833 ], [ -111.43203807840796, 41.342261593516426 ], [ -111.43164927851913, 41.342209006334862 ], [ -111.43140985044663, 41.342151354199977 ], [ -111.43108036651293, 41.342030985220418 ], [ -111.43072052890244, 41.34183866753483 ], [ -111.43046228525323, 41.34164596878567 ], [ -111.43018620412046, 41.341466847627643 ], [ -111.42995263751749, 41.34139115519941 ], [ -111.42977918638741, 41.341369283852963 ], [ -111.42963579279487, 41.341374323057821 ], [ -111.42945680966575, 41.341420029405896 ], [ -111.42928400929286, 41.341497239261678 ], [ -111.4290340232014, 41.341651301808227 ], [ -111.42832532939181, 41.342027759748888 ], [ -111.42800508710916, 41.342222616006254 ], [ -111.42768218728824, 41.342376946731271 ], [ -111.42734205239121, 41.342454775354724 ], [ -111.42708535220218, 41.342497163483159 ], [ -111.42681141745258, 41.342645905449949 ], [ -111.42651402373495, 41.342863191983305 ], [ -111.42630020567945, 41.343066656706441 ], [ -111.42620538056653, 41.343188611422647 ], [ -111.42615839363651, 41.343314892769236 ], [ -111.42614723411604, 41.343436537608767 ], [ -111.42623368442983, 41.343863180925709 ], [ -111.42618928713151, 41.344386690786067 ], [ -111.42601255356813, 41.34477917858306 ], [ -111.42588854829691, 41.345009333000306 ], [ -111.42568747179955, 41.345335253615495 ], [ -111.42521838290243, 41.345804485481587 ], [ -111.42481427264002, 41.346157276715132 ], [ -111.42444572418198, 41.346464897051547 ], [ -111.42426130247583, 41.346596188157811 ], [ -111.42415431096285, 41.346686659146755 ], [ -111.4240537923809, 41.346853671321313 ], [ -111.42402443596809, 41.346934848448271 ], [ -111.42398919064726, 41.347029558755466 ], [ -111.42391313800763, 41.347282954222614 ], [ -111.42383185594494, 41.347651666958605 ], [ -111.42377349223099, 41.347868065752976 ], [ -111.42375620497742, 41.347967213680043 ], [ -111.4237450110612, 41.348084354490382 ], [ -111.42379399193079, 41.348264327357668 ], [ -111.42384833630739, 41.34834970000967 ], [ -111.42405921257622, 41.348610145360141 ], [ -111.42441376427006, 41.348906091208754 ], [ -111.42458811150632, 41.349063082180159 ], [ -111.42468957325433, 41.349224845689108 ], [ -111.42473365915583, 41.349386820862122 ], [ -111.42469144639374, 41.349513083863023 ], [ -111.42462136010575, 41.349580899908048 ], [ -111.42452608364715, 41.349635297343163 ], [ -111.42437103971696, 41.349689915097088 ], [ -111.42412057234515, 41.349776411136254 ], [ -111.4239001341134, 41.349885315174689 ], [ -111.42373952114707, 41.350003006195628 ], [ -111.42353742047229, 41.350174895624228 ], [ -111.42341893546262, 41.350337469438855 ], [ -111.42336024710497, 41.350504327006078 ], [ -111.42330919742065, 41.350743217699588 ], [ -111.42326873133401, 41.351139703426249 ], [ -111.42338494712165, 41.351549124301989 ], [ -111.42353250861945, 41.352183621051452 ], [ -111.42368537840403, 41.35271450997837 ], [ -111.42374672562676, 41.352957490765867 ], [ -111.42380859911071, 41.353281538449195 ], [ -111.42377448927533, 41.353551893636265 ], [ -111.42372717111355, 41.353813289779957 ], [ -111.42375373536463, 41.354038383271551 ], [ -111.42376641984724, 41.354150932212292 ], [ -111.42386395311239, 41.354443321708182 ], [ -111.42397390923021, 41.354807726545843 ], [ -111.42406071764908, 41.355289315997673 ], [ -111.4240757122281, 41.355757658515458 ], [ -111.42407775848406, 41.356072918683431 ], [ -111.42401376170211, 41.356343383937187 ], [ -111.42389588045305, 41.356600536157671 ], [ -111.42376476623846, 41.356845126267501 ], [ -111.42349324396757, 41.357192019391988 ], [ -111.42313194666009, 41.357706784188977 ], [ -111.42285902375112, 41.358023054927216 ], [ -111.42262152633454, 41.35827163757758 ], [ -111.42229430578071, 41.358511541351589 ], [ -111.42199662153274, 41.358697290018171 ], [ -111.42174646543808, 41.358837825522464 ], [ -111.42137173763162, 41.359127442788377 ], [ -111.42101537474622, 41.359484548967721 ], [ -111.42066492763256, 41.35983262475871 ], [ -111.420440501127, 41.360256804100018 ], [ -111.42037616651568, 41.360477726357544 ], [ -111.42037715190041, 41.360630852674021 ], [ -111.42045079787681, 41.360927835813975 ], [ -111.42060192381179, 41.361188505181616 ], [ -111.42072824050302, 41.361309646607715 ], [ -111.42057946249709, 41.361413778293091 ], [ -111.42046025422351, 41.361468259730906 ], [ -111.42030514987094, 41.361518368329563 ], [ -111.42017987644634, 41.361559360166495 ], [ -111.41978568759355, 41.361614844558815 ], [ -111.4194513342098, 41.361679117170397 ], [ -111.4188959734351, 41.361771216399667 ], [ -111.41837116375609, 41.361966789751158 ], [ -111.41809696054061, 41.362089389402591 ], [ -111.41785267451134, 41.362216383596966 ], [ -111.41756622558178, 41.362293988243991 ], [ -111.41717171361654, 41.362299922835831 ], [ -111.41680085449929, 41.362265236033238 ], [ -111.41604738244945, 41.362227428074291 ], [ -111.4157365611017, 41.362233055156899 ], [ -111.4153060960668, 41.362225601767413 ], [ -111.41462464571464, 41.362232562761676 ], [ -111.41434981149602, 41.362256972482115 ], [ -111.41417633278645, 41.362238680908334 ], [ -111.41400883776642, 41.362221268310833 ], [ -111.41347034340586, 41.362146639333289 ], [ -111.41274645082379, 41.362059161455448 ], [ -111.41219608872247, 41.361998080534946 ], [ -111.41189671260702, 41.361922587480933 ], [ -111.41162733996399, 41.361865001616941 ], [ -111.41133428327018, 41.361843530342092 ], [ -111.41062850020477, 41.361782997325989 ], [ -111.40991679709353, 41.361731488707953 ], [ -111.40933708731484, 41.361756071233714 ], [ -111.40891422226795, 41.361816124211359 ], [ -111.40873995078439, 41.361861781511912 ], [ -111.40852995272178, 41.361930084483113 ], [ -111.40834665099901, 41.362061345838669 ], [ -111.40821008863992, 41.362210456403034 ], [ -111.40804320851755, 41.362291216229615 ], [ -111.40788778320581, 41.362291767208426 ], [ -111.40767845000673, 41.36227539443918 ], [ -111.40721846088738, 41.362326565049386 ], [ -111.40697390010054, 41.362413002755623 ], [ -111.40668752128724, 41.362504091549226 ], [ -111.40628700083322, 41.362505506240602 ], [ -111.40589835222936, 41.362493366204646 ], [ -111.40534139985716, 41.362333191691128 ], [ -111.40503571697454, 41.362203657148889 ], [ -111.40485017905378, 41.36216827943543 ], [ -111.40473062129972, 41.362168699965764 ], [ -111.40460536461724, 41.362214178617428 ], [ -111.40449220299446, 41.362282133725955 ], [ -111.40441549411285, 41.362444540865198 ], [ -111.40438096492356, 41.362660845591698 ], [ -111.40445504815573, 41.363039806931347 ], [ -111.40452197165813, 41.36322783139466 ], [ -111.40456988310225, 41.363434838694545 ], [ -111.40457141733592, 41.36368254339326 ], [ -111.40450280108104, 41.36399354814904 ], [ -111.40451009003489, 41.364205202042541 ], [ -111.40450517740918, 41.364377265207182 ], [ -111.40448215194762, 41.364520567587576 ], [ -111.40443494063085, 41.364619817533104 ], [ -111.40429886022415, 41.364849089687432 ], [ -111.40414516209127, 41.365129767077299 ], [ -111.40402212805564, 41.365535542751161 ], [ -111.40396499235889, 41.36596360605472 ], [ -111.40399594438681, 41.366328306648896 ], [ -111.40410770268619, 41.366805318921955 ], [ -111.40423025156157, 41.367286796959888 ], [ -111.40430436726319, 41.367670261790494 ], [ -111.40428890782067, 41.368070255008426 ], [ -111.40416647689867, 41.368574211704555 ], [ -111.40400692479169, 41.36887652761304 ], [ -111.40385869326192, 41.369076116563427 ], [ -111.40366829926475, 41.369225410486244 ], [ -111.40344784471542, 41.369347786589614 ], [ -111.40294072426073, 41.369520708332438 ], [ -111.40245657173772, 41.369540417797062 ], [ -111.40221751238191, 41.369554765036497 ], [ -111.4014700476513, 41.369533955260259 ], [ -111.40138632560526, 41.369530644253622 ], [ -111.40112916435363, 41.369518029476104 ], [ -111.40087834116173, 41.369563941646227 ], [ -111.40075306762098, 41.369609416122557 ], [ -111.40065181873237, 41.369672822083707 ], [ -111.40055103925536, 41.369812791181332 ], [ -111.40048042855848, 41.369997693354257 ], [ -111.40032691738391, 41.370313494528581 ], [ -111.40001867672197, 41.370746932612931 ], [ -111.39982273156285, 41.370968300470828 ], [ -111.39950756892762, 41.371248631511527 ], [ -111.3988884502908, 41.371687649152143 ], [ -111.39841816140301, 41.372022560547073 ], [ -111.39772105635988, 41.372421307517541 ], [ -111.39704802257468, 41.372846990075281 ], [ -111.39679786788054, 41.373005486361038 ], [ -111.39660133058831, 41.373132270635551 ], [ -111.39642253786066, 41.373227466756617 ], [ -111.3962793994376, 41.373286509322874 ], [ -111.39613009057952, 41.373314046261619 ], [ -111.39599244444672, 41.373292901695969 ], [ -111.39588473664374, 41.373278860077363 ], [ -111.39523210842346, 41.373127973731293 ], [ -111.39466345978705, 41.373021833827742 ], [ -111.39396357653351, 41.372965682407667 ], [ -111.39329970336138, 41.372931922730075 ], [ -111.39304274158276, 41.372954418963253 ], [ -111.39280394385987, 41.373014684655068 ], [ -111.39248189595087, 41.373150897875718 ], [ -111.39214188290191, 41.373282667600115 ], [ -111.39168228994193, 41.373414843387685 ], [ -111.3913358360863, 41.37347006782818 ], [ -111.3911685878705, 41.373497659334731 ], [ -111.39093557120083, 41.37352547404268 ], [ -111.39061890305257, 41.373562579882218 ], [ -111.39036202398371, 41.373599482051105 ], [ -111.39011704870022, 41.373627335666875 ], [ -111.38988384285948, 41.373623622195637 ], [ -111.38947689834671, 41.373561946828161 ], [ -111.3890041057977, 41.373486981190197 ], [ -111.38815536466146, 41.373534885251992 ], [ -111.38735480112179, 41.373641170468652 ], [ -111.38669177770343, 41.373751491838426 ], [ -111.3860884618416, 41.373848097643155 ], [ -111.38537746937423, 41.373936053303119 ], [ -111.38483327609292, 41.373919859191645 ], [ -111.38454631167542, 41.373925322293864 ], [ -111.38414590557771, 41.373958186301742 ], [ -111.38382771783907, 41.373941232770441 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 17, \"properties\": { \"NAME\": \"KANE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 1176, \"Color4\": \"1\", \"Shape_Leng\": 559303.30739, \"Shape_Area\": 10633026646.799999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.90111300675626, 37.543543999338162 ], [ -112.87576971652028, 37.543449256967961 ], [ -112.87311692647715, 37.543504899995895 ], [ -112.86993061526152, 37.543498639794763 ], [ -112.86981745261686, 37.543499531122379 ], [ -112.86619129170752, 37.543510951160691 ], [ -112.86247814119413, 37.543529039671959 ], [ -112.85933148414335, 37.543524571133837 ], [ -112.85604905466458, 37.543522153510793 ], [ -112.8527495388557, 37.543515406512434 ], [ -112.84919522885562, 37.543503546509726 ], [ -112.84708191978045, 37.543497879927571 ], [ -112.8452334943196, 37.54349344261923 ], [ -112.84095495780009, 37.543488146715028 ], [ -112.83711742320423, 37.543511882722051 ], [ -112.83202526872869, 37.543514416110632 ], [ -112.82601051774898, 37.543558041883166 ], [ -112.8207550135626, 37.543639220932761 ], [ -112.81552157075198, 37.543697295543616 ], [ -112.8133138440873, 37.543672648631741 ], [ -112.81199495242122, 37.543661357435987 ], [ -112.81177525663466, 37.543656618365787 ], [ -112.81001373145909, 37.54364218408405 ], [ -112.80634611607698, 37.543626263722196 ], [ -112.80380972567357, 37.543583936519013 ], [ -112.80046467719876, 37.543567409987105 ], [ -112.79891392340009, 37.543563113623385 ], [ -112.79786061652793, 37.543534999332053 ], [ -112.7962473297784, 37.543519002835872 ], [ -112.79413076385048, 37.543519646878643 ], [ -112.79149329749711, 37.543510134437369 ], [ -112.78898637716006, 37.543516609586163 ], [ -112.78851105926056, 37.543519305791747 ], [ -112.78832426184883, 37.543517629556625 ], [ -112.78702255224553, 37.543514811189588 ], [ -112.78476012932568, 37.543522001226044 ], [ -112.78341757842462, 37.54351525431278 ], [ -112.78222922708271, 37.543519682870418 ], [ -112.7796265521192, 37.543545429649008 ], [ -112.77834170334619, 37.543537755049307 ], [ -112.77677975339954, 37.543538743779578 ], [ -112.77586294931363, 37.543539020713332 ], [ -112.77453262730121, 37.543522976210582 ], [ -112.77202643711753, 37.543560623586927 ], [ -112.76949708044692, 37.543576033787666 ], [ -112.7679801707264, 37.543567218358142 ], [ -112.76674110804397, 37.543581262851085 ], [ -112.76532079691829, 37.543588992426159 ], [ -112.76278011744992, 37.543604427926105 ], [ -112.76012020643469, 37.543603561545943 ], [ -112.75790709804711, 37.543590574982858 ], [ -112.75580738980537, 37.543586675265189 ], [ -112.75337974235005, 37.54359572078161 ], [ -112.75138173742778, 37.543584824120131 ], [ -112.75073669011083, 37.543589886118731 ], [ -112.74738498910614, 37.543531396382782 ], [ -112.7458010234517, 37.543559338277994 ], [ -112.74415438340432, 37.543569258655417 ], [ -112.74270579332054, 37.543578034985494 ], [ -112.74033502231453, 37.543599491140895 ], [ -112.73841149864899, 37.543627833030556 ], [ -112.73794182756575, 37.54363024230932 ], [ -112.7368163125185, 37.543660325817648 ], [ -112.73488639532118, 37.54365716047225 ], [ -112.73214704517738, 37.54364781816659 ], [ -112.7285819127265, 37.543659519499144 ], [ -112.72545229620061, 37.54366024195653 ], [ -112.72199414881062, 37.543648550300375 ], [ -112.71945874809791, 37.543648555656489 ], [ -112.71864941722201, 37.543646822422566 ], [ -112.71525368203244, 37.543642135765616 ], [ -112.71075452334975, 37.543644334524537 ], [ -112.70546248303071, 37.543621768791105 ], [ -112.70292760244581, 37.543644843952684 ], [ -112.70022813778363, 37.543647703779953 ], [ -112.6975459497005, 37.543663772254853 ], [ -112.69218115564891, 37.543677707099441 ], [ -112.6866976425006, 37.543697600560726 ], [ -112.68385753205517, 37.543738145563182 ], [ -112.68329004997088, 37.54366963165365 ], [ -112.68159105054455, 37.54361723843332 ], [ -112.67828913414584, 37.543506506281382 ], [ -112.67676562556888, 37.54345605477139 ], [ -112.67524777589566, 37.543405503259088 ], [ -112.66998087468771, 37.543241293234445 ], [ -112.66612403346447, 37.543115537420803 ], [ -112.66269432259003, 37.543109816897108 ], [ -112.65777695316326, 37.543138415683373 ], [ -112.65144992406309, 37.543145980944168 ], [ -112.64790049353651, 37.54310094815407 ], [ -112.64101254724106, 37.543079731516421 ], [ -112.63459973719931, 37.543047028429548 ], [ -112.63200236623634, 37.543060432047525 ], [ -112.62577303665766, 37.543137370669854 ], [ -112.61441054819241, 37.543212187520204 ], [ -112.60817481857235, 37.543256740290381 ], [ -112.59684560295806, 37.54330237431035 ], [ -112.59474559413121, 37.543285697510186 ], [ -112.59081791673208, 37.543284612998242 ], [ -112.58450809318408, 37.543306381603806 ], [ -112.57863890200261, 37.543290376951738 ], [ -112.57659517990153, 37.543259105263033 ], [ -112.57269302681605, 37.543126392007849 ], [ -112.56881313673887, 37.542975228261049 ], [ -112.56269012847928, 37.542728372797413 ], [ -112.55936565745604, 37.542613707102156 ], [ -112.55797251043849, 37.542569011221467 ], [ -112.55664782097617, 37.542550434455457 ], [ -112.55548220719606, 37.542561291574032 ], [ -112.55153047887785, 37.542545696475152 ], [ -112.54741702515553, 37.542536595263705 ], [ -112.54550929303251, 37.542512014955648 ], [ -112.54287894650928, 37.542519381615875 ], [ -112.54202875886777, 37.542512464019723 ], [ -112.5382252573596, 37.542494487025103 ], [ -112.53416788584283, 37.542515737759757 ], [ -112.53243062669425, 37.542524781554093 ], [ -112.52990079533338, 37.542521541353672 ], [ -112.52498924382641, 37.542562555356128 ], [ -112.52166135947047, 37.542555925276105 ], [ -112.51923382006778, 37.542573669805854 ], [ -112.515968715285, 37.542593109604127 ], [ -112.51158907344714, 37.542631240906132 ], [ -112.50819911784754, 37.542634038630993 ], [ -112.50608832083532, 37.542642959538959 ], [ -112.50320730872612, 37.542625600915216 ], [ -112.50077345940457, 37.542611501222979 ], [ -112.49621821052295, 37.542642281414217 ], [ -112.48942766474252, 37.542683081603236 ], [ -112.48744237205005, 37.542685579133746 ], [ -112.48095575930077, 37.542699530086665 ], [ -112.47288025100039, 37.542728451280666 ], [ -112.46222338200877, 37.542725729311094 ], [ -112.44891158712083, 37.542691567470392 ], [ -112.43587761121876, 37.542684070165969 ], [ -112.42215465825413, 37.542755537398882 ], [ -112.40826643631428, 37.542768796505655 ], [ -112.39307792329289, 37.542858861259376 ], [ -112.38277295743124, 37.542916914165168 ], [ -112.38136394901547, 37.542928901830052 ], [ -112.37577874795231, 37.542971585479677 ], [ -112.36814355439502, 37.542947649045978 ], [ -112.36613911218302, 37.542957340512636 ], [ -112.36118243552906, 37.542956007139423 ], [ -112.36117631129606, 37.537016547541477 ], [ -112.35135182745236, 37.537003219270758 ], [ -112.34254050443947, 37.537000089539355 ], [ -112.32982320618133, 37.536995294239908 ], [ -112.31621934430372, 37.536971975918682 ], [ -112.29277916557669, 37.536974080375309 ], [ -112.28149466110519, 37.53696640668646 ], [ -112.27393394669942, 37.536962600503919 ], [ -112.27343028091907, 37.536962625852311 ], [ -112.26977000079849, 37.536966894806234 ], [ -112.26421165304346, 37.536972460756012 ], [ -112.255066467809, 37.536975387134682 ], [ -112.2507710054709, 37.536966889440883 ], [ -112.16484725669507, 37.536967042537185 ], [ -112.16483805442827, 37.536011741934189 ], [ -112.12885110458689, 37.535991730890288 ], [ -112.12572721337477, 37.535990008521203 ], [ -112.05267715370294, 37.535906738399163 ], [ -112.05135174347585, 37.535905027066285 ], [ -112.03835904887657, 37.535884796777381 ], [ -112.02002838606529, 37.535850782335828 ], [ -112.00163068934897, 37.535967715280705 ], [ -112.0007605181231, 37.535984106586163 ], [ -111.98334081370629, 37.53594117782005 ], [ -111.96551411461564, 37.53593506008928 ], [ -111.94731337407782, 37.535888691869403 ], [ -111.93171638375604, 37.535882094799732 ], [ -111.91413330410612, 37.535902348877904 ], [ -111.89532738358899, 37.535888702295935 ], [ -111.87709321123312, 37.53589034794998 ], [ -111.87572373130607, 37.535896005395607 ], [ -111.84087363888537, 37.535878912574212 ], [ -111.8408212085873, 37.539777562531398 ], [ -111.82320868329133, 37.53978899567376 ], [ -111.80502551255425, 37.539788173032754 ], [ -111.7968858719542, 37.539788403112517 ], [ -111.78683007821959, 37.539807165059628 ], [ -111.77867325739599, 37.539789128528199 ], [ -111.76862737779216, 37.539782839891529 ], [ -111.76022285014568, 37.53978316752805 ], [ -111.75068039421043, 37.539749576123356 ], [ -111.74228141844567, 37.53973957785071 ], [ -111.73221881822174, 37.539760941921692 ], [ -111.71445269915688, 37.539703923913187 ], [ -111.69619624905091, 37.539745370737698 ], [ -111.6831779847632, 37.539749298483478 ], [ -111.67797114151846, 37.539752267703662 ], [ -111.66998518725811, 37.539730247614301 ], [ -111.65978087754036, 37.539733623141274 ], [ -111.65185732231697, 37.539728055138426 ], [ -111.64166988996716, 37.539720758778863 ], [ -111.63374639609903, 37.539722988493516 ], [ -111.6257432105516, 37.539671028006012 ], [ -111.62345729969419, 37.539741706677063 ], [ -111.60567419349253, 37.539685535417043 ], [ -111.5874672563948, 37.53970991635741 ], [ -111.57933997285642, 37.539709508682272 ], [ -111.56929954426644, 37.539686233283476 ], [ -111.5612345690156, 37.539693292455333 ], [ -111.55166393169287, 37.539675297149856 ], [ -111.54308942384908, 37.539660962486039 ], [ -111.53287381947973, 37.539675955893365 ], [ -111.5146775174306, 37.539612450031861 ], [ -111.51463611323541, 37.540175974928182 ], [ -111.50075288831937, 37.540186089639889 ], [ -111.49986445741241, 37.540207880788905 ], [ -111.490763751732, 37.540228026824053 ], [ -111.48173074544667, 37.540215647961261 ], [ -111.4575229811398, 37.540221786438401 ], [ -111.45220955535638, 37.540210706256616 ], [ -111.43398510500103, 37.54019346138373 ], [ -111.40911066782331, 37.540214656853117 ], [ -111.40882202638964, 37.540215656494176 ], [ -111.39102211466708, 37.540212844086298 ], [ -111.37570133761558, 37.540244554777765 ], [ -111.37285450069902, 37.540248169698692 ], [ -111.36173837334815, 37.540170976944012 ], [ -111.35463540575851, 37.540174494773737 ], [ -111.34349130214643, 37.540162368591567 ], [ -111.32530654867671, 37.540168796051333 ], [ -111.31822073390182, 37.540215144062266 ], [ -111.30706528600913, 37.540199610767736 ], [ -111.30004150754206, 37.540195131955215 ], [ -111.28220754869767, 37.540180510089982 ], [ -111.26401706574367, 37.540177512833836 ], [ -111.25284471587804, 37.540183935858586 ], [ -111.25074494335757, 37.540183906325666 ], [ -111.20919141736081, 37.54035496456256 ], [ -111.13680829240444, 37.540276227242394 ], [ -111.12570952745064, 37.540315604623871 ], [ -111.11386917977671, 37.540264520282022 ], [ -111.10041015072922, 37.540213636181605 ], [ -111.09126396896508, 37.540230072521908 ], [ -111.08927170679246, 37.540213568213638 ], [ -111.08212341686585, 37.54022326255393 ], [ -111.07135288833241, 37.540257302413579 ], [ -111.06860790764861, 37.540272449515115 ], [ -111.05326992747, 37.54032092578457 ], [ -111.0346492320942, 37.540336871098809 ], [ -111.02785182893079, 37.540347683538691 ], [ -111.01680392173712, 37.540364194210014 ], [ -111.01204290560341, 37.540368381164043 ], [ -111.00064521704235, 37.54045462272596 ], [ -110.98037748108347, 37.540443980571325 ], [ -110.97337743577351, 37.540465143929005 ], [ -110.95430837541235, 37.540571975304267 ], [ -110.93602145445287, 37.54067164691169 ], [ -110.92140211716115, 37.540707889452641 ], [ -110.90789096622569, 37.540738684896617 ], [ -110.88960512379495, 37.540808635350906 ], [ -110.87571605502487, 37.540727232364667 ], [ -110.86332677700061, 37.540695515958113 ], [ -110.84566818960121, 37.54068277151805 ], [ -110.82755109214136, 37.540702772135141 ], [ -110.80925852019534, 37.540728723479319 ], [ -110.79092645589634, 37.540706703289182 ], [ -110.77269621038145, 37.540709073984509 ], [ -110.75455114133848, 37.540627685103047 ], [ -110.75067995656737, 37.540592534538739 ], [ -110.69182337290098, 37.540692462107174 ], [ -110.64683500292399, 37.540413254059864 ], [ -110.64704698790294, 37.540107426793519 ], [ -110.64757545446929, 37.539418566335122 ], [ -110.64810486528766, 37.538767563190333 ], [ -110.64893027733802, 37.537751487210166 ], [ -110.64935146411364, 37.537243472155808 ], [ -110.64958001428212, 37.536779951910873 ], [ -110.6497015960681, 37.536437797084631 ], [ -110.64995173138524, 37.535956312938005 ], [ -110.65016834469692, 37.535623452798596 ], [ -110.65048758071471, 37.535128651764204 ], [ -110.65096598151807, 37.534481991008271 ], [ -110.65131296203265, 37.534103544691419 ], [ -110.65178479313289, 37.533649751521949 ], [ -110.65231932937803, 37.53309699174482 ], [ -110.65296762434366, 37.532418373786491 ], [ -110.6535651221309, 37.531708055651841 ], [ -110.65395247670585, 37.531159363189012 ], [ -110.65428783417116, 37.530840363404806 ], [ -110.65459468622836, 37.530566347164651 ], [ -110.65501504670505, 37.530220553118298 ], [ -110.65599697941198, 37.529583453337743 ], [ -110.6568085111786, 37.52908105394053 ], [ -110.65743121184731, 37.528785413677845 ], [ -110.65773287860056, 37.528651084613763 ], [ -110.65802773314705, 37.528521241839208 ], [ -110.65849280227968, 37.528292741251896 ], [ -110.65881623532712, 37.528099884056758 ], [ -110.65904344744919, 37.527911255007616 ], [ -110.65924234424506, 37.527727050609492 ], [ -110.65982254384124, 37.52706622485438 ], [ -110.66049468065331, 37.526094691784692 ], [ -110.66092903926155, 37.525145006252359 ], [ -110.66121455465203, 37.524573462794052 ], [ -110.66145966224342, 37.524177567745028 ], [ -110.66180189652509, 37.52357463776017 ], [ -110.66208238719231, 37.522859761544808 ], [ -110.66255019366263, 37.522012920098128 ], [ -110.66274470609665, 37.521540262071255 ], [ -110.66288196456199, 37.521216164570674 ], [ -110.66306558195438, 37.520648832103639 ], [ -110.66327797339767, 37.519973418181543 ], [ -110.66345649143932, 37.519532260786875 ], [ -110.66357553601242, 37.519230644448619 ], [ -110.66391326492935, 37.518361793788046 ], [ -110.66404166152833, 37.517740220762036 ], [ -110.66413435011991, 37.517005875990179 ], [ -110.66426148975846, 37.516411339803831 ], [ -110.66442241294226, 37.515852953813649 ], [ -110.66469288860364, 37.514835184824484 ], [ -110.66503656436767, 37.5138942382804 ], [ -110.66531213465316, 37.512999067005005 ], [ -110.6654744143152, 37.512133319045851 ], [ -110.6656526735714, 37.511489350749812 ], [ -110.66576342196318, 37.510759561799567 ], [ -110.66568713210924, 37.510105859126234 ], [ -110.66560607078225, 37.509253843355182 ], [ -110.66562877211074, 37.507969467700775 ], [ -110.66561620285044, 37.506982441256902 ], [ -110.66575053757037, 37.506036391700938 ], [ -110.66587375560078, 37.505045242295729 ], [ -110.6659900283516, 37.504342508800271 ], [ -110.66623053046857, 37.503689701094459 ], [ -110.66663589934387, 37.502852578938636 ], [ -110.66696742044613, 37.50208284926341 ], [ -110.66711227292332, 37.501564974156629 ], [ -110.66735734154717, 37.500898656242526 ], [ -110.6675860876162, 37.500340455326182 ], [ -110.66777443513587, 37.499962412846166 ], [ -110.66788394739339, 37.499503025776356 ], [ -110.66795961860818, 37.499021009381401 ], [ -110.66809197389452, 37.498512111282288 ], [ -110.66812193198696, 37.498133622999852 ], [ -110.66813444166448, 37.497863249236005 ], [ -110.66812536249174, 37.497358460403674 ], [ -110.66810422862569, 37.497021291213599 ], [ -110.66793649553225, 37.496578250521459 ], [ -110.66766682615838, 37.49616286510615 ], [ -110.66758248017875, 37.496049957385836 ], [ -110.66722235354273, 37.495625302725117 ], [ -110.66702512275299, 37.495457994757771 ], [ -110.66673195616134, 37.495240840870991 ], [ -110.66621734620051, 37.494959965355442 ], [ -110.66561424145381, 37.494737425767724 ], [ -110.665139615473, 37.494624312322983 ], [ -110.66450102873722, 37.494495408274041 ], [ -110.66352324887963, 37.494325875186959 ], [ -110.66238669403441, 37.494246016718179 ], [ -110.6614028551502, 37.494167486483036 ], [ -110.65984649668185, 37.494112539168889 ], [ -110.65881824064482, 37.494100560409017 ], [ -110.65770407252077, 37.494074803356284 ], [ -110.65662388366852, 37.49404012093143 ], [ -110.65610921150832, 37.494029610245946 ], [ -110.65575289215163, 37.494024065672285 ], [ -110.65541345860277, 37.494036596544404 ], [ -110.65501145442403, 37.494125559618141 ], [ -110.6545981991578, 37.494200967976958 ], [ -110.65416265073524, 37.494204200567772 ], [ -110.65352387454338, 37.494121206188737 ], [ -110.65248933355463, 37.49400099032092 ], [ -110.65177133264159, 37.49392676703124 ], [ -110.65091773181815, 37.493820591064406 ], [ -110.65013219242843, 37.493674950534775 ], [ -110.64886658813882, 37.493377351238948 ], [ -110.64748793100968, 37.493066782022829 ], [ -110.64582680017469, 37.492687747980291 ], [ -110.64464636552835, 37.492328164726935 ], [ -110.6436074714707, 37.491941955850095 ], [ -110.64292446541839, 37.491651457184346 ], [ -110.64230400285032, 37.491293541691959 ], [ -110.64146943871752, 37.490763714322135 ], [ -110.64103526881595, 37.490482973245598 ], [ -110.64071968165605, 37.490243152606197 ], [ -110.64039308723191, 37.48994020216535 ], [ -110.64011174224599, 37.489637388660213 ], [ -110.63979689737367, 37.489244335977489 ], [ -110.63960624501938, 37.488901236352142 ], [ -110.63942127182982, 37.488553646917389 ], [ -110.63925946510969, 37.488093457439113 ], [ -110.63928845889015, 37.487944820933421 ], [ -110.63937017380468, 37.487417772522129 ], [ -110.63943383758668, 37.487116009912775 ], [ -110.63953097992341, 37.486908992623341 ], [ -110.63984448519967, 37.486400678042671 ], [ -110.64018681156921, 37.486014134517085 ], [ -110.64066247583087, 37.485655036508682 ], [ -110.64124128157921, 37.485251181576764 ], [ -110.64219932135428, 37.484780870525803 ], [ -110.64265827430197, 37.484601986649558 ], [ -110.64311724650941, 37.484418594216137 ], [ -110.643842236352, 37.484190933970638 ], [ -110.6445090026529, 37.484075764658435 ], [ -110.64570449445772, 37.483854014506541 ], [ -110.64666083318581, 37.483735194198552 ], [ -110.64801918870489, 37.48351390753735 ], [ -110.64926989455293, 37.483332847137675 ], [ -110.65064524338524, 37.483102567032411 ], [ -110.65174353462048, 37.482857934092053 ], [ -110.65288752007605, 37.482514275019682 ], [ -110.6534143392938, 37.482326534921249 ], [ -110.65369758307142, 37.482223708472105 ], [ -110.65434912594904, 37.481968727304476 ], [ -110.65462675332336, 37.481856868533626 ], [ -110.65582233123838, 37.481355592808931 ], [ -110.65667827204152, 37.480920920897638 ], [ -110.65768697481556, 37.480468658106176 ], [ -110.65869556298479, 37.480038920450667 ], [ -110.65985147884309, 37.479541995936373 ], [ -110.66097890052707, 37.479090046572011 ], [ -110.66202695553501, 37.478678420853605 ], [ -110.66292190904504, 37.478356485701291 ], [ -110.66362973523569, 37.478146681906487 ], [ -110.66429773069184, 37.477990842655025 ], [ -110.66488053651086, 37.477915880969746 ], [ -110.66579153053154, 37.477796776854539 ], [ -110.66647495177747, 37.477731105508738 ], [ -110.66759725697543, 37.47765314522303 ], [ -110.66844978659144, 37.477709622498722 ], [ -110.66968788752179, 37.477789706297095 ], [ -110.67071108211404, 37.477873685227927 ], [ -110.6716325089841, 37.477952865690483 ], [ -110.67319295229963, 37.47803380815715 ], [ -110.6740635280285, 37.478103815345413 ], [ -110.6753806521387, 37.478221013486198 ], [ -110.6764093627818, 37.478340111525043 ], [ -110.67738737135748, 37.478414895239283 ], [ -110.67842758730019, 37.478489840181581 ], [ -110.67912298677022, 37.478531390858763 ], [ -110.6793660724553, 37.478550979454816 ], [ -110.6805702119302, 37.478644377585624 ], [ -110.68171741784077, 37.478828648089568 ], [ -110.68264968708063, 37.479024048119712 ], [ -110.68386454108169, 37.47926166007008 ], [ -110.68481943805607, 37.479458004893658 ], [ -110.68554261217974, 37.479622177699362 ], [ -110.68649751822271, 37.479818508989752 ], [ -110.6876385991085, 37.480123488846111 ], [ -110.68887013491749, 37.480437709573145 ], [ -110.68981386159778, 37.480606943644794 ], [ -110.69075212310885, 37.480731087568543 ], [ -110.69138513575135, 37.480822879311681 ], [ -110.69198985535242, 37.480919100742284 ], [ -110.69266240237569, 37.481024509192721 ], [ -110.69300160563573, 37.481052432025521 ], [ -110.69365798075448, 37.480963999058858 ], [ -110.69420082750138, 37.480978925781002 ], [ -110.69469257570277, 37.481043293123292 ], [ -110.6952632784743, 37.481161944057526 ], [ -110.69609406992311, 37.481294782004447 ], [ -110.69671009183473, 37.481395515187806 ], [ -110.69753537855922, 37.481492274225118 ], [ -110.69831557019383, 37.481552857715819 ], [ -110.69902786361948, 37.481622276778523 ], [ -110.6996498181439, 37.481655407285892 ], [ -110.70037387431415, 37.481612177356972 ], [ -110.70136929329176, 37.481592163331378 ], [ -110.70230826629779, 37.481544957723102 ], [ -110.7025798624436, 37.481509587063236 ], [ -110.70366610212089, 37.481404152464748 ], [ -110.70441291679684, 37.481324900195411 ], [ -110.70517660715261, 37.481268219472746 ], [ -110.70627966446185, 37.481198857450117 ], [ -110.70655111654375, 37.481199531953656 ], [ -110.70727495364349, 37.481210341158402 ], [ -110.70764245729869, 37.481233785247298 ], [ -110.70820208570046, 37.481297362960433 ], [ -110.70915715740128, 37.481471878816571 ], [ -110.70963754175978, 37.481554183335263 ], [ -110.71023691445184, 37.481578188955666 ], [ -110.71088709828256, 37.481624850041662 ], [ -110.71188227293997, 37.481667842495106 ], [ -110.71295682978781, 37.481656937458517 ], [ -110.71430835828784, 37.481682747352984 ], [ -110.7152234530168, 37.481666929180975 ], [ -110.71619155372206, 37.481691792752272 ], [ -110.71692136208002, 37.481620532851487 ], [ -110.71772466403284, 37.481555753611254 ], [ -110.71804720151979, 37.481506948575898 ], [ -110.71881716414491, 37.481283441803292 ], [ -110.71928160395656, 37.481095259170033 ], [ -110.71955913231244, 37.480983247380522 ], [ -110.72007513796588, 37.480614910633854 ], [ -110.72038723275584, 37.480331719071515 ], [ -110.72075097980097, 37.479844939828617 ], [ -110.72104106482165, 37.479395842942147 ], [ -110.72123441048707, 37.479107861811592 ], [ -110.72168326956262, 37.478541058676839 ], [ -110.72230213922855, 37.477875503063551 ], [ -110.72273950639936, 37.477353737131416 ], [ -110.72317076369366, 37.476953639814916 ], [ -110.72361911389247, 37.476517526172245 ], [ -110.72392018345359, 37.476148669322171 ], [ -110.72415874852125, 37.475860788863294 ], [ -110.72431252231618, 37.475563696424494 ], [ -110.72444979374441, 37.475140373803448 ], [ -110.72458119384198, 37.474775626211866 ], [ -110.72502012862977, 37.47381669172033 ], [ -110.72515790109833, 37.473254558628717 ], [ -110.72535249768359, 37.472925110384928 ], [ -110.72551080084904, 37.472623519908247 ], [ -110.72563073387734, 37.472299305908948 ], [ -110.72576825523772, 37.47180387261885 ], [ -110.72578701017132, 37.471313571781288 ], [ -110.72578341692569, 37.470749306828175 ], [ -110.72580847119191, 37.470082352286383 ], [ -110.72580535187794, 37.469388291232448 ], [ -110.72575696510134, 37.468703138735229 ], [ -110.72571990417099, 37.468013505585205 ], [ -110.72562725703564, 37.467062346288834 ], [ -110.7255456897701, 37.466174308344172 ], [ -110.72546410788935, 37.465290777025245 ], [ -110.72537608262081, 37.464623559198238 ], [ -110.72531158155893, 37.463708519309321 ], [ -110.72529160399287, 37.462987377224998 ], [ -110.72522514987813, 37.462297674932472 ], [ -110.72522341396342, 37.461536013437723 ], [ -110.72524293131897, 37.460837497156703 ], [ -110.72540909773532, 37.460233965486132 ], [ -110.72561968366735, 37.459851372334761 ], [ -110.72600539825238, 37.459505239756069 ], [ -110.72651555416067, 37.459141366535633 ], [ -110.72747286075996, 37.458634303849749 ], [ -110.72822119140412, 37.458379136647011 ], [ -110.7286003371425, 37.458280857237099 ], [ -110.72901212600223, 37.458223213133103 ], [ -110.72966228221759, 37.458224702188616 ], [ -110.7305328777543, 37.458240211072216 ], [ -110.73190650966804, 37.458292910601678 ], [ -110.73278817310251, 37.458376030765102 ], [ -110.73395239159825, 37.458494934242431 ], [ -110.73475484304376, 37.458596790164421 ], [ -110.73567578691885, 37.458765607142141 ], [ -110.73656835636423, 37.45896590166339 ], [ -110.73755116781309, 37.459229485819193 ], [ -110.73805961560723, 37.459338778346606 ], [ -110.73846072442902, 37.45942529692055 ], [ -110.73948879342886, 37.459684458261577 ], [ -110.73995767158152, 37.459793655388097 ], [ -110.74047732505487, 37.459934510134516 ], [ -110.74117111374346, 37.46007574411545 ], [ -110.74166962854487, 37.460117396579555 ], [ -110.74239311414982, 37.460173058116879 ], [ -110.74325789686601, 37.460242542840916 ], [ -110.74412861133025, 37.460230910746908 ], [ -110.74471691686313, 37.460137539177062 ], [ -110.74522053812665, 37.460007927313384 ], [ -110.74576387063492, 37.459837837065223 ], [ -110.7464377063552, 37.459528311961506 ], [ -110.74699291690352, 37.459186981112062 ], [ -110.74734465695177, 37.458826284010527 ], [ -110.74757196381903, 37.458480643412514 ], [ -110.74765218887217, 37.458160828130872 ], [ -110.74776078675283, 37.457809525359778 ], [ -110.74776213393606, 37.457408418202846 ], [ -110.74781480100087, 37.456876721752991 ], [ -110.74779994431927, 37.456250237190545 ], [ -110.74774504520005, 37.455763379625346 ], [ -110.74764998299248, 37.45545220362677 ], [ -110.74754898043938, 37.455226645113704 ], [ -110.74735291846078, 37.454689910238201 ], [ -110.74694775034585, 37.45413470001165 ], [ -110.74682956414574, 37.453976706899596 ], [ -110.74644564238807, 37.45349365012563 ], [ -110.74624860312049, 37.453249856926512 ], [ -110.74575422307217, 37.452667409770029 ], [ -110.74533161416049, 37.452260882647295 ], [ -110.74500463756438, 37.451994272977117 ], [ -110.74449160318545, 37.451583040821674 ], [ -110.74341985025991, 37.450900183229813 ], [ -110.74255721368007, 37.450235799005547 ], [ -110.7418355118417, 37.449688894726982 ], [ -110.74122075900334, 37.449277426029802 ], [ -110.74064000770049, 37.44884349443538 ], [ -110.74036401581525, 37.448554449391224 ], [ -110.74018376495604, 37.44836927199546 ], [ -110.73980096701331, 37.447908730063233 ], [ -110.73938428866654, 37.447439098436419 ], [ -110.7389791087946, 37.446915408366742 ], [ -110.73847904751328, 37.44604447858049 ], [ -110.73783311470466, 37.445186743683045 ], [ -110.73720142018932, 37.444464242715306 ], [ -110.73670594266993, 37.443908795784488 ], [ -110.73606379459056, 37.443271895746562 ], [ -110.73525261053109, 37.442485887129564 ], [ -110.73484108627815, 37.442173990964207 ], [ -110.73397303720115, 37.441491503777904 ], [ -110.73334188552714, 37.440953764555495 ], [ -110.73309392354886, 37.440745889057254 ], [ -110.73242925648036, 37.440099904438569 ], [ -110.73193371432842, 37.439580491980614 ], [ -110.73148859696542, 37.439187384243212 ], [ -110.73120660446902, 37.439015482364837 ], [ -110.7309018920014, 37.438875076156549 ], [ -110.73060294583091, 37.438703134234167 ], [ -110.72994278801373, 37.438386147071384 ], [ -110.72944528403916, 37.438105583573304 ], [ -110.72891644146776, 37.437739315620085 ], [ -110.72845988404833, 37.43739123883951 ], [ -110.72829079436752, 37.43726105247552 ], [ -110.72798634242186, 37.437052134933836 ], [ -110.72725894328251, 37.436581744451253 ], [ -110.72680344904354, 37.43625619802468 ], [ -110.72635713298645, 37.435894616129083 ], [ -110.72607514818581, 37.435727208838657 ], [ -110.72572529339973, 37.435573164015331 ], [ -110.72540360033324, 37.435446224795108 ], [ -110.72473724716833, 37.435291441365152 ], [ -110.72386171420789, 37.435154193168501 ], [ -110.72249557643072, 37.435024801456827 ], [ -110.72198590225254, 37.434992055717188 ], [ -110.72139146856512, 37.434954601161053 ], [ -110.7204428656225, 37.435015457633973 ], [ -110.71964561138675, 37.435108213638351 ], [ -110.71885370356787, 37.43528210061141 ], [ -110.71815768705453, 37.435505786501132 ], [ -110.71766531867885, 37.435680379331316 ], [ -110.71706060041173, 37.435971879788802 ], [ -110.71641418963954, 37.436227222169698 ], [ -110.71559342341388, 37.436554251482185 ], [ -110.71465435331358, 37.436777331590889 ], [ -110.71357348138946, 37.437130759821677 ], [ -110.71305291810195, 37.437282730695898 ], [ -110.7123404103335, 37.437375643036972 ], [ -110.7106727539923, 37.437457203222202 ], [ -110.71010750578391, 37.437469338871452 ], [ -110.70909053658205, 37.437367689277217 ], [ -110.7076908240649, 37.437147906520515 ], [ -110.70667287294764, 37.437010178776852 ], [ -110.70545878653292, 37.436732240843718 ], [ -110.70429015474814, 37.436395814907549 ], [ -110.70382138990472, 37.436308109418476 ], [ -110.70286194029673, 37.435959574099037 ], [ -110.70201550381736, 37.435619428303312 ], [ -110.70159269105751, 37.435347949654478 ], [ -110.70115312313671, 37.435026851590713 ], [ -110.70052794908827, 37.434479938431089 ], [ -110.70024175974484, 37.433965430133441 ], [ -110.69982149688731, 37.433342415872822 ], [ -110.69963586124783, 37.432841681940786 ], [ -110.69953528524732, 37.432552986748235 ], [ -110.69946934013409, 37.432084104754381 ], [ -110.69945409729564, 37.431655913435208 ], [ -110.69952963868265, 37.431137815489706 ], [ -110.69967427464972, 37.43029990523052 ], [ -110.69982905835386, 37.429750460173928 ], [ -110.70006310230002, 37.429165161026162 ], [ -110.70026283953989, 37.428678925542741 ], [ -110.70080988366064, 37.427544579608359 ], [ -110.70111795148085, 37.426815245517588 ], [ -110.70156029482159, 37.426140332075484 ], [ -110.70194175959097, 37.42542470153758 ], [ -110.70240372879873, 37.424641669237047 ], [ -110.70298988986059, 37.423602956562249 ], [ -110.70334892370499, 37.422836787754989 ], [ -110.70391707949787, 37.422058522433588 ], [ -110.70428716398129, 37.421351869007914 ], [ -110.70457581539259, 37.420946971689098 ], [ -110.70483900119689, 37.420406803703187 ], [ -110.70507795564957, 37.419992767234511 ], [ -110.70538573885014, 37.419317502802166 ], [ -110.70559657512105, 37.418867340084361 ], [ -110.70580165254567, 37.418444203900961 ], [ -110.70609769918993, 37.417877073340513 ], [ -110.70623475436311, 37.417507849771006 ], [ -110.70635596542327, 37.416854653149997 ], [ -110.70640859595295, 37.416399588834551 ], [ -110.70644476731654, 37.415818290894798 ], [ -110.70656137838672, 37.414894669484447 ], [ -110.70655259216684, 37.414250163400567 ], [ -110.70662840035564, 37.4136464291457 ], [ -110.70667437498956, 37.413448240330716 ], [ -110.70673752821328, 37.413191504610275 ], [ -110.70695535854945, 37.412389819305943 ], [ -110.70709859337997, 37.411880896245776 ], [ -110.70736130022466, 37.411160445114433 ], [ -110.70749224869647, 37.410903876669344 ], [ -110.7077372632057, 37.410372670028622 ], [ -110.7081691609709, 37.409728350711369 ], [ -110.70872031887821, 37.408923878410803 ], [ -110.70922013292245, 37.408244568639439 ], [ -110.70954349186162, 37.40790283995004 ], [ -110.70960021539818, 37.407844389735814 ], [ -110.71034383559038, 37.406935822287679 ], [ -110.71106419903106, 37.406193948089289 ], [ -110.71173342597763, 37.405524054969106 ], [ -110.71253287247289, 37.404777857488561 ], [ -110.71318471650089, 37.404215177706611 ], [ -110.71415975939408, 37.403339596333268 ], [ -110.71434107053611, 37.403200320846452 ], [ -110.71494618371965, 37.402737571271793 ], [ -110.71606985545682, 37.401987623726505 ], [ -110.71694668929675, 37.401372281553698 ], [ -110.7175240634367, 37.401067193492182 ], [ -110.71830509116077, 37.400685970730912 ], [ -110.71930108216785, 37.400224129163959 ], [ -110.71993456046752, 37.400018314118128 ], [ -110.72023425036714, 37.399942406353333 ], [ -110.72119545689719, 37.399714825018869 ], [ -110.72232039881229, 37.399510154961021 ], [ -110.72267081005234, 37.399465908382901 ], [ -110.72320077967881, 37.399444615719574 ], [ -110.72367621971441, 37.399504317395362 ], [ -110.72415038201977, 37.399604576245906 ], [ -110.72501412157894, 37.399764329495504 ], [ -110.72566311507042, 37.399946112874083 ], [ -110.72666732154771, 37.400318003983664 ], [ -110.72703966056798, 37.400458577888855 ], [ -110.72783494120364, 37.400807442101794 ], [ -110.72876533997632, 37.401287310954409 ], [ -110.72971239418375, 37.401851940169465 ], [ -110.7304112243803, 37.402323154038335 ], [ -110.73073239763474, 37.402558244413491 ], [ -110.73134106304057, 37.402969756376471 ], [ -110.73185934454058, 37.403381060250148 ], [ -110.73251889978893, 37.403783667723069 ], [ -110.7333984242338, 37.404290426246334 ], [ -110.73409202018445, 37.404657046511524 ], [ -110.7347956808777, 37.405055233523981 ], [ -110.73532139024708, 37.405291671343697 ], [ -110.73602083467273, 37.405606914775333 ], [ -110.73672032597833, 37.405910436245158 ], [ -110.73755558374107, 37.406165580566835 ], [ -110.73824424187339, 37.406338369081872 ], [ -110.73886502919626, 37.406533538166961 ], [ -110.73915286450192, 37.406619804490028 ], [ -110.7401519666452, 37.406878897336178 ], [ -110.74099305486745, 37.407088059880699 ], [ -110.7416758476279, 37.407328418939493 ], [ -110.74252279539917, 37.407478993805967 ], [ -110.74320048529677, 37.407561591724757 ], [ -110.74395275322038, 37.407644347290429 ], [ -110.74462388069925, 37.407663826351921 ], [ -110.74544306222307, 37.407674606673304 ], [ -110.74649985199346, 37.407591246266875 ], [ -110.74715555427643, 37.40749349868134 ], [ -110.74807141359379, 37.407315178007146 ], [ -110.74900543785748, 37.407109847431883 ], [ -110.74975649726868, 37.406877080999763 ], [ -110.75033803223286, 37.406652965724312 ], [ -110.75070221408461, 37.406550075612671 ], [ -110.75128359474598, 37.406371024277782 ], [ -110.75167422338878, 37.406128473083051 ], [ -110.75194021640797, 37.405989317726558 ], [ -110.75235351351417, 37.405724277350792 ], [ -110.75265389027265, 37.405436464869368 ], [ -110.75306239013806, 37.404910012043743 ], [ -110.75327270860626, 37.404518351229783 ], [ -110.75358037952958, 37.403725779221446 ], [ -110.75371837057766, 37.402991442643938 ], [ -110.75374779741065, 37.402630952202635 ], [ -110.75364370546822, 37.401639217995829 ], [ -110.75349911214697, 37.400940347487939 ], [ -110.75333177701843, 37.400286498269779 ], [ -110.75310817515695, 37.399564927788994 ], [ -110.75291789497571, 37.399019195519131 ], [ -110.75254152484344, 37.398373921799987 ], [ -110.75229446505429, 37.397918207592795 ], [ -110.75194040449963, 37.397363116602826 ], [ -110.7516930988788, 37.396984017871745 ], [ -110.75163131747769, 37.39687572249656 ], [ -110.75141242325104, 37.396447106911097 ], [ -110.75114285561651, 37.395968808340889 ], [ -110.75070443859057, 37.395305370281697 ], [ -110.75039533807468, 37.39482698657622 ], [ -110.74995104598078, 37.394235643659933 ], [ -110.74947865240509, 37.393603677364155 ], [ -110.74883718356618, 37.392858677536772 ], [ -110.7481618058146, 37.392122615752768 ], [ -110.74767240424656, 37.391517647263797 ], [ -110.74709854068701, 37.39083587870639 ], [ -110.7465018054699, 37.390239689480197 ], [ -110.74598965342311, 37.38968874797294 ], [ -110.74539314943709, 37.389029456871512 ], [ -110.74521307366081, 37.388830765138863 ], [ -110.74464465648488, 37.388221106674841 ], [ -110.74391266436545, 37.387547994612248 ], [ -110.74324263084634, 37.386929095396205 ], [ -110.74254981546862, 37.38636873254768 ], [ -110.74154135128238, 37.385622892905992 ], [ -110.74076394860008, 37.385030786247569 ], [ -110.74002610965582, 37.38443425451031 ], [ -110.73913578782376, 37.383837381870883 ], [ -110.7386964365195, 37.383493886760562 ], [ -110.73845984995174, 37.383313087369714 ], [ -110.73765431884762, 37.382702870261333 ], [ -110.73688808356668, 37.382164845630378 ], [ -110.73603182650453, 37.381531969968975 ], [ -110.73529361578504, 37.381061601159956 ], [ -110.73444285755964, 37.380478302255966 ], [ -110.73344000883395, 37.379786488596757 ], [ -110.73250475752401, 37.379148902248076 ], [ -110.73162018936496, 37.378556492616895 ], [ -110.73076914961621, 37.378067811672324 ], [ -110.72989015832405, 37.377502443213636 ], [ -110.72913516427835, 37.377009462866525 ], [ -110.72844202522604, 37.376593237260458 ], [ -110.72783904002875, 37.376235804961482 ], [ -110.72776126918654, 37.37619055682363 ], [ -110.7269204301418, 37.375706378468294 ], [ -110.72623829874081, 37.375375796695536 ], [ -110.72569146191987, 37.37511312857972 ], [ -110.72526854004539, 37.374940884144308 ], [ -110.72432088672491, 37.37464122261742 ], [ -110.72380244684118, 37.374338049703113 ], [ -110.7234705508904, 37.373985734741439 ], [ -110.72306009466013, 37.37349802742397 ], [ -110.72280726911913, 37.3731449943012 ], [ -110.72263922894189, 37.372771427665903 ], [ -110.72244910355533, 37.372261700055347 ], [ -110.72237162242605, 37.371833361079815 ], [ -110.72234395199048, 37.371680060935432 ], [ -110.72233476753274, 37.371107660838852 ], [ -110.72238084024325, 37.370864395424917 ], [ -110.72253021759659, 37.370170680540618 ], [ -110.72268399485002, 37.369814994620384 ], [ -110.7228490809445, 37.369454828057329 ], [ -110.72318419971741, 37.368923796368108 ], [ -110.72353062385045, 37.368388283180209 ], [ -110.72388822091362, 37.367884343446974 ], [ -110.72432496600786, 37.367353545556021 ], [ -110.72483427850388, 37.366741790254132 ], [ -110.72527200814876, 37.366247046406336 ], [ -110.72579331789782, 37.365747987757409 ], [ -110.72647835426358, 37.365253812408199 ], [ -110.72703881555734, 37.364853990999492 ], [ -110.72780854914345, 37.364355496348345 ], [ -110.72861805735825, 37.363784977109127 ], [ -110.72930410570984, 37.363313322113576 ], [ -110.72989160788728, 37.362922562737722 ], [ -110.73024858786584, 37.36257183724144 ], [ -110.73078074543417, 37.362180947154002 ], [ -110.73147700926803, 37.361686768001732 ], [ -110.73199757322519, 37.361376970712868 ], [ -110.73248985372955, 37.361080627927556 ], [ -110.73302221267305, 37.360626631100338 ], [ -110.73357131252574, 37.36022675266728 ], [ -110.73424462174928, 37.359827150776049 ], [ -110.7348613992683, 37.359445446023877 ], [ -110.73535398824848, 37.359054446380831 ], [ -110.73560325089184, 37.358817037976827 ], [ -110.73573398278569, 37.358568547657612 ], [ -110.7358481832263, 37.358203741499757 ], [ -110.73605954815991, 37.3575011323464 ], [ -110.73624269528982, 37.356793952880068 ], [ -110.73636302508103, 37.356289444930326 ], [ -110.73637007383651, 37.355888343811927 ], [ -110.73635441311399, 37.355523247502283 ], [ -110.73629390149264, 37.355067912563591 ], [ -110.73614878312748, 37.354589854216151 ], [ -110.73600308259861, 37.354278550841947 ], [ -110.73570640286714, 37.35355227227118 ], [ -110.73534382247419, 37.35262303346709 ], [ -110.73502969168894, 37.351725450489269 ], [ -110.73486232264314, 37.351157201791032 ], [ -110.7347120034665, 37.35055744249923 ], [ -110.73464084924099, 37.349921805083405 ], [ -110.73462990461432, 37.349502635545626 ], [ -110.7347124634278, 37.348822273414221 ], [ -110.73485611642322, 37.348105992597546 ], [ -110.73504987676706, 37.347588128979545 ], [ -110.73510103216745, 37.347489090923261 ], [ -110.73536816078229, 37.346975897925326 ], [ -110.73577102191214, 37.346390896505859 ], [ -110.73617893844508, 37.345972661641468 ], [ -110.73660334173664, 37.345681557712034 ], [ -110.73745169285201, 37.345227341285771 ], [ -110.73793774697607, 37.345061662233626 ], [ -110.73842367390618, 37.344932036410064 ], [ -110.73885294605286, 37.344860873749923 ], [ -110.73979602322518, 37.344759292163857 ], [ -110.74019119012038, 37.344755653719083 ], [ -110.74110546667137, 37.34482075520539 ], [ -110.74194499910283, 37.344953290707295 ], [ -110.74271888284935, 37.345135253836858 ], [ -110.74304711755279, 37.345226106006429 ], [ -110.74353078890117, 37.345425460887071 ], [ -110.74398288093667, 37.345615731572579 ], [ -110.74448318713904, 37.345905257336561 ], [ -110.74493926699937, 37.346253275838848 ], [ -110.745547222873, 37.346763869127166 ], [ -110.74604664714487, 37.347319295709973 ], [ -110.74634484991545, 37.347950906804911 ], [ -110.74658704384909, 37.348451695938898 ], [ -110.74678773793833, 37.348871270850772 ], [ -110.74709570649216, 37.349624588098393 ], [ -110.74732077810071, 37.350183929168686 ], [ -110.74756031998295, 37.350806397743348 ], [ -110.7477342439461, 37.35113126812616 ], [ -110.74802095938237, 37.351492434027634 ], [ -110.74840901176893, 37.351939446547824 ], [ -110.748696139134, 37.352178924411135 ], [ -110.74910738146164, 37.352445706479926 ], [ -110.7494061367929, 37.352585153320973 ], [ -110.74969919673505, 37.352739910932293 ], [ -110.7500544375481, 37.352871363155586 ], [ -110.75042670605156, 37.35297580863071 ], [ -110.7507200825801, 37.353035918756028 ], [ -110.75117757610576, 37.352977390407538 ], [ -110.75168048341902, 37.352843239127715 ], [ -110.75192358661793, 37.352740089695203 ], [ -110.75222905754029, 37.352555945580995 ], [ -110.75284590645235, 37.352106542470374 ], [ -110.75322528119986, 37.351764807399192 ], [ -110.75367288474172, 37.351274484294457 ], [ -110.7540468413065, 37.350860624265991 ], [ -110.75439275736767, 37.350388114629673 ], [ -110.754659471991, 37.349965016013769 ], [ -110.7548071322153, 37.349694905929546 ], [ -110.75499504127617, 37.349199532134911 ], [ -110.75517173038101, 37.348681600086451 ], [ -110.75526904957705, 37.348266261752023 ], [ -110.75534938219589, 37.347866211770388 ], [ -110.75538992247685, 37.347550809886336 ], [ -110.75544186977532, 37.347199376039349 ], [ -110.75561321262873, 37.346586786359914 ], [ -110.75570499538495, 37.346136281942591 ], [ -110.75577451777852, 37.345586578776256 ], [ -110.75577650000129, 37.344974540322269 ], [ -110.75591440263727, 37.344226672682915 ], [ -110.75593323676613, 37.34363990772632 ], [ -110.7560429663024, 37.342874855255616 ], [ -110.7561189324513, 37.342076381605288 ], [ -110.75614896357376, 37.341517582529306 ], [ -110.75617804012325, 37.340904698096409 ], [ -110.75619193005275, 37.340449525353343 ], [ -110.75623908326492, 37.339832171099211 ], [ -110.75633162553297, 37.339142799125483 ], [ -110.75640102018423, 37.338629150227831 ], [ -110.75644207479991, 37.338151498474929 ], [ -110.75642630551788, 37.337790910304975 ], [ -110.75642178167156, 37.337443866103797 ], [ -110.75647956509634, 37.337029345939605 ], [ -110.75660010542904, 37.336407635258347 ], [ -110.75673829872804, 37.335912155226225 ], [ -110.75686821045539, 37.335533838625253 ], [ -110.75706721365505, 37.335083552563191 ], [ -110.75728284275277, 37.334727946164023 ], [ -110.7574416650293, 37.334484896629057 ], [ -110.7576117747593, 37.334241869994116 ], [ -110.75802510536074, 37.333837090595864 ], [ -110.75851180586022, 37.333432459493061 ], [ -110.75905497142418, 37.333018927453374 ], [ -110.75946774153572, 37.332785405891983 ], [ -110.75974021928859, 37.332650750992897 ], [ -110.75998204580331, 37.33257011669609 ], [ -110.76052415276611, 37.33248558310526 ], [ -110.76120701875216, 37.332509498019732 ], [ -110.76208745760931, 37.332524792536532 ], [ -110.76238538163153, 37.332552432933603 ], [ -110.76287729354165, 37.332634544927913 ], [ -110.76345266897532, 37.332739356527441 ], [ -110.76394935242931, 37.332740348487945 ], [ -110.76430507344884, 37.33269598813115 ], [ -110.76469465879941, 37.33265169405707 ], [ -110.76517923326735, 37.332553503845169 ], [ -110.76593151906654, 37.332397251196319 ], [ -110.76655255198116, 37.332339887792742 ], [ -110.76720186008403, 37.332264548957859 ], [ -110.76756338771769, 37.332166106799598 ], [ -110.76791943670185, 37.332013569365273 ], [ -110.76845096210177, 37.331694617164572 ], [ -110.76903337586637, 37.33134421323404 ], [ -110.76959904490835, 37.330930676463197 ], [ -110.76993866049567, 37.330611343642218 ], [ -110.77035178173239, 37.330247082981863 ], [ -110.77068582931756, 37.329900695441161 ], [ -110.77088414664063, 37.329644183261884 ], [ -110.77107699649524, 37.329329069754969 ], [ -110.77130965223859, 37.328914879859362 ], [ -110.77145745706031, 37.328563622979161 ], [ -110.7717242301412, 37.328063865953958 ], [ -110.77191871885238, 37.327577489832244 ], [ -110.77200307701068, 37.327302728114915 ], [ -110.77224124263856, 37.326929109451584 ], [ -110.77252482699674, 37.326465438478102 ], [ -110.77294434317118, 37.325839777254664 ], [ -110.77328443616358, 37.325349171040614 ], [ -110.77345450129238, 37.325097107148714 ], [ -110.77387902171735, 37.324679673487523 ], [ -110.77420154179205, 37.32439995659 ], [ -110.77443358581974, 37.324179558207774 ], [ -110.7747051193805, 37.323963741513793 ], [ -110.77520812730897, 37.323716815444747 ], [ -110.7757843360106, 37.323524109459647 ], [ -110.77620243214541, 37.32336265043368 ], [ -110.77663075135396, 37.323178674425641 ], [ -110.7770331088097, 37.32299464794135 ], [ -110.77736070294701, 37.32290152001854 ], [ -110.77805481727457, 37.322910936515349 ], [ -110.77898032446468, 37.322916274415398 ], [ -110.77987176896309, 37.322990948894372 ], [ -110.78044733096991, 37.323014553024194 ], [ -110.78124298639408, 37.323038561453785 ], [ -110.78208935499205, 37.32308969969624 ], [ -110.78267608852811, 37.323153876197978 ], [ -110.78302577587966, 37.323225727891341 ], [ -110.78375895381333, 37.323390221972176 ], [ -110.78467821711867, 37.323608232401916 ], [ -110.78554128158605, 37.323745008573752 ], [ -110.7858347290243, 37.323750047019864 ], [ -110.78619589810741, 37.323755207123142 ], [ -110.7866304705493, 37.323746977629895 ], [ -110.78739246551071, 37.323703279620268 ], [ -110.78788373819636, 37.323600501230239 ], [ -110.78870814967146, 37.323435218695202 ], [ -110.78944789351074, 37.323274286740116 ], [ -110.78971888122928, 37.323237811550136 ], [ -110.79001798299444, 37.323238342707889 ], [ -110.7905033279597, 37.323235597427207 ], [ -110.79128215866135, 37.323223452884747 ], [ -110.79201033491375, 37.323161637623116 ], [ -110.79239999157005, 37.323067675723479 ], [ -110.79307191666625, 37.322938150809485 ], [ -110.7936433746513, 37.322812953869828 ], [ -110.79426347448249, 37.322647276098408 ], [ -110.79465318702452, 37.322530772054741 ], [ -110.79524070977953, 37.322306442111277 ], [ -110.79574925881143, 37.322068452060584 ], [ -110.79604900156204, 37.32183010009912 ], [ -110.79630326752132, 37.321713357064802 ], [ -110.79657435329295, 37.321637205056447 ], [ -110.79722370959547, 37.321498603784391 ], [ -110.79763579391502, 37.321453338221602 ], [ -110.79821718384569, 37.321405655875971 ], [ -110.79913704104381, 37.321407220893164 ], [ -110.80039559145466, 37.321373294867641 ], [ -110.80119691545899, 37.321383657790008 ], [ -110.80203776642234, 37.321385067494681 ], [ -110.80276603420285, 37.321278116516432 ], [ -110.80324049334709, 37.321116655735295 ], [ -110.80370357016646, 37.320991229868262 ], [ -110.80416083847417, 37.320928890056074 ], [ -110.80449493125563, 37.32092493555119 ], [ -110.80482087868342, 37.321015612894833 ], [ -110.80515351738144, 37.321137849100054 ], [ -110.80576825192526, 37.321287589526747 ], [ -110.80650107994475, 37.321600671986516 ], [ -110.80736905965067, 37.322029348234523 ], [ -110.80795503862511, 37.322395364671543 ], [ -110.80858050422813, 37.322770455998885 ], [ -110.80916079442997, 37.323158992038856 ], [ -110.80966227541708, 37.323470780123856 ], [ -110.80998915318641, 37.323647076977934 ], [ -110.81072165092867, 37.324107961020424 ], [ -110.81151070556093, 37.324523860999989 ], [ -110.81218154569565, 37.324822387137473 ], [ -110.81285794531262, 37.325156973940139 ], [ -110.81353972727318, 37.325599732393158 ], [ -110.81402453384453, 37.325821336422095 ], [ -110.81440675081313, 37.325993201031494 ], [ -110.81474053366033, 37.326124425941067 ], [ -110.81530994704804, 37.326368691928351 ], [ -110.8155747039695, 37.326571918073711 ], [ -110.81590704381175, 37.326833839262235 ], [ -110.81606461718961, 37.32701886965242 ], [ -110.81624440409023, 37.327352663979823 ], [ -110.81662708357021, 37.327803953556753 ], [ -110.81694788247671, 37.328174020896718 ], [ -110.8172911616477, 37.328584684686987 ], [ -110.81757832185176, 37.328864559167222 ], [ -110.81797834005458, 37.329153620526284 ], [ -110.81836166830988, 37.329343501832881 ], [ -110.81904944538262, 37.329669056612573 ], [ -110.81944987253993, 37.32979135617002 ], [ -110.81992371523278, 37.32989573829817 ], [ -110.82062327420709, 37.330018488764821 ], [ -110.82126057044572, 37.330217759328832 ], [ -110.82198802482731, 37.330480259534006 ], [ -110.82246169510439, 37.330661249504573 ], [ -110.82313831956523, 37.330941694173021 ], [ -110.82394354899772, 37.331258382049079 ], [ -110.82469453935192, 37.33160202582367 ], [ -110.82494262730646, 37.331710560093953 ], [ -110.8256531037718, 37.332004561300785 ], [ -110.82621700479301, 37.332226231739845 ], [ -110.82683170631141, 37.332447973848474 ], [ -110.82757065480281, 37.332638345204401 ], [ -110.82838848174319, 37.332891923757188 ], [ -110.82932470950155, 37.333204257929197 ], [ -110.83012540276982, 37.333552445808849 ], [ -110.83098814970059, 37.333918744735826 ], [ -110.83181709969706, 37.334257947591936 ], [ -110.8327361659932, 37.33468741115346 ], [ -110.83350860949834, 37.335062577867944 ], [ -110.83406110925365, 37.335356306076996 ], [ -110.8349912046104, 37.33591646919713 ], [ -110.83579723433888, 37.336431383310895 ], [ -110.83684560710411, 37.337122397509631 ], [ -110.83761782436936, 37.337623731649934 ], [ -110.83841272476133, 37.338080923567347 ], [ -110.83915684694566, 37.338531731363474 ], [ -110.84010384051368, 37.33914505906813 ], [ -110.84070694844337, 37.339556906606902 ], [ -110.84142853717664, 37.339999557176711 ], [ -110.84209343228218, 37.340563815333866 ], [ -110.84258386639139, 37.340879955438758 ], [ -110.8428656164141, 37.341114691407029 ], [ -110.84350270076307, 37.341489612718298 ], [ -110.84389744580243, 37.341679426127314 ], [ -110.84435965188601, 37.342004535475311 ], [ -110.84475421623075, 37.342284484766395 ], [ -110.84511477530616, 37.34263199245575 ], [ -110.84563914197339, 37.342930136432628 ], [ -110.84620859880476, 37.34326439228844 ], [ -110.84659757748273, 37.343521793380276 ], [ -110.8470486609569, 37.343775667934487 ], [ -110.84734760973363, 37.343892333324355 ], [ -110.84771978064076, 37.3440902173 ], [ -110.84828372650129, 37.344366767089255 ], [ -110.84910692672227, 37.344854570295176 ], [ -110.84987927785016, 37.345369344913152 ], [ -110.85077017147202, 37.345892376550005 ], [ -110.85178989924839, 37.346358775388651 ], [ -110.85300377526858, 37.346856054047102 ], [ -110.85426716263717, 37.347448027093286 ], [ -110.85518092450637, 37.347850267401896 ], [ -110.85570096321889, 37.348089770995358 ], [ -110.85605517889098, 37.348252452568524 ], [ -110.85666435955261, 37.348523608965792 ], [ -110.85739772552677, 37.348803925870321 ], [ -110.85778144019666, 37.348894526694629 ], [ -110.85822165193491, 37.348962659271798 ], [ -110.85887053264587, 37.349143712960732 ], [ -110.85944042285792, 37.349302134535009 ], [ -110.86012886914305, 37.349460693596484 ], [ -110.8608906589668, 37.349646376586868 ], [ -110.86131373438621, 37.349827151119747 ], [ -110.86160713184611, 37.349917633610445 ], [ -110.86217717375317, 37.349999424110699 ], [ -110.86287140882828, 37.350085862835741 ], [ -110.86392708554597, 37.350100602676903 ], [ -110.86490386351056, 37.350038624963304 ], [ -110.86552498440396, 37.349971728480632 ], [ -110.86641168779494, 37.349765413651276 ], [ -110.86724750613459, 37.3495995975791 ], [ -110.8680326067623, 37.349379635683704 ], [ -110.86857488024731, 37.34919996155422 ], [ -110.86949564138368, 37.348876480811363 ], [ -110.87020183264633, 37.348575292377149 ], [ -110.87084040560363, 37.348197407814261 ], [ -110.87146212848378, 37.347765418108089 ], [ -110.87197091615731, 37.347346823770394 ], [ -110.87253642471272, 37.346766038229724 ], [ -110.87294370029826, 37.346279725992751 ], [ -110.87324913838515, 37.345924004742322 ], [ -110.87356046809424, 37.345419559675349 ], [ -110.87370660265699, 37.345126764104542 ], [ -110.87389475831367, 37.344685283817093 ], [ -110.87401410268589, 37.344207674340524 ], [ -110.87409963581011, 37.343693973127401 ], [ -110.8741400382787, 37.343162196001792 ], [ -110.87414659931869, 37.342613256405834 ], [ -110.8741026378754, 37.34189570302928 ], [ -110.87400784246233, 37.341197024622808 ], [ -110.87389047734257, 37.340493815051019 ], [ -110.87382907125075, 37.340083616901843 ], [ -110.87375114669135, 37.339425518648198 ], [ -110.87357202078286, 37.338528443620767 ], [ -110.87339232416878, 37.337973896111798 ], [ -110.87326326422026, 37.337518555534949 ], [ -110.8729876919833, 37.336918835029039 ], [ -110.87285848433521, 37.336553632881014 ], [ -110.87259425330438, 37.335926881818189 ], [ -110.87236962102072, 37.335250596306487 ], [ -110.87212235442277, 37.334610341486766 ], [ -110.87178480688884, 37.333956467412449 ], [ -110.87158228884249, 37.333559635526903 ], [ -110.87126712741862, 37.333022965069233 ], [ -110.87094074231774, 37.332451127209659 ], [ -110.87060302293767, 37.331909021931146 ], [ -110.87028224678467, 37.331363328652152 ], [ -110.86987680874586, 37.330821146946938 ], [ -110.86946006205514, 37.330294274995055 ], [ -110.86913345382219, 37.329865752997428 ], [ -110.86878437552205, 37.329378614665927 ], [ -110.86848591592342, 37.328995191642349 ], [ -110.86828309017521, 37.328792152785944 ], [ -110.86814788936729, 37.328647779447792 ], [ -110.86766329230909, 37.328205556240448 ], [ -110.86723501988746, 37.327830998658591 ], [ -110.86672193598901, 37.327546483244681 ], [ -110.86628787649323, 37.327257547961523 ], [ -110.86572409470907, 37.326923394311727 ], [ -110.86492338729734, 37.326530377215427 ], [ -110.86411146582846, 37.326101286100474 ], [ -110.86336709767609, 37.325771420604077 ], [ -110.86304122242758, 37.325590765334169 ], [ -110.86270745588126, 37.325405593043271 ], [ -110.86210966934398, 37.325166028865397 ], [ -110.86139899023009, 37.324939850369354 ], [ -110.86065422932222, 37.324835315488833 ], [ -110.86021405589013, 37.324821275413385 ], [ -110.8594691467445, 37.324797858244857 ], [ -110.85889351975349, 37.324788159271293 ], [ -110.85801207951303, 37.324742035217767 ], [ -110.85678315965285, 37.32460985222729 ], [ -110.85525404226969, 37.32445926177656 ], [ -110.85398457700134, 37.324286437443874 ], [ -110.85325686868846, 37.324127793482511 ], [ -110.85189173945672, 37.323819619102551 ], [ -110.85049269811053, 37.323542934872918 ], [ -110.84941531675463, 37.323280164773834 ], [ -110.8484836882344, 37.322945460152013 ], [ -110.84726674907337, 37.322493199180322 ], [ -110.84651122204551, 37.322154199208782 ], [ -110.84589120641373, 37.321783822207244 ], [ -110.84558128387349, 37.321558069904938 ], [ -110.84525432238544, 37.321386378088434 ], [ -110.84497241617596, 37.321259814057186 ], [ -110.84455969984208, 37.321078092610215 ], [ -110.84424523981011, 37.320866753118182 ], [ -110.84380451443438, 37.320586740300506 ], [ -110.84340549610789, 37.320333822828843 ], [ -110.84306184014561, 37.320053935643074 ], [ -110.84280255294179, 37.319909368552821 ], [ -110.84239680738699, 37.319638410854054 ], [ -110.8419911685311, 37.319317875261738 ], [ -110.84144462531314, 37.3189160241417 ], [ -110.84104462799122, 37.318599999799517 ], [ -110.84077988529384, 37.318370689933346 ], [ -110.84052131480198, 37.317891701772098 ], [ -110.840397806271, 37.317589568401701 ], [ -110.84026179065593, 37.317331586294635 ], [ -110.83977888175585, 37.316736914993719 ], [ -110.83929651967593, 37.315888950742483 ], [ -110.83893675905388, 37.315239458018553 ], [ -110.83867195772541, 37.314517982105627 ], [ -110.8384536440693, 37.313697415627765 ], [ -110.83825215692349, 37.312926448324532 ], [ -110.83811887810673, 37.311925718324396 ], [ -110.83799097451507, 37.311051190610158 ], [ -110.83788554695467, 37.31022176315831 ], [ -110.83785244707154, 37.309870173863729 ], [ -110.83779201647221, 37.309108412425743 ], [ -110.83770319134968, 37.308432244447147 ], [ -110.83768097078152, 37.308269962873183 ], [ -110.83762539069861, 37.307877779787603 ], [ -110.83758688339384, 37.307418015447027 ], [ -110.83759399902735, 37.306732964870093 ], [ -110.83767995168233, 37.306119232600679 ], [ -110.83768099600631, 37.305633381928182 ], [ -110.83763746751525, 37.304885163983549 ], [ -110.83766087412347, 37.303970279567373 ], [ -110.83773097516705, 37.303379961515375 ], [ -110.83782899435036, 37.30292489099503 ], [ -110.8379815032395, 37.302316657660185 ], [ -110.83811779713119, 37.301902202025332 ], [ -110.83824304719245, 37.301375056602481 ], [ -110.83838534617644, 37.300789343530539 ], [ -110.83858404091005, 37.300212721118008 ], [ -110.8388957392533, 37.29955512651626 ], [ -110.83935994775943, 37.298807598464421 ], [ -110.83954114977207, 37.298492355492037 ], [ -110.83997687983909, 37.297866474805843 ], [ -110.84004477885088, 37.297771919942839 ], [ -110.84040680881871, 37.297312696357224 ], [ -110.84071224857429, 37.29693452118758 ], [ -110.84089330753167, 37.29668237361971 ], [ -110.84111388381413, 37.296416757865508 ], [ -110.84157161565452, 37.296047798723855 ], [ -110.84216369277523, 37.295638454151302 ], [ -110.84292074402134, 37.295107637036644 ], [ -110.84376372820098, 37.294482281781747 ], [ -110.84457142595538, 37.294001097675171 ], [ -110.84539039588232, 37.293519922732557 ], [ -110.84600023630162, 37.293232270605657 ], [ -110.84669469898535, 37.292940217965949 ], [ -110.84685842120251, 37.292877332087627 ], [ -110.84745123639026, 37.292634720289442 ], [ -110.84855772604175, 37.292226005307803 ], [ -110.84939888337983, 37.291911589393848 ], [ -110.84967542318046, 37.291848843094975 ], [ -110.85081546881096, 37.29157535920001 ], [ -110.85204011333309, 37.291306477075288 ], [ -110.85309514984472, 37.29122666541344 ], [ -110.85351264924256, 37.291195633924538 ], [ -110.854346518814, 37.291133565137841 ], [ -110.85544222642558, 37.291022233665224 ], [ -110.85627721217716, 37.290964659624315 ], [ -110.85689773494255, 37.290960904472449 ], [ -110.8573366843105, 37.290920871443355 ], [ -110.85798107692962, 37.290822492601102 ], [ -110.85887259511075, 37.290697363218378 ], [ -110.8598881791479, 37.290590401999907 ], [ -110.86084728389896, 37.290519421597097 ], [ -110.86202634476857, 37.290471224969203 ], [ -110.86304170898119, 37.290481418167204 ], [ -110.86391048042678, 37.290450871291256 ], [ -110.86467222556587, 37.290334562909187 ], [ -110.86545663664279, 37.29015968451224 ], [ -110.86628044313919, 37.290034422316715 ], [ -110.86721704240318, 37.289922801939682 ], [ -110.86814819458307, 37.28969849330948 ], [ -110.86902858069578, 37.289469614188519 ], [ -110.86980744059244, 37.289231602897246 ], [ -110.87060338807453, 37.288894451334691 ], [ -110.871162389202, 37.288570557701462 ], [ -110.87165937458543, 37.288224059221349 ], [ -110.87221860249457, 37.28776044403515 ], [ -110.87268190769825, 37.287310244007408 ], [ -110.87304362113086, 37.286891482161813 ], [ -110.8732360639801, 37.286499579985467 ], [ -110.87338346245538, 37.2860580523623 ], [ -110.87367821655026, 37.285197531389286 ], [ -110.87386567314581, 37.28440900718951 ], [ -110.87396253215448, 37.283827707956647 ], [ -110.87395789133187, 37.283228272569779 ], [ -110.87394769283344, 37.282579254242044 ], [ -110.87390338008885, 37.282093352798348 ], [ -110.87387026285222, 37.281658842996912 ], [ -110.87387138197812, 37.280988202960138 ], [ -110.87382747086953, 37.280262529480709 ], [ -110.87367603544109, 37.279753077144299 ], [ -110.87355879738408, 37.279031832143019 ], [ -110.87338522850811, 37.278269963704538 ], [ -110.87325642825193, 37.277719971870781 ], [ -110.87289676065734, 37.276948889157474 ], [ -110.87238502746033, 37.276055952389157 ], [ -110.87196871839619, 37.275438043646574 ], [ -110.8716987765365, 37.274982544184731 ], [ -110.87145119793529, 37.274644250426505 ], [ -110.8712318819513, 37.27426993085615 ], [ -110.87102951050382, 37.273882108309451 ], [ -110.87081573843557, 37.2735663850058 ], [ -110.87060746902937, 37.273331793377828 ], [ -110.87005575967456, 37.272758799618096 ], [ -110.86895106626039, 37.271711956929877 ], [ -110.86807938442303, 37.270949304981251 ], [ -110.86700394319345, 37.269974588533223 ], [ -110.86581011824295, 37.268990714040285 ], [ -110.86511749293281, 37.268417537095573 ], [ -110.86460533620723, 37.267844562578453 ], [ -110.86344571265028, 37.266693943751363 ], [ -110.86329933710523, 37.266558564583576 ], [ -110.86273636415602, 37.266035100233097 ], [ -110.86206090390229, 37.265353756844107 ], [ -110.86137991586433, 37.264618318945857 ], [ -110.86123377957682, 37.264356741189523 ], [ -110.86088526909636, 37.26375239285273 ], [ -110.86063812434806, 37.263224781974351 ], [ -110.86053776974781, 37.262602696302082 ], [ -110.86049917011508, 37.262129414640462 ], [ -110.86053409211141, 37.261539037246791 ], [ -110.86060247257444, 37.261151514735261 ], [ -110.86063118152281, 37.260872113766844 ], [ -110.86064863927892, 37.26057827709576 ], [ -110.86072957121603, 37.260110544386876 ], [ -110.86104560370848, 37.25935373746475 ], [ -110.86143614226229, 37.258551946671631 ], [ -110.86196165258771, 37.257939606530769 ], [ -110.862426333673, 37.257285728783373 ], [ -110.86274148686957, 37.256997645559309 ], [ -110.86298539521742, 37.256818548838247 ], [ -110.86328340086277, 37.256656640745362 ], [ -110.86411295378113, 37.25626999232415 ], [ -110.86482376116142, 37.256067990224473 ], [ -110.86550058358337, 37.255950677157678 ], [ -110.86610961206257, 37.255907198647854 ], [ -110.86660028225198, 37.25583564021256 ], [ -110.86740672646818, 37.255750912728601 ], [ -110.86797618272045, 37.255765070107365 ], [ -110.86830881000695, 37.2557879756123 ], [ -110.8687835022055, 37.25582455875594 ], [ -110.86963941438897, 37.255825504192423 ], [ -110.87070509126414, 37.255817658652852 ], [ -110.87140445453898, 37.255701237839197 ], [ -110.87166389027686, 37.255660956168327 ], [ -110.87269052054272, 37.255400657469288 ], [ -110.87352531109708, 37.255216764389033 ], [ -110.87377907560681, 37.255194500089921 ], [ -110.8743541808017, 37.255200520183301 ], [ -110.87472632995879, 37.255190999067963 ], [ -110.87499706128126, 37.255137200985239 ], [ -110.87539759341098, 37.255011426666663 ], [ -110.87569086963995, 37.254962157735513 ], [ -110.87692029552738, 37.254801189440677 ], [ -110.87841500763106, 37.254460200353648 ], [ -110.87990980646336, 37.254056094196073 ], [ -110.88112254886563, 37.253732812626225 ], [ -110.8821944090713, 37.253355294296455 ], [ -110.88345255561075, 37.252824711071568 ], [ -110.88460922513833, 37.252275987489462 ], [ -110.88540496325518, 37.251776481015305 ], [ -110.88616122427739, 37.251276931197111 ], [ -110.88683299897059, 37.250714197484363 ], [ -110.88720004958049, 37.250326943856919 ], [ -110.88742028752969, 37.25008828129738 ], [ -110.88792316400198, 37.249349606696263 ], [ -110.88816062366638, 37.248899128944643 ], [ -110.88832463515087, 37.248552242967158 ], [ -110.88842080477875, 37.248331489487946 ], [ -110.88855105980852, 37.247934994089064 ], [ -110.88852886696499, 37.247691593918766 ], [ -110.88840581859716, 37.247024438459995 ], [ -110.88816463338071, 37.246185904340393 ], [ -110.88806348131911, 37.245964964539567 ], [ -110.8878767106676, 37.245694366328223 ], [ -110.88760780569662, 37.245306507218956 ], [ -110.88746164256348, 37.245026932808237 ], [ -110.887214299257, 37.244548952731748 ], [ -110.88695529353129, 37.244332368500849 ], [ -110.8854690899885, 37.242933762097572 ], [ -110.88489371578316, 37.242423910110588 ], [ -110.8843092537322, 37.241963623719663 ], [ -110.88369549146245, 37.241498798611978 ], [ -110.88317744598523, 37.241115191271007 ], [ -110.88264945426576, 37.240605374977186 ], [ -110.88198420882459, 37.239910631381925 ], [ -110.88130895585421, 37.239134747407199 ], [ -110.88054925945694, 37.23829567591649 ], [ -110.88004847018182, 37.237718269780075 ], [ -110.8797558649444, 37.237388959765759 ], [ -110.87942959802059, 37.236960460051023 ], [ -110.87912033929334, 37.236473385355801 ], [ -110.8787717919171, 37.235882607860113 ], [ -110.87822064806593, 37.235088804645819 ], [ -110.8776977653708, 37.234254464655564 ], [ -110.87732683823498, 37.233573518906717 ], [ -110.87690512725054, 37.232929476833007 ], [ -110.87649480997865, 37.232216036735515 ], [ -110.87625873301832, 37.231810157137566 ], [ -110.87594401935526, 37.231237434375693 ], [ -110.87584852985572, 37.231034517698596 ], [ -110.87570252637578, 37.230700843884684 ], [ -110.87534253654248, 37.230245254848164 ], [ -110.87515149689017, 37.229879983644253 ], [ -110.87506196000611, 37.229487777009091 ], [ -110.87505694075868, 37.229113687623048 ], [ -110.87504039588505, 37.228892825331847 ], [ -110.87506918023081, 37.228527785645454 ], [ -110.87512591571202, 37.228302493583108 ], [ -110.87525048757182, 37.227955582924785 ], [ -110.87530146701033, 37.227802397307521 ], [ -110.87551641079517, 37.22733839844814 ], [ -110.87568585491344, 37.227122238557882 ], [ -110.87581574811212, 37.226964628460991 ], [ -110.87626188256175, 37.226433264769824 ], [ -110.87687834834257, 37.225825456856015 ], [ -110.87763935160771, 37.225055541615859 ], [ -110.87824887241582, 37.224546874137779 ], [ -110.87894754275665, 37.223970689000453 ], [ -110.87964830647846, 37.223489149684944 ], [ -110.88021805712529, 37.223165220231344 ], [ -110.88069751385753, 37.222913309778065 ], [ -110.88185937467222, 37.222369122229011 ], [ -110.88210752401693, 37.222261200457623 ], [ -110.88303921886798, 37.221847476196388 ], [ -110.88438008780261, 37.22142062356663 ], [ -110.88542326758116, 37.22106107377931 ], [ -110.88637044619203, 37.220823112910061 ], [ -110.88757707302337, 37.220445672616414 ], [ -110.88832132284298, 37.220225531504319 ], [ -110.88884560981079, 37.220116954198062 ], [ -110.88929089324027, 37.220077709242425 ], [ -110.88998986525098, 37.219983712558268 ], [ -110.89050848506312, 37.219894052209803 ], [ -110.89145555570441, 37.219710135051017 ], [ -110.89213206218433, 37.219557513535371 ], [ -110.89271849028017, 37.219337200912499 ], [ -110.89327670476412, 37.219139395186637 ], [ -110.89378990673526, 37.218887461915834 ], [ -110.8942186270952, 37.218594887574277 ], [ -110.89445557569712, 37.218414817097695 ], [ -110.89532435476735, 37.217771080384836 ], [ -110.89623254936552, 37.217140892899039 ], [ -110.89665004699772, 37.216798722301128 ], [ -110.89706758984585, 37.216420493864845 ], [ -110.89749662506976, 37.215875513086111 ], [ -110.89788075307207, 37.215195280524597 ], [ -110.89802197174301, 37.214947514490582 ], [ -110.89814064803264, 37.21469972889453 ], [ -110.8982425809404, 37.214330238447317 ], [ -110.89828820211063, 37.213929150198886 ], [ -110.89826680339988, 37.213078200732205 ], [ -110.89820562829384, 37.21247330195628 ], [ -110.89813273426341, 37.212202816222494 ], [ -110.89802610865219, 37.211873709728771 ], [ -110.89778455092302, 37.2113146271207 ], [ -110.89757673407095, 37.210809657776316 ], [ -110.89741366469616, 37.210552614678882 ], [ -110.89722803794318, 37.210309072935914 ], [ -110.89699731997619, 37.210074505798303 ], [ -110.89659764561439, 37.209772185043491 ], [ -110.89601784696315, 37.209329986296829 ], [ -110.89569695796209, 37.209108858565799 ], [ -110.89548861406978, 37.209000505647928 ], [ -110.89511132887245, 37.208815382979921 ], [ -110.89464510163015, 37.208567081280925 ], [ -110.89434557590234, 37.208386532349877 ], [ -110.89388389326605, 37.208115696422624 ], [ -110.89332100862096, 37.207687020684915 ], [ -110.89259605349611, 37.207113068244901 ], [ -110.89232481350064, 37.206861328339322 ], [ -110.89207717712407, 37.20665467986219 ], [ -110.89161568202016, 37.206265750345246 ], [ -110.89104177483679, 37.205683813675428 ], [ -110.89046794810903, 37.205052296628075 ], [ -110.89020358987364, 37.204727543833265 ], [ -110.89009680002157, 37.20454265548225 ], [ -110.88996761625965, 37.204258590978483 ], [ -110.88967563461392, 37.203559725543172 ], [ -110.8893724354193, 37.202829299428068 ], [ -110.88916494161347, 37.202157553792134 ], [ -110.88899690532993, 37.201476830579324 ], [ -110.8889585804442, 37.200715101631168 ], [ -110.88889779851117, 37.199899266791348 ], [ -110.88894396204799, 37.199155645084652 ], [ -110.88896135978003, 37.198817631820141 ], [ -110.88910364497976, 37.197839732756307 ], [ -110.88921230008283, 37.196740111221708 ], [ -110.88937149309574, 37.195753213170576 ], [ -110.8895868566559, 37.194879043704333 ], [ -110.88992597615255, 37.19413118657274 ], [ -110.89019723559349, 37.193554533976403 ], [ -110.89042893092029, 37.193063478361893 ], [ -110.89064904382046, 37.192788750722073 ], [ -110.89084655539132, 37.192559072498327 ], [ -110.89160253009803, 37.191820607709452 ], [ -110.89248242943805, 37.191082250519969 ], [ -110.89331704666273, 37.190483565024735 ], [ -110.89433744379656, 37.18996616663491 ], [ -110.89549322323921, 37.189309159770659 ], [ -110.89684055599515, 37.188625266068271 ], [ -110.89796245063725, 37.187999754920298 ], [ -110.89902793944994, 37.187414748646454 ], [ -110.89986784210355, 37.187009825113435 ], [ -110.90049364173258, 37.186627251329035 ], [ -110.90081511108359, 37.186342673990225 ], [ -110.90105204773387, 37.186082363384159 ], [ -110.90144122138321, 37.185713107894387 ], [ -110.90161502826908, 37.185478884618384 ], [ -110.9019208776825, 37.185068994644737 ], [ -110.9023666923305, 37.184451893932518 ], [ -110.90265459442035, 37.18397438110479 ], [ -110.90287486170362, 37.183523854554579 ], [ -110.90290877537159, 37.183433740882677 ], [ -110.90301647161495, 37.182911008549333 ], [ -110.90297765743151, 37.182428719860447 ], [ -110.90288859164025, 37.181599345198443 ], [ -110.90269787645079, 37.180972705313671 ], [ -110.90255229637049, 37.180292017277026 ], [ -110.90224952435038, 37.179205562534875 ], [ -110.90184539082765, 37.178105501672107 ], [ -110.90162083309677, 37.177528409511922 ], [ -110.90142471679462, 37.176739507854251 ], [ -110.90135199183173, 37.176356345654781 ], [ -110.90131306838305, 37.175968704463244 ], [ -110.90128535746886, 37.175621636288561 ], [ -110.9012632792397, 37.175274572780751 ], [ -110.90125136887421, 37.174904982323397 ], [ -110.90128116755351, 37.174512891196215 ], [ -110.90139426026469, 37.174170447260835 ], [ -110.90164274398006, 37.173661353667853 ], [ -110.9019644556102, 37.173143305950823 ], [ -110.90226346089493, 37.172759549616075 ], [ -110.90252279213027, 37.172566860135262 ], [ -110.90293423350012, 37.172341843785809 ], [ -110.90363846103777, 37.172184670677495 ], [ -110.90470867644166, 37.172108915729702 ], [ -110.90588014067008, 37.172136894464366 ], [ -110.90649962746836, 37.172182455702043 ], [ -110.90708537694414, 37.172182916432128 ], [ -110.90784564821269, 37.172246609266303 ], [ -110.90885932178097, 37.172351056129919 ], [ -110.90957439881167, 37.172531887234847 ], [ -110.90994033882531, 37.172662871289809 ], [ -110.91057192588796, 37.172960817009667 ], [ -110.91104926087729, 37.173200953019716 ], [ -110.911735944322, 37.173592681147831 ], [ -110.91242829737112, 37.173958268395467 ], [ -110.91293482003512, 37.174296672702503 ], [ -110.91378469765175, 37.174833636677995 ], [ -110.91419554716963, 37.175113373862942 ], [ -110.91447132364044, 37.175301969180396 ], [ -110.91520854258675, 37.175866785388251 ], [ -110.91577693289729, 37.176308884528531 ], [ -110.91676757210043, 37.176932462830301 ], [ -110.91732479385853, 37.177301531957951 ], [ -110.91836054504951, 37.177901691511764 ], [ -110.91916112124869, 37.178262806628524 ], [ -110.91983566624384, 37.178497632946396 ], [ -110.92042691299349, 37.178673807499365 ], [ -110.92132228174505, 37.178895252197869 ], [ -110.92173343680668, 37.178927074030696 ], [ -110.92207141788894, 37.178909268483388 ], [ -110.92258414610218, 37.178760871022689 ], [ -110.92347999953218, 37.178509056585064 ], [ -110.92416180144166, 37.178261605633722 ], [ -110.92462387661534, 37.178063589036981 ], [ -110.92506913161122, 37.177784432584907 ], [ -110.92527219466544, 37.177491600718383 ], [ -110.92543021764764, 37.177176204758588 ], [ -110.92551037728423, 37.176995972019952 ], [ -110.92584823110812, 37.175946034423937 ], [ -110.92626512202231, 37.174697833330796 ], [ -110.9264415212849, 37.174008359565818 ], [ -110.92652113440619, 37.173223275344775 ], [ -110.92654466615895, 37.17218756242243 ], [ -110.92664143762831, 37.171128457841647 ], [ -110.92663186626282, 37.170542531031913 ], [ -110.9265916509346, 37.17019546065238 ], [ -110.92649055322794, 37.169906944585826 ], [ -110.92636136179307, 37.169550804694836 ], [ -110.92597371561688, 37.168563511545003 ], [ -110.92559200300619, 37.167278752997369 ], [ -110.92523847535085, 37.165980489469185 ], [ -110.92495768554124, 37.165173543300497 ], [ -110.92488481256554, 37.164830958435552 ], [ -110.92483444448169, 37.164510923224967 ], [ -110.92483480153278, 37.164150356360814 ], [ -110.92481302062758, 37.163397658671627 ], [ -110.92483049105246, 37.162816255200298 ], [ -110.92488141106475, 37.162577411723667 ], [ -110.92500022020708, 37.162023114879254 ], [ -110.92509112404056, 37.161211896045444 ], [ -110.92522689458774, 37.160585496100161 ], [ -110.92533989743829, 37.160203365971334 ], [ -110.92556572119149, 37.159621191729926 ], [ -110.92587609711356, 37.158949829475795 ], [ -110.92615823274478, 37.15835957641665 ], [ -110.9265701984102, 37.15744038528775 ], [ -110.92685687997914, 37.156796048093135 ], [ -110.92712871271664, 37.156363534461605 ], [ -110.92716254649139, 37.15631397721701 ], [ -110.92737116197682, 37.156034665357275 ], [ -110.92783911333036, 37.155427394755591 ], [ -110.92827322227826, 37.154872384077343 ], [ -110.92857758900553, 37.15455707116184 ], [ -110.92902840659929, 37.154187760076731 ], [ -110.92916928272953, 37.154076068357888 ], [ -110.92940596432155, 37.153876995896596 ], [ -110.92996958153822, 37.153300421851426 ], [ -110.93056811330689, 37.1527103442317 ], [ -110.93139549063073, 37.151846364638473 ], [ -110.9319984850066, 37.15127791629763 ], [ -110.93232530021309, 37.151012184519516 ], [ -110.93287735784665, 37.150724044104756 ], [ -110.93367162931023, 37.150318852310406 ], [ -110.93461809974752, 37.149701905519088 ], [ -110.93510836902486, 37.149219915226219 ], [ -110.93532255474946, 37.148954113366031 ], [ -110.93561000383404, 37.148607223113856 ], [ -110.93581733813156, 37.148449587033916 ], [ -110.93613392556959, 37.148264065478969 ], [ -110.93698999119611, 37.147976069179414 ], [ -110.93798669168548, 37.147833269015074 ], [ -110.93890451289001, 37.147752617834939 ], [ -110.93987297357734, 37.147712549160396 ], [ -110.9404911204083, 37.147803003157144 ], [ -110.94154492364265, 37.148073953646524 ], [ -110.94215282736116, 37.148313128265187 ], [ -110.94277754139152, 37.148664985401176 ], [ -110.94312082433572, 37.148899519883663 ], [ -110.94358230305851, 37.149197209091987 ], [ -110.94420699456607, 37.149598636739377 ], [ -110.94471916666167, 37.149882824040702 ], [ -110.94554643522078, 37.150473637086876 ], [ -110.94618237374188, 37.150924637503493 ], [ -110.9464187618122, 37.151064464682371 ], [ -110.94687471414979, 37.151250362415787 ], [ -110.94727439454006, 37.151389359540872 ], [ -110.94774718777286, 37.151655487759562 ], [ -110.94834378326399, 37.152034345568453 ], [ -110.94900223512779, 37.152543932832621 ], [ -110.94925552271786, 37.152688268687236 ], [ -110.94956513699462, 37.152805585391647 ], [ -110.94982411687505, 37.15285978048891 ], [ -110.9501630631092, 37.152900487377984 ], [ -110.95092209244312, 37.152900804110388 ], [ -110.9517330309761, 37.15273437450567 ], [ -110.95229618717492, 37.15260840375992 ], [ -110.95273551268437, 37.152405760346639 ], [ -110.95368740819197, 37.151914862378945 ], [ -110.9539352687289, 37.151734675017842 ], [ -110.95448173793324, 37.151248119445171 ], [ -110.95509021694909, 37.150626371831876 ], [ -110.95541708356153, 37.150130714238557 ], [ -110.95554111191436, 37.149864841912176 ], [ -110.95561440661443, 37.149698106667145 ], [ -110.95569898834714, 37.149486304585061 ], [ -110.95574975816845, 37.149323166504885 ], [ -110.95578814433469, 37.149153713838494 ], [ -110.95581750004257, 37.149021216017175 ], [ -110.95606581225016, 37.148035154538441 ], [ -110.95612817645089, 37.147291505802478 ], [ -110.9561341400042, 37.146714598884628 ], [ -110.95606129517958, 37.146110620102952 ], [ -110.95596593841248, 37.145493111543026 ], [ -110.95587060937528, 37.144830531810911 ], [ -110.95568530501943, 37.143987634133516 ], [ -110.95538171529614, 37.143243847900784 ], [ -110.95520739586399, 37.142883213712857 ], [ -110.95464488170482, 37.142062706523014 ], [ -110.95430063070023, 37.141557778376864 ], [ -110.95396995120063, 37.14096181089721 ], [ -110.95371689636056, 37.140484860409224 ], [ -110.9534808092386, 37.139885322669478 ], [ -110.95335719953728, 37.139484141476665 ], [ -110.95305934155733, 37.13864119460235 ], [ -110.95278949285895, 37.138032627709208 ], [ -110.95236773311571, 37.137288785901077 ], [ -110.95199097546097, 37.136612567391914 ], [ -110.95159160878198, 37.136089580147832 ], [ -110.95122032274627, 37.13567928085039 ], [ -110.95097282227525, 37.135372695184415 ], [ -110.95078161255758, 37.135075146594644 ], [ -110.95064118053148, 37.134606348586289 ], [ -110.95061330582843, 37.134187175555809 ], [ -110.95064164602053, 37.13388971794592 ], [ -110.95076454447468, 37.133614835188624 ], [ -110.95097976307873, 37.133339990502925 ], [ -110.9513515269182, 37.13298408172394 ], [ -110.95158807259745, 37.132803894033323 ], [ -110.95252850224033, 37.132263420740024 ], [ -110.95323810417342, 37.131749891789497 ], [ -110.95365488041074, 37.131398500547292 ], [ -110.95384643430272, 37.131132655524368 ], [ -110.9540267640005, 37.130808213334575 ], [ -110.95448331856052, 37.129816824158802 ], [ -110.95484404773657, 37.129028216826775 ], [ -110.95521601139383, 37.128266655235215 ], [ -110.95561617262348, 37.127401439235634 ], [ -110.95602753806459, 37.126612846920324 ], [ -110.95638811185728, 37.126040576089224 ], [ -110.95661342044764, 37.125765724522985 ], [ -110.95683868134215, 37.125572000638442 ], [ -110.95713713507322, 37.125342245852231 ], [ -110.9575256843427, 37.125044915829037 ], [ -110.95771153232914, 37.124864697492505 ], [ -110.95804375774563, 37.124625938197319 ], [ -110.95862367196101, 37.124333179226781 ], [ -110.95932852120148, 37.124071108746513 ], [ -110.96006484706207, 37.123882961441964 ], [ -110.9605546011948, 37.123761433156147 ], [ -110.96118506221133, 37.123653470356345 ], [ -110.96180426422562, 37.123545500574593 ], [ -110.96242904853138, 37.123527671736831 ], [ -110.96299191350815, 37.12351883453497 ], [ -110.96356038103488, 37.12356408182935 ], [ -110.96419523926505, 37.123667939032998 ], [ -110.96473778352552, 37.123785286775401 ], [ -110.96544579695559, 37.123934230218246 ], [ -110.96615493086583, 37.124101198230129 ], [ -110.96670080711122, 37.124335723053399 ], [ -110.9670215511249, 37.124543140224112 ], [ -110.96724099977224, 37.124705457376614 ], [ -110.96755495389459, 37.125003013605607 ], [ -110.96775189774721, 37.125147295161767 ], [ -110.96799503973845, 37.125192432243672 ], [ -110.96850158617086, 37.125287217415178 ], [ -110.96908133870009, 37.125305398508907 ], [ -110.96982991969756, 37.125409255117262 ], [ -110.97072484338739, 37.12553117170161 ], [ -110.97147228788425, 37.125675581726952 ], [ -110.97236831558111, 37.125873205763774 ], [ -110.97359531575096, 37.126086221404286 ], [ -110.97464782663432, 37.126308201390316 ], [ -110.975559626426, 37.126519326015519 ], [ -110.97652095091077, 37.126776426045794 ], [ -110.97728753929221, 37.126979395705803 ], [ -110.97809802662296, 37.127218425464008 ], [ -110.97867775953614, 37.127367266039059 ], [ -110.97950406129237, 37.127439525659767 ], [ -110.98034387981446, 37.127489246173894 ], [ -110.98125579075452, 37.127371307379271 ], [ -110.98183561051528, 37.127187507228015 ], [ -110.98226345255669, 37.126984751698835 ], [ -110.9828264253966, 37.126601729537633 ], [ -110.98353578935819, 37.125997876278333 ], [ -110.98407627762015, 37.12540391181161 ], [ -110.98431277163354, 37.12498387980564 ], [ -110.98457739346557, 37.124627852063327 ], [ -110.98462250958966, 37.124199681516892 ], [ -110.98463385983256, 37.123739956706565 ], [ -110.98456640219413, 37.123317180017928 ], [ -110.98447643235382, 37.122888090345498 ], [ -110.98431891636106, 37.122482428690944 ], [ -110.98412763763923, 37.12204521243109 ], [ -110.98404888029022, 37.121846888495114 ], [ -110.98377320201904, 37.121296982171351 ], [ -110.98346935338974, 37.120895806283919 ], [ -110.98312048290983, 37.120485608943476 ], [ -110.98296855800355, 37.120300795168006 ], [ -110.98277162130077, 37.120052874932789 ], [ -110.9824891539334, 37.119723813533625 ], [ -110.98219208287614, 37.119277564028728 ], [ -110.98193891465567, 37.118835827566613 ], [ -110.9817926781288, 37.118425656873249 ], [ -110.98169145335729, 37.118079494104251 ], [ -110.98169155993244, 37.11763689444075 ], [ -110.98174231087209, 37.117231260983196 ], [ -110.98187748722573, 37.11680761190722 ], [ -110.98205202670198, 37.116519182395628 ], [ -110.9822490729115, 37.11624878448977 ], [ -110.98257556798612, 37.11595586970617 ], [ -110.98287390925591, 37.115712528339188 ], [ -110.98317224761878, 37.115473693337755 ], [ -110.98345370895534, 37.115194291078026 ], [ -110.983746418189, 37.114942833868405 ], [ -110.98412356115136, 37.114612963242692 ], [ -110.98448944848992, 37.114265962841074 ], [ -110.98481029041845, 37.114013605216165 ], [ -110.98519866921092, 37.113738719521287 ], [ -110.98557015647853, 37.113490873257149 ], [ -110.98597540673593, 37.113252044074066 ], [ -110.98632437697268, 37.113008699889242 ], [ -110.98666208935565, 37.112765353401244 ], [ -110.98675214609719, 37.112697756562881 ], [ -110.98710111206957, 37.112449902939048 ], [ -110.98738252384969, 37.112314719341818 ], [ -110.98768644350788, 37.11219305880136 ], [ -110.98805790167084, 37.112030840135318 ], [ -110.98837870373276, 37.111900165254347 ], [ -110.98869950134382, 37.111792025150621 ], [ -110.98905969020956, 37.111697409207416 ], [ -110.98947052769789, 37.111602796677111 ], [ -110.98966750417149, 37.111557742707099 ], [ -110.98996465616447, 37.111494668410614 ], [ -110.99067488556732, 37.111400076665461 ], [ -110.9912657991861, 37.111364064626216 ], [ -110.99195800996453, 37.111337070815679 ], [ -110.99254329257579, 37.111323587677767 ], [ -110.99322424552402, 37.11131461428657 ], [ -110.99350450590428, 37.111305615710876 ], [ -110.99402338147853, 37.111287614480219 ], [ -110.99472684504515, 37.111274126461844 ], [ -110.99548658669056, 37.111238100774713 ], [ -110.99616753857332, 37.111228209053763 ], [ -110.99682597998464, 37.111206594283139 ], [ -110.99752381431848, 37.111202103779931 ], [ -110.99810909479426, 37.111193100297896 ], [ -110.9987393962305, 37.111211137195156 ], [ -110.9993359311557, 37.111301284639644 ], [ -110.99968484845994, 37.111355371641508 ], [ -111.0002532471635, 37.111472557170515 ], [ -111.00051775012467, 37.111526641870071 ], [ -111.00083290301615, 37.111585232763993 ], [ -111.00120996089282, 37.111612272295076 ], [ -111.00181212908738, 37.111679871568754 ], [ -111.00243118328655, 37.111801552995409 ], [ -111.00310088975057, 37.111936751262448 ], [ -111.00370306482804, 37.112058426483415 ], [ -111.00444594206955, 37.112283757427321 ], [ -111.00469357000031, 37.11237839759923 ], [ -111.00522259727094, 37.112608239066333 ], [ -111.00584730649854, 37.112914694675297 ], [ -111.00647201922639, 37.113203118461939 ], [ -111.00718678975953, 37.11356815470112 ], [ -111.00771021089496, 37.11385657802802 ], [ -111.00836871294291, 37.114208990788825 ], [ -111.00872891506026, 37.114343277227 ], [ -111.00947746700275, 37.114645197308398 ], [ -111.00988833603122, 37.114866012999492 ], [ -111.01034423130277, 37.115086823338629 ], [ -111.01078323806786, 37.115257153630559 ], [ -111.01111530635892, 37.11537070256577 ], [ -111.01156556785942, 37.115510380434245 ], [ -111.01217342073041, 37.11568159040096 ], [ -111.01240417332998, 37.115703200692586 ], [ -111.01272947951817, 37.115740124651929 ], [ -111.0133609374041, 37.115699491034569 ], [ -111.01390682309012, 37.115519143190859 ], [ -111.01433451392337, 37.115316271542206 ], [ -111.01473406342753, 37.115117908971655 ], [ -111.01528553884725, 37.114784311738319 ], [ -111.01575821086705, 37.114414665399885 ], [ -111.01633214960353, 37.113900775151748 ], [ -111.01666973433589, 37.113495086629143 ], [ -111.01698480312363, 37.113084893216758 ], [ -111.0172830045645, 37.112760336849462 ], [ -111.01762622992491, 37.112453801546707 ], [ -111.01820018222936, 37.112111173007584 ], [ -111.01862221910774, 37.111926315164759 ], [ -111.01917932410444, 37.111759462561764 ], [ -111.01983772802616, 37.111601604691423 ], [ -111.02047924728998, 37.111448253208572 ], [ -111.0211263916664, 37.111294897249032 ], [ -111.02177916757469, 37.111164072370173 ], [ -111.02250510643378, 37.111051258551697 ], [ -111.0231860313574, 37.110969999009662 ], [ -111.02375440984925, 37.110915800939189 ], [ -111.02428225967832, 37.110834565668569 ], [ -111.0249361812847, 37.1107938657739 ], [ -111.02554957848787, 37.110739649620577 ], [ -111.02608980601089, 37.110658403633423 ], [ -111.02653437651664, 37.110617740803868 ], [ -111.02717589167371, 37.110513931504151 ], [ -111.0276767174711, 37.110419165916497 ], [ -111.02809876520271, 37.110351459691202 ], [ -111.02840825797681, 37.110279271852626 ], [ -111.02880778184603, 37.110180018581026 ], [ -111.02932548276524, 37.110076227661722 ], [ -111.02980378904918, 37.109972444389179 ], [ -111.03029898758555, 37.109895697656384 ], [ -111.03082795249743, 37.109823447211426 ], [ -111.03140755723649, 37.109733152478704 ], [ -111.03195903975003, 37.109683426675375 ], [ -111.03237546159257, 37.109638242392656 ], [ -111.03293821354595, 37.109624566006566 ], [ -111.03343342051367, 37.109579356096006 ], [ -111.03385546647061, 37.109529657897831 ], [ -111.03447448486659, 37.109497929616452 ], [ -111.03493030128182, 37.109461739162413 ], [ -111.03539738497209, 37.109452586380641 ], [ -111.03598264311704, 37.109434381693163 ], [ -111.03665793110062, 37.109393610660732 ], [ -111.03732196766688, 37.109361853587032 ], [ -111.03803663363793, 37.109294019513072 ], [ -111.03880753470777, 37.109149541504813 ], [ -111.03942084749806, 37.108977166762884 ], [ -111.0399441181971, 37.108806622064087 ], [ -111.04035484317427, 37.108648733377919 ], [ -111.04084432955976, 37.108450251973203 ], [ -111.04139005625422, 37.108193156205722 ], [ -111.04200328627583, 37.107895469832087 ], [ -111.0424589636812, 37.107633893855088 ], [ -111.04291456166432, 37.107237102160703 ], [ -111.04329137427412, 37.106844844614137 ], [ -111.0435443814813, 37.106452631374921 ], [ -111.04386601070435, 37.106010813732937 ], [ -111.04409529660785, 37.105478886879638 ], [ -111.04414582171277, 37.105271539904088 ], [ -111.04423005756355, 37.104974037639671 ], [ -111.04442215095459, 37.104360995499981 ], [ -111.04458950560793, 37.103788526510918 ], [ -111.04470752201242, 37.103527068211626 ], [ -111.04493799718836, 37.103125846005149 ], [ -111.04511218537898, 37.102701207642674 ], [ -111.04526955650574, 37.102387450975066 ], [ -111.04552818406182, 37.102025879599012 ], [ -111.04579245025509, 37.101687742572814 ], [ -111.04614672638768, 37.101318019984028 ], [ -111.04646841241022, 37.101029437566304 ], [ -111.04684975521053, 37.100763366396805 ], [ -111.04722657703618, 37.100470252962808 ], [ -111.04764279538796, 37.100195151048553 ], [ -111.04807591978354, 37.099965112191953 ], [ -111.04840780997669, 37.099816241606241 ], [ -111.04906039674557, 37.099617659318803 ], [ -111.04940921723836, 37.099550808840185 ], [ -111.04997182570818, 37.099436993193777 ], [ -111.05049506932346, 37.099360150182996 ], [ -111.05109141804779, 37.099220173444934 ], [ -111.05180595490414, 37.099120706381129 ], [ -111.05224474616543, 37.098976285427604 ], [ -111.05262844634051, 37.098908508674093 ], [ -111.05315622598113, 37.098890244710816 ], [ -111.05356246691443, 37.098872033357971 ], [ -111.05423656159678, 37.098880741242262 ], [ -111.05492864585973, 37.098866901268046 ], [ -111.05521000119332, 37.098889306304144 ], [ -111.05567706427378, 37.098944075025614 ], [ -111.05623978210944, 37.098996993724334 ], [ -111.05657180288119, 37.099050921461028 ], [ -111.05694887560742, 37.09915440516663 ], [ -111.05730908251246, 37.099275924377814 ], [ -111.05762430332646, 37.09943352146928 ], [ -111.05790017534444, 37.099640715459572 ], [ -111.05827182271385, 37.100001104471431 ], [ -111.05846335425298, 37.100284959889578 ], [ -111.05868307737084, 37.10064091523806 ], [ -111.05889152425108, 37.100965325796707 ], [ -111.05921820218492, 37.101370805452859 ], [ -111.05952236857264, 37.101767281208502 ], [ -111.05975333373306, 37.102096186019004 ], [ -111.05990663351145, 37.102407101077823 ], [ -111.06009149238433, 37.102776592700224 ], [ -111.06019869485576, 37.103140714896973 ], [ -111.060277757031, 37.103497639865466 ], [ -111.06042444883076, 37.103984335805698 ], [ -111.06046961656531, 37.104173612447518 ], [ -111.06051477735444, 37.104353874800111 ], [ -111.06062768745046, 37.104813544846536 ], [ -111.06070679870879, 37.105227259290722 ], [ -111.06084330692468, 37.105638239935203 ], [ -111.06094373972246, 37.105971716245222 ], [ -111.06116342204434, 37.106242031134514 ], [ -111.06161280745586, 37.106642933327095 ], [ -111.06182224393571, 37.106764516904796 ], [ -111.06208121667346, 37.106904102715802 ], [ -111.06239648638197, 37.107070701141851 ], [ -111.06276802773142, 37.107232761817542 ], [ -111.063235236626, 37.107394770343305 ], [ -111.06357293017122, 37.10745318249127 ], [ -111.06392190179645, 37.107538630390678 ], [ -111.06445658691524, 37.107632990717512 ], [ -111.06492940236285, 37.107763439582584 ], [ -111.06539094128824, 37.107866849986607 ], [ -111.06584118364565, 37.107920686414715 ], [ -111.066330775567, 37.107924920676346 ], [ -111.06695535092571, 37.10784344126612 ], [ -111.06766430440905, 37.10772585338924 ], [ -111.06833379083537, 37.10752715564611 ], [ -111.06866571496039, 37.107423299855476 ], [ -111.06922262766484, 37.107202126561774 ], [ -111.06953197368547, 37.107026167401564 ], [ -111.069936958675, 37.106823108263555 ], [ -111.07023503430814, 37.106633632507979 ], [ -111.07099993353754, 37.10618246368221 ], [ -111.07142732621853, 37.105880229078231 ], [ -111.0717029108031, 37.105717805952182 ], [ -111.07222028292362, 37.105361428420672 ], [ -111.07263068115265, 37.10495102857724 ], [ -111.07296240658975, 37.104657861211138 ], [ -111.0732941598685, 37.104396242827086 ], [ -111.07369898980753, 37.104057956820149 ], [ -111.07422764393215, 37.103751141910493 ], [ -111.07488009477832, 37.103448753654469 ], [ -111.07530751468093, 37.103205097680451 ], [ -111.0759374797347, 37.10293426780887 ], [ -111.0766868565979, 37.102785050074765 ], [ -111.0773609012974, 37.102707990941838 ], [ -111.07795168267785, 37.102649011284107 ], [ -111.07852563315494, 37.102639618321021 ], [ -111.07920090332433, 37.102661704899084 ], [ -111.07957797746479, 37.102720045207676 ], [ -111.08023637695993, 37.102751151479666 ], [ -111.08092860171429, 37.102840823774592 ], [ -111.0816939704147, 37.10292142738664 ], [ -111.08213293686786, 37.102971604066802 ], [ -111.08255506960016, 37.103065059339229 ], [ -111.08285902065302, 37.103145975769131 ], [ -111.08337119476219, 37.10324477374224 ], [ -111.08384397051169, 37.103334583095176 ], [ -111.0842830096623, 37.103446950219016 ], [ -111.08488526685233, 37.103586241793806 ], [ -111.0851948293963, 37.10364911967136 ], [ -111.08565186904067, 37.103752454515806 ], [ -111.08628676348619, 37.103887208248999 ], [ -111.08684963256472, 37.104022011353678 ], [ -111.08727183066472, 37.104162323958882 ], [ -111.08763209294386, 37.104269328053455 ], [ -111.08789105235829, 37.104363786206108 ], [ -111.08843710909397, 37.104552679826774 ], [ -111.08888179976516, 37.104674039944861 ], [ -111.08928140537259, 37.104736839610268 ], [ -111.08974967960232, 37.104813107373907 ], [ -111.09005811501983, 37.104866959123292 ], [ -111.0903237946811, 37.104929856912641 ], [ -111.09060971132782, 37.104974710110042 ], [ -111.09140891294024, 37.105086775044725 ], [ -111.09191539132438, 37.105108919192979 ], [ -111.09234869401509, 37.105113089657351 ], [ -111.09284947408321, 37.10507664152157 ], [ -111.0932658673007, 37.105058286207893 ], [ -111.09374971487833, 37.104981283387957 ], [ -111.09413785966893, 37.104872804676823 ], [ -111.09466090497503, 37.104642524475416 ], [ -111.09506021663604, 37.104466426821773 ], [ -111.09545946423202, 37.104240749399594 ], [ -111.09586433661276, 37.104015066078773 ], [ -111.09624108230203, 37.103798418468251 ], [ -111.09680341766438, 37.103500489873603 ], [ -111.09720271836092, 37.103324384986692 ], [ -111.09742207151336, 37.103243076553369 ], [ -111.09776516808317, 37.103121101544097 ], [ -111.09844580666851, 37.102935745904318 ], [ -111.0990927030463, 37.10276844309503 ], [ -111.09961029245262, 37.102691388142553 ], [ -111.10015042460903, 37.102641354702335 ], [ -111.10057922986164, 37.102659020303804 ], [ -111.10102271951939, 37.102717236057764 ], [ -111.1014448582675, 37.102798905519947 ], [ -111.10189068352788, 37.10291931448419 ], [ -111.10229485282072, 37.103027137735232 ], [ -111.10288029475464, 37.103193395216572 ], [ -111.10360083273481, 37.103391081785041 ], [ -111.10423693673991, 37.103566302548593 ], [ -111.10488879964134, 37.103741505954098 ], [ -111.10523442408675, 37.103826835268201 ], [ -111.10566113028639, 37.103948148420422 ], [ -111.10630291995908, 37.104158508652645 ], [ -111.10656751157485, 37.104240300983008 ], [ -111.10684335684412, 37.104321181155328 ], [ -111.10731056502605, 37.104428930457757 ], [ -111.10774401137769, 37.104536708598616 ], [ -111.10810991974894, 37.10463553248168 ], [ -111.10875728602888, 37.104801704410733 ], [ -111.10899371930067, 37.104864587180586 ], [ -111.10938210735095, 37.104940850801675 ], [ -111.10977043764174, 37.104976549008818 ], [ -111.11033325807047, 37.105043633640669 ], [ -111.11090732080957, 37.105101690819978 ], [ -111.11183589371949, 37.10515490425886 ], [ -111.11220737111009, 37.105208638905516 ], [ -111.11256756785502, 37.105244354567773 ], [ -111.11316421653117, 37.105351957827658 ], [ -111.11367083748303, 37.105464151551871 ], [ -111.11407054184525, 37.105576446010602 ], [ -111.11448152906844, 37.105706756753897 ], [ -111.11490937913007, 37.105823528333183 ], [ -111.11534289880159, 37.105967335640564 ], [ -111.11576516549567, 37.106111152345079 ], [ -111.11620439835984, 37.106309036492092 ], [ -111.11672820953802, 37.106615006920528 ], [ -111.11725204577037, 37.106934496383815 ], [ -111.11765191649027, 37.107145935443569 ], [ -111.11811366281681, 37.107339283004379 ], [ -111.11848535886696, 37.107523704515643 ], [ -111.11891332391185, 37.107703561307567 ], [ -111.11947635654336, 37.107887787658605 ], [ -111.11985918562722, 37.107991065285233 ], [ -111.1201462636237, 37.108040353175113 ], [ -111.12066970212214, 37.108093907194878 ], [ -111.12122122116627, 37.108111373160469 ], [ -111.1217275837692, 37.108043247461346 ], [ -111.12217192051362, 37.10789856231667 ], [ -111.1225430264027, 37.10770887990973 ], [ -111.1231220819364, 37.107356723905745 ], [ -111.12372926895989, 37.107004535706032 ], [ -111.12393165604047, 37.106882631823247 ], [ -111.12422961177641, 37.106702034806233 ], [ -111.12475246730676, 37.106404015230332 ], [ -111.12521447707805, 37.106065493425149 ], [ -111.1257134305812, 37.105610646651272 ], [ -111.12591574213194, 37.105447273828439 ], [ -111.12626976542863, 37.105149426672803 ], [ -111.12659563489622, 37.104842594244509 ], [ -111.12692711388303, 37.104526740638015 ], [ -111.12733697809428, 37.103976431048345 ], [ -111.12760634775407, 37.103538949594693 ], [ -111.12796530790085, 37.102839957115521 ], [ -111.12815573967346, 37.102312416819096 ], [ -111.12830687874488, 37.101843511439164 ], [ -111.12858708547363, 37.101167137749336 ], [ -111.12865997651969, 37.101013816103233 ], [ -111.12887301948021, 37.10055295556559 ], [ -111.12913545688302, 37.100021729517209 ], [ -111.12941705093039, 37.099507609054633 ], [ -111.12950116164461, 37.099336246061696 ], [ -111.12977027956714, 37.098768052691462 ], [ -111.13015742349769, 37.098123107845915 ], [ -111.13027509212725, 37.097835423291301 ], [ -111.13046018408731, 37.097491775947162 ], [ -111.13065658338262, 37.097180567228932 ], [ -111.13076301712074, 37.09690551451105 ], [ -111.13090860523818, 37.096496105753587 ], [ -111.13104298213744, 37.096111949155045 ], [ -111.13119417668015, 37.095692618093963 ], [ -111.13139600029547, 37.095268723586294 ], [ -111.13156415635669, 37.094898951735139 ], [ -111.13180522039868, 37.094393884423049 ], [ -111.13200694336504, 37.093915903219681 ], [ -111.13209663719297, 37.093726503458214 ], [ -111.13223674864385, 37.09341084748359 ], [ -111.13250048147883, 37.093004910456493 ], [ -111.13278654370993, 37.092499790713795 ], [ -111.13291561791347, 37.092310346189976 ], [ -111.13315133034855, 37.091972046170426 ], [ -111.13339267482311, 37.091638246471767 ], [ -111.13366198991119, 37.091214271903311 ], [ -111.13390896385648, 37.090884971912544 ], [ -111.13416719591723, 37.090560165797456 ], [ -111.13445930198471, 37.09030292784405 ], [ -111.13492013358214, 37.090013947328558 ], [ -111.13531918686714, 37.089788135520898 ], [ -111.13573522693973, 37.089624501498925 ], [ -111.136201830495, 37.089422046522785 ], [ -111.13662906375666, 37.089227747927858 ], [ -111.13698327799963, 37.089101139304994 ], [ -111.13753992242867, 37.088915702161948 ], [ -111.13810788159606, 37.088766306376478 ], [ -111.13855216480449, 37.088671138146005 ], [ -111.13914840670324, 37.08860734006096 ], [ -111.1396603485292, 37.08859321686284 ], [ -111.14016117094273, 37.088651218895755 ], [ -111.14045940769513, 37.08868241605758 ], [ -111.14093775226485, 37.08875396285935 ], [ -111.14149487880205, 37.088834428049203 ], [ -111.14206324174241, 37.088905862873602 ], [ -111.14275540383913, 37.088990667447163 ], [ -111.14316618065422, 37.089030736564396 ], [ -111.1439091840077, 37.089223644447799 ], [ -111.14423566752002, 37.08931429211431 ], [ -111.14461830626314, 37.089348981844203 ], [ -111.14529364172812, 37.089457229251146 ], [ -111.1459239065471, 37.089532175418434 ], [ -111.14656542649037, 37.089608005753433 ], [ -111.14721816499834, 37.089665790120343 ], [ -111.14794544918961, 37.089867706476845 ], [ -111.1482708132596, 37.08995744298592 ], [ -111.14862545323501, 37.090057057627085 ], [ -111.14923346922005, 37.090258214046713 ], [ -111.14973462009955, 37.090473925167487 ], [ -111.15030906519225, 37.090766162692738 ], [ -111.15085541056501, 37.091071954587939 ], [ -111.15132176062163, 37.091323760353916 ], [ -111.15164410040403, 37.091584762787669 ], [ -111.15197097939205, 37.091863787077152 ], [ -111.15247262715869, 37.092318364349062 ], [ -111.15263046123822, 37.092466896940813 ], [ -111.15288983191864, 37.092746005515167 ], [ -111.15313808788575, 37.093092734954055 ], [ -111.15333546367656, 37.09331783688738 ], [ -111.15354981068184, 37.093587987901131 ], [ -111.15379811795584, 37.093957251531258 ], [ -111.15409156682281, 37.094389555908286 ], [ -111.15433987020965, 37.094754311215752 ], [ -111.15467842877017, 37.095231626736883 ], [ -111.15498878550476, 37.095672921011008 ], [ -111.15533859615702, 37.096145712721558 ], [ -111.15566043492916, 37.096695161402081 ], [ -111.15590891038217, 37.09713653435923 ], [ -111.15614049022953, 37.097568914735589 ], [ -111.1565074379247, 37.098158865789564 ], [ -111.15682359262638, 37.098672261530666 ], [ -111.15705499630023, 37.099014497536459 ], [ -111.15728087774966, 37.099406318873001 ], [ -111.15759108182527, 37.09975836493895 ], [ -111.15782802375249, 37.100054619240041 ], [ -111.15811559250173, 37.100342692715962 ], [ -111.15841449228904, 37.100666807409496 ], [ -111.15876413093865, 37.101035924739612 ], [ -111.15914174744984, 37.10132838220855 ], [ -111.1596658760279, 37.101719798191013 ], [ -111.16026890193915, 37.102165190803433 ], [ -111.16060135188245, 37.102381083350053 ], [ -111.16114227134908, 37.102722891530604 ], [ -111.16184651495156, 37.10312757425249 ], [ -111.16238175086777, 37.103437834564069 ], [ -111.1629157402411, 37.103689501450134 ], [ -111.16368311352056, 37.104134650602234 ], [ -111.16413385917514, 37.104399948234153 ], [ -111.16449445601108, 37.104611283668653 ], [ -111.1651142308132, 37.104971894094248 ], [ -111.1656214039437, 37.105303812953487 ], [ -111.1660720255138, 37.105506003514172 ], [ -111.1665169136802, 37.105658621983743 ], [ -111.16697840841692, 37.105685015779763 ], [ -111.16724269156782, 37.105594500738654 ], [ -111.16754061845837, 37.105449852024968 ], [ -111.16779348657258, 37.105287237812732 ], [ -111.1680182374111, 37.105133677161362 ], [ -111.16840615647655, 37.104970870197427 ], [ -111.16900237029199, 37.104848329437957 ], [ -111.16954236049347, 37.104748401731037 ], [ -111.17004863653347, 37.104671055566996 ], [ -111.17066739447998, 37.10456650262163 ], [ -111.17133113762658, 37.104448360067835 ], [ -111.17188215217125, 37.104249248918613 ], [ -111.17257385254838, 37.104054437669383 ], [ -111.17327684468506, 37.103877634403105 ], [ -111.17395171858256, 37.103709882480068 ], [ -111.17466487447871, 37.103551084592134 ], [ -111.17531841138315, 37.10340589196695 ], [ -111.17593706830338, 37.103265254626628 ], [ -111.17654441648565, 37.103102095242861 ], [ -111.17709538656572, 37.102893945653982 ], [ -111.1775057407811, 37.102713046862128 ], [ -111.17843863473803, 37.102202340922126 ], [ -111.17897804222874, 37.101868000292221 ], [ -111.17951729608329, 37.101470557586786 ], [ -111.17991594597254, 37.101104875744682 ], [ -111.1802582269956, 37.100698714056762 ], [ -111.18054431919701, 37.100327792551752 ], [ -111.18092011001185, 37.099818815259525 ], [ -111.18113304947404, 37.099448905298566 ], [ -111.18131231217735, 37.099115103496231 ], [ -111.18158667943632, 37.098551292001723 ], [ -111.18176538893437, 37.09798762648537 ], [ -111.18192631683067, 37.097518637752238 ], [ -111.18215122437454, 37.096981943487528 ], [ -111.18235268076486, 37.09652190611196 ], [ -111.18253175828319, 37.096115988434391 ], [ -111.18282416474413, 37.09557468172553 ], [ -111.1830863164169, 37.095088408025894 ], [ -111.1833720805845, 37.094595787210253 ], [ -111.18360198157151, 37.09427091765928 ], [ -111.18389352038149, 37.093842287932169 ], [ -111.18418481593029, 37.093314500816881 ], [ -111.18438071144712, 37.092890525475283 ], [ -111.1845430110501, 37.09253420913668 ], [ -111.18472777041258, 37.092159829020268 ], [ -111.18493526287708, 37.091880063054148 ], [ -111.18512015028939, 37.091559767753886 ], [ -111.18536686933875, 37.091216839825002 ], [ -111.1856293833935, 37.090891915199883 ], [ -111.18590538693435, 37.090562461693914 ], [ -111.18625879683468, 37.090138236051217 ], [ -111.18649420982473, 37.089777294902795 ], [ -111.18680819728031, 37.089339608140797 ], [ -111.18699885172309, 37.089082400672993 ], [ -111.18711549639441, 37.088928973915564 ], [ -111.18734654502462, 37.088626630726729 ], [ -111.18777852351504, 37.08813016203851 ], [ -111.18817129320286, 37.087705868221846 ], [ -111.18850793350815, 37.087335748009316 ], [ -111.18881088239146, 37.086992723316087 ], [ -111.1892261662457, 37.086577404377422 ], [ -111.18949552227643, 37.086302038628247 ], [ -111.18990521781795, 37.085904754771832 ], [ -111.19020815472217, 37.085561726460142 ], [ -111.19053914992169, 37.085191609424825 ], [ -111.19088142723608, 37.084834994719117 ], [ -111.19122939496539, 37.084505412694753 ], [ -111.19150435076182, 37.084225526131689 ], [ -111.19177257646885, 37.083954664090875 ], [ -111.19205410847904, 37.083607158435406 ], [ -111.19250301857673, 37.083155716216496 ], [ -111.19290699885474, 37.082735895371513 ], [ -111.19320988677583, 37.082383845030513 ], [ -111.19366450003814, 37.081968446211611 ], [ -111.19410214000546, 37.081517016240916 ], [ -111.19451742274971, 37.081124214194105 ], [ -111.19492150808821, 37.080753964806497 ], [ -111.19537607915861, 37.080329545112718 ], [ -111.19562292418394, 37.080067723731304 ], [ -111.19592031439232, 37.079774268315738 ], [ -111.19620093088911, 37.079521404214965 ], [ -111.19694725631237, 37.078808038010429 ], [ -111.19727841132537, 37.078523537363886 ], [ -111.19745802177015, 37.07836999545912 ], [ -111.19785633588614, 37.077954674063562 ], [ -111.19810322332752, 37.077715383106153 ], [ -111.19886605906198, 37.076875776911471 ], [ -111.19924189270822, 37.07647400991479 ], [ -111.19969054091369, 37.075954933251928 ], [ -111.20007176570951, 37.075467518651791 ], [ -111.20046964463927, 37.074898044512146 ], [ -111.20082846639026, 37.074451229623143 ], [ -111.20103577068869, 37.074140786478466 ], [ -111.20146743485439, 37.073590181650133 ], [ -111.20182606544452, 37.073075756712342 ], [ -111.20212873026064, 37.072669597679898 ], [ -111.20247628225988, 37.072222796868019 ], [ -111.2028463531763, 37.071784970806185 ], [ -111.20304254638189, 37.071532234588787 ], [ -111.20325001175955, 37.071288493028788 ], [ -111.20404613634189, 37.070322595423526 ], [ -111.20451185571471, 37.069902628089856 ], [ -111.20489310433894, 37.069446747612304 ], [ -111.20534659766612, 37.069085391076051 ], [ -111.20573497618881, 37.068773724443936 ], [ -111.20616708843301, 37.068412401822158 ], [ -111.20658793541755, 37.068046590074815 ], [ -111.20695832983306, 37.067743965026352 ], [ -111.20726684038732, 37.067436939801354 ], [ -111.20745182032489, 37.067206751509794 ], [ -111.20772144765992, 37.067080079302997 ], [ -111.20800811956218, 37.067016476773759 ], [ -111.20828900638227, 37.066894290685951 ], [ -111.20862575336876, 37.066632283869062 ], [ -111.20890042013961, 37.066293763778006 ], [ -111.20920868181268, 37.065901097912992 ], [ -111.20961305783305, 37.065282903586116 ], [ -111.2099087769966, 37.064831664965027 ], [ -111.21030645488045, 37.064236015818437 ], [ -111.21067636730886, 37.063771122182388 ], [ -111.21113614867592, 37.063265503017639 ], [ -111.21161257083595, 37.062678723496703 ], [ -111.21180308752865, 37.062425982596913 ], [ -111.21204965511795, 37.062105533816165 ], [ -111.21248697166777, 37.061617978091753 ], [ -111.21282892719148, 37.061220735042149 ], [ -111.21329439117081, 37.060746647259684 ], [ -111.213514280727, 37.060543429488725 ], [ -111.21373193219542, 37.060344722497454 ], [ -111.21424789858176, 37.059834482633477 ], [ -111.214758348573, 37.059364814925978 ], [ -111.21496589346525, 37.059174236825939 ], [ -111.21531356607697, 37.058818442007194 ], [ -111.21557043660208, 37.058570983065501 ], [ -111.21566132218872, 37.058493294699211 ], [ -111.21601499294584, 37.058271800307175 ], [ -111.21627932165975, 37.058275825856803 ], [ -111.21660550901417, 37.058278836454612 ], [ -111.21690341601706, 37.058225107630363 ], [ -111.21719493832127, 37.057904565772965 ], [ -111.21731809448058, 37.057706025105489 ], [ -111.21744652385208, 37.057384879828078 ], [ -111.2176255444319, 37.057056430139077 ], [ -111.21785557300119, 37.056866707112974 ], [ -111.21820368363514, 37.05667225934102 ], [ -111.21859705287974, 37.056572377575236 ], [ -111.21896805616134, 37.056517607416886 ], [ -111.21946853170144, 37.056507668274811 ], [ -111.21985091127576, 37.056497945936705 ], [ -111.22035695802951, 37.056469964071511 ], [ -111.22074480422052, 37.056406142746354 ], [ -111.221413698733, 37.05629672431683 ], [ -111.22181845327023, 37.05624638941179 ], [ -111.22227826583669, 37.05617792132778 ], [ -111.22256035924505, 37.05610527784058 ], [ -111.22295936972922, 37.056014385354707 ], [ -111.22334182558271, 37.056031694600989 ], [ -111.22369096351436, 37.05619329464669 ], [ -111.22418679383459, 37.056516874381671 ], [ -111.2245193039381, 37.056759632310204 ], [ -111.22482932157514, 37.057002431923223 ], [ -111.22525208092671, 37.057335159930958 ], [ -111.22565779937031, 37.057609325726908 ], [ -111.22599616987851, 37.057928690048641 ], [ -111.22621665882983, 37.058320392803537 ], [ -111.22637518144657, 37.058676156098912 ], [ -111.22657789549213, 37.059140908038884 ], [ -111.22680571377863, 37.059725502046177 ], [ -111.22701536724652, 37.060252438678333 ], [ -111.22724166688039, 37.060702721302697 ], [ -111.2275135799174, 37.061360245271793 ], [ -111.22778520121845, 37.061918611625266 ], [ -111.22806812858582, 37.062494984191751 ], [ -111.22849167608572, 37.063075592403194 ], [ -111.22894398733406, 37.063867979875894 ], [ -111.22918291290995, 37.064394855771617 ], [ -111.22944771325994, 37.064921681088599 ], [ -111.22966855288274, 37.065417040798934 ], [ -111.22985524159283, 37.065777251590525 ], [ -111.23003603554859, 37.066047330404913 ], [ -111.23022263220236, 37.066375990673734 ], [ -111.23075889653904, 37.067019471688312 ], [ -111.2313063366947, 37.06763588548371 ], [ -111.23189289633395, 37.068166584303292 ], [ -111.23259759254701, 37.068701555720907 ], [ -111.23271031676867, 37.06877795621611 ], [ -111.23328525936803, 37.06918247055944 ], [ -111.23388124929005, 37.069478768943888 ], [ -111.23447360546608, 37.06968943561909 ], [ -111.23499140043576, 37.069796582581716 ], [ -111.23571201699812, 37.070011496038155 ], [ -111.23617904064876, 37.070069160024907 ], [ -111.23668428433466, 37.070117731612456 ], [ -111.23695529235852, 37.070085640485203 ], [ -111.23730362480259, 37.069958743900621 ], [ -111.23786535542672, 37.069724148357473 ], [ -111.238438015657, 37.069388567992981 ], [ -111.23881405816815, 37.069131805302369 ], [ -111.23946613854594, 37.068656338328637 ], [ -111.23991900817754, 37.068150622202147 ], [ -111.24026077828844, 37.067730765289504 ], [ -111.24071434899631, 37.067094337214129 ], [ -111.24115093925482, 37.066426391796632 ], [ -111.24143602328627, 37.065871432015719 ], [ -111.24165916491117, 37.065294061940001 ], [ -111.24187119785829, 37.064761785589461 ], [ -111.2420330398873, 37.064364825878584 ], [ -111.24228415285894, 37.063743227299099 ], [ -111.24247938808777, 37.063237125545271 ], [ -111.24257973210527, 37.062957476738845 ], [ -111.24270796594573, 37.062605656279906 ], [ -111.24288015630171, 37.061929230411124 ], [ -111.24301908870544, 37.061406115694119 ], [ -111.24314667068641, 37.060851473935131 ], [ -111.24331347407431, 37.060251679973341 ], [ -111.2435028422169, 37.059674375196153 ], [ -111.24371468826892, 37.059092516729358 ], [ -111.24391542788584, 37.058555752258897 ], [ -111.24405450305942, 37.058081313079931 ], [ -111.24417188189487, 37.057856615003196 ], [ -111.24446844868309, 37.057391766779176 ], [ -111.24474840153778, 37.057008080942602 ], [ -111.2450337433054, 37.056552268728019 ], [ -111.24524055474497, 37.056159718413177 ], [ -111.24548664177416, 37.055740043483176 ], [ -111.24582238246533, 37.055221024729732 ], [ -111.24614149566986, 37.054778661236419 ], [ -111.24648843082926, 37.054246095814889 ], [ -111.2466842443626, 37.053934694623273 ], [ -111.24680722958679, 37.053709080713908 ], [ -111.24717076220757, 37.053095349755196 ], [ -111.24748952210757, 37.052549318486243 ], [ -111.24776881201771, 37.051971818609985 ], [ -111.24792996605304, 37.051381043473086 ], [ -111.2480239357415, 37.050881453258015 ], [ -111.24803296445326, 37.050199951077978 ], [ -111.24795278903035, 37.049753909319087 ], [ -111.24783864166939, 37.049235823791491 ], [ -111.24764015049706, 37.048717914186945 ], [ -111.24740237427058, 37.048222621960434 ], [ -111.247176270886, 37.047858012732419 ], [ -111.24685996916753, 37.047421476082633 ], [ -111.24645942961283, 37.047016663742539 ], [ -111.24605909799163, 37.046674949934626 ], [ -111.24547841784677, 37.046202900155954 ], [ -111.24501630186801, 37.045879339259841 ], [ -111.24454885618331, 37.045645930901379 ], [ -111.24409849817921, 37.045480093067226 ], [ -111.24372696186023, 37.045345641806492 ], [ -111.24331608185102, 37.045215777238163 ], [ -111.24277030006186, 37.04509970885951 ], [ -111.24224721143874, 37.045046692005656 ], [ -111.24184235862793, 37.045043010760757 ], [ -111.24137008984727, 37.045057493980806 ], [ -111.2408417214326, 37.045112653738038 ], [ -111.24033543124582, 37.045037058504803 ], [ -111.23976571362473, 37.044817359870095 ], [ -111.23924896604811, 37.044633609045071 ], [ -111.23864660049564, 37.044400449330887 ], [ -111.23810078931137, 37.044270837983724 ], [ -111.23748185689243, 37.044132356159714 ], [ -111.23699234925883, 37.044026064279535 ], [ -111.23643543516273, 37.04394063770556 ], [ -111.2359123029614, 37.04386956429579 ], [ -111.235394738726, 37.043780448846434 ], [ -111.23507402437822, 37.04370896996879 ], [ -111.23434380114956, 37.043579706534693 ], [ -111.23375745093246, 37.043427619374143 ], [ -111.2332339799798, 37.043243855518043 ], [ -111.232710470269, 37.043046567903488 ], [ -111.23223726460901, 37.042750021731294 ], [ -111.231859618903, 37.042444272605309 ], [ -111.23156635549662, 37.042151879116915 ], [ -111.23126167156666, 37.041800913899152 ], [ -111.23106968624174, 37.04153085756478 ], [ -111.23064041277084, 37.040882659825868 ], [ -111.23026757486058, 37.04030195855286 ], [ -111.23006350891747, 37.039752479140262 ], [ -111.22991599540804, 37.039311061950464 ], [ -111.22986975307245, 37.038891984265959 ], [ -111.22993611717514, 37.038525873040037 ], [ -111.23008072167158, 37.03800366178271 ], [ -111.23026462519421, 37.0374633453428 ], [ -111.23046553700529, 37.036970771610761 ], [ -111.230705831143, 37.036488036725217 ], [ -111.23097848467921, 37.03592410913916 ], [ -111.23128706062718, 37.035342082153129 ], [ -111.23156062493091, 37.034710543684291 ], [ -111.23181212160738, 37.034218770175897 ], [ -111.23202984235859, 37.033713540612958 ], [ -111.23234883661357, 37.033235155426169 ], [ -111.2326170927202, 37.032711797028654 ], [ -111.23284072840585, 37.032305712228357 ], [ -111.23294693731845, 37.032107187852382 ], [ -111.23299167771066, 37.032030477950542 ], [ -111.23341131279761, 37.031376112099217 ], [ -111.23367981749081, 37.030938387105088 ], [ -111.23393160610273, 37.030550273424325 ], [ -111.23418908301367, 37.03018468386901 ], [ -111.234401307353, 37.029729039499145 ], [ -111.23457439975637, 37.029345586993976 ], [ -111.23466374917022, 37.029151601503877 ], [ -111.23477551784107, 37.028935937111676 ], [ -111.23496557950324, 37.028587606440162 ], [ -111.23527301299525, 37.028019092269851 ], [ -111.23554678273342, 37.027473179998097 ], [ -111.23583710629762, 37.0268280761087 ], [ -111.23620044695284, 37.026164797395886 ], [ -111.23653599613567, 37.0256052381541 ], [ -111.23696662626664, 37.02489224379655 ], [ -111.23734733043368, 37.024395692579539 ], [ -111.23771153117694, 37.024016359999351 ], [ -111.23808147606661, 37.023677579433325 ], [ -111.23846815436046, 37.023298199398759 ], [ -111.23877059653387, 37.022946030720341 ], [ -111.23914606788027, 37.022580192549448 ], [ -111.23947668020033, 37.022250501202024 ], [ -111.23977401659172, 37.022065106146655 ], [ -111.24029613676349, 37.021861226650955 ], [ -111.24069474779687, 37.021707174483339 ], [ -111.24119913223339, 37.021584456353487 ], [ -111.24166635921097, 37.021443783003406 ], [ -111.24217195035607, 37.02134810140592 ], [ -111.24245290060794, 37.021315977438327 ], [ -111.24317213100892, 37.021233376480915 ], [ -111.24384113096862, 37.021263554070771 ], [ -111.24439778062801, 37.021315593815807 ], [ -111.24485325862891, 37.021369642608704 ], [ -111.24535374596188, 37.02143621672883 ], [ -111.24578121897011, 37.021520968724509 ], [ -111.24629312472207, 37.0216416014717 ], [ -111.2468613737109, 37.021802679495046 ], [ -111.24728352152056, 37.021977580875806 ], [ -111.24770132072881, 37.022197561686404 ], [ -111.24802680465801, 37.022377169315369 ], [ -111.24841542249547, 37.022610730133849 ], [ -111.24879873023936, 37.022938951698286 ], [ -111.24911463164793, 37.023280835075667 ], [ -111.24950387647499, 37.02370369273693 ], [ -111.24981425156199, 37.024072628924579 ], [ -111.25014619723999, 37.024504619386157 ], [ -111.25034378362916, 37.02476111222424 ], [ -111.25055372335703, 37.025013071454495 ], [ -111.25080221525894, 37.025364106867777 ], [ -111.2509772021838, 37.025584588900891 ], [ -111.25118065295183, 37.025913182817334 ], [ -111.25131059712648, 37.026111223751855 ], [ -111.25144064596607, 37.02634081459415 ], [ -111.25151440738217, 37.026547988684754 ], [ -111.25163888078211, 37.026791112654955 ], [ -111.25184145142848, 37.027191822142093 ], [ -111.25205193894249, 37.0276060359827 ], [ -111.25221033843071, 37.027907680599043 ], [ -111.25238002693607, 37.028222822521194 ], [ -111.25254416992338, 37.028560511888813 ], [ -111.25273066622198, 37.02885758877548 ], [ -111.25289472248365, 37.029168234719116 ], [ -111.25312082712868, 37.029541848601909 ], [ -111.25334669447695, 37.029843347654818 ], [ -111.25359523004718, 37.030198883973377 ], [ -111.25381021781256, 37.030608577659116 ], [ -111.25401954114932, 37.031004761512264 ], [ -111.25427854839593, 37.031463939010493 ], [ -111.25453420074481, 37.031927630277423 ], [ -111.25477201695206, 37.032436431027371 ], [ -111.25508307126259, 37.03299014560848 ], [ -111.25520082039272, 37.033233279997475 ], [ -111.2553380770624, 37.033593558882927 ], [ -111.25555302645763, 37.033986121957085 ], [ -111.25572301142604, 37.03438148583038 ], [ -111.25589875929747, 37.034818303021176 ], [ -111.25608576838844, 37.035259602788315 ], [ -111.2562954193788, 37.035745925072355 ], [ -111.25648259981433, 37.036236802690119 ], [ -111.25671916644734, 37.036700530081539 ], [ -111.25695806077618, 37.037186787789551 ], [ -111.25724771007677, 37.037718006679469 ], [ -111.25742219786954, 37.038109752340432 ], [ -111.25769963724974, 37.038686068250598 ], [ -111.25797150426749, 37.039275917081483 ], [ -111.25820470079833, 37.039735141398076 ], [ -111.25864476521016, 37.040513923622846 ], [ -111.25877951181619, 37.040788567257977 ], [ -111.25905216705273, 37.04127474673308 ], [ -111.25927280750572, 37.041675402973631 ], [ -111.25945377048446, 37.041981494971807 ], [ -111.25968029863431, 37.042458759410842 ], [ -111.25996892406349, 37.043008002038711 ], [ -111.26022360245919, 37.043494218001712 ], [ -111.2604838451909, 37.043962392482612 ], [ -111.26063677900822, 37.044290178482392 ], [ -111.26079535845099, 37.044624261890412 ], [ -111.2609878886787, 37.045020469301825 ], [ -111.26122541857119, 37.045421084469545 ], [ -111.26142929141736, 37.045844309132207 ], [ -111.26164452050305, 37.046299058533748 ], [ -111.26183118885626, 37.046623162716088 ], [ -111.26209690467293, 37.047041742472821 ], [ -111.26230087979108, 37.047492008274695 ], [ -111.26260029241391, 37.047896990833848 ], [ -111.26275872957312, 37.048185098618667 ], [ -111.2630650660801, 37.048639643426021 ], [ -111.26338599502479, 37.049085140678017 ], [ -111.26382632419742, 37.04958445753342 ], [ -111.26404651437113, 37.04984087601742 ], [ -111.26435141235775, 37.050200770123425 ], [ -111.26459300533375, 37.050466154195291 ], [ -111.26493958569594, 37.05084488385814 ], [ -111.26515181358491, 37.051073373596211 ], [ -111.26541859372564, 37.051464900189544 ], [ -111.2657110550049, 37.051802282693494 ], [ -111.26605080154498, 37.052153079907733 ], [ -111.2663666498311, 37.052422800875995 ], [ -111.26683492937394, 37.052863450365109 ], [ -111.26702564513469, 37.053047814859617 ], [ -111.2674273235353, 37.053416497268451 ], [ -111.26790686211766, 37.053857117050924 ], [ -111.26817187540345, 37.054059340498434 ], [ -111.26852692842394, 37.054279388215761 ], [ -111.26894941708551, 37.054485760519697 ], [ -111.26954623518404, 37.054691735346502 ], [ -111.27013164978797, 37.054852661532102 ], [ -111.27048060874738, 37.054937502459524 ], [ -111.27092526378298, 37.055049166809013 ], [ -111.27133611497972, 37.055142878171864 ], [ -111.27183156398479, 37.055304903108791 ], [ -111.27235511331831, 37.055461452869622 ], [ -111.27278871745729, 37.055626320053676 ], [ -111.27327284154538, 37.055764927764677 ], [ -111.27384156348752, 37.055970945616664 ], [ -111.27424151669288, 37.056159322358717 ], [ -111.27465822888531, 37.056316108839937 ], [ -111.27518785395128, 37.056594325234705 ], [ -111.27568939741526, 37.056881618821734 ], [ -111.27593188200944, 37.057065848501082 ], [ -111.27625891848943, 37.057303966691123 ], [ -111.27689001152449, 37.057645039273851 ], [ -111.27732364110504, 37.057810791154211 ], [ -111.27762210682793, 37.057922771958765 ], [ -111.27828087204738, 37.058138473390969 ], [ -111.27915326977296, 37.058333837150521 ], [ -111.27989591544629, 37.058417723232353 ], [ -111.28061029467951, 37.058461107127734 ], [ -111.28104929467472, 37.058554718155904 ], [ -111.2815333522931, 37.058666249254081 ], [ -111.28195566678795, 37.0588094752231 ], [ -111.28240044451339, 37.058943631900412 ], [ -111.28285660519461, 37.059113817001112 ], [ -111.28345812993078, 37.059355767559374 ], [ -111.28390412218862, 37.059512451445173 ], [ -111.28427547831382, 37.059561140824812 ], [ -111.28475224254443, 37.059523940140629 ], [ -111.28528170129375, 37.059441539289764 ], [ -111.28569234004891, 37.059467593988551 ], [ -111.2861428060849, 37.059616145793775 ], [ -111.28702217168566, 37.060158485586292 ], [ -111.28731541076968, 37.060369611933794 ], [ -111.28778931370522, 37.060765092665996 ], [ -111.28828126928214, 37.061174049057804 ], [ -111.2887483480839, 37.061547006709155 ], [ -111.28914320503696, 37.061857038421174 ], [ -111.28940255850004, 37.062027677749505 ], [ -111.28968446053878, 37.062211782896867 ], [ -111.29022020006246, 37.062593581274989 ], [ -111.29078972370472, 37.062984308689067 ], [ -111.29129712972789, 37.063307578628013 ], [ -111.29183267784482, 37.063635284290633 ], [ -111.29242469676571, 37.064021441262234 ], [ -111.29287564978453, 37.064286250573474 ], [ -111.29330992429949, 37.064600678036875 ], [ -111.2935749379735, 37.064775801282387 ], [ -111.29394131023548, 37.06498222285235 ], [ -111.29443711120341, 37.065206350684718 ], [ -111.29485969532735, 37.065403615558004 ], [ -111.29552992344846, 37.065645333684778 ], [ -111.29591305541133, 37.065820157323628 ], [ -111.29649324935809, 37.066048573099252 ], [ -111.29703957795559, 37.06624552079515 ], [ -111.29774912006113, 37.066469099278152 ], [ -111.29832339647992, 37.066619997977867 ], [ -111.29881857026587, 37.066678245953398 ], [ -111.29939807078797, 37.06672636332501 ], [ -111.29974687148027, 37.066748919601736 ], [ -111.30005617066205, 37.066738221892486 ], [ -111.30060708826694, 37.066669219832811 ], [ -111.30094424507996, 37.0665917434333 ], [ -111.30134317950227, 37.066491573416961 ], [ -111.30175878938388, 37.066341781021833 ], [ -111.30224699477961, 37.066061094948942 ], [ -111.30261724827875, 37.06582127215534 ], [ -111.30295375398053, 37.065581534395953 ], [ -111.30331798747575, 37.065243468958869 ], [ -111.30357010385268, 37.064998536613643 ], [ -111.30383347056994, 37.064754476339715 ], [ -111.30412434466366, 37.064357101912734 ], [ -111.30439832535346, 37.063955262954387 ], [ -111.30454884337198, 37.06362134761077 ], [ -111.30479451853708, 37.06317450887218 ], [ -111.30492657372461, 37.062444011288648 ], [ -111.30505361603856, 37.061866769470214 ], [ -111.30520809000043, 37.061118185165959 ], [ -111.30524601809077, 37.060478072147532 ], [ -111.3052988384008, 37.059905527997941 ], [ -111.30540308962776, 37.059256229791707 ], [ -111.30550770053486, 37.058697073550206 ], [ -111.30561307313732, 37.058047772146075 ], [ -111.30576712919409, 37.057478572441532 ], [ -111.30582647854338, 37.056852826535838 ], [ -111.30582428985103, 37.056307466538534 ], [ -111.30570945005506, 37.055717325292214 ], [ -111.30557777780218, 37.055136241541305 ], [ -111.30541893449966, 37.054510155980729 ], [ -111.30523003446741, 37.05396076912578 ], [ -111.30508130050434, 37.053330149812048 ], [ -111.30494866345519, 37.052505681106609 ], [ -111.30474317981236, 37.051744499485409 ], [ -111.30465262141171, 37.051316552055646 ], [ -111.30455356129342, 37.050730875798543 ], [ -111.30431470784973, 37.050059922031778 ], [ -111.30412659196631, 37.049420387766425 ], [ -111.30387121884547, 37.04883511133248 ], [ -111.30366108475923, 37.048312818752052 ], [ -111.30341109074483, 37.047664427181438 ], [ -111.30322959743729, 37.047272768155935 ], [ -111.30299166239489, 37.04682716703671 ], [ -111.3026921296005, 37.046444822839511 ], [ -111.30240955762793, 37.046084970437875 ], [ -111.30203109751834, 37.04564873970844 ], [ -111.30156806884662, 37.045154129593108 ], [ -111.3010491573487, 37.044745295535421 ], [ -111.30069396680992, 37.044502809415441 ], [ -111.30022609434866, 37.044202014271924 ], [ -111.29983731486257, 37.043995667859029 ], [ -111.29939909366465, 37.043798459263698 ], [ -111.29886884037749, 37.043646552547628 ], [ -111.29824425265272, 37.043526430774087 ], [ -111.29747360210628, 37.043438222160951 ], [ -111.29660752680842, 37.043390811614834 ], [ -111.29591035815928, 37.043401566753879 ], [ -111.29514577028604, 37.043426007022774 ], [ -111.29431393669594, 37.043509202341468 ], [ -111.29362261482926, 37.043578522685671 ], [ -111.29311695978461, 37.043678930616977 ], [ -111.29279110671943, 37.043747342667068 ], [ -111.29233620879101, 37.043888186492445 ], [ -111.29144313803144, 37.04413377050696 ], [ -111.29071844986402, 37.044302313526181 ], [ -111.28994313708904, 37.044466468680397 ], [ -111.28888661737705, 37.04461327514278 ], [ -111.28795353790655, 37.044692165199535 ], [ -111.28714396947714, 37.044721170249751 ], [ -111.28639035325433, 37.044677018654248 ], [ -111.28560868174897, 37.044648254171094 ], [ -111.28498988057282, 37.044568613177738 ], [ -111.28430443030004, 37.044407999697114 ], [ -111.28393734404217, 37.044278170946143 ], [ -111.28313743346813, 37.043878944764835 ], [ -111.28270336944534, 37.043577999667008 ], [ -111.28237592139313, 37.043218206098167 ], [ -111.28228555921578, 37.043110249116658 ], [ -111.28178850519166, 37.042498455922484 ], [ -111.28165729170328, 37.041985851803247 ], [ -111.28165068352865, 37.041719043148511 ], [ -111.28174440056239, 37.041214017805615 ], [ -111.28191219103027, 37.040974739325243 ], [ -111.28210812590602, 37.040744408023436 ], [ -111.28233205480005, 37.040482459600049 ], [ -111.28247162971702, 37.040216204426756 ], [ -111.28259979189235, 37.039904904569177 ], [ -111.28269415216893, 37.039575656420077 ], [ -111.28284470131184, 37.039237259909285 ], [ -111.28311883899417, 37.038871525338621 ], [ -111.28346042437229, 37.038501121834351 ], [ -111.28369577099103, 37.038288722356207 ], [ -111.28390320654489, 37.038130475238667 ], [ -111.28429447525231, 37.037817642197858 ], [ -111.28476660591019, 37.037479373660581 ], [ -111.28532742413294, 37.037103931197265 ], [ -111.28583238725166, 37.036827778403186 ], [ -111.28631484134107, 37.036547170598766 ], [ -111.28653925155848, 37.036420428084817 ], [ -111.28711139920422, 37.036071992823622 ], [ -111.28773410604249, 37.035714417856902 ], [ -111.28826695690671, 37.035384100975868 ], [ -111.28886701105527, 37.034986010521912 ], [ -111.28940549098303, 37.034660181974708 ], [ -111.28987108658409, 37.034388615119511 ], [ -111.29029747976357, 37.034157706901944 ], [ -111.29076300037588, 37.033868108027086 ], [ -111.2913072755392, 37.033591835521769 ], [ -111.29172267474806, 37.03342855675664 ], [ -111.29198643710026, 37.033306214327588 ], [ -111.29223895488484, 37.033183899005373 ], [ -111.29265445362866, 37.033047659770347 ], [ -111.29309247287614, 37.032920377802888 ], [ -111.29347441109593, 37.032829290321743 ], [ -111.29396302063547, 37.032700978573551 ], [ -111.29435061678365, 37.032619790037693 ], [ -111.2947999265828, 37.032505995280708 ], [ -111.29503014175832, 37.032433308332081 ], [ -111.29559161980013, 37.032250722596451 ], [ -111.29606874051737, 37.032061133234315 ], [ -111.29634932139018, 37.031929724788455 ], [ -111.29674876685544, 37.031716889348743 ], [ -111.29707308951973, 37.031558326746421 ], [ -111.29753333350892, 37.031367872303832 ], [ -111.29800483973925, 37.031182796400195 ], [ -111.29839780921405, 37.031041185016527 ], [ -111.29883000896061, 37.030868824756936 ], [ -111.29915563891468, 37.030758930646826 ], [ -111.2997056635979, 37.030528578259265 ], [ -111.30016048593883, 37.030392213406842 ], [ -111.30044665746216, 37.030256273944318 ], [ -111.30086184099061, 37.030047891963484 ], [ -111.30115912862586, 37.029880372371181 ], [ -111.30150695589539, 37.02969920210365 ], [ -111.30189981126649, 37.029532339223962 ], [ -111.30231517978447, 37.029372629168712 ], [ -111.30261826195125, 37.029250162902265 ], [ -111.30294373986008, 37.02910510281172 ], [ -111.30326343371425, 37.028919492031413 ], [ -111.30359977532321, 37.028679751689751 ], [ -111.30382962938091, 37.028521412248942 ], [ -111.30418852531297, 37.028299641182045 ], [ -111.3045136543101, 37.028068941329813 ], [ -111.30478817020042, 37.027833863414394 ], [ -111.30507395972674, 37.027606868792489 ], [ -111.30519167100283, 37.027521831202435 ], [ -111.30556702533462, 37.027200855736567 ], [ -111.30574058459327, 37.027024628811695 ], [ -111.30619992915474, 37.026622305718057 ], [ -111.30643361693275, 37.026301692940258 ], [ -111.30670873744458, 37.025940408014186 ], [ -111.30693219387796, 37.025592777604885 ], [ -111.30711060557475, 37.025227234630634 ], [ -111.30721601207283, 37.024879909102694 ], [ -111.30729893276546, 37.024532641692716 ], [ -111.30725189377773, 37.024018945154054 ], [ -111.30717192342452, 37.023702748233603 ], [ -111.30700733573187, 37.023311951006995 ], [ -111.30695058049841, 37.023176882445249 ], [ -111.30692223922009, 37.02311836241757 ], [ -111.30667268205822, 37.022564624505335 ], [ -111.30645748832409, 37.022168548580545 ], [ -111.30614572691552, 37.021520319284548 ], [ -111.30595873407732, 37.021146705525005 ], [ -111.3056531436886, 37.020633674339173 ], [ -111.30533096528724, 37.020188292719901 ], [ -111.30494640279153, 37.019603347855899 ], [ -111.30465802979124, 37.019175906175661 ], [ -111.30439776398106, 37.018748391667501 ], [ -111.30412640328744, 37.018356962451051 ], [ -111.30395095688014, 37.018055430640814 ], [ -111.30386037896767, 37.017893403981759 ], [ -111.30363348754588, 37.017375658551117 ], [ -111.30359828065291, 37.017285604939516 ], [ -111.30344531651861, 37.016700062179765 ], [ -111.30340005993824, 37.016344110291442 ], [ -111.30340323043093, 37.016010570495745 ], [ -111.30346940498748, 37.01569039114996 ], [ -111.30358600250585, 37.015329518108437 ], [ -111.30364170578063, 37.015203174406686 ], [ -111.30391540658952, 37.014774291176437 ], [ -111.30421194550462, 37.014435492477411 ], [ -111.30440176520787, 37.01411499553695 ], [ -111.30467034123566, 37.013812324874898 ], [ -111.30495030001202, 37.013545681841471 ], [ -111.30529175656996, 37.013197750596028 ], [ -111.30548210986974, 37.013012466119726 ], [ -111.30584091389289, 37.012787084115857 ], [ -111.30622775597529, 37.012546304244921 ], [ -111.30666529071316, 37.012333336697708 ], [ -111.30704689197347, 37.012188120067691 ], [ -111.30754630001951, 37.01198851074318 ], [ -111.30808510194461, 37.011802318625463 ], [ -111.30861717513616, 37.011620648745897 ], [ -111.30911246243907, 37.011515694488793 ], [ -111.30971895608828, 37.011392419262734 ], [ -111.31016273564742, 37.01133717409445 ], [ -111.3105503672021, 37.011295595761098 ], [ -111.31093814153806, 37.011289171853363 ], [ -111.31170282867484, 37.011369196830444 ], [ -111.31248454050085, 37.011488835303275 ], [ -111.31285017083077, 37.011564494258835 ], [ -111.31336777098358, 37.011693837177276 ], [ -111.31393039068404, 37.011836580320953 ], [ -111.31440321786108, 37.012011108999289 ], [ -111.31475234853389, 37.012173343772218 ], [ -111.31507339029164, 37.01233835639448 ], [ -111.3154341147095, 37.012585293471268 ], [ -111.3158231483489, 37.012881733153975 ], [ -111.31617836941517, 37.013155725695313 ], [ -111.31658994651031, 37.013465624321078 ], [ -111.31691156285194, 37.013766747378732 ], [ -111.31741344813167, 37.014166545620583 ], [ -111.31770125406703, 37.014445220988208 ], [ -111.31822585544559, 37.014899041130107 ], [ -111.31884650169415, 37.015469787687302 ], [ -111.31894804814722, 37.015559658501495 ], [ -111.31926975805425, 37.015878803506986 ], [ -111.31959709124892, 37.016197932474562 ], [ -111.31989632410038, 37.016517136263786 ], [ -111.32032532606917, 37.01695317583016 ], [ -111.32072619544755, 37.017381176907527 ], [ -111.32122284150181, 37.017861200697872 ], [ -111.32153331018284, 37.018175862648604 ], [ -111.32184381944701, 37.018499538017146 ], [ -111.3221826065446, 37.018863700411231 ], [ -111.32253261946093, 37.01922332412002 ], [ -111.32283155232886, 37.019465899048029 ], [ -111.32332796167312, 37.019883715367044 ], [ -111.32384664960919, 37.020251889801571 ], [ -111.324443537101, 37.020502661512829 ], [ -111.32498406566695, 37.020717527121896 ], [ -111.32549633875287, 37.020896410326891 ], [ -111.32598586084707, 37.021012253306949 ], [ -111.32654268153611, 37.021091851673894 ], [ -111.32703201326392, 37.021162619068875 ], [ -111.32768412144573, 37.021178848951962 ], [ -111.32818438650155, 37.021177466549538 ], [ -111.32880792408012, 37.021085596987163 ], [ -111.32938655097327, 37.02100737034624 ], [ -111.33005472171371, 37.02083874831547 ], [ -111.33046446394471, 37.020702392685891 ], [ -111.33072804153296, 37.020561935894399 ], [ -111.33093552645333, 37.020448678020706 ], [ -111.33141208924751, 37.020167903049959 ], [ -111.33182147262515, 37.019950414518533 ], [ -111.3320457383635, 37.019819079062692 ], [ -111.33271308698313, 37.019465650031115 ], [ -111.33344762296987, 37.019053435149821 ], [ -111.33410908105392, 37.018641421469425 ], [ -111.33466955642935, 37.018274760700905 ], [ -111.33518486275575, 37.01786315305764 ], [ -111.33554848452188, 37.017470000850452 ], [ -111.33587283735348, 37.017094987374975 ], [ -111.3362360944803, 37.016620704806272 ], [ -111.33653213864923, 37.016200697880699 ], [ -111.33681707770936, 37.015812271979783 ], [ -111.33705734825445, 37.015491579966735 ], [ -111.33746523952018, 37.014945953297321 ], [ -111.3377671263125, 37.014579111336026 ], [ -111.33813579648628, 37.014063341320117 ], [ -111.33856637393103, 37.013567225140989 ], [ -111.33894663883815, 37.013133450194381 ], [ -111.33930445419971, 37.012707851120418 ], [ -111.33976311787946, 37.012211650220522 ], [ -111.34015473029139, 37.011804881951058 ], [ -111.34058578068976, 37.011420535123392 ], [ -111.34106732800288, 37.011018012874423 ], [ -111.34138099081699, 37.010778230310798 ], [ -111.34180133386614, 37.010515603810525 ], [ -111.34221611449554, 37.010266513409093 ], [ -111.34267045585719, 37.010066886373508 ], [ -111.34302385557726, 37.009917128412617 ], [ -111.34342765236093, 37.009726658917359 ], [ -111.34371370937484, 37.00959962966715 ], [ -111.34411180139334, 37.009391145621812 ], [ -111.34458822622642, 37.009105810688958 ], [ -111.3451317007405, 37.008734642359151 ], [ -111.34552447035482, 37.008593776824121 ], [ -111.34578264005559, 37.008515501366951 ], [ -111.34643366560883, 37.00831618816995 ], [ -111.34704565111595, 37.008183691910666 ], [ -111.34766897706562, 37.008073695207315 ], [ -111.34828680460413, 37.007990754481163 ], [ -111.34948910723824, 37.00790609094004 ], [ -111.35036596664369, 37.007935056007007 ], [ -111.35090577354278, 37.00799656187489 ], [ -111.35114189527278, 37.008013892280161 ], [ -111.35155791853647, 37.008044211034353 ], [ -111.352058017277, 37.008025601372147 ], [ -111.35293449962492, 37.007972517807943 ], [ -111.3535522160293, 37.007867014090742 ], [ -111.35433286747475, 37.007752006476458 ], [ -111.35505165523367, 37.007628164438863 ], [ -111.3557924372117, 37.007400586865266 ], [ -111.3562527872562, 37.007295540731874 ], [ -111.3568140415798, 37.007136103288339 ], [ -111.35726845230143, 37.006963463295122 ], [ -111.35795993529688, 37.006772078064429 ], [ -111.35850311391795, 37.006594658408801 ], [ -111.35899677172998, 37.006403864505288 ], [ -111.35935580560738, 37.006267562447285 ], [ -111.35993899384673, 37.005995364182084 ], [ -111.36047730465076, 37.005741328097365 ], [ -111.36107153255232, 37.00542852606025 ], [ -111.36142466095244, 37.005233642288694 ], [ -111.36182251055817, 37.004989042097023 ], [ -111.36208595446918, 37.004844008762127 ], [ -111.36240520949339, 37.00461767509276 ], [ -111.36283125832151, 37.004395521336903 ], [ -111.36322950644907, 37.004236551740178 ], [ -111.36367277471842, 37.004090964434006 ], [ -111.36403129501828, 37.0038509845063 ], [ -111.36444570826816, 37.003547731271347 ], [ -111.36486612553361, 37.003325587490487 ], [ -111.36510714411793, 37.003194137930656 ], [ -111.36571278817348, 37.00292634936779 ], [ -111.36620087096676, 37.002753571406267 ], [ -111.36654314581295, 37.002644342420787 ], [ -111.36714882377046, 37.002385560797627 ], [ -111.36758651928363, 37.002253497672214 ], [ -111.36814178874663, 37.002030924579259 ], [ -111.36872567485062, 37.001916432493907 ], [ -111.36941049219779, 37.001756551583014 ], [ -111.36994399535745, 37.001682774989234 ], [ -111.37051130188422, 37.001626919235513 ], [ -111.3710001318472, 37.001611870773338 ], [ -111.37142708146085, 37.001583492390822 ], [ -111.37187677209593, 37.001609127474126 ], [ -111.3722029221193, 37.00165317706125 ], [ -111.3725683693868, 37.001688989472335 ], [ -111.37311942774794, 37.00175847205486 ], [ -111.37353544702418, 37.001793221064119 ], [ -111.37390644442749, 37.001814588887186 ], [ -111.3743110927644, 37.001822327874997 ], [ -111.37469443571955, 37.001840048551827 ], [ -111.37520472649069, 37.001846549519001 ], [ -111.37544744915544, 37.001837669071278 ], [ -111.37571632309051, 37.001890003087752 ], [ -111.3759634260276, 37.001857670349892 ], [ -111.37628347121293, 37.001802569949525 ], [ -111.37653623756694, 37.001779232438722 ], [ -111.37707579837738, 37.001795548315563 ], [ -111.37745816491535, 37.001843010596303 ], [ -111.37786299655632, 37.001887695817146 ], [ -111.3781216723436, 37.001922929537699 ], [ -111.3784815442248, 37.001966854426612 ], [ -111.37896520239549, 37.002041933368993 ], [ -111.37940381574973, 37.002099125586554 ], [ -111.37978068224271, 37.002170035321576 ], [ -111.38010711277244, 37.002269049934057 ], [ -111.3803659659783, 37.002339434233889 ], [ -111.38064743713507, 37.002437689983964 ], [ -111.38101324725481, 37.002544688732783 ], [ -111.38144674078526, 37.002701047891151 ], [ -111.38181853346343, 37.002880139878933 ], [ -111.38210584909125, 37.003022543761197 ], [ -111.38241569835033, 37.003175691586499 ], [ -111.38304613331302, 37.003380989214413 ], [ -111.38329926472439, 37.003429751068779 ], [ -111.38369306811514, 37.003514115196374 ], [ -111.38404636570932, 37.003589594714327 ], [ -111.38444124926691, 37.003664938490381 ], [ -111.38471681560397, 37.0037046102793 ], [ -111.38517243798184, 37.003788769098641 ], [ -111.38548170023249, 37.003823822573295 ], [ -111.38592030572011, 37.003876483496803 ], [ -111.38633069951845, 37.003906698709486 ], [ -111.38703950627865, 37.004048619378224 ], [ -111.38743317966021, 37.004105928394708 ], [ -111.3878436210361, 37.004145152581003 ], [ -111.38831601670292, 37.004211215769629 ], [ -111.38881091481875, 37.004281710546948 ], [ -111.38930572190139, 37.004334174825608 ], [ -111.3896825393461, 37.004391531656026 ], [ -111.39019991858819, 37.004461946822566 ], [ -111.39067782254567, 37.004505446577149 ], [ -111.39111631991744, 37.004535552718941 ], [ -111.39143678095591, 37.004561539390401 ], [ -111.39169418600784, 37.004565197392537 ], [ -111.39257232498245, 37.004629002501602 ], [ -111.39299942194566, 37.004627589115081 ], [ -111.39351093512293, 37.004649331693727 ], [ -111.39405613885101, 37.004665551601484 ], [ -111.394522480669, 37.004645973708278 ], [ -111.39488218789062, 37.004653791888479 ], [ -111.39517996185464, 37.00463927929119 ], [ -111.39546646829358, 37.00461939487176 ], [ -111.39587661716455, 37.004600900310052 ], [ -111.3964104879548, 37.004599118475603 ], [ -111.39686003989222, 37.004593109018039 ], [ -111.39714659726292, 37.004583136172734 ], [ -111.39741074617649, 37.004586759210689 ], [ -111.39804036298422, 37.004625214054713 ], [ -111.39849017366193, 37.004668776546069 ], [ -111.39899611116215, 37.00469862712491 ], [ -111.39942346756153, 37.004746768737405 ], [ -111.39972154768715, 37.004790837066459 ], [ -111.40008713549332, 37.004848198651132 ], [ -111.40043715412423, 37.00493716189898 ], [ -111.40085231499327, 37.005016889765749 ], [ -111.40132467945513, 37.005073886870107 ], [ -111.40174517708887, 37.005099507400644 ], [ -111.40221285695321, 37.00512045938197 ], [ -111.40262888309921, 37.005150599112525 ], [ -111.4030549822448, 37.005172590254205 ], [ -111.40348329616617, 37.005188262284662 ], [ -111.40403960178294, 37.005177355495753 ], [ -111.40456776080632, 37.005157527683373 ], [ -111.40480928960483, 37.005134168270814 ], [ -111.40510699157498, 37.005106109475236 ], [ -111.4054328876659, 37.005095982348003 ], [ -111.40577564282695, 37.005085796690409 ], [ -111.40614075688622, 37.005052997639496 ], [ -111.40652260977414, 37.004997604238561 ], [ -111.40695035152578, 37.004905994846496 ], [ -111.40743192109892, 37.004791663254366 ], [ -111.40787520308373, 37.004663939749776 ], [ -111.40827252271086, 37.004558908597275 ], [ -111.40875066800486, 37.004435569078154 ], [ -111.40918246479472, 37.004262808450356 ], [ -111.40947965402438, 37.004140089690523 ], [ -111.41003486162423, 37.003926335522749 ], [ -111.41039926560451, 37.003762817623553 ], [ -111.41080818351899, 37.003517113871695 ], [ -111.41107688582547, 37.003323276259458 ], [ -111.41126165246436, 37.0031964351612 ], [ -111.41171518564767, 37.002888374593034 ], [ -111.41195011268778, 37.002684736350282 ], [ -111.41220192138404, 37.002485546193967 ], [ -111.41243665112007, 37.002245850221108 ], [ -111.41264342808176, 37.002033294044452 ], [ -111.41282755540864, 37.00178926601518 ], [ -111.41293901863456, 37.001617605410146 ], [ -111.4168502608465, 37.001621962543759 ], [ -111.41883952422823, 37.00161045252753 ], [ -111.42093555631739, 37.001598530580615 ], [ -111.42390839696597, 37.001614993678388 ], [ -111.4277691368102, 37.001632692883433 ], [ -111.43130941576618, 37.001624388342272 ], [ -111.4349901533464, 37.001610956360039 ], [ -111.43769318315226, 37.001614541132447 ], [ -111.43899017637037, 37.001614258504631 ], [ -111.45308521705802, 37.001624391940645 ], [ -111.45708068567654, 37.001618087433215 ], [ -111.46147521307071, 37.001623619109019 ], [ -111.47383130268791, 37.001592965225306 ], [ -111.47523166026448, 37.001587366712485 ], [ -111.47687258449734, 37.001589799751599 ], [ -111.48398138513119, 37.001600689343093 ], [ -111.48917933242254, 37.001579380706509 ], [ -111.49331527278507, 37.001572178838458 ], [ -111.4952091840868, 37.001591335299274 ], [ -111.50068832784112, 37.001604406434112 ], [ -111.54756618778572, 37.001555154659229 ], [ -111.5477460391792, 37.001558831977015 ], [ -111.62572719277175, 37.001443776683665 ], [ -111.63370027523698, 37.001460069011998 ], [ -111.63549959663942, 37.001454955933426 ], [ -111.63783731650128, 37.00145593779289 ], [ -111.68796207593851, 37.001333739224464 ], [ -111.69183381174363, 37.001324756096949 ], [ -111.74256009550851, 37.001261625288848 ], [ -111.75071389874597, 37.001259911215023 ], [ -111.83305894405669, 37.001066576023312 ], [ -111.85177116428315, 37.001032919123361 ], [ -111.86543374187164, 37.001195493588327 ], [ -111.8698736716036, 37.001248670567179 ], [ -111.87569570513836, 37.001277970925862 ], [ -111.99640871340308, 37.001095745262205 ], [ -111.99883103961106, 37.001125862953316 ], [ -112.00073501545717, 37.001051232989617 ], [ -112.03239553316479, 37.001145122479294 ], [ -112.07100486581531, 37.001077920488335 ], [ -112.10558553626574, 37.001049272826101 ], [ -112.12572624669376, 37.001133968067435 ], [ -112.17806437933031, 37.001158710280578 ], [ -112.17940625755372, 37.001158903646953 ], [ -112.21403918033053, 37.001188263286281 ], [ -112.21555633900647, 37.001186254579203 ], [ -112.22448503865678, 37.001171085945074 ], [ -112.23341933390132, 37.001155187155803 ], [ -112.2507266228089, 37.001163343090063 ], [ -112.25141788677648, 37.00116957676785 ], [ -112.28639257066604, 37.001219277647571 ], [ -112.3057454144268, 37.001242284868866 ], [ -112.3258000415634, 37.001231762221323 ], [ -112.34046021876053, 37.001220313275915 ], [ -112.34177475960007, 37.001200951224497 ], [ -112.35832789027248, 37.001152356232147 ], [ -112.37576749037444, 37.001031687583605 ], [ -112.38292092562321, 37.001048596181569 ], [ -112.39392903753793, 37.001064026663897 ], [ -112.43021127975879, 37.001051448801405 ], [ -112.44834301915863, 37.000998297513554 ], [ -112.44938213369056, 37.000976597438637 ], [ -112.48375962327432, 37.000984407088211 ], [ -112.50074142448797, 37.000982685492232 ], [ -112.51870083258748, 37.000808288087335 ], [ -112.52038057448328, 37.00079128622486 ], [ -112.52243678095331, 37.000773938230218 ], [ -112.52925634907049, 37.000735827481492 ], [ -112.53842552083704, 37.000685816225172 ], [ -112.54735419057577, 37.000636429629246 ], [ -112.5565175606494, 37.000579687288862 ], [ -112.55851772184488, 37.000570561077325 ], [ -112.5656984830313, 37.000558059403694 ], [ -112.61036110583163, 37.000451612807971 ], [ -112.62577635116577, 37.000574015505606 ], [ -112.70089841596558, 37.000472835562306 ], [ -112.75073741831064, 37.000478057892479 ], [ -112.77316698903169, 37.000451460032075 ], [ -112.77710574012401, 37.000451123088354 ], [ -112.79104562868531, 37.000439825067367 ], [ -112.79901192549779, 37.000440992732273 ], [ -112.86318363082169, 37.000406106576833 ], [ -112.87575442645949, 37.000433376967628 ], [ -112.89242844217384, 37.000389436471721 ], [ -112.89899617751018, 37.000370130097302 ], [ -112.89917812138462, 37.124975997997325 ], [ -112.89907709244295, 37.249962595256129 ], [ -112.89915276349224, 37.281659017671473 ], [ -112.90134509309976, 37.281646343345848 ], [ -112.90072339896317, 37.374972838046787 ], [ -112.90105800230793, 37.499650277976073 ], [ -112.9010544631568, 37.499956755556653 ], [ -112.90111300675626, 37.543543999338162 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 18, \"properties\": { \"NAME\": \"SALT LAKE CITY SCHOOL DISTRICT\", \"TOTENROLL\": 23960, \"Color4\": \"1\", \"Shape_Leng\": 134280.21164699999, \"Shape_Area\": 286492014.78799999 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.75885180921158, 40.852432894007286 ], [ -111.75867345429241, 40.852398033776645 ], [ -111.75843670948539, 40.852444632392164 ], [ -111.75820016972172, 40.852509245884022 ], [ -111.75801067064471, 40.852537516362226 ], [ -111.75790441737318, 40.852583256311142 ], [ -111.75784520523726, 40.852592653697897 ], [ -111.74499376080109, 40.852334052578975 ], [ -111.74499928147756, 40.849649525305139 ], [ -111.7404322280685, 40.849678930799222 ], [ -111.74043588506733, 40.841481289864731 ], [ -111.74045017960476, 40.834238458401721 ], [ -111.74048827558897, 40.821671498704809 ], [ -111.74047869452556, 40.819743760643597 ], [ -111.74308726653273, 40.819726988658928 ], [ -111.74589760936571, 40.819726870187324 ], [ -111.76165693484621, 40.819732006875483 ], [ -111.77750635222752, 40.819329005461789 ], [ -111.77751076994531, 40.819707328472568 ], [ -111.77840004797957, 40.819701331950931 ], [ -111.7870677434221, 40.819660542264153 ], [ -111.78698560841129, 40.816724364617279 ], [ -111.79664529570958, 40.813406035886175 ], [ -111.79654786818675, 40.812199582460977 ], [ -111.79972701975055, 40.812330732494772 ], [ -111.79973268463047, 40.797989297261132 ], [ -111.81509560082792, 40.797989892558256 ], [ -111.81512726158827, 40.780225036769806 ], [ -111.81458216565825, 40.780228886023004 ], [ -111.81455496092104, 40.77412134717418 ], [ -111.81453242172515, 40.769365038871811 ], [ -111.81445015330658, 40.754861973508881 ], [ -111.81357370279395, 40.754877163946546 ], [ -111.81357949438919, 40.753408739523366 ], [ -111.80095134450642, 40.753397978451645 ], [ -111.80040635779768, 40.753392750964316 ], [ -111.80041438397735, 40.752086463548245 ], [ -111.80042186637021, 40.74777134056324 ], [ -111.80041437727014, 40.746158870340523 ], [ -111.80293734452933, 40.746159362366512 ], [ -111.80293691115672, 40.746123331365013 ], [ -111.80294517970083, 40.745825993194885 ], [ -111.80294127585218, 40.742546923758866 ], [ -111.80322562236387, 40.742553953714676 ], [ -111.80322511176207, 40.741526987090381 ], [ -111.80258995754261, 40.740909818345962 ], [ -111.80220806050326, 40.740669243553455 ], [ -111.80220908112254, 40.739768385113074 ], [ -111.80426993864074, 40.73977205959811 ], [ -111.80513826527628, 40.739099375442898 ], [ -111.80514631876359, 40.735838236212118 ], [ -111.8055085333539, 40.735430325502819 ], [ -111.80544443461848, 40.735025389428316 ], [ -111.80568366051652, 40.734239978439611 ], [ -111.80612647195309, 40.733642324112743 ], [ -111.80612484107499, 40.733507207667799 ], [ -111.80514187584065, 40.733505060264406 ], [ -111.80512494183893, 40.731117919362241 ], [ -111.80563411440755, 40.731114366489791 ], [ -111.80564421902312, 40.73195208884588 ], [ -111.80937424811499, 40.731925992738432 ], [ -111.810365899714, 40.730693875316838 ], [ -111.8103378850346, 40.729360810095123 ], [ -111.81267065035287, 40.7293534175434 ], [ -111.81155097408907, 40.726865933072709 ], [ -111.81143246016032, 40.726857757759532 ], [ -111.81076275974046, 40.725340021876548 ], [ -111.80766008559588, 40.725316731226307 ], [ -111.80766669854222, 40.724884275280317 ], [ -111.807323335294, 40.724886677396263 ], [ -111.80726859743336, 40.725256410175803 ], [ -111.8069029662568, 40.725376077735206 ], [ -111.80644304691803, 40.725532437082002 ], [ -111.8063743975582, 40.725731104456081 ], [ -111.80607871698095, 40.725760195353821 ], [ -111.80612738241264, 40.725867957894749 ], [ -111.8062001634466, 40.726011586111845 ], [ -111.80630955303617, 40.726245043887367 ], [ -111.80572937551298, 40.72624909532972 ], [ -111.80590296461523, 40.726896497833444 ], [ -111.8062486213576, 40.727083263079365 ], [ -111.80614227421447, 40.727102022942937 ], [ -111.80613086851027, 40.727138136731199 ], [ -111.80613282514076, 40.72730027664398 ], [ -111.80619757213984, 40.727759259537031 ], [ -111.80682719235782, 40.727926022195469 ], [ -111.80715535651296, 40.727644463348454 ], [ -111.80812250907222, 40.728304327239769 ], [ -111.8082096445536, 40.728655049786198 ], [ -111.80813870886244, 40.728664554997557 ], [ -111.8080914547139, 40.72867389436977 ], [ -111.80803235976832, 40.72868331661639 ], [ -111.80799683741748, 40.728683565290012 ], [ -111.80794958323473, 40.728692904604422 ], [ -111.8076298820087, 40.72869514204465 ], [ -111.80759425074351, 40.728686382827092 ], [ -111.80751136524474, 40.728686962733981 ], [ -111.80741642119645, 40.728669609876242 ], [ -111.80738078997183, 40.728660850592355 ], [ -111.80732147719628, 40.728652256939881 ], [ -111.80727389635311, 40.728634572674046 ], [ -111.8072145836138, 40.728625978966271 ], [ -111.80716700281704, 40.728608294655842 ], [ -111.80711953088537, 40.728599618094094 ], [ -111.80707195013204, 40.728581933743982 ], [ -111.80702447823087, 40.728573257142799 ], [ -111.8069887382849, 40.728555489967853 ], [ -111.80674421624271, 40.728899523431224 ], [ -111.80670858497972, 40.728890763940484 ], [ -111.80666111290316, 40.728882087191941 ], [ -111.80662548165999, 40.728873327675309 ], [ -111.80654248714607, 40.728864899119323 ], [ -111.80653119013547, 40.72891002070638 ], [ -111.80650783475585, 40.728937209491072 ], [ -111.80647263851942, 40.728964481005193 ], [ -111.80644906559462, 40.728973654239248 ], [ -111.80641365182196, 40.728982910196621 ], [ -111.80636639719617, 40.728992248866469 ], [ -111.80626102559189, 40.729092078788817 ], [ -111.80525292336178, 40.728963988341192 ], [ -111.80526704463459, 40.729153068943603 ], [ -111.80262655081503, 40.731144328451876 ], [ -111.80189899105721, 40.731698905675671 ], [ -111.80131211152866, 40.732135390859298 ], [ -111.79601824264159, 40.732108962587183 ], [ -111.79600223325123, 40.724803152268962 ], [ -111.80522709171784, 40.724856277555354 ], [ -111.805061664224, 40.723902526586713 ], [ -111.80511728173596, 40.723604856909894 ], [ -111.80568961520501, 40.722952248593806 ], [ -111.80569743534404, 40.720655016161594 ], [ -111.80566170001465, 40.720637248508119 ], [ -111.80569667945969, 40.714700371932409 ], [ -111.80570015597269, 40.714006689162069 ], [ -111.80662364335026, 40.714009248168118 ], [ -111.80880208706304, 40.714012021957885 ], [ -111.81134751370917, 40.714012175750106 ], [ -111.81153692449222, 40.714010844257935 ], [ -111.8148992932793, 40.714014181883741 ], [ -111.81498139152184, 40.713950542427021 ], [ -111.81518132166688, 40.713841028089597 ], [ -111.81518508430857, 40.711237530104697 ], [ -111.81518670502116, 40.710399723114847 ], [ -111.82475229671684, 40.710403843270292 ], [ -111.82480014730422, 40.711403450518375 ], [ -111.82588943557191, 40.711413679191132 ], [ -111.8293463686919, 40.711415919631563 ], [ -111.82934435684831, 40.711253780210917 ], [ -111.82996002551873, 40.711258363745984 ], [ -111.82996192700354, 40.711411495397151 ], [ -111.83262562331257, 40.711410329728402 ], [ -111.83262427677907, 40.711302236871653 ], [ -111.83366598812601, 40.711294718221161 ], [ -111.83385550252356, 40.71130235791933 ], [ -111.834317169957, 40.711299022025933 ], [ -111.83431008640478, 40.710731534738223 ], [ -111.83430719507584, 40.709551435751948 ], [ -111.83455589116615, 40.709558646558122 ], [ -111.83455985600099, 40.708928019391855 ], [ -111.83456190904434, 40.708144260602836 ], [ -111.83456587396439, 40.707513633284393 ], [ -111.83651919619726, 40.707517511801932 ], [ -111.83652607341682, 40.707121085664077 ], [ -111.83652246640267, 40.706832838113108 ], [ -111.83498356582072, 40.706834971236738 ], [ -111.83498583926377, 40.706069227689348 ], [ -111.83634784797647, 40.706122427649383 ], [ -111.83644254159685, 40.706121741540969 ], [ -111.83644378135256, 40.70622082665254 ], [ -111.83919035129391, 40.706236926579457 ], [ -111.83918190681857, 40.70650724455303 ], [ -111.83918431776203, 40.707642304544777 ], [ -111.83915129454468, 40.707840732727632 ], [ -111.84155454438664, 40.707850262921241 ], [ -111.84157908272999, 40.708859041507196 ], [ -111.84204084584697, 40.708864682611619 ], [ -111.84363897715345, 40.708862022400425 ], [ -111.84384020896275, 40.70886055153737 ], [ -111.84381291945054, 40.706698699256187 ], [ -111.84379266911749, 40.706032214491749 ], [ -111.84378550645144, 40.705464728062168 ], [ -111.85265245684555, 40.705507676502741 ], [ -111.85264740189817, 40.705111337653399 ], [ -111.85325117696998, 40.705115884939829 ], [ -111.85344642513387, 40.705573877603008 ], [ -111.85989803418447, 40.705580050059652 ], [ -111.85989108251067, 40.705039589016039 ], [ -111.85989260750553, 40.704237816870531 ], [ -111.85946314262715, 40.70397976726268 ], [ -111.85919067728182, 40.703963778440119 ], [ -111.85872894776971, 40.70395820561118 ], [ -111.85825480387727, 40.703907680485727 ], [ -111.85825064106579, 40.703583403631768 ], [ -111.85723261336489, 40.70358195944663 ], [ -111.85533003114406, 40.701983541428056 ], [ -111.8549192022099, 40.701328960238421 ], [ -111.85445044874025, 40.699846019026772 ], [ -111.85446113320747, 40.69975585436751 ], [ -111.8544674435918, 40.699323396880018 ], [ -111.85557997508369, 40.699315156691945 ], [ -111.85565190983927, 40.699386691985715 ], [ -111.85602468993856, 40.699843364701636 ], [ -111.85686512794359, 40.699846138020078 ], [ -111.85686732113912, 40.700017284312985 ], [ -111.8571639029349, 40.7000691338311 ], [ -111.857162286332, 40.699943026047734 ], [ -111.85739899722523, 40.699941268166697 ], [ -111.85739518564975, 40.699644014113098 ], [ -111.85833030494575, 40.699646073507765 ], [ -111.858185966919, 40.699466975492122 ], [ -111.85821950789548, 40.699313580674797 ], [ -111.85990025433688, 40.699310081671776 ], [ -111.85990069781249, 40.700264985259288 ], [ -111.85989766619974, 40.700949657970128 ], [ -111.86077362491831, 40.700952138191163 ], [ -111.8614956032883, 40.700946752443429 ], [ -111.86152357193954, 40.70219873247899 ], [ -111.86163311347373, 40.702432137233004 ], [ -111.86203553648727, 40.702429132812313 ], [ -111.86202544256749, 40.702564336448944 ], [ -111.86181227855758, 40.702556919501191 ], [ -111.86148087072154, 40.702559393197376 ], [ -111.86148435265616, 40.702829623729215 ], [ -111.86202892670362, 40.702834566941831 ], [ -111.86204402517302, 40.704005565594883 ], [ -111.86041050636801, 40.704008744122916 ], [ -111.86041630270489, 40.704459128348745 ], [ -111.86041107426342, 40.704972654546893 ], [ -111.86041281321094, 40.705107769795767 ], [ -111.86012873841189, 40.705109886830122 ], [ -111.86011864032271, 40.705245090280812 ], [ -111.86041455217027, 40.7052428850414 ], [ -111.86040712105282, 40.705585265207745 ], [ -111.86205263106227, 40.705591005624299 ], [ -111.86286935149202, 40.70558490359695 ], [ -111.86286340012799, 40.704206640438223 ], [ -111.86286975055266, 40.702864319202263 ], [ -111.86286451926347, 40.702458973549909 ], [ -111.86287310022094, 40.702206669991831 ], [ -111.86378446652911, 40.702199854096023 ], [ -111.86378225546004, 40.702028708178979 ], [ -111.8643858859737, 40.702024189821394 ], [ -111.86438448854324, 40.701916097677703 ], [ -111.8643936459913, 40.70170883243739 ], [ -111.86452384017574, 40.701707857473373 ], [ -111.86452314135583, 40.701653811400789 ], [ -111.8656002012212, 40.701645740173852 ], [ -111.86559215800088, 40.704681681284356 ], [ -111.86559717297963, 40.705069011146612 ], [ -111.86769233651889, 40.705062290027143 ], [ -111.86856834837555, 40.705064710543482 ], [ -111.86854526540202, 40.711487972873051 ], [ -111.86855018164165, 40.711866294321169 ], [ -111.86895277782097, 40.711872272866344 ], [ -111.8700893063989, 40.711872720166681 ], [ -111.87009856423231, 40.711674462644858 ], [ -111.87009774339748, 40.711611409095759 ], [ -111.8715419266186, 40.711600514127078 ], [ -111.8715405171444, 40.711492422368259 ], [ -111.87153635593008, 40.709357430964729 ], [ -111.87197444857632, 40.709363131002149 ], [ -111.87212833173734, 40.709361968473587 ], [ -111.8721186947633, 40.708623341241669 ], [ -111.87205202054406, 40.708957160842417 ], [ -111.87151923379764, 40.708952176070454 ], [ -111.87148005808307, 40.707763344785199 ], [ -111.8718828645975, 40.707787328668971 ], [ -111.8722618800567, 40.70780248238389 ], [ -111.87358749361188, 40.707783449391343 ], [ -111.87358867077776, 40.707873525866113 ], [ -111.87603926160615, 40.707881979685503 ], [ -111.8760429210914, 40.708161216564939 ], [ -111.8760822096539, 40.708449191565798 ], [ -111.87608823054008, 40.708908581212789 ], [ -111.87605614288491, 40.709170072272236 ], [ -111.87603388526799, 40.709278343613853 ], [ -111.87603612826882, 40.709449488758374 ], [ -111.8768885224693, 40.709452025200399 ], [ -111.87700689413452, 40.709451125925462 ], [ -111.87698657288465, 40.713315940401458 ], [ -111.87757858363246, 40.713320449590157 ], [ -111.87757679939907, 40.714086188027153 ], [ -111.87757915522091, 40.715167193295876 ], [ -111.87692805541811, 40.71517214160211 ], [ -111.87691478033881, 40.715964992679467 ], [ -111.8778144925183, 40.715958154045701 ], [ -111.8778199292525, 40.717273357111587 ], [ -111.87700732505296, 40.717603840838223 ], [ -111.87696421291191, 40.72514429661809 ], [ -111.88817781559256, 40.725148638176336 ], [ -111.89150518915588, 40.725150011688896 ], [ -111.89613506955796, 40.725150192556498 ], [ -111.89614231935465, 40.72569064646013 ], [ -111.8988775960747, 40.725687394347844 ], [ -111.89887032415223, 40.725146940848994 ], [ -111.89988867466471, 40.725148014329598 ], [ -111.91097200031606, 40.725151156559328 ], [ -111.910978633144, 40.725637563083914 ], [ -111.91775143171486, 40.725610935092512 ], [ -111.9178461508871, 40.725610181917766 ], [ -111.92570820411184, 40.725574419984909 ], [ -111.92587383735952, 40.725564082962975 ], [ -111.92551812709914, 40.724675095027706 ], [ -111.92511146092325, 40.724381074879751 ], [ -111.92643725202946, 40.724352424092217 ], [ -111.92835489823582, 40.72430999076294 ], [ -111.93851112944311, 40.724074712179018 ], [ -111.93925689464895, 40.724059637406114 ], [ -111.94090233778093, 40.724028218841916 ], [ -111.94476597305938, 40.724275921686306 ], [ -111.94532294257343, 40.724307395332069 ], [ -111.94551250321418, 40.724314851139205 ], [ -111.94580913014413, 40.724357463291852 ], [ -111.94755325275803, 40.724604404263239 ], [ -111.9495346929849, 40.724885400679355 ], [ -111.95056692208354, 40.725030048503783 ], [ -111.95157547607022, 40.725174882266117 ], [ -111.95323650446097, 40.725404405245591 ], [ -111.9536991544151, 40.725463642782898 ], [ -111.95379400100903, 40.725471867531624 ], [ -111.95547769272871, 40.725629103072421 ], [ -111.9560112558389, 40.725678735794638 ], [ -111.95630725030045, 40.725676283754758 ], [ -111.95686384880766, 40.725680679275285 ], [ -111.95695843798755, 40.725670886595772 ], [ -111.95737321732075, 40.725694472353432 ], [ -111.95746793553704, 40.725693686665423 ], [ -111.95770486019306, 40.725700729513115 ], [ -111.95835540175581, 40.725650287437091 ], [ -111.9600486171488, 40.725645224551876 ], [ -111.96530572479563, 40.725619394322095 ], [ -111.96812384146132, 40.725613808023475 ], [ -111.98198891385141, 40.725550729168447 ], [ -111.98081877038474, 40.725695805746241 ], [ -111.98229886428597, 40.725692227236117 ], [ -111.98251197868697, 40.725690413310176 ], [ -111.98701158827978, 40.725688056819884 ], [ -111.99656672138146, 40.725641985065792 ], [ -112.00344810654069, 40.725753525201519 ], [ -112.00381527021747, 40.725759341006189 ], [ -112.00571028731594, 40.725787886691208 ], [ -112.00579262220944, 40.725751135401119 ], [ -112.00916718227361, 40.725739696446254 ], [ -112.01031562329881, 40.725729649423663 ], [ -112.02060448342007, 40.725657145396617 ], [ -112.02487869314535, 40.725628279844436 ], [ -112.02504430826062, 40.72561780068235 ], [ -112.06323016235061, 40.725506573251451 ], [ -112.07074886302971, 40.72548210879399 ], [ -112.07077254075078, 40.729175345123842 ], [ -112.0701025681831, 40.729487845323469 ], [ -112.06785681637052, 40.730490563823892 ], [ -112.06786216394232, 40.733787597261703 ], [ -112.06787013832715, 40.736508065930323 ], [ -112.0678815148971, 40.740922083191379 ], [ -112.06614044191276, 40.740920163314961 ], [ -112.06435214370823, 40.740927661114647 ], [ -112.06438161259328, 40.755403889046981 ], [ -112.08167692923499, 40.755378198444753 ], [ -112.08167572837013, 40.762611936090288 ], [ -112.09142618094357, 40.76260120302814 ], [ -112.09144989609592, 40.769843701217624 ], [ -112.098701207039, 40.76982893606727 ], [ -112.09870419725556, 40.7707297427892 ], [ -112.10118071544717, 40.770733160983816 ], [ -112.10118552406284, 40.771742050224468 ], [ -112.10118096577229, 40.774336497560981 ], [ -112.10118057978197, 40.779336130458844 ], [ -112.09620335389035, 40.779338481179941 ], [ -112.09621060510561, 40.781941821805049 ], [ -112.10117617613241, 40.781939581355751 ], [ -112.10116725830922, 40.783552157894 ], [ -112.10121238468625, 40.792740217549664 ], [ -112.10137400479863, 40.827609767583475 ], [ -112.0876178168221, 40.827641192395269 ], [ -112.07290083471975, 40.827661899733073 ], [ -112.07252139566162, 40.827665428097895 ], [ -112.07253231142705, 40.831286652791078 ], [ -112.0723900140224, 40.831287975715604 ], [ -112.07215270656005, 40.831281173276963 ], [ -112.06917602769194, 40.831290784238284 ], [ -112.06619920201432, 40.831291311452837 ], [ -112.06544028079202, 40.831298323363264 ], [ -112.06469307336182, 40.831296213892848 ], [ -112.06306821863714, 40.831293182564146 ], [ -112.06326390274855, 40.816815063029011 ], [ -112.06120074458424, 40.816816043043517 ], [ -112.05818913804823, 40.816825689678851 ], [ -112.05819722983196, 40.819573146136392 ], [ -112.05820924350992, 40.824059165270526 ], [ -112.05600357611269, 40.824061360171399 ], [ -112.05339477296127, 40.824067194726943 ], [ -112.04867515238074, 40.824074161027021 ], [ -112.03914104037766, 40.824088368821208 ], [ -112.03912418656584, 40.813891120269034 ], [ -112.0391137864324, 40.813224598822387 ], [ -112.03866329532342, 40.813228655488324 ], [ -112.03649354332664, 40.813230152801715 ], [ -112.03435935552021, 40.813231290444485 ], [ -112.03435138149079, 40.812717887963423 ], [ -112.0343505396286, 40.809610025776259 ], [ -112.03305826967379, 40.809612596035905 ], [ -112.03279747268644, 40.809614930989206 ], [ -112.02958450777065, 40.809616623784684 ], [ -112.02955555624932, 40.802374186506199 ], [ -112.0249167810762, 40.798289668744715 ], [ -112.00641343929161, 40.798344453220125 ], [ -112.00595475111916, 40.819779277568735 ], [ -112.00581805015183, 40.826428603552763 ], [ -112.0057915793615, 40.827816113415366 ], [ -111.98545318199531, 40.827838502966387 ], [ -111.96783042060763, 40.827852571617839 ], [ -111.96790722038372, 40.842103071802221 ], [ -111.96393305922902, 40.842073291693559 ], [ -111.95814373088508, 40.842022432767791 ], [ -111.95813170667921, 40.838716484932 ], [ -111.96289949646975, 40.838685793831161 ], [ -111.96288997357827, 40.831470216527862 ], [ -111.95812231168559, 40.831473879777256 ], [ -111.95812752577076, 40.835131212422901 ], [ -111.95812876514326, 40.836041041607999 ], [ -111.95365777306921, 40.836078090026895 ], [ -111.95348785513967, 40.8349804803632 ], [ -111.95348938968436, 40.834259802484794 ], [ -111.95259982935808, 40.834258143382606 ], [ -111.95260485485407, 40.833780661125161 ], [ -111.95348229169282, 40.833764403780499 ], [ -111.95348301206674, 40.830503386448726 ], [ -111.95253408096048, 40.830493209074426 ], [ -111.95252776445989, 40.830051853455508 ], [ -111.94563729322219, 40.830054492105489 ], [ -111.94615196914469, 40.828717039833691 ], [ -111.94765190805137, 40.824948254914958 ], [ -111.95347455124124, 40.82494531958109 ], [ -111.95347261607297, 40.82481021062847 ], [ -111.95347130325695, 40.823062605223214 ], [ -111.96782003956429, 40.823060230699255 ], [ -111.96779218112488, 40.817880674124567 ], [ -111.96776786890878, 40.812944308500718 ], [ -111.9596490086751, 40.812327492610535 ], [ -111.95962667906302, 40.815714815663689 ], [ -111.95962170279692, 40.816192299128296 ], [ -111.95961110094127, 40.819570514085356 ], [ -111.95325500616939, 40.819551141918041 ], [ -111.95291116869249, 40.81955398247981 ], [ -111.95261462816426, 40.819547423143561 ], [ -111.95262906336731, 40.817241168911742 ], [ -111.95263551171456, 40.81354769440054 ], [ -111.9526877017952, 40.813051804319123 ], [ -111.95269105294531, 40.812457225642234 ], [ -111.95341422021512, 40.812451251707984 ], [ -111.95413700013457, 40.812418251398121 ], [ -111.95725530174268, 40.812419445342314 ], [ -111.95725465441322, 40.812374408976723 ], [ -111.95726560331561, 40.812311259698951 ], [ -111.95726419753248, 40.810563651699098 ], [ -111.95249789899954, 40.810558058519625 ], [ -111.95250190034595, 40.809179747473195 ], [ -111.9524649401186, 40.805765885424421 ], [ -111.94887329984417, 40.805804488368928 ], [ -111.94843470061616, 40.805808094700126 ], [ -111.94843246487356, 40.806483740098372 ], [ -111.94840032650826, 40.809222545018621 ], [ -111.94838975439407, 40.809312715479543 ], [ -111.94839090867406, 40.809393781189563 ], [ -111.94707503967068, 40.809404590458485 ], [ -111.9470616327669, 40.810963145864442 ], [ -111.94626184775228, 40.81058234913742 ], [ -111.94589178767765, 40.810405216626386 ], [ -111.94533064597999, 40.810130556843326 ], [ -111.94488882324175, 40.809908967290212 ], [ -111.94416312810723, 40.809734741261344 ], [ -111.94314119623967, 40.809571941048944 ], [ -111.94269887443272, 40.80931431370476 ], [ -111.94269033316399, 40.808710823502047 ], [ -111.9417255282094, 40.808394401770023 ], [ -111.9416863078163, 40.805620146544477 ], [ -111.93945762327634, 40.805629307114934 ], [ -111.93796401464724, 40.805641459382819 ], [ -111.93796209496422, 40.813082379825019 ], [ -111.93797001699708, 40.820379077402329 ], [ -111.93797255487985, 40.820559223616947 ], [ -111.93796958084246, 40.821189831723714 ], [ -111.93804066730871, 40.822027029423026 ], [ -111.93766124466055, 40.822030113899423 ], [ -111.92625319484972, 40.822005163068845 ], [ -111.91981384390381, 40.821984617108697 ], [ -111.90586787722937, 40.821941823524305 ], [ -111.90580859198346, 40.821942289023404 ], [ -111.90576682604215, 40.819883397358304 ], [ -111.90101911757613, 40.819881748625228 ], [ -111.90104132225412, 40.821925571068924 ], [ -111.89089021072246, 40.821896307007115 ], [ -111.87582917475164, 40.821822453401815 ], [ -111.875579701283, 40.821788313603633 ], [ -111.87528351012115, 40.821808577900008 ], [ -111.87477329869131, 40.821785422632971 ], [ -111.8744417724937, 40.821823969419498 ], [ -111.873741492504, 40.821775224994497 ], [ -111.87282873006008, 40.82180015099771 ], [ -111.87248475522125, 40.821793744522317 ], [ -111.87210509105051, 40.821778598451935 ], [ -111.87151164500607, 40.821738041197968 ], [ -111.87089460322088, 40.821706667378052 ], [ -111.87050378933428, 40.821745650393254 ], [ -111.8702560847716, 40.821846611203242 ], [ -111.86997386727285, 40.822028907031132 ], [ -111.86986915335196, 40.822182838826535 ], [ -111.86976561570606, 40.822426845300512 ], [ -111.86963297669558, 40.823166531045302 ], [ -111.86943645946013, 40.823555371840861 ], [ -111.86927374830302, 40.823808832125152 ], [ -111.8690272100273, 40.823999865120641 ], [ -111.86868510456473, 40.824137567059523 ], [ -111.86837704298915, 40.824157903027235 ], [ -111.86802178582995, 40.824196610010723 ], [ -111.86768953898532, 40.82418109266338 ], [ -111.86741658012163, 40.824165128596682 ], [ -111.86677603679271, 40.824151926238301 ], [ -111.86649180686358, 40.824181086478831 ], [ -111.86610214751256, 40.824310129565269 ], [ -111.86583094570356, 40.824429273997914 ], [ -111.86557078074047, 40.824485276447078 ], [ -111.86539350173005, 40.824531648223086 ], [ -111.865322707139, 40.824559204342272 ], [ -111.86514402304094, 40.824497485921391 ], [ -111.86509624134395, 40.824470819145247 ], [ -111.86498905451889, 40.824435589409752 ], [ -111.8646554031251, 40.824311973497082 ], [ -111.86428618021063, 40.824188623110366 ], [ -111.8638937110771, 40.824101479068226 ], [ -111.86363179289116, 40.824022364816791 ], [ -111.86332291239395, 40.823979634869907 ], [ -111.86294452165913, 40.824063541157685 ], [ -111.86261437727997, 40.824210144016725 ], [ -111.86219158701014, 40.824528597277123 ], [ -111.8617079884154, 40.824730394470905 ], [ -111.86125949389611, 40.824895894119578 ], [ -111.8608104147487, 40.825016354570153 ], [ -111.86009929934829, 40.82504868353152 ], [ -111.85958848563031, 40.824980423830205 ], [ -111.85913568283408, 40.824812637857676 ], [ -111.85857569848083, 40.824609614355467 ], [ -111.85845607633522, 40.824529429261808 ], [ -111.85837214356187, 40.824457986868218 ], [ -111.85825124454895, 40.824278719038766 ], [ -111.8581216235125, 40.824342741826413 ], [ -111.8580638446745, 40.824460280337291 ], [ -111.85804245133959, 40.82464060675855 ], [ -111.85798594912099, 40.824857227743841 ], [ -111.85788247982229, 40.825110231419465 ], [ -111.85778959082226, 40.825264064319271 ], [ -111.85768542384449, 40.82546302280825 ], [ -111.85753417289207, 40.825689356284478 ], [ -111.85743000450336, 40.825888314542553 ], [ -111.85737233915756, 40.826014860202413 ], [ -111.85727967974903, 40.826186707693864 ], [ -111.85710447784579, 40.826395201839269 ], [ -111.85690567473365, 40.826612879384172 ], [ -111.8566122375417, 40.826849276029144 ], [ -111.85622393327947, 40.827086376058197 ], [ -111.85592887004702, 40.827196665960201 ], [ -111.85561020527784, 40.8273161385154 ], [ -111.85538617336, 40.82741689183473 ], [ -111.855127029012, 40.827553938439195 ], [ -111.85484416712045, 40.827691160209923 ], [ -111.85459630061081, 40.827783080244842 ], [ -111.85426658153082, 40.827965689506755 ], [ -111.85399638336426, 40.828165873950319 ], [ -111.85382035718901, 40.828311310652332 ], [ -111.85369199479943, 40.828474411102441 ], [ -111.85364664064139, 40.828636897206188 ], [ -111.85367116612298, 40.828699774247028 ], [ -111.85373196013657, 40.828816433048068 ], [ -111.85379321653188, 40.828969121831989 ], [ -111.853796105086, 40.829194309447807 ], [ -111.85365484271628, 40.829276430073072 ], [ -111.85347696488418, 40.829277746183465 ], [ -111.85341744128706, 40.829260169815541 ], [ -111.85333431616809, 40.82925177635807 ], [ -111.8531080807111, 40.829181382709876 ], [ -111.85283521963491, 40.829174391830534 ], [ -111.85264571430478, 40.829193809335422 ], [ -111.85245678566739, 40.82925826406769 ], [ -111.85227948451787, 40.829304615869837 ], [ -111.85212624614938, 40.829377814742678 ], [ -111.85184210218245, 40.829415946655999 ], [ -111.85158155975368, 40.829444895291495 ], [ -111.85111907594576, 40.829448308308628 ], [ -111.85103629636396, 40.829466935726238 ], [ -111.85094165816753, 40.829485650556805 ], [ -111.85087073705857, 40.829504190384483 ], [ -111.85055055562488, 40.82950655147004 ], [ -111.85018351513436, 40.829554298812369 ], [ -111.84999412290588, 40.829582719490965 ], [ -111.84978066832058, 40.829584292027327 ], [ -111.84957987712546, 40.829648829433651 ], [ -111.84942720970945, 40.829767062322411 ], [ -111.84919291031795, 40.829993996255702 ], [ -111.84908744634485, 40.830093864494167 ], [ -111.84890069442663, 40.830329456219388 ], [ -111.84882988670795, 40.83035700231838 ], [ -111.84877093766434, 40.830384461125206 ], [ -111.84858108306854, 40.830376849450779 ], [ -111.84839076924648, 40.83033320740229 ], [ -111.84822313996985, 40.830208323010055 ], [ -111.84792460680116, 40.830048367157104 ], [ -111.84753166465629, 40.829925137595843 ], [ -111.84713906788095, 40.829828929236236 ], [ -111.84679356292483, 40.82970534879577 ], [ -111.84659185181953, 40.829697820869924 ], [ -111.8463544503623, 40.829681546075911 ], [ -111.84624783733608, 40.829691336549352 ], [ -111.84594134495232, 40.829837718207891 ], [ -111.8456946023728, 40.83001969450136 ], [ -111.84537693498683, 40.830220206745068 ], [ -111.84508309755486, 40.830429551909717 ], [ -111.84486052536182, 40.830647382791987 ], [ -111.84467249938024, 40.83078388505929 ], [ -111.84457980057852, 40.830955722597615 ], [ -111.84448824421619, 40.831217635291992 ], [ -111.84438711378709, 40.831659785164597 ], [ -111.84434322037862, 40.83193936555633 ], [ -111.84422680105207, 40.832111376393911 ], [ -111.84406225935354, 40.832229689066885 ], [ -111.84387251410864, 40.832231077214615 ], [ -111.84367011047836, 40.832169499116048 ], [ -111.84340909682361, 40.832162399325583 ], [ -111.843123794528, 40.832110434667534 ], [ -111.84293393549257, 40.832102813743262 ], [ -111.84261385494285, 40.832114160450061 ], [ -111.84231874641489, 40.832224415885406 ], [ -111.8421657181603, 40.832315616716826 ], [ -111.84194096503558, 40.832362299042174 ], [ -111.84168086207158, 40.832427255566571 ], [ -111.84139647093589, 40.832447346861002 ], [ -111.84133671983436, 40.832411749208759 ], [ -111.84120535871661, 40.832340640285011 ], [ -111.84095483785249, 40.83222535811796 ], [ -111.84039336607424, 40.831905148778809 ], [ -111.8397588137294, 40.831432326542703 ], [ -111.83968538719526, 40.831252693793346 ], [ -111.83910055266641, 40.830959673205392 ], [ -111.83885026766372, 40.830862401426735 ], [ -111.83845858517491, 40.830838223769248 ], [ -111.83801856026052, 40.830742329060861 ], [ -111.83783988406455, 40.830680568327026 ], [ -111.83757899000484, 40.830682462819532 ], [ -111.83714066675579, 40.830721677844416 ], [ -111.83674932534527, 40.830724516992525 ], [ -111.83625148072814, 40.830746143619749 ], [ -111.83569422844015, 40.83075919010426 ], [ -111.83543378618663, 40.830797109926152 ], [ -111.8351971743711, 40.830843864999544 ], [ -111.83504402632798, 40.830926048924184 ], [ -111.83482062843721, 40.831080807935855 ], [ -111.83463291925094, 40.831244316678081 ], [ -111.83448010839777, 40.83135352250148 ], [ -111.83432695829092, 40.831435705486939 ], [ -111.83404403629008, 40.831572876741902 ], [ -111.83376088743273, 40.831692032217042 ], [ -111.83328821854359, 40.831830572828565 ], [ -111.83296836267692, 40.831859907872101 ], [ -111.83250642323868, 40.831908284184642 ], [ -111.83241166345535, 40.831917976340101 ], [ -111.83221039737352, 40.831946453519251 ], [ -111.83194938538009, 40.831939327778379 ], [ -111.83123761654166, 40.831926441882359 ], [ -111.83084536787626, 40.831857200647967 ], [ -111.83054889158288, 40.83185933551097 ], [ -111.83018204744107, 40.831925034567469 ], [ -111.82996993221506, 40.832034661183464 ], [ -111.82967469025643, 40.832135876917746 ], [ -111.82924910926467, 40.832247037242972 ], [ -111.82907324215145, 40.83241045182254 ], [ -111.82899303305179, 40.832636237308328 ], [ -111.82891327218069, 40.832898052959841 ], [ -111.82880911905639, 40.833105993621828 ], [ -111.82864634163994, 40.833368405471347 ], [ -111.82841207033087, 40.833604305421098 ], [ -111.82811782778595, 40.83378658524132 ], [ -111.82807039017325, 40.833786925762269 ], [ -111.82783353824085, 40.83381565074631 ], [ -111.82754891240774, 40.833817692879308 ], [ -111.82724034378715, 40.833801889280529 ], [ -111.82669447526499, 40.833778777266311 ], [ -111.82632672181258, 40.833772403696692 ], [ -111.8258636460385, 40.833730677953405 ], [ -111.82534138555494, 40.833698382159106 ], [ -111.82500909912625, 40.833682742272934 ], [ -111.8246883373653, 40.833639993954741 ], [ -111.82429842795463, 40.833759889378435 ], [ -111.82401558660317, 40.833906043842028 ], [ -111.82366091831724, 40.833998660294206 ], [ -111.82321037044443, 40.834010884627226 ], [ -111.8228794193908, 40.834103329431116 ], [ -111.82252474841867, 40.834195942412144 ], [ -111.82212197074213, 40.834234846972372 ], [ -111.82176740920811, 40.834336465209461 ], [ -111.82143767750144, 40.83452798918092 ], [ -111.82120337638104, 40.834763874727528 ], [ -111.82058026007219, 40.835209718484833 ], [ -111.82034517623863, 40.835382549312207 ], [ -111.82006331823274, 40.835609762339814 ], [ -111.81978156926941, 40.835845982260537 ], [ -111.81946346232778, 40.836019401240122 ], [ -111.81914612989094, 40.836255872365186 ], [ -111.81885229333844, 40.836474159115191 ], [ -111.81872504827609, 40.83673630470534 ], [ -111.81866818650983, 40.836934892162638 ], [ -111.81863537691684, 40.837160333982304 ], [ -111.81852043301406, 40.837458425461925 ], [ -111.81839185539887, 40.837612479800924 ], [ -111.81785094001228, 40.837994667011422 ], [ -111.81762781017639, 40.838176415867451 ], [ -111.81738084797226, 40.838349324799786 ], [ -111.81726324120272, 40.838431233271166 ], [ -111.81718066185583, 40.83846785171044 ], [ -111.81690798622192, 40.838478791336556 ], [ -111.81656448045695, 40.83851725678452 ], [ -111.81629302004345, 40.838627278291561 ], [ -111.81602189012986, 40.838764321894899 ], [ -111.81565687005788, 40.838983103979807 ], [ -111.81540868544683, 40.839056925398175 ], [ -111.8151362277396, 40.839085876015581 ], [ -111.81498182205814, 40.839068950248979 ], [ -111.81475680565707, 40.839097564797555 ], [ -111.81446183953109, 40.839225764726763 ], [ -111.81423836556779, 40.839380484378019 ], [ -111.81396777926585, 40.839562561101381 ], [ -111.81358989619359, 40.839700352190718 ], [ -111.81310636758649, 40.839928970309039 ], [ -111.81261020496757, 40.84009461690097 ], [ -111.8120632992886, 40.839990367873447 ], [ -111.81155285584526, 40.839957926595545 ], [ -111.81116013982047, 40.839852588434098 ], [ -111.8106003901345, 40.839667347547987 ], [ -111.81006359682034, 40.839418884220983 ], [ -111.8098132115758, 40.839312541892127 ], [ -111.809504182533, 40.83926066070687 ], [ -111.80912366279634, 40.839182255073204 ], [ -111.808779491588, 40.839166651862207 ], [ -111.80834164091826, 40.839250796049711 ], [ -111.80821117612503, 40.8392517101734 ], [ -111.80800943931979, 40.839244115026517 ], [ -111.80784339322133, 40.83924527795277 ], [ -111.80738018037871, 40.839194470704385 ], [ -111.8069636451898, 40.839080276559159 ], [ -111.80664221292679, 40.838983432657557 ], [ -111.80630903036487, 40.838895678347413 ], [ -111.80595180062464, 40.838781065996905 ], [ -111.8055460402432, 40.83857670782065 ], [ -111.80503495648306, 40.838490191957426 ], [ -111.80470145164206, 40.838375410148416 ], [ -111.80438089711841, 40.838350620691379 ], [ -111.80410919905798, 40.838442598506077 ], [ -111.80386220027499, 40.838615478826938 ], [ -111.80362749573733, 40.838824306417941 ], [ -111.80329768894457, 40.839015779088179 ], [ -111.80301412621853, 40.83910783694192 ], [ -111.80254144748049, 40.839255260091903 ], [ -111.80218737142762, 40.839401856617748 ], [ -111.80192893780742, 40.83961084575057 ], [ -111.80172947973273, 40.839792399357925 ], [ -111.80147060914679, 40.839965357051824 ], [ -111.80110455786321, 40.840103025089661 ], [ -111.80071467538032, 40.840231849024079 ], [ -111.80044296447173, 40.840323818292596 ], [ -111.80025319406954, 40.84032513491389 ], [ -111.80001608935694, 40.840335787860894 ], [ -111.79971870687369, 40.840265782967755 ], [ -111.79927997131266, 40.84027783203328 ], [ -111.79904438104795, 40.840414589539627 ], [ -111.79892728859811, 40.840541517588775 ], [ -111.79875110839912, 40.840686871384726 ], [ -111.7986109421464, 40.840868009033883 ], [ -111.7983772940109, 40.841166902203319 ], [ -111.79811927373822, 40.841411913358868 ], [ -111.79786114354918, 40.841647916332619 ], [ -111.79749604716126, 40.841866641544449 ], [ -111.79722443297705, 40.84196761092182 ], [ -111.79684704019041, 40.84215038562111 ], [ -111.79668260433942, 40.842286646753109 ], [ -111.79635340715753, 40.842532145481364 ], [ -111.79620039923265, 40.842632293596928 ], [ -111.7959298575643, 40.842823336101802 ], [ -111.79546845902061, 40.842925610651648 ], [ -111.79514863918408, 40.842963849039002 ], [ -111.79473489824518, 40.843083808859795 ], [ -111.79448764260172, 40.843238654121244 ], [ -111.79414732401086, 40.84354728164093 ], [ -111.79395980163102, 40.843737747955821 ], [ -111.79353655616241, 40.844055952747716 ], [ -111.79319569199511, 40.844319539407493 ], [ -111.79297215099157, 40.844474218340032 ], [ -111.79262924328266, 40.844566658597792 ], [ -111.79222724191484, 40.84467752040274 ], [ -111.79188422486818, 40.844760950841881 ], [ -111.79160051435231, 40.844843973298659 ], [ -111.79115117066124, 40.844964164578883 ], [ -111.79090368544946, 40.845100987006127 ], [ -111.79059657029177, 40.845211192528552 ], [ -111.79017073141083, 40.845313202184919 ], [ -111.78989855705754, 40.845369116367955 ], [ -111.78966196700789, 40.845424786322461 ], [ -111.78922458426656, 40.845553896578949 ], [ -111.78885730146376, 40.845592442260234 ], [ -111.78852517601908, 40.845594713030728 ], [ -111.78813395584883, 40.845615403322519 ], [ -111.78807454099459, 40.845606800888575 ], [ -111.78776560532653, 40.845563869261781 ], [ -111.78748028664134, 40.845511767228842 ], [ -111.78700571556097, 40.845505997595765 ], [ -111.78659013306506, 40.845472798719165 ], [ -111.78610338134312, 40.845440083358945 ], [ -111.78575833086731, 40.845352350667277 ], [ -111.78535184659893, 40.845084868051686 ], [ -111.78511291482494, 40.844942360751801 ], [ -111.78486148494153, 40.844745887836439 ], [ -111.78460042607088, 40.844738655388916 ], [ -111.78436287780052, 40.844713245774336 ], [ -111.78401793948129, 40.844634515447311 ], [ -111.78356561231172, 40.844502463431191 ], [ -111.7830770664729, 40.844316605347451 ], [ -111.78267197689175, 40.844166212414436 ], [ -111.7822791741671, 40.844051768170189 ], [ -111.78198158119075, 40.843963702290573 ], [ -111.78174361321706, 40.843902256671434 ], [ -111.78151814190801, 40.843894776062804 ], [ -111.78125729818626, 40.843905551302946 ], [ -111.78096266794702, 40.844069696828626 ], [ -111.78078601596557, 40.844178992961048 ], [ -111.78039543529013, 40.84425370283104 ], [ -111.78008777804668, 40.844318842282888 ], [ -111.77974443031195, 40.844375213808668 ], [ -111.77934135267141, 40.844395954419994 ], [ -111.77884454325628, 40.844516418476765 ], [ -111.77852502174674, 40.844581633866618 ], [ -111.77812383889301, 40.844764507930918 ], [ -111.77788808338374, 40.844892215012287 ], [ -111.77734813687388, 40.845382306276917 ], [ -111.77699733844855, 40.845817070944001 ], [ -111.77673964162456, 40.846098065561151 ], [ -111.77629341529078, 40.846488428783871 ], [ -111.77587027712579, 40.846824584829776 ], [ -111.77528285226708, 40.847314985663687 ], [ -111.77488321793717, 40.84763296338101 ], [ -111.77408016409436, 40.847944639195525 ], [ -111.77368976303131, 40.848037341886339 ], [ -111.77324005026666, 40.848130440850753 ], [ -111.77280314023231, 40.848304527504553 ], [ -111.77256819887309, 40.848504285085554 ], [ -111.77228612096292, 40.848731382840256 ], [ -111.77203805965898, 40.848823126896896 ], [ -111.77172985026776, 40.848843205985197 ], [ -111.77133860489263, 40.848863839520902 ], [ -111.77082904981677, 40.848912287444726 ], [ -111.77042521110393, 40.848869943539249 ], [ -111.7701044086493, 40.848827043894211 ], [ -111.76986632953906, 40.848756566220253 ], [ -111.76958007248625, 40.848623350981129 ], [ -111.76913939972846, 40.848473148006782 ], [ -111.76879404270929, 40.848358341563745 ], [ -111.76849707210989, 40.848324286960398 ], [ -111.76823724881415, 40.848425109574222 ], [ -111.76784818827299, 40.848634892234585 ], [ -111.76756557379076, 40.848816940261024 ], [ -111.76727057593484, 40.848954028173949 ], [ -111.76698785463836, 40.849127067134695 ], [ -111.76669347718038, 40.849318199588083 ], [ -111.76623271334233, 40.849483411558609 ], [ -111.76568942879238, 40.849694211258559 ], [ -111.76527621324607, 40.849868112139596 ], [ -111.76509941624879, 40.849968376837978 ], [ -111.76489879015136, 40.850059790920483 ], [ -111.76469847418673, 40.850178227667179 ], [ -111.76449795043474, 40.850278648729677 ], [ -111.76426245946537, 40.85043335125917 ], [ -111.76406214123567, 40.85055178691325 ], [ -111.76386140848624, 40.850634191539811 ], [ -111.76356598120113, 40.850735239390687 ], [ -111.76318761796281, 40.850845843587031 ], [ -111.76279739079766, 40.85095652499686 ], [ -111.76254930783834, 40.851048248802392 ], [ -111.76223056423036, 40.851185480789766 ], [ -111.76208934723678, 40.851285505756607 ], [ -111.76191264481473, 40.851394773295738 ], [ -111.76167683436317, 40.851522447583456 ], [ -111.76138232781804, 40.851704558958652 ], [ -111.7609707373892, 40.852022567359029 ], [ -111.76077040846641, 40.852140997358404 ], [ -111.76054717711145, 40.852331644849258 ], [ -111.76046599073952, 40.852494330483701 ], [ -111.76037335295736, 40.852693124958947 ], [ -111.7603277547237, 40.852855575892214 ], [ -111.76024584640341, 40.852955207644243 ], [ -111.76013979994894, 40.853018964991136 ], [ -111.75998537472086, 40.853001965810741 ], [ -111.75977101702476, 40.852931311067785 ], [ -111.75957966562672, 40.852797445954721 ], [ -111.75947176721446, 40.852699064512812 ], [ -111.75935221186215, 40.852618776413827 ], [ -111.75907833571092, 40.852530495457053 ], [ -111.75885180921158, 40.852432894007286 ] ], [ [ -111.87752716918642, 40.716617960977437 ], [ -111.87752302927998, 40.716302694120486 ], [ -111.87690743354787, 40.716307372421277 ], [ -111.87689713173977, 40.71642456149636 ], [ -111.87718125336384, 40.716422402708751 ], [ -111.87714833927404, 40.716620840352043 ], [ -111.87752716918642, 40.716617960977437 ] ] ], [ [ [ -111.83311937261749, 40.710181604662928 ], [ -111.83299325267969, 40.709560924920879 ], [ -111.83405872382448, 40.709562239884619 ], [ -111.83406647935439, 40.710183773743793 ], [ -111.83356930730146, 40.710187365007698 ], [ -111.83311937261749, 40.710181604662928 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 19, \"properties\": { \"NAME\": \"MURRAY CITY SCHOOL DISTRICT\", \"TOTENROLL\": 6500, \"Color4\": \"2\", \"Shape_Leng\": 29930.39689, \"Shape_Area\": 25501096.089299999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.9074268824881, 40.683820916529115 ], [ -111.90709544942446, 40.683814512584732 ], [ -111.90695345902932, 40.68381562814708 ], [ -111.90597123660208, 40.683814331734006 ], [ -111.90550964573207, 40.683808944572938 ], [ -111.90302529810927, 40.683864438027626 ], [ -111.903015085565, 40.683107798479064 ], [ -111.90206897750551, 40.683151229170669 ], [ -111.90115174996197, 40.683581794997671 ], [ -111.90068135981352, 40.683801671336752 ], [ -111.90042116490169, 40.683812709558538 ], [ -111.90016121228227, 40.683841762435179 ], [ -111.89984197544405, 40.683862268260668 ], [ -111.89975914748969, 40.683862913823639 ], [ -111.89971169609474, 40.683854275068796 ], [ -111.89971129423508, 40.682944413032381 ], [ -111.89984145066285, 40.682943398622321 ], [ -111.90051577626222, 40.682929132163359 ], [ -111.90051310903125, 40.682730964503243 ], [ -111.90067815580387, 40.682684634162065 ], [ -111.90069175592311, 40.681936816971692 ], [ -111.90069127089225, 40.681900786484093 ], [ -111.89974481463982, 40.681917175102193 ], [ -111.89973367088716, 40.681088473610409 ], [ -111.8980919137026, 40.681317462372391 ], [ -111.89787204565278, 40.680805684036365 ], [ -111.8976102809301, 40.679816776666357 ], [ -111.89723178227382, 40.679828727401556 ], [ -111.89712565783859, 40.67985657782733 ], [ -111.89705454588699, 40.67984812182177 ], [ -111.896995145064, 40.679830566210157 ], [ -111.89685267979955, 40.679795638723803 ], [ -111.89576041075708, 40.679524852882587 ], [ -111.89576282244258, 40.679705005636315 ], [ -111.89551604145591, 40.679833040139307 ], [ -111.89543285676797, 40.679806659632241 ], [ -111.89537345639229, 40.679789103181207 ], [ -111.89529039233514, 40.679771730208643 ], [ -111.89512402334931, 40.679718968804551 ], [ -111.89495777509858, 40.67967521479703 ], [ -111.89467236566549, 40.679569324025351 ], [ -111.89451891322068, 40.679597538812615 ], [ -111.8948018862867, 40.680406117538467 ], [ -111.89462573151557, 40.680506577002085 ], [ -111.89444897415461, 40.680561998003739 ], [ -111.89427209610872, 40.680608411097523 ], [ -111.89415413714865, 40.680636350464042 ], [ -111.89407155378068, 40.680655007185393 ], [ -111.89383431179836, 40.680611801343325 ], [ -111.89363256612141, 40.680568320260377 ], [ -111.89274300251883, 40.680413048144587 ], [ -111.89206581762866, 40.680211085461828 ], [ -111.89146809992388, 40.679756265109596 ], [ -111.89122058207938, 40.679758536438641 ], [ -111.89066209414706, 40.679654383106829 ], [ -111.88934780065756, 40.679592446379409 ], [ -111.88931108806685, 40.678610794345872 ], [ -111.88852985702673, 40.678608972014921 ], [ -111.88846039818699, 40.678635721521701 ], [ -111.88809206204503, 40.678521443980337 ], [ -111.88802047440629, 40.678476951747719 ], [ -111.8876307468161, 40.678534000246202 ], [ -111.88747717413499, 40.678553198025035 ], [ -111.88738264025825, 40.678562933250916 ], [ -111.88669323379276, 40.678579040423358 ], [ -111.88623520681377, 40.678589764143226 ], [ -111.88612872172475, 40.678590581504693 ], [ -111.88521744413005, 40.678579555142079 ], [ -111.8849453155272, 40.678581641360338 ], [ -111.88474298600971, 40.678493106272114 ], [ -111.88457841437757, 40.678575444538396 ], [ -111.88449559262268, 40.678576079083832 ], [ -111.88443595800322, 40.678540501625953 ], [ -111.88418582655046, 40.678416297427049 ], [ -111.88411328949103, 40.678299741397566 ], [ -111.8838663719215, 40.678418743538103 ], [ -111.88315998250354, 40.677793548708031 ], [ -111.88288536123839, 40.677606468928516 ], [ -111.88189527327006, 40.677001452542072 ], [ -111.88210194572366, 40.676522418778163 ], [ -111.88226461539784, 40.676295961221712 ], [ -111.88281153603202, 40.67559811952097 ], [ -111.88290345205979, 40.675390219206918 ], [ -111.8825237870884, 40.675312044732529 ], [ -111.88228431485807, 40.675097668971311 ], [ -111.88198533286224, 40.674856721574244 ], [ -111.88136762807279, 40.674672258463303 ], [ -111.88103434419314, 40.674521656291525 ], [ -111.88085640535444, 40.67448697967248 ], [ -111.88083191354595, 40.67442410642392 ], [ -111.88078328570772, 40.674325382955487 ], [ -111.88073477655425, 40.674235667146235 ], [ -111.88058842025755, 40.673903465794325 ], [ -111.88084490562468, 40.673613234438605 ], [ -111.88066341351008, 40.673308326969433 ], [ -111.88044963033568, 40.673246897349088 ], [ -111.88030766132846, 40.673247979911629 ], [ -111.88057301336893, 40.672732466793313 ], [ -111.8808608370404, 40.672126695684526 ], [ -111.88074736873027, 40.671596054480766 ], [ -111.87931304289722, 40.67139078108287 ], [ -111.87897776907873, 40.671087041916081 ], [ -111.87841500332723, 40.670577835140442 ], [ -111.87829587310557, 40.670515681293509 ], [ -111.87767538375107, 40.670115013069513 ], [ -111.87740246249508, 40.670054027277807 ], [ -111.87716515032396, 40.670001778903554 ], [ -111.87678151078025, 40.669617323322683 ], [ -111.8762826410251, 40.669467964551245 ], [ -111.87603314802716, 40.669388780496227 ], [ -111.87576593307337, 40.668859300486382 ], [ -111.8751963269374, 40.668728490702932 ], [ -111.87495902112576, 40.668676237715793 ], [ -111.87534239356188, 40.667231956012742 ], [ -111.87392725009546, 40.666675134374721 ], [ -111.8733108177324, 40.66658070401192 ], [ -111.87325166975764, 40.666581151383461 ], [ -111.87308582046529, 40.666564388436107 ], [ -111.87307849078151, 40.667816639355159 ], [ -111.87304307257571, 40.669636644041482 ], [ -111.87336248621949, 40.669634228303607 ], [ -111.87336150920355, 40.671372894625506 ], [ -111.87303025682034, 40.671375399903098 ], [ -111.87303096176352, 40.671429446138063 ], [ -111.87206086447587, 40.6714367775703 ], [ -111.87206426794323, 40.671698001099173 ], [ -111.87303448650803, 40.671699677305128 ], [ -111.8730308804861, 40.672330306104222 ], [ -111.87378815712684, 40.672333585947527 ], [ -111.87379168504063, 40.672603817017567 ], [ -111.87382717701354, 40.672603548399735 ], [ -111.8738238137735, 40.673252192451443 ], [ -111.87419056768648, 40.673249416069424 ], [ -111.87419250264456, 40.674303406470749 ], [ -111.87038258034414, 40.674305165784062 ], [ -111.8703844539444, 40.673539421393897 ], [ -111.87058557811159, 40.673537904988237 ], [ -111.8705831175464, 40.673348743109763 ], [ -111.87170704325847, 40.673340262686139 ], [ -111.87168240713706, 40.671448644115351 ], [ -111.8716928298704, 40.671340462286913 ], [ -111.87179682088059, 40.670240628438023 ], [ -111.87174257850072, 40.66970953078615 ], [ -111.86806270991927, 40.666034721399512 ], [ -111.86798585960987, 40.666494737964221 ], [ -111.86797092158017, 40.668171261068025 ], [ -111.86796676699065, 40.66967572848133 ], [ -111.86731599147666, 40.669671610372241 ], [ -111.86787162421365, 40.670550277710944 ], [ -111.86751729851395, 40.670597983583221 ], [ -111.86709199029478, 40.670646221479601 ], [ -111.86622767642881, 40.670598657777532 ], [ -111.86531674108652, 40.670605488616367 ], [ -111.86520025489767, 40.669831622088019 ], [ -111.86528108676157, 40.66967787013504 ], [ -111.86500134160518, 40.667256652477569 ], [ -111.86499796622921, 40.66699542825787 ], [ -111.86488645430377, 40.665690015918202 ], [ -111.86485988619307, 40.665464999779459 ], [ -111.86453864126814, 40.662575642282178 ], [ -111.86482610330646, 40.661933878094771 ], [ -111.86499864775162, 40.661554223876045 ], [ -111.86590667448624, 40.659502462422545 ], [ -111.86590574262391, 40.659430400490201 ], [ -111.86584798145218, 40.65487166183371 ], [ -111.86337602236416, 40.654890171974657 ], [ -111.86336104284128, 40.65372817149607 ], [ -111.86261591932234, 40.653733740502595 ], [ -111.86257427779587, 40.651418834486968 ], [ -111.86363777397018, 40.651338815970121 ], [ -111.86390956105443, 40.651318765570863 ], [ -111.86391104795437, 40.650516986474088 ], [ -111.86389294773062, 40.650030655880855 ], [ -111.86408205874572, 40.650020232237672 ], [ -111.86408008337504, 40.649867100304292 ], [ -111.8644585368466, 40.649864267625247 ], [ -111.86445481691491, 40.649576019297449 ], [ -111.86449018052072, 40.649566745912502 ], [ -111.86506968471613, 40.649562405836562 ], [ -111.8652472002879, 40.649570084419167 ], [ -111.86572038129282, 40.649575546374059 ], [ -111.86589778051537, 40.649574216198104 ], [ -111.86589673254809, 40.649493146384131 ], [ -111.86590343574413, 40.649096716368042 ], [ -111.86592070049559, 40.646772359653703 ], [ -111.86591592680226, 40.646403041425337 ], [ -111.86592193131983, 40.645952564626391 ], [ -111.86592700438459, 40.645430025685897 ], [ -111.86592951607172, 40.644709315881819 ], [ -111.86592928322113, 40.644691300352633 ], [ -111.86594117572443, 40.64378133869311 ], [ -111.86593407401331, 40.643231864940113 ], [ -111.86594310540777, 40.643015589851046 ], [ -111.86594957551701, 40.642601143865008 ], [ -111.8659439874472, 40.642168770992562 ], [ -111.86595227107502, 40.640979568069611 ], [ -111.86596684096054, 40.640276784584209 ], [ -111.86597086633033, 40.639673175189685 ], [ -111.86596848934684, 40.638574138180125 ], [ -111.86597938276536, 40.638501987311514 ], [ -111.8660019843997, 40.638420739989357 ], [ -111.86595456941399, 40.638412086918166 ], [ -111.86593140628617, 40.636619539533164 ], [ -111.86597881999661, 40.636628192629537 ], [ -111.86597812160475, 40.636574145966627 ], [ -111.86592721619412, 40.636295259543417 ], [ -111.86591213305441, 40.636043130426117 ], [ -111.86593079867851, 40.63382686191737 ], [ -111.86600174168969, 40.633826329919316 ], [ -111.86600495266285, 40.633159665385129 ], [ -111.86600799966938, 40.631565110331636 ], [ -111.86603001715504, 40.631438824006011 ], [ -111.86603504264595, 40.629997400874544 ], [ -111.86604081407843, 40.629528907247298 ], [ -111.86660878752745, 40.629560681018056 ], [ -111.86832476727412, 40.629673912199493 ], [ -111.86838388275018, 40.629673467682544 ], [ -111.86846547260839, 40.629673664899862 ], [ -111.86943578749941, 40.629638526879177 ], [ -111.87107966411226, 40.62966217333976 ], [ -111.87195515809616, 40.629700609399144 ], [ -111.87221550045048, 40.629716660666823 ], [ -111.87239343296655, 40.629760359912197 ], [ -111.87310305339551, 40.629773014252784 ], [ -111.87539849791827, 40.62989076635256 ], [ -111.87597806573908, 40.629904388806018 ], [ -111.87654639958762, 40.629963136902397 ], [ -111.8770547937183, 40.629959276853214 ], [ -111.87991929761024, 40.630189728230789 ], [ -111.88064145638606, 40.630256292609758 ], [ -111.88177754588128, 40.630328701191232 ], [ -111.88184836638496, 40.630319151748033 ], [ -111.88325544150457, 40.630317406890732 ], [ -111.88325298975155, 40.630140315517217 ], [ -111.88325235546807, 40.630083205504839 ], [ -111.88325116854061, 40.629993128046138 ], [ -111.88384244246826, 40.629997612827154 ], [ -111.8838406608951, 40.62986249665807 ], [ -111.88423094131416, 40.629868517601771 ], [ -111.88422880249792, 40.629706378211829 ], [ -111.88476226646115, 40.629810396112319 ], [ -111.88618115324812, 40.62980852513266 ], [ -111.88800166558079, 40.629776523103608 ], [ -111.88799796638001, 40.629497283320681 ], [ -111.88829175089606, 40.629359894072984 ], [ -111.88855197577158, 40.629366900748842 ], [ -111.88859926767938, 40.629366536857034 ], [ -111.88860404555686, 40.628834989558122 ], [ -111.88880527342936, 40.628851458278646 ], [ -111.88881200960284, 40.628467727871381 ], [ -111.88881112460381, 40.628400980556279 ], [ -111.88923686507059, 40.628406711675645 ], [ -111.88926767322845, 40.628055136926434 ], [ -111.88971705699271, 40.628060684213153 ], [ -111.88992974677552, 40.628050036711194 ], [ -111.8930153601806, 40.628017208279061 ], [ -111.8931927010447, 40.628015836768398 ], [ -111.89319660246456, 40.627421235461732 ], [ -111.89129304034111, 40.627426934278056 ], [ -111.89126580234141, 40.627156884852582 ], [ -111.8912646047698, 40.627066807543628 ], [ -111.89123892383893, 40.626913858599714 ], [ -111.89129803651738, 40.626913402379166 ], [ -111.89129935388875, 40.627012487420664 ], [ -111.8933789509321, 40.626997228968769 ], [ -111.89337739040795, 40.626880128531042 ], [ -111.89375571111601, 40.626877201193672 ], [ -111.89375294904231, 40.626670023511451 ], [ -111.89549109435742, 40.626674575675437 ], [ -111.89548423603003, 40.626161135543946 ], [ -111.89832184932239, 40.626157114299218 ], [ -111.89832140533792, 40.627782819219213 ], [ -111.89861678985886, 40.627784574958518 ], [ -111.90072134449069, 40.627777187859145 ], [ -111.90144276874547, 40.627789576001106 ], [ -111.90286464150815, 40.628012693045335 ], [ -111.90323988362165, 40.628658381393784 ], [ -111.90368534194768, 40.629249467096557 ], [ -111.90444464807025, 40.630315551572544 ], [ -111.90471062192911, 40.629872044511409 ], [ -111.9058679686639, 40.628016199050677 ], [ -111.90634087593081, 40.628012488455383 ], [ -111.90633844021093, 40.627832334608115 ], [ -111.90928264459933, 40.627836215814035 ], [ -111.90947180682981, 40.627834726220748 ], [ -111.91018043125871, 40.627775091389154 ], [ -111.91018385571972, 40.628027306507491 ], [ -111.9103966637813, 40.62802562902619 ], [ -111.91480583617984, 40.628027630383613 ], [ -111.92120250352833, 40.628021823858461 ], [ -111.92136764481707, 40.628767412869585 ], [ -111.92264656623277, 40.629766169479474 ], [ -111.92273031875465, 40.629837569404067 ], [ -111.92322133694374, 40.628572435359892 ], [ -111.92274058005125, 40.626288082610458 ], [ -111.92359212639738, 40.627164122355026 ], [ -111.92404287030523, 40.62726862023689 ], [ -111.92442330160718, 40.627418722435436 ], [ -111.92548110134344, 40.627815638777989 ], [ -111.92566043018194, 40.627958339720713 ], [ -111.92586464915038, 40.628190927228253 ], [ -111.92597354148339, 40.628370226933477 ], [ -111.92604733958595, 40.628576833876885 ], [ -111.92621744904599, 40.629010496812157 ], [ -111.92704777981837, 40.629013563414993 ], [ -111.92716912615776, 40.629075649678306 ], [ -111.92793804935609, 40.629007404045176 ], [ -111.92793924567366, 40.629435484901684 ], [ -111.92793261864898, 40.629896329943378 ], [ -111.92815949960227, 40.630056662081579 ], [ -111.928161756376, 40.630843007767702 ], [ -111.92923478391931, 40.63083167572676 ], [ -111.92921861429113, 40.631379710986771 ], [ -111.92815452618559, 40.631388268461599 ], [ -111.92697208095939, 40.631388757634909 ], [ -111.92702086875087, 40.631496469611676 ], [ -111.92736910128887, 40.631881044871669 ], [ -111.9273595212963, 40.632043277214933 ], [ -111.92740796530413, 40.632143154262586 ], [ -111.92716799467884, 40.632729471262309 ], [ -111.92721678380023, 40.632837183117417 ], [ -111.92717223130182, 40.6330357307531 ], [ -111.92717559572529, 40.633278936807436 ], [ -111.92708312554539, 40.633432825961265 ], [ -111.92694846835788, 40.633956407568306 ], [ -111.92647129382277, 40.634509763399734 ], [ -111.92665886298198, 40.635246966012616 ], [ -111.92670727953264, 40.635327655137004 ], [ -111.92698259329178, 40.635568678364479 ], [ -111.92705465838755, 40.635649177495999 ], [ -111.92754654684599, 40.63615871929369 ], [ -111.92753684219609, 40.636311943908922 ], [ -111.92719371014728, 40.637152501826854 ], [ -111.92711355755674, 40.63734232651943 ], [ -111.92699892847966, 40.637604496927949 ], [ -111.92698872401543, 40.637721690975397 ], [ -111.92928289180325, 40.637721268689674 ], [ -111.92929488359506, 40.638586000058517 ], [ -111.92930795725547, 40.638675981075082 ], [ -111.92940755046556, 40.639035524432288 ], [ -111.92944427350486, 40.639125315077997 ], [ -111.92948065145092, 40.639207270987001 ], [ -111.92951759493457, 40.639295888710961 ], [ -111.9295657976749, 40.639377749404666 ], [ -111.92961456599281, 40.639466271903558 ], [ -111.9296629892239, 40.639546959657771 ], [ -111.92978348537243, 40.639708144677861 ], [ -111.9298436086697, 40.639779729522253 ], [ -111.92940934392138, 40.640017449745798 ], [ -111.92977841004557, 40.640194651064547 ], [ -111.92991098245929, 40.640373755932224 ], [ -111.93020553140352, 40.641146124801317 ], [ -111.93002333421794, 40.641652075005972 ], [ -111.92939390466785, 40.642314771868968 ], [ -111.92951590484832, 40.642584048377898 ], [ -111.92949312923025, 40.642647292030837 ], [ -111.92962445606389, 40.642736321002637 ], [ -111.92979250892316, 40.642915140268599 ], [ -111.92984043489864, 40.642959797432937 ], [ -111.92990043622171, 40.643022374565845 ], [ -111.93097653377951, 40.643013703653104 ], [ -111.93103703688675, 40.643112310607762 ], [ -111.9321238677894, 40.64472509293693 ], [ -111.93176073418294, 40.645827074375546 ], [ -111.93169303681395, 40.646061844509333 ], [ -111.93153035664795, 40.646270355061297 ], [ -111.93098067686421, 40.646716210107876 ], [ -111.93091047249231, 40.646770827775406 ], [ -111.93069948326151, 40.646907657723034 ], [ -111.93036998338206, 40.647027425003394 ], [ -111.92992147229302, 40.647094098195993 ], [ -111.92977956066038, 40.64709524098447 ], [ -111.92963864902764, 40.647168444426441 ], [ -111.92952101412099, 40.647214434492533 ], [ -111.92920571052159, 40.647505247755902 ], [ -111.92921470667244, 40.64815379520693 ], [ -111.92935662057013, 40.648152653088225 ], [ -111.92946368089855, 40.648196834396266 ], [ -111.92922695190379, 40.649036540228536 ], [ -111.92873049642937, 40.649058551600135 ], [ -111.92898372108876, 40.649407850256082 ], [ -111.92908095579538, 40.649596248658263 ], [ -111.92916798895607, 40.649901840940359 ], [ -111.92911385434608, 40.650262620773091 ], [ -111.9290917005813, 40.650370902295457 ], [ -111.92923761795778, 40.650658003451966 ], [ -111.9292501943449, 40.650711953868424 ], [ -111.92946582318008, 40.650908407631064 ], [ -111.92980272104154, 40.651320091002795 ], [ -111.92973488656655, 40.651545852307279 ], [ -111.9292666901661, 40.651900956794208 ], [ -111.92919760369033, 40.652036641818896 ], [ -111.92911706493032, 40.65219944476042 ], [ -111.92911993887037, 40.652406619485014 ], [ -111.92927656313596, 40.652612556909965 ], [ -111.92934852469807, 40.65268404654784 ], [ -111.92929601385204, 40.653161925042312 ], [ -111.92753690254295, 40.653401284475095 ], [ -111.92708847054814, 40.653476954687179 ], [ -111.92705311391299, 40.653486247167073 ], [ -111.92699410304985, 40.653495729542847 ], [ -111.92590302014283, 40.653288277533534 ], [ -111.92341908454509, 40.653290151998689 ], [ -111.92331351002444, 40.653354056489 ], [ -111.92331074794754, 40.654011706547053 ], [ -111.92256071529113, 40.655378000481356 ], [ -111.92250629299691, 40.655720762096621 ], [ -111.921334213268, 40.658225502222201 ], [ -111.92117010871056, 40.658334914734226 ], [ -111.91964669684202, 40.659383047135485 ], [ -111.9185383419955, 40.660508935534907 ], [ -111.91846811308476, 40.660563545774565 ], [ -111.917251534157, 40.661564162264177 ], [ -111.91687474687178, 40.661693275253711 ], [ -111.91658100503437, 40.661839744974245 ], [ -111.91567020133201, 40.66184697178759 ], [ -111.91480978858931, 40.662079006996024 ], [ -111.91458602827221, 40.662152848410102 ], [ -111.91394998456626, 40.662356073944572 ], [ -111.91352574841864, 40.662476543006179 ], [ -111.91336198924323, 40.662612967450897 ], [ -111.91309263020493, 40.662813286973666 ], [ -111.91182714156112, 40.663706129948658 ], [ -111.91100947218347, 40.663604481401876 ], [ -111.91097386277796, 40.663595753773286 ], [ -111.91060777799035, 40.663643684558828 ], [ -111.91044254007875, 40.663672013418747 ], [ -111.91020657314094, 40.663718916829815 ], [ -111.90989975440557, 40.663775386734251 ], [ -111.90933979327707, 40.664356348138838 ], [ -111.90890639715219, 40.664675061393154 ], [ -111.90835800474505, 40.665237909740235 ], [ -111.90832471685492, 40.66540032625101 ], [ -111.90824301176707, 40.665482046317386 ], [ -111.90832009821443, 40.66593186938649 ], [ -111.90849218804755, 40.666407970627617 ], [ -111.90871783449525, 40.667343088018697 ], [ -111.90869527571567, 40.66742434285127 ], [ -111.90821676270201, 40.668779395875774 ], [ -111.90817262063761, 40.669013966311866 ], [ -111.90809665442511, 40.669519044560793 ], [ -111.90795787114733, 40.669754359232464 ], [ -111.90789251094057, 40.670169268052518 ], [ -111.90830854731932, 40.671183965560644 ], [ -111.90834636080649, 40.67135483111187 ], [ -111.90844222596728, 40.67144416265873 ], [ -111.90852005496744, 40.671948030755338 ], [ -111.9085295920849, 40.672650624917885 ], [ -111.90854252311162, 40.672731600371733 ], [ -111.90852277470051, 40.673020030296414 ], [ -111.90850278159783, 40.673290444973333 ], [ -111.90808971039016, 40.67423959532784 ], [ -111.90811960554485, 40.674698797585641 ], [ -111.90815023456406, 40.675212045478446 ], [ -111.90835209525541, 40.675264508915788 ], [ -111.90945715354229, 40.675607143701754 ], [ -111.90951716584054, 40.675669730967734 ], [ -111.91022610358763, 40.676465906891963 ], [ -111.91054971368251, 40.676769646540457 ], [ -111.91059765162979, 40.676814311310714 ], [ -111.91068096093372, 40.676849688484936 ], [ -111.91128803649522, 40.677115155421497 ], [ -111.91185913173059, 40.677344869043438 ], [ -111.91208154988411, 40.678036772014778 ], [ -111.91172356031737, 40.679553039149546 ], [ -111.91197828848448, 40.680010464156453 ], [ -111.9125002016297, 40.680970256715483 ], [ -111.91227645688414, 40.681917924206736 ], [ -111.91256558917031, 40.682293998765047 ], [ -111.91071816424382, 40.682191475712173 ], [ -111.91049335179379, 40.682193248934823 ], [ -111.91048605493827, 40.682526623332663 ], [ -111.90787111667524, 40.682547216531781 ], [ -111.90787380568068, 40.682745383795684 ], [ -111.90789113841498, 40.683150632854186 ], [ -111.90788835121916, 40.683817288420499 ], [ -111.9074268824881, 40.683820916529115 ] ], [ [ -111.87165578054943, 40.636775472970619 ], [ -111.87119463134347, 40.636778952961997 ], [ -111.87120095484453, 40.637265372219289 ], [ -111.87166210739666, 40.637261892168517 ], [ -111.87165578054943, 40.636775472970619 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 20, \"properties\": { \"NAME\": \"GRANITE SCHOOL DISTRICT\", \"TOTENROLL\": 68573, \"Color4\": \"3\", \"Shape_Leng\": 289586.09476399998, \"Shape_Area\": 806421035.74800003 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.96151249050401, 40.896980813464502 ], [ -111.96167828262919, 40.896952406380521 ], [ -111.96183272626162, 40.896960126577284 ], [ -111.9621165680163, 40.896885693136916 ], [ -111.96222274745645, 40.896839766162806 ], [ -111.96229292450604, 40.89676711486419 ], [ -111.96244632332078, 40.896702777223588 ], [ -111.96259841608347, 40.896548368110267 ], [ -111.96258524018545, 40.896458395917364 ], [ -111.96255914964026, 40.896296465777091 ], [ -111.9624969267101, 40.896098804326463 ], [ -111.96245570266802, 40.895711795000373 ], [ -111.96248739605529, 40.895441283931476 ], [ -111.96257974447653, 40.895260348773171 ], [ -111.96271682975961, 40.894889867473616 ], [ -111.96283409187782, 40.894789798094571 ], [ -111.96289148204548, 40.894654195632612 ], [ -111.96300861286636, 40.894545118950269 ], [ -111.96306730876199, 40.894499587694511 ], [ -111.96320883182231, 40.89443534820564 ], [ -111.96333887682648, 40.894398229084487 ], [ -111.9634806607723, 40.894352003523188 ], [ -111.96366953144232, 40.894278359669279 ], [ -111.96387040217029, 40.894213623430907 ], [ -111.96402300902257, 40.894095240983383 ], [ -111.96413909081838, 40.893914106155577 ], [ -111.96411430528839, 40.89384224760235 ], [ -111.96453245602048, 40.893208175605558 ], [ -111.96455541019952, 40.893153934293096 ], [ -111.9647299206125, 40.89290925259418 ], [ -111.96488265382531, 40.892799876160431 ], [ -111.9650597799295, 40.892735336511194 ], [ -111.96530812247865, 40.892670200503581 ], [ -111.96542655524824, 40.89265119267187 ], [ -111.96565115821096, 40.892586254657523 ], [ -111.96587549872551, 40.892503301960247 ], [ -111.9658983205663, 40.892440053264039 ], [ -111.96602822910123, 40.892393924033215 ], [ -111.96606029966722, 40.892150433384096 ], [ -111.96612955038459, 40.892014729920007 ], [ -111.96615001318993, 40.891789352920931 ], [ -111.96619277296813, 40.891464698650658 ], [ -111.96626071225106, 40.89123892384481 ], [ -111.96630839460494, 40.890436792354308 ], [ -111.96637344924657, 40.890012860656896 ], [ -111.96639548344515, 40.889895569085006 ], [ -111.96649942052734, 40.889696517107517 ], [ -111.96655784761401, 40.889632969856933 ], [ -111.96672204593207, 40.889496470186536 ], [ -111.96684060374417, 40.889486468087398 ], [ -111.9669694567874, 40.88936828082953 ], [ -111.96742788197689, 40.889058156485035 ], [ -111.96763942101069, 40.888912250144877 ], [ -111.96769797755098, 40.888857709453859 ], [ -111.96793194022982, 40.888621532147276 ], [ -111.96818885085894, 40.88833111234662 ], [ -111.96845920384951, 40.888148677816815 ], [ -111.96866981821138, 40.887939719748509 ], [ -111.96910330575383, 40.887548724120748 ], [ -111.96940570926233, 40.887122795862503 ], [ -111.96955671236525, 40.886896320754978 ], [ -111.96961460815933, 40.886796743490258 ], [ -111.9697488760351, 40.886237104319584 ], [ -111.96976008684302, 40.886191968901095 ], [ -111.96980453541769, 40.885984405840723 ], [ -111.96979161515038, 40.885912448643907 ], [ -111.96977856341337, 40.885831484319532 ], [ -111.96973003856208, 40.885759826502337 ], [ -111.96968177678737, 40.885706182913431 ], [ -111.96955004331375, 40.885626216376934 ], [ -111.96906134498447, 40.885486192065471 ], [ -111.96875132764177, 40.885389706061858 ], [ -111.96861998992176, 40.885336759824874 ], [ -111.96854812441022, 40.885292322226697 ], [ -111.96847533975681, 40.885184834676885 ], [ -111.96849802541067, 40.885112578313425 ], [ -111.9685325791074, 40.885040222277233 ], [ -111.96857926347303, 40.884985780816947 ], [ -111.96873170957532, 40.884858385153905 ], [ -111.96899004769031, 40.884667042005226 ], [ -111.96941019853031, 40.884177066561492 ], [ -111.96945661868173, 40.884104610495875 ], [ -111.96944356775059, 40.884023646099891 ], [ -111.96956080073474, 40.88392357002386 ], [ -111.96957109107775, 40.883815384708718 ], [ -111.96952151632752, 40.883671669728983 ], [ -111.96940007770692, 40.883483517625343 ], [ -111.96925582414561, 40.883358614772845 ], [ -111.96889716312457, 40.883181463786521 ], [ -111.9685628960645, 40.883049147987926 ], [ -111.96843038142633, 40.882915137264298 ], [ -111.96834651969574, 40.882861792010971 ], [ -111.96831012887112, 40.882808048139573 ], [ -111.96832094626424, 40.88273589142905 ], [ -111.96841273651636, 40.882518923046952 ], [ -111.96843529008335, 40.882437659538461 ], [ -111.9684810535916, 40.8823201681762 ], [ -111.96851560591375, 40.882247812126579 ], [ -111.96860818282157, 40.882084886389762 ], [ -111.96866607599421, 40.881985309550281 ], [ -111.96867676155188, 40.881904145668074 ], [ -111.96871013143098, 40.881750725352688 ], [ -111.96868324447001, 40.881534753485489 ], [ -111.9683318674501, 40.881042251134147 ], [ -111.96827108656531, 40.88094367081699 ], [ -111.96820859944295, 40.880727997683174 ], [ -111.96824105100394, 40.880511527505782 ], [ -111.96833388880884, 40.880366616235179 ], [ -111.96845085455391, 40.880248527003886 ], [ -111.96869730862252, 40.880057284201847 ], [ -111.96886108515723, 40.879893760166752 ], [ -111.96908353970787, 40.879684701663422 ], [ -111.96963340783896, 40.879139585609757 ], [ -111.96970329545692, 40.879048915610831 ], [ -111.96987814515447, 40.878831247567092 ], [ -111.97001778739687, 40.87864090010072 ], [ -111.97012222265693, 40.878477873336969 ], [ -111.97030814716189, 40.878206062019579 ], [ -111.97035495690714, 40.878160626982599 ], [ -111.97048312425405, 40.877997400209964 ], [ -111.97067167762356, 40.877905731021905 ], [ -111.97101212943633, 40.877650634392232 ], [ -111.97163514069111, 40.877240016515721 ], [ -111.97171623166867, 40.877104209680887 ], [ -111.97178387492401, 40.876860417175052 ], [ -111.9718412319597, 40.876724810222647 ], [ -111.97185217638778, 40.876661660293841 ], [ -111.97186285731844, 40.876580496095897 ], [ -111.97189410951417, 40.876282960686076 ], [ -111.9718813208202, 40.87622001074228 ], [ -111.97188963033121, 40.875976718114217 ], [ -111.97187657823093, 40.875895753896195 ], [ -111.97183966156942, 40.875805982523353 ], [ -111.97177795839599, 40.875644354022761 ], [ -111.97175277667959, 40.875545475495322 ], [ -111.9716308202829, 40.875321296837221 ], [ -111.97158190626358, 40.875222618196155 ], [ -111.97150952314203, 40.875142153717618 ], [ -111.97138941166762, 40.875044074695722 ], [ -111.97131768726305, 40.875008645778053 ], [ -111.97116276731376, 40.87496490913999 ], [ -111.97102050354192, 40.874975115219442 ], [ -111.970949174227, 40.874966707485342 ], [ -111.97085384917634, 40.874940485205748 ], [ -111.97069958754707, 40.874941783636608 ], [ -111.97061626046415, 40.874924468426748 ], [ -111.97035467625413, 40.874890636550084 ], [ -111.97009282931738, 40.874838789794332 ], [ -111.97002084285027, 40.874785345775635 ], [ -111.96992446667193, 40.874687065585469 ], [ -111.9698505086516, 40.874498514321459 ], [ -111.96984709080421, 40.874264328612284 ], [ -111.96993768169152, 40.873966294601196 ], [ -111.97023660058541, 40.873306178198646 ], [ -111.97036278630418, 40.873007844373987 ], [ -111.97037228487891, 40.872845615956813 ], [ -111.97041764409691, 40.872701102314473 ], [ -111.97040446298564, 40.872611130712947 ], [ -111.9703800736595, 40.87256629466296 ], [ -111.97037875846982, 40.872476223221369 ], [ -111.97018338236317, 40.872099520308502 ], [ -111.96989492314314, 40.871849715362657 ], [ -111.96977521436577, 40.871778655950763 ], [ -111.96966724013055, 40.871698489505427 ], [ -111.96953592897677, 40.871645543890757 ], [ -111.96941740340694, 40.871655548428592 ], [ -111.9692506268286, 40.871611908826857 ], [ -111.96910836988515, 40.871622112475883 ], [ -111.96891970065209, 40.871704771880985 ], [ -111.96868448705372, 40.871850879670468 ], [ -111.96860182073377, 40.871878598695638 ], [ -111.96851941687207, 40.871924331962333 ], [ -111.96840141562534, 40.871970364063614 ], [ -111.96821300695655, 40.872071036629563 ], [ -111.96789446751399, 40.872199825769691 ], [ -111.96763446906746, 40.87227407339082 ], [ -111.96737329003413, 40.872267256058876 ], [ -111.96692199592214, 40.872244015622456 ], [ -111.96685093209365, 40.872253619618718 ], [ -111.9661143349886, 40.87219673432628 ], [ -111.96599502231402, 40.872152692425338 ], [ -111.96559014559529, 40.872056991969139 ], [ -111.96525554886379, 40.87189764415497 ], [ -111.96509985523656, 40.871799856268311 ], [ -111.96501496402861, 40.8716744510265 ], [ -111.96496514710358, 40.8715127192567 ], [ -111.96495027351548, 40.871305653842782 ], [ -111.96492575756899, 40.871251809421999 ], [ -111.96487567966419, 40.871072063273843 ], [ -111.96469651884273, 40.870992487650184 ], [ -111.96462401795021, 40.870903011484579 ], [ -111.96418172467421, 40.87068150338331 ], [ -111.96395340530276, 40.870485230204089 ], [ -111.96390515947925, 40.870431583880681 ], [ -111.96383239902579, 40.870324092860223 ], [ -111.96378350034513, 40.870225410656012 ], [ -111.96380527200913, 40.870090104872396 ], [ -111.96391062400365, 40.869990133632896 ], [ -111.96414780171551, 40.869979142961675 ], [ -111.96421925555858, 40.86999656214374 ], [ -111.96460038691599, 40.870092466080294 ], [ -111.96474290287786, 40.870100282344055 ], [ -111.96479049537211, 40.870108892501278 ], [ -111.96493235753877, 40.870071672717174 ], [ -111.96495530376407, 40.870017431203131 ], [ -111.96500158843911, 40.869935969648722 ], [ -111.96497641910545, 40.869837089407476 ], [ -111.96489218452021, 40.869756719817495 ], [ -111.96484367697533, 40.869685059556062 ], [ -111.96479490803868, 40.869595384944979 ], [ -111.96456502207589, 40.869291026946385 ], [ -111.96457571091089, 40.869209863234225 ], [ -111.96451573097649, 40.86916532354401 ], [ -111.96450321217091, 40.869120386941709 ], [ -111.96450177439787, 40.869021308124509 ], [ -111.96452432850303, 40.868940045190527 ], [ -111.96458195533452, 40.86882245590575 ], [ -111.9646630508868, 40.868686653787798 ], [ -111.96478052604212, 40.868604596861296 ], [ -111.96496749185879, 40.868404851080705 ], [ -111.96521273564805, 40.868132551232101 ], [ -111.96542225151221, 40.867851541655845 ], [ -111.96549082501085, 40.867670802455152 ], [ -111.9654412717758, 40.867527085089485 ], [ -111.96540345288857, 40.867374261220199 ], [ -111.96528101009848, 40.867114046460372 ], [ -111.96528973570324, 40.8668977751692 ], [ -111.96529990010688, 40.866780582704244 ], [ -111.96533366331167, 40.866654184466277 ], [ -111.96537824468074, 40.866455629575107 ], [ -111.96543142006102, 40.866031796168208 ], [ -111.96538082175768, 40.865816021378187 ], [ -111.96536581768821, 40.865599948647514 ], [ -111.96525393512144, 40.865249562747451 ], [ -111.96524102424075, 40.865177604684497 ], [ -111.96510750640479, 40.864971531898739 ], [ -111.96500007195226, 40.864927389484151 ], [ -111.96473513111425, 40.864659357883646 ], [ -111.9644475090078, 40.864463581435921 ], [ -111.96424333131954, 40.864294131493736 ], [ -111.96407540091968, 40.864169419544098 ], [ -111.96393067744202, 40.864008480337304 ], [ -111.96389325597796, 40.863882677344002 ], [ -111.96390433669734, 40.863828535144442 ], [ -111.96392728170936, 40.863774293791622 ], [ -111.96399690020395, 40.863665612755561 ], [ -111.96413770409592, 40.863556336657638 ], [ -111.96450340554546, 40.863409146902868 ], [ -111.96464486155485, 40.863344906066345 ], [ -111.96496375759368, 40.863243147630861 ], [ -111.96504615330532, 40.863197416929935 ], [ -111.96512841813885, 40.863142678998251 ], [ -111.96536321686698, 40.862969556983934 ], [ -111.96544482712714, 40.862869782968161 ], [ -111.96559657528722, 40.862697355605995 ], [ -111.965723547769, 40.862453069341974 ], [ -111.96578090536939, 40.862317465069403 ], [ -111.96584986504469, 40.862163747076394 ], [ -111.96591856267528, 40.861992014696668 ], [ -111.965984249863, 40.861613117300941 ], [ -111.96595842811907, 40.861469201248035 ], [ -111.96594512469109, 40.861370221697378 ], [ -111.96590848617683, 40.861298462369028 ], [ -111.96582334555362, 40.861155043015032 ], [ -111.96564224822546, 40.860940360818915 ], [ -111.96542438365606, 40.860644911641579 ], [ -111.96538826926592, 40.860609180832611 ], [ -111.96524407363017, 40.860484271830529 ], [ -111.96518331668712, 40.860385689276242 ], [ -111.96517001465968, 40.860286709602406 ], [ -111.96520377505436, 40.860160311295949 ], [ -111.96527364931669, 40.860069643842444 ], [ -111.96542460693938, 40.859843173626494 ], [ -111.96556383078945, 40.859625809706067 ], [ -111.96571413230693, 40.859354303229651 ], [ -111.96582962725954, 40.859137137644005 ], [ -111.96589949961279, 40.859046469817073 ], [ -111.96605149978737, 40.858892056209015 ], [ -111.96633229490239, 40.858619455891862 ], [ -111.96639095723853, 40.858573923045533 ], [ -111.96650775795193, 40.858446828559032 ], [ -111.96681371659746, 40.858273107215304 ], [ -111.96687185438765, 40.858191545424859 ], [ -111.96683508572528, 40.858110779167177 ], [ -111.96688083616486, 40.857993288106293 ], [ -111.96684315080022, 40.857849471612056 ], [ -111.96673415534489, 40.857697244519883 ], [ -111.96656571351492, 40.857536507210149 ], [ -111.9664092665728, 40.857384677424825 ], [ -111.96622870142072, 40.857206024632717 ], [ -111.96614304202996, 40.857026576644628 ], [ -111.96613911585402, 40.856756361246781 ], [ -111.96617169486068, 40.856548897998131 ], [ -111.96619175631672, 40.856296498203065 ], [ -111.96626812188374, 40.855836436354707 ], [ -111.9663358959578, 40.855601653355478 ], [ -111.96644968079397, 40.855267393743318 ], [ -111.96647052635352, 40.855069036952344 ], [ -111.96646895545274, 40.854960950768422 ], [ -111.96645617638059, 40.854897999889083 ], [ -111.96645552185123, 40.854852963977834 ], [ -111.96640571483569, 40.854691232261558 ], [ -111.96635551539772, 40.854502478967341 ], [ -111.96624678843597, 40.854368265620018 ], [ -111.96558401206968, 40.853662161570384 ], [ -111.96545156310503, 40.853528146023827 ], [ -111.96541532188176, 40.853483407949355 ], [ -111.96525862577917, 40.853313561985793 ], [ -111.96520999945439, 40.853232894358115 ], [ -111.96521990091802, 40.853097687270861 ], [ -111.96526486653282, 40.852926153625823 ], [ -111.96533447181213, 40.852817471732237 ], [ -111.96548802853327, 40.852771145107525 ], [ -111.9655803117153, 40.852590206978846 ], [ -111.96559060468785, 40.852482021419398 ], [ -111.96558968924566, 40.852418971100967 ], [ -111.96563530739246, 40.852292473250237 ], [ -111.96553818626522, 40.852140145443762 ], [ -111.96552553943329, 40.852086201603953 ], [ -111.96552475483219, 40.85203215846915 ], [ -111.96547573687516, 40.851924469360682 ], [ -111.96536649301304, 40.851754226297402 ], [ -111.96520003059689, 40.851728594479674 ], [ -111.9651392819715, 40.851630011663644 ], [ -111.96478145781242, 40.851497880828227 ], [ -111.96471015445685, 40.851489468910067 ], [ -111.96442481059154, 40.85144681360147 ], [ -111.96418756840157, 40.851448796941966 ], [ -111.96383157453761, 40.851442763843451 ], [ -111.96359394081327, 40.851417724378045 ], [ -111.96352185472479, 40.851355268549945 ], [ -111.96343790668708, 40.851292911752658 ], [ -111.96340075472614, 40.85118512262688 ], [ -111.9633998414016, 40.851122072253553 ], [ -111.96338550036833, 40.850951034594409 ], [ -111.96334639170331, 40.850708137488517 ], [ -111.96333192045451, 40.850528092610695 ], [ -111.96330597875215, 40.850375168380211 ], [ -111.96325735699781, 40.850294499838029 ], [ -111.96324484284092, 40.850249562904409 ], [ -111.96311149245156, 40.850052494073871 ], [ -111.9629664114409, 40.849864531299716 ], [ -111.96280920868206, 40.849658652937869 ], [ -111.96278444201403, 40.849586793352813 ], [ -111.9627482047681, 40.849542054365891 ], [ -111.96272278633458, 40.849425158761782 ], [ -111.96266191315985, 40.849317567336364 ], [ -111.96265982730318, 40.849173452118208 ], [ -111.96268211666936, 40.849074174915366 ], [ -111.9627158765292, 40.848947777104961 ], [ -111.96273660125043, 40.848740413469557 ], [ -111.96275758660668, 40.848551064228488 ], [ -111.9627681444324, 40.848460893205761 ], [ -111.96276710141856, 40.848388835588665 ], [ -111.96274259604108, 40.848334990377815 ], [ -111.96267976841035, 40.848092290890172 ], [ -111.96263101877683, 40.848002614822072 ], [ -111.9625701470963, 40.847895023305711 ], [ -111.96248620436809, 40.847832665719842 ], [ -111.96243758551999, 40.847751996764956 ], [ -111.96231753750919, 40.847653907130564 ], [ -111.9621501744503, 40.847565220330921 ], [ -111.96176891574476, 40.847451292030286 ], [ -111.96144761622267, 40.847381904179905 ], [ -111.96111484641541, 40.847339635882136 ], [ -111.96096051823891, 40.847331913370098 ], [ -111.960272167581, 40.847310620949401 ], [ -111.96010584815173, 40.847293988824582 ], [ -111.95986940034696, 40.84735000638797 ], [ -111.95982234468873, 40.847377422823783 ], [ -111.95971611192809, 40.84741433990294 ], [ -111.959623299821, 40.847559244751217 ], [ -111.95950520521852, 40.84759626031672 ], [ -111.95933053131692, 40.847822920474336 ], [ -111.9591905315647, 40.847986233988664 ], [ -111.95916745798102, 40.848031467316055 ], [ -111.95905027138522, 40.848131532911353 ], [ -111.95882620060088, 40.848223478601092 ], [ -111.9584947260638, 40.848271274912236 ], [ -111.9581392683875, 40.848301252902552 ], [ -111.95757146904015, 40.848414067370328 ], [ -111.95718211040361, 40.848561431636334 ], [ -111.95687487449126, 40.84864505532925 ], [ -111.95643949100871, 40.848891890090897 ], [ -111.95614502068099, 40.849038464036987 ], [ -111.95566076127359, 40.849186609775479 ], [ -111.95551867923102, 40.84920580341079 ], [ -111.95541192356663, 40.849206687692515 ], [ -111.95530529726736, 40.849216579096051 ], [ -111.95523399744877, 40.849208161275889 ], [ -111.95507966546333, 40.849200430938346 ], [ -111.95497252181973, 40.849174293149218 ], [ -111.95481780202576, 40.849139540794674 ], [ -111.95449624267316, 40.849052119165322 ], [ -111.95410144664977, 40.848821169741029 ], [ -111.95401712297713, 40.848731784252408 ], [ -111.95396903039969, 40.848687140532995 ], [ -111.95394440281153, 40.848624286152663 ], [ -111.95393176608272, 40.848570340897133 ], [ -111.95396657586603, 40.848516003256982 ], [ -111.95404857365122, 40.848443258740396 ], [ -111.95417853449534, 40.848406150597611 ], [ -111.95449828070772, 40.848367472026744 ], [ -111.95485115451163, 40.848157360769548 ], [ -111.95489795418423, 40.848111931889825 ], [ -111.9549089105538, 40.848048783132384 ], [ -111.95502532736127, 40.847894678335557 ], [ -111.9550222235551, 40.847678504970155 ], [ -111.95497206200837, 40.847489746076107 ], [ -111.95486246444119, 40.847292470880518 ], [ -111.95468208716086, 40.847122806278222 ], [ -111.95443054275023, 40.84695373025685 ], [ -111.95428652675766, 40.846837813931991 ], [ -111.9540579318776, 40.846614497443866 ], [ -111.95393763979729, 40.846498384451827 ], [ -111.95388929058518, 40.846435726206387 ], [ -111.95382714287464, 40.846238057584074 ], [ -111.95376344578588, 40.845932302161273 ], [ -111.95372476292218, 40.84571642285124 ], [ -111.95368646772427, 40.845527565209331 ], [ -111.95363799034297, 40.845455899606868 ], [ -111.95364843100973, 40.845356722008148 ], [ -111.95363527868851, 40.845266747755922 ], [ -111.95358615596368, 40.845150045968886 ], [ -111.95353793719617, 40.84509639477875 ], [ -111.95347798660542, 40.845051848840612 ], [ -111.95327454242322, 40.844927414106579 ], [ -111.95320286024878, 40.844891973272496 ], [ -111.95300044936798, 40.844839595906976 ], [ -111.95294062839615, 40.844804056914661 ], [ -111.9528692045695, 40.844786630336699 ], [ -111.95254766882722, 40.844699202947915 ], [ -111.9519412137322, 40.844596109702728 ], [ -111.95150094208758, 40.84450065089063 ], [ -111.95062168963592, 40.844399800582906 ], [ -111.95034747347316, 40.844302968767295 ], [ -111.95008447576558, 40.844161002388709 ], [ -111.94992964149229, 40.844117236047602 ], [ -111.94986969417701, 40.844072688190067 ], [ -111.94982135057114, 40.844010028151487 ], [ -111.94976050325886, 40.843902429531347 ], [ -111.94970004190523, 40.843821852606133 ], [ -111.94962810564229, 40.843768395021726 ], [ -111.94957834822618, 40.843606655186512 ], [ -111.94957513401938, 40.843381474072835 ], [ -111.94960570190813, 40.843029898606119 ], [ -111.94969930135571, 40.842939045005274 ], [ -111.9497332116561, 40.842821657868328 ], [ -111.94976776479366, 40.842749306946629 ], [ -111.94994374470468, 40.842612733310624 ], [ -111.95016768070371, 40.842511797616602 ], [ -111.95035629171612, 40.842429169132096 ], [ -111.95043905820305, 40.842410470609664 ], [ -111.95053329910674, 40.84236465256442 ], [ -111.9507099200013, 40.842273113997777 ], [ -111.95080454670779, 40.842254317464274 ], [ -111.95102822265524, 40.842135365634931 ], [ -111.95108688129766, 40.842089840488619 ], [ -111.95114541108576, 40.842035308070287 ], [ -111.9511441233484, 40.841945235642257 ], [ -111.95110712551426, 40.841846449348211 ], [ -111.95105891117203, 40.841792797042672 ], [ -111.95096261146993, 40.841694499610824 ], [ -111.95087868739709, 40.841632133303769 ], [ -111.95080649515063, 40.841560661929947 ], [ -111.9507349466401, 40.841534226731468 ], [ -111.95062717352485, 40.841463048491782 ], [ -111.95037578959534, 40.841302970358214 ], [ -111.94981462401162, 40.841046351425753 ], [ -111.94974269070197, 40.840992893855187 ], [ -111.94944335543617, 40.840797175223386 ], [ -111.94938302588727, 40.840725605302971 ], [ -111.94915472567445, 40.840520292949215 ], [ -111.94905804518112, 40.840394972102494 ], [ -111.94897361064081, 40.840296575353555 ], [ -111.94893725931431, 40.840242824546358 ], [ -111.94877896691872, 40.839955860723443 ], [ -111.94867959093786, 40.839641387224567 ], [ -111.94866452020285, 40.839416303432706 ], [ -111.948650220125, 40.839245263151057 ], [ -111.94861065920533, 40.838966330873525 ], [ -111.9485618069377, 40.838867641180641 ], [ -111.94850186532237, 40.838823092509735 ], [ -111.94838108363888, 40.838670944284608 ], [ -111.94830928244347, 40.838626493012676 ], [ -111.94822639165224, 40.838636182717977 ], [ -111.9480585565432, 40.838511445851495 ], [ -111.94791546830162, 40.838458571876203 ], [ -111.94784379595436, 40.838423127563871 ], [ -111.94760570110584, 40.838362025492707 ], [ -111.94703412137945, 40.838204569783151 ], [ -111.94697405318588, 40.838151013035734 ], [ -111.94688924007028, 40.838025592877749 ], [ -111.946744231387, 40.8378376085155 ], [ -111.94665852208308, 40.837649137343782 ], [ -111.94657345394626, 40.837505702405892 ], [ -111.94639133104361, 40.83720992235429 ], [ -111.94608792457981, 40.836725962153871 ], [ -111.94576285196678, 40.836386311781659 ], [ -111.9456302215599, 40.836234257724797 ], [ -111.94546162952381, 40.836055473307802 ], [ -111.94501605096607, 40.835581683621086 ], [ -111.94484797381664, 40.835438927328113 ], [ -111.94459509230775, 40.835170748784932 ], [ -111.94447496546624, 40.835063632557798 ], [ -111.94434234066821, 40.83491157692422 ], [ -111.94424350479703, 40.834633128106738 ], [ -111.94425140195955, 40.834353805587064 ], [ -111.94430865259685, 40.834209203850712 ], [ -111.94437725078294, 40.834028475910131 ], [ -111.94441078278474, 40.833884068285919 ], [ -111.94452617723101, 40.833657915531049 ], [ -111.94457195125548, 40.833540432577287 ], [ -111.94459477428411, 40.833477187456772 ], [ -111.94463901382069, 40.833251617194477 ], [ -111.94467190560668, 40.833062173117355 ], [ -111.9446814630565, 40.832899945076726 ], [ -111.94466653565303, 40.832683867610832 ], [ -111.94455545961826, 40.83237849421792 ], [ -111.9445191162819, 40.832324741858471 ], [ -111.94441021444656, 40.832172491980337 ], [ -111.94427849027883, 40.832083487065759 ], [ -111.94413554665095, 40.832039615434645 ], [ -111.94390818698294, 40.831897342825798 ], [ -111.94384851028562, 40.831870806135392 ], [ -111.94374165434309, 40.831862672036401 ], [ -111.94319436744576, 40.831741031495397 ], [ -111.94278951389309, 40.831627232709693 ], [ -111.94259901005344, 40.831574739522416 ], [ -111.94239703050334, 40.831549364738677 ], [ -111.94194538236073, 40.831480986864385 ], [ -111.9416008449662, 40.831438757972037 ], [ -111.94131560106321, 40.83139604424025 ], [ -111.94118451941112, 40.831352072144824 ], [ -111.94095818708988, 40.83128185189684 ], [ -111.94079114815678, 40.831211147664796 ], [ -111.94067154386033, 40.831140056406269 ], [ -111.94019300197958, 40.830846682806637 ], [ -111.93998822679356, 40.830623143404466 ], [ -111.93985422206291, 40.830372002094116 ], [ -111.93984121890371, 40.830291033091306 ], [ -111.93983765757589, 40.830038828951103 ], [ -111.93985933925575, 40.829894519073896 ], [ -111.93986903532878, 40.829741298511635 ], [ -111.93990219356607, 40.829569870133803 ], [ -111.9399223485957, 40.829317472735084 ], [ -111.93992120381873, 40.829236407107999 ], [ -111.93986038637958, 40.829128802669253 ], [ -111.93970457639823, 40.829012963691831 ], [ -111.93946601399843, 40.828915815096735 ], [ -111.93914469933027, 40.828837356369711 ], [ -111.93885883281249, 40.828749599928919 ], [ -111.93875109315475, 40.828678410071227 ], [ -111.93869065920586, 40.828597826867501 ], [ -111.9387244551293, 40.828471435249249 ], [ -111.93861684308581, 40.828409252552795 ], [ -111.9386265418697, 40.828256032026985 ], [ -111.93845570318979, 40.827915105343621 ], [ -111.93844321022954, 40.827870165316988 ], [ -111.93831802764073, 40.827402750349144 ], [ -111.93815930455671, 40.827079741286887 ], [ -111.93812246154715, 40.826989957574838 ], [ -111.93808511088611, 40.826864144646983 ], [ -111.9380120600549, 40.826729613654095 ], [ -111.9379487096834, 40.826441862077942 ], [ -111.9379360904439, 40.826387914676737 ], [ -111.93787477125619, 40.826244279867659 ], [ -111.93782632521979, 40.826172607042892 ], [ -111.93757160466647, 40.825769302435589 ], [ -111.93753514378028, 40.825706540410081 ], [ -111.93744732032539, 40.825364937374609 ], [ -111.93740933770947, 40.825194087645457 ], [ -111.93747693110116, 40.824941304985472 ], [ -111.93761668351185, 40.824760002517266 ], [ -111.93772035541639, 40.824542959812376 ], [ -111.93790613990662, 40.824262191108524 ], [ -111.93825424362124, 40.823718860295401 ], [ -111.93846386499671, 40.823446905137871 ], [ -111.93858129416763, 40.823364874779799 ], [ -111.93869910406443, 40.823309866217464 ], [ -111.93891177114614, 40.82325408556521 ], [ -111.93905367605183, 40.823225905551404 ], [ -111.93914840631946, 40.823216126082613 ], [ -111.93939740676826, 40.823214098778031 ], [ -111.9396228199966, 40.823221271389258 ], [ -111.9398243917786, 40.823219629450342 ], [ -111.93990713758271, 40.823200938652633 ], [ -111.94003769352015, 40.823208883241904 ], [ -111.94025150404484, 40.823234165841946 ], [ -111.94058401366247, 40.823267488673061 ], [ -111.94078545824142, 40.823256837754229 ], [ -111.94087967907166, 40.823211027670084 ], [ -111.94095005816295, 40.823156403634862 ], [ -111.94099672286248, 40.823101972990372 ], [ -111.94103114839903, 40.823020617150263 ], [ -111.94108737817253, 40.822803958369484 ], [ -111.94115622864619, 40.822641246622155 ], [ -111.941178160032, 40.822514950970259 ], [ -111.94124484512864, 40.822199115075911 ], [ -111.94125568333641, 40.822126959939581 ], [ -111.94127825112436, 40.822045700760341 ], [ -111.94112398345288, 40.822037951005051 ], [ -111.93804066730871, 40.822027029423026 ], [ -111.93796958084246, 40.821189831723714 ], [ -111.93797255487985, 40.820559223616947 ], [ -111.93797001699708, 40.820379077402329 ], [ -111.93796209496422, 40.813082379825019 ], [ -111.93796401464724, 40.805641459382819 ], [ -111.93945762327634, 40.805629307114934 ], [ -111.9416863078163, 40.805620146544477 ], [ -111.9417255282094, 40.808394401770023 ], [ -111.94269033316399, 40.808710823502047 ], [ -111.94269887443272, 40.80931431370476 ], [ -111.94314119623967, 40.809571941048944 ], [ -111.94416312810723, 40.809734741261344 ], [ -111.94488882324175, 40.809908967290212 ], [ -111.94533064597999, 40.810130556843326 ], [ -111.94589178767765, 40.810405216626386 ], [ -111.94626184775228, 40.81058234913742 ], [ -111.9470616327669, 40.810963145864442 ], [ -111.94707503967068, 40.809404590458485 ], [ -111.94839090867406, 40.809393781189563 ], [ -111.94838975439407, 40.809312715479543 ], [ -111.94840032650826, 40.809222545018621 ], [ -111.94843246487356, 40.806483740098372 ], [ -111.94843470061616, 40.805808094700126 ], [ -111.94887329984417, 40.805804488368928 ], [ -111.9524649401186, 40.805765885424421 ], [ -111.95250190034595, 40.809179747473195 ], [ -111.95249789899954, 40.810558058519625 ], [ -111.95726419753248, 40.810563651699098 ], [ -111.95726560331561, 40.812311259698951 ], [ -111.95725465441322, 40.812374408976723 ], [ -111.95725530174268, 40.812419445342314 ], [ -111.95413700013457, 40.812418251398121 ], [ -111.95341422021512, 40.812451251707984 ], [ -111.95269105294531, 40.812457225642234 ], [ -111.9526877017952, 40.813051804319123 ], [ -111.95263551171456, 40.81354769440054 ], [ -111.95262906336731, 40.817241168911742 ], [ -111.95261462816426, 40.819547423143561 ], [ -111.95291116869249, 40.81955398247981 ], [ -111.95325500616939, 40.819551141918041 ], [ -111.95961110094127, 40.819570514085356 ], [ -111.95962170279692, 40.816192299128296 ], [ -111.95962667906302, 40.815714815663689 ], [ -111.9596490086751, 40.812327492610535 ], [ -111.96776786890878, 40.812944308500718 ], [ -111.96779218112488, 40.817880674124567 ], [ -111.96782003956429, 40.823060230699255 ], [ -111.95347130325695, 40.823062605223214 ], [ -111.95347261607297, 40.82481021062847 ], [ -111.95347455124124, 40.82494531958109 ], [ -111.94765190805137, 40.824948254914958 ], [ -111.94615196914469, 40.828717039833691 ], [ -111.94563729322219, 40.830054492105489 ], [ -111.95252776445989, 40.830051853455508 ], [ -111.95253408096048, 40.830493209074426 ], [ -111.95348301206674, 40.830503386448726 ], [ -111.95348229169282, 40.833764403780499 ], [ -111.95260485485407, 40.833780661125161 ], [ -111.95259982935808, 40.834258143382606 ], [ -111.95348938968436, 40.834259802484794 ], [ -111.95348785513967, 40.8349804803632 ], [ -111.95365777306921, 40.836078090026895 ], [ -111.95812876514326, 40.836041041607999 ], [ -111.95812752577076, 40.835131212422901 ], [ -111.95812231168559, 40.831473879777256 ], [ -111.96288997357827, 40.831470216527862 ], [ -111.96289949646975, 40.838685793831161 ], [ -111.95813170667921, 40.838716484932 ], [ -111.95814373088508, 40.842022432767791 ], [ -111.96393305922902, 40.842073291693559 ], [ -111.96790722038372, 40.842103071802221 ], [ -111.96783042060763, 40.827852571617839 ], [ -111.98545318199531, 40.827838502966387 ], [ -112.0057915793615, 40.827816113415366 ], [ -112.00581805015183, 40.826428603552763 ], [ -112.00595475111916, 40.819779277568735 ], [ -112.00641343929161, 40.798344453220125 ], [ -112.0249167810762, 40.798289668744715 ], [ -112.02955555624932, 40.802374186506199 ], [ -112.02958450777065, 40.809616623784684 ], [ -112.03279747268644, 40.809614930989206 ], [ -112.03305826967379, 40.809612596035905 ], [ -112.0343505396286, 40.809610025776259 ], [ -112.03435138149079, 40.812717887963423 ], [ -112.03435935552021, 40.813231290444485 ], [ -112.03649354332664, 40.813230152801715 ], [ -112.03866329532342, 40.813228655488324 ], [ -112.0391137864324, 40.813224598822387 ], [ -112.03912418656584, 40.813891120269034 ], [ -112.03914104037766, 40.824088368821208 ], [ -112.04867515238074, 40.824074161027021 ], [ -112.05339477296127, 40.824067194726943 ], [ -112.05600357611269, 40.824061360171399 ], [ -112.05820924350992, 40.824059165270526 ], [ -112.05819722983196, 40.819573146136392 ], [ -112.05818913804823, 40.816825689678851 ], [ -112.06120074458424, 40.816816043043517 ], [ -112.06326390274855, 40.816815063029011 ], [ -112.06306821863714, 40.831293182564146 ], [ -112.06469307336182, 40.831296213892848 ], [ -112.06544028079202, 40.831298323363264 ], [ -112.06619920201432, 40.831291311452837 ], [ -112.06917602769194, 40.831290784238284 ], [ -112.07215270656005, 40.831281173276963 ], [ -112.0723900140224, 40.831287975715604 ], [ -112.07253231142705, 40.831286652791078 ], [ -112.07252139566162, 40.827665428097895 ], [ -112.07290083471975, 40.827661899733073 ], [ -112.0876178168221, 40.827641192395269 ], [ -112.10137400479863, 40.827609767583475 ], [ -112.10121238468625, 40.792740217549664 ], [ -112.10116725830922, 40.783552157894 ], [ -112.10117617613241, 40.781939581355751 ], [ -112.09621060510561, 40.781941821805049 ], [ -112.09620335389035, 40.779338481179941 ], [ -112.10118057978197, 40.779336130458844 ], [ -112.10118096577229, 40.774336497560981 ], [ -112.10118552406284, 40.771742050224468 ], [ -112.10118071544717, 40.770733160983816 ], [ -112.09870419725556, 40.7707297427892 ], [ -112.098701207039, 40.76982893606727 ], [ -112.09144989609592, 40.769843701217624 ], [ -112.09142618094357, 40.76260120302814 ], [ -112.08167572837013, 40.762611936090288 ], [ -112.08167692923499, 40.755378198444753 ], [ -112.06438161259328, 40.755403889046981 ], [ -112.06435214370823, 40.740927661114647 ], [ -112.06614044191276, 40.740920163314961 ], [ -112.0678815148971, 40.740922083191379 ], [ -112.06787013832715, 40.736508065930323 ], [ -112.06786216394232, 40.733787597261703 ], [ -112.06785681637052, 40.730490563823892 ], [ -112.0701025681831, 40.729487845323469 ], [ -112.07077254075078, 40.729175345123842 ], [ -112.07074886302971, 40.72548210879399 ], [ -112.06323016235061, 40.725506573251451 ], [ -112.02504430826062, 40.72561780068235 ], [ -112.02487869314535, 40.725628279844436 ], [ -112.02060448342007, 40.725657145396617 ], [ -112.01031562329881, 40.725729649423663 ], [ -112.00916718227361, 40.725739696446254 ], [ -112.00579262220944, 40.725751135401119 ], [ -112.00571028731594, 40.725787886691208 ], [ -112.00381527021747, 40.725759341006189 ], [ -112.00344810654069, 40.725753525201519 ], [ -111.99656672138146, 40.725641985065792 ], [ -111.98701158827978, 40.725688056819884 ], [ -111.98251197868697, 40.725690413310176 ], [ -111.98229886428597, 40.725692227236117 ], [ -111.98081877038474, 40.725695805746241 ], [ -111.98198891385141, 40.725550729168447 ], [ -111.96812384146132, 40.725613808023475 ], [ -111.96530572479563, 40.725619394322095 ], [ -111.9600486171488, 40.725645224551876 ], [ -111.95835540175581, 40.725650287437091 ], [ -111.95770486019306, 40.725700729513115 ], [ -111.95746793553704, 40.725693686665423 ], [ -111.95737321732075, 40.725694472353432 ], [ -111.95695843798755, 40.725670886595772 ], [ -111.95686384880766, 40.725680679275285 ], [ -111.95630725030045, 40.725676283754758 ], [ -111.9560112558389, 40.725678735794638 ], [ -111.95547769272871, 40.725629103072421 ], [ -111.95379400100903, 40.725471867531624 ], [ -111.9536991544151, 40.725463642782898 ], [ -111.95323650446097, 40.725404405245591 ], [ -111.95157547607022, 40.725174882266117 ], [ -111.95056692208354, 40.725030048503783 ], [ -111.9495346929849, 40.724885400679355 ], [ -111.94755325275803, 40.724604404263239 ], [ -111.94580913014413, 40.724357463291852 ], [ -111.94551250321418, 40.724314851139205 ], [ -111.94532294257343, 40.724307395332069 ], [ -111.94476597305938, 40.724275921686306 ], [ -111.94090233778093, 40.724028218841916 ], [ -111.93925689464895, 40.724059637406114 ], [ -111.93851112944311, 40.724074712179018 ], [ -111.92835489823582, 40.72430999076294 ], [ -111.92643725202946, 40.724352424092217 ], [ -111.92511146092325, 40.724381074879751 ], [ -111.92551812709914, 40.724675095027706 ], [ -111.92587383735952, 40.725564082962975 ], [ -111.92570820411184, 40.725574419984909 ], [ -111.9178461508871, 40.725610181917766 ], [ -111.91775143171486, 40.725610935092512 ], [ -111.910978633144, 40.725637563083914 ], [ -111.91097200031606, 40.725151156559328 ], [ -111.89988867466471, 40.725148014329598 ], [ -111.89887032415223, 40.725146940848994 ], [ -111.8988775960747, 40.725687394347844 ], [ -111.89614231935465, 40.72569064646013 ], [ -111.89613506955796, 40.725150192556498 ], [ -111.89150518915588, 40.725150011688896 ], [ -111.88817781559256, 40.725148638176336 ], [ -111.87696421291191, 40.72514429661809 ], [ -111.87700732505296, 40.717603840838223 ], [ -111.8778199292525, 40.717273357111587 ], [ -111.8778144925183, 40.715958154045701 ], [ -111.87691478033881, 40.715964992679467 ], [ -111.87692805541811, 40.71517214160211 ], [ -111.87757915522091, 40.715167193295876 ], [ -111.87757679939907, 40.714086188027153 ], [ -111.87757858363246, 40.713320449590157 ], [ -111.87698657288465, 40.713315940401458 ], [ -111.87700689413452, 40.709451125925462 ], [ -111.8768885224693, 40.709452025200399 ], [ -111.87603612826882, 40.709449488758374 ], [ -111.87603388526799, 40.709278343613853 ], [ -111.87605614288491, 40.709170072272236 ], [ -111.87608823054008, 40.708908581212789 ], [ -111.8760822096539, 40.708449191565798 ], [ -111.8760429210914, 40.708161216564939 ], [ -111.87603926160615, 40.707881979685503 ], [ -111.87358867077776, 40.707873525866113 ], [ -111.87358749361188, 40.707783449391343 ], [ -111.8722618800567, 40.70780248238389 ], [ -111.8718828645975, 40.707787328668971 ], [ -111.87148005808307, 40.707763344785199 ], [ -111.87151923379764, 40.708952176070454 ], [ -111.87205202054406, 40.708957160842417 ], [ -111.8721186947633, 40.708623341241669 ], [ -111.87212833173734, 40.709361968473587 ], [ -111.87197444857632, 40.709363131002149 ], [ -111.87153635593008, 40.709357430964729 ], [ -111.8715405171444, 40.711492422368259 ], [ -111.8715419266186, 40.711600514127078 ], [ -111.87009774339748, 40.711611409095759 ], [ -111.87009856423231, 40.711674462644858 ], [ -111.8700893063989, 40.711872720166681 ], [ -111.86895277782097, 40.711872272866344 ], [ -111.86855018164165, 40.711866294321169 ], [ -111.86854526540202, 40.711487972873051 ], [ -111.86856834837555, 40.705064710543482 ], [ -111.86769233651889, 40.705062290027143 ], [ -111.86559717297963, 40.705069011146612 ], [ -111.86559215800088, 40.704681681284356 ], [ -111.8656002012212, 40.701645740173852 ], [ -111.86452314135583, 40.701653811400789 ], [ -111.86452384017574, 40.701707857473373 ], [ -111.8643936459913, 40.70170883243739 ], [ -111.86438448854324, 40.701916097677703 ], [ -111.8643858859737, 40.702024189821394 ], [ -111.86378225546004, 40.702028708178979 ], [ -111.86378446652911, 40.702199854096023 ], [ -111.86287310022094, 40.702206669991831 ], [ -111.86286451926347, 40.702458973549909 ], [ -111.86286975055266, 40.702864319202263 ], [ -111.86286340012799, 40.704206640438223 ], [ -111.86286935149202, 40.70558490359695 ], [ -111.86205263106227, 40.705591005624299 ], [ -111.86040712105282, 40.705585265207745 ], [ -111.86041455217027, 40.7052428850414 ], [ -111.86011864032271, 40.705245090280812 ], [ -111.86012873841189, 40.705109886830122 ], [ -111.86041281321094, 40.705107769795767 ], [ -111.86041107426342, 40.704972654546893 ], [ -111.86041630270489, 40.704459128348745 ], [ -111.86041050636801, 40.704008744122916 ], [ -111.86204402517302, 40.704005565594883 ], [ -111.86202892670362, 40.702834566941831 ], [ -111.86148435265616, 40.702829623729215 ], [ -111.86148087072154, 40.702559393197376 ], [ -111.86181227855758, 40.702556919501191 ], [ -111.86202544256749, 40.702564336448944 ], [ -111.86203553648727, 40.702429132812313 ], [ -111.86163311347373, 40.702432137233004 ], [ -111.86152357193954, 40.70219873247899 ], [ -111.8614956032883, 40.700946752443429 ], [ -111.86077362491831, 40.700952138191163 ], [ -111.85989766619974, 40.700949657970128 ], [ -111.85990069781249, 40.700264985259288 ], [ -111.85990025433688, 40.699310081671776 ], [ -111.85821950789548, 40.699313580674797 ], [ -111.858185966919, 40.699466975492122 ], [ -111.85833030494575, 40.699646073507765 ], [ -111.85739518564975, 40.699644014113098 ], [ -111.85739899722523, 40.699941268166697 ], [ -111.857162286332, 40.699943026047734 ], [ -111.8571639029349, 40.7000691338311 ], [ -111.85686732113912, 40.700017284312985 ], [ -111.85686512794359, 40.699846138020078 ], [ -111.85602468993856, 40.699843364701636 ], [ -111.85565190983927, 40.699386691985715 ], [ -111.85557997508369, 40.699315156691945 ], [ -111.8544674435918, 40.699323396880018 ], [ -111.85446113320747, 40.69975585436751 ], [ -111.85445044874025, 40.699846019026772 ], [ -111.8549192022099, 40.701328960238421 ], [ -111.85533003114406, 40.701983541428056 ], [ -111.85723261336489, 40.70358195944663 ], [ -111.85825064106579, 40.703583403631768 ], [ -111.85825480387727, 40.703907680485727 ], [ -111.85872894776971, 40.70395820561118 ], [ -111.85919067728182, 40.703963778440119 ], [ -111.85946314262715, 40.70397976726268 ], [ -111.85989260750553, 40.704237816870531 ], [ -111.85989108251067, 40.705039589016039 ], [ -111.85989803418447, 40.705580050059652 ], [ -111.85344642513387, 40.705573877603008 ], [ -111.85325117696998, 40.705115884939829 ], [ -111.85264740189817, 40.705111337653399 ], [ -111.85265245684555, 40.705507676502741 ], [ -111.84378550645144, 40.705464728062168 ], [ -111.84379266911749, 40.706032214491749 ], [ -111.84381291945054, 40.706698699256187 ], [ -111.84384020896275, 40.70886055153737 ], [ -111.84363897715345, 40.708862022400425 ], [ -111.84204084584697, 40.708864682611619 ], [ -111.84157908272999, 40.708859041507196 ], [ -111.84155454438664, 40.707850262921241 ], [ -111.83915129454468, 40.707840732727632 ], [ -111.83918431776203, 40.707642304544777 ], [ -111.83918190681857, 40.70650724455303 ], [ -111.83919035129391, 40.706236926579457 ], [ -111.83644378135256, 40.70622082665254 ], [ -111.83644254159685, 40.706121741540969 ], [ -111.83634784797647, 40.706122427649383 ], [ -111.83498583926377, 40.706069227689348 ], [ -111.83498356582072, 40.706834971236738 ], [ -111.83652246640267, 40.706832838113108 ], [ -111.83652607341682, 40.707121085664077 ], [ -111.83651919619726, 40.707517511801932 ], [ -111.83456587396439, 40.707513633284393 ], [ -111.83456190904434, 40.708144260602836 ], [ -111.83455985600099, 40.708928019391855 ], [ -111.83455589116615, 40.709558646558122 ], [ -111.83430719507584, 40.709551435751948 ], [ -111.83431008640478, 40.710731534738223 ], [ -111.834317169957, 40.711299022025933 ], [ -111.83385550252356, 40.71130235791933 ], [ -111.83366598812601, 40.711294718221161 ], [ -111.83262427677907, 40.711302236871653 ], [ -111.83262562331257, 40.711410329728402 ], [ -111.82996192700354, 40.711411495397151 ], [ -111.82996002551873, 40.711258363745984 ], [ -111.82934435684831, 40.711253780210917 ], [ -111.8293463686919, 40.711415919631563 ], [ -111.82588943557191, 40.711413679191132 ], [ -111.82480014730422, 40.711403450518375 ], [ -111.82475229671684, 40.710403843270292 ], [ -111.81518670502116, 40.710399723114847 ], [ -111.81518508430857, 40.711237530104697 ], [ -111.81518132166688, 40.713841028089597 ], [ -111.81498139152184, 40.713950542427021 ], [ -111.8148992932793, 40.714014181883741 ], [ -111.81153692449222, 40.714010844257935 ], [ -111.81134751370917, 40.714012175750106 ], [ -111.80880208706304, 40.714012021957885 ], [ -111.80662364335026, 40.714009248168118 ], [ -111.80570015597269, 40.714006689162069 ], [ -111.80569667945969, 40.714700371932409 ], [ -111.80566170001465, 40.720637248508119 ], [ -111.80569743534404, 40.720655016161594 ], [ -111.80568961520501, 40.722952248593806 ], [ -111.80511728173596, 40.723604856909894 ], [ -111.805061664224, 40.723902526586713 ], [ -111.80522709171784, 40.724856277555354 ], [ -111.79600223325123, 40.724803152268962 ], [ -111.79601824264159, 40.732108962587183 ], [ -111.80131211152866, 40.732135390859298 ], [ -111.80189899105721, 40.731698905675671 ], [ -111.80262655081503, 40.731144328451876 ], [ -111.80526704463459, 40.729153068943603 ], [ -111.80525292336178, 40.728963988341192 ], [ -111.80626102559189, 40.729092078788817 ], [ -111.80636639719617, 40.728992248866469 ], [ -111.80641365182196, 40.728982910196621 ], [ -111.80644906559462, 40.728973654239248 ], [ -111.80647263851942, 40.728964481005193 ], [ -111.80650783475585, 40.728937209491072 ], [ -111.80653119013547, 40.72891002070638 ], [ -111.80654248714607, 40.728864899119323 ], [ -111.80662548165999, 40.728873327675309 ], [ -111.80666111290316, 40.728882087191941 ], [ -111.80670858497972, 40.728890763940484 ], [ -111.80674421624271, 40.728899523431224 ], [ -111.8069887382849, 40.728555489967853 ], [ -111.80702447823087, 40.728573257142799 ], [ -111.80707195013204, 40.728581933743982 ], [ -111.80711953088537, 40.728599618094094 ], [ -111.80716700281704, 40.728608294655842 ], [ -111.8072145836138, 40.728625978966271 ], [ -111.80727389635311, 40.728634572674046 ], [ -111.80732147719628, 40.728652256939881 ], [ -111.80738078997183, 40.728660850592355 ], [ -111.80741642119645, 40.728669609876242 ], [ -111.80751136524474, 40.728686962733981 ], [ -111.80759425074351, 40.728686382827092 ], [ -111.8076298820087, 40.72869514204465 ], [ -111.80794958323473, 40.728692904604422 ], [ -111.80799683741748, 40.728683565290012 ], [ -111.80803235976832, 40.72868331661639 ], [ -111.8080914547139, 40.72867389436977 ], [ -111.80813870886244, 40.728664554997557 ], [ -111.8082096445536, 40.728655049786198 ], [ -111.80812250907222, 40.728304327239769 ], [ -111.80715535651296, 40.727644463348454 ], [ -111.80682719235782, 40.727926022195469 ], [ -111.80619757213984, 40.727759259537031 ], [ -111.80613282514076, 40.72730027664398 ], [ -111.80613086851027, 40.727138136731199 ], [ -111.80614227421447, 40.727102022942937 ], [ -111.8062486213576, 40.727083263079365 ], [ -111.80590296461523, 40.726896497833444 ], [ -111.80572937551298, 40.72624909532972 ], [ -111.80630955303617, 40.726245043887367 ], [ -111.8062001634466, 40.726011586111845 ], [ -111.80612738241264, 40.725867957894749 ], [ -111.80607871698095, 40.725760195353821 ], [ -111.8063743975582, 40.725731104456081 ], [ -111.80644304691803, 40.725532437082002 ], [ -111.8069029662568, 40.725376077735206 ], [ -111.80726859743336, 40.725256410175803 ], [ -111.807323335294, 40.724886677396263 ], [ -111.80766669854222, 40.724884275280317 ], [ -111.80766008559588, 40.725316731226307 ], [ -111.81076275974046, 40.725340021876548 ], [ -111.81143246016032, 40.726857757759532 ], [ -111.81155097408907, 40.726865933072709 ], [ -111.81267065035287, 40.7293534175434 ], [ -111.8103378850346, 40.729360810095123 ], [ -111.810365899714, 40.730693875316838 ], [ -111.80937424811499, 40.731925992738432 ], [ -111.80564421902312, 40.73195208884588 ], [ -111.80563411440755, 40.731114366489791 ], [ -111.80512494183893, 40.731117919362241 ], [ -111.80514187584065, 40.733505060264406 ], [ -111.80612484107499, 40.733507207667799 ], [ -111.80612647195309, 40.733642324112743 ], [ -111.80568366051652, 40.734239978439611 ], [ -111.80544443461848, 40.735025389428316 ], [ -111.8055085333539, 40.735430325502819 ], [ -111.80514631876359, 40.735838236212118 ], [ -111.80513826527628, 40.739099375442898 ], [ -111.80426993864074, 40.73977205959811 ], [ -111.80220908112254, 40.739768385113074 ], [ -111.80220806050326, 40.740669243553455 ], [ -111.80258995754261, 40.740909818345962 ], [ -111.80322511176207, 40.741526987090381 ], [ -111.80322562236387, 40.742553953714676 ], [ -111.80294127585218, 40.742546923758866 ], [ -111.80294517970083, 40.745825993194885 ], [ -111.80293691115672, 40.746123331365013 ], [ -111.80293734452933, 40.746159362366512 ], [ -111.80041437727014, 40.746158870340523 ], [ -111.80042186637021, 40.74777134056324 ], [ -111.80041438397735, 40.752086463548245 ], [ -111.80040635779768, 40.753392750964316 ], [ -111.80095134450642, 40.753397978451645 ], [ -111.81357949438919, 40.753408739523366 ], [ -111.81357370279395, 40.754877163946546 ], [ -111.81445015330658, 40.754861973508881 ], [ -111.81453242172515, 40.769365038871811 ], [ -111.81455496092104, 40.77412134717418 ], [ -111.81458216565825, 40.780228886023004 ], [ -111.81512726158827, 40.780225036769806 ], [ -111.81509560082792, 40.797989892558256 ], [ -111.79973268463047, 40.797989297261132 ], [ -111.79972701975055, 40.812330732494772 ], [ -111.79654786818675, 40.812199582460977 ], [ -111.79664529570958, 40.813406035886175 ], [ -111.78698560841129, 40.816724364617279 ], [ -111.7870677434221, 40.819660542264153 ], [ -111.77840004797957, 40.819701331950931 ], [ -111.77751076994531, 40.819707328472568 ], [ -111.77750635222752, 40.819329005461789 ], [ -111.76165693484621, 40.819732006875483 ], [ -111.74589760936571, 40.819726870187324 ], [ -111.74308726653273, 40.819726988658928 ], [ -111.74047869452556, 40.819743760643597 ], [ -111.74048827558897, 40.821671498704809 ], [ -111.74045017960476, 40.834238458401721 ], [ -111.74043588506733, 40.841481289864731 ], [ -111.7404322280685, 40.849678930799222 ], [ -111.74499928147756, 40.849649525305139 ], [ -111.74499376080109, 40.852334052578975 ], [ -111.75784520523726, 40.852592653697897 ], [ -111.75763280075462, 40.852693140877371 ], [ -111.75751488918455, 40.852756973748313 ], [ -111.75732600453712, 40.852839289195337 ], [ -111.75712535894772, 40.852930689882754 ], [ -111.75688932872393, 40.853040339115296 ], [ -111.75662987903884, 40.853177166546473 ], [ -111.75642974373227, 40.853313604446505 ], [ -111.75625302654103, 40.853422863406706 ], [ -111.75601730031468, 40.853559533921185 ], [ -111.75578177785204, 40.853714219325184 ], [ -111.75558102513681, 40.853796609671228 ], [ -111.75534488695749, 40.853897248093077 ], [ -111.75517931362836, 40.853943373957037 ], [ -111.75495381045339, 40.853935841710026 ], [ -111.75473986384458, 40.853901208346826 ], [ -111.75425183804805, 40.853760266804088 ], [ -111.75376299754095, 40.853547261676006 ], [ -111.75343993742466, 40.853306146685554 ], [ -111.75324859752082, 40.853172270975953 ], [ -111.75305766637278, 40.853074425697756 ], [ -111.75285528061993, 40.85301268828389 ], [ -111.75264154190198, 40.852996066368455 ], [ -111.75251135418512, 40.853023940808349 ], [ -111.75228646570461, 40.853070449461953 ], [ -111.75209777730488, 40.85317077179019 ], [ -111.75200358567227, 40.853234444377136 ], [ -111.75174504139675, 40.853452330135177 ], [ -111.75156913040945, 40.853633643521228 ], [ -111.75143965343827, 40.853724570606573 ], [ -111.75125197944763, 40.853914968486848 ], [ -111.75111084174011, 40.854023987853182 ], [ -111.75091028560425, 40.854124385508996 ], [ -111.75079246665416, 40.854197219263341 ], [ -111.7504864614632, 40.854415411084844 ], [ -111.75018197845591, 40.85476871749929 ], [ -111.7497718385026, 40.855221801796681 ], [ -111.74970167330915, 40.855312341378394 ], [ -111.74922085291176, 40.8558109248088 ], [ -111.74892811902239, 40.85615514319214 ], [ -111.74868192409056, 40.856417983599862 ], [ -111.74847334613365, 40.856860746417084 ], [ -111.74832621335079, 40.857492285576079 ], [ -111.74822552014167, 40.858033439764625 ], [ -111.74819783411318, 40.858736270556619 ], [ -111.74817734935075, 40.85902467056497 ], [ -111.74810859690926, 40.859241316835167 ], [ -111.74803893197321, 40.859376893849742 ], [ -111.74773370444643, 40.859667139980168 ], [ -111.74726267776902, 40.859985484561129 ], [ -111.74682592434722, 40.860186496808396 ], [ -111.74593852393704, 40.860408439262841 ], [ -111.74505000718315, 40.860531290294794 ], [ -111.74452898184046, 40.860624737990342 ], [ -111.74367444074113, 40.860603225579247 ], [ -111.74272438096735, 40.860528271840622 ], [ -111.74220174337522, 40.860477585855087 ], [ -111.74196415367062, 40.86045208933978 ], [ -111.74177412223077, 40.860435294854462 ], [ -111.74117034312177, 40.86055628457261 ], [ -111.74019886418239, 40.860688639648664 ], [ -111.73947763727558, 40.860918474302288 ], [ -111.73889887985881, 40.861156400239366 ], [ -111.73882679175873, 40.861075786878708 ], [ -111.73865898717121, 40.860923719679356 ], [ -111.73836047412313, 40.860754472300108 ], [ -111.73811042032528, 40.86067499754121 ], [ -111.73782497372035, 40.860613765332289 ], [ -111.73736106165252, 40.860508631656302 ], [ -111.73694450881699, 40.860394185195588 ], [ -111.73643354115423, 40.860325381800322 ], [ -111.73613653234352, 40.86029124426873 ], [ -111.7351843929919, 40.860027066307985 ], [ -111.734601248646, 40.859868631281543 ], [ -111.73401741095375, 40.859647139251315 ], [ -111.73331463665704, 40.85939937538452 ], [ -111.73276560574149, 40.859105588877547 ], [ -111.7324192621825, 40.858900596447079 ], [ -111.73227580113658, 40.85880241540238 ], [ -111.7321440062634, 40.858686143423078 ], [ -111.73204720911116, 40.858515599065605 ], [ -111.73193854840711, 40.858345129901018 ], [ -111.73175840673414, 40.858148089054851 ], [ -111.73154336787958, 40.858014327722437 ], [ -111.73132823081785, 40.857871558252207 ], [ -111.73094531612772, 40.85757670963801 ], [ -111.73057436766786, 40.857290792297427 ], [ -111.73051465248895, 40.857255137070361 ], [ -111.73019165749301, 40.857013956554475 ], [ -111.72985729539803, 40.856817888826626 ], [ -111.72964216581907, 40.856675116118531 ], [ -111.72941507461906, 40.856523410286542 ], [ -111.72923613076188, 40.856434458128099 ], [ -111.72904522492074, 40.856336572935994 ], [ -111.72887844194275, 40.856274568429946 ], [ -111.72881892603066, 40.856256927771263 ], [ -111.72841417918774, 40.856133367375371 ], [ -111.72768842533964, 40.855948772571224 ], [ -111.72731937179245, 40.855833991499679 ], [ -111.72714043255979, 40.855745036040034 ], [ -111.72696139533237, 40.855647072558661 ], [ -111.7268183431416, 40.855584915499477 ], [ -111.72635330237166, 40.855371644136191 ], [ -111.72625790219246, 40.85532720302529 ], [ -111.7259715057446, 40.855175863727823 ], [ -111.72572109423226, 40.855060330763401 ], [ -111.72551794089456, 40.854926483300659 ], [ -111.72533861349645, 40.854801494018524 ], [ -111.72517164131605, 40.854721468587407 ], [ -111.72504084901452, 40.854695265676781 ], [ -111.72474396898045, 40.854670106258965 ], [ -111.72450699503781, 40.854698619996817 ], [ -111.72431786703821, 40.854762866266555 ], [ -111.72412854250028, 40.854809096737227 ], [ -111.72340742003603, 40.855047838816184 ], [ -111.72259089469068, 40.855242132254411 ], [ -111.72185701831106, 40.855399869287773 ], [ -111.72145492784426, 40.855519493543632 ], [ -111.72108901276668, 40.855692940426749 ], [ -111.7209234105037, 40.855739017341776 ], [ -111.7208406581063, 40.855766559586073 ], [ -111.72073339735937, 40.855722188019676 ], [ -111.72067368880397, 40.855686527632052 ], [ -111.72059005789048, 40.855632999935622 ], [ -111.72032564366698, 40.855319358768497 ], [ -111.72001221755234, 40.854861889114169 ], [ -111.71984437397974, 40.854700786132497 ], [ -111.71958045435478, 40.854432181921716 ], [ -111.71916065747543, 40.854011406829798 ], [ -111.71875399474835, 40.853707657072142 ], [ -111.71832390120046, 40.853431076864702 ], [ -111.71796605989761, 40.853253137369393 ], [ -111.71766860549717, 40.853173913093983 ], [ -111.71735987161235, 40.853148808391062 ], [ -111.71715839207211, 40.85316807792568 ], [ -111.71694563187441, 40.853241467417426 ], [ -111.71659177460957, 40.853432841886459 ], [ -111.71645048343575, 40.853532811556647 ], [ -111.7163795951124, 40.853560276920113 ], [ -111.71627321400845, 40.853596971002723 ], [ -111.71611899178492, 40.853597928539472 ], [ -111.7160001653413, 40.853580649438555 ], [ -111.71589310523549, 40.853554288825848 ], [ -111.71553594807149, 40.853439396098779 ], [ -111.71526193141936, 40.853332995127381 ], [ -111.71502321465412, 40.853199349596061 ], [ -111.71489184822001, 40.853119088513601 ], [ -111.7141998184364, 40.852754032230798 ], [ -111.71371140119351, 40.852567879498878 ], [ -111.71350856932322, 40.852461033873304 ], [ -111.71312682673162, 40.852265210397221 ], [ -111.71260137936909, 40.851944156319355 ], [ -111.7124333680792, 40.851765026715775 ], [ -111.71236122569003, 40.851675388558441 ], [ -111.71223063715937, 40.851667186564832 ], [ -111.71212416027625, 40.851694869052622 ], [ -111.71202983553381, 40.851749501541043 ], [ -111.71165320970667, 40.852031085154024 ], [ -111.71107500545573, 40.852322918679896 ], [ -111.71050721571342, 40.852479559623646 ], [ -111.7103885850786, 40.852480290262633 ], [ -111.71022240598936, 40.852472305175525 ], [ -111.70997357014141, 40.852500862092903 ], [ -111.70974932538465, 40.852610342491253 ], [ -111.70959597020963, 40.852692361286778 ], [ -111.70921769568459, 40.852820804809284 ], [ -111.70905170793186, 40.852830833598624 ], [ -111.70881444532995, 40.852832291771271 ], [ -111.70837512569396, 40.852798956985033 ], [ -111.70806582129184, 40.85271978067945 ], [ -111.70781602484607, 40.852658255147617 ], [ -111.70728103566607, 40.85255343623286 ], [ -111.70705573281303, 40.85256382582385 ], [ -111.70697278695525, 40.852573342583177 ], [ -111.7068548262247, 40.852637124070647 ], [ -111.70673763104327, 40.852772967703764 ], [ -111.70662081821283, 40.852944842350809 ], [ -111.70629438961824, 40.853487343656006 ], [ -111.70589754054021, 40.85410234190261 ], [ -111.70552163978364, 40.854455967964263 ], [ -111.70516841134298, 40.854710362152488 ], [ -111.70493286055702, 40.854873952494266 ], [ -111.70456776408989, 40.855128417361428 ], [ -111.70443898256775, 40.855291354488152 ], [ -111.70425164552552, 40.855526715910749 ], [ -111.70405139444766, 40.855663063821424 ], [ -111.70385142857212, 40.855826434739704 ], [ -111.70374579940277, 40.855935179611954 ], [ -111.70365260549818, 40.856097898722055 ], [ -111.70335129425465, 40.856775363731749 ], [ -111.70315580015502, 40.857362099255461 ], [ -111.70294891474815, 40.857993945629232 ], [ -111.70281006864889, 40.85832810109325 ], [ -111.70267045964722, 40.858590194127935 ], [ -111.70250750179484, 40.858888462633125 ], [ -111.70228636278344, 40.859295185469634 ], [ -111.70193728056542, 40.859945912233066 ], [ -111.7016000561236, 40.860596565757547 ], [ -111.70142655449261, 40.861021013802883 ], [ -111.701228086244, 40.861328504691002 ], [ -111.70109909471579, 40.861473422518685 ], [ -111.70096953280451, 40.861564293520487 ], [ -111.70086294033905, 40.861582957952884 ], [ -111.70060210650588, 40.861602559229304 ], [ -111.70050718877516, 40.861603135706574 ], [ -111.70004455964377, 40.861614952697053 ], [ -111.69929651374835, 40.861565440027782 ], [ -111.69910658361918, 40.86155758297069 ], [ -111.69846541595682, 40.861516425440072 ], [ -111.69803828650544, 40.861519011056536 ], [ -111.69771803391023, 40.861529957017844 ], [ -111.69750437461317, 40.861522240853219 ], [ -111.69707724503699, 40.861524822911434 ], [ -111.69684032844762, 40.861562287858646 ], [ -111.69661546507174, 40.861617696244842 ], [ -111.69628419600326, 40.861709779986008 ], [ -111.69590527838106, 40.861784133538798 ], [ -111.69581036029611, 40.861784706153372 ], [ -111.695703671705, 40.861794358041656 ], [ -111.69556129454854, 40.861795216685564 ], [ -111.69540658153478, 40.861751107730704 ], [ -111.69518049185993, 40.861689412047937 ], [ -111.69488217858499, 40.861529059084546 ], [ -111.69458367853449, 40.861350689747475 ], [ -111.69441569128786, 40.861171533989562 ], [ -111.69428358100792, 40.861019187120917 ], [ -111.69398423865591, 40.860759746031967 ], [ -111.69370881568366, 40.860518177022371 ], [ -111.69338612460245, 40.860294908214364 ], [ -111.69296823834453, 40.860045185339644 ], [ -111.69251438669929, 40.859759643412893 ], [ -111.69226401492361, 40.859644037573887 ], [ -111.69194189536319, 40.859474811423439 ], [ -111.6914883330312, 40.859216288770362 ], [ -111.69121348735715, 40.859028760431215 ], [ -111.69080748141083, 40.858778958448532 ], [ -111.69073592168888, 40.858743353527316 ], [ -111.69048565034359, 40.858636751557157 ], [ -111.69030740660322, 40.858610793300294 ], [ -111.6900461135687, 40.858585331618215 ], [ -111.6898092032672, 40.858622782090187 ], [ -111.68939507654635, 40.858733358285193 ], [ -111.68890892296318, 40.858763287901631 ], [ -111.68870713759462, 40.858755484499646 ], [ -111.68816138259807, 40.858758741712435 ], [ -111.68769877036829, 40.858770509050231 ], [ -111.68748540025135, 40.858789797673978 ], [ -111.68741421476707, 40.8587902219206 ], [ -111.68720084449711, 40.858809510019064 ], [ -111.68678513047129, 40.858766944088956 ], [ -111.68666630197313, 40.85874963479737 ], [ -111.68657120201377, 40.858732184150618 ], [ -111.6864283661844, 40.858687992407219 ], [ -111.68630935196586, 40.858652667120019 ], [ -111.68611840896388, 40.858545702646992 ], [ -111.68601042295913, 40.85842923615229 ], [ -111.68578138022229, 40.858079271787176 ], [ -111.68561323914783, 40.857882087221952 ], [ -111.6852904950202, 40.857649787528338 ], [ -111.68457438612724, 40.85723965474152 ], [ -111.68407257767902, 40.856900313730804 ], [ -111.68373779456908, 40.856650064287919 ], [ -111.68364186489494, 40.856551540799074 ], [ -111.68356994097562, 40.856479900082874 ], [ -111.68346214796966, 40.856381446742475 ], [ -111.68337845318401, 40.85631888401744 ], [ -111.68312848020049, 40.856239289340706 ], [ -111.68283142263316, 40.856196006335985 ], [ -111.68228568797089, 40.85619923558481 ], [ -111.6809098560668, 40.856243398752319 ], [ -111.68050630216679, 40.856227763464958 ], [ -111.68001979391146, 40.856221624202526 ], [ -111.67941446357356, 40.856198166066342 ], [ -111.67901063429414, 40.856155502050335 ], [ -111.67873730721927, 40.856112068802517 ], [ -111.67852311558967, 40.856050270326406 ], [ -111.67826137739668, 40.855979742661582 ], [ -111.67796358930488, 40.855864384422539 ], [ -111.67767766596752, 40.855748955706424 ], [ -111.67716514069537, 40.855517747905687 ], [ -111.67674816983894, 40.855349035865153 ], [ -111.67648652787689, 40.855287511964328 ], [ -111.67618938706649, 40.855235203942357 ], [ -111.67573847714723, 40.855228837921373 ], [ -111.6753707957396, 40.855239999621382 ], [ -111.6750507516565, 40.855268898128521 ], [ -111.67466016504986, 40.855361266976324 ], [ -111.67449416506835, 40.855371246123276 ], [ -111.67437552837225, 40.855371939767579 ], [ -111.67430416367682, 40.855354340214383 ], [ -111.67425652634633, 40.855336601927029 ], [ -111.67411352319431, 40.855274379104316 ], [ -111.67399388241148, 40.85517598610037 ], [ -111.67391001540558, 40.855095400726839 ], [ -111.67387378558989, 40.855032553758406 ], [ -111.6737295970844, 40.854853228498953 ], [ -111.67341786024774, 40.854530747298391 ], [ -111.67298648907729, 40.854109871120038 ], [ -111.67263944249844, 40.853814618890908 ], [ -111.6723531728118, 40.853663145407616 ], [ -111.67211508608234, 40.853583457496725 ], [ -111.67180609284213, 40.853531207204036 ], [ -111.67150932722923, 40.853514918413893 ], [ -111.6709873399855, 40.853517955916786 ], [ -111.67053671439977, 40.853538593015003 ], [ -111.6702049036314, 40.853576554848999 ], [ -111.67011017828065, 40.853595121927725 ], [ -111.66994409119116, 40.853596086649219 ], [ -111.66987263881158, 40.853569476473311 ], [ -111.66978896025226, 40.853506903729979 ], [ -111.66962105942287, 40.853327710940988 ], [ -111.66944084285616, 40.853103547477915 ], [ -111.66929612657189, 40.852870169369275 ], [ -111.6691873634402, 40.852672616021643 ], [ -111.66911545922248, 40.852600966090179 ], [ -111.66903160136972, 40.852520377062476 ], [ -111.66882820625116, 40.852350397317146 ], [ -111.66806435031235, 40.851895396256239 ], [ -111.66748016720378, 40.851610509828326 ], [ -111.66725377581976, 40.85151272738922 ], [ -111.6665750570268, 40.851264416671697 ], [ -111.66639621014443, 40.851175366174679 ], [ -111.66615777844986, 40.851059634360176 ], [ -111.66588303741433, 40.850872044581493 ], [ -111.66571533409923, 40.850710861619881 ], [ -111.66541560843967, 40.850397297513055 ], [ -111.66517727131725, 40.850290571486646 ], [ -111.66486811852431, 40.850220286686678 ], [ -111.66452382807117, 40.850195245405374 ], [ -111.66417998761439, 40.850215242431084 ], [ -111.66398991343983, 40.850189311515699 ], [ -111.66381125267523, 40.850118272681172 ], [ -111.66354847469664, 40.849939616833993 ], [ -111.66329657270397, 40.849661805594152 ], [ -111.66313840637223, 40.849266345938858 ], [ -111.66303029602682, 40.849131841573438 ], [ -111.66297017505856, 40.84905111163183 ], [ -111.66280266291524, 40.848907940038494 ], [ -111.66259956393441, 40.848764972613019 ], [ -111.66216937463275, 40.848452149227043 ], [ -111.66204994307384, 40.848371759235633 ], [ -111.66198982398798, 40.848291028758005 ], [ -111.66194147783077, 40.848201222303047 ], [ -111.66191703588979, 40.848129295443002 ], [ -111.66187983528854, 40.847967357890873 ], [ -111.6618406631088, 40.847607247059678 ], [ -111.66182682908375, 40.847409141849155 ], [ -111.66175413198654, 40.84725641627255 ], [ -111.66163371753674, 40.847076939169483 ], [ -111.66135846837139, 40.846835290995159 ], [ -111.66110721404961, 40.846620529813109 ], [ -111.66078371499255, 40.846298081221178 ], [ -111.66072368881204, 40.846226357908328 ], [ -111.66061549888757, 40.846082843253306 ], [ -111.66054182216774, 40.84583103015774 ], [ -111.66052879742162, 40.84571399562779 ], [ -111.66051595160312, 40.845614976856076 ], [ -111.66050346357518, 40.845551989606292 ], [ -111.66045360113783, 40.845309048466845 ], [ -111.6604530645576, 40.845255001175865 ], [ -111.66044057666124, 40.845192013914399 ], [ -111.66046349555755, 40.845110807151073 ], [ -111.66051004867997, 40.845020456666184 ], [ -111.66069840699375, 40.844875243707015 ], [ -111.66086375674772, 40.844802229408906 ], [ -111.66098165892016, 40.844729486750929 ], [ -111.66109965034981, 40.844665751855146 ], [ -111.66137041186992, 40.844457006759079 ], [ -111.66160531779222, 40.844221441484031 ], [ -111.66188748949334, 40.843967587746988 ], [ -111.66246341893137, 40.843432786459033 ], [ -111.66269876602318, 40.843242258379128 ], [ -111.66275753528409, 40.843187870374102 ], [ -111.66295738595855, 40.84300655408709 ], [ -111.66314492515282, 40.842780266239359 ], [ -111.66328438880164, 40.842491195731505 ], [ -111.66334163012091, 40.842283673450382 ], [ -111.66348037326429, 40.841922539642361 ], [ -111.66376073079104, 40.841488523716329 ], [ -111.6639113312074, 40.841127321122947 ], [ -111.66397998109987, 40.840874690825736 ], [ -111.66401241800951, 40.840559210124674 ], [ -111.66404512433279, 40.840270753049154 ], [ -111.66406246327553, 40.839631056760453 ], [ -111.66416588442763, 40.839297150510788 ], [ -111.66431431945632, 40.838719758069416 ], [ -111.66465045247674, 40.83793409083129 ], [ -111.6648233213451, 40.837428624076324 ], [ -111.66489268418398, 40.837248056222364 ], [ -111.66495009621077, 40.837058548802027 ], [ -111.66500561750638, 40.836679875725437 ], [ -111.66501513734022, 40.836445602289238 ], [ -111.66500219680826, 40.836337576008837 ], [ -111.66498970639869, 40.836274589163175 ], [ -111.66497649590431, 40.836139539212489 ], [ -111.66499859613697, 40.835977260495426 ], [ -111.6650902370002, 40.835652429541575 ], [ -111.6651489076346, 40.835589032425453 ], [ -111.66532572939587, 40.835479911894424 ], [ -111.66555053160893, 40.835424564739526 ], [ -111.66573939261295, 40.835333390931794 ], [ -111.66589195171737, 40.835170359096409 ], [ -111.6659966191008, 40.834962561505982 ], [ -111.66602976514744, 40.834719143118257 ], [ -111.66601493021381, 40.834421951270123 ], [ -111.66604771534183, 40.834142501300839 ], [ -111.66604311763541, 40.833683098939453 ], [ -111.66605092067456, 40.833277675412567 ], [ -111.66608451653434, 40.833079296400001 ], [ -111.66612952108572, 40.832835809438819 ], [ -111.66616113292972, 40.832439256781441 ], [ -111.66612248880243, 40.832133193899587 ], [ -111.66611008833077, 40.832079215023775 ], [ -111.66598743678958, 40.831674544553515 ], [ -111.66585229656209, 40.831206887104528 ], [ -111.66580242607856, 40.830963947743015 ], [ -111.66574132737389, 40.830784132048706 ], [ -111.66568067946186, 40.83064935579015 ], [ -111.66553656662414, 40.83047001895298 ], [ -111.66526146294213, 40.830237386872426 ], [ -111.66482051274454, 40.830023726799659 ], [ -111.66447551756768, 40.829917613393619 ], [ -111.66432116872745, 40.829900485462694 ], [ -111.66392972679714, 40.829893730452234 ], [ -111.66359802972724, 40.829931672553677 ], [ -111.66331412801463, 40.830005372572067 ], [ -111.66268693698352, 40.830144103247591 ], [ -111.66237886668456, 40.830172897709161 ], [ -111.66176281481435, 40.830239492072977 ], [ -111.66099250217879, 40.830297958676894 ], [ -111.66006944724249, 40.830501428830559 ], [ -111.65929930839532, 40.830577899973314 ], [ -111.65863563400831, 40.830626732957526 ], [ -111.65795929787257, 40.830594558584323 ], [ -111.65752005910316, 40.830552020748598 ], [ -111.65712896945874, 40.830581274329376 ], [ -111.65709339158343, 40.830581476977208 ], [ -111.6570221469123, 40.830572874328865 ], [ -111.65691532439151, 40.830564474229234 ], [ -111.65679637594214, 40.830529117813356 ], [ -111.65667716100053, 40.830466737538075 ], [ -111.65652219079435, 40.83038654378371 ], [ -111.65605692725805, 40.830109929593661 ], [ -111.6555081211709, 40.829779737708932 ], [ -111.65515039597479, 40.829583584513898 ], [ -111.65500684553976, 40.829458281753503 ], [ -111.65485046173457, 40.829233959036287 ], [ -111.65465797037098, 40.828955790473913 ], [ -111.65442963806282, 40.828650799627226 ], [ -111.65434476581407, 40.828462104194074 ], [ -111.65429671032335, 40.828399317797057 ], [ -111.65412953481014, 40.82828315631869 ], [ -111.65405776189593, 40.828220504294421 ], [ -111.65384279789005, 40.828068579626546 ], [ -111.65368748283011, 40.827952350278196 ], [ -111.65361588758927, 40.827907713812266 ], [ -111.6534489797787, 40.827818575084571 ], [ -111.65315118375756, 40.827685135094313 ], [ -111.65288905356059, 40.827560500918366 ], [ -111.65245993073495, 40.827337718027408 ], [ -111.6524001956909, 40.82729301372364 ], [ -111.65233975452468, 40.827176245989747 ], [ -111.65225471358923, 40.826969533061074 ], [ -111.65227560641092, 40.826681145352197 ], [ -111.65227216410942, 40.826329836237939 ], [ -111.65214898984256, 40.825862094441398 ], [ -111.65209811470726, 40.825511053386641 ], [ -111.65210467884727, 40.824970510661679 ], [ -111.65202938240415, 40.8245475401311 ], [ -111.65195602765861, 40.824322743976566 ], [ -111.65193178201427, 40.824268830415562 ], [ -111.65187143268444, 40.824161070278549 ], [ -111.65175161647259, 40.824035629208169 ], [ -111.65163241789911, 40.823973243525408 ], [ -111.65139472651576, 40.823920535236823 ], [ -111.65114614653086, 40.823966980635703 ], [ -111.65091004083241, 40.824076414125017 ], [ -111.65063844788608, 40.824195055699022 ], [ -111.64984720381511, 40.824532827160688 ], [ -111.64956313359635, 40.824588477481122 ], [ -111.64924287319867, 40.824581271767627 ], [ -111.64887500429796, 40.824556316082671 ], [ -111.64834068174407, 40.824487252616919 ], [ -111.64791299654067, 40.824408579419497 ], [ -111.64771105633815, 40.824373679617601 ], [ -111.64680886970748, 40.824279648446741 ], [ -111.64604854660561, 40.824139773739823 ], [ -111.64562077888144, 40.824052084061343 ], [ -111.64553707303058, 40.823980485012328 ], [ -111.64552399208648, 40.823854440173022 ], [ -111.64557055108062, 40.823764095344316 ], [ -111.64560525186134, 40.823673816854345 ], [ -111.64568607438379, 40.823448153763529 ], [ -111.64570690740575, 40.823150758919688 ], [ -111.6457050727447, 40.82296159211392 ], [ -111.64567899808431, 40.82271851036991 ], [ -111.64559319751237, 40.822430720675101 ], [ -111.64556703614998, 40.822178630934111 ], [ -111.64560077531453, 40.821989265032613 ], [ -111.64561149757058, 40.821872095391527 ], [ -111.64566807837809, 40.821592517294825 ], [ -111.64572430927778, 40.821276907377012 ], [ -111.64573275979575, 40.820925531110383 ], [ -111.64568358229951, 40.820745637634928 ], [ -111.64558671291253, 40.820538985704324 ], [ -111.64535941170236, 40.820333063358468 ], [ -111.64514440575782, 40.820172113985656 ], [ -111.64445240055883, 40.819734568086226 ], [ -111.64405918978568, 40.819538578202355 ], [ -111.64363093178883, 40.819396833121253 ], [ -111.64342848669664, 40.819307877944787 ], [ -111.64328506756837, 40.819191567997358 ], [ -111.64312979166623, 40.819075323963034 ], [ -111.64266405415232, 40.818735598523006 ], [ -111.64226998564119, 40.818449522862849 ], [ -111.64209021719984, 40.818252337788877 ], [ -111.64199414428022, 40.818126754258756 ], [ -111.64195727031664, 40.817991832826017 ], [ -111.64195674926455, 40.817937785079558 ], [ -111.64197837914412, 40.817721462137492 ], [ -111.64202407028756, 40.817541039057858 ], [ -111.64201091056454, 40.817405985662155 ], [ -111.6419862413173, 40.817307030073941 ], [ -111.64194919416815, 40.817154092698019 ], [ -111.64169490348557, 40.816605992308084 ], [ -111.64139640021624, 40.816391449515905 ], [ -111.64113329571062, 40.81615869234691 ], [ -111.64086984629222, 40.815889902703255 ], [ -111.64061712917726, 40.815503943065742 ], [ -111.6404708643088, 40.815090366616211 ], [ -111.64037306669586, 40.814784622304543 ], [ -111.64039409449106, 40.814505243749672 ], [ -111.64046202802722, 40.814171554125458 ], [ -111.64063242219859, 40.813395881615349 ], [ -111.64065544152275, 40.813323686209472 ], [ -111.64070122005168, 40.813152271479915 ], [ -111.64071220968941, 40.813062125964365 ], [ -111.64071177639659, 40.813017086126088 ], [ -111.64067490798917, 40.812882164123799 ], [ -111.6405197380836, 40.812774924274144 ], [ -111.64046011079044, 40.812739221486311 ], [ -111.64040057017648, 40.812712526635686 ], [ -111.64017435091021, 40.812614689106404 ], [ -111.64010269466931, 40.812561035975513 ], [ -111.64001892274116, 40.812480424658716 ], [ -111.63999417180821, 40.812372460554649 ], [ -111.6399933062157, 40.812282380854292 ], [ -111.63998067112705, 40.812201374887522 ], [ -111.63996673774763, 40.811985249360319 ], [ -111.63980802324829, 40.811508681692025 ], [ -111.63972191698672, 40.81118485488706 ], [ -111.63948159942042, 40.810852874367782 ], [ -111.63926499578734, 40.810520761936637 ], [ -111.63911978784945, 40.810215278972152 ], [ -111.63902148534967, 40.809855485304595 ], [ -111.63896056530697, 40.809684662060661 ], [ -111.63895823221138, 40.809441446703666 ], [ -111.63898142487, 40.809387267532017 ], [ -111.63903975203732, 40.809287851487532 ], [ -111.63913355917211, 40.809179230422657 ], [ -111.63918063550436, 40.809142935814648 ], [ -111.63966281893785, 40.808734883079168 ], [ -111.63973325948805, 40.808662424886201 ], [ -111.64026147216181, 40.808109979099555 ], [ -111.64050852853278, 40.807910421821312 ], [ -111.64080395765797, 40.8078096883904 ], [ -111.64106425356169, 40.807754191698791 ], [ -111.64147771312354, 40.807598749945484 ], [ -111.64159505082496, 40.807471979119391 ], [ -111.6417000990171, 40.807300234235292 ], [ -111.64180488630721, 40.807101465329467 ], [ -111.64220101398526, 40.806378584508565 ], [ -111.64236394407688, 40.806062381464919 ], [ -111.64239898776661, 40.806008135602731 ], [ -111.64246872747907, 40.80586361194311 ], [ -111.64249174231107, 40.805791416111305 ], [ -111.64247936614672, 40.805737434268821 ], [ -111.64244319334681, 40.805674576467837 ], [ -111.64235960109413, 40.805611982663642 ], [ -111.64225229925934, 40.805549520777021 ], [ -111.64212154838604, 40.8055142146723 ], [ -111.64158660466875, 40.80536404670179 ], [ -111.64094427669147, 40.805142405128194 ], [ -111.64081300740625, 40.805053049647839 ], [ -111.6407881714599, 40.804936077584337 ], [ -111.6408111878101, 40.804863882064971 ], [ -111.64090446594574, 40.804701211662966 ], [ -111.64114882043198, 40.804222405604612 ], [ -111.64125135035329, 40.803789429611484 ], [ -111.64129451986149, 40.803347774975755 ], [ -111.6412675161571, 40.803005603427671 ], [ -111.64120494967727, 40.802663629488556 ], [ -111.64113044288176, 40.802312713376665 ], [ -111.64109106621657, 40.801916559678766 ], [ -111.64114548310997, 40.801411783196684 ], [ -111.64122421415595, 40.800969930799532 ], [ -111.64122057316953, 40.800591595389385 ], [ -111.64113317470658, 40.800132649168205 ], [ -111.64102310975278, 40.799781930402645 ], [ -111.64101004269045, 40.799655884425015 ], [ -111.64097222824844, 40.799421874282821 ], [ -111.64101669700814, 40.799115339261064 ], [ -111.64105043829646, 40.798925973926245 ], [ -111.64159414695571, 40.798760799446065 ], [ -111.64199613002498, 40.798650461873436 ], [ -111.64225699698018, 40.79865801859259 ], [ -111.6423281188406, 40.798657622689738 ], [ -111.64245868261595, 40.798674912728167 ], [ -111.64252989135207, 40.79868352468781 ], [ -111.64292114860901, 40.798690353739701 ], [ -111.64335903776775, 40.798615845230387 ], [ -111.64373730973729, 40.798505633801184 ], [ -111.64416229816963, 40.798323092570037 ], [ -111.64506081566363, 40.798074844173613 ], [ -111.6459599376345, 40.797889644694962 ], [ -111.64627875896591, 40.797761740801064 ], [ -111.64647843281412, 40.797571444347248 ], [ -111.64658292865717, 40.79734564704502 ], [ -111.64664036000761, 40.797156147296135 ], [ -111.64677849120089, 40.796731974907402 ], [ -111.64698835214723, 40.796370459458295 ], [ -111.64717467947584, 40.796027092553871 ], [ -111.64738436107882, 40.795647560407055 ], [ -111.6474763852209, 40.795358772884803 ], [ -111.64753425001733, 40.795214312575936 ], [ -111.64760134151942, 40.794799546198171 ], [ -111.64798556943069, 40.794085719515401 ], [ -111.64828603177075, 40.793291285839089 ], [ -111.64865768992823, 40.792505459556601 ], [ -111.64873811493574, 40.792243761532674 ], [ -111.64868789945601, 40.791955772510597 ], [ -111.64859185273602, 40.791830193711043 ], [ -111.64841187565932, 40.791605993216137 ], [ -111.64835112415199, 40.791453190423347 ], [ -111.64827852060651, 40.791300454181929 ], [ -111.64818177480376, 40.791102811104665 ], [ -111.64802559316672, 40.790887484783745 ], [ -111.64784623345172, 40.790726339265468 ], [ -111.64764194485265, 40.790439214635647 ], [ -111.64749761866443, 40.790223821027745 ], [ -111.64736295833693, 40.789783160928451 ], [ -111.64727833194176, 40.789612474489481 ], [ -111.64717017691748, 40.789459936914035 ], [ -111.64700284998032, 40.789316739514433 ], [ -111.64674062079237, 40.789165065332774 ], [ -111.64650244610249, 40.789049289717838 ], [ -111.64612056500825, 40.788781174130229 ], [ -111.64596535576409, 40.788664932804387 ], [ -111.64580988524312, 40.78852166727232 ], [ -111.64555907750089, 40.788324884020682 ], [ -111.64509354469287, 40.787985165057279 ], [ -111.64471280794335, 40.787834148670861 ], [ -111.64443960893806, 40.787772615360225 ], [ -111.64423778175598, 40.787737708408905 ], [ -111.64401129410159, 40.787603845379643 ], [ -111.64392685312625, 40.787451172336944 ], [ -111.64379274416349, 40.787064555657132 ], [ -111.64352740058803, 40.786588585860756 ], [ -111.6432154374293, 40.78619395169207 ], [ -111.64309579349647, 40.786077508179659 ], [ -111.64303523312249, 40.785942718324456 ], [ -111.64325884478917, 40.785779319179753 ], [ -111.64339975692224, 40.785643406214362 ], [ -111.64351748759996, 40.785561673299433 ], [ -111.64384436545561, 40.785046365921545 ], [ -111.64413742560757, 40.784711416200786 ], [ -111.6445599740034, 40.784285657577485 ], [ -111.64537159461334, 40.783650526696192 ], [ -111.6458184410177, 40.783287686974091 ], [ -111.64599376067312, 40.783034467810751 ], [ -111.64613387576688, 40.78281747947895 ], [ -111.64632034519147, 40.782492129414422 ], [ -111.64638760714909, 40.782095378882751 ], [ -111.64620504499035, 40.78160093410937 ], [ -111.64598562493939, 40.780971567883228 ], [ -111.64572987283698, 40.780261327993088 ], [ -111.64547499827356, 40.77964116752392 ], [ -111.64537662158759, 40.779272369276633 ], [ -111.64533871714957, 40.779029351756982 ], [ -111.645383850907, 40.778794878330821 ], [ -111.64553493728376, 40.778487744211581 ], [ -111.64599228956511, 40.777989717268731 ], [ -111.64649755851191, 40.777545471059831 ], [ -111.64733199183259, 40.776829121514886 ], [ -111.64797865137658, 40.776302999003008 ], [ -111.64852936542701, 40.775660301529001 ], [ -111.64876241280687, 40.77525360885938 ], [ -111.64878532303889, 40.775172403509394 ], [ -111.64890013632393, 40.774793400719631 ], [ -111.64890812917315, 40.774396981501951 ], [ -111.64895149438716, 40.77398234632961 ], [ -111.64907859228074, 40.77364831674528 ], [ -111.64912397249712, 40.77344086581008 ], [ -111.649063061129, 40.773270046769319 ], [ -111.64889568360269, 40.77311784342119 ], [ -111.64866862348123, 40.772920932776564 ], [ -111.64782217833131, 40.772394185544641 ], [ -111.64732242365187, 40.772180785703121 ], [ -111.64688322709429, 40.772102171896172 ], [ -111.64675280170977, 40.772093894421616 ], [ -111.64646860245921, 40.772113503873015 ], [ -111.64617325228444, 40.772205243149394 ], [ -111.64595997150154, 40.772206437202875 ], [ -111.64573431849895, 40.772153649028503 ], [ -111.64543643912631, 40.771984153755511 ], [ -111.64523282932269, 40.77176007958866 ], [ -111.64519693420387, 40.771724246235891 ], [ -111.64508872634006, 40.771562697958529 ], [ -111.64484852757955, 40.771230725470566 ], [ -111.64456267741436, 40.77107917770936 ], [ -111.64432552865431, 40.771062485019982 ], [ -111.64378100854918, 40.771119575077705 ], [ -111.64240750825113, 40.771226322848591 ], [ -111.64182717867045, 40.771256577488245 ], [ -111.64144810452473, 40.771267693689992 ], [ -111.64127002644717, 40.771232649337705 ], [ -111.64108009978854, 40.771197670532601 ], [ -111.64079460437389, 40.771082145503435 ], [ -111.64055633182376, 40.770948340624571 ], [ -111.63992428761117, 40.770528447008772 ], [ -111.63964891797362, 40.770232692667228 ], [ -111.6393496810105, 40.769919052849858 ], [ -111.63888430921433, 40.769579306557702 ], [ -111.63840649023884, 40.769176567597562 ], [ -111.6378335457655, 40.768738318350643 ], [ -111.63758231989362, 40.768487468101092 ], [ -111.63737805854826, 40.768191315314574 ], [ -111.63717311068554, 40.767823097780784 ], [ -111.63699022700673, 40.767283596179823 ], [ -111.63678347839733, 40.766726208877046 ], [ -111.63675806277112, 40.766546178681139 ], [ -111.63679119897797, 40.766293757224759 ], [ -111.63688417622913, 40.766104065173664 ], [ -111.63701054609442, 40.765688975652061 ], [ -111.63709965075343, 40.765093921220696 ], [ -111.63722515704066, 40.764588750919067 ], [ -111.63735238259065, 40.764263741452815 ], [ -111.63736371378664, 40.764209627721236 ], [ -111.63742079982153, 40.763984099292585 ], [ -111.63739555573862, 40.763822085257949 ], [ -111.63733502763492, 40.763687291656197 ], [ -111.63716727083141, 40.763490030408512 ], [ -111.63704750659058, 40.763355563682147 ], [ -111.63683262003909, 40.763185587665362 ], [ -111.63601094497461, 40.762748701079502 ], [ -111.63520198543348, 40.762401823890016 ], [ -111.6347627813936, 40.762314155177897 ], [ -111.63431224513842, 40.76228059825177 ], [ -111.63422914350242, 40.762263037920249 ], [ -111.63356458857879, 40.762149577279949 ], [ -111.63257777129476, 40.761785640837601 ], [ -111.6320422618886, 40.761536336034531 ], [ -111.6313635692764, 40.761179709763255 ], [ -111.63081656291733, 40.760966496252927 ], [ -111.63035291407671, 40.760797867527934 ], [ -111.62990170975084, 40.760692228737071 ], [ -111.62955738397486, 40.760613030791291 ], [ -111.62845409383745, 40.760456890487781 ], [ -111.62775521221955, 40.760469702696774 ], [ -111.62728133657664, 40.760472279365452 ], [ -111.62700919664788, 40.76050979236431 ], [ -111.62671378563617, 40.760592473765357 ], [ -111.62644240603359, 40.760711058101812 ], [ -111.62602936906788, 40.760884461513534 ], [ -111.62575790256643, 40.76099403617696 ], [ -111.62561590763228, 40.76101282308057 ], [ -111.62555675712781, 40.761022152251577 ], [ -111.62550936915402, 40.761022409106175 ], [ -111.62535527380821, 40.761014235673365 ], [ -111.62505808634758, 40.76090774326051 ], [ -111.6246774651283, 40.760747650517921 ], [ -111.62401083478005, 40.760408932640885 ], [ -111.62373633539775, 40.760194211706832 ], [ -111.6235927420235, 40.760041842592031 ], [ -111.62347267456278, 40.759871329129027 ], [ -111.62332891419204, 40.759700943505415 ], [ -111.62303039003915, 40.759450316468751 ], [ -111.62249359004116, 40.759056837525122 ], [ -111.62178951725967, 40.758511112243561 ], [ -111.62133658017547, 40.758216269891719 ], [ -111.62116955515948, 40.758091049457263 ], [ -111.62103790248354, 40.757947621358205 ], [ -111.62110772356746, 40.757812117525795 ], [ -111.62137834616416, 40.757612472900014 ], [ -111.62150781756233, 40.75752169033705 ], [ -111.62205048386063, 40.757275536081615 ], [ -111.62216844330796, 40.75722084898387 ], [ -111.62243981651662, 40.757102274674466 ], [ -111.62263985891315, 40.756957058961866 ], [ -111.6227569766733, 40.75681229039796 ], [ -111.62278016477839, 40.756758114027519 ], [ -111.62294222821214, 40.756351855035575 ], [ -111.62302288076141, 40.756108189055126 ], [ -111.62313301499766, 40.75521574878001 ], [ -111.62321164666642, 40.75475588849325 ], [ -111.6232692776957, 40.754584414943267 ], [ -111.62337311378218, 40.754286572181201 ], [ -111.62352357452849, 40.753907400522522 ], [ -111.62353247468828, 40.753592053360705 ], [ -111.62344778784657, 40.753403331412962 ], [ -111.62329219606488, 40.753233009439988 ], [ -111.6229935331195, 40.752964365631115 ], [ -111.62271637843962, 40.752461382759968 ], [ -111.6224386399338, 40.751895342483344 ], [ -111.62229355585245, 40.7515808256599 ], [ -111.62205404680759, 40.751302851804851 ], [ -111.6219941488734, 40.751231106234833 ], [ -111.6218026106212, 40.751015933145766 ], [ -111.62155218320092, 40.750837111089858 ], [ -111.62133704105079, 40.750631072874697 ], [ -111.62121724806769, 40.750487580920833 ], [ -111.62107435210702, 40.750407273021253 ], [ -111.62095489529671, 40.750299813183005 ], [ -111.62089508324324, 40.750237075115344 ], [ -111.62084728395338, 40.750192289498116 ], [ -111.62076378195648, 40.750129678794792 ], [ -111.62072766035537, 40.750066813213543 ], [ -111.62063239733588, 40.750013274218652 ], [ -111.62057283708896, 40.749977560280755 ], [ -111.62025168160038, 40.749835149845246 ], [ -111.62007350421709, 40.749782055951933 ], [ -111.61990717211594, 40.749728898159887 ], [ -111.6198477798077, 40.749711200047329 ], [ -111.61952712876685, 40.749622836189424 ], [ -111.61937247529323, 40.749551597828287 ], [ -111.61931308328167, 40.74953389943785 ], [ -111.61905140792619, 40.749418192113382 ], [ -111.61881317280269, 40.749275332855028 ], [ -111.61877722051139, 40.749230482848482 ], [ -111.61858344450519, 40.748772085355725 ], [ -111.61852171629262, 40.748502159555755 ], [ -111.61833003022137, 40.748268964248709 ], [ -111.61805576617148, 40.748072245075228 ], [ -111.61791162842088, 40.74785681152639 ], [ -111.6177675749702, 40.747650385892555 ], [ -111.61767048407417, 40.747398665966152 ], [ -111.61763295003813, 40.747182661475023 ], [ -111.61757172722021, 40.746966783721334 ], [ -111.61751017150378, 40.746714873477707 ], [ -111.6174617937867, 40.746607029613564 ], [ -111.61744944943112, 40.746553044307873 ], [ -111.61742434421534, 40.74640003312922 ], [ -111.61744703325516, 40.746291809053226 ], [ -111.61751659978592, 40.746129282818153 ], [ -111.61756306061808, 40.746029940082956 ], [ -111.61757382165122, 40.745912771240533 ], [ -111.61776091357237, 40.745650521778295 ], [ -111.61790062708903, 40.745388525662328 ], [ -111.61806477846092, 40.745207475540653 ], [ -111.61821625061602, 40.744936407497406 ], [ -111.61837964909591, 40.744674283907059 ], [ -111.61844971238874, 40.744565805773924 ], [ -111.61847223228007, 40.744439565251461 ], [ -111.61861202398656, 40.744186576371931 ], [ -111.6187052735271, 40.744023922432191 ], [ -111.61886900189116, 40.74379783059409 ], [ -111.61909161458934, 40.74353538843144 ], [ -111.6192912062768, 40.743345137854774 ], [ -111.619655690882, 40.743054907577175 ], [ -111.62000883046096, 40.742818788462131 ], [ -111.62029190940856, 40.74269114756855 ], [ -111.62045713595525, 40.742627199527568 ], [ -111.62072862074953, 40.742526645577996 ], [ -111.62090518754843, 40.742408584526203 ], [ -111.62113005025091, 40.742389357501594 ], [ -111.62147351743972, 40.742387508593687 ], [ -111.62184075588276, 40.742394539155782 ], [ -111.62188796285952, 40.742376267681067 ], [ -111.62200623194563, 40.742357613242895 ], [ -111.62224251806175, 40.742293279672737 ], [ -111.62249039542945, 40.742201857414166 ], [ -111.62283335738211, 40.742145955807018 ], [ -111.62302167899328, 40.742018819521554 ], [ -111.62311600766552, 40.741973267483615 ], [ -111.62339907701224, 40.741845619019884 ], [ -111.62361209344998, 40.741826451146054 ], [ -111.62382468894515, 40.741762242336868 ], [ -111.62400183751114, 40.741707233347071 ], [ -111.62419032406987, 40.741598111387269 ], [ -111.62426003782853, 40.74145359732821 ], [ -111.62439929597338, 40.741146552862368 ], [ -111.62446909306668, 40.741011046781288 ], [ -111.62453813157094, 40.740794467677098 ], [ -111.62452485583948, 40.740641393907723 ], [ -111.62457071267256, 40.74047899159595 ], [ -111.62467452179474, 40.740181147140021 ], [ -111.62468476388267, 40.740009928955033 ], [ -111.62465922340513, 40.739811878729313 ], [ -111.6246217556258, 40.739604884472556 ], [ -111.62453742096595, 40.739452195204962 ], [ -111.6243465826492, 40.739309090604742 ], [ -111.62403832417678, 40.73927472340727 ], [ -111.62367093448408, 40.739249683484445 ], [ -111.62339786960601, 40.739179090129973 ], [ -111.6230646651686, 40.739009726544722 ], [ -111.62279092977714, 40.738867066821975 ], [ -111.62264772101359, 40.738750728080575 ], [ -111.62252803084702, 40.738616245173432 ], [ -111.62221767803793, 40.738356670170887 ], [ -111.62201534048441, 40.738249657941779 ], [ -111.62184794520411, 40.738079397114205 ], [ -111.62174001689479, 40.737935841429255 ], [ -111.6216551039447, 40.737720093118064 ], [ -111.62174733076648, 40.737449339231276 ], [ -111.62181696173391, 40.737295818418204 ], [ -111.62189709292321, 40.736998103843426 ], [ -111.62198915000027, 40.736709333504564 ], [ -111.62196328331081, 40.73647525002152 ], [ -111.62191322827147, 40.736187245421419 ], [ -111.62187602281736, 40.736007274429717 ], [ -111.6218981141115, 40.735835992514282 ], [ -111.62203804299216, 40.735601015577714 ], [ -111.62224810234443, 40.735266566093408 ], [ -111.62234082714988, 40.735049860390667 ], [ -111.62238676958609, 40.734896466900871 ], [ -111.62246672756898, 40.734580735602229 ], [ -111.62260639993596, 40.734318733592026 ], [ -111.62274665918136, 40.734119788266504 ], [ -111.62293386626224, 40.733875546518753 ], [ -111.62297980655957, 40.733722152777624 ], [ -111.62313148535129, 40.733478102450029 ], [ -111.62322420487155, 40.733261396009716 ], [ -111.62330567023365, 40.733107810302734 ], [ -111.62332884990292, 40.733053633663516 ], [ -111.6233985568465, 40.732909119963018 ], [ -111.62342013881803, 40.73268378895947 ], [ -111.62345305807257, 40.732404345237974 ], [ -111.62347438745664, 40.732151989834314 ], [ -111.62347051948414, 40.731737616101938 ], [ -111.62339703048295, 40.731476764232944 ], [ -111.62330011083014, 40.73124306457396 ], [ -111.62319168637381, 40.731045461260649 ], [ -111.62300028702495, 40.730839297141138 ], [ -111.62284483367559, 40.730677981636312 ], [ -111.62276068256432, 40.730543306978902 ], [ -111.62275917081853, 40.730381160672046 ], [ -111.62274615348342, 40.730255110763316 ], [ -111.62262597475997, 40.730066578877334 ], [ -111.62228114436549, 40.729915292551141 ], [ -111.62189003996538, 40.729881366085593 ], [ -111.62164111743941, 40.729855681219995 ], [ -111.62136842836371, 40.729821115179348 ], [ -111.62072890535173, 40.729815547569743 ], [ -111.62050375009387, 40.729798741015287 ], [ -111.62018369596552, 40.729764426789281 ], [ -111.61991092437438, 40.72972084916249 ], [ -111.61964991101314, 40.729668199184331 ], [ -111.61922270042368, 40.729571397415555 ], [ -111.61878331585578, 40.729438624990031 ], [ -111.61839254945298, 40.729440719185199 ], [ -111.61809643091802, 40.729433296678316 ], [ -111.6180133743888, 40.729415724242997 ], [ -111.61775219705019, 40.729345053674635 ], [ -111.61753813594009, 40.729247104692966 ], [ -111.61739545663329, 40.729184807860953 ], [ -111.61674268450672, 40.729026143073384 ], [ -111.61622083464624, 40.728938844389553 ], [ -111.61562719109816, 40.728770849007361 ], [ -111.61524636141182, 40.728565682067305 ], [ -111.61502079693388, 40.728503824052169 ], [ -111.61468891040242, 40.728469557609543 ], [ -111.61423803200776, 40.728372863379661 ], [ -111.61383451974032, 40.728275915501769 ], [ -111.61363214342714, 40.72815987992584 ], [ -111.61346553950193, 40.72807067963678 ], [ -111.6133458871123, 40.72793618668836 ], [ -111.61340335582045, 40.727746700957688 ], [ -111.61364986780222, 40.727511167384108 ], [ -111.61381481514391, 40.72742020446421 ], [ -111.61395525205725, 40.727239285797019 ], [ -111.61406049644275, 40.72709458853614 ], [ -111.61414222405259, 40.726968033480475 ], [ -111.61420026944428, 40.726841604382919 ], [ -111.61425872876161, 40.726760215997281 ], [ -111.6143753984399, 40.726570414691317 ], [ -111.61443244884016, 40.726335887689089 ], [ -111.61444188700102, 40.726074588338015 ], [ -111.61442838919487, 40.725894488381428 ], [ -111.61443849012792, 40.725705254209664 ], [ -111.61464648528764, 40.725145614181358 ], [ -111.61478658365304, 40.724928661880433 ], [ -111.61492601781465, 40.724639644203471 ], [ -111.61504301367114, 40.724485874796592 ], [ -111.61526649060971, 40.724322529150264 ], [ -111.61541950443477, 40.724222618921736 ], [ -111.61567775384023, 40.723978009739263 ], [ -111.61587779581288, 40.723841813676934 ], [ -111.61600671154031, 40.723696988272572 ], [ -111.61611202904376, 40.723561297275324 ], [ -111.61624061138228, 40.723380439008608 ], [ -111.6163569372184, 40.723154603069979 ], [ -111.61637970366891, 40.723055386964312 ], [ -111.61639046358179, 40.722938217778797 ], [ -111.61631792631914, 40.722776450398825 ], [ -111.61593787632556, 40.722652358662295 ], [ -111.61567614660146, 40.722518626039758 ], [ -111.61543826419656, 40.722402782865267 ], [ -111.61524790909456, 40.722304703074514 ], [ -111.61515227560481, 40.722206118212291 ], [ -111.61509249445152, 40.722143376611996 ], [ -111.61498502131981, 40.722044854697032 ], [ -111.61480476733786, 40.721757539819457 ], [ -111.61475425766425, 40.721415482144572 ], [ -111.61466996895334, 40.721262784858375 ], [ -111.6146683116002, 40.721082621728961 ], [ -111.61470200822492, 40.720884253132567 ], [ -111.6147361190333, 40.720730925306412 ], [ -111.61474737876657, 40.720667805151969 ], [ -111.61476973241277, 40.72052354852358 ], [ -111.61474398085215, 40.720298470697728 ], [ -111.61480119063972, 40.720081959623045 ], [ -111.61489449947777, 40.719928316418546 ], [ -111.6149876420772, 40.719756656821353 ], [ -111.61490327208024, 40.719594951492027 ], [ -111.61486742151206, 40.719559108061986 ], [ -111.61464081072107, 40.719380142918183 ], [ -111.61441569204605, 40.71936332419267 ], [ -111.61417807148314, 40.719274502741492 ], [ -111.61390576033952, 40.719275951309925 ], [ -111.61360877731445, 40.719169427176539 ], [ -111.61333613584162, 40.719134841751412 ], [ -111.61327693788297, 40.719135156279592 ], [ -111.61303998075493, 40.719118397763893 ], [ -111.6128394512659, 40.719200539983511 ], [ -111.61263834316246, 40.719219624716793 ], [ -111.61259098472937, 40.719219876055917 ], [ -111.61248451082017, 40.719229449661121 ], [ -111.6123424354941, 40.719230203431017 ], [ -111.6120692168117, 40.719132557864242 ], [ -111.61191422971304, 40.71901626774789 ], [ -111.61178267484499, 40.71887282742675 ], [ -111.61178061306057, 40.718647623298828 ], [ -111.61157653833928, 40.718342412208415 ], [ -111.61158590448785, 40.718072104491306 ], [ -111.61177409797503, 40.717935978196088 ], [ -111.61186699846834, 40.717737296520433 ], [ -111.61178296847771, 40.717611621448889 ], [ -111.61152085465929, 40.717432838249131 ], [ -111.61116386336914, 40.71723653960855 ], [ -111.61065321116968, 40.717068078654712 ], [ -111.61034440386862, 40.716961608604478 ], [ -111.61009405337354, 40.71677375132851 ], [ -111.60997368824511, 40.716558180885244 ], [ -111.60973402878081, 40.716244145825058 ], [ -111.60950752512136, 40.716074178494999 ], [ -111.60924534128655, 40.715886381820155 ], [ -111.60889971145822, 40.715635964485124 ], [ -111.60835134628428, 40.715224459766851 ], [ -111.60810108987076, 40.715045606202459 ], [ -111.60792186788106, 40.714866378014214 ], [ -111.60760041726786, 40.714669881043697 ], [ -111.60724222449842, 40.714338447304037 ], [ -111.60718221233557, 40.714248676878917 ], [ -111.60713403905889, 40.714158844154333 ], [ -111.6068940744151, 40.71380877018759 ], [ -111.60676139572264, 40.713539209323557 ], [ -111.60660610383088, 40.713386879081 ], [ -111.60651016894597, 40.713252253994945 ], [ -111.60641398925529, 40.713090604274392 ], [ -111.60625845407432, 40.71291124898908 ], [ -111.60619852623333, 40.7128304861956 ], [ -111.6076546602952, 40.7128228302591 ], [ -111.62728315685183, 40.712753870956419 ], [ -111.64685229042328, 40.712672897851938 ], [ -111.65920006696696, 40.711440935878578 ], [ -111.66369434695957, 40.710991779369458 ], [ -111.68277830726936, 40.710988582199043 ], [ -111.70183854528729, 40.710982373908031 ], [ -111.72095802066154, 40.710981656705272 ], [ -111.73884601443264, 40.710958635346536 ], [ -111.7590095690397, 40.711161133148764 ], [ -111.77556056980731, 40.711204264839743 ], [ -111.77471773594176, 40.637563886123473 ], [ -111.77702850070713, 40.637239813265211 ], [ -111.77743002043475, 40.637171887978752 ], [ -111.77934083518977, 40.635995086557287 ], [ -111.78034232389059, 40.635131417608413 ], [ -111.78061857634314, 40.633599605862599 ], [ -111.78234103063173, 40.632447089805773 ], [ -111.78419200113247, 40.632035991074481 ], [ -111.78648092183992, 40.631079738169809 ], [ -111.79121120374235, 40.631119495429374 ], [ -111.7959177340138, 40.63115021390513 ], [ -111.79622514690142, 40.631148094752199 ], [ -111.80006845035024, 40.631175583925597 ], [ -111.80016303887466, 40.631174928565798 ], [ -111.80038779417012, 40.631182379711753 ], [ -111.80051785339344, 40.631181478212291 ], [ -111.80306013469145, 40.631181844450516 ], [ -111.8052122378957, 40.631184875955476 ], [ -111.80618187737578, 40.631187119584929 ], [ -111.80684399610219, 40.631182495389091 ], [ -111.80674083666848, 40.631453476469808 ], [ -111.80685332126619, 40.631957176598846 ], [ -111.80662280978804, 40.632454264208505 ], [ -111.80636180849423, 40.633365963342762 ], [ -111.80617284224255, 40.633385300036615 ], [ -111.80613094928182, 40.634817971812495 ], [ -111.80592266330389, 40.63519778991428 ], [ -111.80588849033381, 40.635306132481311 ], [ -111.8064319638743, 40.636248249069276 ], [ -111.80676543389404, 40.636444110595569 ], [ -111.80699194291724, 40.636595675316592 ], [ -111.80719469540908, 40.636738396977826 ], [ -111.80761191900106, 40.637014748589692 ], [ -111.80878138095073, 40.637889413396117 ], [ -111.80906702316166, 40.638040559810669 ], [ -111.80914729480612, 40.63783279800866 ], [ -111.80925143287274, 40.637642886230964 ], [ -111.80936695983023, 40.637416859856685 ], [ -111.80947087903168, 40.63720893206667 ], [ -111.80961016247035, 40.636991747575642 ], [ -111.80972634015862, 40.636819768278279 ], [ -111.80990109545986, 40.636602334693087 ], [ -111.81009971632052, 40.636402750759466 ], [ -111.81026275382462, 40.636194407489597 ], [ -111.81044998375569, 40.636030937552697 ], [ -111.81073071797255, 40.635776724180083 ], [ -111.81103542569551, 40.635549367762884 ], [ -111.81129359760013, 40.635385398183708 ], [ -111.81152801067134, 40.63521258632256 ], [ -111.81188066466429, 40.635038942743265 ], [ -111.81208047564326, 40.634938442398102 ], [ -111.81260030328411, 40.634898750960886 ], [ -111.81368725327911, 40.63481902783063 ], [ -111.8150816284428, 40.634737124989833 ], [ -111.81545978202165, 40.634716437915408 ], [ -111.81761056688097, 40.634602134629553 ], [ -111.81952596335267, 40.634579548727935 ], [ -111.82782580820729, 40.634466296380154 ], [ -111.82855878875834, 40.634452030910531 ], [ -111.83415749792158, 40.63298835527204 ], [ -111.83415682527736, 40.63293430812859 ], [ -111.8390119792795, 40.631601887285655 ], [ -111.83986045129662, 40.631370502983806 ], [ -111.84041434784262, 40.631222334622947 ], [ -111.84061466875316, 40.631166824599525 ], [ -111.84080327888614, 40.631120408162133 ], [ -111.84120414518986, 40.631027402119727 ], [ -111.84141640132535, 40.630980812432945 ], [ -111.84181749216739, 40.630905819962251 ], [ -111.84201815039887, 40.630877331049852 ], [ -111.84223051865328, 40.630839747717928 ], [ -111.8424311764996, 40.630811258091207 ], [ -111.84263194740714, 40.63079177595845 ], [ -111.84284442829379, 40.630763199343939 ], [ -111.84305702228727, 40.630743630180284 ], [ -111.84325790611346, 40.630733154802748 ], [ -111.84347049987801, 40.630713584879928 ], [ -111.84367138353727, 40.630703108784573 ], [ -111.84388409047833, 40.630692545940917 ], [ -111.84409691077967, 40.630690990543961 ], [ -111.84429779425464, 40.630680513360481 ], [ -111.84451061449509, 40.630678957201546 ], [ -111.84472354823714, 40.630686408486895 ], [ -111.84506653883984, 40.630692907720174 ], [ -111.84779795848745, 40.630690904712608 ], [ -111.84851918202766, 40.630685607616094 ], [ -111.84924029125096, 40.630671298190244 ], [ -111.84996128586666, 40.630647976440038 ], [ -111.85067022795097, 40.630606721643055 ], [ -111.85139099239285, 40.630565375334314 ], [ -111.85244234990623, 40.630485550008274 ], [ -111.85305647298051, 40.630426963124002 ], [ -111.85507618400457, 40.630249869896275 ], [ -111.85578488818285, 40.630190568145821 ], [ -111.85722639973632, 40.630107807337552 ], [ -111.85794726935379, 40.630075428004794 ], [ -111.8593894682093, 40.630046687071754 ], [ -111.86603409213802, 40.629997047656381 ], [ -111.86602906662657, 40.631438470788105 ], [ -111.86600704913921, 40.631564757113573 ], [ -111.86600400210993, 40.633159312167351 ], [ -111.86600079112728, 40.633825976701665 ], [ -111.86592984811644, 40.63382650869913 ], [ -111.86591118246081, 40.636042777208175 ], [ -111.86592626559684, 40.636294906325659 ], [ -111.86597717100324, 40.636573792749338 ], [ -111.86597786939431, 40.636627839412256 ], [ -111.86593045568422, 40.6366191863155 ], [ -111.86595361878635, 40.638411733701062 ], [ -111.8660010337717, 40.638420386772658 ], [ -111.8659784321363, 40.638501634094638 ], [ -111.8659675387168, 40.638573784963164 ], [ -111.86596991568459, 40.639672821972972 ], [ -111.86596589030621, 40.640276431367596 ], [ -111.86595132041072, 40.640979214853019 ], [ -111.86594303676596, 40.642168417776148 ], [ -111.86594862482957, 40.642600790648721 ], [ -111.86594215471443, 40.643015236634781 ], [ -111.86593312331692, 40.643231511723833 ], [ -111.86594022502018, 40.643780985477001 ], [ -111.86592833250394, 40.64469094713661 ], [ -111.86592856535427, 40.644708962665803 ], [ -111.86592617008472, 40.645438680233461 ], [ -111.86592098058465, 40.645952211410567 ], [ -111.86591497606068, 40.646402688209548 ], [ -111.86591974974871, 40.646772006438027 ], [ -111.86590248496414, 40.649096363152708 ], [ -111.86589578176248, 40.649492793168832 ], [ -111.86589682972857, 40.64957386298282 ], [ -111.86571943050691, 40.649575193157304 ], [ -111.86524624950451, 40.649569731198504 ], [ -111.86506873393374, 40.649562052614407 ], [ -111.86448922974125, 40.649566392685557 ], [ -111.86445386613551, 40.649575666070213 ], [ -111.86445758606304, 40.649863914398097 ], [ -111.86407913259339, 40.649866747074007 ], [ -111.86408110796187, 40.650019879007424 ], [ -111.86389199694759, 40.65003030264905 ], [ -111.86391009716431, 40.650516633242539 ], [ -111.86390861025291, 40.651318412339464 ], [ -111.86363682316977, 40.651338462736469 ], [ -111.86257332699975, 40.651418481244527 ], [ -111.86261496849295, 40.653733387260964 ], [ -111.86336009200815, 40.653727818260627 ], [ -111.86337507151434, 40.654889818739576 ], [ -111.86584703058993, 40.654871308619121 ], [ -111.8659068959108, 40.659501289642016 ], [ -111.86499886919826, 40.661553051097442 ], [ -111.86482632475726, 40.661932705316538 ], [ -111.86453886272592, 40.662574469504541 ], [ -111.86486010765388, 40.665463827001751 ], [ -111.86488667576479, 40.665688843140479 ], [ -111.86499818769219, 40.666994255480176 ], [ -111.86500156306887, 40.667255479699925 ], [ -111.86528130822762, 40.669676697357303 ], [ -111.86520047636562, 40.66983044931046 ], [ -111.86531696255473, 40.67060431583873 ], [ -111.86622789788102, 40.670597484998304 ], [ -111.86709221173194, 40.670645048698866 ], [ -111.86751751994349, 40.670596810801761 ], [ -111.86787184563686, 40.670549104928845 ], [ -111.86731621290697, 40.669670437590959 ], [ -111.86796698840955, 40.669674555698933 ], [ -111.86797114299449, 40.668170088285372 ], [ -111.86798490857051, 40.666494384769749 ], [ -111.86806175888609, 40.666034368205565 ], [ -111.87174162739609, 40.669709177623467 ], [ -111.87179586976811, 40.670240275275901 ], [ -111.87169187874271, 40.671340109124159 ], [ -111.87168145600788, 40.67144829095254 ], [ -111.8717060921021, 40.673339909523918 ], [ -111.87058216639569, 40.673348389938219 ], [ -111.87058462695813, 40.673537551816757 ], [ -111.87038350279195, 40.673539068220748 ], [ -111.87038162918077, 40.674304812611048 ], [ -111.87419155146166, 40.674303053329339 ], [ -111.87418961651868, 40.673249062927781 ], [ -111.87382286260754, 40.673251839306765 ], [ -111.87382622585683, 40.672603195254943 ], [ -111.87379073388411, 40.672603463872491 ], [ -111.8737872059742, 40.672333232802373 ], [ -111.87302992933738, 40.672329952952772 ], [ -111.87303353536832, 40.671699324153565 ], [ -111.87206331680852, 40.671697647939567 ], [ -111.87205991334491, 40.671436424410622 ], [ -111.87303001062769, 40.671429092986436 ], [ -111.87302930568531, 40.671375046751436 ], [ -111.87336055806684, 40.6713725414766 ], [ -111.87336153510765, 40.669633875154361 ], [ -111.87304212146546, 40.669636290889585 ], [ -111.87307753969711, 40.66781628620317 ], [ -111.87308486939877, 40.666564035283912 ], [ -111.87325071869002, 40.666580798232651 ], [ -111.87330986666448, 40.666580350861601 ], [ -111.87392629902304, 40.666674781229524 ], [ -111.87534144247422, 40.667231602879404 ], [ -111.87495807001942, 40.668675884579585 ], [ -111.87519537582909, 40.668728137568699 ], [ -111.87576498196027, 40.668858947356888 ], [ -111.87603219690513, 40.669388427369064 ], [ -111.87628168990065, 40.669467611426171 ], [ -111.8767805596511, 40.669616970201773 ], [ -111.87716419918735, 40.670001425785905 ], [ -111.87740151135651, 40.670053674162148 ], [ -111.87767443261022, 40.67011465995612 ], [ -111.8782949219558, 40.670515328185346 ], [ -111.87841405217597, 40.670577482033288 ], [ -111.87897681791731, 40.671086688813695 ], [ -111.87931209172973, 40.671390427983333 ], [ -111.88074641755247, 40.671595701393159 ], [ -111.88085988585443, 40.67212634259797 ], [ -111.88057206217577, 40.672732113704505 ], [ -111.88030671012928, 40.673247626820718 ], [ -111.88044867913581, 40.673246544259349 ], [ -111.88066246230822, 40.673307973881485 ], [ -111.88084395441754, 40.67361288135222 ], [ -111.88058746904755, 40.673903112705879 ], [ -111.88073382533877, 40.674235314059061 ], [ -111.88078233449069, 40.674325029868754 ], [ -111.88083096232728, 40.674423753337599 ], [ -111.88085545413472, 40.674486626586372 ], [ -111.88103339297203, 40.674521303206909 ], [ -111.8813666768478, 40.67467190538148 ], [ -111.88198438163145, 40.674856368497572 ], [ -111.88228336362229, 40.675097315897183 ], [ -111.88252283584833, 40.675311691660418 ], [ -111.88290250081667, 40.675389866137991 ], [ -111.88281058478638, 40.675597766451311 ], [ -111.88226366414503, 40.676295608147676 ], [ -111.88210099446843, 40.676522065702812 ], [ -111.88189432200905, 40.677001099465116 ], [ -111.88288440996364, 40.677606115859895 ], [ -111.88315903122469, 40.677793195641719 ], [ -111.88386542063009, 40.678418390477773 ], [ -111.88411233820005, 40.678299388339283 ], [ -111.88418487525745, 40.678415944369377 ], [ -111.88443500670716, 40.678540148570384 ], [ -111.8844946413258, 40.678575726028775 ], [ -111.88457746308028, 40.678575091484021 ], [ -111.88474203471273, 40.678492753219075 ], [ -111.88494436422792, 40.678581288309012 ], [ -111.8852164928294, 40.678579202093005 ], [ -111.88612777041928, 40.678590228463186 ], [ -111.88623425550776, 40.6785894111026 ], [ -111.88669228248456, 40.678578687386519 ], [ -111.88738168894675, 40.678562580219797 ], [ -111.88747622282312, 40.678552844994698 ], [ -111.88762979550374, 40.678533647217137 ], [ -111.88801952309274, 40.678476598721872 ], [ -111.88809111073049, 40.678521090955094 ], [ -111.88845944686891, 40.678635368499542 ], [ -111.88852890570867, 40.678608618993316 ], [ -111.88931108806685, 40.678610794345872 ], [ -111.88934780065756, 40.679592446379409 ], [ -111.89066209414706, 40.679654383106829 ], [ -111.89122058207938, 40.679758536438641 ], [ -111.89146809992388, 40.679756265109596 ], [ -111.89206581762866, 40.680211085461828 ], [ -111.89274300251883, 40.680413048144587 ], [ -111.89363256612141, 40.680568320260377 ], [ -111.89383431179836, 40.680611801343325 ], [ -111.89407155378068, 40.680655007185393 ], [ -111.89415413714865, 40.680636350464042 ], [ -111.89427209610872, 40.680608411097523 ], [ -111.89444897415461, 40.680561998003739 ], [ -111.89462573151557, 40.680506577002085 ], [ -111.8948018862867, 40.680406117538467 ], [ -111.89451891322068, 40.679597538812615 ], [ -111.89467236566549, 40.679569324025351 ], [ -111.89495777509858, 40.67967521479703 ], [ -111.89512402334931, 40.679718968804551 ], [ -111.89529039233514, 40.679771730208643 ], [ -111.89537345639229, 40.679789103181207 ], [ -111.89543285676797, 40.679806659632241 ], [ -111.89551604145591, 40.679833040139307 ], [ -111.89576282244258, 40.679705005636315 ], [ -111.89576041075708, 40.679524852882587 ], [ -111.89685267979955, 40.679795638723803 ], [ -111.896995145064, 40.679830566210157 ], [ -111.89705454588699, 40.67984812182177 ], [ -111.89712565783859, 40.67985657782733 ], [ -111.89723178227382, 40.679828727401556 ], [ -111.8976102809301, 40.679816776666357 ], [ -111.89787204565278, 40.680805684036365 ], [ -111.8980919137026, 40.681317462372391 ], [ -111.89973367088716, 40.681088473610409 ], [ -111.89974481463982, 40.681917175102193 ], [ -111.90069127089225, 40.681900786484093 ], [ -111.90069175592311, 40.681936816971692 ], [ -111.90067815580387, 40.682684634162065 ], [ -111.90051310903125, 40.682730964503243 ], [ -111.90051577626222, 40.682929132163359 ], [ -111.89984145066285, 40.682943398622321 ], [ -111.89971129423508, 40.682944413032381 ], [ -111.89971169609474, 40.683854275068796 ], [ -111.89975914748969, 40.683862913823639 ], [ -111.89984197544405, 40.683862268260668 ], [ -111.90016121228227, 40.683841762435179 ], [ -111.90042116490169, 40.683812709558538 ], [ -111.90068135981352, 40.683801671336752 ], [ -111.90115174996197, 40.683581794997671 ], [ -111.90206897750551, 40.683151229170669 ], [ -111.903015085565, 40.683107798479064 ], [ -111.90302529810927, 40.683864438027626 ], [ -111.90550964573207, 40.683808944572938 ], [ -111.90597123660208, 40.683814331734006 ], [ -111.90695345902932, 40.68381562814708 ], [ -111.90709544942446, 40.683814512584732 ], [ -111.9074268824881, 40.683820916529115 ], [ -111.90788835121916, 40.683817288420499 ], [ -111.90789113841498, 40.683150632854186 ], [ -111.90787380568068, 40.682745383795684 ], [ -111.90787111667524, 40.682547216531781 ], [ -111.91048605493827, 40.682526623332663 ], [ -111.91049335179379, 40.682193248934823 ], [ -111.91071816424382, 40.682191475712173 ], [ -111.91256558917031, 40.682293998765047 ], [ -111.91227645688414, 40.681917924206736 ], [ -111.9125002016297, 40.680970256715483 ], [ -111.91197828848448, 40.680010464156453 ], [ -111.91172356031737, 40.679553039149546 ], [ -111.91208154988411, 40.678036772014778 ], [ -111.91185913173059, 40.677344869043438 ], [ -111.91128803649522, 40.677115155421497 ], [ -111.91068096093372, 40.676849688484936 ], [ -111.91059765162979, 40.676814311310714 ], [ -111.91054971368251, 40.676769646540457 ], [ -111.91022610358763, 40.676465906891963 ], [ -111.90951716584054, 40.675669730967734 ], [ -111.90945715354229, 40.675607143701754 ], [ -111.90835209525541, 40.675264508915788 ], [ -111.90815023456406, 40.675212045478446 ], [ -111.90811960554485, 40.674698797585641 ], [ -111.90808971039016, 40.67423959532784 ], [ -111.90850278159783, 40.673290444973333 ], [ -111.90852277470051, 40.673020030296414 ], [ -111.90854252311162, 40.672731600371733 ], [ -111.9085295920849, 40.672650624917885 ], [ -111.90852005496744, 40.671948030755338 ], [ -111.90844222596728, 40.67144416265873 ], [ -111.90834636080649, 40.67135483111187 ], [ -111.90830854731932, 40.671183965560644 ], [ -111.90789251094057, 40.670169268052518 ], [ -111.90795787114733, 40.669754359232464 ], [ -111.90809665442511, 40.669519044560793 ], [ -111.90817262063761, 40.669013966311866 ], [ -111.90821676270201, 40.668779395875774 ], [ -111.90869527571567, 40.66742434285127 ], [ -111.90871783449525, 40.667343088018697 ], [ -111.90849218804755, 40.666407970627617 ], [ -111.90832009821443, 40.66593186938649 ], [ -111.90824301176707, 40.665482046317386 ], [ -111.90832471685492, 40.66540032625101 ], [ -111.90835800474505, 40.665237909740235 ], [ -111.90890639715219, 40.664675061393154 ], [ -111.90933979327707, 40.664356348138838 ], [ -111.90989975440557, 40.663775386734251 ], [ -111.91020657314094, 40.663718916829815 ], [ -111.91044254007875, 40.663672013418747 ], [ -111.91060777799035, 40.663643684558828 ], [ -111.91097386277796, 40.663595753773286 ], [ -111.91100947218347, 40.663604481401876 ], [ -111.91182714156112, 40.663706129948658 ], [ -111.91309263020493, 40.662813286973666 ], [ -111.91336198924323, 40.662612967450897 ], [ -111.91352574841864, 40.662476543006179 ], [ -111.91394998456626, 40.662356073944572 ], [ -111.91458602827221, 40.662152848410102 ], [ -111.91480978858931, 40.662079006996024 ], [ -111.91567020133201, 40.66184697178759 ], [ -111.91658100503437, 40.661839744974245 ], [ -111.91687474687178, 40.661693275253711 ], [ -111.917251534157, 40.661564162264177 ], [ -111.91846811308476, 40.660563545774565 ], [ -111.9185383419955, 40.660508935534907 ], [ -111.91964669684202, 40.659383047135485 ], [ -111.92117010871056, 40.658334914734226 ], [ -111.921334213268, 40.658225502222201 ], [ -111.92250641707663, 40.655729769704827 ], [ -111.92256071529113, 40.655378000481356 ], [ -111.92331074794754, 40.654011706547053 ], [ -111.92331351002444, 40.653354056489 ], [ -111.92341908454509, 40.653290151998689 ], [ -111.92590302014283, 40.653288277533534 ], [ -111.92699410304985, 40.653495729542847 ], [ -111.92705311391299, 40.653486247167073 ], [ -111.92708847054814, 40.653476954687179 ], [ -111.92753690254295, 40.653401284475095 ], [ -111.92929601385204, 40.653161925042312 ], [ -111.92934852469807, 40.65268404654784 ], [ -111.92927656313596, 40.652612556909965 ], [ -111.92911993887037, 40.652406619485014 ], [ -111.92911706493032, 40.65219944476042 ], [ -111.92919760369033, 40.652036641818896 ], [ -111.9292666901661, 40.651900956794208 ], [ -111.92973488656655, 40.651545852307279 ], [ -111.92980272104154, 40.651320091002795 ], [ -111.92946582318008, 40.650908407631064 ], [ -111.9292501943449, 40.650711953868424 ], [ -111.92923761795778, 40.650658003451966 ], [ -111.9290917005813, 40.650370902295457 ], [ -111.92911385434608, 40.650262620773091 ], [ -111.92916798895607, 40.649901840940359 ], [ -111.92908095579538, 40.649596248658263 ], [ -111.92898372108876, 40.649407850256082 ], [ -111.92873049642937, 40.649058551600135 ], [ -111.92922695190379, 40.649036540228536 ], [ -111.92946368089855, 40.648196834396266 ], [ -111.92935662057013, 40.648152653088225 ], [ -111.92921470667244, 40.64815379520693 ], [ -111.92920571052159, 40.647505247755902 ], [ -111.92952101412099, 40.647214434492533 ], [ -111.92963864902764, 40.647168444426441 ], [ -111.92977956066038, 40.64709524098447 ], [ -111.92992147229302, 40.647094098195993 ], [ -111.93036998338206, 40.647027425003394 ], [ -111.93069948326151, 40.646907657723034 ], [ -111.93091047249231, 40.646770827775406 ], [ -111.93098067686421, 40.646716210107876 ], [ -111.93153035664795, 40.646270355061297 ], [ -111.93169303681395, 40.646061844509333 ], [ -111.93176073418294, 40.645827074375546 ], [ -111.9321238677894, 40.64472509293693 ], [ -111.93103703688675, 40.643112310607762 ], [ -111.93097653377951, 40.643013703653104 ], [ -111.92990043622171, 40.643022374565845 ], [ -111.92984043489864, 40.642959797432937 ], [ -111.92979250892316, 40.642915140268599 ], [ -111.92962445606389, 40.642736321002637 ], [ -111.92949312923025, 40.642647292030837 ], [ -111.92951590484832, 40.642584048377898 ], [ -111.92939390466785, 40.642314771868968 ], [ -111.93002333421794, 40.641652075005972 ], [ -111.93020553140352, 40.641146124801317 ], [ -111.92991098245929, 40.640373755932224 ], [ -111.92977841004557, 40.640194651064547 ], [ -111.92940934392138, 40.640017449745798 ], [ -111.9298436086697, 40.639779729522253 ], [ -111.92978348537243, 40.639708144677861 ], [ -111.9296629892239, 40.639546959657771 ], [ -111.92961456599281, 40.639466271903558 ], [ -111.9295657976749, 40.639377749404666 ], [ -111.92951759493457, 40.639295888710961 ], [ -111.92948087169965, 40.63920609809329 ], [ -111.92944427350486, 40.639125315077997 ], [ -111.92940755046556, 40.639035524432288 ], [ -111.92930795725547, 40.638675981075082 ], [ -111.92929488359506, 40.638586000058517 ], [ -111.92928289180325, 40.637721268689674 ], [ -111.92698872401543, 40.637721690975397 ], [ -111.92699892847966, 40.637604496927949 ], [ -111.92711355755674, 40.63734232651943 ], [ -111.92719371014728, 40.637152501826854 ], [ -111.92753684219609, 40.636311943908922 ], [ -111.92754654684599, 40.63615871929369 ], [ -111.92705465838755, 40.635649177495999 ], [ -111.92698259329178, 40.635568678364479 ], [ -111.92670727953264, 40.635327655137004 ], [ -111.92665886298198, 40.635246966012616 ], [ -111.92647129382277, 40.634509763399734 ], [ -111.92694846835788, 40.633956407568306 ], [ -111.92708312554539, 40.633432825961265 ], [ -111.92717559572529, 40.633278936807436 ], [ -111.92717223130182, 40.6330357307531 ], [ -111.92721678380023, 40.632837183117417 ], [ -111.92716799467884, 40.632729471262309 ], [ -111.92740818556832, 40.632141981371262 ], [ -111.9273595212963, 40.632043277214933 ], [ -111.92736910128887, 40.631881044871669 ], [ -111.92702086875087, 40.631496469611676 ], [ -111.92697208095939, 40.631388757634909 ], [ -111.92815452618559, 40.631388268461599 ], [ -111.92921861429113, 40.631379710986771 ], [ -111.93559547083434, 40.631338312027538 ], [ -111.93580425291415, 40.631335539269216 ], [ -111.93583972241993, 40.631335251828858 ], [ -111.93587531769471, 40.631343971989807 ], [ -111.93775469690513, 40.631292691053062 ], [ -111.93845276738548, 40.631323054706542 ], [ -111.93880952663447, 40.631332496718642 ], [ -111.93897323863234, 40.631336841102346 ], [ -111.94358464639407, 40.631326278777991 ], [ -111.94458974008245, 40.631327070304216 ], [ -111.94602021215036, 40.631306351823767 ], [ -111.9461623439956, 40.631323204618603 ], [ -111.94834987719568, 40.631323277744762 ], [ -111.95072657945418, 40.631321752155436 ], [ -111.95782056701007, 40.631272138306407 ], [ -111.95939316536277, 40.63126809245194 ], [ -111.96561222507019, 40.631225265478356 ], [ -111.96738581145175, 40.631219429943656 ], [ -111.97691568744114, 40.631175236962612 ], [ -111.9773532696862, 40.631180542894612 ], [ -111.98382083724927, 40.631152648813689 ], [ -111.98650478248085, 40.631138760098231 ], [ -111.99126969612655, 40.631115973085194 ], [ -111.99152993397352, 40.63112274748994 ], [ -111.99981833561591, 40.631087317153252 ], [ -112.004807864588, 40.631062026431273 ], [ -112.00541083132404, 40.631056778219339 ], [ -112.00541258778459, 40.63117387476926 ], [ -112.00540373734853, 40.631372141093372 ], [ -112.02465386658696, 40.631365088876599 ], [ -112.03106226294962, 40.631335073289087 ], [ -112.05331427513494, 40.631233339842879 ], [ -112.05430738412483, 40.631224276902827 ], [ -112.06189798741576, 40.631181749943657 ], [ -112.06313951205286, 40.631179334942878 ], [ -112.06730152229174, 40.631167967576488 ], [ -112.08217539967086, 40.631092595016455 ], [ -112.19647867337062, 40.630280115417847 ], [ -112.19646210369571, 40.630676661780846 ], [ -112.19646290760051, 40.630721696026377 ], [ -112.1963415463108, 40.631209413238821 ], [ -112.19630768751109, 40.631299849169288 ], [ -112.19628549003762, 40.631381155764174 ], [ -112.19616316189102, 40.631814831680778 ], [ -112.19595091451876, 40.632510685652996 ], [ -112.1957950434081, 40.633052810662321 ], [ -112.19555641190229, 40.633595792334845 ], [ -112.19490655277552, 40.634287165840576 ], [ -112.1943849655275, 40.63487811531509 ], [ -112.19426898467219, 40.635005434065846 ], [ -112.19429407494351, 40.635086251148309 ], [ -112.19416964117677, 40.635402835919528 ], [ -112.19414952632778, 40.635601231141138 ], [ -112.19418932871005, 40.635844049243502 ], [ -112.19432162869829, 40.635968800029104 ], [ -112.19437148914662, 40.636112420430344 ], [ -112.19478294630601, 40.636639665660937 ], [ -112.1951346514508, 40.637131493798442 ], [ -112.19527691667525, 40.637814667636974 ], [ -112.19528960919692, 40.638526208099186 ], [ -112.19508963864486, 40.639248958246711 ], [ -112.1950470029238, 40.639510646100398 ], [ -112.19515887775491, 40.639815777253204 ], [ -112.19543966035594, 40.640308338205479 ], [ -112.19605038912609, 40.640734421656511 ], [ -112.19662549309606, 40.641151862519081 ], [ -112.1969832672563, 40.641319315668518 ], [ -112.19717566878467, 40.641497490937958 ], [ -112.19735914470613, 40.641837911399534 ], [ -112.19746790310646, 40.642629531298773 ], [ -112.19762106331896, 40.643258537526179 ], [ -112.19802318265191, 40.643920994591575 ], [ -112.19804966445732, 40.644740492758999 ], [ -112.19799666239861, 40.64508336542896 ], [ -112.19807147580305, 40.64529879299522 ], [ -112.19808716640495, 40.645514833997893 ], [ -112.19811348900622, 40.646325325089499 ], [ -112.19795077441304, 40.647146786018652 ], [ -112.19785626851125, 40.64781439470498 ], [ -112.19797316444442, 40.648398733645003 ], [ -112.19863531439842, 40.649049481140217 ], [ -112.19928000754265, 40.649385109052787 ], [ -112.19972044885344, 40.649542686127781 ], [ -112.19999614355922, 40.649747016283158 ], [ -112.20062204274433, 40.650353086448099 ], [ -112.2008029777615, 40.650549391471102 ], [ -112.20115254081571, 40.650915103220619 ], [ -112.20120065087886, 40.6509596451234 ], [ -112.20169600476167, 40.651540041890193 ], [ -112.20212057411385, 40.652130181928996 ], [ -112.20248877065271, 40.652874051591454 ], [ -112.20278715145542, 40.653681706626664 ], [ -112.20292257710089, 40.653977575493947 ], [ -112.20289081958938, 40.654185101327933 ], [ -112.20299578373766, 40.654760550190652 ], [ -112.20313200801112, 40.655759071451413 ], [ -112.20311368149466, 40.656714160609297 ], [ -112.20307673144535, 40.657291087870455 ], [ -112.20304754830616, 40.658300340730442 ], [ -112.20261317046133, 40.659142653849749 ], [ -112.20236672312107, 40.659910940514777 ], [ -112.20199227183738, 40.660797669372933 ], [ -112.20160436690983, 40.661594452283843 ], [ -112.20136016227416, 40.662488831733313 ], [ -112.20123115886514, 40.663210851183649 ], [ -112.20130710604931, 40.664146941137396 ], [ -112.20139585361518, 40.665136948452741 ], [ -112.20155411887029, 40.666045155906502 ], [ -112.20169926675777, 40.666881431861661 ], [ -112.20168806007818, 40.667575199753777 ], [ -112.20178234104461, 40.668213818792282 ], [ -112.20176304983592, 40.668457247917161 ], [ -112.20181376064077, 40.66864589760376 ], [ -112.20180322563095, 40.668718074915553 ], [ -112.20172446706215, 40.66894410613299 ], [ -112.20164554628219, 40.669161130523712 ], [ -112.20149516681788, 40.669351873195957 ], [ -112.2013963053635, 40.669776299377531 ], [ -112.20143111860138, 40.670397520390296 ], [ -112.20150028826227, 40.670955324607867 ], [ -112.20150125838646, 40.671009365224663 ], [ -112.20137256567143, 40.671749397535478 ], [ -112.20140999366446, 40.671857109456802 ], [ -112.20136526326212, 40.672001710151868 ], [ -112.20141484410144, 40.672127312502113 ], [ -112.20153540133629, 40.672252176149904 ], [ -112.20169759263899, 40.672718927392786 ], [ -112.20189478961127, 40.673158288583615 ], [ -112.20193399863135, 40.673365074695027 ], [ -112.20207399232748, 40.673913132432432 ], [ -112.20221334121015, 40.674425162869774 ], [ -112.20225061034314, 40.674523867667745 ], [ -112.20233616964373, 40.674676120209575 ], [ -112.2024695341335, 40.674854900095646 ], [ -112.20272038850874, 40.674987413630419 ], [ -112.20280465439694, 40.675067611718916 ], [ -112.20286477505793, 40.675121035988411 ], [ -112.20303233621522, 40.675227391329514 ], [ -112.20318839187739, 40.675351883225929 ], [ -112.20321464278319, 40.675495744746499 ], [ -112.20327508806373, 40.675567182301371 ], [ -112.20335627147543, 40.676133868074103 ], [ -112.20377307511848, 40.676940282545623 ], [ -112.20410237652703, 40.677486363279122 ], [ -112.20426622022237, 40.678043177560006 ], [ -112.20435989447009, 40.678645765807111 ], [ -112.20418049435123, 40.679197152036359 ], [ -112.2040785573829, 40.679450451569004 ], [ -112.20395344451816, 40.679731018022075 ], [ -112.20378797574868, 40.680399367954813 ], [ -112.20351489146918, 40.68100578051066 ], [ -112.20344633613162, 40.681141621742391 ], [ -112.20310242160132, 40.681757780071599 ], [ -112.2034539463958, 40.682222554631437 ], [ -112.20359916052949, 40.68240120938917 ], [ -112.20391406397064, 40.682803305252946 ], [ -112.20418505056072, 40.683395035412268 ], [ -112.20407078991425, 40.683621438040113 ], [ -112.20396511807391, 40.683667582336994 ], [ -112.20353691721027, 40.684203544875061 ], [ -112.20309590610029, 40.684685588724562 ], [ -112.20252668345074, 40.685277067684893 ], [ -112.20204983912784, 40.685741463913594 ], [ -112.20146909002878, 40.686351074502909 ], [ -112.20126679167272, 40.686947736125084 ], [ -112.20111375887718, 40.687651985886767 ], [ -112.20085698198045, 40.688510457886309 ], [ -112.20052257630481, 40.689000391125496 ], [ -112.20042691562395, 40.689604950434607 ], [ -112.20005975114894, 40.690248366142221 ], [ -112.19965772792965, 40.690928176604025 ], [ -112.19959125510701, 40.691181103245299 ], [ -112.19963079205152, 40.691405902944602 ], [ -112.1997150754552, 40.691486102825124 ], [ -112.19972884702123, 40.691594060764949 ], [ -112.19970922053186, 40.691819475294594 ], [ -112.19964080841702, 40.69196432102472 ], [ -112.19952457984016, 40.692082638333581 ], [ -112.19950188330728, 40.692136924707867 ], [ -112.19896871150114, 40.692764044806786 ], [ -112.1989001353929, 40.692899883367211 ], [ -112.19864497443167, 40.693190802635691 ], [ -112.1986590675552, 40.693316774179124 ], [ -112.19861367225099, 40.693425346591702 ], [ -112.19887476193391, 40.694125291983212 ], [ -112.19893748060296, 40.694322825793506 ], [ -112.19904607950033, 40.694438807234491 ], [ -112.19910847598973, 40.694618327449156 ], [ -112.19905157022122, 40.694745036415391 ], [ -112.19910197214344, 40.694915672797265 ], [ -112.19892297253968, 40.695494070776107 ], [ -112.19873536552855, 40.696252726136635 ], [ -112.19868717625197, 40.696865798800026 ], [ -112.19878163820083, 40.697513423669371 ], [ -112.19889314893919, 40.697791526377401 ], [ -112.19886152289715, 40.698008056763655 ], [ -112.19888825907179, 40.698178938926894 ], [ -112.19915357118533, 40.699113057897605 ], [ -112.19937514827134, 40.69958820160614 ], [ -112.19958699502774, 40.700180555284859 ], [ -112.19982736346221, 40.701042864286968 ], [ -112.19995718540699, 40.701681111720923 ], [ -112.20015737138071, 40.702282593729315 ], [ -112.20040651745944, 40.702973650213586 ], [ -112.20084324803452, 40.703563662261445 ], [ -112.200884739015, 40.70389654153702 ], [ -112.20098216943968, 40.704048670706641 ], [ -112.20093887448094, 40.704274331235624 ], [ -112.20107925458973, 40.704840399937993 ], [ -112.201385654175, 40.705422757369519 ], [ -112.20181753750299, 40.706400177019944 ], [ -112.20207547513319, 40.706919978207488 ], [ -112.20244042321252, 40.707465689226972 ], [ -112.20288838922407, 40.708019542289087 ], [ -112.20302847021078, 40.708567594504359 ], [ -112.20331090846267, 40.709132179285312 ], [ -112.20389006226085, 40.709738710877041 ], [ -112.20434810668313, 40.710193360530042 ], [ -112.20450392333125, 40.710299835321528 ], [ -112.20464806670826, 40.710415440121629 ], [ -112.20474535313672, 40.710558558993412 ], [ -112.20481994184566, 40.710755965050438 ], [ -112.20481119053149, 40.710927215825009 ], [ -112.20488448089507, 40.711052568254495 ], [ -112.20502490994501, 40.711618630831452 ], [ -112.20508717717409, 40.711789140141832 ], [ -112.20509091247038, 40.711996294093971 ], [ -112.20521219988153, 40.712157178711792 ], [ -112.20575296307328, 40.712601950366803 ], [ -112.20638049145944, 40.713262013881511 ], [ -112.20673399883911, 40.713825846834439 ], [ -112.20711476508903, 40.714587578005059 ], [ -112.20735056749405, 40.715188673367251 ], [ -112.20767976840362, 40.715716723898609 ], [ -112.20800262457021, 40.715893512952846 ], [ -112.208051275421, 40.715965070812203 ], [ -112.20816997182766, 40.715981845177865 ], [ -112.20830131967173, 40.716043528885024 ], [ -112.20859789838454, 40.716076457242593 ], [ -112.20882296600941, 40.716083108665522 ], [ -112.20927261238532, 40.716069390173317 ], [ -112.21039778776182, 40.716093629640795 ], [ -112.21082392277421, 40.716089160041527 ], [ -112.21114548290552, 40.716193886811695 ], [ -112.21147773811154, 40.71623544176677 ], [ -112.21215653754501, 40.716453524420807 ], [ -112.21222772378235, 40.716461785172044 ], [ -112.21230054406031, 40.716560112502805 ], [ -112.21247891857588, 40.716603280725096 ], [ -112.21258545306836, 40.716602161540635 ], [ -112.21272684520737, 40.716564642498447 ], [ -112.21295256865413, 40.716607312479638 ], [ -112.21314245383111, 40.716632341951346 ], [ -112.21323747823492, 40.716649359898767 ], [ -112.21340434348666, 40.7167106644211 ], [ -112.21361921213155, 40.716807497474448 ], [ -112.21370419922737, 40.716923712726881 ], [ -112.21376387612055, 40.716950110308126 ], [ -112.21427004129602, 40.717440247047108 ], [ -112.21442850973627, 40.717690814302536 ], [ -112.21448966094054, 40.717798271370029 ], [ -112.21453864753289, 40.71788783965836 ], [ -112.2147778513789, 40.718020447937562 ], [ -112.21523951019932, 40.718015588096129 ], [ -112.21566516510914, 40.717984080503925 ], [ -112.21652798303046, 40.717902922567937 ], [ -112.21664766878466, 40.717973728003976 ], [ -112.21681355626502, 40.717980987620166 ], [ -112.21704059933342, 40.7180957026453 ], [ -112.21726895583149, 40.718282470354872 ], [ -112.21937864360038, 40.719701540638617 ], [ -112.22122452911826, 40.720934187540969 ], [ -112.22441450753978, 40.72314347318455 ], [ -112.22609401537565, 40.724332763913097 ], [ -112.22743796253602, 40.725300389980482 ], [ -112.22843423791704, 40.726677077136941 ], [ -112.23262269470007, 40.732271646763259 ], [ -112.23615644934101, 40.737008270858283 ], [ -112.23880372000883, 40.740538176077372 ], [ -112.24108697465077, 40.743585483302766 ], [ -112.24292204298416, 40.746088063598947 ], [ -112.24584898247343, 40.749966110746996 ], [ -112.24787693422212, 40.752628675205706 ], [ -112.24948022730963, 40.754746294659206 ], [ -112.25077077987022, 40.756606040248229 ], [ -112.25294431340889, 40.759429082397588 ], [ -112.25532651701889, 40.76262815978378 ], [ -112.25708852707774, 40.764969148476624 ], [ -112.25973974109029, 40.768588588273538 ], [ -112.26015255066886, 40.769115569016414 ], [ -112.25867878709646, 40.770131573203855 ], [ -112.25333299170259, 40.773811089384736 ], [ -112.25073536048158, 40.775568864279755 ], [ -112.25015041724782, 40.775971567345756 ], [ -112.24024084535333, 40.782816695105026 ], [ -112.23846224933899, 40.784042907347747 ], [ -112.22734478749422, 40.791719637869498 ], [ -112.22620954704502, 40.792506419007054 ], [ -112.21703282979412, 40.798855315196754 ], [ -112.18707695596208, 40.819435990867184 ], [ -112.16548347878941, 40.834303560758137 ], [ -112.16528425385431, 40.834440696858181 ], [ -112.14931956126391, 40.84539271825895 ], [ -112.14881578944608, 40.845758065387834 ], [ -112.14865161037058, 40.845867799028234 ], [ -112.14856936510823, 40.845913659096084 ], [ -112.14844061104938, 40.846014031468357 ], [ -112.14826472574487, 40.846132889324508 ], [ -112.14765342078309, 40.846454260731299 ], [ -112.1463015677657, 40.847170344031113 ], [ -112.13833186344212, 40.851447099321319 ], [ -112.13788513514075, 40.851685720745394 ], [ -112.13367618046308, 40.853925169736179 ], [ -112.1292558660144, 40.8563106660676 ], [ -112.12702201664554, 40.857512590440493 ], [ -112.12576370048616, 40.858173469877727 ], [ -112.1115349208964, 40.865797291121204 ], [ -112.1103001709094, 40.866466782996191 ], [ -112.103102024398, 40.87031929739382 ], [ -112.09793794125902, 40.873071033074055 ], [ -112.09737330684632, 40.873373677394746 ], [ -112.09440870586624, 40.8749512570541 ], [ -112.09342072108035, 40.875492111624887 ], [ -112.08413799469034, 40.880453178772662 ], [ -112.07572421146334, 40.884918954687635 ], [ -112.07515951973957, 40.885230498988292 ], [ -112.06375558279082, 40.891326697151136 ], [ -112.05450372468211, 40.896267077986401 ], [ -112.04108243157286, 40.903424412219358 ], [ -112.03166265233557, 40.908472574308647 ], [ -112.0271171133339, 40.91090932532606 ], [ -112.01359584481831, 40.918127407449489 ], [ -112.0065391514411, 40.921864552768916 ], [ -112.00443694790501, 40.921855859718015 ], [ -112.00074328195566, 40.921842935204893 ], [ -111.95866575066587, 40.92181309350493 ], [ -111.95860244039328, 40.900166923331618 ], [ -111.95996732484417, 40.900137553189516 ], [ -111.95989427678855, 40.90001204626612 ], [ -111.95988110377088, 40.899922073784523 ], [ -111.95976931890789, 40.89958069207772 ], [ -111.95976476176625, 40.899265442521497 ], [ -111.95979386343814, 40.898814789597736 ], [ -111.95980378093005, 40.898679583833527 ], [ -111.95982608975363, 40.898580307792592 ], [ -111.9598236158086, 40.898409172294478 ], [ -111.95992654377855, 40.898138069109137 ], [ -111.95994963358704, 40.898092835830248 ], [ -111.96005373269612, 40.897902796715726 ], [ -111.96012378300067, 40.897821139579662 ], [ -111.96039237272221, 40.897512623736802 ], [ -111.96046268278249, 40.897448980661686 ], [ -111.96076753192941, 40.897185203024833 ], [ -111.96118090581489, 40.897037626921673 ], [ -111.96151249050401, 40.896980813464502 ] ], [ [ -111.83356930730146, 40.710187365007698 ], [ -111.83406647935439, 40.710183773743793 ], [ -111.83405872382448, 40.709562239884619 ], [ -111.83299325267969, 40.709560924920879 ], [ -111.83311937261749, 40.710181604662928 ], [ -111.83356930730146, 40.710187365007698 ] ] ], [ [ [ -111.87120117610959, 40.637264199425829 ], [ -111.8711948526072, 40.63677778016848 ], [ -111.87165600180506, 40.636774300176299 ], [ -111.87166232865364, 40.637260719374254 ], [ -111.87120117610959, 40.637264199425829 ] ] ], [ [ [ -111.87690743354787, 40.716307372421277 ], [ -111.87752302927998, 40.716302694120486 ], [ -111.87752716918642, 40.716617960977437 ], [ -111.87714833927404, 40.716620840352043 ], [ -111.87718125336384, 40.716422402708751 ], [ -111.87689713173977, 40.71642456149636 ], [ -111.87690743354787, 40.716307372421277 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 21, \"properties\": { \"NAME\": \"JORDAN SCHOOL DISTRICT\", \"TOTENROLL\": 49729, \"Color4\": \"1\", \"Shape_Leng\": 107533.168987, \"Shape_Area\": 470611831.40499997 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.06313951205286, 40.631179334942878 ], [ -112.06189798741576, 40.631181749943657 ], [ -112.05431920684816, 40.631224168959264 ], [ -112.05331427513494, 40.631233339842879 ], [ -112.03106226294962, 40.631335073289087 ], [ -112.02465386658696, 40.631365088876599 ], [ -112.00540373734853, 40.631372141093372 ], [ -112.00541258778459, 40.63117387476926 ], [ -112.00541083132404, 40.631056778219339 ], [ -112.004807864588, 40.631062026431273 ], [ -111.99981833561591, 40.631087317153252 ], [ -111.99152993397352, 40.63112274748994 ], [ -111.99126969612655, 40.631115973085194 ], [ -111.98650478248085, 40.631138760098231 ], [ -111.98382083724927, 40.631152648813689 ], [ -111.9773532696862, 40.631180542894612 ], [ -111.97691568744114, 40.631175236962612 ], [ -111.96738581145175, 40.631219429943656 ], [ -111.96561222507019, 40.631225265478356 ], [ -111.95939316536277, 40.63126809245194 ], [ -111.95782056701007, 40.631272138306407 ], [ -111.95072657945418, 40.631321752155436 ], [ -111.94834987719568, 40.631323277744762 ], [ -111.9461623439956, 40.631323204618603 ], [ -111.94602021215036, 40.631306351823767 ], [ -111.94458974008245, 40.631327070304216 ], [ -111.94358464639407, 40.631326278777991 ], [ -111.93897323863234, 40.631336841102346 ], [ -111.93880952663447, 40.631332496718642 ], [ -111.93845276738548, 40.631323054706542 ], [ -111.93775469690513, 40.631292691053062 ], [ -111.93587531769471, 40.631343971989807 ], [ -111.93583972241993, 40.631335251828858 ], [ -111.93580425291415, 40.631335539269216 ], [ -111.93559547083434, 40.631338312027538 ], [ -111.92921861429113, 40.631379710986771 ], [ -111.92923478391931, 40.63083167572676 ], [ -111.928161756376, 40.630843007767702 ], [ -111.92815958763642, 40.630045941096611 ], [ -111.92793270671969, 40.629885608957892 ], [ -111.92793829485707, 40.629435132196484 ], [ -111.92793709854563, 40.629007051339883 ], [ -111.92716817535025, 40.62907529696664 ], [ -111.92704682901237, 40.629013210702297 ], [ -111.92621649824427, 40.629010144092582 ], [ -111.92604638879128, 40.628576481155825 ], [ -111.92597259069207, 40.628369874211756 ], [ -111.92586369836218, 40.628190574505602 ], [ -111.92565947939808, 40.627957986996321 ], [ -111.92548015056254, 40.627815286052055 ], [ -111.92442235083735, 40.627418369700656 ], [ -111.9240419195395, 40.627268267498927 ], [ -111.92359117563544, 40.627163769613318 ], [ -111.92273962930618, 40.626287729861474 ], [ -111.92322038616356, 40.628572082615406 ], [ -111.92272936795892, 40.629837216655766 ], [ -111.9226456154385, 40.629765816730469 ], [ -111.92136669404358, 40.628767060109766 ], [ -111.92120272388915, 40.628020650977106 ], [ -111.92084904685105, 40.626374889963856 ], [ -111.92037939715071, 40.620586072338511 ], [ -111.92014464581929, 40.617263748716773 ], [ -111.92084604466559, 40.615825781262785 ], [ -111.92036494291396, 40.615226036000315 ], [ -111.92061213196753, 40.614287164881183 ], [ -111.92022963843361, 40.613119086880893 ], [ -111.92101180727856, 40.612401167277248 ], [ -111.92117748827241, 40.60983237548411 ], [ -111.92119692122797, 40.609525925693973 ], [ -111.92121845699494, 40.609372606516352 ], [ -111.92118188566452, 40.609291820183458 ], [ -111.92054626635372, 40.607765413943078 ], [ -111.92064401201094, 40.605413370589623 ], [ -111.92072080882409, 40.604980341882438 ], [ -111.92069111460707, 40.604539153380429 ], [ -111.92025209716715, 40.601831039422649 ], [ -111.91930508608897, 40.599135975614054 ], [ -111.91823531349017, 40.596964382707704 ], [ -111.91767941372065, 40.596932766070843 ], [ -111.91760838755434, 40.596924321681854 ], [ -111.91653191808498, 40.596851790647257 ], [ -111.91536091357941, 40.596779998819066 ], [ -111.91341108349938, 40.596795435177405 ], [ -111.9131839835285, 40.596608048378897 ], [ -111.91261026938891, 40.59613512216503 ], [ -111.91237111196665, 40.595929811614326 ], [ -111.91196212278274, 40.593662850083227 ], [ -111.91256996898625, 40.591432900304817 ], [ -111.91316365016381, 40.590770572984496 ], [ -111.91311246465658, 40.590482699163644 ], [ -111.91285580908392, 40.588989283013284 ], [ -111.91271481285771, 40.588179613732045 ], [ -111.91268848729869, 40.587981630208816 ], [ -111.91279188824295, 40.587764604156121 ], [ -111.91268530319057, 40.587747428990795 ], [ -111.9127532572152, 40.58753068304906 ], [ -111.91290404173078, 40.587322291143735 ], [ -111.91310122950641, 40.587050471262181 ], [ -111.91340230310527, 40.586597655403899 ], [ -111.91360823752707, 40.586100547743193 ], [ -111.91395754532414, 40.585719418542432 ], [ -111.91495348989979, 40.585098941480339 ], [ -111.91537392064899, 40.584735261989799 ], [ -111.91591360241976, 40.584451713820393 ], [ -111.9164884784592, 40.584149866464898 ], [ -111.91680477525492, 40.583949164748823 ], [ -111.91711910147738, 40.583604338427399 ], [ -111.917550833504, 40.583204526401801 ], [ -111.91793370076864, 40.582687987820321 ], [ -111.91832492724039, 40.581919137505757 ], [ -111.91865929124867, 40.581312894902901 ], [ -111.91908569789601, 40.580525744652427 ], [ -111.91915510392334, 40.580417087795958 ], [ -111.9192936686741, 40.580181758490149 ], [ -111.92131347725473, 40.579273803172185 ], [ -111.9215802554745, 40.578911326366764 ], [ -111.92140917428505, 40.57849829017966 ], [ -111.92106249377946, 40.578203767369466 ], [ -111.91899539762494, 40.57651758333283 ], [ -111.91852776920069, 40.576016814313633 ], [ -111.91833247173793, 40.575558922231991 ], [ -111.91676672734708, 40.573373230303261 ], [ -111.91478091170474, 40.573298886179046 ], [ -111.91501778561906, 40.573342053723927 ], [ -111.91498467806157, 40.573513481803779 ], [ -111.91080236470216, 40.573510499171256 ], [ -111.91024702838149, 40.573505867802687 ], [ -111.91024409856129, 40.573289681373005 ], [ -111.90962982088894, 40.57329452019944 ], [ -111.9038646902864, 40.573312748235182 ], [ -111.90385239235833, 40.573276809532004 ], [ -111.90373062582199, 40.573007500256544 ], [ -111.90308818637922, 40.571796345493723 ], [ -111.90299114103065, 40.571607920703499 ], [ -111.90197383107389, 40.569751059987723 ], [ -111.90040265592988, 40.569754308560746 ], [ -111.90019589537151, 40.56754877844152 ], [ -111.90016997797143, 40.567377814291206 ], [ -111.90000977026823, 40.566000724750111 ], [ -111.89986234635717, 40.564695605043489 ], [ -111.89983618975417, 40.564506625098467 ], [ -111.8988096880247, 40.559298549109421 ], [ -111.8987462979383, 40.55897472706981 ], [ -111.89873376456231, 40.558920772037808 ], [ -111.89778694448198, 40.555243551436249 ], [ -111.8968762602716, 40.551611083798704 ], [ -111.89682625899196, 40.551404270287399 ], [ -111.89619784741086, 40.548562375193974 ], [ -111.8960288458199, 40.547401554198927 ], [ -111.89530280549674, 40.544317172182069 ], [ -111.89529039777302, 40.544272224433001 ], [ -111.895302205753, 40.54427213292945 ], [ -111.89543257339349, 40.544307157711629 ], [ -111.90306112573472, 40.54429282477853 ], [ -111.91338223940267, 40.544283758708275 ], [ -111.91668882412253, 40.544284596275475 ], [ -111.91693591367135, 40.544114441712175 ], [ -111.91695361949515, 40.543957998992326 ], [ -111.91694331720724, 40.543808715315286 ], [ -111.91691464732159, 40.543680748023412 ], [ -111.91689568696026, 40.543623963056497 ], [ -111.91683000620033, 40.543553044729528 ], [ -111.91672723970659, 40.54352503213326 ], [ -111.91656839102981, 40.543454492535005 ], [ -111.9164464148416, 40.543334021896158 ], [ -111.91634249065304, 40.543099717225182 ], [ -111.91635117066896, 40.543000101430067 ], [ -111.91635061958463, 40.542907675781031 ], [ -111.91640349528066, 40.542879599448923 ], [ -111.91681135784128, 40.542878255420263 ], [ -111.91699340099693, 40.542372319323349 ], [ -111.91705111914865, 40.542214477904729 ], [ -111.91708429871477, 40.542110343362395 ], [ -111.91713903611279, 40.541794601725343 ], [ -111.91713829893439, 40.541740554925042 ], [ -111.91674900015101, 40.541708510405741 ], [ -111.91651627634755, 40.541658466264352 ], [ -111.91653481936021, 40.541485440753497 ], [ -111.91656259336716, 40.541400537922513 ], [ -111.91660547786636, 40.541280651239248 ], [ -111.91664407802848, 40.54117566301116 ], [ -111.91676926874037, 40.540960531063988 ], [ -111.91683810780002, 40.54083890684177 ], [ -111.91692653290377, 40.540664155526407 ], [ -111.91702487686916, 40.540489415499344 ], [ -111.91718357447016, 40.540428157311972 ], [ -111.91740190193714, 40.540366695694544 ], [ -111.91780924390179, 40.540319677819781 ], [ -111.91809677789124, 40.540189738910499 ], [ -111.91833398979158, 40.539946148160517 ], [ -111.91841174984425, 40.539665266975369 ], [ -111.91832116317414, 40.539491126646872 ], [ -111.91806099984471, 40.539203832269884 ], [ -111.91756217555148, 40.538932486632852 ], [ -111.91714257069174, 40.538607898710104 ], [ -111.91708518509922, 40.538400251406529 ], [ -111.91747894191678, 40.538639281233451 ], [ -111.91745443263055, 40.538080481034967 ], [ -111.9170528778686, 40.538074660245215 ], [ -111.91704328953203, 40.53794302797084 ], [ -111.91710886365999, 40.537963227667944 ], [ -111.91730796875352, 40.538008042250304 ], [ -111.91750617038383, 40.537908723167028 ], [ -111.91761472275259, 40.537764261097323 ], [ -111.91764304001383, 40.537528997083456 ], [ -111.91759207126199, 40.537324362015831 ], [ -111.9175114372343, 40.537135007169141 ], [ -111.91743087842696, 40.536968443881399 ], [ -111.91720306227545, 40.53696538791251 ], [ -111.91726062110085, 40.536856825566993 ], [ -111.91760498699767, 40.536133388430727 ], [ -111.9177274898757, 40.534727045009546 ], [ -111.91695604892658, 40.533571036519923 ], [ -111.91710855982558, 40.532632912025427 ], [ -111.9181634639649, 40.532065988830496 ], [ -111.92013342362274, 40.531933203020998 ], [ -111.92098266188263, 40.531007540213785 ], [ -111.92094178537477, 40.529746635265958 ], [ -111.91931925765533, 40.52765149864441 ], [ -111.91927362649898, 40.526904131583599 ], [ -111.92027393438566, 40.525806104162491 ], [ -111.9214943392048, 40.525264858404192 ], [ -111.92190399817125, 40.524144499396193 ], [ -111.92168214173152, 40.523461600454922 ], [ -111.92141035967785, 40.522580905474427 ], [ -111.91979847710085, 40.522116281482283 ], [ -111.91948024847953, 40.521290004230302 ], [ -111.92034878283958, 40.520057891800064 ], [ -111.91935788091473, 40.519245978679344 ], [ -111.91879340318914, 40.51940361833568 ], [ -111.91835408840475, 40.520082771412135 ], [ -111.91724699985996, 40.520271741275593 ], [ -111.91688182166685, 40.520328692442327 ], [ -111.91552394337432, 40.519438578485307 ], [ -111.91392452519901, 40.516406261378556 ], [ -111.91394177036997, 40.515937666564703 ], [ -111.91488475505264, 40.514101414312869 ], [ -111.91508140406616, 40.512937719476376 ], [ -111.91488854906883, 40.510038405762998 ], [ -111.9145573461815, 40.508248271172562 ], [ -111.91635115896806, 40.505630508586748 ], [ -111.91564133490851, 40.503771306936059 ], [ -111.91519985425123, 40.502549602694017 ], [ -111.91583798282443, 40.501742760636766 ], [ -111.91749288632138, 40.501071988074905 ], [ -111.9175693514341, 40.50062093906822 ], [ -111.91774465131758, 40.499628574764529 ], [ -111.91828905963528, 40.498876516245176 ], [ -111.919365062089, 40.498165271334088 ], [ -111.91966791163274, 40.497009729824207 ], [ -111.91672968429168, 40.497024066790821 ], [ -111.91660740079061, 40.489772913092381 ], [ -111.91514464933573, 40.489802523295694 ], [ -111.91514428222176, 40.489775499636636 ], [ -111.90559830249541, 40.48976961825128 ], [ -111.90563208998, 40.48613878211092 ], [ -111.89766643418031, 40.486038769337235 ], [ -111.89748310810809, 40.485562723126336 ], [ -111.90151291387548, 40.481630517498559 ], [ -111.90391851643446, 40.478900056423726 ], [ -111.91379449045414, 40.464200974267037 ], [ -111.91425256615237, 40.46318835550948 ], [ -111.9147677629646, 40.462040149275907 ], [ -111.91506668810619, 40.459731504830685 ], [ -111.91506607695085, 40.459686465162811 ], [ -111.91485888471878, 40.452237739152515 ], [ -111.91490299746609, 40.452012167182723 ], [ -111.91512166373518, 40.451614044031608 ], [ -111.91543111530716, 40.450953942985656 ], [ -111.91569474015138, 40.450393302165374 ], [ -111.91573970496611, 40.450230785476265 ], [ -111.91604963364168, 40.449606714542448 ], [ -111.91626534927697, 40.448992398486169 ], [ -111.91655450013431, 40.44857569590625 ], [ -111.91678505932495, 40.448186484055562 ], [ -111.91687547041913, 40.44789748156628 ], [ -111.91716216375488, 40.447300618523713 ], [ -111.91717126059301, 40.447102350116971 ], [ -111.91726191359848, 40.446831363202342 ], [ -111.91733033155647, 40.446659650785733 ], [ -111.91743583637569, 40.446613768866243 ], [ -111.91765238790175, 40.446062505790216 ], [ -111.9177906904093, 40.445827175828555 ], [ -111.9178233665356, 40.445628720110349 ], [ -111.91795921647639, 40.445213230966992 ], [ -111.91839671283225, 40.444434988538056 ], [ -111.91844252572355, 40.444335526390894 ], [ -111.91862700234689, 40.444027757110305 ], [ -111.91865021511006, 40.444000545866068 ], [ -111.91867305992074, 40.443946310769952 ], [ -111.9188932732992, 40.443665283805558 ], [ -111.91914541981231, 40.443131752613802 ], [ -111.91919208971522, 40.44309534581383 ], [ -111.91935420666771, 40.442877842378152 ], [ -111.91935396120613, 40.442859826479982 ], [ -111.92010791420162, 40.44194392620296 ], [ -111.92025872693085, 40.441762547156891 ], [ -111.92036323923024, 40.441644599044949 ], [ -111.92062998319368, 40.441318153591837 ], [ -111.9206529484353, 40.441272926055312 ], [ -111.92098932187319, 40.440864844839119 ], [ -111.92127939326582, 40.44052019414918 ], [ -111.92140698930771, 40.440366025393502 ], [ -111.92147662045092, 40.440284389999597 ], [ -111.92152291811124, 40.440220958433038 ], [ -111.9217321792819, 40.440003075764302 ], [ -111.9218476145693, 40.439821976693246 ], [ -111.9220573657775, 40.439640125236231 ], [ -111.92209224214774, 40.439603811325547 ], [ -111.9221973634171, 40.439530901320019 ], [ -111.92254809438302, 40.439311888480155 ], [ -111.92336596476309, 40.438764822666414 ], [ -111.92364632156983, 40.438573395386477 ], [ -111.92392655346181, 40.438372959493336 ], [ -111.9243589342165, 40.438090226019234 ], [ -111.92443973179024, 40.437963454883473 ], [ -111.92475619048771, 40.437825789777534 ], [ -111.92694098236154, 40.436366862476483 ], [ -111.9270567687268, 40.436212782134341 ], [ -111.92723187044434, 40.436085252714314 ], [ -111.92746542089309, 40.435921218374951 ], [ -111.92752387022306, 40.435884713687251 ], [ -111.92768767658428, 40.435793309933757 ], [ -111.92799232954478, 40.435655730707957 ], [ -111.928821776107, 40.435099524355515 ], [ -111.92890268573547, 40.434981758105273 ], [ -111.92901933316949, 40.434890731396948 ], [ -111.92937076196674, 40.4347257458153 ], [ -111.92958109736314, 40.434588920629253 ], [ -111.92990745671031, 40.43431602779895 ], [ -111.93032861854134, 40.434078406870384 ], [ -111.93078402501558, 40.433759428275508 ], [ -111.93114748056794, 40.433612358324027 ], [ -111.93135818175013, 40.433502553757236 ], [ -111.93174322203564, 40.433211165076145 ], [ -111.932222690272, 40.432928022605665 ], [ -111.93284274277222, 40.432580681245824 ], [ -111.93297154251873, 40.43251657928402 ], [ -111.93327654340936, 40.432406010130052 ], [ -111.93354455903439, 40.432178622690458 ], [ -111.93402413696039, 40.431904480793328 ], [ -111.93450333686363, 40.431603313153069 ], [ -111.9351350286275, 40.431246856465577 ], [ -111.93535725427967, 40.431118933509744 ], [ -111.93555602790563, 40.431000208859231 ], [ -111.93614030678954, 40.430626112496761 ], [ -111.9368791967474, 40.430349858579675 ], [ -111.93701965120771, 40.430276648716898 ], [ -111.93734533418538, 40.42995869563746 ], [ -111.93767301599162, 40.42978486842334 ], [ -111.93791880752036, 40.42965674939277 ], [ -111.9385167277299, 40.429417664401356 ], [ -111.9390184627761, 40.429044223575112 ], [ -111.93958101075133, 40.428805420395072 ], [ -111.93989576486658, 40.428550611504107 ], [ -111.9402581685319, 40.428331449963807 ], [ -111.94069003964832, 40.42802163265123 ], [ -111.94077179882883, 40.427966913702441 ], [ -111.94115789692574, 40.427756565453514 ], [ -111.94182500499458, 40.427408792795667 ], [ -111.9422227581958, 40.427189337096451 ], [ -111.94246840580199, 40.427052200624018 ], [ -111.94305437347495, 40.426804180677152 ], [ -111.94421211509473, 40.426137077943316 ], [ -111.94450427316325, 40.425954512557034 ], [ -111.94459768779551, 40.425890686733496 ], [ -111.94505372777679, 40.425625700321007 ], [ -111.94511228470884, 40.425598194793423 ], [ -111.94532180284605, 40.425407293972896 ], [ -111.94569406633744, 40.425052900634199 ], [ -111.94577569166694, 40.424989170295646 ], [ -111.94600903225361, 40.424816091211198 ], [ -111.94645390389422, 40.424596235365421 ], [ -111.94701790420221, 40.424465491419632 ], [ -111.9477346250309, 40.424297457069216 ], [ -111.94845197487011, 40.424174457828705 ], [ -111.94881483333988, 40.423991301493061 ], [ -111.94930772357368, 40.423834103160907 ], [ -111.94958807108669, 40.42365162190935 ], [ -111.94978616394809, 40.42348783366414 ], [ -111.95010250232377, 40.423350100180969 ], [ -111.95064443348862, 40.423327627241143 ], [ -111.95119840464707, 40.423323070582448 ], [ -111.95128078407407, 40.423313383806594 ], [ -111.9514338831659, 40.423303114979596 ], [ -111.95175212174348, 40.423300495477314 ], [ -111.95217682085504, 40.423324025130746 ], [ -111.95242357743172, 40.423267938857109 ], [ -111.95255284886277, 40.423239846966297 ], [ -111.95302113440219, 40.423010764020724 ], [ -111.95332415115254, 40.422765024254353 ], [ -111.95347355999736, 40.42249352384551 ], [ -111.9536119445057, 40.422276167825885 ], [ -111.95382066475629, 40.4220312045261 ], [ -111.95401797895086, 40.42181336179798 ], [ -111.95437966362209, 40.421549117205373 ], [ -111.95468445180374, 40.421429484430796 ], [ -111.95504880715927, 40.421354403496707 ], [ -111.95561416525858, 40.421322704826665 ], [ -111.95563786524515, 40.421331517864203 ], [ -111.95583861410459, 40.421356885096621 ], [ -111.9562284535449, 40.421416723885571 ], [ -111.95633478510521, 40.421433862224475 ], [ -111.95664416322828, 40.421638508245742 ], [ -111.95704923829506, 40.421941459605009 ], [ -111.95716786797473, 40.42199453112854 ], [ -111.95721526882213, 40.422012156549549 ], [ -111.95728585933855, 40.422002563108904 ], [ -111.95734466346833, 40.421993067228321 ], [ -111.95770684688539, 40.42176484390594 ], [ -111.95791401721318, 40.421411778783728 ], [ -111.95809850763277, 40.421121963832285 ], [ -111.95821317425603, 40.420895789924792 ], [ -111.95829286521422, 40.420696932647715 ], [ -111.95834770516326, 40.420408191886025 ], [ -111.95835591186302, 40.420155873441345 ], [ -111.958422537139, 40.41986703492374 ], [ -111.95848967326725, 40.419614227897569 ], [ -111.95868543083579, 40.41928828275249 ], [ -111.95897688022153, 40.419060641941421 ], [ -111.95929266697888, 40.418886852123045 ], [ -111.95951403783374, 40.418704836146922 ], [ -111.95979433625564, 40.418522330544036 ], [ -111.96004004430733, 40.418394165181319 ], [ -111.96040501756258, 40.418364106991298 ], [ -111.96077088750894, 40.418397102814637 ], [ -111.96098379963757, 40.418449386897329 ], [ -111.96106668434477, 40.418475724741995 ], [ -111.9613978391115, 40.418554051882808 ], [ -111.96162369233012, 40.418687307665408 ], [ -111.96181431733615, 40.418829865030666 ], [ -111.96190950183819, 40.418892135714188 ], [ -111.96201647233478, 40.418954308244707 ], [ -111.962500846317, 40.419031357133051 ], [ -111.96278396308732, 40.419047017604967 ], [ -111.96285480651302, 40.419055436551211 ], [ -111.96323182469506, 40.419043287000726 ], [ -111.963761801366, 40.419011843322643 ], [ -111.96421069149309, 40.419080171894372 ], [ -111.96449470932122, 40.419158883256372 ], [ -111.96483868665469, 40.419309165068228 ], [ -111.96505250574269, 40.419424496652674 ], [ -111.96515935118974, 40.419477658359114 ], [ -111.96543222972372, 40.419601505105661 ], [ -111.96566936500317, 40.419698622943137 ], [ -111.96602436048202, 40.419794755516939 ], [ -111.96611903470178, 40.419820991207857 ], [ -111.96648543065936, 40.419890000266228 ], [ -111.96687410960472, 40.419868732399614 ], [ -111.96703911306808, 40.419867352308195 ], [ -111.96740396167989, 40.419828264112084 ], [ -111.96766273633888, 40.41979006266579 ], [ -111.96796839621645, 40.419733450211332 ], [ -111.96833169355789, 40.419586264797161 ], [ -111.96884639652214, 40.419311684346539 ], [ -111.96911449814078, 40.419102231623675 ], [ -111.96931188339761, 40.418893371209002 ], [ -111.96938169300286, 40.418829723294223 ], [ -111.96940474733896, 40.418793494218953 ], [ -111.96947416882186, 40.418702822679315 ], [ -111.96963787598602, 40.418611360347143 ], [ -111.96997772156081, 40.418473375394655 ], [ -111.97041223949309, 40.418361621641814 ], [ -111.97095360398363, 40.418303022600661 ], [ -111.97158692016073, 40.41808148736412 ], [ -111.97214951856961, 40.41786054333916 ], [ -111.97253571910215, 40.417668107428462 ], [ -111.9730162016041, 40.417474876758646 ], [ -111.97366128855938, 40.417253231104738 ], [ -111.97431997595653, 40.417157592417162 ], [ -111.97482636075851, 40.417126296879658 ], [ -111.97562751136546, 40.417101520941863 ], [ -111.97615785649354, 40.417097044194442 ], [ -111.97640613221323, 40.417149001256789 ], [ -111.97658330477419, 40.417174531606101 ], [ -111.97702040916114, 40.417242910002869 ], [ -111.97752744500355, 40.417256641830953 ], [ -111.97786922357984, 40.417253751469296 ], [ -111.97798694781051, 40.417243746722512 ], [ -111.97816359931805, 40.417233243296124 ], [ -111.97838634866663, 40.417150277977527 ], [ -111.97865663077303, 40.417093936688737 ], [ -111.9787593056263, 40.416858835058683 ], [ -111.97879139819874, 40.416633339859537 ], [ -111.97883436204937, 40.416344690017553 ], [ -111.97889002469242, 40.416118995212329 ], [ -111.97920417836667, 40.415837057650606 ], [ -111.97956821358034, 40.415743884365888 ], [ -111.97979121761877, 40.415678932064999 ], [ -111.9801544668135, 40.41553170995104 ], [ -111.98044765741092, 40.415430125558231 ], [ -111.98078694116879, 40.415256077872208 ], [ -111.98103207338529, 40.41509183709973 ], [ -111.98119483991617, 40.414937303812529 ], [ -111.98136860545539, 40.414728623279089 ], [ -111.98154263173041, 40.41453795815125 ], [ -111.9816819567821, 40.41439263212871 ], [ -111.98177492710566, 40.414301753242668 ], [ -111.98196152178002, 40.414165034402252 ], [ -111.98212729643369, 40.414217679920355 ], [ -111.98237857912341, 40.414476804320635 ], [ -111.98254671349166, 40.414691590128463 ], [ -111.98257080765455, 40.414727421123786 ], [ -111.98281161963233, 40.415076722945713 ], [ -111.98298198553979, 40.415444641103228 ], [ -111.98298224773418, 40.415462656754173 ], [ -111.98318705329946, 40.415767219175407 ], [ -111.98353341480052, 40.41607958598577 ], [ -111.98375943365917, 40.416221805985032 ], [ -111.98385463430922, 40.416284058432822 ], [ -111.98396162042182, 40.416346210495853 ], [ -111.98410435637788, 40.416435084968512 ], [ -111.98415346645912, 40.416569800993102 ], [ -111.98417953109384, 40.416740748929001 ], [ -111.9843251564003, 40.41702779514317 ], [ -111.98445755318403, 40.417215855497631 ], [ -111.98464769610658, 40.417322343456831 ], [ -111.98505313132212, 40.417643211375221 ], [ -111.9853999054322, 40.417982595724105 ], [ -111.98573292525801, 40.418186962256897 ], [ -111.98601748938981, 40.418301651754071 ], [ -111.98620711164843, 40.418372105813994 ], [ -111.98647857592221, 40.418396816574152 ], [ -111.98663205238458, 40.418413524750171 ], [ -111.98677387489447, 40.41843934112773 ], [ -111.98700998268112, 40.41846435241424 ], [ -111.9874584957354, 40.418505567058055 ], [ -111.98760005528013, 40.418513366798976 ], [ -111.98786013019652, 40.41856519840362 ], [ -111.9881554307058, 40.418607719407838 ], [ -111.9886861812856, 40.418630208472635 ], [ -111.98876881285221, 40.418638510714786 ], [ -111.98906450997828, 40.418708052798429 ], [ -111.98911178463334, 40.418716657275816 ], [ -111.98950189996972, 40.418794399322664 ], [ -111.98966782372401, 40.418856041584121 ], [ -111.99013023957515, 40.419041269735068 ], [ -111.99067581900383, 40.419270828062082 ], [ -111.99112790882199, 40.419555238910085 ], [ -111.99127185089938, 40.419725174460581 ], [ -111.99130800181727, 40.419778918063223 ], [ -111.99142691836641, 40.419849969768244 ], [ -111.99146267272901, 40.41987668993248 ], [ -111.99180605066803, 40.419981851756354 ], [ -111.99212506380881, 40.420033168075626 ], [ -111.99219591156562, 40.420041568983969 ], [ -111.99224305517704, 40.420041164369863 ], [ -111.99236276737784, 40.420166261848649 ], [ -111.99244818124539, 40.420363725069755 ], [ -111.9924702933411, 40.421066231627513 ], [ -111.99246380279349, 40.421426644434725 ], [ -111.99247664806791, 40.421498605575138 ], [ -111.99250353026696, 40.421723597956877 ], [ -111.99253451711533, 40.422227831785399 ], [ -111.99253756239331, 40.422435010927003 ], [ -111.99250922068479, 40.422912727274792 ], [ -111.99250193594894, 40.423219093245521 ], [ -111.99250365719286, 40.423336194481436 ], [ -111.99252948107259, 40.423489124481137 ], [ -111.99253464502715, 40.423840428162158 ], [ -111.9925726530326, 40.424020280299771 ], [ -111.99266959438567, 40.424199626392166 ], [ -111.99277739580424, 40.42431581667816 ], [ -111.9930974900762, 40.424439192298728 ], [ -111.99348724530464, 40.424489897023143 ], [ -111.99358180380652, 40.424507102214442 ], [ -111.99420742608025, 40.424564786008247 ], [ -111.99430185220949, 40.424572982826369 ], [ -111.99482086450539, 40.424595544494736 ], [ -111.99536318489929, 40.424599885309156 ], [ -111.99539854496064, 40.424599580853595 ], [ -111.99570446745683, 40.424560910679496 ], [ -111.99616215443969, 40.424421833928022 ], [ -111.99657309184909, 40.42431018514128 ], [ -111.99694853503831, 40.424189832071974 ], [ -111.99721856275865, 40.424115431753755 ], [ -111.9974075474717, 40.424140828173371 ], [ -111.99762103716021, 40.424229075263007 ], [ -111.99791769945593, 40.424361648632228 ], [ -111.99798881869449, 40.424388061462665 ], [ -111.998165751464, 40.424395542838376 ], [ -111.9983183118768, 40.424349180895412 ], [ -111.99836532521732, 40.424339765979632 ], [ -111.99857668525532, 40.424283886969995 ], [ -111.9988117514058, 40.424236811680238 ], [ -111.99892881792753, 40.424181746668239 ], [ -111.99909303062194, 40.424126274098477 ], [ -111.99924625630189, 40.424124949782566 ], [ -111.99940028193662, 40.424177671866346 ], [ -111.99953100128384, 40.424248613092153 ], [ -111.99955470785422, 40.42425741704119 ], [ -111.9997694010401, 40.424426730017274 ], [ -111.9998295347211, 40.424507290230167 ], [ -111.99987761509153, 40.424569936822898 ], [ -112.00004462964121, 40.424703625964348 ], [ -112.00017601785032, 40.424819605254726 ], [ -112.0003431670669, 40.424962301708149 ], [ -112.00043892909621, 40.425060571127247 ], [ -112.00045098278959, 40.425078484650442 ], [ -112.00057071914635, 40.425203573232793 ], [ -112.00067773462979, 40.42526570937784 ], [ -112.0007737646128, 40.425381994026552 ], [ -112.00085707340786, 40.425435326307877 ], [ -112.00096529140603, 40.425578532023621 ], [ -112.00109748427654, 40.425748556770884 ], [ -112.00122941065887, 40.42590056583537 ], [ -112.00129088330019, 40.426071202821774 ], [ -112.00129101688903, 40.426080210580686 ], [ -112.00149433415091, 40.426276645544206 ], [ -112.00155433793954, 40.426348197032176 ], [ -112.00172309766239, 40.426598984458899 ], [ -112.00174707264544, 40.426625803455131 ], [ -112.00188985357033, 40.426714655271176 ], [ -112.00193753641403, 40.42675027767342 ], [ -112.00209170380768, 40.426812003806141 ], [ -112.00236441075033, 40.426917746544866 ], [ -112.00268426687349, 40.427023079698607 ], [ -112.00287326162109, 40.427048467047634 ], [ -112.00302676140517, 40.427065153148114 ], [ -112.00333295799273, 40.427044478224367 ], [ -112.00356910137815, 40.42706945521838 ], [ -112.00363969000293, 40.427059833495413 ], [ -112.0036986254364, 40.427059321819129 ], [ -112.00394575239774, 40.427030149200526 ], [ -112.00433338603258, 40.426936693063332 ], [ -112.00467400443289, 40.426852653144579 ], [ -112.00520133686534, 40.426640864068332 ], [ -112.0054830176859, 40.426557334229422 ], [ -112.00569384175709, 40.426465411229614 ], [ -112.00592904442064, 40.426427329198482 ], [ -112.0061294228705, 40.426425585431161 ], [ -112.00629511169483, 40.426469187849335 ], [ -112.00646106929013, 40.426530805515 ], [ -112.00659327778627, 40.42670082376074 ], [ -112.00660012712095, 40.427160218649767 ], [ -112.00654508621398, 40.427421956338833 ], [ -112.00652446639498, 40.427620331923322 ], [ -112.00651536508764, 40.427800589388887 ], [ -112.00651805097883, 40.427980744221749 ], [ -112.0065311811864, 40.428070719007465 ], [ -112.00655730741222, 40.428241660828036 ], [ -112.00664398211013, 40.428520182329869 ], [ -112.00673146351117, 40.428852750182365 ], [ -112.00684063988695, 40.429059004271885 ], [ -112.00700902297302, 40.429282760332605 ], [ -112.00717579450559, 40.429398423277547 ], [ -112.00730693528743, 40.429496378638099 ], [ -112.00753251101061, 40.429602519743021 ], [ -112.0077465688377, 40.429726778625096 ], [ -112.00786673043152, 40.429878882493448 ], [ -112.00795220228309, 40.430076333237416 ], [ -112.00797913998746, 40.430301321028701 ], [ -112.00804117189435, 40.43050798497692 ], [ -112.00806541980836, 40.430552818064292 ], [ -112.00813789469852, 40.430669301825873 ], [ -112.00832999620194, 40.430901857932533 ], [ -112.00840179912825, 40.430973302853438 ], [ -112.00856925016069, 40.431134002331014 ], [ -112.00864105358919, 40.431205447094428 ], [ -112.00873818267299, 40.431393786582966 ], [ -112.00873845188825, 40.431411802042966 ], [ -112.00886211903027, 40.431798105733108 ], [ -112.00888663722625, 40.431860954083973 ], [ -112.00892361656042, 40.431968738191152 ], [ -112.00898646085341, 40.432229447888631 ], [ -112.00904795911205, 40.432400080259413 ], [ -112.0090600164223, 40.43241799281909 ], [ -112.00906392145396, 40.432679216911026 ], [ -112.00900767420944, 40.432859885923357 ], [ -112.00884492977553, 40.433014457652767 ], [ -112.00863516665963, 40.433178448312283 ], [ -112.00823733005406, 40.433380114690813 ], [ -112.00806131460222, 40.433435703140809 ], [ -112.0078850298485, 40.433473275867513 ], [ -112.0076147082393, 40.433529685833136 ], [ -112.00727338804253, 40.433568696029909 ], [ -112.0070969680805, 40.433597259832467 ], [ -112.00690916286487, 40.433652949241981 ], [ -112.00680414370956, 40.433725935161533 ], [ -112.00674708345629, 40.43385255673541 ], [ -112.0066560015625, 40.434069563565266 ], [ -112.00660323951723, 40.434484432467968 ], [ -112.006607538344, 40.434772679855726 ], [ -112.00658839462463, 40.435070140260386 ], [ -112.00660219820227, 40.435205153561455 ], [ -112.00677983185723, 40.435257660033962 ], [ -112.00679175473029, 40.435266565093237 ], [ -112.00698090842283, 40.43530095312309 ], [ -112.00700461984495, 40.435309755469241 ], [ -112.00709933118684, 40.435335957075907 ], [ -112.00730013931108, 40.43536123414782 ], [ -112.00735921636814, 40.435369728246634 ], [ -112.00752533142077, 40.435440351742542 ], [ -112.00778535169837, 40.435483129673734 ], [ -112.00803412187815, 40.435562040716128 ], [ -112.00822435346561, 40.435668488492119 ], [ -112.00838979723137, 40.435694072100233 ], [ -112.00843695153991, 40.435693660752371 ], [ -112.00856716430428, 40.435728560341559 ], [ -112.00861458785775, 40.435746164368204 ], [ -112.00876837799392, 40.435780858010347 ], [ -112.0089571301004, 40.435788219605513 ], [ -112.00898070728356, 40.435788013817884 ], [ -112.00918124801817, 40.435795272150912 ], [ -112.0094523856194, 40.435792904777074 ], [ -112.00971321694506, 40.435889724661536 ], [ -112.00977269904556, 40.435925240677278 ], [ -112.00982039258979, 40.435960859643018 ], [ -112.00989206778402, 40.43602329577277 ], [ -112.00993989625073, 40.436067922406465 ], [ -112.01009530550284, 40.436210706891934 ], [ -112.01021548418555, 40.436362807946864 ], [ -112.01022754253287, 40.436380720360333 ], [ -112.01025152441355, 40.436407537465129 ], [ -112.01044418931028, 40.436676120414084 ], [ -112.01046978975195, 40.436811030072157 ], [ -112.01049485082811, 40.436909908854275 ], [ -112.01053224027459, 40.437044715438205 ], [ -112.01055635739367, 40.437080540188518 ], [ -112.01058060941929, 40.437125372649213 ], [ -112.01061665030464, 40.437170102039964 ], [ -112.0106288437937, 40.437197022121786 ], [ -112.01068819263728, 40.43722352992318 ], [ -112.01074713681666, 40.437223014547513 ], [ -112.01086475533276, 40.437203968276037 ], [ -112.0110051418111, 40.437130669390882 ], [ -112.0111573167879, 40.437057267218989 ], [ -112.01148551329877, 40.43692827140778 ], [ -112.01168497738719, 40.436863463643725 ], [ -112.01209623346712, 40.436769774729939 ], [ -112.01229610180486, 40.436731989058408 ], [ -112.01247279783152, 40.436721432686035 ], [ -112.01286101518087, 40.436663978419226 ], [ -112.01311874462996, 40.43655361317677 ], [ -112.01317687683385, 40.436499050311014 ], [ -112.01335221961159, 40.436398415508002 ], [ -112.01353894471345, 40.436270653956235 ], [ -112.01357376958678, 40.436234313032465 ], [ -112.01370155066468, 40.436107068030132 ], [ -112.01387526785861, 40.435898339943144 ], [ -112.01400196509239, 40.435699032946147 ], [ -112.01425752314891, 40.435444541877438 ], [ -112.01443272618782, 40.435334897761763 ], [ -112.01451443325178, 40.435280127335417 ], [ -112.01487852173202, 40.43518684248415 ], [ -112.014995864537, 40.435149776645858 ], [ -112.01531401738164, 40.435137973812189 ], [ -112.0153848836224, 40.435146360259544 ], [ -112.01545588540179, 40.435163754368652 ], [ -112.01587972756894, 40.435123994830086 ], [ -112.01599706969434, 40.435086927983008 ], [ -112.01614937015667, 40.435022527039074 ], [ -112.01620776982824, 40.43498597808788 ], [ -112.01634963784626, 40.435011757547798 ], [ -112.01650424403148, 40.43510048709075 ], [ -112.01669435168525, 40.435197913087087 ], [ -112.01683798451252, 40.435340792059051 ], [ -112.0168619686133, 40.435367607769692 ], [ -112.01699286354562, 40.435447536328248 ], [ -112.01709991026807, 40.435509656780354 ], [ -112.01723189184419, 40.435661646658623 ], [ -112.01737620570961, 40.435849563420554 ], [ -112.01741279350253, 40.435930321450833 ], [ -112.0175554787786, 40.436010145587488 ], [ -112.01773312273696, 40.436062635090863 ], [ -112.01775683578524, 40.436071435209904 ], [ -112.01791049525875, 40.436097108923228 ], [ -112.01802892486418, 40.43613210158788 ], [ -112.01808800383427, 40.43614059017753 ], [ -112.01853923386565, 40.436352828664724 ], [ -112.01875455691736, 40.436558135760421 ], [ -112.01893383513899, 40.436718715707279 ], [ -112.01896960928691, 40.436745427045643 ], [ -112.01907733994014, 40.436852584069506 ], [ -112.01920905654896, 40.436986556184678 ], [ -112.01926908868283, 40.437058098001863 ], [ -112.01936557573445, 40.437201389451694 ], [ -112.01946151893293, 40.437308650049168 ], [ -112.01955691811843, 40.437379879799515 ], [ -112.01966492291626, 40.437505051620654 ], [ -112.01989163360777, 40.437683229414183 ], [ -112.01998676149968, 40.437736443415588 ], [ -112.02002240046171, 40.437754146723179 ], [ -112.02021320147797, 40.437896605175347 ], [ -112.02040373090753, 40.438021047925083 ], [ -112.02043964252979, 40.438056766474006 ], [ -112.02049954072145, 40.438119299924807 ], [ -112.02061865631136, 40.438199328296292 ], [ -112.02066635711905, 40.438234942683657 ], [ -112.02088114763804, 40.438404214858103 ], [ -112.02102425106223, 40.43851105761955 ], [ -112.02113185151941, 40.438609204937777 ], [ -112.02133512797802, 40.438796595735816 ], [ -112.02152729821807, 40.439029128750306 ], [ -112.02162365656693, 40.439163410492014 ], [ -112.0216373548292, 40.439289413844662 ], [ -112.02162761115584, 40.439424633260749 ], [ -112.02159483449009, 40.439596091779435 ], [ -112.02157411962841, 40.439785461461057 ], [ -112.02155326830278, 40.439965823453413 ], [ -112.02156887569008, 40.440217934323719 ], [ -112.02159340888608, 40.440280779707308 ], [ -112.02163027695332, 40.440379551610619 ], [ -112.0216922240384, 40.440577199574889 ], [ -112.02177720475967, 40.440738608360505 ], [ -112.02187342970804, 40.440863882140256 ], [ -112.02190948005391, 40.440908607865616 ], [ -112.02206656285031, 40.441159467826132 ], [ -112.02219938552014, 40.441365497676337 ], [ -112.02224708942174, 40.441401111354573 ], [ -112.02234290679012, 40.441499361678197 ], [ -112.02254537644627, 40.441632704054044 ], [ -112.02271261466652, 40.441775366666228 ], [ -112.02290370591474, 40.441935835719306 ], [ -112.02295154714653, 40.441980456767681 ], [ -112.02297553606543, 40.442007271120829 ], [ -112.02308300843146, 40.44209640878794 ], [ -112.02330974368869, 40.442274579438568 ], [ -112.02346533205061, 40.442426352948189 ], [ -112.02354922630666, 40.442515698929405 ], [ -112.0235493629441, 40.442524706600636 ], [ -112.02371592220561, 40.442622329332607 ], [ -112.02377541753447, 40.442657837939045 ], [ -112.02404863205194, 40.442790551045761 ], [ -112.02409633793692, 40.44282616392784 ], [ -112.02419161313297, 40.442888381961588 ], [ -112.02440547013693, 40.44299459348489 ], [ -112.02456133617821, 40.443164380785156 ], [ -112.02461013685716, 40.443272054783769 ], [ -112.0246224738362, 40.443307980946578 ], [ -112.02466030559515, 40.443469805424769 ], [ -112.02472226454923, 40.443667451517442 ], [ -112.02477517008933, 40.444045355399503 ], [ -112.0247661162626, 40.444225613227566 ], [ -112.02479215889001, 40.444387542148995 ], [ -112.02471400631191, 40.444676519072132 ], [ -112.0246916573425, 40.444757797087277 ], [ -112.02466958191761, 40.444857090426503 ], [ -112.02463640026673, 40.445001526593629 ], [ -112.02453165677767, 40.445092543788611 ], [ -112.02432107492426, 40.44520251658151 ], [ -112.02395667295433, 40.44527781618617 ], [ -112.02369838202691, 40.445352174955403 ], [ -112.02335701245872, 40.445391233183855 ], [ -112.0230988570022, 40.445474598292883 ], [ -112.02293461316611, 40.445530105156813 ], [ -112.02274733473131, 40.445621851106146 ], [ -112.0225017869691, 40.445759156591016 ], [ -112.02230258051394, 40.44584199845621 ], [ -112.02202234231416, 40.446024654106772 ], [ -112.02164900728553, 40.446289211835492 ], [ -112.02143950792539, 40.446471240825282 ], [ -112.02121835333834, 40.446662381281222 ], [ -112.02102064214107, 40.446844305361644 ], [ -112.02089271881775, 40.446962550629856 ], [ -112.02077617670103, 40.447053668622701 ], [ -112.02060027280665, 40.447118284017996 ], [ -112.02040065125057, 40.447174099645764 ], [ -112.02035389779441, 40.447201538989077 ], [ -112.02034319710722, 40.447273704450254 ], [ -112.02040283109092, 40.447318222408782 ], [ -112.02043833902817, 40.447326917823624 ], [ -112.02048577379291, 40.447344516807775 ], [ -112.02056885282147, 40.447379818818348 ], [ -112.02067564937363, 40.447423920217823 ], [ -112.02067578565112, 40.447432927889452 ], [ -112.02091186991954, 40.447448860747805 ], [ -112.02094724167442, 40.44744854833359 ], [ -112.02121965226263, 40.447527221828608 ], [ -112.02146793671773, 40.447570072385304 ], [ -112.02153908952211, 40.447596470211138 ], [ -112.02172869418341, 40.447657856526995 ], [ -112.02191898140903, 40.447764280865236 ], [ -112.02225157602028, 40.447923499681785 ], [ -112.02229942115551, 40.447968120907838 ], [ -112.02264531033732, 40.448226318601364 ], [ -112.02276471964335, 40.448324359703022 ], [ -112.02294513181711, 40.448556993916966 ], [ -112.02295719576334, 40.448574904897278 ], [ -112.02302903318625, 40.448646340097476 ], [ -112.02322014498132, 40.448806808191996 ], [ -112.02346019758967, 40.449083957964866 ], [ -112.02363952076836, 40.449244529725654 ], [ -112.02373589830137, 40.449378809242354 ], [ -112.02378401886214, 40.449441445137779 ], [ -112.02401146470289, 40.449664652159107 ], [ -112.02408412487561, 40.449790132613316 ], [ -112.02414540457654, 40.449942740461594 ], [ -112.02424164736821, 40.450068011858463 ], [ -112.02439711935536, 40.450210776009179 ], [ -112.02462388575202, 40.450388943458776 ], [ -112.02464760474433, 40.450397742069995 ], [ -112.02497898694389, 40.450475883832979 ], [ -112.02523893871445, 40.450509613892862 ], [ -112.0253924969056, 40.450526269505119 ], [ -112.02566341841893, 40.450505848086323 ], [ -112.0257105828256, 40.450505429567173 ], [ -112.02615768547082, 40.450438399115576 ], [ -112.02645136615197, 40.450363720592655 ], [ -112.02670981008583, 40.450298363187031 ], [ -112.02715649882001, 40.450204305949633 ], [ -112.027485276017, 40.450111295183476 ], [ -112.02774454134202, 40.450099981372816 ], [ -112.02826334630117, 40.450095367302119 ], [ -112.02885262248148, 40.450072105925351 ], [ -112.02930123074327, 40.450104147463286 ], [ -112.02988146591076, 40.450261138683288 ], [ -112.03015362278924, 40.450321775535102 ], [ -112.03051983343138, 40.450363555519409 ], [ -112.03068518350661, 40.450380098965212 ], [ -112.03115751436185, 40.450420930617298 ], [ -112.03147780141764, 40.450544197023419 ], [ -112.03156295620519, 40.450714605532582 ], [ -112.03157764005378, 40.45090366064975 ], [ -112.03157777780362, 40.450912668285163 ], [ -112.03152240336087, 40.451147392948052 ], [ -112.03145372222599, 40.451283138814091 ], [ -112.03135214610252, 40.451581337705584 ], [ -112.0311683052568, 40.451898288145713 ], [ -112.0310446587782, 40.452295781127191 ], [ -112.0309422533694, 40.452539933840853 ], [ -112.03079323192917, 40.452820537632803 ], [ -112.03062310359414, 40.45326348893645 ], [ -112.03051027984816, 40.453597822744982 ], [ -112.03040869626582, 40.453896020783723 ], [ -112.0304584776603, 40.454066745341841 ], [ -112.03049522898709, 40.454156506299149 ], [ -112.03056914483655, 40.454363051069699 ], [ -112.03074014861932, 40.454748907228783 ], [ -112.03075207810221, 40.454757809705683 ], [ -112.03084971682891, 40.454973151574769 ], [ -112.03111574781819, 40.45540320387655 ], [ -112.03120077036861, 40.455564604817603 ], [ -112.03126138296015, 40.455672170335241 ], [ -112.03152865932398, 40.45618329021832 ], [ -112.0316844364803, 40.456344059307561 ], [ -112.03188807198546, 40.4565494452116 ], [ -112.0321516345724, 40.456817357609559 ], [ -112.03233155063002, 40.457013945660272 ], [ -112.0325238116187, 40.457246458562018 ], [ -112.03268180049403, 40.457551348173652 ], [ -112.03270593684012, 40.457587167941902 ], [ -112.03279262138166, 40.45785665902654 ], [ -112.03280744860092, 40.458054721316039 ], [ -112.03280786244765, 40.458081744178266 ], [ -112.03286916972101, 40.458234346849089 ], [ -112.03288123806622, 40.458252256710118 ], [ -112.03283903470951, 40.458576952545471 ], [ -112.03268890490884, 40.458785497601824 ], [ -112.03260897784158, 40.458957379885149 ], [ -112.03258815121808, 40.459137742987345 ], [ -112.03262587378404, 40.459290556456523 ], [ -112.03265180388973, 40.459443475267214 ], [ -112.03262056390459, 40.459714019907302 ], [ -112.03254284237305, 40.460030024028569 ], [ -112.03252518750558, 40.460417562307022 ], [ -112.03252546335095, 40.460435577542754 ], [ -112.03253808371024, 40.460489517900236 ], [ -112.03256511756899, 40.460714497634918 ], [ -112.0326283579581, 40.460993206978138 ], [ -112.03286890717324, 40.461297358469395 ], [ -112.0330750455482, 40.46166487894471 ], [ -112.03316491150805, 40.462141544593216 ], [ -112.03314546571896, 40.462411983821994 ], [ -112.03314767396988, 40.462556105628074 ], [ -112.03323257270523, 40.46270849709375 ], [ -112.0334111274319, 40.462815006915868 ], [ -112.03381306379296, 40.462874474398483 ], [ -112.0343104521631, 40.463005157095971 ], [ -112.03478536177228, 40.463208109655156 ], [ -112.03509530597273, 40.463421546583149 ], [ -112.03527580176851, 40.46365415992608 ], [ -112.03555299790895, 40.464039056947918 ], [ -112.03558920829988, 40.464092785567907 ], [ -112.03575611529911, 40.464208404922132 ], [ -112.03601654025721, 40.464269132748328 ], [ -112.03656014763959, 40.464336329484517 ], [ -112.03719782683137, 40.464384661821384 ], [ -112.03761129189141, 40.464425994891705 ], [ -112.03795552179206, 40.464567045519992 ], [ -112.03816863722412, 40.464619184492072 ], [ -112.03821567261183, 40.46460975315442 ], [ -112.03835622380667, 40.464545428648357 ], [ -112.03867173450011, 40.46435340802487 ], [ -112.03878814268111, 40.464253264591292 ], [ -112.03907895340031, 40.463989394115224 ], [ -112.03931135041944, 40.463762083551316 ], [ -112.03939251543764, 40.46367126525454 ], [ -112.03977475072622, 40.463217385125752 ], [ -112.04015781462834, 40.46281754931595 ], [ -112.04052796887186, 40.462345757699595 ], [ -112.04085011159987, 40.461820344186229 ], [ -112.04113979121797, 40.46148440790995 ], [ -112.0414273812443, 40.461013357052543 ], [ -112.04163478311223, 40.460696178522738 ], [ -112.04191321800984, 40.460396376995156 ], [ -112.04233260612001, 40.460059268356787 ], [ -112.04289517348025, 40.459828972530751 ], [ -112.04344678059536, 40.459652825994148 ], [ -112.04376336925003, 40.459532852476308 ], [ -112.04409147042941, 40.459394756404265 ], [ -112.04458327083505, 40.459165091611609 ], [ -112.04507548663746, 40.458962447511929 ], [ -112.04536694818357, 40.458743599487164 ], [ -112.04546944968068, 40.458508442368313 ], [ -112.04552324480872, 40.458174628422029 ], [ -112.04555513062417, 40.45794911879976 ], [ -112.0455868765884, 40.457714601577912 ], [ -112.04577122316218, 40.457433659503465 ], [ -112.04621443740032, 40.457114338860222 ], [ -112.04636647794517, 40.457031882914549 ], [ -112.04666957935376, 40.456803917352438 ], [ -112.04707978639405, 40.456638042712484 ], [ -112.04765550004528, 40.456497693129151 ], [ -112.04839503960542, 40.456274775189534 ], [ -112.04932296563038, 40.456032124728168 ], [ -112.04982847835578, 40.455928437025733 ], [ -112.05040446054167, 40.455806089028727 ], [ -112.05115689809408, 40.455655107019759 ], [ -112.05196772958494, 40.455467553279597 ], [ -112.05261347076065, 40.455281497432516 ], [ -112.0532012339071, 40.455159028229851 ], [ -112.05381229695789, 40.455018325917464 ], [ -112.05424718499668, 40.454924271644359 ], [ -112.05464613314541, 40.454794508280642 ], [ -112.05504324801601, 40.454547645246237 ], [ -112.05544205140779, 40.454408871612202 ], [ -112.05592339465993, 40.454269342594444 ], [ -112.0565466586179, 40.454155540932845 ], [ -112.05706407832287, 40.454060721638967 ], [ -112.05746287454799, 40.453921941109179 ], [ -112.05770880266228, 40.453811584730062 ], [ -112.05788285052105, 40.453629814938047 ], [ -112.05802265331062, 40.453520429141719 ], [ -112.05833833860794, 40.453346370933282 ], [ -112.05861893067772, 40.453190650975507 ], [ -112.05887650422805, 40.453071176606649 ], [ -112.059134925495, 40.453005746990641 ], [ -112.05927628098927, 40.452995442788819 ], [ -112.05937061227343, 40.452994578260018 ], [ -112.05947588605271, 40.452939560261214 ], [ -112.05952121227311, 40.452822029749655 ], [ -112.05958828157581, 40.452587184858984 ], [ -112.059677659443, 40.452271055754615 ], [ -112.05973336099576, 40.452063341529296 ], [ -112.05983495331085, 40.451774126845471 ], [ -112.05999521740614, 40.451466356321838 ], [ -112.06022693446323, 40.451202974438026 ], [ -112.06047015755453, 40.450921468818201 ], [ -112.0607017292735, 40.450649078452876 ], [ -112.06103955933487, 40.450384721116379 ], [ -112.06160056331584, 40.450064260178806 ], [ -112.06205785529075, 40.449897899994937 ], [ -112.06236342461102, 40.449832029956291 ], [ -112.06271587284822, 40.449747710410875 ], [ -112.06305652936922, 40.449663498240831 ], [ -112.06347957860153, 40.449569518182464 ], [ -112.06386668607512, 40.449439831981401 ], [ -112.06414795948722, 40.449329136587224 ], [ -112.0645580771331, 40.449163200822795 ], [ -112.06489744859596, 40.448997915400817 ], [ -112.06517743840321, 40.4488061496589 ], [ -112.06538554486845, 40.448542974991149 ], [ -112.06556949949865, 40.448243987179573 ], [ -112.0657070019664, 40.447990471622397 ], [ -112.0656682155541, 40.447774616731643 ], [ -112.06570159491444, 40.44764818503289 ], [ -112.06585316306416, 40.447538681266785 ], [ -112.06603825162492, 40.44731175305462 ], [ -112.06625856764276, 40.447075490735791 ], [ -112.06632660470954, 40.446903694866897 ], [ -112.06655614550732, 40.446505187479694 ], [ -112.06679009889012, 40.446385913418496 ], [ -112.06716596133177, 40.446292355384564 ], [ -112.06761341907955, 40.446252188014569 ], [ -112.06798999251833, 40.446203665013584 ], [ -112.06829653744811, 40.446200832294828 ], [ -112.06863831022098, 40.446188664229382 ], [ -112.06873291707549, 40.446205807252419 ], [ -112.06881573378588, 40.446223059217303 ], [ -112.06888661763631, 40.44623141261453 ], [ -112.06896900625895, 40.446221641864149 ], [ -112.06912199324309, 40.446202209239196 ], [ -112.06952071764454, 40.446063387827067 ], [ -112.06983762360566, 40.445970366609544 ], [ -112.07011915830103, 40.445877671992761 ], [ -112.0704472809871, 40.445748509844499 ], [ -112.07070580551537, 40.445692062307693 ], [ -112.07094160731435, 40.445689877848466 ], [ -112.07107258526476, 40.445769743954827 ], [ -112.07113210779842, 40.44580522781343 ], [ -112.07121592570736, 40.445885530759782 ], [ -112.07126380131334, 40.445930131338983 ], [ -112.07134862078274, 40.446073486880287 ], [ -112.07138513557103, 40.446145219265311 ], [ -112.07149410818487, 40.446324386231453 ], [ -112.07180580485162, 40.446645815149481 ], [ -112.07184217734135, 40.446708539847371 ], [ -112.07186661651684, 40.44676236633925 ], [ -112.07237631855475, 40.446928806915636 ], [ -112.07243555642522, 40.446946275027159 ], [ -112.07247107052397, 40.446954954374625 ], [ -112.07270802237285, 40.447024826438877 ], [ -112.07309710275743, 40.44702121498694 ], [ -112.07342794810327, 40.447063187299598 ], [ -112.07372241936008, 40.447042434594749 ], [ -112.07401631683362, 40.446985651067322 ], [ -112.07436916526015, 40.446928318876864 ], [ -112.07487543022336, 40.446878567929936 ], [ -112.07515983245358, 40.446966011405777 ], [ -112.07531382414341, 40.447009623194006 ], [ -112.07559779665057, 40.447070043033214 ], [ -112.07585818900826, 40.447130681649206 ], [ -112.07589370362184, 40.447139359937815 ], [ -112.07590549394524, 40.447139250193949 ], [ -112.07634202328103, 40.447153203848913 ], [ -112.07660141039611, 40.447150788199579 ], [ -112.07665993075877, 40.447123216575363 ], [ -112.07671859483079, 40.447104652432493 ], [ -112.07690608958887, 40.447030834961581 ], [ -112.077175684485, 40.446929225576582 ], [ -112.07744369617657, 40.446728532974028 ], [ -112.07756059155346, 40.446664381349144 ], [ -112.07780904985918, 40.446716117975171 ], [ -112.07798633525765, 40.44674149129694 ], [ -112.07834004260263, 40.446738192081867 ], [ -112.07864529280516, 40.446654264338108 ], [ -112.07878619941125, 40.446616913957378 ], [ -112.07902229194238, 40.446632727983754 ], [ -112.0792476030003, 40.446711704136746 ], [ -112.07960217488618, 40.446762446079745 ], [ -112.07988672667292, 40.446858885355184 ], [ -112.08037200241033, 40.446971465698951 ], [ -112.08063513976671, 40.447203235987857 ], [ -112.08075463019357, 40.447301216139131 ], [ -112.08094673927295, 40.44751563209455 ], [ -112.08102051251002, 40.447704127952001 ], [ -112.08110549921582, 40.447856483489915 ], [ -112.08110752008203, 40.447982588436723 ], [ -112.08121594393793, 40.448125715826592 ], [ -112.08127605128382, 40.448197224332695 ], [ -112.08143019396829, 40.448249835370198 ], [ -112.08164126752133, 40.448175789634739 ], [ -112.0819342960461, 40.448064941043491 ], [ -112.08220330923039, 40.447927290020651 ], [ -112.0824379617477, 40.447853022071023 ], [ -112.08280201908644, 40.447759523798368 ], [ -112.08321251380487, 40.447620544984495 ], [ -112.08400160066232, 40.447559094474691 ], [ -112.08461513401039, 40.447580365609461 ], [ -112.08503987690722, 40.447594396985394 ], [ -112.08517015049839, 40.447629209402834 ], [ -112.08537116649116, 40.447663357426876 ], [ -112.08566723052144, 40.447741656621616 ], [ -112.08589240781788, 40.447811612175002 ], [ -112.08618876312991, 40.447907924978445 ], [ -112.08644931279024, 40.447977547039798 ], [ -112.08649690970769, 40.448004126183406 ], [ -112.08673460465444, 40.448119006640063 ], [ -112.0873861283704, 40.448302065027136 ], [ -112.08762309975172, 40.448371906235785 ], [ -112.08771771415991, 40.448389033610304 ], [ -112.08778860237544, 40.448397375352165 ], [ -112.08790578105328, 40.448351228323439 ], [ -112.08805673295812, 40.448205665999033 ], [ -112.08816124891909, 40.448105584852165 ], [ -112.08818439392773, 40.448078340432097 ], [ -112.0882892001173, 40.447996274121984 ], [ -112.08853505495128, 40.447885852971275 ], [ -112.08874597391963, 40.447802786898585 ], [ -112.08908760435678, 40.447781550836645 ], [ -112.08953491155076, 40.447732291178646 ], [ -112.08994844775913, 40.447782445507372 ], [ -112.09022020875985, 40.447815917968526 ], [ -112.09050361480519, 40.447840271084388 ], [ -112.09077552192406, 40.447882749700589 ], [ -112.09102341155371, 40.447898427851314 ], [ -112.09137654056242, 40.447859058806358 ], [ -112.09157624843797, 40.447812128799711 ], [ -112.09175252105494, 40.447774428642468 ], [ -112.09197566333451, 40.447718267760941 ], [ -112.09229341972062, 40.447679230081555 ], [ -112.09242355117989, 40.447705026809047 ], [ -112.09260099006337, 40.447739385066143 ], [ -112.09281350840735, 40.447755393719667 ], [ -112.09282529877235, 40.447755282248757 ], [ -112.0930736261445, 40.447797978385282 ], [ -112.09313272395347, 40.447806428346027 ], [ -112.09329837306365, 40.447840897026126 ], [ -112.09340477844177, 40.44785790821696 ], [ -112.09342835920287, 40.447857685152876 ], [ -112.09351059985833, 40.447838889472287 ], [ -112.09354582498086, 40.447829547382973 ], [ -112.09370972198955, 40.447755925963257 ], [ -112.09404945133193, 40.447617578300374 ], [ -112.09421261678874, 40.447498918889657 ], [ -112.09462264707081, 40.447332877500791 ], [ -112.09492758634978, 40.447230892079816 ], [ -112.09503282151384, 40.447175842134683 ], [ -112.09546701325496, 40.447045604221472 ], [ -112.09579670077215, 40.447015452688213 ], [ -112.09584400797799, 40.447024013040561 ], [ -112.09591489564852, 40.447032349805816 ], [ -112.09598592966512, 40.447049693980382 ], [ -112.0961154758358, 40.447039456740157 ], [ -112.09622144151457, 40.4470294429901 ], [ -112.09665767978539, 40.447025304966559 ], [ -112.09678751866326, 40.447033081876583 ], [ -112.09692914779178, 40.447040746752513 ], [ -112.09703482039617, 40.447012717358227 ], [ -112.09719915099431, 40.446966113405054 ], [ -112.09734004746831, 40.446928740532478 ], [ -112.09766812137347, 40.446799501743506 ], [ -112.09796038376763, 40.446643575677747 ], [ -112.09814814647065, 40.446587738957518 ], [ -112.09839515280052, 40.446549356660086 ], [ -112.09855962796414, 40.446511758242337 ], [ -112.09891171779738, 40.44640931419945 ], [ -112.09911082889664, 40.446326341507508 ], [ -112.0993681559918, 40.44619777059512 ], [ -112.09970713147489, 40.44601436930175 ], [ -112.09997668680606, 40.445912707217772 ], [ -112.10034041437514, 40.445801139242235 ], [ -112.10066921164368, 40.445716929264329 ], [ -112.10095084822488, 40.445633167551883 ], [ -112.10117338734688, 40.445540959326081 ], [ -112.10140712760224, 40.445412608580739 ], [ -112.10150012346061, 40.4453306428601 ], [ -112.10162804755026, 40.44522131766459 ], [ -112.10173268566369, 40.44513023195848 ], [ -112.10174432844647, 40.445121112145266 ], [ -112.10179075245189, 40.445075625442449 ], [ -112.10187181043064, 40.444984764370723 ], [ -112.10198735496246, 40.444839521420796 ], [ -112.1021494696143, 40.444657798953344 ], [ -112.10236906048885, 40.444385439713621 ], [ -112.10256565899651, 40.444149334733659 ], [ -112.10281000365335, 40.443948809262487 ], [ -112.10303268190307, 40.443865604973951 ], [ -112.10332388799334, 40.443646613543187 ], [ -112.1035683758964, 40.443455093941317 ], [ -112.10390452610291, 40.443100539309157 ], [ -112.1041022946665, 40.442936491265556 ], [ -112.10432334632699, 40.442754202759417 ], [ -112.10458005994025, 40.442589590738542 ], [ -112.10506165572417, 40.442476881535825 ], [ -112.10527356971977, 40.442456837743421 ], [ -112.10536758972131, 40.442437921009464 ], [ -112.10567337574876, 40.442389952246749 ], [ -112.10591977159429, 40.442315524377818 ], [ -112.10637719361986, 40.442167005610912 ], [ -112.10670434027864, 40.441983697029045 ], [ -112.10711282772685, 40.441727537741791 ], [ -112.10739325681897, 40.441571701181445 ], [ -112.10767383246886, 40.4414248713801 ], [ -112.1085521032056, 40.441056098185157 ], [ -112.10893892412398, 40.440917255198777 ], [ -112.10930260948976, 40.440805659477206 ], [ -112.10960660773453, 40.440649591366245 ], [ -112.11002716131843, 40.440411323650061 ], [ -112.11025938478011, 40.440192881142657 ], [ -112.11070202848919, 40.439864310354459 ], [ -112.11101588024273, 40.439591028882738 ], [ -112.1114235949476, 40.439289817571705 ], [ -112.11169132475094, 40.439080039624486 ], [ -112.11190144490907, 40.438951894825969 ], [ -112.11199516121999, 40.43891495794459 ], [ -112.11208947117326, 40.438914050655796 ], [ -112.11223301447946, 40.439038793406546 ], [ -112.11225718584863, 40.439074596206844 ], [ -112.11243698709337, 40.439253042878605 ], [ -112.1125806802723, 40.439386792587015 ], [ -112.11265260133345, 40.439458171077383 ], [ -112.11301072328996, 40.439724988687857 ], [ -112.11315545870421, 40.439921789528064 ], [ -112.11327587406636, 40.440073780194339 ], [ -112.11351611189413, 40.440341731476252 ], [ -112.11356445697284, 40.440413336488163 ], [ -112.11366129609704, 40.440565553854071 ], [ -112.11385274544315, 40.440734877186031 ], [ -112.1139483961301, 40.440815035022382 ], [ -112.11407986042897, 40.440921874133551 ], [ -112.11416357382687, 40.440993137997893 ], [ -112.11418759820718, 40.441019932952486 ], [ -112.11441605391769, 40.441287995862346 ], [ -112.11450289233815, 40.441548414982961 ], [ -112.11453093402963, 40.44181840979536 ], [ -112.11453182669746, 40.44187245422399 ], [ -112.11455016232208, 40.442268666343971 ], [ -112.11456626641422, 40.442529767379163 ], [ -112.11457459854786, 40.443034181957678 ], [ -112.11461428198311, 40.443295055587186 ], [ -112.11458605557553, 40.443727751928726 ], [ -112.11456827936517, 40.444079267946087 ], [ -112.11445588786415, 40.444413678538474 ], [ -112.11439946854702, 40.444567372690756 ], [ -112.11429767512689, 40.44482961025264 ], [ -112.11424333770799, 40.445109407935391 ], [ -112.11423720063219, 40.445451802796519 ], [ -112.11414764148684, 40.445740948760978 ], [ -112.11395093072859, 40.445968065500537 ], [ -112.11380227091338, 40.446248771895704 ], [ -112.1136301784293, 40.446538712686454 ], [ -112.11351881912276, 40.446936174142763 ], [ -112.113464922959, 40.447242993623426 ], [ -112.1134213299875, 40.447459625505019 ], [ -112.11353502450032, 40.447917980647439 ], [ -112.11369201599319, 40.448141688894999 ], [ -112.11381259636175, 40.448302685975094 ], [ -112.11387333293759, 40.448410206653094 ], [ -112.11392213056415, 40.448508833523967 ], [ -112.11401942876259, 40.448688072401971 ], [ -112.11405732885808, 40.448840857212836 ], [ -112.1141074659066, 40.449020550545377 ], [ -112.11408730630707, 40.449227947912476 ], [ -112.11402132304947, 40.449516866377856 ], [ -112.11411921808163, 40.44973213469369 ], [ -112.11411951561048, 40.449750149481076 ], [ -112.11425367600974, 40.450019121073268 ], [ -112.11438664707688, 40.450216033346564 ], [ -112.11454186099822, 40.450331651544346 ], [ -112.11455394937826, 40.450349552634265 ], [ -112.11465050781325, 40.450483753912145 ], [ -112.11468692198757, 40.450546464530667 ], [ -112.11478377869162, 40.450698680466047 ], [ -112.11529659084846, 40.45104507763164 ], [ -112.11560583440048, 40.45120425214597 ], [ -112.11598478166964, 40.451299691080365 ], [ -112.11638597012018, 40.45131383453483 ], [ -112.11640955190641, 40.451313606767037 ], [ -112.11668253180942, 40.451419075691319 ], [ -112.11692058721529, 40.45155190792282 ], [ -112.11702760058024, 40.451604926725572 ], [ -112.11707565935971, 40.451658515210731 ], [ -112.11718356811825, 40.451765578152092 ], [ -112.11746983425252, 40.451961005005877 ], [ -112.11771983339074, 40.452102728916273 ], [ -112.11792252009027, 40.45223590106631 ], [ -112.11818401361946, 40.452359495142375 ], [ -112.11864595660634, 40.452481148814663 ], [ -112.11893013807172, 40.452550468683263 ], [ -112.11930984476678, 40.45269093339796 ], [ -112.11945343111977, 40.45281566631855 ], [ -112.11956089697242, 40.452895704827455 ], [ -112.11982239600493, 40.453019295108334 ], [ -112.1202507679664, 40.453249373400212 ], [ -112.12062093482064, 40.45352505850839 ], [ -112.12078915566944, 40.453712612623605 ], [ -112.12098125951886, 40.453917952495296 ], [ -112.1212812837542, 40.454230350955498 ], [ -112.12142652444993, 40.454454162304778 ], [ -112.12152340204932, 40.454606372212098 ], [ -112.1217656728939, 40.454991400263239 ], [ -112.12193494949642, 40.455242004101585 ], [ -112.12205721082455, 40.455502072917717 ], [ -112.12225247123368, 40.455896565042558 ], [ -112.12231367795394, 40.456031102950547 ], [ -112.12252997629852, 40.456272240447937 ], [ -112.12254191795712, 40.45628113328403 ], [ -112.12261476744393, 40.45640654913106 ], [ -112.12268716737341, 40.456504942855652 ], [ -112.12290361857053, 40.456755086952029 ], [ -112.12303527846203, 40.456870922335682 ], [ -112.12334876783146, 40.457282281286588 ], [ -112.12339863624712, 40.457443955208134 ], [ -112.12341147850482, 40.457506892066419 ], [ -112.12359376026332, 40.457829437403653 ], [ -112.12369199851291, 40.45806271143784 ], [ -112.12377619389277, 40.458160989763115 ], [ -112.12383620493836, 40.458223467940122 ], [ -112.12388442401405, 40.458286060748165 ], [ -112.12392070096904, 40.458339760852333 ], [ -112.12425448341251, 40.458552726062699 ], [ -112.12460974930615, 40.458639357933869 ], [ -112.12487082910116, 40.458735914207423 ], [ -112.12507264822158, 40.458815029134307 ], [ -112.12541597399384, 40.458892765931282 ], [ -112.12564122824311, 40.458962642858673 ], [ -112.12572452540597, 40.459006875635026 ], [ -112.12576035311005, 40.459033553100227 ], [ -112.12584590613454, 40.459212895931117 ], [ -112.12592920374119, 40.459257128552089 ], [ -112.12594114637767, 40.459266021019296 ], [ -112.12613087521598, 40.459327234244363 ], [ -112.12640495571611, 40.45949573080761 ], [ -112.12660828371129, 40.459664916388171 ], [ -112.12676459387197, 40.459843568785544 ], [ -112.12694373695712, 40.459976954306754 ], [ -112.12696777328964, 40.46000374635905 ], [ -112.12711274446161, 40.460209535246491 ], [ -112.12712468742292, 40.460218427585573 ], [ -112.12724532179429, 40.460379409598843 ], [ -112.12773724736788, 40.460879103861309 ], [ -112.1279044519341, 40.461003595535594 ], [ -112.12794043223401, 40.461039279623471 ], [ -112.12820182740747, 40.461153842808869 ], [ -112.12824944980457, 40.461180404352596 ], [ -112.12838052463623, 40.461260203992246 ], [ -112.12845203383277, 40.461304549851846 ], [ -112.12876029976454, 40.461400636524445 ], [ -112.12908096247941, 40.461532636477259 ], [ -112.12922383160954, 40.461612319930943 ], [ -112.12952166531525, 40.461789585699933 ], [ -112.12972410257818, 40.461904721573397 ], [ -112.12989282269297, 40.462119283525034 ], [ -112.13001316520645, 40.462262247811651 ], [ -112.1302162086502, 40.462413412081389 ], [ -112.13057331458963, 40.462608113065798 ], [ -112.13084772160954, 40.462794613312951 ], [ -112.1309091030309, 40.462938153516362 ], [ -112.13106528114412, 40.463107792420544 ], [ -112.13107737623933, 40.463125691653246 ], [ -112.131186987966, 40.463331821283198 ], [ -112.13128435401616, 40.463511044267022 ], [ -112.13146699235796, 40.463851590766048 ], [ -112.13155317154764, 40.464066958207937 ], [ -112.13159006246653, 40.464156684996603 ], [ -112.13161440450612, 40.464201490652584 ], [ -112.13165129558381, 40.464291217417561 ], [ -112.13172341491655, 40.464371590423937 ], [ -112.13181896947196, 40.464442725093008 ], [ -112.13246925552612, 40.464535451910464 ], [ -112.13282441175282, 40.46461305055945 ], [ -112.13309686524693, 40.464682450152537 ], [ -112.1333348482278, 40.464806239893718 ], [ -112.13344204684985, 40.464868250229884 ], [ -112.13375275947369, 40.465108440162801 ], [ -112.13399226015549, 40.465322301587442 ], [ -112.13408933357645, 40.465483507392626 ], [ -112.13413817350715, 40.465582124874736 ], [ -112.13424643485811, 40.465707185576761 ], [ -112.13427062769358, 40.465742983323587 ], [ -112.13449788419901, 40.465929937448152 ], [ -112.13455776055336, 40.465983402442099 ], [ -112.13464243652354, 40.46610869428477 ], [ -112.13498687147872, 40.466249453027409 ], [ -112.13501060997886, 40.46625822869823 ], [ -112.13561526103376, 40.466441473769066 ], [ -112.13617228595719, 40.466598157485961 ], [ -112.13632590489945, 40.466614664803288 ], [ -112.13638487233645, 40.466614085025753 ], [ -112.13655058854947, 40.466648490680129 ], [ -112.13668077256517, 40.466674236769052 ], [ -112.13700117178028, 40.466788199483702 ], [ -112.13719245093466, 40.466939467004408 ], [ -112.13771607889582, 40.467213586105807 ], [ -112.13808654591838, 40.467498219901721 ], [ -112.13814627442993, 40.467542675673052 ], [ -112.13845655973857, 40.467755830583357 ], [ -112.13852914725051, 40.467863221004329 ], [ -112.13857738692781, 40.467925807300638 ], [ -112.13867523582525, 40.468132045427687 ], [ -112.13870110549047, 40.468266922364123 ], [ -112.13870217051247, 40.468329973383852 ], [ -112.13872667096567, 40.468383784713652 ], [ -112.13878685716433, 40.46845526199516 ], [ -112.13879880312358, 40.468464153074613 ], [ -112.13916593301033, 40.468550622879967 ], [ -112.1396506975437, 40.468617914029764 ], [ -112.14008737366329, 40.468631624805013 ], [ -112.14012275513785, 40.468631275776488 ], [ -112.1403234025131, 40.468638305026595 ], [ -112.14058210465504, 40.468590708291771 ], [ -112.14061657168214, 40.468536315419414 ], [ -112.14083989182153, 40.468489067293454 ], [ -112.14093393730431, 40.468470121352603 ], [ -112.14108847633766, 40.468540665945369 ], [ -112.14112477257878, 40.468594360294162 ], [ -112.14113702381188, 40.468621265688007 ], [ -112.14122202029675, 40.468764567002047 ], [ -112.14135571766111, 40.468997475162929 ], [ -112.14144117264991, 40.469167798129988 ], [ -112.14152556037783, 40.469275070076328 ], [ -112.14178746787606, 40.469416623456205 ], [ -112.14204968166761, 40.469576190776188 ], [ -112.14215704842091, 40.469647200041237 ], [ -112.14235968330088, 40.469771320287002 ], [ -112.1425874337345, 40.469985279706947 ], [ -112.14277919255147, 40.470163559423156 ], [ -112.14295808919522, 40.4702789045364 ], [ -112.14310145134171, 40.470385592054328 ], [ -112.14318462120065, 40.47042080454051 ], [ -112.14322030909825, 40.470438469093281 ], [ -112.14338542688569, 40.470436835665758 ], [ -112.14351455107882, 40.470399523012532 ], [ -112.14367890464294, 40.470352852817662 ], [ -112.14387909882744, 40.470332854009058 ], [ -112.14411421655305, 40.470285482787588 ], [ -112.14443250424378, 40.470273322674437 ], [ -112.14469319795872, 40.470342811174014 ], [ -112.14484728621315, 40.470386328806946 ], [ -112.14518962148985, 40.470400954735872 ], [ -112.14521320971666, 40.470400721001816 ], [ -112.1456264628888, 40.470423651667261 ], [ -112.14579203981539, 40.470449036591795 ], [ -112.14592192824691, 40.47045675758001 ], [ -112.14601582180218, 40.470428800229485 ], [ -112.14606269197961, 40.470410317894917 ], [ -112.14629688930475, 40.470308898679789 ], [ -112.14672959319499, 40.47008839540063 ], [ -112.14704481391615, 40.469896082909493 ], [ -112.14719660324396, 40.469804488512828 ], [ -112.14747781932729, 40.469693591401651 ], [ -112.14760632636178, 40.469620245187727 ], [ -112.14791220256063, 40.4695721636188 ], [ -112.14821869200141, 40.469560110272475 ], [ -112.14852579517468, 40.469584085137392 ], [ -112.14871480545597, 40.469600224224763 ], [ -112.14885571891892, 40.469562788436413 ], [ -112.1489604827722, 40.469480667957441 ], [ -112.14906432515257, 40.469344503860334 ], [ -112.14911011892404, 40.46926296952811 ], [ -112.14921442133891, 40.469153827062669 ], [ -112.14930754382678, 40.469080830804863 ], [ -112.14952886252325, 40.468916471652818 ], [ -112.1496800317622, 40.468788845041885 ], [ -112.14985371254537, 40.468597932794886 ], [ -112.15006277358498, 40.468406668224631 ], [ -112.15031946937512, 40.468241955516071 ], [ -112.15042407568751, 40.468150826492462 ], [ -112.15057570271357, 40.468050220495378 ], [ -112.15077588774805, 40.468030209853119 ], [ -112.1509645865498, 40.468028330816317 ], [ -112.15116600186595, 40.468080377500257 ], [ -112.15132008889003, 40.468123886532844 ], [ -112.15152150475333, 40.46817593258865 ], [ -112.15182921817394, 40.468235927741766 ], [ -112.15207780960793, 40.468287502654327 ], [ -112.15221948813806, 40.46829509905016 ], [ -112.15223128185404, 40.468294981471459 ], [ -112.15229055835576, 40.468312408051347 ], [ -112.15243239093664, 40.468329011430491 ], [ -112.15263396223752, 40.468390062770084 ], [ -112.1527054947088, 40.468434393245893 ], [ -112.15275313173368, 40.468460944456247 ], [ -112.15291886031136, 40.468495326450956 ], [ -112.15296603530335, 40.468494855841591 ], [ -112.15307202496437, 40.468484789657197 ], [ -112.15313099369178, 40.468484201314475 ], [ -112.15327205634996, 40.468455767442194 ], [ -112.15348341892491, 40.468399605451097 ], [ -112.15363596668847, 40.468353038947754 ], [ -112.15391654909563, 40.468206097405513 ], [ -112.1541038603538, 40.468123148073289 ], [ -112.15434921404973, 40.467985566045449 ], [ -112.1546529177792, 40.467811365439573 ], [ -112.15485109482174, 40.467674253659901 ], [ -112.15511987815017, 40.467527427098616 ], [ -112.15530672293632, 40.467417454140268 ], [ -112.15544731925777, 40.467361995938973 ], [ -112.15583496172273, 40.46726803205204 ], [ -112.15601124672368, 40.467230233806504 ], [ -112.15613958514625, 40.467147871029894 ], [ -112.15616239978252, 40.467102598900517 ], [ -112.15616054612158, 40.466994512075892 ], [ -112.15614844371005, 40.466976615581338 ], [ -112.15611198205008, 40.466913918853457 ], [ -112.15598055509157, 40.466816136873433 ], [ -112.15588450878927, 40.466718000897643 ], [ -112.15580071943999, 40.466646768609259 ], [ -112.15575153839826, 40.466530146271587 ], [ -112.15571507735579, 40.4664674494053 ], [ -112.15565302243846, 40.466287894281265 ], [ -112.15561563525767, 40.466171153947556 ], [ -112.15565987498472, 40.465999544728646 ], [ -112.15576338966942, 40.465845360314283 ], [ -112.15580901858044, 40.465754816184791 ], [ -112.15588724740171, 40.465501787910249 ], [ -112.15598937086995, 40.465266538148995 ], [ -112.15617111077087, 40.464859324976828 ], [ -112.15623692633969, 40.464570385475618 ], [ -112.15626828920745, 40.46433584331642 ], [ -112.15639445905863, 40.46412737894665 ], [ -112.15662614646638, 40.463881823380234 ], [ -112.15674283946466, 40.463808585240244 ], [ -112.15696458637251, 40.463671233904414 ], [ -112.15717515786289, 40.463570029175749 ], [ -112.15737269895392, 40.463396884265968 ], [ -112.15754603487603, 40.463187946300877 ], [ -112.15769593886064, 40.462988251570707 ], [ -112.1578813748331, 40.462797209465833 ], [ -112.15813710180527, 40.462578436375487 ], [ -112.15834596598771, 40.462378149970881 ], [ -112.15874196294457, 40.462085899339328 ], [ -112.15900916735166, 40.461848991670394 ], [ -112.15934573118615, 40.461530308581665 ], [ -112.1596714288582, 40.461265786261208 ], [ -112.15989269661279, 40.461101407746582 ], [ -112.15996236653908, 40.461037647034154 ], [ -112.16005624097554, 40.461009678492985 ], [ -112.1601633024961, 40.461062656594734 ], [ -112.16030543147809, 40.461097264979266 ], [ -112.16049488533584, 40.461140406806315 ], [ -112.16053041764935, 40.46114905881582 ], [ -112.16073243947893, 40.461237117990436 ], [ -112.16099326904745, 40.46131557730655 ], [ -112.1613250091691, 40.461402332330707 ], [ -112.16162121749446, 40.46148043473125 ], [ -112.16194380534375, 40.461720429314262 ], [ -112.16221736219067, 40.461852810608029 ], [ -112.16243087028369, 40.461922733712427 ], [ -112.16247819580646, 40.461931266507477 ], [ -112.16265632669385, 40.462001545010764 ], [ -112.16282173335975, 40.46201789854728 ], [ -112.16293996979527, 40.462034726482898 ], [ -112.16298729545647, 40.462043259067329 ], [ -112.16305820628706, 40.4620515542967 ], [ -112.16318870156606, 40.462095284969202 ], [ -112.1634020559854, 40.462156199031597 ], [ -112.16363930688146, 40.462234889677447 ], [ -112.16379354357564, 40.462287389414151 ], [ -112.1638529730793, 40.462313817331221 ], [ -112.16405500263657, 40.462401870571483 ], [ -112.16420892898323, 40.462436355308292 ], [ -112.16443330025864, 40.462452112565344 ], [ -112.16450421167723, 40.462460406898415 ], [ -112.16462198253987, 40.462450211448143 ], [ -112.16469273839071, 40.462449498449807 ], [ -112.16495093152452, 40.462374826035514 ], [ -112.1651385240384, 40.462309873577766 ], [ -112.16523255364366, 40.462290908057128 ], [ -112.16540928712872, 40.462280117338224 ], [ -112.16555188833192, 40.462341740829039 ], [ -112.16561131855171, 40.4623681678314 ], [ -112.16573002340509, 40.462412014530038 ], [ -112.16586036530629, 40.462446734937473 ], [ -112.16593189988099, 40.462491057237891 ], [ -112.16603927980202, 40.462562044207843 ], [ -112.16621819490788, 40.462677353190458 ], [ -112.16643264452733, 40.462801312054999 ], [ -112.16672964394574, 40.462924437218184 ], [ -112.16675338524183, 40.462933206332544 ], [ -112.17196399230524, 40.465493032817442 ], [ -112.17204842333408, 40.465600281929497 ], [ -112.17214543081268, 40.465752447301291 ], [ -112.17215769380515, 40.465779349254234 ], [ -112.17223189842032, 40.465976789681577 ], [ -112.1723285936188, 40.46611094050612 ], [ -112.17244981561217, 40.466298895076086 ], [ -112.17254682503189, 40.466451060066142 ], [ -112.17258314493039, 40.466504744219961 ], [ -112.17264461825246, 40.466648260881016 ], [ -112.17275498887059, 40.466890377841992 ], [ -112.17277920240261, 40.466926167229239 ], [ -112.17285246996077, 40.467069564084781 ], [ -112.1728074900402, 40.467196143343699 ], [ -112.17280921370363, 40.467295222343083 ], [ -112.17275071649604, 40.467322842255896 ], [ -112.17241873147005, 40.467902771873582 ], [ -112.17238507386436, 40.468002209784736 ], [ -112.17217039281506, 40.468544913564308 ], [ -112.17196828514946, 40.469132533256818 ], [ -112.17174556111134, 40.469891528178529 ], [ -112.17162631719975, 40.470496324548066 ], [ -112.17156745087625, 40.471181587600192 ], [ -112.17180672836591, 40.472053012042444 ], [ -112.17185562808851, 40.472151612639657 ], [ -112.17184555632853, 40.472250811178384 ], [ -112.17198990730876, 40.472411505186109 ], [ -112.17216051062073, 40.47272508173829 ], [ -112.17254733320284, 40.473261683590287 ], [ -112.17293384851702, 40.473780269670073 ], [ -112.17324928818593, 40.474281558441547 ], [ -112.17327475911333, 40.474389404992628 ], [ -112.1733846748817, 40.474604499319071 ], [ -112.17342335229196, 40.474793290585694 ], [ -112.17339047706234, 40.474937764539924 ], [ -112.1734157916672, 40.475036603873626 ], [ -112.17341924174484, 40.47523476155785 ], [ -112.17336152205634, 40.475307417672212 ], [ -112.17333918684605, 40.475379714513494 ], [ -112.17336465837407, 40.475487561016834 ], [ -112.17346309504151, 40.475720789285539 ], [ -112.17352348122485, 40.475801254947633 ], [ -112.17359691730721, 40.47595365812343 ], [ -112.17370479751457, 40.476051658891009 ], [ -112.17396538542616, 40.476112073389011 ], [ -112.17415426222375, 40.476119163345011 ], [ -112.17427236909172, 40.476126972096644 ], [ -112.17453185893989, 40.476124335166858 ], [ -112.17476760176451, 40.476112930290974 ], [ -112.17515872109306, 40.476217058934161 ], [ -112.17531189908284, 40.476206492480422 ], [ -112.17546696223921, 40.476304011733568 ], [ -112.1756685774692, 40.476365022185711 ], [ -112.17621633645511, 40.476656737517729 ], [ -112.17627735560831, 40.476773230293198 ], [ -112.17628002823865, 40.476926351937394 ], [ -112.17626964802943, 40.477007536389316 ], [ -112.17618881127942, 40.477107455442599 ], [ -112.17618157499224, 40.477368782989558 ], [ -112.17603829720109, 40.477946801398133 ], [ -112.17601910778104, 40.478199241784729 ], [ -112.17594959310237, 40.478272019181581 ], [ -112.17598843721382, 40.478469816495789 ], [ -112.17596956187025, 40.478740271163574 ], [ -112.17603121134002, 40.478892792620343 ], [ -112.17600982104713, 40.479019132828483 ], [ -112.1761677215696, 40.479278779733775 ], [ -112.176229057565, 40.479413286754315 ], [ -112.17646056408499, 40.479834341573934 ], [ -112.17660667263736, 40.480094107871864 ], [ -112.17709014294915, 40.480755832009805 ], [ -112.17752533740371, 40.481354984684657 ], [ -112.17794653918502, 40.4818281557964 ], [ -112.17799592768142, 40.481953774832071 ], [ -112.17813952703101, 40.482069424687602 ], [ -112.17818891607297, 40.482195043628103 ], [ -112.17821487068463, 40.482329910214567 ], [ -112.17820669716748, 40.48253719471186 ], [ -112.17795946570011, 40.483242397208407 ], [ -112.17751609901846, 40.484201842611164 ], [ -112.17715088941348, 40.48490824530144 ], [ -112.17707161843681, 40.485098236353281 ], [ -112.17699140289128, 40.485234184510368 ], [ -112.17699250438039, 40.485297234490908 ], [ -112.17701751378895, 40.4853780584532 ], [ -112.17709018183082, 40.48548542320632 ], [ -112.17748797114092, 40.485967842791062 ], [ -112.17788560871713, 40.486441253751543 ], [ -112.17816544079616, 40.4869248731287 ], [ -112.17820209161169, 40.486996569378938 ], [ -112.17854611317549, 40.487776821677173 ], [ -112.1786324744193, 40.487992150601706 ], [ -112.17878160435438, 40.488423048887348 ], [ -112.17924172075621, 40.48909400974992 ], [ -112.17955964724297, 40.489730385204041 ], [ -112.17999334549644, 40.490239455315674 ], [ -112.1802151683064, 40.490777714029093 ], [ -112.18061285403549, 40.491251114548781 ], [ -112.18102423826743, 40.491832478411347 ], [ -112.18132160090072, 40.492640224639082 ], [ -112.1814050270501, 40.493360070071496 ], [ -112.18142662068414, 40.4939183904362 ], [ -112.18134266315556, 40.494513824755352 ], [ -112.1812620218806, 40.495298408298822 ], [ -112.18119533927324, 40.495533316796418 ], [ -112.18107219155731, 40.495912941977124 ], [ -112.18075083685211, 40.496429723328774 ], [ -112.18053582269634, 40.496954426134778 ], [ -112.18059280713361, 40.497512384778226 ], [ -112.18058195584494, 40.497566547977584 ], [ -112.18001107854032, 40.497986780255346 ], [ -112.17986996640551, 40.498015247335587 ], [ -112.17955281863264, 40.498099563643009 ], [ -112.17944678701718, 40.498109654663523 ], [ -112.17928160351818, 40.498111340549983 ], [ -112.17912853425345, 40.498130920030754 ], [ -112.17904657327766, 40.498167791229541 ], [ -112.17885810729835, 40.498187731513873 ], [ -112.17868191300201, 40.498234572484975 ], [ -112.17856597383658, 40.498352868425847 ], [ -112.17834321382894, 40.498436218696725 ], [ -112.17799350151768, 40.498683019798982 ], [ -112.17763198766681, 40.498929940114564 ], [ -112.1770008255241, 40.499278702121792 ], [ -112.17681330021543, 40.499352681829578 ], [ -112.17661287374166, 40.499363731546865 ], [ -112.17648387098895, 40.499410088641106 ], [ -112.17637941031101, 40.499510248077037 ], [ -112.17629728878008, 40.499538110241659 ], [ -112.17607876943948, 40.49986464846706 ], [ -112.17586827229981, 40.499974895329302 ], [ -112.17585804599469, 40.500065086603627 ], [ -112.17585946157273, 40.500146150688536 ], [ -112.17647947168575, 40.500509197391011 ], [ -112.17718507555327, 40.501042534432599 ], [ -112.17736537307218, 40.501229880615504 ], [ -112.17760403853306, 40.501380596816162 ], [ -112.1778755823178, 40.501386837888795 ], [ -112.17811188552727, 40.501402446340983 ], [ -112.17897011646913, 40.501889172518005 ], [ -112.1797194807898, 40.502223855582891 ], [ -112.18036549837365, 40.50272174634771 ], [ -112.18098007611366, 40.503445172594688 ], [ -112.18147572007246, 40.504115759291409 ], [ -112.18199576464262, 40.504831137704734 ], [ -112.18243068848622, 40.505403245374836 ], [ -112.18253989524565, 40.505573293282659 ], [ -112.18260221842466, 40.505761838342636 ], [ -112.18275783571879, 40.505886367483257 ], [ -112.18281841906169, 40.505975834427126 ], [ -112.18340739445736, 40.506582396032478 ], [ -112.18355976595902, 40.50719342747626 ], [ -112.18360807607669, 40.5072559935724 ], [ -112.18363547769228, 40.50747192183308 ], [ -112.18375633303829, 40.507632840477449 ], [ -112.18382808623106, 40.507686157599956 ], [ -112.18395947563346, 40.507774898454421 ], [ -112.18458276960573, 40.508318041205321 ], [ -112.18499381996132, 40.508872366061873 ], [ -112.18522770688368, 40.509419498070976 ], [ -112.18527325952972, 40.509995587724049 ], [ -112.18531231011504, 40.510202387267391 ], [ -112.18537369392496, 40.510336888071954 ], [ -112.1855770068086, 40.510487950049438 ], [ -112.18573168865426, 40.510558432418961 ], [ -112.18580376390784, 40.510629762365703 ], [ -112.18613112015375, 40.51112188086411 ], [ -112.18628225760584, 40.511660851202116 ], [ -112.18649129244642, 40.512136165890055 ], [ -112.18656495808646, 40.512297565976368 ], [ -112.18692916188327, 40.512870381886998 ], [ -112.18712132004271, 40.513057590409289 ], [ -112.18728828751063, 40.513154970497609 ], [ -112.18737375767626, 40.513316248730149 ], [ -112.18745795695848, 40.513405470393266 ], [ -112.18747245997253, 40.513558469160522 ], [ -112.18760529613337, 40.513728269102437 ], [ -112.18764181327478, 40.513790954622806 ], [ -112.18764372054903, 40.513899039351998 ], [ -112.18754100295229, 40.514098286382904 ], [ -112.18713732089039, 40.514633947588422 ], [ -112.18704846768821, 40.514950164729974 ], [ -112.1869097060663, 40.515113746702539 ], [ -112.18679534154326, 40.515322121379754 ], [ -112.1862423495056, 40.516093538925347 ], [ -112.18594454630811, 40.516610091411636 ], [ -112.18565981028468, 40.517198578536735 ], [ -112.18520967932238, 40.517779752944008 ], [ -112.18453006396541, 40.518065991714842 ], [ -112.18381709559732, 40.518469681193331 ], [ -112.18311877159631, 40.519035372726421 ], [ -112.18301397447962, 40.519117523981585 ], [ -112.18247739109718, 40.519483364315896 ], [ -112.18186103111387, 40.52001217460608 ], [ -112.18132459244613, 40.520387016789243 ], [ -112.18074046248442, 40.520735317799236 ], [ -112.18007275873016, 40.521030417347582 ], [ -112.17976809593783, 40.521159650258681 ], [ -112.17905317195847, 40.521455226076938 ], [ -112.17889061393264, 40.521610032510821 ], [ -112.17876362186824, 40.521773484554643 ], [ -112.17874238281834, 40.521908831544387 ], [ -112.17875607935945, 40.522016796052732 ], [ -112.17879338201523, 40.522124519717771 ], [ -112.1789896484736, 40.522545925387945 ], [ -112.17909370186099, 40.523094393363841 ], [ -112.1790210232558, 40.523662682168741 ], [ -112.17897744025241, 40.52387032663966 ], [ -112.17890176123944, 40.524267480939208 ], [ -112.17883113166461, 40.52495286148875 ], [ -112.1789380290766, 40.525663456622496 ], [ -112.17896198678503, 40.526356880569047 ], [ -112.17884303571279, 40.526979693213796 ], [ -112.17885704931879, 40.527105671737708 ], [ -112.17879929242517, 40.527178330469646 ], [ -112.17888570807732, 40.527393657042595 ], [ -112.17890145817564, 40.527618713295496 ], [ -112.17921862490746, 40.528201040617297 ], [ -112.17946576168418, 40.528829125308896 ], [ -112.17934633771917, 40.529424917016435 ], [ -112.17932166292555, 40.530037758782107 ], [ -112.17924080754557, 40.53081333004566 ], [ -112.17921518412695, 40.531372129300301 ], [ -112.17919583831493, 40.531615560908783 ], [ -112.17922086891325, 40.531696383479378 ], [ -112.17929311847246, 40.531776724070916 ], [ -112.17932963813546, 40.531839411997701 ], [ -112.17940173004325, 40.531910745455967 ], [ -112.17952214682148, 40.532044646210998 ], [ -112.18005119624078, 40.532588772645219 ], [ -112.18009920586857, 40.532633325616501 ], [ -112.18038067651742, 40.533197996403672 ], [ -112.18055811982245, 40.53388985083248 ], [ -112.18089799314185, 40.534417888736606 ], [ -112.18132145804852, 40.534999122866701 ], [ -112.18140257426332, 40.535583856675231 ], [ -112.18148669858206, 40.536339724218927 ], [ -112.18164023449022, 40.537013803713627 ], [ -112.18184083834311, 40.537678392770829 ], [ -112.18236947658262, 40.538195486059806 ], [ -112.18240584434525, 40.538249165816787 ], [ -112.18260876137168, 40.538373210091883 ], [ -112.18265693530044, 40.538426768913247 ], [ -112.18274195275926, 40.538561028470099 ], [ -112.18280763637259, 40.53893871971291 ], [ -112.1826309384839, 40.539634195384153 ], [ -112.18271381533074, 40.540318004964895 ], [ -112.18278441237766, 40.540974914155782 ], [ -112.18254582574075, 40.541508867293125 ], [ -112.18252411381442, 40.541617193402942 ], [ -112.18243251346732, 40.54178028677574 ], [ -112.18235319434567, 40.54197028034762 ], [ -112.18235461984781, 40.542051343653299 ], [ -112.18242783492818, 40.54218572413572 ], [ -112.18241761237778, 40.542275915310299 ], [ -112.18238495860298, 40.54310504568128 ], [ -112.18214683673342, 40.543666019047158 ], [ -112.1816476927446, 40.544157592815047 ], [ -112.18119561114604, 40.544639674578853 ], [ -112.18104465213244, 40.544785356395252 ], [ -112.18089226858174, 40.544849974712051 ], [ -112.18080066002848, 40.545013066818498 ], [ -112.1805799641037, 40.545222521354354 ], [ -112.18011700926458, 40.545758761886269 ], [ -112.17975572866585, 40.546032711418718 ], [ -112.17956744520892, 40.546070668648916 ], [ -112.17940340807968, 40.546144412642846 ], [ -112.17925117784669, 40.546218035882291 ], [ -112.17919372144132, 40.546308708874285 ], [ -112.17927779438185, 40.546388928535073 ], [ -112.17978444926823, 40.546996343617451 ], [ -112.17981628410131, 40.547464468220824 ], [ -112.17981865530396, 40.547599573724384 ], [ -112.17983963169706, 40.548121861050127 ], [ -112.17984073830387, 40.548184910277811 ], [ -112.17990926213544, 40.548724729216957 ], [ -112.17979671811955, 40.549041181256499 ], [ -112.17981042292664, 40.549149145040836 ], [ -112.1797287169841, 40.54920403133287 ], [ -112.17968354078765, 40.549321605059497 ], [ -112.17942993261831, 40.549675531722364 ], [ -112.17929155667993, 40.549866125938308 ], [ -112.17926920503803, 40.549938423267605 ], [ -112.17918828774869, 40.550038344347712 ], [ -112.179167041995, 40.550173690878459 ], [ -112.17924120810086, 40.550362115347461 ], [ -112.17922059443451, 40.550533490003815 ], [ -112.17920314099048, 40.550885005262295 ], [ -112.17927620183879, 40.551010380464085 ], [ -112.17926549991745, 40.551073550213104 ], [ -112.17920867161398, 40.551200251314555 ], [ -112.17919907573068, 40.551326470264449 ], [ -112.17914272113384, 40.551480192421337 ], [ -112.17895082925438, 40.55198663489314 ], [ -112.17866588923567, 40.552575104199718 ], [ -112.17866667900657, 40.552620139346629 ], [ -112.17861063806748, 40.552791875300734 ], [ -112.17867173358245, 40.552908364278231 ], [ -112.17868749099752, 40.55313341951075 ], [ -112.17881710818685, 40.553789727607473 ], [ -112.17892453263872, 40.554527339708436 ], [ -112.17862966888637, 40.555224013640498 ], [ -112.17828756330303, 40.555921168638122 ], [ -112.17826615623629, 40.55604750789395 ], [ -112.17824443325956, 40.556155833093896 ], [ -112.17823420341233, 40.556246023792383 ], [ -112.17825940066452, 40.556335853145747 ], [ -112.17830805817303, 40.556416434559644 ], [ -112.1784274122697, 40.556487286145185 ], [ -112.1785946347994, 40.556593683769108 ], [ -112.17871398951047, 40.556664535047773 ], [ -112.1792402279935, 40.55703752689702 ], [ -112.17969735628053, 40.557510317061706 ], [ -112.18024079479073, 40.55818942208986 ], [ -112.18063087945463, 40.55887910051959 ], [ -112.1809241210516, 40.559434638149135 ], [ -112.18102081395696, 40.559559770428081 ], [ -112.18103483990159, 40.559685747837825 ], [ -112.18123892851219, 40.559872842265484 ], [ -112.18136003377354, 40.560042767751455 ], [ -112.1818631693595, 40.560443009432952 ], [ -112.18226255831779, 40.560988448760952 ], [ -112.18266417339491, 40.561659984599096 ], [ -112.18290972842478, 40.562188979163018 ], [ -112.18302569303425, 40.562737317650161 ], [ -112.18302680320112, 40.562800366645391 ], [ -112.18299597189242, 40.563061932473801 ], [ -112.1829555503662, 40.563449717212947 ], [ -112.18298059824653, 40.563530538301698 ], [ -112.18293573591833, 40.563666127065638 ], [ -112.18296078386192, 40.563746948154929 ], [ -112.18299811799801, 40.563854669278456 ], [ -112.18308190065503, 40.563916871564601 ], [ -112.18317060074406, 40.56425829068624 ], [ -112.18329108445576, 40.564392185857209 ], [ -112.18334054725103, 40.564517799852609 ], [ -112.18337819975709, 40.564643534815232 ], [ -112.18327587142926, 40.564869798589072 ], [ -112.18287281138167, 40.56545948700596 ], [ -112.18225762672233, 40.566078371116305 ], [ -112.1820837939113, 40.566269331149151 ], [ -112.18195783722911, 40.56649583551669 ], [ -112.181927158872, 40.566766407974228 ], [ -112.18188213393886, 40.566892989317921 ], [ -112.18180991588068, 40.567488296968449 ], [ -112.1819736015086, 40.568063173625823 ], [ -112.18214260236786, 40.568268642354255 ], [ -112.18216812674549, 40.568376484521721 ], [ -112.18219285863192, 40.568439291714817 ], [ -112.18217082145289, 40.568529603406382 ], [ -112.18218374222302, 40.568592531477663 ], [ -112.18200712575901, 40.56929701086635 ], [ -112.18206514923806, 40.569909002840191 ], [ -112.1820179797682, 40.570585131502675 ], [ -112.18199641722302, 40.570702464111939 ], [ -112.18204667508734, 40.570873113445217 ], [ -112.1821791389016, 40.571015895606969 ], [ -112.18225333782851, 40.571204317033512 ], [ -112.18291598535158, 40.571936238878294 ], [ -112.18337546483119, 40.572535109275471 ], [ -112.18342556896457, 40.572696750904647 ], [ -112.1835218100139, 40.572794859528287 ], [ -112.18360877910125, 40.573037200806993 ], [ -112.18357604159229, 40.573190682596113 ], [ -112.18362678167377, 40.573388352029795 ], [ -112.18359277420315, 40.573469777971233 ], [ -112.18357121361174, 40.573587110791387 ], [ -112.18353736470331, 40.573677543696668 ], [ -112.1834090190397, 40.573768944778905 ], [ -112.18335186302848, 40.5738776336282 ], [ -112.18287597456346, 40.574359964194365 ], [ -112.18274905431232, 40.5745324273989 ], [ -112.1826085765003, 40.574605934604875 ], [ -112.18259898472766, 40.57473215329243 ], [ -112.18253001433759, 40.57484096268481 ], [ -112.18218531763631, 40.575394016027971 ], [ -112.18177195951456, 40.576073891286804 ], [ -112.18137952469552, 40.576600404760427 ], [ -112.18081853861426, 40.576948468045181 ], [ -112.18052702240107, 40.577167654345871 ], [ -112.18039929929915, 40.57729508011986 ], [ -112.18037662379358, 40.57734936346727 ], [ -112.18043790404282, 40.577474857653755 ], [ -112.18041507018377, 40.577520134022791 ], [ -112.18056806604216, 40.578158181123875 ], [ -112.18086361267012, 40.578839813660096 ], [ -112.18106228422455, 40.579387306964712 ], [ -112.18116344331528, 40.57976463370985 ], [ -112.18122662873667, 40.579998211115651 ], [ -112.18143141488451, 40.580221331595688 ], [ -112.18144465443969, 40.580302273556946 ], [ -112.18146970728434, 40.58038309467932 ], [ -112.18130733251208, 40.580555918837888 ], [ -112.1804659601453, 40.581087019568969 ], [ -112.18040736826747, 40.581114644168707 ], [ -112.17985720368002, 40.58140854050572 ], [ -112.17968174279747, 40.581509427270376 ], [ -112.17923726061495, 40.581766206837244 ], [ -112.17895769030737, 40.581994275731006 ], [ -112.17885405679947, 40.582148479638676 ], [ -112.17862521660882, 40.582574219061506 ], [ -112.17829653106929, 40.58337032904101 ], [ -112.17816140399452, 40.583750068453661 ], [ -112.17808202600639, 40.583940058598735 ], [ -112.17803650891452, 40.584039617389244 ], [ -112.17790750403255, 40.584094984648281 ], [ -112.17760081596082, 40.584125137700696 ], [ -112.17743636872397, 40.584180865784532 ], [ -112.1764359714781, 40.584407265930182 ], [ -112.17636540321503, 40.584426001871108 ], [ -112.17608439204611, 40.584573001110883 ], [ -112.17555638874704, 40.584785573955337 ], [ -112.17522890631159, 40.584978087059085 ], [ -112.17515991374331, 40.585086892173628 ], [ -112.17503106206779, 40.585151263260819 ], [ -112.17495135832982, 40.585323237375015 ], [ -112.17494080527337, 40.585395413477862 ], [ -112.17495403819042, 40.585476356206762 ], [ -112.17507533309706, 40.585655294110829 ], [ -112.17517063512233, 40.585699367454623 ], [ -112.17520733917232, 40.585771062743802 ], [ -112.17526798715384, 40.585860531567661 ], [ -112.17541149282603, 40.585958165760772 ], [ -112.17540125558699, 40.586048355867717 ], [ -112.17571615631722, 40.586486571818526 ], [ -112.17607186962556, 40.587230663378577 ], [ -112.17616672260669, 40.587923358916726 ], [ -112.17654292093873, 40.588487068428229 ], [ -112.17650889761673, 40.588568492301256 ], [ -112.17647645282936, 40.588739985964516 ], [ -112.17640824784742, 40.588893826680284 ], [ -112.1762798636919, 40.588985220144366 ], [ -112.17616534568212, 40.589193583899359 ], [ -112.17613147938036, 40.589284014642942 ], [ -112.17583518022225, 40.589908624018449 ], [ -112.1758362847003, 40.589971672879486 ], [ -112.17572050154634, 40.590107980360678 ], [ -112.17568836961861, 40.590297487756096 ], [ -112.17582227945935, 40.590521339207619 ], [ -112.1758131467077, 40.590674578136856 ], [ -112.17597070840554, 40.591573832442997 ], [ -112.17612511790504, 40.59229294683022 ], [ -112.17612606491335, 40.59234698868314 ], [ -112.17630600342697, 40.593173945728502 ], [ -112.17655715645206, 40.594018194077542 ], [ -112.17689763020472, 40.594564248488297 ], [ -112.17735800639966, 40.595208173949757 ], [ -112.17752362385563, 40.595891137382587 ], [ -112.17753891683738, 40.596089170145312 ], [ -112.17751828757993, 40.596260543422332 ], [ -112.1773208908272, 40.596460744490479 ], [ -112.1767145082294, 40.596926361625414 ], [ -112.17664566420173, 40.597044174510351 ], [ -112.17646952642704, 40.59710902889676 ], [ -112.17630646762804, 40.597245818408091 ], [ -112.17624880731248, 40.597327482845778 ], [ -112.17619177834619, 40.597445175124633 ], [ -112.17618359310711, 40.597652455706083 ], [ -112.17625293704846, 40.598237306811164 ], [ -112.17628746432349, 40.598858546717707 ], [ -112.17631254423556, 40.599615011348952 ], [ -112.17639323475839, 40.600172720885737 ], [ -112.17639481390547, 40.60026279050841 ], [ -112.17634896798384, 40.600344334622235 ], [ -112.17624388003243, 40.600417473524566 ], [ -112.17612571199388, 40.600418676970946 ], [ -112.17589300642068, 40.600628243659642 ], [ -112.17564218925955, 40.601153294195868 ], [ -112.17545455612765, 40.601911923881232 ], [ -112.17537390495289, 40.602705498714855 ], [ -112.17536163148658, 40.603354240455069 ], [ -112.17533706711261, 40.603976081513622 ], [ -112.17586745328936, 40.60456524782024 ], [ -112.1764996268566, 40.604892126374104 ], [ -112.17729409230611, 40.605037175866677 ], [ -112.17762593407333, 40.605087843955062 ], [ -112.17778146066794, 40.605194360709241 ], [ -112.17831657653248, 40.605378082013758 ], [ -112.17854285277021, 40.605474867293189 ], [ -112.17869980599151, 40.605662445289767 ], [ -112.17873779129985, 40.605806194577042 ], [ -112.17873984869199, 40.605923284872951 ], [ -112.17875293256067, 40.605995219818098 ], [ -112.17870724403515, 40.606085771748909 ], [ -112.17867384795818, 40.606203223885956 ], [ -112.17844761808017, 40.606782080443644 ], [ -112.17850876471415, 40.606898567756225 ], [ -112.17847520968576, 40.607007012885227 ], [ -112.17862113968422, 40.60723974620899 ], [ -112.17875366995742, 40.607382530516979 ], [ -112.17934241225696, 40.607926041877363 ], [ -112.17959017841716, 40.608572127550907 ], [ -112.17991782597551, 40.609055242482881 ], [ -112.18047383212162, 40.609752227721174 ], [ -112.18087446447251, 40.610351704928377 ], [ -112.18114525767692, 40.610961517243481 ], [ -112.18135601032773, 40.611517891740846 ], [ -112.1816121377383, 40.61196569892514 ], [ -112.18170827519263, 40.612054800727897 ], [ -112.18181559691247, 40.612107753792699 ], [ -112.1819222839065, 40.612124679052158 ], [ -112.18197035292106, 40.612169229829384 ], [ -112.18258969738552, 40.612433145702163 ], [ -112.18320968226762, 40.612733085855439 ], [ -112.18326925370548, 40.612759501134384 ], [ -112.1838318984383, 40.613159119438855 ], [ -112.1844793514253, 40.613674976230278 ], [ -112.18526546100807, 40.614009235367043 ], [ -112.18530155523631, 40.61404489908788 ], [ -112.18547947955601, 40.614079106936138 ], [ -112.18562130959853, 40.614077650901486 ], [ -112.185797004593, 40.613985761512161 ], [ -112.1861260292677, 40.613874280013306 ], [ -112.18698627509053, 40.613721304478062 ], [ -112.18714024226523, 40.613737738918644 ], [ -112.18743556035454, 40.613725694183607 ], [ -112.18757850599259, 40.613787284090478 ], [ -112.18789841961843, 40.613829036505514 ], [ -112.18799392983543, 40.61388210527906 ], [ -112.18816019543492, 40.613925437472524 ], [ -112.18834067431929, 40.614103751329715 ], [ -112.1886396653732, 40.614298862219123 ], [ -112.18914453595625, 40.614771117347061 ], [ -112.1893021797874, 40.614994707504167 ], [ -112.18929211749325, 40.61509390509427 ], [ -112.18941638120158, 40.615434949879997 ], [ -112.18949033296673, 40.61560535046609 ], [ -112.1894821879867, 40.615812630804228 ], [ -112.18950710500575, 40.615884442477416 ], [ -112.18965213431287, 40.616063119333525 ], [ -112.189738386325, 40.616260418644174 ], [ -112.1903258570792, 40.616722808812696 ], [ -112.19086445763713, 40.617095614516089 ], [ -112.19138294521917, 40.617666812983067 ], [ -112.19151648371761, 40.61786362303183 ], [ -112.19176598036748, 40.617933116764505 ], [ -112.19216083842144, 40.618199297198203 ], [ -112.19224469850241, 40.618261491186075 ], [ -112.19237551797158, 40.618305183175536 ], [ -112.19252088059251, 40.618501869936274 ], [ -112.19273684337283, 40.618679810258762 ], [ -112.19322086081891, 40.619305407439455 ], [ -112.1934216843047, 40.619960955119438 ], [ -112.19354229095389, 40.62009483662797 ], [ -112.19363781457062, 40.620147900487915 ], [ -112.19379243940729, 40.620200353307673 ], [ -112.19401798581448, 40.620252072630599 ], [ -112.19425663619697, 40.62037572424633 ], [ -112.19461445293396, 40.620552193845889 ], [ -112.19504415655251, 40.620781969598191 ], [ -112.19557976441723, 40.6209836217309 ], [ -112.19589159152811, 40.621232631700671 ], [ -112.19608030538667, 40.621870282775937 ], [ -112.19610240962814, 40.622446599616943 ], [ -112.1961839392755, 40.623040317898933 ], [ -112.19619736700029, 40.623130264070724 ], [ -112.19612804961274, 40.623221067357306 ], [ -112.19610730058052, 40.623383435750604 ], [ -112.19614436984379, 40.623473137041927 ], [ -112.19625332825962, 40.623616144777067 ], [ -112.19675800185892, 40.624070350401624 ], [ -112.19718073980205, 40.624570445864869 ], [ -112.19747103922266, 40.624936785320116 ], [ -112.19754470061488, 40.625089166326283 ], [ -112.19766950859281, 40.625457221356207 ], [ -112.19761193712039, 40.626205525756937 ], [ -112.19730338056732, 40.626803287821353 ], [ -112.19678331860376, 40.627475309432434 ], [ -112.19642842724541, 40.628127600405314 ], [ -112.19633344609969, 40.628768189280983 ], [ -112.19635950087206, 40.62890304711209 ], [ -112.19631542894984, 40.629083674063452 ], [ -112.19635362713272, 40.629236423115195 ], [ -112.19647715066571, 40.629532424349954 ], [ -112.19651647497447, 40.629748221280991 ], [ -112.19649894088256, 40.630090726580896 ], [ -112.19647867337062, 40.630280115417847 ], [ -112.08217539967086, 40.631092595016455 ], [ -112.06730152229174, 40.631167967576488 ], [ -112.06313951205286, 40.631179334942878 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 22, \"properties\": { \"NAME\": \"CANYONS SCHOOL DISTRICT\", \"TOTENROLL\": 33469, \"Color4\": \"4\", \"Shape_Leng\": 126484.84182099999, \"Shape_Area\": 496463761.74400002 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.84779795848745, 40.630690904712608 ], [ -111.84506653883984, 40.630692907720174 ], [ -111.84472354823714, 40.630686408486895 ], [ -111.84451061449509, 40.630678957201546 ], [ -111.84429779425464, 40.630680513360481 ], [ -111.84409691077967, 40.630690990543961 ], [ -111.84388409047833, 40.630692545940917 ], [ -111.84367138353727, 40.630703108784573 ], [ -111.84347049987801, 40.630713584879928 ], [ -111.84325790611346, 40.630733154802748 ], [ -111.84305702228727, 40.630743630180284 ], [ -111.84284442829379, 40.630763199343939 ], [ -111.84263194740714, 40.63079177595845 ], [ -111.8424311764996, 40.630811258091207 ], [ -111.84223051865328, 40.630839747717928 ], [ -111.84201815039887, 40.630877331049852 ], [ -111.84181749216739, 40.630905819962251 ], [ -111.84141640132535, 40.630980812432945 ], [ -111.84120414518986, 40.631027402119727 ], [ -111.84080327888614, 40.631120408162133 ], [ -111.84061466875316, 40.631166824599525 ], [ -111.84041434784262, 40.631222334622947 ], [ -111.83986045129662, 40.631370502983806 ], [ -111.8390119792795, 40.631601887285655 ], [ -111.83415682527736, 40.63293430812859 ], [ -111.83415749792158, 40.63298835527204 ], [ -111.82855878875834, 40.634452030910531 ], [ -111.82782580820729, 40.634466296380154 ], [ -111.81952596335267, 40.634579548727935 ], [ -111.81761056688097, 40.634602134629553 ], [ -111.81545978202165, 40.634716437915408 ], [ -111.8150816284428, 40.634737124989833 ], [ -111.81368725327911, 40.63481902783063 ], [ -111.81260030328411, 40.634898750960886 ], [ -111.81208047564326, 40.634938442398102 ], [ -111.81188066466429, 40.635038942743265 ], [ -111.81152801067134, 40.63521258632256 ], [ -111.81129359760013, 40.635385398183708 ], [ -111.81103542569551, 40.635549367762884 ], [ -111.81073071797255, 40.635776724180083 ], [ -111.81044998375569, 40.636030937552697 ], [ -111.81026275382462, 40.636194407489597 ], [ -111.81009971632052, 40.636402750759466 ], [ -111.80990109545986, 40.636602334693087 ], [ -111.80972634015862, 40.636819768278279 ], [ -111.80961016247035, 40.636991747575642 ], [ -111.80947087903168, 40.63720893206667 ], [ -111.80936695983023, 40.637416859856685 ], [ -111.80925143287274, 40.637642886230964 ], [ -111.80914729480612, 40.63783279800866 ], [ -111.80906702316166, 40.638040559810669 ], [ -111.80878138095073, 40.637889413396117 ], [ -111.80761191900106, 40.637014748589692 ], [ -111.80719469540908, 40.636738396977826 ], [ -111.80699194291724, 40.636595675316592 ], [ -111.80676543389404, 40.636444110595569 ], [ -111.8064319638743, 40.636248249069276 ], [ -111.80588849033381, 40.635306132481311 ], [ -111.80592266330389, 40.63519778991428 ], [ -111.80613094928182, 40.634817971812495 ], [ -111.80617284224255, 40.633385300036615 ], [ -111.80636180849423, 40.633365963342762 ], [ -111.80662280978804, 40.632454264208505 ], [ -111.80685332126619, 40.631957176598846 ], [ -111.80674083666848, 40.631453476469808 ], [ -111.80684399610219, 40.631182495389091 ], [ -111.80618187737578, 40.631187119584929 ], [ -111.8052122378957, 40.631184875955476 ], [ -111.80306013469145, 40.631181844450516 ], [ -111.80051785339344, 40.631181478212291 ], [ -111.80038779417012, 40.631182379711753 ], [ -111.80016303887466, 40.631174928565798 ], [ -111.80006845035024, 40.631175583925597 ], [ -111.79622514690142, 40.631148094752199 ], [ -111.7959177340138, 40.63115021390513 ], [ -111.79121120374235, 40.631119495429374 ], [ -111.78648092183992, 40.631079738169809 ], [ -111.78419200113247, 40.632035991074481 ], [ -111.78234103063173, 40.632447089805773 ], [ -111.78061857634314, 40.633599605862599 ], [ -111.78034232389059, 40.635131417608413 ], [ -111.77934083518977, 40.635995086557287 ], [ -111.77743002043475, 40.637171887978752 ], [ -111.77702850070713, 40.637239813265211 ], [ -111.77471773594176, 40.637563886123473 ], [ -111.77556056980731, 40.711204264839743 ], [ -111.7590095690397, 40.711161133148764 ], [ -111.73884601443264, 40.710958635346536 ], [ -111.72095802066154, 40.710981656705272 ], [ -111.70183854528729, 40.710982373908031 ], [ -111.68277830726936, 40.710988582199043 ], [ -111.66369434695957, 40.710991779369458 ], [ -111.65920006696696, 40.711440935878578 ], [ -111.64685229042328, 40.712672897851938 ], [ -111.62728315685183, 40.712753870956419 ], [ -111.6076546602952, 40.7128228302591 ], [ -111.60619852623333, 40.7128304861956 ], [ -111.60615011023474, 40.712713628469793 ], [ -111.60594763122801, 40.712579562309024 ], [ -111.60567404086162, 40.712436860307598 ], [ -111.60553100046864, 40.712329507366832 ], [ -111.60533995432296, 40.712150337083692 ], [ -111.60510180049485, 40.711998439262587 ], [ -111.60486389230448, 40.711873565500952 ], [ -111.60467431612841, 40.711856541460612 ], [ -111.60443763115423, 40.711866789630072 ], [ -111.60412902052472, 40.711778318992572 ], [ -111.60397406432354, 40.711662017847942 ], [ -111.60387813723172, 40.71152739047912 ], [ -111.60380604976137, 40.711410655563924 ], [ -111.60370963520266, 40.711221978902465 ], [ -111.60346969914032, 40.710871897437301 ], [ -111.60333769066385, 40.710674397896724 ], [ -111.60301513596197, 40.710351773080063 ], [ -111.6029312945011, 40.71024410760684 ], [ -111.60271585426463, 40.7099839827384 ], [ -111.60251306562267, 40.709813877604788 ], [ -111.60210822170606, 40.7095547399936 ], [ -111.60184624646406, 40.709384942365539 ], [ -111.60154884003443, 40.70922433739333 ], [ -111.60128751573585, 40.70912660404899 ], [ -111.6010501108441, 40.709055771431096 ], [ -111.60082413943987, 40.708939835714631 ], [ -111.60063384407673, 40.708841731172683 ], [ -111.60049025302189, 40.708671314410346 ], [ -111.60039385183431, 40.708482634796162 ], [ -111.60026177631886, 40.708276123358424 ], [ -111.5999266828491, 40.707872477330334 ], [ -111.59979452917494, 40.707656957115184 ], [ -111.59948376294165, 40.707325252330392 ], [ -111.59931626083096, 40.707127932351348 ], [ -111.59905357569151, 40.706877054355289 ], [ -111.59888607598214, 40.706679733719902 ], [ -111.5986111535489, 40.706383875053227 ], [ -111.59832568618913, 40.706232208368839 ], [ -111.59813435445368, 40.706016992882468 ], [ -111.59804980107859, 40.705828249816825 ], [ -111.59789438589971, 40.705657890968538 ], [ -111.5975495761723, 40.705488512419258 ], [ -111.59727587174207, 40.70532777358833 ], [ -111.59712086198442, 40.705202454715085 ], [ -111.59704863232453, 40.705067698899633 ], [ -111.59682244008221, 40.704924730492024 ], [ -111.59656154134859, 40.704872027269936 ], [ -111.59647852089377, 40.704854439010148 ], [ -111.59626464969821, 40.704765457604296 ], [ -111.59578851721216, 40.704470631180726 ], [ -111.59551409902424, 40.7042288141539 ], [ -111.59526391814228, 40.70404993188955 ], [ -111.59499030523909, 40.703898195735924 ], [ -111.59473980646631, 40.703683279439865 ], [ -111.59448858843258, 40.703387288620753 ], [ -111.5942376128191, 40.703118321880424 ], [ -111.594094050442, 40.70294789679339 ], [ -111.59396232553688, 40.702777410616712 ], [ -111.5938657113746, 40.702561700510259 ], [ -111.59373262795602, 40.702238074298997 ], [ -111.59364793191656, 40.702031311323168 ], [ -111.59348973830483, 40.701545658522193 ], [ -111.59341640072121, 40.701284785151572 ], [ -111.59333122729362, 40.701023972553926 ], [ -111.59331891127022, 40.700969984046921 ], [ -111.59328180346844, 40.70079000206637 ], [ -111.59314872649749, 40.700466375038559 ], [ -111.59306339540078, 40.700187545741599 ], [ -111.59297846444717, 40.69995375749189 ], [ -111.59290560991448, 40.699746933055778 ], [ -111.59288065959096, 40.699602923011525 ], [ -111.59279596961437, 40.699396159274826 ], [ -111.59277189806082, 40.69935123969335 ], [ -111.59271120032288, 40.699180387237632 ], [ -111.59276862406846, 40.698981902374818 ], [ -111.59298095435011, 40.698899734190881 ], [ -111.5932749375642, 40.698682016457369 ], [ -111.59347479069235, 40.698527842379434 ], [ -111.59361530317788, 40.698355955821775 ], [ -111.59365033122489, 40.698301723871644 ], [ -111.59375549501075, 40.698148036184065 ], [ -111.59380139887385, 40.697985644583838 ], [ -111.59388273009985, 40.697814062078173 ], [ -111.59396414092311, 40.697651487740735 ], [ -111.59403339547838, 40.697452941335619 ], [ -111.59408921335776, 40.697074291228368 ], [ -111.59418165812502, 40.696821573532219 ], [ -111.59428649819472, 40.696631852431118 ], [ -111.5944617107741, 40.696369699753397 ], [ -111.59467274905843, 40.696143396830081 ], [ -111.59470793531838, 40.696107181010284 ], [ -111.59503756753628, 40.695907292351691 ], [ -111.59541437931001, 40.695689142144538 ], [ -111.59561429882658, 40.695543972608476 ], [ -111.5959314479839, 40.695272076650603 ], [ -111.59608338131186, 40.695055084847809 ], [ -111.5962704180772, 40.69479286832194 ], [ -111.59641083527364, 40.694611970127461 ], [ -111.59663385741146, 40.694403618949693 ], [ -111.59683360967256, 40.694240430858393 ], [ -111.59705654884218, 40.694023070640142 ], [ -111.5972090387673, 40.693869134953829 ], [ -111.59724414202182, 40.693823910136473 ], [ -111.59752609305018, 40.693588226409211 ], [ -111.59772535767658, 40.693370987414291 ], [ -111.59790127307286, 40.693189903578919 ], [ -111.59808894196605, 40.692999749936263 ], [ -111.59827669037216, 40.692818604217983 ], [ -111.59840590785271, 40.692709830759718 ], [ -111.59851169688577, 40.692628204555433 ], [ -111.59873494780321, 40.692446874024391 ], [ -111.5989580361761, 40.692247526608554 ], [ -111.59911067907079, 40.692111604878555 ], [ -111.59916936908951, 40.692057248414827 ], [ -111.59941628591338, 40.691875793727903 ], [ -111.59959275807601, 40.691757764923253 ], [ -111.59967422853892, 40.691604194766377 ], [ -111.59962470916204, 40.691361218492418 ], [ -111.59956432444426, 40.691226402390399 ], [ -111.59944379793504, 40.690983794764556 ], [ -111.59932359515855, 40.690777219915333 ], [ -111.59920347382641, 40.690579653158537 ], [ -111.59924766474315, 40.690228086468586 ], [ -111.59942364855118, 40.690056008533084 ], [ -111.59960043892787, 40.689974012635993 ], [ -111.59977714809811, 40.689883008239761 ], [ -111.59996552961977, 40.689773925614254 ], [ -111.60011913466363, 40.689746101308998 ], [ -111.60024834324811, 40.689637325793733 ], [ -111.60030678766466, 40.689555944060444 ], [ -111.60041143744466, 40.689348200901151 ], [ -111.60046931537723, 40.68920376147306 ], [ -111.60059795619657, 40.689031927955355 ], [ -111.60076161373387, 40.688805860172749 ], [ -111.60081932863764, 40.688643404103154 ], [ -111.60088831104216, 40.688417828793575 ], [ -111.60096912713107, 40.688192191835981 ], [ -111.60107409652569, 40.688020480981464 ], [ -111.60114396789263, 40.687893996049816 ], [ -111.60117768917462, 40.687695630097892 ], [ -111.60111592868014, 40.687407674779784 ], [ -111.60108967058477, 40.687119534577228 ], [ -111.6011696749794, 40.686803815116214 ], [ -111.60121522953462, 40.686605387499291 ], [ -111.60129628529967, 40.68640677496527 ], [ -111.60136558777523, 40.686217232245063 ], [ -111.60142354199718, 40.686081800527759 ], [ -111.60149316774843, 40.685928290660272 ], [ -111.60157462689585, 40.685774719088613 ], [ -111.60164384693789, 40.685576167956853 ], [ -111.60167805173592, 40.68543185120339 ], [ -111.60172368491608, 40.685242431590474 ], [ -111.6017681834922, 40.684926896669474 ], [ -111.60181357299848, 40.684710452303548 ], [ -111.6018232997028, 40.68447617650309 ], [ -111.60179744500128, 40.684233077508175 ], [ -111.6017243379311, 40.683999233438321 ], [ -111.60171201844577, 40.683945245693558 ], [ -111.60165106936984, 40.683747372835469 ], [ -111.60155364880235, 40.683441586061178 ], [ -111.60142089135101, 40.683154000589752 ], [ -111.60143070024476, 40.682928732989723 ], [ -111.60153541739432, 40.682729996910368 ], [ -111.60175830327387, 40.682512627559262 ], [ -111.60184000082926, 40.682386080459651 ], [ -111.60202665589503, 40.682087821488203 ], [ -111.60210705544102, 40.681817142372942 ], [ -111.60210494785125, 40.681582928151599 ], [ -111.60203200481797, 40.681367100636344 ], [ -111.60198216074997, 40.681088091989182 ], [ -111.60181253043903, 40.680647551814921 ], [ -111.6017753307421, 40.680458563772333 ], [ -111.60169047630515, 40.680233789414999 ], [ -111.60162928783105, 40.680008891666155 ], [ -111.60161502543899, 40.679738706036424 ], [ -111.60162434737863, 40.679459388833855 ], [ -111.60164655469873, 40.679297117128812 ], [ -111.60182169372986, 40.679034953020079 ], [ -111.60193888448975, 40.678908220766615 ], [ -111.60203224777317, 40.678763595307423 ], [ -111.60213719993158, 40.678591883330597 ], [ -111.60240715655202, 40.678347241102998 ], [ -111.60259558260182, 40.678247162472942 ], [ -111.60285337921884, 40.677966547988277 ], [ -111.60294649573829, 40.677794897057424 ], [ -111.60298036928076, 40.677614546795304 ], [ -111.60301440498898, 40.67745221300779 ], [ -111.60302437025955, 40.677244961583888 ], [ -111.60297590514207, 40.677119093341233 ], [ -111.60285547349055, 40.676885496838686 ], [ -111.6027001142868, 40.676715143218395 ], [ -111.60260342958449, 40.676490431139214 ], [ -111.60249515680542, 40.676292805451169 ], [ -111.60238777658624, 40.67619427037296 ], [ -111.60232829220455, 40.67615854602959 ], [ -111.60204246011669, 40.675952837401731 ], [ -111.60198200379918, 40.67580901389266 ], [ -111.60202771092143, 40.675628602146112 ], [ -111.60226289008376, 40.675465219531795 ], [ -111.60230883943441, 40.675311832417272 ], [ -111.60233080062179, 40.675122535738232 ], [ -111.60244498341906, 40.674662497707253 ], [ -111.60251378430443, 40.674418904522341 ], [ -111.60249911434778, 40.674103677505329 ], [ -111.60243768576784, 40.673851755173352 ], [ -111.60242471902482, 40.673725701391447 ], [ -111.60238752168803, 40.673536713305033 ], [ -111.60242123256461, 40.673338346575136 ], [ -111.60244303069044, 40.673131033312778 ], [ -111.60239408328688, 40.672951115192987 ], [ -111.60232187865375, 40.672816361754435 ], [ -111.60228476320302, 40.67263638185274 ], [ -111.60229513549999, 40.672474171575637 ], [ -111.60234100174101, 40.672311776130513 ], [ -111.60238581383558, 40.672032273364024 ], [ -111.60239537509253, 40.671779980520739 ], [ -111.60235809792083, 40.671581984098381 ], [ -111.60216677269814, 40.671357765141515 ], [ -111.60198841409823, 40.671259599748225 ], [ -111.60189295491467, 40.671170010631776 ], [ -111.60183250336321, 40.671026186892675 ], [ -111.60198501147978, 40.670881252991286 ], [ -111.6022671741957, 40.670681590579115 ], [ -111.60263158456924, 40.670418437467582 ], [ -111.60287922411698, 40.670327057888628 ], [ -111.60310198362657, 40.670100677545719 ], [ -111.60331315430621, 40.669901383362138 ], [ -111.60347781238222, 40.669792418705022 ], [ -111.60366605040949, 40.669674321851168 ], [ -111.60386611861077, 40.669556162817706 ], [ -111.60414875792699, 40.669410545373303 ], [ -111.60445481355725, 40.669237778608682 ], [ -111.60458397584884, 40.669128998187169 ], [ -111.60474757200572, 40.668902924418546 ], [ -111.60476993132279, 40.668758668405822 ], [ -111.60474496786307, 40.66861466025356 ], [ -111.60464926473627, 40.668498048607553 ], [ -111.6046015353371, 40.66845325513686 ], [ -111.60448225279056, 40.668345775498423 ], [ -111.60444537817766, 40.668192820945556 ], [ -111.60442114764489, 40.668129887013272 ], [ -111.60438476126805, 40.668030981974965 ], [ -111.60436036820205, 40.667950031513286 ], [ -111.60431125697806, 40.667752097540081 ], [ -111.60429780013688, 40.66757199430613 ], [ -111.60433158387818, 40.66738263513367 ], [ -111.60440028939843, 40.667130032361918 ], [ -111.60445724538179, 40.66688649973397 ], [ -111.6045252991922, 40.666561830801548 ], [ -111.6043333307735, 40.666265549113511 ], [ -111.60414290858405, 40.666140424026501 ], [ -111.60403570497921, 40.666059906730496 ], [ -111.60385695162579, 40.665916702748341 ], [ -111.60359538783683, 40.665773931412382 ], [ -111.60331048957526, 40.665667316152053 ], [ -111.6029075342294, 40.665588342754646 ], [ -111.60249250649019, 40.665482404881566 ], [ -111.60205373883129, 40.665367580612376 ], [ -111.60176860180911, 40.66523393671411 ], [ -111.60151838954917, 40.665037049353167 ], [ -111.6013869643744, 40.664893594937347 ], [ -111.60118447890035, 40.66474150168829 ], [ -111.60093459361909, 40.664580646091743 ], [ -111.60045889042352, 40.664303851546265 ], [ -111.60025648960011, 40.664160764896415 ], [ -111.60017150007658, 40.663917972067132 ], [ -111.60011065524377, 40.663729105820671 ], [ -111.60006115614027, 40.663486128429028 ], [ -111.5999287685642, 40.663234573012076 ], [ -111.59970166381292, 40.662974500718022 ], [ -111.5995343543205, 40.662786187037518 ], [ -111.59936607811814, 40.662489773816318 ], [ -111.59916215355408, 40.662175527933933 ], [ -111.59908956429199, 40.661995730719994 ], [ -111.59885023474199, 40.661690676639928 ], [ -111.59865983580508, 40.661565542246905 ], [ -111.59854073617571, 40.661476072741884 ], [ -111.59843362729049, 40.661404558356352 ], [ -111.59826680823586, 40.661270292400374 ], [ -111.59811165828468, 40.661117948364357 ], [ -111.59763438339587, 40.660660976178313 ], [ -111.59750297519257, 40.660517517113888 ], [ -111.59722881333747, 40.660284709383752 ], [ -111.59700172915294, 40.660024631502345 ], [ -111.59667953212923, 40.659710992511535 ], [ -111.59663149331043, 40.659630162465376 ], [ -111.59653573701702, 40.659504535440192 ], [ -111.59641600204223, 40.659342997397843 ], [ -111.59618916483508, 40.659109942684154 ], [ -111.59608134057692, 40.65895735148105 ], [ -111.59596072582792, 40.658696721798982 ], [ -111.59592467786676, 40.658633846951709 ], [ -111.59589877553046, 40.658381737043719 ], [ -111.59589396602071, 40.657841239857802 ], [ -111.59586902598382, 40.657697229351946 ], [ -111.5957958895364, 40.65745437181932 ], [ -111.59569925653628, 40.65722965285245 ], [ -111.59560286454055, 40.657031958657306 ], [ -111.59553077118592, 40.656906208673426 ], [ -111.59551862214633, 40.656870236522984 ], [ -111.59548265570172, 40.65681636979717 ], [ -111.59547050670481, 40.656780397640809 ], [ -111.5954462888448, 40.656717461612665 ], [ -111.59534933778625, 40.656456709149353 ], [ -111.59523935802719, 40.656060893204454 ], [ -111.59515543796792, 40.655935203927378 ], [ -111.59497585042071, 40.655692894415438 ], [ -111.59478451581462, 40.655459653825716 ], [ -111.5946881291207, 40.655261958769685 ], [ -111.59450774546104, 40.654929565542098 ], [ -111.59437531602988, 40.654668994826636 ], [ -111.59431473603337, 40.654507149934481 ], [ -111.59424168875896, 40.654273299514742 ], [ -111.59416872191858, 40.654048457331399 ], [ -111.59404780406983, 40.653751792131281 ], [ -111.59398554805894, 40.653400772797866 ], [ -111.59397268152929, 40.653283725779154 ], [ -111.59394535097911, 40.652869465775623 ], [ -111.59391993784314, 40.652671404894036 ], [ -111.59390659233264, 40.652500308060915 ], [ -111.59388133920662, 40.652320263753985 ], [ -111.59391450626889, 40.652058840584907 ], [ -111.59393680388725, 40.651905577826554 ], [ -111.59386360114259, 40.651653710433798 ], [ -111.59348327901191, 40.651448465420579 ], [ -111.59320956740801, 40.651260688931607 ], [ -111.59290101242995, 40.651145160389078 ], [ -111.59254482939306, 40.650993840581904 ], [ -111.59229541460014, 40.650878006920124 ], [ -111.59220031623347, 40.650824442396257 ], [ -111.5920455229468, 40.650708122885661 ], [ -111.5917844417272, 40.650610365351149 ], [ -111.59158273744518, 40.650539329181697 ], [ -111.59136904703692, 40.650450336616927 ], [ -111.59113074829294, 40.650253365071535 ], [ -111.59079783156719, 40.650056877159415 ], [ -111.59046579024483, 40.64995947965658 ], [ -111.59006310293965, 40.649898477071666 ], [ -111.58970756729317, 40.649819214863669 ], [ -111.58934020510578, 40.649740011917835 ], [ -111.58918621159089, 40.649713771605192 ], [ -111.58904412476926, 40.649696479064843 ], [ -111.58877169952119, 40.649652824842413 ], [ -111.58851118111124, 40.649618118008739 ], [ -111.58839306585469, 40.649636737353127 ], [ -111.58814500777922, 40.649674035921919 ], [ -111.58795592812872, 40.64969301624275 ], [ -111.58770747442263, 40.649685272310677 ], [ -111.58763611511776, 40.649640591898631 ], [ -111.58752919485245, 40.649587083666098 ], [ -111.58704135268216, 40.649256242291351 ], [ -111.58701761916292, 40.649247354228443 ], [ -111.58686323306249, 40.649176069226627 ], [ -111.58672028005735, 40.649059682344308 ], [ -111.58654129372046, 40.648880417299196 ], [ -111.5865054176988, 40.648835555939201 ], [ -111.586266902427, 40.648611549212134 ], [ -111.58609927277071, 40.648378173499346 ], [ -111.58592068387252, 40.648243949037052 ], [ -111.58581313700456, 40.648118372631131 ], [ -111.58568217267162, 40.648019941051224 ], [ -111.58551509768151, 40.647849622677278 ], [ -111.58536024411985, 40.6477242856975 ], [ -111.58511077512793, 40.647599427961289 ], [ -111.58497997016248, 40.64751901220334 ], [ -111.58490853633054, 40.64746532173961 ], [ -111.58471828254679, 40.647349171911642 ], [ -111.5846115254802, 40.647313677558181 ], [ -111.58443357108968, 40.647251517306856 ], [ -111.58430300331857, 40.647198125733702 ], [ -111.58390033799891, 40.647137101474755 ], [ -111.5837345256062, 40.647110913626193 ], [ -111.58354490257969, 40.647066828426311 ], [ -111.5833553582403, 40.647031751237108 ], [ -111.58291650862635, 40.646889827845705 ], [ -111.5827378516928, 40.646746590029743 ], [ -111.58245197086173, 40.646513805600414 ], [ -111.58229736099038, 40.646415489403687 ], [ -111.5820953661771, 40.646308403145731 ], [ -111.58188177996759, 40.646228401106846 ], [ -111.58146604488613, 40.646023294635008 ], [ -111.58116998588275, 40.645979741416014 ], [ -111.58089719015231, 40.645891026800633 ], [ -111.58065940676877, 40.645748083149414 ], [ -111.5803866906851, 40.645668375644192 ], [ -111.58013731654081, 40.645552515334302 ], [ -111.58006612265334, 40.645525846810848 ], [ -111.57973396320557, 40.64541040144676 ], [ -111.57948459113898, 40.645294539707784 ], [ -111.57935348579339, 40.645178084134066 ], [ -111.57919833838994, 40.645016705376818 ], [ -111.57906700051217, 40.644873224462422 ], [ -111.57887629716232, 40.644703014829084 ], [ -111.5788166977005, 40.64464926123074 ], [ -111.57869742125641, 40.644532745602881 ], [ -111.57866163062397, 40.644496890055933 ], [ -111.57863766649096, 40.644460975237315 ], [ -111.57845840296596, 40.64424566394451 ], [ -111.578363247244, 40.644183079486915 ], [ -111.57833943890159, 40.644165181275817 ], [ -111.57824412791355, 40.644084580044051 ], [ -111.5780530403096, 40.643869327311521 ], [ -111.57789782138772, 40.643698938390465 ], [ -111.57776617817466, 40.643519422573604 ], [ -111.57764651726252, 40.643357864117021 ], [ -111.57756272390857, 40.643241169782904 ], [ -111.57749075707567, 40.643124416242593 ], [ -111.57746632823751, 40.643034451126518 ], [ -111.57736892405079, 40.642710623953874 ], [ -111.57734410743062, 40.642575617100228 ], [ -111.57735352729512, 40.642296299406389 ], [ -111.57738753065739, 40.642124963538741 ], [ -111.57745592504205, 40.64182733347026 ], [ -111.5774778690422, 40.641629031675393 ], [ -111.57748752117141, 40.641376738956687 ], [ -111.57749756142481, 40.641169487940019 ], [ -111.57750892147492, 40.64111537874345 ], [ -111.57751903927183, 40.640917136059286 ], [ -111.57752900173534, 40.640700876681237 ], [ -111.57752706074191, 40.640475668093842 ], [ -111.5775131387766, 40.640232501950578 ], [ -111.5775460537762, 40.639935049163256 ], [ -111.57756892867137, 40.639844847428606 ], [ -111.57768516603028, 40.63961003895129 ], [ -111.57777813980285, 40.639420390413342 ], [ -111.57780015981675, 40.639231096831828 ], [ -111.57779883938757, 40.639077954961571 ], [ -111.57774812008185, 40.638681824409424 ], [ -111.57756809868538, 40.63837642792754 ], [ -111.57744813708814, 40.638178835666807 ], [ -111.57731588525925, 40.637927252300422 ], [ -111.57716068214154, 40.637756862107004 ], [ -111.57704157609865, 40.637658361224382 ], [ -111.57694619845269, 40.637568750407951 ], [ -111.5767435411849, 40.637380579238538 ], [ -111.57658857330847, 40.637237213292032 ], [ -111.57639805312139, 40.637085015851895 ], [ -111.576326249983, 40.63698627810485 ], [ -111.57630228982912, 40.636950362728186 ], [ -111.57617066433852, 40.636770844763781 ], [ -111.57621657062241, 40.63660845842832 ], [ -111.57632121461465, 40.636400735257254 ], [ -111.57635622492033, 40.636346508098484 ], [ -111.57649556818212, 40.636048524186478 ], [ -111.57648234844176, 40.635886432874244 ], [ -111.57646866386597, 40.635670291438529 ], [ -111.57654934591206, 40.635426652682945 ], [ -111.57658249557579, 40.635156224970764 ], [ -111.57656881085386, 40.634940083520831 ], [ -111.57660188272229, 40.634660647428277 ], [ -111.5766589137252, 40.634417126643243 ], [ -111.57666810317889, 40.634110783534872 ], [ -111.57670132928463, 40.633849364090153 ], [ -111.57671206871569, 40.633723188063705 ], [ -111.57659204062709, 40.633516586324895 ], [ -111.5764727105869, 40.633391059657384 ], [ -111.57629294183252, 40.63311268584328 ], [ -111.5760535105659, 40.632771548146167 ], [ -111.57579174859413, 40.632583669929211 ], [ -111.57555379146999, 40.632413689963116 ], [ -111.57525710054975, 40.632289045808889 ], [ -111.57490090291405, 40.632119653410264 ], [ -111.57456835559472, 40.631950142239987 ], [ -111.57427112829322, 40.631762436980779 ], [ -111.57383139534248, 40.631503369157599 ], [ -111.57354630454762, 40.631351636693751 ], [ -111.57316546656502, 40.631065247551859 ], [ -111.5726184793827, 40.630707611097264 ], [ -111.57235727349743, 40.630582783479156 ], [ -111.57214344148417, 40.630466729322244 ], [ -111.5719417416385, 40.630386649677703 ], [ -111.57170449350909, 40.630297736915033 ], [ -111.57150256428484, 40.630190631386711 ], [ -111.57120612094899, 40.630093001768891 ], [ -111.57085025199231, 40.629959630145976 ], [ -111.57064855519819, 40.629879548215044 ], [ -111.57048225389261, 40.629790282336742 ], [ -111.57031579974704, 40.629682999470731 ], [ -111.57005414247301, 40.62950411633085 ], [ -111.56976937494123, 40.629388407868049 ], [ -111.56930862846022, 40.629435723872575 ], [ -111.56896543156353, 40.629401380207149 ], [ -111.56886969428834, 40.629266720566768 ], [ -111.56864297888096, 40.629024600819868 ], [ -111.56846302525452, 40.628719189180913 ], [ -111.5684021499724, 40.628512287504854 ], [ -111.56835348057169, 40.628350369484593 ], [ -111.56829283506933, 40.628170492865593 ], [ -111.56823257167895, 40.62803565809606 ], [ -111.56820739745338, 40.627855606886023 ], [ -111.56816910195302, 40.627522471397988 ], [ -111.56807275833215, 40.627315743992128 ], [ -111.56797710218822, 40.627190091910649 ], [ -111.56789304089432, 40.627037356465905 ], [ -111.56788075964708, 40.626983364325575 ], [ -111.56784429753168, 40.62686642979417 ], [ -111.56783079557323, 40.626668303559569 ], [ -111.56788769941622, 40.626406769839633 ], [ -111.56782751476183, 40.626280943182664 ], [ -111.56774299725903, 40.626074157305645 ], [ -111.56769440756351, 40.625921247298763 ], [ -111.56766854917255, 40.625660120449702 ], [ -111.56759532224784, 40.625390217638518 ], [ -111.56756999828811, 40.625192149422581 ], [ -111.56748487300777, 40.624913296233402 ], [ -111.56744765032796, 40.624706277681504 ], [ -111.56744574429059, 40.624481068071546 ], [ -111.56749059622778, 40.624192567386061 ], [ -111.56752415868642, 40.623967183467521 ], [ -111.56760409711939, 40.62363346648862 ], [ -111.56757892636952, 40.623453414982158 ], [ -111.56741195903777, 40.6232830689721 ], [ -111.56694881522066, 40.623042106955289 ], [ -111.56667597935579, 40.622935340864608 ], [ -111.56609461409647, 40.622694955415589 ], [ -111.56580980632629, 40.62257022842379 ], [ -111.56535902741544, 40.622392260744412 ], [ -111.56473098827725, 40.622224166970831 ], [ -111.56420905190031, 40.622019516418483 ], [ -111.5636159565496, 40.621788184492303 ], [ -111.56292889065438, 40.621629377693495 ], [ -111.5620992790676, 40.621390181773855 ], [ -111.56110310463251, 40.621025666500877 ], [ -111.56059331208247, 40.620856975593931 ], [ -111.56010716668764, 40.620688167746231 ], [ -111.55978713720567, 40.620590622935914 ], [ -111.55951462323036, 40.620519873351633 ], [ -111.55945528637393, 40.620493134500101 ], [ -111.55911123868977, 40.620350660316966 ], [ -111.55856531421523, 40.620101056421611 ], [ -111.55807872950767, 40.61987818950783 ], [ -111.55774643508862, 40.619726645669495 ], [ -111.55757980157195, 40.619592318738206 ], [ -111.55750662208945, 40.61932240893514 ], [ -111.55751687139987, 40.619133175295573 ], [ -111.55753924224361, 40.618979918213455 ], [ -111.55762034837079, 40.618781333701385 ], [ -111.55768985682873, 40.618609831441532 ], [ -111.55785056813978, 40.618032493944142 ], [ -111.55804666699711, 40.617445976416541 ], [ -111.55835932882124, 40.616660702020532 ], [ -111.55855571944221, 40.616110217191682 ], [ -111.55876550436973, 40.615748851454811 ], [ -111.55892815170576, 40.61540573099748 ], [ -111.55901949407901, 40.615017911567612 ], [ -111.55905255518337, 40.614729470705875 ], [ -111.55901063441453, 40.613954918801149 ], [ -111.558937230385, 40.613657984395047 ], [ -111.55885253140332, 40.613424166028565 ], [ -111.55872092426917, 40.613235618414414 ], [ -111.55853073816205, 40.613110415394161 ], [ -111.5583053898406, 40.613021417151884 ], [ -111.55774845644883, 40.612861949981713 ], [ -111.55740437680254, 40.612710461825586 ], [ -111.55722579100194, 40.612558174312291 ], [ -111.5571660131544, 40.612477383680307 ], [ -111.55710631027166, 40.612405601434773 ], [ -111.5569866056768, 40.612226003166327 ], [ -111.55683114023192, 40.612010542058258 ], [ -111.55665248284663, 40.611849245198307 ], [ -111.55645078271036, 40.611760129328097 ], [ -111.55621399442708, 40.611716225995579 ], [ -111.55593052083182, 40.611744617153839 ], [ -111.55570637459506, 40.611799748526884 ], [ -111.55554095873249, 40.611809553078309 ], [ -111.55545828808066, 40.61181895947675 ], [ -111.55529264840563, 40.611801738403898 ], [ -111.55523339552707, 40.6117840057045 ], [ -111.5549843399896, 40.611686106130342 ], [ -111.55481795564972, 40.611578800132584 ], [ -111.55460428907337, 40.611471720945858 ], [ -111.554331817587, 40.61140095874169 ], [ -111.55415413527625, 40.61135676748269 ], [ -111.55397600681633, 40.611258525392479 ], [ -111.55383334079301, 40.611160112980798 ], [ -111.55360711302376, 40.610963004335609 ], [ -111.55347515383343, 40.610729408397823 ], [ -111.55326982054652, 40.610198873919032 ], [ -111.55320826660554, 40.609901878861784 ], [ -111.55318247146518, 40.609640747635702 ], [ -111.55324016175035, 40.609469304383801 ], [ -111.55326320806471, 40.609397123702081 ], [ -111.55326253940159, 40.609316047831186 ], [ -111.55336840206508, 40.609252479175183 ], [ -111.55345032666084, 40.609152989986669 ], [ -111.55355581721633, 40.609044379009056 ], [ -111.5536380386629, 40.608980923408083 ], [ -111.55380240672238, 40.608845003601438 ], [ -111.55390811936834, 40.608763417593565 ], [ -111.5542132123272, 40.608491690421523 ], [ -111.55443444522987, 40.608085233208143 ], [ -111.55448083214007, 40.607976905073151 ], [ -111.55457367998409, 40.607769257174759 ], [ -111.55473632994298, 40.607426142133598 ], [ -111.55479446138423, 40.607308748664508 ], [ -111.55485251812037, 40.607182346734064 ], [ -111.55495710912055, 40.606965633299858 ], [ -111.55515461837869, 40.606550279812389 ], [ -111.55537576471696, 40.606134812306898 ], [ -111.55563281499784, 40.605773224383633 ], [ -111.55578370979825, 40.605439173108316 ], [ -111.5559578690151, 40.605059965679708 ], [ -111.55602803981432, 40.604969539974391 ], [ -111.55618064841381, 40.604842682117273 ], [ -111.55633333113261, 40.604724832492167 ], [ -111.5565801955007, 40.604561484894575 ], [ -111.55695647428819, 40.604325442450467 ], [ -111.55729781603272, 40.604152628904892 ], [ -111.55742730551027, 40.604088942490627 ], [ -111.55756853925524, 40.604016190444419 ], [ -111.55779190909072, 40.603870971247837 ], [ -111.55816690575934, 40.603481781543167 ], [ -111.55843515034729, 40.603048062808945 ], [ -111.55884424561341, 40.602496547685313 ], [ -111.5591115061345, 40.601945717734587 ], [ -111.5592615492836, 40.601512569100521 ], [ -111.55929460335233, 40.601224127546992 ], [ -111.5592567441915, 40.60093602934689 ], [ -111.55920819266322, 40.600783114856569 ], [ -111.55907645962759, 40.600576550208523 ], [ -111.55895737154164, 40.600469020992975 ], [ -111.55890972140817, 40.60042420758402 ], [ -111.55877896516749, 40.600334752238346 ], [ -111.55863654055565, 40.60026337077516 ], [ -111.55858896576949, 40.600227565666117 ], [ -111.55852964731595, 40.600200826124251 ], [ -111.5584821476035, 40.600174029406624 ], [ -111.55842222952498, 40.600075222315645 ], [ -111.55840928641319, 40.599940152901368 ], [ -111.55847847399265, 40.59973261600166 ], [ -111.55857159824133, 40.599560998499953 ], [ -111.5586648720077, 40.599407397796085 ], [ -111.55901305025569, 40.598639965168687 ], [ -111.55926637404508, 40.597836955510317 ], [ -111.55941325353415, 40.597025451968094 ], [ -111.5596545984162, 40.596204481659655 ], [ -111.56004987019922, 40.59541879973392 ], [ -111.56043436818214, 40.594759291938267 ], [ -111.56071317739267, 40.594181375168816 ], [ -111.56087501095151, 40.593748166674224 ], [ -111.56092062496464, 40.593549751388373 ], [ -111.56094298016295, 40.593396493077243 ], [ -111.56097670099831, 40.593189126705091 ], [ -111.56097527051726, 40.593017966274587 ], [ -111.56092672101549, 40.592865052285326 ], [ -111.56083014955935, 40.592622283342237 ], [ -111.56061322374663, 40.592118842988647 ], [ -111.56049196698575, 40.591750070172473 ], [ -111.56031237781758, 40.591471668297785 ], [ -111.56013294048967, 40.591211283016555 ], [ -111.56003659981467, 40.59099553865105 ], [ -111.56001206382373, 40.590887551853484 ], [ -111.56002312933299, 40.590797410074444 ], [ -111.56011601198185, 40.59059876582382 ], [ -111.5603383543808, 40.590336431860166 ], [ -111.56049069616375, 40.590182542914469 ], [ -111.5610076296965, 40.589819680869518 ], [ -111.56137154187736, 40.589529630789691 ], [ -111.56159455410096, 40.58934837045517 ], [ -111.56168803311793, 40.589221792525336 ], [ -111.5618279494181, 40.588995891692761 ], [ -111.56190908299614, 40.588806311913565 ], [ -111.56214058899681, 40.588228621272087 ], [ -111.56227959633887, 40.587894618479325 ], [ -111.56252427116857, 40.587479021607464 ], [ -111.56276924504482, 40.587099458009092 ], [ -111.5629091533503, 40.586873555837691 ], [ -111.56315419843429, 40.586502999863235 ], [ -111.5635729299572, 40.585708181549919 ], [ -111.56366594645964, 40.585527551289914 ], [ -111.56375903810756, 40.58535592940423 ], [ -111.56381690809684, 40.585211505823629 ], [ -111.5639100745893, 40.585048892264197 ], [ -111.5639684736735, 40.584967527767212 ], [ -111.56401528364891, 40.584913246290434 ], [ -111.56423834918856, 40.584740989308813 ], [ -111.56440339407061, 40.584695138902418 ], [ -111.56482884428389, 40.584702068172128 ], [ -111.56525399120646, 40.584672962073213 ], [ -111.56538389081203, 40.584663317527166 ], [ -111.566056868239, 40.58459695990873 ], [ -111.56652965768804, 40.584612659746909 ], [ -111.56671848458511, 40.584584707037102 ], [ -111.56687186353872, 40.584556927981829 ], [ -111.56746174624804, 40.584445925825314 ], [ -111.56776865510891, 40.584408382438582 ], [ -111.56788666171886, 40.584389784713288 ], [ -111.56814562047303, 40.584271396656113 ], [ -111.56838071782835, 40.584126098964838 ], [ -111.56859180108887, 40.58393587489153 ], [ -111.56882620944972, 40.583709500282808 ], [ -111.56906069258086, 40.583492133646388 ], [ -111.56938885947118, 40.583175207734584 ], [ -111.569810860234, 40.582776738643673 ], [ -111.57009321107955, 40.582631204343549 ], [ -111.57036435729954, 40.582557795264108 ], [ -111.57077690670495, 40.582438642821046 ], [ -111.5716018477092, 40.58218231664857 ], [ -111.57180232764647, 40.582136280321528 ], [ -111.57209756142223, 40.582116800879916 ], [ -111.57222760855178, 40.582125165560448 ], [ -111.57248785651048, 40.582159911367363 ], [ -111.57267736539055, 40.582213024952466 ], [ -111.57293815196257, 40.582310828835617 ], [ -111.57305684532425, 40.582373301832604 ], [ -111.5733415718356, 40.5825070213251 ], [ -111.57407629259787, 40.582755619325752 ], [ -111.57465641319902, 40.582887867152181 ], [ -111.57510610106837, 40.582966708581935 ], [ -111.57543771073655, 40.58305514534986 ], [ -111.57572229034695, 40.583170842033603 ], [ -111.57580530901103, 40.583206463523432 ], [ -111.57586454188785, 40.583224185891225 ], [ -111.57597119205381, 40.58325968945033 ], [ -111.5761607067365, 40.583312797270615 ], [ -111.57642096123692, 40.583347534163842 ], [ -111.57649201009554, 40.583365197245953 ], [ -111.57685798714661, 40.583327334914301 ], [ -111.57723655389474, 40.583379496717541 ], [ -111.57749673170301, 40.583405222747835 ], [ -111.57783961965228, 40.583430534477351 ], [ -111.57798109795459, 40.58339379138787 ], [ -111.57807523577029, 40.583348276224008 ], [ -111.57821648104118, 40.583284507551362 ], [ -111.57850985505985, 40.583048809334926 ], [ -111.57860360389859, 40.582958251583584 ], [ -111.57872082841308, 40.582849558503824 ], [ -111.57886098477279, 40.582659671000833 ], [ -111.5790133442798, 40.582514766262776 ], [ -111.57916609163203, 40.582414903484377 ], [ -111.57927188735668, 40.582351311247592 ], [ -111.57944826494335, 40.582251329593589 ], [ -111.57973098130371, 40.582150814038634 ], [ -111.58048499126308, 40.581894780436649 ], [ -111.58155762069642, 40.581592094158559 ], [ -111.58266560815056, 40.581280210756873 ], [ -111.58312570148284, 40.581196809701751 ], [ -111.58345645167151, 40.581186130765758 ], [ -111.58365731176822, 40.581185116066244 ], [ -111.5840945561839, 40.581191914821346 ], [ -111.58452022061434, 40.581225796983759 ], [ -111.58499314669518, 40.581259438243293 ], [ -111.58580966040157, 40.581399441505653 ], [ -111.5867082552578, 40.581466951551803 ], [ -111.58738109933316, 40.581391461606927 ], [ -111.58781755671987, 40.58130816205739 ], [ -111.58825353950827, 40.581170810349718 ], [ -111.58870007215164, 40.580889262090096 ], [ -111.58898284769407, 40.580797732422674 ], [ -111.58920670452672, 40.580724520246278 ], [ -111.58974885903883, 40.580568603654044 ], [ -111.59045531416864, 40.580285721309984 ], [ -111.59069034885324, 40.580140378545622 ], [ -111.59091317109618, 40.579950053662174 ], [ -111.59107675833087, 40.579742013810815 ], [ -111.59134691747131, 40.579560454680383 ], [ -111.5915468201825, 40.57945132529666 ], [ -111.59193401466831, 40.579143041878204 ], [ -111.59238994927229, 40.578591166415478 ], [ -111.59290296177811, 40.577813775546112 ], [ -111.59326555643302, 40.5773975079575 ], [ -111.59354671866978, 40.577125798868515 ], [ -111.59369990982704, 40.577079967517697 ], [ -111.5938651542924, 40.577061100477799 ], [ -111.59404245225386, 40.577069197696055 ], [ -111.59424385761251, 40.57713122358728 ], [ -111.59429119558213, 40.577139988888227 ], [ -111.59453977993286, 40.577192762709686 ], [ -111.59571189965587, 40.57746599773985 ], [ -111.59580657644888, 40.577483527111966 ], [ -111.59710890788757, 40.577783102734998 ], [ -111.59740475548949, 40.577835626062395 ], [ -111.59787806447817, 40.577914256757211 ], [ -111.59833875724715, 40.577902862622032 ], [ -111.59850376150511, 40.577856963720677 ], [ -111.59851557618742, 40.577856902507222 ], [ -111.59862174773149, 40.577838334716638 ], [ -111.59885691669508, 40.577710992275215 ], [ -111.59945697142126, 40.577428606410777 ], [ -111.59982137364359, 40.577219511879164 ], [ -111.60009174030556, 40.577064957676896 ], [ -111.60039722712305, 40.576874185011441 ], [ -111.6006791638296, 40.57669254282029 ], [ -111.60097259101282, 40.576474804859927 ], [ -111.60126593564526, 40.576248057753908 ], [ -111.60172306506976, 40.575840280358307 ], [ -111.60209781224302, 40.575468965858079 ], [ -111.60233102738178, 40.575125414661798 ], [ -111.60254004618508, 40.574718927396098 ], [ -111.60267745070311, 40.574231733917721 ], [ -111.60269719876631, 40.573799207118263 ], [ -111.60264687155562, 40.573457134170482 ], [ -111.60258166007328, 40.572772803272237 ], [ -111.60238884256535, 40.572350393844168 ], [ -111.60202958707737, 40.571811736744543 ], [ -111.60193168777757, 40.571433875937039 ], [ -111.60191850196982, 40.571280794483535 ], [ -111.60189245341412, 40.571010665210075 ], [ -111.60184285894374, 40.570749667423385 ], [ -111.60179253855468, 40.570407593875906 ], [ -111.601813663453, 40.570128209955499 ], [ -111.60196287749797, 40.569640955428497 ], [ -111.60206604786673, 40.569289073188074 ], [ -111.60226226833424, 40.568774546709363 ], [ -111.6026220898942, 40.5680609721256 ], [ -111.60288869473449, 40.567492024280057 ], [ -111.60313458100165, 40.567247502152455 ], [ -111.60345053291816, 40.566912525127798 ], [ -111.60389561152483, 40.5664867838967 ], [ -111.60391899394003, 40.566459635144341 ], [ -111.60429392026984, 40.56611533862992 ], [ -111.60457458559912, 40.565798560742955 ], [ -111.60497199427786, 40.565328020565182 ], [ -111.60541664693891, 40.564857231417307 ], [ -111.60557982804998, 40.56461313740229 ], [ -111.60566105274856, 40.564450552432014 ], [ -111.6057197082381, 40.564405200692661 ], [ -111.60576679500731, 40.564386936113451 ], [ -111.60592035487488, 40.564386130807009 ], [ -111.60600369094803, 40.564457764426486 ], [ -111.60612270796159, 40.564556237310896 ], [ -111.60630103091198, 40.564681425361236 ], [ -111.60656155316499, 40.564752128525001 ], [ -111.60725978505168, 40.56489260183011 ], [ -111.60805202990745, 40.564978523070756 ], [ -111.60870285425128, 40.565101219470172 ], [ -111.60912916294875, 40.565216087380669 ], [ -111.60986455938539, 40.565545534584189 ], [ -111.61043376883744, 40.565785766937729 ], [ -111.61044566321951, 40.565794712926134 ], [ -111.61045747575447, 40.565794650506568 ], [ -111.61070635781709, 40.565883423478979 ], [ -111.61096664350221, 40.565927091409051 ], [ -111.6110965816281, 40.56592640413956 ], [ -111.61119083623363, 40.565898878999505 ], [ -111.61126154762614, 40.565880487195571 ], [ -111.61134382561647, 40.565835007622837 ], [ -111.61144956459231, 40.565771386140973 ], [ -111.61161362790857, 40.565626376241603 ], [ -111.61206020518398, 40.565371763593276 ], [ -111.61207201764101, 40.565371701009163 ], [ -111.61227233685111, 40.565316586468121 ], [ -111.61262629954301, 40.565269665751337 ], [ -111.61311126710086, 40.565339163668568 ], [ -111.61371485395266, 40.565462082486015 ], [ -111.61422295480565, 40.565477399800407 ], [ -111.61423476727649, 40.565477336995016 ], [ -111.61432918467334, 40.565467826107749 ], [ -111.61465976896334, 40.565448049996299 ], [ -111.61504933288417, 40.565418950109603 ], [ -111.61581573897705, 40.565261716987393 ], [ -111.61653588378269, 40.565212831744518 ], [ -111.61733904543085, 40.565199533772748 ], [ -111.61843759987121, 40.565193658107532 ], [ -111.61848476659254, 40.565184396762355 ], [ -111.61954788332838, 40.565178700256411 ], [ -111.61987846447221, 40.565158909231478 ], [ -111.62025671081237, 40.565183905542256 ], [ -111.6203631888164, 40.56520135148309 ], [ -111.62050518730454, 40.565227615381026 ], [ -111.62084849644076, 40.565306850425578 ], [ -111.62174790797103, 40.565482190069886 ], [ -111.62219711492418, 40.565515806927806 ], [ -111.62271686311982, 40.565513006471534 ], [ -111.62301209102939, 40.565502405875684 ], [ -111.62336738406563, 40.565599586465162 ], [ -111.62382915779554, 40.56571420868466 ], [ -111.62434982820442, 40.565810493089828 ], [ -111.62481143746433, 40.565907094590564 ], [ -111.6251426910034, 40.565959355543157 ], [ -111.6253438394146, 40.56599430222068 ], [ -111.62547377731784, 40.565993598779833 ], [ -111.62550929879595, 40.566002415287784 ], [ -111.62562725640373, 40.565983758871617 ], [ -111.62566261011725, 40.565974558571121 ], [ -111.62570986024765, 40.56597430266109 ], [ -111.62579246406756, 40.565964846391658 ], [ -111.62586342316726, 40.565973470820026 ], [ -111.625946194818, 40.565982031201173 ], [ -111.62614692392509, 40.56597193457722 ], [ -111.62628892621605, 40.565998191333449 ], [ -111.62641928405826, 40.566042528725681 ], [ -111.62651412041566, 40.566078049782618 ], [ -111.62659714431763, 40.56611363483217 ], [ -111.62662076942759, 40.566113506688097 ], [ -111.62665629111531, 40.566122322841601 ], [ -111.6267272504857, 40.566130946737061 ], [ -111.62679795774743, 40.566112545453592 ], [ -111.62683339541036, 40.566112353174084 ], [ -111.62708137496135, 40.566101998535217 ], [ -111.6272591519626, 40.566164095237667 ], [ -111.62741338826876, 40.566235328351851 ], [ -111.62754357901393, 40.566261647710668 ], [ -111.62770912344415, 40.566278765996458 ], [ -111.62787483632975, 40.566313900796864 ], [ -111.6280762398076, 40.566375867823936 ], [ -111.62825401843673, 40.566437962980189 ], [ -111.62882363735115, 40.566714137637497 ], [ -111.62913194737902, 40.56683858267543 ], [ -111.62936879162878, 40.566900354424497 ], [ -111.62965246496142, 40.56691682629527 ], [ -111.63011341328243, 40.566941339504382 ], [ -111.63055048288146, 40.56693895471453 ], [ -111.6306212744706, 40.566929559465521 ], [ -111.63069215060598, 40.566929172543681 ], [ -111.63099936511792, 40.566936503749837 ], [ -111.63143711194347, 40.567006182560874 ], [ -111.63219473532706, 40.56717320679131 ], [ -111.63296409030282, 40.567331152931224 ], [ -111.63348461594944, 40.567409379215121 ], [ -111.63368602777263, 40.567471336386653 ], [ -111.6338167332093, 40.567551698818463 ], [ -111.63393596616746, 40.567668159377256 ], [ -111.63404355674523, 40.567802701368976 ], [ -111.63428125929875, 40.567954546604632 ], [ -111.63464890468369, 40.568105677548303 ], [ -111.63512252726622, 40.568220189403462 ], [ -111.63527618022604, 40.568228353372973 ], [ -111.63544164612873, 40.56823645216047 ], [ -111.63557158811578, 40.568235737329985 ], [ -111.63581957391101, 40.568225363888331 ], [ -111.63591399188159, 40.568215835357776 ], [ -111.63638591065057, 40.5681501748331 ], [ -111.63683445889747, 40.568111667703072 ], [ -111.63748425288433, 40.568117092621947 ], [ -111.6376730024801, 40.568089024411748 ], [ -111.63779070363975, 40.568043330510974 ], [ -111.6378964207061, 40.567979685008012 ], [ -111.63802499328908, 40.567834833722813 ], [ -111.63808328740399, 40.567753432294417 ], [ -111.63817650635255, 40.56761778493388 ], [ -111.63845444879362, 40.567030675267752 ], [ -111.63873315722503, 40.566524640123809 ], [ -111.6389894359493, 40.566144851974286 ], [ -111.63923252800281, 40.565620994897486 ], [ -111.63948888625031, 40.565250213986111 ], [ -111.64000253819928, 40.564607742386237 ], [ -111.64038822150304, 40.564173181068213 ], [ -111.64064516916116, 40.563865456094888 ], [ -111.64079735222408, 40.563720470715509 ], [ -111.64083253077999, 40.563693249078113 ], [ -111.64087926363172, 40.563638936829626 ], [ -111.64099592355645, 40.563485139410417 ], [ -111.64120553183716, 40.563168666984289 ], [ -111.64143816008824, 40.562789004503657 ], [ -111.64170639339962, 40.562427161439196 ], [ -111.6419872963113, 40.562155335694733 ], [ -111.64245692697321, 40.561855433363363 ], [ -111.64275110103179, 40.561736682170817 ], [ -111.64298647400452, 40.561645284024223 ], [ -111.64331565011207, 40.561481292391974 ], [ -111.64350360213328, 40.561372139573017 ], [ -111.64416212022262, 40.561062169167343 ], [ -111.64466872379914, 40.560924210739756 ], [ -111.64482192884221, 40.560887320365545 ], [ -111.64497444201086, 40.560778362949847 ], [ -111.64504427379516, 40.560669867012351 ], [ -111.64519488329682, 40.560362725493832 ], [ -111.64535842754312, 40.560172626412246 ], [ -111.64555697247732, 40.559937287325432 ], [ -111.64563792147648, 40.559756658182458 ], [ -111.64568352251428, 40.559585235382379 ], [ -111.64570576032818, 40.559440969662148 ], [ -111.64577082850474, 40.558837013685803 ], [ -111.6458820145892, 40.55811568485278 ], [ -111.64601820582351, 40.557538357486941 ], [ -111.64607327724542, 40.557123642759095 ], [ -111.64618670940357, 40.556636530815027 ], [ -111.64630178587083, 40.556320577566062 ], [ -111.64647652148459, 40.556067352277346 ], [ -111.64675789882409, 40.555849565144726 ], [ -111.64722659675927, 40.555459560002518 ], [ -111.6477189972036, 40.555078428904388 ], [ -111.64810579248565, 40.554769958937264 ], [ -111.64843344502775, 40.554452810782053 ], [ -111.64869031903218, 40.554145067966907 ], [ -111.64892261332582, 40.553738365311425 ], [ -111.64918981357444, 40.553277412941078 ], [ -111.64948097869259, 40.552852360598735 ], [ -111.6497844727424, 40.552481291253763 ], [ -111.64987712460548, 40.552291584281377 ], [ -111.64993469424, 40.552138109991226 ], [ -111.64996838226418, 40.551957743476244 ], [ -111.65003593201523, 40.551615027124782 ], [ -111.65008090673352, 40.551380543953172 ], [ -111.65013899790367, 40.551281119711021 ], [ -111.65029130647588, 40.551154138608645 ], [ -111.65047947987331, 40.551071999637273 ], [ -111.65066817598417, 40.551043910522395 ], [ -111.65094006424792, 40.55106940551115 ], [ -111.65114135533499, 40.551122324318442 ], [ -111.65123600878917, 40.551139808515721 ], [ -111.65170980080212, 40.551281278479529 ], [ -111.65232531375436, 40.551421946388359 ], [ -111.65281048251056, 40.551518303336721 ], [ -111.65314159816521, 40.551561476158987 ], [ -111.65321254532074, 40.551570083900209 ], [ -111.65372072302858, 40.551603244979404 ], [ -111.65407528424115, 40.551628264759088 ], [ -111.65470173774354, 40.551678769551529 ], [ -111.65551741505095, 40.551755224011146 ], [ -111.65621499437401, 40.551832343554771 ], [ -111.65672255930126, 40.551802432963015 ], [ -111.65707615393066, 40.55172835169099 ], [ -111.65742939535117, 40.551618235953974 ], [ -111.65800623037016, 40.551425766257623 ], [ -111.6590305121662, 40.55109560945683 ], [ -111.65963078084553, 40.550884980278404 ], [ -111.66016018714745, 40.550674752913636 ], [ -111.66074801892708, 40.55040112704966 ], [ -111.6613821096375, 40.550028136041384 ], [ -111.66160480842166, 40.549855692819861 ], [ -111.66169848731873, 40.54977407667824 ], [ -111.66179234335382, 40.549710477145446 ], [ -111.66183878351677, 40.549629131469345 ], [ -111.6618499722626, 40.549566005422136 ], [ -111.66184881929721, 40.5494488969725 ], [ -111.66181143961117, 40.549250916387301 ], [ -111.66177521297209, 40.549170044240974 ], [ -111.66161752263916, 40.548747531370672 ], [ -111.66159221939495, 40.548576508086605 ], [ -111.66154214517742, 40.548288511552421 ], [ -111.66134929649732, 40.547893226112187 ], [ -111.66132479181015, 40.54780327784998 ], [ -111.66126379620142, 40.547605432202381 ], [ -111.66124915168301, 40.547317232701658 ], [ -111.66136361008375, 40.546947214537205 ], [ -111.66156011004466, 40.546513664509753 ], [ -111.66186111447317, 40.545899338385986 ], [ -111.6622214237064, 40.545311698091851 ], [ -111.6624182684839, 40.54491417995802 ], [ -111.66257950738805, 40.544498847948866 ], [ -111.66281070791716, 40.543993025770625 ], [ -111.6631231430125, 40.543342595128166 ], [ -111.6633782189589, 40.54286366127748 ], [ -111.66352915003479, 40.542601537634589 ], [ -111.66365619663434, 40.542312524398568 ], [ -111.66367785714594, 40.542114205033634 ], [ -111.6637559799114, 40.541654304311962 ], [ -111.66386011902688, 40.541437493307541 ], [ -111.66397677716346, 40.541292681158922 ], [ -111.6640941465143, 40.541219935702507 ], [ -111.66424729579198, 40.541183019878765 ], [ -111.66503656663642, 40.540989293450643 ], [ -111.6656252749391, 40.540814734983059 ], [ -111.66631944868668, 40.540558485575104 ], [ -111.66710763367909, 40.540256644911011 ], [ -111.66784858009007, 40.539955071930223 ], [ -111.66814225510375, 40.539800223359762 ], [ -111.66842358371643, 40.539591392286681 ], [ -111.66864623005351, 40.539418935598881 ], [ -111.66889240111962, 40.539237333426414 ], [ -111.6691748903435, 40.539145609030889 ], [ -111.66944619881038, 40.539117010777176 ], [ -111.66965810969489, 40.539052720707566 ], [ -111.66997503293152, 40.538861697267393 ], [ -111.67020957026918, 40.538698177471417 ], [ -111.67044401665865, 40.538525648860109 ], [ -111.67096076512523, 40.538243374363653 ], [ -111.67133734790471, 40.538115062765819 ], [ -111.67162036879377, 40.53807738249246 ], [ -111.67192754441213, 40.538093614247238 ], [ -111.67215152726592, 40.538056275994734 ], [ -111.67222228233616, 40.538046855493882 ], [ -111.67226942235517, 40.538037572355606 ], [ -111.67249295442768, 40.537955191739066 ], [ -111.67266889559626, 40.537837052309563 ], [ -111.67287998812944, 40.537691681307635 ], [ -111.67306719443035, 40.537519422469948 ], [ -111.67349901716352, 40.537012409650416 ], [ -111.67364971532746, 40.536732256260272 ], [ -111.67373011028869, 40.536506565828944 ], [ -111.67377409041144, 40.536181990149373 ], [ -111.67387584216945, 40.535730953355817 ], [ -111.67410801162175, 40.535333208830956 ], [ -111.67431701599155, 40.534980643360456 ], [ -111.67454872857518, 40.534537856227693 ], [ -111.67475709561738, 40.534122231551947 ], [ -111.6749894352118, 40.533742501917814 ], [ -111.67515120334083, 40.53339021080123 ], [ -111.67526737110929, 40.533200345641895 ], [ -111.67541904855909, 40.533019281663819 ], [ -111.67565373330324, 40.532873767607271 ], [ -111.67580685708299, 40.532836836610734 ], [ -111.67603063914079, 40.532781474277002 ], [ -111.67633597991295, 40.532617527668961 ], [ -111.67657111429737, 40.532517053476028 ], [ -111.6771832403152, 40.532333290085539 ], [ -111.67777102387409, 40.532077595265747 ], [ -111.6781582756044, 40.531841092344877 ], [ -111.67831112310404, 40.531777133033586 ], [ -111.67844063009791, 40.531740337189497 ], [ -111.67859402235372, 40.531730427543145 ], [ -111.67867684887821, 40.531747958817725 ], [ -111.67877157274404, 40.531774429014632 ], [ -111.67889027315786, 40.531836793750756 ], [ -111.67905647229327, 40.531925905839948 ], [ -111.67964970614327, 40.53221070177409 ], [ -111.68020770761142, 40.532513719798366 ], [ -111.6805044200524, 40.532665123476633 ], [ -111.68062303248016, 40.532718478063352 ], [ -111.68095507531615, 40.53286066358126 ], [ -111.68112082360143, 40.532904730978892 ], [ -111.68133343351302, 40.532912486334276 ], [ -111.68148664542497, 40.532884556167254 ], [ -111.68169843364382, 40.53281123586477 ], [ -111.68198033010162, 40.532665430427912 ], [ -111.68233187653465, 40.532402097693485 ], [ -111.68298865016523, 40.531965791516527 ], [ -111.68338796360453, 40.531756226419738 ], [ -111.68377629232593, 40.531627804792024 ], [ -111.68407062688401, 40.53154498274008 ], [ -111.68437603384221, 40.531390023383203 ], [ -111.68454068060329, 40.5313259859523 ], [ -111.68467045829283, 40.531316208142997 ], [ -111.68472958151551, 40.531324866659197 ], [ -111.68487153233986, 40.531351051970908 ], [ -111.68520284311117, 40.5314211586767 ], [ -111.68624409682278, 40.531640200907155 ], [ -111.68700172771483, 40.531833893829763 ], [ -111.68764111450336, 40.532010267798761 ], [ -111.68850667123672, 40.53236546811285 ], [ -111.6892540793361, 40.532712357886375 ], [ -111.68934899324583, 40.532756835996963 ], [ -111.69016743448397, 40.533121313737624 ], [ -111.69034527324362, 40.533192322266174 ], [ -111.69055862475697, 40.533272127145331 ], [ -111.69099639560937, 40.533359598591687 ], [ -111.69160010921578, 40.53350913728471 ], [ -111.69261780194775, 40.533728262898947 ], [ -111.69318619499613, 40.533887013866654 ], [ -111.69348229213963, 40.53397532573667 ], [ -111.69369537107137, 40.534028099839887 ], [ -111.69433479582763, 40.53420443638359 ], [ -111.6944059155619, 40.534231035572212 ], [ -111.69499839601933, 40.534434677144127 ], [ -111.69541331141609, 40.534594340190459 ], [ -111.69565103237773, 40.5347460598542 ], [ -111.69587704070494, 40.534906858427782 ], [ -111.69592454795801, 40.534933598884088 ], [ -111.69625644701492, 40.535057723415122 ], [ -111.69649342522905, 40.535137374902831 ], [ -111.6967066034523, 40.535199151691785 ], [ -111.69675401791874, 40.535216883501803 ], [ -111.69732290005318, 40.535420655385849 ], [ -111.69772592649306, 40.535571372964405 ], [ -111.69791577356736, 40.535660314983751 ], [ -111.69792767408046, 40.535669251960591 ], [ -111.69796318867238, 40.535678046290791 ], [ -111.69798689623418, 40.535686911936921 ], [ -111.69805792546083, 40.535704500549571 ], [ -111.69806982600052, 40.53571343751149 ], [ -111.69821151052219, 40.535712581406557 ], [ -111.69831739978676, 40.535675906031152 ], [ -111.69845833582681, 40.535602983259409 ], [ -111.69858690315283, 40.535476081932714 ], [ -111.69873870960772, 40.535313004479498 ], [ -111.69890279030838, 40.535194896886686 ], [ -111.69907877099243, 40.535085725921995 ], [ -111.69923085632924, 40.534949672714077 ], [ -111.6993942795747, 40.534768506364479 ], [ -111.6996161739492, 40.5345329325744 ], [ -111.69986224275415, 40.534351265101222 ], [ -111.70074268471386, 40.533859450158211 ], [ -111.70141369448321, 40.533666192550449 ], [ -111.70179085016798, 40.533600840333484 ], [ -111.70212124866332, 40.533580815341296 ], [ -111.70262902906889, 40.533586737450243 ], [ -111.70298322881708, 40.533584582978641 ], [ -111.70343178756792, 40.533572844133623 ], [ -111.70444659362579, 40.53351260830123 ], [ -111.70513232311063, 40.533598514103296 ], [ -111.70540463193907, 40.533668922837116 ], [ -111.70553478873732, 40.533695154723887 ], [ -111.70567646878104, 40.53369428950073 ], [ -111.70590032280681, 40.53364787778785 ], [ -111.70609980668543, 40.533529543678874 ], [ -111.70641650457692, 40.53332941289176 ], [ -111.70673414707406, 40.533219364078981 ], [ -111.70744102613085, 40.53307089640257 ], [ -111.70798327432108, 40.532986495322398 ], [ -111.70844353959082, 40.532965656434648 ], [ -111.70886819508893, 40.532927016464633 ], [ -111.70942186671201, 40.53280650310451 ], [ -111.71041151986232, 40.532602227548978 ], [ -111.71136679554463, 40.532497252661287 ], [ -111.71208717936327, 40.532510832945754 ], [ -111.71261942374232, 40.532597640141809 ], [ -111.71286812314158, 40.532668176897083 ], [ -111.71292725097602, 40.532676820941582 ], [ -111.71296267039462, 40.532676602390509 ], [ -111.71306902414425, 40.532684954943932 ], [ -111.71317499587737, 40.532657274312989 ], [ -111.71333942664717, 40.532575179519228 ], [ -111.71336275294975, 40.532548008921701 ], [ -111.71347957528191, 40.532430172406649 ], [ -111.71384203739082, 40.532094605761046 ], [ -111.71402854871776, 40.531868231774091 ], [ -111.71419020286488, 40.531524895916213 ], [ -111.71440945136032, 40.531046070777727 ], [ -111.71473380311862, 40.53045848872538 ], [ -111.71501140410598, 40.529916239351486 ], [ -111.71532374782521, 40.529310712129849 ], [ -111.71561391180573, 40.528840454377956 ], [ -111.71593872196853, 40.528297910266083 ], [ -111.71636853037081, 40.527637598997011 ], [ -111.71680111373749, 40.527238526046681 ], [ -111.71718743051284, 40.526929827330243 ], [ -111.71734013301497, 40.526856808470022 ], [ -111.71769227819915, 40.526665435492902 ], [ -111.71799806510445, 40.526555429337712 ], [ -111.71843322905218, 40.526399573676628 ], [ -111.71883172378173, 40.526126829205005 ], [ -111.71925363319266, 40.525835919866061 ], [ -111.71995683955811, 40.525354070337734 ], [ -111.72021510686127, 40.52521732777749 ], [ -111.720367995055, 40.52516232149398 ], [ -111.72055668426387, 40.525143127240099 ], [ -111.72063951314992, 40.525160628429646 ], [ -111.72082868481851, 40.525186475074101 ], [ -111.721148002847, 40.525238535831946 ], [ -111.72138420235078, 40.525246070309244 ], [ -111.72139600749787, 40.525245996607076 ], [ -111.72152615392324, 40.525272210603639 ], [ -111.72166800898104, 40.52528934245624 ], [ -111.72175103159243, 40.525324859376923 ], [ -111.72194107405821, 40.525431778584007 ], [ -111.72202448367129, 40.525503328366199 ], [ -111.72208399301859, 40.525548000840061 ], [ -111.72209599157827, 40.525565943596114 ], [ -111.7223820245393, 40.525816404055 ], [ -111.7225718759012, 40.525905305667493 ], [ -111.72263128921358, 40.525940969586756 ], [ -111.72292738877903, 40.526029206087244 ], [ -111.72324739021246, 40.526144318822602 ], [ -111.723722315392, 40.526393593428168 ], [ -111.72418621440572, 40.526715006104375 ], [ -111.72443606770774, 40.526893617217439 ], [ -111.72444806713639, 40.526911559717604 ], [ -111.72466260250623, 40.527099400626831 ], [ -111.72495068998677, 40.527539027912695 ], [ -111.72515322900564, 40.527708925418757 ], [ -111.72522483927791, 40.527780546898626 ], [ -111.72526045024716, 40.527798341110575 ], [ -111.72546269941158, 40.527941213288713 ], [ -111.72566465793284, 40.528057060339762 ], [ -111.72585442272701, 40.52813694817867 ], [ -111.7262935655189, 40.528350401397738 ], [ -111.72640059476164, 40.528421799495533 ], [ -111.7264363036502, 40.528448601589446 ], [ -111.72651972178397, 40.528520148015836 ], [ -111.72657982052868, 40.528618867610852 ], [ -111.72656976602975, 40.528781090370195 ], [ -111.726571225396, 40.528916214135414 ], [ -111.72660819947257, 40.529060123430575 ], [ -111.72664420069088, 40.529113950205172 ], [ -111.72666829884059, 40.529158842965103 ], [ -111.72675162079391, 40.529221380955448 ], [ -111.7267874275714, 40.529257191182253 ], [ -111.72691787580811, 40.529310423751568 ], [ -111.72700090612915, 40.52934593680861 ], [ -111.7272852204464, 40.529434236191676 ], [ -111.72765227410792, 40.529531022706237 ], [ -111.72793571275417, 40.529538246245195 ], [ -111.72797113040338, 40.529538023107747 ], [ -111.72829047437125, 40.529590063860987 ], [ -111.72843292540828, 40.529661236778793 ], [ -111.72845663476146, 40.529670096165688 ], [ -111.72859928127363, 40.529759285365735 ], [ -111.72864670009847, 40.529777004065046 ], [ -111.72875344133826, 40.529821375188931 ], [ -111.72891911479914, 40.529856365591407 ], [ -111.72895463022188, 40.529865150395743 ], [ -111.72916703945339, 40.529854801281274 ], [ -111.72937896026119, 40.529799410557501 ], [ -111.7295909784135, 40.529753027691086 ], [ -111.72979158126178, 40.52974275197834 ], [ -111.73002789505014, 40.529759276877208 ], [ -111.7302644045253, 40.529793817776003 ], [ -111.7305482357723, 40.529837067860733 ], [ -111.73085558137691, 40.529871159653936 ], [ -111.73117463530895, 40.529896167678309 ], [ -111.7313875339344, 40.529930855683233 ], [ -111.73152949912321, 40.529956983547187 ], [ -111.73171898217819, 40.530009836903893 ], [ -111.73179001390103, 40.530027404772063 ], [ -111.73228821759605, 40.530240460990456 ], [ -111.73258562378973, 40.530445779478107 ], [ -111.73263402521331, 40.530553578888487 ], [ -111.73265793164744, 40.530580453876588 ], [ -111.73270652952469, 40.530706269723929 ], [ -111.73271872808334, 40.530742227799763 ], [ -111.73289935253942, 40.531065401110091 ], [ -111.7330783098413, 40.531235434125286 ], [ -111.73338841298086, 40.531521749646934 ], [ -111.73361567841165, 40.53179057259208 ], [ -111.73367608526787, 40.531916313020297 ], [ -111.73374898650398, 40.532105036058709 ], [ -111.73391702697212, 40.532356216755289 ], [ -111.73408359405619, 40.532472273733426 ], [ -111.73429689562846, 40.532542989197552 ], [ -111.73435612428918, 40.532560630482521 ], [ -111.7346518745078, 40.532612803531542 ], [ -111.73484146586402, 40.53267465988511 ], [ -111.73492430761637, 40.532692150698345 ], [ -111.73497163171821, 40.532700858532166 ], [ -111.73506608307375, 40.532700257685498 ], [ -111.73510140388463, 40.532691024120254 ], [ -111.73526551210331, 40.532581873671162 ], [ -111.73539439762361, 40.532490964883721 ], [ -111.73559372694029, 40.532363572081508 ], [ -111.73612175983793, 40.532062917001753 ], [ -111.73628547045128, 40.531917732212875 ], [ -111.73637745531298, 40.531691924635311 ], [ -111.73647966773662, 40.531321910094817 ], [ -111.73663795022243, 40.530681272290401 ], [ -111.73670543234367, 40.530374540907836 ], [ -111.73670217680463, 40.53007726936832 ], [ -111.73665159905988, 40.529771290666496 ], [ -111.7366265076483, 40.529636317758857 ], [ -111.73666879888233, 40.52918560519695 ], [ -111.73676008826422, 40.528896739639244 ], [ -111.736899685072, 40.528706663380717 ], [ -111.73716943969912, 40.528542783206944 ], [ -111.73739246408236, 40.528424244936417 ], [ -111.73755527435031, 40.528197984289065 ], [ -111.73769427481132, 40.527953857699494 ], [ -111.7377966721838, 40.52760185832993 ], [ -111.73791304766416, 40.527447964536726 ], [ -111.73808785696193, 40.527239644204123 ], [ -111.7383226808462, 40.527121028752035 ], [ -111.73859232676276, 40.526948137067698 ], [ -111.73870800693945, 40.526731184872936 ], [ -111.73875255769352, 40.526487660759564 ], [ -111.73878490719196, 40.526208179181026 ], [ -111.73890853236153, 40.525639830284938 ], [ -111.73908036532289, 40.525161261509098 ], [ -111.73925377948623, 40.524826824169402 ], [ -111.73963651255019, 40.524202763168589 ], [ -111.73980009758642, 40.524048565206009 ], [ -111.7399055491033, 40.523975819073556 ], [ -111.74012914810334, 40.523911324992554 ], [ -111.74043557888986, 40.523864317453153 ], [ -111.74081244158668, 40.523780822100065 ], [ -111.74112988232467, 40.523661671203449 ], [ -111.74208110490063, 40.523205122812868 ], [ -111.74262074235719, 40.522895354405478 ], [ -111.74316146922587, 40.522684674004331 ], [ -111.74370259093064, 40.52251002400024 ], [ -111.74382053743176, 40.522500255939576 ], [ -111.74395048769273, 40.522508428208276 ], [ -111.74421058756438, 40.522542788756788 ], [ -111.74429361841941, 40.522578289421602 ], [ -111.7444239675191, 40.522622494054943 ], [ -111.74484051973766, 40.522926111121699 ], [ -111.74583900224863, 40.523541282179487 ], [ -111.74642173360279, 40.523924900474547 ], [ -111.74687331760994, 40.524192248344214 ], [ -111.7471814452731, 40.524298362631576 ], [ -111.74739483426281, 40.524378062338535 ], [ -111.74771386756684, 40.524403024891797 ], [ -111.74784362166483, 40.524393176312522 ], [ -111.74828020358416, 40.524372332134334 ], [ -111.74857562729983, 40.524397445199028 ], [ -111.74867016694239, 40.524405841548273 ], [ -111.74879992088941, 40.524395991896291 ], [ -111.74908283792597, 40.524358122673938 ], [ -111.74960104996562, 40.524246655653847 ], [ -111.74982474066955, 40.524191151098933 ], [ -111.74997820419195, 40.524190155126192 ], [ -111.75013206942442, 40.524225191791366 ], [ -111.75016758453383, 40.524233970085561 ], [ -111.75036877001841, 40.524277708071423 ], [ -111.7504520071553, 40.524331220671442 ], [ -111.75074893910647, 40.524491451309984 ], [ -111.75100965318592, 40.52457984569191 ], [ -111.75112810495649, 40.524615111191622 ], [ -111.75156669956867, 40.524774418734339 ], [ -111.75201700056472, 40.524924639553852 ], [ -111.75231383809727, 40.525075857892865 ], [ -111.7527664608221, 40.525433264434064 ], [ -111.75299297562357, 40.525629983419968 ], [ -111.75306420971404, 40.525665554618584 ], [ -111.75315925584466, 40.525718988281596 ], [ -111.753325233916, 40.525780968294605 ], [ -111.75395302700625, 40.525966059626022 ], [ -111.75442685061678, 40.526107108641909 ], [ -111.75481783742322, 40.526230679159291 ], [ -111.75516099798065, 40.52630050778366 ], [ -111.75525574328576, 40.526326915103532 ], [ -111.7553623950525, 40.526362253367225 ], [ -111.7554456387104, 40.52641576229184 ], [ -111.75554068777127, 40.526469193962448 ], [ -111.7557200941025, 40.52667522442129 ], [ -111.75594834239114, 40.527025076759166 ], [ -111.75603401685831, 40.527294781889033 ], [ -111.7561785168328, 40.527546084267236 ], [ -111.75634581870929, 40.527725166355879 ], [ -111.75654803153198, 40.527858975342781 ], [ -111.75669030559492, 40.527912096826093 ], [ -111.75685639362622, 40.52798307985595 ], [ -111.75718887489744, 40.52815206975631 ], [ -111.75751066799347, 40.528420226152356 ], [ -111.75761742569496, 40.528464570469602 ], [ -111.75777171042967, 40.528535629563599 ], [ -111.75790157232727, 40.528534777825428 ], [ -111.75807814918072, 40.528488575193037 ], [ -111.75823111456859, 40.528442527236827 ], [ -111.75865611648859, 40.528439737502922 ], [ -111.75882180142897, 40.528474684927282 ], [ -111.75890474558172, 40.528501166735225 ], [ -111.7591533751215, 40.528562595427758 ], [ -111.75916518074975, 40.528562517861843 ], [ -111.75924802347713, 40.528579991236022 ], [ -111.75946103329917, 40.528623635611403 ], [ -111.75960371808756, 40.528712786200323 ], [ -111.75978243068658, 40.528855752822977 ], [ -111.76006841313685, 40.529088102095521 ], [ -111.76017517355446, 40.529132444019545 ], [ -111.76027012837878, 40.529176863524285 ], [ -111.7605541788558, 40.529238056114629 ], [ -111.76105032574699, 40.52926181579177 ], [ -111.76115667938053, 40.52927012408054 ], [ -111.76120390236788, 40.529269812986492 ], [ -111.76192384878105, 40.529247050055254 ], [ -111.76237216063853, 40.529217066374265 ], [ -111.76254873609889, 40.529170856926584 ], [ -111.76264287553632, 40.529143209052677 ], [ -111.76267767993748, 40.529088926219117 ], [ -111.76271228002099, 40.529016627021662 ], [ -111.76267573954065, 40.528917770859401 ], [ -111.76263930129028, 40.52882792286011 ], [ -111.76261487302236, 40.528756013283164 ], [ -111.76262484054847, 40.528593788169225 ], [ -111.76267053118939, 40.528458353815651 ], [ -111.76274034346439, 40.528367804470847 ], [ -111.76290398717308, 40.528222582472644 ], [ -111.76317275588566, 40.527977568566072 ], [ -111.76338249528985, 40.527732944037197 ], [ -111.76352140061033, 40.52748878721215 ], [ -111.76353289933226, 40.527461684669404 ], [ -111.76373052367562, 40.527190112990702 ], [ -111.76398819601127, 40.52700823248064 ], [ -111.7641992596468, 40.526880712786628 ], [ -111.76448135897647, 40.52677074044567 ], [ -111.76471623625898, 40.526661079954494 ], [ -111.76499741195705, 40.526470032780558 ], [ -111.76524286304394, 40.526252194960513 ], [ -111.76548821005234, 40.526025348449778 ], [ -111.76571097036887, 40.525888739642198 ], [ -111.76588650931203, 40.525752443414902 ], [ -111.76600312464141, 40.525625546416677 ], [ -111.76606091930793, 40.52551705699824 ], [ -111.76609561653368, 40.525453764968191 ], [ -111.76613062142162, 40.525417497453198 ], [ -111.76622393340976, 40.525317781303585 ], [ -111.76637555197701, 40.525154616379595 ], [ -111.76647994988596, 40.524991764501159 ], [ -111.76651454382713, 40.52491946417048 ], [ -111.76653743536698, 40.524856250318841 ], [ -111.76657243970884, 40.524819982671268 ], [ -111.76667724721631, 40.524693163315369 ], [ -111.76686448333096, 40.5245477791171 ], [ -111.76708723596624, 40.524411167691454 ], [ -111.76759176265972, 40.524137551479967 ], [ -111.767860600845, 40.523901534975003 ], [ -111.76805901999045, 40.523702021373275 ], [ -111.76837517650722, 40.523474697979943 ], [ -111.76870385594185, 40.523310352411826 ], [ -111.76899732571255, 40.523164257956736 ], [ -111.7691960482482, 40.522991766945879 ], [ -111.76940616234015, 40.522783164304926 ], [ -111.76961679029382, 40.522619602147437 ], [ -111.7697577236144, 40.522555601358576 ], [ -111.76989896587375, 40.522518624914852 ], [ -111.77012242729649, 40.52244506490932 ], [ -111.77042779782377, 40.522307896356573 ], [ -111.77072208487293, 40.522233862936005 ], [ -111.77102869183405, 40.52220479085257 ], [ -111.77139432088754, 40.522175323944147 ], [ -111.77171252510963, 40.522128154907058 ], [ -111.77231279509986, 40.521970993746699 ], [ -111.77265388247361, 40.52186060715934 ], [ -111.77288976383232, 40.521841011907 ], [ -111.77311415113164, 40.521848519653744 ], [ -111.77345616842297, 40.521819204204441 ], [ -111.77378544871677, 40.521708893313139 ], [ -111.77399647703588, 40.52158135592925 ], [ -111.77433652300677, 40.521380882767524 ], [ -111.7745483787462, 40.521325409699422 ], [ -111.77478415389923, 40.52129680243678 ], [ -111.7753035435079, 40.521293318642137 ], [ -111.77538627746424, 40.521301772348863 ], [ -111.77544498758857, 40.521274351787419 ], [ -111.77583286786496, 40.521127606354675 ], [ -111.77618450243862, 40.520909032230151 ], [ -111.77654877054648, 40.520762443002425 ], [ -111.77743044380314, 40.520441204304269 ], [ -111.77826447546032, 40.520084244334534 ], [ -111.77864043432734, 40.519928560912945 ], [ -111.77893365895278, 40.519764425157177 ], [ -111.77932027094366, 40.519509570250428 ], [ -111.77971941454516, 40.51931769150638 ], [ -111.77997805734994, 40.519225857326418 ], [ -111.78070666145365, 40.518941662206117 ], [ -111.78098817738301, 40.518786609200482 ], [ -111.78109347106603, 40.518704817744798 ], [ -111.78116303933362, 40.518596241132194 ], [ -111.78123187537658, 40.518424607400277 ], [ -111.78125370518947, 40.518271309169805 ], [ -111.78115603371789, 40.517992694791793 ], [ -111.78110672780468, 40.517812850865738 ], [ -111.78103329215178, 40.517588125700918 ], [ -111.78106588033577, 40.517344666139167 ], [ -111.78116981242972, 40.517145768586033 ], [ -111.78140264143522, 40.5168649195898 ], [ -111.78169563672748, 40.516682760613044 ], [ -111.78200053854592, 40.516509529178265 ], [ -111.78268199584274, 40.51623464948571 ], [ -111.78282237932794, 40.516125592159618 ], [ -111.78292724748466, 40.51600776643825 ], [ -111.78307775649401, 40.515754498364345 ], [ -111.78316914321125, 40.515492621943551 ], [ -111.78328329700342, 40.515158520192642 ], [ -111.78350483153262, 40.514922787792514 ], [ -111.78370422670766, 40.514813329238528 ], [ -111.78399794132933, 40.514694221579965 ], [ -111.78493988011083, 40.514489631888942 ], [ -111.78590562951484, 40.51430289031817 ], [ -111.78630651232891, 40.514264127661932 ], [ -111.7865184408042, 40.514217641029127 ], [ -111.7866829463018, 40.514153459139983 ], [ -111.78698824502042, 40.514016247290712 ], [ -111.7875288641781, 40.513814369041164 ], [ -111.78778800217525, 40.513767558326741 ], [ -111.78790529357349, 40.513703696570872 ], [ -111.78798654321052, 40.513586027281796 ], [ -111.78802026458034, 40.513441655464192 ], [ -111.78805388034475, 40.513288275487241 ], [ -111.78808612486183, 40.513017789579827 ], [ -111.78818813096245, 40.512656739159631 ], [ -111.7882106816359, 40.512566496665642 ], [ -111.78824535144092, 40.512503198100063 ], [ -111.78826811297137, 40.512430971890076 ], [ -111.78833755777281, 40.512313382861571 ], [ -111.78853556545602, 40.512086810140673 ], [ -111.78869858615072, 40.511896511351672 ], [ -111.78893020434859, 40.511516557767202 ], [ -111.78907846337891, 40.51107411086857 ], [ -111.78914537092984, 40.510740325782507 ], [ -111.78908971374081, 40.510019996208435 ], [ -111.78904860521938, 40.509533797850644 ], [ -111.78903532485285, 40.509407764322873 ], [ -111.78904374837329, 40.509119422889576 ], [ -111.7891817835648, 40.50881217859984 ], [ -111.78937988389984, 40.508594612571024 ], [ -111.78958915104737, 40.508322916655068 ], [ -111.79003117839413, 40.507770354174447 ], [ -111.79053083245122, 40.507100280382865 ], [ -111.79076200096949, 40.506684290458033 ], [ -111.79092362676984, 40.506376882560474 ], [ -111.79113235163952, 40.506060143109359 ], [ -111.79146919715279, 40.505598383799807 ], [ -111.79166526828006, 40.50520965900116 ], [ -111.79168590537155, 40.50495726903911 ], [ -111.79160043604939, 40.504714614837042 ], [ -111.79152729815701, 40.504516920490524 ], [ -111.7914308757817, 40.504346412197791 ], [ -111.79139483663225, 40.504292605738172 ], [ -111.79119093343512, 40.504014726699992 ], [ -111.79064162424821, 40.503468944596399 ], [ -111.79048641160368, 40.503316855454905 ], [ -111.79018789519873, 40.503021603979832 ], [ -111.78964998071081, 40.502439703581381 ], [ -111.78955451675262, 40.502350267039368 ], [ -111.78919584292763, 40.501956326214852 ], [ -111.78907498402357, 40.501713911666592 ], [ -111.78904969346094, 40.501569942207823 ], [ -111.78902503631981, 40.501480021721051 ], [ -111.78900954130391, 40.501164816556305 ], [ -111.78908634079485, 40.500668803489184 ], [ -111.78909381359757, 40.500299388143745 ], [ -111.78910360859412, 40.500128152421468 ], [ -111.78918336218344, 40.499884367868901 ], [ -111.78922771378984, 40.499640825034056 ], [ -111.78931736632076, 40.499234812790974 ], [ -111.78941818457389, 40.498774670850011 ], [ -111.78935590982127, 40.498495820690209 ], [ -111.78934263139021, 40.498369786943492 ], [ -111.78933009207526, 40.498306810368014 ], [ -111.7893508418107, 40.498063428629344 ], [ -111.78954891053255, 40.497845862210923 ], [ -111.78993630817259, 40.497672045893964 ], [ -111.79053631696981, 40.497514791845902 ], [ -111.79097165095364, 40.497403706361567 ], [ -111.79142973672836, 40.497220392307305 ], [ -111.79206397259004, 40.4969637981362 ], [ -111.79247665442782, 40.496933942251438 ], [ -111.79278302998934, 40.49689580532565 ], [ -111.79312416861883, 40.496803375671881 ], [ -111.79352303241191, 40.496602441973707 ], [ -111.7939932241496, 40.496446061308184 ], [ -111.7947707418101, 40.496332610020133 ], [ -111.79507636885324, 40.496231409936051 ], [ -111.79519362294197, 40.496167540943738 ], [ -111.79551126121304, 40.4960842748416 ], [ -111.79587599150415, 40.495991674670748 ], [ -111.79689959084808, 40.495732371837406 ], [ -111.79726463715646, 40.49566679177962 ], [ -111.7974053809935, 40.495593749599536 ], [ -111.79786503728023, 40.49554553257348 ], [ -111.79829885128142, 40.495308305537087 ], [ -111.79850985729783, 40.49518973218116 ], [ -111.79862678584033, 40.495098835283848 ], [ -111.7988724415965, 40.494916959571945 ], [ -111.79930496516431, 40.494571630977539 ], [ -111.79976204593243, 40.494307210837036 ], [ -111.80003236464565, 40.494215250886988 ], [ -111.80016173099446, 40.494178319676848 ], [ -111.80046776819836, 40.494113138068407 ], [ -111.80066814505977, 40.494093732197861 ], [ -111.80104519236703, 40.494046074847205 ], [ -111.80208107736874, 40.493831685454339 ], [ -111.80262202576478, 40.493674778598411 ], [ -111.8027207314245, 40.493619949592855 ], [ -111.80286820232763, 40.493537935230655 ], [ -111.80298479991956, 40.493420009544216 ], [ -111.80303135292689, 40.493365632720597 ], [ -111.80313615062406, 40.493247788872459 ], [ -111.8032641168423, 40.493093748324348 ], [ -111.80342328990707, 40.492588143869398 ], [ -111.80343455187732, 40.49254302111023 ], [ -111.80354781552809, 40.492145842325677 ], [ -111.80366430207521, 40.492018907813382 ], [ -111.80366408712749, 40.492000891520618 ], [ -111.80370977878286, 40.491874449253203 ], [ -111.80385029264885, 40.491783383025805 ], [ -111.80408573608335, 40.491736700641653 ], [ -111.80440441787087, 40.491743491791965 ], [ -111.80453431496257, 40.491751596464709 ], [ -111.80477051113432, 40.49176796970287 ], [ -111.80506548734847, 40.491765915210941 ], [ -111.80512415958326, 40.491738479791543 ], [ -111.80520589145172, 40.491665839209652 ], [ -111.80537043166339, 40.491610639307872 ], [ -111.80575462722614, 40.491175534356472 ], [ -111.80592783930288, 40.490859015257058 ], [ -111.80599723146443, 40.490741415687381 ], [ -111.8060553634833, 40.490668939086532 ], [ -111.80648620519356, 40.490188461827493 ], [ -111.80673106662907, 40.489943512630902 ], [ -111.80683596046258, 40.489834673614425 ], [ -111.80689419870288, 40.489771204739299 ], [ -111.80726711515607, 40.489381217908722 ], [ -111.80737222317345, 40.489290394696809 ], [ -111.80763157654309, 40.489270564747621 ], [ -111.80786722452658, 40.489241891031909 ], [ -111.80806672016244, 40.489150407346379 ], [ -111.80824283427337, 40.489077104633445 ], [ -111.80848844203534, 40.488895208752687 ], [ -111.8088400186858, 40.488694552950776 ], [ -111.80918087675339, 40.488584060098205 ], [ -111.80975813594841, 40.48850794567845 ], [ -111.8103706807816, 40.488422572062824 ], [ -111.81104145703723, 40.488273724282891 ], [ -111.81181982693187, 40.488241232526235 ], [ -111.8122807252053, 40.488301056285827 ], [ -111.8124463376184, 40.48833592774119 ], [ -111.812706663656, 40.488397159639135 ], [ -111.81278957874561, 40.488423603220731 ], [ -111.81389031595269, 40.488704141219166 ], [ -111.81457724215427, 40.488915514994972 ], [ -111.81519349027732, 40.489136392130355 ], [ -111.81547741894987, 40.489197451272851 ], [ -111.81565450652671, 40.48920521046113 ], [ -111.81585508218529, 40.489203794672548 ], [ -111.81606723815337, 40.48918427897658 ], [ -111.81639683375882, 40.489118888867857 ], [ -111.81674915209042, 40.488981266085709 ], [ -111.81684299417583, 40.488935558375722 ], [ -111.81687828050018, 40.488926300071611 ], [ -111.81697212242028, 40.488880592257928 ], [ -111.81708956121132, 40.488834717536704 ], [ -111.81805189690488, 40.488404491646797 ], [ -111.8184616679073, 40.488140332432884 ], [ -111.81894124014052, 40.487794597108717 ], [ -111.81945543522282, 40.487385552029394 ], [ -111.81954905407072, 40.48732182591241 ], [ -111.81966583079206, 40.487221899895168 ], [ -111.81981767289714, 40.487094698334232 ], [ -111.8200751496596, 40.486921702566235 ], [ -111.82089695938403, 40.486582539000466 ], [ -111.82102607976688, 40.486527568407062 ], [ -111.82143648660647, 40.486317447481426 ], [ -111.8216359548297, 40.486225940590138 ], [ -111.82219896228766, 40.485951669681185 ], [ -111.82280662665121, 40.48546987347423 ], [ -111.82304005360758, 40.485261006720414 ], [ -111.82308669480767, 40.485215630068446 ], [ -111.82353082905827, 40.484870128024099 ], [ -111.82369478669087, 40.484769861711776 ], [ -111.82374164737178, 40.48474250102506 ], [ -111.82378861815107, 40.484724148432349 ], [ -111.82395312583353, 40.484668922321461 ], [ -111.82407110332836, 40.484668081152542 ], [ -111.82426019790812, 40.484693759367033 ], [ -111.8243669287538, 40.484738042595147 ], [ -111.82440265269169, 40.484764814463951 ], [ -111.82443826643429, 40.484782578210144 ], [ -111.82456793164039, 40.484772644259969 ], [ -111.82462692047011, 40.484772223375892 ], [ -111.82476860392414, 40.484780221241721 ], [ -111.82493377265445, 40.484779042403495 ], [ -111.82502804447917, 40.484769360565849 ], [ -111.82518119476278, 40.484750249375097 ], [ -111.82600516050543, 40.484591212046915 ], [ -111.82612269601096, 40.484554336353995 ], [ -111.82620483823666, 40.484517713569353 ], [ -111.82652194005206, 40.484398330547762 ], [ -111.82669824232184, 40.484343016182876 ], [ -111.8268040898658, 40.484315232299878 ], [ -111.82689825019749, 40.484296540838457 ], [ -111.82712207428668, 40.484267912497224 ], [ -111.82739463747268, 40.484365059361757 ], [ -111.82778739186564, 40.484641522696101 ], [ -111.82793007156464, 40.484730589616838 ], [ -111.82812016412707, 40.484837334425613 ], [ -111.82825071469445, 40.484899461167792 ], [ -111.82854610220481, 40.484933379449444 ], [ -111.82859329333388, 40.484933041119199 ], [ -111.82862879746463, 40.48494179546028 ], [ -111.82868745400501, 40.484914348198323 ], [ -111.82872284734063, 40.484914094409255 ], [ -111.82882913815594, 40.484922341078011 ], [ -111.82893520734483, 40.484912571447282 ], [ -111.82905285259478, 40.484884700887214 ], [ -111.82912341752709, 40.484866176874014 ], [ -111.82952265627998, 40.484710160759917 ], [ -111.83130492643026, 40.482850530806786 ], [ -111.83147955326537, 40.482660087734196 ], [ -111.83261210109086, 40.482651934121272 ], [ -111.83344982570888, 40.482654904800981 ], [ -111.8334382382982, 40.481718062952126 ], [ -111.83448807777145, 40.48170147850697 ], [ -111.83491277689376, 40.481698411207134 ], [ -111.83494370386263, 40.481337831836392 ], [ -111.83495471968477, 40.481274689960536 ], [ -111.8349775325988, 40.481211462853544 ], [ -111.83500045709232, 40.481157243834538 ], [ -111.83507001176652, 40.481057643398898 ], [ -111.83509271286889, 40.480985408175826 ], [ -111.83511552555966, 40.480922181040718 ], [ -111.83512642952215, 40.480850031053343 ], [ -111.83511362775724, 40.48076904346032 ], [ -111.8350890290052, 40.480688141105759 ], [ -111.83504094792745, 40.480616417311417 ], [ -111.83499297857101, 40.480553701588867 ], [ -111.83481345696322, 40.48034779374504 ], [ -111.83480132522766, 40.480320854672975 ], [ -111.83469269793189, 40.480123443432532 ], [ -111.83468078943535, 40.480114520536091 ], [ -111.83461946194346, 40.479925776508047 ], [ -111.8346072188001, 40.479889829316512 ], [ -111.83460699567249, 40.479871813125236 ], [ -111.83458061291687, 40.479646781105863 ], [ -111.83460130598648, 40.479412400228362 ], [ -111.83461265653351, 40.479376282653504 ], [ -111.83468098270848, 40.479177593372022 ], [ -111.83468075956675, 40.479159577178862 ], [ -111.83479627220393, 40.478960547032244 ], [ -111.83480784574795, 40.478942445630558 ], [ -111.83495885929142, 40.478752167786858 ], [ -111.8354487362856, 40.478298182523659 ], [ -111.83547221781258, 40.478289003878579 ], [ -111.8360219645441, 40.477906654596104 ], [ -111.83610398147181, 40.477861016772337 ], [ -111.83612723923802, 40.477833821805184 ], [ -111.8361506087475, 40.477815634928731 ], [ -111.83617409000944, 40.477806456142915 ], [ -111.83625554783285, 40.477715777736641 ], [ -111.83626734432859, 40.47771569238143 ], [ -111.83630206312498, 40.477661387737562 ], [ -111.83634857834247, 40.477606997720009 ], [ -111.83636015124063, 40.477588896165145 ], [ -111.83637150055162, 40.477552778418698 ], [ -111.83640610738701, 40.477489465648461 ], [ -111.8364515043977, 40.477344994636532 ], [ -111.83661995237019, 40.476659098633398 ], [ -111.83661894599102, 40.476578025768383 ], [ -111.83660591969935, 40.476479022098388 ], [ -111.83660547242957, 40.476442989712844 ], [ -111.83655672199171, 40.476317217902881 ], [ -111.83654447850697, 40.47628127089807 ], [ -111.83648437928294, 40.476191616820884 ], [ -111.83642383305356, 40.476065930319884 ], [ -111.83641192505704, 40.476057007590754 ], [ -111.83637508323815, 40.475940158419064 ], [ -111.8363628399219, 40.475904211391033 ], [ -111.83636060427609, 40.475724049431776 ], [ -111.83636994120121, 40.475525785908076 ], [ -111.83638039591104, 40.475417603363525 ], [ -111.83637983699556, 40.475372562870639 ], [ -111.83630235416297, 40.474832589076144 ], [ -111.83672622701823, 40.474766458847014 ], [ -111.83692642307933, 40.474737982619978 ], [ -111.83696181099691, 40.4747377263608 ], [ -111.83709145481522, 40.474727778553181 ], [ -111.83713852681429, 40.474718428706701 ], [ -111.83745701794641, 40.474716121400633 ], [ -111.83766945730007, 40.474723590805752 ], [ -111.83788200867535, 40.474740067916059 ], [ -111.83809467215764, 40.474765552729977 ], [ -111.83818915196959, 40.474773876489323 ], [ -111.83828340773357, 40.474764183980852 ], [ -111.838365867498, 40.474754576961224 ], [ -111.83845989909024, 40.474726868119483 ], [ -111.83853022661448, 40.47469032227265 ], [ -111.83874109663185, 40.474571676384151 ], [ -111.83882299555928, 40.474517028569224 ], [ -111.83919777349408, 40.474298094151102 ], [ -111.83932921086281, 40.474432273340661 ], [ -111.83953220977354, 40.47462899494117 ], [ -111.83970769003263, 40.474510604352304 ], [ -111.8397427411188, 40.474483322966101 ], [ -111.83987384318871, 40.474590477241854 ], [ -111.84001685389845, 40.47470655372139 ], [ -111.84012414032453, 40.474795862982873 ], [ -111.84020603838304, 40.474741214198467 ], [ -111.84022951801452, 40.474732034600081 ], [ -111.84031164052101, 40.474695401923263 ], [ -111.84034691607509, 40.474686136537365 ], [ -111.84040567120395, 40.474667691506966 ], [ -111.84047622224658, 40.474649160667525 ], [ -111.84052329369769, 40.474639809447552 ], [ -111.84060575296351, 40.474630200834291 ], [ -111.84074730427133, 40.474629171228962 ], [ -111.8411957748785, 40.474643925845918 ], [ -111.84136091807886, 40.474642723779517 ], [ -111.84147876504011, 40.47463285692821 ], [ -111.84161986640068, 40.474595793902886 ], [ -111.84166682516155, 40.474577434131348 ], [ -111.84174905917953, 40.474549808529488 ], [ -111.84186634335074, 40.474494900848022 ], [ -111.84193655623039, 40.474449344860581 ], [ -111.84197171889782, 40.474431070894667 ], [ -111.84204170656801, 40.474367498669899 ], [ -111.84206507327504, 40.47434931061472 ], [ -111.84213483567716, 40.474267722160178 ], [ -111.84214651900245, 40.474258628123899 ], [ -111.84220426024153, 40.47415910940294 ], [ -111.84238198612837, 40.474220876540755 ], [ -111.84247691601794, 40.474265229143519 ], [ -111.84251241623512, 40.474273979273633 ], [ -111.84257184603163, 40.474309581666695 ], [ -111.84273822726902, 40.474407466583081 ], [ -111.84286933389316, 40.474514617415828 ], [ -111.84289315102417, 40.474532461535162 ], [ -111.84301280020078, 40.47466672247765 ], [ -111.84327693170124, 40.475034160753445 ], [ -111.84332490469059, 40.475096873059051 ], [ -111.84333692612991, 40.475114803152842 ], [ -111.84334928571603, 40.475159757493842 ], [ -111.84336175803453, 40.475213719915757 ], [ -111.84337377950497, 40.475231650005036 ], [ -111.84337547026703, 40.475366771243571 ], [ -111.8433641250694, 40.475402889649963 ], [ -111.84336446321906, 40.475429913897194 ], [ -111.84331885687141, 40.475556371345732 ], [ -111.84332043483096, 40.475682484496467 ], [ -111.84336919736251, 40.475808253344837 ], [ -111.84341694554973, 40.475852949434206 ], [ -111.84346480653237, 40.475906653584296 ], [ -111.84353648540824, 40.475978201688775 ], [ -111.8435844593244, 40.476040913867273 ], [ -111.8436083899403, 40.476067765908056 ], [ -111.84363243333048, 40.476103626024297 ], [ -111.84365692778083, 40.476175518457332 ], [ -111.84381501519623, 40.476552738315966 ], [ -111.84424058356562, 40.476621701696821 ], [ -111.8446177258368, 40.476591919482772 ], [ -111.84499554538877, 40.476616184501914 ], [ -111.84544527286681, 40.476730011317578 ], [ -111.84561053401951, 40.476737811203712 ], [ -111.8457638858667, 40.47673668910231 ], [ -111.84591712464228, 40.476726558723051 ], [ -111.84604665770576, 40.476707592773614 ], [ -111.84610552606534, 40.476698152923909 ], [ -111.84616428131213, 40.476679704970465 ], [ -111.8462937010984, 40.476651730671797 ], [ -111.84642300764483, 40.476614748155733 ], [ -111.8464346907854, 40.476605653691351 ], [ -111.84652860837221, 40.476568930227543 ], [ -111.8465404046361, 40.476568843825874 ], [ -111.84657556712688, 40.476550568467317 ], [ -111.84665768830483, 40.476513931304993 ], [ -111.8467045338181, 40.476486561419925 ], [ -111.84677485860465, 40.476450010593624 ], [ -111.84693864761373, 40.476340703640929 ], [ -111.84808390894842, 40.475476459781667 ], [ -111.84817748397087, 40.475412710781924 ], [ -111.84818916666606, 40.475403616142799 ], [ -111.8482712855602, 40.475366977849667 ], [ -111.84831824299599, 40.475348615390843 ], [ -111.84837688306136, 40.475321158255312 ], [ -111.84848270721791, 40.475293354706963 ], [ -111.84857684866869, 40.475274645741379 ], [ -111.84860032731515, 40.475265464452853 ], [ -111.84871817417591, 40.475255590220328 ], [ -111.84957882985314, 40.475213231317831 ], [ -111.84968476688636, 40.475194434743166 ], [ -111.84969656290005, 40.475194348021809 ], [ -111.84979070385886, 40.475175638071953 ], [ -111.84981418230143, 40.475166456538687 ], [ -111.84989641359378, 40.475138825168919 ], [ -111.84991977841736, 40.475120635546809 ], [ -111.84997841761941, 40.475093177606205 ], [ -111.85006019431368, 40.475029513851247 ], [ -111.8500951278067, 40.474993221299997 ], [ -111.85013017488116, 40.474965936805717 ], [ -111.85016499468028, 40.47492063616631 ], [ -111.85017644976985, 40.474893525194396 ], [ -111.85022272456013, 40.474821113564651 ], [ -111.85024540738404, 40.474748875473281 ], [ -111.85024529375059, 40.474739867405845 ], [ -111.85025606697005, 40.474658708020776 ], [ -111.85023088429904, 40.474532768626844 ], [ -111.85015704116636, 40.474290071416938 ], [ -111.85013185882973, 40.4741641319902 ], [ -111.85014274572309, 40.474091980675922 ], [ -111.85014251848894, 40.474073964538512 ], [ -111.85016531478135, 40.474010734524065 ], [ -111.85017688334376, 40.473992631618238 ], [ -111.85019979320174, 40.47393840966555 ], [ -111.85022293027761, 40.473902203845817 ], [ -111.85029279590169, 40.473829618634127 ], [ -111.85031604653004, 40.473802420864736 ], [ -111.85036266137593, 40.473757033380828 ], [ -111.85038613924775, 40.473747851734942 ], [ -111.85045634550944, 40.473702290631834 ], [ -111.85046814125967, 40.473702203834364 ], [ -111.85056193890196, 40.473656469069397 ], [ -111.85078514837983, 40.473582754964788 ], [ -111.85087905935103, 40.473546028013317 ], [ -111.85104283462746, 40.473436715328653 ], [ -111.85110101693934, 40.47337322455963 ], [ -111.85115908539235, 40.473300725694166 ], [ -111.85120444801264, 40.473156249132074 ], [ -111.85121521985566, 40.473075089649825 ], [ -111.85119003603926, 40.472949150442844 ], [ -111.8511656485626, 40.472886267704347 ], [ -111.85093584616506, 40.472437514522504 ], [ -111.85089932246753, 40.472347694352074 ], [ -111.85087459436545, 40.472257787331287 ], [ -111.85086166181188, 40.472167793468223 ], [ -111.85087254763755, 40.472095642071679 ], [ -111.85087186539862, 40.472041593650779 ], [ -111.85088331973347, 40.472014482603257 ], [ -111.85089443293198, 40.471960347343824 ], [ -111.85091745525983, 40.471915133313146 ], [ -111.85092913698246, 40.471906038401485 ], [ -111.85095204555267, 40.471851816293594 ], [ -111.85099831747293, 40.471779404345142 ], [ -111.85106806636209, 40.471697810598819 ], [ -111.85110311134727, 40.471670525815441 ], [ -111.85114972420826, 40.471625138017814 ], [ -111.85119645075454, 40.471588758271821 ], [ -111.85121992775973, 40.471579576461934 ], [ -111.85127844960643, 40.471543109811606 ], [ -111.85133708515598, 40.471515651201997 ], [ -111.85138403907001, 40.471497287521082 ], [ -111.85144267453609, 40.47146982885851 ], [ -111.85148974217546, 40.471460473204836 ], [ -111.85150142374212, 40.471451378236218 ], [ -111.8515720820628, 40.471441848747681 ], [ -111.85163083120801, 40.471423398060111 ], [ -111.8516544219037, 40.471423224232268 ], [ -111.85168969413373, 40.471413955412224 ], [ -111.85176046620916, 40.471413433878297 ], [ -111.85181932910686, 40.471403991164628 ], [ -111.85189010116945, 40.471403469551433 ], [ -111.85197278242435, 40.471411869016563 ], [ -111.85198457776916, 40.471411782068365 ], [ -111.85215005421486, 40.471437588871744 ], [ -111.85242225851249, 40.471507652881243 ], [ -111.85251684924053, 40.471524973028004 ], [ -111.85262312144324, 40.471533198016317 ], [ -111.85272916576524, 40.471523406773365 ], [ -111.85282341469474, 40.471513702468592 ], [ -111.85291743564079, 40.4714859819547 ], [ -111.85305840991471, 40.471439897008693 ], [ -111.8533759719412, 40.471365481469824 ], [ -111.8534230392259, 40.471356125032095 ], [ -111.85369387549405, 40.471318089258773 ], [ -111.8540359398432, 40.471315562183918 ], [ -111.85436666551061, 40.471349153541588 ], [ -111.85570251015662, 40.471573502741599 ], [ -111.85592662201842, 40.47157184328308 ], [ -111.85596189371559, 40.471562573164611 ], [ -111.85602075611716, 40.471553128316025 ], [ -111.85604434683124, 40.471552953591754 ], [ -111.85610309480882, 40.47153450064264 ], [ -111.85617375251661, 40.471524968346642 ], [ -111.85622070508504, 40.471506602714136 ], [ -111.85627933854592, 40.471479141617777 ], [ -111.85631461014438, 40.471469871392507 ], [ -111.85632629105312, 40.471460775942852 ], [ -111.85638492443051, 40.471433314793551 ], [ -111.85640840065672, 40.471424131937226 ], [ -111.8564435577598, 40.471405853614861 ], [ -111.85653700471282, 40.471333089882314 ], [ -111.85654857110578, 40.471314986352525 ], [ -111.85657193280318, 40.471296795405472 ], [ -111.85664178887151, 40.471224206420558 ], [ -111.85665346969353, 40.471215110938338 ], [ -111.85668816870046, 40.471160800311026 ], [ -111.8567229821365, 40.471115497731255 ], [ -111.85673431947113, 40.471079378067238 ], [ -111.85675745205957, 40.471043170967413 ], [ -111.85676867487408, 40.470998043241899 ], [ -111.8567802411485, 40.470979939689101 ], [ -111.8567800121655, 40.470961923573114 ], [ -111.85679077698164, 40.470880763612769 ], [ -111.85678676977365, 40.470565481570191 ], [ -111.85680944418782, 40.470493242224187 ], [ -111.85684391371117, 40.470420915431021 ], [ -111.85721253863129, 40.469724496146952 ], [ -111.85725868781198, 40.469643073690243 ], [ -111.85732854145095, 40.469570484294728 ], [ -111.85741018993338, 40.469497807359168 ], [ -111.8575977638712, 40.469406326635642 ], [ -111.85771536980452, 40.469378427220235 ], [ -111.85783320488997, 40.469368543802091 ], [ -111.85805696533028, 40.46933985611426 ], [ -111.85815109570109, 40.469321139442812 ], [ -111.85819804619219, 40.469302773021276 ], [ -111.85824522601838, 40.469302422695179 ], [ -111.85833935628213, 40.469283705871341 ], [ -111.86020323227208, 40.470215784303377 ], [ -111.86267851215912, 40.46914329341412 ], [ -111.86290365325364, 40.469222692929108 ], [ -111.86297476875748, 40.469249188690746 ], [ -111.86321239755843, 40.469382547801608 ], [ -111.86324801312198, 40.46940029961371 ], [ -111.86346216840863, 40.469542842428439 ], [ -111.8635810413854, 40.469614025553817 ], [ -111.86365238837246, 40.469658536977455 ], [ -111.86370003002331, 40.469694216597105 ], [ -111.86387787861685, 40.469764958688053 ], [ -111.86398438014156, 40.469791189332014 ], [ -111.8642345007796, 40.469978506370467 ], [ -111.86490809020515, 40.470072565668922 ], [ -111.86548882423895, 40.470284432155871 ], [ -111.86575016755219, 40.470426617321429 ], [ -111.86595346191822, 40.470641308054233 ], [ -111.86608575489306, 40.470838512678363 ], [ -111.86627760362794, 40.471080315295097 ], [ -111.866397640041, 40.471241575795638 ], [ -111.86674503079203, 40.471653380677175 ], [ -111.86694972231479, 40.471976165932581 ], [ -111.86712839144448, 40.472109959119649 ], [ -111.86733018854353, 40.47220754286581 ], [ -111.86763791340202, 40.472286313310164 ], [ -111.86800484827104, 40.472382656073535 ], [ -111.86828956391112, 40.472506642075722 ], [ -111.8683372100224, 40.472542319720134 ], [ -111.86844406578685, 40.472595570262264 ], [ -111.86855068957685, 40.472630804648446 ], [ -111.86859996100485, 40.47279259456289 ], [ -111.86872290844546, 40.473179053174363 ], [ -111.86902406988891, 40.473663269652583 ], [ -111.86913418028406, 40.473968744202537 ], [ -111.86912319761701, 40.474031889073117 ], [ -111.86911477028973, 40.474293210463166 ], [ -111.86907996364525, 40.47433851668179 ], [ -111.86909443092182, 40.474545612519464 ], [ -111.86911964877345, 40.474671547438462 ], [ -111.86912046186308, 40.474734603598534 ], [ -111.86913341931294, 40.474824595121689 ], [ -111.86920524015358, 40.474905135072227 ], [ -111.86920616949823, 40.474977199250581 ], [ -111.86926665936865, 40.475093859958434 ], [ -111.86944487660402, 40.475191617273481 ], [ -111.86945748597586, 40.475254584684258 ], [ -111.86975459365082, 40.47542351822581 ], [ -111.86987406493863, 40.475539734729772 ], [ -111.87005240051302, 40.475646499098453 ], [ -111.87024323055921, 40.47580722247595 ], [ -111.87030325771066, 40.47588785052541 ], [ -111.87032766410682, 40.475950728997113 ], [ -111.87037729134435, 40.476139542045296 ], [ -111.87043708628229, 40.476202153981063 ], [ -111.87052361505289, 40.476507804644207 ], [ -111.87056109799481, 40.476669682385889 ], [ -111.87058562128655, 40.476741568805451 ], [ -111.87065756230007, 40.476831115803677 ], [ -111.87076407756699, 40.476857340024971 ], [ -111.87082410629446, 40.476937967773189 ], [ -111.87090679647035, 40.476946353589895 ], [ -111.87096589415411, 40.476954917141164 ], [ -111.8710133120131, 40.47697257757806 ], [ -111.87107217688073, 40.476963125045138 ], [ -111.87110756565146, 40.476962858319823 ], [ -111.87137853014448, 40.476933789023931 ], [ -111.87143739492379, 40.476924336305807 ], [ -111.87147255071241, 40.476906053441326 ], [ -111.87155489145117, 40.476887414752873 ], [ -111.8716489118796, 40.476859679027989 ], [ -111.87175437891213, 40.47680483021206 ], [ -111.87195351625206, 40.476695221291983 ], [ -111.87201214763714, 40.476667752257903 ], [ -111.87221116757249, 40.47654913488708 ], [ -111.87226933238836, 40.476485633673953 ], [ -111.87231581752658, 40.47643122947769 ], [ -111.87238647788632, 40.476421687248092 ], [ -111.87244557528334, 40.476430250046306 ], [ -111.87255057450494, 40.476339368464785 ], [ -111.87260967184892, 40.476347931179745 ], [ -111.87263408056255, 40.476410809135281 ], [ -111.87266268824608, 40.476797975493746 ], [ -111.87274549510401, 40.476815368005425 ], [ -111.87284068154081, 40.476877711424038 ], [ -111.87287642024992, 40.476904468189055 ], [ -111.87316139729947, 40.477046457820606 ], [ -111.87323217488859, 40.477045923078911 ], [ -111.8733502542635, 40.477054039755508 ], [ -111.87342056489699, 40.477017472862407 ], [ -111.87362051746162, 40.476970917157104 ], [ -111.87370239054889, 40.476916244910228 ], [ -111.87373696179836, 40.476852921321118 ], [ -111.87374840767865, 40.476825808116821 ], [ -111.8742530745827, 40.476623796121942 ], [ -111.87431088694846, 40.476533269878701 ], [ -111.87436975094094, 40.47652381567427 ], [ -111.87444052795841, 40.476523280198315 ], [ -111.87486308527536, 40.476357922317725 ], [ -111.87515494755176, 40.476121481475097 ], [ -111.87520166404197, 40.476085092153951 ], [ -111.87522478831397, 40.476048881474192 ], [ -111.87531751913386, 40.475922054721458 ], [ -111.87534076028071, 40.475894852024837 ], [ -111.87537556346781, 40.475849543968231 ], [ -111.87545684872835, 40.475749830466604 ], [ -111.87547985574079, 40.475704611730301 ], [ -111.87550239467289, 40.475623360965024 ], [ -111.87551360561235, 40.475578231577451 ], [ -111.87561906744975, 40.475523379276339 ], [ -111.87566578327719, 40.475486989770793 ], [ -111.87568879006213, 40.475441770993257 ], [ -111.8758060475088, 40.475386829148412 ], [ -111.87586432498108, 40.475332334164889 ], [ -111.87593428123749, 40.475268741747627 ], [ -111.87592154875755, 40.475196767101068 ], [ -111.87599162189667, 40.475142182655425 ], [ -111.87612067448693, 40.475087151090655 ], [ -111.87626199121335, 40.475068061972046 ], [ -111.87645084288754, 40.475075638896953 ], [ -111.87649779223983, 40.475057265069566 ], [ -111.87656868482968, 40.475065736310903 ], [ -111.87692256203484, 40.475063051844664 ], [ -111.87719316444421, 40.475006945002491 ], [ -111.87734604205491, 40.474969749029015 ], [ -111.87740490423224, 40.474960293294849 ], [ -111.87745150142767, 40.474914895075564 ], [ -111.87749821583652, 40.474878504840269 ], [ -111.87768495566732, 40.474723935711005 ], [ -111.87774311373192, 40.474660431793517 ], [ -111.87787157731789, 40.474560358282837 ], [ -111.87801195366256, 40.47446920302378 ], [ -111.87816400804601, 40.474368949970007 ], [ -111.87835180142665, 40.47429545179471 ], [ -111.87843390220135, 40.474258792247525 ], [ -111.8785511553194, 40.47420384765131 ], [ -111.87869176486099, 40.474130707580194 ], [ -111.87885678772349, 40.474120443954185 ], [ -111.87909211498335, 40.474073609795376 ], [ -111.87919804151591, 40.474054786268496 ], [ -111.87925702012728, 40.474054337600208 ], [ -111.87936329914626, 40.474062537920709 ], [ -111.87949305209872, 40.474061550625073 ], [ -111.87965807464947, 40.474051285857833 ], [ -111.87972873139991, 40.474041739172236 ], [ -111.87988078223614, 40.47394148388927 ], [ -111.87999826881294, 40.473904553836213 ], [ -111.88005712966626, 40.473895096763144 ], [ -111.88006857251177, 40.473867982951063 ], [ -111.88013828801175, 40.473786372034915 ], [ -111.88020823861059, 40.473722777072837 ], [ -111.88026662870983, 40.473677287904003 ], [ -111.8802897494395, 40.473641076233051 ], [ -111.88032431283958, 40.473577750720352 ], [ -111.88051116022932, 40.473432185093493 ], [ -111.88058134547427, 40.473386605904125 ], [ -111.88063961734173, 40.473332108552576 ], [ -111.88065105986038, 40.473304994683666 ], [ -111.88068503427716, 40.473196629077854 ], [ -111.88070827231817, 40.4731694253217 ], [ -111.88080169513566, 40.473096642240243 ], [ -111.88094300626992, 40.473077547449002 ], [ -111.8810129553771, 40.473013952007818 ], [ -111.8811530887088, 40.472904776994 ], [ -111.88153019174105, 40.472874874692124 ], [ -111.88176586622542, 40.472855059130886 ], [ -111.8819425630614, 40.472835693148042 ], [ -111.88204813318517, 40.472789843049277 ], [ -111.88211867036681, 40.47277128692329 ], [ -111.88215334949652, 40.472716968871545 ], [ -111.88238831570119, 40.472643104082238 ], [ -111.88247017637022, 40.472588425713404 ], [ -111.88259886484462, 40.472506363015782 ], [ -111.882749020445, 40.472261976111902 ], [ -111.8828876155835, 40.472035695105951 ], [ -111.88300320916215, 40.471854634136371 ], [ -111.88314215667921, 40.471655376809196 ], [ -111.88328240176594, 40.471555207247938 ], [ -111.88346959133195, 40.471436660894703 ], [ -111.88353894600964, 40.471328023982679 ], [ -111.88365654406952, 40.471300098256528 ], [ -111.88377402393037, 40.471263164418701 ], [ -111.88396251118452, 40.471243705199221 ], [ -111.88433913082537, 40.471177761866329 ], [ -111.88457349819066, 40.471058852739191 ], [ -111.88477354333278, 40.471021285948375 ], [ -111.88486684052143, 40.470939491640848 ], [ -111.88508834651802, 40.470739599869511 ], [ -111.8853453547741, 40.470548444621699 ], [ -111.88561380160209, 40.470330174463761 ], [ -111.88599818414203, 40.469957863756541 ], [ -111.88615080845865, 40.469902640297207 ], [ -111.88622086777552, 40.469848049745288 ], [ -111.88638315465658, 40.469630591737804 ], [ -111.88652256148063, 40.46946736238138 ], [ -111.88661360345579, 40.469214414892889 ], [ -111.88658918448175, 40.469151539922315 ], [ -111.88665912419313, 40.46908794112035 ], [ -111.88664590767362, 40.468979935729728 ], [ -111.88670417083763, 40.468925435371276 ], [ -111.8867018012206, 40.468745275579543 ], [ -111.88679497444885, 40.468654471751911 ], [ -111.88682822576939, 40.468492056444063 ], [ -111.88689674252079, 40.468320361621871 ], [ -111.88693082300516, 40.468221002210072 ], [ -111.88701148943447, 40.468076240778515 ], [ -111.88710549105076, 40.468048492634189 ], [ -111.88715231402315, 40.468021106548981 ], [ -111.88746899062824, 40.467883541928366 ], [ -111.887562517416, 40.467819761459666 ], [ -111.8877626698372, 40.467791197582308 ], [ -111.88803216579772, 40.467653993799829 ], [ -111.88823124939539, 40.467544357225343 ], [ -111.88848788045576, 40.467326171144443 ], [ -111.88869816313243, 40.467171403173481 ], [ -111.88877977453598, 40.467098704434193 ], [ -111.88897802383197, 40.46692601068299 ], [ -111.88910728753693, 40.466888980791751 ], [ -111.88936522037396, 40.466769880647952 ], [ -111.88969332429912, 40.466605195299948 ], [ -111.88998699482144, 40.466512845372961 ], [ -111.89028185401784, 40.466510574552316 ], [ -111.89075243854222, 40.466416859841033 ], [ -111.89101084279807, 40.46633378799811 ], [ -111.89104610674899, 40.466324507244032 ], [ -111.89111544402459, 40.466215865875661 ], [ -111.8911491600709, 40.466089481312395 ], [ -111.89128878624659, 40.46594426227427 ], [ -111.89132333543944, 40.465880933540163 ], [ -111.8913341769962, 40.465808778723087 ], [ -111.89130737327234, 40.465565745080944 ], [ -111.89136431973961, 40.465412154593999 ], [ -111.8913749230055, 40.465321983801275 ], [ -111.89150001355927, 40.464969671838091 ], [ -111.89156875317391, 40.464815990275092 ], [ -111.8915800707784, 40.464779867362559 ], [ -111.89159126925433, 40.464734736464777 ], [ -111.89168359648065, 40.464580872873832 ], [ -111.89174077956739, 40.464445298161806 ], [ -111.89196295894183, 40.464299441340081 ], [ -111.89217393936501, 40.464198715052369 ], [ -111.89237300599656, 40.464089071458751 ], [ -111.8926545101405, 40.463969781976886 ], [ -111.89288919556499, 40.463877880209651 ], [ -111.8930419197044, 40.463831655781128 ], [ -111.89320655684097, 40.463794347993591 ], [ -111.89338298766704, 40.463756948814627 ], [ -111.89360647438467, 40.463710176669323 ], [ -111.89393646377943, 40.463689607144225 ], [ -111.89419616765164, 40.463705616069547 ], [ -111.89449077523517, 40.463685318684604 ], [ -111.8947622730611, 40.463701235063922 ], [ -111.8950456844408, 40.463726067453052 ], [ -111.89535304259856, 40.463777740355901 ], [ -111.89583659134117, 40.463773993574641 ], [ -111.89617849384224, 40.46376233421681 ], [ -111.89650872211165, 40.46375977330095 ], [ -111.89681488336807, 40.463721362572038 ], [ -111.897203601214, 40.4636823102229 ], [ -111.89740385688235, 40.463662737775294 ], [ -111.89761542660287, 40.4636070415078 ], [ -111.89794469429694, 40.463532412733109 ], [ -111.89831006272229, 40.463511555865558 ], [ -111.89860502817322, 40.463518271921913 ], [ -111.89999669820099, 40.463507443941388 ], [ -111.90019767401837, 40.463541914456407 ], [ -111.90029166372265, 40.46351415569162 ], [ -111.90038613449387, 40.463522428708266 ], [ -111.90048024438968, 40.46350367775532 ], [ -111.9006807391241, 40.46350211557283 ], [ -111.90082190377578, 40.463473988756711 ], [ -111.90088063208083, 40.463455513227089 ], [ -111.90103202550183, 40.463310190712249 ], [ -111.90114803703165, 40.46316514385898 ], [ -111.90136766283513, 40.462830101966922 ], [ -111.90147019318155, 40.462559035282816 ], [ -111.90164348427427, 40.462287416530046 ], [ -111.90181713540004, 40.462042821408986 ], [ -111.90200197630794, 40.461753094180985 ], [ -111.90217478116561, 40.461445442786534 ], [ -111.90277803063712, 40.460692993601519 ], [ -111.90305419412458, 40.460177328705278 ], [ -111.90313529897912, 40.460068588147884 ], [ -111.90325142115113, 40.459932547174489 ], [ -111.90345911240156, 40.459588585543315 ], [ -111.9037712489513, 40.459117682215528 ], [ -111.90409565717927, 40.458682717662441 ], [ -111.90440681876939, 40.458139748934585 ], [ -111.90476635492492, 40.457686489772158 ], [ -111.90527435484933, 40.456871710430953 ], [ -111.9057484168254, 40.456165301650515 ], [ -111.90598027390989, 40.455866190528539 ], [ -111.90678927499546, 40.454634634770485 ], [ -111.90685821172342, 40.454498960256693 ], [ -111.90696252474551, 40.454363008125796 ], [ -111.90707693355021, 40.454100851892456 ], [ -111.90733102904804, 40.453702465430247 ], [ -111.90754061994193, 40.453502623930085 ], [ -111.90770449623909, 40.453411248012124 ], [ -111.9081747216006, 40.453299447481328 ], [ -111.9085636148708, 40.453278373498321 ], [ -111.90916403518018, 40.453201581159512 ], [ -111.90961176590937, 40.453171031938936 ], [ -111.90988261671772, 40.453141873463395 ], [ -111.91011760523315, 40.453076961075503 ], [ -111.91037678505199, 40.453056902249848 ], [ -111.91065906214122, 40.453000625223211 ], [ -111.91115237665063, 40.452852595031324 ], [ -111.91137617953669, 40.452832812825967 ], [ -111.91161092200751, 40.452749881519239 ], [ -111.91177576496368, 40.452730563520831 ], [ -111.9121176078811, 40.452718857628291 ], [ -111.91299980443259, 40.452549732410397 ], [ -111.91335319406036, 40.45251991383644 ], [ -111.91359996878192, 40.452454901245751 ], [ -111.91387057074165, 40.452407717575042 ], [ -111.91485888471878, 40.452237739152515 ], [ -111.91506607695085, 40.459686465162811 ], [ -111.91506668810619, 40.459731504830685 ], [ -111.9147677629646, 40.462040149275907 ], [ -111.91425256615237, 40.46318835550948 ], [ -111.91379449045414, 40.464200974267037 ], [ -111.90391851643446, 40.478900056423726 ], [ -111.90151291387548, 40.481630517498559 ], [ -111.89748310810809, 40.485562723126336 ], [ -111.89766643418031, 40.486038769337235 ], [ -111.90563208998, 40.48613878211092 ], [ -111.90559830249541, 40.48976961825128 ], [ -111.91514428222176, 40.489775499636636 ], [ -111.91514464933573, 40.489802523295694 ], [ -111.91660740079061, 40.489772913092381 ], [ -111.91672968429168, 40.497024066790821 ], [ -111.91966791163274, 40.497009729824207 ], [ -111.919365062089, 40.498165271334088 ], [ -111.91828905963528, 40.498876516245176 ], [ -111.91774465131758, 40.499628574764529 ], [ -111.9175693514341, 40.50062093906822 ], [ -111.91749288632138, 40.501071988074905 ], [ -111.91583798282443, 40.501742760636766 ], [ -111.91519985425123, 40.502549602694017 ], [ -111.91564133490851, 40.503771306936059 ], [ -111.91635115896806, 40.505630508586748 ], [ -111.9145573461815, 40.508248271172562 ], [ -111.91488854906883, 40.510038405762998 ], [ -111.91508140406616, 40.512937719476376 ], [ -111.91488475505264, 40.514101414312869 ], [ -111.91394177036997, 40.515937666564703 ], [ -111.91392452519901, 40.516406261378556 ], [ -111.91552394337432, 40.519438578485307 ], [ -111.91688182166685, 40.520328692442327 ], [ -111.91724699985996, 40.520271741275593 ], [ -111.91835408840475, 40.520082771412135 ], [ -111.91879340318914, 40.51940361833568 ], [ -111.91935788091473, 40.519245978679344 ], [ -111.92034878283958, 40.520057891800064 ], [ -111.91948024847953, 40.521290004230302 ], [ -111.91979847710085, 40.522116281482283 ], [ -111.92141035967785, 40.522580905474427 ], [ -111.92168214173152, 40.523461600454922 ], [ -111.92190399817125, 40.524144499396193 ], [ -111.9214943392048, 40.525264858404192 ], [ -111.92027393438566, 40.525806104162491 ], [ -111.91927362649898, 40.526904131583599 ], [ -111.91931925765533, 40.52765149864441 ], [ -111.92094178537477, 40.529746635265958 ], [ -111.92098266188263, 40.531007540213785 ], [ -111.92013342362274, 40.531933203020998 ], [ -111.9181634639649, 40.532065988830496 ], [ -111.91710855982558, 40.532632912025427 ], [ -111.91695604892658, 40.533571036519923 ], [ -111.9177274898757, 40.534727045009546 ], [ -111.91760498699767, 40.536133388430727 ], [ -111.91726062110085, 40.536856825566993 ], [ -111.91720306227545, 40.53696538791251 ], [ -111.91743087842696, 40.536968443881399 ], [ -111.9175114372343, 40.537135007169141 ], [ -111.91759207126199, 40.537324362015831 ], [ -111.91764304001383, 40.537528997083456 ], [ -111.91761472275259, 40.537764261097323 ], [ -111.91750617038383, 40.537908723167028 ], [ -111.91730796875352, 40.538008042250304 ], [ -111.91710886365999, 40.537963227667944 ], [ -111.91704328953203, 40.53794302797084 ], [ -111.9170528778686, 40.538074660245215 ], [ -111.91745443263055, 40.538080481034967 ], [ -111.91747894191678, 40.538639281233451 ], [ -111.91708518509922, 40.538400251406529 ], [ -111.91714257069174, 40.538607898710104 ], [ -111.91756217555148, 40.538932486632852 ], [ -111.91806099984471, 40.539203832269884 ], [ -111.91832116317414, 40.539491126646872 ], [ -111.91841174984425, 40.539665266975369 ], [ -111.91833398979158, 40.539946148160517 ], [ -111.91809677789124, 40.540189738910499 ], [ -111.91780924390179, 40.540319677819781 ], [ -111.91740190193714, 40.540366695694544 ], [ -111.91718357447016, 40.540428157311972 ], [ -111.91702487686916, 40.540489415499344 ], [ -111.91692653290377, 40.540664155526407 ], [ -111.91683810780002, 40.54083890684177 ], [ -111.91676926874037, 40.540960531063988 ], [ -111.91664407802848, 40.54117566301116 ], [ -111.91660547786636, 40.541280651239248 ], [ -111.91656259336716, 40.541400537922513 ], [ -111.91653481936021, 40.541485440753497 ], [ -111.91651627634755, 40.541658466264352 ], [ -111.91674900015101, 40.541708510405741 ], [ -111.91713829893439, 40.541740554925042 ], [ -111.91713903611279, 40.541794601725343 ], [ -111.91708429871477, 40.542110343362395 ], [ -111.91705111914865, 40.542214477904729 ], [ -111.91699340099693, 40.542372319323349 ], [ -111.91681135784128, 40.542878255420263 ], [ -111.91640349528066, 40.542879599448923 ], [ -111.91635061958463, 40.542907675781031 ], [ -111.91635117066896, 40.543000101430067 ], [ -111.91634249065304, 40.543099717225182 ], [ -111.9164464148416, 40.543334021896158 ], [ -111.91656839102981, 40.543454492535005 ], [ -111.91672723970659, 40.54352503213326 ], [ -111.91683000620033, 40.543553044729528 ], [ -111.91689568696026, 40.543623963056497 ], [ -111.91691464732159, 40.543680748023412 ], [ -111.91694331720724, 40.543808715315286 ], [ -111.91695361949515, 40.543957998992326 ], [ -111.91693591367135, 40.544114441712175 ], [ -111.91668882412253, 40.544284596275475 ], [ -111.91338223940267, 40.544283758708275 ], [ -111.90306112573472, 40.54429282477853 ], [ -111.89543257339349, 40.544307157711629 ], [ -111.895302205753, 40.54427213292945 ], [ -111.89529039777302, 40.544272224433001 ], [ -111.89530280549674, 40.544317172182069 ], [ -111.8960288458199, 40.547401554198927 ], [ -111.89619784741086, 40.548562375193974 ], [ -111.89682625899196, 40.551404270287399 ], [ -111.8968762602716, 40.551611083798704 ], [ -111.89778694448198, 40.555243551436249 ], [ -111.89873376456231, 40.558920772037808 ], [ -111.8987462979383, 40.55897472706981 ], [ -111.8988096880247, 40.559298549109421 ], [ -111.89983618975417, 40.564506625098467 ], [ -111.89986234635717, 40.564695605043489 ], [ -111.90000977026823, 40.566000724750111 ], [ -111.90016997797143, 40.567377814291206 ], [ -111.90019589537151, 40.56754877844152 ], [ -111.90040265592988, 40.569754308560746 ], [ -111.90197383107389, 40.569751059987723 ], [ -111.90299114103065, 40.571607920703499 ], [ -111.90308818637922, 40.571796345493723 ], [ -111.90373062582199, 40.573007500256544 ], [ -111.90385239235833, 40.573276809532004 ], [ -111.9038646902864, 40.573312748235182 ], [ -111.90962982088894, 40.57329452019944 ], [ -111.91024409856129, 40.573289681373005 ], [ -111.91024702838149, 40.573505867802687 ], [ -111.91080236470216, 40.573510499171256 ], [ -111.91498467806157, 40.573513481803779 ], [ -111.91501778561906, 40.573342053723927 ], [ -111.91478091170474, 40.573298886179046 ], [ -111.91676672734708, 40.573373230303261 ], [ -111.91833247173793, 40.575558922231991 ], [ -111.91852776920069, 40.576016814313633 ], [ -111.91899539762494, 40.57651758333283 ], [ -111.92106249377946, 40.578203767369466 ], [ -111.92140917428505, 40.57849829017966 ], [ -111.9215802554745, 40.578911326366764 ], [ -111.92131347725473, 40.579273803172185 ], [ -111.9192936686741, 40.580181758490149 ], [ -111.91915510392334, 40.580417087795958 ], [ -111.91908569789601, 40.580525744652427 ], [ -111.91865929124867, 40.581312894902901 ], [ -111.91832492724039, 40.581919137505757 ], [ -111.91793370076864, 40.582687987820321 ], [ -111.917550833504, 40.583204526401801 ], [ -111.91711910147738, 40.583604338427399 ], [ -111.91680477525492, 40.583949164748823 ], [ -111.9164884784592, 40.584149866464898 ], [ -111.91591360241976, 40.584451713820393 ], [ -111.91537392064899, 40.584735261989799 ], [ -111.91495348989979, 40.585098941480339 ], [ -111.91395754532414, 40.585719418542432 ], [ -111.91360823752707, 40.586100547743193 ], [ -111.91340230310527, 40.586597655403899 ], [ -111.91310122950641, 40.587050471262181 ], [ -111.91290404173078, 40.587322291143735 ], [ -111.9127532572152, 40.58753068304906 ], [ -111.91268530319057, 40.587747428990795 ], [ -111.91279188824295, 40.587764604156121 ], [ -111.91268848729869, 40.587981630208816 ], [ -111.91271481285771, 40.588179613732045 ], [ -111.91285580908392, 40.588989283013284 ], [ -111.91311246465658, 40.590482699163644 ], [ -111.91316365016381, 40.590770572984496 ], [ -111.91256996898625, 40.591432900304817 ], [ -111.91196212278274, 40.593662850083227 ], [ -111.91237111196665, 40.595929811614326 ], [ -111.91261026938891, 40.59613512216503 ], [ -111.9131839835285, 40.596608048378897 ], [ -111.91341108349938, 40.596795435177405 ], [ -111.91536091357941, 40.596779998819066 ], [ -111.91653191808498, 40.596851790647257 ], [ -111.91760838755434, 40.596924321681854 ], [ -111.91767941372065, 40.596932766070843 ], [ -111.91823531349017, 40.596964382707704 ], [ -111.91930508608897, 40.599135975614054 ], [ -111.92025209716715, 40.601831039422649 ], [ -111.92069111460707, 40.604539153380429 ], [ -111.92072080882409, 40.604980341882438 ], [ -111.92064401201094, 40.605413370589623 ], [ -111.92054626635372, 40.607765413943078 ], [ -111.92118188566452, 40.609291820183458 ], [ -111.92121845699494, 40.609372606516352 ], [ -111.92119692122797, 40.609525925693973 ], [ -111.92117748827241, 40.60983237548411 ], [ -111.92101180727856, 40.612401167277248 ], [ -111.92022963843361, 40.613119086880893 ], [ -111.92061213196753, 40.614287164881183 ], [ -111.92036494291396, 40.615226036000315 ], [ -111.92084604466559, 40.615825781262785 ], [ -111.92014464581929, 40.617263748716773 ], [ -111.92037939715071, 40.620586072338511 ], [ -111.92084904685105, 40.626374889963856 ], [ -111.92120272388915, 40.628020650977106 ], [ -111.91480605665282, 40.628026457513258 ], [ -111.91039571307448, 40.628025276175258 ], [ -111.91018290501397, 40.628026953654803 ], [ -111.91017948055656, 40.627774738536381 ], [ -111.90947085613044, 40.627834373362113 ], [ -111.90928169390091, 40.62783586295383 ], [ -111.90633748952762, 40.627831981723503 ], [ -111.90633992524491, 40.628012135570827 ], [ -111.90586701798037, 40.628015846162199 ], [ -111.90470967122499, 40.629871691613737 ], [ -111.90444369736115, 40.630315198672754 ], [ -111.90368439125768, 40.629249114190252 ], [ -111.90323893294239, 40.628658028483656 ], [ -111.90286369084001, 40.628012340131967 ], [ -111.90144181808779, 40.627789223075908 ], [ -111.90072039383689, 40.62777683492795 ], [ -111.89861583921571, 40.627784222009893 ], [ -111.89832045469632, 40.62778246626813 ], [ -111.89832207007881, 40.626155941456958 ], [ -111.8954844568362, 40.626159962706573 ], [ -111.89549131516502, 40.626673402838172 ], [ -111.89375316988037, 40.626668850677184 ], [ -111.89375593195462, 40.626876028359419 ], [ -111.8933776112532, 40.626878955697443 ], [ -111.8933791717777, 40.626996056135205 ], [ -111.89129840329406, 40.627012134411238 ], [ -111.89129708592412, 40.626913049369698 ], [ -111.89123797324595, 40.626913505589755 ], [ -111.89126365417451, 40.627066454533924 ], [ -111.89126485174484, 40.627156531842893 ], [ -111.89129208974053, 40.627426581268658 ], [ -111.89319565185431, 40.627420882468108 ], [ -111.893191750426, 40.628015483774867 ], [ -111.89301440956277, 40.628016855284059 ], [ -111.88992879617304, 40.628049683690612 ], [ -111.88971610639115, 40.628060331190824 ], [ -111.88926672262926, 40.628054783900367 ], [ -111.88923591446654, 40.6284063586494 ], [ -111.88881017400203, 40.62840062752651 ], [ -111.88881101003251, 40.628463681670361 ], [ -111.88880432282116, 40.62885110524892 ], [ -111.88860309494994, 40.628834636526726 ], [ -111.88859831706489, 40.629366183825724 ], [ -111.88855102515733, 40.629366547717133 ], [ -111.88829080028324, 40.629359541039101 ], [ -111.88799701576674, 40.629496930284404 ], [ -111.88800071496352, 40.629776170067409 ], [ -111.88618020263969, 40.62980817208139 ], [ -111.88476131585996, 40.629810043049282 ], [ -111.88422785190096, 40.629706025144365 ], [ -111.88422999071487, 40.629868164534344 ], [ -111.88383971029789, 40.629862143587424 ], [ -111.88384149186912, 40.629997259756557 ], [ -111.88325021794456, 40.629992774970624 ], [ -111.88325449090387, 40.630317053815325 ], [ -111.88184741579143, 40.630318798660966 ], [ -111.88177659528799, 40.630328348103582 ], [ -111.88064050579962, 40.630255939512665 ], [ -111.87991834702844, 40.630189375127706 ], [ -111.87705384315446, 40.629958923726349 ], [ -111.87654544902634, 40.629962783771319 ], [ -111.87597711518153, 40.629904035670208 ], [ -111.8753975473639, 40.629890413211946 ], [ -111.87310210285459, 40.629772661093128 ], [ -111.87239248242943, 40.629760006746658 ], [ -111.87221454991489, 40.629716307499798 ], [ -111.87195420756213, 40.629700256229981 ], [ -111.87107871358329, 40.629661820163314 ], [ -111.86943483697918, 40.629638173689116 ], [ -111.86846569389871, 40.629672492109897 ], [ -111.86832381675907, 40.629673559000231 ], [ -111.86660783702281, 40.629560327804548 ], [ -111.86603986357717, 40.629528554029065 ], [ -111.86603409213802, 40.629997047656381 ], [ -111.8593894682093, 40.630046687071754 ], [ -111.85794726935379, 40.630075428004794 ], [ -111.85722639973632, 40.630107807337552 ], [ -111.85578488818285, 40.630190568145821 ], [ -111.85507618400457, 40.630249869896275 ], [ -111.85305647298051, 40.630426963124002 ], [ -111.85244234990623, 40.630485550008274 ], [ -111.85139099239285, 40.630565375334314 ], [ -111.85067022795097, 40.630606721643055 ], [ -111.84996128586666, 40.630647976440038 ], [ -111.84924029125096, 40.630671298190244 ], [ -111.84851918202766, 40.630685607616094 ], [ -111.84779795848745, 40.630690904712608 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 23, \"properties\": { \"NAME\": \"SEVIER COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 4533, \"Color4\": \"3\", \"Shape_Leng\": 337136.366623, \"Shape_Area\": 4965849464.75 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.5226271323335, 38.521180170188963 ], [ -112.52253880954748, 38.521343523620303 ], [ -112.52219107955329, 38.521716610571175 ], [ -112.52202191275867, 38.521853980582897 ], [ -112.52182341220022, 38.521960191843036 ], [ -112.52160848748713, 38.52210356287646 ], [ -112.52138235984449, 38.522259695028019 ], [ -112.52121326610541, 38.522400667481008 ], [ -112.52101582487964, 38.522557327323319 ], [ -112.52078337283857, 38.522685605227025 ], [ -112.52059595668031, 38.522773647682804 ], [ -112.5204367544342, 38.522839696126169 ], [ -112.52018070148057, 38.52293673952849 ], [ -112.51999920732929, 38.523033715515005 ], [ -112.51976629711324, 38.523140370059011 ], [ -112.51959638338032, 38.523242601921396 ], [ -112.51940951371132, 38.523356768388872 ], [ -112.51921149763153, 38.523486398543504 ], [ -112.5190203322896, 38.523669106597758 ], [ -112.51874218028183, 38.523861053060976 ], [ -112.51851813442525, 38.524062209596416 ], [ -112.51832670075878, 38.524232304079213 ], [ -112.51810759947709, 38.524450517321391 ], [ -112.51801277142465, 38.52457790621073 ], [ -112.51786881628054, 38.524823981002974 ], [ -112.51768065314647, 38.52514992882805 ], [ -112.51745513136487, 38.525608827802181 ], [ -112.5173506110972, 38.525821048703563 ], [ -112.5172580693565, 38.526057444976786 ], [ -112.51717726021938, 38.526306305047918 ], [ -112.5171484176042, 38.52657161322896 ], [ -112.51708432548477, 38.52685179638744 ], [ -112.51703287884314, 38.527078648535706 ], [ -112.51695337321866, 38.52738967000802 ], [ -112.51685144063262, 38.527725312707801 ], [ -112.51674814522617, 38.527996091085171 ], [ -112.51668913471848, 38.52819060011371 ], [ -112.51662429501582, 38.528380678940465 ], [ -112.5165433867799, 38.528625034115905 ], [ -112.51646690741218, 38.52880715339797 ], [ -112.51636354568133, 38.529020259496022 ], [ -112.51626455060064, 38.529277464660403 ], [ -112.51617295901225, 38.529504836328435 ], [ -112.51613656867339, 38.52973870211909 ], [ -112.51610174100784, 38.529992372667678 ], [ -112.51601937994566, 38.530222328068639 ], [ -112.51588115432007, 38.530414257915297 ], [ -112.51578856453408, 38.530648851282209 ], [ -112.51579819357917, 38.530834360808669 ], [ -112.5157625702966, 38.531050193778142 ], [ -112.51571023468793, 38.531289672673168 ], [ -112.51568713877035, 38.531555807070141 ], [ -112.51569252665242, 38.531812561296768 ], [ -112.51570824951746, 38.532015113495589 ], [ -112.51568403804427, 38.532228095240853 ], [ -112.515693679778, 38.53268755011208 ], [ -112.51571608290048, 38.53293507261774 ], [ -112.51576168972032, 38.533194910577663 ], [ -112.51581982518219, 38.533505049923221 ], [ -112.51588371485057, 38.533816015844756 ], [ -112.51592752653887, 38.533990268979423 ], [ -112.51600983182782, 38.53435866905199 ], [ -112.51608509827429, 38.534664981793192 ], [ -112.51616174604776, 38.535037059523383 ], [ -112.51623935929894, 38.535455082616338 ], [ -112.51630504287242, 38.535796663577955 ], [ -112.51636956812547, 38.536192327648948 ], [ -112.51638728050742, 38.536489473106627 ], [ -112.51637499394892, 38.536723927629254 ], [ -112.51635621566368, 38.536922420794951 ], [ -112.51633857229086, 38.537174967407843 ], [ -112.51633644343889, 38.537292142655303 ], [ -112.51632713678177, 38.537449961993651 ], [ -112.51631399871717, 38.537643876392281 ], [ -112.51632478135267, 38.538157384149322 ], [ -112.51632445657162, 38.538415113190602 ], [ -112.51627934788344, 38.538725688193907 ], [ -112.51622748219032, 38.538987689361981 ], [ -112.51616874601012, 38.539195711347524 ], [ -112.51611106876902, 38.539454183179942 ], [ -112.51602162109138, 38.539784256153276 ], [ -112.51597882894524, 38.53998666471972 ], [ -112.51594869197943, 38.540190711647206 ], [ -112.51590272970849, 38.540460746394388 ], [ -112.51587889507105, 38.540691745740013 ], [ -112.51581555609891, 38.54095389524268 ], [ -112.51580372130812, 38.5412099709581 ], [ -112.51580875211899, 38.541449607827637 ], [ -112.51581966967605, 38.541696377539964 ], [ -112.51592312924622, 38.541978895366867 ], [ -112.51600099973815, 38.542135585557986 ], [ -112.51614423040675, 38.542399565367766 ], [ -112.51625106288715, 38.542569397272565 ], [ -112.51644027374037, 38.542837286759124 ], [ -112.51658237205353, 38.543047212545638 ], [ -112.51671828149311, 38.543235591097023 ], [ -112.51685528943867, 38.543476221074073 ], [ -112.51700570019662, 38.543808592940096 ], [ -112.51715616917886, 38.544143667234657 ], [ -112.51726700161194, 38.54450358572916 ], [ -112.51734092210303, 38.544745032791575 ], [ -112.51745728382632, 38.545094966900194 ], [ -112.51750112597971, 38.545270119792022 ], [ -112.51756914200105, 38.545503533004265 ], [ -112.51759797445187, 38.545783412055449 ], [ -112.51763195578258, 38.546035289157011 ], [ -112.51763534583834, 38.546196548285501 ], [ -112.51758177616132, 38.546377469733727 ], [ -112.51754579227935, 38.546576185849538 ], [ -112.51747033949873, 38.546807854476761 ], [ -112.51741731816871, 38.547014901628202 ], [ -112.51738031100547, 38.547164969686307 ], [ -112.5173521261204, 38.547461808269908 ], [ -112.51733393573603, 38.547688228797327 ], [ -112.51732316645558, 38.547994754068029 ], [ -112.5173333633814, 38.548152320384546 ], [ -112.51739639254488, 38.548475911641589 ], [ -112.51742435474841, 38.548714349708483 ], [ -112.51748699802634, 38.548964954018523 ], [ -112.51749819109857, 38.549497379160037 ], [ -112.51748588840228, 38.549730932378232 ], [ -112.5174281897948, 38.549988503597149 ], [ -112.5173937271574, 38.550314259736226 ], [ -112.51736519260048, 38.550539913136156 ], [ -112.5173053151496, 38.550693882116221 ], [ -112.51717762676556, 38.550897391282675 ], [ -112.51705455663574, 38.551047673552439 ], [ -112.51694992509374, 38.551256290429116 ], [ -112.51688537031085, 38.551460783301934 ], [ -112.51692255230618, 38.551864910511313 ], [ -112.51699649894525, 38.552107258255056 ], [ -112.51705908727386, 38.552355159958914 ], [ -112.51713244787904, 38.552569580042949 ], [ -112.51721148838367, 38.552781223043731 ], [ -112.51725121968352, 38.552978957410964 ], [ -112.51726054342666, 38.553204119940567 ], [ -112.51723150426692, 38.553460418296673 ], [ -112.51722919588133, 38.553623553384888 ], [ -112.51724070863057, 38.553898249857497 ], [ -112.51722325557191, 38.554159804796001 ], [ -112.51720205463711, 38.554516027309084 ], [ -112.51719150985835, 38.554560319531831 ], [ -112.5171550670361, 38.554737414056007 ], [ -112.51707496729507, 38.555021408167995 ], [ -112.51696650658798, 38.555321089064208 ], [ -112.51686222877888, 38.55554682271616 ], [ -112.51668981291809, 38.555806781180578 ], [ -112.51652159889041, 38.555993693155777 ], [ -112.5163294724788, 38.556134956891562 ], [ -112.51611932184413, 38.556237705064852 ], [ -112.51570761575059, 38.556306116726226 ], [ -112.51556484547102, 38.556338604051398 ], [ -112.5154063221011, 38.556440682428587 ], [ -112.51529611212268, 38.55665748016709 ], [ -112.5152942535035, 38.556842236541947 ], [ -112.5154026389104, 38.557085040367419 ], [ -112.51550985203473, 38.55727198900275 ], [ -112.51570165507805, 38.557661498187016 ], [ -112.51573346062032, 38.557809773249609 ], [ -112.51575494728668, 38.558013151048875 ], [ -112.51581893757731, 38.558327718859267 ], [ -112.51585339320364, 38.55860211815655 ], [ -112.51592751426567, 38.558852574227856 ], [ -112.51603565731574, 38.559356709002842 ], [ -112.51609974485581, 38.559675780978147 ], [ -112.5161444266671, 38.559890572891973 ], [ -112.51621677072413, 38.560056345260364 ], [ -112.51631300912848, 38.5602668646452 ], [ -112.51640858544724, 38.560445852877137 ], [ -112.51646478409644, 38.560553260638109 ], [ -112.51654021196568, 38.560701871303195 ], [ -112.51679191682625, 38.560937409653519 ], [ -112.51693768809024, 38.561047260824587 ], [ -112.51704705743322, 38.561117933828434 ], [ -112.51709476316474, 38.561148855092952 ], [ -112.51726961780922, 38.561277252626112 ], [ -112.51744381830464, 38.561429087813217 ], [ -112.51759320229053, 38.561656038504715 ], [ -112.51771964790593, 38.561938255520815 ], [ -112.51782380984199, 38.562252301000555 ], [ -112.51789262181643, 38.562522649361114 ], [ -112.51792632969169, 38.562761012203296 ], [ -112.51796585070139, 38.563002904156988 ], [ -112.51797117693353, 38.563256053185221 ], [ -112.51796088410497, 38.563585099871943 ], [ -112.51797728664191, 38.563819181444039 ], [ -112.5179424340409, 38.564071950430048 ], [ -112.51791896079807, 38.564320066150806 ], [ -112.51791803814075, 38.564548965615174 ], [ -112.51795222115628, 38.564809850498364 ], [ -112.51801970941204, 38.565017136596062 ], [ -112.51821183224135, 38.565420153755056 ], [ -112.51829668537886, 38.565634423450803 ], [ -112.51838231646437, 38.565885629377796 ], [ -112.51847342000889, 38.566124148382052 ], [ -112.51851896685343, 38.566379478781229 ], [ -112.51854103363338, 38.566609882131246 ], [ -112.51853636703028, 38.566933448885749 ], [ -112.51851386240081, 38.567227509739169 ], [ -112.5184205447657, 38.567701814496054 ], [ -112.51833213019978, 38.567918331982597 ], [ -112.51816579921399, 38.568141266964922 ], [ -112.51798676889352, 38.5683607619059 ], [ -112.51777308495282, 38.568569892423938 ], [ -112.51750414718474, 38.568880665729466 ], [ -112.51732547311715, 38.569117276535806 ], [ -112.51717565631111, 38.56936162315052 ], [ -112.51684405414517, 38.569694834451511 ], [ -112.51653397885956, 38.569960181022452 ], [ -112.51631437794195, 38.570161275383413 ], [ -112.51606235703541, 38.570458309231064 ], [ -112.51583919292591, 38.57076307894954 ], [ -112.51565647493553, 38.571080841393503 ], [ -112.51551852153811, 38.571343955990137 ], [ -112.51541480443231, 38.57159761578562 ], [ -112.5153696758064, 38.571908189239437 ], [ -112.51537421856476, 38.572124401863633 ], [ -112.51537331934016, 38.572300134052966 ], [ -112.51537361033465, 38.572368616239757 ], [ -112.51537375219549, 38.57259389714374 ], [ -112.51539395173077, 38.572845051110107 ], [ -112.51285544077199, 38.571615410005592 ], [ -112.5122092932595, 38.571182206718547 ], [ -112.50895533501448, 38.571192668367793 ], [ -112.50593078889274, 38.571195581987027 ], [ -112.50393922424409, 38.571194158479855 ], [ -112.5028486746421, 38.571190145351871 ], [ -112.50291192641581, 38.576704260386634 ], [ -112.50292703908676, 38.58211085305657 ], [ -112.50296540534025, 38.587530659319796 ], [ -112.50302616686444, 38.593472828064542 ], [ -112.50305659630529, 38.598234902624213 ], [ -112.50304999626377, 38.59929471432693 ], [ -112.50304298308939, 38.600334706340362 ], [ -112.50249174759155, 38.600332775054056 ], [ -112.50165350795602, 38.600334525030298 ], [ -112.50076925358201, 38.600332353586211 ], [ -112.49384613631877, 38.600393916139872 ], [ -112.48453398414647, 38.600431337507992 ], [ -112.48458172722611, 38.606927874122583 ], [ -112.48461227816084, 38.615096214128265 ], [ -112.48450471486028, 38.624920764196901 ], [ -112.48443641218803, 38.63052122708924 ], [ -112.48440272500375, 38.633900874167445 ], [ -112.48436327622395, 38.638393481202392 ], [ -112.48427929569974, 38.644625818639753 ], [ -112.47985037222573, 38.644654904780182 ], [ -112.47503698214075, 38.644706694808399 ], [ -112.47529879542449, 38.652709876548656 ], [ -112.47543193939585, 38.656902923500219 ], [ -112.47550990404433, 38.659078150275164 ], [ -112.47176908928425, 38.659080230521809 ], [ -112.46664328183306, 38.659076138848356 ], [ -112.46663296312151, 38.662514051351856 ], [ -112.46660877648894, 38.668088695682528 ], [ -112.46660112969391, 38.673910034724187 ], [ -112.45672081842544, 38.67389386011665 ], [ -112.44786401535642, 38.673900227014919 ], [ -112.44783385123284, 38.676739135626036 ], [ -112.4477928735989, 38.681209206819076 ], [ -112.43073620126239, 38.681396622861477 ], [ -112.41992683392206, 38.681600472786528 ], [ -112.41584492545775, 38.681505789098878 ], [ -112.40740278912469, 38.681309431604618 ], [ -112.40111734177125, 38.681169545457635 ], [ -112.39785016997124, 38.681645693798551 ], [ -112.38939586780661, 38.682899895258828 ], [ -112.38422583600978, 38.683674002973959 ], [ -112.38162310460542, 38.683739928961622 ], [ -112.37576240484069, 38.683876614829252 ], [ -112.37440750422456, 38.683906065060405 ], [ -112.36888346048613, 38.684033942972178 ], [ -112.36788495781228, 38.684063650464751 ], [ -112.36589139749289, 38.684122999631725 ], [ -112.36374494939133, 38.684062445709344 ], [ -112.36156048742339, 38.683997789342108 ], [ -112.35639566088332, 38.683850555257905 ], [ -112.35644299867485, 38.679659755775901 ], [ -112.35651870435333, 38.676667127209761 ], [ -112.35206560651852, 38.676438448109081 ], [ -112.34653178039574, 38.676200421393482 ], [ -112.34157220362951, 38.676240303286022 ], [ -112.33585896235128, 38.676242628984014 ], [ -112.33078341445554, 38.676228408829786 ], [ -112.32642133707012, 38.676192360718282 ], [ -112.32215948740811, 38.67610545432423 ], [ -112.31902594838751, 38.676050727788763 ], [ -112.3174232309843, 38.676100334307925 ], [ -112.31453910274615, 38.676168836052263 ], [ -112.31217199712628, 38.676222455024146 ], [ -112.31080356594794, 38.676260330358353 ], [ -112.3097822285776, 38.676294302591266 ], [ -112.30980497216333, 38.677226721140954 ], [ -112.30983758258205, 38.680907485297595 ], [ -112.30986132631429, 38.683470942190347 ], [ -112.30353202330106, 38.683451556752331 ], [ -112.29719220633126, 38.683422933846145 ], [ -112.29107406580516, 38.683382508361511 ], [ -112.29107900661636, 38.684617007431783 ], [ -112.29108467584078, 38.685572146738572 ], [ -112.29109309966182, 38.687000350633582 ], [ -112.28793690292756, 38.686990100426911 ], [ -112.28685604559428, 38.68698397783384 ], [ -112.28338931933253, 38.686968010511819 ], [ -112.28331948283964, 38.691424883991679 ], [ -112.2832698842718, 38.699909594856798 ], [ -112.2832577441947, 38.701482203773651 ], [ -112.27953138326589, 38.701455458775605 ], [ -112.27405669514204, 38.701407108474285 ], [ -112.27402767411003, 38.703335848600105 ], [ -112.27400663323954, 38.705066252068619 ], [ -112.26845189648157, 38.705059064120242 ], [ -112.26274744121031, 38.705039712272431 ], [ -112.25726183916822, 38.70504025705231 ], [ -112.25561698391611, 38.705021888171352 ], [ -112.25561446844522, 38.705535561360605 ], [ -112.2555845622264, 38.707770693464262 ], [ -112.25554734047803, 38.710902530538164 ], [ -112.25551411756851, 38.71229063171117 ], [ -112.25331702056883, 38.712337635573235 ], [ -112.25077146010943, 38.712386524478049 ], [ -112.24458585484484, 38.712511111952864 ], [ -112.24164793129079, 38.712551362648227 ], [ -112.24161249098309, 38.713826842985938 ], [ -112.24149382638903, 38.717937270321833 ], [ -112.24147885418186, 38.718401512717037 ], [ -112.24142350848548, 38.719789844773196 ], [ -112.23659789103841, 38.719840989565782 ], [ -112.23661644802877, 38.720917647019583 ], [ -112.23665074939032, 38.724575882093418 ], [ -112.23664825271034, 38.725431984058673 ], [ -112.23664661426412, 38.726004220247312 ], [ -112.23664854485422, 38.727117097759908 ], [ -112.23285981528338, 38.727220196491103 ], [ -112.22418489114098, 38.727496097420151 ], [ -112.21875794108078, 38.727665446012971 ], [ -112.21913335360973, 38.734523655824169 ], [ -112.21920871426236, 38.735572688556701 ], [ -112.21883691242701, 38.739419892439955 ], [ -112.21819997618195, 38.746964491872205 ], [ -112.21810015045365, 38.748200080657824 ], [ -112.21798223283191, 38.749048371780752 ], [ -112.21903964599801, 38.749041853348956 ], [ -112.21904438554193, 38.749929416818446 ], [ -112.21904943081859, 38.75090258428569 ], [ -112.21907674938875, 38.754876279759053 ], [ -112.21912771745907, 38.763959122167208 ], [ -112.22016363917008, 38.763961827771666 ], [ -112.22835863667386, 38.76396609034046 ], [ -112.22836408612476, 38.765290689651813 ], [ -112.22837726454939, 38.774112576462372 ], [ -112.22838559159851, 38.781307972060361 ], [ -112.22837512660936, 38.791432207112742 ], [ -112.22832427966685, 38.801818175194093 ], [ -112.22836612430348, 38.813374606843013 ], [ -112.22837279944177, 38.822813758627049 ], [ -112.22836508773432, 38.83074367602385 ], [ -112.22836177114296, 38.837587692022964 ], [ -112.22482481962686, 38.837597802639856 ], [ -112.22487022193125, 38.845621762949271 ], [ -112.22489670979378, 38.853884706235547 ], [ -112.22493318567564, 38.86474273780501 ], [ -112.22091633520149, 38.864739748406841 ], [ -112.20733853435306, 38.864727728677856 ], [ -112.19742631393723, 38.864735172632358 ], [ -112.18845911654408, 38.864736666603896 ], [ -112.18845469771331, 38.866547952460493 ], [ -112.18842516309113, 38.872734402559324 ], [ -112.18832060457672, 38.874416043715343 ], [ -112.18828956776078, 38.874975049959673 ], [ -112.18817522518378, 38.879184412130691 ], [ -112.17883623134678, 38.879121376155538 ], [ -112.16966451608232, 38.879064928444144 ], [ -112.16951275766507, 38.889145402455284 ], [ -112.16933874449938, 38.899627077159707 ], [ -112.16920368252079, 38.906859842665575 ], [ -112.16209235351714, 38.906777660137998 ], [ -112.15082791527597, 38.906614409191413 ], [ -112.150836603572, 38.910723390030746 ], [ -112.15090316990968, 38.925482910109366 ], [ -112.15091515359813, 38.935575199524102 ], [ -112.14250873731987, 38.935491085884799 ], [ -112.13384378297738, 38.935399867230899 ], [ -112.13387532039779, 38.939625756983297 ], [ -112.13392328227411, 38.948068663335363 ], [ -112.13397613748776, 38.957178328014827 ], [ -112.12950625672228, 38.957320798644488 ], [ -112.12580784856939, 38.957425020512957 ], [ -112.1221409097884, 38.957549548018441 ], [ -112.11506961769206, 38.957766012172392 ], [ -112.10931925877316, 38.95795147659873 ], [ -112.10644121569658, 38.958046382491965 ], [ -112.09635346261742, 38.958371373149973 ], [ -112.08530801131825, 38.958717919235063 ], [ -112.07405478039, 38.95906983812533 ], [ -112.07129195487592, 38.959158311290224 ], [ -112.06529911759232, 38.959352843796317 ], [ -112.06534739458813, 38.961420447981446 ], [ -112.06553950041352, 38.970776700866857 ], [ -112.06580198038407, 38.985975964847675 ], [ -112.06583438082529, 38.988521290053448 ], [ -112.06272143124471, 38.988437047933857 ], [ -112.05874828215737, 38.988351520674193 ], [ -112.0564846067367, 38.988308963005977 ], [ -112.05648232170999, 38.990485152502295 ], [ -112.05651349963962, 38.993746869141752 ], [ -112.05652808032484, 38.995503890507983 ], [ -112.05335293139517, 38.995528095647749 ], [ -112.04325036792829, 38.995618871125743 ], [ -112.03671549413646, 38.995681629018229 ], [ -112.028835570366, 38.995760395448833 ], [ -112.0212039843632, 38.995845467189064 ], [ -112.0189003117644, 38.995847586575678 ], [ -112.01881825294409, 38.998177662753342 ], [ -112.01886828069496, 38.999974932130996 ], [ -112.01878338432513, 39.002187887786079 ], [ -112.018749214606, 39.003026214177304 ], [ -112.0189252037936, 39.015775303739815 ], [ -112.01905474722628, 39.0243166261345 ], [ -112.01413413588951, 39.024355005647735 ], [ -112.01407317941188, 39.027365216825778 ], [ -112.01398714810161, 39.032258946292174 ], [ -112.01415472853989, 39.045517178779029 ], [ -112.00074945330056, 39.045533856875082 ], [ -111.8757191309388, 39.045575509112396 ], [ -111.849886637873, 39.045577381075574 ], [ -111.84979924456549, 39.045420323986811 ], [ -111.84970268397238, 39.04517322281216 ], [ -111.849555500208, 39.044944512466493 ], [ -111.84939071595966, 39.044693402401158 ], [ -111.84930206153018, 39.044527343010955 ], [ -111.84915050563305, 39.04441580802149 ], [ -111.84899371230449, 39.044349366366426 ], [ -111.84879107915823, 39.044314796899428 ], [ -111.84860620900176, 39.044316142165776 ], [ -111.84819057436849, 39.044346198840117 ], [ -111.84798811396359, 39.044326044451999 ], [ -111.84787207458973, 39.044285437104712 ], [ -111.847623170787, 39.044246696429461 ], [ -111.84730864780944, 39.044131837750193 ], [ -111.84712979591245, 39.044056542744229 ], [ -111.84697166024772, 39.043877469560925 ], [ -111.84684813446449, 39.043693639318406 ], [ -111.8466419010818, 39.043357220915418 ], [ -111.84642373915916, 39.042989349891648 ], [ -111.84629454680932, 39.042814571232981 ], [ -111.84625794930921, 39.042652637239549 ], [ -111.84624510517594, 39.042544597401694 ], [ -111.84628360944096, 39.042382118469767 ], [ -111.84634554417379, 39.042246502759298 ], [ -111.84646498001854, 39.042087941994353 ], [ -111.84664882274393, 39.042001002279662 ], [ -111.84686181895478, 39.041936378314261 ], [ -111.84708690678859, 39.041916721574481 ], [ -111.84721400077326, 39.041915798438175 ], [ -111.84764765254486, 39.04194418640504 ], [ -111.84807617401889, 39.042026676578026 ], [ -111.84847570361524, 39.042100364999079 ], [ -111.84903072815329, 39.042132370333512 ], [ -111.8493197946221, 39.042148287871854 ], [ -111.84970080773745, 39.042122984988247 ], [ -111.85008117264111, 39.042043619075756 ], [ -111.85025971975583, 39.041997262164529 ], [ -111.85044959375888, 39.041931899110303 ], [ -111.85066194862475, 39.041814107492179 ], [ -111.85085690700434, 39.041691035748592 ], [ -111.85115935649986, 39.04137794649187 ], [ -111.85151363340096, 39.041050961446658 ], [ -111.85167919736961, 39.040982169439452 ], [ -111.8518991180794, 39.040917485727057 ], [ -111.85223963103084, 39.040887964838383 ], [ -111.85267856768719, 39.040875745616361 ], [ -111.85292664961706, 39.040846898427958 ], [ -111.85305336223608, 39.040814432925011 ], [ -111.85322466421481, 39.040646474820946 ], [ -111.85326947029712, 39.040529002923641 ], [ -111.85327307946551, 39.040348754803254 ], [ -111.85319106545828, 39.04025473837163 ], [ -111.85295852860041, 39.040134789510645 ], [ -111.8526630971639, 39.040069366513954 ], [ -111.8523107639935, 39.040076447288079 ], [ -111.85206198098228, 39.040046726217028 ], [ -111.85187636466162, 39.039985004466928 ], [ -111.85174775963446, 39.039859788483483 ], [ -111.85171768547021, 39.039760886140243 ], [ -111.85167486780317, 39.039562954875862 ], [ -111.85175341695773, 39.039368642883851 ], [ -111.85198689956651, 39.039086692739197 ], [ -111.85250053857472, 39.038561197577089 ], [ -111.8528379527626, 39.03827488158349 ], [ -111.85338093979286, 39.037788816718454 ], [ -111.85356967214383, 39.037629741610587 ], [ -111.85366624866916, 39.0374938684513 ], [ -111.85371536494306, 39.03725471506484 ], [ -111.8537022395266, 39.03712415032242 ], [ -111.85369570394462, 39.037061120523653 ], [ -111.85352449697925, 39.036755996414932 ], [ -111.8533952447185, 39.036576720355995 ], [ -111.85331895736347, 39.036478156492407 ], [ -111.85328299762611, 39.036370286466379 ], [ -111.85329276256641, 39.036221532009129 ], [ -111.8533427463164, 39.036054461120571 ], [ -111.85341053622984, 39.035926908731966 ], [ -111.85345803736458, 39.035553501923232 ], [ -111.8534798200467, 39.034963115905242 ], [ -111.85350922149684, 39.034525862686756 ], [ -111.85355163868871, 39.034210163968389 ], [ -111.85352058902782, 39.034030169277102 ], [ -111.85343151608994, 39.033828972503656 ], [ -111.85340287276448, 39.033368715067432 ], [ -111.85329413162138, 39.032973022369688 ], [ -111.82618442847983, 39.033033029328934 ], [ -111.796983378505, 39.033087526229359 ], [ -111.7600732522904, 39.032887833466972 ], [ -111.7506967786841, 39.03281789488274 ], [ -111.74167248355711, 39.032726941276991 ], [ -111.73398278238675, 39.032649426776729 ], [ -111.72287868143835, 39.032538548546441 ], [ -111.66759617683289, 39.032674312997941 ], [ -111.64886743912652, 39.032635822121669 ], [ -111.64887148523603, 39.032446564709311 ], [ -111.62958345072038, 39.032390064522595 ], [ -111.6295072008265, 39.032390476053294 ], [ -111.62575235008293, 39.032397163018118 ], [ -111.610876212465, 39.032291289462549 ], [ -111.57379440903603, 39.032213763945542 ], [ -111.56308416731287, 39.032202878835768 ], [ -111.55522768339975, 39.032195483832723 ], [ -111.53663310612173, 39.032314050262691 ], [ -111.51808986361324, 39.032352828987086 ], [ -111.50532878572078, 39.032336720120078 ], [ -111.50069034260559, 39.032383756034449 ], [ -111.49605185986846, 39.032426102052248 ], [ -111.49129093698421, 39.032306577097302 ], [ -111.48670451326541, 39.032190635431476 ], [ -111.47428947544726, 39.032258897509578 ], [ -111.46808541746678, 39.032293870822464 ], [ -111.44953036626805, 39.032303774889201 ], [ -111.43090037669448, 39.032342543485228 ], [ -111.4122698949334, 39.032301742571121 ], [ -111.39218385237621, 39.032294408171765 ], [ -111.37575430901262, 39.032244859823052 ], [ -111.3736804423519, 39.032247016253947 ], [ -111.35510811929701, 39.032278000300806 ], [ -111.33652416195613, 39.032297049530115 ], [ -111.31791704673208, 39.032308695427133 ], [ -111.29933314599496, 39.032348853052511 ], [ -111.29932983739957, 39.028825449449975 ], [ -111.29932675886658, 39.028095543069249 ], [ -111.29932968594214, 39.017831669524874 ], [ -111.29810529799269, 39.017843815962593 ], [ -111.29812666635652, 39.011928738399845 ], [ -111.29814258806994, 39.011594377984821 ], [ -111.29815150081583, 38.999960737658846 ], [ -111.29816211172897, 38.968083037777312 ], [ -111.29813641124396, 38.939913458811461 ], [ -111.29813887861278, 38.939124952822965 ], [ -111.29831959256626, 38.924422331785863 ], [ -111.2986861115462, 38.894895309895333 ], [ -111.29893124750122, 38.874970235928672 ], [ -111.29891644679788, 38.865931707751187 ], [ -111.29889185299541, 38.851797155536183 ], [ -111.29882335964922, 38.80758644878923 ], [ -111.29875478000037, 38.763844015750514 ], [ -111.29862244795007, 38.758329193387183 ], [ -111.29845688392248, 38.751737550693313 ], [ -111.2986510679288, 38.750006805261997 ], [ -111.29915190658275, 38.744548927277719 ], [ -111.29914361161616, 38.714972390172214 ], [ -111.29917297988166, 38.67232845813534 ], [ -111.30705310967915, 38.672308036587886 ], [ -111.30706953184804, 38.6249992704875 ], [ -111.30704346452804, 38.621580219853847 ], [ -111.30702083533208, 38.617619541839609 ], [ -111.30700812055093, 38.614636628999335 ], [ -111.30704408816878, 38.600167872202356 ], [ -111.30702455334966, 38.592886266046371 ], [ -111.30698103793094, 38.588060474775929 ], [ -111.30700546867284, 38.585708287284916 ], [ -111.30548406182425, 38.585690639375493 ], [ -111.30548421981288, 38.570819969677444 ], [ -111.30561737833695, 38.556184128658977 ], [ -111.30567669977785, 38.541733190537023 ], [ -111.30571796948995, 38.527083998584985 ], [ -111.30575969974699, 38.51254291377797 ], [ -111.30576112669735, 38.510168226030402 ], [ -111.30585288364526, 38.510167986430915 ], [ -111.31068742310258, 38.510177790811731 ], [ -111.31077344521277, 38.510177562570796 ], [ -111.32435933291939, 38.510172264626036 ], [ -111.32444535490893, 38.510172026342801 ], [ -111.34294611398987, 38.510186901173711 ], [ -111.34303328279179, 38.510186645878434 ], [ -111.36157873533632, 38.510193940144319 ], [ -111.37406907126258, 38.510154710403164 ], [ -111.3741550974388, 38.510155336799407 ], [ -111.37570944403524, 38.510193618487627 ], [ -111.37579547026203, 38.510194243678576 ], [ -111.39876916272597, 38.510163330799998 ], [ -111.39885518399799, 38.510163037861368 ], [ -111.41697136555059, 38.510122466885662 ], [ -111.41705738657893, 38.510122160577502 ], [ -111.43528283352043, 38.510136946054459 ], [ -111.43537458908364, 38.510136604976729 ], [ -111.45372013332369, 38.510098508152318 ], [ -111.45380615390319, 38.510098174851926 ], [ -111.47224366908365, 38.510097373945491 ], [ -111.47233083637451, 38.510097022413561 ], [ -111.49113431473948, 38.510109794737609 ], [ -111.49122607566606, 38.510110311080027 ], [ -111.50073461338464, 38.510135828707739 ], [ -111.50082063966151, 38.510136362051512 ], [ -111.50959502433945, 38.510148075851305 ], [ -111.50968104427083, 38.510147701510007 ], [ -111.52370243473649, 38.510108368774752 ], [ -111.52378845442914, 38.510107984071844 ], [ -111.542329297386, 38.510126326997913 ], [ -111.54242105823029, 38.510126803223159 ], [ -111.55898886080715, 38.510111977480996 ], [ -111.55907488000224, 38.510111566860168 ], [ -111.5607551562085, 38.510108039237927 ], [ -111.56084690998382, 38.51010759985634 ], [ -111.57933575994058, 38.510080679523149 ], [ -111.57942752782874, 38.510082027915139 ], [ -111.59778507944918, 38.510131248613 ], [ -111.59787110552975, 38.510131710658598 ], [ -111.61618259055453, 38.51015755465135 ], [ -111.61626861660233, 38.510158003180784 ], [ -111.62573163128849, 38.510224077548948 ], [ -111.62581765737868, 38.51022451906239 ], [ -111.63302621986294, 38.510212811106122 ], [ -111.63311223801865, 38.510212346104325 ], [ -111.65177870722891, 38.510173928311801 ], [ -111.65187046766648, 38.51017431876933 ], [ -111.67018749540695, 38.51018087210457 ], [ -111.67027352124303, 38.510181280958264 ], [ -111.68876235481623, 38.510164118798663 ], [ -111.68884837194626, 38.510163612859991 ], [ -111.70740027458396, 38.510147642782293 ], [ -111.70748629135258, 38.510147123154638 ], [ -111.72619287806387, 38.510118229049155 ], [ -111.72627890349614, 38.510118596757998 ], [ -111.73820715782909, 38.510109799039114 ], [ -111.73829318316994, 38.510110157921474 ], [ -111.75072647159804, 38.510138354690518 ], [ -111.75081249688407, 38.510138704374874 ], [ -111.75630191705147, 38.510147539412984 ], [ -111.76654929495562, 38.502079211363906 ], [ -111.7666410347171, 38.502078610858042 ], [ -111.77575279608895, 38.502099716908646 ], [ -111.7942801842232, 38.502137741350232 ], [ -111.81295626110901, 38.502140260377736 ], [ -111.83133372129333, 38.502105873066029 ], [ -111.8489660048717, 38.502096535513317 ], [ -111.85473460634863, 38.502104141148166 ], [ -111.86743003694335, 38.502114432612004 ], [ -111.87577333044719, 38.502128938631117 ], [ -111.87649588182816, 38.50213344613946 ], [ -111.87896742662123, 38.502145562665582 ], [ -111.89045346836018, 38.502197574757282 ], [ -111.90429550823437, 38.502191540266637 ], [ -111.92277660481783, 38.502200577478952 ], [ -111.941206455355, 38.502238650848724 ], [ -111.95980779004427, 38.502236370384828 ], [ -111.978080061706, 38.502071670445659 ], [ -111.99644448083018, 38.501943888338339 ], [ -112.0007796524704, 38.50196099221462 ], [ -112.00994235316303, 38.502022014632942 ], [ -112.01475988992885, 38.502007404468323 ], [ -112.03307230606039, 38.501860810284008 ], [ -112.04436778586194, 38.50182370433987 ], [ -112.05140394369629, 38.501859873932759 ], [ -112.05729885154147, 38.501883400467456 ], [ -112.06234503715071, 38.501900814814512 ], [ -112.06240800754981, 38.510479447356488 ], [ -112.06743378280159, 38.510627494812077 ], [ -112.07888918100274, 38.510919027836785 ], [ -112.08388174702638, 38.511066674751191 ], [ -112.09037635567401, 38.51125870803822 ], [ -112.10185631847087, 38.51157029304489 ], [ -112.11730653467164, 38.511991629148291 ], [ -112.11963507232323, 38.512005434480955 ], [ -112.12573115287955, 38.512005563204845 ], [ -112.13571545344276, 38.512008279744116 ], [ -112.14771375996979, 38.512008445048423 ], [ -112.15919950056332, 38.512016961679635 ], [ -112.17065769262209, 38.512024626677054 ], [ -112.18214429146765, 38.512016464546647 ], [ -112.19361407354182, 38.512032579296864 ], [ -112.20508371097887, 38.512040362234536 ], [ -112.2165875870062, 38.512038555015117 ], [ -112.22802270403635, 38.512040844097086 ], [ -112.23951464953932, 38.51201347835913 ], [ -112.25075547466518, 38.51205705652535 ], [ -112.25115125387813, 38.512061839852372 ], [ -112.2519370006577, 38.51206695881632 ], [ -112.25608832920879, 38.512031511331678 ], [ -112.26239549904946, 38.511972693886186 ], [ -112.27022787067891, 38.511901506783296 ], [ -112.27383431149339, 38.511862328113857 ], [ -112.28535324749205, 38.511745459284377 ], [ -112.28862596606945, 38.511709487828313 ], [ -112.28858550632032, 38.511241330141608 ], [ -112.29676979073824, 38.511038331961693 ], [ -112.30720120533823, 38.510728592360159 ], [ -112.30825623939151, 38.510721315109407 ], [ -112.31971929230966, 38.510385412125807 ], [ -112.32593195537551, 38.510189063605651 ], [ -112.33120056745759, 38.510111260855183 ], [ -112.34453632118053, 38.509962493393893 ], [ -112.3541465746631, 38.509920234103042 ], [ -112.36314973247097, 38.509919399987965 ], [ -112.36561570657827, 38.509926711739908 ], [ -112.37576172026444, 38.510015205363381 ], [ -112.38190431479774, 38.510064526843735 ], [ -112.38728900151882, 38.510063933206375 ], [ -112.38852763134592, 38.510062768556708 ], [ -112.39832746244417, 38.510040766408913 ], [ -112.39909561971341, 38.510027084514419 ], [ -112.3997558931745, 38.510068756360084 ], [ -112.40465323666159, 38.510073188723574 ], [ -112.40735981029385, 38.510067722720201 ], [ -112.41146553145202, 38.51005885352513 ], [ -112.41807071412643, 38.510069159038451 ], [ -112.43630826422429, 38.510049620327905 ], [ -112.45460479388741, 38.509999472359006 ], [ -112.47285194923593, 38.510005659292226 ], [ -112.49115504355056, 38.509945208481192 ], [ -112.50072684123505, 38.509995033425064 ], [ -112.50313632693705, 38.510044327085438 ], [ -112.50764360349648, 38.51004495052004 ], [ -112.51349398568723, 38.510050575033546 ], [ -112.51792551891533, 38.51004907805379 ], [ -112.51854466812161, 38.510041049603927 ], [ -112.51852429162537, 38.510162967725087 ], [ -112.51849029330809, 38.51045537788638 ], [ -112.51845489429434, 38.510681121865709 ], [ -112.5183573033483, 38.510949124769731 ], [ -112.51825431936648, 38.511233418029782 ], [ -112.51815774877986, 38.511550069054259 ], [ -112.51823252423237, 38.511833859518987 ], [ -112.51832811287439, 38.512016452408723 ], [ -112.51848670859785, 38.512195524654032 ], [ -112.51863907992606, 38.512351247786178 ], [ -112.51880481110146, 38.512596911331862 ], [ -112.51890240905283, 38.512874998401401 ], [ -112.51896999799442, 38.513089493818065 ], [ -112.51904279031869, 38.513278689780769 ], [ -112.51909271572133, 38.513525855281856 ], [ -112.51909063281697, 38.513917877792842 ], [ -112.51905322725035, 38.514048127127815 ], [ -112.5189553504015, 38.514302617029337 ], [ -112.51883217677354, 38.514717837740022 ], [ -112.51887694801793, 38.514938035969976 ], [ -112.51897239116177, 38.51511342097632 ], [ -112.51911623001156, 38.515353961106968 ], [ -112.5192475616323, 38.515545100708117 ], [ -112.51940482132325, 38.515769245805359 ], [ -112.51955720238267, 38.515924967454872 ], [ -112.5197783083738, 38.516076192264009 ], [ -112.52029310475982, 38.516284880828678 ], [ -112.52054793117067, 38.516403225298355 ], [ -112.52075634167069, 38.516496039099117 ], [ -112.52097179434624, 38.516650939592196 ], [ -112.52120713970858, 38.516824505120262 ], [ -112.52127474699957, 38.51687589270599 ], [ -112.52144397428047, 38.517014271299608 ], [ -112.52166677580084, 38.517245671734258 ], [ -112.52183807263322, 38.517482246909466 ], [ -112.521951941121, 38.517715062676828 ], [ -112.52200253337078, 38.517938788402027 ], [ -112.52204110869184, 38.518136537312976 ], [ -112.52212811409562, 38.518455310214932 ], [ -112.52219801456394, 38.518778811114274 ], [ -112.52227805435487, 38.519039100456922 ], [ -112.52230630268771, 38.519291051787761 ], [ -112.5223107627627, 38.519502761208408 ], [ -112.52229775631962, 38.519702081802905 ], [ -112.52227390886078, 38.519931280899605 ], [ -112.52226661695134, 38.520129626037473 ], [ -112.5222869494923, 38.520278049403693 ], [ -112.52237094095283, 38.520453580273497 ], [ -112.52246081837916, 38.520636243635352 ], [ -112.52253917191236, 38.520816353372716 ], [ -112.5226120389204, 38.521008249193976 ], [ -112.5226271323335, 38.521180170188963 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 24, \"properties\": { \"NAME\": \"NORTH SUMMIT SCHOOL DISTRICT\", \"TOTENROLL\": 978, \"Color4\": \"4\", \"Shape_Leng\": 213321.980389, \"Shape_Area\": 1073617547.34 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.08418300638101, 41.232340507533486 ], [ -111.08368969524319, 41.232881339497382 ], [ -111.08302109250171, 41.233521382401847 ], [ -111.08250278920984, 41.234129786219896 ], [ -111.08172709216703, 41.235031126371567 ], [ -111.08118614803466, 41.235684579516715 ], [ -111.06874612081536, 41.235800772838843 ], [ -111.06839399841589, 41.235706399905531 ], [ -111.06856446850743, 41.210412148019159 ], [ -111.06858453907066, 41.206786451870705 ], [ -111.06390281404649, 41.206699065710637 ], [ -111.05914361981468, 41.206665576519647 ], [ -111.05853529736203, 41.206655978616844 ], [ -111.05422936995096, 41.206631963770498 ], [ -111.04697132384611, 41.20659011320631 ], [ -111.04675065806708, 41.206585699039174 ], [ -111.04678535587459, 41.188313100952698 ], [ -111.04679406091537, 41.183791108075205 ], [ -111.04678066759597, 41.173347286272481 ], [ -111.04678976861794, 41.169382875004878 ], [ -111.04677075386219, 41.159406543905078 ], [ -111.04714025069327, 41.159410897278221 ], [ -111.05432152642345, 41.159394222558781 ], [ -111.05422575971728, 41.173352129024394 ], [ -111.05402949578618, 41.188400009884518 ], [ -111.05420248549406, 41.202961250110221 ], [ -111.07357231154045, 41.203225246413197 ], [ -111.07358258027548, 41.217714459843208 ], [ -111.073557136894, 41.232271218569842 ], [ -111.08418300638101, 41.232340507533486 ] ] ], [ [ [ -111.13144695975247, 41.202430578726386 ], [ -111.1313998286298, 41.202718885892665 ], [ -111.13140069350513, 41.203151264951757 ], [ -111.11206068733762, 41.20300956487241 ], [ -111.09294312976132, 41.203238266286419 ], [ -111.09289569830011, 41.195842798508224 ], [ -111.09285542733416, 41.188442811437938 ], [ -111.11208360809525, 41.18847975184913 ], [ -111.11207214808606, 41.19574466295645 ], [ -111.11206642164559, 41.199379367040649 ], [ -111.13024246408372, 41.199486357105272 ], [ -111.13033230514101, 41.199684429773995 ], [ -111.13042231662259, 41.199968077435322 ], [ -111.13062590851872, 41.200391219029356 ], [ -111.13069778144889, 41.20054877611333 ], [ -111.13088352283053, 41.20098995330568 ], [ -111.13094953244547, 41.201197060441238 ], [ -111.13105144847768, 41.20146718211798 ], [ -111.13121310729251, 41.201791283156901 ], [ -111.1313509950219, 41.202155946699143 ], [ -111.13144695975247, 41.202430578726386 ] ] ], [ [ [ -111.59371561153516, 40.988097558620325 ], [ -111.59369466418035, 40.988412953119209 ], [ -111.59363223078886, 40.988742073523987 ], [ -111.5935300070123, 40.989274082975541 ], [ -111.59346215309473, 40.98966178436595 ], [ -111.5934137860049, 40.990234053196481 ], [ -111.59344378117191, 40.990927529065729 ], [ -111.59347250745373, 40.991612003192046 ], [ -111.59335375569995, 40.992157609598472 ], [ -111.59320858294502, 40.992541204518517 ], [ -111.59312693833037, 40.992717284190526 ], [ -111.59306296455101, 40.992875256525181 ], [ -111.59298099629443, 40.99301530502305 ], [ -111.59283368116783, 40.993160193634033 ], [ -111.59249052691334, 40.993342121522389 ], [ -111.59210384648796, 40.993443198333949 ], [ -111.59166608417841, 40.993549040136656 ], [ -111.59129874498166, 40.993686047698858 ], [ -111.59100876090048, 40.993831665699396 ], [ -111.59074914051926, 40.994049192813492 ], [ -111.59020089577228, 40.994565467395752 ], [ -111.59004770702043, 40.994719390676039 ], [ -111.58989439711078, 40.994859802100414 ], [ -111.58964669804978, 40.995081769789536 ], [ -111.58948093585312, 40.995159187098601 ], [ -111.5891370000983, 40.995255531268157 ], [ -111.58871060216516, 40.99543787328227 ], [ -111.58839774785223, 40.995687195546211 ], [ -111.58786678466083, 40.996144817564165 ], [ -111.58766008588856, 40.996299010521042 ], [ -111.58746471547747, 40.996390088128358 ], [ -111.58727508922708, 40.996458615695325 ], [ -111.5869963339813, 40.996532100938374 ], [ -111.58672676994695, 40.996569506014772 ], [ -111.5863427105137, 40.996566956105141 ], [ -111.58572906378041, 40.996416936792563 ], [ -111.58513947678222, 40.996298320701996 ], [ -111.58427097561388, 40.9962351646966 ], [ -111.58302162847804, 40.996128888093999 ], [ -111.58271215549485, 40.996089916102882 ], [ -111.5822545847536, 40.996110244594689 ], [ -111.58185677594116, 40.996166302347959 ], [ -111.58147648346194, 40.996186237654157 ], [ -111.58125606842981, 40.996134201029577 ], [ -111.58104162200544, 40.996084836351478 ], [ -111.58074341486098, 40.995974637663814 ], [ -111.58047645997574, 40.995903016004696 ], [ -111.5802015861459, 40.995877375303344 ], [ -111.57986302481588, 40.995910607504442 ], [ -111.57945391762325, 40.996034275153811 ], [ -111.57908627092803, 40.996140617535737 ], [ -111.57886127656975, 40.996244440848493 ], [ -111.57863050235379, 40.996367209912037 ], [ -111.57838803496732, 40.996512557633189 ], [ -111.57808186795417, 40.996851900163172 ], [ -111.57789986653367, 40.997114049930104 ], [ -111.57779400367461, 40.997245199198325 ], [ -111.57758708123752, 40.997376854781841 ], [ -111.57734949146128, 40.997400565453951 ], [ -111.57714158553108, 40.997419622931446 ], [ -111.57685116096431, 40.997520166612652 ], [ -111.57646101006658, 40.99777434735207 ], [ -111.57622518346021, 40.998000730896059 ], [ -111.57590034102796, 40.998245575063983 ], [ -111.57541436100766, 40.998419157369042 ], [ -111.57508259008486, 40.99855143159369 ], [ -111.57469844931681, 40.998814584535751 ], [ -111.57416192906661, 40.999330724224876 ], [ -111.57347169235139, 40.999946716152358 ], [ -111.57352617242685, 41.00005904729462 ], [ -111.57345569242663, 41.000158487869797 ], [ -111.57330824047813, 41.00029434395077 ], [ -111.57317259975898, 41.000421132936744 ], [ -111.57279419054355, 41.000661730541886 ], [ -111.57251594679576, 41.000798235446659 ], [ -111.5719643105968, 41.000945104727535 ], [ -111.57137035680284, 41.001011107566967 ], [ -111.571060867453, 41.000972104433039 ], [ -111.57079264362605, 41.000892359352534 ], [ -111.57054757888432, 41.00074043362077 ], [ -111.57023723724274, 41.000602342563312 ], [ -111.56955714730081, 41.000330955558027 ], [ -111.56916956443436, 41.000197747321856 ], [ -111.56881780744635, 41.000082377348654 ], [ -111.56845466493583, 41.000025615592477 ], [ -111.56813989441302, 41.000063200142598 ], [ -111.56787268281427, 41.000100549549011 ], [ -111.56749317425718, 41.000215020740463 ], [ -111.56717319092169, 41.000338205989749 ], [ -111.56690026425477, 41.000402605791301 ], [ -111.56662749134216, 41.000485020543231 ], [ -111.56658047174307, 41.000548308896064 ], [ -111.56668790524479, 41.000597325756885 ], [ -111.56674233580587, 41.000705156266378 ], [ -111.56687439855295, 41.000853141787864 ], [ -111.56708965319133, 41.000996213822646 ], [ -111.56730493965571, 41.001142888563756 ], [ -111.56763381616561, 41.001362870627538 ], [ -111.56799241234899, 41.001581804484587 ], [ -111.56828638895747, 41.001891137544874 ], [ -111.56844200568361, 41.002011980586246 ], [ -111.56862202272939, 41.002204768435767 ], [ -111.56870861130682, 41.002456570104734 ], [ -111.56873310001168, 41.002677149506709 ], [ -111.5687347649544, 41.002870816992427 ], [ -111.56868265230624, 41.003033221194798 ], [ -111.56854009512318, 41.003187063329626 ], [ -111.56833340648323, 41.003350229672684 ], [ -111.5680803518603, 41.003514524973227 ], [ -111.56783242329603, 41.003722033684205 ], [ -111.56750223325795, 41.004043449830554 ], [ -111.56732557479521, 41.004242499180457 ], [ -111.56716544627393, 41.004427954667491 ], [ -111.56706680068551, 41.004572570714409 ], [ -111.56694990163786, 41.004807358149279 ], [ -111.56679729103847, 41.005037816978785 ], [ -111.56653839549219, 41.005354375634667 ], [ -111.56634370164417, 41.005530991665786 ], [ -111.56596608609397, 41.005870652677864 ], [ -111.56563579929336, 41.006183055697818 ], [ -111.5654161681019, 41.006364296596701 ], [ -111.56519929874595, 41.0065905643661 ], [ -111.56491016184467, 41.006848714499654 ], [ -111.56469236922123, 41.007106514408484 ], [ -111.56445650759628, 41.007337377883303 ], [ -111.56422601362728, 41.007500653351869 ], [ -111.56393602416905, 41.007659715366373 ], [ -111.56367583812286, 41.007827639074655 ], [ -111.563350471362, 41.00802200445122 ], [ -111.56315538536741, 41.00815447695004 ], [ -111.56294885961832, 41.008340153159956 ], [ -111.5627905495887, 41.008602162989945 ], [ -111.56264386153039, 41.008832587289554 ], [ -111.56252091704118, 41.009058391442707 ], [ -111.56237338454858, 41.009189729705938 ], [ -111.56203665923063, 41.009448104720832 ], [ -111.56177676737117, 41.009652055326761 ], [ -111.56143969327594, 41.009869893552384 ], [ -111.56093060847303, 41.010138112882849 ], [ -111.56047510846976, 41.010415077579495 ], [ -111.56009575670763, 41.010556548049202 ], [ -111.55980524829219, 41.010657049094213 ], [ -111.55953828625168, 41.010729509805543 ], [ -111.55931879164318, 41.010790028965417 ], [ -111.55905797238245, 41.010885879976932 ], [ -111.55874977542599, 41.011004480474945 ], [ -111.55857893434707, 41.01119357907443 ], [ -111.55849695422508, 41.011343511798259 ], [ -111.55844549450177, 41.011586981468774 ], [ -111.5584178943694, 41.011839343678247 ], [ -111.55833078841998, 41.012086589229739 ], [ -111.55808345852773, 41.012372444852254 ], [ -111.55788932940258, 41.012621108997251 ], [ -111.55765963634491, 41.012883457112139 ], [ -111.55744130215535, 41.013082692717447 ], [ -111.55719880274103, 41.013237003932332 ], [ -111.556837531545, 41.013409904794948 ], [ -111.55650129373402, 41.013731318268107 ], [ -111.55636608590875, 41.013916638211832 ], [ -111.55628446873931, 41.014110707523443 ], [ -111.55611540039136, 41.014512386338673 ], [ -111.5559939757909, 41.014922843228817 ], [ -111.55586592193242, 41.015252258535426 ], [ -111.55573086066084, 41.015455593296835 ], [ -111.55559000360925, 41.015676972140987 ], [ -111.55544922128618, 41.015907358600536 ], [ -111.55521882651226, 41.016088631728486 ], [ -111.55498214388557, 41.016229397974186 ], [ -111.55471046201995, 41.01645140555987 ], [ -111.55444434709352, 41.01662834495275 ], [ -111.5543804092506, 41.016804311488634 ], [ -111.55432355023927, 41.017115366236823 ], [ -111.55433164891495, 41.017372059642021 ], [ -111.55436296725331, 41.017561080218705 ], [ -111.55435307556033, 41.017799843823632 ], [ -111.55430825973623, 41.018128856892673 ], [ -111.55424618900724, 41.018385887691885 ], [ -111.55417624557299, 41.018697005202796 ], [ -111.55409476719196, 41.018909088456411 ], [ -111.55403662194777, 41.019067010590391 ], [ -111.55396191951425, 41.019378150812848 ], [ -111.55380369870149, 41.01965816376795 ], [ -111.55375134793077, 41.019798041600531 ], [ -111.55367079218999, 41.019978591565469 ], [ -111.55353411051286, 41.020132386580215 ], [ -111.5534405388082, 41.020321106216734 ], [ -111.55333467348838, 41.020462141606956 ], [ -111.55338439633751, 41.020718635101417 ], [ -111.55349249413308, 41.020844230118612 ], [ -111.55364357774796, 41.021131765205759 ], [ -111.55396836650375, 41.02156709975074 ], [ -111.55428513578759, 41.021754747903657 ], [ -111.55454111572291, 41.021785045118101 ], [ -111.55483281494628, 41.021819673897404 ], [ -111.55508771944277, 41.021863487291746 ], [ -111.55542272875152, 41.021956458932024 ], [ -111.5558038597341, 41.022017678689338 ], [ -111.5561550674683, 41.022056521213223 ], [ -111.55662600995191, 41.022189370008164 ], [ -111.55686510029327, 41.022332345423685 ], [ -111.55710434348346, 41.022493335887326 ], [ -111.55731385308881, 41.022654469623092 ], [ -111.55742847053089, 41.022846689626775 ], [ -111.55750875132152, 41.023198519731487 ], [ -111.55755311529182, 41.023522598266439 ], [ -111.55754937145201, 41.023783852498475 ], [ -111.55752149743329, 41.024004686805448 ], [ -111.55746934111491, 41.024167085627866 ], [ -111.55724536405684, 41.024406884461577 ], [ -111.55708447570447, 41.024511255827079 ], [ -111.55687289684963, 41.024669920735299 ], [ -111.5566886359217, 41.02482394924143 ], [ -111.55649889599952, 41.024892426571135 ], [ -111.55637034740099, 41.025023665205026 ], [ -111.55639000094264, 41.025238864879974 ], [ -111.55642701853664, 41.025397229436976 ], [ -111.55648163528555, 41.02552668296115 ], [ -111.55635212343209, 41.025684950630833 ], [ -111.55625250633251, 41.025861990969965 ], [ -111.55622402079501, 41.026010762733982 ], [ -111.55623250732208, 41.026312494418335 ], [ -111.55624027382673, 41.026528652251365 ], [ -111.55629611170355, 41.026803130959586 ], [ -111.55628751474292, 41.027195026421275 ], [ -111.55620084358756, 41.027497217286857 ], [ -111.55608916945269, 41.027655398532247 ], [ -111.55591165653728, 41.027764352494465 ], [ -111.55563921146923, 41.027900788287866 ], [ -111.55522353497044, 41.027979360630553 ], [ -111.55494876365032, 41.02798068395871 ], [ -111.5546758421401, 41.027918940777042 ], [ -111.55446264155114, 41.028028064250307 ], [ -111.55423924486021, 41.028339919412794 ], [ -111.55392215826936, 41.028827883075117 ], [ -111.55383418350729, 41.028976039260769 ], [ -111.5536807250954, 41.029117303466577 ], [ -111.55349142233017, 41.029239822524488 ], [ -111.55327298431257, 41.029434546207597 ], [ -111.55311371929103, 41.029592952979066 ], [ -111.55296600955624, 41.029710767487018 ], [ -111.55300376773853, 41.029958309997589 ], [ -111.55318251443062, 41.030137614879862 ], [ -111.55333375210535, 41.03029903528531 ], [ -111.5535016062384, 41.0304558716225 ], [ -111.55400912013755, 41.030687644648282 ], [ -111.55431320709684, 41.030776263872859 ], [ -111.55457002323401, 41.030902043094194 ], [ -111.55486364584259, 41.031160964890333 ], [ -111.55498384829754, 41.031309020302835 ], [ -111.55509799006099, 41.031443592579755 ], [ -111.55521322957898, 41.031708777339659 ], [ -111.55523887477926, 41.031929352979695 ], [ -111.55509229858455, 41.032182286649402 ], [ -111.55483839560371, 41.0324042083991 ], [ -111.55461967907944, 41.032566506615417 ], [ -111.55443014910672, 41.032662904675043 ], [ -111.55426489354022, 41.032816837710257 ], [ -111.5540770163001, 41.033110505249141 ], [ -111.5539771102731, 41.033255115550261 ], [ -111.55362174509034, 41.033436985660487 ], [ -111.55339659145481, 41.033541660440669 ], [ -111.55305285517098, 41.033691944508817 ], [ -111.55282175180089, 41.033796646714308 ], [ -111.55254351586608, 41.033955623190657 ], [ -111.55234256476227, 41.034109724572396 ], [ -111.55229705119756, 41.034357666171751 ], [ -111.5522626429143, 41.034510969203495 ], [ -111.5521572720141, 41.034714156907683 ], [ -111.55203992910339, 41.034908393728173 ], [ -111.55192239741852, 41.035080111013862 ], [ -111.55169779952499, 41.035252340737564 ], [ -111.55133654436224, 41.035443240084639 ], [ -111.5510474035126, 41.0355797447735 ], [ -111.5506504558484, 41.035770812613734 ], [ -111.55040591782247, 41.03583503758054 ], [ -111.55007773779877, 41.035855521456668 ], [ -111.54969865078014, 41.035905974024466 ], [ -111.54943109637442, 41.035920762012601 ], [ -111.549187970809, 41.036012002036721 ], [ -111.54886796731049, 41.0361576564393 ], [ -111.54869529042733, 41.036280088336184 ], [ -111.54845297832016, 41.036326282313233 ], [ -111.54795438366222, 41.03645566847112 ], [ -111.54765704078882, 41.036465189091551 ], [ -111.54728267706474, 41.036512008020907 ], [ -111.54700314861849, 41.036517839110111 ], [ -111.54676518303788, 41.036514464226052 ], [ -111.5465042814071, 41.036614791042602 ], [ -111.54608946954569, 41.036805927876451 ], [ -111.54582930982581, 41.036996330887391 ], [ -111.54552141371434, 41.037168943021371 ], [ -111.54536861744961, 41.03739486924237 ], [ -111.54545479353871, 41.03774577822449 ], [ -111.54557647472369, 41.038073998744629 ], [ -111.54559113094724, 41.038408130689888 ], [ -111.54564213241837, 41.038821362012534 ], [ -111.54559789235223, 41.039226936889577 ], [ -111.54548702846105, 41.039488697157672 ], [ -111.54528675033818, 41.039728360093477 ], [ -111.54499096007848, 41.03992793783155 ], [ -111.54464713420789, 41.04007369310726 ], [ -111.54429750668849, 41.04023749099418 ], [ -111.54391248269745, 41.040437487350971 ], [ -111.54369926101377, 41.040551094925554 ], [ -111.54362203691205, 41.040709101288236 ], [ -111.54355325165311, 41.040880579972907 ], [ -111.5434837283337, 41.041107011612468 ], [ -111.54336674874195, 41.041349881566461 ], [ -111.54320233448675, 41.04161189202258 ], [ -111.54300895799517, 41.041824494054012 ], [ -111.54283075084754, 41.042000991840389 ], [ -111.54260100782017, 41.042276821275202 ], [ -111.54238940497116, 41.042588597334479 ], [ -111.54218932806442, 41.042855278190338 ], [ -111.54207800121181, 41.043062988531865 ], [ -111.5419197924782, 41.043357397120126 ], [ -111.5418148117454, 41.043613721169173 ], [ -111.54171586033645, 41.043879925697574 ], [ -111.54160438259311, 41.044069620031493 ], [ -111.54149537780133, 41.044561074427456 ], [ -111.5414611239492, 41.044736893567432 ], [ -111.54130814888856, 41.044944798772853 ], [ -111.54115502528167, 41.045134688242342 ], [ -111.54104912394946, 41.045279315259052 ], [ -111.54086577432057, 41.045410793507017 ], [ -111.54053994217008, 41.045578972279486 ], [ -111.54016656018868, 41.045752777873318 ], [ -111.53982345893009, 41.045992199633744 ], [ -111.53954558179406, 41.04620519150572 ], [ -111.53919043800794, 41.046427552338166 ], [ -111.53896543764721, 41.046559222406387 ], [ -111.5387047048648, 41.046686555011071 ], [ -111.53839031865274, 41.046800625522209 ], [ -111.53794490326722, 41.046897290646569 ], [ -111.5376837638745, 41.046975078231704 ], [ -111.53732776695693, 41.047093844026669 ], [ -111.53708443695569, 41.047167043161686 ], [ -111.5368120559646, 41.047325954147887 ], [ -111.53653387079457, 41.047502907728777 ], [ -111.53635667463359, 41.047661374454876 ], [ -111.53618604840881, 41.047896379265197 ], [ -111.5361158273202, 41.048040835692689 ], [ -111.53602816018596, 41.048234917817119 ], [ -111.53583417261075, 41.048524079391498 ], [ -111.53562751767313, 41.048718714371688 ], [ -111.535349506003, 41.048918184527047 ], [ -111.53511237183761, 41.049022879082543 ], [ -111.53467985617597, 41.049245585183591 ], [ -111.53426525861268, 41.04947721469852 ], [ -111.53402740424586, 41.049640463049322 ], [ -111.5337982419004, 41.049848711178477 ], [ -111.53353858490942, 41.050112049476581 ], [ -111.53331993930571, 41.050296826878231 ], [ -111.53311911183091, 41.050477918193515 ], [ -111.53295416195012, 41.050681363505227 ], [ -111.53287794502569, 41.050821341580786 ], [ -111.53272569186521, 41.051123816998334 ], [ -111.53259574640123, 41.051241522969875 ], [ -111.53243594375125, 41.051345854583353 ], [ -111.53218105640656, 41.051464137259131 ], [ -111.53183159146353, 41.051659424754433 ], [ -111.5314582897882, 41.051850317062843 ], [ -111.53120372477751, 41.052009132551817 ], [ -111.53085443506475, 41.052226936524598 ], [ -111.53048246198638, 41.052435835748227 ], [ -111.5301141648163, 41.052658229012309 ], [ -111.52981200313658, 41.052818161157852 ], [ -111.52938545937026, 41.053048927142385 ], [ -111.5290003875802, 41.05325788173635 ], [ -111.52875760251857, 41.053403125572721 ], [ -111.52852682404583, 41.053561825983934 ], [ -111.52824264059684, 41.053738786940677 ], [ -111.52786336693869, 41.053929694941729 ], [ -111.52738910990728, 41.054148060711 ], [ -111.5270750638738, 41.054311643285423 ], [ -111.52670209260873, 41.054547559133141 ], [ -111.52627001478481, 41.054833288253583 ], [ -111.52600349009157, 41.054987642773661 ], [ -111.52572499262305, 41.055133043194843 ], [ -111.52546427199887, 41.055269353786215 ], [ -111.52510293871896, 41.055473683021603 ], [ -111.52476529563849, 41.055664391097658 ], [ -111.52451643508016, 41.055796141481679 ], [ -111.52427348774408, 41.055923360376099 ], [ -111.52389404705605, 41.056096239838766 ], [ -111.52368081171463, 41.056218818354608 ], [ -111.52341965413552, 41.056301077702017 ], [ -111.52309308136041, 41.056388137452515 ], [ -111.52265377801959, 41.056516244043003 ], [ -111.52223116870459, 41.056648777357275 ], [ -111.52187022469229, 41.056754005591131 ], [ -111.52144274550096, 41.056873045919311 ], [ -111.5211992549655, 41.056932700046964 ], [ -111.52084313884654, 41.05704691132582 ], [ -111.5204869859833, 41.057156617620777 ], [ -111.51984572343405, 41.057330665968571 ], [ -111.51962022185567, 41.057408251805676 ], [ -111.51934127491322, 41.057499590215848 ], [ -111.5189675787815, 41.057497670464514 ], [ -111.51866288995105, 41.057493637321365 ], [ -111.51824007760902, 41.057450499008183 ], [ -111.51794852168234, 41.057451809774626 ], [ -111.51762746228623, 41.057484780670571 ], [ -111.51725323952149, 41.057567533844171 ], [ -111.51697418278289, 41.057645354873834 ], [ -111.5166895629242, 41.05777274470698 ], [ -111.51627417924047, 41.057918735923899 ], [ -111.51600702018744, 41.057996501308502 ], [ -111.51559142957944, 41.058116367507601 ], [ -111.51527056957066, 41.058175454429183 ], [ -111.51503882839158, 41.05821702681186 ], [ -111.51465868306097, 41.058304302077687 ], [ -111.51439715491834, 41.058341502145431 ], [ -111.51410580529549, 41.05836982656529 ], [ -111.51379663983235, 41.058402733730382 ], [ -111.51348134870558, 41.058413147118024 ], [ -111.51322562962042, 41.058432302449603 ], [ -111.513017547103, 41.058455749207234 ], [ -111.51271468062912, 41.058533665914489 ], [ -111.51247184011122, 41.058678875633525 ], [ -111.51213414387172, 41.058869546906884 ], [ -111.51184975371096, 41.059028452097095 ], [ -111.51154834882486, 41.059295529267423 ], [ -111.51136591297063, 41.059557573738658 ], [ -111.51125411248564, 41.059720215512158 ], [ -111.51110695803762, 41.059928054456407 ], [ -111.51094797164053, 41.060144953762709 ], [ -111.51080767698618, 41.06031672951832 ], [ -111.51067084733329, 41.060474977602567 ], [ -111.51036386366282, 41.060791620863533 ], [ -111.51015726917174, 41.061008729887668 ], [ -111.50986120759489, 41.061199210127221 ], [ -111.50953546141025, 41.061398828952015 ], [ -111.50932214736655, 41.061516877149941 ], [ -111.50913928672446, 41.061725772146737 ], [ -111.50899806477348, 41.061932681321714 ], [ -111.50889867634316, 41.06216282662546 ], [ -111.50866972800418, 41.06256920158522 ], [ -111.50853442565247, 41.062772480800184 ], [ -111.50828630328543, 41.063007785846736 ], [ -111.50807385997186, 41.063085291461967 ], [ -111.50789460116449, 41.063144634251877 ], [ -111.50765695640072, 41.063195225894859 ], [ -111.5074308317572, 41.063196221821642 ], [ -111.5070257725254, 41.06314395617941 ], [ -111.5062152415052, 41.062985373883059 ], [ -111.50566134982726, 41.062924749041549 ], [ -111.5051787976588, 41.062854800727955 ], [ -111.50495226069265, 41.062801745045249 ], [ -111.50464214010331, 41.062713022601912 ], [ -111.50427891219231, 41.062683084330452 ], [ -111.50405302990555, 41.06271560088895 ], [ -111.50383296050879, 41.062730075405739 ], [ -111.50358310359726, 41.06274017562982 ], [ -111.50337479786194, 41.062736581679914 ], [ -111.50303554438625, 41.062729054993724 ], [ -111.50277361460866, 41.062716685931221 ], [ -111.50238063442873, 41.062686871477794 ], [ -111.5020350196742, 41.062625321020583 ], [ -111.50166550048978, 41.062550361451365 ], [ -111.50144471265337, 41.062470249557514 ], [ -111.50124150352295, 41.062354028406027 ], [ -111.50096151264489, 41.062157067859637 ], [ -111.50076306576665, 41.062040825153126 ], [ -111.50065445299298, 41.061843119003065 ], [ -111.5005744716477, 41.061654296471552 ], [ -111.50045531989633, 41.061479156135015 ], [ -111.50031750268346, 41.061353641231506 ], [ -111.50004928718603, 41.061296252778696 ], [ -111.4998114451208, 41.061320705636753 ], [ -111.49960453461188, 41.061500863953945 ], [ -111.49945750979687, 41.061731207689839 ], [ -111.49904308394417, 41.062012254047943 ], [ -111.49877769029338, 41.062171044687403 ], [ -111.49855116102889, 41.062275618017935 ], [ -111.49835581207483, 41.062411584393459 ], [ -111.49820823657639, 41.062727505777332 ], [ -111.4980859589794, 41.062926212406836 ], [ -111.49761744781696, 41.063139025850447 ], [ -111.49739207636995, 41.063239988655305 ], [ -111.49697127467694, 41.063467006479243 ], [ -111.49657386634105, 41.063639873405435 ], [ -111.4961461607336, 41.063740804668285 ], [ -111.49549283362325, 41.06391026537338 ], [ -111.49521994500354, 41.064024039556081 ], [ -111.49485130331807, 41.064066159578879 ], [ -111.49444110715569, 41.064121968863248 ], [ -111.49413129761307, 41.064073753220974 ], [ -111.49366619679495, 41.063949633318884 ], [ -111.49332548387338, 41.063747509506371 ], [ -111.49303249294883, 41.063560494270753 ], [ -111.49266771908363, 41.063323339869527 ], [ -111.49244599867453, 41.063117101406988 ], [ -111.49220605163934, 41.062860495031948 ], [ -111.49187612248615, 41.062506984828985 ], [ -111.49164203655718, 41.062237740895455 ], [ -111.49131822498927, 41.061905822379373 ], [ -111.49110754352135, 41.061582428960229 ], [ -111.49074786085023, 41.0612272406077 ], [ -111.49054448011505, 41.061084877784147 ], [ -111.49021693650947, 41.061050239203453 ], [ -111.48999696965005, 41.061078199006943 ], [ -111.48965190897985, 41.061088673789001 ], [ -111.48930817180864, 41.061117158113461 ], [ -111.48902750942429, 41.061145373766081 ], [ -111.48867703114514, 41.061227933400062 ], [ -111.4882789147011, 41.061306189777071 ], [ -111.48779795615189, 41.061447852155339 ], [ -111.48740615359637, 41.06157562332573 ], [ -111.48703170271783, 41.061635759102778 ], [ -111.48662181353887, 41.06173207570378 ], [ -111.48642561178865, 41.061755424287064 ], [ -111.48583106177055, 41.061826393905349 ], [ -111.4854146494657, 41.06184526407862 ], [ -111.48505749089875, 41.061829652584692 ], [ -111.48467665596144, 41.061831254950206 ], [ -111.48438963474288, 41.061804536660226 ], [ -111.48417042350121, 41.061773929534937 ], [ -111.48394384070286, 41.061711824607585 ], [ -111.48380615321815, 41.061599801520956 ], [ -111.48349080831211, 41.06160562904946 ], [ -111.4832891234354, 41.061692952793173 ], [ -111.48298113881985, 41.061891521350148 ], [ -111.48268509300804, 41.062095443932044 ], [ -111.48235376962562, 41.062358066045888 ], [ -111.48218258399136, 41.062547952484586 ], [ -111.48202458741912, 41.062751295641441 ], [ -111.48185072369708, 41.062900656346265 ], [ -111.48160320245141, 41.063068340831464 ], [ -111.48134232574176, 41.063200048184534 ], [ -111.48102808873823, 41.063359001982334 ], [ -111.48070135847729, 41.063436934176387 ], [ -111.48033839887965, 41.063442951697837 ], [ -111.48005451242908, 41.063520703467077 ], [ -111.47976222884532, 41.063589481400925 ], [ -111.47945920064646, 41.063653799250339 ], [ -111.47923954733795, 41.063726777696687 ], [ -111.4789189598811, 41.063831703576746 ], [ -111.47852105093942, 41.063942354523057 ], [ -111.47805132718439, 41.063997451844401 ], [ -111.47773649168451, 41.064075326287224 ], [ -111.47743918197337, 41.064108086784849 ], [ -111.47721341132718, 41.064158566475179 ], [ -111.47699359109902, 41.064209021093205 ], [ -111.47663674017514, 41.064237521912666 ], [ -111.47625107738709, 41.06439675808118 ], [ -111.47601984120804, 41.064514818731581 ], [ -111.47575923969445, 41.06468704872313 ], [ -111.47552343562488, 41.064832151515589 ], [ -111.47523674205543, 41.064852251192491 ], [ -111.47520106303342, 41.064856001564728 ], [ -111.47500950222694, 41.064699149687812 ], [ -111.47496163647229, 41.064663314602718 ], [ -111.47468045859993, 41.064457286980186 ], [ -111.47432221368889, 41.064292112328381 ], [ -111.47396474666662, 41.064235030503774 ], [ -111.47367406372457, 41.064362339036137 ], [ -111.47344340445126, 41.064561465008346 ], [ -111.47314828123402, 41.064733830927594 ], [ -111.47285621076793, 41.064834118803468 ], [ -111.4725176261655, 41.064921084532251 ], [ -111.47220889153563, 41.065021439095041 ], [ -111.47206102226481, 41.0651481582508 ], [ -111.47193110163003, 41.065288315852278 ], [ -111.4715520477741, 41.065542094209221 ], [ -111.47139208128755, 41.065641837718559 ], [ -111.47109604697111, 41.065854738510971 ], [ -111.47094222276665, 41.065981480562151 ], [ -111.47067568330944, 41.066158227351707 ], [ -111.47049856740796, 41.06635712868043 ], [ -111.47039881324, 41.066555713963659 ], [ -111.47026943181825, 41.066772436249337 ], [ -111.4700622372001, 41.066926419175083 ], [ -111.46987842893651, 41.067021753771876 ], [ -111.46967702342099, 41.067153192165755 ], [ -111.46934607110219, 41.067478831878667 ], [ -111.46928166607029, 41.067627727682371 ], [ -111.4691820344086, 41.067844327558596 ], [ -111.46904560116626, 41.068074589277451 ], [ -111.46884640478868, 41.068350146652563 ], [ -111.46865293406637, 41.068594152072833 ], [ -111.46846145239361, 41.0687831997285 ], [ -111.46832138647018, 41.069005368045879 ], [ -111.46803226851337, 41.069357858142737 ], [ -111.46792075959679, 41.069579009156129 ], [ -111.46781500967182, 41.069773112410637 ], [ -111.46762040456106, 41.070026128740572 ], [ -111.4673901155449, 41.070282892707169 ], [ -111.46712992136914, 41.070519058836339 ], [ -111.46686389503759, 41.070772363364156 ], [ -111.46655585669458, 41.070976292899481 ], [ -111.46619988704977, 41.071135375101065 ], [ -111.46594454917293, 41.071217480611267 ], [ -111.46562387218459, 41.071317865761195 ], [ -111.46539224329462, 41.071386362114673 ], [ -111.4651549799367, 41.071499921175885 ], [ -111.46471688894434, 41.071830483878372 ], [ -111.46438455767979, 41.071966944915047 ], [ -111.4641707796598, 41.072035366870558 ], [ -111.46387387027906, 41.072131147361439 ], [ -111.4636422050511, 41.072195136297232 ], [ -111.46337539957756, 41.072340338842146 ], [ -111.46312072354831, 41.072517921124188 ], [ -111.46282962932432, 41.072594758572485 ], [ -111.46269853765328, 41.072572764812108 ], [ -111.46254955359176, 41.072545437873728 ], [ -111.46234682918875, 41.07249310373885 ], [ -111.46194152636022, 41.072409152406664 ], [ -111.46153590956402, 41.072280160477902 ], [ -111.46111864310927, 41.072187246076261 ], [ -111.46085069979338, 41.072170301798906 ], [ -111.46064233445833, 41.072162126837583 ], [ -111.46030952177213, 41.072231017410026 ], [ -111.46014338209595, 41.072303745634144 ], [ -111.45994748446172, 41.072376592399557 ], [ -111.45954939136085, 41.072472765577345 ], [ -111.45921087512954, 41.072577708062681 ], [ -111.45886593651477, 41.072615114489196 ], [ -111.4585981484834, 41.072620684571319 ], [ -111.45844309552979, 41.072576261112062 ], [ -111.45820547183369, 41.07264026282612 ], [ -111.45809320537631, 41.072757814288074 ], [ -111.4579692854376, 41.072911444293261 ], [ -111.45774437547456, 41.073092499627229 ], [ -111.45763210742972, 41.073210050639069 ], [ -111.45746614964449, 41.073309798528328 ], [ -111.45699111291412, 41.073469324889039 ], [ -111.45668231442343, 41.073569638038556 ], [ -111.45636126909541, 41.073620454400434 ], [ -111.45612974688561, 41.073706947875372 ], [ -111.45595774055769, 41.07379320540435 ], [ -111.45571465602757, 41.073929288254334 ], [ -111.45551884189622, 41.074015639277647 ], [ -111.45529962451572, 41.07416063498188 ], [ -111.45493217266953, 41.074387288334435 ], [ -111.45445805252874, 41.074681921863728 ], [ -111.45420997092278, 41.074957646511898 ], [ -111.454033029709, 41.075192553962872 ], [ -111.45384963980251, 41.075355421879429 ], [ -111.45371975331379, 41.075509070763822 ], [ -111.45363710922092, 41.075608485038551 ], [ -111.45366355470846, 41.075992125181372 ], [ -111.45374166585461, 41.076099013793005 ], [ -111.45377170390572, 41.076139431871994 ], [ -111.45371145944004, 41.076207229698312 ], [ -111.45356397692829, 41.076225826463052 ], [ -111.45321913964884, 41.076281231752198 ], [ -111.45306500937302, 41.076371918667753 ], [ -111.45292306069628, 41.076503093857077 ], [ -111.45276341025522, 41.076656858623956 ], [ -111.45263354958767, 41.076815010194174 ], [ -111.45250979467728, 41.076995657836058 ], [ -111.45243396357829, 41.077221157580965 ], [ -111.45231711647337, 41.077541403102593 ], [ -111.45206926210521, 41.077853154451077 ], [ -111.4518565007964, 41.078074686868035 ], [ -111.45167932708532, 41.07827806323931 ], [ -111.45150255295347, 41.078539990268851 ], [ -111.45136158248755, 41.07881528889282 ], [ -111.45122634736799, 41.079059036606388 ], [ -111.4508654835503, 41.079384739888944 ], [ -111.45059269935247, 41.07953444015876 ], [ -111.45001727407809, 41.07982044324806 ], [ -111.44963795409831, 41.080059737212622 ], [ -111.44932430233268, 41.080327599713179 ], [ -111.44917684544185, 41.080526352255504 ], [ -111.44905365662522, 41.080792570587974 ], [ -111.44886514462567, 41.081081563442623 ], [ -111.448711732351, 41.081280338566287 ], [ -111.44844507145589, 41.081457034093184 ], [ -111.44811909965399, 41.081665487928142 ], [ -111.4475728875473, 41.081874796511073 ], [ -111.44703231916846, 41.082039040244062 ], [ -111.44649129084117, 41.082135722678863 ], [ -111.44612221098285, 41.082132648180824 ], [ -111.44574098287954, 41.082093587204199 ], [ -111.44549669089992, 41.082058499658345 ], [ -111.44528799805695, 41.082006158691598 ], [ -111.44502438503031, 41.081754050243426 ], [ -111.44489856504921, 41.08163292711459 ], [ -111.44469542563915, 41.081521110340177 ], [ -111.44443895853864, 41.081445531198867 ], [ -111.44393231179893, 41.081343891383348 ], [ -111.44361052200384, 41.081291082224929 ], [ -111.44315237366382, 41.081319869332013 ], [ -111.44289083358987, 41.081374923326976 ], [ -111.44253892625606, 41.081269079291602 ], [ -111.44215679356063, 41.081093987987693 ], [ -111.441846488694, 41.080978073301537 ], [ -111.44154839094608, 41.080907151376088 ], [ -111.44100038769415, 41.08085069749346 ], [ -111.44060723521943, 41.08080716110792 ], [ -111.44031539243124, 41.080781252448439 ], [ -111.43989852174033, 41.080751316386966 ], [ -111.43970822856814, 41.080779066921885 ], [ -111.43953630222532, 41.080883315727363 ], [ -111.43939410689968, 41.080982946869831 ], [ -111.43910319306595, 41.081096656768018 ], [ -111.43886524999719, 41.081120083443274 ], [ -111.43852647645957, 41.081197941854519 ], [ -111.43817495985174, 41.081149734673801 ], [ -111.43792502189636, 41.081159692906567 ], [ -111.43744868628997, 41.081138982041175 ], [ -111.43721699326339, 41.081207421963342 ], [ -111.43671753987273, 41.081291289465923 ], [ -111.43647979783967, 41.081345337910584 ], [ -111.43624176355007, 41.081355247401873 ], [ -111.43602137786166, 41.081333561356999 ], [ -111.4358187600867, 41.081298295576403 ], [ -111.4356097738448, 41.081199996984708 ], [ -111.4353529615761, 41.081070350450219 ], [ -111.43524433410104, 41.080845558907093 ], [ -111.43508269523316, 41.080705643345738 ], [ -111.43485014626417, 41.080644365443284 ], [ -111.43453994518002, 41.080541942776584 ], [ -111.43424218318621, 41.080520545089378 ], [ -111.43403337952343, 41.080449267162969 ], [ -111.43356270641557, 41.08038347850696 ], [ -111.43315860315259, 41.080484087134202 ], [ -111.43302675834744, 41.08052962306413 ], [ -111.43293887156084, 41.080561481576439 ], [ -111.43272458953852, 41.080562286478553 ], [ -111.43246230547747, 41.080504718644654 ], [ -111.43212909615035, 41.080523984874716 ], [ -111.43186760877491, 41.080588021743196 ], [ -111.43152897682495, 41.080688379257055 ], [ -111.43128001109304, 41.080846952707127 ], [ -111.43101911009823, 41.081001066223017 ], [ -111.4307818407629, 41.081128066571232 ], [ -111.43057383251308, 41.081178388442616 ], [ -111.43020449398561, 41.081134727570706 ], [ -111.42978695048976, 41.081001164552447 ], [ -111.42939849599054, 41.08076389873036 ], [ -111.42920163059955, 41.080697071596113 ], [ -111.42868246411493, 41.080496322452639 ], [ -111.42808076404732, 41.08041838746886 ], [ -111.42765242836784, 41.080455109461965 ], [ -111.4272474987994, 41.080429587340056 ], [ -111.42711544002765, 41.080442688222661 ], [ -111.42698574462206, 41.08045307777293 ], [ -111.4269024594268, 41.080460592821886 ], [ -111.42667044890142, 41.080481269916596 ], [ -111.42628909580621, 41.080419624811221 ], [ -111.42575887864575, 41.08034952049573 ], [ -111.4253057806483, 41.080238592765653 ], [ -111.4247932545033, 41.080142295274001 ], [ -111.42448355799709, 41.080115511509568 ], [ -111.42404277345028, 41.080067589999032 ], [ -111.42376232384562, 41.079960524755016 ], [ -111.42354255889505, 41.079848731746218 ], [ -111.42322347382382, 41.079471564780867 ], [ -111.42303794525849, 41.07931460464291 ], [ -111.4227622982603, 41.079027357691878 ], [ -111.422641091481, 41.078689999262181 ], [ -111.42269229450106, 41.078320480084273 ], [ -111.42275580507574, 41.078013972287515 ], [ -111.42280070861088, 41.077590427630277 ], [ -111.42291787933006, 41.077112569209604 ], [ -111.42290287976977, 41.07681535747377 ], [ -111.42287147475439, 41.076558742308748 ], [ -111.42257223439969, 41.076303109630395 ], [ -111.42232275304552, 41.076195927221399 ], [ -111.42173201875902, 41.07596388050991 ], [ -111.42071677012208, 41.075616276332553 ], [ -111.42036472199491, 41.075477935790254 ], [ -111.41957141034828, 41.07521058442817 ], [ -111.41895657849619, 41.074929967489346 ], [ -111.41859771736797, 41.074654723346775 ], [ -111.4182454903693, 41.07448665025148 ], [ -111.41789931386324, 41.074333867881997 ], [ -111.41772608650646, 41.074235406990034 ], [ -111.41727845440768, 41.07403885084414 ], [ -111.41705809910428, 41.074017128355202 ], [ -111.41696284344158, 41.074012969026711 ], [ -111.4166835401294, 41.074081540005849 ], [ -111.41643991808493, 41.074145477319682 ], [ -111.41619632397089, 41.074213918062277 ], [ -111.41603217011512, 41.074232527014772 ], [ -111.41584542800278, 41.074255721295891 ], [ -111.41539893537815, 41.074239315530967 ], [ -111.41498222988642, 41.07422730481332 ], [ -111.41460673380864, 41.074143079603786 ], [ -111.41425515859925, 41.074076783357199 ], [ -111.41382011903973, 41.073988265574847 ], [ -111.41338561670436, 41.073985321081246 ], [ -111.41295689698448, 41.073955329954288 ], [ -111.41214224007352, 41.074074450911446 ], [ -111.41179309035508, 41.074396387173927 ], [ -111.41150968193035, 41.074762227252023 ], [ -111.41134387459455, 41.074897940596081 ], [ -111.41104109109419, 41.075020630249853 ], [ -111.41078550034658, 41.07507559021191 ], [ -111.41060720416839, 41.075117662883919 ], [ -111.41031561615938, 41.075126808812072 ], [ -111.41013083025773, 41.075082426197945 ], [ -111.4099398409839, 41.074997528952792 ], [ -111.40969644851523, 41.074908313670448 ], [ -111.40949854176414, 41.074859472643652 ], [ -111.40908888604147, 41.074833002621382 ], [ -111.40862972099727, 41.074885077102536 ], [ -111.40825553876232, 41.075012516655427 ], [ -111.40800659368284, 41.075180048031669 ], [ -111.40788844833281, 41.075324595724005 ], [ -111.40768714369298, 41.075496461804519 ], [ -111.40750338761559, 41.075618720983407 ], [ -111.40728992714159, 41.075750092951004 ], [ -111.40688647791994, 41.075958704285988 ], [ -111.40663112980683, 41.07605419057343 ], [ -111.40634156501972, 41.07619934144315 ], [ -111.4062043347916, 41.076338549834119 ], [ -111.40613441429569, 41.076582915471384 ], [ -111.40616525523225, 41.076758464474622 ], [ -111.40619592997814, 41.07690698978854 ], [ -111.40614394246373, 41.077163903513579 ], [ -111.40607960701846, 41.077348796028225 ], [ -111.4059852062494, 41.077484249958175 ], [ -111.40531688855393, 41.078180225267261 ], [ -111.40515103221999, 41.07831142577372 ], [ -111.40493202087535, 41.078510373480547 ], [ -111.40473665097079, 41.078682213475851 ], [ -111.40452879585386, 41.078759512080794 ], [ -111.40427861289923, 41.07872886180872 ], [ -111.40389742812107, 41.078689662161551 ], [ -111.40365926019143, 41.07867698459841 ], [ -111.40337953758581, 41.078682468187857 ], [ -111.40310538181994, 41.078624875029945 ], [ -111.40267801069906, 41.078820043115975 ], [ -111.40255979221773, 41.078955577445129 ], [ -111.40244184797479, 41.079136151113971 ], [ -111.40235962171779, 41.079317500751124 ], [ -111.402206232127, 41.07954233754144 ], [ -111.40191630237175, 41.079827103796774 ], [ -111.40174451030047, 41.079962824119676 ], [ -111.4015664637141, 41.080049021524715 ], [ -111.40135286747234, 41.080162366729887 ], [ -111.40097386591785, 41.080483473129618 ], [ -111.40079060335925, 41.080691296590281 ], [ -111.40066096535266, 41.080907941390613 ], [ -111.40055502653193, 41.081106487495177 ], [ -111.40039524240086, 41.081260180203465 ], [ -111.40029429812866, 41.081301067283931 ], [ -111.40009751483811, 41.081243198194137 ], [ -111.39994185233532, 41.081095105235825 ], [ -111.39975667445842, 41.080987650830217 ], [ -111.39929698115161, 41.080764042646805 ], [ -111.39902852735723, 41.080665883685896 ], [ -111.39874221744383, 41.080567785888086 ], [ -111.39818145036726, 41.08036253911019 ], [ -111.39772845208047, 41.080260510623482 ], [ -111.39704954001431, 41.080204299428189 ], [ -111.39659670697648, 41.080129290167577 ], [ -111.39626340708448, 41.080134940877578 ], [ -111.39599585240987, 41.08018540512159 ], [ -111.39570605685898, 41.080299001707672 ], [ -111.39530140649978, 41.080516584594612 ], [ -111.39513446871005, 41.080670294576223 ], [ -111.39494012246105, 41.080819594215214 ], [ -111.39466795881002, 41.081095273234332 ], [ -111.39440697064937, 41.081249304240963 ], [ -111.39411616553899, 41.081394428558127 ], [ -111.39374746725856, 41.081454241555711 ], [ -111.39342043505803, 41.081513911122656 ], [ -111.39316356004892, 41.081559828281989 ], [ -111.39308736398419, 41.081559187431409 ], [ -111.39283734179922, 41.081556436843741 ], [ -111.39244426917237, 41.081521743905661 ], [ -111.39224832214214, 41.081603483829667 ], [ -111.39235154871984, 41.081945439494397 ], [ -111.39240654049091, 41.082183966386701 ], [ -111.39241407359904, 41.082449679116124 ], [ -111.39239068055018, 41.082720001190893 ], [ -111.39233414066403, 41.083021964392245 ], [ -111.39221696451378, 41.083337646081389 ], [ -111.39183800714503, 41.083676738330624 ], [ -111.39159491879339, 41.083840610933002 ], [ -111.39134589264478, 41.084007205609318 ], [ -111.39122766829088, 41.084147232285048 ], [ -111.39111571653035, 41.084341286012965 ], [ -111.39105138546036, 41.084535178023877 ], [ -111.39094530513786, 41.084715699532275 ], [ -111.39068445401223, 41.084896745801878 ], [ -111.39030406741368, 41.084997123745239 ], [ -111.39007222597826, 41.085051056473468 ], [ -111.38981105705565, 41.085178954182794 ], [ -111.38967483609819, 41.085296519932193 ], [ -111.38950284497423, 41.085405198362274 ], [ -111.3892950038324, 41.085491477468786 ], [ -111.38893799781715, 41.08551970729394 ], [ -111.38881886300061, 41.085506597247232 ], [ -111.38872356579753, 41.085497910700461 ], [ -111.3884076984008, 41.085435919327665 ], [ -111.38812133031568, 41.085328787344729 ], [ -111.38788829938741, 41.085180938764232 ], [ -111.38745274489891, 41.085011250681085 ], [ -111.38711259440714, 41.084868264700852 ], [ -111.38675514186041, 41.084819920603081 ], [ -111.38643369621869, 41.08482099907377 ], [ -111.38621984740865, 41.084898284714257 ], [ -111.38602419887087, 41.08503406148975 ], [ -111.38587165156726, 41.085211130756939 ], [ -111.38575266535484, 41.085426822198656 ], [ -111.38565231118989, 41.08557128734661 ], [ -111.38545721745376, 41.085802546900439 ], [ -111.38519046773415, 41.085996211757539 ], [ -111.38493523309172, 41.086123177762914 ], [ -111.38463242737096, 41.086259310081822 ], [ -111.38397905824745, 41.086509211295237 ], [ -111.38366358331758, 41.086514766187321 ], [ -111.38343139590293, 41.086511035019434 ], [ -111.38335996168038, 41.086511272704612 ], [ -111.38293720458887, 41.086494662298719 ], [ -111.38261528560558, 41.086415559824069 ], [ -111.38233991960662, 41.086357020561834 ], [ -111.38207955051119, 41.086420940746713 ], [ -111.3818599992542, 41.086543277572559 ], [ -111.38145596039362, 41.086675232947321 ], [ -111.38123014187289, 41.086743540864447 ], [ -111.38092111260289, 41.086834643640223 ], [ -111.38066004350678, 41.086984139645011 ], [ -111.38050045330073, 41.087181943600463 ], [ -111.38050175759848, 41.08740804197005 ], [ -111.38055689317231, 41.087678102117856 ], [ -111.38055806255666, 41.087880779920795 ], [ -111.38051225757523, 41.088196213769045 ], [ -111.38040731147342, 41.088579403393652 ], [ -111.38031915857997, 41.088777871988064 ], [ -111.38013042585629, 41.089084769233757 ], [ -111.38003735644865, 41.089463415248225 ], [ -111.37998380732907, 41.089675281528343 ], [ -111.3800642055856, 41.089990298845969 ], [ -111.38017918143989, 41.090107024460934 ], [ -111.38058428838876, 41.09036241711059 ], [ -111.38081737346637, 41.090519288219035 ], [ -111.38104533913693, 41.090820304889228 ], [ -111.3811358611195, 41.091031695119334 ], [ -111.38126829099258, 41.091283482914989 ], [ -111.38135392884283, 41.091679554509376 ], [ -111.38145635969074, 41.091890905038603 ], [ -111.38148781987452, 41.092183563067437 ], [ -111.38137603429651, 41.092413638823615 ], [ -111.38128158736049, 41.092553576425658 ], [ -111.38096228936807, 41.092932971344275 ], [ -111.38079086213268, 41.093145227553499 ], [ -111.38058418604368, 41.093439573328133 ], [ -111.38043087141182, 41.093695908675322 ], [ -111.38037910846343, 41.094011361828898 ], [ -111.38034481604311, 41.094259196795122 ], [ -111.38037044882509, 41.094574394407474 ], [ -111.38047290188446, 41.094789348855421 ], [ -111.38078993043267, 41.095045932158961 ], [ -111.38102205010682, 41.09523883814775 ], [ -111.38120837654157, 41.095337310524954 ], [ -111.38135797318256, 41.095467432388723 ], [ -111.38141257215821, 41.095642908868903 ], [ -111.38147894853152, 41.095795826171759 ], [ -111.38153359501612, 41.09597940968164 ], [ -111.38159504003559, 41.096308901226365 ], [ -111.38163838455183, 41.096597015597183 ], [ -111.38162084961266, 41.096859208218035 ], [ -111.38152859362165, 41.097172994209316 ], [ -111.38140497555717, 41.097417521877709 ], [ -111.3811686967022, 41.097742593880582 ], [ -111.3808840558471, 41.097941712452126 ], [ -111.38069987547442, 41.098009881586869 ], [ -111.38039663754471, 41.098082046777556 ], [ -111.38019431407028, 41.098101631488433 ], [ -111.37995633973222, 41.098133944695078 ], [ -111.37958152902119, 41.098184724401932 ], [ -111.37915326200488, 41.098258198954845 ], [ -111.37893917990527, 41.098303943523099 ], [ -111.37870728747355, 41.098358754292022 ], [ -111.37851104066277, 41.098399935412971 ], [ -111.37842211948727, 41.098467787927817 ], [ -111.37835753081021, 41.098625641047718 ], [ -111.37832913080136, 41.098864447819636 ], [ -111.37833308503775, 41.099553551155829 ], [ -111.37835866393141, 41.099860641861412 ], [ -111.37829486972663, 41.100157216349388 ], [ -111.37821839158698, 41.100318711604743 ], [ -111.37813591762666, 41.100473020039388 ], [ -111.37801892709861, 41.100838230128055 ], [ -111.37804380258463, 41.101022813615181 ], [ -111.37806290482878, 41.101238944221407 ], [ -111.37812961500798, 41.101450414557206 ], [ -111.37817854045953, 41.101675455301049 ], [ -111.37829322138909, 41.101945320401178 ], [ -111.37835454744788, 41.102255896826485 ], [ -111.37834998900652, 41.102499129186583 ], [ -111.37833965715694, 41.102773908672802 ], [ -111.3783434879701, 41.103441392626841 ], [ -111.37837537455461, 41.103809717142489 ], [ -111.37835988958942, 41.1042241382466 ], [ -111.37834489561031, 41.104724134162048 ], [ -111.37819729930372, 41.104945315909156 ], [ -111.37786508545123, 41.105162599058637 ], [ -111.37763963862983, 41.105307466971581 ], [ -111.37746128573708, 41.105357595672565 ], [ -111.37719956869894, 41.105407997048601 ], [ -111.37703928499279, 41.105494098126442 ], [ -111.37705774126211, 41.105597630265407 ], [ -111.37714764750324, 41.105700027732873 ], [ -111.37735724933171, 41.105907427302057 ], [ -111.37750116587686, 41.106082612750789 ], [ -111.37761587764447, 41.106356982235468 ], [ -111.37764694110791, 41.106582081552446 ], [ -111.37764237987678, 41.106825313714289 ], [ -111.37763175552975, 41.107049648845418 ], [ -111.37770476576037, 41.107320551650098 ], [ -111.37770662404218, 41.107644835129193 ], [ -111.37768974047562, 41.10781604329884 ], [ -111.37760168311506, 41.108037028981599 ], [ -111.37744175465953, 41.108186185720342 ], [ -111.37727566440749, 41.10829933024165 ], [ -111.37702014802282, 41.108394751103958 ], [ -111.37678234093464, 41.108463089359319 ], [ -111.37647317296968, 41.108548775603516 ], [ -111.37620556992027, 41.108613606807914 ], [ -111.37599194033123, 41.108744920776147 ], [ -111.37582684778636, 41.10903371675758 ], [ -111.3756317019876, 41.109273967053916 ], [ -111.3755433432396, 41.109443606266595 ], [ -111.37551432304829, 41.10957611905463 ], [ -111.37550310087985, 41.109696863374154 ], [ -111.37561801610109, 41.110007266175195 ], [ -111.37566150313833, 41.110323306586075 ], [ -111.37563274978415, 41.11050266031797 ], [ -111.37550890040583, 41.11071475295828 ], [ -111.37542037010518, 41.110854666068093 ], [ -111.37542139636395, 41.111034823495181 ], [ -111.37552432638978, 41.11133175331188 ], [ -111.37559763574022, 41.111655803700891 ], [ -111.37558599756109, 41.111912570701996 ], [ -111.37543379152434, 41.112165291815181 ], [ -111.37511316066986, 41.11233298485935 ], [ -111.37492272272323, 41.112356124828324 ], [ -111.37466079670777, 41.112374992959516 ], [ -111.37445246729652, 41.112393686313183 ], [ -111.37419721226397, 41.112538644217743 ], [ -111.37406704133119, 41.112687699521636 ], [ -111.37383005880835, 41.112904661565594 ], [ -111.37368217379587, 41.113080798008973 ], [ -111.37354635172565, 41.11328391925305 ], [ -111.37345791593458, 41.113441846563852 ], [ -111.37335749255823, 41.113586300598641 ], [ -111.37321548355708, 41.113748905331228 ], [ -111.37294828440183, 41.113889395116722 ], [ -111.37269884824532, 41.114011810751677 ], [ -111.37244961480995, 41.114170257325441 ], [ -111.37224211866165, 41.114337576547165 ], [ -111.3720298317218, 41.114500406844734 ], [ -111.37173201460914, 41.114704048894247 ], [ -111.37154800650457, 41.114812738852073 ], [ -111.37129876726846, 41.11497118293881 ], [ -111.37094250630203, 41.115161499222836 ], [ -111.37068109999815, 41.115274940977898 ], [ -111.3704971138844, 41.115388133195289 ], [ -111.37030745008076, 41.115550887543165 ], [ -111.37011210811968, 41.11576320399125 ], [ -111.37003564770792, 41.11593460219494 ], [ -111.37004874755475, 41.116146248856616 ], [ -111.37017543321342, 41.116434098870769 ], [ -111.37025516021882, 41.116632019349197 ], [ -111.37032629673311, 41.116784927227826 ], [ -111.37041045489717, 41.116923380345249 ], [ -111.37050123763609, 41.117180718084597 ], [ -111.3704835977997, 41.117432999631596 ], [ -111.37043805528576, 41.117595290596995 ], [ -111.37031422154917, 41.117815484598395 ], [ -111.37020190363052, 41.117965378835486 ], [ -111.37003575105109, 41.118074008951901 ], [ -111.36987542722534, 41.1181601000442 ], [ -111.3694771769559, 41.118301002357754 ], [ -111.36921530138703, 41.118333369994929 ], [ -111.36890027782103, 41.118446979479465 ], [ -111.3686268930626, 41.118551446852521 ], [ -111.36832440842193, 41.118777614982072 ], [ -111.36815274790486, 41.118967332225431 ], [ -111.36802265128759, 41.119134396376779 ], [ -111.36780937362383, 41.119337758072589 ], [ -111.36760174893477, 41.119487053173032 ], [ -111.36755490625367, 41.119631331045866 ], [ -111.36768088405869, 41.119793073531646 ], [ -111.36787207541705, 41.119900559506064 ], [ -111.36804595326583, 41.120107188750659 ], [ -111.36824948591186, 41.120291202877709 ], [ -111.36838152335342, 41.120470941256087 ], [ -111.36849584483178, 41.120677760216154 ], [ -111.36855658852694, 41.12088925447739 ], [ -111.36862321300043, 41.121087217846757 ], [ -111.36866015867818, 41.121303292191861 ], [ -111.36869738187353, 41.121568909754835 ], [ -111.36869841534094, 41.121753570913974 ], [ -111.36868198392325, 41.122010352137096 ], [ -111.36861164514534, 41.122213257707536 ], [ -111.368518471179, 41.122380204188055 ], [ -111.36843462501611, 41.122511088672972 ], [ -111.36828660343801, 41.122669202327906 ], [ -111.36813275085265, 41.122849854474097 ], [ -111.36801445826566, 41.12299886475072 ], [ -111.36791991436856, 41.123134287031235 ], [ -111.36785580490928, 41.123386716321505 ], [ -111.36782702988405, 41.1235669685977 ], [ -111.3678517852882, 41.123733537922618 ], [ -111.36794278900948, 41.124030511953585 ], [ -111.36797377790765, 41.124246605433562 ], [ -111.3680109749255, 41.124507719158252 ], [ -111.36805365545816, 41.124684139970725 ], [ -111.36807313001648, 41.12497143352374 ], [ -111.36807466519822, 41.125246173151417 ], [ -111.36801022721916, 41.125440051376373 ], [ -111.36793385091366, 41.125629463679097 ], [ -111.36789331327363, 41.125836777517549 ], [ -111.36782347107636, 41.126129761052596 ], [ -111.36779446847974, 41.126269477892343 ], [ -111.3677183169028, 41.126499425378228 ], [ -111.36764835257675, 41.126770789928976 ], [ -111.36756028185461, 41.126999874526561 ], [ -111.36744296048354, 41.127324537296566 ], [ -111.36735527014292, 41.127622081407658 ], [ -111.3673151313793, 41.127901457808214 ], [ -111.36728064752664, 41.128126768076513 ], [ -111.36727609734942, 41.128379006937159 ], [ -111.36722389379928, 41.128631397696481 ], [ -111.36725505841554, 41.128879018678404 ], [ -111.36723839377611, 41.129095264078337 ], [ -111.36718590214655, 41.129509799903104 ], [ -111.36713473809927, 41.129735163229554 ], [ -111.36691549190229, 41.129943045959692 ], [ -111.36659425158648, 41.130020636729775 ], [ -111.36633190211356, 41.12997643121799 ], [ -111.36606937774999, 41.129900697627995 ], [ -111.36566384132287, 41.129816409447891 ], [ -111.36531737396453, 41.129641852434105 ], [ -111.365078254682, 41.12948947426392 ], [ -111.36489234785769, 41.129264862970025 ], [ -111.36468812328515, 41.128959237247564 ], [ -111.36456176115949, 41.128729932880944 ], [ -111.36439965996927, 41.128500741416936 ], [ -111.36429737540195, 41.128316400643421 ], [ -111.36408246326076, 41.128231503912737 ], [ -111.3638307698635, 41.128173746985432 ], [ -111.36355800596957, 41.128183616102767 ], [ -111.36331363506581, 41.128157362982925 ], [ -111.36297400798331, 41.128140417521202 ], [ -111.36261085211952, 41.128177593199169 ], [ -111.36231316925748, 41.128205553827172 ], [ -111.36191474304978, 41.12832841435651 ], [ -111.36161765267788, 41.128464467484392 ], [ -111.3612967096913, 41.128596090645523 ], [ -111.36087529153201, 41.128872155895358 ], [ -111.36062604749046, 41.129044088618649 ], [ -111.36035287667438, 41.129198079619258 ], [ -111.36005665039335, 41.129275573927188 ], [ -111.35959703664015, 41.129322049545777 ], [ -111.35913839253671, 41.129327984253877 ], [ -111.35878084112549, 41.129302074302643 ], [ -111.35833979771539, 41.129258406948232 ], [ -111.35807145098792, 41.129205193251998 ], [ -111.3577435864032, 41.129161171779408 ], [ -111.35748117281585, 41.129103434275663 ], [ -111.35718336137083, 41.129108862017091 ], [ -111.35669012071268, 41.129105886223904 ], [ -111.35614701413618, 41.129134590532743 ], [ -111.35568246285384, 41.129149537755474 ], [ -111.35485532768844, 41.129309728727492 ], [ -111.3545517813706, 41.129356604189816 ], [ -111.35426030800046, 41.129433168169264 ], [ -111.35400474878841, 41.12954204990195 ], [ -111.35359491724796, 41.129764004832367 ], [ -111.35313209962696, 41.130103224882205 ], [ -111.35293021973175, 41.130225451684346 ], [ -111.35274613721491, 41.130334111620449 ], [ -111.35244863306801, 41.13039807825929 ], [ -111.35225198515488, 41.130385167693298 ], [ -111.35196562373334, 41.130304970831162 ], [ -111.35160199743676, 41.130257437937168 ], [ -111.35135096498432, 41.130099662811986 ], [ -111.35101017850292, 41.129866493335754 ], [ -111.35065810437339, 41.129750461362136 ], [ -111.350265076635, 41.129774177028381 ], [ -111.34985449884618, 41.129858298336003 ], [ -111.3494553365187, 41.12984870022337 ], [ -111.3490864213736, 41.129926386798971 ], [ -111.34886023008067, 41.129958600020558 ], [ -111.34865707894505, 41.129842110863208 ], [ -111.34844756665741, 41.129649072474834 ], [ -111.34826760121153, 41.129410904312742 ], [ -111.34818373048647, 41.129321077693902 ], [ -111.34800993780341, 41.129123426520309 ], [ -111.34781260475349, 41.12897989423508 ], [ -111.34753800183165, 41.128868122785356 ], [ -111.34733499890727, 41.128778654865556 ], [ -111.34703063793812, 41.128671475923731 ], [ -111.34638729225, 41.128668908080087 ], [ -111.34589908059269, 41.128715415040809 ], [ -111.34563128954547, 41.12876576285182 ], [ -111.34517340300583, 41.128915767921633 ], [ -111.34490598795554, 41.129038177035454 ], [ -111.34451967289246, 41.129205981232985 ], [ -111.34418713136739, 41.129405151537348 ], [ -111.34377740840506, 41.129654095293965 ], [ -111.34350494710904, 41.129952172463028 ], [ -111.34342242082849, 41.13011906674592 ], [ -111.34325143364582, 41.130457376809773 ], [ -111.34301503633294, 41.130818401407787 ], [ -111.34269523963634, 41.131179673620267 ], [ -111.34245857438823, 41.13149025297264 ], [ -111.34220962787077, 41.131730605824501 ], [ -111.34191857842453, 41.131893614210242 ], [ -111.34167513675543, 41.132047472658449 ], [ -111.34140788926649, 41.132205905146456 ], [ -111.34127181635563, 41.132387369322629 ], [ -111.34110038770802, 41.132643704500452 ], [ -111.34096430838697, 41.132824267519339 ], [ -111.34068443820088, 41.132846714736672 ], [ -111.34029722886605, 41.132847859174127 ], [ -111.33974920657637, 41.132854881491966 ], [ -111.33917744402729, 41.132879086318844 ], [ -111.33873769638201, 41.132857860162986 ], [ -111.3382366201058, 41.132958420532283 ], [ -111.33787363117274, 41.133036053787158 ], [ -111.33755307979685, 41.133257689701331 ], [ -111.33749969206002, 41.133301985363616 ], [ -111.33733384354508, 41.133488036098242 ], [ -111.33716297010417, 41.133623656449736 ], [ -111.33678746940218, 41.133818427000598 ], [ -111.33644864782795, 41.133963545163546 ], [ -111.33608013078494, 41.134126764978291 ], [ -111.33565321074849, 41.134519857974638 ], [ -111.33544642879041, 41.134858260530521 ], [ -111.33516875338215, 41.135313973056391 ], [ -111.33485544466109, 41.135792308475075 ], [ -111.33449568500919, 41.136509490003476 ], [ -111.33428870797785, 41.136811858927608 ], [ -111.33399229866329, 41.137100974782186 ], [ -111.33354676261024, 41.137353588926317 ], [ -111.3331965522777, 41.13760772726404 ], [ -111.333000843091, 41.137783949203779 ], [ -111.33284777664687, 41.137910503594483 ], [ -111.33268034324442, 41.138023587267512 ], [ -111.33245425237281, 41.138082791979819 ], [ -111.33238881032403, 41.138100996824889 ], [ -111.33212868867115, 41.138027881455692 ], [ -111.33169071088531, 41.137891320917149 ], [ -111.33145193361001, 41.137797424151714 ], [ -111.33106372099866, 41.137604868408886 ], [ -111.33089652612351, 41.137528780753549 ], [ -111.33010246824894, 41.137427466818451 ], [ -111.32966851509528, 41.137379165470342 ], [ -111.32886337747742, 41.137205810665705 ], [ -111.32832086606892, 41.137130790078452 ], [ -111.32738422327452, 41.136867719595763 ], [ -111.32688361955515, 41.136833109147538 ], [ -111.32637148100336, 41.136875097241756 ], [ -111.32594285747318, 41.136939366805805 ], [ -111.32557989869005, 41.137030473223746 ], [ -111.32527080080608, 41.137170970454854 ], [ -111.32496628975143, 41.137275421899368 ], [ -111.32449761746642, 41.137434383092867 ], [ -111.32427129489989, 41.137447631588799 ], [ -111.3241760016264, 41.137453304589719 ], [ -111.32384796289547, 41.137377659203473 ], [ -111.32334633962007, 41.137135852155602 ], [ -111.32319042858927, 41.136929105559851 ], [ -111.32300457674084, 41.136690914680536 ], [ -111.3227889171436, 41.136448303012315 ], [ -111.32252500443724, 41.136084217950227 ], [ -111.32229758822299, 41.135873166270656 ], [ -111.32198655057448, 41.135617307851525 ], [ -111.32175953384923, 41.135487326038763 ], [ -111.3215262264327, 41.135288900475352 ], [ -111.32124533688102, 41.135105920740735 ], [ -111.32093452645962, 41.134895098848041 ], [ -111.32055799100519, 41.134643922973439 ], [ -111.32017536980854, 41.134365738741238 ], [ -111.31999092454492, 41.134168075011537 ], [ -111.31982203468405, 41.133983879809634 ], [ -111.31959402234969, 41.133646712213007 ], [ -111.31931237642834, 41.133305188810162 ], [ -111.3187553120367, 41.132676170711754 ], [ -111.31846226151549, 41.132438268864064 ], [ -111.31808018410004, 41.132268172197698 ], [ -111.31747176388464, 41.132103202236074 ], [ -111.3168877381751, 41.132055266126848 ], [ -111.31643977107278, 41.132056497481095 ], [ -111.3159468980048, 41.132134418370924 ], [ -111.31563737057833, 41.132184810918474 ], [ -111.31531007941743, 41.132257771287939 ], [ -111.31492328178888, 41.132344405432271 ], [ -111.31467173989516, 41.132312663939743 ], [ -111.31457755852102, 41.132300309936738 ], [ -111.31414230839809, 41.13222042551341 ], [ -111.31373080156985, 41.132122458758985 ], [ -111.31332499582145, 41.131970426944193 ], [ -111.31293744814752, 41.131899416224918 ], [ -111.31250837762022, 41.131865449703753 ], [ -111.3121089345279, 41.131798071668236 ], [ -111.31182233796974, 41.131659223543032 ], [ -111.31135056569728, 41.131412779134067 ], [ -111.31114083812447, 41.131152113322393 ], [ -111.31091317770523, 41.130877983491153 ], [ -111.31075749056033, 41.130707251256993 ], [ -111.31050198353198, 41.130590835987469 ], [ -111.31010729872172, 41.130519834956814 ], [ -111.30897010617842, 41.130644498691986 ], [ -111.30858905539553, 41.130686056097424 ], [ -111.30823776751423, 41.130723028604585 ], [ -111.30780916587263, 41.130787230688568 ], [ -111.30714260223158, 41.130919625974585 ], [ -111.30674388769846, 41.131006264449226 ], [ -111.30636985886983, 41.131277500220548 ], [ -111.30615179487013, 41.131525800357473 ], [ -111.30596297145838, 41.131913646646126 ], [ -111.30587349189257, 41.132143588627528 ], [ -111.30572569540048, 41.132387197328896 ], [ -111.30554846773607, 41.132707452009917 ], [ -111.30526409400225, 41.13304600639524 ], [ -111.30499591755023, 41.133280925035457 ], [ -111.3046172695787, 41.133588199304256 ], [ -111.30444507429888, 41.133710262659783 ], [ -111.30416573240778, 41.133850624727842 ], [ -111.3035825102543, 41.133978275294233 ], [ -111.30330862469694, 41.134010524761571 ], [ -111.30301688800242, 41.134047324539274 ], [ -111.30279039024803, 41.134020896043559 ], [ -111.30248684225816, 41.134080245552106 ], [ -111.3022666780607, 41.13413577230282 ], [ -111.30200486672034, 41.134203118234737 ], [ -111.30181466944532, 41.134298200808104 ], [ -111.30163044947983, 41.134397771421789 ], [ -111.30151250099921, 41.134659312506763 ], [ -111.30140120978736, 41.135073972218997 ], [ -111.30135499432545, 41.13538937347424 ], [ -111.30129783235169, 41.135916491538509 ], [ -111.30116171929274, 41.13611502364509 ], [ -111.30082981361973, 41.136489723197755 ], [ -111.30064614129751, 41.136710898882008 ], [ -111.3004669665241, 41.136873510486652 ], [ -111.3000882357161, 41.137171761920719 ], [ -111.2998265823434, 41.137276936096278 ], [ -111.29935067515646, 41.137430409058375 ], [ -111.29913059531059, 41.137507548791518 ], [ -111.29863645270467, 41.137581795690814 ], [ -111.29799948326232, 41.137690640450039 ], [ -111.29767933469671, 41.137772540227928 ], [ -111.29726166460512, 41.137895226830814 ], [ -111.29686915685348, 41.138049375098774 ], [ -111.29655389289434, 41.138158283176587 ], [ -111.2962682942015, 41.138240090083798 ], [ -111.2957627293848, 41.138426053299817 ], [ -111.29533913434032, 41.138557756141594 ], [ -111.29486482649317, 41.138806691308496 ], [ -111.29452744037631, 41.139032754517807 ], [ -111.2943376612953, 41.139226911668381 ], [ -111.29420051001274, 41.139465974130069 ], [ -111.29383912102286, 41.139921800693728 ], [ -111.29362013111961, 41.14024664718643 ], [ -111.29353734495409, 41.140386482209635 ], [ -111.2932770887917, 41.140810521195021 ], [ -111.29314703967836, 41.141040556259263 ], [ -111.29300495367448, 41.141243597780111 ], [ -111.29277953670692, 41.141464866941071 ], [ -111.2926136170895, 41.141667968537661 ], [ -111.29233561615706, 41.142123578383639 ], [ -111.2921876273457, 41.142340145841331 ], [ -111.29195612606674, 41.142534404787426 ], [ -111.29174249738854, 41.142728618000852 ], [ -111.29139189310966, 41.142936689374324 ], [ -111.290844532431, 41.143113728610807 ], [ -111.29058273722579, 41.143195461273947 ], [ -111.29012422682253, 41.143255168942652 ], [ -111.29008251659189, 41.143254373183026 ], [ -111.28986801138203, 41.143251309940403 ], [ -111.28941033511535, 41.143229940680079 ], [ -111.28919433765192, 41.143158419140249 ], [ -111.28854408331161, 41.142970881746876 ], [ -111.28798977139893, 41.142922724853051 ], [ -111.28746411770531, 41.142888005779589 ], [ -111.28707208093576, 41.142888983407701 ], [ -111.28652406200642, 41.142917371773798 ], [ -111.28628582000616, 41.142935980095722 ], [ -111.28592851543576, 41.142977403509207 ], [ -111.28517821532797, 41.143073847372037 ], [ -111.28486857351241, 41.143115149495365 ], [ -111.28460716015238, 41.143011302849324 ], [ -111.28452240445671, 41.142976381018144 ], [ -111.28423579743546, 41.142832960548716 ], [ -111.28392553453172, 41.142730133669659 ], [ -111.28368229702461, 41.142695601718657 ], [ -111.28322210377971, 41.142641785262228 ], [ -111.28261417655573, 41.142593734298835 ], [ -111.28204809112017, 41.142577105690663 ], [ -111.28163700974901, 41.142582615448021 ], [ -111.28124985643815, 41.142610585323048 ], [ -111.28077919493208, 41.142616237467024 ], [ -111.28039209859372, 41.142657716321693 ], [ -111.27995752936143, 41.14274434925958 ], [ -111.27943335949298, 41.142777149933615 ], [ -111.27889752114228, 41.142868528476889 ], [ -111.27864151742891, 41.142914187992865 ], [ -111.27822451365803, 41.142928707899586 ], [ -111.27749771187231, 41.142948476986092 ], [ -111.27717429434134, 41.142832151604132 ], [ -111.27703824331363, 41.142782934870581 ], [ -111.27684130727553, 41.142706840307838 ], [ -111.27647747237002, 41.142613130089607 ], [ -111.27603043831647, 41.142570062915588 ], [ -111.27577390167308, 41.142488704520019 ], [ -111.27535088541461, 41.142489716414893 ], [ -111.27501738929921, 41.142526545079939 ], [ -111.27461247216613, 41.142581559061433 ], [ -111.27421366242527, 41.142672589087105 ], [ -111.27379694010617, 41.142754652305769 ], [ -111.27327911757436, 41.142881993904147 ], [ -111.27283277064821, 41.143004659912052 ], [ -111.27260083669734, 41.14310880100188 ], [ -111.27217243557693, 41.143249437981424 ], [ -111.27199998721929, 41.143330917296751 ], [ -111.27171429809559, 41.14340365550931 ], [ -111.27136880486685, 41.143422485906768 ], [ -111.27116017993109, 41.143400457174593 ], [ -111.27086801258996, 41.143347096530405 ], [ -111.27058182228231, 41.143298225105575 ], [ -111.27014686605303, 41.143294741938568 ], [ -111.26981312288575, 41.143273004111421 ], [ -111.26926630290573, 41.143305811575033 ], [ -111.26867671304304, 41.14337024420734 ], [ -111.26810261297865, 41.143434637773019 ], [ -111.26752018878044, 41.143503551809353 ], [ -111.26725819821171, 41.143544695932974 ], [ -111.26668669739246, 41.143663124415262 ], [ -111.26611515808789, 41.143772542149804 ], [ -111.26561522318677, 41.143908815968452 ], [ -111.26536520048721, 41.143963440190539 ], [ -111.26525210521373, 41.143990724660576 ], [ -111.26498424379407, 41.144054397129757 ], [ -111.26495291229215, 41.14367162918122 ], [ -111.26467094454894, 41.143190349306664 ], [ -111.26448503277092, 41.14288900824203 ], [ -111.26434064777635, 41.142542531564821 ], [ -111.26405363471058, 41.142286461732851 ], [ -111.26386225780335, 41.142106740183664 ], [ -111.26355029734535, 41.141868742222591 ], [ -111.26337820456453, 41.141743023757606 ], [ -111.26310322251364, 41.141513948022293 ], [ -111.26290564076298, 41.141271182995432 ], [ -111.26274895133483, 41.141122908408484 ], [ -111.26246983626862, 41.141051480649708 ], [ -111.26225524595222, 41.141024945362446 ], [ -111.26174906152517, 41.141084648643144 ], [ -111.26134423131873, 41.141162135816515 ], [ -111.26075616535871, 41.141307596512142 ], [ -111.26007068987576, 41.14152984219578 ], [ -111.25934474914332, 41.141765686908144 ], [ -111.25891044109515, 41.141924303920668 ], [ -111.25833946579498, 41.142176909099966 ], [ -111.25791095528874, 41.142295874119611 ], [ -111.2573157219619, 41.142441333282449 ], [ -111.2568633372412, 41.142550438923948 ], [ -111.25623823913099, 41.142677943097738 ], [ -111.25565968105657, 41.142823356606151 ], [ -111.25512514000526, 41.142950653725954 ], [ -111.25468455963866, 41.143032700654992 ], [ -111.25426176531219, 41.143092186636231 ], [ -111.25370815357785, 41.143219519269365 ], [ -111.25343432593195, 41.143283178035624 ], [ -111.25294623243343, 41.143405858844375 ], [ -111.25250013736039, 41.143605013552083 ], [ -111.25202986228285, 41.143714139413618 ], [ -111.25167874779095, 41.143823003076641 ], [ -111.25133959995865, 41.143945351561904 ], [ -111.25111818129434, 41.144004386457766 ], [ -111.25079203642122, 41.14409968097835 ], [ -111.25061954206826, 41.144176624394753 ], [ -111.25032073459028, 41.144253842098792 ], [ -111.24985722491301, 41.144263856370372 ], [ -111.24981069666028, 41.144249544477354 ], [ -111.24966632500956, 41.144201214259247 ], [ -111.24921340383813, 41.144175170985662 ], [ -111.24887986715621, 41.144207420073847 ], [ -111.24862957408278, 41.144194448553897 ], [ -111.24822418260231, 41.144132266790834 ], [ -111.24786645693489, 41.144069981047984 ], [ -111.24757442377991, 41.144048089036815 ], [ -111.24734801484185, 41.144048575400994 ], [ -111.24707389014209, 41.144035651668325 ], [ -111.24678202624234, 41.144058797294086 ], [ -111.24643643776494, 41.144055033118917 ], [ -111.24601923392255, 41.144019892867831 ], [ -111.24578713599655, 41.144092452328827 ], [ -111.24553726393191, 41.144192073213155 ], [ -111.24526958377659, 41.144309747474729 ], [ -111.24511513799141, 41.144435287428827 ], [ -111.24493710023728, 41.14462573494675 ], [ -111.2448304727523, 41.144792609633015 ], [ -111.24465254704161, 41.145013683664168 ], [ -111.24452811043467, 41.14519861188225 ], [ -111.24436690367108, 41.145108873962556 ], [ -111.24409147239598, 41.144744633882105 ], [ -111.24367950664339, 41.144515802038057 ], [ -111.24344658817638, 41.144367662480093 ], [ -111.24314769859089, 41.144102557686665 ], [ -111.24300958070148, 41.143810089057375 ], [ -111.24299092497783, 41.14359844034697 ], [ -111.24299011366847, 41.143378646784114 ], [ -111.24301188643356, 41.14314349196713 ], [ -111.24285740441231, 41.142936633662202 ], [ -111.24257648072197, 41.142694009448782 ], [ -111.24220003245352, 41.142397537388057 ], [ -111.24196136549848, 41.142303454881421 ], [ -111.24143628737806, 41.142092868439782 ], [ -111.24112015280278, 41.14199444251517 ], [ -111.24074470331807, 41.141968203740078 ], [ -111.24033995770364, 41.142077144950015 ], [ -111.23999464261574, 41.142145424914247 ], [ -111.23960174503092, 41.142236322834023 ], [ -111.23924608044801, 41.142408214138428 ], [ -111.2388519755789, 41.142495508803854 ], [ -111.23864964219091, 41.142561686583441 ], [ -111.23856037339478, 41.142589796298537 ], [ -111.2381730380848, 41.142572581764568 ], [ -111.23779758643066, 41.142546333392673 ], [ -111.23731485542065, 41.142510396044408 ], [ -111.23704083953245, 41.142525373019225 ], [ -111.23663584145707, 41.142566741692242 ], [ -111.23620691388453, 41.142581133995115 ], [ -111.23590888465334, 41.142545712684672 ], [ -111.23534279422198, 41.142524350559022 ], [ -111.23475325762806, 41.142611129495833 ], [ -111.23427672938044, 41.142643627614952 ], [ -111.23406855139224, 41.14274313885435 ], [ -111.23373522222728, 41.142833895711213 ], [ -111.23319909559849, 41.142862006279948 ], [ -111.23282380349319, 41.142880781400031 ], [ -111.23240705935265, 41.142971702972112 ], [ -111.23202051702678, 41.143179666269461 ], [ -111.23164598667333, 41.143415528922858 ], [ -111.23153926084815, 41.143563474751716 ], [ -111.23144451726569, 41.143730313212771 ], [ -111.23139209751146, 41.14407272264873 ], [ -111.23134029902486, 41.144252986743631 ], [ -111.23120888222891, 41.144496466655916 ], [ -111.23094246151629, 41.144641129115712 ], [ -111.2306079267611, 41.144731879319238 ], [ -111.23033987083728, 41.144750431625148 ], [ -111.23003603406399, 41.144760046761725 ], [ -111.22969685660654, 41.144886835597909 ], [ -111.22952444532361, 41.144995275274155 ], [ -111.22948922986134, 41.145148481464275 ], [ -111.22943618657958, 41.145315235150854 ], [ -111.22935357139899, 41.145545103696968 ], [ -111.22916348682422, 41.145712130013365 ], [ -111.22891357076709, 41.145808111718189 ], [ -111.22863990836518, 41.145929362415231 ], [ -111.2283485324929, 41.146097489175901 ], [ -111.22821810211713, 41.146286014852542 ], [ -111.22820074238483, 41.146434681240734 ], [ -111.22826087259426, 41.146592202100727 ], [ -111.2283328729862, 41.146736187398218 ], [ -111.22842295207276, 41.146938688792943 ], [ -111.22841178549697, 41.147154902904944 ], [ -111.22795290920155, 41.147133291867434 ], [ -111.2276608844202, 41.147115853371645 ], [ -111.22740475032579, 41.147138879283958 ], [ -111.22699987299886, 41.147225253822526 ], [ -111.22682737353963, 41.147311169602183 ], [ -111.22651781396122, 41.147392850718418 ], [ -111.22616683851651, 41.147560188306031 ], [ -111.225887332037, 41.147718376699942 ], [ -111.22546542226415, 41.148052499172593 ], [ -111.22510868235828, 41.148278396784669 ], [ -111.22493060393873, 41.148476920574709 ], [ -111.22487184950018, 41.148720251193616 ], [ -111.22482519642408, 41.149017606130876 ], [ -111.22479644954875, 41.149323934087718 ], [ -111.2247026647681, 41.149779020821818 ], [ -111.22444182007412, 41.150171377104797 ], [ -111.22418089556746, 41.15054121294353 ], [ -111.22390800464153, 41.150897559440132 ], [ -111.22365986217235, 41.151172785287045 ], [ -111.22331428352591, 41.151533775446083 ], [ -111.22290992296, 41.151782278416071 ], [ -111.22235015714816, 41.151891456164421 ], [ -111.2219750837676, 41.151991267446903 ], [ -111.22163045583031, 41.152284690746228 ], [ -111.22140509400565, 41.152604907799471 ], [ -111.22116171692799, 41.152884623029138 ], [ -111.22080507208219, 41.153151042920236 ], [ -111.22023966374847, 41.153359309097453 ], [ -111.21988842980473, 41.153463571979692 ], [ -111.21945975773765, 41.153576989337971 ], [ -111.21921578364019, 41.153681045768174 ], [ -111.21892460108766, 41.153924815238504 ], [ -111.21862157307932, 41.154191126416819 ], [ -111.21834835298779, 41.154461884283101 ], [ -111.21793233278264, 41.154799570852866 ], [ -111.21742704612096, 41.155175257976602 ], [ -111.21689217748694, 41.155617657665275 ], [ -111.21663677752291, 41.155874865878609 ], [ -111.21650613422938, 41.156014735283321 ], [ -111.21625012432489, 41.156087280068007 ], [ -111.21599997255478, 41.156129186147524 ], [ -111.21581530711438, 41.156151151441854 ], [ -111.21565485345647, 41.156287472529122 ], [ -111.21557795573261, 41.156462371381537 ], [ -111.21547717917008, 41.156624703669621 ], [ -111.21533486391299, 41.156841161431963 ], [ -111.2151268479282, 41.157012701810416 ], [ -111.2148234815312, 41.157184419672362 ], [ -111.21456771490018, 41.157333528115792 ], [ -111.21400241195056, 41.157591307271595 ], [ -111.21362131933554, 41.157686598471848 ], [ -111.21328781311198, 41.157754776358288 ], [ -111.21297830413035, 41.157872452818786 ], [ -111.21274019041734, 41.157953964678143 ], [ -111.21246065111212, 41.158125632287081 ], [ -111.21219273870499, 41.158207197970427 ], [ -111.21191877915615, 41.158261750207679 ], [ -111.21155597791655, 41.158487616658356 ], [ -111.21136572398304, 41.158627589644183 ], [ -111.21115803891264, 41.15890721798425 ], [ -111.21108720418933, 41.159119035376477 ], [ -111.21095661486675, 41.159281418272442 ], [ -111.21072474158493, 41.159452994329357 ], [ -111.21043334356557, 41.159647198625187 ], [ -111.21017758617057, 41.159805305231451 ], [ -111.20985032687189, 41.159968045540808 ], [ -111.2095110033186, 41.160085766961366 ], [ -111.20924902453449, 41.160162810994379 ], [ -111.20901688612234, 41.160253312256764 ], [ -111.20880839972172, 41.160285218310079 ], [ -111.20844550528282, 41.160488555117489 ], [ -111.20826714397869, 41.160623997432552 ], [ -111.20805323763577, 41.160827063517445 ], [ -111.20782732523635, 41.161003126925593 ], [ -111.2077148023082, 41.161228529349906 ], [ -111.20756058897413, 41.161463014764806 ], [ -111.20739410008397, 41.161584922347082 ], [ -111.20706087945936, 41.161752169411749 ], [ -111.20667410415072, 41.161946535542782 ], [ -111.20638269724711, 41.162145233524527 ], [ -111.2061804456655, 41.162267203411446 ], [ -111.20594804179041, 41.162276627147897 ], [ -111.20561463097029, 41.162385318505301 ], [ -111.2052874037427, 41.16256606168681 ], [ -111.20515661067041, 41.162669886440213 ], [ -111.20486462089836, 41.162683918090657 ], [ -111.20444771239366, 41.162774738586727 ], [ -111.20406643609851, 41.162824958560158 ], [ -111.20378657437948, 41.162906525810655 ], [ -111.2036080853964, 41.163005929186433 ], [ -111.20344168276783, 41.163159358791376 ], [ -111.20334212761529, 41.163344198077247 ], [ -111.20320441455432, 41.16352460060601 ], [ -111.20313930059469, 41.163668843055163 ], [ -111.2029548903195, 41.163781767811628 ], [ -111.20258574884157, 41.163904025292815 ], [ -111.20202599800294, 41.164062647955333 ], [ -111.20158541636049, 41.164212051426105 ], [ -111.20109141311399, 41.164433610274649 ], [ -111.20047229013966, 41.164669797584722 ], [ -111.20024619067253, 41.164795401700864 ], [ -111.20009755989308, 41.164917267631161 ], [ -111.19993704953237, 41.165052665947591 ], [ -111.19975898658684, 41.165296190149562 ], [ -111.19972327537693, 41.165312466426151 ], [ -111.19954825685369, 41.165381230352786 ], [ -111.19924661124946, 41.165360133397705 ], [ -111.19903785855115, 41.165310950458483 ], [ -111.19882902447885, 41.16523474336303 ], [ -111.1984892326259, 41.165212809466567 ], [ -111.19827481956978, 41.165262722596054 ], [ -111.19807243483696, 41.165348646532991 ], [ -111.19754848894243, 41.165529705764357 ], [ -111.19707800573694, 41.165652119329572 ], [ -111.19678014860961, 41.165702172413987 ], [ -111.19655974561643, 41.165743084609147 ], [ -111.19625588724341, 41.165779634620378 ], [ -111.1958331210926, 41.165915473743681 ], [ -111.19535705969544, 41.166168505344956 ], [ -111.19506534605964, 41.166281599371843 ], [ -111.19470220264471, 41.166426341320083 ], [ -111.19441069973016, 41.166611497095616 ], [ -111.19419673111386, 41.1668145373757 ], [ -111.19404808189061, 41.166935494699601 ], [ -111.19377427248972, 41.167058464047606 ], [ -111.19333981077907, 41.167275385400089 ], [ -111.19280417995576, 41.167546522312811 ], [ -111.19243504845832, 41.167685862329364 ], [ -111.19186929626156, 41.167849850367723 ], [ -111.19154772820805, 41.167949473233058 ], [ -111.1912856969431, 41.16802647642038 ], [ -111.19110241995033, 41.168130372282128 ], [ -111.1908037338471, 41.16831102681688 ], [ -111.19047055423675, 41.168518761520929 ], [ -111.19018482119384, 41.168645345213051 ], [ -111.18996463835225, 41.168767316121382 ], [ -111.18965507462801, 41.168898441778595 ], [ -111.18937519502806, 41.168988981947919 ], [ -111.18897640390105, 41.169183308213277 ], [ -111.18876812496686, 41.169300753310708 ], [ -111.18847058049698, 41.169467887943448 ], [ -111.18805379934025, 41.169626208570371 ], [ -111.18733894319034, 41.169767897737813 ], [ -111.18696351981255, 41.1697991348166 ], [ -111.186725113154, 41.169804025531079 ], [ -111.18638423713521, 41.169827097541699 ], [ -111.18599213886228, 41.169863763215574 ], [ -111.18568836738864, 41.169939920246918 ], [ -111.18515844340611, 41.170139849376142 ], [ -111.18466422629483, 41.170320802093478 ], [ -111.18418195278649, 41.170510741553613 ], [ -111.18372921509635, 41.170606048245915 ], [ -111.18347318743191, 41.170705543971103 ], [ -111.18331169967969, 41.17050762585346 ], [ -111.18312622027221, 41.170255697853413 ], [ -111.18283887526863, 41.169810260008951 ], [ -111.18261175141961, 41.169585421146643 ], [ -111.18250435050749, 41.169545055518739 ], [ -111.18231377794766, 41.169603909102747 ], [ -111.18198616396309, 41.169680994907694 ], [ -111.18178111110196, 41.169676814719324 ], [ -111.18142582940969, 41.169663862923358 ], [ -111.18093093645037, 41.169601585600276 ], [ -111.18044908329829, 41.169512261820394 ], [ -111.1801735125208, 41.169440629468632 ], [ -111.17982783070553, 41.16945017764386 ], [ -111.17969673757204, 41.169463894186933 ], [ -111.17956000363544, 41.169594722948339 ], [ -111.17936384612803, 41.169792303049697 ], [ -111.17917960109244, 41.169987161890283 ], [ -111.17898328437909, 41.170127090594548 ], [ -111.17884151222188, 41.170159739486316 ], [ -111.17869736305626, 41.170195094281105 ], [ -111.1783932785557, 41.170159533777834 ], [ -111.17818459928451, 41.170137336871498 ], [ -111.17771972742612, 41.170156071008783 ], [ -111.17744561634636, 41.170183517516975 ], [ -111.17707620694412, 41.170237233021133 ], [ -111.17672467127494, 41.170288217528253 ], [ -111.17636693053745, 41.170248230004468 ], [ -111.17594974160879, 41.170266883976943 ], [ -111.17575309219224, 41.170285200137002 ], [ -111.17547936429747, 41.170456768839848 ], [ -111.17531886169725, 41.170619156638175 ], [ -111.17503960225255, 41.170952876084279 ], [ -111.17476626469497, 41.171273073902952 ], [ -111.1744213966451, 41.171593379397791 ], [ -111.1740284941371, 41.171783140951547 ], [ -111.1737426080508, 41.171869148199654 ], [ -111.17357004557132, 41.171982007914899 ], [ -111.17345135449446, 41.172180361911593 ], [ -111.17335043802338, 41.172338153195355 ], [ -111.17320772474693, 41.172468983358179 ], [ -111.17297537464337, 41.172514372341659 ], [ -111.17270128720266, 41.172555319462482 ], [ -111.17236186732929, 41.17268644334343 ], [ -111.17217166567687, 41.17289391095067 ], [ -111.17207096896131, 41.173137276407573 ], [ -111.17199403230515, 41.173349078423293 ], [ -111.17189344019991, 41.173632979376144 ], [ -111.17176405861349, 41.173849363456604 ], [ -111.17155594558882, 41.174047848755905 ], [ -111.17123351114986, 41.17429604746733 ], [ -111.17110855495061, 41.174381808787913 ], [ -111.17098239453122, 41.174463067779435 ], [ -111.17050697051397, 41.174562860111152 ], [ -111.17022709860819, 41.174675873575865 ], [ -111.17006033224558, 41.174730167679947 ], [ -111.16974455364506, 41.174789185221513 ], [ -111.16929191614528, 41.174942986707563 ], [ -111.16913749890402, 41.175163908567619 ], [ -111.16897722379714, 41.175425374620836 ], [ -111.16884043300597, 41.175547182661916 ], [ -111.16865579178274, 41.175606004905944 ], [ -111.16814365095431, 41.17580492876634 ], [ -111.16783407941536, 41.175963019538571 ], [ -111.16764354396265, 41.176048872618594 ], [ -111.16739933547872, 41.176125795444129 ], [ -111.16708923415254, 41.17607670195202 ], [ -111.16692202715163, 41.175959840942163 ], [ -111.16656994862369, 41.175811719337318 ], [ -111.16627183979257, 41.175789630171948 ], [ -111.16609912903732, 41.175852935072186 ], [ -111.16575344539274, 41.17587595295327 ], [ -111.16537125894367, 41.175606263564482 ], [ -111.16513847377807, 41.175484990110427 ], [ -111.16480462343493, 41.17547195634279 ], [ -111.16446018985332, 41.175517488451746 ], [ -111.16422652944527, 41.175522325826385 ], [ -111.16373202562011, 41.175627522161122 ], [ -111.16359497814653, 41.175650236793324 ], [ -111.16347581141625, 41.175672025089696 ], [ -111.16318365407835, 41.175645415503674 ], [ -111.1628319402983, 41.175640508488556 ], [ -111.16248174597798, 41.175768015248003 ], [ -111.16203389790179, 41.175939797355845 ], [ -111.16165264533149, 41.176043924586274 ], [ -111.16128908694424, 41.176071458133507 ], [ -111.16102676709016, 41.176058313230008 ], [ -111.1607101229711, 41.176256930554274 ], [ -111.16054472386666, 41.176387776604322 ], [ -111.16031868557195, 41.176586266514633 ], [ -111.16012824814953, 41.176717146807974 ], [ -111.15984242088231, 41.176843655223713 ], [ -111.15964583471344, 41.176897975613713 ], [ -111.15943721671843, 41.176907272538998 ], [ -111.1590975080736, 41.176939270128919 ], [ -111.15875053697712, 41.176926236942293 ], [ -111.15856728141162, 41.177070616684958 ], [ -111.15843647246048, 41.177210420022831 ], [ -111.15825796267612, 41.177345784782304 ], [ -111.15805544498636, 41.177413622538509 ], [ -111.15786483844708, 41.177476939635085 ], [ -111.15769213673502, 41.17754923985958 ], [ -111.1575015510294, 41.177621564281203 ], [ -111.15729902093128, 41.17768489674387 ], [ -111.1571729339727, 41.177806676273278 ], [ -111.15707922012656, 41.17800497913791 ], [ -111.15701396916933, 41.178140187436398 ], [ -111.15677041699129, 41.178500837388725 ], [ -111.15667545502231, 41.178676621714871 ], [ -111.15653294141812, 41.17891102229332 ], [ -111.15644395027932, 41.1790913022786 ], [ -111.15638475471225, 41.17926703776152 ], [ -111.15631960816901, 41.17944728526215 ], [ -111.15618276413794, 41.17956007031848 ], [ -111.1556705653005, 41.179763442665461 ], [ -111.15542033559754, 41.179826836263793 ], [ -111.15502120820096, 41.179948981510826 ], [ -111.15471738795972, 41.180039469554004 ], [ -111.15436615037451, 41.180247123732237 ], [ -111.15415768995373, 41.18032847449858 ], [ -111.15393142900598, 41.180445880484868 ], [ -111.15378259263998, 41.180531654844593 ], [ -111.15366383698101, 41.180734492250402 ], [ -111.15352725918062, 41.180964377137343 ], [ -111.15309867036612, 41.181239690130219 ], [ -111.1529021576397, 41.181333633860568 ], [ -111.15256281171065, 41.181533159555578 ], [ -111.15225933542105, 41.181776775785835 ], [ -111.1519975568753, 41.182006824262544 ], [ -111.1516584104557, 41.182295525703921 ], [ -111.15133088369336, 41.182453595612117 ], [ -111.15077075562861, 41.182570532741423 ], [ -111.15066945084861, 41.182589582000865 ], [ -111.15050249352311, 41.182576288364054 ], [ -111.13144030257486, 41.181215998488241 ], [ -111.13142570097767, 41.173911462481591 ], [ -111.13142036649413, 41.159309541748897 ], [ -111.13142749889319, 41.144977809933401 ], [ -111.13152906618204, 41.130204541047661 ], [ -111.1317144321155, 41.115659942914412 ], [ -111.13172962815713, 41.111940498642561 ], [ -111.13190168718332, 41.075304403739054 ], [ -111.13190610859294, 41.074538708619137 ], [ -111.13256213352132, 41.06037717544271 ], [ -111.13272733179676, 41.044868548656964 ], [ -111.13269871980314, 41.030623051171375 ], [ -111.13212491461307, 41.026245729453628 ], [ -111.1308446114582, 41.016432753480082 ], [ -111.13193404561376, 41.002126456347078 ], [ -111.13188770381396, 40.987825021767321 ], [ -111.13236221653682, 40.975425502612048 ], [ -111.13237011411219, 40.973430160450981 ], [ -111.13238725820511, 40.973087826215043 ], [ -111.13303057534964, 40.959038659175704 ], [ -111.13250737747666, 40.944008893589249 ], [ -111.11365968808508, 40.944281245626264 ], [ -111.11362383305149, 40.929597694162673 ], [ -111.16646667378404, 40.929556039163991 ], [ -111.17085548422602, 40.929549619989629 ], [ -111.17091488432639, 40.929554036135919 ], [ -111.20867407688755, 40.929505401093508 ], [ -111.22422195945374, 40.929485225553492 ], [ -111.22766053828948, 40.929478488145641 ], [ -111.22748056821952, 40.915097011357233 ], [ -111.22731265542814, 40.900742499698573 ], [ -111.24627282447658, 40.9006495208722 ], [ -111.26538656361626, 40.900377408288122 ], [ -111.28345123390781, 40.900528104965638 ], [ -111.29144019745728, 40.900242446281091 ], [ -111.30239077443238, 40.899849414871909 ], [ -111.32120223420831, 40.899771532706978 ], [ -111.32092427273167, 40.885246282257398 ], [ -111.32067060463372, 40.870807407745225 ], [ -111.32086756101346, 40.856293374619142 ], [ -111.32090449466236, 40.841816684670597 ], [ -111.32079338662498, 40.827380908320379 ], [ -111.32074117526838, 40.812850342609735 ], [ -111.32031586584114, 40.798375728629786 ], [ -111.32044198120134, 40.783924770628559 ], [ -111.33945263037396, 40.784014551391849 ], [ -111.33958623684859, 40.776505523600044 ], [ -111.33971044748127, 40.769482976737812 ], [ -111.33857546122805, 40.755973431012791 ], [ -111.35756552988535, 40.755916159394516 ], [ -111.37615095801543, 40.755537277538515 ], [ -111.37588135581635, 40.749736618993566 ], [ -111.37574454912877, 40.7412149204605 ], [ -111.37718358653441, 40.741210226822588 ], [ -111.38669519219616, 40.741340907111578 ], [ -111.390497490173, 40.741395670248615 ], [ -111.39527110358324, 40.741465003056135 ], [ -111.41255039551362, 40.741242379925133 ], [ -111.41521510051237, 40.741205798853535 ], [ -111.43123896976844, 40.741012814058664 ], [ -111.4344721482566, 40.740972762199199 ], [ -111.45358917182335, 40.741070381341672 ], [ -111.45415740975588, 40.755828722931689 ], [ -111.47354391975274, 40.755737293941237 ], [ -111.4734685988072, 40.759314006459888 ], [ -111.4734636979869, 40.759458163687711 ], [ -111.4733877632578, 40.762949295022928 ], [ -111.47351586785987, 40.769313316869628 ], [ -111.47351621956726, 40.769362862477124 ], [ -111.47365248049843, 40.769362303301016 ], [ -111.47493218025593, 40.7693615482033 ], [ -111.490888243234, 40.769366847997944 ], [ -111.49086054730846, 40.773010022756587 ], [ -111.49083486834895, 40.775961330741133 ], [ -111.49076925013516, 40.783952180130328 ], [ -111.50030347365724, 40.783888716367812 ], [ -111.50030391305079, 40.783947269886006 ], [ -111.50032516438138, 40.787568604308369 ], [ -111.50514301968683, 40.787552118526882 ], [ -111.50512174554873, 40.783962315318469 ], [ -111.50512092654982, 40.783854216595408 ], [ -111.51051447006026, 40.783988130443973 ], [ -111.51051405864453, 40.798635974485514 ], [ -111.51493999593511, 40.798545230447083 ], [ -111.51703213517871, 40.798496057214706 ], [ -111.51718707336289, 40.798511668237069 ], [ -111.51647295073533, 40.798906736647979 ], [ -111.51518685949678, 40.799687217051535 ], [ -111.51463856628938, 40.800068020783897 ], [ -111.5142916844263, 40.800434411598879 ], [ -111.51413537106517, 40.80091706283801 ], [ -111.51409201979278, 40.801444253068489 ], [ -111.51404447812455, 40.802196674293768 ], [ -111.51407298302368, 40.802818133447964 ], [ -111.51413441122187, 40.803097123068916 ], [ -111.51421916705081, 40.803326461968496 ], [ -111.51437560855376, 40.80362754919085 ], [ -111.51443641278233, 40.803825464956056 ], [ -111.5144682410543, 40.804109090560935 ], [ -111.51456879232137, 40.804848239353021 ], [ -111.51458983818027, 40.80527064371384 ], [ -111.51454980647664, 40.805460000540727 ], [ -111.51446245827935, 40.805663081065852 ], [ -111.51432190027718, 40.805884415695793 ], [ -111.51414553230455, 40.806074380010791 ], [ -111.513744260632, 40.806310388113189 ], [ -111.5130600541964, 40.80675484850898 ], [ -111.51224684886361, 40.807384551604052 ], [ -111.51156934472417, 40.807932570955117 ], [ -111.51131693928185, 40.808257995305354 ], [ -111.51115359417084, 40.808601942392855 ], [ -111.51104399909896, 40.808997900389237 ], [ -111.51099882199188, 40.80929087624984 ], [ -111.5109080866028, 40.809827282900358 ], [ -111.51086349563381, 40.810196828183749 ], [ -111.51087711344304, 40.810426484215682 ], [ -111.51112712657263, 40.810560504183236 ], [ -111.51151830653568, 40.810549762121333 ], [ -111.51195067089425, 40.810498297827905 ], [ -111.51262018947736, 40.810450282745187 ], [ -111.51294047523801, 40.810471380506954 ], [ -111.51313044907633, 40.810506569717354 ], [ -111.51330281262182, 40.810564358167341 ], [ -111.51350547632539, 40.81070759209166 ], [ -111.51361786101646, 40.810828706368248 ], [ -111.51393091898089, 40.811295753391406 ], [ -111.51410571885067, 40.811668826609726 ], [ -111.51428658795848, 40.812059889443454 ], [ -111.5144005446523, 40.812230542555369 ], [ -111.5145318689212, 40.812347067222106 ], [ -111.51474608379013, 40.812449709240568 ], [ -111.51500158769039, 40.812525141130834 ], [ -111.51564859713643, 40.812630353074553 ], [ -111.5159693827637, 40.812714499519018 ], [ -111.51616557202072, 40.812785689824395 ], [ -111.51635726518377, 40.81304157371963 ], [ -111.51642415212463, 40.81325747782644 ], [ -111.51652267196846, 40.813729981874964 ], [ -111.51650631924819, 40.813914728856659 ], [ -111.51637802666878, 40.814190061641945 ], [ -111.51629824236836, 40.814604808588911 ], [ -111.51617723751316, 40.815055773774226 ], [ -111.51619663395711, 40.815875458160384 ], [ -111.5162284075909, 40.81630321848435 ], [ -111.51633146244038, 40.816595532703715 ], [ -111.51639193544345, 40.816748406089303 ], [ -111.51650074563574, 40.817018173193617 ], [ -111.51657360071576, 40.817238554576818 ], [ -111.5166401013373, 40.81740401268555 ], [ -111.51673653906336, 40.817607172251691 ], [ -111.51689229192847, 40.817813669394702 ], [ -111.51700745100729, 40.817984314349907 ], [ -111.51709652445246, 40.818155076099906 ], [ -111.51716359399967, 40.818393499931496 ], [ -111.51711791322296, 40.818618916420519 ], [ -111.51704879693703, 40.818880471786898 ], [ -111.51692228050238, 40.819385512934033 ], [ -111.5166743544132, 40.819526254729936 ], [ -111.51641359153804, 40.819540934899358 ], [ -111.5160816129595, 40.819546924589581 ], [ -111.51560144884186, 40.819558079888132 ], [ -111.51512163298554, 40.819614273974267 ], [ -111.51406871271715, 40.819777519284273 ], [ -111.513807207328, 40.819849851068263 ], [ -111.51353531428465, 40.819959163214456 ], [ -111.51323412320615, 40.820113647392418 ], [ -111.5130508489294, 40.820182026040527 ], [ -111.51279649710665, 40.820259728802 ], [ -111.51246513849019, 40.820346781543506 ], [ -111.51215156568519, 40.820433754382194 ], [ -111.51151950145598, 40.82058519814143 ], [ -111.51079602523464, 40.820723530484244 ], [ -111.51035252980633, 40.820878637074372 ], [ -111.51005753209925, 40.821069119423512 ], [ -111.50974665572124, 40.821354260070812 ], [ -111.50927452773091, 40.821797759929289 ], [ -111.5083444827507, 40.822684691162209 ], [ -111.5077554199607, 40.823191759150127 ], [ -111.50760883967602, 40.823408607295114 ], [ -111.50750982925138, 40.823643262928506 ], [ -111.50750023691035, 40.823940584409456 ], [ -111.50734823979666, 40.824225019496225 ], [ -111.50709496361965, 40.824446840334559 ], [ -111.50670496956008, 40.824624218840199 ], [ -111.50632676348197, 40.824792535830255 ], [ -111.50599088221047, 40.825068767498635 ], [ -111.50573235328712, 40.825380692973681 ], [ -111.50564567104448, 40.825678352124896 ], [ -111.50561160000434, 40.825876687577136 ], [ -111.50537266666289, 40.826427250513255 ], [ -111.50514956968532, 40.826721002490025 ], [ -111.50496150102143, 40.8269425330435 ], [ -111.50472061199311, 40.827236362042534 ], [ -111.50410950284727, 40.827973223233116 ], [ -111.50338598954117, 40.828746605443222 ], [ -111.50294958331291, 40.829221452719842 ], [ -111.50268021459327, 40.829515401522386 ], [ -111.50239745811589, 40.829764365710794 ], [ -111.50197882460856, 40.830081483902987 ], [ -111.50182685798814, 40.830374919791758 ], [ -111.50171579443229, 40.830588002355626 ], [ -111.50162897902845, 40.83087124531216 ], [ -111.50148351586051, 40.831241224285549 ], [ -111.50139433190054, 40.83136773025776 ], [ -111.50126607816787, 40.831503414374311 ], [ -111.50108299752706, 40.831603302683234 ], [ -111.50075146527318, 40.831676809793485 ], [ -111.50057461816779, 40.831817208272369 ], [ -111.50030844889768, 40.831908447386702 ], [ -111.50006023790479, 40.832022129177382 ], [ -111.49984854612346, 40.832260869691133 ], [ -111.49982699107939, 40.83254923352419 ], [ -111.50000194510621, 40.832945748082892 ], [ -111.50006893512798, 40.833179677434515 ], [ -111.50008296118722, 40.83346788703259 ], [ -111.50004365038265, 40.833760832035139 ], [ -111.49996245620849, 40.834004412059528 ], [ -111.49954530591722, 40.834524204904454 ], [ -111.49925102785276, 40.834822757566705 ], [ -111.4989861348167, 40.835086049427694 ], [ -111.49880957205686, 40.835266081074806 ], [ -111.4986101715173, 40.835564221808106 ], [ -111.49847582838287, 40.835997207790676 ], [ -111.49846744799574, 40.836303531158833 ], [ -111.49851088346601, 40.836560084167857 ], [ -111.49853683186576, 40.836857250720179 ], [ -111.49852140944625, 40.837173513766537 ], [ -111.49850553475754, 40.8374294221748 ], [ -111.49845367242759, 40.837631435406671 ], [ -111.49831916789068, 40.837885153741418 ], [ -111.49813205671796, 40.838241795320592 ], [ -111.49788533498003, 40.838558155870452 ], [ -111.49760963180154, 40.838964725308436 ], [ -111.49741014760875, 40.839253855721161 ], [ -111.49731270187158, 40.839547050169095 ], [ -111.49727845666399, 40.839885014309644 ], [ -111.4972100488279, 40.8402546552053 ], [ -111.4970642382179, 40.840584091595161 ], [ -111.49683465598628, 40.840814795770569 ], [ -111.49648082897833, 40.84108657223257 ], [ -111.49614411967575, 40.841268189600171 ], [ -111.49576049923682, 40.841522075094097 ], [ -111.49540692566447, 40.841828980058615 ], [ -111.49517653558469, 40.841952483963674 ], [ -111.49499839635035, 40.842083870811976 ], [ -111.49487593941616, 40.842206010094024 ], [ -111.49490120397267, 40.842413095761565 ], [ -111.49504471780034, 40.84257012763694 ], [ -111.49512835350892, 40.84265084463172 ], [ -111.4952599059951, 40.842794414914579 ], [ -111.49536875389194, 40.84291556145083 ], [ -111.49544031508471, 40.843126952379109 ], [ -111.4954245011383, 40.84339276913785 ], [ -111.49538503023162, 40.843667695908202 ], [ -111.49538670712755, 40.843892899571564 ], [ -111.49532294160717, 40.844091358933134 ], [ -111.49520404023176, 40.844213483259118 ], [ -111.49498214608262, 40.84436397556847 ], [ -111.49465065663327, 40.844612228514983 ], [ -111.49445040637278, 40.844802264092266 ], [ -111.49424469233982, 40.845055381756453 ], [ -111.49404544305965, 40.845380538818127 ], [ -111.49391609506627, 40.845534236047662 ], [ -111.49376878583681, 40.845665488929413 ], [ -111.49358582215662, 40.845787885748827 ], [ -111.49330742448628, 40.845838622964024 ], [ -111.49304641934387, 40.845835234582133 ], [ -111.49279167904542, 40.845876861006957 ], [ -111.49265086506497, 40.84608465637961 ], [ -111.4928661234606, 40.846317956113211 ], [ -111.49322359954763, 40.846532630599235 ], [ -111.49336098674267, 40.846662665353691 ], [ -111.49344454189489, 40.846892022951174 ], [ -111.49337082638561, 40.847189616431415 ], [ -111.49328329312077, 40.847383672000106 ], [ -111.49312525116071, 40.847668113214347 ], [ -111.49290762720841, 40.847916775086098 ], [ -111.49276687606815, 40.848133578692817 ], [ -111.49260939718522, 40.848494588400804 ], [ -111.49245866754278, 40.848806022711486 ], [ -111.49235258226445, 40.849058711499083 ], [ -111.49233052327509, 40.849284016316105 ], [ -111.49230233262413, 40.849482322009337 ], [ -111.49219747199713, 40.849740410456398 ], [ -111.49201528720911, 40.849970001661788 ], [ -111.49179771824578, 40.850227669548538 ], [ -111.49147914412971, 40.850463246332509 ], [ -111.49090621320256, 40.850795394242539 ], [ -111.49039831880108, 40.851099336718534 ], [ -111.48993279746172, 40.851519305658499 ], [ -111.48955509239208, 40.851782153487108 ], [ -111.48927229206693, 40.852044597579138 ], [ -111.48902514628868, 40.852315898247426 ], [ -111.48881971297499, 40.852613146051141 ], [ -111.48871585999376, 40.853010857486161 ], [ -111.48864669679946, 40.853285907334438 ], [ -111.48860686148529, 40.853515790805318 ], [ -111.48851923997253, 40.853700834532525 ], [ -111.48834340018149, 40.853989848517777 ], [ -111.48829193105298, 40.854251310573297 ], [ -111.48818608205278, 40.854377876455104 ], [ -111.48813289292772, 40.854405126800721 ], [ -111.48795499406768, 40.854413987037134 ], [ -111.48750205972482, 40.8541285334923 ], [ -111.48731688304093, 40.853953651728609 ], [ -111.48712010087472, 40.853813951509657 ], [ -111.4868409128421, 40.853761980445711 ], [ -111.48655621513726, 40.853767685837695 ], [ -111.4864731686869, 40.853768036090543 ], [ -111.48610522692597, 40.853747066133103 ], [ -111.48577290960181, 40.853730449198736 ], [ -111.4851196135225, 40.853625097403743 ], [ -111.48462071217143, 40.853541614428813 ], [ -111.48418142580555, 40.85349841698298 ], [ -111.483908428812, 40.85348154567221 ], [ -111.48369494714413, 40.853491449441997 ], [ -111.48338118016785, 40.853578344679086 ], [ -111.48274240112744, 40.853837759656045 ], [ -111.48210368238026, 40.854106179260199 ], [ -111.48151060804275, 40.854288824804918 ], [ -111.48127516871297, 40.85437989154061 ], [ -111.48101540090839, 40.85455213503127 ], [ -111.48069758164922, 40.854900284052825 ], [ -111.48052682302551, 40.855076659693744 ], [ -111.48039752261542, 40.855243854010645 ], [ -111.48040498387746, 40.855455520796269 ], [ -111.48051280211223, 40.855599206431314 ], [ -111.48081872386233, 40.856066369462297 ], [ -111.48083766001085, 40.856223937849144 ], [ -111.48083893014072, 40.856399596704534 ], [ -111.48075138091981, 40.856598146800344 ], [ -111.48065154363282, 40.856738193313809 ], [ -111.48046295114555, 40.856910138911104 ], [ -111.48009250840592, 40.857366606315466 ], [ -111.47972877271343, 40.857931145596829 ], [ -111.47961745657287, 40.858125289419121 ], [ -111.47955455727899, 40.858287702402023 ], [ -111.47961986061777, 40.858458590781851 ], [ -111.47968002853352, 40.858575449986873 ], [ -111.47978208048885, 40.858741681236864 ], [ -111.47983116430343, 40.858966687427063 ], [ -111.47983155433108, 40.859020736288414 ], [ -111.47980870239876, 40.859142444930541 ], [ -111.4797570333954, 40.859381382796883 ], [ -111.47975417233968, 40.859642638678096 ], [ -111.47979630033204, 40.85989019480833 ], [ -111.47992345636547, 40.860246398966744 ], [ -111.4801460087243, 40.860667967317873 ], [ -111.48037372198942, 40.860982313625506 ], [ -111.4808106080807, 40.861507485402221 ], [ -111.48113494407384, 40.862055646000144 ], [ -111.48138110449281, 40.862622148713903 ], [ -111.48149814349205, 40.863054063791147 ], [ -111.48151470638959, 40.863702599942741 ], [ -111.48152223766316, 40.863923274454166 ], [ -111.48152999735684, 40.864175477422656 ], [ -111.4816702376918, 40.86469737939435 ], [ -111.4818869878378, 40.865133381700367 ], [ -111.48222422940493, 40.865821115184332 ], [ -111.48254305772352, 40.86642334480463 ], [ -111.48276522901565, 40.866787255425486 ], [ -111.48295236911535, 40.867065732464219 ], [ -111.4831022917993, 40.86744796166856 ], [ -111.48341405639148, 40.867892571286319 ], [ -111.48379705625662, 40.868341385460745 ], [ -111.48386300987872, 40.868435696997764 ], [ -111.48394178106791, 40.868660576493454 ], [ -111.48393158698197, 40.868890333410576 ], [ -111.48389729910436, 40.869070645212133 ], [ -111.48390497022838, 40.869309335558818 ], [ -111.48389562847265, 40.869656198028402 ], [ -111.48394542327721, 40.869975787189183 ], [ -111.48403596493613, 40.870187104579124 ], [ -111.48411998329438, 40.87031737370976 ], [ -111.48424550282677, 40.870442964354204 ], [ -111.48482380029706, 40.870818887665017 ], [ -111.4851158524486, 40.870997827615064 ], [ -111.48534965975108, 40.871163499325263 ], [ -111.48553392330415, 40.871369916887403 ], [ -111.48572085591556, 40.87177901175113 ], [ -111.4857690135989, 40.872035548139309 ], [ -111.48579525124082, 40.872215605484783 ], [ -111.48582013770179, 40.872373147529643 ], [ -111.48603809337462, 40.872966783149494 ], [ -111.4861591053036, 40.873123920003472 ], [ -111.48633708066242, 40.873280816557624 ], [ -111.48659324906176, 40.873419366209049 ], [ -111.48679552076739, 40.873490579839952 ], [ -111.48709253331987, 40.873534367895324 ], [ -111.48769242713369, 40.873612908505322 ], [ -111.48792532417548, 40.873652461292899 ], [ -111.48831678507111, 40.873790434706521 ], [ -111.488947709614, 40.874053509375337 ], [ -111.4890907812912, 40.874142986682038 ], [ -111.4892587819193, 40.874394509058391 ], [ -111.48926624098047, 40.87460167034267 ], [ -111.4892983636903, 40.874934844419144 ], [ -111.48938319445402, 40.875173206783408 ], [ -111.48945635723838, 40.875438643747977 ], [ -111.48956416143261, 40.875573312024969 ], [ -111.48968960165095, 40.875685384359187 ], [ -111.48992238292158, 40.875869067753044 ], [ -111.49006015705103, 40.876044145985595 ], [ -111.49040024920562, 40.876294935299654 ], [ -111.49068580788835, 40.876392813065905 ], [ -111.49107827104019, 40.876502846754114 ], [ -111.49134036899136, 40.876637757153105 ], [ -111.4914658808357, 40.87675883560653 ], [ -111.49153808755999, 40.876893653672902 ], [ -111.49161059447164, 40.877069008137155 ], [ -111.49169496972982, 40.877244311956289 ], [ -111.49177911210477, 40.877388087360202 ], [ -111.49197633441453, 40.877576422336013 ], [ -111.49226836879068, 40.877746335588711 ], [ -111.49279880170643, 40.878054859692277 ], [ -111.49359171072403, 40.878546930194346 ], [ -111.49419380109165, 40.878913695616774 ], [ -111.49446837974345, 40.879128719932517 ], [ -111.49472596923208, 40.879452817846271 ], [ -111.4948223180742, 40.879640679660731 ], [ -111.49484834862577, 40.879789206233625 ], [ -111.4948430389437, 40.880032455233213 ], [ -111.49483331726954, 40.88032076504043 ], [ -111.49492363948895, 40.880496040866731 ], [ -111.49509764626534, 40.880752032822613 ], [ -111.4953435645875, 40.881101402805285 ], [ -111.49561947309311, 40.881492982739353 ], [ -111.4957519445398, 40.881749152129508 ], [ -111.49592679832044, 40.88211774381562 ], [ -111.49604726883679, 40.882355947686989 ], [ -111.49622762301443, 40.882665960787101 ], [ -111.4964618020575, 40.88287214561926 ], [ -111.49688341158111, 40.883064010095559 ], [ -111.49724676418255, 40.883242611634749 ], [ -111.49759312477893, 40.88352938579834 ], [ -111.49805288658443, 40.883901248798331 ], [ -111.49836388304762, 40.884219702608505 ], [ -111.49859766476554, 40.884529481009999 ], [ -111.4988863826121, 40.885041709628197 ], [ -111.49906861843643, 40.885599440120195 ], [ -111.49929294239571, 40.886229055015789 ], [ -111.49939083783046, 40.886619594329936 ], [ -111.49947025935805, 40.88692103070786 ], [ -111.49952571184778, 40.887191942383218 ], [ -111.49950613826263, 40.887746041653571 ], [ -111.49951586662317, 40.888250467959843 ], [ -111.4994490836223, 40.888840805029787 ], [ -111.49942690138919, 40.88904809344772 ], [ -111.49942877077285, 40.889296716176553 ], [ -111.49944198877104, 40.889475925358873 ], [ -111.49953813539175, 40.889633155311294 ], [ -111.49983624511248, 40.889812030990001 ], [ -111.50033743947887, 40.890161183924555 ], [ -111.50076110854016, 40.890461125296717 ], [ -111.5009883429767, 40.890685347472505 ], [ -111.50112017410598, 40.890851429412599 ], [ -111.50122266978491, 40.891062680487416 ], [ -111.50124295410268, 40.891233751167903 ], [ -111.50120782118813, 40.891454608658186 ], [ -111.50112038978808, 40.891666685019011 ], [ -111.50110370542536, 40.891815395432232 ], [ -111.50111670421951, 40.891964877706741 ], [ -111.50129662577653, 40.892210924830309 ], [ -111.50168019390287, 40.892700212492741 ], [ -111.50209422785908, 40.893292962299505 ], [ -111.50229186756575, 40.893526318968298 ], [ -111.50256052951056, 40.893732340761488 ], [ -111.50293019828797, 40.893951434032125 ], [ -111.50322782461852, 40.894062740215695 ], [ -111.5037087686289, 40.894083161589336 ], [ -111.50462951983533, 40.894178228444602 ], [ -111.50546741673227, 40.894305180340758 ], [ -111.50566970357217, 40.894367352070006 ], [ -111.50584241619708, 40.8944431656899 ], [ -111.50597433559614, 40.894618249910636 ], [ -111.50598866347279, 40.894784841586777 ], [ -111.50595982330678, 40.895050714524437 ], [ -111.50592565112349, 40.895240039838029 ], [ -111.50587367197581, 40.895429443243451 ], [ -111.50587521594619, 40.895632124391177 ], [ -111.50592431358359, 40.895843605287766 ], [ -111.50604594357527, 40.896225926590397 ], [ -111.50623931839706, 40.896675495463541 ], [ -111.50633580760862, 40.896874156419713 ], [ -111.50652114794917, 40.897048104549526 ], [ -111.50719769421134, 40.897183859795703 ], [ -111.50825023934493, 40.897274714601551 ], [ -111.50872016458243, 40.897403263769242 ], [ -111.50914857572137, 40.897536498471595 ], [ -111.50945188778198, 40.897611729990736 ], [ -111.50976779822281, 40.897781492676458 ], [ -111.51002535539631, 40.898082133598081 ], [ -111.51035612851121, 40.898486045937716 ], [ -111.51046931547705, 40.898692736970062 ], [ -111.51061475526481, 40.899079452002226 ], [ -111.5106768510086, 40.899435006694894 ], [ -111.51069093998595, 40.899723211339214 ], [ -111.51064028736, 40.900083769395216 ], [ -111.51059532778315, 40.900412773000419 ], [ -111.51043755489248, 40.900738672597193 ], [ -111.5103144830922, 40.900945508295642 ], [ -111.51017443976978, 40.901261419876704 ], [ -111.50985831711247, 40.90183935175488 ], [ -111.5096592190549, 40.902196061266615 ], [ -111.50957190462856, 40.902421655616564 ], [ -111.50953853423256, 40.902714574119464 ], [ -111.50953498315529, 40.903025377533758 ], [ -111.50966289497413, 40.90344820426786 ], [ -111.50981396582728, 40.903794357575897 ], [ -111.50994080845177, 40.904077559431641 ], [ -111.51002547461667, 40.904279872627306 ], [ -111.51018856056893, 40.904643988925969 ], [ -111.51024451539031, 40.904972545663092 ], [ -111.51017722409181, 40.90548631852176 ], [ -111.51009094548334, 40.905847033586376 ], [ -111.50998088514878, 40.906203349566553 ], [ -111.50985249499706, 40.906492183953887 ], [ -111.5097057475037, 40.906709933485132 ], [ -111.50939476463273, 40.907187848379778 ], [ -111.50901747909616, 40.907536335080202 ], [ -111.50884676574941, 40.907726263434455 ], [ -111.50874729189401, 40.90791587728198 ], [ -111.50872043889642, 40.908285337347408 ], [ -111.50869206685408, 40.90845662079802 ], [ -111.50864018919079, 40.908659537070868 ], [ -111.5085585927566, 40.908858080207821 ], [ -111.50851851898705, 40.909051936028348 ], [ -111.50847816895958, 40.909209759726167 ], [ -111.50845604327884, 40.90942155303604 ], [ -111.50857674719332, 40.90967775818676 ], [ -111.50875050426862, 40.909884183354272 ], [ -111.50899619602315, 40.910180374063358 ], [ -111.50911020644035, 40.910337516549035 ], [ -111.50927232257538, 40.910728663012662 ], [ -111.50953812464763, 40.911168896937937 ], [ -111.50993988295863, 40.911685099879541 ], [ -111.51011951739501, 40.911882488583572 ], [ -111.51029852955141, 40.911998804824087 ], [ -111.51049507642031, 40.912079009862218 ], [ -111.51079835259839, 40.912140725220723 ], [ -111.51137497823676, 40.912232757112861 ], [ -111.51185654242296, 40.912316199765691 ], [ -111.51226696685634, 40.912413468922601 ], [ -111.51270756516874, 40.912573660737856 ], [ -111.51306008353978, 40.912860359293362 ], [ -111.51340855208443, 40.913237158012578 ], [ -111.5137435772191, 40.913717611243946 ], [ -111.51393677718127, 40.914131133191653 ], [ -111.51395636790753, 40.914360758074039 ], [ -111.51400686761029, 40.914594749339855 ], [ -111.51424648773626, 40.915021576264657 ], [ -111.51454143326288, 40.915538239005244 ], [ -111.51467373239375, 40.915753848280254 ], [ -111.51472839175807, 40.915911249896695 ], [ -111.51478340078479, 40.916113691512834 ], [ -111.51474899900579, 40.916271490643574 ], [ -111.51469098695766, 40.91644741177528 ], [ -111.51462829448357, 40.9166323620776 ], [ -111.51490816062703, 40.916887849828591 ], [ -111.51556356043839, 40.917177691832244 ], [ -111.5162608792396, 40.917512384009427 ], [ -111.51660788272696, 40.917695500475631 ], [ -111.51708890214033, 40.917855494247846 ], [ -111.51770774647171, 40.918023875651379 ], [ -111.51846305349778, 40.918178127803493 ], [ -111.51877377165331, 40.918275821865478 ], [ -111.51901086408795, 40.918373846478602 ], [ -111.51937422298414, 40.918520847708464 ], [ -111.51967152848141, 40.918573558182445 ], [ -111.51995160901922, 40.918549774892121 ], [ -111.52028271776985, 40.918521256550221 ], [ -111.52070945047923, 40.918420239006359 ], [ -111.52101767694388, 40.918351284465849 ], [ -111.52132646894887, 40.918354393052333 ], [ -111.52162420716434, 40.918462047246166 ], [ -111.52179112686123, 40.91854597022774 ], [ -111.5221964817266, 40.918746822392706 ], [ -111.52252472014315, 40.918957030889601 ], [ -111.52288236518255, 40.919131071859361 ], [ -111.52310870778236, 40.919220128449275 ], [ -111.52338803562698, 40.919251290927576 ], [ -111.5235603996812, 40.919272128439722 ], [ -111.52386905377715, 40.919257214213395 ], [ -111.5240946154417, 40.919247180986432 ], [ -111.52445613900812, 40.919159958403505 ], [ -111.52474064976055, 40.919095605931972 ], [ -111.52498968351978, 40.919050331729885 ], [ -111.52519152206808, 40.919044007681578 ], [ -111.52531634896454, 40.919060554903723 ], [ -111.52538176337607, 40.919072868531948 ], [ -111.52544122585576, 40.919083407580771 ], [ -111.5259872789661, 40.919053893268526 ], [ -111.52677563229709, 40.918879136802438 ], [ -111.52775402213375, 40.918708009550528 ], [ -111.52810437949384, 40.918710909750025 ], [ -111.52840144864102, 40.918732970525795 ], [ -111.52862185233082, 40.918821142672471 ], [ -111.52875355764817, 40.918955663516236 ], [ -111.52879630589275, 40.91910410462625 ], [ -111.52876326404358, 40.919428555312514 ], [ -111.52860070383896, 40.91989322854262 ], [ -111.52845451611697, 40.920326297400813 ], [ -111.52841196769822, 40.920799428572032 ], [ -111.52848158903042, 40.921339607985786 ], [ -111.52853156783934, 40.921650165518045 ], [ -111.5285161221164, 40.921947510425483 ], [ -111.52848775987479, 40.922114294076565 ], [ -111.52835909761417, 40.922362612072661 ], [ -111.52819466295396, 40.922593077164471 ], [ -111.52792953168338, 40.922855532130427 ], [ -111.52757568577316, 40.923163433912919 ], [ -111.52736353418516, 40.923367992012082 ], [ -111.5271516890755, 40.923611284021966 ], [ -111.52699433018022, 40.923985847873908 ], [ -111.52695025249683, 40.924417547022856 ], [ -111.52697680300757, 40.924769650319938 ], [ -111.5271607470693, 40.925498481992761 ], [ -111.52744672116992, 40.926361971126234 ], [ -111.52747237267639, 40.926600573728116 ], [ -111.52745626947841, 40.926815945736315 ], [ -111.52734073159051, 40.927222748434076 ], [ -111.52699104647087, 40.928057614607688 ], [ -111.52670757100574, 40.92900478090521 ], [ -111.52652429397207, 40.929856901797798 ], [ -111.52637301916911, 40.930401693397009 ], [ -111.52632906340084, 40.930700068549768 ], [ -111.52630144269212, 40.930961435115321 ], [ -111.52632215404356, 40.931326176427021 ], [ -111.52637263121865, 40.931699790130679 ], [ -111.52639813813889, 40.931920376832139 ], [ -111.52654313753578, 40.932230500846252 ], [ -111.52669905031402, 40.932418962891724 ], [ -111.52681328436351, 40.932594102708492 ], [ -111.52687453396854, 40.9328280383994 ], [ -111.52689997146337, 40.93303961697152 ], [ -111.52693700074732, 40.933215109402404 ], [ -111.52699166818459, 40.93336800048418 ], [ -111.52699900299478, 40.933543628592147 ], [ -111.52690018736897, 40.933814328820986 ], [ -111.52676004816253, 40.934116746745254 ], [ -111.52647274701266, 40.934585588972567 ], [ -111.52632112641636, 40.934938505154562 ], [ -111.52619386118837, 40.935366979580223 ], [ -111.52610348010798, 40.935952930544531 ], [ -111.52611599443497, 40.936781635609186 ], [ -111.52607670641143, 40.937070079936113 ], [ -111.52610803956827, 40.937276226661169 ], [ -111.5264308358706, 40.937685531079929 ], [ -111.52655324289834, 40.937991253755584 ], [ -111.52654354585114, 40.938266050624783 ], [ -111.5265380356343, 40.938320125474746 ], [ -111.52649789028739, 40.938500474411271 ], [ -111.52612881701407, 40.939146251101086 ], [ -111.52583487891353, 40.939530443828851 ], [ -111.52566531096497, 40.939869027468433 ], [ -111.52548031421722, 40.940509458479603 ], [ -111.52539600272208, 40.941113397282862 ], [ -111.525222522654, 40.941708733893485 ], [ -111.52488927197639, 40.942381367948563 ], [ -111.52460915235577, 40.943013222014393 ], [ -111.52446077395167, 40.943779600284685 ], [ -111.52424626182328, 40.944446287155749 ], [ -111.52392498169445, 40.945133276948631 ], [ -111.52381952045913, 40.94531842566488 ], [ -111.52369086771608, 40.94557574578036 ], [ -111.52359244803907, 40.945900490482579 ], [ -111.5235830225045, 40.946211318593754 ], [ -111.52360339724963, 40.946534622940412 ], [ -111.52368318821947, 40.946859459074069 ], [ -111.52400204092272, 40.947366977598044 ], [ -111.52447104456103, 40.948081002426008 ], [ -111.52496414081305, 40.948835452745115 ], [ -111.52519351439894, 40.949293829683015 ], [ -111.52539408157041, 40.94986494068656 ], [ -111.52544635407347, 40.950463751975896 ], [ -111.52534363484608, 40.951145244660331 ], [ -111.5251877755769, 40.951568442159015 ], [ -111.52503714497787, 40.952051970953164 ], [ -111.52495198818711, 40.952551416297659 ], [ -111.52492606622809, 40.95302897204958 ], [ -111.52482742792108, 40.953326693616539 ], [ -111.5247338379651, 40.95351178888545 ], [ -111.52476060808368, 40.95374137762321 ], [ -111.52490284801034, 40.953847928415833 ], [ -111.52545663541886, 40.954008455373824 ], [ -111.52579569078475, 40.954060959206849 ], [ -111.5261047565004, 40.954077565861489 ], [ -111.52654365438842, 40.954134115994307 ], [ -111.52706287658079, 40.954280379857472 ], [ -111.5274804202849, 40.954490164386939 ], [ -111.52782653260975, 40.954682257914278 ], [ -111.52807122108436, 40.954820765437134 ], [ -111.52834554325682, 40.954950128388838 ], [ -111.52856049332195, 40.955084267008139 ], [ -111.52878170863377, 40.955258913633592 ], [ -111.52905700487719, 40.955509881840975 ], [ -111.52928434375499, 40.955707020020043 ], [ -111.52942876211651, 40.95593606742063 ], [ -111.52953677241517, 40.956069794370194 ], [ -111.52974028577745, 40.95625893362287 ], [ -111.53018244335554, 40.956572190069579 ], [ -111.53085778622189, 40.95706904052858 ], [ -111.53136016020621, 40.957481105883005 ], [ -111.53171134141465, 40.957709197246736 ], [ -111.53215372956538, 40.957900833593115 ], [ -111.53293981727928, 40.958127813849849 ], [ -111.53342792940798, 40.958241762979789 ], [ -111.53357058321795, 40.958249210308523 ], [ -111.53377860465795, 40.958258156498019 ], [ -111.53405286980873, 40.958229861666787 ], [ -111.53426494692647, 40.958152309004447 ], [ -111.53470241347915, 40.957880033533094 ], [ -111.53565457014999, 40.957335118839431 ], [ -111.53613893470749, 40.956986049875255 ], [ -111.5366351397679, 40.956632419627581 ], [ -111.53714985623984, 40.956364279375151 ], [ -111.53855352098873, 40.955821740388942 ], [ -111.5403268712405, 40.955299973023422 ], [ -111.54139295079329, 40.955038236829694 ], [ -111.54193796597775, 40.954846503045218 ], [ -111.54275639763401, 40.954670595587849 ], [ -111.54389753043984, 40.954724672559877 ], [ -111.54480744513151, 40.954837483842475 ], [ -111.54601481512671, 40.95499842503245 ], [ -111.54667432768501, 40.955004308119037 ], [ -111.5467871376138, 40.954995665754353 ], [ -111.54689996981435, 40.954989725649 ], [ -111.54712557465363, 40.954970638788886 ], [ -111.54746936440058, 40.954874420230347 ], [ -111.54792473360556, 40.954620926869147 ], [ -111.54827367121541, 40.954429193980182 ], [ -111.54862138880834, 40.954233862536455 ], [ -111.54923280105099, 40.954028265947144 ], [ -111.55053274997452, 40.953891446494254 ], [ -111.55094266390228, 40.953889488467809 ], [ -111.55135930548801, 40.953982083455323 ], [ -111.55174624423749, 40.95407481907845 ], [ -111.55214051331507, 40.954334170941152 ], [ -111.55291853184963, 40.955015069517927 ], [ -111.55322396076484, 40.955306372499336 ], [ -111.55348160158482, 40.955566375199581 ], [ -111.55400185125818, 40.955969247733648 ], [ -111.5546997340218, 40.956299197429743 ], [ -111.55558221078891, 40.95667779886108 ], [ -111.55595747794716, 40.956793097130294 ], [ -111.55619587549855, 40.956882029787934 ], [ -111.55635113677238, 40.956975867272163 ], [ -111.55646503800025, 40.957096928911056 ], [ -111.55657432266172, 40.95737565701458 ], [ -111.55664734862324, 40.957581593279727 ], [ -111.55675020933883, 40.957802699440606 ], [ -111.55691841578228, 40.958022589049321 ], [ -111.55731309981941, 40.958326061365504 ], [ -111.55797050495951, 40.958783202940928 ], [ -111.55847835523231, 40.959118553157374 ], [ -111.55900932973559, 40.95937721893889 ], [ -111.56003442503497, 40.959750590280457 ], [ -111.56056445797567, 40.959896650421967 ], [ -111.56151678516969, 40.960094701625515 ], [ -111.56242772277865, 40.960175839747265 ], [ -111.56328208641516, 40.960171668805813 ], [ -111.56435670776449, 40.960077232022869 ], [ -111.5652171543433, 40.95995050491296 ], [ -111.56552556425886, 40.959885934872268 ], [ -111.56583347353356, 40.959762812907179 ], [ -111.56610527218264, 40.959585817993521 ], [ -111.56625287258649, 40.959476093463671 ], [ -111.56644859553383, 40.959435495771302 ], [ -111.56666900005443, 40.959501974493612 ], [ -111.56730143534381, 40.959809648600654 ], [ -111.56825660070837, 40.960336430835795 ], [ -111.56866813821892, 40.960519070597115 ], [ -111.5690554173359, 40.960644175895801 ], [ -111.56935206382002, 40.960731892898771 ], [ -111.56982848467653, 40.960720530969112 ], [ -111.57089707814377, 40.960616153961212 ], [ -111.5713077933073, 40.960564574189057 ], [ -111.57166308656041, 40.960562813071817 ], [ -111.57201999579425, 40.960610588144846 ], [ -111.57258570967664, 40.96075641590695 ], [ -111.5730031951659, 40.960938109792473 ], [ -111.5732999805891, 40.961041129931992 ], [ -111.57360421923481, 40.961044120806584 ], [ -111.57378683987926, 40.960999972557858 ], [ -111.57421966550763, 40.960757297771657 ], [ -111.57501674739528, 40.960176798004703 ], [ -111.57563045773597, 40.959691794856155 ], [ -111.57638639603948, 40.959165540394316 ], [ -111.57722336108947, 40.958529875624485 ], [ -111.57738996799655, 40.958421843339728 ], [ -111.57760223750888, 40.958372135615647 ], [ -111.57781835995998, 40.958491763083394 ], [ -111.57794406730058, 40.958599231874189 ], [ -111.57829715178478, 40.95889022914595 ], [ -111.57853719874588, 40.959163776111552 ], [ -111.57898272117187, 40.95969752975634 ], [ -111.57913762011522, 40.959881420627511 ], [ -111.57925770595644, 40.960024949134315 ], [ -111.57984464414707, 40.960557988759504 ], [ -111.5805257464625, 40.96098695653842 ], [ -111.58088384871829, 40.961169821655652 ], [ -111.58118784801346, 40.961280892526645 ], [ -111.58156841470652, 40.961315006405236 ], [ -111.58187106297248, 40.961272041491561 ], [ -111.58223306157974, 40.961221569490419 ], [ -111.58261267787405, 40.961147585919043 ], [ -111.58295133762871, 40.961145874061323 ], [ -111.58339745810115, 40.961202171009646 ], [ -111.58378479227305, 40.961329928950882 ], [ -111.58402373521301, 40.961474652187533 ], [ -111.58422094613557, 40.96160337158102 ], [ -111.58457502790905, 40.962002443131155 ], [ -111.58485286835149, 40.962514503229244 ], [ -111.58511288843178, 40.963026653046228 ], [ -111.58534340349397, 40.963561472600979 ], [ -111.58541717048121, 40.963840353155717 ], [ -111.58549656131324, 40.964083172175229 ], [ -111.58561120467876, 40.964280770931765 ], [ -111.58587474959803, 40.964518150012559 ], [ -111.58655550085774, 40.96489843909945 ], [ -111.58739727065182, 40.965343663911725 ], [ -111.58765411726395, 40.965494594024449 ], [ -111.58788733375712, 40.965660958039251 ], [ -111.5880317360749, 40.965862906680101 ], [ -111.58800399398737, 40.966084650506154 ], [ -111.58791522905635, 40.966259862749773 ], [ -111.58772877422837, 40.966676092551431 ], [ -111.58746836151482, 40.96732961517624 ], [ -111.58739279366345, 40.967519172893546 ], [ -111.58734681548771, 40.967695067479781 ], [ -111.58740260991711, 40.967956021660655 ], [ -111.58756480196637, 40.968153376048825 ], [ -111.58785249733532, 40.968431164322752 ], [ -111.58811179315063, 40.968722609068095 ], [ -111.58820213565663, 40.96899239478671 ], [ -111.58822252187598, 40.969280553811906 ], [ -111.5881945311466, 40.969474373343189 ], [ -111.58810181638812, 40.969740588799596 ], [ -111.58802178500419, 40.970096821665585 ], [ -111.58800257457273, 40.970610388077404 ], [ -111.5880050537271, 40.970889630174618 ], [ -111.58791217636841, 40.97113782981382 ], [ -111.58778388428358, 40.97141323458365 ], [ -111.5876727387551, 40.971611981959107 ], [ -111.58762679857334, 40.9717923804509 ], [ -111.58768858008584, 40.972057807892412 ], [ -111.58778645619626, 40.972372596448473 ], [ -111.58800019858714, 40.973020097928426 ], [ -111.58812396750743, 40.973573471726354 ], [ -111.58817737634962, 40.97410017969159 ], [ -111.58827530970653, 40.974554594700869 ], [ -111.58831460646766, 40.97496426778028 ], [ -111.58826664420944, 40.975586079045307 ], [ -111.58817357951028, 40.976482870711131 ], [ -111.58812621505045, 40.977172240265773 ], [ -111.58800134079544, 40.977699857366247 ], [ -111.58777980024183, 40.978318049246177 ], [ -111.58768036935928, 40.978498720272526 ], [ -111.58765261330552, 40.978719562793124 ], [ -111.58776114603877, 40.978894669496498 ], [ -111.58790461751757, 40.978988524078538 ], [ -111.58835808606463, 40.97918889524486 ], [ -111.58853761749141, 40.979327606010443 ], [ -111.58874750564067, 40.979538227093911 ], [ -111.58910251318378, 40.980027360598704 ], [ -111.5894871614498, 40.980507333195845 ], [ -111.58991381882819, 40.98103213050657 ], [ -111.59025687633898, 40.981512313251756 ], [ -111.59061766484815, 40.982114014779384 ], [ -111.59085004393276, 40.982711869215876 ], [ -111.59104494299129, 40.983238750523284 ], [ -111.59112561719132, 40.983620284433272 ], [ -111.59113433561102, 40.983931022508202 ], [ -111.59116562136779, 40.984106521901644 ], [ -111.59125630172967, 40.984277212570568 ], [ -111.59141199871469, 40.984407032750433 ], [ -111.59181689916471, 40.984621151490884 ], [ -111.59221732946378, 40.984866820442249 ], [ -111.59243421802397, 40.98505938221102 ], [ -111.59260392231248, 40.985292723000619 ], [ -111.59286084772829, 40.985575160062098 ], [ -111.59333960413461, 40.985937528719106 ], [ -111.59356731917246, 40.986143544872974 ], [ -111.59368210629866, 40.986350142198681 ], [ -111.59364890834738, 40.986625063011374 ], [ -111.59362856693524, 40.987008015890133 ], [ -111.59363175792835, 40.987363822990027 ], [ -111.59368298391563, 40.987773431835713 ], [ -111.59371561153516, 40.988097558620325 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 25, \"properties\": { \"NAME\": \"SOUTH SUMMIT SCHOOL DISTRICT\", \"TOTENROLL\": 1433, \"Color4\": \"3\", \"Shape_Leng\": 444386.164157, \"Shape_Area\": 3563281911.75 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.43734790353662, 40.684522712152138 ], [ -111.43729077130723, 40.683748180870111 ], [ -111.43726739250802, 40.683068112929703 ], [ -111.43726592070691, 40.682842901106682 ], [ -111.45324682662117, 40.682749739931459 ], [ -111.45340657832234, 40.682749112678273 ], [ -111.46155431229202, 40.682775384560507 ], [ -111.46163004637363, 40.68277508177416 ], [ -111.46171066474008, 40.683139611403107 ], [ -111.46179502262665, 40.683359986945703 ], [ -111.46188529787119, 40.683580338744818 ], [ -111.46198505928184, 40.683803355113106 ], [ -111.46207762161767, 40.684011986295033 ], [ -111.46238376922092, 40.68464587318649 ], [ -111.46249762240238, 40.68485261699017 ], [ -111.46261265967767, 40.68505935592863 ], [ -111.46273124783553, 40.685266080512413 ], [ -111.46285098896259, 40.685468296000131 ], [ -111.46297664779807, 40.685670487625288 ], [ -111.46310227621915, 40.68586817488427 ], [ -111.46323379121418, 40.686061334037056 ], [ -111.46336527577593, 40.686249988811703 ], [ -111.46349672987728, 40.686434139208906 ], [ -111.46362815349104, 40.686613785229348 ], [ -111.46376546366837, 40.686788903105374 ], [ -111.46402825196991, 40.687139185904641 ], [ -111.46415961590584, 40.687309822849983 ], [ -111.46429101177483, 40.687484963853308 ], [ -111.46442119363461, 40.687655605242576 ], [ -111.46455966019832, 40.68782621314314 ], [ -111.46469105813738, 40.688001353664234 ], [ -111.46482837396745, 40.688176470203253 ], [ -111.46495980460996, 40.688356114615338 ], [ -111.46510303910877, 40.688531206978396 ], [ -111.46524038843889, 40.688710827214088 ], [ -111.46537895329718, 40.688894946720673 ], [ -111.46551512066534, 40.689074571380502 ], [ -111.46565244087296, 40.689249686882953 ], [ -111.4657897931656, 40.689429306426504 ], [ -111.46592711482616, 40.689604421583553 ], [ -111.46606446859063, 40.689784040781255 ], [ -111.46620185448739, 40.6899681640189 ], [ -111.46634512711584, 40.690147758968124 ], [ -111.46648248312758, 40.690327377639321 ], [ -111.46662575728472, 40.690506972220753 ], [ -111.4667631462238, 40.690691094750775 ], [ -111.46690642191952, 40.690870688964175 ], [ -111.4670497612873, 40.691059291413154 ], [ -111.46718596904371, 40.691243418197523 ], [ -111.46733641098827, 40.691431991534273 ], [ -111.46747978426076, 40.691625097628652 ], [ -111.46762904439481, 40.691813675354588 ], [ -111.46777715336644, 40.692006761882446 ], [ -111.46792171266462, 40.692199862599672 ], [ -111.46807692442769, 40.692392919939458 ], [ -111.46822033975201, 40.692591430110532 ], [ -111.46836847739944, 40.692788119202454 ], [ -111.46851898928094, 40.692985699328602 ], [ -111.46896707442384, 40.693591965507956 ], [ -111.46941526256403, 40.6942117424625 ], [ -111.46956469208811, 40.694422838576394 ], [ -111.4697140909267, 40.694629430276876 ], [ -111.46985759822208, 40.694839649221727 ], [ -111.47000703688938, 40.695051645565975 ], [ -111.47029413207474, 40.695482892579925 ], [ -111.47043771274646, 40.695703020005183 ], [ -111.47058126267547, 40.695918643032748 ], [ -111.47086842875115, 40.696358896922824 ], [ -111.47101204493752, 40.696583527784291 ], [ -111.4711544467698, 40.696803659078945 ], [ -111.47129928022119, 40.697032788928958 ], [ -111.47143698132061, 40.697257443379051 ], [ -111.47158041079554, 40.697455048255016 ], [ -111.47171833612107, 40.69771123176703 ], [ -111.47199380847594, 40.698169547811176 ], [ -111.47213276149833, 40.698403204927239 ], [ -111.47255009558531, 40.698651307701972 ], [ -111.47256468352612, 40.699392390791957 ], [ -111.47256598858706, 40.699577063051024 ], [ -111.47290632037412, 40.699999076583765 ], [ -111.48234444067324, 40.712063151726213 ], [ -111.48875631976594, 40.720306108519082 ], [ -111.48918049941318, 40.720831316409821 ], [ -111.48972421047978, 40.721509162270159 ], [ -111.49125440059676, 40.7234935661278 ], [ -111.49195972898215, 40.724404937295603 ], [ -111.49376502800527, 40.726743974207707 ], [ -111.49905663479734, 40.733666855813524 ], [ -111.49173021261659, 40.735049591075104 ], [ -111.48236739193106, 40.739023155937829 ], [ -111.4821668220642, 40.739130295461322 ], [ -111.4818953340809, 40.739257549666426 ], [ -111.48109853177705, 40.739625721927453 ], [ -111.48083292256227, 40.73974754396496 ], [ -111.48057324710589, 40.739871142403935 ], [ -111.48031359660384, 40.739998343593157 ], [ -111.48005986689721, 40.74012551957123 ], [ -111.47956431289474, 40.740388828982873 ], [ -111.47932248858022, 40.740524962467269 ], [ -111.47908069559389, 40.740665599612271 ], [ -111.47884481697625, 40.740805310852224 ], [ -111.4786090148536, 40.740955831608332 ], [ -111.47837912708899, 40.741105426507659 ], [ -111.47815538596606, 40.741286525573884 ], [ -111.47793505931534, 40.741282933819569 ], [ -111.47771333862592, 40.741581135421853 ], [ -111.47749538719539, 40.741744192041949 ], [ -111.47728342104193, 40.741916232093892 ], [ -111.47687132941981, 40.74226026209864 ], [ -111.47667123616878, 40.742436756258506 ], [ -111.47647706387282, 40.74261322562478 ], [ -111.47629476673782, 40.742794149954257 ], [ -111.47611250073567, 40.742979578160714 ], [ -111.47594207784559, 40.743164957239244 ], [ -111.47577164759241, 40.743349435232474 ], [ -111.4756012292339, 40.743535714639371 ], [ -111.47544264773406, 40.743721044171863 ], [ -111.47528998748412, 40.743906349098495 ], [ -111.47513730074628, 40.744088050490078 ], [ -111.47499173899894, 40.744272424931317 ], [ -111.47484378195215, 40.744453205601573 ], [ -111.47470293073795, 40.744633956852383 ], [ -111.47455508096776, 40.744830051309698 ], [ -111.47441533581252, 40.744999987341565 ], [ -111.47425671556982, 40.745180811070718 ], [ -111.47409806248481, 40.745357130416451 ], [ -111.47392750006956, 40.745524489850943 ], [ -111.47374509222642, 40.745691897651263 ], [ -111.47356258761947, 40.745845792670053 ], [ -111.47338011410964, 40.746004191565305 ], [ -111.47319754395734, 40.746149077679043 ], [ -111.47299109217582, 40.74626703560125 ], [ -111.4734558625133, 40.754179171387143 ], [ -111.47354391975274, 40.755737293941237 ], [ -111.45415740975588, 40.755828722931689 ], [ -111.45358917182335, 40.741070381341672 ], [ -111.4344721482566, 40.740972762199199 ], [ -111.43123896976844, 40.741012814058664 ], [ -111.41521510051237, 40.741205798853535 ], [ -111.41255039551362, 40.741242379925133 ], [ -111.39527110358324, 40.741465003056135 ], [ -111.390497490173, 40.741395670248615 ], [ -111.38669519219616, 40.741340907111578 ], [ -111.37718358653441, 40.741210226822588 ], [ -111.37574454912877, 40.7412149204605 ], [ -111.37588135581635, 40.749736618993566 ], [ -111.37615095801543, 40.755537277538515 ], [ -111.35756552988535, 40.755916159394516 ], [ -111.33857546122805, 40.755973431012791 ], [ -111.33971044748127, 40.769482976737812 ], [ -111.33958623684859, 40.776505523600044 ], [ -111.33945263037396, 40.784014551391849 ], [ -111.32044198120134, 40.783924770628559 ], [ -111.32031586584114, 40.798375728629786 ], [ -111.32074117526838, 40.812850342609735 ], [ -111.32079338662498, 40.827380908320379 ], [ -111.32090449466236, 40.841816684670597 ], [ -111.32086756101346, 40.856293374619142 ], [ -111.32067060463372, 40.870807407745225 ], [ -111.32092427273167, 40.885246282257398 ], [ -111.32120223420831, 40.899771532706978 ], [ -111.30239077443238, 40.899849414871909 ], [ -111.29144019745728, 40.900242446281091 ], [ -111.28345123390781, 40.900528104965638 ], [ -111.26538656361626, 40.900377408288122 ], [ -111.24627282447658, 40.9006495208722 ], [ -111.22731265542814, 40.900742499698573 ], [ -111.22748056821952, 40.915097011357233 ], [ -111.22766053828948, 40.929478488145641 ], [ -111.22422195945374, 40.929485225553492 ], [ -111.20867407688755, 40.929505401093508 ], [ -111.17091488432639, 40.929554036135919 ], [ -111.17085548422602, 40.929549619989629 ], [ -111.16646667378404, 40.929556039163991 ], [ -111.11362383305149, 40.929597694162673 ], [ -111.11365968808508, 40.944281245626264 ], [ -111.13250737747666, 40.944008893589249 ], [ -111.13303057534964, 40.959038659175704 ], [ -111.13238725820511, 40.973087826215043 ], [ -111.13237011411219, 40.973430160450981 ], [ -111.13236221653682, 40.975425502612048 ], [ -111.13188770381396, 40.987825021767321 ], [ -111.13193404561376, 41.002126456347078 ], [ -111.1308446114582, 41.016432753480082 ], [ -111.13212491461307, 41.026245729453628 ], [ -111.13269871980314, 41.030623051171375 ], [ -111.13272733179676, 41.044868548656964 ], [ -111.13256213352132, 41.06037717544271 ], [ -111.13190610859294, 41.074538708619137 ], [ -111.13190168718332, 41.075304403739054 ], [ -111.13172962815713, 41.111940498642561 ], [ -111.1317144321155, 41.115659942914412 ], [ -111.13152906618204, 41.130204541047661 ], [ -111.13142749889319, 41.144977809933401 ], [ -111.13142036649413, 41.159309541748897 ], [ -111.13142570097767, 41.173911462481591 ], [ -111.13144030257486, 41.181215998488241 ], [ -111.15050249352311, 41.182576288364054 ], [ -111.14996645824257, 41.182802186270209 ], [ -111.14966738717696, 41.182892654771713 ], [ -111.14921579818296, 41.183028359929686 ], [ -111.14874517061487, 41.183182103799098 ], [ -111.14847734122324, 41.183380624224242 ], [ -111.14815596615017, 41.183628756619889 ], [ -111.14792375175021, 41.183759670324122 ], [ -111.14757852558904, 41.184007831723932 ], [ -111.14733450624166, 41.184192807035387 ], [ -111.14713204688115, 41.184301161199976 ], [ -111.14685861853769, 41.184666331972146 ], [ -111.14662645816695, 41.184824266806551 ], [ -111.14628088073353, 41.184919289657209 ], [ -111.14595935983188, 41.185108864407532 ], [ -111.14560211553483, 41.185321003282461 ], [ -111.14536390822678, 41.18544291142301 ], [ -111.14505405750495, 41.185519869599261 ], [ -111.14472016992109, 41.185511281676654 ], [ -111.14435658161334, 41.185552273709263 ], [ -111.14383209955469, 41.18562949740928 ], [ -111.14343274626498, 41.185674134361001 ], [ -111.14319439823957, 41.185733883371022 ], [ -111.14292055033059, 41.185918886363808 ], [ -111.1426763836743, 41.186045300302602 ], [ -111.14230726794709, 41.186288971435928 ], [ -111.14203333736695, 41.186437940633589 ], [ -111.14161060729424, 41.186704195480608 ], [ -111.14133077914823, 41.186884698047024 ], [ -111.14106288326155, 41.187069689285742 ], [ -111.14086049155505, 41.187218568034446 ], [ -111.14070596922751, 41.187448459426406 ], [ -111.14063499261168, 41.187714280381947 ], [ -111.14066525627572, 41.187925930034346 ], [ -111.14074369967408, 41.188362719309396 ], [ -111.14085175253744, 41.188704888926551 ], [ -111.14097159577202, 41.188983988417945 ], [ -111.14113917683328, 41.189281045157244 ], [ -111.14130659478855, 41.189501534362748 ], [ -111.14148590939257, 41.189708496795198 ], [ -111.14168313151741, 41.189924444850014 ], [ -111.14180282503087, 41.190131480102217 ], [ -111.14186285679129, 41.190320572851874 ], [ -111.14181558554084, 41.19051880567617 ], [ -111.14172664522282, 41.190748617535078 ], [ -111.14151827160579, 41.190893000741042 ], [ -111.14129781728336, 41.190965334901698 ], [ -111.14103552883827, 41.190992680196594 ], [ -111.1407374270475, 41.191002052790964 ], [ -111.14033805822629, 41.191055686938462 ], [ -111.14018801834271, 41.191155857752044 ], [ -111.13997500439245, 41.191363299353291 ], [ -111.13985016662578, 41.191539105744639 ], [ -111.13971938485611, 41.191723927141389 ], [ -111.13957662951175, 41.191886243059066 ], [ -111.13939340476983, 41.192084639520182 ], [ -111.13916601798108, 41.192265073186576 ], [ -111.13893963200431, 41.192355425853769 ], [ -111.13860592893143, 41.192450411245083 ], [ -111.13829000832273, 41.192495830682816 ], [ -111.13800996669934, 41.192590749900084 ], [ -111.13795076649262, 41.192793499325226 ], [ -111.13789753608742, 41.192999844738416 ], [ -111.13781548073064, 41.193108938943212 ], [ -111.13760002075686, 41.193293859182319 ], [ -111.13743919927242, 41.193375122602234 ], [ -111.13714731197636, 41.193510589539351 ], [ -111.13695650714297, 41.193510816594745 ], [ -111.13662871116246, 41.1935832693866 ], [ -111.13622338114602, 41.193646805045837 ], [ -111.13568702041368, 41.193782557179496 ], [ -111.13538910003996, 41.193886499000051 ], [ -111.13513897290794, 41.194035423635839 ], [ -111.13495461023076, 41.194269846027716 ], [ -111.1348296703442, 41.194405111326262 ], [ -111.13465811900485, 41.194490887375522 ], [ -111.13447221053595, 41.194554160105838 ], [ -111.1341803394636, 41.194703131376471 ], [ -111.1339421228478, 41.194847535551681 ], [ -111.13365161588372, 41.195082079223255 ], [ -111.1334766573863, 41.195253432789173 ], [ -111.13316229564128, 41.195488002855292 ], [ -111.13294797999747, 41.195659401105843 ], [ -111.13267417102215, 41.195898426968768 ], [ -111.13248369522317, 41.196065292914135 ], [ -111.13222765375723, 41.196245745727609 ], [ -111.13194178725628, 41.196421728175189 ], [ -111.13150692704033, 41.196638415808231 ], [ -111.13139969326598, 41.196688081805085 ], [ -111.13112560472052, 41.196791985358558 ], [ -111.13086942212779, 41.196904875839699 ], [ -111.1306371012831, 41.197023143441164 ], [ -111.13042264709114, 41.197130580828095 ], [ -111.13016642627693, 41.197225453929747 ], [ -111.12988046985768, 41.197360895667039 ], [ -111.12948732001676, 41.197568520671311 ], [ -111.12949360260025, 41.197730656275567 ], [ -111.12955951572106, 41.197892724808625 ], [ -111.12967341814431, 41.198198866079935 ], [ -111.12976927218808, 41.198423956237427 ], [ -111.12987703532195, 41.198640024952212 ], [ -111.1299549139887, 41.198820996379027 ], [ -111.13011060482444, 41.199148709022602 ], [ -111.13024246408372, 41.199486357105272 ], [ -111.11206642164559, 41.199379367040649 ], [ -111.11207214808606, 41.19574466295645 ], [ -111.11208360809525, 41.18847975184913 ], [ -111.09285542733416, 41.188442811437938 ], [ -111.09289569830011, 41.195842798508224 ], [ -111.09294312976132, 41.203238266286419 ], [ -111.11206068733762, 41.20300956487241 ], [ -111.13140069350513, 41.203151264951757 ], [ -111.1313998286298, 41.202718885892665 ], [ -111.13144695975247, 41.202430578726386 ], [ -111.13157276978517, 41.202718688443944 ], [ -111.13171648772247, 41.203014884654905 ], [ -111.13181832117509, 41.203240866866096 ], [ -111.13189762765985, 41.203533533363803 ], [ -111.13205204890764, 41.203812601813176 ], [ -111.13216588265659, 41.204073700796009 ], [ -111.1323396821375, 41.204497774027466 ], [ -111.13246551641511, 41.204793989758599 ], [ -111.13254964408094, 41.205109169966349 ], [ -111.13266962773427, 41.205460340449065 ], [ -111.13281330382506, 41.205730412246048 ], [ -111.13300499052586, 41.206148158179481 ], [ -111.13315474472255, 41.206473170760631 ], [ -111.13317879181307, 41.206567726029526 ], [ -111.13320880281888, 41.20666227439358 ], [ -111.1332686788752, 41.206779307970834 ], [ -111.13316153034538, 41.206878518939874 ], [ -111.1329588956803, 41.206946312398522 ], [ -111.13261905503076, 41.206996247761467 ], [ -111.13225538554585, 41.207059721355762 ], [ -111.13214209897052, 41.207073363266261 ], [ -111.13199311955128, 41.207132085534845 ], [ -111.13188579668598, 41.207145720357744 ], [ -111.13173679880568, 41.207195434404369 ], [ -111.13163543065222, 41.207204558226593 ], [ -111.13148045953234, 41.207249774813185 ], [ -111.13121216503167, 41.207290616406723 ], [ -111.13105122231936, 41.207332236054491 ], [ -111.13066364720308, 41.20737231125311 ], [ -111.13020453320726, 41.207426878708681 ], [ -111.13003761489888, 41.207463098948814 ], [ -111.12971564331446, 41.207503997652303 ], [ -111.12954871565516, 41.207535713238784 ], [ -111.1292625181211, 41.207572066471741 ], [ -111.12910156285353, 41.207608278661326 ], [ -111.12856975638751, 41.207698952707062 ], [ -111.12840402926933, 41.207735169248437 ], [ -111.12802242637666, 41.207781534434837 ], [ -111.12727120273625, 41.207903073084559 ], [ -111.12710427984668, 41.207938388285129 ], [ -111.12690752302139, 41.207966529795854 ], [ -111.12675253814196, 41.208007236076206 ], [ -111.12641270457749, 41.208066161020867 ], [ -111.12609665022761, 41.208085424125024 ], [ -111.12576280379523, 41.208156951669338 ], [ -111.12170858009061, 41.208854916697113 ], [ -111.1215655596622, 41.20891812311902 ], [ -111.11884802950935, 41.210069467930765 ], [ -111.11615426102527, 41.211220724451145 ], [ -111.11542728582971, 41.211599787409817 ], [ -111.11502801707925, 41.211793856857327 ], [ -111.11449165267082, 41.21203760476763 ], [ -111.1139255874928, 41.212353442786146 ], [ -111.1131688812962, 41.212800080102156 ], [ -111.11226343088629, 41.21346755111469 ], [ -111.11197743593199, 41.213643483645484 ], [ -111.11122073975308, 41.214112627811353 ], [ -111.11030317094604, 41.214690015972771 ], [ -111.10595058766957, 41.211225159288212 ], [ -111.1037338646732, 41.20946252835418 ], [ -111.10153636479579, 41.207712448306026 ], [ -111.10128026229694, 41.207937871600471 ], [ -111.10085138909145, 41.208285052539765 ], [ -111.09985083393707, 41.209204731209716 ], [ -111.09939232199815, 41.20968254701048 ], [ -111.09895178412197, 41.210218896904635 ], [ -111.09857090158289, 41.210768705879964 ], [ -111.09815440204142, 41.211435646682311 ], [ -111.09769031327367, 41.212192705328356 ], [ -111.09732756230346, 41.212918148744805 ], [ -111.09686372594606, 41.213859865648779 ], [ -111.09633445741143, 41.214932249843379 ], [ -111.09609659828801, 41.215427883067626 ], [ -111.09585277088536, 41.215923520726555 ], [ -111.09555548656279, 41.216576840408955 ], [ -111.09523438281089, 41.2172617065902 ], [ -111.09487175902115, 41.218113252075419 ], [ -111.0944199751428, 41.21919006677922 ], [ -111.09398572356154, 41.220023652115998 ], [ -111.09353366821078, 41.220929313287186 ], [ -111.09318269609376, 41.221614197495185 ], [ -111.092825738653, 41.222290077489582 ], [ -111.09240313616758, 41.222952497161621 ], [ -111.09206987973153, 41.223524764939782 ], [ -111.09167099264278, 41.224093480808492 ], [ -111.09139718328136, 41.224525176179547 ], [ -111.09100416740016, 41.225034432944085 ], [ -111.09024777823555, 41.225931312668365 ], [ -111.08957475279902, 41.226729035771996 ], [ -111.0886870718105, 41.227621503102768 ], [ -111.08784710546753, 41.228522934946447 ], [ -111.08751946349486, 41.228882598800553 ], [ -111.0869237005155, 41.229505494441582 ], [ -111.08634580523082, 41.230113960935938 ], [ -111.08561891273406, 41.230848645609193 ], [ -111.08488482132182, 41.231565315161518 ], [ -111.0842366269185, 41.232281917143659 ], [ -111.08418300638101, 41.232340507533486 ], [ -111.073557136894, 41.232271218569842 ], [ -111.07358258027548, 41.217714459843208 ], [ -111.07357231154045, 41.203225246413197 ], [ -111.05420248549406, 41.202961250110221 ], [ -111.05402949578618, 41.188400009884518 ], [ -111.05422575971728, 41.173352129024394 ], [ -111.05432152642345, 41.159394222558781 ], [ -111.04714025069327, 41.159410897278221 ], [ -111.04677075386219, 41.159406543905078 ], [ -111.04694036502249, 41.154897974796732 ], [ -111.04688831503307, 41.140390600468955 ], [ -111.04698454653085, 41.124960705578921 ], [ -111.04696309410673, 41.111578350433675 ], [ -111.04696474149017, 41.097174437784972 ], [ -111.04691421193263, 41.067988184499157 ], [ -111.04690977425048, 41.053367969288715 ], [ -111.04681475523721, 41.045229134083868 ], [ -111.04673891240445, 41.038936956210414 ], [ -111.04673510871069, 41.033559073167048 ], [ -111.04690113758777, 41.024442714159129 ], [ -111.04691523047225, 41.019159396463394 ], [ -111.04691450508396, 41.009754819201461 ], [ -111.04679189398254, 41.004539105307629 ], [ -111.04675298638598, 40.999962937617241 ], [ -111.04675230530559, 40.99899905626328 ], [ -111.04674075142009, 40.997791956622905 ], [ -111.04448647603556, 40.997891939278652 ], [ -111.03914785705277, 40.997884867651607 ], [ -111.00926827302702, 40.997958704189585 ], [ -110.98731333589402, 40.998007923997527 ], [ -110.98054198154145, 40.997943922209082 ], [ -110.89118981291251, 40.997137518797196 ], [ -110.87576255556118, 40.997216511157532 ], [ -110.86633989717383, 40.997178946216906 ], [ -110.79059098403231, 40.996710404409534 ], [ -110.75073653566777, 40.996680661405321 ], [ -110.73752732442685, 40.996597292756427 ], [ -110.71505095345091, 40.996314215214454 ], [ -110.69935055728099, 40.996322980964436 ], [ -110.69588583114104, 40.99633731400418 ], [ -110.68017884962694, 40.996231749173489 ], [ -110.67641583728705, 40.996216743566265 ], [ -110.66085820983972, 40.996212559888683 ], [ -110.65713679716798, 40.996201551424029 ], [ -110.63770320132191, 40.996187153386209 ], [ -110.62572444781608, 40.996171403867393 ], [ -110.62007070771215, 40.996206958031848 ], [ -110.54344782524238, 40.996199201772441 ], [ -110.54248478971083, 40.996195383596124 ], [ -110.54002967571826, 40.996181109227855 ], [ -110.5241386104862, 40.995431081080923 ], [ -110.5007106364083, 40.994603225139706 ], [ -110.43097821187254, 40.994766544195485 ], [ -110.41230602993265, 40.99475933996618 ], [ -110.39311616499664, 40.994807642254536 ], [ -110.37573930480433, 40.994867086255468 ], [ -110.35294773313332, 40.994832388210988 ], [ -110.3358153874652, 40.994811516905173 ], [ -110.3166440980313, 40.994785038039026 ], [ -110.29509453541525, 40.994799404461894 ], [ -110.27852694538278, 40.994782478073184 ], [ -110.27634520794398, 40.994786818488571 ], [ -110.25567164262849, 40.995141619358087 ], [ -110.25073663941808, 40.995222249209391 ], [ -110.2403437704741, 40.99535691000186 ], [ -110.22114028639668, 40.995535032246472 ], [ -110.21874417238338, 40.995568361982649 ], [ -110.20187038552798, 40.995790567823938 ], [ -110.19950398016064, 40.995823703208821 ], [ -110.14278380286417, 40.996397734773993 ], [ -110.12576089901013, 40.996625703422602 ], [ -110.12358401099266, 40.99670826152375 ], [ -110.10413474461673, 40.996991130276569 ], [ -110.08700601804475, 40.997114363099946 ], [ -110.08534122504607, 40.997131792243756 ], [ -110.07739104997968, 40.997185537338204 ], [ -110.06665512226155, 40.99723873078019 ], [ -110.05827747763621, 40.997251662797765 ], [ -110.04756520459347, 40.9973122790689 ], [ -110.03918273982237, 40.997329187931371 ], [ -110.02854662186617, 40.99738416697069 ], [ -110.01999769569974, 40.997400979646173 ], [ -110.00073083900278, 40.997298615913706 ], [ -110.00073192724334, 40.997226560950125 ], [ -110.00073546975561, 40.996677100598404 ], [ -110.00070506162228, 40.874945294748635 ], [ -110.00067627912307, 40.813688726724756 ], [ -110.00098600214629, 40.813592317509105 ], [ -110.00122943986425, 40.813567400265462 ], [ -110.00160914509075, 40.813548165997382 ], [ -110.0020845018137, 40.813475707904935 ], [ -110.00254187235879, 40.813416604840619 ], [ -110.00285644019093, 40.81339229911368 ], [ -110.00315329240895, 40.813363335292522 ], [ -110.0034774512381, 40.813411177383195 ], [ -110.00399413673837, 40.813429151692432 ], [ -110.00472242540104, 40.813489486849477 ], [ -110.00508375447144, 40.813509719262846 ], [ -110.00551618836192, 40.813532365158146 ], [ -110.00587790788116, 40.813526474290683 ], [ -110.00635178183839, 40.813553077463695 ], [ -110.00686641084441, 40.813629575352699 ], [ -110.00773589440423, 40.813763173511056 ], [ -110.00822062018105, 40.813857424832278 ], [ -110.00858800087079, 40.813869590800394 ], [ -110.00894891788407, 40.813917733400913 ], [ -110.00933994275347, 40.813934604248843 ], [ -110.00993857015976, 40.81394424720942 ], [ -110.01003942085744, 40.813939707636607 ], [ -110.01036576385862, 40.813920887470282 ], [ -110.01089427610344, 40.813861460674964 ], [ -110.01115476370005, 40.813806040319129 ], [ -110.01138240366956, 40.813726916235233 ], [ -110.011614116812, 40.813692868260553 ], [ -110.01187540113399, 40.813663577264002 ], [ -110.01215986138395, 40.813670517452763 ], [ -110.01233064443707, 40.813667475477821 ], [ -110.01249187646161, 40.813668855664559 ], [ -110.01266963914387, 40.813674881263452 ], [ -110.01298380456319, 40.813677569467096 ], [ -110.01334445709465, 40.813743712725966 ], [ -110.01365142788087, 40.813831916752832 ], [ -110.01411771328003, 40.81397102732717 ], [ -110.0146371499677, 40.814124102495406 ], [ -110.01495564659881, 40.81423492233121 ], [ -110.0152217272633, 40.814282235547203 ], [ -110.01556433597577, 40.814366234519717 ], [ -110.01601877378643, 40.814505236323463 ], [ -110.01629498210832, 40.814669741781493 ], [ -110.01652869981567, 40.814901446869058 ], [ -110.01667523140588, 40.815015300065092 ], [ -110.01682676039626, 40.815192253992905 ], [ -110.01697875556148, 40.815337682526419 ], [ -110.01713628037557, 40.815510182964886 ], [ -110.01730006614288, 40.815660215685419 ], [ -110.01746330775264, 40.81584717769929 ], [ -110.01768031298919, 40.816006671442068 ], [ -110.01812725816001, 40.816252800297519 ], [ -110.01837910344226, 40.816462135058934 ], [ -110.01860277093088, 40.816572137925462 ], [ -110.01883869317541, 40.816655219587226 ], [ -110.01901553572876, 40.816724285922881 ], [ -110.01925046406146, 40.816874920777025 ], [ -110.01943190918567, 40.817034108913369 ], [ -110.01954170223974, 40.817227820334111 ], [ -110.01963981233186, 40.817409721537828 ], [ -110.01970243445447, 40.817585916112677 ], [ -110.01981029332453, 40.817911132447954 ], [ -110.02002191310721, 40.818034542690114 ], [ -110.02019829666325, 40.818135132465855 ], [ -110.02045108310848, 40.818281412362758 ], [ -110.0206081601185, 40.818485433371372 ], [ -110.02076431080792, 40.818752504602791 ], [ -110.02103462036068, 40.818916948609662 ], [ -110.02130671860041, 40.818959794717131 ], [ -110.02153738641144, 40.81899778463999 ], [ -110.02180263088117, 40.819103629752078 ], [ -110.02202545299664, 40.819272172943968 ], [ -110.02216594313985, 40.819394976250464 ], [ -110.02249994816172, 40.819663552460852 ], [ -110.02267047770228, 40.819759584686281 ], [ -110.02314110025495, 40.820011299664039 ], [ -110.02338929328471, 40.820067450939838 ], [ -110.0239867249246, 40.820162590142488 ], [ -110.02425856627225, 40.820223443780627 ], [ -110.02458402637191, 40.820266733481468 ], [ -110.0248726509149, 40.820396190869161 ], [ -110.02516169861035, 40.820496824460761 ], [ -110.02539244000629, 40.820530303143656 ], [ -110.02558163091673, 40.820567033753704 ], [ -110.02565848772575, 40.820582096213741 ], [ -110.02593158427352, 40.820557377396398 ], [ -110.02629400007024, 40.820506386851783 ], [ -110.02663250470052, 40.820468705917499 ], [ -110.02720418580347, 40.820297865498986 ], [ -110.02764004044731, 40.820089844181524 ], [ -110.02797544124338, 40.819858454038076 ], [ -110.02862412795854, 40.819691858661649 ], [ -110.02905239105453, 40.819597273012604 ], [ -110.02970797216169, 40.819364067888706 ], [ -110.03016094150613, 40.819201222574577 ], [ -110.03056016180511, 40.8190649488199 ], [ -110.03078726750519, 40.818940740340274 ], [ -110.03104401305816, 40.818816780355327 ], [ -110.03140133930759, 40.818707176795634 ], [ -110.0316857585796, 40.818718572714097 ], [ -110.03212517357518, 40.818671813379083 ], [ -110.03254690831014, 40.818617697437311 ], [ -110.03292735486376, 40.818548820521769 ], [ -110.03321861739218, 40.8184972116835 ], [ -110.03354036983536, 40.818387303359621 ], [ -110.03403318666254, 40.818337380758074 ], [ -110.03441271582821, 40.818331549595122 ], [ -110.03509529607938, 40.818278706391858 ], [ -110.03540955055965, 40.818276830153302 ], [ -110.03580126162541, 40.818248575433628 ], [ -110.03631688879307, 40.818260991222317 ], [ -110.0368498184274, 40.818306880002069 ], [ -110.03721099040064, 40.818422498909463 ], [ -110.03764601183924, 40.818597286923392 ], [ -110.0377858138545, 40.818769611403816 ], [ -110.03797466864864, 40.818829740571204 ], [ -110.03830690540345, 40.818814493892269 ], [ -110.03870922650427, 40.81887279777451 ], [ -110.03908147854736, 40.818960577314527 ], [ -110.0394593868922, 40.819067320254462 ], [ -110.04000772040855, 40.819279076093899 ], [ -110.04060380764736, 40.819468705623351 ], [ -110.04126387673757, 40.819744442994541 ], [ -110.04177052943031, 40.819969356573971 ], [ -110.04215295083009, 40.820175219873001 ], [ -110.04239889419523, 40.820388957476133 ], [ -110.04255708011874, 40.820520891255782 ], [ -110.04269722267918, 40.820670691764732 ], [ -110.04292353486021, 40.820600502797852 ], [ -110.04309108126745, 40.820493792623083 ], [ -110.0434205159456, 40.820261407112874 ], [ -110.04354055682886, 40.820159707365079 ], [ -110.04398539294777, 40.819735498512138 ], [ -110.04429081430688, 40.819440753945194 ], [ -110.04458204750927, 40.819060311838307 ], [ -110.04493762438358, 40.818657880800849 ], [ -110.04514950135743, 40.818353351099603 ], [ -110.04531936312944, 40.81808450667274 ], [ -110.04556932253873, 40.817604628654337 ], [ -110.04575825556543, 40.817245857900197 ], [ -110.04593945176883, 40.817013139610744 ], [ -110.04634842557222, 40.81660664142327 ], [ -110.04658322741709, 40.816356348500591 ], [ -110.04671061562753, 40.816154713463362 ], [ -110.04698948800437, 40.815724616956665 ], [ -110.04736081858434, 40.81546193760321 ], [ -110.0476718372766, 40.815270825957334 ], [ -110.04812016005474, 40.815013283812377 ], [ -110.04835359803363, 40.814857563561532 ], [ -110.04890217335249, 40.814636878637373 ], [ -110.04933888876288, 40.814361219317462 ], [ -110.04968727556893, 40.814043392384278 ], [ -110.04992319943285, 40.813712927437081 ], [ -110.05018800143986, 40.813435848989052 ], [ -110.05033193586601, 40.813319925339776 ], [ -110.05070497317146, 40.812935636368501 ], [ -110.05135665545622, 40.81255003432787 ], [ -110.05177397402333, 40.812385909681154 ], [ -110.05203020716245, 40.812293427677311 ], [ -110.05229734629047, 40.812267696486828 ], [ -110.05259965356113, 40.812270179364575 ], [ -110.05288358885184, 40.812313949046484 ], [ -110.05316747330612, 40.812361320953535 ], [ -110.05352268148303, 40.812395764782096 ], [ -110.05393710217588, 40.812435197262772 ], [ -110.05448785853885, 40.812475745664493 ], [ -110.05515729581283, 40.812508255098741 ], [ -110.05550077841342, 40.812533588459331 ], [ -110.05601494954476, 40.812645896874578 ], [ -110.05645920304396, 40.81267205186618 ], [ -110.05712951019288, 40.812727077856444 ], [ -110.05754130933461, 40.812784492677466 ], [ -110.05794468308555, 40.812850845585288 ], [ -110.05849468165603, 40.812945418796609 ], [ -110.05905017681258, 40.813070662616795 ], [ -110.0594818668463, 40.813147150283939 ], [ -110.0599382349632, 40.813155373941143 ], [ -110.06028195528964, 40.813248257659012 ], [ -110.06076059543457, 40.813274676178942 ], [ -110.06112186753147, 40.813300137638812 ], [ -110.06157111623361, 40.813392975420328 ], [ -110.06199643967203, 40.813500931135614 ], [ -110.06243911655814, 40.813639654709462 ], [ -110.06273512290058, 40.813669084895629 ], [ -110.06313000035408, 40.813834442548959 ], [ -110.06348339808837, 40.813998561311919 ], [ -110.06373108527066, 40.814091556010446 ], [ -110.06396163548472, 40.814138468541273 ], [ -110.06440994886489, 40.814214171820822 ], [ -110.06474927130419, 40.814198906342703 ], [ -110.06538031923915, 40.814095919987558 ], [ -110.06587347671204, 40.813933259486838 ], [ -110.06612339016785, 40.813867720054468 ], [ -110.06643920290519, 40.813753167396868 ], [ -110.06664926204441, 40.813570195707257 ], [ -110.0668590676085, 40.813405238285313 ], [ -110.06714668931484, 40.813186859566684 ], [ -110.06761770155789, 40.812996086587425 ], [ -110.06786702990743, 40.812971977061643 ], [ -110.06833808901342, 40.812777598159762 ], [ -110.06854732101901, 40.812653170600314 ], [ -110.06889919350343, 40.812502868851602 ], [ -110.06922079683928, 40.81239736361043 ], [ -110.06988216072756, 40.812159471733807 ], [ -110.07029361799991, 40.811987125160805 ], [ -110.07067499533944, 40.811846064073301 ], [ -110.07099066518552, 40.811740506074287 ], [ -110.07137846959611, 40.81156346096148 ], [ -110.07165907389737, 40.811421585435774 ], [ -110.07193312190283, 40.811324698281922 ], [ -110.07219569048544, 40.811200693076664 ], [ -110.07250674446735, 40.811000505993718 ], [ -110.07269830607713, 40.810866920412579 ], [ -110.07295538275994, 40.810711340053309 ], [ -110.07333737387297, 40.810525233219231 ], [ -110.07367680583265, 40.810415354488356 ], [ -110.07401592361818, 40.810327993138003 ], [ -110.07469403143436, 40.810162274773361 ], [ -110.07509797320832, 40.810102455200472 ], [ -110.07532372860994, 40.810067330492657 ], [ -110.07557310600477, 40.810038700470898 ], [ -110.07588694760548, 40.810063735618279 ], [ -110.07625394902993, 40.810102708101034 ], [ -110.07655543680031, 40.81016367597222 ], [ -110.07702944537651, 40.810180981518052 ], [ -110.07740835299643, 40.810216442233099 ], [ -110.07784082016293, 40.810237015593067 ], [ -110.07803636386613, 40.81024308256665 ], [ -110.0783385395253, 40.810254505276539 ], [ -110.07846918039424, 40.810238432943706 ], [ -110.07863541085744, 40.810220843013497 ], [ -110.07893154698422, 40.810240323466097 ], [ -110.07932817620038, 40.810280423538003 ], [ -110.07974834155047, 40.810333321692291 ], [ -110.08026353373772, 40.810373463352413 ], [ -110.08066048788952, 40.810390139688494 ], [ -110.08106929721772, 40.810406909084897 ], [ -110.0813179406275, 40.810431410149 ], [ -110.08140666646729, 40.81044562916356 ], [ -110.0819626702047, 40.810535634180567 ], [ -110.08227102377016, 40.810529079021585 ], [ -110.08269749288081, 40.81055499148902 ], [ -110.08331975565359, 40.810568945656577 ], [ -110.08385316825104, 40.810577686780313 ], [ -110.08408421673809, 40.810588529618038 ], [ -110.08458200276419, 40.810601488718376 ], [ -110.08496555777032, 40.810730648504332 ], [ -110.08530144668674, 40.810877445849989 ], [ -110.08550193129165, 40.810955606272906 ], [ -110.08574458919631, 40.810984554541477 ], [ -110.08605382115556, 40.811000517150859 ], [ -110.08630157986863, 40.811003380394332 ], [ -110.0865860522931, 40.811009236287383 ], [ -110.08685878084543, 40.811006891000432 ], [ -110.08709007834636, 40.810999713060269 ], [ -110.08752260361746, 40.811016647253695 ], [ -110.08834011125082, 40.811059143474118 ], [ -110.08876133678166, 40.811035446083856 ], [ -110.0890706778878, 40.810956813616578 ], [ -110.0893208045393, 40.810873208745768 ], [ -110.08965953565088, 40.810812823411077 ], [ -110.08992707436703, 40.810756379710782 ], [ -110.09018806990983, 40.810744925629024 ], [ -110.09043128281145, 40.810733330763888 ], [ -110.09095370379238, 40.810678893825454 ], [ -110.09125729759019, 40.810586697640687 ], [ -110.09163349472948, 40.810386971879758 ], [ -110.09227697841033, 40.810148810464462 ], [ -110.09256284697766, 40.810051967180229 ], [ -110.09280147910985, 40.809941239210055 ], [ -110.09311197565123, 40.809777025431011 ], [ -110.09369507099441, 40.809619456691372 ], [ -110.09406477673464, 40.809460209611345 ], [ -110.09436854449679, 40.809354494000871 ], [ -110.09463625719373, 40.809284528145596 ], [ -110.09490989673115, 40.809214608162065 ], [ -110.09514000195345, 40.80920740470544 ], [ -110.09551521254399, 40.80916620580031 ], [ -110.09591401043505, 40.809046817669106 ], [ -110.09621166275218, 40.808954561821821 ], [ -110.09654493952931, 40.808858079985477 ], [ -110.09674714172078, 40.808810117136424 ], [ -110.09705701287913, 40.808690929637429 ], [ -110.09725951940213, 40.808620447334164 ], [ -110.09739639757997, 40.808580980571016 ], [ -110.09788402546012, 40.808467685530786 ], [ -110.09822279796572, 40.808402771107062 ], [ -110.09848284155052, 40.808373274034118 ], [ -110.09878112445055, 40.808321554141628 ], [ -110.09922047701745, 40.808270934958387 ], [ -110.09948158337305, 40.808250452303227 ], [ -110.09996224359701, 40.808213665261242 ], [ -110.10019432136993, 40.808147912657809 ], [ -110.10044411977327, 40.808086801939702 ], [ -110.10074714179355, 40.808035113903323 ], [ -110.10124612865334, 40.807957926651973 ], [ -110.10159057976874, 40.807911063304239 ], [ -110.10198782951943, 40.807905147588464 ], [ -110.10240280039922, 40.807903872561994 ], [ -110.10262217075822, 40.807901074835783 ], [ -110.1028651289451, 40.807907468486981 ], [ -110.10316663244014, 40.807968366989179 ], [ -110.10337886323811, 40.808055596094839 ], [ -110.10366821025465, 40.808138919755834 ], [ -110.10395144893086, 40.808235707816877 ], [ -110.10433624032036, 40.808274729144642 ], [ -110.10472000311117, 40.808390312410701 ], [ -110.10505054215909, 40.80849647318405 ], [ -110.10518547955012, 40.808601116136551 ], [ -110.10542112207808, 40.808711044002742 ], [ -110.10558085856287, 40.808734803386443 ], [ -110.10581746959518, 40.808772670939788 ], [ -110.106082569371, 40.808896338319322 ], [ -110.10649585499792, 40.809021152798529 ], [ -110.10710508685575, 40.809210541055918 ], [ -110.10742809850004, 40.809348166083673 ], [ -110.10763464123939, 40.809418227445853 ], [ -110.10783510013395, 40.809499952282401 ], [ -110.10804747473018, 40.80957726470352 ], [ -110.10827658303481, 40.809733078941512 ], [ -110.10855899146688, 40.809892907913024 ], [ -110.10887594184256, 40.810129574186512 ], [ -110.10913398072313, 40.810338759583438 ], [ -110.10935070915366, 40.810534112939152 ], [ -110.10954971641029, 40.810724824926218 ], [ -110.10973178490154, 40.81085234723794 ], [ -110.11022512752581, 40.811198471270231 ], [ -110.11043671633111, 40.811335228502521 ], [ -110.11092163784319, 40.811424545953884 ], [ -110.11118203221831, 40.811458081608002 ], [ -110.11154894383505, 40.811505949544326 ], [ -110.11204111679592, 40.811496226015272 ], [ -110.11234396584909, 40.811458018792749 ], [ -110.11265214214723, 40.811464893621299 ], [ -110.11309138595139, 40.811423229198759 ], [ -110.11341794458296, 40.811385201414652 ], [ -110.11381545444215, 40.8113612302704 ], [ -110.11426062452456, 40.811319606910928 ], [ -110.11492540288805, 40.811258046648703 ], [ -110.11515552569253, 40.811249902577188 ], [ -110.11551284612905, 40.811216608965623 ], [ -110.1158398807879, 40.811142544460644 ], [ -110.11625570910147, 40.811078167586516 ], [ -110.1165758588977, 40.811076115267298 ], [ -110.1169361969023, 40.811083378043833 ], [ -110.11714514674667, 40.811062456212909 ], [ -110.11754253422012, 40.811047479655521 ], [ -110.11789801085715, 40.811063710621355 ], [ -110.11809972798733, 40.811051740138659 ], [ -110.11833108301718, 40.811039995796712 ], [ -110.11877595049226, 40.811020873627847 ], [ -110.11917908635712, 40.811019447903938 ], [ -110.11964677092493, 40.811068059406935 ], [ -110.11998422747068, 40.811102163197759 ], [ -110.12032114901621, 40.811176799624398 ], [ -110.12054005425213, 40.811209997817009 ], [ -110.12081266496097, 40.811216579729546 ], [ -110.12112670960236, 40.811227980824711 ], [ -110.12142860208405, 40.811261809472299 ], [ -110.12182468361203, 40.811345900381745 ], [ -110.12251566445899, 40.811544837937568 ], [ -110.12273427545651, 40.811600550678016 ], [ -110.12298222857396, 40.811679007001203 ], [ -110.12331903797465, 40.811762642206467 ], [ -110.12366088700334, 40.811913877545535 ], [ -110.12394399383783, 40.812024128139392 ], [ -110.12420896317489, 40.812161265492634 ], [ -110.12446136769179, 40.812352357152385 ], [ -110.12465438973572, 40.812551105269215 ], [ -110.12482361904691, 40.812755978441771 ], [ -110.12500993449251, 40.813014130369645 ], [ -110.12510164319093, 40.813253547843964 ], [ -110.12522915610094, 40.813475219964907 ], [ -110.1253097794978, 40.813655998763075 ], [ -110.12539633117807, 40.81383682244153 ], [ -110.12557197877351, 40.8140048088014 ], [ -110.12571988292228, 40.814118534402972 ], [ -110.12595736624912, 40.814453643686079 ], [ -110.12609270698893, 40.814621323874583 ], [ -110.12624375650769, 40.814766601935311 ], [ -110.12651425591959, 40.814935305162805 ], [ -110.12674503268494, 40.814968581479341 ], [ -110.12691728589236, 40.814943760867905 ], [ -110.12727480467395, 40.814805935230687 ], [ -110.12771156780764, 40.81450205270329 ], [ -110.12849999386522, 40.814053988910842 ], [ -110.12931676492879, 40.81370432489873 ], [ -110.13025456339754, 40.813256475342044 ], [ -110.13096237218474, 40.812987053517681 ], [ -110.13151119377792, 40.812725439002946 ], [ -110.13179144265251, 40.812601430976066 ], [ -110.13207714869289, 40.812513496837155 ], [ -110.13219018666705, 40.812482817812217 ], [ -110.13265988612726, 40.812378249281025 ], [ -110.13306966200287, 40.812322774665311 ], [ -110.13397847899444, 40.812185466002042 ], [ -110.13460181087872, 40.812027992362729 ], [ -110.13515015850818, 40.811892474231485 ], [ -110.13568628129997, 40.811693803224465 ], [ -110.13640209953071, 40.811352340784076 ], [ -110.13730660261118, 40.811088856156289 ], [ -110.13781871068537, 40.81091251656936 ], [ -110.13829948830717, 40.810866562282996 ], [ -110.13869076879139, 40.810864979819115 ], [ -110.13908158355436, 40.810899426093364 ], [ -110.13950128039254, 40.810992640964983 ], [ -110.13998519373858, 40.811162904284153 ], [ -110.14065780665544, 40.811411142504411 ], [ -110.1417489107553, 40.811847162573351 ], [ -110.14258438259621, 40.8123398273245 ], [ -110.14314247746708, 40.812735838274165 ], [ -110.14364624410889, 40.813208014531689 ], [ -110.14381013881096, 40.813371381824389 ], [ -110.14399826673478, 40.813494390959661 ], [ -110.14423934101677, 40.813649321863487 ], [ -110.14464703337673, 40.81375594156362 ], [ -110.14470032642232, 40.813760840850541 ], [ -110.14503769505249, 40.813803879132166 ], [ -110.14555365190073, 40.813789684704638 ], [ -110.14597554059388, 40.813621649165903 ], [ -110.14633355279366, 40.81353421490703 ], [ -110.14664732538142, 40.813568065503368 ], [ -110.14682429580198, 40.813636937211498 ], [ -110.14722928185681, 40.813955224793354 ], [ -110.14741022141294, 40.81417726745299 ], [ -110.1474316844259, 40.814353089527302 ], [ -110.14741195172978, 40.814505185372028 ], [ -110.14734335593461, 40.814676738536136 ], [ -110.14729475343128, 40.814861051159625 ], [ -110.14726815799584, 40.815086064134036 ], [ -110.14728933253645, 40.815284405028493 ], [ -110.14741686584041, 40.815510557088047 ], [ -110.14759798311314, 40.815719088149088 ], [ -110.14776206659779, 40.815868938621627 ], [ -110.14789567896194, 40.816176210463382 ], [ -110.14800660146989, 40.816681498927991 ], [ -110.1480458512256, 40.816857452170545 ], [ -110.14816101514845, 40.817124049722828 ], [ -110.14829351630969, 40.817333121520143 ], [ -110.1484177657392, 40.817445742604058 ], [ -110.14862945382188, 40.817582430622302 ], [ -110.1489007129601, 40.817697036785539 ], [ -110.1493026245723, 40.817794589016302 ], [ -110.15001741249067, 40.817998041727883 ], [ -110.15098004415196, 40.818293397976461 ], [ -110.15183574527572, 40.818605976878658 ], [ -110.15253259288974, 40.818822794690611 ], [ -110.15322732589702, 40.81920624775811 ], [ -110.15374667603753, 40.819394730194439 ], [ -110.15416484568986, 40.819613997845067 ], [ -110.15484073633172, 40.820081981781911 ], [ -110.15505266327878, 40.820201543840426 ], [ -110.1552654595242, 40.820252648213952 ], [ -110.15533546119111, 40.820249557398675 ], [ -110.15537222913699, 40.820248925750029 ], [ -110.15553834056841, 40.820241133378325 ], [ -110.15582980636735, 40.82016669524949 ], [ -110.15610257281718, 40.820164186616061 ], [ -110.15650948124447, 40.820243733556353 ], [ -110.15716570578877, 40.82048725151607 ], [ -110.15767270748162, 40.820716163768829 ], [ -110.15821613803941, 40.82087777677927 ], [ -110.15855885448997, 40.820970360667253 ], [ -110.15879543844693, 40.821016227003192 ], [ -110.15894979679638, 40.821000236486611 ], [ -110.15911602353538, 40.820983431431429 ], [ -110.15947321435844, 40.82086892543952 ], [ -110.15980686038031, 40.820740734302866 ], [ -110.16025828009407, 40.820676458147837 ], [ -110.16083397064735, 40.820631100966992 ], [ -110.16132615074609, 40.820625671559448 ], [ -110.16172985672657, 40.820583563717314 ], [ -110.16209268613994, 40.820491611505325 ], [ -110.16249661747301, 40.820431485854975 ], [ -110.16308951261725, 40.82043218503123 ], [ -110.16386717544985, 40.820355847513483 ], [ -110.16445556583471, 40.820243001437206 ], [ -110.16496101210882, 40.820125047842374 ], [ -110.16543078422424, 40.820014941509292 ], [ -110.16578777872314, 40.819914827893001 ], [ -110.1661144079295, 40.819872147327807 ], [ -110.16654605576065, 40.819870762279123 ], [ -110.16700367611033, 40.819878571528044 ], [ -110.1672823135327, 40.819880583034035 ], [ -110.16753113658685, 40.819801303308161 ], [ -110.16757421557092, 40.819770084811204 ], [ -110.16766404308397, 40.819698665860962 ], [ -110.16773026925924, 40.819618068200661 ], [ -110.16788615337727, 40.819479562723053 ], [ -110.1680955050702, 40.81933243420432 ], [ -110.16839959767248, 40.819194996628845 ], [ -110.16865637441317, 40.81904820891743 ], [ -110.16912384643958, 40.818646199295337 ], [ -110.1695188750391, 40.818252674665665 ], [ -110.16988684879804, 40.817936426093489 ], [ -110.17008964984663, 40.817743303995648 ], [ -110.17024602975167, 40.817564261092947 ], [ -110.17043345272064, 40.817272836363777 ], [ -110.17066829965727, 40.816981752224422 ], [ -110.17090806334976, 40.816771778404764 ], [ -110.17113345771301, 40.816763488716759 ], [ -110.17131017107573, 40.816855742866181 ], [ -110.17159315552706, 40.81698389257128 ], [ -110.17185887173365, 40.817070479050621 ], [ -110.17221969771801, 40.817137028077674 ], [ -110.17277633493696, 40.817190566719695 ], [ -110.17343940171983, 40.817267386198438 ], [ -110.1741965958408, 40.817403430172291 ], [ -110.17481805711323, 40.817488952306562 ], [ -110.17530915403196, 40.81756903510427 ], [ -110.17590041962582, 40.817699377499778 ], [ -110.17647905119573, 40.817892685396082 ], [ -110.17684493509473, 40.818030422330239 ], [ -110.17748224361458, 40.818273689965601 ], [ -110.17772408150252, 40.818374506125309 ], [ -110.17802431403909, 40.818547804931072 ], [ -110.17834161075757, 40.818779778997886 ], [ -110.17861629974752, 40.819101532707649 ], [ -110.17887907897043, 40.819427705179933 ], [ -110.1791482334054, 40.819717888860652 ], [ -110.17954216586537, 40.819986438380759 ], [ -110.17995444173641, 40.820210075014323 ], [ -110.18037281524131, 40.820420240916008 ], [ -110.18056795766763, 40.820462164853524 ], [ -110.1807460905917, 40.820440908982533 ], [ -110.18090045390193, 40.820423988270562 ], [ -110.1810326541783, 40.820280792636439 ], [ -110.18128292545747, 40.820178972532219 ], [ -110.18177565546277, 40.820128417831235 ], [ -110.18201275120065, 40.820133702481243 ], [ -110.18223198403732, 40.82014516589804 ], [ -110.18245117271526, 40.820160231939667 ], [ -110.18268155508012, 40.820229427180095 ], [ -110.18304622393076, 40.820371640037202 ], [ -110.18323003363382, 40.820467529538099 ], [ -110.18335293082248, 40.820599021129119 ], [ -110.18346995517207, 40.820725966829585 ], [ -110.18357506760525, 40.820857332306133 ], [ -110.18376290448977, 40.821011803955585 ], [ -110.18408093953687, 40.821186113777706 ], [ -110.18439345591774, 40.821327052684602 ], [ -110.18475300555149, 40.821500753297393 ], [ -110.18488227740471, 40.821596254757104 ], [ -110.18507555192055, 40.821791300409117 ], [ -110.18520926526969, 40.822008446055364 ], [ -110.1853778903441, 40.822279888361237 ], [ -110.18556463351509, 40.822524433167928 ], [ -110.18570433372656, 40.822737116293247 ], [ -110.18589750378342, 40.822941168189281 ], [ -110.18630350540822, 40.823196267177572 ], [ -110.18659087906713, 40.823455032585507 ], [ -110.18689648149542, 40.823677892221923 ], [ -110.18747387832418, 40.823979236849141 ], [ -110.18770378464276, 40.824088956422301 ], [ -110.18788587616248, 40.82422986829323 ], [ -110.18803793949746, 40.824402097871342 ], [ -110.18814657891373, 40.824731668334294 ], [ -110.18814251443327, 40.825064949802247 ], [ -110.18801827720326, 40.825528007001921 ], [ -110.18794987179902, 40.825788768515665 ], [ -110.18786494250396, 40.825945817301779 ], [ -110.1878092184031, 40.826139105145842 ], [ -110.18789008215983, 40.826315337784173 ], [ -110.18809694008259, 40.82637084403305 ], [ -110.18829163309513, 40.826354197295608 ], [ -110.18853666817824, 40.826293763285229 ], [ -110.18887672090828, 40.826124094632341 ], [ -110.18913369966859, 40.825959246126779 ], [ -110.18941620297532, 40.825645938123678 ], [ -110.18952418619023, 40.82554310041823 ], [ -110.18959028237936, 40.825471497703418 ], [ -110.18970463258482, 40.825332671030139 ], [ -110.18976512829906, 40.825234003734643 ], [ -110.18991609276311, 40.825009854369981 ], [ -110.19010740804723, 40.824880576074328 ], [ -110.19028626215834, 40.82480075609358 ], [ -110.19057803915749, 40.824699207212561 ], [ -110.19105938353634, 40.824514308187013 ], [ -110.19162710752961, 40.824247135315694 ], [ -110.19185355315608, 40.824154133776545 ], [ -110.19212150021141, 40.824061422418858 ], [ -110.19235963832624, 40.823982014332891 ], [ -110.19254963493357, 40.823960823312746 ], [ -110.19298809739941, 40.823986412224563 ], [ -110.1931657994481, 40.824001167719182 ], [ -110.19343152158368, 40.823994017392742 ], [ -110.19362890530736, 40.8239503552809 ], [ -110.19385001824686, 40.823807766424139 ], [ -110.19400693526805, 40.823678241237971 ], [ -110.19412574365917, 40.823561962216715 ], [ -110.19432292098274, 40.82343722200774 ], [ -110.19458504195902, 40.823335455829032 ], [ -110.19478867863624, 40.823264810219918 ], [ -110.19527012093725, 40.823069984984173 ], [ -110.19577813665536, 40.822834805234059 ], [ -110.19599147413115, 40.822746208339808 ], [ -110.19641420961878, 40.822600515272441 ], [ -110.19686615227562, 40.822491057524573 ], [ -110.19727060938339, 40.822385771799681 ], [ -110.19765679059562, 40.822320895294041 ], [ -110.19804318807793, 40.822238002221155 ], [ -110.19840554444247, 40.82218196597524 ], [ -110.19885699334097, 40.82211303472041 ], [ -110.19948057930505, 40.822028180314469 ], [ -110.20044157973852, 40.821988901738507 ], [ -110.20058397652592, 40.821980880141062 ], [ -110.20111826142987, 40.821926026570551 ], [ -110.20176637844999, 40.821772865899327 ], [ -110.20205138671633, 40.82173880395974 ], [ -110.20229440835161, 40.821744988763591 ], [ -110.20266133889943, 40.821801575629827 ], [ -110.20325787189014, 40.82199487305509 ], [ -110.20396047906168, 40.822242949694036 ], [ -110.20433285814629, 40.822340106595775 ], [ -110.20478861724368, 40.822406307686578 ], [ -110.20516784131173, 40.822426937764973 ], [ -110.20539906212736, 40.822428530536264 ], [ -110.20583698299562, 40.82249910881999 ], [ -110.20613127214445, 40.822681302045851 ], [ -110.20633075613202, 40.822858338154575 ], [ -110.20648937304935, 40.822981943339158 ], [ -110.20669474475945, 40.823162622665514 ], [ -110.20689466091487, 40.823303627208027 ], [ -110.20724269146078, 40.823454657666275 ], [ -110.20780346538946, 40.823665702646316 ], [ -110.20830409722834, 40.82394839930469 ], [ -110.2086558147501, 40.824288626947954 ], [ -110.20880109350502, 40.824537354037822 ], [ -110.20892362086741, 40.824704849446192 ], [ -110.20911907074904, 40.824823298525025 ], [ -110.20924773355523, 40.824873726612743 ], [ -110.20938933330906, 40.824933251601976 ], [ -110.20969567204557, 40.8251011048633 ], [ -110.20986669311614, 40.825179748422045 ], [ -110.21004920916795, 40.82528909895256 ], [ -110.21022488845537, 40.825474973676918 ], [ -110.21024481088182, 40.825794907773975 ], [ -110.21027301349635, 40.825916714046002 ], [ -110.2103482213479, 40.826074875600099 ], [ -110.2104887029049, 40.826228979630372 ], [ -110.21074189138763, 40.826379350416417 ], [ -110.21098957896935, 40.826493649483119 ], [ -110.21132006164024, 40.826626530833167 ], [ -110.21191746331341, 40.826752226528392 ], [ -110.21225591689702, 40.826813092568386 ], [ -110.21252100955398, 40.826859944304559 ], [ -110.21294657666617, 40.82697545322921 ], [ -110.21334202042421, 40.827131292915524 ], [ -110.21383702314601, 40.82729231393072 ], [ -110.21416912676671, 40.827389164629189 ], [ -110.21442252418937, 40.827422419757241 ], [ -110.21446516125668, 40.827427214277748 ], [ -110.21486871855187, 40.827398432087442 ], [ -110.21537264710263, 40.827406364717326 ], [ -110.21581199133074, 40.827359805844488 ], [ -110.21631179340285, 40.827214563764834 ], [ -110.21695490000256, 40.826984712610475 ], [ -110.21739027044792, 40.826771465587598 ], [ -110.21772378445202, 40.826647610153515 ], [ -110.21797974245241, 40.82656376579741 ], [ -110.21824226364016, 40.826425915019563 ], [ -110.21838620171788, 40.826287260290286 ], [ -110.2185597317698, 40.826153310017695 ], [ -110.21880990574213, 40.826056812883152 ], [ -110.21916634798559, 40.825999770578022 ], [ -110.21943913833961, 40.825997112387903 ], [ -110.21977164175608, 40.82595882385538 ], [ -110.22018196136845, 40.825858001663981 ], [ -110.2206402395027, 40.825712460055499 ], [ -110.22096135711872, 40.825633553415727 ], [ -110.22131201382098, 40.825563853652348 ], [ -110.22185171453734, 40.825553982613719 ], [ -110.22247379045345, 40.825598714597433 ], [ -110.22312482922547, 40.825702192803703 ], [ -110.22442481408632, 40.8260892919375 ], [ -110.2254650330953, 40.826380044635506 ], [ -110.22578426269179, 40.826463262918189 ], [ -110.22613812546201, 40.826627788147178 ], [ -110.22650873079286, 40.826882508440612 ], [ -110.22670292828916, 40.827009927761495 ], [ -110.22705060557853, 40.827196929699419 ], [ -110.22758775829897, 40.827407720318611 ], [ -110.22788244279097, 40.827562835568656 ], [ -110.22796861268952, 40.827802134555533 ], [ -110.22795553710826, 40.828009239985654 ], [ -110.22787481532629, 40.828220396872744 ], [ -110.22780708524593, 40.828436144848652 ], [ -110.22770435358304, 40.828602112337855 ], [ -110.22765493316028, 40.828772940843784 ], [ -110.22768805307042, 40.828984859660721 ], [ -110.22790529722749, 40.829170985727323 ], [ -110.22828101731641, 40.829497801584296 ], [ -110.22863926596679, 40.829797474232592 ], [ -110.22898409376131, 40.830232181843918 ], [ -110.229153075141, 40.830490050050969 ], [ -110.2293866045725, 40.830806903690778 ], [ -110.22962331618157, 40.830849022378118 ], [ -110.22983767542181, 40.830772981522081 ], [ -110.230307619328, 40.830542800716884 ], [ -110.23058910559583, 40.830405048440404 ], [ -110.23088719322996, 40.83026740615081 ], [ -110.23122720203284, 40.830094008905959 ], [ -110.23157386646817, 40.829857596276781 ], [ -110.23207562861241, 40.829541139620012 ], [ -110.23257608780611, 40.829337276931682 ], [ -110.23289179901886, 40.82921325923153 ], [ -110.23333238900382, 40.829058541264338 ], [ -110.2338204118083, 40.828904136633582 ], [ -110.23451559681507, 40.828782634065618 ], [ -110.23543635279573, 40.82864010148203 ], [ -110.23619618631693, 40.828568563341157 ], [ -110.23701020821606, 40.828425311465558 ], [ -110.23784835647204, 40.828246179661519 ], [ -110.23820478475247, 40.828189979282804 ], [ -110.23851300523805, 40.828201022542565 ], [ -110.23890970188376, 40.828253186470008 ], [ -110.23927608347735, 40.828363703682506 ], [ -110.23974450214784, 40.828470388004511 ], [ -110.2401931224821, 40.828545410664475 ], [ -110.2405773986701, 40.828647033209677 ], [ -110.24086670368722, 40.828757037970064 ], [ -110.24109078667898, 40.828866612971417 ], [ -110.24124985267392, 40.828957743159876 ], [ -110.24155664039677, 40.829094886343633 ], [ -110.2417695851623, 40.829141328063464 ], [ -110.24204760994611, 40.829200808734576 ], [ -110.24233087764975, 40.829320679387337 ], [ -110.24268990670173, 40.829557254940937 ], [ -110.24294369383234, 40.829662517134246 ], [ -110.24325053954692, 40.829795151996969 ], [ -110.24347596946836, 40.829891218612246 ], [ -110.24367500332686, 40.830014136908353 ], [ -110.24398665616127, 40.830245893615206 ], [ -110.24435689041479, 40.830541091929078 ], [ -110.24493384445707, 40.830909709341974 ], [ -110.24521555156332, 40.831168291877269 ], [ -110.24543975202315, 40.831268850799333 ], [ -110.24564079631867, 40.831319711733236 ], [ -110.24583637064148, 40.831329998809665 ], [ -110.24607897360654, 40.831376626458905 ], [ -110.24625026872998, 40.831436300300332 ], [ -110.24643884303958, 40.831541128699996 ], [ -110.24720408856435, 40.832041586145465 ], [ -110.24777856201516, 40.832527282149897 ], [ -110.24799731474111, 40.832690859285307 ], [ -110.24828675152379, 40.832791837898398 ], [ -110.24844055810836, 40.832825270204729 ], [ -110.24863017712165, 40.832838216271114 ], [ -110.24882640712366, 40.832790848878254 ], [ -110.24907662429291, 40.83268888141405 ], [ -110.24968424787122, 40.832445104303645 ], [ -110.25020743090322, 40.832326892629474 ], [ -110.25069994960924, 40.832298563297904 ], [ -110.25172537958234, 40.832341252604216 ], [ -110.25277377127682, 40.832451644444255 ], [ -110.25369784471681, 40.83254320581559 ], [ -110.25485262508155, 40.832685796330253 ], [ -110.25561685401928, 40.832753788793639 ], [ -110.2566567639053, 40.833093804561841 ], [ -110.25745899034341, 40.833477323279801 ], [ -110.2574884885734, 40.833491025727 ], [ -110.25812011511618, 40.833751828432348 ], [ -110.25858048361415, 40.833948468432666 ], [ -110.25880421234697, 40.834094040306269 ], [ -110.25901617259437, 40.83423142860552 ], [ -110.25925172288601, 40.834380678894021 ], [ -110.25954068335626, 40.834526668174036 ], [ -110.25991306447605, 40.834637158380431 ], [ -110.26041590492821, 40.834748483831987 ], [ -110.26096658661295, 40.834824080033002 ], [ -110.26121569327731, 40.834821171400712 ], [ -110.26128092240268, 40.83482158911314 ], [ -110.26156575850574, 40.834805395930282 ], [ -110.26261177004574, 40.834600389597846 ], [ -110.2636883714995, 40.834309989306824 ], [ -110.26505187689861, 40.833922314794656 ], [ -110.26573485937558, 40.83372397510356 ], [ -110.26660982005967, 40.833432263854476 ], [ -110.26766760510621, 40.833231790586765 ], [ -110.26849372682416, 40.833065872447243 ], [ -110.26917629382713, 40.833011643964561 ], [ -110.26986518483041, 40.832921417891249 ], [ -110.27034045469667, 40.832843349357177 ], [ -110.27080994176556, 40.832751729718652 ], [ -110.27110099273985, 40.832708527060142 ], [ -110.27138067694219, 40.832620209904327 ], [ -110.2716669801771, 40.832468875094051 ], [ -110.27191755603278, 40.832330826681748 ], [ -110.2730344313149, 40.831603685838957 ], [ -110.27410736822947, 40.83109696332108 ], [ -110.27503690015763, 40.83068842204424 ], [ -110.27595426771035, 40.830306822076643 ], [ -110.27681674227563, 40.830064500872901 ], [ -110.27737038784403, 40.829865281154071 ], [ -110.27769141176758, 40.829790720148964 ], [ -110.27792354152763, 40.829711097688914 ], [ -110.2781561201045, 40.829590038923421 ], [ -110.27842469453853, 40.829430468708061 ], [ -110.27863932667812, 40.829323710150007 ], [ -110.27940136867753, 40.829044707892201 ], [ -110.27971728554975, 40.828893537904648 ], [ -110.27999781944476, 40.828724129418205 ], [ -110.28032559223193, 40.8285730317427 ], [ -110.28059343697564, 40.828480114063453 ], [ -110.28091448964008, 40.828401940866421 ], [ -110.28123536648089, 40.82833998080455 ], [ -110.28181182742343, 40.828221957432021 ], [ -110.28224426188025, 40.828152581419111 ], [ -110.28252451577325, 40.828118291072755 ], [ -110.28276761918879, 40.828119802704357 ], [ -110.28304041789549, 40.82811699417072 ], [ -110.2834491553364, 40.82815556722209 ], [ -110.28411912418423, 40.82816423072191 ], [ -110.28469402991973, 40.828190317759542 ], [ -110.28532885841848, 40.828158218524337 ], [ -110.28556143430464, 40.828146146443949 ], [ -110.28587468802515, 40.828130969962032 ], [ -110.28610584600357, 40.828140508179793 ], [ -110.28686398362278, 40.828221768543621 ], [ -110.28773979497628, 40.82838933034806 ], [ -110.28820184373173, 40.828433620736739 ], [ -110.28845108019877, 40.828416240581227 ], [ -110.28868859253721, 40.828386175831966 ], [ -110.28909885777946, 40.828393208871972 ], [ -110.28946462067562, 40.828458521012607 ], [ -110.28957101321973, 40.828490705651966 ], [ -110.28966535482013, 40.82854083280538 ], [ -110.28980669929847, 40.828631787067046 ], [ -110.28992269291969, 40.828875728018147 ], [ -110.29011644271161, 40.829057088493492 ], [ -110.29035772528292, 40.829229732630417 ], [ -110.29035614068415, 40.829378361564487 ], [ -110.29033652751313, 40.829549400605963 ], [ -110.2903644463053, 40.829711723622928 ], [ -110.29050454597935, 40.829919778614951 ], [ -110.29106821548309, 40.830445731218859 ], [ -110.29121487198049, 40.830595271001854 ], [ -110.29130223316783, 40.830744446354132 ], [ -110.29136530087135, 40.830947522832027 ], [ -110.29139355837107, 40.83107831823952 ], [ -110.2914156465914, 40.831231596750705 ], [ -110.29142511799999, 40.831455964136964 ], [ -110.29144399704127, 40.831799300194653 ], [ -110.29145803339956, 40.832263319057184 ], [ -110.29150364932295, 40.832434758822522 ], [ -110.29163725317605, 40.832696822868371 ], [ -110.29171897581328, 40.832818938037235 ], [ -110.29191895917938, 40.832973308469263 ], [ -110.29214266271318, 40.833127824099179 ], [ -110.29233743652873, 40.833214598840613 ], [ -110.2926918853593, 40.83334289014936 ], [ -110.29304710105824, 40.833399117873817 ], [ -110.29319549044504, 40.833386514517656 ], [ -110.29354558974255, 40.833366137964994 ], [ -110.29410964049946, 40.833302027683956 ], [ -110.2949117420381, 40.833158294224638 ], [ -110.2956310612622, 40.83299152876554 ], [ -110.29613158913214, 40.83287747451125 ], [ -110.2965229596966, 40.832767256700791 ], [ -110.29672580975968, 40.832651384263222 ], [ -110.29689948611033, 40.832490291656534 ], [ -110.29705518210281, 40.832347106028578 ], [ -110.29722971290109, 40.832104942496791 ], [ -110.29743531724375, 40.831727841882703 ], [ -110.29772493243775, 40.831256664073145 ], [ -110.29808285654487, 40.830493127958569 ], [ -110.29843218435103, 40.82998177371892 ], [ -110.29873245744675, 40.829623263107393 ], [ -110.29924006924396, 40.829284028112333 ], [ -110.29950400068901, 40.829109967044019 ], [ -110.29966490055443, 40.82892176733921 ], [ -110.2998154581749, 40.828701975203053 ], [ -110.29996103272539, 40.828392068533013 ], [ -110.30025231974443, 40.827758742805294 ], [ -110.30060844472574, 40.82716184299283 ], [ -110.30103420078214, 40.826709498488206 ], [ -110.30142300510477, 40.826387550603641 ], [ -110.30177486053613, 40.826195999757431 ], [ -110.30213202933059, 40.826063034655135 ], [ -110.30258401643889, 40.825935145877928 ], [ -110.30295252182668, 40.825851793030068 ], [ -110.30351085395503, 40.825760576749552 ], [ -110.30383728792523, 40.825731017556706 ], [ -110.30496491120762, 40.825634219674626 ], [ -110.30554041554043, 40.825601651707949 ], [ -110.30592025725875, 40.825567903885116 ], [ -110.30633595510326, 40.825507345159345 ], [ -110.30684124592773, 40.825384264354462 ], [ -110.3071863078253, 40.825273731852313 ], [ -110.30771624856082, 40.825060711065362 ], [ -110.30810972317646, 40.82485587790935 ], [ -110.30830034330916, 40.824771440981742 ], [ -110.30854409077169, 40.824709843208076 ], [ -110.30883522363611, 40.824653033018542 ], [ -110.30907850274772, 40.824636473393959 ], [ -110.30947033561759, 40.824589273046413 ], [ -110.30976702268623, 40.824568527416417 ], [ -110.31075948244185, 40.824466359862612 ], [ -110.31151259180091, 40.824344738800399 ], [ -110.31187510197545, 40.82426582581644 ], [ -110.31215930145635, 40.824190949030708 ], [ -110.31264852857694, 40.824013696427009 ], [ -110.31316636104832, 40.823822198567392 ], [ -110.31347558907154, 40.823734855739126 ], [ -110.31373165035218, 40.823628278148995 ], [ -110.31416748258111, 40.823338096180784 ], [ -110.31450265815091, 40.82303380187907 ], [ -110.31478451679375, 40.822724685717738 ], [ -110.31504274994296, 40.822406420160213 ], [ -110.31527661670253, 40.822151068351289 ], [ -110.31560608384932, 40.821824215820385 ], [ -110.31582688542909, 40.821685894868018 ], [ -110.31601754234158, 40.82159604026711 ], [ -110.31638636811574, 40.821477513402847 ], [ -110.31665987889649, 40.821402562123602 ], [ -110.31695126785138, 40.821318707617486 ], [ -110.31715928359681, 40.821270392644315 ], [ -110.31761676947707, 40.821178510979806 ], [ -110.31827615512009, 40.821056291205757 ], [ -110.31877550801968, 40.820928618616648 ], [ -110.31927381142458, 40.82078742502766 ], [ -110.31978022891465, 40.820664293971873 ], [ -110.32032135299576, 40.820509835662243 ], [ -110.32093311381567, 40.820405336939338 ], [ -110.32139642563152, 40.820322482967491 ], [ -110.32167548779678, 40.820283586123587 ], [ -110.32234000684531, 40.820237944887872 ], [ -110.32283870475614, 40.820173309814116 ], [ -110.32362813628967, 40.820087856319091 ], [ -110.32451876468026, 40.819962452021421 ], [ -110.32507738441878, 40.819835099070239 ], [ -110.32554086981543, 40.819734212582922 ], [ -110.32601028248132, 40.819633358855462 ], [ -110.32700159638739, 40.819517531937869 ], [ -110.32742882254905, 40.819483989561689 ], [ -110.32784382730105, 40.819486408123389 ], [ -110.32820529257417, 40.819506530312943 ], [ -110.32856064776665, 40.819544632672432 ], [ -110.32910526636304, 40.81962887682517 ], [ -110.32968057938746, 40.819726809395462 ], [ -110.3303076145844, 40.819752071049663 ], [ -110.33049705113275, 40.81978109664162 ], [ -110.33080497981213, 40.819818916865358 ], [ -110.33113019719467, 40.819906382870073 ], [ -110.3313901998615, 40.819993470040068 ], [ -110.33202846507376, 40.820199856883875 ], [ -110.3329442564193, 40.82052045051396 ], [ -110.33381484875129, 40.82073717894432 ], [ -110.3346115248808, 40.820994012464631 ], [ -110.335188796433, 40.821254080615837 ], [ -110.33571544407819, 40.821477820685168 ], [ -110.33606371781049, 40.821632968758884 ], [ -110.33642946551785, 40.821819745788083 ], [ -110.33683096798363, 40.821988710327233 ], [ -110.33718566912586, 40.822094345596632 ], [ -110.3375703205952, 40.822169523088505 ], [ -110.33801980569652, 40.822283807568077 ], [ -110.33827942394358, 40.8224114149358 ], [ -110.33908877892266, 40.822708828185199 ], [ -110.33948293474515, 40.823021876259624 ], [ -110.33985382488207, 40.823289747714519 ], [ -110.34024923747231, 40.823476682357565 ], [ -110.34045068995736, 40.823491346844172 ], [ -110.34065241017134, 40.823478987225734 ], [ -110.34098443478207, 40.823480884294675 ], [ -110.34164857317543, 40.823475667646484 ], [ -110.34207550654028, 40.823473598913353 ], [ -110.34247890178027, 40.823453377596266 ], [ -110.34273482747055, 40.823355743181942 ], [ -110.34287227034484, 40.823247524128014 ], [ -110.34303385536965, 40.823096201926255 ], [ -110.34316584815005, 40.822939305962201 ], [ -110.34362420710467, 40.822275290796952 ], [ -110.34392306167456, 40.821912149228595 ], [ -110.344305525915, 40.821608036877208 ], [ -110.34453206369311, 40.821483206104041 ], [ -110.34474678729678, 40.821353803567249 ], [ -110.34492682344153, 40.821134119352095 ], [ -110.34505964961086, 40.820891645770871 ], [ -110.34563470024749, 40.820295847949467 ], [ -110.34610068003663, 40.819938152572625 ], [ -110.34654855940025, 40.819611882288896 ], [ -110.34687706627339, 40.819366010456683 ], [ -110.34715221304862, 40.819119835742164 ], [ -110.34769192285177, 40.818496802121047 ], [ -110.34850693434417, 40.817609571855172 ], [ -110.34906857183553, 40.817166824202125 ], [ -110.34974380940197, 40.816625621232937 ], [ -110.35024482826752, 40.816317652703368 ], [ -110.35062657264585, 40.816081078244778 ], [ -110.35112187444075, 40.815750552577022 ], [ -110.35130231302207, 40.815485818178516 ], [ -110.35132840408822, 40.815241836062327 ], [ -110.35136686035607, 40.814945674472746 ], [ -110.35136536396541, 40.814612353627254 ], [ -110.35136861013123, 40.814279059425104 ], [ -110.35125539764834, 40.813607293715513 ], [ -110.35117582615852, 40.813255516866079 ], [ -110.35112203022784, 40.812692186399836 ], [ -110.3510707841119, 40.812475695440632 ], [ -110.3509659227592, 40.812285928202471 ], [ -110.35084859139975, 40.812159149840426 ], [ -110.35063070399309, 40.812009284325065 ], [ -110.35013420215543, 40.811857849421024 ], [ -110.34986278972977, 40.811725697854655 ], [ -110.34970440546287, 40.811553644743093 ], [ -110.34966360459437, 40.811482248026081 ], [ -110.34955968126418, 40.8111969952148 ], [ -110.34960328785888, 40.810981038254603 ], [ -110.34961782645046, 40.810706362492127 ], [ -110.34953027173815, 40.810566237937124 ], [ -110.34935432747042, 40.810371564191527 ], [ -110.34918475214427, 40.810131883845251 ], [ -110.34907994380492, 40.809937610907681 ], [ -110.34897544422149, 40.809711810032177 ], [ -110.3488455773486, 40.809048955971626 ], [ -110.34886595499303, 40.808904935734958 ], [ -110.34895009072947, 40.808666686523324 ], [ -110.34909402802529, 40.808496338023701 ], [ -110.34939343897798, 40.808188135952889 ], [ -110.34973506164405, 40.807806301665899 ], [ -110.35005484985605, 40.807353176544417 ], [ -110.35039488360921, 40.807011869334183 ], [ -110.35070517108471, 40.806802818011739 ], [ -110.35099763895153, 40.806597268993563 ], [ -110.35123043521808, 40.806431921767825 ], [ -110.35142195714478, 40.806243820916613 ], [ -110.35162022959508, 40.805971078171247 ], [ -110.35168152931591, 40.805763327249657 ], [ -110.35179866470916, 40.805300049755722 ], [ -110.35191408963388, 40.8050124274558 ], [ -110.35202200910879, 40.804886915149012 ], [ -110.35216610549759, 40.804698546648403 ], [ -110.35238264259056, 40.804375457676677 ], [ -110.35247387261361, 40.804137245493223 ], [ -110.35247579876348, 40.803939070160155 ], [ -110.35243008785892, 40.803763148624277 ], [ -110.35232584900378, 40.803510326618941 ], [ -110.35225225733579, 40.80327569349032 ], [ -110.35230006602093, 40.803113809555008 ], [ -110.35244380751507, 40.802961472499867 ], [ -110.35293394093226, 40.802541725306469 ], [ -110.353555268997, 40.802039833226118 ], [ -110.35391369131851, 40.80175356990469 ], [ -110.35425257646588, 40.801525751135571 ], [ -110.35445715880206, 40.801333213903028 ], [ -110.35458350303942, 40.801140238685996 ], [ -110.35466277062794, 40.800911867013845 ], [ -110.35485667413333, 40.800475139864382 ], [ -110.35498920412498, 40.80025517335288 ], [ -110.35516858212118, 40.800094023544034 ], [ -110.35540082234738, 40.799982715355462 ], [ -110.35548410442958, 40.799951650948351 ], [ -110.3557641509602, 40.799800070944571 ], [ -110.35603387601711, 40.799612398775018 ], [ -110.35609235140622, 40.799572187005843 ], [ -110.35646883463761, 40.79925448672369 ], [ -110.35680923149829, 40.798990634856914 ], [ -110.35694650531026, 40.798892306814764 ], [ -110.35723115519984, 40.798754261568213 ], [ -110.3575000467641, 40.798652161750027 ], [ -110.35773197421328, 40.798572376730561 ], [ -110.35793426707546, 40.798492426342712 ], [ -110.35820354694368, 40.798349788916092 ], [ -110.35854279033595, 40.798081421219621 ], [ -110.35879998183974, 40.797839621987684 ], [ -110.35908784477894, 40.797489890865101 ], [ -110.3592670668328, 40.797343147264847 ], [ -110.3594163255751, 40.797230469236766 ], [ -110.35997847044203, 40.796832711636355 ], [ -110.36036554437264, 40.796519561404722 ], [ -110.36061035141425, 40.796331740245456 ], [ -110.36080713944983, 40.796206711889269 ], [ -110.36122377206543, 40.796024345368991 ], [ -110.36150305549086, 40.795949319096955 ], [ -110.36181772523989, 40.795892504820337 ], [ -110.36236387568908, 40.795800935197384 ], [ -110.36267854403218, 40.795744118561025 ], [ -110.36305849014569, 40.795678652945135 ], [ -110.36342078492549, 40.795599575980482 ], [ -110.36364062662659, 40.795542233523193 ], [ -110.36420386391298, 40.795522817226114 ], [ -110.36463126262987, 40.795453103645364 ], [ -110.3649701915713, 40.795337859230507 ], [ -110.36532609966682, 40.795182169057881 ], [ -110.36551293679584, 40.794980505826359 ], [ -110.36567002681504, 40.794666072768578 ], [ -110.36590923551599, 40.793943105791513 ], [ -110.3660420387247, 40.793564578483604 ], [ -110.36625357352585, 40.793133333400597 ], [ -110.36640412983925, 40.792881922717022 ], [ -110.36658363160413, 40.79270273858036 ], [ -110.36677494218247, 40.792528123203148 ], [ -110.36705523137969, 40.792344987131564 ], [ -110.36721605317975, 40.792260288594086 ], [ -110.36779380595134, 40.791957167077143 ], [ -110.36816861062731, 40.79180607577208 ], [ -110.36859065263482, 40.791673258704343 ], [ -110.36920361023127, 40.791406356651301 ], [ -110.36970328429983, 40.791210900463454 ], [ -110.37014369389365, 40.791015118617096 ], [ -110.37058473889445, 40.790751774897309 ], [ -110.3706979732963, 40.790684828855042 ], [ -110.37098408512166, 40.790510723387364 ], [ -110.37137661034239, 40.790364222435478 ], [ -110.37165006013602, 40.79027562694943 ], [ -110.37222887607979, 40.789981497326892 ], [ -110.37249605994793, 40.789802780853499 ], [ -110.37266956863283, 40.78962805875986 ], [ -110.37282072704298, 40.789435197942325 ], [ -110.37288015802346, 40.789291385127584 ], [ -110.37292350442002, 40.78909343393277 ], [ -110.37325468506759, 40.788536706846259 ], [ -110.37339220950835, 40.788406830617006 ], [ -110.37346391332167, 40.788344160534116 ], [ -110.37357125715643, 40.788272675401487 ], [ -110.3738448985608, 40.788162455321562 ], [ -110.37436714777215, 40.788083310794129 ], [ -110.37460397251967, 40.788107115809595 ], [ -110.37491732738853, 40.788185385883587 ], [ -110.3751000172569, 40.788294477282683 ], [ -110.37522323734942, 40.788425767638785 ], [ -110.37548233265727, 40.788602835780239 ], [ -110.37561215505748, 40.788662093523357 ], [ -110.37571251662544, 40.788703174753053 ], [ -110.37590756718619, 40.788758280798106 ], [ -110.37597859440532, 40.788767673419471 ], [ -110.3762218117933, 40.78874196298829 ], [ -110.3764538511986, 40.788644123713048 ], [ -110.3766623125036, 40.788532643865352 ], [ -110.37688863511902, 40.78841225159875 ], [ -110.37717531029796, 40.788175074260074 ], [ -110.37733026752792, 40.788081321374229 ], [ -110.37755654535405, 40.787965431787498 ], [ -110.37793697943552, 40.787841364406255 ], [ -110.37822865006056, 40.787703304768812 ], [ -110.37859819536757, 40.787475578850056 ], [ -110.37875352675663, 40.787341287828283 ], [ -110.37896244173298, 40.787180259510954 ], [ -110.37916433927309, 40.787136303477801 ], [ -110.37941355923613, 40.787101610098851 ], [ -110.37964470809753, 40.787098348760431 ], [ -110.37986980542577, 40.787108567178727 ], [ -110.38011314100225, 40.787069336416771 ], [ -110.38056379607845, 40.78704022673822 ], [ -110.38097255184874, 40.787055933007515 ], [ -110.38112073908272, 40.78705222362742 ], [ -110.38137563279541, 40.787044581921663 ], [ -110.38199784353804, 40.787047915970078 ], [ -110.38228342619688, 40.787053949357691 ], [ -110.38234149086681, 40.787055161025521 ], [ -110.38241256730311, 40.787059144853664 ], [ -110.38272075158717, 40.787056289627856 ], [ -110.3831535030823, 40.78704058679957 ], [ -110.38355053289152, 40.787042708510256 ], [ -110.38400043729416, 40.78709465785407 ], [ -110.3844554157974, 40.787110598530113 ], [ -110.3848000078894, 40.787143965940885 ], [ -110.38511967029963, 40.787181703732053 ], [ -110.3853917602884, 40.787237204254581 ], [ -110.38561174483164, 40.78728792247059 ], [ -110.38591799813932, 40.787366124884784 ], [ -110.38623733052948, 40.787439891806571 ], [ -110.38651597015469, 40.787427860800619 ], [ -110.38685357824498, 40.787447672207129 ], [ -110.38710180171344, 40.787521058870006 ], [ -110.38730315693053, 40.787535640930265 ], [ -110.38749266050431, 40.787550159730316 ], [ -110.38801998008205, 40.787561966078506 ], [ -110.38831022370944, 40.787577017768662 ], [ -110.38850532298162, 40.787627598551445 ], [ -110.38877759115582, 40.787664174197232 ], [ -110.38913889646757, 40.787685005289667 ], [ -110.38952959220379, 40.787732115380699 ], [ -110.38964811817917, 40.787731841524433 ], [ -110.38978444655275, 40.78772895914215 ], [ -110.38997485804745, 40.787644385213028 ], [ -110.39031963832332, 40.787528196104923 ], [ -110.3908415181869, 40.787486810688364 ], [ -110.39119163790974, 40.787434607480662 ], [ -110.39144117376959, 40.787364756643782 ], [ -110.3916316725804, 40.78727027108318 ], [ -110.39192323058592, 40.787141184659816 ], [ -110.39220141637799, 40.787178684262635 ], [ -110.39269264563822, 40.787248834382154 ], [ -110.39306523586349, 40.787331871202639 ], [ -110.39333729231974, 40.787391857072215 ], [ -110.39361486542843, 40.787496913776693 ], [ -110.39381511628135, 40.787633093382176 ], [ -110.39391454584533, 40.787777751622066 ], [ -110.39412006905982, 40.787986026359469 ], [ -110.39441554641216, 40.788077662396901 ], [ -110.39491757360436, 40.788264970170225 ], [ -110.39523659365109, 40.788374744547042 ], [ -110.39544866154215, 40.788515487488176 ], [ -110.395808961361, 40.788647997785255 ], [ -110.39596851372752, 40.788698379824758 ], [ -110.39617130262813, 40.788555305240742 ], [ -110.39619034528285, 40.788415773195695 ], [ -110.39623247756833, 40.788213302483193 ], [ -110.39624673845535, 40.78807824964867 ], [ -110.39632667146142, 40.787758866199987 ], [ -110.39647799954078, 40.787408326367355 ], [ -110.39680583763452, 40.787198340854751 ], [ -110.39698998705894, 40.787149756581726 ], [ -110.39732297442467, 40.787025377232943 ], [ -110.39742412070032, 40.786980862968697 ], [ -110.39775151426967, 40.786819518319035 ], [ -110.39801301475332, 40.786736202940503 ], [ -110.39830407041354, 40.786661148731739 ], [ -110.39859610741902, 40.786608620150602 ], [ -110.39892145024166, 40.786542751574224 ], [ -110.39917723350926, 40.78643598166704 ], [ -110.39944563844023, 40.786243696124778 ], [ -110.39961318241706, 40.786064397964779 ], [ -110.39976883347006, 40.785889541942716 ], [ -110.39984688170097, 40.78577734163008 ], [ -110.40002087608828, 40.785539521146738 ], [ -110.40012863300117, 40.785418466598294 ], [ -110.40026005172875, 40.785302039178795 ], [ -110.4004801930592, 40.785204089600363 ], [ -110.40071738196055, 40.78518730465801 ], [ -110.4009073677551, 40.785147752913858 ], [ -110.40130471118486, 40.785113781130669 ], [ -110.40186293618002, 40.784981548483422 ], [ -110.40211229842997, 40.784928789757757 ], [ -110.40229042331481, 40.784890075126377 ], [ -110.40274787643527, 40.784760919568747 ], [ -110.40313957332687, 40.784695382469984 ], [ -110.40359080777314, 40.784598622009838 ], [ -110.40422053388735, 40.78442170493684 ], [ -110.40459469193513, 40.78432904681933 ], [ -110.40496808516681, 40.784321964337956 ], [ -110.40557810074887, 40.784361142318417 ], [ -110.40574381693254, 40.78438451710889 ], [ -110.4060278848979, 40.784426517931642 ], [ -110.40628152725917, 40.784291794815317 ], [ -110.40654561815474, 40.784181447837092 ], [ -110.40702615175418, 40.784120858619154 ], [ -110.40737548098984, 40.78415418295981 ], [ -110.40755877396944, 40.78420016667625 ], [ -110.40774783275474, 40.784264196705699 ], [ -110.40796067431593, 40.784319339942364 ], [ -110.40838111236792, 40.784353026049743 ], [ -110.40897943894896, 40.784374109110544 ], [ -110.40939439119926, 40.784358216647732 ], [ -110.40960885832773, 40.784363818383881 ], [ -110.40989230176842, 40.784342746960085 ], [ -110.41011170067621, 40.784326752567438 ], [ -110.41019589209711, 40.784321777816906 ], [ -110.41030737316142, 40.784313339063182 ], [ -110.41044370190745, 40.784309531406507 ], [ -110.41080058255257, 40.784293337177445 ], [ -110.4110008281711, 40.784298863710347 ], [ -110.4112122885943, 40.784376515169598 ], [ -110.41146724124607, 40.784494926347193 ], [ -110.41182783002489, 40.78459585843504 ], [ -110.41207607104795, 40.784669191526355 ], [ -110.41231250103597, 40.784737959678772 ], [ -110.4124240164853, 40.784860142392091 ], [ -110.41255887782043, 40.785022982122079 ], [ -110.41272888922221, 40.78523194396314 ], [ -110.41289326950299, 40.785407545429038 ], [ -110.41311523458447, 40.785773518995065 ], [ -110.41339871883682, 40.785883062494975 ], [ -110.41359967922433, 40.785942639185187 ], [ -110.41387795203902, 40.785971078484373 ], [ -110.4142034728588, 40.786017773988085 ], [ -110.41458647194565, 40.786267451535394 ], [ -110.41481560064437, 40.786493826332446 ], [ -110.41493229836144, 40.786701613662842 ], [ -110.41509612689357, 40.786941169538387 ], [ -110.41521725069465, 40.787320140555558 ], [ -110.41538624924372, 40.787646203820373 ], [ -110.41556229684885, 40.787844381798763 ], [ -110.41582698991014, 40.788070934663189 ], [ -110.41590229068382, 40.788269502884248 ], [ -110.41600065656911, 40.788541156644008 ], [ -110.41621368442355, 40.788577367743343 ], [ -110.41649864450947, 40.788520253802716 ], [ -110.41687830160511, 40.788477130492389 ], [ -110.41732765263649, 40.788596510898202 ], [ -110.41799575622561, 40.788775548352596 ], [ -110.41844460047419, 40.788953477109409 ], [ -110.41897048568494, 40.789131792070144 ], [ -110.4195610897328, 40.789364481203719 ], [ -110.42015731056972, 40.789633229537891 ], [ -110.42058700714136, 40.789833574985082 ], [ -110.42103112461839, 40.790011469937475 ], [ -110.42144969009524, 40.790265807314761 ], [ -110.42183320965235, 40.790461412328895 ], [ -110.4223284701375, 40.790756669012779 ], [ -110.42295946091603, 40.791119265292231 ], [ -110.42320114203802, 40.791270014712261 ], [ -110.4234306288883, 40.791460340085507 ], [ -110.42374858276925, 40.791700653572327 ], [ -110.42395432856476, 40.791895363579314 ], [ -110.42411363799113, 40.791977235250812 ], [ -110.42430304619838, 40.792005205888778 ], [ -110.42455838278178, 40.791947924289403 ], [ -110.42466017960902, 40.791826817180407 ], [ -110.42478084328756, 40.79157968505659 ], [ -110.42479901078335, 40.791534733128692 ], [ -110.42486668702767, 40.791246798509349 ], [ -110.42499374135204, 40.79094564699168 ], [ -110.42512048374, 40.79068052776168 ], [ -110.42537783367402, 40.790389033353236 ], [ -110.42570047749643, 40.790085251437993 ], [ -110.42607042640149, 40.789793414946971 ], [ -110.42644547652849, 40.789597092725096 ], [ -110.42668976342541, 40.789445162171639 ], [ -110.42696960560147, 40.789293407667763 ], [ -110.42716621083528, 40.789172769056393 ], [ -110.42726912093472, 40.788921041806461 ], [ -110.42739534738385, 40.788714472674293 ], [ -110.42746608674844, 40.788620234395353 ], [ -110.42773699691756, 40.78826574234192 ], [ -110.42792418098495, 40.787861287792303 ], [ -110.42798207506215, 40.787330072988922 ], [ -110.42812788987825, 40.786911900195754 ], [ -110.42830952812186, 40.786462374896267 ], [ -110.42844286951579, 40.786116207899639 ], [ -110.42859329186811, 40.785851201882593 ], [ -110.42866701437023, 40.785684909518238 ], [ -110.42879192934112, 40.78549184499478 ], [ -110.4290121457427, 40.785380328518194 ], [ -110.42923805575268, 40.785295865307326 ], [ -110.42943487633909, 40.785148198256934 ], [ -110.42947208797651, 40.784954699289699 ], [ -110.42944639131214, 40.784495138225637 ], [ -110.42956248546203, 40.784085824945386 ], [ -110.42965418232667, 40.783757467538784 ], [ -110.429781470073, 40.783424781660088 ], [ -110.42983222554656, 40.783033162164472 ], [ -110.42988180300505, 40.782640635947672 ], [ -110.42996266868958, 40.782331142574435 ], [ -110.43007244533815, 40.78196683998133 ], [ -110.4303676777739, 40.781396257031751 ], [ -110.4305420138173, 40.781104340723289 ], [ -110.43077036828902, 40.780731613962779 ], [ -110.43103504050281, 40.780268980621187 ], [ -110.43121571849788, 40.779927547648889 ], [ -110.43148527273105, 40.779586552263567 ], [ -110.43162962764748, 40.779335024830431 ], [ -110.43174370313159, 40.779159920514736 ], [ -110.43203687536148, 40.77882804860657 ], [ -110.43231215429637, 40.778509600686817 ], [ -110.43249090430682, 40.778393369128814 ], [ -110.43278223044372, 40.778277690695539 ], [ -110.43300188013039, 40.778229223274785 ], [ -110.43345279911765, 40.77815936978697 ], [ -110.43387428298843, 40.778066848829937 ], [ -110.43430161435387, 40.777983363517045 ], [ -110.43468716377718, 40.777935706030966 ], [ -110.43491863057665, 40.777890896252494 ], [ -110.43531590710938, 40.777857707723356 ], [ -110.4356299732831, 40.77785473987803 ], [ -110.43607401742943, 40.777896548186618 ], [ -110.43647091283968, 40.777908396428842 ], [ -110.43680806507497, 40.777837974194902 ], [ -110.4371232781285, 40.777839512143323 ], [ -110.43769850249438, 40.777783761089935 ], [ -110.43789965058177, 40.777820775144583 ], [ -110.43826616940683, 40.77792165361862 ], [ -110.43836666792345, 40.777949168350183 ], [ -110.43840708130735, 40.778075484347788 ], [ -110.4384295299143, 40.778224234211912 ], [ -110.43850971265459, 40.778553435436798 ], [ -110.43882875957605, 40.778663089646628 ], [ -110.4392656286564, 40.778854392244945 ], [ -110.43964374063083, 40.778986852495613 ], [ -110.43982100360607, 40.779046268518279 ], [ -110.44007465119441, 40.779182627354238 ], [ -110.44045880523767, 40.779301601467949 ], [ -110.44080174865617, 40.779388844785437 ], [ -110.44144019876541, 40.779567603023466 ], [ -110.44211412835699, 40.779755537781021 ], [ -110.44272243231495, 40.779997202822479 ], [ -110.44310070821052, 40.780111635492553 ], [ -110.44347842152885, 40.780293628110762 ], [ -110.44366630188351, 40.780501730007906 ], [ -110.44406051808674, 40.780836945107552 ], [ -110.44430682944994, 40.78114442114429 ], [ -110.44435925685588, 40.781252775825692 ], [ -110.44452449175236, 40.781334647996822 ], [ -110.44481423511121, 40.781408110507684 ], [ -110.44486292824942, 40.781395732840942 ], [ -110.4451348429746, 40.781333080143156 ], [ -110.44539627135633, 40.781248755959346 ], [ -110.44561014639011, 40.781182219771445 ], [ -110.4458049849837, 40.781124600283079 ], [ -110.44651045771994, 40.781227980762196 ], [ -110.44703733739898, 40.781288161231046 ], [ -110.44744003889755, 40.781317115782521 ], [ -110.44779515120972, 40.781368362508459 ], [ -110.44826273461882, 40.781433658729512 ], [ -110.44838113059629, 40.781447737529945 ], [ -110.44865932596342, 40.781485101111599 ], [ -110.44918098385037, 40.781460566763364 ], [ -110.44948317882938, 40.781462008835803 ], [ -110.45002734897918, 40.781581714372734 ], [ -110.45050663850931, 40.781665074334221 ], [ -110.45091556607393, 40.781658012329039 ], [ -110.4512120219843, 40.781636901267518 ], [ -110.45159817383805, 40.781517122026095 ], [ -110.45186511302089, 40.781482356226697 ], [ -110.45225615218285, 40.781488717276581 ], [ -110.4526291564078, 40.781526521276596 ], [ -110.45276533712159, 40.781539779087169 ], [ -110.45284231560363, 40.781546450076256 ], [ -110.45316844179604, 40.781520069553778 ], [ -110.45345326716699, 40.781471872054901 ], [ -110.45406895033528, 40.781398214032578 ], [ -110.45431826459956, 40.781489478462134 ], [ -110.45493159733225, 40.781848213711882 ], [ -110.45523232969093, 40.782028903374439 ], [ -110.45542090660575, 40.782156813600537 ], [ -110.45579859199661, 40.782347774288482 ], [ -110.45604606567277, 40.782520102975624 ], [ -110.45648886209811, 40.782720376822311 ], [ -110.45690155659044, 40.782979062672275 ], [ -110.45700093341233, 40.783146187938797 ], [ -110.45719477804953, 40.783210159557171 ], [ -110.4574223071953, 40.783067093304176 ], [ -110.45756609592942, 40.782874086135855 ], [ -110.45778576696468, 40.782676931098401 ], [ -110.45787707987088, 40.782524215283225 ], [ -110.45816957488722, 40.782115701370508 ], [ -110.45849962320729, 40.781752405515014 ], [ -110.45882760546716, 40.781497201259221 ], [ -110.45942917525103, 40.781117158683571 ], [ -110.45981106281032, 40.780790135915105 ], [ -110.46018687544941, 40.780481100487705 ], [ -110.46058613069778, 40.780203703231876 ], [ -110.4608306337114, 40.78001116261283 ], [ -110.46094965822348, 40.779800919193811 ], [ -110.4609757531085, 40.779651499573212 ], [ -110.46098404494705, 40.779358761232736 ], [ -110.46109321054124, 40.779048476950393 ], [ -110.46119532173286, 40.778877791768274 ], [ -110.46132091472123, 40.778734241685747 ], [ -110.46147078976171, 40.778518736567449 ], [ -110.46134745327359, 40.778383033018983 ], [ -110.46122422645963, 40.778233817057441 ], [ -110.46116068797218, 40.778030828520215 ], [ -110.46110325694009, 40.777805347143051 ], [ -110.46106400187685, 40.777530403710728 ], [ -110.46113263512629, 40.777102819109331 ], [ -110.46128338029986, 40.776779215878079 ], [ -110.46139799220626, 40.776527512030484 ], [ -110.4616089295597, 40.776087078358742 ], [ -110.46178289711524, 40.775822138204546 ], [ -110.46203239705007, 40.775742224810173 ], [ -110.46231730047083, 40.775680492898978 ], [ -110.46270321673279, 40.775583196513594 ], [ -110.46294082866604, 40.775507730063573 ], [ -110.46333253404313, 40.775279834791633 ], [ -110.46377429509462, 40.775016136648986 ], [ -110.46430561220906, 40.774667271489868 ], [ -110.4649588295471, 40.774336986165139 ], [ -110.46540499281841, 40.774113840532472 ], [ -110.46585718606835, 40.773877208269198 ], [ -110.46653592027643, 40.773465955228978 ], [ -110.46710132180336, 40.773148764495453 ], [ -110.46765479677984, 40.772840524486071 ], [ -110.46819006184026, 40.772586249106894 ], [ -110.46892097808328, 40.772314854706593 ], [ -110.46954298930468, 40.772326724074169 ], [ -110.46979799774246, 40.772296366086522 ], [ -110.46983950572694, 40.772292052514771 ], [ -110.4701360218489, 40.772257380191348 ], [ -110.47064664515779, 40.772120091230356 ], [ -110.4711985241243, 40.772010014672716 ], [ -110.47183305986034, 40.771936347959063 ], [ -110.4722247228557, 40.771857062990492 ], [ -110.47261585072694, 40.771845338292735 ], [ -110.47295277478129, 40.771945070621832 ], [ -110.47346692519508, 40.772110472203508 ], [ -110.47399889460318, 40.772270547590615 ], [ -110.47443554038966, 40.772497750482209 ], [ -110.4745685282348, 40.772764107960995 ], [ -110.47471630390892, 40.772958464281288 ], [ -110.47516491234022, 40.773172206040911 ], [ -110.47548434918907, 40.773236718141661 ], [ -110.47584433917322, 40.773418524554266 ], [ -110.47635220156896, 40.773632530811049 ], [ -110.47694996275376, 40.773716318533012 ], [ -110.47720920335372, 40.773902168263895 ], [ -110.47751037746578, 40.774029651782762 ], [ -110.47782946810463, 40.774139198511207 ], [ -110.4783796966361, 40.774240780815731 ], [ -110.47896540522116, 40.774351529233208 ], [ -110.47979392715592, 40.774476882304 ], [ -110.48046696856896, 40.774786204565679 ], [ -110.48096889647917, 40.775004668043998 ], [ -110.4814392070826, 40.775479730545271 ], [ -110.48173864636495, 40.775832408613212 ], [ -110.48180319054731, 40.775913775283158 ], [ -110.48212678823755, 40.776208005326637 ], [ -110.48226786824117, 40.776352774918365 ], [ -110.48273307609252, 40.776724211028217 ], [ -110.48327980872752, 40.777280685259328 ], [ -110.48348533660005, 40.777520331503069 ], [ -110.48382585318164, 40.777927239109928 ], [ -110.484379156806, 40.778402660650457 ], [ -110.48478475601004, 40.778823368962563 ], [ -110.48510214269486, 40.779158101216389 ], [ -110.4855915385921, 40.779471078152255 ], [ -110.48593381414022, 40.77965277402194 ], [ -110.48628295899368, 40.77986602930973 ], [ -110.48686727465393, 40.780165910537406 ], [ -110.48711401731933, 40.780288622609447 ], [ -110.48724652932204, 40.780163092070531 ], [ -110.48755653434172, 40.779764490381559 ], [ -110.48771271624517, 40.779488621934604 ], [ -110.4879517255393, 40.779229336173685 ], [ -110.48827271514084, 40.778942487022029 ], [ -110.48854928552917, 40.778575264158818 ], [ -110.48898122046865, 40.777882619796678 ], [ -110.48926873052814, 40.777478508581346 ], [ -110.48967439321505, 40.777119961856023 ], [ -110.48992017953411, 40.776747194306985 ], [ -110.49016034802126, 40.776333862972507 ], [ -110.49042979404582, 40.775965703074405 ], [ -110.49045303152836, 40.775871216041629 ], [ -110.49049086729292, 40.775727246501461 ], [ -110.4906066059288, 40.775313364709397 ], [ -110.49081625345444, 40.77501610731467 ], [ -110.49125843124496, 40.774527992975813 ], [ -110.49146142048725, 40.774326195530492 ], [ -110.49171218433926, 40.774075061183332 ], [ -110.49190910881204, 40.773891253299041 ], [ -110.49248001083863, 40.773614500706877 ], [ -110.49283648826753, 40.773485444053648 ], [ -110.49314060717825, 40.77322913589979 ], [ -110.49333173055371, 40.773028183841319 ], [ -110.49358820194436, 40.772804096029553 ], [ -110.49386823347236, 40.772598128055783 ], [ -110.49404114160615, 40.772454749581378 ], [ -110.4942260007047, 40.772297910406259 ], [ -110.49458349166912, 40.772033724593449 ], [ -110.49508344235821, 40.771734126867948 ], [ -110.49541658131612, 40.771555413067354 ], [ -110.49569129041282, 40.771268340427817 ], [ -110.4957042292005, 40.77112426024005 ], [ -110.49577753658386, 40.770831802818435 ], [ -110.49587311141936, 40.770728622086764 ], [ -110.49626654917829, 40.770409635854222 ], [ -110.49676214156915, 40.77005686128706 ], [ -110.49706476637729, 40.76983747112412 ], [ -110.49732148447524, 40.769577341735122 ], [ -110.49745872932706, 40.769447315515812 ], [ -110.4975489519704, 40.769267537391663 ], [ -110.49755038368531, 40.769077463238609 ], [ -110.4975692016006, 40.768938813506843 ], [ -110.49780837870334, 40.768647076692048 ], [ -110.49838479702272, 40.768415361287225 ], [ -110.4987886294707, 40.768286491894457 ], [ -110.49912713120813, 40.768178958078295 ], [ -110.49939473014977, 40.768045891778776 ], [ -110.49962709343458, 40.767871232746707 ], [ -110.49988914412198, 40.767687693343348 ], [ -110.50002008452972, 40.767607183737631 ], [ -110.50029384652838, 40.767441711246043 ], [ -110.50047217946833, 40.767361406324 ], [ -110.50070988863405, 40.767263340921332 ], [ -110.50094739493375, 40.767192299807789 ], [ -110.50113025692765, 40.767139939962732 ], [ -110.50136898758008, 40.767063498139322 ], [ -110.50174308447987, 40.766948002703963 ], [ -110.50208245027058, 40.766881903253719 ], [ -110.50229019865628, 40.766828748080009 ], [ -110.50269848475578, 40.766735918366699 ], [ -110.50303699925543, 40.766624769664567 ], [ -110.50330415497291, 40.766549347082112 ], [ -110.50357730123682, 40.766464941093588 ], [ -110.50370914487806, 40.76642136623412 ], [ -110.5039692637917, 40.766336002435146 ], [ -110.50420090623125, 40.766255920844827 ], [ -110.50446203472215, 40.76619398251151 ], [ -110.50487792430513, 40.766033613548991 ], [ -110.50509781672508, 40.765939966905876 ], [ -110.50532369938426, 40.765837336962221 ], [ -110.50559680683699, 40.765757430286619 ], [ -110.50589950049749, 40.765682153915535 ], [ -110.50616019842934, 40.765677864644985 ], [ -110.50641501894418, 40.765667243658662 ], [ -110.50667594994206, 40.765631424271994 ], [ -110.50688365755376, 40.765582764909972 ], [ -110.50709166437078, 40.765493567945761 ], [ -110.50747775701375, 40.76535558370189 ], [ -110.50775066055796, 40.765302696716923 ], [ -110.50822491351562, 40.765259675820921 ], [ -110.5084145149667, 40.765255979327783 ], [ -110.50885904769254, 40.765226342059918 ], [ -110.5090904484931, 40.765177779548424 ], [ -110.50932724292713, 40.765201307966279 ], [ -110.50958773355767, 40.765224936596653 ], [ -110.51007300594071, 40.765294561900753 ], [ -110.51029811843316, 40.765295517339425 ], [ -110.51041666480384, 40.765287011748185 ], [ -110.51057075521642, 40.765278656780524 ], [ -110.51076645239704, 40.765251560023948 ], [ -110.51105721742894, 40.765186128950347 ], [ -110.51129447454494, 40.765146595385929 ], [ -110.51162078917943, 40.765080412568807 ], [ -110.51203632540236, 40.76496505903885 ], [ -110.51224392833088, 40.764929902409776 ], [ -110.51246950046948, 40.764867795642047 ], [ -110.51284909545926, 40.764806338693191 ], [ -110.5132643321444, 40.76473151798244 ], [ -110.51354371094921, 40.764602071836123 ], [ -110.51385869797355, 40.764463766451648 ], [ -110.51413788426564, 40.76436044287054 ], [ -110.51433991441465, 40.764276612776619 ], [ -110.51444677454957, 40.764245532460755 ], [ -110.51496896396384, 40.764126112734054 ], [ -110.51523596552278, 40.764068678934592 ], [ -110.51557984656156, 40.764029584364941 ], [ -110.51578152086709, 40.763994396473485 ], [ -110.51605447778563, 40.763932481483657 ], [ -110.51640506510334, 40.763785309839371 ], [ -110.5168090962069, 40.763620343773702 ], [ -110.5171001156596, 40.763517963398243 ], [ -110.51745063336163, 40.763379796831259 ], [ -110.51774741185149, 40.763299960302021 ], [ -110.5181812835601, 40.763103584130768 ], [ -110.52351246165975, 40.76150417663375 ], [ -110.52393880653472, 40.761528457515816 ], [ -110.52439438493214, 40.76160690869802 ], [ -110.52460689995857, 40.761711382803043 ], [ -110.52510346554546, 40.761857564260417 ], [ -110.52527474070487, 40.761930337446515 ], [ -110.52552853213062, 40.762062005330378 ], [ -110.5258591412818, 40.762221013974056 ], [ -110.52625472157737, 40.762407314087255 ], [ -110.5265972456685, 40.76255736095645 ], [ -110.52739264947505, 40.763168699092581 ], [ -110.52754574434543, 40.763299950116092 ], [ -110.52767392770795, 40.763435603264078 ], [ -110.52794604227816, 40.763658327296497 ], [ -110.52809882714874, 40.763833718271798 ], [ -110.52845158699168, 40.764213519831557 ], [ -110.5286745326944, 40.764520721700315 ], [ -110.52878017777755, 40.764660785829243 ], [ -110.52893821689406, 40.764931687880775 ], [ -110.52909064483335, 40.765158424857084 ], [ -110.52929000212261, 40.765451115543577 ], [ -110.52963583695423, 40.765975022123378 ], [ -110.52980633401391, 40.766160392387064 ], [ -110.52995918658991, 40.766327673410601 ], [ -110.53009448960496, 40.766463352812067 ], [ -110.5306241693666, 40.766961879964413 ], [ -110.53072989208243, 40.76709203316166 ], [ -110.53094154777051, 40.767322611869652 ], [ -110.5312836962527, 40.767531198855849 ], [ -110.53139533906629, 40.76766227633388 ], [ -110.53174309880592, 40.767915927524392 ], [ -110.53192573966336, 40.768060805373672 ], [ -110.53210163560917, 40.768322766831204 ], [ -110.53232480121054, 40.768602936694244 ], [ -110.53254806336977, 40.768869593671106 ], [ -110.53278799626416, 40.76929396742986 ], [ -110.53290509626514, 40.769492629676805 ], [ -110.53297448621886, 40.769736141508425 ], [ -110.53300836781911, 40.769974104473285 ], [ -110.53308285704892, 40.770335648918874 ], [ -110.53315231154956, 40.770570152317433 ], [ -110.53319252218478, 40.770750486054816 ], [ -110.53351607113112, 40.771080606567352 ], [ -110.53380549247134, 40.771207895855085 ], [ -110.5340657954891, 40.771262998430714 ], [ -110.53426647585384, 40.771371911132292 ], [ -110.53455028962891, 40.771454133154307 ], [ -110.53475150546399, 40.771486474471267 ], [ -110.53504146471221, 40.771537190125628 ], [ -110.53534308532868, 40.771614977663987 ], [ -110.53566282538289, 40.77164329028092 ], [ -110.53578737361822, 40.771624873388681 ], [ -110.53588817325793, 40.771613567697464 ], [ -110.53620209543905, 40.771626540882764 ], [ -110.53646835176231, 40.771678058544737 ], [ -110.53681805971237, 40.771656941286771 ], [ -110.53724528723114, 40.771564065416072 ], [ -110.53743375176553, 40.771555812435643 ], [ -110.53788561140729, 40.7714990671344 ], [ -110.53814641802943, 40.771482094097479 ], [ -110.53838938842503, 40.771474057680976 ], [ -110.53889319622324, 40.771444541873734 ], [ -110.53933217538844, 40.771365218053063 ], [ -110.53965818256958, 40.771343997571641 ], [ -110.54004324893064, 40.771350037236402 ], [ -110.54063483803546, 40.771478513353436 ], [ -110.54087743612045, 40.771524521540115 ], [ -110.5415277790984, 40.771725295244778 ], [ -110.54177605577991, 40.771807358317318 ], [ -110.54244455513292, 40.771953246767602 ], [ -110.54268085482047, 40.772054178367533 ], [ -110.54294696366655, 40.77212820188609 ], [ -110.54317167456509, 40.772191250657492 ], [ -110.54370501667674, 40.772175343590824 ], [ -110.54424317522302, 40.772321607043644 ], [ -110.54454450275985, 40.772444412149916 ], [ -110.5448278729165, 40.772594171300995 ], [ -110.54522952345776, 40.772775925863236 ], [ -110.54577837405586, 40.773093386786513 ], [ -110.5461153483688, 40.773202815255033 ], [ -110.54658190291028, 40.773425358840321 ], [ -110.54680585040461, 40.773601905286831 ], [ -110.54691680792958, 40.773665400838475 ], [ -110.54703128995156, 40.773733414393121 ], [ -110.54707185384157, 40.77369303512269 ], [ -110.54714939602141, 40.773616766743665 ], [ -110.54729919709688, 40.773369619301576 ], [ -110.5475913741283, 40.773096004237459 ], [ -110.54776963544386, 40.773020130236105 ], [ -110.54788376248419, 40.772790859308664 ], [ -110.54792673139001, 40.772570318080888 ], [ -110.54813794042444, 40.772003606359512 ], [ -110.54819259854955, 40.771806533012622 ], [ -110.5482834567663, 40.771513209793049 ], [ -110.54848705787565, 40.771194202834401 ], [ -110.54880304050437, 40.770902660603561 ], [ -110.54891105302551, 40.770700390330482 ], [ -110.54898363966026, 40.770479964389047 ], [ -110.54903268012072, 40.770236924989121 ], [ -110.54907005398346, 40.769966814298222 ], [ -110.54913267794731, 40.769467083990328 ], [ -110.54919323103796, 40.769273636530521 ], [ -110.54925973859012, 40.769075708009098 ], [ -110.54940447948894, 40.768697913733206 ], [ -110.54954967495307, 40.768252556818204 ], [ -110.54970644335859, 40.767847783366442 ], [ -110.54979117666502, 40.767582361385649 ], [ -110.54994125810124, 40.767290168506662 ], [ -110.55013842806065, 40.767043201794856 ], [ -110.55037873546267, 40.766548667314268 ], [ -110.55062982561789, 40.766211824146389 ], [ -110.55082583532023, 40.765960347406164 ], [ -110.55100625903744, 40.765735835377789 ], [ -110.55109599926166, 40.765605560289195 ], [ -110.55138879283498, 40.765232843351349 ], [ -110.55154372624658, 40.765098317020446 ], [ -110.55178827581757, 40.764851531480907 ], [ -110.5520622318227, 40.764636389535312 ], [ -110.55225905352565, 40.764438964833417 ], [ -110.55236072812953, 40.764295222176152 ], [ -110.55247999285959, 40.764178573339436 ], [ -110.55283071345723, 40.763999761457619 ], [ -110.55306253139098, 40.763883548066723 ], [ -110.55341315843795, 40.763718246891877 ], [ -110.55368084922178, 40.763552623932348 ], [ -110.55384747127604, 40.763440661083649 ], [ -110.55412138474983, 40.763230018300668 ], [ -110.55459141493641, 40.762925541939737 ], [ -110.55483522400657, 40.762786849809942 ], [ -110.55512058887471, 40.762634804503058 ], [ -110.55531069130711, 40.762554460025527 ], [ -110.55560164789814, 40.762451982205874 ], [ -110.55584515331354, 40.762358329611992 ], [ -110.55613136921224, 40.762255832206144 ], [ -110.5564274216009, 40.762099320465417 ], [ -110.55674835237352, 40.76194290351269 ], [ -110.5570872920614, 40.761750520488128 ], [ -110.55742619992272, 40.76156264062331 ], [ -110.55765785212819, 40.761468938726587 ], [ -110.55791477120319, 40.761316777428107 ], [ -110.55818146525226, 40.761119610107095 ], [ -110.55841939624118, 40.760971879266087 ], [ -110.55871694999067, 40.760765820189746 ], [ -110.5589183008461, 40.760595426997085 ], [ -110.55906236720345, 40.760487874619642 ], [ -110.55937170454239, 40.760290867427415 ], [ -110.55955649595634, 40.760115905591157 ], [ -110.55963993160668, 40.760039651090892 ], [ -110.55984871301607, 40.759819737433126 ], [ -110.55998007108542, 40.759662588255956 ], [ -110.56009887183755, 40.759433322450391 ], [ -110.56018423290199, 40.759244467677249 ], [ -110.56038767998329, 40.758934446908576 ], [ -110.56050010956793, 40.758772720720174 ], [ -110.56069111378467, 40.75855273778167 ], [ -110.56079361979721, 40.758458537855901 ], [ -110.56103153550991, 40.758310801482857 ], [ -110.56127937202359, 40.758275709558227 ], [ -110.56151201454033, 40.758209029349416 ], [ -110.56167265712861, 40.758101536634541 ], [ -110.56180356385235, 40.758011947952703 ], [ -110.56200572842543, 40.757895603834953 ], [ -110.56256323661806, 40.757789615328299 ], [ -110.56279439640313, 40.757767969802259 ], [ -110.56307892550706, 40.757737517290415 ], [ -110.56331594938926, 40.757724901498698 ], [ -110.56360027189666, 40.75772597694786 ], [ -110.56380773760716, 40.757704239795082 ], [ -110.56405678455855, 40.757664642182142 ], [ -110.56442995755251, 40.757666051168435 ], [ -110.56473829653811, 40.757617667261144 ], [ -110.56479758905708, 40.757608882281829 ], [ -110.56505326302243, 40.757461204543191 ], [ -110.56511932994229, 40.757321820511805 ], [ -110.56535787747295, 40.757074983163371 ], [ -110.56553032848312, 40.756972033806534 ], [ -110.56573207310419, 40.756918741615813 ], [ -110.56582104005911, 40.756901059181779 ], [ -110.56603433795684, 40.756892852831456 ], [ -110.56636000314805, 40.756912094087546 ], [ -110.56661453022222, 40.756940075895173 ], [ -110.56690456820961, 40.756972694696699 ], [ -110.56722436915889, 40.756982902926353 ], [ -110.56739611631957, 40.756988051115144 ], [ -110.56770459597375, 40.756917138343113 ], [ -110.56789490040197, 40.756800739443868 ], [ -110.56802576711171, 40.756715647810687 ], [ -110.56832301010373, 40.756550101207871 ], [ -110.56860811392481, 40.756429551372072 ], [ -110.56880381481093, 40.756394248375791 ], [ -110.56903502601767, 40.756363581944775 ], [ -110.56942601409962, 40.756356933565115 ], [ -110.56995284255204, 40.756412048471866 ], [ -110.57016570328402, 40.756471397224622 ], [ -110.57042621161644, 40.756490384321047 ], [ -110.57066288787823, 40.756530902774308 ], [ -110.57094121858054, 40.756541847282612 ], [ -110.57112348212675, 40.756569550476257 ], [ -110.57146795724925, 40.756611368673369 ], [ -110.57154487330472, 40.756625167116695 ], [ -110.57178189178494, 40.7566125339076 ], [ -110.57198909150301, 40.756631319670966 ], [ -110.57225514900155, 40.756708879007448 ], [ -110.57239650016314, 40.756835522961708 ], [ -110.57244392130072, 40.7568302934991 ], [ -110.57256841473435, 40.756814539183843 ], [ -110.5728663761676, 40.756720151333553 ], [ -110.57314370202751, 40.756703160205248 ], [ -110.57345258174048, 40.756753849405982 ], [ -110.57356388235235, 40.756763269288598 ], [ -110.57379552422451, 40.756665030539253 ], [ -110.57399148190842, 40.756589181068499 ], [ -110.57424759805224, 40.756554091828001 ], [ -110.57456647206126, 40.75652373766669 ], [ -110.5748033174757, 40.75653812336342 ], [ -110.57505796728465, 40.756547168980553 ], [ -110.57526556337247, 40.756503791095284 ], [ -110.57542086810111, 40.75648634537017 ], [ -110.57587589090247, 40.756470001251181 ], [ -110.57604697940295, 40.756578732857719 ], [ -110.57600524154901, 40.756808298408714 ], [ -110.57599092244804, 40.757010938923003 ], [ -110.5762809941276, 40.757039029998055 ], [ -110.57661258657151, 40.757058264087661 ], [ -110.57689667827819, 40.757095340260882 ], [ -110.57707999354078, 40.757144658504536 ], [ -110.57742351331289, 40.757151321955121 ], [ -110.57750601240915, 40.757219188366257 ], [ -110.5776474316767, 40.757336817558794 ], [ -110.57778292806987, 40.757454424908403 ], [ -110.57812560667719, 40.757594410214978 ], [ -110.5782676483735, 40.757613847370045 ], [ -110.57842159953239, 40.757623418413594 ], [ -110.57859258138085, 40.757750163008744 ], [ -110.57879836517549, 40.757994145932315 ], [ -110.57903481900019, 40.758071581593114 ], [ -110.57920620079454, 40.758135266659089 ], [ -110.57936491267972, 40.758329529726353 ], [ -110.57954690091775, 40.758402261522775 ], [ -110.57992021437089, 40.758570279692258 ], [ -110.58018657232064, 40.758602778927226 ], [ -110.58040999345626, 40.758869344559663 ], [ -110.58052634440205, 40.759018409092164 ], [ -110.5806445897318, 40.759243152462531 ], [ -110.58090975695785, 40.759465726742683 ], [ -110.58096777624931, 40.759659621880871 ], [ -110.58116226457609, 40.759817978010595 ], [ -110.58137427030324, 40.760016935958092 ], [ -110.5815509615377, 40.760179731158274 ], [ -110.58171594754455, 40.760319962214361 ], [ -110.58188680143962, 40.760469222869354 ], [ -110.58198073321358, 40.760604691810656 ], [ -110.58210436833289, 40.760726755364601 ], [ -110.58227389840998, 40.760898532089932 ], [ -110.58252827970232, 40.761142684148737 ], [ -110.58267532996277, 40.761309874667127 ], [ -110.58268650130685, 40.761418017990707 ], [ -110.58264456189519, 40.761493538380563 ], [ -110.58250709849499, 40.761687626449699 ], [ -110.58249392634534, 40.761899280349418 ], [ -110.58255237500816, 40.762025611849502 ], [ -110.5826405837294, 40.762129529504222 ], [ -110.58281764973479, 40.76223376832818 ], [ -110.58303511333935, 40.762509315779887 ], [ -110.58317599076848, 40.762717021912962 ], [ -110.58340738628749, 40.762659301679939 ], [ -110.58369804785345, 40.762597290494234 ], [ -110.58389948629163, 40.762593512660942 ], [ -110.58427294039568, 40.762554319940648 ], [ -110.58455778907381, 40.762474268495531 ], [ -110.58472994439298, 40.762416332340251 ], [ -110.58496702041074, 40.762397366291189 ], [ -110.58511376862609, 40.762424018805774 ], [ -110.5852273771582, 40.762445146890428 ], [ -110.58544074667216, 40.762427896380956 ], [ -110.58568407080283, 40.762356701560066 ], [ -110.58598054099228, 40.762312722623612 ], [ -110.58653176239132, 40.762265151601298 ], [ -110.58689367233615, 40.762176361862295 ], [ -110.58719620408147, 40.762109880054368 ], [ -110.58755221637293, 40.76201656286166 ], [ -110.58774789608795, 40.761985731995757 ], [ -110.58783077339436, 40.76199503658961 ], [ -110.58805571031144, 40.762022865438702 ], [ -110.58831657922767, 40.761987761989971 ], [ -110.58858337165425, 40.761952679067683 ], [ -110.58883258676731, 40.761886002885198 ], [ -110.58899906284029, 40.761787501515606 ], [ -110.58915272803195, 40.761652919986652 ], [ -110.58947448831786, 40.761541457754035 ], [ -110.58967647730208, 40.761447586006994 ], [ -110.59002655891869, 40.761354240075718 ], [ -110.59040019619471, 40.761283498130695 ], [ -110.59059625939224, 40.761189603735581 ], [ -110.59078052987623, 40.761086658611923 ], [ -110.59093421748197, 40.760947570477839 ], [ -110.5911316844813, 40.76081764582284 ], [ -110.5913991603438, 40.760669951549872 ], [ -110.59160723306559, 40.760549072201336 ], [ -110.5918748170006, 40.760383360038041 ], [ -110.5920177004716, 40.760266753683595 ], [ -110.59230211607107, 40.760060561404366 ], [ -110.59254123553909, 40.759899251410758 ], [ -110.59287576330458, 40.759634678831148 ], [ -110.59315463446899, 40.759365404787701 ], [ -110.59345840964696, 40.759091713492545 ], [ -110.59366781764304, 40.75875012480293 ], [ -110.59391161307894, 40.758597836969798 ], [ -110.59410226053072, 40.758418335956662 ], [ -110.59426452914532, 40.758229726273285 ], [ -110.59445528408449, 40.758032207871935 ], [ -110.59462096800152, 40.757866131135437 ], [ -110.594822719869, 40.75780828380563 ], [ -110.59512536068272, 40.757719260047075 ], [ -110.59546354110321, 40.757630360070316 ], [ -110.59575411520102, 40.757577326703512 ], [ -110.59627610989691, 40.757457537982148 ], [ -110.59675623084655, 40.757405164991674 ], [ -110.59729615563064, 40.757258408536266 ], [ -110.59776448194697, 40.75719698160492 ], [ -110.59815550539656, 40.757184830867146 ], [ -110.59842816986963, 40.75715424986511 ], [ -110.59883125630103, 40.75710610446275 ], [ -110.59931177846373, 40.756986157824755 ], [ -110.59984479870249, 40.757001520021014 ], [ -110.60022356924952, 40.757056884192899 ], [ -110.60055519081197, 40.757072446164173 ], [ -110.60065592020314, 40.7570673895965 ], [ -110.60090462032002, 40.757081762753245 ], [ -110.60117693322604, 40.757109729854768 ], [ -110.60159722285944, 40.75715622440044 ], [ -110.60193006218172, 40.757166381473219 ], [ -110.60252630575383, 40.757308069553815 ], [ -110.60284019118305, 40.757318158724459 ], [ -110.60306511884676, 40.757345958297662 ], [ -110.60328431075153, 40.757342207662056 ], [ -110.60364550327813, 40.757365970126905 ], [ -110.60372838251021, 40.757374362455046 ], [ -110.6038053544228, 40.757380031868557 ], [ -110.60395351925065, 40.757367027525397 ], [ -110.60414317442316, 40.75734966101583 ], [ -110.60451653440624, 40.757319410964747 ], [ -110.60500222496064, 40.757325578562046 ], [ -110.60519177316581, 40.757326227137362 ], [ -110.60533396096174, 40.757322209161948 ], [ -110.60564200341224, 40.75731875785057 ], [ -110.60587304188391, 40.757315042776646 ], [ -110.60605198117193, 40.757306645121972 ], [ -110.60626403819353, 40.757307368765851 ], [ -110.60634697083641, 40.757306750808489 ], [ -110.60653061688377, 40.757303773618162 ], [ -110.60674409746966, 40.757263962588631 ], [ -110.60702249619942, 40.757264910873566 ], [ -110.60702116999323, 40.757490121047717 ], [ -110.60702619157543, 40.757643284130317 ], [ -110.60702523670474, 40.757805435446016 ], [ -110.6071660201424, 40.758040137982462 ], [ -110.6073005895302, 40.758324366419117 ], [ -110.60733557377894, 40.758419075605723 ], [ -110.60738202879031, 40.758577784762792 ], [ -110.60764173561847, 40.758736318220308 ], [ -110.60774764920247, 40.758857393288139 ], [ -110.60794764631675, 40.759096800364084 ], [ -110.60807724993992, 40.759218856454872 ], [ -110.60832527241156, 40.759350322927887 ], [ -110.60857340154807, 40.759463772058652 ], [ -110.60891625607753, 40.759586550267898 ], [ -110.60945435328492, 40.759750526948523 ], [ -110.60969048054521, 40.759890958811376 ], [ -110.60981424429379, 40.759999480314178 ], [ -110.60989638502623, 40.760134886749427 ], [ -110.61009060161528, 40.760351749074673 ], [ -110.61027394549683, 40.760401915560422 ], [ -110.61045707929509, 40.760488115379005 ], [ -110.6107877799536, 40.760664898491903 ], [ -110.61101217090524, 40.760787270889018 ], [ -110.61120697040718, 40.760905038872671 ], [ -110.61141348687039, 40.761045367434278 ], [ -110.61155484318792, 40.761185476326311 ], [ -110.61166652896401, 40.761334493792042 ], [ -110.61177829385782, 40.761469998539617 ], [ -110.6120314386566, 40.761742008120265 ], [ -110.61240349067791, 40.76194054617519 ], [ -110.61267488714365, 40.762130637536139 ], [ -110.61294036132621, 40.76232070839233 ], [ -110.6132357956815, 40.762452323267361 ], [ -110.61351943567868, 40.762574889307572 ], [ -110.61390288435467, 40.762648241407952 ], [ -110.61411693734279, 40.762716521672679 ], [ -110.61440125690179, 40.76272197627079 ], [ -110.61464387530776, 40.762767829545361 ], [ -110.61492206329979, 40.762809296708454 ], [ -110.61522966323639, 40.762886895585204 ], [ -110.61545249566035, 40.763076818474673 ], [ -110.61560115511551, 40.763185416680912 ], [ -110.61576658879018, 40.763261639655241 ], [ -110.61598543147743, 40.763321824676218 ], [ -110.61626323404766, 40.763430851671231 ], [ -110.61649341298669, 40.763580258358388 ], [ -110.61673546674805, 40.76372519973048 ], [ -110.61698939536139, 40.763865675713276 ], [ -110.6173199234636, 40.764078473787052 ], [ -110.61754451866705, 40.764169304089954 ], [ -110.61779837327146, 40.764323290908337 ], [ -110.61803430224933, 40.764504243573107 ], [ -110.61824630437236, 40.764725655207549 ], [ -110.61848828883566, 40.76488410552107 ], [ -110.61878820171032, 40.765065268130854 ], [ -110.61899451552532, 40.76524612098715 ], [ -110.61909571560622, 40.765368070836587 ], [ -110.61918975569634, 40.765499005546303 ], [ -110.61940758615995, 40.765738451402221 ], [ -110.61953109400558, 40.765896508731679 ], [ -110.6196191344806, 40.766040936166043 ], [ -110.61966555201538, 40.766212252092394 ], [ -110.61973507606136, 40.766487242751822 ], [ -110.6198053964346, 40.76662260306626 ], [ -110.61992870155481, 40.766816693580935 ], [ -110.62005203304257, 40.767006279757666 ], [ -110.6201814433652, 40.767168860080503 ], [ -110.6204105931633, 40.767502931264573 ], [ -110.620640129463, 40.767769438946189 ], [ -110.62082832519827, 40.768013288908641 ], [ -110.62101108414647, 40.768171539258596 ], [ -110.62129365815508, 40.768488667784013 ], [ -110.62147668020475, 40.768600974530742 ], [ -110.62186643913127, 40.768822962283224 ], [ -110.622102981911, 40.768900309954027 ], [ -110.62232182846408, 40.768964086369749 ], [ -110.62262310786264, 40.76911821767527 ], [ -110.62281225699476, 40.769195408902306 ], [ -110.62316662972431, 40.769390250874167 ], [ -110.62327878756123, 40.769462685621868 ], [ -110.62365129232406, 40.769594525289634 ], [ -110.62382764381341, 40.769630233686378 ], [ -110.62409550170067, 40.769618494484199 ], [ -110.62429721329048, 40.769569604195866 ], [ -110.62478314243754, 40.769549564556144 ], [ -110.62498452919469, 40.769558326866381 ], [ -110.62520373500828, 40.769559038982699 ], [ -110.62547051371254, 40.769528375083148 ], [ -110.62573744380637, 40.769470685342384 ], [ -110.62615957082399, 40.769206300673929 ], [ -110.62651645013919, 40.768955216162702 ], [ -110.62675985576895, 40.768865917908762 ], [ -110.62706863074594, 40.768740796106663 ], [ -110.62722904288749, 40.76866023720838 ], [ -110.62738958043926, 40.768557157057089 ], [ -110.62754487212578, 40.768332444005665 ], [ -110.62765801347908, 40.768229210499285 ], [ -110.62787234593515, 40.768040721762326 ], [ -110.62816926634133, 40.767915558764855 ], [ -110.62838881811417, 40.767853205917888 ], [ -110.62872088155231, 40.76780022325012 ], [ -110.62903529673756, 40.767724661460647 ], [ -110.62922502522763, 40.767698245450255 ], [ -110.62950406860574, 40.767591038720305 ], [ -110.62993116862745, 40.767493314751967 ], [ -110.6301744894804, 40.767417521853595 ], [ -110.63053077039773, 40.767270021528098 ], [ -110.63088737372973, 40.767063965383159 ], [ -110.63117861392391, 40.766892832702688 ], [ -110.63137468160087, 40.766790761365627 ], [ -110.63154599626994, 40.766665188367547 ], [ -110.63170158406447, 40.766598120674651 ], [ -110.63195127116877, 40.766441267133231 ], [ -110.63229566974977, 40.766298227717485 ], [ -110.6325746279542, 40.766204526120212 ], [ -110.63272927677718, 40.766092411154695 ], [ -110.63298503242044, 40.765908548935442 ], [ -110.63310531978222, 40.765796324177941 ], [ -110.6332588017471, 40.765680601351733 ], [ -110.63343100281458, 40.765608178956548 ], [ -110.63374002229423, 40.765433492793861 ], [ -110.63378225761357, 40.765293993846164 ], [ -110.63383678592503, 40.765073456665768 ], [ -110.63390923437444, 40.764825950557224 ], [ -110.63395771426305, 40.764627915565512 ], [ -110.63397585707928, 40.764560408754186 ], [ -110.63413193235507, 40.764187047545356 ], [ -110.63419835595312, 40.763957539277982 ], [ -110.63428277320523, 40.763687549365407 ], [ -110.63445037174047, 40.763372779967419 ], [ -110.63450430404627, 40.763260343499709 ], [ -110.63463618439098, 40.762976990723423 ], [ -110.63473790173825, 40.76279263674008 ], [ -110.63497675465555, 40.76244656197369 ], [ -110.63556110594736, 40.761750243408407 ], [ -110.63578798037665, 40.76142665052997 ], [ -110.63603817901489, 40.761170695140535 ], [ -110.63649599350455, 40.760645135699271 ], [ -110.63667574756452, 40.760488051449691 ], [ -110.63690782514938, 40.760295097191282 ], [ -110.63715767234076, 40.760102198326052 ], [ -110.63734235812638, 40.759909094171661 ], [ -110.63749130538946, 40.759751911818213 ], [ -110.63761660645133, 40.759585646433173 ], [ -110.63802187934667, 40.759131984497188 ], [ -110.63825446107957, 40.758844438861352 ], [ -110.63847437510651, 40.758489288629242 ], [ -110.63870243332931, 40.758161189223408 ], [ -110.63891082746798, 40.757963652404342 ], [ -110.63908926211128, 40.757829081660006 ], [ -110.6393095009295, 40.757631581146853 ], [ -110.63958436279567, 40.757191018794551 ], [ -110.63987048436798, 40.756858594007944 ], [ -110.64012674352099, 40.756571118348148 ], [ -110.64050739003508, 40.756284029617305 ], [ -110.6407218902357, 40.75605047409136 ], [ -110.6409301021471, 40.755884463055992 ], [ -110.64113237038266, 40.755722036595998 ], [ -110.64132863208003, 40.755574905722092 ], [ -110.64150720062253, 40.7554133057996 ], [ -110.64179303903703, 40.755130422526697 ], [ -110.64199660349924, 40.754946377916873 ], [ -110.64215004986869, 40.754829742033948 ], [ -110.64231050695129, 40.754731144866227 ], [ -110.64275029275368, 40.754457744790102 ], [ -110.64297575807018, 40.754386373689712 ], [ -110.64341491319207, 40.754230080884874 ], [ -110.64397267281366, 40.754047126537664 ], [ -110.64446520330144, 40.753877481463071 ], [ -110.64499902520427, 40.753739491390967 ], [ -110.64536555563454, 40.753649631363437 ], [ -110.6456927441196, 40.753606494118408 ], [ -110.64596549246002, 40.753553279502597 ], [ -110.64623231730013, 40.753500046084689 ], [ -110.64651101170455, 40.753442344103568 ], [ -110.64666596519115, 40.753262646589363 ], [ -110.64674379921436, 40.753105234343117 ], [ -110.64678026706846, 40.752929678247099 ], [ -110.64681678239613, 40.752745113678358 ], [ -110.64691833123615, 40.752583269566436 ], [ -110.64705004227413, 40.752317918685179 ], [ -110.64712249902693, 40.752056890788751 ], [ -110.64711892752396, 40.751836169114718 ], [ -110.64718367601542, 40.751688625983292 ], [ -110.64720830088628, 40.751512132642858 ], [ -110.64723943885524, 40.75122395251816 ], [ -110.64717585867913, 40.750926474253653 ], [ -110.64716463679824, 40.750808427236869 ], [ -110.64711285056102, 40.750520894436271 ], [ -110.64700167498376, 40.750263809229153 ], [ -110.64689030964017, 40.750042757744559 ], [ -110.64681436233168, 40.749844336046586 ], [ -110.64683286932193, 40.749704759292129 ], [ -110.64689297823834, 40.749538283998454 ], [ -110.64695322978575, 40.749344783285963 ], [ -110.64704887419232, 40.749178416593537 ], [ -110.64721040545447, 40.748872617821526 ], [ -110.64731182839664, 40.748733294380813 ], [ -110.64741334607623, 40.748575953921566 ], [ -110.6474260953499, 40.748404829323121 ], [ -110.64743822605121, 40.748350814732092 ], [ -110.64747445153273, 40.748220300567624 ], [ -110.64759385469533, 40.748040493040641 ], [ -110.64775923936081, 40.747901364461967 ], [ -110.64794464127611, 40.747784818224133 ], [ -110.64811697019096, 40.747676339577616 ], [ -110.64833257202355, 40.747448178023994 ], [ -110.64839163297034, 40.747254672856371 ], [ -110.64846350960465, 40.747101745430982 ], [ -110.64859494273895, 40.746885939027116 ], [ -110.64872620911694, 40.746701662094374 ], [ -110.64893925197512, 40.746508625157951 ], [ -110.64909508310477, 40.746382978479112 ], [ -110.64930892979145, 40.746262012182925 ], [ -110.64964188595017, 40.746015286546132 ], [ -110.64993274525293, 40.745890048527095 ], [ -110.6501111253486, 40.745755460236289 ], [ -110.6502541356608, 40.745589234348785 ], [ -110.65029613490472, 40.74548576256273 ], [ -110.65046339953021, 40.745211506534247 ], [ -110.65065359782058, 40.745081457482563 ], [ -110.65079042386407, 40.74496475956493 ], [ -110.65099248896865, 40.744830241544122 ], [ -110.65110458150275, 40.744686442613229 ], [ -110.65117746885076, 40.744565046625468 ], [ -110.65136851063548, 40.744272843862753 ], [ -110.6514759576756, 40.744111013293285 ], [ -110.6516424619408, 40.74398089103245 ], [ -110.6518743494992, 40.743805021813657 ], [ -110.65204662888834, 40.743702843088769 ], [ -110.65219520019902, 40.743604196111733 ], [ -110.65244498752553, 40.743402254682159 ], [ -110.65253464061658, 40.743244873824047 ], [ -110.65274940806324, 40.742943731503395 ], [ -110.65290427341846, 40.742773033595185 ], [ -110.6530473171713, 40.74259779562955 ], [ -110.65322622022485, 40.742359604896826 ], [ -110.65332762066019, 40.7422202759209 ], [ -110.65351150880051, 40.742162272071859 ], [ -110.65373076549086, 40.742135904206592 ], [ -110.65416337962851, 40.742078645240511 ], [ -110.65438249590549, 40.742079301571515 ], [ -110.65458405571657, 40.742039366163155 ], [ -110.65483345741686, 40.741909487294102 ], [ -110.65517772702287, 40.741757369791962 ], [ -110.65533834268774, 40.741618215920532 ], [ -110.65547545557233, 40.741442957190763 ], [ -110.6555532595368, 40.741284637692772 ], [ -110.65568507165599, 40.740988647369626 ], [ -110.65581786267659, 40.740732297730951 ], [ -110.65592387672066, 40.74061550173689 ], [ -110.65611405128354, 40.740485443487401 ], [ -110.65616158901015, 40.740454054935554 ], [ -110.65648229950092, 40.740274837443302 ], [ -110.65674288638837, 40.740271108393074 ], [ -110.65704467209574, 40.740317048596403 ], [ -110.65729350778034, 40.740295266142404 ], [ -110.65769598953766, 40.740336999270681 ], [ -110.65790890136313, 40.740391682231632 ], [ -110.6580623867598, 40.740486727561915 ], [ -110.65832232906847, 40.740609113739502 ], [ -110.65848181121673, 40.740689762467085 ], [ -110.65870637992822, 40.740781413793457 ], [ -110.65893733595152, 40.740782096481638 ], [ -110.65917467834318, 40.740691810489537 ], [ -110.65945344147113, 40.740607952259623 ], [ -110.65965506273719, 40.740554495226192 ], [ -110.660016456406, 40.740524930987782 ], [ -110.66011052400798, 40.740659436496607 ], [ -110.66033964667849, 40.741020455836654 ], [ -110.66043357360708, 40.741182887382976 ], [ -110.6606394466897, 40.741458255802705 ], [ -110.66085769172611, 40.741630061064839 ], [ -110.66101125278423, 40.741711589752704 ], [ -110.66124198356047, 40.741757310271716 ], [ -110.66136056137189, 40.741730632372551 ], [ -110.66142577227625, 40.741717310748818 ], [ -110.66165117475715, 40.74164590275663 ], [ -110.661965224657, 40.741610788460569 ], [ -110.66222556589658, 40.741656593730831 ], [ -110.66250497183717, 40.741679932610111 ], [ -110.6628840045878, 40.741676535978925 ], [ -110.66326160302945, 40.741722681331169 ], [ -110.66356904959146, 40.741822672712637 ], [ -110.66390011727485, 40.741936244990427 ], [ -110.66452769670057, 40.741969600929821 ], [ -110.66471123526956, 40.741979142859869 ], [ -110.66490686666747, 40.741939172195146 ], [ -110.66513801207545, 40.741902907685777 ], [ -110.66550517934704, 40.741903972333269 ], [ -110.66572451629602, 40.741860465530245 ], [ -110.66615070116305, 40.741902237824483 ], [ -110.66629885604418, 40.741881946431349 ], [ -110.66634626396683, 40.74187577745095 ], [ -110.66660855838413, 40.741768431930531 ], [ -110.66693965987268, 40.741638762828842 ], [ -110.66723571649736, 40.741648625371944 ], [ -110.66735404941473, 40.741670587160193 ], [ -110.66751970935113, 40.741702594649162 ], [ -110.66757888038033, 40.741712674563921 ], [ -110.6678454616859, 40.741695424785334 ], [ -110.66807034231219, 40.741727601891633 ], [ -110.66834885712312, 40.741692368025767 ], [ -110.66869906180756, 40.741531218585543 ], [ -110.66895446802062, 40.741378804841752 ], [ -110.66918620740462, 40.741221818386741 ], [ -110.6694534775848, 40.741064933220102 ], [ -110.66972022962803, 40.74101254596782 ], [ -110.67005823187557, 40.740922525579037 ], [ -110.67025980124154, 40.74087805849009 ], [ -110.67046729230215, 40.740833607955253 ], [ -110.67070452615208, 40.740762216037055 ], [ -110.67116115996519, 40.740632892860908 ], [ -110.67161189223897, 40.740499046771411 ], [ -110.672117148618, 40.740356345193909 ], [ -110.67238302520494, 40.740239988058939 ], [ -110.67274492393641, 40.740105885349578 ], [ -110.67298825114938, 40.739998471501764 ], [ -110.67326724109208, 40.739864132221989 ], [ -110.67348714341234, 40.739702599253917 ], [ -110.67380159621445, 40.739581871924727 ], [ -110.67408047286695, 40.739470051909663 ], [ -110.67441262311915, 40.739362885818196 ], [ -110.67466770082679, 40.739273518807714 ], [ -110.67497030586085, 40.739152754886497 ], [ -110.67524895534676, 40.739086875390235 ], [ -110.67544455455626, 40.739050490189499 ], [ -110.67577049445019, 40.739001858787404 ], [ -110.67598391972277, 40.738952910667422 ], [ -110.67617931719906, 40.738957963335764 ], [ -110.67647527617233, 40.738985819151999 ], [ -110.67669438279992, 40.73898643308825 ], [ -110.67680110601746, 40.73895970609604 ], [ -110.67694333813691, 40.738937582709276 ], [ -110.6772617566504, 40.738974507995422 ], [ -110.67761182707648, 40.739079085513978 ], [ -110.67799644063373, 40.739143219523463 ], [ -110.67822133939863, 40.739170872599601 ], [ -110.67850545655946, 40.739198690197348 ], [ -110.67859424051176, 40.739207946084989 ], [ -110.67868894631155, 40.739217218389555 ], [ -110.67884297868551, 40.739204134137886 ], [ -110.67897265244522, 40.739330615643915 ], [ -110.67884710251714, 40.739578003599945 ], [ -110.67875150774546, 40.739753405779467 ], [ -110.67869150880297, 40.739915394031627 ], [ -110.67897022715832, 40.739835091950489 ], [ -110.67920552838578, 40.739916823793521 ], [ -110.67929541123887, 40.739944099446703 ], [ -110.67944907759589, 40.740007586688172 ], [ -110.67967346131289, 40.740143339006529 ], [ -110.67995153179697, 40.740198162138711 ], [ -110.68029498103061, 40.740203618272069 ], [ -110.68062044915632, 40.740254066755938 ], [ -110.68122952057563, 40.740441328156351 ], [ -110.6814779452386, 40.740504173494074 ], [ -110.68160747617583, 40.740662181810777 ], [ -110.68168961052177, 40.740824563590166 ], [ -110.68200905352654, 40.740897513101416 ], [ -110.6822280164958, 40.740929646328105 ], [ -110.68244704394124, 40.740948266380443 ], [ -110.68300323519635, 40.741049790982494 ], [ -110.68348852219395, 40.74111778658208 ], [ -110.68381416787273, 40.741132192049136 ], [ -110.6844240056823, 40.741160886896104 ], [ -110.68461958054533, 40.741129891268734 ], [ -110.68492758807918, 40.741117219525663 ], [ -110.68521188629242, 40.741108986613106 ], [ -110.68549005028864, 40.741145779407283 ], [ -110.68573860459145, 40.741182490916032 ], [ -110.68606539315792, 40.74120590176814 ], [ -110.68648420571282, 40.741306134999391 ], [ -110.68687812592192, 40.741410803495924 ], [ -110.68691125545128, 40.741418100265932 ], [ -110.68698108463843, 40.741429100009825 ], [ -110.68711716453977, 40.741456494844975 ], [ -110.68739558411174, 40.741439231995194 ], [ -110.68760877699731, 40.74143980920303 ], [ -110.68784551058843, 40.741471979869175 ], [ -110.6880456330391, 40.741481529544998 ], [ -110.68846713438293, 40.741514198166946 ], [ -110.68869794662747, 40.741546351102528 ], [ -110.68903604801504, 40.741430150380189 ], [ -110.68923810960302, 40.741277547971912 ], [ -110.689409187316, 40.741165400645897 ], [ -110.6896233502107, 40.741211920728531 ], [ -110.69002544439618, 40.741342725480784 ], [ -110.69022667179223, 40.74136939072929 ], [ -110.69052801842582, 40.741516138818831 ], [ -110.69069882264577, 40.741718389841559 ], [ -110.69088146786601, 40.741921573180633 ], [ -110.69112325172357, 40.742142931746521 ], [ -110.69121696363425, 40.74236839807282 ], [ -110.69125744366073, 40.742579308139291 ], [ -110.69136754709321, 40.742846257835623 ], [ -110.69151663963962, 40.742878186587411 ], [ -110.6917299203876, 40.742860739177125 ], [ -110.69215633203139, 40.742858273815237 ], [ -110.69233454178909, 40.742997481773564 ], [ -110.69246310558044, 40.743114936490628 ], [ -110.69268174925523, 40.743219118010664 ], [ -110.69290026930859, 40.743350324651963 ], [ -110.69309534984026, 40.743427416823479 ], [ -110.6932370067554, 40.743531392553429 ], [ -110.69347888696478, 40.743734729149139 ], [ -110.69387470583568, 40.743947482242163 ], [ -110.69418780113969, 40.744119476027642 ], [ -110.69448423322567, 40.744309442095108 ], [ -110.69503211342747, 40.744684748771931 ], [ -110.69551106102062, 40.744852672746021 ], [ -110.69555177791014, 40.745014935308959 ], [ -110.69559786285878, 40.745298828370565 ], [ -110.69565583405188, 40.745573744124364 ], [ -110.69580325362057, 40.745714667205149 ], [ -110.69614003547942, 40.745890321527177 ], [ -110.69625331566726, 40.745985210191861 ], [ -110.69624559393358, 40.746120319141241 ], [ -110.69614985080098, 40.74633627395562 ], [ -110.69609591709892, 40.746474864667171 ], [ -110.69632057780056, 40.746561938719012 ], [ -110.69673443553924, 40.746720677683172 ], [ -110.69725481877309, 40.746897711862154 ], [ -110.69762634464627, 40.746988771952324 ], [ -110.69792929246911, 40.747052625535375 ], [ -110.69807147796634, 40.747043088094188 ], [ -110.69813664206288, 40.747039655094852 ], [ -110.69859390185248, 40.747031841481054 ], [ -110.69895393055532, 40.747046294030802 ], [ -110.69936221990059, 40.747128435801322 ], [ -110.6997588474908, 40.747170007016564 ], [ -110.69993029745319, 40.747238017512167 ], [ -110.70038427971974, 40.747432882158257 ], [ -110.7009298961471, 40.747533392021545 ], [ -110.70139703394179, 40.747701260917943 ], [ -110.70165684273732, 40.747877600799853 ], [ -110.70184552112276, 40.748067269289734 ], [ -110.70207583995891, 40.748216506189408 ], [ -110.7022413321622, 40.748293506480813 ], [ -110.70244802228041, 40.748429168750157 ], [ -110.70279689730796, 40.748556188249076 ], [ -110.70323433346657, 40.748746494740629 ], [ -110.70358921435376, 40.748855510053616 ], [ -110.70393245077581, 40.748919451332249 ], [ -110.70409762741588, 40.749068517061552 ], [ -110.70409120553904, 40.749181108275046 ], [ -110.70431590979148, 40.749262761683916 ], [ -110.7045823727471, 40.749276956941301 ], [ -110.70489003606653, 40.749349812927143 ], [ -110.70513839305249, 40.749440533822792 ], [ -110.70530379241515, 40.749540051009753 ], [ -110.70564681554337, 40.749653534017369 ], [ -110.70607838394943, 40.749834806128924 ], [ -110.70624384516088, 40.749920809201683 ], [ -110.70642103352884, 40.750033867705923 ], [ -110.70680001343094, 40.750052848299191 ], [ -110.70714314056657, 40.750143805585886 ], [ -110.70741553048698, 40.750158009342613 ], [ -110.70762280907219, 40.750163038919801 ], [ -110.7078652697214, 40.750249234697414 ], [ -110.70805420887294, 40.750384841965243 ], [ -110.70817784000094, 40.750556318263222 ], [ -110.70831317970182, 40.750759354158134 ], [ -110.70835422645737, 40.750854048313741 ], [ -110.70841295932688, 40.750967705221719 ], [ -110.70861274372868, 40.751061899346112 ], [ -110.70895700420553, 40.75116636700983 ], [ -110.70936535085227, 40.751243969207358 ], [ -110.70966133943389, 40.751280748616772 ], [ -110.7099864145102, 40.751439216612525 ], [ -110.71016475873634, 40.751561280864273 ], [ -110.71033479194384, 40.751687828285611 ], [ -110.71057045979127, 40.751976695057927 ], [ -110.71072977489288, 40.752116727926946 ], [ -110.71094832063233, 40.752256908928238 ], [ -110.71124417429793, 40.75232611493513 ], [ -110.71137399732999, 40.752438146428155 ], [ -110.71145033444121, 40.752591483670443 ], [ -110.71168084607184, 40.752704667362543 ], [ -110.71192353507226, 40.752741307807682 ], [ -110.71220182087103, 40.752764523597556 ], [ -110.71227885925992, 40.752755707064452 ], [ -110.71242699353037, 40.752742563342245 ], [ -110.71266987699032, 40.752734159654842 ], [ -110.71295969918211, 40.75282947121368 ], [ -110.71318454277431, 40.752884081842986 ], [ -110.71333360574459, 40.752654732633758 ], [ -110.71335814900378, 40.752456604171741 ], [ -110.71345371008391, 40.752272164953609 ], [ -110.71354309634792, 40.75214626629397 ], [ -110.7138641542173, 40.751863291457063 ], [ -110.71404811343082, 40.751782669876725 ], [ -110.71433882023098, 40.75167078211765 ], [ -110.7145351058135, 40.751477582618861 ], [ -110.71465452718168, 40.751252662628978 ], [ -110.71474392905891, 40.751122258746292 ], [ -110.71488636721323, 40.751055046107048 ], [ -110.71500507891857, 40.750995882457552 ], [ -110.71521297187161, 40.750857662979755 ], [ -110.71536742759145, 40.750749940636723 ], [ -110.71554559343217, 40.750637772216095 ], [ -110.7157949862483, 40.750489744477228 ], [ -110.71605610865794, 40.750368770893196 ], [ -110.71630534619368, 40.750256776116508 ], [ -110.71660786908485, 40.750149415953892 ], [ -110.71689256528525, 40.750055524190977 ], [ -110.71708857146197, 40.749925379901498 ], [ -110.71722525365207, 40.749817611482236 ], [ -110.71747458249752, 40.749683092852791 ], [ -110.71767024353434, 40.749634024256281 ], [ -110.71786577102239, 40.749616485153865 ], [ -110.71807325808048, 40.749571949088555 ], [ -110.71832850705772, 40.749437443067194 ], [ -110.7184947619667, 40.749338753915715 ], [ -110.71879780848317, 40.749105268643618 ], [ -110.71897594522201, 40.748997599123996 ], [ -110.71926672638983, 40.748863177520846 ], [ -110.71938567269028, 40.748746354760861 ], [ -110.71944524033601, 40.748665422021716 ], [ -110.71948700195532, 40.748593454592786 ], [ -110.71958867132376, 40.748359477602804 ], [ -110.71966659269053, 40.748138955761632 ], [ -110.71989233325853, 40.747977348711942 ], [ -110.72023654376433, 40.747811524127641 ], [ -110.72041448608786, 40.747748894979104 ], [ -110.72069326298227, 40.747650475140375 ], [ -110.72077052045877, 40.747587601744065 ], [ -110.72095500558409, 40.747376345376701 ], [ -110.72105655501311, 40.74716939260626 ], [ -110.72125869658933, 40.746984303403991 ], [ -110.72162047456969, 40.746864461042698 ], [ -110.72187579988622, 40.746707425732097 ], [ -110.72197719537145, 40.746536506235017 ], [ -110.72205491916833, 40.746361025330742 ], [ -110.72203182938667, 40.746216831792623 ], [ -110.72194389286992, 40.746000413073205 ], [ -110.72184973423201, 40.745856048256471 ], [ -110.72170231175589, 40.745702546321276 ], [ -110.7214895931539, 40.745584921138793 ], [ -110.72165589012636, 40.745472714524134 ], [ -110.72183946202638, 40.745478562250639 ], [ -110.72214158322717, 40.74546037185938 ], [ -110.72253236801892, 40.745483833519373 ], [ -110.72276932021448, 40.74547088997398 ], [ -110.72323119281246, 40.745490015683615 ], [ -110.72379408199502, 40.745428303727742 ], [ -110.72432730239314, 40.745380031100574 ], [ -110.72487249674678, 40.745300254372857 ], [ -110.72515099728055, 40.745264883411615 ], [ -110.72560728002547, 40.745202908696186 ], [ -110.72586181284406, 40.745235043708284 ], [ -110.72605721447512, 40.745244516272265 ], [ -110.72643628387877, 40.745236406728587 ], [ -110.72678557539435, 40.745268764258554 ], [ -110.72708162100034, 40.745287481905613 ], [ -110.72738360755768, 40.745301708514333 ], [ -110.72747371979203, 40.745279399763014 ], [ -110.72771559196919, 40.745221414562621 ], [ -110.72823709156805, 40.745141566034782 ], [ -110.72850361674065, 40.745137688965045 ], [ -110.7287343880258, 40.745187778994499 ], [ -110.72896532423152, 40.74519733014511 ], [ -110.72945555127019, 40.745234514773642 ], [ -110.7300544411754, 40.745348524811099 ], [ -110.73026156117271, 40.745389547845207 ], [ -110.73058685316838, 40.745499311940755 ], [ -110.73076434374528, 40.745544769218661 ], [ -110.73122578774219, 40.745671064550216 ], [ -110.73144484491755, 40.745689591700284 ], [ -110.73172287308033, 40.745771315878912 ], [ -110.7320244470463, 40.745889128547404 ], [ -110.73250320839347, 40.746128967614361 ], [ -110.73282813276801, 40.746332414201724 ], [ -110.73314157422004, 40.746445747102818 ], [ -110.73345483690248, 40.746604121846453 ], [ -110.73354345877092, 40.746658378202348 ], [ -110.73366158554667, 40.746739728442712 ], [ -110.73382117029368, 40.746821174179026 ], [ -110.733981419521, 40.746735961731567 ], [ -110.73413581757997, 40.746632718339001 ], [ -110.73434342804786, 40.746552118781771 ], [ -110.73471690368923, 40.746462891576989 ], [ -110.73505496854511, 40.746342051703891 ], [ -110.73528048732096, 40.746225457073258 ], [ -110.7354703455953, 40.746140310452986 ], [ -110.73570191024545, 40.745992198670493 ], [ -110.73591533238428, 40.745938635450287 ], [ -110.73602202551585, 40.745916357962351 ], [ -110.73633035210807, 40.745826075637815 ], [ -110.73656760158607, 40.745737432008326 ], [ -110.7368465772669, 40.74558041749296 ], [ -110.73708992852573, 40.745445842715434 ], [ -110.73739846057198, 40.745302407113741 ], [ -110.73755249591522, 40.745289244534071 ], [ -110.7379910499113, 40.745214568464803 ], [ -110.73825773739021, 40.745169229567153 ], [ -110.73871427200973, 40.745039638911337 ], [ -110.73899283473654, 40.744986217432974 ], [ -110.73918242083192, 40.744968628751998 ], [ -110.73943149415081, 40.7448836093849 ], [ -110.73961545612664, 40.744789433982447 ], [ -110.73981667555802, 40.744825922252822 ], [ -110.73999991414357, 40.744917322281538 ], [ -110.74020719675445, 40.744917789029152 ], [ -110.74043228497806, 40.744908385961409 ], [ -110.74077008684354, 40.744850589085807 ], [ -110.74113752083485, 40.744787452507659 ], [ -110.7414457934954, 40.744707966719915 ], [ -110.74165920697097, 40.744654392840268 ], [ -110.74198479629375, 40.744691155637845 ], [ -110.74228687046882, 40.744682821886713 ], [ -110.74255325421471, 40.744714946557188 ], [ -110.74299621084062, 40.744724942355603 ], [ -110.74347081944434, 40.744820588749391 ], [ -110.74380809975712, 40.744897911201519 ], [ -110.74400921822064, 40.744961417815766 ], [ -110.74455946403729, 40.74510227058876 ], [ -110.74498506668658, 40.745314914409718 ], [ -110.74539935627533, 40.745388798881542 ], [ -110.74555873247512, 40.745527883153883 ], [ -110.74578350990251, 40.745600447450165 ], [ -110.745966933644, 40.745645894424939 ], [ -110.74620894841365, 40.745858129504342 ], [ -110.74658716433179, 40.746075167502894 ], [ -110.74672310763907, 40.746147534887747 ], [ -110.7470365720078, 40.746260830125799 ], [ -110.74730380790102, 40.746383031932176 ], [ -110.74755717140764, 40.746415116544355 ], [ -110.74775252870293, 40.746438065219564 ], [ -110.7481192477921, 40.746564986824119 ], [ -110.74823732429566, 40.746664339298192 ], [ -110.74854468452459, 40.746827164544705 ], [ -110.74874594895643, 40.746854628718708 ], [ -110.74902390175562, 40.746963336929085 ], [ -110.74926745388814, 40.747085482676567 ], [ -110.749579691804, 40.74721228126517 ], [ -110.74983427784721, 40.747235354907467 ], [ -110.75011812624625, 40.747352181016367 ], [ -110.75031333219394, 40.747416564690255 ], [ -110.75055563650712, 40.747556722257265 ], [ -110.750732759472, 40.747705747181982 ], [ -110.75098818787853, 40.747503604551873 ], [ -110.75119017724526, 40.747337380650528 ], [ -110.75140407782888, 40.747153164800636 ], [ -110.75163566108758, 40.746991508156668 ], [ -110.75183154057272, 40.746874817395209 ], [ -110.7519917670672, 40.74678957987549 ], [ -110.75216987777397, 40.746672850352532 ], [ -110.75240861463747, 40.746497694566052 ], [ -110.75258577303819, 40.746317901983488 ], [ -110.75273423568304, 40.746210116644839 ], [ -110.7528410904704, 40.746142780830965 ], [ -110.75314959211642, 40.745999303052116 ], [ -110.75352924497966, 40.745833454842533 ], [ -110.7537072507499, 40.745743748574931 ], [ -110.75411062366075, 40.745568940431625 ], [ -110.75434793498086, 40.745456837935684 ], [ -110.7544132306636, 40.745416438073164 ], [ -110.75469800289423, 40.745281914265135 ], [ -110.75487024861776, 40.745147150820721 ], [ -110.7550605582241, 40.744931347813861 ], [ -110.75520917894443, 40.74477851646251 ], [ -110.75546497854384, 40.744468261065172 ], [ -110.75565518537935, 40.744279482714489 ], [ -110.75580424809252, 40.744005035036764 ], [ -110.75591749607069, 40.743807084761066 ], [ -110.7561258613524, 40.74351024046485 ], [ -110.75629823114123, 40.743339440588358 ], [ -110.75649437103431, 40.743146169025884 ], [ -110.75666667327638, 40.742993385703784 ], [ -110.7569041187503, 40.742840739340338 ], [ -110.75709402191114, 40.742733035590547 ], [ -110.75718305109254, 40.742679171138512 ], [ -110.75750356804429, 40.742481655110311 ], [ -110.75785351408889, 40.742333747397353 ], [ -110.75801364038868, 40.74227102280399 ], [ -110.75835751537484, 40.742163639667645 ], [ -110.75877255227648, 40.742029378357742 ], [ -110.75946015019699, 40.74185514504893 ], [ -110.75977421582962, 40.741801747345249 ], [ -110.76037859260748, 40.741712917322637 ], [ -110.76058591404377, 40.741699834597185 ], [ -110.7610184357728, 40.741642174835825 ], [ -110.76127186855858, 40.741651707922792 ], [ -110.7614920412293, 40.741688197626019 ], [ -110.76188288268585, 40.741693508914686 ], [ -110.7620497891501, 40.741720879020718 ], [ -110.76229709184958, 40.74178895332787 ], [ -110.76269356791643, 40.741875351164161 ], [ -110.76284751053792, 40.741884676198111 ], [ -110.76307256638101, 40.741880634075265 ], [ -110.76332720077271, 40.741885660800264 ], [ -110.76381886269508, 40.741850633377943 ], [ -110.7642050439962, 40.741834306550736 ], [ -110.76458294053209, 40.741816159807307 ], [ -110.76495033248752, 40.741753848136355 ], [ -110.76523479872985, 40.741695870972315 ], [ -110.76548374781673, 40.741633316631102 ], [ -110.76569114707924, 40.741597703310781 ], [ -110.76595789316829, 40.741526175439255 ], [ -110.7661594328783, 40.74147253212891 ], [ -110.76634923847307, 40.741387334497183 ], [ -110.7664448421861, 40.741144294890098 ], [ -110.76639206387843, 40.740995545627506 ], [ -110.76626858430541, 40.740743053896914 ], [ -110.76618056183067, 40.740512254579777 ], [ -110.76608105264381, 40.740179634333735 ], [ -110.7660519478727, 40.740035437184332 ], [ -110.76606442294741, 40.739855289762332 ], [ -110.76601791878308, 40.739606557155547 ], [ -110.76587653224638, 40.739395468372372 ], [ -110.76570539821233, 40.739223957029672 ], [ -110.76549312845472, 40.738962275492909 ], [ -110.76540406586564, 40.738691835398988 ], [ -110.76540468298904, 40.738516168224578 ], [ -110.76537117529557, 40.738277371217642 ], [ -110.76531266980307, 40.738074557919823 ], [ -110.76524244784331, 40.737835686202246 ], [ -110.76518992819848, 40.737614867723714 ], [ -110.7651728599301, 40.737416642941106 ], [ -110.7651499492719, 40.737195884663265 ], [ -110.76522039524498, 40.73703387246114 ], [ -110.76543520276621, 40.736908188231141 ], [ -110.76571994815835, 40.736764628292818 ], [ -110.76614690623009, 40.736594329938796 ], [ -110.76643160149965, 40.736464281094669 ], [ -110.76678148057181, 40.736320850306342 ], [ -110.76707800093202, 40.736195328072782 ], [ -110.76731510028816, 40.736128241472571 ], [ -110.76760558749666, 40.736034235961498 ], [ -110.76790216765765, 40.735890694439156 ], [ -110.76815151480105, 40.735706518396199 ], [ -110.76838339274993, 40.735436724650697 ], [ -110.76857944322786, 40.735252440707846 ], [ -110.76877539905688, 40.735095182165331 ], [ -110.76901289784924, 40.734910980496778 ], [ -110.76923239747262, 40.734794307177097 ], [ -110.76949345540666, 40.734646186182935 ], [ -110.76981972574592, 40.734475673046475 ], [ -110.77008682661329, 40.734291528172662 ], [ -110.77036570689206, 40.734125423398588 ], [ -110.77063266563837, 40.733981815868752 ], [ -110.77096492844984, 40.733788789765292 ], [ -110.7714635733708, 40.733424927969068 ], [ -110.77159453633014, 40.733222492651386 ], [ -110.77183794201218, 40.733038296788301 ], [ -110.7720453727173, 40.732984654744506 ], [ -110.77225887798491, 40.732885981078006 ], [ -110.77253182570836, 40.73271985931671 ], [ -110.77273353282295, 40.732607648544715 ], [ -110.77298871442514, 40.732441490712112 ], [ -110.7731965553174, 40.732266230651781 ], [ -110.77340451736298, 40.732054935855579 ], [ -110.77354706984427, 40.73192459020828 ], [ -110.77374292792864, 40.731789844556928 ], [ -110.77405759011262, 40.731542723067221 ], [ -110.77431857899875, 40.73140810389917 ], [ -110.77461480505585, 40.731359135118183 ], [ -110.77502312327508, 40.73143200087479 ], [ -110.77532492163962, 40.73148664060141 ], [ -110.77568590214575, 40.731550403213319 ], [ -110.77611814906442, 40.731551242399398 ], [ -110.77641548330976, 40.731524792771125 ], [ -110.77684056446346, 40.731543632670494 ], [ -110.77757513707741, 40.731441451025923 ], [ -110.77801342128991, 40.731407161013465 ], [ -110.7784279516256, 40.731393543636351 ], [ -110.77880716057747, 40.731317697405316 ], [ -110.77913337606751, 40.731151662036126 ], [ -110.77941217617769, 40.730999048112302 ], [ -110.77967303333976, 40.730900451167315 ], [ -110.77990398727223, 40.730891883124393 ], [ -110.78034925654815, 40.730892731293132 ], [ -110.78072796960372, 40.7309664214024 ], [ -110.78092205302096, 40.731006427990209 ], [ -110.78123559339349, 40.731092604831005 ], [ -110.78145446970576, 40.731156080000346 ], [ -110.78165573018157, 40.731174478181117 ], [ -110.78192207942729, 40.731206511976779 ], [ -110.78230691096084, 40.731220751370429 ], [ -110.78257941645924, 40.731180726055456 ], [ -110.78279854334069, 40.731167625618426 ], [ -110.78299407037824, 40.73112835531294 ], [ -110.78324336113688, 40.730943245503752 ], [ -110.78333871299405, 40.730754242845727 ], [ -110.78341631559535, 40.730560702474264 ], [ -110.78347621288036, 40.730349111529307 ], [ -110.78353600760875, 40.730169050635872 ], [ -110.78355996919335, 40.730083513371568 ], [ -110.7836961362818, 40.729723422510048 ], [ -110.7837453886771, 40.729507307118901 ], [ -110.78380522565034, 40.729313733157468 ], [ -110.78388289807168, 40.729097670917859 ], [ -110.7841916473901, 40.728832493273124 ], [ -110.78438731506793, 40.728747276711523 ], [ -110.78466707408757, 40.728657712391247 ], [ -110.7848199938803, 40.728608449958649 ], [ -110.78518183711262, 40.728401924861011 ], [ -110.78549088179537, 40.728042153368648 ], [ -110.7856157985488, 40.72786221232144 ], [ -110.78582369319635, 40.727655399155701 ], [ -110.78603139900831, 40.727507141525635 ], [ -110.78624518325633, 40.727309347160549 ], [ -110.78637597419574, 40.727142929129101 ], [ -110.78664969774387, 40.726715524140502 ], [ -110.78681596789849, 40.726562684149677 ], [ -110.78718972143714, 40.726329148693374 ], [ -110.78740328347713, 40.726198916669972 ], [ -110.7878136554375, 40.725992472589958 ], [ -110.78841137527617, 40.72570529267044 ], [ -110.78873208892331, 40.725390577002216 ], [ -110.78881450578909, 40.7251655113064 ], [ -110.7889117150401, 40.724755795042711 ], [ -110.7890370715358, 40.724431712399067 ], [ -110.78916831891839, 40.724116649022044 ], [ -110.78931709933124, 40.723873686780863 ], [ -110.7897088173935, 40.723568106525704 ], [ -110.79004097056784, 40.723375925757139 ], [ -110.79030195480082, 40.723222352014318 ], [ -110.79060461809944, 40.722993180511892 ], [ -110.79077232200636, 40.722754755000487 ], [ -110.7909259172423, 40.722483872488347 ], [ -110.79113975256472, 40.722259943829187 ], [ -110.79143076475904, 40.721967688376139 ], [ -110.79164482426953, 40.721670788968083 ], [ -110.79180539993064, 40.721437754230038 ], [ -110.79198970326378, 40.721189447283798 ], [ -110.79220948194296, 40.720955617763252 ], [ -110.79242958089776, 40.720618188709075 ], [ -110.79263174929115, 40.720334779015609 ], [ -110.79282771649113, 40.720141444511967 ], [ -110.79302985384579, 40.719867042709311 ], [ -110.79324380193935, 40.719601670363012 ], [ -110.79349934224756, 40.719286824332507 ], [ -110.79374290095201, 40.71901699966287 ], [ -110.79406940797288, 40.718724800792522 ], [ -110.79446707724316, 40.718392188685705 ], [ -110.79467487345559, 40.718198872034904 ], [ -110.79481160083263, 40.71801443737175 ], [ -110.79522703588701, 40.717677349841814 ], [ -110.79562444520737, 40.717425811278346 ], [ -110.79595646831986, 40.717260639043445 ], [ -110.79631212004114, 40.717111723155639 ], [ -110.79656108572571, 40.717004058099931 ], [ -110.79700577672136, 40.716775119748419 ], [ -110.79726668911029, 40.716631439472287 ], [ -110.79768662090139, 40.71636642029469 ], [ -110.79790746600356, 40.716159607602535 ], [ -110.79824569888584, 40.715894443309551 ], [ -110.79851267434906, 40.715701223069232 ], [ -110.7987619431857, 40.715489953985113 ], [ -110.7989161826239, 40.715382118642232 ], [ -110.79904670190525, 40.715287754816814 ], [ -110.79914160755872, 40.715224859250412 ], [ -110.79944421782119, 40.714991159779892 ], [ -110.79958681816335, 40.714815738226598 ], [ -110.79975894878758, 40.71466288941361 ], [ -110.80003657039167, 40.714469684068327 ], [ -110.80025140420317, 40.714288981570249 ], [ -110.80036418469533, 40.714186477728411 ], [ -110.80055419183427, 40.713993119569139 ], [ -110.80079160859162, 40.713781825554015 ], [ -110.80092226967749, 40.713637912085382 ], [ -110.80118932217431, 40.713413155321717 ], [ -110.80139097649511, 40.713282876576329 ], [ -110.80166967800331, 40.713121199490438 ], [ -110.80198388214005, 40.712964086970764 ], [ -110.80228609915913, 40.712856500806197 ], [ -110.80254084981391, 40.712785768258783 ], [ -110.80280048705339, 40.712663694012598 ], [ -110.80306240886971, 40.71256954998929 ], [ -110.80329945474871, 40.712479867326408 ], [ -110.80373197587154, 40.712345473274418 ], [ -110.80399255273386, 40.712305376939057 ], [ -110.80433010906242, 40.712256401838651 ], [ -110.80464995909418, 40.712189378424483 ], [ -110.80491652001925, 40.712126768422266 ], [ -110.80526616306295, 40.711992228523826 ], [ -110.80555063826115, 40.711875595176224 ], [ -110.80584099266547, 40.711772484037432 ], [ -110.80612537447719, 40.711687379501655 ], [ -110.80640976600343, 40.711598670806623 ], [ -110.80671173791653, 40.711571249893119 ], [ -110.80704318710868, 40.71158531740744 ], [ -110.80733901597293, 40.711635359261059 ], [ -110.80780078394972, 40.711618111627701 ], [ -110.80817967701721, 40.711601625336534 ], [ -110.80844615745434, 40.711565132222546 ], [ -110.80864734078062, 40.71159249192813 ], [ -110.80898472024052, 40.711602960224603 ], [ -110.8092392842572, 40.711593471611607 ], [ -110.80960048526579, 40.711553528842657 ], [ -110.80990801389474, 40.711653131169463 ], [ -110.810197989738, 40.711680634350778 ], [ -110.81026312918232, 40.711671732748705 ], [ -110.81054736454398, 40.711636164833124 ], [ -110.81087918449072, 40.7115195960302 ], [ -110.8112523883381, 40.711421111309363 ], [ -110.81160184996573, 40.711345108345036 ], [ -110.81182686630704, 40.711317548431083 ], [ -110.81226502673277, 40.711274119269419 ], [ -110.81262607272654, 40.71128821888275 ], [ -110.81279765990084, 40.711315523315101 ], [ -110.81304035577524, 40.71131591662482 ], [ -110.81343710722166, 40.711262506390504 ], [ -110.81363240997962, 40.711276334880196 ], [ -110.81407063413877, 40.711209476387452 ], [ -110.81455612512774, 40.711174222565106 ], [ -110.81506523088896, 40.711161526245128 ], [ -110.81565728256537, 40.711121934108967 ], [ -110.81621960036597, 40.711131839369607 ], [ -110.81651554546067, 40.711141318817731 ], [ -110.81678772909703, 40.711181389326512 ], [ -110.81703041220958, 40.711186278569521 ], [ -110.8171014425626, 40.711187291997135 ], [ -110.81750403566339, 40.711160903091304 ], [ -110.8178059741451, 40.711143362651519 ], [ -110.81812575645068, 40.711094319138681 ], [ -110.81845756056876, 40.710977728507387 ], [ -110.81866615503442, 40.710892473846236 ], [ -110.81897907623222, 40.710753330334235 ], [ -110.81921010197658, 40.710690631572263 ], [ -110.81944095695268, 40.710690992879904 ], [ -110.8197962156062, 40.710655513245143 ], [ -110.82005078426783, 40.71064239731934 ], [ -110.82058960510247, 40.710583778650118 ], [ -110.82105738804673, 40.710526849109364 ], [ -110.8217678174852, 40.710487409059219 ], [ -110.8221466193703, 40.71050150630942 ], [ -110.8224782102146, 40.710461477609215 ], [ -110.82269152148264, 40.710380727259519 ], [ -110.82299935060382, 40.710372190964968 ], [ -110.82322412796005, 40.710431992717986 ], [ -110.82340632691569, 40.710476414140501 ], [ -110.82395726214126, 40.710761029222191 ], [ -110.82443008739216, 40.711037415077435 ], [ -110.82469591894227, 40.711244117960845 ], [ -110.82501487133422, 40.711510358078641 ], [ -110.82518022669539, 40.711659251904408 ], [ -110.82564106227518, 40.711997774525663 ], [ -110.82593067086258, 40.712169376578586 ], [ -110.82621969539657, 40.7125661941065 ], [ -110.82645600866496, 40.712746723267628 ], [ -110.82660937927857, 40.712954153437487 ], [ -110.8268337974671, 40.713157185653174 ], [ -110.82706976486413, 40.713472843252177 ], [ -110.82731299166656, 40.713729053914903 ], [ -110.82750149912449, 40.714086079528798 ], [ -110.82757658520745, 40.714351947786305 ], [ -110.82771801906605, 40.714599897660229 ], [ -110.82791867445863, 40.714838926966422 ], [ -110.82828521157731, 40.715028655046609 ], [ -110.82855660937658, 40.715384000396121 ], [ -110.82870405889361, 40.715596824107955 ], [ -110.82895179113297, 40.715948529905091 ], [ -110.82930052021479, 40.716160750036039 ], [ -110.82957223583684, 40.716395377126211 ], [ -110.8298791631119, 40.716751672605355 ], [ -110.83016889474737, 40.716887229374962 ], [ -110.83051778109461, 40.717040889632813 ], [ -110.83067732004936, 40.717159137415969 ], [ -110.83119708425195, 40.717631052391496 ], [ -110.83157533613974, 40.717880244332875 ], [ -110.83181177334322, 40.718024727861668 ], [ -110.8320662002903, 40.718078249458522 ], [ -110.83242727387439, 40.718097692391851 ], [ -110.8327942586767, 40.718120746228173 ], [ -110.83369435966237, 40.718018446721629 ], [ -110.83397381779707, 40.718005335977182 ], [ -110.83428636086225, 40.718019298081458 ], [ -110.83441067888522, 40.718020377345624 ], [ -110.83455985427413, 40.718024194706047 ], [ -110.8348369220008, 40.718020087121467 ], [ -110.83520972950498, 40.718082779781163 ], [ -110.83538121918312, 40.718160499069064 ], [ -110.83561776534893, 40.718264435918201 ], [ -110.83604938636937, 40.718485762276693 ], [ -110.83642194182389, 40.718652951284497 ], [ -110.83666446648138, 40.718734372767472 ], [ -110.83690220069725, 40.718838308657254 ], [ -110.83718489545051, 40.718955820489747 ], [ -110.83738598141827, 40.719037181999425 ], [ -110.83752067502431, 40.719154484422667 ], [ -110.83779336426244, 40.719492693173883 ], [ -110.83802372579837, 40.7197092247944 ], [ -110.83841405355794, 40.719876432279555 ], [ -110.83860932152, 40.71991724447664 ], [ -110.83906511041764, 40.719944906835465 ], [ -110.83936693153387, 40.719990370589727 ], [ -110.83955019780073, 40.720098729536502 ], [ -110.8397274148123, 40.720261131824842 ], [ -110.83990446001786, 40.720495602973294 ], [ -110.84008153880367, 40.720716560880639 ], [ -110.84013420682778, 40.720973380962967 ], [ -110.84028166462649, 40.721203306190638 ], [ -110.84060085559466, 40.721415451148367 ], [ -110.84080774468067, 40.721550866702813 ], [ -110.84121594753954, 40.721677550303738 ], [ -110.84147032972781, 40.721758977965152 ], [ -110.8418241638027, 40.721845045718688 ], [ -110.84209163603558, 40.721899463936282 ], [ -110.84236949970689, 40.722066504093782 ], [ -110.84266504108184, 40.722269602350927 ], [ -110.84280069081726, 40.722490499550908 ], [ -110.84298959568423, 40.722724081168138 ], [ -110.84301286255548, 40.722900682712549 ], [ -110.84307764895506, 40.723044909492138 ], [ -110.84324909924848, 40.723148742118582 ], [ -110.84342659721725, 40.723198530685586 ], [ -110.84369279724956, 40.723293482462452 ], [ -110.84396498164504, 40.723361415711068 ], [ -110.84436137106897, 40.723483567854394 ], [ -110.84478725985922, 40.723650801639565 ], [ -110.84501775243112, 40.723826780339643 ], [ -110.8455144103926, 40.724115723426749 ], [ -110.84565629561907, 40.724205999890927 ], [ -110.84591056820739, 40.724341469589305 ], [ -110.84624773005582, 40.724477049160299 ], [ -110.84655514544693, 40.72467564886567 ], [ -110.84681524931887, 40.724851663307753 ], [ -110.84696892754043, 40.724964475460965 ], [ -110.84723492337643, 40.725154009758008 ], [ -110.84747741287312, 40.725266938729348 ], [ -110.84760172614406, 40.725276111584584 ], [ -110.84777943827619, 40.725235807078946 ], [ -110.84814076207147, 40.725164213672109 ], [ -110.84828412360996, 40.725128367525215 ], [ -110.8488220444297, 40.724984934633198 ], [ -110.84910645864466, 40.724886211451299 ], [ -110.84962203153333, 40.724674279748015 ], [ -110.84981771326099, 40.724540305380579 ], [ -110.85010236665386, 40.724333476050823 ], [ -110.85029217833895, 40.724176070714115 ], [ -110.85058851870784, 40.724036820329822 ], [ -110.85102100007889, 40.723911257966847 ], [ -110.85137052229844, 40.723817117528817 ], [ -110.8518683362153, 40.723597045077675 ], [ -110.85221681098236, 40.723439840051228 ], [ -110.85276927629027, 40.723134251302319 ], [ -110.85292351589065, 40.722994813562735 ], [ -110.85324377466662, 40.722742978438191 ], [ -110.85360545418689, 40.722500203620257 ], [ -110.85393143147836, 40.722338460514628 ], [ -110.85436395450768, 40.722185859624702 ], [ -110.85461858994962, 40.722159154591651 ], [ -110.85505082884303, 40.722136275615995 ], [ -110.85546540958211, 40.722065626960848 ], [ -110.85603377544587, 40.72206183287534 ], [ -110.8567028552677, 40.722026630712755 ], [ -110.85720619290132, 40.72197770675902 ], [ -110.85776877180622, 40.721910836277303 ], [ -110.85836697676277, 40.721794459080016 ], [ -110.85892954346915, 40.721732087258395 ], [ -110.85936775160435, 40.72168397513019 ], [ -110.85983550789904, 40.721661121499402 ], [ -110.86014922002701, 40.721693032342756 ], [ -110.86076508606622, 40.721621707462916 ], [ -110.86139280080808, 40.721545889187972 ], [ -110.86196110616486, 40.721569091857155 ], [ -110.86254711733868, 40.721619338827281 ], [ -110.86299097835681, 40.72170004367441 ], [ -110.86335205314784, 40.721732902886174 ], [ -110.86364779485491, 40.721868382666045 ], [ -110.86408549844964, 40.72206708961756 ], [ -110.86426876484873, 40.722197930978936 ], [ -110.86451115378456, 40.722369380472678 ], [ -110.86466467378634, 40.722572255641822 ], [ -110.86484184915196, 40.722788671304436 ], [ -110.86524373069554, 40.723140479265787 ], [ -110.86553926492294, 40.723384057955336 ], [ -110.86577570471459, 40.723573515168738 ], [ -110.86598274196594, 40.723663842408129 ], [ -110.866444200453, 40.723835541934079 ], [ -110.86685836871128, 40.723971150403997 ], [ -110.86710689735233, 40.724039001801522 ], [ -110.86740853276575, 40.724197000353612 ], [ -110.8676155206124, 40.724314350602135 ], [ -110.86789931654178, 40.724512866406968 ], [ -110.8680824815046, 40.724702257882761 ], [ -110.86834834106106, 40.724990838737476 ], [ -110.86847814289953, 40.725220707694859 ], [ -110.86864943466604, 40.725428102052028 ], [ -110.86885635777291, 40.72558148464153 ], [ -110.86905144924843, 40.725730349102299 ], [ -110.86927612050509, 40.725891858863172 ], [ -110.86956007581419, 40.7260146979309 ], [ -110.87007356595461, 40.726235989328572 ], [ -110.87036470077901, 40.726321898967356 ], [ -110.87071391215207, 40.726380846939449 ], [ -110.87095063825288, 40.726435163821826 ], [ -110.87104532706242, 40.726457791303353 ], [ -110.87137099541103, 40.726444641668834 ], [ -110.87174999377515, 40.726409028718976 ], [ -110.87204604067692, 40.72640485292947 ], [ -110.87224146899651, 40.72638254773193 ], [ -110.87254345370312, 40.72636936857387 ], [ -110.8728392431818, 40.726500320432294 ], [ -110.87312305538049, 40.726703327678649 ], [ -110.87325303934122, 40.726847609100759 ], [ -110.87351894683172, 40.727127169340555 ], [ -110.87363716064939, 40.727234501903546 ], [ -110.87391508983856, 40.727420384278901 ], [ -110.87426984101567, 40.727686526778918 ], [ -110.87449454840525, 40.727839017712512 ], [ -110.87467191999117, 40.727975241228378 ], [ -110.87490848628897, 40.728119636428659 ], [ -110.87513317807134, 40.728282035619607 ], [ -110.87548823251858, 40.728390523092671 ], [ -110.87570135290466, 40.728408770106391 ], [ -110.87613355673555, 40.728422747698644 ], [ -110.87661315993586, 40.728419657892047 ], [ -110.87721120185907, 40.728405881748508 ], [ -110.87793244688683, 40.728366107740534 ], [ -110.87875074538019, 40.728353457197372 ], [ -110.87921858917788, 40.728304400037153 ], [ -110.87948632108241, 40.728246123567381 ], [ -110.87972209574654, 40.728178804518983 ], [ -110.88038564251242, 40.727954277466822 ], [ -110.88119126202362, 40.727743405901869 ], [ -110.88185468802101, 40.727581930902318 ], [ -110.8825595013933, 40.727452024521156 ], [ -110.88355457495553, 40.727241329035522 ], [ -110.88438969428633, 40.727080012522563 ], [ -110.88500445453946, 40.726977026962395 ], [ -110.88540113394306, 40.72698643012712 ], [ -110.88595885209156, 40.727000495472524 ], [ -110.88711936347984, 40.726983618846099 ], [ -110.88825611569293, 40.727011750875839 ], [ -110.88928633882404, 40.727012743591992 ], [ -110.88985464127181, 40.727071843587517 ], [ -110.89020977992345, 40.727139746899063 ], [ -110.8905826965748, 40.727198657306467 ], [ -110.89091423416804, 40.72721698842345 ], [ -110.8912990961763, 40.727212847155577 ], [ -110.89198013855007, 40.727123399838447 ], [ -110.89222894433463, 40.727042554422098 ], [ -110.89241265532945, 40.726940027020099 ], [ -110.89252534795006, 40.726817614159991 ], [ -110.89262032845043, 40.726663654384303 ], [ -110.89274506137274, 40.726416932921737 ], [ -110.89294137793492, 40.725836056215044 ], [ -110.89316117926292, 40.725376817860365 ], [ -110.89361232713482, 40.724638523791469 ], [ -110.89388531204827, 40.72423788931156 ], [ -110.89414028941148, 40.723990385024379 ], [ -110.8943004166279, 40.7238184661744 ], [ -110.89439532184015, 40.723706845534245 ], [ -110.89445474772498, 40.723567265502254 ], [ -110.89441355323059, 40.723409576102611 ], [ -110.89426597542999, 40.723134676571668 ], [ -110.89382851839535, 40.722719876180626 ], [ -110.89355061637048, 40.722494403456977 ], [ -110.89330816671649, 40.722314006188519 ], [ -110.89304679474989, 40.722120077866833 ], [ -110.89239720743642, 40.721826692324917 ], [ -110.89210748054272, 40.72159670073512 ], [ -110.891770641115, 40.721213516799388 ], [ -110.89161725371829, 40.720880051954325 ], [ -110.8915347792458, 40.720627731610193 ], [ -110.89148062011171, 40.720438498542165 ], [ -110.89130477576582, 40.720082490436205 ], [ -110.89115109392516, 40.719932801613879 ], [ -110.89095589505283, 40.719829918486049 ], [ -110.89071335156893, 40.719717080670101 ], [ -110.89047658142083, 40.719694334579621 ], [ -110.89020417198593, 40.71974362351741 ], [ -110.88993757846897, 40.719855978086507 ], [ -110.88967096174571, 40.719981845028308 ], [ -110.88939843871866, 40.720098697017214 ], [ -110.88880025764595, 40.720242261135148 ], [ -110.8883502153612, 40.720304887452293 ], [ -110.88824367385426, 40.720291271343186 ], [ -110.88807202499785, 40.720268583350069 ], [ -110.8878886945125, 40.720151292670089 ], [ -110.88770546307335, 40.71997544540411 ], [ -110.88759322175848, 40.71983119735593 ], [ -110.88749880969679, 40.719646427531679 ], [ -110.88742821535244, 40.719380602768481 ], [ -110.88744635512559, 40.719155403547333 ], [ -110.8875239081148, 40.718804140741412 ], [ -110.88754227480537, 40.718443811540062 ], [ -110.88750700464475, 40.718295133991099 ], [ -110.8874421556992, 40.71813381544078 ], [ -110.88729437662998, 40.718002144549864 ], [ -110.88706376364424, 40.717843366421263 ], [ -110.88683304954461, 40.717744945876674 ], [ -110.88658932895905, 40.717636602545284 ], [ -110.88631247259191, 40.717519217389622 ], [ -110.88562043615346, 40.717167195273049 ], [ -110.88542533265327, 40.71701835857715 ], [ -110.88530129229233, 40.716856079158262 ], [ -110.88521872283103, 40.716675823483747 ], [ -110.88515981944224, 40.716503699103271 ], [ -110.88515419987976, 40.716328925106438 ], [ -110.88526119842497, 40.716072284096221 ], [ -110.88543362313096, 40.715635534289333 ], [ -110.8855999638912, 40.715293369329039 ], [ -110.88596167786396, 40.714937884252535 ], [ -110.88633501447138, 40.714707630165471 ], [ -110.88657908170913, 40.714605171232442 ], [ -110.88685625437105, 40.71452886941632 ], [ -110.88720559364603, 40.714484167863141 ], [ -110.88760222952433, 40.714475546048341 ], [ -110.8887031384012, 40.714571203887935 ], [ -110.88960280942766, 40.714648641586422 ], [ -110.89016506657912, 40.714720346520707 ], [ -110.89049650378058, 40.714762101338103 ], [ -110.89068004511675, 40.714744257929986 ], [ -110.89104714952535, 40.714695057232987 ], [ -110.89142024629972, 40.714600817585293 ], [ -110.89182885302552, 40.714511114351723 ], [ -110.89246271918732, 40.714227933017575 ], [ -110.8931973078699, 40.713886284965724 ], [ -110.89364869419946, 40.713693014967461 ], [ -110.89406797629889, 40.713585296254664 ], [ -110.89443510032595, 40.713518067417489 ], [ -110.89492068687707, 40.713405901874474 ], [ -110.89543581347139, 40.71332979579136 ], [ -110.89580418886743, 40.713217520298805 ], [ -110.89618810787726, 40.713006162055756 ], [ -110.89656137621492, 40.712790288640946 ], [ -110.89698798052524, 40.712533922523761 ], [ -110.89725465762157, 40.712340473401973 ], [ -110.89750960466591, 40.712074943739275 ], [ -110.89784746367114, 40.711782460833199 ], [ -110.89809640300196, 40.711571877533615 ], [ -110.89858252422825, 40.71109394422615 ], [ -110.89892653815592, 40.71063930709137 ], [ -110.89909860795518, 40.710369196899208 ], [ -110.89932413346311, 40.709977515735105 ], [ -110.89939578213738, 40.70956768272189 ], [ -110.89942013697883, 40.709117269321766 ], [ -110.89942080791093, 40.708671339595703 ], [ -110.89953493716975, 40.708351630346556 ], [ -110.89975791002988, 40.708077059002221 ], [ -110.89996658754113, 40.707861031343626 ], [ -110.90026876546905, 40.707658597155039 ], [ -110.9005708678756, 40.707505709927489 ], [ -110.9008196035962, 40.70741583693728 ], [ -110.90141184462952, 40.70719112683696 ], [ -110.90206327877871, 40.706961959572126 ], [ -110.90254900848947, 40.706710127119358 ], [ -110.90282744499058, 40.706543700933167 ], [ -110.90298752630214, 40.706359157277099 ], [ -110.90313005211252, 40.706034963849419 ], [ -110.90313033274984, 40.705841277079557 ], [ -110.90307262743346, 40.705634028584832 ], [ -110.90301876784375, 40.705224087559913 ], [ -110.90289516450351, 40.704746522589808 ], [ -110.90287795102539, 40.704372647056672 ], [ -110.90288541999283, 40.704120409724268 ], [ -110.90293810045577, 40.703710558128925 ], [ -110.9030634588966, 40.702976454246048 ], [ -110.90324784445899, 40.702350504060242 ], [ -110.90342022673828, 40.701837152275303 ], [ -110.90356877106571, 40.701435488220206 ], [ -110.90359862881493, 40.701251735571503 ], [ -110.9035929830269, 40.701062548043033 ], [ -110.90356368271681, 40.700859827692341 ], [ -110.90348108885614, 40.700675981066574 ], [ -110.90327490719777, 40.700008263339583 ], [ -110.90314556282659, 40.699413580192449 ], [ -110.90309769786717, 40.698954095893228 ], [ -110.90319978672784, 40.698751485584474 ], [ -110.90334204782435, 40.69859845672098 ], [ -110.90351986353124, 40.69841392691248 ], [ -110.90387682456146, 40.697941267392814 ], [ -110.90404192586568, 40.697541417980098 ], [ -110.90419065691101, 40.697000117942714 ], [ -110.90421468440493, 40.696752398296134 ], [ -110.90423285164539, 40.69646413456536 ], [ -110.90431602754775, 40.696238985706763 ], [ -110.90439916425653, 40.696040862887266 ], [ -110.90455356795674, 40.695667129020492 ], [ -110.90485627277079, 40.695045777575992 ], [ -110.90499298810704, 40.694622480540815 ], [ -110.90500544458189, 40.694185568062437 ], [ -110.90498835627781, 40.693717100729238 ], [ -110.90494174816429, 40.693199961977122 ], [ -110.90480047798934, 40.692667430320142 ], [ -110.90460008921758, 40.692095211239838 ], [ -110.90433467377242, 40.691477894289378 ], [ -110.9040761835054, 40.690986704518437 ], [ -110.9038269838483, 40.69062164397576 ], [ -110.90340163843393, 40.690121304789287 ], [ -110.9030825666551, 40.689792218997667 ], [ -110.90266301847932, 40.689381969126366 ], [ -110.90211451443146, 40.688944582268547 ], [ -110.90176475012466, 40.688570423120083 ], [ -110.90156987286942, 40.688299995384853 ], [ -110.90143418419613, 40.688020609128237 ], [ -110.9013930812725, 40.687804364604993 ], [ -110.90138139264582, 40.687705258632015 ], [ -110.90147063046399, 40.687381020663125 ], [ -110.90160125530124, 40.687079339705491 ], [ -110.90182080315522, 40.686665125135946 ], [ -110.90192176624252, 40.686412966556766 ], [ -110.90198721871839, 40.686165282102145 ], [ -110.90198157207783, 40.685980598364623 ], [ -110.90188714801069, 40.685809352307196 ], [ -110.901745486355, 40.685570500504788 ], [ -110.90148576820529, 40.685137860145673 ], [ -110.90105473788093, 40.684515889129202 ], [ -110.90071804012645, 40.684128224630065 ], [ -110.90065911060348, 40.683966016763691 ], [ -110.90064753073939, 40.683794840885092 ], [ -110.90064791866941, 40.683533587971148 ], [ -110.90077258263936, 40.683258928818766 ], [ -110.90090892601184, 40.683087879980029 ], [ -110.9011815574455, 40.682781816692739 ], [ -110.90157253065601, 40.682471349324075 ], [ -110.90195044355569, 40.682187895728418 ], [ -110.90902230386611, 40.682170262025224 ], [ -110.90951925769788, 40.682216597091795 ], [ -110.9097205087551, 40.682159098724213 ], [ -110.90990992819148, 40.682099789026658 ], [ -110.91010519031045, 40.682095436853736 ], [ -110.91024128994894, 40.682086534004213 ], [ -110.91038921721645, 40.68208214454242 ], [ -110.91066738729876, 40.682023803322892 ], [ -110.91095733662831, 40.682006009828058 ], [ -110.91121178475984, 40.681988188309717 ], [ -110.91153733010866, 40.681898350839759 ], [ -110.91186880327511, 40.681799508239159 ], [ -110.91224769859522, 40.681633135215243 ], [ -110.91231282482021, 40.681601654117856 ], [ -110.91285161210131, 40.681327295587387 ], [ -110.91295818450023, 40.681273323558166 ], [ -110.91302922681631, 40.681241846514389 ], [ -110.91323044389898, 40.681205962960682 ], [ -110.91350853800675, 40.681201667250861 ], [ -110.91375708886126, 40.681165818227598 ], [ -110.91393468461312, 40.681093880850568 ], [ -110.91428394091311, 40.680963513974021 ], [ -110.91455611144806, 40.680963715711471 ], [ -110.91502332311929, 40.681130722161377 ], [ -110.91509430716076, 40.681144287489076 ], [ -110.91524219209953, 40.681171422357146 ], [ -110.91574507211864, 40.681207825373235 ], [ -110.91631303722305, 40.681244273392423 ], [ -110.91649056973098, 40.681220979219056 ], [ -110.91687522605994, 40.681168105245121 ], [ -110.91697586702414, 40.681123133971802 ], [ -110.91704097936373, 40.681100658931243 ], [ -110.91714160338259, 40.681069200606771 ], [ -110.91723747161633, 40.681055756260314 ], [ -110.91759132156329, 40.681033487519542 ], [ -110.9182717486748, 40.681033971169683 ], [ -110.91859130290473, 40.680993657607409 ], [ -110.91914761929567, 40.680876934930424 ], [ -110.91927189265238, 40.680859004413009 ], [ -110.91936657138386, 40.680850061835216 ], [ -110.9197215974892, 40.680832291754761 ], [ -110.9199819135798, 40.68084958906072 ], [ -110.9203664739062, 40.680873277655998 ], [ -110.92079842498596, 40.680849251178536 ], [ -110.92115345495979, 40.680827873202659 ], [ -110.92214648724354, 40.680653777553346 ], [ -110.92278680158132, 40.68054610267982 ], [ -110.92358571243733, 40.680411503109816 ], [ -110.92404735844923, 40.680285685375949 ], [ -110.92439064365747, 40.680182310191832 ], [ -110.92472205898854, 40.680110456833539 ], [ -110.92514216823992, 40.680088208127167 ], [ -110.92559179546787, 40.680124533723422 ], [ -110.92607094687784, 40.680214928911084 ], [ -110.92692855652101, 40.680499250129756 ], [ -110.92772716177042, 40.680639388234027 ], [ -110.92782182449584, 40.68064395181964 ], [ -110.92795198564329, 40.680650339232272 ], [ -110.9281058127502, 40.680657642110795 ], [ -110.92820639225377, 40.680662209065218 ], [ -110.9286857478774, 40.680567914384874 ], [ -110.92918282844671, 40.680496150432234 ], [ -110.93002899356325, 40.680424596419826 ], [ -110.93091655982175, 40.680366574092481 ], [ -110.93192247220317, 40.68029510167311 ], [ -110.93270353471928, 40.680237002760457 ], [ -110.9330585180394, 40.680255226598405 ], [ -110.9335258560655, 40.680336575259936 ], [ -110.93395775723599, 40.68035484059186 ], [ -110.93402882424176, 40.68028731567707 ], [ -110.93407029878993, 40.680228782562814 ], [ -110.93414731769225, 40.680125226014674 ], [ -110.93418288422258, 40.68005768074898 ], [ -110.93423628921666, 40.679900058236782 ], [ -110.9342968160461, 40.679719917898467 ], [ -110.93442007645852, 40.679521795691194 ], [ -110.93462734670105, 40.679329126186211 ], [ -110.93471614944625, 40.679274223113509 ], [ -110.93502983879644, 40.67916179079495 ], [ -110.93529022556726, 40.679103380206776 ], [ -110.9355328656037, 40.679041355626701 ], [ -110.93588089537839, 40.678901013061683 ], [ -110.93612481719371, 40.678734486545288 ], [ -110.9365096540552, 40.678459932178662 ], [ -110.93674658357087, 40.678176286838841 ], [ -110.93720863746975, 40.677572953264395 ], [ -110.93760564041976, 40.676929043291317 ], [ -110.93780136712908, 40.676406641691237 ], [ -110.93813901548047, 40.67595638580449 ], [ -110.93854173827243, 40.675506163550487 ], [ -110.93880818875824, 40.675267573276294 ], [ -110.93935278991897, 40.67493003258889 ], [ -110.93990325324512, 40.674646544852138 ], [ -110.94093302111267, 40.674250691309453 ], [ -110.94166093660701, 40.673989807672484 ], [ -110.94280899065188, 40.67361201455428 ], [ -110.94330612275257, 40.673400554098293 ], [ -110.94351326938784, 40.673301559371552 ], [ -110.94373819011909, 40.673171042306834 ], [ -110.94393236535748, 40.673017987998485 ], [ -110.94416443992944, 40.672819907937686 ], [ -110.94443084098512, 40.67260382642597 ], [ -110.94472575613138, 40.672243617914901 ], [ -110.94529666803975, 40.671496163342916 ], [ -110.94550158616572, 40.671216988889654 ], [ -110.94581068385538, 40.670861288588945 ], [ -110.94600012587514, 40.670694715386773 ], [ -110.94615407920483, 40.670519116569778 ], [ -110.94620145291762, 40.670460581746354 ], [ -110.94635543405775, 40.670248947646058 ], [ -110.94642066296869, 40.670055289693842 ], [ -110.94649182167687, 40.669843616934763 ], [ -110.94661632228953, 40.669505846211123 ], [ -110.94666996227967, 40.669005885001269 ], [ -110.94674118358422, 40.6687131332611 ], [ -110.94679454992924, 40.668555504604655 ], [ -110.94691312026836, 40.668231243889501 ], [ -110.94692507294403, 40.668078100490902 ], [ -110.94691340601737, 40.667870893677119 ], [ -110.9468721934373, 40.667623133847599 ], [ -110.94678977634948, 40.667118605356279 ], [ -110.94663059562215, 40.666442874848769 ], [ -110.94650672342595, 40.666001388217332 ], [ -110.94648326332612, 40.665749132010767 ], [ -110.94647283165973, 40.665478864303502 ], [ -110.94647790604587, 40.665050950415839 ], [ -110.9466082197174, 40.664830296040897 ], [ -110.94679165218642, 40.664758310603538 ], [ -110.94700469649496, 40.664641294648739 ], [ -110.9470817450774, 40.664452145939428 ], [ -110.94709260616935, 40.66418188798319 ], [ -110.94705259247993, 40.663916111078741 ], [ -110.94705292017765, 40.663501708020938 ], [ -110.94714184748113, 40.663249503317616 ], [ -110.9473135758186, 40.663010849494519 ], [ -110.94752073026795, 40.66285329041326 ], [ -110.94772191936693, 40.662758789623886 ], [ -110.94803555493986, 40.662587764620532 ], [ -110.94810064930991, 40.662551758827561 ], [ -110.94830185755153, 40.662430230728894 ], [ -110.94835515613921, 40.662349175672041 ], [ -110.94839070234627, 40.662277121424047 ], [ -110.94845472069375, 40.662101479047145 ], [ -110.94848555192333, 40.662006900741794 ], [ -110.94865143321489, 40.661669145813555 ], [ -110.94882322785148, 40.661331393247877 ], [ -110.94874054170344, 40.661169198724615 ], [ -110.9486105014572, 40.661052026920814 ], [ -110.94843316953659, 40.660898798779293 ], [ -110.94835046402109, 40.660763630266267 ], [ -110.94829739275133, 40.660551900415975 ], [ -110.94827387212268, 40.660371714472085 ], [ -110.94825161466341, 40.660087928217308 ], [ -110.94826241114598, 40.65989424447362 ], [ -110.94827435922734, 40.65974110071074 ], [ -110.94827452623109, 40.659524890262368 ], [ -110.94819774803139, 40.659376211104714 ], [ -110.94807954538003, 40.659254539590897 ], [ -110.94794360568389, 40.659123851186244 ], [ -110.9478196049473, 40.658853532034414 ], [ -110.94779610375251, 40.658650824015865 ], [ -110.94776676171226, 40.658353521219468 ], [ -110.94771952101857, 40.658254403328215 ], [ -110.94767816353136, 40.658195827565144 ], [ -110.94753632967803, 40.658042614050977 ], [ -110.94734124632221, 40.657911898023855 ], [ -110.94712250134658, 40.657785675218896 ], [ -110.94661991643979, 40.657578242159651 ], [ -110.94643074729976, 40.657452031705716 ], [ -110.94625941323271, 40.657213219547785 ], [ -110.94623582331387, 40.65712762519847 ], [ -110.94622403741913, 40.657073567056059 ], [ -110.94618279417614, 40.656875354771572 ], [ -110.9460765267488, 40.656632068236988 ], [ -110.94587572140684, 40.656271623221834 ], [ -110.94576355609017, 40.656010316054669 ], [ -110.94573416947321, 40.655780578419851 ], [ -110.94579343507304, 40.655631961420752 ], [ -110.94589534669095, 40.655406789761216 ], [ -110.94623760592738, 40.654906962396204 ], [ -110.94630761312055, 40.654636731587914 ], [ -110.94633261252561, 40.654438550055133 ], [ -110.9463209353227, 40.654249360246816 ], [ -110.94625008910683, 40.65409167363655 ], [ -110.94613199350025, 40.653852885920209 ], [ -110.94601984574416, 40.653573561338469 ], [ -110.94598451593394, 40.653379856018027 ], [ -110.94600242592429, 40.653172662415301 ], [ -110.94606176841417, 40.652924948642742 ], [ -110.946132957087, 40.652654718398907 ], [ -110.94614499564543, 40.652393469310574 ], [ -110.94606837539943, 40.65206461295962 ], [ -110.94597399158943, 40.651762774582053 ], [ -110.94589857028224, 40.651415901074401 ], [ -110.94586221566632, 40.65102850628525 ], [ -110.94588619595599, 40.650627626569289 ], [ -110.94597536116201, 40.650064619176014 ], [ -110.94601121559454, 40.649605187803253 ], [ -110.94603523801605, 40.649150255248003 ], [ -110.94612308679901, 40.648749405180844 ], [ -110.94614213080881, 40.648600769047484 ], [ -110.94611858028912, 40.648470130619131 ], [ -110.94607733900182, 40.648276422397352 ], [ -110.94605381048467, 40.648118757589501 ], [ -110.94599487892732, 40.647861979530241 ], [ -110.94592424018619, 40.64745655090163 ], [ -110.94582388780509, 40.647231284091198 ], [ -110.9456879768863, 40.647100592776489 ], [ -110.94553430327161, 40.646996919297159 ], [ -110.94538654020545, 40.646897752802779 ], [ -110.94531680213147, 40.646843667050341 ], [ -110.94513833996031, 40.646681424151119 ], [ -110.9450497633763, 40.646523728174316 ], [ -110.9450261491843, 40.646474168577676 ], [ -110.94499078158837, 40.646334515452928 ], [ -110.94510332265001, 40.646113853586058 ], [ -110.94518622098373, 40.645983265466086 ], [ -110.94526328998107, 40.645749073396843 ], [ -110.94532848341022, 40.645573432804483 ], [ -110.94559484905956, 40.645262755209792 ], [ -110.94572977402109, 40.645145704370719 ], [ -110.94579012544469, 40.645105193142221 ], [ -110.94612144931362, 40.644902650320574 ], [ -110.94640549880035, 40.644655040634689 ], [ -110.9465949233179, 40.644415494433801 ], [ -110.94658917783498, 40.644204685956218 ], [ -110.94652425148236, 40.64405150637657 ], [ -110.94648300453244, 40.643866806945063 ], [ -110.94657187479258, 40.643656042255245 ], [ -110.94671983376796, 40.643502060187814 ], [ -110.94695654275129, 40.643285958024357 ], [ -110.94711634747034, 40.643105855366045 ], [ -110.94712233197426, 40.643015770129338 ], [ -110.94711646834227, 40.642952705859507 ], [ -110.94709177789903, 40.642768014190686 ], [ -110.94702805226383, 40.642592313410155 ], [ -110.94683303272748, 40.642439074213861 ], [ -110.94678581892083, 40.642321938083377 ], [ -110.94689241614695, 40.642123793575891 ], [ -110.94712902018638, 40.642033814149819 ], [ -110.9472533345601, 40.641862703807881 ], [ -110.94726520370082, 40.641808656430733 ], [ -110.94729969211753, 40.641565434578339 ], [ -110.9474015171205, 40.641416835798346 ], [ -110.94751986349017, 40.641313288436272 ], [ -110.9479517618346, 40.641016193478357 ], [ -110.94803458891963, 40.640962177973094 ], [ -110.94836001743391, 40.640701068716588 ], [ -110.94853153132792, 40.640660605677674 ], [ -110.94870301398207, 40.640660681976733 ], [ -110.94880945218004, 40.640659828326854 ], [ -110.94898093757649, 40.640656300693834 ], [ -110.9491702281388, 40.640566296149181 ], [ -110.9493182724306, 40.640282583956512 ], [ -110.94934206809161, 40.640093409549856 ], [ -110.94933628707881, 40.639918636244559 ], [ -110.94932487365139, 40.639372697768827 ], [ -110.94936055296088, 40.63910695370938 ], [ -110.94953809732986, 40.638904333333251 ], [ -110.94970966337857, 40.638787293716561 ], [ -110.94991077372525, 40.638697293074465 ], [ -110.95024199926939, 40.63856770947487 ], [ -110.950478676793, 40.638355203410597 ], [ -110.95052605720851, 40.638251622458121 ], [ -110.95054383936942, 40.638193072839883 ], [ -110.95060310194739, 40.638012922092962 ], [ -110.95061514030313, 40.637724645452444 ], [ -110.95065084678072, 40.637413856896011 ], [ -110.95066879438858, 40.637130087148385 ], [ -110.95062175349761, 40.636774219154468 ], [ -110.95062191279344, 40.636558007835568 ], [ -110.95063379419955, 40.636482338927699 ], [ -110.95073447515433, 40.636260765238461 ], [ -110.95088835666668, 40.636058132587607 ], [ -110.95104226028033, 40.635823968901967 ], [ -110.95109560337836, 40.635648319722755 ], [ -110.95107800649831, 40.635454622864501 ], [ -110.95100127265272, 40.635274414136447 ], [ -110.95087730361304, 40.635004097166487 ], [ -110.95093661852047, 40.634747371279012 ], [ -110.95114959623523, 40.634580798561835 ], [ -110.95126789853605, 40.634513282459224 ], [ -110.95132704796161, 40.634481776564236 ], [ -110.95160508886998, 40.634279195156132 ], [ -110.95167620283262, 40.634054004641492 ], [ -110.95177097965114, 40.633810806333983 ], [ -110.95197223367251, 40.633495581766319 ], [ -110.95218055577686, 40.63321549412894 ], [ -110.95229779970633, 40.632968701128434 ], [ -110.95232746480517, 40.632824572358167 ], [ -110.95236308708394, 40.632617384335255 ], [ -110.95241048610717, 40.632477767255622 ], [ -110.95248744085249, 40.632347171130903 ], [ -110.95277139770835, 40.632122067234292 ], [ -110.95293110006568, 40.632027539875963 ], [ -110.95314406166028, 40.631864566919511 ], [ -110.95335702096561, 40.631703395327776 ], [ -110.95364100955626, 40.631424236383708 ], [ -110.95424449359774, 40.630807373121421 ], [ -110.95472369929904, 40.630352616704769 ], [ -110.95483030316458, 40.630081493027575 ], [ -110.9550018579431, 40.629933815377754 ], [ -110.95527976070154, 40.629893383639505 ], [ -110.95559900943897, 40.629912425337565 ], [ -110.95568177852016, 40.629916060656619 ], [ -110.95580001812871, 40.629924213906236 ], [ -110.95593012845909, 40.62986210278094 ], [ -110.95601296784002, 40.629758532947839 ], [ -110.95607223775956, 40.629533335034871 ], [ -110.95604879857861, 40.629213513031587 ], [ -110.95614349963525, 40.629051390278036 ], [ -110.95625590731321, 40.628934318250472 ], [ -110.95653386650497, 40.628799290896623 ], [ -110.95674084695604, 40.628713784817975 ], [ -110.95690644193967, 40.628628262932054 ], [ -110.95714889414819, 40.628542769349757 ], [ -110.9573913371501, 40.628470788484854 ], [ -110.95762203228215, 40.628277183716918 ], [ -110.95777585193818, 40.628110576864891 ], [ -110.95813082200088, 40.627718822357785 ], [ -110.95832621378358, 40.627245929856947 ], [ -110.95839140247085, 40.626993706320548 ], [ -110.95836195721716, 40.626809014832361 ], [ -110.95819067851274, 40.626538688247102 ], [ -110.95811395542516, 40.626326953084103 ], [ -110.95822047404705, 40.626160328418102 ], [ -110.95848545063748, 40.625962229830371 ], [ -110.95862268731705, 40.625831651120137 ], [ -110.95871150432836, 40.625606462279478 ], [ -110.958794433809, 40.62534073154584 ], [ -110.95888907027356, 40.625264190252906 ], [ -110.9589541197916, 40.625232682499387 ], [ -110.95910193764695, 40.625196699635616 ], [ -110.95939755924336, 40.625147255399796 ], [ -110.95955723564261, 40.625052718751498 ], [ -110.95969326434837, 40.624958173630212 ], [ -110.95977013951065, 40.624922165128687 ], [ -110.96016635372384, 40.624715099453702 ], [ -110.96046207069251, 40.624498989224072 ], [ -110.96069871312569, 40.624206283108386 ], [ -110.96073426272888, 40.62407116278635 ], [ -110.96071663045274, 40.623895484647655 ], [ -110.96062807900776, 40.623683747033134 ], [ -110.96048042194248, 40.623453971476067 ], [ -110.96042729127358, 40.62332782968106 ], [ -110.96039789575219, 40.623052149435864 ], [ -110.96041693213515, 40.622850358182312 ], [ -110.9604454620485, 40.622589111892566 ], [ -110.9605046894997, 40.622399946728414 ], [ -110.9605520351809, 40.622309874605691 ], [ -110.9606242251969, 40.622192784443214 ], [ -110.96074136125229, 40.622044178612001 ], [ -110.96082890224588, 40.621958624441753 ], [ -110.96090698717985, 40.621868562587963 ], [ -110.96098984515221, 40.621702828108909 ], [ -110.96102067200675, 40.621553291913855 ], [ -110.96102077150442, 40.621382124143793 ], [ -110.96101387673863, 40.621039786194075 ], [ -110.96103640835622, 40.620922678974665 ], [ -110.96109087215127, 40.620787564844868 ], [ -110.96117372363703, 40.620629938150167 ], [ -110.96132752730443, 40.620445308671052 ], [ -110.96142219024379, 40.620305703410175 ], [ -110.96148729325959, 40.620170592632036 ], [ -110.96149328741626, 40.620026453287934 ], [ -110.96145787870309, 40.619922839884772 ], [ -110.96142838663874, 40.619810219610656 ], [ -110.96145207867328, 40.619729148010641 ], [ -110.96152306397738, 40.619643587752549 ], [ -110.96159995527661, 40.619567038248071 ], [ -110.96167094022037, 40.6194814778965 ], [ -110.96167096596535, 40.619436433730428 ], [ -110.96165918194632, 40.619368863556531 ], [ -110.96164149179164, 40.61929228258407 ], [ -110.96162969494128, 40.619247234489393 ], [ -110.96154122165112, 40.618904869312935 ], [ -110.9615058646481, 40.618712068444971 ], [ -110.96155327919882, 40.618494971284292 ], [ -110.9616657235788, 40.618266184210341 ], [ -110.96180772678662, 40.618031100609976 ], [ -110.96201949316212, 40.617774418577461 ], [ -110.96242881414361, 40.617297084043884 ], [ -110.96261221754683, 40.617013365145155 ], [ -110.9626891772561, 40.616806186736831 ], [ -110.96272476648085, 40.616585481666249 ], [ -110.96278402467945, 40.616319740006212 ], [ -110.96286701379719, 40.615896351228557 ], [ -110.96293239839, 40.615238726835905 ], [ -110.96290908836015, 40.614635126937173 ], [ -110.9628087803744, 40.614315280763719 ], [ -110.96267883390578, 40.614148575249544 ], [ -110.96257843224809, 40.613999896847645 ], [ -110.96248395698365, 40.613824193748634 ], [ -110.96236580610243, 40.613707040340913 ], [ -110.96220036916255, 40.613589871344317 ], [ -110.96198172284802, 40.613495206716784 ], [ -110.9618635324472, 40.613450123530818 ], [ -110.96177488590044, 40.613423067693795 ], [ -110.96168624714399, 40.613382498524587 ], [ -110.96162126195203, 40.613323919460179 ], [ -110.96162129030206, 40.613274370824499 ], [ -110.96165090858946, 40.613161770103765 ], [ -110.96169233800981, 40.613067190981106 ], [ -110.9617870231243, 40.612869027754549 ], [ -110.96181552803975, 40.612634807200855 ], [ -110.96176360353003, 40.612477135222647 ], [ -110.96163369155722, 40.612260879837713 ], [ -110.96155690161282, 40.612175270265077 ], [ -110.96121550106736, 40.611765253606933 ], [ -110.96109032858044, 40.61153548590493 ], [ -110.96096634169308, 40.611301214035045 ], [ -110.96081990070422, 40.611057925559912 ], [ -110.96075382073344, 40.610855204040632 ], [ -110.96076569192468, 40.610769624013571 ], [ -110.96078938682398, 40.610679543574214 ], [ -110.96087221863188, 40.610535430084241 ], [ -110.96093137387233, 40.610449866043865 ], [ -110.96107336569825, 40.610210278596959 ], [ -110.96110300862146, 40.610054435486973 ], [ -110.9611326581921, 40.609886880862554 ], [ -110.96117413584939, 40.609706717811981 ], [ -110.96117421927222, 40.609562576235398 ], [ -110.96116836670129, 40.609462576027589 ], [ -110.96117434701227, 40.609341859439269 ], [ -110.96119807733159, 40.609188716948942 ], [ -110.96124546218314, 40.609013060260793 ], [ -110.96124560269678, 40.608769821318702 ], [ -110.96119847072784, 40.608508548791377 ], [ -110.96105681816572, 40.608170669156486 ], [ -110.96101556101509, 40.607972460478642 ], [ -110.96100975279717, 40.607796785884119 ], [ -110.9610394036911, 40.60762562767691 ], [ -110.96112816233574, 40.607445480510712 ], [ -110.96116365001527, 40.607400448179654 ], [ -110.96171374665188, 40.606625870353618 ], [ -110.96186168333179, 40.60630610493407 ], [ -110.96197415521367, 40.605990832064982 ], [ -110.96208664385486, 40.605644028076654 ], [ -110.96220027274464, 40.605369295187188 ], [ -110.96233513899166, 40.605162135530136 ], [ -110.96255984970543, 40.604932482721416 ], [ -110.96291458941126, 40.604684853571968 ], [ -110.96339938046472, 40.60437510348158 ], [ -110.96378248978787, 40.604113066453735 ], [ -110.96410885046924, 40.603869929127953 ], [ -110.96425076613117, 40.603725831386896 ], [ -110.96435248171227, 40.603604243217639 ], [ -110.96438679994499, 40.60352767849529 ], [ -110.96441048025082, 40.603451110484457 ], [ -110.96439868431844, 40.603406062549041 ], [ -110.96436798387253, 40.603347495491576 ], [ -110.96431599585723, 40.603311444001427 ], [ -110.96422738332551, 40.603243850139606 ], [ -110.96410923837956, 40.603144716024659 ], [ -110.96410927211024, 40.603081654011369 ], [ -110.96413886726614, 40.602996079027321 ], [ -110.96417911020872, 40.6028915887292 ], [ -110.96425126049608, 40.602797918928005 ], [ -110.96442272997625, 40.602640316799636 ], [ -110.96474196571644, 40.602442219735117 ], [ -110.96536858173734, 40.60210457698836 ], [ -110.96594197382446, 40.601825472747613 ], [ -110.96622573813805, 40.601636369951734 ], [ -110.96639719775725, 40.601483269288323 ], [ -110.96650956379828, 40.601321142384194 ], [ -110.96659239418054, 40.601131980236488 ], [ -110.9668170990978, 40.600857274659553 ], [ -110.96696489007084, 40.600758219516287 ], [ -110.96701811703018, 40.600677154947967 ], [ -110.96711275610461, 40.600505112619835 ], [ -110.96723690023686, 40.600420464570917 ], [ -110.96742013872311, 40.600339436616423 ], [ -110.96779247427351, 40.600280983414272 ], [ -110.96810451166411, 40.600263052269554 ], [ -110.96821800866141, 40.600195517065757 ], [ -110.96838355043775, 40.60004241178617 ], [ -110.9686850585565, 40.599790245683586 ], [ -110.9688741948041, 40.59972723474381 ], [ -110.96899241362398, 40.599668708910933 ], [ -110.96918748984079, 40.599538132555004 ], [ -110.96941213362956, 40.599362519367979 ], [ -110.96990868984184, 40.599020312857554 ], [ -110.97051750558097, 40.598714168369604 ], [ -110.97081304322163, 40.598570101542734 ], [ -110.97101995304904, 40.5983899762821 ], [ -110.97113821413429, 40.598223341831229 ], [ -110.97116190421769, 40.598101728024979 ], [ -110.97119152105152, 40.597939575780444 ], [ -110.97126246701136, 40.597863018068161 ], [ -110.97130385994436, 40.597799966276575 ], [ -110.97138071696109, 40.597718905523585 ], [ -110.97144573581883, 40.597682886138351 ], [ -110.97152848855488, 40.597633357784979 ], [ -110.97197766908103, 40.597475812415212 ], [ -110.97220346561572, 40.597336229493827 ], [ -110.97231461022973, 40.597219140879368 ], [ -110.97250380595162, 40.596984955449464 ], [ -110.97275211738912, 40.596692226000826 ], [ -110.9730299568464, 40.596440042821598 ], [ -110.97353235916631, 40.596156379586461 ], [ -110.97370966561668, 40.596084349104977 ], [ -110.97381606055087, 40.596012302297886 ], [ -110.9739165722596, 40.595872687523936 ], [ -110.97396981140314, 40.595728557579832 ], [ -110.97402310784858, 40.595435781223088 ], [ -110.97405283500119, 40.594967326505916 ], [ -110.974218452651, 40.594548450960623 ], [ -110.97446679728409, 40.594125089025873 ], [ -110.97470323578726, 40.593926945799694 ], [ -110.97485099142209, 40.593850402624902 ], [ -110.97505783903671, 40.593769367597133 ], [ -110.97523514253008, 40.593683821429792 ], [ -110.97545382538581, 40.593553239411449 ], [ -110.97561344815024, 40.593337060201335 ], [ -110.97576124373974, 40.593143400472044 ], [ -110.97608630662519, 40.59295428181985 ], [ -110.97641722284871, 40.592918314346747 ], [ -110.97670085744997, 40.592909363028276 ], [ -110.97688995593023, 40.592877869946811 ], [ -110.97701997520045, 40.592814833748712 ], [ -110.97720910691139, 40.592684242504454 ], [ -110.97743368708542, 40.592567171193949 ], [ -110.97759324248852, 40.592526662306675 ], [ -110.97781778425249, 40.592522201205767 ], [ -110.97807776352796, 40.592567295224129 ], [ -110.97823728933547, 40.592616874213675 ], [ -110.97845000765014, 40.59263042741 ], [ -110.97853864844357, 40.592610624383141 ], [ -110.97868638336452, 40.592576418003475 ], [ -110.97886485945627, 40.592495370901467 ], [ -110.97905870539979, 40.592391804116268 ], [ -110.97949604972155, 40.592121616243332 ], [ -110.97968516648419, 40.592018047560444 ], [ -110.97978564101253, 40.591941489722615 ], [ -110.97989793984912, 40.591842411658824 ], [ -110.98001615394482, 40.591720812311287 ], [ -110.98015209289954, 40.591603720326468 ], [ -110.98040029583461, 40.591500160600617 ], [ -110.98053620885736, 40.59146865250549 ], [ -110.98114486082434, 40.591329115833496 ], [ -110.98156440520914, 40.591270625838639 ], [ -110.98174167323042, 40.591260744226936 ], [ -110.98192484227971, 40.591279691680406 ], [ -110.98220845490177, 40.591324780107257 ], [ -110.9826634269676, 40.591360884803592 ], [ -110.98344339323485, 40.591370008109344 ], [ -110.98395864198825, 40.591383594130036 ], [ -110.98436989404675, 40.591401668266975 ], [ -110.98471378432687, 40.591424236484663 ], [ -110.98508604036788, 40.591433294025741 ], [ -110.98542874634602, 40.591469373280418 ], [ -110.98558236514351, 40.59152344583002 ], [ -110.98564735208173, 40.591573002756789 ], [ -110.98578323798759, 40.59165860390911 ], [ -110.98587776772382, 40.591717173215919 ], [ -110.98603138370086, 40.591789262922752 ], [ -110.98627954603189, 40.591843345936411 ], [ -110.98654544467044, 40.591851485204039 ], [ -110.98669434776484, 40.591856907778848 ], [ -110.98691651961879, 40.591870446474232 ], [ -110.98719541612731, 40.591888495483303 ], [ -110.98741995850034, 40.591865997959665 ], [ -110.98761495874227, 40.59182998351816 ], [ -110.98789741847462, 40.59174893355106 ], [ -110.9882531451065, 40.591682304571947 ], [ -110.98861949570485, 40.591682341246312 ], [ -110.98897992721847, 40.591744537456776 ], [ -110.98932853502905, 40.591848172291101 ], [ -110.9896121529388, 40.591906755853934 ], [ -110.98975987338736, 40.59192028236118 ], [ -110.98996668023027, 40.591951831583337 ], [ -110.9903684760333, 40.592019432370677 ], [ -110.99101371758495, 40.592105068711057 ], [ -110.99163886987601, 40.592195204432549 ], [ -110.99215293062601, 40.592330373664574 ], [ -110.99254881555395, 40.59245562327802 ], [ -110.99293288527284, 40.592569159269253 ], [ -110.99332287207051, 40.592614226856895 ], [ -110.993560411076, 40.592627753659315 ], [ -110.9937542271884, 40.592605242108519 ], [ -110.99386650322761, 40.59254218598366 ], [ -110.99397877945991, 40.592474625310253 ], [ -110.99406741658301, 40.59244219793765 ], [ -110.99413832497687, 40.592430490016874 ], [ -110.99423286812195, 40.592430494775776 ], [ -110.99442785857262, 40.592488161162258 ], [ -110.99454603577563, 40.592510688996036 ], [ -110.99474102948098, 40.592533220231616 ], [ -110.99487693470384, 40.592543136104162 ], [ -110.9949714774003, 40.592551248248128 ], [ -110.99516647558291, 40.592515221062811 ], [ -110.99526693034241, 40.59247918971289 ], [ -110.99537920505998, 40.592411627677478 ], [ -110.99551984215798, 40.592348571074481 ], [ -110.99576920394183, 40.592276509455161 ], [ -110.99597010874648, 40.59225849888329 ], [ -110.996206460913, 40.592348595664369 ], [ -110.99623009338181, 40.592407154142528 ], [ -110.99623599777988, 40.592488234232562 ], [ -110.99620644818481, 40.592573817600915 ], [ -110.99620053463629, 40.592654897301706 ], [ -110.99625371080823, 40.592735978932559 ], [ -110.99636007159805, 40.592749495648633 ], [ -110.99640143422754, 40.592753100495436 ], [ -110.99644870574144, 40.592758507284614 ], [ -110.99654915925056, 40.592740492575217 ], [ -110.99668506831911, 40.592686443292934 ], [ -110.9968032502757, 40.592632393361015 ], [ -110.99696870677002, 40.592510777977807 ], [ -110.99732325225212, 40.592303582553754 ], [ -110.99766597379559, 40.592208996770239 ], [ -110.99806659814455, 40.592240535242929 ], [ -110.99828050059826, 40.592272069697401 ], [ -110.99856412936548, 40.592272073571237 ], [ -110.99893048362046, 40.592245050910833 ], [ -110.99922593075743, 40.592191000001328 ], [ -110.99945047022941, 40.592154064888248 ], [ -110.99964546504002, 40.592082895514977 ], [ -111.00002363563355, 40.591996410826475 ], [ -111.00025999196903, 40.591996410536304 ], [ -111.00047271283589, 40.592019832944949 ], [ -111.00073861425214, 40.592060371502384 ], [ -111.00155995298626, 40.592046850013368 ], [ -111.002393110176, 40.592060349074423 ], [ -111.00267083038899, 40.592091874060245 ], [ -111.00285400604321, 40.592073851923573 ], [ -111.00309035974779, 40.592010783695159 ], [ -111.00361033463859, 40.591840500813532 ], [ -111.00381714661732, 40.591852205706495 ], [ -111.00389987618134, 40.591938688175325 ], [ -111.00394124062015, 40.591974722284469 ], [ -111.00397079048153, 40.592064810054161 ], [ -111.00404170342092, 40.59216390525296 ], [ -111.00417761285759, 40.592231467001803 ], [ -111.00440215629754, 40.592294520807272 ], [ -111.00499896640827, 40.592398098614261 ], [ -111.00619850028413, 40.592596235777627 ], [ -111.00681895584741, 40.592740342851414 ], [ -111.00712977169835, 40.592776359593074 ], [ -111.00725031093683, 40.592740316582109 ], [ -111.00735075362635, 40.592650221462954 ], [ -111.00740391543953, 40.592479049398854 ], [ -111.00749842493985, 40.592177245900281 ], [ -111.00766858240392, 40.592006066046395 ], [ -111.00788837953338, 40.591884431388799 ], [ -111.00805382058408, 40.591816853384159 ], [ -111.00824289795415, 40.591758282336116 ], [ -111.00831971572298, 40.591776294586026 ], [ -111.00866836576432, 40.591974464273036 ], [ -111.00879245633845, 40.592001481528932 ], [ -111.00886926858142, 40.591974449022068 ], [ -111.00901106588751, 40.591851917302428 ], [ -111.00917058711502, 40.591713168018835 ], [ -111.00934784420733, 40.591645587220214 ], [ -111.00955465684061, 40.591659083616911 ], [ -111.00972011848657, 40.591749158598702 ], [ -111.0098678625013, 40.591897792566485 ], [ -111.01009832720466, 40.592014888066011 ], [ -111.01047650657843, 40.592073412093541 ], [ -111.01074240775624, 40.592073387671384 ], [ -111.01094329985314, 40.592005802228321 ], [ -111.01120325501667, 40.59178505978916 ], [ -111.01145139303534, 40.591577831246951 ], [ -111.01177634619371, 40.591379603237826 ], [ -111.0119063242033, 40.5912849966819 ], [ -111.01205991372788, 40.591059758762121 ], [ -111.01216151207372, 40.590875066074645 ], [ -111.01227847931428, 40.590726407180057 ], [ -111.01243208716728, 40.590613779747073 ], [ -111.01265069529207, 40.590523667208529 ], [ -111.01290476151522, 40.590465081381168 ], [ -111.01354880418276, 40.590397441030994 ], [ -111.01393401935812, 40.590221722030364 ], [ -111.01419276555633, 40.589951424094316 ], [ -111.01435226462318, 40.589780235638663 ], [ -111.0146831072387, 40.589572989777466 ], [ -111.01488989457512, 40.58949638781035 ], [ -111.01504943117421, 40.589505376017826 ], [ -111.01523851739928, 40.589541386756615 ], [ -111.01535432570363, 40.589532362539238 ], [ -111.01548667311458, 40.589500813784475 ], [ -111.01558119540334, 40.589428730016508 ], [ -111.01569933849844, 40.589298085227298 ], [ -111.01615420425242, 40.588874605024557 ], [ -111.01622507519382, 40.588739461844682 ], [ -111.01623095223358, 40.588608832210468 ], [ -111.01617184551775, 40.588523256106974 ], [ -111.01595909299837, 40.588343108021398 ], [ -111.01592362972646, 40.588293564053927 ], [ -111.01595903946014, 40.588117885927623 ], [ -111.01608900094232, 40.588005256845747 ], [ -111.01630757487476, 40.587829552947454 ], [ -111.01650841433219, 40.587622320068704 ], [ -111.01657337806401, 40.587500690817699 ], [ -111.01656154214945, 40.587424116990654 ], [ -111.01654378777327, 40.587307004024602 ], [ -111.01654374892485, 40.587149348531973 ], [ -111.01657918312907, 40.587081776808368 ], [ -111.01664414844332, 40.586969156391973 ], [ -111.01683318433425, 40.586829491265043 ], [ -111.01710614592771, 40.586794316509661 ], [ -111.01731885896778, 40.586828518582024 ], [ -111.01747129026342, 40.586802369857864 ], [ -111.01765441197173, 40.586649190947718 ], [ -111.01779026425901, 40.586491514589341 ], [ -111.01810917090967, 40.585941922917229 ], [ -111.01810913810675, 40.585820302938323 ], [ -111.01804528297652, 40.585653648504277 ], [ -111.01797317096356, 40.585541048644764 ], [ -111.01786680166606, 40.58546899403936 ], [ -111.01753588674922, 40.585284362533265 ], [ -111.01747088119316, 40.585230319050943 ], [ -111.0173999566946, 40.585134835534532 ], [ -111.01737630156208, 40.585050155539108 ], [ -111.01737627358482, 40.584942048874154 ], [ -111.01744708992902, 40.584622222625306 ], [ -111.0175711115044, 40.584424008250792 ], [ -111.01773646255073, 40.584122185158662 ], [ -111.01787815776872, 40.583739285458677 ], [ -111.01807891708232, 40.583297818534831 ], [ -111.01815569614102, 40.583198708683078 ], [ -111.01829155377014, 40.583090580546916 ], [ -111.01849830709837, 40.582977936471856 ], [ -111.01887049400024, 40.582891390906596 ], [ -111.01937855374304, 40.582761578743543 ], [ -111.01962075143054, 40.582644422255562 ], [ -111.01969162995756, 40.582581347945478 ], [ -111.01979911184688, 40.582428178393194 ], [ -111.01982738145155, 40.582126375617904 ], [ -111.01981432528255, 40.581928182196194 ], [ -111.01990408048641, 40.581770511121093 ], [ -111.02005173630253, 40.581621838830472 ], [ -111.02017577713082, 40.581531728288674 ], [ -111.02036480812906, 40.581450615068142 ], [ -111.02076649643908, 40.581274870108615 ], [ -111.02106184662797, 40.581121665421811 ], [ -111.0211906001599, 40.580995517342139 ], [ -111.02122129155451, 40.580900918306426 ], [ -111.02120352082497, 40.580752274792374 ], [ -111.02115030274177, 40.58060363776719 ], [ -111.02116795546466, 40.580378412130969 ], [ -111.02128016960634, 40.58026578030951 ], [ -111.02145145915161, 40.580144128525347 ], [ -111.02175270919753, 40.579986416498386 ], [ -111.02190627953043, 40.579882785163385 ], [ -111.02201257521004, 40.579744027941075 ], [ -111.02216610712104, 40.579526884154873 ], [ -111.02237278295289, 40.579234055133085 ], [ -111.02272125234516, 40.578968224620546 ], [ -111.02301067092198, 40.578787989361111 ], [ -111.02320557672076, 40.578643807991298 ], [ -111.0233248863302, 40.578567208321154 ], [ -111.02360132359159, 40.57844102758601 ], [ -111.02386122624493, 40.578337371851816 ], [ -111.02413174252763, 40.578179659916479 ], [ -111.02456404752263, 40.577802095891698 ], [ -111.02490067351572, 40.577503829215161 ], [ -111.02523735102173, 40.577350604838962 ], [ -111.02552088935055, 40.577278471339675 ], [ -111.02620612321037, 40.577152193309843 ], [ -111.02751160720173, 40.576917658346339 ], [ -111.02814956363356, 40.576768857776287 ], [ -111.02841653423906, 40.576647172237941 ], [ -111.02865161273458, 40.576548016249909 ], [ -111.02884062720101, 40.576484906900468 ], [ -111.02912415995385, 40.576417268999684 ], [ -111.02956723710975, 40.576444183153484 ], [ -111.02980119164842, 40.576480158646568 ], [ -111.02991579997506, 40.57648463347541 ], [ -111.02997486896876, 40.576470203920039 ], [ -111.03002803120251, 40.576457577650409 ], [ -111.03013434469655, 40.576408001004076 ], [ -111.03038240822626, 40.576290820297167 ], [ -111.03070725417292, 40.576142087511343 ], [ -111.03116913803387, 40.575961785754679 ], [ -111.03162279983998, 40.575889591236241 ], [ -111.03201858235909, 40.575848942153421 ], [ -111.03243801869557, 40.575858734933291 ], [ -111.03279252468387, 40.575974849696728 ], [ -111.03322981545354, 40.576249496274706 ], [ -111.03346027163695, 40.576375554389578 ], [ -111.03369777931808, 40.576425034315875 ], [ -111.03400378974511, 40.576424944647457 ], [ -111.03427557553388, 40.576501439997223 ], [ -111.03461235196207, 40.576591428605582 ], [ -111.03494909178919, 40.576609345025986 ], [ -111.03533898556888, 40.576600217510773 ], [ -111.03577618044497, 40.576667649707417 ], [ -111.03588136867528, 40.576730679396718 ], [ -111.03591213858699, 40.576825263303725 ], [ -111.03590625991244, 40.57687931854084 ], [ -111.03588150103161, 40.576978424150269 ], [ -111.03577058716118, 40.577257734484888 ], [ -111.03577654036164, 40.577343317200175 ], [ -111.03582978341716, 40.577482938660417 ], [ -111.03598347302619, 40.577653159109893 ], [ -111.03616073439255, 40.577712562501347 ], [ -111.03619618029441, 40.577712551400566 ], [ -111.03639704528679, 40.577721497189422 ], [ -111.03656834999954, 40.577689911938862 ], [ -111.03660379343428, 40.577685396263639 ], [ -111.03675737748749, 40.577658320796338 ], [ -111.03756670979824, 40.57763103374149 ], [ -111.03838199799837, 40.577689323591073 ], [ -111.03881917437175, 40.577707195312499 ], [ -111.03920905505439, 40.577665622700017 ], [ -111.03972884582851, 40.577526708042569 ], [ -111.04005370389572, 40.577422993507575 ], [ -111.04030183493919, 40.577440925010272 ], [ -111.04064455085545, 40.577562425096332 ], [ -111.04088688462271, 40.577760535386709 ], [ -111.04110556156371, 40.577913609082657 ], [ -111.04137028334272, 40.578008108032193 ], [ -111.04177321765972, 40.578057511979516 ], [ -111.04231085004673, 40.578110468824676 ], [ -111.04272443440843, 40.578183288690518 ], [ -111.04329873459682, 40.57829568610493 ], [ -111.04372296911697, 40.578390119758744 ], [ -111.04400073238695, 40.578544066467821 ], [ -111.04427972777812, 40.578772785890322 ], [ -111.04477505491015, 40.57915997758802 ], [ -111.04503507261367, 40.579272487736233 ], [ -111.04538960375834, 40.579366942404818 ], [ -111.04587406142083, 40.579393777731163 ], [ -111.0462935150403, 40.579393610401269 ], [ -111.04676614196943, 40.579397924483132 ], [ -111.04717380849107, 40.579438298766426 ], [ -111.04739834944809, 40.579501269136088 ], [ -111.04764657960037, 40.579645309374335 ], [ -111.04779439370022, 40.579811912906415 ], [ -111.0479186607064, 40.580095641667945 ], [ -111.04804883664771, 40.580379367824065 ], [ -111.04817299591782, 40.580509945103927 ], [ -111.0484212054772, 40.580617948078249 ], [ -111.04873438654869, 40.580703400887387 ], [ -111.04910660479497, 40.580730269945555 ], [ -111.04941382299157, 40.580739147835885 ], [ -111.05012870497549, 40.580771271853962 ], [ -111.05038280561696, 40.580851340476691 ], [ -111.05061924486313, 40.581013397223302 ], [ -111.05091480918648, 40.581233985251664 ], [ -111.05113346197521, 40.581310464276719 ], [ -111.05134024077218, 40.581310372563003 ], [ -111.05154697807616, 40.581256227131242 ], [ -111.05182458966128, 40.581175022871328 ], [ -111.0528288071143, 40.581003398992628 ], [ -111.05337825254922, 40.581012155310809 ], [ -111.05361459888658, 40.581048081439036 ], [ -111.05380373243894, 40.581147091345002 ], [ -111.05388655219073, 40.581282186158425 ], [ -111.05391024551759, 40.581358750705178 ], [ -111.05398120270941, 40.581435293169676 ], [ -111.05418214950157, 40.581528891591923 ], [ -111.05432397465557, 40.581570265896339 ], [ -111.05454850381967, 40.581601691219561 ], [ -111.05463121569272, 40.581601652133095 ], [ -111.05529303677699, 40.581754488441931 ], [ -111.05559444568476, 40.581875963841519 ], [ -111.05584399616698, 40.582155119161534 ], [ -111.05604875271236, 40.582560420164548 ], [ -111.05623321291063, 40.582713481685424 ], [ -111.05652281920773, 40.58284396927808 ], [ -111.05702516837266, 40.58303290911288 ], [ -111.0575512802983, 40.583370481623575 ], [ -111.05816605526948, 40.583748547114276 ], [ -111.05866843549883, 40.583960001980792 ], [ -111.05907618438448, 40.584054387520453 ], [ -111.05919434930401, 40.584055227918917 ], [ -111.05935387485648, 40.584059650508415 ], [ -111.05953700450114, 40.584031628711017 ], [ -111.05960198675079, 40.58402258631137 ], [ -111.05976858605825, 40.58400898689839 ], [ -111.05996833880893, 40.58407104471415 ], [ -111.06010434612769, 40.584203404707971 ], [ -111.06016943260751, 40.58431057661037 ], [ -111.06027595864367, 40.584508716639768 ], [ -111.06036943043009, 40.584643801164717 ], [ -111.06052433235809, 40.584760835663772 ], [ -111.06076076907016, 40.584877827094935 ], [ -111.06111536828196, 40.58499025114083 ], [ -111.06170074415489, 40.585485428797121 ], [ -111.06193617000625, 40.585782596091853 ], [ -111.06236888776162, 40.586025603218708 ], [ -111.06262309932198, 40.586187625645096 ], [ -111.06294228770395, 40.5863315943486 ], [ -111.06332638508992, 40.586385437740482 ], [ -111.06391140352358, 40.586475204410007 ], [ -111.0648037269151, 40.586632362770835 ], [ -111.06546450048015, 40.586848203443381 ], [ -111.06576723822366, 40.587077758052303 ], [ -111.06593289218164, 40.587298381298417 ], [ -111.06615184010602, 40.587636990173735 ], [ -111.06634719432142, 40.588014350366549 ], [ -111.06661323567435, 40.588171852715703 ], [ -111.06687330687791, 40.588266295722647 ], [ -111.06714519147609, 40.58835622683474 ], [ -111.06783662322921, 40.588481947217126 ], [ -111.06821489229968, 40.588598839931478 ], [ -111.06851646101765, 40.588823883511125 ], [ -111.06866441620961, 40.589058026589584 ], [ -111.0688832117216, 40.589229065076836 ], [ -111.06922600692727, 40.589318948967843 ], [ -111.06945649625742, 40.589368359456323 ], [ -111.0696634260057, 40.58948985474413 ], [ -111.06972253155229, 40.589507836846231 ], [ -111.06988208480138, 40.589525758194277 ], [ -111.07000024444092, 40.589512173329751 ], [ -111.07009477399929, 40.589503107126191 ], [ -111.07020112560967, 40.589498538101807 ], [ -111.07032525516153, 40.589543507003292 ], [ -111.07033123935445, 40.589615574407432 ], [ -111.07026045288002, 40.589728228494302 ], [ -111.07013057432042, 40.589836413986333 ], [ -111.07010111071355, 40.589913007354525 ], [ -111.07011896861181, 40.590039120840345 ], [ -111.07017813127027, 40.5901111559537 ], [ -111.0702195489761, 40.590165184064134 ], [ -111.07031417378425, 40.590246206423579 ], [ -111.0704087563014, 40.59028668877103 ], [ -111.07091113832308, 40.590417010218665 ], [ -111.0713661371549, 40.590439252208135 ], [ -111.07154936557404, 40.590492291250477 ], [ -111.07167943165106, 40.590560678097532 ], [ -111.07178593414878, 40.590695745149326 ], [ -111.07187486018032, 40.590970460659172 ], [ -111.07195788776062, 40.5912541886401 ], [ -111.07209035699989, 40.591357708142617 ], [ -111.07221802687286, 40.59139366390702 ], [ -111.07240709065772, 40.591375527794646 ], [ -111.07282653585882, 40.591298688648045 ], [ -111.07298020493207, 40.591334627175911 ], [ -111.0731043887925, 40.591424637431125 ], [ -111.07319907779842, 40.591559710634542 ], [ -111.0731994854838, 40.591933578790631 ], [ -111.07321739887675, 40.59210473610122 ], [ -111.07334761644982, 40.592307353216157 ], [ -111.07354867803348, 40.592451367395171 ], [ -111.07416350576459, 40.592720339683375 ], [ -111.07456547164453, 40.592860619367706 ], [ -111.07479022365375, 40.593049660452735 ], [ -111.07486602961764, 40.593202762225147 ], [ -111.07500917865538, 40.593337802483326 ], [ -111.07517476342564, 40.593455711099935 ], [ -111.07573636437714, 40.593670656347449 ], [ -111.07594320662902, 40.593693042729832 ], [ -111.07619134593065, 40.593656843826466 ], [ -111.0765871905577, 40.593602528803004 ], [ -111.07683546323672, 40.593683443794347 ], [ -111.07710151543054, 40.593809390755403 ], [ -111.07756255764258, 40.593926197461201 ], [ -111.07771383720819, 40.593932401994032 ], [ -111.07776938562914, 40.593935067270962 ], [ -111.07800100037508, 40.593916893353672 ], [ -111.07812986008857, 40.593952841762636 ], [ -111.07829544029313, 40.594060836133529 ], [ -111.07853203556257, 40.594258870740333 ], [ -111.07880997490852, 40.594438858908767 ], [ -111.07910556351459, 40.594551267770839 ], [ -111.07915284078527, 40.594554838933362 ], [ -111.07925921040736, 40.594559270432043 ], [ -111.07944240511404, 40.594569054345762 ], [ -111.07992103384579, 40.594559715305657 ], [ -111.08041135657984, 40.594446764103772 ], [ -111.08063571908588, 40.59429345685637 ], [ -111.08094866804379, 40.594099547192478 ], [ -111.08120859705075, 40.59404080706738 ], [ -111.08152176747505, 40.59403157759926 ], [ -111.08226620132585, 40.59394096108209 ], [ -111.08263832876376, 40.593823580097357 ], [ -111.08287447994859, 40.593652242304131 ], [ -111.08306341340629, 40.593525982358742 ], [ -111.08329847568244, 40.593431219907046 ], [ -111.08379590340677, 40.593340771382657 ], [ -111.08407233836579, 40.593254986207867 ], [ -111.08430968831752, 40.593101662342562 ], [ -111.08479953774729, 40.592628337819121 ], [ -111.08500621435628, 40.592520079400138 ], [ -111.08533704672233, 40.592465782209445 ], [ -111.08611689429206, 40.59236160137511 ], [ -111.08680233060917, 40.592361088334265 ], [ -111.08739435884227, 40.592324606430431 ], [ -111.08779487827448, 40.592243222826028 ], [ -111.0884566064307, 40.592188664728923 ], [ -111.08905936987145, 40.592228741517651 ], [ -111.08949679822885, 40.592354527699385 ], [ -111.0898515633057, 40.592525420929363 ], [ -111.0905421111603, 40.592808661295919 ], [ -111.09100436379761, 40.592934422293418 ], [ -111.09141808465833, 40.593001662170657 ], [ -111.09184355037682, 40.593014837978671 ], [ -111.09266490003289, 40.593014182003436 ], [ -111.09346287712169, 40.593202725468252 ], [ -111.094201844311, 40.59344536479621 ], [ -111.09491131617423, 40.593719554681485 ], [ -111.09546096049753, 40.593791172740524 ], [ -111.09595141231979, 40.593790766380216 ], [ -111.09690860946739, 40.593741319386822 ], [ -111.09740504708982, 40.593794054185807 ], [ -111.09810233568261, 40.593806977402529 ], [ -111.09859279419825, 40.593811064258048 ], [ -111.09940240202347, 40.593855414760213 ], [ -111.10002887010937, 40.593926944944322 ], [ -111.10046616146013, 40.593940078746861 ], [ -111.10103932093858, 40.593926065509152 ], [ -111.10152275772421, 40.5939751904302 ], [ -111.1019672349901, 40.59405047345642 ], [ -111.10242233860767, 40.594118538251116 ], [ -111.10274156023678, 40.594203839049733 ], [ -111.10282430962249, 40.594218179614543 ], [ -111.10289523809001, 40.594230728875992 ], [ -111.10302165954845, 40.594208994898977 ], [ -111.10317289634015, 40.594185436847013 ], [ -111.10326265216237, 40.59414481671714 ], [ -111.10331448712417, 40.594037564782418 ], [ -111.10327296278861, 40.593933098990014 ], [ -111.10315458065138, 40.593802576110278 ], [ -111.10312493293962, 40.593735936921178 ], [ -111.1031661149151, 40.593617883907555 ], [ -111.10326642309271, 40.593523201104922 ], [ -111.10345540107225, 40.593450961016842 ], [ -111.10387490711582, 40.593428062349844 ], [ -111.10442461458672, 40.593535673195149 ], [ -111.10479118566164, 40.593670474326792 ], [ -111.10498625462722, 40.593715341562991 ], [ -111.10511627488383, 40.593728736626538 ], [ -111.10523920432955, 40.593742138004131 ], [ -111.10548853800933, 40.593723892828002 ], [ -111.1057248503604, 40.593692145722763 ], [ -111.1061087547365, 40.593575579241651 ], [ -111.10618556366957, 40.593570103335537 ], [ -111.10626232409957, 40.593533997253516 ], [ -111.10638647091805, 40.593569918474131 ], [ -111.10639838895263, 40.593632969609956 ], [ -111.10646969042884, 40.59388064792023 ], [ -111.10668861934246, 40.594065127810701 ], [ -111.10677727704262, 40.594078559199367 ], [ -111.10699714513215, 40.59410988680029 ], [ -111.10703141063726, 40.59410535061911 ], [ -111.10719683620518, 40.594087179474265 ], [ -111.10736786237872, 40.593876213011946 ], [ -111.10739716121078, 40.593722134047894 ], [ -111.10755641684474, 40.593541808406023 ], [ -111.10782207736233, 40.593388409887467 ], [ -111.10817649517661, 40.593311503093929 ], [ -111.10878511626825, 40.59330642708133 ], [ -111.10937018194471, 40.593350918972064 ], [ -111.10955333205878, 40.593332727667381 ], [ -111.10961823559667, 40.593274108415081 ], [ -111.10970073941638, 40.593137996097603 ], [ -111.10978314270987, 40.592940623469666 ], [ -111.11003684490422, 40.592706151338575 ], [ -111.11030851641713, 40.592620307916349 ], [ -111.11066899963832, 40.592642485296302 ], [ -111.11124809953886, 40.592655442336806 ], [ -111.11178566443128, 40.592564834618933 ], [ -111.11212226374656, 40.592438384141829 ], [ -111.11237627258164, 40.592393092933925 ], [ -111.11271892255459, 40.592352219141148 ], [ -111.11315014523383, 40.59227522210427 ], [ -111.1143787863804, 40.592030772424678 ], [ -111.11482767011293, 40.591917716131491 ], [ -111.11536518552242, 40.591804569607717 ], [ -111.11584976027824, 40.591831111261968 ], [ -111.11602701894361, 40.591826428912128 ], [ -111.11609783203289, 40.59177230450814 ], [ -111.11613908506288, 40.591709200908646 ], [ -111.11620393604856, 40.591624452254855 ], [ -111.11637503382838, 40.591474732664651 ], [ -111.11652859356055, 40.591434037913942 ], [ -111.11684760071, 40.591393175718238 ], [ -111.11759188608228, 40.59126179172857 ], [ -111.1181942045864, 40.591044063074776 ], [ -111.11856040931602, 40.590963508786572 ], [ -111.11895636308941, 40.590999137215903 ], [ -111.1192753746822, 40.590962772747559 ], [ -111.11965334547901, 40.590854275325682 ], [ -111.12010335387821, 40.590718675156467 ], [ -111.12056283066869, 40.590592072227061 ], [ -111.1208698434821, 40.590456618224792 ], [ -111.12098784007405, 40.5903573970431 ], [ -111.12121198221216, 40.590140948993749 ], [ -111.12170029428587, 40.589626929494734 ], [ -111.12183720577161, 40.589533092830081 ], [ -111.12197891419675, 40.589477989116176 ], [ -111.12222698826136, 40.589428178057496 ], [ -111.12252242170183, 40.589427865077589 ], [ -111.12282961478432, 40.5893960077617 ], [ -111.12309530652351, 40.589287618388568 ], [ -111.12326045116534, 40.589125282459541 ], [ -111.12347839155207, 40.588755685629671 ], [ -111.12353692229884, 40.588453825560208 ], [ -111.12344779659472, 40.588183654419872 ], [ -111.1233292282293, 40.587967567923776 ], [ -111.12327587767695, 40.587873031616944 ], [ -111.12305565922719, 40.587643539939897 ], [ -111.12303980179186, 40.587373290371438 ], [ -111.12316230005052, 40.587156045763727 ], [ -111.12323891335727, 40.587048758350178 ], [ -111.12344522906623, 40.586787280451816 ], [ -111.12357506542764, 40.586706061681454 ], [ -111.12384545544251, 40.586588656627413 ], [ -111.12432494377295, 40.586439494991303 ], [ -111.12457290457156, 40.586335625693096 ], [ -111.12466143015162, 40.586281476890072 ], [ -111.12473804676074, 40.586177792017352 ], [ -111.12474381287004, 40.586101210276368 ], [ -111.12467267816638, 40.585975162692641 ], [ -111.12457205210788, 40.585876173522777 ], [ -111.12425865082436, 40.585736873356602 ], [ -111.12418756740763, 40.585637852065148 ], [ -111.1241696008241, 40.585507242546974 ], [ -111.12418120086349, 40.585390114570359 ], [ -111.12442741707144, 40.584984449773614 ], [ -111.12472961962997, 40.58482196391703 ], [ -111.12487126715115, 40.584740730910454 ], [ -111.12494787330155, 40.584632541439774 ], [ -111.12494764698185, 40.584510921716962 ], [ -111.12490013810707, 40.584380344237609 ], [ -111.12474592174331, 40.584056190943507 ], [ -111.1247632881082, 40.583863381996906 ], [ -111.12495777012995, 40.583601013150137 ], [ -111.12510518027908, 40.583443198057381 ], [ -111.12529380374333, 40.58320876252612 ], [ -111.1253702644988, 40.583023997350182 ], [ -111.12541120900249, 40.582803235124452 ], [ -111.12546399461897, 40.582595973350202 ], [ -111.12552291698812, 40.582511225777402 ], [ -111.12573496442685, 40.582167756464045 ], [ -111.12582924811532, 40.582037024894028 ], [ -111.12588225139125, 40.581946878243038 ], [ -111.12611240152215, 40.581806989411064 ], [ -111.12624225890805, 40.581743785336528 ], [ -111.12648439323927, 40.581693971571575 ], [ -111.12668529879841, 40.581711769202144 ], [ -111.12706941353372, 40.58176179710722 ], [ -111.12729984746673, 40.581773254960453 ], [ -111.12748305685338, 40.581805484927827 ], [ -111.12762489158314, 40.581827850542759 ], [ -111.12774904525125, 40.581872757764216 ], [ -111.12795578243043, 40.581850006727649 ], [ -111.12810931310673, 40.581809296557651 ], [ -111.12829234053508, 40.581746031201995 ], [ -111.12836313310702, 40.581691899215194 ], [ -111.12839244911768, 40.581574751054191 ], [ -111.12835076611896, 40.581403628443496 ], [ -111.12826782235291, 40.5812821005375 ], [ -111.12824989203541, 40.581174013746761 ], [ -111.12826147562397, 40.581052380847822 ], [ -111.12832030531443, 40.580921686581249 ], [ -111.12847361820718, 40.580768365011394 ], [ -111.12860340234769, 40.580669122784968 ], [ -111.12883352514029, 40.58052021964253 ], [ -111.12902829662227, 40.580421805328541 ], [ -111.12916403738888, 40.580348681602921 ], [ -111.12931153460264, 40.580244914321348 ], [ -111.12939991814218, 40.580123195294952 ], [ -111.12943519159516, 40.580033066845147 ], [ -111.12941133454653, 40.579915977958855 ], [ -111.12944659224748, 40.579817741515711 ], [ -111.12952315762259, 40.579695134739261 ], [ -111.12971182475286, 40.57949672737989 ], [ -111.12987228153173, 40.579374927027104 ], [ -111.13005393592194, 40.579217067008308 ], [ -111.13037265811018, 40.579063556538259 ], [ -111.13059103482593, 40.578955203140268 ], [ -111.1308387827785, 40.578761231561238 ], [ -111.13108061279706, 40.578562761712384 ], [ -111.13122790949242, 40.578359894328585 ], [ -111.1312925066544, 40.578161625218009 ], [ -111.13136290536823, 40.577909296088571 ], [ -111.13142163813778, 40.577733555801181 ], [ -111.13149813756529, 40.577580317498956 ], [ -111.13157448662736, 40.577350503685857 ], [ -111.13162132373267, 40.577134236788666 ], [ -111.13168008164776, 40.576972009665184 ], [ -111.13180385775954, 40.576827726140024 ], [ -111.13193944135148, 40.576679825434546 ], [ -111.132140101137, 40.576579597309895 ], [ -111.13232308388858, 40.576502812221122 ], [ -111.13251191153401, 40.576394488991404 ], [ -111.13256480360192, 40.576254790374392 ], [ -111.13260558698222, 40.575966458789594 ], [ -111.13263359598696, 40.575790753091887 ], [ -111.13272299783297, 40.575592454614394 ], [ -111.13295906395902, 40.575475067456168 ], [ -111.1331124609701, 40.575375792900488 ], [ -111.13322437156128, 40.575208999235819 ], [ -111.13331253577054, 40.574983675007417 ], [ -111.1333299181801, 40.574812485825021 ], [ -111.13332347433983, 40.574542226216984 ], [ -111.13326997744885, 40.574375623260416 ], [ -111.13324027275536, 40.574290973845343 ], [ -111.13319996710543, 40.5742225526689 ], [ -111.13312185645904, 40.574155075938044 ], [ -111.13302585273966, 40.574001134294825 ], [ -111.13290274185393, 40.573880556696153 ], [ -111.13278415065604, 40.573655470493364 ], [ -111.13274817464064, 40.573386145629094 ], [ -111.13271789789108, 40.573011410016093 ], [ -111.13277046636613, 40.572709551315299 ], [ -111.13287042537272, 40.572475204866144 ], [ -111.1330649963042, 40.57229029836197 ], [ -111.13327745918413, 40.572191856376932 ], [ -111.13350179480712, 40.572123129668221 ], [ -111.13380289763792, 40.572041701167699 ], [ -111.13400247798251, 40.572000929762297 ], [ -111.13410395477456, 40.571937749670276 ], [ -111.13420989788681, 40.571744836054464 ], [ -111.13414456706457, 40.571568337372405 ], [ -111.13403779895026, 40.571347743090335 ], [ -111.13394852816323, 40.571014517075703 ], [ -111.13391857088571, 40.570802842483573 ], [ -111.1339771290987, 40.570546020717288 ], [ -111.13415976947987, 40.570307072696998 ], [ -111.13435442067971, 40.570167208405145 ], [ -111.13463169628089, 40.569991211888052 ], [ -111.13482042055922, 40.569842344802169 ], [ -111.13489096922642, 40.569675597631068 ], [ -111.13486100054625, 40.569459418793684 ], [ -111.13483114958552, 40.569301797717053 ], [ -111.13486018854465, 40.569054919687716 ], [ -111.13497681703193, 40.56889172220545 ], [ -111.13522583443968, 40.56876620713841 ], [ -111.13545601806098, 40.568674947477568 ], [ -111.13565081645315, 40.568611656535126 ], [ -111.13581601658974, 40.568516868875484 ], [ -111.13595149804382, 40.568331125951786 ], [ -111.13598057806074, 40.568106769831971 ], [ -111.13589753676352, 40.567935698222037 ], [ -111.13578445227863, 40.567512412316013 ], [ -111.13563017690613, 40.567165750395198 ], [ -111.13552927220995, 40.566922628154536 ], [ -111.13552289305338, 40.566688403882253 ], [ -111.13553433383098, 40.566503707723641 ], [ -111.13556947379047, 40.566355019407695 ], [ -111.13547459522681, 40.56617044795847 ], [ -111.13538578716653, 40.566066949545608 ], [ -111.1353676952467, 40.565882287988522 ], [ -111.13539068625163, 40.565566949008847 ], [ -111.13541974699793, 40.565332683137278 ], [ -111.13546678140739, 40.565224521002392 ], [ -111.13556107697207, 40.565120807858214 ], [ -111.13573213878772, 40.565007995553643 ], [ -111.13591641302745, 40.565003274449282 ], [ -111.13613369985019, 40.564966982947581 ], [ -111.13633451218536, 40.564962241687496 ], [ -111.13651876795036, 40.564948510727667 ], [ -111.13669461706529, 40.564867222546646 ], [ -111.13680662971991, 40.564763487416151 ], [ -111.13680632706613, 40.564614840645454 ], [ -111.1367410532465, 40.564466270789353 ], [ -111.13673482595138, 40.564308622105507 ], [ -111.13677592357632, 40.564186953069424 ], [ -111.13690556250479, 40.564038152372703 ], [ -111.13698808725583, 40.563956974287414 ], [ -111.13706457675268, 40.563812740874965 ], [ -111.13715286952689, 40.563663988937336 ], [ -111.13717023930069, 40.563492798861297 ], [ -111.13714035803423, 40.563321664876767 ], [ -111.1370927027188, 40.563123525214138 ], [ -111.13700979336792, 40.563015516534712 ], [ -111.13700945354601, 40.562848851924187 ], [ -111.13703865447793, 40.562686656732318 ], [ -111.1370983566509, 40.562420822753033 ], [ -111.13714409475698, 40.562258607897057 ], [ -111.13746211219646, 40.561807783896057 ], [ -111.13755632613197, 40.561668033476153 ], [ -111.1376326826569, 40.561460737337242 ], [ -111.13768538627619, 40.561239955948196 ], [ -111.137680218347, 40.561023747968797 ], [ -111.13766673570711, 40.560785027581723 ], [ -111.13763690052836, 40.560636415898351 ], [ -111.13760709315335, 40.560501317555421 ], [ -111.13753580485195, 40.560298701662674 ], [ -111.13751195000903, 40.560186118510558 ], [ -111.13752353174786, 40.560073493174798 ], [ -111.13752322755843, 40.559924846287508 ], [ -111.13744611698679, 40.55976277740988 ], [ -111.13736320202301, 40.559650264463784 ], [ -111.13733346007582, 40.559546697186228 ], [ -111.13738051500341, 40.559452047529966 ], [ -111.13748072214148, 40.559356433722954 ], [ -111.13754541363761, 40.559222123736447 ], [ -111.13753931403684, 40.559127537280368 ], [ -111.13744456008608, 40.559001525084824 ], [ -111.13732033182285, 40.558902574622934 ], [ -111.13717248923129, 40.558808156528421 ], [ -111.13707188558112, 40.558709177743744 ], [ -111.13698893582159, 40.558578646696027 ], [ -111.13698290133293, 40.558515591365492 ], [ -111.13705943061142, 40.55839388009268 ], [ -111.13724236561249, 40.55832069062108 ], [ -111.13746079471697, 40.558276287199973 ], [ -111.13767918477527, 40.558212964665564 ], [ -111.13785608518747, 40.558077619814306 ], [ -111.13795021912895, 40.557901833371126 ], [ -111.13804426005882, 40.557681002318411 ], [ -111.13822684185747, 40.557437542962411 ], [ -111.13849209467699, 40.557189479774514 ], [ -111.13863948025428, 40.55706317800643 ], [ -111.13882817801796, 40.556923313020171 ], [ -111.13902864931352, 40.5567654156972 ], [ -111.13918783518724, 40.556634594555916 ], [ -111.13942971990171, 40.556512682348654 ], [ -111.13965988581789, 40.556435828447697 ], [ -111.13996063888472, 40.556223754650418 ], [ -111.14024942821337, 40.555939623144226 ], [ -111.14043201612455, 40.555705169158756 ], [ -111.14066185761652, 40.555475161820496 ], [ -111.14084450890232, 40.555272238348252 ], [ -111.14099769701517, 40.555100881801749 ], [ -111.14118030653435, 40.554879039080205 ], [ -111.14132756076648, 40.554695076831123 ], [ -111.14148067048467, 40.554487683993912 ], [ -111.14169865510493, 40.554239671200968 ], [ -111.14198027531799, 40.553924012803101 ], [ -111.14212289418819, 40.55378419898306 ], [ -111.14229388755548, 40.553657863442119 ], [ -111.14249440781722, 40.553531491232924 ], [ -111.14274212155472, 40.553381637147552 ], [ -111.14307841064898, 40.553228970190894 ], [ -111.14334379226337, 40.553057471484536 ], [ -111.14365632948794, 40.552845373333717 ], [ -111.14386255739234, 40.552628902284816 ], [ -111.14401564494125, 40.552417001579343 ], [ -111.14415107331156, 40.552232149505642 ], [ -111.1443395429352, 40.551997681866283 ], [ -111.14442783318115, 40.551862437486164 ], [ -111.14462809210229, 40.551618945687267 ], [ -111.14481665538459, 40.55142952181496 ], [ -111.14512929709247, 40.551271473118987 ], [ -111.14538901374719, 40.551217092966468 ], [ -111.14577875399699, 40.551212097402647 ], [ -111.14602096925539, 40.551256836222052 ], [ -111.14623359948983, 40.551274585170283 ], [ -111.14654067551344, 40.551274196101836 ], [ -111.14661261220726, 40.551224555684009 ], [ -111.14669988291334, 40.551165886814736 ], [ -111.14682938822975, 40.550977435511442 ], [ -111.14695284576354, 40.550724127395355 ], [ -111.14701739972948, 40.550539362036425 ], [ -111.1470629777837, 40.550318585035889 ], [ -111.1471581099582, 40.550075222556046 ], [ -111.14718127712891, 40.549867987442589 ], [ -111.14721612625986, 40.549602179324012 ], [ -111.14731617839635, 40.549448899817207 ], [ -111.14746946718714, 40.549336993408176 ], [ -111.14769955775509, 40.549241204732141 ], [ -111.14789436756209, 40.549213928710472 ], [ -111.14817191844485, 40.549218077570643 ], [ -111.14833252796102, 40.549213367016151 ], [ -111.14840811358116, 40.549213269952048 ], [ -111.14869148194481, 40.54917777075368 ], [ -111.14934060323165, 40.548977835963655 ], [ -111.14973585403567, 40.548801650057321 ], [ -111.15000015081334, 40.548688695469643 ], [ -111.15034362299119, 40.548597258735882 ], [ -111.15061502621612, 40.548494203326683 ], [ -111.1510872287753, 40.548403497391753 ], [ -111.1515181251835, 40.548326357114775 ], [ -111.15177806931482, 40.548380069580922 ], [ -111.15223912444264, 40.548583065069352 ], [ -111.15279473132344, 40.54881566321248 ], [ -111.15316690389977, 40.548881836593559 ], [ -111.15365729660806, 40.548999202572446 ], [ -111.15400003009096, 40.549102349069649 ], [ -111.15430242368355, 40.549124467968134 ], [ -111.15433668163564, 40.54912802578751 ], [ -111.15456702471093, 40.54914663663984 ], [ -111.15469572313737, 40.549132050092041 ], [ -111.15486810276643, 40.549110197706739 ], [ -111.1551868750349, 40.549064725284055 ], [ -111.15566529336978, 40.549109126402655 ], [ -111.15592521247156, 40.549149316151656 ], [ -111.15662232080913, 40.549279002894565 ], [ -111.15693548197036, 40.549359658411049 ], [ -111.15730760046098, 40.549399692593184 ], [ -111.15764436246575, 40.549471305111162 ], [ -111.15803325994922, 40.549614916860818 ], [ -111.15857800249627, 40.549735791155385 ], [ -111.15916303232618, 40.549911561911856 ], [ -111.15947055926252, 40.55010392914231 ], [ -111.15983723867369, 40.550337654843908 ], [ -111.16028662624932, 40.550584778065065 ], [ -111.16059392489356, 40.550678945180749 ], [ -111.1610487371949, 40.55072335679673 ], [ -111.16146819643365, 40.55080024820775 ], [ -111.1617636849998, 40.550893527818026 ], [ -111.16222464392648, 40.551037024499905 ], [ -111.16241393946125, 40.551171892605225 ], [ -111.16255621115192, 40.551396915928038 ], [ -111.16266891352601, 40.55160396283047 ], [ -111.16279338366354, 40.551792975164048 ], [ -111.1630659912791, 40.55218898387767 ], [ -111.16339755775414, 40.552544368348002 ], [ -111.16359305034034, 40.552796341858659 ], [ -111.16380054191241, 40.553124873949045 ], [ -111.16399030804355, 40.553448926341247 ], [ -111.16426262123326, 40.553718807477665 ], [ -111.16443428896157, 40.553885228527008 ], [ -111.16451782635723, 40.554236457941343 ], [ -111.16461910347807, 40.554596670929456 ], [ -111.16467894298032, 40.554916402689976 ], [ -111.16475045082647, 40.555177559718715 ], [ -111.16479809358323, 40.555339652508493 ], [ -111.16495820970356, 40.555609691893942 ], [ -111.16518930630943, 40.555924674223334 ], [ -111.16538479330873, 40.556167635625336 ], [ -111.16566312881791, 40.55647804487927 ], [ -111.1659177103147, 40.55673443399553 ], [ -111.16621327791924, 40.556846620746448 ], [ -111.16644492998564, 40.556904845274012 ], [ -111.16678646390706, 40.556976424151976 ], [ -111.16694609961765, 40.557048265004703 ], [ -111.16718285862221, 40.557259632423609 ], [ -111.1673368251118, 40.557426074662509 ], [ -111.16757939145512, 40.557596892675356 ], [ -111.1677921372775, 40.557650637450784 ], [ -111.168093460177, 40.557699748531057 ], [ -111.16856012529963, 40.5577396087875 ], [ -111.16864871560821, 40.557740380395209 ], [ -111.16902080579899, 40.557747944674141 ], [ -111.16931012536395, 40.557720494271749 ], [ -111.16935736095698, 40.557715920577152 ], [ -111.16968782796103, 40.557611833035729 ], [ -111.16998291352856, 40.557529418031628 ], [ -111.17021299302128, 40.557430881996439 ], [ -111.17047872164268, 40.557416976809812 ], [ -111.17085670690896, 40.55742092290803 ], [ -111.17113456818394, 40.557533123233014 ], [ -111.17139473577724, 40.55765435806272 ], [ -111.17158416954223, 40.557828850035115 ], [ -111.17172618911498, 40.557937647023017 ], [ -111.17181492711096, 40.557996073103823 ], [ -111.17225830768, 40.558166582453687 ], [ -111.17254791681376, 40.558251735071735 ], [ -111.17296160898333, 40.558359223578186 ], [ -111.17316874572367, 40.558525578391922 ], [ -111.17337596483267, 40.558723463938733 ], [ -111.17361846739036, 40.558861837193774 ], [ -111.17395549459246, 40.559010878358379 ], [ -111.17428041693421, 40.559046424364318 ], [ -111.17490054512974, 40.559045487239018 ], [ -111.17520172675687, 40.559036021975317 ], [ -111.1752548805925, 40.559035941356861 ], [ -111.17546742536838, 40.559008591976124 ], [ -111.17588634906949, 40.558854803271863 ], [ -111.17632904829576, 40.558759534764384 ], [ -111.1766312912318, 40.558705019536724 ], [ -111.17691934754335, 40.558646020781651 ], [ -111.17736225789285, 40.558631828303334 ], [ -111.17786419172688, 40.558604029889345 ], [ -111.17831892542178, 40.558594320002669 ], [ -111.17867934356114, 40.558652321156877 ], [ -111.1790988698536, 40.558728247418173 ], [ -111.17955960642443, 40.558754559035449 ], [ -111.17987252562145, 40.558718036583116 ], [ -111.18023251086761, 40.558613872943681 ], [ -111.18039764754242, 40.558528030437195 ], [ -111.18077436140442, 40.558495910374319 ], [ -111.18118906958389, 40.558536701784078 ], [ -111.18170337070609, 40.558715171639825 ], [ -111.18199913181581, 40.558885875642318 ], [ -111.18249604028078, 40.559182386237765 ], [ -111.18275032866752, 40.559303604732477 ], [ -111.18327668768303, 40.559568534130101 ], [ -111.18367315469712, 40.559847181072612 ], [ -111.1840165319974, 40.560148433513412 ], [ -111.18425328141687, 40.560332739053884 ], [ -111.18442490423402, 40.560458590102222 ], [ -111.18473864593338, 40.560719347526025 ], [ -111.18502851742201, 40.560890053121739 ], [ -111.18523569177596, 40.561056386145651 ], [ -111.18534227590163, 40.561155313316846 ], [ -111.18547750835739, 40.561362301424367 ], [ -111.18549720392211, 40.561650555195392 ], [ -111.18547875164141, 40.561812745348078 ], [ -111.18547447424118, 40.561974912737632 ], [ -111.18547970898925, 40.562159587145295 ], [ -111.18562313802259, 40.562339535133702 ], [ -111.18584814929892, 40.562546378479993 ], [ -111.18605554282303, 40.56278928541964 ], [ -111.18639880841343, 40.563040981752692 ], [ -111.18679542157237, 40.563360157676975 ], [ -111.18720949411154, 40.563584710320946 ], [ -111.18742257601063, 40.563746525306854 ], [ -111.18768287243822, 40.563894749830226 ], [ -111.18781885824409, 40.563944077865237 ], [ -111.18816146780202, 40.563957033740934 ], [ -111.18833848334246, 40.563893682900634 ], [ -111.18839742109073, 40.56384854223117 ], [ -111.18854484095111, 40.563762717045712 ], [ -111.18878118524748, 40.563793862290403 ], [ -111.18902366424648, 40.5639060772451 ], [ -111.18921285947616, 40.563973334396429 ], [ -111.18931954292643, 40.564103788878889 ], [ -111.18937442790558, 40.564297390576051 ], [ -111.1894079102865, 40.564441478306897 ], [ -111.1893150833039, 40.564617304270733 ], [ -111.18926808532757, 40.564707470408628 ], [ -111.18921526953547, 40.564829177250424 ], [ -111.18918724815731, 40.564946339009119 ], [ -111.18925754113961, 40.565157933325551 ], [ -111.18939478814036, 40.565234284163651 ], [ -111.1902158758074, 40.565678876317847 ], [ -111.19068923161372, 40.565970885593408 ], [ -111.19124515588011, 40.566217711704525 ], [ -111.1916414125123, 40.566397233272106 ], [ -111.19209699522399, 40.566666743942775 ], [ -111.19240480905043, 40.566899562468393 ], [ -111.1930909818303, 40.567246161543615 ], [ -111.19343424465394, 40.567479818935553 ], [ -111.1936884672664, 40.567560473171767 ], [ -111.19405499645598, 40.567667964981041 ], [ -111.19439761310215, 40.567676397876014 ], [ -111.19459824638022, 40.567608493284638 ], [ -111.19487534001026, 40.567427848038434 ], [ -111.19498711000132, 40.567270003546234 ], [ -111.19511062743288, 40.567089616830131 ], [ -111.19532279658939, 40.566927097945623 ], [ -111.19558826885002, 40.566814037439642 ], [ -111.1959658877084, 40.566673759417121 ], [ -111.19619578652944, 40.566515713299069 ], [ -111.19656731132027, 40.566312381284021 ], [ -111.1969034866888, 40.566140639508887 ], [ -111.19717479366693, 40.566005043124392 ], [ -111.19746965965486, 40.565846883556965 ], [ -111.19772336391881, 40.565751856064381 ], [ -111.19790053431633, 40.565742543795672 ], [ -111.19811909044883, 40.565746673656733 ], [ -111.19820313639637, 40.565805087416294 ], [ -111.1984744290006, 40.566065880066915 ], [ -111.19860016801353, 40.566241337730453 ], [ -111.19871758512265, 40.566398791746522 ], [ -111.19883011751331, 40.566502200588161 ], [ -111.1989793114334, 40.566619059544074 ], [ -111.19916147629536, 40.566699825832792 ], [ -111.19940970253876, 40.566748946642676 ], [ -111.19961648887181, 40.566766607346757 ], [ -111.19984690192993, 40.56678422681204 ], [ -111.20005951466301, 40.566774849916698 ], [ -111.2001824267401, 40.566792654822322 ], [ -111.20028431661839, 40.566891576224599 ], [ -111.2003142931223, 40.567040171246553 ], [ -111.20030865503632, 40.567130270108088 ], [ -111.20016835776303, 40.567225106817638 ], [ -111.20002553648487, 40.567265894275977 ], [ -111.19990171029049, 40.567338179869992 ], [ -111.19984900284403, 40.567490521606743 ], [ -111.19990263506232, 40.567648985594865 ], [ -111.20000363949308, 40.567847006743925 ], [ -111.20025227337187, 40.568031258632928 ], [ -111.20076088769626, 40.568242085202343 ], [ -111.20108614091725, 40.568368545106864 ], [ -111.2015888238541, 40.568569468542833 ], [ -111.20194233546911, 40.568663444653033 ], [ -111.20228637002006, 40.56874842736822 ], [ -111.20275928316705, 40.568869218557737 ], [ -111.203097767006, 40.56907132436325 ], [ -111.20343961967657, 40.569214865354148 ], [ -111.20372954790666, 40.569376514718471 ], [ -111.20398984731253, 40.569506684505036 ], [ -111.20435665011945, 40.569695223231307 ], [ -111.20455766331909, 40.569753425355579 ], [ -111.20481181166963, 40.569802524036014 ], [ -111.20507678535755, 40.569914665267007 ], [ -111.20543860615375, 40.570017624801864 ], [ -111.2060298247616, 40.570187741092312 ], [ -111.20641402572556, 40.570268135392453 ], [ -111.20703495044113, 40.570492246863772 ], [ -111.2075550289027, 40.57057689822593 ], [ -111.20783887077813, 40.570675485847566 ], [ -111.20843012916077, 40.570854598657128 ], [ -111.20882034181157, 40.57096650525061 ], [ -111.20919893808654, 40.571141493869725 ], [ -111.20958815496566, 40.5713119575232 ], [ -111.20982637809965, 40.571554765412507 ], [ -111.21009290064505, 40.571779503536632 ], [ -111.21043088882564, 40.572188793328408 ], [ -111.21070377519061, 40.572557660810887 ], [ -111.21092896855656, 40.572786976784528 ], [ -111.21108907386966, 40.572981276554835 ], [ -111.21127863966392, 40.573151198195312 ], [ -111.21161049350802, 40.57348392001888 ], [ -111.21195987345087, 40.573753546432982 ], [ -111.21230309264321, 40.573942103027392 ], [ -111.21262215700897, 40.573964038467267 ], [ -111.21301218039666, 40.574008364448368 ], [ -111.21323661431634, 40.573994437053628 ], [ -111.21350379533787, 40.574047996952231 ], [ -111.21382212363855, 40.574209568330687 ], [ -111.21390041560382, 40.574308521250948 ], [ -111.21423073314132, 40.574524122669494 ], [ -111.21427921922832, 40.574538446977662 ], [ -111.21441404728644, 40.574582340399829 ], [ -111.21473879228182, 40.574532188280315 ], [ -111.2150811433756, 40.57444596688709 ], [ -111.21527454263419, 40.574332995455535 ], [ -111.21545867739357, 40.574278598801953 ], [ -111.2156591353662, 40.574156604662662 ], [ -111.21598979913628, 40.574110942423516 ], [ -111.21623174872018, 40.574033013297161 ], [ -111.21662145815287, 40.573979130708537 ], [ -111.2169876367998, 40.573955921253194 ], [ -111.21764945924326, 40.574018639417019 ], [ -111.21831111308079, 40.574029102509186 ], [ -111.21878502694301, 40.574074151322868 ], [ -111.2192330934265, 40.574163390835807 ], [ -111.21941623431461, 40.574167547584111 ], [ -111.21992430602695, 40.574180094815198 ], [ -111.22051493221228, 40.574147437779402 ], [ -111.22081034133487, 40.57416038685664 ], [ -111.22120639711642, 40.574240709218152 ], [ -111.22151387391564, 40.574330208998511 ], [ -111.22196357370753, 40.574554568207098 ], [ -111.22221806574072, 40.574698221266928 ], [ -111.22247234998747, 40.57477881190043 ], [ -111.22275007006894, 40.574800798972312 ], [ -111.22315821601549, 40.574962171364426 ], [ -111.22332456576518, 40.575245630061687 ], [ -111.22357909330887, 40.575398288926856 ], [ -111.22395734731813, 40.575451609603952 ], [ -111.22438293645811, 40.575527359343575 ], [ -111.22473180544367, 40.575625779019752 ], [ -111.22529925038886, 40.575723771564462 ], [ -111.22559510606732, 40.575867336469535 ], [ -111.22599813082985, 40.576258435537213 ], [ -111.22626481709831, 40.57651016247101 ], [ -111.22653741288896, 40.576761877188282 ], [ -111.22683945716072, 40.576986506756093 ], [ -111.22721251609268, 40.577247031431767 ], [ -111.22754433163873, 40.577539167248467 ], [ -111.22768681624137, 40.577746090965363 ], [ -111.22795926949162, 40.577952758101816 ], [ -111.22812484825494, 40.578001079243862 ], [ -111.22832590981351, 40.578060140688486 ], [ -111.22848540063404, 40.578055320901115 ], [ -111.22863304549359, 40.578041515450309 ], [ -111.22885155117724, 40.578018560565177 ], [ -111.22904067218199, 40.578040707975219 ], [ -111.22932439237248, 40.57808518954355 ], [ -111.22952542136076, 40.578134339185794 ], [ -111.2297146815724, 40.578197025213385 ], [ -111.22989212683225, 40.578259734442959 ], [ -111.23015837252615, 40.578376319840032 ], [ -111.230448048898, 40.578434300109514 ], [ -111.23061366465269, 40.578492527380973 ], [ -111.23094593914854, 40.578568439129064 ], [ -111.23105700350705, 40.578568217037912 ], [ -111.231328772235, 40.578572177585926 ], [ -111.23167126221709, 40.578526446804872 ], [ -111.23203728903208, 40.57845364107051 ], [ -111.23242678980378, 40.578335742508933 ], [ -111.2327808433203, 40.578217914066492 ], [ -111.23306412900475, 40.57813626288727 ], [ -111.23329418271682, 40.578036700750332 ], [ -111.23353006505323, 40.577914604149996 ], [ -111.23378366935842, 40.577792471202791 ], [ -111.23402567728604, 40.577733423411793 ], [ -111.23437421019267, 40.577728212372477 ], [ -111.23477001960772, 40.577727408656799 ], [ -111.23501231014214, 40.577749438223343 ], [ -111.23505958359368, 40.577752945597304 ], [ -111.23521911733, 40.577760728870494 ], [ -111.23531366111817, 40.577766842547234 ], [ -111.23570923360089, 40.577698469431191 ], [ -111.2359750439505, 40.577688917875804 ], [ -111.2364000898348, 40.577602464407235 ], [ -111.23673683841696, 40.577606279243561 ], [ -111.23746917269885, 40.577546218373044 ], [ -111.23786496499964, 40.577540899644632 ], [ -111.23837899206173, 40.577558758752033 ], [ -111.23878795400351, 40.577602057683031 ], [ -111.23919481331849, 40.577718331514852 ], [ -111.23949655390811, 40.577844731666339 ], [ -111.23991059838221, 40.577987113848472 ], [ -111.24028926647799, 40.578148486795868 ], [ -111.24057304284591, 40.578206453944453 ], [ -111.2409560358595, 40.578255204601156 ], [ -111.24119951179421, 40.578277218713048 ], [ -111.24138876702212, 40.578335381171208 ], [ -111.24156628826944, 40.578416090073652 ], [ -111.24168494399613, 40.578555479636016 ], [ -111.24176208426611, 40.578649911531606 ], [ -111.24195760574239, 40.578807157688956 ], [ -111.2420938399558, 40.578905970013579 ], [ -111.24222987960684, 40.578950729267355 ], [ -111.24243664936677, 40.57895029551387 ], [ -111.24270820855374, 40.578895671969093 ], [ -111.24306223052091, 40.578773307661223 ], [ -111.24328657593689, 40.578732295416913 ], [ -111.24347573625748, 40.578763427990246 ], [ -111.24367789367686, 40.578794532838209 ], [ -111.24391324889628, 40.578857098342993 ], [ -111.24420318473759, 40.57898261020059 ], [ -111.2443274760616, 40.579045409588524 ], [ -111.24465993270236, 40.579166325911217 ], [ -111.24499562295885, 40.579201650005309 ], [ -111.24527916101215, 40.579192039441466 ], [ -111.24555698889692, 40.57923649363169 ], [ -111.24572258666292, 40.579285690375386 ], [ -111.24592947286708, 40.579316781219489 ], [ -111.24627279891959, 40.579500731944883 ], [ -111.24653317002895, 40.57961729207473 ], [ -111.24676984473524, 40.579715884467994 ], [ -111.24698879679062, 40.579814514267781 ], [ -111.24721349146049, 40.579868086940849 ], [ -111.24752106157869, 40.579966526049986 ], [ -111.24814795355491, 40.580145358793779 ], [ -111.24836688903341, 40.58023858067704 ], [ -111.24859191969827, 40.580382238772899 ], [ -111.24890553891991, 40.580517597586073 ], [ -111.24904156963591, 40.580557844377267 ], [ -111.2494970929619, 40.580723525768228 ], [ -111.2497635162796, 40.580876101041618 ], [ -111.25005328721531, 40.580952049661839 ], [ -111.25023658256201, 40.580992192722199 ], [ -111.2503726990021, 40.581054959960319 ], [ -111.25053234644356, 40.581090649360938 ], [ -111.25068031278339, 40.581162399416641 ], [ -111.25095818600316, 40.581215849375369 ], [ -111.25140745643202, 40.581286943536384 ], [ -111.25196334069177, 40.581429874506377 ], [ -111.25234205700373, 40.581591207705166 ], [ -111.25254340112795, 40.581716892037313 ], [ -111.25271993258498, 40.581842630300727 ], [ -111.25292313840156, 40.582148487493072 ], [ -111.2530132517112, 40.582544680860742 ], [ -111.25312679454856, 40.582886769520321 ], [ -111.25317433067316, 40.582958736376995 ], [ -111.25325139021892, 40.58302613405278 ], [ -111.2534645564976, 40.583151790824679 ], [ -111.25380758221655, 40.583245630880057 ], [ -111.25413286757698, 40.583335004504924 ], [ -111.25455871095942, 40.583455686733494 ], [ -111.254677282953, 40.583563531913576 ], [ -111.25476631474183, 40.583671442122686 ], [ -111.25489687469806, 40.58382430501905 ], [ -111.25513367572505, 40.583949005646886 ], [ -111.25529340448144, 40.584003606903728 ], [ -111.25543528566688, 40.584025815449486 ], [ -111.25557709836447, 40.584030006218931 ], [ -111.25563616612861, 40.584026271967645 ], [ -111.25567042995671, 40.584025295249781 ], [ -111.2558959323716, 40.583975247108768 ], [ -111.25617376977399, 40.584015171246946 ], [ -111.2563807956968, 40.584077774090218 ], [ -111.25648736611774, 40.584136095213154 ], [ -111.25657633272284, 40.584225986405677 ], [ -111.25661822354968, 40.58436553093437 ], [ -111.25658931955621, 40.584532259345529 ], [ -111.25660737121061, 40.584617803566744 ], [ -111.25669061983361, 40.584757256180055 ], [ -111.25675001543492, 40.584839104946894 ], [ -111.25700482402713, 40.58503583268601 ], [ -111.25773305861702, 40.585430600668218 ], [ -111.2580004240001, 40.585511083694882 ], [ -111.25824768452873, 40.58558710661233 ], [ -111.25841916346178, 40.58562275862171 ], [ -111.25872660268053, 40.585676123686518 ], [ -111.25909889458305, 40.585693306992646 ], [ -111.25965408249935, 40.585642511580538 ], [ -111.26013840506214, 40.585600881982657 ], [ -111.26045147424092, 40.585582158787673 ], [ -111.26080614616393, 40.585626402938914 ], [ -111.26104870114183, 40.585706934916843 ], [ -111.26124996870425, 40.585805577513405 ], [ -111.26152269803104, 40.586048199960885 ], [ -111.26155232738338, 40.586070655059579 ], [ -111.26180130254629, 40.586281799564858 ], [ -111.26182502374937, 40.58630426798247 ], [ -111.26187833941403, 40.586340182615572 ], [ -111.26235834137721, 40.586703952751506 ], [ -111.26266628205623, 40.58688343037722 ], [ -111.26321636330256, 40.587035329065124 ], [ -111.26389637920084, 40.58717341505529 ], [ -111.26397907938474, 40.587168721659665 ], [ -111.26430282536398, 40.587158972497804 ], [ -111.26436309124382, 40.587158834591165 ], [ -111.26474124785018, 40.587162472971777 ], [ -111.26481807507319, 40.587166801306047 ], [ -111.26506628206326, 40.587179745330126 ], [ -111.26533835426082, 40.587251191663825 ], [ -111.26552783367019, 40.587354358283278 ], [ -111.26598381828441, 40.587614566468808 ], [ -111.26635086111236, 40.587794799015001 ], [ -111.26639823257528, 40.587820815498965 ], [ -111.26652850518144, 40.587892585948126 ], [ -111.26669444372375, 40.588018327126491 ], [ -111.26674790652429, 40.588090274634915 ], [ -111.26679540723185, 40.588148722584492 ], [ -111.26686671753582, 40.588251258967752 ], [ -111.2669795202778, 40.588387032227935 ], [ -111.26710408320533, 40.588508363992297 ], [ -111.26723315826123, 40.588575631971402 ], [ -111.26737628851481, 40.588611336234223 ], [ -111.26756559536391, 40.588669455539787 ], [ -111.26778469685908, 40.588790567543732 ], [ -111.26800385308951, 40.588925192303407 ], [ -111.26826469788487, 40.589141700527996 ], [ -111.26851357580318, 40.589320398730599 ], [ -111.2689991645716, 40.589589534950299 ], [ -111.26965000053602, 40.589808734720009 ], [ -111.27015330527148, 40.590073320268402 ], [ -111.27028369869446, 40.590173013647792 ], [ -111.27040224972208, 40.590266428394507 ], [ -111.27052682232132, 40.590387756397497 ], [ -111.27065744937076, 40.590545105536691 ], [ -111.27079976729583, 40.590670896090529 ], [ -111.27105447906348, 40.590827953809487 ], [ -111.27132693648706, 40.590989473712142 ], [ -111.27151650850443, 40.591110647934599 ], [ -111.27189018366852, 40.591461114669634 ], [ -111.27221019012833, 40.591690087009347 ], [ -111.27262505112061, 40.59199540995025 ], [ -111.27274357568206, 40.592080714345386 ], [ -111.27280912221008, 40.592215692491273 ], [ -111.27280367100285, 40.592328316139252 ], [ -111.27275665628149, 40.592391489196714 ], [ -111.27268048132197, 40.592549324121087 ], [ -111.27267495668383, 40.592643930207402 ], [ -111.27273912052485, 40.592729362907072 ], [ -111.27293581268786, 40.592855923261858 ], [ -111.27321383978769, 40.592930940422285 ], [ -111.27353170314549, 40.59292117929526 ], [ -111.27397612763207, 40.592938143760222 ], [ -111.2742127826705, 40.593010553976931 ], [ -111.27441983092534, 40.59306771898531 ], [ -111.27455593909067, 40.593116944285171 ], [ -111.27478106883211, 40.593260550723329 ], [ -111.27534991724721, 40.593646577098461 ], [ -111.27576419390603, 40.593803243857018 ], [ -111.27595135900516, 40.593910002299872 ], [ -111.27602480112098, 40.593951267576621 ], [ -111.27615507736067, 40.594018522635473 ], [ -111.27631508440793, 40.594130750723622 ], [ -111.27642218890902, 40.594310671635647 ], [ -111.2764578249845, 40.594354729756645 ], [ -111.27657065739922, 40.594490493410241 ], [ -111.27661809694277, 40.594530919674966 ], [ -111.27671890384137, 40.594616262373208 ], [ -111.27688484091892, 40.594732979880902 ], [ -111.27716903478225, 40.594867431162633 ], [ -111.27744625057436, 40.595028925073215 ], [ -111.27763095005096, 40.595109561003774 ], [ -111.27783212092406, 40.59517213930696 ], [ -111.27809245805977, 40.595252592543076 ], [ -111.2781872280962, 40.595306417482547 ], [ -111.27831193619195, 40.595454763205765 ], [ -111.27835362150032, 40.59553213892405 ], [ -111.27842478915709, 40.595594128510271 ], [ -111.27847226797441, 40.595643562765382 ], [ -111.2785054527225, 40.595666004898149 ], [ -111.27853743696694, 40.595683945488204 ], [ -111.27857294803168, 40.595697373135863 ], [ -111.2786344968375, 40.595719746822517 ], [ -111.27870895233045, 40.595719567195339 ], [ -111.27886851852854, 40.595723686501081 ], [ -111.27909296944898, 40.595699721377748 ], [ -111.27973112535972, 40.595690069738218 ], [ -111.27994385522392, 40.595689554371098 ], [ -111.28009150910324, 40.595671178717645 ], [ -111.28033946809794, 40.595616524057277 ], [ -111.28042455994661, 40.595616317509609 ], [ -111.28052263311139, 40.595611574946098 ], [ -111.28076496501767, 40.595624499456221 ], [ -111.2809944892193, 40.595683399779013 ], [ -111.28126801725202, 40.595807957147485 ], [ -111.28136275284115, 40.595852770702002 ], [ -111.28155843591968, 40.596014453275593 ], [ -111.28175535851061, 40.596189645770941 ], [ -111.28191408471018, 40.596274842608608 ], [ -111.28225145920604, 40.596404647101544 ], [ -111.28289670383715, 40.596673334236698 ], [ -111.28350632674527, 40.596901565346045 ], [ -111.28402091338265, 40.597013812741686 ], [ -111.28459468246139, 40.597146632401838 ], [ -111.28496128785791, 40.597199781679642 ], [ -111.28518012310423, 40.597244285865976 ], [ -111.28542267246712, 40.597306748746824 ], [ -111.28558857378489, 40.597409940486742 ], [ -111.28592080012926, 40.597715419567081 ], [ -111.28626456003084, 40.597953302704482 ], [ -111.28643034889339, 40.598029466946073 ], [ -111.28655232030704, 40.598085019301358 ], [ -111.28690365655233, 40.59815892063569 ], [ -111.287010110091, 40.598178475644865 ], [ -111.28723489009622, 40.598230168235823 ], [ -111.28740056499916, 40.59827930481066 ], [ -111.28747769574883, 40.598351183677941 ], [ -111.28752531826225, 40.598432144799744 ], [ -111.28760291260539, 40.598612128631068 ], [ -111.28781093985907, 40.598890884825678 ], [ -111.28800110513571, 40.599138154195586 ], [ -111.28813754107506, 40.599258532511392 ], [ -111.2882798366789, 40.599367184535168 ], [ -111.28833075112099, 40.599388678690474 ], [ -111.28851787038406, 40.599476498167604 ], [ -111.28859366684459, 40.599512344210531 ], [ -111.2887831312126, 40.599595652971892 ], [ -111.28900370958534, 40.599768071174836 ], [ -111.28908550541195, 40.59982462223261 ], [ -111.28913291743903, 40.599856034530632 ], [ -111.28927517320315, 40.599954775681319 ], [ -111.28980947753462, 40.600246223882564 ], [ -111.29036490508179, 40.600501581107054 ], [ -111.29070264879577, 40.600707935054388 ], [ -111.2909873642886, 40.600950456992372 ], [ -111.29130796987816, 40.60129198500907 ], [ -111.2918654949173, 40.601754533102387 ], [ -111.29200194702942, 40.601875807631231 ], [ -111.29208515340734, 40.601983703386892 ], [ -111.29210920402566, 40.602078235431883 ], [ -111.29210407862988, 40.602258425276304 ], [ -111.29202885953697, 40.602627978067069 ], [ -111.29204739263061, 40.602812612495953 ], [ -111.29207733368513, 40.602902625218526 ], [ -111.29211911402959, 40.602997112411593 ], [ -111.29230918913019, 40.603217348188181 ], [ -111.29249306111608, 40.603370033034636 ], [ -111.29259992915955, 40.603482372889097 ], [ -111.29262977303684, 40.603549863598509 ], [ -111.29263053917002, 40.603725534072026 ], [ -111.29259017185761, 40.603955361792742 ], [ -111.292538907485, 40.604396924847968 ], [ -111.29249327751182, 40.604775411699563 ], [ -111.29247224518043, 40.605373651904294 ], [ -111.29248734837246, 40.6061267525576 ], [ -111.29254238524521, 40.606550028540681 ], [ -111.29263015423881, 40.60688943936173 ], [ -111.29271611714087, 40.607085614175837 ], [ -111.29281166265059, 40.607310592901534 ], [ -111.29302557018119, 40.607571306660965 ], [ -111.29316782838772, 40.60766553844109 ], [ -111.29327452722735, 40.607737338251198 ], [ -111.29363823862656, 40.607924698822131 ], [ -111.29418655725937, 40.608158434126828 ], [ -111.29426345772988, 40.608173553252016 ], [ -111.29468940365638, 40.608265258279559 ], [ -111.29511512088997, 40.608304711080073 ], [ -111.29555252024606, 40.60831260149908 ], [ -111.29600784924043, 40.608365488482846 ], [ -111.29680583540218, 40.608385962730161 ], [ -111.2973439895823, 40.608456649245184 ], [ -111.2976870455424, 40.608514323000328 ], [ -111.298006220829, 40.608518004351943 ], [ -111.29815968799986, 40.608472564120916 ], [ -111.29824822203608, 40.608445309041556 ], [ -111.29831315496178, 40.608427123686326 ], [ -111.2985077370692, 40.608323920259593 ], [ -111.29856669539414, 40.608291336068497 ], [ -111.29872589141002, 40.608205340522943 ], [ -111.29900910183665, 40.608096501692181 ], [ -111.29920375824798, 40.608010413681342 ], [ -111.29933923146532, 40.607906461069803 ], [ -111.29949216949498, 40.607743004706236 ], [ -111.2996983307719, 40.607586617115565 ], [ -111.29993441254905, 40.60751303274111 ], [ -111.30035928099944, 40.607363282891583 ], [ -111.30077248876074, 40.607249597183099 ], [ -111.30108516579719, 40.607123559727768 ], [ -111.30140937054901, 40.606932627727417 ], [ -111.30182128103876, 40.60653155978364 ], [ -111.30236935371205, 40.606182385228209 ], [ -111.30288830155044, 40.605928778107113 ], [ -111.30323069778943, 40.605842295769612 ], [ -111.30334971330819, 40.606022159993117 ], [ -111.30362381835199, 40.606516925770748 ], [ -111.30380819419555, 40.606773192768159 ], [ -111.3038497690786, 40.606818127582692 ], [ -111.30388541348088, 40.606858573567365 ], [ -111.30415271723986, 40.60715516154238 ], [ -111.30428957025107, 40.607357499865188 ], [ -111.30446806120298, 40.607618285687842 ], [ -111.30476531049047, 40.60800037717717 ], [ -111.30493175929013, 40.60821164544317 ], [ -111.30541941441959, 40.608872506161191 ], [ -111.30565738656571, 40.609214212251217 ], [ -111.30578230443766, 40.609389553815504 ], [ -111.30619843479671, 40.609915467977395 ], [ -111.30666780691173, 40.610450248063842 ], [ -111.30693498895091, 40.61071439792871 ], [ -111.30708924270805, 40.610841012391013 ], [ -111.30723163067381, 40.610957748496446 ], [ -111.3074214683041, 40.611110393451348 ], [ -111.30789455325515, 40.611419937854201 ], [ -111.30836390987398, 40.611688950530237 ], [ -111.3090523352753, 40.612038454747406 ], [ -111.3097206093415, 40.612374495633361 ], [ -111.3098213186762, 40.612423774071267 ], [ -111.30998719074742, 40.612504408439364 ], [ -111.31017668492707, 40.61258047471933 ], [ -111.31038416157308, 40.612710545315743 ], [ -111.31069282956253, 40.612993493398982 ], [ -111.31084141040643, 40.613168765700884 ], [ -111.31088893389344, 40.613219988090876 ], [ -111.31118659157244, 40.613676834761726 ], [ -111.31120447005506, 40.613708317473353 ], [ -111.31125793838484, 40.613766730746697 ], [ -111.31159671280938, 40.614166709914713 ], [ -111.31192331355626, 40.614490145945759 ], [ -111.31198505826714, 40.61454853652112 ], [ -111.31239228088202, 40.614921301914009 ], [ -111.31282595705026, 40.6153885868153 ], [ -111.31296846975208, 40.615527837450621 ], [ -111.3129934006022, 40.615550291942995 ], [ -111.31319411432219, 40.615747941889452 ], [ -111.31350852961765, 40.615990326999068 ], [ -111.31394720373289, 40.616259400000544 ], [ -111.31474079381549, 40.616581557592532 ], [ -111.31571138260679, 40.616831155467018 ], [ -111.31622015385666, 40.616919851791423 ], [ -111.31690058016603, 40.617057623506724 ], [ -111.31768192360202, 40.617285201843082 ], [ -111.31830481302654, 40.617504202867707 ], [ -111.31886599566266, 40.617673822409564 ], [ -111.31958185857765, 40.617802471640395 ], [ -111.32039221573916, 40.617912836702324 ], [ -111.32114383113516, 40.618099934356373 ], [ -111.32162343067047, 40.618265262881621 ], [ -111.32207364990215, 40.618466706601893 ], [ -111.32280363761463, 40.618825021205666 ], [ -111.32366768296441, 40.619277548094658 ], [ -111.32459257982902, 40.619842507622138 ], [ -111.32524506926771, 40.620304625793217 ], [ -111.32544703740261, 40.620506755104927 ], [ -111.325554294078, 40.620682124634193 ], [ -111.32556042409962, 40.620727151408801 ], [ -111.32557903291091, 40.620907275164576 ], [ -111.32576121026167, 40.621658997085341 ], [ -111.32579019786802, 40.621785038647857 ], [ -111.32590558009603, 40.622415329714727 ], [ -111.3259957415998, 40.622721374722623 ], [ -111.32618580859499, 40.622905518625643 ], [ -111.32620958621722, 40.62293247788984 ], [ -111.32642890517097, 40.623053477109785 ], [ -111.32671890024439, 40.623120223153265 ], [ -111.32687261821093, 40.623123391717812 ], [ -111.32713866451164, 40.623128043717543 ], [ -111.3276054132007, 40.623072667842166 ], [ -111.32859804569159, 40.622966246601166 ], [ -111.32941352825415, 40.622900861872274 ], [ -111.3300928001548, 40.622786312336224 ], [ -111.33066599568332, 40.622739628612436 ], [ -111.331493385473, 40.622692212721596 ], [ -111.33256885634776, 40.622603537173632 ], [ -111.33292948050058, 40.62260700257297 ], [ -111.33334348736838, 40.622646348008324 ], [ -111.33392901826834, 40.622703213764169 ], [ -111.3340177358362, 40.622711966023516 ], [ -111.33431344625455, 40.622738136836283 ], [ -111.33526023459929, 40.622924577240823 ], [ -111.33688683344842, 40.623104524488532 ], [ -111.33835976300821, 40.623289403524112 ], [ -111.33937780548328, 40.623534158586999 ], [ -111.33980973451767, 40.623608562496116 ], [ -111.34028467146398, 40.623770223476711 ], [ -111.34091683221759, 40.623926013217854 ], [ -111.34155590628023, 40.624045743832781 ], [ -111.34228326624986, 40.624088634460243 ], [ -111.3429457604239, 40.624163243949191 ], [ -111.34350203109524, 40.624274200831252 ], [ -111.34406463129991, 40.624466215394939 ], [ -111.34465704780067, 40.624707686642559 ], [ -111.34523752917859, 40.624926668511243 ], [ -111.34544501892697, 40.625038658092741 ], [ -111.34554551802499, 40.62503835744657 ], [ -111.34590636480712, 40.625082321247135 ], [ -111.34605445991596, 40.625140434800485 ], [ -111.34620229943819, 40.625149000524225 ], [ -111.34636917285397, 40.625180030977909 ], [ -111.34663749523627, 40.625165712739182 ], [ -111.34682903503118, 40.625165137688313 ], [ -111.34754418991258, 40.625131457002674 ], [ -111.34768015943811, 40.625131047753101 ], [ -111.34772153679499, 40.625130022301107 ], [ -111.34778418231723, 40.62512623015008 ], [ -111.34814716178947, 40.625125136520744 ], [ -111.34831853139688, 40.625111106599768 ], [ -111.3489213154612, 40.625068747440011 ], [ -111.34918136041615, 40.62505444829916 ], [ -111.34934677096723, 40.625031426068752 ], [ -111.34957730411394, 40.625026224103081 ], [ -111.34969083239928, 40.625030384811474 ], [ -111.349861042588, 40.625020860512841 ], [ -111.34995560639456, 40.62501606960852 ], [ -111.35002061165505, 40.625011368214082 ], [ -111.35012704589157, 40.625015549993492 ], [ -111.35036954355358, 40.625037336575389 ], [ -111.35055301846914, 40.625077319417059 ], [ -111.35061230046988, 40.625108670263003 ], [ -111.35072492935504, 40.625166885486742 ], [ -111.35083145815533, 40.625189083929776 ], [ -111.35105030977033, 40.62521094090873 ], [ -111.35115085624841, 40.625219644040556 ], [ -111.3512989561592, 40.625277750847324 ], [ -111.35163635465757, 40.62535870413857 ], [ -111.35173715663808, 40.625416053500125 ], [ -111.35190296908317, 40.625469601183099 ], [ -111.3520571475074, 40.625559219290338 ], [ -111.35208680089063, 40.625577146491253 ], [ -111.35225746174621, 40.625653200880173 ], [ -111.35247787656216, 40.625747120775124 ], [ -111.35267341513914, 40.625832107415476 ], [ -111.35299941663348, 40.625993269822601 ], [ -111.35322820504364, 40.626105180280021 ], [ -111.35397139975717, 40.626454247945951 ], [ -111.35464663511904, 40.626695413942649 ], [ -111.35474732727153, 40.626731139882402 ], [ -111.35536397468773, 40.627071578378697 ], [ -111.35593914929748, 40.627394123790033 ], [ -111.35658594354975, 40.627842568335609 ], [ -111.3569183797415, 40.628098292080203 ], [ -111.35702568283327, 40.628264623111249 ], [ -111.35727011476422, 40.628646740960988 ], [ -111.35738378789172, 40.628898635473632 ], [ -111.35748561372647, 40.629146062138915 ], [ -111.35757576029914, 40.629420551242788 ], [ -111.3576887629588, 40.629546324402696 ], [ -111.35777083074372, 40.629636158117286 ], [ -111.35789076034617, 40.629730378842694 ], [ -111.35809232574285, 40.629833355135446 ], [ -111.35842982270279, 40.629926900483632 ], [ -111.35876092633228, 40.629930376788359 ], [ -111.35893829036753, 40.629929825674886 ], [ -111.35956468666477, 40.629873824379203 ], [ -111.35973005707861, 40.629841778620083 ], [ -111.36012001541893, 40.629795519335296 ], [ -111.36062811863447, 40.62973087228697 ], [ -111.361307914805, 40.629710729943106 ], [ -111.36160356907024, 40.629718813393545 ], [ -111.36185825193832, 40.629803599196613 ], [ -111.36216060236171, 40.629956701776948 ], [ -111.36224370814143, 40.630018601792244 ], [ -111.36228408109459, 40.630050005918136 ], [ -111.36246338281227, 40.630189079568709 ], [ -111.36252296718575, 40.630274476055803 ], [ -111.36260043440846, 40.63038684273581 ], [ -111.36265997039652, 40.630463230510614 ], [ -111.36279079403337, 40.63060245586388 ], [ -111.36301037444264, 40.630754915295618 ], [ -111.36322961903069, 40.630845214713617 ], [ -111.36364371334561, 40.630888054635307 ], [ -111.36367921107815, 40.630892447250211 ], [ -111.36375959277558, 40.630887689699101 ], [ -111.36404451264491, 40.630877783124291 ], [ -111.36477839297676, 40.630798892713791 ], [ -111.3652628257974, 40.630729795649593 ], [ -111.36561019787375, 40.630680048999317 ], [ -111.36577078349364, 40.630638100074727 ], [ -111.36627277837772, 40.630537412387646 ], [ -111.36633172790218, 40.630505694648853 ], [ -111.36649675179642, 40.630410578777131 ], [ -111.36665012335074, 40.63034703042721 ], [ -111.36680903706591, 40.630215898346364 ], [ -111.36683256244028, 40.630193301648468 ], [ -111.36706143456712, 40.629881771176869 ], [ -111.36713186202623, 40.629786955012115 ], [ -111.36743142956701, 40.629430155074246 ], [ -111.36751971573121, 40.629357803824981 ], [ -111.36782573506342, 40.629100079018237 ], [ -111.36802620093015, 40.629000343661964 ], [ -111.36814424397258, 40.628963932268348 ], [ -111.36825637484614, 40.628927539606181 ], [ -111.36841602467592, 40.62893153481906 ], [ -111.36862302038203, 40.628944387491281 ], [ -111.36884241025105, 40.629060801311354 ], [ -111.36898479532717, 40.629150434393239 ], [ -111.36917457653962, 40.629257933381304 ], [ -111.36971384663184, 40.629486833315056 ], [ -111.36982060713429, 40.629548652146852 ], [ -111.36989773774648, 40.629597953478061 ], [ -111.3699392715736, 40.629624846812803 ], [ -111.37003431271802, 40.629705621444231 ], [ -111.37005219822777, 40.629732590506677 ], [ -111.37007128109391, 40.629762258366434 ], [ -111.3701356890013, 40.629862950407556 ], [ -111.37016597090738, 40.629993480803975 ], [ -111.37016055621804, 40.630083586056152 ], [ -111.37020884836318, 40.63026360705004 ], [ -111.3702624807182, 40.63034000982185 ], [ -111.37036944715716, 40.630438763509893 ], [ -111.37047646369933, 40.630546525724931 ], [ -111.37054187116642, 40.630613881799512 ], [ -111.37061941195576, 40.630737053387968 ], [ -111.37067443001463, 40.631063895826507 ], [ -111.37072821301365, 40.631167324250178 ], [ -111.37074612410872, 40.63119879750932 ], [ -111.37082360615419, 40.631311158590449 ], [ -111.37089495189753, 40.631382999780925 ], [ -111.37105540557924, 40.631531129352133 ], [ -111.37117419964738, 40.631629844268474 ], [ -111.37121576019278, 40.631661241440234 ], [ -111.37127505762244, 40.631692581576452 ], [ -111.37133435011691, 40.631723020819152 ], [ -111.37145295024338, 40.631786601799917 ], [ -111.37149562856987, 40.631806283851851 ], [ -111.3716128317828, 40.631831131378149 ], [ -111.37219054690199, 40.631950889581624 ], [ -111.37232911998881, 40.631990982443675 ], [ -111.37267579155191, 40.632027701156133 ], [ -111.37299172447025, 40.632065418987743 ], [ -111.37314213292989, 40.632107274403985 ], [ -111.37321671841046, 40.63212324920579 ], [ -111.37352803265691, 40.632180799823566 ], [ -111.37384450436306, 40.632314907583471 ], [ -111.37401385852415, 40.632361204922759 ], [ -111.37470332881792, 40.632586892214327 ], [ -111.37476611566196, 40.632607408686432 ], [ -111.37501132585267, 40.632684989119461 ], [ -111.37527808846797, 40.63281024555485 ], [ -111.37538506623052, 40.632908994504888 ], [ -111.37546255802719, 40.633021352397165 ], [ -111.37547476129836, 40.63308887860299 ], [ -111.37548082509474, 40.633115885240109 ], [ -111.37543509008148, 40.633395306229119 ], [ -111.37538298816841, 40.633593668833178 ], [ -111.37534599602931, 40.63374513662724 ], [ -111.37532535182557, 40.633859615266523 ], [ -111.37532701653049, 40.634156899685124 ], [ -111.37535288630107, 40.634553202020065 ], [ -111.37535942947115, 40.634665790524977 ], [ -111.37534805843639, 40.634746906517954 ], [ -111.37533681349609, 40.63485054405237 ], [ -111.37531401579541, 40.635002866548156 ], [ -111.37530270014038, 40.635093892011191 ], [ -111.37522913738452, 40.6354724998425 ], [ -111.37509986889501, 40.635828766602401 ], [ -111.37502418407759, 40.636039817852222 ], [ -111.37487172118678, 40.636478139532535 ], [ -111.37481468357586, 40.636640482686275 ], [ -111.37474493991978, 40.636856919709778 ], [ -111.37469283334877, 40.637055281904381 ], [ -111.3746994764206, 40.637185887630544 ], [ -111.37469970307239, 40.63722642639528 ], [ -111.37473575895618, 40.637329910345557 ], [ -111.37487822154569, 40.637640250794817 ], [ -111.37494646099839, 40.638000380330297 ], [ -111.37499520032185, 40.638256972200018 ], [ -111.3750276381711, 40.638770367079495 ], [ -111.37503450895882, 40.638941511495041 ], [ -111.37504079999789, 40.639009056876915 ], [ -111.37502651461928, 40.639626204320209 ], [ -111.37509319618314, 40.639918772900167 ], [ -111.37515280534392, 40.640004162617743 ], [ -111.37520652685747, 40.64009407581915 ], [ -111.37536114845416, 40.640251226870497 ], [ -111.37555099662812, 40.640363219293114 ], [ -111.37568737542529, 40.640430341498046 ], [ -111.37607885008825, 40.640645277817057 ], [ -111.37628055202322, 40.640761734812102 ], [ -111.37635181253761, 40.64081555522899 ], [ -111.37637566726552, 40.640851512571878 ], [ -111.37641736249667, 40.640905429302471 ], [ -111.37642395876216, 40.641027026219021 ], [ -111.37642522391103, 40.641252241380265 ], [ -111.37637956344582, 40.641545175265165 ], [ -111.37637379703789, 40.641571319494325 ], [ -111.37635649272777, 40.641648851318898 ], [ -111.37629862085254, 40.641873358295534 ], [ -111.37625892827751, 40.642176182302414 ], [ -111.37630790344862, 40.642473312116991 ], [ -111.37638555978046, 40.642612694960377 ], [ -111.37665284567824, 40.642823529553404 ], [ -111.37691399194183, 40.642993844099507 ], [ -111.37710440820743, 40.643204928498399 ], [ -111.37713430425801, 40.643263387859875 ], [ -111.37717615374589, 40.643344330091338 ], [ -111.3772834048556, 40.643488120025076 ], [ -111.37734880649852, 40.643550967705821 ], [ -111.37746765153132, 40.64365327924726 ], [ -111.37761627687378, 40.643793330108664 ], [ -111.37766454840663, 40.64396433882321 ], [ -111.37770703377321, 40.644157888353917 ], [ -111.37788527341554, 40.644305949878927 ], [ -111.37815863166095, 40.644542886461309 ], [ -111.37833718363044, 40.644745899723446 ], [ -111.37847992013782, 40.644889572241013 ], [ -111.3788061525905, 40.645064173477095 ], [ -111.3790434553207, 40.645198526277873 ], [ -111.37913238673993, 40.645238773778679 ], [ -111.37928055501125, 40.645296844195826 ], [ -111.37935164424802, 40.645319132597862 ], [ -111.37945821441463, 40.645341304372408 ], [ -111.3796593493193, 40.645354156421838 ], [ -111.37989033264796, 40.645416458135394 ], [ -111.38026992066651, 40.645613401585727 ], [ -111.38041220280969, 40.645675994309627 ], [ -111.38060646785345, 40.645728505897814 ], [ -111.3809040227854, 40.645850043981945 ], [ -111.38106422594271, 40.645944107456039 ], [ -111.38119383290515, 40.646065297997033 ], [ -111.3812964174348, 40.646218108287485 ], [ -111.38146394614273, 40.646559887975407 ], [ -111.38157249432986, 40.646928888587162 ], [ -111.38169330729724, 40.647374423000834 ], [ -111.38176609360742, 40.647693993394242 ], [ -111.38188035365398, 40.648026939717404 ], [ -111.38195291045878, 40.648305971297077 ], [ -111.38197787524359, 40.648535612079286 ], [ -111.38198314560218, 40.648630186614298 ], [ -111.38199715758495, 40.648805811058175 ], [ -111.38194493508431, 40.648981654588511 ], [ -111.38188661875563, 40.649125987589798 ], [ -111.38187502221918, 40.649166565350889 ], [ -111.38185180342954, 40.649243216574874 ], [ -111.38184604365475, 40.649270261894578 ], [ -111.38182927777747, 40.649441483730286 ], [ -111.38172979483683, 40.649626492162739 ], [ -111.38162419219388, 40.64977548570041 ], [ -111.38154851767595, 40.649987441553193 ], [ -111.38154437399581, 40.650298257345703 ], [ -111.38150387442484, 40.650456044387312 ], [ -111.38146918600783, 40.650595794702134 ], [ -111.381476639022, 40.65086603275067 ], [ -111.38159133937471, 40.651275552134017 ], [ -111.38160931232915, 40.65131603213667 ], [ -111.38166320565936, 40.651432967833152 ], [ -111.38168120436578, 40.651477952115542 ], [ -111.3818953674312, 40.651697958518589 ], [ -111.38218579787559, 40.651809607072323 ], [ -111.38268972729236, 40.652024148206387 ], [ -111.38300968964391, 40.652128489801257 ], [ -111.3834541169645, 40.652279262779736 ], [ -111.38449049952695, 40.652522656446394 ], [ -111.38515381232057, 40.652682603468975 ], [ -111.38563949664047, 40.652807105014901 ], [ -111.38601883195928, 40.65294997758015 ], [ -111.38625049670938, 40.653124873563385 ], [ -111.38638143975599, 40.653268575511461 ], [ -111.38656141258502, 40.653709401948156 ], [ -111.38683703043156, 40.654325578306825 ], [ -111.38684315282322, 40.654361592793137 ], [ -111.38697120410934, 40.655027811136407 ], [ -111.38705733664945, 40.655604082304194 ], [ -111.38720704509754, 40.655923390906231 ], [ -111.38727963287832, 40.65620241861685 ], [ -111.38728057055476, 40.656364572901097 ], [ -111.3871704875024, 40.656761326864199 ], [ -111.38697845879943, 40.657306999636219 ], [ -111.38693239170651, 40.657523363876081 ], [ -111.38692896127334, 40.657748593971377 ], [ -111.38703551617547, 40.657968951089302 ], [ -111.38715427669023, 40.658049631656937 ], [ -111.3875219721522, 40.658219564369759 ], [ -111.38822175024853, 40.658537024143854 ], [ -111.38871394641252, 40.658756082471541 ], [ -111.38917123359882, 40.659074352504845 ], [ -111.38959960669604, 40.65950532752445 ], [ -111.38988655835496, 40.65982416926574 ], [ -111.39004662162735, 40.660089386523538 ], [ -111.39013691779314, 40.660359343658882 ], [ -111.39019771932132, 40.660642913491422 ], [ -111.39025412907978, 40.661187751526526 ], [ -111.39025709549443, 40.661696735171695 ], [ -111.39028914321237, 40.662120938356935 ], [ -111.39040433215229, 40.662601615461469 ], [ -111.39050246591844, 40.663200364516108 ], [ -111.39058243576414, 40.663727104995395 ], [ -111.39059139891117, 40.664249581220062 ], [ -111.3905915775925, 40.664280210308135 ], [ -111.39054110525001, 40.66475424037052 ], [ -111.39049003850133, 40.665126473715048 ], [ -111.39047253977461, 40.665168873930867 ], [ -111.39037918309583, 40.665389903519745 ], [ -111.39017414455695, 40.665732928333775 ], [ -111.39010384364849, 40.665850279367923 ], [ -111.39006874558835, 40.665917963421762 ], [ -111.39001607999825, 40.666016336488035 ], [ -111.38997517665352, 40.666102958454104 ], [ -111.38994593592811, 40.666160713081986 ], [ -111.38991129399741, 40.666306771495968 ], [ -111.38985917869155, 40.666499734289353 ], [ -111.38979715208289, 40.667022450000701 ], [ -111.38978668501409, 40.667256712282985 ], [ -111.3897817399305, 40.667423390452377 ], [ -111.3897701975516, 40.66747297742144 ], [ -111.38971277383324, 40.667770459273719 ], [ -111.38954858265673, 40.668018753337726 ], [ -111.38936542923605, 40.668261705868147 ], [ -111.38908607697506, 40.66884911565591 ], [ -111.38887104793132, 40.669511981389867 ], [ -111.38883623452975, 40.669629212059121 ], [ -111.38881880162141, 40.669683323114768 ], [ -111.38877141835536, 40.669877170248917 ], [ -111.3887668375654, 40.669903310973943 ], [ -111.38874404342555, 40.670052932546184 ], [ -111.38871603449763, 40.670323288568454 ], [ -111.38870485702095, 40.670435935246054 ], [ -111.38876553117977, 40.67069698395526 ], [ -111.38893234884755, 40.670899118429723 ], [ -111.3892052581582, 40.671033329666962 ], [ -111.38956708837486, 40.671198770802064 ], [ -111.3898065571029, 40.671279041096994 ], [ -111.39006464189593, 40.671305195671849 ], [ -111.39034710031157, 40.671250188772042 ], [ -111.39079070329942, 40.67103247888776 ], [ -111.39113781194241, 40.670905181442059 ], [ -111.39126937283869, 40.670944374076271 ], [ -111.39129364663137, 40.671048792997937 ], [ -111.39128331593159, 40.671305576590079 ], [ -111.39123223280816, 40.671675107281246 ], [ -111.39122232301496, 40.672003959182156 ], [ -111.3911656917121, 40.672436569641341 ], [ -111.39115520241506, 40.672666327538892 ], [ -111.39114918255531, 40.672851026687553 ], [ -111.3911397184021, 40.673053754936653 ], [ -111.3911483455297, 40.673517674736352 ], [ -111.39122307562397, 40.674157040532165 ], [ -111.39122946555949, 40.674238097338169 ], [ -111.39126643626486, 40.67449021614302 ], [ -111.39128586971381, 40.674778429224659 ], [ -111.39125224277799, 40.67509835260875 ], [ -111.3911532222171, 40.675364445228979 ], [ -111.39100121869414, 40.675675760766147 ], [ -111.39076693954081, 40.676081946078618 ], [ -111.39067909070263, 40.676235391511312 ], [ -111.39064977261192, 40.676280534282554 ], [ -111.39046197822306, 40.676542422229581 ], [ -111.3902102591547, 40.677002717616503 ], [ -111.38998867150011, 40.677354806098123 ], [ -111.38976413785736, 40.677607808244986 ], [ -111.38963531620089, 40.677837965209527 ], [ -111.38963628652569, 40.678004623106325 ], [ -111.38970825333874, 40.678171041385369 ], [ -111.38992252875848, 40.678391031369941 ], [ -111.3903576308501, 40.678939092490737 ], [ -111.390381480546, 40.678970542339627 ], [ -111.39054840275958, 40.67918618687024 ], [ -111.39060801434148, 40.679262559245856 ], [ -111.39072729051455, 40.679424312431244 ], [ -111.39081690586018, 40.679572652828107 ], [ -111.39092527630926, 40.67989299598861 ], [ -111.39092706038583, 40.680198385164161 ], [ -111.39094633633306, 40.680459572428148 ], [ -111.3910189144606, 40.680729587878027 ], [ -111.39104918184523, 40.680846598561907 ], [ -111.39108507637766, 40.680914042286147 ], [ -111.39119746738494, 40.681111853083465 ], [ -111.39147316109302, 40.681511806067682 ], [ -111.3917472528374, 40.681839694153737 ], [ -111.39219908663722, 40.682207517095343 ], [ -111.39259072710156, 40.682399873198079 ], [ -111.39310157831596, 40.682740465755124 ], [ -111.3932922388929, 40.682965034033124 ], [ -111.39333394772008, 40.683014439816361 ], [ -111.3935246363536, 40.683243511953961 ], [ -111.3937389671471, 40.683467998789936 ], [ -111.39399471739105, 40.683692343879891 ], [ -111.39411995311042, 40.683858577430428 ], [ -111.39414565306922, 40.684002628927537 ], [ -111.39410395356077, 40.684155919203377 ], [ -111.39397474675253, 40.684521212577188 ], [ -111.39377756452076, 40.684999346401064 ], [ -111.39374840378454, 40.685071515456713 ], [ -111.39369591960322, 40.685202320588708 ], [ -111.39338615924387, 40.6858565071594 ], [ -111.39332770372553, 40.685978323755037 ], [ -111.39322249384958, 40.686199395252224 ], [ -111.39308212472478, 40.686479142894733 ], [ -111.39294772447673, 40.686767878737129 ], [ -111.39283664786845, 40.686997978520232 ], [ -111.39266156554052, 40.68741297417715 ], [ -111.39260017108447, 40.687841096043222 ], [ -111.39259386341379, 40.687976247931211 ], [ -111.39257772407777, 40.688251068027284 ], [ -111.39264482319632, 40.688593170262443 ], [ -111.39276533759761, 40.68896211681534 ], [ -111.39285645172045, 40.689362693691095 ], [ -111.39301794057893, 40.689654926602806 ], [ -111.39328007982714, 40.689955825148154 ], [ -111.39331579617605, 40.689991738247016 ], [ -111.39361265682072, 40.690360082913465 ], [ -111.39366136545091, 40.690391447260666 ], [ -111.3939227147317, 40.690557216623013 ], [ -111.39420227392948, 40.690599504140238 ], [ -111.39424018289787, 40.69060568077979 ], [ -111.39441391747984, 40.690564548272569 ], [ -111.3944730124522, 40.690550833335152 ], [ -111.39472135991186, 40.690518454095901 ], [ -111.39497409534518, 40.690427502815652 ], [ -111.39528805211326, 40.690282289234709 ], [ -111.3954061612953, 40.690241345673307 ], [ -111.39554317948335, 40.690195832863232 ], [ -111.39559514633925, 40.69017763742638 ], [ -111.39571352160192, 40.690181736098005 ], [ -111.39585556127294, 40.690184852641849 ], [ -111.39595027216787, 40.69018993307693 ], [ -111.39610431209464, 40.69022093510263 ], [ -111.39640676854818, 40.690332505648257 ], [ -111.39651352283613, 40.690372678165424 ], [ -111.39695280385696, 40.690605394605122 ], [ -111.39703591575558, 40.690650152268461 ], [ -111.39735666326946, 40.69085174431472 ], [ -111.39751699759894, 40.69094578361814 ], [ -111.39773478828489, 40.690949537868121 ], [ -111.3977714767703, 40.690949411468488 ], [ -111.39786596919305, 40.690917555452124 ], [ -111.39804314559211, 40.690858388245275 ], [ -111.39844472995372, 40.690721872638143 ], [ -111.39882866769597, 40.690603433976307 ], [ -111.39900005927696, 40.690566807010192 ], [ -111.39909339394895, 40.690539458335039 ], [ -111.39931295881881, 40.690444107877951 ], [ -111.39954847311117, 40.69024510185951 ], [ -111.39967884437971, 40.690077989815478 ], [ -111.4000123141675, 40.689635409011082 ], [ -111.4001355553166, 40.689463816794358 ], [ -111.40045831393017, 40.68901226309179 ], [ -111.40071654467728, 40.688655523722467 ], [ -111.40107520408579, 40.688271408835625 ], [ -111.40126950096683, 40.6881085772036 ], [ -111.40151684109905, 40.687910426873472 ], [ -111.40212859909045, 40.687303814284078 ], [ -111.40278147295524, 40.686648408010726 ], [ -111.40320436714612, 40.686322618819851 ], [ -111.40347651946963, 40.68611987324163 ], [ -111.40385987258219, 40.685910432 ], [ -111.40430253511822, 40.685724204416729 ], [ -111.40471577359418, 40.685565104373545 ], [ -111.40510542390788, 40.685419598664382 ], [ -111.40518220855607, 40.685396807472763 ], [ -111.40566655598288, 40.685255471842432 ], [ -111.40597394418209, 40.685205744408698 ], [ -111.40629860690503, 40.68507757969428 ], [ -111.40635763983863, 40.685054850189708 ], [ -111.40640472935405, 40.685014145300684 ], [ -111.4064988534797, 40.684923726959425 ], [ -111.40654002586241, 40.684883042847744 ], [ -111.40665762576684, 40.684761011265294 ], [ -111.40668112926905, 40.684733902382675 ], [ -111.40673956482605, 40.684612979971327 ], [ -111.40682708082674, 40.684409075031084 ], [ -111.40709709369246, 40.684052279653784 ], [ -111.40753280289526, 40.683699403222022 ], [ -111.40794563664915, 40.683477232114832 ], [ -111.40800466760872, 40.683454501771266 ], [ -111.40804600299117, 40.683440842639399 ], [ -111.40832346158217, 40.683336261649224 ], [ -111.40858949827505, 40.683299285666941 ], [ -111.40869000155926, 40.683285416897782 ], [ -111.40889692480984, 40.683257658142729 ], [ -111.40905062416289, 40.683234591947894 ], [ -111.40933410733199, 40.683148004584503 ], [ -111.40968214494626, 40.68297470395148 ], [ -111.40971165715334, 40.68296288791575 ], [ -111.40979390727209, 40.682867103780907 ], [ -111.40998783603307, 40.682650206470228 ], [ -111.41018264315183, 40.682383757848257 ], [ -111.41029508435551, 40.682194175585686 ], [ -111.41035722142544, 40.682099363382996 ], [ -111.41062079719953, 40.6818551913166 ], [ -111.41078098439657, 40.681733004016692 ], [ -111.4112941512641, 40.681473528190644 ], [ -111.41135910149553, 40.681451675911489 ], [ -111.41186682418798, 40.68126969177635 ], [ -111.41219151749081, 40.68115141990603 ], [ -111.41241604369128, 40.681101070240182 ], [ -111.41259351439247, 40.681095931819691 ], [ -111.41267634700638, 40.681095635781219 ], [ -111.41300189983868, 40.681116993458126 ], [ -111.4130966213223, 40.681125663292669 ], [ -111.41359397910522, 40.681182439276149 ], [ -111.41432830957672, 40.681287910821297 ], [ -111.41518108691056, 40.681410969221723 ], [ -111.41611613335853, 40.681632820559692 ], [ -111.416247679351, 40.681663876835849 ], [ -111.41655579445748, 40.681734835208523 ], [ -111.41716016516861, 40.681872287981939 ], [ -111.41748359250026, 40.681931477235793 ], [ -111.41771700796684, 40.681978379096456 ], [ -111.41777025254764, 40.681977285576714 ], [ -111.41795364740712, 40.681973018348778 ], [ -111.41804806115633, 40.681932137376442 ], [ -111.41830143675652, 40.681764558697836 ], [ -111.41865528713221, 40.681579498640417 ], [ -111.41872608403095, 40.681546810577778 ], [ -111.41895624115712, 40.681451384271668 ], [ -111.4192869521662, 40.681351088031732 ], [ -111.41979561301824, 40.681322213575292 ], [ -111.42078442657217, 40.681435727168228 ], [ -111.42141184559658, 40.681473977970811 ], [ -111.42146512374612, 40.681478287845643 ], [ -111.42182661250635, 40.681567955570529 ], [ -111.42191541337938, 40.681575738927826 ], [ -111.42216997144639, 40.681597330160166 ], [ -111.42236479450094, 40.68152905236316 ], [ -111.42244151184546, 40.681497241235945 ], [ -111.4229560423434, 40.681273743439647 ], [ -111.42312604803233, 40.681210960488862 ], [ -111.42317340945803, 40.681215291259193 ], [ -111.42327996556449, 40.681223909359751 ], [ -111.42341613329565, 40.68123692312092 ], [ -111.42356459051088, 40.681321961244365 ], [ -111.42366554391387, 40.681380147397142 ], [ -111.42408107839488, 40.681594830665411 ], [ -111.42490617572068, 40.682014305088401 ], [ -111.42494061264877, 40.682033096616117 ], [ -111.42524207928005, 40.682173423242681 ], [ -111.42563614015179, 40.682359352123598 ], [ -111.42570745598762, 40.682408637034413 ], [ -111.42602842156691, 40.682637174941284 ], [ -111.42620229214556, 40.682809500238726 ], [ -111.42633209825156, 40.682937845369892 ], [ -111.42657075036699, 40.683247763941367 ], [ -111.42685289142752, 40.6838818343006 ], [ -111.42686507571786, 40.683936742300254 ], [ -111.42694973972614, 40.684222905778391 ], [ -111.42704051686958, 40.684539676132367 ], [ -111.42705300618974, 40.684642329061603 ], [ -111.42709799452415, 40.685016023480607 ], [ -111.42713854611023, 40.685065421281244 ], [ -111.4272517736526, 40.685191124045396 ], [ -111.42741214177003, 40.685286022630244 ], [ -111.42756026187105, 40.685316103752641 ], [ -111.4278925367103, 40.685274333640351 ], [ -111.42806871841282, 40.685251158811447 ], [ -111.42902653976422, 40.685134093983869 ], [ -111.42963541389612, 40.685042643737347 ], [ -111.4300844941331, 40.684946380430986 ], [ -111.43020857614661, 40.684918892057773 ], [ -111.43060448929846, 40.684836337870323 ], [ -111.43066945957871, 40.684818078147103 ], [ -111.43075215161089, 40.684795247922906 ], [ -111.43135457478029, 40.684621833561245 ], [ -111.43175654696782, 40.684561774521434 ], [ -111.43217061407611, 40.684542207933838 ], [ -111.43267906008964, 40.684477242732463 ], [ -111.43275000460996, 40.684467968143515 ], [ -111.43282686600745, 40.684458671329395 ], [ -111.43286825514642, 40.684454011811241 ], [ -111.43327614181302, 40.684393925306892 ], [ -111.43331167233109, 40.684398296310178 ], [ -111.43363147639117, 40.684442139084027 ], [ -111.43374404339974, 40.684464237978212 ], [ -111.43386847348833, 40.684490796529644 ], [ -111.43397056552762, 40.684539960648287 ], [ -111.43401686346937, 40.684562308349136 ], [ -111.4341355523003, 40.684615914275966 ], [ -111.43424249519386, 40.684683077299646 ], [ -111.43463456244974, 40.684920332383193 ], [ -111.43479481735508, 40.684996302874772 ], [ -111.43529339374766, 40.685233154545053 ], [ -111.43532306648915, 40.685246555705874 ], [ -111.43535870896652, 40.685268042171614 ], [ -111.43543592854955, 40.685313695295171 ], [ -111.43591113507176, 40.685595675876193 ], [ -111.4361786332102, 40.685783848119982 ], [ -111.43663550714905, 40.685975808033668 ], [ -111.43687157061706, 40.685880323761403 ], [ -111.43703557003325, 40.685622955368082 ], [ -111.43720545573395, 40.685361060095715 ], [ -111.43733279695456, 40.68510833441951 ], [ -111.43734964069215, 40.684788462021885 ], [ -111.43734790353662, 40.684522712152138 ] ] ], [ [ [ -111.08118614803466, 41.235684579516715 ], [ -111.08064400093092, 41.236338931677793 ], [ -111.07984570950282, 41.23734746824357 ], [ -111.07914381670797, 41.238158660659778 ], [ -111.07851715929661, 41.239029249305581 ], [ -111.07804659025864, 41.239708762050761 ], [ -111.07756541053973, 41.240506282919398 ], [ -111.07709371341228, 41.241258756022702 ], [ -111.07673043755238, 41.241867029162741 ], [ -111.07621101024904, 41.242642049915652 ], [ -111.0758250640926, 41.243268350771402 ], [ -111.07555096788805, 41.243610829477426 ], [ -111.0751993256065, 41.243980381747527 ], [ -111.07495495148267, 41.244228257102243 ], [ -111.07477606684589, 41.244345475524092 ], [ -111.0745316283525, 41.244539302880305 ], [ -111.07407844422333, 41.244832350592972 ], [ -111.07336285372064, 41.245269689652005 ], [ -111.07286186014387, 41.24550871587472 ], [ -111.07224152464462, 41.24575682269824 ], [ -111.07166174331036, 41.24598688523286 ], [ -111.07123947908062, 41.246198831787488 ], [ -111.07117383712297, 41.246198872381527 ], [ -111.07079217791323, 41.246437815736996 ], [ -111.07042247025385, 41.246694766211412 ], [ -111.07005278856006, 41.246978739024378 ], [ -111.06949826717603, 41.247411451880048 ], [ -111.06891991066774, 41.24788471162551 ], [ -111.06844286421811, 41.248231798369808 ], [ -111.06795381671859, 41.24852033918652 ], [ -111.06733355437261, 41.248885521426949 ], [ -111.06671203659502, 41.249196653947415 ], [ -111.06580061119639, 41.249638562915628 ], [ -111.06511582129527, 41.249950623707363 ], [ -111.06463740761588, 41.25015717294503 ], [ -111.06392154238256, 41.250436815804598 ], [ -111.06335475883172, 41.250603774202865 ], [ -111.06284164435905, 41.250730165225185 ], [ -111.0621853373287, 41.250897166684531 ], [ -111.06161259016989, 41.251077631482474 ], [ -111.06095623466076, 41.251199586731147 ], [ -111.06026406505859, 41.251317053064426 ], [ -111.05965542758236, 41.251416456298273 ], [ -111.05890353352164, 41.251488906157626 ], [ -111.05823515296021, 41.25152077360017 ], [ -111.05788903252201, 41.251543467748078 ], [ -111.05690433046058, 41.251552966456977 ], [ -111.04672307572315, 41.251629610800684 ], [ -111.04672189167491, 41.249967663826915 ], [ -111.04672391286115, 41.246103295520811 ], [ -111.04683709746473, 41.227438948498595 ], [ -111.04675065806708, 41.206585699039174 ], [ -111.04697132384611, 41.20659011320631 ], [ -111.05422936995096, 41.206631963770498 ], [ -111.05853529736203, 41.206655978616844 ], [ -111.05914361981468, 41.206665576519647 ], [ -111.06390281404649, 41.206699065710637 ], [ -111.06858453907066, 41.206786451870705 ], [ -111.06856446850743, 41.210412148019159 ], [ -111.06839399841589, 41.235706399905531 ], [ -111.06874612081536, 41.235800772838843 ], [ -111.08118614803466, 41.235684579516715 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 26, \"properties\": { \"NAME\": \"PARK CITY SCHOOL DISTRICT\", \"TOTENROLL\": 4351, \"Color4\": \"2\", \"Shape_Leng\": 83792.316257700004, \"Shape_Area\": 230090274.64500001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.64912872968986, 40.773442640752172 ], [ -111.64907861858127, 40.773651019149639 ], [ -111.64895748913023, 40.773989519423381 ], [ -111.64891407136034, 40.774398749789029 ], [ -111.64890607854637, 40.774795169006737 ], [ -111.64879130910943, 40.77517867580837 ], [ -111.64876836383007, 40.775256277954419 ], [ -111.64853535151803, 40.775666573840574 ], [ -111.64797862511817, 40.776300296599302 ], [ -111.64733202680951, 40.776832724719952 ], [ -111.64650347471868, 40.777544537064543 ], [ -111.64599232447108, 40.77799332047401 ], [ -111.64554085358807, 40.778486810265093 ], [ -111.64538975852214, 40.778793043590589 ], [ -111.64533877817544, 40.779035657365888 ], [ -111.64537667389899, 40.779277774084001 ], [ -111.64547505059362, 40.779646572330833 ], [ -111.64572874886593, 40.780267640231394 ], [ -111.6459904262271, 40.780977846953242 ], [ -111.64620387739112, 40.781602742347097 ], [ -111.64638648321176, 40.782101691125227 ], [ -111.64632628803602, 40.782493897827365 ], [ -111.64613982736569, 40.782820148701745 ], [ -111.6459937868573, 40.783037170212353 ], [ -111.645812533018, 40.783289521737764 ], [ -111.64537751137726, 40.783649592755417 ], [ -111.64456470572726, 40.784284730297735 ], [ -111.64413741690407, 40.784710515400192 ], [ -111.64385027366585, 40.785044531257626 ], [ -111.64351153585821, 40.785559003943689 ], [ -111.64340571736109, 40.785646976376377 ], [ -111.64325883609722, 40.785778418379174 ], [ -111.64304115881278, 40.785942685302679 ], [ -111.64309940974702, 40.786083793968665 ], [ -111.64321905369754, 40.786200237477075 ], [ -111.64353574880967, 40.786593944396643 ], [ -111.6437974934944, 40.787065430008298 ], [ -111.64393165469581, 40.787457451483526 ], [ -111.64401605217654, 40.787605620521582 ], [ -111.64424728923122, 40.787740357873517 ], [ -111.64444319928312, 40.78777619870344 ], [ -111.64471639830634, 40.787837732005407 ], [ -111.64510187578021, 40.787988721876495 ], [ -111.645568628731, 40.788332037374005 ], [ -111.64581351061142, 40.788528853770387 ], [ -111.64596889386249, 40.788663111300693 ], [ -111.64611826448471, 40.788788393799848 ], [ -111.64650602789042, 40.789051972195232 ], [ -111.64674420259608, 40.789167747802601 ], [ -111.64701231406976, 40.789314884751128 ], [ -111.64717375000832, 40.789461718570827 ], [ -111.64728309899353, 40.789615150293628 ], [ -111.64736179062886, 40.789784969176182 ], [ -111.64749645095246, 40.790225629276726 ], [ -111.6476408209039, 40.79044552688142 ], [ -111.64784630349541, 40.790733545657439 ], [ -111.6480232052013, 40.790885696498329 ], [ -111.64819127415302, 40.791104559439049 ], [ -111.64828327905796, 40.79130222914393 ], [ -111.64835588261631, 40.791454965382201 ], [ -111.64841075176537, 40.791612305467716 ], [ -111.64859064119702, 40.791827497977138 ], [ -111.64869147272147, 40.791957554118298 ], [ -111.64874286469883, 40.792244635676234 ], [ -111.64865301904982, 40.792512692596873 ], [ -111.64829198439504, 40.793293954938321 ], [ -111.64799147832221, 40.794083884637097 ], [ -111.64760724173134, 40.794796810540795 ], [ -111.6475342675226, 40.795216114172625 ], [ -111.64748233799907, 40.795361442023697 ], [ -111.6473843785803, 40.795649362003658 ], [ -111.64718066729458, 40.796033364900794 ], [ -111.64698833465602, 40.79636865786177 ], [ -111.64678444407497, 40.796734644080956 ], [ -111.64664038623104, 40.797158849690753 ], [ -111.64658887283817, 40.797347415429826 ], [ -111.64648434205598, 40.797569609544588 ], [ -111.64627879391168, 40.797765343993753 ], [ -111.64596589931261, 40.797893214707877 ], [ -111.64506676859071, 40.798077513434784 ], [ -111.64416233300166, 40.79832669576389 ], [ -111.64374322784138, 40.798504699936508 ], [ -111.64336495588715, 40.79861491138503 ], [ -111.64292473946887, 40.798693937119609 ], [ -111.64252750325053, 40.798681736292053 ], [ -111.64246108808564, 40.798678502722794 ], [ -111.64232696820947, 40.798661232483411 ], [ -111.64225461756915, 40.798657130989852 ], [ -111.64200209156198, 40.798654032091775 ], [ -111.6416001084814, 40.798764369685202 ], [ -111.64104924426096, 40.79892507971298 ], [ -111.64066601601007, 40.799013689524315 ], [ -111.63998555232234, 40.799134575880196 ], [ -111.63944802275891, 40.799326733950174 ], [ -111.63919394442077, 40.799409217982685 ], [ -111.63904105469896, 40.799536183429922 ], [ -111.63886064582726, 40.799884008557328 ], [ -111.63860417738255, 40.800335851766647 ], [ -111.63822354015608, 40.800819910902938 ], [ -111.63772280424865, 40.801142480179649 ], [ -111.63714402086042, 40.801361880899044 ], [ -111.6366062068397, 40.801527001872977 ], [ -111.63616305168789, 40.801673581542161 ], [ -111.63577267984601, 40.801761313639645 ], [ -111.63531702281595, 40.801840395439186 ], [ -111.63486170801723, 40.801955507427415 ], [ -111.63415285378338, 40.802211642618268 ], [ -111.63383284497642, 40.802344023748063 ], [ -111.63354999786542, 40.802395123741135 ], [ -111.63322408943208, 40.802405921269141 ], [ -111.63295770928322, 40.802443416737425 ], [ -111.63275708380847, 40.802539106048144 ], [ -111.63241424802396, 40.802640078790098 ], [ -111.63213567020932, 40.802641605348022 ], [ -111.63159053968064, 40.802662607557096 ], [ -111.63077378129962, 40.80279319405885 ], [ -111.6299815376893, 40.803009221373429 ], [ -111.6291959392333, 40.803301778981982 ], [ -111.62866529171953, 40.803601950870942 ], [ -111.62836571931585, 40.803891853648217 ], [ -111.62814252013685, 40.804109272156587 ], [ -111.62788311871917, 40.804259323746045 ], [ -111.62748133245769, 40.804396636475069 ], [ -111.62707285406808, 40.80445290798459 ], [ -111.6267600168465, 40.804468120462452 ], [ -111.62634421281869, 40.804501908022175 ], [ -111.62593590204298, 40.804576191529939 ], [ -111.62572852880115, 40.804586324795707 ], [ -111.62555777700564, 40.804708864967743 ], [ -111.62522004318517, 40.804724208250306 ], [ -111.62485178515173, 40.804645126961873 ], [ -111.62457302964752, 40.804628619304616 ], [ -111.6243247130965, 40.804697526700956 ], [ -111.62419532354401, 40.804806328343233 ], [ -111.62404853108501, 40.804955762061262 ], [ -111.62374237244516, 40.805178124947176 ], [ -111.6233540282953, 40.805486511477362 ], [ -111.62295496277406, 40.805916568848886 ], [ -111.62265217066314, 40.806373130708195 ], [ -111.62232245158715, 40.806739752350374 ], [ -111.62169972039261, 40.807342172270815 ], [ -111.62129415938784, 40.807713703797255 ], [ -111.62101143765069, 40.807908907780693 ], [ -111.62032764482989, 40.808322471169383 ], [ -111.61941500690963, 40.808989496181958 ], [ -111.61870810937046, 40.809470737420909 ], [ -111.61827175072555, 40.809720809182302 ], [ -111.61752259037999, 40.810121193457171 ], [ -111.61695091608716, 40.810483689255122 ], [ -111.61678696288308, 40.810575551266396 ], [ -111.616608482009, 40.810635060233047 ], [ -111.61637157373805, 40.81065884723413 ], [ -111.61562544683532, 40.810748411138938 ], [ -111.61478480346376, 40.810874507720989 ], [ -111.61422301978233, 40.811026139360933 ], [ -111.61379674664992, 40.811086962856912 ], [ -111.61322807713462, 40.811135029009954 ], [ -111.61255190800081, 40.811097181931473 ], [ -111.61174538238835, 40.811066328047822 ], [ -111.61133618774286, 40.811050479998435 ], [ -111.61103390312149, 40.811056585506272 ], [ -111.61077249463652, 40.810994910397298 ], [ -111.61065920278489, 40.810923442394056 ], [ -111.61049745556438, 40.81073962492929 ], [ -111.61029487412493, 40.810628090914314 ], [ -111.6100220659084, 40.810616020927242 ], [ -111.60974214427713, 40.810603987887575 ], [ -111.60945228473585, 40.810542460129632 ], [ -111.60923241626894, 40.81048506631867 ], [ -111.6084835243485, 40.810272815203511 ], [ -111.60772315124636, 40.810101157763263 ], [ -111.60706326835651, 40.809897436996287 ], [ -111.60661666878902, 40.809679078581034 ], [ -111.60591513474304, 40.8094575532701 ], [ -111.60526176443483, 40.809316847199135 ], [ -111.60487523781599, 40.809184648107376 ], [ -111.60433432867237, 40.809024429360242 ], [ -111.60384686188902, 40.808873837696019 ], [ -111.60353710768865, 40.808708801806787 ], [ -111.60257277688585, 40.808267923049968 ], [ -111.6021562891934, 40.808098936561287 ], [ -111.60159648138944, 40.807813585861098 ], [ -111.60114946643347, 40.807545661741415 ], [ -111.60019040587503, 40.807028163484176 ], [ -111.59930362554771, 40.806636400340338 ], [ -111.59836927340413, 40.806226860114315 ], [ -111.5975422338426, 40.80588432009602 ], [ -111.59687544660348, 40.805563466406106 ], [ -111.59628693214867, 40.805377331428772 ], [ -111.59552688711463, 40.805232617024892 ], [ -111.5950578936737, 40.805153960472545 ], [ -111.5945522315463, 40.805084499440362 ], [ -111.59419696676127, 40.804996244817929 ], [ -111.59397072013404, 40.804884803817195 ], [ -111.59374979955393, 40.804705771410461 ], [ -111.5933597118336, 40.80416817053117 ], [ -111.59302320082737, 40.803655516650643 ], [ -111.59284854304185, 40.803345621786463 ], [ -111.59274417259546, 40.802940776576598 ], [ -111.59260992696557, 40.802509059253829 ], [ -111.59250724161085, 40.802293383144452 ], [ -111.59236374741025, 40.802154488511739 ], [ -111.59208388872665, 40.802011789285793 ], [ -111.59181572553699, 40.801851012431428 ], [ -111.59165449227763, 40.801716712125533 ], [ -111.59149882694126, 40.801541844891545 ], [ -111.59120440081904, 40.801092929882216 ], [ -111.59104173231589, 40.800796483408291 ], [ -111.59100465177985, 40.800625512215433 ], [ -111.59103893561877, 40.800481200915911 ], [ -111.59115962063623, 40.800187807029751 ], [ -111.59117604299681, 40.800034578708178 ], [ -111.59101536165237, 40.79982820677548 ], [ -111.59077602670293, 40.799708718775712 ], [ -111.59047997737223, 40.7996102400339 ], [ -111.5902295288009, 40.799440360264001 ], [ -111.59009777974259, 40.799287889920564 ], [ -111.58963674251595, 40.798763250545932 ], [ -111.5892062229557, 40.798337546767534 ], [ -111.58881855773555, 40.798065667758166 ], [ -111.58832996502446, 40.797774483413782 ], [ -111.58813915449007, 40.797644833119016 ], [ -111.58796011877807, 40.797506114019228 ], [ -111.58785805232338, 40.797357994040404 ], [ -111.58777893851664, 40.797124176424319 ], [ -111.58777098570322, 40.796894500519187 ], [ -111.58778670004715, 40.796660199800833 ], [ -111.58794831632852, 40.796168413817284 ], [ -111.58805210282648, 40.795839975952312 ], [ -111.58808582633598, 40.795631707988697 ], [ -111.58805878137863, 40.795253489273868 ], [ -111.58806121050866, 40.794857103339091 ], [ -111.58800238761303, 40.794235817251895 ], [ -111.58793389833592, 40.793862313848386 ], [ -111.58789679010127, 40.793686837326867 ], [ -111.5877230962689, 40.793480526835715 ], [ -111.58747916010999, 40.793373667141118 ], [ -111.587146408034, 40.793276267388499 ], [ -111.58652867460901, 40.793121760401633 ], [ -111.58604144314616, 40.792980100112501 ], [ -111.58559600698084, 40.792873358781883 ], [ -111.58496615927093, 40.792688276004327 ], [ -111.58452693748973, 40.792613929610809 ], [ -111.5841889382271, 40.792593120087247 ], [ -111.58393987380491, 40.792576363788733 ], [ -111.58379704972782, 40.79250952276864 ], [ -111.58370167605329, 40.792446945797074 ], [ -111.58275513560415, 40.791965271284425 ], [ -111.58242820553589, 40.79185431572882 ], [ -111.58192795960676, 40.791577576246723 ], [ -111.58179020099622, 40.791411613711084 ], [ -111.58170534674511, 40.791195837578933 ], [ -111.58172104200648, 40.790957033269088 ], [ -111.58179615624924, 40.790735946368486 ], [ -111.58188107771281, 40.790280588993681 ], [ -111.58189045284864, 40.789996773999292 ], [ -111.58179873051648, 40.789672930519153 ], [ -111.58160642325223, 40.789367610971098 ], [ -111.58146333336656, 40.789269238597434 ], [ -111.58121388926241, 40.789207435792399 ], [ -111.58089961239675, 40.789186497098456 ], [ -111.58049012674489, 40.789120994044268 ], [ -111.58002036252573, 40.788938682029212 ], [ -111.57964545619464, 40.78876039588058 ], [ -111.5791699273384, 40.788596126344693 ], [ -111.57854114616967, 40.788527212582444 ], [ -111.57790074857751, 40.788485379075773 ], [ -111.57764573592092, 40.788464134687374 ], [ -111.57733142456041, 40.788438682184939 ], [ -111.57667976101695, 40.788464462035215 ], [ -111.57621149116211, 40.788453288555843 ], [ -111.57585004483788, 40.7884595971382 ], [ -111.57565430052439, 40.788438953408878 ], [ -111.57552499735517, 40.788426085637944 ], [ -111.57530392095768, 40.788354219188435 ], [ -111.57514906825703, 40.788264906095371 ], [ -111.57490447192282, 40.788076946407401 ], [ -111.5745637420155, 40.787736320331895 ], [ -111.57422266641781, 40.787355156671623 ], [ -111.57388740426831, 40.786960450300455 ], [ -111.5736306933094, 40.786741018333664 ], [ -111.57332688738451, 40.786557853811402 ], [ -111.57267868992055, 40.786295321601848 ], [ -111.57204897054706, 40.786113770696645 ], [ -111.57164443374873, 40.785931101031707 ], [ -111.5712023490718, 40.785654026471342 ], [ -111.57099421507216, 40.785569475727669 ], [ -111.57060991893496, 40.785535342646874 ], [ -111.56962559279596, 40.78546363353604 ], [ -111.5687368564207, 40.785482430875852 ], [ -111.56849397826602, 40.785492636199763 ], [ -111.56735665154484, 40.78554687967894 ], [ -111.56661558969721, 40.785509982603692 ], [ -111.56636613483244, 40.78544364340911 ], [ -111.56610402583098, 40.785282776397452 ], [ -111.56598455555279, 40.785170756061511 ], [ -111.5658760195299, 40.784950579850992 ], [ -111.56570314270584, 40.784829812591333 ], [ -111.56529916555135, 40.784710177431911 ], [ -111.56443363693577, 40.784669371743782 ], [ -111.56368134424316, 40.784704578825576 ], [ -111.56272287536987, 40.784745290871626 ], [ -111.56185133764976, 40.784835118538567 ], [ -111.56075661273961, 40.784880981861427 ], [ -111.56019263882561, 40.784901738144342 ], [ -111.55979542861527, 40.784881144485723 ], [ -111.55958279756217, 40.784823620470881 ], [ -111.55928404364003, 40.784671924127963 ], [ -111.55910498930702, 40.784519647100417 ], [ -111.55900755103106, 40.784348056564802 ], [ -111.55885086380258, 40.783894786415416 ], [ -111.55861701047424, 40.783567107949978 ], [ -111.55840229413212, 40.783401489654935 ], [ -111.55816436688612, 40.783294538575888 ], [ -111.55778418980653, 40.783183770427122 ], [ -111.55753992447499, 40.783027301853771 ], [ -111.55741288265457, 40.782716220946035 ], [ -111.55744573178391, 40.782392656524792 ], [ -111.55757145914788, 40.78183802529805 ], [ -111.55770997706304, 40.781395938546687 ], [ -111.55784441429381, 40.781174580032044 ], [ -111.55803225408242, 40.780961971640728 ], [ -111.55806074986145, 40.780826706054363 ], [ -111.55797833957725, 40.7807505321531 ], [ -111.55782253094225, 40.780683721540299 ], [ -111.5569028279031, 40.780535018867688 ], [ -111.55594146408352, 40.780363988268817 ], [ -111.55529448224524, 40.780231975593331 ], [ -111.55500350629067, 40.780156802994483 ], [ -111.55452251046782, 40.780032996065827 ], [ -111.55408993645204, 40.780031470522154 ], [ -111.55375863800514, 40.780095219609933 ], [ -111.55323807397565, 40.78020131448276 ], [ -111.55211901692354, 40.780305767814014 ], [ -111.55130859309985, 40.78047179585527 ], [ -111.55082372282614, 40.780595726349084 ], [ -111.55048635172922, 40.780642378841996 ], [ -111.54998299678164, 40.780680813032788 ], [ -111.54923688832142, 40.780742921989869 ], [ -111.548793378306, 40.780853134309602 ], [ -111.54835175566815, 40.781048916904687 ], [ -111.54808637308125, 40.781347458854981 ], [ -111.54786873267203, 40.781543076397128 ], [ -111.54752623552875, 40.781687937444907 ], [ -111.54715363663763, 40.781775285680254 ], [ -111.54653216125354, 40.781862910848304 ], [ -111.54554946821118, 40.781981068209376 ], [ -111.5444309201237, 40.782153008510953 ], [ -111.54386325166307, 40.782299821670236 ], [ -111.54313018071846, 40.782510470292571 ], [ -111.54249154680697, 40.782675627734406 ], [ -111.54197705277231, 40.782804164582188 ], [ -111.54144452409385, 40.782901253939897 ], [ -111.54070589469572, 40.783012819529283 ], [ -111.53977523848334, 40.783120774523347 ], [ -111.53923637768857, 40.783168336456008 ], [ -111.53892272375946, 40.783219348580914 ], [ -111.5385737342593, 40.783297550336528 ], [ -111.53805293862544, 40.783381056507174 ], [ -111.53699360287632, 40.783552648635109 ], [ -111.53625919180263, 40.783601106504378 ], [ -111.53583869165868, 40.783630085433771 ], [ -111.53557811002059, 40.78364931219722 ], [ -111.53538303537945, 40.783708772804054 ], [ -111.53518236017574, 40.783808797393348 ], [ -111.53488210508411, 40.784053419560948 ], [ -111.53472894163724, 40.784166735898417 ], [ -111.53443561354543, 40.784388803498217 ], [ -111.53414508109474, 40.784516267962125 ], [ -111.53386158622216, 40.784634690616478 ], [ -111.53363752760977, 40.784775359022802 ], [ -111.53340692970447, 40.784839484815684 ], [ -111.53296846323066, 40.784846015045503 ], [ -111.53230499944543, 40.784876103022299 ], [ -111.53169321434889, 40.78484739370964 ], [ -111.53141523762895, 40.784766696668711 ], [ -111.53123693531852, 40.784700854612744 ], [ -111.53102924885057, 40.784665776470554 ], [ -111.5307804771998, 40.784680433796424 ], [ -111.5305082535255, 40.784726728222537 ], [ -111.52981748778261, 40.785049704275025 ], [ -111.52946897854669, 40.78519093592606 ], [ -111.52928567383044, 40.78524132370098 ], [ -111.52895311132364, 40.78530140398167 ], [ -111.52833926732471, 40.785461865218615 ], [ -111.52807342828999, 40.785566680038166 ], [ -111.52790261502234, 40.78569808511434 ], [ -111.5277204842882, 40.785897105577639 ], [ -111.52749251397933, 40.78629452268477 ], [ -111.52736060212463, 40.786849149398869 ], [ -111.52723873033814, 40.787174913738788 ], [ -111.52714551121984, 40.78737713038074 ], [ -111.52698982941054, 40.7877742161496 ], [ -111.52682403393881, 40.787941630734856 ], [ -111.52652287566518, 40.788078133003076 ], [ -111.52607374348423, 40.788237830479488 ], [ -111.52579071568188, 40.788419290747633 ], [ -111.52563820151977, 40.788618172899021 ], [ -111.52550342915384, 40.788812469790365 ], [ -111.52506890908883, 40.78932342882154 ], [ -111.52440993239516, 40.789929995851118 ], [ -111.52413938277176, 40.790192471932706 ], [ -111.52385655380206, 40.790400952048707 ], [ -111.52347854962778, 40.790564820717869 ], [ -111.52288102528398, 40.790698153298642 ], [ -111.52239553250155, 40.79075890756117 ], [ -111.52197554502838, 40.790859901784899 ], [ -111.52172166794324, 40.790982664834061 ], [ -111.5214799243862, 40.791141406533697 ], [ -111.5212146858249, 40.791327279385257 ], [ -111.52091360628896, 40.791477279385859 ], [ -111.52053530729465, 40.791605105692355 ], [ -111.52046436727775, 40.791627946963267 ], [ -111.52023962395917, 40.791687515760785 ], [ -111.51977821317244, 40.791797697245542 ], [ -111.51954904356431, 40.791897822932569 ], [ -111.51931932761931, 40.79223217188143 ], [ -111.51919025308375, 40.792552554806207 ], [ -111.51903570459457, 40.793102769129312 ], [ -111.51880110731447, 40.793572266562869 ], [ -111.51852059598883, 40.793930264329262 ], [ -111.51839408822447, 40.794276759416192 ], [ -111.51834741713793, 40.794524703012534 ], [ -111.51840289355569, 40.794799213227456 ], [ -111.51838661321118, 40.794992068393483 ], [ -111.51831160580983, 40.795254552852789 ], [ -111.51807982704176, 40.795935735859366 ], [ -111.51777531256472, 40.796410049156769 ], [ -111.51764332719441, 40.796662879432191 ], [ -111.51754756227022, 40.796847983320923 ], [ -111.51750817339644, 40.79711841506878 ], [ -111.51756637726211, 40.797744244904855 ], [ -111.51756854620726, 40.798023498718308 ], [ -111.51752817731162, 40.798167815803382 ], [ -111.51741696496757, 40.798348484572571 ], [ -111.51718707336289, 40.798511668237069 ], [ -111.51703213517871, 40.798496057214706 ], [ -111.51493999593511, 40.798545230447083 ], [ -111.51051405864453, 40.798635974485514 ], [ -111.51051447006026, 40.783988130443973 ], [ -111.50512092654982, 40.783854216595408 ], [ -111.50512174554873, 40.783962315318469 ], [ -111.50514301968683, 40.787552118526882 ], [ -111.50032516438138, 40.787568604308369 ], [ -111.50030391305079, 40.783947269886006 ], [ -111.50030347365724, 40.783888716367812 ], [ -111.49076925013516, 40.783952180130328 ], [ -111.49083486834895, 40.775961330741133 ], [ -111.49086054730846, 40.773010022756587 ], [ -111.490888243234, 40.769366847997944 ], [ -111.47493218025593, 40.7693615482033 ], [ -111.47365248049843, 40.769362303301016 ], [ -111.47351621956726, 40.769362862477124 ], [ -111.47351586785987, 40.769313316869628 ], [ -111.4733877632578, 40.762949295022928 ], [ -111.4734636979869, 40.759458163687711 ], [ -111.4734685988072, 40.759314006459888 ], [ -111.47354391975274, 40.755737293941237 ], [ -111.4734558625133, 40.754179171387143 ], [ -111.47299109217582, 40.74626703560125 ], [ -111.47319754395734, 40.746149077679043 ], [ -111.47338011410964, 40.746004191565305 ], [ -111.47356258761947, 40.745845792670053 ], [ -111.47374509222642, 40.745691897651263 ], [ -111.47392750006956, 40.745524489850943 ], [ -111.47409806248481, 40.745357130416451 ], [ -111.47425671556982, 40.745180811070718 ], [ -111.47441533581252, 40.744999987341565 ], [ -111.47455508096776, 40.744830051309698 ], [ -111.47470293073795, 40.744633956852383 ], [ -111.47484378195215, 40.744453205601573 ], [ -111.47499173899894, 40.744272424931317 ], [ -111.47513730074628, 40.744088050490078 ], [ -111.47528998748412, 40.743906349098495 ], [ -111.47544264773406, 40.743721044171863 ], [ -111.4756012292339, 40.743535714639371 ], [ -111.47577164759241, 40.743349435232474 ], [ -111.47594207784559, 40.743164957239244 ], [ -111.47611250073567, 40.742979578160714 ], [ -111.47629476673782, 40.742794149954257 ], [ -111.47647706387282, 40.74261322562478 ], [ -111.47667123616878, 40.742436756258506 ], [ -111.47687132941981, 40.74226026209864 ], [ -111.47728342104193, 40.741916232093892 ], [ -111.47749538719539, 40.741744192041949 ], [ -111.47771333862592, 40.741581135421853 ], [ -111.47793505931534, 40.741282933819569 ], [ -111.47815538596606, 40.741286525573884 ], [ -111.47837912708899, 40.741105426507659 ], [ -111.4786090148536, 40.740955831608332 ], [ -111.47884481697625, 40.740805310852224 ], [ -111.47908069559389, 40.740665599612271 ], [ -111.47932248858022, 40.740524962467269 ], [ -111.47956431289474, 40.740388828982873 ], [ -111.48005986689721, 40.74012551957123 ], [ -111.48031359660384, 40.739998343593157 ], [ -111.48057324710589, 40.739871142403935 ], [ -111.48083292256227, 40.73974754396496 ], [ -111.48109853177705, 40.739625721927453 ], [ -111.4818953340809, 40.739257549666426 ], [ -111.4821668220642, 40.739130295461322 ], [ -111.48236739193106, 40.739023155937829 ], [ -111.49173021261659, 40.735049591075104 ], [ -111.49905663479734, 40.733666855813524 ], [ -111.49376502800527, 40.726743974207707 ], [ -111.49195972898215, 40.724404937295603 ], [ -111.49125440059676, 40.7234935661278 ], [ -111.48972421047978, 40.721509162270159 ], [ -111.48918049941318, 40.720831316409821 ], [ -111.48875631976594, 40.720306108519082 ], [ -111.48234444067324, 40.712063151726213 ], [ -111.47290632037412, 40.699999076583765 ], [ -111.47256598858706, 40.699577063051024 ], [ -111.47256468352612, 40.699392390791957 ], [ -111.47255009558531, 40.698651307701972 ], [ -111.47213276149833, 40.698403204927239 ], [ -111.47199380847594, 40.698169547811176 ], [ -111.47171833612107, 40.69771123176703 ], [ -111.47158041079554, 40.697455048255016 ], [ -111.47143698132061, 40.697257443379051 ], [ -111.47129928022119, 40.697032788928958 ], [ -111.4711544467698, 40.696803659078945 ], [ -111.47101204493752, 40.696583527784291 ], [ -111.47086842875115, 40.696358896922824 ], [ -111.47058126267547, 40.695918643032748 ], [ -111.47043771274646, 40.695703020005183 ], [ -111.47029413207474, 40.695482892579925 ], [ -111.47000703688938, 40.695051645565975 ], [ -111.46985759822208, 40.694839649221727 ], [ -111.4697140909267, 40.694629430276876 ], [ -111.46956469208811, 40.694422838576394 ], [ -111.46941526256403, 40.6942117424625 ], [ -111.46896707442384, 40.693591965507956 ], [ -111.46851898928094, 40.692985699328602 ], [ -111.46836847739944, 40.692788119202454 ], [ -111.46822033975201, 40.692591430110532 ], [ -111.46807692442769, 40.692392919939458 ], [ -111.46792171266462, 40.692199862599672 ], [ -111.46777715336644, 40.692006761882446 ], [ -111.46762904439481, 40.691813675354588 ], [ -111.46747978426076, 40.691625097628652 ], [ -111.46733641098827, 40.691431991534273 ], [ -111.46718596904371, 40.691243418197523 ], [ -111.4670497612873, 40.691059291413154 ], [ -111.46690642191952, 40.690870688964175 ], [ -111.4667631462238, 40.690691094750775 ], [ -111.46662575728472, 40.690506972220753 ], [ -111.46648248312758, 40.690327377639321 ], [ -111.46634512711584, 40.690147758968124 ], [ -111.46620185448739, 40.6899681640189 ], [ -111.46606446859063, 40.689784040781255 ], [ -111.46592711482616, 40.689604421583553 ], [ -111.4657897931656, 40.689429306426504 ], [ -111.46565244087296, 40.689249686882953 ], [ -111.46551512066534, 40.689074571380502 ], [ -111.46537895329718, 40.688894946720673 ], [ -111.46524038843889, 40.688710827214088 ], [ -111.46510303910877, 40.688531206978396 ], [ -111.46495980460996, 40.688356114615338 ], [ -111.46482837396745, 40.688176470203253 ], [ -111.46469105813738, 40.688001353664234 ], [ -111.46455966019832, 40.68782621314314 ], [ -111.46442119363461, 40.687655605242576 ], [ -111.46429101177483, 40.687484963853308 ], [ -111.46415961590584, 40.687309822849983 ], [ -111.46402825196991, 40.687139185904641 ], [ -111.46376546366837, 40.686788903105374 ], [ -111.46362815349104, 40.686613785229348 ], [ -111.46349672987728, 40.686434139208906 ], [ -111.46336527577593, 40.686249988811703 ], [ -111.46323379121418, 40.686061334037056 ], [ -111.46310227621915, 40.68586817488427 ], [ -111.46297664779807, 40.685670487625288 ], [ -111.46285098896259, 40.685468296000131 ], [ -111.46273124783553, 40.685266080512413 ], [ -111.46261265967767, 40.68505935592863 ], [ -111.46249762240238, 40.68485261699017 ], [ -111.46238376922092, 40.68464587318649 ], [ -111.46207762161767, 40.684011986295033 ], [ -111.46198505928184, 40.683803355113106 ], [ -111.46188529787119, 40.683580338744818 ], [ -111.46179502262665, 40.683359986945703 ], [ -111.46171066474008, 40.683139611403107 ], [ -111.46163004637363, 40.68277508177416 ], [ -111.46155431229202, 40.682775384560507 ], [ -111.45340657832234, 40.682749112678273 ], [ -111.45324682662117, 40.682749739931459 ], [ -111.43726592070691, 40.682842901106682 ], [ -111.4372648021492, 40.682671740115275 ], [ -111.4371907699805, 40.682208072593376 ], [ -111.43715370426489, 40.681968581595257 ], [ -111.43701730672601, 40.681015076819506 ], [ -111.4367038236866, 40.680124401695664 ], [ -111.43635505609087, 40.679265389386842 ], [ -111.43610080336904, 40.678563671231593 ], [ -111.4360472131181, 40.678329647355604 ], [ -111.43604097392948, 40.678280123050378 ], [ -111.43602885362377, 40.67823602617667 ], [ -111.43602269663069, 40.678199113744142 ], [ -111.43602017278211, 40.677811749011077 ], [ -111.4360664466431, 40.677649417575743 ], [ -111.43608381395937, 40.677590795402502 ], [ -111.43610922335039, 40.677495207161215 ], [ -111.43629450983848, 40.677238659934972 ], [ -111.43631802803175, 40.677216049299822 ], [ -111.4363826956388, 40.677152743968051 ], [ -111.43655909594348, 40.67698541607335 ], [ -111.43670612001787, 40.676849729489646 ], [ -111.43679980941842, 40.676700731443503 ], [ -111.43684340251448, 40.676490663669178 ], [ -111.43679645807671, 40.676187247873962 ], [ -111.43674812937624, 40.676034282684171 ], [ -111.43650072003219, 40.675291999934686 ], [ -111.4363840266397, 40.674634805319933 ], [ -111.43619127928891, 40.674108524147961 ], [ -111.43582064639986, 40.67351985321298 ], [ -111.43562351526727, 40.673227814027626 ], [ -111.43544428000759, 40.672958228778043 ], [ -111.43530660364938, 40.672711008340642 ], [ -111.43503775531555, 40.672306629559849 ], [ -111.43486429438894, 40.672014499820413 ], [ -111.43460763401694, 40.671664126361854 ], [ -111.43442864094229, 40.671430573397423 ], [ -111.43435103479858, 40.67132276079235 ], [ -111.43432713805034, 40.671286815827429 ], [ -111.43428046933047, 40.671205912936706 ], [ -111.43407131594117, 40.67088238568045 ], [ -111.43398664723354, 40.670780004598711 ], [ -111.43393293302498, 40.670707235884876 ], [ -111.4337360811608, 40.670455731485156 ], [ -111.43370029537829, 40.670410822328684 ], [ -111.43350892335054, 40.670091731568988 ], [ -111.43320944002276, 40.669520802062429 ], [ -111.43301110848759, 40.669039579605666 ], [ -111.43277233230789, 40.668707152226041 ], [ -111.43274846646779, 40.668675711159338 ], [ -111.43246219453226, 40.668316434955045 ], [ -111.43224128633291, 40.668001956944266 ], [ -111.43191970191488, 40.667669837694298 ], [ -111.43165156245118, 40.667369048264128 ], [ -111.43137736492571, 40.667045759021207 ], [ -111.43135947373787, 40.66702330405699 ], [ -111.43122817535145, 40.666843620054578 ], [ -111.43069643612132, 40.666025810945861 ], [ -111.4304571030741, 40.665603293411721 ], [ -111.43038475940091, 40.665391858065284 ], [ -111.43036657945585, 40.665324360393328 ], [ -111.43035364884102, 40.665153242818143 ], [ -111.43040001484914, 40.665004426036283 ], [ -111.43045870329416, 40.664932137459346 ], [ -111.43056433638367, 40.664801117094093 ], [ -111.43065857334942, 40.664737704576019 ], [ -111.43077638379556, 40.664660690947919 ], [ -111.43109501877652, 40.664537883965146 ], [ -111.43139602329019, 40.664433159424362 ], [ -111.43157863737709, 40.664315363577096 ], [ -111.43187394926541, 40.664062015084234 ], [ -111.43224338173889, 40.663745327299246 ], [ -111.4326374210477, 40.663392511215626 ], [ -111.43290794005702, 40.663148261668447 ], [ -111.43308993615679, 40.662935874088831 ], [ -111.43379451199507, 40.662126948064284 ], [ -111.43432032867891, 40.661483549928072 ], [ -111.43486330518451, 40.660933775514614 ], [ -111.4350929820927, 40.660778861011323 ], [ -111.43522276229707, 40.660725220406931 ], [ -111.4353053352168, 40.660688874221464 ], [ -111.43548263258366, 40.660665683865204 ], [ -111.43557244952895, 40.660651831995359 ], [ -111.4360318283443, 40.660528480340595 ], [ -111.43643986005934, 40.660513425719401 ], [ -111.43656886095177, 40.660521946791036 ], [ -111.43687772406213, 40.660537895205387 ], [ -111.43784216295542, 40.660584691102414 ], [ -111.43871134092569, 40.660536348372013 ], [ -111.43906019470141, 40.660517004951494 ], [ -111.43965738006247, 40.660483202104878 ], [ -111.43972123003135, 40.660478454607819 ], [ -111.44009965111798, 40.660458094574167 ], [ -111.44070896447236, 40.66029000998104 ], [ -111.44074439370924, 40.660280866022703 ], [ -111.44098645368307, 40.660212376348063 ], [ -111.44162658450057, 40.660054078816671 ], [ -111.44210222954742, 40.659888299770103 ], [ -111.44234416767726, 40.659801790252928 ], [ -111.44250945215909, 40.659751608935593 ], [ -111.44302420132375, 40.659596486701673 ], [ -111.44343526732837, 40.659504821510396 ], [ -111.44353093603416, 40.659481932247594 ], [ -111.4438442947199, 40.659462710713861 ], [ -111.44399213183883, 40.659457637993391 ], [ -111.44404769995182, 40.659452919949089 ], [ -111.4444830800559, 40.659460253566962 ], [ -111.4445837492076, 40.659477883473564 ], [ -111.44486209823789, 40.659530863815895 ], [ -111.44496237851115, 40.659489938139025 ], [ -111.445080552379, 40.659471465232386 ], [ -111.44515738332298, 40.65946216032841 ], [ -111.44516311834465, 40.659435112025605 ], [ -111.44516177691619, 40.659233321618608 ], [ -111.44516735621484, 40.659182851213259 ], [ -111.44516711667289, 40.659146817210988 ], [ -111.4451739088332, 40.659100846494432 ], [ -111.44518333349362, 40.658917032032427 ], [ -111.44524743609405, 40.658772645161804 ], [ -111.44534072204334, 40.65856958894269 ], [ -111.44553972072133, 40.658253515640169 ], [ -111.4455923824256, 40.658167729471636 ], [ -111.44562748016308, 40.658109037262008 ], [ -111.44575139973827, 40.657887844997575 ], [ -111.44579110888517, 40.657811117467361 ], [ -111.44617141225375, 40.657188045985762 ], [ -111.44647058824106, 40.656817531484386 ], [ -111.44673495949894, 40.656549850428981 ], [ -111.44721651906545, 40.656035389314098 ], [ -111.44754826268004, 40.655583667195806 ], [ -111.44773186496552, 40.65526764965179 ], [ -111.44787194083543, 40.654987835581366 ], [ -111.44789529674141, 40.654942701303042 ], [ -111.44811853242658, 40.654716616755429 ], [ -111.4484010295952, 40.654508319137328 ], [ -111.44868400779237, 40.654372088860327 ], [ -111.44874415182728, 40.65434482893194 ], [ -111.44940363928967, 40.654085515132714 ], [ -111.44978700359859, 40.653926369568687 ], [ -111.4501526841081, 40.653776300407849 ], [ -111.45081307044751, 40.653476435718233 ], [ -111.45131501400559, 40.65336186576981 ], [ -111.45168141696583, 40.653319893811165 ], [ -111.45210671749663, 40.653241655148726 ], [ -111.45265087160665, 40.653247631228481 ], [ -111.4530302955439, 40.653382175234462 ], [ -111.4530718163615, 40.653400029807955 ], [ -111.45342757320833, 40.653532863613087 ], [ -111.45366438928923, 40.653568869292094 ], [ -111.45392585580663, 40.653576850496897 ], [ -111.45408441613606, 40.65358523582286 ], [ -111.45413169270471, 40.653579644660113 ], [ -111.45424397605028, 40.653566590783619 ], [ -111.4543562226854, 40.65354813169936 ], [ -111.45518926046381, 40.653418728565512 ], [ -111.45599839315348, 40.653253378871923 ], [ -111.45608697615312, 40.653234110676102 ], [ -111.45615785355892, 40.653220317599988 ], [ -111.45660690277835, 40.653156382532948 ], [ -111.45708514665478, 40.653037376854627 ], [ -111.45791216616604, 40.652894464795729 ], [ -111.45870985849592, 40.652787698274196 ], [ -111.45921775890507, 40.65268207906049 ], [ -111.45931814362417, 40.652659157956727 ], [ -111.4594362704654, 40.652636166176102 ], [ -111.45965496100078, 40.652616377508636 ], [ -111.45991030001865, 40.652593739846722 ], [ -111.46007427774101, 40.652530025463385 ], [ -111.46018636625364, 40.652489039495677 ], [ -111.46024995944657, 40.652448246720169 ], [ -111.46041007845629, 40.652339503543566 ], [ -111.46050968806611, 40.652203975253549 ], [ -111.46055075176541, 40.652155164291187 ], [ -111.46063815490086, 40.651964731258126 ], [ -111.4606848473578, 40.651874457589436 ], [ -111.46071983563778, 40.651802248078688 ], [ -111.46088901691716, 40.651463745195592 ], [ -111.46090647985805, 40.651423136162755 ], [ -111.46096481349633, 40.651305789686049 ], [ -111.46122077392235, 40.65085883494838 ], [ -111.46133236659274, 40.65057461382041 ], [ -111.46134979801573, 40.650529500470036 ], [ -111.46144286863866, 40.650303910043419 ], [ -111.46151624209415, 40.649794622864391 ], [ -111.46170913157704, 40.649465032662633 ], [ -111.46184384430418, 40.64927531034337 ], [ -111.46220166267825, 40.648850467730007 ], [ -111.46251269567233, 40.648502385711708 ], [ -111.46271743502118, 40.648177250674621 ], [ -111.46278699259919, 40.647973374288924 ], [ -111.46285668668749, 40.647789316548312 ], [ -111.46289627078166, 40.647527003371565 ], [ -111.46298856012554, 40.64718970626997 ], [ -111.46311691522385, 40.64693694666385 ], [ -111.46318441632528, 40.646778121982685 ], [ -111.463238141193, 40.646508544927286 ], [ -111.46330138329866, 40.646247037524894 ], [ -111.46334563846364, 40.645805431290086 ], [ -111.46346695446404, 40.645390541997557 ], [ -111.46360174761143, 40.645214330314808 ], [ -111.46379511270592, 40.644956804492786 ], [ -111.46400743296778, 40.644874872803634 ], [ -111.46407244265306, 40.644869206316855 ], [ -111.46419087241287, 40.644892153071368 ], [ -111.46422638387941, 40.644896514694196 ], [ -111.46435131400479, 40.645004117400696 ], [ -111.46447007508671, 40.64507480890898 ], [ -111.46495685497371, 40.645344013333457 ], [ -111.4654791757257, 40.64562118030495 ], [ -111.46576439859751, 40.645818222710624 ], [ -111.46589499579801, 40.645889765873775 ], [ -111.46604912182244, 40.645943196435532 ], [ -111.4663040592642, 40.646036759117528 ], [ -111.46635380770621, 40.64604736871695 ], [ -111.46669503891057, 40.646134275880556 ], [ -111.46702641378283, 40.646164466786949 ], [ -111.4671741629916, 40.646151256901156 ], [ -111.46728053660424, 40.646140916885123 ], [ -111.46733845732659, 40.646136178119583 ], [ -111.46744122623144, 40.64611774467113 ], [ -111.46775896271659, 40.646057901206966 ], [ -111.46813679571484, 40.645966282640856 ], [ -111.46821354488243, 40.645947953984475 ], [ -111.4685617463348, 40.645847445420351 ], [ -111.46958288007299, 40.645573035114865 ], [ -111.47033236809189, 40.64535377498084 ], [ -111.4706098555004, 40.645289583223821 ], [ -111.47115866190845, 40.645125187884361 ], [ -111.47166047568216, 40.645006025625229 ], [ -111.47205556138994, 40.64484675815433 ], [ -111.47269140838519, 40.644447772217703 ], [ -111.47300853407403, 40.644135671831322 ], [ -111.47331936171139, 40.643769543876573 ], [ -111.47365809640117, 40.643169073087989 ], [ -111.4737395438743, 40.642979555217572 ], [ -111.4738501427081, 40.642731360785788 ], [ -111.47400038671228, 40.642236163711694 ], [ -111.47415483323707, 40.641499514564252 ], [ -111.47416017896727, 40.641419314709836 ], [ -111.47421027266198, 40.640977680080063 ], [ -111.47424399750989, 40.640729800843701 ], [ -111.47437130942208, 40.640337397108553 ], [ -111.47455129398543, 40.639868202346818 ], [ -111.4746152451138, 40.639713889806202 ], [ -111.47477107065603, 40.639173624766592 ], [ -111.47483455466374, 40.638953550081538 ], [ -111.47501995985951, 40.638415865639303 ], [ -111.47506048731954, 40.638294080694301 ], [ -111.47524004645935, 40.637766329526578 ], [ -111.47543510386875, 40.637089869694798 ], [ -111.47558029972924, 40.636553250603029 ], [ -111.47572440670348, 40.636030148910336 ], [ -111.47588404232427, 40.635196180697832 ], [ -111.47598298758034, 40.634975058231547 ], [ -111.47612824003724, 40.63461410892829 ], [ -111.47612686415223, 40.634420426179986 ], [ -111.47607812489218, 40.634217929923793 ], [ -111.47595249266168, 40.634011246186219 ], [ -111.47577374563575, 40.633818294285625 ], [ -111.47563088939512, 40.633683751261309 ], [ -111.47543450293919, 40.63350438461795 ], [ -111.47506522288555, 40.63312303175352 ], [ -111.47483323807906, 40.632925792966283 ], [ -111.47449521596883, 40.632783042030439 ], [ -111.47417531452078, 40.63269426830081 ], [ -111.47410360239954, 40.632586457519096 ], [ -111.47418500417325, 40.632392434813362 ], [ -111.47428465215826, 40.632270407252442 ], [ -111.47465444491645, 40.631890519717494 ], [ -111.47479672940399, 40.631778226104828 ], [ -111.47500016834636, 40.631618835203696 ], [ -111.47506603379169, 40.63156901604961 ], [ -111.4752952678616, 40.631378888696524 ], [ -111.47549506764787, 40.631206899616778 ], [ -111.47559512694548, 40.63114342621229 ], [ -111.47611072557685, 40.63048366154748 ], [ -111.47646915427818, 40.630171380742681 ], [ -111.47673934751825, 40.629922524486211 ], [ -111.47685710139025, 40.629853571670346 ], [ -111.47710997902516, 40.629664243923223 ], [ -111.477445937686, 40.629518715154738 ], [ -111.47775117928347, 40.62921115459482 ], [ -111.47784493620988, 40.629093652667592 ], [ -111.47795032404852, 40.628949076211789 ], [ -111.47799704161339, 40.628867803910552 ], [ -111.47808437173578, 40.628678258204289 ], [ -111.4782398554606, 40.628428972319362 ], [ -111.47825385767601, 40.62840278889356 ], [ -111.47832357934996, 40.62823133345745 ], [ -111.47858655983785, 40.627802327219825 ], [ -111.4786157268054, 40.627747252827497 ], [ -111.47875016186158, 40.627531385915525 ], [ -111.47923048880486, 40.626907788309744 ], [ -111.47945243051562, 40.626528498570813 ], [ -111.4795166542923, 40.626415622233047 ], [ -111.47972092213593, 40.62604541410839 ], [ -111.47983757653373, 40.625824214467926 ], [ -111.47994221338399, 40.625576038313966 ], [ -111.47997710291231, 40.625494814325009 ], [ -111.48008742460223, 40.625215083679613 ], [ -111.48010470792707, 40.625151950389778 ], [ -111.48016838091885, 40.624962501345344 ], [ -111.48015388038603, 40.624588697342162 ], [ -111.48046499880995, 40.624281104966926 ], [ -111.48055922839912, 40.624231164629101 ], [ -111.48073008174187, 40.624149374565924 ], [ -111.48085974781132, 40.624094782082622 ], [ -111.4812428655631, 40.623935532651316 ], [ -111.48134888476469, 40.623881038150891 ], [ -111.48177218310093, 40.623554957065963 ], [ -111.48218909620006, 40.623327997656716 ], [ -111.48235528088514, 40.623255233455048 ], [ -111.48306965791978, 40.623126124682919 ], [ -111.48375552732001, 40.622979113345792 ], [ -111.48455546710917, 40.622583877936648 ], [ -111.48561014820139, 40.622101982717119 ], [ -111.48621535896555, 40.621594944628036 ], [ -111.4864910333728, 40.621296493917413 ], [ -111.48674358345814, 40.621070210257656 ], [ -111.48688381836426, 40.620844399584065 ], [ -111.486941066356, 40.620587407912353 ], [ -111.48695023939844, 40.620222513505226 ], [ -111.48688560069091, 40.619461543742865 ], [ -111.48671440123974, 40.618678500995387 ], [ -111.48654513389646, 40.618161208967059 ], [ -111.48650744593684, 40.617855068962001 ], [ -111.48650515865803, 40.617539771024425 ], [ -111.48655061624092, 40.617287333461057 ], [ -111.48661834444279, 40.61684561747002 ], [ -111.48666370310042, 40.616579667065885 ], [ -111.48668864865191, 40.615944442256065 ], [ -111.4866574604585, 40.615719353910343 ], [ -111.48659159218282, 40.615602517155473 ], [ -111.48648986749507, 40.615431778652543 ], [ -111.48644770813014, 40.6153238507315 ], [ -111.48626084353603, 40.614986807929846 ], [ -111.48609995522698, 40.614645151080943 ], [ -111.48594451504384, 40.614402567786755 ], [ -111.48571119380078, 40.614016171123744 ], [ -111.48553172277883, 40.613719635535674 ], [ -111.48520276188535, 40.613184994691366 ], [ -111.48504253479524, 40.612933421426106 ], [ -111.48501748253727, 40.612901995848723 ], [ -111.4844022240201, 40.612008202682382 ], [ -111.48375135728472, 40.611092033225425 ], [ -111.48335068825644, 40.610445077145101 ], [ -111.4829616529658, 40.609771044542185 ], [ -111.48293775249935, 40.609735109276542 ], [ -111.48278152486731, 40.609379914760105 ], [ -111.48262539612064, 40.609038232797928 ], [ -111.48261874062077, 40.608934659383998 ], [ -111.48263013973489, 40.608876054537284 ], [ -111.48274110433513, 40.608690910354575 ], [ -111.48304718265987, 40.60835180056479 ], [ -111.48379551455834, 40.607380222055589 ], [ -111.48436926880471, 40.606625582148958 ], [ -111.48479023108847, 40.605993199609891 ], [ -111.48494752016298, 40.60567723108943 ], [ -111.4849984300546, 40.605361709081158 ], [ -111.48506618978624, 40.604924497366284 ], [ -111.48513391609443, 40.604482781316129 ], [ -111.48516544334572, 40.603775457373104 ], [ -111.48516971515747, 40.603712377761227 ], [ -111.48522184186344, 40.602748216064697 ], [ -111.4853307368442, 40.60227930034862 ], [ -111.48538879021386, 40.602134915408207 ], [ -111.48561113795641, 40.601827681186428 ], [ -111.4858168312185, 40.60166916198795 ], [ -111.48620526211644, 40.601446811653844 ], [ -111.48653978018903, 40.601287748812297 ], [ -111.48695909926865, 40.601087787854553 ], [ -111.48736479343144, 40.600802299130862 ], [ -111.48801142831529, 40.600331110547913 ], [ -111.48866997128596, 40.599873381163768 ], [ -111.48906964297895, 40.599574398670647 ], [ -111.48926484853111, 40.599438439738513 ], [ -111.48954629673122, 40.599297610576706 ], [ -111.48966451629613, 40.599301613874225 ], [ -111.48979475179463, 40.599332592545323 ], [ -111.49010985467142, 40.599592511582863 ], [ -111.49024088066335, 40.599731592173967 ], [ -111.49060411848906, 40.600108420115575 ], [ -111.49099043789619, 40.600408573854388 ], [ -111.49155480336496, 40.600811570053132 ], [ -111.49191237607006, 40.601219948741601 ], [ -111.49222109844497, 40.601574481604381 ], [ -111.49254948679322, 40.601870372482139 ], [ -111.49289382932582, 40.602085115029844 ], [ -111.49318385547338, 40.602146037817299 ], [ -111.49343193207186, 40.602127861559239 ], [ -111.49380902960702, 40.602135258791634 ], [ -111.49415963973463, 40.602237360624848 ], [ -111.49445027173408, 40.602380257806601 ], [ -111.49480564500541, 40.602486841685433 ], [ -111.49511941940125, 40.60256207196025 ], [ -111.49548641436841, 40.602641577491603 ], [ -111.49594245415598, 40.602774752406276 ], [ -111.49664826784378, 40.60311855878836 ], [ -111.49713952369866, 40.6033777008372 ], [ -111.49759194626832, 40.603659530099691 ], [ -111.49814409093368, 40.603999484770789 ], [ -111.4984232875382, 40.60419196963938 ], [ -111.49861984931493, 40.604398323794996 ], [ -111.49875728087945, 40.604600428553425 ], [ -111.49887090657748, 40.604780113950589 ], [ -111.49899628553995, 40.604950739648082 ], [ -111.49933515684306, 40.605219539284157 ], [ -111.4994900200614, 40.60538102815557 ], [ -111.49957322766565, 40.605443729920644 ], [ -111.49976301444244, 40.605532996928638 ], [ -111.49998920088593, 40.605748229309953 ], [ -111.50020910947084, 40.605913940008676 ], [ -111.50049412909324, 40.606092881363104 ], [ -111.50073710830718, 40.606181916247536 ], [ -111.50100957058478, 40.60626181393075 ], [ -111.50135909840516, 40.60637290728156 ], [ -111.50183307338519, 40.606528502943995 ], [ -111.5024720912707, 40.606624821561759 ], [ -111.50302837803665, 40.606722397859549 ], [ -111.50341471569054, 40.606854945773854 ], [ -111.5036373708102, 40.606912532312947 ], [ -111.50391017566089, 40.606879811628737 ], [ -111.50401672232157, 40.606744214718766 ], [ -111.50407994091562, 40.606662859620457 ], [ -111.50421461773306, 40.606495608947114 ], [ -111.50443199918834, 40.606323492542288 ], [ -111.50461260248233, 40.606133518807162 ], [ -111.50477165798752, 40.605907603747916 ], [ -111.50508797152312, 40.605531454755138 ], [ -111.50531143388011, 40.605382732970796 ], [ -111.50550618765551, 40.605345845559754 ], [ -111.50576190075923, 40.605398778934742 ], [ -111.50587925555975, 40.605443309011598 ], [ -111.50597405112173, 40.605474424591506 ], [ -111.506181813886, 40.605595133097793 ], [ -111.5063724256612, 40.605792491238255 ], [ -111.50661024980998, 40.605980633180899 ], [ -111.50684736071167, 40.606074185340013 ], [ -111.50702476031491, 40.606086919932295 ], [ -111.50751494269441, 40.606039723089353 ], [ -111.50845451629807, 40.606022077552147 ], [ -111.50934178922839, 40.606121769435006 ], [ -111.50986299159321, 40.6062681150473 ], [ -111.51004066617192, 40.60631687899312 ], [ -111.51047277681209, 40.606405058028841 ], [ -111.51092866557876, 40.606511147862271 ], [ -111.51146179730557, 40.606670946667194 ], [ -111.51187195608135, 40.6069799332424 ], [ -111.51235411209667, 40.607429136238537 ], [ -111.5125153621191, 40.607648235499468 ], [ -111.51259288106999, 40.607737979471665 ], [ -111.51278334560693, 40.607912805578302 ], [ -111.51305579453944, 40.607988170445452 ], [ -111.51332721012857, 40.607928407303163 ], [ -111.51370390966973, 40.607724935425722 ], [ -111.51402093193394, 40.607601005338672 ], [ -111.51435273107028, 40.607554484236267 ], [ -111.51467771413476, 40.607544027744567 ], [ -111.51491401195695, 40.607529461343994 ], [ -111.51531614356188, 40.60756009956048 ], [ -111.51602144069352, 40.607817304880456 ], [ -111.51673311123913, 40.608133935414443 ], [ -111.51713637913767, 40.608311405572863 ], [ -111.51757526277787, 40.608508534068712 ], [ -111.51823358261427, 40.608802872370845 ], [ -111.51891506110702, 40.609034041291082 ], [ -111.51957881370571, 40.609265285915548 ], [ -111.51999951921343, 40.609403028881673 ], [ -111.52027194720993, 40.609473872380747 ], [ -111.52049201645481, 40.609499907234493 ], [ -111.52100467243176, 40.609452551861068 ], [ -111.52151210227427, 40.609341255378645 ], [ -111.52190123569649, 40.609218779838756 ], [ -111.52265546867424, 40.609075732951851 ], [ -111.5235659373355, 40.608958999399107 ], [ -111.52426878809767, 40.60889725402896 ], [ -111.52474202276197, 40.608949157731246 ], [ -111.52506767343212, 40.60902335161866 ], [ -111.52531671839995, 40.609126721168899 ], [ -111.52556618053221, 40.609283240156458 ], [ -111.52573863478985, 40.609417587176246 ], [ -111.52605986918964, 40.609681883865257 ], [ -111.52644059733947, 40.60999545683957 ], [ -111.52671455514407, 40.610259967148949 ], [ -111.52685923165171, 40.610619658895068 ], [ -111.52705051995599, 40.610893554240292 ], [ -111.52714020126901, 40.611023772411201 ], [ -111.52733074829206, 40.611203078368042 ], [ -111.52762333141222, 40.611580111269369 ], [ -111.52774915044448, 40.611795747343322 ], [ -111.52782676540521, 40.611894489333991 ], [ -111.52794668744502, 40.611961507132072 ], [ -111.52804017837789, 40.611974592921484 ], [ -111.52811704925199, 40.611978745844723 ], [ -111.52818800971815, 40.611982925746219 ], [ -111.52837682373153, 40.611941522569104 ], [ -111.52919228298258, 40.611915267156625 ], [ -111.52999559330149, 40.611847621314801 ], [ -111.53050371696031, 40.611823667421135 ], [ -111.53123703464524, 40.611874349530126 ], [ -111.53234410320975, 40.612098976250842 ], [ -111.53352173895632, 40.61227732157591 ], [ -111.53427914314378, 40.612382826678527 ], [ -111.53554343903281, 40.61230940533644 ], [ -111.53631705816915, 40.612224736509347 ], [ -111.53699077506253, 40.612212597313203 ], [ -111.5375057763864, 40.612309298357133 ], [ -111.53798556938594, 40.612437691853309 ], [ -111.53845967069364, 40.612593136239013 ], [ -111.53889787708393, 40.612694693454316 ], [ -111.53917671912012, 40.612824019430981 ], [ -111.53930722048753, 40.612881967227636 ], [ -111.53944417594094, 40.613007450608166 ], [ -111.53969952326148, 40.613154902611548 ], [ -111.53996002076831, 40.613207737745114 ], [ -111.54026711349537, 40.613174770897935 ], [ -111.54059135660114, 40.613069652696815 ], [ -111.54083259758025, 40.61293339154571 ], [ -111.54132145961023, 40.61271939491796 ], [ -111.54175712445723, 40.612505645761125 ], [ -111.54226305624677, 40.612210486015798 ], [ -111.54352923484146, 40.611641485290612 ], [ -111.5445347161502, 40.610997125389005 ], [ -111.54594761920784, 40.610305787639575 ], [ -111.54616549172543, 40.610205660923114 ], [ -111.54658963455553, 40.61003248752241 ], [ -111.54696142796703, 40.609963161530018 ], [ -111.54756386601105, 40.609910758684457 ], [ -111.5483421696151, 40.609825987135338 ], [ -111.54955494397289, 40.609820222971152 ], [ -111.5505827281181, 40.609743257784984 ], [ -111.55120248461579, 40.609641205083605 ], [ -111.55163920884897, 40.609562545360376 ], [ -111.55228275102306, 40.609478390829857 ], [ -111.55283789890848, 40.609426186602619 ], [ -111.553262531972, 40.609315146988166 ], [ -111.55326795105573, 40.609398902739173 ], [ -111.5532354113258, 40.609466624502602 ], [ -111.55318839650865, 40.609642521014486 ], [ -111.55320709942168, 40.609903686209329 ], [ -111.55327455616465, 40.610199752112379 ], [ -111.55347280458625, 40.610731221412372 ], [ -111.55361188587372, 40.610968386728139 ], [ -111.55383693904903, 40.611166401874492 ], [ -111.55397369476262, 40.611264842630099 ], [ -111.55415770380446, 40.611359452995693 ], [ -111.55433538612463, 40.61140364424913 ], [ -111.5546125933509, 40.611475284582319 ], [ -111.55482148696068, 40.611576981412597 ], [ -111.5549879383819, 40.611692394986719 ], [ -111.55524053271527, 40.611789376662429 ], [ -111.55529735433252, 40.611799013143852 ], [ -111.55546186414519, 40.611822545791028 ], [ -111.55553980650078, 40.611813162133217 ], [ -111.55570397313046, 40.611795255690545 ], [ -111.55593523419461, 40.611742792710217 ], [ -111.55621284223319, 40.611719835057002 ], [ -111.55644726638053, 40.611763749781915 ], [ -111.55665486942492, 40.611851936330254 ], [ -111.55683942973634, 40.61201230384895 ], [ -111.55699131156365, 40.612223277837721 ], [ -111.55710396106527, 40.612407414522394 ], [ -111.55716370136113, 40.61248370097875 ], [ -111.55722461639776, 40.612559080857309 ], [ -111.55741266640825, 40.612712223574249 ], [ -111.55775202520044, 40.612864635381491 ], [ -111.55831368700616, 40.613024079677061 ], [ -111.55853426945119, 40.613108596561268 ], [ -111.55872922147748, 40.613238280909357 ], [ -111.55885610022892, 40.61342685139347 ], [ -111.55893606329195, 40.613659791798732 ], [ -111.55900950485828, 40.613961230412556 ], [ -111.55905848082968, 40.61473124377796 ], [ -111.55902541975001, 40.61501968464114 ], [ -111.55893407740881, 40.615407504075371 ], [ -111.5587702479552, 40.615750630260059 ], [ -111.55856165270062, 40.616112891129276 ], [ -111.55835934382117, 40.616662503702699 ], [ -111.55821458054145, 40.617024455281026 ], [ -111.5580466445092, 40.617443273893478 ], [ -111.55784588436359, 40.618037921830322 ], [ -111.55768990177762, 40.618615236486839 ], [ -111.55762039331435, 40.618786738746607 ], [ -111.55753929467051, 40.618986224099409 ], [ -111.55751219500986, 40.619139504008686 ], [ -111.55750544737165, 40.619323315482688 ], [ -111.55758457536086, 40.619597700952397 ], [ -111.557749996716, 40.61972843022302 ], [ -111.55808699003011, 40.619876347837454 ], [ -111.5585688458694, 40.620099237587446 ], [ -111.55910889677318, 40.620353374284754 ], [ -111.55945885560287, 40.620495819840443 ], [ -111.55951818494655, 40.620521657849785 ], [ -111.55978479530833, 40.620593336917175 ], [ -111.56011069833018, 40.620686348865149 ], [ -111.56060039042067, 40.620855139482288 ], [ -111.56110663626535, 40.621023847589527 ], [ -111.56210753966211, 40.621388339815894 ], [ -111.56292654884912, 40.621632091737368 ], [ -111.56362543725959, 40.621790840853599 ], [ -111.56420670255379, 40.622021329648533 ], [ -111.56473928683549, 40.622226829020832 ], [ -111.56536137674341, 40.622390447491178 ], [ -111.56581928723206, 40.622572884603308 ], [ -111.56609696341488, 40.622693142147533 ], [ -111.56667363765808, 40.622938054983159 ], [ -111.56695119499612, 40.623043897025056 ], [ -111.56742021971458, 40.623281226634141 ], [ -111.56757660756749, 40.62345883163443 ], [ -111.56760884149533, 40.623635244923108 ], [ -111.56753011587128, 40.623972559449236 ], [ -111.56749061147706, 40.624194369063041 ], [ -111.56745045060181, 40.62447834231962 ], [ -111.5674465213973, 40.624712589359589 ], [ -111.56748369832897, 40.624914202881335 ], [ -111.56756886936132, 40.625198461101327 ], [ -111.56760010488053, 40.625396500263449 ], [ -111.56766619216658, 40.625661032910976 ], [ -111.56769324049786, 40.625923054786952 ], [ -111.56774186833469, 40.626080468985101 ], [ -111.56783225933177, 40.626282721605875 ], [ -111.56789129981989, 40.626413058264596 ], [ -111.56783084135243, 40.626673708587902 ], [ -111.56784309230351, 40.626863733093565 ], [ -111.56787962309077, 40.626988775167412 ], [ -111.56789782367407, 40.627043639075751 ], [ -111.56797593510855, 40.627191899401417 ], [ -111.56807514592371, 40.627318434874127 ], [ -111.56816792723824, 40.627523378052722 ], [ -111.56821214214513, 40.627857385292316 ], [ -111.56823730874846, 40.628036535663405 ], [ -111.56829757978569, 40.62817227126812 ], [ -111.56835231348235, 40.628352176978865 ], [ -111.56840689471589, 40.628514065902593 ], [ -111.56846780820921, 40.628725471764156 ], [ -111.56864775423308, 40.629029982557512 ], [ -111.56886730659478, 40.62926402970276 ], [ -111.56897016873899, 40.629402257743507 ], [ -111.56930624839349, 40.629433933855303 ], [ -111.56977413509605, 40.629391987883359 ], [ -111.57005180068649, 40.629506830515439 ], [ -111.57031818751349, 40.629685690304079 ], [ -111.57047993511257, 40.62979569904126 ], [ -111.57065212537555, 40.629882233198721 ], [ -111.57085260143329, 40.6299578167826 ], [ -111.57120965277896, 40.630091182550061 ], [ -111.57151086409615, 40.630193292938003 ], [ -111.57170802533609, 40.630295917681039 ], [ -111.57194527346364, 40.630384830436498 ], [ -111.57214697330795, 40.630464910074913 ], [ -111.5723549625344, 40.630589101056472 ], [ -111.572620867278, 40.630710301881656 ], [ -111.57288962282767, 40.630888243060532 ], [ -111.57316899839205, 40.631063428273428 ], [ -111.57354867708727, 40.631352525785402 ], [ -111.57383492717415, 40.631501549858896 ], [ -111.57427466012636, 40.631760617668704 ], [ -111.57456596757693, 40.631947451497261 ], [ -111.57490210079588, 40.632121449196099 ], [ -111.5752653930365, 40.632290806250587 ], [ -111.57555144980718, 40.632416404257036 ], [ -111.57579527268996, 40.632580949734987 ], [ -111.57605119987907, 40.632777865793209 ], [ -111.57629651240767, 40.633115370648262 ], [ -111.57647627343627, 40.633392843620868 ], [ -111.57660032555046, 40.633517445833476 ], [ -111.57670971155275, 40.633724100709379 ], [ -111.57670611337922, 40.633855646318878 ], [ -111.57667288728932, 40.634117065764592 ], [ -111.5766589214758, 40.634418027478709 ], [ -111.57660781059015, 40.634662419578696 ], [ -111.57656412743661, 40.63494551214805 ], [ -111.57658018485937, 40.635162542626013 ], [ -111.57655057489569, 40.635432051791199 ], [ -111.57646986960259, 40.635672988041591 ], [ -111.57648118144377, 40.635888240447713 ], [ -111.57649439343287, 40.636049430924821 ], [ -111.57635745390618, 40.636351907207931 ], [ -111.57632715037641, 40.636403408255752 ], [ -111.57622250639854, 40.636611131432019 ], [ -111.57616712455045, 40.636771763298547 ], [ -111.57630585286434, 40.636952146694561 ], [ -111.57632981302076, 40.636988062070465 ], [ -111.57640279093488, 40.637085893077845 ], [ -111.57659689744501, 40.637242576972284 ], [ -111.57674122265692, 40.637385996060019 ], [ -111.57694976153788, 40.637570534353941 ], [ -111.57703918777608, 40.637655670537519 ], [ -111.57715836363472, 40.637762278936364 ], [ -111.57731947941511, 40.63793263957389 ], [ -111.57744697007712, 40.638180643249413 ], [ -111.57756696272979, 40.638381838850059 ], [ -111.57774577052602, 40.638683637911157 ], [ -111.57780240257587, 40.639079738880092 ], [ -111.57780372301328, 40.639232880750193 ], [ -111.57777815533687, 40.639422192082328 ], [ -111.57769105553602, 40.639607306869017 ], [ -111.57757482596682, 40.639843016186667 ], [ -111.57754133903835, 40.639936874489457 ], [ -111.57751906716263, 40.640234274048993 ], [ -111.57753183762985, 40.640481049443061 ], [ -111.57753378640379, 40.64070715886438 ], [ -111.5775190858555, 40.640922541065081 ], [ -111.57750893700265, 40.641117180411989 ], [ -111.57750348989362, 40.641171260038384 ], [ -111.57749226706645, 40.641378516969354 ], [ -111.57747792338729, 40.641635337514749 ], [ -111.57745597938546, 40.641833639309411 ], [ -111.57738875983763, 40.642130362630525 ], [ -111.57735475647594, 40.642301698498379 ], [ -111.57734884564509, 40.642576494283816 ], [ -111.57737370885005, 40.642716906140599 ], [ -111.57747111306932, 40.643040733308624 ], [ -111.57749548756667, 40.643124392585833 ], [ -111.5775674699382, 40.643242947790995 ], [ -111.57765008844214, 40.643360548871314 ], [ -111.57777447988656, 40.643522083655633 ], [ -111.57790848062282, 40.643700686791973 ], [ -111.57805068280994, 40.643870239985262 ], [ -111.57814621868224, 40.643976965561343 ], [ -111.57824177818352, 40.644086393555369 ], [ -111.57835371612946, 40.64417501936942 ], [ -111.57845257530575, 40.644255602735321 ], [ -111.57848956389562, 40.644293254092915 ], [ -111.57864126888926, 40.644467263294018 ], [ -111.57866161506341, 40.64449508838883 ], [ -111.57869979433191, 40.644533634583027 ], [ -111.57882029234341, 40.644654648447961 ], [ -111.5788786780295, 40.644704804638948 ], [ -111.57906461963398, 40.644871434656558 ], [ -111.579201894145, 40.645017588414511 ], [ -111.57935823200749, 40.645179862066698 ], [ -111.5794881936622, 40.645300827736307 ], [ -111.57974344009675, 40.64541215561357 ], [ -111.58007557617051, 40.645524898450695 ], [ -111.5801408567355, 40.645551596676412 ], [ -111.58038904041153, 40.64566656208973 ], [ -111.58066294696641, 40.64574716447553 ], [ -111.58078540997018, 40.645821321014409 ], [ -111.58090072254336, 40.645889207286473 ], [ -111.58117943944721, 40.645978792965217 ], [ -111.58146962417921, 40.646026880100763 ], [ -111.58189955923828, 40.646232815876765 ], [ -111.58209894551905, 40.646311988591471 ], [ -111.58230089337039, 40.646413669846936 ], [ -111.58245550324263, 40.646511986038959 ], [ -111.58273549415732, 40.646747502798938 ], [ -111.58279859182983, 40.646794930586154 ], [ -111.58292595445438, 40.64688797841886 ], [ -111.58336366845054, 40.647035312743604 ], [ -111.58355203011308, 40.64707039589576 ], [ -111.58373687529132, 40.647109100004329 ], [ -111.5838980040201, 40.64714071676454 ], [ -111.58430066935949, 40.647201741031445 ], [ -111.58444065153701, 40.647249679727658 ], [ -111.58461506570468, 40.647312758763192 ], [ -111.58472659286788, 40.647352733319082 ], [ -111.58490501183225, 40.647468042207798 ], [ -111.58498354185708, 40.647521696725327 ], [ -111.58511429175674, 40.647595806654849 ], [ -111.58536381584058, 40.647726970207458 ], [ -111.58551866941514, 40.647852307182291 ], [ -111.58567982300799, 40.648021754712239 ], [ -111.58581674815196, 40.648125561285852 ], [ -111.5859242477645, 40.648245732697276 ], [ -111.58610288396301, 40.648385362144481 ], [ -111.5862740223849, 40.648614215678791 ], [ -111.58650898163779, 40.648837339580858 ], [ -111.58654958855271, 40.648882176909282 ], [ -111.58671793038592, 40.649061496026192 ], [ -111.58686684438054, 40.649183257846012 ], [ -111.58702234218424, 40.649246429347002 ], [ -111.5870508303028, 40.649257995852182 ], [ -111.58753745819341, 40.649585239878888 ], [ -111.5876337733535, 40.649643306430249 ], [ -111.58770985570223, 40.64968706193406 ], [ -111.58795950796518, 40.649696601501311 ], [ -111.58814738116074, 40.649674924704982 ], [ -111.58839073203396, 40.649640352731076 ], [ -111.5885159516225, 40.64962259805327 ], [ -111.58863910647611, 40.649639086882182 ], [ -111.58878118515945, 40.649655479091535 ], [ -111.58904766505687, 40.649695560133864 ], [ -111.58919217281384, 40.649719146417652 ], [ -111.58934377709299, 40.6497426963019 ], [ -111.58970994863053, 40.649821004445371 ], [ -111.59006667496409, 40.649901161433029 ], [ -111.59046344858497, 40.649962194244722 ], [ -111.59080140362931, 40.650059561497706 ], [ -111.59113901161363, 40.65025152102691 ], [ -111.59137257142579, 40.650447615953567 ], [ -111.59159100078823, 40.650537485104657 ], [ -111.59178210009865, 40.65061307996551 ], [ -111.59204909509351, 40.650710807184481 ], [ -111.59220384857191, 40.650822622538193 ], [ -111.59229901066222, 40.650883393702067 ], [ -111.59254248778228, 40.650996555211393 ], [ -111.59291049843978, 40.65114781429569 ], [ -111.59321787068309, 40.651263348888847 ], [ -111.59349160626586, 40.65145382784803 ], [ -111.59387190449196, 40.651656370343296 ], [ -111.59393566903933, 40.65191098888981 ], [ -111.593920436129, 40.652060611827331 ], [ -111.59388135518084, 40.652322065413728 ], [ -111.59391132347183, 40.652500283727122 ], [ -111.59392585977001, 40.65267227530579 ], [ -111.5939441681878, 40.652869471859489 ], [ -111.59397624590245, 40.653285509185928 ], [ -111.59399032719497, 40.653406153438546 ], [ -111.59405259122605, 40.653758073598468 ], [ -111.59416635629442, 40.654048469503969 ], [ -111.59424642801567, 40.654274175995859 ], [ -111.59431355321323, 40.654507156022326 ], [ -111.59438010328323, 40.654675276278581 ], [ -111.59451249276398, 40.654931342841209 ], [ -111.59469290844744, 40.65526733937822 ], [ -111.59478338897868, 40.655465965723167 ], [ -111.59498413831022, 40.655693752580923 ], [ -111.59515308828803, 40.655937017778832 ], [ -111.59523704837721, 40.656067211202959 ], [ -111.5953481709479, 40.656458516906014 ], [ -111.59544516205158, 40.656723773514905 ], [ -111.59546937190315, 40.656785808714297 ], [ -111.59548261565212, 40.6568118656526 ], [ -111.59551745530553, 40.656872044281251 ], [ -111.59553671753987, 40.65690978148583 ], [ -111.59560765208003, 40.657038240053794 ], [ -111.59569812975889, 40.657235964756495 ], [ -111.59579472269313, 40.657456179580215 ], [ -111.59582029233614, 40.65753802682314 ], [ -111.59583125878888, 40.657574005039457 ], [ -111.59586785112302, 40.657698136284814 ], [ -111.59589870555129, 40.65784211626864 ], [ -111.59589673147288, 40.658152025745963 ], [ -111.59590356319558, 40.658388018425597 ], [ -111.59592942547039, 40.65863562418933 ], [ -111.59595959905219, 40.658703033703986 ], [ -111.59608608018902, 40.65895822788346 ], [ -111.59619276967902, 40.659116230160301 ], [ -111.5964136201857, 40.659341207961027 ], [ -111.59654045259893, 40.659502709338604 ], [ -111.59662798471064, 40.659634684943391 ], [ -111.59668431996374, 40.659717273858412 ], [ -111.59700534215446, 40.660031819779427 ], [ -111.59723238620546, 40.660287393512718 ], [ -111.59750063345567, 40.66052023184038 ], [ -111.59763795630022, 40.660663660294297 ], [ -111.59807105225161, 40.661074916959066 ], [ -111.59811519099986, 40.661116128326015 ], [ -111.59818803413928, 40.661192324882343 ], [ -111.59826445845556, 40.661272106314193 ], [ -111.59844189177605, 40.661402713784391 ], [ -111.59854546794503, 40.661476048213792 ], [ -111.59866336047459, 40.661562821364207 ], [ -111.59885262480398, 40.661693366852305 ], [ -111.59908725480834, 40.662002048787912 ], [ -111.59916571853969, 40.662177311173451 ], [ -111.59936257762028, 40.662495197202333 ], [ -111.59953795967941, 40.66279247440162 ], [ -111.5997052288555, 40.662976283940239 ], [ -111.59993115065355, 40.663236362373524 ], [ -111.60006471314624, 40.663487010812617 ], [ -111.60011544369033, 40.663735387016608 ], [ -111.60017623201705, 40.663917947470999 ], [ -111.60026123771024, 40.664162541950638 ], [ -111.60046833820027, 40.664302000676045 ], [ -111.60093225188206, 40.664583360885949 ], [ -111.60119278416342, 40.664744161051779 ], [ -111.60125946898819, 40.664792460739406 ], [ -111.60139048910561, 40.66489087397251 ], [ -111.60152198712395, 40.665042435824063 ], [ -111.60177216702701, 40.665235719870552 ], [ -111.60205612915425, 40.665370270754899 ], [ -111.60250082000313, 40.665485964976007 ], [ -111.60291584777727, 40.665591902818882 ], [ -111.60331876256481, 40.665666372055831 ], [ -111.60359300555938, 40.66577214212866 ], [ -111.60386525713902, 40.665919361917261 ], [ -111.60403922966259, 40.666057185685673 ], [ -111.60414651455849, 40.666146711238675 ], [ -111.60434159568976, 40.666263704117704 ], [ -111.60452299007062, 40.666568148970676 ], [ -111.60446316869857, 40.66688736959324 ], [ -111.60440622086898, 40.667131803049749 ], [ -111.60433160014213, 40.667384436785262 ], [ -111.60429785705789, 40.667578300086539 ], [ -111.60431604610899, 40.667758378552591 ], [ -111.60436515735196, 40.667956312523408 ], [ -111.60438955042611, 40.668037262983937 ], [ -111.60442001338653, 40.668135298160337 ], [ -111.60444421138538, 40.668194628790175 ], [ -111.60448700130891, 40.668347552374662 ], [ -111.60460391773758, 40.66845504439808 ], [ -111.60464687419653, 40.66849535852171 ], [ -111.60474853334027, 40.668616443315223 ], [ -111.60477467987805, 40.668760445269847 ], [ -111.60474762083376, 40.668908329371504 ], [ -111.60457922727228, 40.669127221315563 ], [ -111.60445362234493, 40.669236883976744 ], [ -111.60414641615455, 40.669413260230705 ], [ -111.60386492740052, 40.669555268179728 ], [ -111.60366489981804, 40.669677931338896 ], [ -111.60348371970198, 40.669791486961238 ], [ -111.60331787042875, 40.669899556983133 ], [ -111.60310788286267, 40.670098844995415 ], [ -111.60288043155461, 40.670329754187811 ], [ -111.60263634940716, 40.670422016069821 ], [ -111.60227193903323, 40.670685169196233 ], [ -111.60198382027063, 40.670880358334109 ], [ -111.60183367837419, 40.671025279900114 ], [ -111.60189770356686, 40.671171787612714 ], [ -111.60198606407236, 40.671261413736424 ], [ -111.60216912272244, 40.671355951149678 ], [ -111.60235574789385, 40.671583798094012 ], [ -111.60240016433748, 40.671786261607572 ], [ -111.60239056256206, 40.672034050323894 ], [ -111.60234578291288, 40.67231715639344 ], [ -111.60229514360601, 40.672475072400978 ], [ -111.60228477941487, 40.672638183503359 ], [ -111.60232666796719, 40.672822642842732 ], [ -111.60239177375058, 40.672957433315496 ], [ -111.60244072115277, 40.67313735143609 ], [ -111.60242479012595, 40.673339228880579 ], [ -111.60239222998362, 40.673533986137819 ], [ -111.60242354397499, 40.67372660838987 ], [ -111.60244247516736, 40.673858036255105 ], [ -111.60249798794771, 40.674109989454799 ], [ -111.60251261735326, 40.674420712346631 ], [ -111.60244495909306, 40.674659795232323 ], [ -111.6023366922131, 40.675119802400708 ], [ -111.60230885564845, 40.675313634067059 ], [ -111.60226878170788, 40.675462486197652 ], [ -111.60203129290996, 40.675632186937186 ], [ -111.60198793597924, 40.675810784697056 ], [ -111.60204724963209, 40.675959118496799 ], [ -111.60232593391007, 40.676159459199575 ], [ -111.60239016731454, 40.676196960500697 ], [ -111.60249280661833, 40.676294619449273 ], [ -111.60260230315686, 40.67649674308732 ], [ -111.60270486335527, 40.676716920161482 ], [ -111.60285194007895, 40.676887317022093 ], [ -111.60297359552182, 40.677125411471472 ], [ -111.60302679352027, 40.677251254995383 ], [ -111.60301919470415, 40.677458494059508 ], [ -111.60298630164726, 40.677616317546544 ], [ -111.60294650385461, 40.677795797881828 ], [ -111.60285927915263, 40.677964715448191 ], [ -111.60260029932965, 40.678245336121577 ], [ -111.60240714844282, 40.67834634027858 ], [ -111.60213600858191, 40.678590988677151 ], [ -111.60203813969558, 40.678760861984486 ], [ -111.60193886018057, 40.678905518293433 ], [ -111.60182170993291, 40.679036754668857 ], [ -111.60164775415387, 40.679298912611529 ], [ -111.60162440407157, 40.679465694604353 ], [ -111.60161977469474, 40.679740483021902 ], [ -111.60163407760285, 40.68001517277218 ], [ -111.60168930923217, 40.680235597230045 ], [ -111.60177420417403, 40.680464875709049 ], [ -111.60181140387152, 40.680653863751786 ], [ -111.60190715192049, 40.68090560720033 ], [ -111.60198572682326, 40.68108987512813 ], [ -111.60203679472616, 40.68137338172324 ], [ -111.60210973778192, 40.681589209235071 ], [ -111.60211184538895, 40.681823423455945 ], [ -111.60203136480291, 40.68208509433537 ], [ -111.60184590117964, 40.6823842479698 ], [ -111.60175359432483, 40.682515354701053 ], [ -111.60154135827747, 40.682732668555218 ], [ -111.60143660065428, 40.682926900520535 ], [ -111.60142682417015, 40.683155771416239 ], [ -111.6015513388365, 40.683447904158555 ], [ -111.60165585941557, 40.683753653934623 ], [ -111.60170966797099, 40.683947059675369 ], [ -111.60172439464255, 40.684005539203724 ], [ -111.60179627786275, 40.684234885323519 ], [ -111.60182335642452, 40.68448248226786 ], [ -111.60181953837875, 40.684715826402353 ], [ -111.60176819969718, 40.684928698316426 ], [ -111.60172255826809, 40.685248743522081 ], [ -111.60167806793876, 40.685433652850207 ], [ -111.60164386313988, 40.685577969603656 ], [ -111.60157467549661, 40.685780124028888 ], [ -111.60149437541961, 40.68593098696509 ], [ -111.60142946697871, 40.686082670528023 ], [ -111.60137152086558, 40.68621900307155 ], [ -111.60129630149277, 40.686408576611932 ], [ -111.60121520524805, 40.686602685029364 ], [ -111.60117556764166, 40.686801081835839 ], [ -111.60109556327802, 40.687116801300853 ], [ -111.60111598534105, 40.687413980542175 ], [ -111.60118243089103, 40.68769650627187 ], [ -111.60114515939634, 40.687894890710979 ], [ -111.60108003786313, 40.688023152644412 ], [ -111.60097384460195, 40.688190365548927 ], [ -111.60088832722543, 40.688419630439739 ], [ -111.60081930436533, 40.688640701633986 ], [ -111.60076167036416, 40.688812165934017 ], [ -111.60059798046028, 40.689034630424445 ], [ -111.60047525679656, 40.689206433166021 ], [ -111.60041141318823, 40.689345498432125 ], [ -111.60031268868801, 40.689554111646451 ], [ -111.60025429278093, 40.689640898320647 ], [ -111.60011439281499, 40.68974522509258 ], [ -111.59996555385855, 40.689776628083308 ], [ -111.59978424068645, 40.689882070527432 ], [ -111.59960047122682, 40.689977615928179 ], [ -111.59942715853121, 40.690051485983972 ], [ -111.59924296322124, 40.690231714331944 ], [ -111.59920939917957, 40.69058052326946 ], [ -111.59932835321317, 40.69077989780957 ], [ -111.59944267098156, 40.690990106669844 ], [ -111.59956315712539, 40.691228210182274 ], [ -111.59962949957247, 40.691367499664885 ], [ -111.59967309352128, 40.691609605850381 ], [ -111.59958800801601, 40.691755987863715 ], [ -111.59941631013177, 40.691878496196253 ], [ -111.59916935295045, 40.692055446769253 ], [ -111.59911066293328, 40.69210980323296 ], [ -111.59896397780787, 40.692250198376406 ], [ -111.598740889444, 40.692449545803576 ], [ -111.59851759822944, 40.692626372231913 ], [ -111.59841185756355, 40.692713403378463 ], [ -111.59827671454534, 40.692821306686461 ], [ -111.59809488363082, 40.693002421748282 ], [ -111.59790721474724, 40.693192575400424 ], [ -111.59772533352522, 40.693368284945812 ], [ -111.59753203474538, 40.693590898249717 ], [ -111.59724884390327, 40.693820282354231 ], [ -111.59721494025653, 40.693867302696283 ], [ -111.59706245839092, 40.694022139213132 ], [ -111.59683364182732, 40.694244034149733 ], [ -111.59663270603066, 40.694407228357576 ], [ -111.59641678504961, 40.694615542847394 ], [ -111.59627631967393, 40.694791036111923 ], [ -111.59608931505247, 40.695056855938532 ], [ -111.59593143193024, 40.695270275004965 ], [ -111.59562021655316, 40.695543942077286 ], [ -111.59542032912991, 40.69569271491487 ], [ -111.59503756753628, 40.695907292351691 ], [ -111.59471388513842, 40.696110753816782 ], [ -111.59467278109892, 40.696147000121648 ], [ -111.59446170276676, 40.696368798930514 ], [ -111.59429240000871, 40.696630020321571 ], [ -111.59418164211763, 40.696819771886496 ], [ -111.59408919735272, 40.697072489582702 ], [ -111.59403932137752, 40.697453811707085 ], [ -111.59397004283578, 40.697649655647311 ], [ -111.59388275409971, 40.697816764546452 ], [ -111.59380138287605, 40.697983842938349 ], [ -111.59376139697294, 40.698146204101121 ], [ -111.59365032322793, 40.698300823048918 ], [ -111.59361059278514, 40.698358682634073 ], [ -111.59347595830158, 40.698526034649369 ], [ -111.5932808475789, 40.698681085221459 ], [ -111.59297502833572, 40.698898863766097 ], [ -111.5927674724027, 40.698985511743288 ], [ -111.59271118435377, 40.699178585592165 ], [ -111.59277668841246, 40.699357521141991 ], [ -111.59279483391474, 40.699401570288735 ], [ -111.5928794919471, 40.699604730735487 ], [ -111.59290444226883, 40.699748740779953 ], [ -111.59298321491977, 40.699955534818024 ], [ -111.59306936946867, 40.700193821095958 ], [ -111.59315351696549, 40.700472656469557 ], [ -111.59328655400861, 40.700791779379301 ], [ -111.59332488543272, 40.70097625938655 ], [ -111.5933371535011, 40.701024842958759 ], [ -111.59342351060032, 40.70128564946738 ], [ -111.59349567255639, 40.701547429740714 ], [ -111.59365390620577, 40.70203758664374 ], [ -111.59373146029014, 40.702239882030909 ], [ -111.59386340004201, 40.702568018442641 ], [ -111.59396114986559, 40.702778317528832 ], [ -111.59409876914015, 40.702946070783334 ], [ -111.59424590658317, 40.703119180050834 ], [ -111.59448626912175, 40.703392705742701 ], [ -111.59474455725103, 40.70368505669019 ], [ -111.59498800198492, 40.703905414510579 ], [ -111.59527104437922, 40.704052597732058 ], [ -111.5955117155787, 40.704227024723394 ], [ -111.59578613375064, 40.704468841756082 ], [ -111.59627295172525, 40.704767216448495 ], [ -111.59648209613442, 40.704857123125159 ], [ -111.59656034960035, 40.704871132565771 ], [ -111.59683071801821, 40.704923786832346 ], [ -111.59705220759938, 40.705070382996638 ], [ -111.59712560489398, 40.705203331044686 ], [ -111.59728417386484, 40.705329532358952 ], [ -111.59755310318036, 40.705485791574517 ], [ -111.59789792095873, 40.705656070934268 ], [ -111.5980486254101, 40.705829156770079 ], [ -111.59813322714028, 40.706023304761217 ], [ -111.59832929382658, 40.70623849570778 ], [ -111.59861472895693, 40.706386559100302 ], [ -111.59888494872939, 40.706686045604862 ], [ -111.59905240809066, 40.706878862139121 ], [ -111.59931390948336, 40.707129746283314 ], [ -111.59948733035702, 40.70732703552904 ], [ -111.59979213741022, 40.707654266955529 ], [ -111.5999313936467, 40.707869750261892 ], [ -111.60026064108224, 40.708281534434285 ], [ -111.60039742742653, 40.708485318785748 ], [ -111.60048907733729, 40.708672221388127 ], [ -111.6006374520742, 40.708848018434139 ], [ -111.60083245019938, 40.708942495045044 ], [ -111.60105363789482, 40.70905305048074 ], [ -111.6012910508835, 40.70912478391125 ], [ -111.60155710221814, 40.709221591752708 ], [ -111.60184386266509, 40.709383153069865 ], [ -111.60210587035034, 40.709556553981734 ], [ -111.60251660077262, 40.709812057429723 ], [ -111.60271353540013, 40.709989400016376 ], [ -111.60292897564537, 40.71024952488883 ], [ -111.60301396028265, 40.710352680083254 ], [ -111.60334129088461, 40.710679784250004 ], [ -111.60347445879889, 40.710874575140032 ], [ -111.60371435421466, 40.711220152499692 ], [ -111.60380487407444, 40.711411562575059 ], [ -111.60388288881485, 40.711529167345283 ], [ -111.60397289677438, 40.711663825679693 ], [ -111.60412666100491, 40.711779232202467 ], [ -111.60444712625207, 40.711869442496592 ], [ -111.6046731648936, 40.71186015093685 ], [ -111.60486743564974, 40.711872646072948 ], [ -111.60510532753295, 40.711995718189904 ], [ -111.60533756217345, 40.71214764704375 ], [ -111.6055346009561, 40.712334893648261 ], [ -111.60567760055125, 40.71243774249173 ], [ -111.60594527987203, 40.712581376374438 ], [ -111.60614776704909, 40.712716343357705 ], [ -111.60620442913812, 40.712828653474332 ], [ -111.60625732742075, 40.712917560935033 ], [ -111.60641759802853, 40.71309689134506 ], [ -111.60651488802272, 40.713250427477853 ], [ -111.60660493632366, 40.713388686938544 ], [ -111.60676496366311, 40.713540992291627 ], [ -111.60689886713926, 40.713815051017711 ], [ -111.6071375743096, 40.714157023838368 ], [ -111.60718696419923, 40.714250453606226 ], [ -111.60724105699221, 40.71434025516772 ], [ -111.60760397710149, 40.714670763167064 ], [ -111.60793132257076, 40.714864526499888 ], [ -111.60810939347901, 40.715047364180947 ], [ -111.60835373866598, 40.715227149741253 ], [ -111.60864698580005, 40.715446314817818 ], [ -111.60890802336782, 40.715638623222802 ], [ -111.60925365324086, 40.715889040532502 ], [ -111.60951106040721, 40.716072358106672 ], [ -111.6097376462579, 40.716251333602322 ], [ -111.60997844856874, 40.716560858312413 ], [ -111.61009884661289, 40.716780032018868 ], [ -111.61034205248038, 40.71696342275834 ], [ -111.61066149040012, 40.717067133995826 ], [ -111.61117332653875, 40.71723558864452 ], [ -111.61152438996095, 40.717431017799456 ], [ -111.61178658625023, 40.717618809158125 ], [ -111.61186942407397, 40.71774358968576 ], [ -111.61177408148143, 40.717934176562807 ], [ -111.61159066498384, 40.718074781850056 ], [ -111.61157659604903, 40.718348717924691 ], [ -111.61179006817312, 40.718645771466583 ], [ -111.61178865235017, 40.718879101767541 ], [ -111.61191310349855, 40.719022579739288 ], [ -111.61207275218757, 40.719130737397776 ], [ -111.61235189067274, 40.719228351552445 ], [ -111.61248568652442, 40.719228542562639 ], [ -111.61258983380118, 40.71922348560436 ], [ -111.61264193633926, 40.719224109947042 ], [ -111.61283704203755, 40.719196048473712 ], [ -111.61304593360676, 40.71912196958958 ], [ -111.61328048149308, 40.719134236592573 ], [ -111.61334090475134, 40.719138419852634 ], [ -111.61360644248245, 40.719173043028405 ], [ -111.61390930394816, 40.719275031603615 ], [ -111.61417688752169, 40.719274509041007 ], [ -111.61442396322097, 40.719361478446643 ], [ -111.61463847593795, 40.719383758790457 ], [ -111.61486507844617, 40.719561823122824 ], [ -111.61490096217231, 40.719601269816977 ], [ -111.61498650785116, 40.719762068024117 ], [ -111.61490040276311, 40.719926483252031 ], [ -111.61480117406327, 40.720080157991454 ], [ -111.61474396427711, 40.720296669066194 ], [ -111.61476974070069, 40.720524449339308 ], [ -111.61475335671089, 40.72067407933411 ], [ -111.61474209698228, 40.720737199489029 ], [ -111.61470205794768, 40.720889658026692 ], [ -111.61466836132058, 40.72108802662293 ], [ -111.61466998552694, 40.721264586489625 ], [ -111.61475900194931, 40.721416357737255 ], [ -111.61480478391537, 40.721759341450522 ], [ -111.61498974077857, 40.722043027833443 ], [ -111.61509609624459, 40.722148762576694 ], [ -111.61515584423161, 40.722207900913382 ], [ -111.61524559912883, 40.722311021403833 ], [ -111.61544184113899, 40.722405466372663 ], [ -111.61567853954097, 40.722521315854941 ], [ -111.61594145330135, 40.722655042153853 ], [ -111.61632151162627, 40.722780034693493 ], [ -111.6163952163064, 40.722939994118136 ], [ -111.61637972028966, 40.723057188594431 ], [ -111.61635699538911, 40.723160908775327 ], [ -111.61624655647704, 40.723383109847589 ], [ -111.61611201242992, 40.723559495645262 ], [ -111.61601261512611, 40.723695155048198 ], [ -111.61587778750904, 40.723840912861924 ], [ -111.61567660300045, 40.723981619314912 ], [ -111.61541831208817, 40.724221724419571 ], [ -111.61527243575046, 40.724325200038663 ], [ -111.61504062897843, 40.724484085784532 ], [ -111.61493195467905, 40.724641414294069 ], [ -111.61478656707415, 40.724926860250363 ], [ -111.61464651015051, 40.725148316626459 ], [ -111.61444439393453, 40.725703421064544 ], [ -111.61442840576467, 40.72589629001132 ], [ -111.61444782398091, 40.726076358452254 ], [ -111.61443250683575, 40.726342193393222 ], [ -111.61437540672428, 40.72657131550617 ], [ -111.61425401723366, 40.726762943646889 ], [ -111.61420621476853, 40.726844275323764 ], [ -111.61413628700106, 40.726966263351294 ], [ -111.61406056268505, 40.727101795054736 ], [ -111.61381479858977, 40.727418402834594 ], [ -111.61364871679413, 40.727514776938563 ], [ -111.61340926810756, 40.72774576867949 ], [ -111.61333999134909, 40.727938920593061 ], [ -111.61346907530921, 40.728068859127212 ], [ -111.6136357619832, 40.728167067558481 ], [ -111.6138380555482, 40.728274094980975 ], [ -111.6142416175082, 40.728376447734107 ], [ -111.61468653386471, 40.728468669406865 ], [ -111.61503026163867, 40.728502872762675 ], [ -111.61524994697643, 40.728569266389862 ], [ -111.6156366890396, 40.728773500925165 ], [ -111.61622442028306, 40.728942428681066 ], [ -111.61674627017608, 40.729029727348404 ], [ -111.61740492139819, 40.729183856376387 ], [ -111.6175476340234, 40.729249756452241 ], [ -111.61775577445988, 40.729347737103744 ], [ -111.61801577600666, 40.729419314817846 ], [ -111.61809409597825, 40.729436912615384 ], [ -111.61839139866981, 40.729444328784112 ], [ -111.61878809414162, 40.729443103666 ], [ -111.61922506035864, 40.729570483896822 ], [ -111.61965349687226, 40.729671783367259 ], [ -111.61990854772385, 40.729719961068355 ], [ -111.62018728185834, 40.729768010955311 ], [ -111.62050141527251, 40.729802356999983 ], [ -111.62072656217106, 40.729818262745624 ], [ -111.6213660516906, 40.729820227115411 ], [ -111.62163878267796, 40.729859297227222 ], [ -111.62188884743101, 40.729880471652528 ], [ -111.62228587256631, 40.729914366202088 ], [ -111.6226354815537, 40.730070131028143 ], [ -111.62274502811756, 40.730261422842069 ], [ -111.62276510839764, 40.730382930352746 ], [ -111.62276662015793, 40.730545076659382 ], [ -111.62284962912105, 40.730684261766079 ], [ -111.62300382271428, 40.730837476341179 ], [ -111.62319643985531, 40.731047237311941 ], [ -111.6232989434708, 40.731244872593763 ], [ -111.6233958967521, 40.731482175503857 ], [ -111.62346935212095, 40.73173942412334 ], [ -111.62348032521224, 40.732153759476411 ], [ -111.62345311693215, 40.73241065092472 ], [ -111.62342015563432, 40.732685590584175 ], [ -111.6234044946677, 40.732910889608306 ], [ -111.62333483817788, 40.733060808186139 ], [ -111.6233116080702, 40.733109579952625 ], [ -111.62323018474849, 40.733267669725151 ], [ -111.62313146854233, 40.733476300825473 ], [ -111.62298575284511, 40.733724823256033 ], [ -111.62293389146809, 40.73387824895552 ], [ -111.62274072126928, 40.734118018588404 ], [ -111.62260046200974, 40.734316963906885 ], [ -111.62246671077727, 40.73457893397778 ], [ -111.62238201585045, 40.734894690819274 ], [ -111.62234085233275, 40.735052562827192 ], [ -111.62225400677355, 40.735264732547257 ], [ -111.62203806816328, 40.735603718014126 ], [ -111.62190406054377, 40.735838663046387 ], [ -111.62187608153553, 40.736013580114388 ], [ -111.62191798208733, 40.736189021521355 ], [ -111.621968079097, 40.736481530179184 ], [ -111.62198920873055, 40.73671563918834 ], [ -111.62190303107054, 40.73699987356234 ], [ -111.62182294184561, 40.737302092200508 ], [ -111.62174735592747, 40.73745204166697 ], [ -111.62165517103138, 40.737727299613013 ], [ -111.62174481276674, 40.737942121593996 ], [ -111.62184797036973, 40.738082099549544 ], [ -111.62201891854525, 40.738252341229902 ], [ -111.62222717760235, 40.738359321530098 ], [ -111.62252568743567, 40.738618960383441 ], [ -111.62265602794642, 40.73875248498112 ], [ -111.62278857796642, 40.738868881225685 ], [ -111.6230682433123, 40.739012409799351 ], [ -111.62340148982126, 40.739186277430719 ], [ -111.62367925833233, 40.739253241933127 ], [ -111.62403594713082, 40.739273835402479 ], [ -111.62435609085465, 40.739312642597852 ], [ -111.62454095706582, 40.739450374357602 ], [ -111.62462063029106, 40.739611196559252 ], [ -111.6246580559359, 40.739813686761018 ], [ -111.62469073608077, 40.740015301771052 ], [ -111.62467453864933, 40.740182948761955 ], [ -111.62457073795052, 40.74048169402878 ], [ -111.62453076067803, 40.740639560243771 ], [ -111.62454407012545, 40.740796237255978 ], [ -111.62447507376299, 40.741017320417889 ], [ -111.62439339951028, 40.741149287330657 ], [ -111.62426006309478, 40.741456299760735 ], [ -111.62418446124286, 40.741604449088314 ], [ -111.62400779297077, 40.741710804574474 ], [ -111.62383063598399, 40.741764912762548 ], [ -111.62361090909084, 40.74182645754523 ], [ -111.62340503245247, 40.741849190278458 ], [ -111.62312196310225, 40.74197683875672 ], [ -111.62302171261545, 40.742022422765416 ], [ -111.62283927080385, 40.742145023039747 ], [ -111.62249634245515, 40.742204527908505 ], [ -111.62224373600998, 40.742296876531753 ], [ -111.6220062235537, 40.742356712431814 ], [ -111.62189511102736, 40.742380733446993 ], [ -111.62183838714354, 40.742394551917911 ], [ -111.62147828845727, 40.742391086329036 ], [ -111.62134800779634, 40.742391787764682 ], [ -111.62113482963056, 40.742393836062497 ], [ -111.62091114290746, 40.742412155913712 ], [ -111.62073456773501, 40.74252931616325 ], [ -111.62046309131026, 40.742630770938092 ], [ -111.62029194288421, 40.742694750813854 ], [ -111.62000882209584, 40.74281788765078 ], [ -111.61965572432374, 40.743058510822685 ], [ -111.61929716163472, 40.743348709325005 ], [ -111.61909042184594, 40.743534493973044 ], [ -111.61886899354111, 40.743796929782718 ], [ -111.61870530691868, 40.744027525677737 ], [ -111.61860613536241, 40.744190211358145 ], [ -111.61853741568416, 40.744315798657176 ], [ -111.6184781459683, 40.7444386327061 ], [ -111.61845569284597, 40.744572079720385 ], [ -111.61837376041628, 40.744677918881521 ], [ -111.61821624227446, 40.744935506686076 ], [ -111.61806476178171, 40.745205673918051 ], [ -111.61789469663368, 40.745387656555998 ], [ -111.6177561591881, 40.745648745514131 ], [ -111.61757385498397, 40.745916374485653 ], [ -111.61756308561731, 40.746032642516745 ], [ -111.61751658312096, 40.746127481195643 ], [ -111.61745293879045, 40.746289975748162 ], [ -111.61742436920927, 40.746402735562917 ], [ -111.61744831497684, 40.746558455511618 ], [ -111.6174665565638, 40.746609706700333 ], [ -111.61750905371696, 40.746722086304239 ], [ -111.61757056776889, 40.746969492492546 ], [ -111.61763060613012, 40.747185376585229 ], [ -111.61767643137574, 40.747401336704492 ], [ -111.61777233783437, 40.74765306296559 ], [ -111.61791051065991, 40.747864024355202 ], [ -111.61806167184655, 40.748070411738553 ], [ -111.61832887077897, 40.748271673026863 ], [ -111.61852647924783, 40.748504836596616 ], [ -111.61858824922082, 40.748779266447052 ], [ -111.61877605272059, 40.749232290820096 ], [ -111.61881793582499, 40.749278009883028 ], [ -111.61905617096819, 40.749420869131335 ], [ -111.61932255089845, 40.749532947778647 ], [ -111.61937723835754, 40.749554274832768 ], [ -111.61953071570467, 40.749626420356073 ], [ -111.61985255126734, 40.749714777842186 ], [ -111.61991786608112, 40.749732444140982 ], [ -111.62007704935218, 40.749781136049975 ], [ -111.62026236722991, 40.749837794983897 ], [ -111.62058230474933, 40.749976608517954 ], [ -111.62063593409958, 40.750011453489407 ], [ -111.62073712802604, 40.750065861437982 ], [ -111.62076857025002, 40.750135058171104 ], [ -111.62085201360738, 40.750191363200457 ], [ -111.62089396576837, 40.750244287968016 ], [ -111.62095969199808, 40.750306093361019 ], [ -111.62107319274027, 40.750409981825442 ], [ -111.62122079322393, 40.75048666098369 ], [ -111.62134184619757, 40.750638253845963 ], [ -111.62156164257965, 40.75083525843624 ], [ -111.62180618936432, 40.75101861642964 ], [ -111.62199298113582, 40.751232914237988 ], [ -111.62205288746564, 40.751305560618277 ], [ -111.62229836117129, 40.751588006588911 ], [ -111.62243748059753, 40.751898051300323 ], [ -111.6227152611276, 40.752468595626347 ], [ -111.62299239901294, 40.752969776880889 ], [ -111.6232910367408, 40.753235718264825 ], [ -111.62345255134905, 40.753406008244269 ], [ -111.62353722979174, 40.753593829379227 ], [ -111.62352359136017, 40.753909202140541 ], [ -111.62337313902394, 40.754289274608148 ], [ -111.6232692608705, 40.754582613325375 ], [ -111.62321167190206, 40.754758590920062 ], [ -111.62313899685894, 40.755222022462071 ], [ -111.62302293962954, 40.756114494716407 ], [ -111.62294813447963, 40.756350021447119 ], [ -111.62277549353401, 40.756765346067212 ], [ -111.62275695986061, 40.75681048878058 ], [ -111.62263988412759, 40.756959761387932 ], [ -111.62243980811448, 40.757101373865773 ], [ -111.62216847690205, 40.757224452218786 ], [ -111.62205051744846, 40.757279139316587 ], [ -111.62150666648296, 40.757525299951823 ], [ -111.62137832938821, 40.757610671282421 ], [ -111.62110653053975, 40.75781122309251 ], [ -111.62103792763398, 40.757950323784634 ], [ -111.62117315941644, 40.758096435181187 ], [ -111.62133423603719, 40.758218985073697 ], [ -111.62179305443881, 40.758509291478482 ], [ -111.62250194992571, 40.759063999262501 ], [ -111.62303396928775, 40.759452999706973 ], [ -111.62332657008396, 40.759703658726956 ], [ -111.62347743011425, 40.759873105144827 ], [ -111.62359157417828, 40.760043650609425 ], [ -111.6237339744482, 40.760195125320422 ], [ -111.62401325470391, 40.760414324677022 ], [ -111.6246810023453, 40.760745829664742 ], [ -111.6250616573172, 40.760909525626339 ], [ -111.62535885323409, 40.761016918837456 ], [ -111.62551409106179, 40.761020581806477 ], [ -111.6255555639831, 40.761021257865636 ], [ -111.62561475671782, 40.761016432732944 ], [ -111.62569167769436, 40.761007007188795 ], [ -111.62576503610376, 40.760996700057291 ], [ -111.62602936061614, 40.760883560706048 ], [ -111.62644832104432, 40.760710125140918 ], [ -111.62671381947972, 40.760596076995036 ], [ -111.62700918818302, 40.760508891556931 ], [ -111.62728019422994, 40.760476789841391 ], [ -111.62775283436662, 40.760468814777688 ], [ -111.62845290066448, 40.76045599613191 ], [ -111.62956097204565, 40.76061661463109 ], [ -111.62990529784432, 40.760695812565928 ], [ -111.6303565022, 40.760801451342473 ], [ -111.63082605752757, 40.76096824606109 ], [ -111.63137303835896, 40.761178757106464 ], [ -111.63204579894327, 40.761534514957042 ], [ -111.63258130834774, 40.761783819743791 ], [ -111.63356811706971, 40.762146855350053 ], [ -111.63423273191219, 40.762266621611239 ], [ -111.63431460601379, 40.762279684422609 ], [ -111.63476039481317, 40.762312366598927 ], [ -111.63520557390265, 40.762405407550219 ], [ -111.63601449057033, 40.762747780686539 ], [ -111.63684093898048, 40.763188244317369 ], [ -111.63704519732265, 40.763361882398179 ], [ -111.63716490995326, 40.76349094429586 ], [ -111.63733859047207, 40.76368817283263 ], [ -111.63739438820437, 40.763823893411548 ], [ -111.63742081703444, 40.76398590090264 ], [ -111.63736966337034, 40.764212297419967 ], [ -111.63735828915026, 40.764261907127121 ], [ -111.63722522587267, 40.764595957358793 ], [ -111.63710560040604, 40.765096590932131 ], [ -111.6370164871954, 40.76569074456259 ], [ -111.6368842020287, 40.766106767588028 ], [ -111.63679714872609, 40.766296426950838 ], [ -111.63675807996769, 40.766547980290625 ], [ -111.63678823478708, 40.766727984335965 ], [ -111.63699497484009, 40.767284470825125 ], [ -111.63717198609793, 40.767829409953784 ], [ -111.63737693397431, 40.76819762748908 ], [ -111.63758822681925, 40.768485633762211 ], [ -111.63784185682756, 40.768740074118256 ], [ -111.63841002751967, 40.769174746325682 ], [ -111.63888200854092, 40.769586526107915 ], [ -111.63935321830434, 40.769917231549194 ], [ -111.63964655689267, 40.770233606605807 ], [ -111.63992785949037, 40.770530228904796 ], [ -111.64056579349912, 40.770946486402309 ], [ -111.64079700008553, 40.771084834754681 ], [ -111.64108368039233, 40.771200353195411 ], [ -111.64127360706044, 40.771235331994532 ], [ -111.64145643332093, 40.771271250799792 ], [ -111.64182597645679, 40.771254782471999 ], [ -111.64241223908184, 40.771225395661759 ], [ -111.64378455447805, 40.77111865444482 ], [ -111.64433143561712, 40.771060650336423 ], [ -111.64456029896218, 40.771078290142761 ], [ -111.64485803271643, 40.771233374909968 ], [ -111.64508756759493, 40.771565406989502 ], [ -111.64520165631565, 40.771722418132363 ], [ -111.64523167058009, 40.771762788620961 ], [ -111.64544005481496, 40.771990439490558 ], [ -111.6457378557336, 40.772151827533271 ], [ -111.645968300652, 40.772209993983743 ], [ -111.64617803549335, 40.772209720621362 ], [ -111.6464106824604, 40.772128241942582 ], [ -111.6464650215915, 40.772110821379727 ], [ -111.64675753253911, 40.772092967056757 ], [ -111.64688795792235, 40.772101244525992 ], [ -111.64732008883742, 40.772184402204118 ], [ -111.64782570677123, 40.772391463183929 ], [ -111.64867220448059, 40.772923615200106 ], [ -111.64890517163722, 40.773118690919965 ], [ -111.649060743905, 40.773275464907442 ], [ -111.64912872968986, 40.773442640752172 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 27, \"properties\": { \"NAME\": \"TOOELE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 13439, \"Color4\": \"2\", \"Shape_Leng\": 574780.699234, \"Shape_Area\": 18870520445.799999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.44787511230008, 41.017024090045858 ], [ -112.43844122253745, 41.004595234327887 ], [ -112.43494642090393, 40.999985352279012 ], [ -112.42626659185353, 40.988613486361984 ], [ -112.41245446255002, 40.970357053338773 ], [ -112.40942180309585, 40.966349627079666 ], [ -112.39547765813212, 40.948089065533637 ], [ -112.38497070452931, 40.93422642027187 ], [ -112.3757840667199, 40.921968458789934 ], [ -112.36539841790554, 40.908399753590061 ], [ -112.36022508899686, 40.901560754218949 ], [ -112.35365957780161, 40.892877701504673 ], [ -112.34376054021578, 40.879733619945121 ], [ -112.34016956955439, 40.874987616422906 ], [ -112.33268412168269, 40.865075383691376 ], [ -112.31689833599438, 40.844190327361858 ], [ -112.30136835537303, 40.823743315592189 ], [ -112.29068202638065, 40.809576389860091 ], [ -112.27235644038234, 40.785246954360993 ], [ -112.26090727390228, 40.770116250959617 ], [ -112.26015613858213, 40.769117331487841 ], [ -112.25974442852767, 40.768585834615756 ], [ -112.257087291605, 40.764966459451074 ], [ -112.2553312042304, 40.762625406305986 ], [ -112.25294084460262, 40.759433624208761 ], [ -112.25076954481386, 40.756603351145223 ], [ -112.24947785855686, 40.754746320307333 ], [ -112.24787940394812, 40.752634053482808 ], [ -112.24585263622642, 40.749971476288138 ], [ -112.24292671280524, 40.746084409975538 ], [ -112.24109174486787, 40.743587233666865 ], [ -112.23880728910787, 40.740539038598179 ], [ -112.23616113559041, 40.737005518161858 ], [ -112.23262154396141, 40.732273460722496 ], [ -112.22843308715619, 40.726678891056402 ], [ -112.22744033026422, 40.725300364799601 ], [ -112.22610111846092, 40.724332688454467 ], [ -112.22441570787437, 40.723144361286813 ], [ -112.22123283210784, 40.720935000523987 ], [ -112.21937504298268, 40.719698876167541 ], [ -112.21727125768695, 40.718278842728886 ], [ -112.21704655084889, 40.718097441564005 ], [ -112.21681125439434, 40.71798461523742 ], [ -112.21665470561992, 40.717970050477966 ], [ -112.21653278357425, 40.717906475319538 ], [ -112.21566869994166, 40.717983142435415 ], [ -112.21523602450078, 40.718019228146659 ], [ -112.21493535439323, 40.718022393474911 ], [ -112.21478378645702, 40.718021286308755 ], [ -112.21454228060456, 40.717892305615834 ], [ -112.2144873098372, 40.7177991969468 ], [ -112.21442735874042, 40.717692628088308 ], [ -112.21426649010405, 40.717440284407289 ], [ -112.21376510892347, 40.716952799857062 ], [ -112.21370895047386, 40.716924563602554 ], [ -112.21362042856771, 40.71680928635935 ], [ -112.21341149486133, 40.716713291752285 ], [ -112.2132446132436, 40.716651086574593 ], [ -112.21314480491309, 40.716631416402102 ], [ -112.21295972000055, 40.716609939839259 ], [ -112.21273273109428, 40.716562778979288 ], [ -112.21258188557461, 40.716601298182248 ], [ -112.21247533474072, 40.716601516697224 ], [ -112.2122993603444, 40.716560124935796 ], [ -112.2122301402286, 40.716464462306384 ], [ -112.21216360715289, 40.716451648499053 ], [ -112.21147425229574, 40.716239081706377 ], [ -112.211152634139, 40.716196514285116 ], [ -112.21082043692975, 40.716092799961885 ], [ -112.21039540403048, 40.716092753800581 ], [ -112.20927622870795, 40.716072955637046 ], [ -112.20881948005476, 40.716086748526983 ], [ -112.20860143322135, 40.71607551939028 ], [ -112.20830851963998, 40.716048858539473 ], [ -112.20817232295835, 40.715980919729155 ], [ -112.20805489167361, 40.71596863631526 ], [ -112.20800375943024, 40.715890798560785 ], [ -112.20767629868197, 40.715721264394276 ], [ -112.20735530226925, 40.715188623839566 ], [ -112.20711841375467, 40.714592944876586 ], [ -112.20673868472761, 40.713823095327875 ], [ -112.20638295633148, 40.713267393150822 ], [ -112.20575534662046, 40.71260282630606 ], [ -112.20521101624048, 40.712157191071 ], [ -112.20509091247038, 40.711996294093971 ], [ -112.20508609098144, 40.711794556515905 ], [ -112.20502964447138, 40.711618581402703 ], [ -112.2048867994267, 40.711049841534638 ], [ -112.20481720604593, 40.71093255806845 ], [ -112.20482477372852, 40.710761319648675 ], [ -112.20474892021062, 40.710559422600937 ], [ -112.20464445094255, 40.710411874501631 ], [ -112.20450979267848, 40.710297071554507 ], [ -112.20434463701027, 40.710197900928947 ], [ -112.2038972449693, 40.70974314015691 ], [ -112.20330980594871, 40.709136694976166 ], [ -112.20302730284308, 40.708568507510854 ], [ -112.2028908374046, 40.708024020973788 ], [ -112.20244400629458, 40.707467453579859 ], [ -112.20207904197926, 40.706920841901294 ], [ -112.20181641873515, 40.706403792028112 ], [ -112.20138928567981, 40.705427223772482 ], [ -112.20108408573755, 40.704845754708487 ], [ -112.2009389553817, 40.704278834595236 ], [ -112.20098343384214, 40.704053161752512 ], [ -112.20088947300172, 40.703896492285715 ], [ -112.20084563119461, 40.703564538308882 ], [ -112.20040543101224, 40.702979066555059 ], [ -112.20016220226576, 40.702287948544374 ], [ -112.19996201623157, 40.701686466545745 ], [ -112.19982627699552, 40.701048280624981 ], [ -112.19958582775587, 40.700181468256432 ], [ -112.19937989811216, 40.699589053094158 ], [ -112.19915713757686, 40.699113921689246 ], [ -112.19889300880632, 40.698179790436676 ], [ -112.19886753675596, 40.698013399352007 ], [ -112.19889677985245, 40.697795992872784 ], [ -112.19878053555234, 40.697517939327483 ], [ -112.1986931899921, 40.696871141400138 ], [ -112.19873546240397, 40.696258130180055 ], [ -112.19892290794769, 40.695490468080266 ], [ -112.19909960546639, 40.694915697381852 ], [ -112.19905276970604, 40.694745924797672 ], [ -112.1991072765065, 40.694617439067414 ], [ -112.19904254565901, 40.694439744783359 ], [ -112.19893637801242, 40.694327341454674 ], [ -112.19887832805442, 40.694126155788013 ], [ -112.19861007388606, 40.693422681429276 ], [ -112.19865678165021, 40.693321302125781 ], [ -112.19864027348461, 40.693192653133188 ], [ -112.19890007080805, 40.692896280669714 ], [ -112.19896875994232, 40.692766746829911 ], [ -112.19950781590717, 40.692137763903446 ], [ -112.19953054474395, 40.692085278876654 ], [ -112.19964082457267, 40.691965221698993 ], [ -112.19971396982235, 40.691820326777737 ], [ -112.19973358013918, 40.691594011573223 ], [ -112.19971635567117, 40.691491494573341 ], [ -112.19962967339609, 40.691409517938936 ], [ -112.19959127126157, 40.691182003919714 ], [ -112.19965884657614, 40.690924561609279 ], [ -112.20005509892806, 40.690252918718024 ], [ -112.20043174558971, 40.689610305262534 ], [ -112.20052734156967, 40.689002143252694 ], [ -112.20086289810271, 40.688510396342636 ], [ -112.20111961023052, 40.687648321633134 ], [ -112.20126791017054, 40.686944121114465 ], [ -112.2014702408606, 40.686349260839364 ], [ -112.20204980675877, 40.685739662564686 ], [ -112.20252673202283, 40.685279769708011 ], [ -112.20310178948326, 40.684683725722373 ], [ -112.20353688480292, 40.684201743526671 ], [ -112.20396281663542, 40.68367120971228 ], [ -112.20406613842025, 40.683625990772327 ], [ -112.20418150116309, 40.683395072436838 ], [ -112.20391652746301, 40.682808684621463 ], [ -112.20359570840449, 40.682406650441798 ], [ -112.20345757673959, 40.682227021002824 ], [ -112.20309770538144, 40.681758730066399 ], [ -112.20344627132877, 40.68113801904353 ], [ -112.20351489146918, 40.68100578051066 ], [ -112.20378797574868, 40.680399367954813 ], [ -112.2039592950302, 40.679727353631563 ], [ -112.20407739052831, 40.67945136458323 ], [ -112.20418649069067, 40.679201593707809 ], [ -112.20436462666407, 40.678645716438403 ], [ -112.20426505339445, 40.678044090575966 ], [ -112.20410592561136, 40.677486326261388 ], [ -112.20377672139085, 40.676945649589989 ], [ -112.20336110067379, 40.676139222802171 ], [ -112.20328218603102, 40.675567108319505 ], [ -112.20321937475644, 40.675495695427863 ], [ -112.20318965583795, 40.675356374275111 ], [ -112.20303945033895, 40.67522821803886 ], [ -112.2028612422868, 40.675121973642085 ], [ -112.20280695561422, 40.675063984364726 ], [ -112.20272751879102, 40.674989141035347 ], [ -112.20246844825499, 40.674860316473598 ], [ -112.20233390077763, 40.674681548906975 ], [ -112.20225542315391, 40.674528321770282 ], [ -112.20221807310944, 40.674425113593223 ], [ -112.20207280936165, 40.673913144749989 ], [ -112.20193882751212, 40.673370429489552 ], [ -112.2018937037103, 40.673163704957993 ], [ -112.20169649055592, 40.672723443089239 ], [ -112.20165899689826, 40.672612128583481 ], [ -112.20153786422948, 40.672257555587031 ], [ -112.20141247823231, 40.672127337122816 ], [ -112.20136638152442, 40.671998095134704 ], [ -112.20141472538361, 40.671857060215721 ], [ -112.20137849647845, 40.671750236663016 ], [ -112.20150597387669, 40.671008415303753 ], [ -112.20149920236067, 40.670960740980519 ], [ -112.20142995186485, 40.670398433377443 ], [ -112.20140221982862, 40.669776237829446 ], [ -112.20149040294061, 40.669350121083454 ], [ -112.20164556245184, 40.669162031200891 ], [ -112.20173031677037, 40.66894044186035 ], [ -112.20180922085966, 40.668722516733908 ], [ -112.20181259393951, 40.668646810594545 ], [ -112.20176306600676, 40.668458148594411 ], [ -112.2017811743503, 40.668214731782712 ], [ -112.20168695807068, 40.667579715452888 ], [ -112.20170407897041, 40.666885886001261 ], [ -112.20155893101192, 40.666049610053769 ], [ -112.201394767788, 40.66514236482854 ], [ -112.20131182106142, 40.664145991230107 ], [ -112.20123598693802, 40.663216206027961 ], [ -112.20136017843616, 40.662489732411643 ], [ -112.20161031298147, 40.661596192091991 ], [ -112.20199812082961, 40.660794005091944 ], [ -112.20236555657682, 40.659911853510252 ], [ -112.20261310575354, 40.659139051136016 ], [ -112.20304638179888, 40.658301253732503 ], [ -112.20308272571511, 40.657295529644607 ], [ -112.20311731039099, 40.656718627030642 ], [ -112.20313084154844, 40.655759984454079 ], [ -112.20300059514435, 40.654765004296515 ], [ -112.20289090047868, 40.654189604723513 ], [ -112.20292618965365, 40.653981141246533 ], [ -112.20279189806421, 40.653682558026425 ], [ -112.20248642163637, 40.652874976904052 ], [ -112.20211830594957, 40.652135610632371 ], [ -112.20169836990328, 40.651540017273895 ], [ -112.20119720011606, 40.650965086113175 ], [ -112.20115500285162, 40.650920482696961 ], [ -112.20080535901663, 40.65055026755396 ], [ -112.20062330602056, 40.650357577553578 ], [ -112.2000031742525, 40.649743339818173 ], [ -112.19972759246983, 40.649545314445767 ], [ -112.19928120620304, 40.649385997450963 ], [ -112.19863178293161, 40.649050418650006 ], [ -112.19797795894628, 40.64840228729453 ], [ -112.1978621810447, 40.647814333365361 ], [ -112.1979567029949, 40.647147625356865 ], [ -112.19811232263505, 40.646326238041581 ], [ -112.19808596783064, 40.645513945585513 ], [ -112.19807622175993, 40.645299644599312 ], [ -112.1980026713325, 40.645088708178442 ], [ -112.19804856254186, 40.644745008439052 ], [ -112.19802091441535, 40.643926423222794 ], [ -112.19762580912538, 40.643259389151197 ], [ -112.19746680118291, 40.642634046974976 ], [ -112.19735559750183, 40.641837948183458 ], [ -112.1971722181607, 40.64150293181391 ], [ -112.19698321898294, 40.641316613619274 ], [ -112.19663258743392, 40.641151788997 ], [ -112.19605158758687, 40.640735310092317 ], [ -112.19543857439938, 40.640313754549226 ], [ -112.19516360722172, 40.639815728299915 ], [ -112.19504701898786, 40.639511546784398 ], [ -112.19509548617025, 40.639245294323217 ], [ -112.19528841078628, 40.638525319654434 ], [ -112.19527575041009, 40.637815580560158 ], [ -112.19513704821738, 40.637133270692324 ], [ -112.19478657353321, 40.636644132382543 ], [ -112.19437040316322, 40.636117836768157 ], [ -112.19432281099748, 40.635968787800323 ], [ -112.19419405789826, 40.63584400033384 ], [ -112.19414962262654, 40.635606635250554 ], [ -112.19416957697698, 40.635399233179811 ], [ -112.19429762179443, 40.635086214463421 ], [ -112.19426423949227, 40.635004582292794 ], [ -112.19439084482191, 40.634876252799287 ], [ -112.19491251229984, 40.634289806723245 ], [ -112.19555634763205, 40.633592189595809 ], [ -112.1957950434081, 40.633052810662321 ], [ -112.19595099488002, 40.632515189076969 ], [ -112.19616427981728, 40.631811216694828 ], [ -112.19629133682004, 40.63137749178582 ], [ -112.1963135342853, 40.631296185189882 ], [ -112.19634282498585, 40.631214805099759 ], [ -112.19646174147289, 40.630722608960674 ], [ -112.19646803079851, 40.630677501218692 ], [ -112.19648343431862, 40.630281867789868 ], [ -112.19649774260976, 40.630089838145516 ], [ -112.196515357099, 40.629751836270863 ], [ -112.19647606494668, 40.62953784070973 ], [ -112.19635254140789, 40.629241839474155 ], [ -112.19632023803381, 40.62908812849944 ], [ -112.19635841515245, 40.628908463471326 ], [ -112.19633825516166, 40.628772643716779 ], [ -112.19643428981658, 40.628124837107137 ], [ -112.19678336684551, 40.627478011488364 ], [ -112.19730932342316, 40.626805027906492 ], [ -112.1976166817138, 40.626206377401878 ], [ -112.19767431749932, 40.625461675740958 ], [ -112.1975482630222, 40.625090030234418 ], [ -112.19747348387126, 40.624941264230912 ], [ -112.1971794933681, 40.624566855377559 ], [ -112.19676046250559, 40.624075730015136 ], [ -112.19625216225035, 40.623617057708643 ], [ -112.19614909815601, 40.623473088064415 ], [ -112.1961072363038, 40.623379833005913 ], [ -112.19612927989449, 40.62322375717175 ], [ -112.1961962813497, 40.623135680432604 ], [ -112.19618275720509, 40.623040330143581 ], [ -112.19610242569672, 40.622447500303267 ], [ -112.19607920367658, 40.621874798451316 ], [ -112.19589868376008, 40.62123255825319 ], [ -112.19558091433014, 40.620981808119502 ], [ -112.19504529042328, 40.620779255304967 ], [ -112.19461565100872, 40.620553082305001 ], [ -112.19425903233081, 40.620377501172264 ], [ -112.19401450390509, 40.620255712045328 ], [ -112.19379957964466, 40.620202982052909 ], [ -112.19363430057734, 40.620149738516467 ], [ -112.19353884109194, 40.620100277403743 ], [ -112.19341932027007, 40.619960979550662 ], [ -112.19322332099941, 40.619310787139177 ], [ -112.19273922338415, 40.618680686530141 ], [ -112.19252554448722, 40.618498218359569 ], [ -112.1923755019554, 40.618304282487344 ], [ -112.19224596056235, 40.618265982424113 ], [ -112.19216197236848, 40.618196582931063 ], [ -112.19176840836333, 40.617936695121927 ], [ -112.19152010968334, 40.617868089887665 ], [ -112.19137941528835, 40.617667750254206 ], [ -112.1908609917092, 40.617100154526661 ], [ -112.19032697508966, 40.616719193873102 ], [ -112.18973730024892, 40.616265834957439 ], [ -112.18965568016357, 40.616063082805219 ], [ -112.18950593903489, 40.615885355341469 ], [ -112.18948817759617, 40.615817073380299 ], [ -112.18948924687987, 40.615610766777742 ], [ -112.18942110895865, 40.615434901185836 ], [ -112.18928746962449, 40.615098457231333 ], [ -112.1893033457459, 40.614993794642217 ], [ -112.18914801785593, 40.614767478076089 ], [ -112.18864198132101, 40.614296135818378 ], [ -112.18834423602777, 40.614104615533279 ], [ -112.18815669756646, 40.613928176024118 ], [ -112.18799040005267, 40.613883042445067 ], [ -112.18790075153454, 40.613827210809603 ], [ -112.18758562935734, 40.613789012545354 ], [ -112.18743318058731, 40.613724817798712 ], [ -112.18714739750084, 40.61374126878205 ], [ -112.18698507723921, 40.613720415935624 ], [ -112.18612491107351, 40.613877894916484 ], [ -112.18579585452851, 40.613987575030308 ], [ -112.18562602134328, 40.614076701672936 ], [ -112.18556575949978, 40.614078221202469 ], [ -112.18552206041339, 40.614080471526208 ], [ -112.18547598156826, 40.614081845408109 ], [ -112.18530872632994, 40.614049329757094 ], [ -112.18526193117852, 40.614010172450243 ], [ -112.18448179478389, 40.6136794554426 ], [ -112.18383892625305, 40.613155443976609 ], [ -112.18327156982258, 40.612756774838331 ], [ -112.18321199838628, 40.612730359560551 ], [ -112.18259682048441, 40.612434874469002 ], [ -112.18197271669086, 40.612169205636313 ], [ -112.18192581368656, 40.612123742071489 ], [ -112.1818227040868, 40.612108581915543 ], [ -112.18170945707564, 40.612054788634076 ], [ -112.18161097172489, 40.611966611710628 ], [ -112.18135955594882, 40.611517855470566 ], [ -112.18115008030074, 40.610966873050266 ], [ -112.1808779624606, 40.610348966594159 ], [ -112.18047030244423, 40.609753164656382 ], [ -112.17991555737569, 40.609060670794598 ], [ -112.17958899659462, 40.608572139622183 ], [ -112.1793447917149, 40.60792691843421 ], [ -112.17875486758652, 40.607383419148874 ], [ -112.17862003701107, 40.607244261742068 ], [ -112.17848105536996, 40.607003349809609 ], [ -112.17850523515709, 40.606899504630114 ], [ -112.17844764972556, 40.606783881832698 ], [ -112.17867378465654, 40.606199621107741 ], [ -112.17870727568673, 40.606087573138026 ], [ -112.1787517349568, 40.605994331185627 ], [ -112.17874467075424, 40.605928640792513 ], [ -112.17873668865583, 40.605810710111889 ], [ -112.1786962765019, 40.605663382168743 ], [ -112.17854991173415, 40.605472993544652 ], [ -112.17832363549296, 40.605376208279083 ], [ -112.17778264243177, 40.605194348657271 ], [ -112.17763426965074, 40.605091362382623 ], [ -112.17730124609901, 40.605040706365557 ], [ -112.17650555144739, 40.604892966875553 ], [ -112.17586398696258, 40.604569787395455 ], [ -112.17533716178887, 40.603981485689502 ], [ -112.17536054443023, 40.603359656658228 ], [ -112.17537273901102, 40.602706411437744 ], [ -112.17545921983618, 40.601908272986655 ], [ -112.17564222082335, 40.601155095588496 ], [ -112.17589305377561, 40.60063094574862 ], [ -112.17612457767736, 40.600421391093661 ], [ -112.17624157982988, 40.600421100379656 ], [ -112.17634535978323, 40.60034076794566 ], [ -112.17639954061573, 40.600262742362013 ], [ -112.1763979614623, 40.600172672739497 ], [ -112.17631734985085, 40.599619466688274 ], [ -112.17629228567111, 40.598863902755902 ], [ -112.17625775834755, 40.598242662852009 ], [ -112.17618825648475, 40.597648804784093 ], [ -112.1761917941334, 40.597446075821352 ], [ -112.17624877573665, 40.597325681452332 ], [ -112.17631240732787, 40.59724755962668 ], [ -112.17646714739232, 40.597108152273179 ], [ -112.17664090613255, 40.597042421270416 ], [ -112.17672046370485, 40.59692900352001 ], [ -112.17732205663559, 40.596459831748838 ], [ -112.17752427463519, 40.596264986669105 ], [ -112.17753775103832, 40.596090082889077 ], [ -112.17752836606036, 40.595891989890788 ], [ -112.17735449323833, 40.595210011478699 ], [ -112.17689418024386, 40.594569688790926 ], [ -112.17656188272227, 40.594018145930576 ], [ -112.17630370346673, 40.593177572585802 ], [ -112.17613080685015, 40.59234784125298 ], [ -112.17612403106831, 40.592298363047405 ], [ -112.17597545028568, 40.591574685020113 ], [ -112.17581198097704, 40.590675490863049 ], [ -112.17581873494041, 40.590521375292624 ], [ -112.17568358050323, 40.590293933071685 ], [ -112.17572163571495, 40.59010526623937 ], [ -112.17584101068681, 40.589971624765944 ], [ -112.17584110347816, 40.589909464574646 ], [ -112.17613149516221, 40.589284915340976 ], [ -112.17617126887843, 40.58919442443954 ], [ -112.17627874534752, 40.588988834969101 ], [ -112.17640944511021, 40.588894715344324 ], [ -112.17647535028554, 40.588744501489096 ], [ -112.17650412437074, 40.588565838346703 ], [ -112.17653939231501, 40.588488005231874 ], [ -112.17616563583562, 40.587928775137293 ], [ -112.1760696014083, 40.587236091628931 ], [ -112.17571388809472, 40.586492000062648 ], [ -112.17540127135727, 40.586049256566483 ], [ -112.17541270579294, 40.585959955135287 ], [ -112.17526682149769, 40.585861444288042 ], [ -112.1752062523543, 40.585776478957911 ], [ -112.17517769211855, 40.585697493933552 ], [ -112.17507889312577, 40.585656158751128 ], [ -112.17495877962602, 40.585477208832664 ], [ -112.17493617418943, 40.585400865744226 ], [ -112.17495720235023, 40.585319574487855 ], [ -112.17502992794999, 40.585153977376855 ], [ -112.17516104785474, 40.585084178056384 ], [ -112.17522775643727, 40.58497990047799 ], [ -112.17555408902251, 40.584789200799449 ], [ -112.17608327375896, 40.584576615935561 ], [ -112.17636420603395, 40.584425113204823 ], [ -112.17643475851321, 40.584405476565941 ], [ -112.17744115748653, 40.584184420404753 ], [ -112.17759960297045, 40.584123348348989 ], [ -112.17790638585134, 40.584098599489437 ], [ -112.17803173593596, 40.584036963492139 ], [ -112.17808676736966, 40.583940911097415 ], [ -112.17815671006176, 40.583751918052542 ], [ -112.17829188458933, 40.583374880739825 ], [ -112.17862052277071, 40.582576068678264 ], [ -112.17884928392567, 40.58214582577309 ], [ -112.17896247899023, 40.581997830290504 ], [ -112.17923496119055, 40.581769833752297 ], [ -112.17968645235663, 40.581508478309679 ], [ -112.17985608564551, 40.5814121553653 ], [ -112.18041325912692, 40.581113683105869 ], [ -112.18047066966312, 40.581086070576781 ], [ -112.18130857722647, 40.580559509546688 ], [ -112.18146852595882, 40.580383106762959 ], [ -112.18144947482526, 40.580307629409596 ], [ -112.1814337775299, 40.580221307429248 ], [ -112.18123144908266, 40.58000356697822 ], [ -112.18116826363908, 40.579769989575588 ], [ -112.18106111875885, 40.579388219741901 ], [ -112.18086835370423, 40.578840666049857 ], [ -112.18057279118922, 40.578158132828271 ], [ -112.18041039257942, 40.57752288440674 ], [ -112.18044143203414, 40.5774739207381 ], [ -112.18037656046498, 40.577345760673225 ], [ -112.18040517399244, 40.577293218363003 ], [ -112.18052580946362, 40.577165865022089 ], [ -112.18082450829291, 40.576952010458037 ], [ -112.18137475212407, 40.57659775099259 ], [ -112.18177189611397, 40.576070288493767 ], [ -112.18218527007038, 40.575391313933274 ], [ -112.18253587289641, 40.574838200124397 ], [ -112.18260377307247, 40.574735707709898 ], [ -112.18261328553338, 40.574604985531082 ], [ -112.18275028312161, 40.574535117398156 ], [ -112.18287592697146, 40.574357262099852 ], [ -112.18335179954805, 40.573874030835846 ], [ -112.18341254679393, 40.573768007775207 ], [ -112.18353856178251, 40.57367843229158 ], [ -112.18357721487502, 40.573592454462258 ], [ -112.18358800177191, 40.573467124291547 ], [ -112.18362451451156, 40.573393780426201 ], [ -112.18357133267244, 40.573191631707822 ], [ -112.18361348800974, 40.573036251693892 ], [ -112.18352418826808, 40.572795736020922 ], [ -112.18343038894557, 40.572702106686997 ], [ -112.18337894491236, 40.572531470178632 ], [ -112.18291954474385, 40.571937103287659 ], [ -112.18225225178797, 40.571209733316095 ], [ -112.18218150122254, 40.571015871429729 ], [ -112.18204558903481, 40.570878529726315 ], [ -112.18199178770341, 40.570707916652644 ], [ -112.18202388553306, 40.570585071068258 ], [ -112.18206988965301, 40.569909855190531 ], [ -112.18200241708715, 40.569297959911196 ], [ -112.18218845084293, 40.568591582426016 ], [ -112.18216611283704, 40.568530552457247 ], [ -112.18219169336828, 40.568440204502238 ], [ -112.1821728512018, 40.568376436170233 ], [ -112.18213915413556, 40.568274082813041 ], [ -112.18197243624832, 40.568064086411027 ], [ -112.18181590060345, 40.567492740046376 ], [ -112.1818774254328, 40.566893938355733 ], [ -112.18193308014848, 40.56676724824878 ], [ -112.18195306536302, 40.566493181758446 ], [ -112.18208971514558, 40.566270171416328 ], [ -112.18225294998081, 40.566081121568018 ], [ -112.1828739448672, 40.565456772812915 ], [ -112.18327588729331, 40.564870699288583 ], [ -112.18337709803554, 40.564648050412153 ], [ -112.1833453666227, 40.564523155654278 ], [ -112.18329346240691, 40.564393062360061 ], [ -112.18317542008324, 40.564263646495682 ], [ -112.18308301824659, 40.563913256669565 ], [ -112.18300290557424, 40.563858223696521 ], [ -112.18296552385061, 40.56374780047534 ], [ -112.18293573591833, 40.563666127065638 ], [ -112.18298541751716, 40.563535894120669 ], [ -112.18296139206571, 40.563446053939927 ], [ -112.18300069597365, 40.563061884093649 ], [ -112.18302571734264, 40.56280578294021 ], [ -112.18302459131711, 40.562741833245084 ], [ -112.18290738227238, 40.562189904050882 ], [ -112.18266899250285, 40.561665340435205 ], [ -112.18226734564792, 40.560992003214658 ], [ -112.18185970564818, 40.560447549184651 ], [ -112.18136483682397, 40.560047222945641 ], [ -112.18123532228155, 40.559869275690374 ], [ -112.18104076054178, 40.559686588168042 ], [ -112.18101730273978, 40.5595616080521 ], [ -112.18092884488136, 40.559434589857247 ], [ -112.18063450142452, 40.558883567816686 ], [ -112.18024429013923, 40.558186683788158 ], [ -112.17969973394082, 40.557511193643649 ], [ -112.17923662202325, 40.557033960254181 ], [ -112.17871510722682, 40.556660920188939 ], [ -112.17859104468397, 40.556591017807371 ], [ -112.1784286247652, 40.556489075503286 ], [ -112.17831158509678, 40.556415497720721 ], [ -112.17825829872058, 40.556340368703133 ], [ -112.17823428237064, 40.556250527304925 ], [ -112.17825043251537, 40.556161177085052 ], [ -112.17826623519619, 40.556052011406592 ], [ -112.17829348357941, 40.555922009114795 ], [ -112.17862968468278, 40.555224914343029 ], [ -112.17892344656629, 40.554532755975053 ], [ -112.17882183162345, 40.553789679407238 ], [ -112.17868631014986, 40.553133431559296 ], [ -112.17867529190936, 40.552909228836057 ], [ -112.17860585152177, 40.552788320679646 ], [ -112.17867141815674, 40.552620991856614 ], [ -112.17867173024317, 40.552571441146824 ], [ -112.1789566701956, 40.551982971826412 ], [ -112.17914864102731, 40.551481032860146 ], [ -112.17919797392413, 40.551330985832593 ], [ -112.17920390095443, 40.551197597419126 ], [ -112.17926433490878, 40.551074462970028 ], [ -112.17927865827548, 40.55101576057389 ], [ -112.17920913984072, 40.550890349213958 ], [ -112.17922649844341, 40.550533429736838 ], [ -112.17923894131441, 40.550367543673119 ], [ -112.1791671209989, 40.550178194394235 ], [ -112.17918351717353, 40.550035690449747 ], [ -112.17927512479666, 40.549939263702022 ], [ -112.17928688092643, 40.549868876263425 ], [ -112.17943106599282, 40.549672817557614 ], [ -112.17968938145994, 40.54931794195786 ], [ -112.17973342428913, 40.54920308239673 ], [ -112.17980933700228, 40.549154561318524 ], [ -112.17979783566048, 40.549037566385095 ], [ -112.1799140010243, 40.548725581680145 ], [ -112.17984547715371, 40.548185762744438 ], [ -112.17984443377726, 40.548126316329899 ], [ -112.17982229240268, 40.547604941768107 ], [ -112.17981518239344, 40.547468983796364 ], [ -112.17978100189336, 40.547001784012892 ], [ -112.17927418899454, 40.546385361878976 ], [ -112.17919485477194, 40.546305994710963 ], [ -112.17924998132104, 40.546217147231168 ], [ -112.17940103082877, 40.546143536047445 ], [ -112.17957105059429, 40.546074235296054 ], [ -112.17975453213701, 40.546031822772854 ], [ -112.18011231801636, 40.545760611538689 ], [ -112.18057528872261, 40.54522527172854 ], [ -112.18079595303155, 40.545014015794493 ], [ -112.18089107205959, 40.544849086077683 ], [ -112.18104581700956, 40.544784443621261 ], [ -112.18119092000589, 40.544641524273914 ], [ -112.18164772440592, 40.544159394221623 ], [ -112.18215267678451, 40.543662355826228 ], [ -112.18238387297255, 40.543110461984448 ], [ -112.18241761237778, 40.542275915310299 ], [ -112.18243013287569, 40.542182097154104 ], [ -112.18235353422992, 40.542056759956964 ], [ -112.18234848758419, 40.541971229384075 ], [ -112.18242782256004, 40.541782136518663 ], [ -112.18252293317063, 40.541617205487881 ], [ -112.18254111901432, 40.541509816337019 ], [ -112.1827892299723, 40.540980270026381 ], [ -112.18271852197152, 40.54031705591499 ], [ -112.18262615268321, 40.53963064091154 ], [ -112.18280645577593, 40.538938731800087 ], [ -112.1827383634627, 40.538558362617891 ], [ -112.18265577055368, 40.538427681702622 ], [ -112.18261461678462, 40.538370447554996 ], [ -112.18240356236319, 40.538253693502433 ], [ -112.18236587148347, 40.538191919491382 ], [ -112.18183965776817, 40.537678404847824 ], [ -112.18163914888615, 40.537019220014869 ], [ -112.18149143661265, 40.536340576631162 ], [ -112.18140739135266, 40.535589212615335 ], [ -112.18131786900074, 40.534996456965267 ], [ -112.18089572699651, 40.534423317100071 ], [ -112.18056174040132, 40.53389431816975 ], [ -112.18037722987178, 40.533203436819086 ], [ -112.1800968765012, 40.532635151143616 ], [ -112.18005939643369, 40.532585085420131 ], [ -112.17952932445694, 40.532049978134381 ], [ -112.17939820441269, 40.531911682313869 ], [ -112.17933672097664, 40.53183933969796 ], [ -112.17929085228066, 40.531782152405896 ], [ -112.17922559079753, 40.531696335284181 ], [ -112.17919459468204, 40.531611970133078 ], [ -112.17922000073453, 40.531377485342119 ], [ -112.17923956392617, 40.53080973926977 ], [ -112.1793205614417, 40.530042274362778 ], [ -112.17934633771917, 40.529424917016435 ], [ -112.17946347980715, 40.528833652942005 ], [ -112.17922224508304, 40.528205508006401 ], [ -112.17890509408284, 40.527624081402472 ], [ -112.17888218267444, 40.527394593882249 ], [ -112.17880042546797, 40.527175616305655 ], [ -112.17885586892812, 40.527105683781635 ], [ -112.17884179219033, 40.526976102429991 ], [ -112.17896678721912, 40.526361335924349 ], [ -112.17894284524267, 40.525668812687094 ], [ -112.17882988818285, 40.524949270703054 ], [ -112.1789018559362, 40.524272885182953 ], [ -112.17898335770541, 40.523871167124945 ], [ -112.17902694069095, 40.523663522652058 ], [ -112.17909261624897, 40.523099809653687 ], [ -112.17899446441459, 40.522551281456302 ], [ -112.17879808744831, 40.522123570841721 ], [ -112.17876080056523, 40.522016747885964 ], [ -112.17874239859768, 40.521909732252105 ], [ -112.17876355875002, 40.521769881723735 ], [ -112.17889648384144, 40.521608170880548 ], [ -112.17905787734104, 40.521454277190912 ], [ -112.17976688406657, 40.521157860895485 ], [ -112.18007746406779, 40.521029468420586 ], [ -112.18073934542797, 40.520738932689852 ], [ -112.18132227934167, 40.520389743045577 ], [ -112.18185637333384, 40.520015825725544 ], [ -112.18248215960305, 40.519486018120205 ], [ -112.18301277839589, 40.519116635359275 ], [ -112.18312465699644, 40.519034411592038 ], [ -112.18382178485484, 40.518467831410078 ], [ -112.18452886788107, 40.518065103108079 ], [ -112.18521082781955, 40.51777793942496 ], [ -112.18565982615398, 40.517199479242926 ], [ -112.18594457805368, 40.516611892824024 ], [ -112.18624231775266, 40.516091737512994 ], [ -112.1867953574267, 40.51532302208588 ], [ -112.18690495358905, 40.515111993783222 ], [ -112.18704848357483, 40.51495106543608 ], [ -112.1871384692835, 40.514632134050721 ], [ -112.18754100295229, 40.514098286382904 ], [ -112.18764962132553, 40.513898978699586 ], [ -112.1876466133583, 40.513795409631499 ], [ -112.18761239294081, 40.513729097028204 ], [ -112.18747844017753, 40.513562912048151 ], [ -112.18746031725195, 40.513405446136368 ], [ -112.18737259342109, 40.51331716156394 ], [ -112.18728951531955, 40.513157660489867 ], [ -112.1871178749393, 40.513063031022185 ], [ -112.18693388243359, 40.512870333395298 ], [ -112.18656977386959, 40.512302921740122 ], [ -112.18649601294598, 40.512136117416958 ], [ -112.18628697807245, 40.511660802738021 ], [ -112.18613475570903, 40.511127248763032 ], [ -112.18580135610773, 40.51062708446586 ], [ -112.18573991760385, 40.510556546233509 ], [ -112.18557930354353, 40.510484323003283 ], [ -112.18537849360874, 40.510341343183093 ], [ -112.18531114588427, 40.510203300080519 ], [ -112.18527209530193, 40.509996500536786 ], [ -112.18523244305413, 40.509420350359711 ], [ -112.18499731259897, 40.50886962763218 ], [ -112.18458630978205, 40.5083180049118 ], [ -112.18396183573252, 40.507774874271746 ], [ -112.18382929795804, 40.507687946926531 ], [ -112.18375406797472, 40.507638268905765 ], [ -112.18364145709829, 40.507476364935087 ], [ -112.18360447261, 40.507252427001497 ], [ -112.18356450195272, 40.507194279836199 ], [ -112.18340379103809, 40.506578829454241 ], [ -112.18282189581694, 40.505972195353841 ], [ -112.18276013245598, 40.505882740490392 ], [ -112.18260105423181, 40.505762751128579 ], [ -112.18254337199589, 40.505569654217581 ], [ -112.18242836010792, 40.505405070943269 ], [ -112.18199343627172, 40.504832963264477 ], [ -112.18147339171148, 40.504117584840742 ], [ -112.18098484341051, 40.503447826484837 ], [ -112.18037139818614, 40.502721686080591 ], [ -112.17972179335344, 40.502221129358091 ], [ -112.17897250790871, 40.501890949861625 ], [ -112.1781083299468, 40.501401581719996 ], [ -112.17787210552243, 40.501390476816503 ], [ -112.17760043570196, 40.501377030045553 ], [ -112.1773690073819, 40.501235248816577 ], [ -112.17718751415681, 40.501047013948941 ], [ -112.17648540278718, 40.500510938748533 ], [ -112.1758654555417, 40.500151494926854 ], [ -112.17585798308023, 40.500061483755374 ], [ -112.17587305487999, 40.499978450150245 ], [ -112.17607406551383, 40.499865597214722 ], [ -112.1763020713509, 40.499541665045221 ], [ -112.17638063742483, 40.499512938201057 ], [ -112.17648854340342, 40.499407338453302 ], [ -112.17661175678961, 40.499367346408832 ], [ -112.17680974475955, 40.499351817166591 ], [ -112.177005529395, 40.499277753337068 ], [ -112.1776379344083, 40.498932582126599 ], [ -112.17799828411454, 40.498686574532456 ], [ -112.17834083829148, 40.498435342048595 ], [ -112.17856712219552, 40.498351054968978 ], [ -112.17868070158671, 40.498232783097222 ], [ -112.17885689587931, 40.498185942128018 ], [ -112.17904539339439, 40.498167803268359 ], [ -112.1791332853265, 40.49813267329467 ], [ -112.17928630727354, 40.498110391673819 ], [ -112.1794550619674, 40.498110471074199 ], [ -112.17955045886892, 40.498099587730927 ], [ -112.17986877074414, 40.498014358671696 ], [ -112.18001586119134, 40.497990334904934 ], [ -112.18058197163536, 40.497567448688507 ], [ -112.18059162726249, 40.497512396832668 ], [ -112.18053695518935, 40.496951711947943 ], [ -112.1807566887363, 40.496426960916523 ], [ -112.18107220735334, 40.49591384268814 ], [ -112.18120125425185, 40.495534157206748 ], [ -112.1812678578477, 40.49529474515078 ], [ -112.18134856224701, 40.494513764448371 ], [ -112.18143251972326, 40.493918330125666 ], [ -112.18140976204147, 40.493360922535828 ], [ -112.18132632004266, 40.492640176396222 ], [ -112.18102189451758, 40.491833403237926 ], [ -112.18061051029983, 40.491252039366891 ], [ -112.18021990310154, 40.49077856654533 ], [ -112.17999100178685, 40.490240380120994 ], [ -112.17956317067639, 40.489729448365523 ], [ -112.1792393770754, 40.489094934539757 ], [ -112.17878522229896, 40.488427516350761 ], [ -112.17863137350903, 40.487996666199052 ], [ -112.17854974682665, 40.487782189862251 ], [ -112.1781997479884, 40.486997494147204 ], [ -112.17816317593551, 40.486930301463055 ], [ -112.17788320211596, 40.486438575659122 ], [ -112.17749144718124, 40.485964203876257 ], [ -112.17709485326765, 40.485482673001371 ], [ -112.17701642854452, 40.485383474752069 ], [ -112.17699141913508, 40.48530265078962 ], [ -112.17699145009787, 40.485236886652409 ], [ -112.17707157122723, 40.485095534211247 ], [ -112.17715674046012, 40.484905483078087 ], [ -112.17752201295724, 40.484202683226059 ], [ -112.17795948144747, 40.483243297922414 ], [ -112.17820553330785, 40.482538107452328 ], [ -112.17821378557991, 40.482335326525451 ], [ -112.17819369748837, 40.482198598379732 ], [ -112.17814064363621, 40.482065809805427 ], [ -112.17799474808164, 40.481953786856202 ], [ -112.17794309487036, 40.481833596152583 ], [ -112.1775241105927, 40.481352294560494 ], [ -112.17708779952508, 40.480756756753664 ], [ -112.17661021134084, 40.480094071843283 ], [ -112.17646529806386, 40.479835194257042 ], [ -112.17622797234154, 40.479418703050804 ], [ -112.17617130739463, 40.479281445864864 ], [ -112.17600989964197, 40.479023636404996 ], [ -112.17602885224592, 40.478892816627003 ], [ -112.17597547531061, 40.478741111865389 ], [ -112.17599317109089, 40.478470669199879 ], [ -112.17595081979188, 40.47827470932554 ], [ -112.17601794396475, 40.478200154503185 ], [ -112.1760382343261, 40.477943198536295 ], [ -112.17618039547195, 40.477368794994057 ], [ -112.1761947560192, 40.477110097566495 ], [ -112.17626966375074, 40.477008437104843 ], [ -112.17628484061764, 40.476931708208923 ], [ -112.17627973034934, 40.476774106998064 ], [ -112.17621864830944, 40.476654011361525 ], [ -112.17566972554626, 40.476363208755032 ], [ -112.17546933695343, 40.47630488845553 ], [ -112.17531550041636, 40.476210059358188 ], [ -112.1751599477118, 40.476219749088422 ], [ -112.1747711088597, 40.476111092889305 ], [ -112.17452830474461, 40.476123470412674 ], [ -112.17436795562607, 40.476128703443649 ], [ -112.17427471239633, 40.476126047410865 ], [ -112.1741578634921, 40.476122730259831 ], [ -112.17397252518219, 40.476115604364949 ], [ -112.17370723494396, 40.476056138515723 ], [ -112.17360165097887, 40.475954510928759 ], [ -112.17353057387291, 40.475802083802023 ], [ -112.17346075173934, 40.475721713954869 ], [ -112.17336355729373, 40.475492076575676 ], [ -112.17334509996091, 40.475380555354995 ], [ -112.17335677275169, 40.475305664139555 ], [ -112.1734204996403, 40.475239253165704 ], [ -112.17341461218653, 40.475036615849341 ], [ -112.17339639013886, 40.474938605379386 ], [ -112.17342218849758, 40.474794203278222 ], [ -112.17339286846735, 40.474600812624359 ], [ -112.17327359532376, 40.474390317683664 ], [ -112.17325276387052, 40.474277919652252 ], [ -112.17293740256869, 40.473781134475658 ], [ -112.17254618509185, 40.473263496991336 ], [ -112.17215824572328, 40.47273050996813 ], [ -112.17199220353295, 40.472407878394492 ], [ -112.17184557198809, 40.472251711896078 ], [ -112.17185795563084, 40.472149787286035 ], [ -112.17181152437753, 40.472057467796787 ], [ -112.17156746653151, 40.471182488318142 ], [ -112.17163215158668, 40.470492661893957 ], [ -112.17175139544007, 40.469887865518857 ], [ -112.17196828514946, 40.469132533256818 ], [ -112.17217630531509, 40.46854575447518 ], [ -112.17239097065453, 40.468002149967134 ], [ -112.17242465958127, 40.467904513490772 ], [ -112.17275549655605, 40.467326397260301 ], [ -112.17280812837629, 40.467300638619733 ], [ -112.17280744303132, 40.467193441189131 ], [ -112.17286182634153, 40.467064964749206 ], [ -112.17360489636511, 40.466926794386609 ], [ -112.17385979034563, 40.466933214539146 ], [ -112.17414707835009, 40.466903269947643 ], [ -112.17437728461701, 40.466914444150646 ], [ -112.17474405656671, 40.466978282491361 ], [ -112.17502827537643, 40.467042959002839 ], [ -112.17532405257978, 40.467094004114117 ], [ -112.17559042520558, 40.467149851951497 ], [ -112.17585019458356, 40.467165226887445 ], [ -112.17611696074539, 40.467243591429046 ], [ -112.17622310162959, 40.467242511255968 ], [ -112.17641156075371, 40.467227079952472 ], [ -112.17651204067417, 40.467239570291149 ], [ -112.17677927954772, 40.467344954795401 ], [ -112.17688722885249, 40.467447456447978 ], [ -112.17711946613701, 40.467574817618527 ], [ -112.17733907707354, 40.467654560465448 ], [ -112.17772315251847, 40.467695691122124 ], [ -112.17796051776963, 40.467778855366866 ], [ -112.17835088461649, 40.46784244172791 ], [ -112.17886052635859, 40.467981384736625 ], [ -112.17916236469081, 40.468041366929413 ], [ -112.17950540223111, 40.4680964234879 ], [ -112.1796535310809, 40.468135451085892 ], [ -112.17978901529381, 40.468125960230843 ], [ -112.17986557891501, 40.468119773371825 ], [ -112.18003493016066, 40.468023452318818 ], [ -112.18017503361104, 40.467940942835668 ], [ -112.18037497173439, 40.467907370312574 ], [ -112.18054149709958, 40.46791918258328 ], [ -112.18070558112126, 40.467858949420084 ], [ -112.18078648311051, 40.467831096590345 ], [ -112.18113352380153, 40.467778002215788 ], [ -112.18150030174407, 40.467774253245743 ], [ -112.18177761180061, 40.467847992500865 ], [ -112.18197865425921, 40.467877467277603 ], [ -112.18228672319546, 40.467956295987122 ], [ -112.18257643889541, 40.467997474852368 ], [ -112.18284824335963, 40.468026224033991 ], [ -112.18310801738077, 40.468041582581904 ], [ -112.18366310452193, 40.468080942714188 ], [ -112.18405913750931, 40.468130938579044 ], [ -112.18448489234569, 40.468194141620728 ], [ -112.1849168613697, 40.468275296906768 ], [ -112.18542619390641, 40.468328630792875 ], [ -112.18590328837362, 40.468359771323641 ], [ -112.18621709281958, 40.468361956179969 ], [ -112.18668772020935, 40.468360728298705 ], [ -112.18699506701755, 40.468398111522951 ], [ -112.18754489680849, 40.468473542027624 ], [ -112.18812780671695, 40.468418002788873 ], [ -112.18861851100552, 40.468485027232148 ], [ -112.18895526390008, 40.468517598420227 ], [ -112.18914434281884, 40.468537274141234 ], [ -112.18930389015473, 40.468554550823377 ], [ -112.18971658680601, 40.46854579883734 ], [ -112.18992557203168, 40.468557160474248 ], [ -112.19020012441733, 40.468540820239021 ], [ -112.19027048841721, 40.468517573686505 ], [ -112.19054971689901, 40.468298487340981 ], [ -112.19065315442492, 40.46814427281361 ], [ -112.19070224800342, 40.467918547996078 ], [ -112.19089308729781, 40.46763731008442 ], [ -112.19100092216043, 40.467465032400305 ], [ -112.19123217468794, 40.467201394970814 ], [ -112.19146508231366, 40.466964766299284 ], [ -112.1915909389249, 40.466811220666898 ], [ -112.19172391869178, 40.466660304075333 ], [ -112.19193285321451, 40.466468965462155 ], [ -112.1919960278654, 40.466372821024429 ], [ -112.19207644618814, 40.466251274157052 ], [ -112.19214489585526, 40.466119941049627 ], [ -112.19222497912118, 40.465979479128315 ], [ -112.19229781151665, 40.465762517458394 ], [ -112.19233606074154, 40.465590956344066 ], [ -112.19243789705166, 40.465346669055954 ], [ -112.19261128721665, 40.46514668715546 ], [ -112.1928255533229, 40.464923761214152 ], [ -112.19297639137744, 40.464782568487472 ], [ -112.19312683031174, 40.464618857770162 ], [ -112.19319758771205, 40.464618127291608 ], [ -112.19338770649149, 40.464363918917556 ], [ -112.19362276626354, 40.464316447708129 ], [ -112.1937932840616, 40.464287660233829 ], [ -112.19394555419525, 40.464227530337666 ], [ -112.19421439614146, 40.464089621282234 ], [ -112.19439996950216, 40.463912032716259 ], [ -112.19457231289222, 40.463653501701593 ], [ -112.19467469688229, 40.46344073742759 ], [ -112.19478377461424, 40.463272947692694 ], [ -112.19492830950863, 40.46310929565275 ], [ -112.19511723831808, 40.462855096714144 ], [ -112.19529155395257, 40.462641588044207 ], [ -112.19537122744404, 40.462478606222469 ], [ -112.19552795098573, 40.462337349277576 ], [ -112.19568579194413, 40.462259141931789 ], [ -112.19586211996615, 40.462225786925089 ], [ -112.19642082380695, 40.462138925795841 ], [ -112.19673898019865, 40.462122118725965 ], [ -112.19748166433995, 40.462100913050698 ], [ -112.1978108126158, 40.46203894531083 ], [ -112.19821125376382, 40.461940202479248 ], [ -112.19874470752509, 40.46182656560083 ], [ -112.19911488626258, 40.461750655433669 ], [ -112.19942616643688, 40.461678958839045 ], [ -112.19967883676358, 40.461627689074724 ], [ -112.19990160910773, 40.461553306367158 ], [ -112.20021807821516, 40.461441915200986 ], [ -112.20094001675628, 40.461249736203165 ], [ -112.2013519279953, 40.461199510662318 ], [ -112.20179876585631, 40.461123695939591 ], [ -112.20205755309824, 40.461084969650521 ], [ -112.2024152087909, 40.46096863972928 ], [ -112.20273167085557, 40.460857241767606 ], [ -112.20315434183327, 40.460749241741674 ], [ -112.20353056621943, 40.460682263286365 ], [ -112.20389564092397, 40.460651434810238 ], [ -112.20415514884985, 40.460653235769172 ], [ -112.20452070574991, 40.460649426591416 ], [ -112.20484482909943, 40.460637039427397 ], [ -112.20544097682587, 40.460666858352248 ], [ -112.20577681164706, 40.460649842043388 ], [ -112.20592413299438, 40.460643800614015 ], [ -112.2062010068162, 40.460627398252967 ], [ -112.20656390402692, 40.460474965758053 ], [ -112.20683181805056, 40.460287488899532 ], [ -112.20715240781917, 40.460077840223114 ], [ -112.20739537799467, 40.459880712940652 ], [ -112.2077113118071, 40.459674714858707 ], [ -112.20793406850783, 40.459600316862968 ], [ -112.20825639454455, 40.459487941642166 ], [ -112.20873778119515, 40.459366695132289 ], [ -112.20909614255442, 40.459290876639621 ], [ -112.20944917255005, 40.459246643503612 ], [ -112.20999660646403, 40.45919136545605 ], [ -112.21028700996057, 40.459206342357689 ], [ -112.21067512446768, 40.459211286286134 ], [ -112.21095223359757, 40.459208383244146 ], [ -112.21127037156697, 40.459191536411971 ], [ -112.211447896899, 40.45922571084359 ], [ -112.21176021978276, 40.459213427996133 ], [ -112.21199121357313, 40.459269562904822 ], [ -112.21216224444396, 40.459270471915367 ], [ -112.21221907216184, 40.45928248816962 ], [ -112.21224518959569, 40.459226359906353 ], [ -112.21225377828128, 40.459113660281488 ], [ -112.21234252649795, 40.4588019270563 ], [ -112.21238532145084, 40.458558241528209 ], [ -112.21237448664171, 40.458283587868273 ], [ -112.21234555964284, 40.457986602058746 ], [ -112.21239901223706, 40.457679743344592 ], [ -112.21242282357238, 40.457364186766434 ], [ -112.2123540029506, 40.457144193903197 ], [ -112.21240058764853, 40.456783354587287 ], [ -112.21248949431995, 40.456480628248748 ], [ -112.21260153254345, 40.456218198602286 ], [ -112.21275768363638, 40.455982332283355 ], [ -112.21288374331367, 40.455778312216609 ], [ -112.21310251197325, 40.455483231310382 ], [ -112.21322557219854, 40.455112580121316 ], [ -112.2133020338964, 40.454773948651592 ], [ -112.2133530493485, 40.45433198339579 ], [ -112.21340479339933, 40.453930549906289 ], [ -112.21345355832415, 40.453691305524224 ], [ -112.21359502913546, 40.453361000034924 ], [ -112.21380321197022, 40.453133594663647 ], [ -112.21402867425077, 40.452883485489252 ], [ -112.21415812294099, 40.452540693278237 ], [ -112.21417755358813, 40.452309864590021 ], [ -112.21411802667987, 40.451951039861378 ], [ -112.21407882881543, 40.45173884455302 ], [ -112.21397682589142, 40.451640819437181 ], [ -112.21385172848595, 40.451570063091104 ], [ -112.21358004046652, 40.451217069463418 ], [ -112.21348393429044, 40.451118981983981 ], [ -112.21339913275172, 40.450993749420789 ], [ -112.21331965968474, 40.450836930143488 ], [ -112.21341550337965, 40.450592687062212 ], [ -112.2134641041158, 40.450344435500902 ], [ -112.21344252997109, 40.450128451372244 ], [ -112.21327195793077, 40.44982394357816 ], [ -112.2130709401801, 40.44946570238293 ], [ -112.21288955312828, 40.449215360149282 ], [ -112.21280967859451, 40.449036022729295 ], [ -112.21281839187904, 40.448864764514141 ], [ -112.21282210076306, 40.448743107087168 ], [ -112.21284679865737, 40.448477088956565 ], [ -112.21286503462338, 40.448179607888946 ], [ -112.21282545453921, 40.447945794937482 ], [ -112.21276980919538, 40.447802238328158 ], [ -112.21276559919818, 40.447568054215779 ], [ -112.2127969205557, 40.447342506062093 ], [ -112.21286061524899, 40.446949955746312 ], [ -112.21286738509509, 40.446670612483565 ], [ -112.21285922324796, 40.446544575182585 ], [ -112.21279114175732, 40.446365113910822 ], [ -112.2127245178187, 40.446266716341306 ], [ -112.21267549751154, 40.446163629651949 ], [ -112.21268574902069, 40.446077938662839 ], [ -112.21279641921282, 40.445937141368731 ], [ -112.2129271765578, 40.445733071699593 ], [ -112.21304683675042, 40.445502091990782 ], [ -112.21310704692358, 40.445243808879283 ], [ -112.21316745101254, 40.444996334232719 ], [ -112.21317094530228, 40.444797203427669 ], [ -112.21309556454645, 40.444605206591987 ], [ -112.21298008447904, 40.444412729632695 ], [ -112.21287187600211, 40.444296750922554 ], [ -112.21276956252099, 40.444180710255843 ], [ -112.21273176632394, 40.444045975032743 ], [ -112.21273434203658, 40.443861267899699 ], [ -112.21273568734057, 40.443608106894729 ], [ -112.21273779356125, 40.443397279193 ], [ -112.21273925221149, 40.443150423130291 ], [ -112.21268827544783, 40.442938350585251 ], [ -112.21259597280961, 40.442723108036475 ], [ -112.21229242831261, 40.442235313057196 ], [ -112.21227861657822, 40.442122848055071 ], [ -112.21211347989765, 40.441791254671351 ], [ -112.21201980554306, 40.441499451278922 ], [ -112.21186751192434, 40.44122627996812 ], [ -112.21166943960063, 40.441030163046612 ], [ -112.2113312450237, 40.440844523075022 ], [ -112.21112142036189, 40.440716094286572 ], [ -112.21097801689238, 40.440609491246512 ], [ -112.21092399825376, 40.440556004410645 ], [ -112.21084422054666, 40.440381168694365 ], [ -112.21084163456365, 40.44023705510736 ], [ -112.21081248158551, 40.439926557145526 ], [ -112.21083080596267, 40.439633579421155 ], [ -112.2107588586881, 40.43923794614193 ], [ -112.21073479279514, 40.438882350848843 ], [ -112.21060390570551, 40.438487334756495 ], [ -112.21045874399204, 40.437953732510586 ], [ -112.21035198588508, 40.437589093289127 ], [ -112.21025162373277, 40.437252314247822 ], [ -112.21019768772827, 40.436874509454938 ], [ -112.21002119049575, 40.436565553635127 ], [ -112.20986076201845, 40.436166341350251 ], [ -112.20973335686452, 40.435964976797223 ], [ -112.2097180171718, 40.435766943744753 ], [ -112.20965383147602, 40.435474829455757 ], [ -112.20967685935196, 40.435115137337476 ], [ -112.20961885890735, 40.434839174107857 ], [ -112.20953854286509, 40.434633712992436 ], [ -112.20938732446707, 40.434419083961039 ], [ -112.20934865330135, 40.434234808107163 ], [ -112.20932176984724, 40.43405040891362 ], [ -112.20935003122288, 40.43365372592632 ], [ -112.20940412650988, 40.43338289587188 ], [ -112.20947582167442, 40.433107377231991 ], [ -112.20949566791649, 40.432899066207476 ], [ -112.20952055223587, 40.432642955794051 ], [ -112.20955341213759, 40.432502975491623 ], [ -112.20956237470946, 40.432345227626833 ], [ -112.20952547981609, 40.432260030034975 ], [ -112.2094175392821, 40.43215755815875 ], [ -112.20927399560595, 40.432041945430626 ], [ -112.20878128069504, 40.431848905083008 ], [ -112.20852592269836, 40.431743469407706 ], [ -112.20827185534215, 40.431710090124703 ], [ -112.20788740503401, 40.431637533131145 ], [ -112.20750239157368, 40.431533449912045 ], [ -112.20724974580787, 40.431513566736527 ], [ -112.20706139453354, 40.431529046885522 ], [ -112.20683650327477, 40.43154490821702 ], [ -112.20672388208918, 40.431510048715531 ], [ -112.20659263050429, 40.43142223160438 ], [ -112.20635582723374, 40.431365244992811 ], [ -112.20590519647598, 40.431283462334513 ], [ -112.20556360244706, 40.431233873398682 ], [ -112.20524390564967, 40.431156127836694 ], [ -112.20499016353807, 40.431140755546707 ], [ -112.20490055520294, 40.431074123535176 ], [ -112.20486859573695, 40.430934820111837 ], [ -112.20482501023713, 40.430804646661002 ], [ -112.20482131261903, 40.43059748257442 ], [ -112.20477796858185, 40.430480819795903 ], [ -112.20474528628841, 40.430300984209232 ], [ -112.204735695572, 40.430093881519149 ], [ -112.2046856549109, 40.429932244430674 ], [ -112.2044624725488, 40.42964718901851 ], [ -112.20427720707009, 40.429504978257306 ], [ -112.2041278487127, 40.429393023129407 ], [ -112.20397818562472, 40.42926395423472 ], [ -112.20377435884761, 40.429072387499616 ], [ -112.20355924444137, 40.428908865238569 ], [ -112.20342103291966, 40.428760757864836 ], [ -112.20324078236966, 40.428568944718954 ], [ -112.20299546619904, 40.428364295199934 ], [ -112.20277969797836, 40.428163842115943 ], [ -112.20259977176984, 40.427990042192974 ], [ -112.20252728812652, 40.427891699272458 ], [ -112.20240072301013, 40.427735361547946 ], [ -112.2020129334314, 40.427473634444432 ], [ -112.2017094147859, 40.427310126987024 ], [ -112.20149938662485, 40.427100602960621 ], [ -112.20121298939139, 40.426905385360357 ], [ -112.20096808600515, 40.426723249187589 ], [ -112.20058716193614, 40.426515498793769 ], [ -112.20028373108512, 40.426356491032365 ], [ -112.20002235370545, 40.426242090014718 ], [ -112.19963554215654, 40.42603439756212 ], [ -112.19927931820453, 40.425889448212871 ], [ -112.19896378720706, 40.42571254483645 ], [ -112.19879815837271, 40.425679128171311 ], [ -112.19865630972042, 40.42565717615954 ], [ -112.19863639184985, 40.425531259196809 ], [ -112.19860380854938, 40.425355925034978 ], [ -112.19853496742424, 40.425063852104316 ], [ -112.19846249067128, 40.42469974623102 ], [ -112.19841476501027, 40.424335383698306 ], [ -112.1983092300443, 40.424034682147166 ], [ -112.19822225380561, 40.423783336648256 ], [ -112.19810549432594, 40.42351428210452 ], [ -112.19805022118355, 40.423388731411187 ], [ -112.19773915998977, 40.423130698811249 ], [ -112.19747628185205, 40.422930723615991 ], [ -112.19718314285124, 40.422686017070163 ], [ -112.19698564732884, 40.422516894494173 ], [ -112.19673462038288, 40.422253733073724 ], [ -112.19634524297049, 40.421965877338337 ], [ -112.19605960043417, 40.42181117856876 ], [ -112.19591562308298, 40.421668526872608 ], [ -112.19575914501134, 40.421552129898259 ], [ -112.19553400947203, 40.42141932599435 ], [ -112.19524924798444, 40.421314164638829 ], [ -112.1949817838012, 40.421253867921401 ], [ -112.1948647903961, 40.42123705956395 ], [ -112.19474637946296, 40.42120675249388 ], [ -112.19466921719874, 40.421176019033716 ], [ -112.19463855878652, 40.421108769641172 ], [ -112.194724318966, 40.420959237673472 ], [ -112.19479263997071, 40.420823399125794 ], [ -112.19491741628468, 40.420547340137361 ], [ -112.19496440964572, 40.420272085057697 ], [ -112.19501694246595, 40.419843622556122 ], [ -112.19507132481858, 40.419586308685872 ], [ -112.19507776985094, 40.41928444619294 ], [ -112.19508994791707, 40.418973515585428 ], [ -112.19505570372871, 40.418703604608119 ], [ -112.19508428390407, 40.418320433746281 ], [ -112.19519161662467, 40.418058067946191 ], [ -112.19541806429665, 40.417533214188374 ], [ -112.19561202510351, 40.417170854976369 ], [ -112.1958375185701, 40.416925284109567 ], [ -112.19615131449335, 40.416674294762743 ], [ -112.19632481133715, 40.416487818359741 ], [ -112.19654424815998, 40.41623329994561 ], [ -112.19682306816868, 40.41600429197851 ], [ -112.19698001833206, 40.415881948622427 ], [ -112.19726474354769, 40.415653779329133 ], [ -112.19744420671907, 40.415471743864948 ], [ -112.19760545296967, 40.415325932184054 ], [ -112.1977690553751, 40.415180095865857 ], [ -112.19786101296458, 40.41504851494448 ], [ -112.19791198111461, 40.414931772827096 ], [ -112.19790359685737, 40.414791321844596 ], [ -112.19787563540851, 40.41454386854474 ], [ -112.19786127684299, 40.414066548907265 ], [ -112.19785648457488, 40.413796333404825 ], [ -112.19779850483779, 40.41351766013436 ], [ -112.19775254909919, 40.413252375505351 ], [ -112.19777086550386, 40.413022460321315 ], [ -112.19784193019426, 40.412643352732808 ], [ -112.19799398240919, 40.412245388189383 ], [ -112.19808991040301, 40.412005659800855 ], [ -112.19825963523456, 40.411607511728697 ], [ -112.19836177280801, 40.411385736419575 ], [ -112.19852776030716, 40.411109246039324 ], [ -112.19860139649546, 40.410941819035521 ], [ -112.19867892614371, 40.410661741075927 ], [ -112.1986802626318, 40.410404975186843 ], [ -112.19866438319818, 40.410107847989394 ], [ -112.19867594557267, 40.409896020273088 ], [ -112.19868545490873, 40.40970133063967 ], [ -112.19865886764981, 40.409531339140408 ], [ -112.19855640870736, 40.409402674037501 ], [ -112.19840081385448, 40.409268253461192 ], [ -112.19828465935069, 40.409098289384502 ], [ -112.19824927010937, 40.408697762541884 ], [ -112.19833221108499, 40.408390602089263 ], [ -112.19837940287988, 40.408061290015496 ], [ -112.19848622802604, 40.407771899543569 ], [ -112.19855834278582, 40.40751890420708 ], [ -112.19863562932115, 40.407225315380522 ], [ -112.19868028362188, 40.407085215256444 ], [ -112.19880430071417, 40.406768619658337 ], [ -112.19894233722081, 40.406578002416097 ], [ -112.19916586552023, 40.406224338999955 ], [ -112.19922190105841, 40.40606159847583 ], [ -112.19943508280851, 40.405789121493257 ], [ -112.19951308334356, 40.40553606443752 ], [ -112.19958511209913, 40.405278564858371 ], [ -112.19964367860113, 40.404926611980365 ], [ -112.19969166165495, 40.404642335263858 ], [ -112.19973151403177, 40.404232018961132 ], [ -112.19981420333832, 40.403911346598946 ], [ -112.19985397467313, 40.403496526623421 ], [ -112.19981494937078, 40.403289728000999 ], [ -112.19970053995029, 40.403151278029902 ], [ -112.19948907587107, 40.402856179970911 ], [ -112.19937911996483, 40.402636603769722 ], [ -112.19923206028847, 40.402318314918539 ], [ -112.19915545389985, 40.401985781853838 ], [ -112.19894677044326, 40.401514981180412 ], [ -112.19874256402468, 40.40129638166345 ], [ -112.19861502040312, 40.401081491442127 ], [ -112.19863339135934, 40.400788513111998 ], [ -112.19858776176463, 40.400541242568494 ], [ -112.19849428706851, 40.400253928112754 ], [ -112.19849746213761, 40.40010074459974 ], [ -112.19856629861033, 40.399995528242407 ], [ -112.19871643951817, 40.399823704228382 ], [ -112.19902782933292, 40.399442103201537 ], [ -112.19930960224353, 40.399051799690582 ], [ -112.19948629896682, 40.398716638822627 ], [ -112.19969849779248, 40.398390118151752 ], [ -112.19987057966571, 40.398127075449409 ], [ -112.19999457573886, 40.397810478409625 ], [ -112.20003174746981, 40.39758126751034 ], [ -112.20000806212924, 40.397242780129943 ], [ -112.19998655211565, 40.397026790681409 ], [ -112.19989976682572, 40.396784452086166 ], [ -112.19974746722301, 40.396502253375772 ], [ -112.19959023769029, 40.39627415878121 ], [ -112.19946627381503, 40.395928603615864 ], [ -112.19934303051267, 40.395623580711323 ], [ -112.1991895967189, 40.395210764403416 ], [ -112.1991474830958, 40.394895890880562 ], [ -112.19915327103972, 40.394557998353172 ], [ -112.19923118079763, 40.394300437571665 ], [ -112.19938939609322, 40.393920423989165 ], [ -112.19954864869842, 40.393598957053996 ], [ -112.19963457958875, 40.393129604339848 ], [ -112.19966320644326, 40.392750934816469 ], [ -112.19968037249612, 40.392390401920927 ], [ -112.1997049472297, 40.392115376395971 ], [ -112.19968733203849, 40.391786735401382 ], [ -112.19964983351089, 40.391665504724749 ], [ -112.1995877199054, 40.391485070870907 ], [ -112.19957944816579, 40.391350924508465 ], [ -112.19946298227482, 40.391095379948091 ], [ -112.19936578540677, 40.390929724098747 ], [ -112.19932836787046, 40.390812996892407 ], [ -112.19938916242604, 40.390587144450798 ], [ -112.19958582515679, 40.390382404591918 ], [ -112.19975884701829, 40.390173405272698 ], [ -112.199954548123, 40.389914621520091 ], [ -112.20015533808119, 40.389610740240741 ], [ -112.20044471409976, 40.389319452210849 ], [ -112.20075852691782, 40.389077458483875 ], [ -112.20109645687683, 40.388866744437017 ], [ -112.2013045689762, 40.388643864950026 ], [ -112.20145322162357, 40.388390071888374 ], [ -112.20158452408961, 40.388154476687866 ], [ -112.201605201399, 40.387992102048614 ], [ -112.20154006060763, 40.387641432848717 ], [ -112.20140328394945, 40.387237454692041 ], [ -112.20134840380528, 40.386801094385092 ], [ -112.20130642396811, 40.38642766213313 ], [ -112.20126031549135, 40.386153370396627 ], [ -112.20114878215485, 40.385843722785744 ], [ -112.20103040031366, 40.38548009290853 ], [ -112.20088806185203, 40.385094189499398 ], [ -112.20081895813702, 40.384851667423803 ], [ -112.20062545670142, 40.384569897109223 ], [ -112.20042550776614, 40.384256662303599 ], [ -112.2002439484038, 40.383983776208474 ], [ -112.20001010551846, 40.383751972409861 ], [ -112.19972787081768, 40.383448599176589 ], [ -112.19954567732049, 40.383139682972988 ], [ -112.19945915232719, 40.382910854036524 ], [ -112.19916873835268, 40.382544502025894 ], [ -112.19875956406872, 40.382323522719432 ], [ -112.19841106025406, 40.382268577533424 ], [ -112.19803716473552, 40.382110292196316 ], [ -112.19759595562947, 40.38187612731334 ], [ -112.19726947849374, 40.381667799448856 ], [ -112.19692136787285, 40.381302039052521 ], [ -112.19671539742826, 40.38097985099423 ], [ -112.19629638502151, 40.380601309101941 ], [ -112.19593779736604, 40.380308626039046 ], [ -112.19560313534531, 40.380036414896296 ], [ -112.19531266063278, 40.379931311354945 ], [ -112.19501566107687, 40.379790238947649 ], [ -112.1947972094372, 40.379760965300896 ], [ -112.1944105239632, 40.379544242438598 ], [ -112.19410326514489, 40.379155529097176 ], [ -112.1938972352862, 40.378828831989303 ], [ -112.19368428510062, 40.37844364811972 ], [ -112.19340465216058, 40.377951045331407 ], [ -112.19316823168437, 40.37757060711138 ], [ -112.19250275226138, 40.376907210265351 ], [ -112.19213693064718, 40.376536212283021 ], [ -112.19205155088672, 40.376370427894379 ], [ -112.19199498025014, 40.376168310866404 ], [ -112.1918839035464, 40.375881171105831 ], [ -112.19171998835004, 40.37560358469446 ], [ -112.19152201199252, 40.375398420215461 ], [ -112.19138276469818, 40.375183641401883 ], [ -112.19126277064331, 40.375058753063534 ], [ -112.19122977010998, 40.374923959531309 ], [ -112.19116522113463, 40.374870571086383 ], [ -112.19117453958877, 40.374730837133683 ], [ -112.19104039034669, 40.374470960850992 ], [ -112.19087870239036, 40.374319474835666 ], [ -112.19061038679784, 40.374133050918651 ], [ -112.19050750682783, 40.373976454387623 ], [ -112.1901418865873, 40.373615357523803 ], [ -112.18994431706903, 40.373432708303589 ], [ -112.18957925723616, 40.373103135001024 ], [ -112.18940571973322, 40.372947264314114 ], [ -112.18914377714819, 40.37278779807378 ], [ -112.18891081883895, 40.372601907402078 ], [ -112.18880354481273, 40.372530038178269 ], [ -112.18869636598708, 40.372463573217765 ], [ -112.18876528574866, 40.372363766753494 ], [ -112.18896916358153, 40.372235545946467 ], [ -112.18917264476343, 40.372084806594955 ], [ -112.1893464456181, 40.371920858804728 ], [ -112.18950131342987, 40.371685034264033 ], [ -112.18964408669953, 40.371431316126866 ], [ -112.18978000421501, 40.371122714015165 ], [ -112.18985103860686, 40.370808473145175 ], [ -112.18994247818817, 40.370649876341922 ], [ -112.19003508992218, 40.37055793331745 ], [ -112.19022742117632, 40.370443342474232 ], [ -112.19049104460053, 40.370364052994731 ], [ -112.19077822029708, 40.370284520383308 ], [ -112.19110009022758, 40.370168594067323 ], [ -112.19136896520013, 40.370053212866338 ], [ -112.1916078429591, 40.36990660898568 ], [ -112.19181115257935, 40.369746857842848 ], [ -112.19204437820612, 40.36961382467689 ], [ -112.19237993812574, 40.369272530977625 ], [ -112.19276975810078, 40.369002747894328 ], [ -112.19320501153157, 40.368637901154017 ], [ -112.19338356964282, 40.368410835823376 ], [ -112.19354493918722, 40.368210974354405 ], [ -112.19365960092549, 40.36803411708204 ], [ -112.1937277937392, 40.367893775043811 ], [ -112.1937371857527, 40.367758544443291 ], [ -112.19371188552604, 40.367659707610102 ], [ -112.19366685543388, 40.36744395860061 ], [ -112.19362174618786, 40.367223705926413 ], [ -112.19359621623846, 40.366778028352094 ], [ -112.19354800914574, 40.36638213381692 ], [ -112.19351364398555, 40.36610321223214 ], [ -112.19353179293607, 40.365796721883989 ], [ -112.19357420801168, 40.365530521164445 ], [ -112.19364463152961, 40.365182951090269 ], [ -112.19376420794021, 40.364884422577632 ], [ -112.19391778768211, 40.364644100810551 ], [ -112.19407230545148, 40.364390255776307 ], [ -112.19418695956732, 40.364213397978951 ], [ -112.19433447476584, 40.363896562491824 ], [ -112.19448835327867, 40.363606687823079 ], [ -112.19462361350682, 40.363262951783867 ], [ -112.19472356220885, 40.36298714726923 ], [ -112.19477136621737, 40.362626296709905 ], [ -112.19479619166231, 40.362364781619327 ], [ -112.19480343394638, 40.362107952643299 ], [ -112.19475076763861, 40.361793184654765 ], [ -112.19476461320193, 40.361576827567291 ], [ -112.19471902768846, 40.36132955326952 ], [ -112.19458734150786, 40.361208392382977 ], [ -112.19450353333359, 40.361197546507775 ], [ -112.19435790668858, 40.361220672060149 ], [ -112.19429266805311, 40.361194319078621 ], [ -112.19425113813259, 40.361176730136428 ], [ -112.19427206487316, 40.361027866848062 ], [ -112.19432919028287, 40.360928178761021 ], [ -112.1943797127222, 40.360788018703253 ], [ -112.19433516253551, 40.360599291502261 ], [ -112.19425457313119, 40.360370396325131 ], [ -112.19413866027435, 40.360141865843246 ], [ -112.19398662970576, 40.359868663542429 ], [ -112.19373651845507, 40.359709985938302 ], [ -112.19345049691523, 40.359518345379151 ], [ -112.19322352436149, 40.359336004648483 ], [ -112.19296791068372, 40.359199003542706 ], [ -112.19282447321363, 40.359078862694012 ], [ -112.19248429733594, 40.358821112243234 ], [ -112.19215621579801, 40.358581253939342 ], [ -112.1918679033255, 40.358259003597389 ], [ -112.19146761091162, 40.357930699147239 ], [ -112.19115202495776, 40.357731249352035 ], [ -112.19096181386497, 40.357629605759342 ], [ -112.19053788611242, 40.357296136074083 ], [ -112.19019806055253, 40.357057293890193 ], [ -112.18999384555826, 40.356828766920898 ], [ -112.1897595000647, 40.35656091028055 ], [ -112.18957457745587, 40.3560898438583 ], [ -112.18944094790643, 40.355856986186751 ], [ -112.18932802779122, 40.355529321598432 ], [ -112.18918874114799, 40.355242468199556 ], [ -112.18899782796807, 40.355100288322575 ], [ -112.18869530183902, 40.354972768823814 ], [ -112.18845998406316, 40.354984196303995 ], [ -112.18824161531204, 40.35495490896399 ], [ -112.18807551731177, 40.354884544027172 ], [ -112.18798421012201, 40.354714312318116 ], [ -112.1878396845256, 40.354531113770484 ], [ -112.187766355091, 40.354378715083378 ], [ -112.18681955045406, 40.35175782644405 ], [ -112.18657840147695, 40.351435979200872 ], [ -112.1864104194749, 40.3512575238598 ], [ -112.18615350856862, 40.351043944653483 ], [ -112.18594894697083, 40.350793792283959 ], [ -112.18587411122365, 40.350554921894997 ], [ -112.18585086599816, 40.350236243777786 ], [ -112.18580650495774, 40.35005651983731 ], [ -112.18566598879384, 40.349765169964947 ], [ -112.18552200363902, 40.349275658746819 ], [ -112.18541898863776, 40.34877221394553 ], [ -112.18534338438781, 40.348489207172619 ], [ -112.18523913767891, 40.348251538598852 ], [ -112.18508277693185, 40.347996386063947 ], [ -112.18464567409103, 40.347645010997596 ], [ -112.18429704485818, 40.347572005576986 ], [ -112.18406637781645, 40.347511304841234 ], [ -112.18368682250816, 40.347353029217928 ], [ -112.18344257358886, 40.347188863361879 ], [ -112.1831561778633, 40.34697107449005 ], [ -112.18290031351115, 40.34674846814243 ], [ -112.18263707555663, 40.346575485826669 ], [ -112.18239879680011, 40.346415761146154 ], [ -112.18200762068062, 40.346265706803244 ], [ -112.18168632538344, 40.346071694173695 ], [ -112.18136517336812, 40.345885787228205 ], [ -112.18121879918283, 40.345594491476554 ], [ -112.18113167984463, 40.345325112750608 ], [ -112.18106700558806, 40.344992442077348 ], [ -112.18087268251776, 40.344652086255813 ], [ -112.18085227539632, 40.344494637973682 ], [ -112.18080518278559, 40.344157283107187 ], [ -112.18074082552481, 40.343842626844584 ], [ -112.18063236557505, 40.343699590859501 ], [ -112.18039017618626, 40.34331467799224 ], [ -112.1801464197286, 40.342839691030242 ], [ -112.17989944910153, 40.342517888529912 ], [ -112.1797487722996, 40.342316724148887 ], [ -112.17951334174279, 40.341981289629523 ], [ -112.17929093999193, 40.34171779340452 ], [ -112.17912778952568, 40.341476215056815 ], [ -112.17902710920032, 40.341103369753135 ], [ -112.17893835820635, 40.340739411690059 ], [ -112.17887024996885, 40.34020857738544 ], [ -112.17881948021181, 40.339997384330736 ], [ -112.17862455622824, 40.339620994631041 ], [ -112.17842594322615, 40.339370767605494 ], [ -112.17817263809498, 40.339021998807318 ], [ -112.17799309518681, 40.338852657386774 ], [ -112.17777102314473, 40.33860717260211 ], [ -112.17765504795068, 40.338369616067766 ], [ -112.17744287045777, 40.338015922316998 ], [ -112.17731434370835, 40.337733448372305 ], [ -112.17715089705405, 40.337473852095783 ], [ -112.17699992684386, 40.337254668944041 ], [ -112.17682220715855, 40.33718981106027 ], [ -112.17661888071713, 40.337006295074701 ], [ -112.17648518173493, 40.336696845861916 ], [ -112.17633931481595, 40.336500132306817 ], [ -112.17603533165179, 40.336282504015358 ], [ -112.17584473456021, 40.336153811882113 ], [ -112.17567869560864, 40.336083428078979 ], [ -112.17558249862697, 40.335967289325637 ], [ -112.17553314958877, 40.335837160890556 ], [ -112.1755823647938, 40.335620445445763 ], [ -112.17571696549329, 40.335236196117201 ], [ -112.17595827981125, 40.334895906494538 ], [ -112.17614457223696, 40.334776895626774 ], [ -112.1765067146992, 40.334615555447449 ], [ -112.17676151449658, 40.334374225617317 ], [ -112.17699795281517, 40.334092541718618 ], [ -112.17720488549581, 40.333806653165013 ], [ -112.1774315853651, 40.333642184092632 ], [ -112.17789219822119, 40.333389747397419 ], [ -112.17837885664218, 40.333213619754872 ], [ -112.17872119717197, 40.332997519683389 ], [ -112.17910044578163, 40.332805366562411 ], [ -112.17939650275071, 40.332568114796516 ], [ -112.17968628053187, 40.332308403891069 ], [ -112.17993517517606, 40.332134694562896 ], [ -112.18027603026299, 40.332036622558149 ], [ -112.18065776521642, 40.3319876815942 ], [ -112.18094596911628, 40.331975730285983 ], [ -112.18127081752158, 40.332039980249441 ], [ -112.18171273649124, 40.332066997355405 ], [ -112.18183600554892, 40.332047719897581 ], [ -112.18205319745283, 40.332013968996449 ], [ -112.18248224599955, 40.33197805191147 ], [ -112.18279359587608, 40.331943336935019 ], [ -112.18321605061142, 40.331866944200179 ], [ -112.18356631183683, 40.331701199021147 ], [ -112.18404548744857, 40.331502601734279 ], [ -112.18457197527977, 40.331317031367902 ], [ -112.18506903601191, 40.331131760126098 ], [ -112.18547280387379, 40.330996992331883 ], [ -112.18589430336864, 40.33086654581102 ], [ -112.18628677156329, 40.330758917945808 ], [ -112.18648025998647, 40.330716392891993 ], [ -112.18656790081377, 40.330679457940178 ], [ -112.18691273619559, 40.330540785219334 ], [ -112.18741590622132, 40.330368954672906 ], [ -112.1880358997707, 40.330146372697008 ], [ -112.18848132282375, 40.330038193452886 ], [ -112.18879751764514, 40.329944854263019 ], [ -112.1891138696833, 40.329860521563106 ], [ -112.18954720330977, 40.329734444574832 ], [ -112.19021184816162, 40.329642021771718 ], [ -112.19076757962608, 40.329514680623738 ], [ -112.19105967576046, 40.329390051971636 ], [ -112.191588933861, 40.329096313579456 ], [ -112.19197461438149, 40.328871619787641 ], [ -112.19241199756065, 40.328641887212839 ], [ -112.19286130550967, 40.328421038972522 ], [ -112.19325057503784, 40.328133241132534 ], [ -112.19348310106676, 40.327968680558691 ], [ -112.19367427557955, 40.327795537315502 ], [ -112.19378799819576, 40.32756913936506 ], [ -112.19383229663372, 40.327411025165979 ], [ -112.19391621479325, 40.327163313177827 ], [ -112.1940943311578, 40.326917331358807 ], [ -112.19440287225383, 40.326724957219533 ], [ -112.19470735373714, 40.326636227354932 ], [ -112.19485955446045, 40.326589610293389 ], [ -112.1953346031348, 40.326494612127313 ], [ -112.19570866185367, 40.326346602249828 ], [ -112.19598793280929, 40.32616353544779 ], [ -112.19618545727485, 40.326017349299924 ], [ -112.19627642639379, 40.325836229049294 ], [ -112.19623269146868, 40.325692537838421 ], [ -112.19611261952163, 40.325558645024977 ], [ -112.19592670768171, 40.325362370058436 ], [ -112.19566326794033, 40.325108337920604 ], [ -112.19548403755036, 40.324957038013082 ], [ -112.19517559251064, 40.324820586542884 ], [ -112.19490905328344, 40.324724241709418 ], [ -112.19454002120854, 40.324489315712349 ], [ -112.19425543458004, 40.324370633306835 ], [ -112.19397061085593, 40.324238439179851 ], [ -112.19375051448793, 40.324105576326922 ], [ -112.19338650142429, 40.323821045428105 ], [ -112.19327303641761, 40.323727621811699 ], [ -112.19299800326843, 40.323482712046378 ], [ -112.19284812453414, 40.323326600739534 ], [ -112.19276255963986, 40.323146402695031 ], [ -112.19271344139338, 40.323030693394479 ], [ -112.19268156342257, 40.322891382958105 ], [ -112.19271377639663, 40.322715375729196 ], [ -112.19281007976943, 40.322502671658832 ], [ -112.19295321708307, 40.322275971011742 ], [ -112.19306653684414, 40.322027055300026 ], [ -112.19320029903265, 40.321602253501254 ], [ -112.19339751405693, 40.321104725028135 ], [ -112.19346425070061, 40.320884217343377 ], [ -112.19357445688448, 40.320458757202417 ], [ -112.19362925010851, 40.320228462768299 ], [ -112.19366161817393, 40.320061462593365 ], [ -112.19364532884718, 40.319804874725669 ], [ -112.19353068057809, 40.319643896121363 ], [ -112.19343431876314, 40.31951876465169 ], [ -112.19342726012732, 40.31911793776478 ], [ -112.19355497237947, 40.318684188820818 ], [ -112.19370199998961, 40.31834483470795 ], [ -112.19385776591166, 40.318167551916183 ], [ -112.19411260124686, 40.317935192305029 ], [ -112.19429818024838, 40.317780123597075 ], [ -112.19459475374268, 40.317578863407213 ], [ -112.19483503003825, 40.317522327756834 ], [ -112.19516522813836, 40.317559456850645 ], [ -112.19561473855116, 40.317488144882311 ], [ -112.19600474370688, 40.317446275208859 ], [ -112.19644865509657, 40.317257901108249 ], [ -112.19678139613553, 40.317105810628206 ], [ -112.19700664045158, 40.316864741831687 ], [ -112.19710785138112, 40.316597929371525 ], [ -112.19735026607464, 40.316329655239528 ], [ -112.1974693641021, 40.316076170767438 ], [ -112.19744193128264, 40.315855734623049 ], [ -112.19743000076784, 40.315513516674862 ], [ -112.19749638498286, 40.315274091311423 ], [ -112.1975917083455, 40.315007339326442 ], [ -112.19769331226968, 40.314763044690707 ], [ -112.19793094248605, 40.314224549214984 ], [ -112.1983584976513, 40.313445347562542 ], [ -112.19845078939527, 40.313007455429847 ], [ -112.19847375572084, 40.312642353410304 ], [ -112.19849241344821, 40.312299818482238 ], [ -112.19844408285293, 40.311962482088639 ], [ -112.19841585265955, 40.311697009337173 ], [ -112.19825262996125, 40.311450953008297 ], [ -112.19820134611133, 40.311212745962777 ], [ -112.19810778423816, 40.310979481289223 ], [ -112.19792817152602, 40.310738098718758 ], [ -112.19773689062453, 40.310568908617917 ], [ -112.19762781365012, 40.310389858130776 ], [ -112.19761151254666, 40.310133270583762 ], [ -112.19754194670638, 40.309859216481129 ], [ -112.19750133553343, 40.309625403053005 ], [ -112.1974502778429, 40.309333139274045 ], [ -112.19737570564411, 40.309108686329559 ], [ -112.19734080281135, 40.308798237257996 ], [ -112.19737212289004, 40.308572688159096 ], [ -112.19747850434695, 40.308332848532771 ], [ -112.19763398241406, 40.308074482501816 ], [ -112.19777270314758, 40.307933406734719 ], [ -112.19792175649089, 40.307711142822427 ], [ -112.19803670609933, 40.307556799407422 ], [ -112.19815253068892, 40.307451996300159 ], [ -112.19827336207786, 40.30729759172452 ], [ -112.19833671893278, 40.307220358920013 ], [ -112.19848084152636, 40.307052199342394 ], [ -112.19854475522904, 40.307006492146456 ], [ -112.19860811150724, 40.306929259197872 ], [ -112.1984484028001, 40.306881364460324 ], [ -112.19822280811631, 40.306834151994266 ], [ -112.19787531412773, 40.306747660973983 ], [ -112.19762792293368, 40.306732204548837 ], [ -112.19746241221131, 40.306688873012384 ], [ -112.19716032764292, 40.306574882756664 ], [ -112.19700594683795, 40.306495399378178 ], [ -112.19664096704555, 40.306418094569736 ], [ -112.19628015336153, 40.3063767815216 ], [ -112.19595485926858, 40.306281046119025 ], [ -112.19575365762536, 40.306215558617808 ], [ -112.19560007342912, 40.306181110117365 ], [ -112.19527263751185, 40.305963773405118 ], [ -112.19493987668858, 40.305778022261904 ], [ -112.1945601362534, 40.305597259801829 ], [ -112.19426847789845, 40.305406577739888 ], [ -112.19402435756197, 40.305242431260339 ], [ -112.19379152774435, 40.305051140728082 ], [ -112.19346338959686, 40.304793265534933 ], [ -112.19333684446184, 40.30462339996911 ], [ -112.19313517469735, 40.304530885678737 ], [ -112.19292072244794, 40.304447511857077 ], [ -112.19272658808541, 40.304381946153768 ], [ -112.19243144950373, 40.304327331243307 ], [ -112.19230248260834, 40.304287219162227 ], [ -112.19208032853827, 40.30410031958786 ], [ -112.19203368816594, 40.3037899895034 ], [ -112.1919826700673, 40.303565290056063 ], [ -112.19187005758606, 40.303183567590793 ], [ -112.19185203914394, 40.30282789743756 ], [ -112.19176708982508, 40.3026810249156 ], [ -112.19160962175425, 40.302424989459261 ], [ -112.19139891345009, 40.30215238499629 ], [ -112.19123120248993, 40.301982940975464 ], [ -112.19102717039118, 40.301755312103651 ], [ -112.19078109397675, 40.301478566102006 ], [ -112.19062467627093, 40.301281977886575 ], [ -112.19041350119413, 40.300982349315795 ], [ -112.19010679044936, 40.300602622127052 ], [ -112.18993790121576, 40.300365620686073 ], [ -112.18979866088769, 40.300141827563216 ], [ -112.18979068039958, 40.299686954469614 ], [ -112.18973690779714, 40.299304624417942 ], [ -112.18963908169295, 40.29909391863832 ], [ -112.18953608513785, 40.298923806500625 ], [ -112.1894307984781, 40.298623087088053 ], [ -112.18942073021144, 40.298384451693749 ], [ -112.18944986109695, 40.298032800544483 ], [ -112.18950204547514, 40.297653885273327 ], [ -112.18970692134209, 40.297259886218477 ], [ -112.18977880348366, 40.296997885436092 ], [ -112.18985618066411, 40.296780873171052 ], [ -112.19002618303578, 40.296612457655542 ], [ -112.190163720595, 40.296471402950402 ], [ -112.19021396981135, 40.296317732656668 ], [ -112.19016931990704, 40.296119993620223 ], [ -112.18999321695803, 40.295806489590483 ], [ -112.18968872872665, 40.295551963378145 ], [ -112.18937164223357, 40.295249818061365 ], [ -112.18919712452502, 40.295026386662123 ], [ -112.1890768062766, 40.294874470073566 ], [ -112.18894362002916, 40.294659622453757 ], [ -112.18880463193015, 40.294449338801947 ], [ -112.18870164478876, 40.29427922565602 ], [ -112.18840511726573, 40.294142632351388 ], [ -112.18824449900927, 40.294040678473451 ], [ -112.18811980192696, 40.293974391545518 ], [ -112.18794726355542, 40.293863550647728 ], [ -112.18791422743712, 40.293656682342679 ], [ -112.18788612665388, 40.293395709198606 ], [ -112.18784078253722, 40.29322500333339 ], [ -112.18780852908758, 40.292995604375449 ], [ -112.1877757304614, 40.292802247096766 ], [ -112.18769414534775, 40.292510291400681 ], [ -112.18759751857931, 40.292367138971784 ], [ -112.18750669483504, 40.292219422376718 ], [ -112.1873936070716, 40.292144006433801 ], [ -112.18735642645134, 40.292036279730496 ], [ -112.18744110035847, 40.291832707543499 ], [ -112.18764253444452, 40.291578387035266 ], [ -112.1878095528547, 40.291441536891924 ], [ -112.18798002054447, 40.291300146572979 ], [ -112.18813551151307, 40.291176927873067 ], [ -112.18823916715723, 40.291049736871187 ], [ -112.18829585060455, 40.290927532780735 ], [ -112.18835237606518, 40.290796321255961 ], [ -112.18846072854424, 40.290601514095343 ], [ -112.18843812979156, 40.29031886276556 ], [ -112.18832735967767, 40.290039819844694 ], [ -112.18822828986909, 40.289757053016075 ], [ -112.18802718972393, 40.289358216515566 ], [ -112.18787080872035, 40.28916162365676 ], [ -112.18771912710588, 40.288897414598296 ], [ -112.18760399494465, 40.288704902381248 ], [ -112.18745843303296, 40.288454143677953 ], [ -112.18731216286034, 40.288162851400486 ], [ -112.18729105167165, 40.287964869349253 ], [ -112.18719944663046, 40.287772115232201 ], [ -112.18698394608801, 40.28755810969939 ], [ -112.18686317368409, 40.287379168104152 ], [ -112.1867064068466, 40.28716005494708 ], [ -112.1865670529959, 40.286994817177572 ], [ -112.18651897587475, 40.28686918378606 ], [ -112.18644612006736, 40.286739299972162 ], [ -112.18650256707687, 40.286603585547006 ], [ -112.18665993533536, 40.286520890172525 ], [ -112.18700030608498, 40.2864759568428 ], [ -112.18729405433575, 40.286455825390327 ], [ -112.1874454614985, 40.286368685609737 ], [ -112.18781829388223, 40.286162154960977 ], [ -112.18805195370267, 40.286069665332967 ], [ -112.18827243131375, 40.285896229315789 ], [ -112.18841661403744, 40.285732585669471 ], [ -112.18848042889441, 40.285614812660995 ], [ -112.18850040956342, 40.285479471866211 ], [ -112.18842786708414, 40.285367604133029 ], [ -112.18823684033997, 40.285207403642808 ], [ -112.18821087204708, 40.28506803029272 ], [ -112.18821750726228, 40.284775168455127 ], [ -112.18816525578937, 40.284478406874491 ], [ -112.18810761297595, 40.28420962863801 ], [ -112.18806710816892, 40.283911845443271 ], [ -112.18807429599971, 40.28365050951583 ], [ -112.18811448105791, 40.28325820364541 ], [ -112.18820557505687, 40.283086096361743 ], [ -112.18837240711302, 40.282872670380307 ], [ -112.18852739800548, 40.282654861281941 ], [ -112.18867666509688, 40.282446119821152 ], [ -112.18879873016961, 40.282296216443349 ], [ -112.18896461907337, 40.282096312847187 ], [ -112.18910768739087, 40.281869616443949 ], [ -112.18925028120096, 40.281615897613811 ], [ -112.18931867704389, 40.281155733421556 ], [ -112.18929065614907, 40.280899263778096 ], [ -112.18919459563077, 40.280787638181266 ], [ -112.18899627948035, 40.280546432320762 ], [ -112.18887590924977, 40.280390011064412 ], [ -112.18871333538441, 40.280174563624826 ], [ -112.18859846824846, 40.279996463817334 ], [ -112.18850600322622, 40.279754169543935 ], [ -112.18840647555041, 40.279444379896702 ], [ -112.18857223756643, 40.278834566538649 ], [ -112.18866565538988, 40.278459731389518 ], [ -112.18871767401258, 40.278071807941558 ], [ -112.18876483740223, 40.277742493141055 ], [ -112.18884870137502, 40.277493882615822 ], [ -112.18896705669567, 40.27719987233283 ], [ -112.18901540185215, 40.276938113106574 ], [ -112.18902799265571, 40.276649694163119 ], [ -112.18902239087471, 40.276329930501589 ], [ -112.18900017469107, 40.276068896389411 ], [ -112.18897567080491, 40.275677254546991 ], [ -112.1890036926211, 40.27526255025893 ], [ -112.18907820889244, 40.274883404305278 ], [ -112.1890986441466, 40.274639949894819 ], [ -112.18912911080719, 40.274364860688671 ], [ -112.18909489859557, 40.274090436223204 ], [ -112.18907887851033, 40.273847356451761 ], [ -112.18904999440372, 40.273541345502281 ], [ -112.18925670485716, 40.273323003644236 ], [ -112.18954745159536, 40.27306776121705 ], [ -112.18979830082552, 40.272885000783795 ], [ -112.19004012749546, 40.272657287340259 ], [ -112.19032931343085, 40.272380437266882 ], [ -112.19057849234312, 40.272169764255544 ], [ -112.19088297298745, 40.272094558225753 ], [ -112.19122138756629, 40.271942425060992 ], [ -112.19146627917047, 40.271822785731295 ], [ -112.19169218685681, 40.271626764454496 ], [ -112.19178842486058, 40.271414060388118 ], [ -112.19181252544922, 40.27111200878737 ], [ -112.19174804675382, 40.270855914875348 ], [ -112.1917253638548, 40.270568759629668 ], [ -112.19171242218162, 40.270099521084951 ], [ -112.19196534883031, 40.269768085090654 ], [ -112.19210298743154, 40.269636035706277 ], [ -112.19238196473404, 40.269381808275263 ], [ -112.19249843064068, 40.269316643642846 ], [ -112.19265573600316, 40.269233039808938 ], [ -112.19275451558298, 40.269165354512474 ], [ -112.19289754492993, 40.268938653499937 ], [ -112.19281707686669, 40.268709752126462 ], [ -112.19269521631695, 40.268467763794639 ], [ -112.19267196081935, 40.268148181923301 ], [ -112.19265277612169, 40.26779252182871 ], [ -112.1926314614676, 40.267449496348718 ], [ -112.19260227497104, 40.267193939873309 ], [ -112.19256122454627, 40.266865532266806 ], [ -112.19244077630798, 40.266703709666999 ], [ -112.19225903739438, 40.266400175340976 ], [ -112.19204154503318, 40.266136648941497 ], [ -112.19197283158908, 40.265840057772529 ], [ -112.19197968791265, 40.265560706176373 ], [ -112.19202723374204, 40.265321476161581 ], [ -112.1921197868956, 40.265167368517176 ], [ -112.19221020454414, 40.264891660432774 ], [ -112.19221261456251, 40.264761004165052 ], [ -112.19219627004424, 40.264499909698955 ], [ -112.19208649392483, 40.264275814131089 ], [ -112.1917915447312, 40.263886958213924 ], [ -112.19158825100403, 40.263627789094251 ], [ -112.19131292908223, 40.263418911102548 ], [ -112.19110964781316, 40.263227308986394 ], [ -112.1907060106905, 40.263010741305457 ], [ -112.19044966436051, 40.262810675008105 ], [ -112.19028825001715, 40.262659181460712 ], [ -112.19015307339876, 40.262327236417796 ], [ -112.18997737770793, 40.262031744198211 ], [ -112.18981541392655, 40.261848723864418 ], [ -112.18933157864689, 40.261416758239413 ], [ -112.18915841261574, 40.261265383849924 ], [ -112.18862167711924, 40.260833958841296 ], [ -112.18828591155828, 40.260462630145312 ], [ -112.18795802942509, 40.260205634735456 ], [ -112.1875639724532, 40.259862830466446 ], [ -112.18726061826295, 40.259663239365544 ], [ -112.18688451861297, 40.25933826661587 ], [ -112.18657458198174, 40.259098200358032 ], [ -112.18623674934109, 40.258944005471335 ], [ -112.18582869004977, 40.258808547476853 ], [ -112.18533880427317, 40.258700953541329 ], [ -112.18467779799862, 40.258558172444268 ], [ -112.18419764679113, 40.258334256876637 ], [ -112.18393687194565, 40.25821530287201 ], [ -112.18372077118143, 40.257960755069192 ], [ -112.18361479325294, 40.257614989625836 ], [ -112.18351092938232, 40.257120552607738 ], [ -112.18351783472527, 40.256774533267809 ], [ -112.18366541418693, 40.256471219452784 ], [ -112.1838131336519, 40.256176012181022 ], [ -112.18398367424925, 40.255840931238048 ], [ -112.18405547580727, 40.255575329492267 ], [ -112.18406195845691, 40.255340126091518 ], [ -112.18393935145194, 40.254984620956797 ], [ -112.18384342443952, 40.25460812181106 ], [ -112.18367984544575, 40.254262945519251 ], [ -112.18349439781692, 40.253742315473275 ], [ -112.18336742643744, 40.25354090962788 ], [ -112.18328755902479, 40.253343526493545 ], [ -112.18330809012218, 40.253172143891803 ], [ -112.18335127035944, 40.252950979679923 ], [ -112.18344837270988, 40.252787823035774 ], [ -112.183569928369, 40.252678470712375 ], [ -112.18376648528169, 40.252487269216246 ], [ -112.18398083209146, 40.252304894445786 ], [ -112.18416570931196, 40.252118316319461 ], [ -112.18438389028564, 40.251818783417249 ], [ -112.18445763385334, 40.251664874087666 ], [ -112.1845015162571, 40.25148424312173 ], [ -112.18453849962501, 40.251245123681386 ], [ -112.18452344556962, 40.25105608691532 ], [ -112.18449804934097, 40.250948237814235 ], [ -112.18438299320925, 40.250755720100116 ], [ -112.18430273376978, 40.250535818861422 ], [ -112.18420037664738, 40.250397225518036 ], [ -112.18391062727791, 40.2499632495066 ], [ -112.1831539547789, 40.249723238786295 ], [ -112.1828243285364, 40.24969958139981 ], [ -112.1821718165117, 40.249701744952631 ], [ -112.18185449464579, 40.249709490919265 ], [ -112.18148256517337, 40.249619594477593 ], [ -112.18103309708769, 40.249533190982397 ], [ -112.18067480511117, 40.249483693663088 ], [ -112.18038043165966, 40.249458768691994 ], [ -112.18016920767542, 40.249482544978449 ], [ -112.17995792095645, 40.249502717881811 ], [ -112.17972227838841, 40.249474489604367 ], [ -112.17952204334121, 40.249454008114 ], [ -112.17932649783415, 40.249365009363714 ], [ -112.17927667705091, 40.249204254314868 ], [ -112.17927911213651, 40.24907359762144 ], [ -112.17938836818919, 40.248865274924775 ], [ -112.17956361808265, 40.248462583861468 ], [ -112.17961825046103, 40.248223285900487 ], [ -112.17966684843914, 40.247975040327418 ], [ -112.1796510269012, 40.247740965106296 ], [ -112.17959523520329, 40.247574865560956 ], [ -112.17946852180469, 40.247386966151701 ], [ -112.17939964667869, 40.247144422523689 ], [ -112.17935459494467, 40.24691965423898 ], [ -112.1793727891657, 40.246613159458555 ], [ -112.17940360103559, 40.246288517861487 ], [ -112.1793977378473, 40.245950736392203 ], [ -112.17933356650714, 40.245708144718535 ], [ -112.17928218527251, 40.245457314463032 ], [ -112.17924237164577, 40.24519555537006 ], [ -112.17910336197649, 40.244976248917062 ], [ -112.17899601940795, 40.244616978570193 ], [ -112.17901539034813, 40.24431047173568 ], [ -112.17900929506723, 40.24395917883767 ], [ -112.17901643914202, 40.243693337509342 ], [ -112.17897139123799, 40.243468568893078 ], [ -112.17892298379783, 40.24305013873775 ], [ -112.17887707722815, 40.242775828730075 ], [ -112.17885397655155, 40.242460745391107 ], [ -112.17885586911162, 40.242230993924927 ], [ -112.17889757330514, 40.241924259473862 ], [ -112.1789351971174, 40.24172117128667 ], [ -112.17895550201295, 40.241536277741083 ], [ -112.17899814303419, 40.241283588318943 ], [ -112.17904666079872, 40.241030838995087 ], [ -112.17909595963404, 40.240823127220914 ], [ -112.17911657972307, 40.240588680317948 ], [ -112.17913853788841, 40.240228092252693 ], [ -112.17916692304721, 40.239831402237719 ], [ -112.1791967145215, 40.239515779845767 ], [ -112.17917359821172, 40.239199795649945 ], [ -112.17915090410492, 40.238908131727918 ], [ -112.1791642369642, 40.238660245332369 ], [ -112.17917177107623, 40.238416922568675 ], [ -112.17923078970428, 40.238091993165675 ], [ -112.17925156180982, 40.237934122038745 ], [ -112.1792702207471, 40.237722217766695 ], [ -112.17929076140867, 40.237483266971502 ], [ -112.17931545629453, 40.237212741934044 ], [ -112.17932003594598, 40.236799176972923 ], [ -112.17932011429599, 40.236464938058482 ], [ -112.17937216008154, 40.236077015746176 ], [ -112.17936690869546, 40.235774363011629 ], [ -112.1794189663121, 40.235454909793489 ], [ -112.17947359290724, 40.235148043115771 ], [ -112.17954492334086, 40.234855420728138 ], [ -112.17958174462125, 40.234606393802139 ], [ -112.17967554816917, 40.234254082069086 ], [ -112.17976425602932, 40.233946867779011 ], [ -112.17976747758715, 40.233726111555953 ], [ -112.17972635409778, 40.233456257246452 ], [ -112.17970497323157, 40.233240256365356 ], [ -112.17975286086914, 40.232883907997895 ], [ -112.17975381013446, 40.232667679460612 ], [ -112.17973775866218, 40.232420092307684 ], [ -112.17969349832643, 40.232240361102697 ], [ -112.17959110081998, 40.232097258960117 ], [ -112.17947146569975, 40.231976855208714 ], [ -112.1793505808763, 40.231784391098472 ], [ -112.17918879756097, 40.23160585727539 ], [ -112.17903476597601, 40.231535353699989 ], [ -112.1786144311809, 40.231359452922462 ], [ -112.17834051924349, 40.231154131525038 ], [ -112.17810831969706, 40.230981718591643 ], [ -112.17780527972747, 40.230791107020359 ], [ -112.17747278274767, 40.230596289796445 ], [ -112.17726345227373, 40.230386705040935 ], [ -112.17710809975196, 40.230239634747129 ], [ -112.17694523446207, 40.229998044833096 ], [ -112.17687732299608, 40.229809543845157 ], [ -112.17683879220021, 40.229620744040801 ], [ -112.17678005509239, 40.229351067554028 ], [ -112.17678885067888, 40.229112236274624 ], [ -112.17683203880851, 40.228891073508407 ], [ -112.17685031952178, 40.228589081864541 ], [ -112.17686789847581, 40.228246556265979 ], [ -112.17684684054738, 40.228048569597597 ], [ -112.17680298072227, 40.22789135586077 ], [ -112.17668829860412, 40.227716843961197 ], [ -112.17651579351148, 40.227596974562154 ], [ -112.17628962699352, 40.227432604691487 ], [ -112.17602162948548, 40.227228118373972 ], [ -112.17583017520558, 40.227031862886037 ], [ -112.17565557074639, 40.226790390248794 ], [ -112.17554708073823, 40.2266338325242 ], [ -112.17540434865055, 40.226536181825516 ], [ -112.17523356142325, 40.226515393463757 ], [ -112.17505203455252, 40.226553273245727 ], [ -112.17488194777992, 40.226573018342734 ], [ -112.17456512152185, 40.226603261702429 ], [ -112.1744830159076, 40.226613104110761 ], [ -112.17435405942393, 40.226632431015069 ], [ -112.17413347997181, 40.226586920710901 ], [ -112.17375803750734, 40.226489826865425 ], [ -112.17350985505115, 40.226411261531325 ], [ -112.17314353590561, 40.226297856731435 ], [ -112.17277698491235, 40.226170939414764 ], [ -112.17229181750662, 40.225981257669666 ], [ -112.17194995264667, 40.225922557067626 ], [ -112.1715091163738, 40.225918011247032 ], [ -112.17118556235027, 40.225898763214381 ], [ -112.17080317348062, 40.225875604934863 ], [ -112.17058290206295, 40.225711164142368 ], [ -112.17053929090073, 40.225567459091835 ], [ -112.1705244382181, 40.225387426614311 ], [ -112.17047347870027, 40.225158209064858 ], [ -112.17042637961305, 40.224811833672483 ], [ -112.17041059718926, 40.224577755739901 ], [ -112.17038816409135, 40.224298699369406 ], [ -112.17035506525484, 40.224082814801513 ], [ -112.17028562805727, 40.22380423371294 ], [ -112.170199649883, 40.223588883786178 ], [ -112.17006635804273, 40.223355993865461 ], [ -112.1698104562024, 40.223169388867895 ], [ -112.16956004396205, 40.222960204968146 ], [ -112.16944780321899, 40.222857734083654 ], [ -112.16924306703477, 40.222639078784105 ], [ -112.16899251914457, 40.222421786766503 ], [ -112.16876482438346, 40.222166425012766 ], [ -112.16856621429505, 40.221893651757767 ], [ -112.16839552800022, 40.221535910303892 ], [ -112.16839566185639, 40.221201669770167 ], [ -112.1684367361494, 40.220787735434833 ], [ -112.1687821743966, 40.22009865158703 ], [ -112.16891327986708, 40.21986308975125 ], [ -112.16896445386664, 40.219763472296314 ], [ -112.16899166238765, 40.219637069452553 ], [ -112.16896058328599, 40.21953828277443 ], [ -112.16887608570021, 40.219408503596583 ], [ -112.16869804992209, 40.219306696381203 ], [ -112.1683786236363, 40.219183793489464 ], [ -112.16793334513805, 40.218918013468105 ], [ -112.16774943689617, 40.218816264035084 ], [ -112.1676236619731, 40.218677891240993 ], [ -112.16743672443486, 40.218468062098111 ], [ -112.16722392201333, 40.218326062105341 ], [ -112.16693295111742, 40.218148813301397 ], [ -112.16660170599027, 40.218021520036409 ], [ -112.16641871356074, 40.217972913200249 ], [ -112.16619965240413, 40.217876921032982 ], [ -112.16599943695176, 40.217851910861533 ], [ -112.16564809098935, 40.21792301863583 ], [ -112.16533856430515, 40.218034245447235 ], [ -112.16504644584708, 40.218132683386493 ], [ -112.1646494693852, 40.218284428889234 ], [ -112.16435161249544, 40.218391031058367 ], [ -112.16412889783059, 40.218424803474633 ], [ -112.16400535082023, 40.218416136044993 ], [ -112.16395241312111, 40.21841306479169 ], [ -112.16372353390678, 40.218361311506634 ], [ -112.1635086975607, 40.218237343395479 ], [ -112.16321224655545, 40.218082663158043 ], [ -112.1629743936208, 40.217918384192323 ], [ -112.16276011907156, 40.217758372422402 ], [ -112.16253921607178, 40.217554281987589 ], [ -112.16231820665085, 40.217343885781304 ], [ -112.16205708925141, 40.217193352256473 ], [ -112.16181484429258, 40.217115602819476 ], [ -112.1615318286658, 40.217058983104337 ], [ -112.16139708810611, 40.217082858163266 ], [ -112.16111662552474, 40.217175763745345 ], [ -112.16070798768007, 40.217333018243984 ], [ -112.16049786984864, 40.21741620767596 ], [ -112.1601772780227, 40.217568072850284 ], [ -112.15965708615435, 40.217730946422009 ], [ -112.15918343183354, 40.217866324103802 ], [ -112.15884027932844, 40.218004897813678 ], [ -112.15851904293925, 40.218188296891931 ], [ -112.15827527973619, 40.218366415183368 ], [ -112.15807878647503, 40.218490905978463 ], [ -112.15767596823063, 40.218714759287479 ], [ -112.15746645551508, 40.218833973782623 ], [ -112.15733911787865, 40.218947861612008 ], [ -112.15722423520911, 40.219103066864001 ], [ -112.15719011821086, 40.219170075713819 ], [ -112.15716196830208, 40.219242430383119 ], [ -112.15715098418491, 40.219287585963556 ], [ -112.15709573159232, 40.219355707016682 ], [ -112.15699436104816, 40.219407171701967 ], [ -112.15688851523367, 40.219402824294498 ], [ -112.15682266215147, 40.219331409330572 ], [ -112.1567500913845, 40.21921051113484 ], [ -112.15671407419669, 40.219165825354047 ], [ -112.15649477734628, 40.219055402502541 ], [ -112.15613526918291, 40.218923857069996 ], [ -112.15571573212549, 40.21885597403675 ], [ -112.15536036363868, 40.218760421456658 ], [ -112.15502489517003, 40.218660164605154 ], [ -112.15459425028656, 40.218560856306226 ], [ -112.15438625037396, 40.218423289262269 ], [ -112.15414330626061, 40.218304088623341 ], [ -112.1538480217928, 40.218216941337737 ], [ -112.15366962914888, 40.218092591542245 ], [ -112.15354418942742, 40.217972218273722 ], [ -112.15345964663031, 40.217837923548629 ], [ -112.15345704971283, 40.217684793781771 ], [ -112.15349000870529, 40.21754932795983 ], [ -112.15356798193591, 40.217296294436906 ], [ -112.15367181566828, 40.216835792467982 ], [ -112.15386064801442, 40.216536607835856 ], [ -112.15406916680784, 40.216358850214903 ], [ -112.15434757234544, 40.216144358567199 ], [ -112.15452168002749, 40.216016493703279 ], [ -112.1547011267708, 40.21585704325728 ], [ -112.15484538445101, 40.2157015473218 ], [ -112.15492968704784, 40.215544847671758 ], [ -112.15502232115266, 40.215394371223567 ], [ -112.15504986002567, 40.215285986489377 ], [ -112.15502986464256, 40.215146544078223 ], [ -112.15493929480186, 40.215003301357619 ], [ -112.15474267262776, 40.214843098395605 ], [ -112.15442962523097, 40.214747120549795 ], [ -112.15402334581781, 40.214697117303238 ], [ -112.15359928977315, 40.214638280653197 ], [ -112.15320476116733, 40.214588157401806 ], [ -112.15288553689153, 40.21447421858413 ], [ -112.15263147055617, 40.214391162059442 ], [ -112.15235904798988, 40.214195673219201 ], [ -112.15212662090102, 40.214071858892019 ], [ -112.1519129175997, 40.213943353160339 ], [ -112.15157995057118, 40.213780898005076 ], [ -112.15127852570876, 40.213607317133565 ], [ -112.15112418232036, 40.21351425609776 ], [ -112.15102355002804, 40.213470211109716 ], [ -112.15089308711674, 40.213399435177102 ], [ -112.15084448934641, 40.213305322195623 ], [ -112.15081946667873, 40.213215479364315 ], [ -112.15082923503417, 40.213098263102111 ], [ -112.1508503717353, 40.212958410886067 ], [ -112.15079457237664, 40.21285536031899 ], [ -112.15067176993634, 40.21282054461475 ], [ -112.15041809323925, 40.212760002209691 ], [ -112.15015175391322, 40.212645530089212 ], [ -112.14989197527778, 40.212571533413382 ], [ -112.14968362270083, 40.212411438255586 ], [ -112.14958214054226, 40.212316949108036 ], [ -112.14948571137597, 40.212173760186943 ], [ -112.14950047373272, 40.212004241243847 ], [ -112.14962131329229, 40.21185348887041 ], [ -112.14976078078533, 40.211762011822337 ], [ -112.14989490623358, 40.211702119763984 ], [ -112.15008129335742, 40.211605671585325 ], [ -112.15013882062051, 40.211533026603952 ], [ -112.15022488284063, 40.211410547599563 ], [ -112.15028090197525, 40.211248726779147 ], [ -112.15036015996137, 40.211071359372681 ], [ -112.15083134770683, 40.210791895624247 ], [ -112.15118816699663, 40.210698255488659 ], [ -112.15166186467569, 40.210567414666329 ], [ -112.1519600895696, 40.210483364341442 ], [ -112.15220567251515, 40.210413351064091 ], [ -112.15265563950155, 40.210269228668366 ], [ -112.15285498869376, 40.210244720280919 ], [ -112.1531240675222, 40.210174471022889 ], [ -112.153298849672, 40.210087142458072 ], [ -112.15349697628771, 40.20999057181028 ], [ -112.15366534847011, 40.209871774489294 ], [ -112.15378695409674, 40.209766956883158 ], [ -112.15383969996049, 40.209689853141747 ], [ -112.1539419722712, 40.209553696018482 ], [ -112.15406952766727, 40.209453323378646 ], [ -112.15424987545401, 40.20934791954771 ], [ -112.15447798166718, 40.209287084915395 ], [ -112.15473500051971, 40.209198933878533 ], [ -112.15513284968682, 40.209100367670288 ], [ -112.15569875780916, 40.208864984613015 ], [ -112.15611772827478, 40.208626562022715 ], [ -112.15637862646484, 40.20842124940831 ], [ -112.15649396826785, 40.208293968619692 ], [ -112.15678811855487, 40.20797120363094 ], [ -112.157117817648, 40.207666100839475 ], [ -112.15734323422541, 40.207447627005251 ], [ -112.15747575072371, 40.207294046905211 ], [ -112.15761372700152, 40.20711608728805 ], [ -112.15776346616616, 40.206938910759263 ], [ -112.15783380253116, 40.206929198004509 ], [ -112.15803838545969, 40.206867690768767 ], [ -112.15823148042672, 40.206821613719782 ], [ -112.15836604859706, 40.206788734940183 ], [ -112.15854112198015, 40.206719413894042 ], [ -112.15858070701509, 40.206628925962207 ], [ -112.15847211123651, 40.20653091207452 ], [ -112.15832359669272, 40.20636572880565 ], [ -112.15821640651509, 40.206281214359393 ], [ -112.15811357287294, 40.206107465431067 ], [ -112.1579852200703, 40.205815050659119 ], [ -112.15790425904933, 40.205545585475903 ], [ -112.15788464436442, 40.20542866246565 ], [ -112.15779109331058, 40.205109772681674 ], [ -112.15769823279749, 40.204831417172855 ], [ -112.15756325954125, 40.204494923122517 ], [ -112.15746567608156, 40.204284183429486 ], [ -112.15742272018042, 40.204176502898299 ], [ -112.15733596620531, 40.203911599742156 ], [ -112.15732541983569, 40.203636925366979 ], [ -112.15728048845391, 40.203413046161913 ], [ -112.15724216647352, 40.203232344891163 ], [ -112.15732156586878, 40.203064881269974 ], [ -112.15747068429752, 40.202851674536575 ], [ -112.1576953179504, 40.202588161858905 ], [ -112.15790827903278, 40.202329270099881 ], [ -112.15816937797921, 40.202137465108891 ], [ -112.15836640133207, 40.201977832918772 ], [ -112.15872535656058, 40.201667928008575 ], [ -112.15888103150549, 40.201495195099668 ], [ -112.15907760643334, 40.201309439571006 ], [ -112.15936536558723, 40.200958803376047 ], [ -112.15954238309318, 40.200659727301243 ], [ -112.15966791836905, 40.20044224936116 ], [ -112.15977644620068, 40.200260978408188 ], [ -112.15989672054489, 40.200079589640481 ], [ -112.16006359861137, 40.199875210729552 ], [ -112.16021842156117, 40.19965293405329 ], [ -112.16036126618278, 40.19941726347809 ], [ -112.16049931150819, 40.199244705097975 ], [ -112.16047915689111, 40.19909625569931 ], [ -112.16039857860689, 40.198849311081872 ], [ -112.16030909502301, 40.19876912550891 ], [ -112.15998647996132, 40.198452533147432 ], [ -112.15969346500121, 40.198149157070318 ], [ -112.1594897567184, 40.197984527979131 ], [ -112.15915857149507, 40.197785138462088 ], [ -112.15898060725647, 40.197683314922564 ], [ -112.15860249040679, 40.197556467166955 ], [ -112.15821170863735, 40.197375689792899 ], [ -112.15764511303699, 40.197219192539066 ], [ -112.15737377721069, 40.197153436118555 ], [ -112.15692599399642, 40.197005657371498 ], [ -112.15662451661503, 40.196963624328887 ], [ -112.15641925792742, 40.196983693549512 ], [ -112.15615084653584, 40.197089980475063 ], [ -112.15583605974582, 40.197232766617319 ], [ -112.15554453549899, 40.197361805896989 ], [ -112.1554158577384, 40.197394622578777 ], [ -112.15519946222716, 40.197450837549425 ], [ -112.15491151650116, 40.197444701743827 ], [ -112.15449374653231, 40.197403823423471 ], [ -112.15415759251803, 40.19732609307399 ], [ -112.1538262436755, 40.197185249540134 ], [ -112.1534547753528, 40.197103364561755 ], [ -112.15313067573739, 40.197043529465155 ], [ -112.15261275814566, 40.196985623612619 ], [ -112.15231192417174, 40.196912040758981 ], [ -112.15181681537595, 40.196813362922377 ], [ -112.15139188244093, 40.19669596655153 ], [ -112.15104856723266, 40.196541720261003 ], [ -112.15072241644108, 40.196360274736904 ], [ -112.15055056991119, 40.196271891107315 ], [ -112.15018292868346, 40.196068333471572 ], [ -112.14999270304018, 40.19593508567818 ], [ -112.1497561012052, 40.195838334992821 ], [ -112.14948570600365, 40.195827506727802 ], [ -112.14887962651117, 40.195765954981589 ], [ -112.14861968606414, 40.19567844279576 ], [ -112.14859971054831, 40.195538998545238 ], [ -112.14856135568388, 40.195354690701436 ], [ -112.14873551883936, 40.194884484413663 ], [ -112.14866032941528, 40.194605945601147 ], [ -112.14867042465626, 40.194159890349106 ], [ -112.14868874883734, 40.193853395913713 ], [ -112.14874727185337, 40.1934924473602 ], [ -112.1487831384826, 40.193181274185442 ], [ -112.1488809883991, 40.192783898442272 ], [ -112.14894135310155, 40.192462571917979 ], [ -112.14892627797596, 40.192265420151166 ], [ -112.14881195694383, 40.192104389264266 ], [ -112.14865193023408, 40.19201948906997 ], [ -112.14846188618662, 40.191896146927505 ], [ -112.14841918066577, 40.191801974054833 ], [ -112.14842568397206, 40.191491092216673 ], [ -112.14878480391303, 40.190843371071324 ], [ -112.14877490328838, 40.190604725559787 ], [ -112.14871412401915, 40.190483704543148 ], [ -112.14850179376688, 40.190431756252586 ], [ -112.14815408726059, 40.190363132026981 ], [ -112.1479471748646, 40.190284101375823 ], [ -112.14771608875449, 40.190164768637139 ], [ -112.14740195068555, 40.189996708096253 ], [ -112.14716499380594, 40.189877432436319 ], [ -112.14706401989893, 40.189810864063432 ], [ -112.14693963135814, 40.189749032203494 ], [ -112.14683820266271, 40.189655440532434 ], [ -112.14687063154935, 40.189488449012309 ], [ -112.14695072425771, 40.189361526625568 ], [ -112.14710054460511, 40.189189768134874 ], [ -112.14740927388969, 40.189037155563881 ], [ -112.1475890474935, 40.188900235417265 ], [ -112.14774570963453, 40.188786067154496 ], [ -112.14799068778993, 40.188684536656979 ], [ -112.14817220617434, 40.188651204127716 ], [ -112.14843075157941, 40.188657648553743 ], [ -112.14871805201282, 40.188627770243663 ], [ -112.14902213381036, 40.188548174036029 ], [ -112.14967545044067, 40.18828042036052 ], [ -112.15017554377469, 40.18798265335343 ], [ -112.15033886596404, 40.187845892407317 ], [ -112.15049938188234, 40.18768213151445 ], [ -112.15061264562543, 40.187433252664924 ], [ -112.1506383546228, 40.187216776247134 ], [ -112.15058297580865, 40.187067773933535 ], [ -112.15057819632655, 40.186784932449122 ], [ -112.15061641110535, 40.186613377730595 ], [ -112.15069185065975, 40.186211718255329 ], [ -112.15070081202282, 40.185977389851885 ], [ -112.15074182110054, 40.185693192229962 ], [ -112.15081519262348, 40.185516783320004 ], [ -112.15093065942142, 40.18539851567003 ], [ -112.15104071033235, 40.18530732937429 ], [ -112.15125020892204, 40.18519263096465 ], [ -112.15162962160399, 40.185053718883736 ], [ -112.1517871823126, 40.184993591434967 ], [ -112.15203801297326, 40.184891994152437 ], [ -112.15217765138699, 40.184814026124641 ], [ -112.15227648869822, 40.184754482487655 ], [ -112.15238585077881, 40.184622760344197 ], [ -112.15250550854832, 40.184405348132714 ], [ -112.15260716784664, 40.184165591987998 ], [ -112.15273666244168, 40.183835466495374 ], [ -112.15285075061377, 40.183636127785327 ], [ -112.15297010020868, 40.183400699724899 ], [ -112.15306626565335, 40.183183520887965 ], [ -112.15317280184865, 40.182885155781847 ], [ -112.15327910831962, 40.182573279042415 ], [ -112.15332899719952, 40.182398003355694 ], [ -112.15337308981317, 40.182157919088816 ], [ -112.15336078027786, 40.181847224009182 ], [ -112.15332280252487, 40.181685436612341 ], [ -112.15327247089435, 40.181487735434111 ], [ -112.15317943450724, 40.181195862936413 ], [ -112.15310561605077, 40.180998395633402 ], [ -112.15303256055587, 40.18084596673242 ], [ -112.1528779865036, 40.180388036457757 ], [ -112.15286326944469, 40.180212503386905 ], [ -112.15284634158247, 40.179906358741142 ], [ -112.15285495946544, 40.179721584051443 ], [ -112.15283315109933, 40.179474047870052 ], [ -112.15280714828182, 40.179325654795583 ], [ -112.15281080928119, 40.179194984737471 ], [ -112.15274972864098, 40.179055950171559 ], [ -112.15267865793921, 40.179020621008171 ], [ -112.15261384014468, 40.179007752578087 ], [ -112.15231400045772, 40.178988214575767 ], [ -112.15205541544401, 40.178977274455399 ], [ -112.15150278676906, 40.178942231374684 ], [ -112.15100910427236, 40.178920113396998 ], [ -112.15062050454596, 40.178860912027353 ], [ -112.1503963137785, 40.17880007564316 ], [ -112.14980038019515, 40.178634821123275 ], [ -112.14936916102562, 40.178485946675664 ], [ -112.14912644562601, 40.178371236438821 ], [ -112.14896082265473, 40.178300806648238 ], [ -112.14878353262743, 40.178234997006776 ], [ -112.14865264964196, 40.178204763499856 ], [ -112.14841827340405, 40.178166547370054 ], [ -112.14823030387757, 40.178163907346402 ], [ -112.14808404342544, 40.178196890245403 ], [ -112.14785095784738, 40.178235238518532 ], [ -112.14769766620437, 40.17826919156974 ], [ -112.14747441493752, 40.178333568318465 ], [ -112.14729379444351, 40.178348872365824 ], [ -112.14711192366882, 40.178359683911673 ], [ -112.14688917847985, 40.178384413958668 ], [ -112.14671242095233, 40.178350128126986 ], [ -112.14672707872623, 40.178174303168547 ], [ -112.14676651220434, 40.17807481113487 ], [ -112.14681677889217, 40.177921156453102 ], [ -112.14685613626503, 40.177817160530168 ], [ -112.14685982384187, 40.177687391240291 ], [ -112.14678661913423, 40.177525049578051 ], [ -112.14673013486278, 40.177309387838001 ], [ -112.14666205943469, 40.177102850094748 ], [ -112.14660557593805, 40.176887188268076 ], [ -112.14662792494022, 40.176819397750499 ], [ -112.14659935903455, 40.176517871784597 ], [ -112.14657367430058, 40.176387492469445 ], [ -112.14647044709305, 40.176185807338101 ], [ -112.14640885155241, 40.176015242114545 ], [ -112.1462365470706, 40.175896224728689 ], [ -112.14615838380375, 40.17578798703935 ], [ -112.14605652275162, 40.17566737098992 ], [ -112.14605841617305, 40.175500681620953 ], [ -112.14606099108926, 40.175234884043419 ], [ -112.14605009599346, 40.175006157622811 ], [ -112.14603140537533, 40.17480273419266 ], [ -112.14602117727411, 40.174613641736777 ], [ -112.14600579753441, 40.174397572597712 ], [ -112.14598026636574, 40.174276200801806 ], [ -112.14590761309421, 40.174146286220115 ], [ -112.14584105870205, 40.174029825060913 ], [ -112.14575757237392, 40.17395407295519 ], [ -112.1455452960838, 40.173902118346028 ], [ -112.14515589656727, 40.173793355612972 ], [ -112.14487926398992, 40.173755550209748 ], [ -112.14464333727035, 40.173693917680716 ], [ -112.14448354102844, 40.173619820060019 ], [ -112.1443755123195, 40.173481244982767 ], [ -112.14437150236085, 40.17324254010213 ], [ -112.1444204092538, 40.173007816723612 ], [ -112.14445609649486, 40.172755205549251 ], [ -112.14455080085541, 40.172380386301718 ], [ -112.14462807864737, 40.172086822321951 ], [ -112.14475103830087, 40.171716228118996 ], [ -112.14501812095082, 40.171465832988595 ], [ -112.14524364842319, 40.17132846370825 ], [ -112.14539364655575, 40.171169318217878 ], [ -112.14551534887578, 40.171073517130516 ], [ -112.14570132955836, 40.170959061339623 ], [ -112.14593526283387, 40.170902690594389 ], [ -112.14632892652908, 40.170916811683384 ], [ -112.14659967720655, 40.170954671938759 ], [ -112.14687736069347, 40.171055527483546 ], [ -112.14716152276763, 40.171192355075647 ], [ -112.14734148401561, 40.17134823317248 ], [ -112.1475001946997, 40.171427743181134 ], [ -112.14767159455855, 40.171493613332686 ], [ -112.14796598440753, 40.171540245252082 ], [ -112.1482604657367, 40.171592281049932 ], [ -112.14833584367364, 40.171605047217 ], [ -112.14853730378981, 40.171642689292312 ], [ -112.1486953681693, 40.171614093332884 ], [ -112.14910714016939, 40.171587483748119 ], [ -112.14949383889204, 40.171606167798679 ], [ -112.1497589508249, 40.171657590469472 ], [ -112.14990606308531, 40.171675949609543 ], [ -112.14999431223113, 40.171685884077348 ], [ -112.15007667508111, 40.171694976031944 ], [ -112.15040477292865, 40.171651174598296 ], [ -112.15094423008875, 40.171605271121351 ], [ -112.15154285422364, 40.171585804289094 ], [ -112.15204568069257, 40.17152674620506 ], [ -112.15228635094853, 40.171452277146436 ], [ -112.15272857560916, 40.171212733844108 ], [ -112.15305447390672, 40.171039213959702 ], [ -112.1533409354426, 40.170964286620013 ], [ -112.15404317181314, 40.17082215004335 ], [ -112.15430600984715, 40.170739347507862 ], [ -112.15461578481631, 40.170654274413785 ], [ -112.15490848041441, 40.170600903168534 ], [ -112.15508432051664, 40.170582031313643 ], [ -112.1553825197899, 40.170506981816821 ], [ -112.1555760336103, 40.170491536518412 ], [ -112.15574491729623, 40.170408767598239 ], [ -112.1557972977739, 40.170381216980772 ], [ -112.15584921974853, 40.170326643240813 ], [ -112.15587163392311, 40.170263354872311 ], [ -112.15589938413936, 40.170168480930734 ], [ -112.15587398998112, 40.170056119155205 ], [ -112.15578332781071, 40.169903867481146 ], [ -112.15570364393298, 40.169706460003312 ], [ -112.15552803985906, 40.169392889964186 ], [ -112.15538293745401, 40.169146584437854 ], [ -112.15526787773513, 40.168940520446853 ], [ -112.15519521282297, 40.168810611745499 ], [ -112.15512834267825, 40.168676140561168 ], [ -112.15507923800611, 40.168550501310499 ], [ -112.15513039562826, 40.168450889362397 ], [ -112.15521037264106, 40.168319457517569 ], [ -112.1553729071461, 40.168208823876085 ], [ -112.15548355110047, 40.168154565152122 ], [ -112.15558792687381, 40.168076944894928 ], [ -112.15566874288318, 40.167995055116386 ], [ -112.15568939947434, 40.16782817816906 ], [ -112.15572720986867, 40.167634102280282 ], [ -112.15574069677464, 40.167390718434625 ], [ -112.15576730015417, 40.167228286705907 ], [ -112.15584056343604, 40.167047370667191 ], [ -112.15589766595741, 40.166952203626003 ], [ -112.1559604097824, 40.166843466381799 ], [ -112.15604655969251, 40.166729990763784 ], [ -112.15611044934151, 40.166688811226088 ], [ -112.15621505145396, 40.166624701982556 ], [ -112.15640789369527, 40.166501151265201 ], [ -112.15652359751117, 40.166468463158601 ], [ -112.15677427684692, 40.166362352499647 ], [ -112.15707092620082, 40.1661972218591 ], [ -112.15733753258444, 40.165991849256173 ], [ -112.15749374376556, 40.165855149071881 ], [ -112.15771948306231, 40.165663698022051 ], [ -112.1579675552847, 40.165404453916722 ], [ -112.15807115860333, 40.165281792980046 ], [ -112.15810477441721, 40.165186859777677 ], [ -112.15820005700577, 40.164920134242038 ], [ -112.15819730118957, 40.164757995626495 ], [ -112.15826391945942, 40.164532098329481 ], [ -112.15841042685476, 40.164170263148343 ], [ -112.1584653030302, 40.163944483208653 ], [ -112.15857109824029, 40.163605578258597 ], [ -112.15868481510719, 40.163387317657701 ], [ -112.15888782745523, 40.163241137925446 ], [ -112.15917684108395, 40.162973373035669 ], [ -112.15963150893566, 40.16277962585162 ], [ -112.1603578954419, 40.16268225543557 ], [ -112.16086760013641, 40.162617684754757 ], [ -112.16123629375383, 40.162547318910221 ], [ -112.16182125074907, 40.162419825494922 ], [ -112.16228849267208, 40.162275492503419 ], [ -112.1628261757368, 40.162130450142016 ], [ -112.16327139314704, 40.162071922126486 ], [ -112.16367551799361, 40.162013805442385 ], [ -112.16396323721186, 40.162015417745266 ], [ -112.1644087606031, 40.161974900750963 ], [ -112.16462411249738, 40.16186462381647 ], [ -112.16506447573666, 40.161522346887978 ], [ -112.1656501253165, 40.161093017860544 ], [ -112.16609588618579, 40.160723654957273 ], [ -112.16655238026145, 40.160295622160554 ], [ -112.16696298777313, 40.159931114729403 ], [ -112.16734987935018, 40.159553331112612 ], [ -112.16775499398472, 40.15921139933603 ], [ -112.16837497728635, 40.158732159400863 ], [ -112.16864731302661, 40.158522198312291 ], [ -112.16893215935198, 40.158357156451927 ], [ -112.16934467421282, 40.158105236754515 ], [ -112.16982175469349, 40.157852663224695 ], [ -112.17026847705871, 40.157541834557279 ], [ -112.17059911377996, 40.157308756464658 ], [ -112.17094195208618, 40.157102581735515 ], [ -112.1715167159619, 40.15672738853597 ], [ -112.17186464399821, 40.156476113387789 ], [ -112.1721606712459, 40.156279418090307 ], [ -112.172357221349, 40.156101747857775 ], [ -112.17265872784351, 40.155882472708967 ], [ -112.17307630844975, 40.155585442226673 ], [ -112.17334321259273, 40.155402552839433 ], [ -112.17355690079529, 40.155197679164999 ], [ -112.17376339970922, 40.154916299450058 ], [ -112.17389444536657, 40.154685235234041 ], [ -112.17394980612971, 40.154490975264295 ], [ -112.17399327232906, 40.154287826634956 ], [ -112.17400661489322, 40.154039937244164 ], [ -112.17396133972613, 40.153797146843125 ], [ -112.17381118938613, 40.153600465929955 ], [ -112.17362403960389, 40.153300553597489 ], [ -112.17350654965372, 40.152954888699391 ], [ -112.17340914990959, 40.152753167926257 ], [ -112.17325798036073, 40.152497035572672 ], [ -112.17314893624976, 40.152300838103301 ], [ -112.17292130766113, 40.15169502039668 ], [ -112.17273478698823, 40.151431137098903 ], [ -112.17259725174026, 40.15128477849089 ], [ -112.17240601046659, 40.151087610860337 ], [ -112.17225000144751, 40.150890987115268 ], [ -112.17215090495263, 40.150590180657858 ], [ -112.17215034725255, 40.150216302573696 ], [ -112.17209936720889, 40.149982578254374 ], [ -112.17202413659479, 40.149704053148405 ], [ -112.17193315715485, 40.149533798363628 ], [ -112.17181707602977, 40.149269200447847 ], [ -112.17173868737891, 40.149148368930199 ], [ -112.1715232972461, 40.148911803429087 ], [ -112.17127315831797, 40.148702616790231 ], [ -112.17095359759642, 40.148552691833032 ], [ -112.17068701451211, 40.14841123958476 ], [ -112.16994355616568, 40.148256587856764 ], [ -112.16960177529401, 40.148111388285663 ], [ -112.16920584631896, 40.147957725258664 ], [ -112.16889756830572, 40.147780652880087 ], [ -112.16861290683156, 40.147611449633736 ], [ -112.16827399054067, 40.147359007076467 ], [ -112.16792973238637, 40.147137248853021 ], [ -112.16781451951374, 40.146922188875841 ], [ -112.1677690402811, 40.14666588383102 ], [ -112.16786240938917, 40.146291058021895 ], [ -112.1680112973862, 40.146073334035862 ], [ -112.16817786815523, 40.145859936077365 ], [ -112.16840799180325, 40.145587336403963 ], [ -112.16854506176118, 40.145365226349291 ], [ -112.16878004754058, 40.145034016689905 ], [ -112.16904769495447, 40.144896175791111 ], [ -112.16933858459868, 40.144744585663844 ], [ -112.16947750364035, 40.144630566899444 ], [ -112.16953951073778, 40.144481287849921 ], [ -112.16964199603275, 40.144296463765919 ], [ -112.169690781817, 40.144060829318342 ], [ -112.16970321189754, 40.143758893617729 ], [ -112.16976853692721, 40.143460928151931 ], [ -112.16981231842382, 40.143275796029741 ], [ -112.16993771935705, 40.143058306802267 ], [ -112.17028110740554, 40.142888165312179 ], [ -112.17059013266922, 40.142767921139146 ], [ -112.17088641442353, 40.142589244829743 ], [ -112.17121519868567, 40.142252576960892 ], [ -112.17138212159682, 40.142060792996666 ], [ -112.17169369779978, 40.141747721922599 ], [ -112.17191877660267, 40.141524717179259 ], [ -112.17209219894696, 40.141369804366832 ], [ -112.17223596863693, 40.141197172982011 ], [ -112.17241864869304, 40.14089801778519 ], [ -112.17255476722067, 40.140621856971087 ], [ -112.17265482263977, 40.140296510290412 ], [ -112.17277904749251, 40.140011460385949 ], [ -112.1727809660884, 40.139781704775224 ], [ -112.17269848618213, 40.139490640058497 ], [ -112.17261878794211, 40.139224773031835 ], [ -112.17266726595044, 40.138972022705794 ], [ -112.17282993289245, 40.138533425876865 ], [ -112.17298171345482, 40.138144490033284 ], [ -112.17316252319202, 40.137737241327578 ], [ -112.17322814939874, 40.137389719687398 ], [ -112.17320919713229, 40.13703855035709 ], [ -112.17308834987996, 40.13683706625509 ], [ -112.17284280297389, 40.13655125713462 ], [ -112.17275670122676, 40.136322392917926 ], [ -112.17279760532189, 40.135970617192086 ], [ -112.17289804050191, 40.135667789407186 ], [ -112.17302013790255, 40.135327804076098 ], [ -112.17323123653429, 40.134907635284101 ], [ -112.17338696976529, 40.134680825519119 ], [ -112.1736742307185, 40.134389617554191 ], [ -112.17394660945436, 40.13418865245373 ], [ -112.17433032004321, 40.133977548400878 ], [ -112.17466145072687, 40.133780490395246 ], [ -112.17486989905315, 40.133616208731922 ], [ -112.17504869721789, 40.133434209042505 ], [ -112.17518587706628, 40.133221099022663 ], [ -112.17537917262993, 40.132858766266388 ], [ -112.1754401478356, 40.132650934074142 ], [ -112.1755357079162, 40.13240671365655 ], [ -112.17571232787836, 40.132098605233736 ], [ -112.17587413800297, 40.131952813825002 ], [ -112.17605472384048, 40.131806831495922 ], [ -112.17617476714486, 40.131689392605686 ], [ -112.17624856127632, 40.131544494660446 ], [ -112.17632187363196, 40.131371672814993 ], [ -112.17632401372445, 40.131155428526327 ], [ -112.17625088511595, 40.130998509119195 ], [ -112.17610085767689, 40.13080633363866 ], [ -112.17586868576221, 40.130614992143549 ], [ -112.17576777359544, 40.130548447285854 ], [ -112.17559019593217, 40.130460157515387 ], [ -112.17545431201982, 40.130407481333577 ], [ -112.17525976304123, 40.130287830866862 ], [ -112.17506717388677, 40.130145636992012 ], [ -112.17499584330245, 40.130024735604785 ], [ -112.17488735912062, 40.129859164768284 ], [ -112.17485609310332, 40.129679296480084 ], [ -112.17485027654311, 40.129341507634692 ], [ -112.17477566967477, 40.129166583670688 ], [ -112.17457714522261, 40.128883904426495 ], [ -112.17427388295344, 40.128721209472417 ], [ -112.17399009064734, 40.128530387557497 ], [ -112.17382841792136, 40.128342831707272 ], [ -112.17368379436441, 40.128191139932056 ], [ -112.17346408150806, 40.127972639344613 ], [ -112.17325508606334, 40.127763039017267 ], [ -112.17296972453592, 40.127548806312674 ], [ -112.17281016261937, 40.127483753821714 ], [ -112.17256759257108, 40.127369089714499 ], [ -112.17210044342582, 40.127162101057948 ], [ -112.17178237520766, 40.127093245867741 ], [ -112.17134665386136, 40.127007561418502 ], [ -112.17085318880333, 40.126976514892739 ], [ -112.17045954413354, 40.126948961975941 ], [ -112.17001911645892, 40.126930889708909 ], [ -112.16948380997435, 40.126855213684564 ], [ -112.16884220051608, 40.126740066459526 ], [ -112.16840548229122, 40.126595820625027 ], [ -112.16818098680147, 40.126507992742837 ], [ -112.16774929074364, 40.126314142683682 ], [ -112.16764190906878, 40.126211618735319 ], [ -112.16755753395282, 40.12608183486136 ], [ -112.16741310079834, 40.125871572839358 ], [ -112.16727538313999, 40.125710794006167 ], [ -112.16699100652397, 40.125483923446446 ], [ -112.16681243383918, 40.125404639348112 ], [ -112.16661274004721, 40.125325567758587 ], [ -112.16607111968339, 40.124948128335561 ], [ -112.16566059954037, 40.124618917803282 ], [ -112.16535853519233, 40.124455286222208 ], [ -112.16505583713621, 40.124323192731232 ], [ -112.16480180798379, 40.124154571740519 ], [ -112.16464272783391, 40.124048060309157 ], [ -112.16446294730731, 40.123897611294758 ], [ -112.16430731700468, 40.123718089447507 ], [ -112.16413540819357, 40.1236162109345 ], [ -112.16392273859174, 40.123532760446132 ], [ -112.16376333273438, 40.123475802160165 ], [ -112.16364986420854, 40.123359821650908 ], [ -112.16361159084266, 40.123180020410935 ], [ -112.16369552407582, 40.122940430740144 ], [ -112.16385618688741, 40.122727097729076 ], [ -112.16400434681069, 40.122468843705541 ], [ -112.16413877447737, 40.122093606725592 ], [ -112.1642159312029, 40.121800929938864 ], [ -112.16429846231193, 40.121479369312638 ], [ -112.16428767812654, 40.121191180321816 ], [ -112.16428931898938, 40.12094340821978 ], [ -112.16428540049759, 40.120713710592788 ], [ -112.16425793851241, 40.120479745015288 ], [ -112.16419504631818, 40.120232621674802 ], [ -112.16416835310663, 40.120043694808231 ], [ -112.16418042171647, 40.119719238805189 ], [ -112.1642105509447, 40.119421629105894 ], [ -112.16423002236816, 40.119187191617911 ], [ -112.16420873515014, 40.118971182483293 ], [ -112.16415928874575, 40.118755456422591 ], [ -112.16402011288476, 40.118576669497166 ], [ -112.16381286500597, 40.118466136276972 ], [ -112.16359373124151, 40.11834671281219 ], [ -112.16330412365727, 40.118223492245349 ], [ -112.16296187230968, 40.118109808937234 ], [ -112.16263636225743, 40.117945504451896 ], [ -112.16236452615664, 40.117832013320303 ], [ -112.16209174011931, 40.117662673411168 ], [ -112.16191323223423, 40.117516712063981 ], [ -112.16166988794598, 40.117353382246861 ], [ -112.16141465187334, 40.117111790245367 ], [ -112.16126862409611, 40.116874508171108 ], [ -112.1612009000055, 40.116618422147631 ], [ -112.16116512383213, 40.116308860845457 ], [ -112.16112903501089, 40.115911912400108 ], [ -112.16109326841841, 40.115533880224831 ], [ -112.16105071679597, 40.115101860207005 ], [ -112.16097557300728, 40.114823325089631 ], [ -112.16090013880599, 40.114527675137268 ], [ -112.16086757583383, 40.11433790519424 ], [ -112.16081308021437, 40.114238448154154 ], [ -112.16068319792812, 40.114191099734477 ], [ -112.16052534801049, 40.114224214275801 ], [ -112.16036138680464, 40.114242974945547 ], [ -112.16027924540899, 40.114242897032 ], [ -112.16017947494682, 40.114241193813356 ], [ -112.15996235088956, 40.114238864170289 ], [ -112.15970872921582, 40.114160320507665 ], [ -112.15943131177956, 40.114131565720342 ], [ -112.15909156053944, 40.114094424868476 ], [ -112.15883917893883, 40.114088842277134 ], [ -112.15859834618898, 40.114072332424023 ], [ -112.15833436996863, 40.114074973108572 ], [ -112.15814688275339, 40.114090362233071 ], [ -112.15805325371683, 40.114104812517276 ], [ -112.15781342938097, 40.114147752383779 ], [ -112.1575726882663, 40.114136645066047 ], [ -112.15741361507793, 40.114097693127249 ], [ -112.15725949199226, 40.114004635647753 ], [ -112.15705729524659, 40.113844488468239 ], [ -112.15666639193854, 40.113627665353171 ], [ -112.15644736238684, 40.113512731762981 ], [ -112.1561979352328, 40.113335036067973 ], [ -112.15594683160997, 40.113058254135908 ], [ -112.15579583385097, 40.112802995868982 ], [ -112.15575240791227, 40.112663784933375 ], [ -112.15576642228901, 40.112451926235053 ], [ -112.15583780016503, 40.1121629158582 ], [ -112.1558265965952, 40.111847701725445 ], [ -112.15589736360863, 40.11152266012904 ], [ -112.15596148625832, 40.111151737295039 ], [ -112.15591433991666, 40.110792736241009 ], [ -112.15577492668464, 40.110528352885829 ], [ -112.15561723100926, 40.11022360986199 ], [ -112.15543820777815, 40.110045209817038 ], [ -112.1552297803637, 40.109862598146883 ], [ -112.15510111271273, 40.109539546169849 ], [ -112.15509097999518, 40.109287386353742 ], [ -112.15500306933767, 40.108945909074841 ], [ -112.15487051956221, 40.108740016637263 ], [ -112.15465831914987, 40.108611497412554 ], [ -112.15435569689673, 40.108478473530887 ], [ -112.15415483297205, 40.108395787899816 ], [ -112.15393064392605, 40.108321442717951 ], [ -112.1536301258442, 40.10824335280676 ], [ -112.1533240470949, 40.108183336128938 ], [ -112.1531596721713, 40.1081768645899 ], [ -112.15287186022253, 40.108156305832701 ], [ -112.15260090027758, 40.108091432970788 ], [ -112.15234685363046, 40.107985849237508 ], [ -112.1520635708528, 40.107885961373974 ], [ -112.15175070253008, 40.10777105120129 ], [ -112.15141499561635, 40.107693305464224 ], [ -112.15119660141713, 40.107614392682706 ], [ -112.15101820395262, 40.107472016718546 ], [ -112.15089206601262, 40.10729758851749 ], [ -112.1509256237001, 40.107130582556579 ], [ -112.1510242606244, 40.106787247988706 ], [ -112.15107684201944, 40.106426352438824 ], [ -112.15114267235991, 40.106155418397798 ], [ -112.15109309126714, 40.105998248035768 ], [ -112.15098836801779, 40.105701981151078 ], [ -112.15097299328309, 40.105485910147145 ], [ -112.15104034156413, 40.105305054294334 ], [ -112.15128397365973, 40.1050719938833 ], [ -112.1515494333202, 40.1048810597553 ], [ -112.15183280975985, 40.104639494600164 ], [ -112.1520233875943, 40.10446101623198 ], [ -112.15225890830773, 40.104234340977179 ], [ -112.15246712791486, 40.103989017333902 ], [ -112.15271050491361, 40.103810913341981 ], [ -112.15295357648536, 40.103614793224999 ], [ -112.15324265584255, 40.103364158509031 ], [ -112.15349874797847, 40.103244486872114 ], [ -112.15376618916686, 40.103102178290143 ], [ -112.15403218317452, 40.102874294901042 ], [ -112.15417592033985, 40.102701685313413 ], [ -112.15425948278859, 40.102439582010952 ], [ -112.15427769089594, 40.102128578712694 ], [ -112.15422033770567, 40.10185887045261 ], [ -112.1542321480044, 40.101516398239234 ], [ -112.15427968129896, 40.101205102630111 ], [ -112.15437481944042, 40.100933874487779 ], [ -112.15449356909376, 40.100671420222419 ], [ -112.1545902284563, 40.100490270030306 ], [ -112.15470436072583, 40.100232366233115 ], [ -112.15477661462624, 40.100064973198222 ], [ -112.15494616541115, 40.099684890592613 ], [ -112.15517588660056, 40.09939430090833 ], [ -112.15547327329305, 40.099220157019786 ], [ -112.15576290493888, 40.09907311775541 ], [ -112.15604939757522, 40.098948632431664 ], [ -112.15634100929631, 40.098918693279622 ], [ -112.15666844884016, 40.098856862922268 ], [ -112.15689465995692, 40.098705949535869 ], [ -112.15700235322706, 40.098484145094339 ], [ -112.15710836724573, 40.098163254663213 ], [ -112.15714507153776, 40.09790612195814 ], [ -112.1571659363037, 40.097752754826161 ], [ -112.15717217209962, 40.097428356507635 ], [ -112.15717246689006, 40.097099512862947 ], [ -112.15717832117394, 40.096752594983627 ], [ -112.15720466871285, 40.09657664969864 ], [ -112.15727086288103, 40.096329132506803 ], [ -112.15737678095793, 40.096002837091199 ], [ -112.15748362911769, 40.09573148922204 ], [ -112.1575143137284, 40.095465407130568 ], [ -112.15753372699641, 40.095226465681499 ], [ -112.15754255592262, 40.095055200035127 ], [ -112.15756806245464, 40.094829711672872 ], [ -112.15758222149961, 40.094626860057538 ], [ -112.15757718441714, 40.094329602241778 ], [ -112.15758007242394, 40.094153891275809 ], [ -112.15760557856672, 40.093928402877332 ], [ -112.1576369366356, 40.093355996401684 ], [ -112.15762055246233, 40.093081375290922 ], [ -112.1575860412987, 40.092775402646382 ], [ -112.15762982674929, 40.092590273531499 ], [ -112.15768404308133, 40.09232846073354 ], [ -112.1577737498236, 40.092084311819654 ], [ -112.15780214220072, 40.091683112283761 ], [ -112.15779062989481, 40.091349881692977 ], [ -112.157796633895, 40.091011971312774 ], [ -112.15778009722352, 40.090728342298725 ], [ -112.15775563596563, 40.090323166335715 ], [ -112.15771364391139, 40.089921769308567 ], [ -112.15769202231589, 40.08968413871569 ], [ -112.15770054520613, 40.089494857272044 ], [ -112.1577674029202, 40.08928697403055 ], [ -112.1579343297677, 40.089100613720049 ], [ -112.15825912503384, 40.088885646517696 ], [ -112.15855566762018, 40.088734026437372 ], [ -112.15893453333787, 40.088595095920134 ], [ -112.15935962120184, 40.088415159448012 ], [ -112.15967382746058, 40.088267864374785 ], [ -112.16006319261409, 40.088056750278035 ], [ -112.16041257900642, 40.087909100844151 ], [ -112.1607743802263, 40.0878018679985 ], [ -112.1611371752505, 40.087753184813394 ], [ -112.16160551934887, 40.087703441985006 ], [ -112.16207518868757, 40.087662693314257 ], [ -112.16250192461909, 40.087649401698698 ], [ -112.16275993448613, 40.087646811822232 ], [ -112.16312966431377, 40.087661118200842 ], [ -112.16359428980921, 40.087737535509419 ], [ -112.16411778521598, 40.087826873293352 ], [ -112.16427612512537, 40.087826182684964 ], [ -112.16452833303303, 40.087827250924931 ], [ -112.16485632593464, 40.087801429363012 ], [ -112.16514813696716, 40.087717410118699 ], [ -112.16539705670593, 40.087525709581342 ], [ -112.16571526526748, 40.087270245759875 ], [ -112.1659741986667, 40.087046910491814 ], [ -112.16630453442366, 40.086746276242714 ], [ -112.16668098901306, 40.086467699874575 ], [ -112.16693466780417, 40.08628045276452 ], [ -112.16725519158443, 40.086092531471557 ], [ -112.16757013929187, 40.085990254283914 ], [ -112.16783825342212, 40.085892953135811 ], [ -112.16811307735948, 40.085845135098687 ], [ -112.16839925863353, 40.085775579414218 ], [ -112.16879164806896, 40.085743691511595 ], [ -112.16917186279851, 40.085685798075708 ], [ -112.16953363792005, 40.085578538190049 ], [ -112.16987241987906, 40.085498537451663 ], [ -112.17028225905251, 40.085458359846363 ], [ -112.17073406921881, 40.085471812634296 ], [ -112.171092678489, 40.085522243412271 ], [ -112.17127022421414, 40.085547476170539 ], [ -112.17140985657934, 40.085550568742548 ], [ -112.17185194202153, 40.085338881921082 ], [ -112.17212282080466, 40.085061356024354 ], [ -112.17229016152822, 40.084901998938363 ], [ -112.17246899683296, 40.08472901123735 ], [ -112.17254235063915, 40.084629165886341 ], [ -112.1727727333048, 40.084316011027411 ], [ -112.17299661880089, 40.084034454209608 ], [ -112.17311551605263, 40.083786393988291 ], [ -112.17321601787201, 40.083491671369451 ], [ -112.17336984673236, 40.083228842088779 ], [ -112.17365885531626, 40.082915091513634 ], [ -112.17387060678456, 40.082678702660957 ], [ -112.17407141582812, 40.082419900967402 ], [ -112.17423835869951, 40.082238021707049 ], [ -112.17438740104586, 40.082038305005753 ], [ -112.17454809180173, 40.0818339653161 ], [ -112.17464875504609, 40.081549150042385 ], [ -112.17459643016018, 40.081234353481975 ], [ -112.17452798660851, 40.08100530914335 ], [ -112.17448547320578, 40.08092015141586 ], [ -112.17433308775138, 40.080583845880234 ], [ -112.1741518520619, 40.080274860626751 ], [ -112.17408441681692, 40.08010436653683 ], [ -112.17402216429403, 40.079894178726555 ], [ -112.17405986429442, 40.07969919461835 ], [ -112.17434280988824, 40.079443163532922 ], [ -112.17462146924025, 40.079279070606603 ], [ -112.17487009949508, 40.079073838584911 ], [ -112.17506650253222, 40.078900668604689 ], [ -112.17519285749792, 40.07874622771272 ], [ -112.17546948263487, 40.078464130872995 ], [ -112.17560138907609, 40.078291614488833 ], [ -112.17579639347352, 40.078037373287081 ], [ -112.17591149448954, 40.077842503752962 ], [ -112.17596091922323, 40.077715871040809 ], [ -112.17592108203455, 40.077513565029733 ], [ -112.17577774735302, 40.077294290919518 ], [ -112.17557385266633, 40.077031485425621 ], [ -112.17533335724126, 40.076686164880883 ], [ -112.17514649724866, 40.076390752062331 ], [ -112.17497598877357, 40.07602309820647 ], [ -112.17492428652612, 40.075744332604671 ], [ -112.17481380201984, 40.075457153814789 ], [ -112.17462648340008, 40.075134716651654 ], [ -112.17452927432312, 40.074937496509499 ], [ -112.17445520722242, 40.074722022920476 ], [ -112.1743697091985, 40.074523782948809 ], [ -112.17433052522983, 40.074290837812022 ], [ -112.17429641508984, 40.074011893480893 ], [ -112.17423947357202, 40.073769218016544 ], [ -112.17416786772095, 40.073355513312521 ], [ -112.17413306263487, 40.073036033804861 ], [ -112.17413852228702, 40.072671099328751 ], [ -112.17416758671514, 40.07231493492278 ], [ -112.17416039303005, 40.071896072487519 ], [ -112.1741139413185, 40.071581215630538 ], [ -112.17402730378997, 40.071316317540891 ], [ -112.1739120354104, 40.071091350732047 ], [ -112.17377358110895, 40.070881934664492 ], [ -112.17359461670389, 40.070703560698831 ], [ -112.1734220566948, 40.070556654348835 ], [ -112.17316156202817, 40.070410638353373 ], [ -112.17286026192131, 40.070210077801335 ], [ -112.17263879936718, 40.070015014818388 ], [ -112.1724066932447, 40.069814653506803 ], [ -112.1722503349944, 40.06958649708055 ], [ -112.17209899078648, 40.06930873817263 ], [ -112.1719585231446, 40.068981317481771 ], [ -112.17200611086913, 40.068679022164432 ], [ -112.17216322675094, 40.068267506113031 ], [ -112.17239716644107, 40.067891249795331 ], [ -112.17264258226362, 40.067568933039226 ], [ -112.17279809216367, 40.067337619744912 ], [ -112.17304899335451, 40.066925152870134 ], [ -112.17320363714047, 40.06671186653147 ], [ -112.17319476146113, 40.06653627368518 ], [ -112.17316243778642, 40.066360918306451 ], [ -112.17314862750349, 40.066239431652171 ], [ -112.17321233680447, 40.06619373956346 ], [ -112.17330034405965, 40.066197352879414 ], [ -112.17366463827291, 40.066243214005347 ], [ -112.17387127452945, 40.066258238009276 ], [ -112.17420401970969, 40.066242252477544 ], [ -112.17432118237362, 40.06623656010693 ], [ -112.17463749824445, 40.066219838945365 ], [ -112.17502994249027, 40.066197840037752 ], [ -112.17539979006474, 40.066225620627236 ], [ -112.1758442175216, 40.066158044630058 ], [ -112.17624869478944, 40.066153938191 ], [ -112.17683512611414, 40.06616149601679 ], [ -112.17724541863676, 40.066495178369046 ], [ -112.17740116567118, 40.066687296864401 ], [ -112.17761483599078, 40.066838284146428 ], [ -112.17785906752987, 40.066993464962998 ], [ -112.17808907601247, 40.067139780539677 ], [ -112.17835449901035, 40.067231679200312 ], [ -112.17858422232506, 40.067293308629729 ], [ -112.17881329382932, 40.067317104892766 ], [ -112.17912421720318, 40.067327454438221 ], [ -112.17941184768455, 40.067347049676115 ], [ -112.17961686523226, 40.067335952723028 ], [ -112.17983884725275, 40.067288645154761 ], [ -112.17998423338639, 40.06721959401721 ], [ -112.18019927078124, 40.067041720686184 ], [ -112.18028854841886, 40.066847109672871 ], [ -112.1804126928896, 40.06656655430394 ], [ -112.1804735207303, 40.066354214307815 ], [ -112.180547627278, 40.066231832624304 ], [ -112.18056202521747, 40.066046993849461 ], [ -112.18060470645251, 40.06580240498289 ], [ -112.18063695436018, 40.065632700188623 ], [ -112.18067486185682, 40.065451225517357 ], [ -112.18077695458288, 40.065251978789448 ], [ -112.1808916260227, 40.065102155268399 ], [ -112.18105148069294, 40.064852767907631 ], [ -112.18113629707389, 40.064671715732167 ], [ -112.18116156116115, 40.064437214513255 ], [ -112.18120464390842, 40.064216045642517 ], [ -112.18121865080943, 40.064008687294553 ], [ -112.1812609551756, 40.063742479471486 ], [ -112.18139118546485, 40.063475374947956 ], [ -112.18142355494798, 40.063312876139534 ], [ -112.18150689013039, 40.0630462497328 ], [ -112.1817009741843, 40.062742456062949 ], [ -112.18173912647161, 40.062575393474027 ], [ -112.18193297469089, 40.062258087748361 ], [ -112.18203661603302, 40.062148917769711 ], [ -112.18231275775746, 40.061844285710983 ], [ -112.18248001886396, 40.061684914440022 ], [ -112.18274435574534, 40.061375897158257 ], [ -112.18289973581503, 40.06120763720876 ], [ -112.18314116827239, 40.060930385704367 ], [ -112.18334742977325, 40.060653492974865 ], [ -112.1835301034244, 40.060368732428238 ], [ -112.18368413864252, 40.060123004531512 ], [ -112.18376933220026, 40.059964469924495 ], [ -112.18378559134926, 40.059887724085144 ], [ -112.18377715451008, 40.059806725921689 ], [ -112.18373026614984, 40.059739634739934 ], [ -112.18359397257944, 40.05965543829543 ], [ -112.18334701385699, 40.059612914388381 ], [ -112.18313499016641, 40.059556519093199 ], [ -112.18294555558877, 40.059450341168109 ], [ -112.18274385364295, 40.059312755359159 ], [ -112.18251214482834, 40.059134933305202 ], [ -112.18240305861282, 40.058928831111579 ], [ -112.18227691842306, 40.058753534740987 ], [ -112.1821975449546, 40.058570553472293 ], [ -112.18216387923137, 40.058318634435153 ], [ -112.18221289448756, 40.058101909144526 ], [ -112.18221564205018, 40.057921693524975 ], [ -112.18216594966762, 40.05776003180938 ], [ -112.1821106297904, 40.05761194156144 ], [ -112.18201952014027, 40.057428178949387 ], [ -112.18191121645431, 40.057267115133179 ], [ -112.18180244640564, 40.057079027825026 ], [ -112.18172758358132, 40.056817618539071 ], [ -112.1817190925314, 40.056665446613593 ], [ -112.18170864083167, 40.056399776475331 ], [ -112.18163465052726, 40.05618881073449 ], [ -112.18153713847887, 40.055973580152447 ], [ -112.1814455659319, 40.055762793595846 ], [ -112.1813074942888, 40.05557500458697 ], [ -112.18117520099958, 40.055450222172119 ], [ -112.18103884725775, 40.055293948154571 ], [ -112.18081192930035, 40.055053007971402 ], [ -112.18062705049091, 40.054870199900272 ], [ -112.1804309169778, 40.054714534360834 ], [ -112.18031716454759, 40.054576948868998 ], [ -112.18006609290549, 40.054294810090482 ], [ -112.1799065262841, 40.054219855617589 ], [ -112.17959341034563, 40.054078894121105 ], [ -112.17938687956155, 40.053999912427869 ], [ -112.17912065311148, 40.05385847226848 ], [ -112.17896679421189, 40.053774449004578 ], [ -112.17884146417533, 40.05364508829495 ], [ -112.17875052399447, 40.053470330593221 ], [ -112.1785868483811, 40.053156667301188 ], [ -112.17844747106118, 40.052892308224521 ], [ -112.1783440355256, 40.052672630334357 ], [ -112.17822818096138, 40.052412536395835 ], [ -112.17813122814212, 40.052228829919557 ], [ -112.17802748446741, 40.051991136066839 ], [ -112.17793554057837, 40.051757826825693 ], [ -112.17782554992129, 40.05149767280799 ], [ -112.17772359163558, 40.051363568495752 ], [ -112.17763751037147, 40.051130199385902 ], [ -112.17760957137861, 40.050869211020355 ], [ -112.17761132349094, 40.050630444310293 ], [ -112.17767862792815, 40.050454076981097 ], [ -112.17781563927534, 40.050240963363493 ], [ -112.17794709933793, 40.050045924811521 ], [ -112.17802620109107, 40.049873942011814 ], [ -112.17810344127088, 40.049593865359867 ], [ -112.17811605978451, 40.049305436427503 ], [ -112.1781306258188, 40.04906203464882 ], [ -112.17812690346339, 40.048845847026875 ], [ -112.17806941978833, 40.048639215496351 ], [ -112.17801210054951, 40.048374021184472 ], [ -112.17790766566873, 40.048095791791184 ], [ -112.17780423948304, 40.047876113110711 ], [ -112.17770019383829, 40.047620403036028 ], [ -112.17761357509937, 40.047355506315597 ], [ -112.17748670960127, 40.047136065570186 ], [ -112.1773957819134, 40.046961306437254 ], [ -112.17723905836375, 40.046709735006452 ], [ -112.17713650425713, 40.046540499433938 ], [ -112.17691432800228, 40.046231932405526 ], [ -112.17658620455175, 40.045897412762692 ], [ -112.17648864630962, 40.045677673200601 ], [ -112.17639648437203, 40.045430850547312 ], [ -112.17631797899519, 40.045296506663739 ], [ -112.17621541386778, 40.045126369388861 ], [ -112.17607136363003, 40.04492962494917 ], [ -112.17595754373772, 40.044786629888321 ], [ -112.17584233136468, 40.044562564219433 ], [ -112.17573938165778, 40.044369906888221 ], [ -112.17563620042577, 40.04416373770119 ], [ -112.17555676964824, 40.04397534622931 ], [ -112.1754824257865, 40.04374185606185 ], [ -112.17537901425652, 40.043522174846792 ], [ -112.17527082621004, 40.043365607817336 ], [ -112.17514373190929, 40.043200223048387 ], [ -112.17492969026692, 40.042954635284744 ], [ -112.17474299264332, 40.042731293364866 ], [ -112.17454645652799, 40.042481022654833 ], [ -112.17434211980726, 40.042254255122437 ], [ -112.1741584499815, 40.042070522919808 ], [ -112.17402019489666, 40.041869212340323 ], [ -112.17391725451705, 40.041676553169594 ], [ -112.1738554111398, 40.041487982213489 ], [ -112.17374098380888, 40.041308953368194 ], [ -112.17350881950105, 40.041099584091505 ], [ -112.17327149165359, 40.04093080897033 ], [ -112.17301089551049, 40.04077217929116 ], [ -112.17275543495595, 40.040571152802784 ], [ -112.1725647576406, 40.040388389858045 ], [ -112.17243985042815, 40.040281541025273 ], [ -112.17232064909255, 40.040165624906997 ], [ -112.172213476227, 40.040067605784166 ], [ -112.17208169232777, 40.039901364013858 ], [ -112.17198579240872, 40.039777103333279 ], [ -112.17197777333543, 40.039651052682949 ], [ -112.17198077966287, 40.03948434814388 ], [ -112.17203675464219, 40.039330621889086 ], [ -112.17212233632003, 40.039194614904481 ], [ -112.17222549669201, 40.039058429998171 ], [ -112.17233974403891, 40.038953665757944 ], [ -112.17245571771568, 40.038812846281971 ], [ -112.1725991227904, 40.03863120669785 ], [ -112.17271893428978, 40.038440796338122 ], [ -112.17280381900459, 40.038264253533107 ], [ -112.1728821491326, 40.038047234654478 ], [ -112.17296071031504, 40.037843727499485 ], [ -112.17301529255919, 40.037608930113784 ], [ -112.17305815538687, 40.037374251353462 ], [ -112.17307797995697, 40.037094758758869 ], [ -112.17310301815746, 40.036914316932346 ], [ -112.17310463245553, 40.03666654165162 ], [ -112.17313785960059, 40.036553587511868 ], [ -112.17321533773527, 40.036287025195385 ], [ -112.17330137657004, 40.036178040917825 ], [ -112.17363266128125, 40.036017020753214 ], [ -112.17394321015267, 40.036013874541595 ], [ -112.17419477858773, 40.035988801717153 ], [ -112.17437549307627, 40.035932913601187 ], [ -112.17460926363795, 40.035826935532143 ], [ -112.17471741075487, 40.035708716649339 ], [ -112.17484862094064, 40.035500169634368 ], [ -112.17486811623402, 40.035270231813321 ], [ -112.17481644926838, 40.034991463788188 ], [ -112.17471806292843, 40.034722178844397 ], [ -112.1745308609555, 40.034399737688467 ], [ -112.1743623201605, 40.034140172991464 ], [ -112.17421659957522, 40.033844339080382 ], [ -112.17413194409363, 40.03369203687128 ], [ -112.17404543528089, 40.033431640332076 ], [ -112.1739896904314, 40.033256521492739 ], [ -112.17396910084476, 40.033081046414274 ], [ -112.17397109841234, 40.032855790647353 ], [ -112.17408010495028, 40.032719544765925 ], [ -112.17426597484355, 40.032623062188676 ], [ -112.17450480801958, 40.032539556563485 ], [ -112.17470941331415, 40.032510454012495 ], [ -112.17486590893527, 40.03240976358282 ], [ -112.17505601262697, 40.032218637883631 ], [ -112.17509401138904, 40.032042568776923 ], [ -112.17512661474012, 40.031893582642276 ], [ -112.17524217232024, 40.031797811617686 ], [ -112.17537600258467, 40.031742397509994 ], [ -112.1754759156341, 40.031759402734764 ], [ -112.1756051239617, 40.031776110630425 ], [ -112.17573949529286, 40.031752223590658 ], [ -112.17581411586866, 40.031661372118705 ], [ -112.17586514543149, 40.03156175059884 ], [ -112.17607204737226, 40.03132540563265 ], [ -112.1762037869332, 40.031148384589919 ], [ -112.1763194191287, 40.031057116444366 ], [ -112.17651622533435, 40.03091547211546 ], [ -112.17669607309064, 40.030810037373307 ], [ -112.17689372939857, 40.030717935595405 ], [ -112.1770790323566, 40.030589020348472 ], [ -112.1772503245177, 40.030326907704186 ], [ -112.1773743414907, 40.030041850707207 ], [ -112.17747592887523, 40.029815582768244 ], [ -112.17754189773113, 40.029562648464164 ], [ -112.17756161513769, 40.029346221888652 ], [ -112.17749414727882, 40.029171223785461 ], [ -112.17736785939718, 40.028983309219939 ], [ -112.17718289142323, 40.028790585057351 ], [ -112.17705122636268, 40.02863065398008 ], [ -112.1769657971919, 40.028433314439191 ], [ -112.17701996138369, 40.028243566269445 ], [ -112.17714747031532, 40.028093615355523 ], [ -112.17723834493026, 40.027926017672598 ], [ -112.17731288200989, 40.027830661338747 ], [ -112.17756353927594, 40.027413680479384 ], [ -112.17766050303314, 40.027259534710581 ], [ -112.17779692750833, 40.027014893461832 ], [ -112.17792871652027, 40.026841473653839 ], [ -112.17803524188754, 40.026561999304356 ], [ -112.17797247216983, 40.026319382910152 ], [ -112.17782768316467, 40.026077600258432 ], [ -112.17771273007409, 40.025867047154968 ], [ -112.17771494806674, 40.025655303012023 ], [ -112.17770552651866, 40.025448181885238 ], [ -112.17763775257141, 40.025255167987837 ], [ -112.17759942625362, 40.02507086419034 ], [ -112.17760257401234, 40.024913167157187 ], [ -112.17769336601999, 40.024741065175725 ], [ -112.17774993651824, 40.024623367563173 ], [ -112.17772269762588, 40.024470484097634 ], [ -112.17765155459671, 40.024354084588936 ], [ -112.17767057350143, 40.024097122470401 ], [ -112.17766223671312, 40.023953056287148 ], [ -112.1776658490367, 40.023822382800105 ], [ -112.17767377070669, 40.023601571181366 ], [ -112.17769255703763, 40.023331097242256 ], [ -112.17775351311982, 40.023127765411132 ], [ -112.17783126912565, 40.022879215598934 ], [ -112.17789129488861, 40.022621836534867 ], [ -112.17784656909085, 40.022406064769271 ], [ -112.17773239687885, 40.022240550768011 ], [ -112.1775548690206, 40.022138746582492 ], [ -112.17730095270346, 40.022024204146078 ], [ -112.17712218749995, 40.021850336373994 ], [ -112.17706066419476, 40.021679782091212 ], [ -112.17697947696099, 40.021387800119776 ], [ -112.17693467753423, 40.021167523971506 ], [ -112.17687276839959, 40.020974449890659 ], [ -112.17684954471945, 40.020645841295199 ], [ -112.176833572302, 40.02039824397383 ], [ -112.17690077354828, 40.020217372660092 ], [ -112.17695571662395, 40.020005092781055 ], [ -112.17694536987072, 40.019743924148322 ], [ -112.17690596542553, 40.019496564806232 ], [ -112.1769423279717, 40.019225912273065 ], [ -112.1770194482212, 40.018940430603912 ], [ -112.1771197982988, 40.018643000614027 ], [ -112.17718013303279, 40.018403637485441 ], [ -112.17727984692887, 40.018069275090134 ], [ -112.17740946842528, 40.017770646466317 ], [ -112.17755534605044, 40.017395272226217 ], [ -112.17766201406243, 40.017124805831934 ], [ -112.17769959602502, 40.01692531517898 ], [ -112.17769518237064, 40.016668590909212 ], [ -112.17768460132282, 40.016393910423723 ], [ -112.17773282971065, 40.016132146367788 ], [ -112.17785018832561, 40.01580210876218 ], [ -112.17795536587735, 40.015445166521154 ], [ -112.178049369306, 40.015119870831178 ], [ -112.17817142048879, 40.014722214306843 ], [ -112.17834704039117, 40.0143735648521 ], [ -112.17851624934703, 40.014061018109132 ], [ -112.17872480457621, 40.013856184234442 ], [ -112.17894968202663, 40.013646679192618 ], [ -112.17920012440418, 40.013220686816069 ], [ -112.17927223991761, 40.012985707271305 ], [ -112.1793440448363, 40.012732711939279 ], [ -112.17945739371517, 40.012510826770757 ], [ -112.17955301467697, 40.012280112499404 ], [ -112.1798000359736, 40.011655945703559 ], [ -112.18007501953223, 40.011635126720122 ], [ -112.18043809537846, 40.011626923891193 ], [ -112.18092933327603, 40.011576871337667 ], [ -112.18115012510705, 40.011471012309521 ], [ -112.18186429513871, 40.011099748697816 ], [ -112.18202015686971, 40.010965720002993 ], [ -112.1823548410915, 40.010670399355512 ], [ -112.1827570721384, 40.010215821989441 ], [ -112.18285485599006, 40.010111215193746 ], [ -112.18336782161063, 40.009623972207599 ], [ -112.18386453157434, 40.009213473352297 ], [ -112.18432336860643, 40.008645694048738 ], [ -112.18467747290559, 40.008119526217079 ], [ -112.18498722712373, 40.00733253668195 ], [ -112.18545898471537, 40.006903366256715 ], [ -112.18600924741382, 40.006542763239594 ], [ -112.18621150899256, 40.006383027509827 ], [ -112.18654121634124, 40.006140901442656 ], [ -112.18686053382184, 40.005975461212437 ], [ -112.18727527526902, 40.005908146450651 ], [ -112.18767502186695, 40.005922068976069 ], [ -112.18802347880982, 40.005815789285982 ], [ -112.18836510919343, 40.005586149042323 ], [ -112.18863295863068, 40.005493307370486 ], [ -112.18930170356433, 40.005210756565596 ], [ -112.18997266398816, 40.005056113403263 ], [ -112.19018366076523, 40.004995385046918 ], [ -112.19082842223409, 40.004749109594243 ], [ -112.19141830461928, 40.0043114934439 ], [ -112.19167754706886, 40.004061067798006 ], [ -112.19199942735449, 40.004044243079271 ], [ -112.19221964886839, 40.004244690295444 ], [ -112.19254772140796, 40.004583673741777 ], [ -112.19310622352516, 40.004699552374049 ], [ -112.19331136464729, 40.00470644951583 ], [ -112.19385930457535, 40.004552149712111 ], [ -112.19414947021377, 40.00439599923947 ], [ -112.19453137833938, 40.004126284219083 ], [ -112.19492212417568, 40.004027656406997 ], [ -112.19520198575118, 40.003952694626804 ], [ -112.19591842082947, 40.003720066781476 ], [ -112.1966880320599, 40.003513913745358 ], [ -112.19693400860639, 40.003511373327633 ], [ -112.19717024767104, 40.003689122019566 ], [ -112.19736641790081, 40.003786199184304 ], [ -112.19742553481888, 40.003817121411338 ], [ -112.19817349739598, 40.004048140584196 ], [ -112.19894237008437, 40.004134787359362 ], [ -112.19948782517696, 40.004174189868529 ], [ -112.19985038455192, 40.004138903364385 ], [ -112.20014045556553, 40.003978234196758 ], [ -112.20053255147252, 40.003622804202912 ], [ -112.20064193290456, 40.003513557561043 ], [ -112.2010211265642, 40.003090688711609 ], [ -112.20108968431853, 40.002991775137197 ], [ -112.2012140434535, 40.002400367093998 ], [ -112.20132002605426, 40.001763201169219 ], [ -112.20147532109696, 40.001266071291468 ], [ -112.20151956663913, 40.00111695657435 ], [ -112.20163481212401, 40.000674298404363 ], [ -112.20165594754096, 40.00054344216548 ], [ -112.20190897783145, 39.99994168939832 ], [ -112.20221398824673, 39.999632204078573 ], [ -112.20246424215765, 39.999540414003128 ], [ -112.2028788332501, 39.999467639429255 ], [ -112.20358656650139, 39.999410738991308 ], [ -112.20443761727657, 39.999176660406235 ], [ -112.20501943635365, 39.99895438494589 ], [ -112.20535814420168, 39.998896805688894 ], [ -112.20562475544799, 39.998736366814896 ], [ -112.20567943518132, 39.99851506630511 ], [ -112.20609837446591, 39.99802419631029 ], [ -112.2064714106186, 39.99758785942084 ], [ -112.20673642843769, 39.997337340022561 ], [ -112.20722436942211, 39.997107021596378 ], [ -112.20728261228091, 39.997088395933197 ], [ -112.20806984019514, 39.996890993458436 ], [ -112.20863808944242, 39.996565232599607 ], [ -112.20908643419119, 39.996083054554695 ], [ -112.20970507008346, 39.995626125641856 ], [ -112.21009889743124, 39.995374253883497 ], [ -112.21033903876221, 39.995042900896991 ], [ -112.21040578815172, 39.994776424758626 ], [ -112.21060482011323, 39.994571632974647 ], [ -112.21091300692687, 39.994379214521466 ], [ -112.21139553437892, 39.994175963507573 ], [ -112.2120599849105, 39.993993331558201 ], [ -112.21288014587466, 39.993673924391288 ], [ -112.21364357606211, 39.993458714323239 ], [ -112.21419300663609, 39.993065552422124 ], [ -112.21430565249705, 39.99281210733362 ], [ -112.2144548672605, 39.992639364033018 ], [ -112.21475608753794, 39.992451513115817 ], [ -112.21498863544177, 39.992354475985636 ], [ -112.21585840282246, 39.992192193220824 ], [ -112.21669840856843, 39.992003188033188 ], [ -112.21753361071872, 39.991543943508674 ], [ -112.21821727942491, 39.991126828539137 ], [ -112.21880773304811, 39.990737718294021 ], [ -112.21952771995862, 39.990387784582346 ], [ -112.22021890344824, 39.990065178061258 ], [ -112.22063174931245, 39.989898660185453 ], [ -112.22093991853703, 39.989773786252023 ], [ -112.22135845574061, 39.989598196375709 ], [ -112.22166662225582, 39.989473320543482 ], [ -112.22265039073109, 39.989138605432792 ], [ -112.2234673199803, 39.988972318419783 ], [ -112.22375903924242, 39.988910676878319 ], [ -112.22409045842933, 39.988776539619302 ], [ -112.22441449300187, 39.988556889583265 ], [ -112.22472552794905, 39.988265300354492 ], [ -112.22492130679903, 39.988078537324881 ], [ -112.22496694156924, 39.988010484037304 ], [ -112.22516279951165, 39.987828224491359 ], [ -112.2252753159588, 39.987570265375922 ], [ -112.22541893828632, 39.987348916024473 ], [ -112.22572539521262, 39.986867272902799 ], [ -112.22590822693623, 39.98628422886938 ], [ -112.22584168378592, 39.985510119070462 ], [ -112.22576750155706, 39.984898260256429 ], [ -112.22572107962772, 39.984660000465738 ], [ -112.22563540822074, 39.984453688856874 ], [ -112.22540817410137, 39.984190312560074 ], [ -112.22497652261424, 39.98369485053415 ], [ -112.22481821183955, 39.982962252275485 ], [ -112.22477824070715, 39.982363545159622 ], [ -112.22515900184065, 39.981715343747901 ], [ -112.22559397645932, 39.981152157709161 ], [ -112.22598876710444, 39.980634442446949 ], [ -112.22603495958785, 39.98059791592425 ], [ -112.22655788277592, 39.980041904339345 ], [ -112.22690063024514, 39.979561675531968 ], [ -112.22738120372503, 39.97893042895798 ], [ -112.22748582871422, 39.978559932602671 ], [ -112.22739919303851, 39.978299575462728 ], [ -112.2275462994065, 39.977685373368914 ], [ -112.22812582823414, 39.97702244326053 ], [ -112.22858527939655, 39.976521151799957 ], [ -112.22896928134691, 39.976057597416599 ], [ -112.22919347821987, 39.975825478289586 ], [ -112.22946369944509, 39.975547823139088 ], [ -112.22992980879326, 39.975092404006134 ], [ -112.23038394540765, 39.974622694932428 ], [ -112.23108219827712, 39.974053089028104 ], [ -112.23175676502568, 39.973469315481935 ], [ -112.23227496401154, 39.972981800124302 ], [ -112.23289998192621, 39.972574231507949 ], [ -112.23328970580766, 39.972106097130222 ], [ -112.23392358230852, 39.971540762874724 ], [ -112.23447017347628, 39.97107095436516 ], [ -112.23483605818164, 39.970580544965514 ], [ -112.23516814871279, 39.970099504017604 ], [ -112.23533654139743, 39.9696967875282 ], [ -112.23539851357236, 39.969236643514833 ], [ -112.23515261507077, 39.968586076856553 ], [ -112.23510582022763, 39.967937892817936 ], [ -112.23516785729846, 39.967806594227902 ], [ -112.23580622143018, 39.967493467220933 ], [ -112.23610239329722, 39.967359671508831 ], [ -112.23631112223126, 39.967181760371865 ], [ -112.23642954570671, 39.966995802745977 ], [ -112.23653718902253, 39.966796445779281 ], [ -112.23671564005879, 39.966627866406952 ], [ -112.2367755624463, 39.966379466222662 ], [ -112.23671550564113, 39.965645834065285 ], [ -112.23666764368727, 39.964939100128547 ], [ -112.23650418065722, 39.964314684756935 ], [ -112.23624323004447, 39.963803026542216 ], [ -112.23611523286962, 39.96319715212919 ], [ -112.23611073164841, 39.962297152123128 ], [ -112.23622397439085, 39.96175897875581 ], [ -112.23644201574291, 39.96118905510064 ], [ -112.23631619642845, 39.960703884603006 ], [ -112.23631864202807, 39.960514659172489 ], [ -112.23649179280619, 39.960377669800771 ], [ -112.23681541152352, 39.960144475037254 ], [ -112.23754176636925, 39.959780847292471 ], [ -112.23825504187782, 39.959471411691325 ], [ -112.23850414185351, 39.959261531999182 ], [ -112.23869957477051, 39.958867530681744 ], [ -112.23875350130974, 39.958547117341816 ], [ -112.23900810776763, 39.958383126129853 ], [ -112.23944419320812, 39.958219896801467 ], [ -112.23959398656589, 39.958086756352373 ], [ -112.24030541089317, 39.957611553262701 ], [ -112.24058390874632, 39.957474331431264 ], [ -112.2409574792237, 39.95741537467994 ], [ -112.24125051410317, 39.957434760822004 ], [ -112.24148965430001, 39.957387152270378 ], [ -112.24178650487148, 39.957293877511233 ], [ -112.24198337263113, 39.957174644851058 ], [ -112.24223640133286, 39.956924172325238 ], [ -112.24252341883626, 39.956934610251189 ], [ -112.24321784849754, 39.957138887366987 ], [ -112.24402663953487, 39.957193276339282 ], [ -112.24446062472524, 39.957238170014783 ], [ -112.2448158976418, 39.957138854570069 ], [ -112.24532935316282, 39.956724308336845 ], [ -112.24579895830087, 39.956151664042622 ], [ -112.24606453966049, 39.955626258718326 ], [ -112.24645502526405, 39.954887786568243 ], [ -112.24683056331729, 39.95429362576705 ], [ -112.24717462479762, 39.953578174191421 ], [ -112.24761898428376, 39.952906689549046 ], [ -112.24813818432185, 39.952166826104474 ], [ -112.24854982552012, 39.951306490635865 ], [ -112.24888550961369, 39.950775818758466 ], [ -112.2494411519414, 39.950431974727067 ], [ -112.25029086032944, 39.950166042100989 ], [ -112.25036668918118, 39.950151709933472 ], [ -112.25111458512607, 39.950080573699132 ], [ -112.25167749483066, 39.950457400460877 ], [ -112.25206107371228, 39.950628943142931 ], [ -112.25232570080111, 39.950568423725173 ], [ -112.25247491907361, 39.950534377338194 ], [ -112.25323971479717, 39.950427006790527 ], [ -112.25401547625057, 39.950599707931673 ], [ -112.25420840940416, 39.95058771013278 ], [ -112.25447958320565, 39.950373052576303 ], [ -112.25465663104758, 39.950132384725244 ], [ -112.25529622915457, 39.949580385557404 ], [ -112.25585397408845, 39.949033774429864 ], [ -112.25604387068091, 39.948856031728276 ], [ -112.25631569114819, 39.948677400858131 ], [ -112.25648110716691, 39.948441361015888 ], [ -112.25665023058721, 39.947768320038541 ], [ -112.25670083524835, 39.947655152691503 ], [ -112.25704146580095, 39.947079356116618 ], [ -112.25729655922234, 39.946563048056944 ], [ -112.2576539762851, 39.94600959130856 ], [ -112.25804708941237, 39.945424212785362 ], [ -112.25847050955993, 39.944896164702371 ], [ -112.25886560739508, 39.944419776797901 ], [ -112.25931285006133, 39.943914891610952 ], [ -112.2600502558054, 39.943276213225289 ], [ -112.26078963213146, 39.942745622764079 ], [ -112.2616319423676, 39.942403106961549 ], [ -112.26233778866474, 39.942278299256294 ], [ -112.26325007066588, 39.942304399404421 ], [ -112.26422037754985, 39.942239764549186 ], [ -112.26467068099869, 39.942158272017473 ], [ -112.26500312104181, 39.942096082985309 ], [ -112.26561089828333, 39.942048906282707 ], [ -112.26585631619456, 39.942028207617433 ], [ -112.26660344075164, 39.9419209422202 ], [ -112.26693002658467, 39.941858811635512 ], [ -112.26722084004332, 39.941761033179702 ], [ -112.26741101954114, 39.941601287779847 ], [ -112.26756024022232, 39.941441989938788 ], [ -112.26817744359239, 39.940637898541766 ], [ -112.26878783913172, 39.940099658683231 ], [ -112.2690818306166, 39.939857688739146 ], [ -112.26935266582812, 39.939629485864423 ], [ -112.2695879725273, 39.939442214232002 ], [ -112.26974930630789, 39.939242238132266 ], [ -112.26998711311322, 39.939127014336755 ], [ -112.27028342831588, 39.939011148944815 ], [ -112.27059186086974, 39.938917673746133 ], [ -112.270973253428, 39.938972054646797 ], [ -112.27168713413562, 39.939284062974856 ], [ -112.27248393598695, 39.939649213684874 ], [ -112.27319967423117, 39.939744964182339 ], [ -112.27427892722714, 39.939877257684785 ], [ -112.27500503441958, 39.939900807027215 ], [ -112.27582717887086, 39.939738600161711 ], [ -112.27669996879837, 39.939467715727211 ], [ -112.27754224314745, 39.939192656289954 ], [ -112.27783562412471, 39.939171403723087 ], [ -112.27827578384387, 39.93923862699436 ], [ -112.27851426366772, 39.93947474878378 ], [ -112.27883901891894, 39.939944165266191 ], [ -112.27945775583478, 39.940486917170155 ], [ -112.28006127509443, 39.940840634319159 ], [ -112.28051307542394, 39.941217647084898 ], [ -112.28082012017254, 39.941363812586935 ], [ -112.28122334170956, 39.941332328247384 ], [ -112.28147868902835, 39.94121688709901 ], [ -112.28177188318389, 39.940934351283722 ], [ -112.28200249631239, 39.940120946646331 ], [ -112.28233731311879, 39.939873987050227 ], [ -112.28268310882619, 39.939901694609794 ], [ -112.28327493703249, 39.940255524359962 ], [ -112.2837304300289, 39.940516261210355 ], [ -112.28394527614019, 39.940739119139678 ], [ -112.28412375428859, 39.940894808329837 ], [ -112.28433666588542, 39.941014077777389 ], [ -112.28474291619452, 39.941144718503814 ], [ -112.28580840061839, 39.941164438335171 ], [ -112.28690789478163, 39.94112520912676 ], [ -112.28770951498555, 39.940805479817051 ], [ -112.28848763911269, 39.940481501396981 ], [ -112.28924421169188, 39.94025686185131 ], [ -112.29020377263936, 39.940246186097262 ], [ -112.29101002254899, 39.940174143463665 ], [ -112.29193269690774, 39.940069264557707 ], [ -112.29232462649904, 39.940060391208014 ], [ -112.29271070499594, 39.940051581781319 ], [ -112.29370155025053, 39.939837814730431 ], [ -112.29452169397838, 39.939571888655074 ], [ -112.29513705013866, 39.939308244925336 ], [ -112.29576952930624, 39.939021882823667 ], [ -112.29621334492344, 39.938971873674951 ], [ -112.29655201453052, 39.938932048369509 ], [ -112.2974041122244, 39.938809896363544 ], [ -112.29840832825772, 39.938686034402316 ], [ -112.29935621976934, 39.938369091129161 ], [ -112.30012153509975, 39.937991121500055 ], [ -112.30073818576426, 39.937488682207096 ], [ -112.30137137265575, 39.936932898024892 ], [ -112.30172244314737, 39.936621732869504 ], [ -112.30202703516039, 39.93663723214307 ], [ -112.30228218177125, 39.936822664444932 ], [ -112.30256583161848, 39.936968134164992 ], [ -112.3028964332034, 39.937059018576775 ], [ -112.30326953559239, 39.937045815149098 ], [ -112.30361049872469, 39.937127571541765 ], [ -112.30404388850616, 39.93776237058097 ], [ -112.30438145019066, 39.938281122907853 ], [ -112.30472004361056, 39.938853919465885 ], [ -112.30514986065245, 39.939299555186146 ], [ -112.30549602859475, 39.939962358850387 ], [ -112.30544958874292, 39.940598050173655 ], [ -112.30545070153924, 39.940656599258553 ], [ -112.30556713108334, 39.941240003221694 ], [ -112.30564469422416, 39.941933760392843 ], [ -112.30548656956391, 39.942543680971085 ], [ -112.30553046602408, 39.942944108302498 ], [ -112.30555187215768, 39.943146580425427 ], [ -112.30591858628827, 39.943719056147486 ], [ -112.30622142743897, 39.944256212489059 ], [ -112.30644889156108, 39.94483025540589 ], [ -112.30648078717266, 39.94496864180465 ], [ -112.30642734581805, 39.945235924486013 ], [ -112.30654263469603, 39.945450852429154 ], [ -112.30743886036153, 39.945183977531158 ], [ -112.30825832516093, 39.944881924180621 ], [ -112.3088428574973, 39.944843792569799 ], [ -112.30912226172265, 39.944764056986095 ], [ -112.3092781740456, 39.944960504462259 ], [ -112.30946780964611, 39.94539081699287 ], [ -112.30978737109923, 39.946189049406797 ], [ -112.30989753070565, 39.946809457926776 ], [ -112.30983896370725, 39.947359697225679 ], [ -112.3095447326175, 39.947890075376925 ], [ -112.30926909468221, 39.948167977711101 ], [ -112.30934352203131, 39.948387868948828 ], [ -112.30970769742795, 39.948455830543828 ], [ -112.31042951808945, 39.948249464448445 ], [ -112.31065480826884, 39.948093756442823 ], [ -112.31080376887245, 39.947925396970049 ], [ -112.31096100503848, 39.94788397717398 ], [ -112.31177091613174, 39.947693724446708 ], [ -112.31201582129084, 39.947645905411044 ], [ -112.31244238252351, 39.947609543448451 ], [ -112.31284940817268, 39.947469792331447 ], [ -112.31367248652127, 39.947050536819425 ], [ -112.31420334335016, 39.94665350874326 ], [ -112.31472896104709, 39.946227707371897 ], [ -112.31506217148936, 39.945962653175144 ], [ -112.31530508400171, 39.945811240968212 ], [ -112.31562475365907, 39.94569499498197 ], [ -112.31598004829087, 39.945605372082106 ], [ -112.31644833100516, 39.945609064369421 ], [ -112.31692186052356, 39.945581162029676 ], [ -112.31736794708148, 39.945648169014767 ], [ -112.31766662651519, 39.945658288456443 ], [ -112.31835400423122, 39.945794624297598 ], [ -112.3189638458805, 39.945855257869688 ], [ -112.31952679082636, 39.945911917340723 ], [ -112.31999000315795, 39.945956195600466 ], [ -112.32034316514829, 39.946060287065535 ], [ -112.3203781869816, 39.946055383420251 ], [ -112.32067023748657, 39.946025028037255 ], [ -112.32104709563835, 39.945839643656797 ], [ -112.32138932882572, 39.945679879253404 ], [ -112.32222770101474, 39.945146869644638 ], [ -112.32257977441581, 39.944890588249997 ], [ -112.32276991786368, 39.944735257792146 ], [ -112.32295499001542, 39.944620527480694 ], [ -112.32312174417129, 39.944466364325876 ], [ -112.32322121562989, 39.944465228899695 ], [ -112.32350257959959, 39.944488144222717 ], [ -112.32391807192553, 39.944789721312354 ], [ -112.32467291324889, 39.945389236354828 ], [ -112.32532542585598, 39.945841260282734 ], [ -112.3256028746667, 39.945964220224077 ], [ -112.32599856982672, 39.946148893129056 ], [ -112.32678111740657, 39.946423736750042 ], [ -112.32741911624379, 39.946668697321378 ], [ -112.32788169540586, 39.947285051660607 ], [ -112.32822533558289, 39.94780366297104 ], [ -112.32877255376475, 39.948558690219656 ], [ -112.32923225334763, 39.949327331592414 ], [ -112.32944763941275, 39.949569017632314 ], [ -112.32970213990214, 39.949714754392822 ], [ -112.32977654692255, 39.949930127628676 ], [ -112.33018030313032, 39.950529128154066 ], [ -112.33055206606591, 39.951047409395144 ], [ -112.33096128652218, 39.951565259278667 ], [ -112.33175373431941, 39.952285922551035 ], [ -112.33229613365904, 39.952788723166563 ], [ -112.33268550414439, 39.952644600735212 ], [ -112.33289110257873, 39.952380962847819 ], [ -112.33310395051545, 39.952189316774202 ], [ -112.33350797598764, 39.951594550799271 ], [ -112.33365841919351, 39.95126397520221 ], [ -112.333900290976, 39.950999918152775 ], [ -112.33413608991789, 39.950483665996941 ], [ -112.33421005050425, 39.950072884888129 ], [ -112.33428323465078, 39.949923386620505 ], [ -112.33435047927566, 39.949769451953493 ], [ -112.33459550409735, 39.949487338236153 ], [ -112.33455718769167, 39.949262543191452 ], [ -112.33437343151959, 39.948480836629429 ], [ -112.33433704005765, 39.947873117688772 ], [ -112.33441203498451, 39.947214564488633 ], [ -112.3344276393334, 39.946511647627929 ], [ -112.33448107721526, 39.946249758329046 ], [ -112.33446386074357, 39.945966158769195 ], [ -112.33468639177757, 39.945671690468359 ], [ -112.3349716014274, 39.945590924903051 ], [ -112.33528874348957, 39.945587272101044 ], [ -112.33620309688433, 39.945716382346298 ], [ -112.3365224922486, 39.945708195464697 ], [ -112.33692254825354, 39.945694572717926 ], [ -112.33774574380413, 39.945590476354745 ], [ -112.33805533740227, 39.94555987473975 ], [ -112.33836282415979, 39.945421183210719 ], [ -112.33855495166388, 39.945369412812667 ], [ -112.3386066477177, 39.945319263864221 ], [ -112.33889673645159, 39.945188880338158 ], [ -112.33909822944585, 39.945017175166491 ], [ -112.33919993390397, 39.944830405526119 ], [ -112.33949766435201, 39.944191799131019 ], [ -112.33976850586954, 39.943675130325019 ], [ -112.33982128836656, 39.943080797297156 ], [ -112.33975685573017, 39.94247790857478 ], [ -112.33969811699603, 39.94216686029916 ], [ -112.33942036227221, 39.941728606667823 ], [ -112.33909123755521, 39.941056699865555 ], [ -112.33867991474742, 39.940430788578453 ], [ -112.33854671874855, 39.939842207114246 ], [ -112.33843575814092, 39.939253368702246 ], [ -112.33842230143688, 39.939163429469019 ], [ -112.33837180960175, 39.938974813757063 ], [ -112.33841586639879, 39.93853284150881 ], [ -112.33828756102281, 39.938255029508113 ], [ -112.33813760870684, 39.938067561848733 ], [ -112.33753809563578, 39.937633016974665 ], [ -112.33743326139823, 39.93705762083863 ], [ -112.33737663631752, 39.936553744103797 ], [ -112.33737514575778, 39.936477180847774 ], [ -112.33756413046802, 39.935664148558779 ], [ -112.33787398676452, 39.935348845440181 ], [ -112.3377288577168, 39.935108165607076 ], [ -112.33709810546152, 39.934570369704865 ], [ -112.33665604314052, 39.933805158057538 ], [ -112.33626857030985, 39.933138419526792 ], [ -112.33600497896433, 39.93258287038099 ], [ -112.33588343566417, 39.931989645881686 ], [ -112.33565218303964, 39.931231009977239 ], [ -112.33554311677432, 39.931038562825741 ], [ -112.33543413866732, 39.930850619284215 ], [ -112.33549349976539, 39.930593165432008 ], [ -112.33600014296258, 39.929866569810471 ], [ -112.33627862848445, 39.929142602053069 ], [ -112.33653462173419, 39.928766658699423 ], [ -112.33664277352591, 39.928611349731845 ], [ -112.33702680712439, 39.927899677320276 ], [ -112.33707298817011, 39.927566694963978 ], [ -112.33698529024018, 39.927269492641315 ], [ -112.33687287680621, 39.926604087529874 ], [ -112.33683502180844, 39.925861241913864 ], [ -112.33689459565484, 39.925013663671713 ], [ -112.33639508650984, 39.924600481806678 ], [ -112.33573537083855, 39.924072020379093 ], [ -112.33554477362654, 39.923898531253165 ], [ -112.33532379246779, 39.923666830116709 ], [ -112.33540698383753, 39.923431625269849 ], [ -112.33572031530257, 39.923297378136873 ], [ -112.33609746379527, 39.923135366252794 ], [ -112.33617795465159, 39.923062362712962 ], [ -112.33641009192678, 39.92296508742524 ], [ -112.33660538044548, 39.922778141653104 ], [ -112.33674121068405, 39.922542328957171 ], [ -112.3369128369114, 39.922342141262284 ], [ -112.3371068080498, 39.92208763868571 ], [ -112.33706715613789, 39.921853849344011 ], [ -112.33704224879382, 39.921475738139385 ], [ -112.33707846256287, 39.921232064330098 ], [ -112.337185234863, 39.921006496634263 ], [ -112.33736143894407, 39.920440470221749 ], [ -112.33727547664384, 39.919630607758322 ], [ -112.33725091977465, 39.919270511401074 ], [ -112.33727388735842, 39.918887343128198 ], [ -112.33742739966981, 39.918718896756999 ], [ -112.33763507279947, 39.91856784429195 ], [ -112.33833596488692, 39.91820838542337 ], [ -112.33906749809726, 39.917920644364003 ], [ -112.33933383019001, 39.917777920837288 ], [ -112.33955126332293, 39.917527647794842 ], [ -112.3396693195148, 39.91698120945297 ], [ -112.33972294897262, 39.916431010702361 ], [ -112.33987196926662, 39.915672491159462 ], [ -112.33993012838332, 39.915054668649375 ], [ -112.34006893890373, 39.914372847418477 ], [ -112.34041063849065, 39.913895898917239 ], [ -112.34100426145461, 39.913438559592613 ], [ -112.34123524484201, 39.913224164572625 ], [ -112.34146538125225, 39.91308635961488 ], [ -112.34160179161823, 39.912882067554683 ], [ -112.34170064921534, 39.912552076944365 ], [ -112.3416784456884, 39.9123135821999 ], [ -112.34155114578759, 39.912085313047534 ], [ -112.34153110064992, 39.911657593805806 ], [ -112.34181562488297, 39.911609253816835 ], [ -112.34210503752324, 39.911691494273065 ], [ -112.34246904698024, 39.911759356036683 ], [ -112.34268838501873, 39.911608159438686 ], [ -112.34279844948456, 39.911552827775431 ], [ -112.34291172323724, 39.911362316362002 ], [ -112.34302864546882, 39.911059143839353 ], [ -112.34312760775586, 39.910675093753085 ], [ -112.3432026793301, 39.909786788333342 ], [ -112.34297037234195, 39.908974119512287 ], [ -112.3425613516434, 39.908397743535737 ], [ -112.34207013050487, 39.907805199475 ], [ -112.34195201523987, 39.907147971812819 ], [ -112.34201318606081, 39.906385960569644 ], [ -112.34186565879388, 39.90572006356836 ], [ -112.34181986810604, 39.905171914476988 ], [ -112.34192241330115, 39.90443194799029 ], [ -112.3469296315385, 39.904450469263352 ], [ -112.35545251836903, 39.904486290017914 ], [ -112.36591145266341, 39.904521216141184 ], [ -112.37582427841267, 39.904449061179477 ], [ -112.38912817523806, 39.904308451667177 ], [ -112.4021279876393, 39.904174497578751 ], [ -112.41829877285093, 39.904081424994061 ], [ -112.43287316071294, 39.904010340562287 ], [ -112.43596122813352, 39.903999164592108 ], [ -112.45258765100279, 39.903939809997901 ], [ -112.45962507838513, 39.903933414655675 ], [ -112.46659686545388, 39.903921115657063 ], [ -112.4836692045839, 39.903875985790449 ], [ -112.50080255028337, 39.903948277021918 ], [ -112.50589658408833, 39.903927272805433 ], [ -112.51448782599557, 39.903883839588048 ], [ -112.52696269699364, 39.903836436317064 ], [ -112.54416300687831, 39.903766293497696 ], [ -112.55746815653829, 39.903709950720724 ], [ -112.57524199702168, 39.903659021537742 ], [ -112.59224526126258, 39.903674511879267 ], [ -112.60499765648719, 39.903696880626988 ], [ -112.61496864421748, 39.903684548436146 ], [ -112.62577955047544, 39.903772199425639 ], [ -112.63614956944352, 39.903765962028956 ], [ -112.6513046148781, 39.903785338836961 ], [ -112.66245142974626, 39.903734148138312 ], [ -112.67303798811433, 39.903735017638532 ], [ -112.68353107384119, 39.903740781745228 ], [ -112.69458987581834, 39.90372831864876 ], [ -112.70777429295121, 39.903674498773498 ], [ -112.72383901765218, 39.903634946533323 ], [ -112.73631405862791, 39.903610947485454 ], [ -112.75077688996994, 39.903555603196537 ], [ -112.75922247412674, 39.903549377251146 ], [ -112.76618839273883, 39.903547068863361 ], [ -112.77348170138518, 39.903539333759191 ], [ -112.77966953426899, 39.903530096584142 ], [ -112.78220188925701, 39.903522726762112 ], [ -112.79101547478203, 39.903499515893557 ], [ -112.79819131714343, 39.903474021423918 ], [ -112.79818531683678, 39.903915563260043 ], [ -112.80046662394459, 39.903925201493351 ], [ -112.80773780406491, 39.903965203283143 ], [ -112.81619546554776, 39.904017698819942 ], [ -112.82348032508909, 39.904088029930165 ], [ -112.83053552361099, 39.904143511122555 ], [ -112.83881369435693, 39.90421971169868 ], [ -112.84703851778688, 39.90426914313916 ], [ -112.85539243584122, 39.904333942611338 ], [ -112.86637366063958, 39.904441457260063 ], [ -112.87263816452803, 39.904498091418603 ], [ -112.87578684639196, 39.90452826783288 ], [ -112.88522402818755, 39.904636445664778 ], [ -112.89796943099857, 39.90466271116005 ], [ -112.91134776598193, 39.904523986144056 ], [ -112.92555822934278, 39.904653681889201 ], [ -112.93881385883442, 39.904730039340748 ], [ -112.95545277657624, 39.904693803491874 ], [ -112.97010420698973, 39.904697980625521 ], [ -112.98374343740508, 39.904893305287004 ], [ -113.00078032772598, 39.90506896980483 ], [ -113.01312077601916, 39.905049009934324 ], [ -113.02755515335035, 39.905031669095919 ], [ -113.04261547654232, 39.905019518700975 ], [ -113.05684461005433, 39.904947188975726 ], [ -113.07124087747144, 39.904871926426168 ], [ -113.08631205669238, 39.904835881254975 ], [ -113.09946078576192, 39.904859736308495 ], [ -113.11168462897258, 39.904858411013123 ], [ -113.12581093286866, 39.904910108242468 ], [ -113.13944482489106, 39.904925928961127 ], [ -113.15015370521583, 39.904921467632654 ], [ -113.16274528802265, 39.904898920474771 ], [ -113.17865785750685, 39.904880196813288 ], [ -113.19068902821783, 39.904856133811776 ], [ -113.20400590008794, 39.904837911109581 ], [ -113.21480786453603, 39.904821194972882 ], [ -113.22442279885506, 39.904812744235905 ], [ -113.23355837482706, 39.904811832233058 ], [ -113.24266445716896, 39.904803562955991 ], [ -113.24878121159945, 39.904775138159174 ], [ -113.24877043716619, 39.905518565718012 ], [ -113.25081739218058, 39.905515769581228 ], [ -113.25644037284572, 39.905410043593996 ], [ -113.2649588283489, 39.9053520006916 ], [ -113.27692727341935, 39.905378756539335 ], [ -113.29159645534604, 39.90540045702258 ], [ -113.30590212572866, 39.905396000652665 ], [ -113.32062344186178, 39.905403976457151 ], [ -113.33227994054143, 39.905408732296948 ], [ -113.34908899742112, 39.905411596577629 ], [ -113.36545344349518, 39.905412086004659 ], [ -113.37580056475285, 39.905439174499961 ], [ -113.38672008898178, 39.90544454326254 ], [ -113.4017623533894, 39.905435588615411 ], [ -113.41345367855452, 39.905435951258767 ], [ -113.42521475772945, 39.905424664639334 ], [ -113.43546164522724, 39.905430499033656 ], [ -113.44787955539911, 39.905470668117189 ], [ -113.46035488643319, 39.905481260103507 ], [ -113.47152563376585, 39.905482301522404 ], [ -113.48588958826792, 39.905481378847995 ], [ -113.50084565098064, 39.905519948084084 ], [ -113.51254898109195, 39.905532560485213 ], [ -113.52481359093885, 39.905540770832772 ], [ -113.53829948152294, 39.905520938525669 ], [ -113.55105515276695, 39.905524619065439 ], [ -113.56689286597459, 39.905526231224947 ], [ -113.57975956758351, 39.905528791828672 ], [ -113.59484774365279, 39.905507226571267 ], [ -113.60994062167725, 39.905456562826473 ], [ -113.62585779761194, 39.90539876775955 ], [ -113.64210101142085, 39.905304325103621 ], [ -113.65580216454595, 39.905414523773707 ], [ -113.66933844006417, 39.905495368462063 ], [ -113.68546419876661, 39.90554167336078 ], [ -113.70058857766287, 39.905555022176252 ], [ -113.72963160020129, 39.905559154215481 ], [ -113.75079736526608, 39.905576607802431 ], [ -113.75749927983074, 39.905570456192429 ], [ -113.77002134030337, 39.905591581931724 ], [ -113.78347252263131, 39.905594441690617 ], [ -113.79878950670171, 39.905602932712625 ], [ -113.81854125074642, 39.905655644338786 ], [ -113.83364861960291, 39.905688037169348 ], [ -113.8512885770165, 39.905728227038431 ], [ -113.8649349849762, 39.905787969085843 ], [ -113.87583249706684, 39.905842296072443 ], [ -113.8858684952839, 39.905881024528306 ], [ -113.89791854148737, 39.905918070220238 ], [ -113.90889697688357, 39.905950141343439 ], [ -113.92367032852857, 39.905969247336479 ], [ -113.93937715121692, 39.905936665251751 ], [ -113.95136030764372, 39.90594281383509 ], [ -113.96869066053385, 39.905995495385334 ], [ -113.98397883850383, 39.906021626031084 ], [ -114.00084180688543, 39.906086027213405 ], [ -114.00721087348265, 39.906096540929845 ], [ -114.01371991760992, 39.90609855883605 ], [ -114.02286717349182, 39.906116980169976 ], [ -114.03131302875953, 39.906144023400238 ], [ -114.03960073814592, 39.906165590884953 ], [ -114.0470583552933, 39.906194887048372 ], [ -114.04705855943344, 39.907122672045773 ], [ -114.04707250174911, 39.918381888637555 ], [ -114.04703524975582, 39.932439310199271 ], [ -114.04700870091301, 39.946865738602042 ], [ -114.04700139386843, 39.963539034043208 ], [ -114.04698176120708, 39.968655871378004 ], [ -114.04696083580481, 39.975033803197306 ], [ -114.04693168696119, 39.980830956794293 ], [ -114.04692438349744, 39.983168618398409 ], [ -114.04689995801618, 39.991204025639846 ], [ -114.04684376373238, 39.999919431626203 ], [ -114.04681621843118, 40.004433848231351 ], [ -114.04678724844489, 40.007731378458324 ], [ -114.04677368257722, 40.022296948062248 ], [ -114.04676749291716, 40.029525662169931 ], [ -114.04676459766618, 40.036695734160112 ], [ -114.0467500736418, 40.049153518561496 ], [ -114.04674800300788, 40.051184767317949 ], [ -114.04674544203517, 40.05231077367052 ], [ -114.0466952420953, 40.069354287742868 ], [ -114.04672728776387, 40.080166930942163 ], [ -114.04666764520029, 40.094598470810929 ], [ -114.04661098232651, 40.109092958712949 ], [ -114.04660585464538, 40.116726901900883 ], [ -114.0465454677891, 40.124304645300491 ], [ -114.04653900995632, 40.124947945857066 ], [ -114.0465332285013, 40.128888847702541 ], [ -114.04652192485666, 40.138482047780258 ], [ -114.0465377892899, 40.156423479436853 ], [ -114.0465212658649, 40.160252957142305 ], [ -114.04650982653152, 40.170886475727379 ], [ -114.04652202610319, 40.174700778298131 ], [ -114.04647746587574, 40.1891812929723 ], [ -114.04649585125738, 40.191558750866506 ], [ -114.04642483511363, 40.202166775445349 ], [ -114.04642033927479, 40.203639594406901 ], [ -114.04640728052632, 40.218159760451996 ], [ -114.04637944457784, 40.232608231157904 ], [ -114.04632540580729, 40.242932024952303 ], [ -114.0463169537189, 40.247197202109952 ], [ -114.04630526614147, 40.249949237657368 ], [ -114.04633849523132, 40.25461864071999 ], [ -114.04637055077299, 40.257428068481396 ], [ -114.04635729489992, 40.261715882706994 ], [ -114.04634757911671, 40.263463550243941 ], [ -114.04635683412286, 40.271394208044612 ], [ -114.04624534696988, 40.286164545152268 ], [ -114.04623292424368, 40.315091602708669 ], [ -114.04614495262547, 40.332230134004135 ], [ -114.04615403144858, 40.341453260267059 ], [ -114.04618472782153, 40.362785946895507 ], [ -114.04613258300151, 40.374955990740574 ], [ -114.04614473810736, 40.376009506780413 ], [ -114.04615689760489, 40.376801815270234 ], [ -114.04611059654849, 40.378361272468482 ], [ -114.04610064315702, 40.385742887995612 ], [ -114.04612822457027, 40.391839990974788 ], [ -114.04612259078759, 40.400072653289918 ], [ -114.04604111698531, 40.40753719880226 ], [ -114.04569200958268, 40.424605859931212 ], [ -114.0453430082883, 40.428753821175491 ], [ -114.04509969244758, 40.431066051080442 ], [ -114.04510771425433, 40.435290163047135 ], [ -114.04513536404872, 40.443211160403777 ], [ -114.04521154558753, 40.449725767801979 ], [ -114.04524216298933, 40.453404346725911 ], [ -114.04528460634496, 40.457735623847036 ], [ -114.04533413602523, 40.464179766169707 ], [ -114.04539709328452, 40.474571335428905 ], [ -114.045412207266, 40.478687152773055 ], [ -114.04539868797224, 40.482691135278458 ], [ -114.04524191468626, 40.498520606815795 ], [ -114.04517257594924, 40.500247278345803 ], [ -114.04525277365686, 40.520263219595456 ], [ -114.04469195401396, 40.547096276340127 ], [ -114.04401915784527, 40.605037569302162 ], [ -114.04456557842599, 40.619537750405627 ], [ -114.04457275947735, 40.624923671941467 ], [ -114.04447820663006, 40.634130283735374 ], [ -114.04436815384257, 40.646270825005509 ], [ -114.04421203904472, 40.660775956649204 ], [ -114.04409576784488, 40.675243983751955 ], [ -114.04404213656419, 40.682770590009284 ], [ -114.04401162413343, 40.688855491223251 ], [ -114.0440020130732, 40.692021634590695 ], [ -114.04393703936337, 40.704232053252902 ], [ -114.04334971026167, 40.708485243275454 ], [ -114.04339979445841, 40.709064858900419 ], [ -114.04275471125951, 40.714909263605584 ], [ -114.04370807936988, 40.72621461733776 ], [ -114.04363001377527, 40.73579536004025 ], [ -114.0436190989732, 40.736853940955356 ], [ -114.04350601270717, 40.747093087162924 ], [ -114.04349786418479, 40.7478228477828 ], [ -114.04354049425147, 40.749924794867226 ], [ -114.0434817050202, 40.755253827020077 ], [ -114.04341168607785, 40.759817580812829 ], [ -114.04332375801476, 40.765156382325479 ], [ -114.04325622436438, 40.76977410523449 ], [ -114.0431866501564, 40.773179576769358 ], [ -114.04311888710636, 40.776884021602591 ], [ -114.04308741220579, 40.779956137351007 ], [ -114.04284555739, 40.793206861311241 ], [ -114.04290441489974, 40.805774126012238 ], [ -114.04274144158806, 40.821756245305473 ], [ -114.0428165773986, 40.834697711573781 ], [ -114.04274742379235, 40.843939441681378 ], [ -114.04207082136693, 40.850793330209662 ], [ -114.04250447104884, 40.891982560557182 ], [ -114.04200831535438, 40.894233793648255 ], [ -114.04238644579807, 40.906490750918124 ], [ -114.04237358604063, 40.910868276242134 ], [ -114.04236247299777, 40.918776318968511 ], [ -114.04236095659448, 40.923270623055579 ], [ -114.04235007579581, 40.927819211113594 ], [ -114.04229401789782, 40.937849460335386 ], [ -114.04229012757051, 40.942807652063628 ], [ -114.04222099370136, 40.949965152209302 ], [ -114.04223167842366, 40.952369607497666 ], [ -114.04224580063944, 40.958002802047048 ], [ -114.0422210115175, 40.964443101423491 ], [ -114.04226656042692, 40.966855637995245 ], [ -114.04217988532454, 40.978926614396457 ], [ -114.0421826879126, 40.981313256196458 ], [ -114.04215021374186, 40.982286813018639 ], [ -114.04213668716987, 40.985997836072634 ], [ -114.04212685538221, 40.993405912468162 ], [ -114.04208561906491, 40.996901507385964 ], [ -114.04205703448436, 40.999896908500631 ], [ -114.04095789991831, 40.99990792342178 ], [ -114.03460565584307, 40.999949388088375 ], [ -114.02829349823995, 40.999957924956412 ], [ -114.02397817355845, 40.999958733517488 ], [ -114.01958565903237, 40.999961403885948 ], [ -114.00884426271773, 40.999949820093576 ], [ -114.00208592350714, 40.999950560253168 ], [ -114.0009026191307, 40.999940869850292 ], [ -113.98573128575966, 40.999893861407259 ], [ -113.96339414412225, 40.999907862637805 ], [ -113.94654903498729, 40.999916748795258 ], [ -113.93140306791923, 40.999906951753431 ], [ -113.91193231943593, 40.999955045448701 ], [ -113.8978328710957, 40.999954890715031 ], [ -113.88545798710784, 40.999972861349335 ], [ -113.87581670742966, 40.999975318047625 ], [ -113.86189912373884, 40.999921181093391 ], [ -113.83972760361306, 40.999925046071212 ], [ -113.82426710014556, 40.999931402363046 ], [ -113.80052024359114, 40.999934798586033 ], [ -113.78368677809141, 40.999946554091778 ], [ -113.77085911990261, 40.999945115961268 ], [ -113.7508387229657, 40.99993861419172 ], [ -113.73541050370245, 40.999896222634732 ], [ -113.72630010226304, 40.999918565311027 ], [ -113.71163042470928, 40.999936088020249 ], [ -113.69971203858618, 40.999932323743828 ], [ -113.68832971060073, 40.999955345469786 ], [ -113.6692609231944, 40.999966467223963 ], [ -113.65222947951446, 40.999940145952031 ], [ -113.62839274912558, 40.999937981785614 ], [ -113.62584870710293, 40.999941059271244 ], [ -113.61187286747183, 40.999921931167144 ], [ -113.59280323915229, 40.999915890016979 ], [ -113.56904480613841, 40.999943796216733 ], [ -113.54523216348638, 40.999955382539362 ], [ -113.52142513371939, 40.99996011448119 ], [ -113.51114713218573, 40.999955835029247 ], [ -113.50086307833934, 40.999948967134443 ], [ -113.48604271919626, 40.999922970794316 ], [ -113.46197988466768, 40.999926323054034 ], [ -113.43817271023735, 40.999932741927573 ], [ -113.42193222693446, 40.999924929098626 ], [ -113.41554294140866, 40.999919460925113 ], [ -113.41441231856982, 40.999919742731841 ], [ -113.39062330218965, 40.999938458527055 ], [ -113.37585160753504, 40.999946795077037 ], [ -113.36323624584651, 40.999913526976499 ], [ -113.35926518707876, 40.999909346860719 ], [ -113.35117454741612, 40.999903606521748 ], [ -113.33281858652232, 40.999920962158221 ], [ -113.32035283380772, 40.999916891886905 ], [ -113.30530164480848, 40.999925402055958 ], [ -113.30096828969958, 40.999930962119151 ], [ -113.29230139878321, 40.999937092648942 ], [ -113.27858791342676, 40.999952415169965 ], [ -113.26578343429443, 40.999953635024028 ], [ -113.25561234677669, 40.999954147361855 ], [ -113.25080304069883, 40.999949120625729 ], [ -113.2420523458629, 40.999939592659068 ], [ -113.23311182646565, 40.999942085818425 ], [ -113.22298697928831, 40.99993971892539 ], [ -113.21178250058807, 40.999934673257677 ], [ -113.20181976125704, 40.999945346565433 ], [ -113.19369938348316, 40.999942612830566 ], [ -113.18405767528967, 40.999954643068804 ], [ -113.17290709120529, 40.999962805433761 ], [ -113.16246179003602, 40.999979171118675 ], [ -113.1595085582838, 40.999980515748028 ], [ -113.15343782028008, 40.999977040678978 ], [ -113.145317439365, 40.999975396859107 ], [ -113.13431996533242, 40.999976969757761 ], [ -113.12584306183143, 40.999980555435926 ], [ -113.11165051436193, 40.999894748953729 ], [ -113.0923429843168, 40.999913699656062 ], [ -113.06753678783622, 40.999938134140393 ], [ -113.04494138895555, 40.999945030657422 ], [ -113.02391531870279, 40.999951463865941 ], [ -113.00082655270235, 40.999962869317706 ], [ -112.9715181912415, 40.999927602494168 ], [ -112.95643069976957, 40.999932543621576 ], [ -112.94860158787287, 40.99993459496477 ], [ -112.92377074839258, 40.999941976767495 ], [ -112.90330801439558, 40.999948501469326 ], [ -112.90006336737746, 40.999948002692861 ], [ -112.87583848658478, 40.999944961567444 ], [ -112.86278317314633, 40.99992164563573 ], [ -112.84933603929122, 40.999917550178743 ], [ -112.84117412224687, 40.999925743511675 ], [ -112.8330182986961, 40.999939566660316 ], [ -112.81921487617346, 40.999951131562746 ], [ -112.80737257046155, 40.99993930786799 ], [ -112.79935899617207, 40.99993860737343 ], [ -112.7929359125236, 41.001592534600881 ], [ -112.78285090106159, 41.004149533899138 ], [ -112.77096951717802, 41.007147624786199 ], [ -112.76498722522186, 41.0086626124994 ], [ -112.75925865406298, 41.010114867586118 ], [ -112.75082500875129, 41.012261023844005 ], [ -112.7369320125752, 41.015754557175441 ], [ -112.71828278765597, 41.02048753391616 ], [ -112.700569355802, 41.024944272457766 ], [ -112.68886373616401, 41.027899797008359 ], [ -112.68168394289319, 41.029716260488662 ], [ -112.66528413016584, 41.033863766258804 ], [ -112.65124601458645, 41.037389624262524 ], [ -112.62580244500977, 41.043791085404187 ], [ -112.61304246225045, 41.046965477312895 ], [ -112.59968456227232, 41.050313404097821 ], [ -112.57994946746106, 41.055247190024517 ], [ -112.56273754148729, 41.059562411063716 ], [ -112.54145919447251, 41.0649023737299 ], [ -112.52686919217703, 41.068555607530271 ], [ -112.51253201587694, 41.072145128365705 ], [ -112.5007391834823, 41.075096237478199 ], [ -112.49551751806844, 41.076371169681401 ], [ -112.49351741249667, 41.076883531452204 ], [ -112.4894124969685, 41.071640145502414 ], [ -112.48916610693705, 41.071323556997868 ], [ -112.47704312736921, 41.055364798907483 ], [ -112.46811973018397, 41.043656175580203 ], [ -112.45692056151786, 41.028935494390524 ], [ -112.44787511230008, 41.017024090045858 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 28, \"properties\": { \"NAME\": \"UINTAH COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 6683, \"Color4\": \"4\", \"Shape_Leng\": 539941.90105, \"Shape_Area\": 11664809337.5 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -109.20236590389135, 40.858400302227679 ], [ -109.20161146179689, 40.785807672536336 ], [ -109.16355966137274, 40.785933318322172 ], [ -109.16334162704561, 40.771481179956339 ], [ -109.16199702304428, 40.77147327740046 ], [ -109.16168066767705, 40.762361237207998 ], [ -109.16149250664913, 40.756894933810351 ], [ -109.16133966804648, 40.749975307804085 ], [ -109.16112497656802, 40.742291715512266 ], [ -109.16074971070292, 40.727755900131527 ], [ -109.16127869427831, 40.713013767205965 ], [ -109.16113804814729, 40.698378033154896 ], [ -109.16103557850289, 40.683814938390015 ], [ -109.12565105893994, 40.684155531058394 ], [ -109.1234386432277, 40.684142100163001 ], [ -109.12336561529642, 40.673880793530785 ], [ -109.12333974342546, 40.669741189344677 ], [ -109.1233729681547, 40.668345486390905 ], [ -109.12335410254553, 40.65382873707167 ], [ -109.10708580777349, 40.653801823111806 ], [ -109.10437196818857, 40.65377980862003 ], [ -109.08812872629096, 40.653705592037156 ], [ -109.08526019724584, 40.65371659773583 ], [ -109.06913928026587, 40.653709295778228 ], [ -109.06637794405938, 40.653694600805373 ], [ -109.04947584890805, 40.653707493700317 ], [ -109.0486182417954, 40.653711014754109 ], [ -109.04859720215435, 40.653012540452998 ], [ -109.04843489709113, 40.646406941967953 ], [ -109.04826325627749, 40.639310242851096 ], [ -109.04797710326723, 40.624982666957656 ], [ -109.04794449503183, 40.62447856721505 ], [ -109.04792100276786, 40.624067404195614 ], [ -109.04783375119885, 40.610216080171952 ], [ -109.04779198009386, 40.609620843141855 ], [ -109.04921614190661, 40.555555894915514 ], [ -109.05008630165102, 40.522713393872692 ], [ -109.05020547446445, 40.514121611160242 ], [ -109.05029151775837, 40.5080560539364 ], [ -109.05031181713707, 40.504340519317459 ], [ -109.05032702456067, 40.499944777872585 ], [ -109.05046712358792, 40.48878958108368 ], [ -109.05047302157625, 40.488137486068844 ], [ -109.05058370413425, 40.479054565148175 ], [ -109.05072756675925, 40.466130176533994 ], [ -109.050737449366, 40.464972783927024 ], [ -109.05074627376064, 40.464504504057466 ], [ -109.05075857254388, 40.463834498053153 ], [ -109.05077697646658, 40.462586265476105 ], [ -109.05098223411012, 40.450590730340956 ], [ -109.05099180994335, 40.445158905973202 ], [ -109.0509965701068, 40.441321461163938 ], [ -109.05100136678836, 40.439727076745164 ], [ -109.05100576353054, 40.43610582143809 ], [ -109.05065671311476, 40.421456951373649 ], [ -109.05088457201143, 40.374964262774007 ], [ -109.05088447087998, 40.363933503686781 ], [ -109.05093925499929, 40.295155049042407 ], [ -109.050961222212, 40.280471581065093 ], [ -109.05097732633554, 40.27294975072892 ], [ -109.05099007485624, 40.2665674329116 ], [ -109.05099048371684, 40.26618457772944 ], [ -109.05096991703456, 40.260716057530168 ], [ -109.05094633426344, 40.253959261365004 ], [ -109.05094531905098, 40.252765613074054 ], [ -109.05093894975658, 40.251143968708185 ], [ -109.05093463002338, 40.25067995608665 ], [ -109.05092465693066, 40.250003246599555 ], [ -109.05092766469325, 40.244572045113124 ], [ -109.05092105235619, 40.23640207516479 ], [ -109.05092206385633, 40.222636096129975 ], [ -109.05091707563444, 40.218095686366851 ], [ -109.05091420652631, 40.213685933728918 ], [ -109.05091384415667, 40.209393332110821 ], [ -109.05084485048553, 40.194577513885356 ], [ -109.05086910358267, 40.191064560273418 ], [ -109.05089805692818, 40.187592222736626 ], [ -109.05094661788839, 40.181998680156823 ], [ -109.05095189082456, 40.181404198968217 ], [ -109.05096948601559, 40.179107292537871 ], [ -109.05097223592192, 40.175769636937225 ], [ -109.05097305412737, 40.175125532606863 ], [ -109.05097337456391, 40.173062557896444 ], [ -109.05101129408023, 40.158603399192593 ], [ -109.05100534861771, 40.157374516626355 ], [ -109.05095219770178, 40.144247976514393 ], [ -109.05098569349794, 40.137532560156757 ], [ -109.05099676801463, 40.136118380990929 ], [ -109.05099558738051, 40.135749004435688 ], [ -109.05097864148381, 40.125005835898406 ], [ -109.05096502545562, 40.123469620661751 ], [ -109.05094974693515, 40.122361291203767 ], [ -109.05094110438483, 40.12122604711864 ], [ -109.05087902747094, 40.107540742520385 ], [ -109.05087607873796, 40.106657836443567 ], [ -109.05073447975455, 40.077710308019547 ], [ -109.05078805109076, 40.071720368562524 ], [ -109.05091017725802, 40.06311902587975 ], [ -109.05093040442163, 40.054799734299088 ], [ -109.05094708428447, 40.048660507155702 ], [ -109.05092835961702, 40.024214713673743 ], [ -109.05092097022862, 40.019534488243899 ], [ -109.05097403852541, 39.999963603319586 ], [ -109.0509738127343, 39.996882559421962 ], [ -109.05096206301265, 39.982878025234193 ], [ -109.05081734632067, 39.968398255660517 ], [ -109.05074951487889, 39.953888216167798 ], [ -109.05073103342235, 39.946500561830696 ], [ -109.05071617043869, 39.939396742596848 ], [ -109.05056915115883, 39.912615951930462 ], [ -109.05056285222544, 39.911394224521096 ], [ -109.05055458535846, 39.910448139503842 ], [ -109.05053564353192, 39.875006279258962 ], [ -109.05047158567019, 39.86694659407425 ], [ -109.05060506138408, 39.840133286084395 ], [ -109.05059468170556, 39.837979934672617 ], [ -109.05096463076293, 39.823490478088864 ], [ -109.05095718363101, 39.79667011701568 ], [ -109.05093471254017, 39.794570603153751 ], [ -109.05090293288836, 39.781217564562446 ], [ -109.05088078115446, 39.767726819673179 ], [ -109.05087471694475, 39.767114091689855 ], [ -109.05086057194926, 39.765546251702922 ], [ -109.0509334812408, 39.754889572284206 ], [ -109.05095958963365, 39.751065593794635 ], [ -109.05098839116781, 39.750457954511717 ], [ -109.0510137650536, 39.749971882217253 ], [ -109.05104607432023, 39.74592727862774 ], [ -109.05111752123253, 39.736558865108719 ], [ -109.05136749670235, 39.728057424086998 ], [ -109.05137702936229, 39.724652983092234 ], [ -109.05130499585637, 39.624976991488396 ], [ -109.05129562209048, 39.622404648852132 ], [ -109.0512734430142, 39.617174313541895 ], [ -109.0514614523821, 39.588244569315393 ], [ -109.05146552778891, 39.586270665861555 ], [ -109.05148608939359, 39.561801278709027 ], [ -109.0514866138812, 39.547435638222339 ], [ -109.05148573768349, 39.518343848431641 ], [ -109.05148105139743, 39.501653555662728 ], [ -109.05148109215, 39.499986784982468 ], [ -109.05146025381988, 39.499067458800852 ], [ -109.05143448013675, 39.49828319342538 ], [ -109.05143609635502, 39.497684083532157 ], [ -109.05211777877864, 39.497384679588301 ], [ -109.05250588175849, 39.497229010834069 ], [ -109.0526232484406, 39.497190434253511 ], [ -109.05293796383255, 39.497164173337033 ], [ -109.05308137325743, 39.497234147540865 ], [ -109.0533836181375, 39.497446430437421 ], [ -109.05368218859374, 39.497582069579884 ], [ -109.05390002277963, 39.49769383218441 ], [ -109.05406973029744, 39.497863350910549 ], [ -109.05434923584986, 39.498057231437635 ], [ -109.05445070983788, 39.498171549859478 ], [ -109.05471077313938, 39.498437180725666 ], [ -109.05488277671471, 39.49856619358696 ], [ -109.05497878451243, 39.49862636258166 ], [ -109.05509778902999, 39.498695925904642 ], [ -109.0553900870145, 39.498890018016738 ], [ -109.05568753817566, 39.499066176443371 ], [ -109.05589956831896, 39.49917783823895 ], [ -109.05608316671965, 39.499266500167387 ], [ -109.05626145547572, 39.499337053846524 ], [ -109.05651366941798, 39.499467405716345 ], [ -109.05667389601869, 39.4995601806908 ], [ -109.05708153051238, 39.499747187412829 ], [ -109.05725413494321, 39.499813139764932 ], [ -109.05746650183377, 39.499704069582513 ], [ -109.05779468650586, 39.499403228418991 ], [ -109.05798367810401, 39.499298271439883 ], [ -109.05841334055404, 39.4991117438312 ], [ -109.05880612439483, 39.498996675351563 ], [ -109.05906335329588, 39.498946913773437 ], [ -109.05956643668665, 39.498838189412368 ], [ -109.05979447964485, 39.498792443724099 ], [ -109.0601444475882, 39.498753237416381 ], [ -109.06031286831667, 39.498760553093035 ], [ -109.06066105838769, 39.498785283622901 ], [ -109.06080550558157, 39.498818326365893 ], [ -109.06103116988622, 39.498858129635906 ], [ -109.06177853339497, 39.498956186399688 ], [ -109.06209025234354, 39.499037965809954 ], [ -109.06235991255177, 39.499168595956498 ], [ -109.06268987923633, 39.499430869750135 ], [ -109.06296269135611, 39.499615608578203 ], [ -109.06309346828138, 39.499554720939727 ], [ -109.06316190094947, 39.499393688756733 ], [ -109.06336832198473, 39.498870067485477 ], [ -109.06364704505646, 39.498464775047466 ], [ -109.06385239820254, 39.498188898763985 ], [ -109.06404612595108, 39.497912828452776 ], [ -109.06418085904302, 39.497667308797418 ], [ -109.06424285066568, 39.497528692598877 ], [ -109.06435171145623, 39.497377342541505 ], [ -109.06456093728116, 39.497380826799251 ], [ -109.06489727403491, 39.497413455837957 ], [ -109.06553882319476, 39.497343049065812 ], [ -109.06594702441079, 39.497300289585922 ], [ -109.06619187004085, 39.497277334836092 ], [ -109.06652476643693, 39.497224310766825 ], [ -109.06676454848301, 39.497174241784442 ], [ -109.06693511241804, 39.497104100956477 ], [ -109.06711305968909, 39.496977322204657 ], [ -109.06732458074481, 39.49668802775205 ], [ -109.06750060585198, 39.496420666703365 ], [ -109.06762816519783, 39.496223675424908 ], [ -109.06774367635148, 39.496041800015405 ], [ -109.06783471797955, 39.495903664739075 ], [ -109.06807001835634, 39.495637288129856 ], [ -109.06827604579284, 39.495546111697998 ], [ -109.06850735103509, 39.495549955761589 ], [ -109.06875056956972, 39.495585530915136 ], [ -109.06910790385483, 39.495699583005901 ], [ -109.0691992711928, 39.495759663243383 ], [ -109.06934157350486, 39.495870142295125 ], [ -109.06946000637559, 39.496002748708705 ], [ -109.06973332004887, 39.496421729689139 ], [ -109.06984864025874, 39.496666904009381 ], [ -109.06990733800791, 39.496857080351802 ], [ -109.06998691658512, 39.497133194589772 ], [ -109.07003992777527, 39.497318771630148 ], [ -109.07018144496814, 39.497667990988546 ], [ -109.0703098870233, 39.497859325115492 ], [ -109.07040507739913, 39.497991544674086 ], [ -109.07048395324074, 39.49808295012209 ], [ -109.07095775062054, 39.498401645942486 ], [ -109.07133274896448, 39.498718700415523 ], [ -109.071440686689, 39.498810587470132 ], [ -109.0715190668987, 39.498920003193703 ], [ -109.07156913423213, 39.499001920305645 ], [ -109.0716798975194, 39.499201969197031 ], [ -109.07173997124383, 39.499342614637143 ], [ -109.0719096025867, 39.499516611156814 ], [ -109.07203510285048, 39.499604284211109 ], [ -109.07228772190858, 39.499721094376291 ], [ -109.07262752274498, 39.499839349765537 ], [ -109.0728533224077, 39.499874627577945 ], [ -109.07297649524853, 39.499836126657883 ], [ -109.07308646062152, 39.499644243463223 ], [ -109.07312052939211, 39.499252890729061 ], [ -109.07313837201374, 39.499027946549035 ], [ -109.07316364325776, 39.498744563111792 ], [ -109.07315727610846, 39.498343530342488 ], [ -109.07315348733928, 39.498059665107327 ], [ -109.07315066020723, 39.497951503026009 ], [ -109.07321370554776, 39.497605678539443 ], [ -109.07356744075467, 39.497598027719874 ], [ -109.07371817660804, 39.497614040422327 ], [ -109.07389822057885, 39.497621529020002 ], [ -109.07421425579426, 39.497505136233585 ], [ -109.07447785157895, 39.49726624418976 ], [ -109.0745944902566, 39.497042936368508 ], [ -109.07476281661619, 39.496632183865309 ], [ -109.07493600842689, 39.496255748161971 ], [ -109.07512203922252, 39.495835377722855 ], [ -109.0753295754982, 39.495478430305099 ], [ -109.07539636110478, 39.495375925727359 ], [ -109.07548244463227, 39.495206168589071 ], [ -109.07547429895766, 39.495079899210644 ], [ -109.07531122578565, 39.494878987572193 ], [ -109.07515123228984, 39.494777232391051 ], [ -109.07484917856331, 39.494555999194098 ], [ -109.07476290180257, 39.494311310729387 ], [ -109.0747719437758, 39.494194335598351 ], [ -109.07477579534007, 39.494054750470802 ], [ -109.07479117357103, 39.493708135270133 ], [ -109.07486762100531, 39.493466142058203 ], [ -109.07494801596205, 39.493291786233449 ], [ -109.07503434623402, 39.493113023838482 ], [ -109.0751451641748, 39.492889618852878 ], [ -109.07520924117837, 39.492674449338786 ], [ -109.07524696678044, 39.492571463546525 ], [ -109.07538021017065, 39.492167336475291 ], [ -109.07548297919219, 39.49181405942592 ], [ -109.07561420791831, 39.491482876521211 ], [ -109.07574233112604, 39.491264262192033 ], [ -109.07590092079363, 39.491037142435715 ], [ -109.07605038038074, 39.490845909776596 ], [ -109.07618875809175, 39.490677017529357 ], [ -109.07638105041345, 39.490450454893065 ], [ -109.07651893005843, 39.490299573217023 ], [ -109.07665186656921, 39.490117075919635 ], [ -109.07672125091308, 39.489920012476553 ], [ -109.07673758915794, 39.489749100115873 ], [ -109.0767264844738, 39.489519171158165 ], [ -109.07670745896804, 39.489365692869818 ], [ -109.07675297710183, 39.489190758510624 ], [ -109.07691648038586, 39.489206978197494 ], [ -109.07718261298231, 39.48942310703378 ], [ -109.0774842558352, 39.489658742809034 ], [ -109.07766726311813, 39.489768984060795 ], [ -109.0778216860439, 39.489861634053192 ], [ -109.07821238686296, 39.490030267599238 ], [ -109.07851716027658, 39.490152431300523 ], [ -109.0788498289551, 39.490275055274871 ], [ -109.07912881746901, 39.490320209447511 ], [ -109.07957430427214, 39.490399647644892 ], [ -109.08000310157759, 39.490451779601237 ], [ -109.08034574565167, 39.490465547708197 ], [ -109.08062468842979, 39.49047015425834 ], [ -109.08079603992581, 39.490370274019924 ], [ -109.0808425145446, 39.490160216285403 ], [ -109.0808937351789, 39.489988978249627 ], [ -109.08099055405575, 39.48985092764903 ], [ -109.08124613332799, 39.489647925681254 ], [ -109.08157614299232, 39.489486694912763 ], [ -109.08174637674942, 39.489427338076496 ], [ -109.08222082314357, 39.489299121765988 ], [ -109.08252943626938, 39.489281689183869 ], [ -109.08291643755588, 39.489373664157988 ], [ -109.08312798973945, 39.489503287873802 ], [ -109.08356754100059, 39.489798843824602 ], [ -109.08373359468699, 39.489891677780989 ], [ -109.08400289191532, 39.490035766339446 ], [ -109.08440918929551, 39.490272208423228 ], [ -109.08458615103005, 39.490391348848462 ], [ -109.08479076116696, 39.49056229943168 ], [ -109.08500788469094, 39.490701021178303 ], [ -109.08517987738537, 39.490789446121489 ], [ -109.08559889303294, 39.490986451258003 ], [ -109.08589048054185, 39.491166040136562 ], [ -109.08610427364295, 39.491426334922551 ], [ -109.08619305730055, 39.491580960399709 ], [ -109.08629524394483, 39.491713282424172 ], [ -109.08640796411294, 39.491800729662799 ], [ -109.08653346974636, 39.491888387273228 ], [ -109.08664797013014, 39.491953339530021 ], [ -109.08684318917601, 39.492043045332188 ], [ -109.08707624791342, 39.492194639009419 ], [ -109.0873177893474, 39.49233375833979 ], [ -109.08743862106081, 39.492379893801399 ], [ -109.0875678067015, 39.492333367468895 ], [ -109.0876711679347, 39.49216839004275 ], [ -109.08772616131536, 39.492071089914695 ], [ -109.08780570834524, 39.49192644269521 ], [ -109.08790360242423, 39.491748761625587 ], [ -109.0879555227944, 39.491551403988225 ], [ -109.0879332517691, 39.491303272934104 ], [ -109.08791048733416, 39.491073153001921 ], [ -109.08790367651959, 39.49089735325947 ], [ -109.08792984598354, 39.490578842994182 ], [ -109.08800688586274, 39.490313425346748 ], [ -109.08819457519665, 39.490253445209973 ], [ -109.0885026983379, 39.490254007972354 ], [ -109.08874788362041, 39.490217496526846 ], [ -109.08898984685371, 39.490086330493739 ], [ -109.08907490423442, 39.489952584472221 ], [ -109.08937445166247, 39.48941693099848 ], [ -109.08957990565288, 39.488920273541538 ], [ -109.08973367233681, 39.488400242140685 ], [ -109.08982969507315, 39.487865747103378 ], [ -109.08985168845996, 39.48769943033745 ], [ -109.08986873331995, 39.487501498528552 ], [ -109.08988694027589, 39.48730358580714 ], [ -109.08988091520834, 39.486843995508188 ], [ -109.08986617448636, 39.48653292091236 ], [ -109.08983882596638, 39.48625767765045 ], [ -109.08983782124213, 39.486081973270295 ], [ -109.08982170048434, 39.485821329911694 ], [ -109.08977056853135, 39.485310544281639 ], [ -109.08977833246958, 39.48502686834977 ], [ -109.08981928930167, 39.484847348695212 ], [ -109.08987540724837, 39.484708621524497 ], [ -109.08998443870921, 39.48454823971106 ], [ -109.09025849353768, 39.484093251122495 ], [ -109.09038468033162, 39.483900716058457 ], [ -109.09054391988393, 39.483647458265999 ], [ -109.09072811847248, 39.483501824903797 ], [ -109.09088203095695, 39.483400742020578 ], [ -109.09122508843562, 39.483185639727438 ], [ -109.09140953063284, 39.483030999613462 ], [ -109.0916254877318, 39.482786780191432 ], [ -109.09179037807617, 39.482496673833651 ], [ -109.09188221571472, 39.482326998224025 ], [ -109.09198616652857, 39.482139502080727 ], [ -109.09200716780184, 39.482009206990284 ], [ -109.09203767191738, 39.481743923233502 ], [ -109.09210057793354, 39.481569267713887 ], [ -109.0923780792712, 39.4811999219001 ], [ -109.09274027528883, 39.480922061504813 ], [ -109.09341409159558, 39.480515067816299 ], [ -109.09407076368042, 39.480096977455673 ], [ -109.09427163935577, 39.47997864064417 ], [ -109.09447202271171, 39.479878314702674 ], [ -109.09467228260191, 39.479782491209662 ], [ -109.09497762173574, 39.479670370192736 ], [ -109.09516020327455, 39.479583265773634 ], [ -109.09551075905493, 39.479305205769876 ], [ -109.09564165934412, 39.479194729709107 ], [ -109.09593042287, 39.479050800816132 ], [ -109.09603177878829, 39.478957859660696 ], [ -109.09608689687845, 39.478855151455335 ], [ -109.09600972680681, 39.478700723419429 ], [ -109.09586095237789, 39.478400968011961 ], [ -109.09580047739215, 39.478273842262247 ], [ -109.09564254061323, 39.477883839964029 ], [ -109.09548943311832, 39.477529955171242 ], [ -109.09548528093073, 39.477255993717066 ], [ -109.0954857597708, 39.477025354457879 ], [ -109.09547275107073, 39.476862967576672 ], [ -109.09545233536001, 39.47675902207942 ], [ -109.09538183891141, 39.476573169159693 ], [ -109.09524782387747, 39.476371859972112 ], [ -109.09515553729092, 39.476132492907787 ], [ -109.09515881802739, 39.475799189476426 ], [ -109.09530452612812, 39.47557183082683 ], [ -109.09538967561214, 39.47543357633046 ], [ -109.09565760183035, 39.474987483049887 ], [ -109.09574160647421, 39.474678026052104 ], [ -109.09577008898694, 39.474273058085423 ], [ -109.09589079397402, 39.47389662968417 ], [ -109.09600879632586, 39.473619263097405 ], [ -109.09607162737838, 39.473404060383793 ], [ -109.09610527683762, 39.47327847628074 ], [ -109.09616419594875, 39.473036180454919 ], [ -109.09622646916516, 39.472884036108852 ], [ -109.0962698392724, 39.472785640115184 ], [ -109.09630306262748, 39.472633019981053 ], [ -109.09629402087211, 39.472538270485202 ], [ -109.09619274271685, 39.472202353505729 ], [ -109.09607165423738, 39.471953505680105 ], [ -109.09594330797995, 39.471757695846037 ], [ -109.09582574704424, 39.471592695381631 ], [ -109.09580530747257, 39.471489650445534 ], [ -109.09586708881228, 39.471355517516088 ], [ -109.09606879520666, 39.471205657008703 ], [ -109.0962099480622, 39.471144901099059 ], [ -109.09668593830051, 39.470954482760582 ], [ -109.09729733227333, 39.4706581627741 ], [ -109.09772282880731, 39.470443488535381 ], [ -109.09801760629247, 39.470290642688084 ], [ -109.09831333894675, 39.470102674010292 ], [ -109.09859833343153, 39.469882094130853 ], [ -109.0987659074417, 39.469704641550003 ], [ -109.09897750610453, 39.469618005316185 ], [ -109.09921979498587, 39.469685034837042 ], [ -109.09942551079178, 39.46981453359539 ], [ -109.09971121484875, 39.469994892718439 ], [ -109.10017640815136, 39.470200708765319 ], [ -109.10031522821663, 39.470225501525803 ], [ -109.10054786082547, 39.47022029316193 ], [ -109.10080446694882, 39.47018844699096 ], [ -109.10122356636298, 39.469952032089751 ], [ -109.10141981505501, 39.469788558488169 ], [ -109.10167538329968, 39.469581004877327 ], [ -109.10190575334221, 39.469445116620044 ], [ -109.10224179695047, 39.46927040951612 ], [ -109.10243027412268, 39.469178884653388 ], [ -109.10276227829833, 39.469152769651991 ], [ -109.10429656991893, 39.469371507406969 ], [ -109.10437502859584, 39.469264670738845 ], [ -109.10441850710976, 39.469161768471459 ], [ -109.10449806531295, 39.469014406114539 ], [ -109.10464495048684, 39.468742005986222 ], [ -109.10477660534637, 39.468388270290859 ], [ -109.10478332612779, 39.468140613817937 ], [ -109.10478128020823, 39.468001831477423 ], [ -109.10483076905956, 39.467677389007008 ], [ -109.10494958002111, 39.467368492028477 ], [ -109.10501702730399, 39.467238951179887 ], [ -109.10510930032596, 39.467051252048911 ], [ -109.10519515259077, 39.466885972374911 ], [ -109.10526494435749, 39.466669976680784 ], [ -109.10525684369023, 39.466540105304588 ], [ -109.10524779021198, 39.46644535613715 ], [ -109.10523056285308, 39.466223437294062 ], [ -109.10530140427878, 39.465968717043175 ], [ -109.10524764029182, 39.465593939145414 ], [ -109.10513395149306, 39.465285757076359 ], [ -109.10509646264615, 39.465168020203279 ], [ -109.10504249897686, 39.465014877028892 ], [ -109.10498980607566, 39.464814904210414 ], [ -109.10494882966942, 39.464611518482116 ], [ -109.1048888375706, 39.464466385672033 ], [ -109.10475044903841, 39.464211858638407 ], [ -109.10466190044083, 39.464048240801972 ], [ -109.1045406966407, 39.463803003360866 ], [ -109.10450975181976, 39.46365834394031 ], [ -109.1046078302147, 39.463470739731846 ], [ -109.10517472332079, 39.462925885375789 ], [ -109.10556967281745, 39.462720594345434 ], [ -109.10573537995013, 39.462610673441745 ], [ -109.10616493625372, 39.462414953907405 ], [ -109.10636451950937, 39.462341622666159 ], [ -109.10648773028609, 39.462298581091005 ], [ -109.10667615857439, 39.462207949221657 ], [ -109.11716394693335, 39.46211609516461 ], [ -109.12570601818314, 39.462109968618499 ], [ -109.25067148254199, 39.46221044306639 ], [ -109.27346492653861, 39.462213296264089 ], [ -109.28336792041416, 39.462220282634171 ], [ -109.37569077469853, 39.462330411248693 ], [ -109.39517074472468, 39.462380178333191 ], [ -109.44993615999704, 39.462348331597234 ], [ -109.45046440024487, 39.462376996646988 ], [ -109.50067866901382, 39.462378522875746 ], [ -109.52703547704114, 39.462377526032697 ], [ -109.57987156368297, 39.462363599414083 ], [ -109.58093560817871, 39.462340549865161 ], [ -109.59851337032777, 39.462211361873479 ], [ -109.59894888569214, 39.462230125551784 ], [ -109.59980838655132, 39.46226300411557 ], [ -109.60714402611643, 39.462211451402929 ], [ -109.63595758592004, 39.462007920436584 ], [ -109.63714399460169, 39.461967771215107 ], [ -109.64718798250242, 39.461913867389697 ], [ -109.65388976126688, 39.461879017913134 ], [ -109.65480051529279, 39.461907578155198 ], [ -109.6556671097061, 39.461935620726749 ], [ -109.67432393580548, 39.461902042491396 ], [ -109.68366318869299, 39.46192705131795 ], [ -109.69308962943502, 39.461952289703895 ], [ -109.71174529491508, 39.461983871933029 ], [ -109.73032573088005, 39.461999925173167 ], [ -109.74492005165702, 39.461969151235621 ], [ -109.75064507617373, 39.461954216653872 ], [ -109.7576254859855, 39.461938904347981 ], [ -109.76535550330827, 39.461931134373103 ], [ -109.77767754101467, 39.461890118969656 ], [ -109.79119114384845, 39.461842169749865 ], [ -109.82656461606388, 39.461726968190995 ], [ -109.82953470020678, 39.461716355687066 ], [ -109.86814043265608, 39.461548908994217 ], [ -109.90302846739419, 39.461621959246706 ], [ -109.90530670591102, 39.461625407924338 ], [ -109.93732865082131, 39.46176026185509 ], [ -110.00070489152388, 39.46933221424937 ], [ -110.01623664748512, 39.469306971182647 ], [ -110.02393282523167, 39.46929073383518 ], [ -110.02369776513495, 39.469473473203649 ], [ -110.02297627549864, 39.469940457997382 ], [ -110.0228589638122, 39.470016060437082 ], [ -110.02188640876153, 39.470562021694491 ], [ -110.02169802501807, 39.470731633998589 ], [ -110.02158601793441, 39.470843321248395 ], [ -110.02136058781207, 39.471084704239132 ], [ -110.02122573607896, 39.471250261089367 ], [ -110.02109799960365, 39.471654652490407 ], [ -110.02115719878506, 39.471993039714881 ], [ -110.0212122275552, 39.472214256986824 ], [ -110.02128538767424, 39.472386069806639 ], [ -110.02144541615107, 39.472581139574423 ], [ -110.02158876597616, 39.472722006568389 ], [ -110.02172558331777, 39.472831282135651 ], [ -110.02233318688477, 39.473111208643843 ], [ -110.0226623439988, 39.4732671519712 ], [ -110.02297994098473, 39.47341849205224 ], [ -110.02311261606857, 39.473491689709974 ], [ -110.02334290411741, 39.473651305633766 ], [ -110.02342895535149, 39.473733121683722 ], [ -110.02353787829485, 39.473842160843795 ], [ -110.02361792871348, 39.473937441912618 ], [ -110.02374909427286, 39.474118750584076 ], [ -110.02383432806266, 39.474259126858925 ], [ -110.02401472181998, 39.474661602489533 ], [ -110.02423246909775, 39.475303165998696 ], [ -110.02431518795517, 39.47562372811845 ], [ -110.02440788388348, 39.476062409661594 ], [ -110.02448487990819, 39.476376616355147 ], [ -110.02452847344081, 39.476585121503298 ], [ -110.02455106158844, 39.476715961282714 ], [ -110.02459218429279, 39.477018153454246 ], [ -110.02455673627641, 39.477391786175808 ], [ -110.02445910711629, 39.477805443817296 ], [ -110.02430325704319, 39.478142024734261 ], [ -110.02410646448314, 39.478496282518478 ], [ -110.02396987530906, 39.478702374357582 ], [ -110.02377408703926, 39.478984557079158 ], [ -110.02368525788434, 39.479100945933723 ], [ -110.02352004319097, 39.479275260592331 ], [ -110.02323201503565, 39.479501704493977 ], [ -110.02312029850806, 39.479591770589835 ], [ -110.0229839913151, 39.479694244453377 ], [ -110.02266873892736, 39.479871802232914 ], [ -110.02230000660995, 39.480048909467101 ], [ -110.02184212310168, 39.480364926106787 ], [ -110.02136629163985, 39.480716831275728 ], [ -110.02071467714195, 39.481166368007273 ], [ -110.02001572844873, 39.481674069384397 ], [ -110.01936376736214, 39.482147022397918 ], [ -110.01840580668326, 39.482881392078475 ], [ -110.01767169174919, 39.483406802891096 ], [ -110.01730153335589, 39.48368299584147 ], [ -110.01718986590434, 39.483768551356746 ], [ -110.01706040352018, 39.483879185306598 ], [ -110.01684227134449, 39.484093589423196 ], [ -110.01653594491222, 39.484460423093246 ], [ -110.01621387340674, 39.484954168601213 ], [ -110.01578555170657, 39.485643439357752 ], [ -110.01548300656631, 39.486483345241489 ], [ -110.01532077150539, 39.486855900684638 ], [ -110.01521028378804, 39.487269440728049 ], [ -110.01512400194831, 39.487615608105024 ], [ -110.01504629541505, 39.488178096254266 ], [ -110.01504985044274, 39.488750283066587 ], [ -110.01495898900042, 39.489420783683876 ], [ -110.01481063732618, 39.490044844284036 ], [ -110.01478597111993, 39.490144650033962 ], [ -110.01472575415673, 39.490373903391038 ], [ -110.01468583032461, 39.490648380377344 ], [ -110.01466489170983, 39.490895987221855 ], [ -110.01471494454483, 39.491139690519525 ], [ -110.01477001200604, 39.49127531223477 ], [ -110.01497460398971, 39.491610428241906 ], [ -110.01535713926025, 39.49210923707038 ], [ -110.01569424874052, 39.492531072194325 ], [ -110.01617474200452, 39.493093779929566 ], [ -110.01661435465395, 39.493669655386675 ], [ -110.01699564380014, 39.49425855154383 ], [ -110.01710344600593, 39.494448679975207 ], [ -110.01727873414291, 39.494801564755981 ], [ -110.01736793281957, 39.494991535681017 ], [ -110.01750368754017, 39.495344085962827 ], [ -110.01755529721139, 39.495808554200885 ], [ -110.01760122012548, 39.496263963998906 ], [ -110.01761568239111, 39.496475828983584 ], [ -110.0177289234053, 39.496693033733798 ], [ -110.01780330392421, 39.496779260281109 ], [ -110.01795794316321, 39.496947257718944 ], [ -110.01825624168035, 39.497237206570738 ], [ -110.01844013192974, 39.497392835903014 ], [ -110.01864198539289, 39.497511674220867 ], [ -110.01889029077877, 39.497635409366623 ], [ -110.01920824240928, 39.497768741882339 ], [ -110.01998413673958, 39.498005048298722 ], [ -110.02090394210123, 39.49834618039516 ], [ -110.02107173772353, 39.498406160531069 ], [ -110.02130298654829, 39.498502715923962 ], [ -110.02153941879037, 39.498644366131096 ], [ -110.02170645785377, 39.498758400963318 ], [ -110.02191312508845, 39.498949356753847 ], [ -110.02203883305197, 39.499108095028895 ], [ -110.02217572864039, 39.499298463414526 ], [ -110.02232368589701, 39.499529471138857 ], [ -110.02236230457576, 39.499678466318656 ], [ -110.02236477409423, 39.49991726078725 ], [ -110.022205004697, 39.500114144367558 ], [ -110.0222593627938, 39.500384911364947 ], [ -110.02243090480182, 39.501008066488176 ], [ -110.02252514644117, 39.501337735807518 ], [ -110.02258588922106, 39.501568009820865 ], [ -110.02271002594952, 39.501839363184992 ], [ -110.02284566685191, 39.502119823427968 ], [ -110.0230437065421, 39.50251253591221 ], [ -110.02316802325565, 39.502771275816606 ], [ -110.02321309081464, 39.50287527321251 ], [ -110.02336877898979, 39.503385664501927 ], [ -110.02343433219438, 39.503688061007018 ], [ -110.0234332111992, 39.504183619338235 ], [ -110.02330353133819, 39.504723149239574 ], [ -110.023188408322, 39.505136656763135 ], [ -110.02309699329832, 39.505352136318287 ], [ -110.02301855992459, 39.50555420940794 ], [ -110.02300861697282, 39.505765868365323 ], [ -110.02300577814609, 39.505968576697853 ], [ -110.02301042202191, 39.506135306631336 ], [ -110.02307629141556, 39.506415180063605 ], [ -110.02324531909922, 39.506804044044884 ], [ -110.02345037444782, 39.507112117547877 ], [ -110.02396067199989, 39.507634496308818 ], [ -110.02424538127295, 39.508069381563026 ], [ -110.02471930969672, 39.509114050016507 ], [ -110.02501885373735, 39.510152748842202 ], [ -110.02537338920406, 39.511002691235852 ], [ -110.02550273897991, 39.511319136567586 ], [ -110.02558638401523, 39.511576631621537 ], [ -110.02560826153498, 39.511675928432972 ], [ -110.02563002584219, 39.511783333570747 ], [ -110.02565663665072, 39.511960158724506 ], [ -110.02564661839963, 39.512677295525606 ], [ -110.02560412258219, 39.513221162069797 ], [ -110.02557711419169, 39.513572337752592 ], [ -110.02553652547496, 39.513896368642925 ], [ -110.02551036741495, 39.514103386463276 ], [ -110.02542757464509, 39.514617180977453 ], [ -110.02539441670434, 39.51490883694737 ], [ -110.0253977773869, 39.515084566109614 ], [ -110.02548547957518, 39.515468239395041 ], [ -110.02558038324244, 39.515752859594507 ], [ -110.02564496216665, 39.516126427557424 ], [ -110.02563124085609, 39.51627588361491 ], [ -110.02560483027439, 39.51650091986464 ], [ -110.02554081729338, 39.516919362436056 ], [ -110.0253763453896, 39.517450492536476 ], [ -110.02533461825725, 39.517606020923949 ], [ -110.02530291432977, 39.517710274609271 ], [ -110.02527188237603, 39.51784967409872 ], [ -110.02525886507895, 39.517948678274159 ], [ -110.02525710200693, 39.518074807723643 ], [ -110.02528315984102, 39.518291273474269 ], [ -110.02533682015428, 39.518530496405596 ], [ -110.02537086506636, 39.518674946679084 ], [ -110.02539660864062, 39.518913935502709 ], [ -110.02540763508814, 39.519373553287529 ], [ -110.0253644791084, 39.519547991282018 ], [ -110.02534456241123, 39.519724426169411 ], [ -110.02530981445928, 39.520129598293984 ], [ -110.02530968182053, 39.520471988541985 ], [ -110.02536365533423, 39.520855378778748 ], [ -110.02537965593308, 39.520959131362837 ], [ -110.02541785133953, 39.521139657559246 ], [ -110.02562100572885, 39.52158737036897 ], [ -110.02581903864372, 39.521985483247612 ], [ -110.0259956960612, 39.522248262220387 ], [ -110.02606923257632, 39.522397548260123 ], [ -110.02611925207427, 39.522564657816915 ], [ -110.02613431032911, 39.522735979596469 ], [ -110.02621878844022, 39.522934913825956 ], [ -110.0264294678601, 39.523261049186146 ], [ -110.02671626678253, 39.523551780351625 ], [ -110.02684234336893, 39.523687990347518 ], [ -110.02708379531195, 39.523893644179381 ], [ -110.02739620347816, 39.524016996527585 ], [ -110.02780229309751, 39.524096981158138 ], [ -110.02854605743114, 39.524157261182509 ], [ -110.02888961030909, 39.524133100971703 ], [ -110.02925111438731, 39.524073048479593 ], [ -110.02956552123847, 39.524053148005997 ], [ -110.02976328366941, 39.524054798866075 ], [ -110.02997868377122, 39.524043081133627 ], [ -110.03061538016863, 39.523854671246113 ], [ -110.0312652084024, 39.523558243726754 ], [ -110.0314988071936, 39.523492613049555 ], [ -110.03181339857318, 39.523459192570755 ], [ -110.03209190249221, 39.523511068580198 ], [ -110.03238301559446, 39.523576564332821 ], [ -110.03266654864639, 39.523601449938255 ], [ -110.03316833022146, 39.52349299587312 ], [ -110.0334847318712, 39.523328936595917 ], [ -110.03396336918782, 39.523211276339637 ], [ -110.03449867247626, 39.523202208379459 ], [ -110.03478380470699, 39.523195566052685 ], [ -110.03574790754068, 39.523307186022159 ], [ -110.03603204362165, 39.523372614769556 ], [ -110.03631537080821, 39.523496603066263 ], [ -110.0367765838932, 39.523797765699832 ], [ -110.03716943311817, 39.523994741814967 ], [ -110.03742980961725, 39.524096011545566 ], [ -110.03769024905918, 39.524192776065398 ], [ -110.03794510886989, 39.524272374254565 ], [ -110.03828123985272, 39.524364357706119 ], [ -110.03884784935292, 39.524616827443502 ], [ -110.03968672757036, 39.524952636784718 ], [ -110.03996907528689, 39.525148690492927 ], [ -110.04020371291563, 39.52542994741809 ], [ -110.04027202469281, 39.525538635039126 ], [ -110.04039119877093, 39.525755866104682 ], [ -110.04053295848841, 39.526022840113043 ], [ -110.04056451105666, 39.526266378596134 ], [ -110.04050589830675, 39.52672091480666 ], [ -110.04050880103944, 39.526932680743407 ], [ -110.04063039982226, 39.527312116873354 ], [ -110.04079090141177, 39.527570234902548 ], [ -110.04108904027858, 39.527888055158328 ], [ -110.04176798853739, 39.528519869756863 ], [ -110.04236306065208, 39.529159999663456 ], [ -110.04245477111756, 39.529259868439439 ], [ -110.04281041453936, 39.529627714567631 ], [ -110.04298783564234, 39.529840917376319 ], [ -110.04333345813139, 39.530091545571509 ], [ -110.04366342418054, 39.530211394672492 ], [ -110.04394134650195, 39.530308289047419 ], [ -110.04439131218918, 39.530586803175623 ], [ -110.0449392469484, 39.530933697776589 ], [ -110.04540011468397, 39.53126635933436 ], [ -110.04565304795739, 39.531489188489076 ], [ -110.045929128357, 39.531721217381019 ], [ -110.04661761774192, 39.532001680488861 ], [ -110.0474438184243, 39.53242292769918 ], [ -110.04783043703156, 39.532655857902931 ], [ -110.04802037719152, 39.532806083522395 ], [ -110.04823094226018, 39.533150198981645 ], [ -110.04819345448381, 39.53333910812097 ], [ -110.04805075614233, 39.533648794535111 ], [ -110.04785208056286, 39.534052630257634 ], [ -110.04774453595086, 39.534258985886972 ], [ -110.04760901154678, 39.534384019547709 ], [ -110.04698909879176, 39.534617711068059 ], [ -110.0461825912801, 39.534881404187807 ], [ -110.0449603906239, 39.535249800236777 ], [ -110.04466325598254, 39.5353644921138 ], [ -110.04448761891085, 39.535444140948833 ], [ -110.04414841113132, 39.535572001046248 ], [ -110.0437399479726, 39.535658744104673 ], [ -110.043273679466, 39.535717979072984 ], [ -110.04280759582036, 39.535763698262336 ], [ -110.04248719779565, 39.535792595260617 ], [ -110.04213184471749, 39.535824807426515 ], [ -110.04179416695249, 39.535840945709353 ], [ -110.04151534603929, 39.535808011819739 ], [ -110.04074849694742, 39.535724197134975 ], [ -110.04035333882031, 39.535689399247794 ], [ -110.04006834185031, 39.535682540719989 ], [ -110.03975278345121, 39.535697954721165 ], [ -110.03950892772733, 39.535745496401063 ], [ -110.03899518329527, 39.535871898969972 ], [ -110.03866276304147, 39.535928617888473 ], [ -110.03844108709357, 39.535970934595419 ], [ -110.03793978271118, 39.536038868562933 ], [ -110.03733382352131, 39.536101428480556 ], [ -110.03713552855258, 39.536135827084877 ], [ -110.03689626141451, 39.53618790641805 ], [ -110.03673268461802, 39.536236107427989 ], [ -110.0364236059541, 39.536287607197316 ], [ -110.03619077838054, 39.536294687055943 ], [ -110.03587149732878, 39.536242482530596 ], [ -110.03526728082797, 39.536178902191445 ], [ -110.03504602630018, 39.536190580954909 ], [ -110.03468452617521, 39.536246146016893 ], [ -110.03429342576027, 39.536338406165484 ], [ -110.03405391864894, 39.53640759716977 ], [ -110.03384924164274, 39.53648248337096 ], [ -110.03359183105395, 39.536583961598737 ], [ -110.03316574782285, 39.536765128814281 ], [ -110.03241286271344, 39.537267944346667 ], [ -110.0317196827646, 39.537744221493256 ], [ -110.031624484707, 39.5378119064777 ], [ -110.03103218580648, 39.538229552081795 ], [ -110.03065521418853, 39.53855978891999 ], [ -110.03032453049649, 39.538908431231427 ], [ -110.03023698540001, 39.539011318967162 ], [ -110.0300819884862, 39.539194736229192 ], [ -110.02999316622891, 39.539305722361014 ], [ -110.02979127106123, 39.539597772105544 ], [ -110.0295214375903, 39.540172176746353 ], [ -110.02944097360054, 39.540518400284959 ], [ -110.029424443419, 39.540869662788502 ], [ -110.02943388312488, 39.541027421339201 ], [ -110.02948898820537, 39.541248633093453 ], [ -110.02957368552133, 39.541434050820214 ], [ -110.02964776358328, 39.541546396644428 ], [ -110.02981909213949, 39.541778489793245 ], [ -110.03014438624881, 39.542236223246171 ], [ -110.03030909754732, 39.542525926155605 ], [ -110.03037747267905, 39.5426301146816 ], [ -110.03046855625536, 39.542775038802596 ], [ -110.03050759055833, 39.542897003025125 ], [ -110.0305522550788, 39.543032529595919 ], [ -110.03052015566901, 39.543248508258181 ], [ -110.03039269598425, 39.543626777221895 ], [ -110.03009483869261, 39.544123460688915 ], [ -110.02973683711812, 39.544760201377422 ], [ -110.02928911867662, 39.545570990680758 ], [ -110.0290427062796, 39.546132974774352 ], [ -110.02875569898229, 39.546684707754821 ], [ -110.0282396300025, 39.547387699358609 ], [ -110.02805316024907, 39.547823137657552 ], [ -110.02800309211618, 39.548075006173676 ], [ -110.02797667501709, 39.548300041691334 ], [ -110.02800146125293, 39.54852550543692 ], [ -110.02813680305904, 39.548918583470623 ], [ -110.02821030831947, 39.549072372485 ], [ -110.02827799525757, 39.549226112803268 ], [ -110.02854949983835, 39.549787018443972 ], [ -110.02869682834643, 39.550072072889307 ], [ -110.02882638778907, 39.550379504294014 ], [ -110.0288714931656, 39.550483499137755 ], [ -110.02894405961611, 39.550704856727997 ], [ -110.02898039501345, 39.55102051923177 ], [ -110.02898732261781, 39.551358461644426 ], [ -110.02898880821265, 39.5516693278094 ], [ -110.02889505637648, 39.55213257250503 ], [ -110.02869993149011, 39.552770669805781 ], [ -110.0286566859299, 39.55295051339948 ], [ -110.02863121117626, 39.553107979876231 ], [ -110.02861230922386, 39.553211439775367 ], [ -110.02859240192889, 39.553386973272048 ], [ -110.02858731262664, 39.553751845873798 ], [ -110.02860220619587, 39.553935779462051 ], [ -110.02869615404576, 39.554293370571088 ], [ -110.02891231638486, 39.554651081832702 ], [ -110.02909494779281, 39.554909399822556 ], [ -110.02934209335817, 39.555132215378116 ], [ -110.02972808433329, 39.555414756305289 ], [ -110.03026718188559, 39.555986901540294 ], [ -110.03082473657446, 39.556488017226819 ], [ -110.03098561964848, 39.556637126852053 ], [ -110.03126275109832, 39.556797116600102 ], [ -110.03147718729601, 39.556861975616577 ], [ -110.03170326248038, 39.556926931214335 ], [ -110.03186532583916, 39.556991353135714 ], [ -110.0320761942553, 39.55731297335857 ], [ -110.03213269701246, 39.557435082270615 ], [ -110.03221197649468, 39.557593421816328 ], [ -110.03225145986065, 39.557683853073236 ], [ -110.03234026281173, 39.55799454498424 ], [ -110.03239037129642, 39.558158047647609 ], [ -110.03256163615814, 39.558398244993086 ], [ -110.03276256251507, 39.558598142853661 ], [ -110.03315571947765, 39.558786124431315 ], [ -110.03371082340153, 39.559047533308103 ], [ -110.03438182165095, 39.559345943544557 ], [ -110.03504887897793, 39.559509163521689 ], [ -110.03541426018869, 39.559602299268839 ], [ -110.03615146869821, 39.559743569561647 ], [ -110.03665583612631, 39.559887410404684 ], [ -110.03687573270648, 39.559979335479248 ], [ -110.03708900046794, 39.560129771805173 ], [ -110.03719200858156, 39.560256768689179 ], [ -110.03733450857983, 39.560474195070427 ], [ -110.0374194983427, 39.560641588588162 ], [ -110.0374582111543, 39.56087257148603 ], [ -110.03746045064835, 39.561047388763313 ], [ -110.03763149100548, 39.561305597242331 ], [ -110.03775164956706, 39.561455261248447 ], [ -110.03778526031414, 39.561550147098046 ], [ -110.03781286469869, 39.561658498570701 ], [ -110.03782666339568, 39.561923513952287 ], [ -110.03770776619061, 39.562103635347405 ], [ -110.03748157207406, 39.562466676901956 ], [ -110.03731400950949, 39.562798667860207 ], [ -110.03725369370875, 39.562951342281238 ], [ -110.03721485036779, 39.563234843048285 ], [ -110.03728804336072, 39.563834630363282 ], [ -110.03744321475315, 39.564399055676475 ], [ -110.0375173449177, 39.564931273722124 ], [ -110.03752767701765, 39.565025966791616 ], [ -110.03756274972652, 39.565436223066584 ], [ -110.03761195386765, 39.565666391604879 ], [ -110.03764995412411, 39.565864931505473 ], [ -110.03771655676051, 39.566099749183827 ], [ -110.03792761611982, 39.5664114488306 ], [ -110.03808188290891, 39.566620862332563 ], [ -110.03808546217493, 39.566783076196835 ], [ -110.03802408617268, 39.567012329129881 ], [ -110.03790401005202, 39.567277136985041 ], [ -110.03783662600944, 39.567519855405294 ], [ -110.0377758089042, 39.567708566749189 ], [ -110.0376383321958, 39.567968725090452 ], [ -110.03729110270359, 39.568664142016672 ], [ -110.03691607333329, 39.569264719977326 ], [ -110.03678973225679, 39.569561010432928 ], [ -110.03666332773696, 39.569861805321217 ], [ -110.03636251750109, 39.570566614212453 ], [ -110.03613335608605, 39.571141368239701 ], [ -110.03582195448863, 39.571769500760105 ], [ -110.03559397043693, 39.572258666199929 ], [ -110.03553395437837, 39.572388816363222 ], [ -110.03549133746465, 39.572523616022323 ], [ -110.03543570568685, 39.572757420104871 ], [ -110.03539753543797, 39.572991369100436 ], [ -110.03528194798426, 39.573350818513262 ], [ -110.03518601959644, 39.573551851081369 ], [ -110.03507911127153, 39.573705038203194 ], [ -110.03494323633828, 39.573848073411412 ], [ -110.03471366697241, 39.574030876176231 ], [ -110.03423643723667, 39.574441381067764 ], [ -110.03372959753445, 39.574887678613919 ], [ -110.03326381002357, 39.575311789882903 ], [ -110.03291656251891, 39.575583712120974 ], [ -110.03259303414661, 39.575824295004658 ], [ -110.03238667298632, 39.57601179138431 ], [ -110.03225548128736, 39.576235954314967 ], [ -110.03216872600912, 39.57661366090425 ], [ -110.03212584923214, 39.576766477467643 ], [ -110.03207646206744, 39.576968795972917 ], [ -110.03197437243342, 39.577193200951754 ], [ -110.03182671689245, 39.577345144453979 ], [ -110.03163359413996, 39.577501213969263 ], [ -110.03092388468006, 39.577797139511986 ], [ -110.03029364375998, 39.577904509391637 ], [ -110.02970911921223, 39.577989732061127 ], [ -110.02916785763351, 39.578061797929983 ], [ -110.02866123745387, 39.578071079361472 ], [ -110.02840542563763, 39.578046415137045 ], [ -110.02797447918852, 39.578056326295467 ], [ -110.02784622728559, 39.578068768689143 ], [ -110.02740351263391, 39.578087589484177 ], [ -110.02679667427624, 39.578186126023404 ], [ -110.02644045524993, 39.578264233922319 ], [ -110.02628860328548, 39.578299002389123 ], [ -110.02610751972816, 39.578342535873205 ], [ -110.02580938380405, 39.578430138838044 ], [ -110.02555724807385, 39.578558672752649 ], [ -110.02530359702524, 39.578795315931195 ], [ -110.02512061822749, 39.578973985123433 ], [ -110.02482747881218, 39.579120193827883 ], [ -110.02437071449137, 39.579310079101944 ], [ -110.02379695563582, 39.579539525661524 ], [ -110.02330991566234, 39.579729152371534 ], [ -110.02292384561498, 39.579942151621609 ], [ -110.0226469083678, 39.580177692057099 ], [ -110.02240531439041, 39.58038379549189 ], [ -110.02217613382082, 39.580535040615494 ], [ -110.021762376529, 39.580977563191574 ], [ -110.02142201025123, 39.581582886030354 ], [ -110.02137423572977, 39.581668080613682 ], [ -110.02109385115006, 39.582147764713987 ], [ -110.02079068417343, 39.582591215281482 ], [ -110.02054388871679, 39.583165788128881 ], [ -110.02011175241067, 39.583671221005524 ], [ -110.01999943052687, 39.583791911423653 ], [ -110.01966258947864, 39.584144972854119 ], [ -110.01936725797738, 39.584444322413312 ], [ -110.01920222178531, 39.584587092628752 ], [ -110.01901919927079, 39.584766652565946 ], [ -110.0188404345265, 39.585057073594072 ], [ -110.01864645371036, 39.585600552354023 ], [ -110.01859075412804, 39.58583434702129 ], [ -110.01853966833021, 39.586153777486544 ], [ -110.01859855954473, 39.5865191878489 ], [ -110.01877566593252, 39.586759453803069 ], [ -110.01893043936421, 39.586931954452105 ], [ -110.01923916286609, 39.587335514441129 ], [ -110.01951975457617, 39.587752351500207 ], [ -110.01970671175874, 39.58803775010535 ], [ -110.02017553906809, 39.588649892692558 ], [ -110.02037518270046, 39.58894440737533 ], [ -110.02044288920422, 39.589098151480783 ], [ -110.02046588240593, 39.589201962540287 ], [ -110.02053761261452, 39.589400791468385 ], [ -110.02073188181346, 39.589663724538177 ], [ -110.02107670110294, 39.589986492042094 ], [ -110.02174053335857, 39.590397541720435 ], [ -110.02197778147504, 39.590503156202971 ], [ -110.02215744271426, 39.590563234610002 ], [ -110.02236646799501, 39.590605539435359 ], [ -110.02296953552121, 39.590700714105395 ], [ -110.02387047032815, 39.590897500596235 ], [ -110.02429979046074, 39.591009228930282 ], [ -110.02462469255212, 39.59109304858724 ], [ -110.02492042157667, 39.591181127609815 ], [ -110.02523760913454, 39.59140003368848 ], [ -110.02545166882661, 39.591582033177687 ], [ -110.02584908001511, 39.591810620640146 ], [ -110.02633373027534, 39.592130039760896 ], [ -110.02644334365812, 39.592203039809945 ], [ -110.02658757546305, 39.592298855268901 ], [ -110.02681001157056, 39.592548498859074 ], [ -110.02703921404455, 39.592897310774447 ], [ -110.0270905433912, 39.592974327215799 ], [ -110.02717450801862, 39.593132708601161 ], [ -110.02725201833188, 39.593502775340632 ], [ -110.02726765819105, 39.593633554025907 ], [ -110.02728930948196, 39.593750867750593 ], [ -110.02734570607147, 39.593881987627967 ], [ -110.02747216046511, 39.594000178626985 ], [ -110.02765707855559, 39.594101739416729 ], [ -110.02793442522763, 39.594256332342361 ], [ -110.02826897765833, 39.594484385592366 ], [ -110.02851468534899, 39.594819817296546 ], [ -110.0286054535774, 39.594991769789779 ], [ -110.02872983593774, 39.595258610185688 ], [ -110.02892270553303, 39.595625134935865 ], [ -110.02916247199636, 39.595969525763167 ], [ -110.0293678712091, 39.596273083140154 ], [ -110.02943047350716, 39.596377223258493 ], [ -110.02952631417553, 39.596603278492978 ], [ -110.0295819628531, 39.596788452114112 ], [ -110.02958357364221, 39.597090306778519 ], [ -110.02958193918305, 39.59720742553273 ], [ -110.02956821932712, 39.597355978987999 ], [ -110.02944837081746, 39.597598252866412 ], [ -110.02933503586122, 39.597791025014651 ], [ -110.029268910889, 39.597939140582127 ], [ -110.02921948656406, 39.598142357771209 ], [ -110.02920574791059, 39.598375606720609 ], [ -110.02915174824197, 39.599240133006454 ], [ -110.02914435299297, 39.599352698479755 ], [ -110.02911908499635, 39.599911118556889 ], [ -110.02909032098546, 39.600302821030368 ], [ -110.0290648276716, 39.600460286132915 ], [ -110.02893414382939, 39.600643902608525 ], [ -110.02867066402968, 39.600745317155599 ], [ -110.02841275463746, 39.600864798041769 ], [ -110.02811339093645, 39.601033487561679 ], [ -110.02781879059263, 39.601277901653802 ], [ -110.02744030932095, 39.601690103149608 ], [ -110.02714518694998, 39.60197145284026 ], [ -110.02663435620745, 39.602269015088076 ], [ -110.02603377660996, 39.602737016027447 ], [ -110.02555230375347, 39.603016799201434 ], [ -110.02523488601106, 39.603225875531209 ], [ -110.02496974853382, 39.603444399924676 ], [ -110.02480233982158, 39.60375384579541 ], [ -110.02474797211282, 39.603893047097976 ], [ -110.02462208233972, 39.604148780166234 ], [ -110.02456208032164, 39.604274418809233 ], [ -110.02450578854746, 39.604467664857168 ], [ -110.02452765469909, 39.604652556966812 ], [ -110.02464792096974, 39.604797729440286 ], [ -110.02476825093221, 39.604938397236872 ], [ -110.02482933727838, 39.605150649009872 ], [ -110.02485346196461, 39.60550675323227 ], [ -110.02482099612116, 39.605745250223798 ], [ -110.02471909184069, 39.605951628704041 ], [ -110.02463516277028, 39.606122117321839 ], [ -110.02456781857575, 39.60635581630256 ], [ -110.02454224932488, 39.606517784650578 ], [ -110.02449389190463, 39.606643520971247 ], [ -110.0240968020522, 39.607050148656093 ], [ -110.02397978961413, 39.607170802927307 ], [ -110.02380280781811, 39.607331498936006 ], [ -110.02352663575074, 39.607504876252875 ], [ -110.02318709989099, 39.607628164240708 ], [ -110.02242345902107, 39.607675801989849 ], [ -110.02221374894346, 39.607678542250184 ], [ -110.02197492125836, 39.607681037009058 ], [ -110.02154936050199, 39.60770898922673 ], [ -110.02113443152243, 39.607809110782583 ], [ -110.02094123991226, 39.607879564156534 ], [ -110.02040144066439, 39.608078643503674 ], [ -110.01990501222245, 39.608258263863156 ], [ -110.01933125242812, 39.608469665920317 ], [ -110.01849934266055, 39.60881403686502 ], [ -110.01818206815393, 39.609009579498192 ], [ -110.01802804471903, 39.609192986013575 ], [ -110.01789122410457, 39.609395459082769 ], [ -110.01784259799075, 39.609539210567803 ], [ -110.01789664657291, 39.609836101761765 ], [ -110.01799291269637, 39.610030633966417 ], [ -110.01807778645116, 39.610207049478213 ], [ -110.01810435959763, 39.610387477263963 ], [ -110.01812832378934, 39.610752591244839 ], [ -110.01808509528354, 39.6113387871806 ], [ -110.01802890710985, 39.612017678111584 ], [ -110.01789390711497, 39.61250308535876 ], [ -110.01782466865174, 39.612786319907862 ], [ -110.01765881547564, 39.61306423239354 ], [ -110.01743476635318, 39.613256055955816 ], [ -110.01731733135733, 39.613322638802735 ], [ -110.01702390217363, 39.613477834040381 ], [ -110.01684636060774, 39.613593463647639 ], [ -110.01669937583543, 39.613772422697437 ], [ -110.01656274607414, 39.613960479366078 ], [ -110.01641491374848, 39.614116905482163 ], [ -110.01597479333827, 39.614347442234454 ], [ -110.01547079652958, 39.614563920744381 ], [ -110.0152835322023, 39.614625404612632 ], [ -110.01499111460296, 39.614708522007085 ], [ -110.01472129019764, 39.614841386113639 ], [ -110.01446887323806, 39.614978902339224 ], [ -110.01401587838266, 39.615294918789566 ], [ -110.01370412996968, 39.615508516012284 ], [ -110.01318514308922, 39.615959121092352 ], [ -110.01297188894529, 39.616209593526833 ], [ -110.01293489609769, 39.616353441575363 ], [ -110.01288017440486, 39.616515159257048 ], [ -110.01287614302811, 39.616798944635157 ], [ -110.01289214407096, 39.616902697288751 ], [ -110.01292408230235, 39.617114707115121 ], [ -110.01292563244776, 39.617497651498162 ], [ -110.01283812740081, 39.617834788398227 ], [ -110.01270096702895, 39.618058876393803 ], [ -110.01258755141565, 39.618251630540165 ], [ -110.01251503403508, 39.618435722086843 ], [ -110.01242945889994, 39.618718814156416 ], [ -110.01227494743701, 39.619343705461105 ], [ -110.01216664507687, 39.619996019862789 ], [ -110.01213444819426, 39.620211989464899 ], [ -110.01210468107284, 39.620666748444918 ], [ -110.01207625859534, 39.621026912346267 ], [ -110.01206563000478, 39.621364702199507 ], [ -110.01206940071019, 39.621918857826685 ], [ -110.01197600856121, 39.62234154003383 ], [ -110.01185899580919, 39.622786546550408 ], [ -110.011732574663, 39.623073795475534 ], [ -110.01160064807448, 39.62333847206029 ], [ -110.01148632316209, 39.623594288129496 ], [ -110.01146679753856, 39.623738284144004 ], [ -110.01146520791146, 39.623849996298105 ], [ -110.01149097512264, 39.624004288886709 ], [ -110.01151908521327, 39.624157700389141 ], [ -110.01154033373535, 39.624302043359833 ], [ -110.01152003884349, 39.624500093627681 ], [ -110.01141134425635, 39.624769472676583 ], [ -110.01130373869633, 39.624962274740817 ], [ -110.01079273462899, 39.625255258693421 ], [ -110.0102627109632, 39.62565619990179 ], [ -110.00962367523601, 39.625939077563054 ], [ -110.00937274936325, 39.625968473396313 ], [ -110.00919767721071, 39.625989505575617 ], [ -110.00901121193934, 39.625992420032929 ], [ -110.0088248752068, 39.62598632515661 ], [ -110.00836093804887, 39.625919294666055 ], [ -110.00805259054535, 39.625808540412521 ], [ -110.0077696166921, 39.625716022343099 ], [ -110.00738509554044, 39.625636151094142 ], [ -110.0071945634904, 39.625597581286009 ], [ -110.00697248655197, 39.625565048595334 ], [ -110.00682711936069, 39.625545785549633 ], [ -110.00624448644227, 39.625468721590565 ], [ -110.00564133631875, 39.625359943629164 ], [ -110.00526510368267, 39.625271126193518 ], [ -110.00488143980559, 39.625131787152057 ], [ -110.00474285424733, 39.625045904633843 ], [ -110.00418074045281, 39.624838359254838 ], [ -110.0040005423304, 39.624810684961993 ], [ -110.00369882210268, 39.624726105376183 ], [ -110.0035249663099, 39.6246624442227 ], [ -110.0033453764119, 39.624592426520891 ], [ -110.00308417366533, 39.624526213228251 ], [ -110.00271745083639, 39.62450594615968 ], [ -110.00230925530482, 39.624533976443871 ], [ -110.00195833772467, 39.624630073396268 ], [ -110.0017595142139, 39.624682425755331 ], [ -110.00147266923578, 39.624779071821628 ], [ -110.00126200082083, 39.624844836698628 ], [ -110.00103987648914, 39.624896987481428 ], [ -110.00090538492016, 39.624931871330716 ], [ -110.00040222435787, 39.625081615819006 ], [ -109.99993455610579, 39.625193821146183 ], [ -109.99947171219864, 39.625375444113821 ], [ -109.99902086636233, 39.625532841269319 ], [ -109.99829571145894, 39.625724813033891 ], [ -109.99803196257749, 39.62583516490082 ], [ -109.99780335788003, 39.625932304191466 ], [ -109.99764367773649, 39.626097613736597 ], [ -109.9975018619845, 39.62623604685573 ], [ -109.99732412009567, 39.626441745628284 ], [ -109.99726385383926, 39.626580882332604 ], [ -109.99721575770776, 39.626684083567959 ], [ -109.99725884686416, 39.626927728877796 ], [ -109.99739435784717, 39.627226232651623 ], [ -109.99752606014663, 39.627385046482843 ], [ -109.99759485659077, 39.627462226227486 ], [ -109.99783639273359, 39.627680553262785 ], [ -109.99819882972326, 39.627999033892877 ], [ -109.9984171467693, 39.628211753390538 ], [ -109.9986965294806, 39.628634033709808 ], [ -109.99881626224582, 39.628815268187694 ], [ -109.99925191021597, 39.629228982773121 ], [ -109.99959131719619, 39.629610331464384 ], [ -109.99974620056287, 39.629778352516354 ], [ -109.9998194674873, 39.629869084607954 ], [ -110.00014658146061, 39.6302953764108 ], [ -110.0002892333559, 39.630503836984161 ], [ -110.00036360198955, 39.630599083268962 ], [ -110.0006228283748, 39.630804041531519 ], [ -110.00076775100365, 39.630854843957373 ], [ -110.00095325746605, 39.630919510441657 ], [ -110.00130665261483, 39.631058602182833 ], [ -110.00170137089304, 39.631241296576974 ], [ -110.00190849816838, 39.631342187831081 ], [ -110.00216896156255, 39.631461557142707 ], [ -110.00251512609242, 39.631698793399387 ], [ -110.00274575283814, 39.631867460851538 ], [ -110.00288977386238, 39.631981323726791 ], [ -110.0031194325842, 39.632217558016485 ], [ -110.00323944157323, 39.632380770029549 ], [ -110.00333517915954, 39.632611349547851 ], [ -110.00343175768029, 39.632783370429514 ], [ -110.00358031471514, 39.632987372537293 ], [ -110.0037530151713, 39.633133015763477 ], [ -110.00389691123397, 39.633255886428216 ], [ -110.00430646233993, 39.633543216536857 ], [ -110.00464630235327, 39.63381643268189 ], [ -110.00490555339049, 39.634021381583075 ], [ -110.00510700054194, 39.634194299409018 ], [ -110.00527977171951, 39.634335435907296 ], [ -110.00561430970156, 39.634572563343234 ], [ -110.00609546585953, 39.634824459652393 ], [ -110.00649376530325, 39.635003564373321 ], [ -110.00705642454268, 39.635260658857931 ], [ -110.00728111350421, 39.635357185606054 ], [ -110.00751253656045, 39.635471789692296 ], [ -110.00769703186832, 39.635608517714942 ], [ -110.0079096918053, 39.635813061873641 ], [ -110.00817523620329, 39.635986521822545 ], [ -110.00852778428518, 39.63618775419355 ], [ -110.00891618992753, 39.636326220648911 ], [ -110.00906720045568, 39.636359945465685 ], [ -110.00929461627301, 39.636347469191385 ], [ -110.00956267196868, 39.636345250139854 ], [ -110.00976031579722, 39.636377569663878 ], [ -110.01009122362311, 39.636462382317809 ], [ -110.01047950563522, 39.636609852618399 ], [ -110.01062438357907, 39.636665147447779 ], [ -110.01081548421654, 39.636747866094055 ], [ -110.01120210163491, 39.637012451310774 ], [ -110.01137418680706, 39.637203128546375 ], [ -110.01153308194561, 39.637501814658094 ], [ -110.01157718920167, 39.63767788724391 ], [ -110.01161213637427, 39.638088144833844 ], [ -110.01163920597894, 39.638642497169613 ], [ -110.01166237338199, 39.639061664556955 ], [ -110.01166049401918, 39.63952116429369 ], [ -110.01160947104563, 39.639912669981832 ], [ -110.01157782963379, 39.640498057932653 ], [ -110.01154490494315, 39.641173535989317 ], [ -110.01153132832671, 39.641308572089194 ], [ -110.01147470968557, 39.641601819787518 ], [ -110.01129326057314, 39.642067899993862 ], [ -110.01121579584641, 39.642269967984589 ], [ -110.01116615873556, 39.642400191969614 ], [ -110.01108707880721, 39.642633781483816 ], [ -110.01104411207022, 39.642786587466162 ], [ -110.01103033118839, 39.643263104753913 ], [ -110.01102653227468, 39.643529771538908 ], [ -110.0110332543323, 39.643957808775973 ], [ -110.01092682252376, 39.644474983501077 ], [ -110.01089595668319, 39.644596357058433 ], [ -110.01074284547242, 39.645117639074314 ], [ -110.01065138577405, 39.645810637942773 ], [ -110.01059335968046, 39.646202083077689 ], [ -110.01053123980233, 39.646471856918808 ], [ -110.0104057955225, 39.646687030586506 ], [ -110.01023476383388, 39.646829734831307 ], [ -110.00985274602974, 39.647056236292599 ], [ -110.00933126783954, 39.647254516731394 ], [ -110.00834920963116, 39.647466883482068 ], [ -110.00780609091457, 39.647547840987826 ], [ -110.00760773370516, 39.647563265499095 ], [ -110.00725246406741, 39.647548516261544 ], [ -110.00686764794614, 39.647562345607696 ], [ -110.00634136258017, 39.647688490673112 ], [ -110.0059330962487, 39.647712027397965 ], [ -110.00537378341778, 39.647702733937493 ], [ -110.00488510330379, 39.647644487446861 ], [ -110.00416535405353, 39.647444601444853 ], [ -110.00359710595907, 39.64724601080691 ], [ -110.00326057432432, 39.647144012182913 ], [ -110.00284292165379, 39.647009780820476 ], [ -110.00217672678778, 39.646733756475676 ], [ -110.00132453540876, 39.646424593847236 ], [ -110.0006639844911, 39.646162124515982 ], [ -110.00040483131966, 39.645948157177209 ], [ -110.00027206303209, 39.645860517525605 ], [ -110.00016684788395, 39.645801947222623 ], [ -109.99987817203947, 39.645695845721299 ], [ -109.99945314991936, 39.645669659894899 ], [ -109.9991262071931, 39.645711893460323 ], [ -109.99885176909719, 39.645750073641679 ], [ -109.99859500568333, 39.645774890420256 ], [ -109.99822242369186, 39.64574915221192 ], [ -109.9976817792507, 39.645658891920419 ], [ -109.99747804127608, 39.645643618385421 ], [ -109.99701675892366, 39.645707211610585 ], [ -109.99674140834581, 39.645808449583882 ], [ -109.99650671350011, 39.645919048262797 ], [ -109.99600753657197, 39.646185037168294 ], [ -109.99555171052505, 39.646676651140773 ], [ -109.99514675399594, 39.647276824478382 ], [ -109.99504527245338, 39.647443534150071 ], [ -109.99490846422697, 39.647635166278079 ], [ -109.99472366640016, 39.647840799022944 ], [ -109.99445870863524, 39.648108808123403 ], [ -109.99389240887152, 39.648581438650652 ], [ -109.99375636576667, 39.648719916466845 ], [ -109.99350117083414, 39.649037563382663 ], [ -109.99329311193929, 39.649319577934847 ], [ -109.99304825958059, 39.649727414323472 ], [ -109.99267960686115, 39.650634236251157 ], [ -109.99251534473196, 39.651110345971986 ], [ -109.99231513632813, 39.651653719165623 ], [ -109.99202227832234, 39.652155742521714 ], [ -109.99185447090942, 39.652474143947806 ], [ -109.9916875781948, 39.652729482477525 ], [ -109.99158681324242, 39.652845738674259 ], [ -109.99148022068677, 39.652961944175551 ], [ -109.99123180889153, 39.653212069070456 ], [ -109.99097364005175, 39.653331462482157 ], [ -109.99085074286731, 39.653366435010874 ], [ -109.99065765591249, 39.653418817592083 ], [ -109.99047648539133, 39.653453283271936 ], [ -109.99006051806811, 39.653602838183943 ], [ -109.98953775501275, 39.653882108627435 ], [ -109.98896626882276, 39.654305113796688 ], [ -109.98848873642493, 39.654679378995411 ], [ -109.98818223051546, 39.654915476127876 ], [ -109.98782673766307, 39.655313326881299 ], [ -109.98758229156776, 39.655689619398458 ], [ -109.98745623355249, 39.65594080253971 ], [ -109.98741387658129, 39.656047653134145 ], [ -109.98723737065534, 39.656560589310708 ], [ -109.98714797359646, 39.657095008052757 ], [ -109.98706661220905, 39.657478127548117 ], [ -109.98704638554545, 39.657586071997429 ], [ -109.98701048081855, 39.657729919979701 ], [ -109.98698526303208, 39.65786034605766 ], [ -109.98694760058343, 39.658044724001762 ], [ -109.98692807870705, 39.658184209815403 ], [ -109.98702707169603, 39.658589625476829 ], [ -109.98718694727059, 39.658817172610362 ], [ -109.98726172175485, 39.658885400213507 ], [ -109.98742253226028, 39.659048983673372 ], [ -109.98768116707603, 39.659299015315185 ], [ -109.98789383836244, 39.65950359547405 ], [ -109.98801379133538, 39.659671327069752 ], [ -109.98807507234427, 39.659865577534617 ], [ -109.98809595289693, 39.660032445747909 ], [ -109.98802948126905, 39.660194047789432 ], [ -109.98792267414504, 39.66032376304554 ], [ -109.98778024211393, 39.660498218042257 ], [ -109.98746590759274, 39.660869395718187 ], [ -109.98723355553372, 39.661214257274523 ], [ -109.98714409767946, 39.661353133141787 ], [ -109.98668267439579, 39.661817631385382 ], [ -109.98625720045577, 39.662214866060914 ], [ -109.98611515528468, 39.662362292111375 ], [ -109.98595555949886, 39.662514069768434 ], [ -109.98575603582805, 39.662606032078003 ], [ -109.98551595227698, 39.662681421622743 ], [ -109.98531699415776, 39.662734644839034 ], [ -109.98501817329445, 39.662920343907913 ], [ -109.9849047580436, 39.663022968347072 ], [ -109.98469046363108, 39.663327437167226 ], [ -109.98449180543999, 39.663758183159523 ], [ -109.98435129476503, 39.664198447382368 ], [ -109.98430660615709, 39.664463853326382 ], [ -109.9843210569679, 39.664671211094188 ], [ -109.984449566948, 39.665050757466908 ], [ -109.984790210326, 39.665752015410611 ], [ -109.98508130885439, 39.666493384574636 ], [ -109.98531463568307, 39.667279298458809 ], [ -109.98554968053669, 39.66794809607795 ], [ -109.98557054384655, 39.668115865360079 ], [ -109.98559966497508, 39.668516166185277 ], [ -109.98566153936373, 39.66866987757858 ], [ -109.98574672836139, 39.66882379256505 ], [ -109.98588895234457, 39.669063801081748 ], [ -109.98605604006724, 39.669596853254639 ], [ -109.98647333938098, 39.67056006667918 ], [ -109.98663068614842, 39.670962387159889 ], [ -109.98667086633647, 39.671404230294975 ], [ -109.98667077162983, 39.671809681749288 ], [ -109.98666879709971, 39.671944815273477 ], [ -109.98669764927888, 39.672364034355894 ], [ -109.98675887123102, 39.672562789642456 ], [ -109.98692631570466, 39.673072417297789 ], [ -109.98701568356648, 39.67333989433785 ], [ -109.98704894665964, 39.673457315119698 ], [ -109.98714913133702, 39.673782550702697 ], [ -109.98740924107827, 39.674334431995156 ], [ -109.98751565232611, 39.674632691381092 ], [ -109.98754025973312, 39.674943752528087 ], [ -109.9874843908139, 39.675176625595647 ], [ -109.98736770410657, 39.675581961161363 ], [ -109.98732078207128, 39.676000519057538 ], [ -109.9872138565341, 39.676535684155837 ], [ -109.98717061742485, 39.676701992833507 ], [ -109.98709082326758, 39.676976103149791 ], [ -109.98701267365396, 39.677137602211737 ], [ -109.98694061622008, 39.67728113427944 ], [ -109.98671429747931, 39.677608026170482 ], [ -109.98651909858852, 39.677800038586128 ], [ -109.9860203109516, 39.678020935257756 ], [ -109.98566241367607, 39.678175485243948 ], [ -109.98532075048361, 39.678415771349997 ], [ -109.98502347823116, 39.67880961510987 ], [ -109.98496936481199, 39.678921767596059 ], [ -109.98492114660435, 39.67902946656838 ], [ -109.98485412083949, 39.679227101484642 ], [ -109.98482325872261, 39.67934396217548 ], [ -109.98478564361062, 39.679523834080612 ], [ -109.98475871107975, 39.679770473642527 ], [ -109.9847512193637, 39.679883934612135 ], [ -109.98475480620728, 39.68003713660265 ], [ -109.98484227452285, 39.680434342924571 ], [ -109.98491528882506, 39.680624191977962 ], [ -109.98511915310033, 39.68103593055428 ], [ -109.98551249779304, 39.681647545094101 ], [ -109.98595334360948, 39.682201007872969 ], [ -109.98624054759424, 39.68249634173749 ], [ -109.98659869886173, 39.682724718833761 ], [ -109.98694460051502, 39.682993533108196 ], [ -109.98726050036522, 39.683320649906463 ], [ -109.98763954463256, 39.683715891621659 ], [ -109.98791622030217, 39.683934544250867 ], [ -109.98839681199949, 39.684163982927714 ], [ -109.98895895980478, 39.684398634778717 ], [ -109.98950454097897, 39.684570069517491 ], [ -109.99009185317021, 39.684678794425153 ], [ -109.99049908211946, 39.684741801732784 ], [ -109.99132688017464, 39.684752599527137 ], [ -109.99216147781473, 39.684696776187117 ], [ -109.99335739897445, 39.684653089823342 ], [ -109.99363730100987, 39.684651010995367 ], [ -109.99437919495597, 39.684634913375625 ], [ -109.99490429022229, 39.684531339297401 ], [ -109.99595065202517, 39.684346675975775 ], [ -109.9966584051422, 39.684191513992403 ], [ -109.99738937047493, 39.68404375613413 ], [ -109.99769304558625, 39.684010337649596 ], [ -109.99799095565038, 39.6839723636025 ], [ -109.99845320835736, 39.683859221079686 ], [ -109.99935491009759, 39.683596693823233 ], [ -110.00068465032317, 39.683166653251021 ], [ -110.00109461989682, 39.683039535134952 ], [ -110.00152253153479, 39.68288103469888 ], [ -110.00184006451768, 39.682694553783023 ], [ -110.00215040557167, 39.682521525246941 ], [ -110.0023508207599, 39.68245116697117 ], [ -110.00275942240985, 39.682418636628036 ], [ -110.0032892830958, 39.682549326509893 ], [ -110.00380437759124, 39.682733947555207 ], [ -110.00411160915023, 39.682858218498652 ], [ -110.00431934689264, 39.683008665673078 ], [ -110.00455519974535, 39.683231433839644 ], [ -110.00475024516487, 39.68345385177139 ], [ -110.00499659686049, 39.683757799397874 ], [ -110.00506480980438, 39.683880019450747 ], [ -110.00520667845788, 39.68415153618443 ], [ -110.00532406504823, 39.684503933391369 ], [ -110.00546432028273, 39.684888061475192 ], [ -110.0055493799366, 39.685461828513802 ], [ -110.00551410336773, 39.685888602248376 ], [ -110.00549267092461, 39.686163224865162 ], [ -110.00535412170643, 39.68655397479796 ], [ -110.00517281572482, 39.686917328109509 ], [ -110.00509340316732, 39.687168928744128 ], [ -110.00485968903027, 39.687608417764359 ], [ -110.00475934857042, 39.68777424343579 ], [ -110.00445611866861, 39.688100510293488 ], [ -110.00393658428008, 39.688546556471366 ], [ -110.00370640634507, 39.688739198439791 ], [ -110.00341140718902, 39.688979036784602 ], [ -110.00316368354387, 39.689175131071181 ], [ -110.00278302720292, 39.689288992941009 ], [ -110.00260753371471, 39.689328030768493 ], [ -110.00224508000916, 39.689392492044639 ], [ -110.00185412262665, 39.689411657005635 ], [ -110.0011713231945, 39.689450835622836 ], [ -110.0004940286213, 39.689512582683541 ], [ -110.00011265503932, 39.689594894485182 ], [ -109.99993223507614, 39.689651905894472 ], [ -109.99976256951417, 39.689690989603548 ], [ -109.99933072775373, 39.689795389141494 ], [ -109.99913657393974, 39.689834260888787 ], [ -109.99889661763551, 39.689895262494034 ], [ -109.99836344907808, 39.690070864989451 ], [ -109.99798802450971, 39.690225301327516 ], [ -109.99730006691415, 39.690620308712305 ], [ -109.99647080048973, 39.691108696031321 ], [ -109.99624767656454, 39.691214887728414 ], [ -109.99594207664236, 39.691378930993139 ], [ -109.99582532738071, 39.691468021622676 ], [ -109.99567657081425, 39.691592875386995 ], [ -109.99533271964052, 39.691981836775341 ], [ -109.99491759101177, 39.692460280370895 ], [ -109.99457307768813, 39.692894283800499 ], [ -109.99426847000306, 39.693310611778216 ], [ -109.99401094009424, 39.693857992112953 ], [ -109.99375538883379, 39.694590094364202 ], [ -109.99372361850919, 39.694770019418655 ], [ -109.99371641405135, 39.69486456218317 ], [ -109.99375781441313, 39.695226222741439 ], [ -109.993688978516, 39.695549085828233 ], [ -109.99341965436571, 39.696024282235499 ], [ -109.99321335400219, 39.696576609608208 ], [ -109.9930464269456, 39.697228388194411 ], [ -109.99294285243315, 39.697934776048726 ], [ -109.99293433705911, 39.698119407478934 ], [ -109.99295720719768, 39.698552086497244 ], [ -109.99297301135898, 39.698668452742915 ], [ -109.99305503125929, 39.699043980632929 ], [ -109.99328042265246, 39.699586535884094 ], [ -109.99340458572486, 39.69987142776823 ], [ -109.99352678665596, 39.700291452667109 ], [ -109.99355523045971, 39.700742199764306 ], [ -109.9935289605579, 39.700944697271702 ], [ -109.99353158531835, 39.701165465265426 ], [ -109.99373765263904, 39.701433046683725 ], [ -109.99395551509471, 39.701691719926828 ], [ -109.99412011184651, 39.702003991348491 ], [ -109.994209817212, 39.702252543720078 ], [ -109.99418741797132, 39.702590224980682 ], [ -109.99403017517504, 39.702976292993554 ], [ -109.99383407281141, 39.703226873906722 ], [ -109.9934567993909, 39.703502913989233 ], [ -109.99303293613852, 39.703774043751032 ], [ -109.99235890222299, 39.704002455986156 ], [ -109.99137544834215, 39.704331791693427 ], [ -109.99083620162158, 39.704435225846019 ], [ -109.99067245768654, 39.704465337476016 ], [ -109.99043270594544, 39.704508302977779 ], [ -109.99004612899745, 39.704540980864763 ], [ -109.98974962111394, 39.704556421218477 ], [ -109.98925347527492, 39.704583638008316 ], [ -109.98893817446202, 39.704607922683238 ], [ -109.98844707026686, 39.704689239938176 ], [ -109.98803813398196, 39.704735231320399 ], [ -109.98782216697329, 39.704746863722058 ], [ -109.98760626573414, 39.704753991294474 ], [ -109.98688242145394, 39.704797232217622 ], [ -109.98620489966321, 39.704863398118171 ], [ -109.98570159977839, 39.704980637240176 ], [ -109.98524554520407, 39.705057742117155 ], [ -109.98467915071382, 39.705102345318778 ], [ -109.98422428326175, 39.705098366565586 ], [ -109.98355967544045, 39.705079034998136 ], [ -109.98279804709912, 39.70491468966727 ], [ -109.98182250714119, 39.704622323630751 ], [ -109.98125405881179, 39.704410107166581 ], [ -109.98052875876573, 39.7041559657536 ], [ -109.97973706167591, 39.704054406337271 ], [ -109.97942858748645, 39.704011150182815 ], [ -109.97907909383818, 39.703981047518262 ], [ -109.97882250653095, 39.703978790989993 ], [ -109.97840217144275, 39.704006628166169 ], [ -109.97762478297381, 39.70412142019233 ], [ -109.97720258438798, 39.704275376561064 ], [ -109.97661060313555, 39.704472884924584 ], [ -109.97552231502546, 39.704786745848871 ], [ -109.97529846877583, 39.70485775137751 ], [ -109.97492921176952, 39.704980631684975 ], [ -109.9744606826206, 39.705111643962091 ], [ -109.97376921523151, 39.705330783910881 ], [ -109.97332280643113, 39.705543077024529 ], [ -109.97303465136112, 39.705702708384131 ], [ -109.97273509882903, 39.705844218190478 ], [ -109.97235799562976, 39.706102170704291 ], [ -109.97195931632473, 39.706634735628953 ], [ -109.97159441768922, 39.707248688246615 ], [ -109.97115175812431, 39.707992595376091 ], [ -109.97105014066069, 39.708158379587424 ], [ -109.97093572120022, 39.708400635121166 ], [ -109.97085595770861, 39.708665722704701 ], [ -109.97079221677095, 39.709030062106194 ], [ -109.97066619793303, 39.709267709507927 ], [ -109.9705872357606, 39.709478744053754 ], [ -109.97053160107427, 39.709689985389304 ], [ -109.97052905675541, 39.709861152537954 ], [ -109.97056767135189, 39.710010159682085 ], [ -109.97075007870562, 39.710295591440293 ], [ -109.97111154182728, 39.710699739676322 ], [ -109.97149063928191, 39.711095033018076 ], [ -109.97221761102934, 39.711632159039631 ], [ -109.97267996095147, 39.711920966680694 ], [ -109.9730382834673, 39.712144881448339 ], [ -109.97378508461352, 39.712526300364381 ], [ -109.97444843536502, 39.712950225253586 ], [ -109.97523572589085, 39.713434706306543 ], [ -109.97614454039393, 39.713906738850696 ], [ -109.97677029537745, 39.714192466201077 ], [ -109.97730224470568, 39.714510700801831 ], [ -109.97754386722931, 39.714738979572907 ], [ -109.97809533843096, 39.715315968911888 ], [ -109.97821522827191, 39.715492718782983 ], [ -109.97859783292257, 39.716050199363089 ], [ -109.97885372095362, 39.716498444386175 ], [ -109.97892206459485, 39.716610769250195 ], [ -109.97905341141488, 39.716802034968012 ], [ -109.97931255879297, 39.717029563143143 ], [ -109.97949694568049, 39.717184353759436 ], [ -109.97971354151493, 39.717528636694723 ], [ -109.97977610795999, 39.717637306281503 ], [ -109.97999237476397, 39.718004110733212 ], [ -109.98030454978941, 39.718592501650754 ], [ -109.98056455307938, 39.719158809623906 ], [ -109.98071309957542, 39.719767386310743 ], [ -109.9808538794244, 39.72050744019441 ], [ -109.98101236146233, 39.720837695430355 ], [ -109.98111974032341, 39.721072897215159 ], [ -109.98118555975849, 39.721357289022443 ], [ -109.98119311578884, 39.721636664486155 ], [ -109.98125369955009, 39.721880465408283 ], [ -109.98144715859007, 39.722292116677274 ], [ -109.98150730614405, 39.722486358776962 ], [ -109.98150949428856, 39.722734152179974 ], [ -109.98145944932284, 39.722963467358305 ], [ -109.98146243259067, 39.723157207896769 ], [ -109.98153528130825, 39.723360571364253 ], [ -109.9816667273368, 39.723546428876922 ], [ -109.98189694094195, 39.723760182391608 ], [ -109.982234808187, 39.72419111858293 ], [ -109.98254377806666, 39.724603780568998 ], [ -109.98265819266601, 39.724757952775718 ], [ -109.98285268540536, 39.725020946154793 ], [ -109.98312175562393, 39.725370187193306 ], [ -109.98333558016981, 39.725588299250937 ], [ -109.98364014216615, 39.725825225307865 ], [ -109.98420698768231, 39.726159050587292 ], [ -109.98472736941571, 39.726478951793233 ], [ -109.98486728336107, 39.726565770065768 ], [ -109.98505677087601, 39.72669356645541 ], [ -109.98551431271879, 39.726922815038698 ], [ -109.98639022010106, 39.727268340156392 ], [ -109.98725473290176, 39.727595739337104 ], [ -109.98829937017589, 39.727974256866368 ], [ -109.98912293430107, 39.728310295245308 ], [ -109.9899061313011, 39.728614441667553 ], [ -109.99051930527693, 39.728975669181345 ], [ -109.99123632340547, 39.729417984603316 ], [ -109.99178014987156, 39.729734453981152 ], [ -109.99208625394584, 39.729948846374498 ], [ -109.99234621451988, 39.730126797562114 ], [ -109.99261751614158, 39.73032737149984 ], [ -109.99288187118849, 39.730604469237797 ], [ -109.99300208693917, 39.730763186534325 ], [ -109.99313842848215, 39.731016648202143 ], [ -109.99318123274273, 39.731282813409095 ], [ -109.99335186082224, 39.731987070354123 ], [ -109.99345858058109, 39.732672752923492 ], [ -109.9934624518899, 39.733208879211688 ], [ -109.99347538306009, 39.73384419357388 ], [ -109.99345287609052, 39.734348556172037 ], [ -109.99344246796056, 39.734582724864936 ], [ -109.99338314589562, 39.735050728312189 ], [ -109.99338242720577, 39.735501219985821 ], [ -109.9933727267139, 39.73576692961305 ], [ -109.99322556119478, 39.736256695966816 ], [ -109.99299022321186, 39.73679074697872 ], [ -109.99286573443358, 39.737325759272011 ], [ -109.99266218518541, 39.737679886225244 ], [ -109.99225062369602, 39.738293495721109 ], [ -109.99189890935516, 39.738804008992815 ], [ -109.99164251178074, 39.739180199922927 ], [ -109.99149415371262, 39.739350100112588 ], [ -109.99110651283505, 39.739522425566541 ], [ -109.99008635736512, 39.739852328369373 ], [ -109.98914948260106, 39.740073026057551 ], [ -109.98901482628615, 39.740103388140355 ], [ -109.98796569037745, 39.740418603864207 ], [ -109.98726662355068, 39.74073686485815 ], [ -109.9871549739981, 39.740789950364729 ], [ -109.98676240343674, 39.740899148552813 ], [ -109.98652305064091, 39.740906068905581 ], [ -109.98629470708305, 39.740958134640408 ], [ -109.98567352555409, 39.741137411967642 ], [ -109.98504696877846, 39.741285104144168 ], [ -109.98488300277022, 39.741324215068182 ], [ -109.98404083671007, 39.74145109512726 ], [ -109.98322290689332, 39.741516913748576 ], [ -109.98240545270035, 39.741550294972711 ], [ -109.98164654379237, 39.741570669169647 ], [ -109.98113196229372, 39.741642737975397 ], [ -109.97997927091318, 39.741853357827715 ], [ -109.97937119717132, 39.741933607132289 ], [ -109.97891522409046, 39.741988161525775 ], [ -109.97850639380631, 39.742011594216187 ], [ -109.97795169491795, 39.742033741163944 ], [ -109.9774085320319, 39.742064997028976 ], [ -109.976549559863, 39.742143020884221 ], [ -109.97522373954736, 39.742221422640533 ], [ -109.97424806831873, 39.742298399085392 ], [ -109.97373991055971, 39.742329947099577 ], [ -109.97344200403893, 39.74234983763607 ], [ -109.97294994548263, 39.742476128904471 ], [ -109.97239330120311, 39.742628876121614 ], [ -109.97184215455775, 39.742804194191201 ], [ -109.97126176416994, 39.742983755415501 ], [ -109.97105707710566, 39.743013475899389 ], [ -109.97086426052464, 39.743029786366641 ], [ -109.97051470852645, 39.742990646881267 ], [ -109.97004926579309, 39.742896418463665 ], [ -109.96984578593532, 39.742845058111818 ], [ -109.9696070293115, 39.742811404123437 ], [ -109.96940286555075, 39.742805987590934 ], [ -109.9690222082918, 39.742896310484788 ], [ -109.96866440572892, 39.743019270957099 ], [ -109.96847728911797, 39.743044638034654 ], [ -109.9682848750203, 39.7430339179896 ], [ -109.96797643701103, 39.742977116431184 ], [ -109.96754017198, 39.742883137382968 ], [ -109.96685305669592, 39.742705834798976 ], [ -109.96616306348449, 39.742487056829937 ], [ -109.96549481558083, 39.742297300360541 ], [ -109.96531494943601, 39.742228122667704 ], [ -109.96495012487777, 39.74204016640666 ], [ -109.96452370349988, 39.741757055222081 ], [ -109.96397905452828, 39.741419728682104 ], [ -109.96346437300575, 39.741107895013727 ], [ -109.96334862538666, 39.741043791802277 ], [ -109.96287403539289, 39.740782769195704 ], [ -109.96272918343168, 39.740713900349753 ], [ -109.96254945932596, 39.740635709715072 ], [ -109.96245732190253, 39.740553796768097 ], [ -109.96234414349239, 39.740318526769748 ], [ -109.96222871240114, 39.739844473240069 ], [ -109.96209854995001, 39.739185584158456 ], [ -109.96200627074488, 39.738724351255037 ], [ -109.96185740089818, 39.738534712236124 ], [ -109.96168275653604, 39.73842953587797 ], [ -109.96130529604491, 39.738385614119174 ], [ -109.96110055109588, 39.738419821551496 ], [ -109.96094336058285, 39.738395889727052 ], [ -109.96080541890636, 39.738255901837725 ], [ -109.96069557875258, 39.737799015610683 ], [ -109.96069114994542, 39.737316944289567 ], [ -109.96070312581909, 39.736519671943313 ], [ -109.96065677489538, 39.736109304683197 ], [ -109.96065302281042, 39.735582189582125 ], [ -109.96073921791277, 39.734893700822845 ], [ -109.96080888602967, 39.734528520896582 ], [ -109.96088360276666, 39.734215643766106 ], [ -109.96105244758446, 39.733851351408624 ], [ -109.96133034539862, 39.733218637283159 ], [ -109.96147563329177, 39.732868549356219 ], [ -109.96163515584992, 39.732347399581144 ], [ -109.96169864461997, 39.732004688526921 ], [ -109.96169766323305, 39.731681222657123 ], [ -109.9616388979837, 39.731320299117073 ], [ -109.96162110487175, 39.73095073209209 ], [ -109.96165351773328, 39.730734783268112 ], [ -109.96169061524539, 39.73059546089349 ], [ -109.96175192600489, 39.730397790402129 ], [ -109.96191319705817, 39.729759526286692 ], [ -109.96192761118502, 39.729187523327404 ], [ -109.96188260822359, 39.728687068582403 ], [ -109.96185213361491, 39.728384962659995 ], [ -109.96175850398237, 39.728014717237357 ], [ -109.96168197033967, 39.727671654496298 ], [ -109.96164757351487, 39.7273199586472 ], [ -109.96171095799458, 39.726906067708086 ], [ -109.96181017089312, 39.726515022021339 ], [ -109.96182670212266, 39.726190811478247 ], [ -109.96181278279207, 39.725951923171067 ], [ -109.96176989958749, 39.725699260879914 ], [ -109.96166399899766, 39.725369450288639 ], [ -109.96147699201049, 39.725079458832859 ], [ -109.96124688811727, 39.724784576462106 ], [ -109.96081791494662, 39.724213109856912 ], [ -109.96042890145436, 39.723700564219392 ], [ -109.96015554098436, 39.723256627959081 ], [ -109.95993164979564, 39.723014957347239 ], [ -109.95967232846348, 39.722801800666602 ], [ -109.95936615464447, 39.722600837364254 ], [ -109.95911797441171, 39.722422918156468 ], [ -109.95863708406064, 39.722202366320651 ], [ -109.95841651342003, 39.722128307818757 ], [ -109.95812662501447, 39.72200857700588 ], [ -109.95790069719517, 39.72190293458695 ], [ -109.95767538045709, 39.721756752396459 ], [ -109.95746186629148, 39.721601665802744 ], [ -109.95717299956272, 39.721414367087498 ], [ -109.95689588095269, 39.721299252897509 ], [ -109.95663304638079, 39.721242831169185 ], [ -109.95613928390483, 39.721103242956126 ], [ -109.95575065185731, 39.72095558840762 ], [ -109.95535144319297, 39.720735757704723 ], [ -109.95484833329934, 39.720442910573823 ], [ -109.9546052571778, 39.720314582465228 ], [ -109.95421270148111, 39.720118233659292 ], [ -109.95378888220309, 39.719906284849586 ], [ -109.95326698385892, 39.71962227151122 ], [ -109.95288694627243, 39.719370169341715 ], [ -109.95249295373813, 39.719115237022741 ], [ -109.95232029639443, 39.719037094303971 ], [ -109.95201211529512, 39.718971242931978 ], [ -109.95174326356081, 39.71900485545067 ], [ -109.95157322722679, 39.719061884702555 ], [ -109.95132634141055, 39.71918579423194 ], [ -109.95098613041175, 39.719308859963355 ], [ -109.95077539983973, 39.71935651034984 ], [ -109.95051210571917, 39.719408190154645 ], [ -109.95014787803005, 39.719576086089567 ], [ -109.95003575708984, 39.719660666688746 ], [ -109.94971097626011, 39.719919918582789 ], [ -109.94936804274283, 39.720298837701222 ], [ -109.94906352040643, 39.72068350947751 ], [ -109.94899805944613, 39.720768511441669 ], [ -109.94889046864805, 39.72093872650386 ], [ -109.9487826721212, 39.72112245453058 ], [ -109.94871406388314, 39.721414656808967 ], [ -109.94860551360965, 39.721647932579678 ], [ -109.94843238926589, 39.721907653185028 ], [ -109.9483193728387, 39.722050788661662 ], [ -109.94826921877707, 39.722280088122822 ], [ -109.94824246493671, 39.722505094584001 ], [ -109.94830176959915, 39.722825485220554 ], [ -109.94845543053317, 39.723079155902731 ], [ -109.94872418129465, 39.723437483131576 ], [ -109.94909141440925, 39.723841751069507 ], [ -109.94956818352149, 39.724332603586795 ], [ -109.95006842893558, 39.72481465651353 ], [ -109.95047197437334, 39.725133653937291 ], [ -109.95072570169017, 39.725329661543512 ], [ -109.95096605720248, 39.725638172140137 ], [ -109.95104573020315, 39.72577043737239 ], [ -109.95128597944931, 39.726086154295601 ], [ -109.95149161277214, 39.726376330200488 ], [ -109.95165043058567, 39.726675993901907 ], [ -109.95175819522602, 39.726879690919588 ], [ -109.95192903685563, 39.727156036931717 ], [ -109.95200350741817, 39.727246808753591 ], [ -109.95210090278415, 39.727364817318239 ], [ -109.95220426832024, 39.72747386973969 ], [ -109.95230180071178, 39.72758286942252 ], [ -109.95263984075629, 39.727991367520268 ], [ -109.9530688366069, 39.728558359045252 ], [ -109.95333234352185, 39.728880588379113 ], [ -109.95355515383191, 39.729193440303312 ], [ -109.95374303242971, 39.729501471983419 ], [ -109.95391327552946, 39.729818354373869 ], [ -109.95399751261802, 39.730035352147731 ], [ -109.9541473299838, 39.73054576393735 ], [ -109.95423387255238, 39.731073625369135 ], [ -109.95431066390306, 39.732092440743713 ], [ -109.95431464640889, 39.732215011836729 ], [ -109.95427346271363, 39.732623692205109 ], [ -109.95422207428533, 39.733321499696181 ], [ -109.95419813530962, 39.733438413251989 ], [ -109.95416562021894, 39.733582279353861 ], [ -109.95411452313589, 39.733874642027182 ], [ -109.9540161312833, 39.734130538744111 ], [ -109.95390854040406, 39.734377342524667 ], [ -109.95380506210941, 39.734583638534794 ], [ -109.95354950595532, 39.734968762320683 ], [ -109.95320499563967, 39.735371103227308 ], [ -109.9528789380981, 39.735710539974455 ], [ -109.9525889052268, 39.735982726323748 ], [ -109.95222200231659, 39.736321792596613 ], [ -109.95177890957099, 39.736682694514734 ], [ -109.95141254507902, 39.736985723284917 ], [ -109.95122414185316, 39.737096645353169 ], [ -109.95101260579028, 39.737193843162345 ], [ -109.95067120646588, 39.737312391530317 ], [ -109.95047257275471, 39.737405200015296 ], [ -109.95017283673288, 39.737546648433415 ], [ -109.94989554801019, 39.737746863700295 ], [ -109.94962876384201, 39.738023757762292 ], [ -109.94938504139351, 39.738318879786362 ], [ -109.94917775990275, 39.7385197269112 ], [ -109.94862968619839, 39.738875161155157 ], [ -109.94814022523842, 39.73921310406471 ], [ -109.94785015899622, 39.739485277972328 ], [ -109.94777314633697, 39.739561164262156 ], [ -109.9476841904999, 39.739654962080522 ], [ -109.94751733035605, 39.739883202385613 ], [ -109.94738561326197, 39.74010275120785 ], [ -109.94726398789521, 39.740426005549153 ], [ -109.94721560595998, 39.740921112662711 ], [ -109.9471962729901, 39.741424592125888 ], [ -109.94712419455307, 39.741942909982868 ], [ -109.94709317013601, 39.742064262534569 ], [ -109.94705617379361, 39.742194570825149 ], [ -109.94692376373366, 39.742382577997297 ], [ -109.94681819153828, 39.742494244180243 ], [ -109.94664706431915, 39.742618830259325 ], [ -109.94651238623752, 39.742725727057589 ], [ -109.94642836675519, 39.742801548798262 ], [ -109.94619738095263, 39.743024700000824 ], [ -109.94591470484757, 39.743576243445446 ], [ -109.94578716269434, 39.743903947225945 ], [ -109.94573787529082, 39.744074688048862 ], [ -109.94572004069877, 39.744402487135979 ], [ -109.94568761187153, 39.744692311978895 ], [ -109.94556515981623, 39.745068715235831 ], [ -109.94540871302334, 39.745378136079864 ], [ -109.94526887683234, 39.745746272094678 ], [ -109.94522898999911, 39.746065761688115 ], [ -109.94520585227707, 39.74643495799797 ], [ -109.94520117734373, 39.747124174057994 ], [ -109.94529109838081, 39.748039497509914 ], [ -109.94530372626545, 39.748436048450394 ], [ -109.94529933005049, 39.748724325717028 ], [ -109.94539536957831, 39.748932426368448 ], [ -109.94547424725629, 39.749117846233837 ], [ -109.94545213970896, 39.749419477427544 ], [ -109.94539179481336, 39.749549572860175 ], [ -109.94529630038618, 39.749688358771458 ], [ -109.94507633978321, 39.749952152160496 ], [ -109.94405500716221, 39.750334795975235 ], [ -109.94364357264932, 39.750524765184792 ], [ -109.94333903137898, 39.750594072346153 ], [ -109.94305233991859, 39.750641016481623 ], [ -109.94269596762582, 39.750664800403371 ], [ -109.94227678359087, 39.750597911757517 ], [ -109.94185794499836, 39.7505084999787 ], [ -109.94164264248835, 39.750466893345397 ], [ -109.94143320319893, 39.75042353780627 ], [ -109.9411543466346, 39.750339905041749 ], [ -109.94093405128606, 39.750243291108866 ], [ -109.94022935993976, 39.750070175648908 ], [ -109.93977695862097, 39.749962430104311 ], [ -109.93895956729085, 39.749603574319337 ], [ -109.93816594054786, 39.7492179004756 ], [ -109.93754696452464, 39.748860849773067 ], [ -109.93713619326017, 39.748627336304374 ], [ -109.93698565464064, 39.748549373467569 ], [ -109.93655641194474, 39.74837875813774 ], [ -109.93602894349495, 39.748144171494516 ], [ -109.93550786842596, 39.74787360145951 ], [ -109.93517268926155, 39.74765879411806 ], [ -109.93490100474637, 39.747489618025789 ], [ -109.93459361711774, 39.747365163127689 ], [ -109.93433221732667, 39.747286179200401 ], [ -109.93411081688774, 39.747262522460133 ], [ -109.93380733649229, 39.747263339098403 ], [ -109.93356797267518, 39.747269249011772 ], [ -109.93304870503555, 39.747260872906359 ], [ -109.93242408614016, 39.747272248318488 ], [ -109.93211828293609, 39.747423504633133 ], [ -109.9318474334471, 39.747578685770833 ], [ -109.93141034582177, 39.747917038996789 ], [ -109.9309358756182, 39.748408214623105 ], [ -109.93034871807025, 39.749015478554952 ], [ -109.92990798983982, 39.749588049908006 ], [ -109.92981850896683, 39.749713363539776 ], [ -109.92972895805792, 39.749843181404103 ], [ -109.92964489355315, 39.74999557454619 ], [ -109.92956103783096, 39.750134454694269 ], [ -109.9293941621364, 39.750358163093694 ], [ -109.9292158935958, 39.750563746332389 ], [ -109.92899996090628, 39.75094016986138 ], [ -109.92886142126076, 39.751218198317311 ], [ -109.92880722798736, 39.751325816971935 ], [ -109.92869856180732, 39.7515590714154 ], [ -109.92860544726209, 39.75191860788869 ], [ -109.92848940845275, 39.752250902932921 ], [ -109.92841949434661, 39.752619663288577 ], [ -109.92839919567528, 39.752799673830573 ], [ -109.92833588392635, 39.753118940622514 ], [ -109.92826208716494, 39.753361526421898 ], [ -109.92822503499018, 39.753492728765345 ], [ -109.92817328712665, 39.75374362700083 ], [ -109.92806171803187, 39.754239041876339 ], [ -109.92802948113423, 39.754436060840078 ], [ -109.92796637551933, 39.754741814392276 ], [ -109.92790791778191, 39.755124194922772 ], [ -109.92784669673314, 39.755308332217709 ], [ -109.92781402560669, 39.75553327773919 ], [ -109.92773896691062, 39.755856940465712 ], [ -109.92762179914362, 39.756261303084663 ], [ -109.92747898069483, 39.756814091722156 ], [ -109.92741419319869, 39.757227947976276 ], [ -109.92739242283096, 39.757502548431248 ], [ -109.92738483989145, 39.757615101974217 ], [ -109.92733277121792, 39.757961501498002 ], [ -109.92739455710979, 39.758493655962823 ], [ -109.92743142618876, 39.758750778506965 ], [ -109.92754136952381, 39.759188774048724 ], [ -109.9275684677751, 39.759323271769617 ], [ -109.92759476959775, 39.759509118478604 ], [ -109.9275980204887, 39.759675831424211 ], [ -109.92756664050748, 39.760193609931065 ], [ -109.92754759472214, 39.760292542683786 ], [ -109.92749082714742, 39.760490235589927 ], [ -109.92717100239277, 39.761239605008129 ], [ -109.92712742224566, 39.761414894889839 ], [ -109.92687918488879, 39.761989232392068 ], [ -109.92669196463368, 39.762392945837718 ], [ -109.926521831621, 39.762823846639648 ], [ -109.92625065798531, 39.763370940825872 ], [ -109.92607291969937, 39.763915294997467 ], [ -109.92602990880796, 39.764053649132663 ], [ -109.9259182726674, 39.764476080325302 ], [ -109.92581486421494, 39.765120230521852 ], [ -109.92577108195978, 39.765308131713752 ], [ -109.92572728545392, 39.765496933738042 ], [ -109.92560980828826, 39.76591931044684 ], [ -109.92552198922451, 39.766311328012996 ], [ -109.92511161142946, 39.767549989556414 ], [ -109.92494229597344, 39.76792683591276 ], [ -109.92489420005452, 39.768016489096858 ], [ -109.92473275138191, 39.768262764838354 ], [ -109.92428101832412, 39.768781151084468 ], [ -109.92415022269405, 39.768933106448515 ], [ -109.92359630616681, 39.7696397498759 ], [ -109.92304462442397, 39.770202253373284 ], [ -109.92275869056508, 39.770569004161793 ], [ -109.92256804288179, 39.770815005687879 ], [ -109.92237732358868, 39.771065511153402 ], [ -109.92198455790226, 39.771543891211934 ], [ -109.9217467859054, 39.77181648316661 ], [ -109.92132623316681, 39.772578413442218 ], [ -109.92123558108614, 39.772775787808563 ], [ -109.92110230961353, 39.773085389167001 ], [ -109.92097459284545, 39.773413061724028 ], [ -109.92086762128847, 39.773907609471173 ], [ -109.92081142728559, 39.774141343313225 ], [ -109.92089343014467, 39.774497995376755 ], [ -109.92118213410608, 39.775077310673971 ], [ -109.92139917463241, 39.775385663380249 ], [ -109.9216837360389, 39.775856820563973 ], [ -109.92194614594743, 39.776251187449652 ], [ -109.92207014415037, 39.776536149843913 ], [ -109.92222769320989, 39.776916027209381 ], [ -109.92229845272504, 39.777245544164693 ], [ -109.92237419338642, 39.777630067444903 ], [ -109.92235864115858, 39.777953376878571 ], [ -109.9223287129404, 39.778299978414587 ], [ -109.92226085858738, 39.778532703522131 ], [ -109.92224629369045, 39.779092080255637 ], [ -109.92220620762785, 39.779416062714468 ], [ -109.92223483976734, 39.779826276988963 ], [ -109.92234935367102, 39.780345407039341 ], [ -109.92248939879956, 39.780725121298246 ], [ -109.92258428751745, 39.781005307751499 ], [ -109.92268389100289, 39.781357616700312 ], [ -109.92286283921514, 39.781863829532597 ], [ -109.92296300709953, 39.782180104039668 ], [ -109.92308451778597, 39.782550635617113 ], [ -109.92325254199596, 39.783083775941257 ], [ -109.92343333519899, 39.783846785581659 ], [ -109.92362270792954, 39.784434182420512 ], [ -109.92367265486145, 39.784601327881958 ], [ -109.92372829989571, 39.78477753601463 ], [ -109.92404794425629, 39.785249012274782 ], [ -109.92450193045592, 39.785718128893272 ], [ -109.92492626824368, 39.78621670153538 ], [ -109.92533899136401, 39.786711561106898 ], [ -109.92607503158618, 39.787443667837444 ], [ -109.92641221957908, 39.787915299853296 ], [ -109.92701878551604, 39.788713776403078 ], [ -109.92731532556506, 39.789171515112585 ], [ -109.92760024078321, 39.789701224344903 ], [ -109.92802585597171, 39.790421439404071 ], [ -109.92828541993269, 39.791004971724171 ], [ -109.92858176829198, 39.791476220085379 ], [ -109.92885808878211, 39.792109459890135 ], [ -109.92904571261101, 39.792813959098424 ], [ -109.92921945529595, 39.793284074080411 ], [ -109.92942565039544, 39.793921170168986 ], [ -109.9294799204727, 39.794187461034333 ], [ -109.9295177212162, 39.794386026159799 ], [ -109.92959403556303, 39.794737212773789 ], [ -109.92973752961331, 39.795275522560154 ], [ -109.9297648402252, 39.795397407225522 ], [ -109.92979145275925, 39.795564334613957 ], [ -109.92971544788809, 39.795946551506802 ], [ -109.92955128104825, 39.796364895341931 ], [ -109.9294009838479, 39.796641912515881 ], [ -109.92904441024369, 39.797039559482222 ], [ -109.92854073102772, 39.797507925650045 ], [ -109.92792539756546, 39.798020307138103 ], [ -109.92738834665872, 39.798380241880835 ], [ -109.92681097432515, 39.798703761850213 ], [ -109.9266696376524, 39.798779038055564 ], [ -109.92633440840206, 39.798929103641342 ], [ -109.92561659895075, 39.799269337660235 ], [ -109.92488308781952, 39.799492293971198 ], [ -109.92424370601447, 39.79967106923408 ], [ -109.92397272754174, 39.799745140096917 ], [ -109.9237393320511, 39.799806044200821 ], [ -109.92342294477881, 39.799870682742416 ], [ -109.92315403192366, 39.799887107976154 ], [ -109.92285095332153, 39.799847354511037 ], [ -109.92237415227315, 39.799712284780057 ], [ -109.92187455792002, 39.79954096201164 ], [ -109.92159735850605, 39.799340169892247 ], [ -109.92152257126912, 39.799267396195205 ], [ -109.92112070732281, 39.798822178889324 ], [ -109.92076141413669, 39.798269238249887 ], [ -109.92056935445351, 39.797852999730679 ], [ -109.92024166216004, 39.797147184357776 ], [ -109.91993311471616, 39.796337933195929 ], [ -109.9199001229063, 39.796206983593791 ], [ -109.91974241424654, 39.795462204621138 ], [ -109.91960039355969, 39.794834699214348 ], [ -109.91949362096763, 39.794194007067048 ], [ -109.91945662457933, 39.793945892209322 ], [ -109.9194410812202, 39.793819609831438 ], [ -109.91935435411303, 39.793390835175892 ], [ -109.91924336828558, 39.792646490349611 ], [ -109.91934983134887, 39.791814072313699 ], [ -109.91948963270239, 39.791090082520974 ], [ -109.91957279529704, 39.790626850354499 ], [ -109.91971364853681, 39.789835296144595 ], [ -109.91980131692368, 39.789083790832841 ], [ -109.91980534157537, 39.788453139581392 ], [ -109.9198239226798, 39.788011830408351 ], [ -109.91973206572857, 39.787537958685171 ], [ -109.91963416016409, 39.787077545304577 ], [ -109.91944298255784, 39.786607253462883 ], [ -109.91926151073288, 39.786263189468372 ], [ -109.91900104054352, 39.786116605813646 ], [ -109.91871046309647, 39.786028305008351 ], [ -109.91836734144218, 39.785939513714986 ], [ -109.91741731777894, 39.785827041304493 ], [ -109.91694012963931, 39.785723480203828 ], [ -109.91616497772083, 39.785630649265165 ], [ -109.91542471628073, 39.785547149105192 ], [ -109.91459182284082, 39.785413223687968 ], [ -109.91402052156353, 39.785353819461328 ], [ -109.9131399350502, 39.785282506169551 ], [ -109.91246255473021, 39.785285169553923 ], [ -109.91197783708563, 39.785289635589415 ], [ -109.91157471312735, 39.785303874791047 ], [ -109.91106621625528, 39.785335143490016 ], [ -109.91067483948281, 39.785344984878932 ], [ -109.91035464453492, 39.785284315654309 ], [ -109.90997566957479, 39.785248320962786 ], [ -109.90932911704921, 39.785147642484823 ], [ -109.90903179345139, 39.785117818032752 ], [ -109.90863436602399, 39.785141110413093 ], [ -109.90818838120589, 39.785281072461871 ], [ -109.90764834125433, 39.785460691698532 ], [ -109.90681894336589, 39.785844809043191 ], [ -109.90611362509382, 39.786136387850711 ], [ -109.90560719009585, 39.786405511654962 ], [ -109.90489533711032, 39.786740268553672 ], [ -109.9041195836748, 39.787053694958921 ], [ -109.90361412104707, 39.787260651300862 ], [ -109.90319673257888, 39.787436903523073 ], [ -109.90299088522676, 39.787529560895344 ], [ -109.90272629510434, 39.787644187013804 ], [ -109.90179873607249, 39.787955261192657 ], [ -109.9010412735078, 39.788218384893149 ], [ -109.9008535816606, 39.788270666150751 ], [ -109.90055445616754, 39.788353425739096 ], [ -109.89973917352988, 39.788579953716173 ], [ -109.8992358407215, 39.788651763605522 ], [ -109.89853947636149, 39.788744263729122 ], [ -109.8979071903476, 39.788846378105262 ], [ -109.89720000845249, 39.788884708469425 ], [ -109.896231459432, 39.788834955301979 ], [ -109.89600966727274, 39.788828340454891 ], [ -109.89556024458311, 39.788815053919905 ], [ -109.8949598132283, 39.788750773630916 ], [ -109.89403763002103, 39.788723067276777 ], [ -109.89316933704184, 39.788612076274987 ], [ -109.8922332392228, 39.788359878240641 ], [ -109.89153558544255, 39.788168514532259 ], [ -109.89077356800432, 39.787985541218198 ], [ -109.89044762801761, 39.787919356282295 ], [ -109.89011476445897, 39.787920677888422 ], [ -109.88989217040354, 39.787891519129666 ], [ -109.88918452610071, 39.787668511354902 ], [ -109.88876901566732, 39.787362703907924 ], [ -109.88801209125769, 39.786864417433975 ], [ -109.88763731403239, 39.786568006093738 ], [ -109.88729648132575, 39.786339492726057 ], [ -109.88681303936504, 39.785974462998396 ], [ -109.88636573829589, 39.785758440218281 ], [ -109.88539428895795, 39.785167979437169 ], [ -109.88485022517031, 39.784869932918781 ], [ -109.88430485650373, 39.784652959737151 ], [ -109.88323317324489, 39.784124585911421 ], [ -109.88239167810923, 39.783877724008093 ], [ -109.88141394317462, 39.783607018239863 ], [ -109.88054764936709, 39.783377923593434 ], [ -109.87995450667324, 39.783228042816745 ], [ -109.87950578253279, 39.783174156770151 ], [ -109.87885922463411, 39.783077813565221 ], [ -109.87798870287378, 39.783109943911526 ], [ -109.87714575970034, 39.783241442643416 ], [ -109.8766938882325, 39.783381226472315 ], [ -109.87627748288149, 39.783494322515701 ], [ -109.8759471076654, 39.783702853568549 ], [ -109.87576932680219, 39.783863308116743 ], [ -109.87552688623562, 39.784050165292228 ], [ -109.87529101588346, 39.784192036525894 ], [ -109.87517293364493, 39.784271980355342 ], [ -109.8750722187492, 39.784361102248155 ], [ -109.87488866940019, 39.78451699458131 ], [ -109.8746093606168, 39.784816115069937 ], [ -109.87451929298074, 39.78496840846406 ], [ -109.87434003738512, 39.785218944645891 ], [ -109.874262305716, 39.785330813307631 ], [ -109.87416617816167, 39.785496562346538 ], [ -109.87401012592467, 39.785756332923732 ], [ -109.8739604827756, 39.785936047555296 ], [ -109.87389549091202, 39.78634085863721 ], [ -109.87391436429452, 39.786615841205716 ], [ -109.87393331123957, 39.786886319565028 ], [ -109.87397065457736, 39.787102917533616 ], [ -109.87399507301855, 39.787395973496245 ], [ -109.87399914164929, 39.787576209283976 ], [ -109.87400539148605, 39.787837554565932 ], [ -109.874065942313, 39.788063387483604 ], [ -109.87417047713652, 39.788528407189375 ], [ -109.87425394950263, 39.788709413309732 ], [ -109.87434916573677, 39.788958106892267 ], [ -109.87439066133835, 39.789278357790842 ], [ -109.87443983114105, 39.78948606044321 ], [ -109.87450155924454, 39.789639826004908 ], [ -109.87458700890595, 39.789771297073401 ], [ -109.87475886984942, 39.789903606067519 ], [ -109.8749335805542, 39.790004408095513 ], [ -109.87504333973794, 39.79007755074575 ], [ -109.87522213528399, 39.79021443118981 ], [ -109.87564873712087, 39.790912321102581 ], [ -109.8757225864824, 39.791039174013306 ], [ -109.87587072594499, 39.791265854526834 ], [ -109.87611096627138, 39.79157451524469 ], [ -109.87632311440605, 39.791815329842365 ], [ -109.87639755226681, 39.791906148772654 ], [ -109.87670690994501, 39.792274041272499 ], [ -109.87691219785421, 39.792577857037038 ], [ -109.87721711394289, 39.792860111984034 ], [ -109.87779316473505, 39.793347709384896 ], [ -109.87817961287556, 39.793644265008353 ], [ -109.87830076639814, 39.793735534349459 ], [ -109.8785089919033, 39.79385917949692 ], [ -109.87878115384281, 39.794001461716569 ], [ -109.87913381915104, 39.794221104348523 ], [ -109.87959684246952, 39.794477850799645 ], [ -109.88037371437974, 39.794827722302877 ], [ -109.88075135144686, 39.794948493095553 ], [ -109.88103111331365, 39.794982725661242 ], [ -109.88152925613058, 39.795235298186789 ], [ -109.88197660149029, 39.795379261438136 ], [ -109.88249467369666, 39.795483360022502 ], [ -109.88277407426838, 39.795540109435393 ], [ -109.88293713102742, 39.795568708748995 ], [ -109.88343177702137, 39.795677082530624 ], [ -109.8842298391649, 39.795801886977692 ], [ -109.88469565724493, 39.795887453645392 ], [ -109.88512615091983, 39.795990698661114 ], [ -109.88539373217907, 39.796056338021799 ], [ -109.88645151239263, 39.79637282776995 ], [ -109.88757229969565, 39.796766495357865 ], [ -109.88868350961235, 39.797030319163525 ], [ -109.88928739615758, 39.797246930987718 ], [ -109.88987353704378, 39.797477785591234 ], [ -109.8905520244877, 39.79777709383248 ], [ -109.89096270590161, 39.798024284749225 ], [ -109.89106103341446, 39.798083788293638 ], [ -109.89156399060118, 39.798403937426109 ], [ -109.89201513237653, 39.798750619027402 ], [ -109.89290750858522, 39.799479921665878 ], [ -109.89317122386274, 39.799860849521409 ], [ -109.89347434902449, 39.80018809376589 ], [ -109.89373465728674, 39.80107353698822 ], [ -109.89371352937302, 39.801298580690464 ], [ -109.89367329436546, 39.801622550053615 ], [ -109.89358165735933, 39.801873950798978 ], [ -109.89334957924328, 39.80214203165302 ], [ -109.89315996594638, 39.802311409280222 ], [ -109.89297084292453, 39.802450157934487 ], [ -109.89261693613449, 39.802666619938378 ], [ -109.89222703469142, 39.802942201887205 ], [ -109.89180274254026, 39.803176909924069 ], [ -109.89133778627982, 39.803397713138231 ], [ -109.89085011938938, 39.803577753266268 ], [ -109.89021034048902, 39.803773455102288 ], [ -109.88982921884505, 39.803865312940047 ], [ -109.88922758387494, 39.803940642978624 ], [ -109.88868171965824, 39.804034523681842 ], [ -109.88807876901375, 39.804118844944369 ], [ -109.88748216497289, 39.804171689627061 ], [ -109.88673154548948, 39.804358200523922 ], [ -109.88596340253329, 39.80454453828763 ], [ -109.88549388810748, 39.804684185976868 ], [ -109.88496502726773, 39.804881825106534 ], [ -109.88457632059773, 39.805080809277591 ], [ -109.8842101703255, 39.805329562921045 ], [ -109.88406811923741, 39.805445324084239 ], [ -109.88386095447559, 39.805614517469202 ], [ -109.88347684177577, 39.805890125335019 ], [ -109.8832584315811, 39.806032180024104 ], [ -109.88316236834336, 39.806193431639613 ], [ -109.8908379021362, 39.806155339896343 ], [ -109.89469858300696, 39.806164252203487 ], [ -109.89887518847114, 39.806140896469302 ], [ -109.89900950846693, 39.806142171142504 ], [ -109.90253160437902, 39.806139500494183 ], [ -109.90956390919237, 39.80614724133445 ], [ -109.9142253848263, 39.806118878946847 ], [ -109.91703458134339, 39.806136123777804 ], [ -109.91808557600619, 39.806159443563963 ], [ -109.92079590497789, 39.806149546888996 ], [ -109.92588949395612, 39.806128338112437 ], [ -109.93232649387276, 39.806106661774493 ], [ -109.93760152106614, 39.806137063115074 ], [ -109.95112194572786, 39.806142947875472 ], [ -109.95756893773653, 39.80615600033898 ], [ -109.96091153451398, 39.806127419543827 ], [ -109.96990708040298, 39.806090503383189 ], [ -109.9721209604587, 39.806078602758888 ], [ -109.9726291862179, 39.80607409415979 ], [ -109.97696874372868, 39.806089913367181 ], [ -109.97697115875769, 39.810261490470161 ], [ -109.97698898532703, 39.819303011864136 ], [ -109.97701888949408, 39.82831669568202 ], [ -109.97705121377381, 39.835196867229541 ], [ -109.97710218027575, 39.846333417923695 ], [ -109.97707494504652, 39.849743379368157 ], [ -109.97708366413917, 39.853487017482038 ], [ -109.97709099137947, 39.855355708412873 ], [ -109.97702961703033, 39.864212664124189 ], [ -109.97704523928017, 39.873393735485244 ], [ -109.97701617152531, 39.874956669029039 ], [ -109.97703621924872, 39.878722915603127 ], [ -109.97703992983843, 39.882407928152297 ], [ -109.97707233137231, 39.893210867871417 ], [ -109.97704670855734, 39.900440930978306 ], [ -109.97704338716207, 39.907743259569578 ], [ -109.97702955670144, 39.909459483177073 ], [ -109.97703597489344, 39.918464715179447 ], [ -109.97702660144702, 39.922239684449181 ], [ -109.97701930306216, 39.92744720572621 ], [ -109.97705164100562, 39.936673375637781 ], [ -109.97705555812706, 39.945448798912501 ], [ -109.97705983828907, 39.948304889568007 ], [ -109.97706384786636, 39.951178995718656 ], [ -109.97703910515382, 39.954489813301656 ], [ -109.97706007416512, 39.965652905932558 ], [ -109.97706174475937, 39.972531748007015 ], [ -109.97707616969963, 39.980203537837198 ], [ -109.97706597842704, 39.994627768453441 ], [ -109.97712103182147, 39.999966415403208 ], [ -109.9775465304302, 40.0091373809922 ], [ -109.97754075087668, 40.023656180903174 ], [ -109.97751085836705, 40.038215275396944 ], [ -109.97752359821925, 40.0526620921881 ], [ -109.97749894926658, 40.067252695183647 ], [ -109.97749347207655, 40.081654233716051 ], [ -109.97749903476708, 40.085280576195501 ], [ -109.97752101285607, 40.088123242110456 ], [ -109.9775022061288, 40.096042348817647 ], [ -109.97749843068648, 40.096294578837018 ], [ -109.97752698121703, 40.107709736309943 ], [ -109.97753881886348, 40.113187546164887 ], [ -109.97753637763979, 40.11530923314286 ], [ -109.97753341726938, 40.116290328020369 ], [ -109.97755960422306, 40.120417752469677 ], [ -109.97751464861889, 40.124985103741317 ], [ -109.9775445649271, 40.12768817582306 ], [ -109.97754294514156, 40.127796273813196 ], [ -109.9774846782126, 40.142255760676811 ], [ -109.97746707436545, 40.1567380947671 ], [ -109.97745816616255, 40.171418674869443 ], [ -109.97745419963572, 40.200234789431931 ], [ -109.97745463546235, 40.200518584589346 ], [ -109.97747959056503, 40.214965116136099 ], [ -109.97749186729868, 40.215321089003545 ], [ -109.97748468798524, 40.229087105898337 ], [ -109.97748539937605, 40.229821362302161 ], [ -109.97746819257965, 40.244249431965201 ], [ -109.97747013927582, 40.244510715425086 ], [ -109.97747754080456, 40.247925259499276 ], [ -109.97747034611989, 40.249965773934065 ], [ -109.97749728656522, 40.251691268347486 ], [ -109.97753993071383, 40.258232299209212 ], [ -109.97754081519282, 40.25864222380973 ], [ -109.97754321294678, 40.258795400711428 ], [ -109.97759450380302, 40.260075154440862 ], [ -109.97751613319508, 40.272777360655205 ], [ -109.97750344818333, 40.280178251161814 ], [ -109.9774881864351, 40.287826860374693 ], [ -109.9775061518794, 40.296782073379973 ], [ -109.97750413686545, 40.298476667435537 ], [ -109.9775066260363, 40.299092010903195 ], [ -109.97750796739849, 40.299471305798441 ], [ -109.97751022877141, 40.299633489548192 ], [ -109.977511349643, 40.301120000406023 ], [ -109.97752091627144, 40.301656126122417 ], [ -109.97753177323666, 40.302106676801898 ], [ -109.97753616187934, 40.302205815624603 ], [ -109.97753589024325, 40.302223831411567 ], [ -109.97746384639684, 40.302709685682771 ], [ -109.97748348020392, 40.303358513896029 ], [ -109.9775147182245, 40.304408349147558 ], [ -109.97751648414963, 40.309363362512485 ], [ -109.97752013485778, 40.323944577903916 ], [ -109.97752394145385, 40.331102306239742 ], [ -109.97752203803167, 40.33122841611501 ], [ -109.97754164313815, 40.344746653633607 ], [ -109.97754427166812, 40.345742174555369 ], [ -109.97754464071261, 40.350317861413671 ], [ -109.97754912664838, 40.360233221487803 ], [ -109.97755246843099, 40.374742237749395 ], [ -109.97754886005859, 40.374980943920718 ], [ -109.97751227498647, 40.38916524854519 ], [ -109.97745303927999, 40.429286003202577 ], [ -109.9774460388211, 40.432939049756939 ], [ -109.97745183395445, 40.436758871726653 ], [ -109.97745476005286, 40.441623696378599 ], [ -109.97746609975206, 40.461880235486404 ], [ -109.97750731383083, 40.476272224218064 ], [ -109.97752450337408, 40.489911730048263 ], [ -109.97752467987371, 40.490677480398197 ], [ -109.97757267005977, 40.499953367217586 ], [ -109.97748868075865, 40.505095742700668 ], [ -109.9774811515976, 40.519577283302297 ], [ -109.97746552861277, 40.534198352521862 ], [ -109.97750354683505, 40.563143709120162 ], [ -109.97751277678357, 40.569134572599246 ], [ -109.97751842019892, 40.577688367435798 ], [ -109.97750938286559, 40.59224719237406 ], [ -109.97751796245672, 40.606808840214221 ], [ -109.97753320093092, 40.621317360558308 ], [ -109.97753424357923, 40.62241191590423 ], [ -109.9775426684055, 40.624960525484568 ], [ -109.97753463305115, 40.63595184351199 ], [ -109.97752506682463, 40.650527637367773 ], [ -109.97749541855839, 40.66486449118829 ], [ -109.97751748950591, 40.67929635794556 ], [ -109.97750542900955, 40.689376779761595 ], [ -109.97749939031802, 40.69402961866475 ], [ -109.97750430061174, 40.70686676167437 ], [ -109.9774654922622, 40.713659709648347 ], [ -109.97747457894612, 40.72118996615626 ], [ -109.97749049100712, 40.735621641618785 ], [ -109.97752096036646, 40.749949814244488 ], [ -109.97747674432232, 40.772470419384696 ], [ -109.97740114010119, 40.809844506478377 ], [ -109.97718920758156, 40.809825511979788 ], [ -109.97689249020922, 40.809768831117985 ], [ -109.9765436829296, 40.809707183251845 ], [ -109.9758043028348, 40.809601530244969 ], [ -109.9751106103715, 40.809608882432343 ], [ -109.97450596479609, 40.809608013668196 ], [ -109.97379317225158, 40.809700767230716 ], [ -109.97355511161635, 40.809761707729052 ], [ -109.97291184573879, 40.809958670102553 ], [ -109.97203643978634, 40.810216618960979 ], [ -109.9714168047544, 40.810418287666565 ], [ -109.97082687212158, 40.810615713832533 ], [ -109.97063057516888, 40.810659004176237 ], [ -109.97038685950868, 40.810701871008312 ], [ -109.97004879408716, 40.810712365943651 ], [ -109.96974196741375, 40.810619543169395 ], [ -109.96945417779123, 40.810445814744575 ], [ -109.9693559925297, 40.810278283724323 ], [ -109.96930104085548, 40.809998534851488 ], [ -109.96910786536431, 40.809457210421293 ], [ -109.96895258569796, 40.809148639027342 ], [ -109.96878983241429, 40.808939992995647 ], [ -109.96855009721119, 40.808726154353472 ], [ -109.96817933985929, 40.808475110195623 ], [ -109.96799825035683, 40.808378903086762 ], [ -109.9675689928787, 40.808154358633779 ], [ -109.9673116927236, 40.807926847738777 ], [ -109.96720542641309, 40.80782230077822 ], [ -109.96697358103454, 40.807558983693596 ], [ -109.9667476666783, 40.807219148496635 ], [ -109.966452238275, 40.806775094394155 ], [ -109.96606686156818, 40.806397795899677 ], [ -109.96561636344148, 40.806015408109772 ], [ -109.96507055115744, 40.80566369273447 ], [ -109.96454217508661, 40.805334652078876 ], [ -109.9641386869941, 40.804979705378429 ], [ -109.9639928286402, 40.804829758323017 ], [ -109.96371331767091, 40.804507452468343 ], [ -109.96359800578921, 40.804299225143936 ], [ -109.96346806777132, 40.803888178916246 ], [ -109.96341034256736, 40.803788568680353 ], [ -109.96325863184471, 40.803634063933984 ], [ -109.96291846083957, 40.80340129430023 ], [ -109.96261830588308, 40.803263470924293 ], [ -109.96207084802343, 40.803019826462439 ], [ -109.9612818787741, 40.802679417867317 ], [ -109.96050484102325, 40.802334607216999 ], [ -109.95992783636567, 40.802086182216101 ], [ -109.95956222071138, 40.801965777424144 ], [ -109.95923634376082, 40.801881763271609 ], [ -109.9588583848851, 40.801792774059493 ], [ -109.95798413989161, 40.801676781609871 ], [ -109.95684787764409, 40.801562917995305 ], [ -109.95620224542597, 40.801534557935021 ], [ -109.95586415462041, 40.801549515383826 ], [ -109.95537754895992, 40.801585648079161 ], [ -109.95519940179732, 40.801606555787735 ], [ -109.95506880756692, 40.801618885582073 ], [ -109.95491450740624, 40.801631000498141 ], [ -109.95476613366577, 40.801643168897961 ], [ -109.95466058776502, 40.801570146036383 ], [ -109.95456069555632, 40.801136841175314 ], [ -109.95450531820596, 40.800888610334653 ], [ -109.95430552792129, 40.800400349944645 ], [ -109.95405084826611, 40.800010683217693 ], [ -109.95367228525116, 40.799583859175662 ], [ -109.95329146310104, 40.799301146675539 ], [ -109.95303288723431, 40.799160072252533 ], [ -109.9526448839153, 40.798957466595922 ], [ -109.95175484140472, 40.798643100338154 ], [ -109.95110643339635, 40.798416503333158 ], [ -109.95087658883769, 40.798333338594993 ], [ -109.95038141547954, 40.798162180774781 ], [ -109.94992052400764, 40.798072407828883 ], [ -109.94944707148773, 40.798027560326773 ], [ -109.94877177579362, 40.798003392839128 ], [ -109.94827433577032, 40.797976338629141 ], [ -109.94776504393595, 40.79794917418716 ], [ -109.94723697801969, 40.797984894505653 ], [ -109.94677409906924, 40.798021207488077 ], [ -109.94562307522189, 40.798096273650465 ], [ -109.94478035115966, 40.798165140073941 ], [ -109.94446555214031, 40.798207302173758 ], [ -109.94417384300938, 40.798213641399876 ], [ -109.94403916936736, 40.798184483085308 ], [ -109.94390385310891, 40.798121087082976 ], [ -109.94382218639768, 40.798038363729205 ], [ -109.94372992413416, 40.797876270021838 ], [ -109.94362825191469, 40.797560047652482 ], [ -109.94334151735511, 40.796953863912755 ], [ -109.9429754641491, 40.796491086061373 ], [ -109.94257478932971, 40.795969435576964 ], [ -109.9421724049504, 40.795555867982891 ], [ -109.9419150259515, 40.795341812153133 ], [ -109.94169821419786, 40.795185781180869 ], [ -109.9415985329852, 40.795118205158055 ], [ -109.941422388112, 40.795013894203059 ], [ -109.94092749342819, 40.794828285082509 ], [ -109.94067932407691, 40.794780965176216 ], [ -109.94018235617996, 40.794725954646061 ], [ -109.93927698049842, 40.794637460536741 ], [ -109.93885588879169, 40.794656109321281 ], [ -109.93868960720857, 40.794677100725558 ], [ -109.93845164172434, 40.7947334657037 ], [ -109.93796392967907, 40.794841581574168 ], [ -109.93707081638895, 40.795099102917227 ], [ -109.93543979398581, 40.795543490260066 ], [ -109.9341418269, 40.795914360900149 ], [ -109.93370136289549, 40.796031903471302 ], [ -109.93340207897153, 40.796141741241648 ], [ -109.93317013361479, 40.796265713382375 ], [ -109.93290115795112, 40.796407359224922 ], [ -109.93247738427723, 40.796592613904174 ], [ -109.93234621898269, 40.796640946019579 ], [ -109.9321677177639, 40.79668433573039 ], [ -109.93204377727049, 40.796651659435568 ], [ -109.93176286767374, 40.796428354949789 ], [ -109.93164678889488, 40.796275039449355 ], [ -109.9313912614478, 40.795947472494433 ], [ -109.93104141348762, 40.795588402823611 ], [ -109.93064423470405, 40.795224389252283 ], [ -109.93025810219505, 40.794910923356966 ], [ -109.92978427248789, 40.7945227744544 ], [ -109.92918093558367, 40.794080272586648 ], [ -109.92860738005264, 40.793629035777265 ], [ -109.92791098712563, 40.793077563158832 ], [ -109.92713902278682, 40.792435300343406 ], [ -109.92642486330557, 40.791884554350645 ], [ -109.92617985052104, 40.791642652724171 ], [ -109.92601084055829, 40.791465417203675 ], [ -109.92564859870453, 40.791143149867473 ], [ -109.92539123222917, 40.79093266068304 ], [ -109.92505133244754, 40.790695277862845 ], [ -109.92461084828609, 40.790447948267413 ], [ -109.92414702930346, 40.790177878579733 ], [ -109.92370026295667, 40.789953007760388 ], [ -109.92341232025851, 40.789801683920466 ], [ -109.92310594796402, 40.789690724848711 ], [ -109.92284019524271, 40.789633293343762 ], [ -109.92240257909515, 40.789576057907588 ], [ -109.92226051665676, 40.789565722699258 ], [ -109.92170851335018, 40.789619119434413 ], [ -109.92155394444988, 40.789649203969006 ], [ -109.92126272806046, 40.78970053163868 ], [ -109.92094657036304, 40.789828196135488 ], [ -109.92071980246038, 40.789925166795058 ], [ -109.92038484526753, 40.790115712200574 ], [ -109.91980417131464, 40.790475114739934 ], [ -109.91933168255292, 40.790740940189806 ], [ -109.91921207841648, 40.790807382364427 ], [ -109.91884294783654, 40.790912024000654 ], [ -109.91852532794948, 40.790836980710623 ], [ -109.91834191596548, 40.790745178131651 ], [ -109.91801425906326, 40.790485368602887 ], [ -109.91767160759814, 40.790054259228945 ], [ -109.91726253818422, 40.789699096374207 ], [ -109.91678171074118, 40.789383795891055 ], [ -109.91656459727989, 40.789251136598395 ], [ -109.91644740918358, 40.78916896116344 ], [ -109.91622362612486, 40.78900921360291 ], [ -109.91602628148502, 40.788827193165744 ], [ -109.91593916052608, 40.788718274689586 ], [ -109.91584084864346, 40.788568713505164 ], [ -109.91575563301606, 40.788342704487519 ], [ -109.91583061795032, 40.788104688319464 ], [ -109.91595278398142, 40.787880627879872 ], [ -109.91602412609673, 40.787575014845615 ], [ -109.91608936931885, 40.787134219461258 ], [ -109.91612009976123, 40.786702108137305 ], [ -109.91607197357689, 40.786381860183376 ], [ -109.91606063746102, 40.786277257011292 ], [ -109.91601017389443, 40.785809250359655 ], [ -109.91593673771368, 40.785587856212359 ], [ -109.91580120390829, 40.785176703476651 ], [ -109.91553986628568, 40.784485109794424 ], [ -109.91525674379828, 40.784040139106551 ], [ -109.91497440199795, 40.783547430852956 ], [ -109.91457928890279, 40.783066272772352 ], [ -109.91420626662418, 40.782684412928845 ], [ -109.91391384631001, 40.782447444009357 ], [ -109.91369149672093, 40.782274192433903 ], [ -109.913391980971, 40.7821092221022 ], [ -109.91312069495514, 40.78203009613437 ], [ -109.91261381959501, 40.781863170358164 ], [ -109.91234238859599, 40.78179304953612 ], [ -109.91217693998186, 40.781764464828051 ], [ -109.91175739447354, 40.781692946150002 ], [ -109.91156232331359, 40.781664081176203 ], [ -109.91076375159194, 40.781579974544833 ], [ -109.91028422681501, 40.781552925990994 ], [ -109.90979789416782, 40.781579861154199 ], [ -109.90956654008926, 40.781595691681694 ], [ -109.90896060934654, 40.781689055540639 ], [ -109.90827077364403, 40.781840176558667 ], [ -109.90770741817406, 40.781866374111196 ], [ -109.907571092818, 40.781868686841577 ], [ -109.90729728668842, 40.781871499209601 ], [ -109.90671060143939, 40.781874950112766 ], [ -109.90556226221936, 40.781873072057103 ], [ -109.90392121738003, 40.78185299074925 ], [ -109.90239874037601, 40.7818295098702 ], [ -109.90090484850073, 40.78186933953031 ], [ -109.89978450302428, 40.781894695607967 ], [ -109.89875228219225, 40.78196592357417 ], [ -109.89765014886484, 40.782036474393941 ], [ -109.89725230560573, 40.782086722829845 ], [ -109.89700228658585, 40.782084333091227 ], [ -109.89678382084719, 40.782037202841785 ], [ -109.89656654801755, 40.781918016929595 ], [ -109.89647384153871, 40.781791013680625 ], [ -109.89632666092447, 40.781375222667648 ], [ -109.89628682922171, 40.781275750002052 ], [ -109.89594291578496, 40.780574313950751 ], [ -109.89563358624484, 40.779931762002526 ], [ -109.89512462505574, 40.779179197757173 ], [ -109.89473859231275, 40.778517892143135 ], [ -109.89445178581217, 40.777947619313785 ], [ -109.89416408787835, 40.777431387217888 ], [ -109.89402025085937, 40.777101204297779 ], [ -109.89396060239817, 40.77683939073917 ], [ -109.89393337209268, 40.776694996300684 ], [ -109.89389322522729, 40.776257707006252 ], [ -109.89394524932897, 40.7759789471624 ], [ -109.89402957185403, 40.775610413452654 ], [ -109.8940356965078, 40.775241130179118 ], [ -109.89405543086957, 40.774980077425255 ], [ -109.89407200991582, 40.774409107442374 ], [ -109.89404036500534, 40.774173686400353 ], [ -109.89402016476818, 40.773962697562609 ], [ -109.89398725049526, 40.773803835241914 ], [ -109.89394142800828, 40.773708808416785 ], [ -109.89382661090185, 40.773487003370178 ], [ -109.89352965017663, 40.77317336833481 ], [ -109.8932367475736, 40.772972375755415 ], [ -109.89291325593788, 40.772829643193255 ], [ -109.892523120253, 40.77270428680459 ], [ -109.89201605721719, 40.772627352306344 ], [ -109.89138836218463, 40.772607810907665 ], [ -109.89036137758121, 40.772728560545076 ], [ -109.88913455608142, 40.77275278975717 ], [ -109.88854601580414, 40.772872338302165 ], [ -109.88789183109961, 40.773020077876446 ], [ -109.88705723871449, 40.773327323124789 ], [ -109.88572742274451, 40.773841477143698 ], [ -109.88462894066781, 40.774267768686336 ], [ -109.88386111827499, 40.774548611023391 ], [ -109.88345489827158, 40.774747368587171 ], [ -109.88311953709244, 40.774960323096813 ], [ -109.88289608633222, 40.774859068328645 ], [ -109.88283228089659, 40.774777375564689 ], [ -109.88265241153344, 40.774550425545193 ], [ -109.88218816021542, 40.773969395523103 ], [ -109.88119157372209, 40.772982332279049 ], [ -109.8803451766499, 40.772226430441151 ], [ -109.87955516013514, 40.77164222829596 ], [ -109.87943212531488, 40.771559958496731 ], [ -109.87916274046593, 40.771372671185361 ], [ -109.87883434808717, 40.771171297415627 ], [ -109.87849350467955, 40.771005835059462 ], [ -109.8783597612243, 40.770855897481717 ], [ -109.87832056830968, 40.77072039139464 ], [ -109.87825380281049, 40.770463004649628 ], [ -109.87804173806656, 40.769686225532837 ], [ -109.87765979359725, 40.768795189467639 ], [ -109.87743378333884, 40.768495715658062 ], [ -109.87735259946545, 40.768391329896389 ], [ -109.87696992220869, 40.767896651450805 ], [ -109.87667223177432, 40.767632511872129 ], [ -109.87626883521871, 40.76731329210012 ], [ -109.8760516473095, 40.767194068365789 ], [ -109.87587516395065, 40.767120282488037 ], [ -109.87560413684967, 40.767032062621311 ], [ -109.87545157513094, 40.766944996670347 ], [ -109.8753047092395, 40.766871498550977 ], [ -109.87508760046262, 40.766747769602162 ], [ -109.87495858099099, 40.766669940844743 ], [ -109.87478278395697, 40.766555622435085 ], [ -109.87433611690328, 40.766344074103003 ], [ -109.87354781082824, 40.766016585201768 ], [ -109.87333594670112, 40.76593344171242 ], [ -109.87310092313564, 40.765818542458469 ], [ -109.87285565214137, 40.76560895499928 ], [ -109.8727685558177, 40.765504508245705 ], [ -109.87255806436022, 40.765340301622537 ], [ -109.8724054344047, 40.765257735151643 ], [ -109.87227604031094, 40.765202420600353 ], [ -109.87184647409948, 40.76503156731961 ], [ -109.8712101371659, 40.764827160774132 ], [ -109.87089835055858, 40.764697993593117 ], [ -109.87055809381494, 40.76450098431836 ], [ -109.87030714148671, 40.764277823310962 ], [ -109.86997426102442, 40.763995305229088 ], [ -109.8697081093643, 40.763970177707044 ], [ -109.8693884223585, 40.76395803757616 ], [ -109.8689376669691, 40.763989653674727 ], [ -109.86786461845004, 40.764037685233788 ], [ -109.86731317159904, 40.764068307051474 ], [ -109.8669571055826, 40.764105348989219 ], [ -109.86648766111986, 40.764190822070503 ], [ -109.86591637650328, 40.764342854991348 ], [ -109.86518478544282, 40.764515829547136 ], [ -109.86467811179071, 40.764700020893535 ], [ -109.86374267625786, 40.765015114015156 ], [ -109.86301599766568, 40.765246677347427 ], [ -109.86272961798291, 40.76536546787996 ], [ -109.86243169832994, 40.765466127250463 ], [ -109.86231262238812, 40.765500986683385 ], [ -109.86219962303221, 40.765526897567987 ], [ -109.86205093145223, 40.765561464710125 ], [ -109.86168916235721, 40.765584921588598 ], [ -109.86149977740247, 40.765574044883202 ], [ -109.86132254617085, 40.765545271116636 ], [ -109.86080877645686, 40.765450116796018 ], [ -109.85995308703025, 40.765256995075532 ], [ -109.85904558810955, 40.765045338082949 ], [ -109.8586140257293, 40.764923961778166 ], [ -109.85834233760136, 40.764876232425394 ], [ -109.85799926538454, 40.764845812679432 ], [ -109.85734765717348, 40.764843866329272 ], [ -109.85679143462507, 40.76480682796771 ], [ -109.85666712871441, 40.764801092228737 ], [ -109.85651920801058, 40.764790618180335 ], [ -109.85624076512981, 40.764791461981844 ], [ -109.85606876639561, 40.764803269545553 ], [ -109.8558373676404, 40.764824397072125 ], [ -109.85565352275366, 40.764836086557345 ], [ -109.85535629069352, 40.764896196928667 ], [ -109.85511852012958, 40.764943383988303 ], [ -109.85434939983713, 40.765160959025465 ], [ -109.85327270993425, 40.765488077042704 ], [ -109.85144932193261, 40.766105030269628 ], [ -109.85035910649766, 40.766459011314758 ], [ -109.84940493775497, 40.766755784451917 ], [ -109.84860719193942, 40.766982043899063 ], [ -109.84790048463827, 40.767150652628331 ], [ -109.84688863718266, 40.767424308124646 ], [ -109.84576618829162, 40.767584244310129 ], [ -109.8441814874669, 40.767753052831161 ], [ -109.84381309131217, 40.767816023844013 ], [ -109.8435578296326, 40.767845895905005 ], [ -109.8431187283189, 40.767886536085037 ], [ -109.84290580382972, 40.76786638451329 ], [ -109.84226640586476, 40.767841954490024 ], [ -109.84165031037769, 40.767840275666956 ], [ -109.84030432540874, 40.767907831183585 ], [ -109.84016207354688, 40.767911806446413 ], [ -109.83918373504754, 40.767959621980346 ], [ -109.8382403700886, 40.768040211304402 ], [ -109.8374334734529, 40.768108655414991 ], [ -109.83669694755409, 40.768218340793972 ], [ -109.83650085134813, 40.768252397005156 ], [ -109.83636414479017, 40.76827804347419 ], [ -109.83607919915926, 40.768311202950429 ], [ -109.83579433186505, 40.768339858349698 ], [ -109.83517199489907, 40.768356098587155 ], [ -109.83485126810399, 40.768334843879543 ], [ -109.83471637485596, 40.768324473406309 ], [ -109.8345683717736, 40.768318474530879 ], [ -109.83434297271424, 40.768334214462563 ], [ -109.83413432006708, 40.768408677257618 ], [ -109.83406166632021, 40.768498026404529 ], [ -109.83402337127193, 40.768655285113461 ], [ -109.83402622432635, 40.768830976242093 ], [ -109.83400522661167, 40.769015434684299 ], [ -109.83399141176214, 40.769127899119596 ], [ -109.83396488413145, 40.769289780859793 ], [ -109.83383926612802, 40.769968639689615 ], [ -109.83380192162181, 40.770206982775441 ], [ -109.83375116190761, 40.770670398256684 ], [ -109.83367244105371, 40.77110650609832 ], [ -109.83365309538354, 40.771196393748077 ], [ -109.83353497229594, 40.771852806969619 ], [ -109.83319201334281, 40.773169057934723 ], [ -109.83305184163743, 40.773730660150378 ], [ -109.83293827873452, 40.774125877451596 ], [ -109.83280647004453, 40.774547934988895 ], [ -109.83270680148914, 40.774826184473447 ], [ -109.83259123683352, 40.774997074107375 ], [ -109.83234941117991, 40.775340546428964 ], [ -109.83204706275255, 40.775621248263548 ], [ -109.83187937875101, 40.775723146415061 ], [ -109.83169431695386, 40.775802347589519 ], [ -109.83140309741574, 40.77585344844907 ], [ -109.83106551222862, 40.775845524847675 ], [ -109.83009533090879, 40.775759121611216 ], [ -109.82926756337596, 40.775660642799828 ], [ -109.82856333010604, 40.775612957981039 ], [ -109.82745026973211, 40.775565619275312 ], [ -109.82653941602187, 40.775475284869557 ], [ -109.82603075448488, 40.775425069208382 ], [ -109.82564019063999, 40.77539767326035 ], [ -109.82528924311438, 40.775408514214874 ], [ -109.82508861924374, 40.775428992331001 ], [ -109.82494020478505, 40.775445497638991 ], [ -109.82471430353823, 40.775488238454983 ], [ -109.82445198538942, 40.775580153516096 ], [ -109.82429029345104, 40.775677597487523 ], [ -109.82417038605155, 40.775757450420819 ], [ -109.82394794503647, 40.775939853756029 ], [ -109.82379217542626, 40.776037357379685 ], [ -109.82342179265572, 40.776209243213742 ], [ -109.82306997473182, 40.776336275676641 ], [ -109.822925565623, 40.77639425744416 ], [ -109.82225258620765, 40.77665673863126 ], [ -109.82123154443833, 40.777101231688327 ], [ -109.82010178421945, 40.777661711891511 ], [ -109.81898361409091, 40.778235811991934 ], [ -109.81820013157022, 40.778646676020394 ], [ -109.81765528400194, 40.778965393060005 ], [ -109.81745162547864, 40.779089422184143 ], [ -109.81735706472668, 40.779142502809542 ], [ -109.81717639644189, 40.779239742181325 ], [ -109.81692590184818, 40.779331761184352 ], [ -109.81679484995738, 40.779370954733253 ], [ -109.81659254744737, 40.779418425689045 ], [ -109.81640233293302, 40.779452507838919 ], [ -109.81511934043753, 40.779628514148712 ], [ -109.81422852714977, 40.779741875760116 ], [ -109.81339778703212, 40.779809005143036 ], [ -109.81275044052292, 40.77989242899897 ], [ -109.81261496658261, 40.779913555689234 ], [ -109.81226881125166, 40.779986563483369 ], [ -109.81182272626378, 40.780081061977825 ], [ -109.8113693509094, 40.780252054146104 ], [ -109.81117270940079, 40.780313987154187 ], [ -109.81104174871048, 40.78034777010393 ], [ -109.81092870533399, 40.780373630085776 ], [ -109.81075009301159, 40.78042133489506 ], [ -109.810215379658, 40.780501401184495 ], [ -109.80963909844854, 40.780586441134417 ], [ -109.80918741945595, 40.780661954272674 ], [ -109.80893211087431, 40.780690848100846 ], [ -109.80864734144581, 40.780710428884817 ], [ -109.80830973598376, 40.780702438401946 ], [ -109.80789085824868, 40.780666582397075 ], [ -109.8075763293312, 40.780627299163797 ], [ -109.80738707377895, 40.780607326566688 ], [ -109.80670074130552, 40.780550684906146 ], [ -109.80610960195983, 40.780472503455535 ], [ -109.80563664312827, 40.780412658113924 ], [ -109.80506285950015, 40.780358072516648 ], [ -109.80430544065837, 40.780300680407102 ], [ -109.80387929724448, 40.780273742846397 ], [ -109.80368379646161, 40.780271716020195 ], [ -109.80335788104021, 40.780272840547944 ], [ -109.80285464200674, 40.780249603762293 ], [ -109.80212116640129, 40.780178933301613 ], [ -109.80122781878832, 40.780102093159137 ], [ -109.8004530391609, 40.780021974676295 ], [ -109.79998526768584, 40.780003598248179 ], [ -109.79978984904125, 40.779997061534516 ], [ -109.79942254663024, 40.779993240289656 ], [ -109.79917364779868, 40.779995154340924 ], [ -109.79867013702683, 40.780052971083407 ], [ -109.79790613633148, 40.780229683954502 ], [ -109.7975382308916, 40.780324941591608 ], [ -109.79711460244462, 40.780487179299193 ], [ -109.79655901195875, 40.78073812202171 ], [ -109.79588444307177, 40.781014845320769 ], [ -109.79518665959397, 40.781264297382563 ], [ -109.79437655252191, 40.781499059156857 ], [ -109.79336346253677, 40.781817271341311 ], [ -109.79244676865042, 40.782047301469511 ], [ -109.79132331817142, 40.78224182794996 ], [ -109.79078897743702, 40.782299287217299 ], [ -109.79058595387468, 40.782319680035378 ], [ -109.79039138780398, 40.782331152878925 ], [ -109.78989933404632, 40.782344009922248 ], [ -109.78934211153096, 40.782356181091302 ], [ -109.7887615184766, 40.782350087672135 ], [ -109.78839412275117, 40.782350734424455 ], [ -109.7875410887583, 40.782337269535155 ], [ -109.78622637760289, 40.78229552104996 ], [ -109.78497614744649, 40.782292271390709 ], [ -109.78396381382412, 40.782241069322026 ], [ -109.78255438334206, 40.78219467737334 ], [ -109.78163075474204, 40.782153399051502 ], [ -109.7807597880084, 40.782148702937349 ], [ -109.78041666814656, 40.782118051834892 ], [ -109.78017434541098, 40.782083961256951 ], [ -109.77991466189921, 40.782027165900899 ], [ -109.77901227488067, 40.781796917430896 ], [ -109.77813935080695, 40.781575982199875 ], [ -109.77732551053114, 40.78136467476461 ], [ -109.77705365336479, 40.781325760530315 ], [ -109.77675225767281, 40.781282028362085 ], [ -109.77650977474306, 40.781256936676286 ], [ -109.77530221187573, 40.781190075899893 ], [ -109.77430577311912, 40.7812425530187 ], [ -109.77310090549925, 40.781351359188612 ], [ -109.77238932688812, 40.781379823592033 ], [ -109.77158896630691, 40.781402834282432 ], [ -109.77086021162573, 40.781398676597476 ], [ -109.77032025371965, 40.78143886544818 ], [ -109.77015464448182, 40.781486645847444 ], [ -109.76994428119561, 40.781583494402248 ], [ -109.76976904770302, 40.781703237819812 ], [ -109.76956589675575, 40.781858716343621 ], [ -109.76930707703235, 40.782076658634416 ], [ -109.76908297034839, 40.782340012018551 ], [ -109.76876793716102, 40.782778055974568 ], [ -109.76845845108465, 40.783108058999346 ], [ -109.76825959966321, 40.78328700255036 ], [ -109.76811751258506, 40.783280080654613 ], [ -109.7679813136149, 40.783211064400611 ], [ -109.76784141044153, 40.783150115870725 ], [ -109.76767659159282, 40.783090702715668 ], [ -109.76716433026428, 40.782914073252364 ], [ -109.76674619569592, 40.782774480713535 ], [ -109.76622217390704, 40.782593217237185 ], [ -109.76601148115367, 40.7825152946263 ], [ -109.76570967025471, 40.78243009113951 ], [ -109.7652765237475, 40.782461489801932 ], [ -109.76511581485357, 40.782500307106375 ], [ -109.76485981506069, 40.782565128950317 ], [ -109.76462100379688, 40.78266166320072 ], [ -109.76439938078983, 40.7827899099589 ], [ -109.7642185433089, 40.782955527022388 ], [ -109.76389129339422, 40.783347484475243 ], [ -109.76345362317348, 40.783941844427382 ], [ -109.76292406817686, 40.784697366256431 ], [ -109.76277210919115, 40.784902926954175 ], [ -109.76263809025657, 40.785099671573732 ], [ -109.76254011984403, 40.78526977787071 ], [ -109.76248837555669, 40.785503437731386 ], [ -109.76246240294331, 40.785625671529075 ], [ -109.76238354804876, 40.78604280908602 ], [ -109.76226652238965, 40.786919859216908 ], [ -109.76212095639872, 40.78773804920084 ], [ -109.76207571883917, 40.787940249671898 ], [ -109.76201252235511, 40.788152166505903 ], [ -109.76192031999673, 40.788330441490658 ], [ -109.76175517771532, 40.788607024452602 ], [ -109.76138769890649, 40.789248071241964 ], [ -109.76133268359091, 40.789338464010484 ], [ -109.7612045092354, 40.789538872819321 ], [ -109.76107656848791, 40.789726672426553 ], [ -109.76071962409335, 40.790119202205908 ], [ -109.76031493976224, 40.790529234404303 ], [ -109.75992769060731, 40.790957469039839 ], [ -109.75957632264495, 40.791368071592203 ], [ -109.75936516982283, 40.791568486932022 ], [ -109.75894529233135, 40.791838722889985 ], [ -109.75855612808235, 40.792050734143771 ], [ -109.75817171179889, 40.792325852925771 ], [ -109.75773312554969, 40.792645428402693 ], [ -109.75703096649335, 40.79311530314844 ], [ -109.75676757362092, 40.793319654936099 ], [ -109.75661006156244, 40.793439568882881 ], [ -109.75641784580272, 40.793577125050021 ], [ -109.75604559889214, 40.793834351284993 ], [ -109.7559128027556, 40.793963538989843 ], [ -109.75576105277511, 40.794155579858398 ], [ -109.75564468619262, 40.794357010395146 ], [ -109.75557504955405, 40.794594977829725 ], [ -109.75553428276216, 40.794873793721301 ], [ -109.75554659263753, 40.795166694466779 ], [ -109.75555792988348, 40.795257800026512 ], [ -109.75562656075999, 40.795644993965524 ], [ -109.75579763923835, 40.796322457320841 ], [ -109.75593535321558, 40.796882453440581 ], [ -109.75603709490144, 40.797464582101739 ], [ -109.75614299853406, 40.798141342023818 ], [ -109.75626789986674, 40.799070537292629 ], [ -109.75636267042763, 40.800026432218878 ], [ -109.75637767423524, 40.800175229878221 ], [ -109.75638082621376, 40.800323899777332 ], [ -109.75635317154712, 40.800535295253951 ], [ -109.75630290562019, 40.80068789342625 ], [ -109.75624867210614, 40.80079901090982 ], [ -109.75609562091933, 40.800996442860608 ], [ -109.75595663196644, 40.801139075993362 ], [ -109.75553499726699, 40.801499362236619 ], [ -109.75537822787767, 40.80164180285675 ], [ -109.75515568200782, 40.801815062364462 ], [ -109.75483823339523, 40.801991801318415 ], [ -109.75421594129008, 40.802304875633574 ], [ -109.75340959593322, 40.802633974419294 ], [ -109.75278872450133, 40.802870486331436 ], [ -109.75259181198628, 40.802940423261958 ], [ -109.75228744755549, 40.802987578053113 ], [ -109.75206963440316, 40.80297080902281 ], [ -109.75157911266291, 40.802893436199398 ], [ -109.75120719960475, 40.802812841103659 ], [ -109.75087092878712, 40.802728126609637 ], [ -109.75070711090598, 40.802676807517777 ], [ -109.75033485969828, 40.802551164796625 ], [ -109.74999918284671, 40.802434925390649 ], [ -109.74975807134776, 40.802333222192431 ], [ -109.74960517588195, 40.802268507556619 ], [ -109.74915268794162, 40.802060016470094 ], [ -109.74875942965555, 40.801853967651368 ], [ -109.74834773576023, 40.801682849588325 ], [ -109.74820652603822, 40.801627268112838 ], [ -109.74798192852168, 40.801530244505571 ], [ -109.74772473847226, 40.801401337880101 ], [ -109.7471207948002, 40.801052467993081 ], [ -109.74654191691711, 40.800631801425283 ], [ -109.74640164304421, 40.800526682634654 ], [ -109.74604075982141, 40.800239001423677 ], [ -109.74570019554177, 40.800005589386565 ], [ -109.74505470937437, 40.799660761147372 ], [ -109.74460892617614, 40.799412688968943 ], [ -109.74401618947748, 40.79909995771763 ], [ -109.74329377078894, 40.79874977796775 ], [ -109.74254825171708, 40.798367813109913 ], [ -109.74203806895741, 40.798078492035593 ], [ -109.74150282699657, 40.797860961228309 ], [ -109.74094947118715, 40.797661246734137 ], [ -109.74016149378042, 40.797331951698823 ], [ -109.73950232018275, 40.797086934367584 ], [ -109.73924947840655, 40.796980576965034 ], [ -109.73888550002822, 40.796796434252492 ], [ -109.73855690661283, 40.796621685522204 ], [ -109.73775785321841, 40.796252616765962 ], [ -109.73735206302138, 40.796086028235941 ], [ -109.73700484711601, 40.795956112454476 ], [ -109.73656197074672, 40.795870189265003 ], [ -109.73575239847413, 40.795744213773105 ], [ -109.73474196175653, 40.795584501134719 ], [ -109.73449386161298, 40.79554124296569 ], [ -109.73425795489359, 40.795480101570668 ], [ -109.73401637982946, 40.795405385145038 ], [ -109.73379876382387, 40.795317418815152 ], [ -109.73323445820762, 40.795072506045145 ], [ -109.7327884935424, 40.794837898628828 ], [ -109.7324115807168, 40.794712146983059 ], [ -109.73221088853721, 40.794669404771412 ], [ -109.73205742830696, 40.794636189532206 ], [ -109.73184471444003, 40.794602322799619 ], [ -109.73153118369076, 40.794571851402111 ], [ -109.73121104193288, 40.794577339383579 ], [ -109.73082503486243, 40.794618134866049 ], [ -109.73051588572781, 40.7946687830066 ], [ -109.73000991104438, 40.79478482562584 ], [ -109.72898026621178, 40.795012205118262 ], [ -109.72834856354817, 40.795194416981289 ], [ -109.72804540306146, 40.795303677984109 ], [ -109.7278403460159, 40.795427532316531 ], [ -109.72730644487424, 40.795763956711696 ], [ -109.72673088775393, 40.796108927106964 ], [ -109.72596260799375, 40.79661391462745 ], [ -109.72502538425655, 40.797274674012868 ], [ -109.72458600567478, 40.797625642477861 ], [ -109.72399606617401, 40.798101059259977 ], [ -109.72353133469433, 40.798537321332866 ], [ -109.72338043084775, 40.798679783189762 ], [ -109.72302983428523, 40.799036232065333 ], [ -109.72262348442472, 40.799518177653766 ], [ -109.72234870607078, 40.799938521361142 ], [ -109.72207970142432, 40.80030487900536 ], [ -109.72198949351169, 40.80043449894454 ], [ -109.72180224911799, 40.800617093078735 ], [ -109.72138705361496, 40.800941292283447 ], [ -109.72099737337972, 40.801171186540799 ], [ -109.72042515462685, 40.801646781013673 ], [ -109.72025053305951, 40.801788975588167 ], [ -109.72002971400849, 40.801867599839248 ], [ -109.71985210713787, 40.801856620998187 ], [ -109.71968525366862, 40.801841257113466 ], [ -109.71934376999337, 40.801783417644984 ], [ -109.71901922604371, 40.801707748824278 ], [ -109.71880675674798, 40.801660348412796 ], [ -109.7186415223143, 40.80162248045923 ], [ -109.71811593041738, 40.801522055410004 ], [ -109.71784359614259, 40.801505516794535 ], [ -109.71721570452711, 40.801485024629059 ], [ -109.71666459055334, 40.801478895455439 ], [ -109.71608942578978, 40.801490512424905 ], [ -109.7154018414199, 40.801491866598866 ], [ -109.71420820457679, 40.801609188661033 ], [ -109.71272393032883, 40.801736768103993 ], [ -109.71104940972336, 40.801893731784958 ], [ -109.71043307277122, 40.801949901577984 ], [ -109.70933862796069, 40.802086298298178 ], [ -109.7088631521834, 40.802153043677563 ], [ -109.70855979147204, 40.802208201584151 ], [ -109.70827995966965, 40.802272630345527 ], [ -109.70777920525839, 40.802420162093505 ], [ -109.70739836732214, 40.802496969615277 ], [ -109.70688337656964, 40.802522727127332 ], [ -109.70608981407516, 40.802486804979019 ], [ -109.70582840887103, 40.8024568482506 ], [ -109.70556217560542, 40.802431340863137 ], [ -109.70530151849962, 40.802423911856089 ], [ -109.7051470045174, 40.802444698255563 ], [ -109.70486401690555, 40.802671231027091 ], [ -109.70472447848076, 40.802836316292272 ], [ -109.70463304838194, 40.802965908734656 ], [ -109.70451128697867, 40.803131193332383 ], [ -109.70439632687041, 40.803251513143302 ], [ -109.7042223681739, 40.803357657880603 ], [ -109.70393563774701, 40.803471543701178 ], [ -109.7034301660819, 40.803555946029192 ], [ -109.70262342603201, 40.80358741343148 ], [ -109.70227997483089, 40.803570038269086 ], [ -109.70184719347566, 40.803574177450905 ], [ -109.7015271836971, 40.8035705761244 ], [ -109.70107741431103, 40.803533984293153 ], [ -109.70058702361091, 40.803452792984821 ], [ -109.70020900133572, 40.803384576325627 ], [ -109.69991419106326, 40.803304684703342 ], [ -109.69961819630106, 40.803224778977842 ], [ -109.69932536400833, 40.803104371230944 ], [ -109.69903644018964, 40.802965990409056 ], [ -109.69876244375321, 40.802791744416908 ], [ -109.69825861284433, 40.802488789811818 ], [ -109.69782440185013, 40.802263188582771 ], [ -109.69748926229782, 40.802124282235653 ], [ -109.69737179957001, 40.802068906780775 ], [ -109.69694812503934, 40.801910982761413 ], [ -109.69648893668759, 40.80181120926121 ], [ -109.6953441340017, 40.801793764609322 ], [ -109.69488138189833, 40.80181555516662 ], [ -109.69460790653386, 40.8018575021106 ], [ -109.69436973937262, 40.801912459482686 ], [ -109.6941611662549, 40.80196955297928 ], [ -109.69384523699806, 40.80206056268193 ], [ -109.6936322558865, 40.802040134769122 ], [ -109.69347853441106, 40.802020377587517 ], [ -109.69323088119849, 40.801954515259034 ], [ -109.69306088407215, 40.801858003444543 ], [ -109.69275096270657, 40.801642799323439 ], [ -109.69243485229937, 40.801441036528047 ], [ -109.69209185504403, 40.801099340910092 ], [ -109.69157851561575, 40.800679142762441 ], [ -109.69091880764256, 40.80016719953872 ], [ -109.69073758637386, 40.800039028227431 ], [ -109.69018083585676, 40.799717421437478 ], [ -109.68975737100079, 40.79955046524038 ], [ -109.68898075852272, 40.799257884199157 ], [ -109.68811509065435, 40.798973293510613 ], [ -109.68674743755942, 40.798597405364134 ], [ -109.68655277953552, 40.798550148376215 ], [ -109.68635136619743, 40.798484797733373 ], [ -109.6859872944855, 40.798372553214328 ], [ -109.68568704280936, 40.798270042823098 ], [ -109.68543446331894, 40.798154562552824 ], [ -109.6848880058056, 40.797914121391869 ], [ -109.68423629758259, 40.797601312521884 ], [ -109.68361334045451, 40.797273514087841 ], [ -109.68312328031332, 40.796939121925575 ], [ -109.68250878105982, 40.796543852540495 ], [ -109.68193987514714, 40.796240984470188 ], [ -109.68155198814948, 40.796075305493211 ], [ -109.68122842665731, 40.795953599906156 ], [ -109.68086929631951, 40.795832387549957 ], [ -109.68040988212898, 40.795687506578176 ], [ -109.67996187461522, 40.79556527480549 ], [ -109.679430914146, 40.795442091820291 ], [ -109.67889977713941, 40.795327912578898 ], [ -109.6782672865162, 40.795244098509471 ], [ -109.67748065035573, 40.795163018178286 ], [ -109.67695381715943, 40.795130853982748 ], [ -109.6764558596704, 40.795136853106158 ], [ -109.67585074569949, 40.795166843226177 ], [ -109.67513693450806, 40.795298275502944 ], [ -109.67425568860945, 40.795504349161305 ], [ -109.67383158494724, 40.795670630753129 ], [ -109.67370607726514, 40.795723237196754 ], [ -109.67337147881153, 40.795859017292003 ], [ -109.67287510037717, 40.796083017538521 ], [ -109.67267175395308, 40.796175264326045 ], [ -109.67239083859329, 40.796293642759181 ], [ -109.67194975695013, 40.796419185099317 ], [ -109.67088264320608, 40.796731191503468 ], [ -109.67030966867019, 40.796931777668838 ], [ -109.66979477661557, 40.797191583951609 ], [ -109.66968685955355, 40.797253396998521 ], [ -109.66931992003362, 40.797523915259006 ], [ -109.66916863467534, 40.79767981364872 ], [ -109.6690234540342, 40.797826774065939 ], [ -109.66878453129301, 40.798215873931142 ], [ -109.66852845889186, 40.798573246661817 ], [ -109.66846057760121, 40.798707586133524 ], [ -109.66830847743765, 40.79890401081304 ], [ -109.66812154275182, 40.7990640003637 ], [ -109.66789429815371, 40.799164970914781 ], [ -109.6671839229063, 40.799418003913352 ], [ -109.66615202323135, 40.799743885207647 ], [ -109.66529295157633, 40.800022211770752 ], [ -109.66451908975198, 40.80018891593425 ], [ -109.66386518378563, 40.800284938711229 ], [ -109.66365697050961, 40.800323063937533 ], [ -109.66335349359095, 40.800382605572445 ], [ -109.66306860665283, 40.80040182498859 ], [ -109.66282026818236, 40.800371922289472 ], [ -109.66216988486211, 40.800292316594103 ], [ -109.66172216256848, 40.800215058311693 ], [ -109.6614254879883, 40.800171980433845 ], [ -109.66124809679152, 40.800151004882679 ], [ -109.66089336906188, 40.800106351140997 ], [ -109.66033223851464, 40.800009754673333 ], [ -109.65960727434687, 40.799807657944328 ], [ -109.65917131225621, 40.799676477286702 ], [ -109.65864692053779, 40.799521746398831 ], [ -109.65815746836212, 40.799398047356895 ], [ -109.6576606044993, 40.799348127140874 ], [ -109.65709138141882, 40.799359519019887 ], [ -109.65667586130888, 40.799390714259175 ], [ -109.65631421642937, 40.799395510937408 ], [ -109.65539747121588, 40.799299252202033 ], [ -109.65521423158606, 40.799274595945278 ], [ -109.65497182689974, 40.799244745536868 ], [ -109.65480618257777, 40.799229301954284 ], [ -109.65455721609605, 40.799230902814401 ], [ -109.65421872878238, 40.799262987546641 ], [ -109.65396247192074, 40.799332063468015 ], [ -109.65372408239911, 40.799396843227946 ], [ -109.65330592115384, 40.799558614173115 ], [ -109.65277754494242, 40.799894756172492 ], [ -109.6523926552334, 40.800169514590962 ], [ -109.65226019493934, 40.800271561344715 ], [ -109.65206711056243, 40.800440461003959 ], [ -109.65187284060238, 40.800667899660951 ], [ -109.65167784020554, 40.80093136216648 ], [ -109.65152796573999, 40.801307954055531 ], [ -109.65147627614917, 40.80181180797608 ], [ -109.65148402573543, 40.801956029442785 ], [ -109.65149797484108, 40.802145364270217 ], [ -109.65150226012337, 40.80228504114433 ], [ -109.65147454563819, 40.80242434396996 ], [ -109.65141820450093, 40.802630873496192 ], [ -109.65125957221072, 40.803146989295591 ], [ -109.65108452716925, 40.803595351586999 ], [ -109.65084821294747, 40.804142087005111 ], [ -109.650772722486, 40.804357400373164 ], [ -109.65064863708655, 40.804630698446836 ], [ -109.65051807716797, 40.804930945159811 ], [ -109.65033536699877, 40.80517202846741 ], [ -109.6500757980981, 40.805403203964133 ], [ -109.64972651334074, 40.805673865598571 ], [ -109.64932277599588, 40.805998838487682 ], [ -109.64887166144246, 40.806321453426293 ], [ -109.64846930485757, 40.806577977328239 ], [ -109.64806165872054, 40.806802909216586 ], [ -109.64793009255405, 40.806859920429375 ], [ -109.64742233608956, 40.807052148085937 ], [ -109.647089823814, 40.807079777645512 ], [ -109.64685906050825, 40.807117607917725 ], [ -109.64664332102588, 40.8071745311331 ], [ -109.64645861319404, 40.807279561336465 ], [ -109.64621689775366, 40.807447880268406 ], [ -109.6459458192324, 40.807660894884684 ], [ -109.64538422931876, 40.808167767484868 ], [ -109.64516183880949, 40.808318294739806 ], [ -109.64487370709975, 40.808495073832582 ], [ -109.6445925999836, 40.808617885729653 ], [ -109.64435416839304, 40.808682645354075 ], [ -109.64359866975875, 40.808813391393073 ], [ -109.642830948355, 40.808962005003146 ], [ -109.64201700562106, 40.809051516329539 ], [ -109.64002631252832, 40.809289302355175 ], [ -109.63869381411024, 40.809516806451548 ], [ -109.63765919800005, 40.809671243923241 ], [ -109.63661069626356, 40.809924597743155 ], [ -109.63600659840253, 40.810129148395959 ], [ -109.63564229849452, 40.810318515858583 ], [ -109.63526894682806, 40.810602360735203 ], [ -109.63516561112718, 40.810727252425956 ], [ -109.63510968778806, 40.810852704991149 ], [ -109.63508755187272, 40.811065035607349 ], [ -109.63510010956047, 40.811609276874378 ], [ -109.6350540081459, 40.811833935320784 ], [ -109.63492447105513, 40.812080126846297 ], [ -109.63469809277579, 40.812423361011305 ], [ -109.6344401022175, 40.812862607751725 ], [ -109.63408637404451, 40.813344860274363 ], [ -109.63392163881593, 40.813572617507582 ], [ -109.63368300834581, 40.813934621582547 ], [ -109.63346224834173, 40.814292332751187 ], [ -109.6327750344372, 40.815135460196181 ], [ -109.63261130737544, 40.815313682578903 ], [ -109.63241740800699, 40.815517670659972 ], [ -109.6322184684268, 40.815678359526629 ], [ -109.6319604611232, 40.815828438600398 ], [ -109.63156622324891, 40.815972397048967 ], [ -109.63137690966653, 40.815953035664968 ], [ -109.63080996967108, 40.815846317529093 ], [ -109.6302560713056, 40.815682099320384 ], [ -109.62953307330017, 40.815380747428115 ], [ -109.6287656337079, 40.81493473238357 ], [ -109.62828898374231, 40.814762414814091 ], [ -109.62784067172912, 40.814653489394829 ], [ -109.62763462184006, 40.814583477176292 ], [ -109.62732855769671, 40.814476241947844 ], [ -109.62708852590333, 40.81432925513279 ], [ -109.62674996715114, 40.814072997192582 ], [ -109.6264823472798, 40.813826591065038 ], [ -109.62623695027185, 40.813652514151471 ], [ -109.6261140664372, 40.813574481440533 ], [ -109.62568631182415, 40.813389223237358 ], [ -109.62503875765339, 40.813111262377795 ], [ -109.62459713316647, 40.81296637149859 ], [ -109.62407225712452, 40.81283399821293 ], [ -109.62365257525482, 40.81277494285365 ], [ -109.6234750524043, 40.812759312466675 ], [ -109.62217182339536, 40.812712225737343 ], [ -109.62144904244106, 40.812690078463135 ], [ -109.62117132558204, 40.812646222716381 ], [ -109.62088194219113, 40.812593218681457 ], [ -109.62066321342455, 40.812563579123442 ], [ -109.62026575066731, 40.812576842300324 ], [ -109.61993187648881, 40.812668334913248 ], [ -109.61975157361474, 40.812786886922964 ], [ -109.61955792306516, 40.812977344089823 ], [ -109.61889036590044, 40.813722434743028 ], [ -109.61818715767004, 40.814470697594693 ], [ -109.61756266654255, 40.81513882609606 ], [ -109.61719813645685, 40.81562089662615 ], [ -109.61695220242748, 40.815987282070331 ], [ -109.61657340736009, 40.81652773239675 ], [ -109.61623222754517, 40.816969543109678 ], [ -109.61593203514127, 40.817150608554847 ], [ -109.61563137297527, 40.817354187912265 ], [ -109.61539082319284, 40.817517951396376 ], [ -109.61492384817672, 40.818021305080045 ], [ -109.61468404379258, 40.818149043461986 ], [ -109.61454696873736, 40.818183429773015 ], [ -109.61429821398758, 40.818171433749264 ], [ -109.61407975144839, 40.818128272660822 ], [ -109.61392639449419, 40.818090397533211 ], [ -109.61318341487983, 40.817896800965919 ], [ -109.61251749262358, 40.817704126484749 ], [ -109.61181638708526, 40.817493008509132 ], [ -109.61083832806985, 40.817201081466671 ], [ -109.60980699060967, 40.816905801644893 ], [ -109.60852431932246, 40.816439029079746 ], [ -109.6077872828663, 40.816246370332138 ], [ -109.60726777857889, 40.81614100988611 ], [ -109.60651147934591, 40.816019274696593 ], [ -109.60587202532648, 40.81598001994103 ], [ -109.6052683226423, 40.815932185770194 ], [ -109.60483023975223, 40.815845815036973 ], [ -109.60467789029384, 40.815816947956399 ], [ -109.60443453009924, 40.815774368289297 ], [ -109.60362860996352, 40.815588056159292 ], [ -109.60303794306775, 40.815427766461134 ], [ -109.60249531266328, 40.815295080098743 ], [ -109.6022543455593, 40.815251624018295 ], [ -109.60172651689273, 40.815204690655442 ], [ -109.60141182383506, 40.815227900133003 ], [ -109.60087669985634, 40.815302484218464 ], [ -109.60032426729653, 40.815354335473252 ], [ -109.5996466112078, 40.815440696537145 ], [ -109.59915759177132, 40.815577988398637 ], [ -109.59844093929908, 40.815826915947817 ], [ -109.59749518702701, 40.81625681965955 ], [ -109.59667464929579, 40.816652206350227 ], [ -109.59591299255025, 40.817066320093019 ], [ -109.59554731266638, 40.817201494476606 ], [ -109.5952498649746, 40.817305970175198 ], [ -109.59497503428416, 40.817406216514975 ], [ -109.59456464024889, 40.817468778129538 ], [ -109.59439830172407, 40.81748476766569 ], [ -109.59391754244831, 40.817510437050437 ], [ -109.59340629125742, 40.817576269187008 ], [ -109.59290010972047, 40.817682697449762 ], [ -109.59242844207246, 40.817839089308428 ], [ -109.59231468453746, 40.817891749911986 ], [ -109.59215284336396, 40.817975352006691 ], [ -109.59186979261698, 40.818183588054154 ], [ -109.59154727151788, 40.818576007977846 ], [ -109.59107437467297, 40.819070183771828 ], [ -109.59073863799995, 40.819246245035146 ], [ -109.59038559453911, 40.819399573521899 ], [ -109.59002395195414, 40.819678909483599 ], [ -109.589608292948, 40.819989112271884 ], [ -109.58918167461617, 40.82031269167021 ], [ -109.58884627792933, 40.820695938199627 ], [ -109.58825088273348, 40.821373269840841 ], [ -109.58800480834604, 40.821793639414608 ], [ -109.58794133119176, 40.821991040922498 ], [ -109.58777126393433, 40.822741136496603 ], [ -109.58775128412289, 40.822844485192569 ], [ -109.58764899144744, 40.823194549195932 ], [ -109.58739707418086, 40.823610341707209 ], [ -109.58730538867906, 40.823739836506462 ], [ -109.58704285439597, 40.824096945439763 ], [ -109.58687955758082, 40.824248082958242 ], [ -109.58675345135609, 40.8243231069522 ], [ -109.58653999768997, 40.82437904429991 ], [ -109.58612186630452, 40.824468505097137 ], [ -109.58526253787109, 40.82472821221829 ], [ -109.58432088513246, 40.824955374190878 ], [ -109.58357441134814, 40.824982242844492 ], [ -109.58291457771769, 40.825005667019887 ], [ -109.5827008920791, 40.825016553843938 ], [ -109.58239938017726, 40.825030865015975 ], [ -109.58203506873683, 40.825098452083132 ], [ -109.58183849431853, 40.825141076022106 ], [ -109.58162977632767, 40.825197062465179 ], [ -109.5811402657106, 40.825352287403064 ], [ -109.58069364904441, 40.825442278867897 ], [ -109.5805454551576, 40.825440455344655 ], [ -109.58038034236625, 40.825397886935434 ], [ -109.57981859935965, 40.825047763345978 ], [ -109.57942901504592, 40.824688046794726 ], [ -109.57903496838281, 40.824259812345041 ], [ -109.57888189483243, 40.823986782575872 ], [ -109.57851859671963, 40.823451728684496 ], [ -109.57823343539019, 40.823200491313031 ], [ -109.57777304798348, 40.822825483460903 ], [ -109.57731228081343, 40.82246848530184 ], [ -109.5766912849073, 40.822118516483378 ], [ -109.57604591167356, 40.821799771785706 ], [ -109.5755517662614, 40.821618012676346 ], [ -109.57496794170068, 40.821471176049187 ], [ -109.57428957113771, 40.821309655796455 ], [ -109.57411290738715, 40.821253423515202 ], [ -109.57393634040142, 40.821192688106272 ], [ -109.57368941730671, 40.821095050076558 ], [ -109.57339098230061, 40.820911197435983 ], [ -109.57286630667984, 40.820494838451729 ], [ -109.57222656906315, 40.819914907005362 ], [ -109.57158052891027, 40.81935291017659 ], [ -109.57136049426393, 40.819107867134164 ], [ -109.5712970541075, 40.819025107619559 ], [ -109.57101599828947, 40.818584732949844 ], [ -109.57070579406388, 40.818121476142601 ], [ -109.5705168714376, 40.817808355317744 ], [ -109.57046330523448, 40.817541952225866 ], [ -109.57044230427164, 40.817415578407349 ], [ -109.57037884354824, 40.817113020193446 ], [ -109.57039015975278, 40.816806884622977 ], [ -109.57046707381765, 40.816261946166101 ], [ -109.57058807603445, 40.81587249348685 ], [ -109.57070890278774, 40.815491145778864 ], [ -109.5707536769864, 40.815338562587208 ], [ -109.57085916885585, 40.815119170757001 ], [ -109.57113962907403, 40.814757816353584 ], [ -109.57147622843598, 40.814266538759767 ], [ -109.57169090833921, 40.813931392674093 ], [ -109.57179008177437, 40.813729937921529 ], [ -109.57184174463892, 40.813532398944766 ], [ -109.57176624318242, 40.8134593992392 ], [ -109.57158844320908, 40.813457197756648 ], [ -109.57130125816032, 40.813579754960692 ], [ -109.57078247926017, 40.813996710187972 ], [ -109.57067415530588, 40.814071937039614 ], [ -109.5695458097108, 40.814715543148459 ], [ -109.56855487992942, 40.815032947987724 ], [ -109.56756504522845, 40.815299011607799 ], [ -109.56656410527647, 40.815529797051241 ], [ -109.56549679906618, 40.815813797152153 ], [ -109.56473319156454, 40.816034906379237 ], [ -109.56436236591941, 40.81618613220698 ], [ -109.56401470238272, 40.816362867871533 ], [ -109.56313936565924, 40.816815885572865 ], [ -109.56221835158095, 40.817187254263864 ], [ -109.56132735159957, 40.817540973652676 ], [ -109.56071742423063, 40.81778198885582 ], [ -109.56022803930269, 40.81793172192252 ], [ -109.55988210909469, 40.818027393682918 ], [ -109.5595303677774, 40.818117586971411 ], [ -109.55847016666442, 40.818343958462307 ], [ -109.55748131776049, 40.818560402739493 ], [ -109.55652032129527, 40.818859160759992 ], [ -109.55584508850986, 40.819102936024898 ], [ -109.55525488297988, 40.819253187217086 ], [ -109.55512370412744, 40.819287576582106 ], [ -109.5549387898931, 40.819339308848427 ], [ -109.55458052160392, 40.819456429490089 ], [ -109.55434040425945, 40.819593045999795 ], [ -109.5540758926373, 40.819760884571622 ], [ -109.55395975518582, 40.819921574520578 ], [ -109.5539400761451, 40.820281651746249 ], [ -109.55395752533285, 40.820570129610644 ], [ -109.55393784598587, 40.820930206793193 ], [ -109.55383850979128, 40.821136147682878 ], [ -109.55377000302445, 40.82128752562177 ], [ -109.55360049653555, 40.821448446831965 ], [ -109.55339057417474, 40.821559316415566 ], [ -109.55303240868849, 40.821671028572894 ], [ -109.55210938030426, 40.821856723673612 ], [ -109.55158618532998, 40.821923120892116 ], [ -109.55085633518503, 40.821949986544681 ], [ -109.54997869272768, 40.821956973658089 ], [ -109.54861995212431, 40.8220029422355 ], [ -109.54777027610643, 40.82208683319022 ], [ -109.54761579113324, 40.82210200354529 ], [ -109.54637352934122, 40.822243997104756 ], [ -109.54527775490058, 40.822465294312664 ], [ -109.54419355255422, 40.82269933843893 ], [ -109.54285812356977, 40.823033792027424 ], [ -109.54149245225527, 40.823394871942291 ], [ -109.54049535761025, 40.823711055270635 ], [ -109.53977437719686, 40.823927132651846 ], [ -109.5396476272299, 40.823975072498961 ], [ -109.53936636609924, 40.82409312045278 ], [ -109.53916838597925, 40.824198710323785 ], [ -109.53899381891766, 40.824318108525439 ], [ -109.53848187026881, 40.824680954465087 ], [ -109.53795480369448, 40.82492199736712 ], [ -109.53755913028697, 40.825119663362088 ], [ -109.5371465623182, 40.825276577364164 ], [ -109.53645785568031, 40.825587627958377 ], [ -109.53629039608063, 40.825653063704962 ], [ -109.53569198379336, 40.825902198872441 ], [ -109.53489537595217, 40.826265918687362 ], [ -109.53393990074414, 40.826573565397162 ], [ -109.53315949751219, 40.826739301388734 ], [ -109.53206806634198, 40.827027187354375 ], [ -109.53105931695266, 40.827329628020514 ], [ -109.53029045551487, 40.827509003593605 ], [ -109.52953503747783, 40.827616480814633 ], [ -109.52900746198344, 40.827609753980731 ], [ -109.52865239047976, 40.827578201077806 ], [ -109.52848789604366, 40.827562590588904 ], [ -109.52794996903441, 40.827434117890164 ], [ -109.52745029079364, 40.827238570447911 ], [ -109.52656870058109, 40.826885005763863 ], [ -109.52579531465338, 40.826465256779287 ], [ -109.52513949406551, 40.826092046256406 ], [ -109.52467689741587, 40.825829400415451 ], [ -109.52426725367577, 40.82558544634589 ], [ -109.5241453695488, 40.825466781985398 ], [ -109.52404789518727, 40.825316901581964 ], [ -109.52398478852956, 40.825221509311518 ], [ -109.52391775159461, 40.825035985981081 ], [ -109.52389011089565, 40.824945551535841 ], [ -109.52384275445887, 40.824674703306449 ], [ -109.52379186755246, 40.824295712977211 ], [ -109.52374894142227, 40.824092481940461 ], [ -109.52373375545247, 40.823975182619712 ], [ -109.52365801312177, 40.823433728732503 ], [ -109.52359768307923, 40.822892472021998 ], [ -109.52351492990471, 40.822346424183138 ], [ -109.52343560830522, 40.821913021137064 ], [ -109.52333337770916, 40.821443292429677 ], [ -109.52320514216173, 40.821076823575638 ], [ -109.52299542595007, 40.820641750684764 ], [ -109.52277315871609, 40.820238044939657 ], [ -109.52236692350877, 40.81957525201728 ], [ -109.52200791247427, 40.818922070797299 ], [ -109.52175269427075, 40.818400835764123 ], [ -109.52141972990857, 40.817910131907148 ], [ -109.52117317328494, 40.817533135886187 ], [ -109.52094269948883, 40.817232914246368 ], [ -109.52079752897095, 40.817095931532421 ], [ -109.52034544134753, 40.816630721169147 ], [ -109.52004435334601, 40.816307071709822 ], [ -109.51976094840491, 40.815988152416075 ], [ -109.51937306796982, 40.815568802542721 ], [ -109.518979466014, 40.815140369814841 ], [ -109.5185460857264, 40.814634856160481 ], [ -109.51825606694305, 40.814347376503584 ], [ -109.517942745223, 40.814041580553393 ], [ -109.51747864441724, 40.813585212640334 ], [ -109.51703355082074, 40.813020990168177 ], [ -109.51681442594801, 40.812851523362603 ], [ -109.51646407293032, 40.812558759373324 ], [ -109.516114607254, 40.812279517864148 ], [ -109.51557218341999, 40.811880687284585 ], [ -109.51508087462494, 40.811635649633324 ], [ -109.51447449821296, 40.811393632182977 ], [ -109.51390446745279, 40.81117009596359 ], [ -109.51369965956647, 40.81105035217076 ], [ -109.51356536483456, 40.81095854090421 ], [ -109.51331636470665, 40.81069409757832 ], [ -109.51327729343906, 40.810585496977744 ], [ -109.5132174326198, 40.810346011139572 ], [ -109.51322868676608, 40.810107441848594 ], [ -109.51326455027981, 40.809828653318789 ], [ -109.51329679475226, 40.809711963728475 ], [ -109.51339885053234, 40.809388987745351 ], [ -109.51374026400202, 40.808699764063135 ], [ -109.51393251300333, 40.808319396951298 ], [ -109.51396234588833, 40.808045034463966 ], [ -109.5139610414311, 40.807837831541605 ], [ -109.51393171450221, 40.807558202883286 ], [ -109.51385568339164, 40.807246444206449 ], [ -109.51367861327701, 40.806681157066592 ], [ -109.51346920673419, 40.805971323416053 ], [ -109.51336124251939, 40.805497007139394 ], [ -109.51329455906584, 40.805032230844347 ], [ -109.51326210411534, 40.804627349053384 ], [ -109.51327740061704, 40.80394203000688 ], [ -109.51330854387278, 40.803343392849889 ], [ -109.5132715908429, 40.802874495482484 ], [ -109.51304351829708, 40.802204956581711 ], [ -109.5129705072812, 40.802023853477422 ], [ -109.51283784515968, 40.801594258592303 ], [ -109.51280360472259, 40.801269525549912 ], [ -109.51275329731638, 40.800868016483321 ], [ -109.51277206962168, 40.800292640767566 ], [ -109.51274599240141, 40.799602283888575 ], [ -109.51262820240044, 40.799037758788117 ], [ -109.51253170219381, 40.798581605292128 ], [ -109.5124916397355, 40.798252292891469 ], [ -109.51247759040706, 40.797819722664457 ], [ -109.51243461304246, 40.797620990163352 ], [ -109.51230908693034, 40.797403176939369 ], [ -109.51224178521336, 40.797285203636591 ], [ -109.51192889301321, 40.796911835714447 ], [ -109.51165876488437, 40.796534514598896 ], [ -109.51156266700748, 40.796326088307808 ], [ -109.51147390300925, 40.796054699804529 ], [ -109.51145221509803, 40.795964338887828 ], [ -109.51146146983262, 40.795550085314794 ], [ -109.51141629392974, 40.795184673995621 ], [ -109.51138446675398, 40.795017613295741 ], [ -109.51136579720028, 40.794792169652212 ], [ -109.51140617482591, 40.794576496025179 ], [ -109.51147988807166, 40.794460341711151 ], [ -109.51155962644576, 40.794339761027338 ], [ -109.51165081181311, 40.79423734418593 ], [ -109.51180867805799, 40.794068226623146 ], [ -109.51188811367496, 40.793961153961163 ], [ -109.51208454357102, 40.793657411759185 ], [ -109.51214972293157, 40.793392513074551 ], [ -109.51215767996101, 40.793248485896072 ], [ -109.51215093650093, 40.793072740731859 ], [ -109.51213537428278, 40.79297345078848 ], [ -109.51209923017183, 40.792734269642594 ], [ -109.51206078117784, 40.792332912704587 ], [ -109.51208498963197, 40.792044965281903 ], [ -109.51214996615242, 40.791789072019327 ], [ -109.51230512358187, 40.791210049499547 ], [ -109.51246620264901, 40.790631103057244 ], [ -109.51262878138738, 40.790250354237799 ], [ -109.51267266434698, 40.790142822578723 ], [ -109.51278233886833, 40.790008213876789 ], [ -109.51305665381589, 40.789665838025194 ], [ -109.51331773298435, 40.789119707438203 ], [ -109.51339234219145, 40.788697287234193 ], [ -109.51335240047393, 40.788362571295849 ], [ -109.51334605607362, 40.788115667039527 ], [ -109.51339837152906, 40.787895642204454 ], [ -109.51347900212834, 40.787734534965125 ], [ -109.51363202830387, 40.787515807604748 ], [ -109.51378987316434, 40.787346686775763 ], [ -109.51414462041626, 40.787117044947493 ], [ -109.5145153312627, 40.786968680661971 ], [ -109.51479667658874, 40.786841685081619 ], [ -109.51500713184242, 40.786704768241215 ], [ -109.51516949104747, 40.786598760452044 ], [ -109.51545735946056, 40.786444822818943 ], [ -109.51566650851171, 40.786366440757412 ], [ -109.51634536519029, 40.786217530600844 ], [ -109.51690533645397, 40.78608510446724 ], [ -109.51722390374982, 40.785936061077187 ], [ -109.51737995001086, 40.785793936496425 ], [ -109.51749419466108, 40.785453095766243 ], [ -109.51746928164771, 40.785241084643971 ], [ -109.51732857863939, 40.784640236016386 ], [ -109.5171560547697, 40.784138067607152 ], [ -109.51714771286407, 40.783980318134311 ], [ -109.51724398337271, 40.783648254653748 ], [ -109.51739901058325, 40.783338565655335 ], [ -109.5175333207591, 40.783161029746452 ], [ -109.51769646827844, 40.783018995887986 ], [ -109.51803913114199, 40.782798194624554 ], [ -109.51819495159775, 40.782719122848377 ], [ -109.51848209570623, 40.782596696619819 ], [ -109.51864353876309, 40.782531208628953 ], [ -109.51879333407055, 40.782456562739462 ], [ -109.51886199720735, 40.782299801928417 ], [ -109.51880003752805, 40.782154876362739 ], [ -109.51873125388434, 40.782050399747156 ], [ -109.51850564816007, 40.781750234602256 ], [ -109.518426202727, 40.781645620894629 ], [ -109.518057796722, 40.781158954263809 ], [ -109.51790476552037, 40.780846207901099 ], [ -109.51779229987328, 40.780574519082968 ], [ -109.51762272197986, 40.780206610129575 ], [ -109.51747599893088, 40.779876828761061 ], [ -109.51717217229756, 40.779151372624213 ], [ -109.51702937392837, 40.778911722456677 ], [ -109.51681179582815, 40.778571120494064 ], [ -109.51665064869616, 40.778357357562491 ], [ -109.51632525119211, 40.778069417237148 ], [ -109.51606431176921, 40.777813833537891 ], [ -109.51568861685085, 40.777390122423711 ], [ -109.51548902076554, 40.777040741133106 ], [ -109.51541602857131, 40.776859639173878 ], [ -109.51537817519541, 40.776697005602102 ], [ -109.51536281177363, 40.776588710245441 ], [ -109.51535929485645, 40.776480567324334 ], [ -109.51535607873437, 40.776358916063209 ], [ -109.51536460877217, 40.776241920016595 ], [ -109.51537255725987, 40.776151040088152 ], [ -109.51531170433387, 40.775637693884384 ], [ -109.5152268619205, 40.775243847166493 ], [ -109.51511045278566, 40.774671232912873 ], [ -109.51506064673508, 40.774194061207744 ], [ -109.51497702949858, 40.7736921322848 ], [ -109.51489308625081, 40.772938871862451 ], [ -109.51476545948644, 40.772338187439907 ], [ -109.51461388603805, 40.771908349301704 ], [ -109.51453558044389, 40.771700153829478 ], [ -109.51451027947392, 40.77150615295669 ], [ -109.51452573590696, 40.77134420533055 ], [ -109.51458987816426, 40.7711243315457 ], [ -109.51462782172247, 40.771016722273508 ], [ -109.5147497605338, 40.770595809938406 ], [ -109.51485647670142, 40.770060298018919 ], [ -109.51487925831003, 40.769835387551645 ], [ -109.51480205716352, 40.769577661596031 ], [ -109.51472445546246, 40.769337946722324 ], [ -109.51469694842622, 40.769243007060197 ], [ -109.51466100597474, 40.768994820259785 ], [ -109.51471862107618, 40.768801886730039 ], [ -109.5147869778727, 40.768658636259623 ], [ -109.51485089715845, 40.768501816400402 ], [ -109.51520755383379, 40.767862323835146 ], [ -109.51549384550164, 40.767456136733166 ], [ -109.51555615841893, 40.767371360991383 ], [ -109.51587484531599, 40.766893524442523 ], [ -109.5159562445665, 40.766696392054023 ], [ -109.51601997646689, 40.766494528296505 ], [ -109.51604777327793, 40.766310218641735 ], [ -109.51599918096038, 40.766097902050141 ], [ -109.51580945591313, 40.765838729323384 ], [ -109.51564010445333, 40.765462712365121 ], [ -109.51558890856417, 40.765367468106021 ], [ -109.51552074781337, 40.765235972938356 ], [ -109.51530442274144, 40.764841334796849 ], [ -109.51524750605726, 40.764737008612251 ], [ -109.51510626760493, 40.76442891375747 ], [ -109.51507394232068, 40.764284367248216 ], [ -109.51508789161782, 40.764189961122995 ], [ -109.51526644012152, 40.763620240806453 ], [ -109.51544157828559, 40.763203614963139 ], [ -109.51557679129118, 40.762930605727455 ], [ -109.51562494073188, 40.762683500787965 ], [ -109.5156166036124, 40.762525750745191 ], [ -109.51550347459032, 40.762285579092946 ], [ -109.5154231724354, 40.762167439849186 ], [ -109.51532068598692, 40.761981453900468 ], [ -109.51528153738275, 40.761877356319168 ], [ -109.51526085619284, 40.761741967796866 ], [ -109.5152722900342, 40.761494390507544 ], [ -109.51531765163112, 40.761319315055196 ], [ -109.51529836417801, 40.760855146567422 ], [ -109.51522488781788, 40.760696558268599 ], [ -109.51516215300289, 40.760587653039693 ], [ -109.51501139310264, 40.760441582296622 ], [ -109.51491262691454, 40.7603547336143 ], [ -109.51427326284146, 40.75980601308634 ], [ -109.51407430207423, 40.759217920476601 ], [ -109.51406468418716, 40.759064657839723 ], [ -109.51408656100966, 40.75888027220882 ], [ -109.51413876797024, 40.758663847749013 ], [ -109.51427824920557, 40.758252169042365 ], [ -109.51437941188499, 40.757965210283139 ], [ -109.51465170312228, 40.757175096304266 ], [ -109.51475856340555, 40.756898119474826 ], [ -109.51501537483441, 40.756270853055568 ], [ -109.51507077218467, 40.756176980209609 ], [ -109.51520645446263, 40.755935505669719 ], [ -109.51531744827209, 40.755738754143046 ], [ -109.51546366909498, 40.755555967974693 ], [ -109.51595281449994, 40.755134371976546 ], [ -109.51613948013275, 40.754997145937942 ], [ -109.51629111773836, 40.754836948766531 ], [ -109.51625085621372, 40.754516640981862 ], [ -109.51609458647981, 40.754352484369612 ], [ -109.51537819252444, 40.753807283108145 ], [ -109.51472734401182, 40.753244904761154 ], [ -109.51436523760981, 40.752749297831777 ], [ -109.51413521058596, 40.752440058146689 ], [ -109.51400785436066, 40.752307799615281 ], [ -109.5139207428241, 40.752230108290021 ], [ -109.51375216061751, 40.75208740954038 ], [ -109.51353125258326, 40.751900797257882 ], [ -109.51322235301468, 40.751676117326369 ], [ -109.51285354310508, 40.751482193074303 ], [ -109.51252377348706, 40.751396868998818 ], [ -109.51227760123879, 40.751281093216477 ], [ -109.51206193829046, 40.751125173541503 ], [ -109.51193348422761, 40.751042443521932 ], [ -109.51177512446445, 40.750972839924074 ], [ -109.51097971384118, 40.750786919206909 ], [ -109.50958228484772, 40.750507641147209 ], [ -109.50863223878108, 40.750351235479187 ], [ -109.50820824959173, 40.750242160893436 ], [ -109.50758325431285, 40.750116972954793 ], [ -109.5072769805963, 40.750040945973318 ], [ -109.50693578690297, 40.749937441834824 ], [ -109.50650761561987, 40.749750836617913 ], [ -109.50616169314262, 40.749594120774759 ], [ -109.50579782843585, 40.749445278921186 ], [ -109.5055860910596, 40.749379479743517 ], [ -109.5054155979781, 40.749323222564669 ], [ -109.50482755391215, 40.749135441124821 ], [ -109.50449760496043, 40.749059100014527 ], [ -109.50432660910398, 40.749025355145456 ], [ -109.5040377028816, 40.748967561042463 ], [ -109.50377258113403, 40.748905570534546 ], [ -109.50342509451367, 40.748819089971548 ], [ -109.50328378433947, 40.748782125295307 ], [ -109.50312946890678, 40.748744090925285 ], [ -109.50274251099673, 40.748621964411235 ], [ -109.50237896259829, 40.748459603652741 ], [ -109.50224420100396, 40.748394797364469 ], [ -109.50162909827074, 40.748094046301098 ], [ -109.5011806892781, 40.747754920476403 ], [ -109.50066703674287, 40.747420350103596 ], [ -109.50025296675146, 40.747134815066872 ], [ -109.49622036396758, 40.745798668998773 ], [ -109.49342153855694, 40.743856933160437 ], [ -109.4851356017775, 40.740510018107564 ], [ -109.48492983396071, 40.74044425949949 ], [ -109.48474733753221, 40.740396822446407 ], [ -109.48460546327804, 40.740385951256862 ], [ -109.48433202138671, 40.740431905020507 ], [ -109.48421280456228, 40.740466371800345 ], [ -109.4742276658162, 40.743883996432146 ], [ -109.47198245080249, 40.746245953636674 ], [ -109.47134002398008, 40.749989340655539 ], [ -109.47131906434856, 40.750128689315027 ], [ -109.47127735108558, 40.750398381191339 ], [ -109.47124537473256, 40.750501551275235 ], [ -109.4712057239077, 40.750681188939133 ], [ -109.47117261261059, 40.750833888780114 ], [ -109.47116425711674, 40.751198608101276 ], [ -109.47113572526015, 40.751409921555314 ], [ -109.47107663959176, 40.751662267636121 ], [ -109.47099832466714, 40.752236850539575 ], [ -109.47094208401624, 40.752623455592172 ], [ -109.47083981582909, 40.752950897682361 ], [ -109.4707498014516, 40.753260485770767 ], [ -109.47072987127606, 40.753354807157159 ], [ -109.47070849632159, 40.753512166404455 ], [ -109.47063145790027, 40.75377238154767 ], [ -109.4706056552733, 40.75391616986218 ], [ -109.47048443563811, 40.754243360360441 ], [ -109.47042908111649, 40.754332708033878 ], [ -109.47034931929333, 40.754453260624295 ], [ -109.47023320436008, 40.7546093637769 ], [ -109.47010473031941, 40.754787823296773 ], [ -109.47003171449934, 40.754872432527293 ], [ -109.46991611433934, 40.755006021813358 ], [ -109.46978362453194, 40.755152899209158 ], [ -109.46955412932516, 40.755293985777364 ], [ -109.46929579803214, 40.755452705632386 ], [ -109.46877527717042, 40.755680010972029 ], [ -109.46837607240711, 40.755782810371478 ], [ -109.46815023737182, 40.755815845014141 ], [ -109.46767436454597, 40.755904111909587 ], [ -109.46747854885589, 40.755919527604796 ], [ -109.4666277942268, 40.755876696580096 ], [ -109.46585366127957, 40.755798845494731 ], [ -109.46529130392184, 40.755732814289502 ], [ -109.46477158071849, 40.755667347604941 ], [ -109.46433361597309, 40.755652511481493 ], [ -109.46361070625372, 40.755665408446013 ], [ -109.46284520665569, 40.75572727826431 ], [ -109.46229307826263, 40.755782978562294 ], [ -109.46136219667765, 40.755824618157312 ], [ -109.46095843012426, 40.755867877296353 ], [ -109.46071511867385, 40.755888052865863 ], [ -109.46047868416318, 40.755866882254928 ], [ -109.46008435061511, 40.755758026709074 ], [ -109.45997211780089, 40.755693471882161 ], [ -109.45977004952913, 40.755569164941036 ], [ -109.45930400515084, 40.755180097299537 ], [ -109.45899714967936, 40.75487422708688 ], [ -109.45875189326283, 40.754722317169424 ], [ -109.45835372892626, 40.754523323206392 ], [ -109.45808956741313, 40.754420704044904 ], [ -109.45790757377547, 40.754350710916832 ], [ -109.45772568459937, 40.754276214831023 ], [ -109.45742683125791, 40.754137097915695 ], [ -109.45722217502775, 40.754022660874753 ], [ -109.45705807156777, 40.753947500727286 ], [ -109.45666365107053, 40.753843136434973 ], [ -109.45633207175663, 40.753838701001051 ], [ -109.45602843082753, 40.753906703534803 ], [ -109.45589577094219, 40.754008521918713 ], [ -109.455733505247, 40.754109943925734 ], [ -109.45536887971494, 40.754253697657731 ], [ -109.45487994675162, 40.754445330457024 ], [ -109.45407733828212, 40.754830937967284 ], [ -109.45369254190139, 40.755078009618096 ], [ -109.45343932923592, 40.755218746117471 ], [ -109.45311433057933, 40.755390048161161 ], [ -109.45294223440088, 40.755455301869866 ], [ -109.45229160235475, 40.755671779857018 ], [ -109.45187408800514, 40.755796796742835 ], [ -109.45175451431803, 40.75584473708323 ], [ -109.45148492427774, 40.755976241359491 ], [ -109.45098541274338, 40.756316349632392 ], [ -109.45087768003818, 40.756364448012746 ], [ -109.45068008255024, 40.75645638032379 ], [ -109.45040393922217, 40.756614818427686 ], [ -109.44984834269545, 40.756819046569476 ], [ -109.44915749439612, 40.756980917664343 ], [ -109.44898493882499, 40.75701463079745 ], [ -109.44874122253243, 40.75705189105966 ], [ -109.44841450272422, 40.757092538749546 ], [ -109.44802306689483, 40.75711429882292 ], [ -109.44745514360113, 40.757084138318326 ], [ -109.44697685817657, 40.757020049845153 ], [ -109.44668736372283, 40.756988227855828 ], [ -109.4465099340845, 40.756976831042287 ], [ -109.44620234060709, 40.756959177158286 ], [ -109.44599056758072, 40.756947317067201 ], [ -109.44539662341531, 40.756966340663773 ], [ -109.44516537773281, 40.756976737007172 ], [ -109.44477436169835, 40.756980475461525 ], [ -109.4437626591104, 40.756930802241762 ], [ -109.44327742795751, 40.756910744566305 ], [ -109.44230125567775, 40.756861537887502 ], [ -109.44192323967249, 40.756815897506357 ], [ -109.44158031016556, 40.756789646835607 ], [ -109.44097096566475, 40.756757994157766 ], [ -109.44049305299211, 40.756729015537907 ], [ -109.44004735241798, 40.75674100697946 ], [ -109.43943525006215, 40.756827315283026 ], [ -109.43841807522308, 40.757011732296647 ], [ -109.43801997849982, 40.7570648966717 ], [ -109.43756869495614, 40.757112835416685 ], [ -109.43738979061121, 40.757164461436652 ], [ -109.43718054118479, 40.75724720458846 ], [ -109.43674958892611, 40.757489090021664 ], [ -109.4366273404071, 40.757600035179863 ], [ -109.4365373832961, 40.75769790558298 ], [ -109.43635820933004, 40.757912573247005 ], [ -109.43632072060466, 40.758046286145465 ], [ -109.43634726712968, 40.758177263586639 ], [ -109.43643546683406, 40.758457710410099 ], [ -109.4367550516793, 40.759227730474805 ], [ -109.43683288837013, 40.759444979757276 ], [ -109.43688175093941, 40.759634812124567 ], [ -109.43687774195541, 40.759805911987478 ], [ -109.43683175457906, 40.7599989634301 ], [ -109.43672486305758, 40.760263254607231 ], [ -109.43662970833284, 40.760532208753993 ], [ -109.4365751599607, 40.760837745477154 ], [ -109.43657643851064, 40.761035941274905 ], [ -109.43674966906742, 40.76147968589688 ], [ -109.43691190244593, 40.761887248813849 ], [ -109.43704198314494, 40.762150246176581 ], [ -109.43731768294435, 40.762518808956308 ], [ -109.437451036051, 40.762642224452975 ], [ -109.43797735443505, 40.762933106376501 ], [ -109.43882134927551, 40.763318365803066 ], [ -109.43945808795719, 40.763700816096865 ], [ -109.44014515687461, 40.76416051225624 ], [ -109.44073964202191, 40.764627961296142 ], [ -109.44099273673895, 40.764951169250828 ], [ -109.44111244745334, 40.765151865924324 ], [ -109.44114992383152, 40.76532262551914 ], [ -109.44109136369728, 40.765547037044101 ], [ -109.4409442877741, 40.765756740342731 ], [ -109.44081613501247, 40.765917154568577 ], [ -109.44074306999474, 40.766001744206044 ], [ -109.44050081703048, 40.766228176852543 ], [ -109.44021097475019, 40.766462973741241 ], [ -109.43981836833773, 40.766785560581937 ], [ -109.4391892713189, 40.767340959474623 ], [ -109.43866731252618, 40.767874383638677 ], [ -109.43820585115461, 40.768606802536738 ], [ -109.43803403641074, 40.768860306769199 ], [ -109.43786947159259, 40.76905715784892 ], [ -109.43763375291473, 40.769256648428254 ], [ -109.43747692282949, 40.769376133997106 ], [ -109.437021017737, 40.769617681674767 ], [ -109.43687116349878, 40.769692220403357 ], [ -109.43662602248911, 40.76978798807869 ], [ -109.43641493738328, 40.769947273451479 ], [ -109.43635372828643, 40.770031120065717 ], [ -109.43629850482657, 40.770112345339122 ], [ -109.43623547941507, 40.770273636919605 ], [ -109.43620967788981, 40.770363368201366 ], [ -109.43617002517648, 40.770538488670248 ], [ -109.43622463711284, 40.771039178307717 ], [ -109.43630691591706, 40.771522226660906 ], [ -109.43640648210736, 40.772127118504557 ], [ -109.43641239184744, 40.772329880753176 ], [ -109.4364177968807, 40.772604700918961 ], [ -109.43634367288585, 40.772986540401284 ], [ -109.4363045466867, 40.773139147736124 ], [ -109.43619604642782, 40.773470976656554 ], [ -109.43606723335786, 40.773658400612369 ], [ -109.43593873639834, 40.773832316560529 ], [ -109.43563456926624, 40.774170500298865 ], [ -109.43522431633967, 40.774484724224479 ], [ -109.43500105000395, 40.774657353730085 ], [ -109.43477325561848, 40.774820913272229 ], [ -109.43454139953869, 40.775056481969315 ], [ -109.43436371574838, 40.775356742759222 ], [ -109.43433050599118, 40.775458984321098 ], [ -109.43429063344043, 40.775643109068753 ], [ -109.43432712459142, 40.775855294378928 ], [ -109.43436467283706, 40.77597200827131 ], [ -109.4344042097775, 40.776104963696419 ], [ -109.434468857466, 40.776379686836613 ], [ -109.43447634763353, 40.776565355096835 ], [ -109.43447880288524, 40.776713121061185 ], [ -109.43444561416626, 40.776864907401098 ], [ -109.43436341255041, 40.777085390897042 ], [ -109.43429045367382, 40.777164572785018 ], [ -109.4341872024751, 40.777272169388198 ], [ -109.43388216412615, 40.777394142295634 ], [ -109.43306329389486, 40.777698306721703 ], [ -109.43276406888498, 40.777824859640553 ], [ -109.43244664989376, 40.777969180746808 ], [ -109.43211674791779, 40.778140355583133 ], [ -109.43182828521515, 40.778312993533078 ], [ -109.43129277531304, 40.77866063198109 ], [ -109.43105182105309, 40.778828509064304 ], [ -109.4305390207282, 40.779217889948633 ], [ -109.43007054021228, 40.779486262497549 ], [ -109.42957952955122, 40.779704781994027 ], [ -109.42923216013278, 40.779862198566818 ], [ -109.42906441933566, 40.779940086582968 ], [ -109.42870326936102, 40.780179287426741 ], [ -109.42805134123054, 40.780688371166377 ], [ -109.42759330659116, 40.781015428321425 ], [ -109.42714246573071, 40.781288533231184 ], [ -109.4269572621196, 40.781403113175365 ], [ -109.42678799010972, 40.781495389873889 ], [ -109.42621899258003, 40.781753367734773 ], [ -109.42558334366534, 40.782073489727694 ], [ -109.42484752110656, 40.78236972034847 ], [ -109.4242688969122, 40.782532972275469 ], [ -109.42357199107137, 40.78268649785371 ], [ -109.42289690137167, 40.782919588462754 ], [ -109.42269961312925, 40.782993459961368 ], [ -109.42252591213379, 40.783072157672642 ], [ -109.42232723763975, 40.783204562035472 ], [ -109.42205353560432, 40.783502589197127 ], [ -109.42178394237264, 40.783877240483633 ], [ -109.42128583437635, 40.78439289340551 ], [ -109.42112280222256, 40.784521279329411 ], [ -109.42097915192578, 40.784631914158375 ], [ -109.42056010793063, 40.784761299038962 ], [ -109.42021502830887, 40.784770086328628 ], [ -109.41965388842702, 40.784744384892399 ], [ -109.41910848106863, 40.784754928578444 ], [ -109.41863890661885, 40.784816053523592 ], [ -109.4180545367941, 40.784970187203889 ], [ -109.41739155225531, 40.785190799987099 ], [ -109.41675225842441, 40.785411734051486 ], [ -109.4165480697678, 40.785526036516444 ], [ -109.41634991116744, 40.785635917357403 ], [ -109.41596308538546, 40.785954897016929 ], [ -109.41549764055769, 40.786340356047425 ], [ -109.41495293143289, 40.786819308789198 ], [ -109.39432453126918, 40.791029060012299 ], [ -109.39449248209064, 40.858294982895465 ], [ -109.37568353803847, 40.858215358723733 ], [ -109.25913582086658, 40.858185842235883 ], [ -109.25067457572007, 40.85849017705975 ], [ -109.20236590389135, 40.858400302227679 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 29, \"properties\": { \"NAME\": \"ALPINE SCHOOL DISTRICT\", \"TOTENROLL\": 66044, \"Color4\": \"3\", \"Shape_Leng\": 423420.29003, \"Shape_Area\": 2027740791.1800001 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.65072244762415, 40.302240860669365 ], [ -111.65244008366112, 40.302204159112996 ], [ -111.65236428573449, 40.301664032447704 ], [ -111.65418780264596, 40.301626707879663 ], [ -111.65436742637802, 40.301950024490637 ], [ -111.65443017013229, 40.302355085119821 ], [ -111.65450633312365, 40.302931245195381 ], [ -111.65490630795279, 40.302919972460955 ], [ -111.65550640052986, 40.302916573877205 ], [ -111.65531516212157, 40.303827589707879 ], [ -111.65514597279731, 40.304585323320502 ], [ -111.65513507633004, 40.304675477326924 ], [ -111.65511302221702, 40.304828759122465 ], [ -111.65498208782392, 40.305892589508836 ], [ -111.65489473806417, 40.306595803770762 ], [ -111.65321220735864, 40.306623334554772 ], [ -111.65308302880437, 40.306651091547849 ], [ -111.65233122962363, 40.306790471574097 ], [ -111.65208359860651, 40.306737812260479 ], [ -111.65196462739942, 40.306603344369719 ], [ -111.64812835629122, 40.306606881709953 ], [ -111.64814287904588, 40.306895095670868 ], [ -111.64828611437439, 40.312029551150566 ], [ -111.64353119273348, 40.311993034971813 ], [ -111.6388351991713, 40.311965007148736 ], [ -111.63881429445642, 40.312244408509834 ], [ -111.63882497025482, 40.315875065340585 ], [ -111.63870728217354, 40.315875715181186 ], [ -111.6370831015911, 40.315875662004395 ], [ -111.61989985420173, 40.315887933799395 ], [ -111.6199094375504, 40.31950958891764 ], [ -111.62026260443207, 40.31951670504052 ], [ -111.62026565492681, 40.319850029710018 ], [ -111.62463281595375, 40.319898604701933 ], [ -111.62463908489556, 40.32313287826662 ], [ -111.62500395799077, 40.32313090744514 ], [ -111.6251594624825, 40.323400343455333 ], [ -111.62518333521618, 40.323436251276071 ], [ -111.626080329038, 40.324971974591008 ], [ -111.62632759104582, 40.324979645270723 ], [ -111.62635138169199, 40.325006544075642 ], [ -111.62649512544991, 40.325276041862999 ], [ -111.62900189989061, 40.325226401378316 ], [ -111.6291203571852, 40.325306840047141 ], [ -111.62927437718625, 40.325414112755539 ], [ -111.62913371684093, 40.325477942294626 ], [ -111.62901668087359, 40.325550652407301 ], [ -111.6289468939827, 40.32564112392199 ], [ -111.62827180447714, 40.326464630140713 ], [ -111.62819074609156, 40.326609217631905 ], [ -111.62813281124389, 40.326708633482916 ], [ -111.6276266705224, 40.326711380783244 ], [ -111.62762808909467, 40.326864529552225 ], [ -111.62762741676211, 40.328062757176177 ], [ -111.62803864845544, 40.327979442368559 ], [ -111.62804107007625, 40.32824069607036 ], [ -111.62851099000774, 40.328139042526196 ], [ -111.6307071276032, 40.327586537017261 ], [ -111.63160053721586, 40.327455533509742 ], [ -111.63257793696303, 40.327495238658443 ], [ -111.63282495632215, 40.327475869146788 ], [ -111.63311905886241, 40.327456241419036 ], [ -111.63367186667949, 40.327408168432619 ], [ -111.63406089392318, 40.327469101080581 ], [ -111.63441503107448, 40.327575269780446 ], [ -111.634393260671, 40.327764582389612 ], [ -111.63461724494934, 40.32779939058085 ], [ -111.63477051968984, 40.327825577180953 ], [ -111.63474756867089, 40.327888767524804 ], [ -111.63467846220144, 40.328051312316212 ], [ -111.63497560598763, 40.328355994364578 ], [ -111.63514099090743, 40.328418150787691 ], [ -111.63549547267482, 40.328560351051301 ], [ -111.63610993379324, 40.328809231228419 ], [ -111.63647483664828, 40.328807223994552 ], [ -111.63792055615383, 40.328574030209374 ], [ -111.63850876728765, 40.328534748052306 ], [ -111.63869744308855, 40.328569743220946 ], [ -111.63927447767233, 40.328593583266411 ], [ -111.63953378014403, 40.328628186728523 ], [ -111.63961626233588, 40.328636739873005 ], [ -111.63978063131262, 40.328590784895546 ], [ -111.64002663121084, 40.328463295269515 ], [ -111.6403313147442, 40.328317461887224 ], [ -111.64042369429221, 40.328127757312686 ], [ -111.64102470286704, 40.326953232454855 ], [ -111.64127905478088, 40.326465325856553 ], [ -111.64167405256761, 40.325913574156395 ], [ -111.6422536141707, 40.324964391591429 ], [ -111.64282369681723, 40.324258507176246 ], [ -111.64322157665704, 40.3240130469555 ], [ -111.64360768344058, 40.323767650865861 ], [ -111.6437246149262, 40.323685917384942 ], [ -111.64384180290398, 40.323631209970003 ], [ -111.64725245762207, 40.322098630198987 ], [ -111.64797908851619, 40.321770230814707 ], [ -111.64849480503059, 40.321542110707462 ], [ -111.6484801906103, 40.321244888831117 ], [ -111.64845333660489, 40.319668428032372 ], [ -111.64838252218402, 40.315957029734015 ], [ -111.65413606977467, 40.315780491426246 ], [ -111.65464815277302, 40.315182986583018 ], [ -111.65518097760935, 40.314297067082869 ], [ -111.65570149748089, 40.313357159472503 ], [ -111.65581665339968, 40.313095239424349 ], [ -111.65590522130231, 40.312518147393298 ], [ -111.65610344951932, 40.312327829739765 ], [ -111.65621450377083, 40.311642499244769 ], [ -111.65616969568562, 40.310660748459178 ], [ -111.65605907745793, 40.310174877907045 ], [ -111.65568591242017, 40.309312108224226 ], [ -111.65573865157876, 40.308681163677377 ], [ -111.65567720042017, 40.308411235263705 ], [ -111.65773650762253, 40.308399545442327 ], [ -111.65780044600751, 40.310137961773286 ], [ -111.65928327204487, 40.310138530008686 ], [ -111.6602517263002, 40.31170061090225 ], [ -111.66139918403398, 40.309892212551944 ], [ -111.66225679562221, 40.308535923111847 ], [ -111.66285191695353, 40.30801898911028 ], [ -111.66322644660114, 40.307809630445846 ], [ -111.66351613434186, 40.307348498952599 ], [ -111.6634438559374, 40.307177738229434 ], [ -111.66363860873578, 40.306636067760408 ], [ -111.66391590424948, 40.306111941701921 ], [ -111.66439261601829, 40.305523605298653 ], [ -111.66464557283768, 40.304918534146786 ], [ -111.66472537979475, 40.304656808039184 ], [ -111.66509962007339, 40.304420417225153 ], [ -111.6653861870642, 40.303643975794792 ], [ -111.66540644967688, 40.303310517789264 ], [ -111.66532001810801, 40.302896590327727 ], [ -111.66549112284777, 40.302346043168384 ], [ -111.66589056114582, 40.302280680168728 ], [ -111.66618073853152, 40.301873594229129 ], [ -111.66665819822514, 40.301366326953662 ], [ -111.66665474461263, 40.301014986810159 ], [ -111.66673338809126, 40.300636145850426 ], [ -111.66665942650806, 40.300294221212681 ], [ -111.66645621696367, 40.299971059589787 ], [ -111.66615870498407, 40.299630422150933 ], [ -111.66612048744139, 40.299333337456105 ], [ -111.66648337046514, 40.299142053594387 ], [ -111.66650460043181, 40.298907691173369 ], [ -111.66667701413409, 40.298492272930702 ], [ -111.66670496153884, 40.297744345241703 ], [ -111.66698414671973, 40.297418403509155 ], [ -111.66683543218578, 40.296653475510894 ], [ -111.66725889818238, 40.296642024742575 ], [ -111.66789165751757, 40.296377105702135 ], [ -111.66798382863186, 40.296178370313214 ], [ -111.66826220252696, 40.295771346964351 ], [ -111.66805051673714, 40.295781578720359 ], [ -111.66807253891446, 40.295628294478277 ], [ -111.66808368305666, 40.295565165446156 ], [ -111.66820955071945, 40.295204068938162 ], [ -111.66855939768823, 40.294886724409672 ], [ -111.66876948193001, 40.294714334644908 ], [ -111.66886253653374, 40.29460568581802 ], [ -111.66895408059126, 40.294343888541007 ], [ -111.66898324555378, 40.293722082191664 ], [ -111.66902906128566, 40.293595687866564 ], [ -111.66940224803758, 40.293260187275912 ], [ -111.66957036215527, 40.29241234554722 ], [ -111.66928809906835, 40.292422987976785 ], [ -111.66938473670245, 40.291485467392675 ], [ -111.66971977114312, 40.290861890521981 ], [ -111.6697623820321, 40.290411181499664 ], [ -111.66974848337561, 40.29019504001019 ], [ -111.66943093669613, 40.290205887012711 ], [ -111.66931027222586, 40.289900270671048 ], [ -111.66929664174232, 40.289711155299941 ], [ -111.66740269413505, 40.289731105160776 ], [ -111.6675283777696, 40.289351991611888 ], [ -111.66760842201465, 40.289117289267246 ], [ -111.66755985880665, 40.288964412219954 ], [ -111.66746282168262, 40.288667666786587 ], [ -111.66709804845699, 40.288660761307163 ], [ -111.66709450554465, 40.28830041168024 ], [ -111.66713881546806, 40.288020869385953 ], [ -111.66745369382248, 40.287739766521142 ], [ -111.66884116069143, 40.286470458757059 ], [ -111.66871730964704, 40.285840526832381 ], [ -111.66877843450831, 40.283686961212929 ], [ -111.66875859258138, 40.282867233342621 ], [ -111.66814691591375, 40.282870767172547 ], [ -111.66819210525749, 40.282681311755312 ], [ -111.66843850671889, 40.282616823698746 ], [ -111.66855587016398, 40.282589117832742 ], [ -111.66865534606636, 40.281939876248188 ], [ -111.66852178386408, 40.281517212745136 ], [ -111.66859005305747, 40.281282577469526 ], [ -111.66878007702974, 40.280272441850897 ], [ -111.66748431353216, 40.278892497342206 ], [ -111.66854247903723, 40.278841341847482 ], [ -111.66862819495599, 40.276795742872949 ], [ -111.66854795184216, 40.275814196143017 ], [ -111.66857729235745, 40.275210405463696 ], [ -111.66781278272377, 40.27521482035776 ], [ -111.66776378633791, 40.275016899151566 ], [ -111.66757141491847, 40.273396340003075 ], [ -111.66912391587191, 40.27338737265773 ], [ -111.66914672019189, 40.270927708466246 ], [ -111.66891150134244, 40.270929068471744 ], [ -111.66891070251522, 40.270847989588432 ], [ -111.66895348557362, 40.270415296899969 ], [ -111.66898654896229, 40.270189873779273 ], [ -111.66887715156658, 40.269830135035413 ], [ -111.66887351281925, 40.269460775595782 ], [ -111.66869337604061, 40.269083426952825 ], [ -111.66862139286802, 40.268939694420446 ], [ -111.66861961859541, 40.268759519049802 ], [ -111.66853445616653, 40.268471714100343 ], [ -111.66849748938851, 40.268300751314626 ], [ -111.66858704923665, 40.267840760475494 ], [ -111.66865583738854, 40.267660177343977 ], [ -111.66871339716498, 40.267533714755608 ], [ -111.66841708253108, 40.267301185419363 ], [ -111.66986324556424, 40.267256785540781 ], [ -111.66997987082975, 40.267157008227024 ], [ -111.67025953886512, 40.266894119400526 ], [ -111.66996322181237, 40.26666159401838 ], [ -111.6702680088526, 40.266560726834264 ], [ -111.67044370000711, 40.266487634747691 ], [ -111.67045296960224, 40.266235321076081 ], [ -111.67100560646787, 40.266223108480482 ], [ -111.67090849919032, 40.265917355864801 ], [ -111.67123760303268, 40.265897428699141 ], [ -111.67123190381467, 40.265320867497522 ], [ -111.67143351567238, 40.265490874252876 ], [ -111.67196717277713, 40.265938240738095 ], [ -111.67199283256926, 40.266154314552516 ], [ -111.67226465288458, 40.266287874944048 ], [ -111.67257541319644, 40.266790588983049 ], [ -111.67278051393755, 40.26731193506955 ], [ -111.67289215964331, 40.267896889201744 ], [ -111.67287542378625, 40.268581691861399 ], [ -111.67275846553915, 40.269834661744746 ], [ -111.67268354861874, 40.270582867350377 ], [ -111.67267268031293, 40.270673023303793 ], [ -111.67266243677183, 40.270826240561306 ], [ -111.67270894486212, 40.270771914526442 ], [ -111.67279037847815, 40.270681348299668 ], [ -111.67298825974257, 40.270472984200609 ], [ -111.67327736759326, 40.269975792098066 ], [ -111.67334686006605, 40.269867276394628 ], [ -111.67352112648146, 40.269650039502174 ], [ -111.67399723439809, 40.269034636308653 ], [ -111.67404861441264, 40.268286566800725 ], [ -111.67456892181876, 40.266202390658613 ], [ -111.67476714280109, 40.266030058554641 ], [ -111.67478788775733, 40.265750649784607 ], [ -111.67509131995546, 40.265514638542932 ], [ -111.67554843596697, 40.265358812952122 ], [ -111.67595662694424, 40.265014076387118 ], [ -111.67659408657836, 40.264073385204753 ], [ -111.6768192253551, 40.263063028476203 ], [ -111.67749364075131, 40.2622932924221 ], [ -111.67748492354636, 40.261419442407814 ], [ -111.67770682154732, 40.261264985133927 ], [ -111.67796750344959, 40.261461662518833 ], [ -111.67884476704026, 40.26098803640533 ], [ -111.67921709719037, 40.260589442804431 ], [ -111.67956671611688, 40.260272064983781 ], [ -111.68060485449038, 40.2605993075084 ], [ -111.68534441516758, 40.260634399377551 ], [ -111.68681403156087, 40.26059865832088 ], [ -111.68770754138815, 40.260575333101393 ], [ -111.68803433220023, 40.260330139757968 ], [ -111.68901258852711, 40.259387353109616 ], [ -111.68973706573711, 40.258932572685531 ], [ -111.68995773784154, 40.258660978471681 ], [ -111.69007431871378, 40.258561181125309 ], [ -111.69057857100339, 40.258423033641733 ], [ -111.69107564546914, 40.258735391332166 ], [ -111.69124008498227, 40.258716390602189 ], [ -111.69485011866004, 40.258703779305947 ], [ -111.69601423592876, 40.258696783361813 ], [ -111.69600937838436, 40.257075140473852 ], [ -111.69921981213464, 40.257091823658023 ], [ -111.70033380170548, 40.256787780642668 ], [ -111.70046277269466, 40.256750962885519 ], [ -111.70050971343052, 40.256741669450875 ], [ -111.70258554666894, 40.256206546042065 ], [ -111.7028892119275, 40.256006497592686 ], [ -111.70442851798614, 40.255898035407078 ], [ -111.70458128182459, 40.255888096095745 ], [ -111.70468710607742, 40.255887451722749 ], [ -111.70431895743776, 40.255538330678654 ], [ -111.70431997403914, 40.254502256002063 ], [ -111.70594314090509, 40.254546421249444 ], [ -111.70592960418371, 40.25437532728796 ], [ -111.7082353894628, 40.254478359277869 ], [ -111.7083641637967, 40.254423515342047 ], [ -111.70843433592844, 40.254387048614873 ], [ -111.70793580662314, 40.253939634907738 ], [ -111.70958191287427, 40.25392955305891 ], [ -111.71385021667599, 40.253921320626574 ], [ -111.7138345776432, 40.253552036203786 ], [ -111.71383079122816, 40.253191687934198 ], [ -111.71289805207832, 40.252828056797931 ], [ -111.71378825063246, 40.251381082577488 ], [ -111.71373426235451, 40.248480422262979 ], [ -111.71369163450851, 40.246660806638467 ], [ -111.71367136246005, 40.245850094507041 ], [ -111.71360911579107, 40.239922354450378 ], [ -111.71359159076839, 40.239372894488149 ], [ -111.71375531451747, 40.239290801055063 ], [ -111.71444424041957, 40.238845093862551 ], [ -111.71458435662359, 40.238754135675087 ], [ -111.71465252018828, 40.23852848195515 ], [ -111.71484601106829, 40.237923662965137 ], [ -111.71490289164187, 40.237743125332841 ], [ -111.71548950790527, 40.237631388435226 ], [ -111.71604237547439, 40.237664006402539 ], [ -111.71607745086858, 40.237645770756416 ], [ -111.71631103318457, 40.237500176242264 ], [ -111.7167667248052, 40.237236084795711 ], [ -111.71746517800091, 40.236583086309601 ], [ -111.71762889032031, 40.23650098745604 ], [ -111.71782786678767, 40.236418669653069 ], [ -111.71841598999856, 40.23645105763277 ], [ -111.71913589512558, 40.236716866022242 ], [ -111.71941982419166, 40.236886278385995 ], [ -111.71990482921431, 40.237171560525915 ], [ -111.72020252156055, 40.237530080906687 ], [ -111.72047785274518, 40.237996851446674 ], [ -111.72110364536356, 40.238254223999959 ], [ -111.72118612263282, 40.238271728694748 ], [ -111.72155110637463, 40.238323509588668 ], [ -111.72180742406252, 40.238105687779068 ], [ -111.7217800761656, 40.236637340383055 ], [ -111.72175693852202, 40.235565376244807 ], [ -111.72187199811202, 40.235330416432369 ], [ -111.72203579770849, 40.23525732011889 ], [ -111.72222377617867, 40.235247137901666 ], [ -111.72236483178918, 40.23524625757733 ], [ -111.72245877311654, 40.23523666188094 ], [ -111.72291701212649, 40.235215781833958 ], [ -111.72335059125375, 40.235086942315981 ], [ -111.72439358287738, 40.234783111406877 ], [ -111.72593342837264, 40.234773463118998 ], [ -111.72634608868302, 40.234887995106348 ], [ -111.7266525739486, 40.23496715503984 ], [ -111.72665295913961, 40.235003189880047 ], [ -111.72668966742432, 40.235138099114373 ], [ -111.72617429327214, 40.235312510950912 ], [ -111.72604547337117, 40.235358365731912 ], [ -111.72592831174356, 40.235395137930773 ], [ -111.72589352878498, 40.235440402668836 ], [ -111.72575487739527, 40.235666505071158 ], [ -111.72553548037682, 40.236037262540478 ], [ -111.72585805355888, 40.236521742775416 ], [ -111.72603524222633, 40.236601715157263 ], [ -111.72657702491104, 40.236697417530507 ], [ -111.72682426255923, 40.236731902347714 ], [ -111.72787652402408, 40.2372928757827 ], [ -111.72795929123154, 40.237337401759753 ], [ -111.72799474914154, 40.237355197345146 ], [ -111.72860784298561, 40.23752251606566 ], [ -111.7291258365143, 40.237591328298294 ], [ -111.73019709174523, 40.23772872328292 ], [ -111.73113019743025, 40.238137260423677 ], [ -111.73122394757405, 40.238109640200491 ], [ -111.73125911597293, 40.238100408684375 ], [ -111.7314699322695, 40.238027001973322 ], [ -111.73171329794772, 40.237701128449793 ], [ -111.73163840421282, 40.237296183026906 ], [ -111.73254508971422, 40.237434596540368 ], [ -111.73256343993528, 40.239137239527508 ], [ -111.73617757791324, 40.239600808577649 ], [ -111.7371076182795, 40.239721019012457 ], [ -111.73865961373586, 40.240819267929034 ], [ -111.73981851035512, 40.240361400274267 ], [ -111.73991029845652, 40.240153599525428 ], [ -111.74034729019293, 40.239258883868771 ], [ -111.74032258269921, 40.238069813742001 ], [ -111.74080863749204, 40.237363977648997 ], [ -111.74095732741046, 40.236984634911131 ], [ -111.74046342590159, 40.23696977735527 ], [ -111.73973393671363, 40.23691137720941 ], [ -111.73942909389531, 40.236985399742096 ], [ -111.73894312811991, 40.236619121991978 ], [ -111.73997382620587, 40.236270182802798 ], [ -111.73804029103428, 40.234669862759844 ], [ -111.73912728791667, 40.234095339235992 ], [ -111.74004058616559, 40.2326840501851 ], [ -111.73902679754855, 40.230258012856268 ], [ -111.73718758289385, 40.228666083444566 ], [ -111.73468394920734, 40.226492737518576 ], [ -111.73219048260756, 40.224157103967848 ], [ -111.73175117394483, 40.223745453063373 ], [ -111.73168979382184, 40.223502589187603 ], [ -111.73165682703757, 40.195303524945274 ], [ -111.73165130808428, 40.1947900254902 ], [ -111.67263330258099, 40.195409267093659 ], [ -111.66230734143052, 40.19551385251745 ], [ -111.66223597751996, 40.195424166828118 ], [ -111.662081502392, 40.195244862499436 ], [ -111.66138041304072, 40.194429014981054 ], [ -111.66066986605567, 40.193847461421235 ], [ -111.65992548583125, 40.193410246692075 ], [ -111.6595818389421, 40.193105885580259 ], [ -111.65926064320509, 40.192693282755677 ], [ -111.65922243501672, 40.192387180686772 ], [ -111.65917995322667, 40.191639642193699 ], [ -111.65911694344354, 40.191198540200105 ], [ -111.65900903883109, 40.190973919417509 ], [ -111.65873397346934, 40.190470958288508 ], [ -111.65832943420256, 40.189941704593586 ], [ -111.65787808783871, 40.189430734242286 ], [ -111.65760503832794, 40.189134975180451 ], [ -111.65732894728367, 40.188523903440526 ], [ -111.65740778220423, 40.188172088849292 ], [ -111.65766255435726, 40.187792246606058 ], [ -111.65785832992128, 40.187385710822923 ], [ -111.65778341250238, 40.186926656597805 ], [ -111.6576503733162, 40.186530998356176 ], [ -111.65721184460395, 40.186128065176305 ], [ -111.6571158746527, 40.185921393472711 ], [ -111.65720688877757, 40.185614556799379 ], [ -111.6572390842983, 40.185299044565426 ], [ -111.65718844816243, 40.184920936651245 ], [ -111.65691611518849, 40.184697246935386 ], [ -111.65671538954813, 40.184590272777747 ], [ -111.65629105585484, 40.184439519034697 ], [ -111.65565390830585, 40.184145818535796 ], [ -111.65528614234017, 40.183769505301022 ], [ -111.6552837152185, 40.183517255377367 ], [ -111.65528497261667, 40.182427108739695 ], [ -111.6555049323127, 40.182092515028415 ], [ -111.65599425685187, 40.181675310121967 ], [ -111.65655717463893, 40.181582024899157 ], [ -111.65713148867917, 40.181452634577994 ], [ -111.65754136373856, 40.181324175483127 ], [ -111.65786823585944, 40.181115101853756 ], [ -111.65800726644378, 40.180916104499353 ], [ -111.65804215452245, 40.180879868522389 ], [ -111.65808957137162, 40.180924646096187 ], [ -111.6744961798897, 40.180659043243345 ], [ -111.67428381812222, 40.178191700001811 ], [ -111.66968946733834, 40.179200393895542 ], [ -111.66968247008595, 40.178488690235255 ], [ -111.66965274629675, 40.176659949621495 ], [ -111.66964256197875, 40.175623924812683 ], [ -111.66970075294911, 40.175569531674903 ], [ -111.66981633739718, 40.175379665102575 ], [ -111.66981368003894, 40.17510939772837 ], [ -111.66993976744172, 40.174793338298606 ], [ -111.67019335679862, 40.174305361617833 ], [ -111.67050770267096, 40.174024249314982 ], [ -111.67075193587578, 40.173779580079199 ], [ -111.67110213053547, 40.173561324442524 ], [ -111.67152447456898, 40.173513828403763 ], [ -111.6720890802288, 40.173600646478249 ], [ -111.67259487769574, 40.173678794025264 ], [ -111.67320655161099, 40.173774342617058 ], [ -111.67348983602393, 40.173916845865115 ], [ -111.67363281486726, 40.174123230833395 ], [ -111.67390747648571, 40.1745811130885 ], [ -111.67421666163025, 40.174966718213518 ], [ -111.67442690044001, 40.174848371186947 ], [ -111.67448365979206, 40.174649833199354 ], [ -111.6745169303053, 40.174451432027887 ], [ -111.67471613656237, 40.174405224144444 ], [ -111.67547960201466, 40.174409781739094 ], [ -111.67590257369137, 40.174425332037565 ], [ -111.6763354115905, 40.174251625244381 ], [ -111.67667465168854, 40.174114501619279 ], [ -111.67696485477283, 40.173770446968874 ], [ -111.67715204456759, 40.173697276883885 ], [ -111.67766932354789, 40.173748306814524 ], [ -111.67781043235556, 40.173765499629646 ], [ -111.67817369330447, 40.173682287529417 ], [ -111.6788065290939, 40.173543437514148 ], [ -111.67915660659638, 40.173316148829272 ], [ -111.67936620279941, 40.173134730625186 ], [ -111.67944733278563, 40.173026141430398 ], [ -111.67953903835527, 40.172800367573316 ], [ -111.67952432919559, 40.172503142852172 ], [ -111.67947357999128, 40.172125044791571 ], [ -111.67950602617702, 40.171845562132518 ], [ -111.6797041428316, 40.171691238939708 ], [ -111.6799371301946, 40.17150067291297 ], [ -111.68011247687622, 40.171418558158983 ], [ -111.6803704788905, 40.171381004580788 ], [ -111.68075820147038, 40.171396744325094 ], [ -111.68113463080988, 40.171457596346656 ], [ -111.68189905487179, 40.171561209740879 ], [ -111.68199390657881, 40.171650745317685 ], [ -111.68223013484433, 40.171784494957436 ], [ -111.68246645427527, 40.171927252998536 ], [ -111.68303250501073, 40.172158160012849 ], [ -111.6834212265546, 40.17227298860864 ], [ -111.68372683814492, 40.172298212483511 ], [ -111.68401989205391, 40.172242424918245 ], [ -111.68493654651826, 40.17230007159619 ], [ -111.68555969633748, 40.172368458761376 ], [ -111.68592284935288, 40.172276213579991 ], [ -111.68621481244081, 40.172112313831278 ], [ -111.68662630028854, 40.172154921319738 ], [ -111.68713164848083, 40.172187960900807 ], [ -111.68763836102104, 40.172356131528936 ], [ -111.68806268682381, 40.172506770736007 ], [ -111.68821526638169, 40.172496854430356 ], [ -111.68847381397062, 40.172513336096692 ], [ -111.688837874531, 40.172511170615891 ], [ -111.68910825731689, 40.172536589871164 ], [ -111.68932028541325, 40.172598393636981 ], [ -111.68952129938717, 40.172732337990212 ], [ -111.68975754599241, 40.172866072090642 ], [ -111.69018206209191, 40.173034721207038 ], [ -111.69073740841124, 40.173364757863276 ], [ -111.69134864648011, 40.173415166041153 ], [ -111.69147746514685, 40.17337835905473 ], [ -111.6916180276973, 40.173341481770649 ], [ -111.69207558704686, 40.173293700416991 ], [ -111.69239304167618, 40.173327840015908 ], [ -111.69267535613039, 40.17337119840878 ], [ -111.69306465029976, 40.17354004763807 ], [ -111.6939847243473, 40.173930950647382 ], [ -111.69443182735884, 40.174009354524266 ], [ -111.69533778055639, 40.174166086534939 ], [ -111.69574891804946, 40.174172625968062 ], [ -111.69584287130927, 40.174172061321329 ], [ -111.6965822925641, 40.174122567744874 ], [ -111.6971193889789, 40.173813014753399 ], [ -111.69748087331804, 40.173558573868824 ], [ -111.69786648893218, 40.173367052329432 ], [ -111.69825357968938, 40.173319671311049 ], [ -111.6986889393373, 40.173398129576228 ], [ -111.69896043811444, 40.173531632084064 ], [ -111.69912744324226, 40.173782887428118 ], [ -111.69930369694106, 40.173790832380227 ], [ -111.69954884258358, 40.173645200717843 ], [ -111.69969855453004, 40.173355994642442 ], [ -111.69975412850381, 40.173049338535023 ], [ -111.69977187940916, 40.172490647257327 ], [ -111.69995617147987, 40.172138165847585 ], [ -111.70018715885554, 40.171758373475612 ], [ -111.70045374514297, 40.171414402940634 ], [ -111.70073392543993, 40.171250537929332 ], [ -111.70114421119989, 40.171175978610876 ], [ -111.70133108917587, 40.171075743100694 ], [ -111.70142309041863, 40.170885987910481 ], [ -111.70134910506563, 40.170544078087374 ], [ -111.70135695376224, 40.170165634801968 ], [ -111.70148186528418, 40.169750444594193 ], [ -111.70166660511946, 40.16944300474249 ], [ -111.70198070494092, 40.169152799179635 ], [ -111.70261094023554, 40.168770580460865 ], [ -111.70337108694702, 40.168459644549138 ], [ -111.70423319030213, 40.167787706532145 ], [ -111.70531820559712, 40.167096385471218 ], [ -111.70622855077968, 40.166550270611346 ], [ -111.70668212967527, 40.166124059959508 ], [ -111.70708826485625, 40.165653090129105 ], [ -111.70728078403948, 40.164967197690402 ], [ -111.70746436265757, 40.164551642375997 ], [ -111.70777776037947, 40.164198359241936 ], [ -111.70799880712663, 40.163998800312726 ], [ -111.70824455435289, 40.16391621245819 ], [ -111.7084905819429, 40.163860650656837 ], [ -111.70893538544487, 40.163722786528453 ], [ -111.70933265533759, 40.163531155331945 ], [ -111.71012146244082, 40.162598348716386 ], [ -111.71030417249816, 40.162101709228743 ], [ -111.71048857035784, 40.161767228848944 ], [ -111.71072387972121, 40.161810831832867 ], [ -111.71120699339768, 40.161970035068983 ], [ -111.71150242472473, 40.16214840862402 ], [ -111.71200996787422, 40.162397552676509 ], [ -111.71244564933221, 40.162511995231284 ], [ -111.71288095530633, 40.162590400730423 ], [ -111.7134695701225, 40.162730925993387 ], [ -111.71396509939525, 40.162953107162323 ], [ -111.71449916418608, 40.163490378404987 ], [ -111.71480852622304, 40.163875874315686 ], [ -111.7153267018644, 40.16401682491896 ], [ -111.71551732254575, 40.164276920456317 ], [ -111.71574241510361, 40.16446472715765 ], [ -111.7162130592112, 40.164551911027132 ], [ -111.71637934748647, 40.164731070790381 ], [ -111.71635908228036, 40.165037516654245 ], [ -111.71637470758104, 40.165406806414119 ], [ -111.71637177236572, 40.166244701041968 ], [ -111.71637082609575, 40.167271781112184 ], [ -111.71649071808822, 40.167505284206392 ], [ -111.71664015520352, 40.167198038987927 ], [ -111.71684707322675, 40.166773315193133 ], [ -111.71689072741538, 40.166457715097721 ], [ -111.71678153634028, 40.166125042466746 ], [ -111.71665066110269, 40.165963682991823 ], [ -111.71660709640716, 40.165171123264088 ], [ -111.71667537267697, 40.164963483875404 ], [ -111.71680292948923, 40.164809534004839 ], [ -111.71688323157076, 40.164628848309086 ], [ -111.71703427215982, 40.16447475277127 ], [ -111.71723266093915, 40.164356401441879 ], [ -111.71758483840647, 40.164345209849301 ], [ -111.7179853141333, 40.16445984965334 ], [ -111.71820927472412, 40.164539545445301 ], [ -111.71850492531645, 40.164735918468331 ], [ -111.71875389262929, 40.164959608812495 ], [ -111.71908581990674, 40.165254858791634 ], [ -111.71941803538147, 40.165577134277413 ], [ -111.7196552661228, 40.165800895561567 ], [ -111.72102866149211, 40.166855462644648 ], [ -111.72137311372234, 40.167222703285546 ], [ -111.72174334566968, 40.167806008239737 ], [ -111.7219611146914, 40.168408281583446 ], [ -111.72203663274153, 40.168885309813561 ], [ -111.7219934783196, 40.169245955632014 ], [ -111.72189122516455, 40.169570932249307 ], [ -111.7217761779535, 40.169796884941192 ], [ -111.72157844932219, 40.16997830576706 ], [ -111.72126233198343, 40.170070369678655 ], [ -111.72080548355565, 40.170181327804173 ], [ -111.72049022157073, 40.170354469028837 ], [ -111.72021018837913, 40.17052739025381 ], [ -111.72004749353214, 40.170690571688908 ], [ -111.71996719296904, 40.170871259380228 ], [ -111.71992278899612, 40.171114789711531 ], [ -111.71993662680742, 40.171312910792601 ], [ -111.71999753445921, 40.171519748569636 ], [ -111.72029388741922, 40.171779178229876 ], [ -111.720671972261, 40.171993051321316 ], [ -111.7210850046873, 40.172179677267927 ], [ -111.72161509549359, 40.172329534532174 ], [ -111.72192205641809, 40.172480780899072 ], [ -111.72219483768455, 40.172731343188161 ], [ -111.72224372311808, 40.172911226470532 ], [ -111.72221145199126, 40.173190719533281 ], [ -111.72214452166364, 40.173524485228519 ], [ -111.72208799793357, 40.173732054219549 ], [ -111.7220546755228, 40.173912450249297 ], [ -111.72196349179316, 40.17417429178434 ], [ -111.72189531833597, 40.174390942716606 ], [ -111.72190935361814, 40.174607081021698 ], [ -111.72194668646426, 40.174805055223096 ], [ -111.72210279876657, 40.175128420336975 ], [ -111.722683141288, 40.175584278987195 ], [ -111.72322653675617, 40.175878196165762 ], [ -111.72383992485085, 40.176126626150477 ], [ -111.72408837713918, 40.176296251223015 ], [ -111.72464362463187, 40.176599096961503 ], [ -111.72523391887596, 40.176883701662881 ], [ -111.72575317454728, 40.177114692250129 ], [ -111.72646082812311, 40.177389545485795 ], [ -111.72711900837189, 40.177430460627967 ], [ -111.72788337247989, 40.177515751490986 ], [ -111.72858824423561, 40.177529336499269 ], [ -111.72909336067616, 40.177535165969203 ], [ -111.72948199541645, 40.177631821261514 ], [ -111.7302370342628, 40.177942390355952 ], [ -111.73059130832077, 40.178120343239542 ], [ -111.73111088137249, 40.178378335871599 ], [ -111.73130034556372, 40.178521289633117 ], [ -111.73138420371556, 40.17867391968835 ], [ -111.73149126174449, 40.178799374896442 ], [ -111.73162151964732, 40.178897655194781 ], [ -111.73190475198975, 40.179021996542467 ], [ -111.73251752133824, 40.179207318381849 ], [ -111.73316640159753, 40.179473492862755 ], [ -111.73369764260519, 40.17972239048315 ], [ -111.73425315451755, 40.180043206886694 ], [ -111.73453688213286, 40.180212585584727 ], [ -111.73492544244965, 40.180300213574327 ], [ -111.73527779583731, 40.180297976260483 ], [ -111.7354189317238, 40.180315098590278 ], [ -111.7355012448088, 40.180323585073296 ], [ -111.73570081446744, 40.180313307622932 ], [ -111.73591173982661, 40.18026692006304 ], [ -111.73602753590221, 40.180113024206435 ], [ -111.7361184782806, 40.179833154718743 ], [ -111.73622126228418, 40.179562219241213 ], [ -111.73651050327449, 40.179154956662188 ], [ -111.7366587053076, 40.178739581463716 ], [ -111.7367033462148, 40.178523071856361 ], [ -111.73666509148839, 40.178244023935754 ], [ -111.73655617402605, 40.177947406776255 ], [ -111.7363769843908, 40.177669255286666 ], [ -111.73626982186538, 40.177534795856594 ], [ -111.73606724267876, 40.177265802008328 ], [ -111.73579332206923, 40.176916176614007 ], [ -111.73554192047993, 40.176476313461045 ], [ -111.73549260824649, 40.176260401104678 ], [ -111.73545416536365, 40.17596333505081 ], [ -111.73542775891841, 40.175693220718465 ], [ -111.73538931667574, 40.175396154608713 ], [ -111.73529390397414, 40.175261619574108 ], [ -111.73511181033355, 40.174713202285567 ], [ -111.73506152878259, 40.174407201780589 ], [ -111.73510704702737, 40.174271771698983 ], [ -111.73504647983756, 40.174100977552811 ], [ -111.7350215337901, 40.173965994848956 ], [ -111.73494873717227, 40.173750231252406 ], [ -111.73490049789436, 40.173633415190352 ], [ -111.73481722128832, 40.173534840302565 ], [ -111.73476859374708, 40.173381989018509 ], [ -111.73463445630456, 40.172923360490095 ], [ -111.73459631067203, 40.172653320304896 ], [ -111.73458068152645, 40.172293043150567 ], [ -111.73451739802429, 40.171870002451449 ], [ -111.73456087604461, 40.171545387876364 ], [ -111.73461532015354, 40.171148628408012 ], [ -111.73469490202737, 40.170904869351496 ], [ -111.73493811427647, 40.170587996358499 ], [ -111.73512289895019, 40.170298522074148 ], [ -111.73531913373856, 40.169981946529376 ], [ -111.73562086170476, 40.169646681589313 ], [ -111.73586474626308, 40.169392868219056 ], [ -111.73619141532528, 40.169192584437276 ], [ -111.73660008980448, 40.168973759204242 ], [ -111.73695033835949, 40.168782332671626 ], [ -111.73756000553787, 40.168688356301175 ], [ -111.7381699637716, 40.168621403105185 ], [ -111.73880389530771, 40.168599340784887 ], [ -111.73930943445119, 40.168650170219045 ], [ -111.7395906819925, 40.168594317484683 ], [ -111.73984844291687, 40.168538614154244 ], [ -111.740481394, 40.168426454794997 ], [ -111.74098546350262, 40.16834214513031 ], [ -111.74158288761916, 40.168203178885506 ], [ -111.74205231369123, 40.168173142944198 ], [ -111.74266255710413, 40.168133192502125 ], [ -111.74334296284457, 40.168065760162797 ], [ -111.74392893165577, 40.167953883604845 ], [ -111.74469143642138, 40.167876906384031 ], [ -111.74516046461866, 40.167810822759996 ], [ -111.74555962576409, 40.167799243636054 ], [ -111.74595987159276, 40.167886759670552 ], [ -111.74631265325083, 40.167929533227358 ], [ -111.7467473398565, 40.16794474923617 ], [ -111.74686486811983, 40.167953000556814 ], [ -111.74719327565828, 40.16791484396164 ], [ -111.74753293160364, 40.167831566757066 ], [ -111.74791936060532, 40.167729967596379 ], [ -111.74825891578709, 40.167637679504111 ], [ -111.74865649158679, 40.167481949380516 ], [ -111.74886637812314, 40.167345450850156 ], [ -111.74904153049447, 40.167254223713499 ], [ -111.74916941401867, 40.167136273948771 ], [ -111.7492615734659, 40.166973508177207 ], [ -111.74938856444126, 40.166774479239209 ], [ -111.74939822666161, 40.166585219052735 ], [ -111.74937236359733, 40.166369160561679 ], [ -111.7492986386448, 40.166072327102185 ], [ -111.7491425182785, 40.165758007911407 ], [ -111.74903416159302, 40.16551545480533 ], [ -111.748832261771, 40.165309544286984 ], [ -111.74859652125431, 40.165229984013735 ], [ -111.74820892049256, 40.165223480038328 ], [ -111.74797318098329, 40.165143918485327 ], [ -111.7478662135463, 40.165027487081154 ], [ -111.74764083386694, 40.164821726116116 ], [ -111.74723596140419, 40.164310803122007 ], [ -111.74678373123079, 40.163764146446518 ], [ -111.74640571154237, 40.162487246636779 ], [ -111.7462134006938, 40.162083062348387 ], [ -111.74578586034561, 40.161644355430155 ], [ -111.74533503896323, 40.161223815598568 ], [ -111.74481485570263, 40.160902823824465 ], [ -111.74442521343488, 40.16070712236975 ], [ -111.7440823434121, 40.160493100173937 ], [ -111.7436664701012, 40.160045300845148 ], [ -111.74340314382464, 40.159587511210624 ], [ -111.7433064608699, 40.159335868031114 ], [ -111.74324569057693, 40.159147060212078 ], [ -111.74326740522797, 40.158984751159025 ], [ -111.7434412665594, 40.158776418153828 ], [ -111.74376746941928, 40.15854007811145 ], [ -111.74411597247386, 40.158195480713871 ], [ -111.74424030687989, 40.15775321967125 ], [ -111.74451599523317, 40.157192862781258 ], [ -111.74479295868839, 40.156749619564195 ], [ -111.74524366916472, 40.156089031192089 ], [ -111.74581266599839, 40.15550876403718 ], [ -111.74639418296418, 40.155000488793249 ], [ -111.74660304943083, 40.154773906432069 ], [ -111.74674068121904, 40.154475707667387 ], [ -111.74665691811654, 40.154332096937772 ], [ -111.74656111882632, 40.154161535452985 ], [ -111.74654671465662, 40.153918373657 ], [ -111.74655618619808, 40.153711095641412 ], [ -111.74667102587925, 40.153476109893369 ], [ -111.74686785033228, 40.153222576363596 ], [ -111.74706526562787, 40.153023095281476 ], [ -111.74750784419747, 40.152695899327853 ], [ -111.74823070187136, 40.152231749338455 ], [ -111.74891991251603, 40.151911963411649 ], [ -111.74937560130508, 40.151710807589758 ], [ -111.74987666252102, 40.15136520518373 ], [ -111.75028459150921, 40.151092279590671 ], [ -111.75069291397791, 40.150855387747704 ], [ -111.75096045334406, 40.150628417034049 ], [ -111.75120500736472, 40.150446642000716 ], [ -111.76259504540369, 40.144281808316322 ], [ -111.7627114262193, 40.144190947387521 ], [ -111.76290947444994, 40.144054501098914 ], [ -111.76307270877214, 40.14395432166198 ], [ -111.76338763891263, 40.143772057049432 ], [ -111.76356271144165, 40.143680808317683 ], [ -111.76371491137189, 40.143643766829648 ], [ -111.76385385890623, 40.143471670931319 ], [ -111.76405170090179, 40.143317205159661 ], [ -111.76428465695601, 40.143153497847557 ], [ -111.76454159405219, 40.143034678945881 ], [ -111.76481077396535, 40.142960825826378 ], [ -111.76524328268648, 40.142795798399305 ], [ -111.76561699545611, 40.14262214867621 ], [ -111.76582737875123, 40.14253967248851 ], [ -111.7661543370327, 40.142384349123439 ], [ -111.76629378194104, 40.142257294209166 ], [ -111.76652662771298, 40.142084573667375 ], [ -111.76697116899297, 40.141946488466132 ], [ -111.76717092479775, 40.141963184105663 ], [ -111.76745163322488, 40.141871229586194 ], [ -111.76773213807279, 40.141761256849598 ], [ -111.76788341854625, 40.14164313099171 ], [ -111.7685528098536, 40.141665718432918 ], [ -111.76864793512183, 40.141773200355225 ], [ -111.76873193152245, 40.141934812735236 ], [ -111.76893189080738, 40.141969522870092 ], [ -111.76909724454498, 40.142058519163399 ], [ -111.76916940230785, 40.142211200401746 ], [ -111.76924105235813, 40.142318837752882 ], [ -111.76941865399824, 40.14245279942309 ], [ -111.76963004866305, 40.142460404034637 ], [ -111.7696432104286, 40.142586448737383 ], [ -111.76985460552639, 40.142594052934648 ], [ -111.77008896910949, 40.142556456791326 ], [ -111.77032312892379, 40.142500842646847 ], [ -111.7707678686042, 40.142380760454216 ], [ -111.77110736794587, 40.142297415184878 ], [ -111.77123577800621, 40.142233493915526 ], [ -111.77129110831736, 40.141935813810022 ], [ -111.77107818740667, 40.141793080758397 ], [ -111.77095856325889, 40.141595669532343 ], [ -111.77089640950844, 40.141289762272827 ], [ -111.77090702773866, 40.141190587708941 ], [ -111.77104707234868, 40.141117579742094 ], [ -111.77121120434616, 40.141098467844699 ], [ -111.77149302453783, 40.141105600008501 ], [ -111.77169216729487, 40.14106823527964 ], [ -111.7718916156889, 40.141057896500428 ], [ -111.77205707296767, 40.141155897328453 ], [ -111.77219895215229, 40.141245045709404 ], [ -111.77222436669047, 40.141416055635055 ], [ -111.77240237982933, 40.141586047763333 ], [ -111.77253333832869, 40.141747344103116 ], [ -111.77262918431083, 40.141917884017666 ], [ -111.77298051948002, 40.141843463729998 ], [ -111.7732967408916, 40.141778286316871 ], [ -111.77354222499281, 40.141686552278038 ], [ -111.77364633739681, 40.141550715115905 ], [ -111.77377382380561, 40.141405712229023 ], [ -111.77390090079668, 40.141224674167859 ], [ -111.77413525732453, 40.141187069891267 ], [ -111.77432286508549, 40.14116779663977 ], [ -111.7746041742071, 40.141129877436825 ], [ -111.77483883702823, 40.141119298014196 ], [ -111.77509718103047, 40.141126578489491 ], [ -111.77504002529217, 40.14126210267905 ], [ -111.77490182708023, 40.141497273052174 ], [ -111.77508943545655, 40.141477998553675 ], [ -111.77531174662886, 40.141413444198669 ], [ -111.77563929221859, 40.141312146807927 ], [ -111.7758847714215, 40.141220407841047 ], [ -111.77639930685122, 40.141045779710311 ], [ -111.77662058956389, 40.140891135325312 ], [ -111.77675919100163, 40.140691997958697 ], [ -111.77685094167211, 40.140502184182608 ], [ -111.77691972869087, 40.140357571613499 ], [ -111.77707109261905, 40.140248442657189 ], [ -111.77725838891844, 40.140202138418282 ], [ -111.77751590807109, 40.140137343504342 ], [ -111.7778799940038, 40.140152917174383 ], [ -111.77832583546478, 40.140131902442917 ], [ -111.77882944118485, 40.14002941252015 ], [ -111.77939152967058, 40.139908507912551 ], [ -111.77974284681484, 40.139834067249119 ], [ -111.78000056817369, 40.139787284337558 ], [ -111.78038751028028, 40.139748639516 ], [ -111.78077424568436, 40.139691975912172 ], [ -111.78118394051427, 40.139590108923578 ], [ -111.78155862667832, 40.139506495661891 ], [ -111.78188718626971, 40.139495268188341 ], [ -111.78222707044097, 40.139447925517402 ], [ -111.78237811377338, 40.139311763475263 ], [ -111.78268360990198, 40.139336727335539 ], [ -111.78284918161764, 40.139443721406224 ], [ -111.78302535421292, 40.139451539698861 ], [ -111.7831882373043, 40.13932430598468 ], [ -111.78364487781174, 40.139222112774839 ], [ -111.78435695341305, 40.138874932931479 ], [ -111.78456844182608, 40.138891519105151 ], [ -111.7850733765188, 40.138906115789666 ], [ -111.78554278660235, 40.1388939229427 ], [ -111.78585950077422, 40.138873755119754 ], [ -111.78625609505337, 40.138654836371515 ], [ -111.78647828227911, 40.138581251999241 ], [ -111.78668862734774, 40.13849873821124 ], [ -111.7868749767748, 40.138371339891528 ], [ -111.78720311391729, 40.138324062452192 ], [ -111.78742602698478, 40.138313537419798 ], [ -111.78767210336518, 40.138275826076828 ], [ -111.78787060424884, 40.138184381267031 ], [ -111.7880927881581, 40.138110793822293 ], [ -111.78831507569382, 40.13804621468779 ], [ -111.78847929921091, 40.138036087153175 ], [ -111.78869016093306, 40.137998613422774 ], [ -111.7888648717436, 40.13788030061415 ], [ -111.78900499424081, 40.137816279867927 ], [ -111.78927516861023, 40.137832457575449 ], [ -111.78946328379372, 40.137858203566203 ], [ -111.78970925304364, 40.137811479187263 ], [ -111.78992053065151, 40.137810038148004 ], [ -111.79008496201374, 40.137817925802622 ], [ -111.79016712553003, 40.137817365177625 ], [ -111.79048278916635, 40.137707097477517 ], [ -111.79072750399621, 40.137552266203777 ], [ -111.79087998831545, 40.137542215427629 ], [ -111.79108004980921, 40.137585896084651 ], [ -111.79124406275125, 40.137557747187913 ], [ -111.79151350481632, 40.137510858589586 ], [ -111.7917827373666, 40.137445951914955 ], [ -111.79189927646902, 40.137373079480909 ], [ -111.79225171724464, 40.137397697073247 ], [ -111.79235808784676, 40.137460035364072 ], [ -111.79251130432951, 40.137513043517288 ], [ -111.79269962914283, 40.137556801697038 ], [ -111.79285274139301, 40.137600800669084 ], [ -111.79306338976653, 40.13754530156131 ], [ -111.79325045787068, 40.137480954163337 ], [ -111.79340168423202, 40.137362795396264 ], [ -111.79361086409824, 40.137181173182519 ], [ -111.79376261330819, 40.137108057563772 ], [ -111.79407879205181, 40.137042823746256 ], [ -111.79428891319309, 40.136942278821273 ], [ -111.79460634990173, 40.136985148228241 ], [ -111.79480641203619, 40.137028822443931 ], [ -111.79492389197604, 40.137037025480872 ], [ -111.79501789694547, 40.137045389568371 ], [ -111.79507626943492, 40.137017960475141 ], [ -111.79516974933, 40.136981280841148 ], [ -111.79540418392838, 40.136952642463619 ], [ -111.79561545858516, 40.136951191060035 ], [ -111.79623775529296, 40.136964932679412 ], [ -111.79654366614518, 40.137025894902813 ], [ -111.79681478595252, 40.137123133478646 ], [ -111.79706243147932, 40.137220532995592 ], [ -111.79726396987706, 40.137390324946871 ], [ -111.79751172232976, 40.137496732196709 ], [ -111.79763004607442, 40.137577002184088 ], [ -111.79796059527136, 40.137736894756884 ], [ -111.79827867038604, 40.137833806303071 ], [ -111.79876202277249, 40.138010661967868 ], [ -111.799161314062, 40.138025925891654 ], [ -111.79939670060807, 40.138078357797539 ], [ -111.79959687449261, 40.13813103237549 ], [ -111.79973751531413, 40.138112042277406 ], [ -111.79990110317551, 40.138047846312787 ], [ -111.80007547739284, 40.137902490655719 ], [ -111.80006194350516, 40.137749423724472 ], [ -111.8000723074917, 40.137632229426913 ], [ -111.80014051389992, 40.137442559958359 ], [ -111.80016261524536, 40.137325284544225 ], [ -111.80026709047191, 40.137225458756781 ], [ -111.80044220179342, 40.137143163511077 ], [ -111.80066457984584, 40.137087569510697 ], [ -111.80086390563066, 40.137068172269238 ], [ -111.80104028527478, 40.137093980609357 ], [ -111.80126477902319, 40.137218559586287 ], [ -111.80129026466437, 40.137389562557182 ], [ -111.80123348164018, 40.137552125342665 ], [ -111.8012827600044, 40.137749991987818 ], [ -111.80149329587306, 40.137685468903541 ], [ -111.80170340782618, 40.137584910622436 ], [ -111.80185694934382, 40.137664932446881 ], [ -111.80187165214808, 40.137917094869977 ], [ -111.80183855720487, 40.138097512771786 ], [ -111.80181751747213, 40.138304875494732 ], [ -111.80178431632243, 40.138476284669565 ], [ -111.80180916841188, 40.138593235257055 ], [ -111.80189292123029, 40.138727796838175 ], [ -111.80196514842589, 40.138880457047428 ], [ -111.80187304646026, 40.139034255268292 ], [ -111.80175725660627, 40.139170198555817 ], [ -111.80174848368273, 40.1394225234692 ], [ -111.80177344197703, 40.139548482743749 ], [ -111.80179850626557, 40.139683450710123 ], [ -111.80180030654347, 40.139836598622296 ], [ -111.80173136124888, 40.139963208065453 ], [ -111.80175716688152, 40.140161236932293 ], [ -111.80168832707426, 40.14029685504682 ], [ -111.80177292898584, 40.140503486255291 ], [ -111.80185668414146, 40.140638047796301 ], [ -111.8019049075217, 40.140745827043311 ], [ -111.80200008359188, 40.14085328108483 ], [ -111.80216462936062, 40.140870160194623 ], [ -111.80228296442046, 40.140950425270205 ], [ -111.80236629722577, 40.14104895162707 ], [ -111.8024618984134, 40.141192440060699 ], [ -111.80261672114499, 40.14138056509934 ], [ -111.80270016098848, 40.141488099894914 ], [ -111.80280781988695, 40.141658532735434 ], [ -111.80286820799002, 40.141802264939741 ], [ -111.8029765041899, 40.142026749773621 ], [ -111.80283649254683, 40.142099796032099 ], [ -111.80261346396844, 40.142101342127027 ], [ -111.80243749475457, 40.142111571120559 ], [ -111.80228404844264, 40.142040558927619 ], [ -111.80207244053601, 40.14201499656037 ], [ -111.80185057724738, 40.14211563684816 ], [ -111.80175751765169, 40.14218835666518 ], [ -111.80146427026089, 40.14220840557612 ], [ -111.80124261710044, 40.142327062106084 ], [ -111.80104338189804, 40.142355468829344 ], [ -111.80085757747311, 40.142527933204818 ], [ -111.80110366112217, 40.142490193268983 ], [ -111.80130289669042, 40.142461786439071 ], [ -111.80159550993319, 40.142387685744445 ], [ -111.80182953651435, 40.142322999442143 ], [ -111.80206377453071, 40.142276330062913 ], [ -111.80226364486465, 40.142301973764539 ], [ -111.8024161378398, 40.142291907717734 ], [ -111.80262711062052, 40.142263417276354 ], [ -111.80280286811148, 40.14223517060212 ], [ -111.80286325673495, 40.142378902789893 ], [ -111.80273530075553, 40.142478893624165 ], [ -111.80259486387233, 40.142515904818403 ], [ -111.80237236384387, 40.142562493936744 ], [ -111.80212638663396, 40.142609245259685 ], [ -111.80191689551333, 40.142763856541734 ], [ -111.80219819475425, 40.142725870395644 ], [ -111.80272653122938, 40.14273121843722 ], [ -111.80301111802342, 40.142972499820488 ], [ -111.80300128878173, 40.143134737696442 ], [ -111.8007239085706, 40.143141498821372 ], [ -111.80074983291004, 40.148348767324698 ], [ -111.81756161581612, 40.148312370161271 ], [ -111.81755099721261, 40.146447495952891 ], [ -111.8175459303356, 40.143087017941824 ], [ -111.81506900379391, 40.143095469926322 ], [ -111.81578214162516, 40.142847193561096 ], [ -111.81741785626687, 40.142195989175406 ], [ -111.81910124953131, 40.141607490416661 ], [ -111.82002391084374, 40.141213554860542 ], [ -111.82066658196547, 40.140965747437299 ], [ -111.82212939182604, 40.140585984574713 ], [ -111.82369750037306, 40.140178426000965 ], [ -111.82448111191849, 40.13993860421165 ], [ -111.82533394600763, 40.139599180088823 ], [ -111.82598635638394, 40.13918910409361 ], [ -111.82669744741803, 40.138778605499205 ], [ -111.82754806991377, 40.138258992338045 ], [ -111.82842095097878, 40.137640109986812 ], [ -111.82932869979946, 40.136993943041432 ], [ -111.82991140441294, 40.136647410086432 ], [ -111.83038912564757, 40.136355683645419 ], [ -111.83047852728117, 40.135985655947017 ], [ -111.83069517173601, 40.135461555143287 ], [ -111.83113481650759, 40.134935853560762 ], [ -111.83163478651115, 40.134544858522347 ], [ -111.83227680241701, 40.134251944232105 ], [ -111.83322408105805, 40.133965839743418 ], [ -111.83421906995697, 40.133742449837612 ], [ -111.83545743551721, 40.133265031714991 ], [ -111.83638066118463, 40.132934027807188 ], [ -111.83745501619198, 40.132484801094819 ], [ -111.83817637624972, 40.131966044497673 ], [ -111.83906015164268, 40.131292946350726 ], [ -111.84011906612311, 40.130546495507346 ], [ -111.84067463626818, 40.129911803298633 ], [ -111.84118425155798, 40.129358527120154 ], [ -111.84158845734424, 40.128824033640562 ], [ -111.84212097299159, 40.12822553967645 ], [ -111.84257377637026, 40.127825830836734 ], [ -111.84272244745603, 40.127509418751167 ], [ -111.84283257215327, 40.12692300388489 ], [ -111.8429676127538, 40.126453530196976 ], [ -111.84307984841833, 40.126038278979266 ], [ -111.84314502988602, 40.125614360784255 ], [ -111.84307845106463, 40.124975175255301 ], [ -111.84318006160869, 40.124650095608196 ], [ -111.84345714203977, 40.124278690778674 ], [ -111.84379244942775, 40.123870823265186 ], [ -111.84411657493136, 40.123508083482022 ], [ -111.84436011262744, 40.123272062578231 ], [ -111.84461326533723, 40.122864791614667 ], [ -111.84486630354017, 40.122448511470239 ], [ -111.84516694710429, 40.122085940004503 ], [ -111.84538700666641, 40.121850088250795 ], [ -111.84561645552394, 40.121424969172622 ], [ -111.84570519810828, 40.121009886669725 ], [ -111.84568553850775, 40.12037035955958 ], [ -111.84569012943747, 40.119793721423676 ], [ -111.84572869541491, 40.119117731193462 ], [ -111.84579307316709, 40.118630750805195 ], [ -111.84592885942357, 40.118224333817885 ], [ -111.84614778741532, 40.117898394273645 ], [ -111.84657803702846, 40.117579919189325 ], [ -111.84709153814048, 40.117350928103164 ], [ -111.84771075290813, 40.117130170443026 ], [ -111.84842327482497, 40.116863678700746 ], [ -111.84884244553872, 40.116599333067427 ], [ -111.84903889531154, 40.116354637839777 ], [ -111.84953986032188, 40.116062661643809 ], [ -111.850039250591, 40.115644562509516 ], [ -111.85036689520629, 40.115570081586434 ], [ -111.85070268038382, 40.115207237468717 ], [ -111.85089878266072, 40.11493551325443 ], [ -111.85117701777885, 40.114663185087885 ], [ -111.85190936978755, 40.114108223646952 ], [ -111.85207363719192, 40.114107015199764 ], [ -111.85230684282614, 40.113988176305462 ], [ -111.85265445577257, 40.113634248895174 ], [ -111.85305926801482, 40.113162776218978 ], [ -111.85327668224964, 40.112719711302169 ], [ -111.85344479663611, 40.112087810680428 ], [ -111.85369616488471, 40.111545390675623 ], [ -111.85392271149995, 40.11089503961103 ], [ -111.85410412606075, 40.110389172224416 ], [ -111.85418964819664, 40.109721841533784 ], [ -111.85423229597829, 40.109379167514028 ], [ -111.85433157705219, 40.108873905424083 ], [ -111.85432650500539, 40.108468517093321 ], [ -111.85452279934181, 40.108214804041019 ], [ -111.85474244410939, 40.107951908862034 ], [ -111.85501916937804, 40.107562459407482 ], [ -111.8550136422993, 40.107121036536 ], [ -111.85470375723462, 40.106735916879991 ], [ -111.85440583316117, 40.106368727051084 ], [ -111.85416781173032, 40.106100198770591 ], [ -111.85384316302033, 40.105471930018325 ], [ -111.85375867463998, 40.10528335406147 ], [ -111.85359014970243, 40.1049422364786 ], [ -111.85337098469661, 40.104304179318937 ], [ -111.8532471397362, 40.103782542578635 ], [ -111.85326227416498, 40.103115730347341 ], [ -111.85336200438638, 40.102646503132149 ], [ -111.85357927178373, 40.102194428577114 ], [ -111.85396923872045, 40.101479805696307 ], [ -111.8542566599514, 40.101009193587124 ], [ -111.85453178268689, 40.100493624110527 ], [ -111.85475963932275, 40.099951374353218 ], [ -111.85503565626964, 40.099507872810676 ], [ -111.85535870564702, 40.099073032737827 ], [ -111.85552846180344, 40.098576257808297 ], [ -111.85583875726401, 40.098060425267455 ], [ -111.85611521134962, 40.097652955733118 ], [ -111.85638004462947, 40.097254580920293 ], [ -111.85678530078027, 40.096828138395153 ], [ -111.85719111709675, 40.096446737683564 ], [ -111.85755102559705, 40.096146760750649 ], [ -111.85798085975554, 40.095810226823367 ], [ -111.85811754868497, 40.095484872962423 ], [ -111.85826438197022, 40.095033311036147 ], [ -111.85845892581754, 40.094644461659641 ], [ -111.85868582662802, 40.094030135027964 ], [ -111.85896899397974, 40.09322619151181 ], [ -111.8591860819386, 40.092765097769806 ], [ -111.8595088469078, 40.092312228944678 ], [ -111.85981086938958, 40.092075740796751 ], [ -111.86012269136866, 40.091686017853689 ], [ -111.86038702483826, 40.091251599389409 ], [ -111.86077890254774, 40.090699109217738 ], [ -111.86113853819242, 40.090381104040979 ], [ -111.86157947992837, 40.089999426582352 ], [ -111.86208076736561, 40.089752440622107 ], [ -111.86240918416314, 40.089749995867358 ], [ -111.86267804517529, 40.089675917864049 ], [ -111.86289691735446, 40.089358955505951 ], [ -111.86299929348917, 40.08910592715246 ], [ -111.86268067540259, 40.088955139304375 ], [ -111.86234885173299, 40.088687325540981 ], [ -111.86240317620711, 40.088344560525819 ], [ -111.86253550865436, 40.087676872987686 ], [ -111.86268275169367, 40.087261339914583 ], [ -111.8628187192904, 40.086881928583885 ], [ -111.86292974934261, 40.086385579468804 ], [ -111.86314713088345, 40.085951504206903 ], [ -111.86331918921006, 40.085643899219086 ], [ -111.86391141884984, 40.085170990111024 ], [ -111.86454167426355, 40.084923031487406 ], [ -111.86523284759235, 40.084854804279516 ], [ -111.86537392966906, 40.084880778839171 ], [ -111.86583236153852, 40.084958438483099 ], [ -111.86619548325508, 40.084919685673242 ], [ -111.86681411383326, 40.084680811127086 ], [ -111.86730190014829, 40.084298761164966 ], [ -111.86773321347466, 40.084088312574302 ], [ -111.86783487771933, 40.083781228173258 ], [ -111.86810039085837, 40.083445887364654 ], [ -111.86824839239075, 40.083093407827853 ], [ -111.86833672258457, 40.082660289964245 ], [ -111.86850886386966, 40.082361686067046 ], [ -111.86883300741067, 40.082025903911756 ], [ -111.8690629820065, 40.081663798899427 ], [ -111.86927052994413, 40.081382947184665 ], [ -111.86958156214905, 40.080939147332316 ], [ -111.86999825304787, 40.080503562610005 ], [ -111.8703205452542, 40.080023638172186 ], [ -111.87058603182926, 40.079688291735295 ], [ -111.8707587297794, 40.079434727708872 ], [ -111.87115194950387, 40.078999315209735 ], [ -111.8712985480698, 40.07853872814119 ], [ -111.87121140561294, 40.078142965555628 ], [ -111.87093708996528, 40.077784648307897 ], [ -111.87086535020164, 40.077677073649845 ], [ -111.87052147924069, 40.077382344784752 ], [ -111.8700721831443, 40.077097416282207 ], [ -111.86970841764392, 40.077082128977949 ], [ -111.86958136906109, 40.077236244329526 ], [ -111.86963526794132, 40.077785419344309 ], [ -111.86973596190164, 40.078325233440317 ], [ -111.86968213979019, 40.078704036566883 ], [ -111.86936859747527, 40.078949646661215 ], [ -111.86873715531338, 40.079098535975703 ], [ -111.86798477622062, 40.078960024098109 ], [ -111.86691256447132, 40.078571635306261 ], [ -111.86585368947701, 40.07830926987458 ], [ -111.8643222051046, 40.077771127434929 ], [ -111.86303803561438, 40.077312207847996 ], [ -111.86175592732407, 40.077015429714031 ], [ -111.86081164241411, 40.076535937282515 ], [ -111.85938260697723, 40.075744701513209 ], [ -111.85822444821656, 40.075041536485017 ], [ -111.857503924055, 40.074632434869507 ], [ -111.85689864127832, 40.074060305081098 ], [ -111.85662588419754, 40.073819065548633 ], [ -111.85629043507808, 40.073253946287061 ], [ -111.85630734359287, 40.072731269451218 ], [ -111.85631308988198, 40.072253722658871 ], [ -111.85656610009725, 40.071855433410626 ], [ -111.85679565529718, 40.071457317072394 ], [ -111.85710728971925, 40.071058592995605 ], [ -111.85718609636538, 40.070796733883 ], [ -111.85724032120824, 40.070444961434461 ], [ -111.8573527227674, 40.070056720318135 ], [ -111.85774461973801, 40.069513248108329 ], [ -111.85848760046338, 40.068913116177058 ], [ -111.85910317214726, 40.068440057680547 ], [ -111.85999402794097, 40.067478438468832 ], [ -111.86068802496997, 40.066716484570257 ], [ -111.86119508581275, 40.066009973427235 ], [ -111.8616207424122, 40.065358122637384 ], [ -111.86189283225805, 40.064617317611308 ], [ -111.86214339744802, 40.064029834003257 ], [ -111.86213737865017, 40.06355237390293 ], [ -111.8620253844541, 40.063039664263556 ], [ -111.86193729513099, 40.062562814724586 ], [ -111.86183759618275, 40.062095060973625 ], [ -111.8618553691733, 40.061644452287481 ], [ -111.86210615134526, 40.06107498594406 ], [ -111.8621973335221, 40.060867088164869 ], [ -111.8625892539515, 40.060332608358102 ], [ -111.8630860025655, 40.059743289081752 ], [ -111.86355018669241, 40.059361429632304 ], [ -111.86420126495993, 40.058924117114827 ], [ -111.86499484316805, 40.058629889584125 ], [ -111.86571909794429, 40.058417260471963 ], [ -111.8661528780102, 40.058414018165941 ], [ -111.8667720696663, 40.05823820605832 ], [ -111.8672252986573, 40.057919480575165 ], [ -111.86758324899233, 40.057484342933229 ], [ -111.86771924732447, 40.057113933511687 ], [ -111.86779696958745, 40.056770989049191 ], [ -111.8679112329297, 40.05653588519565 ], [ -111.86818996631358, 40.056326577422233 ], [ -111.86829307591094, 40.056136604442521 ], [ -111.86811276670777, 40.055786583787238 ], [ -111.86813164062278, 40.055426060908445 ], [ -111.86838314887129, 40.05491964193083 ], [ -111.86854144055859, 40.05445896893324 ], [ -111.86856420053451, 40.054404741075452 ], [ -111.87822505001202, 40.054412996171642 ], [ -111.88058115237909, 40.054377092827565 ], [ -111.8814016495332, 40.05436184396342 ], [ -111.88154232604003, 40.054360773629199 ], [ -111.88132080896121, 40.039893131810523 ], [ -111.88130980233058, 40.037217377180397 ], [ -111.88149581599934, 40.0370988378913 ], [ -111.88158818451554, 40.036990020417072 ], [ -111.88168066876528, 40.036890211546584 ], [ -111.88179682489124, 40.036808241567861 ], [ -111.88193653683821, 40.036735101734564 ], [ -111.88206452847587, 40.036662050957638 ], [ -111.88222802811636, 40.036615758357797 ], [ -111.88235613532915, 40.036551715938273 ], [ -111.8824249456804, 40.036434067634033 ], [ -111.88248203584946, 40.036316508553249 ], [ -111.88255096189106, 40.03620786884958 ], [ -111.88260805166104, 40.036090309706545 ], [ -111.8828499874282, 40.035764122356113 ], [ -111.88295395565602, 40.035646205835711 ], [ -111.88289245200582, 40.035421435486192 ], [ -111.88280901943268, 40.035313956470667 ], [ -111.88272547096753, 40.035197468713925 ], [ -111.88264203893374, 40.035089989568228 ], [ -111.88255849103084, 40.034973501680575 ], [ -111.88246333983601, 40.0348661116643 ], [ -111.88239162830595, 40.034758543063994 ], [ -111.88234324022821, 40.034641787246237 ], [ -111.88235345053113, 40.034524585182773 ], [ -111.88239870355955, 40.034398106688563 ], [ -111.88245579214009, 40.034280547597675 ], [ -111.88254803926736, 40.034162720684975 ], [ -111.88260524353664, 40.034054170199092 ], [ -111.88261533718513, 40.033927959427992 ], [ -111.88259027224714, 40.033802016468613 ], [ -111.88255360403618, 40.033685171445711 ], [ -111.88249349699743, 40.033568504929171 ], [ -111.88240995124957, 40.033452016881242 ], [ -111.88234996076515, 40.03334435896079 ], [ -111.88228985438137, 40.0332276923248 ], [ -111.88226467423415, 40.033092740589943 ], [ -111.88225109748116, 40.032948690931008 ], [ -111.88227302709538, 40.032831399607339 ], [ -111.88253154956854, 40.032883488211461 ], [ -111.88259153991966, 40.03299114604765 ], [ -111.88262832393632, 40.033116999755563 ], [ -111.88267682751417, 40.033242764170623 ], [ -111.8827252151257, 40.03335951988155 ], [ -111.88278532236711, 40.033476186279756 ], [ -111.88284554598162, 40.033601861320761 ], [ -111.88289393414463, 40.0337186169482 ], [ -111.88295415817892, 40.033844291923067 ], [ -111.88294394898548, 40.033961494040859 ], [ -111.88288674533105, 40.034070044689059 ], [ -111.88279449891364, 40.034187871865619 ], [ -111.88273729483832, 40.034296422440441 ], [ -111.88266860325382, 40.034423079621789 ], [ -111.88263495421469, 40.034540460262903 ], [ -111.88265990338485, 40.03465739451557 ], [ -111.88274345106332, 40.034773882338705 ], [ -111.88282688286063, 40.034881361419629 ], [ -111.88305130015264, 40.035014794724901 ], [ -111.88311001497799, 40.035023356792152 ], [ -111.88319216927061, 40.03503174016587 ], [ -111.88330820421464, 40.034940760024199 ], [ -111.88338884728269, 40.034832030480771 ], [ -111.88359526725465, 40.034479083616141 ], [ -111.88370944022169, 40.034243964273159 ], [ -111.88379019813854, 40.034144243128708 ], [ -111.88410278761067, 40.033844542846573 ], [ -111.8841952639921, 40.033744732000983 ], [ -111.88429957594751, 40.033653840315864 ], [ -111.88442721019572, 40.033553760955634 ], [ -111.88434238122703, 40.033338178909858 ], [ -111.88428227147254, 40.033221513344159 ], [ -111.88421044253253, 40.03310493717575 ], [ -111.88416205258739, 40.032988182105541 ], [ -111.8841252658338, 40.032862328911634 ], [ -111.88407687621233, 40.032745573797563 ], [ -111.88401676744658, 40.032628908071736 ], [ -111.88389852762114, 40.032548724034292 ], [ -111.88374547905107, 40.032495834064292 ], [ -111.88360403373642, 40.032433845841275 ], [ -111.88350900076729, 40.032335465295418 ], [ -111.88341373560384, 40.032219067308404 ], [ -111.88334202544026, 40.032111499233764 ], [ -111.88321195187731, 40.03202239513238 ], [ -111.88307132133731, 40.032023467000585 ], [ -111.88290794936636, 40.032078769382558 ], [ -111.88275583177074, 40.032097947529287 ], [ -111.88259199485681, 40.032117214744687 ], [ -111.8824280417423, 40.03212747304751 ], [ -111.88209990323102, 40.032129971593449 ], [ -111.8819356018812, 40.032113203151937 ], [ -111.88178290381703, 40.032087336608555 ], [ -111.88145383763475, 40.032017763851059 ], [ -111.88130137186536, 40.032009914037587 ], [ -111.88129603796796, 40.031595514523701 ], [ -111.88156685415117, 40.031692559638778 ], [ -111.88170852813923, 40.031772567761521 ], [ -111.88184973834916, 40.031816540971555 ], [ -111.88201403896693, 40.031833309543607 ], [ -111.88234217606416, 40.031830811256079 ], [ -111.88283368469553, 40.031773009994616 ], [ -111.88298568537115, 40.031744823071598 ], [ -111.88314905648539, 40.031689520586156 ], [ -111.88330105683887, 40.031661333252423 ], [ -111.88343078111774, 40.031723411225435 ], [ -111.88353753228593, 40.031821702494746 ], [ -111.88362096163669, 40.031929181083619 ], [ -111.88369278830936, 40.032045757665195 ], [ -111.88390431564054, 40.032089192058571 ], [ -111.88403229654381, 40.032016139166764 ], [ -111.88407754488568, 40.031889660014201 ], [ -111.88409947105862, 40.031772368361224 ], [ -111.88416652877986, 40.031519588833227 ], [ -111.88423533110132, 40.031401939441132 ], [ -111.88429241410769, 40.031284379446355 ], [ -111.88431433973699, 40.031167087746674 ], [ -111.88431271086428, 40.031040966242728 ], [ -111.88432280102016, 40.030914755296799 ], [ -111.88435632913627, 40.030788365464211 ], [ -111.88440169246532, 40.030670894853188 ], [ -111.88444693927875, 40.03054441554432 ], [ -111.88450413760233, 40.030435864119191 ], [ -111.88457293828519, 40.030318214522943 ], [ -111.88465357401866, 40.030209484094172 ], [ -111.88474592837582, 40.030100664129577 ], [ -111.88483839885377, 40.030000852771842 ], [ -111.88495442317651, 40.029909871019527 ], [ -111.88505872836259, 40.029818978665745 ], [ -111.88516291681813, 40.029719077540705 ], [ -111.88521999687356, 40.029601517087634 ], [ -111.88524180396125, 40.029475216522656 ], [ -111.88521673598295, 40.02934927407032 ], [ -111.88513330736636, 40.029241796576144 ], [ -111.88506148128663, 40.029125220826359 ], [ -111.88508328853172, 40.028998920279399 ], [ -111.88519744756942, 40.02876379940448 ], [ -111.88524280817192, 40.028646328453704 ], [ -111.88527633355113, 40.028519938336373 ], [ -111.88535708256767, 40.028420216100294 ], [ -111.88549689017319, 40.028356080776419 ], [ -111.88564841608007, 40.028291855717598 ], [ -111.88578822314636, 40.028227720046587 ], [ -111.88597315580648, 40.02802809561895 ], [ -111.88610101037928, 40.02794603181831 ], [ -111.88638062197982, 40.027817759234537 ], [ -111.88650847566791, 40.027735694990909 ], [ -111.88662437732026, 40.027635702918261 ], [ -111.88672867685332, 40.027544809087594 ], [ -111.88684481119405, 40.027462834155202 ], [ -111.88699668390032, 40.0274256333933 ], [ -111.8871605082587, 40.027406360069655 ], [ -111.88730031208247, 40.027342222599515 ], [ -111.88739277514838, 40.027242409237161 ], [ -111.88747340283591, 40.02713367687695 ], [ -111.88760125392999, 40.027051611446062 ], [ -111.887741056613, 40.026987473452614 ], [ -111.88789292776119, 40.026950271529699 ], [ -111.88805686753241, 40.02694000562866 ], [ -111.88825607907147, 40.026938478686795 ], [ -111.88816443554443, 40.027101353455365 ], [ -111.88802474985688, 40.027174500632562 ], [ -111.88787311188899, 40.027229720083938 ], [ -111.88774502723004, 40.027293768459543 ], [ -111.88761717586442, 40.027375834048726 ], [ -111.88738514254852, 40.027557802680221 ], [ -111.88712920424949, 40.027703915583622 ], [ -111.88698939952944, 40.027768052853126 ], [ -111.88686154636777, 40.027850117621362 ], [ -111.88673357624555, 40.027923173572795 ], [ -111.88659388733747, 40.027996319049585 ], [ -111.88646591665386, 40.028069374709645 ], [ -111.88632622715853, 40.028142519868261 ], [ -111.88621009104963, 40.028224494290647 ], [ -111.88608235266521, 40.028315566890882 ], [ -111.88596609941587, 40.028388532393691 ], [ -111.88573405826931, 40.028570497772265 ], [ -111.88561815374331, 40.028670488969652 ], [ -111.88552568617442, 40.028770300940543 ], [ -111.88551548198402, 40.028887503330594 ], [ -111.88556387120002, 40.029004257923852 ], [ -111.88560065838629, 40.029130110737846 ], [ -111.88561400825127, 40.029256142672899 ], [ -111.88561727059445, 40.029508385667206 ], [ -111.8855954641912, 40.029634686294735 ], [ -111.88553826825364, 40.02974323824742 ], [ -111.88544603213093, 40.029861067509351 ], [ -111.88536539806618, 40.029969798477971 ], [ -111.88529648261958, 40.030078439855139 ], [ -111.88523940231363, 40.030196000339203 ], [ -111.88525275175832, 40.030322032297889 ], [ -111.88517211685476, 40.030430763132657 ], [ -111.88512687145737, 40.030557242711808 ], [ -111.88524650684425, 40.030745529671464 ], [ -111.88537634758322, 40.0308166141524 ], [ -111.88543447659612, 40.030780131700546 ], [ -111.88550444103541, 40.030752568338137 ], [ -111.8857364900889, 40.030570603400292 ], [ -111.88586423309219, 40.030479531165732 ], [ -111.88598037339675, 40.030397557075538 ], [ -111.88610811575205, 40.030306484576442 ], [ -111.8862242554704, 40.030224510245702 ], [ -111.88635211379002, 40.030142446157463 ], [ -111.88651547829818, 40.030087138981244 ], [ -111.88649402328404, 40.030240465774021 ], [ -111.88639006924954, 40.030358385424577 ], [ -111.8861816937457, 40.030558189749904 ], [ -111.8860773889609, 40.030649083099185 ], [ -111.8859613649165, 40.030740065961893 ], [ -111.88583350501779, 40.030822129627779 ], [ -111.88570552828145, 40.030895184478965 ], [ -111.88555376369195, 40.030941392293784 ], [ -111.88538993039974, 40.030960663430825 ], [ -111.88523828191465, 40.031015879512381 ], [ -111.88511030417276, 40.031088933714521 ], [ -111.8849824425929, 40.031170996454485 ], [ -111.88489008720263, 40.03127981659928 ], [ -111.88488069659583, 40.031460079637718 ], [ -111.88497538096624, 40.031531433035333 ], [ -111.88513944866558, 40.031530179822639 ], [ -111.88530339987464, 40.031519917701893 ], [ -111.88546723452882, 40.031500646674253 ], [ -111.88561934997546, 40.031481464988403 ], [ -111.88578365061258, 40.031498228214573 ], [ -111.88594806789072, 40.031523999881053 ], [ -111.88607791083477, 40.031595083542349 ], [ -111.88613802215303, 40.031711748191178 ], [ -111.8862216886186, 40.031837242212752 ], [ -111.88633981325923, 40.03190841520022 ], [ -111.88647974362105, 40.031853287333718 ], [ -111.8865956521753, 40.03175329528392 ], [ -111.88667628631885, 40.031644563490673 ], [ -111.88674520109154, 40.031535921328562 ], [ -111.88682571806615, 40.03141818076034 ], [ -111.88689463237884, 40.031309538510193 ], [ -111.88698698459291, 40.031200716802353 ], [ -111.88707945322712, 40.031100903694188 ], [ -111.8871718048694, 40.030992081841418 ], [ -111.88727599196037, 40.030892178850401 ], [ -111.88734490503958, 40.030783536336223 ], [ -111.88735498957195, 40.030657325181956 ], [ -111.88742390229544, 40.030548682620363 ], [ -111.88750453372963, 40.030439950258078 ], [ -111.88747946121241, 40.030314008365259 ], [ -111.88741934889228, 40.030197344396029 ], [ -111.88737083889995, 40.030071581972152 ], [ -111.88731072698432, 40.029954917937395 ], [ -111.88727393619376, 40.02982906572317 ], [ -111.88727230194741, 40.029702944290975 ], [ -111.88729410527117, 40.029576643382782 ], [ -111.88737473579691, 40.029467911102984 ], [ -111.887514660351, 40.029412782026981 ], [ -111.88774973612203, 40.029465038632793 ], [ -111.88764578542356, 40.029582959389231 ], [ -111.88756515519964, 40.029691691852314 ], [ -111.88754335234407, 40.029817992803977 ], [ -111.88759174568915, 40.029934746486894 ], [ -111.88774409060731, 40.029933579395696 ], [ -111.88786011090302, 40.02984259477595 ], [ -111.88803530908874, 40.029796204351022 ], [ -111.88799123766979, 40.030012771716407 ], [ -111.8878987718185, 40.030112585540316 ], [ -111.88794786692016, 40.030283391087941 ], [ -111.88806458855248, 40.030246458292588 ], [ -111.88809962838577, 40.030237180165464 ], [ -111.88825115591889, 40.030172951704714 ], [ -111.88840291692908, 40.030126740389022 ], [ -111.88856709801424, 40.030134491029841 ], [ -111.8885803366572, 40.03025151387002 ], [ -111.8884761524487, 40.030351418013495 ], [ -111.88834817945646, 40.030424475749165 ], [ -111.88820837039745, 40.030488614507796 ], [ -111.88806867791432, 40.030561761770414 ], [ -111.88795265669862, 40.030652746598108 ], [ -111.88784847096412, 40.030752650186948 ], [ -111.88775600392329, 40.03085246389746 ], [ -111.88765181760004, 40.030952367312494 ], [ -111.88754751420042, 40.031043261964385 ], [ -111.88733914006509, 40.031243068333858 ], [ -111.88724667162511, 40.031342881644811 ], [ -111.88716603874119, 40.031451613826889 ], [ -111.88710896056092, 40.031569175181893 ], [ -111.88694769357841, 40.031786639301174 ], [ -111.88685534052813, 40.031895460976074 ], [ -111.88675103464423, 40.031986354923454 ], [ -111.88649531186473, 40.032150483854238 ], [ -111.88635561415532, 40.032223629087518 ], [ -111.88627486222218, 40.032323351987614 ], [ -111.8862060625309, 40.032441002544239 ], [ -111.88614898189998, 40.032558563433341 ], [ -111.88611533970436, 40.032675945047849 ], [ -111.8861304402409, 40.032937106904519 ], [ -111.88629789314966, 40.033197103478045 ], [ -111.88648400388, 40.033087564982139 ], [ -111.88661186716659, 40.033005500592644 ], [ -111.88672789411827, 40.032914517081394 ], [ -111.88698385256315, 40.03276840497324 ], [ -111.88712366741262, 40.032704267654019 ], [ -111.88727555153467, 40.032667066434961 ], [ -111.8874391547903, 40.032629775260844 ], [ -111.88759103856879, 40.032592573631391 ], [ -111.88791894515299, 40.032572042176454 ], [ -111.88772193645872, 40.032744733410276 ], [ -111.88758223888621, 40.032817880114031 ], [ -111.88744242424647, 40.032882017983219 ], [ -111.8873027260917, 40.032955164354533 ], [ -111.88717486374017, 40.033037229497118 ], [ -111.88713008733173, 40.033199744455452 ], [ -111.88720157110106, 40.033289292751562 ], [ -111.88738931526659, 40.033305874171148 ], [ -111.88753018183696, 40.033322814369285 ], [ -111.88785809193614, 40.033302283050837 ], [ -111.88835030734856, 40.033298510333786 ], [ -111.88851414531264, 40.033279234966471 ], [ -111.8886659129858, 40.033233023257687 ], [ -111.88879389082696, 40.033159965152592 ], [ -111.8888745230666, 40.033051231875646 ], [ -111.88891976307694, 40.032924750944488 ], [ -111.8889399267825, 40.032672328507502 ], [ -111.88896184483426, 40.032555036038147 ], [ -111.88900708437167, 40.032428555067483 ], [ -111.88908771543004, 40.032319821641671 ], [ -111.88920385489655, 40.032237844354107 ], [ -111.88941222650206, 40.032038034691361 ], [ -111.88949285646332, 40.031929300988367 ], [ -111.88956164997251, 40.03181164853698 ], [ -111.88953657313063, 40.03168570716565 ], [ -111.88967685156284, 40.031657601464069 ], [ -111.88985205308849, 40.031611208269155 ], [ -111.88976732669772, 40.031404638948793 ], [ -111.88968377137907, 40.031288156208937 ], [ -111.88964709252883, 40.031171313498128 ], [ -111.8896327984301, 40.03097321282597 ], [ -111.8896897547216, 40.030846641602253 ], [ -111.88975866389971, 40.030737997693876 ], [ -111.88987468282441, 40.03064701108368 ], [ -111.89000253747395, 40.030564943012187 ], [ -111.89011867289025, 40.030482964827499 ], [ -111.89022273774897, 40.030374050567751 ], [ -111.8902799267255, 40.030265496389667 ], [ -111.89024313031734, 40.030139645186381 ], [ -111.89015957577909, 40.03002316275645 ], [ -111.89004121633491, 40.029933976314815 ], [ -111.88988922274115, 40.029962172427155 ], [ -111.88980871273998, 40.030079915077415 ], [ -111.88973933605276, 40.030152524351401 ], [ -111.88972796835147, 40.030179640338261 ], [ -111.88951609235856, 40.030109190535647 ], [ -111.88946757859668, 40.029983429029102 ], [ -111.88956015900017, 40.029892622645797 ], [ -111.88968801264114, 40.029810554922065 ], [ -111.88982758477263, 40.029728397065746 ], [ -111.8899318831367, 40.029637500395758 ], [ -111.89002434536542, 40.029537684980575 ], [ -111.89012852607298, 40.029437779469276 ], [ -111.89025626105929, 40.029346702461623 ], [ -111.89033700371174, 40.029246976837548 ], [ -111.89033548098989, 40.029129864164744 ], [ -111.89029856800214, 40.028995004281583 ], [ -111.89029692823361, 40.028868882934717 ], [ -111.89031872573057, 40.028742581503181 ], [ -111.89039935045668, 40.028633847166233 ], [ -111.89052731790711, 40.028560787203148 ], [ -111.89068001117263, 40.028586642287536 ], [ -111.89074024473592, 40.02871231321884 ], [ -111.8907183308453, 40.028829606054963 ], [ -111.89075501018898, 40.028946448467174 ], [ -111.89089657175926, 40.029017436671303 ], [ -111.890874658049, 40.029134729529012 ], [ -111.8908058694149, 40.029252382759786 ], [ -111.89059751025, 40.029452194886979 ], [ -111.89051688490159, 40.029560929353693 ], [ -111.89045969687072, 40.029669483651297 ], [ -111.89042618056345, 40.029795875145233 ], [ -111.89046309426274, 40.029930734961788 ], [ -111.8906992286113, 40.030064063521422 ], [ -111.8907593463673, 40.030180725731832 ], [ -111.89074926816977, 40.030306937123363 ], [ -111.89070391600676, 40.030424410105347 ], [ -111.89061145360522, 40.03052422604997 ], [ -111.89049555303761, 40.030624222051394 ], [ -111.89037941784308, 40.030706200609536 ], [ -111.89021605508897, 40.030761513210017 ], [ -111.89008784901721, 40.030816555520033 ], [ -111.89001905738623, 40.030934208283078 ], [ -111.88998553968726, 40.031060599637854 ], [ -111.89001061710299, 40.031186540918966 ], [ -111.8900940557368, 40.031294014755964 ], [ -111.8901767919111, 40.031347436543321 ], [ -111.89022401958563, 40.031374102395574 ], [ -111.89038773522987, 40.031345815764766 ], [ -111.89050375432197, 40.031254828531992 ], [ -111.8905726625983, 40.031146184156711 ], [ -111.89066489151338, 40.031028350916948 ], [ -111.89074551830971, 40.030919616358204 ], [ -111.89087348961064, 40.030846555998657 ], [ -111.89103743817509, 40.030836285790059 ], [ -111.89099396179826, 40.031097897475284 ], [ -111.89127498393768, 40.031077717055851 ], [ -111.89120666312691, 40.031231405146436 ], [ -111.89097462660693, 40.031413380884935 ], [ -111.89088216329517, 40.031513197038997 ], [ -111.89080153603605, 40.03162193168707 ], [ -111.89073274485573, 40.031739584853106 ], [ -111.89067567260136, 40.031857147895103 ], [ -111.89063031933387, 40.031974620829757 ], [ -111.89060852149413, 40.032100922255054 ], [ -111.89062188124696, 40.032226953442056 ], [ -111.89053117390789, 40.03246189924333 ], [ -111.89068434467013, 40.032523788854711 ], [ -111.89083669522053, 40.032522617635259 ], [ -111.89116436581656, 40.032484059688748 ], [ -111.89132808369338, 40.032455771709813 ], [ -111.89148008217643, 40.032427573667853 ], [ -111.8916437997799, 40.032399285245425 ], [ -111.89180739990481, 40.032361987934408 ], [ -111.8919592806123, 40.032324780609372 ], [ -111.89209920716844, 40.032269646000181 ], [ -111.89223901610161, 40.032205502566185 ], [ -111.89236687074451, 40.032123431906669 ], [ -111.89249484250837, 40.032050369765663 ], [ -111.89291426604545, 40.031857937551521 ], [ -111.8930539558624, 40.031784784490661 ], [ -111.89319376289801, 40.031720639919925 ], [ -111.89347325862218, 40.031583341623147 ], [ -111.89361306484771, 40.031519196553063 ], [ -111.89374115172851, 40.031455141710296 ], [ -111.8938809574375, 40.031390996321178 ], [ -111.8940206452565, 40.031317842110759 ], [ -111.89417228711005, 40.031262614607442 ], [ -111.89431220967954, 40.031207477358969 ], [ -111.89447580544505, 40.031170176319712 ], [ -111.8946277997107, 40.031141974187641 ], [ -111.89495522588328, 40.031085388300724 ], [ -111.89510733752006, 40.031066194196057 ], [ -111.89543499853146, 40.031027624265086 ], [ -111.89558687423252, 40.030990412230409 ], [ -111.89575046875366, 40.030953109403299 ], [ -111.89590222623919, 40.030906888307548 ], [ -111.89604214665503, 40.030851748989853 ], [ -111.89618194893502, 40.030787600854872 ], [ -111.89635726158555, 40.03075020653921 ], [ -111.89637810495147, 40.030551834923628 ], [ -111.89625784993343, 40.030318516530265 ], [ -111.89624448025593, 40.030192486061949 ], [ -111.89627810388993, 40.030075101660593 ], [ -111.89634676593454, 40.029948436640609 ], [ -111.89642750033066, 40.029848706872194 ], [ -111.89651995327318, 40.029748886377924 ], [ -111.8967282958437, 40.029549063790625 ], [ -111.89683258466253, 40.029458161009707 ], [ -111.89694859191819, 40.029367167423416 ], [ -111.89707643558231, 40.029285091647488 ], [ -111.89726417084385, 40.029301657171594 ], [ -111.89733578164082, 40.029400207823599 ], [ -111.89725516714005, 40.029508946861782 ], [ -111.89713916006083, 40.029599940750977 ], [ -111.89703487144172, 40.029690843803543 ], [ -111.89680285577394, 40.029872831034197 ], [ -111.89669868426648, 40.029972742439604 ], [ -111.89658267566303, 40.030063735781198 ], [ -111.89669121244486, 40.030297144530358 ], [ -111.89672790277861, 40.030413984901656 ], [ -111.89676471122482, 40.030539833906857 ], [ -111.89677808193855, 40.030665864296367 ], [ -111.89680317166329, 40.03079180397998 ], [ -111.89671201552044, 40.030990719829511 ], [ -111.89658428622757, 40.031081803868105 ], [ -111.89643252883361, 40.03112802585504 ], [ -111.89626881636474, 40.031156320995109 ], [ -111.89611694068459, 40.031193533922611 ], [ -111.89595322792086, 40.0312218286196 ], [ -111.89580123405683, 40.031250032485985 ], [ -111.89547380784312, 40.031306620763104 ], [ -111.89530997673148, 40.031325905905106 ], [ -111.8951578645808, 40.031345100280681 ], [ -111.8948302018827, 40.031383669444217 ], [ -111.89466648810021, 40.031411962332974 ], [ -111.89451461094562, 40.031449173174245 ], [ -111.89437480572671, 40.031513319322123 ], [ -111.89423488258858, 40.031568456649616 ], [ -111.89395527086707, 40.031696748112253 ], [ -111.89380374547743, 40.031760983994531 ], [ -111.89366382136413, 40.031816120640634 ], [ -111.89352401458613, 40.031880265774838 ], [ -111.89337248837845, 40.0319445011 ], [ -111.89323256353586, 40.031999637231465 ], [ -111.89310459266819, 40.032072700178261 ], [ -111.89282521168113, 40.032219006260533 ], [ -111.89283928038631, 40.032399089080627 ], [ -111.89272337999071, 40.032499087277671 ], [ -111.89257173421308, 40.032554312915778 ], [ -111.89241985334642, 40.032591521044147 ], [ -111.89226808971227, 40.032637737632015 ], [ -111.89210448919422, 40.032675035596235 ], [ -111.89195260779572, 40.032712243117039 ], [ -111.89180060888894, 40.032740441782316 ], [ -111.89147317205402, 40.032797018853493 ], [ -111.89132105547348, 40.032816208234536 ], [ -111.89099314891956, 40.032836749318754 ], [ -111.89082931277491, 40.032856028173839 ], [ -111.89050187453549, 40.032912602513733 ], [ -111.89034999170249, 40.032949807947446 ], [ -111.89021017945026, 40.033013949129774 ], [ -111.89009415702478, 40.033104936078054 ], [ -111.88998997078519, 40.033204841557307 ], [ -111.88993289607365, 40.033322404231249 ], [ -111.88991097946756, 40.033439696853428 ], [ -111.88984394126754, 40.033692479412231 ], [ -111.88982214148595, 40.033818780674309 ], [ -111.88978850502851, 40.033936163268109 ], [ -111.88976670507517, 40.034062464516445 ], [ -111.88973318548419, 40.034188855752411 ], [ -111.88969954870363, 40.034306238316603 ], [ -111.88966602887726, 40.034432629530542 ], [ -111.88960895262184, 40.034550192037479 ], [ -111.88951648314674, 40.034650007116127 ], [ -111.88938862036605, 40.034732074683575 ], [ -111.88923696690462, 40.034787296019253 ], [ -111.88908496222206, 40.034815491174363 ], [ -111.88892112076498, 40.034834767382158 ], [ -111.8887336059644, 40.034836205823396 ], [ -111.88866574357287, 40.035025927068403 ], [ -111.88865566096412, 40.035152138223133 ], [ -111.88857502596113, 40.035260871339474 ], [ -111.88848267093658, 40.035369694269761 ], [ -111.88840203540671, 40.035478427267442 ], [ -111.88833323632356, 40.035596079018447 ], [ -111.88784941633838, 40.036248475557969 ], [ -111.8877806155499, 40.036366126984106 ], [ -111.88773525444925, 40.036483598781622 ], [ -111.88772505313871, 40.036600801182985 ], [ -111.88775024544594, 40.036735751518925 ], [ -111.88779864425004, 40.036852504920169 ], [ -111.88790540974929, 40.036950791923431 ], [ -111.88800045549937, 40.037049168646959 ], [ -111.88800209151196, 40.037175289893881 ], [ -111.8879685672353, 40.037301680604173 ], [ -111.88794676296062, 40.037427981485671 ], [ -111.88793667875298, 40.037554192544277 ], [ -111.88798531219459, 40.037688963160832 ], [ -111.88811271464512, 40.037570862467113 ], [ -111.88816956214349, 40.037435283383417 ], [ -111.88825020029336, 40.037326550554752 ], [ -111.88838978933958, 40.037244394350175 ], [ -111.88854215048937, 40.037243226033873 ], [ -111.88869509637992, 40.037287100810069 ], [ -111.88885976256546, 40.037330885472002 ], [ -111.88902419497043, 40.037356652582091 ], [ -111.88918851047968, 40.037373410800157 ], [ -111.8893525919912, 40.03737215147072 ], [ -111.88959742647984, 40.037271166822045 ], [ -111.88968989930584, 40.037171351686169 ], [ -111.88970982696662, 40.036900912002558 ], [ -111.88969646781972, 40.036774880802767 ], [ -111.88969471163001, 40.036639750948019 ], [ -111.88983289236556, 40.036449489144054 ], [ -111.88999662028058, 40.036421202956134 ], [ -111.89032524730106, 40.036454716449242 ], [ -111.89047760661337, 40.036453545607102 ], [ -111.89065317140034, 40.036434177076394 ], [ -111.89081713336979, 40.036423907042689 ], [ -111.89096937534742, 40.036413726900221 ], [ -111.89113345447949, 40.03641246507398 ], [ -111.89129741631234, 40.036402194361905 ], [ -111.89162557448154, 40.036399669548707 ], [ -111.89178953619707, 40.03638939814131 ], [ -111.89211769426095, 40.0363868719351 ], [ -111.89228165585909, 40.036376599832401 ], [ -111.89244573484356, 40.036375336148936 ], [ -111.89277412774744, 40.036390825385006 ], [ -111.89293855925821, 40.036416586952356 ], [ -111.89306841868937, 40.03648766253901 ], [ -111.89296575940354, 40.036704683081709 ], [ -111.89282582456561, 40.036759818787324 ], [ -111.89266186214655, 40.036770091668608 ], [ -111.89233370229447, 40.036772619435851 ], [ -111.89216950494776, 40.036764874320198 ], [ -111.89200542501739, 40.036766137622649 ], [ -111.89134863600412, 40.036735153897965 ], [ -111.89118432155769, 40.036718398730677 ], [ -111.89085616182136, 40.03672092231082 ], [ -111.8906919647272, 40.036713175097901 ], [ -111.89052788485475, 40.036714436306802 ], [ -111.89035196781423, 40.036706778688902 ], [ -111.89018788794193, 40.036708039416212 ], [ -111.89008510202757, 40.036916048846081 ], [ -111.89007513895466, 40.037051268713512 ], [ -111.89002989850115, 40.037177750013022 ], [ -111.88999637797839, 40.037304141269153 ], [ -111.88992757987596, 40.037421793920288 ], [ -111.8898231527379, 40.037503681939569 ], [ -111.88967149353853, 40.037558903881056 ], [ -111.88950799688472, 40.037605206947305 ], [ -111.88947283644347, 40.037605476871619 ], [ -111.88934414889519, 40.037624483815705 ], [ -111.88918006677854, 40.037625743139742 ], [ -111.88901586765789, 40.037617993574244 ], [ -111.88885131765436, 40.03758321780262 ], [ -111.88869907271251, 40.037593395191685 ], [ -111.88853557529363, 40.037639696893464 ], [ -111.88840770579876, 40.03772176341014 ], [ -111.888338670731, 40.037821397826747 ], [ -111.88829342657368, 40.037947878472067 ], [ -111.88825990248444, 40.03807426924822 ], [ -111.88823809852852, 40.038200570164676 ], [ -111.88820457422167, 40.038326960921829 ], [ -111.88817093290925, 40.038444343009893 ], [ -111.88814912868357, 40.038570643904691 ], [ -111.88811560404332, 40.038697034631852 ], [ -111.88810540312467, 40.038814237018826 ], [ -111.88808359867259, 40.038940537895904 ], [ -111.88807351454609, 40.039066748933443 ], [ -111.88807515081007, 40.039192870133824 ], [ -111.88808850752929, 40.039318901495839 ], [ -111.88809014383547, 40.039445022690202 ], [ -111.88810350064004, 40.03957105404421 ], [ -111.88810840971622, 40.039949417600816 ], [ -111.88808660494674, 40.040075718457814 ], [ -111.88804124203244, 40.040193190321659 ], [ -111.88797232086829, 40.040301833166353 ], [ -111.88791523698048, 40.040419394805937 ], [ -111.88788171106452, 40.040545785440031 ], [ -111.88787162638349, 40.040671996431982 ], [ -111.88784982097062, 40.040798297236073 ], [ -111.88780948169909, 40.041303141155971 ], [ -111.88778755914396, 40.041420433283882 ], [ -111.88771863637443, 40.041529075972704 ], [ -111.8876027131905, 40.041629069141202 ], [ -111.8875219522466, 40.041728792851117 ], [ -111.88747670412434, 40.041855273137543 ], [ -111.88746661854736, 40.041981484076203 ], [ -111.88746825386187, 40.042107605233696 ], [ -111.88749333107846, 40.042233546828079 ], [ -111.88748324548929, 40.042359757760302 ], [ -111.88743776328741, 40.042468220716259 ], [ -111.88716066332171, 40.042794686544376 ], [ -111.88707990038384, 40.042894409948239 ], [ -111.88691860728753, 40.04311187389726 ], [ -111.88678098889265, 40.043347175512125 ], [ -111.88672390050394, 40.043464736553375 ], [ -111.8866785331017, 40.043582207865455 ], [ -111.88663328225235, 40.043708687812668 ], [ -111.88659963576131, 40.04382606939452 ], [ -111.8865778270989, 40.043952369927538 ], [ -111.88656773962498, 40.044078580764065 ], [ -111.8865459308317, 40.044204881287143 ], [ -111.88645519432679, 40.044439823741044 ], [ -111.88639810449851, 40.044557384615793 ], [ -111.88635285251723, 40.044683864445005 ], [ -111.88630748370572, 40.044801335603005 ], [ -111.88625039333222, 40.044918896403715 ], [ -111.88621686228153, 40.045045286516178 ], [ -111.88617149300741, 40.04516275761879 ], [ -111.88613796169938, 40.045289147706022 ], [ -111.88610431362892, 40.045406529129984 ], [ -111.88609422511594, 40.045532739905703 ], [ -111.88607241503307, 40.045659040322775 ], [ -111.88604214913265, 40.046037672618809 ], [ -111.88602022217501, 40.046154964366728 ], [ -111.88599841177809, 40.046281264760047 ], [ -111.8859648796394, 40.046407654782428 ], [ -111.8859430690682, 40.046533955161856 ], [ -111.88587577099906, 40.04676871785626 ], [ -111.88580870570296, 40.047021497807961 ], [ -111.88576345108233, 40.047147977383197 ], [ -111.88572980151207, 40.047265358677969 ], [ -111.88570799026191, 40.047391659002294 ], [ -111.88568781128909, 40.047644080418067 ], [ -111.8856910760273, 40.047896322604444 ], [ -111.88568098646884, 40.048022533302706 ], [ -111.88567078028056, 40.048139735348798 ], [ -111.88565060100051, 40.048392156729669 ], [ -111.88562878928293, 40.048518457020229 ], [ -111.88559851995184, 40.048897089055586 ], [ -111.88560178450564, 40.049149331193341 ], [ -111.88561502236163, 40.04926635400691 ], [ -111.88562837686297, 40.049392385463278 ], [ -111.8856651758164, 40.049518237697519 ], [ -111.88567853046771, 40.049644269141126 ], [ -111.88572868445836, 40.049896152782395 ], [ -111.88575364498288, 40.050013085943476 ], [ -111.88576699991033, 40.0501391173634 ], [ -111.88581715462219, 40.05039100093758 ], [ -111.88584211549365, 40.050507934066083 ], [ -111.88587891547668, 40.050633786197636 ], [ -111.88592907099579, 40.050885669693635 ], [ -111.88595403225408, 40.051002602784095 ], [ -111.88599083272513, 40.051128454864312 ], [ -111.88601591084007, 40.051254396577797 ], [ -111.88605271156852, 40.051380248630238 ], [ -111.88607767323363, 40.051497181679906 ], [ -111.8861512753341, 40.051748885713913 ], [ -111.88617623731335, 40.05186581873167 ], [ -111.88621303868537, 40.051991670713242 ], [ -111.88626144614847, 40.052108424363198 ], [ -111.88633504962183, 40.052360128239634 ], [ -111.8863717348606, 40.052476971513556 ], [ -111.88642014295192, 40.052593725080825 ], [ -111.88646866793252, 40.052719487263644 ], [ -111.88651707636772, 40.052836240781922 ], [ -111.88656560170598, 40.052962002915109 ], [ -111.88660228767883, 40.053078846096199 ], [ -111.88665069660658, 40.053195599546207 ], [ -111.8866992224565, 40.053321361610273 ], [ -111.88673590886079, 40.053438204737283 ], [ -111.88678443504696, 40.053563966756855 ], [ -111.88682112173402, 40.053680809849041 ], [ -111.88688137118656, 40.0538064820839 ], [ -111.88691805817628, 40.053923325137319 ], [ -111.88721872554866, 40.054506642471559 ], [ -111.88729058271642, 40.054623216047958 ], [ -111.88741085157865, 40.054856542647094 ], [ -111.88748259258652, 40.054964107455866 ], [ -111.88754272754954, 40.055080770660027 ], [ -111.8876864444718, 40.055313917313285 ], [ -111.88780671593442, 40.055547243445972 ], [ -111.88787845830458, 40.055654807982229 ], [ -111.88793859456779, 40.055771470953161 ], [ -111.88801045432237, 40.055888044030006 ], [ -111.88808219737788, 40.055995608426443 ], [ -111.88822591810592, 40.05622875433302 ], [ -111.88829766186498, 40.056336318582161 ], [ -111.88836952283846, 40.056452891411901 ], [ -111.88844126706327, 40.056560455562973 ], [ -111.88852473493117, 40.056667929753381 ], [ -111.88859659664779, 40.056784502427625 ], [ -111.88884700260994, 40.057106924438941 ], [ -111.88894207823498, 40.057205299730867 ], [ -111.88902554768862, 40.057312773531436 ], [ -111.88912074094871, 40.057420157293542 ], [ -111.8893108941399, 40.057616907316785 ], [ -111.88941781186901, 40.05772420082522 ], [ -111.88951288918069, 40.057822575619973 ], [ -111.88961969039339, 40.057920860307178 ], [ -111.88971465110082, 40.058010226303082 ], [ -111.89024866316376, 40.058501647726743 ], [ -111.89056895680831, 40.05878749071892 ], [ -111.89066403726436, 40.058885864516803 ], [ -111.89087764664342, 40.059082431557037 ], [ -111.8909843344524, 40.059171706303154 ], [ -111.89122115863935, 40.059350075109364 ], [ -111.89132784731477, 40.059439349525569 ], [ -111.89158788629912, 40.05959951991489 ], [ -111.89171778880576, 40.059670596267807 ], [ -111.89185941551233, 40.059741582216333 ], [ -111.89197771210061, 40.059821757140561 ], [ -111.89210773292368, 40.059901841659496 ], [ -111.8922145411227, 40.060000123843203 ], [ -111.8923096256385, 40.060098496225748 ], [ -111.89240482796247, 40.060205877139303 ], [ -111.89248830655984, 40.060313348290187 ], [ -111.89257166786523, 40.060411810763121 ], [ -111.89266687104183, 40.060519191446296 ], [ -111.89277368101526, 40.060617473084761 ], [ -111.89288037369825, 40.06070674600798 ], [ -111.89299890838258, 40.060804937067672 ], [ -111.89310560165268, 40.060894209774176 ], [ -111.8933424373388, 40.061072574065413 ], [ -111.89346073796845, 40.06115274741272 ], [ -111.89356743238447, 40.06124201967603 ], [ -111.89380427047873, 40.061420382986078 ], [ -111.89391096576126, 40.061509654919412 ], [ -111.89402950331858, 40.061607844879617 ], [ -111.89413619918825, 40.061697116596207 ], [ -111.89434982735743, 40.061893676933934 ], [ -111.89445652409258, 40.061982948341651 ], [ -111.8945516146085, 40.062081318785062 ], [ -111.89465842973935, 40.062179598603052 ], [ -111.89476512732504, 40.062268869712859 ], [ -111.89488366742857, 40.062367058758412 ], [ -111.89499036560142, 40.062456329651468 ], [ -111.89534563508725, 40.062723869878276 ], [ -111.89546394091951, 40.062804041100144 ], [ -111.89558236499177, 40.062893220798728 ], [ -111.89570067139368, 40.062973391770235 ], [ -111.89583070255871, 40.063053471953836 ], [ -111.89594912754022, 40.063142651263682 ], [ -111.89606743480205, 40.063222821847752 ], [ -111.89630428627696, 40.063401179839246 ], [ -111.89642259440127, 40.06348135004756 ], [ -111.89654102089466, 40.063570528729187 ], [ -111.89664784121605, 40.063668806630808 ], [ -111.89676626832807, 40.063757985072492 ], [ -111.89687297112997, 40.063847254159469 ], [ -111.89697979236234, 40.063945531740345 ], [ -111.89708649573649, 40.064034800621492 ], [ -111.89719331757, 40.064133077995734 ], [ -111.89731174619821, 40.064222255856023 ], [ -111.8974068439511, 40.064320623838633 ], [ -111.89751366669361, 40.06441890090268 ], [ -111.89762037150561, 40.064508169269054 ], [ -111.89794084246016, 40.06480299953062 ], [ -111.89803582363682, 40.064892358375651 ], [ -111.89835629819241, 40.065187187428975 ], [ -111.89846300530739, 40.065276454982126 ], [ -111.89867665713705, 40.065473006960374 ], [ -111.89878336511768, 40.065562274204552 ], [ -111.89910384605108, 40.065857101085918 ], [ -111.89919894867177, 40.065955467516382 ], [ -111.89930565808984, 40.06604473425628 ], [ -111.89951931475413, 40.066241284601382 ], [ -111.8996260250379, 40.066330551032266 ], [ -111.89974446065133, 40.066419726295081 ], [ -111.89985117150796, 40.066508992509533 ], [ -111.8999696077241, 40.066598167532796 ], [ -111.90009965077049, 40.066678242743777 ], [ -111.90021808760321, 40.066767417503591 ], [ -111.90033640613883, 40.066847583553781 ], [ -111.90059649433847, 40.067007732974965 ], [ -111.90071481373161, 40.067087898625857 ], [ -111.9008448585771, 40.06716797297365 ], [ -111.90097478503458, 40.067239038589399 ], [ -111.90123487620863, 40.067399186533585 ], [ -111.90136480350709, 40.067470251699746 ], [ -111.90162489646784, 40.067630398742089 ], [ -111.90175482460728, 40.067701463458661 ], [ -111.9018848718292, 40.06778153660413 ], [ -111.90200319406412, 40.067861700896962 ], [ -111.90226328999937, 40.068021846462216 ], [ -111.90238161309182, 40.06810201035573 ], [ -111.90251166180515, 40.0681820827755 ], [ -111.90262998546484, 40.068262246406817 ], [ -111.90274842833138, 40.068351418488582 ], [ -111.90286675256088, 40.068431581869426 ], [ -111.9031036398062, 40.068609925404381 ], [ -111.90321035846185, 40.068699188404594 ], [ -111.90332880284173, 40.068788359869508 ], [ -111.90344736655466, 40.068886539781424 ], [ -111.9035540860916, 40.068975802451 ], [ -111.9036725313991, 40.06906497354997 ], [ -111.90377925150898, 40.069154236003065 ], [ -111.90389769741928, 40.069243406862398 ], [ -111.90400441810209, 40.069332669098969 ], [ -111.90447820600768, 40.069689350822401 ], [ -111.9045849281453, 40.069778612501224 ], [ -111.90494027319941, 40.070046122130613 ], [ -111.90504699649792, 40.070135383365425 ], [ -111.90517705218875, 40.070215452687513 ], [ -111.90528377606076, 40.070304713695229 ], [ -111.90540222592558, 40.070393882954761 ], [ -111.90552055679521, 40.070474043523127 ], [ -111.90565073300385, 40.070563120860392 ], [ -111.90576906445669, 40.070643281166092 ], [ -111.90589912195522, 40.070723349650414 ], [ -111.90601745397537, 40.070803509693889 ], [ -111.90615923786319, 40.07088348616756 ], [ -111.90627745105817, 40.070954637374037 ], [ -111.90640750974048, 40.071034705270101 ], [ -111.90653744928572, 40.071105764453947 ], [ -111.90666750855785, 40.071185832049444 ], [ -111.90679744865801, 40.071256890933604 ], [ -111.90693911489591, 40.071327857865398 ], [ -111.90706905554534, 40.071398916437019 ], [ -111.90719911599292, 40.071478983418508 ], [ -111.90732905719729, 40.071550041690429 ], [ -111.90758917957575, 40.071710174901732 ], [ -111.90771912162121, 40.071781232723893 ], [ -111.90784918355209, 40.071861298953699 ], [ -111.9079675198158, 40.071941456942163 ], [ -111.90809758234069, 40.072021522884242 ], [ -111.90821591917172, 40.072101680610423 ], [ -111.90834598229061, 40.072181746264775 ], [ -111.90846443938842, 40.072270912283777 ], [ -111.90859450311881, 40.07235097764994 ], [ -111.90871272136755, 40.072422126296885 ], [ -111.90884290542479, 40.072511199929544 ], [ -111.9089613637401, 40.072600365421785 ], [ -111.90907970258199, 40.07268052223516 ], [ -111.90920988760799, 40.072769595440647 ], [ -111.90944668656702, 40.072938916968475 ], [ -111.90956502656212, 40.073019073268526 ], [ -111.90980194714245, 40.073197402594026 ], [ -111.90992028800039, 40.073277558517951 ], [ -111.91027567206655, 40.073545051185029 ], [ -111.9104891437855, 40.073723563336728 ], [ -111.91060760634676, 40.073812727079577 ], [ -111.91071434291881, 40.073901982887413 ], [ -111.91083292610188, 40.074000154936996 ], [ -111.91093966326147, 40.074089410527776 ], [ -111.91105812704461, 40.074178573790689 ], [ -111.91116498484107, 40.07427683771008 ], [ -111.91128344924316, 40.074366000732773 ], [ -111.91139018756337, 40.074455255889902 ], [ -111.9115086525684, 40.074544418672858 ], [ -111.91161539146172, 40.074633673613334 ], [ -111.91208925574739, 40.074990323030214 ], [ -111.91220760238657, 40.075070476528154 ], [ -111.9123260695233, 40.07515963844191 ], [ -111.91244441673246, 40.075239791689199 ], [ -111.91256288447109, 40.075328953351445 ], [ -111.91269295880042, 40.075409013955216 ], [ -111.91281130686994, 40.075489166814592 ], [ -111.91294138179335, 40.075569227130536 ], [ -111.9130598507496, 40.075658388265865 ], [ -111.91318992628457, 40.075738448293535 ], [ -111.91330827550486, 40.075818600627734 ], [ -111.91343835163393, 40.075898660367585 ], [ -111.91355670142163, 40.075978812439409 ], [ -111.91381685517162, 40.076138931192837 ], [ -111.91393520581714, 40.076219082865023 ], [ -111.91419536136272, 40.076379200741613 ], [ -111.91431371286606, 40.076459352014155 ], [ -111.91444367087936, 40.076530402055845 ], [ -111.91458547643437, 40.076610367894133 ], [ -111.91470382879298, 40.076690518755292 ], [ -111.91483390820535, 40.076770576879149 ], [ -111.91496386734612, 40.076841626320743 ], [ -111.91508222054664, 40.076921776782648 ], [ -111.91547246233587, 40.077161949388405 ], [ -111.91559081668464, 40.077242099313345 ], [ -111.91572089817888, 40.077322156410148 ], [ -111.9158392530951, 40.077402306072663 ], [ -111.91596933518346, 40.077482362881575 ], [ -111.91608781139361, 40.0775715208094 ], [ -111.91620616717029, 40.077651670083924 ], [ -111.91633625016065, 40.077731726467213 ], [ -111.91645472728067, 40.077820884005718 ], [ -111.91657308391778, 40.07790103289225 ], [ -111.91682164584007, 40.078070245999086 ], [ -111.91694000333764, 40.078150394497605 ], [ -111.91705848196952, 40.078239551395185 ], [ -111.91718856707186, 40.078319606789471 ], [ -111.91730704632062, 40.078408763423312 ], [ -111.91742528406502, 40.078479902885292 ], [ -111.91754388482242, 40.078578067790424 ], [ -111.91766224404353, 40.078658215524591 ], [ -111.91779245160237, 40.078747278739776 ], [ -111.91791081140691, 40.078827426211056 ], [ -111.91802929247658, 40.078916582077902 ], [ -111.91814765285118, 40.078996729298431 ], [ -111.91850309879318, 40.079264195766022 ], [ -111.91862146032389, 40.079344342484617 ], [ -111.91885842641628, 40.07952265258168 ], [ -111.91896518267549, 40.079611900478142 ], [ -111.91920215059214, 40.079790209843317 ], [ -111.9193089077187, 40.079879457409156 ], [ -111.91942739243466, 40.079968611788807 ], [ -111.91953427132579, 40.080066867652988 ], [ -111.91964102931924, 40.080156114898756 ], [ -111.91974790881208, 40.080254370555906 ], [ -111.91985466737829, 40.080343617595453 ], [ -111.92006842787558, 40.080540128391931 ], [ -111.92016358116372, 40.080638476794846 ], [ -111.92027046216616, 40.080736731944761 ], [ -111.92046077015087, 40.080933428316406 ], [ -111.92056777337636, 40.081040691688095 ], [ -111.92075808307048, 40.081237387541869 ], [ -111.92085335970079, 40.08134474385416 ], [ -111.92104367107123, 40.081541439209659 ], [ -111.92113894857864, 40.081648795271626 ], [ -111.92123410496451, 40.08174714274169 ], [ -111.92131765543351, 40.08185459191607 ], [ -111.92141293381297, 40.081961947737149 ], [ -111.92150809103344, 40.082060294967498 ], [ -111.92160337000202, 40.082167650621543 ], [ -111.92185402550997, 40.082489997089766 ], [ -111.92193745635664, 40.082588437277003 ], [ -111.92203273674511, 40.082695792552236 ], [ -111.92219984281373, 40.082910689594272 ], [ -111.92229512406921, 40.083018044638038 ], [ -111.92237855620438, 40.083116484484222 ], [ -111.92247371643862, 40.083214830868037 ], [ -111.9226642809689, 40.083429540390789 ], [ -111.92277116996424, 40.083527793096422 ], [ -111.92286633134138, 40.08362613913792 ], [ -111.92296161465239, 40.083733493597187 ], [ -111.92305677659273, 40.083831839472424 ], [ -111.92315206049291, 40.083939193764635 ], [ -111.92323549500065, 40.084037632951407 ], [ -111.9233307794719, 40.084144987086418 ], [ -111.92366500802225, 40.084574776885383 ], [ -111.92373683771723, 40.084682317701862 ], [ -111.92382051754015, 40.084798773428865 ], [ -111.9238923477202, 40.084906314139367 ], [ -111.92397590628958, 40.085013761247346 ], [ -111.92411968964633, 40.085237850903404 ], [ -111.92420337081484, 40.085354306327673 ], [ -111.92427520219356, 40.085461846777115 ], [ -111.92434715565007, 40.085578395671789 ], [ -111.92443071577037, 40.085685842421924 ], [ -111.92450254786266, 40.08579338271629 ], [ -111.92458623037679, 40.085909837837825 ], [ -111.92465806295419, 40.086017378026192 ], [ -111.9247300176623, 40.086133926657958 ], [ -111.92479024424846, 40.086250568879358 ], [ -111.92486207751298, 40.086358108927257 ], [ -111.92492230452817, 40.086474751070739 ], [ -111.92497080332392, 40.086591486836667 ], [ -111.92501942423166, 40.086717231068882 ], [ -111.92506792337261, 40.08683396678547 ], [ -111.92511654463939, 40.086959710967747 ], [ -111.92515331561462, 40.0870765403128 ], [ -111.92519020868666, 40.087202378132076 ], [ -111.92522697992594, 40.087319207445994 ], [ -111.92527560184655, 40.087444951543844 ], [ -111.92531237336981, 40.087561780822696 ], [ -111.92536087363601, 40.087678516387307 ], [ -111.92540949607032, 40.087804260415552 ], [ -111.92545799668171, 40.087920995930837 ], [ -111.92551822613697, 40.088037637706186 ], [ -111.9255785778239, 40.088163287932709 ], [ -111.92575926809471, 40.088513212933996 ], [ -111.92580776982737, 40.088629948276214 ], [ -111.9258680005244, 40.088746589841691 ], [ -111.92591650261527, 40.088863325129743 ], [ -111.92597673371021, 40.088979966629601 ], [ -111.92601362938873, 40.089105804116819 ], [ -111.92606213199402, 40.089222539331018 ], [ -111.92608729907114, 40.089348470559308 ], [ -111.92612419516465, 40.089474307998849 ], [ -111.9261609692925, 40.089591136938942 ], [ -111.92618613670018, 40.089717068134235 ], [ -111.9262230331872, 40.089842905530034 ], [ -111.92625980769394, 40.089959734427232 ], [ -111.92629670445582, 40.090085571791313 ], [ -111.92634520827016, 40.090202306854046 ], [ -111.9263821053284, 40.090328144182457 ], [ -111.92643060946814, 40.09044487920098 ], [ -111.92647923592899, 40.09057062267609 ], [ -111.92652774041402, 40.090687357645265 ], [ -111.92656451592219, 40.090804186417806 ], [ -111.92661314289685, 40.090929929823282 ], [ -111.92665004086564, 40.091055767040629 ], [ -111.92668681679264, 40.091172595762359 ], [ -111.92672371503632, 40.091298432948001 ], [ -111.92674888416828, 40.091424363965373 ], [ -111.92678578267079, 40.091550201122992 ], [ -111.92679910052475, 40.091667217493871 ], [ -111.92681254062931, 40.091793242338724 ], [ -111.9268025221146, 40.091919454888178 ], [ -111.92676892265392, 40.092036846659553 ], [ -111.9267235937042, 40.092154332266723 ], [ -111.9266783867877, 40.092280826333486 ], [ -111.92664490912894, 40.092407226543841 ], [ -111.9266014123817, 40.092659839264726 ], [ -111.92659139338026, 40.092786051783072 ], [ -111.92656964483838, 40.092912358130725 ], [ -111.92655962575012, 40.093038570641973 ], [ -111.92656292444713, 40.093281799516824 ], [ -111.9265763644914, 40.093407824355637 ], [ -111.92661326381865, 40.093533661517014 ], [ -111.92666177073261, 40.093650396344529 ], [ -111.92671040001203, 40.09377613962301 ], [ -111.92673544791998, 40.093893062104641 ], [ -111.92672542902929, 40.094019274607234 ], [ -111.92670368038689, 40.094145580955072 ], [ -111.92667007973441, 40.094262972667444 ], [ -111.926624871398, 40.094389466684653 ], [ -111.9265913926815, 40.094515866846827 ], [ -111.92655779166552, 40.094633258523437 ], [ -111.92649254405755, 40.095012177432217 ], [ -111.92647067253229, 40.095129475249358 ], [ -111.92642546328251, 40.095255969180677 ], [ -111.9263684017787, 40.095373548436505 ], [ -111.92629961013026, 40.095491221474177 ], [ -111.92619526192297, 40.095582150452302 ], [ -111.9260791834549, 40.095673173126251 ], [ -111.92595125257323, 40.095755280986971 ], [ -111.92583505139575, 40.095837294946179 ], [ -111.92570699783866, 40.095910394066991 ], [ -111.92545113397883, 40.09607460884073 ], [ -111.92532307956273, 40.096147707543786 ], [ -111.92506721388573, 40.096311921483185 ], [ -111.92495101069572, 40.096393934570315 ], [ -111.92456720898585, 40.096640254058386 ], [ -111.92445100463489, 40.096722266652336 ], [ -111.92431121774439, 40.096795457878557 ], [ -111.92418316074769, 40.096868555341288 ], [ -111.92405522533555, 40.096950661141925 ], [ -111.92392716777168, 40.097023758326046 ], [ -111.92378737969698, 40.097096948929533 ], [ -111.92365919976095, 40.097161037344023 ], [ -111.9235194111148, 40.097234227628768 ], [ -111.92336764835277, 40.097289494306928 ], [ -111.92321564184051, 40.097326743830799 ], [ -111.92303968768047, 40.097328146208127 ], [ -111.92289953288942, 40.097374310315686 ], [ -111.92278344696653, 40.097465329742519 ], [ -111.92267921273357, 40.097565264088672 ], [ -111.92256312619323, 40.097656283298655 ], [ -111.92242309204791, 40.097711455318425 ], [ -111.92227120569029, 40.097757712096872 ], [ -111.92177889546167, 40.097788659543156 ], [ -111.92162688693749, 40.097825907000896 ], [ -111.92147512129135, 40.097881171225602 ], [ -111.92133520728996, 40.097945350425483 ], [ -111.92120726640221, 40.098027453126306 ], [ -111.92112661131537, 40.098136207983806 ], [ -111.92104607744261, 40.098253971268917 ], [ -111.92095344846028, 40.098344802324107 ], [ -111.92081341157663, 40.098399972421618 ], [ -111.92063769736428, 40.098419388148159 ], [ -111.92047383491801, 40.098447718868634 ], [ -111.92030985095909, 40.098467040874226 ], [ -111.92015771874175, 40.098495277940728 ], [ -111.92000595039319, 40.098550540263993 ], [ -111.91987776412745, 40.098614624548034 ], [ -111.91936598664239, 40.098943028174567 ], [ -111.91923792026658, 40.099016120247299 ], [ -111.91910997483245, 40.099098220667102 ], [ -111.91898190788945, 40.099171312461152 ], [ -111.91886569247714, 40.099253319539343 ], [ -111.91860979951211, 40.099417519430823 ], [ -111.91846987963274, 40.099481695217897 ], [ -111.91833008060443, 40.099554879325929 ], [ -111.91820201196346, 40.099627970270845 ], [ -111.91807406413015, 40.099710069564466 ], [ -111.9179814292123, 40.099800898286553 ], [ -111.91788903616779, 40.099909743912548 ], [ -111.91782022539549, 40.100027412037868 ], [ -111.91775129334685, 40.100136071634282 ], [ -111.91770606474736, 40.100262562272299 ], [ -111.9175919033264, 40.100497712393583 ], [ -111.9175112395926, 40.100606464784669 ], [ -111.91741872372539, 40.100706301552947 ], [ -111.91721022936093, 40.100906160672949 ], [ -111.91711771265147, 40.101005997205128 ], [ -111.91689748553377, 40.101205948662006 ], [ -111.91680496796459, 40.101305784948913 ], [ -111.9167007191275, 40.101405714012586 ], [ -111.91662005291785, 40.101514465793997 ], [ -111.91655111749024, 40.101623124686654 ], [ -111.91652922695557, 40.101740420709135 ], [ -111.9165426504708, 40.101866446719178 ], [ -111.91655619493255, 40.102001481212817 ], [ -111.91653430429768, 40.102118777229933 ], [ -111.91646548902258, 40.102236444556958 ], [ -111.91628069132055, 40.102454133355046 ], [ -111.91620014407792, 40.102571893334201 ], [ -111.91615466938129, 40.102680366387304 ], [ -111.91614450909961, 40.102797569530566 ], [ -111.91615793215057, 40.102923595568058 ], [ -111.91618308653834, 40.10304952880184 ], [ -111.91623170363195, 40.103175276419528 ], [ -111.91630547567381, 40.103426957207084 ], [ -111.9163422410339, 40.103543789090359 ], [ -111.91637912739974, 40.103669629444482 ], [ -111.91642762443257, 40.103786368471603 ], [ -111.91646451109474, 40.103912208790085 ], [ -111.91651300845301, 40.104028947773052 ], [ -111.91657323745038, 40.10414559389104 ], [ -111.9166101245866, 40.104271434150235 ], [ -111.91664689094814, 40.104388265909002 ], [ -111.91667373969285, 40.104640317766361 ], [ -111.91667881835627, 40.105018674081869 ], [ -111.91669224290655, 40.105144699993623 ], [ -111.91669466139766, 40.105324869654169 ], [ -111.91682467732534, 40.10539591603046 ], [ -111.91695481448224, 40.105475970738908 ], [ -111.91708483096572, 40.105547016815045 ], [ -111.91722657943902, 40.105617969831869 ], [ -111.91735659647264, 40.105689015594983 ], [ -111.91762836310332, 40.10583101372108 ], [ -111.9177701127239, 40.105901966056244 ], [ -111.91790013085779, 40.105973011193299 ], [ -111.9181717786127, 40.106105999533732 ], [ -111.91831352936155, 40.106176951187692 ], [ -111.91844354857825, 40.1062479956991 ], [ -111.91858517872203, 40.106309938535659 ], [ -111.91872693031817, 40.106380889671577 ], [ -111.91929345453526, 40.106628658541489 ], [ -111.91943496493396, 40.106681591843248 ], [ -111.91974145020855, 40.106787271587535 ], [ -111.92004769367134, 40.106874933564193 ], [ -111.92018908375829, 40.106918857458233 ], [ -111.92034232737907, 40.106971696420771 ], [ -111.92062559430497, 40.107095577185071 ], [ -111.92076734962019, 40.107166525771802 ], [ -111.92090898373891, 40.107228465711579 ], [ -111.92103900762358, 40.107299507243425 ], [ -111.92118064226054, 40.107361446843683 ], [ -111.92132239869674, 40.107432394735092 ], [ -111.92145242339507, 40.107503435791081 ], [ -111.92173569450752, 40.10762731378135 ], [ -111.92187745206475, 40.107698260977394 ], [ -111.92201896663889, 40.107751191064509 ], [ -111.9223254606148, 40.107856863851886 ], [ -111.92247846455567, 40.107891683008198 ], [ -111.92263159036847, 40.107935510424198 ], [ -111.92279644848246, 40.107979244157058 ], [ -111.92293784257382, 40.108023164641168 ], [ -111.92307948040252, 40.108085101875162 ], [ -111.92322099668789, 40.108138030470386 ], [ -111.92350427358103, 40.108261904055347 ], [ -111.92364603426465, 40.108332849043258 ], [ -111.923787673367, 40.108394785393322 ], [ -111.92392943461695, 40.108465730026268 ], [ -111.92405946396012, 40.108536768089849 ], [ -111.92420110385437, 40.108598703923093 ], [ -111.92433125567706, 40.108678750132299 ], [ -111.92446128583958, 40.108749787732826 ], [ -111.92459143825309, 40.108829833640861 ], [ -111.92472146897146, 40.108900870941106 ], [ -111.92498177528428, 40.10906096200398 ], [ -111.92511180684515, 40.109131998853606 ], [ -111.92523022843284, 40.109212137736677 ], [ -111.92549053711735, 40.10937222762059 ], [ -111.92562056979561, 40.109443263882476 ], [ -111.9257507248808, 40.109523308447834 ], [ -111.92588075811491, 40.109594344409423 ], [ -111.92602252400515, 40.109665286412913 ], [ -111.92615267998116, 40.109745330513363 ], [ -111.92654278300161, 40.109958436557712 ], [ -111.92668455032745, 40.110029377730015 ], [ -111.92681470776759, 40.110109421064784 ], [ -111.92707477892918, 40.110251490384094 ], [ -111.92721654740964, 40.110322430888459 ], [ -111.92734670602729, 40.110402473607898 ], [ -111.92747674257954, 40.110473507729012 ], [ -111.92761851193366, 40.110544447728657 ], [ -111.92774854903608, 40.110615481536556 ], [ -111.92789031896389, 40.110686421195197 ], [ -111.92800862404854, 40.110757548702566 ], [ -111.92815051699831, 40.110837496479903 ], [ -111.92828055520678, 40.110908529674276 ], [ -111.92839898357312, 40.110988665215658 ], [ -111.9286593064044, 40.111148747767288 ], [ -111.92877773562995, 40.111228882908293 ], [ -111.92913339274904, 40.111496312904194 ], [ -111.92925182313253, 40.111576447542447 ], [ -111.92935864369854, 40.111665684647321 ], [ -111.929951414694, 40.112111397583156 ], [ -111.93006984710247, 40.11219153135341 ], [ -111.93017666970111, 40.112280767671258 ], [ -111.93065089442096, 40.112637334788083 ], [ -111.93076932856098, 40.112717467816076 ], [ -111.93088788580823, 40.112806609153843 ], [ -111.93100632051929, 40.112886741930645 ], [ -111.93113661130828, 40.112975788683748 ], [ -111.93137348217665, 40.113136053585286 ], [ -111.93150365100594, 40.11321609147771 ], [ -111.9316220871473, 40.113296223602873 ], [ -111.93201259633315, 40.113536335962237 ], [ -111.93213103362474, 40.113616467549363 ], [ -111.93224959420711, 40.113705607441361 ], [ -111.93239149821721, 40.113785549855855 ], [ -111.93262837482851, 40.113945812102898 ], [ -111.93275854666425, 40.114025848539363 ], [ -111.9328769856771, 40.114105979337225 ], [ -111.93313733084305, 40.114266051482389 ], [ -111.93325577071526, 40.114346181879739 ], [ -111.93338594404548, 40.114426217588417 ], [ -111.93350438448613, 40.114506347722823 ], [ -111.9336345584115, 40.114586383143035 ], [ -111.93375312263646, 40.114675521439359 ], [ -111.93387156393908, 40.114755651184971 ], [ -111.93399012876711, 40.114844789229181 ], [ -111.93410857064077, 40.114924918723531 ], [ -111.93422713607188, 40.115014056515641 ], [ -111.93435743510609, 40.115103099518421 ], [ -111.93446426786274, 40.115192331720962 ], [ -111.93458283422251, 40.115281469134203 ], [ -111.93468966755343, 40.115370701119545 ], [ -111.93480823451739, 40.115459838292395 ], [ -111.93491506842261, 40.115549070060517 ], [ -111.93503375937986, 40.115647215413055 ], [ -111.93525916206227, 40.115825583655166 ], [ -111.93536599713059, 40.11591481498845 ], [ -111.93548468937337, 40.116012959858011 ], [ -111.9355915250305, 40.116102190973656 ], [ -111.93571009444335, 40.116191327184019 ], [ -111.9359237671859, 40.116369788877726 ], [ -111.93604246102339, 40.116467933149771 ], [ -111.93614929812333, 40.116557163727414 ], [ -111.93625625905771, 40.116655402617305 ], [ -111.93637483030039, 40.116744538117715 ], [ -111.93648166826883, 40.116833768374597 ], [ -111.93658863011679, 40.116932006942427 ], [ -111.9367070786585, 40.117012133674208 ], [ -111.93681404111135, 40.117110372023944 ], [ -111.93716976032569, 40.11737777635998 ], [ -111.9372766003263, 40.117467005850571 ], [ -111.93739505060256, 40.117547131851481 ], [ -111.93752535859971, 40.117636171148654 ], [ -111.93764393320308, 40.117725305296212 ], [ -111.9378809595639, 40.117894564803144 ], [ -111.93799953508001, 40.117983698572182 ], [ -111.93810637711437, 40.118072927264706 ], [ -111.93834352966472, 40.118251194195558 ], [ -111.93845037256811, 40.118340422556663 ], [ -111.93856894960238, 40.118429555718478 ], [ -111.93867591696245, 40.118527792268516 ], [ -111.93878276073444, 40.11861702030879 ], [ -111.93887799479825, 40.118715351780509 ], [ -111.93909193161744, 40.118911824175598 ], [ -111.93917543259245, 40.119010250538203 ], [ -111.93928252570579, 40.119117494901538 ], [ -111.93937776119397, 40.119215825937594 ], [ -111.93947312094878, 40.119323165293416 ], [ -111.93975882993313, 40.119618157652226 ], [ -111.93986580088055, 40.119716393042182 ], [ -111.93996103805223, 40.119814723569242 ], [ -111.9400797437017, 40.119912863510116 ], [ -111.94017498145784, 40.120011193851226 ], [ -111.94028182952265, 40.120100420436643 ], [ -111.94038880198283, 40.120198655318063 ], [ -111.94050738478565, 40.120287786400546 ], [ -111.94061435786534, 40.120386021063375 ], [ -111.94072120709303, 40.120475247224327 ], [ -111.94082818077574, 40.120573481679564 ], [ -111.94094676480442, 40.120662612292342 ], [ -111.94105373910666, 40.12076084652896 ], [ -111.94114897945762, 40.120859176025071 ], [ -111.94125583012747, 40.120948401668976 ], [ -111.94135119527979, 40.121055739384715 ], [ -111.94145804652314, 40.12114496483246 ], [ -111.9415416779446, 40.121252397775315 ], [ -111.94163704397602, 40.12135973524002 ], [ -111.94180430818244, 40.121574600781365 ], [ -111.94187633060324, 40.121691137285723 ], [ -111.94194822894445, 40.121798665347519 ], [ -111.94209227501091, 40.122031738107239 ], [ -111.94215256393929, 40.122148369879902 ], [ -111.94224967338791, 40.122381824274164 ], [ -111.94229835274443, 40.122507559825017 ], [ -111.94234690789966, 40.122624286960352 ], [ -111.94238385303521, 40.122750117953402 ], [ -111.94242067391572, 40.122866940540654 ], [ -111.94245761932693, 40.122992771501877 ], [ -111.94250629952265, 40.123118506942767 ], [ -111.94254312082307, 40.123235329479051 ], [ -111.94258006667201, 40.123361160388384 ], [ -111.94260515353189, 40.123478078409583 ], [ -111.94267904587862, 40.123729740156527 ], [ -111.94270413305549, 40.123846658145396 ], [ -111.9427797684713, 40.124224437219581 ], [ -111.94278151076196, 40.12435055463181 ], [ -111.94279498794009, 40.124476576505018 ], [ -111.94282007561468, 40.124593494448419 ], [ -111.94284528783876, 40.124719420768805 ], [ -111.94289546364443, 40.124953256611285 ], [ -111.94286436607197, 40.12525081995804 ], [ -111.9427968185023, 40.12545858606088 ], [ -111.94288219999105, 40.12569213525186 ], [ -111.94298242929035, 40.12615079838956 ], [ -111.94301137711165, 40.126546976111385 ], [ -111.94295855166776, 40.126970847877352 ], [ -111.94291671411094, 40.127340573753187 ], [ -111.94289635533215, 40.127565974394052 ], [ -111.94295802006707, 40.127781697754017 ], [ -111.9429041976227, 40.128133502379356 ], [ -111.94286173678836, 40.128458186274521 ], [ -111.9426662147396, 40.128748078640548 ], [ -111.94262275685, 40.129000695395085 ], [ -111.94255744500357, 40.129370612103578 ], [ -111.94240848891833, 40.129633096796212 ], [ -111.94215440697489, 40.12993247420647 ], [ -111.94201793025512, 40.13024891319462 ], [ -111.94190417798083, 40.130511110830057 ], [ -111.94166033461764, 40.130702291165257 ], [ -111.94133769377655, 40.131137365090439 ], [ -111.94053746997915, 40.131837590358877 ], [ -111.94003827680386, 40.132238056914652 ], [ -111.93957056478732, 40.132367984222036 ], [ -111.93918810512049, 40.132722452952819 ], [ -111.93886283568732, 40.13296834408559 ], [ -111.93851347149585, 40.133169382645008 ], [ -111.93846850866026, 40.133313897255597 ], [ -111.93841267659528, 40.133521565642859 ], [ -111.93823910769872, 40.13370315984082 ], [ -111.93816116430919, 40.134010110506658 ], [ -111.93811731509923, 40.134235700423297 ], [ -111.93788369829542, 40.13431867727563 ], [ -111.93776831374548, 40.134463761940232 ], [ -111.93764243023639, 40.134699025363837 ], [ -111.93748220237003, 40.134997632398104 ], [ -111.93746256659571, 40.135277082319575 ], [ -111.93728948585995, 40.135494708652146 ], [ -111.93721227888304, 40.135855708954871 ], [ -111.93705179901315, 40.136136298621636 ], [ -111.93699707412765, 40.136425041745298 ], [ -111.93663274763851, 40.137247843104355 ], [ -111.93631053892521, 40.137718936783564 ], [ -111.93611508667078, 40.138017826632485 ], [ -111.93608370738508, 40.138297371136019 ], [ -111.93585291693809, 40.138587536808565 ], [ -111.9356002561381, 40.138995000672438 ], [ -111.93531349171745, 40.139483823859379 ], [ -111.93491095278701, 40.140090703051193 ], [ -111.93460280209072, 40.140732856523009 ], [ -111.93398265927596, 40.141737901155864 ], [ -111.93352535140765, 40.142633517173834 ], [ -111.93324943242266, 40.14305918198307 ], [ -111.93279903913862, 40.14360337365661 ], [ -111.93218836613049, 40.144446163351667 ], [ -111.93207701577128, 40.144888519037501 ], [ -111.93197629448851, 40.145249704683621 ], [ -111.93175560186215, 40.145422658866316 ], [ -111.93140726058309, 40.145704751959414 ], [ -111.93088861697672, 40.146411653732414 ], [ -111.93057818790527, 40.146891645671964 ], [ -111.93009462065585, 40.147589252525904 ], [ -111.93000795854488, 40.148121501425543 ], [ -111.92988607792167, 40.148654033059238 ], [ -111.92976308991987, 40.149105489105779 ], [ -111.92960267188714, 40.149395076895104 ], [ -111.92938306505427, 40.149649102085228 ], [ -111.92928134067566, 40.149938218285065 ], [ -111.9290963351865, 40.150146918378063 ], [ -111.92894630122503, 40.150337318872296 ], [ -111.9289145196163, 40.150589836097971 ], [ -111.9286412397751, 40.151213674415501 ], [ -111.92834337179694, 40.151756624903911 ], [ -111.92802165184814, 40.152272737676206 ], [ -111.92792126668921, 40.15266094484663 ], [ -111.9277262261613, 40.152995854193648 ], [ -111.92733172809908, 40.153341370203059 ], [ -111.92697232342252, 40.153677594547311 ], [ -111.92660019566031, 40.153941844695161 ], [ -111.92654541357925, 40.154230582662251 ], [ -111.92646910969323, 40.154663642577191 ], [ -111.92633190048352, 40.1549350212184 ], [ -111.92606591490795, 40.155234457822196 ], [ -111.92580151747423, 40.155651002783841 ], [ -111.92533814196514, 40.156114184317538 ], [ -111.9250025605799, 40.156477240146877 ], [ -111.92435462396095, 40.157185144715321 ], [ -111.92414622491953, 40.157403032874662 ], [ -111.92416004181425, 40.157556081667963 ], [ -111.92411662105177, 40.157817699596784 ], [ -111.92385220190157, 40.158234240169634 ], [ -111.92356466409677, 40.158677992602229 ], [ -111.92337117185583, 40.15913000366767 ], [ -111.92307200824629, 40.159582856903697 ], [ -111.92273493445461, 40.159837805687218 ], [ -111.92256076995558, 40.159983343260421 ], [ -111.92236653602085, 40.160381302368009 ], [ -111.92216779009746, 40.160445950985533 ], [ -111.92170155567572, 40.160701925415069 ], [ -111.9212143922569, 40.161147260911768 ], [ -111.92081823213329, 40.161375646147 ], [ -111.92045400847731, 40.161360523603761 ], [ -111.92025477129646, 40.161389135434014 ], [ -111.92025720401894, 40.161569303159425 ], [ -111.92042912563488, 40.162126516391268 ], [ -111.92027228738772, 40.162686342928687 ], [ -111.91966177803636, 40.163565100996742 ], [ -111.91932685930867, 40.163982190968234 ], [ -111.91900282795751, 40.164336128090568 ], [ -111.91876098640429, 40.164689412102618 ], [ -111.91832957177608, 40.164918068536942 ], [ -111.91817983987103, 40.165135480455994 ], [ -111.91799694406029, 40.165506314054184 ], [ -111.91769371384703, 40.165661876883732 ], [ -111.9175448273854, 40.165942346697115 ], [ -111.9172418367111, 40.166115925137376 ], [ -111.91706800823808, 40.166288479761434 ], [ -111.91679951416884, 40.166407727707174 ], [ -111.9165773821012, 40.166481561267105 ], [ -111.91646335254546, 40.16673472567107 ], [ -111.91638467015132, 40.166996619528675 ], [ -111.91601775739251, 40.167657205370425 ], [ -111.91569708129417, 40.168263368241888 ], [ -111.91526648081305, 40.168555072200604 ], [ -111.91466010030972, 40.168875191440691 ], [ -111.91438057452945, 40.169048576988359 ], [ -111.91403288736787, 40.169393677542352 ], [ -111.9137646173445, 40.169530935360967 ], [ -111.91328944444837, 40.170003170604829 ], [ -111.91300082342265, 40.170374830103142 ], [ -111.91281776505076, 40.170736647266068 ], [ -111.9123240370409, 40.171578407792317 ], [ -111.91195609615021, 40.172166913834076 ], [ -111.91166866432742, 40.17262865395876 ], [ -111.91145132718567, 40.17306281350838 ], [ -111.91116268339729, 40.17343446848438 ], [ -111.91080273256033, 40.173743618369407 ], [ -111.9104675898556, 40.174151674750924 ], [ -111.91047120177087, 40.174421926478651 ], [ -111.91036948223052, 40.174720034530097 ], [ -111.91002415295382, 40.175245291061934 ], [ -111.9096126859653, 40.176095402282108 ], [ -111.90925415711627, 40.176512648127179 ], [ -111.90892737003941, 40.176668372937144 ], [ -111.90861100367698, 40.176724912356818 ], [ -111.90830890333899, 40.176970535014824 ], [ -111.90788779921608, 40.177099968845681 ], [ -111.90786695254687, 40.177298337685251 ], [ -111.90763387133212, 40.177435305293947 ], [ -111.90745842973641, 40.177490736631761 ], [ -111.90725159500532, 40.177834712414125 ], [ -111.9069011885985, 40.177981607266155 ], [ -111.90657462882966, 40.178155342321062 ], [ -111.9061530346364, 40.178248736352018 ], [ -111.90596632471969, 40.178340290964812 ], [ -111.90596872110895, 40.178520458878879 ], [ -111.90585427320032, 40.178746587783081 ], [ -111.90545664206074, 40.178875829108307 ], [ -111.90525818510073, 40.178967474453856 ], [ -111.90533056719968, 40.179111057758135 ], [ -111.90498134695233, 40.179348030849084 ], [ -111.90473471350393, 40.17934995856691 ], [ -111.90435145257008, 40.179677289105868 ], [ -111.90433143220575, 40.179938716125442 ], [ -111.90398088903157, 40.18007659387554 ], [ -111.9035478931862, 40.180197095461629 ], [ -111.90323353666531, 40.180406763167007 ], [ -111.90295656198164, 40.180778306415583 ], [ -111.90250341278283, 40.18115122255427 ], [ -111.90219048063359, 40.181468988277913 ], [ -111.90199666469337, 40.181911955731017 ], [ -111.90204591129653, 40.182082749276873 ], [ -111.90201365931171, 40.182308233810943 ], [ -111.90179265199389, 40.182472123543185 ], [ -111.90160664017269, 40.182617721648548 ], [ -111.90135301872249, 40.182980069767339 ], [ -111.90135588021936, 40.183196271364963 ], [ -111.90112419609764, 40.183441326890581 ], [ -111.90078537354401, 40.183579103724263 ], [ -111.90061205484641, 40.183796676072802 ], [ -111.90061443753365, 40.183976844082622 ], [ -111.90060507494962, 40.18415710346099 ], [ -111.90043092044858, 40.18431161673886 ], [ -111.90030267468667, 40.184384688790324 ], [ -111.9003171592633, 40.184591790652966 ], [ -111.90010919567689, 40.184854678287607 ], [ -111.89985532000793, 40.185199006364542 ], [ -111.89961033112668, 40.185327041004136 ], [ -111.8993882374658, 40.185409850623891 ], [ -111.8990545158171, 40.185934983738306 ], [ -111.89901062561236, 40.186169567035655 ], [ -111.89876955538423, 40.186594877156864 ], [ -111.89830317295039, 40.18685976753568 ], [ -111.8978598033641, 40.187088440254783 ], [ -111.8977224166467, 40.187359785449701 ], [ -111.89765586053737, 40.187657609222661 ], [ -111.8974477587104, 40.187911483750433 ], [ -111.89730846930048, 40.18803869402101 ], [ -111.89718199365367, 40.188246888713827 ], [ -111.89685405461886, 40.188321504422888 ], [ -111.89645658745462, 40.188468732224266 ], [ -111.89592053630422, 40.188797217730873 ], [ -111.89547619824005, 40.188953814230835 ], [ -111.89532563067412, 40.189117146639063 ], [ -111.89514219247734, 40.189460919455314 ], [ -111.89511893688881, 40.189479117922282 ], [ -111.8948391584879, 40.189643448733364 ], [ -111.89456899454785, 40.189645536793478 ], [ -111.8941811313606, 40.189630514789975 ], [ -111.8934783654651, 40.189789099526422 ], [ -111.89256628823249, 40.190111461850059 ], [ -111.89155787174936, 40.190254372588051 ], [ -111.89104692606749, 40.190708772677183 ], [ -111.89051189136948, 40.19111830920707 ], [ -111.89033946326349, 40.191407933769298 ], [ -111.89026289149045, 40.191840970027513 ], [ -111.89032892883313, 40.192399039924105 ], [ -111.89006337772668, 40.193653377194295 ], [ -111.88976655172654, 40.194313339193783 ], [ -111.88951670885147, 40.194972939354237 ], [ -111.8893461500863, 40.195406696959971 ], [ -111.88916066478735, 40.195597317465108 ], [ -111.88889212366303, 40.195725510280305 ], [ -111.88888261134811, 40.195896760290793 ], [ -111.88838946699951, 40.196819495985686 ], [ -111.88759028249893, 40.197699529966009 ], [ -111.88729952648548, 40.1979269918386 ], [ -111.8868101130624, 40.198237058871761 ], [ -111.88635417899756, 40.198411727817295 ], [ -111.88593172725794, 40.19845099905092 ], [ -111.88539121095454, 40.198446125298346 ], [ -111.8848282530284, 40.198522504370054 ], [ -111.88418621854517, 40.198842736161886 ], [ -111.88329700368206, 40.199128813578767 ], [ -111.88285315292606, 40.199330404480278 ], [ -111.88211536591163, 40.199516215383397 ], [ -111.88179910352849, 40.199590699529622 ], [ -111.88161591942998, 40.199961476595256 ], [ -111.88150065540903, 40.200133531317661 ], [ -111.88114879521268, 40.200181256839272 ], [ -111.88071609644024, 40.200337708105629 ], [ -111.88034318523169, 40.200574786864372 ], [ -111.88022931505196, 40.200854941435011 ], [ -111.87999110486857, 40.201514432203503 ], [ -111.87970240300182, 40.201904026911073 ], [ -111.87914452991507, 40.202376749320791 ], [ -111.8786808704152, 40.20286677250472 ], [ -111.87838913226589, 40.203022144950047 ], [ -111.87814985077644, 40.203600556136209 ], [ -111.87773549491287, 40.204270387544405 ], [ -111.87732939571778, 40.204669875686122 ], [ -111.87693724645401, 40.205240433494964 ], [ -111.87622040762257, 40.206146792492653 ], [ -111.87574843057372, 40.206907145802532 ], [ -111.87578178450224, 40.207672684107834 ], [ -111.87565578683846, 40.207925897791306 ], [ -111.87556538456739, 40.208205869981967 ], [ -111.87533618866043, 40.208658068482904 ], [ -111.87494376849291, 40.209210602723331 ], [ -111.87452622136614, 40.209637195265955 ], [ -111.87433214765463, 40.210080117038061 ], [ -111.87420868677455, 40.210531514460868 ], [ -111.87386359407093, 40.211110715353911 ], [ -111.87370429956169, 40.211517336223658 ], [ -111.87379013695245, 40.211795976435425 ], [ -111.8738513175775, 40.211984709767073 ], [ -111.87364328478712, 40.212256559021739 ], [ -111.87345967617679, 40.212600297943332 ], [ -111.8731961258361, 40.213124825555255 ], [ -111.87312104149706, 40.213683968177754 ], [ -111.87295919359035, 40.213892402696167 ], [ -111.87275126708187, 40.214173258779198 ], [ -111.87269690577594, 40.214516021775523 ], [ -111.87234843035576, 40.214833973909883 ], [ -111.87200041359489, 40.21518795869784 ], [ -111.87151438438616, 40.215777223256978 ], [ -111.87147003544057, 40.215984770862597 ], [ -111.8716392805016, 40.216352877337705 ], [ -111.87163156973874, 40.216668260537993 ], [ -111.87127248126767, 40.217076382177098 ], [ -111.87111408083182, 40.217555066735578 ], [ -111.8708281446516, 40.218169849981827 ], [ -111.87063459995548, 40.218657807513729 ], [ -111.87046259547017, 40.218992444831244 ], [ -111.87010602326558, 40.219598748106897 ], [ -111.86984357289668, 40.220213352200403 ], [ -111.86964045241871, 40.220872556297344 ], [ -111.86941255765973, 40.221432843965616 ], [ -111.86923984952381, 40.221713428938621 ], [ -111.86889086110692, 40.221995337158504 ], [ -111.86849681762018, 40.22243074020804 ], [ -111.86812730823205, 40.222947041409405 ], [ -111.8678735906374, 40.223327333985999 ], [ -111.86791390578418, 40.223723440008484 ], [ -111.86793106177585, 40.224146747500839 ], [ -111.86804051214595, 40.224434223606451 ], [ -111.86803209450086, 40.2246955558198 ], [ -111.86782859889676, 40.225327731310458 ], [ -111.8676740641876, 40.226112697043909 ], [ -111.86753808947728, 40.226510124506696 ], [ -111.8672847003271, 40.22691744097699 ], [ -111.86724423826541, 40.227431272850481 ], [ -111.86703923423535, 40.227946337450398 ], [ -111.86675310418329, 40.22855210196856 ], [ -111.86680344691176, 40.228812993851491 ], [ -111.86692407924909, 40.229055340668481 ], [ -111.86713965713018, 40.229369050187472 ], [ -111.86708548648721, 40.229729826902116 ], [ -111.86685501534696, 40.230091924196515 ], [ -111.86646297922032, 40.230689471730436 ], [ -111.86612993350124, 40.23130459497807 ], [ -111.86575124385084, 40.23202816989081 ], [ -111.86543292073642, 40.232877421844641 ], [ -111.86525483479883, 40.233662559589142 ], [ -111.86518264635887, 40.234455914618827 ], [ -111.86508305010429, 40.234943159407855 ], [ -111.86492376420668, 40.235358776076644 ], [ -111.8646382727086, 40.236018585558625 ], [ -111.86442295894942, 40.236650842339124 ], [ -111.86410230812326, 40.237319922256013 ], [ -111.86390923537445, 40.237852910043195 ], [ -111.86363502087904, 40.238476595613065 ], [ -111.86327920366139, 40.2391549447755 ], [ -111.86291265377763, 40.239914456130208 ], [ -111.8627801700641, 40.240591138161228 ], [ -111.86280905546202, 40.241014357840633 ], [ -111.86266058256639, 40.241357816392686 ], [ -111.86227951569856, 40.241901211622974 ], [ -111.86187493182717, 40.24244478071158 ], [ -111.86142743005985, 40.243313000934059 ], [ -111.8611642423337, 40.243882542613854 ], [ -111.86097421038089, 40.244658752184584 ], [ -111.86073612325819, 40.2453542355398 ], [ -111.86052999131523, 40.245788212499811 ], [ -111.86032134755727, 40.246024004267646 ], [ -111.86001853916092, 40.24625148623884 ], [ -111.86700191092908, 40.246217396287726 ], [ -111.88596551987695, 40.246154850777344 ], [ -111.89190539185948, 40.246343463639661 ], [ -111.91084272555514, 40.246952735225847 ], [ -111.92028395929549, 40.246959122047876 ], [ -111.92376412287039, 40.246958421378174 ], [ -111.92657314838733, 40.242575499733917 ], [ -111.92789424742917, 40.236006194090706 ], [ -111.93471196722821, 40.23255484828487 ], [ -111.93551254830858, 40.231791603518843 ], [ -111.93939022528247, 40.230841251333196 ], [ -111.9427324331168, 40.227732914576208 ], [ -111.94627136726557, 40.221046200700904 ], [ -111.9461574577365, 40.220461530592111 ], [ -111.94913432818825, 40.21902270418888 ], [ -111.94996267073809, 40.217745603601784 ], [ -111.95078259111636, 40.217549676749208 ], [ -111.95144237639576, 40.215147792792507 ], [ -111.95378540514687, 40.212948268101819 ], [ -111.96219416578373, 40.207590234737204 ], [ -111.96555670444693, 40.206895548115121 ], [ -111.96818267052409, 40.200684245903794 ], [ -111.96884376976834, 40.196777698276335 ], [ -111.97269464041399, 40.197412089689536 ], [ -111.97304066962687, 40.192030641701045 ], [ -111.97325754116689, 40.191587363617785 ], [ -111.97052069272817, 40.187493097010289 ], [ -111.9752317454785, 40.183426350819616 ], [ -111.97501751669144, 40.181590258777142 ], [ -111.98029164817298, 40.174257192926362 ], [ -111.9836044144395, 40.171868655846943 ], [ -111.98543150735867, 40.164213219898897 ], [ -111.98578714295613, 40.157137872149967 ], [ -111.98839708027822, 40.153313682976183 ], [ -111.99063800131577, 40.154817108758209 ], [ -112.00251719148605, 40.148219132988515 ], [ -112.00618100880681, 40.148277445953809 ], [ -112.00745219993422, 40.146113161229074 ], [ -112.00845986495426, 40.144392615139402 ], [ -112.01365369154314, 40.129716082463212 ], [ -112.0173920145921, 40.1261786575702 ], [ -112.01798726647652, 40.123596748223768 ], [ -112.01626577144488, 40.119116192733742 ], [ -112.0174962683183, 40.115853003321746 ], [ -112.02768494850342, 40.114492715375391 ], [ -112.03388112039416, 40.111419424651416 ], [ -112.03975906881932, 40.099041964934536 ], [ -112.04067649171249, 40.099195894279077 ], [ -112.0469913599004, 40.082561682354317 ], [ -112.04690043179417, 40.073562092933898 ], [ -112.04892933656775, 40.071273362592088 ], [ -112.05173434307255, 40.067608118735841 ], [ -112.05344156465544, 40.062727510144967 ], [ -112.0550386521135, 40.062884155200123 ], [ -112.05553230717064, 40.062960743183979 ], [ -112.05578017806452, 40.063066597667735 ], [ -112.05619427173461, 40.063306077791985 ], [ -112.0567491955826, 40.063553281255565 ], [ -112.05727900414368, 40.063692598014427 ], [ -112.0575824359081, 40.063599733886917 ], [ -112.05827988271683, 40.06320595871447 ], [ -112.059105586565, 40.062765959637368 ], [ -112.05955793274015, 40.062446492854399 ], [ -112.06011341477192, 40.06197292008504 ], [ -112.06033267414183, 40.061745677437202 ], [ -112.06041208629263, 40.061573771211876 ], [ -112.06070698241558, 40.06093140125946 ], [ -112.06092400087606, 40.060560026952089 ], [ -112.06110724426667, 40.060279056001491 ], [ -112.06139529768001, 40.059952077314087 ], [ -112.0625733091733, 40.058797079219879 ], [ -112.0629679773369, 40.058541194184556 ], [ -112.06325727482667, 40.058295284399215 ], [ -112.06339361054869, 40.058014740298674 ], [ -112.06364909301381, 40.05710244110972 ], [ -112.06412365729584, 40.055953883504486 ], [ -112.06475205499709, 40.055650797978103 ], [ -112.06500981248506, 40.055639419228356 ], [ -112.06487441339219, 40.055226229381567 ], [ -112.06478576570362, 40.054803600206398 ], [ -112.06479145924892, 40.054416141652936 ], [ -112.06488089180029, 40.054136026757583 ], [ -112.06884076423997, 40.049450684472745 ], [ -112.0690468261234, 40.04913345234467 ], [ -112.06916136669003, 40.048961215742722 ], [ -112.06923834940896, 40.048636164948718 ], [ -112.07075763510362, 40.04309032644035 ], [ -112.07095744659757, 40.04312451744795 ], [ -112.07111390101626, 40.043384345481591 ], [ -112.07128306423553, 40.043707121996881 ], [ -112.07149699595432, 40.043894342315035 ], [ -112.07198177292192, 40.04416014163813 ], [ -112.07247813313724, 40.044416822222139 ], [ -112.0729739321104, 40.044637468019815 ], [ -112.0734830093262, 40.044957092672981 ], [ -112.07381415886221, 40.045143222471459 ], [ -112.07502411299562, 40.046050966097468 ], [ -112.0754035714989, 40.046326737551077 ], [ -112.07571355649378, 40.046657209541259 ], [ -112.07598852285057, 40.046997015362486 ], [ -112.07614528873442, 40.047274852334397 ], [ -112.07633764456793, 40.047579386790041 ], [ -112.07713686094819, 40.048454885110921 ], [ -112.07747271829805, 40.048938272292453 ], [ -112.07766508483269, 40.049242804317934 ], [ -112.07787144510043, 40.049691356973476 ], [ -112.07859263036853, 40.050819835216259 ], [ -112.07906000722288, 40.051464162982164 ], [ -112.07952824578547, 40.052162537387957 ], [ -112.07993447097554, 40.052645261264878 ], [ -112.0805828276886, 40.053612235251286 ], [ -112.08082410303426, 40.054042437638024 ], [ -112.08120889715174, 40.05465148889617 ], [ -112.08147462198832, 40.055144527699397 ], [ -112.0815373643979, 40.055405215654197 ], [ -112.08158966656487, 40.055747085966189 ], [ -112.08145996111271, 40.056442023450764 ], [ -112.08290239335292, 40.057203360470538 ], [ -112.08311582888631, 40.05735452551999 ], [ -112.08338787971678, 40.057505142020013 ], [ -112.08354270277934, 40.057656854389869 ], [ -112.08366264318272, 40.057826911718443 ], [ -112.08378386871554, 40.058078041782252 ], [ -112.0865459847537, 40.06293527778206 ], [ -112.08697677456922, 40.063480811194161 ], [ -112.09380284517943, 40.070921400845876 ], [ -112.09443336120076, 40.071483038073623 ], [ -112.09548076887478, 40.072446153145769 ], [ -112.0977098629633, 40.07469542004506 ], [ -112.09799533232824, 40.0749449776266 ], [ -112.09826835433603, 40.075149605509964 ], [ -112.09846899628427, 40.075228787566267 ], [ -112.09882019259257, 40.075189419010947 ], [ -112.09933569500377, 40.075157499547082 ], [ -112.09974856273884, 40.075306740224185 ], [ -112.10003273744593, 40.075475220432807 ], [ -112.1002569791152, 40.075563184652189 ], [ -112.10066796575136, 40.075595317731576 ], [ -112.10106795228971, 40.075672600896695 ], [ -112.10136356739775, 40.075822950269497 ], [ -112.10175342706867, 40.075999430697287 ], [ -112.10226200122933, 40.076264874136577 ], [ -112.10270947872361, 40.076377737249679 ], [ -112.10656590630039, 40.077701378855402 ], [ -112.10700313256693, 40.077904417117338 ], [ -112.10764321194458, 40.0783217394549 ], [ -112.10810506635325, 40.078596613106122 ], [ -112.10863742917567, 40.078879819453284 ], [ -112.10917111197756, 40.079244095166025 ], [ -112.11011757078796, 40.079748563266072 ], [ -112.11078040764178, 40.080120602955617 ], [ -112.11169830875922, 40.080310003386906 ], [ -112.11228713425373, 40.080457510086624 ], [ -112.1134485167327, 40.080473379983999 ], [ -112.11437595317518, 40.080527526734706 ], [ -112.11537727919344, 40.080797179719447 ], [ -112.11634387399269, 40.081094186879994 ], [ -112.11728525627574, 40.081283316569049 ], [ -112.11775462343118, 40.081296806895757 ], [ -112.11846044338252, 40.081425134280444 ], [ -112.12076106017217, 40.082249777922293 ], [ -112.12119820900142, 40.082443753518533 ], [ -112.12148350017387, 40.082675235374332 ], [ -112.12165033980025, 40.082835788622198 ], [ -112.12277180996148, 40.083275391905325 ], [ -112.1257019488698, 40.084571329342943 ], [ -112.12715496067155, 40.085196863899121 ], [ -112.12835651437324, 40.085509502122953 ], [ -112.12882859013865, 40.08568508964489 ], [ -112.1293351066016, 40.085815292594781 ], [ -112.12999616867411, 40.086070116801658 ], [ -112.13065529801459, 40.086207834324256 ], [ -112.13106695696003, 40.086275890032987 ], [ -112.13102422115344, 40.086528569560905 ], [ -112.13108956917291, 40.086933352813851 ], [ -112.13134297026312, 40.088777797234599 ], [ -112.13169477957594, 40.09018882978458 ], [ -112.13184268171806, 40.09061983375171 ], [ -112.13198760085879, 40.090870679499254 ], [ -112.13249236994254, 40.090892773137384 ], [ -112.13324164283168, 40.090804360256783 ], [ -112.13408384346558, 40.090660976525939 ], [ -112.13467765115561, 40.090393889374063 ], [ -112.13522783384057, 40.090325432624603 ], [ -112.13555637574467, 40.090331221345203 ], [ -112.13707790509864, 40.090127097448608 ], [ -112.13755711363657, 40.090023288980582 ], [ -112.1376432609122, 40.090265695452075 ], [ -112.1376713672162, 40.090544709389476 ], [ -112.13776909395139, 40.090777992647375 ], [ -112.13792546337226, 40.091010699677049 ], [ -112.13815220450742, 40.091242714981412 ], [ -112.13890838040329, 40.091568627853015 ], [ -112.13974801571432, 40.09197479864963 ], [ -112.14088132779172, 40.092405098896194 ], [ -112.14114101264511, 40.092501643471863 ], [ -112.14130551460458, 40.092518041284407 ], [ -112.1416808312114, 40.092514342301463 ], [ -112.14229719695501, 40.092895667001109 ], [ -112.14298213367161, 40.093168199516136 ], [ -112.14328889011797, 40.093273284048557 ], [ -112.14364090387939, 40.093278818067716 ], [ -112.14368781894318, 40.093278354808241 ], [ -112.14405125980194, 40.093265756045902 ], [ -112.14434462972217, 40.093271867180952 ], [ -112.14455604925803, 40.093287796792836 ], [ -112.14476928020903, 40.093411820276309 ], [ -112.14529108516543, 40.093749016747694 ], [ -112.14563620650263, 40.094042911902662 ], [ -112.146121322431, 40.094290374017682 ], [ -112.14735966775422, 40.094683533561593 ], [ -112.14873680653116, 40.094958181809886 ], [ -112.14890177047974, 40.095001592235462 ], [ -112.14905712684445, 40.09517122852948 ], [ -112.14930586210353, 40.095312909996252 ], [ -112.14949640754658, 40.095482196488561 ], [ -112.15042771058928, 40.09575223918138 ], [ -112.1549941544543, 40.09731946196294 ], [ -112.15710836724573, 40.098163254663213 ], [ -112.15699656471651, 40.098488707587251 ], [ -112.15689465995692, 40.098705949535869 ], [ -112.15666266027591, 40.098861425398965 ], [ -112.15633514445528, 40.09891875183547 ], [ -112.15605408945058, 40.098948585598549 ], [ -112.15576298115094, 40.09907762166101 ], [ -112.15547217651259, 40.09922467262821 ], [ -112.15517009789011, 40.099398863312054 ], [ -112.1549403766609, 40.099689452985189 ], [ -112.15477082583287, 40.100069535582641 ], [ -112.15470318773441, 40.100232377928052 ], [ -112.15459030459485, 40.100494773936667 ], [ -112.1544877802307, 40.100675982593231 ], [ -112.15437489556597, 40.100938378394133 ], [ -112.15427389237696, 40.101209664990641 ], [ -112.1542321480044, 40.101516398239234 ], [ -112.15421447260779, 40.101858928904612 ], [ -112.15427769089594, 40.102128578712694 ], [ -112.15425955891058, 40.102444085916325 ], [ -112.15417013128632, 40.102706247669488 ], [ -112.1540322592827, 40.102878798806437 ], [ -112.15376626525811, 40.103106682195779 ], [ -112.15349874797847, 40.103244486872114 ], [ -112.15324265584255, 40.103364158509031 ], [ -112.1529536525244, 40.103619297131516 ], [ -112.15271050491361, 40.103810913341981 ], [ -112.15246720392284, 40.103993521240902 ], [ -112.15226015736388, 40.104238833213167 ], [ -112.15201746148476, 40.104457471449969 ], [ -112.15183280975985, 40.104639494600164 ], [ -112.15154364390676, 40.104885621983456 ], [ -112.15128860521709, 40.105068344110933 ], [ -112.15103447616377, 40.105305112589448 ], [ -112.15096712786705, 40.105485968439062 ], [ -112.15098250258323, 40.10570203944404 ], [ -112.15109309126714, 40.105998248035768 ], [ -112.15114274828638, 40.10615992230521 ], [ -112.15107691794228, 40.10643085634613 ], [ -112.15102433654474, 40.106791751895805 ], [ -112.1509245265033, 40.107135098121894 ], [ -112.15089206601262, 40.10729758851749 ], [ -112.15101241428748, 40.10747657892172 ], [ -112.15119081175227, 40.107618954894683 ], [ -112.15141507156488, 40.107697809370009 ], [ -112.15174491288988, 40.107775613440531 ], [ -112.15206363164626, 40.107889564497661 ], [ -112.15234685363046, 40.107985849237508 ], [ -112.15259503464111, 40.108091491348262 ], [ -112.15286607062654, 40.108160868127101 ], [ -112.15315965695832, 40.108175963809387 ], [ -112.1533240470949, 40.108183336128938 ], [ -112.1536301258442, 40.10824335280676 ], [ -112.15392477827257, 40.108321501163047 ], [ -112.1541490434434, 40.108400350257249 ], [ -112.15434984645948, 40.108479432777813 ], [ -112.15465714601451, 40.108611509109039 ], [ -112.15487059574147, 40.108744520536746 ], [ -112.15500314552622, 40.108950412973947 ], [ -112.15509105619046, 40.109291890252443 ], [ -112.15509532315328, 40.109544108574184 ], [ -112.15522985656968, 40.109867102044923 ], [ -112.15543234197972, 40.110045268340556 ], [ -112.15561136519588, 40.110223668394788 ], [ -112.1557690608454, 40.110528411426984 ], [ -112.15591441617029, 40.110797240137231 ], [ -112.15595555936007, 40.111148192729672 ], [ -112.15589157393833, 40.11152722257328 ], [ -112.1558266728459, 40.111852205620998 ], [ -112.15583201043739, 40.112167478299789 ], [ -112.15576649853736, 40.112456430130216 ], [ -112.15574654188954, 40.11266384347595 ], [ -112.15579591010221, 40.112807499763832 ], [ -112.15594096555375, 40.113058312688807 ], [ -112.15619206915332, 40.113335094633925 ], [ -112.15644149629262, 40.11351279034178 ], [ -112.15666639193854, 40.113627665353171 ], [ -112.15705737158386, 40.113848992360261 ], [ -112.15725956834331, 40.114009139539341 ], [ -112.15741361507793, 40.114097693127249 ], [ -112.15756689849246, 40.114141207593583 ], [ -112.15781342938097, 40.114147752383779 ], [ -112.15804746397835, 40.114109375068374 ], [ -112.15814101661306, 40.114090420898641 ], [ -112.15832858025176, 40.114079535673433 ], [ -112.1585984226285, 40.114076836313416 ], [ -112.15883337396413, 40.11409250408898 ], [ -112.15909163701157, 40.114098928757066 ], [ -112.1594324850078, 40.114131553974168 ], [ -112.15970293958536, 40.114164883139999 ], [ -112.15996242741953, 40.114243368057373 ], [ -112.16036132555962, 40.114239371836376 ], [ -112.16052542457757, 40.114228718162003 ], [ -112.1606773317844, 40.114191158528627 ], [ -112.1608071527983, 40.114234903846338 ], [ -112.16086765242378, 40.114342409079811 ], [ -112.16089433390759, 40.114531337051119 ], [ -112.16096978340785, 40.114827887784379 ], [ -112.16104492717847, 40.115106422905555 ], [ -112.16108747876785, 40.115538442925654 ], [ -112.16112911162234, 40.11591641628403 ], [ -112.16115931879906, 40.116312522773434 ], [ -112.16119972673526, 40.116618433912322 ], [ -112.16126283434592, 40.116879070881104 ], [ -112.16141934498788, 40.117111743177375 ], [ -112.16166987261576, 40.117352481470483 ], [ -112.16190744247446, 40.117521274805874 ], [ -112.16208588901607, 40.117663633057056 ], [ -112.16235865970356, 40.11783207220401 ], [ -112.16263051113836, 40.117946464125495 ], [ -112.16296194904803, 40.118114312816516 ], [ -112.16330420041849, 40.118227996123984 ], [ -112.16358794152704, 40.118351275636876 ], [ -112.16381286500597, 40.118466136276972 ], [ -112.16401432318017, 40.118581232342862 ], [ -112.16415819225905, 40.11875997209463 ], [ -112.1642088119731, 40.118975686359896 ], [ -112.16422423262705, 40.119191754474187 ], [ -112.16420476118276, 40.119426191961296 ], [ -112.16417463192771, 40.119723801659234 ], [ -112.16416842992983, 40.120048198684074 ], [ -112.16419512314366, 40.120237125550453 ], [ -112.16425793851241, 40.120479745015288 ], [ -112.16428540049759, 40.120713710592788 ], [ -112.164289395823, 40.120947912094728 ], [ -112.16428181138879, 40.121191239307002 ], [ -112.16429846231193, 40.121479369312638 ], [ -112.16421012587715, 40.121804592020681 ], [ -112.16413290766172, 40.122093665704334 ], [ -112.16399855678108, 40.122473406552153 ], [ -112.16385032001672, 40.122727156694268 ], [ -112.16368973398593, 40.122944993571799 ], [ -112.16361159084266, 40.123180020410935 ], [ -112.16364986420854, 40.123359821650908 ], [ -112.16375746579915, 40.123475861121563 ], [ -112.16413540819357, 40.1236162109345 ], [ -112.16430152689171, 40.12372265230951 ], [ -112.16445714181945, 40.123901273390011 ], [ -112.16464749828567, 40.124052516975581 ], [ -112.16480188485997, 40.124159075612134 ], [ -112.16505122042497, 40.124327743824651 ], [ -112.16535861210606, 40.124459790092693 ], [ -112.16565473251083, 40.124618976862173 ], [ -112.16607111968339, 40.124948128335561 ], [ -112.166617510717, 40.125330024339782 ], [ -112.16699577722942, 40.125488380011426 ], [ -112.16726951601996, 40.125710853148192 ], [ -112.16741310079834, 40.125871572839358 ], [ -112.16764190906878, 40.126211618735319 ], [ -112.16774936782019, 40.126318646548889 ], [ -112.16817519672, 40.126512555796076 ], [ -112.1683996922177, 40.126600383689322 ], [ -112.16883633331085, 40.126740125682169 ], [ -112.16948388716686, 40.126859717546566 ], [ -112.1700133264674, 40.126935452852493 ], [ -112.17045954413354, 40.126948961975941 ], [ -112.17084739886479, 40.126981078077264 ], [ -112.17134086395384, 40.12701212462725 ], [ -112.17177658532269, 40.12709780909789 ], [ -112.17209465355675, 40.127166664303729 ], [ -112.17256759257108, 40.127369089714499 ], [ -112.1728042953585, 40.127483813246286 ], [ -112.17296966259636, 40.127545203227996 ], [ -112.17325516350722, 40.12776754287249 ], [ -112.17345821420655, 40.127972698802921 ], [ -112.17368504530181, 40.128195631892268 ], [ -112.17382849540466, 40.128347335561102 ], [ -112.17398430079308, 40.128534950896558 ], [ -112.1742691890621, 40.128721257072634 ], [ -112.17457708319526, 40.128880301344722 ], [ -112.17476980227336, 40.129166643196896 ], [ -112.17485504802993, 40.129345963861716 ], [ -112.17486078705957, 40.12967924885514 ], [ -112.17488735912062, 40.129859164768284 ], [ -112.17499592086743, 40.130029239455411 ], [ -112.17506834738376, 40.130145625083536 ], [ -112.17525858954187, 40.130287842777314 ], [ -112.17544852210904, 40.130412044745299 ], [ -112.17559027353758, 40.130464661364726 ], [ -112.1757678512128, 40.130552951134831 ], [ -112.17586281823854, 40.130615051726899 ], [ -112.17610093531695, 40.130810837486898 ], [ -112.17624501756012, 40.13099856872239 ], [ -112.17631822381063, 40.131159991981036 ], [ -112.17632195128816, 40.131376176662442 ], [ -112.17624275579468, 40.131548157342131 ], [ -112.17617482926275, 40.131692995683643 ], [ -112.17605949558114, 40.131811287667837 ], [ -112.1758742156312, 40.131957317672722 ], [ -112.17571240549631, 40.132103109081598 ], [ -112.17552991784451, 40.132411277073146 ], [ -112.17544022543711, 40.132655437922004 ], [ -112.17537338250993, 40.132863329675502 ], [ -112.17518008690297, 40.133225662422461 ], [ -112.17504282945006, 40.13343426858777 ], [ -112.17486989905315, 40.133616208731922 ], [ -112.17466145072687, 40.133780490395246 ], [ -112.17432452975865, 40.133982111759032 ], [ -112.17394081912607, 40.134193215793175 ], [ -112.17367430820821, 40.134394121403552 ], [ -112.17338587366105, 40.134685341261275 ], [ -112.17322544609739, 40.134912198588758 ], [ -112.17302132697937, 40.135328692957046 ], [ -112.17289811794387, 40.135672293256796 ], [ -112.17279760532189, 40.135970617192086 ], [ -112.17275670122676, 40.136322392917926 ], [ -112.17284288041462, 40.13655576098364 ], [ -112.17308255927267, 40.136841629553587 ], [ -112.17320332905059, 40.137038609813544 ], [ -112.17323284388823, 40.137389672120911 ], [ -112.17315673251481, 40.13774180463011 ], [ -112.17297592273138, 40.138149053327119 ], [ -112.17283001033776, 40.138537929724357 ], [ -112.17266139770128, 40.138972082137144 ], [ -112.17261878794211, 40.139224773031835 ], [ -112.1726938534983, 40.139494290682961 ], [ -112.1727809660884, 40.139781704775224 ], [ -112.17277325659978, 40.140016023670668 ], [ -112.17264895427664, 40.140296569722743 ], [ -112.17254889882932, 40.14062191639875 ], [ -112.1724128577019, 40.140902581052607 ], [ -112.17223017760841, 40.14120173624061 ], [ -112.17209227635134, 40.141374308213308 ], [ -112.17191885399599, 40.141529221025891 ], [ -112.17168782930977, 40.141747781307998 ], [ -112.17137619119204, 40.142057249288982 ], [ -112.17121527603454, 40.142257080808086 ], [ -112.17088062318712, 40.142593808022731 ], [ -112.17059013266922, 40.142767921139146 ], [ -112.17027523881445, 40.142888224627377 ], [ -112.16993779662377, 40.143062810650903 ], [ -112.16981239568285, 40.143280299878413 ], [ -112.16976853692721, 40.143460928151931 ], [ -112.16970321189754, 40.143758893617729 ], [ -112.16968499037651, 40.144065392453314 ], [ -112.1696420578332, 40.144300066844444 ], [ -112.16953951073778, 40.144481287849921 ], [ -112.16947171213788, 40.144635130024191 ], [ -112.16933271584585, 40.144744644933539 ], [ -112.16904190340057, 40.14490073889489 ], [ -112.16877425595696, 40.145038579780604 ], [ -112.16854506176118, 40.145365226349291 ], [ -112.16840806897585, 40.145591840253083 ], [ -112.16817794531337, 40.145864439926633 ], [ -112.16800542851627, 40.146073393239902 ], [ -112.16785654050018, 40.146291117218659 ], [ -112.16776911741445, 40.146670387680324 ], [ -112.16780865057032, 40.146922248070943 ], [ -112.16792973238637, 40.147137248853021 ], [ -112.16827399054067, 40.147359007076467 ], [ -112.1686069760775, 40.14760790579237 ], [ -112.16889177650123, 40.147785215977756 ], [ -112.16920005452073, 40.147962288371524 ], [ -112.16960177529401, 40.148111388285663 ], [ -112.16994480725781, 40.14826107984036 ], [ -112.17068709184295, 40.148415743428011 ], [ -112.17094780586771, 40.148557255031925 ], [ -112.17126736659854, 40.14870718000487 ], [ -112.17151742813924, 40.148911862814579 ], [ -112.17173289565405, 40.149152932167887 ], [ -112.17181707602977, 40.149269200447847 ], [ -112.17192736541112, 40.149538361611015 ], [ -112.17202421401745, 40.149708556988493 ], [ -112.17209944463731, 40.149987082094121 ], [ -112.17215042468496, 40.150220806413181 ], [ -112.17214503570263, 40.150590240077214 ], [ -112.17224420961227, 40.150895550378813 ], [ -112.1724002186256, 40.151092174131627 ], [ -112.17259144440297, 40.151288441004056 ], [ -112.17273478698823, 40.151431137098903 ], [ -112.17291551580465, 40.151699583693521 ], [ -112.17314893624976, 40.152300838103301 ], [ -112.1732579958631, 40.152497936339849 ], [ -112.17340335799817, 40.152757731247505 ], [ -112.17350068020299, 40.152954948190342 ], [ -112.17362411714211, 40.153305057432192 ], [ -112.17380531988047, 40.153600525437135 ], [ -112.17396133972613, 40.153797146843125 ], [ -112.17400074535014, 40.154039996761789 ], [ -112.17399334989437, 40.154292330468287 ], [ -112.17394980612971, 40.154490975264295 ], [ -112.17389452292645, 40.15468973906723 ], [ -112.17375753009017, 40.154916358956413 ], [ -112.17355103115159, 40.155197738661236 ], [ -112.17334329011814, 40.155407056672949 ], [ -112.17307638595804, 40.155589946060473 ], [ -112.17265872784351, 40.155882472708967 ], [ -112.172357221349, 40.156101747857775 ], [ -112.1721607486956, 40.156283921925045 ], [ -112.17185877424087, 40.156476172799799 ], [ -112.1715109235902, 40.156731951766083 ], [ -112.17094202945762, 40.157107085571567 ], [ -112.17059324394828, 40.157308815813536 ], [ -112.17026855438687, 40.157546338394084 ], [ -112.16981596211244, 40.157857226372101 ], [ -112.16933880430994, 40.158105296040766 ], [ -112.16893223659406, 40.15836166029024 ], [ -112.16864152030966, 40.158526761402349 ], [ -112.16837505449264, 40.158736663239765 ], [ -112.16774912398326, 40.159211458543041 ], [ -112.16734408645884, 40.159557894139418 ], [ -112.16696298777313, 40.159931114729403 ], [ -112.16654651016408, 40.160295681307908 ], [ -112.16609588618579, 40.160723654957273 ], [ -112.16564433218089, 40.161097580804586 ], [ -112.16506455273182, 40.161526850730027 ], [ -112.16462411249738, 40.16186462381647 ], [ -112.16440289035663, 40.161974959791685 ], [ -112.16395736696099, 40.16201547676345 ], [ -112.16367559489832, 40.162018309286282 ], [ -112.16326559976764, 40.162076484954156 ], [ -112.16282038232215, 40.162135012947857 ], [ -112.1622826223953, 40.162275551437006 ], [ -112.16181545724179, 40.162424388251559 ], [ -112.16123042345146, 40.162547377790794 ], [ -112.16086753875977, 40.162614081676423 ], [ -112.16035202512607, 40.162682314271777 ], [ -112.15962563860994, 40.162779684651113 ], [ -112.15917097074059, 40.162973431812347 ], [ -112.1588818958152, 40.16323759360732 ], [ -112.15868475384428, 40.163383714577066 ], [ -112.15857117481202, 40.163610082109393 ], [ -112.15845943260173, 40.163944541950421 ], [ -112.15840455640672, 40.164170321887603 ], [ -112.1582580489799, 40.16453215706175 ], [ -112.15819143069048, 40.164758054355659 ], [ -112.15819418649271, 40.164920192971536 ], [ -112.1581048509624, 40.16519136362799 ], [ -112.15807115860333, 40.165281792980046 ], [ -112.15796763182141, 40.165408957767085 ], [ -112.1577136124842, 40.16566375672808 ], [ -112.15749374376556, 40.165855149071881 ], [ -112.15733166197727, 40.16599190794323 ], [ -112.15706513205461, 40.166201784384072 ], [ -112.15677435330736, 40.166366856351154 ], [ -112.15651772686125, 40.166468521804958 ], [ -112.15641266665456, 40.166505608204538 ], [ -112.15621505145396, 40.166624701982556 ], [ -112.15611044934151, 40.166688811226088 ], [ -112.15604076543204, 40.166734553238669 ], [ -112.1559604097824, 40.166843466381799 ], [ -112.15589179526452, 40.16695226224121 ], [ -112.15583476913504, 40.167051933132086 ], [ -112.1557673765504, 40.167232790558344 ], [ -112.15573490243818, 40.167395280894766 ], [ -112.15572728626336, 40.167638606132456 ], [ -112.15568352870557, 40.16782823677476 ], [ -112.15566294849137, 40.167999617573244 ], [ -112.15558213246966, 40.16808150734785 ], [ -112.15547768030314, 40.168154623747782 ], [ -112.15537292242065, 40.168209724646545 ], [ -112.15521037264106, 40.168319457517569 ], [ -112.1551304719857, 40.168455393214899 ], [ -112.15507344352777, 40.16855506373863 ], [ -112.15512254819278, 40.168680702991772 ], [ -112.15519528918568, 40.168815115597617 ], [ -112.15526787773513, 40.168940520446853 ], [ -112.15537706657099, 40.169146643029599 ], [ -112.1557037203317, 40.169710963853923 ], [ -112.15577753326741, 40.169908429944428 ], [ -112.15587406639203, 40.17006062300527 ], [ -112.15589938413936, 40.170168480930734 ], [ -112.15586583935583, 40.170267917340098 ], [ -112.15584342517445, 40.170331205707512 ], [ -112.15579737418062, 40.170385720830708 ], [ -112.15573912270818, 40.170413330059851 ], [ -112.15557611000271, 40.170496040368612 ], [ -112.15537664878968, 40.170507040410186 ], [ -112.15508432051664, 40.170582031313643 ], [ -112.15490849568411, 40.170601803938759 ], [ -112.15461586114569, 40.17065877826537 ], [ -112.15430019987166, 40.170743009128536 ], [ -112.15404324810513, 40.170826653895723 ], [ -112.15334101168854, 40.170968790473388 ], [ -112.15304867908263, 40.17104377628943 ], [ -112.15272264357806, 40.171209189220399 ], [ -112.1522805560376, 40.171456839438605 ], [ -112.15204693107349, 40.171531238374925 ], [ -112.15154293035238, 40.171590308144836 ], [ -112.15094423008875, 40.171605271121351 ], [ -112.15040484898236, 40.171655678455778 ], [ -112.15007667508111, 40.171694976031944 ], [ -112.14999432743647, 40.171686784848966 ], [ -112.14990023758529, 40.171678710241572 ], [ -112.14975902683594, 40.171662094327971 ], [ -112.14948804377794, 40.171610729953727 ], [ -112.14911183705442, 40.171587437126753 ], [ -112.14868957300008, 40.171618655448718 ], [ -112.14853737972007, 40.171647193152772 ], [ -112.14833700271214, 40.17160413479732 ], [ -112.14825465535739, 40.171595942372186 ], [ -112.14766572345741, 40.171493671536226 ], [ -112.14750027056081, 40.171432247043384 ], [ -112.14734625673776, 40.171352690485534 ], [ -112.14715565169139, 40.17119241325296 ], [ -112.14687156544697, 40.171060089509822 ], [ -112.14659967720655, 40.170954671938759 ], [ -112.1463290023114, 40.170921315547879 ], [ -112.14592946753594, 40.170907252574331 ], [ -112.14569553423978, 40.170963623308083 ], [ -112.1455094778064, 40.17107357522422 ], [ -112.14539372227692, 40.171173822083652 ], [ -112.14524364842319, 40.17132846370825 ], [ -112.14502281783419, 40.171465786533211 ], [ -112.14474524285431, 40.171720790041086 ], [ -112.14462228316148, 40.172091384238151 ], [ -112.14454492967143, 40.172380444348065 ], [ -112.14445734640168, 40.172759697806832 ], [ -112.14441461367686, 40.173012378629984 ], [ -112.14437157802, 40.173247043967898 ], [ -112.1443755123195, 40.173481244982767 ], [ -112.14448361669601, 40.17362432392531 ], [ -112.14463748110896, 40.17369487650631 ], [ -112.14487339268811, 40.173755608274384 ], [ -112.14515597227975, 40.173797859477077 ], [ -112.1455452960838, 40.173902118346028 ], [ -112.14575757237392, 40.17395407295519 ], [ -112.14584113446045, 40.17403432892376 ], [ -112.14590181752358, 40.174150848200021 ], [ -112.14597439502131, 40.174276258922902 ], [ -112.14600000194949, 40.174402134582543 ], [ -112.14601538167217, 40.174618203722453 ], [ -112.14603030687037, 40.174807249679482 ], [ -112.1460453837128, 40.175005303350893 ], [ -112.14606106686543, 40.175239387904973 ], [ -112.14605371901322, 40.175500728122188 ], [ -112.14605659852865, 40.175671874851147 ], [ -112.14615251232941, 40.175788045171274 ], [ -112.14623653191269, 40.175895323956532 ], [ -112.14640305585988, 40.176019804119854 ], [ -112.14646465139046, 40.1761903693465 ], [ -112.14657367430058, 40.176387492469445 ], [ -112.14659943484976, 40.176522375644296 ], [ -112.14662792494022, 40.176819397750499 ], [ -112.14660565175465, 40.176891692127477 ], [ -112.14665626366859, 40.177107412112939 ], [ -112.14673021068874, 40.177313891696883 ], [ -112.14678082334135, 40.177529611602537 ], [ -112.14685401287338, 40.177691052496776 ], [ -112.14685613626503, 40.177817160530168 ], [ -112.14681098306828, 40.177925718479223 ], [ -112.14676658803477, 40.178079314993099 ], [ -112.14672128287508, 40.178178865190382 ], [ -112.14671242095233, 40.178350128126986 ], [ -112.14688917847985, 40.178384413958668 ], [ -112.14711199952283, 40.178364187769127 ], [ -112.14728799861642, 40.17835343441557 ], [ -112.14747558927573, 40.178333556678083 ], [ -112.14769765102587, 40.178268290798421 ], [ -112.14784985941351, 40.178239754019074 ], [ -112.14808411934331, 40.17820139410145 ], [ -112.14822443220271, 40.178163965586236 ], [ -112.14841247766883, 40.178171109474981 ], [ -112.14864795229994, 40.17820481010893 ], [ -112.14877773691141, 40.178239559129679 ], [ -112.14895495096955, 40.178300864925284 ], [ -112.14912057393512, 40.17837129472435 ], [ -112.14936916102562, 40.178485946675664 ], [ -112.14979450848291, 40.178634879443301 ], [ -112.1503963137785, 40.17880007564316 ], [ -112.15062050454596, 40.178860912027353 ], [ -112.15100910427236, 40.178920113396998 ], [ -112.15150278676906, 40.178942231374684 ], [ -112.15205549162654, 40.178981778304554 ], [ -112.15231400045772, 40.178988214575767 ], [ -112.15260804462528, 40.179012314889498 ], [ -112.15267865793921, 40.179020621008171 ], [ -112.15274972864098, 40.179055950171559 ], [ -112.15281088551427, 40.179199488585255 ], [ -112.15280127651626, 40.179325713268923 ], [ -112.15282735555594, 40.179478610192433 ], [ -112.15285495946544, 40.179721584051443 ], [ -112.15284641781982, 40.179910862588322 ], [ -112.15286334568397, 40.180217007233821 ], [ -112.1528779865036, 40.180388036457757 ], [ -112.15302668865971, 40.180846025219012 ], [ -112.15309974414161, 40.180998454123888 ], [ -112.15317356258122, 40.18119592143087 ], [ -112.15327254716412, 40.181492239279386 ], [ -112.15332287879852, 40.181689940457382 ], [ -112.15336085655446, 40.181851727854024 ], [ -112.15337778742001, 40.18215787228425 ], [ -112.15332318619065, 40.182401664934773 ], [ -112.15327910831962, 40.182573279042415 ], [ -112.15316700604356, 40.182889718122347 ], [ -112.15306634191407, 40.183188024732239 ], [ -112.1529643043467, 40.183405262055658 ], [ -112.15285082686145, 40.183640631629586 ], [ -112.15273673868236, 40.183839970339669 ], [ -112.15249971257074, 40.184409910441069 ], [ -112.15238592699841, 40.184627264188428 ], [ -112.15227061646353, 40.184754540940588 ], [ -112.15217772759334, 40.184818529969043 ], [ -112.15203801297326, 40.184891994152437 ], [ -112.15178131005628, 40.184993649863365 ], [ -112.15162969777474, 40.185058222728827 ], [ -112.15124441279308, 40.185197193211643 ], [ -112.15103483804742, 40.185307387765206 ], [ -112.15093065942142, 40.18539851567003 ], [ -112.15081519262348, 40.185516783320004 ], [ -112.15073602489508, 40.185697754452185 ], [ -112.15070550989752, 40.185977343152096 ], [ -112.15068597829614, 40.186211776629627 ], [ -112.15061061481448, 40.186617939947041 ], [ -112.15057827243241, 40.186789436294525 ], [ -112.15058299103003, 40.18706867470258 ], [ -112.15063255828302, 40.187221338464894 ], [ -112.15061272173533, 40.18743775650978 ], [ -112.15049938188234, 40.18768213151445 ], [ -112.15033769146299, 40.187845904079012 ], [ -112.15017554377469, 40.18798265335343 ], [ -112.14967552649087, 40.188284924206187 ], [ -112.14902220981804, 40.18855267788252 ], [ -112.14871805201282, 40.188627770243663 ], [ -112.14842487900022, 40.188657706816272 ], [ -112.14816633359514, 40.188651262377121 ], [ -112.14799076372977, 40.18868904050499 ], [ -112.14774578555844, 40.188790571002812 ], [ -112.14758317489164, 40.188900293637381 ], [ -112.14740927388969, 40.189037155563881 ], [ -112.14709473268282, 40.189193429409791 ], [ -112.14694492748723, 40.189366088662993 ], [ -112.14686483476281, 40.189493011045855 ], [ -112.14683232999417, 40.189655498715368 ], [ -112.14693970723131, 40.189753536052336 ], [ -112.14705822309864, 40.189815426106605 ], [ -112.14716499380594, 40.189877432436319 ], [ -112.14740202658999, 40.190001211944178 ], [ -112.14771029196909, 40.190169330712507 ], [ -112.1479471748646, 40.190284101375823 ], [ -112.14814821453372, 40.190363190277509 ], [ -112.14850179376688, 40.190431756252586 ], [ -112.14871412401915, 40.190483704543148 ], [ -112.14877497928525, 40.190609229405055 ], [ -112.14877893114603, 40.190843429354423 ], [ -112.14842575994821, 40.191495596061806 ], [ -112.14841918066577, 40.191801974054833 ], [ -112.14845608930739, 40.191900709040254 ], [ -112.14864599657166, 40.192015944272221 ], [ -112.14881195694383, 40.192104389264266 ], [ -112.1489204050866, 40.192265478443133 ], [ -112.14893549539771, 40.192463530979666 ], [ -112.14888223899575, 40.192788390627577 ], [ -112.14878321448693, 40.193185778028692 ], [ -112.14874139885779, 40.193492505644549 ], [ -112.14868874883734, 40.193853395913713 ], [ -112.14867042465626, 40.194159890349106 ], [ -112.14865453232314, 40.194610507724768 ], [ -112.14872972172904, 40.194889046541093 ], [ -112.14856143167938, 40.195359194543336 ], [ -112.14859971054831, 40.195538998545238 ], [ -112.14861388887957, 40.195683004917818 ], [ -112.14887382933702, 40.195770517116472 ], [ -112.14948570600365, 40.195827506727802 ], [ -112.14975617728103, 40.195842838832462 ], [ -112.14999277913195, 40.195939589517373 ], [ -112.15018300478815, 40.196072837310361 ], [ -112.15055064604076, 40.196276394945357 ], [ -112.15104856723266, 40.196541720261003 ], [ -112.15139195862731, 40.19670047038791 ], [ -112.15181681537595, 40.196813362922377 ], [ -112.15231200041957, 40.196916544593734 ], [ -112.15260688485672, 40.196985682097257 ], [ -112.15312480244451, 40.19704358797614 ], [ -112.1534547753528, 40.197103364561755 ], [ -112.15382044672019, 40.197189811918726 ], [ -112.15415179557357, 40.197330655468932 ], [ -112.15449382292582, 40.197408327254379 ], [ -112.1549057195982, 40.197449264175859 ], [ -112.15519953866747, 40.197455341379175 ], [ -112.15541006087406, 40.197399185035586 ], [ -112.15553866218366, 40.197361864530819 ], [ -112.15583018644222, 40.197232825265786 ], [ -112.15614504974711, 40.197094542967875 ], [ -112.15641338464653, 40.196983752227268 ], [ -112.15662451661503, 40.196963624328887 ], [ -112.15693069262181, 40.197005610408489 ], [ -112.15736791923372, 40.197154395610255 ], [ -112.15763931633944, 40.197223755105348 ], [ -112.15820591196537, 40.197380252387106 ], [ -112.15859661708099, 40.197556525956173 ], [ -112.15897481061124, 40.197687877554678 ], [ -112.15915269815071, 40.197785197279792 ], [ -112.15948513475502, 40.197989078869469 ], [ -112.15968759162655, 40.198149215915592 ], [ -112.15998647996132, 40.198452533147432 ], [ -112.16030917180497, 40.198773629329501 ], [ -112.16039278196099, 40.198853873784159 ], [ -112.16047915689111, 40.19909625569931 ], [ -112.16049351483612, 40.199249267805385 ], [ -112.16035546948687, 40.199421826178785 ], [ -112.16021849833953, 40.199657437873327 ], [ -112.16005772508855, 40.199875269595694 ], [ -112.15989679730312, 40.20008409346071 ], [ -112.15977064939435, 40.200265541080505 ], [ -112.15966799511313, 40.20044675318146 ], [ -112.15954245982955, 40.200664231121571 ], [ -112.15935956869451, 40.200963366028468 ], [ -112.1590717174433, 40.201308597624738 ], [ -112.15887523453489, 40.201499757728492 ], [ -112.15872543324561, 40.201672431829437 ], [ -112.15836647799419, 40.20198233673996 ], [ -112.15816937797921, 40.202137465108891 ], [ -112.1579024052937, 40.202329328859612 ], [ -112.15769539456976, 40.202592665680683 ], [ -112.15746488711727, 40.202856237096668 ], [ -112.157315692065, 40.203064940000822 ], [ -112.15723636924585, 40.203236907440186 ], [ -112.15727467589498, 40.203416707948534 ], [ -112.15732549643342, 40.203641429188529 ], [ -112.15733009232848, 40.203911658474752 ], [ -112.15741692288614, 40.204181065456588 ], [ -112.15746575269033, 40.204288687250305 ], [ -112.15756325954125, 40.204494923122517 ], [ -112.15769830942311, 40.204835920992885 ], [ -112.15778529596342, 40.205114335258472 ], [ -112.15788464436442, 40.20542866246565 ], [ -112.15789838503265, 40.205545644239308 ], [ -112.1579852200703, 40.205815050659119 ], [ -112.15810776013315, 40.206111127260463 ], [ -112.15821640651509, 40.206281214359393 ], [ -112.1583236733639, 40.20637023262347 ], [ -112.15846741195607, 40.206530959109266 ], [ -112.15857483290628, 40.206628984761231 ], [ -112.15854112198015, 40.206719413894042 ], [ -112.15836612527218, 40.206793238757612 ], [ -112.15822560630058, 40.206821672501327 ], [ -112.15803840079042, 40.206868591532348 ], [ -112.15782800503479, 40.206933760584178 ], [ -112.15775766866419, 40.206943473335478 ], [ -112.15760785284866, 40.207116146038594 ], [ -112.15746993784896, 40.207297708703727 ], [ -112.15734331083463, 40.207452130823796 ], [ -112.15711202004114, 40.207670663384256 ], [ -112.15678811855487, 40.20797120363094 ], [ -112.15648817056591, 40.208298531134069 ], [ -112.15637282874438, 40.208425811917088 ], [ -112.15611772827478, 40.208626562022715 ], [ -112.15569875780916, 40.208864984613015 ], [ -112.15512705182454, 40.209104930118102 ], [ -112.15472912618108, 40.209198992485497 ], [ -112.15447218374459, 40.209291647331092 ], [ -112.15424987545401, 40.20934791954771 ], [ -112.15406372970288, 40.209457885774341 ], [ -112.15393617428971, 40.209558258407952 ], [ -112.15384447585046, 40.20969431011418 ], [ -112.15378695409674, 40.209766956883158 ], [ -112.15365955044315, 40.209876336865293 ], [ -112.15349705264923, 40.20999507563296 ], [ -112.153298849672, 40.210087142458072 ], [ -112.15312414385954, 40.210178974846009 ], [ -112.15285498869376, 40.210244720280919 ], [ -112.15265571580812, 40.210273732492155 ], [ -112.15219979806645, 40.210413409544152 ], [ -112.15195429137508, 40.210487926633867 ], [ -112.15166194091729, 40.210571918491461 ], [ -112.15118236873145, 40.210702817743218 ], [ -112.15083142389406, 40.210796399450523 ], [ -112.15035428545202, 40.211071417759882 ], [ -112.15027508837177, 40.211252388223976 ], [ -112.15021908445011, 40.211415109807049 ], [ -112.15013882062051, 40.211533026603952 ], [ -112.15008129335742, 40.211605671585325 ], [ -112.14989498236127, 40.21170662359102 ], [ -112.14975490621514, 40.211762070179937 ], [ -112.14961543871391, 40.211853547221047 ], [ -112.14950053461465, 40.212007844305795 ], [ -112.14947977588848, 40.212170215469193 ], [ -112.14957620503721, 40.212313404395573 ], [ -112.14968362270083, 40.212411438255586 ], [ -112.14988610063797, 40.212571591778612 ], [ -112.1501459554144, 40.212650092293622 ], [ -112.15041816940443, 40.212764506035086 ], [ -112.15066597145837, 40.212825106844782 ], [ -112.15079582349958, 40.212859852461399 ], [ -112.15084449706406, 40.212958469300396 ], [ -112.15082343654372, 40.213102825340023 ], [ -112.1508136681778, 40.213220041601787 ], [ -112.15083869083969, 40.213309884434366 ], [ -112.15088721240751, 40.213399493594125 ], [ -112.15101767531297, 40.213470269533445 ], [ -112.15112418232036, 40.21351425609776 ], [ -112.15127860193317, 40.213611820956935 ], [ -112.15157523552966, 40.213780044002426 ], [ -112.15190711911254, 40.213947915451875 ], [ -112.15212074613626, 40.214071917372451 ], [ -112.1523578730349, 40.214195684917705 ], [ -112.15263147055617, 40.214391162059442 ], [ -112.15287973842635, 40.214478780923713 ], [ -112.15319896271441, 40.214592719757135 ], [ -112.15359936615398, 40.21464278447209 ], [ -112.15402342222689, 40.214701621121399 ], [ -112.15442382684837, 40.214751682965414 ], [ -112.15474274908486, 40.214847602212515 ], [ -112.15493349643265, 40.215007863798398 ], [ -112.15502994111947, 40.215151047894445 ], [ -112.15504398516212, 40.215286045119626 ], [ -112.15502232115266, 40.215394371223567 ], [ -112.15483952484431, 40.215702506705398 ], [ -112.1547011267708, 40.21585704325728 ], [ -112.154515881545, 40.216021056123957 ], [ -112.15434177384036, 40.216148920979371 ], [ -112.15406329184961, 40.216358908796664 ], [ -112.15385484944328, 40.216541170224254 ], [ -112.15367189205986, 40.216840296285042 ], [ -112.15356218328122, 40.217300856811221 ], [ -112.15348421002412, 40.217553890330429 ], [ -112.15345125101805, 40.2176893561508 ], [ -112.15345384792292, 40.217842485917842 ], [ -112.15353839071457, 40.217976780647149 ], [ -112.15366962914888, 40.218092591542245 ], [ -112.1538480217928, 40.218216941337737 ], [ -112.15414330626061, 40.218304088623341 ], [ -112.15438045168086, 40.218427851677291 ], [ -112.15459425028656, 40.218560856306226 ], [ -112.15501909650071, 40.218664727051681 ], [ -112.15536153867126, 40.218760409726585 ], [ -112.15571573212549, 40.21885597403675 ], [ -112.15613996932328, 40.218923810118014 ], [ -112.15649477734628, 40.219055402502541 ], [ -112.15670827560041, 40.219170387883842 ], [ -112.15674429278694, 40.219215073666419 ], [ -112.15681678694222, 40.219331468055664 ], [ -112.15688851523367, 40.219402824294498 ], [ -112.15699442234298, 40.219410774749782 ], [ -112.15709925671879, 40.219355671773151 ], [ -112.15714518560829, 40.219292148514874 ], [ -112.15715616972997, 40.219246992934963 ], [ -112.15722421988255, 40.219102166102076 ], [ -112.15733911787865, 40.218947861612008 ], [ -112.15746653216328, 40.218838477592094 ], [ -112.1576760448924, 40.218719263096709 ], [ -112.15808347124464, 40.218489958186218 ], [ -112.15826948131341, 40.218370977789569 ], [ -112.15851316783224, 40.218188355701749 ], [ -112.15883910431035, 40.21800490957888 ], [ -112.15917755675572, 40.217866382946951 ], [ -112.15965716294463, 40.217735450228844 ], [ -112.16017140297271, 40.217568131743519 ], [ -112.16049794669372, 40.217420711481694 ], [ -112.16070806453884, 40.217337522049455 ], [ -112.16111670241014, 40.217180267550283 ], [ -112.16139716500982, 40.217087361967828 ], [ -112.1615259536626, 40.217059042065706 ], [ -112.16180903082994, 40.217119264838388 ], [ -112.16205716619911, 40.217197856059897 ], [ -112.16231828361626, 40.217348389584188 ], [ -112.16253332563187, 40.217553440240202 ], [ -112.16276011907156, 40.217758372422402 ], [ -112.1629743936208, 40.217918384192323 ], [ -112.16321232358203, 40.218087166958931 ], [ -112.1635086975607, 40.218237343395479 ], [ -112.16372235888456, 40.218361323321503 ], [ -112.16394653800602, 40.218413123877554 ], [ -112.16400528915622, 40.218412533005512 ], [ -112.16412309980269, 40.218429366368632 ], [ -112.16434573738307, 40.218391090164467 ], [ -112.16464954650752, 40.218288932687656 ], [ -112.16504643041745, 40.218131782626905 ], [ -112.1653386414724, 40.218038749244755 ], [ -112.16564229310718, 40.217927581604272 ], [ -112.16599356188941, 40.217851970050624 ], [ -112.16619377734004, 40.217876980232248 ], [ -112.16641872900847, 40.217973813959397 ], [ -112.16659590816499, 40.218026083051775 ], [ -112.16692707603139, 40.218148872538215 ], [ -112.16722392201333, 40.218326062105341 ], [ -112.16743789945737, 40.218468050245519 ], [ -112.16761786416272, 40.218682454306879 ], [ -112.16774943689617, 40.218816264035084 ], [ -112.16810565831561, 40.219028888779611 ], [ -112.16837870100797, 40.219188297281207 ], [ -112.16869812731525, 40.219311200172335 ], [ -112.16887608570021, 40.219408503596583 ], [ -112.16896066069718, 40.219542786564951 ], [ -112.1689858645905, 40.219641632586082 ], [ -112.1689645312787, 40.219767976086658 ], [ -112.16890748204567, 40.219867652881028 ], [ -112.1687822517975, 40.220103155377402 ], [ -112.16844149830223, 40.220791291013839 ], [ -112.16838986388765, 40.221206232875083 ], [ -112.16839558990361, 40.221539513335792 ], [ -112.16856629168659, 40.221898155547088 ], [ -112.16875894895422, 40.222166484347447 ], [ -112.16898670563039, 40.222425449143643 ], [ -112.1692371915657, 40.222639138143641 ], [ -112.16945258106183, 40.222862190374428 ], [ -112.16956004396205, 40.222960204968146 ], [ -112.16981053367979, 40.223173892654216 ], [ -112.17006056000794, 40.223360557053425 ], [ -112.17019385183781, 40.223593446980807 ], [ -112.17027983, 40.223808796911882 ], [ -112.17035514277082, 40.224087318586264 ], [ -112.17038236599966, 40.224303262573599 ], [ -112.17041067471025, 40.224582259524162 ], [ -112.17042645713573, 40.224816337456545 ], [ -112.17046760301614, 40.225158268489899 ], [ -112.17051864004465, 40.225391989825674 ], [ -112.17053349271323, 40.225572022304021 ], [ -112.17058297959846, 40.225715667925471 ], [ -112.17079729773522, 40.225875664377519 ], [ -112.17118556235027, 40.225898763214381 ], [ -112.17150331822323, 40.225922574507024 ], [ -112.17195003027331, 40.225927060848363 ], [ -112.17229175538708, 40.225977654645547 ], [ -112.17277698491235, 40.226170939414764 ], [ -112.17314361361232, 40.226302360509948 ], [ -112.17350993278244, 40.226415765309156 ], [ -112.17375811525528, 40.226494330642787 ], [ -112.17413587695569, 40.226589599131792 ], [ -112.17434818362058, 40.226632490638906 ], [ -112.17447714010621, 40.226613163741128 ], [ -112.17455924572148, 40.226603321336945 ], [ -112.17487607198284, 40.226573077993301 ], [ -112.17505203455252, 40.226553273245727 ], [ -112.1752276856319, 40.226515453132102 ], [ -112.17540442650765, 40.226540685600192 ], [ -112.17554715860504, 40.226638336298578 ], [ -112.17565557074639, 40.226790390248794 ], [ -112.17582429937083, 40.227031922585304 ], [ -112.17601575363418, 40.227228178083195 ], [ -112.17651587144512, 40.227601478334215 ], [ -112.17668242271201, 40.227716903704852 ], [ -112.17680305867573, 40.227895859632135 ], [ -112.17684096462695, 40.228048629349708 ], [ -112.17686789847581, 40.228246556265979 ], [ -112.17685031952178, 40.228589081864541 ], [ -112.17683211676666, 40.228895577278934 ], [ -112.17678885067888, 40.229112236274624 ], [ -112.17678130825506, 40.229355559374184 ], [ -112.17683299410409, 40.22962530756439 ], [ -112.17687152488681, 40.229814107370721 ], [ -112.17694531243076, 40.230002548602577 ], [ -112.17710230162248, 40.230244198284218 ], [ -112.17725757615212, 40.230386764817062 ], [ -112.17747286075296, 40.230600793564598 ], [ -112.17780535775529, 40.230795610787816 ], [ -112.1781024435258, 40.23098177841139 ], [ -112.17834045679206, 40.231150528511968 ], [ -112.17861450926391, 40.231363956688192 ], [ -112.17902896786981, 40.231539917332356 ], [ -112.1791829994594, 40.231610420915352 ], [ -112.17935065900924, 40.231788894862667 ], [ -112.17947146569975, 40.231976855208714 ], [ -112.17959117896972, 40.232101762723666 ], [ -112.17968770020627, 40.232244924767762 ], [ -112.17973783682254, 40.232424596070757 ], [ -112.17975381013446, 40.232667679460612 ], [ -112.17975756193486, 40.23288386007323 ], [ -112.17970505139201, 40.233244760127839 ], [ -112.17972055587815, 40.233460820913663 ], [ -112.17977225687733, 40.233730567391859 ], [ -112.17976425602932, 40.233946867779011 ], [ -112.17967554816917, 40.234254082069086 ], [ -112.17957586813982, 40.234606453701126 ], [ -112.17954498586431, 40.234859023737322 ], [ -112.17946771637875, 40.235148103009934 ], [ -112.17941426506799, 40.235454957706928 ], [ -112.1793609695969, 40.235770819892288 ], [ -112.17936628347255, 40.236077075636324 ], [ -112.17931423765336, 40.23646499794647 ], [ -112.17932002031704, 40.236798276220867 ], [ -112.17931545629453, 40.237212741934044 ], [ -112.17928488467793, 40.237483326859241 ], [ -112.17926559748965, 40.237726769435994 ], [ -112.17924568504002, 40.237934181925048 ], [ -112.17922499106282, 40.238096556810589 ], [ -112.17917184921565, 40.238421426327982 ], [ -112.17916431510378, 40.238664749091498 ], [ -112.1791450272507, 40.238908191610307 ], [ -112.17917353569838, 40.239196192642993 ], [ -112.17919091575854, 40.239520343489644 ], [ -112.1791611242558, 40.239835965880268 ], [ -112.17913273906186, 40.240232655894026 ], [ -112.17911548246482, 40.24059319605221 ], [ -112.17909603777507, 40.240827630978465 ], [ -112.1790408618987, 40.241035402632257 ], [ -112.17895558014665, 40.241540781498308 ], [ -112.1789351971174, 40.24172117128667 ], [ -112.17889177432014, 40.241928823104089 ], [ -112.17885007009806, 40.242235557553244 ], [ -112.17885397655155, 40.242460745391107 ], [ -112.17887120003893, 40.24277588860329 ], [ -112.17892306193355, 40.243054642493846 ], [ -112.17896551398906, 40.243468628771929 ], [ -112.17901643914202, 40.243693337509342 ], [ -112.17900937321117, 40.24396368259292 ], [ -112.17901546849346, 40.244314975490653 ], [ -112.17899727302255, 40.244621470348612 ], [ -112.17909756275003, 40.244980812558772 ], [ -112.17924237164577, 40.24519555537006 ], [ -112.17928216963927, 40.245456413712311 ], [ -112.17933356650714, 40.245708144718535 ], [ -112.17939656235475, 40.245950748372934 ], [ -112.17940250371365, 40.246293033595158 ], [ -112.17937286734106, 40.246617663211126 ], [ -112.17935467311968, 40.246924157991337 ], [ -112.17939384729098, 40.247148986180918 ], [ -112.17946859998854, 40.247391469903526 ], [ -112.17958943579292, 40.247579429228004 ], [ -112.1796510269012, 40.247740965106296 ], [ -112.17966684843914, 40.247975040327418 ], [ -112.17961245099792, 40.248227849568948 ], [ -112.17955774040304, 40.248462643776506 ], [ -112.1793884463718, 40.248869778675576 ], [ -112.1792744881257, 40.249078149293346 ], [ -112.17927667705091, 40.249204254314868 ], [ -112.17932651347014, 40.249365910113816 ], [ -112.17951616557575, 40.249454068028143 ], [ -112.17971647882764, 40.249479053278499 ], [ -112.17995205883206, 40.249503678568026 ], [ -112.18037463214523, 40.249463332398477 ], [ -112.18066898996094, 40.249487356634411 ], [ -112.18103435093506, 40.24953768273177 ], [ -112.18148262783218, 40.249623197475046 ], [ -112.18184861686318, 40.249709550952183 ], [ -112.1828243285364, 40.24969958139981 ], [ -112.1831539547789, 40.249723238786295 ], [ -112.18391070576331, 40.249967753249194 ], [ -112.18429693443349, 40.250540382761223 ], [ -112.18438299320925, 40.250755720100116 ], [ -112.18449224998348, 40.25095280172382 ], [ -112.18451764620485, 40.251060650826197 ], [ -112.18453270024543, 40.251249687593088 ], [ -112.1845015162571, 40.25148424312173 ], [ -112.18445763385334, 40.251664874087666 ], [ -112.18437801232592, 40.251818843581233 ], [ -112.18415983132586, 40.252118376472723 ], [ -112.183975032585, 40.252309458330558 ], [ -112.18376656376455, 40.2524917729571 ], [ -112.18357000683935, 40.2526829744534 ], [ -112.18344257312654, 40.252792386894576 ], [ -112.18335134881606, 40.252955483421097 ], [ -112.18330809012218, 40.253172143891803 ], [ -112.18328755902479, 40.253343526493545 ], [ -112.18336154832657, 40.253540969742353 ], [ -112.18349447628522, 40.253746819213596 ], [ -112.18367992392778, 40.254267449258869 ], [ -112.18383872187775, 40.254608169923046 ], [ -112.18393936715219, 40.254985521704519 ], [ -112.18406321262034, 40.255344617799238 ], [ -112.18405553861574, 40.255578932482649 ], [ -112.18397779594068, 40.255840991386648 ], [ -112.18380725531395, 40.256176072321367 ], [ -112.18351194063932, 40.256773692646306 ], [ -112.18350630512451, 40.257125104446352 ], [ -112.18360899327668, 40.257619553494997 ], [ -112.18372077118143, 40.257960755069192 ], [ -112.18393695045569, 40.258219806608111 ], [ -112.18419764679113, 40.258334256876637 ], [ -112.18467185660859, 40.258554629643754 ], [ -112.18533292571996, 40.258701013762277 ], [ -112.18582876868689, 40.258813051209415 ], [ -112.18623087076877, 40.258944065738199 ], [ -112.18657466066912, 40.259102704089152 ], [ -112.18688459732157, 40.259342770346301 ], [ -112.18725473963055, 40.2596632996853 ], [ -112.18756405120833, 40.259867334195349 ], [ -112.18795802942509, 40.260205634735456 ], [ -112.18828004861973, 40.260463591263594 ], [ -112.18861587721598, 40.260838522958075 ], [ -112.18915253384873, 40.261265444268069 ], [ -112.18933157864689, 40.261416758239413 ], [ -112.18980961402001, 40.261853288040342 ], [ -112.18997737770793, 40.262031744198211 ], [ -112.19014719454196, 40.26232729688779 ], [ -112.19028237113189, 40.262659241937982 ], [ -112.19044966436051, 40.262810675008105 ], [ -112.19070021074756, 40.263015305525698 ], [ -112.1911037688805, 40.263227369506097 ], [ -112.19130712914664, 40.263423475352816 ], [ -112.19159295417708, 40.263627740658428 ], [ -112.19178566574288, 40.263887018769083 ], [ -112.19208657299214, 40.264280317849149 ], [ -112.19219634911946, 40.264504413416653 ], [ -112.19221269363953, 40.26476550788253 ], [ -112.19221490780365, 40.264891611970427 ], [ -112.19211398686876, 40.26517193280791 ], [ -112.19202260951843, 40.26532602833408 ], [ -112.19197968791265, 40.265560706176373 ], [ -112.19197283158908, 40.265840057772529 ], [ -112.19203684168714, 40.266136697398039 ], [ -112.19225323727379, 40.266404739639121 ], [ -112.19243483379945, 40.266700167286139 ], [ -112.19255542440737, 40.266870096580021 ], [ -112.19259639569816, 40.267194000473744 ], [ -112.19263610161345, 40.267445844894972 ], [ -112.19267196081935, 40.268148181923301 ], [ -112.19268941605299, 40.268472328115173 ], [ -112.19281127659079, 40.268714316453092 ], [ -112.19289754492993, 40.268938653499937 ], [ -112.19274863613973, 40.269165415123084 ], [ -112.19265567270803, 40.269229436838323 ], [ -112.19249263029211, 40.2693212079541 ], [ -112.19237614855187, 40.269385471838099 ], [ -112.19195946933318, 40.269768145661914 ], [ -112.19170662171364, 40.270104085357922 ], [ -112.191726603017, 40.270572350488614 ], [ -112.1917434221433, 40.270860467038126 ], [ -112.19180664583537, 40.271112069352533 ], [ -112.19178850392805, 40.271418564101111 ], [ -112.19168630719814, 40.271626825014181 ], [ -112.19146635821772, 40.271827289444474 ], [ -112.19122146659764, 40.27194692877449 ], [ -112.19088297298745, 40.272094558225753 ], [ -112.19057849234312, 40.272169764255544 ], [ -112.19032341790938, 40.272379597015323 ], [ -112.19003432669859, 40.272661851532149 ], [ -112.18980308358275, 40.272889456126663 ], [ -112.18954753051881, 40.273072264932409 ], [ -112.18925795972424, 40.273327495272227 ], [ -112.18905007329548, 40.273545849218088 ], [ -112.18907895740486, 40.273851860167277 ], [ -112.18909497749183, 40.274094939938507 ], [ -112.18912323090591, 40.274364921121503 ], [ -112.18909284311908, 40.274644514041313 ], [ -112.18907358383245, 40.274887956364729 ], [ -112.1889978915349, 40.275267114401039 ], [ -112.18896986968201, 40.275681818687907 ], [ -112.18900017469107, 40.276068896389411 ], [ -112.18901651080299, 40.276329990931423 ], [ -112.18902219145488, 40.276654258307062 ], [ -112.18901548075107, 40.276942616819788 ], [ -112.18896125544454, 40.277204436474008 ], [ -112.18884870137502, 40.277493882615822 ], [ -112.18875903609175, 40.277747057272542 ], [ -112.18871767401258, 40.278071807941558 ], [ -112.18866565538988, 40.278459731389518 ], [ -112.18856643615119, 40.278839130661154 ], [ -112.18840059520757, 40.279444440299073 ], [ -112.18850020172935, 40.279758733663598 ], [ -112.18859854712825, 40.280000967528828 ], [ -112.18870739186895, 40.280171021074743 ], [ -112.18887598814906, 40.280394514775153 ], [ -112.18899627948035, 40.280546432320762 ], [ -112.18918871517323, 40.280787698625353 ], [ -112.18928485460991, 40.280903827936868 ], [ -112.18931279655473, 40.281155793872401 ], [ -112.18925028120096, 40.281615897613811 ], [ -112.1891018068394, 40.281869676884952 ], [ -112.18896461907337, 40.282096312847187 ], [ -112.18880343464087, 40.282296168102469 ], [ -112.18867674398869, 40.282450623530615 ], [ -112.18852747688797, 40.282659364991488 ], [ -112.18836660534551, 40.282877234494819 ], [ -112.18820557505687, 40.283086096361743 ], [ -112.18811448105791, 40.28325820364541 ], [ -112.18807437485491, 40.283655013225342 ], [ -112.18806718702436, 40.283916349152577 ], [ -112.18810767606313, 40.284213231605214 ], [ -112.18815945387298, 40.284482970979525 ], [ -112.18821170532458, 40.284779732562868 ], [ -112.18820499121655, 40.285068090692086 ], [ -112.18823103836733, 40.2852119677517 ], [ -112.18842206511117, 40.285372168251392 ], [ -112.18849452869784, 40.285479532280803 ], [ -112.18848513359626, 40.285614764329786 ], [ -112.18841661403744, 40.285732585669471 ], [ -112.18826655041158, 40.285896289719311 ], [ -112.188046072785, 40.28606972572549 ], [ -112.18781241295603, 40.286162215341747 ], [ -112.18743965937428, 40.286373249680231 ], [ -112.187288173383, 40.286455885744815 ], [ -112.18699444088814, 40.28647691792419 ], [ -112.18665413314454, 40.286525454204444 ], [ -112.18650264583597, 40.286608089256774 ], [ -112.18644619882311, 40.286743803681915 ], [ -112.18651897587475, 40.28686918378606 ], [ -112.18656822919608, 40.286994805113892 ], [ -112.18670060460533, 40.287164618981564 ], [ -112.1868572926504, 40.287379228437871 ], [ -112.18697806503907, 40.287558170039468 ], [ -112.18719356556342, 40.287772175583498 ], [ -112.18729113048688, 40.287969373056669 ], [ -112.18730636057647, 40.288167415465225 ], [ -112.18745255190736, 40.288454204043248 ], [ -112.18759811379763, 40.288704962754252 ], [ -112.18771920595212, 40.28890191830429 ], [ -112.18786492753431, 40.28916168404389 ], [ -112.18802130852119, 40.289358276910889 ], [ -112.18822836875151, 40.289761556720563 ], [ -112.18832735967767, 40.290039819844694 ], [ -112.18843811401199, 40.290317962024837 ], [ -112.18845492613445, 40.290606078217692 ], [ -112.18835237606518, 40.290796321255961 ], [ -112.18829592949471, 40.290932036484193 ], [ -112.18823916715723, 40.291049736871187 ], [ -112.18813551151307, 40.291176927873067 ], [ -112.18798480451196, 40.291304601960185 ], [ -112.1876366530485, 40.291578447413769 ], [ -112.18744110035847, 40.291832707543499 ], [ -112.18735062384555, 40.292040843799157 ], [ -112.18738780445929, 40.292148570504345 ], [ -112.18750669483504, 40.292219422376718 ], [ -112.18759171596226, 40.292371703052467 ], [ -112.18768834272529, 40.292514855486175 ], [ -112.1877757304614, 40.292802247096766 ], [ -112.18780272643224, 40.293000168466797 ], [ -112.18784195884488, 40.293224991255229 ], [ -112.18788024510083, 40.293395769591733 ], [ -112.18790834586152, 40.293656742737568 ], [ -112.18794726355542, 40.293863550647728 ], [ -112.18811399921084, 40.293978955652619 ], [ -112.18824449900927, 40.294040678473451 ], [ -112.18839931455506, 40.294147196472608 ], [ -112.18869576316087, 40.294279286091701 ], [ -112.18880463193015, 40.294449338801947 ], [ -112.18907100355052, 40.29487903422816 ], [ -112.18919132179444, 40.295030950822714 ], [ -112.18937172120721, 40.2952543217597 ], [ -112.18968278379441, 40.295548420907501 ], [ -112.18999321695803, 40.295806489590483 ], [ -112.19016343812268, 40.296120054132778 ], [ -112.19021396981135, 40.296317732656668 ], [ -112.19015783878015, 40.296471463463114 ], [ -112.19003096751889, 40.296616912946803 ], [ -112.18985735703255, 40.296780861071525 ], [ -112.18977880348366, 40.296997885436092 ], [ -112.18970103945789, 40.297259946708941 ], [ -112.18949624254495, 40.29765844945009 ], [ -112.18944405813137, 40.298037364718866 ], [ -112.18941492721436, 40.298389015866846 ], [ -112.1894307984781, 40.298623087088053 ], [ -112.18953028210341, 40.298928370679661 ], [ -112.18963916069507, 40.299098422333209 ], [ -112.18973690779714, 40.299304624417942 ], [ -112.18979075941341, 40.299691458163785 ], [ -112.18979866088769, 40.300141827563216 ], [ -112.18993201906272, 40.300365681192112 ], [ -112.19010098731314, 40.300607186334915 ], [ -112.19041350119413, 40.300982349315795 ], [ -112.19061887311318, 40.301286542120231 ], [ -112.19077529081322, 40.301483130343456 ], [ -112.19102724949289, 40.301759815794192 ], [ -112.19123120248993, 40.301982940975464 ], [ -112.19139891345009, 40.30215238499629 ], [ -112.19160381856807, 40.302429553741909 ], [ -112.19176119164453, 40.302680184779774 ], [ -112.19184623594056, 40.302832461732322 ], [ -112.19186417519278, 40.303183628198546 ], [ -112.19197686681099, 40.303569854357583 ], [ -112.19202788489424, 40.303794553807535 ], [ -112.19208032853827, 40.30410031958786 ], [ -112.19230718859882, 40.304287170657126 ], [ -112.19242563037385, 40.304330994830003 ], [ -112.19272070559001, 40.304382006806549 ], [ -112.19292197818315, 40.304452003409828 ], [ -112.19313517469735, 40.304530885678737 ], [ -112.19333692372496, 40.304627903653618 ], [ -112.19345758633895, 40.304797829909866 ], [ -112.19379160703888, 40.305055644411517 ], [ -112.19401847499469, 40.305242491980181 ], [ -112.19426855722566, 40.30541108142225 ], [ -112.19455425365649, 40.305597320549346 ], [ -112.19493407344925, 40.305782586709952 ], [ -112.19526683427974, 40.305968337869615 ], [ -112.19560007342912, 40.306181110117365 ], [ -112.19575365762536, 40.306215558617808 ], [ -112.19595493871024, 40.306285549797941 ], [ -112.19627435016382, 40.306381346035856 ], [ -112.19663987000035, 40.306422610418309 ], [ -112.19700602635001, 40.306499903055204 ], [ -112.19716040716544, 40.30657938643337 ], [ -112.19745660906847, 40.306693437584954 ], [ -112.19762211979855, 40.306736769129564 ], [ -112.19786951100826, 40.306752225566903 ], [ -112.19822406424947, 40.306838643481932 ], [ -112.1984484028001, 40.306881364460324 ], [ -112.19860230842278, 40.306933823826917 ], [ -112.19854475522904, 40.307006492146456 ], [ -112.19847495881166, 40.307052260291073 ], [ -112.19833679853527, 40.307224862594275 ], [ -112.19826747934142, 40.307297652662953 ], [ -112.19815253068892, 40.307451996300159 ], [ -112.19803678568285, 40.307561303081911 ], [ -112.19792183606718, 40.307715646496987 ], [ -112.19777270314758, 40.307933406734719 ], [ -112.19763406197228, 40.308078986176568 ], [ -112.19747379808457, 40.308332897252242 ], [ -112.19737220243225, 40.308577191833884 ], [ -112.19734088235211, 40.308802740932677 ], [ -112.1973698227486, 40.309108747224606 ], [ -112.19744439492808, 40.309333200173157 ], [ -112.19749670873482, 40.309629955448472 ], [ -112.19753614330284, 40.309863781059086 ], [ -112.19761151254666, 40.310133270583762 ], [ -112.19762789321442, 40.310394361803738 ], [ -112.19773697019659, 40.310573412290552 ], [ -112.19792825111125, 40.31074260239096 ], [ -112.19810904044732, 40.310983972773968 ], [ -112.19819554263938, 40.311217310573802 ], [ -112.1982467468644, 40.311451013950844 ], [ -112.19841593227987, 40.311701513007804 ], [ -112.19844408285293, 40.311962482088639 ], [ -112.19849719961161, 40.312304273387419 ], [ -112.19846795214754, 40.312646918035391 ], [ -112.19845078939527, 40.313007455429847 ], [ -112.19835269400265, 40.313449912182328 ], [ -112.19793102208128, 40.314229052884457 ], [ -112.19769331226968, 40.314763044690707 ], [ -112.1975917083455, 40.315007339326442 ], [ -112.1974905811215, 40.315278655889635 ], [ -112.19742411731667, 40.315513577580624 ], [ -112.19744193128264, 40.315855734623049 ], [ -112.19746944367186, 40.316080674436215 ], [ -112.19734446211463, 40.316334219811033 ], [ -112.19710196783514, 40.316597990262252 ], [ -112.19700083642306, 40.316869306386529 ], [ -112.19678139613553, 40.317105810628206 ], [ -112.19644285099676, 40.317262465635814 ], [ -112.19599887598007, 40.317447236778563 ], [ -112.19561119248525, 40.317487280637742 ], [ -112.19516530755921, 40.317563960522058 ], [ -112.19483503003825, 40.317522327756834 ], [ -112.19458887010614, 40.317578924171336 ], [ -112.19429818024838, 40.317780123597075 ], [ -112.19411260124686, 40.317935192305029 ], [ -112.19385784524732, 40.318172055589265 ], [ -112.19369611628468, 40.318344895427622 ], [ -112.19354916796136, 40.318688753206615 ], [ -112.19342733943705, 40.31912244143782 ], [ -112.19343431876314, 40.31951876465169 ], [ -112.19353068057809, 40.319643896121363 ], [ -112.19363944501539, 40.319804935444267 ], [ -112.19365581364745, 40.320066026985053 ], [ -112.19362336623992, 40.320228523486598 ], [ -112.19356865231865, 40.320463321589983 ], [ -112.19345843022812, 40.320887880991393 ], [ -112.19339163011175, 40.321104785735741 ], [ -112.19320029903265, 40.321602253501254 ], [ -112.19306653684414, 40.322027055300026 ], [ -112.19295329637015, 40.322280474683097 ], [ -112.19280427497944, 40.322507236009713 ], [ -112.19271377639663, 40.322715375729196 ], [ -112.19268164269332, 40.322895886629432 ], [ -112.19270755727953, 40.32303075406967 ], [ -112.19275669137134, 40.323147364107065 ], [ -112.19284224039487, 40.323326661421945 ], [ -112.19299808256186, 40.323487215716725 ], [ -112.19327303641761, 40.323727621811699 ], [ -112.19338069656307, 40.323825609807955 ], [ -112.19375059383312, 40.324110079995549 ], [ -112.1939648059997, 40.324243003588656 ], [ -112.19424962973224, 40.324375197729715 ], [ -112.19453413697195, 40.324489376482255 ], [ -112.19490324845077, 40.324728806164622 ], [ -112.19517567195254, 40.324825090208606 ], [ -112.19548403755036, 40.324957038013082 ], [ -112.19566326794033, 40.325108337920604 ], [ -112.19592678717504, 40.325366873722494 ], [ -112.19610681470141, 40.325563209539816 ], [ -112.19622688664545, 40.325697102359236 ], [ -112.1962765059117, 40.325840732712415 ], [ -112.19618553678721, 40.326021852963052 ], [ -112.19598801230893, 40.326168039111117 ], [ -112.1957087413353, 40.326351105913488 ], [ -112.19533468259196, 40.326499115791471 ], [ -112.19485374946764, 40.326594174747029 ], [ -112.19470154872998, 40.326640791801097 ], [ -112.19439698782281, 40.32672501798524 ], [ -112.1940943311578, 40.326917331358807 ], [ -112.19391031445025, 40.327162473186128 ], [ -112.19383237599359, 40.327415528831885 ], [ -112.19378799819576, 40.32756913936506 ], [ -112.19367427557955, 40.327795537315502 ], [ -112.19347721652576, 40.327968741279143 ], [ -112.19324469048205, 40.328133301841355 ], [ -112.19286138480784, 40.328425542639238 ], [ -112.19240619222744, 40.328646451546931 ], [ -112.19197469362199, 40.328876123455451 ], [ -112.1915901107896, 40.329096301454321 ], [ -112.19105379109082, 40.329390112570564 ], [ -112.19076177410668, 40.329519244877261 ], [ -112.19021067122296, 40.329642033882962 ], [ -112.18954139768817, 40.329739008768371 ], [ -112.18910798496866, 40.329860582063631 ], [ -112.18879163292249, 40.329944914747557 ], [ -112.18847543809231, 40.330038253921451 ], [ -112.18803009401077, 40.330150936816324 ], [ -112.18741010040014, 40.330373518761789 ], [ -112.18690685141716, 40.330540845608724 ], [ -112.18656790081377, 40.330679457940178 ], [ -112.18647437519185, 40.330716453259598 ], [ -112.18628685043097, 40.330763421621448 ], [ -112.18588841855973, 40.330866606148994 ], [ -112.18546691905267, 40.330997052648577 ], [ -112.18506911479969, 40.33113626380343 ], [ -112.18456616918378, 40.331321595317178 ], [ -112.18403968130086, 40.331507165657712 ], [ -112.18356042695048, 40.331701259241719 ], [ -112.18321016570992, 40.331867004403136 ], [ -112.18278771096705, 40.331943397116582 ], [ -112.18248232461774, 40.331982555592347 ], [ -112.18204731253608, 40.332014029140431 ], [ -112.18183608412433, 40.33205222357946 ], [ -112.18170693013604, 40.332071561164206 ], [ -112.18127081752158, 40.332039980249441 ], [ -112.18094016271617, 40.331980294056969 ], [ -112.18065784371335, 40.331992185278047 ], [ -112.1802702238118, 40.332041186296173 ], [ -112.17993046723066, 40.332134742592018 ], [ -112.17968628053187, 40.332308403891069 ], [ -112.17939658116539, 40.332572618481954 ], [ -112.17909463918515, 40.332809930242874 ], [ -112.1787211344752, 40.332993916734424 ], [ -112.17838356466517, 40.333213571787844 ], [ -112.17789219822119, 40.333389747397419 ], [ -112.17742577858374, 40.333646747691269 ], [ -112.17720496376823, 40.333811156853031 ], [ -112.17699795281517, 40.334092541718618 ], [ -112.1767556293636, 40.334374285494967 ], [ -112.17650090777255, 40.334620119000952 ], [ -112.17613868706769, 40.334776955473522 ], [ -112.17595239463124, 40.334895966331949 ], [ -112.17571115846026, 40.335240759632079 ], [ -112.17557647955005, 40.335620505264941 ], [ -112.17553314958877, 40.335837160890556 ], [ -112.17558257679748, 40.335971793014586 ], [ -112.17567877378588, 40.336087931767686 ], [ -112.17584481274869, 40.336158315570493 ], [ -112.17603533165179, 40.336282504015358 ], [ -112.17633350771928, 40.336504695852916 ], [ -112.17648996823607, 40.336701301655467 ], [ -112.17661299535516, 40.337006354948315 ], [ -112.17681638438582, 40.337193473893272 ], [ -112.17699404146111, 40.337254728837337 ], [ -112.17715097533301, 40.337478355781016 ], [ -112.17730853657483, 40.337738011966962 ], [ -112.17744287045777, 40.338015922316998 ], [ -112.17764924078701, 40.338374179679491 ], [ -112.17777102314473, 40.33860717260211 ], [ -112.1779872880057, 40.338857221015367 ], [ -112.17816683091193, 40.339026562444843 ], [ -112.17842013603115, 40.339375331255638 ], [ -112.17862463461113, 40.339625498312223 ], [ -112.17881955860871, 40.340001888011294 ], [ -112.17887024996885, 40.34020857738544 ], [ -112.17893835820635, 40.340739411690059 ], [ -112.1790271876141, 40.341107873432499 ], [ -112.17912778952568, 40.341476215056815 ], [ -112.1792850542262, 40.341717853419837 ], [ -112.17951342019131, 40.341985793307416 ], [ -112.1797428864828, 40.342316784188235 ], [ -112.17989952757722, 40.342522392206767 ], [ -112.18014061235981, 40.342844254766661 ], [ -112.18038436879424, 40.343319241740879 ], [ -112.18062655816725, 40.343704154620248 ], [ -112.1807350181124, 40.343847190610738 ], [ -112.18079937535114, 40.344161846876659 ], [ -112.18085227539632, 40.344494637973682 ], [ -112.18086687504631, 40.344656650028817 ], [ -112.1810611981013, 40.344997005860087 ], [ -112.18112587233429, 40.345329676536686 ], [ -112.18121299165583, 40.345599055267037 ], [ -112.18135928724453, 40.345885847354175 ], [ -112.18168043924437, 40.346071754316235 ], [ -112.18200175025054, 40.346266667696476 ], [ -112.18239291063266, 40.346415821325373 ], [ -112.18263118937577, 40.346575546018215 ], [ -112.18290510115472, 40.346752923646761 ], [ -112.18315625656794, 40.346975578158137 ], [ -112.18344257358886, 40.347188863361879 ], [ -112.18368101500256, 40.347357593130766 ], [ -112.18406057032358, 40.347515868772845 ], [ -112.18429712364038, 40.347576509242735 ], [ -112.1846397878215, 40.347645071292668 ], [ -112.18508167850757, 40.348000901791686 ], [ -112.18523913767891, 40.348251538598852 ], [ -112.18533757690032, 40.348493771167576 ], [ -112.18541310227189, 40.348772274281345 ], [ -112.1855161172296, 40.349275719088496 ], [ -112.1856660676732, 40.349769673626746 ], [ -112.18580061848103, 40.350056580194412 ], [ -112.18585086599816, 40.350236243777786 ], [ -112.18586816158776, 40.350551379327456 ], [ -112.1859430604303, 40.350793852649225 ], [ -112.18614762200679, 40.351044005029472 ], [ -112.1864104194749, 40.3512575238598 ], [ -112.18657840147695, 40.351435979200872 ], [ -112.18681955045406, 40.35175782644405 ], [ -112.18776046824264, 40.354378775545548 ], [ -112.18783379766414, 40.35453117423657 ], [ -112.1879784022919, 40.354718876445972 ], [ -112.18807559636569, 40.354889047681056 ], [ -112.18824169437721, 40.354959412617546 ], [ -112.18845409716363, 40.354984256802226 ], [ -112.18868941494098, 40.354972829334002 ], [ -112.18899790708394, 40.355104791974775 ], [ -112.18918882027697, 40.355246971851336 ], [ -112.1893233973739, 40.355533873684251 ], [ -112.18943506093309, 40.355857046735977 ], [ -112.18956869046258, 40.356089904414617 ], [ -112.18975369220107, 40.356565474496691 ], [ -112.18999392474525, 40.356833270570121 ], [ -112.19019804471229, 40.357056393160455 ], [ -112.19053199901626, 40.35729619668092 ], [ -112.1909618931186, 40.357634109406362 ], [ -112.19115202495776, 40.357731249352035 ], [ -112.19146180304999, 40.357935263448141 ], [ -112.19186783987297, 40.358255400681344 ], [ -112.19215629513377, 40.358585757583661 ], [ -112.19282455259524, 40.35908336633684 ], [ -112.19296791068372, 40.359199003542706 ], [ -112.19321771650216, 40.359340569036526 ], [ -112.19344460963202, 40.359518406136985 ], [ -112.19373069471075, 40.359713649623622 ], [ -112.19398082185403, 40.359873227968308 ], [ -112.19413866027435, 40.360141865843246 ], [ -112.19424876525561, 40.360374960764432 ], [ -112.19433516253551, 40.360599291502261 ], [ -112.19437382533054, 40.360788079509959 ], [ -112.19432926976981, 40.360932682399934 ], [ -112.19427214435657, 40.361032370486988 ], [ -112.19425113813259, 40.361176730136428 ], [ -112.19428678062592, 40.361194379881404 ], [ -112.19435790668858, 40.361220672060149 ], [ -112.19449888699116, 40.361201198069345 ], [ -112.19458146998099, 40.36120935392843 ], [ -112.19471321976404, 40.361334117732142 ], [ -112.19476461320193, 40.361576827567291 ], [ -112.19474488016031, 40.361793245481607 ], [ -112.1947975464408, 40.362108013473218 ], [ -112.19479038365604, 40.362369346086233 ], [ -112.1947714457385, 40.362630800346764 ], [ -112.19471893166171, 40.362991699567473 ], [ -112.19461772590039, 40.363263012606055 ], [ -112.19448246564204, 40.363606748638809 ], [ -112.19433447476584, 40.363896562491824 ], [ -112.19418695956732, 40.364213397978951 ], [ -112.19376303039033, 40.364884434733746 ], [ -112.19363874375402, 40.365183011864993 ], [ -112.19357428746129, 40.365535024801012 ], [ -112.19353179293607, 40.365796721883989 ], [ -112.19351364398555, 40.36610321223214 ], [ -112.19354212126559, 40.366382194588205 ], [ -112.19359621623846, 40.366778028352094 ], [ -112.19361593769177, 40.367228270337662 ], [ -112.19366685543388, 40.36744395860061 ], [ -112.19370599753509, 40.36765976839132 ], [ -112.1937312977532, 40.367758605225923 ], [ -112.19372190572791, 40.367893835826131 ], [ -112.19365379236378, 40.368038681495541 ], [ -112.19353905114794, 40.368211035127807 ], [ -112.1933776815858, 40.368410896588813 ], [ -112.19320501153157, 40.368637901154017 ], [ -112.19276386999093, 40.369002808629247 ], [ -112.19238001750635, 40.369277034613212 ], [ -112.19204437820612, 40.36961382467689 ], [ -112.19181123192342, 40.369751361479011 ], [ -112.1916019547681, 40.369906669662555 ], [ -112.19136896520013, 40.370053212866338 ], [ -112.19110016952551, 40.370173097704317 ], [ -112.1907723320714, 40.370284581018417 ], [ -112.19049112385848, 40.370368556632563 ], [ -112.19022153293564, 40.370443403081481 ], [ -112.19003516915031, 40.370562436955893 ], [ -112.18994254156596, 40.370653479252738 ], [ -112.18985102276355, 40.370807572417469 ], [ -112.18977413175672, 40.371123675328157 ], [ -112.18963819837163, 40.371431376705644 ], [ -112.18950131342987, 40.371685034264033 ], [ -112.18934055724696, 40.371920919368954 ], [ -112.18916675637763, 40.372084867150534 ], [ -112.18896924274338, 40.372240049585344 ], [ -112.18875947648598, 40.372368330927777 ], [ -112.18869055671125, 40.372468137388701 ], [ -112.18879765638739, 40.372530098715607 ], [ -112.18890491457587, 40.372601067217225 ], [ -112.18914377714819, 40.37278779807378 ], [ -112.18940571973322, 40.372947264314114 ], [ -112.18957344796712, 40.373107699215751 ], [ -112.18994439629917, 40.373437211939915 ], [ -112.19013599807036, 40.373615418130619 ], [ -112.19050758609697, 40.373980958022628 ], [ -112.19060449823685, 40.374133111549959 ], [ -112.19087870239036, 40.374319474835666 ], [ -112.19103450175719, 40.374471021504618 ], [ -112.19116865097695, 40.37473089779445 ], [ -112.19115941182565, 40.37487513538008 ], [ -112.19123102715564, 40.374928451031565 ], [ -112.19125696132518, 40.375063317362127 ], [ -112.19137695537778, 40.375188205706436 ], [ -112.19152209133318, 40.375402923847673 ], [ -112.19171417901745, 40.375608149015818 ], [ -112.19188398291251, 40.375885674737084 ], [ -112.19199505962446, 40.376172814497245 ], [ -112.19204566213403, 40.376370488601829 ], [ -112.19213112126467, 40.376540776625355 ], [ -112.19250273637934, 40.376906309539464 ], [ -112.19316242228555, 40.377575171505015 ], [ -112.19340465216058, 40.377951045331407 ], [ -112.19368428510062, 40.37844364811972 ], [ -112.19389134632344, 40.378828892793784 ], [ -112.19409745567681, 40.379160093537607 ], [ -112.1944105239632, 40.379544242438598 ], [ -112.19479139996579, 40.379765529775796 ], [ -112.19501566107687, 40.379790238947649 ], [ -112.19531266063278, 40.379931311354945 ], [ -112.19559724628107, 40.380036475789133 ], [ -112.19593197199728, 40.380312289846174 ], [ -112.19629057558235, 40.380605873651106 ], [ -112.19670950828427, 40.380979911944877 ], [ -112.19691547870123, 40.381302100014061 ], [ -112.19726358929103, 40.381667860428585 ], [ -112.19759721323688, 40.381880618731174 ], [ -112.19803716473552, 40.382110292196316 ], [ -112.19840517100148, 40.382268638572022 ], [ -112.19875964391076, 40.382328026334342 ], [ -112.19916410680231, 40.382549054502022 ], [ -112.19945334291086, 40.38291541874262 ], [ -112.1995397879945, 40.383139744070462 ], [ -112.1997220613745, 40.383453163896171 ], [ -112.20001018544782, 40.383756476021603 ], [ -112.20023813895099, 40.383988340953721 ], [ -112.20041961834478, 40.384256723447258 ], [ -112.20062545670142, 40.384569897109223 ], [ -112.20081903812336, 40.384856171033356 ], [ -112.20088225234994, 40.385098754276903 ], [ -112.20103048031584, 40.38548459651723 ], [ -112.20114289259682, 40.38584378396822 ], [ -112.2012545059256, 40.386157935192969 ], [ -112.20130642396811, 40.38642766213313 ], [ -112.20134848383239, 40.386805597992229 ], [ -112.20140328394945, 40.387237454692041 ], [ -112.20154006060763, 40.387641432848717 ], [ -112.201605201399, 40.387992102048614 ], [ -112.20158452408961, 40.388154476687866 ], [ -112.20144733184439, 40.388390133089523 ], [ -112.2012986791746, 40.388643926143921 ], [ -112.20109064707113, 40.388871309226545 ], [ -112.20075271707113, 40.389082023256833 ], [ -112.20043882423745, 40.389319513361784 ], [ -112.20014944819289, 40.389610801377302 ], [ -112.19995462806605, 40.389919125127108 ], [ -112.19975884701829, 40.390173405272698 ], [ -112.19958582515679, 40.390382404591918 ], [ -112.19938924233334, 40.390591648058219 ], [ -112.19932255777913, 40.390817561595696 ], [ -112.19935997530817, 40.390934288803933 ], [ -112.19945709225568, 40.391095441051228 ], [ -112.19957952808792, 40.39135542811497 ], [ -112.19958176591447, 40.391481529095756 ], [ -112.19964402336979, 40.391670069444281 ], [ -112.1996814419596, 40.391786796516811 ], [ -112.19969913705448, 40.392119941118416 ], [ -112.19968037249612, 40.392390401920927 ], [ -112.19966320644326, 40.392750934816469 ], [ -112.19963457958875, 40.393129604339848 ], [ -112.19954864869842, 40.393598957053996 ], [ -112.19938947600993, 40.393924927593972 ], [ -112.19923126070486, 40.394304941176451 ], [ -112.19915327103972, 40.394557998353172 ], [ -112.19914756299914, 40.394900394485013 ], [ -112.19918849855019, 40.395215280226445 ], [ -112.19933722001676, 40.395628145417561 ], [ -112.19946046330186, 40.395933168328298 ], [ -112.1995843472202, 40.396274219897272 ], [ -112.19974165668081, 40.396506818102345 ], [ -112.19989976682572, 40.396784452086166 ], [ -112.19998655211565, 40.397026790681409 ], [ -112.20000217157563, 40.397242841268493 ], [ -112.20003181144567, 40.39758487039105 ], [ -112.19998868513572, 40.397810539548196 ], [ -112.19986468903473, 40.398127136582055 ], [ -112.1996926071382, 40.398390179275957 ], [ -112.19948629896682, 40.398716638822627 ], [ -112.19930371153075, 40.399051860795794 ], [ -112.19902782933292, 40.399442103201537 ], [ -112.19871643951817, 40.399823704228382 ], [ -112.19856631458613, 40.399996428962694 ], [ -112.19849754201232, 40.4001052482012 ], [ -112.19848847612373, 40.40025849277928 ], [ -112.1985878416466, 40.400545746169463 ], [ -112.19862750049373, 40.400788574184915 ], [ -112.19860920939686, 40.401086056114977 ], [ -112.1987426439191, 40.401300885263566 ], [ -112.19894677044326, 40.401514981180412 ], [ -112.19915553382373, 40.40199028545274 ], [ -112.19923214021838, 40.402322818517057 ], [ -112.19937911996483, 40.402636603769722 ], [ -112.19948915581965, 40.402860683568584 ], [ -112.19969472884411, 40.403155842757236 ], [ -112.19981494937078, 40.403289728000999 ], [ -112.19985397467313, 40.403496526623421 ], [ -112.19981420333832, 40.403911346598946 ], [ -112.19972570283656, 40.404236583690498 ], [ -112.19968577045567, 40.404642396395481 ], [ -112.19964375856584, 40.404931115576169 ], [ -112.19957930080555, 40.405283129580987 ], [ -112.19951308334356, 40.40553606443752 ], [ -112.19943508280851, 40.405789121493257 ], [ -112.19921600973437, 40.406061659585291 ], [ -112.1991599741819, 40.406224400106758 ], [ -112.19904550441474, 40.406414773199266 ], [ -112.19894233722081, 40.406578002416097 ], [ -112.19880430071417, 40.406768619658337 ], [ -112.19868028362188, 40.407085215256444 ], [ -112.19863570922516, 40.407229818976177 ], [ -112.19855834278582, 40.40751890420708 ], [ -112.19848033655128, 40.407771960617673 ], [ -112.19837940287988, 40.408061290015496 ], [ -112.19832639944265, 40.408395166751546 ], [ -112.19824934999178, 40.408702266137034 ], [ -112.19827994607802, 40.409098338236909 ], [ -112.19840081385448, 40.409268253461192 ], [ -112.1985563927264, 40.409401773318692 ], [ -112.19865305593369, 40.409535903819325 ], [ -112.19867949933504, 40.409697788851382 ], [ -112.19867123224502, 40.409896069142235 ], [ -112.19866328477654, 40.41011236380001 ], [ -112.19868034254776, 40.410409478779947 ], [ -112.1986730344174, 40.410661802163425 ], [ -112.19859550474455, 40.410941880119417 ], [ -112.19852784021494, 40.411113749632122 ], [ -112.19835588101786, 40.411385797491818 ], [ -112.19825382331575, 40.411612076388892 ], [ -112.19808409843893, 40.41201022445285 ], [ -112.19799398240919, 40.412245388189383 ], [ -112.1978360382933, 40.412643413780117 ], [ -112.19777204389069, 40.413022448112443 ], [ -112.19775262896133, 40.413256879097766 ], [ -112.19779261286048, 40.413517721180554 ], [ -112.19785648457488, 40.413796333404825 ], [ -112.19786974334187, 40.414543929596135 ], [ -112.19789778464536, 40.41479588648869 ], [ -112.1979119651391, 40.41493087210894 ], [ -112.19785512085389, 40.415048575995748 ], [ -112.19776324312103, 40.415184660503485 ], [ -112.197438394418, 40.415476308486703 ], [ -112.19726482338409, 40.415658282920475 ], [ -112.19682308413026, 40.416005192696858 ], [ -112.19654424815998, 40.41623329994561 ], [ -112.19632481133715, 40.416487818359741 ], [ -112.19615139425837, 40.416678798355115 ], [ -112.1958375185701, 40.416925284109567 ], [ -112.19560613280285, 40.417170915915662 ], [ -112.19541217196395, 40.417533275118238 ], [ -112.19518572424569, 40.418058128865155 ], [ -112.19508428390407, 40.418320433746281 ], [ -112.19505578342638, 40.418708108200711 ], [ -112.19508413515835, 40.418978080092685 ], [ -112.19507140451979, 40.419590812277747 ], [ -112.19501694246595, 40.419843622556122 ], [ -112.19496566785632, 40.420276576467153 ], [ -112.19491152368795, 40.420547401045425 ], [ -112.19478682703533, 40.420827963619224 ], [ -112.19471850601444, 40.420963802163598 ], [ -112.19463855878652, 40.421108769641172 ], [ -112.19466340422508, 40.421180583521213 ], [ -112.19474637946296, 40.42120675249388 ], [ -112.19486487008818, 40.421241563154872 ], [ -112.19498304203285, 40.421258359329634 ], [ -112.19524343503905, 40.421318729155011 ], [ -112.19552819653735, 40.421423890524615 ], [ -112.19575451061755, 40.421556682249268 ], [ -112.19590979420094, 40.421672190704044 ], [ -112.19605377154798, 40.421814842407414 ], [ -112.19633933429456, 40.421965037603364 ], [ -112.19673352165411, 40.422258248861361 ], [ -112.19698564732884, 40.422516894494173 ], [ -112.19717725007277, 40.422686078096362 ], [ -112.19747636172305, 40.422935227201293 ], [ -112.19773915998977, 40.423130698811249 ], [ -112.19805022118355, 40.423388731411187 ], [ -112.19809960147718, 40.423514343178759 ], [ -112.19822225380561, 40.423783336648256 ], [ -112.1983092300443, 40.424034682147166 ], [ -112.19840895202768, 40.424339948372008 ], [ -112.19846249067128, 40.42469974623102 ], [ -112.19853976175862, 40.425068306807546 ], [ -112.19860380854938, 40.425355925034978 ], [ -112.19863057878153, 40.425535823881972 ], [ -112.19865638967782, 40.42566167974077 ], [ -112.19879814237933, 40.425678227455116 ], [ -112.19896378720706, 40.42571254483645 ], [ -112.19927342515102, 40.425889509349879 ], [ -112.19962972911453, 40.426038962296793 ], [ -112.20002235370545, 40.426242090014718 ], [ -112.20028373108512, 40.426356491032365 ], [ -112.20058126883083, 40.426515559998215 ], [ -112.2009622729967, 40.426727813988315 ], [ -112.20121298939139, 40.426905385360357 ], [ -112.20149938662485, 40.427100602960621 ], [ -112.20170360177895, 40.427314691824591 ], [ -112.2020129334314, 40.427473634444432 ], [ -112.20239491001489, 40.42773992641979 ], [ -112.20252728812652, 40.427891699272458 ], [ -112.20259977176984, 40.427990042192974 ], [ -112.20277977821787, 40.428168345688405 ], [ -112.20299546619904, 40.428364295199934 ], [ -112.20323488909085, 40.428569006061224 ], [ -112.20341521990809, 40.428765322787477 ], [ -112.20355922838264, 40.428907964524448 ], [ -112.20377443915605, 40.429076891069712 ], [ -112.20397818562472, 40.42926395423472 ], [ -112.20412203569639, 40.429397588087205 ], [ -112.20427719100145, 40.429504077543513 ], [ -112.2044565631074, 40.429646349710701 ], [ -112.2046856549109, 40.429932244430674 ], [ -112.204735695572, 40.430093881519149 ], [ -112.20473939286165, 40.430301045630351 ], [ -112.20477796858185, 40.430480819795903 ], [ -112.20481541916656, 40.430597543999788 ], [ -112.20481911676659, 40.430804708086825 ], [ -112.20486867612367, 40.430939323678686 ], [ -112.20489466170903, 40.431074184965176 ], [ -112.20499024393347, 40.43114525911318 ], [ -112.20523809256132, 40.431160692850348 ], [ -112.20555778937418, 40.431238438428146 ], [ -112.20590041730276, 40.431279908667833 ], [ -112.20634993371759, 40.431365306497362 ], [ -112.20658680138582, 40.431425895971962 ], [ -112.20671806907289, 40.431514613802349 ], [ -112.20683658379447, 40.431549411780125 ], [ -112.20706021582775, 40.431529059193693 ], [ -112.20724864764956, 40.43151808260906 ], [ -112.20749649804533, 40.431533511475259 ], [ -112.20788740503401, 40.431637533131145 ], [ -112.20826604241559, 40.431714655287955 ], [ -112.20852600333133, 40.431747972967834 ], [ -112.20877546779185, 40.431853470271449 ], [ -112.20927407628969, 40.43204644898929 ], [ -112.20941761997574, 40.432162061717079 ], [ -112.20952547981609, 40.432260030034975 ], [ -112.20956245541329, 40.432349731184786 ], [ -112.20955341213759, 40.432502975491623 ], [ -112.20952063293777, 40.432647459351827 ], [ -112.20948979041337, 40.432900028585529 ], [ -112.20946992801294, 40.433107438897771 ], [ -112.20940420720613, 40.433387399429286 ], [ -112.20935011191629, 40.433658229483598 ], [ -112.20932185053988, 40.434054912470636 ], [ -112.20934865330135, 40.434234808107163 ], [ -112.20938740516515, 40.434423587517642 ], [ -112.20953272977887, 40.434638278219531 ], [ -112.2096187943356, 40.434835571263136 ], [ -112.20967094937183, 40.435114298304896 ], [ -112.20965383147602, 40.435474829455757 ], [ -112.20971809789576, 40.435771447299771 ], [ -112.20973343759009, 40.43596948035205 ], [ -112.20985486809073, 40.436166403039493 ], [ -112.21001537727962, 40.436570118886941 ], [ -112.21019768772827, 40.436874509454938 ], [ -112.21025162373277, 40.437252314247822 ], [ -112.21035206665655, 40.437593596841666 ], [ -112.21060398649635, 40.438491838307918 ], [ -112.21072897943246, 40.438886916136937 ], [ -112.2107588586881, 40.43923794614193 ], [ -112.21082491173429, 40.439633641164185 ], [ -112.21080666813995, 40.439931122437955 ], [ -112.2108357402826, 40.440237116851705 ], [ -112.21083832625303, 40.440381230439023 ], [ -112.21092407907187, 40.440560507959908 ], [ -112.21097220340054, 40.44061405654741 ], [ -112.21111560687092, 40.440720659594604 ], [ -112.2113300661571, 40.440844535429058 ], [ -112.21166354525209, 40.441030224834158 ], [ -112.21186751192434, 40.44122627996812 ], [ -112.21201399204782, 40.441504016631626 ], [ -112.21211347989765, 40.441791254671351 ], [ -112.21227272213557, 40.442122909875046 ], [ -112.21228661477399, 40.442239878423713 ], [ -112.21259007831523, 40.442723169873389 ], [ -112.21268827544783, 40.442938350585251 ], [ -112.21273931696881, 40.443154025965661 ], [ -112.21273189900829, 40.443397341037993 ], [ -112.21273562258241, 40.443604504059635 ], [ -112.21272852839105, 40.443865833288761 ], [ -112.21273176632394, 40.444045975032743 ], [ -112.21276956252099, 40.444180710255843 ], [ -112.21286598137087, 40.444296812775505 ], [ -112.21297418983791, 40.44441279149131 ], [ -112.21309564552102, 40.444609710134479 ], [ -112.21316978256344, 40.444798116509901 ], [ -112.21316155632084, 40.444996396101622 ], [ -112.21310698214187, 40.445240206045703 ], [ -112.21304094201429, 40.445502153854171 ], [ -112.21292725752434, 40.44573757524148 ], [ -112.21280113503259, 40.445937091887572 ], [ -112.21268582997212, 40.446082442204862 ], [ -112.21267549751154, 40.446163629651949 ], [ -112.21272459877326, 40.446271219883094 ], [ -112.2127853279041, 40.446369679303878 ], [ -112.21285930421229, 40.44654907872394 ], [ -112.21286157122132, 40.446675177880522 ], [ -112.21285480135114, 40.446954521143077 ], [ -112.21279102565822, 40.447342567915044 ], [ -112.21275970428093, 40.447568116067423 ], [ -112.21276391425766, 40.447802300180314 ], [ -112.21282545453921, 40.447945794937482 ], [ -112.21286503462338, 40.448179607888946 ], [ -112.21284679865737, 40.448477088956565 ], [ -112.212816286711, 40.448747672482888 ], [ -112.21281839187904, 40.448864764514141 ], [ -112.21280967859451, 40.449036022729295 ], [ -112.21288365806737, 40.44921542200931 ], [ -112.21306504509771, 40.449465764252523 ], [ -112.21327195793077, 40.44982394357816 ], [ -112.21344252997109, 40.450128451372244 ], [ -112.21345820895748, 40.450344497391647 ], [ -112.21341558439269, 40.450597190599474 ], [ -112.21331384549003, 40.450841495564738 ], [ -112.21339913275172, 40.450993749420789 ], [ -112.21348393429044, 40.451118981983981 ], [ -112.21358004046652, 40.451217069463418 ], [ -112.21384591426595, 40.451574628538957 ], [ -112.21397690694494, 40.451645322972702 ], [ -112.21407301459683, 40.451743410012149 ], [ -112.21411211516991, 40.451950201080493 ], [ -112.21417755358813, 40.452309864590021 ], [ -112.21415818779555, 40.452544296105849 ], [ -112.21402285993193, 40.452888050946449 ], [ -112.21380321197022, 40.453133594663647 ], [ -112.21359502913546, 40.453361000034924 ], [ -112.21344774389738, 40.45369587095341 ], [ -112.21340479339933, 40.453930549906289 ], [ -112.21335313036806, 40.454336486930245 ], [ -112.21330211491383, 40.454778452185785 ], [ -112.21322557219854, 40.455112580121316 ], [ -112.21310251197325, 40.455483231310382 ], [ -112.21288382430605, 40.455782815750709 ], [ -112.21275768363638, 40.455982332283355 ], [ -112.21259681600462, 40.456218248085612 ], [ -112.21248359862324, 40.4564806900975 ], [ -112.21239477288776, 40.456787919966011 ], [ -112.21235408391151, 40.45714869743712 ], [ -112.2124169277983, 40.45736424861289 ], [ -112.21239901223706, 40.457679743344592 ], [ -112.21234555964284, 40.457986602058746 ], [ -112.21237448664171, 40.458283587868273 ], [ -112.21237950653891, 40.458562806907032 ], [ -112.21233671156247, 40.458806492433119 ], [ -112.21224788235389, 40.459113722121522 ], [ -112.2122499873054, 40.459230813966812 ], [ -112.21221558317117, 40.459285227392236 ], [ -112.2121562999304, 40.459267831631358 ], [ -112.21199121357313, 40.459269562904822 ], [ -112.21175440477235, 40.45921799334441 ], [ -112.21144797780536, 40.459230214377385 ], [ -112.21127045246136, 40.4591960399461 ], [ -112.21095223359757, 40.459208383244146 ], [ -112.21066922852832, 40.45921134804577 ], [ -112.21029172671238, 40.459206292965611 ], [ -112.20999660646403, 40.45919136545605 ], [ -112.20944335737747, 40.459251208737882 ], [ -112.20909024660465, 40.459290938318816 ], [ -112.20873778119515, 40.459366695132289 ], [ -112.20825641068333, 40.459488842349941 ], [ -112.20792817252848, 40.45960037848328 ], [ -112.20770541582077, 40.45967477646775 ], [ -112.20739074182794, 40.459885265755261 ], [ -112.20714649567206, 40.460077001096103 ], [ -112.20683181805056, 40.460287488899532 ], [ -112.20656398461068, 40.460479469299003 ], [ -112.2062010068162, 40.460627398252967 ], [ -112.20591831746057, 40.460648365674992 ], [ -112.20577681164706, 40.460649842043388 ], [ -112.2054351612568, 40.4606714233894 ], [ -112.20484490956886, 40.460641542971082 ], [ -112.20451489011887, 40.46065399158315 ], [ -112.20414933319329, 40.460657800742865 ], [ -112.20388974484396, 40.460651496225879 ], [ -112.20352467013593, 40.460682324683418 ], [ -112.2031484457431, 40.46074930311962 ], [ -112.2027258550836, 40.460861806671147 ], [ -112.20240939298769, 40.460973204617247 ], [ -112.20205755309824, 40.461084969650521 ], [ -112.20179876585631, 40.461123695939591 ], [ -112.20135194404286, 40.461200411372111 ], [ -112.20094001675628, 40.461249736203165 ], [ -112.20021226222045, 40.461446479980729 ], [ -112.19989579308177, 40.461557871131333 ], [ -112.19967302071596, 40.461632253827936 ], [ -112.19942618245898, 40.461679859549413 ], [ -112.19910907016568, 40.461755220159105 ], [ -112.19874478759053, 40.461831069153646 ], [ -112.19821605075825, 40.461944657130793 ], [ -112.19780491640132, 40.462039006417825 ], [ -112.19747584810082, 40.46210547769568 ], [ -112.19673308397458, 40.46212217977839 ], [ -112.19641500749145, 40.46214349038847 ], [ -112.19586219984022, 40.462230290482339 ], [ -112.19568579194413, 40.462259141931789 ], [ -112.19552213459191, 40.462341913826222 ], [ -112.19537122744404, 40.462478606222469 ], [ -112.19529155395257, 40.462641588044207 ], [ -112.19511849740256, 40.462859588077976 ], [ -112.19492249300814, 40.463113860172143 ], [ -112.19478385441924, 40.463277451250889 ], [ -112.19466880053849, 40.463440798376354 ], [ -112.19456649632114, 40.463658066203664 ], [ -112.19439407311657, 40.463912093651594 ], [ -112.19420857950881, 40.464094185766839 ], [ -112.19393973753239, 40.464232094809056 ], [ -112.19378738764185, 40.464287721138668 ], [ -112.19362276626354, 40.464316447708129 ], [ -112.19338770649149, 40.464363918917556 ], [ -112.19319169126211, 40.464618188166483 ], [ -112.19312093386159, 40.464618918641413 ], [ -112.19297049491264, 40.464782629351248 ], [ -112.19281973652393, 40.464928325630559 ], [ -112.19261128721665, 40.46514668715546 ], [ -112.19243789705166, 40.465346669055954 ], [ -112.19233606074154, 40.465590956344066 ], [ -112.19229191496473, 40.465762578288775 ], [ -112.19222497912118, 40.465979479128315 ], [ -112.19214497549201, 40.466124444609939 ], [ -112.19207644618814, 40.466251274157052 ], [ -112.1919959641634, 40.466369218176133 ], [ -112.19192695660003, 40.466469026274787 ], [ -112.1917180220601, 40.466660364877548 ], [ -112.19146398257554, 40.466969282017949 ], [ -112.19123225426677, 40.46720589853178 ], [ -112.19100100172454, 40.467469535961449 ], [ -112.19089788423064, 40.467641765036561 ], [ -112.19070232754888, 40.467923051557349 ], [ -112.19064733720357, 40.468148837124218 ], [ -112.19054389965747, 40.468303051646558 ], [ -112.19026467113788, 40.46852213797839 ], [ -112.19019422761791, 40.468540880965818 ], [ -112.18992329280631, 40.468561688321458 ], [ -112.18971069000513, 40.468545859539475 ], [ -112.18929807280564, 40.468559115067542 ], [ -112.18914427926435, 40.468533671290551 ], [ -112.18895526390008, 40.468517598420227 ], [ -112.18861261420759, 40.468485087878186 ], [ -112.18812780671695, 40.468418002788873 ], [ -112.18753907934499, 40.468478106184897 ], [ -112.18699514631672, 40.468402615089914 ], [ -112.18668772020935, 40.468360728298705 ], [ -112.18621597685873, 40.468365571139287 ], [ -112.18589739158085, 40.468359831831009 ], [ -112.1854250145482, 40.468328642889503 ], [ -112.1849169405297, 40.46827980047722 ], [ -112.18447899556439, 40.468194202055535 ], [ -112.18405331983455, 40.46813550256401 ], [ -112.18366318359764, 40.468085446286821 ], [ -112.1831080964193, 40.468046086155482 ], [ -112.18284832238075, 40.468030727608003 ], [ -112.18257643889541, 40.467997474852368 ], [ -112.18228081063367, 40.467955455594499 ], [ -112.18197275750026, 40.467877527584164 ], [ -112.18177179399254, 40.467852556373032 ], [ -112.18149912239389, 40.467774265302168 ], [ -112.18113352380153, 40.467778002215788 ], [ -112.18078066523556, 40.467835660413563 ], [ -112.18071037740715, 40.467863404804199 ], [ -112.18054621451211, 40.467919134396432 ], [ -112.18036915382463, 40.467911934115499 ], [ -112.18016913684269, 40.467941003050292 ], [ -112.18002903338481, 40.468023512526401 ], [ -112.1798656577372, 40.468124276950604 ], [ -112.17978310274513, 40.468125119710209 ], [ -112.1796535310809, 40.468135451085892 ], [ -112.17949958424541, 40.468100987247944 ], [ -112.17915646791154, 40.468041427092501 ], [ -112.17886052635859, 40.467981384736625 ], [ -112.17835088461649, 40.46784244172791 ], [ -112.17796059646359, 40.467783358948999 ], [ -112.17772315251847, 40.467695691122124 ], [ -112.17733318032421, 40.467654620535058 ], [ -112.17711948186447, 40.467575718335262 ], [ -112.1768814107413, 40.467452020078412 ], [ -112.17677338282431, 40.467345014836063 ], [ -112.17651204067417, 40.467239570291149 ], [ -112.1764057426284, 40.467231643559323 ], [ -112.17621720491397, 40.467242571268137 ], [ -112.17611106402943, 40.467243651435801 ], [ -112.17599250121862, 40.467208822821789 ], [ -112.17585019458356, 40.467165226887445 ], [ -112.17559042520558, 40.467149851951497 ], [ -112.1753182343908, 40.467098567667193 ], [ -112.17502245717138, 40.467047522541279 ], [ -112.17473815987105, 40.466978342427765 ], [ -112.17437146637799, 40.466919007656863 ], [ -112.17414707835009, 40.466903269947643 ], [ -112.17386450770049, 40.466933166625935 ], [ -112.17360489636511, 40.466926794386609 ], [ -112.17286426337598, 40.467069444403855 ], [ -112.17277920240261, 40.466926167229239 ], [ -112.17275498887059, 40.466890377841992 ], [ -112.17264461825246, 40.466648260881016 ], [ -112.17258314493039, 40.466504744219961 ], [ -112.17244981561217, 40.466298895076086 ], [ -112.1723285936188, 40.46611094050612 ], [ -112.17223189842032, 40.465976789681577 ], [ -112.17215769380515, 40.465779349254234 ], [ -112.17204842333408, 40.465600281929497 ], [ -112.17196399230524, 40.465493032817442 ], [ -112.16675338524183, 40.462933206332544 ], [ -112.16643264452733, 40.462801312054999 ], [ -112.16621819490788, 40.462677353190458 ], [ -112.16586036530629, 40.462446734937473 ], [ -112.16573002340509, 40.462412014530038 ], [ -112.16556368095102, 40.462341621904386 ], [ -112.16540928712872, 40.462280117338224 ], [ -112.16523255364366, 40.462290908057128 ], [ -112.1651385240384, 40.462309873577766 ], [ -112.16495093152452, 40.462374826035514 ], [ -112.16469273839071, 40.462449498449807 ], [ -112.16462198253987, 40.462450211448143 ], [ -112.16450421167723, 40.462460406898415 ], [ -112.16420892898323, 40.462436355308292 ], [ -112.16405500263657, 40.462401870571483 ], [ -112.16379354357564, 40.462287389414151 ], [ -112.16363930688146, 40.462234889677447 ], [ -112.1634020559854, 40.462156199031597 ], [ -112.16318870156606, 40.462095284969202 ], [ -112.16305820628706, 40.4620515542967 ], [ -112.16293996979527, 40.462034726482898 ], [ -112.16266811926559, 40.462001426382336 ], [ -112.16243087028369, 40.461922733712427 ], [ -112.16221736219067, 40.461852810608029 ], [ -112.16194380534375, 40.461720429314262 ], [ -112.16163300997941, 40.461480316209666 ], [ -112.1613250091691, 40.461402332330707 ], [ -112.16099326904745, 40.46131557730655 ], [ -112.16073243947893, 40.461237117990436 ], [ -112.16049488533584, 40.461140406806315 ], [ -112.16030543147809, 40.461097264979266 ], [ -112.1601633024961, 40.461062656594734 ], [ -112.16005624097554, 40.461009678492985 ], [ -112.15996236653908, 40.461037647034154 ], [ -112.15989269661279, 40.461101407746582 ], [ -112.1596714288582, 40.461265786261208 ], [ -112.15934573118615, 40.461530308581665 ], [ -112.15900916735166, 40.461848991670394 ], [ -112.15874196294457, 40.462085899339328 ], [ -112.15834596598771, 40.462378149970881 ], [ -112.15813710180527, 40.462578436375487 ], [ -112.1578813748331, 40.462797209465833 ], [ -112.15769593886064, 40.462988251570707 ], [ -112.15754603487603, 40.463187946300877 ], [ -112.15737269895392, 40.463396884265968 ], [ -112.15717515786289, 40.463570029175749 ], [ -112.15696458637251, 40.463671233904414 ], [ -112.15674283946466, 40.463808585240244 ], [ -112.15662614646638, 40.463881823380234 ], [ -112.15639445905863, 40.46412737894665 ], [ -112.15626828920745, 40.46433584331642 ], [ -112.15623692633969, 40.464570385475618 ], [ -112.15617111077087, 40.464859324976828 ], [ -112.15598937086995, 40.465266538148995 ], [ -112.15588724740171, 40.465501787910249 ], [ -112.15580901858044, 40.465754816184791 ], [ -112.15576338966942, 40.465845360314283 ], [ -112.15565987498472, 40.465999544728646 ], [ -112.15561563525767, 40.466171153947556 ], [ -112.15567784436445, 40.466359716336086 ], [ -112.15571507735579, 40.4664674494053 ], [ -112.15580071943999, 40.466646768609259 ], [ -112.15598055509157, 40.466816136873433 ], [ -112.15611198205008, 40.466913918853457 ], [ -112.15616054612158, 40.466994512075892 ], [ -112.15616239978252, 40.467102598900517 ], [ -112.15613958514625, 40.467147871029894 ], [ -112.15601124672368, 40.467230233806504 ], [ -112.15583496172273, 40.46726803205204 ], [ -112.15544731925777, 40.467361995938973 ], [ -112.15530672293632, 40.467417454140268 ], [ -112.15511987815017, 40.467527427098616 ], [ -112.15485109482174, 40.467674253659901 ], [ -112.1546529177792, 40.467811365439573 ], [ -112.15434921404973, 40.467985566045449 ], [ -112.1541038603538, 40.468123148073289 ], [ -112.15391654909563, 40.468206097405513 ], [ -112.15363596668847, 40.468353038947754 ], [ -112.15348341892491, 40.468399605451097 ], [ -112.15327205634996, 40.468455767442194 ], [ -112.15313099369178, 40.468484201314475 ], [ -112.15307202496437, 40.468484789657197 ], [ -112.15296603530335, 40.468494855841591 ], [ -112.15291886031136, 40.468495326450956 ], [ -112.15275313173368, 40.468460944456247 ], [ -112.15263396223752, 40.468390062770084 ], [ -112.15243239093664, 40.468329011430491 ], [ -112.15223128185404, 40.468294981471459 ], [ -112.15207780960793, 40.468287502654327 ], [ -112.15182921817394, 40.468235927741766 ], [ -112.15152150475333, 40.46817593258865 ], [ -112.15132008889003, 40.468123886532844 ], [ -112.1509645865498, 40.468028330816317 ], [ -112.15077588774805, 40.468030209853119 ], [ -112.15057570271357, 40.468050220495378 ], [ -112.15042407568751, 40.468150826492462 ], [ -112.15031946937512, 40.468241955516071 ], [ -112.15006277358498, 40.468406668224631 ], [ -112.14985371254537, 40.468597932794886 ], [ -112.1496800317622, 40.468788845041885 ], [ -112.14952886252325, 40.468916471652818 ], [ -112.14930754382678, 40.469080830804863 ], [ -112.14921442133891, 40.469153827062669 ], [ -112.14911011892404, 40.46926296952811 ], [ -112.14906432515257, 40.469344503860334 ], [ -112.1489604827722, 40.469480667957441 ], [ -112.14885571891892, 40.469562788436413 ], [ -112.14871480545597, 40.469600224224763 ], [ -112.14852579517468, 40.469584085137392 ], [ -112.14821869200141, 40.469560110272475 ], [ -112.14791220256063, 40.4695721636188 ], [ -112.14760632636178, 40.469620245187727 ], [ -112.14747781932729, 40.469693591401651 ], [ -112.14719660324396, 40.469804488512828 ], [ -112.14704481391615, 40.469896082909493 ], [ -112.14672959319499, 40.47008839540063 ], [ -112.14629688930475, 40.470308898679789 ], [ -112.14606269197961, 40.470410317894917 ], [ -112.14601582180218, 40.470428800229485 ], [ -112.14592192824691, 40.47045675758001 ], [ -112.14579203981539, 40.470449036591795 ], [ -112.1456264628888, 40.470423651667261 ], [ -112.14521320971666, 40.470400721001816 ], [ -112.14484728621315, 40.470386328806946 ], [ -112.14443250424378, 40.470273322674437 ], [ -112.14411421655305, 40.470285482787588 ], [ -112.14387909882744, 40.470332854009058 ], [ -112.14367890464294, 40.470352852817662 ], [ -112.14351455107882, 40.470399523012532 ], [ -112.14338542688569, 40.470436835665758 ], [ -112.14322030909825, 40.470438469093281 ], [ -112.14310145134171, 40.470385592054328 ], [ -112.14295808919522, 40.4702789045364 ], [ -112.14277919255147, 40.470163559423156 ], [ -112.1425874337345, 40.469985279706947 ], [ -112.14235968330088, 40.469771320287002 ], [ -112.14204968166761, 40.469576190776188 ], [ -112.14178746787606, 40.469416623456205 ], [ -112.14152556037783, 40.469275070076328 ], [ -112.14144117264991, 40.469167798129988 ], [ -112.14135571766111, 40.468997475162929 ], [ -112.14122202029675, 40.468764567002047 ], [ -112.14113702381188, 40.468621265688007 ], [ -112.14108847633766, 40.468540665945369 ], [ -112.14093393730431, 40.468470121352603 ], [ -112.14083989182153, 40.468489067293454 ], [ -112.14061657168214, 40.468536315419414 ], [ -112.14058210465504, 40.468590708291771 ], [ -112.1403234025131, 40.468638305026595 ], [ -112.14013454896256, 40.46863115943124 ], [ -112.1396506975437, 40.468617914029764 ], [ -112.13916593301033, 40.468550622879967 ], [ -112.13879895528348, 40.468473160362571 ], [ -112.13872667096567, 40.468383784713652 ], [ -112.13870217051247, 40.468329973383852 ], [ -112.13867523582525, 40.468132045427687 ], [ -112.13857738692781, 40.467925807300638 ], [ -112.13845655973857, 40.467755830583357 ], [ -112.13808654591838, 40.467498219901721 ], [ -112.13771607889582, 40.467213586105807 ], [ -112.13719245093466, 40.466939467004408 ], [ -112.13701296529543, 40.466788083461296 ], [ -112.13668077256517, 40.466674236769052 ], [ -112.13638487233645, 40.466614085025753 ], [ -112.13617228595719, 40.466598157485961 ], [ -112.13561526103376, 40.466441473769066 ], [ -112.13501060997886, 40.46625822869823 ], [ -112.13464243652354, 40.46610869428477 ], [ -112.13455776055336, 40.465983402442099 ], [ -112.13427062769358, 40.465742983323587 ], [ -112.13413817350715, 40.465582124874736 ], [ -112.13399226015549, 40.465322301587442 ], [ -112.13375275947369, 40.465108440162801 ], [ -112.13344204684985, 40.464868250229884 ], [ -112.13309686524693, 40.464682450152537 ], [ -112.13282441175282, 40.46461305055945 ], [ -112.13246925552612, 40.464535451910464 ], [ -112.13181896947196, 40.464442725093008 ], [ -112.13172341491655, 40.464371590423937 ], [ -112.13165129558381, 40.464291217417561 ], [ -112.13159006246653, 40.464156684996603 ], [ -112.13146699235796, 40.463851590766048 ], [ -112.13128435401616, 40.463511044267022 ], [ -112.13107737623933, 40.463125691653246 ], [ -112.1309091030309, 40.462938153516362 ], [ -112.13084772160954, 40.462794613312951 ], [ -112.13057331458963, 40.462608113065798 ], [ -112.1302162086502, 40.462413412081389 ], [ -112.13001316520645, 40.462262247811651 ], [ -112.12972410257818, 40.461904721573397 ], [ -112.12934296490472, 40.461683226333818 ], [ -112.12908096247941, 40.461532636477259 ], [ -112.12876029976454, 40.461400636524445 ], [ -112.12845203383277, 40.461304549851846 ], [ -112.12826124237466, 40.461180289236218 ], [ -112.12794043223401, 40.461039279623471 ], [ -112.12773724736788, 40.460879103861309 ], [ -112.12724532179429, 40.460379409598843 ], [ -112.12712468742292, 40.460218427585573 ], [ -112.12696777328964, 40.46000374635905 ], [ -112.12676459387197, 40.459843568785544 ], [ -112.12662007602304, 40.459664801442749 ], [ -112.12640495571611, 40.45949573080761 ], [ -112.12613087521598, 40.459327234244363 ], [ -112.12594114637767, 40.459266021019296 ], [ -112.12584605651486, 40.459221903273864 ], [ -112.12576035311005, 40.459033553100227 ], [ -112.125653020436, 40.458962528013544 ], [ -112.12541597399384, 40.458892765931282 ], [ -112.12507264822158, 40.458815029134307 ], [ -112.12487082910116, 40.458735914207423 ], [ -112.12460974930615, 40.458639357933869 ], [ -112.12425448341251, 40.458552726062699 ], [ -112.12392070096904, 40.458339760852333 ], [ -112.12383620493836, 40.458223467940122 ], [ -112.12369199851291, 40.45806271143784 ], [ -112.12359376026332, 40.457829437403653 ], [ -112.12341147850482, 40.457506892066419 ], [ -112.12334876783146, 40.457282281286588 ], [ -112.12303527846203, 40.456870922335682 ], [ -112.12290361857053, 40.456755086952029 ], [ -112.12268716737341, 40.456504942855652 ], [ -112.12254191795712, 40.45628113328403 ], [ -112.12231367795394, 40.456031102950547 ], [ -112.12225247123368, 40.455896565042558 ], [ -112.12205721082455, 40.455502072917717 ], [ -112.12193494949642, 40.455242004101585 ], [ -112.1217656728939, 40.454991400263239 ], [ -112.12152340204932, 40.454606372212098 ], [ -112.12128143349857, 40.454239358320145 ], [ -112.12098125951886, 40.453917952495296 ], [ -112.12062093482064, 40.45352505850839 ], [ -112.1202507679664, 40.453249373400212 ], [ -112.11982239600493, 40.453019295108334 ], [ -112.11956089697242, 40.452895704827455 ], [ -112.11930984476678, 40.45269093339796 ], [ -112.11893013807172, 40.452550468683263 ], [ -112.11864595660634, 40.452481148814663 ], [ -112.11818401361946, 40.452359495142375 ], [ -112.11792252009027, 40.45223590106631 ], [ -112.11771983339074, 40.452102728916273 ], [ -112.11746983425252, 40.451961005005877 ], [ -112.11718356811825, 40.451765578152092 ], [ -112.11702760058024, 40.451604926725572 ], [ -112.11668253180942, 40.451419075691319 ], [ -112.11640955190641, 40.451313606767037 ], [ -112.11598478166964, 40.451299691080365 ], [ -112.11560583440048, 40.45120425214597 ], [ -112.11529659084846, 40.45104507763164 ], [ -112.11478377869162, 40.450698680466047 ], [ -112.11468692198757, 40.450546464530667 ], [ -112.11455394937826, 40.450349552634265 ], [ -112.11438664707688, 40.450216033346564 ], [ -112.11425367600974, 40.450019121073268 ], [ -112.11411951561048, 40.449750149481076 ], [ -112.11402132304947, 40.449516866377856 ], [ -112.11408730630707, 40.449227947912476 ], [ -112.1141074659066, 40.449020550545377 ], [ -112.11401942876259, 40.448688072401971 ], [ -112.11392213056415, 40.448508833523967 ], [ -112.11381259636175, 40.448302685975094 ], [ -112.11369201599319, 40.448141688894999 ], [ -112.11353502450032, 40.447917980647439 ], [ -112.1134213299875, 40.447459625505019 ], [ -112.113464922959, 40.447242993623426 ], [ -112.11351896779233, 40.446945181542681 ], [ -112.1136301784293, 40.446538712686454 ], [ -112.11380227091338, 40.446248771895704 ], [ -112.11395093072859, 40.445968065500537 ], [ -112.11414764148684, 40.445740948760978 ], [ -112.11423720063219, 40.445451802796519 ], [ -112.11424333770799, 40.445109407935391 ], [ -112.11429767512689, 40.44482961025264 ], [ -112.11439946854702, 40.444567372690756 ], [ -112.11445588786415, 40.444413678538474 ], [ -112.11456842815983, 40.444088275347248 ], [ -112.11458605557553, 40.443727751928726 ], [ -112.11461428198311, 40.443295055587186 ], [ -112.11457459854786, 40.443034181957678 ], [ -112.11456626641422, 40.442529767379163 ], [ -112.11455016232208, 40.442268666343971 ], [ -112.11453182669746, 40.44187245422399 ], [ -112.11450304111079, 40.441557422388279 ], [ -112.11442784306691, 40.441287882203113 ], [ -112.11416357382687, 40.440993137997893 ], [ -112.1139483961301, 40.440815035022382 ], [ -112.11366129609704, 40.440565553854071 ], [ -112.11351611189413, 40.440341731476252 ], [ -112.11327587406636, 40.440073780194339 ], [ -112.11301072328996, 40.439724988687857 ], [ -112.11265260133345, 40.439458171077383 ], [ -112.11244877589505, 40.439252929425876 ], [ -112.11225718584863, 40.439074596206844 ], [ -112.11208947117326, 40.438914050655796 ], [ -112.11199516121999, 40.43891495794459 ], [ -112.11190144490907, 40.438951894825969 ], [ -112.11169132475094, 40.439080039624486 ], [ -112.1114235949476, 40.439289817571705 ], [ -112.11101588024273, 40.439591028882738 ], [ -112.11070202848919, 40.439864310354459 ], [ -112.11025938478011, 40.440192881142657 ], [ -112.11002716131843, 40.440411323650061 ], [ -112.10960660773453, 40.440649591366245 ], [ -112.10930260948976, 40.440805659477206 ], [ -112.10893892412398, 40.440917255198777 ], [ -112.1085521032056, 40.441056098185157 ], [ -112.10767383246886, 40.4414248713801 ], [ -112.10739325681897, 40.441571701181445 ], [ -112.10711282772685, 40.441727537741791 ], [ -112.10670434027864, 40.441983697029045 ], [ -112.10637719361986, 40.442167005610912 ], [ -112.10591977159429, 40.442315524377818 ], [ -112.10567337574876, 40.442389952246749 ], [ -112.10536758972131, 40.442437921009464 ], [ -112.10527356971977, 40.442456837743421 ], [ -112.10506165572417, 40.442476881535825 ], [ -112.10458005994025, 40.442589590738542 ], [ -112.10432334632699, 40.442754202759417 ], [ -112.1041022946665, 40.442936491265556 ], [ -112.10390452610291, 40.443100539309157 ], [ -112.1035683758964, 40.443455093941317 ], [ -112.10332388799334, 40.443646613543187 ], [ -112.10303268190307, 40.443865604973951 ], [ -112.10281000365335, 40.443948809262487 ], [ -112.10256565899651, 40.444149334733659 ], [ -112.10236906048885, 40.444385439713621 ], [ -112.1021494696143, 40.444657798953344 ], [ -112.10198735496246, 40.444839521420796 ], [ -112.10187181043064, 40.444984764370723 ], [ -112.10174432844647, 40.445121112145266 ], [ -112.10162804755026, 40.44522131766459 ], [ -112.10150012346061, 40.4453306428601 ], [ -112.10140712760224, 40.445412608580739 ], [ -112.10117338734688, 40.445540959326081 ], [ -112.10095084822488, 40.445633167551883 ], [ -112.10066921164368, 40.445716929264329 ], [ -112.10034041437514, 40.445801139242235 ], [ -112.09997668680606, 40.445912707217772 ], [ -112.09970713147489, 40.44601436930175 ], [ -112.0993681559918, 40.44619777059512 ], [ -112.09911082889664, 40.446326341507508 ], [ -112.09891171779738, 40.44640931419945 ], [ -112.09855962796414, 40.446511758242337 ], [ -112.09839515280052, 40.446549356660086 ], [ -112.09814814647065, 40.446587738957518 ], [ -112.09796038376763, 40.446643575677747 ], [ -112.09766812137347, 40.446799501743506 ], [ -112.09734004746831, 40.446928740532478 ], [ -112.09719915099431, 40.446966113405054 ], [ -112.09703482039617, 40.447012717358227 ], [ -112.09692914779178, 40.447040746752513 ], [ -112.09678751866326, 40.447033081876583 ], [ -112.09665767978539, 40.447025304966559 ], [ -112.09622144151457, 40.4470294429901 ], [ -112.0961154758358, 40.447039456740157 ], [ -112.09598592966512, 40.447049693980382 ], [ -112.09591489564852, 40.447032349805816 ], [ -112.09579670077215, 40.447015452688213 ], [ -112.09546701325496, 40.447045604221472 ], [ -112.09503282151384, 40.447175842134683 ], [ -112.09492758634978, 40.447230892079816 ], [ -112.09462264707081, 40.447332877500791 ], [ -112.09421261678874, 40.447498918889657 ], [ -112.09404945133193, 40.447617578300374 ], [ -112.09370972198955, 40.447755925963257 ], [ -112.09354582498086, 40.447829547382973 ], [ -112.09351059985833, 40.447838889472287 ], [ -112.09342835920287, 40.447857685152876 ], [ -112.09329837306365, 40.447840897026126 ], [ -112.0930736261445, 40.447797978385282 ], [ -112.09282529877235, 40.447755282248757 ], [ -112.09260099006337, 40.447739385066143 ], [ -112.09229341972062, 40.447679230081555 ], [ -112.09197566333451, 40.447718267760941 ], [ -112.09175252105494, 40.447774428642468 ], [ -112.09157624843797, 40.447812128799711 ], [ -112.09137654056242, 40.447859058806358 ], [ -112.09102341155371, 40.447898427851314 ], [ -112.09077552192406, 40.447882749700589 ], [ -112.09050361480519, 40.447840271084388 ], [ -112.09022020875985, 40.447815917968526 ], [ -112.08996023814011, 40.447782334328615 ], [ -112.08953491155076, 40.447732291178646 ], [ -112.08908760435678, 40.447781550836645 ], [ -112.08874597391963, 40.447802786898585 ], [ -112.08853505495128, 40.447885852971275 ], [ -112.0882892001173, 40.447996274121984 ], [ -112.08818439392773, 40.448078340432097 ], [ -112.08805673295812, 40.448205665999033 ], [ -112.08790578105328, 40.448351228323439 ], [ -112.08778860237544, 40.448397375352165 ], [ -112.08771771415991, 40.448389033610304 ], [ -112.08762309975172, 40.448371906235785 ], [ -112.0873861283704, 40.448302065027136 ], [ -112.08673460465444, 40.448119006640063 ], [ -112.08644931279024, 40.447977547039798 ], [ -112.08618876312991, 40.447907924978445 ], [ -112.08589240781788, 40.447811612175002 ], [ -112.08566723052144, 40.447741656621616 ], [ -112.08537116649116, 40.447663357426876 ], [ -112.08503987690722, 40.447594396985394 ], [ -112.08461513401039, 40.447580365609461 ], [ -112.08400160066232, 40.447559094474691 ], [ -112.08321251380487, 40.447620544984495 ], [ -112.08280201908644, 40.447759523798368 ], [ -112.0824379617477, 40.447853022071023 ], [ -112.08220330923039, 40.447927290020651 ], [ -112.0819342960461, 40.448064941043491 ], [ -112.08164126752133, 40.448175789634739 ], [ -112.08143019396829, 40.448249835370198 ], [ -112.08127605128382, 40.448197224332695 ], [ -112.08121594393793, 40.448125715826592 ], [ -112.08110752008203, 40.447982588436723 ], [ -112.08110549921582, 40.447856483489915 ], [ -112.08102051251002, 40.447704127952001 ], [ -112.08094673927295, 40.44751563209455 ], [ -112.08075463019357, 40.447301216139131 ], [ -112.08038379268702, 40.446971355498725 ], [ -112.07988672667292, 40.446858885355184 ], [ -112.07960217488618, 40.446762446079745 ], [ -112.0792476030003, 40.446711704136746 ], [ -112.07902229194238, 40.446632727983754 ], [ -112.07878619941125, 40.446616913957378 ], [ -112.07864529280516, 40.446654264338108 ], [ -112.07834004260263, 40.446738192081867 ], [ -112.07798633525765, 40.44674149129694 ], [ -112.07780904985918, 40.446716117975171 ], [ -112.07756059155346, 40.446664381349144 ], [ -112.07744369617657, 40.446728532974028 ], [ -112.077175684485, 40.446929225576582 ], [ -112.07690608958887, 40.447030834961581 ], [ -112.07671859483079, 40.447104652432493 ], [ -112.07665993075877, 40.447123216575363 ], [ -112.07660141039611, 40.447150788199579 ], [ -112.07634202328103, 40.447153203848913 ], [ -112.07590549394524, 40.447139250193949 ], [ -112.07585818900826, 40.447130681649206 ], [ -112.07559779665057, 40.447070043033214 ], [ -112.07531382414341, 40.447009623194006 ], [ -112.07487543022336, 40.446878567929936 ], [ -112.07436916526015, 40.446928318876864 ], [ -112.07401631683362, 40.446985651067322 ], [ -112.07372241936008, 40.447042434594749 ], [ -112.07342794810327, 40.447063187299598 ], [ -112.07309710275743, 40.44702121498694 ], [ -112.07270802237285, 40.447024826438877 ], [ -112.07243555642522, 40.446946275027159 ], [ -112.07186661651684, 40.44676236633925 ], [ -112.07180580485162, 40.446645815149481 ], [ -112.07149410818487, 40.446324386231453 ], [ -112.07138513557103, 40.446145219265311 ], [ -112.07126380131334, 40.445930131338983 ], [ -112.07113210779842, 40.44580522781343 ], [ -112.07094160731435, 40.445689877848466 ], [ -112.07070580551537, 40.445692062307693 ], [ -112.0704472809871, 40.445748509844499 ], [ -112.07011915830103, 40.445877671992761 ], [ -112.06983762360566, 40.445970366609544 ], [ -112.06952071764454, 40.446063387827067 ], [ -112.06912199324309, 40.446202209239196 ], [ -112.06896900625895, 40.446221641864149 ], [ -112.06888661763631, 40.44623141261453 ], [ -112.06873291707549, 40.446205807252419 ], [ -112.06863831022098, 40.446188664229382 ], [ -112.06829653744811, 40.446200832294828 ], [ -112.06798999251833, 40.446203665013584 ], [ -112.06761341907955, 40.446252188014569 ], [ -112.06716596133177, 40.446292355384564 ], [ -112.06679009889012, 40.446385913418496 ], [ -112.06655614550732, 40.446505187479694 ], [ -112.06632660470954, 40.446903694866897 ], [ -112.06625856764276, 40.447075490735791 ], [ -112.06603825162492, 40.44731175305462 ], [ -112.06585316306416, 40.447538681266785 ], [ -112.06570159491444, 40.44764818503289 ], [ -112.0656682155541, 40.447774616731643 ], [ -112.0657070019664, 40.447990471622397 ], [ -112.06556949949865, 40.448243987179573 ], [ -112.06538554486845, 40.448542974991149 ], [ -112.06517743840321, 40.4488061496589 ], [ -112.06489744859596, 40.448997915400817 ], [ -112.0645580771331, 40.449163200822795 ], [ -112.06414795948722, 40.449329136587224 ], [ -112.06386668607512, 40.449439831981401 ], [ -112.06347957860153, 40.449569518182464 ], [ -112.06305652936922, 40.449663498240831 ], [ -112.06271587284822, 40.449747710410875 ], [ -112.06236342461102, 40.449832029956291 ], [ -112.06205785529075, 40.449897899994937 ], [ -112.06160056331584, 40.450064260178806 ], [ -112.06103955933487, 40.450384721116379 ], [ -112.0607017292735, 40.450649078452876 ], [ -112.06047015755453, 40.450921468818201 ], [ -112.06022693446323, 40.451202974438026 ], [ -112.05999521740614, 40.451466356321838 ], [ -112.05983495331085, 40.451774126845471 ], [ -112.05973336099576, 40.452063341529296 ], [ -112.059677659443, 40.452271055754615 ], [ -112.05958828157581, 40.452587184858984 ], [ -112.05952121227311, 40.452822029749655 ], [ -112.05947588605271, 40.452939560261214 ], [ -112.05938240368366, 40.452994470188507 ], [ -112.059134925495, 40.453005746990641 ], [ -112.05887650422805, 40.453071176606649 ], [ -112.05861893067772, 40.453190650975507 ], [ -112.05833833860794, 40.453346370933282 ], [ -112.05802265331062, 40.453520429141719 ], [ -112.05788285052105, 40.453629814938047 ], [ -112.05770880266228, 40.453811584730062 ], [ -112.05746287454799, 40.453921941109179 ], [ -112.05706407832287, 40.454060721638967 ], [ -112.0565466586179, 40.454155540932845 ], [ -112.05592339465993, 40.454269342594444 ], [ -112.05544205140779, 40.454408871612202 ], [ -112.05504324801601, 40.454547645246237 ], [ -112.05464613314541, 40.454794508280642 ], [ -112.05424718499668, 40.454924271644359 ], [ -112.05381229695789, 40.455018325917464 ], [ -112.0532012339071, 40.455159028229851 ], [ -112.05261347076065, 40.455281497432516 ], [ -112.05196772958494, 40.455467553279597 ], [ -112.05115689809408, 40.455655107019759 ], [ -112.05040446054167, 40.455806089028727 ], [ -112.04982847835578, 40.455928437025733 ], [ -112.04932296563038, 40.456032124728168 ], [ -112.04839503960542, 40.456274775189534 ], [ -112.04765550004528, 40.456497693129151 ], [ -112.04707978639405, 40.456638042712484 ], [ -112.04666957935376, 40.456803917352438 ], [ -112.04636647794517, 40.457031882914549 ], [ -112.04621443740032, 40.457114338860222 ], [ -112.04577122316218, 40.457433659503465 ], [ -112.0455868765884, 40.457714601577912 ], [ -112.04555513062417, 40.45794911879976 ], [ -112.04552324480872, 40.458174628422029 ], [ -112.04546944968068, 40.458508442368313 ], [ -112.04536694818357, 40.458743599487164 ], [ -112.04507548663746, 40.458962447511929 ], [ -112.04458327083505, 40.459165091611609 ], [ -112.04409147042941, 40.459394756404265 ], [ -112.04376336925003, 40.459532852476308 ], [ -112.04344678059536, 40.459652825994148 ], [ -112.04289517348025, 40.459828972530751 ], [ -112.04233260612001, 40.460059268356787 ], [ -112.04191321800984, 40.460396376995156 ], [ -112.04163478311223, 40.460696178522738 ], [ -112.0414273812443, 40.461013357052543 ], [ -112.04113979121797, 40.46148440790995 ], [ -112.04085011159987, 40.461820344186229 ], [ -112.04052796887186, 40.462345757699595 ], [ -112.04015781462834, 40.46281754931595 ], [ -112.03977475072622, 40.463217385125752 ], [ -112.03939251543764, 40.46367126525454 ], [ -112.03931135041944, 40.463762083551316 ], [ -112.03907895340031, 40.463989394115224 ], [ -112.03878814268111, 40.464253264591292 ], [ -112.03867173450011, 40.46435340802487 ], [ -112.03835622380667, 40.464545428648357 ], [ -112.03821567261183, 40.46460975315442 ], [ -112.03816863722412, 40.464619184492072 ], [ -112.03795552179206, 40.464567045519992 ], [ -112.03761129189141, 40.464425994891705 ], [ -112.03719782683137, 40.464384661821384 ], [ -112.03656014763959, 40.464336329484517 ], [ -112.03601654025721, 40.464269132748328 ], [ -112.03575611529911, 40.464208404922132 ], [ -112.03558920829988, 40.464092785567907 ], [ -112.03555299790895, 40.464039056947918 ], [ -112.03527580176851, 40.46365415992608 ], [ -112.03509530597273, 40.463421546583149 ], [ -112.03478536177228, 40.463208109655156 ], [ -112.0343104521631, 40.463005157095971 ], [ -112.03381306379296, 40.462874474398483 ], [ -112.0334111274319, 40.462815006915868 ], [ -112.03323257270523, 40.46270849709375 ], [ -112.03314767396988, 40.462556105628074 ], [ -112.03314546571896, 40.462411983821994 ], [ -112.03316491150805, 40.462141544593216 ], [ -112.0330750455482, 40.46166487894471 ], [ -112.03286890717324, 40.461297358469395 ], [ -112.0326283579581, 40.460993206978138 ], [ -112.03256511756899, 40.460714497634918 ], [ -112.03253808371024, 40.460489517900236 ], [ -112.03252518750558, 40.460417562307022 ], [ -112.03254298029618, 40.460039031646993 ], [ -112.03262070183656, 40.459723027526003 ], [ -112.03265180388973, 40.459443475267214 ], [ -112.03258828914291, 40.459146750607019 ], [ -112.03260897784158, 40.458957379885149 ], [ -112.03268890490884, 40.458785497601824 ], [ -112.03283903470951, 40.458576952545471 ], [ -112.03288123806622, 40.458252256710118 ], [ -112.03280786244765, 40.458081744178266 ], [ -112.03279262138166, 40.45785665902654 ], [ -112.03270593684012, 40.457587167941902 ], [ -112.0325238116187, 40.457246458562018 ], [ -112.03233155063002, 40.457013945660272 ], [ -112.0321516345724, 40.456817357609559 ], [ -112.03188807198546, 40.4565494452116 ], [ -112.03152865932398, 40.45618329021832 ], [ -112.03126138296015, 40.455672170335241 ], [ -112.03111574781819, 40.45540320387655 ], [ -112.03084971682891, 40.454973151574769 ], [ -112.03074014861932, 40.454748907228783 ], [ -112.03056914483655, 40.454363051069699 ], [ -112.03049536660821, 40.454165513932558 ], [ -112.03040869626582, 40.453896020783723 ], [ -112.03051027984816, 40.453597822744982 ], [ -112.03062310359414, 40.45326348893645 ], [ -112.03079323192917, 40.452820537632803 ], [ -112.03094239104236, 40.45254894147552 ], [ -112.0310446587782, 40.452295781127191 ], [ -112.0311683052568, 40.451898288145713 ], [ -112.03135214610252, 40.451581337705584 ], [ -112.03145372222599, 40.451283138814091 ], [ -112.03152240336087, 40.451147392948052 ], [ -112.03157777780362, 40.450912668285163 ], [ -112.03156295620519, 40.450714605532582 ], [ -112.03147780141764, 40.450544197023419 ], [ -112.03115751436185, 40.450420930617298 ], [ -112.03068518350661, 40.450380098965212 ], [ -112.03015362278924, 40.450321775535102 ], [ -112.02930123074327, 40.450104147463286 ], [ -112.02885262248148, 40.450072105925351 ], [ -112.02826334630117, 40.450095367302119 ], [ -112.02774454134202, 40.450099981372816 ], [ -112.027485276017, 40.450111295183476 ], [ -112.02715649882001, 40.450204305949633 ], [ -112.02670981008583, 40.450298363187031 ], [ -112.02645136615197, 40.450363720592655 ], [ -112.02615768547082, 40.450438399115576 ], [ -112.0257105828256, 40.450505429567173 ], [ -112.02566341841893, 40.450505848086323 ], [ -112.0253924969056, 40.450526269505119 ], [ -112.02497898694389, 40.450475883832979 ], [ -112.02464760474433, 40.450397742069995 ], [ -112.02439711935536, 40.450210776009179 ], [ -112.02424164736821, 40.450068011858463 ], [ -112.02414540457654, 40.449942740461594 ], [ -112.02408412487561, 40.449790132613316 ], [ -112.02401146470289, 40.449664652159107 ], [ -112.02378401886214, 40.449441445137779 ], [ -112.02363952076836, 40.449244529725654 ], [ -112.02346019758967, 40.449083957964866 ], [ -112.02322014498132, 40.448806808191996 ], [ -112.02295719576334, 40.448574904897278 ], [ -112.02276471964335, 40.448324359703022 ], [ -112.02252603790667, 40.44813728503582 ], [ -112.02233520267227, 40.447994831064101 ], [ -112.02225157602028, 40.447923499681785 ], [ -112.02191898140903, 40.447764280865236 ], [ -112.02172869418341, 40.447657856526995 ], [ -112.02146793671773, 40.447570072385304 ], [ -112.02121965226263, 40.447527221828608 ], [ -112.02094724167442, 40.44744854833359 ], [ -112.02067578565112, 40.447432927889452 ], [ -112.02056885282147, 40.447379818818348 ], [ -112.02048577379291, 40.447344516807775 ], [ -112.02040283109092, 40.447318222408782 ], [ -112.02034319710722, 40.447273704450254 ], [ -112.02035389779441, 40.447201538989077 ], [ -112.02040065125057, 40.447174099645764 ], [ -112.02060027280665, 40.447118284017996 ], [ -112.02077617670103, 40.447053668622701 ], [ -112.02089271881775, 40.446962550629856 ], [ -112.02102064214107, 40.446844305361644 ], [ -112.02121835333834, 40.446662381281222 ], [ -112.02143964430026, 40.446480248496258 ], [ -112.02164900728553, 40.446289211835492 ], [ -112.02202234231416, 40.446024654106772 ], [ -112.02230258051394, 40.44584199845621 ], [ -112.0225017869691, 40.445759156591016 ], [ -112.02274733473131, 40.445621851106146 ], [ -112.02293461316611, 40.445530105156813 ], [ -112.0230988570022, 40.445474598292883 ], [ -112.02335701245872, 40.445391233183855 ], [ -112.02369838202691, 40.445352174955403 ], [ -112.02395667295433, 40.44527781618617 ], [ -112.02432107492426, 40.44520251658151 ], [ -112.02453165677767, 40.445092543788611 ], [ -112.02463640026673, 40.445001526593629 ], [ -112.02466958191761, 40.444857090426503 ], [ -112.0246916573425, 40.444757797087277 ], [ -112.02471400631191, 40.444676519072132 ], [ -112.02479229570238, 40.444396549813796 ], [ -112.02476625307072, 40.444234620892693 ], [ -112.02477517008933, 40.444045355399503 ], [ -112.0247487172397, 40.443856403465453 ], [ -112.02472240134878, 40.443676459183557 ], [ -112.02466030559515, 40.443469805424769 ], [ -112.0246224738362, 40.443307980946578 ], [ -112.02456133617821, 40.443164380785156 ], [ -112.0244172599308, 40.442994489001151 ], [ -112.02419161313297, 40.442888381961588 ], [ -112.02404863205194, 40.442790551045761 ], [ -112.02377541753447, 40.442657837939045 ], [ -112.0235493629441, 40.442524706600636 ], [ -112.02346533205061, 40.442426352948189 ], [ -112.02330974368869, 40.442274579438568 ], [ -112.02308300843146, 40.44209640878794 ], [ -112.02295154714653, 40.441980456767681 ], [ -112.02271261466652, 40.441775366666228 ], [ -112.02254537644627, 40.441632704054044 ], [ -112.02234290679012, 40.441499361678197 ], [ -112.02219938552014, 40.441365497676337 ], [ -112.02206656285031, 40.441159467826132 ], [ -112.02190961646474, 40.440917615543967 ], [ -112.02177720475967, 40.440738608360505 ], [ -112.0216922240384, 40.440577199574889 ], [ -112.02163027695332, 40.440379551610619 ], [ -112.02156887569008, 40.440217934323719 ], [ -112.02155326830278, 40.439965823453413 ], [ -112.02157411962841, 40.439785461461057 ], [ -112.02159483449009, 40.439596091779435 ], [ -112.02162761115584, 40.439424633260749 ], [ -112.0216373548292, 40.439289413844662 ], [ -112.02162365656693, 40.439163410492014 ], [ -112.02152729821807, 40.439029128750306 ], [ -112.02133512797802, 40.438796595735816 ], [ -112.02113185151941, 40.438609204937777 ], [ -112.02102425106223, 40.43851105761955 ], [ -112.02088114763804, 40.438404214858103 ], [ -112.02066635711905, 40.438234942683657 ], [ -112.02049954072145, 40.438119299924807 ], [ -112.02040373090753, 40.438021047925083 ], [ -112.02021320147797, 40.437896605175347 ], [ -112.02002240046171, 40.437754146723179 ], [ -112.01989163360777, 40.437683229414183 ], [ -112.01966492291626, 40.437505051620654 ], [ -112.01955691811843, 40.437379879799515 ], [ -112.01946151893293, 40.437308650049168 ], [ -112.01936557573445, 40.437201389451694 ], [ -112.01920905654896, 40.436986556184678 ], [ -112.01907733994014, 40.436852584069506 ], [ -112.01893383513899, 40.436718715707279 ], [ -112.0187546928862, 40.436567143454425 ], [ -112.01853923386565, 40.436352828664724 ], [ -112.01808800383427, 40.43614059017753 ], [ -112.01791049525875, 40.436097108923228 ], [ -112.01775683578524, 40.436071435209904 ], [ -112.0175554787786, 40.436010145587488 ], [ -112.01741279350253, 40.435930321450833 ], [ -112.01738813006432, 40.43585846736768 ], [ -112.01723189184419, 40.435661646658623 ], [ -112.01711169878133, 40.435509553057429 ], [ -112.0168619686133, 40.435367607769692 ], [ -112.01669435168525, 40.435197913087087 ], [ -112.01650424403148, 40.43510048709075 ], [ -112.01634963784626, 40.435011757547798 ], [ -112.01620776982824, 40.43498597808788 ], [ -112.01614937015667, 40.435022527039074 ], [ -112.01599706969434, 40.435086927983008 ], [ -112.01587972756894, 40.435123994830086 ], [ -112.01545588540179, 40.435163754368652 ], [ -112.01531401738164, 40.435137973812189 ], [ -112.014995864537, 40.435149776645858 ], [ -112.01487852173202, 40.43518684248415 ], [ -112.01451443325178, 40.435280127335417 ], [ -112.01443272618782, 40.435334897761763 ], [ -112.01425752314891, 40.435444541877438 ], [ -112.01400196509239, 40.435699032946147 ], [ -112.01387526785861, 40.435898339943144 ], [ -112.01370155066468, 40.436107068030132 ], [ -112.01353894471345, 40.436270653956235 ], [ -112.01335221961159, 40.436398415508002 ], [ -112.01317687683385, 40.436499050311014 ], [ -112.01311874462996, 40.43655361317677 ], [ -112.01286101518087, 40.436663978419226 ], [ -112.01247279783152, 40.436721432686035 ], [ -112.01229610180486, 40.436731989058408 ], [ -112.01209623346712, 40.436769774729939 ], [ -112.01168497738719, 40.436863463643725 ], [ -112.01148551329877, 40.43692827140778 ], [ -112.0111573167879, 40.437057267218989 ], [ -112.0110051418111, 40.437130669390882 ], [ -112.01086475533276, 40.437203968276037 ], [ -112.01074713681666, 40.437223014547513 ], [ -112.01069998147327, 40.437223426850451 ], [ -112.0106288437937, 40.437197022121786 ], [ -112.01059239823854, 40.437125269587661 ], [ -112.01053237514847, 40.437053723154399 ], [ -112.01049485082811, 40.436909908854275 ], [ -112.01046978975195, 40.436811030072157 ], [ -112.01044418931028, 40.436676120414084 ], [ -112.01022754253287, 40.436380720360333 ], [ -112.01009530550284, 40.436210706891934 ], [ -112.0099400310409, 40.436076930125814 ], [ -112.00982039258979, 40.435960859643018 ], [ -112.00971321694506, 40.435889724661536 ], [ -112.0094523856194, 40.435792904777074 ], [ -112.00918124801817, 40.435795272150912 ], [ -112.00898070728356, 40.435788013817884 ], [ -112.00876837799392, 40.435780858010347 ], [ -112.00861458785775, 40.435746164368204 ], [ -112.00843695153991, 40.435693660752371 ], [ -112.00822435346561, 40.435668488492119 ], [ -112.00804591043361, 40.435561937917512 ], [ -112.00778535169837, 40.435483129673734 ], [ -112.00752533142077, 40.435440351742542 ], [ -112.00735921636814, 40.435369728246634 ], [ -112.00709933118684, 40.435335957075907 ], [ -112.00698090842283, 40.43530095312309 ], [ -112.00679175473029, 40.435266565093237 ], [ -112.00660219820227, 40.435205153561455 ], [ -112.00658839462463, 40.435070140260386 ], [ -112.00660767268334, 40.434781687586351 ], [ -112.00660323951723, 40.434484432467968 ], [ -112.0066560015625, 40.434069563565266 ], [ -112.00674708345629, 40.43385255673541 ], [ -112.00680414370956, 40.433725935161533 ], [ -112.00690916286487, 40.433652949241981 ], [ -112.0070969680805, 40.433597259832467 ], [ -112.00727338804253, 40.433568696029909 ], [ -112.0076147082393, 40.433529685833136 ], [ -112.00788516435215, 40.433482283596646 ], [ -112.00806131460222, 40.433435703140809 ], [ -112.00823733005406, 40.433380114690813 ], [ -112.00863516665963, 40.433178448312283 ], [ -112.00884492977553, 40.433014457652767 ], [ -112.00900767420944, 40.432859885923357 ], [ -112.00906392145396, 40.432679216911026 ], [ -112.00906015107772, 40.432427000546589 ], [ -112.0089865954981, 40.432238455616641 ], [ -112.00892375119548, 40.431977745919738 ], [ -112.00886211903027, 40.431798105733108 ], [ -112.00873845188825, 40.431411802042966 ], [ -112.00864105358919, 40.431205447094428 ], [ -112.00832999620194, 40.430901857932533 ], [ -112.00813789469852, 40.430669301825873 ], [ -112.00804117189435, 40.43050798497692 ], [ -112.00797913998746, 40.430301321028701 ], [ -112.00795220228309, 40.430076333237416 ], [ -112.00786673043152, 40.429878882493448 ], [ -112.0077465688377, 40.429726778625096 ], [ -112.00753251101061, 40.429602519743021 ], [ -112.00730693528743, 40.429496378638099 ], [ -112.00700902297302, 40.429282760332605 ], [ -112.00684063988695, 40.429059004271885 ], [ -112.00673146351117, 40.428852750182365 ], [ -112.00664398211013, 40.428520182329869 ], [ -112.00655744171389, 40.428250668569007 ], [ -112.00651805097883, 40.427980744221749 ], [ -112.00651536508764, 40.427800589388887 ], [ -112.00652446639498, 40.427620331923322 ], [ -112.00654508621398, 40.427421956338833 ], [ -112.00660012712095, 40.427160218649767 ], [ -112.00659327778627, 40.42670082376074 ], [ -112.00647285627439, 40.426530702895612 ], [ -112.00634252812009, 40.426486792921416 ], [ -112.0061294228705, 40.426425585431161 ], [ -112.00592904442064, 40.426427329198482 ], [ -112.00569384175709, 40.426465411229614 ], [ -112.0054830176859, 40.426557334229422 ], [ -112.00520133686534, 40.426640864068332 ], [ -112.00467400443289, 40.426852653144579 ], [ -112.00433338603258, 40.426936693063332 ], [ -112.00394575239774, 40.427030149200526 ], [ -112.0036986254364, 40.427059321819129 ], [ -112.00363969000293, 40.427059833495413 ], [ -112.00356910137815, 40.42706945521838 ], [ -112.00333295799273, 40.427044478224367 ], [ -112.00302676140517, 40.427065153148114 ], [ -112.00268426687349, 40.427023079698607 ], [ -112.00236441075033, 40.426917746544866 ], [ -112.00193753641403, 40.42675027767342 ], [ -112.00174707264544, 40.426625803455131 ], [ -112.00155433793954, 40.426348197032176 ], [ -112.00129101688903, 40.426080210580686 ], [ -112.00122941065887, 40.42590056583537 ], [ -112.00109748427654, 40.425748556770884 ], [ -112.00096529140603, 40.425578532023621 ], [ -112.00085707340786, 40.425435326307877 ], [ -112.0007737646128, 40.425381994026552 ], [ -112.00067773462979, 40.42526570937784 ], [ -112.00057071914635, 40.425203573232793 ], [ -112.00045098278959, 40.425078484650442 ], [ -112.0003431670669, 40.424962301708149 ], [ -112.00017601785032, 40.424819605254726 ], [ -112.00005641632968, 40.424703524002901 ], [ -111.99987761509153, 40.424569936822898 ], [ -111.9997694010401, 40.424426730017274 ], [ -111.99955470785422, 40.42425741704119 ], [ -111.99940028193662, 40.424177671866346 ], [ -111.99924625630189, 40.424124949782566 ], [ -111.99909303062194, 40.424126274098477 ], [ -111.99892881792753, 40.424181746668239 ], [ -111.9988117514058, 40.424236811680238 ], [ -111.99857668525532, 40.424283886969995 ], [ -111.99836532521732, 40.424339765979632 ], [ -111.9983183118768, 40.424349180895412 ], [ -111.998165751464, 40.424395542838376 ], [ -111.99798881869449, 40.424388061462665 ], [ -111.99762103716021, 40.424229075263007 ], [ -111.9974075474717, 40.424140828173371 ], [ -111.99721856275865, 40.424115431753755 ], [ -111.99694853503831, 40.424189832071974 ], [ -111.99657309184909, 40.42431018514128 ], [ -111.99616215443969, 40.424421833928022 ], [ -111.99570446745683, 40.424560910679496 ], [ -111.99539854496064, 40.424599580853595 ], [ -111.99482086450539, 40.424595544494736 ], [ -111.99420742608025, 40.424564786008247 ], [ -111.99358180380652, 40.424507102214442 ], [ -111.9930974900762, 40.424439192298728 ], [ -111.99277739580424, 40.42431581667816 ], [ -111.99266959438567, 40.424199626392166 ], [ -111.9925726530326, 40.424020280299771 ], [ -111.99253464502715, 40.423840428162158 ], [ -111.99252948107259, 40.423489124481137 ], [ -111.99250365719286, 40.423336194481436 ], [ -111.99250193594894, 40.423219093245521 ], [ -111.99250922068479, 40.422912727274792 ], [ -111.99253756239331, 40.422435010927003 ], [ -111.99253451711533, 40.422227831785399 ], [ -111.9925036626632, 40.421732605746669 ], [ -111.99246380279349, 40.421426644434725 ], [ -111.99247042572983, 40.421075239418421 ], [ -111.99244818124539, 40.420363725069755 ], [ -111.99236289974803, 40.42017526964127 ], [ -111.99224305517704, 40.420041164369863 ], [ -111.99212506380881, 40.420033168075626 ], [ -111.99180605066803, 40.419981851756354 ], [ -111.99146267272901, 40.41987668993248 ], [ -111.99130800181727, 40.419778918063223 ], [ -111.99112790882199, 40.419555238910085 ], [ -111.99067581900383, 40.419270828062082 ], [ -111.9901420253109, 40.419041168795964 ], [ -111.98966782372401, 40.418856041584121 ], [ -111.98950189996972, 40.418794399322664 ], [ -111.98911178463334, 40.418716657275816 ], [ -111.98876881285221, 40.418638510714786 ], [ -111.9881554307058, 40.418607719407838 ], [ -111.98760005528013, 40.418513366798976 ], [ -111.98700998268112, 40.41846435241424 ], [ -111.98664383802326, 40.418413424168932 ], [ -111.98620711164843, 40.418372105813994 ], [ -111.98573292525801, 40.418186962256897 ], [ -111.9853999054322, 40.417982595724105 ], [ -111.98505313132212, 40.417643211375221 ], [ -111.98464769610658, 40.417322343456831 ], [ -111.98445755318403, 40.417215855497631 ], [ -111.9843251564003, 40.41702779514317 ], [ -111.98417953109384, 40.416740748929001 ], [ -111.98415346645912, 40.416569800993102 ], [ -111.9841161416803, 40.416434984648966 ], [ -111.98386641958616, 40.416283958139033 ], [ -111.98353341480052, 40.41607958598577 ], [ -111.98318705329946, 40.415767219175407 ], [ -111.98298224773418, 40.415462656754173 ], [ -111.9828117507051, 40.415085730772233 ], [ -111.98257080765455, 40.414727421123786 ], [ -111.98237857912341, 40.414476804320635 ], [ -111.98213908135621, 40.414217579806845 ], [ -111.98196152178002, 40.414165034402252 ], [ -111.98177492710566, 40.414301753242668 ], [ -111.9816819567821, 40.41439263212871 ], [ -111.98154263173041, 40.41453795815125 ], [ -111.98136860545539, 40.414728623279089 ], [ -111.98119483991617, 40.414937303812529 ], [ -111.98103207338529, 40.41509183709973 ], [ -111.98078694116879, 40.415256077872208 ], [ -111.98044765741092, 40.415430125558231 ], [ -111.9801544668135, 40.41553170995104 ], [ -111.97979121761877, 40.415678932064999 ], [ -111.97956821358034, 40.415743884365888 ], [ -111.97920417836667, 40.415837057650606 ], [ -111.97889002469242, 40.416118995212329 ], [ -111.97883436204937, 40.416344690017553 ], [ -111.97879139819874, 40.416633339859537 ], [ -111.9787593056263, 40.416858835058683 ], [ -111.97865663077303, 40.417093936688737 ], [ -111.97838634866663, 40.417150277977527 ], [ -111.97816359931805, 40.417233243296124 ], [ -111.97786922357984, 40.417253751469296 ], [ -111.97758637234782, 40.417256143564806 ], [ -111.97702040916114, 40.417242910002869 ], [ -111.97658330477419, 40.417174531606101 ], [ -111.97615785649354, 40.417097044194442 ], [ -111.97562751136546, 40.417101520941863 ], [ -111.97482636075851, 40.417126296879658 ], [ -111.97431997595653, 40.417157592417162 ], [ -111.97366128855938, 40.417253231104738 ], [ -111.9730162016041, 40.417474876758646 ], [ -111.97253571910215, 40.417668107428462 ], [ -111.97214951856961, 40.41786054333916 ], [ -111.97158692016073, 40.41808148736412 ], [ -111.97095360398363, 40.418303022600661 ], [ -111.97041223949309, 40.418361621641814 ], [ -111.96997772156081, 40.418473375394655 ], [ -111.96963787598602, 40.418611360347143 ], [ -111.96947416882186, 40.418702822679315 ], [ -111.96938169300286, 40.418829723294223 ], [ -111.96911449814078, 40.419102231623675 ], [ -111.96884639652214, 40.419311684346539 ], [ -111.96833169355789, 40.419586264797161 ], [ -111.96796839621645, 40.419733450211332 ], [ -111.96766273633888, 40.41979006266579 ], [ -111.96740396167989, 40.419828264112084 ], [ -111.96703911306808, 40.419867352308195 ], [ -111.96687410960472, 40.419868732399614 ], [ -111.96648543065936, 40.419890000266228 ], [ -111.96611903470178, 40.419820991207857 ], [ -111.96602436048202, 40.419794755516939 ], [ -111.96566936500317, 40.419698622943137 ], [ -111.96515935118974, 40.419477658359114 ], [ -111.96483868665469, 40.419309165068228 ], [ -111.96449470932122, 40.419158883256372 ], [ -111.96422247732679, 40.4190800735973 ], [ -111.963761801366, 40.419011843322643 ], [ -111.96323182469506, 40.419043287000726 ], [ -111.96285480651302, 40.419055436551211 ], [ -111.962500846317, 40.419031357133051 ], [ -111.96201647233478, 40.418954308244707 ], [ -111.96181431733615, 40.418829865030666 ], [ -111.96162369233012, 40.418687307665408 ], [ -111.9613978391115, 40.418554051882808 ], [ -111.96106668434477, 40.418475724741995 ], [ -111.96077088750894, 40.418397102814637 ], [ -111.96040501756258, 40.418364106991298 ], [ -111.96004004430733, 40.418394165181319 ], [ -111.95979433625564, 40.418522330544036 ], [ -111.95951403783374, 40.418704836146922 ], [ -111.95929266697888, 40.418886852123045 ], [ -111.95897688022153, 40.419060641941421 ], [ -111.95868543083579, 40.41928828275249 ], [ -111.95848967326725, 40.419614227897569 ], [ -111.958422537139, 40.41986703492374 ], [ -111.95835591186302, 40.420155873441345 ], [ -111.95834770516326, 40.420408191886025 ], [ -111.95829286521422, 40.420696932647715 ], [ -111.95821317425603, 40.420895789924792 ], [ -111.95809850763277, 40.421121963832285 ], [ -111.95791401721318, 40.421411778783728 ], [ -111.95770684688539, 40.42176484390594 ], [ -111.95734466346833, 40.421993067228321 ], [ -111.95722705519168, 40.422012058959744 ], [ -111.95704923829506, 40.421941459605009 ], [ -111.95664416322828, 40.421638508245742 ], [ -111.95633478510521, 40.421433862224475 ], [ -111.95583861410459, 40.421356885096621 ], [ -111.95561416525858, 40.421322704826665 ], [ -111.95504880715927, 40.421354403496707 ], [ -111.95468445180374, 40.421429484430796 ], [ -111.95437966362209, 40.421549117205373 ], [ -111.95401797895086, 40.42181336179798 ], [ -111.95382066475629, 40.4220312045261 ], [ -111.9536119445057, 40.422276167825885 ], [ -111.95347355999736, 40.42249352384551 ], [ -111.95332415115254, 40.422765024254353 ], [ -111.95302113440219, 40.423010764020724 ], [ -111.95255284886277, 40.423239846966297 ], [ -111.95242357743172, 40.423267938857109 ], [ -111.95217682085504, 40.423324025130746 ], [ -111.95175212174348, 40.423300495477314 ], [ -111.9514338831659, 40.423303114979596 ], [ -111.95128078407407, 40.423313383806594 ], [ -111.95119840464707, 40.423323070582448 ], [ -111.95064443348862, 40.423327627241143 ], [ -111.95010250232377, 40.423350100180969 ], [ -111.94978616394809, 40.42348783366414 ], [ -111.94958807108669, 40.42365162190935 ], [ -111.94930772357368, 40.423834103160907 ], [ -111.94881483333988, 40.423991301493061 ], [ -111.94845197487011, 40.424174457828705 ], [ -111.9477346250309, 40.424297457069216 ], [ -111.94701790420221, 40.424465491419632 ], [ -111.94645390389422, 40.424596235365421 ], [ -111.94600903225361, 40.424816091211198 ], [ -111.94577569166694, 40.424989170295646 ], [ -111.94569406633744, 40.425052900634199 ], [ -111.94532180284605, 40.425407293972896 ], [ -111.94511228470884, 40.425598194793423 ], [ -111.94505372777679, 40.425625700321007 ], [ -111.94459768779551, 40.425890686733496 ], [ -111.94450427316325, 40.425954512557034 ], [ -111.94421211509473, 40.426137077943316 ], [ -111.94305437347495, 40.426804180677152 ], [ -111.94246840580199, 40.427052200624018 ], [ -111.9422227581958, 40.427189337096451 ], [ -111.94182500499458, 40.427408792795667 ], [ -111.94115789692574, 40.427756565453514 ], [ -111.94077179882883, 40.427966913702441 ], [ -111.94069003964832, 40.42802163265123 ], [ -111.9402581685319, 40.428331449963807 ], [ -111.93989576486658, 40.428550611504107 ], [ -111.93958101075133, 40.428805420395072 ], [ -111.9390184627761, 40.429044223575112 ], [ -111.9385167277299, 40.429417664401356 ], [ -111.93791880752036, 40.42965674939277 ], [ -111.93767301599162, 40.42978486842334 ], [ -111.93734533418538, 40.42995869563746 ], [ -111.93701965120771, 40.430276648716898 ], [ -111.9368791967474, 40.430349858579675 ], [ -111.93614030678954, 40.430626112496761 ], [ -111.93555602790563, 40.431000208859231 ], [ -111.93535725427967, 40.431118933509744 ], [ -111.9351350286275, 40.431246856465577 ], [ -111.93450333686363, 40.431603313153069 ], [ -111.93402413696039, 40.431904480793328 ], [ -111.93354455903439, 40.432178622690458 ], [ -111.93327654340936, 40.432406010130052 ], [ -111.93297154251873, 40.43251657928402 ], [ -111.93284274277222, 40.432580681245824 ], [ -111.932222690272, 40.432928022605665 ], [ -111.93174322203564, 40.433211165076145 ], [ -111.93135818175013, 40.433502553757236 ], [ -111.93114748056794, 40.433612358324027 ], [ -111.93078402501558, 40.433759428275508 ], [ -111.93032861854134, 40.434078406870384 ], [ -111.92990745671031, 40.43431602779895 ], [ -111.92958109736314, 40.434588920629253 ], [ -111.92937076196674, 40.4347257458153 ], [ -111.92901933316949, 40.434890731396948 ], [ -111.92890268573547, 40.434981758105273 ], [ -111.928821776107, 40.435099524355515 ], [ -111.92799232954478, 40.435655730707957 ], [ -111.92768767658428, 40.435793309933757 ], [ -111.92752387022306, 40.435884713687251 ], [ -111.92746542089309, 40.435921218374951 ], [ -111.92723187044434, 40.436085252714314 ], [ -111.9270567687268, 40.436212782134341 ], [ -111.92694098236154, 40.436366862476483 ], [ -111.92475619048771, 40.437825789777534 ], [ -111.92443973179024, 40.437963454883473 ], [ -111.9243589342165, 40.438090226019234 ], [ -111.92392655346181, 40.438372959493336 ], [ -111.92364632156983, 40.438573395386477 ], [ -111.92336596476309, 40.438764822666414 ], [ -111.92254809438302, 40.439311888480155 ], [ -111.9221973634171, 40.439530901320019 ], [ -111.92209224214774, 40.439603811325547 ], [ -111.9220573657775, 40.439640125236231 ], [ -111.9218476145693, 40.439821976693246 ], [ -111.9217321792819, 40.440003075764302 ], [ -111.92166242570782, 40.440075703361899 ], [ -111.92147662045092, 40.440284389999597 ], [ -111.92127939326582, 40.44052019414918 ], [ -111.92098932187319, 40.440864844839119 ], [ -111.9206529484353, 40.441272926055312 ], [ -111.92062998319368, 40.441318153591837 ], [ -111.92036323923024, 40.441644599044949 ], [ -111.92025872693085, 40.441762547156891 ], [ -111.92010791420162, 40.44194392620296 ], [ -111.91935396120613, 40.442859826479982 ], [ -111.91919196700512, 40.443086337864685 ], [ -111.91914541981231, 40.443131752613802 ], [ -111.9188932732992, 40.443665283805558 ], [ -111.91867305992074, 40.443946310769952 ], [ -111.91865021511006, 40.444000545866068 ], [ -111.91862700234689, 40.444027757110305 ], [ -111.91844252572355, 40.444335526390894 ], [ -111.91839671283225, 40.444434988538056 ], [ -111.91795921647639, 40.445213230966992 ], [ -111.9178233665356, 40.445628720110349 ], [ -111.9177906904093, 40.445827175828555 ], [ -111.91765238790175, 40.446062505790216 ], [ -111.91743583637569, 40.446613768866243 ], [ -111.91733033155647, 40.446659650785733 ], [ -111.91726191359848, 40.446831363202342 ], [ -111.91717126059301, 40.447102350116971 ], [ -111.91716216375488, 40.447300618523713 ], [ -111.91687547041913, 40.44789748156628 ], [ -111.91678505932495, 40.448186484055562 ], [ -111.91655450013431, 40.44857569590625 ], [ -111.91626534927697, 40.448992398486169 ], [ -111.91604963364168, 40.449606714542448 ], [ -111.91573970496611, 40.450230785476265 ], [ -111.91569474015138, 40.450393302165374 ], [ -111.91543111530716, 40.450953942985656 ], [ -111.91512166373518, 40.451614044031608 ], [ -111.91490299746609, 40.452012167182723 ], [ -111.91485888471878, 40.452237739152515 ], [ -111.91387057074165, 40.452407717575042 ], [ -111.91359996878192, 40.452454901245751 ], [ -111.91335319406036, 40.45251991383644 ], [ -111.91299980443259, 40.452549732410397 ], [ -111.9121176078811, 40.452718857628291 ], [ -111.91177576496368, 40.452730563520831 ], [ -111.91161092200751, 40.452749881519239 ], [ -111.91137617953669, 40.452832812825967 ], [ -111.91115237665063, 40.452852595031324 ], [ -111.91065906214122, 40.453000625223211 ], [ -111.91037678505199, 40.453056902249848 ], [ -111.91011760523315, 40.453076961075503 ], [ -111.90988261671772, 40.453141873463395 ], [ -111.90961176590937, 40.453171031938936 ], [ -111.90916403518018, 40.453201581159512 ], [ -111.9085636148708, 40.453278373498321 ], [ -111.9081747216006, 40.453299447481328 ], [ -111.90770449623909, 40.453411248012124 ], [ -111.90754061994193, 40.453502623930085 ], [ -111.90733102904804, 40.453702465430247 ], [ -111.90707693355021, 40.454100851892456 ], [ -111.90696252474551, 40.454363008125796 ], [ -111.90685821172342, 40.454498960256693 ], [ -111.90678927499546, 40.454634634770485 ], [ -111.90598027390989, 40.455866190528539 ], [ -111.9057484168254, 40.456165301650515 ], [ -111.90527435484933, 40.456871710430953 ], [ -111.90476635492492, 40.457686489772158 ], [ -111.90440681876939, 40.458139748934585 ], [ -111.90409565717927, 40.458682717662441 ], [ -111.9037712489513, 40.459117682215528 ], [ -111.90345911240156, 40.459588585543315 ], [ -111.90325142115113, 40.459932547174489 ], [ -111.90313529897912, 40.460068588147884 ], [ -111.90305419412458, 40.460177328705278 ], [ -111.90277803063712, 40.460692993601519 ], [ -111.90217478116561, 40.461445442786534 ], [ -111.90200197630794, 40.461753094180985 ], [ -111.90181713540004, 40.462042821408986 ], [ -111.90164348427427, 40.462287416530046 ], [ -111.90147019318155, 40.462559035282816 ], [ -111.90136766283513, 40.462830101966922 ], [ -111.90114803703165, 40.46316514385898 ], [ -111.90103202550183, 40.463310190712249 ], [ -111.90088063208083, 40.463455513227089 ], [ -111.90082190377578, 40.463473988756711 ], [ -111.9006807391241, 40.46350211557283 ], [ -111.90048024438968, 40.46350367775532 ], [ -111.90038613449387, 40.463522428708266 ], [ -111.90029166372265, 40.46351415569162 ], [ -111.90019767401837, 40.463541914456407 ], [ -111.89999669820099, 40.463507443941388 ], [ -111.89860502817322, 40.463518271921913 ], [ -111.89831006272229, 40.463511555865558 ], [ -111.89794469429694, 40.463532412733109 ], [ -111.89761542660287, 40.4636070415078 ], [ -111.89740385688235, 40.463662737775294 ], [ -111.897203601214, 40.4636823102229 ], [ -111.89681488336807, 40.463721362572038 ], [ -111.89650872211165, 40.46375977330095 ], [ -111.89617849384224, 40.46376233421681 ], [ -111.89583659134117, 40.463773993574641 ], [ -111.89535304259856, 40.463777740355901 ], [ -111.8950456844408, 40.463726067453052 ], [ -111.8947622730611, 40.463701235063922 ], [ -111.89449077523517, 40.463685318684604 ], [ -111.89419616765164, 40.463705616069547 ], [ -111.89393646377943, 40.463689607144225 ], [ -111.89360647438467, 40.463710176669323 ], [ -111.89338298766704, 40.463756948814627 ], [ -111.89320655684097, 40.463794347993591 ], [ -111.8930419197044, 40.463831655781128 ], [ -111.89288919556499, 40.463877880209651 ], [ -111.8926545101405, 40.463969781976886 ], [ -111.89237300599656, 40.464089071458751 ], [ -111.89217393936501, 40.464198715052369 ], [ -111.89196295894183, 40.464299441340081 ], [ -111.89174077956739, 40.464445298161806 ], [ -111.89168359648065, 40.464580872873832 ], [ -111.89159126925433, 40.464734736464777 ], [ -111.89156875317391, 40.464815990275092 ], [ -111.89150001355927, 40.464969671838091 ], [ -111.8913749230055, 40.465321983801275 ], [ -111.89136431973961, 40.465412154593999 ], [ -111.89130737327234, 40.465565745080944 ], [ -111.8913341769962, 40.465808778723087 ], [ -111.89132333543944, 40.465880933540163 ], [ -111.89128878624659, 40.46594426227427 ], [ -111.8911491600709, 40.466089481312395 ], [ -111.89111544402459, 40.466215865875661 ], [ -111.89104610674899, 40.466324507244032 ], [ -111.89101084279807, 40.46633378799811 ], [ -111.89075243854222, 40.466416859841033 ], [ -111.89028185401784, 40.466510574552316 ], [ -111.88998699482144, 40.466512845372961 ], [ -111.88969332429912, 40.466605195299948 ], [ -111.88936522037396, 40.466769880647952 ], [ -111.88910728753693, 40.466888980791751 ], [ -111.88897802383197, 40.46692601068299 ], [ -111.88877977453598, 40.467098704434193 ], [ -111.88869816313243, 40.467171403173481 ], [ -111.88848788045576, 40.467326171144443 ], [ -111.88823124939539, 40.467544357225343 ], [ -111.88803216579772, 40.467653993799829 ], [ -111.8877626698372, 40.467791197582308 ], [ -111.887562517416, 40.467819761459666 ], [ -111.88746899062824, 40.467883541928366 ], [ -111.88715231402315, 40.468021106548981 ], [ -111.88710549105076, 40.468048492634189 ], [ -111.88701148943447, 40.468076240778515 ], [ -111.88693082300516, 40.468221002210072 ], [ -111.88689674252079, 40.468320361621871 ], [ -111.88682822576939, 40.468492056444063 ], [ -111.88679497444885, 40.468654471751911 ], [ -111.8867018012206, 40.468745275579543 ], [ -111.88670417083763, 40.468925435371276 ], [ -111.88664590767362, 40.468979935729728 ], [ -111.88665912419313, 40.46908794112035 ], [ -111.88658918448175, 40.469151539922315 ], [ -111.88661360345579, 40.469214414892889 ], [ -111.88652256148063, 40.46946736238138 ], [ -111.88638315465658, 40.469630591737804 ], [ -111.88622086777552, 40.469848049745288 ], [ -111.88615080845865, 40.469902640297207 ], [ -111.88599818414203, 40.469957863756541 ], [ -111.88561380160209, 40.470330174463761 ], [ -111.8853453547741, 40.470548444621699 ], [ -111.88508834651802, 40.470739599869511 ], [ -111.88486684052143, 40.470939491640848 ], [ -111.88477354333278, 40.471021285948375 ], [ -111.88457349819066, 40.471058852739191 ], [ -111.88433913082537, 40.471177761866329 ], [ -111.88396251118452, 40.471243705199221 ], [ -111.88377402393037, 40.471263164418701 ], [ -111.88365654406952, 40.471300098256528 ], [ -111.88353894600964, 40.471328023982679 ], [ -111.88346959133195, 40.471436660894703 ], [ -111.88328240176594, 40.471555207247938 ], [ -111.88314215667921, 40.471655376809196 ], [ -111.88300320916215, 40.471854634136371 ], [ -111.8828876155835, 40.472035695105951 ], [ -111.882749020445, 40.472261976111902 ], [ -111.88259886484462, 40.472506363015782 ], [ -111.88247017637022, 40.472588425713404 ], [ -111.88238831570119, 40.472643104082238 ], [ -111.88215334949652, 40.472716968871545 ], [ -111.88211867036681, 40.47277128692329 ], [ -111.88204813318517, 40.472789843049277 ], [ -111.8819425630614, 40.472835693148042 ], [ -111.88176586622542, 40.472855059130886 ], [ -111.88153019174105, 40.472874874692124 ], [ -111.8811530887088, 40.472904776994 ], [ -111.8810129553771, 40.473013952007818 ], [ -111.88094300626992, 40.473077547449002 ], [ -111.88080169513566, 40.473096642240243 ], [ -111.88070827231817, 40.4731694253217 ], [ -111.88068503427716, 40.473196629077854 ], [ -111.88065105986038, 40.473304994683666 ], [ -111.88063961734173, 40.473332108552576 ], [ -111.88058134547427, 40.473386605904125 ], [ -111.88051116022932, 40.473432185093493 ], [ -111.88032431283958, 40.473577750720352 ], [ -111.8802897494395, 40.473641076233051 ], [ -111.88026662870983, 40.473677287904003 ], [ -111.88020823861059, 40.473722777072837 ], [ -111.88013828801175, 40.473786372034915 ], [ -111.88006857251177, 40.473867982951063 ], [ -111.88005712966626, 40.473895096763144 ], [ -111.87999826881294, 40.473904553836213 ], [ -111.87988078223614, 40.47394148388927 ], [ -111.87972873139991, 40.474041739172236 ], [ -111.87965807464947, 40.474051285857833 ], [ -111.87949305209872, 40.474061550625073 ], [ -111.87936329914626, 40.474062537920709 ], [ -111.87925702012728, 40.474054337600208 ], [ -111.87919804151591, 40.474054786268496 ], [ -111.87909211498335, 40.474073609795376 ], [ -111.87885678772349, 40.474120443954185 ], [ -111.87869176486099, 40.474130707580194 ], [ -111.8785511553194, 40.47420384765131 ], [ -111.87843390220135, 40.474258792247525 ], [ -111.87835180142665, 40.47429545179471 ], [ -111.87816400804601, 40.474368949970007 ], [ -111.87801195366256, 40.47446920302378 ], [ -111.87787157731789, 40.474560358282837 ], [ -111.87774311373192, 40.474660431793517 ], [ -111.87768495566732, 40.474723935711005 ], [ -111.87749821583652, 40.474878504840269 ], [ -111.87745150142767, 40.474914895075564 ], [ -111.87740490423224, 40.474960293294849 ], [ -111.87734604205491, 40.474969749029015 ], [ -111.87719316444421, 40.475006945002491 ], [ -111.87692256203484, 40.475063051844664 ], [ -111.87656868482968, 40.475065736310903 ], [ -111.87649779223983, 40.475057265069566 ], [ -111.87645084288754, 40.475075638896953 ], [ -111.87626199121335, 40.475068061972046 ], [ -111.87612067448693, 40.475087151090655 ], [ -111.87599162189667, 40.475142182655425 ], [ -111.87592154875755, 40.475196767101068 ], [ -111.87593428123749, 40.475268741747627 ], [ -111.87586432498108, 40.475332334164889 ], [ -111.8758060475088, 40.475386829148412 ], [ -111.87568879006213, 40.475441770993257 ], [ -111.87566578327719, 40.475486989770793 ], [ -111.87561906744975, 40.475523379276339 ], [ -111.87551360561235, 40.475578231577451 ], [ -111.87550239467289, 40.475623360965024 ], [ -111.87547985574079, 40.475704611730301 ], [ -111.87545684872835, 40.475749830466604 ], [ -111.87537556346781, 40.475849543968231 ], [ -111.87534076028071, 40.475894852024837 ], [ -111.87531751913386, 40.475922054721458 ], [ -111.87522478831397, 40.476048881474192 ], [ -111.87520166404197, 40.476085092153951 ], [ -111.87515494755176, 40.476121481475097 ], [ -111.87486308527536, 40.476357922317725 ], [ -111.87444052795841, 40.476523280198315 ], [ -111.87436975094094, 40.47652381567427 ], [ -111.87431088694846, 40.476533269878701 ], [ -111.8742530745827, 40.476623796121942 ], [ -111.87374840767865, 40.476825808116821 ], [ -111.87373696179836, 40.476852921321118 ], [ -111.87370239054889, 40.476916244910228 ], [ -111.87362051746162, 40.476970917157104 ], [ -111.87342056489699, 40.477017472862407 ], [ -111.8733502542635, 40.477054039755508 ], [ -111.87323217488859, 40.477045923078911 ], [ -111.87316139729947, 40.477046457820606 ], [ -111.87287642024992, 40.476904468189055 ], [ -111.87284068154081, 40.476877711424038 ], [ -111.87274549510401, 40.476815368005425 ], [ -111.87266268824608, 40.476797975493746 ], [ -111.87263408056255, 40.476410809135281 ], [ -111.87260967184892, 40.476347931179745 ], [ -111.87255057450494, 40.476339368464785 ], [ -111.87244557528334, 40.476430250046306 ], [ -111.87238647788632, 40.476421687248092 ], [ -111.87231581752658, 40.47643122947769 ], [ -111.87226933238836, 40.476485633673953 ], [ -111.87221116757249, 40.47654913488708 ], [ -111.87201214763714, 40.476667752257903 ], [ -111.87195351625206, 40.476695221291983 ], [ -111.87175437891213, 40.47680483021206 ], [ -111.8716489118796, 40.476859679027989 ], [ -111.87155489145117, 40.476887414752873 ], [ -111.87147255071241, 40.476906053441326 ], [ -111.87143739492379, 40.476924336305807 ], [ -111.87137853014448, 40.476933789023931 ], [ -111.87110756565146, 40.476962858319823 ], [ -111.87107217688073, 40.476963125045138 ], [ -111.8710133120131, 40.47697257757806 ], [ -111.87096589415411, 40.476954917141164 ], [ -111.87090679647035, 40.476946353589895 ], [ -111.87082410629446, 40.476937967773189 ], [ -111.87076407756699, 40.476857340024971 ], [ -111.87065756230007, 40.476831115803677 ], [ -111.87058562128655, 40.476741568805451 ], [ -111.87056109799481, 40.476669682385889 ], [ -111.87052361505289, 40.476507804644207 ], [ -111.87043708628229, 40.476202153981063 ], [ -111.87037729134435, 40.476139542045296 ], [ -111.87032766410682, 40.475950728997113 ], [ -111.87030325771066, 40.47588785052541 ], [ -111.87024323055921, 40.47580722247595 ], [ -111.87005240051302, 40.475646499098453 ], [ -111.86987406493863, 40.475539734729772 ], [ -111.86975459365082, 40.47542351822581 ], [ -111.86945748597586, 40.475254584684258 ], [ -111.86944487660402, 40.475191617273481 ], [ -111.86926665936865, 40.475093859958434 ], [ -111.86920616949823, 40.474977199250581 ], [ -111.86920524015358, 40.474905135072227 ], [ -111.86913341931294, 40.474824595121689 ], [ -111.86912046186308, 40.474734603598534 ], [ -111.86911964877345, 40.474671547438462 ], [ -111.86909443092182, 40.474545612519464 ], [ -111.86907996364525, 40.47433851668179 ], [ -111.86911477028973, 40.474293210463166 ], [ -111.86912319761701, 40.474031889073117 ], [ -111.86913418028406, 40.473968744202537 ], [ -111.86902406988891, 40.473663269652583 ], [ -111.86872290844546, 40.473179053174363 ], [ -111.86859996100485, 40.47279259456289 ], [ -111.86855068957685, 40.472630804648446 ], [ -111.86844406578685, 40.472595570262264 ], [ -111.8683372100224, 40.472542319720134 ], [ -111.86828956391112, 40.472506642075722 ], [ -111.86800484827104, 40.472382656073535 ], [ -111.86763791340202, 40.472286313310164 ], [ -111.86733018854353, 40.47220754286581 ], [ -111.86712839144448, 40.472109959119649 ], [ -111.86694972231479, 40.471976165932581 ], [ -111.86674503079203, 40.471653380677175 ], [ -111.866397640041, 40.471241575795638 ], [ -111.86627760362794, 40.471080315295097 ], [ -111.86608575489306, 40.470838512678363 ], [ -111.86595346191822, 40.470641308054233 ], [ -111.86575016755219, 40.470426617321429 ], [ -111.86548882423895, 40.470284432155871 ], [ -111.86490809020515, 40.470072565668922 ], [ -111.8642345007796, 40.469978506370467 ], [ -111.86398438014156, 40.469791189332014 ], [ -111.86387787861685, 40.469764958688053 ], [ -111.86370003002331, 40.469694216597105 ], [ -111.86365238837246, 40.469658536977455 ], [ -111.8635810413854, 40.469614025553817 ], [ -111.86346216840863, 40.469542842428439 ], [ -111.86324801312198, 40.46940029961371 ], [ -111.86321239755843, 40.469382547801608 ], [ -111.86297476875748, 40.469249188690746 ], [ -111.86290365325364, 40.469222692929108 ], [ -111.86267851215912, 40.46914329341412 ], [ -111.86020323227208, 40.470215784303377 ], [ -111.85833935628213, 40.469283705871341 ], [ -111.85831576637626, 40.469283881055937 ], [ -111.85828049620225, 40.469293151880898 ], [ -111.85825690629274, 40.469293327053521 ], [ -111.8582334310619, 40.46930251027851 ], [ -111.85820984114881, 40.469302685441555 ], [ -111.85818636590817, 40.469311868657051 ], [ -111.85816277599152, 40.469312043810525 ], [ -111.85812750578097, 40.469321314589124 ], [ -111.85808055525732, 40.46933968098228 ], [ -111.85805696533028, 40.46933985611426 ], [ -111.85783320488997, 40.469368543802091 ], [ -111.8577506401037, 40.469369156566636 ], [ -111.85772716477587, 40.469378339689641 ], [ -111.85770357483311, 40.469378514749636 ], [ -111.85768009949547, 40.469387697863176 ], [ -111.85765650954916, 40.4693878729136 ], [ -111.85758608348742, 40.469415422211618 ], [ -111.85756249353082, 40.469415597242957 ], [ -111.85753901816064, 40.469424780328104 ], [ -111.85752733776567, 40.469433875898225 ], [ -111.85750386238426, 40.469443058976317 ], [ -111.85748050157534, 40.469461250108402 ], [ -111.85745702617791, 40.469470433177101 ], [ -111.85744534576394, 40.469479528739065 ], [ -111.85742187035527, 40.4694887118007 ], [ -111.85731674644475, 40.469570571784992 ], [ -111.85729361465019, 40.469606778997679 ], [ -111.85727013917629, 40.469615962028968 ], [ -111.85722387548189, 40.469688376431357 ], [ -111.85722410457321, 40.469706392549227 ], [ -111.85721253863129, 40.469724496146952 ], [ -111.85684391371117, 40.470420915431021 ], [ -111.85682078137717, 40.470457122549369 ], [ -111.856821010367, 40.470475138666743 ], [ -111.85679787800252, 40.470511345780487 ], [ -111.85679833597099, 40.470547378015041 ], [ -111.85678676977365, 40.470565481570191 ], [ -111.85679134944509, 40.470925803903121 ], [ -111.85677989767407, 40.470952915515099 ], [ -111.85678012665697, 40.470970931631108 ], [ -111.85676867487408, 40.470998043241899 ], [ -111.85676890385433, 40.471016059357822 ], [ -111.85675745205957, 40.471043170967413 ], [ -111.85673431947113, 40.471079378067238 ], [ -111.85672286765208, 40.471106489673353 ], [ -111.85669973502381, 40.471142696766279 ], [ -111.85668828318047, 40.471169808368927 ], [ -111.85666515051238, 40.47120601545496 ], [ -111.85664178887151, 40.471224206420558 ], [ -111.85663022251889, 40.471242309959543 ], [ -111.85660686085608, 40.471260500918213 ], [ -111.85659529448795, 40.471278604453751 ], [ -111.85657193280318, 40.471296795405472 ], [ -111.85656036641956, 40.471314898937557 ], [ -111.85651364299348, 40.471351280822432 ], [ -111.85649016680716, 40.471360463699824 ], [ -111.85647860039082, 40.47137856722388 ], [ -111.85645523863997, 40.471396758152366 ], [ -111.85643176242975, 40.471405941018077 ], [ -111.85640840065672, 40.471424131937226 ], [ -111.85638492443051, 40.471433314793551 ], [ -111.85636156263531, 40.471451505703371 ], [ -111.85632629105312, 40.471460775942852 ], [ -111.85630281480275, 40.47146995878267 ], [ -111.85627945297259, 40.471488149676141 ], [ -111.85625597670619, 40.471497332506573 ], [ -111.85622070508504, 40.471506602714136 ], [ -111.85617375251661, 40.471524968346642 ], [ -111.8561384808693, 40.47153423852933 ], [ -111.85611489016236, 40.471534413272735 ], [ -111.85609141385696, 40.471543596070056 ], [ -111.85605614218821, 40.471552866227817 ], [ -111.85603255147423, 40.471553040954483 ], [ -111.85599727979212, 40.471562311094388 ], [ -111.85597368907447, 40.471562485809073 ], [ -111.85593841737906, 40.471571755931123 ], [ -111.85570251015662, 40.471573502741599 ], [ -111.85436666551061, 40.471349153541588 ], [ -111.8542720745812, 40.471331834910629 ], [ -111.8542366886097, 40.471332096451476 ], [ -111.85418939316686, 40.471323437092231 ], [ -111.854154007199, 40.471323698607719 ], [ -111.8541067117721, 40.471315039214467 ], [ -111.85397696323437, 40.471315997958683 ], [ -111.85392966783438, 40.471307338492664 ], [ -111.85381171462653, 40.471308209903533 ], [ -111.8537646474319, 40.47131756649874 ], [ -111.85368208017088, 40.471318176381232 ], [ -111.85363501295041, 40.471327532923866 ], [ -111.85358783165013, 40.471327881382521 ], [ -111.85355255973607, 40.471337150778901 ], [ -111.85350537842805, 40.471337499203969 ], [ -111.8534701064972, 40.471346768575323 ], [ -111.8534230392259, 40.471356125032095 ], [ -111.85338765323381, 40.471356386313154 ], [ -111.85329351864036, 40.471375099140836 ], [ -111.85322297466909, 40.471393637744427 ], [ -111.8531759073291, 40.471402994101169 ], [ -111.85314074932408, 40.47142127143853 ], [ -111.85309368195287, 40.471430627762047 ], [ -111.85305840991471, 40.471439897008693 ], [ -111.85291743564079, 40.4714859819547 ], [ -111.85287048216318, 40.471504346254306 ], [ -111.85284689144657, 40.471504520330633 ], [ -111.85282341469474, 40.471513702468592 ], [ -111.85279982397456, 40.47151387653534 ], [ -111.8527763472129, 40.47152305866382 ], [ -111.85272916576524, 40.471523406773365 ], [ -111.8527056889904, 40.471532588887619 ], [ -111.85258773535084, 40.471533459053425 ], [ -111.85256403069191, 40.471524625005109 ], [ -111.85251684924053, 40.471524973028004 ], [ -111.85249314459365, 40.471516138965015 ], [ -111.85246955387061, 40.471516312964361 ], [ -111.85244584923281, 40.471507478891574 ], [ -111.85242225851249, 40.471507652881243 ], [ -111.85215005421486, 40.471437588871744 ], [ -111.85212646351719, 40.471437762800797 ], [ -111.8520909636035, 40.471429015617062 ], [ -111.85206725904486, 40.47142018146566 ], [ -111.85203187300667, 40.471420442331997 ], [ -111.8520081684586, 40.471411608168367 ], [ -111.8519491917346, 40.47141204290935 ], [ -111.85191369185657, 40.471403295670747 ], [ -111.85177214773077, 40.471404338882685 ], [ -111.85173687551755, 40.471413607727754 ], [ -111.85167789878763, 40.471414042330338 ], [ -111.8516544219037, 40.471423224232268 ], [ -111.8516190358601, 40.471423484972235 ], [ -111.85159555896469, 40.47143266686232 ], [ -111.85157196826532, 40.471432840678183 ], [ -111.85153669600867, 40.471442109462537 ], [ -111.85151321909528, 40.471451291336052 ], [ -111.85147794682062, 40.471460560102621 ], [ -111.85140751601736, 40.471488105673536 ], [ -111.85137224370843, 40.471497374408138 ], [ -111.85134876675295, 40.471506556248585 ], [ -111.85132540355585, 40.471524746154245 ], [ -111.85127844960643, 40.471543109811606 ], [ -111.85125508637761, 40.471561299703261 ], [ -111.85123160938365, 40.471570481520189 ], [ -111.85118488286909, 40.4716068612802 ], [ -111.85116140584955, 40.47161604308306 ], [ -111.8511380425638, 40.471634232951402 ], [ -111.85112647465498, 40.47165233595404 ], [ -111.85107974802696, 40.47168871567218 ], [ -111.85106818009329, 40.471706818669084 ], [ -111.85104481675101, 40.471725008518874 ], [ -111.85103324880183, 40.471743111512303 ], [ -111.85100988543761, 40.471761301355158 ], [ -111.8509751815251, 40.47181561032167 ], [ -111.85095181812021, 40.471833800152957 ], [ -111.85094036384245, 40.471860911207521 ], [ -111.85091722783609, 40.471897117172553 ], [ -111.85091756897178, 40.471924141383425 ], [ -111.85090600095495, 40.4719422443642 ], [ -111.85089454664103, 40.471969355414096 ], [ -111.85088297861043, 40.471987458392569 ], [ -111.85088320602574, 40.472005474533042 ], [ -111.85087175169231, 40.472032585580578 ], [ -111.85087232022437, 40.472077625931433 ], [ -111.85086075216968, 40.472095728907604 ], [ -111.85086245775149, 40.472230849958017 ], [ -111.85087448065791, 40.472248779261434 ], [ -111.85087504919613, 40.472293819610563 ], [ -111.85088707211742, 40.472311748912333 ], [ -111.85088741324601, 40.472338773121479 ], [ -111.85089943617878, 40.472356702421699 ], [ -111.85089966360145, 40.472374718560957 ], [ -111.85091168654405, 40.472392647859699 ], [ -111.85092382320786, 40.472419585226561 ], [ -111.85093584616506, 40.472437514522504 ], [ -111.8511656485626, 40.472886267704347 ], [ -111.85116587606066, 40.472904283840684 ], [ -111.85117778541976, 40.472913205040314 ], [ -111.85117801292128, 40.472931221176523 ], [ -111.85119003603926, 40.472949150442844 ], [ -111.85119026354435, 40.472967166578862 ], [ -111.85120228667215, 40.472985095843711 ], [ -111.85120296919872, 40.473039144251118 ], [ -111.85121499234303, 40.473057073514248 ], [ -111.8512154473685, 40.473093105785345 ], [ -111.85120387923703, 40.473111208793533 ], [ -111.85120467552325, 40.473174265267389 ], [ -111.85119310737534, 40.473192368274411 ], [ -111.85119333488319, 40.473210384409683 ], [ -111.85118176672619, 40.473228487415547 ], [ -111.8511819942313, 40.473246503550733 ], [ -111.85115885789293, 40.47328270955903 ], [ -111.85115908539235, 40.473300725694166 ], [ -111.85114740346272, 40.473309820629026 ], [ -111.85110113068167, 40.473382232627188 ], [ -111.85106608481775, 40.473409517410992 ], [ -111.85105451659308, 40.473427620404195 ], [ -111.85093769679501, 40.473518569596429 ], [ -111.8508672636294, 40.473546114852454 ], [ -111.85085558161792, 40.473555209758253 ], [ -111.85078514837983, 40.473582754964788 ], [ -111.85056193890196, 40.473656469069397 ], [ -111.85046802760064, 40.473693195765819 ], [ -111.85045645916695, 40.473711298700408 ], [ -111.85038602559951, 40.473738843666261 ], [ -111.85037445713601, 40.473756946592808 ], [ -111.8503509792594, 40.473766128236363 ], [ -111.85033941078188, 40.473784231159456 ], [ -111.85031593289094, 40.473793412795992 ], [ -111.85029279590169, 40.473829618634127 ], [ -111.85026931798853, 40.473838800261348 ], [ -111.85022304390472, 40.473911211914626 ], [ -111.85021136174275, 40.473920306756256 ], [ -111.85016508754182, 40.473992718386505 ], [ -111.85016531478135, 40.474010734524065 ], [ -111.85015385983117, 40.474037845497506 ], [ -111.85015408706806, 40.474055861634987 ], [ -111.85014251848894, 40.474073964538512 ], [ -111.85014320019201, 40.474128012950587 ], [ -111.85013163159789, 40.474146115852946 ], [ -111.85013208606173, 40.474182148127383 ], [ -111.85014410913232, 40.474200077499212 ], [ -111.85014479083969, 40.474254125910086 ], [ -111.85015681392679, 40.474272055280217 ], [ -111.85015704116636, 40.474290071416938 ], [ -111.85023088429904, 40.474532768626844 ], [ -111.85024290745987, 40.47455069798643 ], [ -111.85024358925492, 40.474604746392622 ], [ -111.85025561243228, 40.474622675750489 ], [ -111.85025629423924, 40.474676724155835 ], [ -111.85024472558408, 40.474694827068454 ], [ -111.85024540738404, 40.474748875473281 ], [ -111.85023395234593, 40.474775986452165 ], [ -111.85023417961014, 40.474794002586954 ], [ -111.85022261092942, 40.474812105497286 ], [ -111.85022283819089, 40.47483012163201 ], [ -111.85016499468028, 40.47492063616631 ], [ -111.8501533123378, 40.474929731002355 ], [ -111.85010703739991, 40.475002142604474 ], [ -111.85008355905511, 40.475011324196508 ], [ -111.85007199029738, 40.475029427091862 ], [ -111.85004851193825, 40.475038608676869 ], [ -111.85003694316649, 40.475056711568776 ], [ -111.85001346479302, 40.475065893146777 ], [ -111.85000189600723, 40.475083996035224 ], [ -111.84995493922514, 40.47510235917246 ], [ -111.84991989200886, 40.475129643614395 ], [ -111.84982597830985, 40.475166369804164 ], [ -111.84980238629298, 40.475166543272003 ], [ -111.84973195094085, 40.475194087850497 ], [ -111.8497083589137, 40.475194261299237 ], [ -111.84968488044672, 40.475203442811207 ], [ -111.84960230833833, 40.475204049827241 ], [ -111.84957882985314, 40.475213231317831 ], [ -111.84871817417591, 40.475255590220328 ], [ -111.84869458212104, 40.475255763462364 ], [ -111.8486593074619, 40.475265031386741 ], [ -111.84860032731515, 40.475265464452853 ], [ -111.84857684866869, 40.475274645741379 ], [ -111.84854146057501, 40.475274905559466 ], [ -111.84851798191703, 40.475284086836147 ], [ -111.84848270721791, 40.475293354706963 ], [ -111.84845911514839, 40.47529352790108 ], [ -111.84843563647246, 40.475302709161156 ], [ -111.84840036175189, 40.475311977007024 ], [ -111.84835340436439, 40.475330339498861 ], [ -111.84831812961768, 40.475339607319846 ], [ -111.84829476428132, 40.47535779662261 ], [ -111.84822432809857, 40.47538534028962 ], [ -111.84820096272094, 40.475403529573704 ], [ -111.84817748397087, 40.475412710781924 ], [ -111.84813075315864, 40.475449089326773 ], [ -111.84810727438301, 40.475458270520903 ], [ -111.84808390894842, 40.475476459781667 ], [ -111.84693864761373, 40.476340703640929 ], [ -111.84685686636294, 40.476404365218627 ], [ -111.84682170402553, 40.476422640661688 ], [ -111.84679833790965, 40.476440829666409 ], [ -111.84672801314558, 40.476477380506829 ], [ -111.84670464698536, 40.476495569492883 ], [ -111.84666937139608, 40.47650483681722 ], [ -111.84659904649452, 40.476541387580134 ], [ -111.84657556712688, 40.476550568467317 ], [ -111.8465404046361, 40.476568843825874 ], [ -111.8465051289852, 40.476578111100572 ], [ -111.8464699664607, 40.476596386437954 ], [ -111.84639941510021, 40.476614920934061 ], [ -111.84636425252747, 40.476633196239639 ], [ -111.84615259812192, 40.476688799407881 ], [ -111.84612900554974, 40.476688972131285 ], [ -111.8460584539954, 40.476707506420887 ], [ -111.84602306512635, 40.47670776547546 ], [ -111.8459877893292, 40.476717032593477 ], [ -111.84595240045451, 40.476717291626464 ], [ -111.84591712464228, 40.476726558723051 ], [ -111.84588173576196, 40.476726817734452 ], [ -111.84584645993469, 40.476736084809602 ], [ -111.84556334883403, 40.476738156424751 ], [ -111.84552784693342, 40.476729407252563 ], [ -111.84544527286681, 40.476730011317578 ], [ -111.84499554538877, 40.476616184501914 ], [ -111.84494824734792, 40.476607521394193 ], [ -111.84490106224558, 40.476607866343954 ], [ -111.84485376422207, 40.47659920319736 ], [ -111.84438191320869, 40.476602651441993 ], [ -111.84433484095388, 40.476612004238831 ], [ -111.84428765584093, 40.476612348938211 ], [ -111.84424058356562, 40.476621701696821 ], [ -111.84381501519623, 40.476552738315966 ], [ -111.84365692778083, 40.476175518457332 ], [ -111.843656589505, 40.476148494215636 ], [ -111.84362052438564, 40.476094704047625 ], [ -111.8436083899403, 40.476067765908056 ], [ -111.84357232490346, 40.47601397572344 ], [ -111.84354850706472, 40.475996131755686 ], [ -111.84353648540824, 40.475978201688775 ], [ -111.84346480653237, 40.475906653584296 ], [ -111.84342907987873, 40.475879887596022 ], [ -111.84341705827508, 40.475861957515797 ], [ -111.84340514940162, 40.475853035515854 ], [ -111.84338110622326, 40.475817175348674 ], [ -111.84336919736251, 40.475808253344837 ], [ -111.84336897192507, 40.475790237181229 ], [ -111.84335695035371, 40.475772307094161 ], [ -111.84334504150415, 40.475763385087639 ], [ -111.84334481607353, 40.475745368923789 ], [ -111.84333279451675, 40.475727438833928 ], [ -111.8433326818032, 40.475718430751925 ], [ -111.84332066025456, 40.475700500660629 ], [ -111.84331874416038, 40.475547363263431 ], [ -111.84333031483024, 40.475529261026537 ], [ -111.8433302021178, 40.475520252944214 ], [ -111.84334177278001, 40.475502150706177 ], [ -111.84334166006616, 40.47549314262384 ], [ -111.84335323072075, 40.475475040384651 ], [ -111.84335300529023, 40.475457024219928 ], [ -111.84336457593571, 40.475438921979581 ], [ -111.84336435050245, 40.475420905814808 ], [ -111.84337592113884, 40.475402803573289 ], [ -111.84337377950497, 40.475231650005036 ], [ -111.84336175803453, 40.475213719915757 ], [ -111.84336119445811, 40.475168679501927 ], [ -111.84333715155341, 40.475132819318695 ], [ -111.84333692612991, 40.475114803152842 ], [ -111.84328884041139, 40.475043082769488 ], [ -111.84327693170124, 40.475034160753445 ], [ -111.84301280020078, 40.47466672247765 ], [ -111.84298898299045, 40.47464887838418 ], [ -111.84297684906667, 40.474621940166458 ], [ -111.84295303188176, 40.474604096065192 ], [ -111.84292910205437, 40.474577243874116 ], [ -111.84291708082118, 40.474559313734211 ], [ -111.84289315102417, 40.474532461535162 ], [ -111.84284551677474, 40.474496773291413 ], [ -111.84282158702865, 40.474469921076746 ], [ -111.84267868467813, 40.474362856192293 ], [ -111.8426430717773, 40.474345098028301 ], [ -111.84261936739135, 40.474336261941374 ], [ -111.84259555040207, 40.474318417763584 ], [ -111.8425599375464, 40.474300659573402 ], [ -111.84253612058538, 40.474282815382971 ], [ -111.8425006203606, 40.474274065260218 ], [ -111.84247680342459, 40.474256221057232 ], [ -111.84240580302696, 40.474238720763765 ], [ -111.84238198612837, 40.474220876540755 ], [ -111.84220426024153, 40.47415910940294 ], [ -111.84219280205127, 40.474186219619085 ], [ -111.84216966053917, 40.474222423873805 ], [ -111.8421582023246, 40.474249534086461 ], [ -111.84214663155169, 40.474267636210946 ], [ -111.84212326489489, 40.474285824282354 ], [ -111.84211169410648, 40.474303926403373 ], [ -111.84208832742773, 40.474322114467824 ], [ -111.84207675662383, 40.474340216585396 ], [ -111.84203002320979, 40.474376592695741 ], [ -111.842018452381, 40.47439469480755 ], [ -111.84197171889782, 40.474431070894667 ], [ -111.84194823961386, 40.474440250844054 ], [ -111.84190150606112, 40.474476626903197 ], [ -111.84187802675159, 40.47448580683848 ], [ -111.84185465994675, 40.474503994856398 ], [ -111.8418311806212, 40.474513174782288 ], [ -111.8418078137942, 40.47453136279087 ], [ -111.84178433445263, 40.474540542707352 ], [ -111.84174905917953, 40.474549808529488 ], [ -111.84170210046078, 40.474568168334102 ], [ -111.84166682516155, 40.474577434131348 ], [ -111.84161986640068, 40.474595793902886 ], [ -111.84158459107533, 40.474605059675241 ], [ -111.84156111167709, 40.474614239546831 ], [ -111.84152583633374, 40.474623505301409 ], [ -111.84150224445631, 40.474623677073218 ], [ -111.84146696909964, 40.474632942809933 ], [ -111.84144337721855, 40.474633114569755 ], [ -111.84140810184857, 40.474642380288643 ], [ -111.84132553025105, 40.474642981385031 ], [ -111.8412902548591, 40.474652247068136 ], [ -111.84125486702565, 40.474652504652063 ], [ -111.84123116270798, 40.474643668280116 ], [ -111.8411957748785, 40.474643925845918 ], [ -111.84074730427133, 40.474629171228962 ], [ -111.84058216107816, 40.474630372418325 ], [ -111.84055868153112, 40.474639552087666 ], [ -111.84052329369769, 40.474639809447552 ], [ -111.84049981413914, 40.474648989105049 ], [ -111.84047622224658, 40.474649160667525 ], [ -111.84045274267824, 40.474658340315536 ], [ -111.84041735483397, 40.474658597643092 ], [ -111.84022951801452, 40.474732034600081 ], [ -111.84020615067487, 40.474750222289231 ], [ -111.84015919138632, 40.474768581471913 ], [ -111.84012414032453, 40.474795862982873 ], [ -111.84001685389845, 40.47470655372139 ], [ -111.83987384318871, 40.474590477241854 ], [ -111.8397427411188, 40.474483322966101 ], [ -111.83969589410819, 40.474510690053066 ], [ -111.83953220977354, 40.47462899494117 ], [ -111.83932921086281, 40.474432273340661 ], [ -111.83919777349408, 40.474298094151102 ], [ -111.83882299555928, 40.474517028569224 ], [ -111.83874109663185, 40.474571676384151 ], [ -111.83853022661448, 40.47469032227265 ], [ -111.83851854272115, 40.474699415948308 ], [ -111.83849506286195, 40.474708595201349 ], [ -111.83848337896067, 40.474717688873497 ], [ -111.83845989909024, 40.474726868119483 ], [ -111.83843630715809, 40.474727039265872 ], [ -111.83842462324563, 40.474736132932165 ], [ -111.8384011433606, 40.474745312166327 ], [ -111.83837755142164, 40.474745483300786 ], [ -111.83835407152681, 40.474754662525463 ], [ -111.83833047958429, 40.474754833650351 ], [ -111.83831879565261, 40.474763927306086 ], [ -111.83827161176046, 40.474764269536699 ], [ -111.83824813184432, 40.474773448740038 ], [ -111.83816556001936, 40.47477404758061 ], [ -111.83814185605284, 40.47476521057159 ], [ -111.83809467215764, 40.474765552729977 ], [ -111.83804737625822, 40.474756886773385 ], [ -111.83798828439947, 40.474748306324209 ], [ -111.83794098852512, 40.474739640323797 ], [ -111.83788200867535, 40.474740067916059 ], [ -111.83783471281971, 40.474731401871942 ], [ -111.83777573297554, 40.474731829409912 ], [ -111.83772843713864, 40.474723163322096 ], [ -111.83766945730007, 40.474723590805752 ], [ -111.83762216148187, 40.474714924674252 ], [ -111.83713852681429, 40.474718428706701 ], [ -111.83709145481522, 40.474727778553181 ], [ -111.83703247496301, 40.474728205711848 ], [ -111.83698540294171, 40.47473755551534 ], [ -111.83692642307933, 40.474737982619978 ], [ -111.83687935103576, 40.474747332380467 ], [ -111.83682037116324, 40.474747759431075 ], [ -111.83672622701823, 40.474766458847014 ], [ -111.83630235416297, 40.474832589076144 ], [ -111.83630291301601, 40.474877629574138 ], [ -111.83633997765018, 40.475012494995745 ], [ -111.83634053653192, 40.475057535491892 ], [ -111.83635289145307, 40.475102490628274 ], [ -111.83635345034521, 40.475147531123575 ], [ -111.83636580529247, 40.475192486257633 ], [ -111.83636748200391, 40.475327607739899 ], [ -111.83637983699556, 40.475372562870639 ], [ -111.83638039591104, 40.475417603363525 ], [ -111.83636994120121, 40.475525785908076 ], [ -111.83636060427609, 40.475724049431776 ], [ -111.83636295170473, 40.475913219488845 ], [ -111.83637508323815, 40.475940158419064 ], [ -111.8363753068074, 40.475958174614505 ], [ -111.83638743835415, 40.475985113543096 ], [ -111.83638766192706, 40.476003129738345 ], [ -111.83639968169891, 40.476021060567746 ], [ -111.83641181326711, 40.476047999493275 ], [ -111.83641203684702, 40.476066015688211 ], [ -111.83642405663682, 40.476083946514713 ], [ -111.83643618822649, 40.47611088543718 ], [ -111.83646022784171, 40.476146747083213 ], [ -111.83647235945749, 40.476173686001339 ], [ -111.83649639911482, 40.476209547639051 ], [ -111.83652021518768, 40.476227393077416 ], [ -111.83653234684239, 40.4762543319885 ], [ -111.83654436669843, 40.476272262801253 ], [ -111.83654459031554, 40.476290278994881 ], [ -111.83655672199171, 40.476317217902881 ], [ -111.83658076174613, 40.476353079521211 ], [ -111.83658109718743, 40.476380103810996 ], [ -111.83659311707936, 40.47639803461793 ], [ -111.83659345252615, 40.476425058907424 ], [ -111.83660547242957, 40.476442989712844 ], [ -111.83660580788182, 40.476470014002032 ], [ -111.83661782779673, 40.476487944805896 ], [ -111.83661995237019, 40.476659098633398 ], [ -111.83658657612627, 40.476821500525887 ], [ -111.83658724702507, 40.476875549100853 ], [ -111.83655387060388, 40.477037950979714 ], [ -111.83653083690018, 40.477083162223202 ], [ -111.83650858581622, 40.477191430130709 ], [ -111.83648566383575, 40.477245649460244 ], [ -111.83647453824139, 40.477299783409464 ], [ -111.8364515043977, 40.477344994636532 ], [ -111.83640610738701, 40.477489465648461 ], [ -111.83639453451789, 40.477507567207958 ], [ -111.83638307343452, 40.477534676861531 ], [ -111.83637150055162, 40.477552778418698 ], [ -111.83636003945158, 40.477579888069947 ], [ -111.83633689365205, 40.477616091178533 ], [ -111.83632543252769, 40.477643200826293 ], [ -111.83631385961107, 40.477661302377697 ], [ -111.836290490199, 40.477679489286679 ], [ -111.83627891726687, 40.477697590834637 ], [ -111.83625565960847, 40.477724785831867 ], [ -111.83624408665935, 40.477742887376365 ], [ -111.83622071720031, 40.477761074271449 ], [ -111.83620914423567, 40.477779175812486 ], [ -111.83613903575481, 40.47783373646287 ], [ -111.83611555447855, 40.477842915241666 ], [ -111.83609218495015, 40.477861102111127 ], [ -111.83608061193405, 40.477879203639496 ], [ -111.83605713063389, 40.47788838240659 ], [ -111.8360219645441, 40.477906654596104 ], [ -111.83597522537991, 40.477943028293083 ], [ -111.83591657789103, 40.477970479196898 ], [ -111.83586983862554, 40.478006852851863 ], [ -111.83582298759055, 40.478034218392466 ], [ -111.83576445167094, 40.47807067731582 ], [ -111.83571771225373, 40.478107050910133 ], [ -111.83567086108692, 40.478134416389906 ], [ -111.83561232499761, 40.478170875237268 ], [ -111.83533188682726, 40.478389116159924 ], [ -111.8352852586044, 40.478434497678187 ], [ -111.83525031530721, 40.478470785828812 ], [ -111.83520357533511, 40.478507159218225 ], [ -111.83515694694464, 40.478552540685484 ], [ -111.83512200351757, 40.478588828797861 ], [ -111.83507526339456, 40.478625202136158 ], [ -111.835040431503, 40.478670498320739 ], [ -111.83499369127949, 40.478706871626528 ], [ -111.83495885929142, 40.478752167786858 ], [ -111.8347960490331, 40.478942530838928 ], [ -111.83478458706979, 40.478969640336118 ], [ -111.83476132837296, 40.478996835037066 ], [ -111.83474986638676, 40.479023944530802 ], [ -111.83472671923397, 40.479060147321483 ], [ -111.83470379520389, 40.479114366300813 ], [ -111.83469244474757, 40.479150483885299 ], [ -111.83466918595208, 40.479177678567844 ], [ -111.83465772389914, 40.479204788052279 ], [ -111.83464637340364, 40.479240905632089 ], [ -111.83463491133116, 40.479268015114151 ], [ -111.83463535759201, 40.479304047500165 ], [ -111.83462389550479, 40.47933115698099 ], [ -111.83461254497098, 40.479367274557092 ], [ -111.83460108286421, 40.479394384035565 ], [ -111.83460152910895, 40.479430416421096 ], [ -111.83459006698743, 40.479457525898326 ], [ -111.83459084790769, 40.479520582572341 ], [ -111.83457949732595, 40.479556700144514 ], [ -111.83458184007269, 40.479745870161707 ], [ -111.83459397161343, 40.479772809261384 ], [ -111.83459475254604, 40.479835865931889 ], [ -111.83460699567249, 40.479871813125236 ], [ -111.83460733036398, 40.479898837412129 ], [ -111.83461946194346, 40.479925776508047 ], [ -111.83463170510021, 40.479961723697933 ], [ -111.83463203980267, 40.47998874798423 ], [ -111.8346442829781, 40.480024695172219 ], [ -111.83466854622338, 40.480078573352891 ], [ -111.83468078943535, 40.480114520536091 ], [ -111.83470505274327, 40.480168398707661 ], [ -111.8347289813464, 40.480195252588715 ], [ -111.83474122461278, 40.480231199764262 ], [ -111.83475335630764, 40.480258138843475 ], [ -111.83477728496234, 40.480284992713599 ], [ -111.83478941668162, 40.480311931788528 ], [ -111.83481334537001, 40.480338785650602 ], [ -111.8348254771137, 40.480365724721253 ], [ -111.83492119211715, 40.480473140105779 ], [ -111.83493332392887, 40.480500079163825 ], [ -111.83495725274219, 40.48052693299401 ], [ -111.83500488718693, 40.480562624451288 ], [ -111.83502892767414, 40.480598486359412 ], [ -111.8350408363028, 40.480607409217924 ], [ -111.8350648768254, 40.480643271117941 ], [ -111.83506510008149, 40.480661287304699 ], [ -111.83507712035583, 40.480679218252547 ], [ -111.8350890290052, 40.480688141105759 ], [ -111.83508925226811, 40.480706157292275 ], [ -111.83510127255704, 40.480724088237324 ], [ -111.83510149582351, 40.480742104423662 ], [ -111.83511351612225, 40.48076003536724 ], [ -111.83511418593291, 40.480814083925587 ], [ -111.83512620624818, 40.480832014867453 ], [ -111.83512665279633, 40.48086804723917 ], [ -111.83511507901659, 40.480886148669235 ], [ -111.83511574883148, 40.480940197226367 ], [ -111.83510406340228, 40.48094929056245 ], [ -111.83510428667125, 40.480967306748077 ], [ -111.83509271286889, 40.480985408175826 ], [ -111.83509293613511, 40.481003424361376 ], [ -111.835069788506, 40.481039627213413 ], [ -111.83507001176652, 40.481057643398898 ], [ -111.83500045709232, 40.481157243834538 ], [ -111.83500056871377, 40.481166251927277 ], [ -111.83498899485009, 40.481184353344631 ], [ -111.8349891064701, 40.481193361437342 ], [ -111.8349775325988, 40.481211462853544 ], [ -111.83497764421739, 40.481220470946248 ], [ -111.83496607033845, 40.481238572361299 ], [ -111.83496629357282, 40.48125658854665 ], [ -111.83495471968477, 40.481274689960536 ], [ -111.83495516614822, 40.48131072233106 ], [ -111.83494359224812, 40.481328823743794 ], [ -111.83494370386263, 40.481337831836392 ], [ -111.83491277689376, 40.481698411207134 ], [ -111.83448807777145, 40.48170147850697 ], [ -111.8334382382982, 40.481718062952126 ], [ -111.83344982570888, 40.482654904800981 ], [ -111.83261210109086, 40.482651934121272 ], [ -111.83147955326537, 40.482660087734196 ], [ -111.83130492643026, 40.482850530806786 ], [ -111.82952265627998, 40.484710160759917 ], [ -111.82912341752709, 40.484866176874014 ], [ -111.82905285259478, 40.484884700887214 ], [ -111.82893520734483, 40.484912571447282 ], [ -111.82882913815594, 40.484922341078011 ], [ -111.82872284734063, 40.484914094409255 ], [ -111.82868745400501, 40.484914348198323 ], [ -111.82862879746463, 40.48494179546028 ], [ -111.82859329333388, 40.484933041119199 ], [ -111.82854610220481, 40.484933379449444 ], [ -111.82825071469445, 40.484899461167792 ], [ -111.82812016412707, 40.484837334425613 ], [ -111.82793007156464, 40.484730589616838 ], [ -111.82778739186564, 40.484641522696101 ], [ -111.82739463747268, 40.484365059361757 ], [ -111.82712207428668, 40.484267912497224 ], [ -111.82689825019749, 40.484296540838457 ], [ -111.8268040898658, 40.484315232299878 ], [ -111.82669824232184, 40.484343016182876 ], [ -111.82652194005206, 40.484398330547762 ], [ -111.82620483823666, 40.484517713569353 ], [ -111.82612269601096, 40.484554336353995 ], [ -111.82600516050543, 40.484591212046915 ], [ -111.82518119476278, 40.484750249375097 ], [ -111.82502804447917, 40.484769360565849 ], [ -111.82493377265445, 40.484779042403495 ], [ -111.82476860392414, 40.484780221241721 ], [ -111.82462692047011, 40.484772223375892 ], [ -111.82456793164039, 40.484772644259969 ], [ -111.82443826643429, 40.484782578210144 ], [ -111.82440265269169, 40.484764814463951 ], [ -111.8243669287538, 40.484738042595147 ], [ -111.82426019790812, 40.484693759367033 ], [ -111.82407110332836, 40.484668081152542 ], [ -111.82395312583353, 40.484668922321461 ], [ -111.82378861815107, 40.484724148432349 ], [ -111.82374164737178, 40.48474250102506 ], [ -111.82369478669087, 40.484769861711776 ], [ -111.82353082905827, 40.484870128024099 ], [ -111.82308669480767, 40.485215630068446 ], [ -111.82304005360758, 40.485261006720414 ], [ -111.82280662665121, 40.48546987347423 ], [ -111.82219896228766, 40.485951669681185 ], [ -111.8216359548297, 40.486225940590138 ], [ -111.82102607976688, 40.486527568407062 ], [ -111.82089695938403, 40.486582539000466 ], [ -111.8200751496596, 40.486921702566235 ], [ -111.81981767289714, 40.487094698334232 ], [ -111.81966583079206, 40.487221899895168 ], [ -111.81954905407072, 40.48732182591241 ], [ -111.81945543522282, 40.487385552029394 ], [ -111.81894124014052, 40.487794597108717 ], [ -111.8184616679073, 40.488140332432884 ], [ -111.81805189690488, 40.488404491646797 ], [ -111.81708956121132, 40.488834717536704 ], [ -111.81697212242028, 40.488880592257928 ], [ -111.81687828050018, 40.488926300071611 ], [ -111.81684299417583, 40.488935558375722 ], [ -111.81674915209042, 40.488981266085709 ], [ -111.81639683375882, 40.489118888867857 ], [ -111.81606723815337, 40.48918427897658 ], [ -111.81585508218529, 40.489203794672548 ], [ -111.81565450652671, 40.48920521046113 ], [ -111.81547741894987, 40.489197451272851 ], [ -111.81519349027732, 40.489136392130355 ], [ -111.81457724215427, 40.488915514994972 ], [ -111.81389031595269, 40.488704141219166 ], [ -111.81278957874561, 40.488423603220731 ], [ -111.812706663656, 40.488397159639135 ], [ -111.8124463376184, 40.48833592774119 ], [ -111.8122807252053, 40.488301056285827 ], [ -111.81181982693187, 40.488241232526235 ], [ -111.81104145703723, 40.488273724282891 ], [ -111.8103706807816, 40.488422572062824 ], [ -111.80975813594841, 40.48850794567845 ], [ -111.80918087675339, 40.488584060098205 ], [ -111.8088400186858, 40.488694552950776 ], [ -111.80848844203534, 40.488895208752687 ], [ -111.80824283427337, 40.489077104633445 ], [ -111.80806672016244, 40.489150407346379 ], [ -111.80786722452658, 40.489241891031909 ], [ -111.80763157654309, 40.489270564747621 ], [ -111.80737222317345, 40.489290394696809 ], [ -111.80726711515607, 40.489381217908722 ], [ -111.80683596046258, 40.489834673614425 ], [ -111.80648620519356, 40.490188461827493 ], [ -111.8060553634833, 40.490668939086532 ], [ -111.80599723146443, 40.490741415687381 ], [ -111.80575462722614, 40.491175534356472 ], [ -111.80537043166339, 40.491610639307872 ], [ -111.80520589145172, 40.491665839209652 ], [ -111.80512415958326, 40.491738479791543 ], [ -111.80506548734847, 40.491765915210941 ], [ -111.80477051113432, 40.49176796970287 ], [ -111.80453431496257, 40.491751596464709 ], [ -111.80440441787087, 40.491743491791965 ], [ -111.80408573608335, 40.491736700641653 ], [ -111.80385029264885, 40.491783383025805 ], [ -111.80370977878286, 40.491874449253203 ], [ -111.80365250297885, 40.492018989864889 ], [ -111.80353601640917, 40.492145924365495 ], [ -111.80343455187732, 40.49254302111023 ], [ -111.80325231755651, 40.493093830336782 ], [ -111.80303135292689, 40.493365632720597 ], [ -111.80286820232763, 40.493537935230655 ], [ -111.80262202576478, 40.493674778598411 ], [ -111.80208107736874, 40.493831685454339 ], [ -111.80104519236703, 40.494046074847205 ], [ -111.80066814505977, 40.494093732197861 ], [ -111.80046776819836, 40.494113138068407 ], [ -111.80016173099446, 40.494178319676848 ], [ -111.80003236464565, 40.494215250886988 ], [ -111.79976204593243, 40.494307210837036 ], [ -111.79930496516431, 40.494571630977539 ], [ -111.7988724415965, 40.494916959571945 ], [ -111.79862678584033, 40.495098835283848 ], [ -111.79850985729783, 40.49518973218116 ], [ -111.79829885128142, 40.495308305537087 ], [ -111.79786503728023, 40.49554553257348 ], [ -111.7974053809935, 40.495593749599536 ], [ -111.79726463715646, 40.49566679177962 ], [ -111.79689959084808, 40.495732371837406 ], [ -111.79587599150415, 40.495991674670748 ], [ -111.79551126121304, 40.4960842748416 ], [ -111.79519362294197, 40.496167540943738 ], [ -111.79507636885324, 40.496231409936051 ], [ -111.7947707418101, 40.496332610020133 ], [ -111.7939932241496, 40.496446061308184 ], [ -111.79352303241191, 40.496602441973707 ], [ -111.79312416861883, 40.496803375671881 ], [ -111.79278302998934, 40.49689580532565 ], [ -111.79247665442782, 40.496933942251438 ], [ -111.79206397259004, 40.4969637981362 ], [ -111.79142973672836, 40.497220392307305 ], [ -111.79097165095364, 40.497403706361567 ], [ -111.79053631696981, 40.497514791845902 ], [ -111.78993630817259, 40.497672045893964 ], [ -111.78954891053255, 40.497845862210923 ], [ -111.7893508418107, 40.498063428629344 ], [ -111.78933009207526, 40.498306810368014 ], [ -111.78935590982127, 40.498495820690209 ], [ -111.78941818457389, 40.498774670850011 ], [ -111.78931736632076, 40.499234812790974 ], [ -111.78922771378984, 40.499640825034056 ], [ -111.78918336218344, 40.499884367868901 ], [ -111.78910360859412, 40.500128152421468 ], [ -111.78909381359757, 40.500299388143745 ], [ -111.78908634079485, 40.500668803489184 ], [ -111.78900954130391, 40.501164816556305 ], [ -111.78902503631981, 40.501480021721051 ], [ -111.78907498402357, 40.501713911666592 ], [ -111.78919584292763, 40.501956326214852 ], [ -111.78955451675262, 40.502350267039368 ], [ -111.79018789519873, 40.503021603979832 ], [ -111.79064173002347, 40.503477952753414 ], [ -111.79119103928589, 40.504023734854954 ], [ -111.7914308757817, 40.504346412197791 ], [ -111.79152729815701, 40.504516920490524 ], [ -111.79160043604939, 40.504714614837042 ], [ -111.79168590537155, 40.50495726903911 ], [ -111.79166526828006, 40.50520965900116 ], [ -111.79146919715279, 40.505598383799807 ], [ -111.79113235163952, 40.506060143109359 ], [ -111.79092362676984, 40.506376882560474 ], [ -111.79076200096949, 40.506684290458033 ], [ -111.79053083245122, 40.507100280382865 ], [ -111.79003117839413, 40.507770354174447 ], [ -111.78958915104737, 40.508322916655068 ], [ -111.78937988389984, 40.508594612571024 ], [ -111.7891817835648, 40.50881217859984 ], [ -111.78904374837329, 40.509119422889576 ], [ -111.78903532485285, 40.509407764322873 ], [ -111.78908971374081, 40.510019996208435 ], [ -111.78914537092984, 40.510740325782507 ], [ -111.78907846337891, 40.51107411086857 ], [ -111.78893020434859, 40.511516557767202 ], [ -111.78869858615072, 40.511896511351672 ], [ -111.78853556545602, 40.512086810140673 ], [ -111.78833755777281, 40.512313382861571 ], [ -111.78824535144092, 40.512503198100063 ], [ -111.78818813096245, 40.512656739159631 ], [ -111.78808612486183, 40.513017789579827 ], [ -111.78805388034475, 40.513288275487241 ], [ -111.78802026458034, 40.513441655464192 ], [ -111.78798654321052, 40.513586027281796 ], [ -111.78790529357349, 40.513703696570872 ], [ -111.78778800217525, 40.513767558326741 ], [ -111.7875288641781, 40.513814369041164 ], [ -111.78698824502042, 40.514016247290712 ], [ -111.7866829463018, 40.514153459139983 ], [ -111.7865184408042, 40.514217641029127 ], [ -111.78630651232891, 40.514264127661932 ], [ -111.78590562951484, 40.51430289031817 ], [ -111.78493988011083, 40.514489631888942 ], [ -111.78399794132933, 40.514694221579965 ], [ -111.78370422670766, 40.514813329238528 ], [ -111.78350483153262, 40.514922787792514 ], [ -111.78328329700342, 40.515158520192642 ], [ -111.78316914321125, 40.515492621943551 ], [ -111.78307775649401, 40.515754498364345 ], [ -111.78292724748466, 40.51600776643825 ], [ -111.78282237932794, 40.516125592159618 ], [ -111.78268199584274, 40.51623464948571 ], [ -111.78200053854592, 40.516509529178265 ], [ -111.78169563672748, 40.516682760613044 ], [ -111.78140264143522, 40.5168649195898 ], [ -111.78116981242972, 40.517145768586033 ], [ -111.78106588033577, 40.517344666139167 ], [ -111.78103329215178, 40.517588125700918 ], [ -111.78115603371789, 40.517992694791793 ], [ -111.78125370518947, 40.518271309169805 ], [ -111.78123187537658, 40.518424607400277 ], [ -111.78116303933362, 40.518596241132194 ], [ -111.78109347106603, 40.518704817744798 ], [ -111.78098817738301, 40.518786609200482 ], [ -111.78070666145365, 40.518941662206117 ], [ -111.77997805734994, 40.519225857326418 ], [ -111.77971941454516, 40.51931769150638 ], [ -111.77932027094366, 40.519509570250428 ], [ -111.77893365895278, 40.519764425157177 ], [ -111.77864043432734, 40.519928560912945 ], [ -111.77826447546032, 40.520084244334534 ], [ -111.77743044380314, 40.520441204304269 ], [ -111.77654877054648, 40.520762443002425 ], [ -111.77618450243862, 40.520909032230151 ], [ -111.77583286786496, 40.521127606354675 ], [ -111.77544498758857, 40.521274351787419 ], [ -111.77538627746424, 40.521301772348863 ], [ -111.7753035435079, 40.521293318642137 ], [ -111.77478415389923, 40.52129680243678 ], [ -111.7745483787462, 40.521325409699422 ], [ -111.77433652300677, 40.521380882767524 ], [ -111.77399647703588, 40.52158135592925 ], [ -111.77378544871677, 40.521708893313139 ], [ -111.77345616842297, 40.521819204204441 ], [ -111.77311415113164, 40.521848519653744 ], [ -111.77288976383232, 40.521841011907 ], [ -111.77265388247361, 40.52186060715934 ], [ -111.77231279509986, 40.521970993746699 ], [ -111.77171252510963, 40.522128154907058 ], [ -111.77139432088754, 40.522175323944147 ], [ -111.77102869183405, 40.52220479085257 ], [ -111.77072208487293, 40.522233862936005 ], [ -111.77042779782377, 40.522307896356573 ], [ -111.77012242729649, 40.52244506490932 ], [ -111.76989896587375, 40.522518624914852 ], [ -111.7697577236144, 40.522555601358576 ], [ -111.76961679029382, 40.522619602147437 ], [ -111.76940616234015, 40.522783164304926 ], [ -111.7691960482482, 40.522991766945879 ], [ -111.76899732571255, 40.523164257956736 ], [ -111.76870385594185, 40.523310352411826 ], [ -111.76837517650722, 40.523474697979943 ], [ -111.76805901999045, 40.523702021373275 ], [ -111.767860600845, 40.523901534975003 ], [ -111.76759176265972, 40.524137551479967 ], [ -111.76708723596624, 40.524411167691454 ], [ -111.76686448333096, 40.5245477791171 ], [ -111.76667724721631, 40.524693163315369 ], [ -111.76653743536698, 40.524856250318841 ], [ -111.76647994988596, 40.524991764501159 ], [ -111.76637555197701, 40.525154616379595 ], [ -111.76622393340976, 40.525317781303585 ], [ -111.76609561653368, 40.525453764968191 ], [ -111.76600312464141, 40.525625546416677 ], [ -111.76588650931203, 40.525752443414902 ], [ -111.76571097036887, 40.525888739642198 ], [ -111.76548821005234, 40.526025348449778 ], [ -111.76524286304394, 40.526252194960513 ], [ -111.76499741195705, 40.526470032780558 ], [ -111.76471623625898, 40.526661079954494 ], [ -111.76448135897647, 40.52677074044567 ], [ -111.7641992596468, 40.526880712786628 ], [ -111.76398819601127, 40.52700823248064 ], [ -111.76373052367562, 40.527190112990702 ], [ -111.76353289933226, 40.527461684669404 ], [ -111.76338249528985, 40.527732944037197 ], [ -111.76317275588566, 40.527977568566072 ], [ -111.76290398717308, 40.528222582472644 ], [ -111.76274034346439, 40.528367804470847 ], [ -111.76267053118939, 40.528458353815651 ], [ -111.76262484054847, 40.528593788169225 ], [ -111.76261487302236, 40.528756013283164 ], [ -111.76263930129028, 40.52882792286011 ], [ -111.76271228002099, 40.529016627021662 ], [ -111.76267767993748, 40.529088926219117 ], [ -111.76264287553632, 40.529143209052677 ], [ -111.76254873609889, 40.529170856926584 ], [ -111.76237216063853, 40.529217066374265 ], [ -111.76192384878105, 40.529247050055254 ], [ -111.76120390236788, 40.529269812986492 ], [ -111.76115667938053, 40.52927012408054 ], [ -111.7605541788558, 40.529238056114629 ], [ -111.76027012837878, 40.529176863524285 ], [ -111.76006841313685, 40.529088102095521 ], [ -111.75978243068658, 40.528855752822977 ], [ -111.75960371808756, 40.528712786200323 ], [ -111.75946103329917, 40.528623635611403 ], [ -111.75916518074975, 40.528562517861843 ], [ -111.75890474558172, 40.528501166735225 ], [ -111.75865611648859, 40.528439737502922 ], [ -111.75823111456859, 40.528442527236827 ], [ -111.75807814918072, 40.528488575193037 ], [ -111.75790157232727, 40.528534777825428 ], [ -111.75777171042967, 40.528535629563599 ], [ -111.75751066799347, 40.528420226152356 ], [ -111.75718887489744, 40.52815206975631 ], [ -111.75685639362622, 40.52798307985595 ], [ -111.75654803153198, 40.527858975342781 ], [ -111.75634581870929, 40.527725166355879 ], [ -111.7561785168328, 40.527546084267236 ], [ -111.75603401685831, 40.527294781889033 ], [ -111.75594834239114, 40.527025076759166 ], [ -111.7557200941025, 40.52667522442129 ], [ -111.75554068777127, 40.526469193962448 ], [ -111.7553623950525, 40.526362253367225 ], [ -111.75516099798065, 40.52630050778366 ], [ -111.75481783742322, 40.526230679159291 ], [ -111.75418993856634, 40.526036584379511 ], [ -111.753325233916, 40.525780968294605 ], [ -111.75311173276056, 40.525692271460095 ], [ -111.75299297562357, 40.525629983419968 ], [ -111.7527664608221, 40.525433264434064 ], [ -111.75232564313234, 40.525075781031155 ], [ -111.75201700056472, 40.524924639553852 ], [ -111.7515785045529, 40.524774341949417 ], [ -111.75112810495649, 40.524615111191622 ], [ -111.75074893910647, 40.524491451309984 ], [ -111.7504520071553, 40.524331220671442 ], [ -111.75036877001841, 40.524277708071423 ], [ -111.75016758453383, 40.524233970085561 ], [ -111.74997820419195, 40.524190155126192 ], [ -111.74982474066955, 40.524191151098933 ], [ -111.74960104996562, 40.524246655653847 ], [ -111.74908283792597, 40.524358122673938 ], [ -111.74879992088941, 40.524395991896291 ], [ -111.74867016694239, 40.524405841548273 ], [ -111.74857562729983, 40.524397445199028 ], [ -111.74828020358416, 40.524372332134334 ], [ -111.74784362166483, 40.524393176312522 ], [ -111.74771386756684, 40.524403024891797 ], [ -111.74739483426281, 40.524378062338535 ], [ -111.74687331760994, 40.524192248344214 ], [ -111.74642173360279, 40.523924900474547 ], [ -111.74583900224863, 40.523541282179487 ], [ -111.74484051973766, 40.522926111121699 ], [ -111.7444239675191, 40.522622494054943 ], [ -111.74421058756438, 40.522542788756788 ], [ -111.74395048769273, 40.522508428208276 ], [ -111.74382053743176, 40.522500255939576 ], [ -111.74370259093064, 40.52251002400024 ], [ -111.74316146922587, 40.522684674004331 ], [ -111.74262074235719, 40.522895354405478 ], [ -111.74208110490063, 40.523205122812868 ], [ -111.74112988232467, 40.523661671203449 ], [ -111.74081244158668, 40.523780822100065 ], [ -111.74043557888986, 40.523864317453153 ], [ -111.74012914810334, 40.523911324992554 ], [ -111.7399055491033, 40.523975819073556 ], [ -111.73980009758642, 40.524048565206009 ], [ -111.73963651255019, 40.524202763168589 ], [ -111.73925377948623, 40.524826824169402 ], [ -111.73908036532289, 40.525161261509098 ], [ -111.73890853236153, 40.525639830284938 ], [ -111.73878490719196, 40.526208179181026 ], [ -111.73875255769352, 40.526487660759564 ], [ -111.73870800693945, 40.526731184872936 ], [ -111.73859232676276, 40.526948137067698 ], [ -111.7383226808462, 40.527121028752035 ], [ -111.73808785696193, 40.527239644204123 ], [ -111.73791304766416, 40.527447964536726 ], [ -111.7377966721838, 40.52760185832993 ], [ -111.73769427481132, 40.527953857699494 ], [ -111.73755527435031, 40.528197984289065 ], [ -111.73739246408236, 40.528424244936417 ], [ -111.73716943969912, 40.528542783206944 ], [ -111.736899685072, 40.528706663380717 ], [ -111.73676008826422, 40.528896739639244 ], [ -111.73666879888233, 40.52918560519695 ], [ -111.7366265076483, 40.529636317758857 ], [ -111.73670217680463, 40.53007726936832 ], [ -111.73670543234367, 40.530374540907836 ], [ -111.73663795022243, 40.530681272290401 ], [ -111.73647966773662, 40.531321910094817 ], [ -111.73637745531298, 40.531691924635311 ], [ -111.73628547045128, 40.531917732212875 ], [ -111.73612175983793, 40.532062917001753 ], [ -111.73559372694029, 40.532363572081508 ], [ -111.73539439762361, 40.532490964883721 ], [ -111.73526551210331, 40.532581873671162 ], [ -111.73510140388463, 40.532691024120254 ], [ -111.73506608307375, 40.532700257685498 ], [ -111.73497163171821, 40.532700858532166 ], [ -111.73492430761637, 40.532692150698345 ], [ -111.73484146586402, 40.53267465988511 ], [ -111.7346518745078, 40.532612803531542 ], [ -111.73435612428918, 40.532560630482521 ], [ -111.73408359405619, 40.532472273733426 ], [ -111.73391702697212, 40.532356216755289 ], [ -111.73374898650398, 40.532105036058709 ], [ -111.73367618352104, 40.531925321252231 ], [ -111.73361567841165, 40.53179057259208 ], [ -111.73338841298086, 40.531521749646934 ], [ -111.7330783098413, 40.531235434125286 ], [ -111.73289935253942, 40.531065401110091 ], [ -111.73271872808334, 40.530742227799763 ], [ -111.73265793164744, 40.530580453876588 ], [ -111.73258562378973, 40.530445779478107 ], [ -111.73228821759605, 40.530240460990456 ], [ -111.73179001390103, 40.530027404772063 ], [ -111.73171898217819, 40.530009836903893 ], [ -111.73152949912321, 40.529956983547187 ], [ -111.73117463530895, 40.529896167678309 ], [ -111.73085558137691, 40.529871159653936 ], [ -111.73056004170098, 40.529836993215412 ], [ -111.73002789505014, 40.529759276877208 ], [ -111.72979158126178, 40.52974275197834 ], [ -111.7295909784135, 40.529753027691086 ], [ -111.72937896026119, 40.529799410557501 ], [ -111.72916703945339, 40.529854801281274 ], [ -111.72895463022188, 40.529865150395743 ], [ -111.72891911479914, 40.529856365591407 ], [ -111.72875344133826, 40.529821375188931 ], [ -111.72859928127363, 40.529759285365735 ], [ -111.72845663476146, 40.529670096165688 ], [ -111.72829047437125, 40.529590063860987 ], [ -111.72797113040338, 40.529538023107747 ], [ -111.72765227410792, 40.529531022706237 ], [ -111.7272852204464, 40.529434236191676 ], [ -111.72701271198098, 40.529345862526469 ], [ -111.7267874275714, 40.529257191182253 ], [ -111.72666829884059, 40.529158842965103 ], [ -111.72660819947257, 40.529060123430575 ], [ -111.726571225396, 40.528916214135414 ], [ -111.72656976602975, 40.528781090370195 ], [ -111.72657991782026, 40.528627875862192 ], [ -111.72651972178397, 40.528520148015836 ], [ -111.7264363036502, 40.528448601589446 ], [ -111.7262935655189, 40.528350401397738 ], [ -111.72585442272701, 40.52813694817867 ], [ -111.72567646356198, 40.528056986196077 ], [ -111.72546269941158, 40.527941213288713 ], [ -111.72522483927791, 40.527780546898626 ], [ -111.7249507870565, 40.527548036168987 ], [ -111.72466260250623, 40.527099400626831 ], [ -111.72445987256773, 40.526911485699927 ], [ -111.72418621440572, 40.526715006104375 ], [ -111.72373412073435, 40.526393519485417 ], [ -111.72324739021246, 40.526144318822602 ], [ -111.72292738877903, 40.526029206087244 ], [ -111.72264309447935, 40.525940895756143 ], [ -111.7223820245393, 40.525816404055 ], [ -111.72209599157827, 40.525565943596114 ], [ -111.72203628886184, 40.525503254598235 ], [ -111.72194107405821, 40.525431778584007 ], [ -111.72176283675239, 40.52532478563716 ], [ -111.72166800898104, 40.52528934245624 ], [ -111.72139600749787, 40.525245996607076 ], [ -111.721148002847, 40.525238535831946 ], [ -111.72082868481851, 40.525186475074101 ], [ -111.72055668426387, 40.525143127240099 ], [ -111.720367995055, 40.52516232149398 ], [ -111.72021510686127, 40.52521732777749 ], [ -111.71995683955811, 40.525354070337734 ], [ -111.71925363319266, 40.525835919866061 ], [ -111.71883172378173, 40.526126829205005 ], [ -111.71843322905218, 40.526399573676628 ], [ -111.71799806510445, 40.526555429337712 ], [ -111.71769227819915, 40.526665435492902 ], [ -111.71734013301497, 40.526856808470022 ], [ -111.71718743051284, 40.526929827330243 ], [ -111.71680111373749, 40.527238526046681 ], [ -111.71636853037081, 40.527637598997011 ], [ -111.71593872196853, 40.528297910266083 ], [ -111.71561391180573, 40.528840454377956 ], [ -111.71532374782521, 40.529310712129849 ], [ -111.71501140410598, 40.529916239351486 ], [ -111.71473380311862, 40.53045848872538 ], [ -111.71440945136032, 40.531046070777727 ], [ -111.71419020286488, 40.531524895916213 ], [ -111.71402854871776, 40.531868231774091 ], [ -111.71384203739082, 40.532094605761046 ], [ -111.71347957528191, 40.532430172406649 ], [ -111.71333942664717, 40.532575179519228 ], [ -111.71317499587737, 40.532657274312989 ], [ -111.71306902414425, 40.532684954943932 ], [ -111.71296267039462, 40.532676602390509 ], [ -111.71286812314158, 40.532668176897083 ], [ -111.71261942374232, 40.532597640141809 ], [ -111.71208717936327, 40.532510832945754 ], [ -111.71136679554463, 40.532497252661287 ], [ -111.71041151986232, 40.532602227548978 ], [ -111.70942186671201, 40.53280650310451 ], [ -111.70886819508893, 40.532927016464633 ], [ -111.70844353959082, 40.532965656434648 ], [ -111.70798327432108, 40.532986495322398 ], [ -111.70744102613085, 40.53307089640257 ], [ -111.70673414707406, 40.533219364078981 ], [ -111.70641650457692, 40.53332941289176 ], [ -111.70609980668543, 40.533529543678874 ], [ -111.70590032280681, 40.53364787778785 ], [ -111.70567646878104, 40.53369428950073 ], [ -111.70553478873732, 40.533695154723887 ], [ -111.70540463193907, 40.533668922837116 ], [ -111.70513232311063, 40.533598514103296 ], [ -111.70444659362579, 40.53351260830123 ], [ -111.70343178756792, 40.533572844133623 ], [ -111.70298322881708, 40.533584582978641 ], [ -111.70262902906889, 40.533586737450243 ], [ -111.70212124866332, 40.533580815341296 ], [ -111.70179085016798, 40.533600840333484 ], [ -111.70141369448321, 40.533666192550449 ], [ -111.70074268471386, 40.533859450158211 ], [ -111.69986224275415, 40.534351265101222 ], [ -111.6996161739492, 40.5345329325744 ], [ -111.6993942795747, 40.534768506364479 ], [ -111.69923085632924, 40.534949672714077 ], [ -111.69907877099243, 40.535085725921995 ], [ -111.69890279030838, 40.535194896886686 ], [ -111.69873870960772, 40.535313004479498 ], [ -111.69858690315283, 40.535476081932714 ], [ -111.69845833582681, 40.535602983259409 ], [ -111.69831739978676, 40.535675906031152 ], [ -111.69821151052219, 40.535712581406557 ], [ -111.69806982600052, 40.53571343751149 ], [ -111.69798689623418, 40.535686911936921 ], [ -111.69792767408046, 40.535669251960591 ], [ -111.69772592649306, 40.535571372964405 ], [ -111.69732290005318, 40.535420655385849 ], [ -111.6967066034523, 40.535199151691785 ], [ -111.69625644701492, 40.535057723415122 ], [ -111.69592454795801, 40.534933598884088 ], [ -111.69565103237773, 40.5347460598542 ], [ -111.69541331141609, 40.534594340190459 ], [ -111.69499839601933, 40.534434677144127 ], [ -111.69433479582763, 40.53420443638359 ], [ -111.69348229213963, 40.53397532573667 ], [ -111.69261780194775, 40.533728262898947 ], [ -111.69160010921578, 40.53350913728471 ], [ -111.69099639560937, 40.533359598591687 ], [ -111.69055862475697, 40.533272127145331 ], [ -111.69016743448397, 40.533121313737624 ], [ -111.68934899324583, 40.532756835996963 ], [ -111.68851847771667, 40.532365397759378 ], [ -111.68764111450336, 40.532010267798761 ], [ -111.68700172771483, 40.531833893829763 ], [ -111.68624409682278, 40.531640200907155 ], [ -111.68520284311117, 40.5314211586767 ], [ -111.68487153233986, 40.531351051970908 ], [ -111.68467045829283, 40.531316208142997 ], [ -111.68454068060329, 40.5313259859523 ], [ -111.68437603384221, 40.531390023383203 ], [ -111.68407062688401, 40.53154498274008 ], [ -111.68377629232593, 40.531627804792024 ], [ -111.68338796360453, 40.531756226419738 ], [ -111.68298865016523, 40.531965791516527 ], [ -111.68233187653465, 40.532402097693485 ], [ -111.68198033010162, 40.532665430427912 ], [ -111.68169843364382, 40.53281123586477 ], [ -111.68148664542497, 40.532884556167254 ], [ -111.68133343351302, 40.532912486334276 ], [ -111.68112082360143, 40.532904730978892 ], [ -111.68095507531615, 40.53286066358126 ], [ -111.68062303248016, 40.532718478063352 ], [ -111.68020770761142, 40.532513719798366 ], [ -111.67964970614327, 40.53221070177409 ], [ -111.67905647229327, 40.531925905839948 ], [ -111.67877157274404, 40.531774429014632 ], [ -111.67859402235372, 40.531730427543145 ], [ -111.67844063009791, 40.531740337189497 ], [ -111.67831112310404, 40.531777133033586 ], [ -111.6781582756044, 40.531841092344877 ], [ -111.67777102387409, 40.532077595265747 ], [ -111.6771832403152, 40.532333290085539 ], [ -111.67657111429737, 40.532517053476028 ], [ -111.67633597991295, 40.532617527668961 ], [ -111.67603063914079, 40.532781474277002 ], [ -111.67580685708299, 40.532836836610734 ], [ -111.67565373330324, 40.532873767607271 ], [ -111.67541904855909, 40.533019281663819 ], [ -111.67526737110929, 40.533200345641895 ], [ -111.67515120334083, 40.53339021080123 ], [ -111.6749894352118, 40.533742501917814 ], [ -111.67475709561738, 40.534122231551947 ], [ -111.67454872857518, 40.534537856227693 ], [ -111.67431701599155, 40.534980643360456 ], [ -111.67410801162175, 40.535333208830956 ], [ -111.67387584216945, 40.535730953355817 ], [ -111.67377409041144, 40.536181990149373 ], [ -111.67373011028869, 40.536506565828944 ], [ -111.67364971532746, 40.536732256260272 ], [ -111.67349901716352, 40.537012409650416 ], [ -111.67306719443035, 40.537519422469948 ], [ -111.67287998812944, 40.537691681307635 ], [ -111.67266889559626, 40.537837052309563 ], [ -111.67249295442768, 40.537955191739066 ], [ -111.67226942235517, 40.538037572355606 ], [ -111.67222228233616, 40.538046855493882 ], [ -111.67215152726592, 40.538056275994734 ], [ -111.67192754441213, 40.538093614247238 ], [ -111.67162036879377, 40.53807738249246 ], [ -111.67133734790471, 40.538115062765819 ], [ -111.67096076512523, 40.538243374363653 ], [ -111.67044401665865, 40.538525648860109 ], [ -111.67020957026918, 40.538698177471417 ], [ -111.66997503293152, 40.538861697267393 ], [ -111.66965810969489, 40.539052720707566 ], [ -111.66944619881038, 40.539117010777176 ], [ -111.6691748903435, 40.539145609030889 ], [ -111.66889240111962, 40.539237333426414 ], [ -111.66864623005351, 40.539418935598881 ], [ -111.66842358371643, 40.539591392286681 ], [ -111.66814225510375, 40.539800223359762 ], [ -111.66784858009007, 40.539955071930223 ], [ -111.66710763367909, 40.540256644911011 ], [ -111.66631944868668, 40.540558485575104 ], [ -111.6656252749391, 40.540814734983059 ], [ -111.66503656663642, 40.540989293450643 ], [ -111.66424729579198, 40.541183019878765 ], [ -111.6640941465143, 40.541219935702507 ], [ -111.66397677716346, 40.541292681158922 ], [ -111.66386011902688, 40.541437493307541 ], [ -111.6637559799114, 40.541654304311962 ], [ -111.66367785714594, 40.542114205033634 ], [ -111.66365619663434, 40.542312524398568 ], [ -111.66352915003479, 40.542601537634589 ], [ -111.6633782189589, 40.54286366127748 ], [ -111.6631231430125, 40.543342595128166 ], [ -111.66281070791716, 40.543993025770625 ], [ -111.66257950738805, 40.544498847948866 ], [ -111.6624182684839, 40.54491417995802 ], [ -111.6622214237064, 40.545311698091851 ], [ -111.66186111447317, 40.545899338385986 ], [ -111.66156011004466, 40.546513664509753 ], [ -111.66136361008375, 40.546947214537205 ], [ -111.66124915168301, 40.547317232701658 ], [ -111.66126379620142, 40.547605432202381 ], [ -111.66134929649732, 40.547893226112187 ], [ -111.66154214517742, 40.548288511552421 ], [ -111.66161761129538, 40.548756539714553 ], [ -111.66181143961117, 40.549250916387301 ], [ -111.66184881929721, 40.5494488969725 ], [ -111.6618499722626, 40.549566005422136 ], [ -111.66183878351677, 40.549629131469345 ], [ -111.66179234335382, 40.549710477145446 ], [ -111.66169848731873, 40.54977407667824 ], [ -111.66160480842166, 40.549855692819861 ], [ -111.6613821096375, 40.550028136041384 ], [ -111.66074801892708, 40.55040112704966 ], [ -111.66016018714745, 40.550674752913636 ], [ -111.65963078084553, 40.550884980278404 ], [ -111.6590305121662, 40.55109560945683 ], [ -111.65800623037016, 40.551425766257623 ], [ -111.65742939535117, 40.551618235953974 ], [ -111.65707615393066, 40.55172835169099 ], [ -111.65672255930126, 40.551802432963015 ], [ -111.65621499437401, 40.551832343554771 ], [ -111.65551741505095, 40.551755224011146 ], [ -111.65470173774354, 40.551678769551529 ], [ -111.65407528424115, 40.551628264759088 ], [ -111.65372072302858, 40.551603244979404 ], [ -111.65321254532074, 40.551570083900209 ], [ -111.65281048251056, 40.551518303336721 ], [ -111.65232531375436, 40.551421946388359 ], [ -111.65170980080212, 40.551281278479529 ], [ -111.65123600878917, 40.551139808515721 ], [ -111.65094006424792, 40.55106940551115 ], [ -111.65066817598417, 40.551043910522395 ], [ -111.65047947987331, 40.551071999637273 ], [ -111.65029130647588, 40.551154138608645 ], [ -111.65013899790367, 40.551281119711021 ], [ -111.65008090673352, 40.551380543953172 ], [ -111.65003593201523, 40.551615027124782 ], [ -111.64996838226418, 40.551957743476244 ], [ -111.64993469424, 40.552138109991226 ], [ -111.64987712460548, 40.552291584281377 ], [ -111.6497844727424, 40.552481291253763 ], [ -111.64948097869259, 40.552852360598735 ], [ -111.64918981357444, 40.553277412941078 ], [ -111.64892261332582, 40.553738365311425 ], [ -111.64869031903218, 40.554145067966907 ], [ -111.64843344502775, 40.554452810782053 ], [ -111.64810579248565, 40.554769958937264 ], [ -111.6477189972036, 40.555078428904388 ], [ -111.64722659675927, 40.555459560002518 ], [ -111.64675789882409, 40.555849565144726 ], [ -111.64647652148459, 40.556067352277346 ], [ -111.64630178587083, 40.556320577566062 ], [ -111.64618670940357, 40.556636530815027 ], [ -111.64607327724542, 40.557123642759095 ], [ -111.64601820582351, 40.557538357486941 ], [ -111.6458820145892, 40.55811568485278 ], [ -111.64577082850474, 40.558837013685803 ], [ -111.64570576032818, 40.559440969662148 ], [ -111.64568352251428, 40.559585235382379 ], [ -111.64563792147648, 40.559756658182458 ], [ -111.64555697247732, 40.559937287325432 ], [ -111.64535842754312, 40.560172626412246 ], [ -111.64519488329682, 40.560362725493832 ], [ -111.64504427379516, 40.560669867012351 ], [ -111.64497444201086, 40.560778362949847 ], [ -111.64482192884221, 40.560887320365545 ], [ -111.64466872379914, 40.560924210739756 ], [ -111.64416212022262, 40.561062169167343 ], [ -111.64350360213328, 40.561372139573017 ], [ -111.64331565011207, 40.561481292391974 ], [ -111.64298647400452, 40.561645284024223 ], [ -111.64275110103179, 40.561736682170817 ], [ -111.64245692697321, 40.561855433363363 ], [ -111.6419872963113, 40.562155335694733 ], [ -111.64170639339962, 40.562427161439196 ], [ -111.64143816008824, 40.562789004503657 ], [ -111.64120553183716, 40.563168666984289 ], [ -111.64099592355645, 40.563485139410417 ], [ -111.64083253077999, 40.563693249078113 ], [ -111.64064516916116, 40.563865456094888 ], [ -111.64038822150304, 40.564173181068213 ], [ -111.64000253819928, 40.564607742386237 ], [ -111.63948888625031, 40.565250213986111 ], [ -111.63923252800281, 40.565620994897486 ], [ -111.6389894359493, 40.566144851974286 ], [ -111.63873315722503, 40.566524640123809 ], [ -111.63845444879362, 40.567030675267752 ], [ -111.63817650635255, 40.56761778493388 ], [ -111.63808328740399, 40.567753432294417 ], [ -111.63802499328908, 40.567834833722813 ], [ -111.6378964207061, 40.567979685008012 ], [ -111.63779070363975, 40.568043330510974 ], [ -111.6376730024801, 40.568089024411748 ], [ -111.63748425288433, 40.568117092621947 ], [ -111.63683445889747, 40.568111667703072 ], [ -111.63638591065057, 40.5681501748331 ], [ -111.63581957391101, 40.568225363888331 ], [ -111.63557158811578, 40.568235737329985 ], [ -111.63544164612873, 40.56823645216047 ], [ -111.63527618022604, 40.568228353372973 ], [ -111.63512252726622, 40.568220189403462 ], [ -111.63464890468369, 40.568105677548303 ], [ -111.63428125929875, 40.567954546604632 ], [ -111.63404355674523, 40.567802701368976 ], [ -111.63393596616746, 40.567668159377256 ], [ -111.6338167332093, 40.567551698818463 ], [ -111.63368602777263, 40.567471336386653 ], [ -111.63348461594944, 40.567409379215121 ], [ -111.63296409030282, 40.567331152931224 ], [ -111.63219473532706, 40.56717320679131 ], [ -111.63143711194347, 40.567006182560874 ], [ -111.63099936511792, 40.566936503749837 ], [ -111.63069215060598, 40.566929172543681 ], [ -111.6306212744706, 40.566929559465521 ], [ -111.63055048288146, 40.56693895471453 ], [ -111.63011341328243, 40.566941339504382 ], [ -111.62965246496142, 40.56691682629527 ], [ -111.62936879162878, 40.566900354424497 ], [ -111.62913194737902, 40.56683858267543 ], [ -111.62882363735115, 40.566714137637497 ], [ -111.62825401843673, 40.566437962980189 ], [ -111.6280762398076, 40.566375867823936 ], [ -111.62787483632975, 40.566313900796864 ], [ -111.62770912344415, 40.566278765996458 ], [ -111.62754357901393, 40.566261647710668 ], [ -111.62741338826876, 40.566235328351851 ], [ -111.6272591519626, 40.566164095237667 ], [ -111.62708137496135, 40.566101998535217 ], [ -111.62683339541036, 40.566112353174084 ], [ -111.6267980417895, 40.566121553832012 ], [ -111.6267272504857, 40.566130946737061 ], [ -111.62665629111531, 40.566122322841601 ], [ -111.62659714431763, 40.56611363483217 ], [ -111.62641928405826, 40.566042528725681 ], [ -111.62628892621605, 40.565998191333449 ], [ -111.62614692392509, 40.56597193457722 ], [ -111.625946194818, 40.565982031201173 ], [ -111.62586342316726, 40.565973470820026 ], [ -111.62579246406756, 40.565964846391658 ], [ -111.62568623518253, 40.565974430618525 ], [ -111.62550929879595, 40.566002415287784 ], [ -111.62547377731784, 40.565993598779833 ], [ -111.6253438394146, 40.56599430222068 ], [ -111.6251426910034, 40.565959355543157 ], [ -111.62481143746433, 40.565907094590564 ], [ -111.62434982820442, 40.565810493089828 ], [ -111.62382915779554, 40.56571420868466 ], [ -111.62336738406563, 40.565599586465162 ], [ -111.62301209102939, 40.565502405875684 ], [ -111.62271686311982, 40.565513006471534 ], [ -111.62219711492418, 40.565515806927806 ], [ -111.62174790797103, 40.565482190069886 ], [ -111.62084849644076, 40.565306850425578 ], [ -111.62050518730454, 40.565227615381026 ], [ -111.62024489840653, 40.565183968962991 ], [ -111.61987846447221, 40.565158909231478 ], [ -111.61954788332838, 40.565178700256411 ], [ -111.61852020382197, 40.565184207036431 ], [ -111.61843759987121, 40.565193658107532 ], [ -111.61733904543085, 40.565199533772748 ], [ -111.61653588378269, 40.565212831744518 ], [ -111.61581573897705, 40.565261716987393 ], [ -111.61504933288417, 40.565418950109603 ], [ -111.61465976896334, 40.565448049996299 ], [ -111.61423476727649, 40.565477336995016 ], [ -111.61371485395266, 40.565462082486015 ], [ -111.61311126710086, 40.565339163668568 ], [ -111.61262629954301, 40.565269665751337 ], [ -111.61227233685111, 40.565316586468121 ], [ -111.61206020518398, 40.565371763593276 ], [ -111.61161362790857, 40.565626376241603 ], [ -111.61144956459231, 40.565771386140973 ], [ -111.61126154762614, 40.565880487195571 ], [ -111.61119083623363, 40.565898878999505 ], [ -111.6110965816281, 40.56592640413956 ], [ -111.61096664350221, 40.565927091409051 ], [ -111.61070635781709, 40.565883423478979 ], [ -111.61044566321951, 40.565794712926134 ], [ -111.60986455938539, 40.565545534584189 ], [ -111.60912916294875, 40.565216087380669 ], [ -111.60870285425128, 40.565101219470172 ], [ -111.60805202990745, 40.564978523070756 ], [ -111.60725978505168, 40.56489260183011 ], [ -111.60656155316499, 40.564752128525001 ], [ -111.60630103091198, 40.564681425361236 ], [ -111.60612270796159, 40.564556237310896 ], [ -111.60600369094803, 40.564457764426486 ], [ -111.60592035487488, 40.564386130807009 ], [ -111.60576679500731, 40.564386936113451 ], [ -111.6057197082381, 40.564405200692661 ], [ -111.60566105274856, 40.564450552432014 ], [ -111.60557982804998, 40.56461313740229 ], [ -111.60541664693891, 40.564857231417307 ], [ -111.60497199427786, 40.565328020565182 ], [ -111.60429392026984, 40.56611533862992 ], [ -111.60389561152483, 40.5664867838967 ], [ -111.60345053291816, 40.566912525127798 ], [ -111.60313458100165, 40.567247502152455 ], [ -111.60288869473449, 40.567492024280057 ], [ -111.6026220898942, 40.5680609721256 ], [ -111.60226226833424, 40.568774546709363 ], [ -111.60206604786673, 40.569289073188074 ], [ -111.60196287749797, 40.569640955428497 ], [ -111.601813663453, 40.570128209955499 ], [ -111.60179253855468, 40.570407593875906 ], [ -111.60184285894374, 40.570749667423385 ], [ -111.60189245341412, 40.571010665210075 ], [ -111.60193168777757, 40.571433875937039 ], [ -111.60202958707737, 40.571811736744543 ], [ -111.60238884256535, 40.572350393844168 ], [ -111.60258166007328, 40.572772803272237 ], [ -111.60264687155562, 40.573457134170482 ], [ -111.60269719876631, 40.573799207118263 ], [ -111.60267745070311, 40.574231733917721 ], [ -111.60254004618508, 40.574718927396098 ], [ -111.60233102738178, 40.575125414661798 ], [ -111.60209781224302, 40.575468965858079 ], [ -111.60172306506976, 40.575840280358307 ], [ -111.60126593564526, 40.576248057753908 ], [ -111.6006791638296, 40.57669254282029 ], [ -111.60009174030556, 40.577064957676896 ], [ -111.59945697142126, 40.577428606410777 ], [ -111.59885691669508, 40.577710992275215 ], [ -111.59862174773149, 40.577838334716638 ], [ -111.59851557618742, 40.577856902507222 ], [ -111.59833875724715, 40.577902862622032 ], [ -111.59787806447817, 40.577914256757211 ], [ -111.59710890788757, 40.577783102734998 ], [ -111.59580657644888, 40.577483527111966 ], [ -111.59453977993286, 40.577192762709686 ], [ -111.59424385761251, 40.57713122358728 ], [ -111.59404245225386, 40.577069197696055 ], [ -111.5938651542924, 40.577061100477799 ], [ -111.59369990982704, 40.577079967517697 ], [ -111.59326877668067, 40.576424538160261 ], [ -111.59292202237057, 40.575957859434986 ], [ -111.59243373993938, 40.575518932017999 ], [ -111.59212466247665, 40.575304304800831 ], [ -111.59193364969214, 40.575080062997138 ], [ -111.59186109740516, 40.57489124931557 ], [ -111.59179940719149, 40.574594273971982 ], [ -111.59178449759871, 40.574243005954642 ], [ -111.59187377088607, 40.573647965716269 ], [ -111.59189501730052, 40.573377591894406 ], [ -111.59186980189929, 40.573197544440305 ], [ -111.59176204844829, 40.573035937478359 ], [ -111.59160648483858, 40.572811513435077 ], [ -111.59136767071222, 40.572524453538534 ], [ -111.59084358634847, 40.572040658171183 ], [ -111.58994012963221, 40.571405648156137 ], [ -111.58904976734497, 40.570914705595897 ], [ -111.58817154693082, 40.57045972963904 ], [ -111.58776784185133, 40.570227554582431 ], [ -111.58752968365552, 40.570012553947294 ], [ -111.58723206680517, 40.569752810875535 ], [ -111.58712503867827, 40.569672275327505 ], [ -111.58657722345635, 40.569170563192408 ], [ -111.58607831918698, 40.56885778593179 ], [ -111.5857934687695, 40.568706080407395 ], [ -111.5855327953953, 40.568617313523646 ], [ -111.58518935274402, 40.568519956510279 ], [ -111.58471573228289, 40.568396230910274 ], [ -111.58408815258292, 40.568228237675797 ], [ -111.58385118757644, 40.568148355952253 ], [ -111.58357823638261, 40.56800559363549 ], [ -111.58329308231849, 40.567817848067477 ], [ -111.58273373233537, 40.567343202234738 ], [ -111.5821265927422, 40.566805732547934 ], [ -111.58173372912998, 40.56645636655508 ], [ -111.58161458819464, 40.566339851445186 ], [ -111.58154285431284, 40.566241115266898 ], [ -111.58145876224262, 40.566079379320819 ], [ -111.58140956274664, 40.565854405781458 ], [ -111.58132508177115, 40.565647627448676 ], [ -111.58116995987648, 40.565468230981466 ], [ -111.58102672922557, 40.565297783340689 ], [ -111.58079995534341, 40.565028658230489 ], [ -111.5806676826215, 40.564759057704855 ], [ -111.58055880219757, 40.564462312913946 ], [ -111.58047315824764, 40.56412040700409 ], [ -111.58037383547816, 40.563562357323697 ], [ -111.58010766718706, 40.56283397724669 ], [ -111.58002257202709, 40.562555130107789 ], [ -111.57988867481934, 40.562096350811565 ], [ -111.57980303743149, 40.561754444220952 ], [ -111.57974172407677, 40.56149349516874 ], [ -111.57974048055738, 40.561349359747332 ], [ -111.57971576889071, 40.561223359795875 ], [ -111.57961979815353, 40.56105267310361 ], [ -111.5794521806843, 40.560792257157708 ], [ -111.57922410847377, 40.560369984674203 ], [ -111.57910319726115, 40.560046272012151 ], [ -111.57897094136793, 40.559776669197575 ], [ -111.57858955924813, 40.559382190156413 ], [ -111.57837361885035, 40.558995890545496 ], [ -111.57822893655108, 40.558654278165449 ], [ -111.57802566418415, 40.558367011892898 ], [ -111.57778757941091, 40.558151990230293 ], [ -111.57750132234497, 40.55782910255779 ], [ -111.57717971195764, 40.557515399641687 ], [ -111.57684466976255, 40.557012576787528 ], [ -111.57654514281845, 40.556518584540875 ], [ -111.57619737275579, 40.555907716863452 ], [ -111.57588565885118, 40.555368739254675 ], [ -111.57562242711599, 40.55497366103873 ], [ -111.57553874935583, 40.554856962678578 ], [ -111.57523924176309, 40.554362966730999 ], [ -111.57520334740545, 40.554309092249568 ], [ -111.57479855168442, 40.553932734524608 ], [ -111.57435794423682, 40.553511509051496 ], [ -111.57409526742649, 40.553179486517301 ], [ -111.57390514736787, 40.553045298067261 ], [ -111.57373849498153, 40.552892975024164 ], [ -111.57354722345472, 40.552623658660252 ], [ -111.57341592689954, 40.552462150743793 ], [ -111.57329720953553, 40.552390668947901 ], [ -111.57310747733376, 40.552301521583523 ], [ -111.57287019762531, 40.552176574199365 ], [ -111.57258483390753, 40.551952767066176 ], [ -111.57237025625, 40.551719599682443 ], [ -111.57197745542092, 40.551361190164592 ], [ -111.57174018112558, 40.551236240402481 ], [ -111.57152706392127, 40.551174232752814 ], [ -111.57130236675087, 40.551139308586471 ], [ -111.57110182562127, 40.551167326681458 ], [ -111.57100726871397, 40.551158785180071 ], [ -111.57091278833857, 40.55115925209499 ], [ -111.57075887528325, 40.551114968196288 ], [ -111.57053364348906, 40.55101698306909 ], [ -111.57030810663977, 40.550882963515839 ], [ -111.57012965778883, 40.550730693415211 ], [ -111.56999867868907, 40.550605215466113 ], [ -111.56958113229648, 40.55011178667155 ], [ -111.56912724753479, 40.549510428825947 ], [ -111.56885219276542, 40.549106384034424 ], [ -111.5687549715405, 40.548782543142401 ], [ -111.56865637968703, 40.548296549112706 ], [ -111.56844076102121, 40.547937255077073 ], [ -111.5682505148034, 40.547785040017409 ], [ -111.56802461281018, 40.547605973308919 ], [ -111.56787002495332, 40.547480608928836 ], [ -111.56779825553267, 40.547372855117374 ], [ -111.56773806749443, 40.547238017713063 ], [ -111.56773616568462, 40.547012805084499 ], [ -111.567875366602, 40.546714827962042 ], [ -111.56801487072975, 40.546452884688001 ], [ -111.56821372421494, 40.546226684890527 ], [ -111.56856525727945, 40.545900635813659 ], [ -111.56919974702976, 40.545519138717736 ], [ -111.56974105533709, 40.54529124864478 ], [ -111.57004618039576, 40.545064521568328 ], [ -111.57037392781903, 40.544720566538402 ], [ -111.57060781264607, 40.544449145221144 ], [ -111.57088747763348, 40.544006328450607 ], [ -111.57112013366182, 40.543590770007 ], [ -111.57121238407831, 40.543329056336539 ], [ -111.57127826125419, 40.542743153140115 ], [ -111.57120159400394, 40.542058856900468 ], [ -111.57105491994216, 40.541474004312256 ], [ -111.57083709314503, 40.540853467481135 ], [ -111.57073903375051, 40.540430534162347 ], [ -111.57073536387567, 40.539998125622112 ], [ -111.57081473248034, 40.539610351288729 ], [ -111.57101271513012, 40.539285052971628 ], [ -111.57134020015408, 40.53891406954407 ], [ -111.57170371771302, 40.538614978016597 ], [ -111.57186787846089, 40.538479032259289 ], [ -111.57233620458561, 40.538008250992391 ], [ -111.57253463535758, 40.537737001134296 ], [ -111.57259221653932, 40.53756554683747 ], [ -111.57261437455401, 40.537394268065846 ], [ -111.57256545680656, 40.537196314840095 ], [ -111.57242146551719, 40.53692676149042 ], [ -111.57190753622635, 40.536199586017247 ], [ -111.57167898389478, 40.535705227822461 ], [ -111.57139262321559, 40.535355297360745 ], [ -111.57090539002786, 40.534988341059332 ], [ -111.57044231125217, 40.534684325705548 ], [ -111.5702871378673, 40.53448689594299 ], [ -111.57027380318517, 40.534306783796715 ], [ -111.57035439032201, 40.534063145772038 ], [ -111.57049370627632, 40.533783182131863 ], [ -111.57082002101932, 40.53327707215697 ], [ -111.57093457278475, 40.532862096789763 ], [ -111.57095512786063, 40.532501639199367 ], [ -111.5708815348916, 40.532177682388344 ], [ -111.57061827195605, 40.531764573323791 ], [ -111.5704142742924, 40.531378197773925 ], [ -111.5704111423866, 40.531008848213126 ], [ -111.57051342814407, 40.530539880232695 ], [ -111.57060558720745, 40.530269158034884 ], [ -111.57077924335793, 40.529862899629187 ], [ -111.57076353906994, 40.529403523033587 ], [ -111.57061865510187, 40.529025864567039 ], [ -111.57047400195103, 40.52867523147237 ], [ -111.57025660511452, 40.528099734511756 ], [ -111.57000249686126, 40.527371266731073 ], [ -111.56980940659311, 40.526876729067013 ], [ -111.56971274811509, 40.526615947289756 ], [ -111.56971068851655, 40.526372716863058 ], [ -111.56976704691546, 40.526057127097225 ], [ -111.56985935565712, 40.525804422376687 ], [ -111.57013887317133, 40.525352597947688 ], [ -111.57029043600882, 40.525126627211336 ], [ -111.57040772707728, 40.525035959144411 ], [ -111.57058351029966, 40.524881939751218 ], [ -111.57075891063404, 40.524682877414584 ], [ -111.57086263702075, 40.52438507087853 ], [ -111.57089591290573, 40.524132656897834 ], [ -111.57111325559408, 40.523311771670642 ], [ -111.57124887571558, 40.522599396960359 ], [ -111.57129303655107, 40.522238821981617 ], [ -111.57130139980903, 40.521833379370918 ], [ -111.57126239073609, 40.521410153102543 ], [ -111.57128156468947, 40.520887541047387 ], [ -111.5713838298075, 40.52041857162213 ], [ -111.57156941411986, 40.520030270253926 ], [ -111.57177929419686, 40.519722928632618 ], [ -111.57191972357819, 40.519578090949594 ], [ -111.57221261477257, 40.519315382243882 ], [ -111.57257594690584, 40.519007279164256 ], [ -111.57303263660529, 40.518572587104593 ], [ -111.57340722797422, 40.518201363094946 ], [ -111.5740051728456, 40.517720921511383 ], [ -111.57430977509142, 40.517449140338726 ], [ -111.57473133863044, 40.517050651756321 ], [ -111.57500106165105, 40.516842104681672 ], [ -111.5751768130953, 40.516688078300774 ], [ -111.57529385194196, 40.516570379664053 ], [ -111.57536336655365, 40.516416881847043 ], [ -111.57540865689604, 40.516191433212732 ], [ -111.57541807326173, 40.515912109643033 ], [ -111.57540157155343, 40.515362647337966 ], [ -111.57537380556374, 40.514876303554786 ], [ -111.57544100779863, 40.514452549340419 ], [ -111.57554207921899, 40.513848447805607 ], [ -111.57551392785487, 40.513317061202862 ], [ -111.575380086282, 40.512849263351917 ], [ -111.57534213540673, 40.512552157606414 ], [ -111.57532771430687, 40.512245925756488 ], [ -111.57535958199682, 40.511831356247995 ], [ -111.57543681341132, 40.511200346436603 ], [ -111.57545495186962, 40.510560621857252 ], [ -111.57540450621747, 40.510182497825781 ], [ -111.57532937776247, 40.509678371546471 ], [ -111.57523110697714, 40.509228413987088 ], [ -111.57521899641023, 40.509192438526831 ], [ -111.57504968069792, 40.508715807578405 ], [ -111.57490566483693, 40.508437247095614 ], [ -111.57488067511569, 40.508275210545058 ], [ -111.57487944433549, 40.508131073668395 ], [ -111.57493668736144, 40.507923583319652 ], [ -111.5750870412088, 40.50756247765775 ], [ -111.57521532813639, 40.507381660398671 ], [ -111.57540177909881, 40.507101455068749 ], [ -111.57551803102196, 40.506893670568509 ], [ -111.57558676524518, 40.50665008687168 ], [ -111.57558445483777, 40.506379830182212 ], [ -111.57567147796546, 40.505514538395587 ], [ -111.57566593244638, 40.504865922201176 ], [ -111.57562521274502, 40.504244507973986 ], [ -111.5755268713452, 40.503785541642422 ], [ -111.57544148775249, 40.503461644838183 ], [ -111.57540438916838, 40.50326363277614 ], [ -111.57540269560575, 40.50306544441559 ], [ -111.57549564554635, 40.502893811609269 ], [ -111.57569488587815, 40.502730658221154 ], [ -111.57595313279718, 40.502567210422256 ], [ -111.57637551968152, 40.502276818267198 ], [ -111.57680900984222, 40.501905288622005 ], [ -111.57740748206155, 40.501505906295698 ], [ -111.57784150267581, 40.501197432730976 ], [ -111.57845176366203, 40.500797986024928 ], [ -111.57880386379003, 40.500570999377402 ], [ -111.5789095320858, 40.500507407455629 ], [ -111.57900316668703, 40.500416848883098 ], [ -111.57909672357053, 40.500317281674619 ], [ -111.57913150713087, 40.500245035780161 ], [ -111.57913096483567, 40.500181975856385 ], [ -111.57914160384232, 40.500046788307102 ], [ -111.57894643635656, 40.499309032327488 ], [ -111.57866766135368, 40.498454578218869 ], [ -111.57834300609606, 40.497753505109884 ], [ -111.57809078469553, 40.497241256715562 ], [ -111.57789973389561, 40.496980952568912 ], [ -111.57772118051685, 40.496801666208441 ], [ -111.57749558071377, 40.496640632576167 ], [ -111.57686714666907, 40.496292421921119 ], [ -111.57635703094637, 40.49597965362792 ], [ -111.57607181911642, 40.495746842809965 ], [ -111.5758096707137, 40.495450853667407 ], [ -111.57537778133059, 40.494624180599565 ], [ -111.57510260966608, 40.494184111275402 ], [ -111.57505464040278, 40.494094260380855 ], [ -111.57462269229842, 40.493258575596094 ], [ -111.5745024653327, 40.492997913445429 ], [ -111.57447679129287, 40.492754799114067 ], [ -111.57452145495871, 40.492457281355001 ], [ -111.57454190418602, 40.492087812245636 ], [ -111.57450458441306, 40.49186277370211 ], [ -111.5744546202593, 40.491538699391739 ], [ -111.57447107486445, 40.490700783948192 ], [ -111.57453603241079, 40.490015779692044 ], [ -111.57460252542923, 40.489510947019426 ], [ -111.57457585369427, 40.489150720952615 ], [ -111.57454518731787, 40.488322048381164 ], [ -111.57463712067047, 40.488033304325704 ], [ -111.57474108271393, 40.487771527274219 ], [ -111.57483255333472, 40.487428731522527 ], [ -111.57482740372258, 40.486825156138011 ], [ -111.57489727383583, 40.486716700957871 ], [ -111.57503778225251, 40.486589876353477 ], [ -111.57527275658354, 40.486471590380113 ], [ -111.57567283450496, 40.486343472697392 ], [ -111.57614154585227, 40.485962760311537 ], [ -111.57657393123951, 40.48547411957103 ], [ -111.57706445383872, 40.484886088217706 ], [ -111.57730921024242, 40.484533515938615 ], [ -111.57750831515705, 40.484361350722189 ], [ -111.57801193347967, 40.483926402392576 ], [ -111.57823424470006, 40.483709074981242 ], [ -111.57833903676583, 40.483546389108028 ], [ -111.57839578515964, 40.483284844852953 ], [ -111.5784970185955, 40.482707763753204 ], [ -111.57855276022546, 40.482329107730457 ], [ -111.57861012563161, 40.482139632045751 ], [ -111.57867975277763, 40.48200414879728 ], [ -111.57884384005899, 40.481877201435758 ], [ -111.57909043431017, 40.481740831496623 ], [ -111.57991333820165, 40.481394364325212 ], [ -111.58017118336981, 40.481194872778495 ], [ -111.5803936338437, 40.480995558398888 ], [ -111.58082696612911, 40.480624013416154 ], [ -111.58127286825741, 40.480342493368013 ], [ -111.58158984872097, 40.48016071917143 ], [ -111.5818604928875, 40.480078276157762 ], [ -111.58275562716956, 40.479902595668435 ], [ -111.5833674608854, 40.479710320563278 ], [ -111.58369732248161, 40.479654601279741 ], [ -111.58386170674389, 40.479563681189674 ], [ -111.58390827218011, 40.479491374111362 ], [ -111.58395452528268, 40.479383032672615 ], [ -111.5839499979466, 40.478860534695734 ], [ -111.58395562881026, 40.478148796736043 ], [ -111.58398571246092, 40.477536033949903 ], [ -111.58406509144149, 40.477166264548075 ], [ -111.5841814221515, 40.47697648798092 ], [ -111.58434509632923, 40.476804489911686 ], [ -111.58455619186914, 40.476659278731169 ], [ -111.58486127107069, 40.476468546703593 ], [ -111.58558868840024, 40.47600540533012 ], [ -111.58622164331857, 40.475533729523583 ], [ -111.58672615909053, 40.475215855053769 ], [ -111.58685451094175, 40.475053041686778 ], [ -111.58694755070147, 40.474899416487915 ], [ -111.58700520019595, 40.474745970953528 ], [ -111.58713111792967, 40.474303891046382 ], [ -111.5872359525528, 40.47415020568274 ], [ -111.58749366987703, 40.47394168930731 ], [ -111.58819839239126, 40.473586754600653 ], [ -111.5884325118341, 40.473378356208677 ], [ -111.58859577315577, 40.473161309211818 ], [ -111.58870005195202, 40.472944562410952 ], [ -111.58885017731262, 40.472574429135186 ], [ -111.58893164906102, 40.472447888190786 ], [ -111.58907194399093, 40.472303029428637 ], [ -111.58930692259278, 40.47219372374019 ], [ -111.58944800391359, 40.47213895040484 ], [ -111.58980078502525, 40.472011024905321 ], [ -111.58995318863938, 40.471902139238153 ], [ -111.59006988806671, 40.471757399689842 ], [ -111.5901514354114, 40.471639866478405 ], [ -111.59025602240887, 40.471459152619367 ], [ -111.59037303600306, 40.471350447114681 ], [ -111.59047856885806, 40.471277836104854 ], [ -111.59065479847951, 40.471195854754619 ], [ -111.5907724425484, 40.471159217547395 ], [ -111.59143009304988, 40.470822521622196 ], [ -111.59188760282649, 40.4705318919682 ], [ -111.59228549640257, 40.470169494067058 ], [ -111.5924722499643, 40.469943312138426 ], [ -111.5928921438215, 40.469400619496405 ], [ -111.59316019445986, 40.46902987549938 ], [ -111.59338256651137, 40.468830536255723 ], [ -111.59365267464668, 40.46869401437128 ], [ -111.59388755384362, 40.468575690857392 ], [ -111.59413359260429, 40.468385237550379 ], [ -111.59446124496625, 40.468086256068581 ], [ -111.59474226918019, 40.467850576545509 ], [ -111.59507055234225, 40.467623662034761 ], [ -111.59534104994179, 40.46753217916325 ], [ -111.59542345816851, 40.467513736688261 ], [ -111.59562397879836, 40.467512703561468 ], [ -111.59584713470129, 40.467403445461784 ], [ -111.59601131341898, 40.467294491057643 ], [ -111.59612854946992, 40.46721280551953 ], [ -111.59653939149642, 40.466985461005116 ], [ -111.59678637380935, 40.466903105105374 ], [ -111.59706890068617, 40.466838583066966 ], [ -111.59746985796976, 40.466827502201987 ], [ -111.59775350200172, 40.46688909865545 ], [ -111.59801339628399, 40.466932799297986 ], [ -111.59891087351912, 40.467045269429697 ], [ -111.60008108786425, 40.467318478851283 ], [ -111.60067197580992, 40.46744153557502 ], [ -111.60101331696983, 40.467358680256552 ], [ -111.60133074533817, 40.467239912362118 ], [ -111.60171894407557, 40.46712077519998 ], [ -111.60201269916945, 40.466993119674243 ], [ -111.6024710225004, 40.466801542776551 ], [ -111.6027182383327, 40.466746199979809 ], [ -111.60294266901685, 40.466781065457106 ], [ -111.60316734170078, 40.466842956217704 ], [ -111.60411313675122, 40.467081259701921 ], [ -111.60473917308281, 40.467177084937198 ], [ -111.60543557828389, 40.467227493242596 ], [ -111.60603754136153, 40.467269383572436 ], [ -111.60626165140444, 40.467268208305214 ], [ -111.60655661406476, 40.467275669806341 ], [ -111.60679227614243, 40.467247405910527 ], [ -111.60687476187594, 40.467237963862132 ], [ -111.60723960350856, 40.467145957786663 ], [ -111.60811001372224, 40.466871111960934 ], [ -111.60867455634022, 40.466687960608823 ], [ -111.60901539533823, 40.466551030359433 ], [ -111.60943790300172, 40.466314569602936 ], [ -111.6095899360259, 40.466169624002688 ], [ -111.60970650181558, 40.466015856297716 ], [ -111.60977482790939, 40.465745226047247 ], [ -111.60987813087978, 40.4654293662268 ], [ -111.60992359934265, 40.465239937420726 ], [ -111.60991976939664, 40.46481653485607 ], [ -111.609903737358, 40.464348151664964 ], [ -111.60976967747219, 40.46387138213813 ], [ -111.60973144241012, 40.463556268931391 ], [ -111.60982368103629, 40.463321548392777 ], [ -111.6099635860615, 40.463140630233994 ], [ -111.6101626258834, 40.46297741775571 ], [ -111.61079610200242, 40.462595694123294 ], [ -111.61125347196499, 40.462304988412257 ], [ -111.61142875411923, 40.462123881374815 ], [ -111.6115216384671, 40.461961228020066 ], [ -111.61156701838939, 40.461762789937325 ], [ -111.61164671860681, 40.461447053225733 ], [ -111.61175131399942, 40.461275328699877 ], [ -111.61192691914451, 40.461130255176435 ], [ -111.61209113821343, 40.461030286682387 ], [ -111.6127353970063, 40.460540387237707 ], [ -111.61347350664319, 40.45999593211004 ], [ -111.61408375832194, 40.4596593586258 ], [ -111.61444772818874, 40.459477244385248 ], [ -111.61458785917699, 40.459323346357756 ], [ -111.6146573907555, 40.45918784159948 ], [ -111.6146795004998, 40.459025561972872 ], [ -111.61467802258954, 40.458863407772192 ], [ -111.61468357631328, 40.458178693936929 ], [ -111.61470404356099, 40.457836242914901 ], [ -111.61478512063246, 40.457673649634842 ], [ -111.61493720496398, 40.457537705580684 ], [ -111.6150897816229, 40.457455812738033 ], [ -111.61524244008687, 40.457382928263733 ], [ -111.61568944237297, 40.457254422134561 ], [ -111.61593620075674, 40.457154008474348 ], [ -111.61619434034255, 40.457008488587789 ], [ -111.61638196525638, 40.45689037117419 ], [ -111.61700372046003, 40.456526693818873 ], [ -111.61729715289032, 40.456371974066911 ], [ -111.61745013636818, 40.456335120963821 ], [ -111.61756798716489, 40.456325482384329 ], [ -111.61770975458857, 40.456351751906375 ], [ -111.61786356302773, 40.45640498391257 ], [ -111.61818247858382, 40.456457332846703 ], [ -111.61834742027497, 40.456438432617027 ], [ -111.61853528764154, 40.456347337429207 ], [ -111.61864109708115, 40.456310735169581 ], [ -111.61946282358117, 40.455891920145504 ], [ -111.62007284246177, 40.455537298171954 ], [ -111.62031851091314, 40.455319763904022 ], [ -111.62041111598526, 40.455130077753708 ], [ -111.62045621676715, 40.454904610484832 ], [ -111.62044359505319, 40.454814588151429 ], [ -111.62037159390289, 40.454679839468554 ], [ -111.62020491764453, 40.454509562710143 ], [ -111.61999107033544, 40.454339538717839 ], [ -111.61972889359393, 40.4540436473075 ], [ -111.6194757818955, 40.453450409363732 ], [ -111.61941450156984, 40.453198485451558 ], [ -111.61944756356539, 40.452946055972838 ], [ -111.61956350509588, 40.452729218333886 ], [ -111.619680273443, 40.45260246625805 ], [ -111.6201466799273, 40.452023388234473 ], [ -111.62062462227428, 40.451417219313058 ], [ -111.62074039165464, 40.451182363346774 ], [ -111.62079752994329, 40.450983858200594 ], [ -111.62083124900978, 40.450803496828541 ], [ -111.62094320241393, 40.450154246447731 ], [ -111.6209516779352, 40.449793840300693 ], [ -111.62090351429863, 40.449685990821528 ], [ -111.62083234684387, 40.449641327980764 ], [ -111.62074938734021, 40.449596728419024 ], [ -111.62022920789201, 40.449455376326874 ], [ -111.6194730232357, 40.449297268822228 ], [ -111.61896505402655, 40.449200890675634 ], [ -111.61874034358082, 40.449130021532035 ], [ -111.61847943159154, 40.448969255468192 ], [ -111.61831285692881, 40.4488079842505 ], [ -111.61813391331853, 40.448583715799366 ], [ -111.61773916930284, 40.447973212648826 ], [ -111.61735729583798, 40.447479756601943 ], [ -111.61724894458315, 40.447237091651751 ], [ -111.61721225080233, 40.447093143242675 ], [ -111.61721060260882, 40.446912971621018 ], [ -111.61725636827596, 40.446759573894404 ], [ -111.61727830323083, 40.446579276335534 ], [ -111.61725307170703, 40.446399230627556 ], [ -111.61708568247043, 40.446147871677098 ], [ -111.61696595475121, 40.445950312242658 ], [ -111.61674950791837, 40.44549200705891 ], [ -111.61640196012607, 40.444881247144039 ], [ -111.61603223439229, 40.44442375772929 ], [ -111.61584086117104, 40.444127479550232 ], [ -111.61575585658049, 40.443857661582307 ], [ -111.61573030141535, 40.443641581064789 ], [ -111.61578621523597, 40.443307949237777 ], [ -111.6159353053108, 40.442847694561053 ], [ -111.61603928581386, 40.442612905766502 ], [ -111.61617872053593, 40.442386936926269 ], [ -111.61633101480112, 40.442278016724252 ], [ -111.6166822712481, 40.442005872598855 ], [ -111.61691512295994, 40.44168030515678 ], [ -111.61721723361265, 40.44119220492955 ], [ -111.61759956569968, 40.440451422464498 ], [ -111.61787767266775, 40.439918403505793 ], [ -111.61796861424895, 40.439548547086162 ], [ -111.61791856580109, 40.439233498471339 ], [ -111.61776017888731, 40.438675784896915 ], [ -111.61741191617637, 40.437983949757871 ], [ -111.61712434045668, 40.437480979283002 ], [ -111.61674360194037, 40.437104631607667 ], [ -111.61629262179787, 40.436782711349302 ], [ -111.61591213848938, 40.436433386625637 ], [ -111.61573307178037, 40.436191096478098 ], [ -111.6155297696003, 40.435876862772879 ], [ -111.61500396118159, 40.435104883794715 ], [ -111.61452442067571, 40.434233556906868 ], [ -111.61420266213264, 40.433856887054461 ], [ -111.61390555096121, 40.433597202949407 ], [ -111.61353762428962, 40.433328884867166 ], [ -111.61298099040059, 40.433052557281691 ], [ -111.61266104486924, 40.43287407239481 ], [ -111.61253038230888, 40.432766656234953 ], [ -111.61249411552075, 40.432667748894836 ], [ -111.61254037314472, 40.432568404320236 ], [ -111.61251507821481, 40.432379348399969 ], [ -111.61254872903402, 40.432189980158654 ], [ -111.61254742112851, 40.432045842362839 ], [ -111.61245171894276, 40.431893195624482 ], [ -111.61223804506955, 40.431732164570725 ], [ -111.61163304939538, 40.431320950784198 ], [ -111.61082830187019, 40.430982861746244 ], [ -111.61058016434043, 40.430921109201485 ], [ -111.61028536031949, 40.430913656766137 ], [ -111.60996738553249, 40.43095137107268 ], [ -111.60950891940062, 40.431097933858801 ], [ -111.6088382499255, 40.431245612564368 ], [ -111.60792008978585, 40.431403598108012 ], [ -111.60748503195423, 40.431532011682279 ], [ -111.60703858844846, 40.431705528641949 ], [ -111.60638163854118, 40.432069338196875 ], [ -111.6054322143595, 40.432686929356393 ], [ -111.60508112165446, 40.432977056959871 ], [ -111.60469368956764, 40.433159265021111 ], [ -111.60429470797868, 40.433368559290678 ], [ -111.60385995281806, 40.433532993817657 ], [ -111.60337771581123, 40.433661638354984 ], [ -111.60230729198396, 40.433937491529953 ], [ -111.60121440363106, 40.434339578257195 ], [ -111.60049764710523, 40.434613574885965 ], [ -111.60014516144197, 40.434750540943277 ], [ -111.59995676814198, 40.434778545925411 ], [ -111.59961470968608, 40.43476230249275 ], [ -111.59922469326531, 40.434656216189346 ], [ -111.59889322622301, 40.434504780042502 ], [ -111.59827721505145, 40.43417463491749 ], [ -111.59753104755748, 40.43379110500274 ], [ -111.59689131144609, 40.433443056953728 ], [ -111.59653556035806, 40.433210657939867 ], [ -111.5961677837408, 40.432951292685907 ], [ -111.59571788273691, 40.43273739469889 ], [ -111.59526846120758, 40.432577546774375 ], [ -111.59505506398207, 40.432443509624513 ], [ -111.5948885861557, 40.432282203501337 ], [ -111.59450815907395, 40.431923798444281 ], [ -111.59411658125295, 40.431637521818395 ], [ -111.593334068988, 40.431137033639978 ], [ -111.59303728695269, 40.430904321061341 ], [ -111.59287058040991, 40.430715985987383 ], [ -111.59247704001345, 40.430204487448293 ], [ -111.5924401715114, 40.430033504364395 ], [ -111.59240267080563, 40.429790452068751 ], [ -111.59240085268101, 40.429583253132016 ], [ -111.59243384722653, 40.429312812413457 ], [ -111.5924393117055, 40.428592059962519 ], [ -111.59235355135311, 40.428223128089343 ], [ -111.59217261556041, 40.42775558403406 ], [ -111.59177617649287, 40.42691076248088 ], [ -111.59149968030707, 40.426299561395034 ], [ -111.59134446206565, 40.426075128921859 ], [ -111.5911422503648, 40.425868954645004 ], [ -111.59085768137429, 40.42568121905785 ], [ -111.5907034912408, 40.425573898236834 ], [ -111.59029946978308, 40.425206590286002 ], [ -111.58978810277067, 40.424695683549793 ], [ -111.5894192190509, 40.424301165999836 ], [ -111.58915619337638, 40.423879080650075 ], [ -111.58896491834363, 40.423573747015887 ], [ -111.58877223121353, 40.423106257058386 ], [ -111.5886509785724, 40.422719484646692 ], [ -111.58845656908069, 40.422053803377246 ], [ -111.58838262652748, 40.421684807934426 ], [ -111.58838027183036, 40.421414547874313 ], [ -111.58833178845846, 40.42126164043853 ], [ -111.58823639176622, 40.421135998883081 ], [ -111.58802351542221, 40.421056000155481 ], [ -111.58772859947558, 40.421030472524379 ], [ -111.58700801255669, 40.420853951980632 ], [ -111.58629749591765, 40.420479176322225 ], [ -111.5859048471913, 40.420057740486456 ], [ -111.58580812830293, 40.419778949375683 ], [ -111.58577018876667, 40.419481842234575 ], [ -111.58573318714221, 40.419292839182162 ], [ -111.58569329513176, 40.418770515057879 ], [ -111.58566526864935, 40.418257139840826 ], [ -111.58554451141121, 40.417924415734767 ], [ -111.58538964477073, 40.417736009385912 ], [ -111.58520012162047, 40.417628859917031 ], [ -111.58475121545308, 40.417514013213122 ], [ -111.58453882242463, 40.417488059997034 ], [ -111.5842437674317, 40.417444505979397 ], [ -111.58328835196099, 40.417368248290529 ], [ -111.58260340832591, 40.417218547487295 ], [ -111.58208371223975, 40.417095038018381 ], [ -111.58148065919369, 40.416872845618521 ], [ -111.58097166942518, 40.416623150202369 ], [ -111.58065142113672, 40.416390522952419 ], [ -111.58042554359108, 40.416166430161141 ], [ -111.5802233176407, 40.415951227304717 ], [ -111.57976917279088, 40.415223770057544 ], [ -111.57954106061538, 40.414738423344112 ], [ -111.57932682389794, 40.414496251812103 ], [ -111.57916104604892, 40.414406991529191 ], [ -111.57892455220193, 40.414318085112946 ], [ -111.57862920585411, 40.414238481839618 ], [ -111.57832153425407, 40.414095875884534 ], [ -111.57774001190853, 40.413630310846564 ], [ -111.5773122528885, 40.413227038755004 ], [ -111.57718052987576, 40.412984451124807 ], [ -111.57704888477193, 40.412750872028425 ], [ -111.57665464706838, 40.412131212065887 ], [ -111.57629746413326, 40.411709565896977 ], [ -111.57600113369452, 40.411512842623608 ], [ -111.5754099358855, 40.411290559149073 ], [ -111.57504305011319, 40.411112202680656 ], [ -111.57479409782646, 40.410942267901689 ], [ -111.57466284815814, 40.410753729459124 ], [ -111.57448384466873, 40.41049335543088 ], [ -111.57438871882457, 40.41039472805852 ], [ -111.57415056090949, 40.410107620077781 ], [ -111.57409017967285, 40.409936747196056 ], [ -111.57404166058008, 40.40977482447488 ], [ -111.57404028277168, 40.409612667692613 ], [ -111.57409507529796, 40.409125904752877 ], [ -111.57405857158322, 40.408990949629306 ], [ -111.57390360452295, 40.408784509819341 ], [ -111.57335598463126, 40.408138572025933 ], [ -111.57290318911927, 40.40755522539984 ], [ -111.57244864598731, 40.406764676395959 ], [ -111.57218350683755, 40.4060722884063 ], [ -111.57212168499551, 40.405730248654422 ], [ -111.57210936647051, 40.405667245928818 ], [ -111.57204815553784, 40.405397275868573 ], [ -111.57200853127679, 40.404892962427809 ], [ -111.57209899318373, 40.404442059950334 ], [ -111.57228418597003, 40.404044743141476 ], [ -111.57238833688862, 40.403819000120258 ], [ -111.57251430008019, 40.403385939695205 ], [ -111.57254782072938, 40.403169555305219 ], [ -111.57254446232047, 40.402773171493656 ], [ -111.57248134447447, 40.402277983422849 ], [ -111.57248961784389, 40.401863523752517 ], [ -111.57259193288216, 40.401421571084946 ], [ -111.57269439929884, 40.400997635754003 ], [ -111.57283389543353, 40.400771717158769 ], [ -111.57306781288452, 40.400563348673899 ], [ -111.57327862010594, 40.400409148920673 ], [ -111.57334840492615, 40.40030069365433 ], [ -111.57341826596017, 40.400201247071337 ], [ -111.57346433025481, 40.400074891152236 ], [ -111.57347512009017, 40.399957719270752 ], [ -111.57343793483903, 40.399741685156201 ], [ -111.57335239300851, 40.399381745110489 ], [ -111.57329072460823, 40.399057723043029 ], [ -111.57320571929642, 40.398760843934632 ], [ -111.57316830641356, 40.398517783491528 ], [ -111.5730844481434, 40.398356035199043 ], [ -111.57290601864521, 40.398158719012606 ], [ -111.57288222303383, 40.398131809583887 ], [ -111.57265658548089, 40.397925717773248 ], [ -111.57215863945372, 40.397567818402358 ], [ -111.57208755920271, 40.397523124549728 ], [ -111.57199222659648, 40.397397468638225 ], [ -111.57193270107138, 40.397325690200589 ], [ -111.57187294700626, 40.397226885531531 ], [ -111.57184785641759, 40.397046827415956 ], [ -111.57181052564673, 40.396812775155361 ], [ -111.57178185360532, 40.396209306493077 ], [ -111.57177804327857, 40.39575886973725 ], [ -111.57172748293755, 40.395353709670012 ], [ -111.57160630315288, 40.394957907780352 ], [ -111.57154472356892, 40.394642893186742 ], [ -111.57158865475556, 40.394264293233384 ], [ -111.57168040126163, 40.393966538890687 ], [ -111.57175838335908, 40.393434615513108 ], [ -111.57170843455054, 40.393101525180306 ], [ -111.57162428192262, 40.392903740647235 ], [ -111.57151694596851, 40.392751116215891 ], [ -111.57137418745663, 40.392589657599459 ], [ -111.57119623505348, 40.392446390888622 ], [ -111.57068678332614, 40.392115568938927 ], [ -111.57024757359909, 40.391730343627721 ], [ -111.57023556347956, 40.391703375497841 ], [ -111.57004477021519, 40.391434042635595 ], [ -111.5699256581083, 40.391281474729617 ], [ -111.56988985623389, 40.391227596461434 ], [ -111.56976922633885, 40.390894853463884 ], [ -111.56973152680764, 40.390615756477814 ], [ -111.56960968438649, 40.390138873306441 ], [ -111.56954948481851, 40.389986014760062 ], [ -111.56939442396775, 40.38976155034063 ], [ -111.56922849257307, 40.38964524868431 ], [ -111.56892095307592, 40.389502616208333 ], [ -111.56860125430271, 40.389314997083069 ], [ -111.56832822973905, 40.389073092938524 ], [ -111.56816154480983, 40.38886670219599 ], [ -111.56801842414535, 40.388660195456062 ], [ -111.56744579906899, 40.387816149082482 ], [ -111.56687228203917, 40.386863994569381 ], [ -111.56631003427633, 40.385848717934465 ], [ -111.56577294836633, 40.385022506994858 ], [ -111.56541499887059, 40.384483709885053 ], [ -111.56530716326455, 40.384268017937693 ], [ -111.56518634279415, 40.383908243229527 ], [ -111.56511294771624, 40.383584273151115 ], [ -111.56506191029597, 40.383116047625393 ], [ -111.56496472971753, 40.382765166226307 ], [ -111.56477345632435, 40.382432762567873 ], [ -111.56446377841512, 40.382028863503329 ], [ -111.56433276484866, 40.381858329355303 ], [ -111.56389170531577, 40.381238850503408 ], [ -111.56353559273613, 40.380916257502435 ], [ -111.56284671320186, 40.380243927097361 ], [ -111.56254906181091, 40.379866991594682 ], [ -111.56247643318919, 40.379633107253959 ], [ -111.56246397883473, 40.379552085573451 ], [ -111.56243922005412, 40.379408059755598 ], [ -111.56241326276097, 40.379119893512673 ], [ -111.56237440216972, 40.378696652884507 ], [ -111.56235670482742, 40.37798501675671 ], [ -111.56238919767671, 40.377642511331281 ], [ -111.56250294906208, 40.377155464362751 ], [ -111.56260461957496, 40.376632439441543 ], [ -111.56264731639526, 40.37610069218276 ], [ -111.5626668285789, 40.375614103396508 ], [ -111.56273450686353, 40.375253408248192 ], [ -111.56283834669881, 40.374991637663413 ], [ -111.56277885083402, 40.374919854036804 ], [ -111.56276624715221, 40.374820814755047 ], [ -111.56273023498925, 40.374739907672414 ], [ -111.5626473309393, 40.374686256170648 ], [ -111.56244551154202, 40.374498045806817 ], [ -111.56223221364355, 40.374345927479411 ], [ -111.56206595830348, 40.374184570976126 ], [ -111.56200594005128, 40.374049725439725 ], [ -111.56186257066774, 40.373807175073566 ], [ -111.56174358323695, 40.373663606726581 ], [ -111.56164725674734, 40.37341181840744 ], [ -111.561397879596, 40.373169782221375 ], [ -111.56119621769356, 40.372999587148904 ], [ -111.56089898126845, 40.372667690592571 ], [ -111.56067234586293, 40.372326441834531 ], [ -111.56043453107652, 40.372057319999804 ], [ -111.56025516403986, 40.371733859609648 ], [ -111.55992111071835, 40.371221955739735 ], [ -111.55972989530923, 40.370889542690307 ], [ -111.55945578541343, 40.370503475413038 ], [ -111.55915789847597, 40.370090494952969 ], [ -111.55884883217418, 40.369749640958901 ], [ -111.55846724021387, 40.369183907446207 ], [ -111.55809825025057, 40.368717212528011 ], [ -111.55773015653769, 40.368358621963154 ], [ -111.55748162864434, 40.368215673709116 ], [ -111.55679479302164, 40.367768524563957 ], [ -111.55650952747692, 40.367454577028823 ], [ -111.55622463487798, 40.367185672776763 ], [ -111.55594033670417, 40.366988838235685 ], [ -111.55579759623403, 40.36681835025302 ], [ -111.55565530037146, 40.366701914919894 ], [ -111.55561789558219, 40.366449838106085 ], [ -111.55567530481586, 40.366269379045235 ], [ -111.5557788626643, 40.365971579075449 ], [ -111.55591775254285, 40.365673609169228 ], [ -111.55599856751509, 40.365475019090326 ], [ -111.55612627019127, 40.365249176002344 ], [ -111.55615975179133, 40.365023785906068 ], [ -111.55618212210305, 40.364879531704403 ], [ -111.55616419899606, 40.364131857235385 ], [ -111.5561599786549, 40.363618355092733 ], [ -111.55613435106362, 40.363366221677047 ], [ -111.55611827987929, 40.362843767283479 ], [ -111.55612887248738, 40.362699569671733 ], [ -111.55615620792136, 40.361726448063273 ], [ -111.55610562080253, 40.361303260361055 ], [ -111.55610080912896, 40.360717687445437 ], [ -111.5561537705341, 40.359996699097344 ], [ -111.55608430245995, 40.358708721448536 ], [ -111.55613407978198, 40.357600353647605 ], [ -111.55617230170594, 40.35651906871631 ], [ -111.55615467805193, 40.355807428439782 ], [ -111.55616593583406, 40.355744310057965 ], [ -111.55610683422492, 40.35571756671154 ], [ -111.55590656976868, 40.355709520273678 ], [ -111.55569445549088, 40.355692521245388 ], [ -111.55474134528505, 40.355787188459246 ], [ -111.55425904871612, 40.355852564993427 ], [ -111.55378874825588, 40.355944909613854 ], [ -111.55328407586858, 40.356154536074968 ], [ -111.55279132351221, 40.35638212171623 ], [ -111.55234530454663, 40.356564436190531 ], [ -111.55176981953136, 40.356756375842174 ], [ -111.55128861366833, 40.35695687245645 ], [ -111.55068949663885, 40.35713991019535 ], [ -111.55041945061843, 40.357240296629882 ], [ -111.55011444127508, 40.357385894625615 ], [ -111.54989164470828, 40.357504073431855 ], [ -111.54977417507457, 40.357540668591632 ], [ -111.54953828456345, 40.357496743771989 ], [ -111.54932609303256, 40.357470724265816 ], [ -111.54898472853846, 40.35749036347039 ], [ -111.54858521281315, 40.357600369278799 ], [ -111.54811423565081, 40.357611611447126 ], [ -111.54779664130719, 40.357658162025309 ], [ -111.54745556683818, 40.357713832053612 ], [ -111.54732646491409, 40.357768498143756 ], [ -111.54713819001454, 40.357787407326605 ], [ -111.54697266676627, 40.357707107655678 ], [ -111.5466193057771, 40.357699769082529 ], [ -111.54620779048901, 40.357782795863066 ], [ -111.54589070258113, 40.357892403059921 ], [ -111.54546798969683, 40.358047553478798 ], [ -111.54495244210167, 40.358374314173332 ], [ -111.544541572933, 40.35853841457309 ], [ -111.54415367523211, 40.358630332022351 ], [ -111.54388296188625, 40.358649623746849 ], [ -111.54361261016484, 40.358713959021635 ], [ -111.54320137412734, 40.358833010501783 ], [ -111.5428145566471, 40.359060056034139 ], [ -111.54272092242178, 40.359132568866066 ], [ -111.54268559283067, 40.359132734646764 ], [ -111.54263863116607, 40.359150973345628 ], [ -111.54246154992639, 40.359097748990017 ], [ -111.54207177014261, 40.358955429697446 ], [ -111.5418706319879, 40.358839252946311 ], [ -111.541421828503, 40.358679189619735 ], [ -111.54109100745751, 40.358545600161456 ], [ -111.54090193658767, 40.358465401966235 ], [ -111.54050017146187, 40.358296105866998 ], [ -111.54011119115285, 40.358252877156055 ], [ -111.53970978842301, 40.358128622499279 ], [ -111.53933086305376, 40.357869123945775 ], [ -111.53870349163897, 40.357466634732596 ], [ -111.53840700725191, 40.357206749088391 ], [ -111.53799326478675, 40.35701047243284 ], [ -111.53765104024062, 40.356921972017545 ], [ -111.53743871178057, 40.356877912960705 ], [ -111.53729596776401, 40.356698392555288 ], [ -111.53718705134442, 40.356329522037633 ], [ -111.53709019805112, 40.355996632103846 ], [ -111.53691119999169, 40.355700160164218 ], [ -111.53647277686046, 40.355359845628584 ], [ -111.53609423613896, 40.355145380432134 ], [ -111.53598818215873, 40.355136862775893 ], [ -111.53574138844327, 40.355201070501288 ], [ -111.53554148391748, 40.355238033043129 ], [ -111.53544720572133, 40.355229460364171 ], [ -111.53501142747683, 40.355222467820823 ], [ -111.53432778723959, 40.355144545518741 ], [ -111.53376183589958, 40.355057066914426 ], [ -111.53333747980588, 40.355004969423113 ], [ -111.53304350968394, 40.355060379747194 ], [ -111.53266788792389, 40.355215266434769 ], [ -111.53244513849211, 40.355342420684643 ], [ -111.53205724218724, 40.355434297601811 ], [ -111.53080934903643, 40.355485077418912 ], [ -111.53016181457583, 40.355506065812847 ], [ -111.52973795180753, 40.355517017151556 ], [ -111.52934983937799, 40.355581858428671 ], [ -111.52887936492668, 40.355656084241723 ], [ -111.52854970859862, 40.355666600403346 ], [ -111.52824318224813, 40.355622954875997 ], [ -111.52811343596278, 40.355596519835245 ], [ -111.52772482981827, 40.355598293619209 ], [ -111.52726549779292, 40.355591379360582 ], [ -111.52708871832958, 40.35557416676123 ], [ -111.52661747038988, 40.355549285860839 ], [ -111.52606379123417, 40.355524778001751 ], [ -111.52566312959667, 40.355490562946613 ], [ -111.52540433884404, 40.355527775596705 ], [ -111.52518038635827, 40.355501765177657 ], [ -111.52463813484812, 40.355432152668918 ], [ -111.52440233724825, 40.355397185285355 ], [ -111.52410800910154, 40.355407528599905 ], [ -111.52377898047962, 40.355499110996007 ], [ -111.52333274864932, 40.355663296329425 ], [ -111.52289842981952, 40.355845444453507 ], [ -111.52255796912914, 40.355982120990042 ], [ -111.52240550660699, 40.356063892408358 ], [ -111.52229980034375, 40.356100406559023 ], [ -111.52227687385964, 40.356181592762269 ], [ -111.52227756897344, 40.356271681479555 ], [ -111.5222443954851, 40.356551116022388 ], [ -111.52217554573126, 40.35678566569738 ], [ -111.5221289275371, 40.356848940455059 ], [ -111.52204705018792, 40.356921383533951 ], [ -111.5217297181389, 40.357003898113469 ], [ -111.52132995180153, 40.357086783427718 ], [ -111.52109470491362, 40.357123880311498 ], [ -111.52094182202993, 40.357151596578987 ], [ -111.52068316083069, 40.35720681645504 ], [ -111.520164937122, 40.35720013912713 ], [ -111.51977604455357, 40.357165850767004 ], [ -111.5193286168373, 40.357176869874131 ], [ -111.51885832706959, 40.357278081664411 ], [ -111.5185645419085, 40.35736048192576 ], [ -111.51829430859112, 40.357442775900367 ], [ -111.518176821635, 40.357479339073798 ], [ -111.5181418375868, 40.357524541730108 ], [ -111.51799060721132, 40.357768467120394 ], [ -111.51787429132328, 40.357958180870277 ], [ -111.51755619145639, 40.35794158641486 ], [ -111.5170491192745, 40.357853762573967 ], [ -111.51670719227209, 40.357801235561816 ], [ -111.51634150693533, 40.357721786053034 ], [ -111.51603470405519, 40.357642072680491 ], [ -111.51566950079393, 40.357625683186136 ], [ -111.51530512074008, 40.357717399090632 ], [ -111.51506979967621, 40.357745474870036 ], [ -111.5149282779642, 40.357719077485108 ], [ -111.51460990588029, 40.357666439393235 ], [ -111.51412639207862, 40.357578497898878 ], [ -111.51363069303159, 40.357436553380246 ], [ -111.51328836077963, 40.357329962931928 ], [ -111.51283997504599, 40.357214832584127 ], [ -111.51241418847955, 40.35697347175752 ], [ -111.51211869258842, 40.356830633567647 ], [ -111.51172837565382, 40.356607131505726 ], [ -111.5116214369888, 40.356481475980715 ], [ -111.51127802392058, 40.356230737322491 ], [ -111.51111281859953, 40.35618642157052 ], [ -111.51074646862371, 40.356016865373242 ], [ -111.51003902317356, 40.35590286783475 ], [ -111.50948534629237, 40.355878280591902 ], [ -111.50875509713697, 40.355863476724117 ], [ -111.50835471224298, 40.355865237235946 ], [ -111.50795480054451, 40.355930058609545 ], [ -111.50768422191767, 40.355967283394541 ], [ -111.50758906776863, 40.355841572383461 ], [ -111.50736329754356, 40.355572287303936 ], [ -111.50704325418893, 40.355294405905987 ], [ -111.50686499624956, 40.355078966665936 ], [ -111.50644994170118, 40.354693389635216 ], [ -111.50611914083447, 40.354550690609855 ], [ -111.50583618497646, 40.354506882505675 ], [ -111.50525849855758, 40.354419315656088 ], [ -111.50482158533386, 40.354259058024539 ], [ -111.50456157865794, 40.354134063890967 ], [ -111.50414808612942, 40.353955683140079 ], [ -111.50390012577326, 40.353866671773723 ], [ -111.50334519474663, 40.353670885875772 ], [ -111.50292040109781, 40.353555614252222 ], [ -111.50256632945639, 40.353449042977843 ], [ -111.50217572919784, 40.353180463715255 ], [ -111.50196229930691, 40.352983187899888 ], [ -111.50176071293765, 40.352794869498211 ], [ -111.50165346498524, 40.352624159993987 ], [ -111.50151102471739, 40.352471621378186 ], [ -111.50135781044226, 40.352454267230549 ], [ -111.50112243488692, 40.352473305674415 ], [ -111.50092251887611, 40.352510208463151 ], [ -111.5008399573795, 40.352492547612655 ], [ -111.5007102941218, 40.352475090622669 ], [ -111.50062793258564, 40.352484456344136 ], [ -111.50046274324802, 40.352440125253537 ], [ -111.50017926725349, 40.35232423194909 ], [ -111.49971929413016, 40.35222711904138 ], [ -111.49883520897654, 40.352104806645549 ], [ -111.49801007007324, 40.351991242886889 ], [ -111.49720881541128, 40.35192261655245 ], [ -111.49672595947854, 40.35191568207091 ], [ -111.4963726986411, 40.351917198671366 ], [ -111.49625514313689, 40.351944730709768 ], [ -111.4961025254924, 40.352008449818214 ], [ -111.49587998109649, 40.352171569725776 ], [ -111.49568204190484, 40.35247873091744 ], [ -111.49535674565217, 40.353083740776064 ], [ -111.4951251218734, 40.353616275137746 ], [ -111.49484625976643, 40.354130992720194 ], [ -111.49461364107282, 40.354528392313924 ], [ -111.49438154603311, 40.3549978627304 ], [ -111.49421905129661, 40.35532288816858 ], [ -111.49395129402141, 40.355747464085013 ], [ -111.49367077174212, 40.356036955957372 ], [ -111.49340162919172, 40.35627234344053 ], [ -111.49310853865963, 40.356453777244504 ], [ -111.49263906599063, 40.356671998494718 ], [ -111.49154715082987, 40.357127103876593 ], [ -111.49044285705594, 40.357501168712403 ], [ -111.48938669883911, 40.358019166377979 ], [ -111.48849559084405, 40.358563484948476 ], [ -111.48760453339432, 40.359116805601275 ], [ -111.4863269008423, 40.359960039553904 ], [ -111.48534210905395, 40.360585810310774 ], [ -111.48469689638141, 40.360939874408324 ], [ -111.48439179178105, 40.361094308836506 ], [ -111.48425072587254, 40.361130936315249 ], [ -111.48408584806563, 40.361131626544989 ], [ -111.4839561079462, 40.36110514195213 ], [ -111.48387321819246, 40.36104242446514 ], [ -111.48371882975383, 40.360862886545902 ], [ -111.48350523578344, 40.360638550004047 ], [ -111.4828183835409, 40.360109877298378 ], [ -111.48202606484435, 40.359653713569337 ], [ -111.48126895864874, 40.359179379457608 ], [ -111.48112674224961, 40.35905384249471 ], [ -111.48098433431322, 40.358901278577633 ], [ -111.48078202022263, 40.358604816465437 ], [ -111.48053049123418, 40.358011255132659 ], [ -111.4801849476641, 40.357445111130886 ], [ -111.4800052357665, 40.357013415824177 ], [ -111.47957720466779, 40.356438603009771 ], [ -111.47925682398966, 40.356097581607003 ], [ -111.47883097183067, 40.355829069563711 ], [ -111.47832307281652, 40.35561495045873 ], [ -111.47753210810752, 40.355338933798357 ], [ -111.47721320369401, 40.355205112091546 ], [ -111.47698838112721, 40.355052883141539 ], [ -111.4768339612185, 40.354864326726222 ], [ -111.47654747067507, 40.354315946396348 ], [ -111.47618925317404, 40.353614704232186 ], [ -111.47592594440756, 40.353012171577255 ], [ -111.47561610807556, 40.352490912408406 ], [ -111.47544909990739, 40.352185286179719 ], [ -111.47536502706711, 40.351951392481268 ], [ -111.47501823054957, 40.351196044200478 ], [ -111.47448215563149, 40.350315342527423 ], [ -111.47433902375322, 40.350054662644006 ], [ -111.47412574750706, 40.34986634377865 ], [ -111.47392443664475, 40.349705003104525 ], [ -111.4732507418118, 40.349347393309358 ], [ -111.47263624298871, 40.349034583717504 ], [ -111.47239942495059, 40.348846357819689 ], [ -111.47205600658907, 40.348568474458617 ], [ -111.47167732948536, 40.348299743060174 ], [ -111.47115704518244, 40.347986541280321 ], [ -111.47072025308671, 40.347826153950116 ], [ -111.47017705312913, 40.347603133088221 ], [ -111.46981160118297, 40.347541553606554 ], [ -111.46945823683991, 40.347524969962436 ], [ -111.468750697855, 40.347374682972927 ], [ -111.46793663028517, 40.347143739766317 ], [ -111.46716941776252, 40.346876564724248 ], [ -111.46622416720329, 40.34640289044566 ], [ -111.4654908066248, 40.34591934661762 ], [ -111.46486404357786, 40.345525461862636 ], [ -111.46419080842848, 40.345221852341048 ], [ -111.46352898348557, 40.344864137852319 ], [ -111.46289102168944, 40.344551370131228 ], [ -111.46205302925496, 40.344257416536998 ], [ -111.46114397037552, 40.343900675670035 ], [ -111.46063590999361, 40.343641432771392 ], [ -111.4603874313798, 40.343462237676988 ], [ -111.46011516139436, 40.343247099806256 ], [ -111.4599252491099, 40.343022624615791 ], [ -111.45972166839231, 40.342518917594262 ], [ -111.45956634710535, 40.342186193639847 ], [ -111.45913815620217, 40.341548239369317 ], [ -111.45880538212656, 40.341090089459101 ], [ -111.45853312673977, 40.340874947695717 ], [ -111.45821365730113, 40.340641973877922 ], [ -111.45790602439648, 40.34041796153182 ], [ -111.45762145333092, 40.340121783320022 ], [ -111.45739538634427, 40.3397713177065 ], [ -111.45710960420078, 40.3392949584617 ], [ -111.45672909413419, 40.338737889498731 ], [ -111.45642104985046, 40.338450810139328 ], [ -111.45610184179701, 40.338253866243242 ], [ -111.45578287808806, 40.338092957407476 ], [ -111.45506272597287, 40.337798488275361 ], [ -111.45414244031809, 40.337504800565185 ], [ -111.45383549910711, 40.337379876042583 ], [ -111.4536343339859, 40.337227508229859 ], [ -111.453515459112, 40.33705679899208 ], [ -111.4533709287229, 40.33657086710059 ], [ -111.45315510138298, 40.335986112766093 ], [ -111.45294060307461, 40.335599555885807 ], [ -111.4525722818486, 40.335096480481916 ], [ -111.45228715504911, 40.334710198635534 ], [ -111.45189674118467, 40.334423429010748 ], [ -111.4515167218934, 40.333929405057539 ], [ -111.4510183861171, 40.333345748823 ], [ -111.45059057177001, 40.332743797209808 ], [ -111.45025843796896, 40.332366702510676 ], [ -111.44986732834768, 40.331971817726469 ], [ -111.44959483913891, 40.33171160919747 ], [ -111.44941748329249, 40.331595178278441 ], [ -111.44909862650937, 40.331443259577547 ], [ -111.44843731392506, 40.331130501768456 ], [ -111.4478232136274, 40.330835575867525 ], [ -111.44717362508551, 40.330513756152115 ], [ -111.44646518434756, 40.330192159924238 ], [ -111.44599325006708, 40.330031814084194 ], [ -111.44574533431808, 40.329924658753363 ], [ -111.44550877628335, 40.329754394442396 ], [ -111.44517739577078, 40.329485392920539 ], [ -111.44486926513265, 40.32917125479846 ], [ -111.44466737594881, 40.328901753709204 ], [ -111.44455995514326, 40.328676935463818 ], [ -111.44444058640364, 40.328425135277548 ], [ -111.44437983882824, 40.328137072789467 ], [ -111.44436712217471, 40.327992973700233 ], [ -111.44440137246622, 40.327830675687515 ], [ -111.44444751201831, 40.327686350474558 ], [ -111.44460982652009, 40.327307338348234 ], [ -111.44474836048531, 40.326892380412112 ], [ -111.44478184056476, 40.326612964990858 ], [ -111.44468595760037, 40.326352065410013 ], [ -111.44454328705619, 40.326136391793895 ], [ -111.44420021631186, 40.325876441446056 ], [ -111.44375085630961, 40.325562842345178 ], [ -111.44337265586888, 40.325330052014714 ], [ -111.44305395990386, 40.32519613430749 ], [ -111.44264109891681, 40.325062576074338 ], [ -111.44240503623905, 40.324964377352678 ], [ -111.44221588087467, 40.324838971084652 ], [ -111.44199082642889, 40.324623609153271 ], [ -111.44170603922286, 40.32427333608188 ], [ -111.44129136783266, 40.323860493061197 ], [ -111.44112534822095, 40.323671931942698 ], [ -111.44091271640194, 40.323555622281681 ], [ -111.44062981373862, 40.323493635437053 ], [ -111.44027652267712, 40.323467952834669 ], [ -111.44001716195049, 40.323405874886703 ], [ -111.43985173172507, 40.32330740222293 ], [ -111.43966246880504, 40.323163973628937 ], [ -111.43920137733716, 40.322850401236167 ], [ -111.43869291713577, 40.322491960346966 ], [ -111.43836142446101, 40.322195911523494 ], [ -111.43800598662494, 40.321836887597094 ], [ -111.43787505888911, 40.321612151822265 ], [ -111.43785064544677, 40.321477105363655 ], [ -111.43788479179503, 40.321296790956985 ], [ -111.43794212888946, 40.321062333192458 ], [ -111.43802195765878, 40.320665623569241 ], [ -111.43810324138389, 40.320494139841401 ], [ -111.4381382601801, 40.320448960918704 ], [ -111.43822030060932, 40.320394594610555 ], [ -111.4382908039745, 40.320376308993367 ], [ -111.43849077701718, 40.320357532653297 ], [ -111.43874977476021, 40.320365559896651 ], [ -111.43933821507896, 40.320354317351224 ], [ -111.43959709602609, 40.320344324622468 ], [ -111.44022067033346, 40.320305916295048 ], [ -111.44066757742966, 40.320250159201464 ], [ -111.44091433615696, 40.320186154147038 ], [ -111.4410903575771, 40.320104399787034 ], [ -111.44123083423705, 40.319986743699914 ], [ -111.44134724265535, 40.319788095930335 ], [ -111.44157941181427, 40.3192917006306 ], [ -111.44183458844834, 40.318714133604978 ], [ -111.44210188292642, 40.318190575228584 ], [ -111.44232303594731, 40.317811340830424 ], [ -111.4424625647987, 40.317549538629436 ], [ -111.4426960126991, 40.317251339828196 ], [ -111.44282388730106, 40.317007600295007 ], [ -111.44288079175762, 40.316710076747256 ], [ -111.44285554618519, 40.316448904725583 ], [ -111.44277121921398, 40.316151921769006 ], [ -111.44265187958685, 40.315900119038496 ], [ -111.44238942962475, 40.315360567009336 ], [ -111.44225750091061, 40.314982682237513 ], [ -111.44226803562495, 40.314793447353345 ], [ -111.44232599886669, 40.314658086733601 ], [ -111.44246622695647, 40.314504392935667 ], [ -111.44261839980416, 40.314377681067924 ], [ -111.44271160987877, 40.314233176117895 ], [ -111.44272220206332, 40.314052950218453 ], [ -111.44277998724716, 40.313890562231933 ], [ -111.44288520056193, 40.313782048264521 ], [ -111.44302595546078, 40.313709435172797 ], [ -111.44317865554348, 40.31366380395631 ], [ -111.44358973837893, 40.313536098659881 ], [ -111.44383617499447, 40.313427042229407 ], [ -111.44402347206373, 40.313273165928734 ], [ -111.44413980190073, 40.313065506180834 ], [ -111.44419746480357, 40.312885099394755 ], [ -111.444219821495, 40.31270482815043 ], [ -111.44414826531994, 40.312560954568205 ], [ -111.44407706352526, 40.312471135200887 ], [ -111.44401721747039, 40.31231820730914 ], [ -111.44402833697818, 40.312219062651465 ], [ -111.44408658960752, 40.312128746342943 ], [ -111.44414513718566, 40.312083475227382 ], [ -111.44432107467001, 40.311992706925849 ], [ -111.44457962746856, 40.311937657985496 ], [ -111.44480287436463, 40.311882744219162 ], [ -111.44495527348754, 40.311792065451414 ], [ -111.44509584459516, 40.311692422718167 ], [ -111.44520105080451, 40.311583906641459 ], [ -111.44559851318854, 40.311176959167582 ], [ -111.44598479513799, 40.310860146135859 ], [ -111.44632429698378, 40.310588558654167 ], [ -111.44660495502087, 40.310317197343572 ], [ -111.4469440953369, 40.309991553778438 ], [ -111.44771823579171, 40.309601161646377 ], [ -111.44799930085728, 40.309392860268396 ], [ -111.44817445202608, 40.309184968556274 ], [ -111.44837242317936, 40.308868876830779 ], [ -111.4485353867548, 40.30859796686218 ], [ -111.4486746344534, 40.308300120803786 ], [ -111.44877887564047, 40.308047456747602 ], [ -111.44891835974201, 40.307785646561378 ], [ -111.44928095207652, 40.30745089575823 ], [ -111.44960889496242, 40.307215380522507 ], [ -111.44984221636571, 40.306908158084497 ], [ -111.44994579352051, 40.306556393445057 ], [ -111.44996693734336, 40.306195940057918 ], [ -111.45010521711005, 40.305753947461895 ], [ -111.45020903044032, 40.305438218723744 ], [ -111.45038404502982, 40.305212305521039 ], [ -111.45060666638265, 40.305067290160643 ], [ -111.45092348488681, 40.304930916544315 ], [ -111.45106421280029, 40.304858293707802 ], [ -111.45169772470335, 40.304567525022158 ], [ -111.45201417835942, 40.304377094149828 ], [ -111.45234203682112, 40.304132562127059 ], [ -111.45269360752049, 40.303914964233662 ], [ -111.4531268230151, 40.303588934134019 ], [ -111.45378264248718, 40.303117880967946 ], [ -111.45434437820573, 40.302656202861861 ], [ -111.45506963238388, 40.302013693247865 ], [ -111.4556903046829, 40.301569795281537 ], [ -111.45604124555052, 40.301262096782388 ], [ -111.45629889918456, 40.301080895170955 ], [ -111.45661574820213, 40.30095351508438 ], [ -111.45673317129116, 40.300917014443613 ], [ -111.45713244527481, 40.300798316804645 ], [ -111.45728504595554, 40.300743658032616 ], [ -111.4573547946685, 40.300617252322894 ], [ -111.45732980368244, 40.300401128238704 ], [ -111.45721116717372, 40.300257448548081 ], [ -111.45698651189186, 40.300096168971514 ], [ -111.45659688547948, 40.29989950298679 ], [ -111.45605363228773, 40.299604339187027 ], [ -111.45575796026061, 40.299380272094844 ], [ -111.45554465405495, 40.299155879954505 ], [ -111.45534287356986, 40.298895404891773 ], [ -111.45502319111888, 40.298599356062418 ], [ -111.45466815271195, 40.298294435988517 ], [ -111.4543609662924, 40.2981064476716 ], [ -111.45392417410127, 40.297891939224897 ], [ -111.45353456919374, 40.297695262734123 ], [ -111.45320373626089, 40.297489345424616 ], [ -111.45284937344105, 40.297283519259274 ], [ -111.45270764093947, 40.297202990295339 ], [ -111.4525778550211, 40.297149442302612 ], [ -111.45237783431672, 40.297150224560113 ], [ -111.45223676335509, 40.297168794649444 ], [ -111.45220152563218, 40.297177941673908 ], [ -111.45206033448089, 40.297178493432639 ], [ -111.45195432106129, 40.297160889022202 ], [ -111.45193030901993, 40.297088908477129 ], [ -111.45196512653817, 40.297016698126463 ], [ -111.45202347576074, 40.296944395829705 ], [ -111.4520935907356, 40.296872047528097 ], [ -111.45231558045562, 40.296636938253016 ], [ -111.45259411343334, 40.296059254195718 ], [ -111.45257928223488, 40.295599838185147 ], [ -111.45242332444765, 40.295149983374564 ], [ -111.4522441981166, 40.294754274657983 ], [ -111.45201729178339, 40.29425064074691 ], [ -111.45194441852844, 40.29390857212298 ], [ -111.4518484354532, 40.293629658774258 ], [ -111.45172934256689, 40.293413900652261 ], [ -111.45157555440488, 40.293288370807936 ], [ -111.45135135522244, 40.293190143351531 ], [ -111.45110380595771, 40.293119034397904 ], [ -111.45089161272952, 40.293056796432303 ], [ -111.45034939606084, 40.292905750132235 ], [ -111.4499722526308, 40.292808115209596 ], [ -111.44976041975322, 40.292799929561248 ], [ -111.44944270036794, 40.292792154895032 ], [ -111.44916033621003, 40.292793251408739 ], [ -111.44897197418656, 40.29277596389754 ], [ -111.44888937954804, 40.292740247174443 ], [ -111.44877131073588, 40.29267764009191 ], [ -111.4486411791119, 40.292570033161056 ], [ -111.44841633149288, 40.292372700200247 ], [ -111.44819202083293, 40.292256448424148 ], [ -111.44782647072275, 40.29213173367139 ], [ -111.44720137844685, 40.291899909601355 ], [ -111.44681218338948, 40.291757264415175 ], [ -111.44643493277935, 40.291641599733644 ], [ -111.44621127968306, 40.291624443884622 ], [ -111.44584656542582, 40.291625849865333 ], [ -111.4457054448917, 40.29163540288188 ], [ -111.4455640876503, 40.29160891942746 ], [ -111.44542243477999, 40.291537390424438 ], [ -111.44533972522795, 40.29148365299109 ], [ -111.44524489612145, 40.291375906319381 ], [ -111.44514977176354, 40.291223114186998 ], [ -111.44475875404686, 40.290801180657482 ], [ -111.44448656924895, 40.290558975406029 ], [ -111.4442383878026, 40.290388751781279 ], [ -111.44402609140047, 40.290308482957947 ], [ -111.44369650161681, 40.290282719433485 ], [ -111.44347297141925, 40.290283576418034 ], [ -111.44311967594808, 40.290230874193028 ], [ -111.44283667539149, 40.29013285533545 ], [ -111.44252996995507, 40.290007898533084 ], [ -111.44218832389078, 40.289937130289893 ], [ -111.44179985447155, 40.289902577061319 ], [ -111.44143526648141, 40.289921987252555 ], [ -111.44102391230484, 40.289986621094904 ], [ -111.44050655794175, 40.290033638481205 ], [ -111.43998926126397, 40.290089662641535 ], [ -111.43957848833507, 40.290244382196448 ], [ -111.43908629296354, 40.290543558208633 ], [ -111.4383710267262, 40.290915651948701 ], [ -111.43781993841394, 40.291206036369296 ], [ -111.43733833177411, 40.291324978757061 ], [ -111.43688002129592, 40.291407793958932 ], [ -111.4363159987855, 40.291518033954972 ], [ -111.43561056312384, 40.291592766486289 ], [ -111.43482277086274, 40.291667804256463 ], [ -111.43430597586195, 40.291804884872214 ], [ -111.434047721666, 40.29189594703805 ], [ -111.43398895408599, 40.291905176792334 ], [ -111.43395371658033, 40.291914318265967 ], [ -111.43390671401816, 40.291923503851358 ], [ -111.43378906354751, 40.291923945010232 ], [ -111.43364782539454, 40.291915465154268 ], [ -111.43350624188002, 40.291852930592036 ], [ -111.43331696558108, 40.291691472128214 ], [ -111.43303219029369, 40.291314147480357 ], [ -111.43246397003189, 40.290766705076365 ], [ -111.43190763840937, 40.290237234052498 ], [ -111.43111544970431, 40.289618546269033 ], [ -111.43056108179886, 40.289395377835319 ], [ -111.43017204987841, 40.289270694548385 ], [ -111.42991225841628, 40.289118501877496 ], [ -111.42965178354028, 40.288858199435396 ], [ -111.42949736204186, 40.288624530694925 ], [ -111.42902370670623, 40.288139785175957 ], [ -111.42859825352703, 40.287835045363593 ], [ -111.42827959262402, 40.287674057717332 ], [ -111.4278547705719, 40.287468415240511 ], [ -111.42722967523706, 40.287218464297979 ], [ -111.42691119049785, 40.287084500146385 ], [ -111.4266283960978, 40.287013468715003 ], [ -111.42642840457786, 40.287014205958599 ], [ -111.42612287463463, 40.28706938747041 ], [ -111.42558307671433, 40.287287597740573 ], [ -111.42474990106105, 40.287624003924073 ], [ -111.42398679671336, 40.287879063536479 ], [ -111.42322301227867, 40.288026008850032 ], [ -111.4228467202914, 40.288054412587016 ], [ -111.42248202409381, 40.288055744821825 ], [ -111.42186965943534, 40.2879588767616 ], [ -111.42153986505801, 40.287897013572447 ], [ -111.42122228304582, 40.28790717948884 ], [ -111.42077579564327, 40.28799889721094 ], [ -111.42032975348974, 40.28816268609696 ], [ -111.42004802099309, 40.288262811680518 ], [ -111.4197307156581, 40.288318019064747 ], [ -111.41927195801132, 40.288328691679624 ], [ -111.41888406498192, 40.28838415250862 ], [ -111.41864955405994, 40.288511131658183 ], [ -111.41852125618405, 40.288691782060823 ], [ -111.41828746552598, 40.288935878926061 ], [ -111.41808818979142, 40.289053720230775 ], [ -111.41784168854485, 40.289144703812148 ], [ -111.41761849404151, 40.289199565499203 ], [ -111.41746566510689, 40.289218135644376 ], [ -111.41727759767328, 40.289245841991367 ], [ -111.41697166249033, 40.289237935619447 ], [ -111.41659491847382, 40.28919424616366 ], [ -111.41621789860817, 40.289105509911138 ], [ -111.41565286734648, 40.289053485245432 ], [ -111.41514688026193, 40.289037283231053 ], [ -111.4148646406228, 40.289056314200444 ], [ -111.41466502818916, 40.289120094947911 ], [ -111.41432490032133, 40.289292490363124 ], [ -111.41398466078245, 40.28944686655101 ], [ -111.41394942180308, 40.289456001943144 ], [ -111.41391412785458, 40.289456128209039 ], [ -111.41371434854103, 40.289492879975441 ], [ -111.41350258472535, 40.289493636979635 ], [ -111.41332578558399, 40.289440212823123 ], [ -111.41317262571829, 40.289404722607216 ], [ -111.41296080733039, 40.289396469501852 ], [ -111.41285498038273, 40.289405856478922 ], [ -111.41271418827334, 40.289469423960689 ], [ -111.41267922308614, 40.289523604551242 ], [ -111.41266789677699, 40.289595719446531 ], [ -111.41266844472165, 40.289685810613413 ], [ -111.41268048339391, 40.289730814235305 ], [ -111.41278844849433, 40.290072782945742 ], [ -111.4128606816731, 40.290342804554392 ], [ -111.41283912553679, 40.290667216658264 ], [ -111.41266484446567, 40.2910282107946 ], [ -111.4123728021671, 40.291371605804144 ], [ -111.41201054963493, 40.291778315262469 ], [ -111.4118357144532, 40.292049216979457 ], [ -111.41175472568571, 40.292274737938911 ], [ -111.41168577491422, 40.292545262539839 ], [ -111.41162897147565, 40.292878809023051 ], [ -111.41159580741882, 40.293230289980315 ], [ -111.41146824687178, 40.293537060120606 ], [ -111.41131677199142, 40.293780849983214 ], [ -111.4111651322181, 40.293997612307926 ], [ -111.4108269897005, 40.294503334577868 ], [ -111.4106059530297, 40.294918547240457 ], [ -111.41050115295342, 40.295099105203271 ], [ -111.4103601833479, 40.295135642495545 ], [ -111.41030140963986, 40.295144860242935 ], [ -111.41025440155867, 40.295154036241563 ], [ -111.41005438562325, 40.29515474530141 ], [ -111.40966590174979, 40.295120084278679 ], [ -111.40923051877739, 40.29511261575658 ], [ -111.4087717674764, 40.295132256073089 ], [ -111.40814867628937, 40.295215539556644 ], [ -111.40771410503423, 40.295343202029549 ], [ -111.40746783748163, 40.295479209158458 ], [ -111.40713980363708, 40.295714605865051 ], [ -111.4070341822225, 40.295760024014093 ], [ -111.40689315530426, 40.295787547980233 ], [ -111.40672848870936, 40.295797136272981 ], [ -111.40645771428359, 40.295771059930239 ], [ -111.40637535399352, 40.295771349238976 ], [ -111.4057513916876, 40.295710474012452 ], [ -111.40499806115835, 40.295659057643164 ], [ -111.40411541603378, 40.295626106721379 ], [ -111.40371570276976, 40.295681557987507 ], [ -111.40343375354273, 40.295754615905643 ], [ -111.40310532952331, 40.295926937415096 ], [ -111.40295274889782, 40.295990534049999 ], [ -111.40264694507259, 40.296009617303476 ], [ -111.40248217038048, 40.296001181321621 ], [ -111.40219936381052, 40.295930090346786 ], [ -111.40178638721702, 40.295733320529941 ], [ -111.40125484985676, 40.295383802282295 ], [ -111.40069973348085, 40.295025353921488 ], [ -111.40035672229568, 40.294720224948406 ], [ -111.40013190088517, 40.294504779323532 ], [ -111.39997788642594, 40.294325125719894 ], [ -111.39986960713239, 40.293920081156628 ], [ -111.39977420941054, 40.293704187428524 ], [ -111.39965575922731, 40.293569457020276 ], [ -111.39938441286559, 40.293444263678069 ], [ -111.39864128918981, 40.29312249134987 ], [ -111.39807523281755, 40.292899207552935 ], [ -111.39749704542315, 40.29261289747862 ], [ -111.39716677536319, 40.292469882703827 ], [ -111.39691954810502, 40.292443703166541 ], [ -111.39656696095692, 40.292507977378897 ], [ -111.39636763674716, 40.292625781433117 ], [ -111.39591100112506, 40.293005735907073 ], [ -111.39564171292228, 40.293231889807394 ], [ -111.39543161736756, 40.29352090595043 ], [ -111.3950829582223, 40.294260860365313 ], [ -111.39460455506304, 40.29494720038138 ], [ -111.39426628401452, 40.295452874781347 ], [ -111.3941726817644, 40.295543286775555 ], [ -111.39396163105475, 40.295670135897112 ], [ -111.39346840989234, 40.295833981807036 ], [ -111.39295191564626, 40.296042951187736 ], [ -111.39263496848737, 40.296170157496171 ], [ -111.39251757069391, 40.296215602366949 ], [ -111.39229417579151, 40.29624338795653 ], [ -111.39212919338162, 40.29619890071065 ], [ -111.39189330384087, 40.29610059759203 ], [ -111.39170468633944, 40.296038171181152 ], [ -111.39145734409959, 40.295993961779644 ], [ -111.39105699472941, 40.295941259802284 ], [ -111.39069173581477, 40.295852400724037 ], [ -111.38964323474532, 40.295621694580248 ], [ -111.38887732448092, 40.295426066670423 ], [ -111.38826478505625, 40.295301993557381 ], [ -111.3879351908779, 40.295276071222759 ], [ -111.38766478579808, 40.295313014798332 ], [ -111.38706545458963, 40.295441151695087 ], [ -111.38680707095182, 40.295523099587186 ], [ -111.38644294885756, 40.295632428047689 ], [ -111.3861608270372, 40.295678416550658 ], [ -111.38592551166327, 40.295679201709532 ], [ -111.38560763104459, 40.295644224366875 ], [ -111.38519516426845, 40.295528477322826 ], [ -111.38485334434682, 40.295421503138776 ], [ -111.38466463295322, 40.295341046927625 ], [ -111.38381581949932, 40.295046558678209 ], [ -111.38300256453614, 40.294796993019546 ], [ -111.38235423671871, 40.294582913945376 ], [ -111.38182458259659, 40.294548625850545 ], [ -111.38149509572561, 40.294540703423962 ], [ -111.38128361914188, 40.294595456391477 ], [ -111.3810725470799, 40.294722282119892 ], [ -111.38083824642833, 40.294903239781917 ], [ -111.38073311410973, 40.295038725433933 ], [ -111.38060495546597, 40.295264379830087 ], [ -111.38057097246562, 40.295498733649744 ], [ -111.38057228659372, 40.295732971351448 ], [ -111.3804912399529, 40.295967479928024 ], [ -111.38035095930064, 40.29613010871963 ], [ -111.3800813542198, 40.296311180869324 ], [ -111.37942458102, 40.296691727487001 ], [ -111.37914330595552, 40.296890854323522 ], [ -111.3785331838808, 40.297199168519398 ], [ -111.37807526227786, 40.297371842636437 ], [ -111.37754639069423, 40.297481681342454 ], [ -111.37725233857236, 40.297500659136958 ], [ -111.37692273766811, 40.297474705469817 ], [ -111.37654592261822, 40.29742187661504 ], [ -111.37621612247946, 40.297359884355487 ], [ -111.37602756563908, 40.297306441494662 ], [ -111.37582724303805, 40.297253036545584 ], [ -111.37568624995761, 40.29728953168248 ], [ -111.37487379413412, 40.297184055298167 ], [ -111.37456787695528, 40.297185046099088 ], [ -111.37434412320795, 40.297149733048748 ], [ -111.37403756034813, 40.297033603539454 ], [ -111.37384865853561, 40.296917093082385 ], [ -111.37368314043965, 40.296773478867095 ], [ -111.37335240386892, 40.296540304596718 ], [ -111.3729160736786, 40.296361525616142 ], [ -111.37276272085103, 40.296289945326436 ], [ -111.3726209857611, 40.29619129948918 ], [ -111.37244365671779, 40.296038712205636 ], [ -111.37206467881192, 40.295589466058161 ], [ -111.37162643327383, 40.29505932521247 ], [ -111.37114118153536, 40.29453834275742 ], [ -111.37065583881781, 40.293999339876606 ], [ -111.37027703172095, 40.293577115079188 ], [ -111.36999264697738, 40.293208642980339 ], [ -111.36973248331772, 40.292966223162665 ], [ -111.3692835866656, 40.292634312131341 ], [ -111.36874018102205, 40.292230626046276 ], [ -111.36820908481468, 40.291926000681698 ], [ -111.36796152820489, 40.291836695077464 ], [ -111.36767877455745, 40.291765519430285 ], [ -111.36741974686434, 40.291730305016905 ], [ -111.36717258205354, 40.291713071011429 ], [ -111.36653663352793, 40.291597966289224 ], [ -111.36593564219244, 40.291419682287646 ], [ -111.36554657010095, 40.291267753768409 ], [ -111.36519264928157, 40.291088685036407 ], [ -111.36482667469006, 40.290855597309964 ], [ -111.36416532232835, 40.290389196169528 ], [ -111.36325653235998, 40.289851493747733 ], [ -111.36231279943874, 40.289376958795643 ], [ -111.36161704912213, 40.289072818437091 ], [ -111.36080356316714, 40.288751022426112 ], [ -111.36019084737707, 40.288572745005915 ], [ -111.35987282169053, 40.288501660012741 ], [ -111.35957861221844, 40.288484556071047 ], [ -111.35929640597242, 40.288512460724284 ], [ -111.35893194283514, 40.288558638539612 ], [ -111.35861439466174, 40.288577641837577 ], [ -111.35830827785794, 40.288533543600956 ], [ -111.35797848973476, 40.288462489822678 ], [ -111.35738950272702, 40.288320161424252 ], [ -111.35676546149605, 40.288222984734475 ], [ -111.35654198305019, 40.288232682924125 ], [ -111.35633041099101, 40.288269371987418 ], [ -111.35598994880102, 40.28840555986077 ], [ -111.35562633384551, 40.288613892485316 ], [ -111.35506295382113, 40.288867883777208 ], [ -111.35434625241041, 40.289050267389186 ], [ -111.35388860532387, 40.289276901124914 ], [ -111.35339561402488, 40.289494631680945 ], [ -111.35305495223497, 40.289594774222898 ], [ -111.35274934956593, 40.289649762267551 ], [ -111.35231409994103, 40.289660097738263 ], [ -111.35190209935953, 40.289616304927669 ], [ -111.3514662431125, 40.289509517856288 ], [ -111.35105377784122, 40.289375630201718 ], [ -111.35052301560518, 40.289115968981761 ], [ -111.35006331002619, 40.288946183590433 ], [ -111.34969786299177, 40.288803139493126 ], [ -111.34941467690365, 40.288641827195441 ], [ -111.34923769787385, 40.288543258948465 ], [ -111.34883668316918, 40.288346263516573 ], [ -111.34848319153384, 40.288239216817651 ], [ -111.34824757729798, 40.288176860934392 ], [ -111.34752911111251, 40.288016853289378 ], [ -111.34716367438264, 40.287873801121385 ], [ -111.34695136119501, 40.287766326043986 ], [ -111.34678596826666, 40.287631681975718 ], [ -111.34664382865265, 40.287442912042344 ], [ -111.3464665807541, 40.287290284370073 ], [ -111.34638400024336, 40.287245484983856 ], [ -111.34624264405778, 40.287209870764968 ], [ -111.34605432252454, 40.287192415503334 ], [ -111.34517222538319, 40.287240096991525 ], [ -111.3441728031413, 40.287351186101091 ], [ -111.34377308808314, 40.287406430361173 ], [ -111.34358504031918, 40.287443026232374 ], [ -111.34349115317745, 40.287488351629634 ], [ -111.34339753947037, 40.2875877321027 ], [ -111.34330429013974, 40.287759186033867 ], [ -111.34319945813013, 40.28796671154911 ], [ -111.34310584333913, 40.288066091782433 ], [ -111.34291797550452, 40.288138723340275 ], [ -111.34264761906783, 40.288184570925772 ], [ -111.34155415296661, 40.288313934536255 ], [ -111.34097818801601, 40.28841473592216 ], [ -111.34044946049319, 40.288551432763249 ], [ -111.33999109280936, 40.288642873828572 ], [ -111.33939136812289, 40.288698690499594 ], [ -111.33869703070923, 40.28865567847059 ], [ -111.33793165781849, 40.288522776500173 ], [ -111.33717800769189, 40.288380825971977 ], [ -111.33664770820508, 40.288202183582122 ], [ -111.3362352797716, 40.288068242919024 ], [ -111.33581059801415, 40.287835233737013 ], [ -111.33539741641427, 40.287548133677035 ], [ -111.33512563328239, 40.28730566930993 ], [ -111.33491267379898, 40.287063034039342 ], [ -111.33466402305058, 40.286739417634799 ], [ -111.33438034835955, 40.286469957879682 ], [ -111.33404988525594, 40.286254688489748 ], [ -111.33363694220755, 40.286012628012394 ], [ -111.333141520582, 40.285743775555623 ], [ -111.33259895828883, 40.285457037812563 ], [ -111.33189143997146, 40.285116714786447 ], [ -111.33117207685193, 40.284758402641287 ], [ -111.3308298683264, 40.284543157586555 ], [ -111.33041659622343, 40.284229011784781 ], [ -111.33019220627793, 40.284049465651002 ], [ -111.32995574710577, 40.283806888146984 ], [ -111.3296718845455, 40.283492370533331 ], [ -111.32944649311641, 40.283105611046366 ], [ -111.32928014079889, 40.282763729778367 ], [ -111.32920890365291, 40.28262879242709 ], [ -111.32904355834563, 40.282494122686266 ], [ -111.32880758884991, 40.282350644082108 ], [ -111.32850134456238, 40.282270429892165 ], [ -111.3281129306876, 40.282226485278692 ], [ -111.32774817483612, 40.282209500364573 ], [ -111.3274188835308, 40.28222845130405 ], [ -111.32703086128265, 40.282265585991404 ], [ -111.32649021615242, 40.282366215496275 ], [ -111.32600860356108, 40.282511722854245 ], [ -111.32566810871879, 40.282647821768329 ], [ -111.32548045302555, 40.282765471175324 ], [ -111.32531641030764, 40.282901072564542 ], [ -111.32515275541215, 40.283117756662335 ], [ -111.32493114364854, 40.283514790022281 ], [ -111.3245817217538, 40.284245526953633 ], [ -111.32420773139852, 40.284760107563493 ], [ -111.32386907051823, 40.285283597374686 ], [ -111.32349472548933, 40.285726101927814 ], [ -111.32334273631096, 40.285924732091914 ], [ -111.32303888395805, 40.286349019448693 ], [ -111.32267577788281, 40.286683377923957 ], [ -111.32250046961582, 40.286927118640619 ], [ -111.32239497586325, 40.287008496614035 ], [ -111.32218377371775, 40.287126206211695 ], [ -111.32198433522579, 40.287243882686838 ], [ -111.32165527401897, 40.287316872581343 ], [ -111.3213142343793, 40.287344848150155 ], [ -111.32097289614138, 40.287309758225064 ], [ -111.32093760294111, 40.287309856125411 ], [ -111.32054929260775, 40.287292913892252 ], [ -111.31990229318264, 40.287303713865825 ], [ -111.31939642395433, 40.287305111394581 ], [ -111.31867862620915, 40.287271053281671 ], [ -111.31834922311403, 40.287271960067315 ], [ -111.31803154217586, 40.287263824364146 ], [ -111.31759609086109, 40.287228983119313 ], [ -111.31714908613792, 40.287239218562455 ], [ -111.31683174200194, 40.287303153295369 ], [ -111.31598575373094, 40.287530700042744 ], [ -111.31556244322068, 40.28757690197321 ], [ -111.3155271498629, 40.287576998223763 ], [ -111.3152331641037, 40.287604827545316 ], [ -111.31498606866492, 40.287596491152762 ], [ -111.31491544011303, 40.287587674073833 ], [ -111.31469158120447, 40.28751620848535 ], [ -111.31444419390331, 40.287444806406519 ], [ -111.31398496420192, 40.287355960198241 ], [ -111.31341977285528, 40.2872493805761 ], [ -111.31313696996568, 40.287151043626963 ], [ -111.31284215431268, 40.286998682468543 ], [ -111.31226429127376, 40.28669392612229 ], [ -111.31147434606862, 40.286317663307791 ], [ -111.31089641239606, 40.285994881602193 ], [ -111.31049548202427, 40.285788743490592 ], [ -111.31016534465243, 40.28562746090774 ], [ -111.30987029543078, 40.285421036735272 ], [ -111.30949252985906, 40.285133749057039 ], [ -111.30919736168283, 40.284900295455174 ], [ -111.30878398207216, 40.284541025899223 ], [ -111.30850066471758, 40.28432555753924 ], [ -111.30817025281152, 40.284101204577382 ], [ -111.30789878481222, 40.283903721839984 ], [ -111.30763891882229, 40.283670170256286 ], [ -111.30743771008977, 40.283400424882309 ], [ -111.30739008384602, 40.283274420667851 ], [ -111.30733020450629, 40.283040336901813 ], [ -111.30723507546524, 40.282815356037624 ], [ -111.30709260730666, 40.282527435351795 ], [ -111.30697325994079, 40.282149359727505 ], [ -111.30691264971449, 40.281753109487333 ], [ -111.3069461065375, 40.281347600347374 ], [ -111.30700292659299, 40.28090599181197 ], [ -111.30700145954317, 40.280581659345742 ], [ -111.30702347815033, 40.280248255202807 ], [ -111.30708131584284, 40.280031877460516 ], [ -111.30718608331374, 40.279788347067857 ], [ -111.3073611428737, 40.279481564458791 ], [ -111.30766363375031, 40.278741994204225 ], [ -111.30798988895545, 40.278056415904118 ], [ -111.30842183809271, 40.277334517543729 ], [ -111.30869024939193, 40.276865315664139 ], [ -111.30897021448776, 40.276351035528698 ], [ -111.30900435373144, 40.276098682564829 ], [ -111.30894443431514, 40.275855590099383 ], [ -111.30876689146892, 40.275612811517853 ], [ -111.30835303900602, 40.275136419472048 ], [ -111.3080926736762, 40.274785748269899 ], [ -111.30795066850654, 40.274596929875152 ], [ -111.30782087566837, 40.274507181695185 ], [ -111.30759718983407, 40.274462729763925 ], [ -111.30725620868633, 40.274490663740266 ], [ -111.30640965599721, 40.274564983338699 ], [ -111.30636256650912, 40.274556098669436 ], [ -111.30592736487102, 40.274557250091206 ], [ -111.30558589587648, 40.274477068197911 ], [ -111.30525594679966, 40.274342798784808 ], [ -111.30491419641143, 40.274199550170557 ], [ -111.30428979310469, 40.273975959986466 ], [ -111.30360622092967, 40.273671437487998 ], [ -111.30324051065836, 40.273429143862863 ], [ -111.30290992812388, 40.273150719696332 ], [ -111.30286275968481, 40.27312381509433 ], [ -111.30274469813685, 40.273025021126365 ], [ -111.3026621637013, 40.272980190252945 ], [ -111.30252085987264, 40.272944522336473 ], [ -111.30234443090436, 40.272944983453613 ], [ -111.30212107448266, 40.272972594903436 ], [ -111.30161587155821, 40.273100043830325 ], [ -111.30089887119111, 40.273210022782933 ], [ -111.30035829845254, 40.273319539475644 ], [ -111.299828928929, 40.273302893633414 ], [ -111.29932308363765, 40.273286184520259 ], [ -111.29846402236431, 40.273189300586317 ], [ -111.29789893348443, 40.273073635118124 ], [ -111.29768674418034, 40.272966068911707 ], [ -111.29752160323362, 40.272858381353686 ], [ -111.29737990769053, 40.272732614592279 ], [ -111.29702523756154, 40.272319095087454 ], [ -111.29674129981416, 40.2719414305299 ], [ -111.29659889919115, 40.271653496139123 ], [ -111.29645665713662, 40.271401598588604 ], [ -111.29637373553091, 40.271266670608306 ], [ -111.29630285110467, 40.271194777261009 ], [ -111.29617311941662, 40.271114025143497 ], [ -111.29601998266342, 40.271060360835257 ], [ -111.29565513730302, 40.271007237435576 ], [ -111.29517267656563, 40.270954412962595 ], [ -111.29479618818912, 40.270928344632168 ], [ -111.29457248344684, 40.270874858161683 ], [ -111.29447823449649, 40.270839060606953 ], [ -111.29440758691459, 40.270821221651246 ], [ -111.29433686125664, 40.270785364129843 ], [ -111.29426601853223, 40.270722478780712 ], [ -111.29420689844426, 40.27065055422252 ], [ -111.29419459037879, 40.270524454462787 ], [ -111.29424085559586, 40.27034414960746 ], [ -111.29439168462196, 40.269866269819175 ], [ -111.29441411360538, 40.269613950615316 ], [ -111.2944130588542, 40.269370700510024 ], [ -111.29435272904809, 40.269019488830892 ], [ -111.29436281084351, 40.268632060550487 ], [ -111.29444334208974, 40.268217424912606 ], [ -111.29458252127243, 40.267766602444169 ], [ -111.29463874640611, 40.267171841164043 ], [ -111.29463698730513, 40.266766424152721 ], [ -111.29460049303772, 40.266487226690302 ], [ -111.2944335368158, 40.265956098921698 ], [ -111.2942910415379, 40.265641133505298 ], [ -111.29422016521771, 40.265569238783428 ], [ -111.29412580676876, 40.265506413073226 ], [ -111.29394931899604, 40.26548884278295 ], [ -111.29374958281976, 40.265534396822922 ], [ -111.29346787212424, 40.265661242755499 ], [ -111.29278718992735, 40.265996313619972 ], [ -111.29200022768508, 40.266232545652834 ], [ -111.29140081450586, 40.266324150314453 ], [ -111.29121268040076, 40.266333633284979 ], [ -111.29100106324934, 40.266352184373382 ], [ -111.29068352160408, 40.2663529824679 ], [ -111.29033050494492, 40.266308821860754 ], [ -111.28988313322402, 40.266201831002135 ], [ -111.28945882358717, 40.265986668302396 ], [ -111.28905773124663, 40.265699371090463 ], [ -111.28866878591113, 40.265502135865908 ], [ -111.28807956827022, 40.265224313739239 ], [ -111.28723120391639, 40.264848029042305 ], [ -111.28692485877056, 40.264713648460877 ], [ -111.28678319986329, 40.264587868418673 ], [ -111.28665292167643, 40.264371966294036 ], [ -111.28655777353703, 40.264119939539 ], [ -111.2864273829787, 40.263877009302618 ], [ -111.2862856507862, 40.263733210066711 ], [ -111.28607331927594, 40.263580575830474 ], [ -111.28551910671959, 40.263230579018213 ], [ -111.28511823642593, 40.26298831430379 ], [ -111.28464650580918, 40.262674147513565 ], [ -111.28421021071151, 40.262395929255213 ], [ -111.28387979752262, 40.262126459017196 ], [ -111.28364354245277, 40.261874775821475 ], [ -111.28345399069606, 40.261541893356316 ], [ -111.28332369138799, 40.261316978028667 ], [ -111.28319365590144, 40.261155127538586 ], [ -111.28289864496031, 40.260912595922711 ], [ -111.28253292726255, 40.260634198680769 ], [ -111.28222627347343, 40.260418721884378 ], [ -111.28180194940992, 40.260185512111889 ], [ -111.28094196025812, 40.25981821856989 ], [ -111.28022324446724, 40.259486614118643 ], [ -111.27986963906888, 40.259289263466385 ], [ -111.27939851427924, 40.25911021428 ], [ -111.2789978011152, 40.258894955909859 ], [ -111.27892698500736, 40.258832060950297 ], [ -111.27886785455526, 40.258751119024851 ], [ -111.27884381777152, 40.258625045605491 ], [ -111.27884322601739, 40.258480896925171 ], [ -111.27886641203129, 40.258399756618658 ], [ -111.2789948777294, 40.258183221808345 ], [ -111.27905304552337, 40.25802992206021 ], [ -111.27909897248196, 40.257759529825826 ], [ -111.27913202915992, 40.257218887101175 ], [ -111.27904779002469, 40.256750602287106 ], [ -111.27892853380922, 40.256345467473999 ], [ -111.27878616771721, 40.256039491424808 ], [ -111.27858489719694, 40.255706628839377 ], [ -111.27828933590608, 40.255319936344222 ], [ -111.27800505753338, 40.254816093923971 ], [ -111.27768539672701, 40.254285307497391 ], [ -111.277377867409, 40.25384458495018 ], [ -111.27710565456162, 40.253412786379435 ], [ -111.27695121382686, 40.253025752301696 ], [ -111.27679695839082, 40.252683764502443 ], [ -111.27670219362842, 40.252512812688543 ], [ -111.27656043245656, 40.252350982501959 ], [ -111.27633636341098, 40.25218934870086 ], [ -111.27610082999418, 40.25209981694902 ], [ -111.27583024165362, 40.25206442462504 ], [ -111.27540657608183, 40.251975339703606 ], [ -111.2748768316436, 40.251823439486515 ], [ -111.27427632168165, 40.251617648215998 ], [ -111.27358207598226, 40.251493159987504 ], [ -111.27289915678685, 40.251260528156749 ], [ -111.27233375170015, 40.251009597019163 ], [ -111.2718861483031, 40.250812442776997 ], [ -111.27163854319699, 40.250641845718292 ], [ -111.27148500390847, 40.250471027496651 ], [ -111.27129615529296, 40.250291282448487 ], [ -111.27089505286258, 40.249958874384411 ], [ -111.2705998833366, 40.24965324545321 ], [ -111.27015132674667, 40.249212832949027 ], [ -111.26978472272715, 40.248682133672112 ], [ -111.2694537190029, 40.248232434888607 ], [ -111.26922893080484, 40.247881591470829 ], [ -111.26909845520593, 40.247593594135814 ], [ -111.2690502834039, 40.247305405329442 ], [ -111.2690491062522, 40.247008097845438 ], [ -111.26901283517664, 40.246755918931882 ], [ -111.26892982006095, 40.246575923838364 ], [ -111.26877643934235, 40.246441139126851 ], [ -111.26854068654929, 40.24628852656668 ], [ -111.26872862602394, 40.246243043316156 ], [ -111.27531288149042, 40.246263605076443 ], [ -111.29417202319031, 40.246307298834793 ], [ -111.30361335332792, 40.246327962382843 ], [ -111.31304296846673, 40.24635689677428 ], [ -111.33190211926885, 40.246394441991271 ], [ -111.34134345175215, 40.24641202743036 ], [ -111.36020259988176, 40.246444960758268 ], [ -111.36964392936866, 40.246460237375452 ], [ -111.37907349986857, 40.246474782256236 ], [ -111.38851482553751, 40.246488519337447 ], [ -111.39794439151372, 40.246501526599005 ], [ -111.40738576592138, 40.246522733333691 ], [ -111.41681532717178, 40.246534202965144 ], [ -111.423987277447, 40.246517159671548 ], [ -111.42898361612694, 40.246517757190318 ], [ -111.43347555719446, 40.246518047281498 ], [ -111.44296383012849, 40.246518156975313 ], [ -111.45244033872714, 40.246517534718478 ], [ -111.46192853570012, 40.246507080422596 ], [ -111.47133442241403, 40.246496183450049 ], [ -111.48075205567568, 40.246484473187962 ], [ -111.48530237269493, 40.246510528189269 ], [ -111.49012310452248, 40.24653525935755 ], [ -111.49949422582665, 40.24659429569963 ], [ -111.49946225970442, 40.250243223648184 ], [ -111.51821701650178, 40.25032292953663 ], [ -111.51823649317184, 40.246710091586017 ], [ -111.51844812044922, 40.246709143726932 ], [ -111.52283043021089, 40.246732853874406 ], [ -111.52760756855132, 40.246757842088606 ], [ -111.54236387858781, 40.2468427866132 ], [ -111.54240783736866, 40.261185448368778 ], [ -111.53691577696006, 40.261166014074348 ], [ -111.53687839207529, 40.268337609272145 ], [ -111.53685284094152, 40.275518150037961 ], [ -111.5424520645559, 40.275555101390118 ], [ -111.5424599117687, 40.276537078840441 ], [ -111.54357731962334, 40.276531834908418 ], [ -111.54359074113933, 40.276738985842613 ], [ -111.54742500590346, 40.27669388143476 ], [ -111.5474171103625, 40.280090424917042 ], [ -111.54838165948659, 40.280085857561744 ], [ -111.55235740827335, 40.280057937328593 ], [ -111.55730938783027, 40.280016173239083 ], [ -111.55731101527472, 40.28021436988854 ], [ -111.55726876981801, 40.283665132234511 ], [ -111.55790399312986, 40.283662071063979 ], [ -111.55930391099949, 40.283664321771681 ], [ -111.5622094676381, 40.283650240142983 ], [ -111.56689099039605, 40.28359136074107 ], [ -111.56688043110256, 40.283735561067047 ], [ -111.56686280226482, 40.287258277535436 ], [ -111.56742822754904, 40.287345598763729 ], [ -111.57158077025977, 40.287307140722632 ], [ -111.57334529343629, 40.287289401056327 ], [ -111.58162667135659, 40.287194011823438 ], [ -111.58156034109682, 40.283572614492996 ], [ -111.58473628363571, 40.283538589233878 ], [ -111.59037059510403, 40.28347394076021 ], [ -111.59101757623178, 40.283470637792036 ], [ -111.59095318258973, 40.280128522518289 ], [ -111.60013079641665, 40.280387600942227 ], [ -111.60010161545442, 40.279748093148676 ], [ -111.60040744376121, 40.279746506595671 ], [ -111.60034147814376, 40.276278273457642 ], [ -111.60027791118372, 40.273080304601351 ], [ -111.60469861719747, 40.272877100854885 ], [ -111.60469484576383, 40.272453683752595 ], [ -111.6050006409511, 40.272452085297715 ], [ -111.60493629851621, 40.269191056311627 ], [ -111.60941553897977, 40.268987366737733 ], [ -111.61565820117386, 40.268702060532874 ], [ -111.62857073820462, 40.268560564184924 ], [ -111.63095806091223, 40.268538562036241 ], [ -111.63102675024302, 40.272132894188658 ], [ -111.63240264720851, 40.272107364035882 ], [ -111.6333465763002, 40.273687835513208 ], [ -111.63337775426149, 40.275768809127236 ], [ -111.63450689307008, 40.275762622833355 ], [ -111.63487095512126, 40.276958860060141 ], [ -111.63533490368123, 40.277514888764657 ], [ -111.63541053668023, 40.278055030085184 ], [ -111.63623381005739, 40.278041496846363 ], [ -111.63627357265182, 40.278518769840062 ], [ -111.63637045863469, 40.278815543118291 ], [ -111.63638264335125, 40.278860522480258 ], [ -111.63755888248897, 40.278854047232308 ], [ -111.63732676459183, 40.279188669165997 ], [ -111.63595038909634, 40.279178223686102 ], [ -111.63578061900203, 40.279890889339612 ], [ -111.6357101787423, 40.281161583857703 ], [ -111.63568594436722, 40.282341931513123 ], [ -111.63600700681855, 40.282709547196021 ], [ -111.6360220626589, 40.283060825934946 ], [ -111.63366935336794, 40.283064725528945 ], [ -111.63373716535091, 40.290325820909487 ], [ -111.63379778202733, 40.29807344593371 ], [ -111.63628035025575, 40.298059819250142 ], [ -111.63634810388395, 40.301518995934721 ], [ -111.6434539297783, 40.301371582171505 ], [ -111.64346093867545, 40.302110300702132 ], [ -111.64655558861993, 40.302102056493212 ], [ -111.64693211339168, 40.302099951624633 ], [ -111.64693717670107, 40.301397202830465 ], [ -111.64818431569796, 40.301381212992489 ], [ -111.64818798848682, 40.300534324063364 ], [ -111.64936460068863, 40.300527725890319 ], [ -111.64935873541747, 40.299915130588111 ], [ -111.65271230786668, 40.29992328680536 ], [ -111.65391252727424, 40.299925518446742 ], [ -111.653994889308, 40.299925052894679 ], [ -111.65403279353445, 40.300195115744181 ], [ -111.65412692194475, 40.30019458357912 ], [ -111.65500911465736, 40.300162564574471 ], [ -111.65606823270267, 40.300174581855508 ], [ -111.65585574179123, 40.301319959603831 ], [ -111.65496150726345, 40.301325025558469 ], [ -111.65495959324726, 40.301126833216166 ], [ -111.65412401839589, 40.301113542118316 ], [ -111.65414963624586, 40.301329618926403 ], [ -111.65067876425285, 40.301367210497709 ], [ -111.65072244762415, 40.302240860669365 ] ], [ [ -111.65072244762415, 40.302240860669365 ], [ -111.64972074874532, 40.302084324299457 ], [ -111.64825038034064, 40.302137618702858 ], [ -111.64850574487519, 40.303001074122513 ], [ -111.64999992386669, 40.302974670366908 ], [ -111.65056471789113, 40.30297149573402 ], [ -111.65068030880553, 40.302754624054138 ], [ -111.65050346559759, 40.302719581601124 ], [ -111.6503497235895, 40.302639362844822 ], [ -111.6505363454029, 40.302467138152906 ], [ -111.65072244762415, 40.302240860669365 ] ] ], [ [ [ -111.65744394005205, 40.292788203168513 ], [ -111.65744655920697, 40.293058465707972 ], [ -111.65689370053327, 40.293070615242918 ], [ -111.65653082755694, 40.29447811739422 ], [ -111.65578962908046, 40.294482321032511 ], [ -111.65437773512481, 40.294481306073493 ], [ -111.65333064466826, 40.294487223677585 ], [ -111.65320518687768, 40.293677099842135 ], [ -111.65311988350015, 40.293371266994981 ], [ -111.65303059183493, 40.292651031131747 ], [ -111.6528595566749, 40.291994321149062 ], [ -111.65295367372845, 40.291993790027419 ], [ -111.65704671613966, 40.291862507099545 ], [ -111.6571173037338, 40.291862106212072 ], [ -111.65742309599308, 40.291851359782427 ], [ -111.65744394005205, 40.292788203168513 ] ] ], [ [ [ -111.65787791139421, 40.280515128349904 ], [ -111.65729056505982, 40.280599549793926 ], [ -111.65727740649761, 40.280455476278107 ], [ -111.65727522539889, 40.280230256996383 ], [ -111.65647545686116, 40.280243806652976 ], [ -111.65645855333184, 40.279712355764055 ], [ -111.6543638733163, 40.279625119033774 ], [ -111.65453883364306, 40.279470971858984 ], [ -111.65459651641628, 40.27935352504003 ], [ -111.65460558538128, 40.279074186381273 ], [ -111.65487412111293, 40.278865453632655 ], [ -111.65505797149989, 40.278413949424504 ], [ -111.65513839441734, 40.278215290139329 ], [ -111.65541738248363, 40.277871357861429 ], [ -111.65540327164265, 40.277628187462255 ], [ -111.6553173707064, 40.277259293852076 ], [ -111.6556512482728, 40.276509632799325 ], [ -111.65561483129906, 40.27639271859406 ], [ -111.6554931233335, 40.275969972271476 ], [ -111.65562015437752, 40.275726002159296 ], [ -111.6557705339859, 40.275463881025935 ], [ -111.65511187537876, 40.275467612050136 ], [ -111.65563288867125, 40.27460877986254 ], [ -111.6570677178341, 40.274591631648299 ], [ -111.65735116162631, 40.27713964620488 ], [ -111.6573769541577, 40.277373740732422 ], [ -111.65741782468031, 40.277950101865791 ], [ -111.65710015841323, 40.277942897057606 ], [ -111.65705861491594, 40.279726968288372 ], [ -111.6577526020767, 40.279723025264218 ], [ -111.65787791139421, 40.280515128349904 ] ] ], [ [ [ -111.65787791139421, 40.280515128349904 ], [ -111.65802902031731, 40.281541325352237 ], [ -111.65775847573306, 40.281542863661727 ], [ -111.65787791139421, 40.280515128349904 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 30, \"properties\": { \"NAME\": \"PROVO CITY SCHOOL DISTRICT\", \"TOTENROLL\": 13376, \"Color4\": \"1\", \"Shape_Leng\": 90090.434183599995, \"Shape_Area\": 112568909.5 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.65244008366112, 40.302204159112996 ], [ -111.65072244762415, 40.302240860669365 ], [ -111.65067876425285, 40.301367210497709 ], [ -111.65414963624586, 40.301329618926403 ], [ -111.65412401839589, 40.301113542118316 ], [ -111.65495959324726, 40.301126833216166 ], [ -111.65496150726345, 40.301325025558469 ], [ -111.65585574179123, 40.301319959603831 ], [ -111.65606823270267, 40.300174581855508 ], [ -111.65500911465736, 40.300162564574471 ], [ -111.65412692194475, 40.30019458357912 ], [ -111.65403279353445, 40.300195115744181 ], [ -111.653994889308, 40.299925052894679 ], [ -111.65391252727424, 40.299925518446742 ], [ -111.65271230786668, 40.29992328680536 ], [ -111.64935873541747, 40.299915130588111 ], [ -111.64936460068863, 40.300527725890319 ], [ -111.64818798848682, 40.300534324063364 ], [ -111.64818431569796, 40.301381212992489 ], [ -111.64693717670107, 40.301397202830465 ], [ -111.64693211339168, 40.302099951624633 ], [ -111.64655558861993, 40.302102056493212 ], [ -111.64346093867545, 40.302110300702132 ], [ -111.6434539297783, 40.301371582171505 ], [ -111.63634810388395, 40.301518995934721 ], [ -111.63628035025575, 40.298059819250142 ], [ -111.63379778202733, 40.29807344593371 ], [ -111.63373716535091, 40.290325820909487 ], [ -111.63366935336794, 40.283064725528945 ], [ -111.6360220626589, 40.283060825934946 ], [ -111.63600700681855, 40.282709547196021 ], [ -111.63568594436722, 40.282341931513123 ], [ -111.6357101787423, 40.281161583857703 ], [ -111.63578061900203, 40.279890889339612 ], [ -111.63595038909634, 40.279178223686102 ], [ -111.63732676459183, 40.279188669165997 ], [ -111.63755888248897, 40.278854047232308 ], [ -111.63638264335125, 40.278860522480258 ], [ -111.63637045863469, 40.278815543118291 ], [ -111.63627357265182, 40.278518769840062 ], [ -111.63623381005739, 40.278041496846363 ], [ -111.63541053668023, 40.278055030085184 ], [ -111.63533490368123, 40.277514888764657 ], [ -111.63487095512126, 40.276958860060141 ], [ -111.63450689307008, 40.275762622833355 ], [ -111.63337775426149, 40.275768809127236 ], [ -111.6333465763002, 40.273687835513208 ], [ -111.63240264720851, 40.272107364035882 ], [ -111.63102675024302, 40.272132894188658 ], [ -111.63095806091223, 40.268538562036241 ], [ -111.62857073820462, 40.268560564184924 ], [ -111.61565820117386, 40.268702060532874 ], [ -111.60941553897977, 40.268987366737733 ], [ -111.60493629851621, 40.269191056311627 ], [ -111.6050006409511, 40.272452085297715 ], [ -111.60469484576383, 40.272453683752595 ], [ -111.60469861719747, 40.272877100854885 ], [ -111.60027791118372, 40.273080304601351 ], [ -111.60034147814376, 40.276278273457642 ], [ -111.60040744376121, 40.279746506595671 ], [ -111.60010161545442, 40.279748093148676 ], [ -111.60013079641665, 40.280387600942227 ], [ -111.59095318258973, 40.280128522518289 ], [ -111.59101757623178, 40.283470637792036 ], [ -111.59037059510403, 40.28347394076021 ], [ -111.58473628363571, 40.283538589233878 ], [ -111.58156034109682, 40.283572614492996 ], [ -111.58162667135659, 40.287194011823438 ], [ -111.57334529343629, 40.287289401056327 ], [ -111.57158077025977, 40.287307140722632 ], [ -111.56742822754904, 40.287345598763729 ], [ -111.56686280226482, 40.287258277535436 ], [ -111.56688043110256, 40.283735561067047 ], [ -111.56689099039605, 40.28359136074107 ], [ -111.5622094676381, 40.283650240142983 ], [ -111.55930391099949, 40.283664321771681 ], [ -111.55790399312986, 40.283662071063979 ], [ -111.55726876981801, 40.283665132234511 ], [ -111.55731101527472, 40.28021436988854 ], [ -111.55730938783027, 40.280016173239083 ], [ -111.55235740827335, 40.280057937328593 ], [ -111.54838165948659, 40.280085857561744 ], [ -111.5474171103625, 40.280090424917042 ], [ -111.54742500590346, 40.27669388143476 ], [ -111.54359074113933, 40.276738985842613 ], [ -111.54357731962334, 40.276531834908418 ], [ -111.5424599117687, 40.276537078840441 ], [ -111.5424520645559, 40.275555101390118 ], [ -111.53685284094152, 40.275518150037961 ], [ -111.53687839207529, 40.268337609272145 ], [ -111.53691577696006, 40.261166014074348 ], [ -111.54240783736866, 40.261185448368778 ], [ -111.54236387858781, 40.2468427866132 ], [ -111.55191161544374, 40.246923778242518 ], [ -111.5518933739671, 40.243230031528704 ], [ -111.56146411828779, 40.243310126296841 ], [ -111.56205193821003, 40.243307273028087 ], [ -111.5664843980923, 40.243321699192755 ], [ -111.57097556409448, 40.243326656610328 ], [ -111.57096595172463, 40.242182516689049 ], [ -111.5709558356926, 40.23957886384752 ], [ -111.57294255435309, 40.23956904559666 ], [ -111.58043102357323, 40.239540740799804 ], [ -111.5899421622201, 40.239582742857493 ], [ -111.58987398057079, 40.23579015321458 ], [ -111.59938570277083, 40.235957508173499 ], [ -111.60431026411715, 40.2358418059871 ], [ -111.60891750210443, 40.235736573584269 ], [ -111.61816711117675, 40.235516361597966 ], [ -111.61841653021966, 40.231920298425294 ], [ -111.6180086200951, 40.210318008719909 ], [ -111.61781302625661, 40.203012435874598 ], [ -111.61851839454509, 40.203053716066044 ], [ -111.61852703255848, 40.202711312798222 ], [ -111.617624441339, 40.20165302300471 ], [ -111.61822094401855, 40.201352528651171 ], [ -111.619308767021, 40.200815159286932 ], [ -111.61992875261778, 40.200514530485592 ], [ -111.62017720294686, 40.200702397099008 ], [ -111.62099527557028, 40.20150885736858 ], [ -111.62106634532714, 40.201571541880476 ], [ -111.62110208578846, 40.201625406513934 ], [ -111.62118482262147, 40.20167901895217 ], [ -111.62135883811484, 40.201434831243851 ], [ -111.62118169811188, 40.201336678554739 ], [ -111.61689824865765, 40.196719741983401 ], [ -111.61664549671268, 40.196054392421132 ], [ -111.6163252796139, 40.195722749584363 ], [ -111.61596108969384, 40.19572468797984 ], [ -111.61318534493384, 40.192775327469079 ], [ -111.6132192892985, 40.192630997027358 ], [ -111.61271082112447, 40.192264303298991 ], [ -111.61239072214966, 40.191941658073716 ], [ -111.6123422740075, 40.19177974485536 ], [ -111.61233028354494, 40.19175278002875 ], [ -111.61228199772101, 40.191608884754544 ], [ -111.61105086022518, 40.187948555735858 ], [ -111.61074919238686, 40.187058214680846 ], [ -111.61370957264772, 40.187069587253575 ], [ -111.61369812476165, 40.185799319091167 ], [ -111.61423853831747, 40.185805462491935 ], [ -111.61600138757312, 40.185895199546714 ], [ -111.61874172793082, 40.186258981669162 ], [ -111.62037743504325, 40.186574567058777 ], [ -111.62140456721968, 40.188424998971456 ], [ -111.62440505926831, 40.19408478510217 ], [ -111.62605499873291, 40.197202138010731 ], [ -111.62723875041947, 40.199439071193169 ], [ -111.62763368407802, 40.200220748369098 ], [ -111.62912843343645, 40.203041584868785 ], [ -111.62953499291595, 40.203805173009279 ], [ -111.62984498039316, 40.204289993950155 ], [ -111.62997614311136, 40.204496496220273 ], [ -111.63035646780156, 40.204962914121687 ], [ -111.63062996507253, 40.205312790689078 ], [ -111.63060688311565, 40.205357963387989 ], [ -111.63056055215745, 40.205430290900551 ], [ -111.63051413763078, 40.205493609458905 ], [ -111.63047930581287, 40.20553884613156 ], [ -111.63045605675424, 40.205566000928989 ], [ -111.63042114140228, 40.205602228648644 ], [ -111.63039797575475, 40.205638392369963 ], [ -111.63017614891177, 40.20579275984371 ], [ -111.6299084893662, 40.206073507762717 ], [ -111.62893874982042, 40.206673400455863 ], [ -111.62896249947377, 40.206700299579175 ], [ -111.62905724843046, 40.206780869212935 ], [ -111.62917574741543, 40.20688833784385 ], [ -111.62934116336845, 40.206986541891013 ], [ -111.63026892633229, 40.208197761307787 ], [ -111.63120835591137, 40.208129576683163 ], [ -111.631269363385, 40.208372497406408 ], [ -111.63316106313043, 40.208353156063509 ], [ -111.63498724052494, 40.210127010500372 ], [ -111.63503466296395, 40.210171797252073 ], [ -111.63690290983834, 40.210152523312523 ], [ -111.6381601292815, 40.210136589518143 ], [ -111.6381357049256, 40.208785316894073 ], [ -111.64041958045489, 40.20923218206584 ], [ -111.64076101898223, 40.209302367555409 ], [ -111.64107946676425, 40.209426735654766 ], [ -111.64137449983846, 40.209560241994467 ], [ -111.64139851016878, 40.209614165237127 ], [ -111.64162635536309, 40.210099409027563 ], [ -111.64188495103878, 40.210106984697283 ], [ -111.6430839262416, 40.210145376668045 ], [ -111.64307175001549, 40.210100397417982 ], [ -111.64250127234395, 40.208175557806022 ], [ -111.64199195653141, 40.206502638272845 ], [ -111.63983449763604, 40.199496267918917 ], [ -111.63970314565161, 40.199271758940341 ], [ -111.64614121328199, 40.199217983473979 ], [ -111.6462704478475, 40.199217262046211 ], [ -111.64626685530312, 40.198838887491483 ], [ -111.64613565453233, 40.198632403780472 ], [ -111.64702905393602, 40.198681470031566 ], [ -111.65153950680336, 40.199782345597782 ], [ -111.6560276741161, 40.19977501611956 ], [ -111.65614516081546, 40.199774350241022 ], [ -111.65607275021017, 40.195918739867167 ], [ -111.65606945089634, 40.195576401456925 ], [ -111.65600932212526, 40.195432591847698 ], [ -111.66230734143052, 40.19551385251745 ], [ -111.67263330258099, 40.195409267093659 ], [ -111.73165130808428, 40.1947900254902 ], [ -111.73165682703757, 40.195303524945274 ], [ -111.73168979382184, 40.223502589187603 ], [ -111.73175117394483, 40.223745453063373 ], [ -111.73219048260756, 40.224157103967848 ], [ -111.73468394920734, 40.226492737518576 ], [ -111.73718758289385, 40.228666083444566 ], [ -111.73902679754855, 40.230258012856268 ], [ -111.74004058616559, 40.2326840501851 ], [ -111.73912728791667, 40.234095339235992 ], [ -111.73804029103428, 40.234669862759844 ], [ -111.73997382620587, 40.236270182802798 ], [ -111.73894312811991, 40.236619121991978 ], [ -111.73942909389531, 40.236985399742096 ], [ -111.73973393671363, 40.23691137720941 ], [ -111.74046342590159, 40.23696977735527 ], [ -111.74095732741046, 40.236984634911131 ], [ -111.74080863749204, 40.237363977648997 ], [ -111.74032258269921, 40.238069813742001 ], [ -111.74034729019293, 40.239258883868771 ], [ -111.73991029845652, 40.240153599525428 ], [ -111.73981851035512, 40.240361400274267 ], [ -111.73865961373586, 40.240819267929034 ], [ -111.7371076182795, 40.239721019012457 ], [ -111.73617757791324, 40.239600808577649 ], [ -111.73256343993528, 40.239137239527508 ], [ -111.73254508971422, 40.237434596540368 ], [ -111.73163840421282, 40.237296183026906 ], [ -111.73171329794772, 40.237701128449793 ], [ -111.7314699322695, 40.238027001973322 ], [ -111.73125911597293, 40.238100408684375 ], [ -111.73122394757405, 40.238109640200491 ], [ -111.73113019743025, 40.238137260423677 ], [ -111.73019709174523, 40.23772872328292 ], [ -111.7291258365143, 40.237591328298294 ], [ -111.72860784298561, 40.23752251606566 ], [ -111.72799474914154, 40.237355197345146 ], [ -111.72795929123154, 40.237337401759753 ], [ -111.72787652402408, 40.2372928757827 ], [ -111.72682426255923, 40.236731902347714 ], [ -111.72657702491104, 40.236697417530507 ], [ -111.72603524222633, 40.236601715157263 ], [ -111.72585805355888, 40.236521742775416 ], [ -111.72553548037682, 40.236037262540478 ], [ -111.72575487739527, 40.235666505071158 ], [ -111.72589352878498, 40.235440402668836 ], [ -111.72592831174356, 40.235395137930773 ], [ -111.72604547337117, 40.235358365731912 ], [ -111.72617429327214, 40.235312510950912 ], [ -111.72668966742432, 40.235138099114373 ], [ -111.72665295913961, 40.235003189880047 ], [ -111.7266525739486, 40.23496715503984 ], [ -111.72634608868302, 40.234887995106348 ], [ -111.72593342837264, 40.234773463118998 ], [ -111.72439358287738, 40.234783111406877 ], [ -111.72335059125375, 40.235086942315981 ], [ -111.72291701212649, 40.235215781833958 ], [ -111.72245877311654, 40.23523666188094 ], [ -111.72236483178918, 40.23524625757733 ], [ -111.72222377617867, 40.235247137901666 ], [ -111.72203579770849, 40.23525732011889 ], [ -111.72187199811202, 40.235330416432369 ], [ -111.72175693852202, 40.235565376244807 ], [ -111.7217800761656, 40.236637340383055 ], [ -111.72180742406252, 40.238105687779068 ], [ -111.72155110637463, 40.238323509588668 ], [ -111.72118612263282, 40.238271728694748 ], [ -111.72110364536356, 40.238254223999959 ], [ -111.72047785274518, 40.237996851446674 ], [ -111.72020252156055, 40.237530080906687 ], [ -111.71990482921431, 40.237171560525915 ], [ -111.71941982419166, 40.236886278385995 ], [ -111.71913589512558, 40.236716866022242 ], [ -111.71841598999856, 40.23645105763277 ], [ -111.71782786678767, 40.236418669653069 ], [ -111.71762889032031, 40.23650098745604 ], [ -111.71746517800091, 40.236583086309601 ], [ -111.7167667248052, 40.237236084795711 ], [ -111.71631103318457, 40.237500176242264 ], [ -111.71607745086858, 40.237645770756416 ], [ -111.71604237547439, 40.237664006402539 ], [ -111.71548950790527, 40.237631388435226 ], [ -111.71490289164187, 40.237743125332841 ], [ -111.71484601106829, 40.237923662965137 ], [ -111.71465252018828, 40.23852848195515 ], [ -111.71458435662359, 40.238754135675087 ], [ -111.71444424041957, 40.238845093862551 ], [ -111.71375531451747, 40.239290801055063 ], [ -111.71359159076839, 40.239372894488149 ], [ -111.71360911579107, 40.239922354450378 ], [ -111.71367136246005, 40.245850094507041 ], [ -111.71369163450851, 40.246660806638467 ], [ -111.71373426235451, 40.248480422262979 ], [ -111.71378825063246, 40.251381082577488 ], [ -111.71289805207832, 40.252828056797931 ], [ -111.71383079122816, 40.253191687934198 ], [ -111.7138345776432, 40.253552036203786 ], [ -111.71385021667599, 40.253921320626574 ], [ -111.70958191287427, 40.25392955305891 ], [ -111.70793580662314, 40.253939634907738 ], [ -111.70843433592844, 40.254387048614873 ], [ -111.7083641637967, 40.254423515342047 ], [ -111.7082353894628, 40.254478359277869 ], [ -111.70592960418371, 40.25437532728796 ], [ -111.70594314090509, 40.254546421249444 ], [ -111.70431997403914, 40.254502256002063 ], [ -111.70431895743776, 40.255538330678654 ], [ -111.70468710607742, 40.255887451722749 ], [ -111.70458128182459, 40.255888096095745 ], [ -111.70442851798614, 40.255898035407078 ], [ -111.7028892119275, 40.256006497592686 ], [ -111.70258554666894, 40.256206546042065 ], [ -111.70050971343052, 40.256741669450875 ], [ -111.70046277269466, 40.256750962885519 ], [ -111.70033380170548, 40.256787780642668 ], [ -111.69921981213464, 40.257091823658023 ], [ -111.69600937838436, 40.257075140473852 ], [ -111.69601423592876, 40.258696783361813 ], [ -111.69485011866004, 40.258703779305947 ], [ -111.69124008498227, 40.258716390602189 ], [ -111.69107564546914, 40.258735391332166 ], [ -111.69057857100339, 40.258423033641733 ], [ -111.69007431871378, 40.258561181125309 ], [ -111.68995773784154, 40.258660978471681 ], [ -111.68973706573711, 40.258932572685531 ], [ -111.68901258852711, 40.259387353109616 ], [ -111.68803433220023, 40.260330139757968 ], [ -111.68770754138815, 40.260575333101393 ], [ -111.68681403156087, 40.26059865832088 ], [ -111.68534441516758, 40.260634399377551 ], [ -111.68060485449038, 40.2605993075084 ], [ -111.67956671611688, 40.260272064983781 ], [ -111.67921709719037, 40.260589442804431 ], [ -111.67884476704026, 40.26098803640533 ], [ -111.67796750344959, 40.261461662518833 ], [ -111.67770682154732, 40.261264985133927 ], [ -111.67748492354636, 40.261419442407814 ], [ -111.67749364075131, 40.2622932924221 ], [ -111.6768192253551, 40.263063028476203 ], [ -111.67659408657836, 40.264073385204753 ], [ -111.67595662694424, 40.265014076387118 ], [ -111.67554843596697, 40.265358812952122 ], [ -111.67509131995546, 40.265514638542932 ], [ -111.67478788775733, 40.265750649784607 ], [ -111.67476714280109, 40.266030058554641 ], [ -111.67456892181876, 40.266202390658613 ], [ -111.67404861441264, 40.268286566800725 ], [ -111.67399723439809, 40.269034636308653 ], [ -111.67352112648146, 40.269650039502174 ], [ -111.67334686006605, 40.269867276394628 ], [ -111.67327736759326, 40.269975792098066 ], [ -111.67298825974257, 40.270472984200609 ], [ -111.67279037847815, 40.270681348299668 ], [ -111.67270894486212, 40.270771914526442 ], [ -111.67266243677183, 40.270826240561306 ], [ -111.67267268031293, 40.270673023303793 ], [ -111.67268354861874, 40.270582867350377 ], [ -111.67275846553915, 40.269834661744746 ], [ -111.67287542378625, 40.268581691861399 ], [ -111.67289215964331, 40.267896889201744 ], [ -111.67278051393755, 40.26731193506955 ], [ -111.67257541319644, 40.266790588983049 ], [ -111.67226465288458, 40.266287874944048 ], [ -111.67199283256926, 40.266154314552516 ], [ -111.67196717277713, 40.265938240738095 ], [ -111.67143351567238, 40.265490874252876 ], [ -111.67123190381467, 40.265320867497522 ], [ -111.67123760303268, 40.265897428699141 ], [ -111.67090849919032, 40.265917355864801 ], [ -111.67100560646787, 40.266223108480482 ], [ -111.67045296960224, 40.266235321076081 ], [ -111.67044370000711, 40.266487634747691 ], [ -111.6702680088526, 40.266560726834264 ], [ -111.66996322181237, 40.26666159401838 ], [ -111.67025953886512, 40.266894119400526 ], [ -111.66997987082975, 40.267157008227024 ], [ -111.66986324556424, 40.267256785540781 ], [ -111.66841708253108, 40.267301185419363 ], [ -111.66871339716498, 40.267533714755608 ], [ -111.66865583738854, 40.267660177343977 ], [ -111.66858704923665, 40.267840760475494 ], [ -111.66849748938851, 40.268300751314626 ], [ -111.66853445616653, 40.268471714100343 ], [ -111.66861961859541, 40.268759519049802 ], [ -111.66862139286802, 40.268939694420446 ], [ -111.66869337604061, 40.269083426952825 ], [ -111.66887351281925, 40.269460775595782 ], [ -111.66887715156658, 40.269830135035413 ], [ -111.66898654896229, 40.270189873779273 ], [ -111.66895348557362, 40.270415296899969 ], [ -111.66891070251522, 40.270847989588432 ], [ -111.66891150134244, 40.270929068471744 ], [ -111.66914672019189, 40.270927708466246 ], [ -111.66912391587191, 40.27338737265773 ], [ -111.66757141491847, 40.273396340003075 ], [ -111.66776378633791, 40.275016899151566 ], [ -111.66781278272377, 40.27521482035776 ], [ -111.66857729235745, 40.275210405463696 ], [ -111.66854795184216, 40.275814196143017 ], [ -111.66862819495599, 40.276795742872949 ], [ -111.66854247903723, 40.278841341847482 ], [ -111.66748431353216, 40.278892497342206 ], [ -111.66878007702974, 40.280272441850897 ], [ -111.66859005305747, 40.281282577469526 ], [ -111.66852178386408, 40.281517212745136 ], [ -111.66865534606636, 40.281939876248188 ], [ -111.66855587016398, 40.282589117832742 ], [ -111.66843850671889, 40.282616823698746 ], [ -111.66819210525749, 40.282681311755312 ], [ -111.66814691591375, 40.282870767172547 ], [ -111.66875859258138, 40.282867233342621 ], [ -111.66877843450831, 40.283686961212929 ], [ -111.66871730964704, 40.285840526832381 ], [ -111.66884116069143, 40.286470458757059 ], [ -111.66745369382248, 40.287739766521142 ], [ -111.66713881546806, 40.288020869385953 ], [ -111.66709450554465, 40.28830041168024 ], [ -111.66709804845699, 40.288660761307163 ], [ -111.66746282168262, 40.288667666786587 ], [ -111.66755985880665, 40.288964412219954 ], [ -111.66760842201465, 40.289117289267246 ], [ -111.6675283777696, 40.289351991611888 ], [ -111.66740269413505, 40.289731105160776 ], [ -111.66929664174232, 40.289711155299941 ], [ -111.66931027222586, 40.289900270671048 ], [ -111.66943093669613, 40.290205887012711 ], [ -111.66974848337561, 40.29019504001019 ], [ -111.6697623820321, 40.290411181499664 ], [ -111.66971977114312, 40.290861890521981 ], [ -111.66938473670245, 40.291485467392675 ], [ -111.66928809906835, 40.292422987976785 ], [ -111.66957036215527, 40.29241234554722 ], [ -111.66940224803758, 40.293260187275912 ], [ -111.66902906128566, 40.293595687866564 ], [ -111.66898324555378, 40.293722082191664 ], [ -111.66895408059126, 40.294343888541007 ], [ -111.66886253653374, 40.29460568581802 ], [ -111.66876948193001, 40.294714334644908 ], [ -111.66855939768823, 40.294886724409672 ], [ -111.66820955071945, 40.295204068938162 ], [ -111.66808368305666, 40.295565165446156 ], [ -111.66807253891446, 40.295628294478277 ], [ -111.66805051673714, 40.295781578720359 ], [ -111.66826220252696, 40.295771346964351 ], [ -111.66798382863186, 40.296178370313214 ], [ -111.66789165751757, 40.296377105702135 ], [ -111.66725889818238, 40.296642024742575 ], [ -111.66683543218578, 40.296653475510894 ], [ -111.66698414671973, 40.297418403509155 ], [ -111.66670496153884, 40.297744345241703 ], [ -111.66667701413409, 40.298492272930702 ], [ -111.66650460043181, 40.298907691173369 ], [ -111.66648337046514, 40.299142053594387 ], [ -111.66612048744139, 40.299333337456105 ], [ -111.66615870498407, 40.299630422150933 ], [ -111.66645621696367, 40.299971059589787 ], [ -111.66665942650806, 40.300294221212681 ], [ -111.66673338809126, 40.300636145850426 ], [ -111.66665474461263, 40.301014986810159 ], [ -111.66665819822514, 40.301366326953662 ], [ -111.66618073853152, 40.301873594229129 ], [ -111.66589056114582, 40.302280680168728 ], [ -111.66549112284777, 40.302346043168384 ], [ -111.66532001810801, 40.302896590327727 ], [ -111.66540644967688, 40.303310517789264 ], [ -111.6653861870642, 40.303643975794792 ], [ -111.66509962007339, 40.304420417225153 ], [ -111.66472537979475, 40.304656808039184 ], [ -111.66464557283768, 40.304918534146786 ], [ -111.66439261601829, 40.305523605298653 ], [ -111.66391590424948, 40.306111941701921 ], [ -111.66363860873578, 40.306636067760408 ], [ -111.6634438559374, 40.307177738229434 ], [ -111.66351613434186, 40.307348498952599 ], [ -111.66322644660114, 40.307809630445846 ], [ -111.66285191695353, 40.30801898911028 ], [ -111.66225679562221, 40.308535923111847 ], [ -111.66139918403398, 40.309892212551944 ], [ -111.6602517263002, 40.31170061090225 ], [ -111.65928327204487, 40.310138530008686 ], [ -111.65780044600751, 40.310137961773286 ], [ -111.65773650762253, 40.308399545442327 ], [ -111.65567720042017, 40.308411235263705 ], [ -111.65573865157876, 40.308681163677377 ], [ -111.65568591242017, 40.309312108224226 ], [ -111.65605907745793, 40.310174877907045 ], [ -111.65616969568562, 40.310660748459178 ], [ -111.65621450377083, 40.311642499244769 ], [ -111.65610344951932, 40.312327829739765 ], [ -111.65590522130231, 40.312518147393298 ], [ -111.65581665339968, 40.313095239424349 ], [ -111.65570149748089, 40.313357159472503 ], [ -111.65518097760935, 40.314297067082869 ], [ -111.65464815277302, 40.315182986583018 ], [ -111.65413606977467, 40.315780491426246 ], [ -111.64838252218402, 40.315957029734015 ], [ -111.64845333660489, 40.319668428032372 ], [ -111.6484801906103, 40.321244888831117 ], [ -111.64849480503059, 40.321542110707462 ], [ -111.64797908851619, 40.321770230814707 ], [ -111.64725245762207, 40.322098630198987 ], [ -111.64384180290398, 40.323631209970003 ], [ -111.6437246149262, 40.323685917384942 ], [ -111.64360768344058, 40.323767650865861 ], [ -111.64322157665704, 40.3240130469555 ], [ -111.64282369681723, 40.324258507176246 ], [ -111.6422536141707, 40.324964391591429 ], [ -111.64167405256761, 40.325913574156395 ], [ -111.64127905478088, 40.326465325856553 ], [ -111.64102470286704, 40.326953232454855 ], [ -111.64042369429221, 40.328127757312686 ], [ -111.6403313147442, 40.328317461887224 ], [ -111.64002663121084, 40.328463295269515 ], [ -111.63978063131262, 40.328590784895546 ], [ -111.63961626233588, 40.328636739873005 ], [ -111.63953378014403, 40.328628186728523 ], [ -111.63927447767233, 40.328593583266411 ], [ -111.63869744308855, 40.328569743220946 ], [ -111.63850876728765, 40.328534748052306 ], [ -111.63792055615383, 40.328574030209374 ], [ -111.63647483664828, 40.328807223994552 ], [ -111.63610993379324, 40.328809231228419 ], [ -111.63549547267482, 40.328560351051301 ], [ -111.63514099090743, 40.328418150787691 ], [ -111.63497560598763, 40.328355994364578 ], [ -111.63467846220144, 40.328051312316212 ], [ -111.63474756867089, 40.327888767524804 ], [ -111.63477051968984, 40.327825577180953 ], [ -111.63461724494934, 40.32779939058085 ], [ -111.634393260671, 40.327764582389612 ], [ -111.63441503107448, 40.327575269780446 ], [ -111.63406089392318, 40.327469101080581 ], [ -111.63367186667949, 40.327408168432619 ], [ -111.63311905886241, 40.327456241419036 ], [ -111.63282495632215, 40.327475869146788 ], [ -111.63257793696303, 40.327495238658443 ], [ -111.63160053721586, 40.327455533509742 ], [ -111.6307071276032, 40.327586537017261 ], [ -111.62851099000774, 40.328139042526196 ], [ -111.62804107007625, 40.32824069607036 ], [ -111.62803864845544, 40.327979442368559 ], [ -111.62762741676211, 40.328062757176177 ], [ -111.62762808909467, 40.326864529552225 ], [ -111.6276266705224, 40.326711380783244 ], [ -111.62813281124389, 40.326708633482916 ], [ -111.62819074609156, 40.326609217631905 ], [ -111.62827180447714, 40.326464630140713 ], [ -111.6289468939827, 40.32564112392199 ], [ -111.62901668087359, 40.325550652407301 ], [ -111.62913371684093, 40.325477942294626 ], [ -111.62927437718625, 40.325414112755539 ], [ -111.6291203571852, 40.325306840047141 ], [ -111.62900189989061, 40.325226401378316 ], [ -111.62649512544991, 40.325276041862999 ], [ -111.62635138169199, 40.325006544075642 ], [ -111.62632759104582, 40.324979645270723 ], [ -111.626080329038, 40.324971974591008 ], [ -111.62518333521618, 40.323436251276071 ], [ -111.6251594624825, 40.323400343455333 ], [ -111.62500395799077, 40.32313090744514 ], [ -111.62463908489556, 40.32313287826662 ], [ -111.62463281595375, 40.319898604701933 ], [ -111.62026565492681, 40.319850029710018 ], [ -111.62026260443207, 40.31951670504052 ], [ -111.6199094375504, 40.31950958891764 ], [ -111.61989985420173, 40.315887933799395 ], [ -111.6370831015911, 40.315875662004395 ], [ -111.63870728217354, 40.315875715181186 ], [ -111.63882497025482, 40.315875065340585 ], [ -111.63881429445642, 40.312244408509834 ], [ -111.6388351991713, 40.311965007148736 ], [ -111.64353119273348, 40.311993034971813 ], [ -111.64828611437439, 40.312029551150566 ], [ -111.64814287904588, 40.306895095670868 ], [ -111.64812835629122, 40.306606881709953 ], [ -111.65196462739942, 40.306603344369719 ], [ -111.65208359860651, 40.306737812260479 ], [ -111.65233122962363, 40.306790471574097 ], [ -111.65308302880437, 40.306651091547849 ], [ -111.65321220735864, 40.306623334554772 ], [ -111.65489473806417, 40.306595803770762 ], [ -111.65498208782392, 40.305892589508836 ], [ -111.65511302221702, 40.304828759122465 ], [ -111.65513507633004, 40.304675477326924 ], [ -111.65514597279731, 40.304585323320502 ], [ -111.65531516212157, 40.303827589707879 ], [ -111.65550640052986, 40.302916573877205 ], [ -111.65490630795279, 40.302919972460955 ], [ -111.65450633312365, 40.302931245195381 ], [ -111.65443017013229, 40.302355085119821 ], [ -111.65436742637802, 40.301950024490637 ], [ -111.65418780264596, 40.301626707879663 ], [ -111.65236428573449, 40.301664032447704 ], [ -111.65244008366112, 40.302204159112996 ] ], [ [ -111.65744394005205, 40.292788203168513 ], [ -111.65742309599308, 40.291851359782427 ], [ -111.6571173037338, 40.291862106212072 ], [ -111.65704671613966, 40.291862507099545 ], [ -111.65295367372845, 40.291993790027419 ], [ -111.6528595566749, 40.291994321149062 ], [ -111.65303059183493, 40.292651031131747 ], [ -111.65311988350015, 40.293371266994981 ], [ -111.65320518687768, 40.293677099842135 ], [ -111.65333064466826, 40.294487223677585 ], [ -111.65437773512481, 40.294481306073493 ], [ -111.65578962908046, 40.294482321032511 ], [ -111.65653082755694, 40.29447811739422 ], [ -111.65689370053327, 40.293070615242918 ], [ -111.65744655920697, 40.293058465707972 ], [ -111.65744394005205, 40.292788203168513 ] ], [ [ -111.65802902031731, 40.281541325352237 ], [ -111.65787791139421, 40.280515128349904 ], [ -111.65775847573306, 40.281542863661727 ], [ -111.65802902031731, 40.281541325352237 ] ], [ [ -111.65787791139421, 40.280515128349904 ], [ -111.6577526020767, 40.279723025264218 ], [ -111.65705861491594, 40.279726968288372 ], [ -111.65710015841323, 40.277942897057606 ], [ -111.65741782468031, 40.277950101865791 ], [ -111.6573769541577, 40.277373740732422 ], [ -111.65735116162631, 40.27713964620488 ], [ -111.6570677178341, 40.274591631648299 ], [ -111.65563288867125, 40.27460877986254 ], [ -111.65511187537876, 40.275467612050136 ], [ -111.6557705339859, 40.275463881025935 ], [ -111.65562015437752, 40.275726002159296 ], [ -111.6554931233335, 40.275969972271476 ], [ -111.65561483129906, 40.27639271859406 ], [ -111.6556512482728, 40.276509632799325 ], [ -111.6553173707064, 40.277259293852076 ], [ -111.65540327164265, 40.277628187462255 ], [ -111.65541738248363, 40.277871357861429 ], [ -111.65513839441734, 40.278215290139329 ], [ -111.65505797149989, 40.278413949424504 ], [ -111.65487412111293, 40.278865453632655 ], [ -111.65460558538128, 40.279074186381273 ], [ -111.65459651641628, 40.27935352504003 ], [ -111.65453883364306, 40.279470971858984 ], [ -111.6543638733163, 40.279625119033774 ], [ -111.65645855333184, 40.279712355764055 ], [ -111.65647545686116, 40.280243806652976 ], [ -111.65727522539889, 40.280230256996383 ], [ -111.65727740649761, 40.280455476278107 ], [ -111.65729056505982, 40.280599549793926 ], [ -111.65787791139421, 40.280515128349904 ] ] ], [ [ [ -111.65072244762415, 40.302240860669365 ], [ -111.6505363454029, 40.302467138152906 ], [ -111.6503497235895, 40.302639362844822 ], [ -111.65050346559759, 40.302719581601124 ], [ -111.65068030880553, 40.302754624054138 ], [ -111.65056471789113, 40.30297149573402 ], [ -111.64999992386669, 40.302974670366908 ], [ -111.64850574487519, 40.303001074122513 ], [ -111.64825038034064, 40.302137618702858 ], [ -111.64972074874532, 40.302084324299457 ], [ -111.65072244762415, 40.302240860669365 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 31, \"properties\": { \"NAME\": \"NEBO SCHOOL DISTRICT\", \"TOTENROLL\": 29136, \"Color4\": \"4\", \"Shape_Leng\": 451964.94932199997, \"Shape_Area\": 3404319848.8200002 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.49946225970442, 40.250243223648184 ], [ -111.49949422582665, 40.24659429569963 ], [ -111.49012310452248, 40.24653525935755 ], [ -111.48530237269493, 40.246510528189269 ], [ -111.48075205567568, 40.246484473187962 ], [ -111.47133442241403, 40.246496183450049 ], [ -111.46192853570012, 40.246507080422596 ], [ -111.45244033872714, 40.246517534718478 ], [ -111.44296383012849, 40.246518156975313 ], [ -111.43347555719446, 40.246518047281498 ], [ -111.42898361612694, 40.246517757190318 ], [ -111.423987277447, 40.246517159671548 ], [ -111.41681532717178, 40.246534202965144 ], [ -111.40738576592138, 40.246522733333691 ], [ -111.39794439151372, 40.246501526599005 ], [ -111.38851482553751, 40.246488519337447 ], [ -111.37907349986857, 40.246474782256236 ], [ -111.36964392936866, 40.246460237375452 ], [ -111.36020259988176, 40.246444960758268 ], [ -111.34134345175215, 40.24641202743036 ], [ -111.33190211926885, 40.246394441991271 ], [ -111.31304296846673, 40.24635689677428 ], [ -111.30361335332792, 40.246327962382843 ], [ -111.29417202319031, 40.246307298834793 ], [ -111.27531288149042, 40.246263605076443 ], [ -111.26872862602394, 40.246243043316156 ], [ -111.26854068654929, 40.24628852656668 ], [ -111.26816338473476, 40.246019119359659 ], [ -111.2679746994219, 40.245875405966039 ], [ -111.26773863092953, 40.245641707856819 ], [ -111.26747901420261, 40.245399054278089 ], [ -111.26681756902202, 40.244625772340058 ], [ -111.26636868179689, 40.244086242038051 ], [ -111.26607309967798, 40.243663479875295 ], [ -111.26578955994651, 40.243312764524532 ], [ -111.26564759749694, 40.243087855281331 ], [ -111.26549398481241, 40.242890000803683 ], [ -111.26531685956068, 40.242692200018517 ], [ -111.26495131207628, 40.242413745786401 ], [ -111.26482142687532, 40.242269892520916 ], [ -111.26476197674212, 40.242098849768716 ], [ -111.2647492374597, 40.241846615452666 ], [ -111.26480573877338, 40.241260874547727 ], [ -111.26496808171234, 40.240683900700589 ], [ -111.26508441575074, 40.240368304904266 ], [ -111.26527033701377, 40.239809295366832 ], [ -111.26546829287157, 40.239322333182749 ], [ -111.26550282230268, 40.239133056294918 ], [ -111.26557269019418, 40.238961717135496 ], [ -111.26568961717736, 40.238799279322606 ], [ -111.26587669214314, 40.238537576703827 ], [ -111.26626308775298, 40.238140274167719 ], [ -111.26666119938328, 40.237733933909666 ], [ -111.26711822688269, 40.237363493962583 ], [ -111.26746983764602, 40.237092399438644 ], [ -111.26782155209141, 40.23684833184705 ], [ -111.26819702417723, 40.236667274048244 ], [ -111.26856127250051, 40.236621382329886 ], [ -111.26885534262492, 40.236665746677765 ], [ -111.26917310288849, 40.236755102268283 ], [ -111.26971411535315, 40.23681690868824 ], [ -111.2699727052201, 40.236807296371367 ], [ -111.27018430798874, 40.236806802591381 ], [ -111.27071313549415, 40.236760519785584 ], [ -111.27264013071009, 40.236521751659431 ], [ -111.27318060129707, 40.236448401902621 ], [ -111.27338012116331, 40.236366846048128 ], [ -111.2735325093314, 40.23625837299668 ], [ -111.27363772958232, 40.236113973601235 ], [ -111.27371922060949, 40.235915573723183 ], [ -111.27378852022866, 40.235609089606292 ], [ -111.27378572635254, 40.23491537098576 ], [ -111.27381917810136, 40.234464820877172 ], [ -111.27381729118228, 40.233996335492435 ], [ -111.27380390315763, 40.233590943226559 ], [ -111.27386111836566, 40.233203402737345 ], [ -111.27387203871746, 40.232996160193302 ], [ -111.27381250150943, 40.232807103190773 ], [ -111.27365899731076, 40.232636287210482 ], [ -111.2734468640498, 40.23250164724255 ], [ -111.272928633055, 40.232250606589808 ], [ -111.27272807663761, 40.232070890875008 ], [ -111.27260966078458, 40.231854943671372 ], [ -111.27247909370649, 40.231539921275846 ], [ -111.27233644832364, 40.231143842309145 ], [ -111.2721461368814, 40.230585705558497 ], [ -111.27208538083887, 40.230090329943636 ], [ -111.27201269103267, 40.229549935161934 ], [ -111.27192871643504, 40.229126689365934 ], [ -111.27179747358656, 40.228640488481545 ], [ -111.27173625385896, 40.228027991011537 ], [ -111.27175907812344, 40.227856758249843 ], [ -111.27182859466396, 40.227604330954158 ], [ -111.27188693297673, 40.227496080760901 ], [ -111.27202708112726, 40.227270515688261 ], [ -111.27216712017447, 40.227017922399774 ], [ -111.272353813237, 40.226675124841577 ], [ -111.27244694249362, 40.226449669859498 ], [ -111.27272708534413, 40.225962500735328 ], [ -111.27284397301334, 40.225800055459061 ], [ -111.27293724409704, 40.225610637451688 ], [ -111.27307655282972, 40.225177856034414 ], [ -111.27318121417774, 40.224898316591052 ], [ -111.27322707047922, 40.224609906433052 ], [ -111.27334189061382, 40.22393392765516 ], [ -111.27334109398453, 40.223735721935078 ], [ -111.27330496471608, 40.223519580767928 ], [ -111.27326905288207, 40.223357495691168 ], [ -111.27326832888104, 40.223177308654094 ], [ -111.27332637148074, 40.222996982854966 ], [ -111.27341945632129, 40.222762517621646 ], [ -111.27347717213121, 40.222501107560817 ], [ -111.27349973662777, 40.222266808840295 ], [ -111.27348733133718, 40.222104668250346 ], [ -111.27343992024598, 40.222005676431429 ], [ -111.27335724990245, 40.221906767866635 ], [ -111.27320402492975, 40.221799016354638 ], [ -111.27274417228227, 40.221430713804544 ], [ -111.27250824497938, 40.221215042920051 ], [ -111.27234294524499, 40.221026233711768 ], [ -111.27222433368959, 40.220756229494611 ], [ -111.27216473986371, 40.220549152479592 ], [ -111.27214004451987, 40.22025189896025 ], [ -111.27207991082457, 40.219909681513215 ], [ -111.27205518006457, 40.219603418582395 ], [ -111.27193610392253, 40.219216292323779 ], [ -111.27180585255829, 40.218973343266583 ], [ -111.27142797101988, 40.218523757764387 ], [ -111.27101437044281, 40.217957131830204 ], [ -111.27076559659925, 40.217462194484852 ], [ -111.27062309869258, 40.217093140401886 ], [ -111.27042219930087, 40.216814317050108 ], [ -111.27016307723623, 40.216670770961315 ], [ -111.26977411035887, 40.216383375805826 ], [ -111.26938493270852, 40.216041923122262 ], [ -111.26899565209384, 40.215673440996653 ], [ -111.26868878199363, 40.215340804071211 ], [ -111.26848768238798, 40.21500792102529 ], [ -111.26815724298784, 40.214657318410694 ], [ -111.26787356597019, 40.214243540457566 ], [ -111.26769622527878, 40.213973667149943 ], [ -111.26762489955074, 40.213766614667122 ], [ -111.26750628408824, 40.213487595802498 ], [ -111.26735273333831, 40.21328974257878 ], [ -111.26709317137735, 40.213029067626124 ], [ -111.26671609582786, 40.212768662906662 ], [ -111.26628033611799, 40.21252641086528 ], [ -111.26578571654544, 40.212257263967842 ], [ -111.26530309822115, 40.212051153626078 ], [ -111.26484426617351, 40.211917062491061 ], [ -111.26446783573583, 40.211818819122641 ], [ -111.26425592569129, 40.211720199063222 ], [ -111.26409091679993, 40.211594443250235 ], [ -111.26396088290745, 40.21139653179408 ], [ -111.2639368210737, 40.211252435347191 ], [ -111.26391213032426, 40.210946170089578 ], [ -111.26395812171829, 40.210684790946097 ], [ -111.26409815697789, 40.210432206707999 ], [ -111.26424980235873, 40.210143557951845 ], [ -111.26443701475154, 40.209935912872361 ], [ -111.2647178487269, 40.209628949368067 ], [ -111.26488155631655, 40.209421357303221 ], [ -111.26497482740298, 40.209231945175766 ], [ -111.26503259958476, 40.208979548025823 ], [ -111.26500815039898, 40.208736348559583 ], [ -111.26493655779551, 40.208457219139966 ], [ -111.26480589640784, 40.20809713964475 ], [ -111.26467527145503, 40.207746069357604 ], [ -111.26447372388273, 40.20728704740111 ], [ -111.26443738672302, 40.207007837045744 ], [ -111.26431869126523, 40.206701786355588 ], [ -111.26422402251805, 40.206530822656475 ], [ -111.2641527152697, 40.20632376770839 ], [ -111.26410487431716, 40.20610764970727 ], [ -111.26403356788138, 40.205900594668037 ], [ -111.26397436169314, 40.205783606642449 ], [ -111.26387990470658, 40.205666698945585 ], [ -111.26377383741267, 40.205585855489552 ], [ -111.26351491172578, 40.205478331604255 ], [ -111.26305633650374, 40.205398289399753 ], [ -111.26273876565401, 40.205317925425611 ], [ -111.26246819659627, 40.205237454018196 ], [ -111.26213898104643, 40.205184143197776 ], [ -111.26192758052343, 40.205211650124134 ], [ -111.26179829303084, 40.205202933121925 ], [ -111.26164547042276, 40.205185259705942 ], [ -111.26141025771203, 40.205131734303933 ], [ -111.26122201172774, 40.205069092980978 ], [ -111.26062192173403, 40.204854218363771 ], [ -111.26023337285442, 40.204647874732231 ], [ -111.26003310374092, 40.20451318275137 ], [ -111.25987973267198, 40.204351356739082 ], [ -111.2597852159211, 40.204216426860633 ], [ -111.25966709629213, 40.20405452144184 ], [ -111.25951358971288, 40.203856657356923 ], [ -111.25926622137833, 40.20369504119693 ], [ -111.25910134410699, 40.203596306184977 ], [ -111.25895972727841, 40.203434452614708 ], [ -111.25882992957651, 40.203290591380728 ], [ -111.25853532575012, 40.203066012949932 ], [ -111.2583469513155, 40.202967329325439 ], [ -111.25821746343524, 40.202904551938296 ], [ -111.25813507771315, 40.202868697795225 ], [ -111.2579702040825, 40.202769961146643 ], [ -111.25779344460616, 40.202635212845422 ], [ -111.25748719950924, 40.202437686055035 ], [ -111.25734552080343, 40.202257811665547 ], [ -111.25721535423344, 40.202014845211259 ], [ -111.25709690423288, 40.201762843105904 ], [ -111.25690792336744, 40.201501987943153 ], [ -111.25668410294347, 40.201349323398141 ], [ -111.25654283613036, 40.201277560759699 ], [ -111.25642500087226, 40.201187727099352 ], [ -111.25638958248038, 40.20114275818004 ], [ -111.25635382480824, 40.201007695260799 ], [ -111.25635355334761, 40.200935620068911 ], [ -111.25639983873543, 40.200746318600828 ], [ -111.25654005162723, 40.200538790045613 ], [ -111.25673829713007, 40.200141933644268 ], [ -111.25696034507149, 40.199826109329479 ], [ -111.25726453374745, 40.199483073629835 ], [ -111.25751034821346, 40.199239271222808 ], [ -111.25769748319473, 40.199013617878265 ], [ -111.2578844462749, 40.198742917219526 ], [ -111.25801296972632, 40.198553431811249 ], [ -111.25816478560735, 40.198309837444711 ], [ -111.25825799199265, 40.198102411549684 ], [ -111.258245866984, 40.198003334335695 ], [ -111.25816321384546, 40.197895404944241 ], [ -111.25802198681964, 40.197832653453034 ], [ -111.25779868781642, 40.197815131980043 ], [ -111.25744621827245, 40.1978159163654 ], [ -111.25704699091662, 40.197879869861765 ], [ -111.25680032996405, 40.197898436249808 ], [ -111.25664745709344, 40.197862737350867 ], [ -111.25660042715643, 40.197853832126654 ], [ -111.25625923154361, 40.197728455200753 ], [ -111.25550651958713, 40.19752290094614 ], [ -111.25492994445482, 40.197289925602973 ], [ -111.25444749881515, 40.197092778441991 ], [ -111.25378882351986, 40.196896015738524 ], [ -111.25301229571508, 40.196600402617193 ], [ -111.2525766883311, 40.196358097840992 ], [ -111.25214068361416, 40.196007678490822 ], [ -111.25184573345747, 40.195674969665063 ], [ -111.25151570692572, 40.195387383696101 ], [ -111.25127997064618, 40.195180677498023 ], [ -111.25109126302935, 40.194982878302341 ], [ -111.25069052009911, 40.194632376906448 ], [ -111.24997343507584, 40.194516804214906 ], [ -111.24943254550232, 40.194391838093594 ], [ -111.24895043274884, 40.19427575254484 ], [ -111.2485505272733, 40.194150479030043 ], [ -111.24827988785034, 40.194033936457721 ], [ -111.2479854245432, 40.193827349423501 ], [ -111.24779673024219, 40.193629544770943 ], [ -111.24773733321547, 40.193449482158854 ], [ -111.24772466709058, 40.193197243625526 ], [ -111.24768840642894, 40.192918027100212 ], [ -111.24751067757813, 40.192503970769465 ], [ -111.24715620753088, 40.1919461397706 ], [ -111.24683708495164, 40.19141526073718 ], [ -111.24657735889816, 40.19106444409443 ], [ -111.24623546630362, 40.190731820620947 ], [ -111.24587040694959, 40.190489340236937 ], [ -111.24538751614126, 40.19014800409267 ], [ -111.24498712279433, 40.189878567304362 ], [ -111.24466932178028, 40.189708059018685 ], [ -111.24442197542498, 40.189528391633651 ], [ -111.24416259208844, 40.189267663656878 ], [ -111.24395016837173, 40.188997826648155 ], [ -111.2435728311564, 40.188602203391326 ], [ -111.243289734559, 40.188278456832037 ], [ -111.243041753924, 40.187918597861575 ], [ -111.24281730249898, 40.187567698484507 ], [ -111.24252249872178, 40.187252984035297 ], [ -111.24221588646064, 40.186920274526706 ], [ -111.2419799196371, 40.186632464038105 ], [ -111.24181462887964, 40.186398562443863 ], [ -111.24164940319947, 40.186182679465148 ], [ -111.24124892030734, 40.185877191720166 ], [ -111.24083685342767, 40.185616774168231 ], [ -111.24067198298232, 40.185499993523521 ], [ -111.24048349213476, 40.185347223706728 ], [ -111.24025944382015, 40.185104432368334 ], [ -111.23981154233773, 40.184672904960735 ], [ -111.23952851168981, 40.184358158320286 ], [ -111.23933933001514, 40.18400717898281 ], [ -111.23916161211814, 40.183575090104029 ], [ -111.23906656451992, 40.183268963292484 ], [ -111.2390304080739, 40.183007762334057 ], [ -111.2390060931596, 40.182773565420703 ], [ -111.23888821829212, 40.182656685142497 ], [ -111.23867637290063, 40.182539998505021 ], [ -111.23848817866219, 40.182468310284946 ], [ -111.23797061506488, 40.182262156651227 ], [ -111.23729994483905, 40.181939191034942 ], [ -111.23658226483344, 40.18160730807552 ], [ -111.23619398389484, 40.181418901217114 ], [ -111.23588780329241, 40.181194287773131 ], [ -111.23567556231913, 40.180960472814448 ], [ -111.23546316707957, 40.180681610229279 ], [ -111.2353095035852, 40.180402627885293 ], [ -111.23516758730661, 40.180123621462286 ], [ -111.23495504138381, 40.179799710659097 ], [ -111.23485930355868, 40.179286362839242 ], [ -111.23486955825362, 40.178853885522571 ], [ -111.23496243643835, 40.178538364175019 ], [ -111.235102420647, 40.178258785138922 ], [ -111.23530119386555, 40.177997105480962 ], [ -111.23540562762685, 40.177627503171117 ], [ -111.23542777978452, 40.177240049060664 ], [ -111.23539120475975, 40.176852714333982 ], [ -111.23540148691856, 40.17642924625018 ], [ -111.23535369638626, 40.176195096018937 ], [ -111.23523552810782, 40.175988117316471 ], [ -111.23504707583507, 40.175835338286738 ], [ -111.23481167471319, 40.175691663687587 ], [ -111.23447007197846, 40.175404051465527 ], [ -111.23422218505014, 40.175044172534356 ], [ -111.23396274137205, 40.174738373507353 ], [ -111.23372703724056, 40.174504602104136 ], [ -111.23337391614187, 40.174280076460477 ], [ -111.23280911194173, 40.173974889900663 ], [ -111.23223256795286, 40.173669724113495 ], [ -111.23166774327659, 40.173355522466309 ], [ -111.23137308329557, 40.173049787991417 ], [ -111.23116066931392, 40.172752898092426 ], [ -111.23101884718488, 40.172491905042591 ], [ -111.23089987415896, 40.17204166628057 ], [ -111.23080451376543, 40.171627418383252 ], [ -111.23072068541036, 40.171150080733206 ], [ -111.23062599825985, 40.170934040809612 ], [ -111.23046093712185, 40.170745169470273 ], [ -111.23014298789388, 40.170493535214717 ], [ -111.22957798671725, 40.170116256845446 ], [ -111.2290368435289, 40.169847042806836 ], [ -111.22868400392171, 40.169694578297651 ], [ -111.22829563163747, 40.169452087511218 ], [ -111.22784833085129, 40.169146644700291 ], [ -111.22754208257787, 40.168876961137684 ], [ -111.22716531281804, 40.168589396077159 ], [ -111.2268592797115, 40.168382776954147 ], [ -111.22635327296403, 40.168077443308889 ], [ -111.22600011982597, 40.167825866354633 ], [ -111.22585874582896, 40.167690999275926 ], [ -111.22567015852999, 40.167484147813774 ], [ -111.22556401717098, 40.167349211690969 ], [ -111.22542198936969, 40.167016135672228 ], [ -111.22532717585514, 40.166755043834165 ], [ -111.22530306302781, 40.166565890604289 ], [ -111.2252200239565, 40.166313785276934 ], [ -111.22519573295854, 40.166070575164689 ], [ -111.22524151600999, 40.165710104819524 ], [ -111.22534556879619, 40.165214378045142 ], [ -111.22539084396782, 40.164700746499022 ], [ -111.22551885759145, 40.164349125396321 ], [ -111.22570570515214, 40.164033427601787 ], [ -111.22600986280167, 40.163681462425473 ], [ -111.22641928587296, 40.163203157128841 ], [ -111.2268638721106, 40.162706762385639 ], [ -111.22726166063954, 40.16226451498509 ], [ -111.22746038760407, 40.161993838630394 ], [ -111.22757712405618, 40.161786389869505 ], [ -111.22762373419256, 40.161678183788261 ], [ -111.2276350557209, 40.161552027989593 ], [ -111.22758760336299, 40.161407968645996 ], [ -111.2273633494185, 40.161066046713373 ], [ -111.22729244272205, 40.160931042828103 ], [ -111.22730376474611, 40.160804887044151 ], [ -111.22735016429836, 40.16063361468683 ], [ -111.22745527646977, 40.160462226987072 ], [ -111.22759558565272, 40.160281760468976 ], [ -111.22798158274847, 40.159830524059849 ], [ -111.22848472677542, 40.159297969351755 ], [ -111.22880065181346, 40.158963992449458 ], [ -111.22901137777106, 40.158774375467949 ], [ -111.22909302869559, 40.158612042174454 ], [ -111.22910422590081, 40.158449848240046 ], [ -111.22904512125062, 40.15833284110284 ], [ -111.22893922962535, 40.158269983710987 ], [ -111.22868056895263, 40.158171389855468 ], [ -111.22836328878314, 40.158099939675992 ], [ -111.22799885987207, 40.157974524207582 ], [ -111.22757551115662, 40.1577861565913 ], [ -111.22736364235418, 40.157633410539773 ], [ -111.22724589115521, 40.15753453669565 ], [ -111.22715150431196, 40.157399578716685 ], [ -111.22705678775259, 40.157165516302143 ], [ -111.22698567576566, 40.156967445715033 ], [ -111.22678423402215, 40.156418258088891 ], [ -111.22670078257468, 40.15604002051974 ], [ -111.22671174538954, 40.15580575081686 ], [ -111.22679354813435, 40.155688466502987 ], [ -111.22692222754432, 40.15554406162893 ], [ -111.2270739696871, 40.15527347770481 ], [ -111.22724910379532, 40.154975819017771 ], [ -111.2274234249235, 40.154434903806127 ], [ -111.22744633690986, 40.154263677353228 ], [ -111.227481050378, 40.15411044680792 ], [ -111.22762089531025, 40.153794837721854 ], [ -111.2277144354927, 40.153677529646572 ], [ -111.22779620387085, 40.153551235100984 ], [ -111.22787770093296, 40.1533438550656 ], [ -111.22787718902073, 40.153190693694512 ], [ -111.22785304398565, 40.152992531064967 ], [ -111.22787613509614, 40.152875361447094 ], [ -111.22794628146221, 40.152785127859467 ], [ -111.22808660377784, 40.152613670047373 ], [ -111.2282271968096, 40.152523297502917 ], [ -111.22850853272878, 40.152387599367906 ], [ -111.22884848258103, 40.152224756062715 ], [ -111.22915308632214, 40.152025943495822 ], [ -111.22943396359068, 40.15175510070506 ], [ -111.22965637628539, 40.151556449622426 ], [ -111.2298201434191, 40.151375933624188 ], [ -111.22993688503423, 40.151177491668292 ], [ -111.23007707744054, 40.150969993441166 ], [ -111.23026441513581, 40.150816458629166 ], [ -111.23046349286746, 40.15066290014574 ], [ -111.23067424959751, 40.150491298940615 ], [ -111.23081446885216, 40.150292809301611 ], [ -111.23089586135295, 40.150058398575212 ], [ -111.23089519018282, 40.149860189670342 ], [ -111.23085905287729, 40.149589975014898 ], [ -111.23084673266668, 40.149418817989194 ], [ -111.23085804630176, 40.149292661630135 ], [ -111.23086948190991, 40.14920254325493 ], [ -111.2309395900382, 40.149103298321407 ], [ -111.23104482816488, 40.148976954582224 ], [ -111.23115000482196, 40.14883259175123 ], [ -111.23137182219536, 40.14846275685904 ], [ -111.23144140900821, 40.148210350147906 ], [ -111.23146400307645, 40.147949027765932 ], [ -111.23139270461293, 40.147696902585267 ], [ -111.23122782011853, 40.147544069423851 ], [ -111.23094565524896, 40.147427508224837 ], [ -111.23059280580718, 40.14723901062672 ], [ -111.23029875088086, 40.147077423714478 ], [ -111.23001649835807, 40.14693383172952 ], [ -111.22968737720139, 40.146817360710017 ], [ -111.22933477676817, 40.146700935253762 ], [ -111.22894677551832, 40.146530521344772 ], [ -111.22861750710918, 40.146368999752845 ], [ -111.2282999803717, 40.146207454070662 ], [ -111.22795888461562, 40.146018925222705 ], [ -111.22767655114994, 40.145848298969995 ], [ -111.22719421848718, 40.145551930693316 ], [ -111.22660587121372, 40.145147653121668 ], [ -111.22625271675179, 40.14486003758843 ], [ -111.22587605576025, 40.144563457249276 ], [ -111.22556974734708, 40.144239709950092 ], [ -111.22539260856675, 40.143924720046051 ], [ -111.22533295742441, 40.143636529998879 ], [ -111.2251792113198, 40.143294465509854 ], [ -111.22500207681567, 40.1429794749452 ], [ -111.22494254702211, 40.142727322685822 ], [ -111.22494201217977, 40.14256515149102 ], [ -111.2249649265503, 40.142393925171142 ], [ -111.22510499724429, 40.142150394610056 ], [ -111.22528004701324, 40.14183471927003 ], [ -111.22540837611899, 40.141591211161476 ], [ -111.2254547675881, 40.141419939016849 ], [ -111.22543069346986, 40.141239794473087 ], [ -111.22530087712576, 40.141032826980847 ], [ -111.22506511157688, 40.140735969582828 ], [ -111.2245818475733, 40.140142276050717 ], [ -111.22412218834795, 40.139584573046655 ], [ -111.22390976293894, 40.139242620170613 ], [ -111.22381499431742, 40.138981525717881 ], [ -111.2237082216791, 40.138639368191207 ], [ -111.22363675499933, 40.138324171095569 ], [ -111.22368288285472, 40.13807181388966 ], [ -111.22379911728883, 40.137720215852788 ], [ -111.22391520267135, 40.137323570082479 ], [ -111.2239964557254, 40.137044116055982 ], [ -111.22413554216322, 40.136503272279114 ], [ -111.22418113406135, 40.136088743418192 ], [ -111.22419201382274, 40.135827444564185 ], [ -111.22413166461618, 40.135323024919451 ], [ -111.22414227806013, 40.134980640326312 ], [ -111.22412944474952, 40.134647310673472 ], [ -111.22404603521348, 40.134269069652646 ], [ -111.22398577725127, 40.133791678364823 ], [ -111.22406684834722, 40.13345816697629 ], [ -111.22411282343431, 40.133160761769339 ], [ -111.22406536895332, 40.133007690673601 ], [ -111.22398284910896, 40.132899735297919 ], [ -111.22374735391458, 40.132674950923658 ], [ -111.22345302398794, 40.132405231673822 ], [ -111.22309962493631, 40.132018500862159 ], [ -111.22298130598091, 40.131730421999151 ], [ -111.22288613945388, 40.131343192994272 ], [ -111.22286160496856, 40.131018895091998 ], [ -111.2228372178384, 40.130739644819378 ], [ -111.2228833142256, 40.130478278075472 ], [ -111.22296479900174, 40.130270900703835 ], [ -111.22302263192312, 40.130009511287525 ], [ -111.22297491714781, 40.129775353860431 ], [ -111.22285672034879, 40.129523312876614 ], [ -111.22258552932939, 40.129145431655722 ], [ -111.22238499892062, 40.128839490832455 ], [ -111.22214949371934, 40.128605693464301 ], [ -111.22198464690112, 40.128443836920368 ], [ -111.2219136971474, 40.128281800253106 ], [ -111.22188966646632, 40.128110664061019 ], [ -111.22193567685208, 40.127822268962973 ], [ -111.22201686826249, 40.127524796802057 ], [ -111.22216765882776, 40.126974922470097 ], [ -111.22224837877903, 40.126533297508203 ], [ -111.22229473877643, 40.126353016651443 ], [ -111.22232942056132, 40.126190777379172 ], [ -111.2223169207986, 40.125956551913966 ], [ -111.22219887977336, 40.125749557762049 ], [ -111.22196326871098, 40.125479721702106 ], [ -111.22172789368112, 40.125281961464815 ], [ -111.22142172110907, 40.124967211366155 ], [ -111.22151415072231, 40.124516554775667 ], [ -111.22164298765918, 40.124435221907206 ], [ -111.22214709454232, 40.124263073712264 ], [ -111.22265137522378, 40.124144980571735 ], [ -111.22285062795432, 40.124063510961889 ], [ -111.22299102211622, 40.123928096763166 ], [ -111.22313112117592, 40.12370258697829 ], [ -111.22320091991935, 40.123513250915543 ], [ -111.22320041904172, 40.123360088703691 ], [ -111.22315276732454, 40.123143950154116 ], [ -111.22308164368522, 40.122927856790199 ], [ -111.22288039394869, 40.122396677865147 ], [ -111.22282083147421, 40.122126504458343 ], [ -111.22284347981166, 40.121874192056424 ], [ -111.22291307154237, 40.121621789296192 ], [ -111.22304125366993, 40.121342244858305 ], [ -111.22318152404598, 40.121170792199429 ], [ -111.22331014636278, 40.121026390633013 ], [ -111.22345047440388, 40.120872956734182 ], [ -111.22367286337979, 40.12069233540106 ], [ -111.22400084288944, 40.120502499859434 ], [ -111.22450482588214, 40.120303312742209 ], [ -111.22499727817902, 40.120167213053769 ], [ -111.2253959030942, 40.120049313115658 ], [ -111.22559502149061, 40.119931800584794 ], [ -111.22570025459235, 40.119814470707446 ], [ -111.22579351336346, 40.11962508724357 ], [ -111.22587488704751, 40.119390678855225 ], [ -111.22597934336844, 40.119039100498476 ], [ -111.22605999966359, 40.11858846281941 ], [ -111.22609422103403, 40.118291079016927 ], [ -111.22609353471947, 40.118083859406546 ], [ -111.22608111316936, 40.117876662696787 ], [ -111.22603330708911, 40.117615477396043 ], [ -111.2260211841074, 40.117498376156966 ], [ -111.22604420697614, 40.117363187109831 ], [ -111.22609046131102, 40.117155875842649 ], [ -111.22625320027529, 40.116687058405098 ], [ -111.22642755244894, 40.11618217956115 ], [ -111.2266601576155, 40.115551051879734 ], [ -111.22676478365777, 40.11525352992345 ], [ -111.2268925189732, 40.114847847250687 ], [ -111.2269386792197, 40.114613506906402 ], [ -111.22694978497424, 40.114424283290155 ], [ -111.22694897636319, 40.114181025337388 ], [ -111.22693643319704, 40.113937790367224 ], [ -111.22695924343982, 40.113739534180787 ], [ -111.22699378804955, 40.113541254986117 ], [ -111.2270749107428, 40.113234769096472 ], [ -111.22729654547911, 40.112837911323631 ], [ -111.2274594460838, 40.112423149231404 ], [ -111.22761049035402, 40.111972371718046 ], [ -111.22771519698118, 40.111701877417993 ], [ -111.22783196759883, 40.111530465065961 ], [ -111.22796050183146, 40.111368039056309 ], [ -111.22808921602785, 40.111259670248465 ], [ -111.22831168199555, 40.111115078060791 ], [ -111.22856937934021, 40.11097942553927 ], [ -111.22870979569667, 40.11086202332428 ], [ -111.22884993981066, 40.11066353491394 ], [ -111.22908322941954, 40.110248631295022 ], [ -111.22916485290241, 40.110095306309148 ], [ -111.22926915727433, 40.109707686268742 ], [ -111.22927986257375, 40.109401338009967 ], [ -111.22925606228247, 40.10930227930173 ], [ -111.22918520611061, 40.109167275226106 ], [ -111.22910255604575, 40.109014275191797 ], [ -111.22909033872257, 40.108870145427339 ], [ -111.22910146788116, 40.108689930997201 ], [ -111.22915950127054, 40.108500614148909 ], [ -111.22919439977092, 40.108410448883625 ], [ -111.22939187374485, 40.107815422911607 ], [ -111.22959004095904, 40.107427616501163 ], [ -111.22976501198806, 40.107120942355131 ], [ -111.2298700969624, 40.10696757025066 ], [ -111.22996359981907, 40.106859269162037 ], [ -111.2300454600993, 40.106778019992007 ], [ -111.23015078682096, 40.106696724136988 ], [ -111.23032642195746, 40.106588259522681 ], [ -111.2307129512136, 40.106389278512893 ], [ -111.23106430900613, 40.106199376002195 ], [ -111.23138049576971, 40.106018552310331 ], [ -111.23168500881661, 40.105855770352491 ], [ -111.23201310912776, 40.105728978846805 ], [ -111.23234114691608, 40.105584167284405 ], [ -111.23276271034254, 40.105340060999055 ], [ -111.2333363693385, 40.10496951210532 ], [ -111.23387497750154, 40.10464407926446 ], [ -111.23424969065563, 40.104427091006706 ], [ -111.23447221412603, 40.104309515610275 ], [ -111.23476522703889, 40.10421882581727 ], [ -111.23519894056308, 40.104100820780893 ], [ -111.23546854802693, 40.104028195986444 ], [ -111.23562088865292, 40.103973828425815 ], [ -111.23573787504274, 40.103874484485402 ], [ -111.2358313954697, 40.103775188205425 ], [ -111.23597184680179, 40.103675796247906 ], [ -111.23600685839176, 40.103621667146612 ], [ -111.23601834210842, 40.103549566721803 ], [ -111.23602976353143, 40.103459447165186 ], [ -111.23600601783215, 40.103378408894429 ], [ -111.2358882236601, 40.10324350441573 ], [ -111.23569994049961, 40.103081714386015 ], [ -111.23554704264924, 40.102973909867117 ], [ -111.23533545096083, 40.102857214780521 ], [ -111.23513574770955, 40.102785543319101 ], [ -111.23499473902234, 40.102722762076873 ], [ -111.23488883550507, 40.102632880588658 ], [ -111.23481809909424, 40.102533918083878 ], [ -111.23478259160412, 40.102443893761574 ], [ -111.23472346426524, 40.102308869142483 ], [ -111.23464037688447, 40.102029738938597 ], [ -111.23453351590273, 40.101660560487659 ], [ -111.2344977308707, 40.101489449941631 ], [ -111.23450903024148, 40.101363292221379 ], [ -111.23456716625896, 40.101210010761989 ], [ -111.23467195282062, 40.100975548073983 ], [ -111.2348113161173, 40.100560822535591 ], [ -111.23491532624583, 40.100101120337413 ], [ -111.23498416967577, 40.099650498992098 ], [ -111.23504180718434, 40.099353064106019 ], [ -111.23501750616683, 40.099109853267016 ], [ -111.23504025719949, 40.098902585488887 ], [ -111.2350861309195, 40.098596164776836 ], [ -111.23528439441674, 40.098253396042729 ], [ -111.23556440575297, 40.097802345085775 ], [ -111.23593758251599, 40.09715289165306 ], [ -111.23615892707569, 40.096701958662401 ], [ -111.23647390257578, 40.096187766629363 ], [ -111.23683595518878, 40.095718525655094 ], [ -111.23699910126955, 40.095402854548702 ], [ -111.23708025167856, 40.095123389612709 ], [ -111.23717313270534, 40.094843900588877 ], [ -111.23730167605477, 40.094699483054519 ], [ -111.23747723771528, 40.094581997916102 ], [ -111.23778206158151, 40.094527314731543 ], [ -111.23807537350751, 40.094535721900549 ], [ -111.23833339754405, 40.094517172011876 ], [ -111.23847398348965, 40.094462824814407 ], [ -111.23857921830457, 40.094363502051159 ], [ -111.23870782073102, 40.094237102110931 ], [ -111.23911721349448, 40.093893891306507 ], [ -111.23942121210267, 40.093604954786699 ], [ -111.23965479046912, 40.09330715352845 ], [ -111.2399582462959, 40.092865052743534 ], [ -111.24018027894111, 40.092621332177565 ], [ -111.24048458450528, 40.092422488627221 ], [ -111.24080093663696, 40.092313715683133 ], [ -111.2411174149313, 40.092240980192535 ], [ -111.24146879843131, 40.092087084271107 ], [ -111.24164421875477, 40.091933554487888 ], [ -111.24174919006015, 40.091762152191102 ], [ -111.24179547538962, 40.091581862663212 ], [ -111.24180628148422, 40.091320560359563 ], [ -111.24178189563348, 40.091059331503153 ], [ -111.24176917679659, 40.090780058984564 ], [ -111.24187274282691, 40.090212234962173 ], [ -111.24192948133363, 40.089671537550018 ], [ -111.24195080479159, 40.08906784648623 ], [ -111.24197289354699, 40.088680385378936 ], [ -111.24200696746023, 40.088364976413537 ], [ -111.2420874189086, 40.087896306427041 ], [ -111.24212152384079, 40.087589906973605 ], [ -111.24222546544345, 40.087130197382947 ], [ -111.24234129527383, 40.0867155110627 ], [ -111.24238709637439, 40.086400077346497 ], [ -111.24237453578847, 40.086165852612901 ], [ -111.24232688190411, 40.085958730250198 ], [ -111.24225596050653, 40.085805714452867 ], [ -111.24216158003966, 40.085652747650592 ], [ -111.241878983242, 40.085347009771731 ], [ -111.24167875097838, 40.085113176628916 ], [ -111.24147864741806, 40.084915381487789 ], [ -111.24123172227901, 40.084744712476237 ], [ -111.24079690401206, 40.084511366051977 ], [ -111.24049114446912, 40.084286759783346 ], [ -111.24017343589452, 40.083999109864301 ], [ -111.23989082321864, 40.083684357408337 ], [ -111.23966663852725, 40.083306415761257 ], [ -111.23947783341116, 40.082982458479464 ], [ -111.23935940518759, 40.082658355475999 ], [ -111.23928798922626, 40.082361184215088 ], [ -111.23920497093064, 40.082100075497905 ], [ -111.23913412360042, 40.081965076847787 ], [ -111.23903984997723, 40.081839136154571 ], [ -111.23885149267177, 40.081641312109788 ], [ -111.23845129202384, 40.081236701761284 ], [ -111.23813307266305, 40.080795882849735 ], [ -111.23800298857924, 40.080489821615764 ], [ -111.23797855859868, 40.080210572215648 ], [ -111.23797774308396, 40.079976322612282 ], [ -111.23802318351267, 40.07955277499763 ], [ -111.23812707797548, 40.079075049197037 ], [ -111.23826691012087, 40.07881348135605 ], [ -111.23838325282473, 40.078542952006558 ], [ -111.23845302658067, 40.078371624733506 ], [ -111.23853396254044, 40.078038100414169 ], [ -111.23861486627105, 40.077695566417908 ], [ -111.23877802445168, 40.077397911178899 ], [ -111.23903466053184, 40.077000956493258 ], [ -111.23927984929915, 40.076685111887251 ], [ -111.23960678518958, 40.076269991325503 ], [ -111.2399568569278, 40.075764725185323 ], [ -111.24024834726183, 40.075277598793583 ], [ -111.24053992854876, 40.074817500459673 ], [ -111.24066776131592, 40.074483877074286 ], [ -111.24069023364659, 40.074204530517839 ], [ -111.2407127692382, 40.073943203159949 ], [ -111.24068817208486, 40.073618905998622 ], [ -111.24064056395197, 40.073420792060546 ], [ -111.24054623602653, 40.073276833162474 ], [ -111.24039330243768, 40.073142005483213 ], [ -111.24018182676637, 40.073034328009889 ], [ -111.23986486735889, 40.072944887949461 ], [ -111.23965367733456, 40.072918295996175 ], [ -111.23924305680046, 40.072874096325336 ], [ -111.23891443482528, 40.072802697095952 ], [ -111.23867957047396, 40.072713084454676 ], [ -111.2384916165842, 40.072623374773663 ], [ -111.23830341198352, 40.072461587890771 ], [ -111.23811508277252, 40.072263762246088 ], [ -111.23793838796398, 40.072038883361593 ], [ -111.23770221205238, 40.071570864959348 ], [ -111.23736040074506, 40.071076033477631 ], [ -111.2370894256499, 40.070716201186869 ], [ -111.23687752572771, 40.070482382980032 ], [ -111.23677166989941, 40.070392502574364 ], [ -111.23654838786099, 40.070257813493612 ], [ -111.23624295520391, 40.070105272167595 ], [ -111.23599622112445, 40.06997062983492 ], [ -111.23587854701842, 40.069853743635242 ], [ -111.23586647818955, 40.069754661718115 ], [ -111.23586604312324, 40.06962852706986 ], [ -111.23591254685711, 40.069511306526884 ], [ -111.23606425050312, 40.069294765155014 ], [ -111.23626301625289, 40.069123176020192 ], [ -111.23670745197846, 40.068779900890476 ], [ -111.23738648069003, 40.068454162952655 ], [ -111.23791349475027, 40.068254868859874 ], [ -111.23827642640391, 40.068082939001982 ], [ -111.23858031434837, 40.067794003723151 ], [ -111.23894270672973, 40.067468908250454 ], [ -111.23945757199262, 40.06715250626786 ], [ -111.24004279129606, 40.066835956235579 ], [ -111.24040539334318, 40.066573923507406 ], [ -111.24063922436525, 40.066375224974827 ], [ -111.24086135940517, 40.066185559967117 ], [ -111.24105997705458, 40.065977924091385 ], [ -111.24129342269792, 40.065671108784485 ], [ -111.24140960410578, 40.065364537398551 ], [ -111.24156054928925, 40.064940767463064 ], [ -111.24162921915305, 40.064463110794314 ], [ -111.24161612450166, 40.064075721485871 ], [ -111.24156797951083, 40.063724443996357 ], [ -111.24155564901686, 40.063553285599838 ], [ -111.24157843256727, 40.063364034603509 ], [ -111.24162473132728, 40.063192753937706 ], [ -111.24172969076196, 40.063030360561008 ], [ -111.24191660274055, 40.062831757227542 ], [ -111.24210373686529, 40.062696220961072 ], [ -111.2422441268576, 40.062605830592972 ], [ -111.24264181125794, 40.062325697958514 ], [ -111.2429343775856, 40.062162910408389 ], [ -111.24314454280122, 40.061910198155012 ], [ -111.2432843209576, 40.061648623642441 ], [ -111.24342396979918, 40.061351010449648 ], [ -111.24362208435851, 40.061008225681164 ], [ -111.24387914519035, 40.060755413430194 ], [ -111.24405464078586, 40.060646927553165 ], [ -111.24423016799196, 40.060547451036399 ], [ -111.24452281955325, 40.060411688338831 ], [ -111.2449911887004, 40.060230504991694 ], [ -111.24548303829117, 40.060058279694104 ], [ -111.24590450138029, 40.059877192023912 ], [ -111.24629068920234, 40.059669148723678 ], [ -111.24654802738013, 40.05949741717756 ], [ -111.24684031221857, 40.059262542734977 ], [ -111.24717884445775, 40.058847374961438 ], [ -111.24747089621005, 40.058549431524568 ], [ -111.24759925208774, 40.058377973045282 ], [ -111.24769246499834, 40.058215599253067 ], [ -111.24773854925662, 40.057990258280007 ], [ -111.2477142837769, 40.057765067712566 ], [ -111.24767839144818, 40.057566931082469 ], [ -111.24767790217308, 40.057431786649026 ], [ -111.24771265262498, 40.057314586272135 ], [ -111.24777081994674, 40.057188326108154 ], [ -111.24788744775681, 40.057016892352422 ], [ -111.24805084331142, 40.056809319558667 ], [ -111.24827292680057, 40.056619640182944 ], [ -111.24849507450817, 40.05644797963906 ], [ -111.24870539819403, 40.056249314945688 ], [ -111.24892737970858, 40.056032605417087 ], [ -111.2490321796961, 40.055834166787456 ], [ -111.24914876923809, 40.055653722107778 ], [ -111.24921823038626, 40.055410310776907 ], [ -111.24921770528836, 40.055266156677455 ], [ -111.24919379692037, 40.05514007227341 ], [ -111.24914653820092, 40.055041067182863 ], [ -111.2490406575118, 40.054942188091616 ], [ -111.2488173364906, 40.05478950295192 ], [ -111.24868810615391, 40.05471770278367 ], [ -111.24807726216969, 40.054394662983775 ], [ -111.24766606272345, 40.054161290394035 ], [ -111.24726649264811, 40.053900862402166 ], [ -111.24707831910014, 40.053739089157204 ], [ -111.24694863731865, 40.05354115212814 ], [ -111.24686595040708, 40.053370143941009 ], [ -111.24675981566115, 40.053199185629865 ], [ -111.24664173001483, 40.05296518471652 ], [ -111.24653517445057, 40.052677100902073 ], [ -111.24644037622501, 40.052398001674135 ], [ -111.24623951213189, 40.051965962795244 ], [ -111.24613295983673, 40.051677878551288 ], [ -111.24609694575547, 40.051443702641677 ], [ -111.24608424988892, 40.051173438353537 ], [ -111.246001114566, 40.05087629450059 ], [ -111.24590641818023, 40.050624223657181 ], [ -111.24582354323557, 40.050399156774361 ], [ -111.24581133412498, 40.050264037026906 ], [ -111.24581068684381, 40.050083844195115 ], [ -111.24583384272511, 40.050002707673059 ], [ -111.24588038093422, 40.049903502106261 ], [ -111.24595026895089, 40.049777217823902 ], [ -111.24601992997395, 40.049587866001218 ], [ -111.24603097324271, 40.049398638615315 ], [ -111.24603032540301, 40.049218445759486 ], [ -111.24601831044751, 40.049137383865492 ], [ -111.2459931794801, 40.048668932188519 ], [ -111.24600312151904, 40.048173376867709 ], [ -111.24602488377994, 40.047704825548294 ], [ -111.24604700206898, 40.047335380292999 ], [ -111.24601076393523, 40.047038136648908 ], [ -111.24589278869827, 40.046831163623303 ], [ -111.24573961282907, 40.0466152554148 ], [ -111.24553974002934, 40.046453504258089 ], [ -111.24524608463265, 40.046291951289355 ], [ -111.24495246286691, 40.046139407216167 ], [ -111.24469381780803, 40.045932730232508 ], [ -111.24450551139074, 40.045725904255434 ], [ -111.2441761466556, 40.045411258696475 ], [ -111.24379999027475, 40.045123739800481 ], [ -111.24354151283342, 40.044962108442441 ], [ -111.24322439114906, 40.044791589900115 ], [ -111.24296626813492, 40.044729063413769 ], [ -111.24275522798924, 40.044720496033271 ], [ -111.24245040649777, 40.044712124539153 ], [ -111.24214536195014, 40.044640684674476 ], [ -111.24184015886102, 40.044524195738781 ], [ -111.24162876960065, 40.044416520118354 ], [ -111.24138195899039, 40.044236840146084 ], [ -111.24105286961516, 40.043994262799153 ], [ -111.24080599864291, 40.043796562268319 ], [ -111.2406646948252, 40.043616661428068 ], [ -111.24054696332132, 40.043472750360671 ], [ -111.24037024043562, 40.043220844901619 ], [ -111.24012229959133, 40.042716814545237 ], [ -111.23988633726432, 40.042284836599045 ], [ -111.23975638253501, 40.041996794419575 ], [ -111.23948494338846, 40.041474791755249 ], [ -111.23927246498872, 40.041051773644952 ], [ -111.23906014654924, 40.040673803411103 ], [ -111.23880091134691, 40.040286919735244 ], [ -111.23848285009851, 40.039837088448692 ], [ -111.23825888074948, 40.039477160094471 ], [ -111.23819964484036, 40.039297087322325 ], [ -111.23817554305907, 40.039107932573224 ], [ -111.23822183423543, 40.038936652571643 ], [ -111.23820970498637, 40.038819551034003 ], [ -111.23815056381214, 40.03866650720817 ], [ -111.23806801100176, 40.038522521179971 ], [ -111.2380209992259, 40.038486578841301 ], [ -111.23760939812531, 40.03810000522212 ], [ -111.23704536003454, 40.037695722592829 ], [ -111.23670462724063, 40.037462166130851 ], [ -111.23637583592195, 40.037291652416435 ], [ -111.23596502763006, 40.037130314541592 ], [ -111.23567183800499, 40.037085862559174 ], [ -111.23537877266176, 40.03707744850928 ], [ -111.23505041953877, 40.037033066376765 ], [ -111.2347453241982, 40.036934577805873 ], [ -111.23442847754859, 40.036827102471818 ], [ -111.23413476639611, 40.036629482197448 ], [ -111.23397011400283, 40.036467639583719 ], [ -111.23373513493333, 40.036305938610369 ], [ -111.23353547428164, 40.036189214646782 ], [ -111.23332412381176, 40.036081523608864 ], [ -111.23289001016923, 40.035956260646401 ], [ -111.23253816045181, 40.035893899134152 ], [ -111.23182261974591, 40.035733157654121 ], [ -111.23128445139736, 40.03603155430212 ], [ -111.23079325446433, 40.036356884094189 ], [ -111.23034854402135, 40.036564992857578 ], [ -111.22975145363353, 40.036773402141733 ], [ -111.2292011545579, 40.036954686602243 ], [ -111.22883791293212, 40.036991443459804 ], [ -111.22874411191655, 40.036982618934566 ], [ -111.22859170411888, 40.036973909964793 ], [ -111.22835712663175, 40.036929323826392 ], [ -111.22771215248279, 40.036840495769226 ], [ -111.22721970671792, 40.036796413791535 ], [ -111.22682127097293, 40.03682422360243 ], [ -111.22639960077365, 40.036915145573957 ], [ -111.22589605823454, 40.037060284046348 ], [ -111.22561524990631, 40.037213996596961 ], [ -111.22503003847288, 40.037476416809746 ], [ -111.22445613048782, 40.037612675914062 ], [ -111.22392889990672, 40.03768577385415 ], [ -111.22348389515651, 40.037812769229447 ], [ -111.22307425884628, 40.038002762932877 ], [ -111.22271147724643, 40.03818365540608 ], [ -111.22239563868153, 40.038382476113846 ], [ -111.22188090998897, 40.038698803473444 ], [ -111.22142455198406, 40.038942939162631 ], [ -111.22080408627058, 40.039187385881569 ], [ -111.22009007353662, 40.039504084831485 ], [ -111.21953992900977, 40.039748391174989 ], [ -111.21918856218093, 40.039839153658605 ], [ -111.21879022052728, 40.03990297459562 ], [ -111.21848562442317, 40.039957607708139 ], [ -111.21804039384865, 40.040021514470006 ], [ -111.21765397247552, 40.040148377172414 ], [ -111.21733796709397, 40.040302135715294 ], [ -111.21686980307354, 40.040528256106136 ], [ -111.21628464350879, 40.04082667086498 ], [ -111.21572300817976, 40.041152068046635 ], [ -111.21537219599196, 40.041423012460143 ], [ -111.21520876595022, 40.041639549564877 ], [ -111.21506886421692, 40.041883071942991 ], [ -111.2149993233165, 40.042135473335335 ], [ -111.21487159465308, 40.042523128478891 ], [ -111.21461517252014, 40.042992109418556 ], [ -111.2141944629491, 40.043407335224025 ], [ -111.21389060771935, 40.043705217418463 ], [ -111.21357468990702, 40.043895004355662 ], [ -111.21321185191115, 40.044075867050687 ], [ -111.21277876029733, 40.044283886807065 ], [ -111.21211157579567, 40.044609460103274 ], [ -111.21179581614788, 40.04485330021199 ], [ -111.21140994029373, 40.045169345179026 ], [ -111.21104753432419, 40.045494355821241 ], [ -111.21095389050154, 40.045539574956258 ], [ -111.21078990945625, 40.045584921995136 ], [ -111.21052047789931, 40.045648479883972 ], [ -111.20999311500867, 40.045703495170919 ], [ -111.20945413867121, 40.045794567936021 ], [ -111.20909105947914, 40.045903340352815 ], [ -111.20870472560155, 40.046075221564941 ], [ -111.20831863659542, 40.046328188528413 ], [ -111.20745225582975, 40.046699141474292 ], [ -111.20692545438281, 40.046943345904161 ], [ -111.20648052078282, 40.047124334034173 ], [ -111.20583653518959, 40.047386761705759 ], [ -111.20536839275877, 40.047648874250882 ], [ -111.20491202394491, 40.047928983510509 ], [ -111.20457304602854, 40.048262942063729 ], [ -111.20446793999416, 40.048398273353563 ], [ -111.20424592262727, 40.048641927297965 ], [ -111.20411761042257, 40.048858386618498 ], [ -111.20403624494483, 40.049092782560372 ], [ -111.20401303977211, 40.049173910868809 ], [ -111.20397797678437, 40.049210011466272 ], [ -111.20390779700573, 40.049264193291123 ], [ -111.20384915274126, 40.049255286765586 ], [ -111.20377862403508, 40.049192342815083 ], [ -111.20373143509201, 40.049093318918416 ], [ -111.20374254159219, 40.048886075906758 ], [ -111.20378825475701, 40.048489567962825 ], [ -111.2037863230521, 40.047840871671688 ], [ -111.20380756936088, 40.047102037345795 ], [ -111.20390025371663, 40.046732475766767 ], [ -111.20393485907883, 40.046543210738783 ], [ -111.20392257230527, 40.046354028231875 ], [ -111.20382814442364, 40.046137961080866 ], [ -111.2036987092952, 40.045976013721159 ], [ -111.20353402571604, 40.045787098969654 ], [ -111.20318153660097, 40.045517425957662 ], [ -111.20282848955942, 40.045058548659014 ], [ -111.2025343006447, 40.044680654890016 ], [ -111.20238121287005, 40.044446669564557 ], [ -111.20223982214394, 40.044203653886861 ], [ -111.20207504046837, 40.043978698270664 ], [ -111.20196897893449, 40.043789678972068 ], [ -111.20193357205842, 40.043708653158575 ], [ -111.20187386988876, 40.04333935845186 ], [ -111.20176727873708, 40.042970145348391 ], [ -111.20164944416459, 40.042763126769529 ], [ -111.20143793766211, 40.042592309853951 ], [ -111.20102678241199, 40.042295702912192 ], [ -111.20076841627562, 40.042133975774192 ], [ -111.20060417252557, 40.042089211602701 ], [ -111.20034615098059, 40.042044609381612 ], [ -111.20005309469786, 40.042045115717734 ], [ -111.19979525775891, 40.042063580045323 ], [ -111.19947880938759, 40.042082144716979 ], [ -111.19923264196258, 40.042082568246798 ], [ -111.19906850414066, 40.042073840626642 ], [ -111.19891598388632, 40.042029053919059 ], [ -111.19876335918251, 40.041948228277221 ], [ -111.19869281654549, 40.041876271438234 ], [ -111.19865736224665, 40.041777225217906 ], [ -111.19863339493841, 40.041597071736817 ], [ -111.19867955142331, 40.041344720196669 ], [ -111.19876063839128, 40.041011221149489 ], [ -111.19892286233951, 40.040362242204125 ], [ -111.19910892002468, 40.039848367980184 ], [ -111.19931826111089, 40.039280394972621 ], [ -111.19956326280814, 40.038883545047639 ], [ -111.19979717110945, 40.038702947304571 ], [ -111.20014805758849, 40.038441059487639 ], [ -111.20068614345675, 40.038061719992022 ], [ -111.2010718438128, 40.037682642505807 ], [ -111.20120017134167, 40.037475195856402 ], [ -111.20122297872041, 40.037258922612985 ], [ -111.20114021400026, 40.037015803455297 ], [ -111.20103416591216, 40.036826783040311 ], [ -111.2009515875064, 40.036646731558783 ], [ -111.20084546122136, 40.036430681884518 ], [ -111.20063297304489, 40.035917494991672 ], [ -111.20038577300821, 40.035557533240045 ], [ -111.20017368613048, 40.035179490807749 ], [ -111.1999969225424, 40.034855445434133 ], [ -111.19982000286737, 40.034477341603278 ], [ -111.19956077631761, 40.034009281849947 ], [ -111.19919593510254, 40.033496354373142 ], [ -111.19896049830892, 40.033145378938244 ], [ -111.19872511623153, 40.032812422392738 ], [ -111.19850150930054, 40.032497464663415 ], [ -111.19819473912294, 40.031795229777686 ], [ -111.19806524030842, 40.031597236825888 ], [ -111.1979124055453, 40.031435322558771 ], [ -111.19771276791185, 40.031300517184093 ], [ -111.19744283469838, 40.03117484100293 ], [ -111.19716125992674, 40.031076213233071 ], [ -111.1969149247668, 40.031004554134775 ], [ -111.19668043986111, 40.030977923125768 ], [ -111.19642264364614, 40.030996379885536 ], [ -111.19610640027516, 40.031068993470875 ], [ -111.1958722247158, 40.031150477246058 ], [ -111.19555605723448, 40.031250118435331 ], [ -111.19516936085255, 40.031277799611352 ], [ -111.19475899269187, 40.031224431579162 ], [ -111.19447737037896, 40.031107777875079 ], [ -111.19427776600322, 40.030981976259078 ], [ -111.19414858657922, 40.030892095307429 ], [ -111.19383139764548, 40.030631343672567 ], [ -111.19338546640287, 40.030433874305373 ], [ -111.19275181108726, 40.030164637647133 ], [ -111.19215352352596, 40.029967416845125 ], [ -111.19168428721268, 40.029815028283032 ], [ -111.19139090540838, 40.029680366997447 ], [ -111.19128502147331, 40.029536385862635 ], [ -111.19120247754462, 40.029356327124958 ], [ -111.19113140264493, 40.029086151918776 ], [ -111.19113077399659, 40.028860909230815 ], [ -111.19117682399049, 40.028563511537627 ], [ -111.19121115369072, 40.028266133150993 ], [ -111.19124540761767, 40.027941725612457 ], [ -111.19118592807615, 40.027626482480393 ], [ -111.19105587932978, 40.027221258153872 ], [ -111.19096131766594, 40.02693310195793 ], [ -111.19077287434568, 40.02660005149901 ], [ -111.19064343191937, 40.026411059713247 ], [ -111.19052573482223, 40.026231058219253 ], [ -111.19038447407908, 40.026006046546833 ], [ -111.19034883977473, 40.025834919762751 ], [ -111.19031305543791, 40.025609734683314 ], [ -111.19027702103561, 40.025294452447177 ], [ -111.19021774847482, 40.025051286371252 ], [ -111.19006459686611, 40.024763225489188 ], [ -111.18992311583453, 40.0244571257507 ], [ -111.1898169185029, 40.024196016816198 ], [ -111.18975744885455, 40.023880772723707 ], [ -111.18968593630075, 40.023448421446957 ], [ -111.18961514795807, 40.023277351896247 ], [ -111.18945040847713, 40.023034357861761 ], [ -111.18923886898888, 40.022818469291963 ], [ -111.18890994273825, 40.022530693671563 ], [ -111.18851045808042, 40.022152934302454 ], [ -111.18831056879267, 40.021909995768617 ], [ -111.18813411846827, 40.021667018829191 ], [ -111.18801651034504, 40.021514043767141 ], [ -111.18784028444381, 40.021352153849229 ], [ -111.18754647779075, 40.0210462978226 ], [ -111.18713521688196, 40.020641523375353 ], [ -111.18687669495829, 40.020380657439041 ], [ -111.18661815046069, 40.020110781186041 ], [ -111.18626576232602, 40.019805016161243 ], [ -111.1860779978488, 40.019706210402781 ], [ -111.18586674818032, 40.019589422479321 ], [ -111.18555010685957, 40.019499832254475 ], [ -111.1851631560384, 40.019410353523718 ], [ -111.18478790029305, 40.019311845086399 ], [ -111.18450639245806, 40.019213186211381 ], [ -111.1839902041024, 40.018997772536181 ], [ -111.18367342301684, 40.018854118800476 ], [ -111.18328614080228, 40.018638497593528 ], [ -111.18301616357175, 40.018467738718201 ], [ -111.18271115323542, 40.018342083278966 ], [ -111.18232404478449, 40.0181895269262 ], [ -111.18198390640633, 40.018072934592844 ], [ -111.1814325324504, 40.017839545185289 ], [ -111.18089292790498, 40.017624154307093 ], [ -111.18020070773714, 40.017300881099445 ], [ -111.17952040093451, 40.01704966342983 ], [ -111.17895751390141, 40.016888358179969 ], [ -111.17834745287723, 40.016609995797062 ], [ -111.17783132681519, 40.016403564239866 ], [ -111.17731522717494, 40.016206140104323 ], [ -111.17708049768984, 40.016062342688343 ], [ -111.17693960462789, 40.015954440643824 ], [ -111.17679864226119, 40.015819509219241 ], [ -111.17676339594513, 40.015783523901781 ], [ -111.17635202159957, 40.015297622984285 ], [ -111.17602281522527, 40.014865654422238 ], [ -111.17577568203399, 40.014451579981476 ], [ -111.17552836718922, 40.013965427067696 ], [ -111.17539850642204, 40.013587213171803 ], [ -111.17535078371401, 40.013253923728421 ], [ -111.17524424462863, 40.012830625444685 ], [ -111.17505591666922, 40.012497548364458 ], [ -111.17486788944979, 40.012281597598822 ], [ -111.17464487274462, 40.012128767689518 ], [ -111.17441018577541, 40.011993974463806 ], [ -111.17403482584028, 40.011832362760771 ], [ -111.1737298843137, 40.011715693183433 ], [ -111.17343682051066, 40.011662073468855 ], [ -111.17301489224018, 40.01161765524234 ], [ -111.172839045397, 40.011581878518548 ], [ -111.17263971923688, 40.011528116950487 ], [ -111.17242856299333, 40.011429323751031 ], [ -111.17228766413679, 40.011312406184167 ], [ -111.17222898850213, 40.01127645428457 ], [ -111.17199399259829, 40.011015519700663 ], [ -111.17177082832325, 40.01079961598689 ], [ -111.17165329798577, 40.010655633658914 ], [ -111.17157087365074, 40.010493579682517 ], [ -111.17148820169244, 40.010232418431016 ], [ -111.17137004205729, 40.009836162882422 ], [ -111.17122845041349, 40.009439941807528 ], [ -111.17108647803532, 40.008890554801035 ], [ -111.17097983728667, 40.00841319371024 ], [ -111.17094374384835, 40.008034836064041 ], [ -111.17084947317485, 40.007818740268625 ], [ -111.17073197234951, 40.007683766668102 ], [ -111.17055582287898, 40.007521849916806 ], [ -111.17026230942813, 40.007279017310971 ], [ -111.16980461385938, 40.006973356122593 ], [ -111.16948753927551, 40.00667649733316 ], [ -111.16935810425964, 40.006451441903224 ], [ -111.16929896695542, 40.006226283651252 ], [ -111.16929827703338, 40.005946981276175 ], [ -111.1693211750238, 40.005730712938863 ], [ -111.16937844164342, 40.005199051797106 ], [ -111.16938908881214, 40.00476656639988 ], [ -111.16932939642126, 40.004316164180132 ], [ -111.16919994416772, 40.004082098714122 ], [ -111.16904728353464, 40.003938164847114 ], [ -111.16891814381347, 40.0038302356568 ], [ -111.16875387953461, 40.003731367259213 ], [ -111.16856620648609, 40.003641542466141 ], [ -111.16824966137563, 40.003551904523093 ], [ -111.16816756314893, 40.003515984513804 ], [ -111.1680384476951, 40.003417064089668 ], [ -111.16797962649549, 40.003318041658616 ], [ -111.16794414842525, 40.003182946207964 ], [ -111.16796722642127, 40.003038756103543 ], [ -111.16806055358751, 40.0028764445631 ], [ -111.16818896062244, 40.00268705266587 ], [ -111.16832906033031, 40.002488633846788 ], [ -111.16850415060441, 40.002227095436957 ], [ -111.16862086193744, 40.002046729837978 ], [ -111.16872567984396, 40.001794303085447 ], [ -111.16880719942014, 40.001595968925592 ], [ -111.16885357257196, 40.001397685911876 ], [ -111.1689819968671, 40.001217302859679 ], [ -111.1690871677652, 40.001109031941844 ], [ -111.16914563295094, 40.001063897660032 ], [ -111.16937924804175, 40.000784252851894 ], [ -111.16963620237696, 40.00046853422166 ], [ -111.1697646898143, 40.000315179569718 ], [ -111.16986983576868, 40.000197898167272 ], [ -111.16993992542687, 40.000116707257398 ], [ -111.16997491434454, 40.000053587378503 ], [ -111.17002166296649, 40.000008469829893 ], [ -111.17011498116211, 39.999846156568822 ], [ -111.17013821001792, 39.999765034305639 ], [ -111.1701377628016, 39.999584839032813 ], [ -111.17010219301483, 39.999413705104239 ], [ -111.17006673516272, 39.999287619980876 ], [ -111.17000782522791, 39.99915255944925 ], [ -111.16996074212184, 39.999062530529145 ], [ -111.16989031864449, 39.999008574993752 ], [ -111.1697143496542, 39.998909725025086 ], [ -111.16959706699443, 39.998855837916253 ], [ -111.16949143256753, 39.99877490426092 ], [ -111.16938573160652, 39.998666941211034 ], [ -111.1693033716433, 39.998522904776287 ], [ -111.16927938581472, 39.998297694848453 ], [ -111.1692435519447, 39.998018443413791 ], [ -111.16924290693211, 39.997757160175276 ], [ -111.16928885356275, 39.997387691281631 ], [ -111.16929985623393, 39.997099361600107 ], [ -111.16925228614625, 39.9968111174515 ], [ -111.1692282788653, 39.996576897675922 ], [ -111.16916877269625, 39.996198572874732 ], [ -111.16903900321476, 39.995829360316918 ], [ -111.16894462225545, 39.99555920384504 ], [ -111.16874445878692, 39.99514504448382 ], [ -111.16859139815134, 39.994829924087156 ], [ -111.16839159299406, 39.994559920415512 ], [ -111.16817985431658, 39.994199835651379 ], [ -111.16795655832804, 39.993902835864581 ], [ -111.16778023045767, 39.993650816681622 ], [ -111.16761550771594, 39.993353731404106 ], [ -111.16749784005856, 39.993137666147817 ], [ -111.16747421419282, 39.993056612025356 ], [ -111.16740353489764, 39.992894537601508 ], [ -111.16739146911893, 39.992750398109742 ], [ -111.16739122718047, 39.992651290576042 ], [ -111.16740265505932, 39.992534146570918 ], [ -111.16741412689419, 39.992435022114798 ], [ -111.1675889529041, 39.992074377135431 ], [ -111.16769367136247, 39.991785911796079 ], [ -111.16781014666789, 39.991515448946004 ], [ -111.16787985495155, 39.991281092952825 ], [ -111.16790288504346, 39.991118883016298 ], [ -111.16786728118706, 39.990929728573953 ], [ -111.1677967574967, 39.990830722777538 ], [ -111.16770282905117, 39.99074076061305 ], [ -111.16757367233703, 39.990614810064734 ], [ -111.16735085243081, 39.990507014263386 ], [ -111.16705781843027, 39.990426348685865 ], [ -111.1667414458834, 39.990381755187549 ], [ -111.16620225654044, 39.990229362804342 ], [ -111.16572152765076, 39.990031835277883 ], [ -111.16546374637359, 39.989996164312281 ], [ -111.16515922039277, 39.990005608449749 ], [ -111.16465576163229, 39.990096422864383 ], [ -111.16400017808634, 39.990250519118085 ], [ -111.16326289778334, 39.990530864124388 ], [ -111.16278313762663, 39.990738764561044 ], [ -111.16233874978681, 39.991045721386008 ], [ -111.1619296477157, 39.991415695872256 ], [ -111.16160221849739, 39.991650407906896 ], [ -111.1612512748946, 39.99184911248706 ], [ -111.16093534355838, 39.991993708535126 ], [ -111.16061913653429, 39.992021176583471 ], [ -111.16029106810147, 39.991985591509085 ], [ -111.15995116019963, 39.991895962988679 ], [ -111.1595409291501, 39.991788410668967 ], [ -111.15917742855136, 39.991626733868763 ], [ -111.15880221603724, 39.991465071969998 ], [ -111.15850897965983, 39.991294286962599 ], [ -111.15833292203689, 39.991141360817714 ], [ -111.15813343810763, 39.990988466364101 ], [ -111.15764061998416, 39.990619735412523 ], [ -111.15730049496116, 39.990430991456975 ], [ -111.15700736988281, 39.990305251524951 ], [ -111.15676118189509, 39.99021548662602 ], [ -111.15653835964996, 39.99009866021099 ], [ -111.15638567458879, 39.98991867006616 ], [ -111.15627990526075, 39.989765645905649 ], [ -111.15620921477287, 39.989585544934037 ], [ -111.15609122039282, 39.989207291724391 ], [ -111.15602030550656, 39.988928082965039 ], [ -111.15590274343054, 39.988739035047601 ], [ -111.15572671864392, 39.988595114639978 ], [ -111.15552726836822, 39.988451225395899 ], [ -111.15533947079582, 39.988280290742253 ], [ -111.15506939756062, 39.987983328460082 ], [ -111.15458798524548, 39.9874614021737 ], [ -111.15408327600076, 39.986993563713511 ], [ -111.15367249799611, 39.98662470651864 ], [ -111.15339060485491, 39.986273696990359 ], [ -111.15328464648677, 39.986030572053565 ], [ -111.15313189857832, 39.985814538291571 ], [ -111.15282666663428, 39.985499597449866 ], [ -111.15239255932249, 39.985166805653627 ], [ -111.15211115828457, 39.985032027971677 ], [ -111.15186503552032, 39.9849602721332 ], [ -111.15157214288006, 39.98492461622299 ], [ -111.15130275505781, 39.98492496817682 ], [ -111.15081104737166, 39.985024717005651 ], [ -111.15055352989158, 39.985097130339447 ], [ -111.15026083472034, 39.985151569067057 ], [ -111.1498041435236, 39.985197209300196 ], [ -111.14927709786029, 39.985206899079579 ], [ -111.14842229517757, 39.985307104819647 ], [ -111.14753213900293, 39.985308241233383 ], [ -111.1468997560694, 39.985354093511773 ], [ -111.14658367018637, 39.985426572236463 ], [ -111.14632622359359, 39.985535015368463 ], [ -111.1460454468307, 39.985688536425656 ], [ -111.14560094002401, 39.985959390241604 ], [ -111.14501604827124, 39.986311506436842 ], [ -111.14438418544678, 39.986609619269373 ], [ -111.14397459660738, 39.986781315307681 ], [ -111.1436468825417, 39.986898849546208 ], [ -111.14342441365638, 39.986935164311433 ], [ -111.14331905438485, 39.98696232408787 ], [ -111.14321367621586, 39.986980473973532 ], [ -111.14311997326043, 39.986980589711386 ], [ -111.14302621393702, 39.98695367598809 ], [ -111.14299100020425, 39.986917680161021 ], [ -111.14295573016901, 39.986854654937012 ], [ -111.14289686557601, 39.986710570423959 ], [ -111.14286129545853, 39.986503388435757 ], [ -111.14273136728914, 39.985980978972449 ], [ -111.14253125906706, 39.985503704737624 ], [ -111.14228447170794, 39.985107575817892 ], [ -111.14209641760675, 39.984792462754072 ], [ -111.14167387445542, 39.984360508519416 ], [ -111.14146271636821, 39.984198589609505 ], [ -111.1412046912592, 39.98402771759006 ], [ -111.14082947006952, 39.983820948145954 ], [ -111.14043078965642, 39.983596186255021 ], [ -111.13989147292222, 39.983326543677315 ], [ -111.13938729702797, 39.983056856323238 ], [ -111.13894181362167, 39.98285016519862 ], [ -111.13870727878971, 39.982706288890348 ], [ -111.13848440248952, 39.982535368698706 ], [ -111.13812054689497, 39.982148380323913 ], [ -111.13770991983471, 39.981797485661836 ], [ -111.13731118925239, 39.981536673702131 ], [ -111.13705329249605, 39.981419851164802 ], [ -111.13683064015632, 39.981357045417056 ], [ -111.13663144791764, 39.981312231245077 ], [ -111.13637362480569, 39.981231446414142 ], [ -111.13620951520905, 39.98115956075204 ], [ -111.13608055942912, 39.981096643419974 ], [ -111.13595151460554, 39.980988676907678 ], [ -111.13575207439112, 39.980817723915564 ], [ -111.13532989783789, 39.980538912888079 ], [ -111.13520083748801, 39.980421935717636 ], [ -111.13505994167586, 39.980241903386798 ], [ -111.13490733491192, 39.980061884509105 ], [ -111.13464932399573, 39.979881987912286 ], [ -111.13443812564357, 39.979684016790699 ], [ -111.13425033406766, 39.979477008339501 ], [ -111.13407414953346, 39.979215927165576 ], [ -111.13395655904588, 39.978972797675397 ], [ -111.13381551131531, 39.978711675473626 ], [ -111.13375676077521, 39.978612635130901 ], [ -111.13372136301584, 39.978477528490451 ], [ -111.1336977821458, 39.978396467200987 ], [ -111.13368594783987, 39.978333412023659 ], [ -111.13370928283612, 39.978288335946878 ], [ -111.13375600543452, 39.978225213215246 ], [ -111.13382616825886, 39.978171073237213 ], [ -111.13402513833771, 39.978107774524865 ], [ -111.13418895638164, 39.978035506336298 ], [ -111.13437607321829, 39.977900142077807 ], [ -111.13448115723241, 39.977737843214676 ], [ -111.13458611702873, 39.977512475561205 ], [ -111.13476130805405, 39.97726900650882 ], [ -111.13499505370669, 39.977025469004957 ], [ -111.13510004621338, 39.976818120491018 ], [ -111.13514651806737, 39.976628859788157 ], [ -111.13512265224716, 39.976403641732176 ], [ -111.13501675619092, 39.976151489730455 ], [ -111.13487586966266, 39.975971457027477 ], [ -111.13451182201896, 39.975458319367043 ], [ -111.13417109575619, 39.974891094497643 ], [ -111.13401845046756, 39.974684044806494 ], [ -111.13377208505503, 39.97445908342214 ], [ -111.13358429228961, 39.974243063859362 ], [ -111.1334668172601, 39.974053992559881 ], [ -111.13336110604824, 39.973891937119632 ], [ -111.1332320615838, 39.97377495759654 ], [ -111.13306792070512, 39.973676037900397 ], [ -111.13288037657502, 39.973586154639683 ], [ -111.13266949889216, 39.973541346981321 ], [ -111.13237663009298, 39.973487622759357 ], [ -111.13211889343692, 39.973433857760284 ], [ -111.13177907949179, 39.973326126481602 ], [ -111.13148600512585, 39.973164282154237 ], [ -111.13122811530046, 39.973029426777543 ], [ -111.13097026088148, 39.972912590465548 ], [ -111.13072425510913, 39.972867818945225 ], [ -111.13050180765588, 39.972895099111973 ], [ -111.13039646478137, 39.972922247181693 ], [ -111.13029107050033, 39.972922365690302 ], [ -111.13020908007333, 39.972913447975557 ], [ -111.13008021361658, 39.972886563132356 ], [ -111.12999812084453, 39.972823586336077 ], [ -111.12999800136092, 39.972760517581172 ], [ -111.13009130915836, 39.97256219639155 ], [ -111.13012614994375, 39.972408989976643 ], [ -111.13007894972269, 39.972219836269446 ], [ -111.12993774302085, 39.971859600939524 ], [ -111.12986676510252, 39.971481267071333 ], [ -111.1298543899471, 39.971129897034402 ], [ -111.12974835107759, 39.970787641692908 ], [ -111.12965434675237, 39.97061655982553 ], [ -111.12961913141473, 39.970571549983809 ], [ -111.12954871788685, 39.970490540092889 ], [ -111.12949009957744, 39.970454566207643 ], [ -111.1294080442416, 39.970409608613579 ], [ -111.12927913188119, 39.970355693381748 ], [ -111.12916201454121, 39.970346814090156 ], [ -111.12899805709016, 39.970337986813561 ], [ -111.12854143321381, 39.970374533427986 ], [ -111.12776868786777, 39.970438456639101 ], [ -111.12701932784387, 39.970484329387098 ], [ -111.1264222143043, 39.970539041198265 ], [ -111.12614117260374, 39.970539347357516 ], [ -111.12563750758453, 39.97046781557102 ], [ -111.12515744445714, 39.970495364412336 ], [ -111.12470076833232, 39.970504866419468 ], [ -111.12445487329074, 39.970514140521722 ], [ -111.12433778894096, 39.970523276011107 ], [ -111.12403322943675, 39.970469543211401 ], [ -111.123822334558, 39.970406699754804 ], [ -111.12358793885718, 39.970298831743492 ], [ -111.12336520531512, 39.970163921308206 ], [ -111.12287283648038, 39.969858109481663 ], [ -111.12208746796824, 39.969408446948151 ], [ -111.12122036391987, 39.969085002421451 ], [ -111.12051725227973, 39.968788410555149 ], [ -111.11988435783917, 39.968464712264982 ], [ -111.11945072184321, 39.968248923536876 ], [ -111.1191459416068, 39.96806003035897 ], [ -111.11899345057788, 39.967907019548747 ], [ -111.1188759641784, 39.967681893843874 ], [ -111.11880536353354, 39.967483749519751 ], [ -111.11876986067115, 39.967267549490387 ], [ -111.11879271829389, 39.966943171440178 ], [ -111.11888542636592, 39.966384465608314 ], [ -111.11898982658971, 39.965816737795471 ], [ -111.11908276603411, 39.965393179264318 ], [ -111.11917581384419, 39.965032689495175 ], [ -111.11918692846082, 39.964690303605607 ], [ -111.11910432392727, 39.96432098445608 ], [ -111.11897477516921, 39.963888644421665 ], [ -111.11882185710749, 39.963483357734169 ], [ -111.11849304443494, 39.962925083164897 ], [ -111.11825799969196, 39.962420771140565 ], [ -111.11808168740932, 39.962024517091471 ], [ -111.11803457406027, 39.96186238761058 ], [ -111.11803435716934, 39.961736249803714 ], [ -111.11808094348787, 39.961592044612168 ], [ -111.11818597915702, 39.961393720667047 ], [ -111.1185835083308, 39.961068959754016 ], [ -111.11941391552604, 39.96055454529877 ], [ -111.12011572410115, 39.960157386370824 ], [ -111.12060699793224, 39.959886580460669 ], [ -111.12075903092475, 39.959787313710827 ], [ -111.12084083000414, 39.959697129853225 ], [ -111.12086378644365, 39.959435819911207 ], [ -111.12078143290508, 39.959210659170338 ], [ -111.12062879963179, 39.95896755178503 ], [ -111.12035875515534, 39.95853535900185 ], [ -111.12020588825627, 39.958157103304046 ], [ -111.1201115152429, 39.957751757194607 ], [ -111.12008754788052, 39.957436436729417 ], [ -111.12013407969314, 39.957265201067081 ], [ -111.12021575039061, 39.957102938815147 ], [ -111.12033265450232, 39.957003709001079 ], [ -111.12048466570786, 39.956895432720238 ], [ -111.12080060047074, 39.956795995412094 ], [ -111.1215612678397, 39.956605993094847 ], [ -111.12236847259767, 39.956253759057304 ], [ -111.1227779176142, 39.956073128802835 ], [ -111.12303509743272, 39.955856619320087 ], [ -111.12322188491915, 39.955559095283206 ], [ -111.12332662142768, 39.955207599029961 ], [ -111.12334955076169, 39.954937278557118 ], [ -111.12333753584937, 39.954766103817022 ], [ -111.12339587845561, 39.954657923294995 ], [ -111.12352440011244, 39.954513628507826 ], [ -111.12374656350298, 39.954360223789202 ], [ -111.12399222182178, 39.954251842868238 ], [ -111.12468244496887, 39.953971796616379 ], [ -111.12524393260502, 39.953718915003847 ], [ -111.12544275752538, 39.953610581584485 ], [ -111.12567667033267, 39.953484190047753 ], [ -111.1258521126293, 39.953393901011466 ], [ -111.12617953193721, 39.953186318064162 ], [ -111.12654203728405, 39.952960676149694 ], [ -111.12689279991457, 39.952717026201896 ], [ -111.12717338486569, 39.952509491678342 ], [ -111.12737220323645, 39.952401154937569 ], [ -111.12757107119424, 39.952319847419588 ], [ -111.12791037171709, 39.952211355085012 ], [ -111.12820280982172, 39.95208489383954 ], [ -111.12834315817442, 39.952012659564801 ], [ -111.1285419563925, 39.951895310958641 ], [ -111.12916169284101, 39.95150719758216 ], [ -111.12937207618081, 39.951326765513279 ], [ -111.12973430588991, 39.95096596573395 ], [ -111.12982763610034, 39.950794673624586 ], [ -111.12987422435361, 39.950668483185275 ], [ -111.12994420870487, 39.950533256627885 ], [ -111.13016624240143, 39.950325780402501 ], [ -111.13030651670847, 39.950217504309244 ], [ -111.13041168792915, 39.950118277412415 ], [ -111.13049347994838, 39.95003709648924 ], [ -111.13062204659627, 39.949928833186476 ], [ -111.13063363317943, 39.949865750993247 ], [ -111.13062168671793, 39.949739626174853 ], [ -111.13065603491859, 39.949334142984775 ], [ -111.1307488803297, 39.948910574043332 ], [ -111.13097020189579, 39.948333691986562 ], [ -111.13123834448874, 39.947756756460798 ], [ -111.13128491088003, 39.947621555534916 ], [ -111.13129649647068, 39.947558473251888 ], [ -111.13129634145334, 39.947477384502314 ], [ -111.13122593249128, 39.947387365410123 ], [ -111.13106192645405, 39.947324481760987 ], [ -111.1308277012853, 39.947270687018623 ], [ -111.12992595654877, 39.947073483680903 ], [ -111.12909470720234, 39.947011343070642 ], [ -111.1287551639801, 39.94697568112187 ], [ -111.12849758028142, 39.946948937250767 ], [ -111.12826342569241, 39.946931176771372 ], [ -111.12801753159502, 39.946895409018708 ], [ -111.12775981440191, 39.946796584600357 ], [ -111.12740826606424, 39.946598754055209 ], [ -111.12715038406211, 39.946409829632373 ], [ -111.12683374093028, 39.946094830565507 ], [ -111.12670467683165, 39.9459327937886 ], [ -111.12655208544378, 39.945707713361102 ], [ -111.12639969402458, 39.94559075111308 ], [ -111.12630596465259, 39.945545803841725 ], [ -111.12608338889598, 39.945455947265394 ], [ -111.12587260205602, 39.945411126882881 ], [ -111.12573214911785, 39.945420289168631 ], [ -111.12528752640324, 39.945528889104011 ], [ -111.12472576222363, 39.945592563991667 ], [ -111.12425759472363, 39.945629106230953 ], [ -111.12350847059255, 39.945656936336015 ], [ -111.12332116115351, 39.945648125839256 ], [ -111.12292316301735, 39.945648548495818 ], [ -111.12229103227155, 39.945640207098613 ], [ -111.12178761782214, 39.945604697464447 ], [ -111.12119049377955, 39.945533244098925 ], [ -111.12048782913925, 39.94535377877164 ], [ -111.12012490273074, 39.94532712571457 ], [ -111.11979710962453, 39.945309445108869 ], [ -111.11955116297042, 39.945237619900141 ], [ -111.11942228996389, 39.945174683521991 ], [ -111.11931681301751, 39.94510271303951 ], [ -111.11917607842538, 39.944949689740078 ], [ -111.11909390412518, 39.944814625897898 ], [ -111.11905847471975, 39.944634464572395 ], [ -111.11902296743956, 39.944409253879677 ], [ -111.11892880769621, 39.944112024253862 ], [ -111.11879961013356, 39.943859879878474 ], [ -111.11841267547672, 39.943481860441352 ], [ -111.11833067516997, 39.943445904610371 ], [ -111.11817836475483, 39.943364970970585 ], [ -111.11807296932821, 39.94333804868868 ], [ -111.11794416312112, 39.943311150128487 ], [ -111.11771002361134, 39.943293368301603 ], [ -111.11744082956159, 39.943311661067121 ], [ -111.11672689007442, 39.943366441373726 ], [ -111.11618850072266, 39.943403021715675 ], [ -111.11601294943797, 39.943421217285142 ], [ -111.11553299563188, 39.943403676769073 ], [ -111.11521684273913, 39.943340922163358 ], [ -111.11502948029576, 39.943296058764204 ], [ -111.11458443347442, 39.943152341246808 ], [ -111.11362406855527, 39.942837940295448 ], [ -111.11299181647986, 39.942739449409288 ], [ -111.11234793456947, 39.942686015789171 ], [ -111.11185632549075, 39.942695501009396 ], [ -111.11152864941666, 39.942740866123863 ], [ -111.11117764971272, 39.942840312014354 ], [ -111.11061601034505, 39.942975997553191 ], [ -111.11024161178374, 39.943084472817461 ], [ -111.11005438318821, 39.943120690246154 ], [ -111.10985540575858, 39.943129888839159 ], [ -111.10950418618712, 39.943094181537262 ], [ -111.10916468668891, 39.943067472025348 ], [ -111.10820465989596, 39.942951243412082 ], [ -111.10777149037219, 39.942906597423132 ], [ -111.10757252735777, 39.942924801974186 ], [ -111.10745553003652, 39.942960950024109 ], [ -111.10737369098932, 39.943024095067763 ], [ -111.1072918940104, 39.943114269680642 ], [ -111.10722192880867, 39.943285522290743 ], [ -111.10711697332847, 39.943537896180487 ], [ -111.10693028884387, 39.94392549368623 ], [ -111.1067197990869, 39.944060835939581 ], [ -111.10650926658779, 39.944169148185587 ], [ -111.10625186920976, 39.944250473344496 ], [ -111.10604122411448, 39.944286705744659 ], [ -111.10566665869231, 39.944296057612185 ], [ -111.10563154187965, 39.944296089612003 ], [ -111.1050109933292, 39.944197544566457 ], [ -111.10446066627691, 39.944089923062293 ], [ -111.1037465040485, 39.944009475326084 ], [ -111.1030089053753, 39.943911024238275 ], [ -111.1024000695603, 39.943812454801915 ], [ -111.10187324084346, 39.943758859578644 ], [ -111.10144003037335, 39.943687160312429 ], [ -111.10105356323471, 39.943561359363855 ], [ -111.10072563801825, 39.94344451616783 ], [ -111.10044461472978, 39.943381690750584 ], [ -111.10018705539795, 39.943354883933303 ], [ -111.09982416038696, 39.943337177173653 ], [ -111.09940280355157, 39.94336456885987 ], [ -111.09871218212284, 39.943365158913416 ], [ -111.0980098166587, 39.943338725114721 ], [ -111.09762352420333, 39.943330041132292 ], [ -111.09738937702942, 39.943303208383632 ], [ -111.09715519180726, 39.943249345526475 ], [ -111.09687415985911, 39.943177501569345 ], [ -111.0967921711585, 39.943141530488738 ], [ -111.09671019522865, 39.943114569228598 ], [ -111.09635881818191, 39.942961693670206 ], [ -111.09581981769234, 39.942565705224268 ], [ -111.09542132390992, 39.942196628362211 ], [ -111.09508158482224, 39.941989679980374 ], [ -111.09485904887813, 39.941890753460321 ], [ -111.09465992393726, 39.941791807399831 ], [ -111.09441401606061, 39.94171992877623 ], [ -111.09409790243848, 39.941666126413367 ], [ -111.09372320209155, 39.94156732110276 ], [ -111.09343046321582, 39.941486468344593 ], [ -111.09317279149531, 39.941369547101885 ], [ -111.09295024811253, 39.94126160701942 ], [ -111.09262226258498, 39.941081671648284 ], [ -111.09242315532771, 39.940991731609202 ], [ -111.09208352783818, 39.940856853450114 ], [ -111.09188443398763, 39.940775922364487 ], [ -111.09165023763939, 39.940704028582161 ], [ -111.09139265578366, 39.940650172548779 ], [ -111.09109999523828, 39.940623373190839 ], [ -111.09079562994083, 39.940596582260639 ], [ -111.09039766065027, 39.940596893230506 ], [ -111.0900348417168, 39.940624205224495 ], [ -111.0893559995135, 39.940660769963678 ], [ -111.08889951654169, 39.940670130766073 ], [ -111.08877073834219, 39.940652209648718 ], [ -111.0886302435993, 39.940625287451738 ], [ -111.08837264121338, 39.940553404935621 ], [ -111.08819695095308, 39.940463439777275 ], [ -111.08802124960849, 39.940364464465532 ], [ -111.08782208133279, 39.940220457192126 ], [ -111.08744724876985, 39.940004503039859 ], [ -111.08699055311709, 39.939842668486122 ], [ -111.08645195985699, 39.939707922908717 ], [ -111.08579635439939, 39.939600291157838 ], [ -111.08526959317311, 39.939564640175043 ], [ -111.08480138984915, 39.939555973670338 ], [ -111.08446197269603, 39.939574241215134 ], [ -111.08392355157612, 39.939574632191679 ], [ -111.08325632297054, 39.939530063755647 ], [ -111.08304562568432, 39.939521204965509 ], [ -111.08296365945502, 39.939494233958897 ], [ -111.08283484154276, 39.939440266689445 ], [ -111.08274113815875, 39.939386274222713 ], [ -111.08267082277015, 39.939314245214071 ], [ -111.08257695724136, 39.939125104287712 ], [ -111.08250636096338, 39.938818818067269 ], [ -111.08245930433837, 39.938620633813251 ], [ -111.08241222637022, 39.93840442975381 ], [ -111.08235336852836, 39.938125164750751 ], [ -111.08235307693124, 39.937881897713247 ], [ -111.08241124288199, 39.937584529738452 ], [ -111.08244603193118, 39.937314208041627 ], [ -111.08250416454523, 39.936989810316483 ], [ -111.08255064642742, 39.936710470339769 ], [ -111.08255037579676, 39.936485223029159 ], [ -111.08251498162029, 39.93625099081077 ], [ -111.08247939300463, 39.93585458048932 ], [ -111.08242034255248, 39.935413137300102 ], [ -111.08236135766275, 39.935025753416078 ], [ -111.08233761490055, 39.934746463292001 ], [ -111.08233733419057, 39.934512206007945 ], [ -111.08227857711236, 39.934314029840124 ], [ -111.0822197772504, 39.934079814049788 ], [ -111.08212587706414, 39.933854632991427 ], [ -111.08210224332483, 39.933665441732835 ], [ -111.08210215720237, 39.933593362555612 ], [ -111.08214881078629, 39.933458180936967 ], [ -111.08221886089181, 39.933313972803006 ], [ -111.08234741848892, 39.933160713179888 ], [ -111.08253441820466, 39.932944342484255 ], [ -111.08277976128842, 39.932583771340227 ], [ -111.08288470260821, 39.932259339732774 ], [ -111.08291947626277, 39.931980007749999 ], [ -111.08294257879476, 39.931727713815938 ], [ -111.08298922946452, 39.931592531818502 ], [ -111.08298852222092, 39.931006888280621 ], [ -111.08299970323627, 39.930574404637653 ], [ -111.08297589417761, 39.93024105501717 ], [ -111.08297579627076, 39.930159965896472 ], [ -111.08295030186751, 39.928430081130649 ], [ -111.08298486664543, 39.927979560738564 ], [ -111.08303114461575, 39.927538041828427 ], [ -111.08299475251923, 39.926474897905301 ], [ -111.0829946219646, 39.926366779007068 ], [ -111.08301716737068, 39.925654979455445 ], [ -111.08303975586216, 39.924979219454087 ], [ -111.08305091386784, 39.924528715534372 ], [ -111.08304989058719, 39.923681783826815 ], [ -111.08304475031247, 39.900048718423051 ], [ -111.07383829240337, 39.899991875837479 ], [ -111.04012428980272, 39.899765171929054 ], [ -111.04004240351587, 39.899765200231414 ], [ -111.03574920359294, 39.899730563273032 ], [ -111.01761723003742, 39.899671665426744 ], [ -111.00066678778055, 39.89969102154032 ], [ -110.90326903199116, 39.899659692252044 ], [ -110.89174648162691, 39.899658518940768 ], [ -110.87573191935255, 39.899642464467831 ], [ -110.85764664120616, 39.899711774796998 ], [ -110.85769919854786, 39.885611243632745 ], [ -110.85774463448772, 39.874943477638396 ], [ -110.85780145663041, 39.87007814911275 ], [ -110.85781277544554, 39.824928874561728 ], [ -110.85781341546884, 39.813278842138288 ], [ -110.85781393526631, 39.813026560280882 ], [ -110.85789571830409, 39.813026660467408 ], [ -110.86469514782097, 39.813160929600222 ], [ -110.86482368196003, 39.81315206932031 ], [ -110.87571260055137, 39.813128203302867 ], [ -110.87656545046539, 39.813147133860255 ], [ -110.89107589798749, 39.813314834004679 ], [ -110.89535200626263, 39.813318769302128 ], [ -110.90988601288406, 39.813403047620923 ], [ -110.91430230715726, 39.813424413529134 ], [ -110.95226146145176, 39.813698522157914 ], [ -110.99224217492051, 39.813879274854955 ], [ -111.00067764170412, 39.813915572585692 ], [ -111.00845884219841, 39.813951306612068 ], [ -111.00854062769858, 39.813960310713981 ], [ -111.00876261391542, 39.813960294162413 ], [ -111.02316836555323, 39.814003362488485 ], [ -111.02761979376486, 39.814047438752638 ], [ -111.04182692122363, 39.814034177143704 ], [ -111.04648865358273, 39.814059433351247 ], [ -111.04662885556043, 39.814059377094907 ], [ -111.06068415708897, 39.814115948258177 ], [ -111.06593008490374, 39.814149126482967 ], [ -111.07524186029309, 39.814161482091649 ], [ -111.07915583562067, 39.814158878065648 ], [ -111.0791653898707, 39.812302792501889 ], [ -111.09795264901561, 39.812774998878673 ], [ -111.09810453149187, 39.812774870564915 ], [ -111.09839662602101, 39.812783633330312 ], [ -111.0985718750516, 39.812783484587762 ], [ -111.12571233729905, 39.812892405912827 ], [ -111.12588758644189, 39.812892215914488 ], [ -111.14502500954566, 39.812977996317905 ], [ -111.15411468033658, 39.81300231995035 ], [ -111.17100887300619, 39.813050732185729 ], [ -111.1728782201007, 39.813056972205622 ], [ -111.20976255154045, 39.813086257036943 ], [ -111.24745309640066, 39.813129130795794 ], [ -111.25071275121266, 39.813131143555587 ], [ -111.26620460034273, 39.813069606052935 ], [ -111.28500319625338, 39.813106046122265 ], [ -111.30660555593512, 39.813087015415704 ], [ -111.30660251363636, 39.812402258039796 ], [ -111.30697625111316, 39.812374239675393 ], [ -111.34328770322671, 39.812398634174123 ], [ -111.34430417002828, 39.812404632547917 ], [ -111.37580153945258, 39.81231590593692 ], [ -111.40059350356408, 39.812368113448805 ], [ -111.41582840333484, 39.812377586521237 ], [ -111.50071586146727, 39.812060342358372 ], [ -111.50590318278162, 39.812064871550959 ], [ -111.51238728172468, 39.812063449613348 ], [ -111.52806598368817, 39.812065234722901 ], [ -111.52802635358543, 39.81299344768243 ], [ -111.53816696300842, 39.812937847356451 ], [ -111.54696567010193, 39.81309492463685 ], [ -111.56579675845049, 39.812815417036866 ], [ -111.56939518343776, 39.812815834394783 ], [ -111.57320382099655, 39.812806091852295 ], [ -111.58452755030389, 39.813128019239883 ], [ -111.58472653850258, 39.813172066666503 ], [ -111.5872146550892, 39.813123461266308 ], [ -111.59655981428219, 39.812958660172065 ], [ -111.60329992763731, 39.81283371064162 ], [ -111.60349861139441, 39.812841687417851 ], [ -111.62198343632456, 39.81306843124657 ], [ -111.62304663814129, 39.813071737028068 ], [ -111.62572212568077, 39.813075359575201 ], [ -111.63163370024867, 39.813061349185112 ], [ -111.63171547859781, 39.813060903977458 ], [ -111.64179781816382, 39.813032603285684 ], [ -111.64210156558165, 39.813030922760731 ], [ -111.69027889661203, 39.812619159591264 ], [ -111.7506863081782, 39.812081879377281 ], [ -111.75116557099031, 39.812105807494 ], [ -111.7515979091845, 39.812112017694446 ], [ -111.75309352087069, 39.81212934978327 ], [ -111.75373594140309, 39.812116168357669 ], [ -111.75430836717655, 39.812112448390479 ], [ -111.75465853631229, 39.81208314152871 ], [ -111.75504394871881, 39.812071624180028 ], [ -111.75586002145272, 39.811913141592107 ], [ -111.75651352872727, 39.811845812850706 ], [ -111.757026948378, 39.811788404468373 ], [ -111.75763372490118, 39.81172137430675 ], [ -111.75829891054269, 39.811653959259182 ], [ -111.75864858025484, 39.811579593864806 ], [ -111.75919714124962, 39.811530956063336 ], [ -111.75975708590541, 39.811455211273312 ], [ -111.76115704135354, 39.811274846822208 ], [ -111.76184528452569, 39.811180230341073 ], [ -111.762463832134, 39.811122107601037 ], [ -111.76372359003651, 39.810942633406384 ], [ -111.76510026005697, 39.810771384633469 ], [ -111.76612686697483, 39.81063847129537 ], [ -111.76632525877743, 39.810619141266699 ], [ -111.76636090467085, 39.810672965540739 ], [ -111.76638526892899, 39.810762904123479 ], [ -111.76636280555881, 39.810844142051096 ], [ -111.76630599664577, 39.810988676465129 ], [ -111.76622612367136, 39.811160393011029 ], [ -111.76613486836952, 39.811359214505906 ], [ -111.76603193051797, 39.811558113053778 ], [ -111.76589384589371, 39.811748233562085 ], [ -111.76572191383288, 39.812046696671359 ], [ -111.76564233809015, 39.812245440677302 ], [ -111.76556316169129, 39.812480221782444 ], [ -111.76549656646195, 39.812796009354656 ], [ -111.76534759503278, 39.813058280592031 ], [ -111.7651862408356, 39.813257563661509 ], [ -111.76500202039384, 39.81350204700469 ], [ -111.76489837710085, 39.813637879516023 ], [ -111.76474840314805, 39.813810057100525 ], [ -111.7646224921609, 39.814045145540177 ], [ -111.76456677513207, 39.814288781254824 ], [ -111.76449867646591, 39.814469428896466 ], [ -111.76440691291478, 39.814623202568598 ], [ -111.76431534854655, 39.814794994744098 ], [ -111.76420031872073, 39.814957931454906 ], [ -111.76413171960408, 39.815093532436514 ], [ -111.76409836773163, 39.815246921146588 ], [ -111.76407699769864, 39.815427260772559 ], [ -111.76410275752851, 39.815643329795748 ], [ -111.76409247155011, 39.815769536752676 ], [ -111.7641292159441, 39.815922463810779 ], [ -111.76421289128294, 39.816093101633655 ], [ -111.76426062041502, 39.816182886684757 ], [ -111.76423835245247, 39.816282142738011 ], [ -111.76415866795136, 39.816471876383588 ], [ -111.76407828463343, 39.816598544972685 ], [ -111.76398691641593, 39.816788355434682 ], [ -111.76384841691888, 39.816942436349329 ], [ -111.76375664870926, 39.817096209487055 ], [ -111.76358409615133, 39.817340613657002 ], [ -111.7634343103676, 39.817530808112352 ], [ -111.76326145659749, 39.817748183948979 ], [ -111.76308820316578, 39.817929522387473 ], [ -111.76284574645108, 39.818192405057616 ], [ -111.76273060799556, 39.818346331017445 ], [ -111.76266190312269, 39.818472921824998 ], [ -111.76257032943131, 39.818644712599784 ], [ -111.76246717158578, 39.818825589366391 ], [ -111.76235213079769, 39.818988524237504 ], [ -111.76224847418034, 39.819124354381749 ], [ -111.7620636308249, 39.819314777347898 ], [ -111.76184413423773, 39.819541467322551 ], [ -111.76173977947637, 39.819614232016143 ], [ -111.76161235602879, 39.819714177865443 ], [ -111.76139335384794, 39.819985913427516 ], [ -111.76122088520601, 39.820239323395505 ], [ -111.76107138486272, 39.820456542684894 ], [ -111.76088782648938, 39.820764084515169 ], [ -111.76064584821005, 39.821072009063002 ], [ -111.76045080124977, 39.821397645372983 ], [ -111.76034872611451, 39.821677622404188 ], [ -111.76014229008354, 39.822030362617099 ], [ -111.7599580287084, 39.822274837974867 ], [ -111.75971594183468, 39.822573751307495 ], [ -111.75963574179978, 39.822718435401512 ], [ -111.75955673184485, 39.822971230864106 ], [ -111.75935008962406, 39.823305951094078 ], [ -111.75911948234562, 39.823586768145383 ], [ -111.75890035909855, 39.823849489745072 ], [ -111.75873955598065, 39.824102819605926 ], [ -111.75846339545105, 39.824492052423373 ], [ -111.75820970915939, 39.824800048303388 ], [ -111.75788601351525, 39.825117510904064 ], [ -111.75755161997721, 39.82552514176264 ], [ -111.75729772802319, 39.825815117097413 ], [ -111.75706631300136, 39.826023855820843 ], [ -111.7568238051749, 39.82628672602619 ], [ -111.75663882899394, 39.826468131151849 ], [ -111.75646672218524, 39.826757571230971 ], [ -111.7562588684096, 39.826984174557978 ], [ -111.75610854792994, 39.827129313199428 ], [ -111.75593544983887, 39.827328659635789 ], [ -111.75577502275088, 39.827618022558624 ], [ -111.75569441385346, 39.827726666792621 ], [ -111.75553161621617, 39.827799806517085 ], [ -111.75529930126352, 39.827927458182074 ], [ -111.75508966470844, 39.827991892281645 ], [ -111.75470613511149, 39.828183596334512 ], [ -111.75446301941621, 39.828392405940285 ], [ -111.75428981488433, 39.828582740665141 ], [ -111.75412927950846, 39.828863092054874 ], [ -111.75393339224844, 39.829116643171233 ], [ -111.75373740509389, 39.829361184671875 ], [ -111.75357538904885, 39.82950639598613 ], [ -111.75337821851417, 39.829642825435926 ], [ -111.75314618851638, 39.829797500707961 ], [ -111.75279819073626, 39.830034017400607 ], [ -111.75267004687637, 39.830070888533136 ], [ -111.75241346385964, 39.830117602509716 ], [ -111.75228522135608, 39.830145463930897 ], [ -111.75213400133084, 39.830209513883325 ], [ -111.75201803322513, 39.830291354991601 ], [ -111.75191394655829, 39.830391138831132 ], [ -111.7517401407565, 39.830527414059446 ], [ -111.75158931213114, 39.830627500469504 ], [ -111.75130965011464, 39.830701391298575 ], [ -111.75107712128138, 39.830811016028584 ], [ -111.75092638916817, 39.830920110877386 ], [ -111.75071830854998, 39.831128685821902 ], [ -111.75044021217428, 39.831346723233189 ], [ -111.75019726843828, 39.831573542593375 ], [ -111.74969939680405, 39.832000227445036 ], [ -111.74919091008941, 39.832526087861709 ], [ -111.74904095413962, 39.832707254626385 ], [ -111.74889080172083, 39.832870402614972 ], [ -111.74878807626656, 39.833096313770348 ], [ -111.74862946439336, 39.833556843468415 ], [ -111.74845818666255, 39.833927355413785 ], [ -111.74836694861366, 39.834135172208562 ], [ -111.74838029678595, 39.834288254771486 ], [ -111.74839276497609, 39.834360253712582 ], [ -111.74845246596226, 39.834476997545494 ], [ -111.74851167815784, 39.834548694892824 ], [ -111.74865327927887, 39.834673920088719 ], [ -111.74874872384048, 39.834853502538081 ], [ -111.7489268519795, 39.835113640440468 ], [ -111.74904635517287, 39.835356136750299 ], [ -111.74911970191309, 39.835652990495305 ], [ -111.7491706557866, 39.836040087973814 ], [ -111.74918576824912, 39.836355337523813 ], [ -111.74920166404473, 39.836742661336558 ], [ -111.74925203185157, 39.837075702987015 ], [ -111.74933755745379, 39.83741752742435 ], [ -111.74944792594769, 39.837894340025571 ], [ -111.74952294233053, 39.838344351145139 ], [ -111.74953893860116, 39.838740684039223 ], [ -111.74951840565305, 39.839002104212369 ], [ -111.74954520734529, 39.839317278027139 ], [ -111.74963152105748, 39.839731176316228 ], [ -111.74981191912038, 39.840198525910537 ], [ -111.74995500445951, 39.84045888843918 ], [ -111.75008709006127, 39.840782391277308 ], [ -111.75010142385777, 39.841025566188968 ], [ -111.7500690093369, 39.841269043358857 ], [ -111.74992040915464, 39.84157634101264 ], [ -111.74938877397109, 39.842129381005677 ], [ -111.7491690659768, 39.842347037903657 ], [ -111.74897292703467, 39.842582562032078 ], [ -111.74880172735845, 39.842962083379341 ], [ -111.74857433877889, 39.843549194922886 ], [ -111.7483121770188, 39.844163560008468 ], [ -111.74797802688551, 39.844607200430445 ], [ -111.74750625742172, 39.845294994179049 ], [ -111.74712895852051, 39.846072276592253 ], [ -111.74700410168819, 39.846415457017059 ], [ -111.74693680515514, 39.846677177550824 ], [ -111.7468923961307, 39.84689370116115 ], [ -111.74689512979029, 39.847145960834979 ], [ -111.74690906347023, 39.847353098874137 ], [ -111.74693605236189, 39.847686291467149 ], [ -111.74695076742931, 39.847965503660312 ], [ -111.7468398401857, 39.848515821827931 ], [ -111.74678627957226, 39.848966661650792 ], [ -111.74671139122864, 39.849606846584059 ], [ -111.74671295308717, 39.84975099490881 ], [ -111.74667915638001, 39.849868341137316 ], [ -111.74655224118298, 39.850022326270427 ], [ -111.74645970821251, 39.850113020733218 ], [ -111.74634350502396, 39.850176837722771 ], [ -111.74622700895533, 39.850213626785902 ], [ -111.74606395326113, 39.850268734987559 ], [ -111.74593586574981, 39.85031460820678 ], [ -111.74584294155397, 39.850369265100575 ], [ -111.74561102031778, 39.850541944098048 ], [ -111.74542497574483, 39.850633238754881 ], [ -111.74487774876373, 39.850834971719223 ], [ -111.743945761389, 39.85112926930428 ], [ -111.74377091562236, 39.851175440000375 ], [ -111.74343262061787, 39.851240677871758 ], [ -111.74297743667053, 39.851306663486604 ], [ -111.74227678614547, 39.851374218300499 ], [ -111.7415988332171, 39.85137855449404 ], [ -111.74128304056551, 39.851362553157983 ], [ -111.74116595833969, 39.851345281500649 ], [ -111.74100192706881, 39.851310289845507 ], [ -111.7408968244149, 39.851319971085466 ], [ -111.74067493017348, 39.851339407915674 ], [ -111.74041835646346, 39.851395105276275 ], [ -111.74011444632829, 39.851397044709266 ], [ -111.73991544563874, 39.851371284525023 ], [ -111.73972813393705, 39.851345449459224 ], [ -111.73963462318216, 39.851346045735632 ], [ -111.73944789168094, 39.851374265909925 ], [ -111.73928424777925, 39.851375308949493 ], [ -111.73910872176197, 39.851358407669338 ], [ -111.73887455840354, 39.851323859836313 ], [ -111.73845327732467, 39.851281492966038 ], [ -111.73802069385145, 39.851275236070606 ], [ -111.73784565068267, 39.851303379302479 ], [ -111.73775213994514, 39.85130397406094 ], [ -111.73768229621422, 39.851331447938854 ], [ -111.73760105286779, 39.851386023959407 ], [ -111.73756704699052, 39.851485349077663 ], [ -111.73753333028574, 39.851611702043279 ], [ -111.73749932420418, 39.85171102713975 ], [ -111.73745362909763, 39.851810426536829 ], [ -111.73729171914545, 39.851973633922029 ], [ -111.73718738594016, 39.852055386101867 ], [ -111.73694326639695, 39.852183075823561 ], [ -111.73623187403959, 39.852340761379338 ], [ -111.73616193239774, 39.852359225064504 ], [ -111.73587038020271, 39.852424144250989 ], [ -111.73568441362485, 39.85252443270835 ], [ -111.73541758449457, 39.852715332533876 ], [ -111.73519751036805, 39.852905935421674 ], [ -111.73491918142905, 39.853114926776399 ], [ -111.7342582754323, 39.853623666372073 ], [ -111.73422359168545, 39.853659925499862 ], [ -111.73414301475354, 39.853777564153113 ], [ -111.73407412684028, 39.85389512877763 ], [ -111.73413545289911, 39.854165037569715 ], [ -111.73431511345852, 39.854569345707581 ], [ -111.73450656167057, 39.854982588788729 ], [ -111.73459040503991, 39.855171265647215 ], [ -111.73463927631721, 39.855369173824116 ], [ -111.73467655437298, 39.85557616529411 ], [ -111.73466659390982, 39.855738406469811 ], [ -111.73462166057158, 39.855909879026257 ], [ -111.73456609390804, 39.856180527724121 ], [ -111.73456859123644, 39.856414769127127 ], [ -111.73459350755259, 39.856558769620605 ], [ -111.73473657061065, 39.856819150406729 ], [ -111.73500937622583, 39.857186827659241 ], [ -111.73519949016635, 39.857473939363295 ], [ -111.73540244963345, 39.857869087982749 ], [ -111.73552175379011, 39.858093578794097 ], [ -111.73559401000558, 39.858291338171639 ], [ -111.73566520842186, 39.858389995422762 ], [ -111.73572404350892, 39.858425661820917 ], [ -111.73618313255983, 39.858720075375508 ], [ -111.73639499891186, 39.85885387886065 ], [ -111.73654899325663, 39.859042108775036 ], [ -111.73665622768824, 39.859230635448121 ], [ -111.73669283968441, 39.859374561129201 ], [ -111.73674355074786, 39.859743644421911 ], [ -111.73677136346787, 39.860157922547515 ], [ -111.73676054028083, 39.860239080269778 ], [ -111.73677406135329, 39.860410182221138 ], [ -111.73682294283756, 39.860608089208839 ], [ -111.73688284048364, 39.860742856988544 ], [ -111.73694283474501, 39.860886634004835 ], [ -111.7373126641338, 39.861578044871415 ], [ -111.7378004695002, 39.86236781280698 ], [ -111.738002300402, 39.862654845061513 ], [ -111.73808703177225, 39.86292460237776 ], [ -111.73810017062235, 39.863059666992619 ], [ -111.73807920229086, 39.863285047449615 ], [ -111.73801340071319, 39.863690910772526 ], [ -111.73799088754328, 39.863772142937165 ], [ -111.73795687639094, 39.863871468009599 ], [ -111.73795832419832, 39.864006606999013 ], [ -111.73798276795748, 39.864105560158748 ], [ -111.73805368630866, 39.86417718796271 ], [ -111.73817156205725, 39.86426653665135 ], [ -111.73844248426792, 39.864454019636447 ], [ -111.73907902222162, 39.864936498877292 ], [ -111.73933816164502, 39.865115044934903 ], [ -111.73953826596325, 39.865239907555072 ], [ -111.73975122334878, 39.865472806378271 ], [ -111.73988185932816, 39.865661180559151 ], [ -111.73997664778625, 39.865777704274493 ], [ -111.74020042827632, 39.865929444309266 ], [ -111.74054122004054, 39.866089446775767 ], [ -111.74091728131916, 39.86626724269356 ], [ -111.74143432023631, 39.866507205424142 ], [ -111.74224500828413, 39.866871425298505 ], [ -111.74305657963767, 39.867316722658039 ], [ -111.74407997325693, 39.867886793806385 ], [ -111.74546690016912, 39.86855362849213 ], [ -111.74632449822882, 39.868926527957399 ], [ -111.74664193520758, 39.869086662608098 ], [ -111.74680679326025, 39.869193719680048 ], [ -111.74698393001393, 39.869354756647986 ], [ -111.74710397636456, 39.869642299240297 ], [ -111.74720024877865, 39.869893955378551 ], [ -111.74724858076789, 39.870037801886177 ], [ -111.7473203947708, 39.870190506940389 ], [ -111.74741471317684, 39.870261978127978 ], [ -111.7475324158698, 39.870333298527967 ], [ -111.74774375308584, 39.870413025065524 ], [ -111.74830722346807, 39.870616618021089 ], [ -111.74921084692296, 39.870917120021979 ], [ -111.75002094066322, 39.87121821979153 ], [ -111.75072551662537, 39.87149296729622 ], [ -111.75085452412954, 39.871528171667379 ], [ -111.750983728265, 39.871581394348389 ], [ -111.75118406891124, 39.87172425482062 ], [ -111.75130295749155, 39.871903682033405 ], [ -111.75138657308975, 39.872065317906397 ], [ -111.75141202222956, 39.872254360148517 ], [ -111.7514611512524, 39.872470278545912 ], [ -111.75149898144733, 39.872722309569241 ], [ -111.75157208604807, 39.872992131720196 ], [ -111.75165580198097, 39.873162776574318 ], [ -111.7517178052485, 39.873486729716127 ], [ -111.75180162052646, 39.87366638366408 ], [ -111.75194409616768, 39.87386367697291 ], [ -111.75212106018149, 39.874006687299314 ], [ -111.75232072125061, 39.874086481115057 ], [ -111.75260252697286, 39.874192771164147 ], [ -111.75307092415784, 39.874252799857466 ], [ -111.75318824531135, 39.874288077475818 ], [ -111.75350503273653, 39.87438512828944 ], [ -111.75371599473401, 39.874428806838644 ], [ -111.75411413935713, 39.874480277964992 ], [ -111.75429031988017, 39.874551211181398 ], [ -111.75445470929255, 39.874613210970857 ], [ -111.7547007508477, 39.874656659530061 ], [ -111.75488823009719, 39.874691478882553 ], [ -111.75505232398933, 39.874726450172773 ], [ -111.75522830845586, 39.874779363518883 ], [ -111.75548634040861, 39.874849761900975 ], [ -111.75558136569221, 39.874984290739846 ], [ -111.75574585616432, 39.875055297886263 ], [ -111.75587477394764, 39.875081487353306 ], [ -111.75605056208632, 39.875116381011075 ], [ -111.7563088929995, 39.875213805172095 ], [ -111.75655543277763, 39.875302295812467 ], [ -111.75667285646583, 39.87534657907581 ], [ -111.75687331887461, 39.875498438624149 ], [ -111.75702701047638, 39.875650603106109 ], [ -111.75725095953403, 39.875811318541821 ], [ -111.75739365342999, 39.876026623309919 ], [ -111.75763048722031, 39.876295372101943 ], [ -111.75780984910254, 39.876654594454124 ], [ -111.75794204355404, 39.876978085341364 ], [ -111.75794581242548, 39.877320435103144 ], [ -111.75793640037665, 39.877527723207045 ], [ -111.75795136666929, 39.877824950504078 ], [ -111.75795265606733, 39.877942070144329 ], [ -111.7580144951819, 39.878248000930967 ], [ -111.7581573950488, 39.8784813230033 ], [ -111.75825332368095, 39.878696932285095 ], [ -111.75833894879392, 39.879038746740804 ], [ -111.75834232295102, 39.879345059549223 ], [ -111.75833311039679, 39.879570366004117 ], [ -111.75833856867862, 39.880065871964639 ], [ -111.75829407645499, 39.88027338936795 ], [ -111.75835472838406, 39.880471209438653 ], [ -111.75843847043936, 39.880641848934701 ], [ -111.75854579905148, 39.880830353794295 ], [ -111.75867691307988, 39.881054742340922 ], [ -111.75890227420864, 39.881341582981719 ], [ -111.75902100111011, 39.881502983251124 ], [ -111.75915211799501, 39.881727371208001 ], [ -111.75927144238558, 39.881942826363556 ], [ -111.75937897412388, 39.882149348756627 ], [ -111.75966271272975, 39.882426795754256 ], [ -111.75991127183271, 39.882695462704881 ], [ -111.76019421888388, 39.882900834808467 ], [ -111.76039570645293, 39.883142779691731 ], [ -111.76059619994884, 39.88329463231085 ], [ -111.76079679390554, 39.88345549375952 ], [ -111.76093961464403, 39.883679802816609 ], [ -111.76098868260469, 39.883886707209413 ], [ -111.76089801626534, 39.884148587471579 ], [ -111.76085342974301, 39.884347096476766 ], [ -111.76075166532176, 39.884663108454454 ], [ -111.76057963344817, 39.884970571331465 ], [ -111.76045328333612, 39.8851786261841 ], [ -111.76031503886007, 39.885368739194149 ], [ -111.76003765226901, 39.885667882043919 ], [ -111.75982953615616, 39.885885481860655 ], [ -111.75956324354797, 39.886130491848483 ], [ -111.75929764478136, 39.886438565541454 ], [ -111.75905622813524, 39.8868185590444 ], [ -111.7589879469289, 39.886990192832002 ], [ -111.75893145960649, 39.887170759233776 ], [ -111.75887487265622, 39.887342316418788 ], [ -111.75871402421092, 39.887604654071453 ], [ -111.75849390525828, 39.887795300464006 ], [ -111.75821600479485, 39.888049393066339 ], [ -111.75793760618792, 39.888258439076303 ], [ -111.75765851160698, 39.888404420115457 ], [ -111.75740270691256, 39.888541238547049 ], [ -111.75722837063363, 39.888641485166595 ], [ -111.75706543167195, 39.888714627618207 ], [ -111.75693827145685, 39.888850605168237 ], [ -111.75692826080677, 39.889003837696734 ], [ -111.75694164055257, 39.889156917556164 ], [ -111.75712024050509, 39.889444066406725 ], [ -111.75723917579971, 39.889623486556957 ], [ -111.75738229558681, 39.889874827303785 ], [ -111.75752521808795, 39.890108149483474 ], [ -111.75770203747349, 39.890233132025934 ], [ -111.75778509573387, 39.89034070732346 ], [ -111.758067572097, 39.890501038193847 ], [ -111.75824449274289, 39.890635029064832 ], [ -111.75851497797561, 39.890768407736559 ], [ -111.75883254432316, 39.890928507209225 ], [ -111.75918519875964, 39.891088376110901 ], [ -111.75953835201932, 39.891293289815017 ], [ -111.75982023948546, 39.891399561244725 ], [ -111.76003175515557, 39.891488273538279 ], [ -111.76020818450714, 39.891577215444997 ], [ -111.76043209375369, 39.891728914564368 ], [ -111.76070238829205, 39.891844269677001 ], [ -111.76093749705625, 39.891950845201819 ], [ -111.76122028629906, 39.892138195739868 ], [ -111.76138611964076, 39.89232631349374 ], [ -111.7614590855532, 39.89257810959834 ], [ -111.76147417105574, 39.892884344671906 ], [ -111.76151274819986, 39.893199435298662 ], [ -111.76154903238773, 39.89330731495037 ], [ -111.76157461789738, 39.89350536310819 ], [ -111.76167017997398, 39.893684932026744 ], [ -111.76184771433627, 39.893872972205472 ], [ -111.76198976248153, 39.894025205975709 ], [ -111.76221338425457, 39.894149873972744 ], [ -111.76239102113158, 39.894346922447696 ], [ -111.76269861456289, 39.894660243731181 ], [ -111.76288705131745, 39.894776131980912 ], [ -111.76306429209755, 39.894937142706034 ], [ -111.76338208813901, 39.89511524765414 ], [ -111.76384234107888, 39.895481619761696 ], [ -111.76412505272849, 39.89565995372805 ], [ -111.76432549118165, 39.895802789988913 ], [ -111.7646081052783, 39.895972113582239 ], [ -111.76487832329059, 39.896078449492997 ], [ -111.76516164122089, 39.89631083582271 ], [ -111.76563130221329, 39.89646991277386 ], [ -111.7660076945668, 39.896656633383508 ], [ -111.76636089665975, 39.896861525651452 ], [ -111.76670230391623, 39.897057484992558 ], [ -111.76679677987507, 39.897137948703239 ], [ -111.76685676888395, 39.897272699303052 ], [ -111.76699833296625, 39.897379880908396 ], [ -111.76717589145699, 39.897567912582097 ], [ -111.76751629946827, 39.897673777923409 ], [ -111.76780891645039, 39.897689860521204 ], [ -111.76799737005993, 39.897805740245943 ], [ -111.76813843406391, 39.897867874669018 ], [ -111.76826910952087, 39.898047205359163 ], [ -111.76838788769149, 39.898208595093919 ], [ -111.76865822090301, 39.89832393116577 ], [ -111.76884587221011, 39.898367736281543 ], [ -111.76906851331192, 39.898402299234967 ], [ -111.76936113369557, 39.898418377880901 ], [ -111.76954727406584, 39.898327044650138 ], [ -111.7696987269384, 39.898271980619221 ], [ -111.77002613457897, 39.89826079724368 ], [ -111.77023677656156, 39.89826840818229 ], [ -111.77068205964952, 39.898337528312275 ], [ -111.77092880170085, 39.898434996224395 ], [ -111.7712098268175, 39.89846015710139 ], [ -111.77156113374691, 39.898493859522574 ], [ -111.77209979152649, 39.898544333275709 ], [ -111.77248618960809, 39.898577799248734 ], [ -111.7732362008197, 39.898698938137983 ], [ -111.77354122916105, 39.898777992186872 ], [ -111.77388155134005, 39.898874829532581 ], [ -111.77406981555936, 39.898972680963311 ], [ -111.77428218380356, 39.89913343983725 ], [ -111.77442386460083, 39.899249621331151 ], [ -111.77457703990758, 39.899347706248108 ], [ -111.77479968689072, 39.89938225813399 ], [ -111.77501002821599, 39.899362832961039 ], [ -111.77730170414182, 39.899266406432822 ], [ -111.77779287120545, 39.899254103339658 ], [ -111.77819076880253, 39.899269453527175 ], [ -111.77837873432254, 39.899340270506272 ], [ -111.77853232320841, 39.899474386645281 ], [ -111.77881651684031, 39.899778811901378 ], [ -111.7790407995922, 39.899957501598522 ], [ -111.77927565792767, 39.900037011884585 ], [ -111.77960480763301, 39.900178956492141 ], [ -111.77989805043276, 39.900249063179885 ], [ -111.78021581188968, 39.900418112055398 ], [ -111.78047478278127, 39.900560526320618 ], [ -111.78084046044164, 39.900828358848678 ], [ -111.78107736966749, 39.901088047791703 ], [ -111.78129037462843, 39.901302848255831 ], [ -111.78144458763587, 39.90149101509563 ], [ -111.78156350493646, 39.901661399999682 ], [ -111.78172910966433, 39.901822460250237 ], [ -111.78182483838063, 39.902011020799939 ], [ -111.78192220617733, 39.902343727088713 ], [ -111.78191296659486, 39.902560024699831 ], [ -111.78202152099766, 39.902847606421368 ], [ -111.78211735442197, 39.903045175787668 ], [ -111.78229619828286, 39.903341292931302 ], [ -111.78255661946866, 39.90360982988441 ], [ -111.78274572904888, 39.903779739788661 ], [ -111.78299291764539, 39.903913218024087 ], [ -111.78307695512669, 39.904101856395059 ], [ -111.78305612387361, 39.904327242101012 ], [ -111.78307202687905, 39.90469653655186 ], [ -111.78305160572934, 39.904957958666827 ], [ -111.78301928143675, 39.905201441543191 ], [ -111.78296304831365, 39.905400036837342 ], [ -111.78278881011202, 39.905509330754654 ], [ -111.78256767706718, 39.905609931093117 ], [ -111.78234551859892, 39.905620439933116 ], [ -111.78218328418211, 39.90575668135309 ], [ -111.78203315686525, 39.905928880092439 ], [ -111.78196604172605, 39.906199626667409 ], [ -111.78192160528835, 39.906407151682068 ], [ -111.78197177784298, 39.906704136699439 ], [ -111.78202215573081, 39.90701913988925 ], [ -111.78211912215066, 39.907315809224883 ], [ -111.78214436284649, 39.907477815324121 ], [ -111.78232045166794, 39.90753068625115 ], [ -111.78249664326034, 39.907592566012468 ], [ -111.78260244038064, 39.907636901022578 ], [ -111.78291767880356, 39.907580714284713 ], [ -111.78321003314824, 39.907569730237995 ], [ -111.78357329553823, 39.907621334899595 ], [ -111.78387847774044, 39.907709370238955 ], [ -111.78410279968212, 39.907888049524139 ], [ -111.78429202771883, 39.908066965731166 ], [ -111.78449346896926, 39.908290847969148 ], [ -111.78463549428999, 39.908434043750766 ], [ -111.78476520493402, 39.908523263930284 ], [ -111.78494119556768, 39.908567121724225 ], [ -111.78532796422346, 39.908627571533565 ], [ -111.78556203611477, 39.908634995837232 ], [ -111.78591484280048, 39.908794781484396 ], [ -111.78618483466801, 39.908874039418045 ], [ -111.78650203329028, 39.908989015714276 ], [ -111.78677264499524, 39.9091223268234 ], [ -111.78701996374252, 39.909264805181614 ], [ -111.78719863894854, 39.909542895901964 ], [ -111.78727171837794, 39.909794673927635 ], [ -111.78728785203933, 39.910181985402509 ], [ -111.78724456381647, 39.910488612175037 ], [ -111.78719019519953, 39.910849372876662 ], [ -111.78713768229684, 39.911372297138435 ], [ -111.78711851253873, 39.911741828600569 ], [ -111.78715825031695, 39.912146999312739 ], [ -111.78718556753741, 39.912489185791969 ], [ -111.78725937225418, 39.912804027273864 ], [ -111.78735585396187, 39.91305564620761 ], [ -111.78750006197036, 39.913388028999805 ], [ -111.78760917346804, 39.913720649984477 ], [ -111.78774168477781, 39.914053111879078 ], [ -111.78786239473946, 39.914376644001763 ], [ -111.78808612937432, 39.914501260571114 ], [ -111.78826358339542, 39.914671240249589 ], [ -111.78871167690585, 39.914974525831738 ], [ -111.78893603526615, 39.91515319519042 ], [ -111.78905520196837, 39.915341589758391 ], [ -111.78902206758146, 39.915513001089103 ], [ -111.78893053821282, 39.915693819514352 ], [ -111.78878030329113, 39.915857017664912 ], [ -111.78853678005197, 39.916047879406229 ], [ -111.78833922799888, 39.916166349845462 ], [ -111.78797829185203, 39.916321969494255 ], [ -111.78771146838378, 39.916521997618148 ], [ -111.78745737505469, 39.916812036478944 ], [ -111.7872386887301, 39.917128863730369 ], [ -111.7870436065681, 39.917463549902592 ], [ -111.78691903192188, 39.917824786584802 ], [ -111.78681795924736, 39.918194873417178 ], [ -111.7867527076355, 39.918627785539719 ], [ -111.7867429663999, 39.918799037414985 ], [ -111.78679069507059, 39.918879801558447 ], [ -111.78685156768199, 39.919086613368513 ], [ -111.78692383154959, 39.919266318498856 ], [ -111.78693759437361, 39.919446420629683 ], [ -111.78695311051749, 39.919779677049902 ], [ -111.7868860021716, 39.920050425773148 ], [ -111.78673760890355, 39.920375784658013 ], [ -111.78662194463989, 39.920493696478971 ], [ -111.78654282457845, 39.920737497141133 ], [ -111.78639288229969, 39.920927719446105 ], [ -111.78621051651915, 39.921352415539488 ], [ -111.78628339950166, 39.921586175441931 ], [ -111.78635617993079, 39.921810926210071 ], [ -111.78645225922818, 39.92202650912126 ], [ -111.7864546299591, 39.922233717814265 ], [ -111.78655184416034, 39.922548400420553 ], [ -111.78666045082701, 39.922835976318495 ], [ -111.78692292366401, 39.923275674036347 ], [ -111.78699601751157, 39.923527451511056 ], [ -111.78711581283214, 39.923769902131028 ], [ -111.78728313559449, 39.924075098299006 ], [ -111.78749705791681, 39.924361958178508 ], [ -111.78775871601466, 39.924729581245195 ], [ -111.78800805595095, 39.925043228802927 ], [ -111.7882099731217, 39.925303139590639 ], [ -111.78855499515066, 39.925796330765117 ], [ -111.78885011426351, 39.926019567418329 ], [ -111.78922569699806, 39.926116118912496 ], [ -111.78955426805653, 39.926194969799226 ], [ -111.79005981132934, 39.926398750696386 ], [ -111.79049400877896, 39.926503908409146 ], [ -111.79089393244152, 39.926681376398605 ], [ -111.79119951986904, 39.926796418431579 ], [ -111.79157656274252, 39.927019088997866 ], [ -111.79203551923983, 39.92724119878762 ], [ -111.79226148454258, 39.92755499665212 ], [ -111.79241537190607, 39.927707110976208 ], [ -111.79252255703656, 39.927868554088064 ], [ -111.79257144181794, 39.928048415161612 ], [ -111.79269136877193, 39.928299868613749 ], [ -111.79279876335445, 39.928479329538533 ], [ -111.79291962743798, 39.928811864164359 ], [ -111.79343939811692, 39.929231767071037 ], [ -111.79366350362935, 39.929383399128163 ], [ -111.79369996217756, 39.929500276417571 ], [ -111.79377111059932, 39.92958087716984 ], [ -111.79377579342419, 39.929986284229578 ], [ -111.79385027282125, 39.930355174360898 ], [ -111.7940295522225, 39.930678297961208 ], [ -111.794348739402, 39.930955414021611 ], [ -111.79471359213737, 39.931133108868302 ], [ -111.79514813920002, 39.931265275824828 ], [ -111.7955827922175, 39.931406450172481 ], [ -111.79591202176536, 39.931539336881862 ], [ -111.79631157102182, 39.93168074945438 ], [ -111.79670004626396, 39.931876295261361 ], [ -111.7970406690843, 39.931982071190603 ], [ -111.79745150738857, 39.932087363188664 ], [ -111.79775608376205, 39.932112297152372 ], [ -111.79800204364302, 39.932128624023321 ], [ -111.79863355506936, 39.932088236716517 ], [ -111.79905557495913, 39.932148397233817 ], [ -111.79956035116604, 39.932280063549939 ], [ -111.8000890586891, 39.932456611274361 ], [ -111.80065382115079, 39.932713995354646 ], [ -111.80091243136873, 39.932811316437721 ], [ -111.80117146248892, 39.932944673033639 ], [ -111.80152537622708, 39.933185490137369 ], [ -111.80196005416146, 39.933326640279837 ], [ -111.8021015371105, 39.933415759049666 ], [ -111.8023019543825, 39.933540508832607 ], [ -111.80259746695498, 39.933790736486408 ], [ -111.80286957623214, 39.934041125437268 ], [ -111.80324595918732, 39.934200693880079 ], [ -111.80354000299259, 39.934324792797106 ], [ -111.80384511824079, 39.934394755718081 ], [ -111.80429045670193, 39.934445725673513 ], [ -111.80460780352536, 39.93456065046216 ], [ -111.80483036794369, 39.934577125166875 ], [ -111.80515952465939, 39.934700976201448 ], [ -111.80535952878176, 39.934789684528212 ], [ -111.8056569593363, 39.935202066374202 ], [ -111.80574215496227, 39.935480776416469 ], [ -111.80580299432047, 39.935678567965958 ], [ -111.80589936582635, 39.935912151470347 ], [ -111.80599552662206, 39.936127716860817 ], [ -111.80624372271089, 39.936333215251416 ], [ -111.80673800358389, 39.936564030242046 ], [ -111.80692567712902, 39.936598763160532 ], [ -111.8073141041629, 39.936785263654215 ], [ -111.80749145194305, 39.936937194200013 ], [ -111.80769390161241, 39.937233105459114 ], [ -111.80784805670723, 39.93740321649674 ], [ -111.80800348405951, 39.93768143534318 ], [ -111.80809933608484, 39.937869971827702 ], [ -111.80825381160629, 39.938067109286301 ], [ -111.808384775153, 39.938255400733155 ], [ -111.80866852067342, 39.938496684890389 ], [ -111.80895184384531, 39.938701932329742 ], [ -111.80943444726083, 39.938932817130706 ], [ -111.80975235426858, 39.939092772437306 ], [ -111.81004611194335, 39.939189827435584 ], [ -111.8103765753573, 39.939421771179049 ], [ -111.81087004148924, 39.93958049612381 ], [ -111.81098803515218, 39.939660758427962 ], [ -111.81105889530176, 39.939714321146241 ], [ -111.81143649871537, 39.939972961245971 ], [ -111.81156587813511, 39.940026114055932 ], [ -111.81175430868815, 39.940123901949072 ], [ -111.81209659261364, 39.940364767690667 ], [ -111.8122146955718, 39.940454037696185 ], [ -111.81233301190954, 39.940561325552913 ], [ -111.81254527892258, 39.94069498406062 ], [ -111.81263944245293, 39.940739372735081 ], [ -111.81293406409492, 39.940908492167914 ], [ -111.813146653278, 39.941069176500768 ], [ -111.81347649602625, 39.941247057229582 ], [ -111.81377080170748, 39.941389147527474 ], [ -111.81424066812575, 39.941530004188962 ], [ -111.81472213358056, 39.941661767693645 ], [ -111.81495706843215, 39.941732194314895 ], [ -111.81533266576565, 39.941819650764735 ], [ -111.81562580097277, 39.941862637509665 ], [ -111.81614238345458, 39.941994148029671 ], [ -111.81648287150352, 39.942081847894087 ], [ -111.81663555975447, 39.942125821113628 ], [ -111.8169063603159, 39.94225905923529 ], [ -111.81727122353571, 39.94242767258239 ], [ -111.81765938957146, 39.942587110692941 ], [ -111.81791773881368, 39.942657366143429 ], [ -111.81824685014011, 39.942772170248759 ], [ -111.81863480560186, 39.942913587100286 ], [ -111.81921003006164, 39.943053679510307 ], [ -111.81963202672476, 39.943104755182418 ], [ -111.81986697140194, 39.943175171735206 ], [ -111.82036027068995, 39.943315837755001 ], [ -111.82084369797326, 39.943609736914382 ], [ -111.82110496208634, 39.943923227191142 ], [ -111.82129546351867, 39.944192169552331 ], [ -111.82158003308082, 39.944496483884748 ], [ -111.82174594333972, 39.944666492769926 ], [ -111.82191207004099, 39.94485451932389 ], [ -111.82208990220033, 39.94504246262629 ], [ -111.82230295692405, 39.945239165541665 ], [ -111.82243397272424, 39.945427440357363 ], [ -111.8226001031687, 39.945615465863042 ], [ -111.82275431401013, 39.945785556270387 ], [ -111.82295620800782, 39.946027385763294 ], [ -111.82316883637338, 39.946188051177877 ], [ -111.82329866842346, 39.946277226444373 ], [ -111.82334602743782, 39.946321938714355 ], [ -111.82354943753644, 39.946689892463311 ], [ -111.82360111852559, 39.947094962732073 ], [ -111.82363861016505, 39.947292910210471 ], [ -111.82369951194259, 39.947490691339183 ], [ -111.82391268702386, 39.947696400040542 ], [ -111.82426383671888, 39.947693903887114 ], [ -111.8246036059011, 39.947718516775595 ], [ -111.82508340230852, 39.947706093289838 ], [ -111.82529398383497, 39.947695584649935 ], [ -111.82565586359135, 39.947611920427853 ], [ -111.82632066211487, 39.947408970000367 ], [ -111.82684478094511, 39.947188999779762 ], [ -111.82710011866922, 39.947006983988246 ], [ -111.82740042924989, 39.946671481445229 ], [ -111.82761912936685, 39.946363589911769 ], [ -111.82773335386074, 39.946128521706115 ], [ -111.82791661100941, 39.945793853485519 ], [ -111.82818016907362, 39.945323465531217 ], [ -111.82830522531576, 39.945016241582906 ], [ -111.8285587035665, 39.944681070567249 ], [ -111.8287628615184, 39.94413902796051 ], [ -111.82903626333095, 39.943515402301792 ], [ -111.8291492821094, 39.943181234278967 ], [ -111.82921580949798, 39.942874427843847 ], [ -111.82939948610228, 39.942575793041435 ], [ -111.82968904167345, 39.942321448877131 ], [ -111.82983945299712, 39.942176216748059 ], [ -111.82987347666644, 39.942085875955073 ], [ -111.83010439969205, 39.941822940705372 ], [ -111.83013689858676, 39.941606474590188 ], [ -111.83029694230953, 39.941289988091036 ], [ -111.83037451327871, 39.940929043462106 ], [ -111.83047636230417, 39.940640002669767 ], [ -111.83059056779078, 39.940404931616264 ], [ -111.83059769643459, 39.940026471982854 ], [ -111.83054750517631, 39.939747529985695 ], [ -111.83050662177882, 39.939270307237983 ], [ -111.83072463122659, 39.938908356145056 ], [ -111.83110790302958, 39.93866234652149 ], [ -111.83153700421023, 39.938334919361914 ], [ -111.8319306640624, 39.937980715740373 ], [ -111.83206837593963, 39.937754484206813 ], [ -111.83215905573613, 39.937510570633151 ], [ -111.83230835998931, 39.937275245863248 ], [ -111.83245777239217, 39.937048929850036 ], [ -111.83262074303721, 39.93697568171104 ], [ -111.83271098310935, 39.936695731912096 ], [ -111.8327182092318, 39.936326280980488 ], [ -111.83271405992083, 39.935983940929056 ], [ -111.83269755264266, 39.935587631213352 ], [ -111.83262449660673, 39.935353902811826 ], [ -111.83244535160814, 39.935057867984256 ], [ -111.83234856406, 39.934797280568858 ], [ -111.83225188638711, 39.934545702005778 ], [ -111.83222444344712, 39.934212538769756 ], [ -111.83199369285003, 39.933520445163133 ], [ -111.83192075059803, 39.933295725143147 ], [ -111.83186968681491, 39.932944711757209 ], [ -111.83178449791055, 39.932675030802159 ], [ -111.83182694506466, 39.932314336710206 ], [ -111.83189290544398, 39.931962483613077 ], [ -111.83189159662834, 39.931854376126353 ], [ -111.83198139700366, 39.931538390857874 ], [ -111.83196718603865, 39.931331268802055 ], [ -111.83197616130533, 39.93110596087665 ], [ -111.831914814846, 39.930872147801523 ], [ -111.83185390504971, 39.930674370517352 ], [ -111.83176882822238, 39.930413698376185 ], [ -111.83198505852145, 39.929907601357726 ], [ -111.83207485607683, 39.929591615942122 ], [ -111.83223606393142, 39.929374225061188 ], [ -111.83256000462329, 39.929065568077228 ], [ -111.83277709836879, 39.928631541252891 ], [ -111.83282106663837, 39.928396972076584 ], [ -111.83288756442329, 39.928090163073669 ], [ -111.83287236899511, 39.927801960375575 ], [ -111.83286832934702, 39.927468628794671 ], [ -111.83290037678698, 39.927216125683337 ], [ -111.83298033968933, 39.926089332808289 ], [ -111.83297837431112, 39.925927171457509 ], [ -111.83298876530509, 39.925818979822679 ], [ -111.83299817356917, 39.9256297075055 ], [ -111.83308665081715, 39.925205613601122 ], [ -111.8330720013807, 39.924962455615784 ], [ -111.83304488667451, 39.924656318926637 ], [ -111.83297151418614, 39.924395563299854 ], [ -111.8330756220054, 39.9242957080696 ], [ -111.83329597456937, 39.924131949104449 ], [ -111.83335426085527, 39.924113510688969 ], [ -111.83379714816272, 39.923966170610115 ], [ -111.83437027443054, 39.923944028207636 ], [ -111.83490961074695, 39.92403024330136 ], [ -111.8353201285438, 39.924108374258651 ], [ -111.8357886042615, 39.924141037237554 ], [ -111.83625719000193, 39.924182707277978 ], [ -111.83650258099151, 39.92415390789597 ], [ -111.83692282764281, 39.924069787485571 ], [ -111.83722496675476, 39.923896420947102 ], [ -111.83764312489288, 39.923641127761428 ], [ -111.83797992342318, 39.923431469855252 ], [ -111.83822344325029, 39.923249514605637 ], [ -111.83835127282575, 39.923176512402996 ], [ -111.83868960585012, 39.923092977845272 ], [ -111.83907628065377, 39.923135228980193 ], [ -111.83947542687611, 39.923240456778778 ], [ -111.83989863639623, 39.923399567386575 ], [ -111.84025241379155, 39.923622247870647 ], [ -111.84047638218972, 39.923755770810352 ], [ -111.84078170664347, 39.923843654646426 ], [ -111.8408170296893, 39.923861417993749 ], [ -111.84109652789168, 39.923751273816492 ], [ -111.84132833964217, 39.923569397008613 ], [ -111.84159403918777, 39.923288166529161 ], [ -111.84218503901602, 39.922815368322546 ], [ -111.84245249881582, 39.922678279068855 ], [ -111.84296489780436, 39.922476340440959 ], [ -111.84344418175317, 39.922436815940145 ], [ -111.84398163637894, 39.922369836800641 ], [ -111.8444251530598, 39.922276510096459 ], [ -111.84476292039362, 39.922147913210956 ], [ -111.84498279494464, 39.921948096565075 ], [ -111.84509603454102, 39.921640939768039 ], [ -111.84525629645265, 39.921351459567234 ], [ -111.84548609452753, 39.921007413598112 ], [ -111.8457401776821, 39.920735268035088 ], [ -111.84592427883898, 39.920481651999552 ], [ -111.84600141335609, 39.92009366990024 ], [ -111.84597435428481, 39.919796545504205 ], [ -111.84590038412317, 39.919490753579431 ], [ -111.84595489368148, 39.919166004779967 ], [ -111.84609385303396, 39.919047864069228 ], [ -111.84615179882618, 39.919002392451553 ], [ -111.84647751405971, 39.918846849249547 ], [ -111.84686239359345, 39.918744931552659 ], [ -111.84727078294388, 39.91865185054462 ], [ -111.84762033814562, 39.918532168944736 ], [ -111.84791039242408, 39.918331833636557 ], [ -111.84826953270026, 39.918040894660422 ], [ -111.84850030551893, 39.917777923266719 ], [ -111.84878968669032, 39.917523532148358 ], [ -111.84901009112095, 39.917368752687636 ], [ -111.8492769595853, 39.917186603227272 ], [ -111.84965993279518, 39.916931524380828 ], [ -111.8501476428189, 39.916630627612548 ], [ -111.85040280580213, 39.916448561379653 ], [ -111.85072794183, 39.916247961705849 ], [ -111.85100705845456, 39.916110767172455 ], [ -111.85142690273042, 39.915999567965528 ], [ -111.85182334664363, 39.915888539150238 ], [ -111.8521848025088, 39.915786775886247 ], [ -111.85260397252085, 39.915621518841967 ], [ -111.85292965695155, 39.915465957746846 ], [ -111.8534538939947, 39.915281905212289 ], [ -111.8540734016316, 39.915232294954436 ], [ -111.8545056065586, 39.915175052104559 ], [ -111.85485557925305, 39.915091384661956 ], [ -111.85522816531805, 39.914944481085534 ], [ -111.85553055401466, 39.914798094270786 ], [ -111.85594948547673, 39.914614807395111 ], [ -111.85630012668946, 39.914585189200615 ], [ -111.856557846985, 39.914610314939374 ], [ -111.85695674459548, 39.914697465098008 ], [ -111.85747409664719, 39.914900864781544 ], [ -111.85772146784204, 39.915034181517861 ], [ -111.85812171860361, 39.915229434693117 ], [ -111.85836886727701, 39.915344732171405 ], [ -111.85842770160808, 39.915371325880166 ], [ -111.8587894822072, 39.91529656891263 ], [ -111.85892728607155, 39.915088323853134 ], [ -111.85899275482653, 39.91470942917865 ], [ -111.85890579563285, 39.914304634370858 ], [ -111.85879543924327, 39.913900012758383 ], [ -111.8587344682598, 39.913702249679829 ], [ -111.85849238760478, 39.913055339738854 ], [ -111.85835830055616, 39.912623864028959 ], [ -111.85821330347541, 39.912255537188557 ], [ -111.85810306707835, 39.911859923624547 ], [ -111.85801712871901, 39.911536208213178 ], [ -111.85797719906293, 39.911149083973733 ], [ -111.85820622523748, 39.910750959653164 ], [ -111.8583900290643, 39.910479306302825 ], [ -111.85849396637364, 39.910370419695198 ], [ -111.85858687973138, 39.910315673190468 ], [ -111.85880768899833, 39.91019691110818 ], [ -111.85892411137705, 39.910150999976665 ], [ -111.85911117470212, 39.910140604421002 ], [ -111.8593553794275, 39.910021667958517 ], [ -111.8596694361261, 39.909875183851319 ], [ -111.86001926273084, 39.909782492173754 ], [ -111.86059203460141, 39.909742203591264 ], [ -111.86101317761332, 39.909739077222952 ], [ -111.86132858347557, 39.909700695750139 ], [ -111.8618770537032, 39.90958850324408 ], [ -111.8623888453307, 39.909350444278722 ], [ -111.86291165343304, 39.909058242504926 ], [ -111.86330588948844, 39.908776005435712 ], [ -111.86382801033173, 39.908429746070944 ], [ -111.8643263899842, 39.908056632029215 ], [ -111.86478955677855, 39.907674768692672 ], [ -111.86513664518236, 39.907365847701257 ], [ -111.86543648522645, 39.907021239251605 ], [ -111.86571122552017, 39.906541670942346 ], [ -111.86584638263193, 39.90612621264372 ], [ -111.86596029787643, 39.905882098339468 ], [ -111.86619266432309, 39.90575422611689 ], [ -111.86633394481295, 39.905825248810594 ], [ -111.86671076988942, 39.906020647743489 ], [ -111.8670998627948, 39.906261002525234 ], [ -111.86767657855918, 39.906535991268399 ], [ -111.86829895308985, 39.906720537599035 ], [ -111.86868577963789, 39.906780708716845 ], [ -111.86900241945011, 39.906841404550448 ], [ -111.86982184191869, 39.906880309612674 ], [ -111.87051213211309, 39.906884139319835 ], [ -111.87137903223382, 39.906976735507847 ], [ -111.87236417084981, 39.907167543108834 ], [ -111.87297326431906, 39.907226027539238 ], [ -111.87352386896805, 39.90728494938498 ], [ -111.87406174607614, 39.907262876713197 ], [ -111.87448092503519, 39.907106550362059 ], [ -111.87488794575549, 39.906914275191163 ], [ -111.8750277473558, 39.906868171519719 ], [ -111.87529576677477, 39.906785060871393 ], [ -111.87558683716364, 39.906674746271101 ], [ -111.87647598839995, 39.906677038722783 ], [ -111.87703484269747, 39.90646558876427 ], [ -111.87722108838909, 39.906392101889338 ], [ -111.8774066440951, 39.906264561377796 ], [ -111.87763956492149, 39.906181710890777 ], [ -111.87787375008163, 39.906197957722377 ], [ -111.87827262437695, 39.90628503490926 ], [ -111.87858915479532, 39.906336695613945 ], [ -111.87891772885133, 39.906415293443644 ], [ -111.8792112102204, 39.906494156422262 ], [ -111.879399757446, 39.906600843776047 ], [ -111.87975311220387, 39.906787368390049 ], [ -111.8798832869564, 39.906903507553146 ], [ -111.88003662738238, 39.907001451242252 ], [ -111.88027266076007, 39.907161835305189 ], [ -111.88050834921384, 39.907295192228084 ], [ -111.88070871395695, 39.907410797445763 ], [ -111.88089738139307, 39.907526491174785 ], [ -111.88113249517725, 39.907614802397546 ], [ -111.88129626706238, 39.907613557814763 ], [ -111.88142413673044, 39.907549517617184 ], [ -111.88155096685554, 39.907404397375672 ], [ -111.88164131678997, 39.907151437285343 ], [ -111.88173235907354, 39.906952530393028 ], [ -111.88184644998489, 39.906726418872523 ], [ -111.8819606556855, 39.906509316118012 ], [ -111.88209721630066, 39.906210955372536 ], [ -111.8822447800752, 39.905858452190543 ], [ -111.88241573762579, 39.905505770786242 ], [ -111.88264645303092, 39.905251741620383 ], [ -111.88290183391983, 39.905096631543856 ], [ -111.88318072439635, 39.904950351609578 ], [ -111.88344722187962, 39.904750106866096 ], [ -111.88367850967708, 39.904541120072956 ], [ -111.88387343033307, 39.904233302661297 ], [ -111.88412787825185, 39.904006118908164 ], [ -111.88435974065116, 39.903842175166488 ], [ -111.88470799567843, 39.903632294205188 ], [ -111.88504571050026, 39.9035125902519 ], [ -111.88524386861619, 39.903457019107911 ], [ -111.88545430353246, 39.903446402685709 ], [ -111.88568801690745, 39.903426598325481 ], [ -111.88590980081301, 39.903388865112788 ], [ -111.88611953903755, 39.903324194243801 ], [ -111.88638636990731, 39.90315096947301 ], [ -111.88665343168587, 39.902995761843506 ], [ -111.88693265407254, 39.902876499631397 ], [ -111.88714238974759, 39.902811826934304 ], [ -111.88735282233488, 39.90280120709032 ], [ -111.88751658248437, 39.902799953847833 ], [ -111.88771531781428, 39.902789422871983 ], [ -111.88792493616965, 39.902715739899087 ], [ -111.88813373982714, 39.902578994462495 ], [ -111.88829552161137, 39.902424589339887 ], [ -111.88848081315606, 39.902279013623641 ], [ -111.88864329177026, 39.902178661240967 ], [ -111.88871312484962, 39.902151096784003 ], [ -111.88901538490641, 39.902004623717687 ], [ -111.88942373195489, 39.901920404551319 ], [ -111.88963392836051, 39.901891762864906 ], [ -111.88985523885712, 39.901817986706007 ], [ -111.8900175977903, 39.901708623556999 ], [ -111.89016790951787, 39.901572323376364 ], [ -111.89035237853976, 39.901363682651812 ], [ -111.89050175585697, 39.901155311114856 ], [ -111.89067382605678, 39.900892706511605 ], [ -111.8908226180736, 39.900639290234388 ], [ -111.89086648842762, 39.900413709145333 ], [ -111.89091024183334, 39.900179119167341 ], [ -111.89095446167056, 39.899980564634916 ], [ -111.89096405809339, 39.899818315159067 ], [ -111.89093751457733, 39.899575255469742 ], [ -111.89088734482415, 39.899314357746377 ], [ -111.89087273164395, 39.899089225894123 ], [ -111.89090432112756, 39.898818690255105 ], [ -111.89101801867959, 39.898565543269072 ], [ -111.89113229888703, 39.898357440515589 ], [ -111.89125932516578, 39.898230327577558 ], [ -111.89142167346837, 39.898120962513573 ], [ -111.89163104007669, 39.89802925524566 ], [ -111.89193421021969, 39.897954845681149 ], [ -111.89233200176247, 39.897960795153651 ], [ -111.89276499920064, 39.897975481993974 ], [ -111.8930462954978, 39.898018364876116 ], [ -111.8932687595657, 39.898034670978191 ], [ -111.893432508106, 39.898033409506318 ], [ -111.89370128948157, 39.898013318859725 ], [ -111.8937948600372, 39.898012597698305 ], [ -111.89407522044569, 39.897983407173776 ], [ -111.89422668701978, 39.897937190447927 ], [ -111.89439020104456, 39.897917909902489 ], [ -111.89461289935667, 39.897952231149034 ], [ -111.89485828741539, 39.897932318289747 ], [ -111.8951035581088, 39.897903396052641 ], [ -111.89539467573687, 39.897802041188399 ], [ -111.89558076070311, 39.897719516331854 ], [ -111.89581257446767, 39.89755555004956 ], [ -111.89594029447724, 39.897482485231507 ], [ -111.89617328009713, 39.897408606824918 ], [ -111.89648907771992, 39.897406165901785 ], [ -111.89688815809006, 39.897511197200004 ], [ -111.89728747465296, 39.89763424481955 ], [ -111.89766363519239, 39.897775489834956 ], [ -111.89795827599477, 39.897944394184385 ], [ -111.89828800720383, 39.898113025959788 ], [ -111.89863983825916, 39.898182378139687 ], [ -111.89894453147774, 39.89822506538156 ], [ -111.89924934281794, 39.898276760667549 ], [ -111.89936701292325, 39.898329906697121 ], [ -111.89962645326899, 39.898490070003518 ], [ -111.89983863783912, 39.898614560374817 ], [ -111.90002636957411, 39.898658152288654 ], [ -111.90010836230813, 39.898666525649219 ], [ -111.90035445852804, 39.898700654227511 ], [ -111.90044802984794, 39.89869992768778 ], [ -111.90062335812388, 39.898689556377107 ], [ -111.90092675695358, 39.898633141075393 ], [ -111.90111389937687, 39.898631686998961 ], [ -111.90135987789455, 39.898656804595767 ], [ -111.90171017959699, 39.898609032429945 ], [ -111.9019669097038, 39.898561987049547 ], [ -111.90227054311403, 39.89852358593258 ], [ -111.90246914518683, 39.898504020984078 ], [ -111.90279676188842, 39.898510480643466 ], [ -111.90311138134815, 39.898417933234562 ], [ -111.9033555853058, 39.898307914011681 ], [ -111.90351755929004, 39.898171505709634 ], [ -111.90372477933994, 39.897917617686488 ], [ -111.90390825031965, 39.897636885123973 ], [ -111.90405663129404, 39.897356425830566 ], [ -111.90411286274185, 39.897184801961572 ], [ -111.90423784974223, 39.896904524809315 ], [ -111.90432869492545, 39.896696591867673 ], [ -111.90443170931273, 39.896524602991065 ], [ -111.9046398687565, 39.896342784067784 ], [ -111.90480195408345, 39.896215382845028 ], [ -111.90508076134476, 39.896069050937186 ], [ -111.90529022162598, 39.895986328086224 ], [ -111.90551149588934, 39.895912522371816 ], [ -111.90573324405889, 39.895874751587264 ], [ -111.90591978562487, 39.895828245655856 ], [ -111.90614117733476, 39.895763447587441 ], [ -111.90650280054589, 39.895688543223933 ], [ -111.90678278932913, 39.895632295625269 ], [ -111.90688793343554, 39.89562246364568 ], [ -111.90724931746324, 39.895529539301734 ], [ -111.90751760911392, 39.895473381442812 ], [ -111.9077970018228, 39.89537208724844 ], [ -111.90795896008103, 39.895235672850596 ], [ -111.9081087463012, 39.8950633144904 ], [ -111.90841033853104, 39.894871747341931 ], [ -111.90872469563463, 39.89476116725416 ], [ -111.90905110449225, 39.894677521133424 ], [ -111.90924921712599, 39.894621909385251 ], [ -111.90945914419616, 39.894575214408746 ], [ -111.90959770594708, 39.894438981205205 ], [ -111.90965392127441, 39.894267354746049 ], [ -111.90956871727499, 39.894015749672334 ], [ -111.90947181836844, 39.89376423624168 ], [ -111.90945583611978, 39.893440010043079 ], [ -111.90946419751488, 39.893187671037971 ], [ -111.90948461149921, 39.892962266796353 ], [ -111.90951552994731, 39.89264668249497 ], [ -111.9095719822714, 39.892493073702497 ], [ -111.90962819616544, 39.89232144721597 ], [ -111.90968488618138, 39.892185856031546 ], [ -111.90981186661895, 39.892058723149098 ], [ -111.9100207132232, 39.891930947735602 ], [ -111.91027562484551, 39.891748751768517 ], [ -111.91035641859166, 39.891667029652147 ], [ -111.91047158247086, 39.891530979036155 ], [ -111.91059867946807, 39.891412854139752 ], [ -111.91091122841298, 39.891167135804352 ], [ -111.91103713127708, 39.890958922122557 ], [ -111.91113940476433, 39.890732874415583 ], [ -111.91124143900112, 39.89048880895426 ], [ -111.91140218587101, 39.890262301524608 ], [ -111.9114595866903, 39.890180762472838 ], [ -111.9116437219202, 39.889954070878119 ], [ -111.91188621083279, 39.88971791038604 ], [ -111.91214075112356, 39.889508683905348 ], [ -111.91241891831353, 39.889317290515976 ], [ -111.91269756187468, 39.889161931790426 ], [ -111.9128709516293, 39.889007400962797 ], [ -111.91300818082881, 39.888772066629478 ], [ -111.91303932062634, 39.888474499027076 ], [ -111.91304707100802, 39.888177115552196 ], [ -111.91312546668, 39.88791521492648 ], [ -111.9132742678473, 39.887670779357592 ], [ -111.9133999181869, 39.88744454547745 ], [ -111.91354788030364, 39.887137047742968 ], [ -111.91368510356523, 39.886901712601833 ], [ -111.91393855136761, 39.886611402775223 ], [ -111.91409987873605, 39.886429935813418 ], [ -111.91415547833631, 39.886213262983951 ], [ -111.914199622715, 39.886014699971341 ], [ -111.91420844498002, 39.885798395836922 ], [ -111.91425330697625, 39.885653885784031 ], [ -111.91434506498234, 39.885518015758983 ], [ -111.91445997145188, 39.885363943581922 ], [ -111.91467844797781, 39.885082917617453 ], [ -111.91480480753825, 39.884910735209552 ], [ -111.91500109091562, 39.884719981445528 ], [ -111.9151625308992, 39.884547521859893 ], [ -111.91527623596852, 39.884303360576951 ], [ -111.91529698821324, 39.884104981709633 ], [ -111.91524781681687, 39.88392517423695 ], [ -111.91524554077866, 39.883754006432426 ], [ -111.91532607975009, 39.883654263251302 ], [ -111.91566328268677, 39.88350744493232 ], [ -111.91604701941355, 39.883342238529387 ], [ -111.9165939865659, 39.883139701777672 ], [ -111.91694287791944, 39.882992787363278 ], [ -111.91718628469208, 39.882828686623036 ], [ -111.91753409241102, 39.882600690999929 ], [ -111.91771818764479, 39.882373989923991 ], [ -111.91770337129213, 39.882139852925846 ], [ -111.91767734195625, 39.88194184375822 ], [ -111.91768771433699, 39.881842654114251 ], [ -111.91774522092811, 39.881770120827113 ], [ -111.9180720376319, 39.88172248526643 ], [ -111.91860921597548, 39.881664172972535 ], [ -111.91901704376579, 39.881552824601009 ], [ -111.91934229436561, 39.8813880707484 ], [ -111.91974855448856, 39.881159605106738 ], [ -111.92001413071389, 39.880905224812629 ], [ -111.92025643884962, 39.880660038318666 ], [ -111.92059289358696, 39.880459152934243 ], [ -111.92082543299179, 39.880358199268237 ], [ -111.9210566458076, 39.880158148091191 ], [ -111.9210426624628, 39.879987073317757 ], [ -111.92095839983897, 39.879807546861102 ], [ -111.92092030751243, 39.87958260482052 ], [ -111.92099950763804, 39.879383760711036 ], [ -111.9210312120176, 39.87913123505092 ], [ -111.92098070376099, 39.878852332911968 ], [ -111.92108340932771, 39.878662311845964 ], [ -111.92125759790521, 39.878570830493395 ], [ -111.92150085819701, 39.878397712044439 ], [ -111.9215678800996, 39.878162925147748 ], [ -111.92156498584687, 39.877946713351037 ], [ -111.9215742667826, 39.877766443935492 ], [ -111.92165286000693, 39.877522555236013 ], [ -111.92168576732296, 39.877360117611367 ], [ -111.92177617300996, 39.877125144723941 ], [ -111.92176194741043, 39.876936052309908 ], [ -111.92180702931417, 39.876809557015577 ], [ -111.92195517299611, 39.876520066338145 ], [ -111.92206872047947, 39.87626688966057 ], [ -111.92207619017385, 39.875951487769591 ], [ -111.92206051627261, 39.875654289433953 ], [ -111.9219978317398, 39.875339445235682 ], [ -111.92192538553414, 39.875168835180162 ], [ -111.9218892228804, 39.875088034546366 ], [ -111.92174710580778, 39.874954017294662 ], [ -111.92168237330192, 39.874486022755576 ], [ -111.92182123273641, 39.874376801706468 ], [ -111.92199516831127, 39.874267301654577 ], [ -111.92219260833895, 39.874166624241909 ], [ -111.92241343210149, 39.874065760520224 ], [ -111.9225996616378, 39.874001210729105 ], [ -111.92282084648403, 39.873927372726797 ], [ -111.92294897691636, 39.873890314004932 ], [ -111.92314725992534, 39.873852696782421 ], [ -111.92333372979223, 39.87380616347906 ], [ -111.92353201233686, 39.873768545603362 ], [ -111.92376573353806, 39.873757674497142 ], [ -111.92391736819931, 39.873729437285753 ], [ -111.9241733851317, 39.873637299648088 ], [ -111.92442952231953, 39.873554170276272 ], [ -111.92467384584958, 39.873462124737891 ], [ -111.92475508522732, 39.87341642807209 ], [ -111.92488285060854, 39.873352340761585 ], [ -111.92499904475557, 39.873297355385667 ], [ -111.92537137326607, 39.87315923846726 ], [ -111.9255110717483, 39.873113074832332 ], [ -111.92569802240317, 39.873102573052151 ], [ -111.92587340215015, 39.873101173130387 ], [ -111.92606023154561, 39.873081661945925 ], [ -111.92620029292958, 39.873062523950381 ], [ -111.92645618303504, 39.872961372505742 ], [ -111.92653729939907, 39.872906665787646 ], [ -111.9265946680697, 39.872825119373935 ], [ -111.92661599099374, 39.872671782608407 ], [ -111.92657958177905, 39.872572965809645 ], [ -111.92653087470019, 39.872429198294412 ], [ -111.92644757713454, 39.872321746223442 ], [ -111.9263751232761, 39.872151138949846 ], [ -111.92633750277278, 39.871962233837998 ], [ -111.92629976129949, 39.871764319882885 ], [ -111.92621501082152, 39.871548761743156 ], [ -111.92613050321052, 39.871351221174905 ], [ -111.92604611724458, 39.871162689357085 ], [ -111.92594955558039, 39.870938215508517 ], [ -111.92579599006159, 39.870822314106 ], [ -111.92567834749323, 39.870769194340205 ], [ -111.92552550928772, 39.870707345523449 ], [ -111.92539665980539, 39.870690354068827 ], [ -111.92527925986047, 39.870655251544584 ], [ -111.9251608917755, 39.870548078280947 ], [ -111.92520402686247, 39.870277440405026 ], [ -111.92527357066709, 39.870231836661695 ], [ -111.92543531456595, 39.870086389515663 ], [ -111.92555126063866, 39.870013385969393 ], [ -111.92565563611208, 39.869949484445719 ], [ -111.92577085506619, 39.869822427721054 ], [ -111.92583906574501, 39.869677726547124 ], [ -111.92587208089084, 39.869524296500693 ], [ -111.92597294246467, 39.869199138704559 ], [ -111.92596991417065, 39.868973918013573 ], [ -111.92599099519521, 39.868802563603786 ], [ -111.92601256066396, 39.868667244499235 ], [ -111.92604581725949, 39.868531832043608 ], [ -111.92607919487207, 39.868405428405268 ], [ -111.92622960515874, 39.868287100007969 ], [ -111.92635748088996, 39.868232019970009 ], [ -111.92660226785934, 39.868176005842884 ], [ -111.92682355091448, 39.868111169224704 ], [ -111.92697456556218, 39.868037884011976 ], [ -111.92710171257394, 39.86792875020334 ], [ -111.92725199875889, 39.867801411676119 ], [ -111.92737914489575, 39.867692277569013 ], [ -111.92749399296768, 39.867538192684705 ], [ -111.92757388884465, 39.867393397011881 ], [ -111.92764136535379, 39.867194641831077 ], [ -111.92767352597214, 39.866978149480708 ], [ -111.9277159211039, 39.866653457683057 ], [ -111.92772409282931, 39.866392108184634 ], [ -111.92775394716959, 39.86600444806156 ], [ -111.92777599381429, 39.86590516392662 ], [ -111.92778513611229, 39.865715885020819 ], [ -111.92780536227917, 39.865481468449559 ], [ -111.92782643782964, 39.865310113668876 ], [ -111.92789427578118, 39.865138384789077 ], [ -111.92799754932388, 39.864993401754589 ], [ -111.92807780545425, 39.864875632204694 ], [ -111.92822929734251, 39.864838380729502 ], [ -111.92854567147634, 39.864889907188974 ], [ -111.92879068771458, 39.86485190622286 ], [ -111.92914018959313, 39.864759008980073 ], [ -111.92937351446608, 39.864721100440391 ], [ -111.92960671748517, 39.86467418260878 ], [ -111.92982737832897, 39.864564296257761 ], [ -111.93008456976639, 39.864562234156061 ], [ -111.9302952424603, 39.864578564205125 ], [ -111.93054086510669, 39.864585603679885 ], [ -111.93058750547704, 39.864576219684047 ], [ -111.93073948223221, 39.86457500024212 ], [ -111.93100690291118, 39.864464736417524 ], [ -111.93128613501192, 39.864363386940639 ], [ -111.93162223454786, 39.86414445264645 ], [ -111.93188879892844, 39.863971125070954 ], [ -111.93215524004614, 39.863788788073101 ], [ -111.93244469458473, 39.863579236055429 ], [ -111.93262978843197, 39.863433591102911 ], [ -111.93276812032043, 39.863288321921182 ], [ -111.93291789786781, 39.863124940912236 ], [ -111.93312527160957, 39.862898027754369 ], [ -111.9334477146384, 39.862535041209433 ], [ -111.93363194883725, 39.862326332957636 ], [ -111.93378086740375, 39.862099889124828 ], [ -111.93388314693614, 39.861882830421173 ], [ -111.93392722004161, 39.861684259911399 ], [ -111.93394803507748, 39.861494886458942 ], [ -111.93398017352573, 39.861278392409517 ], [ -111.93414151164488, 39.861105906897691 ], [ -111.93454760331706, 39.86087739057448 ], [ -111.934872719225, 39.860712594144069 ], [ -111.93505828941171, 39.860602980664829 ], [ -111.93541663724892, 39.860302767751115 ], [ -111.93555410061128, 39.86009443358963 ], [ -111.93580662454673, 39.859750023947221 ], [ -111.9359435960713, 39.859505654062403 ], [ -111.93608044422639, 39.859252275199871 ], [ -111.93622996038435, 39.859070872360149 ], [ -111.93650928531012, 39.858978519374659 ], [ -111.93674172884435, 39.858877534535942 ], [ -111.93699767324917, 39.858785369194884 ], [ -111.93720710407479, 39.858711598739674 ], [ -111.93748544545872, 39.858547172911528 ], [ -111.93775185081104, 39.8583648233041 ], [ -111.93790148328993, 39.858192427169953 ], [ -111.93799254545483, 39.858011494692242 ], [ -111.93808348448215, 39.85782155332889 ], [ -111.93814009111036, 39.857685948413845 ], [ -111.9381503083344, 39.857577748098976 ], [ -111.93814895891498, 39.857478651140369 ], [ -111.93812447629605, 39.857397760893846 ], [ -111.93801829154947, 39.85732654119591 ], [ -111.93788823795889, 39.857219475171625 ], [ -111.93771081477784, 39.857067742918758 ], [ -111.9376038953623, 39.856942469927027 ], [ -111.93747310764562, 39.856781350511412 ], [ -111.93732989601787, 39.856566272489019 ], [ -111.93724415039797, 39.856278651484892 ], [ -111.93713551757457, 39.856027254552153 ], [ -111.93705161132839, 39.855874765659628 ], [ -111.93703649170573, 39.855622613127444 ], [ -111.93702345501907, 39.855523610530803 ], [ -111.93704560773075, 39.85543333347092 ], [ -111.93709150583007, 39.855369894004134 ], [ -111.93723079270163, 39.855296690161261 ], [ -111.93747552462001, 39.855240653598052 ], [ -111.93774326610288, 39.855157401070734 ], [ -111.9379534209808, 39.855137682273401 ], [ -111.9381860948298, 39.855054712286254 ], [ -111.938407201944, 39.854980845220844 ], [ -111.93850022203196, 39.854944053394348 ], [ -111.93858130772769, 39.854889338442234 ], [ -111.93871948738571, 39.854735053478905 ], [ -111.93886861869113, 39.854526620840907 ], [ -111.93906425854769, 39.854299791870453 ], [ -111.93916761537763, 39.85416380790145 ], [ -111.93952517508565, 39.853809529661035 ], [ -111.93972154794659, 39.853636752503128 ], [ -111.94005855178142, 39.853489864812659 ], [ -111.94054689087061, 39.853296700076953 ], [ -111.94089594884021, 39.853176741650856 ], [ -111.94125657104648, 39.853047678525051 ], [ -111.94144284898017, 39.852992107926291 ], [ -111.94168719979801, 39.852909036151907 ], [ -111.94190706473492, 39.852745074388778 ], [ -111.94213861707117, 39.852581017281011 ], [ -111.94225402325777, 39.852471962121918 ], [ -111.94246145775918, 39.852254041404343 ], [ -111.94269350010613, 39.852126018455259 ], [ -111.94301867848138, 39.851970208466206 ], [ -111.94320371893549, 39.851824546976466 ], [ -111.94348078476776, 39.851570018959258 ], [ -111.94372525141172, 39.851495951768662 ], [ -111.94411009986634, 39.851429751371896 ], [ -111.9443320530425, 39.851418934834314 ], [ -111.94472784762982, 39.851298584398876 ], [ -111.94518245250144, 39.851204782859568 ], [ -111.94539271654476, 39.851194059541847 ], [ -111.94561367973229, 39.851111170120568 ], [ -111.94575233062731, 39.85099291217319 ], [ -111.9458795402151, 39.850892766982994 ], [ -111.94612313597936, 39.850755633156751 ], [ -111.94641410178967, 39.850663161403347 ], [ -111.94665831444708, 39.850571070487263 ], [ -111.94685490767682, 39.850416299081495 ], [ -111.94707450466761, 39.850234310085547 ], [ -111.94729348131375, 39.85000727666992 ], [ -111.94751282811789, 39.849807269255621 ], [ -111.94775468222939, 39.849544008831479 ], [ -111.94801941452138, 39.849244521664261 ], [ -111.94815805753839, 39.849126260896291 ], [ -111.94827307651978, 39.848990173459583 ], [ -111.94829484062937, 39.848872867943783 ], [ -111.94825754599736, 39.848710996153287 ], [ -111.94813732188523, 39.848468713878709 ], [ -111.94811084800649, 39.848243684869701 ], [ -111.94802593605222, 39.848019133460006 ], [ -111.9479762114257, 39.847803304238028 ], [ -111.94792586757839, 39.847542430960253 ], [ -111.94790786080229, 39.847083077413551 ], [ -111.94789844421847, 39.846398408163736 ], [ -111.94784649119778, 39.846020420281917 ], [ -111.94788642615144, 39.845524553869204 ], [ -111.94790459694701, 39.84514599292423 ], [ -111.94795720938518, 39.844722101394304 ], [ -111.94799900153566, 39.844361366994164 ], [ -111.94812111505873, 39.843891858220061 ], [ -111.94820853814439, 39.843449662324069 ], [ -111.94834518625173, 39.843187260391367 ], [ -111.94841158865754, 39.842916422803057 ], [ -111.94838462058664, 39.842655358385009 ], [ -111.94842293884429, 39.842042377017826 ], [ -111.94848909201566, 39.841753521724442 ], [ -111.94859104808988, 39.84151843257235 ], [ -111.94874086540845, 39.841364040333083 ], [ -111.94900692689735, 39.841163647848035 ], [ -111.94918011543913, 39.841009063839444 ], [ -111.9492949950961, 39.840863966572982 ], [ -111.94931427396557, 39.840566484519471 ], [ -111.94926368279071, 39.840287593873086 ], [ -111.9492834578964, 39.840026147047048 ], [ -111.9494321538217, 39.839790674616559 ], [ -111.94966240402798, 39.839536514723228 ], [ -111.94978834586962, 39.83934627724107 ], [ -111.94987972510228, 39.839192361947852 ], [ -111.94999422789569, 39.839020237559311 ], [ -111.95000516915732, 39.838966088983035 ], [ -111.94987550479738, 39.838886062314032 ], [ -111.94969797947905, 39.838725338864158 ], [ -111.94936729582604, 39.838475770356951 ], [ -111.94928313673421, 39.838305272292352 ], [ -111.9489866759717, 39.837145429609926 ], [ -111.94888934586828, 39.836866920962663 ], [ -111.94890998959821, 39.836668535775978 ], [ -111.94897774798079, 39.836496794674126 ], [ -111.94906800930531, 39.836261800595693 ], [ -111.9492150857614, 39.835909213726815 ], [ -111.94943401070663, 39.835682176335339 ], [ -111.94961849804957, 39.835500469606281 ], [ -111.94981454581546, 39.835309658096257 ], [ -111.94998660096385, 39.835073993555284 ], [ -111.95027315002314, 39.83466620406552 ], [ -111.95035221597183, 39.834467339989061 ], [ -111.95040927677489, 39.834367764331539 ], [ -111.9505256333147, 39.834330771666558 ], [ -111.95066548457069, 39.834302596188714 ], [ -111.95084088857534, 39.834310168489814 ], [ -111.95105184561022, 39.834353488405078 ], [ -111.95120437623963, 39.834397287014966 ], [ -111.95145014115189, 39.834422301121521 ], [ -111.95168434523512, 39.834456419382775 ], [ -111.95197660312904, 39.834463031282773 ], [ -111.95231734438573, 39.834595382140854 ], [ -111.95269438784489, 39.834817532213151 ], [ -111.95310624096783, 39.835021375388109 ], [ -111.95345892171596, 39.835171644434425 ], [ -111.95379929539308, 39.83527696442205 ], [ -111.95421003238422, 39.835399724323651 ], [ -111.95460796273993, 39.835441499656959 ], [ -111.95481967402122, 39.835538865475726 ], [ -111.95543119062428, 39.835813135441327 ], [ -111.95583099738634, 39.835990038575567 ], [ -111.95625542688656, 39.836256835657757 ], [ -111.95650394963064, 39.836480032543911 ], [ -111.95679846668315, 39.836648790563551 ], [ -111.95698681329728, 39.83674634508683 ], [ -111.95716334964507, 39.836834986918348 ], [ -111.95735094671539, 39.836878488055014 ], [ -111.95747873910733, 39.83682337439452 ], [ -111.95768758045972, 39.836713532550426 ], [ -111.95788173158536, 39.836387575730342 ], [ -111.95804007304548, 39.836007855334138 ], [ -111.95819966478895, 39.835718222679617 ], [ -111.95838187484748, 39.835374343956019 ], [ -111.95850502986065, 39.83498590373074 ], [ -111.9586171244304, 39.834642603909977 ], [ -111.95867241977606, 39.834416901175466 ], [ -111.95874027688876, 39.834254163417874 ], [ -111.95892210465425, 39.833883257446466 ], [ -111.95903569904443, 39.833648062770621 ], [ -111.95917278826745, 39.833421683554839 ], [ -111.95932231371236, 39.833249260333169 ], [ -111.95940273068642, 39.833149487137959 ], [ -111.95953956701342, 39.83290508990153 ], [ -111.95973482743229, 39.832660209174271 ], [ -111.95987178704118, 39.832424820348152 ], [ -111.96003061051312, 39.832081132406159 ], [ -111.9602329102174, 39.831502828659232 ], [ -111.96041422107577, 39.831095885167024 ], [ -111.96061852270273, 39.830661721490088 ], [ -111.96084807380743, 39.830362495865209 ], [ -111.96092810867539, 39.830235695237555 ], [ -111.9610630507691, 39.829856164250771 ], [ -111.96116557476539, 39.829666108279703 ], [ -111.96123379821893, 39.829530395451279 ], [ -111.96143947174225, 39.829195327107698 ], [ -111.96164614824531, 39.828932328785143 ], [ -111.9618303340289, 39.828732585429897 ], [ -111.96200258312071, 39.828514921083482 ], [ -111.96219782259176, 39.828270036280415 ], [ -111.96248565433119, 39.827961314119868 ], [ -111.96278730562706, 39.82780564383313 ], [ -111.9631354405319, 39.827631567186209 ], [ -111.96351900358438, 39.827484224781188 ], [ -111.96376386652379, 39.827446151508965 ], [ -111.96404327779489, 39.82737175127626 ], [ -111.96415873343368, 39.827271683566195 ], [ -111.96415621464229, 39.827091507693567 ], [ -111.96414188591692, 39.826902420123062 ], [ -111.96409338682416, 39.826776685398443 ], [ -111.96410255221477, 39.826596412410723 ], [ -111.96423998897171, 39.826397053686172 ], [ -111.96440041483896, 39.826170474168279 ], [ -111.96454902982242, 39.825934982778918 ], [ -111.96467402417618, 39.825681667920165 ], [ -111.96477577610646, 39.8254375560483 ], [ -111.96478582169686, 39.825320344553468 ], [ -111.96481721844705, 39.825058798004747 ], [ -111.96459333825409, 39.824925512001506 ], [ -111.96445086664416, 39.82476451929405 ], [ -111.9641670587902, 39.824523612497281 ], [ -111.96390611649861, 39.82424647563473 ], [ -111.96344592724201, 39.823925943746566 ], [ -111.96313536306911, 39.823441990710243 ], [ -111.96302140798251, 39.822812247393742 ], [ -111.96327441548655, 39.822521831846757 ], [ -111.96349337783086, 39.822303777268445 ], [ -111.96364161032136, 39.822041260539699 ], [ -111.96372087551261, 39.821860405163932 ], [ -111.96378795369435, 39.82164361157642 ], [ -111.96384234139377, 39.821354844580149 ], [ -111.96386180544164, 39.821075377542996 ], [ -111.96383453741223, 39.820796298732994 ], [ -111.96379583841282, 39.820535334564759 ], [ -111.96371040813511, 39.820274758556153 ], [ -111.96361379901403, 39.820050314724966 ], [ -111.96348176461161, 39.819799135443816 ], [ -111.96336179136706, 39.819574885405572 ], [ -111.9632891788426, 39.819395291274361 ], [ -111.96321581201869, 39.819161644236218 ], [ -111.96316581105009, 39.818927803164755 ], [ -111.96322158302108, 39.818738133223682 ], [ -111.96331277988848, 39.818575198683533 ], [ -111.96342708988811, 39.818394052431593 ], [ -111.96357556617779, 39.818149553328851 ], [ -111.96367882147223, 39.818013547904904 ], [ -111.96373584976828, 39.817913965805964 ], [ -111.96381624286376, 39.817814189581149 ], [ -111.9639071854111, 39.817633236961058 ], [ -111.96388130329768, 39.817453254889408 ], [ -111.96373847159433, 39.817265234466923 ], [ -111.96352567234662, 39.817086804802457 ], [ -111.96331299998458, 39.816917383540869 ], [ -111.96305284496381, 39.816694296889622 ], [ -111.96291052002755, 39.816542310631085 ], [ -111.96275525639582, 39.816300332985534 ], [ -111.96268202057338, 39.816075694240233 ], [ -111.96271543302336, 39.815958288844392 ], [ -111.96283099756219, 39.8158672312818 ], [ -111.96302821102464, 39.815766486053015 ], [ -111.96323735756258, 39.815683661135125 ], [ -111.96343482148539, 39.815600932853002 ], [ -111.96361997375057, 39.815473257199564 ], [ -111.96385223112128, 39.815372219508568 ], [ -111.96404893816816, 39.815235437320169 ], [ -111.96418660488814, 39.815054096167756 ], [ -111.96427678756505, 39.814819090352422 ], [ -111.96432049372306, 39.814602490477903 ], [ -111.9643289021146, 39.814368164246218 ], [ -111.96439559383157, 39.814124343700755 ], [ -111.9644743446713, 39.813907452444958 ], [ -111.96457696232559, 39.813726402153051 ], [ -111.96469189094705, 39.813590298709173 ], [ -111.96479526334052, 39.813463301107646 ], [ -111.96496796976798, 39.813281667614952 ], [ -111.96515185294268, 39.813063901443996 ], [ -111.96524354206201, 39.812937000625588 ], [ -111.96536989763122, 39.812782781713011 ], [ -111.965554156397, 39.812592041355714 ], [ -111.96573816198888, 39.812383283086895 ], [ -111.9658984251369, 39.812147692594436 ], [ -111.96601196130624, 39.811912490931334 ], [ -111.9661018815991, 39.811659466070132 ], [ -111.96620436559309, 39.811469405548188 ], [ -111.96637681106765, 39.811269752375765 ], [ -111.96650366579819, 39.811151567501881 ], [ -111.96665299938931, 39.810970126164591 ], [ -111.96684893110748, 39.810779286470684 ], [ -111.96699876794202, 39.81063387994562 ], [ -111.96724079130453, 39.810397606110705 ], [ -111.96747188962125, 39.810215482052463 ], [ -111.96769092659542, 39.810006428535267 ], [ -111.96804925096852, 39.809733143501141 ], [ -111.96836185957476, 39.809532317834822 ], [ -111.96861593477308, 39.809322970128086 ], [ -111.96887038785397, 39.809140648303718 ], [ -111.96908929069042, 39.808922583391258 ], [ -111.96923823314948, 39.808714112370552 ], [ -111.96938641548539, 39.808451588309005 ], [ -111.96949879490302, 39.808135304020006 ], [ -111.96949575767687, 39.807919092597835 ], [ -111.96944587094148, 39.807694262753252 ], [ -111.96941997865925, 39.807514281741646 ], [ -111.96939459265998, 39.807370335959462 ], [ -111.9693820262351, 39.807307371875154 ], [ -111.96939218851014, 39.807199168556345 ], [ -111.96946100707252, 39.807108494887167 ], [ -111.96960041549652, 39.807053270777082 ], [ -111.96979835342762, 39.807006567173339 ], [ -111.97007856192734, 39.806995214890009 ], [ -111.97029998724207, 39.806957323925097 ], [ -111.97061435044438, 39.80688261564454 ], [ -111.97085913628364, 39.806844528192407 ], [ -111.97137244866205, 39.806795182591607 ], [ -111.97179256931361, 39.806764635022667 ], [ -111.97230689564347, 39.806787355736532 ], [ -111.97266950158892, 39.806820356018363 ], [ -111.97313748724073, 39.806870491114978 ], [ -111.9736867293831, 39.80688390299126 ], [ -111.97431824456396, 39.806932660888556 ], [ -111.97463451133028, 39.806993073732563 ], [ -111.97497350356836, 39.807008245425159 ], [ -111.97540619548508, 39.807040648191879 ], [ -111.97574506071851, 39.807046808830627 ], [ -111.97623679341729, 39.807123761296111 ], [ -111.9768337804305, 39.807208835448613 ], [ -111.97754821337409, 39.807337966400134 ], [ -111.97818126719575, 39.807494808633848 ], [ -111.97875630356144, 39.807679166411994 ], [ -111.9793779380813, 39.807854118136305 ], [ -111.97964838536217, 39.807977973052921 ], [ -111.9799189615171, 39.80811083610584 ], [ -111.98017811379449, 39.808261814751106 ], [ -111.98035486152756, 39.808368439804291 ], [ -111.98068550896271, 39.808617921652278 ], [ -111.98100460593791, 39.808876510058276 ], [ -111.98137081342718, 39.809161728682874 ], [ -111.98164255078341, 39.809375666566339 ], [ -111.98193662642308, 39.809517335883555 ], [ -111.98225368066319, 39.809631780342244 ], [ -111.98255879836373, 39.809728305297718 ], [ -111.9830402877739, 39.80990442396218 ], [ -111.98352075248452, 39.81000847044546 ], [ -111.98384923577767, 39.810104793919855 ], [ -111.98413061007314, 39.810174486480889 ], [ -111.98463469756331, 39.81029634767161 ], [ -111.98506857126982, 39.810409792954033 ], [ -111.98556059491034, 39.810504722961674 ], [ -111.98593555062311, 39.810582626025877 ], [ -111.9862157701742, 39.810571234629187 ], [ -111.98648430844493, 39.81055994187497 ], [ -111.98689482433242, 39.810673578898125 ], [ -111.98718840057528, 39.810779199640983 ], [ -111.98754115734688, 39.810938375056914 ], [ -111.98787042424819, 39.811088739539798 ], [ -111.98805887223196, 39.811195253110753 ], [ -111.9884121492441, 39.811390460830211 ], [ -111.98876620273874, 39.811639719953462 ], [ -111.98914181371045, 39.811762656274531 ], [ -111.98942177902271, 39.811733239583766 ], [ -111.98967708935336, 39.811613934013366 ], [ -111.98980351661869, 39.811468697904147 ], [ -111.98985882181884, 39.81125198964083 ], [ -111.98980550669283, 39.810792942023845 ], [ -111.9897523215443, 39.810342903088809 ], [ -111.98974754098514, 39.810009579289535 ], [ -111.98976495969637, 39.809594977411443 ], [ -111.98984181658784, 39.809251947276174 ], [ -111.98987156157645, 39.808882289450658 ], [ -111.98982031581389, 39.808567381692946 ], [ -111.98981463080068, 39.808170996518619 ], [ -111.98980127042113, 39.808053982358707 ], [ -111.98969226817475, 39.807784616478159 ], [ -111.98960714478842, 39.807551086246789 ], [ -111.98960339877702, 39.807289832322304 ], [ -111.98972917252749, 39.807099552501455 ], [ -111.9898892119801, 39.806854921056768 ], [ -111.989932962227, 39.806647321044821 ], [ -111.98998671285433, 39.806322507515304 ], [ -111.99009899418341, 39.8060062043606 ], [ -111.99017700893847, 39.805744252678394 ], [ -111.99030213209043, 39.805508928454579 ], [ -111.99045100275387, 39.805300430958511 ], [ -111.99053030825324, 39.805128566605816 ], [ -111.99073757844745, 39.804919570166341 ], [ -111.99101479905629, 39.804700966059954 ], [ -111.99125827127605, 39.80457274822659 ], [ -111.99164138633789, 39.804407297065239 ], [ -111.9919659696519, 39.804233335198688 ], [ -111.99235933647203, 39.803968685548149 ], [ -111.99274063158249, 39.803677108263258 ], [ -111.99313321456324, 39.803358403521059 ], [ -111.99345571466162, 39.803040297521896 ], [ -111.99372097988567, 39.802803769577444 ], [ -111.99403192464989, 39.802494770792883 ], [ -111.99433053808542, 39.802140827527396 ], [ -111.99459579687743, 39.801904297626535 ], [ -111.99478007530784, 39.801722520604933 ], [ -111.99498758215874, 39.801531534239182 ], [ -111.99517354690286, 39.801466870361217 ], [ -111.99534874096433, 39.801465367627813 ], [ -111.99558311257979, 39.801517416065458 ], [ -111.99589950181024, 39.80158677982282 ], [ -111.99633216788897, 39.801619104876153 ], [ -111.99668073567702, 39.801489973195466 ], [ -111.99691263643973, 39.801370852767342 ], [ -111.99720254379393, 39.801224203777217 ], [ -111.99762014360167, 39.801022397073083 ], [ -111.99812066962694, 39.800900964324683 ], [ -111.99848221284191, 39.800861814257694 ], [ -111.99877498212018, 39.800913353707998 ], [ -111.99899702294182, 39.800920452076305 ], [ -111.99907890980913, 39.80092875688802 ], [ -111.9994174848498, 39.800916831259094 ], [ -111.9997561902204, 39.800913913381947 ], [ -112.00011877658724, 39.800946828128268 ], [ -112.00039947620057, 39.800971437917994 ], [ -112.00051653235305, 39.800988448347972 ], [ -112.00061022954664, 39.801005660100721 ], [ -112.00081980763237, 39.800958803280025 ], [ -112.0014111494294, 39.800656375757562 ], [ -112.00159592924527, 39.800510623073613 ], [ -112.00176955179774, 39.800401005871656 ], [ -112.00207243159275, 39.800344331365785 ], [ -112.00236415471552, 39.800323791898663 ], [ -112.00279498332816, 39.8002299706787 ], [ -112.00306216892749, 39.800128552761436 ], [ -112.00327017154005, 39.799973586797918 ], [ -112.00334904630112, 39.79977468781081 ], [ -112.00329944880777, 39.799576899700547 ], [ -112.00324710237982, 39.799189928201848 ], [ -112.00321837665352, 39.798820772158258 ], [ -112.00319030579746, 39.798496659744082 ], [ -112.00319727229292, 39.798172244384986 ], [ -112.00326485906672, 39.79800047259036 ], [ -112.00335567250931, 39.797819490045995 ], [ -112.00339898420805, 39.797584859012851 ], [ -112.00339178328578, 39.797089378647591 ], [ -112.00349479779662, 39.796944329931364 ], [ -112.00363271727937, 39.796789969351572 ], [ -112.00379320781578, 39.796581354148351 ], [ -112.00413570912026, 39.796037798690342 ], [ -112.00440025558564, 39.795756203171798 ], [ -112.00466506207025, 39.795492624530176 ], [ -112.00500164226331, 39.795345551947669 ], [ -112.00539582648659, 39.795143920081316 ], [ -112.00568608314531, 39.795024276485393 ], [ -112.00608105109403, 39.794876694712983 ], [ -112.00649963681896, 39.794746926476286 ], [ -112.00675564274378, 39.794681636507953 ], [ -112.00703395387823, 39.794544073451675 ], [ -112.00723182945397, 39.794497306649717 ], [ -112.00751132192224, 39.794440821012053 ], [ -112.00767521353751, 39.794466427471093 ], [ -112.00786403997792, 39.794599935538457 ], [ -112.00799539564667, 39.794797011625512 ], [ -112.00819721747784, 39.795020504918476 ], [ -112.00838617801456, 39.795163020815487 ], [ -112.00867998274724, 39.795286605315496 ], [ -112.00884387677543, 39.795312210089385 ], [ -112.00909057382506, 39.795409173500822 ], [ -112.0093125975759, 39.795416252343351 ], [ -112.00939447898782, 39.795424549948791 ], [ -112.00976674274168, 39.795322202491164 ], [ -112.01012521817441, 39.795075816018262 ], [ -112.01046086153359, 39.7948656667309 ], [ -112.01071554527607, 39.794710280888758 ], [ -112.01102769640163, 39.794491324719601 ], [ -112.01137514443866, 39.794290079799332 ], [ -112.01167600924174, 39.794098249857662 ], [ -112.01203407536399, 39.79382483145438 ], [ -112.01233295518391, 39.793497869112493 ], [ -112.01260834380348, 39.793162101127052 ], [ -112.01283741385629, 39.792853766387886 ], [ -112.01299720663015, 39.792600095205678 ], [ -112.01315805565552, 39.792418493523712 ], [ -112.01337795475381, 39.792281425278972 ], [ -112.01359772074339, 39.792135347911596 ], [ -112.01376041865875, 39.792079867404595 ], [ -112.01407506182208, 39.792032068758814 ], [ -112.01432016624491, 39.792020916615648 ], [ -112.01460003965846, 39.791991440212847 ], [ -112.0148450114343, 39.791971278253023 ], [ -112.01512501682704, 39.791950809299109 ], [ -112.01541762724224, 39.791993298443771 ], [ -112.01562796246296, 39.792000467526606 ], [ -112.01582622222078, 39.791980712337057 ], [ -112.01613847725353, 39.791770751385329 ], [ -112.01632240658431, 39.791570923478396 ], [ -112.01647090358361, 39.79134437605785 ], [ -112.01674453921744, 39.790891485303852 ], [ -112.01691705209947, 39.790709776211095 ], [ -112.01711411358428, 39.790608940510403 ], [ -112.01743856706749, 39.790434908604489 ], [ -112.01785590881239, 39.790224021564974 ], [ -112.01819123925358, 39.789995832929819 ], [ -112.01838577273539, 39.789723829727386 ], [ -112.01857950748227, 39.789397773981655 ], [ -112.01878478495428, 39.789062606690749 ], [ -112.01896670573153, 39.788727644127277 ], [ -112.01915990325844, 39.788365552610692 ], [ -112.01931939666645, 39.788093855546386 ], [ -112.01948923624079, 39.787731968634873 ], [ -112.01964872693341, 39.787460271123678 ], [ -112.01973908485323, 39.787252250039252 ], [ -112.01985359454243, 39.787098075857791 ], [ -112.02007293115217, 39.786924960369035 ], [ -112.02032783008033, 39.78678757127166 ], [ -112.02059507059333, 39.786695122437415 ], [ -112.02081560238595, 39.786603083894818 ], [ -112.02107129771215, 39.786519745401826 ], [ -112.02140939731427, 39.78648073041132 ], [ -112.02160777264473, 39.786469974247368 ], [ -112.021887353552, 39.786422463165621 ], [ -112.02211969297164, 39.78633932804199 ], [ -112.02236397545522, 39.786274106978716 ], [ -112.02253899613925, 39.786263554984586 ], [ -112.02272649407065, 39.78630695199729 ], [ -112.02292633629089, 39.786395289252738 ], [ -112.02311356791789, 39.786420668239018 ], [ -112.02334684014156, 39.786400591546538 ], [ -112.02343998880315, 39.786381750304592 ], [ -112.02369688172683, 39.78637948432597 ], [ -112.02404732378075, 39.786385402132254 ], [ -112.02431722965576, 39.786473118660901 ], [ -112.02452888494756, 39.786570358738267 ], [ -112.02476175621626, 39.786523253126347 ], [ -112.02505100647338, 39.786340500964798 ], [ -112.02532750841368, 39.786085781750948 ], [ -112.02553274337991, 39.785750602877108 ], [ -112.02570200958395, 39.785352672455232 ], [ -112.02574403420753, 39.785036955434578 ], [ -112.02580981317384, 39.784748058020043 ], [ -112.02586337981266, 39.784423229022423 ], [ -112.02589399426185, 39.784125632522191 ], [ -112.02581938608583, 39.783819956337858 ], [ -112.02575565239142, 39.783460124710366 ], [ -112.02578586562807, 39.783135502108813 ], [ -112.02587579821095, 39.782900450319971 ], [ -112.02597927975313, 39.782791416937719 ], [ -112.02619965796667, 39.782690359658929 ], [ -112.02657209518145, 39.782605976641655 ], [ -112.02695620774914, 39.782521489108397 ], [ -112.02721268414636, 39.782492189457408 ], [ -112.02779488963327, 39.782378915854586 ], [ -112.02821496674015, 39.782357174753386 ], [ -112.02865812774637, 39.782317207758794 ], [ -112.02898439163553, 39.782269265802348 ], [ -112.02921670834348, 39.782186116697929 ], [ -112.02945908964604, 39.781994759334268 ], [ -112.02966576974431, 39.781758668865457 ], [ -112.02993096328544, 39.781531068592571 ], [ -112.03012703902991, 39.781367150424188 ], [ -112.03033505862392, 39.781221145631093 ], [ -112.03052093476748, 39.781156425998667 ], [ -112.0308004876515, 39.781108893752787 ], [ -112.03110393003959, 39.78109718807567 ], [ -112.03130242254851, 39.781095424226862 ], [ -112.03164170004493, 39.78113745792546 ], [ -112.03182905483504, 39.78117183169288 ], [ -112.03211049114462, 39.781250417807676 ], [ -112.03246265767949, 39.781373423340987 ], [ -112.0327096059483, 39.781488354332076 ], [ -112.03312123311623, 39.781682907679098 ], [ -112.03347394271042, 39.78184194477933 ], [ -112.03393281816437, 39.782072113916577 ], [ -112.03434323817518, 39.78218558477942 ], [ -112.03480076924124, 39.782325663706928 ], [ -112.03514126966959, 39.782448765075664 ], [ -112.03561061536499, 39.782597745271453 ], [ -112.03598655272171, 39.782747557501416 ], [ -112.0365150948508, 39.782950064745783 ], [ -112.03686822424392, 39.78313611729709 ], [ -112.03722013808233, 39.783241090795507 ], [ -112.03752467086596, 39.783301437507646 ], [ -112.0379922674792, 39.783333295339446 ], [ -112.03885631965194, 39.783325563290632 ], [ -112.03924191117876, 39.78334013045118 ], [ -112.03948738626968, 39.783355951542724 ], [ -112.04003631176059, 39.783360042972561 ], [ -112.04055061524279, 39.783391471866906 ], [ -112.04087836844691, 39.783442591673762 ], [ -112.04124060812381, 39.783457361644402 ], [ -112.04155546316966, 39.783427506460754 ], [ -112.04178722459172, 39.783308297758509 ], [ -112.04191349046346, 39.783163006247499 ], [ -112.04215597529532, 39.782980631452766 ], [ -112.0424447560989, 39.782770810669533 ], [ -112.04279028438826, 39.782452360819633 ], [ -112.04305516458773, 39.782206713813324 ], [ -112.04324007864348, 39.782078913417642 ], [ -112.04350713317163, 39.781977403728575 ], [ -112.04376346361636, 39.781939058964859 ], [ -112.04413396778797, 39.781728498886189 ], [ -112.04442260112131, 39.781509664639003 ], [ -112.04459338270733, 39.781219811639858 ], [ -112.04467102772986, 39.780948816600535 ], [ -112.04464304407347, 39.78064273294126 ], [ -112.04455695386245, 39.780355192047516 ], [ -112.04453128657154, 39.780202255282369 ], [ -112.04452651925617, 39.77988695270848 ], [ -112.0445601844627, 39.779796550970573 ], [ -112.0446512747473, 39.779642563191878 ], [ -112.04483604278762, 39.779505751679935 ], [ -112.04511326161571, 39.779305038194536 ], [ -112.04542536943187, 39.779094999875539 ], [ -112.04564393417554, 39.778876793758769 ], [ -112.04581606802958, 39.778677025418808 ], [ -112.04598833728686, 39.778486265472907 ], [ -112.04613438999402, 39.778106534276539 ], [ -112.04619017543622, 39.777934843781296 ], [ -112.04634912921429, 39.777636084845795 ], [ -112.04652112153718, 39.777427306841297 ], [ -112.04664695744545, 39.77725498437438 ], [ -112.04678419504894, 39.777064539173949 ], [ -112.04694573798228, 39.776936943657113 ], [ -112.04717801449172, 39.776853759032264 ], [ -112.04741097327887, 39.77681561715729 ], [ -112.04773747032218, 39.776785640217987 ], [ -112.04814569369837, 39.776754924236741 ], [ -112.04850735248429, 39.776733637420413 ], [ -112.04899730170334, 39.776702180013245 ], [ -112.0493824471511, 39.77668968803804 ], [ -112.04975660158902, 39.776722343575081 ], [ -112.04995453275284, 39.776684513449993 ], [ -112.05015040981333, 39.776511553477448 ], [ -112.05029958527507, 39.776339015857644 ], [ -112.05035727629567, 39.77629344434029 ], [ -112.05059009432362, 39.776246287493315 ], [ -112.05071865784029, 39.776254133403953 ], [ -112.05091850543756, 39.776342422513174 ], [ -112.05129567423114, 39.776573262996919 ], [ -112.05154304693963, 39.776715179705938 ], [ -112.05180154732942, 39.776820955536643 ], [ -112.05209562296709, 39.776962447750954 ], [ -112.05240110063363, 39.777085816067967 ], [ -112.05256524066904, 39.777129376770247 ], [ -112.05286920978128, 39.777153648948136 ], [ -112.05324446678972, 39.777258362178841 ], [ -112.05346629746869, 39.777256348635241 ], [ -112.05368799073571, 39.777245326044834 ], [ -112.05414236507637, 39.777178130433335 ], [ -112.05466679011106, 39.777110296429129 ], [ -112.05502899855156, 39.777125023768384 ], [ -112.05542774671207, 39.777238526225403 ], [ -112.05568570423235, 39.777308258820653 ], [ -112.0560031403468, 39.777449528564283 ], [ -112.05639200724971, 39.777680245892277 ], [ -112.05678211690562, 39.777992039389098 ], [ -112.05710066108054, 39.77820537493831 ], [ -112.05741906933636, 39.778409700969121 ], [ -112.05769063950456, 39.77860544315493 ], [ -112.05799751375513, 39.778818882560451 ], [ -112.05831675548828, 39.779077257676434 ], [ -112.05855330396017, 39.779273317186153 ], [ -112.05880208169781, 39.779505304079386 ], [ -112.0590864406238, 39.779773005152691 ], [ -112.05933522196335, 39.780004990835764 ], [ -112.0595122923433, 39.780129512371403 ], [ -112.05973606648577, 39.780253607137155 ], [ -112.05998236367705, 39.780323436562647 ], [ -112.06020669230072, 39.780483564794004 ], [ -112.06026908104317, 39.780744280774613 ], [ -112.06030880982223, 39.78105025306246 ], [ -112.06026556282053, 39.78127589473042 ], [ -112.06024691192393, 39.781582400396864 ], [ -112.06034280896917, 39.781743701668624 ], [ -112.06050890111507, 39.781913371232378 ], [ -112.06068597853961, 39.78203789084386 ], [ -112.0609446509367, 39.782152654356345 ], [ -112.06128422656784, 39.782212618255635 ], [ -112.06176322381086, 39.782226256283423 ], [ -112.06214784271923, 39.782177687208232 ], [ -112.0625088317567, 39.782111313503272 ], [ -112.06274138328058, 39.782046114993818 ], [ -112.06305525087843, 39.781953141551277 ], [ -112.06327667993938, 39.781924083294584 ], [ -112.0636269614135, 39.781920873233865 ], [ -112.06390538287383, 39.781801192806945 ], [ -112.06431057386311, 39.781572230803356 ], [ -112.06462221574259, 39.78133511581251 ], [ -112.06492217957775, 39.781098107152239 ], [ -112.06501392018936, 39.780989146922082 ], [ -112.06531249195915, 39.780662051436906 ], [ -112.06563566312742, 39.780415818017836 ], [ -112.06594771225751, 39.780205725299041 ], [ -112.06615384389691, 39.779942545739459 ], [ -112.06630090045425, 39.779634859344334 ], [ -112.06642585607572, 39.779408464599179 ], [ -112.06654983736027, 39.779119009644745 ], [ -112.06659417523277, 39.778965434503853 ], [ -112.06667312217853, 39.778784511644488 ], [ -112.06678667783507, 39.778576240998355 ], [ -112.06699377542924, 39.778376120059413 ], [ -112.06717766017745, 39.778185222081426 ], [ -112.0675345864895, 39.777857584166881 ], [ -112.06767232398018, 39.77770314935664 ], [ -112.06783396838766, 39.777584533847737 ], [ -112.06806552464593, 39.777456264821737 ], [ -112.06832098773917, 39.777363814701616 ], [ -112.06849597731554, 39.777353193764455 ], [ -112.06887000364216, 39.777376778921294 ], [ -112.06925723908417, 39.777499349642042 ], [ -112.06973857568555, 39.777666100965639 ], [ -112.07017293416177, 39.777815263794892 ], [ -112.07051221662054, 39.777857183763786 ], [ -112.0708052169782, 39.777926559390806 ], [ -112.07099258110085, 39.777960869799522 ], [ -112.07134437824931, 39.778056730988347 ], [ -112.07164863641609, 39.778098970964528 ], [ -112.07173022427111, 39.778089207640214 ], [ -112.07200973421723, 39.778041576630862 ], [ -112.07213830298043, 39.778049398730225 ], [ -112.07240767528499, 39.778100968874028 ], [ -112.07260783488098, 39.778207237292222 ], [ -112.07285679511607, 39.778448202080639 ], [ -112.07304709992292, 39.778671688989093 ], [ -112.07326075697075, 39.778894959598702 ], [ -112.07349678661153, 39.779054953842973 ], [ -112.07368457506389, 39.779116285524587 ], [ -112.073836777103, 39.779141906780787 ], [ -112.074000094605, 39.779131385537248 ], [ -112.07445488008497, 39.7790911361854 ], [ -112.07494907824646, 39.778582007429627 ], [ -112.07508792185631, 39.778499632506673 ], [ -112.07529821973357, 39.778506693904305 ], [ -112.07542664942379, 39.778505503785503 ], [ -112.07550851764523, 39.778513754920212 ], [ -112.07582361387263, 39.778501824338143 ], [ -112.07618541165412, 39.778489459809776 ], [ -112.07653567423822, 39.778486211020208 ], [ -112.07688734097053, 39.778573046702903 ], [ -112.07728669365939, 39.778722507630562 ], [ -112.07768548594733, 39.778835932956639 ], [ -112.07809440862975, 39.77885015438806 ], [ -112.07837433875632, 39.778829533716369 ], [ -112.07867818225246, 39.778844729508833 ], [ -112.07892547744824, 39.778977578378218 ], [ -112.07910426834427, 39.7792101721463 ], [ -112.07935395835327, 39.779496165322286 ], [ -112.07972153307023, 39.77985313997889 ], [ -112.08007588661529, 39.780111128119678 ], [ -112.08026621921304, 39.780334602749086 ], [ -112.08036568294169, 39.780721100388838 ], [ -112.08040493700267, 39.780991030446337 ], [ -112.08046768403975, 39.781269751589612 ], [ -112.08067982276262, 39.781393914097471 ], [ -112.08091404542888, 39.781436781863555 ], [ -112.08117133820119, 39.781461414516258 ], [ -112.08154468499487, 39.78143991576848 ], [ -112.08210399912348, 39.781362622735294 ], [ -112.08257018734616, 39.781304215514773 ], [ -112.08295492616929, 39.781264586259482 ], [ -112.08317719132415, 39.78128954134678 ], [ -112.0835172044206, 39.781376465574148 ], [ -112.0838811355282, 39.781499204792311 ], [ -112.08419737450919, 39.781559319527751 ], [ -112.08457114498091, 39.781564836625414 ], [ -112.08505098915032, 39.781632429665663 ], [ -112.08556472945382, 39.781627624856647 ], [ -112.08601895706158, 39.781551295980037 ], [ -112.0863228137702, 39.781566471562627 ], [ -112.08649851903877, 39.781600865976181 ], [ -112.08689720071624, 39.781705250639021 ], [ -112.08738858204741, 39.781763716088427 ], [ -112.08791485010443, 39.781812842546572 ], [ -112.08853381661997, 39.781816047876696 ], [ -112.0885921962938, 39.781815500236142 ], [ -112.08908230143682, 39.781792881873358 ], [ -112.08958422422721, 39.781779160324589 ], [ -112.089783567647, 39.781831347488108 ], [ -112.08984251581498, 39.781866833255236 ], [ -112.08984393708313, 39.781956918345536 ], [ -112.08979950721296, 39.782101493109039 ], [ -112.08960527848809, 39.782373612320306 ], [ -112.08943411623895, 39.782627494963407 ], [ -112.08929755490169, 39.78285402302452 ], [ -112.08923062339969, 39.783052867833092 ], [ -112.08909448668868, 39.783306421186218 ], [ -112.08892190016297, 39.78347021799965 ], [ -112.08872510840123, 39.78358018260414 ], [ -112.08857573086827, 39.78373475130649 ], [ -112.08846265913893, 39.783970067849275 ], [ -112.08831384794185, 39.78416067026351 ], [ -112.08824705434537, 39.784368523026181 ], [ -112.08816815819213, 39.784549459714071 ], [ -112.08819392371785, 39.78470238538825 ], [ -112.0883129590198, 39.784845426500631 ], [ -112.0884789846332, 39.785006046399346 ], [ -112.08860998151923, 39.785166994672316 ], [ -112.08869370493345, 39.785292346962635 ], [ -112.08864912867033, 39.785427912758585 ], [ -112.08855685212369, 39.785500857139837 ], [ -112.08837102086429, 39.785565669118242 ], [ -112.08809206043509, 39.785649373772664 ], [ -112.08774460031466, 39.78583282811492 ], [ -112.08743245194941, 39.786033970189287 ], [ -112.08729516843039, 39.786215453394412 ], [ -112.08717026991589, 39.786441869593631 ], [ -112.08716213820153, 39.786667191737443 ], [ -112.08717636741939, 39.786829235509458 ], [ -112.08721480120037, 39.787045111522126 ], [ -112.08721863009023, 39.787288341257401 ], [ -112.08716336546757, 39.78748707545698 ], [ -112.08704999945864, 39.787704373605386 ], [ -112.08692523932922, 39.787939798039261 ], [ -112.08683522588167, 39.788156877223479 ], [ -112.0867912112769, 39.788328476346877 ], [ -112.08678265296003, 39.788526772888133 ], [ -112.08690282636402, 39.788741883363834 ], [ -112.08707112712881, 39.789046641192961 ], [ -112.08715697983747, 39.789307122070277 ], [ -112.08724382599979, 39.789630662397705 ], [ -112.08733024749046, 39.789927177119161 ], [ -112.08740598534651, 39.790286860705962 ], [ -112.08725956915121, 39.790630606341146 ], [ -112.08703954143957, 39.79074979560145 ], [ -112.08671469924155, 39.790887985773225 ], [ -112.0864246047755, 39.79100783004322 ], [ -112.08616925845733, 39.791109328667595 ], [ -112.0858791620924, 39.79122917159475 ], [ -112.08544978361826, 39.791404375774597 ], [ -112.08514871496133, 39.791569368678068 ], [ -112.08502280923753, 39.791732723030499 ], [ -112.08488664057762, 39.791986271513849 ], [ -112.08479491745975, 39.792095247027234 ], [ -112.08461047988642, 39.792250138282419 ], [ -112.0842158421404, 39.792406993507925 ], [ -112.08394852675464, 39.792490579429398 ], [ -112.08365827928642, 39.792601408395626 ], [ -112.08351955951613, 39.792692802132649 ], [ -112.08345133027424, 39.792810567030116 ], [ -112.08342952944513, 39.792909878728047 ], [ -112.08331515376589, 39.793064113729422 ], [ -112.08312016285223, 39.793291179785186 ], [ -112.08290153223608, 39.793500446470873 ], [ -112.08271680415213, 39.793637317763213 ], [ -112.08253320519994, 39.793846256866935 ], [ -112.0824295154696, 39.79393732248316 ], [ -112.08225519253233, 39.793993007505968 ], [ -112.08206876775984, 39.79402177563307 ], [ -112.08170844252574, 39.79413325321498 ], [ -112.08153524733103, 39.794261005284461 ], [ -112.08137443500782, 39.794433690842908 ], [ -112.08116803785543, 39.794678879566369 ], [ -112.0809267457366, 39.794933402821343 ], [ -112.08068587484584, 39.795214951134511 ], [ -112.08018288460799, 39.795913391477328 ], [ -112.0800109503861, 39.796122217975885 ], [ -112.07988488342104, 39.796276558385934 ], [ -112.07979286499523, 39.796367513015895 ], [ -112.0795856113609, 39.796558647898003 ], [ -112.07943562230822, 39.796677171079125 ], [ -112.07931110216609, 39.796930604569098 ], [ -112.07925637089741, 39.797165369155081 ], [ -112.07913297571446, 39.797490870586635 ], [ -112.07895104522827, 39.797807906368654 ], [ -112.07861630439595, 39.798063293684912 ], [ -112.07835093012353, 39.798272986261708 ], [ -112.07807415679595, 39.79850080379336 ], [ -112.0778100449708, 39.798791571827472 ], [ -112.07756942933997, 39.799091130875119 ], [ -112.07740915836131, 39.799299845155794 ], [ -112.07717951541802, 39.799554252374534 ], [ -112.07696197142361, 39.79983557630819 ], [ -112.07675624525838, 39.800125799983071 ], [ -112.07667744224401, 39.800315737539954 ], [ -112.07672893597825, 39.800621593688234 ], [ -112.07689651964722, 39.800881323285054 ], [ -112.07709858009143, 39.801104693293347 ], [ -112.07735819466599, 39.801273469617549 ], [ -112.07769914365259, 39.801414460467178 ], [ -112.07812156781405, 39.801536673639454 ], [ -112.07860098249228, 39.801568257292971 ], [ -112.07898639979231, 39.801564673828658 ], [ -112.07946511062167, 39.801551211353477 ], [ -112.07965197952488, 39.801549472685132 ], [ -112.07979354033699, 39.801638253570246 ], [ -112.07988937066709, 39.801790528642137 ], [ -112.07998548330872, 39.801960820639771 ], [ -112.08002277657651, 39.802104630614757 ], [ -112.08003840256097, 39.802356760086049 ], [ -112.08003038781183, 39.802591089966413 ], [ -112.07991500235758, 39.802682262137722 ], [ -112.07974051446796, 39.802728935117578 ], [ -112.07957883299173, 39.802847567223914 ], [ -112.07945303486127, 39.803019924180802 ], [ -112.0793857749034, 39.803200746261091 ], [ -112.07929642309767, 39.803462862155818 ], [ -112.07923014828208, 39.803706743690739 ], [ -112.07923479642125, 39.804004024406019 ], [ -112.07914586559897, 39.804293165688769 ], [ -112.07896321384229, 39.804565158834173 ], [ -112.07877957507483, 39.804774092154084 ], [ -112.0786536307434, 39.804937439755413 ], [ -112.07856272555448, 39.805100461505127 ], [ -112.0784487415803, 39.805281717327347 ], [ -112.0782532786681, 39.805481749892017 ], [ -112.07813943398631, 39.805672013924791 ], [ -112.07802629221297, 39.805907320382858 ], [ -112.07787881285178, 39.806187994795515 ], [ -112.07778931100778, 39.806441101018699 ], [ -112.07766701857906, 39.806838668745563 ], [ -112.0776238141941, 39.807064315351411 ], [ -112.07769966311152, 39.807433013161095 ], [ -112.0777622850276, 39.807702725835064 ], [ -112.07782561090472, 39.808017480977583 ], [ -112.07784109000238, 39.808260602077738 ], [ -112.07787978950797, 39.808494497636367 ], [ -112.07782645200955, 39.808819346305128 ], [ -112.0777498935319, 39.80915342044689 ], [ -112.077625205012, 39.809397843473491 ], [ -112.07739581139629, 39.809670268129807 ], [ -112.07718809006161, 39.809834373413757 ], [ -112.07677039542779, 39.810018446826092 ], [ -112.07643291831369, 39.810102666629568 ], [ -112.07616608697812, 39.810222269436998 ], [ -112.07589939515842, 39.810350880146963 ], [ -112.07573782982554, 39.810478515581174 ], [ -112.07568040862088, 39.81054211662488 ], [ -112.07561144687097, 39.810614834438063 ], [ -112.07554290619224, 39.810714577731723 ], [ -112.07550940798654, 39.81081399615092 ], [ -112.07548885418834, 39.810994382841663 ], [ -112.0754331170474, 39.811166085843233 ], [ -112.07530687263204, 39.811311412883732 ], [ -112.07505059289858, 39.811358836873183 ], [ -112.07481655227481, 39.811333975816403 ], [ -112.07440757766925, 39.811328753989386 ], [ -112.07398874478541, 39.811440749482699 ], [ -112.07369728040226, 39.811479486369571 ], [ -112.07355850979101, 39.811570868588511 ], [ -112.07340889855953, 39.81171640978539 ], [ -112.07313107505745, 39.811881156362269 ], [ -112.07295781989599, 39.81200889605077 ], [ -112.07270293626591, 39.812146400031644 ], [ -112.07261228786125, 39.812327434259785 ], [ -112.07262704974472, 39.812525513547506 ], [ -112.07268839657739, 39.812714152321334 ], [ -112.07264657300769, 39.813029882232797 ], [ -112.07249723677164, 39.813193439309345 ], [ -112.07225514912027, 39.813402902462791 ], [ -112.07202502129954, 39.81363027421353 ], [ -112.07170381925587, 39.814011653508139 ], [ -112.07155517819514, 39.814220251967683 ], [ -112.0713378458917, 39.814519582604532 ], [ -112.07115583618095, 39.814836606323851 ], [ -112.07105587599574, 39.815170891927771 ], [ -112.07100138315442, 39.815423669486222 ], [ -112.07097221106301, 39.815802350522183 ], [ -112.07098836758135, 39.816090515073867 ], [ -112.07111189858145, 39.816521845183352 ], [ -112.07124585425161, 39.816871990656615 ], [ -112.07139219278741, 39.817267070601282 ], [ -112.07146802093736, 39.817635772141337 ], [ -112.07148445994909, 39.817941953515934 ], [ -112.07143206531194, 39.818329858772515 ], [ -112.07132986347469, 39.818520008354561 ], [ -112.07120527575044, 39.818773433128676 ], [ -112.07110447132381, 39.819053667583404 ], [ -112.07106067921778, 39.81924327763894 ], [ -112.0709805811085, 39.819352134650529 ], [ -112.07084179122324, 39.819443513756703 ], [ -112.07064458904716, 39.819535431764351 ], [ -112.07042318285207, 39.819573513972117 ], [ -112.07015672376431, 39.819720128917595 ], [ -112.06990236512389, 39.819893661054671 ], [ -112.0697760933633, 39.820038982229143 ], [ -112.06970809387431, 39.820174756189886 ], [ -112.06958531308743, 39.820545289888997 ], [ -112.06951912843471, 39.820798174354167 ], [ -112.06950079124252, 39.821122696062282 ], [ -112.06947146952915, 39.821492367988199 ], [ -112.06939597504535, 39.821898504684391 ], [ -112.06932034007448, 39.822295632808164 ], [ -112.06932536752984, 39.82261993905454 ], [ -112.06930521366365, 39.82282735006924 ], [ -112.06932080690784, 39.823079480556629 ], [ -112.06916297005033, 39.823450336773107 ], [ -112.06899051651186, 39.823632121805183 ], [ -112.0688297451853, 39.823813798951228 ], [ -112.06874032814943, 39.824075906688357 ], [ -112.06865007301725, 39.824283963318308 ], [ -112.06863117288583, 39.824572450741393 ], [ -112.06865844749304, 39.824824473651042 ], [ -112.06872188899995, 39.825148241696311 ], [ -112.06873692246982, 39.825364338168043 ], [ -112.06863791344671, 39.825761680975127 ], [ -112.06853778679428, 39.826086955658511 ], [ -112.06843877567566, 39.826484298275901 ], [ -112.06839720478501, 39.826818043292263 ], [ -112.06833254525215, 39.827170020475499 ], [ -112.06825634088963, 39.827531113700324 ], [ -112.068085130611, 39.827793973946058 ], [ -112.06785410497932, 39.827967286674649 ], [ -112.06773866146398, 39.828058447121677 ], [ -112.06764797996419, 39.828239477432675 ], [ -112.0676393642262, 39.828437772017715 ], [ -112.06759499935711, 39.828591346659337 ], [ -112.06741042681956, 39.828746211424793 ], [ -112.06709691145038, 39.828875232674264 ], [ -112.06667977159246, 39.829104313569175 ], [ -112.06634344229589, 39.829269581694923 ], [ -112.0659730338776, 39.829498230492341 ], [ -112.06561430712323, 39.829726770805124 ], [ -112.065453234581, 39.829890426376927 ], [ -112.06540886396196, 39.830044000221456 ], [ -112.06544600425798, 39.830178805892494 ], [ -112.06552988162335, 39.830313182280442 ], [ -112.0656015182484, 39.830411631905974 ], [ -112.06563851992343, 39.830537428994212 ], [ -112.06572281577863, 39.830698830737823 ], [ -112.06593633581824, 39.83090409402925 ], [ -112.0661142469469, 39.831073645036405 ], [ -112.06638800232678, 39.831395481062998 ], [ -112.06659039943888, 39.831636884482364 ], [ -112.06674633874249, 39.831896734308245 ], [ -112.06683063890577, 39.832058135153076 ], [ -112.06695096884282, 39.832282273023729 ], [ -112.06716435807773, 39.832478525388098 ], [ -112.06737746963525, 39.832656760343916 ], [ -112.06752075333648, 39.832853657051274 ], [ -112.06773414597454, 39.833049908303401 ], [ -112.06807635080109, 39.833262992798325 ], [ -112.06842954454292, 39.833430926168674 ], [ -112.06880569062074, 39.833571617652815 ], [ -112.06900544900778, 39.8336418552528 ], [ -112.06912341425449, 39.83371284635011 ], [ -112.06925348364214, 39.833810755090525 ], [ -112.06933751265342, 39.833954136973922 ], [ -112.06941125437177, 39.834187711390904 ], [ -112.06950752801859, 39.83436701936369 ], [ -112.06969756114326, 39.834563482271477 ], [ -112.06982819207569, 39.834697424267048 ], [ -112.06997344425511, 39.835020436525951 ], [ -112.07000114815969, 39.835299484007052 ], [ -112.06990115491278, 39.835633767923454 ], [ -112.06982592891566, 39.836057921064402 ], [ -112.06974972361385, 39.836419014751733 ], [ -112.06976462377061, 39.836626102117499 ], [ -112.06988539087216, 39.836877261985997 ], [ -112.07000490055323, 39.837047345367885 ], [ -112.07009005380911, 39.83726279440755 ], [ -112.07017744501461, 39.837622379063021 ], [ -112.07027470460008, 39.837864745565625 ], [ -112.07038267134689, 39.838043944787231 ], [ -112.07060707447755, 39.838195040039118 ], [ -112.07079516257623, 39.83826538214651 ], [ -112.07120527683678, 39.838333673895534 ], [ -112.0714740448598, 39.838331191690784 ], [ -112.07172098220036, 39.838428018011157 ], [ -112.07179235616505, 39.838508446498345 ], [ -112.07185414562412, 39.838724110025503 ], [ -112.07191523512545, 39.838894731138815 ], [ -112.07205784457034, 39.839046579322272 ], [ -112.07275010348003, 39.839220374932644 ], [ -112.07302027700082, 39.839307973801148 ], [ -112.07329059145047, 39.839404580498659 ], [ -112.07376012574916, 39.839535381732162 ], [ -112.07425345449791, 39.839692990000323 ], [ -112.07442902208382, 39.839709383520464 ], [ -112.07456953237745, 39.839726101530218 ], [ -112.07490842026276, 39.839722961773759 ], [ -112.07521182921626, 39.839693120590418 ], [ -112.07523730842755, 39.839828030894871 ], [ -112.07521506087785, 39.839900315227162 ], [ -112.0750884837654, 39.840027625106018 ], [ -112.07517646681067, 39.840423239278152 ], [ -112.07519292998559, 39.840729418649389 ], [ -112.07516307081845, 39.841063056644145 ], [ -112.075156162018, 39.841369452611467 ], [ -112.07511293030333, 39.841595097358393 ], [ -112.07510433524276, 39.841793391783604 ], [ -112.07507250830082, 39.842000911276244 ], [ -112.0749836550265, 39.84229905685109 ], [ -112.07496491866276, 39.842596552594181 ], [ -112.07500320884502, 39.842803422246021 ], [ -112.07504192077273, 39.843037317248751 ], [ -112.07497531498366, 39.84326317850892 ], [ -112.07489674137918, 39.843471131105126 ], [ -112.0748668798871, 39.843804768903297 ], [ -112.07487165630094, 39.844111056441456 ], [ -112.07491036861744, 39.844344951432277 ], [ -112.07503018495724, 39.844533045993828 ], [ -112.07520913778716, 39.84476564107559 ], [ -112.07527108448635, 39.844990310789854 ], [ -112.07521700763323, 39.84527011451847 ], [ -112.07502240803952, 39.845533201100608 ], [ -112.07481541773312, 39.845751353382113 ], [ -112.07437946373798, 39.84627795790788 ], [ -112.07417274999533, 39.846514125981599 ], [ -112.07401390585761, 39.846821928506458 ], [ -112.07394771444015, 39.847074814489559 ], [ -112.07398642551856, 39.847308709690651 ], [ -112.07408301087176, 39.847506029970667 ], [ -112.07432096595039, 39.847774118945068 ], [ -112.07458328055333, 39.848105050016066 ], [ -112.07490361249693, 39.84840841358816 ], [ -112.07515143417211, 39.848559282589122 ], [ -112.07518776095452, 39.848640033636762 ], [ -112.07528196214405, 39.84868420917978 ], [ -112.07533292838602, 39.848954029243274 ], [ -112.07526617771106, 39.849170882059525 ], [ -112.07522378537512, 39.849450577293688 ], [ -112.07514548698339, 39.849676546818458 ], [ -112.07517223516021, 39.849892532883509 ], [ -112.07555453104642, 39.850420563869342 ], [ -112.07562746892771, 39.850600082497472 ], [ -112.075736173328, 39.850824318115329 ], [ -112.07586867580565, 39.851075362131276 ], [ -112.07598963218052, 39.851335522834546 ], [ -112.07621774941596, 39.851720825623801 ], [ -112.07644460267905, 39.852025051947628 ], [ -112.07678087247392, 39.852598554466482 ], [ -112.07681664026791, 39.852643271143627 ], [ -112.07693661750372, 39.8528403716453 ], [ -112.07727725971087, 39.852945325349914 ], [ -112.07755678604596, 39.852879660695521 ], [ -112.07789446997208, 39.852795435445955 ], [ -112.07829172073068, 39.852782733430878 ], [ -112.07878219312073, 39.852751143598105 ], [ -112.07912184999277, 39.85279303283783 ], [ -112.07937969129728, 39.85283568245724 ], [ -112.07957951633385, 39.852905900724288 ], [ -112.07993128598204, 39.852974704075443 ], [ -112.0803082684714, 39.853160398181537 ], [ -112.08037882049166, 39.853186770286676 ], [ -112.08056808966582, 39.853329163091033 ], [ -112.08061879783773, 39.853580963445154 ], [ -112.08056346531447, 39.853779693235168 ], [ -112.08041448575439, 39.853970285579756 ], [ -112.08033619966366, 39.85419625827587 ], [ -112.08021101880109, 39.854413657909227 ], [ -112.08010963741606, 39.854657865002828 ], [ -112.07998600829501, 39.854974357067832 ], [ -112.07990997889243, 39.855344464261499 ], [ -112.07990337360415, 39.85566887635229 ], [ -112.079862832269, 39.856065682278718 ], [ -112.07971610479517, 39.856400408515647 ], [ -112.07954571630232, 39.85671733530291 ], [ -112.07947925427111, 39.856952207027163 ], [ -112.07946869476993, 39.857024383195032 ], [ -112.07951124211934, 39.857501503235632 ], [ -112.07962152337527, 39.857824827270676 ], [ -112.07985854785767, 39.858029844703921 ], [ -112.08000192126745, 39.858226723959802 ], [ -112.08016952087092, 39.858477435822401 ], [ -112.08034796306445, 39.858673988034099 ], [ -112.08044500704413, 39.858898327429372 ], [ -112.08052234729904, 39.859357103343335 ], [ -112.08057309962847, 39.860356710759596 ], [ -112.0806477574733, 39.860644326579902 ], [ -112.08072255730028, 39.860940950742929 ], [ -112.08078524435815, 39.861210658522111 ], [ -112.08083299143614, 39.861273281699489 ], [ -112.08096468511162, 39.861470268458604 ], [ -112.08116623367562, 39.861648584464398 ], [ -112.08130990138091, 39.8618634786515 ], [ -112.08137131884259, 39.862052110343534 ], [ -112.08148090936366, 39.862330390101285 ], [ -112.08153148678673, 39.862573181129363 ], [ -112.08151305807453, 39.862888693415975 ], [ -112.08142434931801, 39.863195851262198 ], [ -112.08138197469015, 39.863475547861334 ], [ -112.08135312816482, 39.863872244738211 ], [ -112.08135779538316, 39.864169522153396 ], [ -112.08132696850259, 39.864440101301355 ], [ -112.08128544137872, 39.86477384825497 ], [ -112.08122010949441, 39.865080787922153 ], [ -112.0810344823941, 39.865172615470073 ], [ -112.08087138674711, 39.865210174406172 ], [ -112.08081392586882, 39.865273777948659 ], [ -112.08052252134276, 39.865330551449382 ], [ -112.08011506276542, 39.865442463399027 ], [ -112.07969718368072, 39.865635558439337 ], [ -112.07953521578075, 39.865745182790683 ], [ -112.07929339232771, 39.865981686179907 ], [ -112.07923536469204, 39.866009255321565 ], [ -112.07908466199299, 39.866091745048365 ], [ -112.07880381389106, 39.866076338238727 ], [ -112.07846338618953, 39.865989406976432 ], [ -112.07791239443723, 39.865895422108672 ], [ -112.07738591190233, 39.865873284742342 ], [ -112.07695379653492, 39.865904327125108 ], [ -112.07655815955701, 39.866025126556664 ], [ -112.07622125402963, 39.866163399125391 ], [ -112.07614082975147, 39.866254242615966 ], [ -112.07603603943718, 39.866282244039581 ], [ -112.07591110525175, 39.866517655897702 ], [ -112.075880678281, 39.866815259045168 ], [ -112.0758368719527, 39.867004869595583 ], [ -112.07571109157402, 39.867186230727064 ], [ -112.07531825816615, 39.867487194403687 ], [ -112.07509881070672, 39.867660413538097 ], [ -112.07477583420874, 39.867942708361895 ], [ -112.07454567725586, 39.868179093748267 ], [ -112.07423480830143, 39.868488304050906 ], [ -112.07394661558635, 39.868752254932247 ], [ -112.07368138083561, 39.868988963399431 ], [ -112.07363517959097, 39.869025429982912 ], [ -112.07334613988473, 39.869235328878034 ], [ -112.07303455895909, 39.869499493931869 ], [ -112.07264099907985, 39.869755406638355 ], [ -112.0723732308457, 39.869829960559144 ], [ -112.07229097368767, 39.86980369193364 ], [ -112.07215012185232, 39.869768955208897 ], [ -112.07190236946937, 39.869627089692464 ], [ -112.07163207752274, 39.869539490234807 ], [ -112.07124697984517, 39.869588096434491 ], [ -112.07083962050929, 39.869708984678361 ], [ -112.07057311085649, 39.869864610328499 ], [ -112.07036589485855, 39.870073746497525 ], [ -112.07021895263188, 39.870399452503932 ], [ -112.07008328014103, 39.870698025168934 ], [ -112.06975235629288, 39.871223641781611 ], [ -112.06961486110013, 39.871405104321738 ], [ -112.06925677085985, 39.871687707589999 ], [ -112.06902532376736, 39.871843006413513 ], [ -112.06864286755302, 39.872062764335922 ], [ -112.06841141780659, 39.872218061959387 ], [ -112.06816995263705, 39.872481567998669 ], [ -112.06795298623506, 39.872816925695204 ], [ -112.0677133332338, 39.873197540428578 ], [ -112.06746100843189, 39.873515203258492 ], [ -112.06717262913774, 39.873770129270433 ], [ -112.06698905364773, 39.873997061259821 ], [ -112.06696985836059, 39.8742675293825 ], [ -112.06706785942002, 39.874554938691539 ], [ -112.06720219335158, 39.874923101021622 ], [ -112.06704367400003, 39.875257919089542 ], [ -112.06684840233648, 39.875484958428515 ], [ -112.06667525712633, 39.875630706492458 ], [ -112.06637629048154, 39.875957805578508 ], [ -112.06620258505373, 39.876067519224847 ], [ -112.06599310564097, 39.876132512859947 ], [ -112.06551429129726, 39.876172951779083 ], [ -112.06512984869333, 39.876266580332967 ], [ -112.06486093209593, 39.876269049781712 ], [ -112.06375366902016, 39.876504454053745 ], [ -112.06340443746041, 39.876606763643728 ], [ -112.0632787461835, 39.876797120099283 ], [ -112.06323893395637, 39.877247970857631 ], [ -112.0628729892577, 39.877782898374079 ], [ -112.06288676780264, 39.877917917808503 ], [ -112.06267964351147, 39.878136049024363 ], [ -112.06260002181081, 39.87828093399753 ], [ -112.06220790186299, 39.878635904927208 ], [ -112.06197669348296, 39.878809206897841 ], [ -112.061721682129, 39.878955697183549 ], [ -112.06154823949808, 39.879083420881969 ], [ -112.06124756704482, 39.879302405773693 ], [ -112.06104809934057, 39.879259182327047 ], [ -112.0607800035887, 39.879315693125037 ], [ -112.06058095248871, 39.879299494202719 ], [ -112.0600783111791, 39.879313099508252 ], [ -112.05981257208829, 39.879522751657888 ], [ -112.05958232526598, 39.879759108068157 ], [ -112.05943350970452, 39.879967691017988 ], [ -112.05913074754847, 39.880051543829637 ], [ -112.05914756865245, 39.880384749571711 ], [ -112.05936233579172, 39.880662089028426 ], [ -112.05949414555776, 39.880868108286414 ], [ -112.05968705537701, 39.881244753607824 ], [ -112.05963843693688, 39.881884887273671 ], [ -112.0596437067655, 39.882227208083833 ], [ -112.0597405798834, 39.882442555917336 ], [ -112.05982659273187, 39.882712061160142 ], [ -112.05993751860176, 39.883080445415835 ], [ -112.06008297051594, 39.883412475111975 ], [ -112.06015854149197, 39.883763162863914 ], [ -112.06017495259471, 39.884069342856421 ], [ -112.06038820898391, 39.884247587227449 ], [ -112.06018258445923, 39.884564806906958 ], [ -112.05990638082883, 39.884855642179978 ], [ -112.05972497166289, 39.885226697939714 ], [ -112.0594403979598, 39.885733841476025 ], [ -112.05938900162242, 39.886193805891388 ], [ -112.05932202836944, 39.886401640859191 ], [ -112.05937088343195, 39.886536340122646 ], [ -112.05948139744156, 39.886877699219966 ], [ -112.05955613739332, 39.887174336540042 ], [ -112.05909420399966, 39.887556963623474 ], [ -112.05855165434053, 39.88802141206925 ], [ -112.05820872867751, 39.888538094752853 ], [ -112.05774470171055, 39.888785590038601 ], [ -112.05736031630384, 39.888888202134808 ], [ -112.0570107356393, 39.888972476325158 ], [ -112.05674522706917, 39.889200138591235 ], [ -112.05672529689774, 39.889425562706357 ], [ -112.05670771827744, 39.889804130273511 ], [ -112.05667747676725, 39.890119745307707 ], [ -112.05645915544635, 39.890374006012706 ], [ -112.05599607750963, 39.890684553541341 ], [ -112.05554220258352, 39.890832840883412 ], [ -112.05541452987229, 39.890897070810553 ], [ -112.05483394525773, 39.891172644297825 ], [ -112.05449797712387, 39.891382922890266 ], [ -112.05417963612322, 39.891980457272311 ], [ -112.05380336736215, 39.892614555953202 ], [ -112.05357498796442, 39.892977018950958 ], [ -112.0535113012979, 39.893401053261215 ], [ -112.05352423769087, 39.893482022994974 ], [ -112.05376117281251, 39.893678083494947 ], [ -112.05431415192611, 39.893889289902475 ], [ -112.05536933246852, 39.894050875767078 ], [ -112.05577921328364, 39.894083183517758 ], [ -112.05631787875704, 39.894123326467238 ], [ -112.05693951756648, 39.894234788222633 ], [ -112.05715224413692, 39.8943770042114 ], [ -112.05776551524487, 39.894704770399429 ], [ -112.05802627258035, 39.894927633850273 ], [ -112.05830080539882, 39.895285516337339 ], [ -112.05852828253036, 39.895625808308864 ], [ -112.05889319504305, 39.895775641433467 ], [ -112.05898745125538, 39.895819829147257 ], [ -112.05916412996999, 39.895899302740595 ], [ -112.05950034067301, 39.896463841745685 ], [ -112.05958429016583, 39.896598220009942 ], [ -112.05970485292306, 39.896831370185588 ], [ -112.05992161815873, 39.897234824983322 ], [ -112.06015816791692, 39.897403846626347 ], [ -112.06033651821376, 39.897591419337999 ], [ -112.06044275123709, 39.897653515696426 ], [ -112.06092741415941, 39.897982440839286 ], [ -112.06112999330978, 39.898223848729387 ], [ -112.06132060012129, 39.898447346459854 ], [ -112.06149840029975, 39.898598883628388 ], [ -112.06165447785195, 39.898858735597848 ], [ -112.06175402356227, 39.899245240533723 ], [ -112.06176639844193, 39.900046988915754 ], [ -112.06203303065838, 39.900648195812934 ], [ -112.06236525402412, 39.900951481690235 ], [ -112.0625547593191, 39.90110290990112 ], [ -112.06264136476695, 39.901408445363487 ], [ -112.06256255208653, 39.901607380513433 ], [ -112.06246048535778, 39.901815538351727 ], [ -112.06233961654134, 39.902321187720325 ], [ -112.0624732870524, 39.902644311399811 ], [ -112.06238597625115, 39.903050546824147 ], [ -112.06234280746506, 39.903285193911259 ], [ -112.06219325544241, 39.903448738121199 ], [ -112.06220968223276, 39.903754916620251 ], [ -112.06221482981496, 39.904088227450046 ], [ -112.06226300818457, 39.90417788284887 ], [ -112.06231202151412, 39.904321588624263 ], [ -112.06246728061966, 39.904527388640062 ], [ -112.06255152439681, 39.904679781163622 ], [ -112.0629653698236, 39.904964297710833 ], [ -112.06315196336854, 39.90492654835154 ], [ -112.06375268526355, 39.90519132915157 ], [ -112.06414133271318, 39.905358946868944 ], [ -112.06453053977923, 39.905562596819806 ], [ -112.06468552942846, 39.905750376915634 ], [ -112.06512208664751, 39.90598962875724 ], [ -112.06551074188778, 39.906157241758109 ], [ -112.06598169780139, 39.906351125877947 ], [ -112.06606483450541, 39.906431448584108 ], [ -112.06633568468104, 39.906546083800997 ], [ -112.06631717896875, 39.906861592394471 ], [ -112.06650964314338, 39.907202189712926 ], [ -112.06673468604971, 39.907380312957784 ], [ -112.06698270549479, 39.907531195328986 ], [ -112.06765322935124, 39.907768284320063 ], [ -112.06787687820089, 39.90785632148441 ], [ -112.06835898993259, 39.908014054412838 ], [ -112.06885420142136, 39.908261761222725 ], [ -112.06917199330357, 39.908384966673779 ], [ -112.06961026408015, 39.908732301548199 ], [ -112.07007235498897, 39.909106443893471 ], [ -112.07024032724668, 39.90937518351236 ], [ -112.07030035772146, 39.909473735701063 ], [ -112.0703771340156, 39.909896481112646 ], [ -112.0703910753333, 39.910040507005412 ], [ -112.07060401904303, 39.910191705284412 ], [ -112.07074733801164, 39.910379584779896 ], [ -112.07094774392706, 39.910476840226679 ], [ -112.07100861825842, 39.910629442192018 ], [ -112.071267935593, 39.910753181890719 ], [ -112.07166931320941, 39.910983724016603 ], [ -112.07191721599084, 39.911125587062472 ], [ -112.07221275439819, 39.91132106703791 ], [ -112.07232973395445, 39.911319985245392 ], [ -112.07273944343021, 39.911334214759172 ], [ -112.07292647015684, 39.911323474626151 ], [ -112.07307854354852, 39.911322067336833 ], [ -112.07348698739774, 39.911255218996473 ], [ -112.07392982072992, 39.911143002417845 ], [ -112.07448046745553, 39.911191958965802 ], [ -112.0753595022577, 39.91129192572005 ], [ -112.0756753465853, 39.911288996040582 ], [ -112.07596709018623, 39.911241240862964 ], [ -112.07604812984692, 39.911186430878274 ], [ -112.07614199516024, 39.91120357905794 ], [ -112.07644487186592, 39.911119680724362 ], [ -112.07659764985013, 39.911163310563211 ], [ -112.0771016477895, 39.911221697432985 ], [ -112.07750107099437, 39.911326102229111 ], [ -112.07774729242824, 39.911359852499615 ], [ -112.07839237446451, 39.911461970567352 ], [ -112.07895642067065, 39.911618897063349 ], [ -112.07940490349112, 39.91186699321176 ], [ -112.07960659867888, 39.9120453084806 ], [ -112.07985565314023, 39.912259220946808 ], [ -112.08021069986513, 39.912517193725272 ], [ -112.08062324905228, 39.91271156192893 ], [ -112.08080027907296, 39.912809018077319 ], [ -112.08109613285599, 39.913022491581096 ], [ -112.08125019287662, 39.913147190154 ], [ -112.08139708907996, 39.913560264159017 ], [ -112.08133199962704, 39.91388521861731 ], [ -112.08134780670986, 39.914146351049013 ], [ -112.08143635510559, 39.91456897872159 ], [ -112.08159240328742, 39.914819793329983 ], [ -112.08166599581274, 39.915035338375326 ], [ -112.08169194407186, 39.915197269968964 ], [ -112.08157807605063, 39.915396544464905 ], [ -112.08133637237434, 39.915651069015667 ], [ -112.08105942916048, 39.915896911982557 ], [ -112.08090074609443, 39.916222738697549 ], [ -112.08070569063595, 39.916467817388579 ], [ -112.08057394216878, 39.917018633734223 ], [ -112.08073155077069, 39.917368540945589 ], [ -112.08086222211317, 39.917493457911498 ], [ -112.08116951223064, 39.917688805077525 ], [ -112.0814050510867, 39.917785714566214 ], [ -112.0818166431775, 39.917917019629826 ], [ -112.08225163493722, 39.918048104808115 ], [ -112.08253326353871, 39.918099533551505 ], [ -112.08269747613849, 39.918125029173972 ], [ -112.08287352983302, 39.918159423616139 ], [ -112.08295599102793, 39.918194692007191 ], [ -112.08319082435358, 39.918246556218378 ], [ -112.08334447414136, 39.918344226741539 ], [ -112.08342835554519, 39.918469577946311 ], [ -112.08345402546696, 39.91861349234761 ], [ -112.08351479303587, 39.918757078752755 ], [ -112.0833678146213, 39.919082799287096 ], [ -112.08325366140024, 39.919264058689031 ], [ -112.08310440969667, 39.919445645857657 ], [ -112.08282759982238, 39.919700501324961 ], [ -112.082747690932, 39.919827382555155 ], [ -112.08274896797208, 39.919908457393532 ], [ -112.08272883271894, 39.920115867152283 ], [ -112.08272039680551, 39.920323167648789 ], [ -112.08275762360235, 39.920457964600509 ], [ -112.08280853671447, 39.920718768668443 ], [ -112.08285902449461, 39.920952547757295 ], [ -112.08290880303105, 39.921141285245888 ], [ -112.08290249642246, 39.921483710401382 ], [ -112.08298822612639, 39.921726169872734 ], [ -112.08303800562464, 39.921914907268793 ], [ -112.08322804042039, 39.922093324701166 ], [ -112.08345345952988, 39.922289430431732 ], [ -112.08364307037544, 39.922440822217396 ], [ -112.08393854876761, 39.922627262521047 ], [ -112.08429039643194, 39.922678030374968 ], [ -112.08463068689804, 39.922737914911366 ], [ -112.08492474727018, 39.922834269593444 ], [ -112.08513875817101, 39.923048498013671 ], [ -112.0851792625547, 39.923390485007495 ], [ -112.08531663926117, 39.923938786751016 ], [ -112.08532005328871, 39.924154985979804 ], [ -112.08523000858406, 39.924381069667234 ], [ -112.08513982107162, 39.92459814498315 ], [ -112.08503892833009, 39.924878387832301 ], [ -112.08505532184658, 39.925175552249129 ], [ -112.08524764699156, 39.925498098872943 ], [ -112.08550676137489, 39.925603788718561 ], [ -112.08584592873873, 39.925591603068881 ], [ -112.08600959102736, 39.925581060523029 ], [ -112.08624288570101, 39.925533826857524 ], [ -112.08642880918229, 39.925450998111643 ], [ -112.08681377959779, 39.925375313010029 ], [ -112.08712940244568, 39.925354334682794 ], [ -112.08743289719577, 39.925306440361233 ], [ -112.08785496266766, 39.925356538690018 ], [ -112.08811422301484, 39.925471230954408 ], [ -112.08841272246143, 39.925846833503094 ], [ -112.08848749028328, 39.926134439677099 ], [ -112.08880911022254, 39.926491804820458 ], [ -112.08924474048489, 39.926658895803186 ], [ -112.08971647431021, 39.926888713183899 ], [ -112.09037656389073, 39.927188834330778 ], [ -112.09098671039789, 39.927291209914465 ], [ -112.09138639061607, 39.92740457332367 ], [ -112.09210370718712, 39.927623059221339 ], [ -112.09243461910214, 39.927827162987349 ], [ -112.09259016539042, 39.928041928186758 ], [ -112.0926543983368, 39.928401707745728 ], [ -112.0925903523874, 39.928789725081252 ], [ -112.0925975138786, 39.929240138664468 ], [ -112.09268615281627, 39.929662755465429 ], [ -112.09301994218988, 39.930047022720515 ], [ -112.09327922877121, 39.930161702987213 ], [ -112.09339580955432, 39.930133574711235 ], [ -112.09387411956823, 39.930038966578422 ], [ -112.09439851502586, 39.9298988733578 ], [ -112.09501493728327, 39.929658802805392 ], [ -112.0956444924412, 39.929508701063902 ], [ -112.09631898015137, 39.929241045980099 ], [ -112.09708534363277, 39.928864402185404 ], [ -112.0978979260658, 39.928451277182525 ], [ -112.09854884895941, 39.928174822684291 ], [ -112.09886376009719, 39.928108771020895 ], [ -112.09924092060366, 39.928276378412221 ], [ -112.09943983311486, 39.928274492282959 ], [ -112.09953358313167, 39.928282612826564 ], [ -112.099615488285, 39.928281836019593 ], [ -112.09998919082588, 39.928233242912675 ], [ -112.10014115604619, 39.928222791378772 ], [ -112.10070206927361, 39.928172419362106 ], [ -112.1014889047363, 39.928345138873929 ], [ -112.10236891663982, 39.928489938255268 ], [ -112.103120078895, 39.928626947374532 ], [ -112.10359042479038, 39.928766625013303 ], [ -112.10372275080785, 39.928990605731855 ], [ -112.10388209722703, 39.92943956939073 ], [ -112.10394798257489, 39.929898432381222 ], [ -112.10414156740912, 39.930293011894967 ], [ -112.10425107512863, 39.930553247699258 ], [ -112.10430193318197, 39.93080503243516 ], [ -112.10417785280968, 39.931094521848827 ], [ -112.10402054929509, 39.931501452452828 ], [ -112.10352260308252, 39.931830539229502 ], [ -112.10308561756294, 39.932312207246028 ], [ -112.10293957258675, 39.932692000384264 ], [ -112.10299187374032, 39.933033867988783 ], [ -112.10317159119046, 39.933293436697447 ], [ -112.1033992738453, 39.933624625480604 ], [ -112.10325236007492, 39.933950369553322 ], [ -112.10280365772439, 39.934432147900303 ], [ -112.10254968826234, 39.934650794080014 ], [ -112.10249435946378, 39.934849531624288 ], [ -112.10291100994748, 39.935287039348381 ], [ -112.10323679838612, 39.935896592728433 ], [ -112.1033922522769, 39.936102334202907 ], [ -112.10368856631446, 39.936333763342184 ], [ -112.10427931796534, 39.936679512323323 ], [ -112.10468240569313, 39.93700001780465 ], [ -112.10522577929477, 39.937310174917393 ], [ -112.10569836399772, 39.937584966218289 ], [ -112.10583535483389, 39.938097206836026 ], [ -112.10611350268449, 39.93865314851098 ], [ -112.10625282007943, 39.939309519904711 ], [ -112.10598414122678, 39.940068889710403 ], [ -112.10566777519303, 39.940774656068747 ], [ -112.1055347354542, 39.941235414284414 ], [ -112.10505031418248, 39.941681503117437 ], [ -112.10459824332608, 39.941956099362102 ], [ -112.10427273044394, 39.942094344445621 ], [ -112.10379565506197, 39.942270070194233 ], [ -112.10338807243747, 39.942400084598155 ], [ -112.10321310430798, 39.942437788186503 ], [ -112.10313248449788, 39.942519641732595 ], [ -112.10305432389886, 39.942754634943498 ], [ -112.10313769303171, 39.942843937599811 ], [ -112.10322120707677, 39.942942248409729 ], [ -112.10344776522064, 39.943201370380002 ], [ -112.10351149195324, 39.943525109165257 ], [ -112.10371623883118, 39.943883543720325 ], [ -112.10372043701067, 39.944144781946257 ], [ -112.10364256622441, 39.944397791915222 ], [ -112.1034611001209, 39.944759903068636 ], [ -112.10370023749002, 39.945072962248219 ], [ -112.10377494708773, 39.945351548254742 ], [ -112.10367410219776, 39.945631805715657 ], [ -112.10359811154427, 39.946001922371536 ], [ -112.10360578387488, 39.946479357584799 ], [ -112.10341506902125, 39.946994719621713 ], [ -112.10296556128388, 39.947431457618528 ], [ -112.10279680062729, 39.947856513822295 ], [ -112.10252241149729, 39.948264555246077 ], [ -112.10213935598526, 39.948466408705954 ], [ -112.10152149168896, 39.948625444405849 ], [ -112.10100795143433, 39.94872041890757 ], [ -112.10054295910662, 39.948923045293796 ], [ -112.10024211265392, 39.949142131168635 ], [ -112.10000079603789, 39.949423718499716 ], [ -112.09936224945471, 39.94975412112241 ], [ -112.09914318241827, 39.949963418961346 ], [ -112.09870389123746, 39.950309947669091 ], [ -112.09820578470875, 39.950639012752376 ], [ -112.0976608549602, 39.950968519075985 ], [ -112.09725651990649, 39.951305701703717 ], [ -112.09707500247259, 39.951667803138491 ], [ -112.09670068877902, 39.952419140572857 ], [ -112.09652376930714, 39.953069504270744 ], [ -112.0962488909299, 39.953450506602557 ], [ -112.09578227090053, 39.953554023896487 ], [ -112.09519687431012, 39.95355054657044 ], [ -112.09460077797534, 39.953610234407208 ], [ -112.09427418457766, 39.953685394564204 ], [ -112.09411261025814, 39.953831073043006 ], [ -112.09399670747335, 39.953904243609543 ], [ -112.09405810405597, 39.954083855821331 ], [ -112.09413450804092, 39.954470546742108 ], [ -112.09438864614511, 39.954990703453213 ], [ -112.09470074058622, 39.955474273913332 ], [ -112.09495488684199, 39.955994429186092 ], [ -112.09530110056228, 39.956414608566298 ], [ -112.09577536138788, 39.956788528604307 ], [ -112.09631655260227, 39.956954593383777 ], [ -112.09692582123768, 39.956984867765414 ], [ -112.09707756262922, 39.956956403000881 ], [ -112.09714765244644, 39.956946730048635 ], [ -112.09733436653337, 39.956908924351445 ], [ -112.09799016942971, 39.956920733455249 ], [ -112.09826256924801, 39.957116363585968 ], [ -112.09856965520306, 39.957284635612737 ], [ -112.0990283399907, 39.957415431273247 ], [ -112.09974599549709, 39.95763386418561 ], [ -112.09986363017202, 39.957668786376196 ], [ -112.10032188672248, 39.957772552228533 ], [ -112.10085312400383, 39.958046805086049 ], [ -112.10134968154057, 39.958348413703881 ], [ -112.10174984916628, 39.958479754492096 ], [ -112.1021393248318, 39.958674262553217 ], [ -112.10242373860416, 39.958887787680347 ], [ -112.10269934234462, 39.959281587319353 ], [ -112.10279733206576, 39.959550942213539 ], [ -112.10293376996145, 39.960027151278908 ], [ -112.10298493701983, 39.96029695148426 ], [ -112.10290950719894, 39.960703099802764 ], [ -112.10283552390666, 39.961199329962866 ], [ -112.1028197822349, 39.961676986799404 ], [ -112.10291705230476, 39.96190130048322 ], [ -112.10298989671294, 39.962062779539643 ], [ -112.10320553619538, 39.96236705262973 ], [ -112.10350471683371, 39.962769635217605 ], [ -112.10360170106624, 39.962975931862481 ], [ -112.103540296481, 39.963526099894359 ], [ -112.10354666956853, 39.963922460012434 ], [ -112.10367170488347, 39.964416795488866 ], [ -112.1038548422148, 39.964883548790183 ], [ -112.10402555049629, 39.965305372336161 ], [ -112.10422920808237, 39.965591738300382 ], [ -112.1045846250187, 39.965849629094642 ], [ -112.10495088154603, 39.966053358090313 ], [ -112.10534186043338, 39.96633793618583 ], [ -112.10551098534729, 39.966660667351022 ], [ -112.1056215753439, 39.966983956604388 ], [ -112.10579142900814, 39.967351728146625 ], [ -112.10605334686568, 39.96761951581302 ], [ -112.10644375833334, 39.9678680572529 ], [ -112.10696295507255, 39.968115367490157 ], [ -112.10708133799183, 39.968195322832685 ], [ -112.10728399955524, 39.96841862583539 ], [ -112.10757065108308, 39.968767259682522 ], [ -112.10785803273318, 39.969160933574962 ], [ -112.10816723291371, 39.969455293039928 ], [ -112.10846254519998, 39.96961464119137 ], [ -112.10884039552292, 39.969809237208302 ], [ -112.10930122204879, 39.970066104733732 ], [ -112.10955131049886, 39.970324987937232 ], [ -112.1098011094474, 39.970565854254325 ], [ -112.10980227504473, 39.970637919492184 ], [ -112.10981835403258, 39.97090805202162 ], [ -112.10968572558767, 39.971395837523431 ], [ -112.10959890808786, 39.971820117454392 ], [ -112.10963033695285, 39.972315341696486 ], [ -112.10968328888586, 39.972693235720385 ], [ -112.10972642725496, 39.973188347752149 ], [ -112.10976373792772, 39.973323133705051 ], [ -112.10982563128518, 39.973529760621744 ], [ -112.10986527393771, 39.973808676924186 ], [ -112.11036946640442, 39.973848895570534 ], [ -112.11088259657002, 39.973717845013852 ], [ -112.11138357854902, 39.973559880043105 ], [ -112.11175795558682, 39.973538270539201 ], [ -112.11213306246509, 39.973561700544238 ], [ -112.11262700666734, 39.97369210314168 ], [ -112.1133802927049, 39.973928127189886 ], [ -112.11404840628155, 39.973966755070506 ], [ -112.11467949246664, 39.973888611154166 ], [ -112.11569607647742, 39.973752696398016 ], [ -112.11680647005336, 39.973624878407961 ], [ -112.11770728260029, 39.973571147367899 ], [ -112.11830543788966, 39.97362844439953 ], [ -112.11929099994222, 39.973745064576988 ], [ -112.11992413608083, 39.973793005883536 ], [ -112.12066323735384, 39.973875957369238 ], [ -112.12131861451576, 39.97385159968929 ], [ -112.12183540505252, 39.9739457037617 ], [ -112.1224448328727, 39.973975841671852 ], [ -112.12308938646211, 39.974005636017708 ], [ -112.12376891829209, 39.974026078106199 ], [ -112.12433239943157, 39.974110708776365 ], [ -112.12469846246574, 39.974296357452666 ], [ -112.12491157832191, 39.974438441818059 ], [ -112.12523258347611, 39.974732640510254 ], [ -112.12570565538113, 39.975016351912863 ], [ -112.12611782210529, 39.975156500581882 ], [ -112.12662306789453, 39.975259704913647 ], [ -112.12696321021221, 39.975292436237751 ], [ -112.12727978752413, 39.975316386225266 ], [ -112.12756079493285, 39.97531365279383 ], [ -112.12780726873579, 39.975347292850429 ], [ -112.12822952066563, 39.975388230980094 ], [ -112.12842945674777, 39.975440341775482 ], [ -112.12861812904509, 39.97551959050368 ], [ -112.12901859582986, 39.975659842733613 ], [ -112.1295616453163, 39.975924837515812 ], [ -112.12986978152352, 39.976147072349086 ], [ -112.13028404111314, 39.976413319125989 ], [ -112.13069681916497, 39.976589483555891 ], [ -112.13119156143425, 39.976764846568472 ], [ -112.13153379328905, 39.976923677433099 ], [ -112.13195902968839, 39.977144763335126 ], [ -112.13227784725972, 39.977303820650924 ], [ -112.13264454338858, 39.977525475886424 ], [ -112.13294054134489, 39.977720792462939 ], [ -112.13317740044286, 39.97788064838673 ], [ -112.13348421744352, 39.978021800616084 ], [ -112.13365112194306, 39.978200358722766 ], [ -112.13388813324761, 39.97836922120328 ], [ -112.13410232311321, 39.978574344600609 ], [ -112.13437386854569, 39.978706830043961 ], [ -112.13455233727032, 39.978876264106283 ], [ -112.13478920410081, 39.979036116596234 ], [ -112.13495551829621, 39.979178640456048 ], [ -112.13512198225357, 39.979330172127035 ], [ -112.13532506588284, 39.979571440066749 ], [ -112.13543432682269, 39.979804617302328 ], [ -112.13560273214233, 39.980073253018404 ], [ -112.13572489755107, 39.98037837968095 ], [ -112.13588278935426, 39.980719194141557 ], [ -112.13601607001925, 39.980988173437552 ], [ -112.13610176722598, 39.981212571414339 ], [ -112.13606149371965, 39.981609385038581 ], [ -112.13604210282901, 39.981852832118783 ], [ -112.13608200669421, 39.982140745561068 ], [ -112.13623915836149, 39.982436519078732 ], [ -112.13644150902994, 39.98263274448162 ], [ -112.13667884123016, 39.982819616923159 ], [ -112.13693929590207, 39.982988243008407 ], [ -112.13732826243793, 39.983137588420632 ], [ -112.13752927363454, 39.98325273938265 ], [ -112.1378015914491, 39.983430256579815 ], [ -112.13799253844357, 39.98364461019338 ], [ -112.13824099040315, 39.983795332127613 ], [ -112.13845386464467, 39.983919374463227 ], [ -112.1386203479681, 39.984070900717597 ], [ -112.13876326222322, 39.984213648796739 ], [ -112.13909249196625, 39.984291499043429 ], [ -112.13923391129849, 39.984344166092754 ], [ -112.13952801173217, 39.984422360402391 ], [ -112.13995302081197, 39.984625399596744 ], [ -112.14034439959029, 39.984918863237695 ], [ -112.14047575874311, 39.985070732367625 ], [ -112.14061912840691, 39.985240502160565 ], [ -112.14079747987248, 39.985400917926256 ], [ -112.14096457144798, 39.985588472792131 ], [ -112.14112040324584, 39.98580316680281 ], [ -112.14120342519809, 39.985865415897976 ], [ -112.14125251538512, 39.98600007514937 ], [ -112.1415584855183, 39.986087156868138 ], [ -112.14179734342298, 39.986364098668275 ], [ -112.14192900860208, 39.986533982090705 ], [ -112.14206082445978, 39.986712873379176 ], [ -112.14215885964124, 39.986973182996863 ], [ -112.14219924275096, 39.98728811776526 ], [ -112.1421929335891, 39.987612522192457 ], [ -112.1423399144164, 39.987998482301286 ], [ -112.1423313549804, 39.988187766291844 ], [ -112.14225313085619, 39.988413774937143 ], [ -112.14222024915141, 39.988549241595862 ], [ -112.14215133447719, 39.988631006329527 ], [ -112.14210944226933, 39.988928732839902 ], [ -112.14198076313559, 39.989641751715638 ], [ -112.14225191750366, 39.989747193546599 ], [ -112.14263808174705, 39.989725367815844 ], [ -112.14292004758579, 39.989776644462538 ], [ -112.1433315864533, 39.989871689711187 ], [ -112.14351941412764, 39.989896865062775 ], [ -112.14366250111784, 39.990048614664154 ], [ -112.14397149813355, 39.990315850027116 ], [ -112.14421998745361, 39.990466558446755 ], [ -112.14449174987156, 39.990608026992952 ], [ -112.14494083610826, 39.990846847682377 ], [ -112.14511951331137, 39.991025272322958 ], [ -112.14540509781327, 39.991292735112282 ], [ -112.14570299798864, 39.991596113419064 ], [ -112.14596441158093, 39.991818766245459 ], [ -112.14616561330963, 39.991942909503138 ], [ -112.146472519841, 39.992084025744703 ], [ -112.14677852361126, 39.992171093114379 ], [ -112.14702551876421, 39.992231715231291 ], [ -112.14754142558928, 39.992262645897839 ], [ -112.14781154302541, 39.992305018383362 ], [ -112.14809442814349, 39.992410330226029 ], [ -112.14839038355107, 39.992596597318339 ], [ -112.14862808470139, 39.992801460024701 ], [ -112.14883050160732, 39.992997662516927 ], [ -112.14901939645256, 39.993085884777798 ], [ -112.14930077655521, 39.993101113617449 ], [ -112.14960527785864, 39.993098093429424 ], [ -112.15007359020635, 39.993084437430078 ], [ -112.15037899823163, 39.993135463173871 ], [ -112.1506863721302, 39.99330359200615 ], [ -112.15078187948232, 39.993410757581024 ], [ -112.15086461699438, 39.993454983436706 ], [ -112.15110686581934, 39.993930080595398 ], [ -112.15118106883187, 39.994163590320497 ], [ -112.15121998569531, 39.994388441026373 ], [ -112.15131776458486, 39.994630725932652 ], [ -112.15135774118905, 39.994918632478218 ], [ -112.15134890369089, 39.995089900597883 ], [ -112.15121304991722, 39.995370544416502 ], [ -112.15116998361114, 39.995596209467337 ], [ -112.15114988734548, 39.995794617861101 ], [ -112.15110651808266, 39.996002266905563 ], [ -112.15103851434824, 39.996138084697172 ], [ -112.15098176874663, 39.996246762166862 ], [ -112.15090265732034, 39.996418728149415 ], [ -112.15080193579759, 39.996699022532063 ], [ -112.15072478918127, 39.996988092216483 ], [ -112.15068262762507, 39.997267804977774 ], [ -112.15059437237016, 39.997593022802178 ], [ -112.15061001595258, 39.997827114140399 ], [ -112.15071935910927, 39.998060275096101 ], [ -112.15099192132854, 39.998246767519639 ], [ -112.15121687863332, 39.998388684780387 ], [ -112.15130037898476, 39.998477950110377 ], [ -112.15144410660105, 39.99866572131161 ], [ -112.15163529063256, 39.998889058667757 ], [ -112.15195622289691, 39.999165162916739 ], [ -112.15225146103882, 39.999306379481048 ], [ -112.15266306958331, 39.999401390441875 ], [ -112.15294614293833, 39.999515697768508 ], [ -112.15302828315731, 39.999523890008419 ], [ -112.15320579184819, 39.999630237502316 ], [ -112.15346953450515, 39.99998799191598 ], [ -112.15374256672344, 40.000201501510048 ], [ -112.15420148886953, 40.000323064341437 ], [ -112.15440136507944, 40.000366120827351 ], [ -112.15444836803715, 40.000374662072907 ], [ -112.15455378333171, 40.000373611874927 ], [ -112.15486013766595, 40.000478673046075 ], [ -112.15516115633, 40.000962184737141 ], [ -112.15519004771004, 40.001286237988978 ], [ -112.15530184156331, 40.001663521621261 ], [ -112.15536389919573, 40.001870120919925 ], [ -112.15541439597506, 40.002085844922 ], [ -112.15558096128916, 40.002237345184248 ], [ -112.15573581419235, 40.002388962011594 ], [ -112.1560674290124, 40.002601881695526 ], [ -112.1564110630881, 40.002832699424921 ], [ -112.15645897996166, 40.002895287578127 ], [ -112.15670754236658, 40.003045967859535 ], [ -112.15675926063204, 40.003333754819657 ], [ -112.15694104279245, 40.003692319085609 ], [ -112.15718063353819, 40.004005258415752 ], [ -112.15756154891078, 40.004361832965323 ], [ -112.15771656321807, 40.004522454912873 ], [ -112.15801244506909, 40.004699687979333 ], [ -112.158262235414, 40.004922428341345 ], [ -112.15843033665936, 40.00516400374137 ], [ -112.15865761657196, 40.005441025073594 ], [ -112.1591299719563, 40.00566153794658 ], [ -112.15918884517295, 40.005678967977516 ], [ -112.15937778829181, 40.005767172475075 ], [ -112.15960690319365, 40.006152287164788 ], [ -112.15972693741575, 40.006322265843089 ], [ -112.15991832254639, 40.00655459649613 ], [ -112.16005052960647, 40.006751481379538 ], [ -112.16031250560445, 40.007001123598847 ], [ -112.16049004497974, 40.007107459361521 ], [ -112.16073817379218, 40.007231106727872 ], [ -112.16104472075023, 40.007345158790528 ], [ -112.16133955472085, 40.007459327422886 ], [ -112.161681551124, 40.007591041441394 ], [ -112.16196452040482, 40.007696317945623 ], [ -112.16205914920877, 40.007749425824066 ], [ -112.16229511068974, 40.007846163440355 ], [ -112.16236600622307, 40.007881490182029 ], [ -112.16276581279065, 40.007967573750953 ], [ -112.162930727074, 40.008019975625047 ], [ -112.16316592614649, 40.008071671783725 ], [ -112.16344859373335, 40.008158928736357 ], [ -112.16388308654108, 40.008217631779701 ], [ -112.16425809114205, 40.008222874112796 ], [ -112.16451212754342, 40.008004094360942 ], [ -112.16475521386474, 40.007830471434801 ], [ -112.16524475271399, 40.007681398409623 ], [ -112.16552496975609, 40.007624523521294 ], [ -112.16585280857757, 40.007612216166024 ], [ -112.16613333138676, 40.007573355659339 ], [ -112.16657968987943, 40.007640938654085 ], [ -112.16677806100894, 40.007593894131055 ], [ -112.16694159670631, 40.007565219003595 ], [ -112.16719807694537, 40.007490560183285 ], [ -112.16747982618428, 40.007523759769583 ], [ -112.16756167054952, 40.007513925700515 ], [ -112.16803176498928, 40.007599282863353 ], [ -112.16831366861278, 40.007641488323237 ], [ -112.16857153010284, 40.007647897700103 ], [ -112.16885297326975, 40.007663078103121 ], [ -112.1691694048441, 40.007668895348601 ], [ -112.16940429965393, 40.007702562976036 ], [ -112.16966246893541, 40.007726985739282 ], [ -112.17004980008208, 40.007768122754378 ], [ -112.17040229733209, 40.007827629227563 ], [ -112.17068543437546, 40.007941892128798 ], [ -112.17089905763918, 40.008101904053987 ], [ -112.17099461737951, 40.008209051949486 ], [ -112.17113872733893, 40.008414813150289 ], [ -112.17130734433758, 40.008683392657552 ], [ -112.17143958806466, 40.008880263945137 ], [ -112.17173567769143, 40.009066468956853 ], [ -112.17182954553513, 40.009074529206238 ], [ -112.1719936987555, 40.009081878534218 ], [ -112.1724622677345, 40.009077138478254 ], [ -112.17275573998305, 40.009110206569879 ], [ -112.17308666845202, 40.009278036592697 ], [ -112.17330060995158, 40.00945605970314 ], [ -112.17345551818977, 40.009607651864293 ], [ -112.17363462724887, 40.009804045982541 ], [ -112.17380217728237, 40.010009566358207 ], [ -112.17394768853369, 40.010296394850982 ], [ -112.17408133219885, 40.01057433393202 ], [ -112.17420140997974, 40.010744296858888 ], [ -112.17430853873635, 40.010842315250308 ], [ -112.17436757450521, 40.010868745322917 ], [ -112.17435709513271, 40.010940927157229 ], [ -112.17435879346969, 40.011040013935883 ], [ -112.17461635913908, 40.011028393886718 ], [ -112.17476849380357, 40.011017842180543 ], [ -112.17493203401942, 40.0109891557222 ], [ -112.1751788118461, 40.011031700525365 ], [ -112.17549587727802, 40.011073531799937 ], [ -112.17575452486709, 40.011124964414151 ], [ -112.17630773815441, 40.011272510551976 ], [ -112.17653124329347, 40.011324298163352 ], [ -112.17700044581701, 40.011355571061273 ], [ -112.17707042387117, 40.01133684134448 ], [ -112.17729238194136, 40.011298548683399 ], [ -112.17757353190191, 40.011295691892762 ], [ -112.17781938323351, 40.011284183764296 ], [ -112.17813598659511, 40.011298984142108 ], [ -112.17862877364063, 40.011339020102724 ], [ -112.17891023362127, 40.011354175815057 ], [ -112.17940364167559, 40.011430239957903 ], [ -112.17973475241521, 40.011607058399591 ], [ -112.17979425621334, 40.011660509275124 ], [ -112.17954723484831, 40.012284676059167 ], [ -112.17945739371517, 40.012510826770757 ], [ -112.17934412236595, 40.012737215874338 ], [ -112.17926646001153, 40.012990270817646 ], [ -112.1792002019257, 40.013225190750973 ], [ -112.17894975953286, 40.013651183127607 ], [ -112.17871902456095, 40.013860747754393 ], [ -112.17851156332716, 40.014061065768722 ], [ -112.17834126030749, 40.014378128353798 ], [ -112.17817142048879, 40.014722214306843 ], [ -112.17794950823301, 40.015445226068977 ], [ -112.17785026576547, 40.015806612697268 ], [ -112.17772697200709, 40.016132205905201 ], [ -112.17768460132282, 40.016393910423723 ], [ -112.17769373825359, 40.01692537471569 ], [ -112.17766199857621, 40.017123905045054 ], [ -112.17754948823851, 40.017395331756205 ], [ -112.17740368799684, 40.01777520992367 ], [ -112.17727992433745, 40.018073779024384 ], [ -112.17718021043572, 40.018408141419584 ], [ -112.17711394037927, 40.018643060123537 ], [ -112.17701360575471, 40.018941390895513 ], [ -112.17693654739112, 40.019230475708213 ], [ -112.17690604281344, 40.01950106873997 ], [ -112.17694536987072, 40.019743924148322 ], [ -112.17694985858759, 40.020005152283936 ], [ -112.17689499288282, 40.020221936093655 ], [ -112.176827791617, 40.020402807404174 ], [ -112.17684368662808, 40.020645900793504 ], [ -112.17687284578936, 40.020978953823281 ], [ -112.17693467753423, 40.021167523971506 ], [ -112.17697369620399, 40.021392363557709 ], [ -112.17706066419476, 40.021679782091212 ], [ -112.17712218749995, 40.021850336373994 ], [ -112.17730103012427, 40.022028708077201 ], [ -112.17754908824045, 40.022143310048925 ], [ -112.17772653865296, 40.022240610312899 ], [ -112.17784664654856, 40.022410568699215 ], [ -112.17788551409132, 40.022626400017955 ], [ -112.17783126912565, 40.022879215598934 ], [ -112.1777535905734, 40.023132269340657 ], [ -112.17768669871838, 40.023331156786462 ], [ -112.17766791236429, 40.023601630724961 ], [ -112.17766006812471, 40.023826946272706 ], [ -112.17766471511662, 40.024097182014444 ], [ -112.17764577363972, 40.024358648061067 ], [ -112.1777180883475, 40.024475035663897 ], [ -112.17774415554564, 40.02462793104025 ], [ -112.17768758503382, 40.024745628650095 ], [ -112.17759679300575, 40.02491773062718 ], [ -112.17759942625362, 40.02507086419034 ], [ -112.17763783002322, 40.025259671915897 ], [ -112.17769966801836, 40.025448241432706 ], [ -112.17771494806674, 40.025655303012023 ], [ -112.177706948996, 40.02587161063078 ], [ -112.17782768316467, 40.026077600258432 ], [ -112.17797247216983, 40.026319382910152 ], [ -112.17803524188754, 40.026561999304356 ], [ -112.17792287339626, 40.026842433999569 ], [ -112.17779692750833, 40.027014893461832 ], [ -112.17766050303314, 40.027259534710581 ], [ -112.17755768060721, 40.027413740022084 ], [ -112.17730702330496, 40.027830720869289 ], [ -112.17723842236312, 40.027930521599217 ], [ -112.17714747031532, 40.028093615355523 ], [ -112.17702121055129, 40.028248058292881 ], [ -112.17696587460821, 40.028437818365859 ], [ -112.17705130378515, 40.028635157906457 ], [ -112.17718282947799, 40.028786981916518 ], [ -112.17736200059376, 40.028983368754673 ], [ -112.17749414727882, 40.029171223785461 ], [ -112.17755583376123, 40.029350785358631 ], [ -112.17753611633543, 40.029567211933269 ], [ -112.1774701474541, 40.029820146234229 ], [ -112.17736856004393, 40.030046414168325 ], [ -112.17724446559909, 40.030326967234629 ], [ -112.17707318890105, 40.030589980655542 ], [ -112.17688787044574, 40.03071799510829 ], [ -112.17669021412952, 40.030810096876309 ], [ -112.1765163027279, 40.030919976040913 ], [ -112.1763194191287, 40.031057116444366 ], [ -112.1762037869332, 40.031148384589919 ], [ -112.17606626573078, 40.031329969030608 ], [ -112.1758593637564, 40.031566313986779 ], [ -112.17581419321807, 40.031665876044734 ], [ -112.17573371359346, 40.031756786972529 ], [ -112.1756051239617, 40.031776110630425 ], [ -112.1754759156341, 40.031759402734764 ], [ -112.175370143541, 40.031742456947399 ], [ -112.17524217232024, 40.031797811617686 ], [ -112.17512669204494, 40.031898086569214 ], [ -112.17509401138904, 40.032042568776923 ], [ -112.17505023084254, 40.032223201232263 ], [ -112.17486598622436, 40.032414267509779 ], [ -112.17470363148202, 40.032515017344295 ], [ -112.17450488528526, 40.032544060490935 ], [ -112.174260192972, 40.032627625498812 ], [ -112.17407424582026, 40.032719604138997 ], [ -112.17397109841234, 40.032855790647353 ], [ -112.17396324168357, 40.03308110578218 ], [ -112.17398976766518, 40.033261025420458 ], [ -112.17403957608985, 40.033431699704273 ], [ -112.1741260848805, 40.033692096248167 ], [ -112.17421074034922, 40.033844398461738 ], [ -112.17435646090952, 40.034140232380551 ], [ -112.17452500168265, 40.034399797086394 ], [ -112.17471806292843, 40.034722178844397 ], [ -112.17481644926838, 40.034991463788188 ], [ -112.17486811623402, 40.035270231813321 ], [ -112.17484869823703, 40.035504673558961 ], [ -112.17471162865834, 40.03571327998295 ], [ -112.17460816904045, 40.035831451337614 ], [ -112.17437549307627, 40.035932913601187 ], [ -112.17418891917818, 40.035988861100023 ], [ -112.1739432873909, 40.03601837846724 ], [ -112.17362687908553, 40.036021584033854 ], [ -112.17330137657004, 40.036178040917825 ], [ -112.17320947829815, 40.036287084529093 ], [ -112.17313207732684, 40.036558150768514 ], [ -112.1730987729857, 40.036666600980197 ], [ -112.1731030953429, 40.036918820858645 ], [ -112.17308274474678, 40.037099215222646 ], [ -112.17305237303971, 40.037378814606583 ], [ -112.17300951018967, 40.037613493364901 ], [ -112.17295492792238, 40.037848290748045 ], [ -112.17287628954412, 40.038047293973491 ], [ -112.17279795939737, 40.038264312848433 ], [ -112.17271901145411, 40.038445300263852 ], [ -112.17259334030793, 40.038635769929044 ], [ -112.17245579486371, 40.038817350207836 ], [ -112.17234091597234, 40.038953653899377 ], [ -112.17222557382556, 40.039062933924221 ], [ -112.17212241344716, 40.039199118830588 ], [ -112.1720309720636, 40.039335185093059 ], [ -112.17197499706774, 40.039488911345181 ], [ -112.1719799326703, 40.039777162609077 ], [ -112.17207584800411, 40.039902324079776 ], [ -112.17220769359932, 40.040072168997121 ], [ -112.17231486646403, 40.040170188125238 ], [ -112.17243406779809, 40.040286104249411 ], [ -112.1725648348001, 40.040392893782503 ], [ -112.17275543495595, 40.040571152802784 ], [ -112.17300509744065, 40.040775841758766 ], [ -112.1732657090262, 40.040935372235467 ], [ -112.17350303687579, 40.041104147368337 ], [ -112.17374098380888, 40.041308953368194 ], [ -112.17384955125885, 40.041488041585929 ], [ -112.17391139462008, 40.041676612545395 ], [ -112.17402027215597, 40.041873716261279 ], [ -112.17415259005131, 40.042070582308277 ], [ -112.17434335362165, 40.042257846378909 ], [ -112.17454645652799, 40.042481022654833 ], [ -112.17473830465489, 40.042731340899969 ], [ -112.17492969026692, 40.042954635284744 ], [ -112.17514498125121, 40.043204715078517 ], [ -112.1752649661713, 40.04336566726365 ], [ -112.17537323155747, 40.043526738216265 ], [ -112.1754824257865, 40.04374185606185 ], [ -112.17555676964824, 40.04397534622931 ], [ -112.17563034031949, 40.044163797166966 ], [ -112.17573938165778, 40.044369906888221 ], [ -112.17583654861086, 40.044567127612048 ], [ -112.17595762113248, 40.044791133803876 ], [ -112.17606558086133, 40.04493418835316 ], [ -112.17620963109258, 40.045130932799985 ], [ -112.17631805641508, 40.045301010578314 ], [ -112.1763907015839, 40.045435413967432 ], [ -112.17648864630962, 40.045677673200601 ], [ -112.17658628199095, 40.045901916676364 ], [ -112.1769084677216, 40.046231991938477 ], [ -112.1771365817343, 40.04654500334621 ], [ -112.17723313605566, 40.046706191426821 ], [ -112.17738999906626, 40.046965869906991 ], [ -112.17748670960127, 40.047136065570186 ], [ -112.17760779223435, 40.04736006979617 ], [ -112.17769433344037, 40.047620462610432 ], [ -112.17780431700781, 40.047880617020859 ], [ -112.17790180523052, 40.048095851376658 ], [ -112.17801210054951, 40.048374021184472 ], [ -112.17806363684787, 40.048643778999818 ], [ -112.17812580891159, 40.048850362855276 ], [ -112.17812953126412, 40.049066550477143 ], [ -112.17811027679198, 40.049309999933556 ], [ -112.17810351882005, 40.049598369268203 ], [ -112.17802627863591, 40.049878445920058 ], [ -112.17794717687805, 40.050050428719757 ], [ -112.17780977865324, 40.050241022946949 ], [ -112.17767284481067, 40.050458640466246 ], [ -112.17760546283506, 40.050630503883895 ], [ -112.17760964889878, 40.050873714928485 ], [ -112.17763758789417, 40.051134703293791 ], [ -112.17772366916461, 40.051368072403321 ], [ -112.17781976672731, 40.051502236300799 ], [ -112.17792975737026, 40.051762390323994 ], [ -112.17812536735043, 40.052228889521416 ], [ -112.17822239771888, 40.05241709990878 ], [ -112.17834411309906, 40.0526771342399 ], [ -112.17844161021333, 40.052892367843192 ], [ -112.17858692597187, 40.053161171205971 ], [ -112.17874474069976, 40.053474894132208 ], [ -112.17884146417533, 40.05364508829495 ], [ -112.17896101090663, 40.05377901255428 ], [ -112.17911479218229, 40.053858531922387 ], [ -112.17938687956155, 40.053999912427869 ], [ -112.17958754939856, 40.054078953799198 ], [ -112.1799065262841, 40.054219855617589 ], [ -112.1800603096318, 40.054299373694242 ], [ -112.18031128801773, 40.054576107804152 ], [ -112.18043099469423, 40.054719038261403 ], [ -112.18062118947823, 40.05487025963162 ], [ -112.18081200704279, 40.055057511871077 ], [ -112.1810389250158, 40.055298452053705 ], [ -112.18117051215062, 40.055450269979985 ], [ -112.18130163321719, 40.055575064353611 ], [ -112.1814455659319, 40.055762793595846 ], [ -112.18153135516593, 40.055978143828995 ], [ -112.18162886720309, 40.056193374415905 ], [ -112.18170277969024, 40.056399836263274 ], [ -112.18171917033798, 40.056669950510532 ], [ -112.1817216601584, 40.05681407521103 ], [ -112.18179666301904, 40.05708359151506 ], [ -112.18190543305953, 40.057271678828613 ], [ -112.18201373673949, 40.057432742650199 ], [ -112.1821106297904, 40.05761194156144 ], [ -112.18216016624926, 40.057764595517511 ], [ -112.18220985862179, 40.057926257235614 ], [ -112.18221297233062, 40.058106413039567 ], [ -112.18215809576655, 40.058323198143441 ], [ -112.18219762279794, 40.05857505736698 ], [ -112.18227107265089, 40.058754495339464 ], [ -112.18240313647068, 40.058933335005648 ], [ -112.18251222269394, 40.059139437198937 ], [ -112.18273807013512, 40.059317319096294 ], [ -112.1829396941886, 40.059450401022389 ], [ -112.18312912875754, 40.059556578957192 ], [ -112.18334123036524, 40.059617478155189 ], [ -112.18358818910094, 40.059660002074338 ], [ -112.18373026614984, 40.059739634739934 ], [ -112.18377840474669, 40.059811217833449 ], [ -112.18377980786452, 40.059892287873552 ], [ -112.18376933220026, 40.059964469924495 ], [ -112.18367835513138, 40.06012756831506 ], [ -112.18353016577323, 40.060372335541139 ], [ -112.18334742977325, 40.060653492974865 ], [ -112.18314124618436, 40.060934889595686 ], [ -112.18289973581503, 40.06120763720876 ], [ -112.18273857206643, 40.061380460896338 ], [ -112.18247423514147, 40.061689478165299 ], [ -112.18231275775746, 40.061844285710983 ], [ -112.18203669387562, 40.062153421661876 ], [ -112.18193305252697, 40.062262591640604 ], [ -112.18173920429581, 40.062579897366341 ], [ -112.1816951124994, 40.062742515858311 ], [ -112.18150110622885, 40.063050813411053 ], [ -112.18142355494798, 40.063312876139534 ], [ -112.18139118546485, 40.063475374947956 ], [ -112.18125517119958, 40.063747043138015 ], [ -112.18121278901499, 40.064008747067071 ], [ -112.18120464390842, 40.064216045642517 ], [ -112.18116163895242, 40.06444171840505 ], [ -112.18113051301232, 40.064676279392998 ], [ -112.18105155847812, 40.064857271799269 ], [ -112.1808916260227, 40.065102155268399 ], [ -112.18077703235107, 40.065256482681228 ], [ -112.18067493961883, 40.065455729409159 ], [ -112.18063115463303, 40.065636363047098 ], [ -112.18059878229667, 40.065798861613231 ], [ -112.18055624100279, 40.066051557482801 ], [ -112.180547627278, 40.066231832624304 ], [ -112.1804677364841, 40.066358777936955 ], [ -112.1804126928896, 40.06656655430394 ], [ -112.18028854841886, 40.066847109672871 ], [ -112.18019817610494, 40.067046236522479 ], [ -112.17997837131414, 40.067219653731222 ], [ -112.17983892496476, 40.067293149046492 ], [ -112.17961694292977, 40.067340456615071 ], [ -112.17940606328381, 40.067351613253706 ], [ -112.17912421720318, 40.067327454438221 ], [ -112.1788075093904, 40.067321668441018 ], [ -112.17858428442858, 40.067296911744727 ], [ -112.17834871454734, 40.067236242726061 ], [ -112.17808907601247, 40.067139780539677 ], [ -112.17786383475688, 40.066997921172984 ], [ -112.17761483599078, 40.066838284146428 ], [ -112.17740116567118, 40.066687296864401 ], [ -112.17724549617581, 40.066499682265587 ], [ -112.17682926412593, 40.066161555570154 ], [ -112.17624291027273, 40.066158501613131 ], [ -112.17584429496745, 40.066162548529128 ], [ -112.1753998674815, 40.066230124526975 ], [ -112.17502408049515, 40.066197899499834 ], [ -112.17463749824445, 40.066219838945365 ], [ -112.17432125971938, 40.066241064008402 ], [ -112.17420401970969, 40.066242252477544 ], [ -112.17387590227844, 40.06625458736449 ], [ -112.17366471557544, 40.066247717907864 ], [ -112.17330034405965, 40.066197352879414 ], [ -112.1732065520781, 40.066198302836867 ], [ -112.17314870477203, 40.066243935555534 ], [ -112.17316243778642, 40.066360918306451 ], [ -112.17318897670516, 40.066540836957884 ], [ -112.17320363714047, 40.06671186653147 ], [ -112.17304320855636, 40.066929716135874 ], [ -112.17279223006616, 40.067337679095459 ], [ -112.17264383192608, 40.067573425073732 ], [ -112.17239130429527, 40.067891309126274 ], [ -112.17216330396012, 40.068272010016393 ], [ -112.17200611086913, 40.068679022164432 ], [ -112.17195273810169, 40.068985880695003 ], [ -112.17209899078648, 40.06930873817263 ], [ -112.17224447270296, 40.069586556406129 ], [ -112.1724009081631, 40.06981921674236 ], [ -112.17263879936718, 40.070015014818388 ], [ -112.17286496724836, 40.070210931095502 ], [ -112.17316163930897, 40.070415142253466 ], [ -112.1734220566948, 40.070556654348835 ], [ -112.17358883162925, 40.070708123992965 ], [ -112.17376779603165, 40.070886497967471 ], [ -112.17391205087681, 40.071092251511715 ], [ -112.17402144135396, 40.071316376958499 ], [ -112.17410815620629, 40.071585778950499 ], [ -112.17416047038071, 40.071900576384841 ], [ -112.17416758671514, 40.07231493492278 ], [ -112.17413859963835, 40.072675603225505 ], [ -112.17413306263487, 40.073036033804861 ], [ -112.17416208246516, 40.073360076635907 ], [ -112.174239550933, 40.073773721912282 ], [ -112.17429062978829, 40.074016456810881 ], [ -112.17433060259823, 40.074295341707199 ], [ -112.17436964730122, 40.074520179832859 ], [ -112.17445528460021, 40.07472652681512 ], [ -112.17452935170638, 40.074942000403851 ], [ -112.17462656079029, 40.075139220545694 ], [ -112.17480801663349, 40.075461717170754 ], [ -112.17491850112344, 40.075748895966186 ], [ -112.17497020335126, 40.076027661570635 ], [ -112.17514071180742, 40.076395315435008 ], [ -112.17533343468229, 40.076690668772578 ], [ -112.17557383717477, 40.077030584647432 ], [ -112.175777824825, 40.077298794810012 ], [ -112.17592225462724, 40.077513553125492 ], [ -112.17596099670844, 40.077720374930678 ], [ -112.17591626236546, 40.07784696002583 ], [ -112.17579053046491, 40.078037432802439 ], [ -112.17559552604527, 40.078291673994627 ], [ -112.17546948263487, 40.078464130872995 ], [ -112.17519285749792, 40.07874622771272 ], [ -112.17506650253222, 40.078900668604689 ], [ -112.17487009949508, 40.079073838584911 ], [ -112.17461568352351, 40.079283633954837 ], [ -112.17433688484968, 40.079439619863493 ], [ -112.17405994165981, 40.079703698509753 ], [ -112.17401628564983, 40.079893337376149 ], [ -112.17407863099514, 40.080108929859115 ], [ -112.1741519294349, 40.080279364517558 ], [ -112.17433308775138, 40.080583845880234 ], [ -112.17447968734353, 40.080924714758154 ], [ -112.17452798660851, 40.08100530914335 ], [ -112.17459064427938, 40.081238916829854 ], [ -112.17464296914271, 40.081553713392971 ], [ -112.17454222846486, 40.081834024772924 ], [ -112.1743816150841, 40.082042868343748 ], [ -112.17423257271103, 40.082242585037832 ], [ -112.17407149320172, 40.082424404856667 ], [ -112.1738647433738, 40.08267876208452 ], [ -112.17365768262997, 40.082915103396289 ], [ -112.17336992406192, 40.083233345978535 ], [ -112.1732102317099, 40.083496234650688 ], [ -112.17310963708246, 40.08378555259705 ], [ -112.17299669610807, 40.084038958099342 ], [ -112.17276694704408, 40.08432057428729 ], [ -112.17253765977445, 40.08462921337334 ], [ -112.17246899683296, 40.08472901123735 ], [ -112.17228429792341, 40.084902058284648 ], [ -112.17212289805707, 40.085065859914693 ], [ -112.17184607837831, 40.085338941245716 ], [ -112.17140399291704, 40.085550628045056 ], [ -112.17127499234186, 40.0855519326253 ], [ -112.17108689201385, 40.085526806590345 ], [ -112.17073414638082, 40.085476316526552 ], [ -112.17027647252758, 40.085462922984696 ], [ -112.1698666333229, 40.085503100569916 ], [ -112.16952777425142, 40.085578597397628 ], [ -112.16916607617917, 40.085690361159728 ], [ -112.1687917251037, 40.085748195406772 ], [ -112.16839345655247, 40.085779241681244 ], [ -112.16811307735948, 40.085845135098687 ], [ -112.16783238972296, 40.085893012257955 ], [ -112.16756435253834, 40.085994817289553 ], [ -112.16724940480097, 40.086097094461806 ], [ -112.16693584055102, 40.08628044094911 ], [ -112.16668106591068, 40.086472203772573 ], [ -112.16629867064809, 40.086746335288261 ], [ -112.16597537142711, 40.087046898685941 ], [ -112.16570947828149, 40.087274808675168 ], [ -112.16539713352181, 40.087530213480569 ], [ -112.16514234990544, 40.087721973006374 ], [ -112.1648505388461, 40.087805992236426 ], [ -112.16452246916099, 40.087827309881874 ], [ -112.16411199807511, 40.087831436130578 ], [ -112.16359428980921, 40.087737535509419 ], [ -112.16312380045308, 40.087661177086787 ], [ -112.16275993448613, 40.087646811822232 ], [ -112.16250192461909, 40.087649401698698 ], [ -112.16207987977799, 40.087662646247992 ], [ -112.16159965548137, 40.08770350079385 ], [ -112.16113131137776, 40.087753243598591 ], [ -112.16076851634863, 40.087801926765387 ], [ -112.1604067916068, 40.087913663499769 ], [ -112.16005740517846, 40.088061312916572 ], [ -112.15967390390129, 40.088272368282588 ], [ -112.15935969762224, 40.088419663356198 ], [ -112.1589286693883, 40.088595154594842 ], [ -112.15855566762018, 40.088734026437372 ], [ -112.15825333740668, 40.088890209068154 ], [ -112.15792846577268, 40.089100672344735 ], [ -112.157767479238, 40.089291477940598 ], [ -112.15770062152008, 40.089499361182035 ], [ -112.15769209862979, 40.089688642625553 ], [ -112.15770779510856, 40.089922728705012 ], [ -112.15774984818476, 40.0903277288621 ], [ -112.15778017354604, 40.090732846207629 ], [ -112.157796633895, 40.091011971312774 ], [ -112.15779070621971, 40.091354385601385 ], [ -112.15779635430997, 40.091687674812995 ], [ -112.1577678855722, 40.092084370439814 ], [ -112.15767817880878, 40.092328519349451 ], [ -112.15762396245417, 40.092590332144979 ], [ -112.15758025330247, 40.092779965165491 ], [ -112.15762062878069, 40.093085879198242 ], [ -112.1576369366356, 40.093355996401684 ], [ -112.15759979047597, 40.093932965397904 ], [ -112.15758014874251, 40.094158395182355 ], [ -112.1575713199726, 40.09432966085469 ], [ -112.15757635702958, 40.094626918671061 ], [ -112.15756813877427, 40.094834215578921 ], [ -112.1575367677339, 40.095059762553078 ], [ -112.15752793879285, 40.095231028199088 ], [ -112.15750844918624, 40.095465465741654 ], [ -112.15747784086874, 40.095736051737383 ], [ -112.1573768572681, 40.096007340996628 ], [ -112.15726505930719, 40.096332794230896 ], [ -112.15719880407468, 40.096576708295387 ], [ -112.15717839747307, 40.096757098888794 ], [ -112.15717246689006, 40.097099512862947 ], [ -112.15716638368841, 40.097432919008433 ], [ -112.15716014786508, 40.097757317326781 ], [ -112.15713928308497, 40.097910684457801 ], [ -112.15710836724573, 40.098163254663213 ], [ -112.1549941544543, 40.09731946196294 ], [ -112.15042771058928, 40.09575223918138 ], [ -112.14949640754658, 40.095482196488561 ], [ -112.14930586210353, 40.095312909996252 ], [ -112.14905712684445, 40.09517122852948 ], [ -112.14890177047974, 40.095001592235462 ], [ -112.14873680653116, 40.094958181809886 ], [ -112.14735966775422, 40.094683533561593 ], [ -112.146121322431, 40.094290374017682 ], [ -112.14563620650263, 40.094042911902662 ], [ -112.14529108516543, 40.093749016747694 ], [ -112.14476928020903, 40.093411820276309 ], [ -112.14455604925803, 40.093287796792836 ], [ -112.14434462972217, 40.093271867180952 ], [ -112.14405125980194, 40.093265756045902 ], [ -112.14368781894318, 40.093278354808241 ], [ -112.14364090387939, 40.093278818067716 ], [ -112.14328889011797, 40.093273284048557 ], [ -112.14298213367161, 40.093168199516136 ], [ -112.14229719695501, 40.092895667001109 ], [ -112.1416808312114, 40.092514342301463 ], [ -112.14130551460458, 40.092518041284407 ], [ -112.14114101264511, 40.092501643471863 ], [ -112.14088132779172, 40.092405098896194 ], [ -112.13974801571432, 40.09197479864963 ], [ -112.13890838040329, 40.091568627853015 ], [ -112.13815220450742, 40.091242714981412 ], [ -112.13792546337226, 40.091010699677049 ], [ -112.13776909395139, 40.090777992647375 ], [ -112.1376713672162, 40.090544709389476 ], [ -112.1376432609122, 40.090265695452075 ], [ -112.13755711363657, 40.090023288980582 ], [ -112.13707790509864, 40.090127097448608 ], [ -112.13555637574467, 40.090331221345203 ], [ -112.13522783384057, 40.090325432624603 ], [ -112.13467765115561, 40.090393889374063 ], [ -112.13408384346558, 40.090660976525939 ], [ -112.13324164283168, 40.090804360256783 ], [ -112.13249236994254, 40.090892773137384 ], [ -112.13198760085879, 40.090870679499254 ], [ -112.13184268171806, 40.09061983375171 ], [ -112.13169477957594, 40.09018882978458 ], [ -112.13134297026312, 40.088777797234599 ], [ -112.13108956917291, 40.086933352813851 ], [ -112.13102422115344, 40.086528569560905 ], [ -112.13106695696003, 40.086275890032987 ], [ -112.13065529801459, 40.086207834324256 ], [ -112.12999616867411, 40.086070116801658 ], [ -112.1293351066016, 40.085815292594781 ], [ -112.12882859013865, 40.08568508964489 ], [ -112.12835651437324, 40.085509502122953 ], [ -112.12715496067155, 40.085196863899121 ], [ -112.1257019488698, 40.084571329342943 ], [ -112.12277180996148, 40.083275391905325 ], [ -112.12165033980025, 40.082835788622198 ], [ -112.12148350017387, 40.082675235374332 ], [ -112.12119820900142, 40.082443753518533 ], [ -112.12076106017217, 40.082249777922293 ], [ -112.11846044338252, 40.081425134280444 ], [ -112.11775462343118, 40.081296806895757 ], [ -112.11728525627574, 40.081283316569049 ], [ -112.11634387399269, 40.081094186879994 ], [ -112.11537727919344, 40.080797179719447 ], [ -112.11437595317518, 40.080527526734706 ], [ -112.1134485167327, 40.080473379983999 ], [ -112.11228713425373, 40.080457510086624 ], [ -112.11169830875922, 40.080310003386906 ], [ -112.11078040764178, 40.080120602955617 ], [ -112.11011757078796, 40.079748563266072 ], [ -112.10917111197756, 40.079244095166025 ], [ -112.10863742917567, 40.078879819453284 ], [ -112.10810506635325, 40.078596613106122 ], [ -112.10764321194458, 40.0783217394549 ], [ -112.10700313256693, 40.077904417117338 ], [ -112.10656590630039, 40.077701378855402 ], [ -112.10270947872361, 40.076377737249679 ], [ -112.10226200122933, 40.076264874136577 ], [ -112.10175342706867, 40.075999430697287 ], [ -112.10136356739775, 40.075822950269497 ], [ -112.10106795228971, 40.075672600896695 ], [ -112.10066796575136, 40.075595317731576 ], [ -112.1002569791152, 40.075563184652189 ], [ -112.10003273744593, 40.075475220432807 ], [ -112.09974856273884, 40.075306740224185 ], [ -112.09933569500377, 40.075157499547082 ], [ -112.09882019259257, 40.075189419010947 ], [ -112.09846899628427, 40.075228787566267 ], [ -112.09826835433603, 40.075149605509964 ], [ -112.09799533232824, 40.0749449776266 ], [ -112.0977098629633, 40.07469542004506 ], [ -112.09548076887478, 40.072446153145769 ], [ -112.09443336120076, 40.071483038073623 ], [ -112.09380284517943, 40.070921400845876 ], [ -112.08697677456922, 40.063480811194161 ], [ -112.0865459847537, 40.06293527778206 ], [ -112.08378386871554, 40.058078041782252 ], [ -112.08366264318272, 40.057826911718443 ], [ -112.08354270277934, 40.057656854389869 ], [ -112.08338787971678, 40.057505142020013 ], [ -112.08311582888631, 40.05735452551999 ], [ -112.08290239335292, 40.057203360470538 ], [ -112.08145996111271, 40.056442023450764 ], [ -112.08158966656487, 40.055747085966189 ], [ -112.0815373643979, 40.055405215654197 ], [ -112.08147462198832, 40.055144527699397 ], [ -112.08120889715174, 40.05465148889617 ], [ -112.08082410303426, 40.054042437638024 ], [ -112.0805828276886, 40.053612235251286 ], [ -112.07993447097554, 40.052645261264878 ], [ -112.07952824578547, 40.052162537387957 ], [ -112.07906000722288, 40.051464162982164 ], [ -112.07859263036853, 40.050819835216259 ], [ -112.07787144510043, 40.049691356973476 ], [ -112.07766508483269, 40.049242804317934 ], [ -112.07747271829805, 40.048938272292453 ], [ -112.07713686094819, 40.048454885110921 ], [ -112.07633764456793, 40.047579386790041 ], [ -112.07614528873442, 40.047274852334397 ], [ -112.07598852285057, 40.046997015362486 ], [ -112.07571355649378, 40.046657209541259 ], [ -112.0754035714989, 40.046326737551077 ], [ -112.07502411299562, 40.046050966097468 ], [ -112.07381415886221, 40.045143222471459 ], [ -112.0734830093262, 40.044957092672981 ], [ -112.0729739321104, 40.044637468019815 ], [ -112.07247813313724, 40.044416822222139 ], [ -112.07198177292192, 40.04416014163813 ], [ -112.07149699595432, 40.043894342315035 ], [ -112.07128306423553, 40.043707121996881 ], [ -112.07111390101626, 40.043384345481591 ], [ -112.07095744659757, 40.04312451744795 ], [ -112.07075763510362, 40.04309032644035 ], [ -112.06923834940896, 40.048636164948718 ], [ -112.06916136669003, 40.048961215742722 ], [ -112.0690468261234, 40.04913345234467 ], [ -112.06884076423997, 40.049450684472745 ], [ -112.06488089180029, 40.054136026757583 ], [ -112.06479145924892, 40.054416141652936 ], [ -112.06478576570362, 40.054803600206398 ], [ -112.06487441339219, 40.055226229381567 ], [ -112.06500981248506, 40.055639419228356 ], [ -112.06475205499709, 40.055650797978103 ], [ -112.06412365729584, 40.055953883504486 ], [ -112.06364909301381, 40.05710244110972 ], [ -112.06339361054869, 40.058014740298674 ], [ -112.06325727482667, 40.058295284399215 ], [ -112.0629679773369, 40.058541194184556 ], [ -112.0625733091733, 40.058797079219879 ], [ -112.06139529768001, 40.059952077314087 ], [ -112.06110724426667, 40.060279056001491 ], [ -112.06092400087606, 40.060560026952089 ], [ -112.06070698241558, 40.06093140125946 ], [ -112.06041208629263, 40.061573771211876 ], [ -112.06033267414183, 40.061745677437202 ], [ -112.06011341477192, 40.06197292008504 ], [ -112.05955793274015, 40.062446492854399 ], [ -112.059105586565, 40.062765959637368 ], [ -112.05827988271683, 40.06320595871447 ], [ -112.0575824359081, 40.063599733886917 ], [ -112.05727900414368, 40.063692598014427 ], [ -112.0567491955826, 40.063553281255565 ], [ -112.05619427173461, 40.063306077791985 ], [ -112.05578017806452, 40.063066597667735 ], [ -112.05553230717064, 40.062960743183979 ], [ -112.0550386521135, 40.062884155200123 ], [ -112.05344156465544, 40.062727510144967 ], [ -112.05173434307255, 40.067608118735841 ], [ -112.04892933656775, 40.071273362592088 ], [ -112.04690043179417, 40.073562092933898 ], [ -112.0469913599004, 40.082561682354317 ], [ -112.04067649171249, 40.099195894279077 ], [ -112.03975906881932, 40.099041964934536 ], [ -112.03388112039416, 40.111419424651416 ], [ -112.02768494850342, 40.114492715375391 ], [ -112.0174962683183, 40.115853003321746 ], [ -112.01626577144488, 40.119116192733742 ], [ -112.01798726647652, 40.123596748223768 ], [ -112.0173920145921, 40.1261786575702 ], [ -112.01365369154314, 40.129716082463212 ], [ -112.00845986495426, 40.144392615139402 ], [ -112.00745219993422, 40.146113161229074 ], [ -112.00618100880681, 40.148277445953809 ], [ -112.00251719148605, 40.148219132988515 ], [ -111.99063800131577, 40.154817108758209 ], [ -111.98839708027822, 40.153313682976183 ], [ -111.98578714295613, 40.157137872149967 ], [ -111.98543150735867, 40.164213219898897 ], [ -111.9836044144395, 40.171868655846943 ], [ -111.98029164817298, 40.174257192926362 ], [ -111.97501751669144, 40.181590258777142 ], [ -111.9752317454785, 40.183426350819616 ], [ -111.97052069272817, 40.187493097010289 ], [ -111.97325754116689, 40.191587363617785 ], [ -111.97304066962687, 40.192030641701045 ], [ -111.97269464041399, 40.197412089689536 ], [ -111.96884376976834, 40.196777698276335 ], [ -111.96818267052409, 40.200684245903794 ], [ -111.96555670444693, 40.206895548115121 ], [ -111.96219416578373, 40.207590234737204 ], [ -111.95378540514687, 40.212948268101819 ], [ -111.95144237639576, 40.215147792792507 ], [ -111.95078259111636, 40.217549676749208 ], [ -111.94996267073809, 40.217745603601784 ], [ -111.94913432818825, 40.21902270418888 ], [ -111.9461574577365, 40.220461530592111 ], [ -111.94627136726557, 40.221046200700904 ], [ -111.9427324331168, 40.227732914576208 ], [ -111.93939022528247, 40.230841251333196 ], [ -111.93551254830858, 40.231791603518843 ], [ -111.93471196722821, 40.23255484828487 ], [ -111.92789424742917, 40.236006194090706 ], [ -111.92657314838733, 40.242575499733917 ], [ -111.92376412287039, 40.246958421378174 ], [ -111.92028395929549, 40.246959122047876 ], [ -111.91084272555514, 40.246952735225847 ], [ -111.89190539185948, 40.246343463639661 ], [ -111.88596551987695, 40.246154850777344 ], [ -111.86700191092908, 40.246217396287726 ], [ -111.86001853916092, 40.24625148623884 ], [ -111.86032134755727, 40.246024004267646 ], [ -111.86052999131523, 40.245788212499811 ], [ -111.86073612325819, 40.2453542355398 ], [ -111.86097421038089, 40.244658752184584 ], [ -111.8611642423337, 40.243882542613854 ], [ -111.86142743005985, 40.243313000934059 ], [ -111.86187493182717, 40.24244478071158 ], [ -111.86227951569856, 40.241901211622974 ], [ -111.86266058256639, 40.241357816392686 ], [ -111.86280905546202, 40.241014357840633 ], [ -111.8627801700641, 40.240591138161228 ], [ -111.86291265377763, 40.239914456130208 ], [ -111.86327920366139, 40.2391549447755 ], [ -111.86363502087904, 40.238476595613065 ], [ -111.86390923537445, 40.237852910043195 ], [ -111.86410230812326, 40.237319922256013 ], [ -111.86442295894942, 40.236650842339124 ], [ -111.8646382727086, 40.236018585558625 ], [ -111.86492376420668, 40.235358776076644 ], [ -111.86508305010429, 40.234943159407855 ], [ -111.86518264635887, 40.234455914618827 ], [ -111.86525483479883, 40.233662559589142 ], [ -111.86543292073642, 40.232877421844641 ], [ -111.86575124385084, 40.23202816989081 ], [ -111.86612993350124, 40.23130459497807 ], [ -111.86646297922032, 40.230689471730436 ], [ -111.86685501534696, 40.230091924196515 ], [ -111.86708548648721, 40.229729826902116 ], [ -111.86713965713018, 40.229369050187472 ], [ -111.86692407924909, 40.229055340668481 ], [ -111.86680344691176, 40.228812993851491 ], [ -111.86675310418329, 40.22855210196856 ], [ -111.86703923423535, 40.227946337450398 ], [ -111.86724423826541, 40.227431272850481 ], [ -111.8672847003271, 40.22691744097699 ], [ -111.86753808947728, 40.226510124506696 ], [ -111.8676740641876, 40.226112697043909 ], [ -111.86782859889676, 40.225327731310458 ], [ -111.86803209450086, 40.2246955558198 ], [ -111.86804051214595, 40.224434223606451 ], [ -111.86793106177585, 40.224146747500839 ], [ -111.86791390578418, 40.223723440008484 ], [ -111.8678735906374, 40.223327333985999 ], [ -111.86812730823205, 40.222947041409405 ], [ -111.86849681762018, 40.22243074020804 ], [ -111.86889086110692, 40.221995337158504 ], [ -111.86923984952381, 40.221713428938621 ], [ -111.86941255765973, 40.221432843965616 ], [ -111.86964045241871, 40.220872556297344 ], [ -111.86984357289668, 40.220213352200403 ], [ -111.87010602326558, 40.219598748106897 ], [ -111.87046259547017, 40.218992444831244 ], [ -111.87063459995548, 40.218657807513729 ], [ -111.8708281446516, 40.218169849981827 ], [ -111.87111408083182, 40.217555066735578 ], [ -111.87127248126767, 40.217076382177098 ], [ -111.87163156973874, 40.216668260537993 ], [ -111.8716392805016, 40.216352877337705 ], [ -111.87147003544057, 40.215984770862597 ], [ -111.87151438438616, 40.215777223256978 ], [ -111.87200041359489, 40.21518795869784 ], [ -111.87234843035576, 40.214833973909883 ], [ -111.87269690577594, 40.214516021775523 ], [ -111.87275126708187, 40.214173258779198 ], [ -111.87295919359035, 40.213892402696167 ], [ -111.87312104149706, 40.213683968177754 ], [ -111.8731961258361, 40.213124825555255 ], [ -111.87345967617679, 40.212600297943332 ], [ -111.87364328478712, 40.212256559021739 ], [ -111.8738513175775, 40.211984709767073 ], [ -111.87379013695245, 40.211795976435425 ], [ -111.87370429956169, 40.211517336223658 ], [ -111.87386359407093, 40.211110715353911 ], [ -111.87420868677455, 40.210531514460868 ], [ -111.87433214765463, 40.210080117038061 ], [ -111.87452622136614, 40.209637195265955 ], [ -111.87494376849291, 40.209210602723331 ], [ -111.87533618866043, 40.208658068482904 ], [ -111.87556538456739, 40.208205869981967 ], [ -111.87565578683846, 40.207925897791306 ], [ -111.87578178450224, 40.207672684107834 ], [ -111.87574843057372, 40.206907145802532 ], [ -111.87622040762257, 40.206146792492653 ], [ -111.87693724645401, 40.205240433494964 ], [ -111.87732939571778, 40.204669875686122 ], [ -111.87773549491287, 40.204270387544405 ], [ -111.87814985077644, 40.203600556136209 ], [ -111.87838913226589, 40.203022144950047 ], [ -111.8786808704152, 40.20286677250472 ], [ -111.87914452991507, 40.202376749320791 ], [ -111.87970240300182, 40.201904026911073 ], [ -111.87999110486857, 40.201514432203503 ], [ -111.88022931505196, 40.200854941435011 ], [ -111.88034318523169, 40.200574786864372 ], [ -111.88071609644024, 40.200337708105629 ], [ -111.88114879521268, 40.200181256839272 ], [ -111.88150065540903, 40.200133531317661 ], [ -111.88161591942998, 40.199961476595256 ], [ -111.88179910352849, 40.199590699529622 ], [ -111.88211536591163, 40.199516215383397 ], [ -111.88285315292606, 40.199330404480278 ], [ -111.88329700368206, 40.199128813578767 ], [ -111.88418621854517, 40.198842736161886 ], [ -111.8848282530284, 40.198522504370054 ], [ -111.88539121095454, 40.198446125298346 ], [ -111.88593172725794, 40.19845099905092 ], [ -111.88635417899756, 40.198411727817295 ], [ -111.8868101130624, 40.198237058871761 ], [ -111.88729952648548, 40.1979269918386 ], [ -111.88759028249893, 40.197699529966009 ], [ -111.88838946699951, 40.196819495985686 ], [ -111.88888261134811, 40.195896760290793 ], [ -111.88889212366303, 40.195725510280305 ], [ -111.88916066478735, 40.195597317465108 ], [ -111.8893461500863, 40.195406696959971 ], [ -111.88951670885147, 40.194972939354237 ], [ -111.88976655172654, 40.194313339193783 ], [ -111.89006337772668, 40.193653377194295 ], [ -111.89032892883313, 40.192399039924105 ], [ -111.89026289149045, 40.191840970027513 ], [ -111.89033946326349, 40.191407933769298 ], [ -111.89051189136948, 40.19111830920707 ], [ -111.89104692606749, 40.190708772677183 ], [ -111.89155787174936, 40.190254372588051 ], [ -111.89256628823249, 40.190111461850059 ], [ -111.8934783654651, 40.189789099526422 ], [ -111.8941811313606, 40.189630514789975 ], [ -111.89456899454785, 40.189645536793478 ], [ -111.8948391584879, 40.189643448733364 ], [ -111.89511893688881, 40.189479117922282 ], [ -111.89514219247734, 40.189460919455314 ], [ -111.89532563067412, 40.189117146639063 ], [ -111.89547619824005, 40.188953814230835 ], [ -111.89592053630422, 40.188797217730873 ], [ -111.89645658745462, 40.188468732224266 ], [ -111.89685405461886, 40.188321504422888 ], [ -111.89718199365367, 40.188246888713827 ], [ -111.89730846930048, 40.18803869402101 ], [ -111.8974477587104, 40.187911483750433 ], [ -111.89765586053737, 40.187657609222661 ], [ -111.8977224166467, 40.187359785449701 ], [ -111.8978598033641, 40.187088440254783 ], [ -111.89830317295039, 40.18685976753568 ], [ -111.89876955538423, 40.186594877156864 ], [ -111.89901062561236, 40.186169567035655 ], [ -111.8990545158171, 40.185934983738306 ], [ -111.8993882374658, 40.185409850623891 ], [ -111.89961033112668, 40.185327041004136 ], [ -111.89985532000793, 40.185199006364542 ], [ -111.90010919567689, 40.184854678287607 ], [ -111.9003171592633, 40.184591790652966 ], [ -111.90030267468667, 40.184384688790324 ], [ -111.90043092044858, 40.18431161673886 ], [ -111.90060507494962, 40.18415710346099 ], [ -111.90061443753365, 40.183976844082622 ], [ -111.90061205484641, 40.183796676072802 ], [ -111.90078537354401, 40.183579103724263 ], [ -111.90112419609764, 40.183441326890581 ], [ -111.90135588021936, 40.183196271364963 ], [ -111.90135301872249, 40.182980069767339 ], [ -111.90160664017269, 40.182617721648548 ], [ -111.90179265199389, 40.182472123543185 ], [ -111.90201365931171, 40.182308233810943 ], [ -111.90204591129653, 40.182082749276873 ], [ -111.90199666469337, 40.181911955731017 ], [ -111.90219048063359, 40.181468988277913 ], [ -111.90250341278283, 40.18115122255427 ], [ -111.90295656198164, 40.180778306415583 ], [ -111.90323353666531, 40.180406763167007 ], [ -111.9035478931862, 40.180197095461629 ], [ -111.90398088903157, 40.18007659387554 ], [ -111.90433143220575, 40.179938716125442 ], [ -111.90435145257008, 40.179677289105868 ], [ -111.90473471350393, 40.17934995856691 ], [ -111.90498134695233, 40.179348030849084 ], [ -111.90533056719968, 40.179111057758135 ], [ -111.90525818510073, 40.178967474453856 ], [ -111.90545664206074, 40.178875829108307 ], [ -111.90585427320032, 40.178746587783081 ], [ -111.90596872110895, 40.178520458878879 ], [ -111.90596632471969, 40.178340290964812 ], [ -111.9061530346364, 40.178248736352018 ], [ -111.90657462882966, 40.178155342321062 ], [ -111.9069011885985, 40.177981607266155 ], [ -111.90725159500532, 40.177834712414125 ], [ -111.90745842973641, 40.177490736631761 ], [ -111.90763387133212, 40.177435305293947 ], [ -111.90786695254687, 40.177298337685251 ], [ -111.90788779921608, 40.177099968845681 ], [ -111.90830890333899, 40.176970535014824 ], [ -111.90861100367698, 40.176724912356818 ], [ -111.90892737003941, 40.176668372937144 ], [ -111.90925415711627, 40.176512648127179 ], [ -111.9096126859653, 40.176095402282108 ], [ -111.91002415295382, 40.175245291061934 ], [ -111.91036948223052, 40.174720034530097 ], [ -111.91047120177087, 40.174421926478651 ], [ -111.9104675898556, 40.174151674750924 ], [ -111.91080273256033, 40.173743618369407 ], [ -111.91116268339729, 40.17343446848438 ], [ -111.91145132718567, 40.17306281350838 ], [ -111.91166866432742, 40.17262865395876 ], [ -111.91195609615021, 40.172166913834076 ], [ -111.9123240370409, 40.171578407792317 ], [ -111.91281776505076, 40.170736647266068 ], [ -111.91300082342265, 40.170374830103142 ], [ -111.91328944444837, 40.170003170604829 ], [ -111.9137646173445, 40.169530935360967 ], [ -111.91403288736787, 40.169393677542352 ], [ -111.91438057452945, 40.169048576988359 ], [ -111.91466010030972, 40.168875191440691 ], [ -111.91526648081305, 40.168555072200604 ], [ -111.91569708129417, 40.168263368241888 ], [ -111.91601775739251, 40.167657205370425 ], [ -111.91638467015132, 40.166996619528675 ], [ -111.91646335254546, 40.16673472567107 ], [ -111.9165773821012, 40.166481561267105 ], [ -111.91679951416884, 40.166407727707174 ], [ -111.91706800823808, 40.166288479761434 ], [ -111.9172418367111, 40.166115925137376 ], [ -111.9175448273854, 40.165942346697115 ], [ -111.91769371384703, 40.165661876883732 ], [ -111.91799694406029, 40.165506314054184 ], [ -111.91817983987103, 40.165135480455994 ], [ -111.91832957177608, 40.164918068536942 ], [ -111.91876098640429, 40.164689412102618 ], [ -111.91900282795751, 40.164336128090568 ], [ -111.91932685930867, 40.163982190968234 ], [ -111.91966177803636, 40.163565100996742 ], [ -111.92027228738772, 40.162686342928687 ], [ -111.92042912563488, 40.162126516391268 ], [ -111.92025720401894, 40.161569303159425 ], [ -111.92025477129646, 40.161389135434014 ], [ -111.92045400847731, 40.161360523603761 ], [ -111.92081823213329, 40.161375646147 ], [ -111.9212143922569, 40.161147260911768 ], [ -111.92170155567572, 40.160701925415069 ], [ -111.92216779009746, 40.160445950985533 ], [ -111.92236653602085, 40.160381302368009 ], [ -111.92256076995558, 40.159983343260421 ], [ -111.92273493445461, 40.159837805687218 ], [ -111.92307200824629, 40.159582856903697 ], [ -111.92337117185583, 40.15913000366767 ], [ -111.92356466409677, 40.158677992602229 ], [ -111.92385220190157, 40.158234240169634 ], [ -111.92411662105177, 40.157817699596784 ], [ -111.92416004181425, 40.157556081667963 ], [ -111.92414622491953, 40.157403032874662 ], [ -111.92435462396095, 40.157185144715321 ], [ -111.9250025605799, 40.156477240146877 ], [ -111.92533814196514, 40.156114184317538 ], [ -111.92580151747423, 40.155651002783841 ], [ -111.92606591490795, 40.155234457822196 ], [ -111.92633190048352, 40.1549350212184 ], [ -111.92646910969323, 40.154663642577191 ], [ -111.92654541357925, 40.154230582662251 ], [ -111.92660019566031, 40.153941844695161 ], [ -111.92697232342252, 40.153677594547311 ], [ -111.92733172809908, 40.153341370203059 ], [ -111.9277262261613, 40.152995854193648 ], [ -111.92792126668921, 40.15266094484663 ], [ -111.92802165184814, 40.152272737676206 ], [ -111.92834337179694, 40.151756624903911 ], [ -111.9286412397751, 40.151213674415501 ], [ -111.9289145196163, 40.150589836097971 ], [ -111.92894630122503, 40.150337318872296 ], [ -111.9290963351865, 40.150146918378063 ], [ -111.92928134067566, 40.149938218285065 ], [ -111.92938306505427, 40.149649102085228 ], [ -111.92960267188714, 40.149395076895104 ], [ -111.92976308991987, 40.149105489105779 ], [ -111.92988607792167, 40.148654033059238 ], [ -111.93000795854488, 40.148121501425543 ], [ -111.93009462065585, 40.147589252525904 ], [ -111.93057818790527, 40.146891645671964 ], [ -111.93088861697672, 40.146411653732414 ], [ -111.93140726058309, 40.145704751959414 ], [ -111.93175560186215, 40.145422658866316 ], [ -111.93197629448851, 40.145249704683621 ], [ -111.93207701577128, 40.144888519037501 ], [ -111.93218836613049, 40.144446163351667 ], [ -111.93279903913862, 40.14360337365661 ], [ -111.93324943242266, 40.14305918198307 ], [ -111.93352535140765, 40.142633517173834 ], [ -111.93398265927596, 40.141737901155864 ], [ -111.93460280209072, 40.140732856523009 ], [ -111.93491095278701, 40.140090703051193 ], [ -111.93531349171745, 40.139483823859379 ], [ -111.9356002561381, 40.138995000672438 ], [ -111.93585291693809, 40.138587536808565 ], [ -111.93608370738508, 40.138297371136019 ], [ -111.93611508667078, 40.138017826632485 ], [ -111.93631053892521, 40.137718936783564 ], [ -111.93663274763851, 40.137247843104355 ], [ -111.93699707412765, 40.136425041745298 ], [ -111.93705179901315, 40.136136298621636 ], [ -111.93721227888304, 40.135855708954871 ], [ -111.93728948585995, 40.135494708652146 ], [ -111.93746256659571, 40.135277082319575 ], [ -111.93748220237003, 40.134997632398104 ], [ -111.93764243023639, 40.134699025363837 ], [ -111.93776831374548, 40.134463761940232 ], [ -111.93788369829542, 40.13431867727563 ], [ -111.93811731509923, 40.134235700423297 ], [ -111.93816116430919, 40.134010110506658 ], [ -111.93823910769872, 40.13370315984082 ], [ -111.93841267659528, 40.133521565642859 ], [ -111.93846850866026, 40.133313897255597 ], [ -111.93851347149585, 40.133169382645008 ], [ -111.93886283568732, 40.13296834408559 ], [ -111.93918810512049, 40.132722452952819 ], [ -111.93957056478732, 40.132367984222036 ], [ -111.94003827680386, 40.132238056914652 ], [ -111.94053746997915, 40.131837590358877 ], [ -111.94133769377655, 40.131137365090439 ], [ -111.94166033461764, 40.130702291165257 ], [ -111.94190417798083, 40.130511110830057 ], [ -111.94201793025512, 40.13024891319462 ], [ -111.94215440697489, 40.12993247420647 ], [ -111.94240848891833, 40.129633096796212 ], [ -111.94255744500357, 40.129370612103578 ], [ -111.94262275685, 40.129000695395085 ], [ -111.9426662147396, 40.128748078640548 ], [ -111.94286173678836, 40.128458186274521 ], [ -111.9429041976227, 40.128133502379356 ], [ -111.94295802006707, 40.127781697754017 ], [ -111.94289635533215, 40.127565974394052 ], [ -111.94291671411094, 40.127340573753187 ], [ -111.94295855166776, 40.126970847877352 ], [ -111.94301137711165, 40.126546976111385 ], [ -111.94298242929035, 40.12615079838956 ], [ -111.94288219999105, 40.12569213525186 ], [ -111.9427968185023, 40.12545858606088 ], [ -111.94286436607197, 40.12525081995804 ], [ -111.94289546364443, 40.124953256611285 ], [ -111.94284528783876, 40.124719420768805 ], [ -111.94282007561468, 40.124593494448419 ], [ -111.94279498794009, 40.124476576505018 ], [ -111.94278151076196, 40.12435055463181 ], [ -111.9427797684713, 40.124224437219581 ], [ -111.94270413305549, 40.123846658145396 ], [ -111.94267904587862, 40.123729740156527 ], [ -111.94260515353189, 40.123478078409583 ], [ -111.94258006667201, 40.123361160388384 ], [ -111.94254312082307, 40.123235329479051 ], [ -111.94250629952265, 40.123118506942767 ], [ -111.94245761932693, 40.122992771501877 ], [ -111.94242067391572, 40.122866940540654 ], [ -111.94238385303521, 40.122750117953402 ], [ -111.94234690789966, 40.122624286960352 ], [ -111.94229835274443, 40.122507559825017 ], [ -111.94224967338791, 40.122381824274164 ], [ -111.94215256393929, 40.122148369879902 ], [ -111.94209227501091, 40.122031738107239 ], [ -111.94194822894445, 40.121798665347519 ], [ -111.94187633060324, 40.121691137285723 ], [ -111.94180430818244, 40.121574600781365 ], [ -111.94163704397602, 40.12135973524002 ], [ -111.9415416779446, 40.121252397775315 ], [ -111.94145804652314, 40.12114496483246 ], [ -111.94135119527979, 40.121055739384715 ], [ -111.94125583012747, 40.120948401668976 ], [ -111.94114897945762, 40.120859176025071 ], [ -111.94105373910666, 40.12076084652896 ], [ -111.94094676480442, 40.120662612292342 ], [ -111.94082818077574, 40.120573481679564 ], [ -111.94072120709303, 40.120475247224327 ], [ -111.94061435786534, 40.120386021063375 ], [ -111.94050738478565, 40.120287786400546 ], [ -111.94038880198283, 40.120198655318063 ], [ -111.94028182952265, 40.120100420436643 ], [ -111.94017498145784, 40.120011193851226 ], [ -111.9400797437017, 40.119912863510116 ], [ -111.93996103805223, 40.119814723569242 ], [ -111.93986580088055, 40.119716393042182 ], [ -111.93975882993313, 40.119618157652226 ], [ -111.93947312094878, 40.119323165293416 ], [ -111.93937776119397, 40.119215825937594 ], [ -111.93928252570579, 40.119117494901538 ], [ -111.93917543259245, 40.119010250538203 ], [ -111.93909193161744, 40.118911824175598 ], [ -111.93887799479825, 40.118715351780509 ], [ -111.93878276073444, 40.11861702030879 ], [ -111.93867591696245, 40.118527792268516 ], [ -111.93856894960238, 40.118429555718478 ], [ -111.93845037256811, 40.118340422556663 ], [ -111.93834352966472, 40.118251194195558 ], [ -111.93810637711437, 40.118072927264706 ], [ -111.93799953508001, 40.117983698572182 ], [ -111.9378809595639, 40.117894564803144 ], [ -111.93764393320308, 40.117725305296212 ], [ -111.93752535859971, 40.117636171148654 ], [ -111.93739505060256, 40.117547131851481 ], [ -111.9372766003263, 40.117467005850571 ], [ -111.93716976032569, 40.11737777635998 ], [ -111.93681404111135, 40.117110372023944 ], [ -111.9367070786585, 40.117012133674208 ], [ -111.93658863011679, 40.116932006942427 ], [ -111.93648166826883, 40.116833768374597 ], [ -111.93637483030039, 40.116744538117715 ], [ -111.93625625905771, 40.116655402617305 ], [ -111.93614929812333, 40.116557163727414 ], [ -111.93604246102339, 40.116467933149771 ], [ -111.9359237671859, 40.116369788877726 ], [ -111.93571009444335, 40.116191327184019 ], [ -111.9355915250305, 40.116102190973656 ], [ -111.93548468937337, 40.116012959858011 ], [ -111.93536599713059, 40.11591481498845 ], [ -111.93525916206227, 40.115825583655166 ], [ -111.93503375937986, 40.115647215413055 ], [ -111.93491506842261, 40.115549070060517 ], [ -111.93480823451739, 40.115459838292395 ], [ -111.93468966755343, 40.115370701119545 ], [ -111.93458283422251, 40.115281469134203 ], [ -111.93446426786274, 40.115192331720962 ], [ -111.93435743510609, 40.115103099518421 ], [ -111.93422713607188, 40.115014056515641 ], [ -111.93410857064077, 40.114924918723531 ], [ -111.93399012876711, 40.114844789229181 ], [ -111.93387156393908, 40.114755651184971 ], [ -111.93375312263646, 40.114675521439359 ], [ -111.9336345584115, 40.114586383143035 ], [ -111.93350438448613, 40.114506347722823 ], [ -111.93338594404548, 40.114426217588417 ], [ -111.93325577071526, 40.114346181879739 ], [ -111.93313733084305, 40.114266051482389 ], [ -111.9328769856771, 40.114105979337225 ], [ -111.93275854666425, 40.114025848539363 ], [ -111.93262837482851, 40.113945812102898 ], [ -111.93239149821721, 40.113785549855855 ], [ -111.93224959420711, 40.113705607441361 ], [ -111.93213103362474, 40.113616467549363 ], [ -111.93201259633315, 40.113536335962237 ], [ -111.9316220871473, 40.113296223602873 ], [ -111.93150365100594, 40.11321609147771 ], [ -111.93137348217665, 40.113136053585286 ], [ -111.93113661130828, 40.112975788683748 ], [ -111.93100632051929, 40.112886741930645 ], [ -111.93088788580823, 40.112806609153843 ], [ -111.93076932856098, 40.112717467816076 ], [ -111.93065089442096, 40.112637334788083 ], [ -111.93017666970111, 40.112280767671258 ], [ -111.93006984710247, 40.11219153135341 ], [ -111.929951414694, 40.112111397583156 ], [ -111.92935864369854, 40.111665684647321 ], [ -111.92925182313253, 40.111576447542447 ], [ -111.92913339274904, 40.111496312904194 ], [ -111.92877773562995, 40.111228882908293 ], [ -111.9286593064044, 40.111148747767288 ], [ -111.92839898357312, 40.110988665215658 ], [ -111.92828055520678, 40.110908529674276 ], [ -111.92815051699831, 40.110837496479903 ], [ -111.92800862404854, 40.110757548702566 ], [ -111.92789031896389, 40.110686421195197 ], [ -111.92774854903608, 40.110615481536556 ], [ -111.92761851193366, 40.110544447728657 ], [ -111.92747674257954, 40.110473507729012 ], [ -111.92734670602729, 40.110402473607898 ], [ -111.92721654740964, 40.110322430888459 ], [ -111.92707477892918, 40.110251490384094 ], [ -111.92681470776759, 40.110109421064784 ], [ -111.92668455032745, 40.110029377730015 ], [ -111.92654278300161, 40.109958436557712 ], [ -111.92615267998116, 40.109745330513363 ], [ -111.92602252400515, 40.109665286412913 ], [ -111.92588075811491, 40.109594344409423 ], [ -111.9257507248808, 40.109523308447834 ], [ -111.92562056979561, 40.109443263882476 ], [ -111.92549053711735, 40.10937222762059 ], [ -111.92523022843284, 40.109212137736677 ], [ -111.92511180684515, 40.109131998853606 ], [ -111.92498177528428, 40.10906096200398 ], [ -111.92472146897146, 40.108900870941106 ], [ -111.92459143825309, 40.108829833640861 ], [ -111.92446128583958, 40.108749787732826 ], [ -111.92433125567706, 40.108678750132299 ], [ -111.92420110385437, 40.108598703923093 ], [ -111.92405946396012, 40.108536768089849 ], [ -111.92392943461695, 40.108465730026268 ], [ -111.923787673367, 40.108394785393322 ], [ -111.92364603426465, 40.108332849043258 ], [ -111.92350427358103, 40.108261904055347 ], [ -111.92322099668789, 40.108138030470386 ], [ -111.92307948040252, 40.108085101875162 ], [ -111.92293784257382, 40.108023164641168 ], [ -111.92279644848246, 40.107979244157058 ], [ -111.92263159036847, 40.107935510424198 ], [ -111.92247846455567, 40.107891683008198 ], [ -111.9223254606148, 40.107856863851886 ], [ -111.92201896663889, 40.107751191064509 ], [ -111.92187745206475, 40.107698260977394 ], [ -111.92173569450752, 40.10762731378135 ], [ -111.92145242339507, 40.107503435791081 ], [ -111.92132239869674, 40.107432394735092 ], [ -111.92118064226054, 40.107361446843683 ], [ -111.92103900762358, 40.107299507243425 ], [ -111.92090898373891, 40.107228465711579 ], [ -111.92076734962019, 40.107166525771802 ], [ -111.92062559430497, 40.107095577185071 ], [ -111.92034232737907, 40.106971696420771 ], [ -111.92018908375829, 40.106918857458233 ], [ -111.92004769367134, 40.106874933564193 ], [ -111.91974145020855, 40.106787271587535 ], [ -111.91943496493396, 40.106681591843248 ], [ -111.91929345453526, 40.106628658541489 ], [ -111.91872693031817, 40.106380889671577 ], [ -111.91858517872203, 40.106309938535659 ], [ -111.91844354857825, 40.1062479956991 ], [ -111.91831352936155, 40.106176951187692 ], [ -111.9181717786127, 40.106105999533732 ], [ -111.91790013085779, 40.105973011193299 ], [ -111.9177701127239, 40.105901966056244 ], [ -111.91762836310332, 40.10583101372108 ], [ -111.91735659647264, 40.105689015594983 ], [ -111.91722657943902, 40.105617969831869 ], [ -111.91708483096572, 40.105547016815045 ], [ -111.91695481448224, 40.105475970738908 ], [ -111.91682467732534, 40.10539591603046 ], [ -111.91669466139766, 40.105324869654169 ], [ -111.91669224290655, 40.105144699993623 ], [ -111.91667881835627, 40.105018674081869 ], [ -111.91667373969285, 40.104640317766361 ], [ -111.91664689094814, 40.104388265909002 ], [ -111.9166101245866, 40.104271434150235 ], [ -111.91657323745038, 40.10414559389104 ], [ -111.91651300845301, 40.104028947773052 ], [ -111.91646451109474, 40.103912208790085 ], [ -111.91642762443257, 40.103786368471603 ], [ -111.91637912739974, 40.103669629444482 ], [ -111.9163422410339, 40.103543789090359 ], [ -111.91630547567381, 40.103426957207084 ], [ -111.91623170363195, 40.103175276419528 ], [ -111.91618308653834, 40.10304952880184 ], [ -111.91615793215057, 40.102923595568058 ], [ -111.91614450909961, 40.102797569530566 ], [ -111.91615466938129, 40.102680366387304 ], [ -111.91620014407792, 40.102571893334201 ], [ -111.91628069132055, 40.102454133355046 ], [ -111.91646548902258, 40.102236444556958 ], [ -111.91653430429768, 40.102118777229933 ], [ -111.91655619493255, 40.102001481212817 ], [ -111.9165426504708, 40.101866446719178 ], [ -111.91652922695557, 40.101740420709135 ], [ -111.91655111749024, 40.101623124686654 ], [ -111.91662005291785, 40.101514465793997 ], [ -111.9167007191275, 40.101405714012586 ], [ -111.91680496796459, 40.101305784948913 ], [ -111.91689748553377, 40.101205948662006 ], [ -111.91711771265147, 40.101005997205128 ], [ -111.91721022936093, 40.100906160672949 ], [ -111.91741872372539, 40.100706301552947 ], [ -111.9175112395926, 40.100606464784669 ], [ -111.9175919033264, 40.100497712393583 ], [ -111.91770606474736, 40.100262562272299 ], [ -111.91775129334685, 40.100136071634282 ], [ -111.91782022539549, 40.100027412037868 ], [ -111.91788903616779, 40.099909743912548 ], [ -111.9179814292123, 40.099800898286553 ], [ -111.91807406413015, 40.099710069564466 ], [ -111.91820201196346, 40.099627970270845 ], [ -111.91833008060443, 40.099554879325929 ], [ -111.91846987963274, 40.099481695217897 ], [ -111.91860979951211, 40.099417519430823 ], [ -111.91886569247714, 40.099253319539343 ], [ -111.91898190788945, 40.099171312461152 ], [ -111.91910997483245, 40.099098220667102 ], [ -111.91923792026658, 40.099016120247299 ], [ -111.91936598664239, 40.098943028174567 ], [ -111.91987776412745, 40.098614624548034 ], [ -111.92000595039319, 40.098550540263993 ], [ -111.92015771874175, 40.098495277940728 ], [ -111.92030985095909, 40.098467040874226 ], [ -111.92047383491801, 40.098447718868634 ], [ -111.92063769736428, 40.098419388148159 ], [ -111.92081341157663, 40.098399972421618 ], [ -111.92095344846028, 40.098344802324107 ], [ -111.92104607744261, 40.098253971268917 ], [ -111.92112661131537, 40.098136207983806 ], [ -111.92120726640221, 40.098027453126306 ], [ -111.92133520728996, 40.097945350425483 ], [ -111.92147512129135, 40.097881171225602 ], [ -111.92162688693749, 40.097825907000896 ], [ -111.92177889546167, 40.097788659543156 ], [ -111.92227120569029, 40.097757712096872 ], [ -111.92242309204791, 40.097711455318425 ], [ -111.92256312619323, 40.097656283298655 ], [ -111.92267921273357, 40.097565264088672 ], [ -111.92278344696653, 40.097465329742519 ], [ -111.92289953288942, 40.097374310315686 ], [ -111.92303968768047, 40.097328146208127 ], [ -111.92321564184051, 40.097326743830799 ], [ -111.92336764835277, 40.097289494306928 ], [ -111.9235194111148, 40.097234227628768 ], [ -111.92365919976095, 40.097161037344023 ], [ -111.92378737969698, 40.097096948929533 ], [ -111.92392716777168, 40.097023758326046 ], [ -111.92405522533555, 40.096950661141925 ], [ -111.92418316074769, 40.096868555341288 ], [ -111.92431121774439, 40.096795457878557 ], [ -111.92445100463489, 40.096722266652336 ], [ -111.92456720898585, 40.096640254058386 ], [ -111.92495101069572, 40.096393934570315 ], [ -111.92506721388573, 40.096311921483185 ], [ -111.92532307956273, 40.096147707543786 ], [ -111.92545113397883, 40.09607460884073 ], [ -111.92570699783866, 40.095910394066991 ], [ -111.92583505139575, 40.095837294946179 ], [ -111.92595125257323, 40.095755280986971 ], [ -111.9260791834549, 40.095673173126251 ], [ -111.92619526192297, 40.095582150452302 ], [ -111.92629961013026, 40.095491221474177 ], [ -111.9263684017787, 40.095373548436505 ], [ -111.92642546328251, 40.095255969180677 ], [ -111.92647067253229, 40.095129475249358 ], [ -111.92649254405755, 40.095012177432217 ], [ -111.92655779166552, 40.094633258523437 ], [ -111.9265913926815, 40.094515866846827 ], [ -111.926624871398, 40.094389466684653 ], [ -111.92667007973441, 40.094262972667444 ], [ -111.92670368038689, 40.094145580955072 ], [ -111.92672542902929, 40.094019274607234 ], [ -111.92673544791998, 40.093893062104641 ], [ -111.92671040001203, 40.09377613962301 ], [ -111.92666177073261, 40.093650396344529 ], [ -111.92661326381865, 40.093533661517014 ], [ -111.9265763644914, 40.093407824355637 ], [ -111.92656292444713, 40.093281799516824 ], [ -111.92655962575012, 40.093038570641973 ], [ -111.92656964483838, 40.092912358130725 ], [ -111.92659139338026, 40.092786051783072 ], [ -111.9266014123817, 40.092659839264726 ], [ -111.92664490912894, 40.092407226543841 ], [ -111.9266783867877, 40.092280826333486 ], [ -111.9267235937042, 40.092154332266723 ], [ -111.92676892265392, 40.092036846659553 ], [ -111.9268025221146, 40.091919454888178 ], [ -111.92681254062931, 40.091793242338724 ], [ -111.92679910052475, 40.091667217493871 ], [ -111.92678578267079, 40.091550201122992 ], [ -111.92674888416828, 40.091424363965373 ], [ -111.92672371503632, 40.091298432948001 ], [ -111.92668681679264, 40.091172595762359 ], [ -111.92665004086564, 40.091055767040629 ], [ -111.92661314289685, 40.090929929823282 ], [ -111.92656451592219, 40.090804186417806 ], [ -111.92652774041402, 40.090687357645265 ], [ -111.92647923592899, 40.09057062267609 ], [ -111.92643060946814, 40.09044487920098 ], [ -111.9263821053284, 40.090328144182457 ], [ -111.92634520827016, 40.090202306854046 ], [ -111.92629670445582, 40.090085571791313 ], [ -111.92625980769394, 40.089959734427232 ], [ -111.9262230331872, 40.089842905530034 ], [ -111.92618613670018, 40.089717068134235 ], [ -111.9261609692925, 40.089591136938942 ], [ -111.92612419516465, 40.089474307998849 ], [ -111.92608729907114, 40.089348470559308 ], [ -111.92606213199402, 40.089222539331018 ], [ -111.92601362938873, 40.089105804116819 ], [ -111.92597673371021, 40.088979966629601 ], [ -111.92591650261527, 40.088863325129743 ], [ -111.9258680005244, 40.088746589841691 ], [ -111.92580776982737, 40.088629948276214 ], [ -111.92575926809471, 40.088513212933996 ], [ -111.9255785778239, 40.088163287932709 ], [ -111.92551822613697, 40.088037637706186 ], [ -111.92545799668171, 40.087920995930837 ], [ -111.92540949607032, 40.087804260415552 ], [ -111.92536087363601, 40.087678516387307 ], [ -111.92531237336981, 40.087561780822696 ], [ -111.92527560184655, 40.087444951543844 ], [ -111.92522697992594, 40.087319207445994 ], [ -111.92519020868666, 40.087202378132076 ], [ -111.92515331561462, 40.0870765403128 ], [ -111.92511654463939, 40.086959710967747 ], [ -111.92506792337261, 40.08683396678547 ], [ -111.92501942423166, 40.086717231068882 ], [ -111.92497080332392, 40.086591486836667 ], [ -111.92492230452817, 40.086474751070739 ], [ -111.92486207751298, 40.086358108927257 ], [ -111.92479024424846, 40.086250568879358 ], [ -111.9247300176623, 40.086133926657958 ], [ -111.92465806295419, 40.086017378026192 ], [ -111.92458623037679, 40.085909837837825 ], [ -111.92450254786266, 40.08579338271629 ], [ -111.92443071577037, 40.085685842421924 ], [ -111.92434715565007, 40.085578395671789 ], [ -111.92427520219356, 40.085461846777115 ], [ -111.92420337081484, 40.085354306327673 ], [ -111.92411968964633, 40.085237850903404 ], [ -111.92397590628958, 40.085013761247346 ], [ -111.9238923477202, 40.084906314139367 ], [ -111.92382051754015, 40.084798773428865 ], [ -111.92373683771723, 40.084682317701862 ], [ -111.92366500802225, 40.084574776885383 ], [ -111.9233307794719, 40.084144987086418 ], [ -111.92323549500065, 40.084037632951407 ], [ -111.92315206049291, 40.083939193764635 ], [ -111.92305677659273, 40.083831839472424 ], [ -111.92296161465239, 40.083733493597187 ], [ -111.92286633134138, 40.08362613913792 ], [ -111.92277116996424, 40.083527793096422 ], [ -111.9226642809689, 40.083429540390789 ], [ -111.92247371643862, 40.083214830868037 ], [ -111.92237855620438, 40.083116484484222 ], [ -111.92229512406921, 40.083018044638038 ], [ -111.92219984281373, 40.082910689594272 ], [ -111.92203273674511, 40.082695792552236 ], [ -111.92193745635664, 40.082588437277003 ], [ -111.92185402550997, 40.082489997089766 ], [ -111.92160337000202, 40.082167650621543 ], [ -111.92150809103344, 40.082060294967498 ], [ -111.92141293381297, 40.081961947737149 ], [ -111.92131765543351, 40.08185459191607 ], [ -111.92123410496451, 40.08174714274169 ], [ -111.92113894857864, 40.081648795271626 ], [ -111.92104367107123, 40.081541439209659 ], [ -111.92085335970079, 40.08134474385416 ], [ -111.92075808307048, 40.081237387541869 ], [ -111.92056777337636, 40.081040691688095 ], [ -111.92046077015087, 40.080933428316406 ], [ -111.92027046216616, 40.080736731944761 ], [ -111.92016358116372, 40.080638476794846 ], [ -111.92006842787558, 40.080540128391931 ], [ -111.91985466737829, 40.080343617595453 ], [ -111.91974790881208, 40.080254370555906 ], [ -111.91964102931924, 40.080156114898756 ], [ -111.91953427132579, 40.080066867652988 ], [ -111.91942739243466, 40.079968611788807 ], [ -111.9193089077187, 40.079879457409156 ], [ -111.91920215059214, 40.079790209843317 ], [ -111.91896518267549, 40.079611900478142 ], [ -111.91885842641628, 40.07952265258168 ], [ -111.91862146032389, 40.079344342484617 ], [ -111.91850309879318, 40.079264195766022 ], [ -111.91814765285118, 40.078996729298431 ], [ -111.91802929247658, 40.078916582077902 ], [ -111.91791081140691, 40.078827426211056 ], [ -111.91779245160237, 40.078747278739776 ], [ -111.91766224404353, 40.078658215524591 ], [ -111.91754388482242, 40.078578067790424 ], [ -111.91742528406502, 40.078479902885292 ], [ -111.91730704632062, 40.078408763423312 ], [ -111.91718856707186, 40.078319606789471 ], [ -111.91705848196952, 40.078239551395185 ], [ -111.91694000333764, 40.078150394497605 ], [ -111.91682164584007, 40.078070245999086 ], [ -111.91657308391778, 40.07790103289225 ], [ -111.91645472728067, 40.077820884005718 ], [ -111.91633625016065, 40.077731726467213 ], [ -111.91620616717029, 40.077651670083924 ], [ -111.91608781139361, 40.0775715208094 ], [ -111.91596933518346, 40.077482362881575 ], [ -111.9158392530951, 40.077402306072663 ], [ -111.91572089817888, 40.077322156410148 ], [ -111.91559081668464, 40.077242099313345 ], [ -111.91547246233587, 40.077161949388405 ], [ -111.91508222054664, 40.076921776782648 ], [ -111.91496386734612, 40.076841626320743 ], [ -111.91483390820535, 40.076770576879149 ], [ -111.91470382879298, 40.076690518755292 ], [ -111.91458547643437, 40.076610367894133 ], [ -111.91444367087936, 40.076530402055845 ], [ -111.91431371286606, 40.076459352014155 ], [ -111.91419536136272, 40.076379200741613 ], [ -111.91393520581714, 40.076219082865023 ], [ -111.91381685517162, 40.076138931192837 ], [ -111.91355670142163, 40.075978812439409 ], [ -111.91343835163393, 40.075898660367585 ], [ -111.91330827550486, 40.075818600627734 ], [ -111.91318992628457, 40.075738448293535 ], [ -111.9130598507496, 40.075658388265865 ], [ -111.91294138179335, 40.075569227130536 ], [ -111.91281130686994, 40.075489166814592 ], [ -111.91269295880042, 40.075409013955216 ], [ -111.91256288447109, 40.075328953351445 ], [ -111.91244441673246, 40.075239791689199 ], [ -111.9123260695233, 40.07515963844191 ], [ -111.91220760238657, 40.075070476528154 ], [ -111.91208925574739, 40.074990323030214 ], [ -111.91161539146172, 40.074633673613334 ], [ -111.9115086525684, 40.074544418672858 ], [ -111.91139018756337, 40.074455255889902 ], [ -111.91128344924316, 40.074366000732773 ], [ -111.91116498484107, 40.07427683771008 ], [ -111.91105812704461, 40.074178573790689 ], [ -111.91093966326147, 40.074089410527776 ], [ -111.91083292610188, 40.074000154936996 ], [ -111.91071434291881, 40.073901982887413 ], [ -111.91060760634676, 40.073812727079577 ], [ -111.9104891437855, 40.073723563336728 ], [ -111.91027567206655, 40.073545051185029 ], [ -111.90992028800039, 40.073277558517951 ], [ -111.90980194714245, 40.073197402594026 ], [ -111.90956502656212, 40.073019073268526 ], [ -111.90944668656702, 40.072938916968475 ], [ -111.90920988760799, 40.072769595440647 ], [ -111.90907970258199, 40.07268052223516 ], [ -111.9089613637401, 40.072600365421785 ], [ -111.90884290542479, 40.072511199929544 ], [ -111.90871272136755, 40.072422126296885 ], [ -111.90859450311881, 40.07235097764994 ], [ -111.90846443938842, 40.072270912283777 ], [ -111.90834598229061, 40.072181746264775 ], [ -111.90821591917172, 40.072101680610423 ], [ -111.90809758234069, 40.072021522884242 ], [ -111.9079675198158, 40.071941456942163 ], [ -111.90784918355209, 40.071861298953699 ], [ -111.90771912162121, 40.071781232723893 ], [ -111.90758917957575, 40.071710174901732 ], [ -111.90732905719729, 40.071550041690429 ], [ -111.90719911599292, 40.071478983418508 ], [ -111.90706905554534, 40.071398916437019 ], [ -111.90693911489591, 40.071327857865398 ], [ -111.90679744865801, 40.071256890933604 ], [ -111.90666750855785, 40.071185832049444 ], [ -111.90653744928572, 40.071105764453947 ], [ -111.90640750974048, 40.071034705270101 ], [ -111.90627745105817, 40.070954637374037 ], [ -111.90615923786319, 40.07088348616756 ], [ -111.90601745397537, 40.070803509693889 ], [ -111.90589912195522, 40.070723349650414 ], [ -111.90576906445669, 40.070643281166092 ], [ -111.90565073300385, 40.070563120860392 ], [ -111.90552055679521, 40.070474043523127 ], [ -111.90540222592558, 40.070393882954761 ], [ -111.90528377606076, 40.070304713695229 ], [ -111.90517705218875, 40.070215452687513 ], [ -111.90504699649792, 40.070135383365425 ], [ -111.90494027319941, 40.070046122130613 ], [ -111.9045849281453, 40.069778612501224 ], [ -111.90447820600768, 40.069689350822401 ], [ -111.90400441810209, 40.069332669098969 ], [ -111.90389769741928, 40.069243406862398 ], [ -111.90377925150898, 40.069154236003065 ], [ -111.9036725313991, 40.06906497354997 ], [ -111.9035540860916, 40.068975802451 ], [ -111.90344736655466, 40.068886539781424 ], [ -111.90332880284173, 40.068788359869508 ], [ -111.90321035846185, 40.068699188404594 ], [ -111.9031036398062, 40.068609925404381 ], [ -111.90286675256088, 40.068431581869426 ], [ -111.90274842833138, 40.068351418488582 ], [ -111.90262998546484, 40.068262246406817 ], [ -111.90251166180515, 40.0681820827755 ], [ -111.90238161309182, 40.06810201035573 ], [ -111.90226328999937, 40.068021846462216 ], [ -111.90200319406412, 40.067861700896962 ], [ -111.9018848718292, 40.06778153660413 ], [ -111.90175482460728, 40.067701463458661 ], [ -111.90162489646784, 40.067630398742089 ], [ -111.90136480350709, 40.067470251699746 ], [ -111.90123487620863, 40.067399186533585 ], [ -111.90097478503458, 40.067239038589399 ], [ -111.9008448585771, 40.06716797297365 ], [ -111.90071481373161, 40.067087898625857 ], [ -111.90059649433847, 40.067007732974965 ], [ -111.90033640613883, 40.066847583553781 ], [ -111.90021808760321, 40.066767417503591 ], [ -111.90009965077049, 40.066678242743777 ], [ -111.8999696077241, 40.066598167532796 ], [ -111.89985117150796, 40.066508992509533 ], [ -111.89974446065133, 40.066419726295081 ], [ -111.8996260250379, 40.066330551032266 ], [ -111.89951931475413, 40.066241284601382 ], [ -111.89930565808984, 40.06604473425628 ], [ -111.89919894867177, 40.065955467516382 ], [ -111.89910384605108, 40.065857101085918 ], [ -111.89878336511768, 40.065562274204552 ], [ -111.89867665713705, 40.065473006960374 ], [ -111.89846300530739, 40.065276454982126 ], [ -111.89835629819241, 40.065187187428975 ], [ -111.89803582363682, 40.064892358375651 ], [ -111.89794084246016, 40.06480299953062 ], [ -111.89762037150561, 40.064508169269054 ], [ -111.89751366669361, 40.06441890090268 ], [ -111.8974068439511, 40.064320623838633 ], [ -111.89731174619821, 40.064222255856023 ], [ -111.89719331757, 40.064133077995734 ], [ -111.89708649573649, 40.064034800621492 ], [ -111.89697979236234, 40.063945531740345 ], [ -111.89687297112997, 40.063847254159469 ], [ -111.89676626832807, 40.063757985072492 ], [ -111.89664784121605, 40.063668806630808 ], [ -111.89654102089466, 40.063570528729187 ], [ -111.89642259440127, 40.06348135004756 ], [ -111.89630428627696, 40.063401179839246 ], [ -111.89606743480205, 40.063222821847752 ], [ -111.89594912754022, 40.063142651263682 ], [ -111.89583070255871, 40.063053471953836 ], [ -111.89570067139368, 40.062973391770235 ], [ -111.89558236499177, 40.062893220798728 ], [ -111.89546394091951, 40.062804041100144 ], [ -111.89534563508725, 40.062723869878276 ], [ -111.89499036560142, 40.062456329651468 ], [ -111.89488366742857, 40.062367058758412 ], [ -111.89476512732504, 40.062268869712859 ], [ -111.89465842973935, 40.062179598603052 ], [ -111.8945516146085, 40.062081318785062 ], [ -111.89445652409258, 40.061982948341651 ], [ -111.89434982735743, 40.061893676933934 ], [ -111.89413619918825, 40.061697116596207 ], [ -111.89402950331858, 40.061607844879617 ], [ -111.89391096576126, 40.061509654919412 ], [ -111.89380427047873, 40.061420382986078 ], [ -111.89356743238447, 40.06124201967603 ], [ -111.89346073796845, 40.06115274741272 ], [ -111.8933424373388, 40.061072574065413 ], [ -111.89310560165268, 40.060894209774176 ], [ -111.89299890838258, 40.060804937067672 ], [ -111.89288037369825, 40.06070674600798 ], [ -111.89277368101526, 40.060617473084761 ], [ -111.89266687104183, 40.060519191446296 ], [ -111.89257166786523, 40.060411810763121 ], [ -111.89248830655984, 40.060313348290187 ], [ -111.89240482796247, 40.060205877139303 ], [ -111.8923096256385, 40.060098496225748 ], [ -111.8922145411227, 40.060000123843203 ], [ -111.89210773292368, 40.059901841659496 ], [ -111.89197771210061, 40.059821757140561 ], [ -111.89185941551233, 40.059741582216333 ], [ -111.89171778880576, 40.059670596267807 ], [ -111.89158788629912, 40.05959951991489 ], [ -111.89132784731477, 40.059439349525569 ], [ -111.89122115863935, 40.059350075109364 ], [ -111.8909843344524, 40.059171706303154 ], [ -111.89087764664342, 40.059082431557037 ], [ -111.89066403726436, 40.058885864516803 ], [ -111.89056895680831, 40.05878749071892 ], [ -111.89024866316376, 40.058501647726743 ], [ -111.88971465110082, 40.058010226303082 ], [ -111.88961969039339, 40.057920860307178 ], [ -111.88951288918069, 40.057822575619973 ], [ -111.88941781186901, 40.05772420082522 ], [ -111.8893108941399, 40.057616907316785 ], [ -111.88912074094871, 40.057420157293542 ], [ -111.88902554768862, 40.057312773531436 ], [ -111.88894207823498, 40.057205299730867 ], [ -111.88884700260994, 40.057106924438941 ], [ -111.88859659664779, 40.056784502427625 ], [ -111.88852473493117, 40.056667929753381 ], [ -111.88844126706327, 40.056560455562973 ], [ -111.88836952283846, 40.056452891411901 ], [ -111.88829766186498, 40.056336318582161 ], [ -111.88822591810592, 40.05622875433302 ], [ -111.88808219737788, 40.055995608426443 ], [ -111.88801045432237, 40.055888044030006 ], [ -111.88793859456779, 40.055771470953161 ], [ -111.88787845830458, 40.055654807982229 ], [ -111.88780671593442, 40.055547243445972 ], [ -111.8876864444718, 40.055313917313285 ], [ -111.88754272754954, 40.055080770660027 ], [ -111.88748259258652, 40.054964107455866 ], [ -111.88741085157865, 40.054856542647094 ], [ -111.88729058271642, 40.054623216047958 ], [ -111.88721872554866, 40.054506642471559 ], [ -111.88691805817628, 40.053923325137319 ], [ -111.88688137118656, 40.0538064820839 ], [ -111.88682112173402, 40.053680809849041 ], [ -111.88678443504696, 40.053563966756855 ], [ -111.88673590886079, 40.053438204737283 ], [ -111.8866992224565, 40.053321361610273 ], [ -111.88665069660658, 40.053195599546207 ], [ -111.88660228767883, 40.053078846096199 ], [ -111.88656560170598, 40.052962002915109 ], [ -111.88651707636772, 40.052836240781922 ], [ -111.88646866793252, 40.052719487263644 ], [ -111.88642014295192, 40.052593725080825 ], [ -111.8863717348606, 40.052476971513556 ], [ -111.88633504962183, 40.052360128239634 ], [ -111.88626144614847, 40.052108424363198 ], [ -111.88621303868537, 40.051991670713242 ], [ -111.88617623731335, 40.05186581873167 ], [ -111.8861512753341, 40.051748885713913 ], [ -111.88607767323363, 40.051497181679906 ], [ -111.88605271156852, 40.051380248630238 ], [ -111.88601591084007, 40.051254396577797 ], [ -111.88599083272513, 40.051128454864312 ], [ -111.88595403225408, 40.051002602784095 ], [ -111.88592907099579, 40.050885669693635 ], [ -111.88587891547668, 40.050633786197636 ], [ -111.88584211549365, 40.050507934066083 ], [ -111.88581715462219, 40.05039100093758 ], [ -111.88576699991033, 40.0501391173634 ], [ -111.88575364498288, 40.050013085943476 ], [ -111.88572868445836, 40.049896152782395 ], [ -111.88567853046771, 40.049644269141126 ], [ -111.8856651758164, 40.049518237697519 ], [ -111.88562837686297, 40.049392385463278 ], [ -111.88561502236163, 40.04926635400691 ], [ -111.88560178450564, 40.049149331193341 ], [ -111.88559851995184, 40.048897089055586 ], [ -111.88562878928293, 40.048518457020229 ], [ -111.88565060100051, 40.048392156729669 ], [ -111.88567078028056, 40.048139735348798 ], [ -111.88568098646884, 40.048022533302706 ], [ -111.8856910760273, 40.047896322604444 ], [ -111.88568781128909, 40.047644080418067 ], [ -111.88570799026191, 40.047391659002294 ], [ -111.88572980151207, 40.047265358677969 ], [ -111.88576345108233, 40.047147977383197 ], [ -111.88580870570296, 40.047021497807961 ], [ -111.88587577099906, 40.04676871785626 ], [ -111.8859430690682, 40.046533955161856 ], [ -111.8859648796394, 40.046407654782428 ], [ -111.88599841177809, 40.046281264760047 ], [ -111.88602022217501, 40.046154964366728 ], [ -111.88604214913265, 40.046037672618809 ], [ -111.88607241503307, 40.045659040322775 ], [ -111.88609422511594, 40.045532739905703 ], [ -111.88610431362892, 40.045406529129984 ], [ -111.88613796169938, 40.045289147706022 ], [ -111.88617149300741, 40.04516275761879 ], [ -111.88621686228153, 40.045045286516178 ], [ -111.88625039333222, 40.044918896403715 ], [ -111.88630748370572, 40.044801335603005 ], [ -111.88635285251723, 40.044683864445005 ], [ -111.88639810449851, 40.044557384615793 ], [ -111.88645519432679, 40.044439823741044 ], [ -111.8865459308317, 40.044204881287143 ], [ -111.88656773962498, 40.044078580764065 ], [ -111.8865778270989, 40.043952369927538 ], [ -111.88659963576131, 40.04382606939452 ], [ -111.88663328225235, 40.043708687812668 ], [ -111.8866785331017, 40.043582207865455 ], [ -111.88672390050394, 40.043464736553375 ], [ -111.88678098889265, 40.043347175512125 ], [ -111.88691860728753, 40.04311187389726 ], [ -111.88707990038384, 40.042894409948239 ], [ -111.88716066332171, 40.042794686544376 ], [ -111.88743776328741, 40.042468220716259 ], [ -111.88748324548929, 40.042359757760302 ], [ -111.88749333107846, 40.042233546828079 ], [ -111.88746825386187, 40.042107605233696 ], [ -111.88746661854736, 40.041981484076203 ], [ -111.88747670412434, 40.041855273137543 ], [ -111.8875219522466, 40.041728792851117 ], [ -111.8876027131905, 40.041629069141202 ], [ -111.88771863637443, 40.041529075972704 ], [ -111.88778755914396, 40.041420433283882 ], [ -111.88780948169909, 40.041303141155971 ], [ -111.88784982097062, 40.040798297236073 ], [ -111.88787162638349, 40.040671996431982 ], [ -111.88788171106452, 40.040545785440031 ], [ -111.88791523698048, 40.040419394805937 ], [ -111.88797232086829, 40.040301833166353 ], [ -111.88804124203244, 40.040193190321659 ], [ -111.88808660494674, 40.040075718457814 ], [ -111.88810840971622, 40.039949417600816 ], [ -111.88810350064004, 40.03957105404421 ], [ -111.88809014383547, 40.039445022690202 ], [ -111.88808850752929, 40.039318901495839 ], [ -111.88807515081007, 40.039192870133824 ], [ -111.88807351454609, 40.039066748933443 ], [ -111.88808359867259, 40.038940537895904 ], [ -111.88810540312467, 40.038814237018826 ], [ -111.88811560404332, 40.038697034631852 ], [ -111.88814912868357, 40.038570643904691 ], [ -111.88817093290925, 40.038444343009893 ], [ -111.88820457422167, 40.038326960921829 ], [ -111.88823809852852, 40.038200570164676 ], [ -111.88825990248444, 40.03807426924822 ], [ -111.88829342657368, 40.037947878472067 ], [ -111.888338670731, 40.037821397826747 ], [ -111.88840770579876, 40.03772176341014 ], [ -111.88853557529363, 40.037639696893464 ], [ -111.88869907271251, 40.037593395191685 ], [ -111.88885131765436, 40.03758321780262 ], [ -111.88901586765789, 40.037617993574244 ], [ -111.88918006677854, 40.037625743139742 ], [ -111.88934414889519, 40.037624483815705 ], [ -111.88947283644347, 40.037605476871619 ], [ -111.88950799688472, 40.037605206947305 ], [ -111.88967149353853, 40.037558903881056 ], [ -111.8898231527379, 40.037503681939569 ], [ -111.88992757987596, 40.037421793920288 ], [ -111.88999637797839, 40.037304141269153 ], [ -111.89002989850115, 40.037177750013022 ], [ -111.89007513895466, 40.037051268713512 ], [ -111.89008510202757, 40.036916048846081 ], [ -111.89018788794193, 40.036708039416212 ], [ -111.89035196781423, 40.036706778688902 ], [ -111.89052788485475, 40.036714436306802 ], [ -111.8906919647272, 40.036713175097901 ], [ -111.89085616182136, 40.03672092231082 ], [ -111.89118432155769, 40.036718398730677 ], [ -111.89134863600412, 40.036735153897965 ], [ -111.89200542501739, 40.036766137622649 ], [ -111.89216950494776, 40.036764874320198 ], [ -111.89233370229447, 40.036772619435851 ], [ -111.89266186214655, 40.036770091668608 ], [ -111.89282582456561, 40.036759818787324 ], [ -111.89296575940354, 40.036704683081709 ], [ -111.89306841868937, 40.03648766253901 ], [ -111.89293855925821, 40.036416586952356 ], [ -111.89277412774744, 40.036390825385006 ], [ -111.89244573484356, 40.036375336148936 ], [ -111.89228165585909, 40.036376599832401 ], [ -111.89211769426095, 40.0363868719351 ], [ -111.89178953619707, 40.03638939814131 ], [ -111.89162557448154, 40.036399669548707 ], [ -111.89129741631234, 40.036402194361905 ], [ -111.89113345447949, 40.03641246507398 ], [ -111.89096937534742, 40.036413726900221 ], [ -111.89081713336979, 40.036423907042689 ], [ -111.89065317140034, 40.036434177076394 ], [ -111.89047760661337, 40.036453545607102 ], [ -111.89032524730106, 40.036454716449242 ], [ -111.88999662028058, 40.036421202956134 ], [ -111.88983289236556, 40.036449489144054 ], [ -111.88969471163001, 40.036639750948019 ], [ -111.88969646781972, 40.036774880802767 ], [ -111.88970982696662, 40.036900912002558 ], [ -111.88968989930584, 40.037171351686169 ], [ -111.88959742647984, 40.037271166822045 ], [ -111.8893525919912, 40.03737215147072 ], [ -111.88918851047968, 40.037373410800157 ], [ -111.88902419497043, 40.037356652582091 ], [ -111.88885976256546, 40.037330885472002 ], [ -111.88869509637992, 40.037287100810069 ], [ -111.88854215048937, 40.037243226033873 ], [ -111.88838978933958, 40.037244394350175 ], [ -111.88825020029336, 40.037326550554752 ], [ -111.88816956214349, 40.037435283383417 ], [ -111.88811271464512, 40.037570862467113 ], [ -111.88798531219459, 40.037688963160832 ], [ -111.88793667875298, 40.037554192544277 ], [ -111.88794676296062, 40.037427981485671 ], [ -111.8879685672353, 40.037301680604173 ], [ -111.88800209151196, 40.037175289893881 ], [ -111.88800045549937, 40.037049168646959 ], [ -111.88790540974929, 40.036950791923431 ], [ -111.88779864425004, 40.036852504920169 ], [ -111.88775024544594, 40.036735751518925 ], [ -111.88772505313871, 40.036600801182985 ], [ -111.88773525444925, 40.036483598781622 ], [ -111.8877806155499, 40.036366126984106 ], [ -111.88784941633838, 40.036248475557969 ], [ -111.88833323632356, 40.035596079018447 ], [ -111.88840203540671, 40.035478427267442 ], [ -111.88848267093658, 40.035369694269761 ], [ -111.88857502596113, 40.035260871339474 ], [ -111.88865566096412, 40.035152138223133 ], [ -111.88866574357287, 40.035025927068403 ], [ -111.8887336059644, 40.034836205823396 ], [ -111.88892112076498, 40.034834767382158 ], [ -111.88908496222206, 40.034815491174363 ], [ -111.88923696690462, 40.034787296019253 ], [ -111.88938862036605, 40.034732074683575 ], [ -111.88951648314674, 40.034650007116127 ], [ -111.88960895262184, 40.034550192037479 ], [ -111.88966602887726, 40.034432629530542 ], [ -111.88969954870363, 40.034306238316603 ], [ -111.88973318548419, 40.034188855752411 ], [ -111.88976670507517, 40.034062464516445 ], [ -111.88978850502851, 40.033936163268109 ], [ -111.88982214148595, 40.033818780674309 ], [ -111.88984394126754, 40.033692479412231 ], [ -111.88991097946756, 40.033439696853428 ], [ -111.88993289607365, 40.033322404231249 ], [ -111.88998997078519, 40.033204841557307 ], [ -111.89009415702478, 40.033104936078054 ], [ -111.89021017945026, 40.033013949129774 ], [ -111.89034999170249, 40.032949807947446 ], [ -111.89050187453549, 40.032912602513733 ], [ -111.89082931277491, 40.032856028173839 ], [ -111.89099314891956, 40.032836749318754 ], [ -111.89132105547348, 40.032816208234536 ], [ -111.89147317205402, 40.032797018853493 ], [ -111.89180060888894, 40.032740441782316 ], [ -111.89195260779572, 40.032712243117039 ], [ -111.89210448919422, 40.032675035596235 ], [ -111.89226808971227, 40.032637737632015 ], [ -111.89241985334642, 40.032591521044147 ], [ -111.89257173421308, 40.032554312915778 ], [ -111.89272337999071, 40.032499087277671 ], [ -111.89283928038631, 40.032399089080627 ], [ -111.89282521168113, 40.032219006260533 ], [ -111.89310459266819, 40.032072700178261 ], [ -111.89323256353586, 40.031999637231465 ], [ -111.89337248837845, 40.0319445011 ], [ -111.89352401458613, 40.031880265774838 ], [ -111.89366382136413, 40.031816120640634 ], [ -111.89380374547743, 40.031760983994531 ], [ -111.89395527086707, 40.031696748112253 ], [ -111.89423488258858, 40.031568456649616 ], [ -111.89437480572671, 40.031513319322123 ], [ -111.89451461094562, 40.031449173174245 ], [ -111.89466648810021, 40.031411962332974 ], [ -111.8948302018827, 40.031383669444217 ], [ -111.8951578645808, 40.031345100280681 ], [ -111.89530997673148, 40.031325905905106 ], [ -111.89547380784312, 40.031306620763104 ], [ -111.89580123405683, 40.031250032485985 ], [ -111.89595322792086, 40.0312218286196 ], [ -111.89611694068459, 40.031193533922611 ], [ -111.89626881636474, 40.031156320995109 ], [ -111.89643252883361, 40.03112802585504 ], [ -111.89658428622757, 40.031081803868105 ], [ -111.89671201552044, 40.030990719829511 ], [ -111.89680317166329, 40.03079180397998 ], [ -111.89677808193855, 40.030665864296367 ], [ -111.89676471122482, 40.030539833906857 ], [ -111.89672790277861, 40.030413984901656 ], [ -111.89669121244486, 40.030297144530358 ], [ -111.89658267566303, 40.030063735781198 ], [ -111.89669868426648, 40.029972742439604 ], [ -111.89680285577394, 40.029872831034197 ], [ -111.89703487144172, 40.029690843803543 ], [ -111.89713916006083, 40.029599940750977 ], [ -111.89725516714005, 40.029508946861782 ], [ -111.89733578164082, 40.029400207823599 ], [ -111.89726417084385, 40.029301657171594 ], [ -111.89707643558231, 40.029285091647488 ], [ -111.89694859191819, 40.029367167423416 ], [ -111.89683258466253, 40.029458161009707 ], [ -111.8967282958437, 40.029549063790625 ], [ -111.89651995327318, 40.029748886377924 ], [ -111.89642750033066, 40.029848706872194 ], [ -111.89634676593454, 40.029948436640609 ], [ -111.89627810388993, 40.030075101660593 ], [ -111.89624448025593, 40.030192486061949 ], [ -111.89625784993343, 40.030318516530265 ], [ -111.89637810495147, 40.030551834923628 ], [ -111.89635726158555, 40.03075020653921 ], [ -111.89618194893502, 40.030787600854872 ], [ -111.89604214665503, 40.030851748989853 ], [ -111.89590222623919, 40.030906888307548 ], [ -111.89575046875366, 40.030953109403299 ], [ -111.89558687423252, 40.030990412230409 ], [ -111.89543499853146, 40.031027624265086 ], [ -111.89510733752006, 40.031066194196057 ], [ -111.89495522588328, 40.031085388300724 ], [ -111.8946277997107, 40.031141974187641 ], [ -111.89447580544505, 40.031170176319712 ], [ -111.89431220967954, 40.031207477358969 ], [ -111.89417228711005, 40.031262614607442 ], [ -111.8940206452565, 40.031317842110759 ], [ -111.8938809574375, 40.031390996321178 ], [ -111.89374115172851, 40.031455141710296 ], [ -111.89361306484771, 40.031519196553063 ], [ -111.89347325862218, 40.031583341623147 ], [ -111.89319376289801, 40.031720639919925 ], [ -111.8930539558624, 40.031784784490661 ], [ -111.89291426604545, 40.031857937551521 ], [ -111.89249484250837, 40.032050369765663 ], [ -111.89236687074451, 40.032123431906669 ], [ -111.89223901610161, 40.032205502566185 ], [ -111.89209920716844, 40.032269646000181 ], [ -111.8919592806123, 40.032324780609372 ], [ -111.89180739990481, 40.032361987934408 ], [ -111.8916437997799, 40.032399285245425 ], [ -111.89148008217643, 40.032427573667853 ], [ -111.89132808369338, 40.032455771709813 ], [ -111.89116436581656, 40.032484059688748 ], [ -111.89083669522053, 40.032522617635259 ], [ -111.89068434467013, 40.032523788854711 ], [ -111.89053117390789, 40.03246189924333 ], [ -111.89062188124696, 40.032226953442056 ], [ -111.89060852149413, 40.032100922255054 ], [ -111.89063031933387, 40.031974620829757 ], [ -111.89067567260136, 40.031857147895103 ], [ -111.89073274485573, 40.031739584853106 ], [ -111.89080153603605, 40.03162193168707 ], [ -111.89088216329517, 40.031513197038997 ], [ -111.89097462660693, 40.031413380884935 ], [ -111.89120666312691, 40.031231405146436 ], [ -111.89127498393768, 40.031077717055851 ], [ -111.89099396179826, 40.031097897475284 ], [ -111.89103743817509, 40.030836285790059 ], [ -111.89087348961064, 40.030846555998657 ], [ -111.89074551830971, 40.030919616358204 ], [ -111.89066489151338, 40.031028350916948 ], [ -111.8905726625983, 40.031146184156711 ], [ -111.89050375432197, 40.031254828531992 ], [ -111.89038773522987, 40.031345815764766 ], [ -111.89022401958563, 40.031374102395574 ], [ -111.8901767919111, 40.031347436543321 ], [ -111.8900940557368, 40.031294014755964 ], [ -111.89001061710299, 40.031186540918966 ], [ -111.88998553968726, 40.031060599637854 ], [ -111.89001905738623, 40.030934208283078 ], [ -111.89008784901721, 40.030816555520033 ], [ -111.89021605508897, 40.030761513210017 ], [ -111.89037941784308, 40.030706200609536 ], [ -111.89049555303761, 40.030624222051394 ], [ -111.89061145360522, 40.03052422604997 ], [ -111.89070391600676, 40.030424410105347 ], [ -111.89074926816977, 40.030306937123363 ], [ -111.8907593463673, 40.030180725731832 ], [ -111.8906992286113, 40.030064063521422 ], [ -111.89046309426274, 40.029930734961788 ], [ -111.89042618056345, 40.029795875145233 ], [ -111.89045969687072, 40.029669483651297 ], [ -111.89051688490159, 40.029560929353693 ], [ -111.89059751025, 40.029452194886979 ], [ -111.8908058694149, 40.029252382759786 ], [ -111.890874658049, 40.029134729529012 ], [ -111.89089657175926, 40.029017436671303 ], [ -111.89075501018898, 40.028946448467174 ], [ -111.8907183308453, 40.028829606054963 ], [ -111.89074024473592, 40.02871231321884 ], [ -111.89068001117263, 40.028586642287536 ], [ -111.89052731790711, 40.028560787203148 ], [ -111.89039935045668, 40.028633847166233 ], [ -111.89031872573057, 40.028742581503181 ], [ -111.89029692823361, 40.028868882934717 ], [ -111.89029856800214, 40.028995004281583 ], [ -111.89033548098989, 40.029129864164744 ], [ -111.89033700371174, 40.029246976837548 ], [ -111.89025626105929, 40.029346702461623 ], [ -111.89012852607298, 40.029437779469276 ], [ -111.89002434536542, 40.029537684980575 ], [ -111.8899318831367, 40.029637500395758 ], [ -111.88982758477263, 40.029728397065746 ], [ -111.88968801264114, 40.029810554922065 ], [ -111.88956015900017, 40.029892622645797 ], [ -111.88946757859668, 40.029983429029102 ], [ -111.88951609235856, 40.030109190535647 ], [ -111.88972796835147, 40.030179640338261 ], [ -111.88973933605276, 40.030152524351401 ], [ -111.88980871273998, 40.030079915077415 ], [ -111.88988922274115, 40.029962172427155 ], [ -111.89004121633491, 40.029933976314815 ], [ -111.89015957577909, 40.03002316275645 ], [ -111.89024313031734, 40.030139645186381 ], [ -111.8902799267255, 40.030265496389667 ], [ -111.89022273774897, 40.030374050567751 ], [ -111.89011867289025, 40.030482964827499 ], [ -111.89000253747395, 40.030564943012187 ], [ -111.88987468282441, 40.03064701108368 ], [ -111.88975866389971, 40.030737997693876 ], [ -111.8896897547216, 40.030846641602253 ], [ -111.8896327984301, 40.03097321282597 ], [ -111.88964709252883, 40.031171313498128 ], [ -111.88968377137907, 40.031288156208937 ], [ -111.88976732669772, 40.031404638948793 ], [ -111.88985205308849, 40.031611208269155 ], [ -111.88967685156284, 40.031657601464069 ], [ -111.88953657313063, 40.03168570716565 ], [ -111.88956164997251, 40.03181164853698 ], [ -111.88949285646332, 40.031929300988367 ], [ -111.88941222650206, 40.032038034691361 ], [ -111.88920385489655, 40.032237844354107 ], [ -111.88908771543004, 40.032319821641671 ], [ -111.88900708437167, 40.032428555067483 ], [ -111.88896184483426, 40.032555036038147 ], [ -111.8889399267825, 40.032672328507502 ], [ -111.88891976307694, 40.032924750944488 ], [ -111.8888745230666, 40.033051231875646 ], [ -111.88879389082696, 40.033159965152592 ], [ -111.8886659129858, 40.033233023257687 ], [ -111.88851414531264, 40.033279234966471 ], [ -111.88835030734856, 40.033298510333786 ], [ -111.88785809193614, 40.033302283050837 ], [ -111.88753018183696, 40.033322814369285 ], [ -111.88738931526659, 40.033305874171148 ], [ -111.88720157110106, 40.033289292751562 ], [ -111.88713008733173, 40.033199744455452 ], [ -111.88717486374017, 40.033037229497118 ], [ -111.8873027260917, 40.032955164354533 ], [ -111.88744242424647, 40.032882017983219 ], [ -111.88758223888621, 40.032817880114031 ], [ -111.88772193645872, 40.032744733410276 ], [ -111.88791894515299, 40.032572042176454 ], [ -111.88759103856879, 40.032592573631391 ], [ -111.8874391547903, 40.032629775260844 ], [ -111.88727555153467, 40.032667066434961 ], [ -111.88712366741262, 40.032704267654019 ], [ -111.88698385256315, 40.03276840497324 ], [ -111.88672789411827, 40.032914517081394 ], [ -111.88661186716659, 40.033005500592644 ], [ -111.88648400388, 40.033087564982139 ], [ -111.88629789314966, 40.033197103478045 ], [ -111.8861304402409, 40.032937106904519 ], [ -111.88611533970436, 40.032675945047849 ], [ -111.88614898189998, 40.032558563433341 ], [ -111.8862060625309, 40.032441002544239 ], [ -111.88627486222218, 40.032323351987614 ], [ -111.88635561415532, 40.032223629087518 ], [ -111.88649531186473, 40.032150483854238 ], [ -111.88675103464423, 40.031986354923454 ], [ -111.88685534052813, 40.031895460976074 ], [ -111.88694769357841, 40.031786639301174 ], [ -111.88710896056092, 40.031569175181893 ], [ -111.88716603874119, 40.031451613826889 ], [ -111.88724667162511, 40.031342881644811 ], [ -111.88733914006509, 40.031243068333858 ], [ -111.88754751420042, 40.031043261964385 ], [ -111.88765181760004, 40.030952367312494 ], [ -111.88775600392329, 40.03085246389746 ], [ -111.88784847096412, 40.030752650186948 ], [ -111.88795265669862, 40.030652746598108 ], [ -111.88806867791432, 40.030561761770414 ], [ -111.88820837039745, 40.030488614507796 ], [ -111.88834817945646, 40.030424475749165 ], [ -111.8884761524487, 40.030351418013495 ], [ -111.8885803366572, 40.03025151387002 ], [ -111.88856709801424, 40.030134491029841 ], [ -111.88840291692908, 40.030126740389022 ], [ -111.88825115591889, 40.030172951704714 ], [ -111.88809962838577, 40.030237180165464 ], [ -111.88806458855248, 40.030246458292588 ], [ -111.88794786692016, 40.030283391087941 ], [ -111.8878987718185, 40.030112585540316 ], [ -111.88799123766979, 40.030012771716407 ], [ -111.88803530908874, 40.029796204351022 ], [ -111.88786011090302, 40.02984259477595 ], [ -111.88774409060731, 40.029933579395696 ], [ -111.88759174568915, 40.029934746486894 ], [ -111.88754335234407, 40.029817992803977 ], [ -111.88756515519964, 40.029691691852314 ], [ -111.88764578542356, 40.029582959389231 ], [ -111.88774973612203, 40.029465038632793 ], [ -111.887514660351, 40.029412782026981 ], [ -111.88737473579691, 40.029467911102984 ], [ -111.88729410527117, 40.029576643382782 ], [ -111.88727230194741, 40.029702944290975 ], [ -111.88727393619376, 40.02982906572317 ], [ -111.88731072698432, 40.029954917937395 ], [ -111.88737083889995, 40.030071581972152 ], [ -111.88741934889228, 40.030197344396029 ], [ -111.88747946121241, 40.030314008365259 ], [ -111.88750453372963, 40.030439950258078 ], [ -111.88742390229544, 40.030548682620363 ], [ -111.88735498957195, 40.030657325181956 ], [ -111.88734490503958, 40.030783536336223 ], [ -111.88727599196037, 40.030892178850401 ], [ -111.8871718048694, 40.030992081841418 ], [ -111.88707945322712, 40.031100903694188 ], [ -111.88698698459291, 40.031200716802353 ], [ -111.88689463237884, 40.031309538510193 ], [ -111.88682571806615, 40.03141818076034 ], [ -111.88674520109154, 40.031535921328562 ], [ -111.88667628631885, 40.031644563490673 ], [ -111.8865956521753, 40.03175329528392 ], [ -111.88647974362105, 40.031853287333718 ], [ -111.88633981325923, 40.03190841520022 ], [ -111.8862216886186, 40.031837242212752 ], [ -111.88613802215303, 40.031711748191178 ], [ -111.88607791083477, 40.031595083542349 ], [ -111.88594806789072, 40.031523999881053 ], [ -111.88578365061258, 40.031498228214573 ], [ -111.88561934997546, 40.031481464988403 ], [ -111.88546723452882, 40.031500646674253 ], [ -111.88530339987464, 40.031519917701893 ], [ -111.88513944866558, 40.031530179822639 ], [ -111.88497538096624, 40.031531433035333 ], [ -111.88488069659583, 40.031460079637718 ], [ -111.88489008720263, 40.03127981659928 ], [ -111.8849824425929, 40.031170996454485 ], [ -111.88511030417276, 40.031088933714521 ], [ -111.88523828191465, 40.031015879512381 ], [ -111.88538993039974, 40.030960663430825 ], [ -111.88555376369195, 40.030941392293784 ], [ -111.88570552828145, 40.030895184478965 ], [ -111.88583350501779, 40.030822129627779 ], [ -111.8859613649165, 40.030740065961893 ], [ -111.8860773889609, 40.030649083099185 ], [ -111.8861816937457, 40.030558189749904 ], [ -111.88639006924954, 40.030358385424577 ], [ -111.88649402328404, 40.030240465774021 ], [ -111.88651547829818, 40.030087138981244 ], [ -111.88635211379002, 40.030142446157463 ], [ -111.8862242554704, 40.030224510245702 ], [ -111.88610811575205, 40.030306484576442 ], [ -111.88598037339675, 40.030397557075538 ], [ -111.88586423309219, 40.030479531165732 ], [ -111.8857364900889, 40.030570603400292 ], [ -111.88550444103541, 40.030752568338137 ], [ -111.88543447659612, 40.030780131700546 ], [ -111.88537634758322, 40.0308166141524 ], [ -111.88524650684425, 40.030745529671464 ], [ -111.88512687145737, 40.030557242711808 ], [ -111.88517211685476, 40.030430763132657 ], [ -111.88525275175832, 40.030322032297889 ], [ -111.88523940231363, 40.030196000339203 ], [ -111.88529648261958, 40.030078439855139 ], [ -111.88536539806618, 40.029969798477971 ], [ -111.88544603213093, 40.029861067509351 ], [ -111.88553826825364, 40.02974323824742 ], [ -111.8855954641912, 40.029634686294735 ], [ -111.88561727059445, 40.029508385667206 ], [ -111.88561400825127, 40.029256142672899 ], [ -111.88560065838629, 40.029130110737846 ], [ -111.88556387120002, 40.029004257923852 ], [ -111.88551548198402, 40.028887503330594 ], [ -111.88552568617442, 40.028770300940543 ], [ -111.88561815374331, 40.028670488969652 ], [ -111.88573405826931, 40.028570497772265 ], [ -111.88596609941587, 40.028388532393691 ], [ -111.88608235266521, 40.028315566890882 ], [ -111.88621009104963, 40.028224494290647 ], [ -111.88632622715853, 40.028142519868261 ], [ -111.88646591665386, 40.028069374709645 ], [ -111.88659388733747, 40.027996319049585 ], [ -111.88673357624555, 40.027923173572795 ], [ -111.88686154636777, 40.027850117621362 ], [ -111.88698939952944, 40.027768052853126 ], [ -111.88712920424949, 40.027703915583622 ], [ -111.88738514254852, 40.027557802680221 ], [ -111.88761717586442, 40.027375834048726 ], [ -111.88774502723004, 40.027293768459543 ], [ -111.88787311188899, 40.027229720083938 ], [ -111.88802474985688, 40.027174500632562 ], [ -111.88816443554443, 40.027101353455365 ], [ -111.88825607907147, 40.026938478686795 ], [ -111.88805686753241, 40.02694000562866 ], [ -111.88789292776119, 40.026950271529699 ], [ -111.887741056613, 40.026987473452614 ], [ -111.88760125392999, 40.027051611446062 ], [ -111.88747340283591, 40.02713367687695 ], [ -111.88739277514838, 40.027242409237161 ], [ -111.88730031208247, 40.027342222599515 ], [ -111.8871605082587, 40.027406360069655 ], [ -111.88699668390032, 40.0274256333933 ], [ -111.88684481119405, 40.027462834155202 ], [ -111.88672867685332, 40.027544809087594 ], [ -111.88662437732026, 40.027635702918261 ], [ -111.88650847566791, 40.027735694990909 ], [ -111.88638062197982, 40.027817759234537 ], [ -111.88610101037928, 40.02794603181831 ], [ -111.88597315580648, 40.02802809561895 ], [ -111.88578822314636, 40.028227720046587 ], [ -111.88564841608007, 40.028291855717598 ], [ -111.88549689017319, 40.028356080776419 ], [ -111.88535708256767, 40.028420216100294 ], [ -111.88527633355113, 40.028519938336373 ], [ -111.88524280817192, 40.028646328453704 ], [ -111.88519744756942, 40.02876379940448 ], [ -111.88508328853172, 40.028998920279399 ], [ -111.88506148128663, 40.029125220826359 ], [ -111.88513330736636, 40.029241796576144 ], [ -111.88521673598295, 40.02934927407032 ], [ -111.88524180396125, 40.029475216522656 ], [ -111.88521999687356, 40.029601517087634 ], [ -111.88516291681813, 40.029719077540705 ], [ -111.88505872836259, 40.029818978665745 ], [ -111.88495442317651, 40.029909871019527 ], [ -111.88483839885377, 40.030000852771842 ], [ -111.88474592837582, 40.030100664129577 ], [ -111.88465357401866, 40.030209484094172 ], [ -111.88457293828519, 40.030318214522943 ], [ -111.88450413760233, 40.030435864119191 ], [ -111.88444693927875, 40.03054441554432 ], [ -111.88440169246532, 40.030670894853188 ], [ -111.88435632913627, 40.030788365464211 ], [ -111.88432280102016, 40.030914755296799 ], [ -111.88431271086428, 40.031040966242728 ], [ -111.88431433973699, 40.031167087746674 ], [ -111.88429241410769, 40.031284379446355 ], [ -111.88423533110132, 40.031401939441132 ], [ -111.88416652877986, 40.031519588833227 ], [ -111.88409947105862, 40.031772368361224 ], [ -111.88407754488568, 40.031889660014201 ], [ -111.88403229654381, 40.032016139166764 ], [ -111.88390431564054, 40.032089192058571 ], [ -111.88369278830936, 40.032045757665195 ], [ -111.88362096163669, 40.031929181083619 ], [ -111.88353753228593, 40.031821702494746 ], [ -111.88343078111774, 40.031723411225435 ], [ -111.88330105683887, 40.031661333252423 ], [ -111.88314905648539, 40.031689520586156 ], [ -111.88298568537115, 40.031744823071598 ], [ -111.88283368469553, 40.031773009994616 ], [ -111.88234217606416, 40.031830811256079 ], [ -111.88201403896693, 40.031833309543607 ], [ -111.88184973834916, 40.031816540971555 ], [ -111.88170852813923, 40.031772567761521 ], [ -111.88156685415117, 40.031692559638778 ], [ -111.88129603796796, 40.031595514523701 ], [ -111.88130137186536, 40.032009914037587 ], [ -111.88145383763475, 40.032017763851059 ], [ -111.88178290381703, 40.032087336608555 ], [ -111.8819356018812, 40.032113203151937 ], [ -111.88209990323102, 40.032129971593449 ], [ -111.8824280417423, 40.03212747304751 ], [ -111.88259199485681, 40.032117214744687 ], [ -111.88275583177074, 40.032097947529287 ], [ -111.88290794936636, 40.032078769382558 ], [ -111.88307132133731, 40.032023467000585 ], [ -111.88321195187731, 40.03202239513238 ], [ -111.88334202544026, 40.032111499233764 ], [ -111.88341373560384, 40.032219067308404 ], [ -111.88350900076729, 40.032335465295418 ], [ -111.88360403373642, 40.032433845841275 ], [ -111.88374547905107, 40.032495834064292 ], [ -111.88389852762114, 40.032548724034292 ], [ -111.88401676744658, 40.032628908071736 ], [ -111.88407687621233, 40.032745573797563 ], [ -111.8841252658338, 40.032862328911634 ], [ -111.88416205258739, 40.032988182105541 ], [ -111.88421044253253, 40.03310493717575 ], [ -111.88428227147254, 40.033221513344159 ], [ -111.88434238122703, 40.033338178909858 ], [ -111.88442721019572, 40.033553760955634 ], [ -111.88429957594751, 40.033653840315864 ], [ -111.8841952639921, 40.033744732000983 ], [ -111.88410278761067, 40.033844542846573 ], [ -111.88379019813854, 40.034144243128708 ], [ -111.88370944022169, 40.034243964273159 ], [ -111.88359526725465, 40.034479083616141 ], [ -111.88338884728269, 40.034832030480771 ], [ -111.88330820421464, 40.034940760024199 ], [ -111.88319216927061, 40.03503174016587 ], [ -111.88311001497799, 40.035023356792152 ], [ -111.88305130015264, 40.035014794724901 ], [ -111.88282688286063, 40.034881361419629 ], [ -111.88274345106332, 40.034773882338705 ], [ -111.88265990338485, 40.03465739451557 ], [ -111.88263495421469, 40.034540460262903 ], [ -111.88266860325382, 40.034423079621789 ], [ -111.88273729483832, 40.034296422440441 ], [ -111.88279449891364, 40.034187871865619 ], [ -111.88288674533105, 40.034070044689059 ], [ -111.88294394898548, 40.033961494040859 ], [ -111.88295415817892, 40.033844291923067 ], [ -111.88289393414463, 40.0337186169482 ], [ -111.88284554598162, 40.033601861320761 ], [ -111.88278532236711, 40.033476186279756 ], [ -111.8827252151257, 40.03335951988155 ], [ -111.88267682751417, 40.033242764170623 ], [ -111.88262832393632, 40.033116999755563 ], [ -111.88259153991966, 40.03299114604765 ], [ -111.88253154956854, 40.032883488211461 ], [ -111.88227302709538, 40.032831399607339 ], [ -111.88225109748116, 40.032948690931008 ], [ -111.88226467423415, 40.033092740589943 ], [ -111.88228985438137, 40.0332276923248 ], [ -111.88234996076515, 40.03334435896079 ], [ -111.88240995124957, 40.033452016881242 ], [ -111.88249349699743, 40.033568504929171 ], [ -111.88255360403618, 40.033685171445711 ], [ -111.88259027224714, 40.033802016468613 ], [ -111.88261533718513, 40.033927959427992 ], [ -111.88260524353664, 40.034054170199092 ], [ -111.88254803926736, 40.034162720684975 ], [ -111.88245579214009, 40.034280547597675 ], [ -111.88239870355955, 40.034398106688563 ], [ -111.88235345053113, 40.034524585182773 ], [ -111.88234324022821, 40.034641787246237 ], [ -111.88239162830595, 40.034758543063994 ], [ -111.88246333983601, 40.0348661116643 ], [ -111.88255849103084, 40.034973501680575 ], [ -111.88264203893374, 40.035089989568228 ], [ -111.88272547096753, 40.035197468713925 ], [ -111.88280901943268, 40.035313956470667 ], [ -111.88289245200582, 40.035421435486192 ], [ -111.88295395565602, 40.035646205835711 ], [ -111.8828499874282, 40.035764122356113 ], [ -111.88260805166104, 40.036090309706545 ], [ -111.88255096189106, 40.03620786884958 ], [ -111.88248203584946, 40.036316508553249 ], [ -111.8824249456804, 40.036434067634033 ], [ -111.88235613532915, 40.036551715938273 ], [ -111.88222802811636, 40.036615758357797 ], [ -111.88206452847587, 40.036662050957638 ], [ -111.88193653683821, 40.036735101734564 ], [ -111.88179682489124, 40.036808241567861 ], [ -111.88168066876528, 40.036890211546584 ], [ -111.88158818451554, 40.036990020417072 ], [ -111.88149581599934, 40.0370988378913 ], [ -111.88130980233058, 40.037217377180397 ], [ -111.88132080896121, 40.039893131810523 ], [ -111.88154232604003, 40.054360773629199 ], [ -111.8814016495332, 40.05436184396342 ], [ -111.88058115237909, 40.054377092827565 ], [ -111.87822505001202, 40.054412996171642 ], [ -111.86856420053451, 40.054404741075452 ], [ -111.86854144055859, 40.05445896893324 ], [ -111.86838314887129, 40.05491964193083 ], [ -111.86813164062278, 40.055426060908445 ], [ -111.86811276670777, 40.055786583787238 ], [ -111.86829307591094, 40.056136604442521 ], [ -111.86818996631358, 40.056326577422233 ], [ -111.8679112329297, 40.05653588519565 ], [ -111.86779696958745, 40.056770989049191 ], [ -111.86771924732447, 40.057113933511687 ], [ -111.86758324899233, 40.057484342933229 ], [ -111.8672252986573, 40.057919480575165 ], [ -111.8667720696663, 40.05823820605832 ], [ -111.8661528780102, 40.058414018165941 ], [ -111.86571909794429, 40.058417260471963 ], [ -111.86499484316805, 40.058629889584125 ], [ -111.86420126495993, 40.058924117114827 ], [ -111.86355018669241, 40.059361429632304 ], [ -111.8630860025655, 40.059743289081752 ], [ -111.8625892539515, 40.060332608358102 ], [ -111.8621973335221, 40.060867088164869 ], [ -111.86210615134526, 40.06107498594406 ], [ -111.8618553691733, 40.061644452287481 ], [ -111.86183759618275, 40.062095060973625 ], [ -111.86193729513099, 40.062562814724586 ], [ -111.8620253844541, 40.063039664263556 ], [ -111.86213737865017, 40.06355237390293 ], [ -111.86214339744802, 40.064029834003257 ], [ -111.86189283225805, 40.064617317611308 ], [ -111.8616207424122, 40.065358122637384 ], [ -111.86119508581275, 40.066009973427235 ], [ -111.86068802496997, 40.066716484570257 ], [ -111.85999402794097, 40.067478438468832 ], [ -111.85910317214726, 40.068440057680547 ], [ -111.85848760046338, 40.068913116177058 ], [ -111.85774461973801, 40.069513248108329 ], [ -111.8573527227674, 40.070056720318135 ], [ -111.85724032120824, 40.070444961434461 ], [ -111.85718609636538, 40.070796733883 ], [ -111.85710728971925, 40.071058592995605 ], [ -111.85679565529718, 40.071457317072394 ], [ -111.85656610009725, 40.071855433410626 ], [ -111.85631308988198, 40.072253722658871 ], [ -111.85630734359287, 40.072731269451218 ], [ -111.85629043507808, 40.073253946287061 ], [ -111.85662588419754, 40.073819065548633 ], [ -111.85689864127832, 40.074060305081098 ], [ -111.857503924055, 40.074632434869507 ], [ -111.85822444821656, 40.075041536485017 ], [ -111.85938260697723, 40.075744701513209 ], [ -111.86081164241411, 40.076535937282515 ], [ -111.86175592732407, 40.077015429714031 ], [ -111.86303803561438, 40.077312207847996 ], [ -111.8643222051046, 40.077771127434929 ], [ -111.86585368947701, 40.07830926987458 ], [ -111.86691256447132, 40.078571635306261 ], [ -111.86798477622062, 40.078960024098109 ], [ -111.86873715531338, 40.079098535975703 ], [ -111.86936859747527, 40.078949646661215 ], [ -111.86968213979019, 40.078704036566883 ], [ -111.86973596190164, 40.078325233440317 ], [ -111.86963526794132, 40.077785419344309 ], [ -111.86958136906109, 40.077236244329526 ], [ -111.86970841764392, 40.077082128977949 ], [ -111.8700721831443, 40.077097416282207 ], [ -111.87052147924069, 40.077382344784752 ], [ -111.87086535020164, 40.077677073649845 ], [ -111.87093708996528, 40.077784648307897 ], [ -111.87121140561294, 40.078142965555628 ], [ -111.8712985480698, 40.07853872814119 ], [ -111.87115194950387, 40.078999315209735 ], [ -111.8707587297794, 40.079434727708872 ], [ -111.87058603182926, 40.079688291735295 ], [ -111.8703205452542, 40.080023638172186 ], [ -111.86999825304787, 40.080503562610005 ], [ -111.86958156214905, 40.080939147332316 ], [ -111.86927052994413, 40.081382947184665 ], [ -111.8690629820065, 40.081663798899427 ], [ -111.86883300741067, 40.082025903911756 ], [ -111.86850886386966, 40.082361686067046 ], [ -111.86833672258457, 40.082660289964245 ], [ -111.86824839239075, 40.083093407827853 ], [ -111.86810039085837, 40.083445887364654 ], [ -111.86783487771933, 40.083781228173258 ], [ -111.86773321347466, 40.084088312574302 ], [ -111.86730190014829, 40.084298761164966 ], [ -111.86681411383326, 40.084680811127086 ], [ -111.86619548325508, 40.084919685673242 ], [ -111.86583236153852, 40.084958438483099 ], [ -111.86537392966906, 40.084880778839171 ], [ -111.86523284759235, 40.084854804279516 ], [ -111.86454167426355, 40.084923031487406 ], [ -111.86391141884984, 40.085170990111024 ], [ -111.86331918921006, 40.085643899219086 ], [ -111.86314713088345, 40.085951504206903 ], [ -111.86292974934261, 40.086385579468804 ], [ -111.8628187192904, 40.086881928583885 ], [ -111.86268275169367, 40.087261339914583 ], [ -111.86253550865436, 40.087676872987686 ], [ -111.86240317620711, 40.088344560525819 ], [ -111.86234885173299, 40.088687325540981 ], [ -111.86268067540259, 40.088955139304375 ], [ -111.86299929348917, 40.08910592715246 ], [ -111.86289691735446, 40.089358955505951 ], [ -111.86267804517529, 40.089675917864049 ], [ -111.86240918416314, 40.089749995867358 ], [ -111.86208076736561, 40.089752440622107 ], [ -111.86157947992837, 40.089999426582352 ], [ -111.86113853819242, 40.090381104040979 ], [ -111.86077890254774, 40.090699109217738 ], [ -111.86038702483826, 40.091251599389409 ], [ -111.86012269136866, 40.091686017853689 ], [ -111.85981086938958, 40.092075740796751 ], [ -111.8595088469078, 40.092312228944678 ], [ -111.8591860819386, 40.092765097769806 ], [ -111.85896899397974, 40.09322619151181 ], [ -111.85868582662802, 40.094030135027964 ], [ -111.85845892581754, 40.094644461659641 ], [ -111.85826438197022, 40.095033311036147 ], [ -111.85811754868497, 40.095484872962423 ], [ -111.85798085975554, 40.095810226823367 ], [ -111.85755102559705, 40.096146760750649 ], [ -111.85719111709675, 40.096446737683564 ], [ -111.85678530078027, 40.096828138395153 ], [ -111.85638004462947, 40.097254580920293 ], [ -111.85611521134962, 40.097652955733118 ], [ -111.85583875726401, 40.098060425267455 ], [ -111.85552846180344, 40.098576257808297 ], [ -111.85535870564702, 40.099073032737827 ], [ -111.85503565626964, 40.099507872810676 ], [ -111.85475963932275, 40.099951374353218 ], [ -111.85453178268689, 40.100493624110527 ], [ -111.8542566599514, 40.101009193587124 ], [ -111.85396923872045, 40.101479805696307 ], [ -111.85357927178373, 40.102194428577114 ], [ -111.85336200438638, 40.102646503132149 ], [ -111.85326227416498, 40.103115730347341 ], [ -111.8532471397362, 40.103782542578635 ], [ -111.85337098469661, 40.104304179318937 ], [ -111.85359014970243, 40.1049422364786 ], [ -111.85375867463998, 40.10528335406147 ], [ -111.85384316302033, 40.105471930018325 ], [ -111.85416781173032, 40.106100198770591 ], [ -111.85440583316117, 40.106368727051084 ], [ -111.85470375723462, 40.106735916879991 ], [ -111.8550136422993, 40.107121036536 ], [ -111.85501916937804, 40.107562459407482 ], [ -111.85474244410939, 40.107951908862034 ], [ -111.85452279934181, 40.108214804041019 ], [ -111.85432650500539, 40.108468517093321 ], [ -111.85433157705219, 40.108873905424083 ], [ -111.85423229597829, 40.109379167514028 ], [ -111.85418964819664, 40.109721841533784 ], [ -111.85410412606075, 40.110389172224416 ], [ -111.85392271149995, 40.11089503961103 ], [ -111.85369616488471, 40.111545390675623 ], [ -111.85344479663611, 40.112087810680428 ], [ -111.85327668224964, 40.112719711302169 ], [ -111.85305926801482, 40.113162776218978 ], [ -111.85265445577257, 40.113634248895174 ], [ -111.85230684282614, 40.113988176305462 ], [ -111.85207363719192, 40.114107015199764 ], [ -111.85190936978755, 40.114108223646952 ], [ -111.85117701777885, 40.114663185087885 ], [ -111.85089878266072, 40.11493551325443 ], [ -111.85070268038382, 40.115207237468717 ], [ -111.85036689520629, 40.115570081586434 ], [ -111.850039250591, 40.115644562509516 ], [ -111.84953986032188, 40.116062661643809 ], [ -111.84903889531154, 40.116354637839777 ], [ -111.84884244553872, 40.116599333067427 ], [ -111.84842327482497, 40.116863678700746 ], [ -111.84771075290813, 40.117130170443026 ], [ -111.84709153814048, 40.117350928103164 ], [ -111.84657803702846, 40.117579919189325 ], [ -111.84614778741532, 40.117898394273645 ], [ -111.84592885942357, 40.118224333817885 ], [ -111.84579307316709, 40.118630750805195 ], [ -111.84572869541491, 40.119117731193462 ], [ -111.84569012943747, 40.119793721423676 ], [ -111.84568553850775, 40.12037035955958 ], [ -111.84570519810828, 40.121009886669725 ], [ -111.84561645552394, 40.121424969172622 ], [ -111.84538700666641, 40.121850088250795 ], [ -111.84516694710429, 40.122085940004503 ], [ -111.84486630354017, 40.122448511470239 ], [ -111.84461326533723, 40.122864791614667 ], [ -111.84436011262744, 40.123272062578231 ], [ -111.84411657493136, 40.123508083482022 ], [ -111.84379244942775, 40.123870823265186 ], [ -111.84345714203977, 40.124278690778674 ], [ -111.84318006160869, 40.124650095608196 ], [ -111.84307845106463, 40.124975175255301 ], [ -111.84314502988602, 40.125614360784255 ], [ -111.84307984841833, 40.126038278979266 ], [ -111.8429676127538, 40.126453530196976 ], [ -111.84283257215327, 40.12692300388489 ], [ -111.84272244745603, 40.127509418751167 ], [ -111.84257377637026, 40.127825830836734 ], [ -111.84212097299159, 40.12822553967645 ], [ -111.84158845734424, 40.128824033640562 ], [ -111.84118425155798, 40.129358527120154 ], [ -111.84067463626818, 40.129911803298633 ], [ -111.84011906612311, 40.130546495507346 ], [ -111.83906015164268, 40.131292946350726 ], [ -111.83817637624972, 40.131966044497673 ], [ -111.83745501619198, 40.132484801094819 ], [ -111.83638066118463, 40.132934027807188 ], [ -111.83545743551721, 40.133265031714991 ], [ -111.83421906995697, 40.133742449837612 ], [ -111.83322408105805, 40.133965839743418 ], [ -111.83227680241701, 40.134251944232105 ], [ -111.83163478651115, 40.134544858522347 ], [ -111.83113481650759, 40.134935853560762 ], [ -111.83069517173601, 40.135461555143287 ], [ -111.83047852728117, 40.135985655947017 ], [ -111.83038912564757, 40.136355683645419 ], [ -111.82991140441294, 40.136647410086432 ], [ -111.82932869979946, 40.136993943041432 ], [ -111.82842095097878, 40.137640109986812 ], [ -111.82754806991377, 40.138258992338045 ], [ -111.82669744741803, 40.138778605499205 ], [ -111.82598635638394, 40.13918910409361 ], [ -111.82533394600763, 40.139599180088823 ], [ -111.82448111191849, 40.13993860421165 ], [ -111.82369750037306, 40.140178426000965 ], [ -111.82212939182604, 40.140585984574713 ], [ -111.82066658196547, 40.140965747437299 ], [ -111.82002391084374, 40.141213554860542 ], [ -111.81910124953131, 40.141607490416661 ], [ -111.81741785626687, 40.142195989175406 ], [ -111.81578214162516, 40.142847193561096 ], [ -111.81506900379391, 40.143095469926322 ], [ -111.8175459303356, 40.143087017941824 ], [ -111.81755099721261, 40.146447495952891 ], [ -111.81756161581612, 40.148312370161271 ], [ -111.80074983291004, 40.148348767324698 ], [ -111.8007239085706, 40.143141498821372 ], [ -111.80300128878173, 40.143134737696442 ], [ -111.80301111802342, 40.142972499820488 ], [ -111.80272653122938, 40.14273121843722 ], [ -111.80219819475425, 40.142725870395644 ], [ -111.80191689551333, 40.142763856541734 ], [ -111.80212638663396, 40.142609245259685 ], [ -111.80237236384387, 40.142562493936744 ], [ -111.80259486387233, 40.142515904818403 ], [ -111.80273530075553, 40.142478893624165 ], [ -111.80286325673495, 40.142378902789893 ], [ -111.80280286811148, 40.14223517060212 ], [ -111.80262711062052, 40.142263417276354 ], [ -111.8024161378398, 40.142291907717734 ], [ -111.80226364486465, 40.142301973764539 ], [ -111.80206377453071, 40.142276330062913 ], [ -111.80182953651435, 40.142322999442143 ], [ -111.80159550993319, 40.142387685744445 ], [ -111.80130289669042, 40.142461786439071 ], [ -111.80110366112217, 40.142490193268983 ], [ -111.80085757747311, 40.142527933204818 ], [ -111.80104338189804, 40.142355468829344 ], [ -111.80124261710044, 40.142327062106084 ], [ -111.80146427026089, 40.14220840557612 ], [ -111.80175751765169, 40.14218835666518 ], [ -111.80185057724738, 40.14211563684816 ], [ -111.80207244053601, 40.14201499656037 ], [ -111.80228404844264, 40.142040558927619 ], [ -111.80243749475457, 40.142111571120559 ], [ -111.80261346396844, 40.142101342127027 ], [ -111.80283649254683, 40.142099796032099 ], [ -111.8029765041899, 40.142026749773621 ], [ -111.80286820799002, 40.141802264939741 ], [ -111.80280781988695, 40.141658532735434 ], [ -111.80270016098848, 40.141488099894914 ], [ -111.80261672114499, 40.14138056509934 ], [ -111.8024618984134, 40.141192440060699 ], [ -111.80236629722577, 40.14104895162707 ], [ -111.80228296442046, 40.140950425270205 ], [ -111.80216462936062, 40.140870160194623 ], [ -111.80200008359188, 40.14085328108483 ], [ -111.8019049075217, 40.140745827043311 ], [ -111.80185668414146, 40.140638047796301 ], [ -111.80177292898584, 40.140503486255291 ], [ -111.80168832707426, 40.14029685504682 ], [ -111.80175716688152, 40.140161236932293 ], [ -111.80173136124888, 40.139963208065453 ], [ -111.80180030654347, 40.139836598622296 ], [ -111.80179850626557, 40.139683450710123 ], [ -111.80177344197703, 40.139548482743749 ], [ -111.80174848368273, 40.1394225234692 ], [ -111.80175725660627, 40.139170198555817 ], [ -111.80187304646026, 40.139034255268292 ], [ -111.80196514842589, 40.138880457047428 ], [ -111.80189292123029, 40.138727796838175 ], [ -111.80180916841188, 40.138593235257055 ], [ -111.80178431632243, 40.138476284669565 ], [ -111.80181751747213, 40.138304875494732 ], [ -111.80183855720487, 40.138097512771786 ], [ -111.80187165214808, 40.137917094869977 ], [ -111.80185694934382, 40.137664932446881 ], [ -111.80170340782618, 40.137584910622436 ], [ -111.80149329587306, 40.137685468903541 ], [ -111.8012827600044, 40.137749991987818 ], [ -111.80123348164018, 40.137552125342665 ], [ -111.80129026466437, 40.137389562557182 ], [ -111.80126477902319, 40.137218559586287 ], [ -111.80104028527478, 40.137093980609357 ], [ -111.80086390563066, 40.137068172269238 ], [ -111.80066457984584, 40.137087569510697 ], [ -111.80044220179342, 40.137143163511077 ], [ -111.80026709047191, 40.137225458756781 ], [ -111.80016261524536, 40.137325284544225 ], [ -111.80014051389992, 40.137442559958359 ], [ -111.8000723074917, 40.137632229426913 ], [ -111.80006194350516, 40.137749423724472 ], [ -111.80007547739284, 40.137902490655719 ], [ -111.79990110317551, 40.138047846312787 ], [ -111.79973751531413, 40.138112042277406 ], [ -111.79959687449261, 40.13813103237549 ], [ -111.79939670060807, 40.138078357797539 ], [ -111.799161314062, 40.138025925891654 ], [ -111.79876202277249, 40.138010661967868 ], [ -111.79827867038604, 40.137833806303071 ], [ -111.79796059527136, 40.137736894756884 ], [ -111.79763004607442, 40.137577002184088 ], [ -111.79751172232976, 40.137496732196709 ], [ -111.79726396987706, 40.137390324946871 ], [ -111.79706243147932, 40.137220532995592 ], [ -111.79681478595252, 40.137123133478646 ], [ -111.79654366614518, 40.137025894902813 ], [ -111.79623775529296, 40.136964932679412 ], [ -111.79561545858516, 40.136951191060035 ], [ -111.79540418392838, 40.136952642463619 ], [ -111.79516974933, 40.136981280841148 ], [ -111.79507626943492, 40.137017960475141 ], [ -111.79501789694547, 40.137045389568371 ], [ -111.79492389197604, 40.137037025480872 ], [ -111.79480641203619, 40.137028822443931 ], [ -111.79460634990173, 40.136985148228241 ], [ -111.79428891319309, 40.136942278821273 ], [ -111.79407879205181, 40.137042823746256 ], [ -111.79376261330819, 40.137108057563772 ], [ -111.79361086409824, 40.137181173182519 ], [ -111.79340168423202, 40.137362795396264 ], [ -111.79325045787068, 40.137480954163337 ], [ -111.79306338976653, 40.13754530156131 ], [ -111.79285274139301, 40.137600800669084 ], [ -111.79269962914283, 40.137556801697038 ], [ -111.79251130432951, 40.137513043517288 ], [ -111.79235808784676, 40.137460035364072 ], [ -111.79225171724464, 40.137397697073247 ], [ -111.79189927646902, 40.137373079480909 ], [ -111.7917827373666, 40.137445951914955 ], [ -111.79151350481632, 40.137510858589586 ], [ -111.79124406275125, 40.137557747187913 ], [ -111.79108004980921, 40.137585896084651 ], [ -111.79087998831545, 40.137542215427629 ], [ -111.79072750399621, 40.137552266203777 ], [ -111.79048278916635, 40.137707097477517 ], [ -111.79016712553003, 40.137817365177625 ], [ -111.79008496201374, 40.137817925802622 ], [ -111.78992053065151, 40.137810038148004 ], [ -111.78970925304364, 40.137811479187263 ], [ -111.78946328379372, 40.137858203566203 ], [ -111.78927516861023, 40.137832457575449 ], [ -111.78900499424081, 40.137816279867927 ], [ -111.7888648717436, 40.13788030061415 ], [ -111.78869016093306, 40.137998613422774 ], [ -111.78847929921091, 40.138036087153175 ], [ -111.78831507569382, 40.13804621468779 ], [ -111.7880927881581, 40.138110793822293 ], [ -111.78787060424884, 40.138184381267031 ], [ -111.78767210336518, 40.138275826076828 ], [ -111.78742602698478, 40.138313537419798 ], [ -111.78720311391729, 40.138324062452192 ], [ -111.7868749767748, 40.138371339891528 ], [ -111.78668862734774, 40.13849873821124 ], [ -111.78647828227911, 40.138581251999241 ], [ -111.78625609505337, 40.138654836371515 ], [ -111.78585950077422, 40.138873755119754 ], [ -111.78554278660235, 40.1388939229427 ], [ -111.7850733765188, 40.138906115789666 ], [ -111.78456844182608, 40.138891519105151 ], [ -111.78435695341305, 40.138874932931479 ], [ -111.78364487781174, 40.139222112774839 ], [ -111.7831882373043, 40.13932430598468 ], [ -111.78302535421292, 40.139451539698861 ], [ -111.78284918161764, 40.139443721406224 ], [ -111.78268360990198, 40.139336727335539 ], [ -111.78237811377338, 40.139311763475263 ], [ -111.78222707044097, 40.139447925517402 ], [ -111.78188718626971, 40.139495268188341 ], [ -111.78155862667832, 40.139506495661891 ], [ -111.78118394051427, 40.139590108923578 ], [ -111.78077424568436, 40.139691975912172 ], [ -111.78038751028028, 40.139748639516 ], [ -111.78000056817369, 40.139787284337558 ], [ -111.77974284681484, 40.139834067249119 ], [ -111.77939152967058, 40.139908507912551 ], [ -111.77882944118485, 40.14002941252015 ], [ -111.77832583546478, 40.140131902442917 ], [ -111.7778799940038, 40.140152917174383 ], [ -111.77751590807109, 40.140137343504342 ], [ -111.77725838891844, 40.140202138418282 ], [ -111.77707109261905, 40.140248442657189 ], [ -111.77691972869087, 40.140357571613499 ], [ -111.77685094167211, 40.140502184182608 ], [ -111.77675919100163, 40.140691997958697 ], [ -111.77662058956389, 40.140891135325312 ], [ -111.77639930685122, 40.141045779710311 ], [ -111.7758847714215, 40.141220407841047 ], [ -111.77563929221859, 40.141312146807927 ], [ -111.77531174662886, 40.141413444198669 ], [ -111.77508943545655, 40.141477998553675 ], [ -111.77490182708023, 40.141497273052174 ], [ -111.77504002529217, 40.14126210267905 ], [ -111.77509718103047, 40.141126578489491 ], [ -111.77483883702823, 40.141119298014196 ], [ -111.7746041742071, 40.141129877436825 ], [ -111.77432286508549, 40.14116779663977 ], [ -111.77413525732453, 40.141187069891267 ], [ -111.77390090079668, 40.141224674167859 ], [ -111.77377382380561, 40.141405712229023 ], [ -111.77364633739681, 40.141550715115905 ], [ -111.77354222499281, 40.141686552278038 ], [ -111.7732967408916, 40.141778286316871 ], [ -111.77298051948002, 40.141843463729998 ], [ -111.77262918431083, 40.141917884017666 ], [ -111.77253333832869, 40.141747344103116 ], [ -111.77240237982933, 40.141586047763333 ], [ -111.77222436669047, 40.141416055635055 ], [ -111.77219895215229, 40.141245045709404 ], [ -111.77205707296767, 40.141155897328453 ], [ -111.7718916156889, 40.141057896500428 ], [ -111.77169216729487, 40.14106823527964 ], [ -111.77149302453783, 40.141105600008501 ], [ -111.77121120434616, 40.141098467844699 ], [ -111.77104707234868, 40.141117579742094 ], [ -111.77090702773866, 40.141190587708941 ], [ -111.77089640950844, 40.141289762272827 ], [ -111.77095856325889, 40.141595669532343 ], [ -111.77107818740667, 40.141793080758397 ], [ -111.77129110831736, 40.141935813810022 ], [ -111.77123577800621, 40.142233493915526 ], [ -111.77110736794587, 40.142297415184878 ], [ -111.7707678686042, 40.142380760454216 ], [ -111.77032312892379, 40.142500842646847 ], [ -111.77008896910949, 40.142556456791326 ], [ -111.76985460552639, 40.142594052934648 ], [ -111.7696432104286, 40.142586448737383 ], [ -111.76963004866305, 40.142460404034637 ], [ -111.76941865399824, 40.14245279942309 ], [ -111.76924105235813, 40.142318837752882 ], [ -111.76916940230785, 40.142211200401746 ], [ -111.76909724454498, 40.142058519163399 ], [ -111.76893189080738, 40.141969522870092 ], [ -111.76873193152245, 40.141934812735236 ], [ -111.76864793512183, 40.141773200355225 ], [ -111.7685528098536, 40.141665718432918 ], [ -111.76788341854625, 40.14164313099171 ], [ -111.76773213807279, 40.141761256849598 ], [ -111.76745163322488, 40.141871229586194 ], [ -111.76717092479775, 40.141963184105663 ], [ -111.76697116899297, 40.141946488466132 ], [ -111.76652662771298, 40.142084573667375 ], [ -111.76629378194104, 40.142257294209166 ], [ -111.7661543370327, 40.142384349123439 ], [ -111.76582737875123, 40.14253967248851 ], [ -111.76561699545611, 40.14262214867621 ], [ -111.76524328268648, 40.142795798399305 ], [ -111.76481077396535, 40.142960825826378 ], [ -111.76454159405219, 40.143034678945881 ], [ -111.76428465695601, 40.143153497847557 ], [ -111.76405170090179, 40.143317205159661 ], [ -111.76385385890623, 40.143471670931319 ], [ -111.76371491137189, 40.143643766829648 ], [ -111.76356271144165, 40.143680808317683 ], [ -111.76338763891263, 40.143772057049432 ], [ -111.76307270877214, 40.14395432166198 ], [ -111.76290947444994, 40.144054501098914 ], [ -111.7627114262193, 40.144190947387521 ], [ -111.76259504540369, 40.144281808316322 ], [ -111.75120500736472, 40.150446642000716 ], [ -111.75096045334406, 40.150628417034049 ], [ -111.75069291397791, 40.150855387747704 ], [ -111.75028459150921, 40.151092279590671 ], [ -111.74987666252102, 40.15136520518373 ], [ -111.74937560130508, 40.151710807589758 ], [ -111.74891991251603, 40.151911963411649 ], [ -111.74823070187136, 40.152231749338455 ], [ -111.74750784419747, 40.152695899327853 ], [ -111.74706526562787, 40.153023095281476 ], [ -111.74686785033228, 40.153222576363596 ], [ -111.74667102587925, 40.153476109893369 ], [ -111.74655618619808, 40.153711095641412 ], [ -111.74654671465662, 40.153918373657 ], [ -111.74656111882632, 40.154161535452985 ], [ -111.74665691811654, 40.154332096937772 ], [ -111.74674068121904, 40.154475707667387 ], [ -111.74660304943083, 40.154773906432069 ], [ -111.74639418296418, 40.155000488793249 ], [ -111.74581266599839, 40.15550876403718 ], [ -111.74524366916472, 40.156089031192089 ], [ -111.74479295868839, 40.156749619564195 ], [ -111.74451599523317, 40.157192862781258 ], [ -111.74424030687989, 40.15775321967125 ], [ -111.74411597247386, 40.158195480713871 ], [ -111.74376746941928, 40.15854007811145 ], [ -111.7434412665594, 40.158776418153828 ], [ -111.74326740522797, 40.158984751159025 ], [ -111.74324569057693, 40.159147060212078 ], [ -111.7433064608699, 40.159335868031114 ], [ -111.74340314382464, 40.159587511210624 ], [ -111.7436664701012, 40.160045300845148 ], [ -111.7440823434121, 40.160493100173937 ], [ -111.74442521343488, 40.16070712236975 ], [ -111.74481485570263, 40.160902823824465 ], [ -111.74533503896323, 40.161223815598568 ], [ -111.74578586034561, 40.161644355430155 ], [ -111.7462134006938, 40.162083062348387 ], [ -111.74640571154237, 40.162487246636779 ], [ -111.74678373123079, 40.163764146446518 ], [ -111.74723596140419, 40.164310803122007 ], [ -111.74764083386694, 40.164821726116116 ], [ -111.7478662135463, 40.165027487081154 ], [ -111.74797318098329, 40.165143918485327 ], [ -111.74820892049256, 40.165223480038328 ], [ -111.74859652125431, 40.165229984013735 ], [ -111.748832261771, 40.165309544286984 ], [ -111.74903416159302, 40.16551545480533 ], [ -111.7491425182785, 40.165758007911407 ], [ -111.7492986386448, 40.166072327102185 ], [ -111.74937236359733, 40.166369160561679 ], [ -111.74939822666161, 40.166585219052735 ], [ -111.74938856444126, 40.166774479239209 ], [ -111.7492615734659, 40.166973508177207 ], [ -111.74916941401867, 40.167136273948771 ], [ -111.74904153049447, 40.167254223713499 ], [ -111.74886637812314, 40.167345450850156 ], [ -111.74865649158679, 40.167481949380516 ], [ -111.74825891578709, 40.167637679504111 ], [ -111.74791936060532, 40.167729967596379 ], [ -111.74753293160364, 40.167831566757066 ], [ -111.74719327565828, 40.16791484396164 ], [ -111.74686486811983, 40.167953000556814 ], [ -111.7467473398565, 40.16794474923617 ], [ -111.74631265325083, 40.167929533227358 ], [ -111.74595987159276, 40.167886759670552 ], [ -111.74555962576409, 40.167799243636054 ], [ -111.74516046461866, 40.167810822759996 ], [ -111.74469143642138, 40.167876906384031 ], [ -111.74392893165577, 40.167953883604845 ], [ -111.74334296284457, 40.168065760162797 ], [ -111.74266255710413, 40.168133192502125 ], [ -111.74205231369123, 40.168173142944198 ], [ -111.74158288761916, 40.168203178885506 ], [ -111.74098546350262, 40.16834214513031 ], [ -111.740481394, 40.168426454794997 ], [ -111.73984844291687, 40.168538614154244 ], [ -111.7395906819925, 40.168594317484683 ], [ -111.73930943445119, 40.168650170219045 ], [ -111.73880389530771, 40.168599340784887 ], [ -111.7381699637716, 40.168621403105185 ], [ -111.73756000553787, 40.168688356301175 ], [ -111.73695033835949, 40.168782332671626 ], [ -111.73660008980448, 40.168973759204242 ], [ -111.73619141532528, 40.169192584437276 ], [ -111.73586474626308, 40.169392868219056 ], [ -111.73562086170476, 40.169646681589313 ], [ -111.73531913373856, 40.169981946529376 ], [ -111.73512289895019, 40.170298522074148 ], [ -111.73493811427647, 40.170587996358499 ], [ -111.73469490202737, 40.170904869351496 ], [ -111.73461532015354, 40.171148628408012 ], [ -111.73456087604461, 40.171545387876364 ], [ -111.73451739802429, 40.171870002451449 ], [ -111.73458068152645, 40.172293043150567 ], [ -111.73459631067203, 40.172653320304896 ], [ -111.73463445630456, 40.172923360490095 ], [ -111.73476859374708, 40.173381989018509 ], [ -111.73481722128832, 40.173534840302565 ], [ -111.73490049789436, 40.173633415190352 ], [ -111.73494873717227, 40.173750231252406 ], [ -111.7350215337901, 40.173965994848956 ], [ -111.73504647983756, 40.174100977552811 ], [ -111.73510704702737, 40.174271771698983 ], [ -111.73506152878259, 40.174407201780589 ], [ -111.73511181033355, 40.174713202285567 ], [ -111.73529390397414, 40.175261619574108 ], [ -111.73538931667574, 40.175396154608713 ], [ -111.73542775891841, 40.175693220718465 ], [ -111.73545416536365, 40.17596333505081 ], [ -111.73549260824649, 40.176260401104678 ], [ -111.73554192047993, 40.176476313461045 ], [ -111.73579332206923, 40.176916176614007 ], [ -111.73606724267876, 40.177265802008328 ], [ -111.73626982186538, 40.177534795856594 ], [ -111.7363769843908, 40.177669255286666 ], [ -111.73655617402605, 40.177947406776255 ], [ -111.73666509148839, 40.178244023935754 ], [ -111.7367033462148, 40.178523071856361 ], [ -111.7366587053076, 40.178739581463716 ], [ -111.73651050327449, 40.179154956662188 ], [ -111.73622126228418, 40.179562219241213 ], [ -111.7361184782806, 40.179833154718743 ], [ -111.73602753590221, 40.180113024206435 ], [ -111.73591173982661, 40.18026692006304 ], [ -111.73570081446744, 40.180313307622932 ], [ -111.7355012448088, 40.180323585073296 ], [ -111.7354189317238, 40.180315098590278 ], [ -111.73527779583731, 40.180297976260483 ], [ -111.73492544244965, 40.180300213574327 ], [ -111.73453688213286, 40.180212585584727 ], [ -111.73425315451755, 40.180043206886694 ], [ -111.73369764260519, 40.17972239048315 ], [ -111.73316640159753, 40.179473492862755 ], [ -111.73251752133824, 40.179207318381849 ], [ -111.73190475198975, 40.179021996542467 ], [ -111.73162151964732, 40.178897655194781 ], [ -111.73149126174449, 40.178799374896442 ], [ -111.73138420371556, 40.17867391968835 ], [ -111.73130034556372, 40.178521289633117 ], [ -111.73111088137249, 40.178378335871599 ], [ -111.73059130832077, 40.178120343239542 ], [ -111.7302370342628, 40.177942390355952 ], [ -111.72948199541645, 40.177631821261514 ], [ -111.72909336067616, 40.177535165969203 ], [ -111.72858824423561, 40.177529336499269 ], [ -111.72788337247989, 40.177515751490986 ], [ -111.72711900837189, 40.177430460627967 ], [ -111.72646082812311, 40.177389545485795 ], [ -111.72575317454728, 40.177114692250129 ], [ -111.72523391887596, 40.176883701662881 ], [ -111.72464362463187, 40.176599096961503 ], [ -111.72408837713918, 40.176296251223015 ], [ -111.72383992485085, 40.176126626150477 ], [ -111.72322653675617, 40.175878196165762 ], [ -111.722683141288, 40.175584278987195 ], [ -111.72210279876657, 40.175128420336975 ], [ -111.72194668646426, 40.174805055223096 ], [ -111.72190935361814, 40.174607081021698 ], [ -111.72189531833597, 40.174390942716606 ], [ -111.72196349179316, 40.17417429178434 ], [ -111.7220546755228, 40.173912450249297 ], [ -111.72208799793357, 40.173732054219549 ], [ -111.72214452166364, 40.173524485228519 ], [ -111.72221145199126, 40.173190719533281 ], [ -111.72224372311808, 40.172911226470532 ], [ -111.72219483768455, 40.172731343188161 ], [ -111.72192205641809, 40.172480780899072 ], [ -111.72161509549359, 40.172329534532174 ], [ -111.7210850046873, 40.172179677267927 ], [ -111.720671972261, 40.171993051321316 ], [ -111.72029388741922, 40.171779178229876 ], [ -111.71999753445921, 40.171519748569636 ], [ -111.71993662680742, 40.171312910792601 ], [ -111.71992278899612, 40.171114789711531 ], [ -111.71996719296904, 40.170871259380228 ], [ -111.72004749353214, 40.170690571688908 ], [ -111.72021018837913, 40.17052739025381 ], [ -111.72049022157073, 40.170354469028837 ], [ -111.72080548355565, 40.170181327804173 ], [ -111.72126233198343, 40.170070369678655 ], [ -111.72157844932219, 40.16997830576706 ], [ -111.7217761779535, 40.169796884941192 ], [ -111.72189122516455, 40.169570932249307 ], [ -111.7219934783196, 40.169245955632014 ], [ -111.72203663274153, 40.168885309813561 ], [ -111.7219611146914, 40.168408281583446 ], [ -111.72174334566968, 40.167806008239737 ], [ -111.72137311372234, 40.167222703285546 ], [ -111.72102866149211, 40.166855462644648 ], [ -111.7196552661228, 40.165800895561567 ], [ -111.71941803538147, 40.165577134277413 ], [ -111.71908581990674, 40.165254858791634 ], [ -111.71875389262929, 40.164959608812495 ], [ -111.71850492531645, 40.164735918468331 ], [ -111.71820927472412, 40.164539545445301 ], [ -111.7179853141333, 40.16445984965334 ], [ -111.71758483840647, 40.164345209849301 ], [ -111.71723266093915, 40.164356401441879 ], [ -111.71703427215982, 40.16447475277127 ], [ -111.71688323157076, 40.164628848309086 ], [ -111.71680292948923, 40.164809534004839 ], [ -111.71667537267697, 40.164963483875404 ], [ -111.71660709640716, 40.165171123264088 ], [ -111.71665066110269, 40.165963682991823 ], [ -111.71678153634028, 40.166125042466746 ], [ -111.71689072741538, 40.166457715097721 ], [ -111.71684707322675, 40.166773315193133 ], [ -111.71664015520352, 40.167198038987927 ], [ -111.71649071808822, 40.167505284206392 ], [ -111.71637082609575, 40.167271781112184 ], [ -111.71637177236572, 40.166244701041968 ], [ -111.71637470758104, 40.165406806414119 ], [ -111.71635908228036, 40.165037516654245 ], [ -111.71637934748647, 40.164731070790381 ], [ -111.7162130592112, 40.164551911027132 ], [ -111.71574241510361, 40.16446472715765 ], [ -111.71551732254575, 40.164276920456317 ], [ -111.7153267018644, 40.16401682491896 ], [ -111.71480852622304, 40.163875874315686 ], [ -111.71449916418608, 40.163490378404987 ], [ -111.71396509939525, 40.162953107162323 ], [ -111.7134695701225, 40.162730925993387 ], [ -111.71288095530633, 40.162590400730423 ], [ -111.71244564933221, 40.162511995231284 ], [ -111.71200996787422, 40.162397552676509 ], [ -111.71150242472473, 40.16214840862402 ], [ -111.71120699339768, 40.161970035068983 ], [ -111.71072387972121, 40.161810831832867 ], [ -111.71048857035784, 40.161767228848944 ], [ -111.71030417249816, 40.162101709228743 ], [ -111.71012146244082, 40.162598348716386 ], [ -111.70933265533759, 40.163531155331945 ], [ -111.70893538544487, 40.163722786528453 ], [ -111.7084905819429, 40.163860650656837 ], [ -111.70824455435289, 40.16391621245819 ], [ -111.70799880712663, 40.163998800312726 ], [ -111.70777776037947, 40.164198359241936 ], [ -111.70746436265757, 40.164551642375997 ], [ -111.70728078403948, 40.164967197690402 ], [ -111.70708826485625, 40.165653090129105 ], [ -111.70668212967527, 40.166124059959508 ], [ -111.70622855077968, 40.166550270611346 ], [ -111.70531820559712, 40.167096385471218 ], [ -111.70423319030213, 40.167787706532145 ], [ -111.70337108694702, 40.168459644549138 ], [ -111.70261094023554, 40.168770580460865 ], [ -111.70198070494092, 40.169152799179635 ], [ -111.70166660511946, 40.16944300474249 ], [ -111.70148186528418, 40.169750444594193 ], [ -111.70135695376224, 40.170165634801968 ], [ -111.70134910506563, 40.170544078087374 ], [ -111.70142309041863, 40.170885987910481 ], [ -111.70133108917587, 40.171075743100694 ], [ -111.70114421119989, 40.171175978610876 ], [ -111.70073392543993, 40.171250537929332 ], [ -111.70045374514297, 40.171414402940634 ], [ -111.70018715885554, 40.171758373475612 ], [ -111.69995617147987, 40.172138165847585 ], [ -111.69977187940916, 40.172490647257327 ], [ -111.69975412850381, 40.173049338535023 ], [ -111.69969855453004, 40.173355994642442 ], [ -111.69954884258358, 40.173645200717843 ], [ -111.69930369694106, 40.173790832380227 ], [ -111.69912744324226, 40.173782887428118 ], [ -111.69896043811444, 40.173531632084064 ], [ -111.6986889393373, 40.173398129576228 ], [ -111.69825357968938, 40.173319671311049 ], [ -111.69786648893218, 40.173367052329432 ], [ -111.69748087331804, 40.173558573868824 ], [ -111.6971193889789, 40.173813014753399 ], [ -111.6965822925641, 40.174122567744874 ], [ -111.69584287130927, 40.174172061321329 ], [ -111.69574891804946, 40.174172625968062 ], [ -111.69533778055639, 40.174166086534939 ], [ -111.69443182735884, 40.174009354524266 ], [ -111.6939847243473, 40.173930950647382 ], [ -111.69306465029976, 40.17354004763807 ], [ -111.69267535613039, 40.17337119840878 ], [ -111.69239304167618, 40.173327840015908 ], [ -111.69207558704686, 40.173293700416991 ], [ -111.6916180276973, 40.173341481770649 ], [ -111.69147746514685, 40.17337835905473 ], [ -111.69134864648011, 40.173415166041153 ], [ -111.69073740841124, 40.173364757863276 ], [ -111.69018206209191, 40.173034721207038 ], [ -111.68975754599241, 40.172866072090642 ], [ -111.68952129938717, 40.172732337990212 ], [ -111.68932028541325, 40.172598393636981 ], [ -111.68910825731689, 40.172536589871164 ], [ -111.688837874531, 40.172511170615891 ], [ -111.68847381397062, 40.172513336096692 ], [ -111.68821526638169, 40.172496854430356 ], [ -111.68806268682381, 40.172506770736007 ], [ -111.68763836102104, 40.172356131528936 ], [ -111.68713164848083, 40.172187960900807 ], [ -111.68662630028854, 40.172154921319738 ], [ -111.68621481244081, 40.172112313831278 ], [ -111.68592284935288, 40.172276213579991 ], [ -111.68555969633748, 40.172368458761376 ], [ -111.68493654651826, 40.17230007159619 ], [ -111.68401989205391, 40.172242424918245 ], [ -111.68372683814492, 40.172298212483511 ], [ -111.6834212265546, 40.17227298860864 ], [ -111.68303250501073, 40.172158160012849 ], [ -111.68246645427527, 40.171927252998536 ], [ -111.68223013484433, 40.171784494957436 ], [ -111.68199390657881, 40.171650745317685 ], [ -111.68189905487179, 40.171561209740879 ], [ -111.68113463080988, 40.171457596346656 ], [ -111.68075820147038, 40.171396744325094 ], [ -111.6803704788905, 40.171381004580788 ], [ -111.68011247687622, 40.171418558158983 ], [ -111.6799371301946, 40.17150067291297 ], [ -111.6797041428316, 40.171691238939708 ], [ -111.67950602617702, 40.171845562132518 ], [ -111.67947357999128, 40.172125044791571 ], [ -111.67952432919559, 40.172503142852172 ], [ -111.67953903835527, 40.172800367573316 ], [ -111.67944733278563, 40.173026141430398 ], [ -111.67936620279941, 40.173134730625186 ], [ -111.67915660659638, 40.173316148829272 ], [ -111.6788065290939, 40.173543437514148 ], [ -111.67817369330447, 40.173682287529417 ], [ -111.67781043235556, 40.173765499629646 ], [ -111.67766932354789, 40.173748306814524 ], [ -111.67715204456759, 40.173697276883885 ], [ -111.67696485477283, 40.173770446968874 ], [ -111.67667465168854, 40.174114501619279 ], [ -111.6763354115905, 40.174251625244381 ], [ -111.67590257369137, 40.174425332037565 ], [ -111.67547960201466, 40.174409781739094 ], [ -111.67471613656237, 40.174405224144444 ], [ -111.6745169303053, 40.174451432027887 ], [ -111.67448365979206, 40.174649833199354 ], [ -111.67442690044001, 40.174848371186947 ], [ -111.67421666163025, 40.174966718213518 ], [ -111.67390747648571, 40.1745811130885 ], [ -111.67363281486726, 40.174123230833395 ], [ -111.67348983602393, 40.173916845865115 ], [ -111.67320655161099, 40.173774342617058 ], [ -111.67259487769574, 40.173678794025264 ], [ -111.6720890802288, 40.173600646478249 ], [ -111.67152447456898, 40.173513828403763 ], [ -111.67110213053547, 40.173561324442524 ], [ -111.67075193587578, 40.173779580079199 ], [ -111.67050770267096, 40.174024249314982 ], [ -111.67019335679862, 40.174305361617833 ], [ -111.66993976744172, 40.174793338298606 ], [ -111.66981368003894, 40.17510939772837 ], [ -111.66981633739718, 40.175379665102575 ], [ -111.66970075294911, 40.175569531674903 ], [ -111.66964256197875, 40.175623924812683 ], [ -111.66965274629675, 40.176659949621495 ], [ -111.66968247008595, 40.178488690235255 ], [ -111.66968946733834, 40.179200393895542 ], [ -111.67428381812222, 40.178191700001811 ], [ -111.6744961798897, 40.180659043243345 ], [ -111.65808957137162, 40.180924646096187 ], [ -111.65804215452245, 40.180879868522389 ], [ -111.65800726644378, 40.180916104499353 ], [ -111.65786823585944, 40.181115101853756 ], [ -111.65754136373856, 40.181324175483127 ], [ -111.65713148867917, 40.181452634577994 ], [ -111.65655717463893, 40.181582024899157 ], [ -111.65599425685187, 40.181675310121967 ], [ -111.6555049323127, 40.182092515028415 ], [ -111.65528497261667, 40.182427108739695 ], [ -111.6552837152185, 40.183517255377367 ], [ -111.65528614234017, 40.183769505301022 ], [ -111.65565390830585, 40.184145818535796 ], [ -111.65629105585484, 40.184439519034697 ], [ -111.65671538954813, 40.184590272777747 ], [ -111.65691611518849, 40.184697246935386 ], [ -111.65718844816243, 40.184920936651245 ], [ -111.6572390842983, 40.185299044565426 ], [ -111.65720688877757, 40.185614556799379 ], [ -111.6571158746527, 40.185921393472711 ], [ -111.65721184460395, 40.186128065176305 ], [ -111.6576503733162, 40.186530998356176 ], [ -111.65778341250238, 40.186926656597805 ], [ -111.65785832992128, 40.187385710822923 ], [ -111.65766255435726, 40.187792246606058 ], [ -111.65740778220423, 40.188172088849292 ], [ -111.65732894728367, 40.188523903440526 ], [ -111.65760503832794, 40.189134975180451 ], [ -111.65787808783871, 40.189430734242286 ], [ -111.65832943420256, 40.189941704593586 ], [ -111.65873397346934, 40.190470958288508 ], [ -111.65900903883109, 40.190973919417509 ], [ -111.65911694344354, 40.191198540200105 ], [ -111.65917995322667, 40.191639642193699 ], [ -111.65922243501672, 40.192387180686772 ], [ -111.65926064320509, 40.192693282755677 ], [ -111.6595818389421, 40.193105885580259 ], [ -111.65992548583125, 40.193410246692075 ], [ -111.66066986605567, 40.193847461421235 ], [ -111.66138041304072, 40.194429014981054 ], [ -111.662081502392, 40.195244862499436 ], [ -111.66223597751996, 40.195424166828118 ], [ -111.66230734143052, 40.19551385251745 ], [ -111.65600932212526, 40.195432591847698 ], [ -111.65606945089634, 40.195576401456925 ], [ -111.65607275021017, 40.195918739867167 ], [ -111.65614516081546, 40.199774350241022 ], [ -111.6560276741161, 40.19977501611956 ], [ -111.65153950680336, 40.199782345597782 ], [ -111.64702905393602, 40.198681470031566 ], [ -111.64613565453233, 40.198632403780472 ], [ -111.64626685530312, 40.198838887491483 ], [ -111.6462704478475, 40.199217262046211 ], [ -111.64614121328199, 40.199217983473979 ], [ -111.63970314565161, 40.199271758940341 ], [ -111.63983449763604, 40.199496267918917 ], [ -111.64199195653141, 40.206502638272845 ], [ -111.64250127234395, 40.208175557806022 ], [ -111.64307175001549, 40.210100397417982 ], [ -111.6430839262416, 40.210145376668045 ], [ -111.64188495103878, 40.210106984697283 ], [ -111.64162635536309, 40.210099409027563 ], [ -111.64139851016878, 40.209614165237127 ], [ -111.64137449983846, 40.209560241994467 ], [ -111.64107946676425, 40.209426735654766 ], [ -111.64076101898223, 40.209302367555409 ], [ -111.64041958045489, 40.20923218206584 ], [ -111.6381357049256, 40.208785316894073 ], [ -111.6381601292815, 40.210136589518143 ], [ -111.63690290983834, 40.210152523312523 ], [ -111.63503466296395, 40.210171797252073 ], [ -111.63498724052494, 40.210127010500372 ], [ -111.63316106313043, 40.208353156063509 ], [ -111.631269363385, 40.208372497406408 ], [ -111.63120835591137, 40.208129576683163 ], [ -111.63026892633229, 40.208197761307787 ], [ -111.62934116336845, 40.206986541891013 ], [ -111.62917574741543, 40.20688833784385 ], [ -111.62905724843046, 40.206780869212935 ], [ -111.62896249947377, 40.206700299579175 ], [ -111.62893874982042, 40.206673400455863 ], [ -111.6299084893662, 40.206073507762717 ], [ -111.63017614891177, 40.20579275984371 ], [ -111.63039797575475, 40.205638392369963 ], [ -111.63042114140228, 40.205602228648644 ], [ -111.63045605675424, 40.205566000928989 ], [ -111.63047930581287, 40.20553884613156 ], [ -111.63051413763078, 40.205493609458905 ], [ -111.63056055215745, 40.205430290900551 ], [ -111.63060688311565, 40.205357963387989 ], [ -111.63062996507253, 40.205312790689078 ], [ -111.63035646780156, 40.204962914121687 ], [ -111.62997614311136, 40.204496496220273 ], [ -111.62984498039316, 40.204289993950155 ], [ -111.62953499291595, 40.203805173009279 ], [ -111.62912843343645, 40.203041584868785 ], [ -111.62763368407802, 40.200220748369098 ], [ -111.62723875041947, 40.199439071193169 ], [ -111.62605499873291, 40.197202138010731 ], [ -111.62440505926831, 40.19408478510217 ], [ -111.62140456721968, 40.188424998971456 ], [ -111.62037743504325, 40.186574567058777 ], [ -111.61874172793082, 40.186258981669162 ], [ -111.61600138757312, 40.185895199546714 ], [ -111.61423853831747, 40.185805462491935 ], [ -111.61369812476165, 40.185799319091167 ], [ -111.61370957264772, 40.187069587253575 ], [ -111.61074919238686, 40.187058214680846 ], [ -111.61105086022518, 40.187948555735858 ], [ -111.61228199772101, 40.191608884754544 ], [ -111.61233028354494, 40.19175278002875 ], [ -111.6123422740075, 40.19177974485536 ], [ -111.61239072214966, 40.191941658073716 ], [ -111.61271082112447, 40.192264303298991 ], [ -111.6132192892985, 40.192630997027358 ], [ -111.61318534493384, 40.192775327469079 ], [ -111.61596108969384, 40.19572468797984 ], [ -111.6163252796139, 40.195722749584363 ], [ -111.61664549671268, 40.196054392421132 ], [ -111.61689824865765, 40.196719741983401 ], [ -111.62118169811188, 40.201336678554739 ], [ -111.62135883811484, 40.201434831243851 ], [ -111.62118482262147, 40.20167901895217 ], [ -111.62110208578846, 40.201625406513934 ], [ -111.62106634532714, 40.201571541880476 ], [ -111.62099527557028, 40.20150885736858 ], [ -111.62017720294686, 40.200702397099008 ], [ -111.61992875261778, 40.200514530485592 ], [ -111.619308767021, 40.200815159286932 ], [ -111.61822094401855, 40.201352528651171 ], [ -111.617624441339, 40.20165302300471 ], [ -111.61852703255848, 40.202711312798222 ], [ -111.61851839454509, 40.203053716066044 ], [ -111.61781302625661, 40.203012435874598 ], [ -111.6180086200951, 40.210318008719909 ], [ -111.61841653021966, 40.231920298425294 ], [ -111.61816711117675, 40.235516361597966 ], [ -111.60891750210443, 40.235736573584269 ], [ -111.60431026411715, 40.2358418059871 ], [ -111.59938570277083, 40.235957508173499 ], [ -111.58987398057079, 40.23579015321458 ], [ -111.5899421622201, 40.239582742857493 ], [ -111.58043102357323, 40.239540740799804 ], [ -111.57294255435309, 40.23956904559666 ], [ -111.5709558356926, 40.23957886384752 ], [ -111.57096595172463, 40.242182516689049 ], [ -111.57097556409448, 40.243326656610328 ], [ -111.5664843980923, 40.243321699192755 ], [ -111.56205193821003, 40.243307273028087 ], [ -111.56146411828779, 40.243310126296841 ], [ -111.5518933739671, 40.243230031528704 ], [ -111.55191161544374, 40.246923778242518 ], [ -111.54236387858781, 40.2468427866132 ], [ -111.52760756855132, 40.246757842088606 ], [ -111.52283043021089, 40.246732853874406 ], [ -111.51844812044922, 40.246709143726932 ], [ -111.51823649317184, 40.246710091586017 ], [ -111.51821701650178, 40.25032292953663 ], [ -111.49946225970442, 40.250243223648184 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 32, \"properties\": { \"NAME\": \"WASATCH COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 5089, \"Color4\": \"1\", \"Shape_Leng\": 332069.569321, \"Shape_Area\": 3129412606.1300001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.39571352160192, 40.690181736098005 ], [ -111.39559514633925, 40.69017763742638 ], [ -111.39554317948335, 40.690195832863232 ], [ -111.3954061612953, 40.690241345673307 ], [ -111.39528805211326, 40.690282289234709 ], [ -111.39497409534518, 40.690427502815652 ], [ -111.39472135991186, 40.690518454095901 ], [ -111.3944730124522, 40.690550833335152 ], [ -111.39441391747984, 40.690564548272569 ], [ -111.39424018289787, 40.69060568077979 ], [ -111.39420227392948, 40.690599504140238 ], [ -111.3939227147317, 40.690557216623013 ], [ -111.39366136545091, 40.690391447260666 ], [ -111.39361265682072, 40.690360082913465 ], [ -111.39331579617605, 40.689991738247016 ], [ -111.39328007982714, 40.689955825148154 ], [ -111.39301794057893, 40.689654926602806 ], [ -111.39285645172045, 40.689362693691095 ], [ -111.39276533759761, 40.68896211681534 ], [ -111.39264482319632, 40.688593170262443 ], [ -111.39257772407777, 40.688251068027284 ], [ -111.39259386341379, 40.687976247931211 ], [ -111.39260017108447, 40.687841096043222 ], [ -111.39266156554052, 40.68741297417715 ], [ -111.39283664786845, 40.686997978520232 ], [ -111.39294772447673, 40.686767878737129 ], [ -111.39308212472478, 40.686479142894733 ], [ -111.39322249384958, 40.686199395252224 ], [ -111.39332770372553, 40.685978323755037 ], [ -111.39338615924387, 40.6858565071594 ], [ -111.39369591960322, 40.685202320588708 ], [ -111.39374840378454, 40.685071515456713 ], [ -111.39377756452076, 40.684999346401064 ], [ -111.39397474675253, 40.684521212577188 ], [ -111.39410395356077, 40.684155919203377 ], [ -111.39414565306922, 40.684002628927537 ], [ -111.39411995311042, 40.683858577430428 ], [ -111.39399471739105, 40.683692343879891 ], [ -111.3937389671471, 40.683467998789936 ], [ -111.3935246363536, 40.683243511953961 ], [ -111.39333394772008, 40.683014439816361 ], [ -111.3932922388929, 40.682965034033124 ], [ -111.39310157831596, 40.682740465755124 ], [ -111.39259072710156, 40.682399873198079 ], [ -111.39219908663722, 40.682207517095343 ], [ -111.3917472528374, 40.681839694153737 ], [ -111.39147316109302, 40.681511806067682 ], [ -111.39119746738494, 40.681111853083465 ], [ -111.39108507637766, 40.680914042286147 ], [ -111.39104918184523, 40.680846598561907 ], [ -111.3910189144606, 40.680729587878027 ], [ -111.39094633633306, 40.680459572428148 ], [ -111.39092706038583, 40.680198385164161 ], [ -111.39092527630926, 40.67989299598861 ], [ -111.39081690586018, 40.679572652828107 ], [ -111.39072729051455, 40.679424312431244 ], [ -111.39060801434148, 40.679262559245856 ], [ -111.39054840275958, 40.67918618687024 ], [ -111.390381480546, 40.678970542339627 ], [ -111.3903576308501, 40.678939092490737 ], [ -111.38992252875848, 40.678391031369941 ], [ -111.38970825333874, 40.678171041385369 ], [ -111.38963628652569, 40.678004623106325 ], [ -111.38963531620089, 40.677837965209527 ], [ -111.38976413785736, 40.677607808244986 ], [ -111.38998867150011, 40.677354806098123 ], [ -111.3902102591547, 40.677002717616503 ], [ -111.39046197822306, 40.676542422229581 ], [ -111.39064977261192, 40.676280534282554 ], [ -111.39067909070263, 40.676235391511312 ], [ -111.39076693954081, 40.676081946078618 ], [ -111.39100121869414, 40.675675760766147 ], [ -111.3911532222171, 40.675364445228979 ], [ -111.39125224277799, 40.67509835260875 ], [ -111.39128586971381, 40.674778429224659 ], [ -111.39126643626486, 40.67449021614302 ], [ -111.39122946555949, 40.674238097338169 ], [ -111.39122307562397, 40.674157040532165 ], [ -111.3911483455297, 40.673517674736352 ], [ -111.3911397184021, 40.673053754936653 ], [ -111.39114918255531, 40.672851026687553 ], [ -111.39115520241506, 40.672666327538892 ], [ -111.3911656917121, 40.672436569641341 ], [ -111.39122232301496, 40.672003959182156 ], [ -111.39123223280816, 40.671675107281246 ], [ -111.39128331593159, 40.671305576590079 ], [ -111.39129364663137, 40.671048792997937 ], [ -111.39126937283869, 40.670944374076271 ], [ -111.39113781194241, 40.670905181442059 ], [ -111.39079070329942, 40.67103247888776 ], [ -111.39034710031157, 40.671250188772042 ], [ -111.39006464189593, 40.671305195671849 ], [ -111.3898065571029, 40.671279041096994 ], [ -111.38956708837486, 40.671198770802064 ], [ -111.3892052581582, 40.671033329666962 ], [ -111.38893234884755, 40.670899118429723 ], [ -111.38876553117977, 40.67069698395526 ], [ -111.38870485702095, 40.670435935246054 ], [ -111.38871603449763, 40.670323288568454 ], [ -111.38874404342555, 40.670052932546184 ], [ -111.3887668375654, 40.669903310973943 ], [ -111.38877141835536, 40.669877170248917 ], [ -111.38881880162141, 40.669683323114768 ], [ -111.38883623452975, 40.669629212059121 ], [ -111.38887104793132, 40.669511981389867 ], [ -111.38908607697506, 40.66884911565591 ], [ -111.38936542923605, 40.668261705868147 ], [ -111.38954858265673, 40.668018753337726 ], [ -111.38971277383324, 40.667770459273719 ], [ -111.3897701975516, 40.66747297742144 ], [ -111.3897817399305, 40.667423390452377 ], [ -111.38978668501409, 40.667256712282985 ], [ -111.38979715208289, 40.667022450000701 ], [ -111.38985917869155, 40.666499734289353 ], [ -111.38991129399741, 40.666306771495968 ], [ -111.38994593592811, 40.666160713081986 ], [ -111.38997517665352, 40.666102958454104 ], [ -111.39001607999825, 40.666016336488035 ], [ -111.39006874558835, 40.665917963421762 ], [ -111.39010384364849, 40.665850279367923 ], [ -111.39017414455695, 40.665732928333775 ], [ -111.39037918309583, 40.665389903519745 ], [ -111.39047253977461, 40.665168873930867 ], [ -111.39049003850133, 40.665126473715048 ], [ -111.39054110525001, 40.66475424037052 ], [ -111.3905915775925, 40.664280210308135 ], [ -111.39059139891117, 40.664249581220062 ], [ -111.39058243576414, 40.663727104995395 ], [ -111.39050246591844, 40.663200364516108 ], [ -111.39040433215229, 40.662601615461469 ], [ -111.39028914321237, 40.662120938356935 ], [ -111.39025709549443, 40.661696735171695 ], [ -111.39025412907978, 40.661187751526526 ], [ -111.39019771932132, 40.660642913491422 ], [ -111.39013691779314, 40.660359343658882 ], [ -111.39004662162735, 40.660089386523538 ], [ -111.38988655835496, 40.65982416926574 ], [ -111.38959960669604, 40.65950532752445 ], [ -111.38917123359882, 40.659074352504845 ], [ -111.38871394641252, 40.658756082471541 ], [ -111.38822175024853, 40.658537024143854 ], [ -111.3875219721522, 40.658219564369759 ], [ -111.38715427669023, 40.658049631656937 ], [ -111.38703551617547, 40.657968951089302 ], [ -111.38692896127334, 40.657748593971377 ], [ -111.38693239170651, 40.657523363876081 ], [ -111.38697845879943, 40.657306999636219 ], [ -111.3871704875024, 40.656761326864199 ], [ -111.38728057055476, 40.656364572901097 ], [ -111.38727963287832, 40.65620241861685 ], [ -111.38720704509754, 40.655923390906231 ], [ -111.38705733664945, 40.655604082304194 ], [ -111.38697120410934, 40.655027811136407 ], [ -111.38684315282322, 40.654361592793137 ], [ -111.38683703043156, 40.654325578306825 ], [ -111.38656141258502, 40.653709401948156 ], [ -111.38638143975599, 40.653268575511461 ], [ -111.38625049670938, 40.653124873563385 ], [ -111.38601883195928, 40.65294997758015 ], [ -111.38563949664047, 40.652807105014901 ], [ -111.38515381232057, 40.652682603468975 ], [ -111.38449049952695, 40.652522656446394 ], [ -111.3834541169645, 40.652279262779736 ], [ -111.38300968964391, 40.652128489801257 ], [ -111.38268972729236, 40.652024148206387 ], [ -111.38218579787559, 40.651809607072323 ], [ -111.3818953674312, 40.651697958518589 ], [ -111.38168120436578, 40.651477952115542 ], [ -111.38166320565936, 40.651432967833152 ], [ -111.38160931232915, 40.65131603213667 ], [ -111.38159133937471, 40.651275552134017 ], [ -111.381476639022, 40.65086603275067 ], [ -111.38146918600783, 40.650595794702134 ], [ -111.38150387442484, 40.650456044387312 ], [ -111.38154437399581, 40.650298257345703 ], [ -111.38154851767595, 40.649987441553193 ], [ -111.38162419219388, 40.64977548570041 ], [ -111.38172979483683, 40.649626492162739 ], [ -111.38182927777747, 40.649441483730286 ], [ -111.38184604365475, 40.649270261894578 ], [ -111.38185180342954, 40.649243216574874 ], [ -111.38187502221918, 40.649166565350889 ], [ -111.38188661875563, 40.649125987589798 ], [ -111.38194493508431, 40.648981654588511 ], [ -111.38199715758495, 40.648805811058175 ], [ -111.38198314560218, 40.648630186614298 ], [ -111.38197787524359, 40.648535612079286 ], [ -111.38195291045878, 40.648305971297077 ], [ -111.38188035365398, 40.648026939717404 ], [ -111.38176609360742, 40.647693993394242 ], [ -111.38169330729724, 40.647374423000834 ], [ -111.38157249432986, 40.646928888587162 ], [ -111.38146394614273, 40.646559887975407 ], [ -111.3812964174348, 40.646218108287485 ], [ -111.38119383290515, 40.646065297997033 ], [ -111.38106422594271, 40.645944107456039 ], [ -111.3809040227854, 40.645850043981945 ], [ -111.38060646785345, 40.645728505897814 ], [ -111.38041220280969, 40.645675994309627 ], [ -111.38026992066651, 40.645613401585727 ], [ -111.37989033264796, 40.645416458135394 ], [ -111.3796593493193, 40.645354156421838 ], [ -111.37945821441463, 40.645341304372408 ], [ -111.37935164424802, 40.645319132597862 ], [ -111.37928055501125, 40.645296844195826 ], [ -111.37913238673993, 40.645238773778679 ], [ -111.3790434553207, 40.645198526277873 ], [ -111.3788061525905, 40.645064173477095 ], [ -111.37847992013782, 40.644889572241013 ], [ -111.37833718363044, 40.644745899723446 ], [ -111.37815863166095, 40.644542886461309 ], [ -111.37788527341554, 40.644305949878927 ], [ -111.37770703377321, 40.644157888353917 ], [ -111.37766454840663, 40.64396433882321 ], [ -111.37761627687378, 40.643793330108664 ], [ -111.37746765153132, 40.64365327924726 ], [ -111.37734880649852, 40.643550967705821 ], [ -111.3772834048556, 40.643488120025076 ], [ -111.37717615374589, 40.643344330091338 ], [ -111.37713430425801, 40.643263387859875 ], [ -111.37710440820743, 40.643204928498399 ], [ -111.37691399194183, 40.642993844099507 ], [ -111.37665284567824, 40.642823529553404 ], [ -111.37638555978046, 40.642612694960377 ], [ -111.37630790344862, 40.642473312116991 ], [ -111.37625892827751, 40.642176182302414 ], [ -111.37629862085254, 40.641873358295534 ], [ -111.37635649272777, 40.641648851318898 ], [ -111.37637379703789, 40.641571319494325 ], [ -111.37637956344582, 40.641545175265165 ], [ -111.37642522391103, 40.641252241380265 ], [ -111.37642395876216, 40.641027026219021 ], [ -111.37641736249667, 40.640905429302471 ], [ -111.37637566726552, 40.640851512571878 ], [ -111.37635181253761, 40.64081555522899 ], [ -111.37628055202322, 40.640761734812102 ], [ -111.37607885008825, 40.640645277817057 ], [ -111.37568737542529, 40.640430341498046 ], [ -111.37555099662812, 40.640363219293114 ], [ -111.37536114845416, 40.640251226870497 ], [ -111.37520652685747, 40.64009407581915 ], [ -111.37515280534392, 40.640004162617743 ], [ -111.37509319618314, 40.639918772900167 ], [ -111.37502651461928, 40.639626204320209 ], [ -111.37504079999789, 40.639009056876915 ], [ -111.37503450895882, 40.638941511495041 ], [ -111.3750276381711, 40.638770367079495 ], [ -111.37499520032185, 40.638256972200018 ], [ -111.37494646099839, 40.638000380330297 ], [ -111.37487822154569, 40.637640250794817 ], [ -111.37473575895618, 40.637329910345557 ], [ -111.37469970307239, 40.63722642639528 ], [ -111.3746994764206, 40.637185887630544 ], [ -111.37469283334877, 40.637055281904381 ], [ -111.37474493991978, 40.636856919709778 ], [ -111.37481468357586, 40.636640482686275 ], [ -111.37487172118678, 40.636478139532535 ], [ -111.37502418407759, 40.636039817852222 ], [ -111.37509986889501, 40.635828766602401 ], [ -111.37522913738452, 40.6354724998425 ], [ -111.37530270014038, 40.635093892011191 ], [ -111.37531401579541, 40.635002866548156 ], [ -111.37533681349609, 40.63485054405237 ], [ -111.37534805843639, 40.634746906517954 ], [ -111.37535942947115, 40.634665790524977 ], [ -111.37535288630107, 40.634553202020065 ], [ -111.37532701653049, 40.634156899685124 ], [ -111.37532535182557, 40.633859615266523 ], [ -111.37534599602931, 40.63374513662724 ], [ -111.37538298816841, 40.633593668833178 ], [ -111.37543509008148, 40.633395306229119 ], [ -111.37548082509474, 40.633115885240109 ], [ -111.37547476129836, 40.63308887860299 ], [ -111.37546255802719, 40.633021352397165 ], [ -111.37538506623052, 40.632908994504888 ], [ -111.37527808846797, 40.63281024555485 ], [ -111.37501132585267, 40.632684989119461 ], [ -111.37476611566196, 40.632607408686432 ], [ -111.37470332881792, 40.632586892214327 ], [ -111.37401385852415, 40.632361204922759 ], [ -111.37384450436306, 40.632314907583471 ], [ -111.37352803265691, 40.632180799823566 ], [ -111.37321671841046, 40.63212324920579 ], [ -111.37314213292989, 40.632107274403985 ], [ -111.37299172447025, 40.632065418987743 ], [ -111.37267579155191, 40.632027701156133 ], [ -111.37232911998881, 40.631990982443675 ], [ -111.37219054690199, 40.631950889581624 ], [ -111.3716128317828, 40.631831131378149 ], [ -111.37149562856987, 40.631806283851851 ], [ -111.37145295024338, 40.631786601799917 ], [ -111.37133435011691, 40.631723020819152 ], [ -111.37127505762244, 40.631692581576452 ], [ -111.37121576019278, 40.631661241440234 ], [ -111.37117419964738, 40.631629844268474 ], [ -111.37105540557924, 40.631531129352133 ], [ -111.37089495189753, 40.631382999780925 ], [ -111.37082360615419, 40.631311158590449 ], [ -111.37074612410872, 40.63119879750932 ], [ -111.37072821301365, 40.631167324250178 ], [ -111.37067443001463, 40.631063895826507 ], [ -111.37061941195576, 40.630737053387968 ], [ -111.37054187116642, 40.630613881799512 ], [ -111.37047646369933, 40.630546525724931 ], [ -111.37036944715716, 40.630438763509893 ], [ -111.3702624807182, 40.63034000982185 ], [ -111.37020884836318, 40.63026360705004 ], [ -111.37016055621804, 40.630083586056152 ], [ -111.37016597090738, 40.629993480803975 ], [ -111.3701356890013, 40.629862950407556 ], [ -111.37007128109391, 40.629762258366434 ], [ -111.37005219822777, 40.629732590506677 ], [ -111.37003431271802, 40.629705621444231 ], [ -111.3699392715736, 40.629624846812803 ], [ -111.36989773774648, 40.629597953478061 ], [ -111.36982060713429, 40.629548652146852 ], [ -111.36971384663184, 40.629486833315056 ], [ -111.36917457653962, 40.629257933381304 ], [ -111.36898479532717, 40.629150434393239 ], [ -111.36884241025105, 40.629060801311354 ], [ -111.36862302038203, 40.628944387491281 ], [ -111.36841602467592, 40.62893153481906 ], [ -111.36825637484614, 40.628927539606181 ], [ -111.36814424397258, 40.628963932268348 ], [ -111.36802620093015, 40.629000343661964 ], [ -111.36782573506342, 40.629100079018237 ], [ -111.36751971573121, 40.629357803824981 ], [ -111.36743142956701, 40.629430155074246 ], [ -111.36713186202623, 40.629786955012115 ], [ -111.36706143456712, 40.629881771176869 ], [ -111.36683256244028, 40.630193301648468 ], [ -111.36680903706591, 40.630215898346364 ], [ -111.36665012335074, 40.63034703042721 ], [ -111.36649675179642, 40.630410578777131 ], [ -111.36633172790218, 40.630505694648853 ], [ -111.36627277837772, 40.630537412387646 ], [ -111.36577078349364, 40.630638100074727 ], [ -111.36561019787375, 40.630680048999317 ], [ -111.3652628257974, 40.630729795649593 ], [ -111.36477839297676, 40.630798892713791 ], [ -111.36404451264491, 40.630877783124291 ], [ -111.36375959277558, 40.630887689699101 ], [ -111.36367921107815, 40.630892447250211 ], [ -111.36364371334561, 40.630888054635307 ], [ -111.36322961903069, 40.630845214713617 ], [ -111.36301037444264, 40.630754915295618 ], [ -111.36279079403337, 40.63060245586388 ], [ -111.36265997039652, 40.630463230510614 ], [ -111.36260043440846, 40.63038684273581 ], [ -111.36252296718575, 40.630274476055803 ], [ -111.36246338281227, 40.630189079568709 ], [ -111.36228408109459, 40.630050005918136 ], [ -111.36224370814143, 40.630018601792244 ], [ -111.36216060236171, 40.629956701776948 ], [ -111.36185825193832, 40.629803599196613 ], [ -111.36160356907024, 40.629718813393545 ], [ -111.361307914805, 40.629710729943106 ], [ -111.36062811863447, 40.62973087228697 ], [ -111.36012001541893, 40.629795519335296 ], [ -111.35973005707861, 40.629841778620083 ], [ -111.35956468666477, 40.629873824379203 ], [ -111.35893829036753, 40.629929825674886 ], [ -111.35876092633228, 40.629930376788359 ], [ -111.35842982270279, 40.629926900483632 ], [ -111.35809232574285, 40.629833355135446 ], [ -111.35789076034617, 40.629730378842694 ], [ -111.35777083074372, 40.629636158117286 ], [ -111.3576887629588, 40.629546324402696 ], [ -111.35757576029914, 40.629420551242788 ], [ -111.35748561372647, 40.629146062138915 ], [ -111.35738378789172, 40.628898635473632 ], [ -111.35727011476422, 40.628646740960988 ], [ -111.35702568283327, 40.628264623111249 ], [ -111.3569183797415, 40.628098292080203 ], [ -111.35658594354975, 40.627842568335609 ], [ -111.35593914929748, 40.627394123790033 ], [ -111.35536397468773, 40.627071578378697 ], [ -111.35474732727153, 40.626731139882402 ], [ -111.35464663511904, 40.626695413942649 ], [ -111.35397139975717, 40.626454247945951 ], [ -111.35322820504364, 40.626105180280021 ], [ -111.35299941663348, 40.625993269822601 ], [ -111.35267341513914, 40.625832107415476 ], [ -111.35247787656216, 40.625747120775124 ], [ -111.35225746174621, 40.625653200880173 ], [ -111.35208680089063, 40.625577146491253 ], [ -111.3520571475074, 40.625559219290338 ], [ -111.35190296908317, 40.625469601183099 ], [ -111.35173715663808, 40.625416053500125 ], [ -111.35163635465757, 40.62535870413857 ], [ -111.3512989561592, 40.625277750847324 ], [ -111.35115085624841, 40.625219644040556 ], [ -111.35105030977033, 40.62521094090873 ], [ -111.35083145815533, 40.625189083929776 ], [ -111.35072492935504, 40.625166885486742 ], [ -111.35061230046988, 40.625108670263003 ], [ -111.35055301846914, 40.625077319417059 ], [ -111.35036954355358, 40.625037336575389 ], [ -111.35012704589157, 40.625015549993492 ], [ -111.35002061165505, 40.625011368214082 ], [ -111.34995560639456, 40.62501606960852 ], [ -111.349861042588, 40.625020860512841 ], [ -111.34969083239928, 40.625030384811474 ], [ -111.34957730411394, 40.625026224103081 ], [ -111.34934677096723, 40.625031426068752 ], [ -111.34918136041615, 40.62505444829916 ], [ -111.3489213154612, 40.625068747440011 ], [ -111.34831853139688, 40.625111106599768 ], [ -111.34814716178947, 40.625125136520744 ], [ -111.34778418231723, 40.62512623015008 ], [ -111.34772153679499, 40.625130022301107 ], [ -111.34768015943811, 40.625131047753101 ], [ -111.34754418991258, 40.625131457002674 ], [ -111.34682903503118, 40.625165137688313 ], [ -111.34663749523627, 40.625165712739182 ], [ -111.34636917285397, 40.625180030977909 ], [ -111.34620229943819, 40.625149000524225 ], [ -111.34605445991596, 40.625140434800485 ], [ -111.34590636480712, 40.625082321247135 ], [ -111.34554551802499, 40.62503835744657 ], [ -111.34544501892697, 40.625038658092741 ], [ -111.34523752917859, 40.624926668511243 ], [ -111.34465704780067, 40.624707686642559 ], [ -111.34406463129991, 40.624466215394939 ], [ -111.34350203109524, 40.624274200831252 ], [ -111.3429457604239, 40.624163243949191 ], [ -111.34228326624986, 40.624088634460243 ], [ -111.34155590628023, 40.624045743832781 ], [ -111.34091683221759, 40.623926013217854 ], [ -111.34028467146398, 40.623770223476711 ], [ -111.33980973451767, 40.623608562496116 ], [ -111.33937780548328, 40.623534158586999 ], [ -111.33835976300821, 40.623289403524112 ], [ -111.33688683344842, 40.623104524488532 ], [ -111.33526023459929, 40.622924577240823 ], [ -111.33431344625455, 40.622738136836283 ], [ -111.3340177358362, 40.622711966023516 ], [ -111.33392901826834, 40.622703213764169 ], [ -111.33334348736838, 40.622646348008324 ], [ -111.33292948050058, 40.62260700257297 ], [ -111.33256885634776, 40.622603537173632 ], [ -111.331493385473, 40.622692212721596 ], [ -111.33066599568332, 40.622739628612436 ], [ -111.3300928001548, 40.622786312336224 ], [ -111.32941352825415, 40.622900861872274 ], [ -111.32859804569159, 40.622966246601166 ], [ -111.3276054132007, 40.623072667842166 ], [ -111.32713866451164, 40.623128043717543 ], [ -111.32687261821093, 40.623123391717812 ], [ -111.32671890024439, 40.623120223153265 ], [ -111.32642890517097, 40.623053477109785 ], [ -111.32620958621722, 40.62293247788984 ], [ -111.32618580859499, 40.622905518625643 ], [ -111.3259957415998, 40.622721374722623 ], [ -111.32590558009603, 40.622415329714727 ], [ -111.32579019786802, 40.621785038647857 ], [ -111.32576121026167, 40.621658997085341 ], [ -111.32557903291091, 40.620907275164576 ], [ -111.32556042409962, 40.620727151408801 ], [ -111.325554294078, 40.620682124634193 ], [ -111.32544703740261, 40.620506755104927 ], [ -111.32524506926771, 40.620304625793217 ], [ -111.32459257982902, 40.619842507622138 ], [ -111.32366768296441, 40.619277548094658 ], [ -111.32280363761463, 40.618825021205666 ], [ -111.32207364990215, 40.618466706601893 ], [ -111.32162343067047, 40.618265262881621 ], [ -111.32114383113516, 40.618099934356373 ], [ -111.32039221573916, 40.617912836702324 ], [ -111.31958185857765, 40.617802471640395 ], [ -111.31886599566266, 40.617673822409564 ], [ -111.31830481302654, 40.617504202867707 ], [ -111.31768192360202, 40.617285201843082 ], [ -111.31690058016603, 40.617057623506724 ], [ -111.31622015385666, 40.616919851791423 ], [ -111.31571138260679, 40.616831155467018 ], [ -111.31474079381549, 40.616581557592532 ], [ -111.31394720373289, 40.616259400000544 ], [ -111.31350852961765, 40.615990326999068 ], [ -111.31319411432219, 40.615747941889452 ], [ -111.3129934006022, 40.615550291942995 ], [ -111.31296846975208, 40.615527837450621 ], [ -111.31282595705026, 40.6153885868153 ], [ -111.31239228088202, 40.614921301914009 ], [ -111.31198505826714, 40.61454853652112 ], [ -111.31192331355626, 40.614490145945759 ], [ -111.31159671280938, 40.614166709914713 ], [ -111.31125793838484, 40.613766730746697 ], [ -111.31120447005506, 40.613708317473353 ], [ -111.31118659157244, 40.613676834761726 ], [ -111.31088893389344, 40.613219988090876 ], [ -111.31084141040643, 40.613168765700884 ], [ -111.31069282956253, 40.612993493398982 ], [ -111.31038416157308, 40.612710545315743 ], [ -111.31017668492707, 40.61258047471933 ], [ -111.30998719074742, 40.612504408439364 ], [ -111.3098213186762, 40.612423774071267 ], [ -111.3097206093415, 40.612374495633361 ], [ -111.3090523352753, 40.612038454747406 ], [ -111.30836390987398, 40.611688950530237 ], [ -111.30789455325515, 40.611419937854201 ], [ -111.3074214683041, 40.611110393451348 ], [ -111.30723163067381, 40.610957748496446 ], [ -111.30708924270805, 40.610841012391013 ], [ -111.30693498895091, 40.61071439792871 ], [ -111.30666780691173, 40.610450248063842 ], [ -111.30619843479671, 40.609915467977395 ], [ -111.30578230443766, 40.609389553815504 ], [ -111.30565738656571, 40.609214212251217 ], [ -111.30541941441959, 40.608872506161191 ], [ -111.30493175929013, 40.60821164544317 ], [ -111.30476531049047, 40.60800037717717 ], [ -111.30446806120298, 40.607618285687842 ], [ -111.30428957025107, 40.607357499865188 ], [ -111.30415271723986, 40.60715516154238 ], [ -111.30388541348088, 40.606858573567365 ], [ -111.3038497690786, 40.606818127582692 ], [ -111.30380819419555, 40.606773192768159 ], [ -111.30362381835199, 40.606516925770748 ], [ -111.30334971330819, 40.606022159993117 ], [ -111.30323069778943, 40.605842295769612 ], [ -111.30288830155044, 40.605928778107113 ], [ -111.30236935371205, 40.606182385228209 ], [ -111.30182128103876, 40.60653155978364 ], [ -111.30140937054901, 40.606932627727417 ], [ -111.30108516579719, 40.607123559727768 ], [ -111.30077248876074, 40.607249597183099 ], [ -111.30035928099944, 40.607363282891583 ], [ -111.29993441254905, 40.60751303274111 ], [ -111.2996983307719, 40.607586617115565 ], [ -111.29949216949498, 40.607743004706236 ], [ -111.29933923146532, 40.607906461069803 ], [ -111.29920375824798, 40.608010413681342 ], [ -111.29900910183665, 40.608096501692181 ], [ -111.29872589141002, 40.608205340522943 ], [ -111.29856669539414, 40.608291336068497 ], [ -111.2985077370692, 40.608323920259593 ], [ -111.29831315496178, 40.608427123686326 ], [ -111.29824822203608, 40.608445309041556 ], [ -111.29815968799986, 40.608472564120916 ], [ -111.298006220829, 40.608518004351943 ], [ -111.2976870455424, 40.608514323000328 ], [ -111.2973439895823, 40.608456649245184 ], [ -111.29680583540218, 40.608385962730161 ], [ -111.29600784924043, 40.608365488482846 ], [ -111.29555252024606, 40.60831260149908 ], [ -111.29511512088997, 40.608304711080073 ], [ -111.29468940365638, 40.608265258279559 ], [ -111.29426345772988, 40.608173553252016 ], [ -111.29418655725937, 40.608158434126828 ], [ -111.29363823862656, 40.607924698822131 ], [ -111.29327452722735, 40.607737338251198 ], [ -111.29316782838772, 40.60766553844109 ], [ -111.29302557018119, 40.607571306660965 ], [ -111.29281166265059, 40.607310592901534 ], [ -111.29271611714087, 40.607085614175837 ], [ -111.29263015423881, 40.60688943936173 ], [ -111.29254238524521, 40.606550028540681 ], [ -111.29248734837246, 40.6061267525576 ], [ -111.29247224518043, 40.605373651904294 ], [ -111.29249327751182, 40.604775411699563 ], [ -111.292538907485, 40.604396924847968 ], [ -111.29259017185761, 40.603955361792742 ], [ -111.29263053917002, 40.603725534072026 ], [ -111.29262977303684, 40.603549863598509 ], [ -111.29259992915955, 40.603482372889097 ], [ -111.29249306111608, 40.603370033034636 ], [ -111.29230918913019, 40.603217348188181 ], [ -111.29211911402959, 40.602997112411593 ], [ -111.29207733368513, 40.602902625218526 ], [ -111.29204739263061, 40.602812612495953 ], [ -111.29202885953697, 40.602627978067069 ], [ -111.29210407862988, 40.602258425276304 ], [ -111.29210920402566, 40.602078235431883 ], [ -111.29208515340734, 40.601983703386892 ], [ -111.29200194702942, 40.601875807631231 ], [ -111.2918654949173, 40.601754533102387 ], [ -111.29130796987816, 40.60129198500907 ], [ -111.2909873642886, 40.600950456992372 ], [ -111.29070264879577, 40.600707935054388 ], [ -111.29036490508179, 40.600501581107054 ], [ -111.28980947753462, 40.600246223882564 ], [ -111.28927517320315, 40.599954775681319 ], [ -111.28913291743903, 40.599856034530632 ], [ -111.28908550541195, 40.59982462223261 ], [ -111.28900370958534, 40.599768071174836 ], [ -111.2887831312126, 40.599595652971892 ], [ -111.28859366684459, 40.599512344210531 ], [ -111.28851787038406, 40.599476498167604 ], [ -111.28833075112099, 40.599388678690474 ], [ -111.2882798366789, 40.599367184535168 ], [ -111.28813754107506, 40.599258532511392 ], [ -111.28800110513571, 40.599138154195586 ], [ -111.28781093985907, 40.598890884825678 ], [ -111.28760291260539, 40.598612128631068 ], [ -111.28752531826225, 40.598432144799744 ], [ -111.28747769574883, 40.598351183677941 ], [ -111.28740056499916, 40.59827930481066 ], [ -111.28723489009622, 40.598230168235823 ], [ -111.287010110091, 40.598178475644865 ], [ -111.28690365655233, 40.59815892063569 ], [ -111.28655232030704, 40.598085019301358 ], [ -111.28643034889339, 40.598029466946073 ], [ -111.28626456003084, 40.597953302704482 ], [ -111.28592080012926, 40.597715419567081 ], [ -111.28558857378489, 40.597409940486742 ], [ -111.28542267246712, 40.597306748746824 ], [ -111.28518012310423, 40.597244285865976 ], [ -111.28496128785791, 40.597199781679642 ], [ -111.28459468246139, 40.597146632401838 ], [ -111.28402091338265, 40.597013812741686 ], [ -111.28350632674527, 40.596901565346045 ], [ -111.28289670383715, 40.596673334236698 ], [ -111.28225145920604, 40.596404647101544 ], [ -111.28191408471018, 40.596274842608608 ], [ -111.28175535851061, 40.596189645770941 ], [ -111.28155843591968, 40.596014453275593 ], [ -111.28136275284115, 40.595852770702002 ], [ -111.28126801725202, 40.595807957147485 ], [ -111.2809944892193, 40.595683399779013 ], [ -111.28076496501767, 40.595624499456221 ], [ -111.28052263311139, 40.595611574946098 ], [ -111.28042455994661, 40.595616317509609 ], [ -111.28033946809794, 40.595616524057277 ], [ -111.28009150910324, 40.595671178717645 ], [ -111.27994385522392, 40.595689554371098 ], [ -111.27973112535972, 40.595690069738218 ], [ -111.27909296944898, 40.595699721377748 ], [ -111.27886851852854, 40.595723686501081 ], [ -111.27870895233045, 40.595719567195339 ], [ -111.2786344968375, 40.595719746822517 ], [ -111.27857294803168, 40.595697373135863 ], [ -111.27853743696694, 40.595683945488204 ], [ -111.2785054527225, 40.595666004898149 ], [ -111.27847226797441, 40.595643562765382 ], [ -111.27842478915709, 40.595594128510271 ], [ -111.27835362150032, 40.59553213892405 ], [ -111.27831193619195, 40.595454763205765 ], [ -111.2781872280962, 40.595306417482547 ], [ -111.27809245805977, 40.595252592543076 ], [ -111.27783212092406, 40.59517213930696 ], [ -111.27763095005096, 40.595109561003774 ], [ -111.27744625057436, 40.595028925073215 ], [ -111.27716903478225, 40.594867431162633 ], [ -111.27688484091892, 40.594732979880902 ], [ -111.27671890384137, 40.594616262373208 ], [ -111.27661809694277, 40.594530919674966 ], [ -111.27657065739922, 40.594490493410241 ], [ -111.2764578249845, 40.594354729756645 ], [ -111.27642218890902, 40.594310671635647 ], [ -111.27631508440793, 40.594130750723622 ], [ -111.27615507736067, 40.594018522635473 ], [ -111.27602480112098, 40.593951267576621 ], [ -111.27595135900516, 40.593910002299872 ], [ -111.27576419390603, 40.593803243857018 ], [ -111.27534991724721, 40.593646577098461 ], [ -111.27478106883211, 40.593260550723329 ], [ -111.27455593909067, 40.593116944285171 ], [ -111.27441983092534, 40.59306771898531 ], [ -111.2742127826705, 40.593010553976931 ], [ -111.27397612763207, 40.592938143760222 ], [ -111.27353170314549, 40.59292117929526 ], [ -111.27321383978769, 40.592930940422285 ], [ -111.27293581268786, 40.592855923261858 ], [ -111.27273912052485, 40.592729362907072 ], [ -111.27267495668383, 40.592643930207402 ], [ -111.27268048132197, 40.592549324121087 ], [ -111.27275665628149, 40.592391489196714 ], [ -111.27280367100285, 40.592328316139252 ], [ -111.27280912221008, 40.592215692491273 ], [ -111.27274357568206, 40.592080714345386 ], [ -111.27262505112061, 40.59199540995025 ], [ -111.27221019012833, 40.591690087009347 ], [ -111.27189018366852, 40.591461114669634 ], [ -111.27151650850443, 40.591110647934599 ], [ -111.27132693648706, 40.590989473712142 ], [ -111.27105447906348, 40.590827953809487 ], [ -111.27079976729583, 40.590670896090529 ], [ -111.27065744937076, 40.590545105536691 ], [ -111.27052682232132, 40.590387756397497 ], [ -111.27040224972208, 40.590266428394507 ], [ -111.27028369869446, 40.590173013647792 ], [ -111.27015330527148, 40.590073320268402 ], [ -111.26965000053602, 40.589808734720009 ], [ -111.2689991645716, 40.589589534950299 ], [ -111.26851357580318, 40.589320398730599 ], [ -111.26826469788487, 40.589141700527996 ], [ -111.26800385308951, 40.588925192303407 ], [ -111.26778469685908, 40.588790567543732 ], [ -111.26756559536391, 40.588669455539787 ], [ -111.26737628851481, 40.588611336234223 ], [ -111.26723315826123, 40.588575631971402 ], [ -111.26710408320533, 40.588508363992297 ], [ -111.2669795202778, 40.588387032227935 ], [ -111.26686671753582, 40.588251258967752 ], [ -111.26679540723185, 40.588148722584492 ], [ -111.26674790652429, 40.588090274634915 ], [ -111.26669444372375, 40.588018327126491 ], [ -111.26652850518144, 40.587892585948126 ], [ -111.26639823257528, 40.587820815498965 ], [ -111.26635086111236, 40.587794799015001 ], [ -111.26598381828441, 40.587614566468808 ], [ -111.26552783367019, 40.587354358283278 ], [ -111.26533835426082, 40.587251191663825 ], [ -111.26506628206326, 40.587179745330126 ], [ -111.26481807507319, 40.587166801306047 ], [ -111.26474124785018, 40.587162472971777 ], [ -111.26436309124382, 40.587158834591165 ], [ -111.26430282536398, 40.587158972497804 ], [ -111.26397907938474, 40.587168721659665 ], [ -111.26389637920084, 40.58717341505529 ], [ -111.26321636330256, 40.587035329065124 ], [ -111.26266628205623, 40.58688343037722 ], [ -111.26235834137721, 40.586703952751506 ], [ -111.26187833941403, 40.586340182615572 ], [ -111.26182502374937, 40.58630426798247 ], [ -111.26180130254629, 40.586281799564858 ], [ -111.26155232738338, 40.586070655059579 ], [ -111.26152269803104, 40.586048199960885 ], [ -111.26124996870425, 40.585805577513405 ], [ -111.26104870114183, 40.585706934916843 ], [ -111.26080614616393, 40.585626402938914 ], [ -111.26045147424092, 40.585582158787673 ], [ -111.26013840506214, 40.585600881982657 ], [ -111.25965408249935, 40.585642511580538 ], [ -111.25909889458305, 40.585693306992646 ], [ -111.25872660268053, 40.585676123686518 ], [ -111.25841916346178, 40.58562275862171 ], [ -111.25824768452873, 40.58558710661233 ], [ -111.2580004240001, 40.585511083694882 ], [ -111.25773305861702, 40.585430600668218 ], [ -111.25700482402713, 40.58503583268601 ], [ -111.25675001543492, 40.584839104946894 ], [ -111.25669061983361, 40.584757256180055 ], [ -111.25660737121061, 40.584617803566744 ], [ -111.25658931955621, 40.584532259345529 ], [ -111.25661822354968, 40.58436553093437 ], [ -111.25657633272284, 40.584225986405677 ], [ -111.25648736611774, 40.584136095213154 ], [ -111.2563807956968, 40.584077774090218 ], [ -111.25617376977399, 40.584015171246946 ], [ -111.2558959323716, 40.583975247108768 ], [ -111.25567042995671, 40.584025295249781 ], [ -111.25563616612861, 40.584026271967645 ], [ -111.25557709836447, 40.584030006218931 ], [ -111.25543528566688, 40.584025815449486 ], [ -111.25529340448144, 40.584003606903728 ], [ -111.25513367572505, 40.583949005646886 ], [ -111.25489687469806, 40.58382430501905 ], [ -111.25476631474183, 40.583671442122686 ], [ -111.254677282953, 40.583563531913576 ], [ -111.25455871095942, 40.583455686733494 ], [ -111.25413286757698, 40.583335004504924 ], [ -111.25380758221655, 40.583245630880057 ], [ -111.2534645564976, 40.583151790824679 ], [ -111.25325139021892, 40.58302613405278 ], [ -111.25317433067316, 40.582958736376995 ], [ -111.25312679454856, 40.582886769520321 ], [ -111.2530132517112, 40.582544680860742 ], [ -111.25292313840156, 40.582148487493072 ], [ -111.25271993258498, 40.581842630300727 ], [ -111.25254340112795, 40.581716892037313 ], [ -111.25234205700373, 40.581591207705166 ], [ -111.25196334069177, 40.581429874506377 ], [ -111.25140745643202, 40.581286943536384 ], [ -111.25095818600316, 40.581215849375369 ], [ -111.25068031278339, 40.581162399416641 ], [ -111.25053234644356, 40.581090649360938 ], [ -111.2503726990021, 40.581054959960319 ], [ -111.25023658256201, 40.580992192722199 ], [ -111.25005328721531, 40.580952049661839 ], [ -111.2497635162796, 40.580876101041618 ], [ -111.2494970929619, 40.580723525768228 ], [ -111.24904156963591, 40.580557844377267 ], [ -111.24890553891991, 40.580517597586073 ], [ -111.24859191969827, 40.580382238772899 ], [ -111.24836688903341, 40.58023858067704 ], [ -111.24814795355491, 40.580145358793779 ], [ -111.24752106157869, 40.579966526049986 ], [ -111.24721349146049, 40.579868086940849 ], [ -111.24698879679062, 40.579814514267781 ], [ -111.24676984473524, 40.579715884467994 ], [ -111.24653317002895, 40.57961729207473 ], [ -111.24627279891959, 40.579500731944883 ], [ -111.24592947286708, 40.579316781219489 ], [ -111.24572258666292, 40.579285690375386 ], [ -111.24555698889692, 40.57923649363169 ], [ -111.24527916101215, 40.579192039441466 ], [ -111.24499562295885, 40.579201650005309 ], [ -111.24465993270236, 40.579166325911217 ], [ -111.2443274760616, 40.579045409588524 ], [ -111.24420318473759, 40.57898261020059 ], [ -111.24391324889628, 40.578857098342993 ], [ -111.24367789367686, 40.578794532838209 ], [ -111.24347573625748, 40.578763427990246 ], [ -111.24328657593689, 40.578732295416913 ], [ -111.24306223052091, 40.578773307661223 ], [ -111.24270820855374, 40.578895671969093 ], [ -111.24243664936677, 40.57895029551387 ], [ -111.24222987960684, 40.578950729267355 ], [ -111.2420938399558, 40.578905970013579 ], [ -111.24195760574239, 40.578807157688956 ], [ -111.24176208426611, 40.578649911531606 ], [ -111.24168494399613, 40.578555479636016 ], [ -111.24156628826944, 40.578416090073652 ], [ -111.24138876702212, 40.578335381171208 ], [ -111.24119951179421, 40.578277218713048 ], [ -111.2409560358595, 40.578255204601156 ], [ -111.24057304284591, 40.578206453944453 ], [ -111.24028926647799, 40.578148486795868 ], [ -111.23991059838221, 40.577987113848472 ], [ -111.23949655390811, 40.577844731666339 ], [ -111.23919481331849, 40.577718331514852 ], [ -111.23878795400351, 40.577602057683031 ], [ -111.23837899206173, 40.577558758752033 ], [ -111.23786496499964, 40.577540899644632 ], [ -111.23746917269885, 40.577546218373044 ], [ -111.23673683841696, 40.577606279243561 ], [ -111.2364000898348, 40.577602464407235 ], [ -111.2359750439505, 40.577688917875804 ], [ -111.23570923360089, 40.577698469431191 ], [ -111.23531366111817, 40.577766842547234 ], [ -111.23521911733, 40.577760728870494 ], [ -111.23505958359368, 40.577752945597304 ], [ -111.23501231014214, 40.577749438223343 ], [ -111.23477001960772, 40.577727408656799 ], [ -111.23437421019267, 40.577728212372477 ], [ -111.23402567728604, 40.577733423411793 ], [ -111.23378366935842, 40.577792471202791 ], [ -111.23353006505323, 40.577914604149996 ], [ -111.23329418271682, 40.578036700750332 ], [ -111.23306412900475, 40.57813626288727 ], [ -111.2327808433203, 40.578217914066492 ], [ -111.23242678980378, 40.578335742508933 ], [ -111.23203728903208, 40.57845364107051 ], [ -111.23167126221709, 40.578526446804872 ], [ -111.231328772235, 40.578572177585926 ], [ -111.23105700350705, 40.578568217037912 ], [ -111.23094593914854, 40.578568439129064 ], [ -111.23061366465269, 40.578492527380973 ], [ -111.230448048898, 40.578434300109514 ], [ -111.23015837252615, 40.578376319840032 ], [ -111.22989212683225, 40.578259734442959 ], [ -111.2297146815724, 40.578197025213385 ], [ -111.22952542136076, 40.578134339185794 ], [ -111.22932439237248, 40.57808518954355 ], [ -111.22904067218199, 40.578040707975219 ], [ -111.22885155117724, 40.578018560565177 ], [ -111.22863304549359, 40.578041515450309 ], [ -111.22848540063404, 40.578055320901115 ], [ -111.22832590981351, 40.578060140688486 ], [ -111.22812484825494, 40.578001079243862 ], [ -111.22795926949162, 40.577952758101816 ], [ -111.22768681624137, 40.577746090965363 ], [ -111.22754433163873, 40.577539167248467 ], [ -111.22721251609268, 40.577247031431767 ], [ -111.22683945716072, 40.576986506756093 ], [ -111.22653741288896, 40.576761877188282 ], [ -111.22626481709831, 40.57651016247101 ], [ -111.22599813082985, 40.576258435537213 ], [ -111.22559510606732, 40.575867336469535 ], [ -111.22529925038886, 40.575723771564462 ], [ -111.22473180544367, 40.575625779019752 ], [ -111.22438293645811, 40.575527359343575 ], [ -111.22395734731813, 40.575451609603952 ], [ -111.22357909330887, 40.575398288926856 ], [ -111.22332456576518, 40.575245630061687 ], [ -111.22315821601549, 40.574962171364426 ], [ -111.22275007006894, 40.574800798972312 ], [ -111.22247234998747, 40.57477881190043 ], [ -111.22221806574072, 40.574698221266928 ], [ -111.22196357370753, 40.574554568207098 ], [ -111.22151387391564, 40.574330208998511 ], [ -111.22120639711642, 40.574240709218152 ], [ -111.22081034133487, 40.57416038685664 ], [ -111.22051493221228, 40.574147437779402 ], [ -111.21992430602695, 40.574180094815198 ], [ -111.21941623431461, 40.574167547584111 ], [ -111.2192330934265, 40.574163390835807 ], [ -111.21878502694301, 40.574074151322868 ], [ -111.21831111308079, 40.574029102509186 ], [ -111.21764945924326, 40.574018639417019 ], [ -111.2169876367998, 40.573955921253194 ], [ -111.21662145815287, 40.573979130708537 ], [ -111.21623174872018, 40.574033013297161 ], [ -111.21598979913628, 40.574110942423516 ], [ -111.2156591353662, 40.574156604662662 ], [ -111.21545867739357, 40.574278598801953 ], [ -111.21527454263419, 40.574332995455535 ], [ -111.2150811433756, 40.57444596688709 ], [ -111.21473879228182, 40.574532188280315 ], [ -111.21441404728644, 40.574582340399829 ], [ -111.21427921922832, 40.574538446977662 ], [ -111.21423073314132, 40.574524122669494 ], [ -111.21390041560382, 40.574308521250948 ], [ -111.21382212363855, 40.574209568330687 ], [ -111.21350379533787, 40.574047996952231 ], [ -111.21323661431634, 40.573994437053628 ], [ -111.21301218039666, 40.574008364448368 ], [ -111.21262215700897, 40.573964038467267 ], [ -111.21230309264321, 40.573942103027392 ], [ -111.21195987345087, 40.573753546432982 ], [ -111.21161049350802, 40.57348392001888 ], [ -111.21127863966392, 40.573151198195312 ], [ -111.21108907386966, 40.572981276554835 ], [ -111.21092896855656, 40.572786976784528 ], [ -111.21070377519061, 40.572557660810887 ], [ -111.21043088882564, 40.572188793328408 ], [ -111.21009290064505, 40.571779503536632 ], [ -111.20982637809965, 40.571554765412507 ], [ -111.20958815496566, 40.5713119575232 ], [ -111.20919893808654, 40.571141493869725 ], [ -111.20882034181157, 40.57096650525061 ], [ -111.20843012916077, 40.570854598657128 ], [ -111.20783887077813, 40.570675485847566 ], [ -111.2075550289027, 40.57057689822593 ], [ -111.20703495044113, 40.570492246863772 ], [ -111.20641402572556, 40.570268135392453 ], [ -111.2060298247616, 40.570187741092312 ], [ -111.20543860615375, 40.570017624801864 ], [ -111.20507678535755, 40.569914665267007 ], [ -111.20481181166963, 40.569802524036014 ], [ -111.20455766331909, 40.569753425355579 ], [ -111.20435665011945, 40.569695223231307 ], [ -111.20398984731253, 40.569506684505036 ], [ -111.20372954790666, 40.569376514718471 ], [ -111.20343961967657, 40.569214865354148 ], [ -111.203097767006, 40.56907132436325 ], [ -111.20275928316705, 40.568869218557737 ], [ -111.20228637002006, 40.56874842736822 ], [ -111.20194233546911, 40.568663444653033 ], [ -111.2015888238541, 40.568569468542833 ], [ -111.20108614091725, 40.568368545106864 ], [ -111.20076088769626, 40.568242085202343 ], [ -111.20025227337187, 40.568031258632928 ], [ -111.20000363949308, 40.567847006743925 ], [ -111.19990263506232, 40.567648985594865 ], [ -111.19984900284403, 40.567490521606743 ], [ -111.19990171029049, 40.567338179869992 ], [ -111.20002553648487, 40.567265894275977 ], [ -111.20016835776303, 40.567225106817638 ], [ -111.20030865503632, 40.567130270108088 ], [ -111.2003142931223, 40.567040171246553 ], [ -111.20028431661839, 40.566891576224599 ], [ -111.2001824267401, 40.566792654822322 ], [ -111.20005951466301, 40.566774849916698 ], [ -111.19984690192993, 40.56678422681204 ], [ -111.19961648887181, 40.566766607346757 ], [ -111.19940970253876, 40.566748946642676 ], [ -111.19916147629536, 40.566699825832792 ], [ -111.1989793114334, 40.566619059544074 ], [ -111.19883011751331, 40.566502200588161 ], [ -111.19871758512265, 40.566398791746522 ], [ -111.19860016801353, 40.566241337730453 ], [ -111.1984744290006, 40.566065880066915 ], [ -111.19820313639637, 40.565805087416294 ], [ -111.19811909044883, 40.565746673656733 ], [ -111.19790053431633, 40.565742543795672 ], [ -111.19772336391881, 40.565751856064381 ], [ -111.19746965965486, 40.565846883556965 ], [ -111.19717479366693, 40.566005043124392 ], [ -111.1969034866888, 40.566140639508887 ], [ -111.19656731132027, 40.566312381284021 ], [ -111.19619578652944, 40.566515713299069 ], [ -111.1959658877084, 40.566673759417121 ], [ -111.19558826885002, 40.566814037439642 ], [ -111.19532279658939, 40.566927097945623 ], [ -111.19511062743288, 40.567089616830131 ], [ -111.19498711000132, 40.567270003546234 ], [ -111.19487534001026, 40.567427848038434 ], [ -111.19459824638022, 40.567608493284638 ], [ -111.19439761310215, 40.567676397876014 ], [ -111.19405499645598, 40.567667964981041 ], [ -111.1936884672664, 40.567560473171767 ], [ -111.19343424465394, 40.567479818935553 ], [ -111.1930909818303, 40.567246161543615 ], [ -111.19240480905043, 40.566899562468393 ], [ -111.19209699522399, 40.566666743942775 ], [ -111.1916414125123, 40.566397233272106 ], [ -111.19124515588011, 40.566217711704525 ], [ -111.19068923161372, 40.565970885593408 ], [ -111.1902158758074, 40.565678876317847 ], [ -111.18939478814036, 40.565234284163651 ], [ -111.18925754113961, 40.565157933325551 ], [ -111.18918724815731, 40.564946339009119 ], [ -111.18921526953547, 40.564829177250424 ], [ -111.18926808532757, 40.564707470408628 ], [ -111.1893150833039, 40.564617304270733 ], [ -111.1894079102865, 40.564441478306897 ], [ -111.18937442790558, 40.564297390576051 ], [ -111.18931954292643, 40.564103788878889 ], [ -111.18921285947616, 40.563973334396429 ], [ -111.18902366424648, 40.5639060772451 ], [ -111.18878118524748, 40.563793862290403 ], [ -111.18854484095111, 40.563762717045712 ], [ -111.18839742109073, 40.56384854223117 ], [ -111.18833848334246, 40.563893682900634 ], [ -111.18816146780202, 40.563957033740934 ], [ -111.18781885824409, 40.563944077865237 ], [ -111.18768287243822, 40.563894749830226 ], [ -111.18742257601063, 40.563746525306854 ], [ -111.18720949411154, 40.563584710320946 ], [ -111.18679542157237, 40.563360157676975 ], [ -111.18639880841343, 40.563040981752692 ], [ -111.18605554282303, 40.56278928541964 ], [ -111.18584814929892, 40.562546378479993 ], [ -111.18562313802259, 40.562339535133702 ], [ -111.18547970898925, 40.562159587145295 ], [ -111.18547447424118, 40.561974912737632 ], [ -111.18547875164141, 40.561812745348078 ], [ -111.18549720392211, 40.561650555195392 ], [ -111.18547750835739, 40.561362301424367 ], [ -111.18534227590163, 40.561155313316846 ], [ -111.18523569177596, 40.561056386145651 ], [ -111.18502851742201, 40.560890053121739 ], [ -111.18473864593338, 40.560719347526025 ], [ -111.18442490423402, 40.560458590102222 ], [ -111.18425328141687, 40.560332739053884 ], [ -111.1840165319974, 40.560148433513412 ], [ -111.18367315469712, 40.559847181072612 ], [ -111.18327668768303, 40.559568534130101 ], [ -111.18275032866752, 40.559303604732477 ], [ -111.18249604028078, 40.559182386237765 ], [ -111.18199913181581, 40.558885875642318 ], [ -111.18170337070609, 40.558715171639825 ], [ -111.18118906958389, 40.558536701784078 ], [ -111.18077436140442, 40.558495910374319 ], [ -111.18039764754242, 40.558528030437195 ], [ -111.18023251086761, 40.558613872943681 ], [ -111.17987252562145, 40.558718036583116 ], [ -111.17955960642443, 40.558754559035449 ], [ -111.1790988698536, 40.558728247418173 ], [ -111.17867934356114, 40.558652321156877 ], [ -111.17831892542178, 40.558594320002669 ], [ -111.17786419172688, 40.558604029889345 ], [ -111.17736225789285, 40.558631828303334 ], [ -111.17691934754335, 40.558646020781651 ], [ -111.1766312912318, 40.558705019536724 ], [ -111.17632904829576, 40.558759534764384 ], [ -111.17588634906949, 40.558854803271863 ], [ -111.17546742536838, 40.559008591976124 ], [ -111.1752548805925, 40.559035941356861 ], [ -111.17520172675687, 40.559036021975317 ], [ -111.17490054512974, 40.559045487239018 ], [ -111.17428041693421, 40.559046424364318 ], [ -111.17395549459246, 40.559010878358379 ], [ -111.17361846739036, 40.558861837193774 ], [ -111.17337596483267, 40.558723463938733 ], [ -111.17316874572367, 40.558525578391922 ], [ -111.17296160898333, 40.558359223578186 ], [ -111.17254791681376, 40.558251735071735 ], [ -111.17225830768, 40.558166582453687 ], [ -111.17181492711096, 40.557996073103823 ], [ -111.17172618911498, 40.557937647023017 ], [ -111.17158416954223, 40.557828850035115 ], [ -111.17139473577724, 40.55765435806272 ], [ -111.17113456818394, 40.557533123233014 ], [ -111.17085670690896, 40.55742092290803 ], [ -111.17047872164268, 40.557416976809812 ], [ -111.17021299302128, 40.557430881996439 ], [ -111.16998291352856, 40.557529418031628 ], [ -111.16968782796103, 40.557611833035729 ], [ -111.16935736095698, 40.557715920577152 ], [ -111.16931012536395, 40.557720494271749 ], [ -111.16902080579899, 40.557747944674141 ], [ -111.16864871560821, 40.557740380395209 ], [ -111.16856012529963, 40.5577396087875 ], [ -111.168093460177, 40.557699748531057 ], [ -111.1677921372775, 40.557650637450784 ], [ -111.16757939145512, 40.557596892675356 ], [ -111.1673368251118, 40.557426074662509 ], [ -111.16718285862221, 40.557259632423609 ], [ -111.16694609961765, 40.557048265004703 ], [ -111.16678646390706, 40.556976424151976 ], [ -111.16644492998564, 40.556904845274012 ], [ -111.16621327791924, 40.556846620746448 ], [ -111.1659177103147, 40.55673443399553 ], [ -111.16566312881791, 40.55647804487927 ], [ -111.16538479330873, 40.556167635625336 ], [ -111.16518930630943, 40.555924674223334 ], [ -111.16495820970356, 40.555609691893942 ], [ -111.16479809358323, 40.555339652508493 ], [ -111.16475045082647, 40.555177559718715 ], [ -111.16467894298032, 40.554916402689976 ], [ -111.16461910347807, 40.554596670929456 ], [ -111.16451782635723, 40.554236457941343 ], [ -111.16443428896157, 40.553885228527008 ], [ -111.16426262123326, 40.553718807477665 ], [ -111.16399030804355, 40.553448926341247 ], [ -111.16380054191241, 40.553124873949045 ], [ -111.16359305034034, 40.552796341858659 ], [ -111.16339755775414, 40.552544368348002 ], [ -111.1630659912791, 40.55218898387767 ], [ -111.16279338366354, 40.551792975164048 ], [ -111.16266891352601, 40.55160396283047 ], [ -111.16255621115192, 40.551396915928038 ], [ -111.16241393946125, 40.551171892605225 ], [ -111.16222464392648, 40.551037024499905 ], [ -111.1617636849998, 40.550893527818026 ], [ -111.16146819643365, 40.55080024820775 ], [ -111.1610487371949, 40.55072335679673 ], [ -111.16059392489356, 40.550678945180749 ], [ -111.16028662624932, 40.550584778065065 ], [ -111.15983723867369, 40.550337654843908 ], [ -111.15947055926252, 40.55010392914231 ], [ -111.15916303232618, 40.549911561911856 ], [ -111.15857800249627, 40.549735791155385 ], [ -111.15803325994922, 40.549614916860818 ], [ -111.15764436246575, 40.549471305111162 ], [ -111.15730760046098, 40.549399692593184 ], [ -111.15693548197036, 40.549359658411049 ], [ -111.15662232080913, 40.549279002894565 ], [ -111.15592521247156, 40.549149316151656 ], [ -111.15566529336978, 40.549109126402655 ], [ -111.1551868750349, 40.549064725284055 ], [ -111.15486810276643, 40.549110197706739 ], [ -111.15469572313737, 40.549132050092041 ], [ -111.15456702471093, 40.54914663663984 ], [ -111.15433668163564, 40.54912802578751 ], [ -111.15430242368355, 40.549124467968134 ], [ -111.15400003009096, 40.549102349069649 ], [ -111.15365729660806, 40.548999202572446 ], [ -111.15316690389977, 40.548881836593559 ], [ -111.15279473132344, 40.54881566321248 ], [ -111.15223912444264, 40.548583065069352 ], [ -111.15177806931482, 40.548380069580922 ], [ -111.1515181251835, 40.548326357114775 ], [ -111.1510872287753, 40.548403497391753 ], [ -111.15061502621612, 40.548494203326683 ], [ -111.15034362299119, 40.548597258735882 ], [ -111.15000015081334, 40.548688695469643 ], [ -111.14973585403567, 40.548801650057321 ], [ -111.14934060323165, 40.548977835963655 ], [ -111.14869148194481, 40.54917777075368 ], [ -111.14840811358116, 40.549213269952048 ], [ -111.14833252796102, 40.549213367016151 ], [ -111.14817191844485, 40.549218077570643 ], [ -111.14789436756209, 40.549213928710472 ], [ -111.14769955775509, 40.549241204732141 ], [ -111.14746946718714, 40.549336993408176 ], [ -111.14731617839635, 40.549448899817207 ], [ -111.14721612625986, 40.549602179324012 ], [ -111.14718127712891, 40.549867987442589 ], [ -111.1471581099582, 40.550075222556046 ], [ -111.1470629777837, 40.550318585035889 ], [ -111.14701739972948, 40.550539362036425 ], [ -111.14695284576354, 40.550724127395355 ], [ -111.14682938822975, 40.550977435511442 ], [ -111.14669988291334, 40.551165886814736 ], [ -111.14661261220726, 40.551224555684009 ], [ -111.14654067551344, 40.551274196101836 ], [ -111.14623359948983, 40.551274585170283 ], [ -111.14602096925539, 40.551256836222052 ], [ -111.14577875399699, 40.551212097402647 ], [ -111.14538901374719, 40.551217092966468 ], [ -111.14512929709247, 40.551271473118987 ], [ -111.14481665538459, 40.55142952181496 ], [ -111.14462809210229, 40.551618945687267 ], [ -111.14442783318115, 40.551862437486164 ], [ -111.1443395429352, 40.551997681866283 ], [ -111.14415107331156, 40.552232149505642 ], [ -111.14401564494125, 40.552417001579343 ], [ -111.14386255739234, 40.552628902284816 ], [ -111.14365632948794, 40.552845373333717 ], [ -111.14334379226337, 40.553057471484536 ], [ -111.14307841064898, 40.553228970190894 ], [ -111.14274212155472, 40.553381637147552 ], [ -111.14249440781722, 40.553531491232924 ], [ -111.14229388755548, 40.553657863442119 ], [ -111.14212289418819, 40.55378419898306 ], [ -111.14198027531799, 40.553924012803101 ], [ -111.14169865510493, 40.554239671200968 ], [ -111.14148067048467, 40.554487683993912 ], [ -111.14132756076648, 40.554695076831123 ], [ -111.14118030653435, 40.554879039080205 ], [ -111.14099769701517, 40.555100881801749 ], [ -111.14084450890232, 40.555272238348252 ], [ -111.14066185761652, 40.555475161820496 ], [ -111.14043201612455, 40.555705169158756 ], [ -111.14024942821337, 40.555939623144226 ], [ -111.13996063888472, 40.556223754650418 ], [ -111.13965988581789, 40.556435828447697 ], [ -111.13942971990171, 40.556512682348654 ], [ -111.13918783518724, 40.556634594555916 ], [ -111.13902864931352, 40.5567654156972 ], [ -111.13882817801796, 40.556923313020171 ], [ -111.13863948025428, 40.55706317800643 ], [ -111.13849209467699, 40.557189479774514 ], [ -111.13822684185747, 40.557437542962411 ], [ -111.13804426005882, 40.557681002318411 ], [ -111.13795021912895, 40.557901833371126 ], [ -111.13785608518747, 40.558077619814306 ], [ -111.13767918477527, 40.558212964665564 ], [ -111.13746079471697, 40.558276287199973 ], [ -111.13724236561249, 40.55832069062108 ], [ -111.13705943061142, 40.55839388009268 ], [ -111.13698290133293, 40.558515591365492 ], [ -111.13698893582159, 40.558578646696027 ], [ -111.13707188558112, 40.558709177743744 ], [ -111.13717248923129, 40.558808156528421 ], [ -111.13732033182285, 40.558902574622934 ], [ -111.13744456008608, 40.559001525084824 ], [ -111.13753931403684, 40.559127537280368 ], [ -111.13754541363761, 40.559222123736447 ], [ -111.13748072214148, 40.559356433722954 ], [ -111.13738051500341, 40.559452047529966 ], [ -111.13733346007582, 40.559546697186228 ], [ -111.13736320202301, 40.559650264463784 ], [ -111.13744611698679, 40.55976277740988 ], [ -111.13752322755843, 40.559924846287508 ], [ -111.13752353174786, 40.560073493174798 ], [ -111.13751195000903, 40.560186118510558 ], [ -111.13753580485195, 40.560298701662674 ], [ -111.13760709315335, 40.560501317555421 ], [ -111.13763690052836, 40.560636415898351 ], [ -111.13766673570711, 40.560785027581723 ], [ -111.137680218347, 40.561023747968797 ], [ -111.13768538627619, 40.561239955948196 ], [ -111.1376326826569, 40.561460737337242 ], [ -111.13755632613197, 40.561668033476153 ], [ -111.13746211219646, 40.561807783896057 ], [ -111.13714409475698, 40.562258607897057 ], [ -111.1370983566509, 40.562420822753033 ], [ -111.13703865447793, 40.562686656732318 ], [ -111.13700945354601, 40.562848851924187 ], [ -111.13700979336792, 40.563015516534712 ], [ -111.1370927027188, 40.563123525214138 ], [ -111.13714035803423, 40.563321664876767 ], [ -111.13717023930069, 40.563492798861297 ], [ -111.13715286952689, 40.563663988937336 ], [ -111.13706457675268, 40.563812740874965 ], [ -111.13698808725583, 40.563956974287414 ], [ -111.13690556250479, 40.564038152372703 ], [ -111.13677592357632, 40.564186953069424 ], [ -111.13673482595138, 40.564308622105507 ], [ -111.1367410532465, 40.564466270789353 ], [ -111.13680632706613, 40.564614840645454 ], [ -111.13680662971991, 40.564763487416151 ], [ -111.13669461706529, 40.564867222546646 ], [ -111.13651876795036, 40.564948510727667 ], [ -111.13633451218536, 40.564962241687496 ], [ -111.13613369985019, 40.564966982947581 ], [ -111.13591641302745, 40.565003274449282 ], [ -111.13573213878772, 40.565007995553643 ], [ -111.13556107697207, 40.565120807858214 ], [ -111.13546678140739, 40.565224521002392 ], [ -111.13541974699793, 40.565332683137278 ], [ -111.13539068625163, 40.565566949008847 ], [ -111.1353676952467, 40.565882287988522 ], [ -111.13538578716653, 40.566066949545608 ], [ -111.13547459522681, 40.56617044795847 ], [ -111.13556947379047, 40.566355019407695 ], [ -111.13553433383098, 40.566503707723641 ], [ -111.13552289305338, 40.566688403882253 ], [ -111.13552927220995, 40.566922628154536 ], [ -111.13563017690613, 40.567165750395198 ], [ -111.13578445227863, 40.567512412316013 ], [ -111.13589753676352, 40.567935698222037 ], [ -111.13598057806074, 40.568106769831971 ], [ -111.13595149804382, 40.568331125951786 ], [ -111.13581601658974, 40.568516868875484 ], [ -111.13565081645315, 40.568611656535126 ], [ -111.13545601806098, 40.568674947477568 ], [ -111.13522583443968, 40.56876620713841 ], [ -111.13497681703193, 40.56889172220545 ], [ -111.13486018854465, 40.569054919687716 ], [ -111.13483114958552, 40.569301797717053 ], [ -111.13486100054625, 40.569459418793684 ], [ -111.13489096922642, 40.569675597631068 ], [ -111.13482042055922, 40.569842344802169 ], [ -111.13463169628089, 40.569991211888052 ], [ -111.13435442067971, 40.570167208405145 ], [ -111.13415976947987, 40.570307072696998 ], [ -111.1339771290987, 40.570546020717288 ], [ -111.13391857088571, 40.570802842483573 ], [ -111.13394852816323, 40.571014517075703 ], [ -111.13403779895026, 40.571347743090335 ], [ -111.13414456706457, 40.571568337372405 ], [ -111.13420989788681, 40.571744836054464 ], [ -111.13410395477456, 40.571937749670276 ], [ -111.13400247798251, 40.572000929762297 ], [ -111.13380289763792, 40.572041701167699 ], [ -111.13350179480712, 40.572123129668221 ], [ -111.13327745918413, 40.572191856376932 ], [ -111.1330649963042, 40.57229029836197 ], [ -111.13287042537272, 40.572475204866144 ], [ -111.13277046636613, 40.572709551315299 ], [ -111.13271789789108, 40.573011410016093 ], [ -111.13274817464064, 40.573386145629094 ], [ -111.13278415065604, 40.573655470493364 ], [ -111.13290274185393, 40.573880556696153 ], [ -111.13302585273966, 40.574001134294825 ], [ -111.13312185645904, 40.574155075938044 ], [ -111.13319996710543, 40.5742225526689 ], [ -111.13324027275536, 40.574290973845343 ], [ -111.13326997744885, 40.574375623260416 ], [ -111.13332347433983, 40.574542226216984 ], [ -111.1333299181801, 40.574812485825021 ], [ -111.13331253577054, 40.574983675007417 ], [ -111.13322437156128, 40.575208999235819 ], [ -111.1331124609701, 40.575375792900488 ], [ -111.13295906395902, 40.575475067456168 ], [ -111.13272299783297, 40.575592454614394 ], [ -111.13263359598696, 40.575790753091887 ], [ -111.13260558698222, 40.575966458789594 ], [ -111.13256480360192, 40.576254790374392 ], [ -111.13251191153401, 40.576394488991404 ], [ -111.13232308388858, 40.576502812221122 ], [ -111.132140101137, 40.576579597309895 ], [ -111.13193944135148, 40.576679825434546 ], [ -111.13180385775954, 40.576827726140024 ], [ -111.13168008164776, 40.576972009665184 ], [ -111.13162132373267, 40.577134236788666 ], [ -111.13157448662736, 40.577350503685857 ], [ -111.13149813756529, 40.577580317498956 ], [ -111.13142163813778, 40.577733555801181 ], [ -111.13136290536823, 40.577909296088571 ], [ -111.1312925066544, 40.578161625218009 ], [ -111.13122790949242, 40.578359894328585 ], [ -111.13108061279706, 40.578562761712384 ], [ -111.1308387827785, 40.578761231561238 ], [ -111.13059103482593, 40.578955203140268 ], [ -111.13037265811018, 40.579063556538259 ], [ -111.13005393592194, 40.579217067008308 ], [ -111.12987228153173, 40.579374927027104 ], [ -111.12971182475286, 40.57949672737989 ], [ -111.12952315762259, 40.579695134739261 ], [ -111.12944659224748, 40.579817741515711 ], [ -111.12941133454653, 40.579915977958855 ], [ -111.12943519159516, 40.580033066845147 ], [ -111.12939991814218, 40.580123195294952 ], [ -111.12931153460264, 40.580244914321348 ], [ -111.12916403738888, 40.580348681602921 ], [ -111.12902829662227, 40.580421805328541 ], [ -111.12883352514029, 40.58052021964253 ], [ -111.12860340234769, 40.580669122784968 ], [ -111.12847361820718, 40.580768365011394 ], [ -111.12832030531443, 40.580921686581249 ], [ -111.12826147562397, 40.581052380847822 ], [ -111.12824989203541, 40.581174013746761 ], [ -111.12826782235291, 40.5812821005375 ], [ -111.12835076611896, 40.581403628443496 ], [ -111.12839244911768, 40.581574751054191 ], [ -111.12836313310702, 40.581691899215194 ], [ -111.12829234053508, 40.581746031201995 ], [ -111.12810931310673, 40.581809296557651 ], [ -111.12795578243043, 40.581850006727649 ], [ -111.12774904525125, 40.581872757764216 ], [ -111.12762489158314, 40.581827850542759 ], [ -111.12748305685338, 40.581805484927827 ], [ -111.12729984746673, 40.581773254960453 ], [ -111.12706941353372, 40.58176179710722 ], [ -111.12668529879841, 40.581711769202144 ], [ -111.12648439323927, 40.581693971571575 ], [ -111.12624225890805, 40.581743785336528 ], [ -111.12611240152215, 40.581806989411064 ], [ -111.12588225139125, 40.581946878243038 ], [ -111.12582924811532, 40.582037024894028 ], [ -111.12573496442685, 40.582167756464045 ], [ -111.12552291698812, 40.582511225777402 ], [ -111.12546399461897, 40.582595973350202 ], [ -111.12541120900249, 40.582803235124452 ], [ -111.1253702644988, 40.583023997350182 ], [ -111.12529380374333, 40.58320876252612 ], [ -111.12510518027908, 40.583443198057381 ], [ -111.12495777012995, 40.583601013150137 ], [ -111.1247632881082, 40.583863381996906 ], [ -111.12474592174331, 40.584056190943507 ], [ -111.12490013810707, 40.584380344237609 ], [ -111.12494764698185, 40.584510921716962 ], [ -111.12494787330155, 40.584632541439774 ], [ -111.12487126715115, 40.584740730910454 ], [ -111.12472961962997, 40.58482196391703 ], [ -111.12442741707144, 40.584984449773614 ], [ -111.12418120086349, 40.585390114570359 ], [ -111.1241696008241, 40.585507242546974 ], [ -111.12418756740763, 40.585637852065148 ], [ -111.12425865082436, 40.585736873356602 ], [ -111.12457205210788, 40.585876173522777 ], [ -111.12467267816638, 40.585975162692641 ], [ -111.12474381287004, 40.586101210276368 ], [ -111.12473804676074, 40.586177792017352 ], [ -111.12466143015162, 40.586281476890072 ], [ -111.12457290457156, 40.586335625693096 ], [ -111.12432494377295, 40.586439494991303 ], [ -111.12384545544251, 40.586588656627413 ], [ -111.12357506542764, 40.586706061681454 ], [ -111.12344522906623, 40.586787280451816 ], [ -111.12323891335727, 40.587048758350178 ], [ -111.12316230005052, 40.587156045763727 ], [ -111.12303980179186, 40.587373290371438 ], [ -111.12305565922719, 40.587643539939897 ], [ -111.12327587767695, 40.587873031616944 ], [ -111.1233292282293, 40.587967567923776 ], [ -111.12344779659472, 40.588183654419872 ], [ -111.12353692229884, 40.588453825560208 ], [ -111.12347839155207, 40.588755685629671 ], [ -111.12326045116534, 40.589125282459541 ], [ -111.12309530652351, 40.589287618388568 ], [ -111.12282961478432, 40.5893960077617 ], [ -111.12252242170183, 40.589427865077589 ], [ -111.12222698826136, 40.589428178057496 ], [ -111.12197891419675, 40.589477989116176 ], [ -111.12183720577161, 40.589533092830081 ], [ -111.12170029428587, 40.589626929494734 ], [ -111.12121198221216, 40.590140948993749 ], [ -111.12098784007405, 40.5903573970431 ], [ -111.1208698434821, 40.590456618224792 ], [ -111.12056283066869, 40.590592072227061 ], [ -111.12010335387821, 40.590718675156467 ], [ -111.11965334547901, 40.590854275325682 ], [ -111.1192753746822, 40.590962772747559 ], [ -111.11895636308941, 40.590999137215903 ], [ -111.11856040931602, 40.590963508786572 ], [ -111.1181942045864, 40.591044063074776 ], [ -111.11759188608228, 40.59126179172857 ], [ -111.11684760071, 40.591393175718238 ], [ -111.11652859356055, 40.591434037913942 ], [ -111.11637503382838, 40.591474732664651 ], [ -111.11620393604856, 40.591624452254855 ], [ -111.11613908506288, 40.591709200908646 ], [ -111.11609783203289, 40.59177230450814 ], [ -111.11602701894361, 40.591826428912128 ], [ -111.11584976027824, 40.591831111261968 ], [ -111.11536518552242, 40.591804569607717 ], [ -111.11482767011293, 40.591917716131491 ], [ -111.1143787863804, 40.592030772424678 ], [ -111.11315014523383, 40.59227522210427 ], [ -111.11271892255459, 40.592352219141148 ], [ -111.11237627258164, 40.592393092933925 ], [ -111.11212226374656, 40.592438384141829 ], [ -111.11178566443128, 40.592564834618933 ], [ -111.11124809953886, 40.592655442336806 ], [ -111.11066899963832, 40.592642485296302 ], [ -111.11030851641713, 40.592620307916349 ], [ -111.11003684490422, 40.592706151338575 ], [ -111.10978314270987, 40.592940623469666 ], [ -111.10970073941638, 40.593137996097603 ], [ -111.10961823559667, 40.593274108415081 ], [ -111.10955333205878, 40.593332727667381 ], [ -111.10937018194471, 40.593350918972064 ], [ -111.10878511626825, 40.59330642708133 ], [ -111.10817649517661, 40.593311503093929 ], [ -111.10782207736233, 40.593388409887467 ], [ -111.10755641684474, 40.593541808406023 ], [ -111.10739716121078, 40.593722134047894 ], [ -111.10736786237872, 40.593876213011946 ], [ -111.10719683620518, 40.594087179474265 ], [ -111.10703141063726, 40.59410535061911 ], [ -111.10699714513215, 40.59410988680029 ], [ -111.10677727704262, 40.594078559199367 ], [ -111.10668861934246, 40.594065127810701 ], [ -111.10646969042884, 40.59388064792023 ], [ -111.10639838895263, 40.593632969609956 ], [ -111.10638647091805, 40.593569918474131 ], [ -111.10626232409957, 40.593533997253516 ], [ -111.10618556366957, 40.593570103335537 ], [ -111.1061087547365, 40.593575579241651 ], [ -111.1057248503604, 40.593692145722763 ], [ -111.10548853800933, 40.593723892828002 ], [ -111.10523920432955, 40.593742138004131 ], [ -111.10511627488383, 40.593728736626538 ], [ -111.10498625462722, 40.593715341562991 ], [ -111.10479118566164, 40.593670474326792 ], [ -111.10442461458672, 40.593535673195149 ], [ -111.10387490711582, 40.593428062349844 ], [ -111.10345540107225, 40.593450961016842 ], [ -111.10326642309271, 40.593523201104922 ], [ -111.1031661149151, 40.593617883907555 ], [ -111.10312493293962, 40.593735936921178 ], [ -111.10315458065138, 40.593802576110278 ], [ -111.10327296278861, 40.593933098990014 ], [ -111.10331448712417, 40.594037564782418 ], [ -111.10326265216237, 40.59414481671714 ], [ -111.10317289634015, 40.594185436847013 ], [ -111.10302165954845, 40.594208994898977 ], [ -111.10289523809001, 40.594230728875992 ], [ -111.10282430962249, 40.594218179614543 ], [ -111.10274156023678, 40.594203839049733 ], [ -111.10242233860767, 40.594118538251116 ], [ -111.1019672349901, 40.59405047345642 ], [ -111.10152275772421, 40.5939751904302 ], [ -111.10103932093858, 40.593926065509152 ], [ -111.10046616146013, 40.593940078746861 ], [ -111.10002887010937, 40.593926944944322 ], [ -111.09940240202347, 40.593855414760213 ], [ -111.09859279419825, 40.593811064258048 ], [ -111.09810233568261, 40.593806977402529 ], [ -111.09740504708982, 40.593794054185807 ], [ -111.09690860946739, 40.593741319386822 ], [ -111.09595141231979, 40.593790766380216 ], [ -111.09546096049753, 40.593791172740524 ], [ -111.09491131617423, 40.593719554681485 ], [ -111.094201844311, 40.59344536479621 ], [ -111.09346287712169, 40.593202725468252 ], [ -111.09266490003289, 40.593014182003436 ], [ -111.09184355037682, 40.593014837978671 ], [ -111.09141808465833, 40.593001662170657 ], [ -111.09100436379761, 40.592934422293418 ], [ -111.0905421111603, 40.592808661295919 ], [ -111.0898515633057, 40.592525420929363 ], [ -111.08949679822885, 40.592354527699385 ], [ -111.08905936987145, 40.592228741517651 ], [ -111.0884566064307, 40.592188664728923 ], [ -111.08779487827448, 40.592243222826028 ], [ -111.08739435884227, 40.592324606430431 ], [ -111.08680233060917, 40.592361088334265 ], [ -111.08611689429206, 40.59236160137511 ], [ -111.08533704672233, 40.592465782209445 ], [ -111.08500621435628, 40.592520079400138 ], [ -111.08479953774729, 40.592628337819121 ], [ -111.08430968831752, 40.593101662342562 ], [ -111.08407233836579, 40.593254986207867 ], [ -111.08379590340677, 40.593340771382657 ], [ -111.08329847568244, 40.593431219907046 ], [ -111.08306341340629, 40.593525982358742 ], [ -111.08287447994859, 40.593652242304131 ], [ -111.08263832876376, 40.593823580097357 ], [ -111.08226620132585, 40.59394096108209 ], [ -111.08152176747505, 40.59403157759926 ], [ -111.08120859705075, 40.59404080706738 ], [ -111.08094866804379, 40.594099547192478 ], [ -111.08063571908588, 40.59429345685637 ], [ -111.08041135657984, 40.594446764103772 ], [ -111.07992103384579, 40.594559715305657 ], [ -111.07944240511404, 40.594569054345762 ], [ -111.07925921040736, 40.594559270432043 ], [ -111.07915284078527, 40.594554838933362 ], [ -111.07910556351459, 40.594551267770839 ], [ -111.07880997490852, 40.594438858908767 ], [ -111.07853203556257, 40.594258870740333 ], [ -111.07829544029313, 40.594060836133529 ], [ -111.07812986008857, 40.593952841762636 ], [ -111.07800100037508, 40.593916893353672 ], [ -111.07776938562914, 40.593935067270962 ], [ -111.07771383720819, 40.593932401994032 ], [ -111.07756255764258, 40.593926197461201 ], [ -111.07710151543054, 40.593809390755403 ], [ -111.07683546323672, 40.593683443794347 ], [ -111.0765871905577, 40.593602528803004 ], [ -111.07619134593065, 40.593656843826466 ], [ -111.07594320662902, 40.593693042729832 ], [ -111.07573636437714, 40.593670656347449 ], [ -111.07517476342564, 40.593455711099935 ], [ -111.07500917865538, 40.593337802483326 ], [ -111.07486602961764, 40.593202762225147 ], [ -111.07479022365375, 40.593049660452735 ], [ -111.07456547164453, 40.592860619367706 ], [ -111.07416350576459, 40.592720339683375 ], [ -111.07354867803348, 40.592451367395171 ], [ -111.07334761644982, 40.592307353216157 ], [ -111.07321739887675, 40.59210473610122 ], [ -111.0731994854838, 40.591933578790631 ], [ -111.07319907779842, 40.591559710634542 ], [ -111.0731043887925, 40.591424637431125 ], [ -111.07298020493207, 40.591334627175911 ], [ -111.07282653585882, 40.591298688648045 ], [ -111.07240709065772, 40.591375527794646 ], [ -111.07221802687286, 40.59139366390702 ], [ -111.07209035699989, 40.591357708142617 ], [ -111.07195788776062, 40.5912541886401 ], [ -111.07187486018032, 40.590970460659172 ], [ -111.07178593414878, 40.590695745149326 ], [ -111.07167943165106, 40.590560678097532 ], [ -111.07154936557404, 40.590492291250477 ], [ -111.0713661371549, 40.590439252208135 ], [ -111.07091113832308, 40.590417010218665 ], [ -111.0704087563014, 40.59028668877103 ], [ -111.07031417378425, 40.590246206423579 ], [ -111.0702195489761, 40.590165184064134 ], [ -111.07017813127027, 40.5901111559537 ], [ -111.07011896861181, 40.590039120840345 ], [ -111.07010111071355, 40.589913007354525 ], [ -111.07013057432042, 40.589836413986333 ], [ -111.07026045288002, 40.589728228494302 ], [ -111.07033123935445, 40.589615574407432 ], [ -111.07032525516153, 40.589543507003292 ], [ -111.07020112560967, 40.589498538101807 ], [ -111.07009477399929, 40.589503107126191 ], [ -111.07000024444092, 40.589512173329751 ], [ -111.06988208480138, 40.589525758194277 ], [ -111.06972253155229, 40.589507836846231 ], [ -111.0696634260057, 40.58948985474413 ], [ -111.06945649625742, 40.589368359456323 ], [ -111.06922600692727, 40.589318948967843 ], [ -111.0688832117216, 40.589229065076836 ], [ -111.06866441620961, 40.589058026589584 ], [ -111.06851646101765, 40.588823883511125 ], [ -111.06821489229968, 40.588598839931478 ], [ -111.06783662322921, 40.588481947217126 ], [ -111.06714519147609, 40.58835622683474 ], [ -111.06687330687791, 40.588266295722647 ], [ -111.06661323567435, 40.588171852715703 ], [ -111.06634719432142, 40.588014350366549 ], [ -111.06615184010602, 40.587636990173735 ], [ -111.06593289218164, 40.587298381298417 ], [ -111.06576723822366, 40.587077758052303 ], [ -111.06546450048015, 40.586848203443381 ], [ -111.0648037269151, 40.586632362770835 ], [ -111.06391140352358, 40.586475204410007 ], [ -111.06332638508992, 40.586385437740482 ], [ -111.06294228770395, 40.5863315943486 ], [ -111.06262309932198, 40.586187625645096 ], [ -111.06236888776162, 40.586025603218708 ], [ -111.06193617000625, 40.585782596091853 ], [ -111.06170074415489, 40.585485428797121 ], [ -111.06111536828196, 40.58499025114083 ], [ -111.06076076907016, 40.584877827094935 ], [ -111.06052433235809, 40.584760835663772 ], [ -111.06036943043009, 40.584643801164717 ], [ -111.06027595864367, 40.584508716639768 ], [ -111.06016943260751, 40.58431057661037 ], [ -111.06010434612769, 40.584203404707971 ], [ -111.05996833880893, 40.58407104471415 ], [ -111.05976858605825, 40.58400898689839 ], [ -111.05960198675079, 40.58402258631137 ], [ -111.05953700450114, 40.584031628711017 ], [ -111.05935387485648, 40.584059650508415 ], [ -111.05919434930401, 40.584055227918917 ], [ -111.05907618438448, 40.584054387520453 ], [ -111.05866843549883, 40.583960001980792 ], [ -111.05816605526948, 40.583748547114276 ], [ -111.0575512802983, 40.583370481623575 ], [ -111.05702516837266, 40.58303290911288 ], [ -111.05652281920773, 40.58284396927808 ], [ -111.05623321291063, 40.582713481685424 ], [ -111.05604875271236, 40.582560420164548 ], [ -111.05584399616698, 40.582155119161534 ], [ -111.05559444568476, 40.581875963841519 ], [ -111.05529303677699, 40.581754488441931 ], [ -111.05463121569272, 40.581601652133095 ], [ -111.05454850381967, 40.581601691219561 ], [ -111.05432397465557, 40.581570265896339 ], [ -111.05418214950157, 40.581528891591923 ], [ -111.05398120270941, 40.581435293169676 ], [ -111.05391024551759, 40.581358750705178 ], [ -111.05388655219073, 40.581282186158425 ], [ -111.05380373243894, 40.581147091345002 ], [ -111.05361459888658, 40.581048081439036 ], [ -111.05337825254922, 40.581012155310809 ], [ -111.0528288071143, 40.581003398992628 ], [ -111.05182458966128, 40.581175022871328 ], [ -111.05154697807616, 40.581256227131242 ], [ -111.05134024077218, 40.581310372563003 ], [ -111.05113346197521, 40.581310464276719 ], [ -111.05091480918648, 40.581233985251664 ], [ -111.05061924486313, 40.581013397223302 ], [ -111.05038280561696, 40.580851340476691 ], [ -111.05012870497549, 40.580771271853962 ], [ -111.04941382299157, 40.580739147835885 ], [ -111.04910660479497, 40.580730269945555 ], [ -111.04873438654869, 40.580703400887387 ], [ -111.0484212054772, 40.580617948078249 ], [ -111.04817299591782, 40.580509945103927 ], [ -111.04804883664771, 40.580379367824065 ], [ -111.0479186607064, 40.580095641667945 ], [ -111.04779439370022, 40.579811912906415 ], [ -111.04764657960037, 40.579645309374335 ], [ -111.04739834944809, 40.579501269136088 ], [ -111.04717380849107, 40.579438298766426 ], [ -111.04676614196943, 40.579397924483132 ], [ -111.0462935150403, 40.579393610401269 ], [ -111.04587406142083, 40.579393777731163 ], [ -111.04538960375834, 40.579366942404818 ], [ -111.04503507261367, 40.579272487736233 ], [ -111.04477505491015, 40.57915997758802 ], [ -111.04427972777812, 40.578772785890322 ], [ -111.04400073238695, 40.578544066467821 ], [ -111.04372296911697, 40.578390119758744 ], [ -111.04329873459682, 40.57829568610493 ], [ -111.04272443440843, 40.578183288690518 ], [ -111.04231085004673, 40.578110468824676 ], [ -111.04177321765972, 40.578057511979516 ], [ -111.04137028334272, 40.578008108032193 ], [ -111.04110556156371, 40.577913609082657 ], [ -111.04088688462271, 40.577760535386709 ], [ -111.04064455085545, 40.577562425096332 ], [ -111.04030183493919, 40.577440925010272 ], [ -111.04005370389572, 40.577422993507575 ], [ -111.03972884582851, 40.577526708042569 ], [ -111.03920905505439, 40.577665622700017 ], [ -111.03881917437175, 40.577707195312499 ], [ -111.03838199799837, 40.577689323591073 ], [ -111.03756670979824, 40.57763103374149 ], [ -111.03675737748749, 40.577658320796338 ], [ -111.03660379343428, 40.577685396263639 ], [ -111.03656834999954, 40.577689911938862 ], [ -111.03639704528679, 40.577721497189422 ], [ -111.03619618029441, 40.577712551400566 ], [ -111.03616073439255, 40.577712562501347 ], [ -111.03598347302619, 40.577653159109893 ], [ -111.03582978341716, 40.577482938660417 ], [ -111.03577654036164, 40.577343317200175 ], [ -111.03577058716118, 40.577257734484888 ], [ -111.03588150103161, 40.576978424150269 ], [ -111.03590625991244, 40.57687931854084 ], [ -111.03591213858699, 40.576825263303725 ], [ -111.03588136867528, 40.576730679396718 ], [ -111.03577618044497, 40.576667649707417 ], [ -111.03533898556888, 40.576600217510773 ], [ -111.03494909178919, 40.576609345025986 ], [ -111.03461235196207, 40.576591428605582 ], [ -111.03427557553388, 40.576501439997223 ], [ -111.03400378974511, 40.576424944647457 ], [ -111.03369777931808, 40.576425034315875 ], [ -111.03346027163695, 40.576375554389578 ], [ -111.03322981545354, 40.576249496274706 ], [ -111.03279252468387, 40.575974849696728 ], [ -111.03243801869557, 40.575858734933291 ], [ -111.03201858235909, 40.575848942153421 ], [ -111.03162279983998, 40.575889591236241 ], [ -111.03116913803387, 40.575961785754679 ], [ -111.03070725417292, 40.576142087511343 ], [ -111.03038240822626, 40.576290820297167 ], [ -111.03013434469655, 40.576408001004076 ], [ -111.03002803120251, 40.576457577650409 ], [ -111.02997486896876, 40.576470203920039 ], [ -111.02991579997506, 40.57648463347541 ], [ -111.02980119164842, 40.576480158646568 ], [ -111.02956723710975, 40.576444183153484 ], [ -111.02912415995385, 40.576417268999684 ], [ -111.02884062720101, 40.576484906900468 ], [ -111.02865161273458, 40.576548016249909 ], [ -111.02841653423906, 40.576647172237941 ], [ -111.02814956363356, 40.576768857776287 ], [ -111.02751160720173, 40.576917658346339 ], [ -111.02620612321037, 40.577152193309843 ], [ -111.02552088935055, 40.577278471339675 ], [ -111.02523735102173, 40.577350604838962 ], [ -111.02490067351572, 40.577503829215161 ], [ -111.02456404752263, 40.577802095891698 ], [ -111.02413174252763, 40.578179659916479 ], [ -111.02386122624493, 40.578337371851816 ], [ -111.02360132359159, 40.57844102758601 ], [ -111.0233248863302, 40.578567208321154 ], [ -111.02320557672076, 40.578643807991298 ], [ -111.02301067092198, 40.578787989361111 ], [ -111.02272125234516, 40.578968224620546 ], [ -111.02237278295289, 40.579234055133085 ], [ -111.02216610712104, 40.579526884154873 ], [ -111.02201257521004, 40.579744027941075 ], [ -111.02190627953043, 40.579882785163385 ], [ -111.02175270919753, 40.579986416498386 ], [ -111.02145145915161, 40.580144128525347 ], [ -111.02128016960634, 40.58026578030951 ], [ -111.02116795546466, 40.580378412130969 ], [ -111.02115030274177, 40.58060363776719 ], [ -111.02120352082497, 40.580752274792374 ], [ -111.02122129155451, 40.580900918306426 ], [ -111.0211906001599, 40.580995517342139 ], [ -111.02106184662797, 40.581121665421811 ], [ -111.02076649643908, 40.581274870108615 ], [ -111.02036480812906, 40.581450615068142 ], [ -111.02017577713082, 40.581531728288674 ], [ -111.02005173630253, 40.581621838830472 ], [ -111.01990408048641, 40.581770511121093 ], [ -111.01981432528255, 40.581928182196194 ], [ -111.01982738145155, 40.582126375617904 ], [ -111.01979911184688, 40.582428178393194 ], [ -111.01969162995756, 40.582581347945478 ], [ -111.01962075143054, 40.582644422255562 ], [ -111.01937855374304, 40.582761578743543 ], [ -111.01887049400024, 40.582891390906596 ], [ -111.01849830709837, 40.582977936471856 ], [ -111.01829155377014, 40.583090580546916 ], [ -111.01815569614102, 40.583198708683078 ], [ -111.01807891708232, 40.583297818534831 ], [ -111.01787815776872, 40.583739285458677 ], [ -111.01773646255073, 40.584122185158662 ], [ -111.0175711115044, 40.584424008250792 ], [ -111.01744708992902, 40.584622222625306 ], [ -111.01737627358482, 40.584942048874154 ], [ -111.01737630156208, 40.585050155539108 ], [ -111.0173999566946, 40.585134835534532 ], [ -111.01747088119316, 40.585230319050943 ], [ -111.01753588674922, 40.585284362533265 ], [ -111.01786680166606, 40.58546899403936 ], [ -111.01797317096356, 40.585541048644764 ], [ -111.01804528297652, 40.585653648504277 ], [ -111.01810913810675, 40.585820302938323 ], [ -111.01810917090967, 40.585941922917229 ], [ -111.01779026425901, 40.586491514589341 ], [ -111.01765441197173, 40.586649190947718 ], [ -111.01747129026342, 40.586802369857864 ], [ -111.01731885896778, 40.586828518582024 ], [ -111.01710614592771, 40.586794316509661 ], [ -111.01683318433425, 40.586829491265043 ], [ -111.01664414844332, 40.586969156391973 ], [ -111.01657918312907, 40.587081776808368 ], [ -111.01654374892485, 40.587149348531973 ], [ -111.01654378777327, 40.587307004024602 ], [ -111.01656154214945, 40.587424116990654 ], [ -111.01657337806401, 40.587500690817699 ], [ -111.01650841433219, 40.587622320068704 ], [ -111.01630757487476, 40.587829552947454 ], [ -111.01608900094232, 40.588005256845747 ], [ -111.01595903946014, 40.588117885927623 ], [ -111.01592362972646, 40.588293564053927 ], [ -111.01595909299837, 40.588343108021398 ], [ -111.01617184551775, 40.588523256106974 ], [ -111.01623095223358, 40.588608832210468 ], [ -111.01622507519382, 40.588739461844682 ], [ -111.01615420425242, 40.588874605024557 ], [ -111.01569933849844, 40.589298085227298 ], [ -111.01558119540334, 40.589428730016508 ], [ -111.01548667311458, 40.589500813784475 ], [ -111.01535432570363, 40.589532362539238 ], [ -111.01523851739928, 40.589541386756615 ], [ -111.01504943117421, 40.589505376017826 ], [ -111.01488989457512, 40.58949638781035 ], [ -111.0146831072387, 40.589572989777466 ], [ -111.01435226462318, 40.589780235638663 ], [ -111.01419276555633, 40.589951424094316 ], [ -111.01393401935812, 40.590221722030364 ], [ -111.01354880418276, 40.590397441030994 ], [ -111.01290476151522, 40.590465081381168 ], [ -111.01265069529207, 40.590523667208529 ], [ -111.01243208716728, 40.590613779747073 ], [ -111.01227847931428, 40.590726407180057 ], [ -111.01216151207372, 40.590875066074645 ], [ -111.01205991372788, 40.591059758762121 ], [ -111.0119063242033, 40.5912849966819 ], [ -111.01177634619371, 40.591379603237826 ], [ -111.01145139303534, 40.591577831246951 ], [ -111.01120325501667, 40.59178505978916 ], [ -111.01094329985314, 40.592005802228321 ], [ -111.01074240775624, 40.592073387671384 ], [ -111.01047650657843, 40.592073412093541 ], [ -111.01009832720466, 40.592014888066011 ], [ -111.0098678625013, 40.591897792566485 ], [ -111.00972011848657, 40.591749158598702 ], [ -111.00955465684061, 40.591659083616911 ], [ -111.00934784420733, 40.591645587220214 ], [ -111.00917058711502, 40.591713168018835 ], [ -111.00901106588751, 40.591851917302428 ], [ -111.00886926858142, 40.591974449022068 ], [ -111.00879245633845, 40.592001481528932 ], [ -111.00866836576432, 40.591974464273036 ], [ -111.00831971572298, 40.591776294586026 ], [ -111.00824289795415, 40.591758282336116 ], [ -111.00805382058408, 40.591816853384159 ], [ -111.00788837953338, 40.591884431388799 ], [ -111.00766858240392, 40.592006066046395 ], [ -111.00749842493985, 40.592177245900281 ], [ -111.00740391543953, 40.592479049398854 ], [ -111.00735075362635, 40.592650221462954 ], [ -111.00725031093683, 40.592740316582109 ], [ -111.00712977169835, 40.592776359593074 ], [ -111.00681895584741, 40.592740342851414 ], [ -111.00619850028413, 40.592596235777627 ], [ -111.00499896640827, 40.592398098614261 ], [ -111.00440215629754, 40.592294520807272 ], [ -111.00417761285759, 40.592231467001803 ], [ -111.00404170342092, 40.59216390525296 ], [ -111.00397079048153, 40.592064810054161 ], [ -111.00394124062015, 40.591974722284469 ], [ -111.00389987618134, 40.591938688175325 ], [ -111.00381714661732, 40.591852205706495 ], [ -111.00361033463859, 40.591840500813532 ], [ -111.00309035974779, 40.592010783695159 ], [ -111.00285400604321, 40.592073851923573 ], [ -111.00267083038899, 40.592091874060245 ], [ -111.002393110176, 40.592060349074423 ], [ -111.00155995298626, 40.592046850013368 ], [ -111.00073861425214, 40.592060371502384 ], [ -111.00047271283589, 40.592019832944949 ], [ -111.00025999196903, 40.591996410536304 ], [ -111.00002363563355, 40.591996410826475 ], [ -110.99964546504002, 40.592082895514977 ], [ -110.99945047022941, 40.592154064888248 ], [ -110.99922593075743, 40.592191000001328 ], [ -110.99893048362046, 40.592245050910833 ], [ -110.99856412936548, 40.592272073571237 ], [ -110.99828050059826, 40.592272069697401 ], [ -110.99806659814455, 40.592240535242929 ], [ -110.99766597379559, 40.592208996770239 ], [ -110.99732325225212, 40.592303582553754 ], [ -110.99696870677002, 40.592510777977807 ], [ -110.9968032502757, 40.592632393361015 ], [ -110.99668506831911, 40.592686443292934 ], [ -110.99654915925056, 40.592740492575217 ], [ -110.99644870574144, 40.592758507284614 ], [ -110.99640143422754, 40.592753100495436 ], [ -110.99636007159805, 40.592749495648633 ], [ -110.99625371080823, 40.592735978932559 ], [ -110.99620053463629, 40.592654897301706 ], [ -110.99620644818481, 40.592573817600915 ], [ -110.99623599777988, 40.592488234232562 ], [ -110.99623009338181, 40.592407154142528 ], [ -110.996206460913, 40.592348595664369 ], [ -110.99597010874648, 40.59225849888329 ], [ -110.99576920394183, 40.592276509455161 ], [ -110.99551984215798, 40.592348571074481 ], [ -110.99537920505998, 40.592411627677478 ], [ -110.99526693034241, 40.59247918971289 ], [ -110.99516647558291, 40.592515221062811 ], [ -110.9949714774003, 40.592551248248128 ], [ -110.99487693470384, 40.592543136104162 ], [ -110.99474102948098, 40.592533220231616 ], [ -110.99454603577563, 40.592510688996036 ], [ -110.99442785857262, 40.592488161162258 ], [ -110.99423286812195, 40.592430494775776 ], [ -110.99413832497687, 40.592430490016874 ], [ -110.99406741658301, 40.59244219793765 ], [ -110.99397877945991, 40.592474625310253 ], [ -110.99386650322761, 40.59254218598366 ], [ -110.9937542271884, 40.592605242108519 ], [ -110.993560411076, 40.592627753659315 ], [ -110.99332287207051, 40.592614226856895 ], [ -110.99293288527284, 40.592569159269253 ], [ -110.99254881555395, 40.59245562327802 ], [ -110.99215293062601, 40.592330373664574 ], [ -110.99163886987601, 40.592195204432549 ], [ -110.99101371758495, 40.592105068711057 ], [ -110.9903684760333, 40.592019432370677 ], [ -110.98996668023027, 40.591951831583337 ], [ -110.98975987338736, 40.59192028236118 ], [ -110.9896121529388, 40.591906755853934 ], [ -110.98932853502905, 40.591848172291101 ], [ -110.98897992721847, 40.591744537456776 ], [ -110.98861949570485, 40.591682341246312 ], [ -110.9882531451065, 40.591682304571947 ], [ -110.98789741847462, 40.59174893355106 ], [ -110.98761495874227, 40.59182998351816 ], [ -110.98741995850034, 40.591865997959665 ], [ -110.98719541612731, 40.591888495483303 ], [ -110.98691651961879, 40.591870446474232 ], [ -110.98669434776484, 40.591856907778848 ], [ -110.98654544467044, 40.591851485204039 ], [ -110.98627954603189, 40.591843345936411 ], [ -110.98603138370086, 40.591789262922752 ], [ -110.98587776772382, 40.591717173215919 ], [ -110.98578323798759, 40.59165860390911 ], [ -110.98564735208173, 40.591573002756789 ], [ -110.98558236514351, 40.59152344583002 ], [ -110.98542874634602, 40.591469373280418 ], [ -110.98508604036788, 40.591433294025741 ], [ -110.98471378432687, 40.591424236484663 ], [ -110.98436989404675, 40.591401668266975 ], [ -110.98395864198825, 40.591383594130036 ], [ -110.98344339323485, 40.591370008109344 ], [ -110.9826634269676, 40.591360884803592 ], [ -110.98220845490177, 40.591324780107257 ], [ -110.98192484227971, 40.591279691680406 ], [ -110.98174167323042, 40.591260744226936 ], [ -110.98156440520914, 40.591270625838639 ], [ -110.98114486082434, 40.591329115833496 ], [ -110.98053620885736, 40.59146865250549 ], [ -110.98040029583461, 40.591500160600617 ], [ -110.98015209289954, 40.591603720326468 ], [ -110.98001615394482, 40.591720812311287 ], [ -110.97989793984912, 40.591842411658824 ], [ -110.97978564101253, 40.591941489722615 ], [ -110.97968516648419, 40.592018047560444 ], [ -110.97949604972155, 40.592121616243332 ], [ -110.97905870539979, 40.592391804116268 ], [ -110.97886485945627, 40.592495370901467 ], [ -110.97868638336452, 40.592576418003475 ], [ -110.97853864844357, 40.592610624383141 ], [ -110.97845000765014, 40.59263042741 ], [ -110.97823728933547, 40.592616874213675 ], [ -110.97807776352796, 40.592567295224129 ], [ -110.97781778425249, 40.592522201205767 ], [ -110.97759324248852, 40.592526662306675 ], [ -110.97743368708542, 40.592567171193949 ], [ -110.97720910691139, 40.592684242504454 ], [ -110.97701997520045, 40.592814833748712 ], [ -110.97688995593023, 40.592877869946811 ], [ -110.97670085744997, 40.592909363028276 ], [ -110.97641722284871, 40.592918314346747 ], [ -110.97608630662519, 40.59295428181985 ], [ -110.97576124373974, 40.593143400472044 ], [ -110.97561344815024, 40.593337060201335 ], [ -110.97545382538581, 40.593553239411449 ], [ -110.97523514253008, 40.593683821429792 ], [ -110.97505783903671, 40.593769367597133 ], [ -110.97485099142209, 40.593850402624902 ], [ -110.97470323578726, 40.593926945799694 ], [ -110.97446679728409, 40.594125089025873 ], [ -110.974218452651, 40.594548450960623 ], [ -110.97405283500119, 40.594967326505916 ], [ -110.97402310784858, 40.595435781223088 ], [ -110.97396981140314, 40.595728557579832 ], [ -110.9739165722596, 40.595872687523936 ], [ -110.97381606055087, 40.596012302297886 ], [ -110.97370966561668, 40.596084349104977 ], [ -110.97353235916631, 40.596156379586461 ], [ -110.9730299568464, 40.596440042821598 ], [ -110.97275211738912, 40.596692226000826 ], [ -110.97250380595162, 40.596984955449464 ], [ -110.97231461022973, 40.597219140879368 ], [ -110.97220346561572, 40.597336229493827 ], [ -110.97197766908103, 40.597475812415212 ], [ -110.97152848855488, 40.597633357784979 ], [ -110.97144573581883, 40.597682886138351 ], [ -110.97138071696109, 40.597718905523585 ], [ -110.97130385994436, 40.597799966276575 ], [ -110.97126246701136, 40.597863018068161 ], [ -110.97119152105152, 40.597939575780444 ], [ -110.97116190421769, 40.598101728024979 ], [ -110.97113821413429, 40.598223341831229 ], [ -110.97101995304904, 40.5983899762821 ], [ -110.97081304322163, 40.598570101542734 ], [ -110.97051750558097, 40.598714168369604 ], [ -110.96990868984184, 40.599020312857554 ], [ -110.96941213362956, 40.599362519367979 ], [ -110.96918748984079, 40.599538132555004 ], [ -110.96899241362398, 40.599668708910933 ], [ -110.9688741948041, 40.59972723474381 ], [ -110.9686850585565, 40.599790245683586 ], [ -110.96838355043775, 40.60004241178617 ], [ -110.96821800866141, 40.600195517065757 ], [ -110.96810451166411, 40.600263052269554 ], [ -110.96779247427351, 40.600280983414272 ], [ -110.96742013872311, 40.600339436616423 ], [ -110.96723690023686, 40.600420464570917 ], [ -110.96711275610461, 40.600505112619835 ], [ -110.96701811703018, 40.600677154947967 ], [ -110.96696489007084, 40.600758219516287 ], [ -110.9668170990978, 40.600857274659553 ], [ -110.96659239418054, 40.601131980236488 ], [ -110.96650956379828, 40.601321142384194 ], [ -110.96639719775725, 40.601483269288323 ], [ -110.96622573813805, 40.601636369951734 ], [ -110.96594197382446, 40.601825472747613 ], [ -110.96536858173734, 40.60210457698836 ], [ -110.96474196571644, 40.602442219735117 ], [ -110.96442272997625, 40.602640316799636 ], [ -110.96425126049608, 40.602797918928005 ], [ -110.96417911020872, 40.6028915887292 ], [ -110.96413886726614, 40.602996079027321 ], [ -110.96410927211024, 40.603081654011369 ], [ -110.96410923837956, 40.603144716024659 ], [ -110.96422738332551, 40.603243850139606 ], [ -110.96431599585723, 40.603311444001427 ], [ -110.96436798387253, 40.603347495491576 ], [ -110.96439868431844, 40.603406062549041 ], [ -110.96441048025082, 40.603451110484457 ], [ -110.96438679994499, 40.60352767849529 ], [ -110.96435248171227, 40.603604243217639 ], [ -110.96425076613117, 40.603725831386896 ], [ -110.96410885046924, 40.603869929127953 ], [ -110.96378248978787, 40.604113066453735 ], [ -110.96339938046472, 40.60437510348158 ], [ -110.96291458941126, 40.604684853571968 ], [ -110.96255984970543, 40.604932482721416 ], [ -110.96233513899166, 40.605162135530136 ], [ -110.96220027274464, 40.605369295187188 ], [ -110.96208664385486, 40.605644028076654 ], [ -110.96197415521367, 40.605990832064982 ], [ -110.96186168333179, 40.60630610493407 ], [ -110.96171374665188, 40.606625870353618 ], [ -110.96116365001527, 40.607400448179654 ], [ -110.96112816233574, 40.607445480510712 ], [ -110.9610394036911, 40.60762562767691 ], [ -110.96100975279717, 40.607796785884119 ], [ -110.96101556101509, 40.607972460478642 ], [ -110.96105681816572, 40.608170669156486 ], [ -110.96119847072784, 40.608508548791377 ], [ -110.96124560269678, 40.608769821318702 ], [ -110.96124546218314, 40.609013060260793 ], [ -110.96119807733159, 40.609188716948942 ], [ -110.96117434701227, 40.609341859439269 ], [ -110.96116836670129, 40.609462576027589 ], [ -110.96117421927222, 40.609562576235398 ], [ -110.96117413584939, 40.609706717811981 ], [ -110.9611326581921, 40.609886880862554 ], [ -110.96110300862146, 40.610054435486973 ], [ -110.96107336569825, 40.610210278596959 ], [ -110.96093137387233, 40.610449866043865 ], [ -110.96087221863188, 40.610535430084241 ], [ -110.96078938682398, 40.610679543574214 ], [ -110.96076569192468, 40.610769624013571 ], [ -110.96075382073344, 40.610855204040632 ], [ -110.96081990070422, 40.611057925559912 ], [ -110.96096634169308, 40.611301214035045 ], [ -110.96109032858044, 40.61153548590493 ], [ -110.96121550106736, 40.611765253606933 ], [ -110.96155690161282, 40.612175270265077 ], [ -110.96163369155722, 40.612260879837713 ], [ -110.96176360353003, 40.612477135222647 ], [ -110.96181552803975, 40.612634807200855 ], [ -110.9617870231243, 40.612869027754549 ], [ -110.96169233800981, 40.613067190981106 ], [ -110.96165090858946, 40.613161770103765 ], [ -110.96162129030206, 40.613274370824499 ], [ -110.96162126195203, 40.613323919460179 ], [ -110.96168624714399, 40.613382498524587 ], [ -110.96177488590044, 40.613423067693795 ], [ -110.9618635324472, 40.613450123530818 ], [ -110.96198172284802, 40.613495206716784 ], [ -110.96220036916255, 40.613589871344317 ], [ -110.96236580610243, 40.613707040340913 ], [ -110.96248395698365, 40.613824193748634 ], [ -110.96257843224809, 40.613999896847645 ], [ -110.96267883390578, 40.614148575249544 ], [ -110.9628087803744, 40.614315280763719 ], [ -110.96290908836015, 40.614635126937173 ], [ -110.96293239839, 40.615238726835905 ], [ -110.96286701379719, 40.615896351228557 ], [ -110.96278402467945, 40.616319740006212 ], [ -110.96272476648085, 40.616585481666249 ], [ -110.9626891772561, 40.616806186736831 ], [ -110.96261221754683, 40.617013365145155 ], [ -110.96242881414361, 40.617297084043884 ], [ -110.96201949316212, 40.617774418577461 ], [ -110.96180772678662, 40.618031100609976 ], [ -110.9616657235788, 40.618266184210341 ], [ -110.96155327919882, 40.618494971284292 ], [ -110.9615058646481, 40.618712068444971 ], [ -110.96154122165112, 40.618904869312935 ], [ -110.96162969494128, 40.619247234489393 ], [ -110.96164149179164, 40.61929228258407 ], [ -110.96165918194632, 40.619368863556531 ], [ -110.96167096596535, 40.619436433730428 ], [ -110.96167094022037, 40.6194814778965 ], [ -110.96159995527661, 40.619567038248071 ], [ -110.96152306397738, 40.619643587752549 ], [ -110.96145207867328, 40.619729148010641 ], [ -110.96142838663874, 40.619810219610656 ], [ -110.96145787870309, 40.619922839884772 ], [ -110.96149328741626, 40.620026453287934 ], [ -110.96148729325959, 40.620170592632036 ], [ -110.96142219024379, 40.620305703410175 ], [ -110.96132752730443, 40.620445308671052 ], [ -110.96117372363703, 40.620629938150167 ], [ -110.96109087215127, 40.620787564844868 ], [ -110.96103640835622, 40.620922678974665 ], [ -110.96101387673863, 40.621039786194075 ], [ -110.96102077150442, 40.621382124143793 ], [ -110.96102067200675, 40.621553291913855 ], [ -110.96098984515221, 40.621702828108909 ], [ -110.96090698717985, 40.621868562587963 ], [ -110.96082890224588, 40.621958624441753 ], [ -110.96074136125229, 40.622044178612001 ], [ -110.9606242251969, 40.622192784443214 ], [ -110.9605520351809, 40.622309874605691 ], [ -110.9605046894997, 40.622399946728414 ], [ -110.9604454620485, 40.622589111892566 ], [ -110.96041693213515, 40.622850358182312 ], [ -110.96039789575219, 40.623052149435864 ], [ -110.96042729127358, 40.62332782968106 ], [ -110.96048042194248, 40.623453971476067 ], [ -110.96062807900776, 40.623683747033134 ], [ -110.96071663045274, 40.623895484647655 ], [ -110.96073426272888, 40.62407116278635 ], [ -110.96069871312569, 40.624206283108386 ], [ -110.96046207069251, 40.624498989224072 ], [ -110.96016635372384, 40.624715099453702 ], [ -110.95977013951065, 40.624922165128687 ], [ -110.95969326434837, 40.624958173630212 ], [ -110.95955723564261, 40.625052718751498 ], [ -110.95939755924336, 40.625147255399796 ], [ -110.95910193764695, 40.625196699635616 ], [ -110.9589541197916, 40.625232682499387 ], [ -110.95888907027356, 40.625264190252906 ], [ -110.958794433809, 40.62534073154584 ], [ -110.95871150432836, 40.625606462279478 ], [ -110.95862268731705, 40.625831651120137 ], [ -110.95848545063748, 40.625962229830371 ], [ -110.95822047404705, 40.626160328418102 ], [ -110.95811395542516, 40.626326953084103 ], [ -110.95819067851274, 40.626538688247102 ], [ -110.95836195721716, 40.626809014832361 ], [ -110.95839140247085, 40.626993706320548 ], [ -110.95832621378358, 40.627245929856947 ], [ -110.95813082200088, 40.627718822357785 ], [ -110.95777585193818, 40.628110576864891 ], [ -110.95762203228215, 40.628277183716918 ], [ -110.9573913371501, 40.628470788484854 ], [ -110.95714889414819, 40.628542769349757 ], [ -110.95690644193967, 40.628628262932054 ], [ -110.95674084695604, 40.628713784817975 ], [ -110.95653386650497, 40.628799290896623 ], [ -110.95625590731321, 40.628934318250472 ], [ -110.95614349963525, 40.629051390278036 ], [ -110.95604879857861, 40.629213513031587 ], [ -110.95607223775956, 40.629533335034871 ], [ -110.95601296784002, 40.629758532947839 ], [ -110.95593012845909, 40.62986210278094 ], [ -110.95580001812871, 40.629924213906236 ], [ -110.95568177852016, 40.629916060656619 ], [ -110.95559900943897, 40.629912425337565 ], [ -110.95527976070154, 40.629893383639505 ], [ -110.9550018579431, 40.629933815377754 ], [ -110.95483030316458, 40.630081493027575 ], [ -110.95472369929904, 40.630352616704769 ], [ -110.95424449359774, 40.630807373121421 ], [ -110.95364100955626, 40.631424236383708 ], [ -110.95335702096561, 40.631703395327776 ], [ -110.95314406166028, 40.631864566919511 ], [ -110.95293110006568, 40.632027539875963 ], [ -110.95277139770835, 40.632122067234292 ], [ -110.95248744085249, 40.632347171130903 ], [ -110.95241048610717, 40.632477767255622 ], [ -110.95236308708394, 40.632617384335255 ], [ -110.95232746480517, 40.632824572358167 ], [ -110.95229779970633, 40.632968701128434 ], [ -110.95218055577686, 40.63321549412894 ], [ -110.95197223367251, 40.633495581766319 ], [ -110.95177097965114, 40.633810806333983 ], [ -110.95167620283262, 40.634054004641492 ], [ -110.95160508886998, 40.634279195156132 ], [ -110.95132704796161, 40.634481776564236 ], [ -110.95126789853605, 40.634513282459224 ], [ -110.95114959623523, 40.634580798561835 ], [ -110.95093661852047, 40.634747371279012 ], [ -110.95087730361304, 40.635004097166487 ], [ -110.95100127265272, 40.635274414136447 ], [ -110.95107800649831, 40.635454622864501 ], [ -110.95109560337836, 40.635648319722755 ], [ -110.95104226028033, 40.635823968901967 ], [ -110.95088835666668, 40.636058132587607 ], [ -110.95073447515433, 40.636260765238461 ], [ -110.95063379419955, 40.636482338927699 ], [ -110.95062191279344, 40.636558007835568 ], [ -110.95062175349761, 40.636774219154468 ], [ -110.95066879438858, 40.637130087148385 ], [ -110.95065084678072, 40.637413856896011 ], [ -110.95061514030313, 40.637724645452444 ], [ -110.95060310194739, 40.638012922092962 ], [ -110.95054383936942, 40.638193072839883 ], [ -110.95052605720851, 40.638251622458121 ], [ -110.950478676793, 40.638355203410597 ], [ -110.95024199926939, 40.63856770947487 ], [ -110.94991077372525, 40.638697293074465 ], [ -110.94970966337857, 40.638787293716561 ], [ -110.94953809732986, 40.638904333333251 ], [ -110.94936055296088, 40.63910695370938 ], [ -110.94932487365139, 40.639372697768827 ], [ -110.94933628707881, 40.639918636244559 ], [ -110.94934206809161, 40.640093409549856 ], [ -110.9493182724306, 40.640282583956512 ], [ -110.9491702281388, 40.640566296149181 ], [ -110.94898093757649, 40.640656300693834 ], [ -110.94880945218004, 40.640659828326854 ], [ -110.94870301398207, 40.640660681976733 ], [ -110.94853153132792, 40.640660605677674 ], [ -110.94836001743391, 40.640701068716588 ], [ -110.94803458891963, 40.640962177973094 ], [ -110.9479517618346, 40.641016193478357 ], [ -110.94751986349017, 40.641313288436272 ], [ -110.9474015171205, 40.641416835798346 ], [ -110.94729969211753, 40.641565434578339 ], [ -110.94726520370082, 40.641808656430733 ], [ -110.9472533345601, 40.641862703807881 ], [ -110.94712902018638, 40.642033814149819 ], [ -110.94689241614695, 40.642123793575891 ], [ -110.94678581892083, 40.642321938083377 ], [ -110.94683303272748, 40.642439074213861 ], [ -110.94702805226383, 40.642592313410155 ], [ -110.94709177789903, 40.642768014190686 ], [ -110.94711646834227, 40.642952705859507 ], [ -110.94712233197426, 40.643015770129338 ], [ -110.94711634747034, 40.643105855366045 ], [ -110.94695654275129, 40.643285958024357 ], [ -110.94671983376796, 40.643502060187814 ], [ -110.94657187479258, 40.643656042255245 ], [ -110.94648300453244, 40.643866806945063 ], [ -110.94652425148236, 40.64405150637657 ], [ -110.94658917783498, 40.644204685956218 ], [ -110.9465949233179, 40.644415494433801 ], [ -110.94640549880035, 40.644655040634689 ], [ -110.94612144931362, 40.644902650320574 ], [ -110.94579012544469, 40.645105193142221 ], [ -110.94572977402109, 40.645145704370719 ], [ -110.94559484905956, 40.645262755209792 ], [ -110.94532848341022, 40.645573432804483 ], [ -110.94526328998107, 40.645749073396843 ], [ -110.94518622098373, 40.645983265466086 ], [ -110.94510332265001, 40.646113853586058 ], [ -110.94499078158837, 40.646334515452928 ], [ -110.9450261491843, 40.646474168577676 ], [ -110.9450497633763, 40.646523728174316 ], [ -110.94513833996031, 40.646681424151119 ], [ -110.94531680213147, 40.646843667050341 ], [ -110.94538654020545, 40.646897752802779 ], [ -110.94553430327161, 40.646996919297159 ], [ -110.9456879768863, 40.647100592776489 ], [ -110.94582388780509, 40.647231284091198 ], [ -110.94592424018619, 40.64745655090163 ], [ -110.94599487892732, 40.647861979530241 ], [ -110.94605381048467, 40.648118757589501 ], [ -110.94607733900182, 40.648276422397352 ], [ -110.94611858028912, 40.648470130619131 ], [ -110.94614213080881, 40.648600769047484 ], [ -110.94612308679901, 40.648749405180844 ], [ -110.94603523801605, 40.649150255248003 ], [ -110.94601121559454, 40.649605187803253 ], [ -110.94597536116201, 40.650064619176014 ], [ -110.94588619595599, 40.650627626569289 ], [ -110.94586221566632, 40.65102850628525 ], [ -110.94589857028224, 40.651415901074401 ], [ -110.94597399158943, 40.651762774582053 ], [ -110.94606837539943, 40.65206461295962 ], [ -110.94614499564543, 40.652393469310574 ], [ -110.946132957087, 40.652654718398907 ], [ -110.94606176841417, 40.652924948642742 ], [ -110.94600242592429, 40.653172662415301 ], [ -110.94598451593394, 40.653379856018027 ], [ -110.94601984574416, 40.653573561338469 ], [ -110.94613199350025, 40.653852885920209 ], [ -110.94625008910683, 40.65409167363655 ], [ -110.9463209353227, 40.654249360246816 ], [ -110.94633261252561, 40.654438550055133 ], [ -110.94630761312055, 40.654636731587914 ], [ -110.94623760592738, 40.654906962396204 ], [ -110.94589534669095, 40.655406789761216 ], [ -110.94579343507304, 40.655631961420752 ], [ -110.94573416947321, 40.655780578419851 ], [ -110.94576355609017, 40.656010316054669 ], [ -110.94587572140684, 40.656271623221834 ], [ -110.9460765267488, 40.656632068236988 ], [ -110.94618279417614, 40.656875354771572 ], [ -110.94622403741913, 40.657073567056059 ], [ -110.94623582331387, 40.65712762519847 ], [ -110.94625941323271, 40.657213219547785 ], [ -110.94643074729976, 40.657452031705716 ], [ -110.94661991643979, 40.657578242159651 ], [ -110.94712250134658, 40.657785675218896 ], [ -110.94734124632221, 40.657911898023855 ], [ -110.94753632967803, 40.658042614050977 ], [ -110.94767816353136, 40.658195827565144 ], [ -110.94771952101857, 40.658254403328215 ], [ -110.94776676171226, 40.658353521219468 ], [ -110.94779610375251, 40.658650824015865 ], [ -110.9478196049473, 40.658853532034414 ], [ -110.94794360568389, 40.659123851186244 ], [ -110.94807954538003, 40.659254539590897 ], [ -110.94819774803139, 40.659376211104714 ], [ -110.94827452623109, 40.659524890262368 ], [ -110.94827435922734, 40.65974110071074 ], [ -110.94826241114598, 40.65989424447362 ], [ -110.94825161466341, 40.660087928217308 ], [ -110.94827387212268, 40.660371714472085 ], [ -110.94829739275133, 40.660551900415975 ], [ -110.94835046402109, 40.660763630266267 ], [ -110.94843316953659, 40.660898798779293 ], [ -110.9486105014572, 40.661052026920814 ], [ -110.94874054170344, 40.661169198724615 ], [ -110.94882322785148, 40.661331393247877 ], [ -110.94865143321489, 40.661669145813555 ], [ -110.94848555192333, 40.662006900741794 ], [ -110.94845472069375, 40.662101479047145 ], [ -110.94839070234627, 40.662277121424047 ], [ -110.94835515613921, 40.662349175672041 ], [ -110.94830185755153, 40.662430230728894 ], [ -110.94810064930991, 40.662551758827561 ], [ -110.94803555493986, 40.662587764620532 ], [ -110.94772191936693, 40.662758789623886 ], [ -110.94752073026795, 40.66285329041326 ], [ -110.9473135758186, 40.663010849494519 ], [ -110.94714184748113, 40.663249503317616 ], [ -110.94705292017765, 40.663501708020938 ], [ -110.94705259247993, 40.663916111078741 ], [ -110.94709260616935, 40.66418188798319 ], [ -110.9470817450774, 40.664452145939428 ], [ -110.94700469649496, 40.664641294648739 ], [ -110.94679165218642, 40.664758310603538 ], [ -110.9466082197174, 40.664830296040897 ], [ -110.94647790604587, 40.665050950415839 ], [ -110.94647283165973, 40.665478864303502 ], [ -110.94648326332612, 40.665749132010767 ], [ -110.94650672342595, 40.666001388217332 ], [ -110.94663059562215, 40.666442874848769 ], [ -110.94678977634948, 40.667118605356279 ], [ -110.9468721934373, 40.667623133847599 ], [ -110.94691340601737, 40.667870893677119 ], [ -110.94692507294403, 40.668078100490902 ], [ -110.94691312026836, 40.668231243889501 ], [ -110.94679454992924, 40.668555504604655 ], [ -110.94674118358422, 40.6687131332611 ], [ -110.94666996227967, 40.669005885001269 ], [ -110.94661632228953, 40.669505846211123 ], [ -110.94649182167687, 40.669843616934763 ], [ -110.94642066296869, 40.670055289693842 ], [ -110.94635543405775, 40.670248947646058 ], [ -110.94620145291762, 40.670460581746354 ], [ -110.94615407920483, 40.670519116569778 ], [ -110.94600012587514, 40.670694715386773 ], [ -110.94581068385538, 40.670861288588945 ], [ -110.94550158616572, 40.671216988889654 ], [ -110.94529666803975, 40.671496163342916 ], [ -110.94472575613138, 40.672243617914901 ], [ -110.94443084098512, 40.67260382642597 ], [ -110.94416443992944, 40.672819907937686 ], [ -110.94393236535748, 40.673017987998485 ], [ -110.94373819011909, 40.673171042306834 ], [ -110.94351326938784, 40.673301559371552 ], [ -110.94330612275257, 40.673400554098293 ], [ -110.94280899065188, 40.67361201455428 ], [ -110.94166093660701, 40.673989807672484 ], [ -110.94093302111267, 40.674250691309453 ], [ -110.93990325324512, 40.674646544852138 ], [ -110.93935278991897, 40.67493003258889 ], [ -110.93880818875824, 40.675267573276294 ], [ -110.93854173827243, 40.675506163550487 ], [ -110.93813901548047, 40.67595638580449 ], [ -110.93780136712908, 40.676406641691237 ], [ -110.93760564041976, 40.676929043291317 ], [ -110.93720863746975, 40.677572953264395 ], [ -110.93674658357087, 40.678176286838841 ], [ -110.9365096540552, 40.678459932178662 ], [ -110.93612481719371, 40.678734486545288 ], [ -110.93588089537839, 40.678901013061683 ], [ -110.9355328656037, 40.679041355626701 ], [ -110.93529022556726, 40.679103380206776 ], [ -110.93502983879644, 40.67916179079495 ], [ -110.93471614944625, 40.679274223113509 ], [ -110.93462734670105, 40.679329126186211 ], [ -110.93442007645852, 40.679521795691194 ], [ -110.9342968160461, 40.679719917898467 ], [ -110.93423628921666, 40.679900058236782 ], [ -110.93418288422258, 40.68005768074898 ], [ -110.93414731769225, 40.680125226014674 ], [ -110.93407029878993, 40.680228782562814 ], [ -110.93402882424176, 40.68028731567707 ], [ -110.93395775723599, 40.68035484059186 ], [ -110.9335258560655, 40.680336575259936 ], [ -110.9330585180394, 40.680255226598405 ], [ -110.93270353471928, 40.680237002760457 ], [ -110.93192247220317, 40.68029510167311 ], [ -110.93091655982175, 40.680366574092481 ], [ -110.93002899356325, 40.680424596419826 ], [ -110.92918282844671, 40.680496150432234 ], [ -110.9286857478774, 40.680567914384874 ], [ -110.92820639225377, 40.680662209065218 ], [ -110.9281058127502, 40.680657642110795 ], [ -110.92795198564329, 40.680650339232272 ], [ -110.92782182449584, 40.68064395181964 ], [ -110.92772716177042, 40.680639388234027 ], [ -110.92692855652101, 40.680499250129756 ], [ -110.92607094687784, 40.680214928911084 ], [ -110.92559179546787, 40.680124533723422 ], [ -110.92514216823992, 40.680088208127167 ], [ -110.92472205898854, 40.680110456833539 ], [ -110.92439064365747, 40.680182310191832 ], [ -110.92404735844923, 40.680285685375949 ], [ -110.92358571243733, 40.680411503109816 ], [ -110.92278680158132, 40.68054610267982 ], [ -110.92214648724354, 40.680653777553346 ], [ -110.92115345495979, 40.680827873202659 ], [ -110.92079842498596, 40.680849251178536 ], [ -110.9203664739062, 40.680873277655998 ], [ -110.9199819135798, 40.68084958906072 ], [ -110.9197215974892, 40.680832291754761 ], [ -110.91936657138386, 40.680850061835216 ], [ -110.91927189265238, 40.680859004413009 ], [ -110.91914761929567, 40.680876934930424 ], [ -110.91859130290473, 40.680993657607409 ], [ -110.9182717486748, 40.681033971169683 ], [ -110.91759132156329, 40.681033487519542 ], [ -110.91723747161633, 40.681055756260314 ], [ -110.91714160338259, 40.681069200606771 ], [ -110.91704097936373, 40.681100658931243 ], [ -110.91697586702414, 40.681123133971802 ], [ -110.91687522605994, 40.681168105245121 ], [ -110.91649056973098, 40.681220979219056 ], [ -110.91631303722305, 40.681244273392423 ], [ -110.91574507211864, 40.681207825373235 ], [ -110.91524219209953, 40.681171422357146 ], [ -110.91509430716076, 40.681144287489076 ], [ -110.91502332311929, 40.681130722161377 ], [ -110.91455611144806, 40.680963715711471 ], [ -110.91428394091311, 40.680963513974021 ], [ -110.91393468461312, 40.681093880850568 ], [ -110.91375708886126, 40.681165818227598 ], [ -110.91350853800675, 40.681201667250861 ], [ -110.91323044389898, 40.681205962960682 ], [ -110.91302922681631, 40.681241846514389 ], [ -110.91295818450023, 40.681273323558166 ], [ -110.91285161210131, 40.681327295587387 ], [ -110.91231282482021, 40.681601654117856 ], [ -110.91224769859522, 40.681633135215243 ], [ -110.91186880327511, 40.681799508239159 ], [ -110.91153733010866, 40.681898350839759 ], [ -110.91121178475984, 40.681988188309717 ], [ -110.91095733662831, 40.682006009828058 ], [ -110.91066738729876, 40.682023803322892 ], [ -110.91038921721645, 40.68208214454242 ], [ -110.91024128994894, 40.682086534004213 ], [ -110.91010519031045, 40.682095436853736 ], [ -110.90990992819148, 40.682099789026658 ], [ -110.9097205087551, 40.682159098724213 ], [ -110.90951925769788, 40.682216597091795 ], [ -110.90902230386611, 40.682170262025224 ], [ -110.90195044355569, 40.682187895728418 ], [ -110.90277435230304, 40.624951309625963 ], [ -110.90310352783938, 40.605798793207377 ], [ -110.90266341894979, 40.517997457059558 ], [ -110.90273281249988, 40.510821848959793 ], [ -110.90280818190126, 40.50358317380261 ], [ -110.90289017128612, 40.49992558169442 ], [ -110.90283489232156, 40.489159746063379 ], [ -110.90282155906155, 40.474677689666599 ], [ -110.90294134308029, 40.460308322254249 ], [ -110.90295061222163, 40.44566855300868 ], [ -110.90287117054163, 40.431222368330907 ], [ -110.89654015115383, 40.431216876161209 ], [ -110.89648322629459, 40.42220769086984 ], [ -110.89643491134109, 40.415278712807677 ], [ -110.89650438791914, 40.400702849241569 ], [ -110.89654431975538, 40.386162058219263 ], [ -110.89674405038237, 40.374953882965798 ], [ -110.89678426138383, 40.371761052101675 ], [ -110.89678291866491, 40.357197628042449 ], [ -110.89673424652844, 40.342782777845869 ], [ -110.89672179909547, 40.339363749470742 ], [ -110.89667951042162, 40.328494016224624 ], [ -110.89667968214542, 40.328381400279483 ], [ -110.89667440850832, 40.324120000785797 ], [ -110.89670281164017, 40.320930734972457 ], [ -110.89666060683111, 40.313871906719626 ], [ -110.89672910920558, 40.303668914575454 ], [ -110.89675319974495, 40.299439055702251 ], [ -110.89679280113663, 40.285010625913309 ], [ -110.89677967081749, 40.270437962944619 ], [ -110.89674295825267, 40.255906685379571 ], [ -110.89666970494154, 40.249949600886332 ], [ -110.89670033128407, 40.241405097036818 ], [ -110.89668686712284, 40.227057559811612 ], [ -110.89660328931765, 40.212448649719839 ], [ -110.89656674390255, 40.197835239892662 ], [ -110.89657685855133, 40.183442567860837 ], [ -110.8965812134289, 40.168968768969989 ], [ -110.89649046647568, 40.154485839262072 ], [ -110.89643733718756, 40.139989392445145 ], [ -110.89645428328872, 40.124956900392519 ], [ -110.8964164781638, 40.111199182609596 ], [ -110.89632685312607, 40.096806205433111 ], [ -110.89633080615755, 40.082602479224832 ], [ -110.8949702262899, 40.082592243970517 ], [ -110.8917974846445, 40.082575809442361 ], [ -110.89174411527131, 40.068133238326659 ], [ -110.89174395570009, 40.053415884462616 ], [ -110.89173152588637, 40.039040851748894 ], [ -110.891759991124, 40.024742404453939 ], [ -110.89186480373293, 40.010313351164335 ], [ -110.8919104513611, 39.999943123000911 ], [ -110.89183447966241, 39.981265706107067 ], [ -110.89188565097122, 39.937630985736014 ], [ -110.89174648871551, 39.89965401396914 ], [ -110.90326902692389, 39.899663296230649 ], [ -111.00066678773689, 39.899686516560649 ], [ -111.01761722888382, 39.899667160447279 ], [ -111.03575505307904, 39.899731462465617 ], [ -111.04004240089382, 39.899760695252922 ], [ -111.04013013672098, 39.899761565922454 ], [ -111.07383828756826, 39.899987370861801 ], [ -111.08304475031247, 39.900048718423051 ], [ -111.08304988514432, 39.923677278870599 ], [ -111.08305676499025, 39.924528711343413 ], [ -111.0830397504197, 39.92497471449888 ], [ -111.08301716192958, 39.925650474500763 ], [ -111.08300046780336, 39.926362269864669 ], [ -111.08300060380733, 39.926474893717014 ], [ -111.08303113917336, 39.92753353687521 ], [ -111.08299071262182, 39.927975051597763 ], [ -111.08295029643025, 39.928425576178121 ], [ -111.08297579083151, 39.930155460945286 ], [ -111.08297588873833, 39.930236550066041 ], [ -111.08299853290886, 39.930574405475404 ], [ -111.08299437389488, 39.931006884092255 ], [ -111.08298922946452, 39.931592531818502 ], [ -111.08294843053011, 39.931727709629833 ], [ -111.08292532693234, 39.931979102575092 ], [ -111.08289055438884, 39.932259335549539 ], [ -111.08277976020304, 39.932582870350366 ], [ -111.08253441279382, 39.932939837535187 ], [ -111.08234741956863, 39.933161614169663 ], [ -111.08222471276235, 39.93331396865328 ], [ -111.08214881078629, 39.933458180936967 ], [ -111.08210800909673, 39.933593358411756 ], [ -111.08210809522532, 39.933665437588971 ], [ -111.08213172359611, 39.933850123897955 ], [ -111.08221977185995, 39.93407530910158 ], [ -111.08228442906805, 39.9343140256873 ], [ -111.08233733527021, 39.934513106997507 ], [ -111.08234346689308, 39.934746459136171 ], [ -111.08236720967903, 39.935025749259026 ], [ -111.08242618919753, 39.935408628192882 ], [ -111.0824852450915, 39.935854576326228 ], [ -111.08252082833033, 39.936246481699364 ], [ -111.08255037579676, 39.936485223029159 ], [ -111.08255064642742, 39.936710470339769 ], [ -111.08251001131876, 39.936985301206136 ], [ -111.08245187873609, 39.937309698934428 ], [ -111.08241124288199, 39.937584529738452 ], [ -111.08235892379051, 39.93787738861112 ], [ -111.08235336312838, 39.938120659805712 ], [ -111.08241223069334, 39.938408033709671 ], [ -111.08245929893134, 39.93861612886861 ], [ -111.08250635555322, 39.938814313122784 ], [ -111.08258280419157, 39.939120595175183 ], [ -111.08267666973029, 39.939309736096938 ], [ -111.08274113815875, 39.939386274222713 ], [ -111.08284069393501, 39.9394402625081 ], [ -111.08296365945502, 39.939494233958897 ], [ -111.08304913167791, 39.939516697506477 ], [ -111.08325983441044, 39.939530061234109 ], [ -111.08392355157612, 39.939574632191679 ], [ -111.08446781956054, 39.939569732007975 ], [ -111.0848072366898, 39.939551464446069 ], [ -111.08526958758162, 39.939560135231453 ], [ -111.08580220567954, 39.939599385838306 ], [ -111.08645195418794, 39.939703417965376 ], [ -111.0869905474127, 39.939838163542952 ], [ -111.08745309547471, 39.939999993682662 ], [ -111.08782208133279, 39.940220457192126 ], [ -111.08802709630621, 39.940359955079678 ], [ -111.08820280343167, 39.940463435325185 ], [ -111.08837849369961, 39.940553400474656 ], [ -111.08863609144164, 39.94062167902387 ], [ -111.08877658501508, 39.940647700225327 ], [ -111.08889951654169, 39.940670130766073 ], [ -111.08935599365384, 39.940656265021445 ], [ -111.09003483699347, 39.940620601270744 ], [ -111.09039766065027, 39.940596893230506 ], [ -111.09080148243035, 39.940596577677368 ], [ -111.09110584295051, 39.940619764638555 ], [ -111.09139850228405, 39.940645662993361 ], [ -111.09165023763939, 39.940704028582161 ], [ -111.09188442796213, 39.94077141742266 ], [ -111.0920893743107, 39.940852343860051 ], [ -111.09242900785063, 39.940991726943736 ], [ -111.09262225772582, 39.941078067695081 ], [ -111.09295609456247, 39.941257097385993 ], [ -111.09317161609627, 39.941365944089554 ], [ -111.0934363096533, 39.941481958687135 ], [ -111.0937290546633, 39.941567316371611 ], [ -111.09410374884735, 39.941661616722442 ], [ -111.09441401606061, 39.94171992877623 ], [ -111.09466577652798, 39.941791802621374 ], [ -111.09485904265732, 39.941886248519744 ], [ -111.09508743119392, 39.94198517024013 ], [ -111.09542132390992, 39.942196628362211 ], [ -111.0958256703488, 39.942565700387185 ], [ -111.09635881186252, 39.942957188730645 ], [ -111.09671604158883, 39.943110059407132 ], [ -111.09679216988891, 39.943140629500867 ], [ -111.09688001256751, 39.943177496678977 ], [ -111.09715519180726, 39.943249345526475 ], [ -111.09739523102591, 39.943304104455059 ], [ -111.09762937692459, 39.943330036204081 ], [ -111.0980098166587, 39.943338725114721 ], [ -111.0987180348469, 39.943365153930245 ], [ -111.09902822921987, 39.943364889399447 ], [ -111.0991511351226, 39.943363883368029 ], [ -111.09940279703244, 39.943360063921048 ], [ -111.09983001310844, 39.943337172134356 ], [ -111.10019290154992, 39.943350373936944 ], [ -111.10044460814233, 39.943377185811904 ], [ -111.10072680856435, 39.943444515150894 ], [ -111.10105355660727, 39.94355685442541 ], [ -111.10144003037335, 39.943687160312429 ], [ -111.10187323416221, 39.943754354640468 ], [ -111.1024000695603, 39.943812454801915 ], [ -111.10301476355002, 39.943914622988473 ], [ -111.10375235002201, 39.944004965150988 ], [ -111.10446651221027, 39.944085412851301 ], [ -111.10500630420731, 39.944193043869838 ], [ -111.10563739468176, 39.944296084279429 ], [ -111.10567251010831, 39.944295151290397 ], [ -111.10604121715976, 39.944282200807478 ], [ -111.10625771503895, 39.94424596304345 ], [ -111.10650926658779, 39.944169148185587 ], [ -111.10672565186876, 39.944060830552104 ], [ -111.10693145238491, 39.943920987669308 ], [ -111.10712282606571, 39.943537890773023 ], [ -111.10722192599592, 39.943283720315641 ], [ -111.10729188697395, 39.943109764742729 ], [ -111.10737369098932, 39.943024095067763 ], [ -111.10746138272452, 39.942960944599619 ], [ -111.10757252735777, 39.942924801974186 ], [ -111.10777149037219, 39.942906597423132 ], [ -111.108210512583, 39.942951237949778 ], [ -111.10917053938567, 39.943067466514577 ], [ -111.10951003888607, 39.943094176009339 ], [ -111.10986008071525, 39.943125379465144 ], [ -111.1100602286713, 39.943116179752963 ], [ -111.11023692962533, 39.943084477269359 ], [ -111.1106218557789, 39.942971487031642 ], [ -111.1111834950981, 39.942835801464454 ], [ -111.11152864941666, 39.942740866123863 ], [ -111.11186217815528, 39.942695495362791 ], [ -111.1123537872331, 39.942686010117747 ], [ -111.1129918090697, 39.942734944471951 ], [ -111.11362991377952, 39.942833429622425 ], [ -111.11458442595969, 39.94314783631004 ], [ -111.11503532546648, 39.943291548020767 ], [ -111.11522268790132, 39.943336411410513 ], [ -111.11553299563188, 39.943403676769073 ], [ -111.11601880216348, 39.943421211428614 ], [ -111.11619435954289, 39.943406619799347 ], [ -111.11672688241912, 39.943361936437469 ], [ -111.11744668227746, 39.94331165513853 ], [ -111.11771588250173, 39.943296966308353 ], [ -111.117944155386, 39.943306645192386 ], [ -111.11807882204621, 39.943338042728179 ], [ -111.11817835700433, 39.943360466034562 ], [ -111.11833652168841, 39.943442294688104 ], [ -111.11841384912914, 39.943483661220185 ], [ -111.11854749818838, 39.943603356147342 ], [ -111.11880545510414, 39.943855368945691 ], [ -111.11892879989631, 39.94410751931855 ], [ -111.11902296743956, 39.944409253879677 ], [ -111.11905847628147, 39.944635365559364 ], [ -111.11909975696878, 39.944814619885669 ], [ -111.11917607686212, 39.944948788753159 ], [ -111.11931680519187, 39.945098208105023 ], [ -111.1194281428381, 39.945174677493142 ], [ -111.1195511551294, 39.945233114965809 ], [ -111.11980295465256, 39.945304934126838 ], [ -111.12013074773868, 39.945322614716055 ], [ -111.12048782913925, 39.94535377877164 ], [ -111.12080988067021, 39.945434532598661 ], [ -111.12119049377955, 39.945533244098925 ], [ -111.12179347073247, 39.945604691316142 ], [ -111.12229687716356, 39.945635695991314 ], [ -111.12292900786848, 39.945644037356729 ], [ -111.12332116277119, 39.94564902682594 ], [ -111.12351431540588, 39.945652425167481 ], [ -111.12426344763551, 39.945629099957955 ], [ -111.1247316151323, 39.945592557695036 ], [ -111.12529338588055, 39.945532486725547 ], [ -111.12573214087136, 39.945415784235472 ], [ -111.12587260205602, 39.945411126882881 ], [ -111.12608338889598, 39.945455947265394 ], [ -111.12631180927235, 39.945541292532376 ], [ -111.12639968573426, 39.945586246180177 ], [ -111.1265509065599, 39.945703209706046 ], [ -111.12671052145804, 39.945928282459441 ], [ -111.12683958556194, 39.946090319229967 ], [ -111.1271562387079, 39.946410724199652 ], [ -111.12741411905805, 39.946598747623021 ], [ -111.12775980602203, 39.946792079668626 ], [ -111.12802337621675, 39.946890897624129 ], [ -111.12826927871434, 39.946931170295969 ], [ -111.12849640967674, 39.946948938548175 ], [ -111.1287610085601, 39.946971169690222 ], [ -111.12910056192449, 39.947012237539532 ], [ -111.12992594802672, 39.947068978749776 ], [ -111.1308323837255, 39.947270681734722 ], [ -111.13106191785741, 39.947319976830258 ], [ -111.13123178555139, 39.9473873587851 ], [ -111.13130218590867, 39.947472872943159 ], [ -111.13130234954536, 39.947558466623285 ], [ -111.13128491776911, 39.947625159479273 ], [ -111.13124418897161, 39.947752244904741 ], [ -111.13097019330486, 39.948329187056615 ], [ -111.13075472494278, 39.948906062512634 ], [ -111.13065602634796, 39.949329638055538 ], [ -111.13063898084212, 39.949599953591289 ], [ -111.13062167814944, 39.949735121245922 ], [ -111.13063246252513, 39.949865752312306 ], [ -111.13061735540651, 39.949924333533389 ], [ -111.13049932467395, 39.950032584972114 ], [ -111.13041168792915, 39.950118277412415 ], [ -111.13030650816052, 39.950212999380632 ], [ -111.13016624240143, 39.950325780402501 ], [ -111.12994420870487, 39.950533256627885 ], [ -111.12988006917355, 39.950663971699704 ], [ -111.1298334809341, 39.950790162141452 ], [ -111.12973430588991, 39.95096596573395 ], [ -111.12937206769381, 39.951322260585364 ], [ -111.12916169284101, 39.95150719758216 ], [ -111.12854780140437, 39.951890799540898 ], [ -111.12834314975473, 39.952008154637241 ], [ -111.12820280141119, 39.952080388912023 ], [ -111.12791621679739, 39.952206843699251 ], [ -111.12757107119424, 39.952319847419588 ], [ -111.12737220323645, 39.952401154937569 ], [ -111.12717923836331, 39.952509485257224 ], [ -111.12689279991457, 39.952717026201896 ], [ -111.12654202898223, 39.95295617122256 ], [ -111.12618538549276, 39.953186311693145 ], [ -111.12585210437261, 39.953389396084553 ], [ -111.12568251566813, 39.95347967877521 ], [ -111.12544860288699, 39.953606070323787 ], [ -111.12524393260502, 39.953718915003847 ], [ -111.12468244496887, 39.953971796616379 ], [ -111.12399221368688, 39.95424733794168 ], [ -111.12375240903994, 39.954355712614344 ], [ -111.12352440011244, 39.954513628507826 ], [ -111.12340173213724, 39.954657917064324 ], [ -111.12334338954024, 39.954766097589285 ], [ -111.12334955076169, 39.954937278557118 ], [ -111.12332662142768, 39.955207599029961 ], [ -111.12322773867764, 39.955559089061218 ], [ -111.12304094314365, 39.955852108182022 ], [ -111.1227779176142, 39.956073128802835 ], [ -111.12236846456874, 39.956249254132018 ], [ -111.12156711371132, 39.956601482031438 ], [ -111.12080059254451, 39.956791490486971 ], [ -111.12048466570786, 39.956895432720238 ], [ -111.12033264660674, 39.956999204076041 ], [ -111.12022159639305, 39.957098427819773 ], [ -111.12013407181051, 39.957260696142214 ], [ -111.12008754788052, 39.957436436729417 ], [ -111.1201115152429, 39.957751757194607 ], [ -111.12021174223693, 39.958157097234015 ], [ -111.1203646012701, 39.958530848000208 ], [ -111.12063464576551, 39.958963040770087 ], [ -111.12078727904941, 39.959206148147878 ], [ -111.1208696405332, 39.959435813807794 ], [ -111.12084668411597, 39.959697123750935 ], [ -111.12076370629573, 39.959782803909519 ], [ -111.1206128441455, 39.959882069447424 ], [ -111.12012157825239, 39.960157380305091 ], [ -111.1194197697113, 39.960554539268429 ], [ -111.11858936878595, 39.961072557703254 ], [ -111.1181918334141, 39.961393714698616 ], [ -111.11808093573876, 39.961587539690335 ], [ -111.11803903285201, 39.961731740113343 ], [ -111.11803925749794, 39.961862382841922 ], [ -111.11808753397057, 39.962020006206735 ], [ -111.11826386024569, 39.9624243691053 ], [ -111.11849303665844, 39.962920578244173 ], [ -111.11882653285707, 39.96347884801331 ], [ -111.11898062963891, 39.963888638413088 ], [ -111.11910431611025, 39.964316479536549 ], [ -111.11918692846082, 39.964690303605607 ], [ -111.11918166058915, 39.965028178557333 ], [ -111.11908861437908, 39.965389569315121 ], [ -111.11898982658971, 39.965816737795471 ], [ -111.1188854185627, 39.966379960690354 ], [ -111.11879271829389, 39.966943171440178 ], [ -111.11877571542911, 39.967267543491744 ], [ -111.11881121051128, 39.967479238602166 ], [ -111.11888181897169, 39.967681887839817 ], [ -111.11899930539033, 39.967907013538728 ], [ -111.11915178861112, 39.96805551942461 ], [ -111.11945657511649, 39.968248016520434 ], [ -111.11989020482926, 39.968460201293716 ], [ -111.12052309925568, 39.968783899552243 ], [ -111.12122621883236, 39.969084996298811 ], [ -111.12208746796824, 39.969408446948151 ], [ -111.12287869145847, 39.969858103275463 ], [ -111.12337106031919, 39.970163915077094 ], [ -111.1235937938727, 39.970298825501111 ], [ -111.12382232642959, 39.970402194840801 ], [ -111.12403908446673, 39.970469536946503 ], [ -111.12434364397546, 39.970523269730826 ], [ -111.12445487982673, 39.970517744452764 ], [ -111.12470076833232, 39.970504866419468 ], [ -111.12516329948907, 39.970495358090666 ], [ -111.12563750758453, 39.97046781557102 ], [ -111.12614116432307, 39.97053484244401 ], [ -111.12642806104017, 39.97053452989924 ], [ -111.12702517453575, 39.970479818057989 ], [ -111.12777337188898, 39.970438451476276 ], [ -111.12854025377153, 39.97037002981326 ], [ -111.12899805709016, 39.970337986813561 ], [ -111.12916200606229, 39.970342309177028 ], [ -111.12928498690027, 39.97035568685191 ], [ -111.12941389076978, 39.97040509716421 ], [ -111.12949009107696, 39.97045006129467 ], [ -111.12954871788685, 39.970490540092889 ], [ -111.12961912290572, 39.970567045070943 ], [ -111.12966019498425, 39.970612949346446 ], [ -111.12975420613343, 39.970787635139317 ], [ -111.12986024503211, 39.971129890475403 ], [ -111.1298726202175, 39.971481260511666 ], [ -111.12994359816808, 39.971859594376227 ], [ -111.13008480490065, 39.972219829698965 ], [ -111.13013200342918, 39.972408082421481 ], [ -111.13009600015683, 39.97256579506363 ], [ -111.13004464678933, 39.972656852085329 ], [ -111.12999800136092, 39.972760517581172 ], [ -111.13000397607404, 39.972823579769589 ], [ -111.13008606031107, 39.972882051650728 ], [ -111.13021492676161, 39.972908936487471 ], [ -111.13028638631003, 39.972922370955125 ], [ -111.13039646478137, 39.972922247181693 ], [ -111.13050180765588, 39.972895099111973 ], [ -111.13072425339267, 39.972866917963053 ], [ -111.13097025228309, 39.972908085554756 ], [ -111.13123396193147, 39.973024915238248 ], [ -111.13148600512585, 39.973164282154237 ], [ -111.13178493476374, 39.973326119825089 ], [ -111.13211888476295, 39.97342935285009 ], [ -111.13238247668725, 39.973483111162551 ], [ -111.13267534547172, 39.973536835369792 ], [ -111.13288036785099, 39.973581649729773 ], [ -111.13307377600663, 39.973676031178734 ], [ -111.13323791689371, 39.97377495086657 ], [ -111.13336110604824, 39.973891937119632 ], [ -111.13346682427023, 39.974057596487448 ], [ -111.13359014763938, 39.974243057111536 ], [ -111.13377793163998, 39.974454571755714 ], [ -111.13401845046756, 39.974684044806494 ], [ -111.13417108694702, 39.974886589588955 ], [ -111.13451766864013, 39.975453807664032 ], [ -111.13488172693086, 39.975972351195693 ], [ -111.13502260283776, 39.976146978002454 ], [ -111.13512849890846, 39.976399129999031 ], [ -111.13514651806737, 39.976628859788157 ], [ -111.13510004621338, 39.976818120491018 ], [ -111.13500090220212, 39.977021858259988 ], [ -111.13476715481274, 39.977264494794412 ], [ -111.1345861081915, 39.977507970654656 ], [ -111.13448700404943, 39.977733331514656 ], [ -111.13437137986567, 39.977895642601965 ], [ -111.13418894757032, 39.978031001430075 ], [ -111.13402512953714, 39.978103269618664 ], [ -111.13382616825886, 39.978171073237213 ], [ -111.13375601246088, 39.978228817140177 ], [ -111.13370928283612, 39.978288335946878 ], [ -111.13368594783987, 39.978333412023659 ], [ -111.13369777336662, 39.978391962294957 ], [ -111.13372135423509, 39.978473023584485 ], [ -111.1337567519921, 39.978608130225062 ], [ -111.13381550252829, 39.978707170567873 ], [ -111.1339624060025, 39.978968286002576 ], [ -111.13407414072931, 39.979211422260249 ], [ -111.13425033406766, 39.979477008339501 ], [ -111.13444398145752, 39.979684009998991 ], [ -111.13465517805801, 39.979881080128941 ], [ -111.1349073260528, 39.980057379604602 ], [ -111.13506579753728, 39.980241896563591 ], [ -111.13520669336476, 39.980421928887282 ], [ -111.13533574483719, 39.980534401147146 ], [ -111.13575206547628, 39.980813219011814 ], [ -111.13595736160212, 39.980984165135744 ], [ -111.13608640642637, 39.98109213164161 ], [ -111.13621537114852, 39.981159553870626 ], [ -111.13637362480569, 39.981231446414142 ], [ -111.13663144791764, 39.981312231245077 ], [ -111.13683064015632, 39.981357045417056 ], [ -111.13705328349558, 39.981415346261755 ], [ -111.13731704522378, 39.98153666676501 ], [ -111.13771577582826, 39.981797478704529 ], [ -111.13812053782416, 39.982143875421635 ], [ -111.13848439339471, 39.982530863796804 ], [ -111.13870728607732, 39.982709892811734 ], [ -111.13894181362167, 39.98285016519862 ], [ -111.13939314397396, 39.983052344379686 ], [ -111.13989731985791, 39.98332203170856 ], [ -111.14043663657948, 39.983591674259294 ], [ -111.14083531698542, 39.983816436130304 ], [ -111.14120468198524, 39.984023212689856 ], [ -111.14146270707725, 39.984194084709472 ], [ -111.14167387445542, 39.984360508519416 ], [ -111.14209640827397, 39.984787957854621 ], [ -111.14229031863734, 39.985103063729824 ], [ -111.14253124970548, 39.985499199838827 ], [ -111.14272668970922, 39.985984588660251 ], [ -111.1428671424686, 39.98649887631953 ], [ -111.14289685619001, 39.986706065526164 ], [ -111.14295572077911, 39.986850150039331 ], [ -111.14299100020425, 39.986917680161021 ], [ -111.14303206097453, 39.986949163863862 ], [ -111.14312582029405, 39.986976077582455 ], [ -111.14321367621586, 39.986980473973532 ], [ -111.14332373011725, 39.986957813397211 ], [ -111.14342440423566, 39.986930659413915 ], [ -111.14364687310639, 39.986894344648711 ], [ -111.14397458715057, 39.986776810410156 ], [ -111.14438418544678, 39.986609619269373 ], [ -111.14501604827124, 39.986311506436842 ], [ -111.1456067963709, 39.985959382885014 ], [ -111.14604545450466, 39.985692140344028 ], [ -111.14632621398276, 39.985530510470426 ], [ -111.14658951685942, 39.98542205993224 ], [ -111.14690560271545, 39.985349581191592 ], [ -111.14753212931296, 39.985303736335418 ], [ -111.14842229517757, 39.985307104819647 ], [ -111.14928294433705, 39.985202386639671 ], [ -111.14980998996477, 39.985192696833778 ], [ -111.15026083472034, 39.985151569067057 ], [ -111.15055937627483, 39.985092617835264 ], [ -111.15081103746644, 39.985020212108147 ], [ -111.15130274512035, 39.984920463279337 ], [ -111.15157800112813, 39.984925509544347 ], [ -111.15186386426834, 39.98496027366776 ], [ -111.15211700455954, 39.985027515389071 ], [ -111.15239840559035, 39.985162293056945 ], [ -111.15282666663428, 39.985499597449866 ], [ -111.15313775692249, 39.985815431533773 ], [ -111.15329050283768, 39.986030564308749 ], [ -111.15339059477979, 39.986269192094369 ], [ -111.15367834430353, 39.986620193858464 ], [ -111.15408326587992, 39.986989058818232 ], [ -111.1545833081904, 39.987465012338063 ], [ -111.15507524389142, 39.987978815730465 ], [ -111.15534531713408, 39.988275777999242 ], [ -111.1555331249252, 39.988451217537374 ], [ -111.15573256498338, 39.988590601877668 ], [ -111.15590274343054, 39.988739035047601 ], [ -111.15602030550656, 39.988928082965039 ], [ -111.15609121013927, 39.989202786831243 ], [ -111.15621506116473, 39.989581032148074 ], [ -111.15628575166326, 39.989761133116225 ], [ -111.15638567458879, 39.98991867006616 ], [ -111.15653834936671, 39.990094155318637 ], [ -111.15676117159717, 39.990210981733824 ], [ -111.15701322659773, 39.990305243591337 ], [ -111.15730166630628, 39.990430989867313 ], [ -111.15764061998416, 39.990619735412523 ], [ -111.15813928449184, 39.990983953482186 ], [ -111.15833292203689, 39.991141360817714 ], [ -111.15851482604528, 39.991289774061968 ], [ -111.15880220560479, 39.991460567079208 ], [ -111.15917742855136, 39.991626733868763 ], [ -111.15954678389468, 39.99178750162902 ], [ -111.15995114969152, 39.991891458098472 ], [ -111.16029691442814, 39.991981078519224 ], [ -111.16061912598225, 39.992016671693513 ], [ -111.16093533298559, 39.991989203645225 ], [ -111.1612512643011, 39.991844607597116 ], [ -111.16160103651531, 39.991645904650028 ], [ -111.16193549388576, 39.991411182799609 ], [ -111.16233873912218, 39.991041216495667 ], [ -111.16278312907166, 39.990735160648661 ], [ -111.16326875451574, 39.990530855874653 ], [ -111.16400602402072, 39.990246005940556 ], [ -111.16465576163229, 39.990096422864383 ], [ -111.16515922039277, 39.990005608449749 ], [ -111.16546374419968, 39.989995263334187 ], [ -111.16572738433982, 39.990031826904001 ], [ -111.16620811324623, 39.990229354406139 ], [ -111.1667414458834, 39.990381755187549 ], [ -111.16705780745586, 39.990421843796113 ], [ -111.1673566981659, 39.990502500917465 ], [ -111.16757367233703, 39.990614810064734 ], [ -111.1677086747829, 39.990736247249579 ], [ -111.16780260322987, 39.990826209409398 ], [ -111.16786728118706, 39.990929728573953 ], [ -111.16790287401328, 39.991114378127278 ], [ -111.16788571174665, 39.991281084469669 ], [ -111.1678159924584, 39.991510935577608 ], [ -111.16769952820076, 39.991785903322246 ], [ -111.16759479875674, 39.992069863778497 ], [ -111.16741881240922, 39.992435015346963 ], [ -111.1674085119616, 39.992534138111651 ], [ -111.1673912161833, 39.992646785688109 ], [ -111.16739146911893, 39.992750398109742 ], [ -111.1674093918307, 39.992894529142134 ], [ -111.16747421419282, 39.993056612025356 ], [ -111.16750368600759, 39.993133152796098 ], [ -111.16761550771594, 39.993353731404106 ], [ -111.16778021943455, 39.993646311794556 ], [ -111.16796241534706, 39.993902827377092 ], [ -111.16817984326698, 39.994195330764825 ], [ -111.16839626759013, 39.994555408721652 ], [ -111.16859139815134, 39.994829924087156 ], [ -111.16875030482437, 39.995140531070611 ], [ -111.16894461115508, 39.995554698959722 ], [ -111.16903900321476, 39.995829360316918 ], [ -111.16916994413921, 39.996198571164925 ], [ -111.16922826774589, 39.996572392791471 ], [ -111.16925814341332, 39.996811108898015 ], [ -111.16929985623393, 39.997099361600107 ], [ -111.16928885356275, 39.997387691281631 ], [ -111.1692487531588, 39.997752646738576 ], [ -111.16924939819357, 39.998013929977219 ], [ -111.16927937469129, 39.998293189965359 ], [ -111.1693092179311, 39.998518391337001 ], [ -111.16939157790114, 39.998662427767698 ], [ -111.16949142142997, 39.998770399378252 ], [ -111.16959706699443, 39.998855837916253 ], [ -111.16972020710043, 39.998909716447876 ], [ -111.16989616493487, 39.999004061525227 ], [ -111.16995955946156, 39.999058027364697 ], [ -111.1700136826948, 39.999152550857168 ], [ -111.17006673516272, 39.999287619980876 ], [ -111.17010218183688, 39.999409200222196 ], [ -111.17013306561851, 39.999580341029684 ], [ -111.17013819883746, 39.999760529423881 ], [ -111.17011498116211, 39.999846156568822 ], [ -111.17002750933322, 40.000003956355378 ], [ -111.1699749031747, 40.000049082496936 ], [ -111.1699399142593, 40.000112202375874 ], [ -111.16987569332493, 40.000197889581983 ], [ -111.16977054738059, 40.000315170989722 ], [ -111.16964205995642, 40.000468525648131 ], [ -111.16938392299566, 40.000779741122301 ], [ -111.16915147946528, 40.001059384230217 ], [ -111.16909301428724, 40.001104518515007 ], [ -111.16898198576206, 40.001212797978788 ], [ -111.16885943023105, 40.001397677377732 ], [ -111.16880601679129, 40.001591465751282 ], [ -111.16872567984396, 40.001794303085447 ], [ -111.16861969039452, 40.002046731542443 ], [ -111.16851001719402, 40.00223069082449 ], [ -111.16832906033031, 40.002488633846788 ], [ -111.16819482723501, 40.002690648069034 ], [ -111.16806054254236, 40.002871939683288 ], [ -111.16796721538218, 40.003034251223831 ], [ -111.16794999519917, 40.003178432839874 ], [ -111.16797961545551, 40.003313536779125 ], [ -111.16804430552699, 40.003417055596358 ], [ -111.16816755209652, 40.003511479634533 ], [ -111.16824965031779, 40.00354739964385 ], [ -111.16856619540741, 40.003637037587048 ], [ -111.16875387953461, 40.003731367259213 ], [ -111.1689181327116, 40.003825730777926 ], [ -111.16905313029996, 40.003933651423978 ], [ -111.16920463047843, 40.004082091872441 ], [ -111.16933524320012, 40.004311650743034 ], [ -111.16938907990559, 40.004762962497459 ], [ -111.1693842996272, 40.005199043235763 ], [ -111.16932116389469, 40.005726208061567 ], [ -111.16930413508111, 40.00594697271876 ], [ -111.16929895582756, 40.006221778774353 ], [ -111.16935809312783, 40.00644693702651 ], [ -111.16949339738554, 40.006676488766047 ], [ -111.16981047199471, 40.0069733475394 ], [ -111.17026230942813, 40.007279017310971 ], [ -111.17055581166801, 40.007517345041201 ], [ -111.17073781932227, 40.007679253162472 ], [ -111.17084947317485, 40.007818740268625 ], [ -111.17094373261168, 40.008030331188912 ], [ -111.17098568430511, 40.008408680192581 ], [ -111.17109233633413, 40.008890546152706 ], [ -111.1712343087592, 40.009439933151917 ], [ -111.17137590269, 40.009837055194318 ], [ -111.17148819041911, 40.010227913557742 ], [ -111.17157672080715, 40.010489066136373 ], [ -111.17165328670141, 40.010651128786002 ], [ -111.1717708170311, 40.010795111114128 ], [ -111.17199983977119, 40.011011006133536 ], [ -111.17223484700455, 40.011276445578062 ], [ -111.17228766413679, 40.011312406184167 ], [ -111.17242855165769, 40.011424818878929 ], [ -111.17264557776068, 40.011528108223175 ], [ -111.17284490392534, 40.011581869781146 ], [ -111.17302075304646, 40.011618547470398 ], [ -111.17344266764326, 40.011657559829516 ], [ -111.17373574285321, 40.011715684400968 ], [ -111.17403482584028, 40.011832362760771 ], [ -111.17441603287197, 40.011989460775702 ], [ -111.17464954812232, 40.01212425575546 ], [ -111.17487373654059, 40.012277083887852 ], [ -111.17506176376597, 40.012493034644159 ], [ -111.17524894075342, 40.012834222253616 ], [ -111.17535077218551, 40.013249418858436 ], [ -111.17540436512104, 40.013587204304642 ], [ -111.17553422592052, 40.013965418193905 ], [ -111.17577568203399, 40.014451579981476 ], [ -111.17602164346366, 40.014865656201998 ], [ -111.17635201000442, 40.015293118116134 ], [ -111.17676338432273, 40.015779019034106 ], [ -111.17680451045074, 40.015823104175006 ], [ -111.17694545189437, 40.015949926830828 ], [ -111.17708634495621, 40.016057828868313 ], [ -111.17732107443803, 40.016201626272569 ], [ -111.17783717639965, 40.016399951355652 ], [ -111.17835331183377, 40.01660998678026 ], [ -111.17896336111404, 40.016883844266005 ], [ -111.17952508812952, 40.017049656168908 ], [ -111.18020070536731, 40.01729998012631 ], [ -111.18089877505236, 40.017619640296182 ], [ -111.18143252052012, 40.017835040320357 ], [ -111.1819838944397, 40.018068429728238 ], [ -111.18232404718231, 40.018190427899093 ], [ -111.18271116284708, 40.018345687170331 ], [ -111.18301146424625, 40.018463241256498 ], [ -111.1832919999307, 40.018638488326665 ], [ -111.18367928216358, 40.018854109513988 ], [ -111.18399019200345, 40.018993267672805 ], [ -111.18451223950187, 40.01920867201963 ], [ -111.18479375947857, 40.01931183574348 ], [ -111.18516198419964, 40.019410355396062 ], [ -111.18555009465783, 40.01949532739188 ], [ -111.18587260738923, 40.019589413081796 ], [ -111.18608384483068, 40.019701696132266 ], [ -111.18626576232602, 40.019805016161243 ], [ -111.18644780297923, 40.019953384521827 ], [ -111.18661813818844, 40.020106276324192 ], [ -111.18688254194478, 40.020376143128743 ], [ -111.18713521688196, 40.020641523375353 ], [ -111.18754646545703, 40.021041792961725 ], [ -111.18784614380283, 40.021352144351575 ], [ -111.1880164979802, 40.021509538906749 ], [ -111.18813411846827, 40.021667018829191 ], [ -111.18831641829148, 40.02190638235907 ], [ -111.18851044568282, 40.022148429442694 ], [ -111.18891578977332, 40.022526179260225 ], [ -111.18924473842981, 40.022822063610555 ], [ -111.18945508361894, 40.023029845339437 ], [ -111.18961513548734, 40.023272847037639 ], [ -111.18969178336262, 40.02344390699713 ], [ -111.18975743637419, 40.023876267865617 ], [ -111.18981809042322, 40.024196014896589 ], [ -111.18992312582773, 40.024460729636772 ], [ -111.19007044401485, 40.024758711021065 ], [ -111.19021304822425, 40.025046789208851 ], [ -111.19028288073106, 40.02529444282554 ], [ -111.19031890264228, 40.025605220203204 ], [ -111.19034883977473, 40.025834919762751 ], [ -111.19039032131245, 40.026001532063354 ], [ -111.19053159710418, 40.026231949556063 ], [ -111.19064343191937, 40.026411059713247 ], [ -111.19077872160393, 40.026595536996332 ], [ -111.19096131766594, 40.02693310195793 ], [ -111.19105587932978, 40.027221258153872 ], [ -111.19118592807615, 40.027626482480393 ], [ -111.19124540761767, 40.027941725612457 ], [ -111.19121700106179, 40.028261618627234 ], [ -111.19118267138914, 40.028558997015772 ], [ -111.19113077399659, 40.028860909230815 ], [ -111.19113727272325, 40.029089746136123 ], [ -111.19119778951047, 40.02935633486014 ], [ -111.19128501895663, 40.029535484891973 ], [ -111.19139089281801, 40.029675862144302 ], [ -111.19169013720636, 40.029811414706963 ], [ -111.19215938614882, 40.029968308098212 ], [ -111.19275298310953, 40.030164635697609 ], [ -111.1933913138147, 40.030429359673505 ], [ -111.19383724504463, 40.030626829018381 ], [ -111.19414858657922, 40.030892095307429 ], [ -111.19427776600322, 40.030981976259078 ], [ -111.19447737037896, 40.031107777875079 ], [ -111.19476484008015, 40.031219916878648 ], [ -111.19517287697597, 40.031277793689249 ], [ -111.19555605723448, 40.031250118435331 ], [ -111.19587689998534, 40.031145964470674 ], [ -111.19610640027516, 40.031068993470875 ], [ -111.19642263072417, 40.030991875034765 ], [ -111.19668042692219, 40.030973418275046 ], [ -111.19692077199377, 40.031000039325697 ], [ -111.19716124695614, 40.031071708382562 ], [ -111.19744752285528, 40.031174833014795 ], [ -111.19771862811864, 40.031300507185229 ], [ -111.19791239252511, 40.031430817708745 ], [ -111.19806522727811, 40.031592731976041 ], [ -111.19819472608403, 40.031790724928022 ], [ -111.19832451268705, 40.032087824414418 ], [ -111.19850735654967, 40.032492949775389 ], [ -111.19873096349268, 40.032807907493641 ], [ -111.19896635867315, 40.0331453688759 ], [ -111.19920179549671, 40.033496344298818 ], [ -111.19956663675559, 40.034009271757057 ], [ -111.19981998972027, 40.034472836756144 ], [ -111.1999969225424, 40.034855445434133 ], [ -111.20017250348643, 40.035175888955351 ], [ -111.20038575982338, 40.035553028393906 ], [ -111.20063297304489, 40.035917494991672 ], [ -111.20085130865027, 40.036426166880837 ], [ -111.20095157428382, 40.03664222671366 ], [ -111.2010400133623, 40.03682226802735 ], [ -111.20114606145948, 40.037011288437114 ], [ -111.20122883943594, 40.037258912435355 ], [ -111.20120015810235, 40.037470691011983 ], [ -111.20107769133332, 40.037678127491446 ], [ -111.20068614345675, 40.038061719992022 ], [ -111.20014804441796, 40.038436554643695 ], [ -111.19956912366335, 40.038883534953612 ], [ -111.19932410888346, 40.039275880047391 ], [ -111.19911478096267, 40.039848357908937 ], [ -111.19892871023038, 40.040357727299394 ], [ -111.19876062531087, 40.041006716307159 ], [ -111.19868541248955, 40.041344710146824 ], [ -111.19863807073608, 40.041592558856891 ], [ -111.19866321027558, 40.041772710327351 ], [ -111.19869867765725, 40.041876261387621 ], [ -111.19876335918251, 40.041948228277221 ], [ -111.19891598388632, 40.042029053919059 ], [ -111.1990684910395, 40.042069335785236 ], [ -111.19923262885061, 40.042078063405434 ], [ -111.19948465738813, 40.042077629785261 ], [ -111.19979993351153, 40.042059067118991 ], [ -111.20005894265725, 40.042040600757112 ], [ -111.20035199892055, 40.042040094406254 ], [ -111.20060415932333, 40.04208470676172 ], [ -111.20076841627562, 40.042133975774192 ], [ -111.20102676918184, 40.042291198071489 ], [ -111.20143793766211, 40.042592309853951 ], [ -111.20164943089324, 40.042758621929366 ], [ -111.20177313994139, 40.042970135142028 ], [ -111.20187386988876, 40.04333935845186 ], [ -111.20193355876792, 40.043704148319215 ], [ -111.20197484020892, 40.043789668755331 ], [ -111.20207504046837, 40.043978698270664 ], [ -111.20224568345373, 40.044203643656338 ], [ -111.20238706087989, 40.044442154488173 ], [ -111.20253897639432, 40.044676141855192 ], [ -111.20283433759177, 40.045054033560483 ], [ -111.20318152322747, 40.045512921120078 ], [ -111.20353402571604, 40.045787098969654 ], [ -111.20370338505597, 40.045971500640341 ], [ -111.20382814442364, 40.046137961080866 ], [ -111.20392843379861, 40.046354017915775 ], [ -111.20393484565527, 40.046538705902201 ], [ -111.20390610182062, 40.046727960615279 ], [ -111.20380756936088, 40.047102037345795 ], [ -111.20379217125803, 40.047836356526552 ], [ -111.20378825475701, 40.048489567962825 ], [ -111.20374840330246, 40.048886065599227 ], [ -111.20373142168063, 40.049088814083767 ], [ -111.20378447235663, 40.049187827671098 ], [ -111.20384913932206, 40.0492507819311 ], [ -111.20390779700573, 40.049264193291123 ], [ -111.20398383852229, 40.049210001146754 ], [ -111.20401302634215, 40.049169406034302 ], [ -111.20404210667269, 40.049092772237941 ], [ -111.20412345869325, 40.048853871457275 ], [ -111.20425178431643, 40.048641916965018 ], [ -111.2044632506596, 40.048398281628657 ], [ -111.20457889421836, 40.048258426879251 ], [ -111.20491201045638, 40.047924478675291 ], [ -111.20536839275877, 40.047648874250882 ], [ -111.20584122445445, 40.047386753375271 ], [ -111.20648638234118, 40.047124323588505 ], [ -111.20692544076222, 40.046938841068744 ], [ -111.20745225582975, 40.046699141474292 ], [ -111.20832448437251, 40.046323673154426 ], [ -111.20871058981677, 40.046076111974095 ], [ -111.20909690716891, 40.045898824939741 ], [ -111.20945998632769, 40.045790052504621 ], [ -111.20999311500867, 40.045703495170919 ], [ -111.2105204640427, 40.04564397504857 ], [ -111.21078990945625, 40.045584921995136 ], [ -111.21095973803705, 40.045535059449278 ], [ -111.21105338184965, 40.045489840309529 ], [ -111.21141580168282, 40.045169334484413 ], [ -111.21180167750975, 40.044853289497929 ], [ -111.21211156183486, 40.044604955267523 ], [ -111.2127846076051, 40.044279371207601 ], [ -111.21320714884268, 40.044071370843042 ], [ -111.21357468990702, 40.043895004355662 ], [ -111.21389060771935, 40.043705217418463 ], [ -111.21419327660443, 40.043402832554925 ], [ -111.21461515839536, 40.042987604582287 ], [ -111.21487159465308, 40.042523128478891 ], [ -111.2149993233165, 40.042135473335335 ], [ -111.21507471399961, 40.041879457194419 ], [ -111.21521461287203, 40.041635033841743 ], [ -111.21537804571935, 40.04141939769611 ], [ -111.21572885502603, 40.041147552297367 ], [ -111.21628462927521, 40.040822166027517 ], [ -111.21686979165599, 40.040524652236115 ], [ -111.21733796709397, 40.040302135715294 ], [ -111.21764928371012, 40.040148385979663 ], [ -111.218041551689, 40.040017007426684 ], [ -111.21849148536326, 40.039957596656784 ], [ -111.21879606706419, 40.039898458691432 ], [ -111.21919440868605, 40.039834637734359 ], [ -111.21953991456252, 40.039743886337668 ], [ -111.22009007353662, 40.039504084831485 ], [ -111.22080994714381, 40.039187374713123 ], [ -111.2214245374132, 40.038938434325239 ], [ -111.22188677081994, 40.038698792250642 ], [ -111.22240149948523, 40.038382464865087 ], [ -111.22271264940375, 40.038183653153169 ], [ -111.22307424416736, 40.037998258095257 ], [ -111.22348975591099, 40.037812757925778 ], [ -111.22392889990672, 40.03768577385415 ], [ -111.22446197645475, 40.037608159723781 ], [ -111.22503589919795, 40.037476405427952 ], [ -111.2256105613444, 40.037214005725808 ], [ -111.22590190405914, 40.037055767783365 ], [ -111.22639958587648, 40.036910640736508 ], [ -111.22682125604807, 40.036819718765052 ], [ -111.2272255673839, 40.036796402299153 ], [ -111.22771799816846, 40.036835979414839 ], [ -111.22822811665189, 40.036907053665772 ], [ -111.2283559665171, 40.036932930005797 ], [ -111.22859170411888, 40.036973909964793 ], [ -111.22874879745125, 40.036981708711636 ], [ -111.2288437585561, 40.036986927048922 ], [ -111.2292011545579, 40.036954686602243 ], [ -111.22975731732011, 40.036774291488612 ], [ -111.23035440466623, 40.036564981207 ], [ -111.23079911509122, 40.036356872421173 ], [ -111.23128446357184, 40.03603515817138 ], [ -111.23182260449255, 40.035728652817461 ], [ -111.23253814515128, 40.035889394297868 ], [ -111.23288999484551, 40.035951755810267 ], [ -111.23332410845941, 40.036077018772957 ], [ -111.23353545891533, 40.036184709811032 ], [ -111.23374099863062, 40.036306827755688 ], [ -111.23397128612983, 40.036467637216994 ], [ -111.23413476639611, 40.036629482197448 ], [ -111.2344343227884, 40.036822585779852 ], [ -111.23474063565844, 40.036934587304096 ], [ -111.23505041953877, 40.037033066376765 ], [ -111.23537875717368, 40.037072943674822 ], [ -111.23567769869224, 40.037085850639237 ], [ -111.23596502763006, 40.037130314541592 ], [ -111.23638169662652, 40.037291640460836 ], [ -111.23671048795966, 40.037462154158582 ], [ -111.23705122077341, 40.037695710603273 ], [ -111.23760938561698, 40.038096401355766 ], [ -111.23802684436895, 40.038482061969688 ], [ -111.23807268398301, 40.038518006714334 ], [ -111.23815642463366, 40.038666495162474 ], [ -111.23821555014526, 40.038815034153089 ], [ -111.23822769508004, 40.038936640522273 ], [ -111.23818140391838, 40.039107920526142 ], [ -111.23820549004053, 40.039292570442164 ], [ -111.23826356946219, 40.039477150453394 ], [ -111.23848283440465, 40.039832583617397 ], [ -111.23880089563185, 40.040282414904397 ], [ -111.2390601308169, 40.040669298580646 ], [ -111.23927831026708, 40.041047256711828 ], [ -111.23948492762773, 40.041470286925552 ], [ -111.2397622278617, 40.041992277462633 ], [ -111.23989221102528, 40.042288428327787 ], [ -111.24012814495504, 40.042712297570283 ], [ -111.24037022461566, 40.04321634007357 ], [ -111.24054695065593, 40.043469146498424 ], [ -111.24067055606949, 40.043616649253963 ], [ -111.24081185990254, 40.043796550087023 ], [ -111.2410587150259, 40.043989745778106 ], [ -111.24138194310325, 40.044232335319172 ], [ -111.24163461500915, 40.044412003068601 ], [ -111.24184600426469, 40.044519678678455 ], [ -111.24215120734348, 40.044636167598874 ], [ -111.24245039054006, 40.044707619712966 ], [ -111.24276108932715, 40.044720483753146 ], [ -111.24297212947346, 40.044729051122957 ], [ -111.24322437514036, 40.044787085074255 ], [ -111.24354737419166, 40.044962096122475 ], [ -111.24380585164674, 40.045123727467391 ], [ -111.24418202090972, 40.045414850204324 ], [ -111.24450082225215, 40.045725914150367 ], [ -111.24469967924891, 40.045932717854001 ], [ -111.2449524467437, 40.046134902391934 ], [ -111.24525192996104, 40.046287434058804 ], [ -111.24553972709971, 40.046449900399068 ], [ -111.24573959665379, 40.046610750591206 ], [ -111.24589863402969, 40.046826646360543 ], [ -111.24601074774185, 40.047033631825741 ], [ -111.24605284743308, 40.047330863022744 ], [ -111.24603074537201, 40.047704813102001 ], [ -111.24600310532551, 40.048168872045416 ], [ -111.2459931794801, 40.048668932188519 ], [ -111.24602415596682, 40.049132866597631 ], [ -111.24603032540301, 40.049218445759486 ], [ -111.24603095704664, 40.049394133793996 ], [ -111.24602579172732, 40.049587853554698 ], [ -111.2459561307205, 40.049777205380842 ], [ -111.24588624271469, 40.049903489666711 ], [ -111.24583384272511, 40.050002707673059 ], [ -111.24581067066185, 40.050079339374243 ], [ -111.24581131794288, 40.050259532206184 ], [ -111.24582354323557, 40.050399156774361 ], [ -111.24590641818023, 40.050624223657181 ], [ -111.24600696023441, 40.050871777234498 ], [ -111.24608893940024, 40.051173428393412 ], [ -111.24609694575547, 40.051443702641677 ], [ -111.2461388055646, 40.051673361279008 ], [ -111.24624537408887, 40.051965950336999 ], [ -111.24644037622501, 40.052398001674135 ], [ -111.24653515821943, 40.052672596083482 ], [ -111.24664171377653, 40.052960679898185 ], [ -111.24676566147694, 40.053194668326867 ], [ -111.24687179623038, 40.053365626632768 ], [ -111.2469486210598, 40.053536647310359 ], [ -111.24707830283263, 40.053734584339615 ], [ -111.24727233849002, 40.053896345074072 ], [ -111.24766606272345, 40.054161290394035 ], [ -111.2480831079999, 40.054390145615194 ], [ -111.24869395197109, 40.054713185384557 ], [ -111.24881614766852, 40.054785000653581 ], [ -111.2490406575118, 40.054942188091616 ], [ -111.24914653820092, 40.055041067182863 ], [ -111.24919496936589, 40.055140069751729 ], [ -111.24922355111713, 40.055261639252016 ], [ -111.24921824351375, 40.055413914629341 ], [ -111.24914876923809, 40.055653722107778 ], [ -111.2490321796961, 40.055834166787456 ], [ -111.248927363318, 40.056028100601921 ], [ -111.24871124414042, 40.056244797546512 ], [ -111.24849505814582, 40.056443474824071 ], [ -111.24827878915536, 40.05661962762062 ], [ -111.24805082697812, 40.056804814743813 ], [ -111.24788743143414, 40.057012387537654 ], [ -111.24777080363164, 40.057183821293499 ], [ -111.24771263631365, 40.057310081457551 ], [ -111.24768374828824, 40.057427269302103 ], [ -111.24768425388442, 40.057566918549981 ], [ -111.2477142837769, 40.057765067712566 ], [ -111.24773854925662, 40.057990258280007 ], [ -111.24769831117925, 40.058211081905817 ], [ -111.24760509828864, 40.0583734557028 ], [ -111.24747089621005, 40.058549431524568 ], [ -111.24718469398196, 40.058843758603032 ], [ -111.24684615854508, 40.059258025431106 ], [ -111.24655388998229, 40.05949740470178 ], [ -111.24629184550662, 40.059664641417911 ], [ -111.24591034782117, 40.059872674767398 ], [ -111.24548303829117, 40.060058279694104 ], [ -111.2449911887004, 40.060230504991694 ], [ -111.24452866613123, 40.060407171152043 ], [ -111.24423016799196, 40.060547451036399 ], [ -111.24405462471351, 40.060642422739939 ], [ -111.24388499184026, 40.060750896275934 ], [ -111.24362206831444, 40.061003720868079 ], [ -111.24342396979918, 40.061351010449648 ], [ -111.2432843049354, 40.06164411882974 ], [ -111.24315038959814, 40.061905681038297 ], [ -111.24294024041779, 40.062162898114785 ], [ -111.24264765812357, 40.062321180867286 ], [ -111.24224998972807, 40.062605818334184 ], [ -111.24210958379814, 40.062691703897094 ], [ -111.24191658680776, 40.062827252415318 ], [ -111.24172967802548, 40.063026756711302 ], [ -111.24163059424833, 40.063192741710111 ], [ -111.24157841665644, 40.063359529791583 ], [ -111.24156151196884, 40.063553273375653 ], [ -111.24157382656678, 40.063719926959848 ], [ -111.24162199068122, 40.064076610220766 ], [ -111.24162921915305, 40.064463110794314 ], [ -111.24156641236017, 40.064940755238275 ], [ -111.24140960410578, 40.065364537398551 ], [ -111.24129342269792, 40.065671108784485 ], [ -111.24105997705458, 40.065977924091385 ], [ -111.24086134354, 40.066181055157159 ], [ -111.24063920851462, 40.066370720164926 ], [ -111.24040537750783, 40.066569418697583 ], [ -111.24004863871811, 40.066831439277401 ], [ -111.23945755621936, 40.067148001458193 ], [ -111.23894151833255, 40.067464405859397 ], [ -111.23858029863254, 40.067789498913683 ], [ -111.23828228974563, 40.068082926942616 ], [ -111.23791349475027, 40.068254868859874 ], [ -111.23738646505248, 40.068449658143315 ], [ -111.23670743638546, 40.068775396081172 ], [ -111.23626300068898, 40.069118671211008 ], [ -111.23606425050312, 40.069294765155014 ], [ -111.23591254685711, 40.069511306526884 ], [ -111.23587190659849, 40.069628515132109 ], [ -111.23586647818955, 40.069754661718115 ], [ -111.23588441051297, 40.069853731696796 ], [ -111.23599620557765, 40.069966125026305 ], [ -111.23624881871987, 40.070105260210646 ], [ -111.2365542358062, 40.070253296712956 ], [ -111.23677753343979, 40.070392490590585 ], [ -111.23687752572771, 40.070482382980032 ], [ -111.23709528921789, 40.070716189186925 ], [ -111.23736038510779, 40.071071528670316 ], [ -111.23770222458046, 40.071574468804791 ], [ -111.23794423596877, 40.072034366511993 ], [ -111.2381209464728, 40.072263750193841 ], [ -111.23830928826114, 40.072465179673671 ], [ -111.23849748031516, 40.072623362702281 ], [ -111.23867957047396, 40.072713084454676 ], [ -111.23892028283042, 40.072798180197672 ], [ -111.2392489047899, 40.072869579410565 ], [ -111.23965366154518, 40.07291379119107 ], [ -111.23986485155557, 40.072940383144434 ], [ -111.24018769053184, 40.073034315852858 ], [ -111.24039328659944, 40.07313750067852 ], [ -111.24055208396385, 40.073272316182397 ], [ -111.24064641189531, 40.0734162750758 ], [ -111.24069403590025, 40.073618893815805 ], [ -111.24071861722128, 40.073938686171843 ], [ -111.24069609751218, 40.074204518334774 ], [ -111.24066774545885, 40.074479372270737 ], [ -111.24054577661776, 40.074812983480726 ], [ -111.24024834726183, 40.075277598793583 ], [ -111.23995684111685, 40.075760220382527 ], [ -111.23961263344427, 40.076265474394248 ], [ -111.23928571337812, 40.076685099774956 ], [ -111.23903466053184, 40.077000956493258 ], [ -111.23877331740553, 40.077393416046434 ], [ -111.23862073043698, 40.077695554339023 ], [ -111.238533946822, 40.078033595612688 ], [ -111.23845887509097, 40.078367107861403 ], [ -111.23838911706345, 40.07854293993919 ], [ -111.23826689441958, 40.078808976555088 ], [ -111.23813294225995, 40.079075037142502 ], [ -111.23802318351267, 40.07955277499763 ], [ -111.23797774308396, 40.079976322612282 ], [ -111.2379785429156, 40.080206067415666 ], [ -111.23800885298513, 40.080489809567155 ], [ -111.23813892140119, 40.080791365994997 ], [ -111.23845127630905, 40.081232196962262 ], [ -111.2388573571761, 40.081641300017942 ], [ -111.23903983422332, 40.081834631356209 ], [ -111.23913998813241, 40.081965064741553 ], [ -111.23921081970884, 40.082095558589948 ], [ -111.23929383802121, 40.082356667303095 ], [ -111.23935940518759, 40.082658355475999 ], [ -111.23948368224647, 40.082977941558255 ], [ -111.23966663852725, 40.083306415761257 ], [ -111.2398966720864, 40.083679840466736 ], [ -111.24017812765936, 40.083999100136836 ], [ -111.24049112861819, 40.084282254987386 ], [ -111.24079688814085, 40.084506861256294 ], [ -111.24123757114822, 40.084740195467745 ], [ -111.24147864741806, 40.084915381487789 ], [ -111.24168461577939, 40.085113164393064 ], [ -111.2418848321196, 40.085342492731016 ], [ -111.24216158003966, 40.085652747650592 ], [ -111.24226182536671, 40.085805702187621 ], [ -111.24233273080412, 40.085954213187279 ], [ -111.242380384703, 40.0861613355477 ], [ -111.24239294530804, 40.086395560280778 ], [ -111.24234714423743, 40.086710993999461 ], [ -111.24223131445008, 40.087125680325741 ], [ -111.24212269684345, 40.087589904521849 ], [ -111.24208740295042, 40.087891801634427 ], [ -111.24201281658664, 40.088360459367983 ], [ -111.24197874270254, 40.088675868335251 ], [ -111.24195665398165, 40.089063329443867 ], [ -111.24192946538486, 40.089667032758719 ], [ -111.24187860806545, 40.090212222715223 ], [ -111.24177502614471, 40.090775541952233 ], [ -111.24178189563348, 40.091059331503153 ], [ -111.24181214681791, 40.091320548115696 ], [ -111.24180132480434, 40.091577345629979 ], [ -111.24175503949333, 40.091757635160306 ], [ -111.24164421875477, 40.091933554487888 ], [ -111.24146878251156, 40.092082579481549 ], [ -111.24112326444724, 40.092236463193764 ], [ -111.24080680205634, 40.092313703489921 ], [ -111.24048458450528, 40.092422488627221 ], [ -111.24018614438717, 40.092621320015709 ], [ -111.2399582462959, 40.092865052743534 ], [ -111.23965477466825, 40.093302648739247 ], [ -111.23942119631705, 40.093600449997645 ], [ -111.23912306328414, 40.09388937440923 ], [ -111.23870782073102, 40.094237102110931 ], [ -111.23858508390087, 40.094363489969943 ], [ -111.23847398348965, 40.094462824814407 ], [ -111.23833339754405, 40.094517172011876 ], [ -111.2380753578101, 40.094531217111779 ], [ -111.23778792719223, 40.094527302690643 ], [ -111.23747722205729, 40.094577493127176 ], [ -111.2373075260336, 40.094694966249016 ], [ -111.23717899834348, 40.094843888578737 ], [ -111.23707555914881, 40.095123399216895 ], [ -111.23699908564264, 40.095398349760266 ], [ -111.23683593957244, 40.095714020866843 ], [ -111.23647390257578, 40.096187766629363 ], [ -111.23615891150345, 40.096697453874697 ], [ -111.23593639379079, 40.097148389255217 ], [ -111.23557025611179, 40.09779782836933 ], [ -111.23528437890133, 40.098248891255956 ], [ -111.23509198447837, 40.098592549042202 ], [ -111.23504024169981, 40.098898080702547 ], [ -111.23502335667349, 40.099105336578809 ], [ -111.23504180408433, 40.099352163148815 ], [ -111.23498415417939, 40.099645994206313 ], [ -111.2349153231474, 40.100100219380323 ], [ -111.2348113161173, 40.100560822535591 ], [ -111.2346719373441, 40.100971043289135 ], [ -111.23456833949615, 40.101210008386076 ], [ -111.23451489644056, 40.101363280344557 ], [ -111.23450358161492, 40.101484933280837 ], [ -111.23453350043496, 40.101656055703309 ], [ -111.23464622766534, 40.102025222270917 ], [ -111.23472933054545, 40.10230885725457 ], [ -111.23478259160412, 40.102443893761574 ], [ -111.23482396539372, 40.10253390619112 ], [ -111.23488883240674, 40.102631979631965 ], [ -111.23499473902234, 40.102722762076873 ], [ -111.23513573220144, 40.102781038535809 ], [ -111.23534131728786, 40.102857202861479 ], [ -111.23554820038122, 40.102969402698172 ], [ -111.23570580684577, 40.103081702448449 ], [ -111.23588820810211, 40.103238999633035 ], [ -111.23600600226632, 40.103373904111891 ], [ -111.23602974796401, 40.103454942382719 ], [ -111.23602420849464, 40.103549554768001 ], [ -111.23601270921777, 40.103617150411011 ], [ -111.23597183123806, 40.103671291465574 ], [ -111.23583726187537, 40.103775176261038 ], [ -111.23574372590818, 40.103869967763487 ], [ -111.23562087622032, 40.103970224600062 ], [ -111.23547439892337, 40.104023679278164 ], [ -111.23520479148361, 40.104096304086212 ], [ -111.23477107799829, 40.104214309144488 ], [ -111.23447219866085, 40.104305010827964 ], [ -111.23424970301608, 40.104430694832544 ], [ -111.23388082855631, 40.104639562636699 ], [ -111.2333363693385, 40.10496951210532 ], [ -111.23276269498957, 40.105335556217007 ], [ -111.23234114691608, 40.105584167284405 ], [ -111.23201310912776, 40.105728978846805 ], [ -111.23169087540273, 40.105855758617601 ], [ -111.23138048050754, 40.106014047528355 ], [ -111.23107017562202, 40.106199364298661 ], [ -111.2307129512136, 40.106389278512893 ], [ -111.2303264067645, 40.106583754740825 ], [ -111.23015077163953, 40.106692219355146 ], [ -111.23005131159043, 40.106773503558145 ], [ -111.22996358464991, 40.106854764380273 ], [ -111.22987008179935, 40.106963065468953 ], [ -111.22976501198806, 40.107120942355131 ], [ -111.2295900530749, 40.107431220326312 ], [ -111.2293977253679, 40.107810906511205 ], [ -111.2292002514579, 40.108405932493483 ], [ -111.22916535296753, 40.108496097760572 ], [ -111.22910731959816, 40.108685414611884 ], [ -111.22909032360994, 40.108865640646876 ], [ -111.22910842290426, 40.10901426358695 ], [ -111.22919107298225, 40.109167263617039 ], [ -111.22926192916567, 40.109302267689046 ], [ -111.22927986257375, 40.109401338009967 ], [ -111.22927502419236, 40.109707674655297 ], [ -111.22917071985378, 40.110095294700898 ], [ -111.22908909638413, 40.110248619690864 ], [ -111.22884993981066, 40.11066353491394 ], [ -111.22871565064294, 40.110858407915664 ], [ -111.22857523128802, 40.110974909181976 ], [ -111.2283175490349, 40.111115066495508 ], [ -111.22809508307972, 40.111259658694415 ], [ -111.22796050183146, 40.111368039056309 ], [ -111.2278319525678, 40.111525960287167 ], [ -111.22771519698118, 40.111701877417993 ], [ -111.22761049035402, 40.111972371718046 ], [ -111.22746529822857, 40.112418632930776 ], [ -111.2272965304827, 40.11283340654569 ], [ -111.2270749107428, 40.113234769096472 ], [ -111.22699964331616, 40.113537639665033 ], [ -111.22696509573022, 40.113735017906052 ], [ -111.22694228550588, 40.113933274093746 ], [ -111.22695563732375, 40.114419767016273 ], [ -111.22694453158611, 40.114608990633187 ], [ -111.22689838633389, 40.114847835756414 ], [ -111.22676476869518, 40.115249025147222 ], [ -111.22665544872298, 40.115546556289637 ], [ -111.22642753750809, 40.116177674785547 ], [ -111.22625320326124, 40.116687959360149 ], [ -111.22609514043911, 40.117151361904376 ], [ -111.22604419205997, 40.117358682335031 ], [ -111.22602703678113, 40.117493859931514 ], [ -111.22603330708911, 40.117615477396043 ], [ -111.22608227177466, 40.117872155631645 ], [ -111.22609821391066, 40.118079345468708 ], [ -111.22609890023934, 40.118286565079181 ], [ -111.22605998474573, 40.118583958045562 ], [ -111.22598519617657, 40.119034584275965 ], [ -111.22587487214145, 40.11938617408196 ], [ -111.22579936623399, 40.119620571030737 ], [ -111.22570610748527, 40.119809954499402 ], [ -111.22560088928878, 40.119931789155061 ], [ -111.22540175602737, 40.120044796923089 ], [ -111.22499727817902, 40.120167213053769 ], [ -111.22451067889619, 40.120298796594646 ], [ -111.22400084288944, 40.120502499859434 ], [ -111.22367284861836, 40.120687830628121 ], [ -111.22345634228382, 40.120872945412877 ], [ -111.22331013457266, 40.121022786814777 ], [ -111.22318620658687, 40.121167179335089 ], [ -111.22304712159038, 40.12134223355762 ], [ -111.2229189394869, 40.121621778001938 ], [ -111.22284934777792, 40.121874180765637 ], [ -111.22282668475586, 40.122121988396572 ], [ -111.22288624724943, 40.122392161800526 ], [ -111.22308751174198, 40.122927845487098 ], [ -111.22315862067107, 40.123139434076187 ], [ -111.22320041904172, 40.123360088703691 ], [ -111.22320677329425, 40.12350873483539 ], [ -111.22313110644868, 40.12369808220754 ], [ -111.2229968755405, 40.12392358069382 ], [ -111.22285061324541, 40.124059006191324 ], [ -111.22265722868916, 40.124140464519606 ], [ -111.22215296271425, 40.124263062456215 ], [ -111.22164885584611, 40.124435210676658 ], [ -111.22151415072231, 40.124516554775667 ], [ -111.22142288014047, 40.124962704352001 ], [ -111.22172787904569, 40.125277456694867 ], [ -111.22196325405992, 40.125475216932379 ], [ -111.22220474807308, 40.12574954650303 ], [ -111.22231692373353, 40.125957452867809 ], [ -111.2223294058857, 40.126186272610127 ], [ -111.22229472410301, 40.126348511882505 ], [ -111.22225424714611, 40.126533286246492 ], [ -111.22216764416241, 40.1269704177016 ], [ -111.22201217350052, 40.127524805802011 ], [ -111.22194154533014, 40.127822257716808 ], [ -111.22188965181873, 40.128106159293331 ], [ -111.2219136971474, 40.128281800253106 ], [ -111.22199051543261, 40.128443825671582 ], [ -111.22214949371934, 40.128605693464301 ], [ -111.22238498423995, 40.128834986065478 ], [ -111.22259139792098, 40.129145420376318 ], [ -111.22286258897277, 40.12952330158339 ], [ -111.22298077107293, 40.1297708377951 ], [ -111.22302261719975, 40.130005006521657 ], [ -111.22297066768996, 40.130270889404954 ], [ -111.2228833142256, 40.130478278075472 ], [ -111.22284307185511, 40.130735128761501 ], [ -111.22286159025529, 40.131014390326875 ], [ -111.22289200823437, 40.13134318169913 ], [ -111.22298130598091, 40.131730421999151 ], [ -111.22309961020683, 40.132013996097889 ], [ -111.22345887810613, 40.132400715585838 ], [ -111.22375322280928, 40.132674939584561 ], [ -111.22398283432069, 40.132895230534608 ], [ -111.22407122308236, 40.133003174555107 ], [ -111.22411280863733, 40.13315625700627 ], [ -111.22407270251468, 40.13345365085798 ], [ -111.22399163145262, 40.133787162250762 ], [ -111.22405190424519, 40.134269058298038 ], [ -111.22413531381373, 40.134647299314551 ], [ -111.224148147153, 40.134980628966666 ], [ -111.22413164981681, 40.135318520158073 ], [ -111.2241931728522, 40.135822937530762 ], [ -111.22418700324954, 40.136088732056315 ], [ -111.22414139658648, 40.136498756159 ], [ -111.22399174551801, 40.137039620377884 ], [ -111.22391518788523, 40.137319065322586 ], [ -111.22379910251018, 40.137715711093172 ], [ -111.22368286808356, 40.1380673091303 ], [ -111.22364262438008, 40.138324159760771 ], [ -111.22370822463373, 40.138640269142989 ], [ -111.22381028398759, 40.138977030034226 ], [ -111.22391561761144, 40.139238104063381 ], [ -111.22412218834795, 40.139584573046655 ], [ -111.22458300664898, 40.14013776901664 ], [ -111.22506509671304, 40.140731464825976 ], [ -111.22530088902941, 40.141036430786095 ], [ -111.22543067858162, 40.141235289716725 ], [ -111.22545475269817, 40.141415434260644 ], [ -111.22541424578012, 40.141591199736112 ], [ -111.22528003213463, 40.14183021451408 ], [ -111.22511086695368, 40.142150383199947 ], [ -111.22497079628069, 40.142393913768061 ], [ -111.22494201217977, 40.14256515149102 ], [ -111.22494841678122, 40.142727311283807 ], [ -111.22500088799875, 40.142974972471052 ], [ -111.22517919644707, 40.143289960755034 ], [ -111.22533881237817, 40.143632013822348 ], [ -111.22539728956886, 40.143920206151712 ], [ -111.22557090642579, 40.144235202909307 ], [ -111.22587605576025, 40.144563457249276 ], [ -111.22625858669392, 40.144860026119503 ], [ -111.22661174118046, 40.145147641634772 ], [ -111.22719421848718, 40.145551930693316 ], [ -111.22767653611091, 40.145843794217932 ], [ -111.22795886955787, 40.146014420470863 ], [ -111.2282999803717, 40.146207454070662 ], [ -111.22862336207838, 40.146364483412327 ], [ -111.22895263047945, 40.146526004987756 ], [ -111.22934063474797, 40.146697319827474 ], [ -111.22969323213782, 40.146812844315846 ], [ -111.23001648316389, 40.146929326979041 ], [ -111.23029873566797, 40.147072918964192 ], [ -111.23059867595229, 40.147238998937219 ], [ -111.23095152541015, 40.147427496517409 ], [ -111.23122780484402, 40.14753956467424 ], [ -111.23139857479713, 40.147696890855109 ], [ -111.23146400307645, 40.147949027765932 ], [ -111.23144139371924, 40.14820584539887 ], [ -111.23137769244549, 40.148462745129756 ], [ -111.23115585983356, 40.148828075284463 ], [ -111.23105068319583, 40.148972438120843 ], [ -111.23093957478189, 40.149098793572904 ], [ -111.23087533697179, 40.149198026802502 ], [ -111.23086391662356, 40.149292649926693 ], [ -111.23084673266668, 40.149418817989194 ], [ -111.23085903762605, 40.14958547026675 ], [ -111.23090106055345, 40.149860177964889 ], [ -111.23090171648631, 40.150053882121917 ], [ -111.23082033926008, 40.150292797600137 ], [ -111.23067423435798, 40.150486794193128 ], [ -111.23046934808127, 40.15065838371455 ], [ -111.23026439992317, 40.150811953881785 ], [ -111.23007707744054, 40.150969993441166 ], [ -111.22993686984304, 40.151172986921104 ], [ -111.22982601392067, 40.151375921972871 ], [ -111.22965637628539, 40.151556449622426 ], [ -111.22943983412506, 40.151755089073227 ], [ -111.2291589417397, 40.152021427131395 ], [ -111.22885435315609, 40.152224744460447 ], [ -111.22850851763131, 40.152383094621207 ], [ -111.22823305233126, 40.1525187811854 ], [ -111.2280924593166, 40.152609153736996 ], [ -111.22794626640167, 40.152780623112911 ], [ -111.22787613509614, 40.152875361447094 ], [ -111.22785889957234, 40.152988014766571 ], [ -111.22788305967934, 40.153190682141265 ], [ -111.22787770093296, 40.1533438550656 ], [ -111.22780207456054, 40.153551223551752 ], [ -111.2277144354927, 40.153677529646572 ], [ -111.22762088027068, 40.153790332975973 ], [ -111.22748690608509, 40.154105930528857 ], [ -111.22745220766105, 40.154263665821574 ], [ -111.22742929568945, 40.154434892275596 ], [ -111.22724910379532, 40.154975819017771 ], [ -111.22707395468288, 40.155268972959917 ], [ -111.22692808341125, 40.155539545378808 ], [ -111.22678885143503, 40.155688475701886 ], [ -111.22671761927, 40.155806640271003 ], [ -111.22670665347916, 40.156040009025467 ], [ -111.22678421903646, 40.156413753344808 ], [ -111.2269915317502, 40.156962929462495 ], [ -111.22705679975586, 40.157169120096889 ], [ -111.22715736032248, 40.157395062456025 ], [ -111.227251747171, 40.157530020430315 ], [ -111.22736364235418, 40.157633410539773 ], [ -111.22757549611792, 40.157781651848509 ], [ -111.22799885987207, 40.157974524207582 ], [ -111.22836798564809, 40.158099930412767 ], [ -111.22868642492753, 40.158166873518184 ], [ -111.2289345176201, 40.158265488255438 ], [ -111.22904510611453, 40.158328336360952 ], [ -111.22911008187138, 40.158445331881559 ], [ -111.22909301355618, 40.1586075374328 ], [ -111.22901723377556, 40.158769859114322 ], [ -111.22880650784822, 40.158959476106546 ], [ -111.22848472677542, 40.159297969351755 ], [ -111.22798039343584, 40.159826021630785 ], [ -111.22760145692214, 40.160281748928327 ], [ -111.2274552614376, 40.160457722246342 ], [ -111.22735014927305, 40.1606291099462 ], [ -111.22730376474611, 40.160804887044151 ], [ -111.22729831404752, 40.160931031302667 ], [ -111.2273633494185, 40.161066046713373 ], [ -111.22748724888164, 40.161245994147642 ], [ -111.22758758832158, 40.161403463906041 ], [ -111.22764092709971, 40.161552016446642 ], [ -111.22762371914861, 40.161673679048526 ], [ -111.22757828329497, 40.161781882821856 ], [ -111.22746038760407, 40.161993838630394 ], [ -111.22726753207989, 40.162264503460904 ], [ -111.22686385711633, 40.162702257646494 ], [ -111.22642046017728, 40.16320315483253 ], [ -111.22601571942587, 40.16367694622577 ], [ -111.2257056902337, 40.164028922863302 ], [ -111.2255188546102, 40.164348224448652 ], [ -111.22539670072045, 40.164696230331074 ], [ -111.22534555390095, 40.165209873307468 ], [ -111.22524737285899, 40.165705588659648 ], [ -111.22520158984146, 40.166066059007314 ], [ -111.22522589574652, 40.166313773855322 ], [ -111.22530304813466, 40.166561385867659 ], [ -111.22533304768315, 40.166755032407025 ], [ -111.22542198936969, 40.167016135672228 ], [ -111.22556987413888, 40.16734469551573 ], [ -111.22567014361209, 40.167479643077975 ], [ -111.2258540483022, 40.167691008439171 ], [ -111.22600010488608, 40.167821361619197 ], [ -111.22635914490559, 40.168077431829396 ], [ -111.2268592797115, 40.168382776954147 ], [ -111.22716531281804, 40.168589396077159 ], [ -111.22754793954506, 40.168872444863595 ], [ -111.22785418782121, 40.169142128410904 ], [ -111.22829563163747, 40.169452087511218 ], [ -111.22868398880341, 40.169690073564517 ], [ -111.22904270047975, 40.16984252645792 ], [ -111.22957797153961, 40.170111752112916 ], [ -111.23013827496044, 40.170489039820261 ], [ -111.23046092493277, 40.170741565684864 ], [ -111.23063185519807, 40.170929524381201 ], [ -111.23072654236077, 40.171145564300133 ], [ -111.23080451376543, 40.171627418383252 ], [ -111.23090573117382, 40.17203714983895 ], [ -111.23102470423036, 40.172487388595215 ], [ -111.23116066931392, 40.172752898092426 ], [ -111.23137306799767, 40.173045283261743 ], [ -111.23167360035288, 40.173351005986703 ], [ -111.23223255259779, 40.173665219384574 ], [ -111.23280911194173, 40.173974889900663 ], [ -111.23337977318384, 40.174275559895364 ], [ -111.23372702178622, 40.174500097376352 ], [ -111.233962725902, 40.174733868779832 ], [ -111.23422218505014, 40.175044172534356 ], [ -111.23447592904375, 40.175399534845766 ], [ -111.23481753178039, 40.175687147050766 ], [ -111.23505294844163, 40.175835326364449 ], [ -111.2352413851722, 40.175983600658462 ], [ -111.2353595534605, 40.176190579355072 ], [ -111.23540735957619, 40.176429234309772 ], [ -111.23539706188784, 40.176848197668591 ], [ -111.23542895433002, 40.177240046672303 ], [ -111.23541148482035, 40.177622986505419 ], [ -111.23530117830521, 40.177992600756419 ], [ -111.23510240509967, 40.178254280414507 ], [ -111.23496242090012, 40.178533859450788 ], [ -111.23486838368025, 40.178853887905341 ], [ -111.23486516093065, 40.17928184620196 ], [ -111.23495502584538, 40.179795205935854 ], [ -111.23517346028282, 40.180123609532835 ], [ -111.2353095035852, 40.180402627885293 ], [ -111.23546904010378, 40.180681598284707 ], [ -111.23567554673239, 40.180955968092341 ], [ -111.23589368884168, 40.181197879584367 ], [ -111.23619396827357, 40.181414396495526 ], [ -111.23658812228958, 40.181602791352645 ], [ -111.23730580227584, 40.181934674276064 ], [ -111.23797059932565, 40.182257651930875 ], [ -111.23849403606521, 40.182463793466461 ], [ -111.23867638552949, 40.182543602280937 ], [ -111.23889407568466, 40.182652168303953 ], [ -111.2390060773516, 40.182769060701084 ], [ -111.2390304080739, 40.183007762334057 ], [ -111.2390665518701, 40.183265359517122 ], [ -111.23916746957116, 40.18357057325219 ], [ -111.23933931418439, 40.184002674264278 ], [ -111.23952849584637, 40.184353653602095 ], [ -111.23981741570428, 40.184672892794588 ], [ -111.24025944382015, 40.185104432368334 ], [ -111.24048349213476, 40.185347223706728 ], [ -111.24067198298232, 40.185499993523521 ], [ -111.24084272687516, 40.185616761949824 ], [ -111.24124890434923, 40.185872687003723 ], [ -111.2414373664266, 40.186016446118607 ], [ -111.24165526071027, 40.186178162489306 ], [ -111.24181461608298, 40.186394958671166 ], [ -111.24198579317171, 40.186632451761454 ], [ -111.24222174399694, 40.186915757522712 ], [ -111.24252249872178, 40.187252984035297 ], [ -111.24281730249898, 40.187567698484507 ], [ -111.24304762756907, 40.187918585530724 ], [ -111.24328971846455, 40.188273952118145 ], [ -111.2435787048602, 40.188602191033361 ], [ -111.24395016837173, 40.188997826648155 ], [ -111.24416846584938, 40.189267651268828 ], [ -111.24442196248893, 40.189524787863618 ], [ -111.24467517939208, 40.189703541892506 ], [ -111.24498712279433, 40.189878567304362 ], [ -111.24538751614126, 40.19014800409267 ], [ -111.24587040694959, 40.190489340236937 ], [ -111.24624134018995, 40.190731808127353 ], [ -111.24658321649912, 40.191059926872789 ], [ -111.24684294256534, 40.191410743502644 ], [ -111.24715620753088, 40.1919461397706 ], [ -111.247510661202, 40.192499466060298 ], [ -111.24768840642894, 40.192918027100212 ], [ -111.24772466709058, 40.193197243625526 ], [ -111.24773731682379, 40.193444977450497 ], [ -111.24780260437784, 40.193629532197384 ], [ -111.24799129869582, 40.193827336840322 ], [ -111.24827988785034, 40.194033936457721 ], [ -111.24855051411659, 40.194146875264025 ], [ -111.24895630693972, 40.19427573991257 ], [ -111.24943841970301, 40.194391825436846 ], [ -111.24997343507584, 40.194516804214906 ], [ -111.25069521947583, 40.194632366729955 ], [ -111.25109007156478, 40.194978376144512 ], [ -111.25128582828663, 40.195176160041541 ], [ -111.25152158121138, 40.195387370933382 ], [ -111.25184690831954, 40.195674967109177 ], [ -111.25214655795305, 40.196007665696229 ], [ -111.25258256270004, 40.19635808502418 ], [ -111.25301345385036, 40.196595895345347 ], [ -111.25344171313465, 40.196757129223769 ], [ -111.25378880672574, 40.196891511034956 ], [ -111.25444749881515, 40.197092778441991 ], [ -111.25492995795071, 40.197293529365268 ], [ -111.25550650267897, 40.197518396243652 ], [ -111.25625921797713, 40.197724851439105 ], [ -111.2566063016526, 40.197853819105262 ], [ -111.25665333159036, 40.197862724327088 ], [ -111.25680618746961, 40.197893918516542 ], [ -111.2570528620127, 40.197878955877385 ], [ -111.25745209276496, 40.197815903301105 ], [ -111.25780454524829, 40.197810614196406 ], [ -111.25802198681964, 40.197832653453034 ], [ -111.25816319676127, 40.197890900242996 ], [ -111.258245866984, 40.198003334335695 ], [ -111.25825799199265, 40.198102411549684 ], [ -111.2581647685228, 40.198305332743772 ], [ -111.25801295265167, 40.198548927110444 ], [ -111.25789030378057, 40.198738399432052 ], [ -111.25769748319473, 40.199013617878265 ], [ -111.2575162057866, 40.199234753454448 ], [ -111.25727040838393, 40.199483060574316 ], [ -111.25696621973772, 40.199826096289307 ], [ -111.25674415483202, 40.200137415915272 ], [ -111.25653535184487, 40.200538800460627 ], [ -111.25640571348134, 40.200746305588851 ], [ -111.25635355334761, 40.200935620068911 ], [ -111.25635382480824, 40.201007695260799 ], [ -111.25639545726051, 40.201142745168468 ], [ -111.25643085868472, 40.201183209386677 ], [ -111.25648391846242, 40.201232643944813 ], [ -111.25654869394268, 40.201273043041141 ], [ -111.25668997774129, 40.201349310371576 ], [ -111.25690790636415, 40.201497483244268 ], [ -111.25710277566294, 40.201761929118561 ], [ -111.25722122908844, 40.202014832157552 ], [ -111.25735137864626, 40.202253293907027 ], [ -111.25749305735805, 40.202433168289467 ], [ -111.25779930245149, 40.202630695064535 ], [ -111.25797018700813, 40.202765456449121 ], [ -111.25814093555572, 40.202864179997228 ], [ -111.25821746343524, 40.202904551938296 ], [ -111.25834693421609, 40.202962824628202 ], [ -111.25854120069526, 40.203065999828951 ], [ -111.25870616148596, 40.203187259139064 ], [ -111.25882992957651, 40.203290591380728 ], [ -111.25895972727841, 40.203434452614708 ], [ -111.25910134410699, 40.203596306184977 ], [ -111.25926622137833, 40.20369504119693 ], [ -111.25951358627744, 40.203855756417703 ], [ -111.25967297132208, 40.204054508263155 ], [ -111.25978519872572, 40.204211922164895 ], [ -111.25988443271636, 40.204351346187465 ], [ -111.26003308652896, 40.204508678055952 ], [ -111.26023335562913, 40.204643370036983 ], [ -111.26062779683258, 40.204854205136421 ], [ -111.2612231867511, 40.205069090329431 ], [ -111.26141025771203, 40.205131734303933 ], [ -111.26164547042276, 40.205185259705942 ], [ -111.26180416815892, 40.205202919834768 ], [ -111.26192756318565, 40.205207145429931 ], [ -111.26213898104643, 40.205184143197776 ], [ -111.26246819659627, 40.205237454018196 ], [ -111.26274464426996, 40.20531881302945 ], [ -111.26305633650374, 40.205398289399753 ], [ -111.26351491172578, 40.205478331604255 ], [ -111.26365024962287, 40.205532080238946 ], [ -111.26377501244471, 40.205585852812071 ], [ -111.26388577987373, 40.205666685552664 ], [ -111.26397437567205, 40.205787210396863 ], [ -111.26403942559067, 40.205896076574355 ], [ -111.26410487431716, 40.20610764970727 ], [ -111.26415387282863, 40.206319260334496 ], [ -111.26422989775963, 40.206530809245841 ], [ -111.26431869126523, 40.206701786355588 ], [ -111.26444326200568, 40.207007823624153 ], [ -111.26447370637514, 40.20728254270945 ], [ -111.2646752539338, 40.207741564666385 ], [ -111.26481175425388, 40.208092621513259 ], [ -111.26493657182668, 40.20846082289242 ], [ -111.26500815039898, 40.208736348559583 ], [ -111.26503258203911, 40.208975043335684 ], [ -111.26497482740298, 40.209231945175766 ], [ -111.26488155631655, 40.209421357303221 ], [ -111.26472370671016, 40.209624431241778 ], [ -111.26443699724473, 40.209931408182754 ], [ -111.26425567791225, 40.210143544538916 ], [ -111.2640981394932, 40.210427702018656 ], [ -111.26396399731868, 40.210684777547826 ], [ -111.26391800594723, 40.210946156693574 ], [ -111.26393680359919, 40.211247930658438 ], [ -111.26396086543126, 40.211392027105447 ], [ -111.26409677499349, 40.211589925156552 ], [ -111.26425592569129, 40.211720199063222 ], [ -111.26446781822581, 40.211814314434527 ], [ -111.26485012434451, 40.211912544359564 ], [ -111.26530309822115, 40.212051153626078 ], [ -111.26578569894789, 40.212252759280545 ], [ -111.26628621187631, 40.212526397348633 ], [ -111.26672195394704, 40.212764144681266 ], [ -111.26709904717869, 40.213029054068073 ], [ -111.26735273333831, 40.21328974257878 ], [ -111.26751215992898, 40.213487582223344 ], [ -111.26762488183049, 40.21376210998168 ], [ -111.26769150684788, 40.21396917333562 ], [ -111.26787356597019, 40.214243540457566 ], [ -111.26816310117285, 40.214652800113633 ], [ -111.26848768238798, 40.21500792102529 ], [ -111.26869465799386, 40.215340790431519 ], [ -111.26900151031005, 40.215668922657848 ], [ -111.26939080876897, 40.216041909447036 ], [ -111.26977411035887, 40.216383375805826 ], [ -111.27016307723623, 40.216670770961315 ], [ -111.27042219930087, 40.216814317050108 ], [ -111.27062309869258, 40.217093140401886 ], [ -111.27076557866869, 40.217457689803453 ], [ -111.27102022872019, 40.2179526133908 ], [ -111.2714232700008, 40.21852376878789 ], [ -111.2718058345579, 40.218968838586754 ], [ -111.27193610392253, 40.219216292323779 ], [ -111.2720610564314, 40.219603404770616 ], [ -111.27207991082457, 40.219909681513215 ], [ -111.2721400409152, 40.220250998024504 ], [ -111.27217061631218, 40.22054913866198 ], [ -111.27222431566034, 40.220751724816338 ], [ -111.27234880369693, 40.221021715206952 ], [ -111.27250822693102, 40.221210538242232 ], [ -111.27274415421816, 40.221426209126975 ], [ -111.27320400683496, 40.221794511677544 ], [ -111.27336312646763, 40.221906753988101 ], [ -111.27344577870872, 40.222001157871809 ], [ -111.27348733133718, 40.222104668250346 ], [ -111.27349971851308, 40.222262304163671 ], [ -111.27348303063397, 40.222496588999569 ], [ -111.27342533296039, 40.222762503739709 ], [ -111.27333224814012, 40.222996968977682 ], [ -111.27326831078109, 40.223172803978088 ], [ -111.27327492957265, 40.223357481816699 ], [ -111.27331082693826, 40.223515963151002 ], [ -111.27334107587942, 40.223731217259548 ], [ -111.27334189061382, 40.22393392765516 ], [ -111.27322707047922, 40.224609906433052 ], [ -111.27318119608248, 40.224893811916374 ], [ -111.27308241158879, 40.225173337494695 ], [ -111.27294310290252, 40.225606118919195 ], [ -111.27284984991519, 40.225800041605481 ], [ -111.27273296226009, 40.225962486887632 ], [ -111.27254032388802, 40.226287280229883 ], [ -111.27245281945181, 40.226449656025885 ], [ -111.27235382767029, 40.226678728580474 ], [ -111.27216712017447, 40.227017922399774 ], [ -111.27202707752319, 40.227269614753617 ], [ -111.27189279201404, 40.227491562282289 ], [ -111.27182857665656, 40.227599826281079 ], [ -111.2717590925258, 40.227860361988171 ], [ -111.2717362358574, 40.228023486338756 ], [ -111.27179745558055, 40.228635983809255 ], [ -111.27192869842004, 40.229122184694077 ], [ -111.27201269103267, 40.229549935161934 ], [ -111.27208538444408, 40.230091230877832 ], [ -111.27215201419723, 40.230585691738995 ], [ -111.27234232568762, 40.231143828479823 ], [ -111.27247907565348, 40.231535416606071 ], [ -111.27260964272274, 40.23185043900191 ], [ -111.27273395408153, 40.232070877025535 ], [ -111.27293449243074, 40.232246088061054 ], [ -111.27344567043599, 40.23249714535109 ], [ -111.27365899731076, 40.232636287210482 ], [ -111.27381248336728, 40.232802598522497 ], [ -111.27387791624081, 40.232996146285473 ], [ -111.27386699590693, 40.233203388830006 ], [ -111.27380390315763, 40.233590943226559 ], [ -111.27381258909439, 40.233996346616493 ], [ -111.27381447598108, 40.234464832001407 ], [ -111.27379158589973, 40.234910852415126 ], [ -111.27378850208629, 40.235604584940198 ], [ -111.27371920609912, 40.235911969990475 ], [ -111.27364360737533, 40.236113959704419 ], [ -111.27353838713695, 40.236258359105157 ], [ -111.27338599897833, 40.236366832164322 ], [ -111.27318058319445, 40.236443897236953 ], [ -111.27264011625661, 40.23651814792678 ], [ -111.27070843321387, 40.236760530784146 ], [ -111.27019018584335, 40.23680678886975 ], [ -111.26997271953232, 40.236810900104643 ], [ -111.26971411535315, 40.23681690868824 ], [ -111.26917896290148, 40.236750583931105 ], [ -111.26885534262492, 40.236665746677765 ], [ -111.26856127250051, 40.236621382329886 ], [ -111.26819700640471, 40.236662769380885 ], [ -111.26782742995074, 40.236848318245393 ], [ -111.26747571552664, 40.23709238585478 ], [ -111.26712408708505, 40.237358975729308 ], [ -111.26666119938328, 40.237733933909666 ], [ -111.26626896572478, 40.238140260644855 ], [ -111.26588255252916, 40.23853305853374 ], [ -111.26568959956967, 40.238794774656 ], [ -111.26557856823734, 40.238961703647476 ], [ -111.2655087003607, 40.239133042810394 ], [ -111.26546359041205, 40.239322343968787 ], [ -111.26527503950706, 40.239809284588532 ], [ -111.26508910071391, 40.240363789467793 ], [ -111.26496808171234, 40.240683900700589 ], [ -111.26481161701575, 40.24126086109802 ], [ -111.26474921991245, 40.241842110788099 ], [ -111.26476785505699, 40.242098836321006 ], [ -111.26482728765224, 40.242265374405925 ], [ -111.26495717285688, 40.242409227664922 ], [ -111.26512225844647, 40.242534981326678 ], [ -111.26531684197528, 40.242687695354817 ], [ -111.26549279153863, 40.242885498837175 ], [ -111.26564759749694, 40.243087855281331 ], [ -111.26578955994651, 40.243312764524532 ], [ -111.26607780243765, 40.243663469063527 ], [ -111.26636868179689, 40.244086242038051 ], [ -111.26681756902202, 40.244625772340058 ], [ -111.26747899647219, 40.245394549617288 ], [ -111.26773863092953, 40.245641707856819 ], [ -111.26798057806188, 40.245875392354101 ], [ -111.2681633669586, 40.246014614699597 ], [ -111.26854066874795, 40.246284021906973 ], [ -111.26878231803089, 40.246441125474028 ], [ -111.26892982006095, 40.246575923838364 ], [ -111.26901752031591, 40.246751403340795 ], [ -111.2690491062522, 40.247008097845438 ], [ -111.2690502834039, 40.247305405329442 ], [ -111.26910433399402, 40.247593580466315 ], [ -111.26922891295689, 40.247877086812615 ], [ -111.26945959784609, 40.248232421200875 ], [ -111.26979060160907, 40.248682119967441 ], [ -111.27015720567435, 40.24921281922559 ], [ -111.27060574436179, 40.249648727050534 ], [ -111.27090091748634, 40.24995525689819 ], [ -111.27129615529296, 40.250291282448487 ], [ -111.27148500390847, 40.250471027496651 ], [ -111.27163852518753, 40.250637341063126 ], [ -111.27189202736832, 40.250812428964977 ], [ -111.27233843690971, 40.251005081296718 ], [ -111.27289915678685, 40.251260528156749 ], [ -111.27358207598226, 40.251493159987504 ], [ -111.27428220081539, 40.251617634282333 ], [ -111.27487563758851, 40.251818937626311 ], [ -111.2754065578217, 40.251970835050891 ], [ -111.27583022336533, 40.252059919972559 ], [ -111.27610082999418, 40.25209981694902 ], [ -111.27633636341098, 40.25218934870086 ], [ -111.27656632632245, 40.252354572173637 ], [ -111.27670219362842, 40.252512812688543 ], [ -111.27679695839082, 40.252683764502443 ], [ -111.27695121382686, 40.253025752301696 ], [ -111.2771115154752, 40.253408267650592 ], [ -111.277377867409, 40.25384458495018 ], [ -111.27768539672701, 40.254285307497391 ], [ -111.27800386321745, 40.254811592099237 ], [ -111.27829520059514, 40.255316318486422 ], [ -111.2785896007853, 40.255706617516417 ], [ -111.27878144561933, 40.256034998107587 ], [ -111.2789285153127, 40.256340962826037 ], [ -111.27905366960027, 40.256750588109554 ], [ -111.27913202915992, 40.257218887101175 ], [ -111.27909897248196, 40.257759529825826 ], [ -111.2790530270175, 40.25802541741362 ], [ -111.27899370178947, 40.258183224643368 ], [ -111.27887229174972, 40.258399742449846 ], [ -111.27884322601739, 40.258480896925171 ], [ -111.27884381777152, 40.258625045605491 ], [ -111.27886785825406, 40.258752019954066 ], [ -111.27893286476316, 40.258832046778288 ], [ -111.27900368457706, 40.258895842663414 ], [ -111.27939849574976, 40.25910570963439 ], [ -111.27986963906888, 40.259289263466385 ], [ -111.28022912427906, 40.259486599880582 ], [ -111.28093723775399, 40.259813725344948 ], [ -111.28180194940992, 40.260185512111889 ], [ -111.28223215336492, 40.260418707544268 ], [ -111.2825387884338, 40.260629679681806 ], [ -111.28289394101319, 40.260912607422028 ], [ -111.28319365590144, 40.261155127538586 ], [ -111.28332955256505, 40.261312458990169 ], [ -111.28345399069606, 40.261541893356316 ], [ -111.28364940365636, 40.261870256767118 ], [ -111.28387977869394, 40.262121954375672 ], [ -111.28421609077317, 40.262395914813723 ], [ -111.28465238589472, 40.262674133049813 ], [ -111.28512411653841, 40.26298829981598 ], [ -111.28552498685286, 40.263230564509968 ], [ -111.28607918046369, 40.263576056654429 ], [ -111.28629153096257, 40.263733195519364 ], [ -111.28643208712971, 40.263876997658976 ], [ -111.28656365374675, 40.264119924977706 ], [ -111.28665880190793, 40.264371951727831 ], [ -111.28678908011344, 40.264587853845782 ], [ -111.28693071999872, 40.264709129242448 ], [ -111.28723708418882, 40.264848014446571 ], [ -111.2880795491609, 40.265219809101787 ], [ -111.28867466623944, 40.265502121196924 ], [ -111.28905773124663, 40.265699371090463 ], [ -111.28946470395704, 40.265986653593139 ], [ -111.28988311399439, 40.266197326366161 ], [ -111.29033168102437, 40.266308818910041 ], [ -111.29068938272182, 40.266348463060758 ], [ -111.29100106324934, 40.266352184373382 ], [ -111.29121268040076, 40.266333633284979 ], [ -111.29140079517548, 40.266319645679182 ], [ -111.29200020831499, 40.266228041017733 ], [ -111.29278718992735, 40.265996313619972 ], [ -111.29347375246384, 40.265661227842614 ], [ -111.2937495633341, 40.265529892187985 ], [ -111.29394931899604, 40.26548884278295 ], [ -111.29412580676876, 40.265506413073226 ], [ -111.29422016521771, 40.265569238783428 ], [ -111.2942910415379, 40.265641133505298 ], [ -111.2944335368158, 40.265956098921698 ], [ -111.29460638908276, 40.266490815426685 ], [ -111.29463698730513, 40.266766424152721 ], [ -111.29463872686034, 40.26716733653074 ], [ -111.29458250172998, 40.267762097811307 ], [ -111.29444332255621, 40.268212920280035 ], [ -111.29436281084351, 40.268632060550487 ], [ -111.29435860967803, 40.269019473872021 ], [ -111.2944130393219, 40.269366195878348 ], [ -111.29441999819338, 40.269614836579429 ], [ -111.29439166509073, 40.269861765187869 ], [ -111.29424673634058, 40.270344134653861 ], [ -111.29420047113915, 40.27052443951149 ], [ -111.29421275969564, 40.270646034639789 ], [ -111.29427187978584, 40.270717959195046 ], [ -111.29434274203953, 40.270785349171227 ], [ -111.29440756738165, 40.270816717020701 ], [ -111.29447823449649, 40.270839060606953 ], [ -111.29457836423737, 40.270874843191066 ], [ -111.29480204942497, 40.270923825019864 ], [ -111.29517267656563, 40.270954412962595 ], [ -111.29566101810444, 40.271007222409906 ], [ -111.29601880650226, 40.271060363844072 ], [ -111.29617898057634, 40.271109505461865 ], [ -111.29630283144573, 40.271190272631529 ], [ -111.29637373553091, 40.271266670608306 ], [ -111.29646251830209, 40.271397078892811 ], [ -111.29659889919115, 40.271653496139123 ], [ -111.29674718069592, 40.271941415448737 ], [ -111.29703109876782, 40.272314575363431 ], [ -111.29738578864048, 40.272732599478424 ], [ -111.29752748419439, 40.27285836623259 ], [ -111.29769262515035, 40.272966053782177 ], [ -111.29789893348443, 40.273073635118124 ], [ -111.29846990335325, 40.273189285417217 ], [ -111.29931835897965, 40.273281692063662 ], [ -111.29983480992705, 40.273302878394908 ], [ -111.30036415952183, 40.273315019584068 ], [ -111.30089887119111, 40.273210022782933 ], [ -111.30162175253771, 40.273100028501069 ], [ -111.30212693540422, 40.272968074922836 ], [ -111.30234441084332, 40.272940478827984 ], [ -111.30252672076504, 40.272940002335709 ], [ -111.30266802458732, 40.272975670245081 ], [ -111.30274467804921, 40.273020516500964 ], [ -111.30286862056977, 40.273119295076427 ], [ -111.30290992812388, 40.273150719696332 ], [ -111.30324639166548, 40.273429128450928 ], [ -111.30361210195758, 40.273671422057404 ], [ -111.30428977291385, 40.273971455362442 ], [ -111.30491419641143, 40.274199550170557 ], [ -111.30525594679966, 40.274342798784808 ], [ -111.30558589587648, 40.274477068197911 ], [ -111.30593322567411, 40.274552729919492 ], [ -111.30636846387553, 40.274559686796621 ], [ -111.30640963566529, 40.274560478716033 ], [ -111.30760307092834, 40.274462714130244 ], [ -111.30782085524285, 40.27450267707308 ], [ -111.30795654961224, 40.274596914223466 ], [ -111.30809853435403, 40.274781227989159 ], [ -111.30835892015824, 40.275136403799735 ], [ -111.30876687097982, 40.275608306896999 ], [ -111.30894441381407, 40.275851085478791 ], [ -111.30900435373144, 40.276098682564829 ], [ -111.30897021448776, 40.276351035528698 ], [ -111.30869613069376, 40.276865299974133 ], [ -111.30842183809271, 40.277334517543729 ], [ -111.30799577036088, 40.278056400249326 ], [ -111.30766949479677, 40.278737473946926 ], [ -111.30735996656786, 40.279481567583417 ], [ -111.30718608331374, 40.279788347067857 ], [ -111.30708719741992, 40.280031861851278 ], [ -111.30702933936905, 40.280243734978477 ], [ -111.30700145954317, 40.280581659345742 ], [ -111.30700878786962, 40.280901471588983 ], [ -111.3069461065375, 40.281347600347374 ], [ -111.30691853144083, 40.281753093886117 ], [ -111.30697325586584, 40.282148458804208 ], [ -111.30709846871665, 40.282522915125035 ], [ -111.30723507546524, 40.282815356037624 ], [ -111.30733606594445, 40.283035816663315 ], [ -111.30739596570393, 40.283274405041887 ], [ -111.30743768968325, 40.283395920266983 ], [ -111.30764478029393, 40.283665650002519 ], [ -111.30789878481222, 40.283903721839984 ], [ -111.30817611428463, 40.284096684297019 ], [ -111.30850654666601, 40.284325541856482 ], [ -111.30878986403907, 40.284541010201998 ], [ -111.30920322315589, 40.284895775123402 ], [ -111.30949841187697, 40.285133733323597 ], [ -111.3098702913169, 40.285420135812721 ], [ -111.31017122671277, 40.285627445139937 ], [ -111.31049548202427, 40.285788743490592 ], [ -111.31090112219715, 40.285995769880522 ], [ -111.31147432539204, 40.286313158696458 ], [ -111.31227017342536, 40.286693910247436 ], [ -111.31284330998027, 40.286994174677488 ], [ -111.31314285215642, 40.287151027707601 ], [ -111.31341977285528, 40.2872493805761 ], [ -111.31399084640994, 40.287355944235706 ], [ -111.31445005524384, 40.287440285811435 ], [ -111.31469746342597, 40.287516192486834 ], [ -111.31491541920708, 40.287583169464973 ], [ -111.31498371577361, 40.287596497558077 ], [ -111.31523902540515, 40.287600306910534 ], [ -111.3155271456736, 40.287576097302036 ], [ -111.31556242227181, 40.28757239736462 ], [ -111.315985732754, 40.28752619543431 ], [ -111.31683174200194, 40.287303153295369 ], [ -111.31714908613792, 40.287239218562455 ], [ -111.31759609086109, 40.287228983119313 ], [ -111.3180374243736, 40.287263808195924 ], [ -111.31834920198037, 40.287267455459705 ], [ -111.31867862620915, 40.287271053281671 ], [ -111.31939640275114, 40.287300606787454 ], [ -111.31990817538276, 40.287303697602482 ], [ -111.32054929260775, 40.287292913892252 ], [ -111.32094348514116, 40.287309839809438 ], [ -111.32097879538802, 40.287313345592437 ], [ -111.32132009525124, 40.287340327208774 ], [ -111.32166113486566, 40.287312351622759 ], [ -111.32198431385085, 40.287239378080812 ], [ -111.32218963451267, 40.287121685226396 ], [ -111.32239497586325, 40.287008496614035 ], [ -111.32250046961582, 40.286927118640619 ], [ -111.32268163860675, 40.28667885691366 ], [ -111.32303886251377, 40.28634451484244 ], [ -111.32334861838955, 40.285924715654133 ], [ -111.32350058607618, 40.285721580875837 ], [ -111.32387493104197, 40.285279076303638 ], [ -111.32421361337566, 40.284760091082127 ], [ -111.32458170020871, 40.284241022346407 ], [ -111.32493112208083, 40.283510285414643 ], [ -111.32515861566387, 40.283113235525647 ], [ -111.32531641030764, 40.282901072564542 ], [ -111.32548045302555, 40.282765471175324 ], [ -111.32566808710281, 40.282643317160343 ], [ -111.3260144853423, 40.282511706282094 ], [ -111.32649609792077, 40.282366198899695 ], [ -111.32703674304196, 40.282265569367375 ], [ -111.32741886614529, 40.282224847618039 ], [ -111.32775405659014, 40.282209483704101 ], [ -111.32811879502022, 40.282222864913905 ], [ -111.32850722632125, 40.282270413193388 ], [ -111.32880758884991, 40.282350644082108 ], [ -111.32904941828325, 40.282489601353269 ], [ -111.32920890365291, 40.28262879242709 ], [ -111.32928602260004, 40.282763713039827 ], [ -111.32944647124928, 40.283101106440448 ], [ -111.32967776640956, 40.283492353774633 ], [ -111.3299557252043, 40.283802383541854 ], [ -111.33019218436058, 40.284044961046163 ], [ -111.33042247815089, 40.28422899498797 ], [ -111.33082984636634, 40.284538652982384 ], [ -111.33117676044701, 40.284753884569163 ], [ -111.33189732197498, 40.285116697914361 ], [ -111.33259895828883, 40.285457037812563 ], [ -111.33314738052432, 40.285739254017606 ], [ -111.33364282428768, 40.286012611051262 ], [ -111.33404986308081, 40.286250183888384 ], [ -111.33438034835955, 40.286469957879682 ], [ -111.3346699051931, 40.286739400621208 ], [ -111.33491853373599, 40.287058512412663 ], [ -111.33512563328239, 40.28730566930993 ], [ -111.33540327636045, 40.287543612026148 ], [ -111.33581059801415, 40.287835233737013 ], [ -111.33624113970635, 40.288063721226152 ], [ -111.3366535904732, 40.288202166467165 ], [ -111.33717798530742, 40.288376321373725 ], [ -111.33793754011363, 40.288522759319832 ], [ -111.33870291301544, 40.28865566125129 ], [ -111.33939722790035, 40.288694168648007 ], [ -111.33999109280936, 40.288642873828572 ], [ -111.34044943789141, 40.28854692816666 ], [ -111.34098404766277, 40.288410213990524 ], [ -111.34156003524146, 40.288313917171827 ], [ -111.34265347858297, 40.288180048909958 ], [ -111.34292385776332, 40.288138705906569 ], [ -111.34310582056139, 40.288061587186711 ], [ -111.34320534037386, 40.287966694101158 ], [ -111.34331014957435, 40.287754663984799 ], [ -111.34340342168112, 40.287587714644815 ], [ -111.34349115317745, 40.287488351629634 ], [ -111.34359089970781, 40.287438504169025 ], [ -111.34377894745603, 40.287401908288338 ], [ -111.34417868533107, 40.287351168603884 ], [ -111.34517220246893, 40.287235592396136 ], [ -111.34605432252454, 40.287192415503334 ], [ -111.34624262107248, 40.287205366170063 ], [ -111.34638518127815, 40.287246382380928 ], [ -111.34646655775387, 40.287285779775331 ], [ -111.34664968783632, 40.287438389824956 ], [ -111.34678594524496, 40.287627177381395 ], [ -111.34695722038586, 40.287761803811243 ], [ -111.34716953356849, 40.287869278877992 ], [ -111.34753499335788, 40.288016835621306 ], [ -111.34824757729798, 40.288176860934392 ], [ -111.34848907379791, 40.288239199100992 ], [ -111.34883668316918, 40.288346263516573 ], [ -111.34924355697819, 40.288538736600898 ], [ -111.34942055920203, 40.288641809431283 ], [ -111.34970372208761, 40.288798617122502 ], [ -111.35006919235055, 40.288946165793185 ], [ -111.35052889794397, 40.289115951161079 ], [ -111.35105375453476, 40.289371125610799 ], [ -111.35147212548482, 40.289509499987517 ], [ -111.35190795837747, 40.289611782446379 ], [ -111.35231998232587, 40.289660079826326 ], [ -111.35274932614666, 40.28964525767767 ], [ -111.35306083461366, 40.289594756273317 ], [ -111.35339561402488, 40.289494631680945 ], [ -111.35388860532387, 40.289276901124914 ], [ -111.35435213474109, 40.289050249374156 ], [ -111.35506885499362, 40.2888714693973 ], [ -111.35563221613755, 40.288613874405378 ], [ -111.355995807441, 40.288401037173145 ], [ -111.35633041099101, 40.288269371987418 ], [ -111.35654666518673, 40.288228163833928 ], [ -111.35677134375346, 40.28822296659677 ], [ -111.35738950272702, 40.288320161424252 ], [ -111.35798437201215, 40.288462471623212 ], [ -111.35830825407058, 40.288529039012921 ], [ -111.3586202769487, 40.28857762360574 ], [ -111.3589378298861, 40.28855952120918 ], [ -111.35929640597242, 40.288512460724284 ], [ -111.35957858834676, 40.28848005148361 ], [ -111.35987164523461, 40.288501663671866 ], [ -111.36019672966259, 40.288572726693936 ], [ -111.36080944546772, 40.288751004082918 ], [ -111.36162173097669, 40.289068299143409 ], [ -111.36231279943874, 40.289376958795643 ], [ -111.36326239063699, 40.289846970694882 ], [ -111.36416414584028, 40.290389199872436 ], [ -111.36483255717049, 40.290855578761445 ], [ -111.36519853178196, 40.291088666469186 ], [ -111.3655465458307, 40.291263249186116 ], [ -111.36593446568672, 40.291419686008638 ], [ -111.36653660919167, 40.291593461707677 ], [ -111.36717844022779, 40.291708547762191 ], [ -111.36741974686434, 40.291730305016905 ], [ -111.3676787501452, 40.291761014849463 ], [ -111.36796741076832, 40.291836676369186 ], [ -111.36820908481468, 40.291926000681698 ], [ -111.3687460636191, 40.292230607298258 ], [ -111.36928944477738, 40.29262978877621 ], [ -111.36973248331772, 40.292966223162665 ], [ -111.36999264697738, 40.293208642980339 ], [ -111.37028291443374, 40.29357709625252 ], [ -111.37065583881781, 40.293999339876606 ], [ -111.37114118153536, 40.29453834275742 ], [ -111.37163231611427, 40.295059306316624 ], [ -111.37207056169804, 40.295589447139818 ], [ -111.37244363198545, 40.296034207630576 ], [ -111.37262686869904, 40.296191280542324 ], [ -111.37276857904328, 40.296285421797627 ], [ -111.37291604891463, 40.296357021041565 ], [ -111.37334769749475, 40.296540319783844 ], [ -111.37368899861167, 40.296768955292158 ], [ -111.37385451670887, 40.296912569499163 ], [ -111.37404346322973, 40.297037188179011 ], [ -111.37434292174454, 40.297145232282446 ], [ -111.37456787695528, 40.297185046099088 ], [ -111.37487379413412, 40.297184055298167 ], [ -111.37569210803959, 40.297285008006924 ], [ -111.37583310110742, 40.297248512862915 ], [ -111.37602754066764, 40.29730193692243 ], [ -111.37622200551633, 40.297359865225374 ], [ -111.37654592261822, 40.29742187661504 ], [ -111.3769227326619, 40.29747380455548 ], [ -111.37725233857236, 40.297500659136958 ], [ -111.37754636562178, 40.297477176771146 ], [ -111.37807523717039, 40.297367338065321 ], [ -111.3785331838808, 40.297199168519398 ], [ -111.37914328077755, 40.29688634975259 ], [ -111.37942458102, 40.296691727487001 ], [ -111.37979988089518, 40.296474272732347 ], [ -111.38008721192294, 40.296306656972192 ], [ -111.38035095930064, 40.29613010871963 ], [ -111.38049709759905, 40.295962956010129 ], [ -111.38057108474339, 40.295728470650509 ], [ -111.38056977061966, 40.295494232948585 ], [ -111.38061081304414, 40.295259855906203 ], [ -111.38073899694221, 40.295038706075054 ], [ -111.38084413430681, 40.29490412133206 ], [ -111.38107840458017, 40.294717758172268 ], [ -111.38128950193556, 40.294595437004787 ], [ -111.3815009785144, 40.294540684026543 ], [ -111.38183046538585, 40.294548606436365 ], [ -111.38235421132958, 40.294578409374317 ], [ -111.38300256453614, 40.294796993019546 ], [ -111.38382170233038, 40.295046539162591 ], [ -111.38466580952442, 40.295341043015867 ], [ -111.38485922720967, 40.295421483570252 ], [ -111.38520102156133, 40.295523953168065 ], [ -111.38561348831972, 40.295639700191408 ], [ -111.38593139454774, 40.295679182086396 ], [ -111.38616670992143, 40.295678396915555 ], [ -111.38644880607563, 40.29562790383018 ], [ -111.38680822184013, 40.29551859108566 ], [ -111.38706545458963, 40.295441151695087 ], [ -111.38766478579808, 40.295313014798332 ], [ -111.38793516511755, 40.295271566655195 ], [ -111.38827066790638, 40.295301973815455 ], [ -111.38888320734138, 40.295426046897298 ], [ -111.3896491227971, 40.295622575681378 ], [ -111.39069170987084, 40.295847896158406 ], [ -111.39106285166437, 40.295936735352761 ], [ -111.39145734409959, 40.295993961779644 ], [ -111.39170939266869, 40.296038155247466 ], [ -111.39189330384087, 40.29610059759203 ], [ -111.39213505026673, 40.296194376207282 ], [ -111.39229299920571, 40.296243391945936 ], [ -111.3925175446284, 40.296211097802576 ], [ -111.39264085140972, 40.296170137531689 ], [ -111.39295779855736, 40.296042931207189 ], [ -111.39346838376404, 40.29582947724289 ], [ -111.39396160489386, 40.295665631333094 ], [ -111.3941726817644, 40.295543286775555 ], [ -111.39426625783361, 40.295448370217322 ], [ -111.39460455506304, 40.29494720038138 ], [ -111.3950829582223, 40.294260860365313 ], [ -111.39543161736756, 40.29352090595043 ], [ -111.39564171292228, 40.293231889807394 ], [ -111.39591688377067, 40.293005715777312 ], [ -111.3963735193595, 40.292625761280298 ], [ -111.39656693462597, 40.292503472813841 ], [ -111.39692540434649, 40.292439178420814 ], [ -111.39716679645977, 40.29247348635564 ], [ -111.39750290164038, 40.292608372703903 ], [ -111.39807523281755, 40.292899207552935 ], [ -111.39864128918981, 40.29312249134987 ], [ -111.39939029554675, 40.293444243371525 ], [ -111.39965573269028, 40.293564952457736 ], [ -111.39978006556855, 40.29369966253968 ], [ -111.39987546330251, 40.293915556263073 ], [ -111.39991775234481, 40.294103704628895 ], [ -111.39998376918307, 40.294325105382811 ], [ -111.40013775708785, 40.294500254417002 ], [ -111.4003626050868, 40.294720204591904 ], [ -111.40070558969008, 40.295020828986573 ], [ -111.40125484985676, 40.295383802282295 ], [ -111.40179224341402, 40.295728795540647 ], [ -111.40219936381052, 40.295930090346786 ], [ -111.40248805328115, 40.296001160856513 ], [ -111.40265282797385, 40.29600959682999 ], [ -111.40295274889782, 40.295990534049999 ], [ -111.40311121241709, 40.295926916918333 ], [ -111.40343375354273, 40.295754615905643 ], [ -111.40372155883283, 40.29567703290116 ], [ -111.40411541603378, 40.295626106721379 ], [ -111.40499806115835, 40.295659057643164 ], [ -111.40575727994951, 40.295711354292727 ], [ -111.40638120988574, 40.295766824018919 ], [ -111.40646361875433, 40.295774642908739 ], [ -111.40672848870936, 40.295797136272981 ], [ -111.40688844900112, 40.295787564531459 ], [ -111.40703415519349, 40.295755519457344 ], [ -111.40713980363708, 40.295714605865051 ], [ -111.407469014052, 40.295479205014807 ], [ -111.40771410503423, 40.295343202029549 ], [ -111.40815455911778, 40.295215518803744 ], [ -111.40877765029713, 40.295132235288541 ], [ -111.40923637985637, 40.295108991303906 ], [ -111.40966587454662, 40.295115579722903 ], [ -111.41005435839423, 40.295150240745897 ], [ -111.41025440155867, 40.295154036241563 ], [ -111.41030493933226, 40.295144847725574 ], [ -111.41036603891806, 40.295131117074874 ], [ -111.41050115295342, 40.295099105203271 ], [ -111.41061180856475, 40.294914021807358 ], [ -111.4108328506411, 40.294499710044619 ], [ -111.41116510491646, 40.293993107752129 ], [ -111.41131677199142, 40.293780849983214 ], [ -111.41146824687178, 40.293537060120606 ], [ -111.41159578008931, 40.293225785424163 ], [ -111.41162897147565, 40.292878809023051 ], [ -111.41169165750847, 40.292545241608238 ], [ -111.4117499922903, 40.292270250129874 ], [ -111.41184159700434, 40.292049196040445 ], [ -111.41201643216243, 40.291778294314689 ], [ -111.41237279669124, 40.291370704892721 ], [ -111.41266481706731, 40.291023706237347 ], [ -111.41283909812724, 40.290662712100811 ], [ -111.41286653666444, 40.290338279006306 ], [ -111.4127943308734, 40.290072761959145 ], [ -111.41268636026369, 40.289729892342692 ], [ -111.41266844472165, 40.289685810613413 ], [ -111.41266789677699, 40.289595719446531 ], [ -111.41268510541768, 40.289523583570428 ], [ -111.41272007060014, 40.289469402978114 ], [ -111.41286083529411, 40.289401330930808 ], [ -111.41296666223387, 40.289391943948409 ], [ -111.41317262571829, 40.289404722607216 ], [ -111.41332578558399, 40.289440212823123 ], [ -111.41350255727286, 40.289489132421643 ], [ -111.41372020340222, 40.289488354384147 ], [ -111.41390942749065, 40.289457045955231 ], [ -111.41394469395784, 40.289452415133006 ], [ -111.41398466078245, 40.28944686655101 ], [ -111.41433075512434, 40.289287964741071 ], [ -111.41467088295457, 40.289115569308706 ], [ -111.41486343662253, 40.289051813861207 ], [ -111.41514688026193, 40.289037283231053 ], [ -111.41565874963504, 40.289053464113643 ], [ -111.41621905296073, 40.289101902033657 ], [ -111.41660077311599, 40.289189720427466 ], [ -111.41697166249033, 40.289237935619447 ], [ -111.41727759767328, 40.289245841991367 ], [ -111.41747155295151, 40.28921901533154 ], [ -111.41761849404151, 40.289199565499203 ], [ -111.41784168854485, 40.289144703812148 ], [ -111.41808818979142, 40.289053720230775 ], [ -111.41828746552598, 40.288935878926061 ], [ -111.41852125618405, 40.288691782060823 ], [ -111.4186495762945, 40.288514735302826 ], [ -111.41888994721003, 40.288384131212851 ], [ -111.41927784023434, 40.288328670364159 ], [ -111.41973657001465, 40.288313493170634 ], [ -111.42004802099309, 40.288262811680518 ], [ -111.42032975348974, 40.28816268609696 ], [ -111.42078167783654, 40.28799887581917 ], [ -111.42122228304582, 40.28790717948884 ], [ -111.42154574724189, 40.287896992141881 ], [ -111.4218696314289, 40.287954372207224 ], [ -111.42248790068122, 40.288054822432493 ], [ -111.42284200891993, 40.288053528873711 ], [ -111.42322889447244, 40.288025987333839 ], [ -111.42399265074653, 40.287874537428316 ], [ -111.42474990106105, 40.287624003924073 ], [ -111.42558307671433, 40.287287597740573 ], [ -111.42612287463463, 40.28706938747041 ], [ -111.42642837626974, 40.287009701406141 ], [ -111.42663427820122, 40.287013447026126 ], [ -111.42691707260721, 40.287084478443106 ], [ -111.42723555735778, 40.287218442578457 ], [ -111.4278606527138, 40.2874683934891 ], [ -111.42827956419232, 40.287669553166481 ], [ -111.42860413570017, 40.287835023574225 ], [ -111.42902958890544, 40.288139763364825 ], [ -111.42949736204186, 40.288624530694925 ], [ -111.42965178354028, 40.288858199435396 ], [ -111.42991811215774, 40.289113975471999 ], [ -111.43017793217477, 40.28927067267837 ], [ -111.43056105321398, 40.289390873287168 ], [ -111.4311213320301, 40.2896185243509 ], [ -111.43191352652329, 40.290238113003142 ], [ -111.43246985245617, 40.290766683089146 ], [ -111.433038072765, 40.291314125464012 ], [ -111.43332281931433, 40.291686945552492 ], [ -111.43350624188002, 40.291852930592036 ], [ -111.43364782539454, 40.291915465154268 ], [ -111.43378906354751, 40.291923945010232 ], [ -111.43391259654163, 40.291923481790278 ], [ -111.43395959334035, 40.291913395293662 ], [ -111.43399483660781, 40.291905154727075 ], [ -111.43404771590222, 40.291895046129241 ], [ -111.43431185837481, 40.29180486279089 ], [ -111.43482274199262, 40.29166329971261 ], [ -111.43561056312384, 40.291592766486289 ], [ -111.43631126382755, 40.291513547158395 ], [ -111.43688002129592, 40.291407793958932 ], [ -111.43733833177411, 40.291324978757061 ], [ -111.43781993841394, 40.291206036369296 ], [ -111.4383710267262, 40.290915651948701 ], [ -111.43909214621087, 40.290539031342675 ], [ -111.4395843707085, 40.290244359847762 ], [ -111.43998923205245, 40.290085158099572 ], [ -111.44051244029619, 40.290033616085438 ], [ -111.44102391230484, 40.289986621094904 ], [ -111.4414411722716, 40.289925568442612 ], [ -111.44179985447155, 40.289902577061319 ], [ -111.4421942062355, 40.289937107808676 ], [ -111.44252996995507, 40.290007898533084 ], [ -111.44283664599089, 40.290128350795236 ], [ -111.44311967594808, 40.290230874193028 ], [ -111.4434788243496, 40.29027904933163 ], [ -111.44369647215898, 40.290278214893902 ], [ -111.44402609140047, 40.290308482957947 ], [ -111.44424424069054, 40.290384224656464 ], [ -111.44449242213479, 40.290554448268807 ], [ -111.44475872451795, 40.290796676118951 ], [ -111.44515565421742, 40.29122309155462 ], [ -111.44524486655966, 40.291371401781596 ], [ -111.44534560770427, 40.291483630348942 ], [ -111.44542244069473, 40.291538291331939 ], [ -111.44556994055365, 40.291604392236451 ], [ -111.44571129778784, 40.291630875683779 ], [ -111.44584657134622, 40.291626750772771 ], [ -111.44598186265327, 40.291625328425972 ], [ -111.44621125005685, 40.291619939347633 ], [ -111.44644081526849, 40.29164157703574 ], [ -111.44681806588834, 40.291757241698036 ], [ -111.44720723126512, 40.291895382328192 ], [ -111.44782765317565, 40.292132630024753 ], [ -111.44819199107455, 40.292251943888878 ], [ -111.44842218427002, 40.292368172866233 ], [ -111.44864703189083, 40.292565505815809 ], [ -111.44877719331295, 40.292677617274734 ], [ -111.44888937954804, 40.292740247174443 ], [ -111.44897785677199, 40.292775941070119 ], [ -111.44916033621003, 40.292793251408739 ], [ -111.44944855311202, 40.29278762750959 ], [ -111.44976041975322, 40.292799929561248 ], [ -111.44997342914829, 40.292808110633963 ], [ -111.45035524875374, 40.292901222701289 ], [ -111.45089161272952, 40.293056796432303 ], [ -111.45110965861817, 40.293114506929136 ], [ -111.45135135522244, 40.293190143351531 ], [ -111.45158140704814, 40.293283843315535 ], [ -111.45172931257243, 40.293409396120076 ], [ -111.45185431811035, 40.293629635800187 ], [ -111.45194441852844, 40.29390857212298 ], [ -111.45201729178339, 40.29425064074691 ], [ -111.4522441981166, 40.294754274657983 ], [ -111.45242920723614, 40.295149960370551 ], [ -111.45257928223488, 40.295599838185147 ], [ -111.45259408337864, 40.296054749666133 ], [ -111.45232143333595, 40.296632410724484 ], [ -111.45209944365099, 40.296867520010792 ], [ -111.45202347576074, 40.296944395829705 ], [ -111.45196983289878, 40.297016679741205 ], [ -111.45193619197698, 40.297088885497274 ], [ -111.45196020402456, 40.297160866041089 ], [ -111.45206621744559, 40.297178470446134 ], [ -111.45219917244634, 40.297177950871294 ], [ -111.45224264631881, 40.297168771653965 ], [ -111.45237780427523, 40.297145720031253 ], [ -111.4525778550211, 40.297149442302612 ], [ -111.45271351789302, 40.297202066370176 ], [ -111.45284934336813, 40.297279014730805 ], [ -111.45320958915455, 40.297484817851746 ], [ -111.45354045220208, 40.297695239672407 ], [ -111.45392414395631, 40.297887434697579 ], [ -111.45436681916114, 40.298101920040814 ], [ -111.45466812251715, 40.29828993146198 ], [ -111.45502907420442, 40.298599332924582 ], [ -111.45534287356986, 40.298895404891773 ], [ -111.455544623801, 40.29915137542919 ], [ -111.45576381314457, 40.299375744394276 ], [ -111.456059485171, 40.299599811471673 ], [ -111.45660273835149, 40.29989497524425 ], [ -111.45699239510562, 40.300096145733143 ], [ -111.45721113680794, 40.30025294402467 ], [ -111.45732980368244, 40.300401128238704 ], [ -111.45736067792714, 40.300617229065551 ], [ -111.45728501558433, 40.300739153509625 ], [ -111.45713829818783, 40.300793789035481 ], [ -111.45673317129116, 40.300917014443613 ], [ -111.45661571787515, 40.300949010561148 ], [ -111.45630475217783, 40.301076367443741 ], [ -111.45604124555052, 40.301262096782388 ], [ -111.45569615775898, 40.301565267585048 ], [ -111.45507551576553, 40.302013670106064 ], [ -111.45434434802779, 40.302651698338529 ], [ -111.45378852596568, 40.303117857891067 ], [ -111.45313267643654, 40.303584406566905 ], [ -111.45269360752049, 40.303914964233662 ], [ -111.45234789034191, 40.304128034599536 ], [ -111.45201888523077, 40.304377075759824 ], [ -111.4517036083093, 40.304567502050624 ], [ -111.45107009643199, 40.304858270768349 ], [ -111.45092348488681, 40.304930916544315 ], [ -111.45061252010024, 40.305062762720581 ], [ -111.45038404502982, 40.305212305521039 ], [ -111.45020903044032, 40.305438218723744 ], [ -111.45010521711005, 40.305753947461895 ], [ -111.44996690745242, 40.306191435534622 ], [ -111.44995167730045, 40.306556370561687 ], [ -111.44984807029246, 40.306903630683415 ], [ -111.44961477879981, 40.30721535765597 ], [ -111.44928092222982, 40.307446391235494 ], [ -111.44892303702868, 40.307781123773353 ], [ -111.44878472973637, 40.308042929400308 ], [ -111.44868048857798, 40.308295593461807 ], [ -111.44854127071304, 40.308597944049588 ], [ -111.4483783012036, 40.308867953121911 ], [ -111.44818030626014, 40.309180441239711 ], [ -111.44800518488493, 40.309392837482697 ], [ -111.44772409009214, 40.309596634352872 ], [ -111.4469440953369, 40.309991553778438 ], [ -111.44660492534895, 40.310312692821427 ], [ -111.44632429698378, 40.310588558654167 ], [ -111.44598479513799, 40.310860146135859 ], [ -111.44559848358257, 40.311172454645487 ], [ -111.44520102122452, 40.311579402119442 ], [ -111.44510169925121, 40.311687895557093 ], [ -111.44496115772586, 40.311792042819427 ], [ -111.44480287436463, 40.311882744219162 ], [ -111.44457962746856, 40.311937657985496 ], [ -111.44432107467001, 40.311992706925849 ], [ -111.44415099193917, 40.312078948114205 ], [ -111.44408541275388, 40.312128750860502 ], [ -111.44402830747545, 40.312214558129234 ], [ -111.44401721747039, 40.31231820730914 ], [ -111.44407706352526, 40.312471135200887 ], [ -111.44415414962563, 40.312560931976911 ], [ -111.444219821495, 40.31270482815043 ], [ -111.44420334913734, 40.312885076800811 ], [ -111.44413982550954, 40.31306910979805 ], [ -111.44402932692743, 40.313268638822045 ], [ -111.44384202988398, 40.313422515132181 ], [ -111.44359562276971, 40.313536076096547 ], [ -111.44317864965392, 40.313662903051984 ], [ -111.44303183986705, 40.313709412638069 ], [ -111.44288520056193, 40.313782048264521 ], [ -111.44277998724716, 40.313890562231933 ], [ -111.4427269096124, 40.31405293220292 ], [ -111.44271746491302, 40.31422864907745 ], [ -111.44261837039286, 40.314373176546503 ], [ -111.44247208203049, 40.314499865907635 ], [ -111.44232596947455, 40.314653582212216 ], [ -111.44226803562495, 40.314793447353345 ], [ -111.44226335603969, 40.314978155220118 ], [ -111.44238942962475, 40.315360567009336 ], [ -111.44265776418358, 40.31590009652178 ], [ -111.44277710383248, 40.316151899246101 ], [ -111.44285554618519, 40.316448904725583 ], [ -111.44288079175762, 40.316710076747256 ], [ -111.44282974256573, 40.317003073249801 ], [ -111.4426960126991, 40.317251339828196 ], [ -111.44246844365786, 40.317548615217788 ], [ -111.44232892071022, 40.317811318329554 ], [ -111.44210188292642, 40.318190575228584 ], [ -111.44183458844834, 40.318714133604978 ], [ -111.44158529670629, 40.319291678166884 ], [ -111.44135312759066, 40.319788073478207 ], [ -111.4412366898644, 40.319982216735731 ], [ -111.4410903575771, 40.320104399787034 ], [ -111.44092019182271, 40.320181627198842 ], [ -111.44066757742966, 40.320250159201464 ], [ -111.44022655531461, 40.320305893899985 ], [ -111.43960298101108, 40.320344302259116 ], [ -111.43934407086515, 40.320349790482297 ], [ -111.43875565974771, 40.320365537576386 ], [ -111.43849074787401, 40.320353028134058 ], [ -111.43829077484459, 40.320371804474036 ], [ -111.43822030060932, 40.320394594610555 ], [ -111.4381382601801, 40.320448960918704 ], [ -111.43810324138389, 40.320494139841401 ], [ -111.43802781356018, 40.320661096766585 ], [ -111.43794212888946, 40.321062333192458 ], [ -111.43788947656692, 40.321293169520573 ], [ -111.4378565305315, 40.321477083088631 ], [ -111.43787623590838, 40.321612147367027 ], [ -111.43801187174078, 40.321836865314005 ], [ -111.43836728047089, 40.322191384704276 ], [ -111.43869291713577, 40.322491960346966 ], [ -111.43920134814419, 40.322845896719301 ], [ -111.43966246880504, 40.323163973628937 ], [ -111.43985641068176, 40.323302879804707 ], [ -111.44001716195049, 40.323405874886703 ], [ -111.44027652267712, 40.323467952834669 ], [ -111.44063566970729, 40.323489108504226 ], [ -111.44091860166475, 40.323555599849932 ], [ -111.44112532476359, 40.323668328330641 ], [ -111.44129725312166, 40.323860470610043 ], [ -111.44171192454738, 40.324273313609439 ], [ -111.44199668240297, 40.324619082152388 ], [ -111.44221467440471, 40.324834471070858 ], [ -111.44241089221453, 40.324959850331091 ], [ -111.44264106949291, 40.32505807156128 ], [ -111.44305984530745, 40.325196111766054 ], [ -111.44337262639607, 40.325325547502324 ], [ -111.44375674174448, 40.325562819768109 ], [ -111.44420021631186, 40.325876441446056 ], [ -111.44453854911778, 40.326131905376741 ], [ -111.44469181354148, 40.32634753827422 ], [ -111.44478181099694, 40.32660846048033 ], [ -111.44475424603485, 40.326892357783684 ], [ -111.44460979696298, 40.327302833838147 ], [ -111.44444748838094, 40.327682746866635 ], [ -111.44440723446219, 40.327827049468461 ], [ -111.44437303145385, 40.327996554698466 ], [ -111.4443857244862, 40.328137050179215 ], [ -111.44444644253916, 40.328420608154758 ], [ -111.44456581129235, 40.328672408335116 ], [ -111.44467323210998, 40.328897226575151 ], [ -111.44486923555635, 40.329166750289978 ], [ -111.44518325194773, 40.329480865761049 ], [ -111.44550877628335, 40.329754394442396 ], [ -111.44574651148051, 40.32992465421728 ], [ -111.44599910623602, 40.330027286883869 ], [ -111.4464651546641, 40.330187655417525 ], [ -111.4471735953546, 40.330509251646106 ], [ -111.44782906974218, 40.330831048575462 ], [ -111.44843728410947, 40.33112599726369 ], [ -111.44909862650937, 40.331443259577547 ], [ -111.4494233393652, 40.331590650906485 ], [ -111.44960072510321, 40.331711586320218 ], [ -111.44986729843613, 40.331967313223238 ], [ -111.45025372915241, 40.332366720839524 ], [ -111.45059059573836, 40.332747400811542 ], [ -111.45102424223231, 40.333341221371128 ], [ -111.45152258402989, 40.333925778480925 ], [ -111.45189674118467, 40.334423429010748 ], [ -111.45229304127176, 40.334710175619882 ], [ -111.4525722818486, 40.335096480481916 ], [ -111.45294057295489, 40.335595051387337 ], [ -111.45315507124857, 40.33598160826805 ], [ -111.45337678495657, 40.336566339531473 ], [ -111.45351543498438, 40.337053195394489 ], [ -111.4536343339859, 40.337227508229859 ], [ -111.45383546892597, 40.337375371546045 ], [ -111.45414244031809, 40.337504800565185 ], [ -111.45506270176232, 40.33779488467902 ], [ -111.45578877066417, 40.338093835111287 ], [ -111.45610181753077, 40.338250262647691 ], [ -111.45642690604016, 40.338446282417486 ], [ -111.4567349503278, 40.338733361761491 ], [ -111.45710957379985, 40.339290453968715 ], [ -111.45740127300257, 40.339771294428509 ], [ -111.45762734001949, 40.340121760030364 ], [ -111.4579059939414, 40.340413457040214 ], [ -111.45821365120597, 40.340641072979679 ], [ -111.45853898299534, 40.340870419868452 ], [ -111.45881126889832, 40.341090066108727 ], [ -111.4591381256639, 40.34154373487938 ], [ -111.45956631653792, 40.342181689150678 ], [ -111.45972166839231, 40.342518917594262 ], [ -111.4599252185177, 40.343018120127496 ], [ -111.46012104835253, 40.343247076388202 ], [ -111.46039328773263, 40.343457709757317 ], [ -111.46064176634511, 40.343636904839286 ], [ -111.46114985738966, 40.343900652199302 ], [ -111.46205770815509, 40.344252893237304 ], [ -111.46289102168944, 40.344551370131228 ], [ -111.46352898348557, 40.344864137852319 ], [ -111.46419666467621, 40.345217324230752 ], [ -111.46486404357786, 40.345525461862636 ], [ -111.4654908066248, 40.34591934661762 ], [ -111.46622413618842, 40.346398385964015 ], [ -111.46717527395167, 40.346872036464745 ], [ -111.46794251757558, 40.347143715948292 ], [ -111.468750697855, 40.347374682972927 ], [ -111.46946412416219, 40.347524946066784 ], [ -111.46981748850638, 40.347541529692904 ], [ -111.47017702810579, 40.3475995295057 ], [ -111.47072022177117, 40.347821649472493 ], [ -111.47116293254341, 40.347986517297976 ], [ -111.47167729810563, 40.348295238583525 ], [ -111.47206186259426, 40.348563945954048 ], [ -111.47239942495059, 40.348846357819689 ], [ -111.47264209899481, 40.349030055183903 ], [ -111.47325071032621, 40.349342888834563 ], [ -111.47392440511395, 40.349700498630455 ], [ -111.4741257159627, 40.349861839304829 ], [ -111.47433899219445, 40.350050158170461 ], [ -111.4744821240629, 40.350310838054185 ], [ -111.47501823054957, 40.351196044200478 ], [ -111.47536617297831, 40.3519468831702 ], [ -111.47545498762983, 40.352185261976835 ], [ -111.47562196417758, 40.352486383726081 ], [ -111.47593180053346, 40.35300764287949 ], [ -111.47618925317404, 40.353614704232186 ], [ -111.47655335858188, 40.3543159221365 ], [ -111.47683984917276, 40.354864302451517 ], [ -111.47699426909773, 40.355052858858883 ], [ -111.47721317193823, 40.355200607623907 ], [ -111.47753797068044, 40.355335305914032 ], [ -111.47832421859002, 40.355610441121989 ], [ -111.47883093996656, 40.355824565097635 ], [ -111.47926268015595, 40.356093052742757 ], [ -111.47958309275663, 40.356438578594641 ], [ -111.4800052357665, 40.357013415824177 ], [ -111.48018491570807, 40.357440606666955 ], [ -111.48053634747893, 40.358006726204962 ], [ -111.48078202022263, 40.358604816465437 ], [ -111.48099022901732, 40.35890215498209 ], [ -111.48112676786604, 40.359057446064334 ], [ -111.48126421595826, 40.359174894597622 ], [ -111.48202603276327, 40.359649209108348 ], [ -111.48281835140658, 40.360105372838269 ], [ -111.48350520360282, 40.360634045544806 ], [ -111.48372468602848, 40.360858357458795 ], [ -111.48387907447213, 40.361037895370323 ], [ -111.48396196422566, 40.361100612853171 ], [ -111.4840858545096, 40.361132527436673 ], [ -111.48425662081179, 40.361131812551498 ], [ -111.48439179178105, 40.361094308836506 ], [ -111.48470275259672, 40.36093534527209 ], [ -111.48534799749856, 40.360585785600072 ], [ -111.4863327892316, 40.35996001479338 ], [ -111.48760450094261, 40.359112301143597 ], [ -111.48849673598677, 40.358558975516935 ], [ -111.48939258705688, 40.358019141462663 ], [ -111.49044874522774, 40.357501143743576 ], [ -111.49155303896815, 40.357127078851747 ], [ -111.49264495408836, 40.356671973414514 ], [ -111.4931085058447, 40.356449272788446 ], [ -111.49340748441941, 40.356267813865713 ], [ -111.49367073889026, 40.356032451501363 ], [ -111.49395714916697, 40.355742934482436 ], [ -111.49422493927558, 40.355322863008631 ], [ -111.49438154603311, 40.3549978627304 ], [ -111.49461363449024, 40.354527491422616 ], [ -111.49484622683858, 40.354126488263503 ], [ -111.49513097675691, 40.353611745475654 ], [ -111.49536260047438, 40.353079211102191 ], [ -111.49568671910721, 40.352474206273676 ], [ -111.49587998109649, 40.352171569725776 ], [ -111.4961025254924, 40.352008449818214 ], [ -111.49625039997146, 40.351940246461595 ], [ -111.4963726986411, 40.351917198671366 ], [ -111.4967318141082, 40.351911152327958 ], [ -111.49721467000897, 40.351918086785247 ], [ -111.49801003693734, 40.351986738430689 ], [ -111.49883517578564, 40.352100302189996 ], [ -111.49971926088027, 40.352222614586537 ], [ -111.50018515496632, 40.352324206487282 ], [ -111.5004685976707, 40.352435595323072 ], [ -111.50063378700098, 40.352479926405387 ], [ -111.50071026080569, 40.352470586168693 ], [ -111.50084584510637, 40.352492522117124 ], [ -111.50092248554584, 40.35250570400936 ], [ -111.5011236124319, 40.352473300572463 ], [ -111.50136369816535, 40.352454241708678 ], [ -111.50151102471739, 40.352471621378186 ], [ -111.50165343160619, 40.352619655540785 ], [ -111.50176067955127, 40.352790365045223 ], [ -111.50217569578339, 40.353175959262842 ], [ -111.50257221726488, 40.353449017393942 ], [ -111.50292040109781, 40.353555614252222 ], [ -111.50335108257372, 40.353670860252102 ], [ -111.5039059800865, 40.353862141671023 ], [ -111.50415394043358, 40.353951153024951 ], [ -111.50456157865794, 40.354134063890967 ], [ -111.50482743961861, 40.354254527875668 ], [ -111.50525849855758, 40.354419315656088 ], [ -111.50584203921404, 40.354502352305929 ], [ -111.50611914083447, 40.354550690609855 ], [ -111.50644990800055, 40.354688885186953 ], [ -111.50686498950382, 40.355078065776404 ], [ -111.5070432204481, 40.355289901458612 ], [ -111.50736329754356, 40.355572287303936 ], [ -111.50758906776863, 40.355841572383461 ], [ -111.50769007615587, 40.355962753102375 ], [ -111.50795476674224, 40.355925554163306 ], [ -111.50836060025637, 40.355865211356104 ], [ -111.50875509713697, 40.355863476724117 ], [ -111.50949123430587, 40.355878254654499 ], [ -111.51003898923265, 40.355898363389947 ], [ -111.5107511450548, 40.356012340127698 ], [ -111.51111867262524, 40.356181891106274 ], [ -111.51128388474379, 40.356227107738697 ], [ -111.51162729100552, 40.356476945491018 ], [ -111.51172837565382, 40.356607131505726 ], [ -111.51211869258842, 40.356830633567647 ], [ -111.51241416119936, 40.35696986820367 ], [ -111.51284586317269, 40.357214806475241 ], [ -111.51329421475666, 40.357325432358763 ], [ -111.51363654699466, 40.357432022789908 ], [ -111.51412638523563, 40.35757759701076 ], [ -111.51461579404463, 40.357666413193996 ], [ -111.51493415927904, 40.357718150381665 ], [ -111.51506976539829, 40.357740970430221 ], [ -111.51531097461428, 40.357712868416307 ], [ -111.51566946647625, 40.357621178746662 ], [ -111.51603470405519, 40.357642072680491 ], [ -111.51634147257283, 40.357717281614093 ], [ -111.51671304605887, 40.357796704817126 ], [ -111.51705497304273, 40.357849231812125 ], [ -111.51755619145639, 40.35794158641486 ], [ -111.51787425685848, 40.357953676432615 ], [ -111.51799646090869, 40.357763936311272 ], [ -111.51814180310471, 40.357520037292296 ], [ -111.51818270977974, 40.357479312693066 ], [ -111.51829427409901, 40.357438271462613 ], [ -111.51857039553215, 40.357355951087726 ], [ -111.51885832706959, 40.357278081664411 ], [ -111.5193286168373, 40.357176869874131 ], [ -111.51977604455357, 40.357165850767004 ], [ -111.52017082524061, 40.357200112645344 ], [ -111.52068312617988, 40.357202312018792 ], [ -111.5209418497643, 40.357155200127863 ], [ -111.52109471184924, 40.357124781198699 ], [ -111.52132991710782, 40.35708227899184 ], [ -111.52173557151838, 40.35699936711648 ], [ -111.52205293828051, 40.356921356956505 ], [ -111.5221289275371, 40.356848940455059 ], [ -111.52217551793157, 40.356782062148966 ], [ -111.52224557309714, 40.356551110704956 ], [ -111.52227756897344, 40.356271681479555 ], [ -111.52228276188767, 40.356181566173518 ], [ -111.52229980034375, 40.356100406559023 ], [ -111.52241139462465, 40.35606386581312 ], [ -111.52255793435506, 40.355977616554185 ], [ -111.52289842981952, 40.355845444453507 ], [ -111.52333860180565, 40.355658765251661 ], [ -111.52378483359175, 40.355494579895812 ], [ -111.52410797422502, 40.355403024164715 ], [ -111.52440233724825, 40.355397185285355 ], [ -111.52464398789652, 40.355427621525585 ], [ -111.52518509673121, 40.355501743788736 ], [ -111.52540430388112, 40.355523271162546 ], [ -111.52566901756138, 40.355490536185862 ], [ -111.52606964419431, 40.355520246786895 ], [ -111.52662332331475, 40.355544754618208 ], [ -111.52708868325452, 40.355569662328328 ], [ -111.52727135067767, 40.355586848085437 ], [ -111.5277307177904, 40.355598266753432 ], [ -111.52811343596278, 40.355596519835245 ], [ -111.52824903506959, 40.355618423551796 ], [ -111.52855559657593, 40.35566657349554 ], [ -111.52887936492668, 40.355656084241723 ], [ -111.52934983937799, 40.355581858428671 ], [ -111.52974383977069, 40.355516990183347 ], [ -111.53016770253764, 40.355506038823066 ], [ -111.53081523699579, 40.355485050396183 ], [ -111.532063130141, 40.35543427051558 ], [ -111.5324509910059, 40.355337889149524 ], [ -111.53267377585802, 40.355215239317566 ], [ -111.53304939760422, 40.355060352610955 ], [ -111.53333744431572, 40.355000464994333 ], [ -111.53376183589958, 40.355057066914426 ], [ -111.53433367516597, 40.355144518317083 ], [ -111.53501142747683, 40.355222467820823 ], [ -111.53545074560714, 40.355230344894395 ], [ -111.53554733621333, 40.355233501352643 ], [ -111.53574724072246, 40.355196538800776 ], [ -111.53598818215873, 40.355136862775893 ], [ -111.53610008838956, 40.355140848713894 ], [ -111.53647866480351, 40.355359818317616 ], [ -111.53691116426286, 40.3556956557386 ], [ -111.53709605030743, 40.35599210033584 ], [ -111.53719290362274, 40.356324990264845 ], [ -111.53729596776401, 40.356698392555288 ], [ -111.53744459985471, 40.356877885599715 ], [ -111.53765689253841, 40.356917440221601 ], [ -111.53799327194724, 40.357011373317597 ], [ -111.53841285952305, 40.357202217254589 ], [ -111.5387034844689, 40.357465733848009 ], [ -111.53933082716117, 40.357864619523639 ], [ -111.53971564068523, 40.35812409060032 ], [ -111.54011704339862, 40.358248345236987 ], [ -111.54050013549092, 40.358291601446062 ], [ -111.54090190058977, 40.35846089754574 ], [ -111.54109100745751, 40.358545600161456 ], [ -111.54142179247022, 40.358674685199787 ], [ -111.54187059592506, 40.358834748526824 ], [ -111.54207765839298, 40.358955402099433 ], [ -111.54246151382388, 40.35909324457117 ], [ -111.54263859505171, 40.359146468926966 ], [ -111.54269150999015, 40.359136310552316 ], [ -111.54272677456675, 40.359128036816273 ], [ -111.54282040877952, 40.359055523979634 ], [ -111.54320133797593, 40.358828506083285 ], [ -111.54361257398622, 40.358709454603343 ], [ -111.54388296188625, 40.358649623746849 ], [ -111.54415370420372, 40.358633935556703 ], [ -111.5445474249041, 40.35853388243185 ], [ -111.54495244210167, 40.358374314173332 ], [ -111.54547387786492, 40.358047525708393 ], [ -111.54589066625196, 40.357887898642694 ], [ -111.54620775413886, 40.357778291446003 ], [ -111.5466251939138, 40.357699741253704 ], [ -111.54697851850193, 40.357702575392324 ], [ -111.54714407815834, 40.357787379471311 ], [ -111.54733231663111, 40.357763965862667 ], [ -111.54746024091448, 40.357709305340329 ], [ -111.54780252943911, 40.357658134136571 ], [ -111.5481200873012, 40.357607079126467 ], [ -111.54858521281315, 40.357600369278799 ], [ -111.54899061665462, 40.35749033552127 ], [ -111.54932605647532, 40.357466219850863 ], [ -111.54953828456345, 40.357496743771989 ], [ -111.5497777225814, 40.35754245356388 ], [ -111.54989749622941, 40.357499541022051 ], [ -111.55012032938103, 40.35738586661904 ], [ -111.55042530208132, 40.357235764193554 ], [ -111.5506953480749, 40.357135377745443 ], [ -111.55129446504822, 40.356952339976466 ], [ -111.55177567086157, 40.356751843338017 ], [ -111.55235115582154, 40.356559903657484 ], [ -111.55279717474137, 40.356377589160765 ], [ -111.5532793286534, 40.356150054195545 ], [ -111.55378874825588, 40.355944909613854 ], [ -111.5542590118327, 40.355848060580954 ], [ -111.55474130836964, 40.355782684047085 ], [ -111.55570030646487, 40.355687988544204 ], [ -111.55590653277582, 40.355705015862348 ], [ -111.55610683422492, 40.35571756671154 ], [ -111.55616592843204, 40.355743409175744 ], [ -111.55616052900467, 40.355802895715541 ], [ -111.55617226469434, 40.356514564305812 ], [ -111.55613407978198, 40.357600353647605 ], [ -111.55608430986167, 40.358709622330302 ], [ -111.5561537705341, 40.359996699097344 ], [ -111.55610077211664, 40.360713183038165 ], [ -111.55610562080253, 40.361303260361055 ], [ -111.55616205938119, 40.361721915340176 ], [ -111.5561288354706, 40.362695065266024 ], [ -111.55612418326076, 40.362845540730333 ], [ -111.55613432885281, 40.363363519033932 ], [ -111.55616588210528, 40.363620128536766 ], [ -111.55617010249148, 40.364133630678737 ], [ -111.55618213691233, 40.364881333465981 ], [ -111.55616561834245, 40.365021054945004 ], [ -111.55612628499925, 40.365250977763822 ], [ -111.55600445631902, 40.365474990779539 ], [ -111.55591771553624, 40.365669104765686 ], [ -111.5557788626643, 40.365971579075449 ], [ -111.55567529001937, 40.366267577283935 ], [ -111.55562378447131, 40.366449809814114 ], [ -111.55566116708796, 40.366699183984103 ], [ -111.55579755923392, 40.366813845850281 ], [ -111.55594618862965, 40.366984305524483 ], [ -111.55622459784895, 40.367181168374636 ], [ -111.55651070527205, 40.367454571361257 ], [ -111.55680064495623, 40.367763991810065 ], [ -111.55748159153028, 40.368211169308758 ], [ -111.55773604559081, 40.368358593562526 ], [ -111.55810410217839, 40.368712679708949 ], [ -111.55847312933811, 40.369183879007572 ], [ -111.55885472134726, 40.369749612500499 ], [ -111.55915789847597, 40.370090494952969 ], [ -111.55945575561465, 40.37049987189539 ], [ -111.55972989530923, 40.370889542690307 ], [ -111.55992701493085, 40.37122372898434 ], [ -111.56026105338424, 40.371733831078487 ], [ -111.56043449376082, 40.372052815604711 ], [ -111.56067819792621, 40.372321908887081 ], [ -111.56090483334567, 40.372663157633838 ], [ -111.5612021071472, 40.372999558569077 ], [ -111.56140376906424, 40.373169753631188 ], [ -111.5616472193491, 40.373407314014351 ], [ -111.56174943534248, 40.373659073725676 ], [ -111.56186842277752, 40.373802642066735 ], [ -111.56201182959552, 40.374049696818055 ], [ -111.56207184785941, 40.37418454235133 ], [ -111.56223806577455, 40.374341394454142 ], [ -111.56244551154202, 40.374498045806817 ], [ -111.56265322053831, 40.374686227515944 ], [ -111.56273608712037, 40.374735374622247 ], [ -111.56277209928784, 40.37481628170309 ], [ -111.56278472546285, 40.374918023618861 ], [ -111.56283834669881, 40.374991637663413 ], [ -111.5627368552282, 40.375252495906267 ], [ -111.5626668060975, 40.375611400762146 ], [ -111.56264730140791, 40.376098890426675 ], [ -111.56260463456144, 40.376634241197465 ], [ -111.56250881639988, 40.377152733080251 ], [ -111.56239506506121, 40.377639780054473 ], [ -111.56235671980804, 40.377986818512298 ], [ -111.56238031459063, 40.378699326874411 ], [ -111.5624191377634, 40.379118063112109 ], [ -111.5624451250482, 40.379409832863857 ], [ -111.56246865339199, 40.379547558267255 ], [ -111.56248234569637, 40.379635781237639 ], [ -111.56255496684803, 40.379868764696894 ], [ -111.56284667571472, 40.380239422710524 ], [ -111.56353555520222, 40.380911753116663 ], [ -111.56389167526933, 40.381235246995217 ], [ -111.5643386550705, 40.381858300610581 ], [ -111.5644696310541, 40.382024330367649 ], [ -111.56477341870598, 40.382428258184248 ], [ -111.56497059743856, 40.382762434818929 ], [ -111.56506193287906, 40.383118750255107 ], [ -111.56511292513075, 40.383581570521649 ], [ -111.56519224825297, 40.383910016192971 ], [ -111.56531301603854, 40.384263484760154 ], [ -111.5654208516558, 40.384479176702143 ], [ -111.56577291067795, 40.385018002614039 ], [ -111.56631006445654, 40.385852321438271 ], [ -111.56687228203917, 40.386863994569381 ], [ -111.5674516520027, 40.387811615798356 ], [ -111.56801838630253, 40.388655691079833 ], [ -111.56816154480983, 40.38886670219599 ], [ -111.56833412058533, 40.389073063986039 ], [ -111.56859650372684, 40.389310515880808 ], [ -111.56892091517183, 40.389498111833468 ], [ -111.56923434554312, 40.389640715311117 ], [ -111.56939442396775, 40.38976155034063 ], [ -111.5695494468719, 40.389981510386058 ], [ -111.56961559809504, 40.390141546912353 ], [ -111.56973740260291, 40.390613925703597 ], [ -111.56976920356138, 40.390892150840003 ], [ -111.56988985623389, 40.391227596461434 ], [ -111.56993154914538, 40.391281445694453 ], [ -111.57004477021519, 40.391434042635595 ], [ -111.57023552548495, 40.391698871125733 ], [ -111.57025342667909, 40.391725810203816 ], [ -111.57069263640949, 40.392111035493052 ], [ -111.57120212619074, 40.392446361788039 ], [ -111.57138004053412, 40.392585124119208 ], [ -111.57151574488702, 40.392748419417096 ], [ -111.57162428192262, 40.392903740647235 ], [ -111.57170841169378, 40.393098822558379 ], [ -111.57175364752197, 40.393431936194979 ], [ -111.5716863077686, 40.393968311512211 ], [ -111.57159456128628, 40.394266065859348 ], [ -111.57155060728002, 40.394641963193351 ], [ -111.57161217165417, 40.394955176036291 ], [ -111.57172746769798, 40.395351907922773 ], [ -111.57178394994521, 40.395760642352165 ], [ -111.57178770696584, 40.396204772993059 ], [ -111.57181639429982, 40.396810043400762 ], [ -111.57185372508935, 40.397044095659432 ], [ -111.57187294700626, 40.397226885531531 ], [ -111.57193032920063, 40.397323900110351 ], [ -111.5719875057183, 40.397396591080003 ], [ -111.57208752107688, 40.397518620183618 ], [ -111.57215863945372, 40.397567818402358 ], [ -111.57265654731658, 40.397921213407898 ], [ -111.57288218485421, 40.398127305218878 ], [ -111.57291187209695, 40.398154185456555 ], [ -111.57309030159999, 40.398351501634075 ], [ -111.57317419043805, 40.398516853413973 ], [ -111.57320220720618, 40.398763564077079 ], [ -111.57329068640014, 40.39905321867905 ], [ -111.57335828474802, 40.399381715895942 ], [ -111.57344382660983, 40.399741655937085 ], [ -111.57347508186858, 40.399953214907626 ], [ -111.57347023734319, 40.400076663676785 ], [ -111.57342415777106, 40.400201217852953 ], [ -111.57335430438857, 40.400301565312034 ], [ -111.57328447372561, 40.400404615346353 ], [ -111.57307370472734, 40.40056331947315 ], [ -111.57283385725358, 40.40076721279577 ], [ -111.57270031408272, 40.40100030918979 ], [ -111.57259194814804, 40.401423372830003 ], [ -111.57249550980065, 40.401863494580461 ], [ -111.57248135973786, 40.402279785167671 ], [ -111.57255036962198, 40.402774944062912 ], [ -111.57255372806574, 40.403171327873956 ], [ -111.57251432297748, 40.403388642311924 ], [ -111.57239307348333, 40.403821679402412 ], [ -111.57229007048757, 40.404043813106441 ], [ -111.57209897792936, 40.404440258206073 ], [ -111.57201438536732, 40.404888428918063 ], [ -111.57205400966897, 40.405392742356923 ], [ -111.57210936647051, 40.405667245928818 ], [ -111.57212168499551, 40.405730248654422 ], [ -111.57218936101745, 40.406067754887999 ], [ -111.57245453837146, 40.406764647223085 ], [ -111.57290315092555, 40.407550721042213 ], [ -111.57335598463126, 40.408138572025933 ], [ -111.57390949708177, 40.408784480571121 ], [ -111.57405853331055, 40.408986445273705 ], [ -111.57410096023119, 40.409124974623609 ], [ -111.57404024449939, 40.409608163337481 ], [ -111.57404755322513, 40.409774795219036 ], [ -111.5740960340555, 40.409932213582813 ], [ -111.57415645358344, 40.410107590816189 ], [ -111.57439457322634, 40.410390194430384 ], [ -111.57448384466873, 40.41049335543088 ], [ -111.57466874088792, 40.410753700171043 ], [ -111.57479995224779, 40.410937734253316 ], [ -111.57504183321997, 40.411107704188979 ], [ -111.57540989751962, 40.411286054796335 ], [ -111.57600109528892, 40.411508338271517 ], [ -111.57629746413326, 40.411709565896977 ], [ -111.57665464706838, 40.412131212065887 ], [ -111.57705473919589, 40.412746338267254 ], [ -111.57718052987576, 40.412984451124807 ], [ -111.57731810733553, 40.413222504980709 ], [ -111.57774590488604, 40.413630281399932 ], [ -111.57832149569025, 40.414091371536301 ], [ -111.57862916726957, 40.414233977491733 ], [ -111.57893044523819, 40.414318055605534 ], [ -111.57915629299396, 40.414402510797267 ], [ -111.57932682389794, 40.414496251812103 ], [ -111.57954695368767, 40.414738393805024 ], [ -111.579775027243, 40.415219236160347 ], [ -111.5802233176407, 40.415951227304717 ], [ -111.58042554359108, 40.416166430161141 ], [ -111.58065728337382, 40.416386889880066 ], [ -111.58097756266042, 40.416623120589229 ], [ -111.58148062041542, 40.41686834127497 ], [ -111.5820895666958, 40.417090504005394 ], [ -111.58260340832591, 40.417218547487295 ], [ -111.58328831306147, 40.417363743948819 ], [ -111.58424966073517, 40.41744447619898 ], [ -111.58453882242463, 40.417488059997034 ], [ -111.58475710876208, 40.417513983406799 ], [ -111.58520008259312, 40.417624355577061 ], [ -111.58539553809842, 40.417735979546919 ], [ -111.58554451141121, 40.417924415734767 ], [ -111.58567116202222, 40.418257109987465 ], [ -111.58569325606993, 40.418766010719196 ], [ -111.58573318714221, 40.419292839182162 ], [ -111.58577014969875, 40.419477337896524 ], [ -111.58580808923206, 40.419774445037888 ], [ -111.58591074072103, 40.420057710619787 ], [ -111.58630338948376, 40.420479146435291 ], [ -111.58701389832422, 40.420853021190048 ], [ -111.58773445388721, 40.421025938228894 ], [ -111.58801876131042, 40.421051519800471 ], [ -111.58823639961317, 40.421136899750032 ], [ -111.5883376820907, 40.421261610447417 ], [ -111.5883861262308, 40.421410013546208 ], [ -111.58838258728227, 40.421680303600205 ], [ -111.58846242353088, 40.422049269045417 ], [ -111.5886509785724, 40.422719484646692 ], [ -111.58877812500629, 40.423106227043704 ], [ -111.58897077288994, 40.423569212658826 ], [ -111.58916204793594, 40.423874546283457 ], [ -111.58942507362889, 40.424296631620102 ], [ -111.58979399670108, 40.424695653482352 ], [ -111.59029943040512, 40.425202085956073 ], [ -111.5907034912408, 40.425573898236834 ], [ -111.59085768137429, 40.42568121905785 ], [ -111.5911422503648, 40.425868954645004 ], [ -111.59135031666554, 40.426070594445839 ], [ -111.59149968030707, 40.426299561395034 ], [ -111.59177731583829, 40.42690625211948 ], [ -111.59217257605395, 40.427751079707654 ], [ -111.59235351183392, 40.428218623763435 ], [ -111.5924451664474, 40.428587525432 ], [ -111.59243380770047, 40.429308308088487 ], [ -111.59240670751068, 40.429578718603601 ], [ -111.59240149193114, 40.42979045810948 ], [ -111.59244013198389, 40.430029000039987 ], [ -111.59248289489129, 40.430199952916155 ], [ -111.59287054085274, 40.430711481663856 ], [ -111.59303724738416, 40.430899816738098 ], [ -111.593334068988, 40.431137033639978 ], [ -111.59412247578474, 40.431637491526033 ], [ -111.59451405363033, 40.431923768131767 ], [ -111.5948885861557, 40.432282203501337 ], [ -111.59506095858326, 40.432443479283798 ], [ -111.5952743161001, 40.43257301210258 ], [ -111.59572373761267, 40.432732860004585 ], [ -111.59616774396052, 40.43294678836682 ], [ -111.59654141521906, 40.43320612320462 ], [ -111.59689127161683, 40.433438552635621 ], [ -111.59753104755748, 40.43379110500274 ], [ -111.59827717512869, 40.434170130601096 ], [ -111.59889322622301, 40.434504780042502 ], [ -111.59923054806818, 40.434651681319437 ], [ -111.59962056447161, 40.43475776760328 ], [ -111.59996266294179, 40.434778515333321 ], [ -111.60015101619052, 40.434746006027204 ], [ -111.60049764710523, 40.434613574885965 ], [ -111.60121558258308, 40.434339572126028 ], [ -111.60231318670779, 40.433937460818548 ], [ -111.60337767554886, 40.433657134042406 ], [ -111.60386580721011, 40.43352845871506 ], [ -111.60430060265067, 40.43336852847829 ], [ -111.60469957615094, 40.433158333326141 ], [ -111.60508112165446, 40.432977056959871 ], [ -111.6054322143595, 40.432686929356393 ], [ -111.60638753309743, 40.432069307278901 ], [ -111.60703854794463, 40.431701024330877 ], [ -111.60748499142085, 40.431527507371449 ], [ -111.6079259842823, 40.431403567112021 ], [ -111.6088382499255, 40.431245612564368 ], [ -111.60950887873283, 40.431093429549328 ], [ -111.60996738553249, 40.43095137107268 ], [ -111.61028531960015, 40.430909152457176 ], [ -111.61057540804059, 40.430916629797608 ], [ -111.61083415557066, 40.43097832629379 ], [ -111.61163304939538, 40.431320950784198 ], [ -111.61224393958996, 40.431732133354366 ], [ -111.61245171894276, 40.431893195624482 ], [ -111.61254738025661, 40.432041338056671 ], [ -111.61255458272146, 40.432185444620103 ], [ -111.61251503734459, 40.432374844094028 ], [ -111.61254037314472, 40.432568404320236 ], [ -111.61250001012255, 40.432667717664827 ], [ -111.61253623604709, 40.432762120697426 ], [ -111.61266100398859, 40.432869568089366 ], [ -111.61298094949831, 40.433048052976666 ], [ -111.61353758334981, 40.433324380562816 ], [ -111.61390555096121, 40.433597202949407 ], [ -111.61420851585105, 40.433852351433224 ], [ -111.61453027440464, 40.434229021269559 ], [ -111.61500981495281, 40.435100348133496 ], [ -111.61552859062455, 40.435876869050205 ], [ -111.61573896668627, 40.436191065080706 ], [ -111.61591095950401, 40.436433392906928 ], [ -111.61629847562578, 40.436778175623694 ], [ -111.61674360194037, 40.437104631607667 ], [ -111.61712434045668, 40.437480979283002 ], [ -111.61741187497127, 40.437979445460442 ], [ -111.61776607400797, 40.43867575339457 ], [ -111.61792441972918, 40.439228962664551 ], [ -111.6179744682007, 40.439544011276915 ], [ -111.61787767266775, 40.439918403505793 ], [ -111.61760546097562, 40.440451390969216 ], [ -111.61722312895374, 40.441192173453288 ], [ -111.61691508178264, 40.441675800861823 ], [ -111.61668223008586, 40.442001368303949 ], [ -111.61633686909845, 40.442273480997507 ], [ -111.61618461598253, 40.442386905502197 ], [ -111.61603928581386, 40.442612905766502 ], [ -111.61594120079792, 40.442847663149109 ], [ -111.61579206965875, 40.443303413538509 ], [ -111.61573030141535, 40.443641581064789 ], [ -111.61575581547739, 40.443853157288075 ], [ -111.61584086117104, 40.444127479550232 ], [ -111.61603808889424, 40.444419222017835 ], [ -111.61640192720789, 40.444877643709731 ], [ -111.61675539540119, 40.445491074745334 ], [ -111.61696123814555, 40.445950337415638 ], [ -111.61709157824461, 40.446147840204375 ], [ -111.61725303050029, 40.446394726336571 ], [ -111.61728415783342, 40.446574740561907 ], [ -111.61725636827596, 40.446759573894404 ], [ -111.61721645724468, 40.446908435850823 ], [ -111.61721225080233, 40.447093143242675 ], [ -111.61725484045233, 40.447237060170004 ], [ -111.61735725462272, 40.447475252311889 ], [ -111.61773916930284, 40.447973212648826 ], [ -111.6181338720498, 40.44857921151084 ], [ -111.61831281564783, 40.448803479962308 ], [ -111.6184793902992, 40.448964751180263 ], [ -111.61874619830337, 40.449125485685428 ], [ -111.61896383349374, 40.449196392702362 ], [ -111.61947298187654, 40.4492927645354 ], [ -111.62023506254145, 40.449450840405646 ], [ -111.62075528341171, 40.44959669675724 ], [ -111.62083820146836, 40.449636792029317 ], [ -111.62090351429863, 40.449685990821528 ], [ -111.62095171110209, 40.449797443728833 ], [ -111.62094320241393, 40.450154246447731 ], [ -111.6208371037342, 40.450798960877314 ], [ -111.62080339297559, 40.450980223107962 ], [ -111.62073563324036, 40.451177884392145 ], [ -111.62062458083514, 40.451412715028873 ], [ -111.62014663851919, 40.452018883950345 ], [ -111.619680273443, 40.45260246625805 ], [ -111.61956940144246, 40.452729186730572 ], [ -111.61944756356539, 40.452946055972838 ], [ -111.61941446020889, 40.453193981167722 ], [ -111.61947574053009, 40.453445905080152 ], [ -111.61973479005522, 40.454043615694907 ], [ -111.61999696682231, 40.454339507091682 ], [ -111.62020491764453, 40.454509562710143 ], [ -111.62037749041907, 40.454679807822771 ], [ -111.62044355362117, 40.454810083869738 ], [ -111.6204620718695, 40.454900074552988 ], [ -111.62041701254077, 40.455130046105623 ], [ -111.62031846948872, 40.455315259622637 ], [ -111.62007280105345, 40.455532793890512 ], [ -111.61946872020432, 40.455891888545302 ], [ -111.61864105576731, 40.456306230887527 ], [ -111.61854118430554, 40.456347305876015 ], [ -111.61834737898054, 40.456433928334825 ], [ -111.61818247858382, 40.456457332846703 ], [ -111.61786945969752, 40.456404952393612 ], [ -111.61770975458857, 40.456351751906375 ], [ -111.61757388382807, 40.456325450880499 ], [ -111.61745603303233, 40.456335089466002 ], [ -111.61730300833328, 40.456367438293718 ], [ -111.61700368749618, 40.456523090392253 ], [ -111.61638196525638, 40.45689037117419 ], [ -111.61620023706696, 40.457008457153592 ], [ -111.61594209749416, 40.457153977053238 ], [ -111.61568944237297, 40.457254422134561 ], [ -111.61524833684507, 40.45738289687786 ], [ -111.61509567838765, 40.45745578135989 ], [ -111.61493602560958, 40.457537711854727 ], [ -111.61479097635787, 40.457669113987862 ], [ -111.61470404356099, 40.457836242914901 ], [ -111.61468947314168, 40.458178662579058 ], [ -111.61468387842451, 40.458858872130747 ], [ -111.6146795004998, 40.459025561972872 ], [ -111.61466328767216, 40.459187810242305 ], [ -111.61458781812945, 40.459318842074623 ], [ -111.61445362513092, 40.459477213038589 ], [ -111.61408965528047, 40.459659327297587 ], [ -111.61347350664319, 40.45999593211004 ], [ -111.6127353970063, 40.460540387237707 ], [ -111.61209109733019, 40.461025782398487 ], [ -111.61193281623403, 40.461130223957319 ], [ -111.6117572111018, 40.461275297489621 ], [ -111.61164671860681, 40.461447053225733 ], [ -111.61157291553461, 40.461762758736171 ], [ -111.61152749478278, 40.461956692537449 ], [ -111.61143461045521, 40.462119345896873 ], [ -111.61125461057435, 40.462300477891574 ], [ -111.61079606120342, 40.462591189839522 ], [ -111.61016258512616, 40.46297291347171 ], [ -111.6099635860615, 40.463140630233994 ], [ -111.60982368103629, 40.463321548392777 ], [ -111.60973729898454, 40.463551733538829 ], [ -111.60977557480378, 40.463871351027329 ], [ -111.60989905205277, 40.464351779985613 ], [ -111.60992562606666, 40.464811999454248 ], [ -111.60992046412893, 40.465023738083531 ], [ -111.60992237910797, 40.465235439362154 ], [ -111.60987809013803, 40.46542486194447 ], [ -111.60978072540487, 40.465745194935003 ], [ -111.60970650181558, 40.466015856297716 ], [ -111.6095899360259, 40.466169624002688 ], [ -111.60943790300172, 40.466314569602936 ], [ -111.60902129290501, 40.466550999285431 ], [ -111.60868045391935, 40.466687929552123 ], [ -111.60810997309652, 40.466866607678249 ], [ -111.60723956294059, 40.467141453503466 ], [ -111.6068747213322, 40.467233459578701 ], [ -111.6067922356042, 40.467242901627039 ], [ -111.6065624711747, 40.467271134573672 ], [ -111.60626754093633, 40.467267276514477 ], [ -111.6060422189797, 40.467264854550351 ], [ -111.60543553783631, 40.467222988957964 ], [ -111.60473917308281, 40.467177084937198 ], [ -111.60411313675122, 40.467081259701921 ], [ -111.60317319900359, 40.466838421155089 ], [ -111.60294856661038, 40.466781034692801 ], [ -111.60272413592342, 40.466746169226973 ], [ -111.60247687984692, 40.466797007748873 ], [ -111.60201855656356, 40.4669885846696 ], [ -111.60171894407557, 40.46712077519998 ], [ -111.60133542327283, 40.467235383528227 ], [ -111.60101327681751, 40.46735417596836 ], [ -111.60067783333365, 40.467437000637744 ], [ -111.60008108786425, 40.467318478851283 ], [ -111.59891083350769, 40.467040765139522 ], [ -111.59801807442207, 40.466928270596682 ], [ -111.59775346206783, 40.466884594364203 ], [ -111.5974698180549, 40.466822997910455 ], [ -111.59707475840258, 40.466834048310453 ], [ -111.59678633394005, 40.466898600813337 ], [ -111.59653939149642, 40.466985461005116 ], [ -111.59613440728239, 40.467208270810289 ], [ -111.59601131341898, 40.467294491057643 ], [ -111.59585299254925, 40.467398910766711 ], [ -111.59562393900585, 40.467508199268956 ], [ -111.59542935583423, 40.467513706307138 ], [ -111.59534690783519, 40.467527644493586 ], [ -111.5950717318774, 40.46762365596215 ], [ -111.59474816687612, 40.467850546198939 ], [ -111.59446120525062, 40.468081751775557 ], [ -111.59413355291014, 40.468380733257327 ], [ -111.59388751416563, 40.468571186564297 ], [ -111.59365263498421, 40.468689510078072 ], [ -111.59338846429446, 40.468830505977934 ], [ -111.59316015482983, 40.469025371206044 ], [ -111.59289800204196, 40.46939608495002 ], [ -111.59247810825998, 40.469938777613208 ], [ -111.59229135473039, 40.470164959551269 ], [ -111.59188756327939, 40.470527387674998 ], [ -111.591435951492, 40.470817987149459 ], [ -111.59077834053799, 40.471159187401362 ], [ -111.59066069647245, 40.471195824614561 ], [ -111.59048446685836, 40.471277805973735 ], [ -111.590372996556, 40.471345942820896 ], [ -111.59025598296948, 40.471454648325562 ], [ -111.59015139597875, 40.471635362184649 ], [ -111.5900758176516, 40.471760973014263 ], [ -111.58995904727469, 40.471897604839754 ], [ -111.58980664368028, 40.472006490514602 ], [ -111.58945390199031, 40.472138920325783 ], [ -111.58930692259278, 40.47219372374019 ], [ -111.58907784208242, 40.472302999368672 ], [ -111.58893750781266, 40.472443353843794 ], [ -111.58885013796561, 40.472569924841103 ], [ -111.58870001261452, 40.472940058117054 ], [ -111.58859573382495, 40.473156804917991 ], [ -111.5884325118341, 40.473378356208677 ], [ -111.58819839239126, 40.473586754600653 ], [ -111.58772853893588, 40.473818873918503 ], [ -111.58749366987703, 40.47394168930731 ], [ -111.58723591331147, 40.474145701388601 ], [ -111.58713107869514, 40.474299386752264 ], [ -111.58700516096921, 40.474741466659651 ], [ -111.58695345686708, 40.474900287393538 ], [ -111.58685451094175, 40.475053041686778 ], [ -111.58672140120304, 40.475211374713446 ], [ -111.58622750251989, 40.475529195313221 ], [ -111.58559458681937, 40.476005375445652 ], [ -111.58486713044486, 40.476464012561713 ], [ -111.58455615280342, 40.476654774436824 ], [ -111.58435095576739, 40.476799955795791 ], [ -111.58418728161558, 40.476971953873282 ], [ -111.58407095092983, 40.477161730446319 ], [ -111.58398567343211, 40.477531529655792 ], [ -111.58395558978262, 40.478144292442373 ], [ -111.5839499979466, 40.478860534695734 ], [ -111.58395448625342, 40.479378528379918 ], [ -111.5839141709061, 40.479491344310539 ], [ -111.58386170674389, 40.479563681189674 ], [ -111.58369732248161, 40.479654601279741 ], [ -111.5833674608854, 40.479710320563278 ], [ -111.58276148698251, 40.479898061632937 ], [ -111.58186045399722, 40.480073771863928 ], [ -111.58159575528251, 40.480161590347308 ], [ -111.58127286825741, 40.480342493368013 ], [ -111.58083282613514, 40.480619479477667 ], [ -111.58039359505023, 40.480991054104599 ], [ -111.58017118336981, 40.481194872778495 ], [ -111.57991919833606, 40.481389830432768 ], [ -111.5790963332381, 40.481740801940326 ], [ -111.57884380136788, 40.481872697140922 ], [ -111.57868565172902, 40.482004119261788 ], [ -111.57861008695578, 40.482135127750951 ], [ -111.57855272155318, 40.482324603435742 ], [ -111.57849697992644, 40.482703259458752 ], [ -111.57840168422344, 40.483284815331196 ], [ -111.57833899810619, 40.483541884814109 ], [ -111.57824010514791, 40.48370454117358 ], [ -111.57801665277597, 40.483926378790557 ], [ -111.57751417571042, 40.48435681695112 ], [ -111.57731507082413, 40.484528982177586 ], [ -111.57706441526246, 40.484881583923809 ], [ -111.57657389269524, 40.485469615277196 ], [ -111.57614740663644, 40.485958226609441 ], [ -111.57567869535376, 40.486338939018928 ], [ -111.57527861747054, 40.486467056721764 ], [ -111.57504368160915, 40.486589847001135 ], [ -111.57489841527544, 40.486712190794655 ], [ -111.57482736529323, 40.486820651843864 ], [ -111.57483105455093, 40.487253064066458 ], [ -111.57483845276501, 40.487428702180161 ], [ -111.57474698217433, 40.487771497936322 ], [ -111.5746370822522, 40.488028800032353 ], [ -111.57455108682669, 40.488322019052937 ], [ -111.57457585369427, 40.489150720952615 ], [ -111.57460838662375, 40.48950641339534 ], [ -111.57454193206793, 40.49001575036327 ], [ -111.57447693617047, 40.490696250330927 ], [ -111.5744604816387, 40.491534165775462 ], [ -111.57450458441306, 40.49186277370211 ], [ -111.57454190418602, 40.492087812245636 ], [ -111.57452735482968, 40.492457252025517 ], [ -111.57448269118996, 40.492754769786693 ], [ -111.57450836525105, 40.492997884116598 ], [ -111.57462859223946, 40.493258546260975 ], [ -111.57505460194837, 40.494089756092556 ], [ -111.57510847122957, 40.494179577627051 ], [ -111.57537656284194, 40.494619682186801 ], [ -111.57581553233841, 40.495446319983756 ], [ -111.57607181911642, 40.495746842809965 ], [ -111.57635231080427, 40.495979677167924 ], [ -111.57686710809047, 40.496287917635975 ], [ -111.57750144232659, 40.496636098808011 ], [ -111.57772704212823, 40.496797132428966 ], [ -111.57789969524701, 40.496976448285132 ], [ -111.57809074603381, 40.497236752432137 ], [ -111.57834182602988, 40.497753511015389 ], [ -111.57866762265172, 40.498450073936851 ], [ -111.57894643635656, 40.499309032327488 ], [ -111.57914746563709, 40.500042254456844 ], [ -111.57913093384742, 40.500178372432146 ], [ -111.57913150713087, 40.500245035780161 ], [ -111.57910262412528, 40.500317252106868 ], [ -111.57900906725061, 40.500416819320073 ], [ -111.57890949336486, 40.500502903175416 ], [ -111.57880972565297, 40.50056646554421 ], [ -111.57845762556846, 40.500793452209486 ], [ -111.57784150267581, 40.501197432730976 ], [ -111.5774074434397, 40.501501402015073 ], [ -111.57681487195575, 40.50190075488932 ], [ -111.57638138185654, 40.502272284556383 ], [ -111.57595903355235, 40.502567181013674 ], [ -111.57570074813856, 40.502726124544637 ], [ -111.5755015771276, 40.502897385648694 ], [ -111.57540269560575, 40.50306544441559 ], [ -111.57540435067814, 40.503259128495301 ], [ -111.57544735009316, 40.503457111174527 ], [ -111.57552683284607, 40.503781037362089 ], [ -111.57562517423867, 40.504240003694079 ], [ -111.57566593244638, 40.504865922201176 ], [ -111.57567734046762, 40.505510004720762 ], [ -111.57559035592743, 40.506379800790185 ], [ -111.57559262785109, 40.506645553201331 ], [ -111.57552389365355, 40.506889136901655 ], [ -111.57540768025191, 40.507101425685619 ], [ -111.57522119083066, 40.507377126747116 ], [ -111.57509176216388, 40.507562454163903 ], [ -111.57493664889617, 40.507919079042075 ], [ -111.57487944433549, 40.508131073668395 ], [ -111.57488063665369, 40.508270706267723 ], [ -111.57490565714414, 40.508436346240174 ], [ -111.57504968069792, 40.508715807578405 ], [ -111.57522485926052, 40.509187904875446 ], [ -111.57523700831686, 40.509228384611404 ], [ -111.57532937776247, 40.509678371546471 ], [ -111.57540450621747, 40.510182497825781 ], [ -111.57545491336607, 40.510556117582155 ], [ -111.57544271492367, 40.511200317049244 ], [ -111.5753654450653, 40.511826822590024 ], [ -111.57533357741328, 40.512241392100201 ], [ -111.57534209690803, 40.512547653332788 ], [ -111.57538004778034, 40.512844759078547 ], [ -111.57551388934364, 40.513312556929961 ], [ -111.57554089887012, 40.513848453684432 ], [ -111.57544687108781, 40.514448015678845 ], [ -111.57537966889407, 40.514871769896665 ], [ -111.57540747343074, 40.515362617949933 ], [ -111.57542397518721, 40.51591208025382 ], [ -111.57541452803925, 40.516187800407266 ], [ -111.57536336655365, 40.516416881847043 ], [ -111.57529971542397, 40.516565846010273 ], [ -111.57517677460204, 40.516683574030246 ], [ -111.57500102316935, 40.516837600411115 ], [ -111.57473133863044, 40.517050651756321 ], [ -111.57431567715284, 40.517449111005206 ], [ -111.57400513442937, 40.517716417240749 ], [ -111.57341194967685, 40.518201339664678 ], [ -111.5730373583343, 40.51857256368946 ], [ -111.57258184910569, 40.519007249918374 ], [ -111.57221257647414, 40.519310877973069 ], [ -111.57192558754919, 40.519573557466053 ], [ -111.57177925592688, 40.519718424361777 ], [ -111.57157527815372, 40.520025736788092 ], [ -111.5713838298075, 40.52041857162213 ], [ -111.57128628658235, 40.520887517702704 ], [ -111.57126235249844, 40.521405648832619 ], [ -111.57130139980903, 40.521833379370918 ], [ -111.57129772029759, 40.522234294366577 ], [ -111.57125477823185, 40.522599367780131 ], [ -111.57111793942664, 40.52330724406314 ], [ -111.57089587468892, 40.524128152629764 ], [ -111.57086263702075, 40.52438507087853 ], [ -111.57075887242567, 40.52467837314682 ], [ -111.57058350266028, 40.524881038897675 ], [ -111.57041359162241, 40.52503142573795 ], [ -111.57029043600882, 40.525126627211336 ], [ -111.57014005372311, 40.52535259212268 ], [ -111.56986525845595, 40.525804393265545 ], [ -111.56977291159235, 40.5260525937232 ], [ -111.5697165608527, 40.526369084345369 ], [ -111.56971861284394, 40.526611413918559 ], [ -111.56980940659311, 40.526876729067013 ], [ -111.5700024586999, 40.527366762464823 ], [ -111.57026246993459, 40.528095201113508 ], [ -111.57047986680602, 40.528670698063273 ], [ -111.57062455818257, 40.529025835415212 ], [ -111.57075877836427, 40.52939904209687 ], [ -111.57077806272714, 40.52986290546125 ], [ -111.57060558720745, 40.530269158034884 ], [ -111.57051339758419, 40.530536276822005 ], [ -111.5704170074475, 40.531004314807646 ], [ -111.57041423609807, 40.531373693511135 ], [ -111.57061823374755, 40.53176006906147 ], [ -111.57088149666491, 40.532173178126541 ], [ -111.57096099301353, 40.532497105766808 ], [ -111.57093457278475, 40.532862096789763 ], [ -111.57081998279527, 40.533272567895978 ], [ -111.57049960977461, 40.533783152983609 ], [ -111.57035439032201, 40.534063145772038 ], [ -111.57027970672965, 40.53430675465939 ], [ -111.5702871378673, 40.53448689594299 ], [ -111.57044821482961, 40.534684296559391 ], [ -111.57090539002786, 40.534988341059332 ], [ -111.57139380394266, 40.535355291521746 ], [ -111.57168488756055, 40.535705198612526 ], [ -111.57190749792552, 40.536195081759395 ], [ -111.57242142718097, 40.536922257233542 ], [ -111.5725713606023, 40.537196285583974 ], [ -111.57262027836707, 40.537394238807103 ], [ -111.5725969702809, 40.537569126836324 ], [ -111.5725405392008, 40.537736971879426 ], [ -111.57233617392004, 40.538004647587513 ], [ -111.57187374406831, 40.538474498781959 ], [ -111.5717096216342, 40.538614948803662 ], [ -111.57134609644849, 40.53891313949832 ], [ -111.57101267688506, 40.539280548715489 ], [ -111.57082059825716, 40.539605817864583 ], [ -111.57073536387567, 40.539998125622112 ], [ -111.57074489960338, 40.54042600074218 ], [ -111.57083705490963, 40.540848963226082 ], [ -111.57105488169132, 40.541469500057858 ], [ -111.57120159400394, 40.542058856900468 ], [ -111.57127822298668, 40.542738648886882 ], [ -111.57121825014956, 40.543324522893116 ], [ -111.57112599976199, 40.543586236568274 ], [ -111.57088743939043, 40.544001824198062 ], [ -111.5706136788553, 40.544444611808345 ], [ -111.57037392781903, 40.544720566538402 ], [ -111.5700520466964, 40.545059988183915 ], [ -111.56974695984646, 40.545291219528202 ], [ -111.56919974702976, 40.545519138717736 ], [ -111.5685711237531, 40.545896102503939 ], [ -111.56821962880802, 40.546226655851456 ], [ -111.56802073728861, 40.54644835140607 ], [ -111.56788123319299, 40.546710294687195 ], [ -111.56774207034721, 40.547012776069373 ], [ -111.56774393414, 40.547233484445215 ], [ -111.56779703655329, 40.547368356668706 ], [ -111.56786998690775, 40.547476104676633 ], [ -111.56803051752456, 40.5476059442787 ], [ -111.56825638146142, 40.547780506723882 ], [ -111.5684407229368, 40.547932750825687 ], [ -111.56865634158768, 40.548292044861761 ], [ -111.56876084587188, 40.548778910673775 ], [ -111.56885219276542, 40.549106384034424 ], [ -111.56913311428241, 40.549505895488643 ], [ -111.56958109413273, 40.550107282422751 ], [ -111.57000454547209, 40.550600682085161 ], [ -111.57012965778883, 40.550730693415211 ], [ -111.57030806842627, 40.550878459268219 ], [ -111.57053364348906, 40.55101698306909 ], [ -111.57075883703924, 40.5511104639492 ], [ -111.57091275773507, 40.551155648697446 ], [ -111.57100726871397, 40.551158785180071 ], [ -111.57110769237785, 40.551162793245091 ], [ -111.57130827177224, 40.551139279386653 ], [ -111.57153293064952, 40.551169699295059 ], [ -111.57174018112558, 40.551236240402481 ], [ -111.57197741709491, 40.55135668591867 ], [ -111.57237021789719, 40.551715095437096 ], [ -111.57259073899904, 40.551952737800335 ], [ -111.57287019762531, 40.552176574199365 ], [ -111.573113344052, 40.55229698804645 ], [ -111.57329244701663, 40.55238618814559 ], [ -111.57341592689954, 40.552462150743793 ], [ -111.57355313629083, 40.552624530193562 ], [ -111.57374440015442, 40.552892945698801 ], [ -111.57391101409614, 40.553040764490191 ], [ -111.57409050479826, 40.553175005749253 ], [ -111.57435790574841, 40.553507004809113 ], [ -111.57480445694758, 40.55393270514444 ], [ -111.57520334740545, 40.554309092249568 ], [ -111.57523920321445, 40.554358462489994 ], [ -111.57554461612965, 40.55485242901964 ], [ -111.57562833246973, 40.55497363161583 ], [ -111.57588562025786, 40.555364235014956 ], [ -111.576203278191, 40.555907687410617 ], [ -111.57654510417936, 40.556514080302577 ], [ -111.57685057529417, 40.557012547300943 ], [ -111.57700609132087, 40.557241496654044 ], [ -111.57718557884975, 40.557510865900667 ], [ -111.57750722794765, 40.557829073037155 ], [ -111.57779347729668, 40.558151059847631 ], [ -111.57802566418415, 40.558367011892898 ], [ -111.57822889779627, 40.558649773930156 ], [ -111.57837358008535, 40.558991386310595 ], [ -111.57859542620577, 40.559377656344793 ], [ -111.57897094136793, 40.559776669197575 ], [ -111.57910906424127, 40.560041738174803 ], [ -111.57922406964988, 40.560365480441043 ], [ -111.57945804770519, 40.560787723302944 ], [ -111.5796257040373, 40.561052643472749 ], [ -111.5797157300327, 40.56121885556378 ], [ -111.57974048055738, 40.561349359747332 ], [ -111.57974762999915, 40.561493465531392 ], [ -111.5798029985669, 40.56174993998934 ], [ -111.57988867481934, 40.562096350811565 ], [ -111.58002253314669, 40.562550625876973 ], [ -111.58011357322687, 40.56283394758983 ], [ -111.58037383547816, 40.563562357323697 ], [ -111.58047788316964, 40.564120383263059 ], [ -111.58056466946067, 40.564457779004158 ], [ -111.58067236866125, 40.56475452972699 ], [ -111.5808058615754, 40.565028628536922 ], [ -111.58103262769062, 40.5652968527898 ], [ -111.58117582718501, 40.565463697041103 ], [ -111.58133094908466, 40.56564309350054 ], [ -111.58140956274664, 40.565854405781458 ], [ -111.58146466856628, 40.56607934959294 ], [ -111.58154285431284, 40.566241115266898 ], [ -111.58162049454103, 40.566339821709185 ], [ -111.58173369012951, 40.566451862328691 ], [ -111.58213246010135, 40.566801198559666 ], [ -111.5827396387688, 40.567343172440921 ], [ -111.58329304321161, 40.567813343843405 ], [ -111.58358414287338, 40.568005563798089 ], [ -111.58385709407948, 40.568148326100818 ], [ -111.58409405909273, 40.568228207812197 ], [ -111.58471569307983, 40.568391726687786 ], [ -111.58518931350905, 40.568515452288281 ], [ -111.58553275613716, 40.568612809301996 ], [ -111.58579350019009, 40.568709683784498 ], [ -111.58608422575004, 40.568857755966057 ], [ -111.58658313004636, 40.569170533200975 ], [ -111.58712499931191, 40.569667771107966 ], [ -111.58723793407165, 40.569748276630875 ], [ -111.58752968365552, 40.570012553947294 ], [ -111.58776784185133, 40.570227554582431 ], [ -111.58817745363251, 40.570459699565312 ], [ -111.58904976734497, 40.570914705595897 ], [ -111.58994012963221, 40.571405648156137 ], [ -111.59084949318633, 40.572040627959872 ], [ -111.59137357759205, 40.572524423300131 ], [ -111.59160648483858, 40.572811513435077 ], [ -111.59176795537269, 40.573035907219477 ], [ -111.59187570883778, 40.573197514175817 ], [ -111.59190088456306, 40.573373057415751 ], [ -111.59187963817347, 40.573643431238715 ], [ -111.59179036494368, 40.574238471481685 ], [ -111.59179940719149, 40.574594273971982 ], [ -111.5918670044926, 40.574891219050492 ], [ -111.59193364969214, 40.575080062997138 ], [ -111.59213056960013, 40.575304274522018 ], [ -111.59243370020889, 40.575514427807335 ], [ -111.59292788978645, 40.575953324905079 ], [ -111.59327469185909, 40.576425408664107 ], [ -111.59370583303222, 40.57708173884059 ], [ -111.59354433983403, 40.577124009326099 ], [ -111.59326676176768, 40.577400204414964 ], [ -111.59290297768418, 40.577815577229508 ], [ -111.59238996516504, 40.578592968098789 ], [ -111.59193518027973, 40.579141234140664 ], [ -111.59154567042587, 40.579454934713638 ], [ -111.59135167520111, 40.579564033853806 ], [ -111.59107556096977, 40.579740218172979 ], [ -111.59090846092319, 40.579951879521083 ], [ -111.59069624847956, 40.580139447495519 ], [ -111.5904506198012, 40.580289348833787 ], [ -111.58974766960954, 40.580567708844342 ], [ -111.58921146222673, 40.58072809950734 ], [ -111.58898759748615, 40.58080041085109 ], [ -111.58870482983667, 40.580892841372041 ], [ -111.58825825773151, 40.581169885440282 ], [ -111.58781280693773, 40.581305483581026 ], [ -111.5873846124115, 40.581387840214852 ], [ -111.58670588431835, 40.581466062711826 ], [ -111.58648123544617, 40.58144918585225 ], [ -111.5858131892835, 40.581397621845362 ], [ -111.58499077578539, 40.581258549367874 ], [ -111.58451784971186, 40.581224908098577 ], [ -111.58409218528816, 40.581191025927374 ], [ -111.5836549408784, 40.581184227163256 ], [ -111.58345998843424, 40.581185212019633 ], [ -111.58312450430698, 40.581195013980668 ], [ -111.58266441098542, 40.581278415030972 ], [ -111.58156233904467, 40.581591169521857 ], [ -111.58048384087029, 40.581898389746385 ], [ -111.57973569971716, 40.582149889476177 ], [ -111.5794530222371, 40.582254909258467 ], [ -111.57927546309682, 40.582354896844869 ], [ -111.57916375960701, 40.582418518705246 ], [ -111.57901809380132, 40.582517445102255 ], [ -111.57886572653256, 40.582661449003261 ], [ -111.57871612546435, 40.582852284711549 ], [ -111.57860949618419, 40.582956420305194 ], [ -111.5785075229777, 40.583052424542537 ], [ -111.57821647328366, 40.583283606708164 ], [ -111.57807526679294, 40.583351879596883 ], [ -111.57798109020018, 40.583392890544644 ], [ -111.57783724875843, 40.583429645455311 ], [ -111.57750030740577, 40.583408808399682 ], [ -111.57724009085999, 40.583378578160833 ], [ -111.57686274438045, 40.583330914685632 ], [ -111.57649553933602, 40.583363377868508 ], [ -111.57645410705446, 40.583354575816344 ], [ -111.57641862903162, 40.583351149329935 ], [ -111.57616896225903, 40.583310954329292 ], [ -111.57597472130308, 40.583257870088694 ], [ -111.57586692820078, 40.583226876641199 ], [ -111.57580293042645, 40.583204673615754 ], [ -111.57571995038589, 40.583173556342288 ], [ -111.57543537076789, 40.583057859652897 ], [ -111.57510966890494, 40.582969393465341 ], [ -111.57465879945171, 40.582890557927691 ], [ -111.57407391407506, 40.582753829381922 ], [ -111.57333919334108, 40.582505231365879 ], [ -111.57306037460721, 40.582371482559516 ], [ -111.57294168124555, 40.582309009566139 ], [ -111.57268089467557, 40.582211205690918 ], [ -111.57249143188048, 40.582163497177291 ], [ -111.5722311839061, 40.582128751378555 ], [ -111.57209519064963, 40.582115911739002 ], [ -111.57180116911078, 40.582138988703427 ], [ -111.57160069683314, 40.582185925872928 ], [ -111.57077575578022, 40.582442252037346 ], [ -111.5703691064832, 40.582560474461502 ], [ -111.57009796025775, 40.582633883552091 ], [ -111.56981557118796, 40.582774913640705 ], [ -111.56939479022832, 40.58317788114757 ], [ -111.56906067731134, 40.583490331957151 ], [ -111.56883210207347, 40.583707669501173 ], [ -111.56859773188229, 40.583938548344861 ], [ -111.56838661050094, 40.584124268205713 ], [ -111.56815037731398, 40.58427497678835 ], [ -111.56789138045802, 40.584388860632849 ], [ -111.5677674659013, 40.584407487401627 ], [ -111.56746645738356, 40.584444100917466 ], [ -111.56687658230405, 40.584556003942694 ], [ -111.56672320335456, 40.58458378300422 ], [ -111.5665273249047, 40.584616274716382 ], [ -111.56606040542512, 40.584596041693068 ], [ -111.56538270163136, 40.584662422465506 ], [ -111.56525161284824, 40.584671171947193 ], [ -111.56483241938452, 40.584705654219384 ], [ -111.56440220490234, 40.584694243830604 ], [ -111.56424074266336, 40.584744581146197 ], [ -111.56401413231903, 40.58491685544054 ], [ -111.56397440437715, 40.584970201458056 ], [ -111.56390537087921, 40.585051617872935 ], [ -111.56382283125127, 40.585213278676861 ], [ -111.56376496127328, 40.585357702260318 ], [ -111.56367183938612, 40.585525720770086 ], [ -111.56357295264239, 40.585710884085309 ], [ -111.56326477524178, 40.586302464931904 ], [ -111.56316009146035, 40.586501169369171 ], [ -111.56291504641558, 40.586871725355969 ], [ -111.56277040402917, 40.587096749717091 ], [ -111.56253016429754, 40.587477191145148 ], [ -111.56228076290135, 40.587892811037385 ], [ -111.56214647465877, 40.588225889984123 ], [ -111.56191377196896, 40.588801784695811 ], [ -111.56182796449647, 40.588997693382524 ], [ -111.56168923740603, 40.589224489313864 ], [ -111.56159575838763, 40.589351067244621 ], [ -111.56136680008547, 40.58952785207137 ], [ -111.56100288789349, 40.589817902136403 ], [ -111.56049545302255, 40.590186123358222 ], [ -111.56033952103748, 40.590334624437965 ], [ -111.56011721623229, 40.590601462628349 ], [ -111.56002315187935, 40.590800112609081 ], [ -111.56001204127776, 40.590884849318876 ], [ -111.56004133416033, 40.590996416578228 ], [ -111.56013770492018, 40.591215764318846 ], [ -111.56031121866025, 40.591474376564229 ], [ -111.56048964115421, 40.591754585864017 ], [ -111.56061795817895, 40.592119720891453 ], [ -111.56082900545712, 40.592626793302273 ], [ -111.56092558444394, 40.592870463090527 ], [ -111.56097290703148, 40.593017977753021 ], [ -111.56098260972783, 40.593189098008637 ], [ -111.56094890396788, 40.593398266071048 ], [ -111.56092063249285, 40.593550652232686 ], [ -111.56087502600683, 40.593749968362779 ], [ -111.56071319244388, 40.5941831768573 ], [ -111.56043435313811, 40.59475749024989 ], [ -111.56005580167731, 40.595421473616049 ], [ -111.55964988624288, 40.596206306252071 ], [ -111.55941917011197, 40.597026324193379 ], [ -111.55926162421144, 40.597834275867733 ], [ -111.55901309527951, 40.598645370231523 ], [ -111.55866489450619, 40.599410100327304 ], [ -111.55857749253752, 40.599559168235395 ], [ -111.55847845899849, 40.599730814314221 ], [ -111.55840460392886, 40.599945580818549 ], [ -111.55842700197458, 40.600080604521885 ], [ -111.55848567821711, 40.600172210575636 ], [ -111.55852729857193, 40.60020263924158 ], [ -111.55858662452484, 40.600230279628271 ], [ -111.55864479115391, 40.600260628231069 ], [ -111.55878249578137, 40.600332933398342 ], [ -111.55890734265468, 40.600422417334805 ], [ -111.55908002026746, 40.60057833473342 ], [ -111.559205873946, 40.600788531361296 ], [ -111.55926151676964, 40.600941411516999 ], [ -111.55929342897301, 40.601225034113313 ], [ -111.55926041994715, 40.601518880726417 ], [ -111.55911151364066, 40.601946618577855 ], [ -111.55884423060796, 40.602494745998861 ], [ -111.55843513535254, 40.603046261122543 ], [ -111.55816813265051, 40.603487180890518 ], [ -111.5577871663743, 40.603869192393041 ], [ -111.55757444145546, 40.604015261072874 ], [ -111.55743324513992, 40.604092517342252 ], [ -111.55729548208275, 40.60415624368347 ], [ -111.55695414031386, 40.604329057222202 ], [ -111.5565802253922, 40.604565088267584 ], [ -111.55633217906097, 40.604728441558315 ], [ -111.55617945899414, 40.604841786965522 ], [ -111.55603276016615, 40.604968616371082 ], [ -111.55595785408582, 40.605058163993178 ], [ -111.5557896718491, 40.605445450573107 ], [ -111.55563873976193, 40.605774997639706 ], [ -111.55538169696365, 40.606137486419094 ], [ -111.55515464074145, 40.606552982341881 ], [ -111.55495708676543, 40.606962930770472 ], [ -111.5548525330211, 40.607184148420266 ], [ -111.55473634484073, 40.607427943819765 ], [ -111.55457956766341, 40.607766526268293 ], [ -111.55448085447682, 40.607979607602289 ], [ -111.55443445267485, 40.608086134051163 ], [ -111.55421319000082, 40.608488987892521 ], [ -111.55391405179101, 40.60876609177879 ], [ -111.55380598253862, 40.608848589970435 ], [ -111.55363802379384, 40.608979121722065 ], [ -111.55355937816326, 40.60904616369956 ], [ -111.55345153098561, 40.609155686851608 ], [ -111.55336960638842, 40.609255176040946 ], [ -111.553262531972, 40.609315146988166 ], [ -111.55283789890848, 40.609426186602619 ], [ -111.55228275102306, 40.609478390829857 ], [ -111.55163920884897, 40.609562545360376 ], [ -111.55120248461579, 40.609641205083605 ], [ -111.5505827281181, 40.609743257784984 ], [ -111.54955494397289, 40.609820222971152 ], [ -111.5483421696151, 40.609825987135338 ], [ -111.54756386601105, 40.609910758684457 ], [ -111.54696142796703, 40.609963161530018 ], [ -111.54658963455553, 40.61003248752241 ], [ -111.54616549172543, 40.610205660923114 ], [ -111.54594761920784, 40.610305787639575 ], [ -111.5445347161502, 40.610997125389005 ], [ -111.54352923484146, 40.611641485290612 ], [ -111.54226305624677, 40.612210486015798 ], [ -111.54175712445723, 40.612505645761125 ], [ -111.54132145961023, 40.61271939491796 ], [ -111.54083259758025, 40.61293339154571 ], [ -111.54059135660114, 40.613069652696815 ], [ -111.54026711349537, 40.613174770897935 ], [ -111.53996002076831, 40.613207737745114 ], [ -111.53969952326148, 40.613154902611548 ], [ -111.53944417594094, 40.613007450608166 ], [ -111.53930722048753, 40.612881967227636 ], [ -111.53917671912012, 40.612824019430981 ], [ -111.53889787708393, 40.612694693454316 ], [ -111.53845967069364, 40.612593136239013 ], [ -111.53798556938594, 40.612437691853309 ], [ -111.5375057763864, 40.612309298357133 ], [ -111.53699077506253, 40.612212597313203 ], [ -111.53631705816915, 40.612224736509347 ], [ -111.53554343903281, 40.61230940533644 ], [ -111.53427914314378, 40.612382826678527 ], [ -111.53352173895632, 40.61227732157591 ], [ -111.53234410320975, 40.612098976250842 ], [ -111.53123703464524, 40.611874349530126 ], [ -111.53050371696031, 40.611823667421135 ], [ -111.52999559330149, 40.611847621314801 ], [ -111.52919228298258, 40.611915267156625 ], [ -111.52837682373153, 40.611941522569104 ], [ -111.52818800971815, 40.611982925746219 ], [ -111.52811704925199, 40.611978745844723 ], [ -111.52804017837789, 40.611974592921484 ], [ -111.52794668744502, 40.611961507132072 ], [ -111.52782676540521, 40.611894489333991 ], [ -111.52774915044448, 40.611795747343322 ], [ -111.52762333141222, 40.611580111269369 ], [ -111.52733074829206, 40.611203078368042 ], [ -111.52714020126901, 40.611023772411201 ], [ -111.52705051995599, 40.610893554240292 ], [ -111.52685923165171, 40.610619658895068 ], [ -111.52671455514407, 40.610259967148949 ], [ -111.52644059733947, 40.60999545683957 ], [ -111.52605986918964, 40.609681883865257 ], [ -111.52573863478985, 40.609417587176246 ], [ -111.52556618053221, 40.609283240156458 ], [ -111.52531671839995, 40.609126721168899 ], [ -111.52506767343212, 40.60902335161866 ], [ -111.52474202276197, 40.608949157731246 ], [ -111.52426878809767, 40.60889725402896 ], [ -111.5235659373355, 40.608958999399107 ], [ -111.52265546867424, 40.609075732951851 ], [ -111.52190123569649, 40.609218779838756 ], [ -111.52151210227427, 40.609341255378645 ], [ -111.52100467243176, 40.609452551861068 ], [ -111.52049201645481, 40.609499907234493 ], [ -111.52027194720993, 40.609473872380747 ], [ -111.51999951921343, 40.609403028881673 ], [ -111.51957881370571, 40.609265285915548 ], [ -111.51891506110702, 40.609034041291082 ], [ -111.51823358261427, 40.608802872370845 ], [ -111.51757526277787, 40.608508534068712 ], [ -111.51713637913767, 40.608311405572863 ], [ -111.51673311123913, 40.608133935414443 ], [ -111.51602144069352, 40.607817304880456 ], [ -111.51531614356188, 40.60756009956048 ], [ -111.51491401195695, 40.607529461343994 ], [ -111.51467771413476, 40.607544027744567 ], [ -111.51435273107028, 40.607554484236267 ], [ -111.51402093193394, 40.607601005338672 ], [ -111.51370390966973, 40.607724935425722 ], [ -111.51332721012857, 40.607928407303163 ], [ -111.51305579453944, 40.607988170445452 ], [ -111.51278334560693, 40.607912805578302 ], [ -111.51259288106999, 40.607737979471665 ], [ -111.5125153621191, 40.607648235499468 ], [ -111.51235411209667, 40.607429136238537 ], [ -111.51187195608135, 40.6069799332424 ], [ -111.51146179730557, 40.606670946667194 ], [ -111.51092866557876, 40.606511147862271 ], [ -111.51047277681209, 40.606405058028841 ], [ -111.51004066617192, 40.60631687899312 ], [ -111.50986299159321, 40.6062681150473 ], [ -111.50934178922839, 40.606121769435006 ], [ -111.50845451629807, 40.606022077552147 ], [ -111.50751494269441, 40.606039723089353 ], [ -111.50702476031491, 40.606086919932295 ], [ -111.50684736071167, 40.606074185340013 ], [ -111.50661024980998, 40.605980633180899 ], [ -111.5063724256612, 40.605792491238255 ], [ -111.506181813886, 40.605595133097793 ], [ -111.50597405112173, 40.605474424591506 ], [ -111.50587925555975, 40.605443309011598 ], [ -111.50576190075923, 40.605398778934742 ], [ -111.50550618765551, 40.605345845559754 ], [ -111.50531143388011, 40.605382732970796 ], [ -111.50508797152312, 40.605531454755138 ], [ -111.50477165798752, 40.605907603747916 ], [ -111.50461260248233, 40.606133518807162 ], [ -111.50443199918834, 40.606323492542288 ], [ -111.50421461773306, 40.606495608947114 ], [ -111.50407994091562, 40.606662859620457 ], [ -111.50401672232157, 40.606744214718766 ], [ -111.50391017566089, 40.606879811628737 ], [ -111.5036373708102, 40.606912532312947 ], [ -111.50341471569054, 40.606854945773854 ], [ -111.50302837803665, 40.606722397859549 ], [ -111.5024720912707, 40.606624821561759 ], [ -111.50183307338519, 40.606528502943995 ], [ -111.50135909840516, 40.60637290728156 ], [ -111.50100957058478, 40.60626181393075 ], [ -111.50073710830718, 40.606181916247536 ], [ -111.50049412909324, 40.606092881363104 ], [ -111.50020910947084, 40.605913940008676 ], [ -111.49998920088593, 40.605748229309953 ], [ -111.49976301444244, 40.605532996928638 ], [ -111.49957322766565, 40.605443729920644 ], [ -111.4994900200614, 40.60538102815557 ], [ -111.49933515684306, 40.605219539284157 ], [ -111.49899628553995, 40.604950739648082 ], [ -111.49887090657748, 40.604780113950589 ], [ -111.49875728087945, 40.604600428553425 ], [ -111.49861984931493, 40.604398323794996 ], [ -111.4984232875382, 40.60419196963938 ], [ -111.49814409093368, 40.603999484770789 ], [ -111.49759194626832, 40.603659530099691 ], [ -111.49713952369866, 40.6033777008372 ], [ -111.49664826784378, 40.60311855878836 ], [ -111.49594245415598, 40.602774752406276 ], [ -111.49548641436841, 40.602641577491603 ], [ -111.49511941940125, 40.60256207196025 ], [ -111.49480564500541, 40.602486841685433 ], [ -111.49445027173408, 40.602380257806601 ], [ -111.49415963973463, 40.602237360624848 ], [ -111.49380902960702, 40.602135258791634 ], [ -111.49343193207186, 40.602127861559239 ], [ -111.49318385547338, 40.602146037817299 ], [ -111.49289382932582, 40.602085115029844 ], [ -111.49254948679322, 40.601870372482139 ], [ -111.49222109844497, 40.601574481604381 ], [ -111.49191237607006, 40.601219948741601 ], [ -111.49155480336496, 40.600811570053132 ], [ -111.49099043789619, 40.600408573854388 ], [ -111.49060411848906, 40.600108420115575 ], [ -111.49024088066335, 40.599731592173967 ], [ -111.49010985467142, 40.599592511582863 ], [ -111.48979475179463, 40.599332592545323 ], [ -111.48966451629613, 40.599301613874225 ], [ -111.48954629673122, 40.599297610576706 ], [ -111.48926484853111, 40.599438439738513 ], [ -111.48906964297895, 40.599574398670647 ], [ -111.48866997128596, 40.599873381163768 ], [ -111.48801142831529, 40.600331110547913 ], [ -111.48736479343144, 40.600802299130862 ], [ -111.48695909926865, 40.601087787854553 ], [ -111.48653978018903, 40.601287748812297 ], [ -111.48620526211644, 40.601446811653844 ], [ -111.4858168312185, 40.60166916198795 ], [ -111.48561113795641, 40.601827681186428 ], [ -111.48538879021386, 40.602134915408207 ], [ -111.4853307368442, 40.60227930034862 ], [ -111.48522184186344, 40.602748216064697 ], [ -111.48516971515747, 40.603712377761227 ], [ -111.48516544334572, 40.603775457373104 ], [ -111.48513391609443, 40.604482781316129 ], [ -111.48506618978624, 40.604924497366284 ], [ -111.4849984300546, 40.605361709081158 ], [ -111.48494752016298, 40.60567723108943 ], [ -111.48479023108847, 40.605993199609891 ], [ -111.48436926880471, 40.606625582148958 ], [ -111.48379551455834, 40.607380222055589 ], [ -111.48304718265987, 40.60835180056479 ], [ -111.48274110433513, 40.608690910354575 ], [ -111.48263013973489, 40.608876054537284 ], [ -111.48261874062077, 40.608934659383998 ], [ -111.48262539612064, 40.609038232797928 ], [ -111.48278152486731, 40.609379914760105 ], [ -111.48293775249935, 40.609735109276542 ], [ -111.4829616529658, 40.609771044542185 ], [ -111.48335068825644, 40.610445077145101 ], [ -111.48375135728472, 40.611092033225425 ], [ -111.4844022240201, 40.612008202682382 ], [ -111.48501748253727, 40.612901995848723 ], [ -111.48504253479524, 40.612933421426106 ], [ -111.48520276188535, 40.613184994691366 ], [ -111.48553172277883, 40.613719635535674 ], [ -111.48571119380078, 40.614016171123744 ], [ -111.48594451504384, 40.614402567786755 ], [ -111.48609995522698, 40.614645151080943 ], [ -111.48626084353603, 40.614986807929846 ], [ -111.48644770813014, 40.6153238507315 ], [ -111.48648986749507, 40.615431778652543 ], [ -111.48659159218282, 40.615602517155473 ], [ -111.4866574604585, 40.615719353910343 ], [ -111.48668864865191, 40.615944442256065 ], [ -111.48666370310042, 40.616579667065885 ], [ -111.48661834444279, 40.61684561747002 ], [ -111.48655061624092, 40.617287333461057 ], [ -111.48650515865803, 40.617539771024425 ], [ -111.48650744593684, 40.617855068962001 ], [ -111.48654513389646, 40.618161208967059 ], [ -111.48671440123974, 40.618678500995387 ], [ -111.48688560069091, 40.619461543742865 ], [ -111.48695023939844, 40.620222513505226 ], [ -111.486941066356, 40.620587407912353 ], [ -111.48688381836426, 40.620844399584065 ], [ -111.48674358345814, 40.621070210257656 ], [ -111.4864910333728, 40.621296493917413 ], [ -111.48621535896555, 40.621594944628036 ], [ -111.48561014820139, 40.622101982717119 ], [ -111.48455546710917, 40.622583877936648 ], [ -111.48375552732001, 40.622979113345792 ], [ -111.48306965791978, 40.623126124682919 ], [ -111.48235528088514, 40.623255233455048 ], [ -111.48218909620006, 40.623327997656716 ], [ -111.48177218310093, 40.623554957065963 ], [ -111.48134888476469, 40.623881038150891 ], [ -111.4812428655631, 40.623935532651316 ], [ -111.48085974781132, 40.624094782082622 ], [ -111.48073008174187, 40.624149374565924 ], [ -111.48055922839912, 40.624231164629101 ], [ -111.48046499880995, 40.624281104966926 ], [ -111.48015388038603, 40.624588697342162 ], [ -111.48016838091885, 40.624962501345344 ], [ -111.48010470792707, 40.625151950389778 ], [ -111.48008742460223, 40.625215083679613 ], [ -111.47997710291231, 40.625494814325009 ], [ -111.47994221338399, 40.625576038313966 ], [ -111.47983757653373, 40.625824214467926 ], [ -111.47972092213593, 40.62604541410839 ], [ -111.4795166542923, 40.626415622233047 ], [ -111.47945243051562, 40.626528498570813 ], [ -111.47923048880486, 40.626907788309744 ], [ -111.47875016186158, 40.627531385915525 ], [ -111.4786157268054, 40.627747252827497 ], [ -111.47858655983785, 40.627802327219825 ], [ -111.47832357934996, 40.62823133345745 ], [ -111.47825385767601, 40.62840278889356 ], [ -111.4782398554606, 40.628428972319362 ], [ -111.47808437173578, 40.628678258204289 ], [ -111.47799704161339, 40.628867803910552 ], [ -111.47795032404852, 40.628949076211789 ], [ -111.47784493620988, 40.629093652667592 ], [ -111.47775117928347, 40.62921115459482 ], [ -111.477445937686, 40.629518715154738 ], [ -111.47710997902516, 40.629664243923223 ], [ -111.47685710139025, 40.629853571670346 ], [ -111.47673934751825, 40.629922524486211 ], [ -111.47646915427818, 40.630171380742681 ], [ -111.47611072557685, 40.63048366154748 ], [ -111.47559512694548, 40.63114342621229 ], [ -111.47549506764787, 40.631206899616778 ], [ -111.4752952678616, 40.631378888696524 ], [ -111.47506603379169, 40.63156901604961 ], [ -111.47500016834636, 40.631618835203696 ], [ -111.47479672940399, 40.631778226104828 ], [ -111.47465444491645, 40.631890519717494 ], [ -111.47428465215826, 40.632270407252442 ], [ -111.47418500417325, 40.632392434813362 ], [ -111.47410360239954, 40.632586457519096 ], [ -111.47417531452078, 40.63269426830081 ], [ -111.47449521596883, 40.632783042030439 ], [ -111.47483323807906, 40.632925792966283 ], [ -111.47506522288555, 40.63312303175352 ], [ -111.47543450293919, 40.63350438461795 ], [ -111.47563088939512, 40.633683751261309 ], [ -111.47577374563575, 40.633818294285625 ], [ -111.47595249266168, 40.634011246186219 ], [ -111.47607812489218, 40.634217929923793 ], [ -111.47612686415223, 40.634420426179986 ], [ -111.47612824003724, 40.63461410892829 ], [ -111.47598298758034, 40.634975058231547 ], [ -111.47588404232427, 40.635196180697832 ], [ -111.47572440670348, 40.636030148910336 ], [ -111.47558029972924, 40.636553250603029 ], [ -111.47543510386875, 40.637089869694798 ], [ -111.47524004645935, 40.637766329526578 ], [ -111.47506048731954, 40.638294080694301 ], [ -111.47501995985951, 40.638415865639303 ], [ -111.47483455466374, 40.638953550081538 ], [ -111.47477107065603, 40.639173624766592 ], [ -111.4746152451138, 40.639713889806202 ], [ -111.47455129398543, 40.639868202346818 ], [ -111.47437130942208, 40.640337397108553 ], [ -111.47424399750989, 40.640729800843701 ], [ -111.47421027266198, 40.640977680080063 ], [ -111.47416017896727, 40.641419314709836 ], [ -111.47415483323707, 40.641499514564252 ], [ -111.47400038671228, 40.642236163711694 ], [ -111.4738501427081, 40.642731360785788 ], [ -111.4737395438743, 40.642979555217572 ], [ -111.47365809640117, 40.643169073087989 ], [ -111.47331936171139, 40.643769543876573 ], [ -111.47300853407403, 40.644135671831322 ], [ -111.47269140838519, 40.644447772217703 ], [ -111.47205556138994, 40.64484675815433 ], [ -111.47166047568216, 40.645006025625229 ], [ -111.47115866190845, 40.645125187884361 ], [ -111.4706098555004, 40.645289583223821 ], [ -111.47033236809189, 40.64535377498084 ], [ -111.46958288007299, 40.645573035114865 ], [ -111.4685617463348, 40.645847445420351 ], [ -111.46821354488243, 40.645947953984475 ], [ -111.46813679571484, 40.645966282640856 ], [ -111.46775896271659, 40.646057901206966 ], [ -111.46744122623144, 40.64611774467113 ], [ -111.46733845732659, 40.646136178119583 ], [ -111.46728053660424, 40.646140916885123 ], [ -111.4671741629916, 40.646151256901156 ], [ -111.46702641378283, 40.646164466786949 ], [ -111.46669503891057, 40.646134275880556 ], [ -111.46635380770621, 40.64604736871695 ], [ -111.4663040592642, 40.646036759117528 ], [ -111.46604912182244, 40.645943196435532 ], [ -111.46589499579801, 40.645889765873775 ], [ -111.46576439859751, 40.645818222710624 ], [ -111.4654791757257, 40.64562118030495 ], [ -111.46495685497371, 40.645344013333457 ], [ -111.46447007508671, 40.64507480890898 ], [ -111.46435131400479, 40.645004117400696 ], [ -111.46422638387941, 40.644896514694196 ], [ -111.46419087241287, 40.644892153071368 ], [ -111.46407244265306, 40.644869206316855 ], [ -111.46400743296778, 40.644874872803634 ], [ -111.46379511270592, 40.644956804492786 ], [ -111.46360174761143, 40.645214330314808 ], [ -111.46346695446404, 40.645390541997557 ], [ -111.46334563846364, 40.645805431290086 ], [ -111.46330138329866, 40.646247037524894 ], [ -111.463238141193, 40.646508544927286 ], [ -111.46318441632528, 40.646778121982685 ], [ -111.46311691522385, 40.64693694666385 ], [ -111.46298856012554, 40.64718970626997 ], [ -111.46289627078166, 40.647527003371565 ], [ -111.46285668668749, 40.647789316548312 ], [ -111.46278699259919, 40.647973374288924 ], [ -111.46271743502118, 40.648177250674621 ], [ -111.46251269567233, 40.648502385711708 ], [ -111.46220166267825, 40.648850467730007 ], [ -111.46184384430418, 40.64927531034337 ], [ -111.46170913157704, 40.649465032662633 ], [ -111.46151624209415, 40.649794622864391 ], [ -111.46144286863866, 40.650303910043419 ], [ -111.46134979801573, 40.650529500470036 ], [ -111.46133236659274, 40.65057461382041 ], [ -111.46122077392235, 40.65085883494838 ], [ -111.46096481349633, 40.651305789686049 ], [ -111.46090647985805, 40.651423136162755 ], [ -111.46088901691716, 40.651463745195592 ], [ -111.46071983563778, 40.651802248078688 ], [ -111.4606848473578, 40.651874457589436 ], [ -111.46063815490086, 40.651964731258126 ], [ -111.46055075176541, 40.652155164291187 ], [ -111.46050968806611, 40.652203975253549 ], [ -111.46041007845629, 40.652339503543566 ], [ -111.46024995944657, 40.652448246720169 ], [ -111.46018636625364, 40.652489039495677 ], [ -111.46007427774101, 40.652530025463385 ], [ -111.45991030001865, 40.652593739846722 ], [ -111.45965496100078, 40.652616377508636 ], [ -111.4594362704654, 40.652636166176102 ], [ -111.45931814362417, 40.652659157956727 ], [ -111.45921775890507, 40.65268207906049 ], [ -111.45870985849592, 40.652787698274196 ], [ -111.45791216616604, 40.652894464795729 ], [ -111.45708514665478, 40.653037376854627 ], [ -111.45660690277835, 40.653156382532948 ], [ -111.45615785355892, 40.653220317599988 ], [ -111.45608697615312, 40.653234110676102 ], [ -111.45599839315348, 40.653253378871923 ], [ -111.45518926046381, 40.653418728565512 ], [ -111.4543562226854, 40.65354813169936 ], [ -111.45424397605028, 40.653566590783619 ], [ -111.45413169270471, 40.653579644660113 ], [ -111.45408441613606, 40.65358523582286 ], [ -111.45392585580663, 40.653576850496897 ], [ -111.45366438928923, 40.653568869292094 ], [ -111.45342757320833, 40.653532863613087 ], [ -111.4530718163615, 40.653400029807955 ], [ -111.4530302955439, 40.653382175234462 ], [ -111.45265087160665, 40.653247631228481 ], [ -111.45210671749663, 40.653241655148726 ], [ -111.45168141696583, 40.653319893811165 ], [ -111.45131501400559, 40.65336186576981 ], [ -111.45081307044751, 40.653476435718233 ], [ -111.4501526841081, 40.653776300407849 ], [ -111.44978700359859, 40.653926369568687 ], [ -111.44940363928967, 40.654085515132714 ], [ -111.44874415182728, 40.65434482893194 ], [ -111.44868400779237, 40.654372088860327 ], [ -111.4484010295952, 40.654508319137328 ], [ -111.44811853242658, 40.654716616755429 ], [ -111.44789529674141, 40.654942701303042 ], [ -111.44787194083543, 40.654987835581366 ], [ -111.44773186496552, 40.65526764965179 ], [ -111.44754826268004, 40.655583667195806 ], [ -111.44721651906545, 40.656035389314098 ], [ -111.44673495949894, 40.656549850428981 ], [ -111.44647058824106, 40.656817531484386 ], [ -111.44617141225375, 40.657188045985762 ], [ -111.44579110888517, 40.657811117467361 ], [ -111.44575139973827, 40.657887844997575 ], [ -111.44562748016308, 40.658109037262008 ], [ -111.4455923824256, 40.658167729471636 ], [ -111.44553972072133, 40.658253515640169 ], [ -111.44534072204334, 40.65856958894269 ], [ -111.44524743609405, 40.658772645161804 ], [ -111.44518333349362, 40.658917032032427 ], [ -111.4451739088332, 40.659100846494432 ], [ -111.44516711667289, 40.659146817210988 ], [ -111.44516735621484, 40.659182851213259 ], [ -111.44516177691619, 40.659233321618608 ], [ -111.44516311834465, 40.659435112025605 ], [ -111.44515738332298, 40.65946216032841 ], [ -111.445080552379, 40.659471465232386 ], [ -111.44496237851115, 40.659489938139025 ], [ -111.44486209823789, 40.659530863815895 ], [ -111.4445837492076, 40.659477883473564 ], [ -111.4444830800559, 40.659460253566962 ], [ -111.44404769995182, 40.659452919949089 ], [ -111.44399213183883, 40.659457637993391 ], [ -111.4438442947199, 40.659462710713861 ], [ -111.44353093603416, 40.659481932247594 ], [ -111.44343526732837, 40.659504821510396 ], [ -111.44302420132375, 40.659596486701673 ], [ -111.44250945215909, 40.659751608935593 ], [ -111.44234416767726, 40.659801790252928 ], [ -111.44210222954742, 40.659888299770103 ], [ -111.44162658450057, 40.660054078816671 ], [ -111.44098645368307, 40.660212376348063 ], [ -111.44074439370924, 40.660280866022703 ], [ -111.44070896447236, 40.66029000998104 ], [ -111.44009965111798, 40.660458094574167 ], [ -111.43972123003135, 40.660478454607819 ], [ -111.43965738006247, 40.660483202104878 ], [ -111.43906019470141, 40.660517004951494 ], [ -111.43871134092569, 40.660536348372013 ], [ -111.43784216295542, 40.660584691102414 ], [ -111.43687772406213, 40.660537895205387 ], [ -111.43656886095177, 40.660521946791036 ], [ -111.43643986005934, 40.660513425719401 ], [ -111.4360318283443, 40.660528480340595 ], [ -111.43557244952895, 40.660651831995359 ], [ -111.43548263258366, 40.660665683865204 ], [ -111.4353053352168, 40.660688874221464 ], [ -111.43522276229707, 40.660725220406931 ], [ -111.4350929820927, 40.660778861011323 ], [ -111.43486330518451, 40.660933775514614 ], [ -111.43432032867891, 40.661483549928072 ], [ -111.43379451199507, 40.662126948064284 ], [ -111.43308993615679, 40.662935874088831 ], [ -111.43290794005702, 40.663148261668447 ], [ -111.4326374210477, 40.663392511215626 ], [ -111.43224338173889, 40.663745327299246 ], [ -111.43187394926541, 40.664062015084234 ], [ -111.43157863737709, 40.664315363577096 ], [ -111.43139602329019, 40.664433159424362 ], [ -111.43109501877652, 40.664537883965146 ], [ -111.43077638379556, 40.664660690947919 ], [ -111.43065857334942, 40.664737704576019 ], [ -111.43056433638367, 40.664801117094093 ], [ -111.43045870329416, 40.664932137459346 ], [ -111.43040001484914, 40.665004426036283 ], [ -111.43035364884102, 40.665153242818143 ], [ -111.43036657945585, 40.665324360393328 ], [ -111.43038475940091, 40.665391858065284 ], [ -111.4304571030741, 40.665603293411721 ], [ -111.43069643612132, 40.666025810945861 ], [ -111.43122817535145, 40.666843620054578 ], [ -111.43135947373787, 40.66702330405699 ], [ -111.43137736492571, 40.667045759021207 ], [ -111.43165156245118, 40.667369048264128 ], [ -111.43191970191488, 40.667669837694298 ], [ -111.43224128633291, 40.668001956944266 ], [ -111.43246219453226, 40.668316434955045 ], [ -111.43274846646779, 40.668675711159338 ], [ -111.43277233230789, 40.668707152226041 ], [ -111.43301110848759, 40.669039579605666 ], [ -111.43320944002276, 40.669520802062429 ], [ -111.43350892335054, 40.670091731568988 ], [ -111.43370029537829, 40.670410822328684 ], [ -111.4337360811608, 40.670455731485156 ], [ -111.43393293302498, 40.670707235884876 ], [ -111.43398664723354, 40.670780004598711 ], [ -111.43407131594117, 40.67088238568045 ], [ -111.43428046933047, 40.671205912936706 ], [ -111.43432713805034, 40.671286815827429 ], [ -111.43435103479858, 40.67132276079235 ], [ -111.43442864094229, 40.671430573397423 ], [ -111.43460763401694, 40.671664126361854 ], [ -111.43486429438894, 40.672014499820413 ], [ -111.43503775531555, 40.672306629559849 ], [ -111.43530660364938, 40.672711008340642 ], [ -111.43544428000759, 40.672958228778043 ], [ -111.43562351526727, 40.673227814027626 ], [ -111.43582064639986, 40.67351985321298 ], [ -111.43619127928891, 40.674108524147961 ], [ -111.4363840266397, 40.674634805319933 ], [ -111.43650072003219, 40.675291999934686 ], [ -111.43674812937624, 40.676034282684171 ], [ -111.43679645807671, 40.676187247873962 ], [ -111.43684340251448, 40.676490663669178 ], [ -111.43679980941842, 40.676700731443503 ], [ -111.43670612001787, 40.676849729489646 ], [ -111.43655909594348, 40.67698541607335 ], [ -111.4363826956388, 40.677152743968051 ], [ -111.43631802803175, 40.677216049299822 ], [ -111.43629450983848, 40.677238659934972 ], [ -111.43610922335039, 40.677495207161215 ], [ -111.43608381395937, 40.677590795402502 ], [ -111.4360664466431, 40.677649417575743 ], [ -111.43602017278211, 40.677811749011077 ], [ -111.43602269663069, 40.678199113744142 ], [ -111.43602885362377, 40.67823602617667 ], [ -111.43604097392948, 40.678280123050378 ], [ -111.4360472131181, 40.678329647355604 ], [ -111.43610080336904, 40.678563671231593 ], [ -111.43635505609087, 40.679265389386842 ], [ -111.4367038236866, 40.680124401695664 ], [ -111.43701730672601, 40.681015076819506 ], [ -111.43715370426489, 40.681968581595257 ], [ -111.4371907699805, 40.682208072593376 ], [ -111.4372648021492, 40.682671740115275 ], [ -111.43726739250802, 40.683068112929703 ], [ -111.43729077130723, 40.683748180870111 ], [ -111.43734790353662, 40.684522712152138 ], [ -111.43734964069215, 40.684788462021885 ], [ -111.43733279695456, 40.68510833441951 ], [ -111.43720545573395, 40.685361060095715 ], [ -111.43703557003325, 40.685622955368082 ], [ -111.43687157061706, 40.685880323761403 ], [ -111.43663550714905, 40.685975808033668 ], [ -111.4361786332102, 40.685783848119982 ], [ -111.43591113507176, 40.685595675876193 ], [ -111.43543592854955, 40.685313695295171 ], [ -111.43535870896652, 40.685268042171614 ], [ -111.43532306648915, 40.685246555705874 ], [ -111.43529339374766, 40.685233154545053 ], [ -111.43479481735508, 40.684996302874772 ], [ -111.43463456244974, 40.684920332383193 ], [ -111.43424249519386, 40.684683077299646 ], [ -111.4341355523003, 40.684615914275966 ], [ -111.43401686346937, 40.684562308349136 ], [ -111.43397056552762, 40.684539960648287 ], [ -111.43386847348833, 40.684490796529644 ], [ -111.43374404339974, 40.684464237978212 ], [ -111.43363147639117, 40.684442139084027 ], [ -111.43331167233109, 40.684398296310178 ], [ -111.43327614181302, 40.684393925306892 ], [ -111.43286825514642, 40.684454011811241 ], [ -111.43282686600745, 40.684458671329395 ], [ -111.43275000460996, 40.684467968143515 ], [ -111.43267906008964, 40.684477242732463 ], [ -111.43217061407611, 40.684542207933838 ], [ -111.43175654696782, 40.684561774521434 ], [ -111.43135457478029, 40.684621833561245 ], [ -111.43075215161089, 40.684795247922906 ], [ -111.43066945957871, 40.684818078147103 ], [ -111.43060448929846, 40.684836337870323 ], [ -111.43020857614661, 40.684918892057773 ], [ -111.4300844941331, 40.684946380430986 ], [ -111.42963541389612, 40.685042643737347 ], [ -111.42902653976422, 40.685134093983869 ], [ -111.42806871841282, 40.685251158811447 ], [ -111.4278925367103, 40.685274333640351 ], [ -111.42756026187105, 40.685316103752641 ], [ -111.42741214177003, 40.685286022630244 ], [ -111.4272517736526, 40.685191124045396 ], [ -111.42713854611023, 40.685065421281244 ], [ -111.42709799452415, 40.685016023480607 ], [ -111.42705300618974, 40.684642329061603 ], [ -111.42704051686958, 40.684539676132367 ], [ -111.42694973972614, 40.684222905778391 ], [ -111.42686507571786, 40.683936742300254 ], [ -111.42685289142752, 40.6838818343006 ], [ -111.42657075036699, 40.683247763941367 ], [ -111.42633209825156, 40.682937845369892 ], [ -111.42620229214556, 40.682809500238726 ], [ -111.42602842156691, 40.682637174941284 ], [ -111.42570745598762, 40.682408637034413 ], [ -111.42563614015179, 40.682359352123598 ], [ -111.42524207928005, 40.682173423242681 ], [ -111.42494061264877, 40.682033096616117 ], [ -111.42490617572068, 40.682014305088401 ], [ -111.42408107839488, 40.681594830665411 ], [ -111.42366554391387, 40.681380147397142 ], [ -111.42356459051088, 40.681321961244365 ], [ -111.42341613329565, 40.68123692312092 ], [ -111.42327996556449, 40.681223909359751 ], [ -111.42317340945803, 40.681215291259193 ], [ -111.42312604803233, 40.681210960488862 ], [ -111.4229560423434, 40.681273743439647 ], [ -111.42244151184546, 40.681497241235945 ], [ -111.42236479450094, 40.68152905236316 ], [ -111.42216997144639, 40.681597330160166 ], [ -111.42191541337938, 40.681575738927826 ], [ -111.42182661250635, 40.681567955570529 ], [ -111.42146512374612, 40.681478287845643 ], [ -111.42141184559658, 40.681473977970811 ], [ -111.42078442657217, 40.681435727168228 ], [ -111.41979561301824, 40.681322213575292 ], [ -111.4192869521662, 40.681351088031732 ], [ -111.41895624115712, 40.681451384271668 ], [ -111.41872608403095, 40.681546810577778 ], [ -111.41865528713221, 40.681579498640417 ], [ -111.41830143675652, 40.681764558697836 ], [ -111.41804806115633, 40.681932137376442 ], [ -111.41795364740712, 40.681973018348778 ], [ -111.41777025254764, 40.681977285576714 ], [ -111.41771700796684, 40.681978379096456 ], [ -111.41748359250026, 40.681931477235793 ], [ -111.41716016516861, 40.681872287981939 ], [ -111.41655579445748, 40.681734835208523 ], [ -111.416247679351, 40.681663876835849 ], [ -111.41611613335853, 40.681632820559692 ], [ -111.41518108691056, 40.681410969221723 ], [ -111.41432830957672, 40.681287910821297 ], [ -111.41359397910522, 40.681182439276149 ], [ -111.4130966213223, 40.681125663292669 ], [ -111.41300189983868, 40.681116993458126 ], [ -111.41267634700638, 40.681095635781219 ], [ -111.41259351439247, 40.681095931819691 ], [ -111.41241604369128, 40.681101070240182 ], [ -111.41219151749081, 40.68115141990603 ], [ -111.41186682418798, 40.68126969177635 ], [ -111.41135910149553, 40.681451675911489 ], [ -111.4112941512641, 40.681473528190644 ], [ -111.41078098439657, 40.681733004016692 ], [ -111.41062079719953, 40.6818551913166 ], [ -111.41035722142544, 40.682099363382996 ], [ -111.41029508435551, 40.682194175585686 ], [ -111.41018264315183, 40.682383757848257 ], [ -111.40998783603307, 40.682650206470228 ], [ -111.40979390727209, 40.682867103780907 ], [ -111.40971165715334, 40.68296288791575 ], [ -111.40968214494626, 40.68297470395148 ], [ -111.40933410733199, 40.683148004584503 ], [ -111.40905062416289, 40.683234591947894 ], [ -111.40889692480984, 40.683257658142729 ], [ -111.40869000155926, 40.683285416897782 ], [ -111.40858949827505, 40.683299285666941 ], [ -111.40832346158217, 40.683336261649224 ], [ -111.40804600299117, 40.683440842639399 ], [ -111.40800466760872, 40.683454501771266 ], [ -111.40794563664915, 40.683477232114832 ], [ -111.40753280289526, 40.683699403222022 ], [ -111.40709709369246, 40.684052279653784 ], [ -111.40682708082674, 40.684409075031084 ], [ -111.40673956482605, 40.684612979971327 ], [ -111.40668112926905, 40.684733902382675 ], [ -111.40665762576684, 40.684761011265294 ], [ -111.40654002586241, 40.684883042847744 ], [ -111.4064988534797, 40.684923726959425 ], [ -111.40640472935405, 40.685014145300684 ], [ -111.40635763983863, 40.685054850189708 ], [ -111.40629860690503, 40.68507757969428 ], [ -111.40597394418209, 40.685205744408698 ], [ -111.40566655598288, 40.685255471842432 ], [ -111.40518220855607, 40.685396807472763 ], [ -111.40510542390788, 40.685419598664382 ], [ -111.40471577359418, 40.685565104373545 ], [ -111.40430253511822, 40.685724204416729 ], [ -111.40385987258219, 40.685910432 ], [ -111.40347651946963, 40.68611987324163 ], [ -111.40320436714612, 40.686322618819851 ], [ -111.40278147295524, 40.686648408010726 ], [ -111.40212859909045, 40.687303814284078 ], [ -111.40151684109905, 40.687910426873472 ], [ -111.40126950096683, 40.6881085772036 ], [ -111.40107520408579, 40.688271408835625 ], [ -111.40071654467728, 40.688655523722467 ], [ -111.40045831393017, 40.68901226309179 ], [ -111.4001355553166, 40.689463816794358 ], [ -111.4000123141675, 40.689635409011082 ], [ -111.39967884437971, 40.690077989815478 ], [ -111.39954847311117, 40.69024510185951 ], [ -111.39931295881881, 40.690444107877951 ], [ -111.39909339394895, 40.690539458335039 ], [ -111.39900005927696, 40.690566807010192 ], [ -111.39882866769597, 40.690603433976307 ], [ -111.39844472995372, 40.690721872638143 ], [ -111.39804314559211, 40.690858388245275 ], [ -111.39786596919305, 40.690917555452124 ], [ -111.3977714767703, 40.690949411468488 ], [ -111.39773478828489, 40.690949537868121 ], [ -111.39751699759894, 40.69094578361814 ], [ -111.39735666326946, 40.69085174431472 ], [ -111.39703591575558, 40.690650152268461 ], [ -111.39695280385696, 40.690605394605122 ], [ -111.39651352283613, 40.690372678165424 ], [ -111.39640676854818, 40.690332505648257 ], [ -111.39610431209464, 40.69022093510263 ], [ -111.39595027216787, 40.69018993307693 ], [ -111.39585556127294, 40.690184852641849 ], [ -111.39571352160192, 40.690181736098005 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 33, \"properties\": { \"NAME\": \"WASHINGTON COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 25671, \"Color4\": \"2\", \"Shape_Leng\": 347295.02858699998, \"Shape_Area\": 6297853096.0100002 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -113.4746525867228, 37.618349567352261 ], [ -113.47420425391508, 37.529060697885136 ], [ -113.38195600605316, 37.529390404527597 ], [ -113.37576615838384, 37.529379982613627 ], [ -113.36363840651536, 37.529275618397669 ], [ -113.36240992570096, 37.52925154974151 ], [ -113.32708169128811, 37.529205374617788 ], [ -113.30844993396967, 37.52917922023515 ], [ -113.29028858608137, 37.529366287520588 ], [ -113.27175767753013, 37.529126006471401 ], [ -113.25340807446925, 37.52908031267966 ], [ -113.25335875829856, 37.511647888627778 ], [ -113.2533195893752, 37.500000834684293 ], [ -113.25336529084301, 37.497156724441638 ], [ -113.25359348287203, 37.482021457617968 ], [ -113.21702884598075, 37.48187997226789 ], [ -113.21697503052472, 37.481015837420884 ], [ -113.19806885075826, 37.481067347285844 ], [ -113.14614737335717, 37.480922857075818 ], [ -113.14612464613639, 37.473804655805893 ], [ -113.12578564985238, 37.474275225461774 ], [ -113.06956819021403, 37.474462597411147 ], [ -113.03670776451317, 37.474457040188263 ], [ -113.03682645027169, 37.485283158800769 ], [ -113.03698728365882, 37.495991374070819 ], [ -113.03699061802733, 37.496946607993834 ], [ -113.03700052529186, 37.499600524389606 ], [ -113.02144076782376, 37.499575016884691 ], [ -113.00076798801193, 37.499544077429633 ], [ -112.99197964734414, 37.499556840709701 ], [ -112.90105800230793, 37.499650277976073 ], [ -112.90072339896317, 37.374972838046787 ], [ -112.90134509309976, 37.281646343345848 ], [ -112.89915276349224, 37.281659017671473 ], [ -112.89907709244295, 37.249962595256129 ], [ -112.89917812138462, 37.124975997997325 ], [ -112.89899617751018, 37.000370130097302 ], [ -112.94989237149885, 37.000252167916592 ], [ -112.96561206767703, 37.000208204550624 ], [ -112.96591548103123, 37.000208585534232 ], [ -112.98369128985949, 37.000156079644164 ], [ -112.98399093476566, 37.000227679476843 ], [ -112.9979974012808, 37.000204450636453 ], [ -113.00078415345045, 37.000202555317344 ], [ -113.00877662176023, 37.000099055302023 ], [ -113.01592316870718, 37.000090508112031 ], [ -113.02824427660553, 37.00007880878092 ], [ -113.04624553795021, 37.000062637679399 ], [ -113.05237571485902, 37.000077528132898 ], [ -113.06441647677984, 37.00009035045106 ], [ -113.10014975846271, 37.000085101573568 ], [ -113.10749332319733, 37.00009458286727 ], [ -113.11355025745866, 37.0001040043431 ], [ -113.12573595898085, 37.000080074223817 ], [ -113.13630039757271, 36.999944397917247 ], [ -113.14561016690723, 36.999947641645761 ], [ -113.15435809624957, 36.999951344618957 ], [ -113.16374818954344, 36.999954949134946 ], [ -113.17255055914454, 36.999957577784656 ], [ -113.19053917962479, 36.999910705739765 ], [ -113.20871045649599, 36.999965853209225 ], [ -113.2269258814941, 36.999994853193172 ], [ -113.24482005133193, 36.999991081308913 ], [ -113.25077449900554, 36.999959376672557 ], [ -113.26299991411767, 36.9999611323531 ], [ -113.28108029557809, 36.999988887320185 ], [ -113.29920546367531, 37.000013014485965 ], [ -113.31725763846055, 37.000040300051737 ], [ -113.33530254751243, 37.000015409332441 ], [ -113.35339935596873, 37.000036307885786 ], [ -113.37141096370372, 37.000029107608235 ], [ -113.3757651235959, 37.000032111516106 ], [ -113.38943068555294, 36.999924376193491 ], [ -113.40754891988642, 36.999918545110397 ], [ -113.4254828652558, 36.999949759112333 ], [ -113.44360698404921, 36.999956315500739 ], [ -113.45657368704654, 36.99996337352357 ], [ -113.46168056537202, 36.999965652817373 ], [ -113.47681581090471, 36.99999784078399 ], [ -113.47974940361897, 37.000003873026863 ], [ -113.49488398383673, 36.999992940654785 ], [ -113.49777718115588, 36.999990634148929 ], [ -113.50074483340202, 37.000031747578319 ], [ -113.51586595420055, 36.999955332998034 ], [ -113.51874916303446, 36.999957231942204 ], [ -113.53843943173061, 36.999970080438409 ], [ -113.55642299267687, 36.999985807930187 ], [ -113.57457414469279, 36.999975340163061 ], [ -113.59269912821225, 36.999990598417355 ], [ -113.60055770394833, 36.999998805067669 ], [ -113.61077822839222, 37.000013103382891 ], [ -113.62243384678162, 37.000003811750474 ], [ -113.62575940864799, 36.999997829881636 ], [ -113.63601065315393, 36.999959704840983 ], [ -113.67132366465533, 36.999976221047021 ], [ -113.70032551621935, 37.000026923901004 ], [ -113.72740425605352, 37.000061588933811 ], [ -113.75081461176308, 36.999943597826658 ], [ -113.75501026969724, 36.99992281334378 ], [ -113.77307939215608, 36.999997357845423 ], [ -113.79112345117892, 37.000002146730139 ], [ -113.80921668872863, 36.999971479450082 ], [ -113.82724521592748, 37.000016185289894 ], [ -113.84538825805309, 36.999969788879291 ], [ -113.86325347933079, 37.000007519047898 ], [ -113.86490492542281, 37.000004584361093 ], [ -113.87573481409444, 36.999985785705434 ], [ -113.89786327379991, 37.000014864727454 ], [ -113.91606779873635, 36.999969645478529 ], [ -113.93413000684161, 37.000024269089558 ], [ -113.95219540112257, 37.000017482956764 ], [ -113.97043369676661, 36.999981079761795 ], [ -113.98820846853367, 37.000016622657334 ], [ -114.00059413792545, 37.000001248230596 ], [ -114.00080756194427, 37.000000353421186 ], [ -114.00638658504899, 37.000025753146659 ], [ -114.02440667170947, 37.000018098351738 ], [ -114.04278821465407, 37.000061500465982 ], [ -114.05002287439611, 37.000051359284747 ], [ -114.05006070490481, 37.008583686737765 ], [ -114.05014148409009, 37.023102616486078 ], [ -114.05038113042662, 37.037653475469583 ], [ -114.05056130450957, 37.052115728989449 ], [ -114.05076637132044, 37.06663137959557 ], [ -114.05088546796827, 37.075211102848883 ], [ -114.05114059677976, 37.08115165789485 ], [ -114.05177964816058, 37.089650392007577 ], [ -114.052028452665, 37.095568568425115 ], [ -114.05255055850157, 37.104088313605864 ], [ -114.0523012129624, 37.110064366613287 ], [ -114.05198632918439, 37.118610167695088 ], [ -114.05194377464458, 37.124971948613528 ], [ -114.05186644646029, 37.162234172405348 ], [ -114.05174889067473, 37.168125693269928 ], [ -114.05170091243842, 37.202308928014006 ], [ -114.05176185347047, 37.240701675960466 ], [ -114.05182697769285, 37.249994439900881 ], [ -114.05193904280674, 37.286538478817903 ], [ -114.05197317110249, 37.289335377766626 ], [ -114.05175307084204, 37.301045769387237 ], [ -114.05181646543765, 37.315551103877787 ], [ -114.05174854984119, 37.329929149913447 ], [ -114.05185098718046, 37.345555232295119 ], [ -114.05185170574995, 37.360057600664391 ], [ -114.0518866932543, 37.374982550352335 ], [ -114.05190744907647, 37.403603714928593 ], [ -114.05189712520826, 37.418092750507689 ], [ -114.05262099302323, 37.431459010311151 ], [ -114.05279395075964, 37.435157814582261 ], [ -114.05259039187278, 37.462662772206734 ], [ -114.05267218474256, 37.491746080085406 ], [ -114.052702537535, 37.499985245030558 ], [ -114.05263996561828, 37.516902837985718 ], [ -114.05291252669831, 37.545770175376738 ], [ -114.05292513103488, 37.549405495692845 ], [ -114.05284608465351, 37.574766919837053 ], [ -114.05289911339239, 37.592822061513033 ], [ -114.05268640367453, 37.597589472025355 ], [ -114.05236741954779, 37.604742833265242 ], [ -114.02897003896238, 37.60475604729023 ], [ -114.01129299938324, 37.604798860105838 ], [ -114.00081657996749, 37.604786630975767 ], [ -113.97492814288239, 37.604820928857713 ], [ -113.95672404378854, 37.60485982694177 ], [ -113.9385877751351, 37.604610388204648 ], [ -113.91993711508964, 37.604672741434776 ], [ -113.91088375898488, 37.604680057029654 ], [ -113.90185640032594, 37.604686576752037 ], [ -113.87579079577186, 37.604694404771521 ], [ -113.86516294351611, 37.604727849540041 ], [ -113.86476160184299, 37.604746611050409 ], [ -113.82845756618308, 37.604762469655171 ], [ -113.81009352972488, 37.604782514155978 ], [ -113.75081792537115, 37.604711356966178 ], [ -113.71699488388499, 37.604643936958979 ], [ -113.6257943245093, 37.604767923807081 ], [ -113.62452790560083, 37.604796113262239 ], [ -113.61079680488521, 37.604782971079558 ], [ -113.60623643855243, 37.6047782265099 ], [ -113.58782894359364, 37.604714987512587 ], [ -113.58777671759401, 37.618268874214436 ], [ -113.51135754779646, 37.618186401815251 ], [ -113.5008125586035, 37.6182437826495 ], [ -113.4746525867228, 37.618349567352261 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 34, \"properties\": { \"NAME\": \"WAYNE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 567, \"Color4\": \"4\", \"Shape_Leng\": 447339.351199, \"Shape_Area\": 6383819258.1000004 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.84881110356264, 38.41210953266966 ], [ -111.84886749729981, 38.424269955761353 ], [ -111.84876069988752, 38.424933112740696 ], [ -111.84813741830206, 38.425514394679375 ], [ -111.84759299666356, 38.425982452695791 ], [ -111.84709349432917, 38.426373581323645 ], [ -111.84641821720561, 38.426919181876777 ], [ -111.84591344743363, 38.427350897588745 ], [ -111.84509485346388, 38.42788851298085 ], [ -111.84490226235454, 38.428074648091759 ], [ -111.84456589838963, 38.428212253109059 ], [ -111.84434410994263, 38.428350834050782 ], [ -111.84358765069973, 38.428421168775635 ], [ -111.84350295267171, 38.428428086899586 ], [ -111.84242651373198, 38.428469174950486 ], [ -111.84234182599006, 38.428476993363397 ], [ -111.84154932232249, 38.428600744935935 ], [ -111.84146582171445, 38.42861215899773 ], [ -111.84137998812604, 38.428619984944589 ], [ -111.84067587404661, 38.428660185372593 ], [ -111.84059001941193, 38.42866620848875 ], [ -111.83954828606829, 38.428736760809642 ], [ -111.83946242080138, 38.428741881974595 ], [ -111.83850654010672, 38.428806402764017 ], [ -111.83842066424991, 38.428810622040018 ], [ -111.83817957428013, 38.428767286686004 ], [ -111.83802986949411, 38.428700767272517 ], [ -111.83788006084973, 38.428625236389635 ], [ -111.83769572945492, 38.428536434083775 ], [ -111.83758989004224, 38.428498438972603 ], [ -111.83731646479352, 38.428531935120695 ], [ -111.837230630796, 38.428539758032137 ], [ -111.83718230688685, 38.428720343669276 ], [ -111.83718329530956, 38.428805950787918 ], [ -111.83722510699859, 38.428954350371512 ], [ -111.83727837458584, 38.429102668081462 ], [ -111.83716141347232, 38.429887549291536 ], [ -111.83715636184481, 38.429946163493717 ], [ -111.83708793297136, 38.430469349322109 ], [ -111.83700315139185, 38.431064748002235 ], [ -111.83671178382977, 38.431629178628654 ], [ -111.83671273020103, 38.431711181206119 ], [ -111.83658816845167, 38.431838238784117 ], [ -111.83654447535244, 38.432023297020024 ], [ -111.83661472026311, 38.432153469719033 ], [ -111.83671412599158, 38.432328494219867 ], [ -111.83691512345366, 38.432867779608323 ], [ -111.83698447938144, 38.433417016985921 ], [ -111.83702180795544, 38.434169253301803 ], [ -111.83678147358226, 38.434689160451413 ], [ -111.83654921285397, 38.434916119118348 ], [ -111.83639558787377, 38.435007335896657 ], [ -111.83617837912028, 38.435049440180698 ], [ -111.83536973259842, 38.435469760492687 ], [ -111.83485962806603, 38.435946526575194 ], [ -111.83471727863454, 38.43651980329485 ], [ -111.83458247119549, 38.43725073621124 ], [ -111.8345775727056, 38.437322867161377 ], [ -111.83456103934097, 38.437877223353311 ], [ -111.83450997856703, 38.438418307397221 ], [ -111.83427622282494, 38.439014764362433 ], [ -111.83409402157949, 38.439610853831503 ], [ -111.83400474731629, 38.439818765403388 ], [ -111.83386917618387, 38.439986452377255 ], [ -111.83374329420346, 38.440099998225875 ], [ -111.83359064504424, 38.440177686359085 ], [ -111.83335766875278, 38.440245131234633 ], [ -111.83321697983996, 38.440266859392779 ], [ -111.83313343333006, 38.440275564281286 ], [ -111.83306468833251, 38.440276053070718 ], [ -111.83298112107875, 38.440282955597432 ], [ -111.83284038019772, 38.440300177671496 ], [ -111.83275687501424, 38.440312486799563 ], [ -111.83215397483262, 38.440396075854828 ], [ -111.8320692822802, 38.440404788124717 ], [ -111.8312940464663, 38.440748240977875 ], [ -111.83079512934613, 38.441206885830326 ], [ -111.83033558528275, 38.441602165509877 ], [ -111.82963046756963, 38.442066772487436 ], [ -111.82876967028945, 38.442445961277187 ], [ -111.82855290853713, 38.442529503533812 ], [ -111.82832044257368, 38.44274292925045 ], [ -111.8281623488636, 38.44294681684763 ], [ -111.82789347007471, 38.443584063164806 ], [ -111.82776499352953, 38.444274388979764 ], [ -111.82768512981812, 38.444806661188387 ], [ -111.82743901652226, 38.44533109549932 ], [ -111.8271418512264, 38.445900949674311 ], [ -111.82666216778219, 38.446544186957325 ], [ -111.82629148684303, 38.447200171552097 ], [ -111.82598928450957, 38.447832240991289 ], [ -111.82587175142002, 38.448077294621079 ], [ -111.8258287921373, 38.448329933306432 ], [ -111.82590630440073, 38.44859524078629 ], [ -111.8261902045129, 38.449372776657185 ], [ -111.82634289670233, 38.450200803163298 ], [ -111.82601813425771, 38.450865474695576 ], [ -111.82588719817007, 38.451443165195961 ], [ -111.8257281765159, 38.452070619395265 ], [ -111.82558091975937, 38.452725026387647 ], [ -111.82550164788424, 38.453311364217768 ], [ -111.8253243515863, 38.453844320600915 ], [ -111.82483580850707, 38.454721923895185 ], [ -111.82434075466936, 38.455531980994614 ], [ -111.82395532928405, 38.456408854849649 ], [ -111.82356912630713, 38.457218142939595 ], [ -111.81750337646574, 38.462045989594401 ], [ -111.79911198000234, 38.476515447888126 ], [ -111.78061086504714, 38.491059345418478 ], [ -111.7692387299514, 38.499934758373264 ], [ -111.76654929495562, 38.502079211363906 ], [ -111.75630191705147, 38.510147539412984 ], [ -111.75081249688407, 38.510138704374874 ], [ -111.75072647159804, 38.510138354690518 ], [ -111.73829318316994, 38.510110157921474 ], [ -111.73820715782909, 38.510109799039114 ], [ -111.72627890349614, 38.510118596757998 ], [ -111.72619287806387, 38.510118229049155 ], [ -111.70748629135258, 38.510147123154638 ], [ -111.70740027458396, 38.510147642782293 ], [ -111.68884837194626, 38.510163612859991 ], [ -111.68876235481623, 38.510164118798663 ], [ -111.67027352124303, 38.510181280958264 ], [ -111.67018749540695, 38.51018087210457 ], [ -111.65187046766648, 38.51017431876933 ], [ -111.65177870722891, 38.510173928311801 ], [ -111.63311223801865, 38.510212346104325 ], [ -111.63302621986294, 38.510212811106122 ], [ -111.62581765737868, 38.51022451906239 ], [ -111.62573163128849, 38.510224077548948 ], [ -111.61626861660233, 38.510158003180784 ], [ -111.61618259055453, 38.51015755465135 ], [ -111.59787110552975, 38.510131710658598 ], [ -111.59778507944918, 38.510131248613 ], [ -111.57942752782874, 38.510082027915139 ], [ -111.57933575994058, 38.510080679523149 ], [ -111.56084690998382, 38.51010759985634 ], [ -111.5607551562085, 38.510108039237927 ], [ -111.55907488000224, 38.510111566860168 ], [ -111.55898886080715, 38.510111977480996 ], [ -111.54242105823029, 38.510126803223159 ], [ -111.542329297386, 38.510126326997913 ], [ -111.52378845442914, 38.510107984071844 ], [ -111.52370243473649, 38.510108368774752 ], [ -111.50968104427083, 38.510147701510007 ], [ -111.50959502433945, 38.510148075851305 ], [ -111.50082063966151, 38.510136362051512 ], [ -111.50073461338464, 38.510135828707739 ], [ -111.49122607566606, 38.510110311080027 ], [ -111.49113431473948, 38.510109794737609 ], [ -111.47233083637451, 38.510097022413561 ], [ -111.47224366908365, 38.510097373945491 ], [ -111.45380615390319, 38.510098174851926 ], [ -111.45372013332369, 38.510098508152318 ], [ -111.43537458908364, 38.510136604976729 ], [ -111.43528283352043, 38.510136946054459 ], [ -111.41705738657893, 38.510122160577502 ], [ -111.41697136555059, 38.510122466885662 ], [ -111.39885518399799, 38.510163037861368 ], [ -111.39876916272597, 38.510163330799998 ], [ -111.37579547026203, 38.510194243678576 ], [ -111.37570944403524, 38.510193618487627 ], [ -111.3741550974388, 38.510155336799407 ], [ -111.37406907126258, 38.510154710403164 ], [ -111.36157873533632, 38.510193940144319 ], [ -111.34303328279179, 38.510186645878434 ], [ -111.34294611398987, 38.510186901173711 ], [ -111.32444535490893, 38.510172026342801 ], [ -111.32435933291939, 38.510172264626036 ], [ -111.31077344521277, 38.510177562570796 ], [ -111.31068742310258, 38.510177790811731 ], [ -111.30585288364526, 38.510167986430915 ], [ -111.30576112669735, 38.510168226030402 ], [ -111.30573933335691, 38.505014269016172 ], [ -111.30581216604649, 38.49999794556841 ], [ -111.3038717792659, 38.500002995988304 ], [ -111.28537945191371, 38.500013466134654 ], [ -111.26689846995271, 38.499993954285308 ], [ -111.25069400001021, 38.499998217921458 ], [ -111.22997093680718, 38.499959632429245 ], [ -111.21154161261354, 38.499953814308661 ], [ -111.19359984157637, 38.50000737619326 ], [ -111.17522210230855, 38.500000263858844 ], [ -111.15676980372146, 38.49998586158592 ], [ -111.12573699803352, 38.500005264002411 ], [ -111.11979639466108, 38.499948406025055 ], [ -111.10137167236475, 38.499961296148307 ], [ -111.10126387179679, 38.499961389402266 ], [ -111.0823517149914, 38.499949177555671 ], [ -111.06396369424976, 38.499978687459702 ], [ -111.04655502502263, 38.499986901026368 ], [ -111.03508686663125, 38.500004416248046 ], [ -111.00840617214538, 38.500032801686388 ], [ -111.00070529275511, 38.500033101229221 ], [ -110.9901660500323, 38.499959692253675 ], [ -110.97146148792132, 38.499929591802683 ], [ -110.95303788149738, 38.499946183919846 ], [ -110.93470603186287, 38.499941904890235 ], [ -110.92045109597417, 38.499955620812109 ], [ -110.90904027618211, 38.499956326906812 ], [ -110.89774410815176, 38.499978551754772 ], [ -110.8793663412192, 38.500001619405893 ], [ -110.87570226168428, 38.500002294220231 ], [ -110.86012858250433, 38.499957694618146 ], [ -110.84171072904748, 38.499956781530173 ], [ -110.82322288734376, 38.499970890777526 ], [ -110.80574657326299, 38.499970245534072 ], [ -110.78637687710983, 38.499968060488797 ], [ -110.75068793230051, 38.499992155627879 ], [ -110.73026207643623, 38.499978437161957 ], [ -110.71177077924746, 38.499997475574723 ], [ -110.69108946815763, 38.499922223768813 ], [ -110.67962577446676, 38.499959017666256 ], [ -110.67498104017322, 38.499991280804068 ], [ -110.66811739342404, 38.499985550742601 ], [ -110.65650461107289, 38.500019658899546 ], [ -110.6390800708668, 38.499994295818162 ], [ -110.6256740155424, 38.49996122847633 ], [ -110.61082288532405, 38.499948869954245 ], [ -110.58785247659208, 38.499915349922837 ], [ -110.58371815940133, 38.499927764485115 ], [ -110.57640151449058, 38.499928566544774 ], [ -110.56525456459654, 38.499923768264971 ], [ -110.55347110749656, 38.499924496085157 ], [ -110.54675063715352, 38.49995275336282 ], [ -110.54200279793154, 38.49996131937305 ], [ -110.53053475137929, 38.499956466377157 ], [ -110.52886610207914, 38.499963283931692 ], [ -110.51902757791612, 38.499972859867604 ], [ -110.51041964066722, 38.499973241724412 ], [ -110.50070048722044, 38.499968258852569 ], [ -110.49221412304247, 38.499967820792087 ], [ -110.47379193404801, 38.499954090414114 ], [ -110.45522404539506, 38.499950302554851 ], [ -110.43680624482374, 38.49996682264122 ], [ -110.41916253369722, 38.499984287696222 ], [ -110.40066450929667, 38.499995626968563 ], [ -110.38223537715471, 38.499998099297322 ], [ -110.3756411029924, 38.500017202675949 ], [ -110.35849099177456, 38.49998309699626 ], [ -110.34552096603366, 38.499951889631014 ], [ -110.32705178257493, 38.499950860945766 ], [ -110.32659877958284, 38.499952763131176 ], [ -110.30896216878669, 38.499953665565826 ], [ -110.29074416310468, 38.499952898260794 ], [ -110.2820569485509, 38.499976568073073 ], [ -110.27224581270774, 38.500006132728771 ], [ -110.25366777000181, 38.500001865321359 ], [ -110.25072634261177, 38.499992095770452 ], [ -110.23526751924315, 38.499995811512484 ], [ -110.21674696512018, 38.499981555866533 ], [ -110.19874777041886, 38.500008492701042 ], [ -110.1803072343104, 38.50002056264983 ], [ -110.16352397949362, 38.500019047375353 ], [ -110.14060009286624, 38.499983744282432 ], [ -110.12568642935499, 38.499958968430995 ], [ -110.1176758749118, 38.499979998297491 ], [ -110.10650066362632, 38.499962860637694 ], [ -110.08854774294794, 38.499964198581054 ], [ -110.07006723762589, 38.499972113449928 ], [ -110.06034289240614, 38.499944058299384 ], [ -110.04884036372569, 38.499968355799425 ], [ -110.03742392212337, 38.499986823726552 ], [ -110.02527959375024, 38.499981901149489 ], [ -110.02488970960147, 38.499555099287754 ], [ -110.02476455856231, 38.499396350071947 ], [ -110.02465792876367, 38.499309849647943 ], [ -110.02457387528555, 38.499164960243924 ], [ -110.02446085241228, 38.499042359053398 ], [ -110.02426762638395, 38.498914583640861 ], [ -110.02400839138976, 38.498664598051555 ], [ -110.02382127393395, 38.498424224872586 ], [ -110.02357224016492, 38.498183335179384 ], [ -110.02324300568363, 38.497937270165991 ], [ -110.02298720781543, 38.497772923414907 ], [ -110.0226632840894, 38.497558442503241 ], [ -110.02210747530742, 38.497107716961239 ], [ -110.02169329170866, 38.496784337636079 ], [ -110.02121682958229, 38.496402760615574 ], [ -110.02094989298821, 38.496214885552895 ], [ -110.02059890380326, 38.495883018794672 ], [ -110.0203565376774, 38.495574589235702 ], [ -110.02018790751555, 38.495325353028477 ], [ -110.02008764550138, 38.495108230066982 ], [ -110.0199587198821, 38.494890867156784 ], [ -110.01987186496301, 38.494615279243355 ], [ -110.01979497683043, 38.494281197721286 ], [ -110.01972582346649, 38.493884097998837 ], [ -110.01970802113921, 38.49350545172291 ], [ -110.01968820410848, 38.493275483924791 ], [ -110.01963929631584, 38.493076814049118 ], [ -110.01959044984198, 38.492873638740669 ], [ -110.01951304873266, 38.492746825004808 ], [ -110.01934609627426, 38.492628273257239 ], [ -110.01850053448693, 38.492071467815848 ], [ -110.0182172668279, 38.491821267932366 ], [ -110.01797296710403, 38.491657006607973 ], [ -110.01768360326861, 38.491433789842915 ], [ -110.01728970902487, 38.491308825586891 ], [ -110.0165087597086, 38.490977843967322 ], [ -110.01623086815052, 38.490754719958616 ], [ -110.01599785771866, 38.490604067113388 ], [ -110.01578222958074, 38.490440042116106 ], [ -110.01552117185967, 38.490244093413445 ], [ -110.01520334303885, 38.490007113495622 ], [ -110.01491972681282, 38.489783938241864 ], [ -110.01466989317557, 38.48960610573198 ], [ -110.01448823581235, 38.489473905593805 ], [ -110.01426164078018, 38.489273738145734 ], [ -110.01396595156999, 38.489095518186694 ], [ -110.01373362681416, 38.488895301478927 ], [ -110.01347153585776, 38.488775940178456 ], [ -110.0131688892771, 38.488687778041019 ], [ -110.01288276426598, 38.488649319508397 ], [ -110.01219716045907, 38.488476820026833 ], [ -110.01191300579731, 38.488294186261477 ], [ -110.01164506470509, 38.488183783375135 ], [ -110.01115387325667, 38.488048965604527 ], [ -110.01082349522935, 38.487892974465041 ], [ -110.0104253175039, 38.487664314826411 ], [ -110.0098207203399, 38.487438414822655 ], [ -110.00945706496171, 38.4872010319136 ], [ -110.00917834601445, 38.487040967111746 ], [ -110.00879706617859, 38.486834974510572 ], [ -110.00814872369672, 38.486455494344604 ], [ -110.00764171373177, 38.486221397656266 ], [ -110.00726099897457, 38.485974851560265 ], [ -110.00694870090925, 38.485755919861383 ], [ -110.0064653704363, 38.485467947800458 ], [ -110.00618056152112, 38.485334859754893 ], [ -110.0056917525549, 38.48502881433577 ], [ -110.005339153452, 38.48482305398467 ], [ -110.00503222650907, 38.484631198332146 ], [ -110.00466866304666, 38.484389295448274 ], [ -110.00406123210293, 38.483956069304696 ], [ -110.00369197557633, 38.483628502459425 ], [ -110.00331872476924, 38.483341453762421 ], [ -110.00302967550455, 38.483101081035819 ], [ -110.00272988468022, 38.482808347433746 ], [ -110.00248700467169, 38.482545836849553 ], [ -110.00215571000933, 38.482043758635562 ], [ -110.00196593661398, 38.481671754851014 ], [ -110.00185184587345, 38.481215684363562 ], [ -110.00170434832616, 38.480688135413949 ], [ -110.00166964603726, 38.480294923051723 ], [ -110.00160557626859, 38.479537381617419 ], [ -110.00169190885998, 38.479096536817984 ], [ -110.00179256173426, 38.478448541378839 ], [ -110.00187452716948, 38.477908528760651 ], [ -110.00185171031629, 38.477484777253324 ], [ -110.00188490292101, 38.477156127461704 ], [ -110.00191286082767, 38.476791385620359 ], [ -110.00197164940717, 38.476269198988945 ], [ -110.00200084881718, 38.475814349092708 ], [ -110.00221860279035, 38.474987113426536 ], [ -110.00236865181462, 38.474497245269056 ], [ -110.002462691001, 38.473912275378886 ], [ -110.00246310632765, 38.473466191896179 ], [ -110.00249223905327, 38.473015847006707 ], [ -110.00258933686627, 38.472624657910117 ], [ -110.00269067496583, 38.472341647139295 ], [ -110.00291745163914, 38.471690217740608 ], [ -110.00302089662158, 38.471254022892467 ], [ -110.00313580210836, 38.470817925446788 ], [ -110.00326190737444, 38.470400848065566 ], [ -110.00347362642444, 38.470009732104259 ], [ -110.00365069788293, 38.469637245944007 ], [ -110.00384471186936, 38.469282927297833 ], [ -110.00398634138749, 38.468986740032285 ], [ -110.00431593825328, 38.468358711332442 ], [ -110.00493705003974, 38.467787229494242 ], [ -110.00524882625236, 38.467537545143735 ], [ -110.00556307819997, 38.467274363153393 ], [ -110.00590089800731, 38.466880708171118 ], [ -110.00616926709831, 38.466536028267157 ], [ -110.00647756195504, 38.466205204155813 ], [ -110.00672958707895, 38.465798202356737 ], [ -110.00701158391003, 38.465295026984514 ], [ -110.0072461767345, 38.464904998774394 ], [ -110.00750486191912, 38.464429561359317 ], [ -110.00762564436411, 38.463979990801398 ], [ -110.00776014318586, 38.463449429361411 ], [ -110.00783824444697, 38.463103133569753 ], [ -110.00804934899239, 38.462753458069685 ], [ -110.00830684871261, 38.462363621466885 ], [ -110.00858085779805, 38.462023489322043 ], [ -110.00885634415187, 38.461575226430647 ], [ -110.00914152489197, 38.461172104248398 ], [ -110.00946984475425, 38.460715274800371 ], [ -110.00977994737886, 38.460249278508606 ], [ -110.01014931683028, 38.459639591978586 ], [ -110.01038307361767, 38.459308127134058 ], [ -110.01086140224056, 38.458775959630998 ], [ -110.01111304215604, 38.458309465935443 ], [ -110.01127373854976, 38.457788132804737 ], [ -110.01138337255068, 38.457397040890463 ], [ -110.01149986417319, 38.456839286746536 ], [ -110.01148352399605, 38.456357012745237 ], [ -110.01133509258598, 38.455896153765302 ], [ -110.01119678166694, 38.455533609611258 ], [ -110.01102499209438, 38.455104995852295 ], [ -110.01095530456571, 38.454752943743834 ], [ -110.01095067345796, 38.454252744585879 ], [ -110.01087494145536, 38.453504118014294 ], [ -110.01086427370248, 38.453026397523246 ], [ -110.01085742848014, 38.45268839365184 ], [ -110.01081029254166, 38.452363567421095 ], [ -110.01087386160904, 38.451904497423769 ], [ -110.01082844847949, 38.451453519142348 ], [ -110.0107659478584, 38.451078997665277 ], [ -110.01077532975313, 38.450727612850805 ], [ -110.01073404760839, 38.450393824019706 ], [ -110.01064114081913, 38.450064105163527 ], [ -110.01065136131469, 38.449735257133725 ], [ -110.01074068349772, 38.449488184134978 ], [ -110.0110676598585, 38.448621296141653 ], [ -110.01130813781535, 38.448214185397042 ], [ -110.01169765560724, 38.447802023110931 ], [ -110.0118777767742, 38.447618798364651 ], [ -110.01204009550193, 38.447480482732992 ], [ -110.01234625428583, 38.44729832000241 ], [ -110.01268205129634, 38.447043409794162 ], [ -110.01307412973929, 38.446862870340389 ], [ -110.01338022199182, 38.446685210255112 ], [ -110.01366247682505, 38.446574937979513 ], [ -110.01413403286899, 38.446448234259044 ], [ -110.01451946869531, 38.446334322135108 ], [ -110.01502557933281, 38.446194387588356 ], [ -110.01541533339457, 38.446184145746486 ], [ -110.01624116241855, 38.446127999484155 ], [ -110.01683758698083, 38.446087946379002 ], [ -110.01744443031062, 38.446124578840916 ], [ -110.01812532369122, 38.446193370449926 ], [ -110.01854231886918, 38.446286983458855 ], [ -110.01925380810759, 38.446635394029791 ], [ -110.01996470687791, 38.446943241759122 ], [ -110.02054674381432, 38.447204948430901 ], [ -110.0209089098219, 38.447455803082491 ], [ -110.02199488523902, 38.448163296421164 ], [ -110.02240185179451, 38.448576734799616 ], [ -110.02285471742138, 38.44898604862837 ], [ -110.02325717899437, 38.449309327369164 ], [ -110.02376667892877, 38.449768675308043 ], [ -110.02411137760856, 38.450041904288128 ], [ -110.02442472272179, 38.450260799729968 ], [ -110.02495131563822, 38.450728395562507 ], [ -110.02563683261731, 38.451735321689519 ], [ -110.02586780156068, 38.452030129332307 ], [ -110.02615176704481, 38.452645299697984 ], [ -110.02658989036969, 38.453302303868469 ], [ -110.02693950688798, 38.453723360588896 ], [ -110.02737553157225, 38.454110888424616 ], [ -110.02796355311506, 38.454701542503855 ], [ -110.02878402596582, 38.455478864914625 ], [ -110.02945620570972, 38.45620538766488 ], [ -110.02985728840652, 38.456636775075566 ], [ -110.03043401138923, 38.457218311237135 ], [ -110.03082237743375, 38.457401762810825 ], [ -110.03120284512094, 38.45766174894073 ], [ -110.03157517459333, 38.45801629151741 ], [ -110.03183712577219, 38.458140117304488 ], [ -110.03220095289858, 38.45835940912194 ], [ -110.03246205176767, 38.458547210965797 ], [ -110.03271726555182, 38.45874667910644 ], [ -110.0329715062295, 38.459019135046951 ], [ -110.03361883740752, 38.459466059847998 ], [ -110.03409636481349, 38.459754774101903 ], [ -110.03467994439787, 38.459826272380809 ], [ -110.03511439869047, 38.459907353872154 ], [ -110.0354862668737, 38.459954574455466 ], [ -110.03597953521202, 38.45992258701876 ], [ -110.03684807545447, 38.459681903774744 ], [ -110.03749277837376, 38.459466410904454 ], [ -110.03816726457454, 38.459165545918061 ], [ -110.03853643942227, 38.45898383236436 ], [ -110.03883786869473, 38.45872496064802 ], [ -110.03906349091845, 38.458564597289062 ], [ -110.0393813894248, 38.458359930655583 ], [ -110.03987655668517, 38.458183751826176 ], [ -110.04031967442376, 38.458043192138426 ], [ -110.04072678744507, 38.457938383572291 ], [ -110.04118329522538, 38.45773845165445 ], [ -110.04163761726029, 38.457616903649964 ], [ -110.0422606789634, 38.457302076276072 ], [ -110.04291734063267, 38.457046097455439 ], [ -110.04343820650458, 38.456658333517034 ], [ -110.04392688818166, 38.456103584214901 ], [ -110.04429511836359, 38.455556862146167 ], [ -110.04445449307495, 38.454769619837627 ], [ -110.0446201879881, 38.453937369161203 ], [ -110.04454238453678, 38.453319418492882 ], [ -110.04447556597461, 38.452737604973898 ], [ -110.04435849042294, 38.452056250343581 ], [ -110.04436473072175, 38.451583175580808 ], [ -110.04438492569341, 38.450920964313546 ], [ -110.04438185810397, 38.450284697792597 ], [ -110.04434153833296, 38.44986621582138 ], [ -110.0443229713042, 38.449536228075864 ], [ -110.04430705495187, 38.449005296083833 ], [ -110.04410710277155, 38.448526032999816 ], [ -110.04378654328143, 38.448068315068269 ], [ -110.0432778186543, 38.447541470429769 ], [ -110.04252740806963, 38.447093756004172 ], [ -110.04184880359243, 38.446849392318192 ], [ -110.04100889584716, 38.446671293944014 ], [ -110.04035620101207, 38.44663440793812 ], [ -110.03982996393408, 38.446567012995629 ], [ -110.03877753044192, 38.446342998333819 ], [ -110.03812605753301, 38.446300702790566 ], [ -110.03742796327683, 38.446317499288241 ], [ -110.03621554871971, 38.446491375266767 ], [ -110.03562942423613, 38.446619027483486 ], [ -110.03500895942288, 38.446743690341052 ], [ -110.03426799007727, 38.446881775737253 ], [ -110.03330388471113, 38.446995485744651 ], [ -110.03221391730159, 38.447094630327939 ], [ -110.03128291580451, 38.447303222233444 ], [ -110.03054156036971, 38.44746921772667 ], [ -110.03003414254594, 38.447622726441942 ], [ -110.0293804311887, 38.447747084121417 ], [ -110.02833055176596, 38.447846524578708 ], [ -110.02756869860092, 38.447831191726408 ], [ -110.02701472789018, 38.447695919696152 ], [ -110.02657715721557, 38.447426433522921 ], [ -110.02625001640004, 38.447040708706524 ], [ -110.02594549234094, 38.446677700787717 ], [ -110.02580662783984, 38.446352117302112 ], [ -110.0256673958196, 38.446139179517452 ], [ -110.02548510915391, 38.445889835796528 ], [ -110.02531126281815, 38.445694633495073 ], [ -110.02495482495827, 38.445358226826315 ], [ -110.02453523907199, 38.445031206439559 ], [ -110.02417715627465, 38.444391983326071 ], [ -110.02393109477796, 38.443943843812576 ], [ -110.02365969313459, 38.443675730947497 ], [ -110.02335605818882, 38.443248739022557 ], [ -110.02309738199813, 38.442887006976449 ], [ -110.02283726251923, 38.442632504139333 ], [ -110.02247797863818, 38.442084286071633 ], [ -110.02208530111552, 38.441463692811048 ], [ -110.02173553964553, 38.44105974261204 ], [ -110.02109434799425, 38.440175725093347 ], [ -110.02090987195805, 38.439836236655083 ], [ -110.02067432853471, 38.439460273402062 ], [ -110.02036608399634, 38.438953028967497 ], [ -110.02014730497942, 38.438608746521069 ], [ -110.01987764296348, 38.438214472452515 ], [ -110.01952102305688, 38.437811359382934 ], [ -110.01923442589573, 38.43748363033265 ], [ -110.01895927640189, 38.437072185533154 ], [ -110.01852583815763, 38.436504409175456 ], [ -110.01826722185588, 38.436141765605527 ], [ -110.01804894935212, 38.435761435713211 ], [ -110.01782476784138, 38.435394573758856 ], [ -110.01759266233152, 38.435189859597415 ], [ -110.01736177960059, 38.43489503596787 ], [ -110.01720980889317, 38.43469549901554 ], [ -110.0169158138369, 38.434323543743936 ], [ -110.01666914258028, 38.434010562412141 ], [ -110.01640890600153, 38.433768660910665 ], [ -110.01620007620495, 38.433538004772792 ], [ -110.0160085661462, 38.433297580588018 ], [ -110.01578270630581, 38.432971254247839 ], [ -110.015615072806, 38.43274454785638 ], [ -110.01541895248941, 38.432422075413456 ], [ -110.01517729252774, 38.43207849245514 ], [ -110.01502521120774, 38.431887963634487 ], [ -110.01486205459491, 38.431669404518438 ], [ -110.01467031451034, 38.431362287903042 ], [ -110.01437390136368, 38.430917309208894 ], [ -110.01390491875047, 38.430441138243388 ], [ -110.01341285984536, 38.429977387804328 ], [ -110.01286365335598, 38.429504141945607 ], [ -110.0124317269608, 38.429252674336425 ], [ -110.0115583934771, 38.428605463468543 ], [ -110.01114365967888, 38.428354136147476 ], [ -110.01063451147253, 38.42788572385431 ], [ -110.0102669579824, 38.427535660520405 ], [ -110.01003534170545, 38.427298492523619 ], [ -110.00961088793775, 38.426837099619931 ], [ -110.00932370131247, 38.426558906819892 ], [ -110.00884109570816, 38.425910472425606 ], [ -110.00857082720802, 38.425484625138999 ], [ -110.00836895617942, 38.425167499266124 ], [ -110.00813888187601, 38.424818592543723 ], [ -110.00780726041388, 38.424356176387647 ], [ -110.00745833820537, 38.423902624677453 ], [ -110.00718177632243, 38.423602887934692 ], [ -110.00685490634689, 38.423212604803034 ], [ -110.00664658132081, 38.422949492838569 ], [ -110.00637834609367, 38.422460574074897 ], [ -110.00611054663301, 38.421940116586306 ], [ -110.00596042441433, 38.421609907465481 ], [ -110.00583629947084, 38.421054620207357 ], [ -110.00562079254595, 38.420480533503998 ], [ -110.00535953566823, 38.419901552091211 ], [ -110.00523189577683, 38.419603074581033 ], [ -110.00490579572408, 38.419158720779564 ], [ -110.00468844675827, 38.418719795744977 ], [ -110.00444782232849, 38.418307708385356 ], [ -110.00421723142408, 38.417999343125793 ], [ -110.00403087771625, 38.417722895186749 ], [ -110.00367872861675, 38.417174679161654 ], [ -110.00341232914684, 38.416555095753466 ], [ -110.00322985149367, 38.416080416670177 ], [ -110.00308931946537, 38.415470914913783 ], [ -110.0030755771722, 38.414803913936261 ], [ -110.00311507530428, 38.414096812018414 ], [ -110.00320651223986, 38.413610944548424 ], [ -110.00345918321887, 38.413144472026474 ], [ -110.00365926222561, 38.412754153377357 ], [ -110.00381739909058, 38.412498657105147 ], [ -110.00399208274006, 38.41228926218772 ], [ -110.00417294927053, 38.412046575312395 ], [ -110.00444012861004, 38.411773980764643 ], [ -110.00489745761745, 38.411416485567166 ], [ -110.00542415101111, 38.411011813868818 ], [ -110.00600848272346, 38.41057969156109 ], [ -110.00660243592654, 38.410197213590742 ], [ -110.00711179550792, 38.409886111557519 ], [ -110.00817383481925, 38.409277785298116 ], [ -110.00887721326389, 38.408932269452961 ], [ -110.00974774576015, 38.408507054173157 ], [ -110.01025458289459, 38.408295048527556 ], [ -110.01105387085565, 38.408053966961958 ], [ -110.01194378702523, 38.407885739711006 ], [ -110.01238560469058, 38.407821873995559 ], [ -110.01311075002724, 38.407557623587195 ], [ -110.01374439820889, 38.407283586745073 ], [ -110.01436117000914, 38.406986874594317 ], [ -110.01496642393653, 38.406694568334956 ], [ -110.0157976693361, 38.406205893646813 ], [ -110.01646674974288, 38.405851031731935 ], [ -110.01697446465523, 38.405571414324115 ], [ -110.01729308981191, 38.405384835027647 ], [ -110.01778948231308, 38.405010493398649 ], [ -110.01817944567395, 38.404545138356347 ], [ -110.01850636084357, 38.404083759963839 ], [ -110.01880592293175, 38.403527525881771 ], [ -110.01906990898044, 38.403061112959143 ], [ -110.01928796549436, 38.402603327049199 ], [ -110.0196662724981, 38.402151387187722 ], [ -110.01990612912431, 38.401774890166315 ], [ -110.0201822717309, 38.401340118115165 ], [ -110.0204385189386, 38.400936721012705 ], [ -110.02083738988496, 38.400232613587605 ], [ -110.02108801616444, 38.399905769832728 ], [ -110.02135926956969, 38.399407870093569 ], [ -110.02162768252138, 38.398950499878637 ], [ -110.02185740339611, 38.398474782132062 ], [ -110.02215641820764, 38.397955483291518 ], [ -110.02245466416537, 38.397492952717904 ], [ -110.02271178719396, 38.39710758153241 ], [ -110.02297109056391, 38.396560012152726 ], [ -110.02305188328415, 38.39608755625418 ], [ -110.02314271829039, 38.395719723021571 ], [ -110.02331403607361, 38.395242614100873 ], [ -110.0234276526687, 38.394968695111388 ], [ -110.02364895756608, 38.394691167087082 ], [ -110.02381782786594, 38.394480791865867 ], [ -110.02423395758814, 38.394191367143399 ], [ -110.02472974788236, 38.393938651737983 ], [ -110.02507517609045, 38.393797333544128 ], [ -110.02557553665432, 38.393630266465301 ], [ -110.02613229712961, 38.393526749811727 ], [ -110.02711974663231, 38.393327674179048 ], [ -110.02751108487431, 38.393263331764516 ], [ -110.02828092438247, 38.393066946613246 ], [ -110.02881315062001, 38.39299926175746 ], [ -110.02931209981402, 38.392936706097345 ], [ -110.02999860465583, 38.39289192219573 ], [ -110.03062525613838, 38.392784456495541 ], [ -110.03101688684073, 38.392611960780535 ], [ -110.03144490788837, 38.392286560473956 ], [ -110.03162477889261, 38.392107806676165 ], [ -110.03186894267859, 38.391830451647792 ], [ -110.03228164286203, 38.391365235646987 ], [ -110.03250476416589, 38.390948019484597 ], [ -110.03269257478775, 38.39060260747685 ], [ -110.03294882664474, 38.390276685025306 ], [ -110.03318238189227, 38.389935254372908 ], [ -110.03342188737425, 38.389576749484142 ], [ -110.03350748838938, 38.38916740913573 ], [ -110.03352927960917, 38.388820626619697 ], [ -110.03347152799607, 38.388428128189396 ], [ -110.03341467658822, 38.387968047083255 ], [ -110.03320374762505, 38.387470647169664 ], [ -110.03300307018333, 38.387063451497426 ], [ -110.03291640586251, 38.386778858274624 ], [ -110.03281600389347, 38.386494151626721 ], [ -110.03265111722746, 38.385979106512536 ], [ -110.03249998395528, 38.385721016922076 ], [ -110.03220856853157, 38.385249986778632 ], [ -110.03201194519195, 38.384968990931121 ], [ -110.03172898053319, 38.38472332961355 ], [ -110.03130351545977, 38.384431430031157 ], [ -110.03093367160614, 38.384261650887879 ], [ -110.03052412166944, 38.384064506164478 ], [ -110.02989723941461, 38.383852043579026 ], [ -110.0294626187622, 38.383817805060545 ], [ -110.02884153820719, 38.383599977674592 ], [ -110.02822309941865, 38.383527262269858 ], [ -110.02785803759862, 38.383514322067974 ], [ -110.02729218942289, 38.383447445100316 ], [ -110.02649764656834, 38.383358839926771 ], [ -110.02582395096765, 38.383223470105392 ], [ -110.02501607737985, 38.383275331448814 ], [ -110.02429442638645, 38.383300868913771 ], [ -110.02290391238292, 38.383257744459158 ], [ -110.02209694676532, 38.383242003185941 ], [ -110.02131884456087, 38.38320847333128 ], [ -110.02058154039355, 38.383121207167861 ], [ -110.0202502773745, 38.38306436685086 ], [ -110.01978279435434, 38.382920772534391 ], [ -110.01935532022659, 38.382782017074099 ], [ -110.01851267729107, 38.382441520484768 ], [ -110.01787031869733, 38.38210720209414 ], [ -110.01741062972216, 38.381896073605944 ], [ -110.01705107410717, 38.381730843046867 ], [ -110.01646998280185, 38.381523198818009 ], [ -110.0159857121027, 38.381352412533737 ], [ -110.01534093171911, 38.381198300106526 ], [ -110.01477354223032, 38.380909654538087 ], [ -110.01443074109483, 38.380776098802272 ], [ -110.01397662842308, 38.380492907729227 ], [ -110.0134824529482, 38.380209377750795 ], [ -110.01316559494373, 38.37993635056403 ], [ -110.0127295210123, 38.379590222483202 ], [ -110.01218148968532, 38.379058403264438 ], [ -110.01184217602538, 38.378753641243875 ], [ -110.01147997071317, 38.378448685204106 ], [ -110.01116736721544, 38.37828473377597 ], [ -110.01074720718574, 38.378032457436319 ], [ -110.01024357849226, 38.37760464193844 ], [ -110.00979837011926, 38.377090802486741 ], [ -110.00959605850221, 38.376815128351154 ], [ -110.00940643641701, 38.37644853980381 ], [ -110.00926137472881, 38.376172447637146 ], [ -110.00911279083083, 38.375735010540907 ], [ -110.00903599430694, 38.375490135912777 ], [ -110.00889962197712, 38.374996927272498 ], [ -110.00900385162518, 38.374489531006851 ], [ -110.00901209475654, 38.374304854452348 ], [ -110.00900924773954, 38.37409394930684 ], [ -110.00899559337968, 38.373836090329426 ], [ -110.00899909651115, 38.373579277583545 ], [ -110.00897817026579, 38.373434908474771 ], [ -110.00905521470645, 38.373241801474727 ], [ -110.00921324365251, 38.372986294800043 ], [ -110.00929742321225, 38.372689609760052 ], [ -110.0093928026204, 38.372411043311253 ], [ -110.00946856715849, 38.372311650137114 ], [ -110.00957943185558, 38.372156678964522 ], [ -110.00963881263019, 38.371999470355327 ], [ -110.00969863529905, 38.371809822186357 ], [ -110.00988674772705, 38.371446424441281 ], [ -110.01019504209678, 38.371084041137408 ], [ -110.01045626067511, 38.370815885821521 ], [ -110.01079235476561, 38.370513214853588 ], [ -110.01104244200215, 38.3702215330079 ], [ -110.01133220778722, 38.369958122495568 ], [ -110.01154037938309, 38.369802167547903 ], [ -110.01175513091516, 38.369583183545856 ], [ -110.01196391317843, 38.369382172869308 ], [ -110.01228163208684, 38.369082947435921 ], [ -110.0125263218528, 38.368850696170796 ], [ -110.01283901096477, 38.368668583104686 ], [ -110.01329486645751, 38.3683119397868 ], [ -110.01356812079655, 38.367998818481517 ], [ -110.01385817424067, 38.36771287389444 ], [ -110.01416453793178, 38.367490149895353 ], [ -110.01444222490196, 38.367271690019066 ], [ -110.01476117495467, 38.367049070233826 ], [ -110.01504343661873, 38.366830647344699 ], [ -110.01528647697798, 38.366634424398484 ], [ -110.01550114675975, 38.366419938640071 ], [ -110.01582065382954, 38.366071152187132 ], [ -110.01606199310083, 38.365577516347344 ], [ -110.01611051901638, 38.365375152939635 ], [ -110.01606821529563, 38.365117955060207 ], [ -110.01599066140703, 38.36492805152367 ], [ -110.01580448927623, 38.364729125321141 ], [ -110.01561207078234, 38.364568898105254 ], [ -110.01519098418092, 38.364389627112708 ], [ -110.01488915625647, 38.364278946987405 ], [ -110.01458111802994, 38.364204262009984 ], [ -110.01405580882088, 38.364114231191941 ], [ -110.01366138447659, 38.364079371423202 ], [ -110.0130607060982, 38.36406079827978 ], [ -110.01234936029927, 38.364099868007933 ], [ -110.01176016892711, 38.364162493227745 ], [ -110.01139307099946, 38.36422248246798 ], [ -110.01095681187927, 38.364317935230908 ], [ -110.01031337529818, 38.364497251880522 ], [ -110.00979102969657, 38.364609997591167 ], [ -110.00932504804804, 38.364786301443175 ], [ -110.00868203367473, 38.364934070559983 ], [ -110.00774162940084, 38.365484860601676 ], [ -110.00684865456141, 38.365914382467508 ], [ -110.00628826129068, 38.366297150806545 ], [ -110.00556719532818, 38.366710095717785 ], [ -110.0048043344662, 38.367248849615272 ], [ -110.00424287061639, 38.367708201052793 ], [ -110.00365247677495, 38.368189833907628 ], [ -110.00312527357204, 38.368653977022511 ], [ -110.00252329517504, 38.369144517544036 ], [ -110.00206544578262, 38.369558778540885 ], [ -110.001584476527, 38.36998906241957 ], [ -110.00114975607143, 38.370385492677968 ], [ -110.00097447394396, 38.370645347453973 ], [ -110.00066756130958, 38.37090407995106 ], [ -110.00056896866455, 38.370997865584798 ], [ -110.00046440481236, 38.371109624243729 ], [ -110.00015637236541, 38.3714494539093 ], [ -110.00001734483524, 38.371569930224922 ], [ -109.99988391587573, 38.371699466143134 ], [ -109.99974401901989, 38.371883018775158 ], [ -109.99958620768983, 38.372120490409685 ], [ -109.99942198965134, 38.372407473182029 ], [ -109.99907842847855, 38.372832610712258 ], [ -109.99874185526933, 38.373248794862391 ], [ -109.99852454295321, 38.373566864823431 ], [ -109.99826227681122, 38.373907080240571 ], [ -109.99797695476396, 38.374341724018564 ], [ -109.99756908825979, 38.37477982522676 ], [ -109.99731360612184, 38.375042593190614 ], [ -109.9972724731672, 38.37511974458716 ], [ -109.99721953272477, 38.37522292977409 ], [ -109.9971553942099, 38.375307995133667 ], [ -109.99708528338232, 38.375411033366532 ], [ -109.99702058469465, 38.375536647866049 ], [ -109.99695084670819, 38.375612653196093 ], [ -109.99686947516931, 38.375702076936385 ], [ -109.9967883398655, 38.375774379836095 ], [ -109.99670131922042, 38.37585834790994 ], [ -109.99664880056929, 38.375930895624485 ], [ -109.99657876308949, 38.376028526963943 ], [ -109.99650902416292, 38.376104532012022 ], [ -109.99641060575313, 38.376184797492925 ], [ -109.99629501685118, 38.376264915874906 ], [ -109.99617861832446, 38.376403605210918 ], [ -109.99608523766599, 38.376533479550666 ], [ -109.99601518638322, 38.376632011618469 ], [ -109.9959510451918, 38.376717076262473 ], [ -109.99584671502241, 38.37681080861897 ], [ -109.99577106424024, 38.376900280568591 ], [ -109.99571270829212, 38.376980888635828 ], [ -109.99567050255989, 38.377052623040832 ], [ -109.99562492494354, 38.377119822539996 ], [ -109.99553757736165, 38.377227218111628 ], [ -109.9954327474581, 38.377356993797463 ], [ -109.99533339143954, 38.377504840294812 ], [ -109.99523484517978, 38.377594115655604 ], [ -109.99514176044035, 38.377702362942948 ], [ -109.99506568399286, 38.37782247155797 ], [ -109.99496676294214, 38.377938779464003 ], [ -109.99487910166815, 38.378068701823622 ], [ -109.99478590355147, 38.378185058639041 ], [ -109.99472169716964, 38.378274628013202 ], [ -109.99463409740228, 38.378400044707185 ], [ -109.99454655969434, 38.378520955865689 ], [ -109.99444732498733, 38.378659790610357 ], [ -109.99436551026857, 38.378780750717056 ], [ -109.99430721359981, 38.378856852554243 ], [ -109.99417935978529, 38.378995441525774 ], [ -109.99413270968549, 38.379057224010189 ], [ -109.99405646788247, 38.379189046101743 ], [ -109.99399177296391, 38.379313757639061 ], [ -109.99392088340041, 38.379389751200698 ], [ -109.99384618501895, 38.379492748009056 ], [ -109.99376474283646, 38.379586674884777 ], [ -109.99365449472567, 38.379693872400935 ], [ -109.9935614298699, 38.379800316141328 ], [ -109.99338739614562, 38.379966444896077 ], [ -109.99326557456124, 38.380082554642975 ], [ -109.99313199284367, 38.380221093229693 ], [ -109.9930911147551, 38.380279320058953 ], [ -109.99302696685872, 38.380364382959314 ], [ -109.99297343389401, 38.380427007032054 ], [ -109.99290489413879, 38.380498514144406 ], [ -109.99281212703238, 38.380583331041713 ], [ -109.9927194846755, 38.380659136943329 ], [ -109.99259772334341, 38.38077074049307 ], [ -109.99251086679899, 38.380842089952182 ], [ -109.99241828629953, 38.38091339014511 ], [ -109.99234300200247, 38.380975826953808 ], [ -109.99224482240064, 38.381038066884543 ], [ -109.99210657604196, 38.381099962237712 ], [ -109.99199784310893, 38.381180135199855 ], [ -109.9919039918439, 38.381260436040691 ], [ -109.99182285784916, 38.381331834190817 ], [ -109.99172436458932, 38.381416600954772 ], [ -109.99163738130997, 38.381496960650281 ], [ -109.99156763189967, 38.381572962545036 ], [ -109.99148027288339, 38.381680354856378 ], [ -109.99137008077098, 38.381783044639569 ], [ -109.99128882051465, 38.381863453310821 ], [ -109.99122034031473, 38.381930453923324 ], [ -109.99112058810761, 38.382023320119309 ], [ -109.99104491348065, 38.382113689876348 ], [ -109.99099258487404, 38.382171817382591 ], [ -109.99091711024683, 38.382247769593441 ], [ -109.99081861468068, 38.382332535551541 ], [ -109.9907491140404, 38.382390515105683 ], [ -109.99066079588127, 38.382484380540426 ], [ -109.9905977253257, 38.382573957325612 ], [ -109.99054470717564, 38.382681644617449 ], [ -109.99046879315068, 38.382789134699593 ], [ -109.99035274870489, 38.382900785076266 ], [ -109.99023664125836, 38.383016940784806 ], [ -109.99015487716981, 38.383133392245902 ], [ -109.99005550234229, 38.383281233868772 ], [ -109.98993316853036, 38.383433383562227 ], [ -109.98985731546577, 38.383536367758538 ], [ -109.98979273469223, 38.383652065828784 ], [ -109.98968755917986, 38.383805264319598 ], [ -109.98959453332444, 38.38390810032206 ], [ -109.98950131913233, 38.384024452601217 ], [ -109.9894547746169, 38.384078123258732 ], [ -109.98934426246545, 38.38420333826469 ], [ -109.98927991854268, 38.384301915304306 ], [ -109.98918664062151, 38.384422772762839 ], [ -109.98908713658311, 38.384579624383115 ], [ -109.98897674847217, 38.384695828111148 ], [ -109.98887780817658, 38.38481213048027 ], [ -109.98878446618191, 38.384937493040411 ], [ -109.98864520553276, 38.38507147132848 ], [ -109.98851104093686, 38.385250553331922 ], [ -109.98841172256144, 38.385393887972789 ], [ -109.98835882456902, 38.385492563253024 ], [ -109.98830598919861, 38.385586733056655 ], [ -109.98823025707858, 38.385680705201821 ], [ -109.98814784410443, 38.385761101652804 ], [ -109.98810231672866, 38.385823792508212 ], [ -109.98803262219427, 38.385895286687003 ], [ -109.98792960172449, 38.3859755050674 ], [ -109.98785901322509, 38.386028967459389 ], [ -109.98778919265007, 38.386109472380994 ], [ -109.98770804914891, 38.386180867493849 ], [ -109.9875979076234, 38.386279048037274 ], [ -109.98747059318097, 38.386377080134061 ], [ -109.98738988885523, 38.386416936884416 ], [ -109.98731472015875, 38.386470359372915 ], [ -109.98725684967449, 38.386514919289077 ], [ -109.98718129116968, 38.386596275458594 ], [ -109.98706537379174, 38.386698010372612 ], [ -109.98698945033505, 38.386805497999383 ], [ -109.98689659277183, 38.386895716453374 ], [ -109.98679689101949, 38.386984073275329 ], [ -109.98667090772862, 38.387068598018509 ], [ -109.98658988780856, 38.387130981424548 ], [ -109.98648007032747, 38.387205732545105 ], [ -109.98637588884776, 38.387286840682613 ], [ -109.9862890812531, 38.387353679815682 ], [ -109.98620239930436, 38.387411507991963 ], [ -109.9860867686364, 38.387492516842023 ], [ -109.98601148462164, 38.387554048256348 ], [ -109.98586706839939, 38.387646523438889 ], [ -109.98576313732667, 38.387709609231592 ], [ -109.98564789591205, 38.387762683879878 ], [ -109.98554951255765, 38.387838434255691 ], [ -109.98539948417789, 38.387922749501847 ], [ -109.98531292676435, 38.387971566109258 ], [ -109.98520315707761, 38.388042711632629 ], [ -109.98513377240177, 38.388091676778089 ], [ -109.98496065670261, 38.388189309521216 ], [ -109.98485687524442, 38.388241581421354 ], [ -109.98470702163003, 38.388313280514936 ], [ -109.9844999493352, 38.388382681314745 ], [ -109.98432700856245, 38.388467697859767 ], [ -109.98415414302713, 38.388547307613528 ], [ -109.98396982836198, 38.388626817867369 ], [ -109.98381432437539, 38.38869305964333 ], [ -109.98361283581218, 38.388772420440219 ], [ -109.98343996878435, 38.388852029115633 ], [ -109.98317551098278, 38.388930843026024 ], [ -109.98299717112411, 38.388992379618763 ], [ -109.98288211502883, 38.389031935163032 ], [ -109.98266917570757, 38.389111194958879 ], [ -109.98247963870631, 38.389154609628946 ], [ -109.98232432170565, 38.389207333073429 ], [ -109.98220359101639, 38.38924323388931 ], [ -109.98204268816917, 38.389285995284958 ], [ -109.98186447286248, 38.389338519250408 ], [ -109.98167499800086, 38.389377427165627 ], [ -109.98145131537713, 38.389406124355318 ], [ -109.98125025218577, 38.389454844050427 ], [ -109.98108971503798, 38.389471472592511 ], [ -109.98092949399468, 38.389465573734633 ], [ -109.9807746811985, 38.389482251612677 ], [ -109.98060244199576, 38.389516801672812 ], [ -109.98040736812644, 38.389546646866286 ], [ -109.98018926976067, 38.389585303383335 ], [ -109.97996576319628, 38.389601382503244 ], [ -109.97985108435499, 38.389613902426142 ], [ -109.97963902653919, 38.389630080563691 ], [ -109.97940979528896, 38.389646108787296 ], [ -109.97922107848727, 38.389630947503527 ], [ -109.97903846633108, 38.389588803180303 ], [ -109.9789069941973, 38.389574139994231 ], [ -109.97870135787369, 38.389540806541845 ], [ -109.97853566603892, 38.389516832804198 ], [ -109.97834160572205, 38.389474587631611 ], [ -109.97810772826386, 38.389413971072642 ], [ -109.97798217133675, 38.389385840466915 ], [ -109.97790805821973, 38.389363565504809 ], [ -109.97780547526366, 38.389330227857236 ], [ -109.9776119234153, 38.389251938036772 ], [ -109.97745202049487, 38.389223507279588 ], [ -109.97736073448038, 38.389201082158593 ], [ -109.97718398857786, 38.389149072967854 ], [ -109.97696168894279, 38.389079543187833 ], [ -109.97678499442621, 38.389023929058112 ], [ -109.97667101449673, 38.38898688614313 ], [ -109.97654043306872, 38.388909144301124 ], [ -109.97631947024057, 38.388826107025764 ], [ -109.97607389249461, 38.388702300452984 ], [ -109.97591469041241, 38.388624307896833 ], [ -109.9757569513136, 38.388523797986046 ], [ -109.97559692291468, 38.388423267856091 ], [ -109.97542073966665, 38.388331608268253 ], [ -109.97519920732917, 38.388208010048508 ], [ -109.97508014113504, 38.388125861276407 ], [ -109.97496699033009, 38.388030246159133 ], [ -109.97479786898911, 38.387844021713356 ], [ -109.97457703907951, 38.387670862631182 ], [ -109.97445822899803, 38.387570691529142 ], [ -109.97437898003457, 38.387506914347867 ], [ -109.97428891909671, 38.387397982652267 ], [ -109.97423854633891, 38.387316434117672 ], [ -109.9741488040947, 38.387184975176829 ], [ -109.97410930724547, 38.387144075634914 ], [ -109.97401905618115, 38.387048660021271 ], [ -109.97388924508665, 38.386916850153625 ], [ -109.97374334428294, 38.386708297523668 ], [ -109.9736873120804, 38.386622193213199 ], [ -109.97364234631661, 38.38656322168714 ], [ -109.97352970931995, 38.386431561795519 ], [ -109.97345695088092, 38.386313769001291 ], [ -109.97336702017455, 38.386195825760076 ], [ -109.97324891489535, 38.386046093759987 ], [ -109.97317049685059, 38.38592374522414 ], [ -109.97309856774658, 38.385747381652997 ], [ -109.97304922962032, 38.385592844690642 ], [ -109.97297169171195, 38.385408321121041 ], [ -109.97290478671418, 38.385281567288139 ], [ -109.97286020475163, 38.385195562902716 ], [ -109.97282211170456, 38.385055543527592 ], [ -109.97275037545866, 38.384865663457283 ], [ -109.97266204107015, 38.384635083990212 ], [ -109.97260735023855, 38.384454365186947 ], [ -109.97256925803741, 38.384314345724455 ], [ -109.97253135720806, 38.38416080996415 ], [ -109.97249332904076, 38.38401628504613 ], [ -109.97247775072255, 38.383903498816245 ], [ -109.97247291918978, 38.383840372645544 ], [ -109.97245078824554, 38.383786106801537 ], [ -109.97242910357581, 38.38370030295544 ], [ -109.97240856374741, 38.38361450914055 ], [ -109.97235241070598, 38.383456307313196 ], [ -109.97230916933886, 38.383275688719692 ], [ -109.97228335496402, 38.383077198947447 ], [ -109.97226803216957, 38.382946390964719 ], [ -109.97224202672921, 38.382761417461879 ], [ -109.97227809150498, 38.38264007199335 ], [ -109.97232636893567, 38.3824647617243 ], [ -109.97233446537533, 38.381892572201224 ], [ -109.97232512150909, 38.381743792663606 ], [ -109.97232633277227, 38.381658189499746 ], [ -109.97235139546369, 38.381505205606288 ], [ -109.97235909544935, 38.381365587457537 ], [ -109.97236628542238, 38.381262012745289 ], [ -109.97239326022597, 38.380973865921618 ], [ -109.97240140625975, 38.380802709742461 ], [ -109.97241006218998, 38.380595510112208 ], [ -109.97245337642531, 38.380447192151685 ], [ -109.97250578466156, 38.380303459872785 ], [ -109.97254223008754, 38.380155081662622 ], [ -109.97256175925419, 38.379988531209598 ], [ -109.97255858486677, 38.379808263786515 ], [ -109.97258358261344, 38.37965978521158 ], [ -109.97263166598555, 38.379497990986088 ], [ -109.97266270570994, 38.379327035386083 ], [ -109.97274557637039, 38.37913400403697 ], [ -109.97278233924803, 38.378963098545839 ], [ -109.97283054910838, 38.378792293341917 ], [ -109.97289007845384, 38.378630599275645 ], [ -109.97293847893927, 38.378446277712079 ], [ -109.97299837721141, 38.378258452061253 ], [ -109.9730455796344, 38.37815883258309 ], [ -109.97311591806019, 38.378042292989122 ], [ -109.97315242469553, 38.377889409065624 ], [ -109.97313671906777, 38.377785633678791 ], [ -109.97312063132813, 38.377708890892002 ], [ -109.97306091952059, 38.377559670074618 ], [ -109.97297023749331, 38.377414683884567 ], [ -109.97292604229179, 38.37730164687337 ], [ -109.97288286450373, 38.377197630742849 ], [ -109.97284935401532, 38.377057651364879 ], [ -109.97286881777924, 38.376895606186459 ], [ -109.97286526035572, 38.376742371274716 ], [ -109.97287842723287, 38.376620824845027 ], [ -109.97288599806777, 38.376490217394405 ], [ -109.97290870253077, 38.376422826434897 ], [ -109.9729336963065, 38.37635545552768 ], [ -109.97295265006478, 38.376229453789179 ], [ -109.97296517970045, 38.376152961684582 ], [ -109.97296664475934, 38.376049336681945 ], [ -109.97299151281386, 38.375909868766406 ], [ -109.97303850982931, 38.375824666623039 ], [ -109.97310165946891, 38.375730593969763 ], [ -109.97313854529192, 38.375631785228485 ], [ -109.9731744773985, 38.375519450139159 ], [ -109.97335286277564, 38.375047883197929 ], [ -109.97365741191531, 38.374559396606124 ], [ -109.97380583913453, 38.374182192470187 ], [ -109.97404584856174, 38.373804888456455 ], [ -109.9743145094392, 38.373425131004765 ], [ -109.97468746827316, 38.372955264042595 ], [ -109.97506023156033, 38.372498912110977 ], [ -109.97536825739718, 38.372168161033137 ], [ -109.97557822642527, 38.371890624244173 ], [ -109.97575347461068, 38.371639819689236 ], [ -109.97597610582881, 38.371275877624164 ], [ -109.97628658527994, 38.37077031272824 ], [ -109.97647912400083, 38.37051064600476 ], [ -109.97692174343038, 38.369969283739628 ], [ -109.97705736612268, 38.369686589297423 ], [ -109.97717378670723, 38.36946681113772 ], [ -109.97730400480084, 38.369242647216396 ], [ -109.97740592176578, 38.368914598283752 ], [ -109.97745022949361, 38.368613082766842 ], [ -109.97750471437375, 38.368401775984722 ], [ -109.97760523453958, 38.368172846648918 ], [ -109.97774047077851, 38.367917183934154 ], [ -109.97792250171207, 38.367589833009987 ], [ -109.97822584767093, 38.367182431152735 ], [ -109.97845944172475, 38.366851022724177 ], [ -109.9786771321907, 38.366429355213896 ], [ -109.9787886478161, 38.366232062558979 ], [ -109.97896551682045, 38.36586411088944 ], [ -109.97912401380422, 38.365581612996188 ], [ -109.97935747193684, 38.365259213464164 ], [ -109.97956110079247, 38.365023069072159 ], [ -109.97982833349238, 38.364740615356148 ], [ -109.98021151812688, 38.364351926774297 ], [ -109.98062884362663, 38.36397705176288 ], [ -109.98087737212414, 38.3638034782471 ], [ -109.98114294031998, 38.363639064287447 ], [ -109.98144201290852, 38.363452410777867 ], [ -109.98167388373419, 38.363323750870464 ], [ -109.98219262069475, 38.363062401106816 ], [ -109.98315164922057, 38.362746290538333 ], [ -109.98388783555214, 38.362567927111819 ], [ -109.98451465359409, 38.362352563724613 ], [ -109.98501004401618, 38.362122541190125 ], [ -109.9852752194258, 38.361985150385266 ], [ -109.98548317113639, 38.36184726381051 ], [ -109.98574878477079, 38.361678333655099 ], [ -109.98592240122886, 38.361540149244007 ], [ -109.98606715443429, 38.361419738986861 ], [ -109.98628772885296, 38.361197247162288 ], [ -109.98662603759202, 38.360739657745484 ], [ -109.98681958003196, 38.360403379791414 ], [ -109.98698494953808, 38.360035316001401 ], [ -109.98710435216648, 38.359680372861568 ], [ -109.98717728642265, 38.359374594266889 ], [ -109.98720425526908, 38.35908193657805 ], [ -109.98720292759059, 38.358766504380583 ], [ -109.98718933978651, 38.358509544397293 ], [ -109.98716864896588, 38.358351655280295 ], [ -109.98708362637321, 38.35788229562344 ], [ -109.98696364538728, 38.357457693939665 ], [ -109.98677512862376, 38.357023487823021 ], [ -109.98653549421283, 38.356561803463066 ], [ -109.98623285994842, 38.356104079892738 ], [ -109.98591814431698, 38.355610202933214 ], [ -109.9856732509588, 38.35519803740933 ], [ -109.98533341786863, 38.354618327300301 ], [ -109.98498996841582, 38.354052102911879 ], [ -109.98464945382189, 38.353521951016447 ], [ -109.98435803516395, 38.353082343683056 ], [ -109.98410052115489, 38.352673670278293 ], [ -109.9838768101522, 38.352303139769134 ], [ -109.98370322186074, 38.352031274402528 ], [ -109.98349506665005, 38.351776231953096 ], [ -109.98333712077975, 38.351613547201133 ], [ -109.98320226302991, 38.351436643212395 ], [ -109.98275505944098, 38.351090307068986 ], [ -109.98211509888981, 38.350616127585525 ], [ -109.98147495735988, 38.350155461087809 ], [ -109.98077798982281, 38.34966726105754 ], [ -109.98007404647107, 38.349269116520034 ], [ -109.97960901195194, 38.348972179462166 ], [ -109.97929725263019, 38.348762189245619 ], [ -109.978668144772, 38.348333145615662 ], [ -109.97800528729404, 38.347863250315449 ], [ -109.97746112473858, 38.347498024807152 ], [ -109.97701893331772, 38.347205782724636 ], [ -109.97663440008664, 38.346882500108137 ], [ -109.97610347010034, 38.346391215351574 ], [ -109.97562289388105, 38.345981476399487 ], [ -109.97502980985259, 38.345516679864112 ], [ -109.97447906885986, 38.345133358971417 ], [ -109.97392846079246, 38.344822132926936 ], [ -109.97331454610959, 38.344537386114915 ], [ -109.97299544897389, 38.344444471363104 ], [ -109.97268220082819, 38.344342594957304 ], [ -109.97243213768768, 38.344223247384754 ], [ -109.97217114307068, 38.344067755327245 ], [ -109.97183069484042, 38.343866505860305 ], [ -109.97154052529682, 38.343751310728656 ], [ -109.97116523285302, 38.343586703049162 ], [ -109.97088664735973, 38.343461694708381 ], [ -109.9707845656304, 38.343397714506331 ], [ -109.97062044818647, 38.343270105399256 ], [ -109.9705696626384, 38.343220093368423 ], [ -109.97044508111297, 38.343128879238144 ], [ -109.9702361556669, 38.342933285906668 ], [ -109.96962946044609, 38.342544944880984 ], [ -109.968931432278, 38.342142279606961 ], [ -109.96828508952943, 38.341726546910962 ], [ -109.96772874951922, 38.341419747431758 ], [ -109.96733754421238, 38.341168471927972 ], [ -109.96706538629905, 38.340994846159631 ], [ -109.96679297368962, 38.340839241586174 ], [ -109.96648617480692, 38.340687839327565 ], [ -109.96592310503074, 38.340453068269717 ], [ -109.96537192860632, 38.340186857336747 ], [ -109.96485487412482, 38.339935364301979 ], [ -109.96438856355064, 38.339736586961834 ], [ -109.96411615062144, 38.339662084498983 ], [ -109.9638867646716, 38.339619503718794 ], [ -109.96365261004154, 38.339590398396901 ], [ -109.96330925283841, 38.33959637534609 ], [ -109.96299404837231, 38.339634142382188 ], [ -109.962322823812, 38.339763384921064 ], [ -109.96185804939385, 38.339858403418006 ], [ -109.9613531659345, 38.33995757081675 ], [ -109.96102034699167, 38.340026718617729 ], [ -109.96057092809714, 38.340248036483842 ], [ -109.96031722856011, 38.340385473818401 ], [ -109.95970666328593, 38.340672949645402 ], [ -109.95903895191813, 38.340955408941753 ], [ -109.95836441793203, 38.341314406027266 ], [ -109.95785128162663, 38.341589219465043 ], [ -109.95741296197244, 38.341833153775525 ], [ -109.95691048441111, 38.34216212995883 ], [ -109.95643479571673, 38.342617510713808 ], [ -109.95601000564476, 38.343113896762631 ], [ -109.95552791669003, 38.343695385037002 ], [ -109.9551291499352, 38.344291131779002 ], [ -109.95491646652711, 38.344757861456912 ], [ -109.95466835394478, 38.345300877020378 ], [ -109.95445527584098, 38.345794638289775 ], [ -109.95429355410911, 38.346297869156388 ], [ -109.95415946326521, 38.346868936330772 ], [ -109.95408920932672, 38.347377488622996 ], [ -109.95393233742949, 38.348020448325748 ], [ -109.95383669048161, 38.348623399958392 ], [ -109.95376779365924, 38.349037337855826 ], [ -109.95371072745647, 38.34942434521237 ], [ -109.95364787449833, 38.349815806878119 ], [ -109.95356668978424, 38.350288212980736 ], [ -109.95353019919679, 38.350517693595393 ], [ -109.95342543708831, 38.350958347066268 ], [ -109.95342798071563, 38.351179164024302 ], [ -109.95344209682686, 38.351391072260142 ], [ -109.95341635772272, 38.351589106725662 ], [ -109.95337085992247, 38.351967204984831 ], [ -109.95336612529935, 38.352296101039187 ], [ -109.95339077632335, 38.352571187340281 ], [ -109.95334527765777, 38.352949285516388 ], [ -109.9533238970445, 38.353241984888527 ], [ -109.95331584041227, 38.353404129090606 ], [ -109.95333678071779, 38.353539496126601 ], [ -109.95334459151908, 38.35379190203308 ], [ -109.95331975926079, 38.353926860446343 ], [ -109.95329417178624, 38.354034776091282 ], [ -109.95325304638583, 38.354188514239418 ], [ -109.95318765644701, 38.354358257338987 ], [ -109.95308207200466, 38.354537554702226 ], [ -109.95294215713042, 38.354716545381635 ], [ -109.95283754500369, 38.35482826115885 ], [ -109.9526697994872, 38.354952930905789 ], [ -109.95247929652338, 38.355068385081125 ], [ -109.95213398273239, 38.35520498545165 ], [ -109.95181220406856, 38.355296735189249 ], [ -109.95151917606975, 38.35537882794462 ], [ -109.95088795561976, 38.355500250710477 ], [ -109.95007943800586, 38.35561467531442 ], [ -109.94939152995477, 38.355698633142566 ], [ -109.94814406469125, 38.355696460224763 ], [ -109.94709672938049, 38.355705083441954 ], [ -109.94621597691049, 38.355670134652158 ], [ -109.94525655962866, 38.355535339621383 ], [ -109.94462887321971, 38.355412535264534 ], [ -109.94404696243856, 38.355290139835979 ], [ -109.94362499852971, 38.355187206744475 ], [ -109.94306676402476, 38.355010947798533 ], [ -109.9425839621255, 38.354763270559772 ], [ -109.94211891843123, 38.354475197579809 ], [ -109.94167287964673, 38.354061126340376 ], [ -109.94119836943564, 38.353637784295671 ], [ -109.94092878899988, 38.353288387590723 ], [ -109.94078396799718, 38.353016719397438 ], [ -109.94073549410558, 38.352809005494073 ], [ -109.94070438179288, 38.352587930423297 ], [ -109.9406997526731, 38.35212016580661 ], [ -109.94078062929009, 38.351674802442666 ], [ -109.94089117480947, 38.351156709773129 ], [ -109.94112823044512, 38.350595600703663 ], [ -109.94133997015003, 38.350200984573746 ], [ -109.94157985465127, 38.349838164104547 ], [ -109.94181223206729, 38.349597838624121 ], [ -109.94211420634542, 38.349293254178875 ], [ -109.94247625989173, 38.348791847878125 ], [ -109.94288361891078, 38.34832239088869 ], [ -109.94336139337514, 38.347731904885599 ], [ -109.94386802694099, 38.34712365276151 ], [ -109.94436978120255, 38.34645677634019 ], [ -109.94482196708313, 38.346050799944649 ], [ -109.94513566941207, 38.345724684098428 ], [ -109.94538807238629, 38.345285365888891 ], [ -109.94561647835965, 38.344922433425637 ], [ -109.9457318368359, 38.344463857947879 ], [ -109.94576864362584, 38.344292960590742 ], [ -109.9459118459975, 38.343492178593195 ], [ -109.94602013324395, 38.342731636544798 ], [ -109.94609065856856, 38.341813044558094 ], [ -109.94617266433312, 38.341286578442116 ], [ -109.94634028112846, 38.340774399557027 ], [ -109.94650685139963, 38.34033430714782 ], [ -109.9467138543589, 38.33986754158434 ], [ -109.94696563970403, 38.339468767947722 ], [ -109.94720493808303, 38.339141977810748 ], [ -109.94747329258068, 38.338783905878913 ], [ -109.94794472411728, 38.338229390890831 ], [ -109.94837356608475, 38.337850226496805 ], [ -109.94872634695517, 38.33758753496808 ], [ -109.94927940000215, 38.337322131030504 ], [ -109.94995257442267, 38.337057800156536 ], [ -109.95038939414751, 38.336917518441695 ], [ -109.9512176565655, 38.336609508165033 ], [ -109.95201826039873, 38.336314762849007 ], [ -109.95288423916966, 38.336088186046609 ], [ -109.95413681031728, 38.335711846843822 ], [ -109.95517649451828, 38.335419211873599 ], [ -109.95600824208395, 38.335264403131575 ], [ -109.95699520448215, 38.335056896897115 ], [ -109.95821251374241, 38.334743284498217 ], [ -109.95910691059656, 38.334607034315248 ], [ -109.96024289945422, 38.334378293240725 ], [ -109.96102963678554, 38.334168977380322 ], [ -109.96155149894187, 38.334079874668276 ], [ -109.96180981385356, 38.334018176397848 ], [ -109.96209863096234, 38.333903576482989 ], [ -109.96233901343335, 38.333815583399044 ], [ -109.96271866766732, 38.333669342351435 ], [ -109.96292071775898, 38.333541355999415 ], [ -109.96296724842787, 38.333487695240088 ], [ -109.96357439499461, 38.333033448670626 ], [ -109.96412941315711, 38.33262379864744 ], [ -109.96451861204616, 38.3322081758363 ], [ -109.96484232388941, 38.331972214558178 ], [ -109.96498782054319, 38.331797763898088 ], [ -109.96508826257354, 38.33157334918414 ], [ -109.96519455196002, 38.331339973923484 ], [ -109.96537532639064, 38.33109824368632 ], [ -109.96551650942455, 38.33082462173774 ], [ -109.96557157452222, 38.330572770112695 ], [ -109.96558666498636, 38.330316059822771 ], [ -109.96554430177031, 38.330076866825237 ], [ -109.96549094777068, 38.329806034673624 ], [ -109.96544943068734, 38.329507369556282 ], [ -109.96543084383181, 38.329205301884997 ], [ -109.96537314942532, 38.328435163693676 ], [ -109.96525283220664, 38.327563537853415 ], [ -109.96502990704663, 38.326827989504011 ], [ -109.96493676104049, 38.326137745244679 ], [ -109.96476508363685, 38.325338662961222 ], [ -109.96461969879398, 38.324702029501211 ], [ -109.96453352032485, 38.324246159732603 ], [ -109.96443016498021, 38.323952355245623 ], [ -109.9642032419748, 38.323418639805865 ], [ -109.96401513790204, 38.322970881381629 ], [ -109.96389290782804, 38.322717463913641 ], [ -109.96373719769674, 38.322405172097355 ], [ -109.96366714714483, 38.322102649095335 ], [ -109.963597417919, 38.321777598727195 ], [ -109.96351907413758, 38.321254206820349 ], [ -109.96350061599622, 38.320542090790603 ], [ -109.96348537486607, 38.3200057383455 ], [ -109.96343197091704, 38.319739410476735 ], [ -109.96333834255364, 38.319486245125191 ], [ -109.9632433672447, 38.31932769445946 ], [ -109.96295857213782, 38.31884303108108 ], [ -109.96255502135392, 38.318263591084751 ], [ -109.96222796832529, 38.317935362025501 ], [ -109.96185483412737, 38.317630155534545 ], [ -109.96133963487749, 38.317260605340586 ], [ -109.96094234692715, 38.317045302701736 ], [ -109.96052154326811, 38.316874850633823 ], [ -109.96017476260894, 38.316727583536505 ], [ -109.95973654911714, 38.316574998437382 ], [ -109.95903618148385, 38.316357000744958 ], [ -109.9582265194726, 38.316183088448938 ], [ -109.9575370168935, 38.316005732634963 ], [ -109.95634056466935, 38.315684175717777 ], [ -109.9552965201524, 38.31550365130299 ], [ -109.95436216895504, 38.315251999116924 ], [ -109.95378699104427, 38.315080146552006 ], [ -109.95322247558154, 38.314962458723862 ], [ -109.95288045273931, 38.314883704284867 ], [ -109.95250408069168, 38.314807345693566 ], [ -109.952105730356, 38.314668606292017 ], [ -109.95157585632377, 38.314528689904812 ], [ -109.95129740266573, 38.314404537576578 ], [ -109.95107618657819, 38.314277291676746 ], [ -109.95083747729019, 38.314094014083658 ], [ -109.95043182867562, 38.313747926264107 ], [ -109.94994023897691, 38.313333477160029 ], [ -109.94944267647128, 38.312936996626235 ], [ -109.94904655351368, 38.312645061730031 ], [ -109.94845945978737, 38.312112593772845 ], [ -109.94816640428265, 38.311812567853693 ], [ -109.94772773710268, 38.311299451357335 ], [ -109.9473461276596, 38.310795857380803 ], [ -109.94703261999119, 38.310328921825935 ], [ -109.94670781041116, 38.309852871857196 ], [ -109.94636852365677, 38.309191943533683 ], [ -109.94628725128673, 38.308880297070701 ], [ -109.94618833395762, 38.308523431662394 ], [ -109.94607196277308, 38.30795011965548 ], [ -109.94603058808342, 38.307647843532621 ], [ -109.94605900238854, 38.307265085869076 ], [ -109.94613328977387, 38.306873728280664 ], [ -109.94628743060056, 38.306496606127325 ], [ -109.94652000742846, 38.305836307955772 ], [ -109.94667454795734, 38.30543125136731 ], [ -109.94702282686437, 38.304678265439186 ], [ -109.94741048382797, 38.303969790899735 ], [ -109.94768208868082, 38.303377430854979 ], [ -109.9478586284265, 38.303032049557878 ], [ -109.94808168772499, 38.302633012693668 ], [ -109.9483231981705, 38.302144020002714 ], [ -109.94852963300268, 38.301707883613439 ], [ -109.948730516937, 38.301259981360545 ], [ -109.94886585416309, 38.300995337826578 ], [ -109.94914952033955, 38.300358021635475 ], [ -109.94945631063909, 38.299702887600965 ], [ -109.9497212163964, 38.299096944111952 ], [ -109.94987198161522, 38.298634171529272 ], [ -109.94996352019439, 38.29823395314957 ], [ -109.95008611111238, 38.29766278294607 ], [ -109.95031989686738, 38.296993474663822 ], [ -109.95046076225742, 38.296264755880891 ], [ -109.95058509788663, 38.295571937312488 ], [ -109.95066558374435, 38.295144582984371 ], [ -109.95070527140658, 38.294770936182061 ], [ -109.95075177857962, 38.294320747549207 ], [ -109.95073017724384, 38.293915010128735 ], [ -109.95066679061367, 38.293472850524019 ], [ -109.95061435937326, 38.293143440047082 ], [ -109.95051729755525, 38.292737027438967 ], [ -109.95036255009065, 38.292366146962252 ], [ -109.95010457488186, 38.291620340419591 ], [ -109.94997302303659, 38.291227136740481 ], [ -109.9497882696364, 38.290955119928938 ], [ -109.94963080173741, 38.290773468115617 ], [ -109.94909038860558, 38.290187347711246 ], [ -109.94815314408521, 38.289367858772273 ], [ -109.94748686088536, 38.288789614387973 ], [ -109.94705229213371, 38.288398194312137 ], [ -109.9465827132384, 38.288056024795672 ], [ -109.94613996143606, 38.287835757754969 ], [ -109.94580484564379, 38.287684047105373 ], [ -109.94536716282379, 38.287508883208496 ], [ -109.94477495824079, 38.28734494477898 ], [ -109.94360136290034, 38.287060414435089 ], [ -109.94288744456955, 38.286932319998151 ], [ -109.94225551653307, 38.286827490774293 ], [ -109.94126849548884, 38.286687911632733 ], [ -109.94010479820079, 38.286510679690736 ], [ -109.93951201097047, 38.28638816515091 ], [ -109.93886160411644, 38.286296668778981 ], [ -109.93835283049317, 38.286215462745652 ], [ -109.93766907560121, 38.286137176120036 ], [ -109.9365728736704, 38.28603712322051 ], [ -109.93625329120417, 38.285998177391541 ], [ -109.93595716599451, 38.285918889028814 ], [ -109.93556458976722, 38.285789158280778 ], [ -109.93500191180824, 38.28556325510236 ], [ -109.93429246176861, 38.2852098466592 ], [ -109.93383327598029, 38.284944323583005 ], [ -109.93333487204698, 38.284624369558074 ], [ -109.93301149441265, 38.284454705036694 ], [ -109.93279586618466, 38.284344598501846 ], [ -109.93252301186565, 38.284238476911781 ], [ -109.93184676072332, 38.283961958631728 ], [ -109.93121749831712, 38.283600249658704 ], [ -109.93074756297953, 38.283289556136147 ], [ -109.9301884245114, 38.282824841677694 ], [ -109.92952739908749, 38.282291604182149 ], [ -109.92914952943391, 38.281941189881913 ], [ -109.92888505373379, 38.281654894408057 ], [ -109.92856607071752, 38.281187858591927 ], [ -109.92822694464876, 38.280535889864893 ], [ -109.92792205262609, 38.279888739015973 ], [ -109.92772332485995, 38.279408380351086 ], [ -109.92761562586686, 38.278957692159999 ], [ -109.92760437782493, 38.278556550875152 ], [ -109.92762735711807, 38.278160228479756 ], [ -109.92766874198311, 38.277678459317322 ], [ -109.92775984293198, 38.277314301823587 ], [ -109.92791255451277, 38.277036322235986 ], [ -109.92818295273459, 38.276529609003511 ], [ -109.92854033658993, 38.275938074533137 ], [ -109.92895711867256, 38.275193875341351 ], [ -109.929341742818, 38.274692707979213 ], [ -109.92999411051021, 38.273941642410286 ], [ -109.93067242422882, 38.273213339805189 ], [ -109.93102825193384, 38.272725422329152 ], [ -109.93135503693024, 38.272268781571789 ], [ -109.93141003872155, 38.272025955492623 ], [ -109.93140762503766, 38.27180063067884 ], [ -109.93143358868095, 38.271589082483565 ], [ -109.93145836372339, 38.271458632474889 ], [ -109.93155809465981, 38.271283804507213 ], [ -109.93169270946336, 38.27106873957073 ], [ -109.93185018356408, 38.270853882583644 ], [ -109.93228606738938, 38.270362183745576 ], [ -109.93273199041481, 38.269965201766588 ], [ -109.93322795879786, 38.269663300313702 ], [ -109.93344782811658, 38.269480550800886 ], [ -109.93368576339574, 38.269234880224523 ], [ -109.93400548368164, 38.268868288628987 ], [ -109.93441922959276, 38.268403416779414 ], [ -109.93490215724434, 38.267740904772722 ], [ -109.93539192055516, 38.26707935389323 ], [ -109.93570651286456, 38.266671255130767 ], [ -109.93599932171215, 38.266110653027887 ], [ -109.93615496077108, 38.265706518677625 ], [ -109.93618668841179, 38.265490515327784 ], [ -109.93618073951612, 38.265193061223975 ], [ -109.93616100996162, 38.26489998822165 ], [ -109.93606452298214, 38.264462025174716 ], [ -109.93603391638567, 38.26420940806463 ], [ -109.93604298281507, 38.263979681013787 ], [ -109.93605132622328, 38.263799514103766 ], [ -109.93603619460406, 38.263583085805962 ], [ -109.93598893070688, 38.263375378248121 ], [ -109.93587871714483, 38.26309500274477 ], [ -109.9355250206762, 38.262659212255123 ], [ -109.93528318215816, 38.262391160174253 ], [ -109.93497389158273, 38.262045892253788 ], [ -109.93459530826887, 38.261749561072762 ], [ -109.93410191546374, 38.261488234296706 ], [ -109.93353412208155, 38.261234340164982 ], [ -109.93286962539855, 38.260949823819296 ], [ -109.93217763128231, 38.260592055228855 ], [ -109.93162199279342, 38.260289596990368 ], [ -109.93121918935294, 38.26008766179374 ], [ -109.93079247489432, 38.259957604382286 ], [ -109.9302009959903, 38.259839561520579 ], [ -109.9297040434233, 38.259744908277426 ], [ -109.92918446576073, 38.259712230156133 ], [ -109.92864193940227, 38.259685648692667 ], [ -109.92808109262366, 38.259739105307581 ], [ -109.9274799148167, 38.25981472091653 ], [ -109.9269926876228, 38.259913905856195 ], [ -109.92647104154013, 38.260021785991633 ], [ -109.92569046457622, 38.260248957067617 ], [ -109.9249375242394, 38.260539461010417 ], [ -109.92407374821812, 38.260982149915854 ], [ -109.92332477924053, 38.261389837411748 ], [ -109.92276591590688, 38.26177222917476 ], [ -109.92143038057003, 38.262733269218252 ], [ -109.92043543916363, 38.263539715902276 ], [ -109.91955603370486, 38.264261602772855 ], [ -109.9185967408572, 38.264973734483512 ], [ -109.91762095416713, 38.265640645439369 ], [ -109.91680469120733, 38.266340563330687 ], [ -109.91627117775667, 38.266858339112922 ], [ -109.91536615168764, 38.267760199230246 ], [ -109.91476357071232, 38.268308871779851 ], [ -109.91426450508149, 38.268814339779112 ], [ -109.91370891467236, 38.269276925350965 ], [ -109.9132468237332, 38.26960158790417 ], [ -109.91303315649355, 38.269748308302589 ], [ -109.91224383010687, 38.27016906785051 ], [ -109.9112430947421, 38.270584255526884 ], [ -109.91038848156464, 38.270782698891452 ], [ -109.90986034599447, 38.270935504611046 ], [ -109.90940200123026, 38.271007847805798 ], [ -109.90904182172937, 38.271013511300602 ], [ -109.90845425641214, 38.270935949518119 ], [ -109.90817543632349, 38.270852246274622 ], [ -109.90795329430371, 38.270800612279686 ], [ -109.90770888663096, 38.270709117342896 ], [ -109.90748925195395, 38.270566483620989 ], [ -109.90703685513257, 38.270165737794791 ], [ -109.90643541216696, 38.269489633290625 ], [ -109.90590346387586, 38.268753792690376 ], [ -109.90547691479112, 38.268231618515934 ], [ -109.9049668968746, 38.267559062911914 ], [ -109.9047998398554, 38.267265511558783 ], [ -109.90453747557177, 38.266848505562294 ], [ -109.90426442960538, 38.266381832648925 ], [ -109.9039387778452, 38.265612762213735 ], [ -109.90368954642435, 38.265083225652432 ], [ -109.9035352294935, 38.264703275277796 ], [ -109.90340029294109, 38.26417480608675 ], [ -109.90323570223535, 38.263718156362756 ], [ -109.90312588586754, 38.263419730309153 ], [ -109.90304572634911, 38.263049484559687 ], [ -109.90296482220243, 38.262728798363874 ], [ -109.90297588978028, 38.262372923607202 ], [ -109.90298259814183, 38.261926886990587 ], [ -109.90293270608748, 38.26144427270907 ], [ -109.90275626768849, 38.260636039107837 ], [ -109.90264426790284, 38.260103277200365 ], [ -109.90251702533823, 38.259444203019243 ], [ -109.90237360155439, 38.258645289532424 ], [ -109.90229588140782, 38.258189450775632 ], [ -109.90224757425459, 38.257981720240828 ], [ -109.90213097123612, 38.257755326464519 ], [ -109.90203634312134, 38.257587716935774 ], [ -109.90185919416544, 38.257207550380855 ], [ -109.90178231942475, 38.256999552271886 ], [ -109.90177958973788, 38.256801260199069 ], [ -109.90186895985659, 38.256558769506363 ], [ -109.9020161457323, 38.25627175916933 ], [ -109.90213320203601, 38.256088106066748 ], [ -109.90255347477701, 38.255501743862823 ], [ -109.90278030940179, 38.255238007685996 ], [ -109.9029732664756, 38.254946917975225 ], [ -109.9031850476799, 38.254619955403157 ], [ -109.90350043457779, 38.254091187912834 ], [ -109.9038374449655, 38.25372033362067 ], [ -109.90399394637291, 38.253573095493174 ], [ -109.90437054104508, 38.253229645695924 ], [ -109.90499788659957, 38.252550580218035 ], [ -109.9054043905507, 38.252117284840729 ], [ -109.90577512240347, 38.251782787806675 ], [ -109.9059829018551, 38.251645037211233 ], [ -109.9062885522205, 38.251458631798847 ], [ -109.9069571175699, 38.251077339837366 ], [ -109.90764819235416, 38.250718783861998 ], [ -109.90810870288585, 38.250493260526291 ], [ -109.90863205766166, 38.250268319856524 ], [ -109.90949874908787, 38.250010519458932 ], [ -109.90976875747796, 38.249913894917903 ], [ -109.9101305150063, 38.249795591593596 ], [ -109.91069943075313, 38.249580076887931 ], [ -109.91117034310842, 38.249422228947445 ], [ -109.9118256913749, 38.24915794395401 ], [ -109.91236596378174, 38.24894666153584 ], [ -109.91268778673651, 38.248823474045771 ], [ -109.91303879228617, 38.248659100159585 ], [ -109.91343574368648, 38.248478928805703 ], [ -109.9138386209565, 38.248284391524109 ], [ -109.91418429696787, 38.248093829640226 ], [ -109.91454139757751, 38.247903372398738 ], [ -109.91485205020976, 38.247685448133105 ], [ -109.91518723615837, 38.247508304446413 ], [ -109.91564763665697, 38.24728725619989 ], [ -109.91618230512476, 38.2470668920759 ], [ -109.91668740165154, 38.246913843548533 ], [ -109.91700329485971, 38.246804107555498 ], [ -109.91734735164478, 38.246721666965286 ], [ -109.91758432881018, 38.246539104164896 ], [ -109.91778856290581, 38.246252599286755 ], [ -109.91799890919884, 38.245939113959594 ], [ -109.91820400810657, 38.245594037354891 ], [ -109.91835715391981, 38.245284530085229 ], [ -109.91843045030544, 38.244965274538764 ], [ -109.91845132802737, 38.244713126913837 ], [ -109.91847300672752, 38.244406913785618 ], [ -109.91844684556101, 38.244244454064265 ], [ -109.91839836701227, 38.244045740059391 ], [ -109.91838503398408, 38.243788771017698 ], [ -109.91839448570654, 38.243536518040898 ], [ -109.91839815773763, 38.243288717856274 ], [ -109.91834536916497, 38.242995336534719 ], [ -109.91824594381889, 38.242764610323064 ], [ -109.91809477014316, 38.242555937322514 ], [ -109.91785950888853, 38.242238342991413 ], [ -109.9176641051809, 38.241930127938865 ], [ -109.91750411521151, 38.241545635960144 ], [ -109.91730904893367, 38.24121489304013 ], [ -109.91713643398474, 38.240911393402534 ], [ -109.91690644012743, 38.240624487040151 ], [ -109.91665303597048, 38.240375215146443 ], [ -109.91625205600803, 38.240060593707327 ], [ -109.915936500271, 38.23976478433142 ], [ -109.9156421910384, 38.239577316228477 ], [ -109.91533598965779, 38.239421280003462 ], [ -109.91493341339778, 38.239214785120879 ], [ -109.91465040001817, 38.239036431130444 ], [ -109.91435515902003, 38.238912036247321 ], [ -109.91391166265079, 38.23876824437383 ], [ -109.91354142435456, 38.238692720183543 ], [ -109.9132449928337, 38.238648519631816 ], [ -109.91296573933663, 38.238601773803069 ], [ -109.91251492447991, 38.238566054675516 ], [ -109.91213198820456, 38.238576023801329 ], [ -109.91159911725376, 38.238679228797004 ], [ -109.91116261773725, 38.238832892353692 ], [ -109.91072087451441, 38.238954963084041 ], [ -109.91021575431598, 38.239112492219661 ], [ -109.90984215429874, 38.239262228823954 ], [ -109.90937607544727, 38.23948320199694 ], [ -109.90897943316334, 38.239645338686245 ], [ -109.90866327675967, 38.239773976367715 ], [ -109.90827851466103, 38.239905579848077 ], [ -109.90786424467717, 38.240099992460387 ], [ -109.9074214770102, 38.240289632208402 ], [ -109.90702434041435, 38.240484201328293 ], [ -109.90661624888325, 38.240647124521658 ], [ -109.90637476667452, 38.240748514036241 ], [ -109.90601828851209, 38.240898397887001 ], [ -109.90569104754186, 38.241003492572737 ], [ -109.90544963046071, 38.241100374699826 ], [ -109.90517890616147, 38.241246549687595 ], [ -109.90488424862184, 38.241464597823814 ], [ -109.90448152155123, 38.241650093914124 ], [ -109.90410152150228, 38.241843911766637 ], [ -109.90371054062442, 38.242007885734274 ], [ -109.90341146250204, 38.242139372282388 ], [ -109.90309494721004, 38.242290521776248 ], [ -109.9029167012586, 38.242365458731165 ], [ -109.90229028610699, 38.242607434717073 ], [ -109.90188251133065, 38.242747813881032 ], [ -109.90140584261813, 38.242910077022827 ], [ -109.90083319420445, 38.242995737335256 ], [ -109.90014168930043, 38.243006381445717 ], [ -109.89970234824321, 38.242966214456565 ], [ -109.89925198982273, 38.24289890608263 ], [ -109.89889956493586, 38.242778442119857 ], [ -109.898474371246, 38.242558160613321 ], [ -109.89803884297474, 38.242265683459713 ], [ -109.89746220204643, 38.241859227346467 ], [ -109.89706741952634, 38.241517562662295 ], [ -109.89666067062349, 38.241211832684286 ], [ -109.89637314071815, 38.240956789265887 ], [ -109.8959955740729, 38.240610776815132 ], [ -109.89564577209643, 38.240242494092392 ], [ -109.89546153604088, 38.240033481106458 ], [ -109.89528766539878, 38.239819158123261 ], [ -109.89505195382631, 38.239538464049339 ], [ -109.8947776345594, 38.239166383335935 ], [ -109.89460056605971, 38.238786205901775 ], [ -109.89438826960647, 38.238468781269134 ], [ -109.89415875589796, 38.238156601293461 ], [ -109.89400903983396, 38.237856888695504 ], [ -109.89384713571226, 38.237607528992093 ], [ -109.8936512318049, 38.237339824268794 ], [ -109.89348266170187, 38.237153486180695 ], [ -109.8932576524616, 38.236921554923079 ], [ -109.89313423610605, 38.236771690699349 ], [ -109.8929654636661, 38.236598868165515 ], [ -109.89284700914021, 38.236498617205541 ], [ -109.89255889587839, 38.236284113547391 ], [ -109.89223746799937, 38.236006209756027 ], [ -109.89191699987772, 38.235665229173414 ], [ -109.8917034245088, 38.23543340288952 ], [ -109.89151235710146, 38.235224319159848 ], [ -109.89123820859017, 38.234843219578465 ], [ -109.89103199221292, 38.234503315909116 ], [ -109.89082957339679, 38.234289617727768 ], [ -109.89061582141449, 38.233994702801127 ], [ -109.89044881988316, 38.233781338746027 ], [ -109.89032230444948, 38.233460211569565 ], [ -109.89023045120743, 38.233188978796072 ], [ -109.89021504890312, 38.232999578173569 ], [ -109.89017257162092, 38.232787391157778 ], [ -109.89007121631425, 38.232615201948761 ], [ -109.88992754665159, 38.232370515285787 ], [ -109.8897140778078, 38.232057577069391 ], [ -109.88951834065395, 38.231780854809919 ], [ -109.8893066802768, 38.23149947545609 ], [ -109.88906593683909, 38.231177265780104 ], [ -109.88887852135764, 38.230729390472135 ], [ -109.8887457575548, 38.230444250928983 ], [ -109.8886188436617, 38.230150154479162 ], [ -109.88851126037424, 38.229712046626453 ], [ -109.88849280234382, 38.229423483156104 ], [ -109.88846828987279, 38.229157392696315 ], [ -109.88847743032969, 38.228932175599333 ], [ -109.88854265859194, 38.228775080762276 ], [ -109.88877311271015, 38.228646586809873 ], [ -109.88900228661332, 38.228527092426404 ], [ -109.8891816545208, 38.228452186946939 ], [ -109.88944039053347, 38.2283419836332 ], [ -109.8896817717509, 38.228246035 ], [ -109.88987596650161, 38.228247871977246 ], [ -109.89007629742514, 38.228221829001086 ], [ -109.89026065726844, 38.228119031403281 ], [ -109.8905194452759, 38.228005221319286 ], [ -109.89079924491396, 38.228012372042457 ], [ -109.89119926174264, 38.228002633592368 ], [ -109.89170188207009, 38.228007380938251 ], [ -109.89213066184587, 38.227984392692122 ], [ -109.89263831063961, 38.228034244246885 ], [ -109.89300364813906, 38.228051208890918 ], [ -109.89352319913004, 38.22806962635255 ], [ -109.89400242803531, 38.228110191928437 ], [ -109.89450409475891, 38.228178003354238 ], [ -109.89477763858855, 38.228221134280147 ], [ -109.89510286001295, 38.228246726773683 ], [ -109.89547329767912, 38.228304286436938 ], [ -109.89592913796717, 38.228380672657217 ], [ -109.89648112399924, 38.228521046218638 ], [ -109.89698252389826, 38.22860686887018 ], [ -109.89751268737781, 38.228679441350842 ], [ -109.89793467027788, 38.228728465291915 ], [ -109.89849358432036, 38.22878868629774 ], [ -109.8989784105964, 38.228837395058974 ], [ -109.89934878669668, 38.228899448015326 ], [ -109.90038525983853, 38.229111936921925 ], [ -109.90119489754922, 38.229214147365127 ], [ -109.90196462338098, 38.229311472758376 ], [ -109.90252933863897, 38.229366321558729 ], [ -109.90310649337424, 38.229353692731181 ], [ -109.90357861231452, 38.229412177127543 ], [ -109.90393993166671, 38.229393021602824 ], [ -109.90424883818079, 38.229364363480464 ], [ -109.90481456935711, 38.229351619595242 ], [ -109.90522050717469, 38.22932837038838 ], [ -109.90570143982387, 38.229256252167509 ], [ -109.90608426006816, 38.229250808738065 ], [ -109.90646204322991, 38.229200256331318 ], [ -109.90696676486884, 38.22906526944039 ], [ -109.90744708758092, 38.229033693081263 ], [ -109.90785846519633, 38.22902850969065 ], [ -109.90820143702807, 38.229013676370855 ], [ -109.90873961660905, 38.228933066028539 ], [ -109.90902016302495, 38.228890613384245 ], [ -109.9093350465877, 38.228843973080693 ], [ -109.90973614324946, 38.228762084181994 ], [ -109.91022331769179, 38.228653956703731 ], [ -109.91071008751952, 38.228572859926544 ], [ -109.91115176752699, 38.228450788082057 ], [ -109.91163295768567, 38.228360623531088 ], [ -109.91209862388204, 38.228238770528186 ], [ -109.91252235784965, 38.228093996732454 ], [ -109.91300965808301, 38.227976846623491 ], [ -109.91351934750965, 38.227890543105488 ], [ -109.91390342030105, 38.227800371348103 ], [ -109.91441369688405, 38.227674415827849 ], [ -109.91475771930307, 38.227588376890502 ], [ -109.91514752743542, 38.227496451636512 ], [ -109.91558859178102, 38.227414912055124 ], [ -109.91588088634367, 38.22735002106343 ], [ -109.91626483320302, 38.227267951323988 ], [ -109.91656948550653, 38.227140087529634 ], [ -109.91701154838729, 38.226990960516524 ], [ -109.91732775495323, 38.226854189176741 ], [ -109.91782201961475, 38.226651467585441 ], [ -109.91815064737121, 38.2264472172441 ], [ -109.91839770281743, 38.226273756873447 ], [ -109.91867746692976, 38.225974426905779 ], [ -109.91891578607709, 38.225696343718873 ], [ -109.91908460587968, 38.22548250764239 ], [ -109.91928272851355, 38.225218472952783 ], [ -109.91950388196339, 38.224942032885572 ], [ -109.91970804616606, 38.22465552261685 ], [ -109.91988956316953, 38.224355285296731 ], [ -109.91999651146148, 38.224075990767062 ], [ -109.92014375788, 38.223775437661203 ], [ -109.92025155680999, 38.223438472752676 ], [ -109.92030064368942, 38.223209113781373 ], [ -109.92029752975543, 38.223033347666096 ], [ -109.92032979199398, 38.222705601148668 ], [ -109.92028214377349, 38.222528524136251 ], [ -109.9202393178208, 38.222334368322507 ], [ -109.92028867029958, 38.222086987394881 ], [ -109.92024039978453, 38.22187475712483 ], [ -109.92016217844478, 38.22167937442687 ], [ -109.92015064631394, 38.221454865044279 ], [ -109.92019161327491, 38.221311047049731 ], [ -109.92030883249564, 38.221109351309323 ], [ -109.9204550726174, 38.220876379728836 ], [ -109.92042500091493, 38.220592219421327 ], [ -109.92030992960932, 38.22026221633201 ], [ -109.92013077268825, 38.22001723927179 ], [ -109.91998103791126, 38.219713953476138 ], [ -109.9198807712998, 38.219541799364585 ], [ -109.91959677393486, 38.21904802162328 ], [ -109.91942767422186, 38.218586843629225 ], [ -109.91913185282505, 38.218043388855335 ], [ -109.91902190199637, 38.217753986404993 ], [ -109.91887264298022, 38.21741916086706 ], [ -109.9186669442162, 38.217038754267044 ], [ -109.91852380751867, 38.216753551688647 ], [ -109.91828083802172, 38.216498971599144 ], [ -109.91807872056148, 38.216262791933651 ], [ -109.91781836282746, 38.216102678570017 ], [ -109.91749473459633, 38.215972622582399 ], [ -109.91724538660488, 38.215840547266225 ], [ -109.91697978904052, 38.215648841061906 ], [ -109.91668644119524, 38.215402805028717 ], [ -109.91641667288026, 38.215107418909781 ], [ -109.91617566028377, 38.214798779406074 ], [ -109.91592827064707, 38.214535141446348 ], [ -109.91561806654515, 38.214270922689657 ], [ -109.91534730345097, 38.214043116325925 ], [ -109.91522912104456, 38.213924865762635 ], [ -109.91504288096107, 38.213774443381695 ], [ -109.91479261695936, 38.213627934906121 ], [ -109.9144706693628, 38.213462738622439 ], [ -109.9140962536992, 38.213292549991323 ], [ -109.91374454773768, 38.213131582517889 ], [ -109.91347186209538, 38.212956925961095 ], [ -109.91317879438812, 38.21277036421565 ], [ -109.91280451941279, 38.212591160595387 ], [ -109.9125836229455, 38.212467449898575 ], [ -109.91236862541386, 38.212331176381966 ], [ -109.91222150959555, 38.21223879005418 ], [ -109.91196675535585, 38.212087727872174 ], [ -109.91160968513523, 38.21190417383513 ], [ -109.91135439636147, 38.211789154127075 ], [ -109.91109924267677, 38.211665122930754 ], [ -109.91068527482898, 38.211467519987032 ], [ -109.91035098502702, 38.211288679630854 ], [ -109.90982294964907, 38.211081002545463 ], [ -109.90942605226579, 38.210888059810777 ], [ -109.90902297587679, 38.210726600970972 ], [ -109.90857435376168, 38.210555705093029 ], [ -109.90817658749971, 38.210421329296182 ], [ -109.90790961962362, 38.210324217871985 ], [ -109.90764829535743, 38.210231664455328 ], [ -109.9073978533208, 38.210175260502716 ], [ -109.90706404584175, 38.21004147625483 ], [ -109.90680097506124, 38.209989459543337 ], [ -109.90623231373245, 38.209826448952533 ], [ -109.90575983769703, 38.209723812716163 ], [ -109.90524157356697, 38.209627957311611 ], [ -109.90474063044778, 38.209519644177412 ], [ -109.904200528396, 38.209356890243996 ], [ -109.90372391629636, 38.209149665857971 ], [ -109.90332697827424, 38.2089612083006 ], [ -109.90294751082911, 38.208750382215463 ], [ -109.90253438041654, 38.208499586567932 ], [ -109.90219415727221, 38.208337790764446 ], [ -109.90171742222127, 38.208139569302816 ], [ -109.90131417532494, 38.207991600781973 ], [ -109.90096232042198, 38.207844112053266 ], [ -109.90036683401866, 38.207568169663446 ], [ -109.89994700561114, 38.207383992387228 ], [ -109.89965178150294, 38.20726857308415 ], [ -109.89943615883307, 38.207176429839876 ], [ -109.89913543001451, 38.20704743935363 ], [ -109.89871465731783, 38.206926334139617 ], [ -109.898344800218, 38.20683724791845 ], [ -109.89791811634326, 38.206729602663152 ], [ -109.8974515187256, 38.206693678472845 ], [ -109.89697733567903, 38.206630644596515 ], [ -109.89647567781027, 38.206571856621871 ], [ -109.89605939744469, 38.206531893818685 ], [ -109.89567718648462, 38.206504867112905 ], [ -109.89530595984222, 38.206506781525434 ], [ -109.89498042620357, 38.206508223681745 ], [ -109.89473931497282, 38.206591569502379 ], [ -109.8945094867714, 38.206684033265248 ], [ -109.8942506993028, 38.206803260341083 ], [ -109.89403880078227, 38.206918422520154 ], [ -109.89379613600788, 38.207028788295375 ], [ -109.89351450630542, 38.207147798469393 ], [ -109.89329018014607, 38.20725382995191 ], [ -109.89264540647311, 38.207594718316685 ], [ -109.89225358896456, 38.207824436971897 ], [ -109.89193672356937, 38.208007097274162 ], [ -109.89160301345379, 38.208170672076342 ], [ -109.89123008336453, 38.208284308483741 ], [ -109.89074866098444, 38.208396918534589 ], [ -109.89016418224932, 38.208526576641994 ], [ -109.88958148139325, 38.20853909033228 ], [ -109.88913705479698, 38.208471800154413 ], [ -109.88875564521301, 38.208391586606368 ], [ -109.88852262926268, 38.20831728308444 ], [ -109.88822728309191, 38.208210846161819 ], [ -109.88795566915505, 38.208046054174758 ], [ -109.88779282098965, 38.207864267789283 ], [ -109.88772766073347, 38.20764285204266 ], [ -109.88772428208911, 38.207489613006246 ], [ -109.88774015895768, 38.207196867654147 ], [ -109.88773924868805, 38.206881432778395 ], [ -109.88779502613794, 38.206593571534789 ], [ -109.88788540525185, 38.20628350761568 ], [ -109.8880094943834, 38.206009811660607 ], [ -109.88818124889956, 38.20560589039588 ], [ -109.88840813531834, 38.205256564007335 ], [ -109.88858523030078, 38.204951826654415 ], [ -109.88871392819507, 38.204750270962457 ], [ -109.88883725807818, 38.204526133849342 ], [ -109.88904264638643, 38.204163084363941 ], [ -109.8891847466449, 38.203830978278475 ], [ -109.88936836598826, 38.203472228259983 ], [ -109.88955552452921, 38.203181102793685 ], [ -109.88977376587096, 38.202948850186303 ], [ -109.89005341711945, 38.202658598596052 ], [ -109.89034224907461, 38.202440530593364 ], [ -109.8906431138485, 38.202182020727832 ], [ -109.89096199378034, 38.201865101038045 ], [ -109.89125177660529, 38.20158395439298 ], [ -109.89145523133409, 38.201347052785657 ], [ -109.89167485687641, 38.201173388812421 ], [ -109.89190508080114, 38.201053897600893 ], [ -109.89213544054131, 38.200925395021848 ], [ -109.89242344028243, 38.200761387052303 ], [ -109.89270600226396, 38.200579302689775 ], [ -109.89306401356923, 38.200316819359031 ], [ -109.8933756649695, 38.20009895886772 ], [ -109.89365801748008, 38.199930388479764 ], [ -109.89400378547903, 38.19972185999594 ], [ -109.89433813276803, 38.199513222910952 ], [ -109.8946385626223, 38.199281735013351 ], [ -109.89492314063527, 38.199041084913517 ], [ -109.89519284330161, 38.198877798998666 ], [ -109.89547520055672, 38.19870832297768 ], [ -109.89570058600606, 38.198530199386695 ], [ -109.89591387136637, 38.19839702253919 ], [ -109.89621408758683, 38.198179046797364 ], [ -109.89653197381195, 38.197925187566788 ], [ -109.89687806409898, 38.19769412297407 ], [ -109.89707394533646, 38.197578804831714 ], [ -109.89764424037212, 38.197247105025774 ], [ -109.89793834364781, 38.197055202755713 ], [ -109.89839357851631, 38.196780097143815 ], [ -109.89881374078753, 38.196558733971422 ], [ -109.89930940801787, 38.196252461284374 ], [ -109.89978087873729, 38.196036081740822 ], [ -109.9002413893319, 38.195788956113404 ], [ -109.90081759557108, 38.195441975249523 ], [ -109.90109427176827, 38.195268827386968 ], [ -109.90137135284634, 38.19506864603008 ], [ -109.90152745988526, 38.194939429796122 ], [ -109.90172862946318, 38.19485118984845 ], [ -109.90190669183633, 38.194780757834955 ], [ -109.9021772480897, 38.194634586750141 ], [ -109.90236250649126, 38.194465087043461 ], [ -109.90249135047705, 38.194249998618588 ], [ -109.90261938227459, 38.1940889756997 ], [ -109.90273103036219, 38.193878232357186 ], [ -109.90288405994833, 38.193573247419614 ], [ -109.90305266037802, 38.193372048163305 ], [ -109.90326135729488, 38.193162211023768 ], [ -109.90342431441043, 38.192956452384095 ], [ -109.90351883179866, 38.192745548220365 ], [ -109.90362517163724, 38.192507717742053 ], [ -109.90375386623808, 38.19222593605614 ], [ -109.90384082085676, 38.191833815505731 ], [ -109.90392472835158, 38.191568738619289 ], [ -109.90401515427342, 38.19124964922711 ], [ -109.90400894974964, 38.190901719846885 ], [ -109.90396725059611, 38.190636371462837 ], [ -109.9039708970251, 38.190393075705529 ], [ -109.90397917167121, 38.190221920867096 ], [ -109.90393150770335, 38.18997363996867 ], [ -109.90370326171812, 38.1895839835977 ], [ -109.90349751470701, 38.189217067444446 ], [ -109.90322857017367, 38.188876597210609 ], [ -109.90299749282461, 38.188676169544358 ], [ -109.90268676774761, 38.188456972600903 ], [ -109.90243829721467, 38.188274405706302 ], [ -109.90206424098919, 38.188090663923354 ], [ -109.90170025042552, 38.187997137285002 ], [ -109.90131342689408, 38.187903395852757 ], [ -109.90094345897568, 38.18782783537241 ], [ -109.90029262526686, 38.18782624711757 ], [ -109.89973944571562, 38.187785015481445 ], [ -109.8992808806901, 38.187830284367621 ], [ -109.8987097506143, 38.187919556704827 ], [ -109.89830885417254, 38.188002312791568 ], [ -109.89794203126688, 38.18809710322553 ], [ -109.89771246939118, 38.188176058084885 ], [ -109.89745927154534, 38.188307962590301 ], [ -109.89705110034897, 38.188494286486304 ], [ -109.89676961585485, 38.188608800540955 ], [ -109.89649417893959, 38.188700840225181 ], [ -109.89614296621694, 38.18889580726141 ], [ -109.89587201162529, 38.189068997514049 ], [ -109.8955451267308, 38.189165057200334 ], [ -109.89521328111179, 38.189211502131791 ], [ -109.89484677513649, 38.189284656492099 ], [ -109.89433082358664, 38.189423993947941 ], [ -109.89403145609539, 38.189587900104954 ], [ -109.89369778108312, 38.189755087093296 ], [ -109.89338820713918, 38.18983868675582 ], [ -109.89303319540062, 38.189906536431891 ], [ -109.89275807650513, 38.18997694097277 ], [ -109.89251804129574, 38.189992701354207 ], [ -109.8919621883384, 38.190127145820632 ], [ -109.8914064699951, 38.190252576704445 ], [ -109.89094895850029, 38.190302328948164 ], [ -109.89053752575602, 38.190325478242102 ], [ -109.88998426557569, 38.190288705905658 ], [ -109.88955570674754, 38.190311689832768 ], [ -109.88900338366413, 38.190288440045698 ], [ -109.88854630375948, 38.190234546650274 ], [ -109.88800012431984, 38.190107709964757 ], [ -109.88756138250436, 38.190049480330828 ], [ -109.88706576096294, 38.189977191574044 ], [ -109.88665040393238, 38.189883131404677 ], [ -109.88621488971964, 38.189613140583049 ], [ -109.88591556063083, 38.189398513755087 ], [ -109.88570667768487, 38.189243323955715 ], [ -109.88550474005537, 38.189007089883944 ], [ -109.88542249033279, 38.188784608863081 ], [ -109.88525433717413, 38.188504535281247 ], [ -109.88509494640226, 38.188174076317445 ], [ -109.88509363365955, 38.187885673296918 ], [ -109.885131730441, 38.187633693318261 ], [ -109.88516948355442, 38.187404240566501 ], [ -109.8853318597311, 38.187239056487705 ], [ -109.88539851092693, 38.18698644626312 ], [ -109.88542524432494, 38.186730753381212 ], [ -109.88546381986167, 38.186447235055624 ], [ -109.88551312517441, 38.186208879594446 ], [ -109.88554537389855, 38.185965856093937 ], [ -109.88557830886408, 38.185677778044187 ], [ -109.88569301237422, 38.185268811230138 ], [ -109.88593756236847, 38.184955704629772 ], [ -109.88605625545217, 38.184659427882131 ], [ -109.88629164926412, 38.184197532133915 ], [ -109.88649114520307, 38.183843441957805 ], [ -109.88666718956833, 38.183529683991665 ], [ -109.88684656472564, 38.183297067233866 ], [ -109.88715551322484, 38.182953025714461 ], [ -109.88743231005385, 38.182770898544838 ], [ -109.8877166632674, 38.182467177393086 ], [ -109.88814350884911, 38.182178323302324 ], [ -109.88839705752707, 38.182023010294493 ], [ -109.88880017623404, 38.181792508534386 ], [ -109.88915030023885, 38.181593046748475 ], [ -109.88946845782611, 38.181393281553056 ], [ -109.88995807748766, 38.181105014459568 ], [ -109.89042858782098, 38.180947241881761 ], [ -109.89075537377524, 38.180855701314705 ], [ -109.89099055925973, 38.180781319104241 ], [ -109.89125442034658, 38.180698194990036 ], [ -109.89158105401981, 38.180616564112334 ], [ -109.89193618547721, 38.18053790493282 ], [ -109.89225073335861, 38.180500318006509 ], [ -109.89263275253494, 38.180530958263134 ], [ -109.89302225253955, 38.180444508925632 ], [ -109.89343512836459, 38.180322229708523 ], [ -109.89383685961076, 38.180181819589237 ], [ -109.89422533490162, 38.180162948254832 ], [ -109.89466545308359, 38.180126537366228 ], [ -109.89512833425887, 38.180094845140566 ], [ -109.89572779562347, 38.180091472374087 ], [ -109.89617905655834, 38.180073185048791 ], [ -109.89659627401909, 38.180041057728147 ], [ -109.89697870055798, 38.180044650991263 ], [ -109.89715000426474, 38.180041754036736 ], [ -109.89746964441493, 38.180044755939349 ], [ -109.89760106099116, 38.180036977660819 ], [ -109.89785947587849, 38.179935763041392 ], [ -109.89816776779342, 38.179934150402865 ], [ -109.89854509663535, 38.179897135702085 ], [ -109.89901899503836, 38.17981596421653 ], [ -109.89938813931128, 38.179715784460285 ], [ -109.89969738945643, 38.179574487249383 ], [ -109.90012656037172, 38.179506410455211 ], [ -109.90062999987671, 38.179434521385254 ], [ -109.90100337699994, 38.179280302775886 ], [ -109.90128931743187, 38.179170325954999 ], [ -109.90160016836514, 38.179074099812993 ], [ -109.90200120151098, 38.178978716211226 ], [ -109.90244151968599, 38.178852155654567 ], [ -109.90279897595484, 38.17869327633899 ], [ -109.90321814196957, 38.178530466256028 ], [ -109.9035289265894, 38.178362136486427 ], [ -109.90376027416437, 38.178161521435712 ], [ -109.9040148562684, 38.177934086093295 ], [ -109.90425184136664, 38.177738028782578 ], [ -109.90454019958167, 38.177465846294496 ], [ -109.9047791326157, 38.177215732650495 ], [ -109.90505701077535, 38.176956969444888 ], [ -109.90530513549734, 38.176779038292892 ], [ -109.90561100900285, 38.176556583684054 ], [ -109.90576807910665, 38.176359778341705 ], [ -109.90608107161431, 38.176042760321437 ], [ -109.90643340812906, 38.175766662942138 ], [ -109.90664217868657, 38.175547807282094 ], [ -109.90685679012232, 38.175319993373833 ], [ -109.90711685826678, 38.175106120517256 ], [ -109.90744165810827, 38.174762171913464 ], [ -109.90766150135281, 38.174565948001067 ], [ -109.90787113898776, 38.174288518566762 ], [ -109.90792029511204, 38.174054657474159 ], [ -109.90806486300391, 38.17392983056974 ], [ -109.90827254784274, 38.173783059730233 ], [ -109.90842389736073, 38.173586197480127 ], [ -109.90856980750081, 38.173371259977586 ], [ -109.90871054696832, 38.173120225250031 ], [ -109.90887437003336, 38.172852281578294 ], [ -109.90903714401114, 38.172654623422552 ], [ -109.90929209334143, 38.172400142897345 ], [ -109.90943759563494, 38.172212237194778 ], [ -109.90956543830275, 38.172060216291968 ], [ -109.9097216824256, 38.171917471204402 ], [ -109.90987772458503, 38.171788242397156 ], [ -109.90997132221798, 38.171635903103443 ], [ -109.91004162084305, 38.171514890326691 ], [ -109.91015744271117, 38.171403312279267 ], [ -109.91035398351369, 38.171237508476999 ], [ -109.91068330438364, 38.170971097788275 ], [ -109.91090332860047, 38.170761350870762 ], [ -109.91112919277204, 38.170542645431105 ], [ -109.91119391533519, 38.170412567968434 ], [ -109.91130442871732, 38.170273902775811 ], [ -109.91148322600209, 38.170149388860423 ], [ -109.91171889273977, 38.170038920121371 ], [ -109.91190937089736, 38.169896489300072 ], [ -109.91208346380093, 38.169704338973546 ], [ -109.91224607468415, 38.169516588140823 ], [ -109.91238552172928, 38.16935115315578 ], [ -109.91251993058127, 38.169140610075139 ], [ -109.9126657526937, 38.168930172514223 ], [ -109.91278297556516, 38.16880058024843 ], [ -109.91303018001916, 38.168604599230854 ], [ -109.91322178923419, 38.16838557251959 ], [ -109.91328690749916, 38.168228460723014 ], [ -109.91334021019181, 38.168098276307916 ], [ -109.91354933924701, 38.167852374392432 ], [ -109.91384387011702, 38.16762078044146 ], [ -109.91420694882503, 38.167385313456911 ], [ -109.91445448414797, 38.167243405944852 ], [ -109.9146850448483, 38.167091427532597 ], [ -109.91491504351052, 38.166977294946228 ], [ -109.91525415301828, 38.166818207362795 ], [ -109.91553028543674, 38.166672055582218 ], [ -109.91570940046772, 38.16652500735119 ], [ -109.91586583427915, 38.166367835954894 ], [ -109.91599290590962, 38.166266269303406 ], [ -109.91620035292112, 38.166133000228641 ], [ -109.91629883629733, 38.166034774282295 ], [ -109.91652446958419, 38.16582957437371 ], [ -109.91676695520552, 38.165642553996726 ], [ -109.91705582692985, 38.165406393458241 ], [ -109.91735000367737, 38.165197317885152 ], [ -109.91765545895186, 38.164997357775334 ], [ -109.918053165611, 38.164734259792596 ], [ -109.91841640295397, 38.164486163808284 ], [ -109.91879033242969, 38.164286831348932 ], [ -109.91918191206534, 38.16405161107339 ], [ -109.91948145143159, 38.163865110066503 ], [ -109.91986207874989, 38.163598243772313 ], [ -109.92016785285919, 38.163375749260922 ], [ -109.92039366644933, 38.163157024973394 ], [ -109.92067581364101, 38.162988385490692 ], [ -109.9210494504718, 38.162807968779951 ], [ -109.92137639744935, 38.162697417714369 ], [ -109.92169185072538, 38.162592167551992 ], [ -109.92216164499121, 38.162470308708293 ], [ -109.92260907579858, 38.162316699854458 ], [ -109.92307939710084, 38.162158793067334 ], [ -109.92353226563482, 38.162023255074018 ], [ -109.92384758055287, 38.161927010075786 ], [ -109.92418625032442, 38.161794929097113 ], [ -109.92458264555496, 38.161618314420465 ], [ -109.92496736131517, 38.161459616016131 ], [ -109.92531252712217, 38.161273517582003 ], [ -109.92562226236385, 38.161168204436997 ], [ -109.92593770316424, 38.161062942652038 ], [ -109.92619063673315, 38.160939083913405 ], [ -109.92647828364858, 38.160783097771905 ], [ -109.92679436888631, 38.16063367940415 ], [ -109.92706953083045, 38.160550577126209 ], [ -109.9272475382825, 38.160476500238651 ], [ -109.92755762387254, 38.160346851992919 ], [ -109.92782739425988, 38.160242069222207 ], [ -109.92818277257051, 38.160137165970781 ], [ -109.92854995824231, 38.16000533253272 ], [ -109.92895190801499, 38.159837765891822 ], [ -109.92931942030395, 38.159683402306761 ], [ -109.92973881488305, 38.159493461292371 ], [ -109.93004893151947, 38.159361102995355 ], [ -109.93038253049991, 38.159183896353746 ], [ -109.93070576819126, 38.15893449616226 ], [ -109.93091463814886, 38.158778682906224 ], [ -109.93115644888364, 38.158555576975246 ], [ -109.93134273165725, 38.15830492839639 ], [ -109.93156201430014, 38.158139295197927 ], [ -109.93182180469309, 38.15793527722181 ], [ -109.93208764155229, 38.157707881702912 ], [ -109.93234836189337, 38.157439883770785 ], [ -109.93256244587273, 38.157239053480659 ], [ -109.93265082135807, 38.157127203175698 ], [ -109.93267348988159, 38.157059817065587 ], [ -109.93262895739869, 38.156982807903205 ], [ -109.93250565601087, 38.156828478325416 ], [ -109.93246250336296, 38.156656852647465 ], [ -109.93245273345434, 38.156544110270048 ], [ -109.93231349751106, 38.156308525064262 ], [ -109.93206071960424, 38.156032253176697 ], [ -109.93179701793358, 38.155722535924063 ], [ -109.93152044689681, 38.15551273736682 ], [ -109.93115901097235, 38.155252598238029 ], [ -109.9308770007089, 38.155024724092414 ], [ -109.9305833170807, 38.154814767545531 ], [ -109.93024324137915, 38.154577350829562 ], [ -109.9299226996925, 38.154331098835016 ], [ -109.92970240803164, 38.154175882516718 ], [ -109.92948648441559, 38.154034224033545 ], [ -109.92931311455509, 38.153870422401987 ], [ -109.92910959269348, 38.153661284138082 ], [ -109.92885327303499, 38.1533164796638 ], [ -109.9286338436326, 38.153102689338979 ], [ -109.92841533854646, 38.152825821021722 ], [ -109.92825374777789, 38.152559385214019 ], [ -109.92810300251303, 38.152331801007954 ], [ -109.9279632272947, 38.151744726409042 ], [ -109.93016025653878, 38.151742230069921 ], [ -109.93837754741497, 38.151744699561739 ], [ -109.94565904524717, 38.151742702724242 ], [ -109.952187457802, 38.151729031602152 ], [ -109.95829909908363, 38.151729326118726 ], [ -109.96398877520967, 38.151707556305993 ], [ -109.9707167804746, 38.151703627663608 ], [ -109.97655462641968, 38.151696065835438 ], [ -109.98294600360524, 38.151688502415404 ], [ -109.9892292255054, 38.151661635621302 ], [ -109.99440485225249, 38.151673620780535 ], [ -109.99790300742256, 38.151668372967997 ], [ -110.00068874633716, 38.151597479826499 ], [ -110.00764579483501, 38.151620420652932 ], [ -110.01302563632292, 38.151638717747311 ], [ -110.01973056945219, 38.151654317389415 ], [ -110.02617310311985, 38.151662852511656 ], [ -110.03296370534343, 38.151673900636752 ], [ -110.04131750057162, 38.151715351240014 ], [ -110.04985282479306, 38.151753170088227 ], [ -110.05900726265124, 38.151751169959425 ], [ -110.06827477304057, 38.151743044517325 ], [ -110.07618979977683, 38.151737976777966 ], [ -110.08419036968277, 38.151737548756671 ], [ -110.09120359000534, 38.151746964441017 ], [ -110.10016860733124, 38.151743894240745 ], [ -110.10800357111431, 38.151754093340706 ], [ -110.11514252026232, 38.151749515447257 ], [ -110.12064405987887, 38.151714230369713 ], [ -110.12568841652701, 38.151733865682225 ], [ -110.12726920659601, 38.151727598114746 ], [ -110.13669619882694, 38.151747702051111 ], [ -110.14324724256255, 38.151755117381995 ], [ -110.15030053460679, 38.151756789511126 ], [ -110.15993885246246, 38.151763037563661 ], [ -110.16948588879448, 38.151767849052071 ], [ -110.17724697368513, 38.151754880640539 ], [ -110.18770161162914, 38.151737528270942 ], [ -110.19743123453735, 38.15174583661755 ], [ -110.20626495712541, 38.151751793820679 ], [ -110.21509298660924, 38.151757048450207 ], [ -110.2239501805162, 38.151703251072739 ], [ -110.23143741398526, 38.151684891189326 ], [ -110.23814842087702, 38.15167904631501 ], [ -110.2448882894205, 38.151641459793311 ], [ -110.25061171381736, 38.151669105228081 ], [ -110.25717469397536, 38.1516296847322 ], [ -110.27024264581028, 38.151644014040414 ], [ -110.27189759061828, 38.151640766410111 ], [ -110.28165037035274, 38.151619709080464 ], [ -110.28549090123745, 38.151620604571242 ], [ -110.2902331113054, 38.151617814393298 ], [ -110.29304081204906, 38.15161221689538 ], [ -110.31149666554008, 38.151658769177118 ], [ -110.32689163524638, 38.151693931563564 ], [ -110.34520393052325, 38.15172084503196 ], [ -110.35012866331189, 38.151730172421431 ], [ -110.36155899902313, 38.151734280263355 ], [ -110.37566579379887, 38.151733508217546 ], [ -110.3827876953914, 38.151730593626745 ], [ -110.400261704142, 38.151694944684394 ], [ -110.40714940299327, 38.151720900503918 ], [ -110.42077696298179, 38.151707783453965 ], [ -110.42999360998512, 38.151653736214776 ], [ -110.43909004474975, 38.151647059439306 ], [ -110.47565745769572, 38.15175381281648 ], [ -110.48706480897837, 38.151790665663199 ], [ -110.50064660715694, 38.151799625039082 ], [ -110.51032493178113, 38.151826854966465 ], [ -110.51879381555959, 38.151798769240699 ], [ -110.52784461917264, 38.151794945024534 ], [ -110.53035534540379, 38.151827542649158 ], [ -110.54871926158512, 38.151854473337401 ], [ -110.5653996773257, 38.151890340692297 ], [ -110.56710718689276, 38.151878621176358 ], [ -110.58544158599973, 38.151886182347965 ], [ -110.59441788500634, 38.151944559423725 ], [ -110.60218492014656, 38.151903528500512 ], [ -110.60776608622237, 38.151899767697387 ], [ -110.62054899948572, 38.15191562361958 ], [ -110.62569049259226, 38.151962764267431 ], [ -110.639717638985, 38.151948047110558 ], [ -110.65800772596948, 38.151926119189937 ], [ -110.66972360044861, 38.151923597476809 ], [ -110.68271782820619, 38.151909848333624 ], [ -110.69479897915532, 38.151896798842166 ], [ -110.71314057762763, 38.151834874897538 ], [ -110.73146476178201, 38.151846654292491 ], [ -110.75074231906716, 38.151758462840419 ], [ -110.76844269811612, 38.151970438638109 ], [ -110.78570089283065, 38.151994181791835 ], [ -110.78922761650433, 38.152005069740753 ], [ -110.80420652272987, 38.152044513117637 ], [ -110.80754605039144, 38.152063551490571 ], [ -110.82235613484858, 38.152073365560859 ], [ -110.82589312289015, 38.152092180765187 ], [ -110.84094175517288, 38.152104511030672 ], [ -110.84426304698546, 38.15211797443034 ], [ -110.85870664332312, 38.152199326096955 ], [ -110.86267845272899, 38.152244593816704 ], [ -110.87574674486196, 38.15234025941195 ], [ -110.88168757050563, 38.152283305206787 ], [ -110.88906643154151, 38.152263468148746 ], [ -110.90285965747165, 38.152257660276042 ], [ -110.91094045355528, 38.152228014791902 ], [ -110.92137808065679, 38.152244477926999 ], [ -110.93137060438139, 38.152241728966828 ], [ -110.94019891133883, 38.152287112570271 ], [ -110.94879326876627, 38.152309199189652 ], [ -110.95696533197692, 38.152330502984249 ], [ -110.96401888221615, 38.152337381884848 ], [ -110.97233361596076, 38.152375685368568 ], [ -110.98056276535434, 38.152382743053138 ], [ -110.98765056414867, 38.152387307196655 ], [ -110.99350570359705, 38.152384171809508 ], [ -111.00070763892202, 38.152414992281678 ], [ -111.00846313007007, 38.152387651514672 ], [ -111.01591045605824, 38.152386878803931 ], [ -111.02364311864697, 38.152381971734727 ], [ -111.03232309554383, 38.152360977179406 ], [ -111.04159088143832, 38.152371580095775 ], [ -111.04787402804128, 38.15237459478081 ], [ -111.05656541907712, 38.152365323057793 ], [ -111.06419535966289, 38.152366808325105 ], [ -111.07185956952534, 38.15239751877872 ], [ -111.08122439069243, 38.152418454005137 ], [ -111.08767304496841, 38.152427336505845 ], [ -111.09628457365811, 38.152443124502284 ], [ -111.10337241257653, 38.15246864466512 ], [ -111.11194974064556, 38.152505845870856 ], [ -111.11821011542983, 38.152535762736832 ], [ -111.12567439728068, 38.152433380356769 ], [ -111.13179201134349, 38.152413156337182 ], [ -111.13687674190687, 38.152416353549349 ], [ -111.14206434229793, 38.152495813861989 ], [ -111.14595085698646, 38.152599200641475 ], [ -111.14859889458451, 38.15264544992835 ], [ -111.15800363918139, 38.152633174918293 ], [ -111.16829290449262, 38.152609870162301 ], [ -111.1750783865419, 38.152663040297064 ], [ -111.18039718395062, 38.152695548598643 ], [ -111.18629814336447, 38.152753932058303 ], [ -111.19094812940442, 38.152791527800133 ], [ -111.19532647743665, 38.15282939149099 ], [ -111.20222614043199, 38.152885309601544 ], [ -111.21259561830324, 38.152966137450015 ], [ -111.22074505808, 38.153009686222454 ], [ -111.22943102573744, 38.153078660666445 ], [ -111.23421910665969, 38.153100754449142 ], [ -111.24086202318314, 38.153159420888514 ], [ -111.25078042037012, 38.153147675151743 ], [ -111.25628765467444, 38.153194369501932 ], [ -111.26178349707956, 38.153245337323455 ], [ -111.26674857970762, 38.153287340671049 ], [ -111.27233586245977, 38.153370052498673 ], [ -111.27897314855211, 38.153435589036022 ], [ -111.28554182225794, 38.153464866748976 ], [ -111.2921389428495, 38.153471174744851 ], [ -111.2982572439721, 38.153613518581402 ], [ -111.30371256488532, 38.15378790283269 ], [ -111.30914672640394, 38.153810677123083 ], [ -111.31670851300056, 38.153858125104932 ], [ -111.32482380056828, 38.153889136567336 ], [ -111.33498764956282, 38.153875008127805 ], [ -111.34165323023937, 38.153869326950073 ], [ -111.35128059970761, 38.153849940299274 ], [ -111.35906467335685, 38.153835414112208 ], [ -111.3681669779961, 38.153811740979776 ], [ -111.37573422474446, 38.153805802088065 ], [ -111.37787434895523, 38.153816961485582 ], [ -111.38170937793988, 38.153822585821644 ], [ -111.38588103322218, 38.153813460528376 ], [ -111.39229553643383, 38.153815643749262 ], [ -111.39744878451337, 38.153810035002202 ], [ -111.40261337884475, 38.153792444859675 ], [ -111.4090279480064, 38.15380723291014 ], [ -111.41411264058672, 38.153789415337613 ], [ -111.41410929523055, 38.150169962907221 ], [ -111.41741335451403, 38.150163674978572 ], [ -111.4234337739295, 38.150164656833134 ], [ -111.43399093366676, 38.150171186212766 ], [ -111.44126678553263, 38.150171114789437 ], [ -111.44906754021773, 38.150155068035204 ], [ -111.4558640652419, 38.150159529004043 ], [ -111.46499451703859, 38.150156182553495 ], [ -111.4726812079688, 38.15015253783573 ], [ -111.48193717884897, 38.150146467797526 ], [ -111.4900564296663, 38.150144416543952 ], [ -111.50073443507098, 38.15013452837654 ], [ -111.50755944145234, 38.150133172600384 ], [ -111.51577108126989, 38.150124438090977 ], [ -111.52521512171585, 38.150087093589008 ], [ -111.53586337728105, 38.150070539585478 ], [ -111.54357285998704, 38.150066657450232 ], [ -111.54575274948141, 38.150066462608315 ], [ -111.55365066113684, 38.150078167122835 ], [ -111.55623572431166, 38.150079472138579 ], [ -111.56214652766766, 38.150078368846202 ], [ -111.5696579697245, 38.15014582256336 ], [ -111.57941641865192, 38.150183707360362 ], [ -111.59640491610328, 38.150206822418781 ], [ -111.60559813797492, 38.150209350227293 ], [ -111.61228492500632, 38.150196312344256 ], [ -111.61892272201456, 38.150193966957112 ], [ -111.62414953615924, 38.150152788939693 ], [ -111.62572876398947, 38.150113743601459 ], [ -111.63523179951805, 38.150178993567295 ], [ -111.63525196665704, 38.1511882885099 ], [ -111.6406274722428, 38.151177116472368 ], [ -111.64470772065035, 38.151181827904736 ], [ -111.65006633916984, 38.151197354108568 ], [ -111.65441461951272, 38.151182219425934 ], [ -111.66222693807471, 38.151183493607633 ], [ -111.67064415592645, 38.151185301938412 ], [ -111.67853068217677, 38.151189574044416 ], [ -111.68376932750184, 38.1511907366313 ], [ -111.68889959293666, 38.15119680752931 ], [ -111.69422276977748, 38.151206020464834 ], [ -111.69925137286994, 38.151203227479023 ], [ -111.70322309012873, 38.151197539411562 ], [ -111.70781796894946, 38.151192469429176 ], [ -111.71197697609033, 38.151198875199817 ], [ -111.71594306718424, 38.151201803542065 ], [ -111.72121609346988, 38.151218209824577 ], [ -111.72599247221956, 38.151216721557873 ], [ -111.73154492764817, 38.151213812742192 ], [ -111.73681206842625, 38.151212431639429 ], [ -111.74194806313456, 38.151221556570086 ], [ -111.74612521388623, 38.151216724578951 ], [ -111.75074828437415, 38.151290908086658 ], [ -111.75461730877142, 38.151288644423424 ], [ -111.76023360823292, 38.151279462667347 ], [ -111.76793612226511, 38.151260896481226 ], [ -111.77598807878479, 38.151262048010992 ], [ -111.78430255666532, 38.151265400889052 ], [ -111.7947739897496, 38.151258095034372 ], [ -111.80267184876855, 38.151258459565618 ], [ -111.81118600728833, 38.151258544135352 ], [ -111.81934632663037, 38.151255974149315 ], [ -111.82662204017865, 38.151245547763125 ], [ -111.83397212745072, 38.151252167374281 ], [ -111.84064303126928, 38.151249671530145 ], [ -111.84330687772575, 38.151253105717032 ], [ -111.84326689735224, 38.15660226994958 ], [ -111.84324995449722, 38.162167562023718 ], [ -111.84322367489467, 38.167219208631266 ], [ -111.84322288431478, 38.173590984756174 ], [ -111.84322344076419, 38.178493724550236 ], [ -111.84322290067388, 38.182013066853621 ], [ -111.84322372851699, 38.187037464932878 ], [ -111.84323499424684, 38.191976166288647 ], [ -111.8432329389138, 38.197739590601493 ], [ -111.84320182850666, 38.20395383580712 ], [ -111.84320099153869, 38.210316560823856 ], [ -111.84321608631313, 38.218553730119858 ], [ -111.84323394013383, 38.22356445672095 ], [ -111.84324694354159, 38.227164786097006 ], [ -111.84325435432734, 38.231269843056808 ], [ -111.84327694795573, 38.233721029491093 ], [ -111.84326447626289, 38.235609197701677 ], [ -111.84325941278139, 38.237149437141461 ], [ -111.84336262590961, 38.23955588157645 ], [ -111.84350250693264, 38.24384923612827 ], [ -111.8436805453767, 38.248475767683225 ], [ -111.8437108785415, 38.250012144396635 ], [ -111.84381565391928, 38.251660638973384 ], [ -111.8439362626812, 38.255665729846207 ], [ -111.8441932902787, 38.264049798205527 ], [ -111.8445900681704, 38.278570187697539 ], [ -111.84504443861307, 38.29310814948289 ], [ -111.84508038270768, 38.295221255610997 ], [ -111.84550382124688, 38.307564927466366 ], [ -111.84555138747947, 38.309691462765137 ], [ -111.84601847415176, 38.324788006377496 ], [ -111.84654192536495, 38.3392983126286 ], [ -111.8469668967584, 38.354174282950041 ], [ -111.84745619408216, 38.36865682125952 ], [ -111.84761485935559, 38.374996587298796 ], [ -111.84791792938807, 38.383208913989868 ], [ -111.84839706980289, 38.39775994148026 ], [ -111.84881110356264, 38.41210953266966 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 35, \"properties\": { \"NAME\": \"WEBER COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 30347, \"Color4\": \"3\", \"Shape_Leng\": 339979.91221799998, \"Shape_Area\": 1638146482.8800001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.49351751443153, 41.076888033978044 ], [ -112.4832297688024, 41.087343758374629 ], [ -112.48180988263283, 41.088794252652235 ], [ -112.46764231995621, 41.103252790485058 ], [ -112.45521655162997, 41.115958113927931 ], [ -112.44639755453841, 41.124950740539028 ], [ -112.40224358026404, 41.169940431936567 ], [ -112.37578297298641, 41.196859032969378 ], [ -112.36885816539883, 41.20391342921878 ], [ -112.32361759735272, 41.249939567756371 ], [ -112.25073186129292, 41.323850416493876 ], [ -112.23813944549073, 41.336551969611854 ], [ -112.20222877564937, 41.336671511393547 ], [ -112.13757667688454, 41.336860367990631 ], [ -112.13700296410275, 41.336857030173803 ], [ -112.1257454974604, 41.336886634891208 ], [ -112.12513593631363, 41.336883588560504 ], [ -112.11218026916774, 41.336847388915849 ], [ -112.09271058702531, 41.336772682396798 ], [ -112.04913406330859, 41.336610713689034 ], [ -112.04897872120971, 41.336612129712982 ], [ -112.04518989651443, 41.33659255678171 ], [ -112.037923217223, 41.336568247489218 ], [ -112.03542521504929, 41.336554719168184 ], [ -112.03497099394171, 41.336549797399492 ], [ -112.0297839402145, 41.336533275512913 ], [ -112.02958079953785, 41.336535093039757 ], [ -112.02867221585228, 41.336516195301648 ], [ -112.02848159135748, 41.336553929104909 ], [ -112.02822040304041, 41.336664353245396 ], [ -112.02781780215669, 41.336902145145842 ], [ -112.02723977577635, 41.337384704708064 ], [ -112.02678152085571, 41.337884207857229 ], [ -112.0263693613233, 41.338275207816793 ], [ -112.02594411624128, 41.33859426277612 ], [ -112.02565059854308, 41.338930157294755 ], [ -112.02540558409895, 41.339310656495989 ], [ -112.02503264702126, 41.339917482598779 ], [ -112.02460164617543, 41.340632914632025 ], [ -112.0242417736265, 41.341311681897764 ], [ -112.02389440852134, 41.342026366766639 ], [ -112.02361549553271, 41.34253326882726 ], [ -112.02339421633667, 41.342904544946244 ], [ -112.02326586129877, 41.343103851632627 ], [ -112.02307761094376, 41.343294683141117 ], [ -112.02264022569528, 41.343604826158497 ], [ -112.02213028622845, 41.343861566856873 ], [ -112.02148817937267, 41.344074440945917 ], [ -112.02119011143645, 41.344122123844116 ], [ -112.02090413461121, 41.34417870622373 ], [ -112.02029534253988, 41.344229142863036 ], [ -112.01966152357591, 41.344207737916726 ], [ -112.01565629176963, 41.344135065726149 ], [ -112.01490338536337, 41.344141708057428 ], [ -112.01456792136861, 41.344090620920262 ], [ -112.01450788732379, 41.344073135135432 ], [ -112.01382193676959, 41.343772924536324 ], [ -112.01337598556165, 41.343533649333608 ], [ -112.01307568016023, 41.34343721063798 ], [ -112.01273952335561, 41.343341086657738 ], [ -112.01228637089412, 41.343408126201673 ], [ -112.01184572597195, 41.343511084065838 ], [ -112.01134588300495, 41.343650590567968 ], [ -112.0108214397229, 41.343745273388166 ], [ -112.01071416070995, 41.343764230659097 ], [ -112.0102002743679, 41.343768742747962 ], [ -112.00942221734137, 41.343694502302668 ], [ -112.0090873158135, 41.343679424307616 ], [ -112.0087294857604, 41.343727598949783 ], [ -112.0083847176432, 41.343847718181536 ], [ -112.0081005361894, 41.344021350780984 ], [ -112.00782955406835, 41.34427593475359 ], [ -112.00767696891702, 41.344457421289803 ], [ -112.00734608938949, 41.344703521053624 ], [ -112.00708399943416, 41.34475986002208 ], [ -112.00683316634171, 41.344771062318635 ], [ -112.00655815364816, 41.344764460520608 ], [ -112.00626007090833, 41.344812104899987 ], [ -112.0058560914912, 41.344968764354398 ], [ -112.00541805795194, 41.345242817648867 ], [ -112.00464912560547, 41.345762961444613 ], [ -112.00441286928931, 41.345945174050989 ], [ -112.00418939327902, 41.346181319753278 ], [ -112.00400149299769, 41.346399139614192 ], [ -112.00389780460333, 41.346652254644304 ], [ -112.00391459832767, 41.346967371212052 ], [ -112.00406728691365, 41.347569542655734 ], [ -112.0041210437337, 41.347956396750533 ], [ -112.00410336777553, 41.348361889113761 ], [ -112.00401245881918, 41.348668937745678 ], [ -112.00375519191324, 41.349040490022389 ], [ -112.00348389562414, 41.349277051356403 ], [ -112.00315200819759, 41.349460095163835 ], [ -112.00265251524242, 41.349626583409574 ], [ -112.0021762330253, 41.349747829796712 ], [ -112.00189035235935, 41.349813371642995 ], [ -112.00134083712997, 41.349836169488917 ], [ -112.00081605309703, 41.349912794708274 ], [ -112.00029030270846, 41.349926373346847 ], [ -111.99991979040372, 41.34992959331543 ], [ -111.99965670837004, 41.349922871414797 ], [ -111.99912971818067, 41.349855387901407 ], [ -111.99853074184409, 41.349770511582228 ], [ -111.99789591108356, 41.349685943052222 ], [ -111.99714087512872, 41.349557375059781 ], [ -111.99662611692995, 41.34950778910126 ], [ -111.9959812608633, 41.349549402021388 ], [ -111.99560140544042, 41.349723831722386 ], [ -111.99534285161579, 41.350014308760336 ], [ -111.99515600808729, 41.350304165110337 ], [ -111.99498097793102, 41.350584911494622 ], [ -111.99460769411141, 41.351191641719936 ], [ -111.99437577599207, 41.351662036573686 ], [ -111.99411830538403, 41.352024561532509 ], [ -111.99390727187316, 41.352296609727816 ], [ -111.99363537832858, 41.352497122948101 ], [ -111.9932199157118, 41.35268986722452 ], [ -111.99256799862725, 41.353055792414033 ], [ -111.99239035101665, 41.353165414650462 ], [ -111.99221283957925, 41.353284042948474 ], [ -111.99188048962361, 41.353440035706804 ], [ -111.99136939401066, 41.353633597542533 ], [ -111.99086942856127, 41.353773016212756 ], [ -111.99020307758028, 41.353976917097022 ], [ -111.98953563112573, 41.354108763464275 ], [ -111.98858226767041, 41.354306115088072 ], [ -111.98787922813203, 41.35445627263649 ], [ -111.98714059870366, 41.354624746212117 ], [ -111.98651117383537, 41.354900369054903 ], [ -111.98594205238082, 41.355211501849098 ], [ -111.98550495285683, 41.355557531316379 ], [ -111.9851493478472, 41.355758741337958 ], [ -111.98495972715155, 41.355868454599694 ], [ -111.98441259629918, 41.356053286468658 ], [ -111.98353348383004, 41.356421103771325 ], [ -111.98296433479892, 41.356732222060373 ], [ -111.98246608789867, 41.356988687173775 ], [ -111.98196648328764, 41.357155086632687 ], [ -111.98103736409017, 41.357379191444174 ], [ -111.98034717294003, 41.357592246036937 ], [ -111.97966920087286, 41.357823207485147 ], [ -111.97914621540978, 41.358025823783855 ], [ -111.97834964255871, 41.358320839096045 ], [ -111.97806450855965, 41.358440360497475 ], [ -111.97776876789241, 41.358650046389528 ], [ -111.97739096630299, 41.358968518617118 ], [ -111.9769560859478, 41.359467624324225 ], [ -111.97666074105358, 41.359704326510503 ], [ -111.97610375343196, 41.360033322635928 ], [ -111.97541687997331, 41.360471507163041 ], [ -111.97506229236454, 41.360744737401568 ], [ -111.97456358034883, 41.360974149697846 ], [ -111.97385909267287, 41.361034158878461 ], [ -111.97378777065953, 41.36106178496118 ], [ -111.97356225280922, 41.361171783191502 ], [ -111.9734008000337, 41.361569479224933 ], [ -111.97327319523976, 41.361831776175542 ], [ -111.97309710121803, 41.362049445506287 ], [ -111.97284914569506, 41.362258714608998 ], [ -111.9725060897529, 41.36250481693645 ], [ -111.971615001844, 41.362881651859794 ], [ -111.9707488835477, 41.363330329265082 ], [ -111.97042932179562, 41.363549204683764 ], [ -111.97018001417787, 41.363668404396137 ], [ -111.96997772172483, 41.363733162261987 ], [ -111.96956024503979, 41.363799733033503 ], [ -111.96916667681808, 41.363866100932135 ], [ -111.96859525672248, 41.364033047169947 ], [ -111.96771527907987, 41.364355713367623 ], [ -111.96729846291085, 41.364467307896071 ], [ -111.96689280009709, 41.364524762188225 ], [ -111.96653442265007, 41.364545787886051 ], [ -111.96612849216866, 41.364585226728977 ], [ -111.96532978255713, 41.364745057317911 ], [ -111.96450742519599, 41.364923095583499 ], [ -111.96342232078835, 41.365121343082237 ], [ -111.96317445521578, 41.365339598079331 ], [ -111.96324857602366, 41.365501112687717 ], [ -111.96343029238665, 41.365661726459884 ], [ -111.96363724865468, 41.365912203588806 ], [ -111.96388113526282, 41.36623443100045 ], [ -111.96420844461939, 41.366537943885994 ], [ -111.96447544882156, 41.36680593128483 ], [ -111.96482853724473, 41.367235331274721 ], [ -111.96503710103464, 41.367593882292496 ], [ -111.96518455883762, 41.367862870486405 ], [ -111.96540361751883, 41.368122250295194 ], [ -111.96574289901716, 41.3684256582345 ], [ -111.96634680558834, 41.36883493311818 ], [ -111.96663613948355, 41.368994637885315 ], [ -111.96684098516725, 41.369101006862159 ], [ -111.96702232032332, 41.369234595534543 ], [ -111.96733823737451, 41.36957422500312 ], [ -111.96759397844409, 41.369887337115948 ], [ -111.96772962972584, 41.370165428675215 ], [ -111.96798671015345, 41.370568603535297 ], [ -111.96834091079445, 41.371070042941589 ], [ -111.96876645255132, 41.371543858130266 ], [ -111.96901038583114, 41.371866073853468 ], [ -111.96915733516362, 41.372099031019161 ], [ -111.96937522060114, 41.37227734548236 ], [ -111.96960506347214, 41.372455558768003 ], [ -111.96992060835808, 41.372768161558675 ], [ -111.97020015338511, 41.373072059510946 ], [ -111.9705289993049, 41.373474623309924 ], [ -111.97084482143015, 41.373805236123395 ], [ -111.97105250206022, 41.374100730752275 ], [ -111.97116279025921, 41.374279949699641 ], [ -111.97161094665164, 41.374663488288185 ], [ -111.97197500911165, 41.37502071301347 ], [ -111.97218202822071, 41.375271173688631 ], [ -111.9724605213824, 41.375503014986577 ], [ -111.97279839807752, 41.375707331122385 ], [ -111.97306440146782, 41.375903246591193 ], [ -111.97338992236415, 41.376080643005707 ], [ -111.97371517636128, 41.376240025784142 ], [ -111.97411230801075, 41.376407806648089 ], [ -111.97440169444451, 41.376567491104929 ], [ -111.97475422921256, 41.376951826915011 ], [ -111.97494917355857, 41.377193377294745 ], [ -111.97510824795575, 41.377435231310358 ], [ -111.97523427748688, 41.377866522228068 ], [ -111.97530200242353, 41.37839738943952 ], [ -111.97524705974013, 41.378722124326508 ], [ -111.97496828828471, 41.379273942856123 ], [ -111.97485274861207, 41.379545146088446 ], [ -111.97472484696901, 41.379789431486323 ], [ -111.97464611959444, 41.380123374975618 ], [ -111.97452144314381, 41.380583812213629 ], [ -111.97438910946619, 41.381332553300723 ], [ -111.9742657733738, 41.381883053558987 ], [ -111.97422063009572, 41.382063585246286 ], [ -111.97429775553488, 41.382423231117698 ], [ -111.97443238663048, 41.38262926291118 ], [ -111.97465193587452, 41.382915642507271 ], [ -111.97494377433799, 41.383237439056515 ], [ -111.97530884565693, 41.383657696291316 ], [ -111.97560069071623, 41.38397949106141 ], [ -111.97575884198984, 41.384158299395821 ], [ -111.97579943001433, 41.384473216603411 ], [ -111.97555436119882, 41.384880630752903 ], [ -111.97536625561816, 41.385098404682402 ], [ -111.97515288592481, 41.385226317739438 ], [ -111.97461676806006, 41.385365972112602 ], [ -111.97416516478523, 41.385558953288729 ], [ -111.97380828740293, 41.385688078761575 ], [ -111.97347760976571, 41.385970108412344 ], [ -111.9731861631553, 41.386476991964948 ], [ -111.97308269700672, 41.386757098486513 ], [ -111.97311010640978, 41.38699106079337 ], [ -111.97317406436473, 41.387269751292884 ], [ -111.97314235093791, 41.38754925093432 ], [ -111.97305084203471, 41.387829256250456 ], [ -111.97263616824452, 41.388093978798494 ], [ -111.97232711045957, 41.388222695421838 ], [ -111.97195892644214, 41.388396948010964 ], [ -111.97163911359786, 41.388606820811958 ], [ -111.97127280228385, 41.388907159878649 ], [ -111.97096735622607, 41.389279043864015 ], [ -111.97078136660008, 41.389640911748458 ], [ -111.97032218249078, 41.390131188009335 ], [ -111.96968493639633, 41.3907130378131 ], [ -111.96924938836032, 41.391185095620095 ], [ -111.96891031458873, 41.391710384148162 ], [ -111.96865147814037, 41.392000802228438 ], [ -111.9684638639563, 41.392254590416179 ], [ -111.96824437812367, 41.392778870264628 ], [ -111.96797985456942, 41.393492685176923 ], [ -111.96771813069539, 41.394395632445985 ], [ -111.96750183742597, 41.395136062796766 ], [ -111.96744777824567, 41.395523837922021 ], [ -111.96745191850434, 41.395803034195758 ], [ -111.96762604499027, 41.396251942619493 ], [ -111.96766580091557, 41.396512824410017 ], [ -111.96762062998054, 41.396693353362423 ], [ -111.96756657039423, 41.397081128446032 ], [ -111.96749125996767, 41.397649231207666 ], [ -111.967563621083, 41.398495323075998 ], [ -111.96765429536288, 41.398962947895576 ], [ -111.96770735050521, 41.399313792184174 ], [ -111.96766538440819, 41.399710472877551 ], [ -111.96740664487274, 41.400009894487305 ], [ -111.96733995245297, 41.400352738239079 ], [ -111.96754890649079, 41.400729294009416 ], [ -111.9676241487949, 41.400962854844153 ], [ -111.96761512662542, 41.4011610945361 ], [ -111.96762153975189, 41.401593397991611 ], [ -111.96748601610811, 41.402134984380453 ], [ -111.96737187587735, 41.402505249342077 ], [ -111.96730825311067, 41.403055238324278 ], [ -111.96725779342547, 41.403686183541417 ], [ -111.96716997746918, 41.404218360850678 ], [ -111.96717665545638, 41.40466867676858 ], [ -111.96730896715069, 41.405523271236362 ], [ -111.96747342884416, 41.406125386803247 ], [ -111.9674954122391, 41.406800759786229 ], [ -111.96753597661449, 41.407115678964132 ], [ -111.9676404975008, 41.407709290742247 ], [ -111.96761209300627, 41.408213946028404 ], [ -111.96753931096382, 41.408953167766249 ], [ -111.96760901515776, 41.40961913163882 ], [ -111.96775738381714, 41.409942151295148 ], [ -111.96819554478391, 41.410442881009004 ], [ -111.96870589372308, 41.410970023493867 ], [ -111.96907215474249, 41.411462347686161 ], [ -111.96935360579873, 41.411883325829351 ], [ -111.9696096601746, 41.412205435574059 ], [ -111.96973438555816, 41.412546666614638 ], [ -111.96978545492783, 41.412762414409364 ], [ -111.9699091105241, 41.413031594824865 ], [ -111.97018574927809, 41.413128344002743 ], [ -111.97040230219136, 41.413207584482059 ], [ -111.97059492818055, 41.413287026411105 ], [ -111.97084992139868, 41.413537082834658 ], [ -111.97134888913988, 41.414100338946071 ], [ -111.97149661584207, 41.41437832176149 ], [ -111.97150117879725, 41.414684535655034 ], [ -111.97149324096759, 41.41495482539888 ], [ -111.97152481903458, 41.415467981863287 ], [ -111.9716299279401, 41.416097613776543 ], [ -111.97173087734684, 41.416448050602419 ], [ -111.97186610977, 41.416690108663595 ], [ -111.97203750495068, 41.416949875857782 ], [ -111.97212461324186, 41.417174325344213 ], [ -111.97223645700878, 41.4174526102396 ], [ -111.97219330009865, 41.417768234619352 ], [ -111.97207714650661, 41.418003409005017 ], [ -111.97198572707873, 41.418292418808079 ], [ -111.97203936041298, 41.418679284640227 ], [ -111.97220322956852, 41.419236359836901 ], [ -111.97233981316087, 41.419568479953639 ], [ -111.97252372040562, 41.419864170186386 ], [ -111.97246671742961, 41.420053807770508 ], [ -111.9723595702083, 41.420090743090093 ], [ -111.97205049571529, 41.420228466203085 ], [ -111.97170539059282, 41.420357485402015 ], [ -111.9714426971257, 41.420395733555836 ], [ -111.97134737956692, 41.420423560627128 ], [ -111.9709417759352, 41.420508051245939 ], [ -111.97044071889309, 41.420611360487172 ], [ -111.97028570927991, 41.420648697601607 ], [ -111.97009480423992, 41.420686337194923 ], [ -111.9696910730523, 41.420896911431754 ], [ -111.96946614689359, 41.421060940546688 ], [ -111.96924108567806, 41.421215962942995 ], [ -111.96868568214556, 41.421689026395526 ], [ -111.96810500213012, 41.422072225716029 ], [ -111.96746729558154, 41.422645057358899 ], [ -111.96679154365809, 41.423074086562849 ], [ -111.96606938882756, 41.423602582997042 ], [ -111.96571589125486, 41.423974854821388 ], [ -111.96551500935492, 41.424147681746582 ], [ -111.96531359280753, 41.424284483158935 ], [ -111.96503001520537, 41.424530062383859 ], [ -111.96463754306212, 41.424695487341026 ], [ -111.96431766368762, 41.424914346956498 ], [ -111.96400774979277, 41.424998011013066 ], [ -111.96375926286434, 41.425189248581283 ], [ -111.9635360379668, 41.425470348134326 ], [ -111.96325484463712, 41.425878036369305 ], [ -111.96292817864919, 41.426448237885545 ], [ -111.96250537779133, 41.426992220567342 ], [ -111.9621772370503, 41.427463350727812 ], [ -111.96189828678875, 41.428024142708331 ], [ -111.96174724214276, 41.428331657370705 ], [ -111.96137082429054, 41.428776166523932 ], [ -111.96108761092141, 41.429048755097867 ], [ -111.96058061255414, 41.429566411710816 ], [ -111.96013556370087, 41.430227667511559 ], [ -111.96001788539027, 41.430363760664683 ], [ -111.95986536720906, 41.430572203625402 ], [ -111.95960541058689, 41.430799557432728 ], [ -111.95948786277026, 41.430944656350221 ], [ -111.95946684638885, 41.431142994502665 ], [ -111.95948199636373, 41.431359045812535 ], [ -111.95950951145475, 41.431602016186055 ], [ -111.95946522375958, 41.431845585422444 ], [ -111.95917095009668, 41.432181313242523 ], [ -111.95896004680468, 41.432489323154385 ], [ -111.95894008884095, 41.432759711546275 ], [ -111.95907915372959, 41.433262966659704 ], [ -111.9591661078623, 41.433478419280888 ], [ -111.95916756634774, 41.433577488513606 ], [ -111.95904988007837, 41.433713580684774 ], [ -111.95876478031525, 41.433860075527356 ], [ -111.95857356467469, 41.433879683813558 ], [ -111.95828621110863, 41.433873070466539 ], [ -111.95795059013959, 41.43383983614666 ], [ -111.957674145246, 41.433761071234699 ], [ -111.95740953617552, 41.433673199752825 ], [ -111.95692713183227, 41.433425006350021 ], [ -111.95643170604239, 41.433104859958348 ], [ -111.95589959024473, 41.432730971869418 ], [ -111.95493269859737, 41.432090469059027 ], [ -111.95476159409409, 41.431848689368174 ], [ -111.95473449247042, 41.431632736606616 ], [ -111.95475433567519, 41.431353342400079 ], [ -111.95477431070341, 41.431082954487813 ], [ -111.95469920942369, 41.430858392647046 ], [ -111.95450100884096, 41.430400659637733 ], [ -111.9544131509498, 41.430122158985398 ], [ -111.95427689896975, 41.429808030069857 ], [ -111.95411737418395, 41.429539131029742 ], [ -111.95382503038492, 41.429190266386811 ], [ -111.95371508921143, 41.429038051941433 ], [ -111.95360488495776, 41.428867824749865 ], [ -111.95336133562098, 41.428581606257794 ], [ -111.95297405826216, 41.428287570518272 ], [ -111.95279284829772, 41.428171975148793 ], [ -111.95196123790808, 41.427773526219617 ], [ -111.95120353924943, 41.427518578704962 ], [ -111.95090280213439, 41.427412975968686 ], [ -111.9506507197484, 41.427361014863031 ], [ -111.95020625662173, 41.427247590478899 ], [ -111.94985555661384, 41.426998279060335 ], [ -111.94962517815307, 41.426793010478967 ], [ -111.94955062469158, 41.426604470189467 ], [ -111.9494634493871, 41.426370996947909 ], [ -111.94935339200457, 41.426209771770111 ], [ -111.94917153833455, 41.426049138866951 ], [ -111.94864201282348, 41.425846336024925 ], [ -111.94838862759021, 41.425704306523883 ], [ -111.94779574057399, 41.425258821861668 ], [ -111.94693869540063, 41.424752456802977 ], [ -111.94622826078205, 41.424452050117296 ], [ -111.94543485591853, 41.424206365405972 ], [ -111.94511047287003, 41.424118956564506 ], [ -111.94471285993983, 41.423933066569418 ], [ -111.94453076298552, 41.423754413383975 ], [ -111.9443593277644, 41.423485598188634 ], [ -111.94420895480694, 41.423018446613405 ], [ -111.94405897541729, 41.422578313833171 ], [ -111.94391108496774, 41.422282282427851 ], [ -111.94372925569134, 41.42212164055487 ], [ -111.94345131294855, 41.421934764362497 ], [ -111.94310157957071, 41.421748476028441 ], [ -111.94277708155383, 41.421652054052856 ], [ -111.94236778541274, 41.421484266410104 ], [ -111.94189749355985, 41.421235909887514 ], [ -111.94108918783773, 41.420783146162265 ], [ -111.94054620523026, 41.420472326681917 ], [ -111.94038689024777, 41.420212413693918 ], [ -111.94028350429197, 41.419681820572734 ], [ -111.94002535560321, 41.419206536520278 ], [ -111.93957888902032, 41.41894896825827 ], [ -111.93931332585937, 41.418789003087007 ], [ -111.93880587359048, 41.418450862841333 ], [ -111.93842705649324, 41.417904500241569 ], [ -111.93816672511475, 41.417276103302441 ], [ -111.93802811684056, 41.416790832214573 ], [ -111.93811800051377, 41.416384764872205 ], [ -111.93824546113431, 41.416095487619273 ], [ -111.9382800579546, 41.416005131137858 ], [ -111.93829033717567, 41.41588795067387 ], [ -111.93810944690205, 41.4157903440437 ], [ -111.93784610283819, 41.415783483637313 ], [ -111.937199771902, 41.415770735708392 ], [ -111.93692433424603, 41.415754964273191 ], [ -111.93655460560205, 41.415839041571488 ], [ -111.93620932198161, 41.415958948497234 ], [ -111.93588731932412, 41.416033627835382 ], [ -111.93532421965601, 41.415984162539608 ], [ -111.93453263651526, 41.41585548377077 ], [ -111.93400659351424, 41.415886777912299 ], [ -111.93369835877353, 41.41608744343705 ], [ -111.93354462759864, 41.416214795057883 ], [ -111.93331936722726, 41.416360741639863 ], [ -111.93302090130027, 41.416408199715441 ], [ -111.93219419673515, 41.416333834296083 ], [ -111.93187025634187, 41.416273406580757 ], [ -111.93153370867977, 41.416168042857194 ], [ -111.93124373305454, 41.41597222682806 ], [ -111.93074766557406, 41.41558892138584 ], [ -111.930383724398, 41.415240575097052 ], [ -111.92987763025707, 41.414992458475403 ], [ -111.9293477400625, 41.414753539269341 ], [ -111.9289853510122, 41.414513265201379 ], [ -111.92871829213475, 41.414245198156841 ], [ -111.9285959578835, 41.414057029401469 ], [ -111.9282306263167, 41.413609605546114 ], [ -111.92773433823913, 41.413208273769271 ], [ -111.92716588935038, 41.412780499039805 ], [ -111.92688892991299, 41.412656626492925 ], [ -111.92634876930698, 41.412534872798851 ], [ -111.92565551174505, 41.412585489841589 ], [ -111.92484350968097, 41.41270010941161 ], [ -111.92405798513619, 41.412994659442056 ], [ -111.92366598572205, 41.413195970974392 ], [ -111.92343982026311, 41.413278853483384 ], [ -111.92298493763637, 41.413264488798028 ], [ -111.9221446633056, 41.413073063099183 ], [ -111.92130248485641, 41.412746534841112 ], [ -111.92106206390849, 41.412667392855155 ], [ -111.92060655007113, 41.412607986585321 ], [ -111.91994866968798, 41.412622256381283 ], [ -111.91951784672692, 41.412616693029435 ], [ -111.91892959069945, 41.412477273956931 ], [ -111.91829386276133, 41.412365253118246 ], [ -111.91785234564176, 41.412449843332325 ], [ -111.91762769621057, 41.412640791679671 ], [ -111.91730834858046, 41.412904554223317 ], [ -111.91693974954435, 41.413069626528582 ], [ -111.91601992346895, 41.413176035707558 ], [ -111.91538609011405, 41.413199095403336 ], [ -111.91482290233277, 41.413140522882998 ], [ -111.91448690287474, 41.413071134546797 ], [ -111.91406816718411, 41.413074462157276 ], [ -111.91378229635696, 41.413166807494669 ], [ -111.91355775862509, 41.413366754461116 ], [ -111.91360889564486, 41.41360054195934 ], [ -111.91370839399602, 41.41386997513186 ], [ -111.91353259327161, 41.414132587064579 ], [ -111.91291449690537, 41.414425731517156 ], [ -111.91228405268072, 41.414691948229709 ], [ -111.9120459029953, 41.414774903388839 ], [ -111.91175989584576, 41.414858237334428 ], [ -111.91140134714809, 41.414888100596357 ], [ -111.91116218861748, 41.414899002372032 ], [ -111.9106841229015, 41.414938817329684 ], [ -111.91013754013036, 41.415213365882373 ], [ -111.90981739527577, 41.415423069260768 ], [ -111.90941324655147, 41.415615420907542 ], [ -111.90896123784132, 41.415808149269857 ], [ -111.90856754238449, 41.415892326043313 ], [ -111.90819714741347, 41.415931280323818 ], [ -111.90781353340938, 41.415880263291221 ], [ -111.9075013303043, 41.415801659381586 ], [ -111.907055389444, 41.415570982561199 ], [ -111.9062597321436, 41.415144895527753 ], [ -111.90578987163875, 41.414914402171547 ], [ -111.90561003267236, 41.414888795581874 ], [ -111.90549076554598, 41.414916756668802 ], [ -111.90543244529083, 41.415025305004271 ], [ -111.90540976754126, 41.415115557925496 ], [ -111.90542410835069, 41.415286586516878 ], [ -111.90546437933044, 41.415601530135504 ], [ -111.90546800690412, 41.415862717460833 ], [ -111.90546317258976, 41.416376179781381 ], [ -111.90547117854044, 41.416952593095161 ], [ -111.90538071507048, 41.417331617598826 ], [ -111.90515788791888, 41.417657638833987 ], [ -111.90487648468662, 41.418074194760941 ], [ -111.90462897284225, 41.418346364449441 ], [ -111.90421507431057, 41.418700908395259 ], [ -111.90396643328491, 41.418892018559667 ], [ -111.90352572637968, 41.419039599543012 ], [ -111.90249935409015, 41.419236811848286 ], [ -111.90141327454825, 41.419443490274965 ], [ -111.90106678494386, 41.419482234321457 ], [ -111.90069599136004, 41.419494145283039 ], [ -111.90016803441499, 41.419390188140419 ], [ -111.89956692153771, 41.419187718762572 ], [ -111.89908558669443, 41.418993317674001 ], [ -111.8987106978221, 41.418708008672311 ], [ -111.89844237926103, 41.41834079925588 ], [ -111.89832062037951, 41.418188623525658 ], [ -111.8980550358251, 41.418019555560534 ], [ -111.89751599804164, 41.417978724779928 ], [ -111.89659966073327, 41.41834616743138 ], [ -111.89608653170143, 41.418449247126532 ], [ -111.89553676380021, 41.418498565082821 ], [ -111.89497354625887, 41.418439895724369 ], [ -111.89427661517313, 41.418229136512345 ], [ -111.89346028688173, 41.418037315248718 ], [ -111.89325651407501, 41.418011875234505 ], [ -111.893137729316, 41.418075849554867 ], [ -111.89300636255609, 41.418094884194133 ], [ -111.89288930446629, 41.418284949072792 ], [ -111.89279728573591, 41.418555886511875 ], [ -111.89263865612187, 41.419205653315984 ], [ -111.89240884880856, 41.419901009186681 ], [ -111.89229437487013, 41.420280209634285 ], [ -111.89227500593205, 41.420613635169374 ], [ -111.89217422129531, 41.421118833443437 ], [ -111.89200164204604, 41.421624588266582 ], [ -111.89189925171264, 41.422012701970175 ], [ -111.89177206629195, 41.422337955694061 ], [ -111.89149092682135, 41.422781499048966 ], [ -111.89130280047543, 41.42302615750269 ], [ -111.89064207032033, 41.423715839754387 ], [ -111.89022806123285, 41.42407033415018 ], [ -111.88968254414129, 41.424434851554864 ], [ -111.88919525405508, 41.424681819675016 ], [ -111.88839905055113, 41.425093305473801 ], [ -111.88723372246241, 41.425642744596139 ], [ -111.88552000160644, 41.426349520699397 ], [ -111.88534941300513, 41.426125647781305 ], [ -111.88514341590384, 41.425938076774607 ], [ -111.88491385426926, 41.425777708955046 ], [ -111.8842271312747, 41.425440706599922 ], [ -111.88354090374246, 41.425139726050197 ], [ -111.88290462125204, 41.424991484514344 ], [ -111.88235429943084, 41.425004714057863 ], [ -111.88168468111017, 41.425045877613165 ], [ -111.88093032462318, 41.42501562667006 ], [ -111.88012627963435, 41.424850639354524 ], [ -111.87960881778082, 41.424638418413593 ], [ -111.87895900364649, 41.424373161762254 ], [ -111.87811567554679, 41.42395625215655 ], [ -111.87771764420731, 41.423725096115014 ], [ -111.87727247940313, 41.423548342748866 ], [ -111.87676857795803, 41.42345310226969 ], [ -111.87638639560882, 41.423510058918197 ], [ -111.87619578849034, 41.423574562844173 ], [ -111.87595695408683, 41.423612411344791 ], [ -111.87582520775432, 41.423604406946808 ], [ -111.8756584106808, 41.423659721276763 ], [ -111.87554926528749, 41.42355246268253 ], [ -111.8753566008257, 41.42346385437429 ], [ -111.87517541903227, 41.423339128623653 ], [ -111.87494649536966, 41.423223773122615 ], [ -111.87476531502526, 41.423099046706689 ], [ -111.87460842959162, 41.423001157634495 ], [ -111.87442773383735, 41.422912456765737 ], [ -111.8742467969596, 41.422805742557458 ], [ -111.87401823912091, 41.422717404739892 ], [ -111.87372876647693, 41.422548462116396 ], [ -111.87346419233559, 41.422451389270961 ], [ -111.87328349964466, 41.422362686566359 ], [ -111.87298218540792, 41.422202839375942 ], [ -111.87282542539782, 41.422113954338855 ], [ -111.87258442393048, 41.421989678280084 ], [ -111.8724751658324, 41.42187341013117 ], [ -111.8723660286678, 41.421766148403272 ], [ -111.87232820325616, 41.421622316095942 ], [ -111.87230174091438, 41.421433360388868 ], [ -111.87225207085228, 41.421298625300793 ], [ -111.8723222970541, 41.421180996048037 ], [ -111.87246467754193, 41.421089841923951 ], [ -111.87264307460956, 41.42100742188466 ], [ -111.87290510878124, 41.420915359564979 ], [ -111.87311915982855, 41.420814653368481 ], [ -111.87342784735449, 41.420632161321578 ], [ -111.87361712093181, 41.42046859017784 ], [ -111.87390030503607, 41.420169193708944 ], [ -111.87416040151317, 41.419933024092678 ], [ -111.87431377552259, 41.419769724560709 ], [ -111.87447875149907, 41.419579314292044 ], [ -111.87469134547234, 41.419370526863048 ], [ -111.874938987253, 41.419098420365202 ], [ -111.87507966685696, 41.418881171646696 ], [ -111.87518493411393, 41.418700221937719 ], [ -111.87527884044289, 41.418564395807188 ], [ -111.87542072728081, 41.418437211964331 ], [ -111.87562243838806, 41.418309572641853 ], [ -111.87575260105099, 41.418200492516895 ], [ -111.87594186177316, 41.418036917606308 ], [ -111.8762268406056, 41.417872613415824 ], [ -111.8764173100317, 41.417799103011653 ], [ -111.8766080212459, 41.417743605349528 ], [ -111.87726281587932, 41.417495413143016 ], [ -111.87782297887208, 41.417329006342264 ], [ -111.87863233500077, 41.417007567327396 ], [ -111.87903622066915, 41.416788303310391 ], [ -111.87927211285211, 41.416534292100337 ], [ -111.87943694470177, 41.416334868315886 ], [ -111.87949555261208, 41.416244345788364 ], [ -111.87969226619218, 41.415747431998881 ], [ -111.87981670432363, 41.415215040761247 ], [ -111.87994417947074, 41.4149078124506 ], [ -111.88003259980313, 41.414366688929476 ], [ -111.8799785432568, 41.413907722231656 ], [ -111.87979434127607, 41.413557840236784 ], [ -111.87956021975205, 41.41305521281523 ], [ -111.87938883673213, 41.412768284305116 ], [ -111.8792183053822, 41.412544401213303 ], [ -111.87901236932936, 41.41235681819191 ], [ -111.87875870053934, 41.412178606843447 ], [ -111.87816774205803, 41.411831828197492 ], [ -111.87761255973601, 41.411475766126536 ], [ -111.87740675287556, 41.411297186652803 ], [ -111.87717689870391, 41.411109782687411 ], [ -111.8768509736713, 41.410896088105169 ], [ -111.87620167150907, 41.41065783340926 ], [ -111.87605726177306, 41.410595880876379 ], [ -111.87596082744574, 41.410542570365358 ], [ -111.87583998232273, 41.410453415759243 ], [ -111.87576711251701, 41.410372903310574 ], [ -111.87569436384521, 41.410301397353798 ], [ -111.87562101062065, 41.410184858642324 ], [ -111.87559539053123, 41.410058949159406 ], [ -111.8756055398875, 41.409923759987365 ], [ -111.87561363323411, 41.409635459596949 ], [ -111.87563405267304, 41.409374087770878 ], [ -111.87562800570191, 41.408923760626379 ], [ -111.87564878772928, 41.408689408399226 ], [ -111.87562232167434, 41.408500453077643 ], [ -111.87556032917091, 41.408338790501602 ], [ -111.87546365678743, 41.408267466427205 ], [ -111.87533024903064, 41.408133369506743 ], [ -111.8751974461982, 41.408044305151606 ], [ -111.87506440201584, 41.407937227545965 ], [ -111.87494283795944, 41.407794032619009 ], [ -111.8749285790298, 41.407622999203539 ], [ -111.87490344469484, 41.407533115676664 ], [ -111.87492302063498, 41.40720869802734 ], [ -111.87498078098228, 41.407055131842149 ], [ -111.87500168570111, 41.406829786187494 ], [ -111.87499902717583, 41.406631642126968 ], [ -111.8750088148324, 41.40646943327507 ], [ -111.87511370027833, 41.406261463792568 ], [ -111.87519453876534, 41.406044669663615 ], [ -111.87522825124341, 41.405882278784034 ], [ -111.8752477043422, 41.405548854458395 ], [ -111.87521966961705, 41.40524281376937 ], [ -111.87519368982227, 41.40508988441227 ], [ -111.8751437851309, 41.404937137028384 ], [ -111.87496205168964, 41.40476737727856 ], [ -111.87486490205497, 41.404660026392143 ], [ -111.87458734988471, 41.404481987124299 ], [ -111.8743576488217, 41.404303583544269 ], [ -111.87417700565624, 41.404214881484542 ], [ -111.87382756247388, 41.40402837908853 ], [ -111.87367060415883, 41.403921481396623 ], [ -111.87346410846689, 41.40368885495932 ], [ -111.8732947069235, 41.403546021319279 ], [ -111.87315019517841, 41.403475058322456 ], [ -111.87295650879187, 41.40330538605123 ], [ -111.87275146380718, 41.403180836974741 ], [ -111.87243803718451, 41.403003064568864 ], [ -111.87220834720534, 41.402824656543615 ], [ -111.87194313338409, 41.402673539695577 ], [ -111.87174969326956, 41.402521878440069 ], [ -111.87078455026254, 41.401916678714691 ], [ -111.87065104502888, 41.401773569434205 ], [ -111.87048105363966, 41.401585698660732 ], [ -111.87021548836253, 41.401407558006291 ], [ -111.86999873295495, 41.401301107482169 ], [ -111.86985302866147, 41.401140074541665 ], [ -111.86982550188975, 41.400870058319228 ], [ -111.86987082673939, 41.400680558619051 ], [ -111.86987870478551, 41.400374244795465 ], [ -111.8698410181692, 41.400239417536156 ], [ -111.86983837593414, 41.400041272975564 ], [ -111.8696308256733, 41.399727580102926 ], [ -111.86944900113477, 41.39954880463776 ], [ -111.86926693755791, 41.399352015722968 ], [ -111.8690853550582, 41.399191252799696 ], [ -111.86885556777577, 41.399003831168386 ], [ -111.86877003842973, 41.398869364793747 ], [ -111.86857589750902, 41.398663658464358 ], [ -111.86843092210215, 41.39855666301807 ], [ -111.86826322325091, 41.398539913685781 ], [ -111.86813260714924, 41.398612959137068 ], [ -111.86793130090926, 41.398767605043176 ], [ -111.86770571144365, 41.398895411284819 ], [ -111.86753849100255, 41.39891468721666 ], [ -111.86729890311193, 41.398889471022663 ], [ -111.86690405625808, 41.398883439198407 ], [ -111.86652152979717, 41.39890433567767 ], [ -111.86597297767834, 41.399034570367 ], [ -111.86560253095681, 41.399064380356357 ], [ -111.86503005260489, 41.399194790552393 ], [ -111.86450613415903, 41.399378877938439 ], [ -111.86399405499419, 41.399553866554072 ], [ -111.8636836506481, 41.399601234444752 ], [ -111.8633611650525, 41.399639684672067 ], [ -111.86293030990834, 41.399624901927929 ], [ -111.86236478185296, 41.399376932496445 ], [ -111.86221957680337, 41.399251915972485 ], [ -111.86206133961278, 41.399045929558511 ], [ -111.86195059215267, 41.39881256471012 ], [ -111.86180431828842, 41.398606488299741 ], [ -111.8617889063772, 41.398345386703433 ], [ -111.86179872601576, 41.398183178437506 ], [ -111.86175998660342, 41.397967288964963 ], [ -111.86174552685621, 41.397778240082545 ], [ -111.86170773962844, 41.397634403327274 ], [ -111.8616802482681, 41.397364384652121 ], [ -111.86166578891525, 41.397175335736499 ], [ -111.86163865482179, 41.396932336812945 ], [ -111.86157563781698, 41.396689606573887 ], [ -111.86141657653479, 41.396420572926097 ], [ -111.86119973302054, 41.396305098836621 ], [ -111.86103073408295, 41.396189266305512 ], [ -111.86077872221949, 41.396128099514264 ], [ -111.86057443574303, 41.396057567733742 ], [ -111.86035913898888, 41.396059177823659 ], [ -111.85980941089258, 41.396099317072618 ], [ -111.85947545377287, 41.39617387207322 ], [ -111.85901134829008, 41.396357487700207 ], [ -111.85876182727593, 41.396485455141708 ], [ -111.85848838320044, 41.396613600540704 ], [ -111.85823850471292, 41.396714547050131 ], [ -111.8580002311634, 41.396788384015849 ], [ -111.85780932770581, 41.396825837384931 ], [ -111.85762991150244, 41.39682717486329 ], [ -111.85698282994332, 41.396741921402111 ], [ -111.85693344770382, 41.396625191855108 ], [ -111.85682272276122, 41.396391821757192 ], [ -111.85680768630871, 41.396157739021405 ], [ -111.85679300482683, 41.395950676098686 ], [ -111.85670537544181, 41.395654081445485 ], [ -111.85656018952469, 41.395529057514601 ], [ -111.85635389962755, 41.395305405797565 ], [ -111.85616039926121, 41.395144710968076 ], [ -111.85597826976533, 41.394938893759317 ], [ -111.85564053416928, 41.3947252260269 ], [ -111.85527876138573, 41.394502728477065 ], [ -111.85489377790215, 41.394334447187113 ], [ -111.8546060148679, 41.394282539943134 ], [ -111.85427088153041, 41.394267013661498 ], [ -111.85398359081557, 41.394251131322527 ], [ -111.85380429937612, 41.394261469386599 ], [ -111.85334944229078, 41.394237821274402 ], [ -111.85306168084747, 41.394185910151144 ], [ -111.85294054406991, 41.394069710788209 ], [ -111.85278281969225, 41.393899737511695 ], [ -111.85261337100536, 41.393747865879341 ], [ -111.85244474682021, 41.393659040342364 ], [ -111.85206106931805, 41.39358982228471 ], [ -111.85153457197154, 41.393575704973934 ], [ -111.85113964033823, 41.39356061209557 ], [ -111.85037369854933, 41.393530245477237 ], [ -111.84982468865606, 41.39362437665946 ], [ -111.84916744619839, 41.393674266574578 ], [ -111.84876055385159, 41.393659253800713 ], [ -111.84850856285307, 41.393598059903361 ], [ -111.84813638185997, 41.393492713982418 ], [ -111.84794419451163, 41.393431078004049 ], [ -111.84755876791588, 41.393226745362895 ], [ -111.84722153623477, 41.393049079047415 ], [ -111.84688547540897, 41.392961478085169 ], [ -111.84641750065938, 41.392847824113311 ], [ -111.84609386945768, 41.392796159384446 ], [ -111.84566247869658, 41.392736278294564 ], [ -111.84517163690496, 41.392703854785438 ], [ -111.84456060906881, 41.392627273930906 ], [ -111.8439730372956, 41.392514487785995 ], [ -111.84334935374066, 41.392383948325218 ], [ -111.84272497467481, 41.392199365573831 ], [ -111.84213473618541, 41.391879417053943 ], [ -111.84165295816815, 41.391621724665036 ], [ -111.84131540226508, 41.391417020804617 ], [ -111.841095708054, 41.391076341921298 ], [ -111.84116526251434, 41.390904690932643 ], [ -111.84124549936168, 41.390633879274944 ], [ -111.84126732923301, 41.390471584630497 ], [ -111.84113356372423, 41.390301420018929 ], [ -111.84086847208346, 41.390150230047695 ], [ -111.84046067511041, 41.390063134443551 ], [ -111.84012626189062, 41.390101606650987 ], [ -111.83991156328855, 41.390148211582748 ], [ -111.83976839207696, 41.390176279096977 ], [ -111.83962475718135, 41.390168319803777 ], [ -111.83933771918585, 41.39017041399498 ], [ -111.83910932256933, 41.390082004800014 ], [ -111.83906032485181, 41.389992287075579 ], [ -111.83910642713752, 41.389856838322196 ], [ -111.83922069747069, 41.389441659745202 ], [ -111.83932578693444, 41.389242728117047 ], [ -111.83932358590052, 41.389071601579197 ], [ -111.83926204979981, 41.388936937858098 ], [ -111.83910472080898, 41.388793965209452 ], [ -111.83897177496146, 41.388686844579254 ], [ -111.8387308456259, 41.388553488448771 ], [ -111.83846576662854, 41.388402292776753 ], [ -111.83823749308354, 41.388322888418266 ], [ -111.83775714415749, 41.388173259141865 ], [ -111.83744515546132, 41.388094462688734 ], [ -111.83710947951522, 41.388033852733003 ], [ -111.83697723156403, 41.387980769741112 ], [ -111.83672550416642, 41.387937563001749 ], [ -111.83651034832208, 41.387948134887985 ], [ -111.8361880183341, 41.387995515305512 ], [ -111.83587845494829, 41.388105854631561 ], [ -111.83565329949779, 41.388269625184641 ], [ -111.83533465654847, 41.388605216664793 ], [ -111.83512191873582, 41.388804926047335 ], [ -111.83496851724082, 41.388968174441665 ], [ -111.83472093476702, 41.389249203479714 ], [ -111.83462675421465, 41.389366984249065 ], [ -111.8345558018147, 41.389430551432369 ], [ -111.834283029478, 41.389612679651947 ], [ -111.83415170160475, 41.389631646803025 ], [ -111.8339129653059, 41.389669407303174 ], [ -111.83365122952939, 41.389779393991205 ], [ -111.83336557309612, 41.389889553336211 ], [ -111.83317478993821, 41.389935972491038 ], [ -111.83292386210185, 41.389955804207951 ], [ -111.83277988355448, 41.389920816336357 ], [ -111.83267132510062, 41.389849541943043 ], [ -111.83250250793394, 41.389742673421338 ], [ -111.83239383518891, 41.389662392083515 ], [ -111.83228539245947, 41.389600123990199 ], [ -111.83218845031728, 41.389501742590866 ], [ -111.83197145115935, 41.389368199223725 ], [ -111.83181471096162, 41.389270249861916 ], [ -111.83157448247751, 41.38919091870752 ], [ -111.83131171193122, 41.389219840000706 ], [ -111.83098994513263, 41.389312239332071 ], [ -111.83070325423475, 41.389341331987588 ], [ -111.83061930640667, 41.389323923007467 ], [ -111.8305115536793, 41.389315693296446 ], [ -111.83027258711192, 41.389335432893724 ], [ -111.8300208586717, 41.389292211503118 ], [ -111.82985399436993, 41.389338452613167 ], [ -111.82950876319639, 41.389467047061338 ], [ -111.82937892228365, 41.389603095640965 ], [ -111.82915431742117, 41.389811887044154 ], [ -111.82889520425799, 41.390129016680696 ], [ -111.82868381421187, 41.390436794522614 ], [ -111.82860180976169, 41.390572497680871 ], [ -111.82853290863109, 41.390798181481756 ], [ -111.82852369320779, 41.391014427968102 ], [ -111.82849238716481, 41.391374953585313 ], [ -111.8285082355879, 41.391681094619827 ], [ -111.82846359662997, 41.391933626147761 ], [ -111.82834570899328, 41.392069587452774 ], [ -111.8281092464014, 41.392287469620733 ], [ -111.82803885595281, 41.39239606624502 ], [ -111.82801619249329, 41.392495311874569 ], [ -111.82795776206812, 41.392603822377794 ], [ -111.82783930081526, 41.392694749766747 ], [ -111.82767174075347, 41.392686947694983 ], [ -111.82750452340802, 41.392706165423093 ], [ -111.82733662073821, 41.392671342818261 ], [ -111.82702496504598, 41.392619538300863 ], [ -111.82684464590591, 41.392548774208073 ], [ -111.8266402922897, 41.392469175001423 ], [ -111.82647216250599, 41.392416337755655 ], [ -111.82641030732599, 41.392254646967935 ], [ -111.8263723730764, 41.392092784344612 ], [ -111.82631051846266, 41.391931093489077 ], [ -111.82620173550784, 41.391841799610525 ], [ -111.82608201884443, 41.391833651668122 ], [ -111.82575966165754, 41.391881003087711 ], [ -111.82546076878529, 41.391892155253878 ], [ -111.82528113682348, 41.391875428793213 ], [ -111.82499374864211, 41.39185046720862 ], [ -111.82488553691323, 41.391806205509909 ], [ -111.82457411483946, 41.391772407668263 ], [ -111.82427442577094, 41.391720509920482 ], [ -111.82395138535178, 41.391713816137653 ], [ -111.82377243647649, 41.391751127460324 ], [ -111.82366479418768, 41.391751898061294 ], [ -111.82309058829621, 41.391746999539748 ], [ -111.82274396800052, 41.391767493558753 ], [ -111.82256524534046, 41.391822816398907 ], [ -111.82227887983771, 41.391878908270158 ], [ -111.8219084514247, 41.391908577418832 ], [ -111.82160876373626, 41.391856672715178 ], [ -111.82126123542696, 41.39180510870402 ], [ -111.82109299825333, 41.391743256838467 ], [ -111.82080595198207, 41.391745304866355 ], [ -111.82066276867135, 41.391773348706977 ], [ -111.82044895609013, 41.39189197107487 ], [ -111.82024608404191, 41.391929447497844 ], [ -111.82009037377134, 41.391912542396 ], [ -111.81990972441693, 41.391814747239231 ], [ -111.81970357103789, 41.39159102839487 ], [ -111.81943761809558, 41.391367735058644 ], [ -111.81923124160147, 41.391126001918039 ], [ -111.81897759142028, 41.390929642422869 ], [ -111.81885640787553, 41.390804399788436 ], [ -111.81866256037456, 41.39060761397522 ], [ -111.81848090001591, 41.390428756153753 ], [ -111.81822736774691, 41.390241401641411 ], [ -111.81798602269892, 41.390071974942124 ], [ -111.81764945085665, 41.389939254499161 ], [ -111.81727677501347, 41.389788774492089 ], [ -111.81698838390191, 41.389682732403998 ], [ -111.81664030704931, 41.389586120723827 ], [ -111.81647185451919, 41.389506248562462 ], [ -111.81618357859031, 41.389409211140389 ], [ -111.81590681288996, 41.389276061328999 ], [ -111.81565340502908, 41.389097707712388 ], [ -111.81540044871704, 41.388955380378142 ], [ -111.8150389559036, 41.388741761237178 ], [ -111.81477393014553, 41.388590510489834 ], [ -111.81461631782112, 41.388420483695896 ], [ -111.81439958252186, 41.388304920235868 ], [ -111.81414730619278, 41.388216630384349 ], [ -111.81359435570243, 41.387995353664003 ], [ -111.81304443864852, 41.388017255726076 ], [ -111.81229311370188, 41.388193704915309 ], [ -111.81175672258175, 41.388341610538134 ], [ -111.8112082573406, 41.388480591271225 ], [ -111.81082677815608, 41.388582362746803 ], [ -111.81019391974269, 41.388667888229591 ], [ -111.80960901034543, 41.388762080379813 ], [ -111.80903661729492, 41.388901219124378 ], [ -111.80877372547043, 41.388921082297578 ], [ -111.80808083885603, 41.388989003053148 ], [ -111.80773445072511, 41.38902746523663 ], [ -111.80710136088625, 41.389094960314125 ], [ -111.80677911392361, 41.389151265313458 ], [ -111.80639818019299, 41.389298055861445 ], [ -111.80607815672136, 41.389534493596919 ], [ -111.80580563704783, 41.389743575230284 ], [ -111.80562823947406, 41.389906952678778 ], [ -111.80529736172984, 41.390233539357695 ], [ -111.80506205029573, 41.390550448951359 ], [ -111.80492064014238, 41.390722581007779 ], [ -111.80474357094265, 41.390912977314194 ], [ -111.8045285102048, 41.390932496260959 ], [ -111.80434866368564, 41.390897723572166 ], [ -111.8039162116747, 41.390747618107959 ], [ -111.80359295541292, 41.390722853626315 ], [ -111.80313902488498, 41.390771060518667 ], [ -111.80284146207363, 41.39089023478779 ], [ -111.8024594015547, 41.39094694502419 ], [ -111.80218409618215, 41.390930849674547 ], [ -111.80195618882368, 41.390878393272779 ], [ -111.80159660952944, 41.390817846284939 ], [ -111.80120148223513, 41.390784568243078 ], [ -111.800735589208, 41.390832848952336 ], [ -111.80011609079374, 41.391035323735629 ], [ -111.79941430133911, 41.39135546461128 ], [ -111.7990585819787, 41.391610145831436 ], [ -111.79854748552279, 41.391874911899066 ], [ -111.79822709021694, 41.392084307818585 ], [ -111.79790658271131, 41.392284696108568 ], [ -111.79760856287329, 41.39236782996705 ], [ -111.79718994728294, 41.392370731037175 ], [ -111.79704587181702, 41.392326691589311 ], [ -111.79661375653299, 41.392203578901942 ], [ -111.79636104879278, 41.392079223024318 ], [ -111.79606181912602, 41.392063278614074 ], [ -111.79542736923038, 41.392022628753125 ], [ -111.79517554250822, 41.391970324277324 ], [ -111.79477953349868, 41.391864970178894 ], [ -111.794514870174, 41.391740692809982 ], [ -111.79414245538258, 41.391608151045446 ], [ -111.79377037078696, 41.391502628334464 ], [ -111.79345907447592, 41.391477752874017 ], [ -111.79310004670269, 41.391462213096531 ], [ -111.79289628395688, 41.391427587344566 ], [ -111.79269164608981, 41.3913209071411 ], [ -111.79262900016154, 41.391087143311694 ], [ -111.79255439451312, 41.390853461817066 ], [ -111.79245630665794, 41.390655972055328 ], [ -111.7923341898211, 41.390449640153506 ], [ -111.79215194539701, 41.390216699525915 ], [ -111.79194567292635, 41.389974916460382 ], [ -111.79163285482407, 41.389823941266059 ], [ -111.79139157951289, 41.389654458140051 ], [ -111.79123402499729, 41.389484398826774 ], [ -111.7911590986624, 41.38922369599905 ], [ -111.79101339648567, 41.389044547353819 ], [ -111.79083083329711, 41.388784584193495 ], [ -111.79070916169678, 41.388614277501915 ], [ -111.7904298321788, 41.388264903405734 ], [ -111.79013920032646, 41.387969651342182 ], [ -111.78991934757728, 41.387592844955272 ], [ -111.78985529822086, 41.387241991289173 ], [ -111.78960684485911, 41.386478057086876 ], [ -111.78947147822959, 41.386163722603619 ], [ -111.78934796326533, 41.385840299115749 ], [ -111.78926054502918, 41.385534642935184 ], [ -111.78920878729066, 41.385210727039102 ], [ -111.78921813252917, 41.384994482331066 ], [ -111.78923954570975, 41.384787162366919 ], [ -111.78921301368754, 41.38457116372043 ], [ -111.78900905670582, 41.384518517274898 ], [ -111.7887574816541, 41.384484211942201 ], [ -111.78852993371393, 41.384458748934193 ], [ -111.78811038911307, 41.384380555494467 ], [ -111.78799014658215, 41.384327333832417 ], [ -111.78761789594256, 41.384203777070852 ], [ -111.78741285475361, 41.384061059933764 ], [ -111.78721977338679, 41.383918260604368 ], [ -111.78692906700248, 41.383613993125486 ], [ -111.78677143027934, 41.383434920506033 ], [ -111.78661346878569, 41.383228827296392 ], [ -111.78645583386844, 41.383049754216771 ], [ -111.78621470564111, 41.382889266484788 ], [ -111.78593748555942, 41.38271100970239 ], [ -111.78574582093933, 41.382685296068225 ], [ -111.78564993447839, 41.382667935735888 ], [ -111.78531487408269, 41.382652207893344 ], [ -111.78502797360076, 41.382663173112839 ], [ -111.78477640767285, 41.382628858983217 ], [ -111.78445276511391, 41.382568013103892 ], [ -111.78418859189975, 41.382479738449362 ], [ -111.78389996123623, 41.382346592149332 ], [ -111.7837191756459, 41.382230725706123 ], [ -111.78360981795008, 41.38208734997901 ], [ -111.78349862283925, 41.381790858610088 ], [ -111.78338753685269, 41.381503373906355 ], [ -111.7832510219306, 41.38108995670828 ], [ -111.78315362559984, 41.380946499093973 ], [ -111.78282794056179, 41.380714519364631 ], [ -111.78244397773808, 41.380609040473239 ], [ -111.78207186654399, 41.380494472211588 ], [ -111.78192599321422, 41.380297297794797 ], [ -111.78180306641914, 41.380018899465391 ], [ -111.78166893747006, 41.379803629836978 ], [ -111.78140521042606, 41.379751375832541 ], [ -111.78102254865695, 41.379753973761517 ], [ -111.78085427220816, 41.379683055515756 ], [ -111.78080493129261, 41.379557284824088 ], [ -111.78083757366839, 41.379286837227582 ], [ -111.78086816877557, 41.37884526029459 ], [ -111.780709913983, 41.378612138135317 ], [ -111.78043369615663, 41.37851492893752 ], [ -111.78013377853578, 41.378435894829131 ], [ -111.77972537965088, 41.378285534761595 ], [ -111.77937687960554, 41.378143775091253 ], [ -111.77833181801402, 41.377754516900751 ], [ -111.77792267618554, 41.377541102644024 ], [ -111.77763397276716, 41.377398933394424 ], [ -111.77728516021809, 41.377230146837576 ], [ -111.7768640673753, 41.377016809510827 ], [ -111.77631240698807, 41.376885419441905 ], [ -111.77579683578359, 41.376771798499433 ], [ -111.77520941361016, 41.376649651768147 ], [ -111.77446697206226, 41.37656457564303 ], [ -111.77389236586501, 41.37651439626125 ], [ -111.77350918882043, 41.376471934915685 ], [ -111.77306622428183, 41.376429873971851 ], [ -111.77275415410618, 41.376332887117137 ], [ -111.77253721244369, 41.37619022307986 ], [ -111.7722967828509, 41.376083746445673 ], [ -111.77204450303169, 41.375986356357089 ], [ -111.77174524570191, 41.375961341140645 ], [ -111.7716013297544, 41.375926276073123 ], [ -111.77143200901925, 41.375765275515931 ], [ -111.77128479517185, 41.375450998262856 ], [ -111.77124700776469, 41.37528911571642 ], [ -111.77118530582783, 41.37512739342565 ], [ -111.7711361998149, 41.375019631963447 ], [ -111.77115915704888, 41.374938410202027 ], [ -111.77108624298357, 41.3748398158097 ], [ -111.77090411831057, 41.374606839862366 ], [ -111.7706626340709, 41.374410291363581 ], [ -111.77045702287545, 41.374213502168026 ], [ -111.7702984977396, 41.373953344574062 ], [ -111.77008082574828, 41.373747627872632 ], [ -111.76992389637449, 41.373622572285747 ], [ -111.76976611811837, 41.373425461769607 ], [ -111.76968146317823, 41.373344960090932 ], [ -111.76949860470522, 41.373048933903476 ], [ -111.76932950892464, 41.372905943743113 ], [ -111.76923300436532, 41.372834528496064 ], [ -111.76897936267977, 41.372620042550444 ], [ -111.76876074493089, 41.372333261651633 ], [ -111.76863799560135, 41.372063855101722 ], [ -111.76843239794999, 41.371867062092022 ], [ -111.76827462848823, 41.371669949395439 ], [ -111.76809220495331, 41.371409948171859 ], [ -111.76791041840802, 41.371203987710402 ], [ -111.7677278917497, 41.370934979018045 ], [ -111.76752230042284, 41.370738184289472 ], [ -111.76718391865708, 41.370434183912501 ], [ -111.76696679722605, 41.370273495255184 ], [ -111.76669010608134, 41.37013121819497 ], [ -111.76652123549137, 41.3700062374186 ], [ -111.76611292024347, 41.369855828092327 ], [ -111.76571709130911, 41.369750372002663 ], [ -111.76520191097512, 41.369663723364404 ], [ -111.76472186273909, 41.369513786058612 ], [ -111.76436211791106, 41.369426100604507 ], [ -111.76393105756433, 41.369374917705358 ], [ -111.76371510629338, 41.369313298217264 ], [ -111.7630324384434, 41.369218743733242 ], [ -111.76254128344388, 41.369140931407138 ], [ -111.76210980585451, 41.369053714210374 ], [ -111.76181058375356, 41.369028672821521 ], [ -111.76153474923747, 41.368958438093784 ], [ -111.76124727403955, 41.368915302383591 ], [ -111.76109173778887, 41.368907323631589 ], [ -111.76091207917871, 41.368881489060591 ], [ -111.76075612334009, 41.368837482396003 ], [ -111.76057656994809, 41.368820654162967 ], [ -111.76039764590088, 41.368857866841296 ], [ -111.76023078275021, 41.368904007121223 ], [ -111.76000466216423, 41.368995576328828 ], [ -111.75971896906854, 41.369105553519688 ], [ -111.75938544975475, 41.36921584561982 ], [ -111.75913541422611, 41.369307570932762 ], [ -111.75892103768065, 41.369381045419274 ], [ -111.75881353524592, 41.369390761910537 ], [ -111.75868222472374, 41.369409642827883 ], [ -111.75852710603705, 41.369437688090336 ], [ -111.75822767425036, 41.369394623652106 ], [ -111.75798792000585, 41.36934215779862 ], [ -111.75765293349437, 41.369326348728727 ], [ -111.75736566801098, 41.369301217057398 ], [ -111.7568395893, 41.369304678255496 ], [ -111.75620694645801, 41.369398912966311 ], [ -111.75587310680521, 41.369482174323402 ], [ -111.75556328327357, 41.369574284586676 ], [ -111.75530107612839, 41.369648066374211 ], [ -111.75502722438242, 41.369748946643043 ], [ -111.75462247543008, 41.369904730069059 ], [ -111.75409805570668, 41.370052288795243 ], [ -111.75366980541357, 41.370244253107451 ], [ -111.75331298018651, 41.370408725600377 ], [ -111.75307488795275, 41.370500359564154 ], [ -111.75278876105027, 41.370574292162111 ], [ -111.75252633908273, 41.370630053917296 ], [ -111.7523706958585, 41.370613056526096 ], [ -111.75214289822783, 41.370560500328722 ], [ -111.75197519496541, 41.370534573669616 ], [ -111.75168699300633, 41.370428365927431 ], [ -111.75142291233742, 41.370340015069324 ], [ -111.75090619177119, 41.370118199076941 ], [ -111.75073807591771, 41.370056243065683 ], [ -111.75043843910984, 41.369995144575661 ], [ -111.75005541792893, 41.369961611512316 ], [ -111.7497919618126, 41.36992729818256 ], [ -111.74940863123702, 41.369866742301134 ], [ -111.74891841639021, 41.369869933725752 ], [ -111.74858332572242, 41.369845091370507 ], [ -111.7480690948482, 41.36983942784309 ], [ -111.74777069909101, 41.369886405051552 ], [ -111.7473887106449, 41.369942931997734 ], [ -111.74718534745107, 41.369935245068042 ], [ -111.74695796832022, 41.369918706110617 ], [ -111.74652599069057, 41.369786395897734 ], [ -111.74632262806351, 41.369778707438186 ], [ -111.7461201916737, 41.36985208065969 ], [ -111.74604948189348, 41.36994261471218 ], [ -111.74596660963948, 41.370015212443001 ], [ -111.74581251249377, 41.370133309555563 ], [ -111.74569366728896, 41.370197132668402 ], [ -111.74547958081419, 41.370297602934976 ], [ -111.74532527651292, 41.370397685614279 ], [ -111.74508922828585, 41.370669441031161 ], [ -111.74492378786486, 41.370841655748563 ], [ -111.74480555689844, 41.370959519319946 ], [ -111.74460403947697, 41.371113951953483 ], [ -111.74439056437342, 41.371268461584449 ], [ -111.74414162855938, 41.371459230369553 ], [ -111.74390403242225, 41.371595879955912 ], [ -111.74370199798345, 41.371705276551047 ], [ -111.74346388726769, 41.37179689076045 ], [ -111.74320175967128, 41.371879652034195 ], [ -111.74295158826314, 41.37196233551839 ], [ -111.74277295255511, 41.372026541617657 ], [ -111.74258276933185, 41.372126852189922 ], [ -111.7423804238049, 41.372209225795494 ], [ -111.74235661239145, 41.372218386967234 ], [ -111.74214241173816, 41.372309844190674 ], [ -111.74191523013914, 41.372311309129714 ], [ -111.74184359090782, 41.372320778547099 ], [ -111.7415932114634, 41.372385445303379 ], [ -111.74135560657359, 41.372522089678426 ], [ -111.7410700704917, 41.372650034690466 ], [ -111.74077257626878, 41.372778055973299 ], [ -111.74059393614839, 41.372842258717185 ], [ -111.74020088579356, 41.37297990102509 ], [ -111.7401053314543, 41.372989523191208 ], [ -111.73979485618656, 41.373027549860545 ], [ -111.73953271889914, 41.373110302838377 ], [ -111.73931810336735, 41.373165727240149 ], [ -111.73918698323816, 41.373202599812814 ], [ -111.73897287678724, 41.373303058086691 ], [ -111.73878288776726, 41.373421376241041 ], [ -111.73861691426745, 41.373548547491588 ], [ -111.73841517042503, 41.373684955599877 ], [ -111.73815465793599, 41.373911815915406 ], [ -111.73801280008885, 41.374056846703887 ], [ -111.7379178545942, 41.374120508487586 ], [ -111.73772755597318, 41.374211804208002 ], [ -111.73752468906741, 41.374249134830741 ], [ -111.73732192363786, 41.374295472001833 ], [ -111.73716678377751, 41.374323488618586 ], [ -111.73704721069528, 41.374324254555574 ], [ -111.73684444468205, 41.374370590889434 ], [ -111.73672548129205, 41.374425397924469 ], [ -111.73652301953993, 41.374498754412031 ], [ -111.73634416730266, 41.374544936801293 ], [ -111.73618922952811, 41.374590965919303 ], [ -111.73608212100592, 41.374636688889353 ], [ -111.73586749745245, 41.374692106906494 ], [ -111.73562906023119, 41.374756684316843 ], [ -111.73544990226731, 41.374775844603583 ], [ -111.73534238714822, 41.374785539260621 ], [ -111.73516322901466, 41.37480469910227 ], [ -111.73494759023058, 41.374770046331705 ], [ -111.73472050105934, 41.374780504046186 ], [ -111.73448125176198, 41.374773023816672 ], [ -111.7341940716413, 41.374756841356074 ], [ -111.73395522747663, 41.374785387672354 ], [ -111.73366936315716, 41.374886293739806 ], [ -111.73344328514388, 41.374986818048086 ], [ -111.73334782796157, 41.375005441542953 ], [ -111.73285757275467, 41.375008564867699 ], [ -111.73187736500333, 41.375041825994565 ], [ -111.73041875683501, 41.375069108851896 ], [ -111.73000034632142, 41.375080771504074 ], [ -111.72976170036047, 41.375127322975267 ], [ -111.72955922844129, 41.375200667283238 ], [ -111.72919015577691, 41.375347127526538 ], [ -111.72850938125553, 41.375423499910518 ], [ -111.72755408330966, 41.375546642082099 ], [ -111.72649356879064, 41.37588662200482 ], [ -111.72612488595064, 41.376069100182036 ], [ -111.72578031667892, 41.376269440201177 ], [ -111.725555722999, 41.376505052993238 ], [ -111.72534398611212, 41.376821652296847 ], [ -111.72518478092857, 41.37756127521115 ], [ -111.72516466688516, 41.377903689016534 ], [ -111.72521740163806, 41.37834472678454 ], [ -111.72542629379984, 41.378847833016998 ], [ -111.72594950948987, 41.37965521298932 ], [ -111.72610707146308, 41.379843377419789 ], [ -111.72655574571023, 41.380399013434264 ], [ -111.72683520272049, 41.380793580743266 ], [ -111.72701959629306, 41.381242793289488 ], [ -111.72715976986539, 41.382016556642512 ], [ -111.72709060655431, 41.383323087822703 ], [ -111.72695803322868, 41.384305747746602 ], [ -111.72671411135627, 41.384955831586886 ], [ -111.72631431152561, 41.385570868704242 ], [ -111.72573541202242, 41.38621405674008 ], [ -111.72523651528329, 41.386523458621653 ], [ -111.72448766134961, 41.386942522878101 ], [ -111.72381335324299, 41.387613324443791 ], [ -111.72349503245186, 41.388029673155522 ], [ -111.72336616962511, 41.388273686861766 ], [ -111.7231454189772, 41.388860564356889 ], [ -111.72308891237233, 41.389158168187173 ], [ -111.72297310361621, 41.389501182277485 ], [ -111.72284383692187, 41.389709167739873 ], [ -111.72257174510115, 41.389981102787111 ], [ -111.72192070899131, 41.390597701651764 ], [ -111.72124344997184, 41.391007287876342 ], [ -111.72041099445714, 41.391444864485081 ], [ -111.72012543371537, 41.391581765020682 ], [ -111.71987535592302, 41.391682412725316 ], [ -111.719636443231, 41.391710929788616 ], [ -111.71913519242287, 41.391813146504191 ], [ -111.71882590463288, 41.391968207169107 ], [ -111.71823263391593, 41.392404273511637 ], [ -111.71731908843901, 41.393085537224877 ], [ -111.71714135937397, 41.393239773117209 ], [ -111.71699970998918, 41.393411798976196 ], [ -111.71668388998523, 41.394062308781116 ], [ -111.71641422686135, 41.394559402271305 ], [ -111.71630815938248, 41.39470418310983 ], [ -111.71615464239689, 41.394885289304291 ], [ -111.71603582187066, 41.394958089024641 ], [ -111.71573718846633, 41.394995977156768 ], [ -111.71524687991484, 41.395008033568921 ], [ -111.71437292645251, 41.394941402647213 ], [ -111.71287817649298, 41.394986703310806 ], [ -111.71241178963434, 41.394998599430188 ], [ -111.71210129094393, 41.395045559122387 ], [ -111.71179216748274, 41.395218614893928 ], [ -111.71156657456207, 41.395373138234739 ], [ -111.71124813798657, 41.395789453434304 ], [ -111.71094165875878, 41.396205693848927 ], [ -111.71071763033098, 41.396504326299556 ], [ -111.71056527074938, 41.396793508204269 ], [ -111.71047320801689, 41.397127355232641 ], [ -111.71046438525258, 41.397415650586055 ], [ -111.71049007412259, 41.39757762744933 ], [ -111.71056390411046, 41.39776632959498 ], [ -111.71066077489712, 41.397873821643088 ], [ -111.7108176508453, 41.397998957978537 ], [ -111.71104639599625, 41.398132657511965 ], [ -111.71176645879444, 41.398344386073767 ], [ -111.71203040433198, 41.398414813205896 ], [ -111.71218679254872, 41.3984949130489 ], [ -111.71228317537347, 41.398557369106598 ], [ -111.71236838339738, 41.398691954466948 ], [ -111.71241721437349, 41.398781727378314 ], [ -111.71241987017191, 41.39902491409196 ], [ -111.71238683688908, 41.399286336814434 ], [ -111.71229350163702, 41.399503095221043 ], [ -111.71215143270314, 41.39963908747778 ], [ -111.71187778075266, 41.399775893737129 ], [ -111.71097337767138, 41.400213846834617 ], [ -111.71067717030797, 41.400476894919024 ], [ -111.71048803191856, 41.400685236005067 ], [ -111.7102405521233, 41.401029049745439 ], [ -111.70997355660454, 41.401778321798382 ], [ -111.70983294815116, 41.402049414948102 ], [ -111.70969175055347, 41.402266466430618 ], [ -111.70945465575826, 41.402466094037926 ], [ -111.70922922828272, 41.402638626676847 ], [ -111.7087535636461, 41.402902775778216 ], [ -111.70805197325095, 41.403294418703368 ], [ -111.70742390942694, 41.403847740616918 ], [ -111.70680750504302, 41.404373964892351 ], [ -111.70665452463868, 41.404609100003427 ], [ -111.70652556667456, 41.404853094910059 ], [ -111.70646955668427, 41.405204731970088 ], [ -111.70646735000906, 41.406105497057681 ], [ -111.70641504601328, 41.406799396790426 ], [ -111.70640874119495, 41.407321871266944 ], [ -111.70648520532048, 41.407753762375592 ], [ -111.70670816183403, 41.408454979029685 ], [ -111.70683092225683, 41.408742465276497 ], [ -111.70689396266741, 41.409039325817339 ], [ -111.70689757519001, 41.409372581484192 ], [ -111.7068290140211, 41.409670250508896 ], [ -111.70653382084625, 41.41003236396979 ], [ -111.70627344332208, 41.410295180353479 ], [ -111.70615604685426, 41.410503073626771 ], [ -111.7060750294624, 41.410755781064893 ], [ -111.70608962683892, 41.410998894181681 ], [ -111.70616472791409, 41.411304688499015 ], [ -111.70637416819834, 41.411861868223525 ], [ -111.70660783368774, 41.412445921244291 ], [ -111.70665998623926, 41.412841931134892 ], [ -111.70670969886626, 41.413012768366748 ], [ -111.70689053314099, 41.413137762515333 ], [ -111.70698605383861, 41.413119160588288 ], [ -111.70704568099406, 41.413100779166179 ], [ -111.70724712346389, 41.412919390977805 ], [ -111.70774620902347, 41.412601059322334 ], [ -111.70798442128252, 41.412500511181321 ], [ -111.70824753986504, 41.412489884275736 ], [ -111.70843916566642, 41.412506719517076 ], [ -111.70864344116804, 41.412586529056483 ], [ -111.70877573488325, 41.412648766681144 ], [ -111.70895764931559, 41.412872833469187 ], [ -111.70904345730483, 41.413061462263087 ], [ -111.70917604625799, 41.413150720109854 ], [ -111.70931991419843, 41.413176855744972 ], [ -111.70952291870587, 41.413139574005186 ], [ -111.70984497952514, 41.413047512410074 ], [ -111.71004827757048, 41.413037250441917 ], [ -111.71026383436286, 41.413053934947015 ], [ -111.71086382579109, 41.413212364487229 ], [ -111.71153698337555, 41.413496443452182 ], [ -111.71171772983554, 41.413612423024723 ], [ -111.71186179644538, 41.413656569249653 ], [ -111.71198163900141, 41.413673842696411 ], [ -111.71211285597967, 41.413637000608098 ], [ -111.71230409247192, 41.413617801803554 ], [ -111.71243599806317, 41.413644007594741 ], [ -111.71254426988079, 41.41369738210912 ], [ -111.71271364479223, 41.413867475541124 ], [ -111.7130288619088, 41.414243837483234 ], [ -111.71339292723417, 41.414709970651721 ], [ -111.71358643377918, 41.414897928126514 ], [ -111.71380337807729, 41.415040702363711 ], [ -111.71410368273324, 41.415146928823638 ], [ -111.71442851028473, 41.415307047212593 ], [ -111.71470597346563, 41.415512496405242 ], [ -111.71509141936126, 41.415744296310137 ], [ -111.71546421109174, 41.415913121120731 ], [ -111.71588496372216, 41.416090653796083 ], [ -111.7162324440668, 41.416133528638262 ], [ -111.7164469237582, 41.416051125768519 ], [ -111.71652998591452, 41.415987556019601 ], [ -111.71669472357169, 41.415734320018288 ], [ -111.716860648367, 41.415589166345903 ], [ -111.71709984782494, 41.415578668210387 ], [ -111.71724382326015, 41.415613800736921 ], [ -111.71740045754792, 41.415711906630172 ], [ -111.71782299907467, 41.416051556000497 ], [ -111.71833168226851, 41.416606845889653 ], [ -111.71856169971366, 41.416848611905372 ], [ -111.71878203769081, 41.417297610293751 ], [ -111.7190892158054, 41.418025297780552 ], [ -111.71937256927268, 41.418762140805555 ], [ -111.71960697300759, 41.419400206806309 ], [ -111.71971695074923, 41.419606691159935 ], [ -111.71988735446855, 41.419866842261243 ], [ -111.72006912835089, 41.420072876995626 ], [ -111.72028660167521, 41.420260672958705 ], [ -111.72076871831821, 41.420572915702465 ], [ -111.72128693656248, 41.42090294504866 ], [ -111.72198504833109, 41.421267873212287 ], [ -111.72214210250637, 41.421401999830188 ], [ -111.72228769034902, 41.42158123565072 ], [ -111.72236078401835, 41.421697874067178 ], [ -111.7223865128298, 41.421859847277211 ], [ -111.72237634349625, 41.422022045881711 ], [ -111.72239010636321, 41.422184094213513 ], [ -111.72246439889, 41.422408814849803 ], [ -111.72282907711842, 41.422919950871652 ], [ -111.72286617456373, 41.423027807603425 ], [ -111.72288053825103, 41.423243896975784 ], [ -111.72282709936601, 41.423820711689032 ], [ -111.72262926237354, 41.42432637353506 ], [ -111.72246502585378, 41.424624651922556 ], [ -111.72225391946444, 41.425013299131457 ], [ -111.72220834843708, 41.425220757283093 ], [ -111.72218651095746, 41.425410051467871 ], [ -111.72217853638678, 41.425770400752192 ], [ -111.72214722686982, 41.426184941367751 ], [ -111.72199694612682, 41.426663280986688 ], [ -111.72185723355194, 41.427015449366763 ], [ -111.7214540443872, 41.427351255161398 ], [ -111.72128650535006, 41.427352305673793 ], [ -111.72117830331965, 41.427307946607328 ], [ -111.72112963773404, 41.427236191834908 ], [ -111.7210559419795, 41.427065511656288 ], [ -111.72084841797275, 41.426697505490523 ], [ -111.72053209897007, 41.426231098071078 ], [ -111.71999928784426, 41.425666962520388 ], [ -111.71949191077519, 41.425237777601652 ], [ -111.71882917309563, 41.424827576179723 ], [ -111.71849251912593, 41.424685559408189 ], [ -111.71812046311037, 41.424588800044013 ], [ -111.7178091337436, 41.424572727952295 ], [ -111.71703229728415, 41.424667647019795 ], [ -111.71611215602917, 41.424790475380604 ], [ -111.71590902032756, 41.424818762065108 ], [ -111.71557425152237, 41.424847867198331 ], [ -111.71538337861782, 41.424903099132507 ], [ -111.7150501901904, 41.425076312647661 ], [ -111.71484754705806, 41.425149631813269 ], [ -111.71472817650573, 41.42517739590901 ], [ -111.71463273924535, 41.425205011218694 ], [ -111.71428550757292, 41.425189152602144 ], [ -111.71399761616269, 41.425127887263635 ], [ -111.71376896681734, 41.425012208772074 ], [ -111.71351451151584, 41.424725547674939 ], [ -111.71312645531796, 41.424259564504972 ], [ -111.71276204209521, 41.423766411047765 ], [ -111.71219469856945, 41.423319550213193 ], [ -111.71196615714727, 41.423212874904031 ], [ -111.71185806661853, 41.423177513812441 ], [ -111.7116307062914, 41.423178920369388 ], [ -111.71153576222173, 41.423251567500387 ], [ -111.7114050171657, 41.423333443421001 ], [ -111.71108408715428, 41.423533592158797 ], [ -111.71071597691197, 41.42379708386958 ], [ -111.71008617075449, 41.424206309674666 ], [ -111.71000309188753, 41.4242698748143 ], [ -111.70984860594162, 41.424369910441058 ], [ -111.70955081477683, 41.424497852230346 ], [ -111.70922938325846, 41.424652961440756 ], [ -111.70874129874342, 41.424890163888165 ], [ -111.70813462013548, 41.425227176617931 ], [ -111.7079920957751, 41.425327136118263 ], [ -111.70784888621593, 41.425364047265369 ], [ -111.70770528527981, 41.425364930703523 ], [ -111.70753726194732, 41.425320926738252 ], [ -111.70740513902747, 41.425276701787965 ], [ -111.70727252757153, 41.425187442263947 ], [ -111.70716316578313, 41.425034987282572 ], [ -111.70706401234091, 41.42472033471298 ], [ -111.70699900095234, 41.424243337478281 ], [ -111.70690976459387, 41.423739466556022 ], [ -111.70677549660073, 41.423497089318246 ], [ -111.70665427013415, 41.42335371417704 ], [ -111.70649685226022, 41.42318353869063 ], [ -111.70620692743402, 41.422933109031582 ], [ -111.70584579251712, 41.422737160470582 ], [ -111.70554458841961, 41.422549850741426 ], [ -111.70529105593158, 41.422344233001226 ], [ -111.70513335175571, 41.422147034893413 ], [ -111.70484148888144, 41.421716463793281 ], [ -111.70461092033729, 41.421420628912223 ], [ -111.70432159455383, 41.421224235681358 ], [ -111.70403265963495, 41.421063869289938 ], [ -111.70340819393475, 41.420860516607831 ], [ -111.70266339352541, 41.420594843072223 ], [ -111.70224225886059, 41.420381234520839 ], [ -111.70178425985586, 41.420077774344747 ], [ -111.70144592245809, 41.419773582824703 ], [ -111.70120418562173, 41.419549869030007 ], [ -111.70050533589135, 41.419103751435436 ], [ -111.70013130631882, 41.418817788283491 ], [ -111.69984200553732, 41.418621383501893 ], [ -111.69949345890547, 41.418479383187773 ], [ -111.69879781838519, 41.418330483015602 ], [ -111.69845014404673, 41.418269541709421 ], [ -111.69813836671213, 41.418208381531038 ], [ -111.69795820984791, 41.418146422106425 ], [ -111.697657531473, 41.418004125804138 ], [ -111.697440323085, 41.417834300250433 ], [ -111.69706573634332, 41.417494285413973 ], [ -111.69678831964514, 41.417288793379008 ], [ -111.69655953558802, 41.4171550662385 ], [ -111.6963554526038, 41.417093249138553 ], [ -111.69616362378713, 41.417058380028372 ], [ -111.69599611028633, 41.417059393508296 ], [ -111.69573325925025, 41.417097013303184 ], [ -111.69506464516458, 41.417236167059649 ], [ -111.69487358460603, 41.417273351159722 ], [ -111.69471851570587, 41.4173193251196 ], [ -111.6945516731912, 41.41738338494708 ], [ -111.69419501559173, 41.417601717488729 ], [ -111.69402874715642, 41.417719818091733 ], [ -111.69381499995622, 41.417874234780541 ], [ -111.69350581571537, 41.418056248881896 ], [ -111.69280301344159, 41.418357730555591 ], [ -111.69252857246315, 41.418431442818658 ], [ -111.69211073580075, 41.418524032136141 ], [ -111.69165633235342, 41.418553787279038 ], [ -111.69096166294931, 41.418494908848579 ], [ -111.69009938214704, 41.418428024207714 ], [ -111.68984810629142, 41.418429531133107 ], [ -111.6896334892318, 41.418502877774813 ], [ -111.68943302810598, 41.418783311674353 ], [ -111.6893040733612, 41.419036294324279 ], [ -111.68911824088929, 41.419568849960662 ], [ -111.68889688870155, 41.420137647932101 ], [ -111.68879205136581, 41.420408500538727 ], [ -111.68866318615031, 41.420670489369925 ], [ -111.68853346366218, 41.420851415711795 ], [ -111.68835530577614, 41.420978586730591 ], [ -111.68812928314293, 41.421106043767182 ], [ -111.68767628499903, 41.421270887242777 ], [ -111.68687607850622, 41.421419787385517 ], [ -111.68668462132096, 41.421420930272554 ], [ -111.68638509007242, 41.421386687675628 ], [ -111.68577387291296, 41.42130025759792 ], [ -111.68549818004348, 41.421256863097902 ], [ -111.68533065537736, 41.421257861132027 ], [ -111.68514042933191, 41.421376091566664 ], [ -111.68514194408181, 41.421520202483777 ], [ -111.68521535026255, 41.421672892743437 ], [ -111.68546891209887, 41.421887562188857 ], [ -111.68571098316956, 41.422147337026296 ], [ -111.68578439140461, 41.422300026890618 ], [ -111.68584611803982, 41.422479808824917 ], [ -111.68584829782341, 41.422686968196651 ], [ -111.68579036159541, 41.422867463437683 ], [ -111.68564903941302, 41.423084485597265 ], [ -111.68522194248195, 41.423438322378239 ], [ -111.68469816261737, 41.42370265807034 ], [ -111.68436442465902, 41.423830748682526 ], [ -111.68411378943964, 41.42389529175469 ], [ -111.68387559279178, 41.424004797806319 ], [ -111.68370910031469, 41.424104869771668 ], [ -111.68355504622798, 41.424249905054744 ], [ -111.68331835821441, 41.424503520856931 ], [ -111.68310541295419, 41.424738980209881 ], [ -111.68301090646375, 41.424856638696795 ], [ -111.68258217997423, 41.425057347940935 ], [ -111.68187755501077, 41.42519663869885 ], [ -111.68114880510112, 41.425318052996154 ], [ -111.68085048182198, 41.425400886269266 ], [ -111.68064761026616, 41.425456131623591 ], [ -111.68037397160924, 41.42561087754595 ], [ -111.67986531591684, 41.426181356424124 ], [ -111.67961823624735, 41.426588153296599 ], [ -111.67945398428873, 41.426904385586177 ], [ -111.67937162298526, 41.427039984305232 ], [ -111.67927691867089, 41.427139625886028 ], [ -111.67918183859787, 41.427203239651632 ], [ -111.67902673481281, 41.427249192646393 ], [ -111.67885938216483, 41.427268195243947 ], [ -111.67833282675504, 41.42727130108733 ], [ -111.67712442318437, 41.427305442110054 ], [ -111.67598754102524, 41.427312127754107 ], [ -111.67468339760373, 41.427346805640617 ], [ -111.67426473222662, 41.42736727508165 ], [ -111.67366683785207, 41.427415815095728 ], [ -111.67305734741575, 41.427500449802487 ], [ -111.67217372359264, 41.427694773133474 ], [ -111.67157638142365, 41.427797343998051 ], [ -111.6708115878035, 41.427909895743198 ], [ -111.66977265376703, 41.428132128578724 ], [ -111.66890079376066, 41.428308343313795 ], [ -111.66786193895264, 41.428539565927593 ], [ -111.66706233391292, 41.428760384706429 ], [ -111.66689515802001, 41.428797383859028 ], [ -111.6667637000758, 41.428816160789445 ], [ -111.66665571631654, 41.428789764102014 ], [ -111.6665113696197, 41.428718540537936 ], [ -111.66635468738822, 41.428611358282318 ], [ -111.66619662451748, 41.428369071459407 ], [ -111.66606212931535, 41.42809061800402 ], [ -111.66577022006932, 41.427632925610311 ], [ -111.66564787945416, 41.427372416274437 ], [ -111.66556144134347, 41.427111699101012 ], [ -111.6654367114371, 41.426617008530421 ], [ -111.66527562279056, 41.426077490565149 ], [ -111.66507808473908, 41.425484138067489 ], [ -111.66490384067477, 41.424827598073684 ], [ -111.66473189672595, 41.424396231858779 ], [ -111.66457265638773, 41.424036851946035 ], [ -111.6644390954723, 41.423848465935215 ], [ -111.66422131060608, 41.42361552856071 ], [ -111.66394406184621, 41.42341896393286 ], [ -111.66332973720739, 41.42302617759929 ], [ -111.66277671711127, 41.42277715479046 ], [ -111.66205498317362, 41.422412002795674 ], [ -111.66159706334257, 41.422099374474932 ], [ -111.66144003956555, 41.421956157324033 ], [ -111.66131891510648, 41.421812733607041 ], [ -111.66125552053907, 41.421461805432898 ], [ -111.66120391003219, 41.421092794473694 ], [ -111.66128319525288, 41.420650971161542 ], [ -111.66125569988311, 41.420299836570024 ], [ -111.66108342697216, 41.419832436379458 ], [ -111.66093581865893, 41.419436954240552 ], [ -111.66072938786144, 41.41914089226934 ], [ -111.66057164303406, 41.418925617940445 ], [ -111.66029369545888, 41.418656988267564 ], [ -111.65983553710105, 41.418317331523355 ], [ -111.65857096285148, 41.417513901351334 ], [ -111.65837796968351, 41.4173618782565 ], [ -111.65802833663926, 41.417102660712757 ], [ -111.65777406531441, 41.416806866892983 ], [ -111.65755478359793, 41.416420797420763 ], [ -111.65744428085499, 41.416142196089815 ], [ -111.65740638722609, 41.415944247377183 ], [ -111.65741626343123, 41.415737018185531 ], [ -111.65743683309859, 41.4154036227159 ], [ -111.6573747374934, 41.415178789722177 ], [ -111.65728871240685, 41.414954093394627 ], [ -111.65705792888565, 41.414613126111504 ], [ -111.65665927723826, 41.414237086499917 ], [ -111.65609176402729, 41.413726895804615 ], [ -111.65556042532391, 41.413243518686976 ], [ -111.65510187731886, 41.412858807308503 ], [ -111.65452332796811, 41.412438746724995 ], [ -111.65383710620613, 41.412019295122654 ], [ -111.65322313053127, 41.411644466823496 ], [ -111.65278844597958, 41.411250603070911 ], [ -111.65253476224254, 41.411008839081759 ], [ -111.65232857678733, 41.4107307751486 ], [ -111.65218230391409, 41.410461378757738 ], [ -111.65203522170482, 41.410110919061175 ], [ -111.65203242981295, 41.409831701713621 ], [ -111.65212291786992, 41.409308752587442 ], [ -111.652213584693, 41.408803817378811 ], [ -111.6523654204384, 41.408433648109543 ], [ -111.65252957868536, 41.40809943883211 ], [ -111.65259946817076, 41.407909884427596 ], [ -111.65258696370719, 41.40785591020353 ], [ -111.6525383880409, 41.407784125508776 ], [ -111.65235821241258, 41.407713087021207 ], [ -111.65197456540729, 41.407634193880213 ], [ -111.65136307084302, 41.407502544421945 ], [ -111.65054783838549, 41.407336013740675 ], [ -111.64945565445545, 41.406990890356447 ], [ -111.64895085642442, 41.406759542934736 ], [ -111.64862623011223, 41.406599237946395 ], [ -111.64834936952325, 41.406429655357854 ], [ -111.6482283029645, 41.406286217053399 ], [ -111.64819124904939, 41.406169327939033 ], [ -111.64818874255164, 41.405917131259969 ], [ -111.64817480989585, 41.405719044113759 ], [ -111.64812606166868, 41.405629243432699 ], [ -111.64802928157125, 41.405521698204815 ], [ -111.64788509623564, 41.405459457485946 ], [ -111.64771725306689, 41.405424372357587 ], [ -111.64749004103039, 41.405434658745378 ], [ -111.64667743392204, 41.405529304112939 ], [ -111.64618818975676, 41.405658158251491 ], [ -111.64587767963079, 41.405713946891431 ], [ -111.6454707494111, 41.40569821540852 ], [ -111.6448841919287, 41.405665474349796 ], [ -111.64451404214539, 41.405739608626625 ], [ -111.64427539898126, 41.405803997879232 ], [ -111.64398970247832, 41.405949717775073 ], [ -111.64388327734306, 41.406076418809803 ], [ -111.64377818543312, 41.406338225222299 ], [ -111.64369897539882, 41.406798052361552 ], [ -111.64355118253148, 41.407582534025252 ], [ -111.64341694959862, 41.408529075036675 ], [ -111.6433421774441, 41.409439253184431 ], [ -111.64332366974861, 41.40998881563101 ], [ -111.64326642600027, 41.410250353865706 ], [ -111.64310283664153, 41.410647599366676 ], [ -111.6426187840015, 41.411307853069815 ], [ -111.64185076665949, 41.412293959901376 ], [ -111.64134311437761, 41.412990369819425 ], [ -111.64088313331642, 41.413668496863387 ], [ -111.64049333943154, 41.41418409598603 ], [ -111.64033930007538, 41.414338081201038 ], [ -111.64008971751976, 41.414510612824586 ], [ -111.63989907440248, 41.414592740942552 ], [ -111.63969593562312, 41.414620893117615 ], [ -111.6395164615156, 41.414621890847215 ], [ -111.63918091335618, 41.414569710366251 ], [ -111.63860624369076, 41.4145368714303 ], [ -111.63827149023304, 41.414565751541794 ], [ -111.63798486062912, 41.41462138639119 ], [ -111.63773438969473, 41.414703842660401 ], [ -111.6369959940583, 41.415059226332346 ], [ -111.6360312200904, 41.415514939610503 ], [ -111.63497123732019, 41.41602521536997 ], [ -111.63403097852733, 41.416543829151301 ], [ -111.63322153680775, 41.416980647682109 ], [ -111.63236518336564, 41.417516801010969 ], [ -111.63175922032022, 41.417961498166221 ], [ -111.63154541062835, 41.418124807253896 ], [ -111.63131928533102, 41.418252153467222 ], [ -111.63109228720475, 41.418289428889388 ], [ -111.63098442214391, 41.418272005480418 ], [ -111.6308523644019, 41.41822769208499 ], [ -111.63071995826868, 41.418147350392658 ], [ -111.63056292431172, 41.417995083414532 ], [ -111.63040580399223, 41.41783380917586 ], [ -111.63022510169782, 41.417708693952541 ], [ -111.63004500942765, 41.41764662770354 ], [ -111.62967364337433, 41.417603623185414 ], [ -111.62905204512938, 41.417670076065683 ], [ -111.62825157010074, 41.417800555098459 ], [ -111.627940986325, 41.417856295729408 ], [ -111.62778543402635, 41.417857144607261 ], [ -111.62755739471226, 41.417786328561121 ], [ -111.62706464126283, 41.417563827362379 ], [ -111.62694489954687, 41.417555472405482 ], [ -111.6268014866432, 41.417574268832112 ], [ -111.62661055788244, 41.417629353936647 ], [ -111.62612213406456, 41.417857200881336 ], [ -111.62578865449836, 41.418021150482488 ], [ -111.62526475987255, 41.418294224280217 ], [ -111.6249916224003, 41.418511888700145 ], [ -111.62492120974716, 41.418656391405243 ], [ -111.62475524349135, 41.418819428006152 ], [ -111.62415937084687, 41.419074872554489 ], [ -111.62363365139031, 41.419158791014866 ], [ -111.62325108990122, 41.419196894089552 ], [ -111.62307211916058, 41.419251908539557 ], [ -111.62297725329098, 41.419342497389202 ], [ -111.62291923149773, 41.419531969328872 ], [ -111.62286241423483, 41.419847539892423 ], [ -111.62271141722481, 41.420325755413032 ], [ -111.62259278927185, 41.420434487564883 ], [ -111.62240219252153, 41.420525593927238 ], [ -111.62179295421232, 41.420636978300472 ], [ -111.62156671508707, 41.420755298436291 ], [ -111.6212935549473, 41.420972954141696 ], [ -111.62078329944488, 41.421426084022229 ], [ -111.62045038824958, 41.421653067604524 ], [ -111.62025961350322, 41.421726156347347 ], [ -111.62009225682255, 41.421745073496773 ], [ -111.61961429002679, 41.421819708698258 ], [ -111.61945932720705, 41.421883595730307 ], [ -111.61925666989406, 41.421965754297908 ], [ -111.6190662350496, 41.422074869272322 ], [ -111.61867382449863, 41.422338197881857 ], [ -111.61856646875536, 41.422374805166875 ], [ -111.61839902443727, 41.422384712815692 ], [ -111.6180517421972, 41.42235955641226 ], [ -111.61738136722406, 41.422336133186349 ], [ -111.61681869032604, 41.422312128703417 ], [ -111.61629233881933, 41.422332964440471 ], [ -111.61593334652066, 41.422334886898106 ], [ -111.61478253206668, 41.422124861871907 ], [ -111.61414695633184, 41.421984136187959 ], [ -111.61342744949305, 41.421825839495682 ], [ -111.61300854346824, 41.421819064742557 ], [ -111.61257775583655, 41.42182135923894 ], [ -111.61237382061583, 41.421768399821005 ], [ -111.61225288844599, 41.421633930753138 ], [ -111.61215275960019, 41.421166072896369 ], [ -111.61219647942615, 41.420724472114664 ], [ -111.61214709242492, 41.420562599647162 ], [ -111.61202540189188, 41.420347066714903 ], [ -111.61150452450931, 41.419674272762308 ], [ -111.61133531208719, 41.419495021694736 ], [ -111.61114259106932, 41.419360932828745 ], [ -111.61087832894852, 41.419254246059715 ], [ -111.6099910012795, 41.419060788609762 ], [ -111.60897222339638, 41.418886035177032 ], [ -111.60854187522436, 41.418933349792361 ], [ -111.60824323438118, 41.418988974098134 ], [ -111.60753884621748, 41.419163838635335 ], [ -111.60718129697031, 41.419318853925802 ], [ -111.60695428076001, 41.41935608183509 ], [ -111.60659547185483, 41.419375989195927 ], [ -111.605721124992, 41.419290520567394 ], [ -111.60531487068758, 41.419355711299318 ], [ -111.60493263093782, 41.419429781850702 ], [ -111.60429868857666, 41.419460135862252 ], [ -111.60406020502279, 41.419551463396878 ], [ -111.60378598981708, 41.419660992994018 ], [ -111.60295203911896, 41.420061697240428 ], [ -111.60266652001991, 41.420243343537329 ], [ -111.60246376301717, 41.420316465576072 ], [ -111.60223707338844, 41.420389712534863 ], [ -111.60184269155317, 41.420445821345346 ], [ -111.60100763917303, 41.420729419531447 ], [ -111.60038730743665, 41.420939831223514 ], [ -111.59987450194411, 41.421131663949147 ], [ -111.59950512287222, 41.421304732084259 ], [ -111.59918228227801, 41.421333436424177 ], [ -111.59884730962281, 41.42134418797599 ], [ -111.59852422041142, 41.421345869217099 ], [ -111.5983443130006, 41.421301767419564 ], [ -111.59818809036446, 41.421230519650344 ], [ -111.59805555262271, 41.421132126004139 ], [ -111.59780186631671, 41.420872226454811 ], [ -111.59764556271936, 41.420791970845187 ], [ -111.59742951128818, 41.420721032806966 ], [ -111.59703339071055, 41.420587976309704 ], [ -111.59595281549586, 41.420197247850432 ], [ -111.59559227000608, 41.420027972017358 ], [ -111.59522033607759, 41.419921806594829 ], [ -111.59430944084885, 41.419764380157126 ], [ -111.5936873735627, 41.419785606844215 ], [ -111.59293310637835, 41.419744458915893 ], [ -111.59222686766503, 41.419721073864615 ], [ -111.59197517304388, 41.419677331580928 ], [ -111.59173495416033, 41.419579484606288 ], [ -111.59117018530941, 41.419321169849567 ], [ -111.59036585888329, 41.419037059224465 ], [ -111.58978986769182, 41.418859862928372 ], [ -111.58880622888852, 41.418594675464298 ], [ -111.58824318681559, 41.418525495394391 ], [ -111.58782438476656, 41.418527635887841 ], [ -111.58738205690206, 41.418574932577208 ], [ -111.58704677163175, 41.418549621262727 ], [ -111.58669927765091, 41.418497348660921 ], [ -111.58581259646346, 41.418366753936532 ], [ -111.58489050643865, 41.418290377521117 ], [ -111.5843279553297, 41.418275220919746 ], [ -111.58402937679617, 41.418339789608012 ], [ -111.5837911104169, 41.418458096645708 ], [ -111.58356521210446, 41.418621378071407 ], [ -111.58332807219846, 41.418865783750725 ], [ -111.58318617417582, 41.419055661070992 ], [ -111.58303214830171, 41.419227584626036 ], [ -111.58295007837383, 41.419417158449157 ], [ -111.58266700150254, 41.419877975996336 ], [ -111.5823592642209, 41.420257849957764 ], [ -111.58212163127465, 41.42044821047034 ], [ -111.58189700836769, 41.420755602447855 ], [ -111.58131773335579, 41.421551192494931 ], [ -111.5807721769141, 41.422103406349578 ], [ -111.58021424381948, 41.422610642408728 ], [ -111.579846886783, 41.423017832714613 ], [ -111.57959879160198, 41.423379383491358 ], [ -111.57940932639461, 41.423605525722664 ], [ -111.57893705773608, 41.424328504402922 ], [ -111.57818036748233, 41.425368173757526 ], [ -111.57770631610254, 41.425892990885167 ], [ -111.57713771559679, 41.426553393041992 ], [ -111.57646211412505, 41.427295396115959 ], [ -111.57604842982025, 41.427882956356562 ], [ -111.57572976293343, 41.428388972025722 ], [ -111.57558790180447, 41.428587847048533 ], [ -111.57544580120852, 41.42875970056236 ], [ -111.57526716064743, 41.42885967654238 ], [ -111.57501631585932, 41.428914975605053 ], [ -111.57468082287934, 41.428871614386722 ], [ -111.57426084213702, 41.428747606359416 ], [ -111.5738880990483, 41.428551301095716 ], [ -111.57362290810468, 41.428336443396915 ], [ -111.57320008075969, 41.427888175299223 ], [ -111.57294614959332, 41.427592192309895 ], [ -111.57275197865972, 41.427286903738576 ], [ -111.57248481859509, 41.426846865355586 ], [ -111.5723397076831, 41.426676444600353 ], [ -111.57215909109307, 41.426551237801796 ], [ -111.57177305629612, 41.426201863957566 ], [ -111.57163920486187, 41.425950318712552 ], [ -111.57158967729784, 41.425761406991612 ], [ -111.57161116266978, 41.425482067299114 ], [ -111.57163367485326, 41.42531982018216 ], [ -111.57154816775817, 41.42512207966832 ], [ -111.5714636878548, 41.42504143168189 ], [ -111.57121119667119, 41.424907572820722 ], [ -111.57034768235374, 41.424695676459713 ], [ -111.56949614049149, 41.424483714338429 ], [ -111.56918500093416, 41.424485254053174 ], [ -111.56768866663232, 41.424438602002439 ], [ -111.56676698017353, 41.424416123609056 ], [ -111.56619178654529, 41.424328880549375 ], [ -111.56589167600318, 41.424222266867396 ], [ -111.56568691033519, 41.4240701460511 ], [ -111.56533596579172, 41.423621495141489 ], [ -111.56509491267671, 41.423424513959326 ], [ -111.56481835122248, 41.42327274418686 ], [ -111.5643385916856, 41.423148993193884 ], [ -111.56399132439492, 41.423123673499319 ], [ -111.56353666888627, 41.42313490888948 ], [ -111.5627720462097, 41.423282771905356 ], [ -111.5619941330384, 41.423277566924718 ], [ -111.56139587559031, 41.423289495225582 ], [ -111.56096530681423, 41.423318617960774 ], [ -111.56006819049388, 41.423368026228275 ], [ -111.55968610619752, 41.423468968305151 ], [ -111.55953123447361, 41.423550789284256 ], [ -111.55932911363001, 41.423704899928659 ], [ -111.558866888419, 41.424229582279857 ], [ -111.55848641795072, 41.424519670423386 ], [ -111.55794975638602, 41.424738454725649 ], [ -111.55754334147798, 41.424794470077472 ], [ -111.55699309095023, 41.424824157881048 ], [ -111.55668164137421, 41.42478963520842 ], [ -111.55664566348354, 41.424780801766779 ], [ -111.55620196257951, 41.4246748574378 ], [ -111.5552053281461, 41.42428334042522 ], [ -111.55437647104073, 41.423918028976566 ], [ -111.55423225632286, 41.42384666362716 ], [ -111.55413567941827, 41.423748046098261 ], [ -111.55407492659108, 41.423640248445032 ], [ -111.55404953830651, 41.423469227810031 ], [ -111.55404762422073, 41.423244048993496 ], [ -111.55393724466934, 41.422929317229041 ], [ -111.55375047544118, 41.422074501654897 ], [ -111.55364885264994, 41.421381411380878 ], [ -111.55349974953538, 41.420733586989904 ], [ -111.5532534679528, 41.419915086664538 ], [ -111.55280224390603, 41.418917420002415 ], [ -111.55261825027731, 41.418386859691438 ], [ -111.55256817297835, 41.418125881851154 ], [ -111.55256534824325, 41.417792616805571 ], [ -111.5526555763404, 41.417143641216299 ], [ -111.55259078595897, 41.416558462850084 ], [ -111.55238225963019, 41.415955959493104 ], [ -111.55206391433312, 41.415101771720138 ], [ -111.55177110833016, 41.414436618705153 ], [ -111.55135820160741, 41.413717995236624 ], [ -111.55099552293487, 41.413278363330029 ], [ -111.55052501381361, 41.412821231165069 ], [ -111.55008011243416, 41.412562140463592 ], [ -111.54979113554482, 41.412347340750138 ], [ -111.54952578628414, 41.412096397294846 ], [ -111.5490312151631, 41.411621358740796 ], [ -111.54871763465371, 41.411325605817566 ], [ -111.54845252097049, 41.411101681332191 ], [ -111.54808018327464, 41.410932312292964 ], [ -111.54720337615746, 41.410531146262592 ], [ -111.54668679300991, 41.410281390729736 ], [ -111.54642274717702, 41.410183562045333 ], [ -111.54602686845307, 41.410059335834539 ], [ -111.5453427185262, 41.409801361787252 ], [ -111.54511434347762, 41.409676338377842 ], [ -111.54493344982606, 41.409506051917774 ], [ -111.5448120769998, 41.409299453164621 ], [ -111.54466482073491, 41.408858780621472 ], [ -111.54457708566919, 41.408381795966214 ], [ -111.54439266316488, 41.407788170598621 ], [ -111.54416129079107, 41.407302857504718 ], [ -111.5440648289435, 41.407213238189065 ], [ -111.54393202531104, 41.40706974530768 ], [ -111.54377446869016, 41.406827286216242 ], [ -111.54371337354549, 41.406674446602096 ], [ -111.5437120219085, 41.406512317099441 ], [ -111.54377011294228, 41.40630486893258 ], [ -111.54378019908064, 41.406079632513944 ], [ -111.54374280646687, 41.40589965822091 ], [ -111.5435966163444, 41.405585084708548 ], [ -111.5435000827751, 41.40548645767587 ], [ -111.54333191884238, 41.405406183935732 ], [ -111.54310363809063, 41.405290163519958 ], [ -111.54292381163926, 41.405245974434656 ], [ -111.54238448353831, 41.405131419879254 ], [ -111.54178556482178, 41.405044166058424 ], [ -111.5415225197038, 41.405063419468057 ], [ -111.54115270060166, 41.405191265133809 ], [ -111.5409505177051, 41.40533633669974 ], [ -111.54071319021691, 41.40557164858874 ], [ -111.54041820772338, 41.406068449773642 ], [ -111.54025295588816, 41.406339452339921 ], [ -111.54019477901316, 41.406537891597878 ], [ -111.54022101922882, 41.406817002447958 ], [ -111.54030663081993, 41.407041789195119 ], [ -111.54060975675814, 41.407526772988014 ], [ -111.54069753629929, 41.40801276811932 ], [ -111.54064070342017, 41.408373337082352 ], [ -111.54046407989919, 41.408716453658208 ], [ -111.54031048727435, 41.408951371238906 ], [ -111.54010836552021, 41.409105448508186 ], [ -111.53988231446807, 41.409259637704594 ], [ -111.53913311401305, 41.40981261099914 ], [ -111.53824032831874, 41.410366251162564 ], [ -111.53779994913486, 41.41064754429739 ], [ -111.53730011481586, 41.410974151119355 ], [ -111.53706178937701, 41.41109236188634 ], [ -111.53675152757444, 41.411192892683289 ], [ -111.53612989023584, 41.411258843802969 ], [ -111.53568698003826, 41.411233884142327 ], [ -111.53536371554277, 41.411208366123574 ], [ -111.53463387866671, 41.411211759759162 ], [ -111.53417959505535, 41.411258907494286 ], [ -111.53386962291313, 41.411395459354083 ], [ -111.53358394719315, 41.411576935421692 ], [ -111.53333460583592, 41.411812287617579 ], [ -111.53325210548471, 41.411965798243898 ], [ -111.53320586714732, 41.412164178478413 ], [ -111.53318385264994, 41.412398476604295 ], [ -111.53300879892409, 41.412939740207165 ], [ -111.53290295554716, 41.413165419022853 ], [ -111.5326662328951, 41.413481779138124 ], [ -111.53240543082319, 41.413780235098187 ], [ -111.53231110786277, 41.413951814790984 ], [ -111.53202769504163, 41.41441251019522 ], [ -111.53178956782116, 41.414557731701514 ], [ -111.531634461406, 41.414612493738524 ], [ -111.53143120034511, 41.414631447841749 ], [ -111.53071299659776, 41.414598732763551 ], [ -111.52998392659298, 41.414701176347073 ], [ -111.52955332606918, 41.414721174110518 ], [ -111.5291463632603, 41.414705031395862 ], [ -111.52832040002887, 41.414663789383013 ], [ -111.5276146726827, 41.414694050449988 ], [ -111.52708929641761, 41.414831571587463 ], [ -111.52683875463222, 41.414922794487957 ], [ -111.526016278014, 41.415313881866687 ], [ -111.52532526555038, 41.415686348102689 ], [ -111.52478863597806, 41.415913985493042 ], [ -111.52450233538404, 41.416023381472478 ], [ -111.52426324381406, 41.416051493789482 ], [ -111.52394017670277, 41.416052965435647 ], [ -111.52321021196842, 41.416047279716416 ], [ -111.52222868427094, 41.416006701318011 ], [ -111.52177392529829, 41.415999757009736 ], [ -111.52148689873823, 41.416019073394793 ], [ -111.52140328467267, 41.416037467423344 ], [ -111.52133228423091, 41.416136872086568 ], [ -111.52120440842596, 41.416605843437608 ], [ -111.52109108822408, 41.41739902002228 ], [ -111.52090553845598, 41.418138478217863 ], [ -111.52065864399546, 41.418689055419165 ], [ -111.52016053041706, 41.419249775623335 ], [ -111.51976838000139, 41.419593834170009 ], [ -111.51929289276791, 41.419992312735495 ], [ -111.5185920472605, 41.420644016229723 ], [ -111.51801070883215, 41.42127716233108 ], [ -111.5175471650991, 41.421675579820374 ], [ -111.51736838260366, 41.421766459218624 ], [ -111.51716530923905, 41.42181240987658 ], [ -111.51623192065543, 41.421816601721481 ], [ -111.51532210888199, 41.421775642739888 ], [ -111.51458032705364, 41.42179697787455 ], [ -111.51426941068276, 41.421825390647371 ], [ -111.5140424728547, 41.42188044999557 ], [ -111.51378013196319, 41.421998719715546 ], [ -111.51347042045985, 41.422180252973575 ], [ -111.51286338415069, 41.42259730694407 ], [ -111.51252937970838, 41.422733908294454 ], [ -111.51235044564983, 41.422806765506166 ], [ -111.51207577739348, 41.422880048576062 ], [ -111.51178892960684, 41.422926362579879 ], [ -111.51119136992682, 41.423028102006427 ], [ -111.51083314380976, 41.423128775928653 ], [ -111.51090402663374, 41.423011363297071 ], [ -111.51099778346433, 41.422758736075586 ], [ -111.51101973962996, 41.422506427703269 ], [ -111.51094405643015, 41.422011349628676 ], [ -111.51089386047501, 41.42171432399163 ], [ -111.51085570203914, 41.421426252400821 ], [ -111.51076869024344, 41.421012292213497 ], [ -111.51073152079965, 41.420850321622069 ], [ -111.51064620400803, 41.420652534585187 ], [ -111.51050098578951, 41.420446005747856 ], [ -111.51035626212277, 41.420302527264688 ], [ -111.51015184893049, 41.420177328346377 ], [ -111.50941803737872, 41.419685165348419 ], [ -111.50861384606992, 41.419373459483218 ], [ -111.50806165104933, 41.419150710827672 ], [ -111.50758118569723, 41.418918635544628 ], [ -111.5070402634292, 41.41860575685363 ], [ -111.50684789785544, 41.418489506456538 ], [ -111.50648633077274, 41.418157819798452 ], [ -111.50637730865962, 41.417987156450387 ], [ -111.50636345388405, 41.417744013882192 ], [ -111.50645722097761, 41.417491390072811 ], [ -111.50666903432058, 41.417031072978155 ], [ -111.50677238436261, 41.416472150303122 ], [ -111.50684109670649, 41.416075515822477 ], [ -111.50706514844063, 41.415651174150192 ], [ -111.50726645796568, 41.415380060507445 ], [ -111.50752808316088, 41.415171733254986 ], [ -111.50788514826529, 41.414926953973321 ], [ -111.50805167946838, 41.414800113137751 ], [ -111.50814669946662, 41.414709618085929 ], [ -111.50822954335504, 41.414592154109698 ], [ -111.5082525610019, 41.414474954366398 ], [ -111.5082396128545, 41.414348905950725 ], [ -111.50820294509116, 41.414249984935083 ], [ -111.50791339590521, 41.413945007005324 ], [ -111.50780514887229, 41.41387342445239 ], [ -111.50762497142759, 41.413784144084474 ], [ -111.5075289704734, 41.413748537418712 ], [ -111.50708577298998, 41.413687438756078 ], [ -111.50659478615748, 41.413635556357008 ], [ -111.5056964302043, 41.41351340269037 ], [ -111.50491793676272, 41.413417738692971 ], [ -111.50443996384669, 41.413500903168547 ], [ -111.50430848798638, 41.413519494612984 ], [ -111.50418897707424, 41.413538033476172 ], [ -111.50383002632259, 41.413539605876359 ], [ -111.50347038004024, 41.413451104739913 ], [ -111.50311003972412, 41.41327253004772 ], [ -111.50277279783374, 41.412985762723665 ], [ -111.5023642554372, 41.412762358561437 ], [ -111.50212412537071, 41.412655316204308 ], [ -111.50175189759524, 41.412485796649335 ], [ -111.50152352652562, 41.412351679106131 ], [ -111.50137890990608, 41.412217196162672 ], [ -111.50094561721131, 41.411885804184784 ], [ -111.50074138681103, 41.411778602609836 ], [ -111.50057146080816, 41.411464077789482 ], [ -111.50054594126094, 41.411257015165617 ], [ -111.50051890088172, 41.410851793033061 ], [ -111.50039552308778, 41.410365921921951 ], [ -111.5001864621894, 41.409628211684776 ], [ -111.49989372588699, 41.408899872095148 ], [ -111.49963971768435, 41.408540673234889 ], [ -111.49939871096853, 41.408316530681255 ], [ -111.49900238021853, 41.408120084010925 ], [ -111.49798309821774, 41.40781824315421 ], [ -111.49733608125446, 41.407694935878062 ], [ -111.4969044176845, 41.407570695116931 ], [ -111.49638839128224, 41.407365748709068 ], [ -111.49557114960299, 41.406882863446626 ], [ -111.49487383070702, 41.406435486831477 ], [ -111.49457323454548, 41.406238613013457 ], [ -111.49399597492472, 41.405844760244989 ], [ -111.49367159329404, 41.405666001281574 ], [ -111.49317965538253, 41.405478952148464 ], [ -111.49259235215476, 41.405337347019334 ], [ -111.49177713340123, 41.405115645189028 ], [ -111.4908178841126, 41.40483149912059 ], [ -111.49054245374334, 41.404796643454581 ], [ -111.49023126874397, 41.404779954595199 ], [ -111.48933394284258, 41.404774766705785 ], [ -111.48780302597302, 41.404835312621657 ], [ -111.48648731417968, 41.404876913340104 ], [ -111.48566203604969, 41.404907422417381 ], [ -111.48511178317524, 41.404918751235783 ], [ -111.48476457452365, 41.404884184339664 ], [ -111.48454862977768, 41.404804025872309 ], [ -111.48435641177875, 41.404696744431966 ], [ -111.4841517629677, 41.404526462031519 ], [ -111.48380114949255, 41.404032520794701 ], [ -111.48348449482673, 41.403277216361161 ], [ -111.48301192783666, 41.402468520148872 ], [ -111.48246832816838, 41.401759202985339 ], [ -111.48199911267074, 41.401400866765158 ], [ -111.48165105972295, 41.401249195569797 ], [ -111.48125535660971, 41.401124745332048 ], [ -111.48063209696012, 41.400965214209108 ], [ -111.47888269025043, 41.40058518289333 ], [ -111.47757684407938, 41.400329390753789 ], [ -111.47681064192949, 41.400251500232415 ], [ -111.47633207068021, 41.400244474818393 ], [ -111.47584074844636, 41.400129409287572 ], [ -111.47561253934906, 41.400004246809083 ], [ -111.47543185317974, 41.399833849662976 ], [ -111.47538242760665, 41.399617872139252 ], [ -111.47541693667588, 41.399428570535783 ], [ -111.47552079099005, 41.398905702143622 ], [ -111.47572093318203, 41.398463503728721 ], [ -111.47614690875328, 41.397822203987175 ], [ -111.47659620794134, 41.397099737818564 ], [ -111.47684392197853, 41.396621309968708 ], [ -111.47715131007432, 41.39612461895473 ], [ -111.47725751743054, 41.395926011775401 ], [ -111.47737575185516, 41.3957363621737 ], [ -111.47755175068893, 41.395267237783351 ], [ -111.47768062586934, 41.394897392100738 ], [ -111.47773812580569, 41.394581888093953 ], [ -111.4777241857214, 41.39431171856608 ], [ -111.47767462504133, 41.394077727224087 ], [ -111.47755118639429, 41.393555799881845 ], [ -111.47752561558244, 41.3933307164599 ], [ -111.47756011527404, 41.393141414057972 ], [ -111.47765402563581, 41.392897819540117 ], [ -111.47785387143915, 41.392419587891986 ], [ -111.47818291031327, 41.391616546015797 ], [ -111.4783452148226, 41.390913279786176 ], [ -111.47841334836593, 41.39041757930385 ], [ -111.47832500096256, 41.389787415510646 ], [ -111.47822601485494, 41.389337447557189 ], [ -111.47813839674809, 41.388806363946365 ], [ -111.47809875383599, 41.388293096076275 ], [ -111.47816569879707, 41.387635263824883 ], [ -111.47818486766434, 41.386986637601645 ], [ -111.47819372601975, 41.386563243963884 ], [ -111.47820416820555, 41.386356025941012 ], [ -111.4782000764493, 41.385797572171825 ], [ -111.47813750510417, 41.385419513241608 ], [ -111.478075594267, 41.385131527454455 ], [ -111.4779415953418, 41.384798803080663 ], [ -111.47769963051145, 41.384421488805799 ], [ -111.47742290952792, 41.384197447337463 ], [ -111.47715880856983, 41.38406342882773 ], [ -111.47681099118194, 41.383929756626436 ], [ -111.4764875547322, 41.383859035593346 ], [ -111.47592518928036, 41.383825332475332 ], [ -111.47484849509173, 41.383784742566831 ], [ -111.47428613105143, 41.383751031430094 ], [ -111.47378297719445, 41.383636005394983 ], [ -111.47349522813283, 41.38353810620692 ], [ -111.47301501728808, 41.383287868424375 ], [ -111.4724747518779, 41.383001844821607 ], [ -111.47202964554245, 41.382643367559687 ], [ -111.47168015382799, 41.382275489063595 ], [ -111.47117506534006, 41.381890231487752 ], [ -111.47086308445581, 41.381747386885529 ], [ -111.47067121679714, 41.381676111016432 ], [ -111.47026375896695, 41.381560678067387 ], [ -111.46985669156932, 41.381499287687461 ], [ -111.46910216079456, 41.381349236831895 ], [ -111.46799984917158, 41.381065481930122 ], [ -111.46744901942361, 41.380968637199778 ], [ -111.46719813579881, 41.381005686477501 ], [ -111.46683968410618, 41.381052179255057 ], [ -111.46619389079868, 41.38105479736619 ], [ -111.46587060841568, 41.381002061006001 ], [ -111.46558294692879, 41.380913149207458 ], [ -111.4653190759982, 41.380806125281403 ], [ -111.46503115945053, 41.380681182715094 ], [ -111.46396289700822, 41.380136030937486 ], [ -111.46307473829155, 41.379689228206423 ], [ -111.46269071309672, 41.379501613224214 ], [ -111.46245032360017, 41.379331435020617 ], [ -111.46223334273434, 41.379089101429095 ], [ -111.46199212729258, 41.378801826678874 ], [ -111.46177464020113, 41.378487433367489 ], [ -111.46166580189978, 41.37831672551853 ], [ -111.4616173304322, 41.378226843890438 ], [ -111.46163959167541, 41.37799255677249 ], [ -111.46167444827233, 41.377848295197118 ], [ -111.46198224752129, 41.377405687066144 ], [ -111.46209858081514, 41.376945831879127 ], [ -111.46213337210116, 41.376792562792438 ], [ -111.46213209695314, 41.376612415705317 ], [ -111.46210696897737, 41.37644137201157 ], [ -111.46187644781021, 41.375973901700704 ], [ -111.46162175897864, 41.375470497387035 ], [ -111.46140269358116, 41.374930919179633 ], [ -111.46122160529532, 41.374688439555214 ], [ -111.46104102717449, 41.374518018502464 ], [ -111.46095662204905, 41.374419272877375 ], [ -111.46079989759612, 41.374239748269922 ], [ -111.46058363883682, 41.374096492197957 ], [ -111.46039167778264, 41.374007184198071 ], [ -111.46022369641753, 41.373926787591849 ], [ -111.45982788243255, 41.373757225195426 ], [ -111.45955209205309, 41.373650235494473 ], [ -111.45928845041892, 41.373570219489928 ], [ -111.4590969993221, 41.373552968209815 ], [ -111.45895350603166, 41.373553540585334 ], [ -111.45857079397793, 41.373546058681526 ], [ -111.45796107383438, 41.373566501982083 ], [ -111.45745859469351, 41.373532470095917 ], [ -111.45717135586928, 41.373497581119153 ], [ -111.45693175929223, 41.37343547941402 ], [ -111.45663218546731, 41.373346592368627 ], [ -111.45636829676215, 41.373230540177317 ], [ -111.45606841006948, 41.373096614814948 ], [ -111.4558766467334, 41.373034321324823 ], [ -111.45560124289484, 41.372981366302881 ], [ -111.45530192416548, 41.37292850524252 ], [ -111.45479945121853, 41.372894461709087 ], [ -111.45424971210792, 41.372941671125162 ], [ -111.45332947169831, 41.373017360902246 ], [ -111.45232589956223, 41.373147416604063 ], [ -111.45160887293416, 41.373213286066992 ], [ -111.45134598977826, 41.37324134028075 ], [ -111.45113075063652, 41.373242184274538 ], [ -111.45077195653074, 41.373234582662221 ], [ -111.45035281473302, 41.373146147557257 ], [ -111.45008937248858, 41.373093132527721 ], [ -111.44967060468342, 41.373058739179591 ], [ -111.44932383139597, 41.373060093695806 ], [ -111.44906057615164, 41.373034098433401 ], [ -111.44848673046184, 41.373054351535409 ], [ -111.44816350161013, 41.373001565083108 ], [ -111.44793574935679, 41.372921383264448 ], [ -111.44781574016906, 41.372858797005343 ], [ -111.44763551069695, 41.372733391553133 ], [ -111.44750298893716, 41.372589785064818 ], [ -111.44732183523629, 41.372329268415605 ], [ -111.44720108747168, 41.372158592940494 ], [ -111.4469846186244, 41.37197928155274 ], [ -111.44672075241698, 41.371863207096077 ], [ -111.44637318489382, 41.371747456729295 ], [ -111.44596558531207, 41.371595907485705 ], [ -111.44582135811021, 41.371488374872285 ], [ -111.44572502245914, 41.371389664210994 ], [ -111.44567639367715, 41.371272753473662 ], [ -111.44569957069263, 41.371164572251793 ], [ -111.44575818924669, 41.370993200391744 ], [ -111.44594649240547, 41.370551097349789 ], [ -111.44619340952519, 41.369937621875813 ], [ -111.44634614341379, 41.369540694133285 ], [ -111.4465338841824, 41.369017523586002 ], [ -111.44674584379813, 41.368539296799902 ], [ -111.44686270071682, 41.368142507554253 ], [ -111.44688476527148, 41.367872193081297 ], [ -111.44685961914166, 41.367692138192304 ], [ -111.44681111439233, 41.36759324263128 ], [ -111.44669074646593, 41.367476610758175 ], [ -111.44648637445107, 41.36731526656812 ], [ -111.44599412182043, 41.367019923635397 ], [ -111.44584996623425, 41.366921398311817 ], [ -111.44565829214335, 41.366868094977136 ], [ -111.44538286099751, 41.366806107880684 ], [ -111.44510755314346, 41.36676213490415 ], [ -111.44432939661634, 41.366621019968569 ], [ -111.44379092433954, 41.366560044367958 ], [ -111.44340794880787, 41.366507474846514 ], [ -111.44314460000486, 41.366463451089338 ], [ -111.44294091184926, 41.366401181853064 ], [ -111.44279706754713, 41.366347689638005 ], [ -111.44254549316437, 41.366276596312765 ], [ -111.44236596310239, 41.36625026367183 ], [ -111.44223432001208, 41.366232754369044 ], [ -111.44175600060744, 41.366225583843892 ], [ -111.44090690939198, 41.366201817202544 ], [ -111.44024924344744, 41.366195327403126 ], [ -111.43969900379881, 41.366161400550013 ], [ -111.43936440489998, 41.366189701388556 ], [ -111.43905402138643, 41.366262947022612 ], [ -111.43879164465962, 41.366363031674474 ], [ -111.43846972646094, 41.366499373123119 ], [ -111.43811199770941, 41.366644857636139 ], [ -111.43786133300245, 41.366708865055863 ], [ -111.43767008846986, 41.366718600180597 ], [ -111.43740686321792, 41.366692578080837 ], [ -111.43720317972824, 41.366630298667893 ], [ -111.43708319234244, 41.36656770104009 ], [ -111.43698699769223, 41.366486997681498 ], [ -111.43692661252709, 41.366397150658088 ], [ -111.43690203672537, 41.366298160026396 ], [ -111.43689950605923, 41.365919849134784 ], [ -111.43683725396755, 41.365550772563111 ], [ -111.43672796045271, 41.365298973683416 ], [ -111.43654680986114, 41.365029432026574 ], [ -111.43624567763287, 41.364697291522432 ], [ -111.43593229176189, 41.364320158456358 ], [ -111.43548685244838, 41.363862455583238 ], [ -111.4350410594399, 41.36335070646679 ], [ -111.43476325489159, 41.362928397420795 ], [ -111.43449812872598, 41.362614131444346 ], [ -111.43432954952473, 41.362434615060081 ], [ -111.43422128887063, 41.36233593958405 ], [ -111.4340533096813, 41.362246496895622 ], [ -111.43390948174103, 41.362192993452467 ], [ -111.43368196395421, 41.362139805239487 ], [ -111.43325107986439, 41.362069367092246 ], [ -111.43258114230429, 41.362008833787726 ], [ -111.43212676595644, 41.362001533195738 ], [ -111.43180431921819, 41.362056789335753 ], [ -111.43158959247135, 41.362129655920896 ], [ -111.43151797711312, 41.362147939750656 ], [ -111.43110035875823, 41.362275611840815 ], [ -111.43089711092139, 41.362276373029765 ], [ -111.43065787703922, 41.36225925325531 ], [ -111.43035904256004, 41.36226937879308 ], [ -111.43002487438977, 41.362360704331621 ], [ -111.42975042496425, 41.362442798270465 ], [ -111.42907054252606, 41.362688541351837 ], [ -111.42833058022003, 41.362889465855474 ], [ -111.42768561185717, 41.362990948599062 ], [ -111.42753083377872, 41.36309060771292 ], [ -111.42732829044255, 41.363199451628432 ], [ -111.42713776128174, 41.363317258231838 ], [ -111.42684015741848, 41.363516530438169 ], [ -111.42648347735874, 41.36382411245048 ], [ -111.42618545778571, 41.363960331040346 ], [ -111.42587506976464, 41.364033541177641 ], [ -111.42570780198679, 41.364052175324282 ], [ -111.42555254888836, 41.36407977243605 ], [ -111.42501557963573, 41.364243894248318 ], [ -111.42469381846209, 41.364407219556384 ], [ -111.42453920808475, 41.364533896917699 ], [ -111.42431338653206, 41.364741905367261 ], [ -111.42412337381927, 41.364940773767835 ], [ -111.42390886276918, 41.365049655747939 ], [ -111.42384925675516, 41.365076898198602 ], [ -111.42378947536012, 41.365077118360617 ], [ -111.42362179534797, 41.365032697551335 ], [ -111.4235250938512, 41.364870916049526 ], [ -111.42354818859613, 41.364744724163444 ], [ -111.42360674291771, 41.364555348304009 ], [ -111.42369906188759, 41.364041573208674 ], [ -111.42367281269863, 41.363681364389784 ], [ -111.42362358657624, 41.363465362318827 ], [ -111.42345410061228, 41.363141711136798 ], [ -111.42323725977703, 41.362890294956202 ], [ -111.42273173181358, 41.36236970998781 ], [ -111.42244339490574, 41.362154585432549 ], [ -111.42223950675361, 41.362056249647246 ], [ -111.42186800657002, 41.361922497490085 ], [ -111.42149656602079, 41.361797751550469 ], [ -111.42108879538787, 41.361601076222811 ], [ -111.42084852182471, 41.361421802322411 ], [ -111.42072826950994, 41.361314150322116 ], [ -111.42059594602567, 41.361188527028858 ], [ -111.42045079787681, 41.360927835813975 ], [ -111.42037715190041, 41.360630852674021 ], [ -111.42037616651568, 41.360477726357544 ], [ -111.42043455241161, 41.360261329653859 ], [ -111.42065897897119, 41.359837150324239 ], [ -111.42137176668066, 41.359131946504114 ], [ -111.42174051694209, 41.358842351143899 ], [ -111.42199064397565, 41.358697311936787 ], [ -111.42228835735244, 41.358516067001275 ], [ -111.42262152633454, 41.35827163757758 ], [ -111.42285905290157, 41.358027558642952 ], [ -111.42298950805483, 41.357864941609748 ], [ -111.42313197582904, 41.357711287904799 ], [ -111.42348729574226, 41.357196545103704 ], [ -111.42375997848715, 41.356844243132009 ], [ -111.42388990308923, 41.356600558174023 ], [ -111.42400781358985, 41.356347909675932 ], [ -111.42407778771651, 41.356077422399984 ], [ -111.4240757414601, 41.355762162232274 ], [ -111.42406074687956, 41.355293819714852 ], [ -111.42397390923021, 41.354807726545843 ], [ -111.42386398232844, 41.354447825426142 ], [ -111.42376641984724, 41.354150932212292 ], [ -111.42375376457267, 41.354042886989888 ], [ -111.42372839574141, 41.353817789097178 ], [ -111.42377451848429, 41.353556397354978 ], [ -111.42380862832175, 41.353286042168101 ], [ -111.4237467548332, 41.352961994485078 ], [ -111.423685407606, 41.352719013697786 ], [ -111.42352656084989, 41.352188146766963 ], [ -111.42337897021955, 41.351549146289621 ], [ -111.42326876050565, 41.351144207147151 ], [ -111.42331400805777, 41.350747703833868 ], [ -111.42336024710497, 41.350504327006078 ], [ -111.4234189646438, 41.350341973160312 ], [ -111.42353744966145, 41.350179399345741 ], [ -111.42373955034999, 41.350007509917155 ], [ -111.42389418657731, 41.349889840909881 ], [ -111.42412060157409, 41.349780914857739 ], [ -111.42437103971696, 41.349689915097088 ], [ -111.42452608364715, 41.349635297343163 ], [ -111.42462136010575, 41.349580899908048 ], [ -111.42469267100481, 41.349517583173409 ], [ -111.42472771172292, 41.349391346640296 ], [ -111.42469079785971, 41.349229344999777 ], [ -111.42458216409254, 41.349067607950978 ], [ -111.42441376427006, 41.348906091208754 ], [ -111.42405323594342, 41.348610167381523 ], [ -111.42384833630739, 41.34834970000967 ], [ -111.42378804453391, 41.348268853087987 ], [ -111.42373906367715, 41.348088880218242 ], [ -111.42375025760475, 41.347971739408521 ], [ -111.42377352143407, 41.347872569476152 ], [ -111.42383188515181, 41.347656170681923 ], [ -111.4239131613773, 41.347286557201464 ], [ -111.4239832433756, 41.347034084496229 ], [ -111.42401845948847, 41.346934870467116 ], [ -111.4240537923809, 41.346853671321313 ], [ -111.42414836373369, 41.34669118489613 ], [ -111.42425535526232, 41.3466007139127 ], [ -111.42444572418198, 41.346464897051547 ], [ -111.42481427264002, 41.346157276715132 ], [ -111.42521838290243, 41.345804485481587 ], [ -111.42568148960109, 41.345334374975195 ], [ -111.42588257199479, 41.34500935511511 ], [ -111.42601258292231, 41.344783682307352 ], [ -111.42618928713151, 41.344386690786067 ], [ -111.4262336903035, 41.343864081670688 ], [ -111.42614726347813, 41.343441041334032 ], [ -111.42615839363651, 41.343314892769236 ], [ -111.42620538056653, 41.343188611422647 ], [ -111.4263002350517, 41.343071160431919 ], [ -111.42651402373495, 41.342863191983305 ], [ -111.42681141745258, 41.342645905449949 ], [ -111.42708537574276, 41.342500766463516 ], [ -111.42733607632378, 41.342454797543887 ], [ -111.42768221675497, 41.342381450456479 ], [ -111.42800392138876, 41.342227124176112 ], [ -111.42832532939181, 41.342027759748888 ], [ -111.42902807676747, 41.341655827809873 ], [ -111.42927806289023, 41.341501765276213 ], [ -111.42945680966575, 41.341420029405896 ], [ -111.42963579279487, 41.341374323057821 ], [ -111.42977921599757, 41.341373787577723 ], [ -111.42994666154934, 41.341391177523661 ], [ -111.43018623375876, 41.341471351352084 ], [ -111.43046231491076, 41.341650472509805 ], [ -111.43071455289397, 41.341838689899149 ], [ -111.43107442018726, 41.342035511326976 ], [ -111.43140985044663, 41.342151354199977 ], [ -111.43164930825903, 41.34221351005786 ], [ -111.43203213212819, 41.342266119672061 ], [ -111.43245057454745, 41.342282563508292 ], [ -111.43319160440726, 41.342279776765139 ], [ -111.43386116074925, 41.342313285378971 ], [ -111.43414777181428, 41.342276173917888 ], [ -111.43441035865877, 41.342221137086518 ], [ -111.43470820225666, 41.342075889808292 ], [ -111.43496976888927, 41.341867725181061 ], [ -111.43519523805656, 41.341623665775458 ], [ -111.43544382938484, 41.341262418733194 ], [ -111.43562130719552, 41.340991517021266 ], [ -111.43571542109525, 41.340765969004025 ], [ -111.43576136700838, 41.34048655725681 ], [ -111.43577169758144, 41.340243311017957 ], [ -111.43584184650173, 41.340008845932608 ], [ -111.43593643877701, 41.33985535726417 ], [ -111.43606676529767, 41.339683717785633 ], [ -111.43635113903161, 41.339313325425437 ], [ -111.43649257293775, 41.339015535914719 ], [ -111.43657551155762, 41.338907129261074 ], [ -111.43668259347145, 41.338834661639972 ], [ -111.43683742073956, 41.338753005038569 ], [ -111.43708791926426, 41.338679992615702 ], [ -111.43777977514925, 41.338479194286329 ], [ -111.43801807878233, 41.338370195526196 ], [ -111.43808936449642, 41.338306870491373 ], [ -111.43814833652358, 41.338189546243221 ], [ -111.43813596263041, 41.338126539627496 ], [ -111.43805139804623, 41.337991746394167 ], [ -111.43787128391965, 41.337866324322491 ], [ -111.43753550273723, 41.337696455466883 ], [ -111.43731935597935, 41.337544146469803 ], [ -111.43712669104585, 41.337328694150351 ], [ -111.43692225682906, 41.337140309206418 ], [ -111.43674112431788, 41.33686175870784 ], [ -111.43654762131145, 41.336520201090003 ], [ -111.4363776615748, 41.336124507797159 ], [ -111.43632901615773, 41.335998584731762 ], [ -111.43635195620564, 41.335854374913161 ], [ -111.43641050832953, 41.335673999347151 ], [ -111.43652887451151, 41.335502404581248 ], [ -111.43674260594894, 41.335294417140084 ], [ -111.43717078745301, 41.334986530474403 ], [ -111.4374800003562, 41.334760163582537 ], [ -111.43762226344958, 41.334588476835592 ], [ -111.43771690409999, 41.334443994069474 ], [ -111.43777557183729, 41.334281632691912 ], [ -111.43777394355489, 41.334038431506741 ], [ -111.43772451315063, 41.333795412117482 ], [ -111.4376016922925, 41.333300456660446 ], [ -111.43758799375475, 41.333039285956367 ], [ -111.43756276690826, 41.332841212845963 ], [ -111.43748985944727, 41.332661336335136 ], [ -111.43738067976138, 41.332418543831629 ], [ -111.43712731523546, 41.332059199009471 ], [ -111.43680183141015, 41.331637073529798 ], [ -111.43663266495001, 41.331358477164748 ], [ -111.43658414294107, 41.331250569002407 ], [ -111.4365835415765, 41.331160494428659 ], [ -111.43660672001467, 41.331052314279624 ], [ -111.43672345323795, 41.330637517854342 ], [ -111.43681646573332, 41.33024983436956 ], [ -111.43686324235108, 41.330096526155884 ], [ -111.43691031964639, 41.329988255214822 ], [ -111.4370160022245, 41.329708615685689 ], [ -111.43707346355316, 41.329366105353479 ], [ -111.43702361808378, 41.329060033214617 ], [ -111.4369006312053, 41.328538054148815 ], [ -111.43683949950849, 41.328331109314981 ], [ -111.43672912660513, 41.32790816671961 ], [ -111.43672846496227, 41.327809084632612 ], [ -111.43677421745403, 41.327502649528988 ], [ -111.43682105242289, 41.327358348731579 ], [ -111.43687941534104, 41.327150950314291 ], [ -111.43705582612461, 41.326726919058835 ], [ -111.43717315108628, 41.326402196561077 ], [ -111.43721884035288, 41.326086753756222 ], [ -111.43725354359839, 41.325915475751479 ], [ -111.43736923987559, 41.325347551451607 ], [ -111.43741492750323, 41.325032108519387 ], [ -111.43746121713947, 41.324806740218293 ], [ -111.43747262382541, 41.324725627606206 ], [ -111.43748421122375, 41.324671537391701 ], [ -111.43748324728098, 41.324527417925054 ], [ -111.43743418688489, 41.324338442771456 ], [ -111.43738476538599, 41.324095422784147 ], [ -111.43735936215614, 41.323870326897406 ], [ -111.43738157314283, 41.323618026982665 ], [ -111.43748778584495, 41.323419453989104 ], [ -111.43766593060222, 41.323256638189378 ], [ -111.43793960280696, 41.323084450990088 ], [ -111.438201506048, 41.322939331036835 ], [ -111.43841579514007, 41.322821414948663 ], [ -111.43878529320928, 41.322684891490738 ], [ -111.43900012446872, 41.322648041531529 ], [ -111.4391913004129, 41.32264731222822 ], [ -111.43941856387242, 41.322682475637642 ], [ -111.43977786674732, 41.322807211164829 ], [ -111.44000531283817, 41.322869395809875 ], [ -111.44023245625124, 41.322886542672641 ], [ -111.44048307227098, 41.322840545377197 ], [ -111.44064992693099, 41.322776852837031 ], [ -111.44149705571033, 41.322593452667917 ], [ -111.44222463431436, 41.32240149794 ], [ -111.44290459793486, 41.322236744934933 ], [ -111.44316703589759, 41.322172680907684 ], [ -111.44335753879491, 41.322072862592648 ], [ -111.4434284963874, 41.321964496868091 ], [ -111.44348738326656, 41.321838162208749 ], [ -111.44347464107442, 41.321721111214856 ], [ -111.44341343411247, 41.321505162235113 ], [ -111.44338782807571, 41.321253045281921 ], [ -111.44345744138707, 41.320946515297742 ], [ -111.4435505838635, 41.320585848383196 ], [ -111.4437272394625, 41.320206844053864 ], [ -111.4438456809727, 41.320053256470082 ], [ -111.44403599326482, 41.319926414633038 ], [ -111.44422636598294, 41.319808579948244 ], [ -111.44451152594985, 41.319573278803688 ], [ -111.44462990325827, 41.319410682944806 ], [ -111.44467677645774, 41.319275386329984 ], [ -111.44465153383236, 41.31907731438028 ], [ -111.44456587906545, 41.318780391024156 ], [ -111.44457641900523, 41.318573173128421 ], [ -111.44468211195858, 41.318302533729785 ], [ -111.44490715797922, 41.318013417546446 ], [ -111.44595247186766, 41.317117609585573 ], [ -111.44651135983625, 41.316728111558 ], [ -111.44674932381501, 41.316583064907157 ], [ -111.44692791916451, 41.31649229453312 ], [ -111.44721416323871, 41.316419121102349 ], [ -111.44750096113961, 41.316427014168383 ], [ -111.44840834208809, 41.316333405855211 ], [ -111.44888574080758, 41.316259483441755 ], [ -111.44905263227218, 41.316204786240014 ], [ -111.44918349605787, 41.316123206273744 ], [ -111.44929027940874, 41.316014697031811 ], [ -111.44936122066011, 41.315906327618798 ], [ -111.44940783413492, 41.315734999193076 ], [ -111.44941848207074, 41.315545795757131 ], [ -111.44940375082898, 41.315140506403196 ], [ -111.44936685784549, 41.314987519389895 ], [ -111.4493183891143, 41.314888623801025 ], [ -111.44917415866509, 41.314763078789177 ], [ -111.44892234381047, 41.314628945520475 ], [ -111.44834623302239, 41.314243859428068 ], [ -111.4480331453352, 41.313884770078921 ], [ -111.44788793307816, 41.313615103872912 ], [ -111.44783823464776, 41.313336058189165 ], [ -111.44785997043631, 41.313020703706933 ], [ -111.44786957440955, 41.312678373269996 ], [ -111.44787702051667, 41.312020781239355 ], [ -111.44795885812412, 41.311759239083834 ], [ -111.44801741888078, 41.311587864602068 ], [ -111.44818312706586, 41.311362026660085 ], [ -111.44826601158243, 41.311253611335722 ], [ -111.44844310889462, 41.310946659218608 ], [ -111.44848972135931, 41.310775331022725 ], [ -111.44847728120361, 41.310703317767555 ], [ -111.44841668559741, 41.310577445820179 ], [ -111.44822468142519, 41.310452085609199 ], [ -111.44810503384073, 41.31042552829858 ], [ -111.44759060576924, 41.310319437167877 ], [ -111.44730334209304, 41.310239484364025 ], [ -111.4471593104564, 41.31014095908742 ], [ -111.44697925613946, 41.310015550363275 ], [ -111.44653435889873, 41.309593914373032 ], [ -111.4459331256745, 41.309019751163227 ], [ -111.44556004013715, 41.308615848536803 ], [ -111.44495729348181, 41.307816492957897 ], [ -111.44460670490052, 41.307205322583272 ], [ -111.44434090369693, 41.30676497053804 ], [ -111.44423198724579, 41.306558213298601 ], [ -111.44408650155158, 41.306243504356473 ], [ -111.44401189551654, 41.305811421422263 ], [ -111.44402158000237, 41.305478098270569 ], [ -111.4440552160999, 41.305153690430167 ], [ -111.4441492503949, 41.304928134514846 ], [ -111.44426748016103, 41.304747523763851 ], [ -111.44443208334354, 41.304359556155724 ], [ -111.44443006508668, 41.304062308977329 ], [ -111.44439270096332, 41.303837260058962 ], [ -111.444243124845, 41.302919049178278 ], [ -111.44417053871723, 41.30278421335268 ], [ -111.44411032551088, 41.302712383844799 ], [ -111.44403822870304, 41.302649607874017 ], [ -111.44374990391759, 41.302407511019503 ], [ -111.44348565384111, 41.302192343871063 ], [ -111.44334121869062, 41.302030761097477 ], [ -111.44319599145987, 41.301752080692687 ], [ -111.44311128123138, 41.301590267654191 ], [ -111.44301456584988, 41.301419493020006 ], [ -111.44282052730122, 41.300987868513033 ], [ -111.44268694456095, 41.300664103954766 ], [ -111.44260278511739, 41.300583357981914 ], [ -111.44247103073342, 41.3005298180978 ], [ -111.44227955434489, 41.30047650753643 ], [ -111.44207625548566, 41.300441257524 ], [ -111.44190854692124, 41.300369839599298 ], [ -111.44183584687472, 41.300216987204358 ], [ -111.4418467577562, 41.300063813861598 ], [ -111.44197626063055, 41.299784076974277 ], [ -111.44221113128302, 41.299188664505003 ], [ -111.44242229211908, 41.298620365833251 ], [ -111.44255124173532, 41.298259560738423 ], [ -111.44253832352007, 41.298115486623608 ], [ -111.44245325445526, 41.297899627952027 ], [ -111.44234490667172, 41.297773936031135 ], [ -111.44214033875096, 41.297549528505343 ], [ -111.44185216514886, 41.297325441543762 ], [ -111.44172005332285, 41.297217855707437 ], [ -111.44031553508847, 41.296169331119224 ], [ -111.43971520635543, 41.295703223316735 ], [ -111.43917381821949, 41.295119786852844 ], [ -111.43907694157713, 41.294921986086024 ], [ -111.43906391092506, 41.294759896433334 ], [ -111.43914642735329, 41.294597442321489 ], [ -111.43931260723525, 41.294443676639602 ], [ -111.43955038578952, 41.294280629608963 ], [ -111.43977640136293, 41.294144650250743 ], [ -111.4400741966778, 41.294026411552032 ], [ -111.44105032917072, 41.293545265418999 ], [ -111.44166882281013, 41.29316456887306 ], [ -111.44234665936278, 41.292729594505794 ], [ -111.44260806658713, 41.292530419349994 ], [ -111.4427388305042, 41.292439839060691 ], [ -111.4428337042639, 41.292340388944204 ], [ -111.44284461165964, 41.292187215315444 ], [ -111.44277222321119, 41.292079400816597 ], [ -111.44260441363056, 41.291989968675445 ], [ -111.44238895469388, 41.291918734902055 ], [ -111.44194621694244, 41.291794327011473 ], [ -111.44168268419219, 41.291678237729144 ], [ -111.441418848784, 41.291517110267414 ], [ -111.44095041040188, 41.291122564664107 ], [ -111.44045742591051, 41.290629025810546 ], [ -111.44004877310918, 41.290243255450434 ], [ -111.43991546846114, 41.289955516966558 ], [ -111.43987891484525, 41.289847563653424 ], [ -111.43998542915469, 41.289703032610561 ], [ -111.44011594897636, 41.289576425192116 ], [ -111.44030636215405, 41.28947661180996 ], [ -111.44066372622022, 41.289340128162642 ], [ -111.4414374331037, 41.288958838383174 ], [ -111.44213917325712, 41.288532781057384 ], [ -111.44244875935991, 41.288396475347021 ], [ -111.44285376007127, 41.288241786288808 ], [ -111.44330664953002, 41.288104926905895 ], [ -111.44417555781556, 41.287678213272244 ], [ -111.44448470769214, 41.28747884949194 ], [ -111.44453186459891, 41.287388589881616 ], [ -111.44455470932397, 41.287235369868895 ], [ -111.44453015277337, 41.287136379412871 ], [ -111.44450529063539, 41.286992351363715 ], [ -111.44454019951954, 41.28685710026739 ], [ -111.44464651524484, 41.286685542360125 ], [ -111.44507250710883, 41.286107399941841 ], [ -111.44542867890331, 41.285799758723137 ], [ -111.44566628834698, 41.28561868401323 ], [ -111.44579685036715, 41.285501077678255 ], [ -111.44601026768369, 41.285275057152518 ], [ -111.44608081345839, 41.285112644213577 ], [ -111.44611614756558, 41.28504044524513 ], [ -111.44615105211436, 41.284905193636476 ], [ -111.4462421665086, 41.284256282003938 ], [ -111.44633235850799, 41.283472257429544 ], [ -111.44637484503866, 41.282697425422626 ], [ -111.44634795520578, 41.282256149442105 ], [ -111.4464284736811, 41.281805449198245 ], [ -111.4464625778479, 41.281553099628631 ], [ -111.44644934771341, 41.281363987943152 ], [ -111.44640072457305, 41.281238067828504 ], [ -111.44629178343702, 41.281022303915165 ], [ -111.44613507962184, 41.28080672499312 ], [ -111.44596668130971, 41.280627222203151 ], [ -111.44581059249606, 41.280501718072195 ], [ -111.44572651663516, 41.280429981515013 ], [ -111.44562994873328, 41.280277223379855 ], [ -111.4455572627386, 41.280124372732864 ], [ -111.44545983820663, 41.279845509063257 ], [ -111.445287464673, 41.279080515900908 ], [ -111.44513977165333, 41.278432527913424 ], [ -111.44510186973221, 41.2781264103889 ], [ -111.44513671162041, 41.277982151402732 ], [ -111.44520755791919, 41.277864776475447 ], [ -111.44532610391751, 41.277738209233227 ], [ -111.44548083774598, 41.277665548448446 ], [ -111.445743156185, 41.277610486493472 ], [ -111.44611299783449, 41.277564015103657 ], [ -111.44647059178689, 41.277472551185966 ], [ -111.44699436461761, 41.277236316770988 ], [ -111.44751708773242, 41.276846951984197 ], [ -111.44820548655662, 41.276240753456428 ], [ -111.44855002035337, 41.275987194061699 ], [ -111.44883583913489, 41.275877986871805 ], [ -111.44915784722967, 41.2758226844063 ], [ -111.4493965841897, 41.275812744970196 ], [ -111.44980309849936, 41.275892227345004 ], [ -111.44993456164616, 41.275909729176291 ], [ -111.45011378468121, 41.275927044138072 ], [ -111.45035171699774, 41.275800004861338 ], [ -111.45050569743655, 41.275619247018042 ], [ -111.45061241314703, 41.275510736133192 ], [ -111.45086191094921, 41.275329603904801 ], [ -111.4512189277018, 41.275157057549706 ], [ -111.45219538135677, 41.274774899987385 ], [ -111.45248087769909, 41.274620646148584 ], [ -111.45263596951625, 41.274602020946183 ], [ -111.4527673685572, 41.27461051202944 ], [ -111.45316237572564, 41.274753082213849 ], [ -111.45343755064988, 41.274833068676266 ], [ -111.45359307917542, 41.274877494859872 ], [ -111.45383206149158, 41.274903576344542 ], [ -111.45408279649057, 41.274902587666723 ], [ -111.45469091170661, 41.274783086510858 ], [ -111.45500084451292, 41.274709799852644 ], [ -111.45523888802654, 41.274600765567037 ], [ -111.45541729492852, 41.274500974484567 ], [ -111.45558369898988, 41.274392222852128 ], [ -111.45632119813507, 41.273992960094667 ], [ -111.45682146782551, 41.273819828459601 ], [ -111.45716714944312, 41.273737386337444 ], [ -111.45741775410538, 41.273718375375132 ], [ -111.45771599092269, 41.273681158960237 ], [ -111.45782319497978, 41.273644701606784 ], [ -111.45793021006939, 41.273581221589176 ], [ -111.45800109164978, 41.273472846363831 ], [ -111.4580477792237, 41.273319528492742 ], [ -111.45809396281699, 41.273094150423034 ], [ -111.45812789184178, 41.272823782226283 ], [ -111.45808829558368, 41.272283473371772 ], [ -111.45799070386703, 41.271986605093979 ], [ -111.45792855288747, 41.271635549105191 ], [ -111.45793835189231, 41.27132924577009 ], [ -111.45788845557691, 41.271023179853522 ], [ -111.45771854067543, 41.270627513355294 ], [ -111.45754938251834, 41.270339936895418 ], [ -111.4574164825673, 41.270115270562492 ], [ -111.45732015434824, 41.269998552133465 ], [ -111.45725932875463, 41.269836653730863 ], [ -111.45723413134213, 41.269647590465176 ], [ -111.45728044096505, 41.269440227634846 ], [ -111.45736294363952, 41.269286767676853 ], [ -111.45771670192426, 41.268654817248184 ], [ -111.45795213839419, 41.268176468649592 ], [ -111.45808182531532, 41.267941750426175 ], [ -111.45820032854978, 41.267815169930309 ], [ -111.45834289718645, 41.267715516849599 ], [ -111.45854553564563, 41.267669671044935 ], [ -111.45914245743029, 41.267667292050689 ], [ -111.4594879142321, 41.267557820468035 ], [ -111.45994062578089, 41.267420896076047 ], [ -111.46059616098914, 41.267265143092331 ], [ -111.4617750756443, 41.26683705489986 ], [ -111.46216764148558, 41.266637308492285 ], [ -111.46229826327523, 41.266537698460851 ], [ -111.46241637451426, 41.266357068486663 ], [ -111.46246272904764, 41.266158711078681 ], [ -111.46247314183732, 41.265942482460403 ], [ -111.4624941579056, 41.265537047783113 ], [ -111.46257607138425, 41.265302516316588 ], [ -111.46271786482637, 41.26509476749191 ], [ -111.46287204055959, 41.264950023198097 ], [ -111.46305015506047, 41.264814190202472 ], [ -111.46348943731367, 41.264470126775777 ], [ -111.46411812500446, 41.263900103638619 ], [ -111.46458088784178, 41.263501894631204 ], [ -111.46485404886056, 41.263302620742039 ], [ -111.46511559019096, 41.2631484320775 ], [ -111.46554406439746, 41.262966544573899 ], [ -111.46611527422516, 41.262712015394833 ], [ -111.46644798650568, 41.262494481021662 ], [ -111.46662544572962, 41.262268567227942 ], [ -111.46673115108283, 41.262024928477736 ], [ -111.46677774615615, 41.261862599383434 ], [ -111.46673994592231, 41.261583511169704 ], [ -111.46664284441863, 41.261358710034585 ], [ -111.46648528825995, 41.261026060287008 ], [ -111.46643683441631, 41.260927170904452 ], [ -111.46630475640713, 41.260819612427355 ], [ -111.46611299304899, 41.260712295444911 ], [ -111.46598123613708, 41.260649774245721 ], [ -111.46586148062003, 41.260596212125456 ], [ -111.46547814915274, 41.260408598934482 ], [ -111.46537001186688, 41.260309950370427 ], [ -111.46518961333652, 41.260121515774436 ], [ -111.465021088969, 41.259924025137671 ], [ -111.46481681854691, 41.259735686357295 ], [ -111.4645164154939, 41.259457657171779 ], [ -111.46440789838306, 41.259304962457776 ], [ -111.46426299706812, 41.259071344215172 ], [ -111.46417746201084, 41.2587924474836 ], [ -111.46416310184465, 41.258450209194883 ], [ -111.46419808299143, 41.258332966833862 ], [ -111.46428087462317, 41.258224539469353 ], [ -111.46443528610274, 41.258115823163429 ], [ -111.46462601774668, 41.258079022445948 ], [ -111.46484075024732, 41.258060140105172 ], [ -111.46548475512753, 41.257976468074027 ], [ -111.46562761120731, 41.257921843655652 ], [ -111.465758402429, 41.257849252276259 ], [ -111.46597255765985, 41.257749300002949 ], [ -111.46611509264224, 41.257649637301078 ], [ -111.46678129759967, 41.257331665454068 ], [ -111.46716294595484, 41.257285078565545 ], [ -111.46760504727041, 41.257346338456664 ], [ -111.4679514641129, 41.257380962197722 ], [ -111.46815438540625, 41.257380137273742 ], [ -111.46834504842485, 41.257334322879025 ], [ -111.46858307103111, 41.257234268658259 ], [ -111.46889238981667, 41.25708888463182 ], [ -111.4693913364428, 41.256753563123517 ], [ -111.46968845664706, 41.256572195496368 ], [ -111.46997389710447, 41.256426905961966 ], [ -111.47025953010713, 41.256308638321968 ], [ -111.47055716304571, 41.256199328726389 ], [ -111.47096144534103, 41.255981488597037 ], [ -111.47109177372339, 41.255845838458065 ], [ -111.4711266116695, 41.25571057894674 ], [ -111.47114977216305, 41.255611398399083 ], [ -111.47111253966155, 41.255413379197783 ], [ -111.47103917540191, 41.255170468810867 ], [ -111.47097723018821, 41.254855449264724 ], [ -111.47087779568749, 41.254306380202713 ], [ -111.47080346345982, 41.253928356569766 ], [ -111.4706785438776, 41.253154196413277 ], [ -111.47067750940006, 41.253010075813329 ], [ -111.47068841065038, 41.252865906416545 ], [ -111.47072266596291, 41.252649579118781 ], [ -111.47076918002709, 41.252478240694593 ], [ -111.47086298357631, 41.252243654242356 ], [ -111.47101620548541, 41.251972793433069 ], [ -111.47133626427322, 41.251665218341415 ], [ -111.47150258410218, 41.251556443717824 ], [ -111.47166916252799, 41.251483699009867 ], [ -111.47195535442283, 41.251446495040334 ], [ -111.47238490118593, 41.251426717906639 ], [ -111.47304076641245, 41.25134295494545 ], [ -111.47335050265788, 41.251260611754716 ], [ -111.47356429952472, 41.251115607738676 ], [ -111.47377790021794, 41.25094358071663 ], [ -111.47392034345449, 41.250834900840161 ], [ -111.47411065776105, 41.250744039285323 ], [ -111.47442078079487, 41.250715738448626 ], [ -111.47532734292042, 41.250639937017212 ], [ -111.47598411166227, 41.250682262828306 ], [ -111.47640243654718, 41.250761602951187 ], [ -111.47677282460519, 41.250814116648591 ], [ -111.47701192444532, 41.25086717314683 ], [ -111.47729876608729, 41.25092003124719 ], [ -111.4776090853009, 41.250918744422698 ], [ -111.47781165816572, 41.250872864927146 ], [ -111.47800183581812, 41.250763981906232 ], [ -111.47809646472864, 41.250646487557347 ], [ -111.47817896098142, 41.250502020103582 ], [ -111.47820151789136, 41.250321770327673 ], [ -111.47818905720578, 41.250249759640518 ], [ -111.47814072522054, 41.250168890115376 ], [ -111.47798392611405, 41.249944346021188 ], [ -111.4781487199996, 41.249628388586338 ], [ -111.47817035725755, 41.249322033320844 ], [ -111.4781573714199, 41.24917796234611 ], [ -111.4780843166149, 41.248980093960043 ], [ -111.47804739543535, 41.248827114539068 ], [ -111.4780464762361, 41.248701009053796 ], [ -111.47809316542318, 41.248556690276871 ], [ -111.47817579044626, 41.248430237857299 ], [ -111.47822247916118, 41.248285919023736 ], [ -111.47824503524718, 41.248105669174713 ], [ -111.47823204951183, 41.247961598177561 ], [ -111.47817139035409, 41.247826732979227 ], [ -111.47809879668226, 41.247691917301985 ], [ -111.47779721214363, 41.247251786525155 ], [ -111.47743648318936, 41.246883962662956 ], [ -111.47727949780487, 41.246632394809069 ], [ -111.47718218627662, 41.246380579435829 ], [ -111.47716828582526, 41.246110402702811 ], [ -111.47714336843711, 41.24596638097622 ], [ -111.47717596079168, 41.245524863115399 ], [ -111.47723445297451, 41.245362480067136 ], [ -111.47732933776622, 41.245281016437865 ], [ -111.47742448457609, 41.245235582894736 ], [ -111.47757949956586, 41.245216924408112 ], [ -111.47781831712437, 41.245233949227824 ], [ -111.47864250811367, 41.245329611959008 ], [ -111.47946617469827, 41.245353208471087 ], [ -111.47981220459546, 41.245342759218296 ], [ -111.48020597170408, 41.245332109843893 ], [ -111.48095816485885, 41.245374009368909 ], [ -111.48154347647709, 41.245443625465619 ], [ -111.48180629685008, 41.245478557246805 ], [ -111.48208105185999, 41.245513438459398 ], [ -111.48227200165697, 41.245512638820102 ], [ -111.48247475329256, 41.245493773788525 ], [ -111.48273677881927, 41.245420613036281 ], [ -111.4830693483194, 41.245203030756613 ], [ -111.48344859042646, 41.24484112655751 ], [ -111.48392130811446, 41.244208593874319 ], [ -111.48413452672692, 41.243991510033517 ], [ -111.48434814299644, 41.243828471002125 ], [ -111.48483557492668, 41.243574200785488 ], [ -111.48521693003039, 41.243500531848895 ], [ -111.48552728045314, 41.243508231408555 ], [ -111.48583796451487, 41.243560967793975 ], [ -111.48655534077301, 41.243738094895015 ], [ -111.48694969874532, 41.24380849029216 ], [ -111.48715257748486, 41.2438076321152 ], [ -111.48724778219361, 41.2437711980225 ], [ -111.4873665202293, 41.243689625175506 ], [ -111.48747319008399, 41.243590087671187 ], [ -111.48759145882271, 41.243445461880519 ], [ -111.48794753498613, 41.243182726852893 ], [ -111.4884109461461, 41.242910527658424 ], [ -111.48881555689725, 41.242755677824128 ], [ -111.48931583785769, 41.242627443486093 ], [ -111.49001838586948, 41.242417276019602 ], [ -111.49067305960982, 41.242189292656555 ], [ -111.4914109272878, 41.241915911462655 ], [ -111.49211305543105, 41.241651686104539 ], [ -111.49286318295552, 41.241423282276337 ], [ -111.49335137663759, 41.241277066503102 ], [ -111.49357791117968, 41.241249072205747 ], [ -111.49392391677016, 41.24123858066914 ], [ -111.49415079017824, 41.24125562287206 ], [ -111.49428212727655, 41.241264066965194 ], [ -111.49441332863324, 41.241254495859224 ], [ -111.49455564863732, 41.241136783054607 ], [ -111.49461422973114, 41.240992406365223 ], [ -111.49457544121201, 41.240596229042772 ], [ -111.49441759098572, 41.240236594252039 ], [ -111.49423682590947, 41.240003167034772 ], [ -111.49408074277143, 41.239877727435875 ], [ -111.49380505609547, 41.239716769339367 ], [ -111.49351777631111, 41.239600899360283 ], [ -111.49289528384743, 41.239342338977885 ], [ -111.49270354054134, 41.239235065775212 ], [ -111.49261960231489, 41.239181377999223 ], [ -111.49222404985156, 41.238948866285227 ], [ -111.49178002503928, 41.238617474207352 ], [ -111.49149174142711, 41.238366486112604 ], [ -111.49126272034438, 41.238061197526356 ], [ -111.49121411166129, 41.237944303221305 ], [ -111.49122476324833, 41.237773109163982 ], [ -111.49123548222609, 41.237610922635497 ], [ -111.49132858458627, 41.237295251613347 ], [ -111.49152820395835, 41.236862024150859 ], [ -111.4919179334079, 41.236319890406271 ], [ -111.49237857594321, 41.235687373838971 ], [ -111.49284015682693, 41.235180960917724 ], [ -111.49305270755295, 41.234882792722118 ], [ -111.49332464724387, 41.234548338389182 ], [ -111.49351414211394, 41.234358362015364 ], [ -111.49401245100178, 41.233977896468026 ], [ -111.4942259423414, 41.233805831610439 ], [ -111.49445055025605, 41.233525624682336 ], [ -111.49461569940284, 41.233272696210783 ], [ -111.49474498316835, 41.233010913769427 ], [ -111.49483826608179, 41.232722262401033 ], [ -111.49503927559007, 41.232478187008638 ], [ -111.49526455534988, 41.23228805385002 ], [ -111.49549010585699, 41.232133950401483 ], [ -111.49576324671038, 41.231961625960381 ], [ -111.49608363683792, 41.231726042503723 ], [ -111.49634382070315, 41.231418655034204 ], [ -111.49658027502522, 41.231129384963054 ], [ -111.49663911560887, 41.23102103721871 ], [ -111.49672147846623, 41.23086754881696 ], [ -111.4968150224808, 41.2306149259582 ], [ -111.49689411075823, 41.230029075578777 ], [ -111.49700844619535, 41.229371010286592 ], [ -111.49705228323064, 41.22885737450212 ], [ -111.49701321504364, 41.228425167044357 ], [ -111.49691483264405, 41.228038254699136 ], [ -111.496768454364, 41.227615517963265 ], [ -111.49667068813615, 41.227309673230543 ], [ -111.49664553104603, 41.227138632823191 ], [ -111.49670443617632, 41.227039292534968 ], [ -111.49679920218527, 41.226948805342715 ], [ -111.49697782556002, 41.226902995372981 ], [ -111.49714492710517, 41.22691128189809 ], [ -111.49737216127106, 41.226982363329398 ], [ -111.49804241415752, 41.227258709306078 ], [ -111.49882012068778, 41.227543593768821 ], [ -111.49951397334975, 41.22778379755816 ], [ -111.50015990052788, 41.227997181819141 ], [ -111.50047079714388, 41.228085909361511 ], [ -111.50078148840421, 41.228147613449103 ], [ -111.50216832973696, 41.228510895025558 ], [ -111.5035785650647, 41.228811002713186 ], [ -111.50388926260234, 41.228872698371333 ], [ -111.50402099109907, 41.22893517669344 ], [ -111.50415265065133, 41.228988647332287 ], [ -111.50457280907887, 41.229320096834364 ], [ -111.50533142152453, 41.230217553371119 ], [ -111.50577649830596, 41.230684006493156 ], [ -111.50605280102633, 41.230926003951843 ], [ -111.50629212927291, 41.231015030206947 ], [ -111.50674588094223, 41.231058073378222 ], [ -111.50702017059463, 41.231038850297409 ], [ -111.50716335081216, 41.231038219759391 ], [ -111.50808139304789, 41.230944094352587 ], [ -111.50907116220655, 41.230867660205305 ], [ -111.50994252254483, 41.230908843775978 ], [ -111.51028875067732, 41.230934333450143 ], [ -111.5105743396217, 41.230833981366693 ], [ -111.51081164029702, 41.230661780160425 ], [ -111.5109891415653, 41.230471828186083 ], [ -111.51137811063889, 41.22985756896761 ], [ -111.51169618668087, 41.229333701748551 ], [ -111.51197972869556, 41.228972128138821 ], [ -111.51236012386811, 41.228790279550232 ], [ -111.51283688179372, 41.228725102395721 ], [ -111.5132546165337, 41.228741256855258 ], [ -111.51380458255801, 41.228882929496812 ], [ -111.51458279949853, 41.229221752004925 ], [ -111.51557600193669, 41.229586630324803 ], [ -111.51666367431439, 41.229824966584026 ], [ -111.51752330661773, 41.229893168915716 ], [ -111.51819111254785, 41.229845126458081 ], [ -111.5187991890681, 41.22978834142274 ], [ -111.51943176899096, 41.229812513109735 ], [ -111.52019580939923, 41.229863110998281 ], [ -111.52062569874211, 41.229906207276372 ], [ -111.52150927042885, 41.229983279429526 ], [ -111.5219040116522, 41.230107600567706 ], [ -111.52215521790046, 41.230187532172629 ], [ -111.52237048681238, 41.230249610606336 ], [ -111.52266877462007, 41.230248257041758 ], [ -111.52308537237451, 41.230120255727662 ], [ -111.52358477009838, 41.229901798159339 ], [ -111.52401221643427, 41.229638626732282 ], [ -111.52448630494648, 41.22924012383676 ], [ -111.52474735366428, 41.229058777920265 ], [ -111.52487794952057, 41.228977112242319 ], [ -111.525258452719, 41.228813236257963 ], [ -111.52575898775146, 41.228738889323537 ], [ -111.52611706910119, 41.228755269468493 ], [ -111.5267271524141, 41.228950652631525 ], [ -111.52804328786783, 41.229404023975292 ], [ -111.52857000827535, 41.229617795241417 ], [ -111.52890568412332, 41.229814426101356 ], [ -111.52925409249788, 41.230110083548624 ], [ -111.52950756054074, 41.230469231326232 ], [ -111.52960766514794, 41.231045271807346 ], [ -111.52951693627423, 41.231631197687243 ], [ -111.52944941547889, 41.232135946317229 ], [ -111.52955941888172, 41.23245972211248 ], [ -111.52983596171221, 41.232719676834357 ], [ -111.53029141385556, 41.232969799256814 ], [ -111.53084283583308, 41.233282532220635 ], [ -111.53292903399675, 41.234506967059339 ], [ -111.53420133405398, 41.235419868952988 ], [ -111.53496919563128, 41.235929749596067 ], [ -111.53555580071593, 41.23616122594877 ], [ -111.53603435418502, 41.236312132016444 ], [ -111.53676349475083, 41.236461868219443 ], [ -111.53897243373085, 41.236622698286503 ], [ -111.54131241945043, 41.236755846518314 ], [ -111.54312648149505, 41.236783335337591 ], [ -111.54482219048646, 41.236928457208087 ], [ -111.54598018532025, 41.236986026885361 ], [ -111.54690012871633, 41.23711677832479 ], [ -111.54754547243105, 41.237230812906446 ], [ -111.54850091930048, 41.237325351458544 ], [ -111.54971881416016, 41.23740962159588 ], [ -111.55093648509506, 41.237466856482634 ], [ -111.55209555528664, 41.237650468832236 ], [ -111.55286046887517, 41.23779092364596 ], [ -111.55339767386383, 41.237815366459252 ], [ -111.55413750911343, 41.237811808346571 ], [ -111.55478271947634, 41.23790778734331 ], [ -111.55541676137399, 41.238093894687069 ], [ -111.55661241761032, 41.238367363113234 ], [ -111.55776188337477, 41.238821199009529 ], [ -111.55802548201122, 41.238946031129814 ], [ -111.55814534866904, 41.239008504804836 ], [ -111.55862596805086, 41.239393509755175 ], [ -111.5590948901956, 41.23980559288119 ], [ -111.55961032187373, 41.240073323142234 ], [ -111.56012468105008, 41.240214947025244 ], [ -111.56073389270117, 41.240284044283399 ], [ -111.5616050207197, 41.240279798690658 ], [ -111.56267808682374, 41.24016646620381 ], [ -111.56389256693542, 41.239845251748775 ], [ -111.56537026216469, 41.239603802605153 ], [ -111.56655078606154, 41.239498914159149 ], [ -111.56745622178505, 41.239323307207187 ], [ -111.56919548042987, 41.238972425977359 ], [ -111.57057814210138, 41.238785426591356 ], [ -111.57162785082025, 41.238735181099422 ], [ -111.5732998813437, 41.238889008688325 ], [ -111.57491343840961, 41.239178221008558 ], [ -111.57585780811598, 41.239362665746924 ], [ -111.57617984258418, 41.239343039123106 ], [ -111.57634690540186, 41.239342203015703 ], [ -111.57710959098169, 41.239221281448017 ], [ -111.57828818231951, 41.238900095095772 ], [ -111.57910964919266, 41.23867977921217 ], [ -111.57984845596557, 41.238558959602031 ], [ -111.58056458981626, 41.238573366625452 ], [ -111.5810775453307, 41.238552763508885 ], [ -111.581578407902, 41.238514203581772 ], [ -111.58250869387018, 41.238455454230035 ], [ -111.58337867297618, 41.23832494050108 ], [ -111.58408295212321, 41.238348393508133 ], [ -111.5847410256125, 41.238543225114384 ], [ -111.58542361183905, 41.238809990735213 ], [ -111.58724781956305, 41.239962707755097 ], [ -111.5877164400808, 41.2403206287335 ], [ -111.58817313243658, 41.240678608706745 ], [ -111.58882003558053, 41.240954544106316 ], [ -111.58908305402849, 41.241007245556823 ], [ -111.58956054925889, 41.241022817233564 ], [ -111.59010899651257, 41.240965960939036 ], [ -111.59125272827863, 41.240752914242954 ], [ -111.59182373809935, 41.240551809159008 ], [ -111.59231039868094, 41.240261057196108 ], [ -111.59350945759059, 41.239570290134061 ], [ -111.59441310579138, 41.239205316729283 ], [ -111.5951035035969, 41.239012586773541 ], [ -111.59585405276022, 41.238873588214673 ], [ -111.59637779161923, 41.238726751938152 ], [ -111.59652041316268, 41.238662958552439 ], [ -111.59697124026752, 41.238372372484527 ], [ -111.59743375008826, 41.238054700625334 ], [ -111.5979555085589, 41.237691680223278 ], [ -111.5984891938958, 41.237328595451039 ], [ -111.59986547444626, 41.236456684700428 ], [ -111.60120625152881, 41.235620974019284 ], [ -111.60200059360693, 41.235058339947933 ], [ -111.60272316385662, 41.234478060462131 ], [ -111.60356388149867, 41.233771047886862 ], [ -111.60460302400868, 41.232585573634161 ], [ -111.60551237808259, 41.231562912961067 ], [ -111.60669637575975, 41.230565821669273 ], [ -111.60762160366103, 41.229975435376979 ], [ -111.60807340682301, 41.229801901970035 ], [ -111.60828758498442, 41.229737716060377 ], [ -111.60860872613499, 41.229627925398553 ], [ -111.60896490757996, 41.229436878232292 ], [ -111.609118508175, 41.229273925200715 ], [ -111.60931899623473, 41.229020645741826 ], [ -111.60943588166528, 41.228758800619929 ], [ -111.60952614354508, 41.228199838474787 ], [ -111.60952522335413, 41.228100757400227 ], [ -111.60943986664037, 41.227903037297295 ], [ -111.60934308134088, 41.2277594244852 ], [ -111.60911413751042, 41.227517424798272 ], [ -111.60882537429413, 41.227257725311013 ], [ -111.60799605847761, 41.226604536618943 ], [ -111.60709342625243, 41.225762564251816 ], [ -111.606743194587, 41.225305011497348 ], [ -111.60663315667989, 41.225017341058425 ], [ -111.60658377031299, 41.224837444846692 ], [ -111.60658044073188, 41.224477149613953 ], [ -111.60662483211009, 41.224116602970234 ], [ -111.60675065264081, 41.223530431731149 ], [ -111.60700395296229, 41.222538236380053 ], [ -111.60750526996476, 41.221274497401815 ], [ -111.60779358860792, 41.220201044778015 ], [ -111.60821303703939, 41.219117890899412 ], [ -111.60851434947084, 41.218161469253211 ], [ -111.6087108814162, 41.217484843332493 ], [ -111.6088236565771, 41.216781636364715 ], [ -111.6090448744218, 41.216194957527669 ], [ -111.609373530021, 41.215616717560813 ], [ -111.60975056332333, 41.21511028312468 ], [ -111.60999679586008, 41.214649579535205 ], [ -111.61012441040386, 41.214261566594352 ], [ -111.61025093522078, 41.213756457404429 ], [ -111.61034041758663, 41.213116426825337 ], [ -111.61039712816708, 41.212800851958612 ], [ -111.61062832055785, 41.212006936579748 ], [ -111.61128312552843, 41.210589231847536 ], [ -111.61170581270171, 41.209866360109807 ], [ -111.61202450085099, 41.20950435318386 ], [ -111.61255796435444, 41.209150210955542 ], [ -111.61304497358351, 41.208931431186883 ], [ -111.61360287077008, 41.208640208923143 ], [ -111.61424408590875, 41.208330523886005 ], [ -111.61443399638695, 41.208230424496627 ], [ -111.61484942880317, 41.208012018960602 ], [ -111.61564653010748, 41.207791572134013 ], [ -111.61642070153582, 41.207670328809421 ], [ -111.61793333887657, 41.207437025993251 ], [ -111.61821899743305, 41.207372437919531 ], [ -111.6185166673897, 41.207316792468731 ], [ -111.61893250471532, 41.207143409243372 ], [ -111.61958620168177, 41.206896682266887 ], [ -111.62053883512665, 41.206729411739943 ], [ -111.6217524933999, 41.20641659884096 ], [ -111.62228681774268, 41.206161493122664 ], [ -111.6227604786766, 41.205798618853279 ], [ -111.62309032927202, 41.20536445805314 ], [ -111.62330159230842, 41.205003000962805 ], [ -111.623464889955, 41.204614779614907 ], [ -111.62400059474706, 41.203251693158144 ], [ -111.62420944950883, 41.202638027559722 ], [ -111.62425210439108, 41.202106333207198 ], [ -111.62415310043004, 41.201728540104213 ], [ -111.62404294167256, 41.201431877998914 ], [ -111.6240036555194, 41.201062768957435 ], [ -111.62414248860537, 41.200611623997922 ], [ -111.62442588526915, 41.200312828594733 ], [ -111.6249593785374, 41.1999766441334 ], [ -111.62554168423807, 41.199757294160563 ], [ -111.62624418766649, 41.199636374074508 ], [ -111.62705393387937, 41.199505857973492 ], [ -111.6288033055055, 41.199108981810312 ], [ -111.63038716716139, 41.19886611869137 ], [ -111.63169690269203, 41.198642753469841 ], [ -111.63312675213409, 41.198508791618956 ], [ -111.63465391366073, 41.198572448563581 ], [ -111.63563302635696, 41.198693158566059 ], [ -111.63646816320157, 41.198724577502041 ], [ -111.63847296726901, 41.198848597994576 ], [ -111.63983379703859, 41.198976163210638 ], [ -111.64037018484407, 41.198946158302206 ], [ -111.64091753111151, 41.198817003543731 ], [ -111.64165453998886, 41.198569687529798 ], [ -111.64244940896913, 41.198141886994435 ], [ -111.64311176622715, 41.197579703229671 ], [ -111.64380582779957, 41.196602977106487 ], [ -111.64425112266538, 41.195798787834228 ], [ -111.64479286621469, 41.195102151064368 ], [ -111.64574567939692, 41.193763649611043 ], [ -111.64605022894803, 41.193203454343163 ], [ -111.64634408928406, 41.192769428251587 ], [ -111.64681743180877, 41.192397448509482 ], [ -111.64768169645362, 41.191762041024717 ], [ -111.64945057645325, 41.190959387762028 ], [ -111.65029531607419, 41.190765455927512 ], [ -111.6509251504159, 41.190545709153561 ], [ -111.651601604742, 41.190217600828198 ], [ -111.65219619396092, 41.190052093679022 ], [ -111.65283919158301, 41.189958371962994 ], [ -111.65361299186098, 41.189827872938643 ], [ -111.65439494589324, 41.189318992153424 ], [ -111.65478385431179, 41.18885738066232 ], [ -111.65499489033651, 41.188495866081659 ], [ -111.65513429279683, 41.188125750738685 ], [ -111.65538010711531, 41.187664951056341 ], [ -111.65601624387064, 41.186886652849438 ], [ -111.65627594935866, 41.186623945120878 ], [ -111.65650006294908, 41.186379455421879 ], [ -111.65687917664458, 41.186134081330152 ], [ -111.65725909814151, 41.185969772182979 ], [ -111.65754417317476, 41.185860050536071 ], [ -111.65807882155164, 41.185667831588489 ], [ -111.6583052707074, 41.185657529573866 ], [ -111.65849613090425, 41.185665446338206 ], [ -111.65865176333401, 41.185727611462674 ], [ -111.65895164772948, 41.185906053394916 ], [ -111.65943164687974, 41.186209573523762 ], [ -111.65994787248289, 41.186557923377919 ], [ -111.66073797825094, 41.186868668475356 ], [ -111.66202969038058, 41.18725759660007 ], [ -111.66277112128014, 41.187469520965607 ], [ -111.6635944751923, 41.187527834858408 ], [ -111.6644890980339, 41.187558708094031 ], [ -111.66522826085087, 41.187545433121038 ], [ -111.66660000528555, 41.187591548788021 ], [ -111.6673614599385, 41.187424997430043 ], [ -111.6678125364483, 41.187224209745317 ], [ -111.66825095419625, 41.186951430837084 ], [ -111.66909109211996, 41.186316002559494 ], [ -111.6697295306827, 41.18578082771262 ], [ -111.67012088138507, 41.185571370396183 ], [ -111.67057322318462, 41.185496674620481 ], [ -111.6711218680142, 41.185511494578215 ], [ -111.67157503649156, 41.185517860834757 ], [ -111.67211129806989, 41.185487708963102 ], [ -111.67246816042329, 41.185404555044585 ], [ -111.67259839217809, 41.185313715911924 ], [ -111.67281060944285, 41.18507827187149 ], [ -111.67293936461766, 41.184843315131921 ], [ -111.67299704261686, 41.184653812929611 ], [ -111.67295804628436, 41.184338765490864 ], [ -111.67293198747311, 41.184122728961441 ], [ -111.67279834733263, 41.183880297329992 ], [ -111.67252172768112, 41.183647708392918 ], [ -111.67238956421454, 41.183549393522043 ], [ -111.67225684843588, 41.183397034514492 ], [ -111.67225463762139, 41.183180858588202 ], [ -111.67242063317836, 41.18308981087042 ], [ -111.67267100824687, 41.183088348797803 ], [ -111.67298219521275, 41.183203633137531 ], [ -111.67359246510938, 41.183416254339271 ], [ -111.67445302353032, 41.18361839898116 ], [ -111.67494250215989, 41.183678586569798 ], [ -111.67557375842681, 41.18361183038661 ], [ -111.67581147176855, 41.183538372820621 ], [ -111.67611960889793, 41.183356406955959 ], [ -111.67640287952477, 41.183075499769622 ], [ -111.67692218727778, 41.182559000244247 ], [ -111.67732012812668, 41.181836031182122 ], [ -111.67769737291493, 41.181419450023505 ], [ -111.67789856597787, 41.181274140071061 ], [ -111.67806492045405, 41.181219113576894 ], [ -111.67882896874637, 41.18131369934477 ], [ -111.67935531783115, 41.181481745331432 ], [ -111.68030072264035, 41.181818463872354 ], [ -111.68096968174103, 41.18194062064952 ], [ -111.68167356988694, 41.181981495994151 ], [ -111.68217374977371, 41.181924487257611 ], [ -111.68262502332774, 41.181750663949487 ], [ -111.68317026894719, 41.181441163472513 ], [ -111.68377446479639, 41.18106825535655 ], [ -111.68481864766927, 41.180584634294355 ], [ -111.68513960663817, 41.18049264672468 ], [ -111.68556880294193, 41.18049009271428 ], [ -111.68582010709396, 41.180578675228944 ], [ -111.6862271520436, 41.180738392300292 ], [ -111.68646822885958, 41.180989175955268 ], [ -111.6868513393279, 41.181140025589791 ], [ -111.68718610340754, 41.181228107345468 ], [ -111.68744867544254, 41.181253563983475 ], [ -111.68805689881756, 41.18126794769357 ], [ -111.68859443803055, 41.181363821623556 ], [ -111.68898862813565, 41.181433527082028 ], [ -111.68962107592856, 41.181483789072665 ], [ -111.6901447109729, 41.181390573818341 ], [ -111.69065613835323, 41.181270405791921 ], [ -111.6910372715169, 41.1812320881386 ], [ -111.69138330064233, 41.181257035025446 ], [ -111.6916102023071, 41.181291704163286 ], [ -111.69212428147168, 41.181423733945444 ], [ -111.69260250089073, 41.181546969213919 ], [ -111.69417097891763, 41.182168076777934 ], [ -111.69521079967755, 41.182405017104479 ], [ -111.695640484148, 41.182447461905198 ], [ -111.69608142395253, 41.182426782033488 ], [ -111.69650948664268, 41.182316099717809 ], [ -111.69757906347888, 41.181985343301122 ], [ -111.69809067272679, 41.181883156911958 ], [ -111.69838825274437, 41.181836313483061 ], [ -111.69861477701851, 41.181834939639835 ], [ -111.69899744086959, 41.181940712176193 ], [ -111.69915329357497, 41.182020836939017 ], [ -111.69944125117843, 41.182190237913275 ], [ -111.70040022481074, 41.182670834577799 ], [ -111.70122537381548, 41.182900017961181 ], [ -111.70215783150282, 41.18312854123657 ], [ -111.7030536607592, 41.183276209802131 ], [ -111.70372200016507, 41.183335183036277 ], [ -111.70417563745696, 41.183386457460472 ], [ -111.70452139275137, 41.183384342925095 ], [ -111.70475916865898, 41.183319833139748 ], [ -111.70512770588837, 41.183218490918065 ], [ -111.70554431885741, 41.183152884450571 ], [ -111.7058069051135, 41.183178299106416 ], [ -111.70615411061844, 41.183311288674105 ], [ -111.70657314358567, 41.183470860125603 ], [ -111.7075308300018, 41.183825295054326 ], [ -111.70785419697494, 41.183958425914128 ], [ -111.70817863271395, 41.184190635720554 ], [ -111.70846739950517, 41.184432071879115 ], [ -111.70949985546913, 41.185083289602389 ], [ -111.71044624213215, 41.185491816852384 ], [ -111.71180994666148, 41.185897757770384 ], [ -111.71219255727222, 41.185994478775683 ], [ -111.71253939979503, 41.186091419805194 ], [ -111.71307759897064, 41.186241222263405 ], [ -111.71378184385095, 41.186308922542786 ], [ -111.71419964177815, 41.186351371662077 ], [ -111.7152856247428, 41.186434710527074 ], [ -111.71589223225996, 41.186295823655932 ], [ -111.71630895155479, 41.186239185452806 ], [ -111.71665501557804, 41.186264056094821 ], [ -111.71691810945205, 41.186334481468634 ], [ -111.71713360971586, 41.186414210457045 ], [ -111.7173261489808, 41.1865751527166 ], [ -111.71739847434142, 41.186646765026239 ], [ -111.71752036082535, 41.186889217692183 ], [ -111.71762056536278, 41.187329978024962 ], [ -111.71769967864398, 41.188023089448173 ], [ -111.71789537246865, 41.18847226219075 ], [ -111.71817295911009, 41.188776798353672 ], [ -111.71850996934938, 41.18906294741366 ], [ -111.71907284181889, 41.189284630540186 ], [ -111.71959955255235, 41.189470505470219 ], [ -111.71989882805721, 41.189576729268431 ], [ -111.71998308324018, 41.189648265333155 ], [ -111.7201633204663, 41.189773248252848 ], [ -111.72033183209626, 41.189916319917529 ], [ -111.72042899935232, 41.190077853339595 ], [ -111.72056203724391, 41.190248170093227 ], [ -111.72078170395973, 41.190706195558796 ], [ -111.72091504048795, 41.190903533543946 ], [ -111.72120497082943, 41.191244016326593 ], [ -111.72153077520555, 41.191593281445748 ], [ -111.72305830942398, 41.192781743965952 ], [ -111.72367021566541, 41.193120198435182 ], [ -111.72425688955498, 41.193332698561846 ], [ -111.72456801514122, 41.193429827742804 ], [ -111.7249262429486, 41.193472612564541 ], [ -111.72522435225449, 41.193470735676243 ], [ -111.72543879205729, 41.193451369414717 ], [ -111.725939117914, 41.193403177518377 ], [ -111.72620175240172, 41.193428545224492 ], [ -111.72652550274543, 41.193588644365349 ], [ -111.72674223375604, 41.193776441492169 ], [ -111.72691106889343, 41.193946524853267 ], [ -111.72722648777878, 41.19443095671123 ], [ -111.7272880047246, 41.194601717125636 ], [ -111.72730152448705, 41.194745757122334 ], [ -111.72724349657058, 41.194890248948376 ], [ -111.72714999349216, 41.195061988245705 ], [ -111.7270573869435, 41.195314792320254 ], [ -111.72704815325928, 41.195558062159392 ], [ -111.72716055984094, 41.196016752019062 ], [ -111.72730874277136, 41.196475215791487 ], [ -111.7274806780698, 41.196924521460218 ], [ -111.72766124881929, 41.197076513811361 ], [ -111.72792489655538, 41.197191949460304 ], [ -111.72830729657778, 41.197261594396267 ], [ -111.72878459833626, 41.197285598374428 ], [ -111.72908172515966, 41.197193639368066 ], [ -111.72942665121946, 41.197110384682937 ], [ -111.72977167643799, 41.197036136168556 ], [ -111.72997470176767, 41.197061872941603 ], [ -111.73016610253859, 41.197114706554686 ], [ -111.73053758086675, 41.197274491640265 ], [ -111.73129226749872, 41.197575968045598 ], [ -111.73179412494058, 41.197662858420102 ], [ -111.73240351066258, 41.197767078462043 ], [ -111.73265494287506, 41.197855557443063 ], [ -111.73284735277051, 41.197998458458883 ], [ -111.73295719149594, 41.19822295516903 ], [ -111.73298335321893, 41.198429968723893 ], [ -111.73309460025972, 41.198780565916678 ], [ -111.7333118699042, 41.199013386150845 ], [ -111.73355238845528, 41.199192010910728 ], [ -111.73366072281743, 41.199281399069896 ], [ -111.73436855033081, 41.199655216264361 ], [ -111.73461958950845, 41.199707662108274 ], [ -111.73503778745592, 41.199777056257716 ], [ -111.73516957262157, 41.199830261997207 ], [ -111.73549377959054, 41.200026364029824 ], [ -111.73575906679558, 41.200285896366118 ], [ -111.73603577714195, 41.200500315943053 ], [ -111.73609631356759, 41.200580999439161 ], [ -111.73703409196466, 41.201250588234657 ], [ -111.73729777271542, 41.201366002063502 ], [ -111.73774064473687, 41.20150729095797 ], [ -111.73824183183893, 41.201531102632558 ], [ -111.73865933608913, 41.20153743326685 ], [ -111.73924481520503, 41.201632762457514 ], [ -111.73963856992852, 41.201648249813609 ], [ -111.74008043399897, 41.201699457944528 ], [ -111.74036766895608, 41.201787689881463 ], [ -111.74077487423915, 41.201938204194654 ], [ -111.74123069966383, 41.202169474513333 ], [ -111.74183167404377, 41.202579964492372 ], [ -111.74222797928128, 41.202820622040377 ], [ -111.74238362835679, 41.202873665661578 ], [ -111.74247924023402, 41.202891064893095 ], [ -111.74259860241145, 41.202899303076208 ], [ -111.74286036403484, 41.202843567913014 ], [ -111.74302681896924, 41.202797454946051 ], [ -111.74339632160189, 41.202777054631667 ], [ -111.74371913974757, 41.202847032828053 ], [ -111.74386286402699, 41.202900151458479 ], [ -111.74482123604234, 41.203272285329405 ], [ -111.74520511922738, 41.203467973825653 ], [ -111.74551857220459, 41.203763202993315 ], [ -111.74577260134525, 41.204076831765803 ], [ -111.7459797460923, 41.204462826202843 ], [ -111.7462012755317, 41.205064914590771 ], [ -111.74630559070394, 41.205847918449265 ], [ -111.74635534398531, 41.206027752273158 ], [ -111.74644374365238, 41.206459554334998 ], [ -111.7465820016433, 41.207080197116461 ], [ -111.74669374602415, 41.207466808497607 ], [ -111.74661599208214, 41.207971750038432 ], [ -111.74648413028207, 41.208963463941323 ], [ -111.7462102628372, 41.210055183697051 ], [ -111.7459014224381, 41.211219191597493 ], [ -111.74593018853822, 41.211651379914599 ], [ -111.74597262222217, 41.212236612322947 ], [ -111.74597507796423, 41.212452783705089 ], [ -111.74607162576196, 41.212551244063718 ], [ -111.74620426430837, 41.212676493885475 ], [ -111.74649278424226, 41.212872795572622 ], [ -111.7467687634222, 41.213015131038595 ], [ -111.74690078952148, 41.21308633720119 ], [ -111.74747835152867, 41.213523971927167 ], [ -111.74781777093861, 41.213999181673294 ], [ -111.74799884624132, 41.214187169424648 ], [ -111.74819092698482, 41.214294015176812 ], [ -111.74834671074534, 41.214356057493781 ], [ -111.74857478227936, 41.214480684301449 ], [ -111.74876614581629, 41.214524479150214 ], [ -111.74914805151448, 41.214540010839009 ], [ -111.74944563797827, 41.214484027665002 ], [ -111.75020708237017, 41.214307921302336 ], [ -111.75049242991673, 41.214224991759551 ], [ -111.75062291793519, 41.214161086656723 ], [ -111.75076399493059, 41.213980010971767 ], [ -111.7510857425427, 41.21395088943585 ], [ -111.75133540645157, 41.21387719834356 ], [ -111.75151350183863, 41.213803973800687 ], [ -111.75170331857744, 41.21371265686782 ], [ -111.75178660815492, 41.213694097538543 ], [ -111.75190568158905, 41.213675304501336 ], [ -111.75198928051722, 41.213683766405822 ], [ -111.75213303518066, 41.21373687435505 ], [ -111.75226548123166, 41.213844102798774 ], [ -111.75243412462426, 41.213987125771375 ], [ -111.75272401108505, 41.214300504208623 ], [ -111.7528454605971, 41.21448887403885 ], [ -111.75301534647915, 41.214739981593972 ], [ -111.75312414627345, 41.214865379246618 ], [ -111.75323232651918, 41.214936734059108 ], [ -111.75335202182913, 41.214971982245011 ], [ -111.75355449110168, 41.21494363408523 ], [ -111.75411366789075, 41.214813864347228 ], [ -111.75447109894816, 41.214775491863683 ], [ -111.75463809319662, 41.214774397615415 ], [ -111.75476878526838, 41.21472850208405 ], [ -111.75487499955838, 41.214628720081862 ], [ -111.75495725373408, 41.21452008727011 ], [ -111.755039196919, 41.214384433042937 ], [ -111.75519229377315, 41.214212280948416 ], [ -111.75533429070482, 41.214112263843965 ], [ -111.75548821522307, 41.214012168310866 ], [ -111.75600910725512, 41.21366645336758 ], [ -111.7563752424652, 41.213348776062084 ], [ -111.75656484345835, 41.21323943694189 ], [ -111.7566591247615, 41.213139731678154 ], [ -111.7568000790373, 41.212949641610152 ], [ -111.75696457658385, 41.212732373205846 ], [ -111.75707005740459, 41.212569539377185 ], [ -111.75724409186309, 41.212145028444894 ], [ -111.75738182189002, 41.211675716997853 ], [ -111.75742402607189, 41.211198025903734 ], [ -111.75746861924182, 41.210927498509697 ], [ -111.75751487445322, 41.210801085002551 ], [ -111.75763269393448, 41.210674200659462 ], [ -111.75781035776033, 41.210564937994704 ], [ -111.75796479002263, 41.210509874789743 ], [ -111.75808385583181, 41.210491075418425 ], [ -111.75833433064983, 41.210489426236485 ], [ -111.75852527262977, 41.210497176469154 ], [ -111.75876298751466, 41.210423547978124 ], [ -111.75885788596896, 41.210377883634123 ], [ -111.75895257609992, 41.210314204978211 ], [ -111.75921258252326, 41.210105311588713 ], [ -111.75937831487941, 41.20999612516502 ], [ -111.75954467173352, 41.209940981205378 ], [ -111.75971134089878, 41.209912858356248 ], [ -111.75996139648851, 41.20987517719022 ], [ -111.76048504835393, 41.209772634359346 ], [ -111.7608298946615, 41.209680278452147 ], [ -111.76094822753925, 41.209598426336612 ], [ -111.7611134337623, 41.209444201871001 ], [ -111.76123113943578, 41.209308306783313 ], [ -111.76136098059165, 41.209190346948141 ], [ -111.76153811192331, 41.209036043022373 ], [ -111.76158488025503, 41.208954663488129 ], [ -111.76159597171694, 41.208882527696467 ], [ -111.76146122318511, 41.208577153417252 ], [ -111.76142460671429, 41.208505333091686 ], [ -111.76143580271304, 41.208442204423996 ], [ -111.76151887389042, 41.208405623890009 ], [ -111.76172121474906, 41.208368254429232 ], [ -111.7621153275806, 41.208410685858759 ], [ -111.76252230909489, 41.208534100973182 ], [ -111.76285678834014, 41.208576924716276 ], [ -111.76313121426428, 41.208584114251281 ], [ -111.76332131364178, 41.208519799688517 ], [ -111.76349917151909, 41.208428542560284 ], [ -111.76386639368684, 41.208209919932962 ], [ -111.76422137207314, 41.207964353969778 ], [ -111.76435193897369, 41.207909440573609 ], [ -111.76451797173439, 41.207827268162532 ], [ -111.76463661125017, 41.207772433627824 ], [ -111.76485202900429, 41.207834057699017 ], [ -111.76491218787889, 41.207878697145077 ], [ -111.7649136565349, 41.208004796663928 ], [ -111.76489085174316, 41.208095026191081 ], [ -111.76464667855586, 41.208637116057922 ], [ -111.76436661521282, 41.209170435793659 ], [ -111.76401498409666, 41.209704229656232 ], [ -111.76375551844643, 41.209958169296527 ], [ -111.76367297029648, 41.210039786979678 ], [ -111.76364963943837, 41.210084980711628 ], [ -111.76361448599063, 41.210139260638897 ], [ -111.76360339655771, 41.210211396591937 ], [ -111.76361647594574, 41.210310395683926 ], [ -111.76366575637135, 41.210445185914438 ], [ -111.76395641359559, 41.21082158568133 ], [ -111.76417435630751, 41.21109938143745 ], [ -111.76434301823426, 41.211242386872861 ], [ -111.76449901936012, 41.211322421509315 ], [ -111.76478664318051, 41.211437613051906 ], [ -111.76507521245912, 41.211633867786745 ], [ -111.76563969342347, 41.211963404622978 ], [ -111.76588045188477, 41.212150967388482 ], [ -111.76598885142833, 41.212240324367556 ], [ -111.76619372370101, 41.212419117370828 ], [ -111.76627784824969, 41.212472604394584 ], [ -111.7664218217874, 41.212543708635664 ], [ -111.76658954595399, 41.212605646790408 ], [ -111.76678112592208, 41.212667425852516 ], [ -111.76740421065223, 41.212906485732574 ], [ -111.76805105018201, 41.213136375988384 ], [ -111.76841099298971, 41.213314130610087 ], [ -111.76873504862314, 41.213483115880166 ], [ -111.76896357710388, 41.213643730377726 ], [ -111.76909657765124, 41.213795974679144 ], [ -111.76925385684426, 41.213984087815973 ], [ -111.76938622551882, 41.214082289225011 ], [ -111.76963840257397, 41.214224728762346 ], [ -111.76990208631543, 41.214331059633665 ], [ -111.77028568545127, 41.214490634580983 ], [ -111.77059771787805, 41.214650687184658 ], [ -111.77082604348534, 41.214793283707181 ], [ -111.77092326624951, 41.21494576534343 ], [ -111.77097267101308, 41.215089559261763 ], [ -111.77102175869106, 41.215206331900937 ], [ -111.77113302644975, 41.21553887514537 ], [ -111.77127965707355, 41.215835150244196 ], [ -111.77148646001849, 41.216176060971264 ], [ -111.77176451808189, 41.21648947039278 ], [ -111.77189880167484, 41.216749796236627 ], [ -111.77210328044561, 41.216892550004445 ], [ -111.77235610994387, 41.217089025846555 ], [ -111.77258497783195, 41.217276654102704 ], [ -111.77299404857376, 41.217571165822179 ], [ -111.77330610224679, 41.217731210814925 ], [ -111.7734743766556, 41.217838174087689 ], [ -111.77351122385028, 41.217928004453775 ], [ -111.7735842817611, 41.218053622698314 ], [ -111.77366852568049, 41.218116111228433 ], [ -111.77382466060554, 41.218205139966216 ], [ -111.77398015883648, 41.21824012604857 ], [ -111.77417101860725, 41.218238843039913 ], [ -111.77439692086811, 41.218174269550154 ], [ -111.77463453883895, 41.218091601231329 ], [ -111.7752511089727, 41.217772179302024 ], [ -111.77583295168849, 41.217543065921774 ], [ -111.77639072016191, 41.217296096344533 ], [ -111.77669862499016, 41.217104856393114 ], [ -111.77693506368682, 41.216923105611755 ], [ -111.77710078321292, 41.216813893916907 ], [ -111.77726714197351, 41.216758724397366 ], [ -111.77739814170616, 41.216739824507087 ], [ -111.77760081873731, 41.216729448253766 ], [ -111.77775599529927, 41.216737408056389 ], [ -111.77804195793009, 41.216708452894686 ], [ -111.77810149341551, 41.216699042830179 ], [ -111.7784694596409, 41.216543423431752 ], [ -111.77862442221668, 41.216533367935192 ], [ -111.77882827367473, 41.216622067249915 ], [ -111.77887641479407, 41.216657772789752 ], [ -111.77892476968263, 41.216711492438769 ], [ -111.77900965810514, 41.216828019434402 ], [ -111.77906239524344, 41.217251028653486 ], [ -111.77916092347992, 41.217511587829264 ], [ -111.77937852502248, 41.217753325472898 ], [ -111.7797401280811, 41.218066149967427 ], [ -111.78010141351298, 41.218351952099361 ], [ -111.78040209452722, 41.21855709376203 ], [ -111.78065366982827, 41.218645466351191 ], [ -111.78097617575131, 41.218679310638677 ], [ -111.78120271568902, 41.218668766191271 ], [ -111.78150007775854, 41.218594686178712 ], [ -111.78182043857637, 41.218448386976121 ], [ -111.78203311756526, 41.218275794885884 ], [ -111.78218647393102, 41.218130628730208 ], [ -111.78238690025543, 41.217931095854439 ], [ -111.78254132862565, 41.217875999787687 ], [ -111.78268382809895, 41.217820984595285 ], [ -111.78298118461235, 41.217746900795944 ], [ -111.78338686517029, 41.217753149404324 ], [ -111.78411537155104, 41.217820253264556 ], [ -111.78447301521219, 41.217799801785532 ], [ -111.78467504829256, 41.217735370756138 ], [ -111.78485322376828, 41.217671101984621 ], [ -111.78504375828663, 41.217642779818867 ], [ -111.78536561487313, 41.217622569542023 ], [ -111.78585511833543, 41.21765526108021 ], [ -111.78602287352643, 41.217717170594334 ], [ -111.78623888283052, 41.217823789319425 ], [ -111.78645510862484, 41.217948421724735 ], [ -111.78667111938496, 41.218055039621625 ], [ -111.78689851973937, 41.218116540361549 ], [ -111.78713687728673, 41.218096895701947 ], [ -111.78751794653117, 41.218040243498535 ], [ -111.78793447675061, 41.217956324044373 ], [ -111.78810104528532, 41.217919153025818 ], [ -111.78831608520792, 41.217944704427708 ], [ -111.78842420014483, 41.218007018711305 ], [ -111.78853242346793, 41.218078339933044 ], [ -111.78861668147643, 41.218140817399004 ], [ -111.78870104785052, 41.218212301842762 ], [ -111.78895382335446, 41.218399733665898 ], [ -111.78934985366293, 41.21859519079424 ], [ -111.78972018683361, 41.218637690499094 ], [ -111.78987504401876, 41.218618612797862 ], [ -111.79000561005654, 41.218563670416579 ], [ -111.79019527751106, 41.218463283423212 ], [ -111.79033722953605, 41.218363223621623 ], [ -111.79082283478814, 41.21807164061984 ], [ -111.79120227230062, 41.217879870699491 ], [ -111.79158192478249, 41.217706113614582 ], [ -111.79213843877253, 41.217359990886941 ], [ -111.79254074671846, 41.217086989169367 ], [ -111.79269429439007, 41.21695982329296 ], [ -111.79281183865986, 41.21681488953007 ], [ -111.792905308068, 41.216652105853022 ], [ -111.79298695744075, 41.216498411279375 ], [ -111.79303271263164, 41.216335956063681 ], [ -111.7930433354431, 41.216227789492699 ], [ -111.79306588651872, 41.216119540767941 ], [ -111.79308865512033, 41.216029306108318 ], [ -111.79320652332314, 41.215911393048614 ], [ -111.79331344232746, 41.215874625364364 ], [ -111.79343283368181, 41.215882810567869 ], [ -111.79368408912892, 41.215944133559496 ], [ -111.79394781789402, 41.21605040892365 ], [ -111.79415179706143, 41.216148087977992 ], [ -111.79478704971774, 41.216395923115861 ], [ -111.79528902193974, 41.216473527417371 ], [ -111.79549158569401, 41.216454112676111 ], [ -111.79566963770448, 41.216380820250741 ], [ -111.79582339596926, 41.216271664314334 ], [ -111.79597649854975, 41.216108466001394 ], [ -111.79622448027408, 41.215899572553596 ], [ -111.796414567442, 41.215835203539946 ], [ -111.79661636389245, 41.215752737640543 ], [ -111.79683063458995, 41.215715223989562 ], [ -111.79696184491887, 41.215714315963631 ], [ -111.7971651712907, 41.215757947491767 ], [ -111.79741686718215, 41.215855290418475 ], [ -111.79771704285852, 41.216015351441683 ], [ -111.79796950682329, 41.216175742313496 ], [ -111.79821070071452, 41.216390257443955 ], [ -111.79847597200286, 41.216622620669163 ], [ -111.79863388944881, 41.216855727873863 ], [ -111.79873041251918, 41.216945136214342 ], [ -111.79879071217579, 41.216998764628769 ], [ -111.7989345110732, 41.217051813712651 ], [ -111.79914977131301, 41.217095358914996 ], [ -111.79935299370669, 41.217129979497244 ], [ -111.79961541985158, 41.217128157497129 ], [ -111.79975834193903, 41.217109149388598 ], [ -111.8001747401441, 41.217016178819627 ], [ -111.800447666663, 41.216897180801439 ], [ -111.80072081188304, 41.216796196177945 ], [ -111.80121861692983, 41.216531507885371 ], [ -111.8015273244914, 41.21641225833816 ], [ -111.80184905924089, 41.216382995067505 ], [ -111.80205195068126, 41.216390589851557 ], [ -111.80226677048312, 41.21639810117307 ], [ -111.80255338044988, 41.216423127334394 ], [ -111.80277968820639, 41.216394526506754 ], [ -111.80292194682715, 41.216321472410982 ], [ -111.80303990788943, 41.216212556460924 ], [ -111.80322800567676, 41.215986050016006 ], [ -111.80335767344114, 41.215859036513173 ], [ -111.8035473123802, 41.215758627736726 ], [ -111.80364240724461, 41.215730940764622 ], [ -111.80379725324211, 41.215711844429521 ], [ -111.80395243000973, 41.215719768923236 ], [ -111.80414361201869, 41.215745457340802 ], [ -111.8049439052902, 41.215829943663252 ], [ -111.80548144813891, 41.215889239300715 ], [ -111.80581565932179, 41.215904916585856 ], [ -111.80599447205094, 41.215894657359627 ], [ -111.80612557185756, 41.215884731882355 ], [ -111.80627886893703, 41.215739534116672 ], [ -111.80631332616295, 41.215631199469193 ], [ -111.80632392697922, 41.215523031860926 ], [ -111.80628670463737, 41.215406191332455 ], [ -111.80628581978404, 41.215334135272805 ], [ -111.80626041511381, 41.215208204202519 ], [ -111.80632921837511, 41.214982527884047 ], [ -111.80641138726563, 41.214873859093636 ], [ -111.8064702530116, 41.214810392363034 ], [ -111.80662255100148, 41.214584131070623 ], [ -111.80682156361156, 41.214276472221201 ], [ -111.80724377110059, 41.213688007286898 ], [ -111.80758280947106, 41.213127147421403 ], [ -111.80793532122732, 41.212692300984678 ], [ -111.8081350979993, 41.212447688930979 ], [ -111.80824144849565, 41.212365872452288 ], [ -111.80841958583113, 41.212301567499793 ], [ -111.80870584720972, 41.21229955748597 ], [ -111.80886101639221, 41.212307475437946 ], [ -111.80921906509813, 41.212322975449077 ], [ -111.80949295481675, 41.212285019274141 ], [ -111.80971891190083, 41.212229383931842 ], [ -111.80993305215966, 41.212182839046392 ], [ -111.81005188303452, 41.212145972045043 ], [ -111.8103129548163, 41.212036041802058 ], [ -111.81043167404508, 41.211990167408601 ], [ -111.81068181785152, 41.211961383310886 ], [ -111.81081346509144, 41.21199648758256 ], [ -111.81090966364862, 41.212058864694491 ], [ -111.81107776124702, 41.212147758687166 ], [ -111.81120974287536, 41.212209883504102 ], [ -111.81138910104434, 41.212244651000532 ], [ -111.81162787446755, 41.212260983890026 ], [ -111.81179474868944, 41.212250799817198 ], [ -111.81202070363288, 41.212195159976794 ], [ -111.81216316556451, 41.212140108588791 ], [ -111.8122812151601, 41.212040190302979 ], [ -111.81235155447382, 41.211940608477214 ], [ -111.81243315242276, 41.211786900462464 ], [ -111.81245488999478, 41.211615599168645 ], [ -111.81247751898559, 41.211516353864972 ], [ -111.81252099363536, 41.211173751240267 ], [ -111.81254128198428, 41.210885358909529 ], [ -111.81254997728077, 41.21062407172677 ], [ -111.81254830557738, 41.210488966710713 ], [ -111.81255911831505, 41.210398812537498 ], [ -111.81260560112266, 41.210299398868337 ], [ -111.81267604958221, 41.210208823837625 ], [ -111.81275853647134, 41.210127171584574 ], [ -111.8128406887015, 41.210018498269449 ], [ -111.81291035608207, 41.209864874087216 ], [ -111.81293242634106, 41.209720593668543 ], [ -111.8129551655009, 41.209630355252891 ], [ -111.81300877948691, 41.209143556131039 ], [ -111.81311378033328, 41.208953651183052 ], [ -111.81323093054785, 41.20878167591588 ], [ -111.81333682256525, 41.208663826783457 ], [ -111.8135137175142, 41.208500437023467 ], [ -111.8137978413759, 41.208327281467689 ], [ -111.81404629501363, 41.208163385161399 ], [ -111.81443563461065, 41.207818336171819 ], [ -111.8147884079447, 41.20741049004436 ], [ -111.81502302888282, 41.207093557027598 ], [ -111.81549461255101, 41.206648836586858 ], [ -111.81586097779164, 41.206376007761371 ], [ -111.81620326330814, 41.206085332851529 ], [ -111.81640433283727, 41.205948790643397 ], [ -111.81658154881842, 41.205812417231719 ], [ -111.81687578694591, 41.205495057621768 ], [ -111.81709880095998, 41.205205226025548 ], [ -111.81721638240793, 41.205069274748908 ], [ -111.81735770367469, 41.20492414705852 ], [ -111.81745188014129, 41.204824392836748 ], [ -111.81752254033086, 41.204751828870251 ], [ -111.81761727689587, 41.204697109510036 ], [ -111.81774779172126, 41.204642136011138 ], [ -111.81791453335072, 41.20462293624626 ], [ -111.81812942815972, 41.204639425328196 ], [ -111.81858262136268, 41.204636204749796 ], [ -111.81908363134744, 41.204641650084227 ], [ -111.81953648731229, 41.204611404766652 ], [ -111.8201795984243, 41.204534763809292 ], [ -111.82067970734914, 41.204468146263096 ], [ -111.8209300428485, 41.204457354158357 ], [ -111.82103749030161, 41.204465595935062 ], [ -111.82131269153201, 41.204535695858027 ], [ -111.82145636806646, 41.204579710024589 ], [ -111.82162400970829, 41.20463256082131 ], [ -111.82230909865281, 41.205051037099224 ], [ -111.82265698904224, 41.20521069264182 ], [ -111.82290879397989, 41.205316987035687 ], [ -111.82306406091816, 41.205333892981805 ], [ -111.82321944082265, 41.205359805703004 ], [ -111.82345796588184, 41.205358100317646 ], [ -111.82400646044263, 41.205345169073247 ], [ -111.82471044829438, 41.20536715290406 ], [ -111.82529404228043, 41.205299917402037 ], [ -111.82561525811863, 41.205234560357503 ], [ -111.82594738014856, 41.205088054069002 ], [ -111.8261953377307, 41.204888103939226 ], [ -111.82634947125671, 41.204814935667578 ], [ -111.8266360387934, 41.204839902323563 ], [ -111.82686331593547, 41.20489231737983 ], [ -111.82711467261078, 41.204962574620993 ], [ -111.82773574142227, 41.205030174455089 ], [ -111.82805797536848, 41.205045873404842 ], [ -111.82831989700738, 41.205007958545288 ], [ -111.82862906848088, 41.204933671942051 ], [ -111.82891404594625, 41.204832535289192 ], [ -111.8291150848917, 41.204695971141561 ], [ -111.82932736674613, 41.204505278924181 ], [ -111.82956315819385, 41.204287393581609 ], [ -111.82970422272696, 41.20412423704682 ], [ -111.82985709874839, 41.20395198742758 ], [ -111.83016421441891, 41.203715571252864 ], [ -111.83048416479632, 41.203551124037794 ], [ -111.83068599389422, 41.203477605985377 ], [ -111.83088770860249, 41.203395080611699 ], [ -111.83107806673723, 41.203357675808746 ], [ -111.83131590010228, 41.203301912395062 ], [ -111.83155430317686, 41.203291183341157 ], [ -111.83191253503105, 41.20332462716393 ], [ -111.83238991171781, 41.203348200930904 ], [ -111.83259230884038, 41.203319714397402 ], [ -111.83283025493014, 41.203272954835953 ], [ -111.8329844913772, 41.203208784735082 ], [ -111.83309113846902, 41.203153966507571 ], [ -111.83382608035234, 41.202797343428955 ], [ -111.83408673143695, 41.202660338940369 ], [ -111.8342291538697, 41.202605260532479 ], [ -111.83437191928441, 41.202577202842789 ], [ -111.83461009024555, 41.20254845356294 ], [ -111.83493174090815, 41.202519098567805 ], [ -111.83513390528151, 41.202472593672148 ], [ -111.8353119889226, 41.202408247510263 ], [ -111.83548972853117, 41.202316880189571 ], [ -111.83583350984054, 41.202152245216233 ], [ -111.83597581505229, 41.202088157706228 ], [ -111.83608211387758, 41.202006315855378 ], [ -111.83619930612856, 41.201843324663486 ], [ -111.83629253204336, 41.201671499603471 ], [ -111.83631477774749, 41.201545228934897 ], [ -111.83637967953597, 41.201022305501532 ], [ -111.83641167134834, 41.200724815907677 ], [ -111.83640846033059, 41.200472620954891 ], [ -111.83645478541929, 41.200364190934152 ], [ -111.83657243267714, 41.200237227204795 ], [ -111.83669099720899, 41.200182319058101 ], [ -111.83685772154583, 41.200163092008644 ], [ -111.83717844117611, 41.200061675151019 ], [ -111.83791573864332, 41.199894172504727 ], [ -111.8387002730564, 41.199690289941877 ], [ -111.83925857008533, 41.199515074417278 ], [ -111.83959120787461, 41.199413563985665 ], [ -111.83975769907843, 41.199376318847776 ], [ -111.84017404143592, 41.199292211912734 ], [ -111.84067420406589, 41.199234514999254 ], [ -111.84115028498174, 41.199158976222193 ], [ -111.84150757567345, 41.199120334760302 ], [ -111.84196061268507, 41.199108015594675 ], [ -111.84225862373707, 41.199096828583819 ], [ -111.84242603654667, 41.199131635218038 ], [ -111.8425576743185, 41.19916670335914 ], [ -111.84268988990135, 41.199246806099488 ], [ -111.84281018070689, 41.199326995959744 ], [ -111.8430030626882, 41.199487724483554 ], [ -111.84312277634027, 41.199522879261686 ], [ -111.84326587793812, 41.199521831476844 ], [ -111.84338489800182, 41.199502944290607 ], [ -111.84362282225449, 41.199456162603141 ], [ -111.8437288758745, 41.199356299893026 ], [ -111.8438467385626, 41.199247342757189 ], [ -111.8439055540593, 41.199183857197177 ], [ -111.8441064285787, 41.199038260260494 ], [ -111.84423644658548, 41.198947229216344 ], [ -111.84468843944578, 41.198853836815601 ], [ -111.84530749672399, 41.198768224257144 ], [ -111.84565274171125, 41.198720650562976 ], [ -111.84617628068028, 41.198626726920331 ], [ -111.84654525809542, 41.198569968372126 ], [ -111.84702144317311, 41.198503412366399 ], [ -111.84729467123185, 41.198420332244929 ], [ -111.84754358399577, 41.198301399249004 ], [ -111.84768610169141, 41.198255311295867 ], [ -111.84787666743101, 41.198235892805414 ], [ -111.84815093977761, 41.1982338731247 ], [ -111.84838932113577, 41.198223109411167 ], [ -111.84865108677415, 41.198176141698902 ], [ -111.84885299496473, 41.198111599029666 ], [ -111.84904309430705, 41.198056150865881 ], [ -111.84916187712652, 41.198019243871201 ], [ -111.84941171654033, 41.197972362371416 ], [ -111.84982908565138, 41.197969283138008 ], [ -111.85028281203635, 41.198010972930582 ], [ -111.85062851566866, 41.19799941212186 ], [ -111.85089016207766, 41.197943432408643 ], [ -111.85123528171329, 41.197886835118851 ], [ -111.85162821669196, 41.19783889099849 ], [ -111.85192551915036, 41.197773637451895 ], [ -111.85209199891847, 41.197736374578255 ], [ -111.85225859533411, 41.197708118395873 ], [ -111.85255648095291, 41.197687897880655 ], [ -111.85287844975861, 41.197685513827118 ], [ -111.85311741297656, 41.197719774994638 ], [ -111.85336783324703, 41.197717919587717 ], [ -111.85366571851999, 41.197697696206006 ], [ -111.85401095141563, 41.197650097557485 ], [ -111.85438015042482, 41.197611327865872 ], [ -111.85498725777087, 41.197525751957428 ], [ -111.85521335873564, 41.197488041912429 ], [ -111.85533237147948, 41.197469142440141 ], [ -111.85565504280902, 41.19752079217281 ], [ -111.85589459346615, 41.197600082181197 ], [ -111.85600238558062, 41.197635312174121 ], [ -111.85643285070505, 41.197722189600611 ], [ -111.8566597735699, 41.197747525159933 ], [ -111.85687406699067, 41.19771890748315 ], [ -111.85714774898506, 41.197671831801799 ], [ -111.8574821123031, 41.197705373795017 ], [ -111.85779286161574, 41.197757106298567 ], [ -111.85800703690978, 41.19771947960097 ], [ -111.85820822829957, 41.197600879126632 ], [ -111.85838415738328, 41.197374373081118 ], [ -111.8585592613523, 41.197084818354718 ], [ -111.85872008476645, 41.196615213947588 ], [ -111.85879955378161, 41.19630835631726 ], [ -111.85886945242325, 41.196181725902299 ], [ -111.8591616753839, 41.195729156359022 ], [ -111.85940501901379, 41.195186872860489 ], [ -111.85946251978642, 41.195024303399073 ], [ -111.85957775615931, 41.194717178220408 ], [ -111.85974151306026, 41.194472745276734 ], [ -111.85989428761414, 41.194300456479773 ], [ -111.86010562077185, 41.19404665995485 ], [ -111.86023501695148, 41.193910576493664 ], [ -111.86038873242447, 41.193810342389689 ], [ -111.86056605955176, 41.193691916043832 ], [ -111.86139471905932, 41.193226323057338 ], [ -111.86217661682315, 41.192833136588511 ], [ -111.86293513073282, 41.192476151225812 ], [ -111.86368242291978, 41.192173291822961 ], [ -111.86416892705127, 41.191989486186017 ], [ -111.86471398005797, 41.191724168687173 ], [ -111.86512988485872, 41.191612951472848 ], [ -111.86551013603521, 41.191511008518148 ], [ -111.86567576138052, 41.191410677837496 ], [ -111.86580561550099, 41.191310615853858 ], [ -111.86603002675113, 41.19114678808684 ], [ -111.86634840005287, 41.190874159452974 ], [ -111.86671458327385, 41.190610177929415 ], [ -111.86695198269469, 41.190527320821126 ], [ -111.86724935515944, 41.190471035012187 ], [ -111.86741616408661, 41.190460770923629 ], [ -111.86764187650034, 41.190396016023023 ], [ -111.86802057002059, 41.190176975098169 ], [ -111.86837624749005, 41.190021161088964 ], [ -111.86905230395072, 41.189745827356539 ], [ -111.86959827184853, 41.189552542237699 ], [ -111.8701441172426, 41.189350247654708 ], [ -111.87054855162347, 41.18927512875419 ], [ -111.8707986998739, 41.189255221962213 ], [ -111.87103692478388, 41.189235404808947 ], [ -111.87114375582431, 41.189198565543002 ], [ -111.87129744350652, 41.189098317070162 ], [ -111.87135598447863, 41.18901680393305 ], [ -111.87140212447265, 41.188899353389395 ], [ -111.87144695054246, 41.188682826938106 ], [ -111.87154030459533, 41.188528987845004 ], [ -111.87163461387348, 41.188447203868499 ], [ -111.87174108488017, 41.188383343362808 ], [ -111.87188320522067, 41.188310205068944 ], [ -111.87247672502215, 41.188107538485966 ], [ -111.87272627015021, 41.188042593066896 ], [ -111.87289223453092, 41.187969272833897 ], [ -111.87294993508289, 41.187824710622841 ], [ -111.87294802092943, 41.187680600272742 ], [ -111.87292273957965, 41.18757269825479 ], [ -111.8727724885717, 41.187033368753376 ], [ -111.87276854155769, 41.186736141097199 ], [ -111.87283529330874, 41.186375322984901 ], [ -111.87282061960155, 41.186168254656664 ], [ -111.87277161349245, 41.186069540185066 ], [ -111.87262686812601, 41.1859445277383 ], [ -111.87238626466942, 41.185784210045142 ], [ -111.87188061889391, 41.185418719111091 ], [ -111.87161462153057, 41.185141490522305 ], [ -111.87150385627905, 41.184881102330479 ], [ -111.87147535411559, 41.184530013466784 ], [ -111.87149549669688, 41.184250618955453 ], [ -111.87150001488988, 41.183692100546807 ], [ -111.87146150186229, 41.183485212335007 ], [ -111.87135157589734, 41.183287872242317 ], [ -111.87124272503263, 41.183171594205476 ], [ -111.87113399392101, 41.183064322968214 ], [ -111.87084428468188, 41.182796279626153 ], [ -111.87048244965067, 41.182483741651033 ], [ -111.86985607167189, 41.182002052436211 ], [ -111.86963873737689, 41.181796514022892 ], [ -111.86943380275167, 41.181626912838645 ], [ -111.86909665794026, 41.181377238724451 ], [ -111.86895192997125, 41.181252221386188 ], [ -111.86882997460482, 41.181045961731016 ], [ -111.86880386947495, 41.180875010170773 ], [ -111.86881448171499, 41.180775844142019 ], [ -111.86887289950847, 41.180685325275427 ], [ -111.86898985367947, 41.180513294371622 ], [ -111.86923758725368, 41.180313252914701 ], [ -111.86946231013548, 41.180176439356984 ], [ -111.86958021499586, 41.18007646320018 ], [ -111.8696387502718, 41.179994950867844 ], [ -111.86971981763961, 41.179814182367124 ], [ -111.86978896312721, 41.179633503842496 ], [ -111.86983486129, 41.179498039939851 ], [ -111.86994000866932, 41.179335105036543 ], [ -111.87003287657824, 41.179145239344585 ], [ -111.870136473155, 41.178865214333904 ], [ -111.87025318238715, 41.178675168322656 ], [ -111.87040601238945, 41.178511872665048 ], [ -111.87058328040418, 41.178393431169177 ], [ -111.87089120364344, 41.178237970212102 ], [ -111.87105535553191, 41.17802954897661 ], [ -111.87107740776888, 41.17789426489928 ], [ -111.87107537905202, 41.177741147310982 ], [ -111.87109420904751, 41.177362676453704 ], [ -111.87112436312492, 41.17693908081322 ], [ -111.87116775051136, 41.176614471073435 ], [ -111.87116512496195, 41.17641631886012 ], [ -111.87115117531962, 41.17626329140532 ], [ -111.87114998192227, 41.176173222212398 ], [ -111.87124212590463, 41.17592931400344 ], [ -111.87134821913983, 41.175838433162141 ], [ -111.87149031304715, 41.175765295459883 ], [ -111.87182086902141, 41.175519582492129 ], [ -111.87216346264297, 41.175282785236966 ], [ -111.87238708678298, 41.175064903819958 ], [ -111.87250378291445, 41.174874855535187 ], [ -111.87262107605267, 41.174729841723334 ], [ -111.87273824912663, 41.174575820875482 ], [ -111.87292706415475, 41.174430264754484 ], [ -111.87316415823091, 41.174329381431889 ], [ -111.87369746762118, 41.174091133545822 ], [ -111.87415805342181, 41.173763356936966 ], [ -111.87463079453912, 41.173453501820745 ], [ -111.8746894375675, 41.173380993864669 ], [ -111.87481864350508, 41.173235887321773 ], [ -111.87502865368457, 41.172891994582947 ], [ -111.87517978024802, 41.172602595864866 ], [ -111.87530826423428, 41.172403447286968 ], [ -111.87538990646615, 41.172267709384307 ], [ -111.87549394948473, 41.172023707220291 ], [ -111.87557475138121, 41.171824920777098 ], [ -111.87579667314964, 41.171480936020011 ], [ -111.87597199290165, 41.171218375721978 ], [ -111.87613491141759, 41.170919878172455 ], [ -111.87627386888096, 41.170612554856199 ], [ -111.87638934570501, 41.170332433519604 ], [ -111.87649374220011, 41.170115451187122 ], [ -111.87655202008449, 41.170015921542934 ], [ -111.87659825807641, 41.169907475674925 ], [ -111.87659609701753, 41.169745351182769 ], [ -111.87652385895922, 41.169691853984517 ], [ -111.87623562794839, 41.169531906227377 ], [ -111.87595931789609, 41.169371867077118 ], [ -111.8757917243409, 41.16931909459872 ], [ -111.87544114146104, 41.168952438816703 ], [ -111.87511512045664, 41.168639642307731 ], [ -111.87481258189226, 41.16829964299486 ], [ -111.87458323919145, 41.16808519673976 ], [ -111.87443841085145, 41.167951178898583 ], [ -111.87433053836087, 41.167906958671942 ], [ -111.87415055167057, 41.167818246523623 ], [ -111.87397020639241, 41.167702513310232 ], [ -111.8737527877534, 41.167487974885859 ], [ -111.8736178477441, 41.167200747783198 ], [ -111.873531303191, 41.166967200482134 ], [ -111.87346967400839, 41.166814534676817 ], [ -111.87340816472631, 41.166670875760531 ], [ -111.8733344974666, 41.166509293324538 ], [ -111.87326154809968, 41.166401752411389 ], [ -111.87317715826286, 41.166330329528705 ], [ -111.87302125456557, 41.166259448670054 ], [ -111.87260086287043, 41.166019422814898 ], [ -111.87240729216725, 41.165804701085911 ], [ -111.87228619167196, 41.165661492896525 ], [ -111.87216556944274, 41.165554312305524 ], [ -111.87202110988056, 41.165447312063684 ], [ -111.87168368129687, 41.165170623296241 ], [ -111.8714902354466, 41.164964906875902 ], [ -111.87142837428013, 41.164794225986974 ], [ -111.87136484295796, 41.16449744793772 ], [ -111.87138474270992, 41.164200038663083 ], [ -111.87141775413838, 41.16399260857709 ], [ -111.87143956276887, 41.163839310281517 ], [ -111.8714253770156, 41.163668268631803 ], [ -111.87136411387316, 41.163542622349667 ], [ -111.87127865606182, 41.163390135533191 ], [ -111.87114421266102, 41.163138932897674 ], [ -111.87098521792839, 41.162833868698321 ], [ -111.87081537948137, 41.162609956832377 ], [ -111.870658414228, 41.162458010140504 ], [ -111.87057391311643, 41.162377578281259 ], [ -111.87041611471622, 41.162162582641841 ], [ -111.87033078010684, 41.162019101989664 ], [ -111.87030551363917, 41.161911198779976 ], [ -111.8703151677299, 41.161739976790237 ], [ -111.87038500847591, 41.161613339214959 ], [ -111.8705025215597, 41.161486341306102 ], [ -111.8705611587353, 41.161413835363433 ], [ -111.87059572113162, 41.161323495675134 ], [ -111.8705571060709, 41.16110759926152 ], [ -111.87046009287064, 41.160982222637465 ], [ -111.87033983979039, 41.160902060768755 ], [ -111.87011160992255, 41.16076866744789 ], [ -111.86984846065474, 41.160698592313672 ], [ -111.8695014097557, 41.160593118602506 ], [ -111.86905877818567, 41.160470349367131 ], [ -111.86883138507436, 41.160400002105142 ], [ -111.86874760252566, 41.160373610528239 ], [ -111.86854357029378, 41.160267055103432 ], [ -111.86838732928265, 41.160169146853505 ], [ -111.86797831720436, 41.159883978706333 ], [ -111.86779752936837, 41.159732207534361 ], [ -111.86765332734981, 41.159643215416921 ], [ -111.86736504323127, 41.159474237579353 ], [ -111.86722072362882, 41.159376237949992 ], [ -111.86711215774008, 41.159277968977797 ], [ -111.86687142884909, 41.159099624017557 ], [ -111.8667635759421, 41.159055396442227 ], [ -111.86651259196879, 41.159003237792156 ], [ -111.86601133657147, 41.158952960590199 ], [ -111.86561757820631, 41.158919889080948 ], [ -111.86528352715956, 41.158895375544084 ], [ -111.86515195869698, 41.15886033246364 ], [ -111.86487690450545, 41.158790335336121 ], [ -111.86466179436404, 41.158746911117163 ], [ -111.86449494693841, 41.15874816352153 ], [ -111.86435217152251, 41.158767250744461 ], [ -111.86422072211283, 41.15874121355516 ], [ -111.86408891790612, 41.158688155323823 ], [ -111.86398071265087, 41.158616904222662 ], [ -111.86380088353572, 41.158537182334321 ], [ -111.86329726976346, 41.158306753951692 ], [ -111.86302151088519, 41.158182710544459 ], [ -111.86280604953788, 41.158112261921339 ], [ -111.8626029785717, 41.158077751511193 ], [ -111.86235247372039, 41.15806161159167 ], [ -111.86215034738672, 41.158099156131421 ], [ -111.86198409153803, 41.158145439729658 ], [ -111.86182951705689, 41.158173619978754 ], [ -111.86172237682668, 41.158183429447249 ], [ -111.86156709442513, 41.15815756752442 ], [ -111.86139954078362, 41.158104773606304 ], [ -111.86112413993078, 41.158007746522912 ], [ -111.86090868113051, 41.157937294322608 ], [ -111.86053711684697, 41.157777929576689 ], [ -111.86038124690384, 41.157707031170418 ], [ -111.86021322427965, 41.157618207604564 ], [ -111.86000944970628, 41.157529650741125 ], [ -111.85984236973643, 41.15751288242565 ], [ -111.85968708961767, 41.157487017942387 ], [ -111.85919717982894, 41.157391587073342 ], [ -111.85882621056673, 41.15727725161198 ], [ -111.85862243888226, 41.157188692260732 ], [ -111.85833465845607, 41.157055719333933 ], [ -111.85799873989853, 41.15688707285431 ], [ -111.85757904956029, 41.156692025565299 ], [ -111.85732737738218, 41.156585804822534 ], [ -111.85717151367008, 41.156514901996431 ], [ -111.85702709827756, 41.15640788234807 ], [ -111.85694226962509, 41.156300419211888 ], [ -111.8568084820958, 41.156094233781857 ], [ -111.85661499224756, 41.155879484353306 ], [ -111.85637418679954, 41.155692109961912 ], [ -111.85629006346285, 41.15563868823368 ], [ -111.85609798296372, 41.155532021738708 ], [ -111.85577352637274, 41.155327252065298 ], [ -111.85548505714614, 41.155140229904823 ], [ -111.85523234060216, 41.154952941553823 ], [ -111.85500439577889, 41.154837531640723 ], [ -111.85481220267535, 41.154721855952005 ], [ -111.85469162896685, 41.154614656384354 ], [ -111.85463099129711, 41.154534035573569 ], [ -111.85456988586154, 41.154417386757061 ], [ -111.85452058057339, 41.154291642502081 ], [ -111.85450667519515, 41.154138612024447 ], [ -111.85451601872428, 41.153940369758374 ], [ -111.85449976048255, 41.152688397493634 ], [ -111.85456552856841, 41.152246524247886 ], [ -111.85460488952964, 41.151606673835346 ], [ -111.85469320180934, 41.151065546649015 ], [ -111.85479623678221, 41.150740498886456 ], [ -111.85493583843399, 41.150478234680989 ], [ -111.85508829140619, 41.150287937830598 ], [ -111.8553472863204, 41.150042802457961 ], [ -111.85592695915759, 41.149714213224968 ], [ -111.85649318630574, 41.149268618766079 ], [ -111.85693020735479, 41.148968108708111 ], [ -111.85724841766557, 41.148695504877189 ], [ -111.85748297985872, 41.148405507156276 ], [ -111.8575054032361, 41.148297245798169 ], [ -111.85746789557628, 41.148162406978827 ], [ -111.85744312524942, 41.14809052841526 ], [ -111.85733283276005, 41.147857144762668 ], [ -111.85716284534925, 41.147615197359045 ], [ -111.85710139019267, 41.147471528734549 ], [ -111.85707603407361, 41.147354615087259 ], [ -111.85701399294106, 41.147165911413659 ], [ -111.85702344556645, 41.146976675788324 ], [ -111.85711384366216, 41.146597672557611 ], [ -111.85717025398554, 41.14635404024547 ], [ -111.85723857931417, 41.146110319224292 ], [ -111.8573305002359, 41.145848406790279 ], [ -111.85737604978431, 41.145685926044372 ], [ -111.85738608786599, 41.145541725354178 ], [ -111.85741784450425, 41.145235221268344 ], [ -111.85749338944265, 41.144631131332901 ], [ -111.85758472063227, 41.144324183651278 ], [ -111.8575831950895, 41.144207092629642 ], [ -111.85759370194691, 41.144098919899044 ], [ -111.85751951287659, 41.143892291079908 ], [ -111.85740957937696, 41.14368592827455 ], [ -111.85726507480787, 41.143569901413159 ], [ -111.85694149505649, 41.143428183096319 ], [ -111.85671300142371, 41.143267740949575 ], [ -111.85660400919996, 41.143133433363808 ], [ -111.85650693227097, 41.142999037073309 ], [ -111.85648193064348, 41.142909144197148 ], [ -111.85645681189705, 41.142810244306922 ], [ -111.85647911802522, 41.142692976039662 ], [ -111.85650048652424, 41.142503651711095 ], [ -111.8564752507251, 41.142395744809555 ], [ -111.85640094998561, 41.142180108148608 ], [ -111.85631450075134, 41.141946545984077 ], [ -111.85628891399894, 41.14181161800073 ], [ -111.85629918834422, 41.141685431309071 ], [ -111.85634391756166, 41.141459901795209 ], [ -111.85639833469753, 41.141063150500635 ], [ -111.85644118832768, 41.140693508774014 ], [ -111.85644818124491, 41.140315125759621 ], [ -111.85643075966408, 41.139891884830448 ], [ -111.85633005605173, 41.139478270899652 ], [ -111.85624150217234, 41.139082582305164 ], [ -111.85663302796378, 41.138953560970499 ], [ -111.85691755986211, 41.138843350059346 ], [ -111.85720279444611, 41.138787180519763 ], [ -111.85733373205923, 41.138777198181856 ], [ -111.85769080242366, 41.138747516411961 ], [ -111.85790537311645, 41.138754926446943 ], [ -111.85821584351733, 41.138806661053152 ], [ -111.85843135398899, 41.138886126172821 ], [ -111.85865971888462, 41.139037558132571 ], [ -111.85921317586035, 41.139447793811513 ], [ -111.85956198033153, 41.139697412232017 ], [ -111.85989699079576, 41.139803006450975 ], [ -111.8599927755008, 41.139838322905376 ], [ -111.86010023922668, 41.139855536313348 ], [ -111.86024203347802, 41.139764398670579 ], [ -111.86027695233322, 41.139701082722063 ], [ -111.8603469075528, 41.139583457795638 ], [ -111.86042642235493, 41.139285603780912 ], [ -111.86043586442244, 41.139096367726111 ], [ -111.86039600210147, 41.138781389585219 ], [ -111.86027344824414, 41.138521076299853 ], [ -111.86029598163094, 41.138421821296731 ], [ -111.86026921130698, 41.13819682413488 ], [ -111.86037443599974, 41.138042904226175 ], [ -111.86040817674484, 41.137889518179733 ], [ -111.86049016146809, 41.137780811166216 ], [ -111.86066769237182, 41.13768940601846 ], [ -111.86079862721135, 41.137679419766521 ], [ -111.86108444229761, 41.137668275705941 ], [ -111.86131080578066, 41.13766658336656 ], [ -111.86240617342965, 41.137604340586726 ], [ -111.862858545649, 41.137573929274225 ], [ -111.86300174791593, 41.137590872279013 ], [ -111.86328756215084, 41.137579722759028 ], [ -111.86339490487138, 41.137587926129235 ], [ -111.8636697504022, 41.137648920942581 ], [ -111.86403955274668, 41.13768217922771 ], [ -111.86449428998827, 41.13783190141374 ], [ -111.86481702972809, 41.137910549799336 ], [ -111.86512797466717, 41.137998293743713 ], [ -111.86572473628853, 41.138074881255541 ], [ -111.86624942306346, 41.138106968292476 ], [ -111.86680985211456, 41.138138783984495 ], [ -111.86740590480971, 41.138161320821453 ], [ -111.86799004392003, 41.13818394434437 ], [ -111.86907504447753, 41.138238818708039 ], [ -111.86952765543313, 41.138226395160864 ], [ -111.869991585017, 41.138168844947884 ], [ -111.87016993683154, 41.13814047415255 ], [ -111.87039594416404, 41.13811174300205 ], [ -111.87070522956289, 41.138073374078331 ], [ -111.87108635551739, 41.138061484724908 ], [ -111.871503580709, 41.138076344641313 ], [ -111.87186147506421, 41.138109667885033 ], [ -111.87257690667845, 41.138149290098276 ], [ -111.87346044846358, 41.138286719933561 ], [ -111.87384229228924, 41.13832886329061 ], [ -111.87422389737932, 41.138352991434026 ], [ -111.87450995181537, 41.138359827996773 ], [ -111.87477181936704, 41.138339823892196 ], [ -111.87495004975366, 41.138302438742301 ], [ -111.87517545673521, 41.138228663382762 ], [ -111.87537715514171, 41.138164075633107 ], [ -111.87561411568628, 41.138063187978702 ], [ -111.87579186556783, 41.137989773663641 ], [ -111.87593447261955, 41.137961665706932 ], [ -111.87607660013464, 41.137897529704574 ], [ -111.87623052134721, 41.137824295936724 ], [ -111.87651477492039, 41.137696023036774 ], [ -111.87683524859955, 41.13760350525164 ], [ -111.87719158273447, 41.137519721380642 ], [ -111.87763191267997, 41.137480335880575 ], [ -111.87804841452305, 41.137441130330217 ], [ -111.8782272412613, 41.137448774963197 ], [ -111.87864554554886, 41.137544671696105 ], [ -111.87895614579084, 41.13760535726523 ], [ -111.87924231754688, 41.137621189064653 ], [ -111.87961176571937, 41.137627376398733 ], [ -111.87996893898597, 41.137606632683671 ], [ -111.88034957828422, 41.137558684890337 ], [ -111.8805517512678, 41.13753011597403 ], [ -111.88134876877325, 41.137433941842275 ], [ -111.88143192393487, 41.137415289822854 ], [ -111.88197911212751, 41.137348046359406 ], [ -111.88213374943477, 41.137328846499351 ], [ -111.88245505822283, 41.13729936184447 ], [ -111.88284881528317, 41.137341384082418 ], [ -111.88303919350801, 41.13732190907696 ], [ -111.88338384587129, 41.137256211371067 ], [ -111.88346724192907, 41.1372555717914 ], [ -111.88371755098166, 41.137262659640335 ], [ -111.88420637645832, 41.137285932103474 ], [ -111.88470772112784, 41.137354145725844 ], [ -111.88499413506263, 41.137387977127098 ], [ -111.88524553467066, 41.137476124165893 ], [ -111.88547334967467, 41.137582467702622 ], [ -111.88564111179994, 41.137653241008159 ], [ -111.88582042452741, 41.13769690161562 ], [ -111.88622622095608, 41.137747827585301 ], [ -111.88723950086943, 41.137785066818999 ], [ -111.8874898121971, 41.137792146445278 ], [ -111.88777598644249, 41.137807957013699 ], [ -111.88804963955052, 41.137778824024721 ], [ -111.88823977431484, 41.137741326550952 ], [ -111.8884419441884, 41.137712743815662 ], [ -111.88869140427997, 41.137656772269374 ], [ -111.88875085158416, 41.137647305747606 ], [ -111.88901258978308, 41.137618262400522 ], [ -111.88952403000816, 41.137551258993597 ], [ -111.89018937354867, 41.137411001066702 ], [ -111.89049827771368, 41.137345558340968 ], [ -111.89078274453504, 41.137235264389524 ], [ -111.89104338304556, 41.137125154057813 ], [ -111.8915060649401, 41.136977448130665 ], [ -111.89219522551372, 41.136836994296218 ], [ -111.89324105760292, 41.136639723873095 ], [ -111.89473653778157, 41.136213755376453 ], [ -111.89548476050113, 41.136036791602521 ], [ -111.89600711425079, 41.135897611589257 ], [ -111.89660057825526, 41.135730852115849 ], [ -111.8974088481735, 41.135589439961265 ], [ -111.89771810471058, 41.13555099877032 ], [ -111.89789655956572, 41.135531592143437 ], [ -111.89800353415231, 41.135512742500829 ], [ -111.89836056625221, 41.135482935007786 ], [ -111.89892172347506, 41.135568636042393 ], [ -111.89920813629631, 41.135602432115022 ], [ -111.89927998557988, 41.135628894850413 ], [ -111.89957868138831, 41.135689617732879 ], [ -111.89985441261567, 41.135813574356121 ], [ -111.90021353888102, 41.135936878620434 ], [ -111.90066846691434, 41.136095464233648 ], [ -111.90111074400845, 41.136200099765418 ], [ -111.90164820706774, 41.136294980704001 ], [ -111.90191067396344, 41.136319949598501 ], [ -111.90204196918098, 41.136336937273953 ], [ -111.90250696586037, 41.136360318662256 ], [ -111.90284054379705, 41.136357704653555 ], [ -111.90313788701143, 41.13631934228583 ], [ -111.9032448612855, 41.136300487780339 ], [ -111.90377936080603, 41.136179193063846 ], [ -111.9040646654977, 41.136131914885091 ], [ -111.9045283001889, 41.13605621220821 ], [ -111.90546931542755, 41.136904566956837 ], [ -111.90579482360339, 41.137181251803014 ], [ -111.90832511089957, 41.137494618496461 ], [ -111.90830908149704, 41.136332729684106 ], [ -111.90872605306735, 41.136329441023292 ], [ -111.91014388039581, 41.136327255175473 ], [ -111.91073955369349, 41.136322547139933 ], [ -111.91075859918584, 41.135115341867319 ], [ -111.91189048204687, 41.135115395026439 ], [ -111.91181488653028, 41.134818733671594 ], [ -111.91175257675739, 41.134621053688811 ], [ -111.91238597069508, 41.134760164558223 ], [ -111.91267363475049, 41.134883995944612 ], [ -111.91286449565318, 41.134900499329284 ], [ -111.91303315388107, 41.135034280707167 ], [ -111.91315291067789, 41.135078370786808 ], [ -111.91333398295245, 41.135248084790753 ], [ -111.91360082373468, 41.135588267828268 ], [ -111.91384371551882, 41.135919632347274 ], [ -111.91409864825638, 41.136259908648121 ], [ -111.91437878661188, 41.136699070831 ], [ -111.91453879186464, 41.137067123189304 ], [ -111.9145632446082, 41.137111968385675 ], [ -111.91470896069688, 41.137308984453853 ], [ -111.91501043154578, 41.137567818272892 ], [ -111.91538263572112, 41.137772042015918 ], [ -111.91564699213801, 41.137932082544324 ], [ -111.91605318714251, 41.138009923784033 ], [ -111.9161367087399, 41.138018267413273 ], [ -111.91627979912995, 41.138026137158882 ], [ -111.91644596480701, 41.137979775951536 ], [ -111.91649349440623, 41.137970389934864 ], [ -111.91665928357371, 41.137897007819284 ], [ -111.91680162120751, 41.137850835714694 ], [ -111.91700415445484, 41.137849223574882 ], [ -111.91732707982908, 41.137936731044491 ], [ -111.91805557588006, 41.138057037423835 ], [ -111.91878369742452, 41.138150318579982 ], [ -111.91952486691542, 41.138324561744632 ], [ -111.92021876262585, 41.138526201379676 ], [ -111.92030253716314, 41.13855255568987 ], [ -111.92055398711234, 41.138640625106483 ], [ -111.92078135804967, 41.13871087072561 ], [ -111.92105638496562, 41.1387807348476 ], [ -111.92162963786936, 41.13887523619065 ], [ -111.92173698898161, 41.138883385091269 ], [ -111.92185663237036, 41.138918459104659 ], [ -111.92232304089124, 41.139040835592297 ], [ -111.92308666811064, 41.139115789463595 ], [ -111.92321772132371, 41.139114739178837 ], [ -111.92358717942621, 41.139120785331535 ], [ -111.92382520519459, 41.139100860881548 ], [ -111.92406285154276, 41.139053915400218 ], [ -111.92427616392848, 41.138971133241085 ], [ -111.92457160804079, 41.138797612872786 ], [ -111.9246186310195, 41.138752196126347 ], [ -111.92472534969151, 41.138715308010575 ], [ -111.92516325099761, 41.138504610967168 ], [ -111.92540165381318, 41.138511703820065 ], [ -111.92584208481642, 41.138481141105487 ], [ -111.92602167869457, 41.138542752505664 ], [ -111.92629594988034, 41.13855856301354 ], [ -111.92665475889157, 41.13865476357622 ], [ -111.92685818167119, 41.138716181970928 ], [ -111.92702560960919, 41.138759873968688 ], [ -111.92710926024112, 41.138777216455466 ], [ -111.92732409020505, 41.138802510770681 ], [ -111.92808810065144, 41.138904451969566 ], [ -111.92855299575352, 41.138918721074674 ], [ -111.92876693722827, 41.138880964839146 ], [ -111.92893322301178, 41.138843592529611 ], [ -111.92920342804538, 41.138571177381642 ], [ -111.92934499518799, 41.138470948852337 ], [ -111.92942673873041, 41.138353187138257 ], [ -111.92949555094141, 41.138163466826498 ], [ -111.92964648685393, 41.137883005106396 ], [ -111.92969108910633, 41.137666456466057 ], [ -111.92981984952785, 41.137503275675208 ], [ -111.93025454465038, 41.137067388624814 ], [ -111.93058532285971, 41.136866543892545 ], [ -111.93086997332338, 41.136774165329363 ], [ -111.93108390644294, 41.136736404864543 ], [ -111.93132281288254, 41.136779512854744 ], [ -111.93144271219275, 41.136832590573519 ], [ -111.93167072533626, 41.136947848817762 ], [ -111.93196072929729, 41.137233754445838 ], [ -111.93212968691148, 41.137385520991145 ], [ -111.93234808544148, 41.13766299716692 ], [ -111.93252985174537, 41.137877714455421 ], [ -111.93273519145612, 41.138074224847124 ], [ -111.93298895320646, 41.138324389831034 ], [ -111.93314549158121, 41.138440223998998 ], [ -111.9332181232644, 41.138520706321586 ], [ -111.93330241355891, 41.13858307841852 ], [ -111.93350443726771, 41.138545409950417 ], [ -111.93440745630677, 41.138366938986572 ], [ -111.93465713367576, 41.138328881927521 ], [ -111.93470466078963, 41.138319488421665 ], [ -111.93501441815124, 41.138316974490095 ], [ -111.9353123896891, 41.138323563282263 ], [ -111.93606436412236, 41.138416541428015 ], [ -111.93672141486218, 41.13853731018645 ], [ -111.93690050605392, 41.138562877252973 ], [ -111.93704372782547, 41.13857972797873 ], [ -111.9373295304031, 41.138568394824674 ], [ -111.93759112049989, 41.138530234470785 ], [ -111.93789921053377, 41.138410624205093 ], [ -111.93808841882549, 41.138309997046207 ], [ -111.9383612792768, 41.138226703873457 ], [ -111.9386108252606, 41.138179631461995 ], [ -111.93932359147192, 41.138029695652904 ], [ -111.93945438487177, 41.138010613301411 ], [ -111.94044180432064, 41.137903469549556 ], [ -111.9407990851055, 41.137891544203868 ], [ -111.94116815062695, 41.137870513605677 ], [ -111.94190576546569, 41.137792421656357 ], [ -111.94246493219562, 41.137733800868801 ], [ -111.94298874409341, 41.137702490371318 ], [ -111.94389456532981, 41.137722094989748 ], [ -111.94420431906444, 41.13771955637786 ], [ -111.9443114123156, 41.137709670636482 ], [ -111.94437098032617, 41.13770918229114 ], [ -111.94446615993269, 41.137699394077849 ], [ -111.94458516670488, 41.137689410400128 ], [ -111.94470391495925, 41.137661413007571 ], [ -111.94502441837629, 41.137577713325037 ], [ -111.94523795754793, 41.137512906250457 ], [ -111.9455347617962, 41.137438407475614 ], [ -111.9457611192161, 41.137436549205674 ], [ -111.94579647169526, 41.137409235372957 ], [ -111.94581991060734, 41.137382019351556 ], [ -111.94591508950374, 41.137372229947836 ], [ -111.94612992143696, 41.137397489165615 ], [ -111.9463931845189, 41.137476397220581 ], [ -111.94710230327389, 41.137902946021597 ], [ -111.94719929686235, 41.138019250601651 ], [ -111.94735780321572, 41.13827016702696 ], [ -111.94750323041571, 41.138440120120485 ], [ -111.94755166310598, 41.138493768845485 ], [ -111.94782982843446, 41.138779731627217 ], [ -111.94812094773359, 41.139137649915028 ], [ -111.94830121230329, 41.139244260248063 ], [ -111.94832633746071, 41.139334131924045 ], [ -111.94838642587617, 41.139369668622507 ], [ -111.94852978184768, 41.139395511796614 ], [ -111.94862600147722, 41.139457774395233 ], [ -111.94872170209757, 41.139484009779679 ], [ -111.94886505844266, 41.139509852531873 ], [ -111.94905607056266, 41.139535302473305 ], [ -111.94928269471023, 41.139551450769424 ], [ -111.94962780855387, 41.13952158258347 ], [ -111.94985352310505, 41.139474682294882 ], [ -111.95013880679248, 41.139427290222578 ], [ -111.95127075650556, 41.139426955601671 ], [ -111.95171326304551, 41.139540402438911 ], [ -111.95185662061746, 41.139566241453423 ], [ -111.95198936683447, 41.139682246492782 ], [ -111.95218415847097, 41.139968887657133 ], [ -111.95234216734539, 41.140183769792131 ], [ -111.95248917542069, 41.140461797609142 ], [ -111.95274445468084, 41.140810992528728 ], [ -111.95286503009805, 41.140909081493753 ], [ -111.95305826446926, 41.14108763980925 ], [ -111.95329863502401, 41.14122977631154 ], [ -111.95339512269307, 41.141310048364026 ], [ -111.95387560688297, 41.141576305869755 ], [ -111.95410367504871, 41.141691519007132 ], [ -111.95416389925427, 41.141736059384918 ], [ -111.95431982969899, 41.14180683039158 ], [ -111.95442758083405, 41.141841969017293 ], [ -111.9547256999526, 41.141857514153003 ], [ -111.95485728002619, 41.141892454868348 ], [ -111.9550589087759, 41.141827728351444 ], [ -111.95520122702217, 41.141781509025506 ], [ -111.95534328363836, 41.141717276001593 ], [ -111.95546203433928, 41.141689267507843 ], [ -111.95558104642897, 41.141679272415509 ], [ -111.95578280456712, 41.141623551405118 ], [ -111.95596151862341, 41.141622068366821 ], [ -111.95610514394646, 41.141665915537097 ], [ -111.95620150481143, 41.141737178428528 ], [ -111.95629825841932, 41.141835461514113 ], [ -111.95633478644098, 41.141889205322371 ], [ -111.95634905609906, 41.142051228065235 ], [ -111.95637432421195, 41.142150104569431 ], [ -111.95643585901155, 41.142284711318069 ], [ -111.9565339225836, 41.14247306176236 ], [ -111.95653614755302, 41.142626176640661 ], [ -111.95657725727564, 41.1429951568539 ], [ -111.95651977878455, 41.143139759671087 ], [ -111.95648573655301, 41.143257144319634 ], [ -111.95646269266865, 41.143311382728442 ], [ -111.95644135007848, 41.143482708966054 ], [ -111.95642026912557, 41.143672048708076 ], [ -111.95647329367061, 41.144040929960859 ], [ -111.95658576181503, 41.144400309677778 ], [ -111.95665960675164, 41.14456183754028 ], [ -111.9568935824274, 41.145082348822818 ], [ -111.95724841463561, 41.145718957173166 ], [ -111.9574171899682, 41.145852672030472 ], [ -111.95745476936457, 41.145978469410878 ], [ -111.95756252898946, 41.146013604985761 ], [ -111.95762302160311, 41.146076156951494 ], [ -111.95767146819823, 41.146129801199386 ], [ -111.95842854479132, 41.146564888296744 ], [ -111.95916153836919, 41.146982155230845 ], [ -111.95967927775965, 41.147347164057223 ], [ -111.95981244760277, 41.147490179826704 ], [ -111.96010261977342, 41.147776012238936 ], [ -111.96010472206588, 41.147920120076243 ], [ -111.96025099215919, 41.148144096634262 ], [ -111.96031319780721, 41.148323734717785 ], [ -111.96042227716472, 41.14844893492657 ], [ -111.96041167605777, 41.14853910165926 ], [ -111.96043642716526, 41.148601950116905 ], [ -111.96058230554969, 41.148798905987306 ], [ -111.96074964922933, 41.148833541626253 ], [ -111.96082232604648, 41.148914005903855 ], [ -111.96133851108509, 41.149170926063022 ], [ -111.96157866584547, 41.149295031100614 ], [ -111.96189031547085, 41.149418538605048 ], [ -111.96206997206006, 41.149480092986302 ], [ -111.96227332864611, 41.149532441260234 ], [ -111.96236931263857, 41.149576678501894 ], [ -111.96258471718983, 41.149637933392427 ], [ -111.96275285459554, 41.149726606461535 ], [ -111.96299354120696, 41.14988673540271 ], [ -111.96331803490331, 41.150073186446271 ], [ -111.96386998610674, 41.150329796026988 ], [ -111.96416959704986, 41.150444390228749 ], [ -111.96454096819832, 41.150576398406749 ], [ -111.96492438876854, 41.150717312267744 ], [ -111.96537943854557, 41.150866632349668 ], [ -111.96597787822209, 41.151041771658541 ], [ -111.96640883609308, 41.151173274041312 ], [ -111.96691208561417, 41.151358214929111 ], [ -111.96716338048321, 41.151428167745792 ], [ -111.96729551569771, 41.15149912077139 ], [ -111.96752297943904, 41.151569272929613 ], [ -111.96781108359346, 41.151710977736343 ], [ -111.9679912818071, 41.151808549578583 ], [ -111.96829050890587, 41.151896112741426 ], [ -111.9687691412952, 41.152027205453649 ], [ -111.96915231385879, 41.152150091592205 ], [ -111.96988092342072, 41.152261060411377 ], [ -111.97027508588369, 41.15232079548808 ], [ -111.97075279506927, 41.152388832934712 ], [ -111.97107599363802, 41.152485194623821 ], [ -111.97142315850243, 41.152590361100017 ], [ -111.97168677792328, 41.152687223532425 ], [ -111.97183017159568, 41.15271303722475 ], [ -111.97932640164211, 41.152712599432085 ], [ -111.98764443191293, 41.15267760643686 ], [ -111.99930059474255, 41.152721193374568 ], [ -111.99953905404436, 41.152728132085066 ], [ -112.00015869248375, 41.152722753196059 ], [ -112.00075463549653, 41.152726584667228 ], [ -112.013137115361, 41.152726426807234 ], [ -112.01622379405551, 41.152726258181801 ], [ -112.02108624168882, 41.152728293729474 ], [ -112.02121745797409, 41.152736138212731 ], [ -112.0238988472843, 41.152730348732497 ], [ -112.02522180756547, 41.152736596237332 ], [ -112.02590102130817, 41.152730548535999 ], [ -112.02721206528699, 41.152736879311234 ], [ -112.03755657104878, 41.15273423720145 ], [ -112.06895964944441, 41.152735321367892 ], [ -112.0740246213324, 41.152733241681368 ], [ -112.07471588735653, 41.152735801452117 ], [ -112.07811234265098, 41.152731082952783 ], [ -112.07819575345253, 41.152730302170021 ], [ -112.08374941230882, 41.152732226837813 ], [ -112.08851647469754, 41.152732312423176 ], [ -112.088802453596, 41.152729609372692 ], [ -112.09333119587289, 41.152731748259001 ], [ -112.09343843779145, 41.15273073021585 ], [ -112.09831258271517, 41.152720385833135 ], [ -112.09863445823777, 41.152726323832269 ], [ -112.10203089585363, 41.152720899978746 ], [ -112.10298430519155, 41.152720781542058 ], [ -112.10315127637705, 41.152728190223456 ], [ -112.10319893929312, 41.152727733708943 ], [ -112.11788120719069, 41.152712276922607 ], [ -112.1227673931112, 41.152709788255017 ], [ -112.12578266577918, 41.152716386567569 ], [ -112.13643801555874, 41.152773884509472 ], [ -112.16274257816254, 41.152907677722439 ], [ -112.1676411277096, 41.152930183137556 ], [ -112.16780810453668, 41.152937497975557 ], [ -112.17511422247922, 41.152971280179017 ], [ -112.18668736268083, 41.153032775441879 ], [ -112.18965351855179, 41.152299572758842 ], [ -112.25077729391055, 41.137194611706576 ], [ -112.30037483118682, 41.124953329409344 ], [ -112.37574605648788, 41.106179477462881 ], [ -112.38466722757147, 41.103973791605291 ], [ -112.40287543217991, 41.099492841865732 ], [ -112.42138806388361, 41.094888163078878 ], [ -112.44803238110819, 41.088223918417704 ], [ -112.46658631250685, 41.083620477882064 ], [ -112.48435557888887, 41.079177298113855 ], [ -112.48667572332094, 41.078597911736111 ], [ -112.48897202493002, 41.07801878687745 ], [ -112.49351751443153, 41.076888033978044 ] ], [ [ -112.00774276046597, 41.285124023849463 ], [ -112.0079805635274, 41.275745013736625 ], [ -112.00892383872186, 41.275745758011126 ], [ -112.00892037134069, 41.275520597831957 ], [ -112.00892731671669, 41.275196262526549 ], [ -112.00889253014162, 41.271386341473352 ], [ -112.00893613204593, 41.270341074262078 ], [ -112.00909802700676, 41.266898739319075 ], [ -112.00909519415875, 41.261287004284824 ], [ -112.00908661033867, 41.259953947987356 ], [ -112.00908856375945, 41.2593053802794 ], [ -112.00910724392507, 41.254314977718366 ], [ -112.00961613712494, 41.253256620360233 ], [ -112.00964740295574, 41.249085799734345 ], [ -112.00958611895423, 41.245104948822735 ], [ -112.0090609347136, 41.245100545256854 ], [ -112.00883421043831, 41.245102532127291 ], [ -112.0088365844568, 41.244480982116556 ], [ -112.00664026732568, 41.244455167794392 ], [ -112.0045516217269, 41.244446387501689 ], [ -112.00457921441277, 41.241572698753515 ], [ -112.00389563118766, 41.241353469271388 ], [ -112.00363174490117, 41.241265693114883 ], [ -112.00359799025706, 41.242959430379791 ], [ -112.00358977848603, 41.24320270916386 ], [ -112.00358355257319, 41.24435574559741 ], [ -112.00358479286442, 41.244436803836038 ], [ -112.00317894139246, 41.244431333159277 ], [ -112.00266569515041, 41.244426796378598 ], [ -112.00267000967642, 41.243147669170469 ], [ -112.00151214197984, 41.243130723920643 ], [ -112.00150794239016, 41.24441885782219 ], [ -111.99645901116403, 41.244372589587378 ], [ -111.99674519083801, 41.234146392716752 ], [ -111.9968277197908, 41.230938939629198 ], [ -111.99681819796973, 41.22874114403534 ], [ -111.99681354660729, 41.228434922546384 ], [ -111.99722356476431, 41.227935948702992 ], [ -111.99767431273814, 41.22697722773971 ], [ -111.99785916101948, 41.226579287080433 ], [ -111.99696061535136, 41.226334855009284 ], [ -111.99697694948182, 41.225839289941653 ], [ -111.99760578498832, 41.225608650797497 ], [ -111.99815069993798, 41.225351712633547 ], [ -111.99865913761636, 41.225050049754302 ], [ -111.99913123461275, 41.224712669156254 ], [ -111.99954313250484, 41.224339778395247 ], [ -111.99990689792207, 41.223940281028419 ], [ -112.00021046511019, 41.223505274611668 ], [ -112.00425286379995, 41.223371004074359 ], [ -112.004237489936, 41.223145945556674 ], [ -112.00428730931971, 41.220163960169351 ], [ -112.00497074211023, 41.219608527050283 ], [ -112.00645011911411, 41.219613621215707 ], [ -112.00835877376831, 41.219605930166061 ], [ -112.00877639995643, 41.219611279856565 ], [ -112.01062555107649, 41.219613080219844 ], [ -112.01280869155528, 41.219611913622941 ], [ -112.01254448392747, 41.220271799813077 ], [ -112.01219913289388, 41.22108552964967 ], [ -112.01155278189127, 41.221721748995023 ], [ -112.01117786517534, 41.222166419535327 ], [ -112.01144459830522, 41.222443315607705 ], [ -112.01166306333374, 41.222684604331732 ], [ -112.01219765132018, 41.223310445268645 ], [ -112.01262458998444, 41.223144552745936 ], [ -112.012837919522, 41.223052599419638 ], [ -112.01461740329792, 41.22317204829762 ], [ -112.01491743490168, 41.223286504201823 ], [ -112.01508722477759, 41.223465161483894 ], [ -112.01530473130948, 41.223643397763787 ], [ -112.01544857517159, 41.223687167790999 ], [ -112.01605973941399, 41.223861930287718 ], [ -112.01694743469703, 41.22340370861324 ], [ -112.01680191623888, 41.223251862852827 ], [ -112.01505328254663, 41.219727264101564 ], [ -112.02169771230466, 41.219695522071241 ], [ -112.0237019283142, 41.219695736361487 ], [ -112.02567021837676, 41.219687228076658 ], [ -112.0256679668594, 41.219543124904973 ], [ -112.02570062875166, 41.208652512473257 ], [ -112.02278784653474, 41.208667431689626 ], [ -112.02121596424143, 41.208665348921528 ], [ -112.0204134892998, 41.209987589895519 ], [ -112.02002691196724, 41.210441400839997 ], [ -112.01673533064931, 41.210479519141224 ], [ -112.01655420182766, 41.210336994798027 ], [ -112.01389218390023, 41.212522316971231 ], [ -112.01318821777652, 41.21251049783546 ], [ -112.01320542577301, 41.212852639664874 ], [ -112.0134918122655, 41.212859127084961 ], [ -112.01276150796362, 41.213460061876873 ], [ -112.00955694311534, 41.216064408763195 ], [ -112.00888537524786, 41.216610757569462 ], [ -112.00763652316796, 41.217630556647826 ], [ -112.00760115426053, 41.217657889286691 ], [ -112.00755344277037, 41.21765830678094 ], [ -112.00647979589874, 41.217658688671513 ], [ -112.00644356757425, 41.216073647835358 ], [ -112.00652785739649, 41.214568622603785 ], [ -112.00766109027953, 41.214567718979225 ], [ -112.00767232645845, 41.214522582070259 ], [ -112.007705896676, 41.214378164829078 ], [ -112.00771740925724, 41.214351040928378 ], [ -112.00795447044186, 41.213475217500729 ], [ -112.00808985222241, 41.212969600149073 ], [ -112.00853422539063, 41.212389214962407 ], [ -112.00895390682912, 41.211754998060123 ], [ -112.00934501998061, 41.210814767488067 ], [ -112.0113166548159, 41.210266012756087 ], [ -112.01130763910324, 41.209680590024249 ], [ -112.01130500205956, 41.208734802279572 ], [ -112.00998091221184, 41.208728407927701 ], [ -112.0092295588521, 41.208734995533582 ], [ -112.0091146353104, 41.207465913430191 ], [ -112.00915904200106, 41.206474674289709 ], [ -112.01018466363222, 41.206465681493363 ], [ -112.01020132368809, 41.205222468817581 ], [ -112.01183526965778, 41.205217130848062 ], [ -112.01284908410473, 41.205217225843256 ], [ -112.0128476951997, 41.205127160775007 ], [ -112.01283995037066, 41.204493445082264 ], [ -112.01283283431034, 41.204163464453892 ], [ -112.0135913343828, 41.203850527744464 ], [ -112.0135750734626, 41.202796766346175 ], [ -112.01408535205626, 41.202630134623476 ], [ -112.0154858322451, 41.202185421901952 ], [ -112.01553150554797, 41.205139554484006 ], [ -112.01572245393996, 41.205146878081933 ], [ -112.01568196033433, 41.207155958133541 ], [ -112.0172801746015, 41.207150857918037 ], [ -112.01735089306605, 41.207096186808478 ], [ -112.01738639177623, 41.207077857728898 ], [ -112.01742175093966, 41.207050522147433 ], [ -112.01744518416902, 41.207023291929474 ], [ -112.01748054327868, 41.206995956330331 ], [ -112.01751604189825, 41.206977627211515 ], [ -112.01762211897655, 41.206895620318107 ], [ -112.01765761750205, 41.206877291156403 ], [ -112.01769297644459, 41.206849955493269 ], [ -112.01771640949048, 41.206822725221301 ], [ -112.01782248606854, 41.206740718146911 ], [ -112.017857984454, 41.206722388924568 ], [ -112.01789334322979, 41.206695053201116 ], [ -112.01791677613781, 41.206667822889237 ], [ -112.01802285221562, 41.206585815633865 ], [ -112.01804628503135, 41.206558585296207 ], [ -112.01808178325552, 41.206540256006157 ], [ -112.01815250039552, 41.206485584413862 ], [ -112.01836437180441, 41.206303556402233 ], [ -112.01834755829661, 41.205988434721178 ], [ -112.01835333946431, 41.205592043674947 ], [ -112.01732773406688, 41.205601109062862 ], [ -112.01732020079255, 41.20511475838466 ], [ -112.01611571905049, 41.205125393103884 ], [ -112.01612229231537, 41.204008376809043 ], [ -112.01659944615109, 41.204013173109274 ], [ -112.01659574535307, 41.204544661757453 ], [ -112.01805092993371, 41.204549821347136 ], [ -112.0180476597498, 41.205108329334784 ], [ -112.01876319292043, 41.205102001197218 ], [ -112.01877998439501, 41.201570822859303 ], [ -112.017265101899, 41.201557191950798 ], [ -112.01698329917386, 41.201073263453054 ], [ -112.01917863116439, 41.200360259163972 ], [ -112.019368447849, 41.200295524906423 ], [ -112.01948727527721, 41.200267449770358 ], [ -112.02017443021276, 41.199973116765378 ], [ -112.02026912771623, 41.199927239123078 ], [ -112.02414024802842, 41.198082321742802 ], [ -112.02428024980554, 41.197882906382979 ], [ -112.02454272308839, 41.19788957920202 ], [ -112.02460037766876, 41.197762957943809 ], [ -112.02468328514021, 41.19772618930682 ], [ -112.02481290579225, 41.197625950757143 ], [ -112.02489496994195, 41.197535143059596 ], [ -112.02496525024202, 41.197453447922562 ], [ -112.02501196315907, 41.197389977989594 ], [ -112.02508182157362, 41.197281263327909 ], [ -112.02515196083576, 41.197190561594276 ], [ -112.02519811121307, 41.197091065647506 ], [ -112.02523261849491, 41.197009688811541 ], [ -112.02529027100087, 41.196883067213314 ], [ -112.02462238448855, 41.196880004011241 ], [ -112.02333430757552, 41.196873442144657 ], [ -112.02097502364749, 41.193165178872 ], [ -112.02095047718362, 41.193120357774525 ], [ -112.02088898919655, 41.190697819315545 ], [ -112.02082503834406, 41.183510199376485 ], [ -112.01542481382995, 41.183575956356044 ], [ -112.01504332076397, 41.183579319422556 ], [ -112.01449436832605, 41.183548125472726 ], [ -112.01472932536896, 41.183320861449864 ], [ -112.01455036214071, 41.183313430420448 ], [ -112.01407988941708, 41.183731931132655 ], [ -112.01300639761764, 41.184480015136707 ], [ -112.01133054282127, 41.185602698573447 ], [ -112.01125941790059, 41.187179680732307 ], [ -111.99967332183252, 41.198414418788786 ], [ -111.99873306144465, 41.199323351656687 ], [ -111.99686425112951, 41.201132085031915 ], [ -111.99685693890807, 41.199078383135678 ], [ -111.99328161743928, 41.19924439371848 ], [ -111.99222350174369, 41.197884338217619 ], [ -111.99245006415343, 41.197882385875985 ], [ -111.99217752791782, 41.19484011499987 ], [ -111.99231349380445, 41.193577858091821 ], [ -111.98592613871241, 41.193083246760658 ], [ -111.98115122410225, 41.192754709450433 ], [ -111.98083722316984, 41.193288842038008 ], [ -111.98069660078403, 41.194253869723632 ], [ -111.98043633237889, 41.19519289252527 ], [ -111.98032874858116, 41.195175792907527 ], [ -111.98000640053252, 41.195151513284785 ], [ -111.97967199452799, 41.195118327582072 ], [ -111.97949179361345, 41.195029782872687 ], [ -111.97924206359617, 41.195076945476487 ], [ -111.97920904546021, 41.197662451693915 ], [ -111.9791995374629, 41.197824672080003 ], [ -111.9790206718483, 41.197826192858599 ], [ -111.97756562963797, 41.197820538311909 ], [ -111.97399943645058, 41.197796709755281 ], [ -111.97382057063481, 41.197798222456882 ], [ -111.97080303303564, 41.197778661675549 ], [ -111.9687039401182, 41.197769315048511 ], [ -111.95983032691882, 41.197717509044878 ], [ -111.95850645281421, 41.197710520268117 ], [ -111.95840770874861, 41.195846735582762 ], [ -111.95802503374065, 41.194138444612875 ], [ -111.95849006109844, 41.19413457507347 ], [ -111.9585308912079, 41.192846124696601 ], [ -111.95859540246897, 41.190728762112393 ], [ -111.95860430375475, 41.190521509301014 ], [ -111.95861031453325, 41.190116109581552 ], [ -111.95859520576126, 41.189080341577828 ], [ -111.9578537566525, 41.188933378753582 ], [ -111.95703815065924, 41.188606871956281 ], [ -111.95642746727717, 41.188431789813251 ], [ -111.95598134804239, 41.186453783220955 ], [ -111.95599196605782, 41.182265077002064 ], [ -111.95610921809538, 41.180489569927857 ], [ -111.95612467682423, 41.179912943214575 ], [ -111.95609245681837, 41.176057876367175 ], [ -111.95400623650096, 41.176066168666402 ], [ -111.95398933341724, 41.172436166513464 ], [ -111.94918536591156, 41.172457842978346 ], [ -111.9487204906121, 41.172461673306017 ], [ -111.94324798432952, 41.165768782013629 ], [ -111.94279804365512, 41.165979645718743 ], [ -111.94262042450353, 41.166062169854584 ], [ -111.94185349760494, 41.165780193969283 ], [ -111.94101777143565, 41.165687939186334 ], [ -111.94098968175804, 41.165390910795345 ], [ -111.94098723348236, 41.165219782309578 ], [ -111.93953303582474, 41.165222646145089 ], [ -111.93938748458095, 41.165881403893465 ], [ -111.93938954282852, 41.166025512141935 ], [ -111.93954221748258, 41.166699852853334 ], [ -111.93790011039955, 41.166902400781368 ], [ -111.93787830183416, 41.166208976667633 ], [ -111.93787740279173, 41.166145929284092 ], [ -111.93788813999662, 41.165227044651203 ], [ -111.93593335954876, 41.165233938243446 ], [ -111.93594015157973, 41.164873570357493 ], [ -111.93593169292014, 41.164279123102453 ], [ -111.92998400128764, 41.16430027752142 ], [ -111.93004847777509, 41.161273128421918 ], [ -111.92356449013042, 41.161280264227123 ], [ -111.92330994998653, 41.160129302970908 ], [ -111.92043777478507, 41.160152291460996 ], [ -111.92044873872936, 41.160935885015014 ], [ -111.92093049786197, 41.161292347163275 ], [ -111.9204536537414, 41.16128715105544 ], [ -111.92048703853577, 41.165376436933094 ], [ -111.92048016181397, 41.165736804767157 ], [ -111.92054922011131, 41.175779965345221 ], [ -111.92992081486598, 41.175848802343459 ], [ -111.9301234643587, 41.175847165908515 ], [ -111.93103019183469, 41.175893886351218 ], [ -111.93104570415311, 41.179514896424429 ], [ -111.93104889314409, 41.179740065562612 ], [ -111.92989240319353, 41.179740401322817 ], [ -111.92986852430592, 41.183109509232949 ], [ -111.9298596603378, 41.183325767801627 ], [ -111.92979111632705, 41.190280332170396 ], [ -111.92979417479025, 41.190496494214898 ], [ -111.92977861165126, 41.191082125575413 ], [ -111.92963278353166, 41.197631955075316 ], [ -111.92956451511132, 41.201235612957809 ], [ -111.9295422494697, 41.202190615620452 ], [ -111.92960459503902, 41.204910456078615 ], [ -111.92947217509723, 41.207352627071195 ], [ -111.92927861875997, 41.212218374900608 ], [ -111.92929111044209, 41.213101033284929 ], [ -111.92929282245808, 41.214064848233242 ], [ -111.92929759427703, 41.21524482416428 ], [ -111.92930983257321, 41.216109468653023 ], [ -111.92919106377313, 41.216146458080615 ], [ -111.92904810918826, 41.217003346950676 ], [ -111.92905053080824, 41.217174474475996 ], [ -111.92904508120064, 41.219318360189064 ], [ -111.92463155033956, 41.219353885316892 ], [ -111.92469866153084, 41.22665861755312 ], [ -111.92469993052936, 41.226748684631715 ], [ -111.92470792448803, 41.228162833386477 ], [ -111.92472708809115, 41.230369571628195 ], [ -111.92811559518559, 41.230360323418225 ], [ -111.92819834403342, 41.230305610058785 ], [ -111.92944058066502, 41.229556956174143 ], [ -111.92940574294518, 41.230467017134877 ], [ -111.92940095597118, 41.23097148805175 ], [ -111.92946768303204, 41.233997542172872 ], [ -111.92837001995842, 41.234006397838684 ], [ -111.92839739044808, 41.237627277285675 ], [ -111.92948356512791, 41.237645537084482 ], [ -111.92938657628625, 41.239222668817071 ], [ -111.92907024857584, 41.244692896995502 ], [ -111.92814175946725, 41.260040475870341 ], [ -111.92778605439241, 41.266114512785919 ], [ -111.94204095322007, 41.266151879210504 ], [ -111.94208303498327, 41.273231551972977 ], [ -111.94406672447757, 41.273350416026659 ], [ -111.94688687849133, 41.273516414642899 ], [ -111.94690432025489, 41.274723295870871 ], [ -111.94688133485512, 41.277263640572578 ], [ -111.94687369166917, 41.277560955624473 ], [ -111.94687486324787, 41.277642014762741 ], [ -111.94408022649799, 41.27760191414189 ], [ -111.94212158129916, 41.277572922199198 ], [ -111.94216473871396, 41.284724633435523 ], [ -111.94269011227973, 41.284720332231366 ], [ -111.94393203369462, 41.284719162786836 ], [ -111.9476099046944, 41.284706960679557 ], [ -111.94895928731331, 41.284704852318768 ], [ -111.95368789685162, 41.284683789216579 ], [ -111.95367070461626, 41.285143320685329 ], [ -111.95408874789773, 41.285148864211862 ], [ -111.95714613256169, 41.285168521271707 ], [ -111.96111111470454, 41.285189530506415 ], [ -111.9662222342033, 41.285191780873063 ], [ -111.96827570051103, 41.285156511112049 ], [ -111.96839217745664, 41.277688207369415 ], [ -111.9684839225749, 41.271778424654144 ], [ -111.96767201503114, 41.271776244610251 ], [ -111.96767424341047, 41.271118667877801 ], [ -111.96754066749156, 41.270966660655851 ], [ -111.96729765874498, 41.27068045816069 ], [ -111.96607988402675, 41.270681676437917 ], [ -111.96606886322564, 41.269934134292718 ], [ -111.96857640908956, 41.269958102368463 ], [ -111.96861537513115, 41.266940212405856 ], [ -111.96861404399226, 41.266850147101167 ], [ -111.96858071939135, 41.266210884259721 ], [ -111.98881670852973, 41.266246025977274 ], [ -111.98975899617186, 41.27488526041239 ], [ -111.99027623918157, 41.276718368447519 ], [ -111.99055672941608, 41.277895954334397 ], [ -111.99160964923173, 41.279616353136944 ], [ -111.99399122958395, 41.283117792561875 ], [ -111.99706345469632, 41.284118091269427 ], [ -111.99976383957464, 41.285004438683174 ], [ -112.00015951514757, 41.285109092844131 ], [ -112.00039914404014, 41.285161056227551 ], [ -112.00053089881287, 41.285186933949149 ], [ -112.00071027683943, 41.285203389911572 ], [ -112.00085397200726, 41.285229163459647 ], [ -112.00106889548428, 41.285227294580793 ], [ -112.00120051295977, 41.285244165117554 ], [ -112.00131991490866, 41.285243126541324 ], [ -112.00158273690711, 41.285249847650142 ], [ -112.00383901848507, 41.28520317090171 ], [ -112.00599977467117, 41.285157284793158 ], [ -112.00774276046597, 41.285124023849463 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 36, \"properties\": { \"NAME\": \"OGDEN CITY SCHOOL DISTRICT\", \"TOTENROLL\": 12568, \"Color4\": \"1\", \"Shape_Leng\": 66072.244524, \"Shape_Area\": 69519905.125 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.00158273690711, 41.285249847650142 ], [ -112.00131991490866, 41.285243126541324 ], [ -112.00120051295977, 41.285244165117554 ], [ -112.00106889548428, 41.285227294580793 ], [ -112.00085397200726, 41.285229163459647 ], [ -112.00071027683943, 41.285203389911572 ], [ -112.00053089881287, 41.285186933949149 ], [ -112.00039914404014, 41.285161056227551 ], [ -112.00015951514757, 41.285109092844131 ], [ -111.99976383957464, 41.285004438683174 ], [ -111.99706345469632, 41.284118091269427 ], [ -111.99399122958395, 41.283117792561875 ], [ -111.99160964923173, 41.279616353136944 ], [ -111.99055672941608, 41.277895954334397 ], [ -111.99027623918157, 41.276718368447519 ], [ -111.98975899617186, 41.27488526041239 ], [ -111.98881670852973, 41.266246025977274 ], [ -111.96858071939135, 41.266210884259721 ], [ -111.96861404399226, 41.266850147101167 ], [ -111.96861537513115, 41.266940212405856 ], [ -111.96857640908956, 41.269958102368463 ], [ -111.96606886322564, 41.269934134292718 ], [ -111.96607988402675, 41.270681676437917 ], [ -111.96729765874498, 41.27068045816069 ], [ -111.96754066749156, 41.270966660655851 ], [ -111.96767424341047, 41.271118667877801 ], [ -111.96767201503114, 41.271776244610251 ], [ -111.9684839225749, 41.271778424654144 ], [ -111.96839217745664, 41.277688207369415 ], [ -111.96827570051103, 41.285156511112049 ], [ -111.9662222342033, 41.285191780873063 ], [ -111.96111111470454, 41.285189530506415 ], [ -111.95714613256169, 41.285168521271707 ], [ -111.95408874789773, 41.285148864211862 ], [ -111.95367070461626, 41.285143320685329 ], [ -111.95368789685162, 41.284683789216579 ], [ -111.94895928731331, 41.284704852318768 ], [ -111.9476099046944, 41.284706960679557 ], [ -111.94393203369462, 41.284719162786836 ], [ -111.94269011227973, 41.284720332231366 ], [ -111.94216473871396, 41.284724633435523 ], [ -111.94212158129916, 41.277572922199198 ], [ -111.94408022649799, 41.27760191414189 ], [ -111.94687486324787, 41.277642014762741 ], [ -111.94687369166917, 41.277560955624473 ], [ -111.94688133485512, 41.277263640572578 ], [ -111.94690432025489, 41.274723295870871 ], [ -111.94688687849133, 41.273516414642899 ], [ -111.94406672447757, 41.273350416026659 ], [ -111.94208303498327, 41.273231551972977 ], [ -111.94204095322007, 41.266151879210504 ], [ -111.92778605439241, 41.266114512785919 ], [ -111.92814175946725, 41.260040475870341 ], [ -111.92907024857584, 41.244692896995502 ], [ -111.92938657628625, 41.239222668817071 ], [ -111.92948356512791, 41.237645537084482 ], [ -111.92839739044808, 41.237627277285675 ], [ -111.92837001995842, 41.234006397838684 ], [ -111.92946768303204, 41.233997542172872 ], [ -111.92940095597118, 41.23097148805175 ], [ -111.92940574294518, 41.230467017134877 ], [ -111.92944058066502, 41.229556956174143 ], [ -111.92819834403342, 41.230305610058785 ], [ -111.92811559518559, 41.230360323418225 ], [ -111.92472708809115, 41.230369571628195 ], [ -111.92470792448803, 41.228162833386477 ], [ -111.92469993052936, 41.226748684631715 ], [ -111.92469866153084, 41.22665861755312 ], [ -111.92463155033956, 41.219353885316892 ], [ -111.92904508120064, 41.219318360189064 ], [ -111.92905053080824, 41.217174474475996 ], [ -111.92904810918826, 41.217003346950676 ], [ -111.92919106377313, 41.216146458080615 ], [ -111.92930983257321, 41.216109468653023 ], [ -111.92929759427703, 41.21524482416428 ], [ -111.92929282245808, 41.214064848233242 ], [ -111.92929111044209, 41.213101033284929 ], [ -111.92927861875997, 41.212218374900608 ], [ -111.92947217509723, 41.207352627071195 ], [ -111.92960459503902, 41.204910456078615 ], [ -111.9295422494697, 41.202190615620452 ], [ -111.92956451511132, 41.201235612957809 ], [ -111.92963278353166, 41.197631955075316 ], [ -111.92977861165126, 41.191082125575413 ], [ -111.92979417479025, 41.190496494214898 ], [ -111.92979111632705, 41.190280332170396 ], [ -111.9298596603378, 41.183325767801627 ], [ -111.92986852430592, 41.183109509232949 ], [ -111.92989240319353, 41.179740401322817 ], [ -111.93104889314409, 41.179740065562612 ], [ -111.93104570415311, 41.179514896424429 ], [ -111.93103019183469, 41.175893886351218 ], [ -111.9301234643587, 41.175847165908515 ], [ -111.92992081486598, 41.175848802343459 ], [ -111.92054922011131, 41.175779965345221 ], [ -111.92048016181397, 41.165736804767157 ], [ -111.92048703853577, 41.165376436933094 ], [ -111.9204536537414, 41.16128715105544 ], [ -111.92093049786197, 41.161292347163275 ], [ -111.92044873872936, 41.160935885015014 ], [ -111.92043777478507, 41.160152291460996 ], [ -111.92330994998653, 41.160129302970908 ], [ -111.92356449013042, 41.161280264227123 ], [ -111.93004847777509, 41.161273128421918 ], [ -111.92998400128764, 41.16430027752142 ], [ -111.93593169292014, 41.164279123102453 ], [ -111.93594015157973, 41.164873570357493 ], [ -111.93593335954876, 41.165233938243446 ], [ -111.93788813999662, 41.165227044651203 ], [ -111.93787740279173, 41.166145929284092 ], [ -111.93787830183416, 41.166208976667633 ], [ -111.93790011039955, 41.166902400781368 ], [ -111.93954221748258, 41.166699852853334 ], [ -111.93938954282852, 41.166025512141935 ], [ -111.93938748458095, 41.165881403893465 ], [ -111.93953303582474, 41.165222646145089 ], [ -111.94098723348236, 41.165219782309578 ], [ -111.94098968175804, 41.165390910795345 ], [ -111.94101777143565, 41.165687939186334 ], [ -111.94185349760494, 41.165780193969283 ], [ -111.94262042450353, 41.166062169854584 ], [ -111.94279804365512, 41.165979645718743 ], [ -111.94324798432952, 41.165768782013629 ], [ -111.9487204906121, 41.172461673306017 ], [ -111.94918536591156, 41.172457842978346 ], [ -111.95398933341724, 41.172436166513464 ], [ -111.95400623650096, 41.176066168666402 ], [ -111.95609245681837, 41.176057876367175 ], [ -111.95612467682423, 41.179912943214575 ], [ -111.95610921809538, 41.180489569927857 ], [ -111.95599196605782, 41.182265077002064 ], [ -111.95598134804239, 41.186453783220955 ], [ -111.95642746727717, 41.188431789813251 ], [ -111.95703815065924, 41.188606871956281 ], [ -111.9578537566525, 41.188933378753582 ], [ -111.95859520576126, 41.189080341577828 ], [ -111.95861031453325, 41.190116109581552 ], [ -111.95860430375475, 41.190521509301014 ], [ -111.95859540246897, 41.190728762112393 ], [ -111.9585308912079, 41.192846124696601 ], [ -111.95849006109844, 41.19413457507347 ], [ -111.95802503374065, 41.194138444612875 ], [ -111.95840770874861, 41.195846735582762 ], [ -111.95850645281421, 41.197710520268117 ], [ -111.95983032691882, 41.197717509044878 ], [ -111.9687039401182, 41.197769315048511 ], [ -111.97080303303564, 41.197778661675549 ], [ -111.97382057063481, 41.197798222456882 ], [ -111.97399943645058, 41.197796709755281 ], [ -111.97756562963797, 41.197820538311909 ], [ -111.9790206718483, 41.197826192858599 ], [ -111.9791995374629, 41.197824672080003 ], [ -111.97920904546021, 41.197662451693915 ], [ -111.97924206359617, 41.195076945476487 ], [ -111.97949179361345, 41.195029782872687 ], [ -111.97967199452799, 41.195118327582072 ], [ -111.98000640053252, 41.195151513284785 ], [ -111.98032874858116, 41.195175792907527 ], [ -111.98043633237889, 41.19519289252527 ], [ -111.98069660078403, 41.194253869723632 ], [ -111.98083722316984, 41.193288842038008 ], [ -111.98115122410225, 41.192754709450433 ], [ -111.98592613871241, 41.193083246760658 ], [ -111.99231349380445, 41.193577858091821 ], [ -111.99217752791782, 41.19484011499987 ], [ -111.99245006415343, 41.197882385875985 ], [ -111.99222350174369, 41.197884338217619 ], [ -111.99328161743928, 41.19924439371848 ], [ -111.99685693890807, 41.199078383135678 ], [ -111.99686425112951, 41.201132085031915 ], [ -111.99873306144465, 41.199323351656687 ], [ -111.99967332183252, 41.198414418788786 ], [ -112.01125941790059, 41.187179680732307 ], [ -112.01133054282127, 41.185602698573447 ], [ -112.01300639761764, 41.184480015136707 ], [ -112.01407988941708, 41.183731931132655 ], [ -112.01455036214071, 41.183313430420448 ], [ -112.01472932536896, 41.183320861449864 ], [ -112.01449436832605, 41.183548125472726 ], [ -112.01504332076397, 41.183579319422556 ], [ -112.01542481382995, 41.183575956356044 ], [ -112.02082503834406, 41.183510199376485 ], [ -112.02088898919655, 41.190697819315545 ], [ -112.02095047718362, 41.193120357774525 ], [ -112.02097502364749, 41.193165178872 ], [ -112.02333430757552, 41.196873442144657 ], [ -112.02462238448855, 41.196880004011241 ], [ -112.02529027100087, 41.196883067213314 ], [ -112.02523261849491, 41.197009688811541 ], [ -112.02519811121307, 41.197091065647506 ], [ -112.02515196083576, 41.197190561594276 ], [ -112.02508182157362, 41.197281263327909 ], [ -112.02501196315907, 41.197389977989594 ], [ -112.02496525024202, 41.197453447922562 ], [ -112.02489496994195, 41.197535143059596 ], [ -112.02481290579225, 41.197625950757143 ], [ -112.02468328514021, 41.19772618930682 ], [ -112.02460037766876, 41.197762957943809 ], [ -112.02454272308839, 41.19788957920202 ], [ -112.02428024980554, 41.197882906382979 ], [ -112.02414024802842, 41.198082321742802 ], [ -112.02026912771623, 41.199927239123078 ], [ -112.02017443021276, 41.199973116765378 ], [ -112.01948727527721, 41.200267449770358 ], [ -112.019368447849, 41.200295524906423 ], [ -112.01917863116439, 41.200360259163972 ], [ -112.01698329917386, 41.201073263453054 ], [ -112.017265101899, 41.201557191950798 ], [ -112.01877998439501, 41.201570822859303 ], [ -112.01876319292043, 41.205102001197218 ], [ -112.0180476597498, 41.205108329334784 ], [ -112.01805092993371, 41.204549821347136 ], [ -112.01659574535307, 41.204544661757453 ], [ -112.01659944615109, 41.204013173109274 ], [ -112.01612229231537, 41.204008376809043 ], [ -112.01611571905049, 41.205125393103884 ], [ -112.01732020079255, 41.20511475838466 ], [ -112.01732773406688, 41.205601109062862 ], [ -112.01835333946431, 41.205592043674947 ], [ -112.01834755829661, 41.205988434721178 ], [ -112.01836437180441, 41.206303556402233 ], [ -112.01815250039552, 41.206485584413862 ], [ -112.01808178325552, 41.206540256006157 ], [ -112.01804628503135, 41.206558585296207 ], [ -112.01802285221562, 41.206585815633865 ], [ -112.01791677613781, 41.206667822889237 ], [ -112.01789334322979, 41.206695053201116 ], [ -112.017857984454, 41.206722388924568 ], [ -112.01782248606854, 41.206740718146911 ], [ -112.01771640949048, 41.206822725221301 ], [ -112.01769297644459, 41.206849955493269 ], [ -112.01765761750205, 41.206877291156403 ], [ -112.01762211897655, 41.206895620318107 ], [ -112.01751604189825, 41.206977627211515 ], [ -112.01748054327868, 41.206995956330331 ], [ -112.01744518416902, 41.207023291929474 ], [ -112.01742175093966, 41.207050522147433 ], [ -112.01738639177623, 41.207077857728898 ], [ -112.01735089306605, 41.207096186808478 ], [ -112.0172801746015, 41.207150857918037 ], [ -112.01568196033433, 41.207155958133541 ], [ -112.01572245393996, 41.205146878081933 ], [ -112.01553150554797, 41.205139554484006 ], [ -112.0154858322451, 41.202185421901952 ], [ -112.01408535205626, 41.202630134623476 ], [ -112.0135750734626, 41.202796766346175 ], [ -112.0135913343828, 41.203850527744464 ], [ -112.01283283431034, 41.204163464453892 ], [ -112.01283995037066, 41.204493445082264 ], [ -112.0128476951997, 41.205127160775007 ], [ -112.01284908410473, 41.205217225843256 ], [ -112.01183526965778, 41.205217130848062 ], [ -112.01020132368809, 41.205222468817581 ], [ -112.01018466363222, 41.206465681493363 ], [ -112.00915904200106, 41.206474674289709 ], [ -112.0091146353104, 41.207465913430191 ], [ -112.0092295588521, 41.208734995533582 ], [ -112.00998091221184, 41.208728407927701 ], [ -112.01130500205956, 41.208734802279572 ], [ -112.01130763910324, 41.209680590024249 ], [ -112.0113166548159, 41.210266012756087 ], [ -112.00934501998061, 41.210814767488067 ], [ -112.00895390682912, 41.211754998060123 ], [ -112.00853422539063, 41.212389214962407 ], [ -112.00808985222241, 41.212969600149073 ], [ -112.00795447044186, 41.213475217500729 ], [ -112.00771740925724, 41.214351040928378 ], [ -112.007705896676, 41.214378164829078 ], [ -112.00767232645845, 41.214522582070259 ], [ -112.00766109027953, 41.214567718979225 ], [ -112.00652785739649, 41.214568622603785 ], [ -112.00644356757425, 41.216073647835358 ], [ -112.00647979589874, 41.217658688671513 ], [ -112.00755344277037, 41.21765830678094 ], [ -112.00760115426053, 41.217657889286691 ], [ -112.00763652316796, 41.217630556647826 ], [ -112.00888537524786, 41.216610757569462 ], [ -112.00955694311534, 41.216064408763195 ], [ -112.01276150796362, 41.213460061876873 ], [ -112.0134918122655, 41.212859127084961 ], [ -112.01320542577301, 41.212852639664874 ], [ -112.01318821777652, 41.21251049783546 ], [ -112.01389218390023, 41.212522316971231 ], [ -112.01655420182766, 41.210336994798027 ], [ -112.01673533064931, 41.210479519141224 ], [ -112.02002691196724, 41.210441400839997 ], [ -112.0204134892998, 41.209987589895519 ], [ -112.02121596424143, 41.208665348921528 ], [ -112.02278784653474, 41.208667431689626 ], [ -112.02570062875166, 41.208652512473257 ], [ -112.0256679668594, 41.219543124904973 ], [ -112.02567021837676, 41.219687228076658 ], [ -112.0237019283142, 41.219695736361487 ], [ -112.02169771230466, 41.219695522071241 ], [ -112.01505328254663, 41.219727264101564 ], [ -112.01680191623888, 41.223251862852827 ], [ -112.01694743469703, 41.22340370861324 ], [ -112.01605973941399, 41.223861930287718 ], [ -112.01544857517159, 41.223687167790999 ], [ -112.01530473130948, 41.223643397763787 ], [ -112.01508722477759, 41.223465161483894 ], [ -112.01491743490168, 41.223286504201823 ], [ -112.01461740329792, 41.22317204829762 ], [ -112.012837919522, 41.223052599419638 ], [ -112.01262458998444, 41.223144552745936 ], [ -112.01219765132018, 41.223310445268645 ], [ -112.01166306333374, 41.222684604331732 ], [ -112.01144459830522, 41.222443315607705 ], [ -112.01117786517534, 41.222166419535327 ], [ -112.01155278189127, 41.221721748995023 ], [ -112.01219913289388, 41.22108552964967 ], [ -112.01254448392747, 41.220271799813077 ], [ -112.01280869155528, 41.219611913622941 ], [ -112.01062555107649, 41.219613080219844 ], [ -112.00877639995643, 41.219611279856565 ], [ -112.00835877376831, 41.219605930166061 ], [ -112.00645011911411, 41.219613621215707 ], [ -112.00497074211023, 41.219608527050283 ], [ -112.00428730931971, 41.220163960169351 ], [ -112.004237489936, 41.223145945556674 ], [ -112.00425286379995, 41.223371004074359 ], [ -112.00021046511019, 41.223505274611668 ], [ -111.99990689792207, 41.223940281028419 ], [ -111.99954313250484, 41.224339778395247 ], [ -111.99913123461275, 41.224712669156254 ], [ -111.99865913761636, 41.225050049754302 ], [ -111.99815069993798, 41.225351712633547 ], [ -111.99760578498832, 41.225608650797497 ], [ -111.99697694948182, 41.225839289941653 ], [ -111.99696061535136, 41.226334855009284 ], [ -111.99785916101948, 41.226579287080433 ], [ -111.99767431273814, 41.22697722773971 ], [ -111.99722356476431, 41.227935948702992 ], [ -111.99681354660729, 41.228434922546384 ], [ -111.99681819796973, 41.22874114403534 ], [ -111.9968277197908, 41.230938939629198 ], [ -111.99674519083801, 41.234146392716752 ], [ -111.99645901116403, 41.244372589587378 ], [ -112.00150794239016, 41.24441885782219 ], [ -112.00151214197984, 41.243130723920643 ], [ -112.00267000967642, 41.243147669170469 ], [ -112.00266569515041, 41.244426796378598 ], [ -112.00317894139246, 41.244431333159277 ], [ -112.00358479286442, 41.244436803836038 ], [ -112.00358355257319, 41.24435574559741 ], [ -112.00358977848603, 41.24320270916386 ], [ -112.00359799025706, 41.242959430379791 ], [ -112.00363174490117, 41.241265693114883 ], [ -112.00389563118766, 41.241353469271388 ], [ -112.00457921441277, 41.241572698753515 ], [ -112.0045516217269, 41.244446387501689 ], [ -112.00664026732568, 41.244455167794392 ], [ -112.0088365844568, 41.244480982116556 ], [ -112.00883421043831, 41.245102532127291 ], [ -112.0090609347136, 41.245100545256854 ], [ -112.00958611895423, 41.245104948822735 ], [ -112.00964740295574, 41.249085799734345 ], [ -112.00961613712494, 41.253256620360233 ], [ -112.00910724392507, 41.254314977718366 ], [ -112.00908856375945, 41.2593053802794 ], [ -112.00908661033867, 41.259953947987356 ], [ -112.00909519415875, 41.261287004284824 ], [ -112.00909802700676, 41.266898739319075 ], [ -112.00893613204593, 41.270341074262078 ], [ -112.00889253014162, 41.271386341473352 ], [ -112.00892731671669, 41.275196262526549 ], [ -112.00892037134069, 41.275520597831957 ], [ -112.00892383872186, 41.275745758011126 ], [ -112.0079805635274, 41.275745013736625 ], [ -112.00774276046597, 41.285124023849463 ], [ -112.00599977467117, 41.285157284793158 ], [ -112.00383901848507, 41.28520317090171 ], [ -112.00158273690711, 41.285249847650142 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 37, \"properties\": { \"NAME\": \"SOUTH SANPETE SCHOOL DISTRICT\", \"TOTENROLL\": 3038, \"Color4\": \"4\", \"Shape_Leng\": 210661.61927299999, \"Shape_Area\": 2507373893.3299999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.3008779817095, 39.393906811775288 ], [ -111.30091455570637, 39.379439985364449 ], [ -111.30085351522847, 39.374957296226732 ], [ -111.30076986190738, 39.371425296943272 ], [ -111.30066310419474, 39.366834590494214 ], [ -111.30079288245894, 39.352435036845563 ], [ -111.30102673118229, 39.337958586512642 ], [ -111.30110925690819, 39.323382471120368 ], [ -111.30126772840133, 39.308938582248203 ], [ -111.30082328572578, 39.294531359126672 ], [ -111.29968095205419, 39.294516283216694 ], [ -111.29967080237324, 39.249948346549239 ], [ -111.29968007476049, 39.248042507537789 ], [ -111.29966023762474, 39.233575463868512 ], [ -111.29964407526388, 39.219148924261034 ], [ -111.29970435873587, 39.204717646771677 ], [ -111.29964857495673, 39.190223554820996 ], [ -111.29967960313398, 39.17571568693738 ], [ -111.29970517539074, 39.161284391164742 ], [ -111.29966703236566, 39.146835201285015 ], [ -111.29964034104013, 39.132349901600698 ], [ -111.29972468171633, 39.124951544987837 ], [ -111.29977549109135, 39.117832610808591 ], [ -111.29930126186319, 39.117842840472299 ], [ -111.29941965156857, 39.104816905654637 ], [ -111.29946517043221, 39.100540987303575 ], [ -111.29949652463668, 39.086082456963766 ], [ -111.29945659886177, 39.076638815994819 ], [ -111.29944044286738, 39.071448396517276 ], [ -111.29939664621001, 39.056976470128809 ], [ -111.29938233674106, 39.046744231073241 ], [ -111.29934129321914, 39.042495526176289 ], [ -111.29933314599496, 39.032348853052511 ], [ -111.31791704673208, 39.032308695427133 ], [ -111.33652416195613, 39.032297049530115 ], [ -111.35510811929701, 39.032278000300806 ], [ -111.3736804423519, 39.032247016253947 ], [ -111.37575430901262, 39.032244859823052 ], [ -111.39218385237621, 39.032294408171765 ], [ -111.4122698949334, 39.032301742571121 ], [ -111.43090037669448, 39.032342543485228 ], [ -111.44953036626805, 39.032303774889201 ], [ -111.46808541746678, 39.032293870822464 ], [ -111.47428947544726, 39.032258897509578 ], [ -111.48670451326541, 39.032190635431476 ], [ -111.49129093698421, 39.032306577097302 ], [ -111.49605185986846, 39.032426102052248 ], [ -111.50069034260559, 39.032383756034449 ], [ -111.50532878572078, 39.032336720120078 ], [ -111.51808986361324, 39.032352828987086 ], [ -111.53663310612173, 39.032314050262691 ], [ -111.55522768339975, 39.032195483832723 ], [ -111.56308416731287, 39.032202878835768 ], [ -111.57379440903603, 39.032213763945542 ], [ -111.610876212465, 39.032291289462549 ], [ -111.62575235008293, 39.032397163018118 ], [ -111.6295072008265, 39.032390476053294 ], [ -111.62958345072038, 39.032390064522595 ], [ -111.64887148523603, 39.032446564709311 ], [ -111.64886743912652, 39.032635822121669 ], [ -111.66759617683289, 39.032674312997941 ], [ -111.72287868143835, 39.032538548546441 ], [ -111.73398278238675, 39.032649426776729 ], [ -111.74167248355711, 39.032726941276991 ], [ -111.7506967786841, 39.03281789488274 ], [ -111.7600732522904, 39.032887833466972 ], [ -111.796983378505, 39.033087526229359 ], [ -111.82618442847983, 39.033033029328934 ], [ -111.85329413162138, 39.032973022369688 ], [ -111.85340287276448, 39.033368715067432 ], [ -111.85343151608994, 39.033828972503656 ], [ -111.85352058902782, 39.034030169277102 ], [ -111.85355163868871, 39.034210163968389 ], [ -111.85350922149684, 39.034525862686756 ], [ -111.8534798200467, 39.034963115905242 ], [ -111.85345803736458, 39.035553501923232 ], [ -111.85341053622984, 39.035926908731966 ], [ -111.8533427463164, 39.036054461120571 ], [ -111.85329276256641, 39.036221532009129 ], [ -111.85328299762611, 39.036370286466379 ], [ -111.85331895736347, 39.036478156492407 ], [ -111.8533952447185, 39.036576720355995 ], [ -111.85352449697925, 39.036755996414932 ], [ -111.85369570394462, 39.037061120523653 ], [ -111.8537022395266, 39.03712415032242 ], [ -111.85371536494306, 39.03725471506484 ], [ -111.85366624866916, 39.0374938684513 ], [ -111.85356967214383, 39.037629741610587 ], [ -111.85338093979286, 39.037788816718454 ], [ -111.8528379527626, 39.03827488158349 ], [ -111.85250053857472, 39.038561197577089 ], [ -111.85198689956651, 39.039086692739197 ], [ -111.85175341695773, 39.039368642883851 ], [ -111.85167486780317, 39.039562954875862 ], [ -111.85171768547021, 39.039760886140243 ], [ -111.85174775963446, 39.039859788483483 ], [ -111.85187636466162, 39.039985004466928 ], [ -111.85206198098228, 39.040046726217028 ], [ -111.8523107639935, 39.040076447288079 ], [ -111.8526630971639, 39.040069366513954 ], [ -111.85295852860041, 39.040134789510645 ], [ -111.85319106545828, 39.04025473837163 ], [ -111.85327307946551, 39.040348754803254 ], [ -111.85326947029712, 39.040529002923641 ], [ -111.85322466421481, 39.040646474820946 ], [ -111.85305336223608, 39.040814432925011 ], [ -111.85292664961706, 39.040846898427958 ], [ -111.85267856768719, 39.040875745616361 ], [ -111.85223963103084, 39.040887964838383 ], [ -111.8518991180794, 39.040917485727057 ], [ -111.85167919736961, 39.040982169439452 ], [ -111.85151363340096, 39.041050961446658 ], [ -111.85115935649986, 39.04137794649187 ], [ -111.85085690700434, 39.041691035748592 ], [ -111.85066194862475, 39.041814107492179 ], [ -111.85044959375888, 39.041931899110303 ], [ -111.85025971975583, 39.041997262164529 ], [ -111.85008117264111, 39.042043619075756 ], [ -111.84970080773745, 39.042122984988247 ], [ -111.8493197946221, 39.042148287871854 ], [ -111.84903072815329, 39.042132370333512 ], [ -111.84847570361524, 39.042100364999079 ], [ -111.84807617401889, 39.042026676578026 ], [ -111.84764765254486, 39.04194418640504 ], [ -111.84721400077326, 39.041915798438175 ], [ -111.84708690678859, 39.041916721574481 ], [ -111.84686181895478, 39.041936378314261 ], [ -111.84664882274393, 39.042001002279662 ], [ -111.84646498001854, 39.042087941994353 ], [ -111.84634554417379, 39.042246502759298 ], [ -111.84628360944096, 39.042382118469767 ], [ -111.84624510517594, 39.042544597401694 ], [ -111.84625794930921, 39.042652637239549 ], [ -111.84629454680932, 39.042814571232981 ], [ -111.84642373915916, 39.042989349891648 ], [ -111.8466419010818, 39.043357220915418 ], [ -111.84684813446449, 39.043693639318406 ], [ -111.84697166024772, 39.043877469560925 ], [ -111.84712979591245, 39.044056542744229 ], [ -111.84730864780944, 39.044131837750193 ], [ -111.847623170787, 39.044246696429461 ], [ -111.84787207458973, 39.044285437104712 ], [ -111.84798811396359, 39.044326044451999 ], [ -111.84819057436849, 39.044346198840117 ], [ -111.84860620900176, 39.044316142165776 ], [ -111.84879107915823, 39.044314796899428 ], [ -111.84899371230449, 39.044349366366426 ], [ -111.84915050563305, 39.04441580802149 ], [ -111.84930206153018, 39.044527343010955 ], [ -111.84939071595966, 39.044693402401158 ], [ -111.849555500208, 39.044944512466493 ], [ -111.84970268397238, 39.04517322281216 ], [ -111.84979924456549, 39.045420323986811 ], [ -111.849886637873, 39.045577381075574 ], [ -111.8757191309388, 39.045575509112396 ], [ -112.00074945330056, 39.045533856875082 ], [ -112.01415472853989, 39.045517178779029 ], [ -112.01414858800607, 39.053248658395695 ], [ -112.01415324304449, 39.060844869640277 ], [ -112.01413869813709, 39.069198158649407 ], [ -112.01415083741225, 39.078848779750707 ], [ -112.01417428252468, 39.090981796995209 ], [ -112.01429777668744, 39.108074420659001 ], [ -112.01434319814032, 39.113259795023787 ], [ -112.01443618612961, 39.124986647976691 ], [ -112.01448621862328, 39.132505780966561 ], [ -112.01461820618732, 39.14049275519401 ], [ -112.01478065839632, 39.14858307786082 ], [ -112.01487931416472, 39.153840039790097 ], [ -112.01516972760874, 39.166799573563395 ], [ -112.01543145050094, 39.175339534181234 ], [ -112.01571465634117, 39.185366073564573 ], [ -112.01614163636333, 39.198130613400586 ], [ -112.01607772248943, 39.227447612670446 ], [ -112.01608432128336, 39.249992328480161 ], [ -112.0160854890763, 39.258583999183173 ], [ -112.01608109507887, 39.26903640669687 ], [ -112.01603969890574, 39.278610581474616 ], [ -112.01603367963672, 39.281403932016453 ], [ -112.01602309210232, 39.285485841427928 ], [ -112.01618328962729, 39.290151948078311 ], [ -112.01626320239166, 39.292872458189407 ], [ -112.01616418362336, 39.295247620226824 ], [ -112.01584540775478, 39.301674967944344 ], [ -112.01561037962641, 39.307078874703457 ], [ -112.0156781225145, 39.30935796459125 ], [ -112.01579296969376, 39.314492999292234 ], [ -112.01574560169209, 39.318436444241463 ], [ -112.01568158981387, 39.322432293170493 ], [ -112.01566092560213, 39.327018854494625 ], [ -112.01565030157045, 39.329893317794401 ], [ -112.01571450011912, 39.332726579256679 ], [ -112.01575009742251, 39.336790029621916 ], [ -112.01335992483838, 39.336797349277319 ], [ -112.00701429025277, 39.33681187941098 ], [ -112.0030333019857, 39.336819224516418 ], [ -112.00077660742458, 39.336829640566748 ], [ -111.95778778601101, 39.336939053551532 ], [ -111.95835622652962, 39.351373818029238 ], [ -111.95880801824266, 39.366169926691555 ], [ -111.92156053123227, 39.366858327850345 ], [ -111.92214900593274, 39.374972172662709 ], [ -111.92252614587147, 39.381573909038565 ], [ -111.89965801328992, 39.381518702170631 ], [ -111.89960202246851, 39.381227193373661 ], [ -111.8814984616188, 39.381495507035744 ], [ -111.87576299431673, 39.381516291377878 ], [ -111.86263228435891, 39.381605371220616 ], [ -111.84052482669671, 39.382051005708881 ], [ -111.82185632162569, 39.382206893121214 ], [ -111.80325791031842, 39.382408859368077 ], [ -111.76575786677503, 39.382724773462584 ], [ -111.75074102801004, 39.382917245047061 ], [ -111.74710710143445, 39.382949645599609 ], [ -111.74729595546989, 39.416976911490224 ], [ -111.56618747149238, 39.419504142601504 ], [ -111.30079843647056, 39.422700707730314 ], [ -111.30080712701985, 39.40850434599642 ], [ -111.3008779817095, 39.393906811775288 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 38, \"properties\": { \"NAME\": \"NORTH SANPETE SCHOOL DISTRICT\", \"TOTENROLL\": 2419, \"Color4\": \"2\", \"Shape_Leng\": 183862.061548, \"Shape_Area\": 1640257838.45 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.64180365108122, 39.813031670022617 ], [ -111.63172127866979, 39.813056367402034 ], [ -111.6316395003261, 39.813056812613731 ], [ -111.6257279261519, 39.813070823296307 ], [ -111.62304659746893, 39.813067232247917 ], [ -111.62198923704331, 39.813063895152666 ], [ -111.60349857199841, 39.812837182621024 ], [ -111.60329988825428, 39.812829205844622 ], [ -111.59656448735454, 39.812958636145758 ], [ -111.5872146550892, 39.813123461266308 ], [ -111.58473234170209, 39.813167532417268 ], [ -111.58453335351294, 39.813123485000503 ], [ -111.57320382099655, 39.812806091852295 ], [ -111.56939514626796, 39.81281132957043 ], [ -111.56579675845049, 39.812815417036866 ], [ -111.5469656343959, 39.813090419795493 ], [ -111.53816692787697, 39.812933342508401 ], [ -111.5280321605276, 39.812988916244166 ], [ -111.52807181812739, 39.812064307167361 ], [ -111.5123872884142, 39.812064350586816 ], [ -111.50590899771578, 39.812061242184832 ], [ -111.50072170282546, 39.812060317150909 ], [ -111.41582839790587, 39.812376685535483 ], [ -111.40059934502881, 39.812368093281535 ], [ -111.37580153945258, 39.81231590593692 ], [ -111.34430417002828, 39.812404632547917 ], [ -111.34329354473203, 39.812398616891748 ], [ -111.306976231074, 39.812369734692524 ], [ -111.30660249362158, 39.8123977530568 ], [ -111.30660553591964, 39.813082510433233 ], [ -111.28500901924559, 39.813101526782631 ], [ -111.26620460034273, 39.813069606052935 ], [ -111.25071857973529, 39.813127526930423 ], [ -111.24745892186392, 39.81312461333286 ], [ -111.24734361905749, 39.749945841792865 ], [ -111.24760090513841, 39.704411283786811 ], [ -111.24796235546172, 39.63913991053348 ], [ -111.24772521486213, 39.624932880543781 ], [ -111.24707198998964, 39.609980640143554 ], [ -111.2471493256491, 39.595361993189719 ], [ -111.24722498187947, 39.580930730115433 ], [ -111.24700379051438, 39.566181092063779 ], [ -111.24706213347733, 39.559657389520488 ], [ -111.2471484653955, 39.551182850270145 ], [ -111.24754998500885, 39.551172985306657 ], [ -111.24754173820057, 39.517725983424924 ], [ -111.24754014079903, 39.510720289573179 ], [ -111.24761821572353, 39.499943497287475 ], [ -111.2477921382705, 39.481773293579359 ], [ -111.24744407651571, 39.467221908110801 ], [ -111.25072839890225, 39.467273442564178 ], [ -111.26638053271182, 39.467238643578447 ], [ -111.28230784858854, 39.467125381120226 ], [ -111.2847841072315, 39.467145474342345 ], [ -111.3012401029049, 39.467252687288934 ], [ -111.30118486846726, 39.463878356634801 ], [ -111.30098224909283, 39.451651465999745 ], [ -111.30079843647056, 39.422700707730314 ], [ -111.56618747149238, 39.419504142601504 ], [ -111.74729595546989, 39.416976911490224 ], [ -111.74742759545369, 39.440718843939479 ], [ -111.74770464252093, 39.457931643787376 ], [ -111.74771504732601, 39.459990475203135 ], [ -111.7317738426997, 39.460082866145008 ], [ -111.7314599705162, 39.460080335486985 ], [ -111.71314146772625, 39.460158068878634 ], [ -111.71325711487113, 39.499942220102298 ], [ -111.71325637217232, 39.515796985201717 ], [ -111.71324463090569, 39.54819394172619 ], [ -111.7156419877042, 39.548174700010136 ], [ -111.71543611102223, 39.624957351511419 ], [ -111.71545971555071, 39.63686424530421 ], [ -111.71667770388861, 39.636883767651476 ], [ -111.71862147338206, 39.694613566344515 ], [ -111.69903728900309, 39.695021443074687 ], [ -111.68956917761251, 39.695267270075369 ], [ -111.68962586133614, 39.709750741357624 ], [ -111.68023178162113, 39.71002240244286 ], [ -111.68018345046912, 39.717573175268484 ], [ -111.66138954720014, 39.717753841829577 ], [ -111.66146617797291, 39.7251642334911 ], [ -111.64259323795928, 39.725229685878666 ], [ -111.6427445669397, 39.739640526871113 ], [ -111.62575859891922, 39.739736938069115 ], [ -111.6039068364946, 39.739948182305064 ], [ -111.58506618939994, 39.740179820520311 ], [ -111.58503226855723, 39.749969479672387 ], [ -111.58479955627271, 39.783866572522889 ], [ -111.60384171254833, 39.783949255243257 ], [ -111.62268368771684, 39.783845181453501 ], [ -111.62251121055752, 39.798397306928862 ], [ -111.62572901167596, 39.798370990069714 ], [ -111.64236768116938, 39.798316115915533 ], [ -111.64210156558165, 39.813030922760731 ], [ -111.64180365108122, 39.813031670022617 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 39, \"properties\": { \"NAME\": \"DAGGETT COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 168, \"Color4\": \"1\", \"Shape_Leng\": 273628.633657, \"Shape_Area\": 1870465385.27 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -109.04994430932786, 40.999653282383015 ], [ -109.04988792193215, 40.992694027987596 ], [ -109.04985126684744, 40.98970291264316 ], [ -109.04979954554481, 40.985004615445575 ], [ -109.04970417096163, 40.978157279815299 ], [ -109.04967501102045, 40.975113140183822 ], [ -109.04953951575851, 40.963777553865569 ], [ -109.04952513678701, 40.960634574550454 ], [ -109.04952278928261, 40.949415612566533 ], [ -109.04950870471791, 40.946060052481577 ], [ -109.04955893968447, 40.932243264004285 ], [ -109.0493968939732, 40.92039101789441 ], [ -109.04932046785048, 40.917498280254385 ], [ -109.0491188009876, 40.906023657461773 ], [ -109.04911731993587, 40.902641265458364 ], [ -109.04903013563742, 40.895510241255941 ], [ -109.04902386951267, 40.894915630478586 ], [ -109.04890378201067, 40.874966131398381 ], [ -109.04889061802459, 40.873394069071594 ], [ -109.04880426042889, 40.863403986317401 ], [ -109.0488051512126, 40.86256538526127 ], [ -109.04875590559372, 40.848075662253549 ], [ -109.04874369297362, 40.844247176598344 ], [ -109.0486803970071, 40.836499463552187 ], [ -109.04874769615986, 40.823286250845307 ], [ -109.04862471985138, 40.818987473468418 ], [ -109.04866632146236, 40.81493919115546 ], [ -109.04884729284714, 40.804515763854809 ], [ -109.04899413735917, 40.775620346448001 ], [ -109.04888858075705, 40.771493882214919 ], [ -109.04891495198069, 40.760509283843234 ], [ -109.0489234584204, 40.756978355781754 ], [ -109.0489392618036, 40.749957008756574 ], [ -109.04889153758913, 40.74247427827045 ], [ -109.04885959119356, 40.739718233374383 ], [ -109.04888409630244, 40.736448792734137 ], [ -109.04886523945866, 40.727976569087588 ], [ -109.04888445349845, 40.725495222820776 ], [ -109.04883924769956, 40.718126006349358 ], [ -109.04897571587335, 40.713453215758797 ], [ -109.04889179006646, 40.703597147542723 ], [ -109.04893262599143, 40.69891372156588 ], [ -109.04892486228094, 40.688878760381023 ], [ -109.04894738403539, 40.684415708649567 ], [ -109.04905398378411, 40.670009295418325 ], [ -109.04906746564524, 40.667517921223833 ], [ -109.04909446050991, 40.666186099643554 ], [ -109.0486182417954, 40.653711014754109 ], [ -109.04947584890805, 40.653707493700317 ], [ -109.06637794405938, 40.653694600805373 ], [ -109.06913928026587, 40.653709295778228 ], [ -109.08526019724584, 40.65371659773583 ], [ -109.08812872629096, 40.653705592037156 ], [ -109.10437196818857, 40.65377980862003 ], [ -109.10708580777349, 40.653801823111806 ], [ -109.12335410254553, 40.65382873707167 ], [ -109.1233729681547, 40.668345486390905 ], [ -109.12333974342546, 40.669741189344677 ], [ -109.12336561529642, 40.673880793530785 ], [ -109.1234386432277, 40.684142100163001 ], [ -109.12565105893994, 40.684155531058394 ], [ -109.16103557850289, 40.683814938390015 ], [ -109.16113804814729, 40.698378033154896 ], [ -109.16127869427831, 40.713013767205965 ], [ -109.16074971070292, 40.727755900131527 ], [ -109.16112497656802, 40.742291715512266 ], [ -109.16133966804648, 40.749975307804085 ], [ -109.16149250664913, 40.756894933810351 ], [ -109.16168066767705, 40.762361237207998 ], [ -109.16199702304428, 40.77147327740046 ], [ -109.16334162704561, 40.771481179956339 ], [ -109.16355966137274, 40.785933318322172 ], [ -109.20161146179689, 40.785807672536336 ], [ -109.20236590389135, 40.858400302227679 ], [ -109.25067457572007, 40.85849017705975 ], [ -109.25913582086658, 40.858185842235883 ], [ -109.37568353803847, 40.858215358723733 ], [ -109.39449248209064, 40.858294982895465 ], [ -109.39432453126918, 40.791029060012299 ], [ -109.41495293143289, 40.786819308789198 ], [ -109.41549764055769, 40.786340356047425 ], [ -109.41596308538546, 40.785954897016929 ], [ -109.41634991116744, 40.785635917357403 ], [ -109.4165480697678, 40.785526036516444 ], [ -109.41675225842441, 40.785411734051486 ], [ -109.41739155225531, 40.785190799987099 ], [ -109.4180545367941, 40.784970187203889 ], [ -109.41863890661885, 40.784816053523592 ], [ -109.41910848106863, 40.784754928578444 ], [ -109.41965388842702, 40.784744384892399 ], [ -109.42021502830887, 40.784770086328628 ], [ -109.42056010793063, 40.784761299038962 ], [ -109.42097915192578, 40.784631914158375 ], [ -109.42112280222256, 40.784521279329411 ], [ -109.42128583437635, 40.78439289340551 ], [ -109.42178394237264, 40.783877240483633 ], [ -109.42205353560432, 40.783502589197127 ], [ -109.42232723763975, 40.783204562035472 ], [ -109.42252591213379, 40.783072157672642 ], [ -109.42269961312925, 40.782993459961368 ], [ -109.42289690137167, 40.782919588462754 ], [ -109.42357199107137, 40.78268649785371 ], [ -109.4242688969122, 40.782532972275469 ], [ -109.42484752110656, 40.78236972034847 ], [ -109.42558334366534, 40.782073489727694 ], [ -109.42621899258003, 40.781753367734773 ], [ -109.42678799010972, 40.781495389873889 ], [ -109.4269572621196, 40.781403113175365 ], [ -109.42714246573071, 40.781288533231184 ], [ -109.42759330659116, 40.781015428321425 ], [ -109.42805134123054, 40.780688371166377 ], [ -109.42870326936102, 40.780179287426741 ], [ -109.42906441933566, 40.779940086582968 ], [ -109.42923216013278, 40.779862198566818 ], [ -109.42957952955122, 40.779704781994027 ], [ -109.43007054021228, 40.779486262497549 ], [ -109.4305390207282, 40.779217889948633 ], [ -109.43105182105309, 40.778828509064304 ], [ -109.43129277531304, 40.77866063198109 ], [ -109.43182828521515, 40.778312993533078 ], [ -109.43211674791779, 40.778140355583133 ], [ -109.43244664989376, 40.777969180746808 ], [ -109.43276406888498, 40.777824859640553 ], [ -109.43306329389486, 40.777698306721703 ], [ -109.43388216412615, 40.777394142295634 ], [ -109.4341872024751, 40.777272169388198 ], [ -109.43429045367382, 40.777164572785018 ], [ -109.43436341255041, 40.777085390897042 ], [ -109.43444561416626, 40.776864907401098 ], [ -109.43447880288524, 40.776713121061185 ], [ -109.43447634763353, 40.776565355096835 ], [ -109.434468857466, 40.776379686836613 ], [ -109.4344042097775, 40.776104963696419 ], [ -109.43436467283706, 40.77597200827131 ], [ -109.43432712459142, 40.775855294378928 ], [ -109.43429063344043, 40.775643109068753 ], [ -109.43433050599118, 40.775458984321098 ], [ -109.43436371574838, 40.775356742759222 ], [ -109.43454139953869, 40.775056481969315 ], [ -109.43477325561848, 40.774820913272229 ], [ -109.43500105000395, 40.774657353730085 ], [ -109.43522431633967, 40.774484724224479 ], [ -109.43563456926624, 40.774170500298865 ], [ -109.43593873639834, 40.773832316560529 ], [ -109.43606723335786, 40.773658400612369 ], [ -109.43619604642782, 40.773470976656554 ], [ -109.4363045466867, 40.773139147736124 ], [ -109.43634367288585, 40.772986540401284 ], [ -109.4364177968807, 40.772604700918961 ], [ -109.43641239184744, 40.772329880753176 ], [ -109.43640648210736, 40.772127118504557 ], [ -109.43630691591706, 40.771522226660906 ], [ -109.43622463711284, 40.771039178307717 ], [ -109.43617002517648, 40.770538488670248 ], [ -109.43620967788981, 40.770363368201366 ], [ -109.43623547941507, 40.770273636919605 ], [ -109.43629850482657, 40.770112345339122 ], [ -109.43635372828643, 40.770031120065717 ], [ -109.43641493738328, 40.769947273451479 ], [ -109.43662602248911, 40.76978798807869 ], [ -109.43687116349878, 40.769692220403357 ], [ -109.437021017737, 40.769617681674767 ], [ -109.43747692282949, 40.769376133997106 ], [ -109.43763375291473, 40.769256648428254 ], [ -109.43786947159259, 40.76905715784892 ], [ -109.43803403641074, 40.768860306769199 ], [ -109.43820585115461, 40.768606802536738 ], [ -109.43866731252618, 40.767874383638677 ], [ -109.4391892713189, 40.767340959474623 ], [ -109.43981836833773, 40.766785560581937 ], [ -109.44021097475019, 40.766462973741241 ], [ -109.44050081703048, 40.766228176852543 ], [ -109.44074306999474, 40.766001744206044 ], [ -109.44081613501247, 40.765917154568577 ], [ -109.4409442877741, 40.765756740342731 ], [ -109.44109136369728, 40.765547037044101 ], [ -109.44114992383152, 40.76532262551914 ], [ -109.44111244745334, 40.765151865924324 ], [ -109.44099273673895, 40.764951169250828 ], [ -109.44073964202191, 40.764627961296142 ], [ -109.44014515687461, 40.76416051225624 ], [ -109.43945808795719, 40.763700816096865 ], [ -109.43882134927551, 40.763318365803066 ], [ -109.43797735443505, 40.762933106376501 ], [ -109.437451036051, 40.762642224452975 ], [ -109.43731768294435, 40.762518808956308 ], [ -109.43704198314494, 40.762150246176581 ], [ -109.43691190244593, 40.761887248813849 ], [ -109.43674966906742, 40.76147968589688 ], [ -109.43657643851064, 40.761035941274905 ], [ -109.4365751599607, 40.760837745477154 ], [ -109.43662970833284, 40.760532208753993 ], [ -109.43672486305758, 40.760263254607231 ], [ -109.43683175457906, 40.7599989634301 ], [ -109.43687774195541, 40.759805911987478 ], [ -109.43688175093941, 40.759634812124567 ], [ -109.43683288837013, 40.759444979757276 ], [ -109.4367550516793, 40.759227730474805 ], [ -109.43643546683406, 40.758457710410099 ], [ -109.43634726712968, 40.758177263586639 ], [ -109.43632072060466, 40.758046286145465 ], [ -109.43635820933004, 40.757912573247005 ], [ -109.4365373832961, 40.75769790558298 ], [ -109.4366273404071, 40.757600035179863 ], [ -109.43674958892611, 40.757489090021664 ], [ -109.43718054118479, 40.75724720458846 ], [ -109.43738979061121, 40.757164461436652 ], [ -109.43756869495614, 40.757112835416685 ], [ -109.43801997849982, 40.7570648966717 ], [ -109.43841807522308, 40.757011732296647 ], [ -109.43943525006215, 40.756827315283026 ], [ -109.44004735241798, 40.75674100697946 ], [ -109.44049305299211, 40.756729015537907 ], [ -109.44097096566475, 40.756757994157766 ], [ -109.44158031016556, 40.756789646835607 ], [ -109.44192323967249, 40.756815897506357 ], [ -109.44230125567775, 40.756861537887502 ], [ -109.44327742795751, 40.756910744566305 ], [ -109.4437626591104, 40.756930802241762 ], [ -109.44477436169835, 40.756980475461525 ], [ -109.44516537773281, 40.756976737007172 ], [ -109.44539662341531, 40.756966340663773 ], [ -109.44599056758072, 40.756947317067201 ], [ -109.44620234060709, 40.756959177158286 ], [ -109.4465099340845, 40.756976831042287 ], [ -109.44668736372283, 40.756988227855828 ], [ -109.44697685817657, 40.757020049845153 ], [ -109.44745514360113, 40.757084138318326 ], [ -109.44802306689483, 40.75711429882292 ], [ -109.44841450272422, 40.757092538749546 ], [ -109.44874122253243, 40.75705189105966 ], [ -109.44898493882499, 40.75701463079745 ], [ -109.44915749439612, 40.756980917664343 ], [ -109.44984834269545, 40.756819046569476 ], [ -109.45040393922217, 40.756614818427686 ], [ -109.45068008255024, 40.75645638032379 ], [ -109.45087768003818, 40.756364448012746 ], [ -109.45098541274338, 40.756316349632392 ], [ -109.45148492427774, 40.755976241359491 ], [ -109.45175451431803, 40.75584473708323 ], [ -109.45187408800514, 40.755796796742835 ], [ -109.45229160235475, 40.755671779857018 ], [ -109.45294223440088, 40.755455301869866 ], [ -109.45311433057933, 40.755390048161161 ], [ -109.45343932923592, 40.755218746117471 ], [ -109.45369254190139, 40.755078009618096 ], [ -109.45407733828212, 40.754830937967284 ], [ -109.45487994675162, 40.754445330457024 ], [ -109.45536887971494, 40.754253697657731 ], [ -109.455733505247, 40.754109943925734 ], [ -109.45589577094219, 40.754008521918713 ], [ -109.45602843082753, 40.753906703534803 ], [ -109.45633207175663, 40.753838701001051 ], [ -109.45666365107053, 40.753843136434973 ], [ -109.45705807156777, 40.753947500727286 ], [ -109.45722217502775, 40.754022660874753 ], [ -109.45742683125791, 40.754137097915695 ], [ -109.45772568459937, 40.754276214831023 ], [ -109.45790757377547, 40.754350710916832 ], [ -109.45808956741313, 40.754420704044904 ], [ -109.45835372892626, 40.754523323206392 ], [ -109.45875189326283, 40.754722317169424 ], [ -109.45899714967936, 40.75487422708688 ], [ -109.45930400515084, 40.755180097299537 ], [ -109.45977004952913, 40.755569164941036 ], [ -109.45997211780089, 40.755693471882161 ], [ -109.46008435061511, 40.755758026709074 ], [ -109.46047868416318, 40.755866882254928 ], [ -109.46071511867385, 40.755888052865863 ], [ -109.46095843012426, 40.755867877296353 ], [ -109.46136219667765, 40.755824618157312 ], [ -109.46229307826263, 40.755782978562294 ], [ -109.46284520665569, 40.75572727826431 ], [ -109.46361070625372, 40.755665408446013 ], [ -109.46433361597309, 40.755652511481493 ], [ -109.46477158071849, 40.755667347604941 ], [ -109.46529130392184, 40.755732814289502 ], [ -109.46585366127957, 40.755798845494731 ], [ -109.4666277942268, 40.755876696580096 ], [ -109.46747854885589, 40.755919527604796 ], [ -109.46767436454597, 40.755904111909587 ], [ -109.46815023737182, 40.755815845014141 ], [ -109.46837607240711, 40.755782810371478 ], [ -109.46877527717042, 40.755680010972029 ], [ -109.46929579803214, 40.755452705632386 ], [ -109.46955412932516, 40.755293985777364 ], [ -109.46978362453194, 40.755152899209158 ], [ -109.46991611433934, 40.755006021813358 ], [ -109.47003171449934, 40.754872432527293 ], [ -109.47010473031941, 40.754787823296773 ], [ -109.47023320436008, 40.7546093637769 ], [ -109.47034931929333, 40.754453260624295 ], [ -109.47042908111649, 40.754332708033878 ], [ -109.47048443563811, 40.754243360360441 ], [ -109.4706056552733, 40.75391616986218 ], [ -109.47063145790027, 40.75377238154767 ], [ -109.47070849632159, 40.753512166404455 ], [ -109.47072987127606, 40.753354807157159 ], [ -109.4707498014516, 40.753260485770767 ], [ -109.47083981582909, 40.752950897682361 ], [ -109.47094208401624, 40.752623455592172 ], [ -109.47099832466714, 40.752236850539575 ], [ -109.47107663959176, 40.751662267636121 ], [ -109.47113572526015, 40.751409921555314 ], [ -109.47116425711674, 40.751198608101276 ], [ -109.47117261261059, 40.750833888780114 ], [ -109.4712057239077, 40.750681188939133 ], [ -109.47124537473256, 40.750501551275235 ], [ -109.47127735108558, 40.750398381191339 ], [ -109.47131906434856, 40.750128689315027 ], [ -109.47134002398008, 40.749989340655539 ], [ -109.47198245080249, 40.746245953636674 ], [ -109.4742276658162, 40.743883996432146 ], [ -109.48421280456228, 40.740466371800345 ], [ -109.48433202138671, 40.740431905020507 ], [ -109.48460546327804, 40.740385951256862 ], [ -109.48474733753221, 40.740396822446407 ], [ -109.48492983396071, 40.74044425949949 ], [ -109.4851356017775, 40.740510018107564 ], [ -109.49342153855694, 40.743856933160437 ], [ -109.49622036396758, 40.745798668998773 ], [ -109.50025296675146, 40.747134815066872 ], [ -109.50066703674287, 40.747420350103596 ], [ -109.5011806892781, 40.747754920476403 ], [ -109.50162909827074, 40.748094046301098 ], [ -109.50224420100396, 40.748394797364469 ], [ -109.50237896259829, 40.748459603652741 ], [ -109.50274251099673, 40.748621964411235 ], [ -109.50312946890678, 40.748744090925285 ], [ -109.50328378433947, 40.748782125295307 ], [ -109.50342509451367, 40.748819089971548 ], [ -109.50377258113403, 40.748905570534546 ], [ -109.5040377028816, 40.748967561042463 ], [ -109.50432660910398, 40.749025355145456 ], [ -109.50449760496043, 40.749059100014527 ], [ -109.50482755391215, 40.749135441124821 ], [ -109.5054155979781, 40.749323222564669 ], [ -109.5055860910596, 40.749379479743517 ], [ -109.50579782843585, 40.749445278921186 ], [ -109.50616169314262, 40.749594120774759 ], [ -109.50650761561987, 40.749750836617913 ], [ -109.50693578690297, 40.749937441834824 ], [ -109.5072769805963, 40.750040945973318 ], [ -109.50758325431285, 40.750116972954793 ], [ -109.50820824959173, 40.750242160893436 ], [ -109.50863223878108, 40.750351235479187 ], [ -109.50958228484772, 40.750507641147209 ], [ -109.51097971384118, 40.750786919206909 ], [ -109.51177512446445, 40.750972839924074 ], [ -109.51193348422761, 40.751042443521932 ], [ -109.51206193829046, 40.751125173541503 ], [ -109.51227760123879, 40.751281093216477 ], [ -109.51252377348706, 40.751396868998818 ], [ -109.51285354310508, 40.751482193074303 ], [ -109.51322235301468, 40.751676117326369 ], [ -109.51353125258326, 40.751900797257882 ], [ -109.51375216061751, 40.75208740954038 ], [ -109.5139207428241, 40.752230108290021 ], [ -109.51400785436066, 40.752307799615281 ], [ -109.51413521058596, 40.752440058146689 ], [ -109.51436523760981, 40.752749297831777 ], [ -109.51472734401182, 40.753244904761154 ], [ -109.51537819252444, 40.753807283108145 ], [ -109.51609458647981, 40.754352484369612 ], [ -109.51625085621372, 40.754516640981862 ], [ -109.51629111773836, 40.754836948766531 ], [ -109.51613948013275, 40.754997145937942 ], [ -109.51595281449994, 40.755134371976546 ], [ -109.51546366909498, 40.755555967974693 ], [ -109.51531744827209, 40.755738754143046 ], [ -109.51520645446263, 40.755935505669719 ], [ -109.51507077218467, 40.756176980209609 ], [ -109.51501537483441, 40.756270853055568 ], [ -109.51475856340555, 40.756898119474826 ], [ -109.51465170312228, 40.757175096304266 ], [ -109.51437941188499, 40.757965210283139 ], [ -109.51427824920557, 40.758252169042365 ], [ -109.51413876797024, 40.758663847749013 ], [ -109.51408656100966, 40.75888027220882 ], [ -109.51406468418716, 40.759064657839723 ], [ -109.51407430207423, 40.759217920476601 ], [ -109.51427326284146, 40.75980601308634 ], [ -109.51491262691454, 40.7603547336143 ], [ -109.51501139310264, 40.760441582296622 ], [ -109.51516215300289, 40.760587653039693 ], [ -109.51522488781788, 40.760696558268599 ], [ -109.51529836417801, 40.760855146567422 ], [ -109.51531765163112, 40.761319315055196 ], [ -109.5152722900342, 40.761494390507544 ], [ -109.51526085619284, 40.761741967796866 ], [ -109.51528153738275, 40.761877356319168 ], [ -109.51532068598692, 40.761981453900468 ], [ -109.5154231724354, 40.762167439849186 ], [ -109.51550347459032, 40.762285579092946 ], [ -109.5156166036124, 40.762525750745191 ], [ -109.51562494073188, 40.762683500787965 ], [ -109.51557679129118, 40.762930605727455 ], [ -109.51544157828559, 40.763203614963139 ], [ -109.51526644012152, 40.763620240806453 ], [ -109.51508789161782, 40.764189961122995 ], [ -109.51507394232068, 40.764284367248216 ], [ -109.51510626760493, 40.76442891375747 ], [ -109.51524750605726, 40.764737008612251 ], [ -109.51530442274144, 40.764841334796849 ], [ -109.51552074781337, 40.765235972938356 ], [ -109.51558890856417, 40.765367468106021 ], [ -109.51564010445333, 40.765462712365121 ], [ -109.51580945591313, 40.765838729323384 ], [ -109.51599918096038, 40.766097902050141 ], [ -109.51604777327793, 40.766310218641735 ], [ -109.51601997646689, 40.766494528296505 ], [ -109.5159562445665, 40.766696392054023 ], [ -109.51587484531599, 40.766893524442523 ], [ -109.51555615841893, 40.767371360991383 ], [ -109.51549384550164, 40.767456136733166 ], [ -109.51520755383379, 40.767862323835146 ], [ -109.51485089715845, 40.768501816400402 ], [ -109.5147869778727, 40.768658636259623 ], [ -109.51471862107618, 40.768801886730039 ], [ -109.51466100597474, 40.768994820259785 ], [ -109.51469694842622, 40.769243007060197 ], [ -109.51472445546246, 40.769337946722324 ], [ -109.51480205716352, 40.769577661596031 ], [ -109.51487925831003, 40.769835387551645 ], [ -109.51485647670142, 40.770060298018919 ], [ -109.5147497605338, 40.770595809938406 ], [ -109.51462782172247, 40.771016722273508 ], [ -109.51458987816426, 40.7711243315457 ], [ -109.51452573590696, 40.77134420533055 ], [ -109.51451027947392, 40.77150615295669 ], [ -109.51453558044389, 40.771700153829478 ], [ -109.51461388603805, 40.771908349301704 ], [ -109.51476545948644, 40.772338187439907 ], [ -109.51489308625081, 40.772938871862451 ], [ -109.51497702949858, 40.7736921322848 ], [ -109.51506064673508, 40.774194061207744 ], [ -109.51511045278566, 40.774671232912873 ], [ -109.5152268619205, 40.775243847166493 ], [ -109.51531170433387, 40.775637693884384 ], [ -109.51537255725987, 40.776151040088152 ], [ -109.51536460877217, 40.776241920016595 ], [ -109.51535607873437, 40.776358916063209 ], [ -109.51535929485645, 40.776480567324334 ], [ -109.51536281177363, 40.776588710245441 ], [ -109.51537817519541, 40.776697005602102 ], [ -109.51541602857131, 40.776859639173878 ], [ -109.51548902076554, 40.777040741133106 ], [ -109.51568861685085, 40.777390122423711 ], [ -109.51606431176921, 40.777813833537891 ], [ -109.51632525119211, 40.778069417237148 ], [ -109.51665064869616, 40.778357357562491 ], [ -109.51681179582815, 40.778571120494064 ], [ -109.51702937392837, 40.778911722456677 ], [ -109.51717217229756, 40.779151372624213 ], [ -109.51747599893088, 40.779876828761061 ], [ -109.51762272197986, 40.780206610129575 ], [ -109.51779229987328, 40.780574519082968 ], [ -109.51790476552037, 40.780846207901099 ], [ -109.518057796722, 40.781158954263809 ], [ -109.518426202727, 40.781645620894629 ], [ -109.51850564816007, 40.781750234602256 ], [ -109.51873125388434, 40.782050399747156 ], [ -109.51880003752805, 40.782154876362739 ], [ -109.51886199720735, 40.782299801928417 ], [ -109.51879333407055, 40.782456562739462 ], [ -109.51864353876309, 40.782531208628953 ], [ -109.51848209570623, 40.782596696619819 ], [ -109.51819495159775, 40.782719122848377 ], [ -109.51803913114199, 40.782798194624554 ], [ -109.51769646827844, 40.783018995887986 ], [ -109.5175333207591, 40.783161029746452 ], [ -109.51739901058325, 40.783338565655335 ], [ -109.51724398337271, 40.783648254653748 ], [ -109.51714771286407, 40.783980318134311 ], [ -109.5171560547697, 40.784138067607152 ], [ -109.51732857863939, 40.784640236016386 ], [ -109.51746928164771, 40.785241084643971 ], [ -109.51749419466108, 40.785453095766243 ], [ -109.51737995001086, 40.785793936496425 ], [ -109.51722390374982, 40.785936061077187 ], [ -109.51690533645397, 40.78608510446724 ], [ -109.51634536519029, 40.786217530600844 ], [ -109.51566650851171, 40.786366440757412 ], [ -109.51545735946056, 40.786444822818943 ], [ -109.51516949104747, 40.786598760452044 ], [ -109.51500713184242, 40.786704768241215 ], [ -109.51479667658874, 40.786841685081619 ], [ -109.5145153312627, 40.786968680661971 ], [ -109.51414462041626, 40.787117044947493 ], [ -109.51378987316434, 40.787346686775763 ], [ -109.51363202830387, 40.787515807604748 ], [ -109.51347900212834, 40.787734534965125 ], [ -109.51339837152906, 40.787895642204454 ], [ -109.51334605607362, 40.788115667039527 ], [ -109.51335240047393, 40.788362571295849 ], [ -109.51339234219145, 40.788697287234193 ], [ -109.51331773298435, 40.789119707438203 ], [ -109.51305665381589, 40.789665838025194 ], [ -109.51278233886833, 40.790008213876789 ], [ -109.51267266434698, 40.790142822578723 ], [ -109.51262878138738, 40.790250354237799 ], [ -109.51246620264901, 40.790631103057244 ], [ -109.51230512358187, 40.791210049499547 ], [ -109.51214996615242, 40.791789072019327 ], [ -109.51208498963197, 40.792044965281903 ], [ -109.51206078117784, 40.792332912704587 ], [ -109.51209923017183, 40.792734269642594 ], [ -109.51213537428278, 40.79297345078848 ], [ -109.51215093650093, 40.793072740731859 ], [ -109.51215767996101, 40.793248485896072 ], [ -109.51214972293157, 40.793392513074551 ], [ -109.51208454357102, 40.793657411759185 ], [ -109.51188811367496, 40.793961153961163 ], [ -109.51180867805799, 40.794068226623146 ], [ -109.51165081181311, 40.79423734418593 ], [ -109.51155962644576, 40.794339761027338 ], [ -109.51147988807166, 40.794460341711151 ], [ -109.51140617482591, 40.794576496025179 ], [ -109.51136579720028, 40.794792169652212 ], [ -109.51138446675398, 40.795017613295741 ], [ -109.51141629392974, 40.795184673995621 ], [ -109.51146146983262, 40.795550085314794 ], [ -109.51145221509803, 40.795964338887828 ], [ -109.51147390300925, 40.796054699804529 ], [ -109.51156266700748, 40.796326088307808 ], [ -109.51165876488437, 40.796534514598896 ], [ -109.51192889301321, 40.796911835714447 ], [ -109.51224178521336, 40.797285203636591 ], [ -109.51230908693034, 40.797403176939369 ], [ -109.51243461304246, 40.797620990163352 ], [ -109.51247759040706, 40.797819722664457 ], [ -109.5124916397355, 40.798252292891469 ], [ -109.51253170219381, 40.798581605292128 ], [ -109.51262820240044, 40.799037758788117 ], [ -109.51274599240141, 40.799602283888575 ], [ -109.51277206962168, 40.800292640767566 ], [ -109.51275329731638, 40.800868016483321 ], [ -109.51280360472259, 40.801269525549912 ], [ -109.51283784515968, 40.801594258592303 ], [ -109.5129705072812, 40.802023853477422 ], [ -109.51304351829708, 40.802204956581711 ], [ -109.5132715908429, 40.802874495482484 ], [ -109.51330854387278, 40.803343392849889 ], [ -109.51327740061704, 40.80394203000688 ], [ -109.51326210411534, 40.804627349053384 ], [ -109.51329455906584, 40.805032230844347 ], [ -109.51336124251939, 40.805497007139394 ], [ -109.51346920673419, 40.805971323416053 ], [ -109.51367861327701, 40.806681157066592 ], [ -109.51385568339164, 40.807246444206449 ], [ -109.51393171450221, 40.807558202883286 ], [ -109.5139610414311, 40.807837831541605 ], [ -109.51396234588833, 40.808045034463966 ], [ -109.51393251300333, 40.808319396951298 ], [ -109.51374026400202, 40.808699764063135 ], [ -109.51339885053234, 40.809388987745351 ], [ -109.51329679475226, 40.809711963728475 ], [ -109.51326455027981, 40.809828653318789 ], [ -109.51322868676608, 40.810107441848594 ], [ -109.5132174326198, 40.810346011139572 ], [ -109.51327729343906, 40.810585496977744 ], [ -109.51331636470665, 40.81069409757832 ], [ -109.51356536483456, 40.81095854090421 ], [ -109.51369965956647, 40.81105035217076 ], [ -109.51390446745279, 40.81117009596359 ], [ -109.51447449821296, 40.811393632182977 ], [ -109.51508087462494, 40.811635649633324 ], [ -109.51557218341999, 40.811880687284585 ], [ -109.516114607254, 40.812279517864148 ], [ -109.51646407293032, 40.812558759373324 ], [ -109.51681442594801, 40.812851523362603 ], [ -109.51703355082074, 40.813020990168177 ], [ -109.51747864441724, 40.813585212640334 ], [ -109.517942745223, 40.814041580553393 ], [ -109.51825606694305, 40.814347376503584 ], [ -109.5185460857264, 40.814634856160481 ], [ -109.518979466014, 40.815140369814841 ], [ -109.51937306796982, 40.815568802542721 ], [ -109.51976094840491, 40.815988152416075 ], [ -109.52004435334601, 40.816307071709822 ], [ -109.52034544134753, 40.816630721169147 ], [ -109.52079752897095, 40.817095931532421 ], [ -109.52094269948883, 40.817232914246368 ], [ -109.52117317328494, 40.817533135886187 ], [ -109.52141972990857, 40.817910131907148 ], [ -109.52175269427075, 40.818400835764123 ], [ -109.52200791247427, 40.818922070797299 ], [ -109.52236692350877, 40.81957525201728 ], [ -109.52277315871609, 40.820238044939657 ], [ -109.52299542595007, 40.820641750684764 ], [ -109.52320514216173, 40.821076823575638 ], [ -109.52333337770916, 40.821443292429677 ], [ -109.52343560830522, 40.821913021137064 ], [ -109.52351492990471, 40.822346424183138 ], [ -109.52359768307923, 40.822892472021998 ], [ -109.52365801312177, 40.823433728732503 ], [ -109.52373375545247, 40.823975182619712 ], [ -109.52374894142227, 40.824092481940461 ], [ -109.52379186755246, 40.824295712977211 ], [ -109.52384275445887, 40.824674703306449 ], [ -109.52389011089565, 40.824945551535841 ], [ -109.52391775159461, 40.825035985981081 ], [ -109.52398478852956, 40.825221509311518 ], [ -109.52404789518727, 40.825316901581964 ], [ -109.5241453695488, 40.825466781985398 ], [ -109.52426725367577, 40.82558544634589 ], [ -109.52467689741587, 40.825829400415451 ], [ -109.52513949406551, 40.826092046256406 ], [ -109.52579531465338, 40.826465256779287 ], [ -109.52656870058109, 40.826885005763863 ], [ -109.52745029079364, 40.827238570447911 ], [ -109.52794996903441, 40.827434117890164 ], [ -109.52848789604366, 40.827562590588904 ], [ -109.52865239047976, 40.827578201077806 ], [ -109.52900746198344, 40.827609753980731 ], [ -109.52953503747783, 40.827616480814633 ], [ -109.53029045551487, 40.827509003593605 ], [ -109.53105931695266, 40.827329628020514 ], [ -109.53206806634198, 40.827027187354375 ], [ -109.53315949751219, 40.826739301388734 ], [ -109.53393990074414, 40.826573565397162 ], [ -109.53489537595217, 40.826265918687362 ], [ -109.53569198379336, 40.825902198872441 ], [ -109.53629039608063, 40.825653063704962 ], [ -109.53645785568031, 40.825587627958377 ], [ -109.5371465623182, 40.825276577364164 ], [ -109.53755913028697, 40.825119663362088 ], [ -109.53795480369448, 40.82492199736712 ], [ -109.53848187026881, 40.824680954465087 ], [ -109.53899381891766, 40.824318108525439 ], [ -109.53916838597925, 40.824198710323785 ], [ -109.53936636609924, 40.82409312045278 ], [ -109.5396476272299, 40.823975072498961 ], [ -109.53977437719686, 40.823927132651846 ], [ -109.54049535761025, 40.823711055270635 ], [ -109.54149245225527, 40.823394871942291 ], [ -109.54285812356977, 40.823033792027424 ], [ -109.54419355255422, 40.82269933843893 ], [ -109.54527775490058, 40.822465294312664 ], [ -109.54637352934122, 40.822243997104756 ], [ -109.54761579113324, 40.82210200354529 ], [ -109.54777027610643, 40.82208683319022 ], [ -109.54861995212431, 40.8220029422355 ], [ -109.54997869272768, 40.821956973658089 ], [ -109.55085633518503, 40.821949986544681 ], [ -109.55158618532998, 40.821923120892116 ], [ -109.55210938030426, 40.821856723673612 ], [ -109.55303240868849, 40.821671028572894 ], [ -109.55339057417474, 40.821559316415566 ], [ -109.55360049653555, 40.821448446831965 ], [ -109.55377000302445, 40.82128752562177 ], [ -109.55383850979128, 40.821136147682878 ], [ -109.55393784598587, 40.820930206793193 ], [ -109.55395752533285, 40.820570129610644 ], [ -109.5539400761451, 40.820281651746249 ], [ -109.55395975518582, 40.819921574520578 ], [ -109.5540758926373, 40.819760884571622 ], [ -109.55434040425945, 40.819593045999795 ], [ -109.55458052160392, 40.819456429490089 ], [ -109.5549387898931, 40.819339308848427 ], [ -109.55512370412744, 40.819287576582106 ], [ -109.55525488297988, 40.819253187217086 ], [ -109.55584508850986, 40.819102936024898 ], [ -109.55652032129527, 40.818859160759992 ], [ -109.55748131776049, 40.818560402739493 ], [ -109.55847016666442, 40.818343958462307 ], [ -109.5595303677774, 40.818117586971411 ], [ -109.55988210909469, 40.818027393682918 ], [ -109.56022803930269, 40.81793172192252 ], [ -109.56071742423063, 40.81778198885582 ], [ -109.56132735159957, 40.817540973652676 ], [ -109.56221835158095, 40.817187254263864 ], [ -109.56313936565924, 40.816815885572865 ], [ -109.56401470238272, 40.816362867871533 ], [ -109.56436236591941, 40.81618613220698 ], [ -109.56473319156454, 40.816034906379237 ], [ -109.56549679906618, 40.815813797152153 ], [ -109.56656410527647, 40.815529797051241 ], [ -109.56756504522845, 40.815299011607799 ], [ -109.56855487992942, 40.815032947987724 ], [ -109.5695458097108, 40.814715543148459 ], [ -109.57067415530588, 40.814071937039614 ], [ -109.57078247926017, 40.813996710187972 ], [ -109.57130125816032, 40.813579754960692 ], [ -109.57158844320908, 40.813457197756648 ], [ -109.57176624318242, 40.8134593992392 ], [ -109.57184174463892, 40.813532398944766 ], [ -109.57179008177437, 40.813729937921529 ], [ -109.57169090833921, 40.813931392674093 ], [ -109.57147622843598, 40.814266538759767 ], [ -109.57113962907403, 40.814757816353584 ], [ -109.57085916885585, 40.815119170757001 ], [ -109.5707536769864, 40.815338562587208 ], [ -109.57070890278774, 40.815491145778864 ], [ -109.57058807603445, 40.81587249348685 ], [ -109.57046707381765, 40.816261946166101 ], [ -109.57039015975278, 40.816806884622977 ], [ -109.57037884354824, 40.817113020193446 ], [ -109.57044230427164, 40.817415578407349 ], [ -109.57046330523448, 40.817541952225866 ], [ -109.5705168714376, 40.817808355317744 ], [ -109.57070579406388, 40.818121476142601 ], [ -109.57101599828947, 40.818584732949844 ], [ -109.5712970541075, 40.819025107619559 ], [ -109.57136049426393, 40.819107867134164 ], [ -109.57158052891027, 40.81935291017659 ], [ -109.57222656906315, 40.819914907005362 ], [ -109.57286630667984, 40.820494838451729 ], [ -109.57339098230061, 40.820911197435983 ], [ -109.57368941730671, 40.821095050076558 ], [ -109.57393634040142, 40.821192688106272 ], [ -109.57411290738715, 40.821253423515202 ], [ -109.57428957113771, 40.821309655796455 ], [ -109.57496794170068, 40.821471176049187 ], [ -109.5755517662614, 40.821618012676346 ], [ -109.57604591167356, 40.821799771785706 ], [ -109.5766912849073, 40.822118516483378 ], [ -109.57731228081343, 40.82246848530184 ], [ -109.57777304798348, 40.822825483460903 ], [ -109.57823343539019, 40.823200491313031 ], [ -109.57851859671963, 40.823451728684496 ], [ -109.57888189483243, 40.823986782575872 ], [ -109.57903496838281, 40.824259812345041 ], [ -109.57942901504592, 40.824688046794726 ], [ -109.57981859935965, 40.825047763345978 ], [ -109.58038034236625, 40.825397886935434 ], [ -109.5805454551576, 40.825440455344655 ], [ -109.58069364904441, 40.825442278867897 ], [ -109.5811402657106, 40.825352287403064 ], [ -109.58162977632767, 40.825197062465179 ], [ -109.58183849431853, 40.825141076022106 ], [ -109.58203506873683, 40.825098452083132 ], [ -109.58239938017726, 40.825030865015975 ], [ -109.5827008920791, 40.825016553843938 ], [ -109.58291457771769, 40.825005667019887 ], [ -109.58357441134814, 40.824982242844492 ], [ -109.58432088513246, 40.824955374190878 ], [ -109.58526253787109, 40.82472821221829 ], [ -109.58612186630452, 40.824468505097137 ], [ -109.58653999768997, 40.82437904429991 ], [ -109.58675345135609, 40.8243231069522 ], [ -109.58687955758082, 40.824248082958242 ], [ -109.58704285439597, 40.824096945439763 ], [ -109.58730538867906, 40.823739836506462 ], [ -109.58739707418086, 40.823610341707209 ], [ -109.58764899144744, 40.823194549195932 ], [ -109.58775128412289, 40.822844485192569 ], [ -109.58777126393433, 40.822741136496603 ], [ -109.58794133119176, 40.821991040922498 ], [ -109.58800480834604, 40.821793639414608 ], [ -109.58825088273348, 40.821373269840841 ], [ -109.58884627792933, 40.820695938199627 ], [ -109.58918167461617, 40.82031269167021 ], [ -109.589608292948, 40.819989112271884 ], [ -109.59002395195414, 40.819678909483599 ], [ -109.59038559453911, 40.819399573521899 ], [ -109.59073863799995, 40.819246245035146 ], [ -109.59107437467297, 40.819070183771828 ], [ -109.59154727151788, 40.818576007977846 ], [ -109.59186979261698, 40.818183588054154 ], [ -109.59215284336396, 40.817975352006691 ], [ -109.59231468453746, 40.817891749911986 ], [ -109.59242844207246, 40.817839089308428 ], [ -109.59290010972047, 40.817682697449762 ], [ -109.59340629125742, 40.817576269187008 ], [ -109.59391754244831, 40.817510437050437 ], [ -109.59439830172407, 40.81748476766569 ], [ -109.59456464024889, 40.817468778129538 ], [ -109.59497503428416, 40.817406216514975 ], [ -109.5952498649746, 40.817305970175198 ], [ -109.59554731266638, 40.817201494476606 ], [ -109.59591299255025, 40.817066320093019 ], [ -109.59667464929579, 40.816652206350227 ], [ -109.59749518702701, 40.81625681965955 ], [ -109.59844093929908, 40.815826915947817 ], [ -109.59915759177132, 40.815577988398637 ], [ -109.5996466112078, 40.815440696537145 ], [ -109.60032426729653, 40.815354335473252 ], [ -109.60087669985634, 40.815302484218464 ], [ -109.60141182383506, 40.815227900133003 ], [ -109.60172651689273, 40.815204690655442 ], [ -109.6022543455593, 40.815251624018295 ], [ -109.60249531266328, 40.815295080098743 ], [ -109.60303794306775, 40.815427766461134 ], [ -109.60362860996352, 40.815588056159292 ], [ -109.60443453009924, 40.815774368289297 ], [ -109.60467789029384, 40.815816947956399 ], [ -109.60483023975223, 40.815845815036973 ], [ -109.6052683226423, 40.815932185770194 ], [ -109.60587202532648, 40.81598001994103 ], [ -109.60651147934591, 40.816019274696593 ], [ -109.60726777857889, 40.81614100988611 ], [ -109.6077872828663, 40.816246370332138 ], [ -109.60852431932246, 40.816439029079746 ], [ -109.60980699060967, 40.816905801644893 ], [ -109.61083832806985, 40.817201081466671 ], [ -109.61181638708526, 40.817493008509132 ], [ -109.61251749262358, 40.817704126484749 ], [ -109.61318341487983, 40.817896800965919 ], [ -109.61392639449419, 40.818090397533211 ], [ -109.61407975144839, 40.818128272660822 ], [ -109.61429821398758, 40.818171433749264 ], [ -109.61454696873736, 40.818183429773015 ], [ -109.61468404379258, 40.818149043461986 ], [ -109.61492384817672, 40.818021305080045 ], [ -109.61539082319284, 40.817517951396376 ], [ -109.61563137297527, 40.817354187912265 ], [ -109.61593203514127, 40.817150608554847 ], [ -109.61623222754517, 40.816969543109678 ], [ -109.61657340736009, 40.81652773239675 ], [ -109.61695220242748, 40.815987282070331 ], [ -109.61719813645685, 40.81562089662615 ], [ -109.61756266654255, 40.81513882609606 ], [ -109.61818715767004, 40.814470697594693 ], [ -109.61889036590044, 40.813722434743028 ], [ -109.61955792306516, 40.812977344089823 ], [ -109.61975157361474, 40.812786886922964 ], [ -109.61993187648881, 40.812668334913248 ], [ -109.62026575066731, 40.812576842300324 ], [ -109.62066321342455, 40.812563579123442 ], [ -109.62088194219113, 40.812593218681457 ], [ -109.62117132558204, 40.812646222716381 ], [ -109.62144904244106, 40.812690078463135 ], [ -109.62217182339536, 40.812712225737343 ], [ -109.6234750524043, 40.812759312466675 ], [ -109.62365257525482, 40.81277494285365 ], [ -109.62407225712452, 40.81283399821293 ], [ -109.62459713316647, 40.81296637149859 ], [ -109.62503875765339, 40.813111262377795 ], [ -109.62568631182415, 40.813389223237358 ], [ -109.6261140664372, 40.813574481440533 ], [ -109.62623695027185, 40.813652514151471 ], [ -109.6264823472798, 40.813826591065038 ], [ -109.62674996715114, 40.814072997192582 ], [ -109.62708852590333, 40.81432925513279 ], [ -109.62732855769671, 40.814476241947844 ], [ -109.62763462184006, 40.814583477176292 ], [ -109.62784067172912, 40.814653489394829 ], [ -109.62828898374231, 40.814762414814091 ], [ -109.6287656337079, 40.81493473238357 ], [ -109.62953307330017, 40.815380747428115 ], [ -109.6302560713056, 40.815682099320384 ], [ -109.63080996967108, 40.815846317529093 ], [ -109.63137690966653, 40.815953035664968 ], [ -109.63156622324891, 40.815972397048967 ], [ -109.6319604611232, 40.815828438600398 ], [ -109.6322184684268, 40.815678359526629 ], [ -109.63241740800699, 40.815517670659972 ], [ -109.63261130737544, 40.815313682578903 ], [ -109.6327750344372, 40.815135460196181 ], [ -109.63346224834173, 40.814292332751187 ], [ -109.63368300834581, 40.813934621582547 ], [ -109.63392163881593, 40.813572617507582 ], [ -109.63408637404451, 40.813344860274363 ], [ -109.6344401022175, 40.812862607751725 ], [ -109.63469809277579, 40.812423361011305 ], [ -109.63492447105513, 40.812080126846297 ], [ -109.6350540081459, 40.811833935320784 ], [ -109.63510010956047, 40.811609276874378 ], [ -109.63508755187272, 40.811065035607349 ], [ -109.63510968778806, 40.810852704991149 ], [ -109.63516561112718, 40.810727252425956 ], [ -109.63526894682806, 40.810602360735203 ], [ -109.63564229849452, 40.810318515858583 ], [ -109.63600659840253, 40.810129148395959 ], [ -109.63661069626356, 40.809924597743155 ], [ -109.63765919800005, 40.809671243923241 ], [ -109.63869381411024, 40.809516806451548 ], [ -109.64002631252832, 40.809289302355175 ], [ -109.64201700562106, 40.809051516329539 ], [ -109.642830948355, 40.808962005003146 ], [ -109.64359866975875, 40.808813391393073 ], [ -109.64435416839304, 40.808682645354075 ], [ -109.6445925999836, 40.808617885729653 ], [ -109.64487370709975, 40.808495073832582 ], [ -109.64516183880949, 40.808318294739806 ], [ -109.64538422931876, 40.808167767484868 ], [ -109.6459458192324, 40.807660894884684 ], [ -109.64621689775366, 40.807447880268406 ], [ -109.64645861319404, 40.807279561336465 ], [ -109.64664332102588, 40.8071745311331 ], [ -109.64685906050825, 40.807117607917725 ], [ -109.647089823814, 40.807079777645512 ], [ -109.64742233608956, 40.807052148085937 ], [ -109.64793009255405, 40.806859920429375 ], [ -109.64806165872054, 40.806802909216586 ], [ -109.64846930485757, 40.806577977328239 ], [ -109.64887166144246, 40.806321453426293 ], [ -109.64932277599588, 40.805998838487682 ], [ -109.64972651334074, 40.805673865598571 ], [ -109.6500757980981, 40.805403203964133 ], [ -109.65033536699877, 40.80517202846741 ], [ -109.65051807716797, 40.804930945159811 ], [ -109.65064863708655, 40.804630698446836 ], [ -109.650772722486, 40.804357400373164 ], [ -109.65084821294747, 40.804142087005111 ], [ -109.65108452716925, 40.803595351586999 ], [ -109.65125957221072, 40.803146989295591 ], [ -109.65141820450093, 40.802630873496192 ], [ -109.65147454563819, 40.80242434396996 ], [ -109.65150226012337, 40.80228504114433 ], [ -109.65149797484108, 40.802145364270217 ], [ -109.65148402573543, 40.801956029442785 ], [ -109.65147627614917, 40.80181180797608 ], [ -109.65152796573999, 40.801307954055531 ], [ -109.65167784020554, 40.80093136216648 ], [ -109.65187284060238, 40.800667899660951 ], [ -109.65206711056243, 40.800440461003959 ], [ -109.65226019493934, 40.800271561344715 ], [ -109.6523926552334, 40.800169514590962 ], [ -109.65277754494242, 40.799894756172492 ], [ -109.65330592115384, 40.799558614173115 ], [ -109.65372408239911, 40.799396843227946 ], [ -109.65396247192074, 40.799332063468015 ], [ -109.65421872878238, 40.799262987546641 ], [ -109.65455721609605, 40.799230902814401 ], [ -109.65480618257777, 40.799229301954284 ], [ -109.65497182689974, 40.799244745536868 ], [ -109.65521423158606, 40.799274595945278 ], [ -109.65539747121588, 40.799299252202033 ], [ -109.65631421642937, 40.799395510937408 ], [ -109.65667586130888, 40.799390714259175 ], [ -109.65709138141882, 40.799359519019887 ], [ -109.6576606044993, 40.799348127140874 ], [ -109.65815746836212, 40.799398047356895 ], [ -109.65864692053779, 40.799521746398831 ], [ -109.65917131225621, 40.799676477286702 ], [ -109.65960727434687, 40.799807657944328 ], [ -109.66033223851464, 40.800009754673333 ], [ -109.66089336906188, 40.800106351140997 ], [ -109.66124809679152, 40.800151004882679 ], [ -109.6614254879883, 40.800171980433845 ], [ -109.66172216256848, 40.800215058311693 ], [ -109.66216988486211, 40.800292316594103 ], [ -109.66282026818236, 40.800371922289472 ], [ -109.66306860665283, 40.80040182498859 ], [ -109.66335349359095, 40.800382605572445 ], [ -109.66365697050961, 40.800323063937533 ], [ -109.66386518378563, 40.800284938711229 ], [ -109.66451908975198, 40.80018891593425 ], [ -109.66529295157633, 40.800022211770752 ], [ -109.66615202323135, 40.799743885207647 ], [ -109.6671839229063, 40.799418003913352 ], [ -109.66789429815371, 40.799164970914781 ], [ -109.66812154275182, 40.7990640003637 ], [ -109.66830847743765, 40.79890401081304 ], [ -109.66846057760121, 40.798707586133524 ], [ -109.66852845889186, 40.798573246661817 ], [ -109.66878453129301, 40.798215873931142 ], [ -109.6690234540342, 40.797826774065939 ], [ -109.66916863467534, 40.79767981364872 ], [ -109.66931992003362, 40.797523915259006 ], [ -109.66968685955355, 40.797253396998521 ], [ -109.66979477661557, 40.797191583951609 ], [ -109.67030966867019, 40.796931777668838 ], [ -109.67088264320608, 40.796731191503468 ], [ -109.67194975695013, 40.796419185099317 ], [ -109.67239083859329, 40.796293642759181 ], [ -109.67267175395308, 40.796175264326045 ], [ -109.67287510037717, 40.796083017538521 ], [ -109.67337147881153, 40.795859017292003 ], [ -109.67370607726514, 40.795723237196754 ], [ -109.67383158494724, 40.795670630753129 ], [ -109.67425568860945, 40.795504349161305 ], [ -109.67513693450806, 40.795298275502944 ], [ -109.67585074569949, 40.795166843226177 ], [ -109.6764558596704, 40.795136853106158 ], [ -109.67695381715943, 40.795130853982748 ], [ -109.67748065035573, 40.795163018178286 ], [ -109.6782672865162, 40.795244098509471 ], [ -109.67889977713941, 40.795327912578898 ], [ -109.679430914146, 40.795442091820291 ], [ -109.67996187461522, 40.79556527480549 ], [ -109.68040988212898, 40.795687506578176 ], [ -109.68086929631951, 40.795832387549957 ], [ -109.68122842665731, 40.795953599906156 ], [ -109.68155198814948, 40.796075305493211 ], [ -109.68193987514714, 40.796240984470188 ], [ -109.68250878105982, 40.796543852540495 ], [ -109.68312328031332, 40.796939121925575 ], [ -109.68361334045451, 40.797273514087841 ], [ -109.68423629758259, 40.797601312521884 ], [ -109.6848880058056, 40.797914121391869 ], [ -109.68543446331894, 40.798154562552824 ], [ -109.68568704280936, 40.798270042823098 ], [ -109.6859872944855, 40.798372553214328 ], [ -109.68635136619743, 40.798484797733373 ], [ -109.68655277953552, 40.798550148376215 ], [ -109.68674743755942, 40.798597405364134 ], [ -109.68811509065435, 40.798973293510613 ], [ -109.68898075852272, 40.799257884199157 ], [ -109.68975737100079, 40.79955046524038 ], [ -109.69018083585676, 40.799717421437478 ], [ -109.69073758637386, 40.800039028227431 ], [ -109.69091880764256, 40.80016719953872 ], [ -109.69157851561575, 40.800679142762441 ], [ -109.69209185504403, 40.801099340910092 ], [ -109.69243485229937, 40.801441036528047 ], [ -109.69275096270657, 40.801642799323439 ], [ -109.69306088407215, 40.801858003444543 ], [ -109.69323088119849, 40.801954515259034 ], [ -109.69347853441106, 40.802020377587517 ], [ -109.6936322558865, 40.802040134769122 ], [ -109.69384523699806, 40.80206056268193 ], [ -109.6941611662549, 40.80196955297928 ], [ -109.69436973937262, 40.801912459482686 ], [ -109.69460790653386, 40.8018575021106 ], [ -109.69488138189833, 40.80181555516662 ], [ -109.6953441340017, 40.801793764609322 ], [ -109.69648893668759, 40.80181120926121 ], [ -109.69694812503934, 40.801910982761413 ], [ -109.69737179957001, 40.802068906780775 ], [ -109.69748926229782, 40.802124282235653 ], [ -109.69782440185013, 40.802263188582771 ], [ -109.69825861284433, 40.802488789811818 ], [ -109.69876244375321, 40.802791744416908 ], [ -109.69903644018964, 40.802965990409056 ], [ -109.69932536400833, 40.803104371230944 ], [ -109.69961819630106, 40.803224778977842 ], [ -109.69991419106326, 40.803304684703342 ], [ -109.70020900133572, 40.803384576325627 ], [ -109.70058702361091, 40.803452792984821 ], [ -109.70107741431103, 40.803533984293153 ], [ -109.7015271836971, 40.8035705761244 ], [ -109.70184719347566, 40.803574177450905 ], [ -109.70227997483089, 40.803570038269086 ], [ -109.70262342603201, 40.80358741343148 ], [ -109.7034301660819, 40.803555946029192 ], [ -109.70393563774701, 40.803471543701178 ], [ -109.7042223681739, 40.803357657880603 ], [ -109.70439632687041, 40.803251513143302 ], [ -109.70451128697867, 40.803131193332383 ], [ -109.70463304838194, 40.802965908734656 ], [ -109.70472447848076, 40.802836316292272 ], [ -109.70486401690555, 40.802671231027091 ], [ -109.7051470045174, 40.802444698255563 ], [ -109.70530151849962, 40.802423911856089 ], [ -109.70556217560542, 40.802431340863137 ], [ -109.70582840887103, 40.8024568482506 ], [ -109.70608981407516, 40.802486804979019 ], [ -109.70688337656964, 40.802522727127332 ], [ -109.70739836732214, 40.802496969615277 ], [ -109.70777920525839, 40.802420162093505 ], [ -109.70827995966965, 40.802272630345527 ], [ -109.70855979147204, 40.802208201584151 ], [ -109.7088631521834, 40.802153043677563 ], [ -109.70933862796069, 40.802086298298178 ], [ -109.71043307277122, 40.801949901577984 ], [ -109.71104940972336, 40.801893731784958 ], [ -109.71272393032883, 40.801736768103993 ], [ -109.71420820457679, 40.801609188661033 ], [ -109.7154018414199, 40.801491866598866 ], [ -109.71608942578978, 40.801490512424905 ], [ -109.71666459055334, 40.801478895455439 ], [ -109.71721570452711, 40.801485024629059 ], [ -109.71784359614259, 40.801505516794535 ], [ -109.71811593041738, 40.801522055410004 ], [ -109.7186415223143, 40.80162248045923 ], [ -109.71880675674798, 40.801660348412796 ], [ -109.71901922604371, 40.801707748824278 ], [ -109.71934376999337, 40.801783417644984 ], [ -109.71968525366862, 40.801841257113466 ], [ -109.71985210713787, 40.801856620998187 ], [ -109.72002971400849, 40.801867599839248 ], [ -109.72025053305951, 40.801788975588167 ], [ -109.72042515462685, 40.801646781013673 ], [ -109.72099737337972, 40.801171186540799 ], [ -109.72138705361496, 40.800941292283447 ], [ -109.72180224911799, 40.800617093078735 ], [ -109.72198949351169, 40.80043449894454 ], [ -109.72207970142432, 40.80030487900536 ], [ -109.72234870607078, 40.799938521361142 ], [ -109.72262348442472, 40.799518177653766 ], [ -109.72302983428523, 40.799036232065333 ], [ -109.72338043084775, 40.798679783189762 ], [ -109.72353133469433, 40.798537321332866 ], [ -109.72399606617401, 40.798101059259977 ], [ -109.72458600567478, 40.797625642477861 ], [ -109.72502538425655, 40.797274674012868 ], [ -109.72596260799375, 40.79661391462745 ], [ -109.72673088775393, 40.796108927106964 ], [ -109.72730644487424, 40.795763956711696 ], [ -109.7278403460159, 40.795427532316531 ], [ -109.72804540306146, 40.795303677984109 ], [ -109.72834856354817, 40.795194416981289 ], [ -109.72898026621178, 40.795012205118262 ], [ -109.73000991104438, 40.79478482562584 ], [ -109.73051588572781, 40.7946687830066 ], [ -109.73082503486243, 40.794618134866049 ], [ -109.73121104193288, 40.794577339383579 ], [ -109.73153118369076, 40.794571851402111 ], [ -109.73184471444003, 40.794602322799619 ], [ -109.73205742830696, 40.794636189532206 ], [ -109.73221088853721, 40.794669404771412 ], [ -109.7324115807168, 40.794712146983059 ], [ -109.7327884935424, 40.794837898628828 ], [ -109.73323445820762, 40.795072506045145 ], [ -109.73379876382387, 40.795317418815152 ], [ -109.73401637982946, 40.795405385145038 ], [ -109.73425795489359, 40.795480101570668 ], [ -109.73449386161298, 40.79554124296569 ], [ -109.73474196175653, 40.795584501134719 ], [ -109.73575239847413, 40.795744213773105 ], [ -109.73656197074672, 40.795870189265003 ], [ -109.73700484711601, 40.795956112454476 ], [ -109.73735206302138, 40.796086028235941 ], [ -109.73775785321841, 40.796252616765962 ], [ -109.73855690661283, 40.796621685522204 ], [ -109.73888550002822, 40.796796434252492 ], [ -109.73924947840655, 40.796980576965034 ], [ -109.73950232018275, 40.797086934367584 ], [ -109.74016149378042, 40.797331951698823 ], [ -109.74094947118715, 40.797661246734137 ], [ -109.74150282699657, 40.797860961228309 ], [ -109.74203806895741, 40.798078492035593 ], [ -109.74254825171708, 40.798367813109913 ], [ -109.74329377078894, 40.79874977796775 ], [ -109.74401618947748, 40.79909995771763 ], [ -109.74460892617614, 40.799412688968943 ], [ -109.74505470937437, 40.799660761147372 ], [ -109.74570019554177, 40.800005589386565 ], [ -109.74604075982141, 40.800239001423677 ], [ -109.74640164304421, 40.800526682634654 ], [ -109.74654191691711, 40.800631801425283 ], [ -109.7471207948002, 40.801052467993081 ], [ -109.74772473847226, 40.801401337880101 ], [ -109.74798192852168, 40.801530244505571 ], [ -109.74820652603822, 40.801627268112838 ], [ -109.74834773576023, 40.801682849588325 ], [ -109.74875942965555, 40.801853967651368 ], [ -109.74915268794162, 40.802060016470094 ], [ -109.74960517588195, 40.802268507556619 ], [ -109.74975807134776, 40.802333222192431 ], [ -109.74999918284671, 40.802434925390649 ], [ -109.75033485969828, 40.802551164796625 ], [ -109.75070711090598, 40.802676807517777 ], [ -109.75087092878712, 40.802728126609637 ], [ -109.75120719960475, 40.802812841103659 ], [ -109.75157911266291, 40.802893436199398 ], [ -109.75206963440316, 40.80297080902281 ], [ -109.75228744755549, 40.802987578053113 ], [ -109.75259181198628, 40.802940423261958 ], [ -109.75278872450133, 40.802870486331436 ], [ -109.75340959593322, 40.802633974419294 ], [ -109.75421594129008, 40.802304875633574 ], [ -109.75483823339523, 40.801991801318415 ], [ -109.75515568200782, 40.801815062364462 ], [ -109.75537822787767, 40.80164180285675 ], [ -109.75553499726699, 40.801499362236619 ], [ -109.75595663196644, 40.801139075993362 ], [ -109.75609562091933, 40.800996442860608 ], [ -109.75624867210614, 40.80079901090982 ], [ -109.75630290562019, 40.80068789342625 ], [ -109.75635317154712, 40.800535295253951 ], [ -109.75638082621376, 40.800323899777332 ], [ -109.75637767423524, 40.800175229878221 ], [ -109.75636267042763, 40.800026432218878 ], [ -109.75626789986674, 40.799070537292629 ], [ -109.75614299853406, 40.798141342023818 ], [ -109.75603709490144, 40.797464582101739 ], [ -109.75593535321558, 40.796882453440581 ], [ -109.75579763923835, 40.796322457320841 ], [ -109.75562656075999, 40.795644993965524 ], [ -109.75555792988348, 40.795257800026512 ], [ -109.75554659263753, 40.795166694466779 ], [ -109.75553428276216, 40.794873793721301 ], [ -109.75557504955405, 40.794594977829725 ], [ -109.75564468619262, 40.794357010395146 ], [ -109.75576105277511, 40.794155579858398 ], [ -109.7559128027556, 40.793963538989843 ], [ -109.75604559889214, 40.793834351284993 ], [ -109.75641784580272, 40.793577125050021 ], [ -109.75661006156244, 40.793439568882881 ], [ -109.75676757362092, 40.793319654936099 ], [ -109.75703096649335, 40.79311530314844 ], [ -109.75773312554969, 40.792645428402693 ], [ -109.75817171179889, 40.792325852925771 ], [ -109.75855612808235, 40.792050734143771 ], [ -109.75894529233135, 40.791838722889985 ], [ -109.75936516982283, 40.791568486932022 ], [ -109.75957632264495, 40.791368071592203 ], [ -109.75992769060731, 40.790957469039839 ], [ -109.76031493976224, 40.790529234404303 ], [ -109.76071962409335, 40.790119202205908 ], [ -109.76107656848791, 40.789726672426553 ], [ -109.7612045092354, 40.789538872819321 ], [ -109.76133268359091, 40.789338464010484 ], [ -109.76138769890649, 40.789248071241964 ], [ -109.76175517771532, 40.788607024452602 ], [ -109.76192031999673, 40.788330441490658 ], [ -109.76201252235511, 40.788152166505903 ], [ -109.76207571883917, 40.787940249671898 ], [ -109.76212095639872, 40.78773804920084 ], [ -109.76226652238965, 40.786919859216908 ], [ -109.76238354804876, 40.78604280908602 ], [ -109.76246240294331, 40.785625671529075 ], [ -109.76248837555669, 40.785503437731386 ], [ -109.76254011984403, 40.78526977787071 ], [ -109.76263809025657, 40.785099671573732 ], [ -109.76277210919115, 40.784902926954175 ], [ -109.76292406817686, 40.784697366256431 ], [ -109.76345362317348, 40.783941844427382 ], [ -109.76389129339422, 40.783347484475243 ], [ -109.7642185433089, 40.782955527022388 ], [ -109.76439938078983, 40.7827899099589 ], [ -109.76462100379688, 40.78266166320072 ], [ -109.76485981506069, 40.782565128950317 ], [ -109.76511581485357, 40.782500307106375 ], [ -109.7652765237475, 40.782461489801932 ], [ -109.76570967025471, 40.78243009113951 ], [ -109.76601148115367, 40.7825152946263 ], [ -109.76622217390704, 40.782593217237185 ], [ -109.76674619569592, 40.782774480713535 ], [ -109.76716433026428, 40.782914073252364 ], [ -109.76767659159282, 40.783090702715668 ], [ -109.76784141044153, 40.783150115870725 ], [ -109.7679813136149, 40.783211064400611 ], [ -109.76811751258506, 40.783280080654613 ], [ -109.76825959966321, 40.78328700255036 ], [ -109.76845845108465, 40.783108058999346 ], [ -109.76876793716102, 40.782778055974568 ], [ -109.76908297034839, 40.782340012018551 ], [ -109.76930707703235, 40.782076658634416 ], [ -109.76956589675575, 40.781858716343621 ], [ -109.76976904770302, 40.781703237819812 ], [ -109.76994428119561, 40.781583494402248 ], [ -109.77015464448182, 40.781486645847444 ], [ -109.77032025371965, 40.78143886544818 ], [ -109.77086021162573, 40.781398676597476 ], [ -109.77158896630691, 40.781402834282432 ], [ -109.77238932688812, 40.781379823592033 ], [ -109.77310090549925, 40.781351359188612 ], [ -109.77430577311912, 40.7812425530187 ], [ -109.77530221187573, 40.781190075899893 ], [ -109.77650977474306, 40.781256936676286 ], [ -109.77675225767281, 40.781282028362085 ], [ -109.77705365336479, 40.781325760530315 ], [ -109.77732551053114, 40.78136467476461 ], [ -109.77813935080695, 40.781575982199875 ], [ -109.77901227488067, 40.781796917430896 ], [ -109.77991466189921, 40.782027165900899 ], [ -109.78017434541098, 40.782083961256951 ], [ -109.78041666814656, 40.782118051834892 ], [ -109.7807597880084, 40.782148702937349 ], [ -109.78163075474204, 40.782153399051502 ], [ -109.78255438334206, 40.78219467737334 ], [ -109.78396381382412, 40.782241069322026 ], [ -109.78497614744649, 40.782292271390709 ], [ -109.78622637760289, 40.78229552104996 ], [ -109.7875410887583, 40.782337269535155 ], [ -109.78839412275117, 40.782350734424455 ], [ -109.7887615184766, 40.782350087672135 ], [ -109.78934211153096, 40.782356181091302 ], [ -109.78989933404632, 40.782344009922248 ], [ -109.79039138780398, 40.782331152878925 ], [ -109.79058595387468, 40.782319680035378 ], [ -109.79078897743702, 40.782299287217299 ], [ -109.79132331817142, 40.78224182794996 ], [ -109.79244676865042, 40.782047301469511 ], [ -109.79336346253677, 40.781817271341311 ], [ -109.79437655252191, 40.781499059156857 ], [ -109.79518665959397, 40.781264297382563 ], [ -109.79588444307177, 40.781014845320769 ], [ -109.79655901195875, 40.78073812202171 ], [ -109.79711460244462, 40.780487179299193 ], [ -109.7975382308916, 40.780324941591608 ], [ -109.79790613633148, 40.780229683954502 ], [ -109.79867013702683, 40.780052971083407 ], [ -109.79917364779868, 40.779995154340924 ], [ -109.79942254663024, 40.779993240289656 ], [ -109.79978984904125, 40.779997061534516 ], [ -109.79998526768584, 40.780003598248179 ], [ -109.8004530391609, 40.780021974676295 ], [ -109.80122781878832, 40.780102093159137 ], [ -109.80212116640129, 40.780178933301613 ], [ -109.80285464200674, 40.780249603762293 ], [ -109.80335788104021, 40.780272840547944 ], [ -109.80368379646161, 40.780271716020195 ], [ -109.80387929724448, 40.780273742846397 ], [ -109.80430544065837, 40.780300680407102 ], [ -109.80506285950015, 40.780358072516648 ], [ -109.80563664312827, 40.780412658113924 ], [ -109.80610960195983, 40.780472503455535 ], [ -109.80670074130552, 40.780550684906146 ], [ -109.80738707377895, 40.780607326566688 ], [ -109.8075763293312, 40.780627299163797 ], [ -109.80789085824868, 40.780666582397075 ], [ -109.80830973598376, 40.780702438401946 ], [ -109.80864734144581, 40.780710428884817 ], [ -109.80893211087431, 40.780690848100846 ], [ -109.80918741945595, 40.780661954272674 ], [ -109.80963909844854, 40.780586441134417 ], [ -109.810215379658, 40.780501401184495 ], [ -109.81075009301159, 40.78042133489506 ], [ -109.81092870533399, 40.780373630085776 ], [ -109.81104174871048, 40.78034777010393 ], [ -109.81117270940079, 40.780313987154187 ], [ -109.8113693509094, 40.780252054146104 ], [ -109.81182272626378, 40.780081061977825 ], [ -109.81226881125166, 40.779986563483369 ], [ -109.81261496658261, 40.779913555689234 ], [ -109.81275044052292, 40.77989242899897 ], [ -109.81339778703212, 40.779809005143036 ], [ -109.81422852714977, 40.779741875760116 ], [ -109.81511934043753, 40.779628514148712 ], [ -109.81640233293302, 40.779452507838919 ], [ -109.81659254744737, 40.779418425689045 ], [ -109.81679484995738, 40.779370954733253 ], [ -109.81692590184818, 40.779331761184352 ], [ -109.81717639644189, 40.779239742181325 ], [ -109.81735706472668, 40.779142502809542 ], [ -109.81745162547864, 40.779089422184143 ], [ -109.81765528400194, 40.778965393060005 ], [ -109.81820013157022, 40.778646676020394 ], [ -109.81898361409091, 40.778235811991934 ], [ -109.82010178421945, 40.777661711891511 ], [ -109.82123154443833, 40.777101231688327 ], [ -109.82225258620765, 40.77665673863126 ], [ -109.822925565623, 40.77639425744416 ], [ -109.82306997473182, 40.776336275676641 ], [ -109.82342179265572, 40.776209243213742 ], [ -109.82379217542626, 40.776037357379685 ], [ -109.82394794503647, 40.775939853756029 ], [ -109.82417038605155, 40.775757450420819 ], [ -109.82429029345104, 40.775677597487523 ], [ -109.82445198538942, 40.775580153516096 ], [ -109.82471430353823, 40.775488238454983 ], [ -109.82494020478505, 40.775445497638991 ], [ -109.82508861924374, 40.775428992331001 ], [ -109.82528924311438, 40.775408514214874 ], [ -109.82564019063999, 40.77539767326035 ], [ -109.82603075448488, 40.775425069208382 ], [ -109.82653941602187, 40.775475284869557 ], [ -109.82745026973211, 40.775565619275312 ], [ -109.82856333010604, 40.775612957981039 ], [ -109.82926756337596, 40.775660642799828 ], [ -109.83009533090879, 40.775759121611216 ], [ -109.83106551222862, 40.775845524847675 ], [ -109.83140309741574, 40.77585344844907 ], [ -109.83169431695386, 40.775802347589519 ], [ -109.83187937875101, 40.775723146415061 ], [ -109.83204706275255, 40.775621248263548 ], [ -109.83234941117991, 40.775340546428964 ], [ -109.83259123683352, 40.774997074107375 ], [ -109.83270680148914, 40.774826184473447 ], [ -109.83280647004453, 40.774547934988895 ], [ -109.83293827873452, 40.774125877451596 ], [ -109.83305184163743, 40.773730660150378 ], [ -109.83319201334281, 40.773169057934723 ], [ -109.83353497229594, 40.771852806969619 ], [ -109.83365309538354, 40.771196393748077 ], [ -109.83367244105371, 40.77110650609832 ], [ -109.83375116190761, 40.770670398256684 ], [ -109.83380192162181, 40.770206982775441 ], [ -109.83383926612802, 40.769968639689615 ], [ -109.83396488413145, 40.769289780859793 ], [ -109.83399141176214, 40.769127899119596 ], [ -109.83400522661167, 40.769015434684299 ], [ -109.83402622432635, 40.768830976242093 ], [ -109.83402337127193, 40.768655285113461 ], [ -109.83406166632021, 40.768498026404529 ], [ -109.83413432006708, 40.768408677257618 ], [ -109.83434297271424, 40.768334214462563 ], [ -109.8345683717736, 40.768318474530879 ], [ -109.83471637485596, 40.768324473406309 ], [ -109.83485126810399, 40.768334843879543 ], [ -109.83517199489907, 40.768356098587155 ], [ -109.83579433186505, 40.768339858349698 ], [ -109.83607919915926, 40.768311202950429 ], [ -109.83636414479017, 40.76827804347419 ], [ -109.83650085134813, 40.768252397005156 ], [ -109.83669694755409, 40.768218340793972 ], [ -109.8374334734529, 40.768108655414991 ], [ -109.8382403700886, 40.768040211304402 ], [ -109.83918373504754, 40.767959621980346 ], [ -109.84016207354688, 40.767911806446413 ], [ -109.84030432540874, 40.767907831183585 ], [ -109.84165031037769, 40.767840275666956 ], [ -109.84226640586476, 40.767841954490024 ], [ -109.84290580382972, 40.76786638451329 ], [ -109.8431187283189, 40.767886536085037 ], [ -109.8435578296326, 40.767845895905005 ], [ -109.84381309131217, 40.767816023844013 ], [ -109.8441814874669, 40.767753052831161 ], [ -109.84576618829162, 40.767584244310129 ], [ -109.84688863718266, 40.767424308124646 ], [ -109.84790048463827, 40.767150652628331 ], [ -109.84860719193942, 40.766982043899063 ], [ -109.84940493775497, 40.766755784451917 ], [ -109.85035910649766, 40.766459011314758 ], [ -109.85144932193261, 40.766105030269628 ], [ -109.85327270993425, 40.765488077042704 ], [ -109.85434939983713, 40.765160959025465 ], [ -109.85511852012958, 40.764943383988303 ], [ -109.85535629069352, 40.764896196928667 ], [ -109.85565352275366, 40.764836086557345 ], [ -109.8558373676404, 40.764824397072125 ], [ -109.85606876639561, 40.764803269545553 ], [ -109.85624076512981, 40.764791461981844 ], [ -109.85651920801058, 40.764790618180335 ], [ -109.85666712871441, 40.764801092228737 ], [ -109.85679143462507, 40.76480682796771 ], [ -109.85734765717348, 40.764843866329272 ], [ -109.85799926538454, 40.764845812679432 ], [ -109.85834233760136, 40.764876232425394 ], [ -109.8586140257293, 40.764923961778166 ], [ -109.85904558810955, 40.765045338082949 ], [ -109.85995308703025, 40.765256995075532 ], [ -109.86080877645686, 40.765450116796018 ], [ -109.86132254617085, 40.765545271116636 ], [ -109.86149977740247, 40.765574044883202 ], [ -109.86168916235721, 40.765584921588598 ], [ -109.86205093145223, 40.765561464710125 ], [ -109.86219962303221, 40.765526897567987 ], [ -109.86231262238812, 40.765500986683385 ], [ -109.86243169832994, 40.765466127250463 ], [ -109.86272961798291, 40.76536546787996 ], [ -109.86301599766568, 40.765246677347427 ], [ -109.86374267625786, 40.765015114015156 ], [ -109.86467811179071, 40.764700020893535 ], [ -109.86518478544282, 40.764515829547136 ], [ -109.86591637650328, 40.764342854991348 ], [ -109.86648766111986, 40.764190822070503 ], [ -109.8669571055826, 40.764105348989219 ], [ -109.86731317159904, 40.764068307051474 ], [ -109.86786461845004, 40.764037685233788 ], [ -109.8689376669691, 40.763989653674727 ], [ -109.8693884223585, 40.76395803757616 ], [ -109.8697081093643, 40.763970177707044 ], [ -109.86997426102442, 40.763995305229088 ], [ -109.87030714148671, 40.764277823310962 ], [ -109.87055809381494, 40.76450098431836 ], [ -109.87089835055858, 40.764697993593117 ], [ -109.8712101371659, 40.764827160774132 ], [ -109.87184647409948, 40.76503156731961 ], [ -109.87227604031094, 40.765202420600353 ], [ -109.8724054344047, 40.765257735151643 ], [ -109.87255806436022, 40.765340301622537 ], [ -109.8727685558177, 40.765504508245705 ], [ -109.87285565214137, 40.76560895499928 ], [ -109.87310092313564, 40.765818542458469 ], [ -109.87333594670112, 40.76593344171242 ], [ -109.87354781082824, 40.766016585201768 ], [ -109.87433611690328, 40.766344074103003 ], [ -109.87478278395697, 40.766555622435085 ], [ -109.87495858099099, 40.766669940844743 ], [ -109.87508760046262, 40.766747769602162 ], [ -109.8753047092395, 40.766871498550977 ], [ -109.87545157513094, 40.766944996670347 ], [ -109.87560413684967, 40.767032062621311 ], [ -109.87587516395065, 40.767120282488037 ], [ -109.8760516473095, 40.767194068365789 ], [ -109.87626883521871, 40.76731329210012 ], [ -109.87667223177432, 40.767632511872129 ], [ -109.87696992220869, 40.767896651450805 ], [ -109.87735259946545, 40.768391329896389 ], [ -109.87743378333884, 40.768495715658062 ], [ -109.87765979359725, 40.768795189467639 ], [ -109.87804173806656, 40.769686225532837 ], [ -109.87825380281049, 40.770463004649628 ], [ -109.87832056830968, 40.77072039139464 ], [ -109.8783597612243, 40.770855897481717 ], [ -109.87849350467955, 40.771005835059462 ], [ -109.87883434808717, 40.771171297415627 ], [ -109.87916274046593, 40.771372671185361 ], [ -109.87943212531488, 40.771559958496731 ], [ -109.87955516013514, 40.77164222829596 ], [ -109.8803451766499, 40.772226430441151 ], [ -109.88119157372209, 40.772982332279049 ], [ -109.88218816021542, 40.773969395523103 ], [ -109.88265241153344, 40.774550425545193 ], [ -109.88283228089659, 40.774777375564689 ], [ -109.88289608633222, 40.774859068328645 ], [ -109.88311953709244, 40.774960323096813 ], [ -109.88345489827158, 40.774747368587171 ], [ -109.88386111827499, 40.774548611023391 ], [ -109.88462894066781, 40.774267768686336 ], [ -109.88572742274451, 40.773841477143698 ], [ -109.88705723871449, 40.773327323124789 ], [ -109.88789183109961, 40.773020077876446 ], [ -109.88854601580414, 40.772872338302165 ], [ -109.88913455608142, 40.77275278975717 ], [ -109.89036137758121, 40.772728560545076 ], [ -109.89138836218463, 40.772607810907665 ], [ -109.89201605721719, 40.772627352306344 ], [ -109.892523120253, 40.77270428680459 ], [ -109.89291325593788, 40.772829643193255 ], [ -109.8932367475736, 40.772972375755415 ], [ -109.89352965017663, 40.77317336833481 ], [ -109.89382661090185, 40.773487003370178 ], [ -109.89394142800828, 40.773708808416785 ], [ -109.89398725049526, 40.773803835241914 ], [ -109.89402016476818, 40.773962697562609 ], [ -109.89404036500534, 40.774173686400353 ], [ -109.89407200991582, 40.774409107442374 ], [ -109.89405543086957, 40.774980077425255 ], [ -109.8940356965078, 40.775241130179118 ], [ -109.89402957185403, 40.775610413452654 ], [ -109.89394524932897, 40.7759789471624 ], [ -109.89389322522729, 40.776257707006252 ], [ -109.89393337209268, 40.776694996300684 ], [ -109.89396060239817, 40.77683939073917 ], [ -109.89402025085937, 40.777101204297779 ], [ -109.89416408787835, 40.777431387217888 ], [ -109.89445178581217, 40.777947619313785 ], [ -109.89473859231275, 40.778517892143135 ], [ -109.89512462505574, 40.779179197757173 ], [ -109.89563358624484, 40.779931762002526 ], [ -109.89594291578496, 40.780574313950751 ], [ -109.89628682922171, 40.781275750002052 ], [ -109.89632666092447, 40.781375222667648 ], [ -109.89647384153871, 40.781791013680625 ], [ -109.89656654801755, 40.781918016929595 ], [ -109.89678382084719, 40.782037202841785 ], [ -109.89700228658585, 40.782084333091227 ], [ -109.89725230560573, 40.782086722829845 ], [ -109.89765014886484, 40.782036474393941 ], [ -109.89875228219225, 40.78196592357417 ], [ -109.89978450302428, 40.781894695607967 ], [ -109.90090484850073, 40.78186933953031 ], [ -109.90239874037601, 40.7818295098702 ], [ -109.90392121738003, 40.78185299074925 ], [ -109.90556226221936, 40.781873072057103 ], [ -109.90671060143939, 40.781874950112766 ], [ -109.90729728668842, 40.781871499209601 ], [ -109.907571092818, 40.781868686841577 ], [ -109.90770741817406, 40.781866374111196 ], [ -109.90827077364403, 40.781840176558667 ], [ -109.90896060934654, 40.781689055540639 ], [ -109.90956654008926, 40.781595691681694 ], [ -109.90979789416782, 40.781579861154199 ], [ -109.91028422681501, 40.781552925990994 ], [ -109.91076375159194, 40.781579974544833 ], [ -109.91156232331359, 40.781664081176203 ], [ -109.91175739447354, 40.781692946150002 ], [ -109.91217693998186, 40.781764464828051 ], [ -109.91234238859599, 40.78179304953612 ], [ -109.91261381959501, 40.781863170358164 ], [ -109.91312069495514, 40.78203009613437 ], [ -109.913391980971, 40.7821092221022 ], [ -109.91369149672093, 40.782274192433903 ], [ -109.91391384631001, 40.782447444009357 ], [ -109.91420626662418, 40.782684412928845 ], [ -109.91457928890279, 40.783066272772352 ], [ -109.91497440199795, 40.783547430852956 ], [ -109.91525674379828, 40.784040139106551 ], [ -109.91553986628568, 40.784485109794424 ], [ -109.91580120390829, 40.785176703476651 ], [ -109.91593673771368, 40.785587856212359 ], [ -109.91601017389443, 40.785809250359655 ], [ -109.91606063746102, 40.786277257011292 ], [ -109.91607197357689, 40.786381860183376 ], [ -109.91612009976123, 40.786702108137305 ], [ -109.91608936931885, 40.787134219461258 ], [ -109.91602412609673, 40.787575014845615 ], [ -109.91595278398142, 40.787880627879872 ], [ -109.91583061795032, 40.788104688319464 ], [ -109.91575563301606, 40.788342704487519 ], [ -109.91584084864346, 40.788568713505164 ], [ -109.91593916052608, 40.788718274689586 ], [ -109.91602628148502, 40.788827193165744 ], [ -109.91622362612486, 40.78900921360291 ], [ -109.91644740918358, 40.78916896116344 ], [ -109.91656459727989, 40.789251136598395 ], [ -109.91678171074118, 40.789383795891055 ], [ -109.91726253818422, 40.789699096374207 ], [ -109.91767160759814, 40.790054259228945 ], [ -109.91801425906326, 40.790485368602887 ], [ -109.91834191596548, 40.790745178131651 ], [ -109.91852532794948, 40.790836980710623 ], [ -109.91884294783654, 40.790912024000654 ], [ -109.91921207841648, 40.790807382364427 ], [ -109.91933168255292, 40.790740940189806 ], [ -109.91980417131464, 40.790475114739934 ], [ -109.92038484526753, 40.790115712200574 ], [ -109.92071980246038, 40.789925166795058 ], [ -109.92094657036304, 40.789828196135488 ], [ -109.92126272806046, 40.78970053163868 ], [ -109.92155394444988, 40.789649203969006 ], [ -109.92170851335018, 40.789619119434413 ], [ -109.92226051665676, 40.789565722699258 ], [ -109.92240257909515, 40.789576057907588 ], [ -109.92284019524271, 40.789633293343762 ], [ -109.92310594796402, 40.789690724848711 ], [ -109.92341232025851, 40.789801683920466 ], [ -109.92370026295667, 40.789953007760388 ], [ -109.92414702930346, 40.790177878579733 ], [ -109.92461084828609, 40.790447948267413 ], [ -109.92505133244754, 40.790695277862845 ], [ -109.92539123222917, 40.79093266068304 ], [ -109.92564859870453, 40.791143149867473 ], [ -109.92601084055829, 40.791465417203675 ], [ -109.92617985052104, 40.791642652724171 ], [ -109.92642486330557, 40.791884554350645 ], [ -109.92713902278682, 40.792435300343406 ], [ -109.92791098712563, 40.793077563158832 ], [ -109.92860738005264, 40.793629035777265 ], [ -109.92918093558367, 40.794080272586648 ], [ -109.92978427248789, 40.7945227744544 ], [ -109.93025810219505, 40.794910923356966 ], [ -109.93064423470405, 40.795224389252283 ], [ -109.93104141348762, 40.795588402823611 ], [ -109.9313912614478, 40.795947472494433 ], [ -109.93164678889488, 40.796275039449355 ], [ -109.93176286767374, 40.796428354949789 ], [ -109.93204377727049, 40.796651659435568 ], [ -109.9321677177639, 40.79668433573039 ], [ -109.93234621898269, 40.796640946019579 ], [ -109.93247738427723, 40.796592613904174 ], [ -109.93290115795112, 40.796407359224922 ], [ -109.93317013361479, 40.796265713382375 ], [ -109.93340207897153, 40.796141741241648 ], [ -109.93370136289549, 40.796031903471302 ], [ -109.9341418269, 40.795914360900149 ], [ -109.93543979398581, 40.795543490260066 ], [ -109.93707081638895, 40.795099102917227 ], [ -109.93796392967907, 40.794841581574168 ], [ -109.93845164172434, 40.7947334657037 ], [ -109.93868960720857, 40.794677100725558 ], [ -109.93885588879169, 40.794656109321281 ], [ -109.93927698049842, 40.794637460536741 ], [ -109.94018235617996, 40.794725954646061 ], [ -109.94067932407691, 40.794780965176216 ], [ -109.94092749342819, 40.794828285082509 ], [ -109.941422388112, 40.795013894203059 ], [ -109.9415985329852, 40.795118205158055 ], [ -109.94169821419786, 40.795185781180869 ], [ -109.9419150259515, 40.795341812153133 ], [ -109.9421724049504, 40.795555867982891 ], [ -109.94257478932971, 40.795969435576964 ], [ -109.9429754641491, 40.796491086061373 ], [ -109.94334151735511, 40.796953863912755 ], [ -109.94362825191469, 40.797560047652482 ], [ -109.94372992413416, 40.797876270021838 ], [ -109.94382218639768, 40.798038363729205 ], [ -109.94390385310891, 40.798121087082976 ], [ -109.94403916936736, 40.798184483085308 ], [ -109.94417384300938, 40.798213641399876 ], [ -109.94446555214031, 40.798207302173758 ], [ -109.94478035115966, 40.798165140073941 ], [ -109.94562307522189, 40.798096273650465 ], [ -109.94677409906924, 40.798021207488077 ], [ -109.94723697801969, 40.797984894505653 ], [ -109.94776504393595, 40.79794917418716 ], [ -109.94827433577032, 40.797976338629141 ], [ -109.94877177579362, 40.798003392839128 ], [ -109.94944707148773, 40.798027560326773 ], [ -109.94992052400764, 40.798072407828883 ], [ -109.95038141547954, 40.798162180774781 ], [ -109.95087658883769, 40.798333338594993 ], [ -109.95110643339635, 40.798416503333158 ], [ -109.95175484140472, 40.798643100338154 ], [ -109.9526448839153, 40.798957466595922 ], [ -109.95303288723431, 40.799160072252533 ], [ -109.95329146310104, 40.799301146675539 ], [ -109.95367228525116, 40.799583859175662 ], [ -109.95405084826611, 40.800010683217693 ], [ -109.95430552792129, 40.800400349944645 ], [ -109.95450531820596, 40.800888610334653 ], [ -109.95456069555632, 40.801136841175314 ], [ -109.95466058776502, 40.801570146036383 ], [ -109.95476613366577, 40.801643168897961 ], [ -109.95491450740624, 40.801631000498141 ], [ -109.95506880756692, 40.801618885582073 ], [ -109.95519940179732, 40.801606555787735 ], [ -109.95537754895992, 40.801585648079161 ], [ -109.95586415462041, 40.801549515383826 ], [ -109.95620224542597, 40.801534557935021 ], [ -109.95684787764409, 40.801562917995305 ], [ -109.95798413989161, 40.801676781609871 ], [ -109.9588583848851, 40.801792774059493 ], [ -109.95923634376082, 40.801881763271609 ], [ -109.95956222071138, 40.801965777424144 ], [ -109.95992783636567, 40.802086182216101 ], [ -109.96050484102325, 40.802334607216999 ], [ -109.9612818787741, 40.802679417867317 ], [ -109.96207084802343, 40.803019826462439 ], [ -109.96261830588308, 40.803263470924293 ], [ -109.96291846083957, 40.80340129430023 ], [ -109.96325863184471, 40.803634063933984 ], [ -109.96341034256736, 40.803788568680353 ], [ -109.96346806777132, 40.803888178916246 ], [ -109.96359800578921, 40.804299225143936 ], [ -109.96371331767091, 40.804507452468343 ], [ -109.9639928286402, 40.804829758323017 ], [ -109.9641386869941, 40.804979705378429 ], [ -109.96454217508661, 40.805334652078876 ], [ -109.96507055115744, 40.80566369273447 ], [ -109.96561636344148, 40.806015408109772 ], [ -109.96606686156818, 40.806397795899677 ], [ -109.966452238275, 40.806775094394155 ], [ -109.9667476666783, 40.807219148496635 ], [ -109.96697358103454, 40.807558983693596 ], [ -109.96720542641309, 40.80782230077822 ], [ -109.9673116927236, 40.807926847738777 ], [ -109.9675689928787, 40.808154358633779 ], [ -109.96799825035683, 40.808378903086762 ], [ -109.96817933985929, 40.808475110195623 ], [ -109.96855009721119, 40.808726154353472 ], [ -109.96878983241429, 40.808939992995647 ], [ -109.96895258569796, 40.809148639027342 ], [ -109.96910786536431, 40.809457210421293 ], [ -109.96930104085548, 40.809998534851488 ], [ -109.9693559925297, 40.810278283724323 ], [ -109.96945417779123, 40.810445814744575 ], [ -109.96974196741375, 40.810619543169395 ], [ -109.97004879408716, 40.810712365943651 ], [ -109.97038685950868, 40.810701871008312 ], [ -109.97063057516888, 40.810659004176237 ], [ -109.97082687212158, 40.810615713832533 ], [ -109.9714168047544, 40.810418287666565 ], [ -109.97203643978634, 40.810216618960979 ], [ -109.97291184573879, 40.809958670102553 ], [ -109.97355511161635, 40.809761707729052 ], [ -109.97379317225158, 40.809700767230716 ], [ -109.97450596479609, 40.809608013668196 ], [ -109.9751106103715, 40.809608882432343 ], [ -109.9758043028348, 40.809601530244969 ], [ -109.9765436829296, 40.809707183251845 ], [ -109.97689249020922, 40.809768831117985 ], [ -109.97718920758156, 40.809825511979788 ], [ -109.97740114010119, 40.809844506478377 ], [ -109.97802955243792, 40.809841967274011 ], [ -109.9786284114427, 40.809833758019515 ], [ -109.97887763194053, 40.809817947439839 ], [ -109.97905586347726, 40.809792499817647 ], [ -109.97925222170336, 40.809744691483139 ], [ -109.97980752489033, 40.809483857595445 ], [ -109.98007025340725, 40.809360063959197 ], [ -109.98021912309115, 40.809316338302921 ], [ -109.98045676268946, 40.809282405282644 ], [ -109.98087125324722, 40.809313092410541 ], [ -109.98130938416431, 40.809348490953354 ], [ -109.98154626586928, 40.809364094796223 ], [ -109.98181919287634, 40.809348487122179 ], [ -109.98220004824729, 40.809252756044103 ], [ -109.98261770393266, 40.809076273273377 ], [ -109.98279103666536, 40.808983214202854 ], [ -109.9829525145777, 40.808890050364106 ], [ -109.98314342158417, 40.808810658175076 ], [ -109.98342888769697, 40.808750115553316 ], [ -109.9842257368485, 40.808585975816598 ], [ -109.98514201684627, 40.808364327038234 ], [ -109.9857422477063, 40.80826510872982 ], [ -109.98588510195799, 40.808226727849053 ], [ -109.98617159142378, 40.808098624929336 ], [ -109.986369310458, 40.807960733077557 ], [ -109.98662057795482, 40.80780979874352 ], [ -109.98684159246845, 40.807699135681872 ], [ -109.98706094143456, 40.807619986732611 ], [ -109.98726927882132, 40.807563261536288 ], [ -109.98748390683217, 40.807560641165153 ], [ -109.98769108014361, 40.807580475816764 ], [ -109.98786241747483, 40.807618012385127 ], [ -109.98805126253149, 40.807673718929394 ], [ -109.98826285853349, 40.80779268300644 ], [ -109.98847963008174, 40.80796123790023 ], [ -109.98879793883668, 40.808157707372473 ], [ -109.98917723176064, 40.808476322773231 ], [ -109.98975091969031, 40.808954285105024 ], [ -109.99020648089346, 40.809404185724908 ], [ -109.99051557295853, 40.809740198900364 ], [ -109.99079496343847, 40.810080455592264 ], [ -109.99106781542902, 40.810461191900281 ], [ -109.99139817086153, 40.810959538553504 ], [ -109.99175939545732, 40.811377079052981 ], [ -109.99220054205986, 40.811998003961932 ], [ -109.99257036220146, 40.812631816817785 ], [ -109.99290612213048, 40.813166239534759 ], [ -109.99319739826379, 40.813898456208896 ], [ -109.99334308877359, 40.814457342849195 ], [ -109.9934284789362, 40.814769775919778 ], [ -109.99347131156235, 40.814995357719525 ], [ -109.99351675944835, 40.815126374914648 ], [ -109.99369289035697, 40.815240515412633 ], [ -109.99385273558705, 40.815255422053461 ], [ -109.99397122266743, 40.815260959505871 ], [ -109.99422073261907, 40.815227101715294 ], [ -109.99470782830778, 40.815163784769418 ], [ -109.99518872354614, 40.815118428408127 ], [ -109.99592539389151, 40.815016742284513 ], [ -109.99631771070625, 40.814948089443902 ], [ -109.99648443376996, 40.814899993998061 ], [ -109.99660366693939, 40.814855989446336 ], [ -109.99680165646357, 40.814700065565049 ], [ -109.99694036807912, 40.81454362596542 ], [ -109.99730670440444, 40.814231519045585 ], [ -109.9977158186403, 40.813834203475295 ], [ -109.99798401951239, 40.813660870816008 ], [ -109.9981592400957, 40.813599334237274 ], [ -109.99839570110815, 40.813565354065304 ], [ -109.99862701348722, 40.813558353703115 ], [ -109.99898253492789, 40.813570447320963 ], [ -109.99929603534775, 40.813617307842883 ], [ -109.99992319987655, 40.813700217758125 ], [ -110.00034971874673, 40.813721930913808 ], [ -110.00067627912307, 40.813688726724756 ], [ -110.00070506162228, 40.874945294748635 ], [ -110.00073546975561, 40.996677100598404 ], [ -110.00073192724334, 40.997226560950125 ], [ -110.00073083900278, 40.997298615913706 ], [ -109.99027322392067, 40.997342601663973 ], [ -109.97109470809445, 40.997452249859172 ], [ -109.95212497174998, 40.997438995788485 ], [ -109.93321395017178, 40.997472706470894 ], [ -109.91390333075258, 40.997585125025893 ], [ -109.88609885571844, 40.997617038877323 ], [ -109.87568836063777, 40.997682608661883 ], [ -109.86692577158824, 40.997677873356004 ], [ -109.85671298950327, 40.99765359219122 ], [ -109.84767657018556, 40.997670799719664 ], [ -109.83762313063465, 40.997713979336361 ], [ -109.81875295619393, 40.997788768788809 ], [ -109.79948981027623, 40.997896010264064 ], [ -109.78040615255108, 40.997938874645612 ], [ -109.75070947383949, 40.998062206108365 ], [ -109.74614953996165, 40.998075745914612 ], [ -109.74160158159567, 40.998084732023045 ], [ -109.73209530988457, 40.998111164097722 ], [ -109.72274883093149, 40.998174614368146 ], [ -109.71997913848067, 40.998143887993422 ], [ -109.71974130969852, 40.998145750430218 ], [ -109.71713804061267, 40.998116804252014 ], [ -109.71432578940558, 40.998135011849421 ], [ -109.70851738402557, 40.998175826408442 ], [ -109.70368905655249, 40.998209539723668 ], [ -109.67559754621288, 40.998322544040732 ], [ -109.66634080130011, 40.998355425201332 ], [ -109.64707783217534, 40.998441688290804 ], [ -109.63725018400646, 40.998483544632755 ], [ -109.62798383651518, 40.998405135529644 ], [ -109.62572443211052, 40.998423256144463 ], [ -109.61797209663193, 40.998437750904166 ], [ -109.60894287153374, 40.998393081767148 ], [ -109.59880001794379, 40.998441364845419 ], [ -109.58974136185408, 40.99838402349657 ], [ -109.57984267984226, 40.998412006003768 ], [ -109.57018224785595, 40.998418673466368 ], [ -109.5606932292559, 40.998470809993137 ], [ -109.5509457374982, 40.998381095436258 ], [ -109.54149537240724, 40.998297919814377 ], [ -109.53674138816963, 40.998215140403772 ], [ -109.535369132707, 40.998170686211971 ], [ -109.53283456489122, 40.998265458891538 ], [ -109.52966292032295, 40.998404295247077 ], [ -109.52867526613689, 40.998441233802176 ], [ -109.52283272751907, 40.998654748175447 ], [ -109.51563855160123, 40.998963163221582 ], [ -109.51216001772633, 40.9989993791934 ], [ -109.51003701541262, 40.999030503055018 ], [ -109.50366810537035, 40.999119137167845 ], [ -109.50070722775716, 40.999134703588766 ], [ -109.49640793259901, 40.999186786871306 ], [ -109.49073691851849, 40.999171211311364 ], [ -109.48407581006821, 40.999245927231414 ], [ -109.47772580229477, 40.999337879196752 ], [ -109.47184628219907, 40.999341138722983 ], [ -109.45270445980127, 40.999572153705977 ], [ -109.43955162759914, 40.999692070862487 ], [ -109.43354096396197, 40.999709614649049 ], [ -109.41439585789125, 40.999821620380921 ], [ -109.39529304442385, 40.999904009059364 ], [ -109.37615979855852, 41.000014327302104 ], [ -109.37569625996026, 41.000007794907809 ], [ -109.36301307889299, 41.000121084979604 ], [ -109.35624013576536, 41.00019132176574 ], [ -109.3387160761209, 41.000372406082448 ], [ -109.33688526551582, 41.000364014794656 ], [ -109.31778079747997, 41.000505583046333 ], [ -109.29869337274651, 41.000675760083226 ], [ -109.27941813819669, 41.000749892337147 ], [ -109.26957965424452, 41.000738594964929 ], [ -109.2506582458083, 41.001100569329282 ], [ -109.24061732157048, 41.001591754745554 ], [ -109.23593713612753, 41.001871503115716 ], [ -109.23229392994796, 41.002054377300851 ], [ -109.22141596211002, 41.001783411068992 ], [ -109.21687761104701, 41.001650222730319 ], [ -109.20239389566387, 41.001281075834441 ], [ -109.19521068673994, 41.001128264664004 ], [ -109.18333361099522, 41.000883088249893 ], [ -109.17863240880229, 41.000840405515767 ], [ -109.16413807559317, 41.000826584025063 ], [ -109.15959731868203, 41.000829817334832 ], [ -109.14512801246083, 41.000814903239032 ], [ -109.14046138609878, 41.000812653469289 ], [ -109.12570633122633, 41.000770870544891 ], [ -109.11631015830487, 41.000722144238424 ], [ -109.10643688685268, 41.00068552956666 ], [ -109.08732811460814, 41.000761766285983 ], [ -109.08312521064043, 41.000759484184506 ], [ -109.06858029838611, 41.000691357010254 ], [ -109.04995524225718, 41.000693833970828 ], [ -109.04994430932786, 40.999653282383015 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 40, \"properties\": { \"NAME\": \"SAN JUAN COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2912, \"Color4\": \"3\", \"Shape_Leng\": 849284.124266, \"Shape_Area\": 20527899235.5 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -109.06004803642122, 38.46795143689846 ], [ -109.05999189727831, 38.426193400156798 ], [ -109.06010830448324, 38.403816329120964 ], [ -109.06018019803786, 38.390246807019366 ], [ -109.06022094653441, 38.375009682861112 ], [ -109.06017808508777, 38.365470688319704 ], [ -109.06018211155143, 38.353959013205596 ], [ -109.06018284632883, 38.339779956174063 ], [ -109.06024979489607, 38.331693529073526 ], [ -109.06023186745801, 38.325930576204151 ], [ -109.06023080623841, 38.325326808600011 ], [ -109.06025313676962, 38.31719456941876 ], [ -109.06039489774329, 38.308870554596609 ], [ -109.06047197307005, 38.302757715340071 ], [ -109.0602722122408, 38.293084457477129 ], [ -109.06024052388439, 38.290624765722889 ], [ -109.06009812445186, 38.277722804361915 ], [ -109.06006844758915, 38.275401913689677 ], [ -109.05854752808767, 38.265766231406928 ], [ -109.05710973037654, 38.256884338423859 ], [ -109.05599623696533, 38.249994784097943 ], [ -109.05471447588917, 38.242566251860097 ], [ -109.05308207563684, 38.233086314556196 ], [ -109.05054681657452, 38.216147993021444 ], [ -109.04901040628, 38.205890086054893 ], [ -109.04659243250472, 38.190818930322578 ], [ -109.04292911351064, 38.167071511552301 ], [ -109.04281754399582, 38.166335223321163 ], [ -109.04270277870012, 38.163584835546125 ], [ -109.04257375333218, 38.160514304253304 ], [ -109.04253237803138, 38.149898179926204 ], [ -109.04250669600839, 38.136344574773489 ], [ -109.04263183226152, 38.125041811879363 ], [ -109.04260713055727, 38.105675775364446 ], [ -109.04229144877155, 38.077933146907135 ], [ -109.04261897217823, 38.044731108325578 ], [ -109.04273284175957, 38.02761553444796 ], [ -109.04272256959518, 38.018369477864056 ], [ -109.04272766113533, 38.017964041056338 ], [ -109.04272184590407, 38.017540399425926 ], [ -109.04271392981933, 38.01655349824415 ], [ -109.04271068014967, 38.01453484698083 ], [ -109.04277740791615, 38.011598177149153 ], [ -109.04283417805894, 38.008607270512776 ], [ -109.04290740626958, 38.005039893503223 ], [ -109.04296438920609, 38.001783144689668 ], [ -109.04298939820114, 37.999985743885098 ], [ -109.04298931478968, 37.988635602550872 ], [ -109.04298762789378, 37.978200097204613 ], [ -109.04299017375003, 37.975532691977264 ], [ -109.04292354317371, 37.974612394748213 ], [ -109.04269694839238, 37.964284868931522 ], [ -109.04238197912935, 37.950641360473355 ], [ -109.04209748105235, 37.93906561531653 ], [ -109.04200554719206, 37.931381608607111 ], [ -109.04196368223482, 37.925883767801821 ], [ -109.04195666433725, 37.917570338603717 ], [ -109.0419937464235, 37.905017609002954 ], [ -109.04198673878828, 37.898416387031503 ], [ -109.04198844324399, 37.897064652397027 ], [ -109.04198695570531, 37.894545841858481 ], [ -109.04197978930513, 37.887949112743534 ], [ -109.04197671288557, 37.886777531795843 ], [ -109.04196815275078, 37.884267611457709 ], [ -109.04198122451282, 37.8769052074976 ], [ -109.04195846577318, 37.875016860347259 ], [ -109.04191391481497, 37.855442495388516 ], [ -109.04190383076049, 37.843623327592262 ], [ -109.04186835150377, 37.834394620679497 ], [ -109.04203922293298, 37.821483484336937 ], [ -109.04207368729263, 37.816094964882588 ], [ -109.04219956283023, 37.788317928202829 ], [ -109.04197544314248, 37.779599687937768 ], [ -109.04197084022124, 37.773534590925024 ], [ -109.04227767745029, 37.771156037109996 ], [ -109.04209650838582, 37.768125018529084 ], [ -109.04227929255225, 37.758007651981814 ], [ -109.04214743222059, 37.753278694976345 ], [ -109.04234169999714, 37.740092921884354 ], [ -109.04204754762448, 37.725628317535339 ], [ -109.04201363163025, 37.713128116908962 ], [ -109.04204973077847, 37.698610363076881 ], [ -109.0420606524428, 37.684182279688308 ], [ -109.04197482336247, 37.681193361368024 ], [ -109.04192955988955, 37.678817934885025 ], [ -109.04177243812114, 37.625035701964258 ], [ -109.04181039666416, 37.620782608998695 ], [ -109.04181142697057, 37.613617980339178 ], [ -109.04178076039764, 37.604853161458216 ], [ -109.04192660341552, 37.591945664972819 ], [ -109.04150092718872, 37.563027506103786 ], [ -109.04244040633321, 37.519545533234378 ], [ -109.0431384252708, 37.499968913655238 ], [ -109.0431952383952, 37.4906421248591 ], [ -109.04320027167839, 37.490015852956454 ], [ -109.04355817322805, 37.476079728473543 ], [ -109.04447499214166, 37.447187808111629 ], [ -109.04507091540039, 37.417988523603569 ], [ -109.04521467620863, 37.4035485037124 ], [ -109.04552710771696, 37.374993228283728 ], [ -109.04553596119949, 37.374434601758189 ], [ -109.04563944271821, 37.36000283175003 ], [ -109.04572260174807, 37.269432612942694 ], [ -109.04557619524317, 37.250012502733036 ], [ -109.04557185754551, 37.240143589263361 ], [ -109.0455432822536, 37.233175436003563 ], [ -109.0455678405399, 37.225894511890552 ], [ -109.04537623205857, 37.213670161627235 ], [ -109.04570588419406, 37.2063527936646 ], [ -109.04597706425785, 37.199114664257522 ], [ -109.04587788330048, 37.184607967141119 ], [ -109.04553604445537, 37.170117964743426 ], [ -109.04540251590284, 37.156940021343878 ], [ -109.0453741358302, 37.15563720923835 ], [ -109.0452499691436, 37.142530593188724 ], [ -109.04519176852982, 37.141074069099972 ], [ -109.04522764572569, 37.127825860336159 ], [ -109.04518329727783, 37.124999615881585 ], [ -109.04519660052082, 37.100849988130925 ], [ -109.04520271783935, 37.085068596712283 ], [ -109.04512834481318, 37.065450860722585 ], [ -109.04503363734781, 37.041709325546073 ], [ -109.04507056747354, 37.012864040258052 ], [ -109.04522004227151, 37.000009513106988 ], [ -109.04521976240525, 36.998923445459475 ], [ -109.05313532808545, 36.998958950828211 ], [ -109.06637645217627, 36.999026755519942 ], [ -109.07392647787336, 36.999077447690148 ], [ -109.07996553376614, 36.99911223182675 ], [ -109.09572935250415, 36.99918600685222 ], [ -109.1082455826151, 36.999264538576035 ], [ -109.11971691144967, 36.999338715342013 ], [ -109.12562770708195, 36.999337595214129 ], [ -109.14442795804536, 36.999322131057831 ], [ -109.16306073887084, 36.999310105800532 ], [ -109.20009257364224, 36.999291750270551 ], [ -109.22887704668189, 36.99929224022916 ], [ -109.23799554936105, 36.999319831568094 ], [ -109.24692301236426, 36.999348406084209 ], [ -109.25067128354127, 36.999322603013894 ], [ -109.27094975428957, 36.999299843174946 ], [ -109.28581151680423, 36.999290130239743 ], [ -109.28876702694883, 36.999287721219872 ], [ -109.3104232175252, 36.999269056224989 ], [ -109.33229636898766, 36.99924948493252 ], [ -109.3556262009121, 36.99921903247612 ], [ -109.37206647439949, 36.999233890859607 ], [ -109.37510631892866, 36.999230486567718 ], [ -109.37565135670255, 36.999229836304949 ], [ -109.39682363703625, 36.999201384515445 ], [ -109.42189038523941, 36.999145292828409 ], [ -109.44318133030745, 36.999088509242263 ], [ -109.46820161095816, 36.999112153251431 ], [ -109.49581219501559, 36.999140845320582 ], [ -109.49826212881517, 36.999135818863493 ], [ -109.50066712408501, 36.999130174040999 ], [ -109.52751278095438, 36.999204914455547 ], [ -109.55960735897995, 36.998945309261991 ], [ -109.58812865795622, 36.998661601382615 ], [ -109.59363631669498, 36.998600805555085 ], [ -109.60880131601131, 36.9986263142928 ], [ -109.62565797497021, 36.998259362593998 ], [ -109.65782736720188, 36.998262479133203 ], [ -109.75068506163601, 36.998338854434543 ], [ -109.87566893856328, 36.998353771251388 ], [ -110.00068636633117, 36.998498712483659 ], [ -110.09594499389836, 36.998279982274035 ], [ -110.1256933923932, 36.998236925989296 ], [ -110.16240353655405, 36.998235743966589 ], [ -110.19827702341095, 36.998186007676253 ], [ -110.23431283810748, 36.998203094883571 ], [ -110.25069356255599, 36.998131857944671 ], [ -110.27031669475618, 36.998046787161229 ], [ -110.27722291251301, 36.998025942867351 ], [ -110.27807145099089, 36.998022092648824 ], [ -110.28846168738923, 36.997990183846049 ], [ -110.29643558913007, 36.997965602810403 ], [ -110.30642685168489, 36.997934262643568 ], [ -110.37566181754066, 36.997885942920199 ], [ -110.37716796676463, 36.997862305607612 ], [ -110.37870199031114, 36.997865837940047 ], [ -110.41479571609004, 36.997694112368713 ], [ -110.46894102496279, 36.997943301103561 ], [ -110.4694467748792, 36.997941055600684 ], [ -110.47740652196346, 36.99998656179045 ], [ -110.49060888576022, 37.003848001023385 ], [ -110.50067451116664, 37.003737529452565 ], [ -110.50523243547666, 37.003684502046234 ], [ -110.52294348575158, 37.004045467890528 ], [ -110.59475952484833, 37.003785050028014 ], [ -110.62565741348368, 37.003661160449923 ], [ -110.63072224728303, 37.003591389651064 ], [ -110.64883364936392, 37.00355621205842 ], [ -110.66686194471689, 37.003504515917719 ], [ -110.68490716950924, 37.003432097503563 ], [ -110.70288511891276, 37.003311695158501 ], [ -110.72100343877273, 37.003211435631641 ], [ -110.73871708197271, 37.003116534528303 ], [ -110.75064213938157, 37.003101621306214 ], [ -110.75115363160803, 37.003071144357698 ], [ -110.75341879215458, 37.002940655669896 ], [ -110.76464146764782, 37.002891324242832 ], [ -110.77588568739968, 37.002773364301603 ], [ -110.78712645572759, 37.002672361734732 ], [ -110.79834926416351, 37.002552235251216 ], [ -110.80960575091194, 37.002434707369893 ], [ -110.82079354861243, 37.002358375986944 ], [ -110.83207329386384, 37.002370362884527 ], [ -110.8433069748456, 37.002376709848512 ], [ -110.85457452520788, 37.002305412572717 ], [ -110.86578564609977, 37.002355577978854 ], [ -110.87565938390877, 37.002356416047242 ], [ -110.87708098822415, 37.002461562572428 ], [ -110.88830906574256, 37.002472659043818 ], [ -110.89952597503152, 37.002433104617978 ], [ -110.91078214414971, 37.002451113438717 ], [ -110.92204394029093, 37.002468058514502 ], [ -110.93326080949895, 37.002456866556763 ], [ -110.93774528826354, 37.002477332171431 ], [ -110.94448437789794, 37.002503211490733 ], [ -110.9557113590788, 37.002503424308884 ], [ -110.96695633395831, 37.002480044160727 ], [ -110.97822378257094, 37.002451095604236 ], [ -110.9894631284196, 37.002394031695907 ], [ -111.00066312029998, 37.002376468678584 ], [ -111.01193054913983, 37.002398407008059 ], [ -111.02319238350164, 37.002482377834468 ], [ -111.0344204689837, 37.002443595187835 ], [ -111.04565416980547, 37.002417269900782 ], [ -111.056859766648, 37.002394402110809 ], [ -111.06812712322204, 37.00231635447426 ], [ -111.07934386403427, 37.002223749492586 ], [ -111.09060538288719, 37.002003848447146 ], [ -111.10186675630621, 37.001724285352239 ], [ -111.11309990661081, 37.001416637501748 ], [ -111.12432742609644, 37.001158413290064 ], [ -111.12568732114609, 37.001133543609832 ], [ -111.13558296092678, 37.000897292240495 ], [ -111.14677694020322, 37.000811862708723 ], [ -111.15802162494199, 37.000801932599146 ], [ -111.16928329116668, 37.000849506733225 ], [ -111.18053941149125, 37.00092306405665 ], [ -111.19176749650826, 37.001013628050814 ], [ -111.20303474827411, 37.001030947601912 ], [ -111.21423470475087, 37.001096898338027 ], [ -111.22550206961033, 37.001148142579815 ], [ -111.2367356847553, 37.00118486293411 ], [ -111.24799185601407, 37.001243008981852 ], [ -111.25071741519302, 37.001264326435006 ], [ -111.25919743178848, 37.001291183641612 ], [ -111.25964142031188, 37.001303734880736 ], [ -111.26024275573923, 37.001315939580351 ], [ -111.27042410455977, 37.000946125929744 ], [ -111.27856571391499, 37.000643344381743 ], [ -111.28161723486765, 37.000676708481002 ], [ -111.2928850088624, 37.000843249680528 ], [ -111.30410196204261, 37.000936736191555 ], [ -111.31539753330738, 37.001010924953547 ], [ -111.32659204503889, 37.001102345598291 ], [ -111.33783707097669, 37.001174537844243 ], [ -111.3491045875893, 37.001245598534581 ], [ -111.3603328013203, 37.001320216054673 ], [ -111.36274928192874, 37.001335391550363 ], [ -111.37157220112344, 37.001380214756757 ], [ -111.37569147217981, 37.001407812775781 ], [ -111.38282885184029, 37.001515715627399 ], [ -111.39406926334729, 37.001546537496807 ], [ -111.40529637873581, 37.001612397694032 ], [ -111.41282755540864, 37.00178926601518 ], [ -111.41264342808176, 37.002033294044452 ], [ -111.41243665112007, 37.002245850221108 ], [ -111.41220192138404, 37.002485546193967 ], [ -111.41195011268778, 37.002684736350282 ], [ -111.41171518564767, 37.002888374593034 ], [ -111.41126165246436, 37.0031964351612 ], [ -111.41107688582547, 37.003323276259458 ], [ -111.41080818351899, 37.003517113871695 ], [ -111.41039926560451, 37.003762817623553 ], [ -111.41003486162423, 37.003926335522749 ], [ -111.40947965402438, 37.004140089690523 ], [ -111.40918246479472, 37.004262808450356 ], [ -111.40875066800486, 37.004435569078154 ], [ -111.40827252271086, 37.004558908597275 ], [ -111.40787520308373, 37.004663939749776 ], [ -111.40743192109892, 37.004791663254366 ], [ -111.40695035152578, 37.004905994846496 ], [ -111.40652260977414, 37.004997604238561 ], [ -111.40614075688622, 37.005052997639496 ], [ -111.40577564282695, 37.005085796690409 ], [ -111.4054328876659, 37.005095982348003 ], [ -111.40510699157498, 37.005106109475236 ], [ -111.40480928960483, 37.005134168270814 ], [ -111.40456776080632, 37.005157527683373 ], [ -111.40403960178294, 37.005177355495753 ], [ -111.40348329616617, 37.005188262284662 ], [ -111.4030549822448, 37.005172590254205 ], [ -111.40262888309921, 37.005150599112525 ], [ -111.40221285695321, 37.00512045938197 ], [ -111.40174517708887, 37.005099507400644 ], [ -111.40132467945513, 37.005073886870107 ], [ -111.40085231499327, 37.005016889765749 ], [ -111.40043715412423, 37.00493716189898 ], [ -111.40008713549332, 37.004848198651132 ], [ -111.39972154768715, 37.004790837066459 ], [ -111.39942346756153, 37.004746768737405 ], [ -111.39899611116215, 37.00469862712491 ], [ -111.39849017366193, 37.004668776546069 ], [ -111.39804036298422, 37.004625214054713 ], [ -111.39741074617649, 37.004586759210689 ], [ -111.39714659726292, 37.004583136172734 ], [ -111.39686003989222, 37.004593109018039 ], [ -111.3964104879548, 37.004599118475603 ], [ -111.39587661716455, 37.004600900310052 ], [ -111.39546646829358, 37.00461939487176 ], [ -111.39517996185464, 37.00463927929119 ], [ -111.39488218789062, 37.004653791888479 ], [ -111.394522480669, 37.004645973708278 ], [ -111.39405613885101, 37.004665551601484 ], [ -111.39351093512293, 37.004649331693727 ], [ -111.39299942194566, 37.004627589115081 ], [ -111.39257232498245, 37.004629002501602 ], [ -111.39169418600784, 37.004565197392537 ], [ -111.39143678095591, 37.004561539390401 ], [ -111.39111631991744, 37.004535552718941 ], [ -111.39067782254567, 37.004505446577149 ], [ -111.39019991858819, 37.004461946822566 ], [ -111.3896825393461, 37.004391531656026 ], [ -111.38930572190139, 37.004334174825608 ], [ -111.38881091481875, 37.004281710546948 ], [ -111.38831601670292, 37.004211215769629 ], [ -111.3878436210361, 37.004145152581003 ], [ -111.38743317966021, 37.004105928394708 ], [ -111.38703950627865, 37.004048619378224 ], [ -111.38633069951845, 37.003906698709486 ], [ -111.38592030572011, 37.003876483496803 ], [ -111.38548170023249, 37.003823822573295 ], [ -111.38517243798184, 37.003788769098641 ], [ -111.38471681560397, 37.0037046102793 ], [ -111.38444124926691, 37.003664938490381 ], [ -111.38404636570932, 37.003589594714327 ], [ -111.38369306811514, 37.003514115196374 ], [ -111.38329926472439, 37.003429751068779 ], [ -111.38304613331302, 37.003380989214413 ], [ -111.38241569835033, 37.003175691586499 ], [ -111.38210584909125, 37.003022543761197 ], [ -111.38181853346343, 37.002880139878933 ], [ -111.38144674078526, 37.002701047891151 ], [ -111.38101324725481, 37.002544688732783 ], [ -111.38064743713507, 37.002437689983964 ], [ -111.3803659659783, 37.002339434233889 ], [ -111.38010711277244, 37.002269049934057 ], [ -111.37978068224271, 37.002170035321576 ], [ -111.37940381574973, 37.002099125586554 ], [ -111.37896520239549, 37.002041933368993 ], [ -111.3784815442248, 37.001966854426612 ], [ -111.3781216723436, 37.001922929537699 ], [ -111.37786299655632, 37.001887695817146 ], [ -111.37745816491535, 37.001843010596303 ], [ -111.37707579837738, 37.001795548315563 ], [ -111.37653623756694, 37.001779232438722 ], [ -111.37628347121293, 37.001802569949525 ], [ -111.3759634260276, 37.001857670349892 ], [ -111.37571632309051, 37.001890003087752 ], [ -111.37544744915544, 37.001837669071278 ], [ -111.37520472649069, 37.001846549519001 ], [ -111.37469443571955, 37.001840048551827 ], [ -111.3743110927644, 37.001822327874997 ], [ -111.37390644442749, 37.001814588887186 ], [ -111.37353544702418, 37.001793221064119 ], [ -111.37311942774794, 37.00175847205486 ], [ -111.3725683693868, 37.001688989472335 ], [ -111.3722029221193, 37.00165317706125 ], [ -111.37187677209593, 37.001609127474126 ], [ -111.37142708146085, 37.001583492390822 ], [ -111.3710001318472, 37.001611870773338 ], [ -111.37051130188422, 37.001626919235513 ], [ -111.36994399535745, 37.001682774989234 ], [ -111.36941049219779, 37.001756551583014 ], [ -111.36872567485062, 37.001916432493907 ], [ -111.36814178874663, 37.002030924579259 ], [ -111.36758651928363, 37.002253497672214 ], [ -111.36714882377046, 37.002385560797627 ], [ -111.36654314581295, 37.002644342420787 ], [ -111.36620087096676, 37.002753571406267 ], [ -111.36571278817348, 37.00292634936779 ], [ -111.36510714411793, 37.003194137930656 ], [ -111.36486612553361, 37.003325587490487 ], [ -111.36444570826816, 37.003547731271347 ], [ -111.36403129501828, 37.0038509845063 ], [ -111.36367277471842, 37.004090964434006 ], [ -111.36322950644907, 37.004236551740178 ], [ -111.36283125832151, 37.004395521336903 ], [ -111.36240520949339, 37.00461767509276 ], [ -111.36208595446918, 37.004844008762127 ], [ -111.36182251055817, 37.004989042097023 ], [ -111.36142466095244, 37.005233642288694 ], [ -111.36107153255232, 37.00542852606025 ], [ -111.36047730465076, 37.005741328097365 ], [ -111.35993899384673, 37.005995364182084 ], [ -111.35935580560738, 37.006267562447285 ], [ -111.35899677172998, 37.006403864505288 ], [ -111.35850311391795, 37.006594658408801 ], [ -111.35795993529688, 37.006772078064429 ], [ -111.35726845230143, 37.006963463295122 ], [ -111.3568140415798, 37.007136103288339 ], [ -111.3562527872562, 37.007295540731874 ], [ -111.3557924372117, 37.007400586865266 ], [ -111.35505165523367, 37.007628164438863 ], [ -111.35433286747475, 37.007752006476458 ], [ -111.3535522160293, 37.007867014090742 ], [ -111.35293449962492, 37.007972517807943 ], [ -111.352058017277, 37.008025601372147 ], [ -111.35155791853647, 37.008044211034353 ], [ -111.35114189527278, 37.008013892280161 ], [ -111.35090577354278, 37.00799656187489 ], [ -111.35036596664369, 37.007935056007007 ], [ -111.34948910723824, 37.00790609094004 ], [ -111.34828680460413, 37.007990754481163 ], [ -111.34766897706562, 37.008073695207315 ], [ -111.34704565111595, 37.008183691910666 ], [ -111.34643366560883, 37.00831618816995 ], [ -111.34578264005559, 37.008515501366951 ], [ -111.34552447035482, 37.008593776824121 ], [ -111.3451317007405, 37.008734642359151 ], [ -111.34458822622642, 37.009105810688958 ], [ -111.34411180139334, 37.009391145621812 ], [ -111.34371370937484, 37.00959962966715 ], [ -111.34342765236093, 37.009726658917359 ], [ -111.34302385557726, 37.009917128412617 ], [ -111.34267045585719, 37.010066886373508 ], [ -111.34221611449554, 37.010266513409093 ], [ -111.34180133386614, 37.010515603810525 ], [ -111.34138099081699, 37.010778230310798 ], [ -111.34106732800288, 37.011018012874423 ], [ -111.34058578068976, 37.011420535123392 ], [ -111.34015473029139, 37.011804881951058 ], [ -111.33976311787946, 37.012211650220522 ], [ -111.33930445419971, 37.012707851120418 ], [ -111.33894663883815, 37.013133450194381 ], [ -111.33856637393103, 37.013567225140989 ], [ -111.33813579648628, 37.014063341320117 ], [ -111.3377671263125, 37.014579111336026 ], [ -111.33746523952018, 37.014945953297321 ], [ -111.33705734825445, 37.015491579966735 ], [ -111.33681707770936, 37.015812271979783 ], [ -111.33653213864923, 37.016200697880699 ], [ -111.3362360944803, 37.016620704806272 ], [ -111.33587283735348, 37.017094987374975 ], [ -111.33554848452188, 37.017470000850452 ], [ -111.33518486275575, 37.01786315305764 ], [ -111.33466955642935, 37.018274760700905 ], [ -111.33410908105392, 37.018641421469425 ], [ -111.33344762296987, 37.019053435149821 ], [ -111.33271308698313, 37.019465650031115 ], [ -111.3320457383635, 37.019819079062692 ], [ -111.33182147262515, 37.019950414518533 ], [ -111.33141208924751, 37.020167903049959 ], [ -111.33093552645333, 37.020448678020706 ], [ -111.33072804153296, 37.020561935894399 ], [ -111.33046446394471, 37.020702392685891 ], [ -111.33005472171371, 37.02083874831547 ], [ -111.32938655097327, 37.02100737034624 ], [ -111.32880792408012, 37.021085596987163 ], [ -111.32818438650155, 37.021177466549538 ], [ -111.32768412144573, 37.021178848951962 ], [ -111.32703201326392, 37.021162619068875 ], [ -111.32654268153611, 37.021091851673894 ], [ -111.32598586084707, 37.021012253306949 ], [ -111.32549633875287, 37.020896410326891 ], [ -111.32498406566695, 37.020717527121896 ], [ -111.324443537101, 37.020502661512829 ], [ -111.32384664960919, 37.020251889801571 ], [ -111.32332796167312, 37.019883715367044 ], [ -111.32283155232886, 37.019465899048029 ], [ -111.32253261946093, 37.01922332412002 ], [ -111.3221826065446, 37.018863700411231 ], [ -111.32184381944701, 37.018499538017146 ], [ -111.32153331018284, 37.018175862648604 ], [ -111.32122284150181, 37.017861200697872 ], [ -111.32072619544755, 37.017381176907527 ], [ -111.32032532606917, 37.01695317583016 ], [ -111.31989632410038, 37.016517136263786 ], [ -111.31959709124892, 37.016197932474562 ], [ -111.31926975805425, 37.015878803506986 ], [ -111.31894804814722, 37.015559658501495 ], [ -111.31884650169415, 37.015469787687302 ], [ -111.31822585544559, 37.014899041130107 ], [ -111.31770125406703, 37.014445220988208 ], [ -111.31741344813167, 37.014166545620583 ], [ -111.31691156285194, 37.013766747378732 ], [ -111.31658994651031, 37.013465624321078 ], [ -111.31617836941517, 37.013155725695313 ], [ -111.3158231483489, 37.012881733153975 ], [ -111.3154341147095, 37.012585293471268 ], [ -111.31507339029164, 37.01233835639448 ], [ -111.31475234853389, 37.012173343772218 ], [ -111.31440321786108, 37.012011108999289 ], [ -111.31393039068404, 37.011836580320953 ], [ -111.31336777098358, 37.011693837177276 ], [ -111.31285017083077, 37.011564494258835 ], [ -111.31248454050085, 37.011488835303275 ], [ -111.31170282867484, 37.011369196830444 ], [ -111.31093814153806, 37.011289171853363 ], [ -111.3105503672021, 37.011295595761098 ], [ -111.31016273564742, 37.01133717409445 ], [ -111.30971895608828, 37.011392419262734 ], [ -111.30911246243907, 37.011515694488793 ], [ -111.30861717513616, 37.011620648745897 ], [ -111.30808510194461, 37.011802318625463 ], [ -111.30754630001951, 37.01198851074318 ], [ -111.30704689197347, 37.012188120067691 ], [ -111.30666529071316, 37.012333336697708 ], [ -111.30622775597529, 37.012546304244921 ], [ -111.30584091389289, 37.012787084115857 ], [ -111.30548210986974, 37.013012466119726 ], [ -111.30529175656996, 37.013197750596028 ], [ -111.30495030001202, 37.013545681841471 ], [ -111.30467034123566, 37.013812324874898 ], [ -111.30440176520787, 37.01411499553695 ], [ -111.30421194550462, 37.014435492477411 ], [ -111.30391540658952, 37.014774291176437 ], [ -111.30364170578063, 37.015203174406686 ], [ -111.30358600250585, 37.015329518108437 ], [ -111.30346940498748, 37.01569039114996 ], [ -111.30340323043093, 37.016010570495745 ], [ -111.30340005993824, 37.016344110291442 ], [ -111.30344531651861, 37.016700062179765 ], [ -111.30359828065291, 37.017285604939516 ], [ -111.30363348754588, 37.017375658551117 ], [ -111.30386037896767, 37.017893403981759 ], [ -111.30395095688014, 37.018055430640814 ], [ -111.30412640328744, 37.018356962451051 ], [ -111.30439776398106, 37.018748391667501 ], [ -111.30465802979124, 37.019175906175661 ], [ -111.30494640279153, 37.019603347855899 ], [ -111.30533096528724, 37.020188292719901 ], [ -111.3056531436886, 37.020633674339173 ], [ -111.30595873407732, 37.021146705525005 ], [ -111.30614572691552, 37.021520319284548 ], [ -111.30645748832409, 37.022168548580545 ], [ -111.30667268205822, 37.022564624505335 ], [ -111.30692223922009, 37.02311836241757 ], [ -111.30695058049841, 37.023176882445249 ], [ -111.30700733573187, 37.023311951006995 ], [ -111.30717192342452, 37.023702748233603 ], [ -111.30725189377773, 37.024018945154054 ], [ -111.30729893276546, 37.024532641692716 ], [ -111.30721601207283, 37.024879909102694 ], [ -111.30711060557475, 37.025227234630634 ], [ -111.30693219387796, 37.025592777604885 ], [ -111.30670873744458, 37.025940408014186 ], [ -111.30643361693275, 37.026301692940258 ], [ -111.30619992915474, 37.026622305718057 ], [ -111.30574058459327, 37.027024628811695 ], [ -111.30556702533462, 37.027200855736567 ], [ -111.30519167100283, 37.027521831202435 ], [ -111.30507395972674, 37.027606868792489 ], [ -111.30478817020042, 37.027833863414394 ], [ -111.3045136543101, 37.028068941329813 ], [ -111.30418852531297, 37.028299641182045 ], [ -111.30382962938091, 37.028521412248942 ], [ -111.30359977532321, 37.028679751689751 ], [ -111.30326343371425, 37.028919492031413 ], [ -111.30294373986008, 37.02910510281172 ], [ -111.30261826195125, 37.029250162902265 ], [ -111.30231517978447, 37.029372629168712 ], [ -111.30189981126649, 37.029532339223962 ], [ -111.30150695589539, 37.02969920210365 ], [ -111.30115912862586, 37.029880372371181 ], [ -111.30086184099061, 37.030047891963484 ], [ -111.30044665746216, 37.030256273944318 ], [ -111.30016048593883, 37.030392213406842 ], [ -111.2997056635979, 37.030528578259265 ], [ -111.29915563891468, 37.030758930646826 ], [ -111.29883000896061, 37.030868824756936 ], [ -111.29839780921405, 37.031041185016527 ], [ -111.29800483973925, 37.031182796400195 ], [ -111.29753333350892, 37.031367872303832 ], [ -111.29707308951973, 37.031558326746421 ], [ -111.29674876685544, 37.031716889348743 ], [ -111.29634932139018, 37.031929724788455 ], [ -111.29606874051737, 37.032061133234315 ], [ -111.29559161980013, 37.032250722596451 ], [ -111.29503014175832, 37.032433308332081 ], [ -111.2947999265828, 37.032505995280708 ], [ -111.29435061678365, 37.032619790037693 ], [ -111.29396302063547, 37.032700978573551 ], [ -111.29347441109593, 37.032829290321743 ], [ -111.29309247287614, 37.032920377802888 ], [ -111.29265445362866, 37.033047659770347 ], [ -111.29223895488484, 37.033183899005373 ], [ -111.29198643710026, 37.033306214327588 ], [ -111.29172267474806, 37.03342855675664 ], [ -111.2913072755392, 37.033591835521769 ], [ -111.29076300037588, 37.033868108027086 ], [ -111.29029747976357, 37.034157706901944 ], [ -111.28987108658409, 37.034388615119511 ], [ -111.28940549098303, 37.034660181974708 ], [ -111.28886701105527, 37.034986010521912 ], [ -111.28826695690671, 37.035384100975868 ], [ -111.28773410604249, 37.035714417856902 ], [ -111.28711139920422, 37.036071992823622 ], [ -111.28653925155848, 37.036420428084817 ], [ -111.28631484134107, 37.036547170598766 ], [ -111.28583238725166, 37.036827778403186 ], [ -111.28532742413294, 37.037103931197265 ], [ -111.28476660591019, 37.037479373660581 ], [ -111.28429447525231, 37.037817642197858 ], [ -111.28390320654489, 37.038130475238667 ], [ -111.28369577099103, 37.038288722356207 ], [ -111.28346042437229, 37.038501121834351 ], [ -111.28311883899417, 37.038871525338621 ], [ -111.28284470131184, 37.039237259909285 ], [ -111.28269415216893, 37.039575656420077 ], [ -111.28259979189235, 37.039904904569177 ], [ -111.28247162971702, 37.040216204426756 ], [ -111.28233205480005, 37.040482459600049 ], [ -111.28210812590602, 37.040744408023436 ], [ -111.28191219103027, 37.040974739325243 ], [ -111.28174440056239, 37.041214017805615 ], [ -111.28165068352865, 37.041719043148511 ], [ -111.28165729170328, 37.041985851803247 ], [ -111.28178850519166, 37.042498455922484 ], [ -111.28228555921578, 37.043110249116658 ], [ -111.28237592139313, 37.043218206098167 ], [ -111.28270336944534, 37.043577999667008 ], [ -111.28313743346813, 37.043878944764835 ], [ -111.28393734404217, 37.044278170946143 ], [ -111.28430443030004, 37.044407999697114 ], [ -111.28498988057282, 37.044568613177738 ], [ -111.28560868174897, 37.044648254171094 ], [ -111.28639035325433, 37.044677018654248 ], [ -111.28714396947714, 37.044721170249751 ], [ -111.28795353790655, 37.044692165199535 ], [ -111.28888661737705, 37.04461327514278 ], [ -111.28994313708904, 37.044466468680397 ], [ -111.29071844986402, 37.044302313526181 ], [ -111.29144313803144, 37.04413377050696 ], [ -111.29233620879101, 37.043888186492445 ], [ -111.29279110671943, 37.043747342667068 ], [ -111.29311695978461, 37.043678930616977 ], [ -111.29362261482926, 37.043578522685671 ], [ -111.29431393669594, 37.043509202341468 ], [ -111.29514577028604, 37.043426007022774 ], [ -111.29591035815928, 37.043401566753879 ], [ -111.29660752680842, 37.043390811614834 ], [ -111.29747360210628, 37.043438222160951 ], [ -111.29824425265272, 37.043526430774087 ], [ -111.29886884037749, 37.043646552547628 ], [ -111.29939909366465, 37.043798459263698 ], [ -111.29983731486257, 37.043995667859029 ], [ -111.30022609434866, 37.044202014271924 ], [ -111.30069396680992, 37.044502809415441 ], [ -111.3010491573487, 37.044745295535421 ], [ -111.30156806884662, 37.045154129593108 ], [ -111.30203109751834, 37.04564873970844 ], [ -111.30240955762793, 37.046084970437875 ], [ -111.3026921296005, 37.046444822839511 ], [ -111.30299166239489, 37.04682716703671 ], [ -111.30322959743729, 37.047272768155935 ], [ -111.30341109074483, 37.047664427181438 ], [ -111.30366108475923, 37.048312818752052 ], [ -111.30387121884547, 37.04883511133248 ], [ -111.30412659196631, 37.049420387766425 ], [ -111.30431470784973, 37.050059922031778 ], [ -111.30455356129342, 37.050730875798543 ], [ -111.30465262141171, 37.051316552055646 ], [ -111.30474317981236, 37.051744499485409 ], [ -111.30494866345519, 37.052505681106609 ], [ -111.30508130050434, 37.053330149812048 ], [ -111.30523003446741, 37.05396076912578 ], [ -111.30541893449966, 37.054510155980729 ], [ -111.30557777780218, 37.055136241541305 ], [ -111.30570945005506, 37.055717325292214 ], [ -111.30582428985103, 37.056307466538534 ], [ -111.30582647854338, 37.056852826535838 ], [ -111.30576712919409, 37.057478572441532 ], [ -111.30561307313732, 37.058047772146075 ], [ -111.30550770053486, 37.058697073550206 ], [ -111.30540308962776, 37.059256229791707 ], [ -111.3052988384008, 37.059905527997941 ], [ -111.30524601809077, 37.060478072147532 ], [ -111.30520809000043, 37.061118185165959 ], [ -111.30505361603856, 37.061866769470214 ], [ -111.30492657372461, 37.062444011288648 ], [ -111.30479451853708, 37.06317450887218 ], [ -111.30454884337198, 37.06362134761077 ], [ -111.30439832535346, 37.063955262954387 ], [ -111.30412434466366, 37.064357101912734 ], [ -111.30383347056994, 37.064754476339715 ], [ -111.30357010385268, 37.064998536613643 ], [ -111.30331798747575, 37.065243468958869 ], [ -111.30295375398053, 37.065581534395953 ], [ -111.30261724827875, 37.06582127215534 ], [ -111.30224699477961, 37.066061094948942 ], [ -111.30175878938388, 37.066341781021833 ], [ -111.30134317950227, 37.066491573416961 ], [ -111.30094424507996, 37.0665917434333 ], [ -111.30060708826694, 37.066669219832811 ], [ -111.30005617066205, 37.066738221892486 ], [ -111.29974687148027, 37.066748919601736 ], [ -111.29939807078797, 37.06672636332501 ], [ -111.29881857026587, 37.066678245953398 ], [ -111.29832339647992, 37.066619997977867 ], [ -111.29774912006113, 37.066469099278152 ], [ -111.29703957795559, 37.06624552079515 ], [ -111.29649324935809, 37.066048573099252 ], [ -111.29591305541133, 37.065820157323628 ], [ -111.29552992344846, 37.065645333684778 ], [ -111.29485969532735, 37.065403615558004 ], [ -111.29443711120341, 37.065206350684718 ], [ -111.29394131023548, 37.06498222285235 ], [ -111.2935749379735, 37.064775801282387 ], [ -111.29330992429949, 37.064600678036875 ], [ -111.29287564978453, 37.064286250573474 ], [ -111.29242469676571, 37.064021441262234 ], [ -111.29183267784482, 37.063635284290633 ], [ -111.29129712972789, 37.063307578628013 ], [ -111.29078972370472, 37.062984308689067 ], [ -111.29022020006246, 37.062593581274989 ], [ -111.28968446053878, 37.062211782896867 ], [ -111.28940255850004, 37.062027677749505 ], [ -111.28914320503696, 37.061857038421174 ], [ -111.2887483480839, 37.061547006709155 ], [ -111.28828126928214, 37.061174049057804 ], [ -111.28778931370522, 37.060765092665996 ], [ -111.28731541076968, 37.060369611933794 ], [ -111.28702217168566, 37.060158485586292 ], [ -111.2861428060849, 37.059616145793775 ], [ -111.28569234004891, 37.059467593988551 ], [ -111.28528170129375, 37.059441539289764 ], [ -111.28475224254443, 37.059523940140629 ], [ -111.28427547831382, 37.059561140824812 ], [ -111.28390412218862, 37.059512451445173 ], [ -111.28345812993078, 37.059355767559374 ], [ -111.28285660519461, 37.059113817001112 ], [ -111.28240044451339, 37.058943631900412 ], [ -111.28195566678795, 37.0588094752231 ], [ -111.2815333522931, 37.058666249254081 ], [ -111.28104929467472, 37.058554718155904 ], [ -111.28061029467951, 37.058461107127734 ], [ -111.27989591544629, 37.058417723232353 ], [ -111.27915326977296, 37.058333837150521 ], [ -111.27828087204738, 37.058138473390969 ], [ -111.27762210682793, 37.057922771958765 ], [ -111.27732364110504, 37.057810791154211 ], [ -111.27689001152449, 37.057645039273851 ], [ -111.27625891848943, 37.057303966691123 ], [ -111.27593188200944, 37.057065848501082 ], [ -111.27568939741526, 37.056881618821734 ], [ -111.27518785395128, 37.056594325234705 ], [ -111.27465822888531, 37.056316108839937 ], [ -111.27424151669288, 37.056159322358717 ], [ -111.27384156348752, 37.055970945616664 ], [ -111.27327284154538, 37.055764927764677 ], [ -111.27278871745729, 37.055626320053676 ], [ -111.27235511331831, 37.055461452869622 ], [ -111.27183156398479, 37.055304903108791 ], [ -111.27133611497972, 37.055142878171864 ], [ -111.27092526378298, 37.055049166809013 ], [ -111.27048060874738, 37.054937502459524 ], [ -111.27013164978797, 37.054852661532102 ], [ -111.26954623518404, 37.054691735346502 ], [ -111.26894941708551, 37.054485760519697 ], [ -111.26852692842394, 37.054279388215761 ], [ -111.26817187540345, 37.054059340498434 ], [ -111.26790686211766, 37.053857117050924 ], [ -111.2674273235353, 37.053416497268451 ], [ -111.26702564513469, 37.053047814859617 ], [ -111.26683492937394, 37.052863450365109 ], [ -111.2663666498311, 37.052422800875995 ], [ -111.26605080154498, 37.052153079907733 ], [ -111.2657110550049, 37.051802282693494 ], [ -111.26541859372564, 37.051464900189544 ], [ -111.26515181358491, 37.051073373596211 ], [ -111.26493958569594, 37.05084488385814 ], [ -111.26459300533375, 37.050466154195291 ], [ -111.26435141235775, 37.050200770123425 ], [ -111.26404651437113, 37.04984087601742 ], [ -111.26382632419742, 37.04958445753342 ], [ -111.26338599502479, 37.049085140678017 ], [ -111.2630650660801, 37.048639643426021 ], [ -111.26275872957312, 37.048185098618667 ], [ -111.26260029241391, 37.047896990833848 ], [ -111.26230087979108, 37.047492008274695 ], [ -111.26209690467293, 37.047041742472821 ], [ -111.26183118885626, 37.046623162716088 ], [ -111.26164452050305, 37.046299058533748 ], [ -111.26142929141736, 37.045844309132207 ], [ -111.26122541857119, 37.045421084469545 ], [ -111.2609878886787, 37.045020469301825 ], [ -111.26079535845099, 37.044624261890412 ], [ -111.26063677900822, 37.044290178482392 ], [ -111.2604838451909, 37.043962392482612 ], [ -111.26022360245919, 37.043494218001712 ], [ -111.25996892406349, 37.043008002038711 ], [ -111.25968029863431, 37.042458759410842 ], [ -111.25945377048446, 37.041981494971807 ], [ -111.25927280750572, 37.041675402973631 ], [ -111.25905216705273, 37.04127474673308 ], [ -111.25877951181619, 37.040788567257977 ], [ -111.25864476521016, 37.040513923622846 ], [ -111.25820470079833, 37.039735141398076 ], [ -111.25797150426749, 37.039275917081483 ], [ -111.25769963724974, 37.038686068250598 ], [ -111.25742219786954, 37.038109752340432 ], [ -111.25724771007677, 37.037718006679469 ], [ -111.25695806077618, 37.037186787789551 ], [ -111.25671916644734, 37.036700530081539 ], [ -111.25648259981433, 37.036236802690119 ], [ -111.2562954193788, 37.035745925072355 ], [ -111.25608576838844, 37.035259602788315 ], [ -111.25589875929747, 37.034818303021176 ], [ -111.25572301142604, 37.03438148583038 ], [ -111.25555302645763, 37.033986121957085 ], [ -111.2553380770624, 37.033593558882927 ], [ -111.25520082039272, 37.033233279997475 ], [ -111.25508307126259, 37.03299014560848 ], [ -111.25477201695206, 37.032436431027371 ], [ -111.25453420074481, 37.031927630277423 ], [ -111.25427854839593, 37.031463939010493 ], [ -111.25401954114932, 37.031004761512264 ], [ -111.25381021781256, 37.030608577659116 ], [ -111.25359523004718, 37.030198883973377 ], [ -111.25334669447695, 37.029843347654818 ], [ -111.25312082712868, 37.029541848601909 ], [ -111.25289472248365, 37.029168234719116 ], [ -111.25273066622198, 37.02885758877548 ], [ -111.25254416992338, 37.028560511888813 ], [ -111.25238002693607, 37.028222822521194 ], [ -111.25221033843071, 37.027907680599043 ], [ -111.25205193894249, 37.0276060359827 ], [ -111.25184145142848, 37.027191822142093 ], [ -111.25163888078211, 37.026791112654955 ], [ -111.25151440738217, 37.026547988684754 ], [ -111.25144064596607, 37.02634081459415 ], [ -111.25131059712648, 37.026111223751855 ], [ -111.25118065295183, 37.025913182817334 ], [ -111.2509772021838, 37.025584588900891 ], [ -111.25080221525894, 37.025364106867777 ], [ -111.25055372335703, 37.025013071454495 ], [ -111.25034378362916, 37.02476111222424 ], [ -111.25014619723999, 37.024504619386157 ], [ -111.24981425156199, 37.024072628924579 ], [ -111.24950387647499, 37.02370369273693 ], [ -111.24911463164793, 37.023280835075667 ], [ -111.24879873023936, 37.022938951698286 ], [ -111.24841542249547, 37.022610730133849 ], [ -111.24802680465801, 37.022377169315369 ], [ -111.24770132072881, 37.022197561686404 ], [ -111.24728352152056, 37.021977580875806 ], [ -111.2468613737109, 37.021802679495046 ], [ -111.24629312472207, 37.0216416014717 ], [ -111.24578121897011, 37.021520968724509 ], [ -111.24535374596188, 37.02143621672883 ], [ -111.24485325862891, 37.021369642608704 ], [ -111.24439778062801, 37.021315593815807 ], [ -111.24384113096862, 37.021263554070771 ], [ -111.24317213100892, 37.021233376480915 ], [ -111.24245290060794, 37.021315977438327 ], [ -111.24217195035607, 37.02134810140592 ], [ -111.24166635921097, 37.021443783003406 ], [ -111.24119913223339, 37.021584456353487 ], [ -111.24069474779687, 37.021707174483339 ], [ -111.24029613676349, 37.021861226650955 ], [ -111.23977401659172, 37.022065106146655 ], [ -111.23947668020033, 37.022250501202024 ], [ -111.23914606788027, 37.022580192549448 ], [ -111.23877059653387, 37.022946030720341 ], [ -111.23846815436046, 37.023298199398759 ], [ -111.23808147606661, 37.023677579433325 ], [ -111.23771153117694, 37.024016359999351 ], [ -111.23734733043368, 37.024395692579539 ], [ -111.23696662626664, 37.02489224379655 ], [ -111.23653599613567, 37.0256052381541 ], [ -111.23620044695284, 37.026164797395886 ], [ -111.23583710629762, 37.0268280761087 ], [ -111.23554678273342, 37.027473179998097 ], [ -111.23527301299525, 37.028019092269851 ], [ -111.23496557950324, 37.028587606440162 ], [ -111.23477551784107, 37.028935937111676 ], [ -111.23466374917022, 37.029151601503877 ], [ -111.23457439975637, 37.029345586993976 ], [ -111.234401307353, 37.029729039499145 ], [ -111.23418908301367, 37.03018468386901 ], [ -111.23393160610273, 37.030550273424325 ], [ -111.23367981749081, 37.030938387105088 ], [ -111.23341131279761, 37.031376112099217 ], [ -111.23299167771066, 37.032030477950542 ], [ -111.23294693731845, 37.032107187852382 ], [ -111.23284072840585, 37.032305712228357 ], [ -111.2326170927202, 37.032711797028654 ], [ -111.23234883661357, 37.033235155426169 ], [ -111.23202984235859, 37.033713540612958 ], [ -111.23181212160738, 37.034218770175897 ], [ -111.23156062493091, 37.034710543684291 ], [ -111.23128706062718, 37.035342082153129 ], [ -111.23097848467921, 37.03592410913916 ], [ -111.230705831143, 37.036488036725217 ], [ -111.23046553700529, 37.036970771610761 ], [ -111.23026462519421, 37.0374633453428 ], [ -111.23008072167158, 37.03800366178271 ], [ -111.22993611717514, 37.038525873040037 ], [ -111.22986975307245, 37.038891984265959 ], [ -111.22991599540804, 37.039311061950464 ], [ -111.23006350891747, 37.039752479140262 ], [ -111.23026757486058, 37.04030195855286 ], [ -111.23064041277084, 37.040882659825868 ], [ -111.23106968624174, 37.04153085756478 ], [ -111.23126167156666, 37.041800913899152 ], [ -111.23156635549662, 37.042151879116915 ], [ -111.231859618903, 37.042444272605309 ], [ -111.23223726460901, 37.042750021731294 ], [ -111.232710470269, 37.043046567903488 ], [ -111.2332339799798, 37.043243855518043 ], [ -111.23375745093246, 37.043427619374143 ], [ -111.23434380114956, 37.043579706534693 ], [ -111.23507402437822, 37.04370896996879 ], [ -111.235394738726, 37.043780448846434 ], [ -111.2359123029614, 37.04386956429579 ], [ -111.23643543516273, 37.04394063770556 ], [ -111.23699234925883, 37.044026064279535 ], [ -111.23748185689243, 37.044132356159714 ], [ -111.23810078931137, 37.044270837983724 ], [ -111.23864660049564, 37.044400449330887 ], [ -111.23924896604811, 37.044633609045071 ], [ -111.23976571362473, 37.044817359870095 ], [ -111.24033543124582, 37.045037058504803 ], [ -111.2408417214326, 37.045112653738038 ], [ -111.24137008984727, 37.045057493980806 ], [ -111.24184235862793, 37.045043010760757 ], [ -111.24224721143874, 37.045046692005656 ], [ -111.24277030006186, 37.04509970885951 ], [ -111.24331608185102, 37.045215777238163 ], [ -111.24372696186023, 37.045345641806492 ], [ -111.24409849817921, 37.045480093067226 ], [ -111.24454885618331, 37.045645930901379 ], [ -111.24501630186801, 37.045879339259841 ], [ -111.24547841784677, 37.046202900155954 ], [ -111.24605909799163, 37.046674949934626 ], [ -111.24645942961283, 37.047016663742539 ], [ -111.24685996916753, 37.047421476082633 ], [ -111.247176270886, 37.047858012732419 ], [ -111.24740237427058, 37.048222621960434 ], [ -111.24764015049706, 37.048717914186945 ], [ -111.24783864166939, 37.049235823791491 ], [ -111.24795278903035, 37.049753909319087 ], [ -111.24803296445326, 37.050199951077978 ], [ -111.2480239357415, 37.050881453258015 ], [ -111.24792996605304, 37.051381043473086 ], [ -111.24776881201771, 37.051971818609985 ], [ -111.24748952210757, 37.052549318486243 ], [ -111.24717076220757, 37.053095349755196 ], [ -111.24680722958679, 37.053709080713908 ], [ -111.2466842443626, 37.053934694623273 ], [ -111.24648843082926, 37.054246095814889 ], [ -111.24614149566986, 37.054778661236419 ], [ -111.24582238246533, 37.055221024729732 ], [ -111.24548664177416, 37.055740043483176 ], [ -111.24524055474497, 37.056159718413177 ], [ -111.2450337433054, 37.056552268728019 ], [ -111.24474840153778, 37.057008080942602 ], [ -111.24446844868309, 37.057391766779176 ], [ -111.24417188189487, 37.057856615003196 ], [ -111.24405450305942, 37.058081313079931 ], [ -111.24391542788584, 37.058555752258897 ], [ -111.24371468826892, 37.059092516729358 ], [ -111.2435028422169, 37.059674375196153 ], [ -111.24331347407431, 37.060251679973341 ], [ -111.24314667068641, 37.060851473935131 ], [ -111.24301908870544, 37.061406115694119 ], [ -111.24288015630171, 37.061929230411124 ], [ -111.24270796594573, 37.062605656279906 ], [ -111.24257973210527, 37.062957476738845 ], [ -111.24247938808777, 37.063237125545271 ], [ -111.24228415285894, 37.063743227299099 ], [ -111.2420330398873, 37.064364825878584 ], [ -111.24187119785829, 37.064761785589461 ], [ -111.24165916491117, 37.065294061940001 ], [ -111.24143602328627, 37.065871432015719 ], [ -111.24115093925482, 37.066426391796632 ], [ -111.24071434899631, 37.067094337214129 ], [ -111.24026077828844, 37.067730765289504 ], [ -111.23991900817754, 37.068150622202147 ], [ -111.23946613854594, 37.068656338328637 ], [ -111.23881405816815, 37.069131805302369 ], [ -111.238438015657, 37.069388567992981 ], [ -111.23786535542672, 37.069724148357473 ], [ -111.23730362480259, 37.069958743900621 ], [ -111.23695529235852, 37.070085640485203 ], [ -111.23668428433466, 37.070117731612456 ], [ -111.23617904064876, 37.070069160024907 ], [ -111.23571201699812, 37.070011496038155 ], [ -111.23499140043576, 37.069796582581716 ], [ -111.23447360546608, 37.06968943561909 ], [ -111.23388124929005, 37.069478768943888 ], [ -111.23328525936803, 37.06918247055944 ], [ -111.23271031676867, 37.06877795621611 ], [ -111.23259759254701, 37.068701555720907 ], [ -111.23189289633395, 37.068166584303292 ], [ -111.2313063366947, 37.06763588548371 ], [ -111.23075889653904, 37.067019471688312 ], [ -111.23022263220236, 37.066375990673734 ], [ -111.23003603554859, 37.066047330404913 ], [ -111.22985524159283, 37.065777251590525 ], [ -111.22966855288274, 37.065417040798934 ], [ -111.22944771325994, 37.064921681088599 ], [ -111.22918291290995, 37.064394855771617 ], [ -111.22894398733406, 37.063867979875894 ], [ -111.22849167608572, 37.063075592403194 ], [ -111.22806812858582, 37.062494984191751 ], [ -111.22778520121845, 37.061918611625266 ], [ -111.2275135799174, 37.061360245271793 ], [ -111.22724166688039, 37.060702721302697 ], [ -111.22701536724652, 37.060252438678333 ], [ -111.22680571377863, 37.059725502046177 ], [ -111.22657789549213, 37.059140908038884 ], [ -111.22637518144657, 37.058676156098912 ], [ -111.22621665882983, 37.058320392803537 ], [ -111.22599616987851, 37.057928690048641 ], [ -111.22565779937031, 37.057609325726908 ], [ -111.22525208092671, 37.057335159930958 ], [ -111.22482932157514, 37.057002431923223 ], [ -111.2245193039381, 37.056759632310204 ], [ -111.22418679383459, 37.056516874381671 ], [ -111.22369096351436, 37.05619329464669 ], [ -111.22334182558271, 37.056031694600989 ], [ -111.22295936972922, 37.056014385354707 ], [ -111.22256035924505, 37.05610527784058 ], [ -111.22227826583669, 37.05617792132778 ], [ -111.22181845327023, 37.05624638941179 ], [ -111.221413698733, 37.05629672431683 ], [ -111.22074480422052, 37.056406142746354 ], [ -111.22035695802951, 37.056469964071511 ], [ -111.21985091127576, 37.056497945936705 ], [ -111.21946853170144, 37.056507668274811 ], [ -111.21896805616134, 37.056517607416886 ], [ -111.21859705287974, 37.056572377575236 ], [ -111.21820368363514, 37.05667225934102 ], [ -111.21785557300119, 37.056866707112974 ], [ -111.2176255444319, 37.057056430139077 ], [ -111.21744652385208, 37.057384879828078 ], [ -111.21731809448058, 37.057706025105489 ], [ -111.21719493832127, 37.057904565772965 ], [ -111.21690341601706, 37.058225107630363 ], [ -111.21660550901417, 37.058278836454612 ], [ -111.21627932165975, 37.058275825856803 ], [ -111.21601499294584, 37.058271800307175 ], [ -111.21566132218872, 37.058493294699211 ], [ -111.21557043660208, 37.058570983065501 ], [ -111.21531356607697, 37.058818442007194 ], [ -111.21496589346525, 37.059174236825939 ], [ -111.214758348573, 37.059364814925978 ], [ -111.21424789858176, 37.059834482633477 ], [ -111.21373193219542, 37.060344722497454 ], [ -111.213514280727, 37.060543429488725 ], [ -111.21329439117081, 37.060746647259684 ], [ -111.21282892719148, 37.061220735042149 ], [ -111.21248697166777, 37.061617978091753 ], [ -111.21204965511795, 37.062105533816165 ], [ -111.21180308752865, 37.062425982596913 ], [ -111.21161257083595, 37.062678723496703 ], [ -111.21113614867592, 37.063265503017639 ], [ -111.21067636730886, 37.063771122182388 ], [ -111.21030645488045, 37.064236015818437 ], [ -111.2099087769966, 37.064831664965027 ], [ -111.20961305783305, 37.065282903586116 ], [ -111.20920868181268, 37.065901097912992 ], [ -111.20890042013961, 37.066293763778006 ], [ -111.20862575336876, 37.066632283869062 ], [ -111.20828900638227, 37.066894290685951 ], [ -111.20800811956218, 37.067016476773759 ], [ -111.20772144765992, 37.067080079302997 ], [ -111.20745182032489, 37.067206751509794 ], [ -111.20726684038732, 37.067436939801354 ], [ -111.20695832983306, 37.067743965026352 ], [ -111.20658793541755, 37.068046590074815 ], [ -111.20616708843301, 37.068412401822158 ], [ -111.20573497618881, 37.068773724443936 ], [ -111.20534659766612, 37.069085391076051 ], [ -111.20489310433894, 37.069446747612304 ], [ -111.20451185571471, 37.069902628089856 ], [ -111.20404613634189, 37.070322595423526 ], [ -111.20325001175955, 37.071288493028788 ], [ -111.20304254638189, 37.071532234588787 ], [ -111.2028463531763, 37.071784970806185 ], [ -111.20247628225988, 37.072222796868019 ], [ -111.20212873026064, 37.072669597679898 ], [ -111.20182606544452, 37.073075756712342 ], [ -111.20146743485439, 37.073590181650133 ], [ -111.20103577068869, 37.074140786478466 ], [ -111.20082846639026, 37.074451229623143 ], [ -111.20046964463927, 37.074898044512146 ], [ -111.20007176570951, 37.075467518651791 ], [ -111.19969054091369, 37.075954933251928 ], [ -111.19924189270822, 37.07647400991479 ], [ -111.19886605906198, 37.076875776911471 ], [ -111.19810322332752, 37.077715383106153 ], [ -111.19785633588614, 37.077954674063562 ], [ -111.19745802177015, 37.07836999545912 ], [ -111.19727841132537, 37.078523537363886 ], [ -111.19694725631237, 37.078808038010429 ], [ -111.19620093088911, 37.079521404214965 ], [ -111.19592031439232, 37.079774268315738 ], [ -111.19562292418394, 37.080067723731304 ], [ -111.19537607915861, 37.080329545112718 ], [ -111.19492150808821, 37.080753964806497 ], [ -111.19451742274971, 37.081124214194105 ], [ -111.19410214000546, 37.081517016240916 ], [ -111.19366450003814, 37.081968446211611 ], [ -111.19320988677583, 37.082383845030513 ], [ -111.19290699885474, 37.082735895371513 ], [ -111.19250301857673, 37.083155716216496 ], [ -111.19205410847904, 37.083607158435406 ], [ -111.19177257646885, 37.083954664090875 ], [ -111.19150435076182, 37.084225526131689 ], [ -111.19122939496539, 37.084505412694753 ], [ -111.19088142723608, 37.084834994719117 ], [ -111.19053914992169, 37.085191609424825 ], [ -111.19020815472217, 37.085561726460142 ], [ -111.18990521781795, 37.085904754771832 ], [ -111.18949552227643, 37.086302038628247 ], [ -111.1892261662457, 37.086577404377422 ], [ -111.18881088239146, 37.086992723316087 ], [ -111.18850793350815, 37.087335748009316 ], [ -111.18817129320286, 37.087705868221846 ], [ -111.18777852351504, 37.08813016203851 ], [ -111.18734654502462, 37.088626630726729 ], [ -111.18711549639441, 37.088928973915564 ], [ -111.18699885172309, 37.089082400672993 ], [ -111.18680819728031, 37.089339608140797 ], [ -111.18649420982473, 37.089777294902795 ], [ -111.18625879683468, 37.090138236051217 ], [ -111.18590538693435, 37.090562461693914 ], [ -111.1856293833935, 37.090891915199883 ], [ -111.18536686933875, 37.091216839825002 ], [ -111.18512015028939, 37.091559767753886 ], [ -111.18493526287708, 37.091880063054148 ], [ -111.18472777041258, 37.092159829020268 ], [ -111.1845430110501, 37.09253420913668 ], [ -111.18438071144712, 37.092890525475283 ], [ -111.18418481593029, 37.093314500816881 ], [ -111.18389352038149, 37.093842287932169 ], [ -111.18360198157151, 37.09427091765928 ], [ -111.1833720805845, 37.094595787210253 ], [ -111.1830863164169, 37.095088408025894 ], [ -111.18282416474413, 37.09557468172553 ], [ -111.18253175828319, 37.096115988434391 ], [ -111.18235268076486, 37.09652190611196 ], [ -111.18215122437454, 37.096981943487528 ], [ -111.18192631683067, 37.097518637752238 ], [ -111.18176538893437, 37.09798762648537 ], [ -111.18158667943632, 37.098551292001723 ], [ -111.18131231217735, 37.099115103496231 ], [ -111.18113304947404, 37.099448905298566 ], [ -111.18092011001185, 37.099818815259525 ], [ -111.18054431919701, 37.100327792551752 ], [ -111.1802582269956, 37.100698714056762 ], [ -111.17991594597254, 37.101104875744682 ], [ -111.17951729608329, 37.101470557586786 ], [ -111.17897804222874, 37.101868000292221 ], [ -111.17843863473803, 37.102202340922126 ], [ -111.1775057407811, 37.102713046862128 ], [ -111.17709538656572, 37.102893945653982 ], [ -111.17654441648565, 37.103102095242861 ], [ -111.17593706830338, 37.103265254626628 ], [ -111.17531841138315, 37.10340589196695 ], [ -111.17466487447871, 37.103551084592134 ], [ -111.17395171858256, 37.103709882480068 ], [ -111.17327684468506, 37.103877634403105 ], [ -111.17257385254838, 37.104054437669383 ], [ -111.17188215217125, 37.104249248918613 ], [ -111.17133113762658, 37.104448360067835 ], [ -111.17066739447998, 37.10456650262163 ], [ -111.17004863653347, 37.104671055566996 ], [ -111.16954236049347, 37.104748401731037 ], [ -111.16900237029199, 37.104848329437957 ], [ -111.16840615647655, 37.104970870197427 ], [ -111.1680182374111, 37.105133677161362 ], [ -111.16779348657258, 37.105287237812732 ], [ -111.16754061845837, 37.105449852024968 ], [ -111.16724269156782, 37.105594500738654 ], [ -111.16697840841692, 37.105685015779763 ], [ -111.1665169136802, 37.105658621983743 ], [ -111.1660720255138, 37.105506003514172 ], [ -111.1656214039437, 37.105303812953487 ], [ -111.1651142308132, 37.104971894094248 ], [ -111.16449445601108, 37.104611283668653 ], [ -111.16413385917514, 37.104399948234153 ], [ -111.16368311352056, 37.104134650602234 ], [ -111.1629157402411, 37.103689501450134 ], [ -111.16238175086777, 37.103437834564069 ], [ -111.16184651495156, 37.10312757425249 ], [ -111.16114227134908, 37.102722891530604 ], [ -111.16060135188245, 37.102381083350053 ], [ -111.16026890193915, 37.102165190803433 ], [ -111.1596658760279, 37.101719798191013 ], [ -111.15914174744984, 37.10132838220855 ], [ -111.15876413093865, 37.101035924739612 ], [ -111.15841449228904, 37.100666807409496 ], [ -111.15811559250173, 37.100342692715962 ], [ -111.15782802375249, 37.100054619240041 ], [ -111.15759108182527, 37.09975836493895 ], [ -111.15728087774966, 37.099406318873001 ], [ -111.15705499630023, 37.099014497536459 ], [ -111.15682359262638, 37.098672261530666 ], [ -111.1565074379247, 37.098158865789564 ], [ -111.15614049022953, 37.097568914735589 ], [ -111.15590891038217, 37.09713653435923 ], [ -111.15566043492916, 37.096695161402081 ], [ -111.15533859615702, 37.096145712721558 ], [ -111.15498878550476, 37.095672921011008 ], [ -111.15467842877017, 37.095231626736883 ], [ -111.15433987020965, 37.094754311215752 ], [ -111.15409156682281, 37.094389555908286 ], [ -111.15379811795584, 37.093957251531258 ], [ -111.15354981068184, 37.093587987901131 ], [ -111.15333546367656, 37.09331783688738 ], [ -111.15313808788575, 37.093092734954055 ], [ -111.15288983191864, 37.092746005515167 ], [ -111.15263046123822, 37.092466896940813 ], [ -111.15247262715869, 37.092318364349062 ], [ -111.15197097939205, 37.091863787077152 ], [ -111.15164410040403, 37.091584762787669 ], [ -111.15132176062163, 37.091323760353916 ], [ -111.15085541056501, 37.091071954587939 ], [ -111.15030906519225, 37.090766162692738 ], [ -111.14973462009955, 37.090473925167487 ], [ -111.14923346922005, 37.090258214046713 ], [ -111.14862545323501, 37.090057057627085 ], [ -111.1482708132596, 37.08995744298592 ], [ -111.14794544918961, 37.089867706476845 ], [ -111.14721816499834, 37.089665790120343 ], [ -111.14656542649037, 37.089608005753433 ], [ -111.1459239065471, 37.089532175418434 ], [ -111.14529364172812, 37.089457229251146 ], [ -111.14461830626314, 37.089348981844203 ], [ -111.14423566752002, 37.08931429211431 ], [ -111.1439091840077, 37.089223644447799 ], [ -111.14316618065422, 37.089030736564396 ], [ -111.14275540383913, 37.088990667447163 ], [ -111.14206324174241, 37.088905862873602 ], [ -111.14149487880205, 37.088834428049203 ], [ -111.14093775226485, 37.08875396285935 ], [ -111.14045940769513, 37.08868241605758 ], [ -111.14016117094273, 37.088651218895755 ], [ -111.1396603485292, 37.08859321686284 ], [ -111.13914840670324, 37.08860734006096 ], [ -111.13855216480449, 37.088671138146005 ], [ -111.13810788159606, 37.088766306376478 ], [ -111.13753992242867, 37.088915702161948 ], [ -111.13698327799963, 37.089101139304994 ], [ -111.13662906375666, 37.089227747927858 ], [ -111.136201830495, 37.089422046522785 ], [ -111.13573522693973, 37.089624501498925 ], [ -111.13531918686714, 37.089788135520898 ], [ -111.13492013358214, 37.090013947328558 ], [ -111.13445930198471, 37.09030292784405 ], [ -111.13416719591723, 37.090560165797456 ], [ -111.13390896385648, 37.090884971912544 ], [ -111.13366198991119, 37.091214271903311 ], [ -111.13339267482311, 37.091638246471767 ], [ -111.13315133034855, 37.091972046170426 ], [ -111.13291561791347, 37.092310346189976 ], [ -111.13278654370993, 37.092499790713795 ], [ -111.13250048147883, 37.093004910456493 ], [ -111.13223674864385, 37.09341084748359 ], [ -111.13209663719297, 37.093726503458214 ], [ -111.13200694336504, 37.093915903219681 ], [ -111.13180522039868, 37.094393884423049 ], [ -111.13156415635669, 37.094898951735139 ], [ -111.13139600029547, 37.095268723586294 ], [ -111.13119417668015, 37.095692618093963 ], [ -111.13104298213744, 37.096111949155045 ], [ -111.13090860523818, 37.096496105753587 ], [ -111.13076301712074, 37.09690551451105 ], [ -111.13065658338262, 37.097180567228932 ], [ -111.13046018408731, 37.097491775947162 ], [ -111.13027509212725, 37.097835423291301 ], [ -111.13015742349769, 37.098123107845915 ], [ -111.12977027956714, 37.098768052691462 ], [ -111.12950116164461, 37.099336246061696 ], [ -111.12941705093039, 37.099507609054633 ], [ -111.12913545688302, 37.100021729517209 ], [ -111.12887301948021, 37.10055295556559 ], [ -111.12865997651969, 37.101013816103233 ], [ -111.12858708547363, 37.101167137749336 ], [ -111.12830687874488, 37.101843511439164 ], [ -111.12815573967346, 37.102312416819096 ], [ -111.12796530790085, 37.102839957115521 ], [ -111.12760634775407, 37.103538949594693 ], [ -111.12733697809428, 37.103976431048345 ], [ -111.12692711388303, 37.104526740638015 ], [ -111.12659563489622, 37.104842594244509 ], [ -111.12626976542863, 37.105149426672803 ], [ -111.12591574213194, 37.105447273828439 ], [ -111.1257134305812, 37.105610646651272 ], [ -111.12521447707805, 37.106065493425149 ], [ -111.12475246730676, 37.106404015230332 ], [ -111.12422961177641, 37.106702034806233 ], [ -111.12393165604047, 37.106882631823247 ], [ -111.12372926895989, 37.107004535706032 ], [ -111.1231220819364, 37.107356723905745 ], [ -111.1225430264027, 37.10770887990973 ], [ -111.12217192051362, 37.10789856231667 ], [ -111.1217275837692, 37.108043247461346 ], [ -111.12122122116627, 37.108111373160469 ], [ -111.12066970212214, 37.108093907194878 ], [ -111.1201462636237, 37.108040353175113 ], [ -111.11985918562722, 37.107991065285233 ], [ -111.11947635654336, 37.107887787658605 ], [ -111.11891332391185, 37.107703561307567 ], [ -111.11848535886696, 37.107523704515643 ], [ -111.11811366281681, 37.107339283004379 ], [ -111.11765191649027, 37.107145935443569 ], [ -111.11725204577037, 37.106934496383815 ], [ -111.11672820953802, 37.106615006920528 ], [ -111.11620439835984, 37.106309036492092 ], [ -111.11576516549567, 37.106111152345079 ], [ -111.11534289880159, 37.105967335640564 ], [ -111.11490937913007, 37.105823528333183 ], [ -111.11448152906844, 37.105706756753897 ], [ -111.11407054184525, 37.105576446010602 ], [ -111.11367083748303, 37.105464151551871 ], [ -111.11316421653117, 37.105351957827658 ], [ -111.11256756785502, 37.105244354567773 ], [ -111.11220737111009, 37.105208638905516 ], [ -111.11183589371949, 37.10515490425886 ], [ -111.11090732080957, 37.105101690819978 ], [ -111.11033325807047, 37.105043633640669 ], [ -111.10977043764174, 37.104976549008818 ], [ -111.10938210735095, 37.104940850801675 ], [ -111.10899371930067, 37.104864587180586 ], [ -111.10875728602888, 37.104801704410733 ], [ -111.10810991974894, 37.10463553248168 ], [ -111.10774401137769, 37.104536708598616 ], [ -111.10731056502605, 37.104428930457757 ], [ -111.10684335684412, 37.104321181155328 ], [ -111.10656751157485, 37.104240300983008 ], [ -111.10630291995908, 37.104158508652645 ], [ -111.10566113028639, 37.103948148420422 ], [ -111.10523442408675, 37.103826835268201 ], [ -111.10488879964134, 37.103741505954098 ], [ -111.10423693673991, 37.103566302548593 ], [ -111.10360083273481, 37.103391081785041 ], [ -111.10288029475464, 37.103193395216572 ], [ -111.10229485282072, 37.103027137735232 ], [ -111.10189068352788, 37.10291931448419 ], [ -111.1014448582675, 37.102798905519947 ], [ -111.10102271951939, 37.102717236057764 ], [ -111.10057922986164, 37.102659020303804 ], [ -111.10015042460903, 37.102641354702335 ], [ -111.09961029245262, 37.102691388142553 ], [ -111.0990927030463, 37.10276844309503 ], [ -111.09844580666851, 37.102935745904318 ], [ -111.09776516808317, 37.103121101544097 ], [ -111.09742207151336, 37.103243076553369 ], [ -111.09720271836092, 37.103324384986692 ], [ -111.09680341766438, 37.103500489873603 ], [ -111.09624108230203, 37.103798418468251 ], [ -111.09586433661276, 37.104015066078773 ], [ -111.09545946423202, 37.104240749399594 ], [ -111.09506021663604, 37.104466426821773 ], [ -111.09466090497503, 37.104642524475416 ], [ -111.09413785966893, 37.104872804676823 ], [ -111.09374971487833, 37.104981283387957 ], [ -111.0932658673007, 37.105058286207893 ], [ -111.09284947408321, 37.10507664152157 ], [ -111.09234869401509, 37.105113089657351 ], [ -111.09191539132438, 37.105108919192979 ], [ -111.09140891294024, 37.105086775044725 ], [ -111.09060971132782, 37.104974710110042 ], [ -111.0903237946811, 37.104929856912641 ], [ -111.09005811501983, 37.104866959123292 ], [ -111.08974967960232, 37.104813107373907 ], [ -111.08928140537259, 37.104736839610268 ], [ -111.08888179976516, 37.104674039944861 ], [ -111.08843710909397, 37.104552679826774 ], [ -111.08789105235829, 37.104363786206108 ], [ -111.08763209294386, 37.104269328053455 ], [ -111.08727183066472, 37.104162323958882 ], [ -111.08684963256472, 37.104022011353678 ], [ -111.08628676348619, 37.103887208248999 ], [ -111.08565186904067, 37.103752454515806 ], [ -111.0851948293963, 37.10364911967136 ], [ -111.08488526685233, 37.103586241793806 ], [ -111.0842830096623, 37.103446950219016 ], [ -111.08384397051169, 37.103334583095176 ], [ -111.08337119476219, 37.10324477374224 ], [ -111.08285902065302, 37.103145975769131 ], [ -111.08255506960016, 37.103065059339229 ], [ -111.08213293686786, 37.102971604066802 ], [ -111.0816939704147, 37.10292142738664 ], [ -111.08092860171429, 37.102840823774592 ], [ -111.08023637695993, 37.102751151479666 ], [ -111.07957797746479, 37.102720045207676 ], [ -111.07920090332433, 37.102661704899084 ], [ -111.07852563315494, 37.102639618321021 ], [ -111.07795168267785, 37.102649011284107 ], [ -111.0773609012974, 37.102707990941838 ], [ -111.0766868565979, 37.102785050074765 ], [ -111.0759374797347, 37.10293426780887 ], [ -111.07530751468093, 37.103205097680451 ], [ -111.07488009477832, 37.103448753654469 ], [ -111.07422764393215, 37.103751141910493 ], [ -111.07369898980753, 37.104057956820149 ], [ -111.0732941598685, 37.104396242827086 ], [ -111.07296240658975, 37.104657861211138 ], [ -111.07263068115265, 37.10495102857724 ], [ -111.07222028292362, 37.105361428420672 ], [ -111.0717029108031, 37.105717805952182 ], [ -111.07142732621853, 37.105880229078231 ], [ -111.07099993353754, 37.10618246368221 ], [ -111.07023503430814, 37.106633632507979 ], [ -111.069936958675, 37.106823108263555 ], [ -111.06953197368547, 37.107026167401564 ], [ -111.06922262766484, 37.107202126561774 ], [ -111.06866571496039, 37.107423299855476 ], [ -111.06833379083537, 37.10752715564611 ], [ -111.06766430440905, 37.10772585338924 ], [ -111.06695535092571, 37.10784344126612 ], [ -111.066330775567, 37.107924920676346 ], [ -111.06584118364565, 37.107920686414715 ], [ -111.06539094128824, 37.107866849986607 ], [ -111.06492940236285, 37.107763439582584 ], [ -111.06445658691524, 37.107632990717512 ], [ -111.06392190179645, 37.107538630390678 ], [ -111.06357293017122, 37.10745318249127 ], [ -111.063235236626, 37.107394770343305 ], [ -111.06276802773142, 37.107232761817542 ], [ -111.06239648638197, 37.107070701141851 ], [ -111.06208121667346, 37.106904102715802 ], [ -111.06182224393571, 37.106764516904796 ], [ -111.06161280745586, 37.106642933327095 ], [ -111.06116342204434, 37.106242031134514 ], [ -111.06094373972246, 37.105971716245222 ], [ -111.06084330692468, 37.105638239935203 ], [ -111.06070679870879, 37.105227259290722 ], [ -111.06062768745046, 37.104813544846536 ], [ -111.06051477735444, 37.104353874800111 ], [ -111.06046961656531, 37.104173612447518 ], [ -111.06042444883076, 37.103984335805698 ], [ -111.060277757031, 37.103497639865466 ], [ -111.06019869485576, 37.103140714896973 ], [ -111.06009149238433, 37.102776592700224 ], [ -111.05990663351145, 37.102407101077823 ], [ -111.05975333373306, 37.102096186019004 ], [ -111.05952236857264, 37.101767281208502 ], [ -111.05921820218492, 37.101370805452859 ], [ -111.05889152425108, 37.100965325796707 ], [ -111.05868307737084, 37.10064091523806 ], [ -111.05846335425298, 37.100284959889578 ], [ -111.05827182271385, 37.100001104471431 ], [ -111.05790017534444, 37.099640715459572 ], [ -111.05762430332646, 37.09943352146928 ], [ -111.05730908251246, 37.099275924377814 ], [ -111.05694887560742, 37.09915440516663 ], [ -111.05657180288119, 37.099050921461028 ], [ -111.05623978210944, 37.098996993724334 ], [ -111.05567706427378, 37.098944075025614 ], [ -111.05521000119332, 37.098889306304144 ], [ -111.05492864585973, 37.098866901268046 ], [ -111.05423656159678, 37.098880741242262 ], [ -111.05356246691443, 37.098872033357971 ], [ -111.05315622598113, 37.098890244710816 ], [ -111.05262844634051, 37.098908508674093 ], [ -111.05224474616543, 37.098976285427604 ], [ -111.05180595490414, 37.099120706381129 ], [ -111.05109141804779, 37.099220173444934 ], [ -111.05049506932346, 37.099360150182996 ], [ -111.04997182570818, 37.099436993193777 ], [ -111.04940921723836, 37.099550808840185 ], [ -111.04906039674557, 37.099617659318803 ], [ -111.04840780997669, 37.099816241606241 ], [ -111.04807591978354, 37.099965112191953 ], [ -111.04764279538796, 37.100195151048553 ], [ -111.04722657703618, 37.100470252962808 ], [ -111.04684975521053, 37.100763366396805 ], [ -111.04646841241022, 37.101029437566304 ], [ -111.04614672638768, 37.101318019984028 ], [ -111.04579245025509, 37.101687742572814 ], [ -111.04552818406182, 37.102025879599012 ], [ -111.04526955650574, 37.102387450975066 ], [ -111.04511218537898, 37.102701207642674 ], [ -111.04493799718836, 37.103125846005149 ], [ -111.04470752201242, 37.103527068211626 ], [ -111.04458950560793, 37.103788526510918 ], [ -111.04442215095459, 37.104360995499981 ], [ -111.04423005756355, 37.104974037639671 ], [ -111.04414582171277, 37.105271539904088 ], [ -111.04409529660785, 37.105478886879638 ], [ -111.04386601070435, 37.106010813732937 ], [ -111.0435443814813, 37.106452631374921 ], [ -111.04329137427412, 37.106844844614137 ], [ -111.04291456166432, 37.107237102160703 ], [ -111.0424589636812, 37.107633893855088 ], [ -111.04200328627583, 37.107895469832087 ], [ -111.04139005625422, 37.108193156205722 ], [ -111.04084432955976, 37.108450251973203 ], [ -111.04035484317427, 37.108648733377919 ], [ -111.0399441181971, 37.108806622064087 ], [ -111.03942084749806, 37.108977166762884 ], [ -111.03880753470777, 37.109149541504813 ], [ -111.03803663363793, 37.109294019513072 ], [ -111.03732196766688, 37.109361853587032 ], [ -111.03665793110062, 37.109393610660732 ], [ -111.03598264311704, 37.109434381693163 ], [ -111.03539738497209, 37.109452586380641 ], [ -111.03493030128182, 37.109461739162413 ], [ -111.03447448486659, 37.109497929616452 ], [ -111.03385546647061, 37.109529657897831 ], [ -111.03343342051367, 37.109579356096006 ], [ -111.03293821354595, 37.109624566006566 ], [ -111.03237546159257, 37.109638242392656 ], [ -111.03195903975003, 37.109683426675375 ], [ -111.03140755723649, 37.109733152478704 ], [ -111.03082795249743, 37.109823447211426 ], [ -111.03029898758555, 37.109895697656384 ], [ -111.02980378904918, 37.109972444389179 ], [ -111.02932548276524, 37.110076227661722 ], [ -111.02880778184603, 37.110180018581026 ], [ -111.02840825797681, 37.110279271852626 ], [ -111.02809876520271, 37.110351459691202 ], [ -111.0276767174711, 37.110419165916497 ], [ -111.02717589167371, 37.110513931504151 ], [ -111.02653437651664, 37.110617740803868 ], [ -111.02608980601089, 37.110658403633423 ], [ -111.02554957848787, 37.110739649620577 ], [ -111.0249361812847, 37.1107938657739 ], [ -111.02428225967832, 37.110834565668569 ], [ -111.02375440984925, 37.110915800939189 ], [ -111.0231860313574, 37.110969999009662 ], [ -111.02250510643378, 37.111051258551697 ], [ -111.02177916757469, 37.111164072370173 ], [ -111.0211263916664, 37.111294897249032 ], [ -111.02047924728998, 37.111448253208572 ], [ -111.01983772802616, 37.111601604691423 ], [ -111.01917932410444, 37.111759462561764 ], [ -111.01862221910774, 37.111926315164759 ], [ -111.01820018222936, 37.112111173007584 ], [ -111.01762622992491, 37.112453801546707 ], [ -111.0172830045645, 37.112760336849462 ], [ -111.01698480312363, 37.113084893216758 ], [ -111.01666973433589, 37.113495086629143 ], [ -111.01633214960353, 37.113900775151748 ], [ -111.01575821086705, 37.114414665399885 ], [ -111.01528553884725, 37.114784311738319 ], [ -111.01473406342753, 37.115117908971655 ], [ -111.01433451392337, 37.115316271542206 ], [ -111.01390682309012, 37.115519143190859 ], [ -111.0133609374041, 37.115699491034569 ], [ -111.01272947951817, 37.115740124651929 ], [ -111.01240417332998, 37.115703200692586 ], [ -111.01217342073041, 37.11568159040096 ], [ -111.01156556785942, 37.115510380434245 ], [ -111.01111530635892, 37.11537070256577 ], [ -111.01078323806786, 37.115257153630559 ], [ -111.01034423130277, 37.115086823338629 ], [ -111.00988833603122, 37.114866012999492 ], [ -111.00947746700275, 37.114645197308398 ], [ -111.00872891506026, 37.114343277227 ], [ -111.00836871294291, 37.114208990788825 ], [ -111.00771021089496, 37.11385657802802 ], [ -111.00718678975953, 37.11356815470112 ], [ -111.00647201922639, 37.113203118461939 ], [ -111.00584730649854, 37.112914694675297 ], [ -111.00522259727094, 37.112608239066333 ], [ -111.00469357000031, 37.11237839759923 ], [ -111.00444594206955, 37.112283757427321 ], [ -111.00370306482804, 37.112058426483415 ], [ -111.00310088975057, 37.111936751262448 ], [ -111.00243118328655, 37.111801552995409 ], [ -111.00181212908738, 37.111679871568754 ], [ -111.00120996089282, 37.111612272295076 ], [ -111.00083290301615, 37.111585232763993 ], [ -111.00051775012467, 37.111526641870071 ], [ -111.0002532471635, 37.111472557170515 ], [ -110.99968484845994, 37.111355371641508 ], [ -110.9993359311557, 37.111301284639644 ], [ -110.9987393962305, 37.111211137195156 ], [ -110.99810909479426, 37.111193100297896 ], [ -110.99752381431848, 37.111202103779931 ], [ -110.99682597998464, 37.111206594283139 ], [ -110.99616753857332, 37.111228209053763 ], [ -110.99548658669056, 37.111238100774713 ], [ -110.99472684504515, 37.111274126461844 ], [ -110.99402338147853, 37.111287614480219 ], [ -110.99350450590428, 37.111305615710876 ], [ -110.99322424552402, 37.11131461428657 ], [ -110.99254329257579, 37.111323587677767 ], [ -110.99195800996453, 37.111337070815679 ], [ -110.9912657991861, 37.111364064626216 ], [ -110.99067488556732, 37.111400076665461 ], [ -110.98996465616447, 37.111494668410614 ], [ -110.98966750417149, 37.111557742707099 ], [ -110.98947052769789, 37.111602796677111 ], [ -110.98905969020956, 37.111697409207416 ], [ -110.98869950134382, 37.111792025150621 ], [ -110.98837870373276, 37.111900165254347 ], [ -110.98805790167084, 37.112030840135318 ], [ -110.98768644350788, 37.11219305880136 ], [ -110.98738252384969, 37.112314719341818 ], [ -110.98710111206957, 37.112449902939048 ], [ -110.98675214609719, 37.112697756562881 ], [ -110.98666208935565, 37.112765353401244 ], [ -110.98632437697268, 37.113008699889242 ], [ -110.98597540673593, 37.113252044074066 ], [ -110.98557015647853, 37.113490873257149 ], [ -110.98519866921092, 37.113738719521287 ], [ -110.98481029041845, 37.114013605216165 ], [ -110.98448944848992, 37.114265962841074 ], [ -110.98412356115136, 37.114612963242692 ], [ -110.983746418189, 37.114942833868405 ], [ -110.98345370895534, 37.115194291078026 ], [ -110.98317224761878, 37.115473693337755 ], [ -110.98287390925591, 37.115712528339188 ], [ -110.98257556798612, 37.11595586970617 ], [ -110.9822490729115, 37.11624878448977 ], [ -110.98205202670198, 37.116519182395628 ], [ -110.98187748722573, 37.11680761190722 ], [ -110.98174231087209, 37.117231260983196 ], [ -110.98169155993244, 37.11763689444075 ], [ -110.98169145335729, 37.118079494104251 ], [ -110.9817926781288, 37.118425656873249 ], [ -110.98193891465567, 37.118835827566613 ], [ -110.98219208287614, 37.119277564028728 ], [ -110.9824891539334, 37.119723813533625 ], [ -110.98277162130077, 37.120052874932789 ], [ -110.98296855800355, 37.120300795168006 ], [ -110.98312048290983, 37.120485608943476 ], [ -110.98346935338974, 37.120895806283919 ], [ -110.98377320201904, 37.121296982171351 ], [ -110.98404888029022, 37.121846888495114 ], [ -110.98412763763923, 37.12204521243109 ], [ -110.98431891636106, 37.122482428690944 ], [ -110.98447643235382, 37.122888090345498 ], [ -110.98456640219413, 37.123317180017928 ], [ -110.98463385983256, 37.123739956706565 ], [ -110.98462250958966, 37.124199681516892 ], [ -110.98457739346557, 37.124627852063327 ], [ -110.98431277163354, 37.12498387980564 ], [ -110.98407627762015, 37.12540391181161 ], [ -110.98353578935819, 37.125997876278333 ], [ -110.9828264253966, 37.126601729537633 ], [ -110.98226345255669, 37.126984751698835 ], [ -110.98183561051528, 37.127187507228015 ], [ -110.98125579075452, 37.127371307379271 ], [ -110.98034387981446, 37.127489246173894 ], [ -110.97950406129237, 37.127439525659767 ], [ -110.97867775953614, 37.127367266039059 ], [ -110.97809802662296, 37.127218425464008 ], [ -110.97728753929221, 37.126979395705803 ], [ -110.97652095091077, 37.126776426045794 ], [ -110.975559626426, 37.126519326015519 ], [ -110.97464782663432, 37.126308201390316 ], [ -110.97359531575096, 37.126086221404286 ], [ -110.97236831558111, 37.125873205763774 ], [ -110.97147228788425, 37.125675581726952 ], [ -110.97072484338739, 37.12553117170161 ], [ -110.96982991969756, 37.125409255117262 ], [ -110.96908133870009, 37.125305398508907 ], [ -110.96850158617086, 37.125287217415178 ], [ -110.96799503973845, 37.125192432243672 ], [ -110.96775189774721, 37.125147295161767 ], [ -110.96755495389459, 37.125003013605607 ], [ -110.96724099977224, 37.124705457376614 ], [ -110.9670215511249, 37.124543140224112 ], [ -110.96670080711122, 37.124335723053399 ], [ -110.96615493086583, 37.124101198230129 ], [ -110.96544579695559, 37.123934230218246 ], [ -110.96473778352552, 37.123785286775401 ], [ -110.96419523926505, 37.123667939032998 ], [ -110.96356038103488, 37.12356408182935 ], [ -110.96299191350815, 37.12351883453497 ], [ -110.96242904853138, 37.123527671736831 ], [ -110.96180426422562, 37.123545500574593 ], [ -110.96118506221133, 37.123653470356345 ], [ -110.9605546011948, 37.123761433156147 ], [ -110.96006484706207, 37.123882961441964 ], [ -110.95932852120148, 37.124071108746513 ], [ -110.95862367196101, 37.124333179226781 ], [ -110.95804375774563, 37.124625938197319 ], [ -110.95771153232914, 37.124864697492505 ], [ -110.9575256843427, 37.125044915829037 ], [ -110.95713713507322, 37.125342245852231 ], [ -110.95683868134215, 37.125572000638442 ], [ -110.95661342044764, 37.125765724522985 ], [ -110.95638811185728, 37.126040576089224 ], [ -110.95602753806459, 37.126612846920324 ], [ -110.95561617262348, 37.127401439235634 ], [ -110.95521601139383, 37.128266655235215 ], [ -110.95484404773657, 37.129028216826775 ], [ -110.95448331856052, 37.129816824158802 ], [ -110.9540267640005, 37.130808213334575 ], [ -110.95384643430272, 37.131132655524368 ], [ -110.95365488041074, 37.131398500547292 ], [ -110.95323810417342, 37.131749891789497 ], [ -110.95252850224033, 37.132263420740024 ], [ -110.95158807259745, 37.132803894033323 ], [ -110.9513515269182, 37.13298408172394 ], [ -110.95097976307873, 37.133339990502925 ], [ -110.95076454447468, 37.133614835188624 ], [ -110.95064164602053, 37.13388971794592 ], [ -110.95061330582843, 37.134187175555809 ], [ -110.95064118053148, 37.134606348586289 ], [ -110.95078161255758, 37.135075146594644 ], [ -110.95097282227525, 37.135372695184415 ], [ -110.95122032274627, 37.13567928085039 ], [ -110.95159160878198, 37.136089580147832 ], [ -110.95199097546097, 37.136612567391914 ], [ -110.95236773311571, 37.137288785901077 ], [ -110.95278949285895, 37.138032627709208 ], [ -110.95305934155733, 37.13864119460235 ], [ -110.95335719953728, 37.139484141476665 ], [ -110.9534808092386, 37.139885322669478 ], [ -110.95371689636056, 37.140484860409224 ], [ -110.95396995120063, 37.14096181089721 ], [ -110.95430063070023, 37.141557778376864 ], [ -110.95464488170482, 37.142062706523014 ], [ -110.95520739586399, 37.142883213712857 ], [ -110.95538171529614, 37.143243847900784 ], [ -110.95568530501943, 37.143987634133516 ], [ -110.95587060937528, 37.144830531810911 ], [ -110.95596593841248, 37.145493111543026 ], [ -110.95606129517958, 37.146110620102952 ], [ -110.9561341400042, 37.146714598884628 ], [ -110.95612817645089, 37.147291505802478 ], [ -110.95606581225016, 37.148035154538441 ], [ -110.95581750004257, 37.149021216017175 ], [ -110.95578814433469, 37.149153713838494 ], [ -110.95574975816845, 37.149323166504885 ], [ -110.95569898834714, 37.149486304585061 ], [ -110.95561440661443, 37.149698106667145 ], [ -110.95554111191436, 37.149864841912176 ], [ -110.95541708356153, 37.150130714238557 ], [ -110.95509021694909, 37.150626371831876 ], [ -110.95448173793324, 37.151248119445171 ], [ -110.9539352687289, 37.151734675017842 ], [ -110.95368740819197, 37.151914862378945 ], [ -110.95273551268437, 37.152405760346639 ], [ -110.95229618717492, 37.15260840375992 ], [ -110.9517330309761, 37.15273437450567 ], [ -110.95092209244312, 37.152900804110388 ], [ -110.9501630631092, 37.152900487377984 ], [ -110.94982411687505, 37.15285978048891 ], [ -110.94956513699462, 37.152805585391647 ], [ -110.94925552271786, 37.152688268687236 ], [ -110.94900223512779, 37.152543932832621 ], [ -110.94834378326399, 37.152034345568453 ], [ -110.94774718777286, 37.151655487759562 ], [ -110.94727439454006, 37.151389359540872 ], [ -110.94687471414979, 37.151250362415787 ], [ -110.9464187618122, 37.151064464682371 ], [ -110.94618237374188, 37.150924637503493 ], [ -110.94554643522078, 37.150473637086876 ], [ -110.94471916666167, 37.149882824040702 ], [ -110.94420699456607, 37.149598636739377 ], [ -110.94358230305851, 37.149197209091987 ], [ -110.94312082433572, 37.148899519883663 ], [ -110.94277754139152, 37.148664985401176 ], [ -110.94215282736116, 37.148313128265187 ], [ -110.94154492364265, 37.148073953646524 ], [ -110.9404911204083, 37.147803003157144 ], [ -110.93987297357734, 37.147712549160396 ], [ -110.93890451289001, 37.147752617834939 ], [ -110.93798669168548, 37.147833269015074 ], [ -110.93698999119611, 37.147976069179414 ], [ -110.93613392556959, 37.148264065478969 ], [ -110.93581733813156, 37.148449587033916 ], [ -110.93561000383404, 37.148607223113856 ], [ -110.93532255474946, 37.148954113366031 ], [ -110.93510836902486, 37.149219915226219 ], [ -110.93461809974752, 37.149701905519088 ], [ -110.93367162931023, 37.150318852310406 ], [ -110.93287735784665, 37.150724044104756 ], [ -110.93232530021309, 37.151012184519516 ], [ -110.9319984850066, 37.15127791629763 ], [ -110.93139549063073, 37.151846364638473 ], [ -110.93056811330689, 37.1527103442317 ], [ -110.92996958153822, 37.153300421851426 ], [ -110.92940596432155, 37.153876995896596 ], [ -110.92916928272953, 37.154076068357888 ], [ -110.92902840659929, 37.154187760076731 ], [ -110.92857758900553, 37.15455707116184 ], [ -110.92827322227826, 37.154872384077343 ], [ -110.92783911333036, 37.155427394755591 ], [ -110.92737116197682, 37.156034665357275 ], [ -110.92716254649139, 37.15631397721701 ], [ -110.92712871271664, 37.156363534461605 ], [ -110.92685687997914, 37.156796048093135 ], [ -110.9265701984102, 37.15744038528775 ], [ -110.92615823274478, 37.15835957641665 ], [ -110.92587609711356, 37.158949829475795 ], [ -110.92556572119149, 37.159621191729926 ], [ -110.92533989743829, 37.160203365971334 ], [ -110.92522689458774, 37.160585496100161 ], [ -110.92509112404056, 37.161211896045444 ], [ -110.92500022020708, 37.162023114879254 ], [ -110.92488141106475, 37.162577411723667 ], [ -110.92483049105246, 37.162816255200298 ], [ -110.92481302062758, 37.163397658671627 ], [ -110.92483480153278, 37.164150356360814 ], [ -110.92483444448169, 37.164510923224967 ], [ -110.92488481256554, 37.164830958435552 ], [ -110.92495768554124, 37.165173543300497 ], [ -110.92523847535085, 37.165980489469185 ], [ -110.92559200300619, 37.167278752997369 ], [ -110.92597371561688, 37.168563511545003 ], [ -110.92636136179307, 37.169550804694836 ], [ -110.92649055322794, 37.169906944585826 ], [ -110.9265916509346, 37.17019546065238 ], [ -110.92663186626282, 37.170542531031913 ], [ -110.92664143762831, 37.171128457841647 ], [ -110.92654466615895, 37.17218756242243 ], [ -110.92652113440619, 37.173223275344775 ], [ -110.9264415212849, 37.174008359565818 ], [ -110.92626512202231, 37.174697833330796 ], [ -110.92584823110812, 37.175946034423937 ], [ -110.92551037728423, 37.176995972019952 ], [ -110.92543021764764, 37.177176204758588 ], [ -110.92527219466544, 37.177491600718383 ], [ -110.92506913161122, 37.177784432584907 ], [ -110.92462387661534, 37.178063589036981 ], [ -110.92416180144166, 37.178261605633722 ], [ -110.92347999953218, 37.178509056585064 ], [ -110.92258414610218, 37.178760871022689 ], [ -110.92207141788894, 37.178909268483388 ], [ -110.92173343680668, 37.178927074030696 ], [ -110.92132228174505, 37.178895252197869 ], [ -110.92042691299349, 37.178673807499365 ], [ -110.91983566624384, 37.178497632946396 ], [ -110.91916112124869, 37.178262806628524 ], [ -110.91836054504951, 37.177901691511764 ], [ -110.91732479385853, 37.177301531957951 ], [ -110.91676757210043, 37.176932462830301 ], [ -110.91577693289729, 37.176308884528531 ], [ -110.91520854258675, 37.175866785388251 ], [ -110.91447132364044, 37.175301969180396 ], [ -110.91419554716963, 37.175113373862942 ], [ -110.91378469765175, 37.174833636677995 ], [ -110.91293482003512, 37.174296672702503 ], [ -110.91242829737112, 37.173958268395467 ], [ -110.911735944322, 37.173592681147831 ], [ -110.91104926087729, 37.173200953019716 ], [ -110.91057192588796, 37.172960817009667 ], [ -110.90994033882531, 37.172662871289809 ], [ -110.90957439881167, 37.172531887234847 ], [ -110.90885932178097, 37.172351056129919 ], [ -110.90784564821269, 37.172246609266303 ], [ -110.90708537694414, 37.172182916432128 ], [ -110.90649962746836, 37.172182455702043 ], [ -110.90588014067008, 37.172136894464366 ], [ -110.90470867644166, 37.172108915729702 ], [ -110.90363846103777, 37.172184670677495 ], [ -110.90293423350012, 37.172341843785809 ], [ -110.90252279213027, 37.172566860135262 ], [ -110.90226346089493, 37.172759549616075 ], [ -110.9019644556102, 37.173143305950823 ], [ -110.90164274398006, 37.173661353667853 ], [ -110.90139426026469, 37.174170447260835 ], [ -110.90128116755351, 37.174512891196215 ], [ -110.90125136887421, 37.174904982323397 ], [ -110.9012632792397, 37.175274572780751 ], [ -110.90128535746886, 37.175621636288561 ], [ -110.90131306838305, 37.175968704463244 ], [ -110.90135199183173, 37.176356345654781 ], [ -110.90142471679462, 37.176739507854251 ], [ -110.90162083309677, 37.177528409511922 ], [ -110.90184539082765, 37.178105501672107 ], [ -110.90224952435038, 37.179205562534875 ], [ -110.90255229637049, 37.180292017277026 ], [ -110.90269787645079, 37.180972705313671 ], [ -110.90288859164025, 37.181599345198443 ], [ -110.90297765743151, 37.182428719860447 ], [ -110.90301647161495, 37.182911008549333 ], [ -110.90290877537159, 37.183433740882677 ], [ -110.90287486170362, 37.183523854554579 ], [ -110.90265459442035, 37.18397438110479 ], [ -110.9023666923305, 37.184451893932518 ], [ -110.9019208776825, 37.185068994644737 ], [ -110.90161502826908, 37.185478884618384 ], [ -110.90144122138321, 37.185713107894387 ], [ -110.90105204773387, 37.186082363384159 ], [ -110.90081511108359, 37.186342673990225 ], [ -110.90049364173258, 37.186627251329035 ], [ -110.89986784210355, 37.187009825113435 ], [ -110.89902793944994, 37.187414748646454 ], [ -110.89796245063725, 37.187999754920298 ], [ -110.89684055599515, 37.188625266068271 ], [ -110.89549322323921, 37.189309159770659 ], [ -110.89433744379656, 37.18996616663491 ], [ -110.89331704666273, 37.190483565024735 ], [ -110.89248242943805, 37.191082250519969 ], [ -110.89160253009803, 37.191820607709452 ], [ -110.89084655539132, 37.192559072498327 ], [ -110.89064904382046, 37.192788750722073 ], [ -110.89042893092029, 37.193063478361893 ], [ -110.89019723559349, 37.193554533976403 ], [ -110.88992597615255, 37.19413118657274 ], [ -110.8895868566559, 37.194879043704333 ], [ -110.88937149309574, 37.195753213170576 ], [ -110.88921230008283, 37.196740111221708 ], [ -110.88910364497976, 37.197839732756307 ], [ -110.88896135978003, 37.198817631820141 ], [ -110.88894396204799, 37.199155645084652 ], [ -110.88889779851117, 37.199899266791348 ], [ -110.8889585804442, 37.200715101631168 ], [ -110.88899690532993, 37.201476830579324 ], [ -110.88916494161347, 37.202157553792134 ], [ -110.8893724354193, 37.202829299428068 ], [ -110.88967563461392, 37.203559725543172 ], [ -110.88996761625965, 37.204258590978483 ], [ -110.89009680002157, 37.20454265548225 ], [ -110.89020358987364, 37.204727543833265 ], [ -110.89046794810903, 37.205052296628075 ], [ -110.89104177483679, 37.205683813675428 ], [ -110.89161568202016, 37.206265750345246 ], [ -110.89207717712407, 37.20665467986219 ], [ -110.89232481350064, 37.206861328339322 ], [ -110.89259605349611, 37.207113068244901 ], [ -110.89332100862096, 37.207687020684915 ], [ -110.89388389326605, 37.208115696422624 ], [ -110.89434557590234, 37.208386532349877 ], [ -110.89464510163015, 37.208567081280925 ], [ -110.89511132887245, 37.208815382979921 ], [ -110.89548861406978, 37.209000505647928 ], [ -110.89569695796209, 37.209108858565799 ], [ -110.89601784696315, 37.209329986296829 ], [ -110.89659764561439, 37.209772185043491 ], [ -110.89699731997619, 37.210074505798303 ], [ -110.89722803794318, 37.210309072935914 ], [ -110.89741366469616, 37.210552614678882 ], [ -110.89757673407095, 37.210809657776316 ], [ -110.89778455092302, 37.2113146271207 ], [ -110.89802610865219, 37.211873709728771 ], [ -110.89813273426341, 37.212202816222494 ], [ -110.89820562829384, 37.21247330195628 ], [ -110.89826680339988, 37.213078200732205 ], [ -110.89828820211063, 37.213929150198886 ], [ -110.8982425809404, 37.214330238447317 ], [ -110.89814064803264, 37.21469972889453 ], [ -110.89802197174301, 37.214947514490582 ], [ -110.89788075307207, 37.215195280524597 ], [ -110.89749662506976, 37.215875513086111 ], [ -110.89706758984585, 37.216420493864845 ], [ -110.89665004699772, 37.216798722301128 ], [ -110.89623254936552, 37.217140892899039 ], [ -110.89532435476735, 37.217771080384836 ], [ -110.89445557569712, 37.218414817097695 ], [ -110.8942186270952, 37.218594887574277 ], [ -110.89378990673526, 37.218887461915834 ], [ -110.89327670476412, 37.219139395186637 ], [ -110.89271849028017, 37.219337200912499 ], [ -110.89213206218433, 37.219557513535371 ], [ -110.89145555570441, 37.219710135051017 ], [ -110.89050848506312, 37.219894052209803 ], [ -110.88998986525098, 37.219983712558268 ], [ -110.88929089324027, 37.220077709242425 ], [ -110.88884560981079, 37.220116954198062 ], [ -110.88832132284298, 37.220225531504319 ], [ -110.88757707302337, 37.220445672616414 ], [ -110.88637044619203, 37.220823112910061 ], [ -110.88542326758116, 37.22106107377931 ], [ -110.88438008780261, 37.22142062356663 ], [ -110.88303921886798, 37.221847476196388 ], [ -110.88210752401693, 37.222261200457623 ], [ -110.88185937467222, 37.222369122229011 ], [ -110.88069751385753, 37.222913309778065 ], [ -110.88021805712529, 37.223165220231344 ], [ -110.87964830647846, 37.223489149684944 ], [ -110.87894754275665, 37.223970689000453 ], [ -110.87824887241582, 37.224546874137779 ], [ -110.87763935160771, 37.225055541615859 ], [ -110.87687834834257, 37.225825456856015 ], [ -110.87626188256175, 37.226433264769824 ], [ -110.87581574811212, 37.226964628460991 ], [ -110.87568585491344, 37.227122238557882 ], [ -110.87551641079517, 37.22733839844814 ], [ -110.87530146701033, 37.227802397307521 ], [ -110.87525048757182, 37.227955582924785 ], [ -110.87512591571202, 37.228302493583108 ], [ -110.87506918023081, 37.228527785645454 ], [ -110.87504039588505, 37.228892825331847 ], [ -110.87505694075868, 37.229113687623048 ], [ -110.87506196000611, 37.229487777009091 ], [ -110.87515149689017, 37.229879983644253 ], [ -110.87534253654248, 37.230245254848164 ], [ -110.87570252637578, 37.230700843884684 ], [ -110.87584852985572, 37.231034517698596 ], [ -110.87594401935526, 37.231237434375693 ], [ -110.87625873301832, 37.231810157137566 ], [ -110.87649480997865, 37.232216036735515 ], [ -110.87690512725054, 37.232929476833007 ], [ -110.87732683823498, 37.233573518906717 ], [ -110.8776977653708, 37.234254464655564 ], [ -110.87822064806593, 37.235088804645819 ], [ -110.8787717919171, 37.235882607860113 ], [ -110.87912033929334, 37.236473385355801 ], [ -110.87942959802059, 37.236960460051023 ], [ -110.8797558649444, 37.237388959765759 ], [ -110.88004847018182, 37.237718269780075 ], [ -110.88054925945694, 37.23829567591649 ], [ -110.88130895585421, 37.239134747407199 ], [ -110.88198420882459, 37.239910631381925 ], [ -110.88264945426576, 37.240605374977186 ], [ -110.88317744598523, 37.241115191271007 ], [ -110.88369549146245, 37.241498798611978 ], [ -110.8843092537322, 37.241963623719663 ], [ -110.88489371578316, 37.242423910110588 ], [ -110.8854690899885, 37.242933762097572 ], [ -110.88695529353129, 37.244332368500849 ], [ -110.887214299257, 37.244548952731748 ], [ -110.88746164256348, 37.245026932808237 ], [ -110.88760780569662, 37.245306507218956 ], [ -110.8878767106676, 37.245694366328223 ], [ -110.88806348131911, 37.245964964539567 ], [ -110.88816463338071, 37.246185904340393 ], [ -110.88840581859716, 37.247024438459995 ], [ -110.88852886696499, 37.247691593918766 ], [ -110.88855105980852, 37.247934994089064 ], [ -110.88842080477875, 37.248331489487946 ], [ -110.88832463515087, 37.248552242967158 ], [ -110.88816062366638, 37.248899128944643 ], [ -110.88792316400198, 37.249349606696263 ], [ -110.88742028752969, 37.25008828129738 ], [ -110.88720004958049, 37.250326943856919 ], [ -110.88683299897059, 37.250714197484363 ], [ -110.88616122427739, 37.251276931197111 ], [ -110.88540496325518, 37.251776481015305 ], [ -110.88460922513833, 37.252275987489462 ], [ -110.88345255561075, 37.252824711071568 ], [ -110.8821944090713, 37.253355294296455 ], [ -110.88112254886563, 37.253732812626225 ], [ -110.87990980646336, 37.254056094196073 ], [ -110.87841500763106, 37.254460200353648 ], [ -110.87692029552738, 37.254801189440677 ], [ -110.87569086963995, 37.254962157735513 ], [ -110.87539759341098, 37.255011426666663 ], [ -110.87499706128126, 37.255137200985239 ], [ -110.87472632995879, 37.255190999067963 ], [ -110.8743541808017, 37.255200520183301 ], [ -110.87377907560681, 37.255194500089921 ], [ -110.87352531109708, 37.255216764389033 ], [ -110.87269052054272, 37.255400657469288 ], [ -110.87166389027686, 37.255660956168327 ], [ -110.87140445453898, 37.255701237839197 ], [ -110.87070509126414, 37.255817658652852 ], [ -110.86963941438897, 37.255825504192423 ], [ -110.8687835022055, 37.25582455875594 ], [ -110.86830881000695, 37.2557879756123 ], [ -110.86797618272045, 37.255765070107365 ], [ -110.86740672646818, 37.255750912728601 ], [ -110.86660028225198, 37.25583564021256 ], [ -110.86610961206257, 37.255907198647854 ], [ -110.86550058358337, 37.255950677157678 ], [ -110.86482376116142, 37.256067990224473 ], [ -110.86411295378113, 37.25626999232415 ], [ -110.86328340086277, 37.256656640745362 ], [ -110.86298539521742, 37.256818548838247 ], [ -110.86274148686957, 37.256997645559309 ], [ -110.862426333673, 37.257285728783373 ], [ -110.86196165258771, 37.257939606530769 ], [ -110.86143614226229, 37.258551946671631 ], [ -110.86104560370848, 37.25935373746475 ], [ -110.86072957121603, 37.260110544386876 ], [ -110.86064863927892, 37.26057827709576 ], [ -110.86063118152281, 37.260872113766844 ], [ -110.86060247257444, 37.261151514735261 ], [ -110.86053409211141, 37.261539037246791 ], [ -110.86049917011508, 37.262129414640462 ], [ -110.86053776974781, 37.262602696302082 ], [ -110.86063812434806, 37.263224781974351 ], [ -110.86088526909636, 37.26375239285273 ], [ -110.86123377957682, 37.264356741189523 ], [ -110.86137991586433, 37.264618318945857 ], [ -110.86206090390229, 37.265353756844107 ], [ -110.86273636415602, 37.266035100233097 ], [ -110.86329933710523, 37.266558564583576 ], [ -110.86344571265028, 37.266693943751363 ], [ -110.86460533620723, 37.267844562578453 ], [ -110.86511749293281, 37.268417537095573 ], [ -110.86581011824295, 37.268990714040285 ], [ -110.86700394319345, 37.269974588533223 ], [ -110.86807938442303, 37.270949304981251 ], [ -110.86895106626039, 37.271711956929877 ], [ -110.87005575967456, 37.272758799618096 ], [ -110.87060746902937, 37.273331793377828 ], [ -110.87081573843557, 37.2735663850058 ], [ -110.87102951050382, 37.273882108309451 ], [ -110.8712318819513, 37.27426993085615 ], [ -110.87145119793529, 37.274644250426505 ], [ -110.8716987765365, 37.274982544184731 ], [ -110.87196871839619, 37.275438043646574 ], [ -110.87238502746033, 37.276055952389157 ], [ -110.87289676065734, 37.276948889157474 ], [ -110.87325642825193, 37.277719971870781 ], [ -110.87338522850811, 37.278269963704538 ], [ -110.87355879738408, 37.279031832143019 ], [ -110.87367603544109, 37.279753077144299 ], [ -110.87382747086953, 37.280262529480709 ], [ -110.87387138197812, 37.280988202960138 ], [ -110.87387026285222, 37.281658842996912 ], [ -110.87390338008885, 37.282093352798348 ], [ -110.87394769283344, 37.282579254242044 ], [ -110.87395789133187, 37.283228272569779 ], [ -110.87396253215448, 37.283827707956647 ], [ -110.87386567314581, 37.28440900718951 ], [ -110.87367821655026, 37.285197531389286 ], [ -110.87338346245538, 37.2860580523623 ], [ -110.8732360639801, 37.286499579985467 ], [ -110.87304362113086, 37.286891482161813 ], [ -110.87268190769825, 37.287310244007408 ], [ -110.87221860249457, 37.28776044403515 ], [ -110.87165937458543, 37.288224059221349 ], [ -110.871162389202, 37.288570557701462 ], [ -110.87060338807453, 37.288894451334691 ], [ -110.86980744059244, 37.289231602897246 ], [ -110.86902858069578, 37.289469614188519 ], [ -110.86814819458307, 37.28969849330948 ], [ -110.86721704240318, 37.289922801939682 ], [ -110.86628044313919, 37.290034422316715 ], [ -110.86545663664279, 37.29015968451224 ], [ -110.86467222556587, 37.290334562909187 ], [ -110.86391048042678, 37.290450871291256 ], [ -110.86304170898119, 37.290481418167204 ], [ -110.86202634476857, 37.290471224969203 ], [ -110.86084728389896, 37.290519421597097 ], [ -110.8598881791479, 37.290590401999907 ], [ -110.85887259511075, 37.290697363218378 ], [ -110.85798107692962, 37.290822492601102 ], [ -110.8573366843105, 37.290920871443355 ], [ -110.85689773494255, 37.290960904472449 ], [ -110.85627721217716, 37.290964659624315 ], [ -110.85544222642558, 37.291022233665224 ], [ -110.854346518814, 37.291133565137841 ], [ -110.85351264924256, 37.291195633924538 ], [ -110.85309514984472, 37.29122666541344 ], [ -110.85204011333309, 37.291306477075288 ], [ -110.85081546881096, 37.29157535920001 ], [ -110.84967542318046, 37.291848843094975 ], [ -110.84939888337983, 37.291911589393848 ], [ -110.84855772604175, 37.292226005307803 ], [ -110.84745123639026, 37.292634720289442 ], [ -110.84685842120251, 37.292877332087627 ], [ -110.84669469898535, 37.292940217965949 ], [ -110.84600023630162, 37.293232270605657 ], [ -110.84539039588232, 37.293519922732557 ], [ -110.84457142595538, 37.294001097675171 ], [ -110.84376372820098, 37.294482281781747 ], [ -110.84292074402134, 37.295107637036644 ], [ -110.84216369277523, 37.295638454151302 ], [ -110.84157161565452, 37.296047798723855 ], [ -110.84111388381413, 37.296416757865508 ], [ -110.84089330753167, 37.29668237361971 ], [ -110.84071224857429, 37.29693452118758 ], [ -110.84040680881871, 37.297312696357224 ], [ -110.84004477885088, 37.297771919942839 ], [ -110.83997687983909, 37.297866474805843 ], [ -110.83954114977207, 37.298492355492037 ], [ -110.83935994775943, 37.298807598464421 ], [ -110.8388957392533, 37.29955512651626 ], [ -110.83858404091005, 37.300212721118008 ], [ -110.83838534617644, 37.300789343530539 ], [ -110.83824304719245, 37.301375056602481 ], [ -110.83811779713119, 37.301902202025332 ], [ -110.8379815032395, 37.302316657660185 ], [ -110.83782899435036, 37.30292489099503 ], [ -110.83773097516705, 37.303379961515375 ], [ -110.83766087412347, 37.303970279567373 ], [ -110.83763746751525, 37.304885163983549 ], [ -110.83768099600631, 37.305633381928182 ], [ -110.83767995168233, 37.306119232600679 ], [ -110.83759399902735, 37.306732964870093 ], [ -110.83758688339384, 37.307418015447027 ], [ -110.83762539069861, 37.307877779787603 ], [ -110.83768097078152, 37.308269962873183 ], [ -110.83770319134968, 37.308432244447147 ], [ -110.83779201647221, 37.309108412425743 ], [ -110.83785244707154, 37.309870173863729 ], [ -110.83788554695467, 37.31022176315831 ], [ -110.83799097451507, 37.311051190610158 ], [ -110.83811887810673, 37.311925718324396 ], [ -110.83825215692349, 37.312926448324532 ], [ -110.8384536440693, 37.313697415627765 ], [ -110.83867195772541, 37.314517982105627 ], [ -110.83893675905388, 37.315239458018553 ], [ -110.83929651967593, 37.315888950742483 ], [ -110.83977888175585, 37.316736914993719 ], [ -110.84026179065593, 37.317331586294635 ], [ -110.840397806271, 37.317589568401701 ], [ -110.84052131480198, 37.317891701772098 ], [ -110.84077988529384, 37.318370689933346 ], [ -110.84104462799122, 37.318599999799517 ], [ -110.84144462531314, 37.3189160241417 ], [ -110.8419911685311, 37.319317875261738 ], [ -110.84239680738699, 37.319638410854054 ], [ -110.84280255294179, 37.319909368552821 ], [ -110.84306184014561, 37.320053935643074 ], [ -110.84340549610789, 37.320333822828843 ], [ -110.84380451443438, 37.320586740300506 ], [ -110.84424523981011, 37.320866753118182 ], [ -110.84455969984208, 37.321078092610215 ], [ -110.84497241617596, 37.321259814057186 ], [ -110.84525432238544, 37.321386378088434 ], [ -110.84558128387349, 37.321558069904938 ], [ -110.84589120641373, 37.321783822207244 ], [ -110.84651122204551, 37.322154199208782 ], [ -110.84726674907337, 37.322493199180322 ], [ -110.8484836882344, 37.322945460152013 ], [ -110.84941531675463, 37.323280164773834 ], [ -110.85049269811053, 37.323542934872918 ], [ -110.85189173945672, 37.323819619102551 ], [ -110.85325686868846, 37.324127793482511 ], [ -110.85398457700134, 37.324286437443874 ], [ -110.85525404226969, 37.32445926177656 ], [ -110.85678315965285, 37.32460985222729 ], [ -110.85801207951303, 37.324742035217767 ], [ -110.85889351975349, 37.324788159271293 ], [ -110.8594691467445, 37.324797858244857 ], [ -110.86021405589013, 37.324821275413385 ], [ -110.86065422932222, 37.324835315488833 ], [ -110.86139899023009, 37.324939850369354 ], [ -110.86210966934398, 37.325166028865397 ], [ -110.86270745588126, 37.325405593043271 ], [ -110.86304122242758, 37.325590765334169 ], [ -110.86336709767609, 37.325771420604077 ], [ -110.86411146582846, 37.326101286100474 ], [ -110.86492338729734, 37.326530377215427 ], [ -110.86572409470907, 37.326923394311727 ], [ -110.86628787649323, 37.327257547961523 ], [ -110.86672193598901, 37.327546483244681 ], [ -110.86723501988746, 37.327830998658591 ], [ -110.86766329230909, 37.328205556240448 ], [ -110.86814788936729, 37.328647779447792 ], [ -110.86828309017521, 37.328792152785944 ], [ -110.86848591592342, 37.328995191642349 ], [ -110.86878437552205, 37.329378614665927 ], [ -110.86913345382219, 37.329865752997428 ], [ -110.86946006205514, 37.330294274995055 ], [ -110.86987680874586, 37.330821146946938 ], [ -110.87028224678467, 37.331363328652152 ], [ -110.87060302293767, 37.331909021931146 ], [ -110.87094074231774, 37.332451127209659 ], [ -110.87126712741862, 37.333022965069233 ], [ -110.87158228884249, 37.333559635526903 ], [ -110.87178480688884, 37.333956467412449 ], [ -110.87212235442277, 37.334610341486766 ], [ -110.87236962102072, 37.335250596306487 ], [ -110.87259425330438, 37.335926881818189 ], [ -110.87285848433521, 37.336553632881014 ], [ -110.8729876919833, 37.336918835029039 ], [ -110.87326326422026, 37.337518555534949 ], [ -110.87339232416878, 37.337973896111798 ], [ -110.87357202078286, 37.338528443620767 ], [ -110.87375114669135, 37.339425518648198 ], [ -110.87382907125075, 37.340083616901843 ], [ -110.87389047734257, 37.340493815051019 ], [ -110.87400784246233, 37.341197024622808 ], [ -110.8741026378754, 37.34189570302928 ], [ -110.87414659931869, 37.342613256405834 ], [ -110.8741400382787, 37.343162196001792 ], [ -110.87409963581011, 37.343693973127401 ], [ -110.87401410268589, 37.344207674340524 ], [ -110.87389475831367, 37.344685283817093 ], [ -110.87370660265699, 37.345126764104542 ], [ -110.87356046809424, 37.345419559675349 ], [ -110.87324913838515, 37.345924004742322 ], [ -110.87294370029826, 37.346279725992751 ], [ -110.87253642471272, 37.346766038229724 ], [ -110.87197091615731, 37.347346823770394 ], [ -110.87146212848378, 37.347765418108089 ], [ -110.87084040560363, 37.348197407814261 ], [ -110.87020183264633, 37.348575292377149 ], [ -110.86949564138368, 37.348876480811363 ], [ -110.86857488024731, 37.34919996155422 ], [ -110.8680326067623, 37.349379635683704 ], [ -110.86724750613459, 37.3495995975791 ], [ -110.86641168779494, 37.349765413651276 ], [ -110.86552498440396, 37.349971728480632 ], [ -110.86490386351056, 37.350038624963304 ], [ -110.86392708554597, 37.350100602676903 ], [ -110.86287140882828, 37.350085862835741 ], [ -110.86217717375317, 37.349999424110699 ], [ -110.86160713184611, 37.349917633610445 ], [ -110.86131373438621, 37.349827151119747 ], [ -110.8608906589668, 37.349646376586868 ], [ -110.86012886914305, 37.349460693596484 ], [ -110.85944042285792, 37.349302134535009 ], [ -110.85887053264587, 37.349143712960732 ], [ -110.85822165193491, 37.348962659271798 ], [ -110.85778144019666, 37.348894526694629 ], [ -110.85739772552677, 37.348803925870321 ], [ -110.85666435955261, 37.348523608965792 ], [ -110.85605517889098, 37.348252452568524 ], [ -110.85570096321889, 37.348089770995358 ], [ -110.85518092450637, 37.347850267401896 ], [ -110.85426716263717, 37.347448027093286 ], [ -110.85300377526858, 37.346856054047102 ], [ -110.85178989924839, 37.346358775388651 ], [ -110.85077017147202, 37.345892376550005 ], [ -110.84987927785016, 37.345369344913152 ], [ -110.84910692672227, 37.344854570295176 ], [ -110.84828372650129, 37.344366767089255 ], [ -110.84771978064076, 37.3440902173 ], [ -110.84734760973363, 37.343892333324355 ], [ -110.8470486609569, 37.343775667934487 ], [ -110.84659757748273, 37.343521793380276 ], [ -110.84620859880476, 37.34326439228844 ], [ -110.84563914197339, 37.342930136432628 ], [ -110.84511477530616, 37.34263199245575 ], [ -110.84475421623075, 37.342284484766395 ], [ -110.84435965188601, 37.342004535475311 ], [ -110.84389744580243, 37.341679426127314 ], [ -110.84350270076307, 37.341489612718298 ], [ -110.8428656164141, 37.341114691407029 ], [ -110.84258386639139, 37.340879955438758 ], [ -110.84209343228218, 37.340563815333866 ], [ -110.84142853717664, 37.339999557176711 ], [ -110.84070694844337, 37.339556906606902 ], [ -110.84010384051368, 37.33914505906813 ], [ -110.83915684694566, 37.338531731363474 ], [ -110.83841272476133, 37.338080923567347 ], [ -110.83761782436936, 37.337623731649934 ], [ -110.83684560710411, 37.337122397509631 ], [ -110.83579723433888, 37.336431383310895 ], [ -110.8349912046104, 37.33591646919713 ], [ -110.83406110925365, 37.335356306076996 ], [ -110.83350860949834, 37.335062577867944 ], [ -110.8327361659932, 37.33468741115346 ], [ -110.83181709969706, 37.334257947591936 ], [ -110.83098814970059, 37.333918744735826 ], [ -110.83012540276982, 37.333552445808849 ], [ -110.82932470950155, 37.333204257929197 ], [ -110.82838848174319, 37.332891923757188 ], [ -110.82757065480281, 37.332638345204401 ], [ -110.82683170631141, 37.332447973848474 ], [ -110.82621700479301, 37.332226231739845 ], [ -110.8256531037718, 37.332004561300785 ], [ -110.82494262730646, 37.331710560093953 ], [ -110.82469453935192, 37.33160202582367 ], [ -110.82394354899772, 37.331258382049079 ], [ -110.82313831956523, 37.330941694173021 ], [ -110.82246169510439, 37.330661249504573 ], [ -110.82198802482731, 37.330480259534006 ], [ -110.82126057044572, 37.330217759328832 ], [ -110.82062327420709, 37.330018488764821 ], [ -110.81992371523278, 37.32989573829817 ], [ -110.81944987253993, 37.32979135617002 ], [ -110.81904944538262, 37.329669056612573 ], [ -110.81836166830988, 37.329343501832881 ], [ -110.81797834005458, 37.329153620526284 ], [ -110.81757832185176, 37.328864559167222 ], [ -110.8172911616477, 37.328584684686987 ], [ -110.81694788247671, 37.328174020896718 ], [ -110.81662708357021, 37.327803953556753 ], [ -110.81624440409023, 37.327352663979823 ], [ -110.81606461718961, 37.32701886965242 ], [ -110.81590704381175, 37.326833839262235 ], [ -110.8155747039695, 37.326571918073711 ], [ -110.81530994704804, 37.326368691928351 ], [ -110.81474053366033, 37.326124425941067 ], [ -110.81440675081313, 37.325993201031494 ], [ -110.81402453384453, 37.325821336422095 ], [ -110.81353972727318, 37.325599732393158 ], [ -110.81285794531262, 37.325156973940139 ], [ -110.81218154569565, 37.324822387137473 ], [ -110.81151070556093, 37.324523860999989 ], [ -110.81072165092867, 37.324107961020424 ], [ -110.80998915318641, 37.323647076977934 ], [ -110.80966227541708, 37.323470780123856 ], [ -110.80916079442997, 37.323158992038856 ], [ -110.80858050422813, 37.322770455998885 ], [ -110.80795503862511, 37.322395364671543 ], [ -110.80736905965067, 37.322029348234523 ], [ -110.80650107994475, 37.321600671986516 ], [ -110.80576825192526, 37.321287589526747 ], [ -110.80515351738144, 37.321137849100054 ], [ -110.80482087868342, 37.321015612894833 ], [ -110.80449493125563, 37.32092493555119 ], [ -110.80416083847417, 37.320928890056074 ], [ -110.80370357016646, 37.320991229868262 ], [ -110.80324049334709, 37.321116655735295 ], [ -110.80276603420285, 37.321278116516432 ], [ -110.80203776642234, 37.321385067494681 ], [ -110.80119691545899, 37.321383657790008 ], [ -110.80039559145466, 37.321373294867641 ], [ -110.79913704104381, 37.321407220893164 ], [ -110.79821718384569, 37.321405655875971 ], [ -110.79763579391502, 37.321453338221602 ], [ -110.79722370959547, 37.321498603784391 ], [ -110.79657435329295, 37.321637205056447 ], [ -110.79630326752132, 37.321713357064802 ], [ -110.79604900156204, 37.32183010009912 ], [ -110.79574925881143, 37.322068452060584 ], [ -110.79524070977953, 37.322306442111277 ], [ -110.79465318702452, 37.322530772054741 ], [ -110.79426347448249, 37.322647276098408 ], [ -110.7936433746513, 37.322812953869828 ], [ -110.79307191666625, 37.322938150809485 ], [ -110.79239999157005, 37.323067675723479 ], [ -110.79201033491375, 37.323161637623116 ], [ -110.79128215866135, 37.323223452884747 ], [ -110.7905033279597, 37.323235597427207 ], [ -110.79001798299444, 37.323238342707889 ], [ -110.78971888122928, 37.323237811550136 ], [ -110.78944789351074, 37.323274286740116 ], [ -110.78870814967146, 37.323435218695202 ], [ -110.78788373819636, 37.323600501230239 ], [ -110.78739246551071, 37.323703279620268 ], [ -110.7866304705493, 37.323746977629895 ], [ -110.78619589810741, 37.323755207123142 ], [ -110.7858347290243, 37.323750047019864 ], [ -110.78554128158605, 37.323745008573752 ], [ -110.78467821711867, 37.323608232401916 ], [ -110.78375895381333, 37.323390221972176 ], [ -110.78302577587966, 37.323225727891341 ], [ -110.78267608852811, 37.323153876197978 ], [ -110.78208935499205, 37.32308969969624 ], [ -110.78124298639408, 37.323038561453785 ], [ -110.78044733096991, 37.323014553024194 ], [ -110.77987176896309, 37.322990948894372 ], [ -110.77898032446468, 37.322916274415398 ], [ -110.77805481727457, 37.322910936515349 ], [ -110.77736070294701, 37.32290152001854 ], [ -110.7770331088097, 37.32299464794135 ], [ -110.77663075135396, 37.323178674425641 ], [ -110.77620243214541, 37.32336265043368 ], [ -110.7757843360106, 37.323524109459647 ], [ -110.77520812730897, 37.323716815444747 ], [ -110.7747051193805, 37.323963741513793 ], [ -110.77443358581974, 37.324179558207774 ], [ -110.77420154179205, 37.32439995659 ], [ -110.77387902171735, 37.324679673487523 ], [ -110.77345450129238, 37.325097107148714 ], [ -110.77328443616358, 37.325349171040614 ], [ -110.77294434317118, 37.325839777254664 ], [ -110.77252482699674, 37.326465438478102 ], [ -110.77224124263856, 37.326929109451584 ], [ -110.77200307701068, 37.327302728114915 ], [ -110.77191871885238, 37.327577489832244 ], [ -110.7717242301412, 37.328063865953958 ], [ -110.77145745706031, 37.328563622979161 ], [ -110.77130965223859, 37.328914879859362 ], [ -110.77107699649524, 37.329329069754969 ], [ -110.77088414664063, 37.329644183261884 ], [ -110.77068582931756, 37.329900695441161 ], [ -110.77035178173239, 37.330247082981863 ], [ -110.76993866049567, 37.330611343642218 ], [ -110.76959904490835, 37.330930676463197 ], [ -110.76903337586637, 37.33134421323404 ], [ -110.76845096210177, 37.331694617164572 ], [ -110.76791943670185, 37.332013569365273 ], [ -110.76756338771769, 37.332166106799598 ], [ -110.76720186008403, 37.332264548957859 ], [ -110.76655255198116, 37.332339887792742 ], [ -110.76593151906654, 37.332397251196319 ], [ -110.76517923326735, 37.332553503845169 ], [ -110.76469465879941, 37.33265169405707 ], [ -110.76430507344884, 37.33269598813115 ], [ -110.76394935242931, 37.332740348487945 ], [ -110.76345266897532, 37.332739356527441 ], [ -110.76287729354165, 37.332634544927913 ], [ -110.76238538163153, 37.332552432933603 ], [ -110.76208745760931, 37.332524792536532 ], [ -110.76120701875216, 37.332509498019732 ], [ -110.76052415276611, 37.33248558310526 ], [ -110.75998204580331, 37.33257011669609 ], [ -110.75974021928859, 37.332650750992897 ], [ -110.75946774153572, 37.332785405891983 ], [ -110.75905497142418, 37.333018927453374 ], [ -110.75851180586022, 37.333432459493061 ], [ -110.75802510536074, 37.333837090595864 ], [ -110.7576117747593, 37.334241869994116 ], [ -110.7574416650293, 37.334484896629057 ], [ -110.75728284275277, 37.334727946164023 ], [ -110.75706721365505, 37.335083552563191 ], [ -110.75686821045539, 37.335533838625253 ], [ -110.75673829872804, 37.335912155226225 ], [ -110.75660010542904, 37.336407635258347 ], [ -110.75647956509634, 37.337029345939605 ], [ -110.75642178167156, 37.337443866103797 ], [ -110.75642630551788, 37.337790910304975 ], [ -110.75644207479991, 37.338151498474929 ], [ -110.75640102018423, 37.338629150227831 ], [ -110.75633162553297, 37.339142799125483 ], [ -110.75623908326492, 37.339832171099211 ], [ -110.75619193005275, 37.340449525353343 ], [ -110.75617804012325, 37.340904698096409 ], [ -110.75614896357376, 37.341517582529306 ], [ -110.7561189324513, 37.342076381605288 ], [ -110.7560429663024, 37.342874855255616 ], [ -110.75593323676613, 37.34363990772632 ], [ -110.75591440263727, 37.344226672682915 ], [ -110.75577650000129, 37.344974540322269 ], [ -110.75577451777852, 37.345586578776256 ], [ -110.75570499538495, 37.346136281942591 ], [ -110.75561321262873, 37.346586786359914 ], [ -110.75544186977532, 37.347199376039349 ], [ -110.75538992247685, 37.347550809886336 ], [ -110.75534938219589, 37.347866211770388 ], [ -110.75526904957705, 37.348266261752023 ], [ -110.75517173038101, 37.348681600086451 ], [ -110.75499504127617, 37.349199532134911 ], [ -110.7548071322153, 37.349694905929546 ], [ -110.754659471991, 37.349965016013769 ], [ -110.75439275736767, 37.350388114629673 ], [ -110.7540468413065, 37.350860624265991 ], [ -110.75367288474172, 37.351274484294457 ], [ -110.75322528119986, 37.351764807399192 ], [ -110.75284590645235, 37.352106542470374 ], [ -110.75222905754029, 37.352555945580995 ], [ -110.75192358661793, 37.352740089695203 ], [ -110.75168048341902, 37.352843239127715 ], [ -110.75117757610576, 37.352977390407538 ], [ -110.7507200825801, 37.353035918756028 ], [ -110.75042670605156, 37.35297580863071 ], [ -110.7500544375481, 37.352871363155586 ], [ -110.74969919673505, 37.352739910932293 ], [ -110.7494061367929, 37.352585153320973 ], [ -110.74910738146164, 37.352445706479926 ], [ -110.748696139134, 37.352178924411135 ], [ -110.74840901176893, 37.351939446547824 ], [ -110.74802095938237, 37.351492434027634 ], [ -110.7477342439461, 37.35113126812616 ], [ -110.74756031998295, 37.350806397743348 ], [ -110.74732077810071, 37.350183929168686 ], [ -110.74709570649216, 37.349624588098393 ], [ -110.74678773793833, 37.348871270850772 ], [ -110.74658704384909, 37.348451695938898 ], [ -110.74634484991545, 37.347950906804911 ], [ -110.74604664714487, 37.347319295709973 ], [ -110.745547222873, 37.346763869127166 ], [ -110.74493926699937, 37.346253275838848 ], [ -110.74448318713904, 37.345905257336561 ], [ -110.74398288093667, 37.345615731572579 ], [ -110.74353078890117, 37.345425460887071 ], [ -110.74304711755279, 37.345226106006429 ], [ -110.74271888284935, 37.345135253836858 ], [ -110.74194499910283, 37.344953290707295 ], [ -110.74110546667137, 37.34482075520539 ], [ -110.74019119012038, 37.344755653719083 ], [ -110.73979602322518, 37.344759292163857 ], [ -110.73885294605286, 37.344860873749923 ], [ -110.73842367390618, 37.344932036410064 ], [ -110.73793774697607, 37.345061662233626 ], [ -110.73745169285201, 37.345227341285771 ], [ -110.73660334173664, 37.345681557712034 ], [ -110.73617893844508, 37.345972661641468 ], [ -110.73577102191214, 37.346390896505859 ], [ -110.73536816078229, 37.346975897925326 ], [ -110.73510103216745, 37.347489090923261 ], [ -110.73504987676706, 37.347588128979545 ], [ -110.73485611642322, 37.348105992597546 ], [ -110.7347124634278, 37.348822273414221 ], [ -110.73462990461432, 37.349502635545626 ], [ -110.73464084924099, 37.349921805083405 ], [ -110.7347120034665, 37.35055744249923 ], [ -110.73486232264314, 37.351157201791032 ], [ -110.73502969168894, 37.351725450489269 ], [ -110.73534382247419, 37.35262303346709 ], [ -110.73570640286714, 37.35355227227118 ], [ -110.73600308259861, 37.354278550841947 ], [ -110.73614878312748, 37.354589854216151 ], [ -110.73629390149264, 37.355067912563591 ], [ -110.73635441311399, 37.355523247502283 ], [ -110.73637007383651, 37.355888343811927 ], [ -110.73636302508103, 37.356289444930326 ], [ -110.73624269528982, 37.356793952880068 ], [ -110.73605954815991, 37.3575011323464 ], [ -110.7358481832263, 37.358203741499757 ], [ -110.73573398278569, 37.358568547657612 ], [ -110.73560325089184, 37.358817037976827 ], [ -110.73535398824848, 37.359054446380831 ], [ -110.7348613992683, 37.359445446023877 ], [ -110.73424462174928, 37.359827150776049 ], [ -110.73357131252574, 37.36022675266728 ], [ -110.73302221267305, 37.360626631100338 ], [ -110.73248985372955, 37.361080627927556 ], [ -110.73199757322519, 37.361376970712868 ], [ -110.73147700926803, 37.361686768001732 ], [ -110.73078074543417, 37.362180947154002 ], [ -110.73024858786584, 37.36257183724144 ], [ -110.72989160788728, 37.362922562737722 ], [ -110.72930410570984, 37.363313322113576 ], [ -110.72861805735825, 37.363784977109127 ], [ -110.72780854914345, 37.364355496348345 ], [ -110.72703881555734, 37.364853990999492 ], [ -110.72647835426358, 37.365253812408199 ], [ -110.72579331789782, 37.365747987757409 ], [ -110.72527200814876, 37.366247046406336 ], [ -110.72483427850388, 37.366741790254132 ], [ -110.72432496600786, 37.367353545556021 ], [ -110.72388822091362, 37.367884343446974 ], [ -110.72353062385045, 37.368388283180209 ], [ -110.72318419971741, 37.368923796368108 ], [ -110.7228490809445, 37.369454828057329 ], [ -110.72268399485002, 37.369814994620384 ], [ -110.72253021759659, 37.370170680540618 ], [ -110.72238084024325, 37.370864395424917 ], [ -110.72233476753274, 37.371107660838852 ], [ -110.72234395199048, 37.371680060935432 ], [ -110.72237162242605, 37.371833361079815 ], [ -110.72244910355533, 37.372261700055347 ], [ -110.72263922894189, 37.372771427665903 ], [ -110.72280726911913, 37.3731449943012 ], [ -110.72306009466013, 37.37349802742397 ], [ -110.7234705508904, 37.373985734741439 ], [ -110.72380244684118, 37.374338049703113 ], [ -110.72432088672491, 37.37464122261742 ], [ -110.72526854004539, 37.374940884144308 ], [ -110.72569146191987, 37.37511312857972 ], [ -110.72623829874081, 37.375375796695536 ], [ -110.7269204301418, 37.375706378468294 ], [ -110.72776126918654, 37.37619055682363 ], [ -110.72783904002875, 37.376235804961482 ], [ -110.72844202522604, 37.376593237260458 ], [ -110.72913516427835, 37.377009462866525 ], [ -110.72989015832405, 37.377502443213636 ], [ -110.73076914961621, 37.378067811672324 ], [ -110.73162018936496, 37.378556492616895 ], [ -110.73250475752401, 37.379148902248076 ], [ -110.73344000883395, 37.379786488596757 ], [ -110.73444285755964, 37.380478302255966 ], [ -110.73529361578504, 37.381061601159956 ], [ -110.73603182650453, 37.381531969968975 ], [ -110.73688808356668, 37.382164845630378 ], [ -110.73765431884762, 37.382702870261333 ], [ -110.73845984995174, 37.383313087369714 ], [ -110.7386964365195, 37.383493886760562 ], [ -110.73913578782376, 37.383837381870883 ], [ -110.74002610965582, 37.38443425451031 ], [ -110.74076394860008, 37.385030786247569 ], [ -110.74154135128238, 37.385622892905992 ], [ -110.74254981546862, 37.38636873254768 ], [ -110.74324263084634, 37.386929095396205 ], [ -110.74391266436545, 37.387547994612248 ], [ -110.74464465648488, 37.388221106674841 ], [ -110.74521307366081, 37.388830765138863 ], [ -110.74539314943709, 37.389029456871512 ], [ -110.74598965342311, 37.38968874797294 ], [ -110.7465018054699, 37.390239689480197 ], [ -110.74709854068701, 37.39083587870639 ], [ -110.74767240424656, 37.391517647263797 ], [ -110.7481618058146, 37.392122615752768 ], [ -110.74883718356618, 37.392858677536772 ], [ -110.74947865240509, 37.393603677364155 ], [ -110.74995104598078, 37.394235643659933 ], [ -110.75039533807468, 37.39482698657622 ], [ -110.75070443859057, 37.395305370281697 ], [ -110.75114285561651, 37.395968808340889 ], [ -110.75141242325104, 37.396447106911097 ], [ -110.75163131747769, 37.39687572249656 ], [ -110.7516930988788, 37.396984017871745 ], [ -110.75194040449963, 37.397363116602826 ], [ -110.75229446505429, 37.397918207592795 ], [ -110.75254152484344, 37.398373921799987 ], [ -110.75291789497571, 37.399019195519131 ], [ -110.75310817515695, 37.399564927788994 ], [ -110.75333177701843, 37.400286498269779 ], [ -110.75349911214697, 37.400940347487939 ], [ -110.75364370546822, 37.401639217995829 ], [ -110.75374779741065, 37.402630952202635 ], [ -110.75371837057766, 37.402991442643938 ], [ -110.75358037952958, 37.403725779221446 ], [ -110.75327270860626, 37.404518351229783 ], [ -110.75306239013806, 37.404910012043743 ], [ -110.75265389027265, 37.405436464869368 ], [ -110.75235351351417, 37.405724277350792 ], [ -110.75194021640797, 37.405989317726558 ], [ -110.75167422338878, 37.406128473083051 ], [ -110.75128359474598, 37.406371024277782 ], [ -110.75070221408461, 37.406550075612671 ], [ -110.75033803223286, 37.406652965724312 ], [ -110.74975649726868, 37.406877080999763 ], [ -110.74900543785748, 37.407109847431883 ], [ -110.74807141359379, 37.407315178007146 ], [ -110.74715555427643, 37.40749349868134 ], [ -110.74649985199346, 37.407591246266875 ], [ -110.74544306222307, 37.407674606673304 ], [ -110.74462388069925, 37.407663826351921 ], [ -110.74395275322038, 37.407644347290429 ], [ -110.74320048529677, 37.407561591724757 ], [ -110.74252279539917, 37.407478993805967 ], [ -110.7416758476279, 37.407328418939493 ], [ -110.74099305486745, 37.407088059880699 ], [ -110.7401519666452, 37.406878897336178 ], [ -110.73915286450192, 37.406619804490028 ], [ -110.73886502919626, 37.406533538166961 ], [ -110.73824424187339, 37.406338369081872 ], [ -110.73755558374107, 37.406165580566835 ], [ -110.73672032597833, 37.405910436245158 ], [ -110.73602083467273, 37.405606914775333 ], [ -110.73532139024708, 37.405291671343697 ], [ -110.7347956808777, 37.405055233523981 ], [ -110.73409202018445, 37.404657046511524 ], [ -110.7333984242338, 37.404290426246334 ], [ -110.73251889978893, 37.403783667723069 ], [ -110.73185934454058, 37.403381060250148 ], [ -110.73134106304057, 37.402969756376471 ], [ -110.73073239763474, 37.402558244413491 ], [ -110.7304112243803, 37.402323154038335 ], [ -110.72971239418375, 37.401851940169465 ], [ -110.72876533997632, 37.401287310954409 ], [ -110.72783494120364, 37.400807442101794 ], [ -110.72703966056798, 37.400458577888855 ], [ -110.72666732154771, 37.400318003983664 ], [ -110.72566311507042, 37.399946112874083 ], [ -110.72501412157894, 37.399764329495504 ], [ -110.72415038201977, 37.399604576245906 ], [ -110.72367621971441, 37.399504317395362 ], [ -110.72320077967881, 37.399444615719574 ], [ -110.72267081005234, 37.399465908382901 ], [ -110.72232039881229, 37.399510154961021 ], [ -110.72119545689719, 37.399714825018869 ], [ -110.72023425036714, 37.399942406353333 ], [ -110.71993456046752, 37.400018314118128 ], [ -110.71930108216785, 37.400224129163959 ], [ -110.71830509116077, 37.400685970730912 ], [ -110.7175240634367, 37.401067193492182 ], [ -110.71694668929675, 37.401372281553698 ], [ -110.71606985545682, 37.401987623726505 ], [ -110.71494618371965, 37.402737571271793 ], [ -110.71434107053611, 37.403200320846452 ], [ -110.71415975939408, 37.403339596333268 ], [ -110.71318471650089, 37.404215177706611 ], [ -110.71253287247289, 37.404777857488561 ], [ -110.71173342597763, 37.405524054969106 ], [ -110.71106419903106, 37.406193948089289 ], [ -110.71034383559038, 37.406935822287679 ], [ -110.70960021539818, 37.407844389735814 ], [ -110.70954349186162, 37.40790283995004 ], [ -110.70922013292245, 37.408244568639439 ], [ -110.70872031887821, 37.408923878410803 ], [ -110.7081691609709, 37.409728350711369 ], [ -110.7077372632057, 37.410372670028622 ], [ -110.70749224869647, 37.410903876669344 ], [ -110.70736130022466, 37.411160445114433 ], [ -110.70709859337997, 37.411880896245776 ], [ -110.70695535854945, 37.412389819305943 ], [ -110.70673752821328, 37.413191504610275 ], [ -110.70667437498956, 37.413448240330716 ], [ -110.70662840035564, 37.4136464291457 ], [ -110.70655259216684, 37.414250163400567 ], [ -110.70656137838672, 37.414894669484447 ], [ -110.70644476731654, 37.415818290894798 ], [ -110.70640859595295, 37.416399588834551 ], [ -110.70635596542327, 37.416854653149997 ], [ -110.70623475436311, 37.417507849771006 ], [ -110.70609769918993, 37.417877073340513 ], [ -110.70580165254567, 37.418444203900961 ], [ -110.70559657512105, 37.418867340084361 ], [ -110.70538573885014, 37.419317502802166 ], [ -110.70507795564957, 37.419992767234511 ], [ -110.70483900119689, 37.420406803703187 ], [ -110.70457581539259, 37.420946971689098 ], [ -110.70428716398129, 37.421351869007914 ], [ -110.70391707949787, 37.422058522433588 ], [ -110.70334892370499, 37.422836787754989 ], [ -110.70298988986059, 37.423602956562249 ], [ -110.70240372879873, 37.424641669237047 ], [ -110.70194175959097, 37.42542470153758 ], [ -110.70156029482159, 37.426140332075484 ], [ -110.70111795148085, 37.426815245517588 ], [ -110.70080988366064, 37.427544579608359 ], [ -110.70026283953989, 37.428678925542741 ], [ -110.70006310230002, 37.429165161026162 ], [ -110.69982905835386, 37.429750460173928 ], [ -110.69967427464972, 37.43029990523052 ], [ -110.69952963868265, 37.431137815489706 ], [ -110.69945409729564, 37.431655913435208 ], [ -110.69946934013409, 37.432084104754381 ], [ -110.69953528524732, 37.432552986748235 ], [ -110.69963586124783, 37.432841681940786 ], [ -110.69982149688731, 37.433342415872822 ], [ -110.70024175974484, 37.433965430133441 ], [ -110.70052794908827, 37.434479938431089 ], [ -110.70115312313671, 37.435026851590713 ], [ -110.70159269105751, 37.435347949654478 ], [ -110.70201550381736, 37.435619428303312 ], [ -110.70286194029673, 37.435959574099037 ], [ -110.70382138990472, 37.436308109418476 ], [ -110.70429015474814, 37.436395814907549 ], [ -110.70545878653292, 37.436732240843718 ], [ -110.70667287294764, 37.437010178776852 ], [ -110.7076908240649, 37.437147906520515 ], [ -110.70909053658205, 37.437367689277217 ], [ -110.71010750578391, 37.437469338871452 ], [ -110.7106727539923, 37.437457203222202 ], [ -110.7123404103335, 37.437375643036972 ], [ -110.71305291810195, 37.437282730695898 ], [ -110.71357348138946, 37.437130759821677 ], [ -110.71465435331358, 37.436777331590889 ], [ -110.71559342341388, 37.436554251482185 ], [ -110.71641418963954, 37.436227222169698 ], [ -110.71706060041173, 37.435971879788802 ], [ -110.71766531867885, 37.435680379331316 ], [ -110.71815768705453, 37.435505786501132 ], [ -110.71885370356787, 37.43528210061141 ], [ -110.71964561138675, 37.435108213638351 ], [ -110.7204428656225, 37.435015457633973 ], [ -110.72139146856512, 37.434954601161053 ], [ -110.72198590225254, 37.434992055717188 ], [ -110.72249557643072, 37.435024801456827 ], [ -110.72386171420789, 37.435154193168501 ], [ -110.72473724716833, 37.435291441365152 ], [ -110.72540360033324, 37.435446224795108 ], [ -110.72572529339973, 37.435573164015331 ], [ -110.72607514818581, 37.435727208838657 ], [ -110.72635713298645, 37.435894616129083 ], [ -110.72680344904354, 37.43625619802468 ], [ -110.72725894328251, 37.436581744451253 ], [ -110.72798634242186, 37.437052134933836 ], [ -110.72829079436752, 37.43726105247552 ], [ -110.72845988404833, 37.43739123883951 ], [ -110.72891644146776, 37.437739315620085 ], [ -110.72944528403916, 37.438105583573304 ], [ -110.72994278801373, 37.438386147071384 ], [ -110.73060294583091, 37.438703134234167 ], [ -110.7309018920014, 37.438875076156549 ], [ -110.73120660446902, 37.439015482364837 ], [ -110.73148859696542, 37.439187384243212 ], [ -110.73193371432842, 37.439580491980614 ], [ -110.73242925648036, 37.440099904438569 ], [ -110.73309392354886, 37.440745889057254 ], [ -110.73334188552714, 37.440953764555495 ], [ -110.73397303720115, 37.441491503777904 ], [ -110.73484108627815, 37.442173990964207 ], [ -110.73525261053109, 37.442485887129564 ], [ -110.73606379459056, 37.443271895746562 ], [ -110.73670594266993, 37.443908795784488 ], [ -110.73720142018932, 37.444464242715306 ], [ -110.73783311470466, 37.445186743683045 ], [ -110.73847904751328, 37.44604447858049 ], [ -110.7389791087946, 37.446915408366742 ], [ -110.73938428866654, 37.447439098436419 ], [ -110.73980096701331, 37.447908730063233 ], [ -110.74018376495604, 37.44836927199546 ], [ -110.74036401581525, 37.448554449391224 ], [ -110.74064000770049, 37.44884349443538 ], [ -110.74122075900334, 37.449277426029802 ], [ -110.7418355118417, 37.449688894726982 ], [ -110.74255721368007, 37.450235799005547 ], [ -110.74341985025991, 37.450900183229813 ], [ -110.74449160318545, 37.451583040821674 ], [ -110.74500463756438, 37.451994272977117 ], [ -110.74533161416049, 37.452260882647295 ], [ -110.74575422307217, 37.452667409770029 ], [ -110.74624860312049, 37.453249856926512 ], [ -110.74644564238807, 37.45349365012563 ], [ -110.74682956414574, 37.453976706899596 ], [ -110.74694775034585, 37.45413470001165 ], [ -110.74735291846078, 37.454689910238201 ], [ -110.74754898043938, 37.455226645113704 ], [ -110.74764998299248, 37.45545220362677 ], [ -110.74774504520005, 37.455763379625346 ], [ -110.74779994431927, 37.456250237190545 ], [ -110.74781480100087, 37.456876721752991 ], [ -110.74776213393606, 37.457408418202846 ], [ -110.74776078675283, 37.457809525359778 ], [ -110.74765218887217, 37.458160828130872 ], [ -110.74757196381903, 37.458480643412514 ], [ -110.74734465695177, 37.458826284010527 ], [ -110.74699291690352, 37.459186981112062 ], [ -110.7464377063552, 37.459528311961506 ], [ -110.74576387063492, 37.459837837065223 ], [ -110.74522053812665, 37.460007927313384 ], [ -110.74471691686313, 37.460137539177062 ], [ -110.74412861133025, 37.460230910746908 ], [ -110.74325789686601, 37.460242542840916 ], [ -110.74239311414982, 37.460173058116879 ], [ -110.74166962854487, 37.460117396579555 ], [ -110.74117111374346, 37.46007574411545 ], [ -110.74047732505487, 37.459934510134516 ], [ -110.73995767158152, 37.459793655388097 ], [ -110.73948879342886, 37.459684458261577 ], [ -110.73846072442902, 37.45942529692055 ], [ -110.73805961560723, 37.459338778346606 ], [ -110.73755116781309, 37.459229485819193 ], [ -110.73656835636423, 37.45896590166339 ], [ -110.73567578691885, 37.458765607142141 ], [ -110.73475484304376, 37.458596790164421 ], [ -110.73395239159825, 37.458494934242431 ], [ -110.73278817310251, 37.458376030765102 ], [ -110.73190650966804, 37.458292910601678 ], [ -110.7305328777543, 37.458240211072216 ], [ -110.72966228221759, 37.458224702188616 ], [ -110.72901212600223, 37.458223213133103 ], [ -110.7286003371425, 37.458280857237099 ], [ -110.72822119140412, 37.458379136647011 ], [ -110.72747286075996, 37.458634303849749 ], [ -110.72651555416067, 37.459141366535633 ], [ -110.72600539825238, 37.459505239756069 ], [ -110.72561968366735, 37.459851372334761 ], [ -110.72540909773532, 37.460233965486132 ], [ -110.72524293131897, 37.460837497156703 ], [ -110.72522341396342, 37.461536013437723 ], [ -110.72522514987813, 37.462297674932472 ], [ -110.72529160399287, 37.462987377224998 ], [ -110.72531158155893, 37.463708519309321 ], [ -110.72537608262081, 37.464623559198238 ], [ -110.72546410788935, 37.465290777025245 ], [ -110.7255456897701, 37.466174308344172 ], [ -110.72562725703564, 37.467062346288834 ], [ -110.72571990417099, 37.468013505585205 ], [ -110.72575696510134, 37.468703138735229 ], [ -110.72580535187794, 37.469388291232448 ], [ -110.72580847119191, 37.470082352286383 ], [ -110.72578341692569, 37.470749306828175 ], [ -110.72578701017132, 37.471313571781288 ], [ -110.72576825523772, 37.47180387261885 ], [ -110.72563073387734, 37.472299305908948 ], [ -110.72551080084904, 37.472623519908247 ], [ -110.72535249768359, 37.472925110384928 ], [ -110.72515790109833, 37.473254558628717 ], [ -110.72502012862977, 37.47381669172033 ], [ -110.72458119384198, 37.474775626211866 ], [ -110.72444979374441, 37.475140373803448 ], [ -110.72431252231618, 37.475563696424494 ], [ -110.72415874852125, 37.475860788863294 ], [ -110.72392018345359, 37.476148669322171 ], [ -110.72361911389247, 37.476517526172245 ], [ -110.72317076369366, 37.476953639814916 ], [ -110.72273950639936, 37.477353737131416 ], [ -110.72230213922855, 37.477875503063551 ], [ -110.72168326956262, 37.478541058676839 ], [ -110.72123441048707, 37.479107861811592 ], [ -110.72104106482165, 37.479395842942147 ], [ -110.72075097980097, 37.479844939828617 ], [ -110.72038723275584, 37.480331719071515 ], [ -110.72007513796588, 37.480614910633854 ], [ -110.71955913231244, 37.480983247380522 ], [ -110.71928160395656, 37.481095259170033 ], [ -110.71881716414491, 37.481283441803292 ], [ -110.71804720151979, 37.481506948575898 ], [ -110.71772466403284, 37.481555753611254 ], [ -110.71692136208002, 37.481620532851487 ], [ -110.71619155372206, 37.481691792752272 ], [ -110.7152234530168, 37.481666929180975 ], [ -110.71430835828784, 37.481682747352984 ], [ -110.71295682978781, 37.481656937458517 ], [ -110.71188227293997, 37.481667842495106 ], [ -110.71088709828256, 37.481624850041662 ], [ -110.71023691445184, 37.481578188955666 ], [ -110.70963754175978, 37.481554183335263 ], [ -110.70915715740128, 37.481471878816571 ], [ -110.70820208570046, 37.481297362960433 ], [ -110.70764245729869, 37.481233785247298 ], [ -110.70727495364349, 37.481210341158402 ], [ -110.70655111654375, 37.481199531953656 ], [ -110.70627966446185, 37.481198857450117 ], [ -110.70517660715261, 37.481268219472746 ], [ -110.70441291679684, 37.481324900195411 ], [ -110.70366610212089, 37.481404152464748 ], [ -110.7025798624436, 37.481509587063236 ], [ -110.70230826629779, 37.481544957723102 ], [ -110.70136929329176, 37.481592163331378 ], [ -110.70037387431415, 37.481612177356972 ], [ -110.6996498181439, 37.481655407285892 ], [ -110.69902786361948, 37.481622276778523 ], [ -110.69831557019383, 37.481552857715819 ], [ -110.69753537855922, 37.481492274225118 ], [ -110.69671009183473, 37.481395515187806 ], [ -110.69609406992311, 37.481294782004447 ], [ -110.6952632784743, 37.481161944057526 ], [ -110.69469257570277, 37.481043293123292 ], [ -110.69420082750138, 37.480978925781002 ], [ -110.69365798075448, 37.480963999058858 ], [ -110.69300160563573, 37.481052432025521 ], [ -110.69266240237569, 37.481024509192721 ], [ -110.69198985535242, 37.480919100742284 ], [ -110.69138513575135, 37.480822879311681 ], [ -110.69075212310885, 37.480731087568543 ], [ -110.68981386159778, 37.480606943644794 ], [ -110.68887013491749, 37.480437709573145 ], [ -110.6876385991085, 37.480123488846111 ], [ -110.68649751822271, 37.479818508989752 ], [ -110.68554261217974, 37.479622177699362 ], [ -110.68481943805607, 37.479458004893658 ], [ -110.68386454108169, 37.47926166007008 ], [ -110.68264968708063, 37.479024048119712 ], [ -110.68171741784077, 37.478828648089568 ], [ -110.6805702119302, 37.478644377585624 ], [ -110.6793660724553, 37.478550979454816 ], [ -110.67912298677022, 37.478531390858763 ], [ -110.67842758730019, 37.478489840181581 ], [ -110.67738737135748, 37.478414895239283 ], [ -110.6764093627818, 37.478340111525043 ], [ -110.6753806521387, 37.478221013486198 ], [ -110.6740635280285, 37.478103815345413 ], [ -110.67319295229963, 37.47803380815715 ], [ -110.6716325089841, 37.477952865690483 ], [ -110.67071108211404, 37.477873685227927 ], [ -110.66968788752179, 37.477789706297095 ], [ -110.66844978659144, 37.477709622498722 ], [ -110.66759725697543, 37.47765314522303 ], [ -110.66647495177747, 37.477731105508738 ], [ -110.66579153053154, 37.477796776854539 ], [ -110.66488053651086, 37.477915880969746 ], [ -110.66429773069184, 37.477990842655025 ], [ -110.66362973523569, 37.478146681906487 ], [ -110.66292190904504, 37.478356485701291 ], [ -110.66202695553501, 37.478678420853605 ], [ -110.66097890052707, 37.479090046572011 ], [ -110.65985147884309, 37.479541995936373 ], [ -110.65869556298479, 37.480038920450667 ], [ -110.65768697481556, 37.480468658106176 ], [ -110.65667827204152, 37.480920920897638 ], [ -110.65582233123838, 37.481355592808931 ], [ -110.65462675332336, 37.481856868533626 ], [ -110.65434912594904, 37.481968727304476 ], [ -110.65369758307142, 37.482223708472105 ], [ -110.6534143392938, 37.482326534921249 ], [ -110.65288752007605, 37.482514275019682 ], [ -110.65174353462048, 37.482857934092053 ], [ -110.65064524338524, 37.483102567032411 ], [ -110.64926989455293, 37.483332847137675 ], [ -110.64801918870489, 37.48351390753735 ], [ -110.64666083318581, 37.483735194198552 ], [ -110.64570449445772, 37.483854014506541 ], [ -110.6445090026529, 37.484075764658435 ], [ -110.643842236352, 37.484190933970638 ], [ -110.64311724650941, 37.484418594216137 ], [ -110.64265827430197, 37.484601986649558 ], [ -110.64219932135428, 37.484780870525803 ], [ -110.64124128157921, 37.485251181576764 ], [ -110.64066247583087, 37.485655036508682 ], [ -110.64018681156921, 37.486014134517085 ], [ -110.63984448519967, 37.486400678042671 ], [ -110.63953097992341, 37.486908992623341 ], [ -110.63943383758668, 37.487116009912775 ], [ -110.63937017380468, 37.487417772522129 ], [ -110.63928845889015, 37.487944820933421 ], [ -110.63925946510969, 37.488093457439113 ], [ -110.63942127182982, 37.488553646917389 ], [ -110.63960624501938, 37.488901236352142 ], [ -110.63979689737367, 37.489244335977489 ], [ -110.64011174224599, 37.489637388660213 ], [ -110.64039308723191, 37.48994020216535 ], [ -110.64071968165605, 37.490243152606197 ], [ -110.64103526881595, 37.490482973245598 ], [ -110.64146943871752, 37.490763714322135 ], [ -110.64230400285032, 37.491293541691959 ], [ -110.64292446541839, 37.491651457184346 ], [ -110.6436074714707, 37.491941955850095 ], [ -110.64464636552835, 37.492328164726935 ], [ -110.64582680017469, 37.492687747980291 ], [ -110.64748793100968, 37.493066782022829 ], [ -110.64886658813882, 37.493377351238948 ], [ -110.65013219242843, 37.493674950534775 ], [ -110.65091773181815, 37.493820591064406 ], [ -110.65177133264159, 37.49392676703124 ], [ -110.65248933355463, 37.49400099032092 ], [ -110.65352387454338, 37.494121206188737 ], [ -110.65416265073524, 37.494204200567772 ], [ -110.6545981991578, 37.494200967976958 ], [ -110.65501145442403, 37.494125559618141 ], [ -110.65541345860277, 37.494036596544404 ], [ -110.65575289215163, 37.494024065672285 ], [ -110.65610921150832, 37.494029610245946 ], [ -110.65662388366852, 37.49404012093143 ], [ -110.65770407252077, 37.494074803356284 ], [ -110.65881824064482, 37.494100560409017 ], [ -110.65984649668185, 37.494112539168889 ], [ -110.6614028551502, 37.494167486483036 ], [ -110.66238669403441, 37.494246016718179 ], [ -110.66352324887963, 37.494325875186959 ], [ -110.66450102873722, 37.494495408274041 ], [ -110.665139615473, 37.494624312322983 ], [ -110.66561424145381, 37.494737425767724 ], [ -110.66621734620051, 37.494959965355442 ], [ -110.66673195616134, 37.495240840870991 ], [ -110.66702512275299, 37.495457994757771 ], [ -110.66722235354273, 37.495625302725117 ], [ -110.66758248017875, 37.496049957385836 ], [ -110.66766682615838, 37.49616286510615 ], [ -110.66793649553225, 37.496578250521459 ], [ -110.66810422862569, 37.497021291213599 ], [ -110.66812536249174, 37.497358460403674 ], [ -110.66813444166448, 37.497863249236005 ], [ -110.66812193198696, 37.498133622999852 ], [ -110.66809197389452, 37.498512111282288 ], [ -110.66795961860818, 37.499021009381401 ], [ -110.66788394739339, 37.499503025776356 ], [ -110.66777443513587, 37.499962412846166 ], [ -110.6675860876162, 37.500340455326182 ], [ -110.66735734154717, 37.500898656242526 ], [ -110.66711227292332, 37.501564974156629 ], [ -110.66696742044613, 37.50208284926341 ], [ -110.66663589934387, 37.502852578938636 ], [ -110.66623053046857, 37.503689701094459 ], [ -110.6659900283516, 37.504342508800271 ], [ -110.66587375560078, 37.505045242295729 ], [ -110.66575053757037, 37.506036391700938 ], [ -110.66561620285044, 37.506982441256902 ], [ -110.66562877211074, 37.507969467700775 ], [ -110.66560607078225, 37.509253843355182 ], [ -110.66568713210924, 37.510105859126234 ], [ -110.66576342196318, 37.510759561799567 ], [ -110.6656526735714, 37.511489350749812 ], [ -110.6654744143152, 37.512133319045851 ], [ -110.66531213465316, 37.512999067005005 ], [ -110.66503656436767, 37.5138942382804 ], [ -110.66469288860364, 37.514835184824484 ], [ -110.66442241294226, 37.515852953813649 ], [ -110.66426148975846, 37.516411339803831 ], [ -110.66413435011991, 37.517005875990179 ], [ -110.66404166152833, 37.517740220762036 ], [ -110.66391326492935, 37.518361793788046 ], [ -110.66357553601242, 37.519230644448619 ], [ -110.66345649143932, 37.519532260786875 ], [ -110.66327797339767, 37.519973418181543 ], [ -110.66306558195438, 37.520648832103639 ], [ -110.66288196456199, 37.521216164570674 ], [ -110.66274470609665, 37.521540262071255 ], [ -110.66255019366263, 37.522012920098128 ], [ -110.66208238719231, 37.522859761544808 ], [ -110.66180189652509, 37.52357463776017 ], [ -110.66145966224342, 37.524177567745028 ], [ -110.66121455465203, 37.524573462794052 ], [ -110.66092903926155, 37.525145006252359 ], [ -110.66049468065331, 37.526094691784692 ], [ -110.65982254384124, 37.52706622485438 ], [ -110.65924234424506, 37.527727050609492 ], [ -110.65904344744919, 37.527911255007616 ], [ -110.65881623532712, 37.528099884056758 ], [ -110.65849280227968, 37.528292741251896 ], [ -110.65802773314705, 37.528521241839208 ], [ -110.65773287860056, 37.528651084613763 ], [ -110.65743121184731, 37.528785413677845 ], [ -110.6568085111786, 37.52908105394053 ], [ -110.65599697941198, 37.529583453337743 ], [ -110.65501504670505, 37.530220553118298 ], [ -110.65459468622836, 37.530566347164651 ], [ -110.65428783417116, 37.530840363404806 ], [ -110.65395247670585, 37.531159363189012 ], [ -110.6535651221309, 37.531708055651841 ], [ -110.65296762434366, 37.532418373786491 ], [ -110.65231932937803, 37.53309699174482 ], [ -110.65178479313289, 37.533649751521949 ], [ -110.65131296203265, 37.534103544691419 ], [ -110.65096598151807, 37.534481991008271 ], [ -110.65048758071471, 37.535128651764204 ], [ -110.65016834469692, 37.535623452798596 ], [ -110.64995173138524, 37.535956312938005 ], [ -110.6497015960681, 37.536437797084631 ], [ -110.64958001428212, 37.536779951910873 ], [ -110.64935146411364, 37.537243472155808 ], [ -110.64893027733802, 37.537751487210166 ], [ -110.64810486528766, 37.538767563190333 ], [ -110.64757545446929, 37.539418566335122 ], [ -110.64704698790294, 37.540107426793519 ], [ -110.64683500292399, 37.540413254059864 ], [ -110.6462314774769, 37.541173093335907 ], [ -110.64583284379896, 37.541690178035964 ], [ -110.64541690497543, 37.542274811050476 ], [ -110.64489891094298, 37.542895189899149 ], [ -110.64434692736971, 37.543519970802727 ], [ -110.64376635594475, 37.544203250900118 ], [ -110.64341858617357, 37.544729494103983 ], [ -110.64300792768705, 37.545386242617148 ], [ -110.64257451392901, 37.546065454613782 ], [ -110.64207342888814, 37.546690378521106 ], [ -110.64128163486431, 37.547738054182645 ], [ -110.64062093629322, 37.548592332130148 ], [ -110.64013666896902, 37.549244339301133 ], [ -110.63971485281603, 37.549855974019657 ], [ -110.63924241157757, 37.550399850916165 ], [ -110.63870168963524, 37.551015625283732 ], [ -110.63815501499816, 37.551689966866213 ], [ -110.63765363698462, 37.552359938064626 ], [ -110.63724199382496, 37.552967087994709 ], [ -110.63662906456968, 37.553524042666716 ], [ -110.63583938031861, 37.554107489676809 ], [ -110.63470900426164, 37.554901695858526 ], [ -110.63383597347121, 37.555390229271879 ], [ -110.6332328957234, 37.555775939405883 ], [ -110.6325518245413, 37.556134363123633 ], [ -110.63149053039115, 37.556681782288699 ], [ -110.63029289930392, 37.557321604361604 ], [ -110.62942445197932, 37.557787585358682 ], [ -110.62857288746197, 37.558271640076576 ], [ -110.62787474338325, 37.558638996381248 ], [ -110.62724405397326, 37.559101203535946 ], [ -110.6269080452977, 37.559502145502677 ], [ -110.6264752400274, 37.560013646643931 ], [ -110.62569684339299, 37.560574526752404 ], [ -110.62526537341179, 37.560816523215664 ], [ -110.62441377022607, 37.561296040666996 ], [ -110.62353858125748, 37.561960253901162 ], [ -110.62284021910826, 37.562359126701601 ], [ -110.62218709490823, 37.562767153621891 ], [ -110.62153480713339, 37.563008429461171 ], [ -110.62067829353676, 37.563330167366047 ], [ -110.61985619918023, 37.563561874673788 ], [ -110.61926149767737, 37.563609532665048 ], [ -110.61856486217052, 37.563662266483924 ], [ -110.61773809108486, 37.563699251927396 ], [ -110.61688871504323, 37.563728046062458 ], [ -110.61604506922301, 37.563743332445611 ], [ -110.61492415207546, 37.563730668214149 ], [ -110.61378694907785, 37.563582737322854 ], [ -110.61303945534698, 37.56361634376325 ], [ -110.61139156070217, 37.563692052750405 ], [ -110.61013378493428, 37.563868176296076 ], [ -110.60833738697862, 37.564191223780661 ], [ -110.60693732502433, 37.564506550559507 ], [ -110.60609835760062, 37.564706558419921 ], [ -110.60515131746523, 37.565000840779604 ], [ -110.60404488802685, 37.565456824246354 ], [ -110.60314780438144, 37.565936034945352 ], [ -110.60216537744017, 37.566491566026642 ], [ -110.60154648328005, 37.566822978656795 ], [ -110.60108071339914, 37.567105331228497 ], [ -110.60053476169077, 37.567558667288516 ], [ -110.60015265669357, 37.568075650359596 ], [ -110.59969641735765, 37.568690627987081 ], [ -110.59946665865823, 37.569303668328345 ], [ -110.59916288585082, 37.569992170291137 ], [ -110.59894478572453, 37.570541253185766 ], [ -110.59871472973119, 37.571207470486982 ], [ -110.59854726646398, 37.571815312379208 ], [ -110.59839639946036, 37.572495318413154 ], [ -110.59833515562408, 37.573355899087623 ], [ -110.59823650223734, 37.573801731470802 ], [ -110.59824567185491, 37.574202863254015 ], [ -110.59826592393624, 37.574649100200489 ], [ -110.59820673482072, 37.575126613981119 ], [ -110.59828770356174, 37.575865094684346 ], [ -110.59833442350498, 37.576654835619827 ], [ -110.59845396747464, 37.577380828387319 ], [ -110.59856314714841, 37.578350149928362 ], [ -110.59868438475684, 37.578972492907099 ], [ -110.59886171862, 37.579694174704521 ], [ -110.59905397030836, 37.580802585387204 ], [ -110.59933573579825, 37.582115905520411 ], [ -110.59947913008041, 37.582832964092496 ], [ -110.59961110466361, 37.583568010639112 ], [ -110.59982067473416, 37.58461879186568 ], [ -110.60006960280754, 37.585723786777663 ], [ -110.60016172910197, 37.586499258004871 ], [ -110.60036728996927, 37.587243566002712 ], [ -110.60066823940582, 37.588154945605105 ], [ -110.60098729279783, 37.588859075614366 ], [ -110.60122171406664, 37.589504331214997 ], [ -110.60158035505269, 37.590221212088778 ], [ -110.60195015701599, 37.590970577938428 ], [ -110.60225768656522, 37.591716127334657 ], [ -110.60255913198453, 37.592541875238624 ], [ -110.60273758841078, 37.593065257201232 ], [ -110.60290419310665, 37.59368774712302 ], [ -110.60311025522375, 37.594346423304948 ], [ -110.6033276006624, 37.5950141504497 ], [ -110.60361313120421, 37.595641545552098 ], [ -110.60392031875645, 37.596458295324496 ], [ -110.60403106058175, 37.596937281800251 ], [ -110.604068707038, 37.597315072175249 ], [ -110.60416756321121, 37.597685857046649 ], [ -110.60428894099958, 37.598510094405768 ], [ -110.60431600116246, 37.598748140481831 ], [ -110.60432611851972, 37.599190735276025 ], [ -110.60430565437464, 37.599632326164318 ], [ -110.60425781095105, 37.600109879045277 ], [ -110.60412361865355, 37.60084853251665 ], [ -110.60397283688361, 37.60151051569715 ], [ -110.60377707233198, 37.602109253411442 ], [ -110.60348548382684, 37.602618435635314 ], [ -110.60326820831597, 37.602999875882489 ], [ -110.60296036681774, 37.603368392218485 ], [ -110.60256210681244, 37.603696042729503 ], [ -110.60202213541822, 37.604041240982852 ], [ -110.60134661986102, 37.604309364624498 ], [ -110.60047272093145, 37.604599346577047 ], [ -110.59977468155363, 37.60484034456934 ], [ -110.59949094741398, 37.604934023235927 ], [ -110.59906559885749, 37.605027220201684 ], [ -110.59841935583441, 37.605115157467431 ], [ -110.5976031987767, 37.605198005239544 ], [ -110.59644103885255, 37.605365292465734 ], [ -110.59514829529193, 37.605586201022483 ], [ -110.59395765406228, 37.605780406385932 ], [ -110.5928122499747, 37.605988275973537 ], [ -110.59200701291, 37.606143230232838 ], [ -110.59103190740059, 37.606284070283444 ], [ -110.58985811494298, 37.606500826207004 ], [ -110.58864446950663, 37.606752583955164 ], [ -110.58816793639457, 37.606878011531023 ], [ -110.58791839208448, 37.606931221100965 ], [ -110.58677290419625, 37.607148045097134 ], [ -110.58579133664861, 37.607428527485084 ], [ -110.58494050162707, 37.607628340571729 ], [ -110.5837949946562, 37.607845135522282 ], [ -110.582717105854, 37.608125252516295 ], [ -110.5820870806691, 37.608343852398576 ], [ -110.58087833145039, 37.608722636879861 ], [ -110.57989032153098, 37.609133741966183 ], [ -110.5792713047681, 37.609406446545165 ], [ -110.57868688295356, 37.609571110131796 ], [ -110.57782414530227, 37.609864568966536 ], [ -110.57697305238958, 37.610101278565523 ], [ -110.57599748419698, 37.610309593195389 ], [ -110.57529972371665, 37.610478339394021 ], [ -110.57452265072087, 37.610646795526755 ], [ -110.57394953886876, 37.61081147634367 ], [ -110.57346232631853, 37.611012518602323 ], [ -110.57262697077256, 37.611266379143714 ], [ -110.57153714441706, 37.611636484707354 ], [ -110.57045834714197, 37.612057095508767 ], [ -110.56973114740246, 37.612414082171611 ], [ -110.5690554156775, 37.612686526048648 ], [ -110.56819166144027, 37.613143053450024 ], [ -110.56781084504739, 37.613357981630443 ], [ -110.56737807390641, 37.613739466502984 ], [ -110.56700168917665, 37.614166223790932 ], [ -110.56658981770144, 37.614849732111971 ], [ -110.56627983589759, 37.615547133564007 ], [ -110.56595731246442, 37.616451796682213 ], [ -110.56580718208541, 37.616937969138668 ], [ -110.56570748844032, 37.617518967906854 ], [ -110.56552291536102, 37.618081627202301 ], [ -110.56544073916132, 37.618572555935962 ], [ -110.56533982823944, 37.619361759680011 ], [ -110.56519782237885, 37.620396878062174 ], [ -110.56509822412357, 37.62095984947431 ], [ -110.56491830544091, 37.621693779478605 ], [ -110.56468581382229, 37.622697917535952 ], [ -110.56459730371715, 37.623301489544389 ], [ -110.56448444558926, 37.624193400672965 ], [ -110.56421910132957, 37.624999121109425 ], [ -110.56417298016426, 37.62532884150108 ], [ -110.56416389689699, 37.625719989837251 ], [ -110.56416176548277, 37.626085024945795 ], [ -110.56418622811745, 37.626747600655186 ], [ -110.56410021677941, 37.627891985343261 ], [ -110.56399744053759, 37.628995747482172 ], [ -110.5640554006107, 37.629744073978642 ], [ -110.56409243322128, 37.630194880835745 ], [ -110.56411773850368, 37.630713244822346 ], [ -110.56406415519869, 37.631155604763244 ], [ -110.56405013696819, 37.631615236295701 ], [ -110.56401295725642, 37.632159508142522 ], [ -110.56393017536934, 37.632749579715508 ], [ -110.56391025223249, 37.633249749561159 ], [ -110.56384415228057, 37.63389396298551 ], [ -110.56379560464549, 37.634443600559557 ], [ -110.56365683550767, 37.634916290588109 ], [ -110.56360873381061, 37.635389315800026 ], [ -110.56363445881937, 37.635835573850954 ], [ -110.56357373093302, 37.636529380347589 ], [ -110.56346305382893, 37.637042734133502 ], [ -110.56336990359475, 37.63746601874206 ], [ -110.56326541824797, 37.637889261285238 ], [ -110.56302953381996, 37.638492284859964 ], [ -110.56255986727849, 37.63933780274705 ], [ -110.56223380015119, 37.639854862987988 ], [ -110.56168588673923, 37.640510805730877 ], [ -110.56119543152062, 37.641031758810897 ], [ -110.56064323966439, 37.641448825998886 ], [ -110.55984761294987, 37.641819915688892 ], [ -110.55938156247264, 37.642043510543417 ], [ -110.55902890940479, 37.642258514069454 ], [ -110.55852948965718, 37.642373820235512 ], [ -110.55771293660757, 37.642447375584943 ], [ -110.55724249239005, 37.642454624360198 ], [ -110.55686251167644, 37.642498264605891 ], [ -110.55629598998765, 37.642460081788826 ], [ -110.55539549786329, 37.64235303778694 ], [ -110.55467104568599, 37.642188064583841 ], [ -110.55407133174377, 37.64201454510691 ], [ -110.55358518254262, 37.641805398838841 ], [ -110.55317821619101, 37.641623590625528 ], [ -110.55267013257607, 37.641292676882905 ], [ -110.55222427952297, 37.640980925250965 ], [ -110.55164296946704, 37.640576720741365 ], [ -110.55105073272209, 37.640105772756293 ], [ -110.55027769831572, 37.639543998924452 ], [ -110.54959551221732, 37.638955526716849 ], [ -110.54895276096613, 37.638407761526722 ], [ -110.54830405203219, 37.637909543610419 ], [ -110.54761086307533, 37.637271444105025 ], [ -110.54691180012577, 37.636669371472181 ], [ -110.54621236474496, 37.636130386933772 ], [ -110.5451163659164, 37.635572744518576 ], [ -110.54456831215525, 37.63530383400478 ], [ -110.54389052683273, 37.634936173576968 ], [ -110.54350612337865, 37.634781459331776 ], [ -110.54316746940201, 37.634559320580038 ], [ -110.54298165357196, 37.634364813136877 ], [ -110.54230955134763, 37.633997165625033 ], [ -110.54158626189103, 37.633660862269288 ], [ -110.54083862445711, 37.633414593608421 ], [ -110.54026369708166, 37.63328166066065 ], [ -110.53960581643787, 37.633184454803676 ], [ -110.53897599229279, 37.633132421853475 ], [ -110.53864837714593, 37.633144661345689 ], [ -110.53778649014203, 37.633231421911923 ], [ -110.53648692564346, 37.633532778835253 ], [ -110.53503390658304, 37.633904722500731 ], [ -110.53474428153901, 37.634003629346431 ], [ -110.53438054425402, 37.634173448763683 ], [ -110.53341903781531, 37.634782560454532 ], [ -110.53274700238792, 37.635316197202762 ], [ -110.53223957813641, 37.635805415877407 ], [ -110.53189091006996, 37.636280840889654 ], [ -110.53175354205338, 37.636497518261919 ], [ -110.53160535431419, 37.636632130750421 ], [ -110.53140576764916, 37.636829632576166 ], [ -110.531244516833, 37.637058833201621 ], [ -110.53106263742724, 37.637324005121435 ], [ -110.53039403942799, 37.638205558170569 ], [ -110.52955964233952, 37.639314484658826 ], [ -110.52935961661085, 37.639579581461149 ], [ -110.5292335466181, 37.63979990616091 ], [ -110.52909525976403, 37.640159889252715 ], [ -110.52892598918038, 37.64093887029604 ], [ -110.52873464370398, 37.641623122405221 ], [ -110.52845848418814, 37.642275488354535 ], [ -110.52806096708861, 37.643296916304465 ], [ -110.5276587131964, 37.644169603182775 ], [ -110.52716479801076, 37.645195148413563 ], [ -110.52659186566461, 37.646166294117592 ], [ -110.52628337020036, 37.646728390981131 ], [ -110.52595021859302, 37.647245321086309 ], [ -110.52550455445075, 37.647806864510265 ], [ -110.52501391441882, 37.648309638257935 ], [ -110.52472247414642, 37.648682518898916 ], [ -110.52425409196528, 37.649248472562945 ], [ -110.52375796752948, 37.649719672045165 ], [ -110.52343239276112, 37.650110438284138 ], [ -110.52285092097792, 37.650630862492164 ], [ -110.52226383081849, 37.651142247657731 ], [ -110.52195073356974, 37.65135279311513 ], [ -110.5214954135031, 37.651643881106587 ], [ -110.52083488181742, 37.652114401012405 ], [ -110.52000915473644, 37.65271043203672 ], [ -110.5192859932009, 37.65322124835761 ], [ -110.51851142981846, 37.653790437153638 ], [ -110.51786809810449, 37.654224956977956 ], [ -110.51730484378261, 37.654547134086457 ], [ -110.51654211406313, 37.65503523804027 ], [ -110.51575024255204, 37.655644897538721 ], [ -110.51501016491389, 37.656133084423814 ], [ -110.51421377529816, 37.656562447971545 ], [ -110.51355380104501, 37.656933781983049 ], [ -110.51315609918603, 37.657071848086787 ], [ -110.51265110782613, 37.657146376230159 ], [ -110.51212949349626, 37.657162246732589 ], [ -110.5115521688308, 37.657029164108096 ], [ -110.51097599900847, 37.656720323267898 ], [ -110.51013528536444, 37.656126461011681 ], [ -110.50937385255885, 37.655546442528141 ], [ -110.50865210949459, 37.654966584431996 ], [ -110.50798670307893, 37.654441036954204 ], [ -110.50720824008765, 37.653869946736712 ], [ -110.50662176041128, 37.653412321303229 ], [ -110.50615270720395, 37.653027291364857 ], [ -110.50569669468203, 37.652727940991447 ], [ -110.50518385556991, 37.652450883868148 ], [ -110.50466266592495, 37.652236882881461 ], [ -110.50425522477884, 37.652136024512572 ], [ -110.50396651389411, 37.652080730782529 ], [ -110.50364392117359, 37.652006365759874 ], [ -110.50319755103068, 37.651793574428282 ], [ -110.50283672032013, 37.651503627149445 ], [ -110.50232954747344, 37.651059834552711 ], [ -110.50199742453901, 37.650715925705164 ], [ -110.5017774887944, 37.650548250081059 ], [ -110.50152867226967, 37.650461572154036 ], [ -110.50126267175681, 37.65040186110113 ], [ -110.50072311627935, 37.650395072085786 ], [ -110.50009929896068, 37.650613257273484 ], [ -110.4996389870519, 37.650791572705593 ], [ -110.49921219650766, 37.651042135416333 ], [ -110.49889333702527, 37.65125710170355 ], [ -110.49862560886331, 37.651454257749656 ], [ -110.4982326372825, 37.651732000635945 ], [ -110.49798084793491, 37.652086956531107 ], [ -110.49766497703854, 37.652698519312615 ], [ -110.49734136706761, 37.653616501852419 ], [ -110.49697157626551, 37.654656867858073 ], [ -110.49682080215679, 37.655160070552569 ], [ -110.49675008192979, 37.655559961155959 ], [ -110.49673478498339, 37.656146664268363 ], [ -110.49692297828328, 37.656818960712535 ], [ -110.49718870972708, 37.657761987422759 ], [ -110.49726716373623, 37.658569015361429 ], [ -110.49733995266278, 37.658871272280841 ], [ -110.4973829921117, 37.659213962387483 ], [ -110.49732375996065, 37.659591368675152 ], [ -110.49719667370869, 37.659943248360221 ], [ -110.49702436461833, 37.660276007061483 ], [ -110.49654341873443, 37.660981501839416 ], [ -110.49592568202682, 37.661962217947703 ], [ -110.49560368690071, 37.662464686571688 ], [ -110.49532825754213, 37.662954734845435 ], [ -110.49517040199183, 37.663494858986134 ], [ -110.494978721781, 37.66434129111888 ], [ -110.49476423878215, 37.665205651783239 ], [ -110.49456985387096, 37.666115164654606 ], [ -110.49445969555494, 37.666475225459543 ], [ -110.49424700199421, 37.66690695309557 ], [ -110.4939892889158, 37.667288913917467 ], [ -110.49355417363174, 37.667913472187422 ], [ -110.49290303545096, 37.668622726734675 ], [ -110.49265143898933, 37.668937110899648 ], [ -110.49234293822884, 37.669281894875084 ], [ -110.49198915951158, 37.669614765695009 ], [ -110.49116858573646, 37.670224134003469 ], [ -110.49016096800875, 37.670823674806726 ], [ -110.4890792906792, 37.67147245931973 ], [ -110.48841887431382, 37.671870689026534 ], [ -110.48770510117632, 37.672606682391077 ], [ -110.48712236720417, 37.673248601456571 ], [ -110.48662448222031, 37.673917926825915 ], [ -110.4863265826142, 37.674362788485297 ], [ -110.48613064185994, 37.674821613585856 ], [ -110.48602575733928, 37.675231261985694 ], [ -110.48600052895365, 37.675600697565699 ], [ -110.48598103232425, 37.675961144792787 ], [ -110.48603536820339, 37.676303887160678 ], [ -110.48624170422615, 37.676805024527319 ], [ -110.48635875294329, 37.677098466705552 ], [ -110.48644735959843, 37.67740530486487 ], [ -110.48647858380163, 37.677811039428931 ], [ -110.48640203141203, 37.678387557382926 ], [ -110.48633573063459, 37.678792867171346 ], [ -110.48622995600401, 37.679166458388949 ], [ -110.48598391800741, 37.679652104480695 ], [ -110.48560576884024, 37.680218293543902 ], [ -110.48509521768618, 37.680906484167799 ], [ -110.48471107955893, 37.681516809204403 ], [ -110.48452313012753, 37.681799906656067 ], [ -110.48441277453358, 37.682177982638706 ], [ -110.48443806947189, 37.682619744643382 ], [ -110.48439652969836, 37.6837056648627 ], [ -110.48454918952324, 37.684589634786654 ], [ -110.48456444934794, 37.685662283019546 ], [ -110.48467147530228, 37.686585711516614 ], [ -110.48477783661896, 37.687605579043542 ], [ -110.48478553055349, 37.688132889896572 ], [ -110.48474125186361, 37.688795172901266 ], [ -110.48470959252222, 37.689272738636866 ], [ -110.4847391277298, 37.689921824101738 ], [ -110.48465976128999, 37.690737179344936 ], [ -110.48454577412156, 37.69163800925584 ], [ -110.48447372819378, 37.692214544225038 ], [ -110.4843331656904, 37.692857477752227 ], [ -110.48400989249731, 37.69367717324743 ], [ -110.48362865565642, 37.694675978096775 ], [ -110.48355342877188, 37.694891967259267 ], [ -110.48354027318169, 37.69515329461133 ], [ -110.48358968336166, 37.695388757468756 ], [ -110.48371152131905, 37.695812013526961 ], [ -110.48382790169832, 37.696204600415022 ], [ -110.48398332728374, 37.6966919973977 ], [ -110.48422131880051, 37.697378047294698 ], [ -110.48448090702897, 37.697730700046719 ], [ -110.48481798519492, 37.698196356677109 ], [ -110.48514986346464, 37.698594390091614 ], [ -110.48554422007049, 37.698980076582608 ], [ -110.48600708835349, 37.69930116486632 ], [ -110.48657145356987, 37.699709220692604 ], [ -110.48705645240766, 37.700112421946081 ], [ -110.48765402861103, 37.700641394827066 ], [ -110.48797452117559, 37.701049285325389 ], [ -110.48826654055976, 37.701474176573683 ], [ -110.48836712127624, 37.701694536747581 ], [ -110.48839333700137, 37.702006509506383 ], [ -110.48834015313957, 37.702317236402735 ], [ -110.48810491082924, 37.702708292404267 ], [ -110.48773501560237, 37.703049190029091 ], [ -110.48720883661437, 37.703515592580807 ], [ -110.48615626006361, 37.703984206536795 ], [ -110.48587185168672, 37.704100139170571 ], [ -110.48508734015564, 37.704353593776922 ], [ -110.4842011016046, 37.704552518609773 ], [ -110.48321846504736, 37.704746507670173 ], [ -110.48220708699431, 37.704994441861118 ], [ -110.4810537747975, 37.705259769261012 ], [ -110.48039452437972, 37.705441637683712 ], [ -110.47976438726793, 37.705515471773154 ], [ -110.4793039704801, 37.705653144914173 ], [ -110.47851355678952, 37.70609580791384 ], [ -110.47743088816692, 37.706636316439678 ], [ -110.47655356979654, 37.707173220129036 ], [ -110.47591501303887, 37.707634566074162 ], [ -110.47508742576889, 37.708355550068838 ], [ -110.47423071563365, 37.709181853279659 ], [ -110.47304743013845, 37.710302325501466 ], [ -110.47206063816904, 37.711227176783858 ], [ -110.47162119818194, 37.711599257947938 ], [ -110.47099779648532, 37.712313015460289 ], [ -110.47037486393479, 37.712959172341129 ], [ -110.46988229630979, 37.71361943192565 ], [ -110.46962426221113, 37.714005840805768 ], [ -110.46948009832282, 37.714334175471514 ], [ -110.4693082763947, 37.714563239808392 ], [ -110.46911344069434, 37.714837266453486 ], [ -110.46905462244561, 37.715129931858947 ], [ -110.46894771908187, 37.715800936641074 ], [ -110.46902270976129, 37.716580919430164 ], [ -110.46914319615537, 37.717027617212295 ], [ -110.4693368959658, 37.717708988525033 ], [ -110.46950777845514, 37.718408283251392 ], [ -110.46964907763531, 37.719278696006555 ], [ -110.46965290596303, 37.720333261380105 ], [ -110.46967638863113, 37.721018372552955 ], [ -110.46966260028977, 37.721360813265719 ], [ -110.46952735820435, 37.722027183757476 ], [ -110.46923841752913, 37.722764967955882 ], [ -110.46914574558561, 37.723030440896956 ], [ -110.46897368563086, 37.723448781028843 ], [ -110.46874822861602, 37.723875893485051 ], [ -110.46830073593011, 37.724567894383128 ], [ -110.46726685416337, 37.725536654951561 ], [ -110.46631957050018, 37.726293987590303 ], [ -110.46531562753064, 37.72703753566023 ], [ -110.46409642473598, 37.727729622632374 ], [ -110.46313468807574, 37.728122729551245 ], [ -110.4613715017497, 37.728709558781041 ], [ -110.45960861533825, 37.729251296797756 ], [ -110.45777676209121, 37.729909862875353 ], [ -110.45686098798093, 37.730216602847193 ], [ -110.45589318433366, 37.730653787076648 ], [ -110.45506167794369, 37.731073567022726 ], [ -110.45420799525286, 37.731421132700568 ], [ -110.45355293019945, 37.731765106425044 ], [ -110.45259457085926, 37.732455578218712 ], [ -110.45190969678818, 37.732992286866818 ], [ -110.45139576375611, 37.733431543206216 ], [ -110.45089190840285, 37.734042095064723 ], [ -110.45020563445748, 37.7347644590267 ], [ -110.44979812398165, 37.735388975141568 ], [ -110.44941283693885, 37.736076685964072 ], [ -110.44911326047765, 37.736683677234304 ], [ -110.44875606541152, 37.73740756979295 ], [ -110.44845711335685, 37.737928936778893 ], [ -110.44832929725891, 37.738329425877694 ], [ -110.44812607071142, 37.738950385042678 ], [ -110.44791582729556, 37.739751574790631 ], [ -110.44786413708985, 37.740598572808366 ], [ -110.44773048716667, 37.741783181343536 ], [ -110.44764792519838, 37.742201907815755 ], [ -110.44758828958868, 37.742590096804804 ], [ -110.44758107694938, 37.742949689236873 ], [ -110.44757752663681, 37.743427371573148 ], [ -110.44764437225344, 37.744207325545446 ], [ -110.44765573741756, 37.744968993032366 ], [ -110.4477668776012, 37.746051095974813 ], [ -110.44783687119755, 37.746560668766293 ], [ -110.44786186562303, 37.747015951589766 ], [ -110.44778497347377, 37.747434704333024 ], [ -110.44771634984286, 37.748268102058788 ], [ -110.44768093951851, 37.749214320009408 ], [ -110.44756751219691, 37.749966388822344 ], [ -110.44752694232095, 37.750232087401073 ], [ -110.44751167526006, 37.750606062690174 ], [ -110.44753526559138, 37.7510973913935 ], [ -110.44745191648836, 37.751772988842113 ], [ -110.44746468736091, 37.752345385307386 ], [ -110.44744891241578, 37.752940180823188 ], [ -110.44748421869193, 37.753535215755925 ], [ -110.44746807488367, 37.754179581868847 ], [ -110.44741807688374, 37.754796749672998 ], [ -110.44739662493298, 37.755391518315719 ], [ -110.44732465927632, 37.755909438088892 ], [ -110.44713316232813, 37.756471862937538 ], [ -110.44694730487534, 37.757038820460558 ], [ -110.44665296878664, 37.757689992106052 ], [ -110.44622692173161, 37.758495570541044 ], [ -110.4459785472898, 37.759071245691175 ], [ -110.44581578250222, 37.759584230714083 ], [ -110.44568841119468, 37.759918020016698 ], [ -110.44526850154394, 37.760658728720415 ], [ -110.44475778246949, 37.761396304051232 ], [ -110.4445803404812, 37.761592856095149 ], [ -110.44424273904453, 37.76195179085412 ], [ -110.44390016647716, 37.762216062999016 ], [ -110.44349528606959, 37.762462013599155 ], [ -110.44296031843265, 37.762644255871457 ], [ -110.44269829027725, 37.762764694650585 ], [ -110.44217252076946, 37.763082174161887 ], [ -110.44148970333771, 37.763448479460656 ], [ -110.44085595035578, 37.763932184568247 ], [ -110.44024064527422, 37.764226697609907 ], [ -110.43975012442745, 37.764534419123137 ], [ -110.43924279434756, 37.764812315179526 ], [ -110.43855874320916, 37.765187610571438 ], [ -110.43791982541616, 37.765599169827723 ], [ -110.43719031290784, 37.765978746911109 ], [ -110.4365516200976, 37.76635875370156 ], [ -110.43596421664363, 37.766711963038574 ], [ -110.43523981170118, 37.76716365753083 ], [ -110.43477215689693, 37.76744532949899 ], [ -110.43431647691796, 37.767645037442634 ], [ -110.43400328482191, 37.767770618956014 ], [ -110.43370699151689, 37.767913405815484 ], [ -110.43311385108215, 37.768271079770265 ], [ -110.43253123218108, 37.768736959090262 ], [ -110.43210893794539, 37.769023345346923 ], [ -110.4315501184924, 37.769345124133189 ], [ -110.43066071856519, 37.769836553204733 ], [ -110.43004501319534, 37.770171569623386 ], [ -110.42950833026519, 37.77056555078984 ], [ -110.42918290463022, 37.770802823062276 ], [ -110.42889631504983, 37.77115745344517 ], [ -110.42869550306739, 37.771431380757676 ], [ -110.42848302322048, 37.771745810240283 ], [ -110.4281617738484, 37.77217688231331 ], [ -110.42774933876994, 37.772652576358333 ], [ -110.42721738716328, 37.773312457278323 ], [ -110.42711855678084, 37.773465200124583 ], [ -110.42700306457357, 37.773717006336156 ], [ -110.42681369751418, 37.773977466230292 ], [ -110.42662478155469, 37.774179342635229 ], [ -110.42647006760598, 37.774363358935084 ], [ -110.42631977661358, 37.774709632935917 ], [ -110.42617505705726, 37.77506945354903 ], [ -110.42608185749776, 37.775374544801394 ], [ -110.4260446507183, 37.775780855769355 ], [ -110.42619470137652, 37.776200697100094 ], [ -110.42641675024743, 37.776855230061734 ], [ -110.42673058318721, 37.777388531894182 ], [ -110.42719560583608, 37.778048751702428 ], [ -110.42757252867705, 37.778501239756963 ], [ -110.42774755111552, 37.778776990253995 ], [ -110.42786009656483, 37.778908227116126 ], [ -110.428091491278, 37.779089612975369 ], [ -110.42815370252933, 37.779121460851961 ], [ -110.42841978929023, 37.779221896290643 ], [ -110.4287202549874, 37.779281938747118 ], [ -110.429424363035, 37.77927543594685 ], [ -110.43000998725519, 37.779171014079189 ], [ -110.43111356180113, 37.778901446925474 ], [ -110.43203530639506, 37.77864901934462 ], [ -110.4326731642043, 37.778395218024201 ], [ -110.43349916923509, 37.778038666941519 ], [ -110.43433132469187, 37.777619047631816 ], [ -110.43487288109729, 37.777334127312272 ], [ -110.43525461969395, 37.777159300138031 ], [ -110.43555665897176, 37.777012030677078 ], [ -110.43590445946818, 37.776819913850417 ], [ -110.43673186770675, 37.776274070814615 ], [ -110.43751921462186, 37.77576858976046 ], [ -110.43814659522513, 37.775393031201666 ], [ -110.43866644040067, 37.774971891355655 ], [ -110.43945389648191, 37.774448371420704 ], [ -110.43992715351571, 37.774180227622779 ], [ -110.44076849833618, 37.773886789944186 ], [ -110.44103731390794, 37.773775401153074 ], [ -110.44150376507218, 37.773655935481415 ], [ -110.4420326306315, 37.773541270080521 ], [ -110.44271481393109, 37.773422820913467 ], [ -110.4433804363878, 37.773241197574748 ], [ -110.44391504091568, 37.773117537665335 ], [ -110.44480865584762, 37.772815304510353 ], [ -110.44576467885544, 37.772517864656422 ], [ -110.4469297419183, 37.772356595473283 ], [ -110.44792538636223, 37.772226067145724 ], [ -110.44850946652252, 37.772165710118735 ], [ -110.44889524520039, 37.772203567536756 ], [ -110.44932704314959, 37.772160520452545 ], [ -110.44964432923994, 37.772094404156732 ], [ -110.45039491476891, 37.772088894181508 ], [ -110.45149784956649, 37.77203544773073 ], [ -110.45258118160294, 37.772022459045949 ], [ -110.45364861738069, 37.772009386698535 ], [ -110.45427316947291, 37.772003267599644 ], [ -110.45486956738395, 37.771965468934312 ], [ -110.45560198477698, 37.771959841735097 ], [ -110.45618673041392, 37.771962541731995 ], [ -110.4564598270677, 37.771882683399369 ], [ -110.45703456902811, 37.771700563502442 ], [ -110.45772888295289, 37.771470320089655 ], [ -110.4584749897509, 37.771143869883645 ], [ -110.45889660449691, 37.770938504185438 ], [ -110.45931234298259, 37.770760149454631 ], [ -110.459710589298, 37.770644805104197 ], [ -110.46023264816223, 37.770678743588952 ], [ -110.46088491979994, 37.770762847887809 ], [ -110.46120257330092, 37.77080035332542 ], [ -110.46155373396252, 37.770914622804113 ], [ -110.46198936615885, 37.771123915021462 ], [ -110.46261243686966, 37.771478270978655 ], [ -110.4631202538522, 37.771755486811529 ], [ -110.46358294634969, 37.772149666004744 ], [ -110.46396032316964, 37.772565988177867 ], [ -110.46443200663019, 37.773289184853432 ], [ -110.46493792544766, 37.773990002168887 ], [ -110.46553300454345, 37.774925563516582 ], [ -110.4660714212649, 37.775847345305117 ], [ -110.46642430694092, 37.776515916506561 ], [ -110.46679494366569, 37.777085422338828 ], [ -110.4671153578721, 37.777375292407058 ], [ -110.46749559732999, 37.777557274251542 ], [ -110.46782987034858, 37.777657027673641 ], [ -110.46843030076249, 37.777854421781356 ], [ -110.46875891813966, 37.777951443113444 ], [ -110.46903625730152, 37.778073469277651 ], [ -110.46926200896205, 37.778263762328386 ], [ -110.46957731617212, 37.778634720969471 ], [ -110.46989763756572, 37.779258069286463 ], [ -110.47014236480844, 37.77981347821958 ], [ -110.47037004026114, 37.780531046481642 ], [ -110.47056371070151, 37.781240349616489 ], [ -110.4707694025315, 37.781856871032254 ], [ -110.47108225318918, 37.782575721561194 ], [ -110.47146421528208, 37.783158782865563 ], [ -110.4717263346715, 37.783826930427061 ], [ -110.47192118709113, 37.784373098563748 ], [ -110.47203571472812, 37.785036077175583 ], [ -110.47209528945865, 37.785441935117412 ], [ -110.4720981467341, 37.785838525766174 ], [ -110.47207797044088, 37.786280078845948 ], [ -110.47202240962498, 37.786906242519379 ], [ -110.47206334766682, 37.787537345092773 ], [ -110.47211379577001, 37.788268535927507 ], [ -110.47226357561159, 37.788926263967717 ], [ -110.47232139189148, 37.78957997466258 ], [ -110.47243528977693, 37.790333080777373 ], [ -110.47251075306124, 37.790901245562559 ], [ -110.47269911149495, 37.79156545468598 ], [ -110.47298816633202, 37.792444626242201 ], [ -110.4732301913608, 37.793549816061415 ], [ -110.47327899712151, 37.793874506625137 ], [ -110.47335696533342, 37.794091170068995 ], [ -110.47346836754723, 37.794398114081609 ], [ -110.47356410899573, 37.794511205923996 ], [ -110.47368247039437, 37.79463791841976 ], [ -110.47385758926929, 37.794769390838525 ], [ -110.47416325990379, 37.794910458873289 ], [ -110.47455421134757, 37.795038386814007 ], [ -110.47516096368837, 37.795167275004815 ], [ -110.47585829475599, 37.795337122120699 ], [ -110.47636825510801, 37.795501625922427 ], [ -110.4766508680019, 37.795692157180582 ], [ -110.47694449082607, 37.795932308794704 ], [ -110.47717574167473, 37.796158663221249 ], [ -110.47730442211032, 37.796434134316449 ], [ -110.47735350146769, 37.79672277183515 ], [ -110.47738214689898, 37.797493520444206 ], [ -110.47737751152809, 37.7981514573694 ], [ -110.47736387350521, 37.798474967716274 ], [ -110.47729951518231, 37.798903706461196 ], [ -110.47718209506117, 37.799286242790835 ], [ -110.47694980884418, 37.800010767346109 ], [ -110.47669572258422, 37.800604504388225 ], [ -110.47648243763973, 37.801049705800928 ], [ -110.47602794025434, 37.801872384812995 ], [ -110.47578501871328, 37.802330972689312 ], [ -110.47547560617834, 37.802874888518616 ], [ -110.47511377758484, 37.803441102709925 ], [ -110.47499272020606, 37.803692930260894 ], [ -110.47484233856144, 37.804075316991124 ], [ -110.47449677180006, 37.80474975889004 ], [ -110.47412433396018, 37.805207765241519 ], [ -110.4738725087842, 37.80547703393426 ], [ -110.47361557779415, 37.805665161330317 ], [ -110.47327885659399, 37.806051219678999 ], [ -110.47306446324156, 37.806487396328571 ], [ -110.47292025816178, 37.806797703198406 ], [ -110.47281575312712, 37.807116299333593 ], [ -110.47261451628138, 37.807458797707511 ], [ -110.47214523800208, 37.807952416326586 ], [ -110.47172200304543, 37.808360615074882 ], [ -110.47141920574222, 37.808606215670906 ], [ -110.47114543628513, 37.808763617440633 ], [ -110.47071885935452, 37.808842819459791 ], [ -110.4700476879397, 37.808970491847816 ], [ -110.46966661309865, 37.809040881643753 ], [ -110.46939397346168, 37.809039653908648 ], [ -110.46890071792298, 37.808911247757933 ], [ -110.46854381573579, 37.808778948233837 ], [ -110.46788623262935, 37.808595717781863 ], [ -110.46724472132242, 37.80854775279478 ], [ -110.46627909704821, 37.808547888324057 ], [ -110.46557468565412, 37.80855821436807 ], [ -110.46489883647394, 37.808546133206114 ], [ -110.46421704712159, 37.808570073530483 ], [ -110.4634616136354, 37.808566635222824 ], [ -110.46250699006413, 37.8086163619517 ], [ -110.46183048039677, 37.808695292421433 ], [ -110.46117128429987, 37.808736443201887 ], [ -110.46034713242773, 37.808809281864725 ], [ -110.45934513961507, 37.808966923051742 ], [ -110.45843058155151, 37.809129464246944 ], [ -110.45771440864463, 37.809193767741782 ], [ -110.45674817599993, 37.809275841443146 ], [ -110.45606631837514, 37.809307846025291 ], [ -110.45493513716022, 37.809419787591132 ], [ -110.45390566191317, 37.809604294532427 ], [ -110.45343906977212, 37.80971479419371 ], [ -110.45285386055058, 37.809734610223046 ], [ -110.45202427651104, 37.809771312994833 ], [ -110.45130859253047, 37.809767981609461 ], [ -110.45084824303214, 37.809801888817127 ], [ -110.45046791460729, 37.809768569389199 ], [ -110.44983305528912, 37.8095898508411 ], [ -110.44909662866149, 37.809320523044001 ], [ -110.44796331385099, 37.808954693976389 ], [ -110.44731206601618, 37.808690260714293 ], [ -110.44685958658361, 37.808431263899266 ], [ -110.44609014655701, 37.808022059421191 ], [ -110.4454001993988, 37.807617730734187 ], [ -110.44470961862892, 37.807299019368294 ], [ -110.4442176345561, 37.807008280361607 ], [ -110.44371587019441, 37.806658908027124 ], [ -110.44279111167965, 37.806212896082904 ], [ -110.44228296801515, 37.805958124916096 ], [ -110.44175627963381, 37.805752835679634 ], [ -110.44114933130768, 37.805646307369962 ], [ -110.44013354866775, 37.805524314000799 ], [ -110.4396618615819, 37.805558123697828 ], [ -110.43920109047546, 37.805650568556253 ], [ -110.43884093969352, 37.805806582587671 ], [ -110.43828772986359, 37.806254600508517 ], [ -110.43770473928328, 37.806734019437236 ], [ -110.43747005629501, 37.806971745829721 ], [ -110.43722325975214, 37.80730855782631 ], [ -110.43686139228569, 37.807838600597215 ], [ -110.4365513510393, 37.808275154009102 ], [ -110.43634321611103, 37.808755457018485 ], [ -110.43624760899479, 37.809376902292357 ], [ -110.43615251423952, 37.809930751753051 ], [ -110.43597382810249, 37.810272393448678 ], [ -110.43576523100658, 37.810812179366742 ], [ -110.4354790147909, 37.811847312286105 ], [ -110.43547602963389, 37.812239366914625 ], [ -110.43544340790271, 37.812793514884916 ], [ -110.4354449016873, 37.81334331976452 ], [ -110.43543493182754, 37.813906589264988 ], [ -110.43539290439708, 37.81420381933188 ], [ -110.43540224025803, 37.814469749805355 ], [ -110.43546280269047, 37.814722406173672 ], [ -110.43555173328804, 37.814979704978228 ], [ -110.43563258258229, 37.815552422575017 ], [ -110.43561365424824, 37.815800191405089 ], [ -110.43556959816178, 37.816214581664582 ], [ -110.43560234701461, 37.816539209191582 ], [ -110.43564884031225, 37.81714781429622 ], [ -110.43571771377644, 37.817801591889896 ], [ -110.43580517393131, 37.818252664340484 ], [ -110.4358471895098, 37.818703519046998 ], [ -110.43579259876198, 37.819158417536642 ], [ -110.43556768714703, 37.819598980322638 ], [ -110.43547504443356, 37.819828369566345 ], [ -110.43542695511782, 37.82017514215179 ], [ -110.43541343094114, 37.820458988918119 ], [ -110.4352909746773, 37.820873002915562 ], [ -110.43523637875199, 37.821327900940219 ], [ -110.43514208425742, 37.821773595465899 ], [ -110.4350654154498, 37.822142763379382 ], [ -110.43505770782158, 37.822408611776844 ], [ -110.43503788237223, 37.822773545726818 ], [ -110.43491517950604, 37.823219103686469 ], [ -110.43480455900709, 37.823570082317133 ], [ -110.43476889157115, 37.823777211562522 ], [ -110.43479537239459, 37.824029704336425 ], [ -110.43488283379567, 37.824480777009917 ], [ -110.43483712034974, 37.825260187293104 ], [ -110.43477428643315, 37.826049429657644 ], [ -110.43471501477832, 37.827116291100189 ], [ -110.43459141619465, 37.828422590761342 ], [ -110.43442428688975, 37.829476315510178 ], [ -110.43424110571959, 37.830399273481135 ], [ -110.43382207883599, 37.831699645526768 ], [ -110.43354387857975, 37.832563560397958 ], [ -110.43321146958303, 37.833530863621249 ], [ -110.43301435548616, 37.834043658405292 ], [ -110.43284726967913, 37.834344790884487 ], [ -110.43257188085495, 37.834690466571239 ], [ -110.43224951422548, 37.835234202064555 ], [ -110.43202876624986, 37.835715335434202 ], [ -110.43183298177576, 37.836201095297056 ], [ -110.43146466909685, 37.836806796770816 ], [ -110.43110322996604, 37.837256604643159 ], [ -110.43068910192436, 37.837759333590441 ], [ -110.43011120930539, 37.838423503335854 ], [ -110.42961920819224, 37.838853747233351 ], [ -110.42887516602846, 37.839544145011715 ], [ -110.42793135777765, 37.840346230656614 ], [ -110.42735315469456, 37.840897722026298 ], [ -110.42694168622324, 37.841197657069657 ], [ -110.42659822925224, 37.841520454394264 ], [ -110.42608931429592, 37.841928068256813 ], [ -110.42528350480556, 37.84251449191698 ], [ -110.42470087770441, 37.842899207339912 ], [ -110.42424321074071, 37.843144828920821 ], [ -110.42382229493865, 37.843341056872269 ], [ -110.42321756212293, 37.843643638161083 ], [ -110.42239048506454, 37.844037058816319 ], [ -110.42160946591389, 37.844353187820388 ], [ -110.42109666030248, 37.844525520728482 ], [ -110.42070402052347, 37.844592088892867 ], [ -110.4201012692661, 37.844638693927692 ], [ -110.41914065004016, 37.844665505196907 ], [ -110.41849201124751, 37.844765953775884 ], [ -110.41791657269579, 37.844952384327108 ], [ -110.41719281337834, 37.845210182270598 ], [ -110.416668335241, 37.845419391432465 ], [ -110.41587118900401, 37.84561372651563 ], [ -110.41525027533977, 37.845799918388373 ], [ -110.41469151289151, 37.846031480994171 ], [ -110.41414983100411, 37.846258619394433 ], [ -110.41349452532704, 37.846480682925275 ], [ -110.41254345861131, 37.846732813289002 ], [ -110.41133676494435, 37.846970138850885 ], [ -110.40946876743799, 37.847465515048185 ], [ -110.40823277353442, 37.847810817928213 ], [ -110.406661232525, 37.848326566102131 ], [ -110.40622675400404, 37.848503735070359 ], [ -110.40586112834009, 37.848740735711118 ], [ -110.40547819807939, 37.849009193373071 ], [ -110.40487741977758, 37.849511788569721 ], [ -110.40452750025823, 37.849914703742989 ], [ -110.40400580723225, 37.850475377515494 ], [ -110.40346709314326, 37.851031456168435 ], [ -110.40324905592107, 37.851288123411386 ], [ -110.40306520350134, 37.851534147925101 ], [ -110.40288076105897, 37.851853174490472 ], [ -110.40273041641919, 37.852172373699233 ], [ -110.40261347913298, 37.852577365722048 ], [ -110.40252889463798, 37.853198833839976 ], [ -110.40255830317705, 37.85378032173881 ], [ -110.40265996005226, 37.854564968635671 ], [ -110.40266444495317, 37.855277018446145 ], [ -110.40287341106507, 37.856287534265483 ], [ -110.40297721879632, 37.856806308051702 ], [ -110.40304688981031, 37.857329415146225 ], [ -110.40312319022907, 37.857735386806453 ], [ -110.40321096784254, 37.858127897069195 ], [ -110.40356978574874, 37.858742598851997 ], [ -110.40401393894518, 37.859348718466102 ], [ -110.40414292468074, 37.859565683135379 ], [ -110.40422586022147, 37.859854518613439 ], [ -110.40426270898517, 37.860219731297704 ], [ -110.40423768832089, 37.86050351398633 ], [ -110.40413291148236, 37.860809425546066 ], [ -110.40390305117425, 37.861119210307592 ], [ -110.40358647713953, 37.861608815219839 ], [ -110.40312459341088, 37.862495155550448 ], [ -110.40301384146129, 37.862836186353753 ], [ -110.40300608533335, 37.863093017205443 ], [ -110.40312662813061, 37.863652433596414 ], [ -110.40316828499866, 37.864125826596293 ], [ -110.40318024937895, 37.864756796298508 ], [ -110.40319588460184, 37.864932628776096 ], [ -110.40327302891785, 37.865234954795369 ], [ -110.40340089622227, 37.865591615688047 ], [ -110.40349520387434, 37.865880509023476 ], [ -110.40354990369404, 37.866146669171641 ], [ -110.40364960639776, 37.866471641625637 ], [ -110.40377824009504, 37.866733669605594 ], [ -110.40390119031883, 37.866995668661851 ], [ -110.40401295409683, 37.867235078499888 ], [ -110.40409589732444, 37.867523913762348 ], [ -110.40417828961952, 37.867881244827714 ], [ -110.40434476708477, 37.86838591284004 ], [ -110.40445895442384, 37.869030918588294 ], [ -110.40459008862842, 37.869689529335155 ], [ -110.4047294114437, 37.8700372335175 ], [ -110.40482995812408, 37.870258559810758 ], [ -110.40486221718794, 37.870488553824231 ], [ -110.40493690915693, 37.871097307345956 ], [ -110.40498530352242, 37.871300343916339 ], [ -110.40500740346154, 37.871521273532871 ], [ -110.40498802975182, 37.871809590863428 ], [ -110.40505765522734, 37.87234170828598 ], [ -110.40514531447553, 37.872752241584337 ], [ -110.40514259684743, 37.87309021439453 ], [ -110.40510624105067, 37.873369432889668 ], [ -110.40511543653224, 37.873639868559529 ], [ -110.40526276951134, 37.874406715609787 ], [ -110.4053037568639, 37.874965726909075 ], [ -110.40529528227172, 37.875312683489256 ], [ -110.40525302341918, 37.875618911015678 ], [ -110.40523799380895, 37.876073990074886 ], [ -110.4052688433931, 37.87647972954337 ], [ -110.40532674225564, 37.877056852010767 ], [ -110.40535346529417, 37.877268791741578 ], [ -110.40540209602079, 37.877584491234941 ], [ -110.40548947324417, 37.878031074384474 ], [ -110.40549805473077, 37.878378116932033 ], [ -110.40541929224426, 37.878981587877632 ], [ -110.40523869956748, 37.879521453543703 ], [ -110.4050189953375, 37.879975498058464 ], [ -110.40467395550611, 37.880460453744405 ], [ -110.4042095530499, 37.880940297863397 ], [ -110.40366663788066, 37.881284547994547 ], [ -110.40298139833791, 37.881650606295217 ], [ -110.40209577416968, 37.882186889226901 ], [ -110.40148593274232, 37.882508256836864 ], [ -110.40085759474924, 37.882725878102626 ], [ -110.40026395560612, 37.88301126995087 ], [ -110.3993730125423, 37.883497933798445 ], [ -110.398739415363, 37.883801139914972 ], [ -110.39794085484185, 37.88411251198972 ], [ -110.39710234074637, 37.884441699903164 ], [ -110.39604156042668, 37.884832832354213 ], [ -110.39470227714308, 37.885209004066127 ], [ -110.39325446968382, 37.88564318534592 ], [ -110.39245143961904, 37.88580127675791 ], [ -110.39204667286764, 37.885929874831689 ], [ -110.3916755748065, 37.886112723190394 ], [ -110.39106399949613, 37.886497118007 ], [ -110.3903483998803, 37.887083762221209 ], [ -110.3899524815192, 37.887379138361958 ], [ -110.38945618962471, 37.887710044381215 ], [ -110.38892564581013, 37.887919095719894 ], [ -110.3883215167758, 37.888087204060483 ], [ -110.38739844683488, 37.888316740547545 ], [ -110.38657240733131, 37.888501710722963 ], [ -110.38545024115923, 37.888739207149399 ], [ -110.38482375852753, 37.888858510876794 ], [ -110.38426559650026, 37.888967353113429 ], [ -110.38351444780554, 37.889170719344115 ], [ -110.38237380308229, 37.889439634859635 ], [ -110.38169598425478, 37.889576678405902 ], [ -110.38105889159725, 37.889739168409378 ], [ -110.38043047100726, 37.889952173049274 ], [ -110.37988320564146, 37.890116030706388 ], [ -110.3793662623719, 37.890189916304266 ], [ -110.37801079504891, 37.890305337935978 ], [ -110.37733892752163, 37.890409039896952 ], [ -110.37699688541562, 37.89051087890315 ], [ -110.37664957416176, 37.890563117861113 ], [ -110.37627928968524, 37.890642272875048 ], [ -110.37566370005669, 37.890814761735982 ], [ -110.3747190023892, 37.890903481938579 ], [ -110.3736335834335, 37.89082200268269 ], [ -110.37261014886401, 37.890807539513901 ], [ -110.37192158626291, 37.890866958144628 ], [ -110.37102733106339, 37.891041540691312 ], [ -110.37000281138826, 37.891154131388546 ], [ -110.36864184838967, 37.891376669463156 ], [ -110.36754855410732, 37.891551059087462 ], [ -110.36650550416644, 37.89183386409875 ], [ -110.36567911211219, 37.892049329276034 ], [ -110.36504044819391, 37.892123397143735 ], [ -110.36436994768719, 37.892196388338917 ], [ -110.36347012050474, 37.892353758658658 ], [ -110.36271832738785, 37.892489391299172 ], [ -110.36210358602237, 37.892558164957258 ], [ -110.36134103872392, 37.892621627092105 ], [ -110.36027158586266, 37.89266539089094 ], [ -110.35891660531902, 37.892847290604315 ], [ -110.35821668814894, 37.892901159337612 ], [ -110.35756816619711, 37.892930068227251 ], [ -110.35686306286733, 37.892926217887904 ], [ -110.35590278220762, 37.892839851004879 ], [ -110.35470422995672, 37.892689079868163 ], [ -110.35352721182913, 37.892547427730079 ], [ -110.35223862900295, 37.892418669337786 ], [ -110.35117715505925, 37.892201019660099 ], [ -110.35000852065502, 37.891883626603772 ], [ -110.34914616589374, 37.891657143763908 ], [ -110.34822701814483, 37.891423129831274 ], [ -110.34758527393151, 37.891329445544528 ], [ -110.34668693671217, 37.891315450235652 ], [ -110.34613589529236, 37.891253806649921 ], [ -110.34505727856164, 37.89104952602078 ], [ -110.34350063187267, 37.890887635078045 ], [ -110.34170977759025, 37.89084608846396 ], [ -110.34057751251484, 37.890920867315621 ], [ -110.33976920285944, 37.891014577260435 ], [ -110.33912601536116, 37.891083972630113 ], [ -110.33864269223096, 37.891081258129134 ], [ -110.33810871826536, 37.891019672880645 ], [ -110.33692257670859, 37.890760635630365 ], [ -110.33621794202632, 37.890707093280895 ], [ -110.33586528100483, 37.890718623486762 ], [ -110.33534121783006, 37.890820215418486 ], [ -110.33464666646198, 37.890910025978641 ], [ -110.33448274347836, 37.890927125152487 ], [ -110.33404937864786, 37.890933687149641 ], [ -110.33341285635507, 37.890894032703443 ], [ -110.3318901945574, 37.890750206583412 ], [ -110.33100360836622, 37.890695600182454 ], [ -110.33041769363027, 37.890719307562286 ], [ -110.32955884491405, 37.890741457833897 ], [ -110.32921248240194, 37.890685407114667 ], [ -110.32875301198303, 37.890561113587758 ], [ -110.32819716619514, 37.89040472308529 ], [ -110.32768034673352, 37.890334175555672 ], [ -110.32719719366592, 37.890313389216537 ], [ -110.32654852887416, 37.890359250958696 ], [ -110.32579771923074, 37.890381991850496 ], [ -110.32504719717552, 37.890373184403586 ], [ -110.32439766593778, 37.890513664901121 ], [ -110.32386783719251, 37.890622382935511 ], [ -110.32313362054259, 37.890695674432578 ], [ -110.32269031068914, 37.890670592230705 ], [ -110.32198148186174, 37.890455609441126 ], [ -110.3214138328274, 37.890347788694825 ], [ -110.32104427918424, 37.890341151285547 ], [ -110.32025859804669, 37.890445673188374 ], [ -110.31971859427838, 37.89042362656371 ], [ -110.31883252060643, 37.890314854026578 ], [ -110.31738303020708, 37.890256886404508 ], [ -110.31632015276348, 37.890205653473046 ], [ -110.31532517575106, 37.890190857543111 ], [ -110.31409063239163, 37.890255773687009 ], [ -110.31290713601302, 37.890334494206151 ], [ -110.31193389611883, 37.890427951367506 ], [ -110.31146136458024, 37.890488278694328 ], [ -110.31115384620593, 37.890536951807412 ], [ -110.31069863212328, 37.890569437395058 ], [ -110.31013015012215, 37.890552587764368 ], [ -110.30984580406859, 37.890555427436212 ], [ -110.30952102415198, 37.890625626045058 ], [ -110.30859743424811, 37.890881579096479 ], [ -110.30796513792075, 37.890999537730004 ], [ -110.30750468952897, 37.890983310490519 ], [ -110.30702764766967, 37.890917412794103 ], [ -110.30617621229889, 37.89075467151973 ], [ -110.3054501284747, 37.890565625070685 ], [ -110.30474586037107, 37.890475844944689 ], [ -110.30396105585753, 37.890484726362189 ], [ -110.30343215823052, 37.890491511992032 ], [ -110.30265988177972, 37.890377883389277 ], [ -110.30172334229833, 37.890196579952324 ], [ -110.3013660158781, 37.890099824271701 ], [ -110.30084481837679, 37.889893939485987 ], [ -110.29998391437088, 37.889532813389451 ], [ -110.29930924623089, 37.889321502614017 ], [ -110.29851455280944, 37.889055395367585 ], [ -110.29809104049613, 37.888863599850225 ], [ -110.29740151017381, 37.88842236051125 ], [ -110.29690423627069, 37.888094926899534 ], [ -110.29667351586477, 37.887841187317335 ], [ -110.29638085320225, 37.887523986721241 ], [ -110.29588365424686, 37.887070368575131 ], [ -110.29559691941677, 37.886847836971761 ], [ -110.29508931503955, 37.886413080291462 ], [ -110.29476402035108, 37.885941559551938 ], [ -110.29458017511186, 37.885543890146593 ], [ -110.29453015405161, 37.884827064299031 ], [ -110.29439709486078, 37.883874503740365 ], [ -110.29423475828177, 37.882892024767862 ], [ -110.29408746338862, 37.882359379891582 ], [ -110.29403547002016, 37.881849838621299 ], [ -110.2941098884083, 37.881201355204873 ], [ -110.2941755495785, 37.880278826581197 ], [ -110.29416667346155, 37.879421645178844 ], [ -110.29412940610322, 37.878560688258794 ], [ -110.29397830896751, 37.877712567983473 ], [ -110.29384414110802, 37.876878068332957 ], [ -110.29376820810926, 37.876494563775331 ], [ -110.29362056619784, 37.875880799442179 ], [ -110.29357275856989, 37.875529008677184 ], [ -110.2936121179454, 37.87497945664402 ], [ -110.29373599291266, 37.874628695882194 ], [ -110.29366439530787, 37.874267749439547 ], [ -110.29353575344912, 37.874046160952155 ], [ -110.29339565671904, 37.873833516491977 ], [ -110.2930300222755, 37.873425739865446 ], [ -110.29273243604683, 37.873036396758387 ], [ -110.29250810736609, 37.872715090076106 ], [ -110.29232443537867, 37.872303898096838 ], [ -110.29218576813875, 37.871942547482504 ], [ -110.29213181070723, 37.871640290057634 ], [ -110.29186942202145, 37.871138494736464 ], [ -110.29164747570653, 37.870569345178374 ], [ -110.29143638381942, 37.870054338056335 ], [ -110.29129884725026, 37.869575825026281 ], [ -110.29119377839936, 37.869268752933436 ], [ -110.29108186023635, 37.86908331404166 ], [ -110.29093549079271, 37.86893371927944 ], [ -110.29074387149714, 37.868760418132936 ], [ -110.29048988061578, 37.868570517545521 ], [ -110.28981711756222, 37.868183411827772 ], [ -110.28918970615048, 37.867810095474354 ], [ -110.28853795050993, 37.867486199792147 ], [ -110.28825044611267, 37.867353774608212 ], [ -110.28767315805203, 37.867089809640575 ], [ -110.28722545673619, 37.866946498409462 ], [ -110.28671539575954, 37.866785683135397 ], [ -110.28609685231407, 37.866556610939625 ], [ -110.28542908058967, 37.866363288459048 ], [ -110.28505562206546, 37.866185269131577 ], [ -110.28469383860174, 37.865975774293993 ], [ -110.28441041502248, 37.865892935662551 ], [ -110.28413774133784, 37.865874153521027 ], [ -110.28326191073083, 37.865917494933846 ], [ -110.28276612272639, 37.866045163236677 ], [ -110.2825105983587, 37.866133735659425 ], [ -110.28222315490632, 37.866348293947532 ], [ -110.28195284974224, 37.866671111186754 ], [ -110.28160855965943, 37.867002489298592 ], [ -110.28141971081337, 37.867132024307999 ], [ -110.28113392252563, 37.867292512410579 ], [ -110.28051144663129, 37.867586136691294 ], [ -110.27969464678729, 37.867986724046418 ], [ -110.27927749322653, 37.868326662326282 ], [ -110.2790118471722, 37.868635981758899 ], [ -110.27869608847433, 37.868954006485858 ], [ -110.27815141208855, 37.869428353179266 ], [ -110.27784023112649, 37.869859065129987 ], [ -110.27740932029437, 37.870325093113699 ], [ -110.27725377021829, 37.870535941955787 ], [ -110.27712051702056, 37.870791992086303 ], [ -110.2770042636639, 37.871053554200095 ], [ -110.27696170617294, 37.871336298514734 ], [ -110.27697109350734, 37.871539146842601 ], [ -110.27702494477796, 37.871845916780345 ], [ -110.27713017825661, 37.872130469881469 ], [ -110.27724739816264, 37.872352006039662 ], [ -110.27749325341426, 37.872790641587422 ], [ -110.27762673745887, 37.873093393414784 ], [ -110.27773643474137, 37.873386986236483 ], [ -110.27778098174741, 37.873599063051934 ], [ -110.27777816611606, 37.873887459088159 ], [ -110.27778125519993, 37.874153359045081 ], [ -110.27781647339863, 37.874622246665076 ], [ -110.27779633931812, 37.874937575157247 ], [ -110.27782613699351, 37.875379390722017 ], [ -110.27787101006332, 37.876024089254386 ], [ -110.27792993713473, 37.876393980094406 ], [ -110.27799048345409, 37.876598043242254 ], [ -110.27823098843892, 37.877004197718811 ], [ -110.27862330736562, 37.877700596465715 ], [ -110.2787554918106, 37.8780213646749 ], [ -110.27885994074387, 37.878387928667344 ], [ -110.27882148021078, 37.878833832064998 ], [ -110.27876645580606, 37.879229161652958 ], [ -110.27881900141445, 37.879671116041663 ], [ -110.2788385786078, 37.879995700630701 ], [ -110.27898077139183, 37.880573397625106 ], [ -110.27906016424981, 37.881177748542463 ], [ -110.27906797674979, 37.881542819040199 ], [ -110.27901289869254, 37.881943555974949 ], [ -110.27889391834667, 37.88248360143762 ], [ -110.27881583308293, 37.882911235983492 ], [ -110.27867702397511, 37.883735066045418 ], [ -110.2785669912372, 37.884523020575251 ], [ -110.27849397179362, 37.885013776085593 ], [ -110.27828771832162, 37.885756075891614 ], [ -110.27796752600219, 37.886520208664514 ], [ -110.27776350765394, 37.887032692196748 ], [ -110.27750003037703, 37.887810690790005 ], [ -110.27734030284998, 37.888445119349242 ], [ -110.27701736514817, 37.889371464308773 ], [ -110.27678643603349, 37.889843222548173 ], [ -110.2763822335947, 37.890472542112967 ], [ -110.27590777865015, 37.891306921926386 ], [ -110.27539914291407, 37.892146496995473 ], [ -110.27496058644159, 37.892797230780566 ], [ -110.27449301595153, 37.893506367753076 ], [ -110.27419881335402, 37.893932666046013 ], [ -110.2739973146234, 37.894183784154869 ], [ -110.27367525029763, 37.894551325483519 ], [ -110.27316455772932, 37.895016842983665 ], [ -110.27233329915818, 37.89569578474331 ], [ -110.27150787167432, 37.896358533399876 ], [ -110.27068386111215, 37.8968761775876 ], [ -110.27000875764475, 37.897286584989786 ], [ -110.2694773254883, 37.897544661339033 ], [ -110.26813625263739, 37.898014012873823 ], [ -110.26717732929417, 37.898368561534824 ], [ -110.26657862361323, 37.898527064212395 ], [ -110.26550716211709, 37.898759224118486 ], [ -110.2643901109568, 37.899000102192502 ], [ -110.26307451276546, 37.899190155930164 ], [ -110.26245376466049, 37.899276396574002 ], [ -110.26179419848023, 37.899263248922978 ], [ -110.26115254857778, 37.89916458778459 ], [ -110.26048323358754, 37.898989139952917 ], [ -110.25990477290902, 37.898827778932585 ], [ -110.25912669514709, 37.898723742427421 ], [ -110.25800705959527, 37.898653599613247 ], [ -110.25696152470546, 37.898566789509481 ], [ -110.25577975851655, 37.898454774098667 ], [ -110.2554453374235, 37.89834450473505 ], [ -110.25508876134452, 37.898175510574397 ], [ -110.25450954655231, 37.898090727689876 ], [ -110.25343055108929, 37.897939682972293 ], [ -110.25289651389576, 37.897886723736349 ], [ -110.25254475756819, 37.897804276003441 ], [ -110.25215403506473, 37.897638661277824 ], [ -110.2513445096145, 37.897273000447939 ], [ -110.25070375980694, 37.897088665925715 ], [ -110.25034055454871, 37.897014250317241 ], [ -110.24980043446978, 37.896889135384399 ], [ -110.24921132097167, 37.896772718349261 ], [ -110.24827911308746, 37.896618056255093 ], [ -110.2475088541579, 37.896420259189668 ], [ -110.2467357813815, 37.896387374538421 ], [ -110.24566131856837, 37.896353454977948 ], [ -110.24515004474168, 37.896300606527923 ], [ -110.24453636978312, 37.896251605104304 ], [ -110.2436043938872, 37.896187036174332 ], [ -110.24268342323789, 37.896158582135428 ], [ -110.24167105457497, 37.896170089978717 ], [ -110.24038606149671, 37.896148285032581 ], [ -110.23912880572379, 37.896194241829456 ], [ -110.2379915210358, 37.896186884749454 ], [ -110.23694503341247, 37.896198131048862 ], [ -110.23588148636593, 37.896209257297123 ], [ -110.23486422351128, 37.896144065494795 ], [ -110.23416526143369, 37.896094455594643 ], [ -110.23313075570914, 37.896047162350811 ], [ -110.23227162661328, 37.89597847187926 ], [ -110.23148272937746, 37.895937272290972 ], [ -110.23081234449511, 37.895874309785768 ], [ -110.23008542554572, 37.895779428687561 ], [ -110.22939793731774, 37.89572085269041 ], [ -110.22890420989859, 37.895622984307224 ], [ -110.22827490509619, 37.895438602893464 ], [ -110.22756590059011, 37.895262707990042 ], [ -110.22670327452673, 37.895094812539753 ], [ -110.22592604150293, 37.89491845951941 ], [ -110.2251263032788, 37.894719421082854 ], [ -110.22460477156493, 37.89456276808685 ], [ -110.22370799583032, 37.894399132190564 ], [ -110.22283543806856, 37.894204104375689 ], [ -110.22206902833651, 37.893973720256092 ], [ -110.22142824037702, 37.893802745708044 ], [ -110.22067970262145, 37.893604015772205 ], [ -110.21982982172527, 37.893417227429453 ], [ -110.21913691206588, 37.893228770533746 ], [ -110.21846818321843, 37.893012530264592 ], [ -110.2176510942613, 37.892844870939825 ], [ -110.21631179338159, 37.892588108187439 ], [ -110.21546551858835, 37.892492342246683 ], [ -110.21491973841252, 37.892480591785393 ], [ -110.21388970040036, 37.892553931703816 ], [ -110.21271639426838, 37.892730853559172 ], [ -110.21187302266692, 37.892896453963409 ], [ -110.21090431167801, 37.893083740251221 ], [ -110.20979055173822, 37.893540430410631 ], [ -110.20920742799109, 37.893829431931934 ], [ -110.20878409276835, 37.894065427617875 ], [ -110.20844595191184, 37.894311007550584 ], [ -110.20820418556623, 37.894584273370889 ], [ -110.20791456114432, 37.895078031404147 ], [ -110.20771668694962, 37.895500303500484 ], [ -110.20750903206282, 37.89577379740971 ], [ -110.20722793611934, 37.896001732086489 ], [ -110.20672964355977, 37.89633185021065 ], [ -110.20622016729968, 37.896643865078197 ], [ -110.20578388414718, 37.897023967927126 ], [ -110.20550205156724, 37.897319489741477 ], [ -110.20530430278384, 37.897728239119047 ], [ -110.20512236103137, 37.898253360530774 ], [ -110.20503071360505, 37.898843082656519 ], [ -110.20490337417939, 37.899578571544389 ], [ -110.20483457657581, 37.900158533602443 ], [ -110.2048382754423, 37.900343321774244 ], [ -110.20483365975898, 37.900772301667956 ], [ -110.20481764135921, 37.901203908345494 ], [ -110.20478445566128, 37.901645313122543 ], [ -110.20472123506758, 37.902235226700064 ], [ -110.2046408775951, 37.902937684805039 ], [ -110.20454220149789, 37.903545384214873 ], [ -110.2044777642711, 37.90424794963684 ], [ -110.20442547607053, 37.904878494410426 ], [ -110.20433590042205, 37.905274453435808 ], [ -110.20423494956393, 37.905670335453046 ], [ -110.20411742155206, 37.906021041110002 ], [ -110.20401228614908, 37.906277195737225 ], [ -110.20376819103402, 37.906761336076627 ], [ -110.20341503456888, 37.907337569867586 ], [ -110.20317715378177, 37.907772180379865 ], [ -110.2027196419273, 37.908530665718047 ], [ -110.2026497502933, 37.908682508967154 ], [ -110.20240736990783, 37.909006229571588 ], [ -110.20213561736745, 37.909310823603661 ], [ -110.20185962254654, 37.9096919972039 ], [ -110.20156180382804, 37.910302849012062 ], [ -110.20124535648499, 37.910742329966553 ], [ -110.2010546478098, 37.911020432914952 ], [ -110.20086306027261, 37.911379644941498 ], [ -110.20083660533147, 37.911721952427129 ], [ -110.20094538509422, 37.912182344781016 ], [ -110.20090696998588, 37.91257864793743 ], [ -110.20077799058255, 37.912933778389259 ], [ -110.20047774523972, 37.913346328594265 ], [ -110.19999456212329, 37.913843256317776 ], [ -110.19957389885877, 37.914344212346847 ], [ -110.19923979750799, 37.914730391810323 ], [ -110.1988948643564, 37.915066024800886 ], [ -110.19865309151432, 37.915330256736183 ], [ -110.19847927789489, 37.915621989459588 ], [ -110.19839642017267, 37.915918847885564 ], [ -110.19832612589197, 37.916630381093462 ], [ -110.19831652514958, 37.916990828081438 ], [ -110.19834634899041, 37.917387594846332 ], [ -110.19846394117694, 37.917978734774337 ], [ -110.19861843767706, 37.918524160530502 ], [ -110.19871155648813, 37.91885466334427 ], [ -110.19878227552813, 37.919152567463627 ], [ -110.19903870069797, 37.919636498145842 ], [ -110.19914442073689, 37.919854426267179 ], [ -110.19920317559398, 37.920101776965957 ], [ -110.19916888818636, 37.920325962487823 ], [ -110.19910228702015, 37.920592288258291 ], [ -110.19910431010142, 37.920930282184671 ], [ -110.1991246197892, 37.921155740499543 ], [ -110.19934697281685, 37.921634932102101 ], [ -110.19959050944081, 37.922259373461529 ], [ -110.19992679322631, 37.922724918290598 ], [ -110.20023565409437, 37.92309654263925 ], [ -110.20048072511833, 37.923580392797099 ], [ -110.20064606249557, 37.924072713633244 ], [ -110.2007745085443, 37.924294399668646 ], [ -110.20089226097951, 37.924452923345171 ], [ -110.20115144791674, 37.924684509513796 ], [ -110.20169282466513, 37.925125304187972 ], [ -110.2022836627271, 37.925727760768233 ], [ -110.20283544848527, 37.926259649993924 ], [ -110.20323530947722, 37.926636389207452 ], [ -110.20346601909696, 37.92687228383619 ], [ -110.20360037128778, 37.927075079846482 ], [ -110.2038323405973, 37.927721965801176 ], [ -110.20398712918568, 37.928245755153227 ], [ -110.20416901168416, 37.92868410595586 ], [ -110.20444762877442, 37.929226757631042 ], [ -110.20474283138344, 37.929814584674709 ], [ -110.20484062195403, 37.930243353217008 ], [ -110.20514649436159, 37.931426095544033 ], [ -110.20532934865717, 37.932409724771425 ], [ -110.20557401333453, 37.933465873209357 ], [ -110.20576830504537, 37.934445072292256 ], [ -110.20579337426648, 37.935287937049111 ], [ -110.20582818337657, 37.935648683422798 ], [ -110.20583322374551, 37.936343603158541 ], [ -110.20591883515027, 37.936847995582916 ], [ -110.20593081319997, 37.937321247543075 ], [ -110.20589100328573, 37.9378482266522 ], [ -110.20586475391134, 37.93817250963987 ], [ -110.20577954862176, 37.938582016085341 ], [ -110.205662577168, 37.938982295206763 ], [ -110.20555049572974, 37.939351062468134 ], [ -110.20544376326443, 37.939751410443129 ], [ -110.2053250192732, 37.940210260223779 ], [ -110.20521182767341, 37.940681765237692 ], [ -110.20513323957353, 37.941110242544774 ], [ -110.20508374060378, 37.941479431974209 ], [ -110.20485183351175, 37.942406180829074 ], [ -110.20469305721124, 37.942882784730244 ], [ -110.20439528927793, 37.943583767905473 ], [ -110.20411565511834, 37.944185732399632 ], [ -110.2038105514488, 37.944616281152875 ], [ -110.20327861551718, 37.945289539319077 ], [ -110.20276003547528, 37.945884474378822 ], [ -110.20225850802375, 37.946480423957695 ], [ -110.20185045448267, 37.946851686302168 ], [ -110.20131161740044, 37.947213046674186 ], [ -110.20052667481737, 37.947703417543394 ], [ -110.19992100667329, 37.947929125832871 ], [ -110.19903420729831, 37.94836471732507 ], [ -110.19803231552768, 37.94891668348447 ], [ -110.19710060712329, 37.94929337115417 ], [ -110.19619910922603, 37.949508028116981 ], [ -110.19574352755809, 37.949536459318431 ], [ -110.19532110541192, 37.949655243141898 ], [ -110.19442548546269, 37.949851901142978 ], [ -110.19380340918642, 37.950013474763985 ], [ -110.19327765515773, 37.950213559174202 ], [ -110.19258481116363, 37.950600861215854 ], [ -110.19173217931525, 37.951027618857502 ], [ -110.1912514532044, 37.951272165955281 ], [ -110.19081075598704, 37.951498960883342 ], [ -110.19032537180455, 37.951648838206289 ], [ -110.18977872473464, 37.951780266119528 ], [ -110.18929818632732, 37.951903134295051 ], [ -110.18886910850811, 37.952107470069976 ], [ -110.18850773152286, 37.95236544648759 ], [ -110.18823748258697, 37.952616840386789 ], [ -110.18786470953567, 37.952875637427752 ], [ -110.18739403961123, 37.953238305004881 ], [ -110.18690656096113, 37.953576520066562 ], [ -110.18635785580797, 37.953892679048003 ], [ -110.18553167021814, 37.95439167604755 ], [ -110.18498795396549, 37.954667305725735 ], [ -110.18450059439883, 37.954992893625764 ], [ -110.18400823756262, 37.955255355600222 ], [ -110.18326378030675, 37.955669282205342 ], [ -110.18239830601071, 37.956217554177229 ], [ -110.18165877112756, 37.956699100236875 ], [ -110.18104307858223, 37.957303175726054 ], [ -110.18073859963873, 37.957557918793945 ], [ -110.18054930225898, 37.957690890179371 ], [ -110.18018875050689, 37.957869534197918 ], [ -110.17947904409647, 37.958225095824616 ], [ -110.17866537465795, 37.958716019638771 ], [ -110.17785271922214, 37.959115014926773 ], [ -110.17700106136269, 37.959438024719212 ], [ -110.17677784658115, 37.959549122092618 ], [ -110.1765251585871, 37.959751041335309 ], [ -110.17634138829148, 37.959897563628253 ], [ -110.17598052365945, 37.96010232931885 ], [ -110.17505929074422, 37.96053749668129 ], [ -110.17480182108562, 37.960657362770306 ], [ -110.17458383671546, 37.960809049902082 ], [ -110.17440603378087, 37.96093037534127 ], [ -110.17406234382651, 37.961125341592741 ], [ -110.17344953215841, 37.961463521167381 ], [ -110.17263158224731, 37.961821885456175 ], [ -110.17236850385366, 37.961933595252162 ], [ -110.17208185968055, 37.962116339147954 ], [ -110.17151390412636, 37.962513406906766 ], [ -110.17112979172991, 37.96275855104075 ], [ -110.17060126106725, 37.963191942984828 ], [ -110.17018827887335, 37.963472931331019 ], [ -110.16973545279724, 37.963753636991299 ], [ -110.16917961677787, 37.964083183373781 ], [ -110.1686517256628, 37.964457988191739 ], [ -110.16800227137878, 37.965012185284372 ], [ -110.16753554114371, 37.965514496881795 ], [ -110.16713793977755, 37.965943391726526 ], [ -110.1667756632438, 37.966368930307823 ], [ -110.16653302704916, 37.966583516624326 ], [ -110.16618094827903, 37.967012730638579 ], [ -110.16573563436921, 37.96763235191446 ], [ -110.16551409144009, 37.968094935297515 ], [ -110.16531052950825, 37.968477432654659 ], [ -110.16504223121599, 37.969046934563281 ], [ -110.16477448008105, 37.969567771028252 ], [ -110.16451938587547, 37.96997603783263 ], [ -110.16433726368575, 37.970474949577415 ], [ -110.16421678118915, 37.971059919709226 ], [ -110.16406967561331, 37.971482471704782 ], [ -110.16383299454172, 37.972273907762386 ], [ -110.16364281763668, 37.972980053176542 ], [ -110.16356228365187, 37.973555392413516 ], [ -110.16341249934578, 37.974213155902305 ], [ -110.16330251802174, 37.974874807334139 ], [ -110.16325648147136, 37.975419748357503 ], [ -110.16316347184924, 37.976090532943864 ], [ -110.16313861727254, 37.976775321353486 ], [ -110.16310483308426, 37.977243741362976 ], [ -110.16303801862618, 37.977612786609662 ], [ -110.1629939227807, 37.977986499812005 ], [ -110.16292028835603, 37.978454636080443 ], [ -110.1627713168855, 37.979039401086951 ], [ -110.16257008409454, 37.979713920711085 ], [ -110.1623593570517, 37.980221637439314 ], [ -110.1621547297503, 37.980693346410476 ], [ -110.16182383159743, 37.98125428213207 ], [ -110.16148261932138, 37.981720510054174 ], [ -110.16105452070191, 37.982316801228045 ], [ -110.16075634100369, 37.982603080058226 ], [ -110.16040520958565, 37.982839410336702 ], [ -110.16002644125142, 37.983102580243212 ], [ -110.15972768101983, 37.983339282463284 ], [ -110.15941199393791, 37.983562343901063 ], [ -110.15905732777459, 37.983708517940933 ], [ -110.15865225247484, 37.983881368376146 ], [ -110.15781176004916, 37.984091657469705 ], [ -110.15756049138787, 37.984157453122776 ], [ -110.15730229230277, 37.984331350806045 ], [ -110.15696232601115, 37.984684915544797 ], [ -110.15668538348764, 37.985003781706325 ], [ -110.15612717086331, 37.985521612256683 ], [ -110.15598877909918, 37.985673834825526 ], [ -110.15575225953897, 37.985942517755802 ], [ -110.15559140311429, 37.986067540535984 ], [ -110.15532770607867, 37.986223368939761 ], [ -110.15496732587415, 37.98636948944467 ], [ -110.15451062406859, 37.986474359377802 ], [ -110.15380362395192, 37.986559401592025 ], [ -110.15321007351102, 37.986681307139136 ], [ -110.15251833571072, 37.986924173372131 ], [ -110.15193554448555, 37.987100226051737 ], [ -110.15125362794383, 37.987478345767514 ], [ -110.15069685881537, 37.98776723850046 ], [ -110.15037693468935, 37.987958700339625 ], [ -110.15002217779478, 37.988109352521839 ], [ -110.14967404905714, 37.988178937468376 ], [ -110.14934951976062, 37.988275730096845 ], [ -110.14886100623006, 37.988569614031341 ], [ -110.14843036082897, 37.988782800857201 ], [ -110.14772620232638, 37.989210308504923 ], [ -110.14734228866577, 37.989419323593303 ], [ -110.14707979500723, 37.98956703059612 ], [ -110.14689615247669, 37.989690974782498 ], [ -110.14656719521166, 37.989972487293677 ], [ -110.14624517213417, 37.990245036526893 ], [ -110.14582076697339, 37.990507828636829 ], [ -110.14566051096425, 37.9905787659564 ], [ -110.14555853819678, 37.990632101168273 ], [ -110.1454825989307, 37.990699144451419 ], [ -110.14539588829975, 37.990811172758342 ], [ -110.14531424360892, 37.990977313825105 ], [ -110.14519822769904, 37.991161230351587 ], [ -110.14485780565059, 37.991546300296918 ], [ -110.14461428959972, 37.991823922076975 ], [ -110.144274371957, 37.992263069926942 ], [ -110.14400147917675, 37.992716223602294 ], [ -110.14377491885881, 37.993102118942993 ], [ -110.14351731969793, 37.993708598026487 ], [ -110.14312587425516, 37.99456194953396 ], [ -110.14281654715536, 37.99520860695123 ], [ -110.14275276014185, 37.995307281272666 ], [ -110.14262497577354, 37.995522653591337 ], [ -110.14248199254683, 37.99567392505157 ], [ -110.14231873616005, 37.995903458617747 ], [ -110.14210883502398, 37.996226383339462 ], [ -110.14193406129999, 37.996662222194431 ], [ -110.14171751695032, 37.997066211603538 ], [ -110.14138884052868, 37.997514445230067 ], [ -110.1410582329006, 37.998030258696836 ], [ -110.14067490071035, 37.998671863073298 ], [ -110.14029119351676, 37.999345007644315 ], [ -110.13990225859817, 37.999977555686371 ], [ -110.13984289452218, 38.000184412481289 ], [ -110.1398237061663, 38.000364525157522 ], [ -110.1397044501209, 38.000823297988596 ], [ -110.13958037376072, 38.001304567012482 ], [ -110.13937717282479, 38.001636548109914 ], [ -110.13926336280882, 38.002018752718286 ], [ -110.13915206017991, 38.002283811118573 ], [ -110.13892665622208, 38.002566059263607 ], [ -110.13851254090568, 38.002914519486808 ], [ -110.13813221969153, 38.003294770158845 ], [ -110.13770423762226, 38.003854021716002 ], [ -110.13745796500163, 38.00406942032707 ], [ -110.1372442777791, 38.004225574032212 ], [ -110.13697857549826, 38.004543573196962 ], [ -110.13651223655772, 38.00497275666433 ], [ -110.13628238814567, 38.005146815187182 ], [ -110.13606472117509, 38.005253367933108 ], [ -110.13582443345371, 38.005346235074249 ], [ -110.13525838261306, 38.005535845662081 ], [ -110.13460163701666, 38.005688735529787 ], [ -110.13321309817854, 38.006079571117724 ], [ -110.13249403049895, 38.006204050575775 ], [ -110.13163193222552, 38.006383347839737 ], [ -110.13119811924875, 38.006465763561899 ], [ -110.13086654545363, 38.006571464975067 ], [ -110.13026603786172, 38.006783328293423 ], [ -110.12963205050552, 38.006936358589762 ], [ -110.12901014325887, 38.007030892800806 ], [ -110.12844060815674, 38.0070311792322 ], [ -110.1280359986314, 38.007051612511155 ], [ -110.12763553896258, 38.007106323192396 ], [ -110.12692350000381, 38.007212795342028 ], [ -110.12615312570148, 38.007339558733122 ], [ -110.12569631860113, 38.007438907208964 ], [ -110.12522327173016, 38.007466933299625 ], [ -110.1249323525426, 38.007505325587147 ], [ -110.12447042676627, 38.007555962982472 ], [ -110.12395155183889, 38.007606174302467 ], [ -110.12383729006872, 38.007635965943358 ], [ -110.12355216097797, 38.007666286581724 ], [ -110.12324431661982, 38.0076910295858 ], [ -110.12287909395384, 38.007751394326355 ], [ -110.12263894301555, 38.007830716436864 ], [ -110.12223890522671, 38.007944895192864 ], [ -110.12181103682511, 38.008004788961834 ], [ -110.12136597553625, 38.008073565334399 ], [ -110.12096099291236, 38.008124614373472 ], [ -110.12058486102244, 38.008144333583552 ], [ -110.12013474921024, 38.008158991744324 ], [ -110.1196627811218, 38.008191509811326 ], [ -110.11923355474576, 38.008269409268593 ], [ -110.11885156505653, 38.008302597991616 ], [ -110.11843621503374, 38.008267940674074 ], [ -110.11798523315883, 38.008260052509641 ], [ -110.11752524761434, 38.008243082419845 ], [ -110.11706456650025, 38.008189153541053 ], [ -110.11656974923282, 38.00813226261851 ], [ -110.11614344444244, 38.008061464404527 ], [ -110.11583592103501, 38.008059152523401 ], [ -110.11548858766473, 38.00805203408131 ], [ -110.11520351890854, 38.008076927323998 ], [ -110.11493553461155, 38.008101948465395 ], [ -110.11473556359877, 38.008154518921401 ], [ -110.11445033161439, 38.008192928042348 ], [ -110.11414253668414, 38.008213141245747 ], [ -110.11390324297012, 38.00822035091668 ], [ -110.11355596339817, 38.008208720855556 ], [ -110.11324919947636, 38.008143319562961 ], [ -110.11299911339755, 38.008100876576478 ], [ -110.11274404961225, 38.007998912182856 ], [ -110.11244400352103, 38.007848840817758 ], [ -110.11216712930664, 38.007666498197622 ], [ -110.11200328337148, 38.007557109520185 ], [ -110.11172635698321, 38.007379271781936 ], [ -110.11145534428346, 38.007183452829288 ], [ -110.11122896654715, 38.007064577927714 ], [ -110.11090681217051, 38.006859358539977 ], [ -110.11059534143682, 38.006712801137986 ], [ -110.11034602417493, 38.006607269971745 ], [ -110.11003986909465, 38.006492295505005 ], [ -110.1098075831251, 38.006391398408503 ], [ -110.1095178110658, 38.006240496109719 ], [ -110.10910032113728, 38.006007511928324 ], [ -110.10878956676243, 38.005802373122286 ], [ -110.10850723294094, 38.005601955274791 ], [ -110.10824203921877, 38.00539716042011 ], [ -110.10798850168979, 38.005264554389548 ], [ -110.10781268518861, 38.005110005953284 ], [ -110.10758090917062, 38.004967650262557 ], [ -110.10728750952096, 38.004741008896048 ], [ -110.10705068595841, 38.004545439351595 ], [ -110.10683122069753, 38.004327469609557 ], [ -110.10667363146013, 38.004173057910258 ], [ -110.10653854768383, 38.004041348560094 ], [ -110.10628409779044, 38.003890706677339 ], [ -110.10601813952145, 38.003749890644926 ], [ -110.10572356739189, 38.003620572828503 ], [ -110.10542904010492, 38.003487649566893 ], [ -110.10503820037636, 38.00331343579694 ], [ -110.10468738824858, 38.003126006551049 ], [ -110.10444883505018, 38.002979988049717 ], [ -110.10426880478116, 38.002798364347825 ], [ -110.10415233381512, 38.002635249839123 ], [ -110.10397334695702, 38.00236801367349 ], [ -110.10382233979213, 38.002141547285433 ], [ -110.10361975496728, 38.00194172544024 ], [ -110.10338847991603, 38.001759709754879 ], [ -110.10323614774389, 38.001642285300839 ], [ -110.10299935588765, 38.00144580657544 ], [ -110.10282486254049, 38.001277741828616 ], [ -110.1026618135384, 38.001105257836208 ], [ -110.10249827100536, 38.000973326677602 ], [ -110.10235767104105, 38.000828051476567 ], [ -110.10222212149651, 38.000642257834464 ], [ -110.10207735190839, 38.000465406262613 ], [ -110.10194907646041, 38.000243617326461 ], [ -110.10179825567913, 38.000002729527033 ], [ -110.1015469521838, 37.999596142756381 ], [ -110.10120411574897, 37.999224005149607 ], [ -110.10089484244799, 37.9989016926177 ], [ -110.1003877088086, 37.998460701638749 ], [ -110.10019631131408, 37.998278984710439 ], [ -110.09989141863723, 37.998064854622342 ], [ -110.09968813947724, 37.997923602763819 ], [ -110.09925239679711, 37.997699456566316 ], [ -110.09877652284943, 37.997497532799841 ], [ -110.09827782029514, 37.997299938388821 ], [ -110.09769315834052, 37.997146745521249 ], [ -110.09739259103911, 37.997045300049507 ], [ -110.09717190614172, 37.996930948154365 ], [ -110.09696408019799, 37.99678965669473 ], [ -110.09678769916341, 37.996684656904726 ], [ -110.09638165883995, 37.996361589274393 ], [ -110.09571535063192, 37.995902231015535 ], [ -110.09545007250289, 37.995710024359646 ], [ -110.09523553137687, 37.995559665566525 ], [ -110.09478367633814, 37.995258771521733 ], [ -110.09446675952304, 37.995098610639438 ], [ -110.09407554719439, 37.994960408191758 ], [ -110.09369554656156, 37.994836711061424 ], [ -110.09349146748092, 37.994762135830669 ], [ -110.09329312700534, 37.994683999438152 ], [ -110.09310523134141, 37.994682550631019 ], [ -110.09288858917026, 37.994703411375433 ], [ -110.09267752967513, 37.994733327423013 ], [ -110.09211870309217, 37.994796609405206 ], [ -110.09139475485397, 37.994858613102394 ], [ -110.09116091907772, 37.994888350448392 ], [ -110.09042033296294, 37.994914169036406 ], [ -110.09019302541144, 37.99487636022085 ], [ -110.0898978377642, 37.99480197515701 ], [ -110.08955068236143, 37.994785769138986 ], [ -110.08927140708737, 37.994806138305854 ], [ -110.08887200418611, 37.994870639326152 ], [ -110.08838155526635, 37.994929926945893 ], [ -110.08809077995519, 37.994959216786945 ], [ -110.0877476212556, 37.994988099576886 ], [ -110.08717982456098, 37.994947643247194 ], [ -110.08655986898677, 37.994888753806926 ], [ -110.08593382920418, 37.994861358008926 ], [ -110.08563775108748, 37.994859056368661 ], [ -110.08514166207451, 37.994913780295661 ], [ -110.0848162188931, 37.994983349157138 ], [ -110.08444504528714, 37.995066981305392 ], [ -110.08419915752746, 37.995149785453201 ], [ -110.08363858333716, 37.995352709158034 ], [ -110.08341540185374, 37.995441096154941 ], [ -110.08285939496628, 37.995734177953416 ], [ -110.08234301636723, 37.996045591563856 ], [ -110.08174060662796, 37.996405900570196 ], [ -110.08113204730932, 37.996802208875792 ], [ -110.08062766069983, 37.997064139106698 ], [ -110.07988271544868, 37.997436842977713 ], [ -110.07915568994439, 37.997742087744939 ], [ -110.07886924167158, 37.997879539997925 ], [ -110.0783759007869, 37.99816768355425 ], [ -110.07803057945713, 37.998458788090907 ], [ -110.07757674017788, 37.998775177026019 ], [ -110.07720870411075, 37.999060693346088 ], [ -110.07675942188598, 37.999467240966744 ], [ -110.07655212698963, 37.999649470683948 ], [ -110.07637654328296, 38.000027522815664 ], [ -110.07616093988665, 38.000417877923141 ], [ -110.07605003577356, 38.000633309317926 ], [ -110.0758813967329, 38.000911375192871 ], [ -110.07568969645847, 38.001211791075491 ], [ -110.07549162139384, 38.001566232171783 ], [ -110.07532229901955, 38.001898367470382 ], [ -110.07519960528363, 38.00214524941584 ], [ -110.07506382387159, 38.002527217419605 ], [ -110.0749512715589, 38.002873317533393 ], [ -110.07485129600151, 38.003124884074467 ], [ -110.07477792345773, 38.003525367857961 ], [ -110.07475800886957, 38.00375052635426 ], [ -110.07474863375838, 38.004043362317162 ], [ -110.07471665033297, 38.00432250146293 ], [ -110.07471900380133, 38.004588391863059 ], [ -110.07474368250705, 38.004890508338505 ], [ -110.07468226293926, 38.005246022958268 ], [ -110.07463905931797, 38.005511554825183 ], [ -110.07462900372742, 38.005858460958777 ], [ -110.07458540303108, 38.006155533763874 ], [ -110.0744550220721, 38.00656007476406 ], [ -110.07433801206922, 38.006807000301251 ], [ -110.07419646006254, 38.007103301798118 ], [ -110.0740787737015, 38.007494423342358 ], [ -110.07400134101022, 38.007764191627018 ], [ -110.07396320458258, 38.008079332319681 ], [ -110.07399857923122, 38.00843650985783 ], [ -110.07407998921578, 38.008756196951872 ], [ -110.07416634670781, 38.009135406083146 ], [ -110.07420224410916, 38.009451129668534 ], [ -110.07413563279691, 38.00976604613453 ], [ -110.07406794397694, 38.010166573732761 ], [ -110.07407052157225, 38.010414440448145 ], [ -110.07407868082093, 38.010671363702095 ], [ -110.07408508302127, 38.011067968346843 ], [ -110.07413687581519, 38.011478449270591 ], [ -110.0743300835102, 38.011966650552722 ], [ -110.07448057128623, 38.012319326333717 ], [ -110.07465161973326, 38.012667657419016 ], [ -110.07476144486357, 38.012992975025249 ], [ -110.0749224146502, 38.013327707495648 ], [ -110.0751940635916, 38.013920169175918 ], [ -110.07528878846614, 38.014087647117009 ], [ -110.07540135378103, 38.014285908079351 ], [ -110.07551708784163, 38.014504021546081 ], [ -110.07570005335606, 38.014902013978066 ], [ -110.07588432212374, 38.015196371558289 ], [ -110.07608613105252, 38.015454816306288 ], [ -110.07621920058234, 38.015744264736817 ], [ -110.07634041981615, 38.015979544379213 ], [ -110.07645805290727, 38.016228314608362 ], [ -110.07656953068972, 38.016422960836245 ], [ -110.0766803871921, 38.016667171316641 ], [ -110.07677979688619, 38.016915798102751 ], [ -110.07685687733805, 38.017128199134717 ], [ -110.07693931464712, 38.017367679929777 ], [ -110.07701549177916, 38.017652174458057 ], [ -110.07713626219521, 38.018014527193941 ], [ -110.07721776339655, 38.018328804892754 ], [ -110.07727582731799, 38.018695171596434 ], [ -110.07733812981138, 38.019177833870479 ], [ -110.07734904732868, 38.019670006704416 ], [ -110.07731205931177, 38.019894129809082 ], [ -110.07728035998265, 38.020150739700682 ], [ -110.07727838236087, 38.020308444403078 ], [ -110.07720658617966, 38.02058276474213 ], [ -110.07708967511768, 38.020820680570537 ], [ -110.07698996379912, 38.021049718711652 ], [ -110.07688432988829, 38.021296735421394 ], [ -110.07678963468302, 38.021579888241817 ], [ -110.07663899771372, 38.021781488418689 ], [ -110.07649975169784, 38.021983177863113 ], [ -110.07637167047552, 38.022202980000671 ], [ -110.07627257723745, 38.022382453123996 ], [ -110.07610890447779, 38.022714632569347 ], [ -110.07591212963078, 38.022960932093604 ], [ -110.07569234308249, 38.023225075524572 ], [ -110.07549516911936, 38.02350291520191 ], [ -110.07525134934549, 38.023866007140256 ], [ -110.07493330833304, 38.024242033451685 ], [ -110.07465581678285, 38.024564302555312 ], [ -110.07445265570598, 38.024864624701507 ], [ -110.07425535918419, 38.025151473787751 ], [ -110.07403516305513, 38.025447154746132 ], [ -110.07382077477278, 38.025733868446849 ], [ -110.07362962351851, 38.025984714534154 ], [ -110.07349570551204, 38.026214381153814 ], [ -110.07340720896751, 38.026456121935148 ], [ -110.07329848988363, 38.026946450224465 ], [ -110.07315159823953, 38.027301288878682 ], [ -110.07302828535802, 38.027593225236757 ], [ -110.07293389612231, 38.027850240498303 ], [ -110.07285024015984, 38.028159613216545 ], [ -110.0727687337221, 38.028388790943808 ], [ -110.07268507316672, 38.02860803778713 ], [ -110.07259557934479, 38.028838053628405 ], [ -110.07246821575974, 38.029089400791726 ], [ -110.07224271312047, 38.02935259099543 ], [ -110.07208035893569, 38.029577525136169 ], [ -110.07190616731997, 38.029837514602363 ], [ -110.07167894297029, 38.030236779821934 ], [ -110.07154428289495, 38.030524118544044 ], [ -110.07136319588892, 38.030878684616852 ], [ -110.07110822200923, 38.031219147774365 ], [ -110.07088207038558, 38.031532800443614 ], [ -110.07066189812372, 38.03182396851129 ], [ -110.07037205422115, 38.032218229707453 ], [ -110.07014538363737, 38.032572433297851 ], [ -110.06989056879364, 38.032989501682103 ], [ -110.06966788090135, 38.033388798590458 ], [ -110.06947566902844, 38.033720742070308 ], [ -110.06928299922438, 38.03408873181727 ], [ -110.06909619540848, 38.034443248828758 ], [ -110.06897153058142, 38.034839715400587 ], [ -110.06884107617999, 38.035243345995603 ], [ -110.06874598873169, 38.0355535259935 ], [ -110.06862891154627, 38.035800443795758 ], [ -110.06843731634082, 38.03608282122245 ], [ -110.06828058665944, 38.036311399319743 ], [ -110.06811149130819, 38.036616485882448 ], [ -110.06798193114383, 38.036948923282331 ], [ -110.06785703876591, 38.037362510501069 ], [ -110.06780125271935, 38.037718063971163 ], [ -110.06773452577848, 38.038127605936715 ], [ -110.06763830169383, 38.038436874578395 ], [ -110.06754645829778, 38.038580346938964 ], [ -110.06736025151692, 38.038886197792024 ], [ -110.06715770607404, 38.039132435850412 ], [ -110.06694291124828, 38.039356044946857 ], [ -110.06674047747272, 38.039593270591006 ], [ -110.06658983249969, 38.039790350621971 ], [ -110.06649644544628, 38.039965353771784 ], [ -110.0664032295721, 38.040126839378082 ], [ -110.06622899229345, 38.04038681938377 ], [ -110.06603201026947, 38.040643013393037 ], [ -110.06581767149864, 38.04091979798239 ], [ -110.06561454259287, 38.041211091334489 ], [ -110.06528896014292, 38.041722218062546 ], [ -110.0650471989761, 38.042004190646701 ], [ -110.06476913276576, 38.042273256322559 ], [ -110.06438904183007, 38.042589275825691 ], [ -110.06409502948563, 38.042857311686326 ], [ -110.06388158332744, 38.043062900600994 ], [ -110.06363947620868, 38.043281779633858 ], [ -110.06339208339901, 38.043468170892325 ], [ -110.06310455383949, 38.043674069323892 ], [ -110.0628453496859, 38.043892810411883 ], [ -110.06262642922925, 38.04408032825738 ], [ -110.06234414448454, 38.044321415508485 ], [ -110.06207929564798, 38.044535603566011 ], [ -110.06176863419101, 38.044767450445534 ], [ -110.06150412719349, 38.044954602290701 ], [ -110.06121101546348, 38.045150537625076 ], [ -110.06090109693396, 38.0453238066073 ], [ -110.06057414146478, 38.045492432339898 ], [ -110.0603561895221, 38.045603347040327 ], [ -110.06009783451999, 38.045754494695679 ], [ -110.0598683127921, 38.045878834771884 ], [ -110.05958117898516, 38.046052282443377 ], [ -110.05933319207445, 38.046194498801917 ], [ -110.05907545341341, 38.046386205507268 ], [ -110.05885634286992, 38.04658723344351 ], [ -110.05857945993458, 38.046760760692358 ], [ -110.05825392099209, 38.046906859883428 ], [ -110.0579162613593, 38.047020415908491 ], [ -110.057619213188, 38.047077517591262 ], [ -110.05735002960152, 38.047183509644626 ], [ -110.05705229834165, 38.047293778342805 ], [ -110.05675369895027, 38.047471633293746 ], [ -110.05645463543658, 38.047685533868304 ], [ -110.05611999442188, 38.0480072983474 ], [ -110.05584958996673, 38.048207908670172 ], [ -110.05552871339627, 38.0483450251362 ], [ -110.05512300408307, 38.048431889937987 ], [ -110.05476299302599, 38.048510108287225 ], [ -110.05425558899799, 38.048528558325714 ], [ -110.05391941214371, 38.048525853096258 ], [ -110.05360027105719, 38.048527790328158 ], [ -110.05321833687333, 38.048538233473721 ], [ -110.05285303187922, 38.048584859475049 ], [ -110.05248293578644, 38.048649470770847 ], [ -110.0521563175928, 38.048700912699843 ], [ -110.0517624169281, 38.048755415990719 ], [ -110.0513465148386, 38.048748455228392 ], [ -110.05095318349093, 38.04875879902427 ], [ -110.05061648214415, 38.04879663646846 ], [ -110.05022896485455, 38.048798012271625 ], [ -110.04979633013069, 38.048762971998457 ], [ -110.04938631272208, 38.048741631830289 ], [ -110.04895379539187, 38.048697576884393 ], [ -110.04860674731557, 38.048654212141372 ], [ -110.0482022538276, 38.048646431340465 ], [ -110.04788346257331, 38.048621318306779 ], [ -110.04750123555328, 38.048654271800451 ], [ -110.04729552674863, 38.048697667357061 ], [ -110.04708864947033, 38.048831178304788 ], [ -110.04687025872208, 38.048973608047376 ], [ -110.04670861284849, 38.049134522627057 ], [ -110.04660394586365, 38.049295899132986 ], [ -110.04648718106615, 38.049511252531389 ], [ -110.04626814402253, 38.049703244743441 ], [ -110.04606655071056, 38.049868340538424 ], [ -110.04585315102847, 38.050064883963614 ], [ -110.04567501950672, 38.050266219587058 ], [ -110.04554536363403, 38.050508504889613 ], [ -110.04545074234942, 38.050773605841307 ], [ -110.04533338651572, 38.051034015801555 ], [ -110.04513549527762, 38.051352352798574 ], [ -110.04502294562594, 38.051681296584398 ], [ -110.04488181041354, 38.052017217980563 ], [ -110.04476427481109, 38.052291144610976 ], [ -110.04466412578608, 38.052542681129246 ], [ -110.04450141271191, 38.052784696472749 ], [ -110.0443385345035, 38.053039327753261 ], [ -110.04416968732495, 38.053314639035278 ], [ -110.04409897564437, 38.053493413026224 ], [ -110.04403923821555, 38.053704721268197 ], [ -110.04394577947103, 38.05387970514456 ], [ -110.04384039602628, 38.054095148243391 ], [ -110.04380309895603, 38.054333676416228 ], [ -110.04377743286425, 38.05455427416377 ], [ -110.04381415565888, 38.054797910718726 ], [ -110.04380047247189, 38.054973543377123 ], [ -110.04383924738133, 38.055059477661139 ], [ -110.04383830939092, 38.055131570118988 ], [ -110.04385370452862, 38.055262376760588 ], [ -110.04387955861131, 38.055465368559418 ], [ -110.04391628213617, 38.055709005055697 ], [ -110.04394178480393, 38.055939031498589 ], [ -110.04391676330449, 38.056110065657812 ], [ -110.04386219393605, 38.056361972033109 ], [ -110.04389689872264, 38.056673185895178 ], [ -110.04391214421844, 38.056903128873444 ], [ -110.04391497020349, 38.057123958311372 ], [ -110.0438496477517, 38.057326208374121 ], [ -110.04375113016042, 38.057451582020946 ], [ -110.04360150078925, 38.057563020940101 ], [ -110.04338901034562, 38.057687466833542 ], [ -110.0431201446963, 38.0578520096782 ], [ -110.04296291231145, 38.058021967160954 ], [ -110.04286909316922, 38.058223984596651 ], [ -110.04282045193598, 38.058457913636168 ], [ -110.0428113489826, 38.058719202154087 ], [ -110.04284119777596, 38.059052907904245 ], [ -110.04290664779775, 38.059278753484421 ], [ -110.04301046362811, 38.059622073954145 ], [ -110.04311369360505, 38.060010452064283 ], [ -110.04317250763746, 38.060308343466843 ], [ -110.04324142898507, 38.060705454628966 ], [ -110.04328226738136, 38.061070793384644 ], [ -110.04333462127438, 38.061427213335044 ], [ -110.04340959533627, 38.06179733609838 ], [ -110.04354725859675, 38.062167968955961 ], [ -110.04373045641913, 38.062543478370948 ], [ -110.04387864107029, 38.062981790158155 ], [ -110.04394515296462, 38.063126531194534 ], [ -110.04400408986635, 38.063415410558136 ], [ -110.04409975487876, 38.063947926048613 ], [ -110.04410769408641, 38.064213859302491 ], [ -110.04411028596273, 38.0644527115629 ], [ -110.0440952527304, 38.064731976702589 ], [ -110.04415527258675, 38.065025370979264 ], [ -110.04424191955962, 38.065287438011588 ], [ -110.04444351548155, 38.065563958338778 ], [ -110.04461778869194, 38.065750131261957 ], [ -110.044849231011, 38.065923249801166 ], [ -110.04521569977555, 38.06623265231346 ], [ -110.04549627236271, 38.066572899850279 ], [ -110.04568677051712, 38.066826796661509 ], [ -110.0459712912929, 38.067302262525402 ], [ -110.04614975059503, 38.067605629564589 ], [ -110.04630611573886, 38.067854742081245 ], [ -110.0465016759962, 38.068158247338509 ], [ -110.04674920496535, 38.068498223757167 ], [ -110.04692112325962, 38.068779005311413 ], [ -110.04711069669878, 38.069104992214875 ], [ -110.04719239001082, 38.069398560531162 ], [ -110.04719893781298, 38.069772632011798 ], [ -110.04715442325062, 38.070128264509563 ], [ -110.04700725688835, 38.070487570873986 ], [ -110.04679774396025, 38.070819333904979 ], [ -110.04654544853112, 38.071285035537869 ], [ -110.04627918487041, 38.071684832063596 ], [ -110.04604028866916, 38.072083948844472 ], [ -110.04586514082256, 38.072402470290932 ], [ -110.04573047531414, 38.072676257738458 ], [ -110.04558423353271, 38.072963469730865 ], [ -110.04543781489373, 38.073264198812474 ], [ -110.04522217685484, 38.073627452747829 ], [ -110.04503720386649, 38.073824224489186 ], [ -110.04499078468392, 38.073886934673048 ], [ -110.04491545588826, 38.073980953589384 ], [ -110.04468406150589, 38.074240434866006 ], [ -110.04448186854395, 38.074446078200374 ], [ -110.04435430114668, 38.074611771858251 ], [ -110.04413976799796, 38.074889414087487 ], [ -110.04405250929372, 38.075023891557549 ], [ -110.04389015348704, 38.075234364106734 ], [ -110.04368090598118, 38.075543592134437 ], [ -110.04348254025051, 38.075892563244452 ], [ -110.04329114062365, 38.076144255924994 ], [ -110.04308852744947, 38.076381437004038 ], [ -110.04287506553723, 38.076663591752677 ], [ -110.04276251106215, 38.076901505675366 ], [ -110.04270868439907, 38.077094835492481 ], [ -110.04260913895222, 38.077296805305899 ], [ -110.0424348447837, 38.077547734602888 ], [ -110.04223203683895, 38.077799332490002 ], [ -110.04199023151992, 38.077981216046332 ], [ -110.04170971074785, 38.078159178407631 ], [ -110.04144406797181, 38.078332755205608 ], [ -110.0412080650711, 38.078506573218391 ], [ -110.04096036634105, 38.078702826483976 ], [ -110.04066013958114, 38.078992380141223 ], [ -110.0404807703092, 38.079194597629808 ], [ -110.04024376112088, 38.079445011453537 ], [ -110.04002903312835, 38.079735261669626 ], [ -110.03983114515874, 38.080045476500295 ], [ -110.03962007819491, 38.080404250611267 ], [ -110.03953793564341, 38.080669447156701 ], [ -110.03942835272645, 38.081114668723977 ], [ -110.03931165226973, 38.081406619995342 ], [ -110.03900992159681, 38.081809714018092 ], [ -110.03871489100987, 38.082136256058014 ], [ -110.03843762029149, 38.082412472834754 ], [ -110.03816073708244, 38.082658950966987 ], [ -110.03779770594038, 38.082953390389662 ], [ -110.03753905440733, 38.083113496628897 ], [ -110.03724043860011, 38.083277781107995 ], [ -110.03682240459118, 38.083418554919774 ], [ -110.03650739376563, 38.083528628348539 ], [ -110.03603164091351, 38.083723000850291 ], [ -110.03569394351649, 38.083823873513239 ], [ -110.03540886859156, 38.083911658465574 ], [ -110.03519003877395, 38.08399097417076 ], [ -110.03506332193686, 38.08408907080139 ], [ -110.03501160158771, 38.084120189710752 ], [ -110.03492532193192, 38.084178062166735 ], [ -110.03477027887612, 38.084262407147349 ], [ -110.03458032046082, 38.084400539845554 ], [ -110.0343672030307, 38.084565519309024 ], [ -110.03413656760259, 38.084761898003258 ], [ -110.03388420895993, 38.084962603866629 ], [ -110.03368633861545, 38.085181782173628 ], [ -110.03353010561314, 38.085356240292654 ], [ -110.03337232925969, 38.085647847463505 ], [ -110.03327850630421, 38.085845349734178 ], [ -110.03313901718036, 38.086046982421422 ], [ -110.03295326790969, 38.086297802759262 ], [ -110.0327958433876, 38.086562374612477 ], [ -110.03266644694136, 38.086863226793142 ], [ -110.03253235809552, 38.087087434302155 ], [ -110.03227219551314, 38.087360171953108 ], [ -110.03208115488302, 38.087579403655717 ], [ -110.03195408228409, 38.087790149572974 ], [ -110.03182544174223, 38.087946807697712 ], [ -110.03164508681999, 38.088220201419169 ], [ -110.03150541024193, 38.088435349175555 ], [ -110.03139250298669, 38.088695779679874 ], [ -110.03127510390101, 38.089037285100709 ], [ -110.03122568966194, 38.089325276184667 ], [ -110.03113060703544, 38.089617396919003 ], [ -110.03097416800352, 38.089806269652314 ], [ -110.03073199758181, 38.090010657438832 ], [ -110.03054159999535, 38.090180323310371 ], [ -110.0303845272727, 38.090416955981759 ], [ -110.03018176104044, 38.09065952002473 ], [ -110.03000240550097, 38.09085631346904 ], [ -110.02980445643597, 38.091165608712224 ], [ -110.02973983734034, 38.0913092743249 ], [ -110.02957728474205, 38.091528736947616 ], [ -110.02937945120458, 38.091829019928539 ], [ -110.02917086915058, 38.092079645293055 ], [ -110.02893965943511, 38.092316564605575 ], [ -110.02871403024305, 38.092562542020183 ], [ -110.02847063949177, 38.092857940576451 ], [ -110.02824957480294, 38.093189573019579 ], [ -110.0281073658833, 38.093508338616047 ], [ -110.02798964500273, 38.093872368806529 ], [ -110.0278935286124, 38.094241083810964 ], [ -110.02771705371559, 38.094649689784433 ], [ -110.02760478571061, 38.09494617131363 ], [ -110.02735376986035, 38.09538570331727 ], [ -110.02714391616121, 38.095730944935994 ], [ -110.02685316309527, 38.096156628109028 ], [ -110.02657422821189, 38.096550864890361 ], [ -110.02627212505826, 38.096971946283425 ], [ -110.02602930764178, 38.097222282005454 ], [ -110.02574693586136, 38.097445251934445 ], [ -110.02530347892127, 38.097775034233877 ], [ -110.0249240541027, 38.098006209438161 ], [ -110.02460860365169, 38.098143283928032 ], [ -110.02427526794688, 38.098338789860215 ], [ -110.02397007957539, 38.098561565949488 ], [ -110.02375671704294, 38.098740042049641 ], [ -110.02354305365679, 38.098941046332527 ], [ -110.0232093396074, 38.099164484574935 ], [ -110.02304832160821, 38.099265887587144 ], [ -110.02282347915047, 38.099449673954339 ], [ -110.02269090907838, 38.099555819269703 ], [ -110.02256985032307, 38.099653949005116 ], [ -110.02247111834041, 38.099788314088435 ], [ -110.02240065509353, 38.099940939151963 ], [ -110.02224910454304, 38.100187519933847 ], [ -110.02208080763283, 38.100406923837141 ], [ -110.02178736823274, 38.100602754599066 ], [ -110.02149387919636, 38.100802189171326 ], [ -110.02104478914596, 38.101123796904481 ], [ -110.02077949307163, 38.101346896861955 ], [ -110.0205832807149, 38.101521003750442 ], [ -110.02039246859582, 38.101717686391716 ], [ -110.02021137457473, 38.102040623712796 ], [ -110.02009264021615, 38.102391118107427 ], [ -110.01994689917017, 38.102628731778587 ], [ -110.01973825375285, 38.102879339086257 ], [ -110.01945560014073, 38.103120315963217 ], [ -110.01914486786505, 38.103328613013197 ], [ -110.01871921143935, 38.103601740131545 ], [ -110.01855841861163, 38.103685113866668 ], [ -110.01827090003441, 38.103862960233457 ], [ -110.01786891459682, 38.104071392567057 ], [ -110.01756434666258, 38.104244588445994 ], [ -110.01733852153987, 38.104499553912525 ], [ -110.01716875111487, 38.104827087203319 ], [ -110.01713043265434, 38.10513318891347 ], [ -110.01711547833813, 38.105398028927169 ], [ -110.01695794260804, 38.10566347851411 ], [ -110.01669225519286, 38.105913602898703 ], [ -110.01630123569872, 38.106153664949936 ], [ -110.01592701844315, 38.106416397451738 ], [ -110.01584051607959, 38.106487772218628 ], [ -110.01552351265904, 38.106736562782103 ], [ -110.01512670999767, 38.106981979836895 ], [ -110.01479943495282, 38.107145965600537 ], [ -110.01448404757329, 38.107274000500254 ], [ -110.01417381651196, 38.107442633672484 ], [ -110.01386170616654, 38.107750942643307 ], [ -110.01356014977695, 38.108122426254418 ], [ -110.01331282216314, 38.108278066610069 ], [ -110.01304808288189, 38.108456091198462 ], [ -110.01269810793495, 38.108610867903217 ], [ -110.01222226350245, 38.108795227560506 ], [ -110.01188343535384, 38.10896902158926 ], [ -110.01160170393889, 38.109137887542843 ], [ -110.01118292759227, 38.109319118070488 ], [ -110.01058682241205, 38.109539409677858 ], [ -110.01008875239128, 38.109679412629269 ], [ -110.00954128867144, 38.109760416407035 ], [ -110.00921467442397, 38.109789205869326 ], [ -110.00849003106993, 38.109813734723531 ], [ -110.00810218163342, 38.109815868305404 ], [ -110.00757833572199, 38.109752863817121 ], [ -110.00703253443945, 38.109626584595745 ], [ -110.00665701876021, 38.109560323369955 ], [ -110.00613335921845, 38.109483795418377 ], [ -110.00550826444596, 38.109317183743599 ], [ -110.00495769675165, 38.1091223602822 ], [ -110.00429459861772, 38.108814826776701 ], [ -110.0035922008058, 38.108461894220902 ], [ -110.00251865633956, 38.107722779755484 ], [ -110.00131735324725, 38.106734728420179 ], [ -110.0006912683082, 38.106224710115733 ], [ -110.00043332172771, 38.105902575414952 ], [ -110.00033344392196, 38.105698946480317 ], [ -110.00027372798833, 38.105477634388109 ], [ -110.0002036519201, 38.105179628631987 ], [ -110.00017204426909, 38.104904481210902 ], [ -110.00018233816644, 38.104651320130884 ], [ -110.00011108404196, 38.104439823386819 ], [ -110.0000060596717, 38.104195594499316 ], [ -109.99982120626792, 38.103950685970922 ], [ -109.99963610832108, 38.103723799885685 ], [ -109.999433290716, 38.103541824655515 ], [ -109.99916161892024, 38.103390806004924 ], [ -109.99886070006555, 38.10329361197946 ], [ -109.99859275200384, 38.103287723545492 ], [ -109.99837700846649, 38.103217390208563 ], [ -109.99816787805578, 38.103080421034328 ], [ -109.99794734434667, 38.102943354234398 ], [ -109.99769309175555, 38.102769949737301 ], [ -109.99732510801384, 38.102573043146414 ], [ -109.99694584547861, 38.102367026708684 ], [ -109.99658307476625, 38.102206211945969 ], [ -109.99607334927926, 38.101949510190757 ], [ -109.99597697091309, 38.101908130796197 ], [ -109.99566407334066, 38.101770270405076 ], [ -109.99542189328591, 38.101632112604122 ], [ -109.99521300745458, 38.101478016699112 ], [ -109.99503326158349, 38.101278206379234 ], [ -109.99480851888113, 38.101032948779597 ], [ -109.99464005544765, 38.100842246789306 ], [ -109.99446589102752, 38.100651495766414 ], [ -109.99429123340791, 38.100496789906629 ], [ -109.99413312607251, 38.100382781324463 ], [ -109.99400799459697, 38.100359178985173 ], [ -109.99380836864896, 38.100361975819553 ], [ -109.99354001165625, 38.100386714610941 ], [ -109.99328894547597, 38.100398082323913 ], [ -109.99300893716489, 38.100440744889866 ], [ -109.9928154458037, 38.100412049176434 ], [ -109.99263447181761, 38.100302348774967 ], [ -109.99247605815252, 38.100210866374091 ], [ -109.99231702605516, 38.100164440507442 ], [ -109.99212328813698, 38.100153766363533 ], [ -109.99180888350239, 38.100209649628042 ], [ -109.9915510631111, 38.100297561153248 ], [ -109.99122458473427, 38.100402006227249 ], [ -109.99089801868557, 38.1005127583201 ], [ -109.99054909062308, 38.100590872706867 ], [ -109.99025216061548, 38.100619864691232 ], [ -109.98987546654382, 38.100643663997459 ], [ -109.98959613805347, 38.100636756012939 ], [ -109.98916292186959, 38.100624017321827 ], [ -109.98879248825284, 38.100607311181157 ], [ -109.98830706402728, 38.100576095184636 ], [ -109.98790380886636, 38.100541078813663 ], [ -109.98755624555932, 38.100520059577207 ], [ -109.98716859548973, 38.100511311130845 ], [ -109.98687202552696, 38.100514161691706 ], [ -109.98653940229849, 38.100650084131921 ], [ -109.9862060680925, 38.100837370194995 ], [ -109.985895614413, 38.101019445341251 ], [ -109.98564844057785, 38.101161510161639 ], [ -109.98540709230217, 38.101294612355105 ], [ -109.98522314855751, 38.101400271404103 ], [ -109.98507440651341, 38.101517049127267 ], [ -109.98493442549193, 38.101660038315934 ], [ -109.98480549181429, 38.101911271617631 ], [ -109.98474691364167, 38.102023420490191 ], [ -109.98463013090763, 38.102220684161402 ], [ -109.98457055439351, 38.10240492352343 ], [ -109.98458497871312, 38.102598814817476 ], [ -109.98462841201474, 38.102756907199911 ], [ -109.9846032342232, 38.102927925229089 ], [ -109.98447529503279, 38.103107067488033 ], [ -109.98438219124563, 38.103241448726244 ], [ -109.98432323703622, 38.103380631303132 ], [ -109.98430363558664, 38.103560709850832 ], [ -109.98436936560371, 38.10375594589204 ], [ -109.98439564288752, 38.103917494987662 ], [ -109.98432484724631, 38.104088118584144 ], [ -109.98416263018429, 38.104271470324505 ], [ -109.98397779098443, 38.104441107606142 ], [ -109.98378644984599, 38.104668367696014 ], [ -109.98367033436313, 38.1048169691148 ], [ -109.98360550050458, 38.104968717775741 ], [ -109.98358513513207, 38.105203765156517 ], [ -109.98352353888545, 38.105451073171288 ], [ -109.98339642077399, 38.105652752235692 ], [ -109.98326791169994, 38.10587244390603 ], [ -109.98304772843261, 38.106122885334031 ], [ -109.98290818775735, 38.10631544391201 ], [ -109.9827448841732, 38.106494277977383 ], [ -109.98253291496573, 38.106645653181836 ], [ -109.98240515159951, 38.106811275944906 ], [ -109.98230571174658, 38.106990662496486 ], [ -109.98217104192371, 38.107160731360949 ], [ -109.98200970291821, 38.107362112360157 ], [ -109.98179495050358, 38.107631524409769 ], [ -109.98147312729778, 38.10780808147539 ], [ -109.98110084465598, 38.107922014550908 ], [ -109.98083640576077, 38.108072931563662 ], [ -109.98064045745288, 38.108219936047348 ], [ -109.98039293594049, 38.108384517408879 ], [ -109.98012742887873, 38.108612028837179 ], [ -109.97996005267953, 38.108754773987677 ], [ -109.97972368208315, 38.10893747549769 ], [ -109.97962592514629, 38.108995207036919 ], [ -109.97947659494004, 38.10907051529724 ], [ -109.97924648897873, 38.109212714496458 ], [ -109.97905040901026, 38.109368727509214 ], [ -109.97887664899369, 38.109560082492152 ], [ -109.97869741139586, 38.109735167294048 ], [ -109.97854149768895, 38.109873503817475 ], [ -109.97828274908687, 38.110024464438105 ], [ -109.97808741824693, 38.110126407999488 ], [ -109.97772590842698, 38.110284584633156 ], [ -109.97739205847006, 38.110422272416756 ], [ -109.97712366931637, 38.110528084610159 ], [ -109.97688942300465, 38.110557588255823 ], [ -109.97673450997519, 38.110623831975147 ], [ -109.97659613863635, 38.110730775311374 ], [ -109.97640099226523, 38.110819199064444 ], [ -109.9761599099582, 38.110929753137114 ], [ -109.97587934892985, 38.111008419233904 ], [ -109.97553593245713, 38.111095548952314 ], [ -109.9753408468174, 38.11117946526462 ], [ -109.97507688820043, 38.111294323759964 ], [ -109.9748586759931, 38.111400568458869 ], [ -109.97453736765368, 38.111456344810563 ], [ -109.97416688987833, 38.111520703336275 ], [ -109.97386916609793, 38.111602819689367 ], [ -109.97360423973934, 38.111705049060802 ], [ -109.97327279563255, 38.111832832425712 ], [ -109.97300870531667, 38.111956697458389 ], [ -109.97284800748514, 38.112028292859378 ], [ -109.97267148879185, 38.112007823424761 ], [ -109.97233091781379, 38.111891288825177 ], [ -109.97205913755201, 38.111831231911921 ], [ -109.97180194467674, 38.111788425560142 ], [ -109.97144907349804, 38.11173576865226 ], [ -109.97125556168309, 38.111707037179379 ], [ -109.97103886004278, 38.111705139421126 ], [ -109.97069600399395, 38.111751704133923 ], [ -109.97043849798217, 38.11181253440725 ], [ -109.97018751673048, 38.111814840850798 ], [ -109.96992544653497, 38.111794518587537 ], [ -109.96973687834559, 38.111819902225996 ], [ -109.96957017116773, 38.111913070134335 ], [ -109.96933458798226, 38.112037176898042 ], [ -109.9691619237737, 38.112148316710687 ], [ -109.96897202421403, 38.11226831738427 ], [ -109.96879352948248, 38.112388417852117 ], [ -109.96856389968413, 38.112494550548973 ], [ -109.96834611838885, 38.112569243523865 ], [ -109.96803677577155, 38.112665662788608 ], [ -109.96771173102934, 38.112743017275029 ], [ -109.9672698164496, 38.112857195535909 ], [ -109.9669150395612, 38.112939693863829 ], [ -109.96654258213538, 38.113062591265432 ], [ -109.96626206661682, 38.113136728472206 ], [ -109.96598161407458, 38.113206359372725 ], [ -109.96563862101044, 38.113261920420307 ], [ -109.96539757843583, 38.11336794638634 ], [ -109.9651564715908, 38.113478477471801 ], [ -109.96493253605155, 38.113584653159791 ], [ -109.96466246843427, 38.113726471355676 ], [ -109.96439778446754, 38.113890867306161 ], [ -109.96416168991567, 38.114050107306511 ], [ -109.96398804568211, 38.114229724778106 ], [ -109.9638428003573, 38.114417703593475 ], [ -109.96372074785977, 38.114578849695341 ], [ -109.96361567615435, 38.114749157834865 ], [ -109.96353790851292, 38.115005324268608 ], [ -109.96344271304382, 38.115283867787248 ], [ -109.96341531542727, 38.115608071290048 ], [ -109.96341041102291, 38.115955004160107 ], [ -109.96343707889477, 38.116085918787512 ], [ -109.96345150009593, 38.11627620697125 ], [ -109.96346062595941, 38.116437608853026 ], [ -109.96342379631126, 38.116622037398436 ], [ -109.96340420303252, 38.116797605650845 ], [ -109.96341248803881, 38.117018481715647 ], [ -109.96342000872177, 38.117293425219096 ], [ -109.96348038613058, 38.117460686707886 ], [ -109.96352397289688, 38.117605269111181 ], [ -109.96354474730467, 38.117749650232653 ], [ -109.96348447347464, 38.117897822455205 ], [ -109.96339764638874, 38.118068291251006 ], [ -109.96332678776366, 38.118238900890965 ], [ -109.96328368021939, 38.118463829565954 ], [ -109.96319488305376, 38.11869286116297 ], [ -109.96314030464708, 38.118922194706911 ], [ -109.96298369210959, 38.119106466975744 ], [ -109.96283363610608, 38.11923041408815 ], [ -109.96270593364665, 38.119387002886981 ], [ -109.96260072495211, 38.119566321083397 ], [ -109.96258080998714, 38.119764417159274 ], [ -109.9625961347628, 38.119890725542845 ], [ -109.96254308367564, 38.120011923910994 ], [ -109.96245606757138, 38.120114797553931 ], [ -109.96227760676862, 38.120230381917324 ], [ -109.9620994643286, 38.120323437917669 ], [ -109.96197309800836, 38.120385407902376 ], [ -109.96181174581808, 38.120501142719192 ], [ -109.96163802921215, 38.120684360711714 ], [ -109.96148725285948, 38.12085876888154 ], [ -109.96129033803712, 38.121068818329952 ], [ -109.96114608490697, 38.121265814614745 ], [ -109.9610626064506, 38.121440817328619 ], [ -109.96098609941194, 38.121606869279269 ], [ -109.96089235397729, 38.12178178104886 ], [ -109.96075317207476, 38.121942772246207 ], [ -109.96060745564621, 38.122162285767878 ], [ -109.9604731964169, 38.122378295540663 ], [ -109.96035600855321, 38.122597159939907 ], [ -109.96026200469284, 38.122790093584825 ], [ -109.9601230111938, 38.122937567125959 ], [ -109.96000176694983, 38.123040135863967 ], [ -109.95988456380013, 38.12325990085516 ], [ -109.9598143310719, 38.123385451930005 ], [ -109.95975455898937, 38.123577787006717 ], [ -109.95965541134332, 38.123731020215736 ], [ -109.95955031666824, 38.123901324131587 ], [ -109.95946182070115, 38.124107824385746 ], [ -109.95934469091951, 38.12432218201959 ], [ -109.95925611707833, 38.12453408881936 ], [ -109.95919056209712, 38.124731779735079 ], [ -109.95916576420279, 38.124871251458671 ], [ -109.95925529584926, 38.124993711453861 ], [ -109.95927125546372, 38.125074964007432 ], [ -109.95924716127355, 38.125164874047066 ], [ -109.95924530610759, 38.125295536692654 ], [ -109.9592663937522, 38.125417390252586 ], [ -109.95932189574006, 38.125526030169524 ], [ -109.95931388916823, 38.125688181537015 ], [ -109.95926095621402, 38.125800366949811 ], [ -109.95923628599168, 38.125930827444137 ], [ -109.95920109298696, 38.126079219394384 ], [ -109.95905447862896, 38.12628069811398 ], [ -109.95886888561142, 38.126495349696171 ], [ -109.95868944338017, 38.126678512278417 ], [ -109.95856069455357, 38.126907185760302 ], [ -109.95840201704415, 38.127234729527032 ], [ -109.95830146552439, 38.1274861835861 ], [ -109.95814329791051, 38.127777682096614 ], [ -109.95803838588799, 38.127934467595232 ], [ -109.95792168120481, 38.128118185413875 ], [ -109.95783291904968, 38.128342706571125 ], [ -109.95765763575793, 38.128634052512439 ], [ -109.9574992066717, 38.128943572439411 ], [ -109.95728911958609, 38.129275164442454 ], [ -109.95701692729762, 38.129561142905814 ], [ -109.95665853056792, 38.129891416769986 ], [ -109.95638671845794, 38.130150360070218 ], [ -109.95613861926795, 38.130346427065504 ], [ -109.95585725695173, 38.130474605297437 ], [ -109.95564530613437, 38.130535807445391 ], [ -109.95530401086089, 38.130866229107028 ], [ -109.95512474160407, 38.131035869030299 ], [ -109.95489432681181, 38.131191535116216 ], [ -109.95473371063309, 38.131253192324429 ], [ -109.95449310725279, 38.131323149731635 ], [ -109.95431044522272, 38.131330536101842 ], [ -109.95389314038646, 38.131389906756439 ], [ -109.95344178553606, 38.131516565082386 ], [ -109.95304448137252, 38.131693271284732 ], [ -109.95270486129886, 38.131825428771769 ], [ -109.95238572929475, 38.131881163141628 ], [ -109.95203084411675, 38.131963614672259 ], [ -109.95153167663202, 38.132161937703373 ], [ -109.95126209481906, 38.132263172951347 ], [ -109.95077964897759, 38.132488679049523 ], [ -109.95060070845071, 38.132554673040225 ], [ -109.95022907165666, 38.132691043426377 ], [ -109.94984436755298, 38.132863345129579 ], [ -109.94935607999642, 38.133097805414209 ], [ -109.94894272094234, 38.1332788601486 ], [ -109.94850725371832, 38.133410147683897 ], [ -109.94815754395691, 38.133528683073273 ], [ -109.94778430407902, 38.133696574446397 ], [ -109.94737139090586, 38.133846084431738 ], [ -109.94704397680732, 38.134000865592455 ], [ -109.94657349852604, 38.134185906010799 ], [ -109.94613704986236, 38.134384768339423 ], [ -109.94580502831971, 38.134462899881768 ], [ -109.94533564644821, 38.134571340353254 ], [ -109.9450259868327, 38.134681213608808 ], [ -109.94473881956884, 38.134813818930773 ], [ -109.94443408364407, 38.134977808799626 ], [ -109.94416973195382, 38.135110617744637 ], [ -109.94394615466166, 38.135185212576332 ], [ -109.94363694511046, 38.135263543041056 ], [ -109.94345958721759, 38.135297997142203 ], [ -109.94312840364701, 38.135317548494513 ], [ -109.94272345198323, 38.135309397957052 ], [ -109.94228368835945, 38.135341488003924 ], [ -109.94202653225611, 38.135370715163269 ], [ -109.94171311218525, 38.135345360901113 ], [ -109.94139509445473, 38.1352433596197 ], [ -109.94111726916375, 38.135123695172382 ], [ -109.94079297569345, 38.135061289913047 ], [ -109.94045128284593, 38.135018553919849 ], [ -109.9402063832474, 38.134989307559159 ], [ -109.93987001747075, 38.134972753677673 ], [ -109.93951005168097, 38.135010059694849 ], [ -109.93928115705539, 38.13505756064599 ], [ -109.93894302970028, 38.135162654544281 ], [ -109.93855913527483, 38.135276346207782 ], [ -109.93822612279033, 38.135422039691456 ], [ -109.93789323961248, 38.13555872106857 ], [ -109.93769247273474, 38.135633510202439 ], [ -109.93748613163901, 38.135699236246339 ], [ -109.93720602398278, 38.135737257529193 ], [ -109.9368234183729, 38.135761733176061 ], [ -109.93646949191104, 38.135775652472105 ], [ -109.93611515975036, 38.135817505213979 ], [ -109.93569211156405, 38.135876758892984 ], [ -109.93526394746667, 38.13589540923774 ], [ -109.93481204824765, 38.135976928999568 ], [ -109.9343656559867, 38.13607201545301 ], [ -109.93401571489215, 38.136204024847643 ], [ -109.93369350835404, 38.136390358870464 ], [ -109.93330200611575, 38.136633741519582 ], [ -109.93292846717944, 38.136897113125627 ], [ -109.93255259121743, 38.137164067203408 ], [ -109.93227542264719, 38.137391361969236 ], [ -109.93190605891907, 38.137680903908745 ], [ -109.93161594197977, 38.137935116265538 ], [ -109.9314310935282, 38.138091150193347 ], [ -109.93123545010029, 38.138283134841927 ], [ -109.93097454578739, 38.138568253231035 ], [ -109.93077754852706, 38.138774644462394 ], [ -109.93053924911689, 38.139074387313258 ], [ -109.93037624092277, 38.13929730947271 ], [ -109.93006973093595, 38.13957930674394 ], [ -109.92975759277462, 38.139855844519616 ], [ -109.9295033562009, 38.140074329180422 ], [ -109.92927678618609, 38.140351645486739 ], [ -109.92914798715003, 38.140575778937887 ], [ -109.92900147992697, 38.140840306142003 ], [ -109.92893549873196, 38.141060505970039 ], [ -109.92888623657051, 38.141307895138432 ], [ -109.92880607775047, 38.141717223981836 ], [ -109.92872611564211, 38.142113036075756 ], [ -109.9286998695794, 38.14234711658667 ], [ -109.92869082508614, 38.142653452411011 ], [ -109.9286743864746, 38.142919165410618 ], [ -109.92865750728109, 38.143293022006191 ], [ -109.9286762629648, 38.143649179021203 ], [ -109.92865418478333, 38.143910334380415 ], [ -109.92859350928471, 38.144157619183346 ], [ -109.9285095514532, 38.144436234592312 ], [ -109.92838578863163, 38.144705474447917 ], [ -109.9282853729858, 38.144938878001398 ], [ -109.9281505936238, 38.145180980153569 ], [ -109.9280860763748, 38.145378661922777 ], [ -109.92805265088711, 38.145635207366261 ], [ -109.92806050079795, 38.145878611065875 ], [ -109.92800021715931, 38.146098862144534 ], [ -109.92787208313713, 38.146354543014048 ], [ -109.92774239161558, 38.146560641875745 ], [ -109.92756668053846, 38.146869961786315 ], [ -109.92743653161982, 38.147185104885239 ], [ -109.92734070621091, 38.147494252698486 ], [ -109.92726046519327, 38.147908085377821 ], [ -109.92722712064482, 38.14823672954811 ], [ -109.92722814052718, 38.148556675293378 ], [ -109.92722398286006, 38.14884052455632 ], [ -109.92722559663653, 38.149119920377487 ], [ -109.92731266133539, 38.149409108981246 ], [ -109.92743224440785, 38.149815754286394 ], [ -109.9274804405199, 38.150031588203078 ], [ -109.92756696621137, 38.150357722058139 ], [ -109.92765317596931, 38.150705482449219 ], [ -109.92775622641661, 38.151072322326513 ], [ -109.92786101925306, 38.151320215778071 ], [ -109.9279632272947, 38.151744726409042 ], [ -109.92810300251303, 38.152331801007954 ], [ -109.92825374777789, 38.152559385214019 ], [ -109.92841533854646, 38.152825821021722 ], [ -109.9286338436326, 38.153102689338979 ], [ -109.92885327303499, 38.1533164796638 ], [ -109.92910959269348, 38.153661284138082 ], [ -109.92931311455509, 38.153870422401987 ], [ -109.92948648441559, 38.154034224033545 ], [ -109.92970240803164, 38.154175882516718 ], [ -109.9299226996925, 38.154331098835016 ], [ -109.93024324137915, 38.154577350829562 ], [ -109.9305833170807, 38.154814767545531 ], [ -109.9308770007089, 38.155024724092414 ], [ -109.93115901097235, 38.155252598238029 ], [ -109.93152044689681, 38.15551273736682 ], [ -109.93179701793358, 38.155722535924063 ], [ -109.93206071960424, 38.156032253176697 ], [ -109.93231349751106, 38.156308525064262 ], [ -109.93245273345434, 38.156544110270048 ], [ -109.93246250336296, 38.156656852647465 ], [ -109.93250565601087, 38.156828478325416 ], [ -109.93262895739869, 38.156982807903205 ], [ -109.93267348988159, 38.157059817065587 ], [ -109.93265082135807, 38.157127203175698 ], [ -109.93256244587273, 38.157239053480659 ], [ -109.93234836189337, 38.157439883770785 ], [ -109.93208764155229, 38.157707881702912 ], [ -109.93182180469309, 38.15793527722181 ], [ -109.93156201430014, 38.158139295197927 ], [ -109.93134273165725, 38.15830492839639 ], [ -109.93115644888364, 38.158555576975246 ], [ -109.93091463814886, 38.158778682906224 ], [ -109.93070576819126, 38.15893449616226 ], [ -109.93038253049991, 38.159183896353746 ], [ -109.93004893151947, 38.159361102995355 ], [ -109.92973881488305, 38.159493461292371 ], [ -109.92931942030395, 38.159683402306761 ], [ -109.92895190801499, 38.159837765891822 ], [ -109.92854995824231, 38.16000533253272 ], [ -109.92818277257051, 38.160137165970781 ], [ -109.92782739425988, 38.160242069222207 ], [ -109.92755762387254, 38.160346851992919 ], [ -109.9272475382825, 38.160476500238651 ], [ -109.92706953083045, 38.160550577126209 ], [ -109.92679436888631, 38.16063367940415 ], [ -109.92647828364858, 38.160783097771905 ], [ -109.92619063673315, 38.160939083913405 ], [ -109.92593770316424, 38.161062942652038 ], [ -109.92562226236385, 38.161168204436997 ], [ -109.92531252712217, 38.161273517582003 ], [ -109.92496736131517, 38.161459616016131 ], [ -109.92458264555496, 38.161618314420465 ], [ -109.92418625032442, 38.161794929097113 ], [ -109.92384758055287, 38.161927010075786 ], [ -109.92353226563482, 38.162023255074018 ], [ -109.92307939710084, 38.162158793067334 ], [ -109.92260907579858, 38.162316699854458 ], [ -109.92216164499121, 38.162470308708293 ], [ -109.92169185072538, 38.162592167551992 ], [ -109.92137639744935, 38.162697417714369 ], [ -109.9210494504718, 38.162807968779951 ], [ -109.92067581364101, 38.162988385490692 ], [ -109.92039366644933, 38.163157024973394 ], [ -109.92016785285919, 38.163375749260922 ], [ -109.91986207874989, 38.163598243772313 ], [ -109.91948145143159, 38.163865110066503 ], [ -109.91918191206534, 38.16405161107339 ], [ -109.91879033242969, 38.164286831348932 ], [ -109.91841640295397, 38.164486163808284 ], [ -109.918053165611, 38.164734259792596 ], [ -109.91765545895186, 38.164997357775334 ], [ -109.91735000367737, 38.165197317885152 ], [ -109.91705582692985, 38.165406393458241 ], [ -109.91676695520552, 38.165642553996726 ], [ -109.91652446958419, 38.16582957437371 ], [ -109.91629883629733, 38.166034774282295 ], [ -109.91620035292112, 38.166133000228641 ], [ -109.91599290590962, 38.166266269303406 ], [ -109.91586583427915, 38.166367835954894 ], [ -109.91570940046772, 38.16652500735119 ], [ -109.91553028543674, 38.166672055582218 ], [ -109.91525415301828, 38.166818207362795 ], [ -109.91491504351052, 38.166977294946228 ], [ -109.9146850448483, 38.167091427532597 ], [ -109.91445448414797, 38.167243405944852 ], [ -109.91420694882503, 38.167385313456911 ], [ -109.91384387011702, 38.16762078044146 ], [ -109.91354933924701, 38.167852374392432 ], [ -109.91334021019181, 38.168098276307916 ], [ -109.91328690749916, 38.168228460723014 ], [ -109.91322178923419, 38.16838557251959 ], [ -109.91303018001916, 38.168604599230854 ], [ -109.91278297556516, 38.16880058024843 ], [ -109.9126657526937, 38.168930172514223 ], [ -109.91251993058127, 38.169140610075139 ], [ -109.91238552172928, 38.16935115315578 ], [ -109.91224607468415, 38.169516588140823 ], [ -109.91208346380093, 38.169704338973546 ], [ -109.91190937089736, 38.169896489300072 ], [ -109.91171889273977, 38.170038920121371 ], [ -109.91148322600209, 38.170149388860423 ], [ -109.91130442871732, 38.170273902775811 ], [ -109.91119391533519, 38.170412567968434 ], [ -109.91112919277204, 38.170542645431105 ], [ -109.91090332860047, 38.170761350870762 ], [ -109.91068330438364, 38.170971097788275 ], [ -109.91035398351369, 38.171237508476999 ], [ -109.91015744271117, 38.171403312279267 ], [ -109.91004162084305, 38.171514890326691 ], [ -109.90997132221798, 38.171635903103443 ], [ -109.90987772458503, 38.171788242397156 ], [ -109.9097216824256, 38.171917471204402 ], [ -109.90956543830275, 38.172060216291968 ], [ -109.90943759563494, 38.172212237194778 ], [ -109.90929209334143, 38.172400142897345 ], [ -109.90903714401114, 38.172654623422552 ], [ -109.90887437003336, 38.172852281578294 ], [ -109.90871054696832, 38.173120225250031 ], [ -109.90856980750081, 38.173371259977586 ], [ -109.90842389736073, 38.173586197480127 ], [ -109.90827254784274, 38.173783059730233 ], [ -109.90806486300391, 38.17392983056974 ], [ -109.90792029511204, 38.174054657474159 ], [ -109.90787113898776, 38.174288518566762 ], [ -109.90766150135281, 38.174565948001067 ], [ -109.90744165810827, 38.174762171913464 ], [ -109.90711685826678, 38.175106120517256 ], [ -109.90685679012232, 38.175319993373833 ], [ -109.90664217868657, 38.175547807282094 ], [ -109.90643340812906, 38.175766662942138 ], [ -109.90608107161431, 38.176042760321437 ], [ -109.90576807910665, 38.176359778341705 ], [ -109.90561100900285, 38.176556583684054 ], [ -109.90530513549734, 38.176779038292892 ], [ -109.90505701077535, 38.176956969444888 ], [ -109.9047791326157, 38.177215732650495 ], [ -109.90454019958167, 38.177465846294496 ], [ -109.90425184136664, 38.177738028782578 ], [ -109.9040148562684, 38.177934086093295 ], [ -109.90376027416437, 38.178161521435712 ], [ -109.9035289265894, 38.178362136486427 ], [ -109.90321814196957, 38.178530466256028 ], [ -109.90279897595484, 38.17869327633899 ], [ -109.90244151968599, 38.178852155654567 ], [ -109.90200120151098, 38.178978716211226 ], [ -109.90160016836514, 38.179074099812993 ], [ -109.90128931743187, 38.179170325954999 ], [ -109.90100337699994, 38.179280302775886 ], [ -109.90062999987671, 38.179434521385254 ], [ -109.90012656037172, 38.179506410455211 ], [ -109.89969738945643, 38.179574487249383 ], [ -109.89938813931128, 38.179715784460285 ], [ -109.89901899503836, 38.17981596421653 ], [ -109.89854509663535, 38.179897135702085 ], [ -109.89816776779342, 38.179934150402865 ], [ -109.89785947587849, 38.179935763041392 ], [ -109.89760106099116, 38.180036977660819 ], [ -109.89746964441493, 38.180044755939349 ], [ -109.89715000426474, 38.180041754036736 ], [ -109.89697870055798, 38.180044650991263 ], [ -109.89659627401909, 38.180041057728147 ], [ -109.89617905655834, 38.180073185048791 ], [ -109.89572779562347, 38.180091472374087 ], [ -109.89512833425887, 38.180094845140566 ], [ -109.89466545308359, 38.180126537366228 ], [ -109.89422533490162, 38.180162948254832 ], [ -109.89383685961076, 38.180181819589237 ], [ -109.89343512836459, 38.180322229708523 ], [ -109.89302225253955, 38.180444508925632 ], [ -109.89263275253494, 38.180530958263134 ], [ -109.89225073335861, 38.180500318006509 ], [ -109.89193618547721, 38.18053790493282 ], [ -109.89158105401981, 38.180616564112334 ], [ -109.89125442034658, 38.180698194990036 ], [ -109.89099055925973, 38.180781319104241 ], [ -109.89075537377524, 38.180855701314705 ], [ -109.89042858782098, 38.180947241881761 ], [ -109.88995807748766, 38.181105014459568 ], [ -109.88946845782611, 38.181393281553056 ], [ -109.88915030023885, 38.181593046748475 ], [ -109.88880017623404, 38.181792508534386 ], [ -109.88839705752707, 38.182023010294493 ], [ -109.88814350884911, 38.182178323302324 ], [ -109.8877166632674, 38.182467177393086 ], [ -109.88743231005385, 38.182770898544838 ], [ -109.88715551322484, 38.182953025714461 ], [ -109.88684656472564, 38.183297067233866 ], [ -109.88666718956833, 38.183529683991665 ], [ -109.88649114520307, 38.183843441957805 ], [ -109.88629164926412, 38.184197532133915 ], [ -109.88605625545217, 38.184659427882131 ], [ -109.88593756236847, 38.184955704629772 ], [ -109.88569301237422, 38.185268811230138 ], [ -109.88557830886408, 38.185677778044187 ], [ -109.88554537389855, 38.185965856093937 ], [ -109.88551312517441, 38.186208879594446 ], [ -109.88546381986167, 38.186447235055624 ], [ -109.88542524432494, 38.186730753381212 ], [ -109.88539851092693, 38.18698644626312 ], [ -109.8853318597311, 38.187239056487705 ], [ -109.88516948355442, 38.187404240566501 ], [ -109.885131730441, 38.187633693318261 ], [ -109.88509363365955, 38.187885673296918 ], [ -109.88509494640226, 38.188174076317445 ], [ -109.88525433717413, 38.188504535281247 ], [ -109.88542249033279, 38.188784608863081 ], [ -109.88550474005537, 38.189007089883944 ], [ -109.88570667768487, 38.189243323955715 ], [ -109.88591556063083, 38.189398513755087 ], [ -109.88621488971964, 38.189613140583049 ], [ -109.88665040393238, 38.189883131404677 ], [ -109.88706576096294, 38.189977191574044 ], [ -109.88756138250436, 38.190049480330828 ], [ -109.88800012431984, 38.190107709964757 ], [ -109.88854630375948, 38.190234546650274 ], [ -109.88900338366413, 38.190288440045698 ], [ -109.88955570674754, 38.190311689832768 ], [ -109.88998426557569, 38.190288705905658 ], [ -109.89053752575602, 38.190325478242102 ], [ -109.89094895850029, 38.190302328948164 ], [ -109.8914064699951, 38.190252576704445 ], [ -109.8919621883384, 38.190127145820632 ], [ -109.89251804129574, 38.189992701354207 ], [ -109.89275807650513, 38.18997694097277 ], [ -109.89303319540062, 38.189906536431891 ], [ -109.89338820713918, 38.18983868675582 ], [ -109.89369778108312, 38.189755087093296 ], [ -109.89403145609539, 38.189587900104954 ], [ -109.89433082358664, 38.189423993947941 ], [ -109.89484677513649, 38.189284656492099 ], [ -109.89521328111179, 38.189211502131791 ], [ -109.8955451267308, 38.189165057200334 ], [ -109.89587201162529, 38.189068997514049 ], [ -109.89614296621694, 38.18889580726141 ], [ -109.89649417893959, 38.188700840225181 ], [ -109.89676961585485, 38.188608800540955 ], [ -109.89705110034897, 38.188494286486304 ], [ -109.89745927154534, 38.188307962590301 ], [ -109.89771246939118, 38.188176058084885 ], [ -109.89794203126688, 38.18809710322553 ], [ -109.89830885417254, 38.188002312791568 ], [ -109.8987097506143, 38.187919556704827 ], [ -109.8992808806901, 38.187830284367621 ], [ -109.89973944571562, 38.187785015481445 ], [ -109.90029262526686, 38.18782624711757 ], [ -109.90094345897568, 38.18782783537241 ], [ -109.90131342689408, 38.187903395852757 ], [ -109.90170025042552, 38.187997137285002 ], [ -109.90206424098919, 38.188090663923354 ], [ -109.90243829721467, 38.188274405706302 ], [ -109.90268676774761, 38.188456972600903 ], [ -109.90299749282461, 38.188676169544358 ], [ -109.90322857017367, 38.188876597210609 ], [ -109.90349751470701, 38.189217067444446 ], [ -109.90370326171812, 38.1895839835977 ], [ -109.90393150770335, 38.18997363996867 ], [ -109.90397917167121, 38.190221920867096 ], [ -109.9039708970251, 38.190393075705529 ], [ -109.90396725059611, 38.190636371462837 ], [ -109.90400894974964, 38.190901719846885 ], [ -109.90401515427342, 38.19124964922711 ], [ -109.90392472835158, 38.191568738619289 ], [ -109.90384082085676, 38.191833815505731 ], [ -109.90375386623808, 38.19222593605614 ], [ -109.90362517163724, 38.192507717742053 ], [ -109.90351883179866, 38.192745548220365 ], [ -109.90342431441043, 38.192956452384095 ], [ -109.90326135729488, 38.193162211023768 ], [ -109.90305266037802, 38.193372048163305 ], [ -109.90288405994833, 38.193573247419614 ], [ -109.90273103036219, 38.193878232357186 ], [ -109.90261938227459, 38.1940889756997 ], [ -109.90249135047705, 38.194249998618588 ], [ -109.90236250649126, 38.194465087043461 ], [ -109.9021772480897, 38.194634586750141 ], [ -109.90190669183633, 38.194780757834955 ], [ -109.90172862946318, 38.19485118984845 ], [ -109.90152745988526, 38.194939429796122 ], [ -109.90137135284634, 38.19506864603008 ], [ -109.90109427176827, 38.195268827386968 ], [ -109.90081759557108, 38.195441975249523 ], [ -109.9002413893319, 38.195788956113404 ], [ -109.89978087873729, 38.196036081740822 ], [ -109.89930940801787, 38.196252461284374 ], [ -109.89881374078753, 38.196558733971422 ], [ -109.89839357851631, 38.196780097143815 ], [ -109.89793834364781, 38.197055202755713 ], [ -109.89764424037212, 38.197247105025774 ], [ -109.89707394533646, 38.197578804831714 ], [ -109.89687806409898, 38.19769412297407 ], [ -109.89653197381195, 38.197925187566788 ], [ -109.89621408758683, 38.198179046797364 ], [ -109.89591387136637, 38.19839702253919 ], [ -109.89570058600606, 38.198530199386695 ], [ -109.89547520055672, 38.19870832297768 ], [ -109.89519284330161, 38.198877798998666 ], [ -109.89492314063527, 38.199041084913517 ], [ -109.8946385626223, 38.199281735013351 ], [ -109.89433813276803, 38.199513222910952 ], [ -109.89400378547903, 38.19972185999594 ], [ -109.89365801748008, 38.199930388479764 ], [ -109.8933756649695, 38.20009895886772 ], [ -109.89306401356923, 38.200316819359031 ], [ -109.89270600226396, 38.200579302689775 ], [ -109.89242344028243, 38.200761387052303 ], [ -109.89213544054131, 38.200925395021848 ], [ -109.89190508080114, 38.201053897600893 ], [ -109.89167485687641, 38.201173388812421 ], [ -109.89145523133409, 38.201347052785657 ], [ -109.89125177660529, 38.20158395439298 ], [ -109.89096199378034, 38.201865101038045 ], [ -109.8906431138485, 38.202182020727832 ], [ -109.89034224907461, 38.202440530593364 ], [ -109.89005341711945, 38.202658598596052 ], [ -109.88977376587096, 38.202948850186303 ], [ -109.88955552452921, 38.203181102793685 ], [ -109.88936836598826, 38.203472228259983 ], [ -109.8891847466449, 38.203830978278475 ], [ -109.88904264638643, 38.204163084363941 ], [ -109.88883725807818, 38.204526133849342 ], [ -109.88871392819507, 38.204750270962457 ], [ -109.88858523030078, 38.204951826654415 ], [ -109.88840813531834, 38.205256564007335 ], [ -109.88818124889956, 38.20560589039588 ], [ -109.8880094943834, 38.206009811660607 ], [ -109.88788540525185, 38.20628350761568 ], [ -109.88779502613794, 38.206593571534789 ], [ -109.88773924868805, 38.206881432778395 ], [ -109.88774015895768, 38.207196867654147 ], [ -109.88772428208911, 38.207489613006246 ], [ -109.88772766073347, 38.20764285204266 ], [ -109.88779282098965, 38.207864267789283 ], [ -109.88795566915505, 38.208046054174758 ], [ -109.88822728309191, 38.208210846161819 ], [ -109.88852262926268, 38.20831728308444 ], [ -109.88875564521301, 38.208391586606368 ], [ -109.88913705479698, 38.208471800154413 ], [ -109.88958148139325, 38.20853909033228 ], [ -109.89016418224932, 38.208526576641994 ], [ -109.89074866098444, 38.208396918534589 ], [ -109.89123008336453, 38.208284308483741 ], [ -109.89160301345379, 38.208170672076342 ], [ -109.89193672356937, 38.208007097274162 ], [ -109.89225358896456, 38.207824436971897 ], [ -109.89264540647311, 38.207594718316685 ], [ -109.89329018014607, 38.20725382995191 ], [ -109.89351450630542, 38.207147798469393 ], [ -109.89379613600788, 38.207028788295375 ], [ -109.89403880078227, 38.206918422520154 ], [ -109.8942506993028, 38.206803260341083 ], [ -109.8945094867714, 38.206684033265248 ], [ -109.89473931497282, 38.206591569502379 ], [ -109.89498042620357, 38.206508223681745 ], [ -109.89530595984222, 38.206506781525434 ], [ -109.89567718648462, 38.206504867112905 ], [ -109.89605939744469, 38.206531893818685 ], [ -109.89647567781027, 38.206571856621871 ], [ -109.89697733567903, 38.206630644596515 ], [ -109.8974515187256, 38.206693678472845 ], [ -109.89791811634326, 38.206729602663152 ], [ -109.898344800218, 38.20683724791845 ], [ -109.89871465731783, 38.206926334139617 ], [ -109.89913543001451, 38.20704743935363 ], [ -109.89943615883307, 38.207176429839876 ], [ -109.89965178150294, 38.20726857308415 ], [ -109.89994700561114, 38.207383992387228 ], [ -109.90036683401866, 38.207568169663446 ], [ -109.90096232042198, 38.207844112053266 ], [ -109.90131417532494, 38.207991600781973 ], [ -109.90171742222127, 38.208139569302816 ], [ -109.90219415727221, 38.208337790764446 ], [ -109.90253438041654, 38.208499586567932 ], [ -109.90294751082911, 38.208750382215463 ], [ -109.90332697827424, 38.2089612083006 ], [ -109.90372391629636, 38.209149665857971 ], [ -109.904200528396, 38.209356890243996 ], [ -109.90474063044778, 38.209519644177412 ], [ -109.90524157356697, 38.209627957311611 ], [ -109.90575983769703, 38.209723812716163 ], [ -109.90623231373245, 38.209826448952533 ], [ -109.90680097506124, 38.209989459543337 ], [ -109.90706404584175, 38.21004147625483 ], [ -109.9073978533208, 38.210175260502716 ], [ -109.90764829535743, 38.210231664455328 ], [ -109.90790961962362, 38.210324217871985 ], [ -109.90817658749971, 38.210421329296182 ], [ -109.90857435376168, 38.210555705093029 ], [ -109.90902297587679, 38.210726600970972 ], [ -109.90942605226579, 38.210888059810777 ], [ -109.90982294964907, 38.211081002545463 ], [ -109.91035098502702, 38.211288679630854 ], [ -109.91068527482898, 38.211467519987032 ], [ -109.91109924267677, 38.211665122930754 ], [ -109.91135439636147, 38.211789154127075 ], [ -109.91160968513523, 38.21190417383513 ], [ -109.91196675535585, 38.212087727872174 ], [ -109.91222150959555, 38.21223879005418 ], [ -109.91236862541386, 38.212331176381966 ], [ -109.9125836229455, 38.212467449898575 ], [ -109.91280451941279, 38.212591160595387 ], [ -109.91317879438812, 38.21277036421565 ], [ -109.91347186209538, 38.212956925961095 ], [ -109.91374454773768, 38.213131582517889 ], [ -109.9140962536992, 38.213292549991323 ], [ -109.9144706693628, 38.213462738622439 ], [ -109.91479261695936, 38.213627934906121 ], [ -109.91504288096107, 38.213774443381695 ], [ -109.91522912104456, 38.213924865762635 ], [ -109.91534730345097, 38.214043116325925 ], [ -109.91561806654515, 38.214270922689657 ], [ -109.91592827064707, 38.214535141446348 ], [ -109.91617566028377, 38.214798779406074 ], [ -109.91641667288026, 38.215107418909781 ], [ -109.91668644119524, 38.215402805028717 ], [ -109.91697978904052, 38.215648841061906 ], [ -109.91724538660488, 38.215840547266225 ], [ -109.91749473459633, 38.215972622582399 ], [ -109.91781836282746, 38.216102678570017 ], [ -109.91807872056148, 38.216262791933651 ], [ -109.91828083802172, 38.216498971599144 ], [ -109.91852380751867, 38.216753551688647 ], [ -109.9186669442162, 38.217038754267044 ], [ -109.91887264298022, 38.21741916086706 ], [ -109.91902190199637, 38.217753986404993 ], [ -109.91913185282505, 38.218043388855335 ], [ -109.91942767422186, 38.218586843629225 ], [ -109.91959677393486, 38.21904802162328 ], [ -109.9198807712998, 38.219541799364585 ], [ -109.91998103791126, 38.219713953476138 ], [ -109.92013077268825, 38.22001723927179 ], [ -109.92030992960932, 38.22026221633201 ], [ -109.92042500091493, 38.220592219421327 ], [ -109.9204550726174, 38.220876379728836 ], [ -109.92030883249564, 38.221109351309323 ], [ -109.92019161327491, 38.221311047049731 ], [ -109.92015064631394, 38.221454865044279 ], [ -109.92016217844478, 38.22167937442687 ], [ -109.92024039978453, 38.22187475712483 ], [ -109.92028867029958, 38.222086987394881 ], [ -109.9202393178208, 38.222334368322507 ], [ -109.92028214377349, 38.222528524136251 ], [ -109.92032979199398, 38.222705601148668 ], [ -109.92029752975543, 38.223033347666096 ], [ -109.92030064368942, 38.223209113781373 ], [ -109.92025155680999, 38.223438472752676 ], [ -109.92014375788, 38.223775437661203 ], [ -109.91999651146148, 38.224075990767062 ], [ -109.91988956316953, 38.224355285296731 ], [ -109.91970804616606, 38.22465552261685 ], [ -109.91950388196339, 38.224942032885572 ], [ -109.91928272851355, 38.225218472952783 ], [ -109.91908460587968, 38.22548250764239 ], [ -109.91891578607709, 38.225696343718873 ], [ -109.91867746692976, 38.225974426905779 ], [ -109.91839770281743, 38.226273756873447 ], [ -109.91815064737121, 38.2264472172441 ], [ -109.91782201961475, 38.226651467585441 ], [ -109.91732775495323, 38.226854189176741 ], [ -109.91701154838729, 38.226990960516524 ], [ -109.91656948550653, 38.227140087529634 ], [ -109.91626483320302, 38.227267951323988 ], [ -109.91588088634367, 38.22735002106343 ], [ -109.91558859178102, 38.227414912055124 ], [ -109.91514752743542, 38.227496451636512 ], [ -109.91475771930307, 38.227588376890502 ], [ -109.91441369688405, 38.227674415827849 ], [ -109.91390342030105, 38.227800371348103 ], [ -109.91351934750965, 38.227890543105488 ], [ -109.91300965808301, 38.227976846623491 ], [ -109.91252235784965, 38.228093996732454 ], [ -109.91209862388204, 38.228238770528186 ], [ -109.91163295768567, 38.228360623531088 ], [ -109.91115176752699, 38.228450788082057 ], [ -109.91071008751952, 38.228572859926544 ], [ -109.91022331769179, 38.228653956703731 ], [ -109.90973614324946, 38.228762084181994 ], [ -109.9093350465877, 38.228843973080693 ], [ -109.90902016302495, 38.228890613384245 ], [ -109.90873961660905, 38.228933066028539 ], [ -109.90820143702807, 38.229013676370855 ], [ -109.90785846519633, 38.22902850969065 ], [ -109.90744708758092, 38.229033693081263 ], [ -109.90696676486884, 38.22906526944039 ], [ -109.90646204322991, 38.229200256331318 ], [ -109.90608426006816, 38.229250808738065 ], [ -109.90570143982387, 38.229256252167509 ], [ -109.90522050717469, 38.22932837038838 ], [ -109.90481456935711, 38.229351619595242 ], [ -109.90424883818079, 38.229364363480464 ], [ -109.90393993166671, 38.229393021602824 ], [ -109.90357861231452, 38.229412177127543 ], [ -109.90310649337424, 38.229353692731181 ], [ -109.90252933863897, 38.229366321558729 ], [ -109.90196462338098, 38.229311472758376 ], [ -109.90119489754922, 38.229214147365127 ], [ -109.90038525983853, 38.229111936921925 ], [ -109.89934878669668, 38.228899448015326 ], [ -109.8989784105964, 38.228837395058974 ], [ -109.89849358432036, 38.22878868629774 ], [ -109.89793467027788, 38.228728465291915 ], [ -109.89751268737781, 38.228679441350842 ], [ -109.89698252389826, 38.22860686887018 ], [ -109.89648112399924, 38.228521046218638 ], [ -109.89592913796717, 38.228380672657217 ], [ -109.89547329767912, 38.228304286436938 ], [ -109.89510286001295, 38.228246726773683 ], [ -109.89477763858855, 38.228221134280147 ], [ -109.89450409475891, 38.228178003354238 ], [ -109.89400242803531, 38.228110191928437 ], [ -109.89352319913004, 38.22806962635255 ], [ -109.89300364813906, 38.228051208890918 ], [ -109.89263831063961, 38.228034244246885 ], [ -109.89213066184587, 38.227984392692122 ], [ -109.89170188207009, 38.228007380938251 ], [ -109.89119926174264, 38.228002633592368 ], [ -109.89079924491396, 38.228012372042457 ], [ -109.8905194452759, 38.228005221319286 ], [ -109.89026065726844, 38.228119031403281 ], [ -109.89007629742514, 38.228221829001086 ], [ -109.88987596650161, 38.228247871977246 ], [ -109.8896817717509, 38.228246035 ], [ -109.88944039053347, 38.2283419836332 ], [ -109.8891816545208, 38.228452186946939 ], [ -109.88900228661332, 38.228527092426404 ], [ -109.88877311271015, 38.228646586809873 ], [ -109.88854265859194, 38.228775080762276 ], [ -109.88847743032969, 38.228932175599333 ], [ -109.88846828987279, 38.229157392696315 ], [ -109.88849280234382, 38.229423483156104 ], [ -109.88851126037424, 38.229712046626453 ], [ -109.8886188436617, 38.230150154479162 ], [ -109.8887457575548, 38.230444250928983 ], [ -109.88887852135764, 38.230729390472135 ], [ -109.88906593683909, 38.231177265780104 ], [ -109.8893066802768, 38.23149947545609 ], [ -109.88951834065395, 38.231780854809919 ], [ -109.8897140778078, 38.232057577069391 ], [ -109.88992754665159, 38.232370515285787 ], [ -109.89007121631425, 38.232615201948761 ], [ -109.89017257162092, 38.232787391157778 ], [ -109.89021504890312, 38.232999578173569 ], [ -109.89023045120743, 38.233188978796072 ], [ -109.89032230444948, 38.233460211569565 ], [ -109.89044881988316, 38.233781338746027 ], [ -109.89061582141449, 38.233994702801127 ], [ -109.89082957339679, 38.234289617727768 ], [ -109.89103199221292, 38.234503315909116 ], [ -109.89123820859017, 38.234843219578465 ], [ -109.89151235710146, 38.235224319159848 ], [ -109.8917034245088, 38.23543340288952 ], [ -109.89191699987772, 38.235665229173414 ], [ -109.89223746799937, 38.236006209756027 ], [ -109.89255889587839, 38.236284113547391 ], [ -109.89284700914021, 38.236498617205541 ], [ -109.8929654636661, 38.236598868165515 ], [ -109.89313423610605, 38.236771690699349 ], [ -109.8932576524616, 38.236921554923079 ], [ -109.89348266170187, 38.237153486180695 ], [ -109.8936512318049, 38.237339824268794 ], [ -109.89384713571226, 38.237607528992093 ], [ -109.89400903983396, 38.237856888695504 ], [ -109.89415875589796, 38.238156601293461 ], [ -109.89438826960647, 38.238468781269134 ], [ -109.89460056605971, 38.238786205901775 ], [ -109.8947776345594, 38.239166383335935 ], [ -109.89505195382631, 38.239538464049339 ], [ -109.89528766539878, 38.239819158123261 ], [ -109.89546153604088, 38.240033481106458 ], [ -109.89564577209643, 38.240242494092392 ], [ -109.8959955740729, 38.240610776815132 ], [ -109.89637314071815, 38.240956789265887 ], [ -109.89666067062349, 38.241211832684286 ], [ -109.89706741952634, 38.241517562662295 ], [ -109.89746220204643, 38.241859227346467 ], [ -109.89803884297474, 38.242265683459713 ], [ -109.898474371246, 38.242558160613321 ], [ -109.89889956493586, 38.242778442119857 ], [ -109.89925198982273, 38.24289890608263 ], [ -109.89970234824321, 38.242966214456565 ], [ -109.90014168930043, 38.243006381445717 ], [ -109.90083319420445, 38.242995737335256 ], [ -109.90140584261813, 38.242910077022827 ], [ -109.90188251133065, 38.242747813881032 ], [ -109.90229028610699, 38.242607434717073 ], [ -109.9029167012586, 38.242365458731165 ], [ -109.90309494721004, 38.242290521776248 ], [ -109.90341146250204, 38.242139372282388 ], [ -109.90371054062442, 38.242007885734274 ], [ -109.90410152150228, 38.241843911766637 ], [ -109.90448152155123, 38.241650093914124 ], [ -109.90488424862184, 38.241464597823814 ], [ -109.90517890616147, 38.241246549687595 ], [ -109.90544963046071, 38.241100374699826 ], [ -109.90569104754186, 38.241003492572737 ], [ -109.90601828851209, 38.240898397887001 ], [ -109.90637476667452, 38.240748514036241 ], [ -109.90661624888325, 38.240647124521658 ], [ -109.90702434041435, 38.240484201328293 ], [ -109.9074214770102, 38.240289632208402 ], [ -109.90786424467717, 38.240099992460387 ], [ -109.90827851466103, 38.239905579848077 ], [ -109.90866327675967, 38.239773976367715 ], [ -109.90897943316334, 38.239645338686245 ], [ -109.90937607544727, 38.23948320199694 ], [ -109.90984215429874, 38.239262228823954 ], [ -109.91021575431598, 38.239112492219661 ], [ -109.91072087451441, 38.238954963084041 ], [ -109.91116261773725, 38.238832892353692 ], [ -109.91159911725376, 38.238679228797004 ], [ -109.91213198820456, 38.238576023801329 ], [ -109.91251492447991, 38.238566054675516 ], [ -109.91296573933663, 38.238601773803069 ], [ -109.9132449928337, 38.238648519631816 ], [ -109.91354142435456, 38.238692720183543 ], [ -109.91391166265079, 38.23876824437383 ], [ -109.91435515902003, 38.238912036247321 ], [ -109.91465040001817, 38.239036431130444 ], [ -109.91493341339778, 38.239214785120879 ], [ -109.91533598965779, 38.239421280003462 ], [ -109.9156421910384, 38.239577316228477 ], [ -109.915936500271, 38.23976478433142 ], [ -109.91625205600803, 38.240060593707327 ], [ -109.91665303597048, 38.240375215146443 ], [ -109.91690644012743, 38.240624487040151 ], [ -109.91713643398474, 38.240911393402534 ], [ -109.91730904893367, 38.24121489304013 ], [ -109.91750411521151, 38.241545635960144 ], [ -109.9176641051809, 38.241930127938865 ], [ -109.91785950888853, 38.242238342991413 ], [ -109.91809477014316, 38.242555937322514 ], [ -109.91824594381889, 38.242764610323064 ], [ -109.91834536916497, 38.242995336534719 ], [ -109.91839815773763, 38.243288717856274 ], [ -109.91839448570654, 38.243536518040898 ], [ -109.91838503398408, 38.243788771017698 ], [ -109.91839836701227, 38.244045740059391 ], [ -109.91844684556101, 38.244244454064265 ], [ -109.91847300672752, 38.244406913785618 ], [ -109.91845132802737, 38.244713126913837 ], [ -109.91843045030544, 38.244965274538764 ], [ -109.91835715391981, 38.245284530085229 ], [ -109.91820400810657, 38.245594037354891 ], [ -109.91799890919884, 38.245939113959594 ], [ -109.91778856290581, 38.246252599286755 ], [ -109.91758432881018, 38.246539104164896 ], [ -109.91734735164478, 38.246721666965286 ], [ -109.91700329485971, 38.246804107555498 ], [ -109.91668740165154, 38.246913843548533 ], [ -109.91618230512476, 38.2470668920759 ], [ -109.91564763665697, 38.24728725619989 ], [ -109.91518723615837, 38.247508304446413 ], [ -109.91485205020976, 38.247685448133105 ], [ -109.91454139757751, 38.247903372398738 ], [ -109.91418429696787, 38.248093829640226 ], [ -109.9138386209565, 38.248284391524109 ], [ -109.91343574368648, 38.248478928805703 ], [ -109.91303879228617, 38.248659100159585 ], [ -109.91268778673651, 38.248823474045771 ], [ -109.91236596378174, 38.24894666153584 ], [ -109.9118256913749, 38.24915794395401 ], [ -109.91117034310842, 38.249422228947445 ], [ -109.91069943075313, 38.249580076887931 ], [ -109.9101305150063, 38.249795591593596 ], [ -109.90976875747796, 38.249913894917903 ], [ -109.90949874908787, 38.250010519458932 ], [ -109.90863205766166, 38.250268319856524 ], [ -109.90810870288585, 38.250493260526291 ], [ -109.90764819235416, 38.250718783861998 ], [ -109.9069571175699, 38.251077339837366 ], [ -109.9062885522205, 38.251458631798847 ], [ -109.9059829018551, 38.251645037211233 ], [ -109.90577512240347, 38.251782787806675 ], [ -109.9054043905507, 38.252117284840729 ], [ -109.90499788659957, 38.252550580218035 ], [ -109.90437054104508, 38.253229645695924 ], [ -109.90399394637291, 38.253573095493174 ], [ -109.9038374449655, 38.25372033362067 ], [ -109.90350043457779, 38.254091187912834 ], [ -109.9031850476799, 38.254619955403157 ], [ -109.9029732664756, 38.254946917975225 ], [ -109.90278030940179, 38.255238007685996 ], [ -109.90255347477701, 38.255501743862823 ], [ -109.90213320203601, 38.256088106066748 ], [ -109.9020161457323, 38.25627175916933 ], [ -109.90186895985659, 38.256558769506363 ], [ -109.90177958973788, 38.256801260199069 ], [ -109.90178231942475, 38.256999552271886 ], [ -109.90185919416544, 38.257207550380855 ], [ -109.90203634312134, 38.257587716935774 ], [ -109.90213097123612, 38.257755326464519 ], [ -109.90224757425459, 38.257981720240828 ], [ -109.90229588140782, 38.258189450775632 ], [ -109.90237360155439, 38.258645289532424 ], [ -109.90251702533823, 38.259444203019243 ], [ -109.90264426790284, 38.260103277200365 ], [ -109.90275626768849, 38.260636039107837 ], [ -109.90293270608748, 38.26144427270907 ], [ -109.90298259814183, 38.261926886990587 ], [ -109.90297588978028, 38.262372923607202 ], [ -109.90296482220243, 38.262728798363874 ], [ -109.90304572634911, 38.263049484559687 ], [ -109.90312588586754, 38.263419730309153 ], [ -109.90323570223535, 38.263718156362756 ], [ -109.90340029294109, 38.26417480608675 ], [ -109.9035352294935, 38.264703275277796 ], [ -109.90368954642435, 38.265083225652432 ], [ -109.9039387778452, 38.265612762213735 ], [ -109.90426442960538, 38.266381832648925 ], [ -109.90453747557177, 38.266848505562294 ], [ -109.9047998398554, 38.267265511558783 ], [ -109.9049668968746, 38.267559062911914 ], [ -109.90547691479112, 38.268231618515934 ], [ -109.90590346387586, 38.268753792690376 ], [ -109.90643541216696, 38.269489633290625 ], [ -109.90703685513257, 38.270165737794791 ], [ -109.90748925195395, 38.270566483620989 ], [ -109.90770888663096, 38.270709117342896 ], [ -109.90795329430371, 38.270800612279686 ], [ -109.90817543632349, 38.270852246274622 ], [ -109.90845425641214, 38.270935949518119 ], [ -109.90904182172937, 38.271013511300602 ], [ -109.90940200123026, 38.271007847805798 ], [ -109.90986034599447, 38.270935504611046 ], [ -109.91038848156464, 38.270782698891452 ], [ -109.9112430947421, 38.270584255526884 ], [ -109.91224383010687, 38.27016906785051 ], [ -109.91303315649355, 38.269748308302589 ], [ -109.9132468237332, 38.26960158790417 ], [ -109.91370891467236, 38.269276925350965 ], [ -109.91426450508149, 38.268814339779112 ], [ -109.91476357071232, 38.268308871779851 ], [ -109.91536615168764, 38.267760199230246 ], [ -109.91627117775667, 38.266858339112922 ], [ -109.91680469120733, 38.266340563330687 ], [ -109.91762095416713, 38.265640645439369 ], [ -109.9185967408572, 38.264973734483512 ], [ -109.91955603370486, 38.264261602772855 ], [ -109.92043543916363, 38.263539715902276 ], [ -109.92143038057003, 38.262733269218252 ], [ -109.92276591590688, 38.26177222917476 ], [ -109.92332477924053, 38.261389837411748 ], [ -109.92407374821812, 38.260982149915854 ], [ -109.9249375242394, 38.260539461010417 ], [ -109.92569046457622, 38.260248957067617 ], [ -109.92647104154013, 38.260021785991633 ], [ -109.9269926876228, 38.259913905856195 ], [ -109.9274799148167, 38.25981472091653 ], [ -109.92808109262366, 38.259739105307581 ], [ -109.92864193940227, 38.259685648692667 ], [ -109.92918446576073, 38.259712230156133 ], [ -109.9297040434233, 38.259744908277426 ], [ -109.9302009959903, 38.259839561520579 ], [ -109.93079247489432, 38.259957604382286 ], [ -109.93121918935294, 38.26008766179374 ], [ -109.93162199279342, 38.260289596990368 ], [ -109.93217763128231, 38.260592055228855 ], [ -109.93286962539855, 38.260949823819296 ], [ -109.93353412208155, 38.261234340164982 ], [ -109.93410191546374, 38.261488234296706 ], [ -109.93459530826887, 38.261749561072762 ], [ -109.93497389158273, 38.262045892253788 ], [ -109.93528318215816, 38.262391160174253 ], [ -109.9355250206762, 38.262659212255123 ], [ -109.93587871714483, 38.26309500274477 ], [ -109.93598893070688, 38.263375378248121 ], [ -109.93603619460406, 38.263583085805962 ], [ -109.93605132622328, 38.263799514103766 ], [ -109.93604298281507, 38.263979681013787 ], [ -109.93603391638567, 38.26420940806463 ], [ -109.93606452298214, 38.264462025174716 ], [ -109.93616100996162, 38.26489998822165 ], [ -109.93618073951612, 38.265193061223975 ], [ -109.93618668841179, 38.265490515327784 ], [ -109.93615496077108, 38.265706518677625 ], [ -109.93599932171215, 38.266110653027887 ], [ -109.93570651286456, 38.266671255130767 ], [ -109.93539192055516, 38.26707935389323 ], [ -109.93490215724434, 38.267740904772722 ], [ -109.93441922959276, 38.268403416779414 ], [ -109.93400548368164, 38.268868288628987 ], [ -109.93368576339574, 38.269234880224523 ], [ -109.93344782811658, 38.269480550800886 ], [ -109.93322795879786, 38.269663300313702 ], [ -109.93273199041481, 38.269965201766588 ], [ -109.93228606738938, 38.270362183745576 ], [ -109.93185018356408, 38.270853882583644 ], [ -109.93169270946336, 38.27106873957073 ], [ -109.93155809465981, 38.271283804507213 ], [ -109.93145836372339, 38.271458632474889 ], [ -109.93143358868095, 38.271589082483565 ], [ -109.93140762503766, 38.27180063067884 ], [ -109.93141003872155, 38.272025955492623 ], [ -109.93135503693024, 38.272268781571789 ], [ -109.93102825193384, 38.272725422329152 ], [ -109.93067242422882, 38.273213339805189 ], [ -109.92999411051021, 38.273941642410286 ], [ -109.929341742818, 38.274692707979213 ], [ -109.92895711867256, 38.275193875341351 ], [ -109.92854033658993, 38.275938074533137 ], [ -109.92818295273459, 38.276529609003511 ], [ -109.92791255451277, 38.277036322235986 ], [ -109.92775984293198, 38.277314301823587 ], [ -109.92766874198311, 38.277678459317322 ], [ -109.92762735711807, 38.278160228479756 ], [ -109.92760437782493, 38.278556550875152 ], [ -109.92761562586686, 38.278957692159999 ], [ -109.92772332485995, 38.279408380351086 ], [ -109.92792205262609, 38.279888739015973 ], [ -109.92822694464876, 38.280535889864893 ], [ -109.92856607071752, 38.281187858591927 ], [ -109.92888505373379, 38.281654894408057 ], [ -109.92914952943391, 38.281941189881913 ], [ -109.92952739908749, 38.282291604182149 ], [ -109.9301884245114, 38.282824841677694 ], [ -109.93074756297953, 38.283289556136147 ], [ -109.93121749831712, 38.283600249658704 ], [ -109.93184676072332, 38.283961958631728 ], [ -109.93252301186565, 38.284238476911781 ], [ -109.93279586618466, 38.284344598501846 ], [ -109.93301149441265, 38.284454705036694 ], [ -109.93333487204698, 38.284624369558074 ], [ -109.93383327598029, 38.284944323583005 ], [ -109.93429246176861, 38.2852098466592 ], [ -109.93500191180824, 38.28556325510236 ], [ -109.93556458976722, 38.285789158280778 ], [ -109.93595716599451, 38.285918889028814 ], [ -109.93625329120417, 38.285998177391541 ], [ -109.9365728736704, 38.28603712322051 ], [ -109.93766907560121, 38.286137176120036 ], [ -109.93835283049317, 38.286215462745652 ], [ -109.93886160411644, 38.286296668778981 ], [ -109.93951201097047, 38.28638816515091 ], [ -109.94010479820079, 38.286510679690736 ], [ -109.94126849548884, 38.286687911632733 ], [ -109.94225551653307, 38.286827490774293 ], [ -109.94288744456955, 38.286932319998151 ], [ -109.94360136290034, 38.287060414435089 ], [ -109.94477495824079, 38.28734494477898 ], [ -109.94536716282379, 38.287508883208496 ], [ -109.94580484564379, 38.287684047105373 ], [ -109.94613996143606, 38.287835757754969 ], [ -109.9465827132384, 38.288056024795672 ], [ -109.94705229213371, 38.288398194312137 ], [ -109.94748686088536, 38.288789614387973 ], [ -109.94815314408521, 38.289367858772273 ], [ -109.94909038860558, 38.290187347711246 ], [ -109.94963080173741, 38.290773468115617 ], [ -109.9497882696364, 38.290955119928938 ], [ -109.94997302303659, 38.291227136740481 ], [ -109.95010457488186, 38.291620340419591 ], [ -109.95036255009065, 38.292366146962252 ], [ -109.95051729755525, 38.292737027438967 ], [ -109.95061435937326, 38.293143440047082 ], [ -109.95066679061367, 38.293472850524019 ], [ -109.95073017724384, 38.293915010128735 ], [ -109.95075177857962, 38.294320747549207 ], [ -109.95070527140658, 38.294770936182061 ], [ -109.95066558374435, 38.295144582984371 ], [ -109.95058509788663, 38.295571937312488 ], [ -109.95046076225742, 38.296264755880891 ], [ -109.95031989686738, 38.296993474663822 ], [ -109.95008611111238, 38.29766278294607 ], [ -109.94996352019439, 38.29823395314957 ], [ -109.94987198161522, 38.298634171529272 ], [ -109.9497212163964, 38.299096944111952 ], [ -109.94945631063909, 38.299702887600965 ], [ -109.94914952033955, 38.300358021635475 ], [ -109.94886585416309, 38.300995337826578 ], [ -109.948730516937, 38.301259981360545 ], [ -109.94852963300268, 38.301707883613439 ], [ -109.9483231981705, 38.302144020002714 ], [ -109.94808168772499, 38.302633012693668 ], [ -109.9478586284265, 38.303032049557878 ], [ -109.94768208868082, 38.303377430854979 ], [ -109.94741048382797, 38.303969790899735 ], [ -109.94702282686437, 38.304678265439186 ], [ -109.94667454795734, 38.30543125136731 ], [ -109.94652000742846, 38.305836307955772 ], [ -109.94628743060056, 38.306496606127325 ], [ -109.94613328977387, 38.306873728280664 ], [ -109.94605900238854, 38.307265085869076 ], [ -109.94603058808342, 38.307647843532621 ], [ -109.94607196277308, 38.30795011965548 ], [ -109.94618833395762, 38.308523431662394 ], [ -109.94628725128673, 38.308880297070701 ], [ -109.94636852365677, 38.309191943533683 ], [ -109.94670781041116, 38.309852871857196 ], [ -109.94703261999119, 38.310328921825935 ], [ -109.9473461276596, 38.310795857380803 ], [ -109.94772773710268, 38.311299451357335 ], [ -109.94816640428265, 38.311812567853693 ], [ -109.94845945978737, 38.312112593772845 ], [ -109.94904655351368, 38.312645061730031 ], [ -109.94944267647128, 38.312936996626235 ], [ -109.94994023897691, 38.313333477160029 ], [ -109.95043182867562, 38.313747926264107 ], [ -109.95083747729019, 38.314094014083658 ], [ -109.95107618657819, 38.314277291676746 ], [ -109.95129740266573, 38.314404537576578 ], [ -109.95157585632377, 38.314528689904812 ], [ -109.952105730356, 38.314668606292017 ], [ -109.95250408069168, 38.314807345693566 ], [ -109.95288045273931, 38.314883704284867 ], [ -109.95322247558154, 38.314962458723862 ], [ -109.95378699104427, 38.315080146552006 ], [ -109.95436216895504, 38.315251999116924 ], [ -109.9552965201524, 38.31550365130299 ], [ -109.95634056466935, 38.315684175717777 ], [ -109.9575370168935, 38.316005732634963 ], [ -109.9582265194726, 38.316183088448938 ], [ -109.95903618148385, 38.316357000744958 ], [ -109.95973654911714, 38.316574998437382 ], [ -109.96017476260894, 38.316727583536505 ], [ -109.96052154326811, 38.316874850633823 ], [ -109.96094234692715, 38.317045302701736 ], [ -109.96133963487749, 38.317260605340586 ], [ -109.96185483412737, 38.317630155534545 ], [ -109.96222796832529, 38.317935362025501 ], [ -109.96255502135392, 38.318263591084751 ], [ -109.96295857213782, 38.31884303108108 ], [ -109.9632433672447, 38.31932769445946 ], [ -109.96333834255364, 38.319486245125191 ], [ -109.96343197091704, 38.319739410476735 ], [ -109.96348537486607, 38.3200057383455 ], [ -109.96350061599622, 38.320542090790603 ], [ -109.96351907413758, 38.321254206820349 ], [ -109.963597417919, 38.321777598727195 ], [ -109.96366714714483, 38.322102649095335 ], [ -109.96373719769674, 38.322405172097355 ], [ -109.96389290782804, 38.322717463913641 ], [ -109.96401513790204, 38.322970881381629 ], [ -109.9642032419748, 38.323418639805865 ], [ -109.96443016498021, 38.323952355245623 ], [ -109.96453352032485, 38.324246159732603 ], [ -109.96461969879398, 38.324702029501211 ], [ -109.96476508363685, 38.325338662961222 ], [ -109.96493676104049, 38.326137745244679 ], [ -109.96502990704663, 38.326827989504011 ], [ -109.96525283220664, 38.327563537853415 ], [ -109.96537314942532, 38.328435163693676 ], [ -109.96543084383181, 38.329205301884997 ], [ -109.96544943068734, 38.329507369556282 ], [ -109.96549094777068, 38.329806034673624 ], [ -109.96554430177031, 38.330076866825237 ], [ -109.96558666498636, 38.330316059822771 ], [ -109.96557157452222, 38.330572770112695 ], [ -109.96551650942455, 38.33082462173774 ], [ -109.96537532639064, 38.33109824368632 ], [ -109.96519455196002, 38.331339973923484 ], [ -109.96508826257354, 38.33157334918414 ], [ -109.96498782054319, 38.331797763898088 ], [ -109.96484232388941, 38.331972214558178 ], [ -109.96451861204616, 38.3322081758363 ], [ -109.96412941315711, 38.33262379864744 ], [ -109.96357439499461, 38.333033448670626 ], [ -109.96296724842787, 38.333487695240088 ], [ -109.96292071775898, 38.333541355999415 ], [ -109.96271866766732, 38.333669342351435 ], [ -109.96233901343335, 38.333815583399044 ], [ -109.96209863096234, 38.333903576482989 ], [ -109.96180981385356, 38.334018176397848 ], [ -109.96155149894187, 38.334079874668276 ], [ -109.96102963678554, 38.334168977380322 ], [ -109.96024289945422, 38.334378293240725 ], [ -109.95910691059656, 38.334607034315248 ], [ -109.95821251374241, 38.334743284498217 ], [ -109.95699520448215, 38.335056896897115 ], [ -109.95600824208395, 38.335264403131575 ], [ -109.95517649451828, 38.335419211873599 ], [ -109.95413681031728, 38.335711846843822 ], [ -109.95288423916966, 38.336088186046609 ], [ -109.95201826039873, 38.336314762849007 ], [ -109.9512176565655, 38.336609508165033 ], [ -109.95038939414751, 38.336917518441695 ], [ -109.94995257442267, 38.337057800156536 ], [ -109.94927940000215, 38.337322131030504 ], [ -109.94872634695517, 38.33758753496808 ], [ -109.94837356608475, 38.337850226496805 ], [ -109.94794472411728, 38.338229390890831 ], [ -109.94747329258068, 38.338783905878913 ], [ -109.94720493808303, 38.339141977810748 ], [ -109.94696563970403, 38.339468767947722 ], [ -109.9467138543589, 38.33986754158434 ], [ -109.94650685139963, 38.34033430714782 ], [ -109.94634028112846, 38.340774399557027 ], [ -109.94617266433312, 38.341286578442116 ], [ -109.94609065856856, 38.341813044558094 ], [ -109.94602013324395, 38.342731636544798 ], [ -109.9459118459975, 38.343492178593195 ], [ -109.94576864362584, 38.344292960590742 ], [ -109.9457318368359, 38.344463857947879 ], [ -109.94561647835965, 38.344922433425637 ], [ -109.94538807238629, 38.345285365888891 ], [ -109.94513566941207, 38.345724684098428 ], [ -109.94482196708313, 38.346050799944649 ], [ -109.94436978120255, 38.34645677634019 ], [ -109.94386802694099, 38.34712365276151 ], [ -109.94336139337514, 38.347731904885599 ], [ -109.94288361891078, 38.34832239088869 ], [ -109.94247625989173, 38.348791847878125 ], [ -109.94211420634542, 38.349293254178875 ], [ -109.94181223206729, 38.349597838624121 ], [ -109.94157985465127, 38.349838164104547 ], [ -109.94133997015003, 38.350200984573746 ], [ -109.94112823044512, 38.350595600703663 ], [ -109.94089117480947, 38.351156709773129 ], [ -109.94078062929009, 38.351674802442666 ], [ -109.9406997526731, 38.35212016580661 ], [ -109.94070438179288, 38.352587930423297 ], [ -109.94073549410558, 38.352809005494073 ], [ -109.94078396799718, 38.353016719397438 ], [ -109.94092878899988, 38.353288387590723 ], [ -109.94119836943564, 38.353637784295671 ], [ -109.94167287964673, 38.354061126340376 ], [ -109.94211891843123, 38.354475197579809 ], [ -109.9425839621255, 38.354763270559772 ], [ -109.94306676402476, 38.355010947798533 ], [ -109.94362499852971, 38.355187206744475 ], [ -109.94404696243856, 38.355290139835979 ], [ -109.94462887321971, 38.355412535264534 ], [ -109.94525655962866, 38.355535339621383 ], [ -109.94621597691049, 38.355670134652158 ], [ -109.94709672938049, 38.355705083441954 ], [ -109.94814406469125, 38.355696460224763 ], [ -109.94939152995477, 38.355698633142566 ], [ -109.95007943800586, 38.35561467531442 ], [ -109.95088795561976, 38.355500250710477 ], [ -109.95151917606975, 38.35537882794462 ], [ -109.95181220406856, 38.355296735189249 ], [ -109.95213398273239, 38.35520498545165 ], [ -109.95247929652338, 38.355068385081125 ], [ -109.9526697994872, 38.354952930905789 ], [ -109.95283754500369, 38.35482826115885 ], [ -109.95294215713042, 38.354716545381635 ], [ -109.95308207200466, 38.354537554702226 ], [ -109.95318765644701, 38.354358257338987 ], [ -109.95325304638583, 38.354188514239418 ], [ -109.95329417178624, 38.354034776091282 ], [ -109.95331975926079, 38.353926860446343 ], [ -109.95334459151908, 38.35379190203308 ], [ -109.95333678071779, 38.353539496126601 ], [ -109.95331584041227, 38.353404129090606 ], [ -109.9533238970445, 38.353241984888527 ], [ -109.95334527765777, 38.352949285516388 ], [ -109.95339077632335, 38.352571187340281 ], [ -109.95336612529935, 38.352296101039187 ], [ -109.95337085992247, 38.351967204984831 ], [ -109.95341635772272, 38.351589106725662 ], [ -109.95344209682686, 38.351391072260142 ], [ -109.95342798071563, 38.351179164024302 ], [ -109.95342543708831, 38.350958347066268 ], [ -109.95353019919679, 38.350517693595393 ], [ -109.95356668978424, 38.350288212980736 ], [ -109.95364787449833, 38.349815806878119 ], [ -109.95371072745647, 38.34942434521237 ], [ -109.95376779365924, 38.349037337855826 ], [ -109.95383669048161, 38.348623399958392 ], [ -109.95393233742949, 38.348020448325748 ], [ -109.95408920932672, 38.347377488622996 ], [ -109.95415946326521, 38.346868936330772 ], [ -109.95429355410911, 38.346297869156388 ], [ -109.95445527584098, 38.345794638289775 ], [ -109.95466835394478, 38.345300877020378 ], [ -109.95491646652711, 38.344757861456912 ], [ -109.9551291499352, 38.344291131779002 ], [ -109.95552791669003, 38.343695385037002 ], [ -109.95601000564476, 38.343113896762631 ], [ -109.95643479571673, 38.342617510713808 ], [ -109.95691048441111, 38.34216212995883 ], [ -109.95741296197244, 38.341833153775525 ], [ -109.95785128162663, 38.341589219465043 ], [ -109.95836441793203, 38.341314406027266 ], [ -109.95903895191813, 38.340955408941753 ], [ -109.95970666328593, 38.340672949645402 ], [ -109.96031722856011, 38.340385473818401 ], [ -109.96057092809714, 38.340248036483842 ], [ -109.96102034699167, 38.340026718617729 ], [ -109.9613531659345, 38.33995757081675 ], [ -109.96185804939385, 38.339858403418006 ], [ -109.962322823812, 38.339763384921064 ], [ -109.96299404837231, 38.339634142382188 ], [ -109.96330925283841, 38.33959637534609 ], [ -109.96365261004154, 38.339590398396901 ], [ -109.9638867646716, 38.339619503718794 ], [ -109.96411615062144, 38.339662084498983 ], [ -109.96438856355064, 38.339736586961834 ], [ -109.96485487412482, 38.339935364301979 ], [ -109.96537192860632, 38.340186857336747 ], [ -109.96592310503074, 38.340453068269717 ], [ -109.96648617480692, 38.340687839327565 ], [ -109.96679297368962, 38.340839241586174 ], [ -109.96706538629905, 38.340994846159631 ], [ -109.96733754421238, 38.341168471927972 ], [ -109.96772874951922, 38.341419747431758 ], [ -109.96828508952943, 38.341726546910962 ], [ -109.968931432278, 38.342142279606961 ], [ -109.96962946044609, 38.342544944880984 ], [ -109.9702361556669, 38.342933285906668 ], [ -109.97044508111297, 38.343128879238144 ], [ -109.9705696626384, 38.343220093368423 ], [ -109.97062044818647, 38.343270105399256 ], [ -109.9707845656304, 38.343397714506331 ], [ -109.97088664735973, 38.343461694708381 ], [ -109.97116523285302, 38.343586703049162 ], [ -109.97154052529682, 38.343751310728656 ], [ -109.97183069484042, 38.343866505860305 ], [ -109.97217114307068, 38.344067755327245 ], [ -109.97243213768768, 38.344223247384754 ], [ -109.97268220082819, 38.344342594957304 ], [ -109.97299544897389, 38.344444471363104 ], [ -109.97331454610959, 38.344537386114915 ], [ -109.97392846079246, 38.344822132926936 ], [ -109.97447906885986, 38.345133358971417 ], [ -109.97502980985259, 38.345516679864112 ], [ -109.97562289388105, 38.345981476399487 ], [ -109.97610347010034, 38.346391215351574 ], [ -109.97663440008664, 38.346882500108137 ], [ -109.97701893331772, 38.347205782724636 ], [ -109.97746112473858, 38.347498024807152 ], [ -109.97800528729404, 38.347863250315449 ], [ -109.978668144772, 38.348333145615662 ], [ -109.97929725263019, 38.348762189245619 ], [ -109.97960901195194, 38.348972179462166 ], [ -109.98007404647107, 38.349269116520034 ], [ -109.98077798982281, 38.34966726105754 ], [ -109.98147495735988, 38.350155461087809 ], [ -109.98211509888981, 38.350616127585525 ], [ -109.98275505944098, 38.351090307068986 ], [ -109.98320226302991, 38.351436643212395 ], [ -109.98333712077975, 38.351613547201133 ], [ -109.98349506665005, 38.351776231953096 ], [ -109.98370322186074, 38.352031274402528 ], [ -109.9838768101522, 38.352303139769134 ], [ -109.98410052115489, 38.352673670278293 ], [ -109.98435803516395, 38.353082343683056 ], [ -109.98464945382189, 38.353521951016447 ], [ -109.98498996841582, 38.354052102911879 ], [ -109.98533341786863, 38.354618327300301 ], [ -109.9856732509588, 38.35519803740933 ], [ -109.98591814431698, 38.355610202933214 ], [ -109.98623285994842, 38.356104079892738 ], [ -109.98653549421283, 38.356561803463066 ], [ -109.98677512862376, 38.357023487823021 ], [ -109.98696364538728, 38.357457693939665 ], [ -109.98708362637321, 38.35788229562344 ], [ -109.98716864896588, 38.358351655280295 ], [ -109.98718933978651, 38.358509544397293 ], [ -109.98720292759059, 38.358766504380583 ], [ -109.98720425526908, 38.35908193657805 ], [ -109.98717728642265, 38.359374594266889 ], [ -109.98710435216648, 38.359680372861568 ], [ -109.98698494953808, 38.360035316001401 ], [ -109.98681958003196, 38.360403379791414 ], [ -109.98662603759202, 38.360739657745484 ], [ -109.98628772885296, 38.361197247162288 ], [ -109.98606715443429, 38.361419738986861 ], [ -109.98592240122886, 38.361540149244007 ], [ -109.98574878477079, 38.361678333655099 ], [ -109.98548317113639, 38.36184726381051 ], [ -109.9852752194258, 38.361985150385266 ], [ -109.98501004401618, 38.362122541190125 ], [ -109.98451465359409, 38.362352563724613 ], [ -109.98388783555214, 38.362567927111819 ], [ -109.98315164922057, 38.362746290538333 ], [ -109.98219262069475, 38.363062401106816 ], [ -109.98167388373419, 38.363323750870464 ], [ -109.98144201290852, 38.363452410777867 ], [ -109.98114294031998, 38.363639064287447 ], [ -109.98087737212414, 38.3638034782471 ], [ -109.98062884362663, 38.36397705176288 ], [ -109.98021151812688, 38.364351926774297 ], [ -109.97982833349238, 38.364740615356148 ], [ -109.97956110079247, 38.365023069072159 ], [ -109.97935747193684, 38.365259213464164 ], [ -109.97912401380422, 38.365581612996188 ], [ -109.97896551682045, 38.36586411088944 ], [ -109.9787886478161, 38.366232062558979 ], [ -109.9786771321907, 38.366429355213896 ], [ -109.97845944172475, 38.366851022724177 ], [ -109.97822584767093, 38.367182431152735 ], [ -109.97792250171207, 38.367589833009987 ], [ -109.97774047077851, 38.367917183934154 ], [ -109.97760523453958, 38.368172846648918 ], [ -109.97750471437375, 38.368401775984722 ], [ -109.97745022949361, 38.368613082766842 ], [ -109.97740592176578, 38.368914598283752 ], [ -109.97730400480084, 38.369242647216396 ], [ -109.97717378670723, 38.36946681113772 ], [ -109.97705736612268, 38.369686589297423 ], [ -109.97692174343038, 38.369969283739628 ], [ -109.97647912400083, 38.37051064600476 ], [ -109.97628658527994, 38.37077031272824 ], [ -109.97597610582881, 38.371275877624164 ], [ -109.97575347461068, 38.371639819689236 ], [ -109.97557822642527, 38.371890624244173 ], [ -109.97536825739718, 38.372168161033137 ], [ -109.97506023156033, 38.372498912110977 ], [ -109.97468746827316, 38.372955264042595 ], [ -109.9743145094392, 38.373425131004765 ], [ -109.97404584856174, 38.373804888456455 ], [ -109.97380583913453, 38.374182192470187 ], [ -109.97365741191531, 38.374559396606124 ], [ -109.97335286277564, 38.375047883197929 ], [ -109.9731744773985, 38.375519450139159 ], [ -109.97313854529192, 38.375631785228485 ], [ -109.97310165946891, 38.375730593969763 ], [ -109.97303850982931, 38.375824666623039 ], [ -109.97299151281386, 38.375909868766406 ], [ -109.97296664475934, 38.376049336681945 ], [ -109.97296517970045, 38.376152961684582 ], [ -109.97295265006478, 38.376229453789179 ], [ -109.9729336963065, 38.37635545552768 ], [ -109.97290870253077, 38.376422826434897 ], [ -109.97288599806777, 38.376490217394405 ], [ -109.97287842723287, 38.376620824845027 ], [ -109.97286526035572, 38.376742371274716 ], [ -109.97286881777924, 38.376895606186459 ], [ -109.97284935401532, 38.377057651364879 ], [ -109.97288286450373, 38.377197630742849 ], [ -109.97292604229179, 38.37730164687337 ], [ -109.97297023749331, 38.377414683884567 ], [ -109.97306091952059, 38.377559670074618 ], [ -109.97312063132813, 38.377708890892002 ], [ -109.97313671906777, 38.377785633678791 ], [ -109.97315242469553, 38.377889409065624 ], [ -109.97311591806019, 38.378042292989122 ], [ -109.9730455796344, 38.37815883258309 ], [ -109.97299837721141, 38.378258452061253 ], [ -109.97293847893927, 38.378446277712079 ], [ -109.97289007845384, 38.378630599275645 ], [ -109.97283054910838, 38.378792293341917 ], [ -109.97278233924803, 38.378963098545839 ], [ -109.97274557637039, 38.37913400403697 ], [ -109.97266270570994, 38.379327035386083 ], [ -109.97263166598555, 38.379497990986088 ], [ -109.97258358261344, 38.37965978521158 ], [ -109.97255858486677, 38.379808263786515 ], [ -109.97256175925419, 38.379988531209598 ], [ -109.97254223008754, 38.380155081662622 ], [ -109.97250578466156, 38.380303459872785 ], [ -109.97245337642531, 38.380447192151685 ], [ -109.97241006218998, 38.380595510112208 ], [ -109.97240140625975, 38.380802709742461 ], [ -109.97239326022597, 38.380973865921618 ], [ -109.97236628542238, 38.381262012745289 ], [ -109.97235909544935, 38.381365587457537 ], [ -109.97235139546369, 38.381505205606288 ], [ -109.97232633277227, 38.381658189499746 ], [ -109.97232512150909, 38.381743792663606 ], [ -109.97233446537533, 38.381892572201224 ], [ -109.97232636893567, 38.3824647617243 ], [ -109.97227809150498, 38.38264007199335 ], [ -109.97224202672921, 38.382761417461879 ], [ -109.97226803216957, 38.382946390964719 ], [ -109.97228335496402, 38.383077198947447 ], [ -109.97230916933886, 38.383275688719692 ], [ -109.97235241070598, 38.383456307313196 ], [ -109.97240856374741, 38.38361450914055 ], [ -109.97242910357581, 38.38370030295544 ], [ -109.97245078824554, 38.383786106801537 ], [ -109.97247291918978, 38.383840372645544 ], [ -109.97247775072255, 38.383903498816245 ], [ -109.97249332904076, 38.38401628504613 ], [ -109.97253135720806, 38.38416080996415 ], [ -109.97256925803741, 38.384314345724455 ], [ -109.97260735023855, 38.384454365186947 ], [ -109.97266204107015, 38.384635083990212 ], [ -109.97275037545866, 38.384865663457283 ], [ -109.97282211170456, 38.385055543527592 ], [ -109.97286020475163, 38.385195562902716 ], [ -109.97290478671418, 38.385281567288139 ], [ -109.97297169171195, 38.385408321121041 ], [ -109.97304922962032, 38.385592844690642 ], [ -109.97309856774658, 38.385747381652997 ], [ -109.97317049685059, 38.38592374522414 ], [ -109.97324891489535, 38.386046093759987 ], [ -109.97336702017455, 38.386195825760076 ], [ -109.97345695088092, 38.386313769001291 ], [ -109.97352970931995, 38.386431561795519 ], [ -109.97364234631661, 38.38656322168714 ], [ -109.9736873120804, 38.386622193213199 ], [ -109.97374334428294, 38.386708297523668 ], [ -109.97388924508665, 38.386916850153625 ], [ -109.97401905618115, 38.387048660021271 ], [ -109.97410930724547, 38.387144075634914 ], [ -109.9741488040947, 38.387184975176829 ], [ -109.97423854633891, 38.387316434117672 ], [ -109.97428891909671, 38.387397982652267 ], [ -109.97437898003457, 38.387506914347867 ], [ -109.97445822899803, 38.387570691529142 ], [ -109.97457703907951, 38.387670862631182 ], [ -109.97479786898911, 38.387844021713356 ], [ -109.97496699033009, 38.388030246159133 ], [ -109.97508014113504, 38.388125861276407 ], [ -109.97519920732917, 38.388208010048508 ], [ -109.97542073966665, 38.388331608268253 ], [ -109.97559692291468, 38.388423267856091 ], [ -109.9757569513136, 38.388523797986046 ], [ -109.97591469041241, 38.388624307896833 ], [ -109.97607389249461, 38.388702300452984 ], [ -109.97631947024057, 38.388826107025764 ], [ -109.97654043306872, 38.388909144301124 ], [ -109.97667101449673, 38.38898688614313 ], [ -109.97678499442621, 38.389023929058112 ], [ -109.97696168894279, 38.389079543187833 ], [ -109.97718398857786, 38.389149072967854 ], [ -109.97736073448038, 38.389201082158593 ], [ -109.97745202049487, 38.389223507279588 ], [ -109.9776119234153, 38.389251938036772 ], [ -109.97780547526366, 38.389330227857236 ], [ -109.97790805821973, 38.389363565504809 ], [ -109.97798217133675, 38.389385840466915 ], [ -109.97810772826386, 38.389413971072642 ], [ -109.97834160572205, 38.389474587631611 ], [ -109.97853566603892, 38.389516832804198 ], [ -109.97870135787369, 38.389540806541845 ], [ -109.9789069941973, 38.389574139994231 ], [ -109.97903846633108, 38.389588803180303 ], [ -109.97922107848727, 38.389630947503527 ], [ -109.97940979528896, 38.389646108787296 ], [ -109.97963902653919, 38.389630080563691 ], [ -109.97985108435499, 38.389613902426142 ], [ -109.97996576319628, 38.389601382503244 ], [ -109.98018926976067, 38.389585303383335 ], [ -109.98040736812644, 38.389546646866286 ], [ -109.98060244199576, 38.389516801672812 ], [ -109.9807746811985, 38.389482251612677 ], [ -109.98092949399468, 38.389465573734633 ], [ -109.98108971503798, 38.389471472592511 ], [ -109.98125025218577, 38.389454844050427 ], [ -109.98145131537713, 38.389406124355318 ], [ -109.98167499800086, 38.389377427165627 ], [ -109.98186447286248, 38.389338519250408 ], [ -109.98204268816917, 38.389285995284958 ], [ -109.98220359101639, 38.38924323388931 ], [ -109.98232432170565, 38.389207333073429 ], [ -109.98247963870631, 38.389154609628946 ], [ -109.98266917570757, 38.389111194958879 ], [ -109.98288211502883, 38.389031935163032 ], [ -109.98299717112411, 38.388992379618763 ], [ -109.98317551098278, 38.388930843026024 ], [ -109.98343996878435, 38.388852029115633 ], [ -109.98361283581218, 38.388772420440219 ], [ -109.98381432437539, 38.38869305964333 ], [ -109.98396982836198, 38.388626817867369 ], [ -109.98415414302713, 38.388547307613528 ], [ -109.98432700856245, 38.388467697859767 ], [ -109.9844999493352, 38.388382681314745 ], [ -109.98470702163003, 38.388313280514936 ], [ -109.98485687524442, 38.388241581421354 ], [ -109.98496065670261, 38.388189309521216 ], [ -109.98513377240177, 38.388091676778089 ], [ -109.98520315707761, 38.388042711632629 ], [ -109.98531292676435, 38.387971566109258 ], [ -109.98539948417789, 38.387922749501847 ], [ -109.98554951255765, 38.387838434255691 ], [ -109.98564789591205, 38.387762683879878 ], [ -109.98576313732667, 38.387709609231592 ], [ -109.98586706839939, 38.387646523438889 ], [ -109.98601148462164, 38.387554048256348 ], [ -109.9860867686364, 38.387492516842023 ], [ -109.98620239930436, 38.387411507991963 ], [ -109.9862890812531, 38.387353679815682 ], [ -109.98637588884776, 38.387286840682613 ], [ -109.98648007032747, 38.387205732545105 ], [ -109.98658988780856, 38.387130981424548 ], [ -109.98667090772862, 38.387068598018509 ], [ -109.98679689101949, 38.386984073275329 ], [ -109.98689659277183, 38.386895716453374 ], [ -109.98698945033505, 38.386805497999383 ], [ -109.98706537379174, 38.386698010372612 ], [ -109.98718129116968, 38.386596275458594 ], [ -109.98725684967449, 38.386514919289077 ], [ -109.98731472015875, 38.386470359372915 ], [ -109.98738988885523, 38.386416936884416 ], [ -109.98747059318097, 38.386377080134061 ], [ -109.9875979076234, 38.386279048037274 ], [ -109.98770804914891, 38.386180867493849 ], [ -109.98778919265007, 38.386109472380994 ], [ -109.98785901322509, 38.386028967459389 ], [ -109.98792960172449, 38.3859755050674 ], [ -109.98803262219427, 38.385895286687003 ], [ -109.98810231672866, 38.385823792508212 ], [ -109.98814784410443, 38.385761101652804 ], [ -109.98823025707858, 38.385680705201821 ], [ -109.98830598919861, 38.385586733056655 ], [ -109.98835882456902, 38.385492563253024 ], [ -109.98841172256144, 38.385393887972789 ], [ -109.98851104093686, 38.385250553331922 ], [ -109.98864520553276, 38.38507147132848 ], [ -109.98878446618191, 38.384937493040411 ], [ -109.98887780817658, 38.38481213048027 ], [ -109.98897674847217, 38.384695828111148 ], [ -109.98908713658311, 38.384579624383115 ], [ -109.98918664062151, 38.384422772762839 ], [ -109.98927991854268, 38.384301915304306 ], [ -109.98934426246545, 38.38420333826469 ], [ -109.9894547746169, 38.384078123258732 ], [ -109.98950131913233, 38.384024452601217 ], [ -109.98959453332444, 38.38390810032206 ], [ -109.98968755917986, 38.383805264319598 ], [ -109.98979273469223, 38.383652065828784 ], [ -109.98985731546577, 38.383536367758538 ], [ -109.98993316853036, 38.383433383562227 ], [ -109.99005550234229, 38.383281233868772 ], [ -109.99015487716981, 38.383133392245902 ], [ -109.99023664125836, 38.383016940784806 ], [ -109.99035274870489, 38.382900785076266 ], [ -109.99046879315068, 38.382789134699593 ], [ -109.99054470717564, 38.382681644617449 ], [ -109.9905977253257, 38.382573957325612 ], [ -109.99066079588127, 38.382484380540426 ], [ -109.9907491140404, 38.382390515105683 ], [ -109.99081861468068, 38.382332535551541 ], [ -109.99091711024683, 38.382247769593441 ], [ -109.99099258487404, 38.382171817382591 ], [ -109.99104491348065, 38.382113689876348 ], [ -109.99112058810761, 38.382023320119309 ], [ -109.99122034031473, 38.381930453923324 ], [ -109.99128882051465, 38.381863453310821 ], [ -109.99137008077098, 38.381783044639569 ], [ -109.99148027288339, 38.381680354856378 ], [ -109.99156763189967, 38.381572962545036 ], [ -109.99163738130997, 38.381496960650281 ], [ -109.99172436458932, 38.381416600954772 ], [ -109.99182285784916, 38.381331834190817 ], [ -109.9919039918439, 38.381260436040691 ], [ -109.99199784310893, 38.381180135199855 ], [ -109.99210657604196, 38.381099962237712 ], [ -109.99224482240064, 38.381038066884543 ], [ -109.99234300200247, 38.380975826953808 ], [ -109.99241828629953, 38.38091339014511 ], [ -109.99251086679899, 38.380842089952182 ], [ -109.99259772334341, 38.38077074049307 ], [ -109.9927194846755, 38.380659136943329 ], [ -109.99281212703238, 38.380583331041713 ], [ -109.99290489413879, 38.380498514144406 ], [ -109.99297343389401, 38.380427007032054 ], [ -109.99302696685872, 38.380364382959314 ], [ -109.9930911147551, 38.380279320058953 ], [ -109.99313199284367, 38.380221093229693 ], [ -109.99326557456124, 38.380082554642975 ], [ -109.99338739614562, 38.379966444896077 ], [ -109.9935614298699, 38.379800316141328 ], [ -109.99365449472567, 38.379693872400935 ], [ -109.99376474283646, 38.379586674884777 ], [ -109.99384618501895, 38.379492748009056 ], [ -109.99392088340041, 38.379389751200698 ], [ -109.99399177296391, 38.379313757639061 ], [ -109.99405646788247, 38.379189046101743 ], [ -109.99413270968549, 38.379057224010189 ], [ -109.99417935978529, 38.378995441525774 ], [ -109.99430721359981, 38.378856852554243 ], [ -109.99436551026857, 38.378780750717056 ], [ -109.99444732498733, 38.378659790610357 ], [ -109.99454655969434, 38.378520955865689 ], [ -109.99463409740228, 38.378400044707185 ], [ -109.99472169716964, 38.378274628013202 ], [ -109.99478590355147, 38.378185058639041 ], [ -109.99487910166815, 38.378068701823622 ], [ -109.99496676294214, 38.377938779464003 ], [ -109.99506568399286, 38.37782247155797 ], [ -109.99514176044035, 38.377702362942948 ], [ -109.99523484517978, 38.377594115655604 ], [ -109.99533339143954, 38.377504840294812 ], [ -109.9954327474581, 38.377356993797463 ], [ -109.99553757736165, 38.377227218111628 ], [ -109.99562492494354, 38.377119822539996 ], [ -109.99567050255989, 38.377052623040832 ], [ -109.99571270829212, 38.376980888635828 ], [ -109.99577106424024, 38.376900280568591 ], [ -109.99584671502241, 38.37681080861897 ], [ -109.9959510451918, 38.376717076262473 ], [ -109.99601518638322, 38.376632011618469 ], [ -109.99608523766599, 38.376533479550666 ], [ -109.99617861832446, 38.376403605210918 ], [ -109.99629501685118, 38.376264915874906 ], [ -109.99641060575313, 38.376184797492925 ], [ -109.99650902416292, 38.376104532012022 ], [ -109.99657876308949, 38.376028526963943 ], [ -109.99664880056929, 38.375930895624485 ], [ -109.99670131922042, 38.37585834790994 ], [ -109.9967883398655, 38.375774379836095 ], [ -109.99686947516931, 38.375702076936385 ], [ -109.99695084670819, 38.375612653196093 ], [ -109.99702058469465, 38.375536647866049 ], [ -109.99708528338232, 38.375411033366532 ], [ -109.9971553942099, 38.375307995133667 ], [ -109.99721953272477, 38.37522292977409 ], [ -109.9972724731672, 38.37511974458716 ], [ -109.99731360612184, 38.375042593190614 ], [ -109.99756908825979, 38.37477982522676 ], [ -109.99797695476396, 38.374341724018564 ], [ -109.99826227681122, 38.373907080240571 ], [ -109.99852454295321, 38.373566864823431 ], [ -109.99874185526933, 38.373248794862391 ], [ -109.99907842847855, 38.372832610712258 ], [ -109.99942198965134, 38.372407473182029 ], [ -109.99958620768983, 38.372120490409685 ], [ -109.99974401901989, 38.371883018775158 ], [ -109.99988391587573, 38.371699466143134 ], [ -110.00001734483524, 38.371569930224922 ], [ -110.00015637236541, 38.3714494539093 ], [ -110.00046440481236, 38.371109624243729 ], [ -110.00056896866455, 38.370997865584798 ], [ -110.00066756130958, 38.37090407995106 ], [ -110.00097447394396, 38.370645347453973 ], [ -110.00114975607143, 38.370385492677968 ], [ -110.001584476527, 38.36998906241957 ], [ -110.00206544578262, 38.369558778540885 ], [ -110.00252329517504, 38.369144517544036 ], [ -110.00312527357204, 38.368653977022511 ], [ -110.00365247677495, 38.368189833907628 ], [ -110.00424287061639, 38.367708201052793 ], [ -110.0048043344662, 38.367248849615272 ], [ -110.00556719532818, 38.366710095717785 ], [ -110.00628826129068, 38.366297150806545 ], [ -110.00684865456141, 38.365914382467508 ], [ -110.00774162940084, 38.365484860601676 ], [ -110.00868203367473, 38.364934070559983 ], [ -110.00932504804804, 38.364786301443175 ], [ -110.00979102969657, 38.364609997591167 ], [ -110.01031337529818, 38.364497251880522 ], [ -110.01095681187927, 38.364317935230908 ], [ -110.01139307099946, 38.36422248246798 ], [ -110.01176016892711, 38.364162493227745 ], [ -110.01234936029927, 38.364099868007933 ], [ -110.0130607060982, 38.36406079827978 ], [ -110.01366138447659, 38.364079371423202 ], [ -110.01405580882088, 38.364114231191941 ], [ -110.01458111802994, 38.364204262009984 ], [ -110.01488915625647, 38.364278946987405 ], [ -110.01519098418092, 38.364389627112708 ], [ -110.01561207078234, 38.364568898105254 ], [ -110.01580448927623, 38.364729125321141 ], [ -110.01599066140703, 38.36492805152367 ], [ -110.01606821529563, 38.365117955060207 ], [ -110.01611051901638, 38.365375152939635 ], [ -110.01606199310083, 38.365577516347344 ], [ -110.01582065382954, 38.366071152187132 ], [ -110.01550114675975, 38.366419938640071 ], [ -110.01528647697798, 38.366634424398484 ], [ -110.01504343661873, 38.366830647344699 ], [ -110.01476117495467, 38.367049070233826 ], [ -110.01444222490196, 38.367271690019066 ], [ -110.01416453793178, 38.367490149895353 ], [ -110.01385817424067, 38.36771287389444 ], [ -110.01356812079655, 38.367998818481517 ], [ -110.01329486645751, 38.3683119397868 ], [ -110.01283901096477, 38.368668583104686 ], [ -110.0125263218528, 38.368850696170796 ], [ -110.01228163208684, 38.369082947435921 ], [ -110.01196391317843, 38.369382172869308 ], [ -110.01175513091516, 38.369583183545856 ], [ -110.01154037938309, 38.369802167547903 ], [ -110.01133220778722, 38.369958122495568 ], [ -110.01104244200215, 38.3702215330079 ], [ -110.01079235476561, 38.370513214853588 ], [ -110.01045626067511, 38.370815885821521 ], [ -110.01019504209678, 38.371084041137408 ], [ -110.00988674772705, 38.371446424441281 ], [ -110.00969863529905, 38.371809822186357 ], [ -110.00963881263019, 38.371999470355327 ], [ -110.00957943185558, 38.372156678964522 ], [ -110.00946856715849, 38.372311650137114 ], [ -110.0093928026204, 38.372411043311253 ], [ -110.00929742321225, 38.372689609760052 ], [ -110.00921324365251, 38.372986294800043 ], [ -110.00905521470645, 38.373241801474727 ], [ -110.00897817026579, 38.373434908474771 ], [ -110.00899909651115, 38.373579277583545 ], [ -110.00899559337968, 38.373836090329426 ], [ -110.00900924773954, 38.37409394930684 ], [ -110.00901209475654, 38.374304854452348 ], [ -110.00900385162518, 38.374489531006851 ], [ -110.00889962197712, 38.374996927272498 ], [ -110.00903599430694, 38.375490135912777 ], [ -110.00911279083083, 38.375735010540907 ], [ -110.00926137472881, 38.376172447637146 ], [ -110.00940643641701, 38.37644853980381 ], [ -110.00959605850221, 38.376815128351154 ], [ -110.00979837011926, 38.377090802486741 ], [ -110.01024357849226, 38.37760464193844 ], [ -110.01074720718574, 38.378032457436319 ], [ -110.01116736721544, 38.37828473377597 ], [ -110.01147997071317, 38.378448685204106 ], [ -110.01184217602538, 38.378753641243875 ], [ -110.01218148968532, 38.379058403264438 ], [ -110.0127295210123, 38.379590222483202 ], [ -110.01316559494373, 38.37993635056403 ], [ -110.0134824529482, 38.380209377750795 ], [ -110.01397662842308, 38.380492907729227 ], [ -110.01443074109483, 38.380776098802272 ], [ -110.01477354223032, 38.380909654538087 ], [ -110.01534093171911, 38.381198300106526 ], [ -110.0159857121027, 38.381352412533737 ], [ -110.01646998280185, 38.381523198818009 ], [ -110.01705107410717, 38.381730843046867 ], [ -110.01741062972216, 38.381896073605944 ], [ -110.01787031869733, 38.38210720209414 ], [ -110.01851267729107, 38.382441520484768 ], [ -110.01935532022659, 38.382782017074099 ], [ -110.01978279435434, 38.382920772534391 ], [ -110.0202502773745, 38.38306436685086 ], [ -110.02058154039355, 38.383121207167861 ], [ -110.02131884456087, 38.38320847333128 ], [ -110.02209694676532, 38.383242003185941 ], [ -110.02290391238292, 38.383257744459158 ], [ -110.02429442638645, 38.383300868913771 ], [ -110.02501607737985, 38.383275331448814 ], [ -110.02582395096765, 38.383223470105392 ], [ -110.02649764656834, 38.383358839926771 ], [ -110.02729218942289, 38.383447445100316 ], [ -110.02785803759862, 38.383514322067974 ], [ -110.02822309941865, 38.383527262269858 ], [ -110.02884153820719, 38.383599977674592 ], [ -110.0294626187622, 38.383817805060545 ], [ -110.02989723941461, 38.383852043579026 ], [ -110.03052412166944, 38.384064506164478 ], [ -110.03093367160614, 38.384261650887879 ], [ -110.03130351545977, 38.384431430031157 ], [ -110.03172898053319, 38.38472332961355 ], [ -110.03201194519195, 38.384968990931121 ], [ -110.03220856853157, 38.385249986778632 ], [ -110.03249998395528, 38.385721016922076 ], [ -110.03265111722746, 38.385979106512536 ], [ -110.03281600389347, 38.386494151626721 ], [ -110.03291640586251, 38.386778858274624 ], [ -110.03300307018333, 38.387063451497426 ], [ -110.03320374762505, 38.387470647169664 ], [ -110.03341467658822, 38.387968047083255 ], [ -110.03347152799607, 38.388428128189396 ], [ -110.03352927960917, 38.388820626619697 ], [ -110.03350748838938, 38.38916740913573 ], [ -110.03342188737425, 38.389576749484142 ], [ -110.03318238189227, 38.389935254372908 ], [ -110.03294882664474, 38.390276685025306 ], [ -110.03269257478775, 38.39060260747685 ], [ -110.03250476416589, 38.390948019484597 ], [ -110.03228164286203, 38.391365235646987 ], [ -110.03186894267859, 38.391830451647792 ], [ -110.03162477889261, 38.392107806676165 ], [ -110.03144490788837, 38.392286560473956 ], [ -110.03101688684073, 38.392611960780535 ], [ -110.03062525613838, 38.392784456495541 ], [ -110.02999860465583, 38.39289192219573 ], [ -110.02931209981402, 38.392936706097345 ], [ -110.02881315062001, 38.39299926175746 ], [ -110.02828092438247, 38.393066946613246 ], [ -110.02751108487431, 38.393263331764516 ], [ -110.02711974663231, 38.393327674179048 ], [ -110.02613229712961, 38.393526749811727 ], [ -110.02557553665432, 38.393630266465301 ], [ -110.02507517609045, 38.393797333544128 ], [ -110.02472974788236, 38.393938651737983 ], [ -110.02423395758814, 38.394191367143399 ], [ -110.02381782786594, 38.394480791865867 ], [ -110.02364895756608, 38.394691167087082 ], [ -110.0234276526687, 38.394968695111388 ], [ -110.02331403607361, 38.395242614100873 ], [ -110.02314271829039, 38.395719723021571 ], [ -110.02305188328415, 38.39608755625418 ], [ -110.02297109056391, 38.396560012152726 ], [ -110.02271178719396, 38.39710758153241 ], [ -110.02245466416537, 38.397492952717904 ], [ -110.02215641820764, 38.397955483291518 ], [ -110.02185740339611, 38.398474782132062 ], [ -110.02162768252138, 38.398950499878637 ], [ -110.02135926956969, 38.399407870093569 ], [ -110.02108801616444, 38.399905769832728 ], [ -110.02083738988496, 38.400232613587605 ], [ -110.0204385189386, 38.400936721012705 ], [ -110.0201822717309, 38.401340118115165 ], [ -110.01990612912431, 38.401774890166315 ], [ -110.0196662724981, 38.402151387187722 ], [ -110.01928796549436, 38.402603327049199 ], [ -110.01906990898044, 38.403061112959143 ], [ -110.01880592293175, 38.403527525881771 ], [ -110.01850636084357, 38.404083759963839 ], [ -110.01817944567395, 38.404545138356347 ], [ -110.01778948231308, 38.405010493398649 ], [ -110.01729308981191, 38.405384835027647 ], [ -110.01697446465523, 38.405571414324115 ], [ -110.01646674974288, 38.405851031731935 ], [ -110.0157976693361, 38.406205893646813 ], [ -110.01496642393653, 38.406694568334956 ], [ -110.01436117000914, 38.406986874594317 ], [ -110.01374439820889, 38.407283586745073 ], [ -110.01311075002724, 38.407557623587195 ], [ -110.01238560469058, 38.407821873995559 ], [ -110.01194378702523, 38.407885739711006 ], [ -110.01105387085565, 38.408053966961958 ], [ -110.01025458289459, 38.408295048527556 ], [ -110.00974774576015, 38.408507054173157 ], [ -110.00887721326389, 38.408932269452961 ], [ -110.00817383481925, 38.409277785298116 ], [ -110.00711179550792, 38.409886111557519 ], [ -110.00660243592654, 38.410197213590742 ], [ -110.00600848272346, 38.41057969156109 ], [ -110.00542415101111, 38.411011813868818 ], [ -110.00489745761745, 38.411416485567166 ], [ -110.00444012861004, 38.411773980764643 ], [ -110.00417294927053, 38.412046575312395 ], [ -110.00399208274006, 38.41228926218772 ], [ -110.00381739909058, 38.412498657105147 ], [ -110.00365926222561, 38.412754153377357 ], [ -110.00345918321887, 38.413144472026474 ], [ -110.00320651223986, 38.413610944548424 ], [ -110.00311507530428, 38.414096812018414 ], [ -110.0030755771722, 38.414803913936261 ], [ -110.00308931946537, 38.415470914913783 ], [ -110.00322985149367, 38.416080416670177 ], [ -110.00341232914684, 38.416555095753466 ], [ -110.00367872861675, 38.417174679161654 ], [ -110.00403087771625, 38.417722895186749 ], [ -110.00421723142408, 38.417999343125793 ], [ -110.00444782232849, 38.418307708385356 ], [ -110.00468844675827, 38.418719795744977 ], [ -110.00490579572408, 38.419158720779564 ], [ -110.00523189577683, 38.419603074581033 ], [ -110.00535953566823, 38.419901552091211 ], [ -110.00562079254595, 38.420480533503998 ], [ -110.00583629947084, 38.421054620207357 ], [ -110.00596042441433, 38.421609907465481 ], [ -110.00611054663301, 38.421940116586306 ], [ -110.00637834609367, 38.422460574074897 ], [ -110.00664658132081, 38.422949492838569 ], [ -110.00685490634689, 38.423212604803034 ], [ -110.00718177632243, 38.423602887934692 ], [ -110.00745833820537, 38.423902624677453 ], [ -110.00780726041388, 38.424356176387647 ], [ -110.00813888187601, 38.424818592543723 ], [ -110.00836895617942, 38.425167499266124 ], [ -110.00857082720802, 38.425484625138999 ], [ -110.00884109570816, 38.425910472425606 ], [ -110.00932370131247, 38.426558906819892 ], [ -110.00961088793775, 38.426837099619931 ], [ -110.01003534170545, 38.427298492523619 ], [ -110.0102669579824, 38.427535660520405 ], [ -110.01063451147253, 38.42788572385431 ], [ -110.01114365967888, 38.428354136147476 ], [ -110.0115583934771, 38.428605463468543 ], [ -110.0124317269608, 38.429252674336425 ], [ -110.01286365335598, 38.429504141945607 ], [ -110.01341285984536, 38.429977387804328 ], [ -110.01390491875047, 38.430441138243388 ], [ -110.01437390136368, 38.430917309208894 ], [ -110.01467031451034, 38.431362287903042 ], [ -110.01486205459491, 38.431669404518438 ], [ -110.01502521120774, 38.431887963634487 ], [ -110.01517729252774, 38.43207849245514 ], [ -110.01541895248941, 38.432422075413456 ], [ -110.015615072806, 38.43274454785638 ], [ -110.01578270630581, 38.432971254247839 ], [ -110.0160085661462, 38.433297580588018 ], [ -110.01620007620495, 38.433538004772792 ], [ -110.01640890600153, 38.433768660910665 ], [ -110.01666914258028, 38.434010562412141 ], [ -110.0169158138369, 38.434323543743936 ], [ -110.01720980889317, 38.43469549901554 ], [ -110.01736177960059, 38.43489503596787 ], [ -110.01759266233152, 38.435189859597415 ], [ -110.01782476784138, 38.435394573758856 ], [ -110.01804894935212, 38.435761435713211 ], [ -110.01826722185588, 38.436141765605527 ], [ -110.01852583815763, 38.436504409175456 ], [ -110.01895927640189, 38.437072185533154 ], [ -110.01923442589573, 38.43748363033265 ], [ -110.01952102305688, 38.437811359382934 ], [ -110.01987764296348, 38.438214472452515 ], [ -110.02014730497942, 38.438608746521069 ], [ -110.02036608399634, 38.438953028967497 ], [ -110.02067432853471, 38.439460273402062 ], [ -110.02090987195805, 38.439836236655083 ], [ -110.02109434799425, 38.440175725093347 ], [ -110.02173553964553, 38.44105974261204 ], [ -110.02208530111552, 38.441463692811048 ], [ -110.02247797863818, 38.442084286071633 ], [ -110.02283726251923, 38.442632504139333 ], [ -110.02309738199813, 38.442887006976449 ], [ -110.02335605818882, 38.443248739022557 ], [ -110.02365969313459, 38.443675730947497 ], [ -110.02393109477796, 38.443943843812576 ], [ -110.02417715627465, 38.444391983326071 ], [ -110.02453523907199, 38.445031206439559 ], [ -110.02495482495827, 38.445358226826315 ], [ -110.02531126281815, 38.445694633495073 ], [ -110.02548510915391, 38.445889835796528 ], [ -110.0256673958196, 38.446139179517452 ], [ -110.02580662783984, 38.446352117302112 ], [ -110.02594549234094, 38.446677700787717 ], [ -110.02625001640004, 38.447040708706524 ], [ -110.02657715721557, 38.447426433522921 ], [ -110.02701472789018, 38.447695919696152 ], [ -110.02756869860092, 38.447831191726408 ], [ -110.02833055176596, 38.447846524578708 ], [ -110.0293804311887, 38.447747084121417 ], [ -110.03003414254594, 38.447622726441942 ], [ -110.03054156036971, 38.44746921772667 ], [ -110.03128291580451, 38.447303222233444 ], [ -110.03221391730159, 38.447094630327939 ], [ -110.03330388471113, 38.446995485744651 ], [ -110.03426799007727, 38.446881775737253 ], [ -110.03500895942288, 38.446743690341052 ], [ -110.03562942423613, 38.446619027483486 ], [ -110.03621554871971, 38.446491375266767 ], [ -110.03742796327683, 38.446317499288241 ], [ -110.03812605753301, 38.446300702790566 ], [ -110.03877753044192, 38.446342998333819 ], [ -110.03982996393408, 38.446567012995629 ], [ -110.04035620101207, 38.44663440793812 ], [ -110.04100889584716, 38.446671293944014 ], [ -110.04184880359243, 38.446849392318192 ], [ -110.04252740806963, 38.447093756004172 ], [ -110.0432778186543, 38.447541470429769 ], [ -110.04378654328143, 38.448068315068269 ], [ -110.04410710277155, 38.448526032999816 ], [ -110.04430705495187, 38.449005296083833 ], [ -110.0443229713042, 38.449536228075864 ], [ -110.04434153833296, 38.44986621582138 ], [ -110.04438185810397, 38.450284697792597 ], [ -110.04438492569341, 38.450920964313546 ], [ -110.04436473072175, 38.451583175580808 ], [ -110.04435849042294, 38.452056250343581 ], [ -110.04447556597461, 38.452737604973898 ], [ -110.04454238453678, 38.453319418492882 ], [ -110.0446201879881, 38.453937369161203 ], [ -110.04445449307495, 38.454769619837627 ], [ -110.04429511836359, 38.455556862146167 ], [ -110.04392688818166, 38.456103584214901 ], [ -110.04343820650458, 38.456658333517034 ], [ -110.04291734063267, 38.457046097455439 ], [ -110.0422606789634, 38.457302076276072 ], [ -110.04163761726029, 38.457616903649964 ], [ -110.04118329522538, 38.45773845165445 ], [ -110.04072678744507, 38.457938383572291 ], [ -110.04031967442376, 38.458043192138426 ], [ -110.03987655668517, 38.458183751826176 ], [ -110.0393813894248, 38.458359930655583 ], [ -110.03906349091845, 38.458564597289062 ], [ -110.03883786869473, 38.45872496064802 ], [ -110.03853643942227, 38.45898383236436 ], [ -110.03816726457454, 38.459165545918061 ], [ -110.03749277837376, 38.459466410904454 ], [ -110.03684807545447, 38.459681903774744 ], [ -110.03597953521202, 38.45992258701876 ], [ -110.0354862668737, 38.459954574455466 ], [ -110.03511439869047, 38.459907353872154 ], [ -110.03467994439787, 38.459826272380809 ], [ -110.03409636481349, 38.459754774101903 ], [ -110.03361883740752, 38.459466059847998 ], [ -110.0329715062295, 38.459019135046951 ], [ -110.03271726555182, 38.45874667910644 ], [ -110.03246205176767, 38.458547210965797 ], [ -110.03220095289858, 38.45835940912194 ], [ -110.03183712577219, 38.458140117304488 ], [ -110.03157517459333, 38.45801629151741 ], [ -110.03120284512094, 38.45766174894073 ], [ -110.03082237743375, 38.457401762810825 ], [ -110.03043401138923, 38.457218311237135 ], [ -110.02985728840652, 38.456636775075566 ], [ -110.02945620570972, 38.45620538766488 ], [ -110.02878402596582, 38.455478864914625 ], [ -110.02796355311506, 38.454701542503855 ], [ -110.02737553157225, 38.454110888424616 ], [ -110.02693950688798, 38.453723360588896 ], [ -110.02658989036969, 38.453302303868469 ], [ -110.02615176704481, 38.452645299697984 ], [ -110.02586780156068, 38.452030129332307 ], [ -110.02563683261731, 38.451735321689519 ], [ -110.02495131563822, 38.450728395562507 ], [ -110.02442472272179, 38.450260799729968 ], [ -110.02411137760856, 38.450041904288128 ], [ -110.02376667892877, 38.449768675308043 ], [ -110.02325717899437, 38.449309327369164 ], [ -110.02285471742138, 38.44898604862837 ], [ -110.02240185179451, 38.448576734799616 ], [ -110.02199488523902, 38.448163296421164 ], [ -110.0209089098219, 38.447455803082491 ], [ -110.02054674381432, 38.447204948430901 ], [ -110.01996470687791, 38.446943241759122 ], [ -110.01925380810759, 38.446635394029791 ], [ -110.01854231886918, 38.446286983458855 ], [ -110.01812532369122, 38.446193370449926 ], [ -110.01744443031062, 38.446124578840916 ], [ -110.01683758698083, 38.446087946379002 ], [ -110.01624116241855, 38.446127999484155 ], [ -110.01541533339457, 38.446184145746486 ], [ -110.01502557933281, 38.446194387588356 ], [ -110.01451946869531, 38.446334322135108 ], [ -110.01413403286899, 38.446448234259044 ], [ -110.01366247682505, 38.446574937979513 ], [ -110.01338022199182, 38.446685210255112 ], [ -110.01307412973929, 38.446862870340389 ], [ -110.01268205129634, 38.447043409794162 ], [ -110.01234625428583, 38.44729832000241 ], [ -110.01204009550193, 38.447480482732992 ], [ -110.0118777767742, 38.447618798364651 ], [ -110.01169765560724, 38.447802023110931 ], [ -110.01130813781535, 38.448214185397042 ], [ -110.0110676598585, 38.448621296141653 ], [ -110.01074068349772, 38.449488184134978 ], [ -110.01065136131469, 38.449735257133725 ], [ -110.01064114081913, 38.450064105163527 ], [ -110.01073404760839, 38.450393824019706 ], [ -110.01077532975313, 38.450727612850805 ], [ -110.0107659478584, 38.451078997665277 ], [ -110.01082844847949, 38.451453519142348 ], [ -110.01087386160904, 38.451904497423769 ], [ -110.01081029254166, 38.452363567421095 ], [ -110.01085742848014, 38.45268839365184 ], [ -110.01086427370248, 38.453026397523246 ], [ -110.01087494145536, 38.453504118014294 ], [ -110.01095067345796, 38.454252744585879 ], [ -110.01095530456571, 38.454752943743834 ], [ -110.01102499209438, 38.455104995852295 ], [ -110.01119678166694, 38.455533609611258 ], [ -110.01133509258598, 38.455896153765302 ], [ -110.01148352399605, 38.456357012745237 ], [ -110.01149986417319, 38.456839286746536 ], [ -110.01138337255068, 38.457397040890463 ], [ -110.01127373854976, 38.457788132804737 ], [ -110.01111304215604, 38.458309465935443 ], [ -110.01086140224056, 38.458775959630998 ], [ -110.01038307361767, 38.459308127134058 ], [ -110.01014931683028, 38.459639591978586 ], [ -110.00977994737886, 38.460249278508606 ], [ -110.00946984475425, 38.460715274800371 ], [ -110.00914152489197, 38.461172104248398 ], [ -110.00885634415187, 38.461575226430647 ], [ -110.00858085779805, 38.462023489322043 ], [ -110.00830684871261, 38.462363621466885 ], [ -110.00804934899239, 38.462753458069685 ], [ -110.00783824444697, 38.463103133569753 ], [ -110.00776014318586, 38.463449429361411 ], [ -110.00762564436411, 38.463979990801398 ], [ -110.00750486191912, 38.464429561359317 ], [ -110.0072461767345, 38.464904998774394 ], [ -110.00701158391003, 38.465295026984514 ], [ -110.00672958707895, 38.465798202356737 ], [ -110.00647756195504, 38.466205204155813 ], [ -110.00616926709831, 38.466536028267157 ], [ -110.00590089800731, 38.466880708171118 ], [ -110.00556307819997, 38.467274363153393 ], [ -110.00524882625236, 38.467537545143735 ], [ -110.00493705003974, 38.467787229494242 ], [ -110.00431593825328, 38.468358711332442 ], [ -110.00398634138749, 38.468986740032285 ], [ -110.00384471186936, 38.469282927297833 ], [ -110.00365069788293, 38.469637245944007 ], [ -110.00347362642444, 38.470009732104259 ], [ -110.00326190737444, 38.470400848065566 ], [ -110.00313580210836, 38.470817925446788 ], [ -110.00302089662158, 38.471254022892467 ], [ -110.00291745163914, 38.471690217740608 ], [ -110.00269067496583, 38.472341647139295 ], [ -110.00258933686627, 38.472624657910117 ], [ -110.00249223905327, 38.473015847006707 ], [ -110.00246310632765, 38.473466191896179 ], [ -110.002462691001, 38.473912275378886 ], [ -110.00236865181462, 38.474497245269056 ], [ -110.00221860279035, 38.474987113426536 ], [ -110.00200084881718, 38.475814349092708 ], [ -110.00197164940717, 38.476269198988945 ], [ -110.00191286082767, 38.476791385620359 ], [ -110.00188490292101, 38.477156127461704 ], [ -110.00185171031629, 38.477484777253324 ], [ -110.00187452716948, 38.477908528760651 ], [ -110.00179256173426, 38.478448541378839 ], [ -110.00169190885998, 38.479096536817984 ], [ -110.00160557626859, 38.479537381617419 ], [ -110.00166964603726, 38.480294923051723 ], [ -110.00170434832616, 38.480688135413949 ], [ -110.00185184587345, 38.481215684363562 ], [ -110.00196593661398, 38.481671754851014 ], [ -110.00215571000933, 38.482043758635562 ], [ -110.00248700467169, 38.482545836849553 ], [ -110.00272988468022, 38.482808347433746 ], [ -110.00302967550455, 38.483101081035819 ], [ -110.00331872476924, 38.483341453762421 ], [ -110.00369197557633, 38.483628502459425 ], [ -110.00406123210293, 38.483956069304696 ], [ -110.00466866304666, 38.484389295448274 ], [ -110.00503222650907, 38.484631198332146 ], [ -110.005339153452, 38.48482305398467 ], [ -110.0056917525549, 38.48502881433577 ], [ -110.00618056152112, 38.485334859754893 ], [ -110.0064653704363, 38.485467947800458 ], [ -110.00694870090925, 38.485755919861383 ], [ -110.00726099897457, 38.485974851560265 ], [ -110.00764171373177, 38.486221397656266 ], [ -110.00814872369672, 38.486455494344604 ], [ -110.00879706617859, 38.486834974510572 ], [ -110.00917834601445, 38.487040967111746 ], [ -110.00945706496171, 38.4872010319136 ], [ -110.0098207203399, 38.487438414822655 ], [ -110.0104253175039, 38.487664314826411 ], [ -110.01082349522935, 38.487892974465041 ], [ -110.01115387325667, 38.488048965604527 ], [ -110.01164506470509, 38.488183783375135 ], [ -110.01191300579731, 38.488294186261477 ], [ -110.01219716045907, 38.488476820026833 ], [ -110.01288276426598, 38.488649319508397 ], [ -110.0131688892771, 38.488687778041019 ], [ -110.01347153585776, 38.488775940178456 ], [ -110.01373362681416, 38.488895301478927 ], [ -110.01396595156999, 38.489095518186694 ], [ -110.01426164078018, 38.489273738145734 ], [ -110.01448823581235, 38.489473905593805 ], [ -110.01466989317557, 38.48960610573198 ], [ -110.01491972681282, 38.489783938241864 ], [ -110.01520334303885, 38.490007113495622 ], [ -110.01552117185967, 38.490244093413445 ], [ -110.01578222958074, 38.490440042116106 ], [ -110.01599785771866, 38.490604067113388 ], [ -110.01623086815052, 38.490754719958616 ], [ -110.0165087597086, 38.490977843967322 ], [ -110.01728970902487, 38.491308825586891 ], [ -110.01768360326861, 38.491433789842915 ], [ -110.01797296710403, 38.491657006607973 ], [ -110.0182172668279, 38.491821267932366 ], [ -110.01850053448693, 38.492071467815848 ], [ -110.01934609627426, 38.492628273257239 ], [ -110.01951304873266, 38.492746825004808 ], [ -110.01959044984198, 38.492873638740669 ], [ -110.01963929631584, 38.493076814049118 ], [ -110.01968820410848, 38.493275483924791 ], [ -110.01970802113921, 38.49350545172291 ], [ -110.01972582346649, 38.493884097998837 ], [ -110.01979497683043, 38.494281197721286 ], [ -110.01987186496301, 38.494615279243355 ], [ -110.0199587198821, 38.494890867156784 ], [ -110.02008764550138, 38.495108230066982 ], [ -110.02018790751555, 38.495325353028477 ], [ -110.0203565376774, 38.495574589235702 ], [ -110.02059890380326, 38.495883018794672 ], [ -110.02094989298821, 38.496214885552895 ], [ -110.02121682958229, 38.496402760615574 ], [ -110.02169329170866, 38.496784337636079 ], [ -110.02210747530742, 38.497107716961239 ], [ -110.0226632840894, 38.497558442503241 ], [ -110.02298720781543, 38.497772923414907 ], [ -110.02324300568363, 38.497937270165991 ], [ -110.02357224016492, 38.498183335179384 ], [ -110.02382127393395, 38.498424224872586 ], [ -110.02400839138976, 38.498664598051555 ], [ -110.02426762638395, 38.498914583640861 ], [ -110.02446085241228, 38.499042359053398 ], [ -110.02457387528555, 38.499164960243924 ], [ -110.02465792876367, 38.499309849647943 ], [ -110.02476455856231, 38.499396350071947 ], [ -110.02488970960147, 38.499555099287754 ], [ -110.02527959375024, 38.499981901149489 ], [ -110.01444840072078, 38.49997235809758 ], [ -110.00065808718907, 38.499995176110566 ], [ -109.98956403714736, 38.499922510853246 ], [ -109.97763165427165, 38.499936102766107 ], [ -109.9615483077514, 38.499925261702636 ], [ -109.93219079141998, 38.499936116925831 ], [ -109.92420908312805, 38.499948678665866 ], [ -109.91374463593485, 38.499960222918524 ], [ -109.8947713762381, 38.499958425418178 ], [ -109.87959950741394, 38.499967454341871 ], [ -109.87566668462313, 38.499929761809511 ], [ -109.87084427553022, 38.499946445228801 ], [ -109.8698465991755, 38.499945833037643 ], [ -109.86283986846007, 38.499945592192944 ], [ -109.84954319729012, 38.499941884617847 ], [ -109.81785831269852, 38.499932722099963 ], [ -109.78206777632899, 38.499944448514967 ], [ -109.75841127951283, 38.499948348245034 ], [ -109.7506693274393, 38.499960630841827 ], [ -109.74292892490689, 38.4999498889092 ], [ -109.7349304894783, 38.499940353700971 ], [ -109.72830209848468, 38.499949663989369 ], [ -109.71889298369457, 38.499950739789199 ], [ -109.70682938141259, 38.499938897667974 ], [ -109.69485169353186, 38.499933077941954 ], [ -109.68127403497198, 38.499942269609505 ], [ -109.66838460418347, 38.499942394731697 ], [ -109.65813861725339, 38.499932671817234 ], [ -109.65485894146077, 38.499931991405909 ], [ -109.63845603544074, 38.499926257052792 ], [ -109.62882798681163, 38.499926558462242 ], [ -109.6275551306862, 38.49992516444464 ], [ -109.62566308745365, 38.499920996927301 ], [ -109.58849051049572, 38.499974453749928 ], [ -109.54874501481947, 38.499957209583378 ], [ -109.5331264545819, 38.4999608495853 ], [ -109.52163038154056, 38.499965863380005 ], [ -109.50067367136052, 38.499977856744643 ], [ -109.49679200429891, 38.499977653146018 ], [ -109.48292786731945, 38.49998809123619 ], [ -109.48301938641927, 38.494346147840879 ], [ -109.47840390616199, 38.494348173709326 ], [ -109.47378872753205, 38.494346867478946 ], [ -109.47377324821474, 38.490711551392394 ], [ -109.46916446144772, 38.490711860044129 ], [ -109.46915952108357, 38.483153919416409 ], [ -109.46454285323324, 38.483154036856895 ], [ -109.46454051976836, 38.475905397105329 ], [ -109.45992623429781, 38.475906989296007 ], [ -109.44148601273477, 38.47592708342394 ], [ -109.44148578789058, 38.476166423390232 ], [ -109.43736623633571, 38.476163705984156 ], [ -109.43737463365153, 38.483435384762245 ], [ -109.42350449078825, 38.483428724588279 ], [ -109.42354121245945, 38.499977512384611 ], [ -109.41932503025458, 38.499984833314265 ], [ -109.39748057708228, 38.499962753935904 ], [ -109.38203938811466, 38.499993712282986 ], [ -109.37566935697613, 38.499995631058631 ], [ -109.36355531379219, 38.499953111314944 ], [ -109.36176640080376, 38.499955129814936 ], [ -109.35377403059492, 38.499946663798397 ], [ -109.35060337217409, 38.499947099377529 ], [ -109.33336119404379, 38.499959766786468 ], [ -109.3147229912084, 38.499945302616332 ], [ -109.30251051991715, 38.499949113462314 ], [ -109.29082560802368, 38.499950340491949 ], [ -109.27388930869603, 38.499931674334618 ], [ -109.26137853130281, 38.499944815915065 ], [ -109.25066800517635, 38.499961002329194 ], [ -109.23445904903647, 38.499979031752588 ], [ -109.2128552439946, 38.499984682975558 ], [ -109.19454896025293, 38.499960645005729 ], [ -109.1816658578381, 38.499964025278381 ], [ -109.1747109901456, 38.499972951384748 ], [ -109.16541107296655, 38.499985292139748 ], [ -109.14592312615295, 38.499944133969457 ], [ -109.13378043555164, 38.499963875154435 ], [ -109.12567353544316, 38.499959626905891 ], [ -109.10836361752892, 38.499992113909052 ], [ -109.08987967154627, 38.499975857849158 ], [ -109.07457778815555, 38.499959494779951 ], [ -109.06199260791546, 38.499978021690609 ], [ -109.06018787837998, 38.499973364361509 ], [ -109.0601882196832, 38.486453316844766 ], [ -109.06004803642122, 38.46795143689846 ] ] ] } }]}');\n}\n"
  },
  {
    "path": "spec/helpers/jasmine-jsreporter.js",
    "content": "/*\n  This file is part of the Jasmine JSReporter project from Ivan De Marino.\n\n  Copyright (C) 2011-2014 Ivan De Marino <http://ivandemarino.me>\n  Copyright (C) 2014 Alex Treppass <http://alextreppass.co.uk>\n\n  Redistribution and use in source and binary forms, with or without\n  modification, are permitted provided that the following conditions are met:\n\n    * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n    * Neither the name of the <organization> nor the\n      names of its contributors may be used to endorse or promote products\n      derived from this software without specific prior written permission.\n\n  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n  ARE DISCLAIMED. IN NO EVENT SHALL IVAN DE MARINO BE LIABLE FOR ANY\n  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n*/\n(function (jasmine) {\n\n  if (!jasmine) {\n    throw new Error(\"[Jasmine JSReporter] 'Jasmine' library not found\");\n  }\n\n  // ------------------------------------------------------------------------\n  // Jasmine JSReporter for Jasmine 1.x\n  // ------------------------------------------------------------------------\n\n  /**\n   * Calculate elapsed time, in Seconds.\n   * @param startMs Start time in Milliseconds\n   * @param finishMs Finish time in Milliseconds\n   * @return Elapsed time in Seconds */\n  function elapsedSec (startMs, finishMs) {\n      return (finishMs - startMs) / 1000;\n  }\n\n  /**\n   * Round an amount to the given number of Digits.\n   * If no number of digits is given, than '2' is assumed.\n   * @param amount Amount to round\n   * @param numOfDecDigits Number of Digits to round to. Default value is '2'.\n   * @return Rounded amount */\n  function round (amount, numOfDecDigits) {\n      numOfDecDigits = numOfDecDigits || 2;\n      return Math.round(amount * Math.pow(10, numOfDecDigits)) / Math.pow(10, numOfDecDigits);\n  }\n\n  /**\n   * Create a new array which contains only the failed items.\n   * @param items Items which will be filtered\n   * @returns {Array} of failed items */\n  function failures (items) {\n      var fs = [], i, v;\n      for (i = 0; i < items.length; i += 1) {\n          v = items[i];\n          if (!v.passed_) {\n              fs.push(v);\n          }\n      }\n      return fs;\n  }\n\n  /**\n   * Collect information about a Suite, recursively, and return a JSON result.\n   * @param suite The Jasmine Suite to get data from\n   */\n  function getSuiteData (suite) {\n      var suiteData = {\n              description : suite.description,\n              durationSec : 0,\n              specs: [],\n              suites: [],\n              passed: true\n          },\n          specs = suite.specs(),\n          suites = suite.suites(),\n          i, ilen;\n\n      // Loop over all the Suite's Specs\n      for (i = 0, ilen = specs.length; i < ilen; ++i) {\n          suiteData.specs[i] = {\n              description : specs[i].description,\n              durationSec : specs[i].durationSec,\n              passed : specs[i].results().passedCount === specs[i].results().totalCount,\n              skipped : specs[i].results().skipped,\n              passedCount : specs[i].results().passedCount,\n              failedCount : specs[i].results().failedCount,\n              totalCount : specs[i].results().totalCount,\n              failures: failures(specs[i].results().getItems())\n          };\n          suiteData.passed = !suiteData.specs[i].passed ? false : suiteData.passed;\n          suiteData.durationSec += suiteData.specs[i].durationSec;\n      }\n\n      // Loop over all the Suite's sub-Suites\n      for (i = 0, ilen = suites.length; i < ilen; ++i) {\n          suiteData.suites[i] = getSuiteData(suites[i]); //< recursive population\n          suiteData.passed = !suiteData.suites[i].passed ? false : suiteData.passed;\n          suiteData.durationSec += suiteData.suites[i].durationSec;\n      }\n\n      // Rounding duration numbers to 3 decimal digits\n      suiteData.durationSec = round(suiteData.durationSec, 4);\n\n      return suiteData;\n  }\n\n  var JSReporter =  function () {\n  };\n\n  JSReporter.prototype = {\n      reportRunnerStarting: function (runner) {\n          // Nothing to do\n      },\n\n      reportSpecStarting: function (spec) {\n          // Start timing this spec\n          spec.startedAt = new Date();\n      },\n\n      reportSpecResults: function (spec) {\n          // Finish timing this spec and calculate duration/delta (in sec)\n          spec.finishedAt = new Date();\n          // If the spec was skipped, reportSpecStarting is never called and spec.startedAt is undefined\n          spec.durationSec = spec.startedAt ? elapsedSec(spec.startedAt.getTime(), spec.finishedAt.getTime()) : 0;\n      },\n\n      reportSuiteResults: function (suite) {\n          // Nothing to do\n      },\n\n      reportRunnerResults: function (runner) {\n          var suites = runner.suites(),\n              i, j, ilen;\n\n          // Attach results to the \"jasmine\" object to make those results easy to scrap/find\n          jasmine.runnerResults = {\n              suites: [],\n              durationSec : 0,\n              passed : true\n          };\n\n          // Loop over all the Suites\n          for (i = 0, ilen = suites.length, j = 0; i < ilen; ++i) {\n              if (suites[i].parentSuite === null) {\n                  jasmine.runnerResults.suites[j] = getSuiteData(suites[i]);\n                  // If 1 suite fails, the whole runner fails\n                  jasmine.runnerResults.passed = !jasmine.runnerResults.suites[j].passed ? false : jasmine.runnerResults.passed;\n                  // Add up all the durations\n                  jasmine.runnerResults.durationSec += jasmine.runnerResults.suites[j].durationSec;\n                  j++;\n              }\n          }\n\n          // Decorate the 'jasmine' object with getters\n          jasmine.getJSReport = function () {\n              if (jasmine.runnerResults) {\n                  return jasmine.runnerResults;\n              }\n              return null;\n          };\n          jasmine.getJSReportAsString = function () {\n              return JSON.stringify(jasmine.getJSReport());\n          };\n      }\n  };\n\n  // export public\n  jasmine.JSReporter = JSReporter;\n\n\n  // ------------------------------------------------------------------------\n  // Jasmine JSReporter for Jasmine 2.0\n  // ------------------------------------------------------------------------\n\n  /*\n    Simple timer implementation\n  */\n  var Timer = function () {};\n\n  Timer.prototype.start = function () {\n    this.startTime = new Date().getTime();\n    return this;\n  };\n\n  Timer.prototype.elapsed = function () {\n    if (this.startTime == null) {\n      return -1;\n    }\n    return new Date().getTime() - this.startTime;\n  };\n\n  /*\n    Utility methods\n  */\n  var _extend = function (obj1, obj2) {\n    for (var prop in obj2) {\n      obj1[prop] = obj2[prop];\n    }\n    return obj1;\n  };\n  var _clone = function (obj) {\n    if (obj !== Object(obj)) {\n      return obj;\n    }\n    return _extend({}, obj);\n  };\n\n  jasmine.JSReporter2 = function () {\n    this.specs  = {};\n    this.suites = {};\n    this.rootSuites = [];\n    this.suiteStack = [];\n\n    // export methods under jasmine namespace\n    jasmine.getJSReport = this.getJSReport;\n    jasmine.getJSReportAsString = this.getJSReportAsString;\n  };\n\n  var JSR = jasmine.JSReporter2.prototype;\n\n  // Reporter API methods\n  // --------------------\n\n  JSR.suiteStarted = function (suite) {\n    suite = this._cacheSuite(suite);\n    // build up suite tree as we go\n    suite.specs = [];\n    suite.suites = [];\n    suite.passed = true;\n    suite.parentId = this.suiteStack.slice(this.suiteStack.length -1)[0];\n    if (suite.parentId) {\n      this.suites[suite.parentId].suites.push(suite);\n    } else {\n      this.rootSuites.push(suite.id);\n    }\n    this.suiteStack.push(suite.id);\n    suite.timer = new Timer().start();\n  };\n\n  JSR.suiteDone = function (suite) {\n    suite = this._cacheSuite(suite);\n    suite.duration = suite.timer.elapsed();\n    suite.durationSec = suite.duration / 1000;\n    this.suiteStack.pop();\n\n    // maintain parent suite state\n    var parent = this.suites[suite.parentId];\n    if (parent) {\n      parent.passed = parent.passed && suite.passed;\n    }\n\n    // keep report representation clean\n    delete suite.timer;\n    delete suite.id;\n    delete suite.parentId;\n    delete suite.fullName;\n  };\n\n  JSR.specStarted = function (spec) {\n    spec = this._cacheSpec(spec);\n    spec.timer = new Timer().start();\n    // build up suites->spec tree as we go\n    spec.suiteId = this.suiteStack.slice(this.suiteStack.length -1)[0];\n    this.suites[spec.suiteId].specs.push(spec);\n  };\n\n  JSR.specDone = function (spec) {\n    spec = this._cacheSpec(spec);\n\n    spec.duration = spec.timer.elapsed();\n    spec.durationSec = spec.duration / 1000;\n\n    spec.skipped = spec.status === 'pending';\n    spec.passed = spec.skipped || spec.status === 'passed';\n\n    // totalCount and passedCount will be populated if/when jasmine#575 gets accepted\n    spec.totalCount = spec.totalExpectations || 0;\n    spec.passedCount = spec.passedExpectations ? spec.passedExpectations.length : 0;\n\n    spec.failedCount = spec.failedExpectations.length;\n    spec.failures = [];\n\n    for (var i = 0, j = spec.failedExpectations.length; i < j; i++) {\n      var fail = spec.failedExpectations[i];\n      spec.failures.push({\n        type: 'expect',\n        expected: fail.expected,\n        passed: false,\n        message: fail.message,\n        matcherName: fail.matcherName,\n        trace: {\n          stack: fail.stack\n        }\n      });\n    }\n\n    // maintain parent suite state\n    var parent = this.suites[spec.suiteId];\n    if (spec.failed) {\n      parent.failingSpecs.push(spec);\n    }\n    parent.passed = parent.passed && spec.passed;\n\n    // keep report representation clean\n    delete spec.timer;\n    delete spec.totalExpectations;\n    delete spec.passedExpectations;\n    delete spec.suiteId;\n    delete spec.fullName;\n    delete spec.id;\n    delete spec.status;\n    delete spec.failedExpectations;\n  };\n\n  JSR.jasmineDone = function () {\n    this._buildReport();\n  };\n\n  JSR.getJSReport = function () {\n    if (jasmine.jsReport) {\n      return jasmine.jsReport;\n    }\n  };\n\n  JSR.getJSReportAsString = function () {\n    if (jasmine.jsReport) {\n      return JSON.stringify(jasmine.jsReport);\n    }\n  };\n\n  // Private methods\n  // ---------------\n\n  JSR._haveSpec = function (spec) {\n    return this.specs[spec.id] != null;\n  };\n\n  JSR._cacheSpec = function (spec) {\n    var existing = this.specs[spec.id];\n    if (existing == null) {\n      existing = this.specs[spec.id] = _clone(spec);\n    } else {\n      _extend(existing, spec);\n    }\n    return existing;\n  };\n\n  JSR._haveSuite = function (suite) {\n    return this.suites[suite.id] != null;\n  };\n\n  JSR._cacheSuite = function (suite) {\n    var existing = this.suites[suite.id];\n    if (existing == null) {\n      existing = this.suites[suite.id] = _clone(suite);\n    } else {\n      _extend(existing, suite);\n    }\n    return existing;\n  };\n\n  JSR._buildReport = function () {\n    var overallDuration = 0;\n    var overallPassed = true;\n    var overallSuites = [];\n\n    for (var i = 0, j = this.rootSuites.length; i < j; i++) {\n      var suite = this.suites[this.rootSuites[i]];\n      overallDuration += suite.duration;\n      overallPassed = overallPassed && suite.passed;\n      overallSuites.push(suite);\n    }\n\n    jasmine.jsReport = {\n      passed: overallPassed,\n      durationSec: overallDuration / 1000,\n      suites: overallSuites\n    };\n  };\n\n})(jasmine);"
  },
  {
    "path": "spec/helpers/spec-helper.js",
    "content": "/* global parseTranslate */\n/* eslint \"no-unused-vars\": 0 */\n\n/*exported appendChartID, coordsFromTranslate, makeDate, cleanDateRange, flushAllD3Transitions */\n/*exported simulateChartBrushing, simulateChart2DBrushing */\n\nbeforeEach(() => {\n    jasmine.clock().install();\n    d3.select('body').append('div').attr('id', 'test-content');\n});\n\nafterEach(() => {\n    dc.deregisterAllCharts();\n    dc.renderlet(null);\n    d3.selectAll('#test-content').remove();\n    jasmine.clock().uninstall();\n});\n\nfunction appendChartID (id) {\n    return d3.select('#test-content').append('div').attr('id', id);\n}\n\nfunction coordsFromTranslate (translationString) {\n    const result = parseTranslate(translationString);\n    expect(result).not.toBeNull();\n    return {x: +result[1], y: +result[2]};\n}\n\n// use UTC dates because these tests will be run in many time zones\nfunction makeDate (year, month, day) {\n    if (typeof year === 'string' || arguments.length !== 3) {\n        throw new Error('makeDate takes year, month, day');\n    }\n    return new Date(Date.UTC(year, month, day, 0, 0, 0, 0));\n}\n\n// the invisible non-array members that we add in dc.filter cause the objects\n// to be non-equal (correctly, but with no good diagnostics) in the eyes of Jasmine.\nfunction cleanDateRange (range) {\n    return [range[0], range[1]];\n}\n\n// http://stackoverflow.com/questions/20068497/d3-transition-in-unit-testing\nfunction flushAllD3Transitions () {\n    d3.timerFlush();\n}\n\n// Simulate a dummy event - just enough for the handler to get fooled\nconst simulateChartBrushing = function (chart, domainSelection) {\n    // D3v4 needs scaled coordinates for the event\n    const scaledSelection = domainSelection.map(coord => chart.x()(coord));\n\n    // an event with fields that dc cares about\n    chart._brushing({\n        selection: scaledSelection\n    });\n};\n\n// Simulate a dummy event - just enough for the handler to get fooled\nconst simulateChart2DBrushing = function (chart, domainSelection) {\n    // D3v4 needs scaled coordinates for the event\n    const scaledSelection = domainSelection.map(point => point.map((coord, i) => {\n        const scale = i === 0 ? chart.x() : chart.y();\n        return scale(coord);\n    }));\n\n    // an event with fields that dc cares about\n    chart._brushing({\n        selection: scaledSelection\n    });\n};\n"
  },
  {
    "path": "spec/html-legend-spec.js",
    "content": "/* global appendChartID, loadDateFixture */\ndescribe('dc.htmlLegend', () => {\n    let id, chart, dateDimension, dateValueSumGroup, dateIdSumGroup, legend, legendId;\n\n    function legendItem (n, orientation) {\n        return d3.select(legend.selectAll(`div.dc-html-legend div.dc-legend-item-${orientation}`).nodes()[n]);\n    }\n\n    function legendLabel (n, orientation) {\n        return d3.select(legend.selectAll(`div.dc-html-legend div.dc-legend-item-${ \n            orientation} span.dc-legend-item-label`).nodes()[n]);\n    }\n\n    function legendIcon (n, orientation) {\n        return d3.select(legend.selectAll(`div.dc-html-legend div.dc-legend-item-${ \n            orientation} span.dc-legend-item-color`).nodes()[n]);\n    }\n\n    describe('htmlLegend for lineChart', () => {\n        beforeEach(() => {\n            const data = crossfilter(loadDateFixture());\n            dateDimension = data.dimension(d => d3.timeDay(d.dd));\n            dateValueSumGroup = dateDimension.group().reduceSum(d => d.value);\n            dateIdSumGroup = dateDimension.group().reduceSum(d => d.id);\n\n            id = 'html-legend-chart';\n            legendId = 'html-legend-chart-legend';\n            appendChartID(id);\n            appendChartID(legendId);\n\n            chart = new dc.LineChart(`#${id}`);\n            chart\n                .dimension(dateDimension)\n                .group(dateIdSumGroup, 'Id Sum')\n                .stack(dateValueSumGroup, 'Value Sum')\n                .stack(dateValueSumGroup, 'Fixed', () => {\n                })\n                .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n                .legend(new dc.HtmlLegend().container(`#${legendId}`));\n            legend = d3.select(`#${legendId}`);\n        });\n\n        describe('rendering the legend', () => {\n            beforeEach(() => {\n                chart.render();\n            });\n\n            it('should generate a legend', () => {\n                expect(legend.select('div.dc-html-legend').empty()).toBeFalsy();\n            });\n\n            it('should generate a legend item for each stacked line', () => {\n                expect(legend.select('div.dc-html-legend').selectAll('.dc-legend-item-vertical').size()).toBe(3);\n            });\n\n            it('should generate legend item boxes', () => {\n                expect(legendIcon(0, 'vertical').style('background-color')).toBe('rgb(31, 119, 180)');\n                expect(legendIcon(1, 'vertical').style('background-color')).toBe('rgb(255, 127, 14)');\n                expect(legendIcon(2, 'vertical').style('background-color')).toBe('rgb(44, 160, 44)');\n            });\n\n            it('should generate legend labels', () => {\n                expect(legendLabel(0, 'vertical').text()).toBe('Id Sum');\n                expect(legendLabel(1, 'vertical').text()).toBe('Value Sum');\n                expect(legendLabel(2, 'vertical').text()).toBe('Fixed');\n            });\n\n            it('not allow hiding stacks be default', () => {\n                dc.d3compat.callHandler(legendItem(0, 'vertical').on('click'),\n                                        legendItem(0).nodes()[0], {}, legendItem(0, 'vertical').datum());\n                expect(chart.selectAll('path.line').size()).toBe(3);\n            });\n\n        });\n\n        describe('with .horizontal(true)', () => {\n            beforeEach(() => {\n                chart.legend(new dc.HtmlLegend().container(`#${legendId}`).horizontal(true));\n                chart.render();\n            });\n\n            it('should generate a legend', () => {\n                expect(legend.select('div.dc-html-legend').empty()).toBeFalsy();\n            });\n\n            it('should generate a legend item for each stacked line', () => {\n                expect(legend.select('div.dc-html-legend').selectAll('div.dc-legend-item-horizontal').size()).toBe(3);\n            });\n\n            it('should generate legend item boxes', () => {\n                expect(legendIcon(0, 'horizontal').style('background-color')).toBe('rgb(31, 119, 180)');\n                expect(legendIcon(1, 'horizontal').style('background-color')).toBe('rgb(255, 127, 14)');\n                expect(legendIcon(2, 'horizontal').style('background-color')).toBe('rgb(44, 160, 44)');\n            });\n\n            it('should generate legend labels', () => {\n                expect(legendLabel(0, 'horizontal').text()).toBe('Id Sum');\n                expect(legendLabel(1, 'horizontal').text()).toBe('Value Sum');\n                expect(legendLabel(2, 'horizontal').text()).toBe('Fixed');\n            });\n\n            it('not allow hiding stacks be default', () => {\n                const firstLegendItem = legendItem(0, 'horizontal');\n                dc.d3compat.callHandler(firstLegendItem.on('click'), firstLegendItem.nodes()[0], {}, firstLegendItem.datum());\n                expect(chart.selectAll('path.line').size()).toBe(3);\n            });\n        });\n\n        describe('with .maxItems(2)', () => {\n            beforeEach(() => {\n                chart.legend(new dc.HtmlLegend().container(`#${legendId}`).horizontal(true).maxItems(2));\n                chart.render();\n            });\n            it('should display two items', () => {\n                expect(legend.select('div.dc-html-legend').selectAll('div.dc-legend-item-horizontal').size()).toBe(2);\n            });\n        });\n\n        describe('with invalid .maxItems', () => {\n            beforeEach(() => {\n                chart.legend(new dc.HtmlLegend().container(`#${legendId}`).horizontal(true).maxItems('foo'));\n                chart.render();\n            });\n            it('should display three items', () => {\n                expect(legend.select('div.dc-html-legend').selectAll('div.dc-legend-item-horizontal').size()).toBe(3);\n            });\n        });\n\n        describe('with .legendText()', () => {\n            beforeEach(() => {\n                chart.legend(new dc.HtmlLegend().container(`#${legendId}`).legendText((d, i) => {\n                    const _i = i + 1;\n                    return `${_i}. ${d.name}`;\n                }));\n                chart.render();\n            });\n\n            it('should label the legend items with the names of their associated stacks', () => {\n                expect(legendLabel(0, 'vertical').text()).toBe('1. Id Sum');\n                expect(legendLabel(1, 'vertical').text()).toBe('2. Value Sum');\n                expect(legendLabel(2, 'vertical').text()).toBe('3. Fixed');\n            });\n        });\n    });\n});\n"
  },
  {
    "path": "spec/legend-spec.js",
    "content": "/* global appendChartID, coordsFromTranslate, loadDateFixture */\ndescribe('dc.legend', () => {\n    let id, chart, dateDimension, dateValueSumGroup, dateIdSumGroup;\n\n    beforeEach(() => {\n        const data = crossfilter(loadDateFixture());\n        dateDimension = data.dimension(d => d3.utcDay(d.dd));\n        dateValueSumGroup = dateDimension.group().reduceSum(d => d.value);\n        dateIdSumGroup = dateDimension.group().reduceSum(d => d.id);\n\n        id = 'legend-chart';\n        appendChartID(id);\n        chart = new dc.LineChart(`#${id}`);\n\n        chart\n            .dimension(dateDimension)\n            .group(dateIdSumGroup, 'Id Sum')\n            .stack(dateValueSumGroup, 'Value Sum')\n            .stack(dateValueSumGroup, 'Fixed', () => {})\n            .x(d3.scaleUtc().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n            .legend(new dc.Legend().x(400).y(10).itemHeight(13).gap(5));\n    });\n\n    describe('rendering the legend', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should generate a legend', () => {\n            expect(chart.select('g.dc-legend').empty()).toBeFalsy();\n        });\n\n        it('should place the legend using the provided x and y values', () => {\n            expect(chart.select('g.dc-legend').attr('transform')).toMatchTranslate(400, 10);\n        });\n\n        it('should generate a legend item for each stacked line', () => {\n            expect(chart.select('g.dc-legend').selectAll('g.dc-legend-item').size()).toBe(3);\n        });\n\n        it('should generate legend item boxes', () => {\n            expect(legendIcon(0).attr('width')).toBeWithinDelta(13, 2);\n            expect(legendIcon(0).attr('height')).toBeWithinDelta(13, 2);\n        });\n\n        it('should color the legend item boxes using the chart line colors', () => {\n            expect(legendIcon(0).attr('fill')).toMatch(/#1f77b4/i);\n            expect(legendIcon(1).attr('fill')).toMatch(/#ff7f0e/i);\n            expect(legendIcon(2).attr('fill')).toMatch(/#2ca02c/i);\n        });\n\n        it('should generate a legend label for each chart line', () => {\n            expect(chart.selectAll('g.dc-legend g.dc-legend-item text').size()).toBe(3);\n        });\n\n        it('should position the legend labels', () => {\n            expect(legendLabel(0).attr('x')).toBeWithinDelta(15, 2);\n            expect(legendLabel(0).attr('y')).toBeWithinDelta(11.75, 2);\n            expect(legendLabel(1).attr('x')).toBeWithinDelta(15, 2);\n            expect(legendLabel(1).attr('y')).toBeWithinDelta(11.75, 2);\n            expect(legendLabel(2).attr('x')).toBeWithinDelta(15, 2);\n            expect(legendLabel(2).attr('y')).toBeWithinDelta(11.75, 2);\n        });\n\n        it('should label the legend items with the names of their associated stacks', () => {\n            expect(legendLabel(0).text()).toBe('Id Sum');\n            expect(legendLabel(1).text()).toBe('Value Sum');\n            expect(legendLabel(2).text()).toBe('Fixed');\n        });\n\n        it('not allow hiding stacks be default', () => {\n            dc.d3compat.callHandler(legendItem(0).on('click'), legendItem(0).nodes()[0], {}, legendItem(0).datum());\n            expect(chart.selectAll('path.line').size()).toBe(3);\n        });\n\n        describe('without .horizontal(true)', () => {\n            it('should place legend items vertically', () => {\n                expect(coordsFromTranslate(legendItem(0).attr('transform')).y).toBeWithinDelta(0, 1);\n                expect(coordsFromTranslate(legendItem(1).attr('transform')).y).toBeWithinDelta(18, 2);\n                expect(coordsFromTranslate(legendItem(2).attr('transform')).y).toBeWithinDelta(36, 4);\n            });\n        });\n\n        describe('with .horizontal(true)', () => {\n            beforeEach(() => {\n                chart.legend(new dc.Legend().horizontal(true));\n                chart.render();\n            });\n\n            it('should place legend items horizontally', () => {\n                expect(coordsFromTranslate(legendItem(0).attr('transform')).x).toBeWithinDelta(0, 1);\n                expect(coordsFromTranslate(legendItem(1).attr('transform')).x).toBeWithinDelta(65, 5);\n                expect(coordsFromTranslate(legendItem(2).attr('transform')).x).toBeWithinDelta(155, 15);\n            });\n        });\n\n        describe('with .horizontal(true) and defined legendWidth and itemWidth', () => {\n            let legendCoords;\n            beforeEach(() => {\n                chart.legend(new dc.Legend().horizontal(true).legendWidth(60).itemWidth(30));\n                chart.render();\n                legendCoords = d3.range(3).map(i => coordsFromTranslate(legendItem(i).attr('transform')));\n            });\n\n            it('should place legend items in two columns. third item is new row', () => {\n                expect(legendCoords[0].x).toBeWithinDelta(0, 1);\n                expect(legendCoords[0].y).toBeWithinDelta(0, 1);\n                expect(legendCoords[1].x).toBeWithinDelta(30, 5);\n                expect(legendCoords[1].y).toBeWithinDelta(0, 1);\n                expect(legendCoords[2].x).toBeWithinDelta(0, 1);\n                expect(legendCoords[2].y).toBeWithinDelta(13, 5);\n            });\n        });\n\n        describe('with .autoItemWidth not called', () => {\n            beforeEach(() => {\n                chart.legend(new dc.Legend());\n            });\n\n            it('_autoItemWidth should be false', () => {\n                expect(chart.legend().autoItemWidth()).toBe(false);\n            });\n        });\n\n        describe('with .autoItemWidth(false)', () => {\n            beforeEach(() => {\n                chart.legend(new dc.Legend().autoItemWidth(false));\n            });\n\n            it('_autoItemWidth should be false', () => {\n                expect(chart.legend().autoItemWidth()).toBe(false);\n            });\n        });\n\n        describe('with .autoItemWidth(true)', () => {\n            beforeEach(() => {\n                chart.legend(new dc.Legend().autoItemWidth(true));\n            });\n            it('_autoItemWidth should be true', () => {\n                expect(chart.legend().autoItemWidth()).toBe(true);\n            });\n        });\n\n        describe('with .horizontal(true) and .autoItemWidth(true)', () => {\n\n            let fixedWidthOffset1, autoWidthCoords;\n\n            beforeEach(() => {\n                chart.legend(new dc.Legend().horizontal(true).itemWidth(30).autoItemWidth(false));\n                chart.render();\n                fixedWidthOffset1 = coordsFromTranslate(legendItem(1).attr('transform')).x;\n                chart.legend(new dc.Legend().horizontal(true).itemWidth(30).autoItemWidth(true).legendWidth(160));\n                chart.render();\n                autoWidthCoords = d3.range(3).map(i => coordsFromTranslate(legendItem(i).attr('transform')));\n            });\n\n            it('autoWidth x offset should be greater than fixedWidth x offset for the second item', () => {\n                expect(autoWidthCoords[1].x).toBeGreaterThan(fixedWidthOffset1);\n            });\n            it('should wrap the third item based on actual widths', () => {\n                expect(autoWidthCoords[2].x).toBe(0);\n                expect(autoWidthCoords[2].y).toBeWithinDelta(13, 5);\n            });\n        });\n\n        describe('with .legendText()', () => {\n            beforeEach(() => {\n                chart.legend(new dc.Legend().legendText((d, i) => {\n                    const _i = i + 1;\n\n                    return `${_i}. ${d.name}`;\n                }));\n                chart.render();\n            });\n\n            it('should label the legend items with the names of their associated stacks', () => {\n                expect(legendLabel(0).text()).toBe('1. Id Sum');\n                expect(legendLabel(1).text()).toBe('2. Value Sum');\n                expect(legendLabel(2).text()).toBe('3. Fixed');\n            });\n        });\n\n        describe('with .maxItems(2)', () => {\n            beforeEach(() => {\n                chart.legend()\n                    .maxItems(2);\n                chart.render();\n            });\n            it('should display two items', () => {\n                expect(chart.select('g.dc-legend').selectAll('g.dc-legend-item').size()).toBe(2);\n            });\n        });\n\n        describe('with invalid .maxItems', () => {\n            beforeEach(() => {\n                chart.legend()\n                    .maxItems('foo');\n                chart.render();\n            });\n            it('should display three items', () => {\n                expect(chart.select('g.dc-legend').selectAll('g.dc-legend-item').size()).toBe(3);\n            });\n        });\n    });\n\n    describe('legends with dashed lines', () => {\n        beforeEach(() => {\n            id = 'legend-chart-dashed';\n            appendChartID(id);\n            chart = new dc.CompositeChart(`#${id}`);\n\n            const subChart1 = new dc.LineChart(chart);\n            subChart1\n                .dimension(dateDimension)\n                .group(dateIdSumGroup, 'Id Sum')\n                .dashStyle([10,1]);\n\n            const subChart2 = new dc.LineChart(chart);\n            subChart2\n                .dimension(dateDimension)\n                .group(dateValueSumGroup, 'Value Sum')\n                .dashStyle([2,1]);\n\n            chart\n                .x(d3.scaleLinear().domain([0,20]))\n                .legend(new dc.Legend().x(400).y(10).itemHeight(13).gap(5))\n                .compose([subChart1, subChart2])\n                .render();\n        });\n\n        it('should style legend line correctly', () => {\n            expect(legendLine(0).attr('stroke-dasharray')).toEqualIntOrPixelList('10,1');\n            expect(legendLine(1).attr('stroke-dasharray')).toEqualIntOrPixelList('2,1');\n        });\n    });\n\n    describe('legends with hidable stacks', () => {\n        beforeEach(() => {\n            chart.hidableStacks(true).render();\n        });\n\n        describe('clicking on a legend item', () => {\n            beforeEach(() => {\n                dc.d3compat.callHandler(legendItem(0).on('click'), legendItem(0).nodes()[0], {}, legendItem(0).datum());\n            });\n\n            it('should fade out the legend item', () => {\n                expect(legendItem(0).classed('fadeout')).toBeTruthy();\n            });\n\n            it('should hide its associated stack', () => {\n                expect(chart.selectAll('path.line').size()).toEqual(2);\n            });\n\n            it('disable hover highlighting for that legend item', () => {\n                dc.d3compat.callHandler(legendItem(0).on('mouseover'), null, {}, legendItem(0).datum());\n                expect(d3.select(chart.selectAll('path.line').nodes()[1]).classed('fadeout')).toBeFalsy();\n            });\n\n            describe('clicking on a faded out legend item', () => {\n                beforeEach(() => {\n                    dc.d3compat.callHandler(legendItem(0).on('click'), legendItem(0).nodes()[0], {}, legendItem(0).datum());\n                });\n\n                it('should unfade the legend item', () => {\n                    expect(legendItem(0).classed('fadeout')).toBeFalsy();\n                });\n\n                it('should unfade its associated stack', () => {\n                    expect(chart.selectAll('path.line').size()).toEqual(3);\n                });\n            });\n        });\n    });\n\n    describe('accessible legends', () => {\n        beforeEach(() => {\n            chart.legend(new dc.Legend().keyboardAccessible(true)).render();\n        });\n\n        it('legend items should be focusable from keyboard', () => {\n\n            chart.select('g.dc-legend').selectAll('g.dc-legend-item text').each(function () {\n                const item = d3.select(this);\n                expect(item.attr('tabindex')).toEqual('0');\n            });\n           \n        });\n\n        it('keyboard focus on legend item should highlight chart item', () => {\n\n            dc.d3compat.callHandler(\n                chart.select('g.dc-legend').select('g.dc-legend-item text').on('focus'),\n                legendItem(0).nodes()[0], {}, legendItem(0).datum());\n\n            expect(d3.select(chart.selectAll('path.line').nodes()[0]).classed('highlight')).toBeTruthy();\n        });\n\n    });\n    \n    function legendItem (n) {\n        return d3.select(chart.selectAll('g.dc-legend g.dc-legend-item').nodes()[n]);\n    }\n    function legendLabel (n) {\n        return d3.select(chart.selectAll('g.dc-legend g.dc-legend-item text').nodes()[n]);\n    }\n    function legendIcon (n) {\n        return d3.select(chart.selectAll('g.dc-legend g.dc-legend-item rect').nodes()[n]);\n    }\n    function legendLine (n) {\n        return d3.select(chart.selectAll('g.dc-legend g.dc-legend-item line').nodes()[n]);\n    }\n});\n\n"
  },
  {
    "path": "spec/line-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, makeDate */\ndescribe('dc.lineChart', () => {\n    let id, chart, data;\n    let dimension, group;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        dimension = data.dimension(d => d3.utcDay(d.dd));\n        group = dimension.group();\n\n        id = 'line-chart';\n        appendChartID(id);\n\n        chart = new dc.LineChart(`#${id}`);\n        chart.dimension(dimension).group(group)\n            .width(1100).height(200)\n            .x(d3.scaleUtc().domain([makeDate(2012, 1, 1), makeDate(2012, 11, 31)]))\n            .transitionDuration(0);\n    });\n\n    describe('rendering', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        describe('with a specified dash style', () => {\n            beforeEach(() => {\n                chart.dashStyle([3, 1, 1, 1]).render();\n            });\n\n            it('should be dash-dot-dot-dot to match the specified style', () => {\n                expect(chart.selectAll('path.line').attr('stroke-dasharray')).toEqualIntOrPixelList('3,1,1,1');\n            });\n        });\n\n        describe('render data markers', () => {\n            beforeEach(() => {\n                chart.dotRadius(5)\n                    .brushOn(false)\n                    .renderDataPoints({}).render();\n\n            });\n\n            it('should use default options', () => {\n                chart.selectAll('circle.dot').each(function () {\n                    const dot = d3.select(this);\n                    expect(dot.style('fill-opacity')).toBeWithinDelta(0.8);\n                    expect(dot.style('stroke-opacity')).toBeWithinDelta(0.0);\n                    expect(dot.attr('r')).toBe('2');\n                });\n            });\n\n            it('should use supplied options', () => {\n                chart.renderDataPoints({radius: 3, fillOpacity: 1, strokeOpacity: 1})\n                    .render();\n                chart.selectAll('circle.dot').each(function () {\n                    const dot = d3.select(this);\n                    expect(dot.style('fill-opacity')).toBe('1');\n                    expect(dot.style('stroke-opacity')).toBe('1');\n                    expect(dot.attr('r')).toBe('3');\n                });\n            });\n\n            it('should change the radius on mousemove', () => {\n                chart.selectAll('circle.dot').each(function () {\n                    const dot = d3.select(this);\n                    dc.d3compat.callHandler(dot.on('mousemove'), this, {});\n                    expect(dot.attr('r')).toBe('5');\n                });\n            });\n\n            it('should revert to original radius on mouseout', () => {\n                chart.selectAll('circle.dot').each(function () {\n                    const dot = d3.select(this);\n                    dc.d3compat.callHandler(dot.on('mousemove'), this, {});\n                    dc.d3compat.callHandler(dot.on('mouseout'), this, {});\n                    expect(dot.attr('r')).toBe('2');\n                });\n            });\n\n            describe('hiding all data markers', () => {\n                beforeEach(() => {\n                    chart.renderDataPoints(false).render();\n                });\n\n                it('should not change the default opacity and radius', () => {\n                    chart.selectAll('circle.dot').each(function () {\n                        expect(d3.select(this).style('fill-opacity')).toBeWithinDelta(1e-6);\n                        expect(d3.select(this).style('stroke-opacity')).toBeWithinDelta(1e-6);\n                    });\n                });\n\n                it('should not change showing the data point on mousemove', () => {\n                    chart.selectAll('circle.dot').each(function () {\n                        const dot = d3.select(this);\n                        dc.d3compat.callHandler(dot.on('mousemove'), this, {});\n                        expect(dot.style('fill-opacity')).toBeWithinDelta(0.8);\n                        expect(dot.style('stroke-opacity')).toBeWithinDelta(0.8);\n                    });\n                });\n\n                it('should not change returning to extremely low opacity on hover out', () => {\n                    chart.selectAll('circle.dot').each(function () {\n                        const dot = d3.select(this);\n                        dc.d3compat.callHandler(dot.on('mousemove'), this, {});\n                        dc.d3compat.callHandler(dot.on('mouseout'), this, {});\n                        expect(dot.style('fill-opacity')).toBeWithinDelta(1e-6);\n                        expect(dot.style('stroke-opacity')).toBeWithinDelta(1e-6);\n                    });\n                });\n            });\n        });\n\n        describe('title rendering', () => {\n            beforeEach(() => {\n                chart.renderTitle(false);\n                chart.render();\n            });\n\n            it('should not render dots and tips when boolean flag is false', () => {\n                expect(chart.select('.dc-tooltip._0 .dot').empty()).toBeTruthy();\n                expect(chart.select('.dc-tooltip._0 .dot title').empty()).toBeTruthy();\n            });\n\n        });\n\n        describe('title rendering with brushOn', () => {\n            beforeEach(() => {\n                chart.brushOn(true)\n                    .xyTipsOn(true); // default, for exposition\n                chart.render();\n            });\n\n            it('should not render tips', () => {\n                expect(chart.select('.dc-tooltip._0 .dot').empty()).toBeTruthy();\n                expect(chart.select('.dc-tooltip._0 .dot title').empty()).toBeTruthy();\n            });\n\n            describe('with xyTipsOn always', () => {\n                beforeEach(() => {\n                    chart.brushOn(true)\n                        .xyTipsOn('always');\n                    chart.render();\n                });\n\n                it('should render dots', () => {\n                    expect(chart.select('.dc-tooltip._0 .dot').empty()).toBeFalsy();\n                    expect(chart.select('.dc-tooltip._0 .dot title').empty()).toBeFalsy();\n                });\n            });\n        });\n\n        describe('label rendering off', () => {\n            beforeEach(() => {\n                chart.renderLabel(false);\n                chart.render();\n            });\n\n            it('should produce no labels', () => {\n                expect(chart.selectAll('.lineLabel').empty()).toBeTruthy();\n            });\n        });\n\n        describe('label rendering', () => {\n            beforeEach(() => {\n                chart.renderLabel(true);\n                chart.render();\n            });\n\n            it('should generate a label for each datum', lineLabelCount);\n            it('should generate labels with positions corresponding to their data', lineLabelPositions);\n        });\n\n        describe('data point highlights and refs off', () => {\n            beforeEach(() => {\n                chart.title(d => d.value);\n                chart.brushOn(false).xyTipsOn(false).render();\n            });\n            it('should not generate per data points', () => {\n                expect(chart.selectAll('circle.dot').size()).toBe(0);\n            });\n            it('should not generate x and y refs', () => {\n                expect(chart.selectAll('path.xRef').size()).toBe(0);\n                expect(chart.selectAll('path.yRef').size()).toBe(0);\n            });\n        });\n\n        describe('data point highlights', () => {\n            beforeEach(() => {\n                chart.title(d => d.value);\n                chart.brushOn(false).dotRadius(10).render();\n            });\n            it('should not generate a chart brush', () => {\n                expect(chart.selectAll('g.brush').empty()).toBeTruthy();\n            });\n\n            it('should be generated per data point', () => {\n                expect(chart.selectAll('circle.dot').size()).toBe(6);\n            });\n\n            it('should have configurable radius', () => {\n                chart.selectAll('circle.dot').each(function () {\n                    expect(d3.select(this).attr('r')).toBe('10');\n                });\n            });\n\n            it('should be have extremely low opacity by default', () => {\n                chart.selectAll('circle.dot').each(function () {\n                    expect(d3.select(this).style('fill-opacity')).toBeWithinDelta(1e-6);\n                    expect(d3.select(this).style('stroke-opacity')).toBeWithinDelta(1e-6);\n                });\n            });\n\n            it('should become visible when hovered over', () => {\n                chart.selectAll('circle.dot').each(function () {\n                    const dot = d3.select(this);\n                    dc.d3compat.callHandler(dot.on('mousemove'), this, {});\n                    expect(dot.style('fill-opacity')).toBeWithinDelta(0.8);\n                    expect(dot.style('stroke-opacity')).toBeWithinDelta(0.8);\n                });\n            });\n\n            it('should return to extremely low opacity on hover out', () => {\n                chart.selectAll('circle.dot').each(function () {\n                    const dot = d3.select(this);\n                    dc.d3compat.callHandler(dot.on('mousemove'), this, {});\n                    dc.d3compat.callHandler(dot.on('mouseout'), this, {});\n                    expect(dot.style('fill-opacity')).toBeWithinDelta(1e-6);\n                    expect(dot.style('stroke-opacity')).toBeWithinDelta(1e-6);\n                });\n            });\n\n            it('should render titles on to each circle', () => {\n                chart.selectAll('g._0 circle.dot').each(function (d) {\n                    expect(+d3.select(this).select('title').text()).toBe(d.data.value);\n                });\n            });\n\n            describe('ref lines', () => {\n                it('should generate lines that are hidden by default', () => {\n                    expect(chart.select('path.xRef').style('display')).toBe('none');\n                    expect(chart.select('path.yRef').style('display')).toBe('none');\n                });\n\n                it('should have a stroke dash', () => {\n                    expect(chart.selectAll('path.xRef').attr('stroke-dasharray')).toEqualIntOrPixelList('5,5');\n                    expect(chart.selectAll('path.yRef').attr('stroke-dasharray')).toEqualIntOrPixelList('5,5');\n                });\n\n                describe('when dot is hovered over', () => {\n                    describe('for vertical ref lines', () => {\n                        let x;\n                        beforeEach(() => {\n                            const dot = chart.select('circle.dot');\n                            dc.d3compat.callHandler(dot.on('mousemove'), dot.nodes()[0], {});\n                            x = dot.attr('cx');\n                        });\n\n                        it('shows the ref line from the bottom of the graph', () => {\n                            const path = `M${x} 160 L ${x} 107`;\n                            expect(chart.select('path.xRef').attr('d')).toMatchPath(path);\n                            expect(chart.select('path.xRef').attr('display')).not.toBe('none');\n                        });\n                    });\n\n                    describe('for horizontal ref lines', () => {\n                        describe('for a left y-axis chart', () => {\n                            let x;\n                            beforeEach(() => {\n                                const dot = chart.select('circle.dot');\n                                dc.d3compat.callHandler(dot.on('mousemove'), dot.nodes()[0], {});\n                                x = dot.attr('cx');\n                            });\n\n                            it('shows the ref line on the left', () => {\n                                const path = `M0 107 L ${x} 107`;\n                                expect(chart.select('path.yRef').attr('d')).toMatchPath(path);\n                                expect(chart.select('path.yRef').attr('display')).not.toBe('none');\n                            });\n                        });\n\n                        describe('for a right y-axis chart', () => {\n                            let x;\n                            beforeEach(() => {\n                                chart.useRightYAxis(true).render();\n                                const dot = chart.select('circle.dot');\n                                dc.d3compat.callHandler(dot.on('mousemove'), dot.nodes()[0], {});\n                                x = dot.attr('cx');\n                            });\n\n                            it('shows the ref line on the right', () => {\n                                const path = `M1020 107L${x} 107`;\n                                expect(chart.select('path.yRef').attr('d')).toMatchPath(path); //\"M1020 107L405 107\");\n                                expect(chart.select('path.yRef').attr('display')).not.toBe('none');\n                            });\n                        });\n                    });\n                });\n            });\n        });\n\n        describe('undefined points', () => {\n            beforeEach(() => {\n                chart.defined(d => d.x.valueOf() !== makeDate(2012, 5, 10).getTime());\n                chart.brushOn(false).render();\n            });\n\n            it('should not show line where not defined', () => {\n                expect(chart.select('path.line').attr('d').indexOf('M', 1)).not.toBe(-1);\n            });\n\n            it('should not draw dots on undefined points', () => {\n                expect(chart.selectAll('.dot').size()).toBe(5);\n            });\n        });\n\n        describe('with chart area enabled', () => {\n            beforeEach(() => {\n                chart.renderArea(true).render();\n            });\n\n            it('should draw the chart line', () => {\n                expect(chart.select('path.line').attr('d')).toMatchPath('M348,107 L390,107 L397,0 L461,107 L488,53 L583,53');\n            });\n\n            it('should draw the chart area', () => {\n                expect(chart.select('path.area').attr('d')).toMatchPath('M348,107 L390,107 L397,0 L461,107 L488,53 L583,' +\n                    '53 L583,160 L488,160 L461,160 L397,160 L390,160 L348,160Z');\n            });\n        });\n\n        describe('with an ordinal x domain', () => {\n            beforeEach(() => {\n                const stateDimension = data.dimension(d => d.state);\n                const stateGroup = stateDimension.group();\n\n                chart.dimension(stateDimension)\n                    .group(stateGroup)\n                    .xUnits(dc.units.ordinal)\n                    .x(d3.scaleBand().domain(['California', 'Colorado', 'Delaware', 'Mississippi', 'Oklahoma', 'Ontario']))\n                    .render();\n            });\n\n            it('should automatically disable the brush', () => {\n                expect(chart.brushOn()).toBeFalsy();\n            });\n\n            it('should generate an ordinal path', () => {\n                expect(chart.select('path.line').attr('d')).toMatchPath('M85,0L255,107L425,107L595,53L765,107L935,53');\n            });\n        });\n\n        describe('with stacked data', () => {\n            describe('with positive data', () => {\n                beforeEach(() => {\n                    const idGroup = dimension.group().reduceSum(d => d.id);\n                    const valueGroup = dimension.group().reduceSum(d => d.value);\n\n                    chart.dimension(dimension)\n                        .brushOn(false)\n                        .x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]))\n                        .group(idGroup, 'stack 0')\n                        .title('stack 0', d => `stack 0: ${d.value}`)\n                        .stack(valueGroup, 'stack 1')\n                        .title('stack 1', d => `stack 1: ${d.value}`)\n                        .stack(valueGroup, 'stack 2')\n                        .elasticY(true)\n                        .render();\n                });\n\n                it('should render the correct number of lines', () => {\n                    expect(chart.selectAll('path.line').size()).toBe(3);\n                });\n\n                it('should set the path for stack 0 line', () => {\n                    expect(chart.select('g._0 path.line').attr('d')).toMatchPath('M58 159L222 157L246 150L492 158L597 151L961 153');\n                });\n\n                it('should set the path for stack 1 line', () => {\n                    expect(chart.select('g._1 path.line').attr('d')).toMatchPath('M58 134L222 119L246 75L492 133L597 120L961 109');\n                });\n\n                it('should set the path for stack 2 line', () => {\n                    expect(chart.select('g._2 path.line').attr('d')).toMatchPath('M58 109L222 81L246 0L492 108L597 89L961 65');\n                });\n\n                it('should have its own title accessor', () => {\n                    expect(chart.title()({value: 1})).toBe('stack 0: 1');\n                    expect(chart.title('stack 0')({value: 2})).toBe('stack 0: 2');\n                    expect(chart.title('stack 1')({value: 3})).toBe('stack 1: 3');\n                });\n\n                it('should have titles rendered for extra stacks', () => {\n                    chart.selectAll('g._1 circle.dot').each(function (d) {\n                        expect(d3.select(this).select('title').text()).toBe(`stack 1: ${d.data.value}`);\n                    });\n                });\n\n                it('should default to first stack title for untitled stacks', () => {\n                    chart.selectAll('g._2 circle.dot').each(function (d) {\n                        expect(d3.select(this).select('title').text()).toBe(`stack 0: ${d.data.value}`);\n                    });\n                });\n\n                describe('with chart area enabled', () => {\n                    beforeEach(() => {\n                        chart.renderArea(true).render();\n                    });\n\n                    it('should render the correct number of areas', () => {\n                        expect(chart.selectAll('path.area').size()).toBe(3);\n                    });\n\n                    it('should set the area for stack 0', () => {\n                        expect(chart.select('g._0 path.area').attr('d')).toMatchPath('M58 159L222 157L246 150L492 158L597 ' +\n                            '151L961 153L961 160L597 160L492 160L246 160L222 160L58 160Z');\n                    });\n\n                    it('should set the area for stack 1', () => {\n                        expect(chart.select('g._1 path.area').attr('d')).toMatchPath('M58 134L222 119L246 75L492 133L597 ' +\n                            '120L961 109L961 153L597 151L492 158L246 150L222 157L58 159Z');\n                    });\n\n                    it('should set the area for stack 2', () => {\n                        expect(chart.select('g._2 path.area').attr('d')).toMatchPath('M58 109L222 81L246 0L492 108L597 89L961 ' +\n                            '65L961 109L597 120L492 133L246 75L222 119L58 134Z');\n                    });\n\n                    it('should draw tooltip dots on top of paths and areas', () => {\n                        const list = chart.selectAll('circle.dot, path.line, path.area');\n\n                        const indexOfLastLine = list.nodes().indexOf(list.filter('path.line').nodes()[2]);\n                        const indexOfLastArea = list.nodes().indexOf(list.filter('path.area').nodes()[2]);\n                        const indexOfDot = list.nodes().indexOf(list.filter('circle.dot').nodes()[0]);\n\n                        expect(indexOfDot).toBeGreaterThan(indexOfLastArea);\n                        expect(indexOfDot).toBeGreaterThan(indexOfLastLine);\n                    });\n\n                    it('should draw tooltip ref lines on top of paths', () => {\n                        const list = chart.selectAll('path.yRef, path.xRef, path.line, path.area');\n\n                        const indexOfLastLine = list.nodes().indexOf(list.filter('path.line').nodes()[2]);\n                        const indexOfLastArea = list.nodes().indexOf(list.filter('path.area').nodes()[2]);\n\n                        const indexOfFirstYRef = list.nodes().indexOf(list.filter('path.yRef').nodes()[0]);\n                        const indexOfFirstXRef = list.nodes().indexOf(list.filter('path.xRef').nodes()[0]);\n\n                        expect(indexOfLastLine).toBeLessThan(indexOfFirstXRef);\n                        expect(indexOfLastLine).toBeLessThan(indexOfFirstYRef);\n\n                        expect(indexOfLastArea).toBeLessThan(indexOfFirstXRef);\n                        expect(indexOfLastArea).toBeLessThan(indexOfFirstYRef);\n                    });\n\n                });\n\n                describe('stack hiding', () => {\n                    describe('first stack', () => {\n                        beforeEach(() => {\n                            chart.hideStack('stack 0').render();\n                        });\n\n                        it('should hide the stack', () => {\n                            expect(chart.select('g._0 path.line').attr('d')).toMatchPath('M58 133L222 120L246 80L492 133L597 127L961 113');\n                        });\n\n                        it('should show the stack', () => {\n                            chart.showStack('stack 0').render();\n                            expect(chart.select('g._0 path.line').attr('d')).toMatchPath('M58 159L222 157L246 150L492 158L597 151L961 153');\n                        });\n                    });\n\n                    describe('any other stack', () => {\n                        beforeEach(() => {\n                            chart.title('stack 2', d => `stack 2: ${d.value}`);\n                            chart.hideStack('stack 1').render();\n                        });\n\n                        it('should hide the stack', () => {\n                            expect(chart.select('g._1 path.line').attr('d')).toMatchPath('M58 112L222 83L246 0L492 108L597 85L961 64');\n                        });\n\n                        it('should show the stack', () => {\n                            chart.showStack('stack 1').render();\n                            expect(chart.select('g._1 path.line').attr('d')).toMatchPath('M58 134L222 119L246 75L492 133L597 120L961 109');\n                        });\n\n                        it('should color chart dots the same as line paths', () => {\n                            const lineColor = chart.select('g._1 path.line').attr('stroke');\n                            const circleColor = chart.select('g._1 circle.dot').attr('fill');\n                            expect(lineColor).toEqual(circleColor);\n                        });\n\n                        it('should still show the title for a visible stack', () => {\n                            chart.selectAll('g._1 circle.dot').each(function (d) {\n                                expect(d3.select(this).select('title').text()).toBe(`stack 2: ${d.data.value}`);\n                            });\n                        });\n                    });\n\n                    describe('hiding all the stacks', () => {\n                        beforeEach(() => {\n                            chart.hideStack('stack 0')\n                                .hideStack('stack 1')\n                                .hideStack('stack 2')\n                                .render();\n                        });\n\n                        it('should show a blank graph', () => {\n                            expect(chart.selectAll('path.line').size()).toBe(0);\n                        });\n                    });\n                });\n\n                describe('label rendering', () => {\n                    beforeEach(() => {\n                        chart.renderLabel(true);\n                        chart.render();\n                    });\n\n                    it('should generate a label for each datum', lineLabelCount);\n                    it('should generate labels with positions corresponding to their data', lineLabelPositions);\n                });\n            });\n\n            describe('with mixed positive and negative data', () => {\n                beforeEach(() => {\n                    const mixedGroup = dimension.group().reduceSum(d => d.nvalue);\n\n                    chart.group(mixedGroup).stack(mixedGroup).stack(mixedGroup);\n                    chart.x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]));\n\n                    chart.margins({top: 30, right: 50, bottom: 30, left: 30})\n                        .renderArea(true)\n                        .yAxisPadding(5)\n                        .elasticY(true)\n                        .yAxis().ticks(5);\n\n                    chart.render();\n                });\n\n                it('should generate a line and area for each stack', () => {\n                    expect(chart.selectAll('path.line').size()).toBe(3);\n                    expect(chart.selectAll('path.area').size()).toBe(3);\n                });\n\n                it('should generate negative lines and area for stack 0', () => {\n                    expect(chart.select('g._0 path.line').attr('d')).toMatchPath('M58 81L222 81L246 92L492 79L597 52L961 67');\n                    expect(chart.select('g._0 path.area').attr('d')).toMatchPath('M58 81L222 81L246 92L492 79L597 52L961 ' +\n                        '67L961 73L597 73L492 73L246 73L222 73L58 73Z');\n                });\n\n                it('should generate negative lines and area for stack 1', () => {\n                    expect(chart.select('g._1 path.line').attr('d')).toMatchPath('M58 88L222 88L246 111L492 84L597 31L961 61');\n                    expect(chart.select('g._1 path.area').attr('d')).toMatchPath('M58 88L222 88L246 111L492 84L597 31L961 ' +\n                        '61L961 67L597 52L492 79L246 92L222 81L58 81Z');\n                });\n\n                it('should generate y axis domain dynamically', () => {\n                    const nthText = function (n) {\n                        return d3.select(chart.selectAll('g.axis.y .tick text').nodes()[n]);\n                    };\n\n                    expect(nthText(0).text()).toMatch(/[\\-−]20/);\n                    expect(nthText(1).text()).toBe('0');\n                    expect(nthText(2).text()).toBe('20');\n                });\n\n                describe('label rendering', () => {\n                    beforeEach(() => {\n                        chart.renderLabel(true);\n                        chart.render();\n                    });\n\n                    it('should generate a label for each datum', lineLabelCount);\n                    it('should generate labels with positions corresponding to their data', lineLabelPositions);\n                });\n            });\n\n            describe('with negative data', () => {\n                beforeEach(() => {\n                    const negativeGroup = dimension.group().reduceSum(d => -Math.abs(d.nvalue));\n\n                    chart.group(negativeGroup).stack(negativeGroup).stack(negativeGroup);\n                    chart.x(d3.scaleUtc().domain([makeDate(2012, 4, 20), makeDate(2012, 7, 15)]));\n\n                    chart.margins({top: 30, right: 50, bottom: 30, left: 30})\n                        .elasticY(true)\n                        .xUnits(d3.utcDays)\n                        .yAxis().ticks(3);\n\n                    chart.render();\n                });\n\n                it('should generate y axis domain dynamically', () => {\n                    const nthText = function (n) {\n                        return d3.select(chart.selectAll('g.axis.y .tick text').nodes()[n]);\n                    };\n\n                    // d3@5 and d3@6 uses different characters to format negative numbers\n                    expect(nthText(0).text()).toMatch(/[\\-−]30/);\n                    expect(nthText(1).text()).toMatch(/[\\-−]20/);\n                    expect(nthText(2).text()).toMatch(/[\\-−]10/);\n                    expect(nthText(3).text()).toBe('0');\n                });\n            });\n        });\n\n        describe('legend hovering', () => {\n            let firstItem;\n\n            beforeEach(() => {\n                chart.stack(group)\n                    .legend(new dc.Legend().x(400).y(10).itemHeight(13).gap(5))\n                    .renderArea(true)\n                    .render();\n\n                firstItem = chart.select('g.dc-legend g.dc-legend-item');\n                dc.d3compat.callHandler(firstItem.on('mouseover'), {}, null, firstItem.datum());\n            });\n\n            describe('when a legend item is hovered over', () => {\n                it('should highlight corresponding lines and areas', () => {\n                    expect(nthLine(0).classed('highlight')).toBeTruthy();\n                    expect(nthArea(0).classed('highlight')).toBeTruthy();\n                });\n\n                it('should fade out non-corresponding lines and areas', () => {\n                    expect(nthLine(1).classed('fadeout')).toBeTruthy();\n                    expect(nthArea(1).classed('fadeout')).toBeTruthy();\n                });\n            });\n\n            describe('when a legend item is hovered out', () => {\n                it('should remove highlighting from corresponding lines and areas', () => {\n                    dc.d3compat.callHandler(firstItem.on('mouseout'), null, {}, firstItem.datum());\n                    expect(nthLine(0).classed('highlight')).toBeFalsy();\n                    expect(nthArea(0).classed('highlight')).toBeFalsy();\n                });\n\n                it('should fade in non-corresponding lines and areas', () => {\n                    dc.d3compat.callHandler(firstItem.on('mouseout'), null, {}, firstItem.datum());\n                    expect(nthLine(1).classed('fadeout')).toBeFalsy();\n                    expect(nthArea(1).classed('fadeout')).toBeFalsy();\n                });\n            });\n\n            function nthLine (n) {\n                return d3.select(chart.selectAll('path.line').nodes()[n]);\n            }\n\n            function nthArea (n) {\n                return d3.select(chart.selectAll('path.area').nodes()[n]);\n            }\n        });\n\n        describe('filtering', () => {\n            beforeEach(() => {\n                chart.filter([makeDate(2012, 5, 1), makeDate(2012, 5, 30)]).redraw();\n            });\n\n            it('should set the chart filter', () => {\n                expect(chart.filter()).toEqual([makeDate(2012, 5, 1), makeDate(2012, 5, 30)]);\n            });\n\n            it('should set the filter printer', () => {\n                expect(chart.filterPrinter()).not.toBeNull();\n            });\n\n            it('should not generate tooltip circles with the default brush', () => {\n                expect(chart.selectAll('circle.dot').empty()).toBeTruthy();\n            });\n\n            describe('when a brush is defined', () => {\n                it('should position the brush with an offset', () => {\n                    expect(chart.select('g.brush').attr('transform')).toMatchTranslate(chart.margins().left, 10);\n                });\n\n                it('should create a fancy brush resize handle', () => {\n                    const selectAll = chart.select('g.brush').selectAll('path.custom-brush-handle');\n                    expect(selectAll.size()).toBe(2);\n                    selectAll.each(function (d, i) {\n                        if (i === 0) {\n                            expect(d3.select(this).attr('d'))\n                                .toMatchPath('M-0.5,53 A6,6 0 0 0 -6.5,59 V100 A6,6 0 0 0 -0.5,106 ZM-2.5,61 V98 M-4.5,61 V98');\n                        } else {\n                            expect(d3.select(this).attr('d'))\n                                .toMatchPath('M0.5,53 A6,6 0 0 1 6.5,59 V100 A6,6 0 0 1 0.5,106 ZM2.5,61 V98 M4.5,61 V98');\n                        }\n                    });\n                });\n\n                it('should stretch the background', () => {\n                    expect(chart.select('g.brush rect.overlay').attr('width')).toBe('1020');\n                });\n\n                it('should set the background height to the chart height', () => {\n                    expect(chart.select('g.brush rect.overlay').attr('height')).toBe('160');\n                });\n\n                it('should set extent height to the chart height', () => {\n                    expect(chart.select('g.brush rect.selection').attr('height')).toBe('160');\n                });\n\n                it('should set extent width based on filter set', () => {\n                    expect(chart.select('g.brush rect.selection').attr('width')).toBeWithinDelta(88, 1);\n                });\n\n                it('should not have an area path', () => {\n                    expect(chart.selectAll('path.area').empty()).toBeTruthy();\n                });\n\n                it('should set the dash style to solid', () => {\n                    expect(chart.selectAll('path.line').attr('stroke-dasharray')).toBeNull();\n                });\n            });\n        });\n        describe('changing data', () => {\n            let stateDimension;\n            beforeEach(() => {\n                chart.brushOn(false)\n                    .title(d => d.value)\n                    .render();\n                stateDimension = data.dimension(d => d.state);\n                stateDimension.filter('CA');\n                chart.redraw();\n            });\n\n            it('should update dot titles', () => {\n                chart.selectAll('g._0 circle.dot').each(function (d) {\n                    expect(d3.select(this).select('title').size()).toBe(1);\n                    expect(+d3.select(this).select('title').text()).toBe(d.data.value);\n                });\n            });\n\n            afterEach(() => {\n                stateDimension.filter(null);\n            });\n        });\n    });\n    describe('change color', () => {\n        beforeEach(() => {\n            chart.brushOn(false)\n                .ordinalColors(['#ff0000'])\n                .colorAccessor(() => 0)\n                .render();\n        });\n        it('updates dot colors', () => {\n            expect(chart.select('circle.dot').nodes()[0].attributes.fill.value).toMatch(/#ff0000/i);\n        });\n    });\n\n    describe('accessibility bar chart', () => {\n\n        beforeEach(() => {\n            chart.keyboardAccessible(true);\n            chart.brushOn(false);\n        })\n\n        it('internal elements are focusable by keyboard', () => {\n            chart.render();\n            chart.selectAll('circle.dot').each(function () {\n                const dot = d3.select(this);\n                expect(dot.attr('tabindex')).toEqual('0');\n            });\n        });\n    });\n\n    function lineLabelCount () {\n        expect(chart.selectAll('text.lineLabel').size()).toBe(chart.stack().length * chart.group().all().length);\n    }\n\n    function lineLabelPositions () {\n        const LABEL_PADDING = 3;\n        chart.selectAll('.stack').nodes().forEach((stack, i) => {\n            d3.select(stack).selectAll('text.lineLabel').nodes().forEach((lineLabel, j) => {\n                expect(+d3.select(lineLabel).attr('x')).toBeCloseTo(chart.x()(chart.data()[i].values[j].x));\n                expect(+d3.select(lineLabel).attr('y') + LABEL_PADDING).toBeCloseTo(chart.y()(chart.data()[i].values[j].y +\n                        chart.data()[i].values[j].y0));\n            });\n        });\n    }\n});\n"
  },
  {
    "path": "spec/logger-spec.js",
    "content": "describe('dc.logger', () => {\n    const message = 'Watch out for the bears';\n\n    describe('logging a warning', () => {\n        describe('when console.warn is defined', () => {\n            beforeEach(() => {\n                console.warn = function (msg) {};\n                spyOn(console, 'warn');\n                dc.logger.warn(message);\n            });\n\n            it('should log the message using console.warn', () => {\n                expect(console.warn).toHaveBeenCalledWith(message);\n            });\n        });\n\n        describe('when console.warn is not defined but console.log is', () => {\n            beforeEach(() => {\n                console.warn = undefined;\n                spyOn(console, 'log');\n                dc.logger.warn(message);\n            });\n\n            it('should log the message using console.log', () => {\n                expect(console.log).toHaveBeenCalledWith(message);\n            });\n        });\n    });\n\n    describe('debug flag', () => {\n        it('is off by default', () => {\n            expect(dc.logger.enableDebugLog).toBeFalsy();\n        });\n    });\n\n    describe('debug logging', () => {\n        describe('when debugging is disabled', () => {\n            beforeEach(() => {\n                dc.logger.enableDebugLog = false;\n                console.debug = function (msg) {};\n                spyOn(console, 'debug');\n                dc.logger.debug(message);\n            });\n\n            it('should log nothing', () => {\n                expect(console.debug).not.toHaveBeenCalled();\n            });\n        });\n\n        describe('when debugging is enabled', () => {\n            beforeEach(() => {\n                dc.logger.enableDebugLog = true;\n            });\n\n            describe('when console.debug is defined', () => {\n                beforeEach(() => {\n                    console.debug = function (msg) {};\n                    spyOn(console, 'debug');\n                    dc.logger.debug(message);\n                });\n\n                it('should log the message using console.debug', () => {\n                    expect(console.debug).toHaveBeenCalledWith(message);\n                });\n            });\n\n            describe('when console.debug is not defined', () => {\n                beforeEach(() => {\n                    console.debug = undefined;\n                    spyOn(console, 'log');\n                    dc.logger.debug(message);\n                });\n\n                it('should log the message using console.log', () => {\n                    expect(console.log).toHaveBeenCalledWith(message);\n                });\n            });\n        });\n    });\n\n    describe('warnOnce', () => {\n        beforeEach(() => {\n            spyOn(dc.logger, 'warn');\n        });\n\n        it('should warn only once for the same message', () => {\n            dc.logger.warnOnce('Message 01');\n            dc.logger.warnOnce('Message 01');\n\n            expect(dc.logger.warn.calls.count()).toBe(1);\n        });\n\n        // Please remember that during run of the entire test suite warnOnce remembers messages.\n        // So, ensure to use distinct messages in different test cases.\n        it('should warn only once each for different messages', () => {\n            dc.logger.warnOnce('Message 02');\n            dc.logger.warnOnce('Message 03');\n            dc.logger.warnOnce('Message 02');\n            dc.logger.warnOnce('Message 03');\n\n            expect(dc.logger.warn.calls.count()).toBe(2);\n            expect(dc.logger.warn.calls.argsFor(0)).toEqual(['Message 02']);\n            expect(dc.logger.warn.calls.argsFor(1)).toEqual(['Message 03']);\n        });\n    });\n});\n"
  },
  {
    "path": "spec/number-display-spec.js",
    "content": "/* global appendChartID, loadDateFixture */\ndescribe('dc.numberDisplay', () => {\n    let data, meanGroup;\n    let countryDimension;\n\n    function average (d) {\n        return d.n ? d.tot / d.n : 0;\n    }\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        const groupAll = data.groupAll();\n        meanGroup = groupAll.reduce(\n            (p, v) => {\n                ++p.n;\n                p.tot += +v.value;\n                return p;\n            },\n            (p, v) => {\n                --p.n;\n                p.tot -= +v.value;\n                return p;\n            },\n            () => ({n: 0,tot: 0})\n        );\n        countryDimension = data.dimension(d => d.countrycode);\n        countryDimension.filter('CA');\n    });\n\n    function buildChart (id) {\n        const chart = new dc.NumberDisplay(id)\n            .transitionDuration(0)\n            .group(meanGroup)\n            .formatNumber(d3.format('.3s'))\n            .valueAccessor(average);\n        chart.render();\n        d3.timerFlush();\n        return chart;\n    }\n\n    describe('Empty Div', () => {\n        let chart;\n        beforeEach(() => {\n            const id = 'empty-div';\n            appendChartID(id);\n            chart = buildChart(`#${id}`);\n        });\n        it('should generate something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('should return a value', () => {\n            expect(chart.value()).toEqual(38.5);\n        });\n        it('should have text value in child', () => {\n            expect(chart.select('span.number-display').text()).toEqual('38.5');\n        });\n        describe('redraw', () => {\n            beforeEach(() => {\n                countryDimension.filterAll();\n                chart.redraw();\n                d3.timerFlush();\n            });\n            it('should update value', () => {\n                expect(chart.select('span.number-display').text()).toEqual('41.8');\n            });\n        });\n        describe('html with one, some and none', () => {\n            beforeEach(() => {\n                chart.html({one: '%number number',none: 'no number',some: '%number numbers'});\n                chart.redraw();\n                d3.timerFlush();\n            });\n            it('should use some for some', () => {\n                expect(chart.select('span.number-display').text()).toEqual('38.5 numbers');\n            });\n        });\n        describe('html with one, some and none', () => {\n            beforeEach(() => {\n                chart.html({one: '%number number',none: 'no number',some: '%number numbers'});\n                chart.valueAccessor(d => 1);\n                chart.redraw();\n                d3.timerFlush();\n            });\n            it('should use one for one', () => {\n                expect(chart.select('span.number-display').text()).toEqual('1.00 number');\n            });\n        });\n        describe('html with one, some and none', () => {\n            beforeEach(() => {\n                chart.html({one: '%number number',none: 'no number',some: '%number numbers'});\n                chart.valueAccessor(d => 0);\n                chart.redraw();\n                d3.timerFlush();\n            });\n            it('should use zero for zero', () => {\n                expect(chart.select('span.number-display').text()).toEqual('no number');\n            });\n        });\n        describe('html with just one', () => {\n            beforeEach(() => {\n                chart.html({one: '%number number'});\n                chart.redraw();\n                d3.timerFlush();\n            });\n            it('should use one for showing some', () => {\n                expect(chart.select('span.number-display').text()).toEqual('38.5 number');\n            });\n        });\n        describe('html with just some', () => {\n            beforeEach(() => {\n                chart.html({some: '%number numbers'});\n                chart.redraw();\n                d3.timerFlush();\n            });\n            it('should use some for showing one', () => {\n                expect(chart.select('span.number-display').text()).toEqual('38.5 numbers');\n            });\n        });\n        describe('html with just none', () => {\n            beforeEach(() => {\n                chart.html({});\n                chart.redraw();\n                d3.timerFlush();\n            });\n            it('should just show the number in case of some and one', () => {\n                expect(chart.select('span.number-display').text()).toEqual('38.5');\n            });\n        });\n        afterEach(() => {\n            countryDimension.filterAll();\n        });\n    });\n    describe('Div with embedded span', () => {\n        let chart;\n        beforeEach(() => {\n            const id = 'full-div';\n            const div = appendChartID(id);\n            div.append('p').html('There are <span class=\"number-display\">_</span> Total Widgets.');\n            chart = buildChart(`#${id}`);\n        });\n        it('should have text value in child', () => {\n            expect(chart.root().text()).toEqual('There are 38.5 Total Widgets.');\n        });\n        afterEach(() => {\n            countryDimension.filterAll();\n        });\n    });\n    describe('Inline nonspan element' , () => {\n        beforeEach(() => {\n            const div = d3.select('body').append('div').attr('id', 'number-display-test-section');\n            div.append('p').html('There are <em id=\"nonspan\"></em> Total Widgets.');\n            buildChart('#nonspan');\n        });\n        it('should have text value in child', () => {\n            expect(d3.select('body').select('#number-display-test-section').html())\n                .toMatch(new RegExp('<p>There are <em (?:id=\"nonspan\" class=\"dc-chart\"|class=\"dc-chart\" id=\"nonspan\")>' +\n                    '<span class=\"number-display\">38.5</span></em> Total Widgets.</p>'));\n        });\n        afterEach(() => {\n            countryDimension.filterAll();\n            d3.select('#number-display-test-section').remove();\n        });\n    });\n    describe('with group with multiple values', () => {\n        let group, chart;\n        beforeEach(() => {\n            countryDimension.filterAll();\n            group = countryDimension.group().reduceSum(d => +d.value);\n            const id = 'empty-div';\n            appendChartID(id);\n            chart = buildChart(`#${id}`);\n            chart\n                .group(group)\n                .valueAccessor(kv => kv.value)\n                .render();\n            d3.timerFlush();\n        });\n\n        it('should show the largest value', () => {\n            expect(chart.select('span.number-display').text()).toEqual('341');\n        });\n\n        describe('with reversed ordering', () => {\n            beforeEach(() => {\n                chart.ordering(kv => -kv.value)\n                    .render();\n                d3.timerFlush();\n            });\n            it('should show the smallest value', () => {\n                expect(chart.select('span.number-display').text()).toEqual('77.0');\n            });\n        });\n\n    });\n    describe('Infinity', () => {\n        let chart;\n        beforeEach(() => {\n            const id = 'empty-div';\n            appendChartID(id);\n            chart = buildChart(`#${id}`);\n            chart.valueAccessor(x => x)\n                .group({value: function () { return Infinity; }})\n                .formatNumber(d => d)\n                .render();\n            d3.timerFlush();\n        });\n        it('should display as Infinity', () => {\n            expect(chart.root().text()).toEqual('Infinity');\n        });\n        describe('returning to finite', () => {\n            beforeEach(() => {\n                chart.group({value: function () { return 17; }})\n                    .render();\n                d3.timerFlush();\n            });\n            it('should display finite', () => {\n                expect(chart.root().text()).toEqual('17');\n            });\n        });\n    });\n\n    describe('accessibility number display' , () => {\n        let chart;\n        beforeEach(() => {\n\n            const id = 'empty-div';\n            appendChartID(id);\n\n            chart = new dc.NumberDisplay(`#${id}`)\n            .transitionDuration(0)\n            .group(meanGroup)\n            .formatNumber(d3.format('.3s'))\n            .valueAccessor(average);\n        });\n\n        it('should have aria-live', () => {\n            chart.ariaLiveRegion(true);\n            chart.render();\n            d3.timerFlush();\n\n            expect(chart.select('span.number-display').attr('aria-live')).toEqual('polite');\n\n        });\n\n        it('should be focusable', () => {\n            chart.keyboardAccessible(true);\n            chart.render();\n            d3.timerFlush();\n\n            expect(chart.select('span.number-display').attr('tabindex')).toEqual('0');\n\n        });\n\n    });\n\n});\n"
  },
  {
    "path": "spec/pie-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, makeDate */\ndescribe('dc.pieChart', () => {\n    const width = 200;\n    const height = 200;\n    const radius = 100;\n    const defaultCenter = {x: width / 2, y: height / 2};\n    const newCenter = {x: 101, y: 99};\n    const innerRadius = 30;\n    let data, valueDimension, valueGroup;\n    let regionDimension, statusDimension;\n    let countryDimension, countryGroup, dateDimension;\n    let statusGroup, statusMultiGroup;\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        valueDimension = data.dimension(d => d.value);\n        valueGroup = valueDimension.group();\n        regionDimension = data.dimension(d => d.region);\n        statusDimension = data.dimension(d => d.status);\n        countryDimension = data.dimension(d => d.countrycode);\n        countryGroup = countryDimension.group();\n        dateDimension = data.dimension(d => d3.utcDay(d.dd));\n        statusGroup = statusDimension.group();\n        statusMultiGroup = statusGroup.reduce(\n            //add\n            (p, v) => {\n                ++p.count;\n                p.total += +v.value;\n                return p;\n            },\n            //remove\n            (p, v) => {\n                --p.count;\n                p.total -= +v.value;\n                return p;\n            },\n            //init\n            () => ({count: 0, total: 0, getTotal: function () { return this.total; }})\n        );\n    });\n\n    function buildChart (id) {\n        const div = appendChartID(id);\n        div.append('a').attr('class', 'reset').style('display', 'none');\n        div.append('span').attr('class', 'filter').style('display', 'none');\n        const chart = new dc.PieChart(`#${id}`);\n        chart.dimension(valueDimension).group(valueGroup)\n            .width(width)\n            .height(height)\n            .radius(radius)\n            .transitionDuration(0);\n        chart.render();\n        return chart;\n    }\n\n    function buildCountryChart (id) {\n        const div = appendChartID(id);\n        div.append('a').attr('class', 'reset').style('display', 'none');\n        div.append('span').attr('class', 'filter').style('display', 'none');\n        const chart = new dc.PieChart(`#${id}`);\n        chart.dimension(countryDimension).group(countryGroup)\n            .width(width)\n            .height(height)\n            .radius(radius)\n            .transitionDuration(0);\n        chart.render();\n        return chart;\n    }\n\n    describe('generation', () => {\n        let chart,\n            countryChart;\n\n        beforeEach(() => {\n            chart = buildChart('pie-chart-age');\n            chart.innerRadius(innerRadius);\n            chart.render();\n        });\n        it('we get something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('dc-chart class should be turned on for parent div', () => {\n            expect(d3.select('#pie-chart-age').attr('class')).toEqual('dc-chart');\n        });\n        it('inner radius can be set', () => {\n            expect(chart.innerRadius()).toEqual(innerRadius);\n        });\n        it('svg should be created', () => {\n            expect(chart.select('svg').empty()).toBeFalsy();\n        });\n        it('default color scheme should be created', () => {\n            expect(chart.colors().length > 0).toBeTruthy();\n        });\n        it('dimension should be set', () => {\n            expect(chart.dimension()).toBe(valueDimension);\n        });\n        it('group should be set', () => {\n            expect(chart.group()).toEqual(valueGroup);\n        });\n        it('width should be set', () => {\n            expect(chart.width()).toEqual(width);\n        });\n        it('height should be set', () => {\n            expect(chart.height()).toEqual(height);\n        });\n        it('radius should be set', () => {\n            expect(chart.radius()).toEqual(radius);\n        });\n        it('cx should be set', () => {\n            expect(chart.cx()).toEqual(defaultCenter.x);\n        });\n        it('cy should be set', () => {\n            expect(chart.cy()).toEqual(defaultCenter.y);\n        });\n        it('height should be used for svg', () => {\n            expect(chart.select('svg').attr('height')).toEqual(String(height));\n        });\n        it('root g should be created', () => {\n            expect(chart.select('svg g').empty()).toBeFalsy();\n        });\n        it('root g should be translated to center', () => {\n            expect(chart.select('svg g').attr('transform')).toMatchTranslate(defaultCenter.x, defaultCenter.y);\n        });\n        it('slice g should be created with class', () => {\n            expect(chart.selectAll('svg g g.pie-slice').data().length).toEqual(5);\n        });\n        it('slice path should be created', () => {\n            expect(chart.selectAll('svg g g.pie-slice path').data().length).toEqual(5);\n        });\n        it('slice css class should be numbered with index', () => {\n            chart.selectAll('g.pie-slice').each(function (p, i) {\n                expect(d3.select(this).attr('class')).toEqual(`pie-slice _${i}`);\n            });\n        });\n        it('slice path should be filled', () => {\n            chart.selectAll('svg g g.pie-slice path').each(function (p) {\n                expect(d3.select(this).attr('fill') !== '').toBeTruthy();\n            });\n        });\n        it('slice path d should be created', () => {\n            chart.selectAll('svg g g.pie-slice path').each(function (p) {\n                expect(d3.select(this).attr('d') !== '').toBeTruthy();\n            });\n        });\n        it('slice path fill should be set correctly', () => {\n            const numSlices = 5;\n            for (let i = 0; i < numSlices; i++) {\n                expect(d3.select(chart.selectAll('g.pie-slice path').nodes()[i]).attr('fill'))\n                    .toMatchColor(dc.config.defaultColors()[i]);\n            }\n        });\n        it('slice label should be created', () => {\n            expect(chart.selectAll('svg text.pie-slice').data().length).toEqual(5);\n        });\n        it('slice label transform to centroid', () => {\n            expect(chart.selectAll('svg g text.pie-slice').attr('transform'))\n                .toMatchTranslate(52.58610463437159, -38.20604139901075, 3);\n        });\n        it('slice label text should be set', () => {\n            chart.selectAll('svg g text.pie-slice').call(p => {\n                expect(p.text()).toEqual(p.datum().data.key);\n            });\n        });\n        it('slice label should be middle anchored', () => {\n            chart.selectAll('svg g text.pie-slice').each(function (p) {\n                expect(d3.select(this).attr('text-anchor')).toEqual('middle');\n            });\n        });\n        it('reset link hidden after init rendering', () => {\n            expect(chart.select('a.reset').style('display')).toEqual('none');\n        });\n        it('filter printer should be set', () => {\n            expect(chart.filterPrinter()).not.toBeNull();\n        });\n        it('filter info should be hidden after init rendering', () => {\n            expect(chart.select('span.filter').style('display')).toEqual('none');\n        });\n        describe('center positioning', () => {\n            beforeEach(() => {\n                chart\n                    .cx(newCenter.x)\n                    .cy(newCenter.y)\n                    .render();\n                return chart;\n            });\n            afterEach(() => {\n                chart\n                    .cx(defaultCenter.x)\n                    .cy(defaultCenter.y)\n                    .render();\n                return chart;\n            });\n            it(`root g should be translated to ${newCenter.x},${newCenter.y}`, () => {\n                expect(chart.select('svg g').attr('transform')).toMatchTranslate(newCenter.x, newCenter.y);\n            });\n        });\n        describe('with radius padding', () => {\n            beforeEach(() => {\n                chart.externalRadiusPadding(17)\n                    .render();\n                return chart;\n            });\n            it('should not change center', () => {\n                expect(chart.select('svg g').attr('transform')).toMatchTranslate(defaultCenter.x, defaultCenter.y);\n            });\n            it('should decrease outer radius', () => {\n                expect(chart.select('svg g.pie-slice path').attr('d')).toMatch(/83[, ]83/); // i.e. 100-17\n            });\n        });\n\n        describe('re-render', () => {\n            beforeEach(() => {\n                chart.render();\n                return chart;\n            });\n            it('multiple invocation of render should update chart', () => {\n                expect(d3.selectAll('#pie-chart-age svg').nodes().length).toEqual(1);\n            });\n        });\n        describe('filter', () => {\n            beforeEach(() => {\n                regionDimension.filter('East');\n                chart.render();\n            });\n            it('label should be hidden if filtered out', () => {\n                expect(chart.selectAll('svg g text.pie-slice').nodes()[0].textContent).toEqual('22');\n                expect(chart.selectAll('svg g text.pie-slice').nodes()[1].textContent).toEqual('');\n            });\n            afterEach(() => {\n                regionDimension.filterAll();\n            });\n        });\n        describe('n/a filter', () => {\n            beforeEach(() => {\n                statusDimension.filter('E');\n                chart.render();\n                return chart;\n            });\n            it('should draw an empty chart', () => {\n                expect(chart.select('g').classed('empty-chart')).toBeTruthy();\n            });\n            it('should have one slice', () => {\n                expect(chart.selectAll('svg g text.pie-slice').nodes().length).toBe(1);\n            });\n            afterEach(() => {\n                statusDimension.filterAll();\n            });\n        });\n        describe('slice selection', () => {\n            it('on click function should be defined', () => {\n                expect(chart.selectAll('svg g g.pie-slice path').on('click') !== undefined).toBeTruthy();\n            });\n            it('by default no slice should be selected', () => {\n                expect(chart.hasFilter()).toBeFalsy();\n            });\n            it('be able to set selected slice', () => {\n                expect(chart.filter('66').filter()).toEqual('66');\n                expect(chart.hasFilter()).toBeTruthy();\n                chart.filterAll();\n            });\n            it('should filter dimension by single selection', () => {\n                chart.filter('22');\n                expect(countryGroup.all()[0].value).toEqual(1);\n                expect(countryGroup.all()[1].value).toEqual(1);\n                chart.filterAll();\n            });\n            it('should filter dimension by multiple selections', () => {\n                chart.filter('66');\n                chart.filter('22');\n                expect(countryGroup.all()[0].value).toEqual(1);\n                expect(countryGroup.all()[1].value).toEqual(2);\n                chart.filterAll();\n            });\n            it('should filter dimension with deselection', () => {\n                chart.filter('22');\n                chart.filter('66');\n                chart.filter('22');\n                expect(countryGroup.all()[0].value).toEqual(0);\n                expect(countryGroup.all()[1].value).toEqual(1);\n                chart.filterAll();\n            });\n            it('should highlight selected slices', () => {\n                chart.filter('66');\n                chart.filter('22');\n                chart.render();\n                chart.selectAll('g.pie-slice').each(function (d) {\n                    if (d.data.key === '66' || d.data.key === '22') {\n                        expect(d3.select(this).attr('class').indexOf('selected') > 0).toBeTruthy();\n                    } else {\n                        expect(d3.select(this).attr('class').indexOf('deselected') > 0).toBeTruthy();\n                    }\n                });\n                chart.filterAll();\n            });\n            it('reset link shown after slice selection', () => {\n                chart.filter('66');\n                expect(chart.select('a.reset').style('display')).not.toEqual('none');\n            });\n            it('filter info shown after slice selection', () => {\n                chart.filter(null);\n                chart.filter('66');\n                expect(chart.select('span.filter').style('display')).not.toEqual('none');\n                expect(chart.select('span.filter').text()).toEqual('66');\n            });\n            it('should remove highlight if no slice selected', () => {\n                chart.filterAll();\n                chart.redraw();\n                chart.selectAll('.pie-slice path').each(function (d) {\n                    const cls = d3.select(this).attr('class');\n                    expect(cls === null || cls === '').toBeTruthy();\n                });\n            });\n        });\n\n        describe('filter through clicking', () => {\n            it('onClick should trigger filtering of according group', () => {\n                chart.onClick(chart.group().all()[0]);\n                expect(chart.filter()).toEqual('22');\n            });\n            it('onClick should reset filter if clicked twice', () => {\n                chart.onClick(chart.group().all()[0]);\n                chart.onClick(chart.group().all()[0]);\n                expect(chart.filter()).toEqual(null);\n            });\n            it('multiple onClick should trigger filtering of according groups', () => {\n                chart.onClick(chart.group().all()[0]);\n                chart.onClick(chart.group().all()[1]);\n                expect(chart.hasFilter('22')).toBeTruthy();\n                expect(chart.hasFilter('33')).toBeTruthy();\n            });\n        });\n        describe('group order with capping', () => {\n            beforeEach(() => {\n                chart.cap(4);\n            });\n            // group.all starts with 22 -> 2, 33 -> 2, 44 -> 3, 55 -> 2, 66 -> 1\n            describe('with usual top->bottom sorting and cap', () => {\n                beforeEach(() => {\n                    chart.cap(4).ordering(kv => -kv.value).redraw();\n                });\n                it('should show top 4 groups and others', () => {\n                    // crossfilter's quicksort is stable for < 32 elements, so the value:2's are still in alphabetical order\n                    expect(['44', '22', '33', '55', 'Others']).toEqual(chart.data().map(dc.pluck('key')));\n                });\n            });\n            describe('with key ordering', () => {\n                beforeEach(() => {\n                    chart\n                        .ordering(dc.pluck('key'))\n                        .redraw();\n                });\n                it('should show lowest 4 groups by key and others', () => {\n                    expect(['22', '33', '44', '55', 'Others']).toEqual(chart.data().map(dc.pluck('key')));\n                });\n            });\n        });\n        describe('comparing crossfilter and chart ordering', () => {\n            let crossfilterOrder,\n                crossfilterTop2;\n            beforeEach(() => {\n                countryChart = buildCountryChart('country-chart');\n                countryChart.innerRadius(innerRadius);\n\n                // group.all returns array sorted in ascending key order.\n                // [{\"key\":\"CA\",\"value\":2},{\"key\":\"US\",\"value\":8}]\n                crossfilterOrder = countryGroup.all();\n\n                // group.top returns array sorted in descending value order\n                // [{\"key\":\"US\",\"value\":8}]\n                crossfilterTop2 = countryGroup.top(2);\n            });\n            describe('with ordering and capping not set', () => {\n                it('should match the crossfilter top 2', () => {\n                    expect(countryChart.data()).toEqual(crossfilterTop2);\n                });\n            });\n            describe('with ordering by key', () => {\n                beforeEach(() => {\n                    countryChart.ordering(kv => kv.key).redraw();\n                });\n                it('should should match crossfilter top(2)', () => {\n                    expect(countryChart.data()).toEqual(crossfilterOrder);\n                });\n                describe('with cap(1)', () => {\n                    beforeEach(() => {\n                        countryChart.cap(1).redraw();\n                    });\n                    it('should show the top value, and others', () => {\n                        expect(countryChart.data().map(dc.pluck('key'))).toEqual(['CA', 'Others']);\n                    });\n                });\n\n            });\n            describe('with default ordering and cap(1)', () => {\n                beforeEach(() => {\n                    countryChart.cap(1).redraw();\n                });\n                it('should show the largest value\\'s key, and others', () => {\n                    expect(['US', 'Others']).toEqual(countryChart.data().map(dc.pluck('key')));\n                });\n                describe('and takeFront(false)', () => {\n                    beforeEach(() => {\n                        countryChart.takeFront(false).redraw();\n                    });\n                    it('should show the smallest value\\'s key, and others', () => {\n                        expect(['CA','Others']).toEqual(countryChart.data().map(dc.pluck('key')));\n                    });\n                });\n            });\n        });\n    });\n\n    describe('redraw after empty selection', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart2');\n            dateDimension.filter([makeDate(2010, 0, 1), makeDate(2010, 0, 3)]);\n            chart.redraw();\n            dateDimension.filter([makeDate(2012, 0, 1), makeDate(2012, 11, 30)]);\n            chart.redraw();\n        });\n        it('pie chart should be restored', () => {\n            chart.selectAll('g.pie-slice path').each(function (p) {\n                expect(d3.select(this).attr('d').indexOf('NaN') < 0).toBeTruthy();\n            });\n        });\n        afterEach(() => {\n            dateDimension.filterAll();\n        });\n    });\n\n    describe('small slices', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart3');\n            chart.minAngleForLabel(1)\n                .renderTitle(true);\n            chart.render();\n        });\n        it('label should not be generated if the slice is too small', () => {\n            // slice '66'\n            expect(d3.select(chart.selectAll('text.pie-slice').nodes()[4]).text()).toEqual('');\n        });\n        describe('selected', () => {\n            beforeEach(() => {\n                chart.filter('66').redraw();\n            });\n            it('a small slice should be labelled if it is selected', () => {\n                expect(d3.select(chart.selectAll('text.pie-slice').nodes()[4]).text()).toEqual('66');\n            });\n            afterEach(() => {\n                chart.filter(null);\n            });\n        });\n    });\n\n    describe('custom label & title generation', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart3');\n            chart.label(d => 'custom')\n                .title(d => 'custom')\n                .minAngleForLabel(1)\n                .renderTitle(true);\n            chart.render();\n        });\n        it('should render correct number of text', () => {\n            expect(chart.selectAll('text.pie-slice').nodes().length).toEqual(5);\n        });\n        it('custom function should be used to dynamically generate label', () => {\n            expect(d3.select(chart.selectAll('text.pie-slice').nodes()[0]).text()).toEqual('custom');\n        });\n        it('label should not be generated if the slice is too small', () => {\n            // slice '66'\n            expect(d3.select(chart.selectAll('text.pie-slice').nodes()[4]).text()).toEqual('');\n        });\n        it('should render correct number of title', () => {\n            expect(chart.selectAll('g.pie-slice title').nodes().length).toEqual(5);\n        });\n        it('custom function should be used to dynamically generate title', () => {\n            chart.selectAll('g.pie-slice title').each(function (p) {\n                expect(d3.select(this).text()).toEqual('custom');\n            });\n        });\n    });\n\n    describe('pie chart slices cap and group switching', () => {\n        // again, group.all starts with 22 -> 2, 33 -> 2, 44 -> 3, 55 -> 2, 66 -> 1\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart4');\n            chart.slicesCap(2)\n                .renderTitle(true)\n                .othersLabel('small');\n            chart.render();\n        });\n        describe('with normal valueAccessor and descending value ordering', () => {\n            beforeEach(() => {\n                chart.dimension(valueDimension).group(valueGroup)\n                    .valueAccessor(dc.pluck('value'))\n                    .ordering(kv => -kv.value)\n                    .render();\n            });\n            it('produce expected number of slices', () => {\n                expect(chart.selectAll('text.pie-slice').nodes().length).toEqual(3);\n            });\n            it('others slice should use custom name', () => {\n                expect(d3.select(chart.selectAll('text.pie-slice').nodes()[2]).text()).toEqual('small');\n            });\n            it('remaining slices should be in descending value order', () => {\n                expect(chart.selectAll('text.pie-slice').data().map(dc.pluck('value')))\n                    .toEqual([3,2,5]);\n            });\n            describe('clicking others slice', () => {\n                let event;\n                beforeEach(() => {\n                    event = document.createEvent('MouseEvents');\n                    event.initEvent('click', true, true);\n                    chart.selectAll('.pie-slice path').nodes()[2].dispatchEvent(event);\n                });\n                it('should filter three smallest', () => {\n                    expect(chart.filters()).toEqual(['33', '55', '66','small']);\n                });\n                describe('clicking again', () => {\n                    beforeEach(() => {\n                        chart.selectAll('.pie-slice path').nodes()[2].dispatchEvent(event);\n                    });\n                    it('should reset filter', () => {\n                        expect(chart.filters()).toEqual([]);\n                    });\n                });\n            });\n        });\n        describe('with custom valueAccessor', () => {\n            // statusMultiGroup has\n            // [{\"key\":\"F\",\"value\":{\"count\":5,\"total\":220}},{\"key\":\"T\",\"value\":{\"count\":5,\"total\":198}}]\n            beforeEach(() => {\n                chart.dimension(statusDimension).group(statusMultiGroup)\n                    .valueAccessor(d => d.value.total)\n                    .ordering(d => -d.value.total)\n                    .render();\n                return chart;\n            });\n            it('correct values, no others slice', () => {\n                expect(chart.selectAll('g.pie-slice').data().map(dc.pluck('value')))\n                    .toEqual([220, 198]);\n            });\n            describe('with cap(1)', () => {\n                beforeEach(() => {\n                    chart.cap(1).render();\n                });\n                it('correct values, others slice', () => {\n                    expect(chart.selectAll('title').nodes().map(t => d3.select(t).text()))\n                        .toEqual(['F: 220', 'small: 198']);\n                });\n            });\n        });\n        describe('with custom valueAccessor calling function', () => {\n            // statusMultiGroup has\n            // [{\"key\":\"F\",\"value\":{\"count\":5,\"total\":220}},{\"key\":\"T\",\"value\":{\"count\":5,\"total\":198}}]\n            beforeEach(() => {\n                chart.dimension(statusDimension).group(statusMultiGroup)\n                    .valueAccessor(d => d.value.getTotal())\n                    .ordering(d => -d.value.getTotal())\n                    .render();\n                return chart;\n            });\n            it('correct values, no others slice', () => {\n                expect(chart.selectAll('g.pie-slice').data().map(dc.pluck('value')))\n                    .toEqual([220, 198]);\n            });\n            describe('with cap(1)', () => {\n                beforeEach(() => {\n                    chart.cap(1).render();\n                });\n                it('correct values, others slice', () => {\n                    expect(chart.selectAll('title').nodes().map(t => d3.select(t).text()))\n                        .toEqual(['F: 220', 'small: 198']);\n                });\n            });\n        });\n        afterEach(() => {\n            valueDimension.filterAll();\n        });\n    });\n\n    describe('pie chart w/o label', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart4');\n            chart.innerRadius(innerRadius);\n            chart.renderLabel(false);\n            chart.render();\n        });\n        it('slice label should not be created', () => {\n            expect(chart.selectAll('svg g text.pie-slice').data().length).toEqual(0);\n        });\n    });\n\n    describe('renderlet', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('chart-renderlet');\n            chart.on('renderlet', () => {\n                chart.selectAll('path').attr('fill', 'red');\n            });\n        });\n        it('custom renderlet should be invoked with render', () => {\n            chart.render();\n            expect(chart.selectAll('path').attr('fill')).toEqual('red');\n        });\n        it('custom renderlet should be invoked with redraw', () => {\n            chart.redraw();\n            expect(chart.selectAll('path').attr('fill')).toEqual('red');\n        });\n    });\n\n    describe('pie chart label and title w/ value accessor', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart-default-label-title');\n            chart.dimension(statusGroup)\n                .group(statusMultiGroup)\n                .valueAccessor(d => d.value.count)\n                .renderLabel(true).renderTitle(true);\n            chart.render();\n            return chart;\n        });\n        it('default function should be used to dynamically generate label', () => {\n            expect(d3.select(chart.selectAll('text.pie-slice').nodes()[0]).text()).toEqual('F');\n        });\n        it('default function should be used to dynamically generate title', () => {\n            expect(d3.select(chart.selectAll('g.pie-slice title').nodes()[0]).text()).toEqual('F: 5');\n        });\n        describe('with n/a filter', () => {\n            beforeEach(() => {\n                regionDimension.filter('nowhere');\n                chart.render();\n                return chart;\n            });\n            it('should draw an empty chart', () => {\n                expect(chart.select('g').classed('empty-chart')).toBeTruthy();\n            });\n            it('should have one slice', () => {\n                expect(chart.selectAll('svg g text.pie-slice').nodes().length).toBe(1);\n            });\n            it('should have slice labeled empty', () => {\n                expect(d3.select(chart.selectAll('text.pie-slice').nodes()[0]).text()).toEqual('empty');\n            });\n            describe('with emptyTitle', () => {\n                beforeEach(() => {\n                    chart.emptyTitle('nothing').render();\n                });\n                it('should respect the emptyTitle', () => {\n                    expect(d3.select(chart.selectAll('text.pie-slice').nodes()[0]).text()).toEqual('nothing');\n                });\n                afterEach(() => {\n                    chart.emptyTitle('empty');\n                });\n            });\n            afterEach(() => {\n                regionDimension.filterAll();\n            });\n        });\n    });\n\n    describe('custom filter handler', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart-filter-handler');\n            chart.filterHandler((dimension, filters) => {\n                dimension.filter('66');\n                return ['66'];\n            });\n            return chart;\n        });\n        it('default function should be used to dynamically generate label', () => {\n            chart.filter(6);\n            expect(chart.filter()).toEqual('66');\n        });\n        afterEach(() => {\n            valueDimension.filterAll();\n        });\n    });\n\n    describe('external labeling', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart-external-labeling')\n                .externalLabels(10)\n                .drawPaths(true)\n                .render();\n        });\n        it('should place labels outside of pie offset by given radius', () => {\n            const label = d3.select('#pie-chart-external-labeling svg g text.pie-slice');\n\n            const centroid = d3.arc()\n                .outerRadius(chart.radius() + 10)\n                .innerRadius(chart.radius() + 10)\n                .centroid(label.datum());\n\n            expect(label.attr('transform')).toMatchTranslate(centroid[0], centroid[1], 3);\n        });\n        it('gives labels class \"external\"', () => {\n            d3.selectAll('#pie-chart-external-labeling svg g text.pie-slice').each(function () {\n                expect(d3.select(this).classed('external')).toBeTruthy();\n            });\n        });\n        it('returns radius when given no arguments', () => {\n            expect(chart.externalLabels()).toEqual(10);\n        });\n        it('resets to default when given falsey argument', () => {\n            chart.externalLabels(false).render();\n\n            d3.selectAll('#pie-chart-external-labeling svg g text.pie-slice').each(function () {\n                const label = d3.select(this);\n\n                const centroid = d3.arc()\n                    .outerRadius(chart.radius())\n                    .innerRadius(chart.innerRadius())\n                    .centroid(label.datum());\n\n                expect(label.attr('transform')).toMatchTranslate(centroid[0], centroid[1], 3);\n                expect(label.classed('external')).toBeFalsy();\n            });\n        });\n        it('hovering on label should highlight corresponding slice', () => {\n            chart.selectAll('#pie-chart-external-labeling text.pie-slice').each(function (d, i) {\n                const legendItem = d3.select(this);\n                dc.d3compat.callHandler(legendItem.on('mouseover'), null, {}, legendItem.datum(), i);\n\n                expect(chart.select(`g.pie-slice._${i}`).classed('highlight')).toBeTruthy();\n                dc.d3compat.callHandler(legendItem.on('mouseout'), null, {}, legendItem.datum());\n            });\n        });\n        it('unhovering label removes highlight from corresponding slice', () => {\n            chart.selectAll('#pie-chart-external-labeling text.pie-slice').each(function (d, i) {\n                const legendItem = d3.select(this);\n                dc.d3compat.callHandler(legendItem.on('mouseover'), null, {}, legendItem.datum(), i);\n                dc.d3compat.callHandler(legendItem.on('mouseout'), null, {}, legendItem.datum(), i);\n\n                expect(chart.select(`.pie-slice._${i}`).classed('highlight')).toBeFalsy();\n            });\n        });\n\n        it('hovering on path should highlight corresponding slice', () => {\n            chart.selectAll('#pie-chart-external-labeling polyline.pie-path').each(function (d, i) {\n                const legendItem = d3.select(this);\n                dc.d3compat.callHandler(legendItem.on('mouseover'), null, {}, legendItem.datum(), i);\n\n                expect(chart.select(`g.pie-slice._${i}`).classed('highlight')).toBeTruthy();\n                dc.d3compat.callHandler(legendItem.on('mouseout'), null, {}, legendItem.datum());\n            });\n        });\n        it('unhovering label removes highlight from corresponding slice', () => {\n            chart.selectAll('#pie-chart-external-labeling polyline.pie-path').each(function (d, i) {\n                const legendItem = d3.select(this);\n                dc.d3compat.callHandler(legendItem.on('mouseover'), null, {}, legendItem.datum(), i);\n                dc.d3compat.callHandler(legendItem.on('mouseout'), null, {}, legendItem.datum(), i);\n\n                expect(chart.select(`.pie-slice._${i}`).classed('highlight')).toBeFalsy();\n            });\n        });\n    });\n\n    describe('legends', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart-legend')\n                .cap(3)\n                .legend(new dc.Legend())\n                .render();\n        });\n        it('should generate items for each slice', () => {\n            expect(chart.selectAll('g.dc-legend g.dc-legend-item').size()).toEqual(chart.data().length);\n        });\n        it('should include \"others\" item', () => {\n            const numOthersGroups = chart.selectAll('g.dc-legend g.dc-legend-item text').filter((d, i) => d.name === 'Others').size();\n\n            expect(numOthersGroups).toEqual(1);\n        });\n        it('items should be colored', () => {\n            chart.selectAll('g.dc-legend g.dc-legend-item').each(function () {\n                expect(d3.select(this).select('rect').attr('fill')).not.toEqual(undefined);\n            });\n        });\n        it('hovering on items should highlight corresponding slice', () => {\n            chart.selectAll('g.dc-legend g.dc-legend-item').each(function (d, i) {\n                const legendItem = d3.select(this);\n                dc.d3compat.callHandler(legendItem.on('mouseover'), null, {}, legendItem.datum());\n\n                expect(chart.select(`g.pie-slice._${i}`).classed('highlight')).toBeTruthy();\n                dc.d3compat.callHandler(legendItem.on('mouseout'), null, {}, legendItem.datum());\n            });\n        });\n        it('unhovering removes highlight from corresponding slice', () => {\n            chart.selectAll('g.dc-legend g.dc-legend-item').each(function (d, i) {\n                const legendItem = d3.select(this);\n                dc.d3compat.callHandler(legendItem.on('mouseover'), null, {}, legendItem.datum());\n                dc.d3compat.callHandler(legendItem.on('mouseout'), null, {}, legendItem.datum());\n\n                expect(chart.select(`g.pie-slice._${i}`).classed('highlight')).toBeFalsy();\n            });\n        });\n        it('clicking on items filters them', () => {\n            chart.selectAll('g.dc-legend g.dc-legend-item').each(function (d, i) {\n                const legendItem = d3.select(this);\n                dc.d3compat.callHandler(legendItem.on('click'), null, {}, legendItem.datum());\n\n                expect(chart.hasFilter(d.name)).toBeTruthy();\n\n            });\n        });\n        afterEach(() => {\n            valueDimension.filterAll();\n        });\n    });\n\n    describe('accessibility pie chart', () => {\n\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart-legend');\n            chart.keyboardAccessible(true);\n \n        });\n\n        it('internal elements are focusable by keyboard', () => {\n\n            chart.render();\n            chart.selectAll('g.pie-slice').each(function () {\n                const pie = d3.select(this);\n                expect(pie.attr('tabindex')).toEqual('0');\n            });\n        });\n\n        it('internal elements are clickable by pressing enter', () => {\n\n            const clickHandlerSpy = jasmine.createSpy();\n            chart._onClick = clickHandlerSpy;\n            chart.render();\n          \n            const event = new Event('keydown');\n            event.keyCode = 13;\n                     \n            chart.selectAll('g.pie-slice').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();\n            });\n        });\n    });\n\n\n\n\n\n});\n\n"
  },
  {
    "path": "spec/row-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, makeDate */\ndescribe('dc.rowChart', () => {\n    let id, chart;\n    let data, dimension, nvdimension;\n    const positiveGroupHolder = {groupType: 'positive signed'};\n    const negativeGroupHolder = {groupType: 'negative signed'};\n    const mixedGroupHolder = {groupType: 'mixed signed'};\n    const largerGroupHolder = {groupType: 'larger'};\n    let statusDimension, statusMultiGroup;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        dimension = data.dimension(d => +d.value);\n\n        positiveGroupHolder.group = dimension.group().reduceSum(d => Math.abs(+d.nvalue));\n        positiveGroupHolder.dimension = dimension;\n        negativeGroupHolder.group = dimension.group().reduceSum(d => -Math.abs(+d.nvalue));\n        negativeGroupHolder.dimension = dimension;\n        mixedGroupHolder.group = dimension.group().reduceSum(d => +d.nvalue);\n        mixedGroupHolder.dimension = dimension;\n\n        nvdimension = data.dimension(d => +d.nvalue);\n        largerGroupHolder.group = nvdimension.group().reduceSum(d => +d.value);\n        largerGroupHolder.dimension = nvdimension;\n\n        statusDimension = data.dimension(d => d.status);\n        statusMultiGroup = statusDimension.group().reduce(\n            //add\n            (p, v) => {\n                ++p.count;\n                p.total += +v.value;\n                return p;\n            },\n            //remove\n            (p, v) => {\n                --p.count;\n                p.total -= +v.value;\n                return p;\n            },\n            //init\n            () => ({count: 0, total: 0, getTotal: function () { return this.total; }})\n        );\n\n        id = 'row-chart';\n        appendChartID(id);\n\n        chart = new dc.RowChart(`#${id}`);\n        chart.dimension(dimension)\n            .width(600).height(200).gap(10)\n            .transitionDuration(0);\n    });\n\n    describe('enabling the chart title and label with a value accessor', () => {\n        beforeEach(() => {\n            chart.group(mixedGroupHolder.group);\n            chart.valueAccessor(d => d.value + 100).renderLabel(true).renderTitle(true).render();\n        });\n\n        it('should use the default function to dynamically generate the label', () => {\n            expect(chart.select('text.row').text()).toBe('22');\n        });\n\n        it('should use the default function to dynamically generate the title', () => {\n            expect(chart.select('g.row title').text()).toBe('22: 108');\n        });\n    });\n\n    describe('with a logarithmic X axis and positive data', () => {\n        beforeEach(() => {\n            chart.group(positiveGroupHolder.group);\n            chart.elasticX(false);\n            chart.x(d3.scaleLog());\n            chart.render();\n        });\n\n        it('should render valid rect widths', () => {\n            expect(chart.select('g.row rect').attr('width')).toBeWithinDelta(1, 0.5);\n        });\n    });\n\n    describe('with a fixedBarHeight', () => {\n        beforeEach(() => {\n            chart.group(positiveGroupHolder.group);\n            chart.elasticX(false);\n            chart.x(d3.scaleLog());\n            chart.fixedBarHeight(10);\n            chart.render();\n        });\n\n        it('should render fixed rect height', () => {\n            expect(chart.select('g.row rect').attr('height')).toBeWithinDelta(10, 0.0);\n        });\n    });\n\n    describe('with renderTitleLabel', () => {\n        beforeEach(() => {\n            chart.group(positiveGroupHolder.group);\n            chart.x(d3.scaleLinear());\n            chart.title(() => 'test title');\n            chart.renderTitleLabel(true);\n            chart.render();\n        });\n\n        it('should render title label centered', () => {\n            expect(chart.select('g.row .titlerow').attr('dy')).toBeDefined();\n        });\n    });\n\n    describe('row chart cap', () => {\n        beforeEach(() => {\n            chart.dimension(statusDimension)\n                .group(statusMultiGroup)\n                .othersLabel('small');\n            return chart;\n        });\n        describe('with custom valueAccessor', () => {\n            // statusMultiGroup has\n            // [{\"key\":\"F\",\"value\":{\"count\":5,\"total\":220}},{\"key\":\"T\",\"value\":{\"count\":5,\"total\":198}}]\n            beforeEach(() => {\n                chart.dimension(statusDimension).group(statusMultiGroup)\n                    .valueAccessor(d => d.value.total)\n                    .ordering(d => -d.value.total)\n                    .render();\n                return chart;\n            });\n            it('correct values, no others row', () => {\n                expect(chart.selectAll('title').nodes().map(t => d3.select(t).text()))\n                    .toEqual(['F: 220', 'T: 198']);\n            });\n            describe('with cap(1)', () => {\n                beforeEach(() => {\n                    chart.cap(1).render();\n                });\n                it('correct values, others row', () => {\n                    expect(chart.selectAll('title').nodes().map(t => d3.select(t).text()))\n                        .toEqual(['F: 220', 'small: 198']);\n                });\n            });\n        });\n        describe('with custom valueAccessor calling function', () => {\n            // statusMultiGroup has\n            // [{\"key\":\"F\",\"value\":{\"count\":5,\"total\":220}},{\"key\":\"T\",\"value\":{\"count\":5,\"total\":198}}]\n            beforeEach(() => {\n                chart.dimension(statusDimension).group(statusMultiGroup)\n                    .valueAccessor(d => d.value.getTotal())\n                    .ordering(d => -d.value.getTotal())\n                    .render();\n                return chart;\n            });\n            it('correct values, no others row', () => {\n                expect(chart.selectAll('title').nodes().map(t => d3.select(t).text()))\n                    .toEqual(['F: 220', 'T: 198']);\n            });\n            describe('with cap(1)', () => {\n                beforeEach(() => {\n                    chart.cap(1).render();\n                });\n                it('correct values, others row', () => {\n                    expect(chart.selectAll('title').nodes().map(t => d3.select(t).text()))\n                        .toEqual(['F: 220', 'small: 198']);\n                });\n            });\n        });\n    });\n\n    describe('accessibility row chart', () => {\n\n        beforeEach(() => {\n            chart.group(positiveGroupHolder.group);\n            chart.x(d3.scaleLinear());\n            chart.keyboardAccessible(true);\n        });\n\n        it('internal elements are focusable by keyboard', () => {\n\n            chart.render();\n            chart.selectAll('rect').each(function () {\n                const row = d3.select(this);\n                expect(row.attr('tabindex')).toEqual('0');\n            });\n        });\n\n        it('internal elements are clickable by pressing enter', () => {\n\n            const clickHandlerSpy = jasmine.createSpy();\n            chart._onClick = clickHandlerSpy;\n            chart.render();\n          \n            const event = new Event('keydown');\n            event.keyCode = 13;\n                     \n            chart.selectAll('rect').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();\n            });\n        });\n    });\n\n    function itShouldBehaveLikeARowChartWithGroup (groupHolder, N, xAxisTicks) {\n        describe(`for ${groupHolder.groupType} data`, () => {\n            beforeEach(() => {\n                chart.group(groupHolder.group);\n            });\n\n            describe('rendering the row chart', () => {\n                beforeEach(() => {\n                    chart.render();\n                });\n\n                it('should create a root svg node', () => {\n                    expect(chart.select('svg').size()).toBe(1);\n                });\n\n                it('should create a row group for each datum', () => {\n                    expect(chart.selectAll('svg g g.row').size()).toBe(N);\n                });\n\n                it('should number each row sequentially with classes', () => {\n                    chart.selectAll('svg g g.row').each(function (r, i) {\n                        expect(d3.select(this).attr('class')).toBe(`row _${i}`);\n                    });\n                });\n\n                it('should fill each row rect with pre-defined colors', () => {\n                    for (let i = 0; i < N; i++) {\n                        expect(d3.select(chart.selectAll('g.row rect').nodes()[i]).attr('fill'))\n                            .toMatchColor(dc.config.defaultColors()[i]);\n                    }\n                });\n\n                it('should create a row label from the data for each row', () => {\n                    expect(chart.selectAll('svg text.row').size()).toBe(N);\n\n                    chart.selectAll('svg g text.row').call(t => {\n                        expect(+t.text()).toBe(t.datum().key);\n                    });\n                });\n\n                describe('row label vertical position', () => {\n                    let labels, rows;\n                    beforeEach(() => {\n                        labels = chart.selectAll('svg text.row');\n                        rows = chart.selectAll('g.row rect');\n                    });\n\n                    function itShouldVerticallyCenterLabelWithinRow (i) {\n                        it(`should place label ${i} within row ${i}`, () => {\n                            const rowpos = rows.nodes()[i].getBoundingClientRect(),\n                                textpos = labels.nodes()[i].getBoundingClientRect();\n                            expect((textpos.top + textpos.bottom) / 2)\n                                .toBeWithinDelta((rowpos.top + rowpos.bottom) / 2, 2);\n                        });\n                    }\n                    for (let i = 0; i < N ; ++i) {\n                        itShouldVerticallyCenterLabelWithinRow(i);\n                    }\n                });\n\n                describe('re-rendering the chart', () => {\n                    beforeEach(() => {\n                        chart.render();\n                    });\n\n                    it('should leave a single instance of the chart', () => {\n                        expect(d3.selectAll('#row-chart svg').size()).toBe(1);\n                    });\n                });\n            });\n\n            describe('chart filters', () => {\n                beforeEach(() => {\n                    chart.render();\n                    d3.select(`#${id}`).append('span').classed('filter', true);\n                });\n\n                it('should not have filter by default', () => {\n                    expect(chart.hasFilter()).toBeFalsy();\n                });\n\n                it('should not modify the underlying crossfilter group', () => {\n                    const oldGroupData = chart.group().all().slice(0);\n                    chart.ordering(dc.pluck('value'));\n                    chart.filter('66').render();\n\n                    expect(chart.group().all().length).toBe(oldGroupData.length);\n                    for (let i = 0; i < oldGroupData.length; i++) {\n                        expect(chart.group().all()[i]).toBe(oldGroupData[i]);\n                    }\n                });\n\n                describe('filtering a row', () => {\n                    beforeEach(() => {\n                        chart.filter('66');\n                        chart.render();\n                    });\n\n                    it('should apply a filter to the chart', () => {\n                        expect(chart.filter()).toBe('66');\n                        expect(chart.hasFilter()).toBeTruthy();\n                    });\n\n                    it('should highlight any selected rows', () => {\n                        chart.filter('22');\n                        chart.render();\n                        chart.selectAll('g.row rect').each(function (d) {\n                            if (d.key === 66 || d.key === 22) {\n                                expect(d3.select(this).classed('selected')).toBeTruthy();\n                                expect(d3.select(this).classed('deselected')).toBeFalsy();\n                            } else {\n                                expect(d3.select(this).classed('deselected')).toBeTruthy();\n                                expect(d3.select(this).classed('selected')).toBeFalsy();\n                            }\n                        });\n                    });\n\n                    it('should generate filter info in a filter-classed element', () => {\n                        expect(chart.select('span.filter').style('display')).not.toBe('none');\n                        expect(chart.select('span.filter').text()).toBe('66');\n                    });\n\n                    describe('removing filters', () => {\n                        beforeEach(() => {\n                            chart.filterAll();\n                            chart.render();\n                        });\n\n                        it('should remove highlighting', () => {\n                            chart.selectAll('g.row rect').each(function (d) {\n                                expect(d3.select(this).classed('deselected')).toBeFalsy();\n                                expect(d3.select(this).classed('selected')).toBeFalsy();\n                            });\n                        });\n                    });\n                });\n            });\n\n            describe('filtering related dimensions', () => {\n                beforeEach(() => {\n                    chart.render();\n                    data.dimension(d => d.status).filter('E');\n                });\n\n                it('should preserve the labels', () => {\n                    chart.selectAll('svg g text.row').each(function () {\n                        expect(d3.select(this).text()).not.toBe('');\n                    });\n                });\n            });\n\n            describe('clicking on a row', () => {\n                beforeEach(() => {\n                    chart.render();\n                    chart.onClick(chart.group().all()[0]);\n                });\n\n                it('should filter the corresponding group', () => {\n                    expect(chart.filter()).toBe(chart.group().all()[0].key);\n                });\n\n                describe('clicking again', () => {\n                    beforeEach(() => {\n                        chart.onClick(chart.group().all()[0]);\n                    });\n\n                    it('should reset the filter', () => {\n                        expect(chart.filter()).toBe(null);\n                    });\n                });\n            });\n\n            describe('specifying a group ordering', () => {\n                beforeEach(() => {\n                    chart.render();\n                });\n\n                it('should order values when by value', () => {\n                    chart.ordering(dc.pluck('value'));\n                    expect(chart.data().map(dc.pluck('value')).sort(d3.ascending)).toEqual(chart.data().map(dc.pluck('value')));\n                });\n\n                it('should order keys when by keys', () => {\n                    chart.ordering(dc.pluck('key'));\n                    expect(chart.data().map(dc.pluck('key')).sort(d3.ascending)).toEqual(chart.data().map(dc.pluck('key')));\n                });\n            });\n\n            describe('redrawing after an empty selection', () => {\n                beforeEach(() => {\n                    chart.render();\n                    // fixme: huh?  this isn't even the right data type\n                    groupHolder.dimension.filter([makeDate(2010, 0, 1), makeDate(2010, 0, 3)]);\n                    chart.redraw();\n                    groupHolder.dimension.filter([makeDate(2012, 0, 1), makeDate(2012, 11, 30)]);\n                    chart.redraw();\n                });\n\n                it('should restore the row chart', () => {\n                    chart.selectAll('g.row rect').each(function (p) {\n                        expect(d3.select(this).attr('width').indexOf('NaN') < 0).toBeTruthy();\n                    });\n                });\n            });\n\n            describe('removing all the data and restoring the data', () => {\n                // this test mainly exists to produce console errors for #1008;\n                // I can't seem to find any way to detect invalid setAttribute calls\n                beforeEach(() => {\n                    chart.render();\n                    chart.group({all: function () { return []; }});\n                    chart.redraw();\n                    chart.group(groupHolder.group);\n                    chart.redraw();\n                });\n\n                it('should restore the row chart', () => {\n                    chart.selectAll('g.row rect').each(function (p) {\n                        expect(d3.select(this).attr('width').indexOf('NaN') < 0).toBeTruthy();\n                    });\n                });\n            });\n\n            describe('custom labels', () => {\n                beforeEach(() => {\n                    chart.label(() => 'custom label').render();\n                });\n\n                it('should render a label for each datum', () => {\n                    expect(chart.selectAll('text.row').size()).toBe(N);\n                });\n\n                it('should use the custom function for each label', () => {\n                    chart.selectAll('text.row').each(function () {\n                        expect(d3.select(this).text()).toBe('custom label');\n                    });\n                });\n\n                describe('with labels disabled', () => {\n                    beforeEach(() => {\n                        chart.renderLabel(false).render();\n                    });\n\n                    it('should not display labels', () => {\n                        expect(chart.selectAll('text.row').size()).toBe(0);\n                    });\n                });\n            });\n\n            describe('custom titles', () => {\n                beforeEach(() => {\n                    chart.title(() => 'custom title').render();\n                });\n\n                it('should render a title for each datum', () => {\n                    expect(chart.selectAll('g.row title').size()).toBe(N);\n                });\n\n                it('should use the custom function for each title', () => {\n                    chart.selectAll('g.row title').each(function () {\n                        expect(d3.select(this).text()).toBe('custom title');\n                    });\n                });\n\n                describe('with titles disabled', () => {\n                    beforeEach(() => {\n                        chart.renderTitle(false).render();\n                    });\n\n                    it('should not display labels', () => {\n                        expect(chart.selectAll('g.row title').size()).toBe(0);\n                    });\n                });\n            });\n\n            if (xAxisTicks) {\n                describe('with elasticX', () => {\n                    beforeEach(() => {\n                        chart.elasticX(true)\n                            .xAxis().ticks(3);\n\n                        chart.render();\n                    });\n\n                    it('should generate x axis domain dynamically', () => {\n                        const nthText = function (n) { return d3.select(chart.selectAll('g.axis .tick text').nodes()[n]); };\n\n                        for (let i = 0; i < xAxisTicks.length; i++) {\n                            // d3@5 and d3@6 uses different characters to format negative numbers\n                            expect(nthText(i).text().replace('-','−')).toBe(xAxisTicks[i].replace('-','−'));\n                        }\n                    });\n                });\n            }\n        });\n    }\n\n    itShouldBehaveLikeARowChartWithGroup(positiveGroupHolder, 5, ['0', '5', '10']);\n    itShouldBehaveLikeARowChartWithGroup(negativeGroupHolder, 5, ['−10', '−5', '0']);\n    itShouldBehaveLikeARowChartWithGroup(mixedGroupHolder, 5, ['−5', '0', '5']);\n    itShouldBehaveLikeARowChartWithGroup(largerGroupHolder, 7);\n});\n"
  },
  {
    "path": "spec/scatter-plot-spec.js",
    "content": "/* global appendChartID, comparePaths, loadDateFixture, makeDate, simulateChart2DBrushing */\ndescribe('dc.scatterPlot', () => {\n    let id, chart;\n    let data, group, dimension;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        dimension = data.dimension(d => [+d.value, +d.nvalue]);\n        group = dimension.group();\n\n        id = 'scatter-plot';\n        appendChartID(id);\n\n        chart = new dc.ScatterPlot(`#${id}`);\n        chart.dimension(dimension)\n            .group(group)\n            .width(500).height(180)\n            .x(d3.scaleLinear().domain([0, 70]))\n            .symbolSize(10)\n            .nonemptyOpacity(0.9)\n            .excludedSize(2)\n            .excludedColor('#ccc')\n            .excludedOpacity(0.25)\n            .emptySize(4)\n            .emptyOpacity(0.5)\n            .emptyColor('#DFFF00')\n            .transitionDuration(0);\n    });\n\n    describe('rendering the scatter plot', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should create an svg', () => {\n            expect(chart.svg().empty()).toBeFalsy();\n        });\n\n        it('should create the correct number of symbols', () => {\n            expect(chart.group().all().length).toBe(chart.selectAll('path.symbol').size());\n        });\n\n        it('treats hiddenSize as synonym of emptySize', () => {\n            expect(chart.hiddenSize()).toEqual(chart.emptySize());\n            const newVal = 5;\n            chart.hiddenSize(newVal);\n            expect(chart.emptySize()).toEqual(newVal);\n        });\n\n        it('should correctly place the symbols', () => {\n            expect(nthSymbol(4).attr('transform')).toMatchTranslate(264, 131);\n            expect(nthSymbol(5).attr('transform')).toMatchTranslate(264, 75);\n            expect(nthSymbol(8).attr('transform')).toMatchTranslate(396, 131);\n        });\n\n        it('should generate a default color fill for symbols', () => {\n            expect(nthSymbol(4).attr('fill')).toMatch(/#1f77b4/i);\n            expect(nthSymbol(5).attr('fill')).toMatch(/#1f77b4/i);\n            expect(nthSymbol(8).attr('fill')).toMatch(/#1f77b4/i);\n        });\n\n        it('should generate the correct titles', () => {\n            const titles = chart.selectAll('path.symbol title');\n            const expected = ['22,-2: 1', '22,10: 1', '33,1: 2', '44,-3: 1', '44,-4: 1', '44,2: 1', '55,-3: 1', '55,-5: 1', '66,-4: 1'];\n            expect(titles.size()).toBe(expected.length);\n            titles.each(function (d) {\n                expect(this.textContent).toBe(expected.shift());\n            });\n        });\n\n        describe('with a custom color', () => {\n            beforeEach(() => {\n                chart.colors('red').render();\n            });\n\n            it('should color the symbols to the provided color', () => {\n                expect(nthSymbol(4).attr('fill')).toBe('red');\n                expect(nthSymbol(5).attr('fill')).toBe('red');\n                expect(nthSymbol(8).attr('fill')).toBe('red');\n            });\n        });\n\n        function fishSymbol () {\n            let size;\n            const points = [[2, 0], [1, -1], [-1, 1], [-1, -1], [1, 1]];\n\n            function symbol (d, i) {\n                // native size is 3 square pixels, so to get size N, multiply by sqrt(N)/3\n                let m = size.call(this, d, i);\n                m = Math.sqrt(m) / 3;\n                const path = d3.line()\n                    .x(_d => _d[0] * m)\n                    .y(_d => _d[1] * m);\n                return `${path(points)}Z`;\n            }\n\n            symbol.type = function () {\n                if (arguments.length) {\n                    throw new Error('no, you must have fish');\n                }\n                return 'fish';\n            };\n            symbol.size = function (_) {\n                if (!arguments.length) {\n                    return size;\n                }\n                size = typeof _ === 'function' ? _ : dc.utils.constant(_);\n                return symbol;\n            };\n            return symbol;\n        }\n\n        describe('with a fish symbol', () => {\n            beforeEach(() => {\n                chart.customSymbol(fishSymbol().size(chart.symbolSize()))\n                    .render();\n            });\n\n            it('should draw fishes', () => {\n                expect(symbolsMatching(matchSymbol(fishSymbol(), chart.symbolSize())).length).toBe(9);\n            });\n        });\n\n        describe('with title rendering disabled', () => {\n            beforeEach(() => {\n                chart.renderTitle(false).render();\n            });\n\n            it('should not generate title elements', () => {\n                expect(chart.selectAll('rect.bar title').empty()).toBeTruthy();\n            });\n        });\n\n        describe('filtering the chart', () => {\n            let otherDimension;\n\n            beforeEach(() => {\n                otherDimension = data.dimension(d => [+d.value, +d.nvalue]);\n\n                chart.filterAll();\n                chart.filter([[22, -3], [44, 2]]);\n            });\n\n            it('should filter dimensions based on the same data', () => {\n                expect(otherDimension.top(Infinity).length).toBe(3);\n            });\n\n            describe('when filtering with null', () => {\n                beforeEach(() => {\n                    chart.filter(null);\n                });\n\n                it('should remove all filtering from the dimensions based on the same data', () => {\n                    expect(otherDimension.top(Infinity).length).toBe(10);\n                });\n\n            });\n        });\n\n        function filteringAnotherDimension () {\n            describe('filtering another dimension', () => {\n                let otherDimension;\n\n                beforeEach(() => {\n                    otherDimension = data.dimension(d => [+d.value, +d.nvalue]);\n                    const ff = dc.filters.RangedTwoDimensionalFilter([[22, -3], [44, 2]]).isFiltered;\n                    otherDimension.filterFunction(ff);\n                    chart.redraw();\n                });\n\n                it('should show the included points', () => {\n                    const shownPoints = symbolsOfRadius(10); // test symbolSize\n                    expect(shownPoints.length).toBe(2);\n                    expect(shownPoints[0].key).toEqual([22, -2]);\n                    expect(shownPoints[1].key).toEqual([33, 1]);\n                });\n                it('should hide the excluded points', () => {\n                    const emptyPoints = symbolsOfRadius(4); // test emptySize\n                    expect(emptyPoints.length).toBe(7);\n                });\n                it('should use emptyOpacity for excluded points', () => {\n                    const translucentPoints = symbolsMatching(function () {\n                        return +d3.select(this).attr('opacity') === 0.5; // emptyOpacity\n                    });\n                    expect(translucentPoints.length).toBe(7);\n                });\n                it('should use emptyColor for excluded points', () => {\n                    const chartreusePoints = symbolsMatching(function () { // don't try this at home\n                        return /#DFFF00/i.test(d3.select(this).attr('fill')); // emptyColor\n                    });\n                    expect(chartreusePoints.length).toBe(7);\n                });\n                it('should update the titles', () => {\n                    const titles = chart.selectAll('path.symbol title');\n                    const expected =\n                        ['22,-2: 1', '22,10: 0', '33,1: 2', '44,-3: 0', '44,-4: 0', '44,2: 0', '55,-3: 0', '55,-5: 0', '66,-4: 0'];\n                    expect(titles.size()).toBe(expected.length);\n                    titles.each(function (d) {\n                        expect(this.textContent).toBe(expected.shift());\n                    });\n                });\n            });\n        }\n\n        filteringAnotherDimension();\n\n        function cloneGroup (grp) {\n            return {\n                all: function () {\n                    return grp.all().map(kv => ({\n                        key: kv.key.slice(0),\n                        value: kv.value\n                    }));\n                }\n            };\n        }\n\n        describe('with cloned data', () => {\n            beforeEach(() => {\n                chart.group(cloneGroup(group))\n                    .render();\n            });\n\n            filteringAnotherDimension();\n        });\n\n        function removeEmptyBins (sourceGroup) {\n            return {\n                all: function () {\n                    //return Math.abs(d.value) > 0.00001; // if using floating-point numbers\n                    return sourceGroup.all().filter(d => d.value !== 0); // if integers only\n                }\n            };\n        }\n\n        describe('with empty bins removed', () => {\n            let otherDimension;\n            beforeEach(() => {\n                chart.group(removeEmptyBins(group))\n                    .render();\n                otherDimension = data.dimension(d => [+d.value, +d.nvalue]);\n                const ff = dc.filters.RangedTwoDimensionalFilter([[22, -3], [44, 2]]).isFiltered;\n                otherDimension.filterFunction(ff);\n                chart.redraw();\n            });\n\n            it('should only contain the included points', () => {\n                const emptyPoints = symbolsMatching(() => true);\n                expect(emptyPoints.length).toBe(2);\n            });\n            it('should show the included points', () => {\n                const shownPoints = symbolsOfRadius(10); // test symbolSize\n                expect(shownPoints.length).toBe(2);\n                expect(shownPoints[0].key).toEqual([22, -2]);\n                expect(shownPoints[1].key).toEqual([33, 1]);\n            });\n            it('should update the titles', () => {\n                const titles = chart.selectAll('path.symbol title');\n                const expected = ['22,-2: 1', '33,1: 2'];\n                expect(titles.size()).toBe(expected.length);\n                titles.each(function (d) {\n                    expect(this.textContent).toBe(expected.shift());\n                });\n            });\n        });\n\n        describe('brushing', () => {\n            let otherDimension;\n\n            beforeEach(() => {\n                otherDimension = data.dimension(d => [+d.value, +d.nvalue]);\n\n                simulateChart2DBrushing(chart, [[22, -3], [44, 2]]);\n\n                chart.redraw();\n            });\n\n            it('should not create brush handles', () => {\n                const selectAll = chart.select('g.brush').selectAll('path.custom-brush-handle');\n                expect(selectAll.size()).toBe(0);\n            });\n\n            it('should filter dimensions based on the same data', () => {\n                jasmine.clock().tick(100);\n                expect(otherDimension.top(Infinity).length).toBe(3);\n            });\n\n            /* D3v4 - no easy replacement, dropping this case\n            it('should set the height of the brush to the height implied by the extent', function () {\n                expect(chart.select('g.brush rect.extent').attr('height')).toBe('46');\n            });\n            */\n\n            it('should not add handles to the brush', () => {\n                expect(chart.select('.resize path').empty()).toBeTruthy();\n            });\n\n            describe('excluded points', () => {\n                let selectedPoints;\n\n                beforeEach(() => {\n                    jasmine.clock().tick(100);\n                });\n\n                const isOpaque = function () {\n                    return +d3.select(this).attr('opacity') === 0.9; // test nonemptyOpacity\n                };\n                const isTranslucent = function () {\n                    return +d3.select(this).attr('opacity') === 0.25; // test excludedOpacity\n                };\n                const isBlue = function () {\n                    return d3.select(this).attr('fill') === '#1f77b4';\n                };\n                const isGrey = function () {\n                    return d3.select(this).attr('fill') === '#ccc'; // test excludedColor\n                };\n\n                it('should not shrink the included points', () => {\n                    selectedPoints = symbolsOfRadius(chart.symbolSize());\n                    expect(selectedPoints.length).toBe(2);\n                    expect(selectedPoints[0].key).toEqual([22, -2]);\n                    expect(selectedPoints[1].key).toEqual([33, 1]);\n                });\n\n                it('should shrink the excluded points', () => {\n                    selectedPoints = symbolsOfRadius(2); // test excludedSize\n                    expect(selectedPoints.length).toBe(7);\n                    expect(selectedPoints[0].key).toEqual([22, 10]);\n                    expect(selectedPoints[1].key).toEqual([44, -3]);\n                });\n\n                it('should keep the included points opaque', () => {\n                    selectedPoints = symbolsMatching(isOpaque);\n                    expect(selectedPoints.length).toBe(2);\n                    expect(selectedPoints[0].key).toEqual([22, -2]);\n                    expect(selectedPoints[1].key).toEqual([33, 1]);\n                });\n\n                it('should make the excluded points translucent', () => {\n                    selectedPoints = symbolsMatching(isTranslucent);\n                    expect(selectedPoints.length).toBe(7);\n                    expect(selectedPoints[0].key).toEqual([22, 10]);\n                    expect(selectedPoints[1].key).toEqual([44, -3]);\n                });\n\n                it('should keep the included points blue', () => {\n                    selectedPoints = symbolsMatching(isBlue);\n                    expect(selectedPoints.length).toBe(2);\n                    expect(selectedPoints[0].key).toEqual([22, -2]);\n                    expect(selectedPoints[1].key).toEqual([33, 1]);\n                });\n\n                it('should make the excluded points grey', () => {\n                    selectedPoints = symbolsMatching(isGrey);\n                    expect(selectedPoints.length).toBe(7);\n                    expect(selectedPoints[0].key).toEqual([22, 10]);\n                    expect(selectedPoints[1].key).toEqual([44, -3]);\n                });\n\n                it('should restore sizes, colors, and opacity when the brush is empty', () => {\n                    simulateChart2DBrushing(chart, [[22, 2], [22, -3]]);\n\n                    jasmine.clock().tick(100);\n\n                    selectedPoints = symbolsOfRadius(chart.symbolSize());\n                    expect(selectedPoints.length).toBe(9);\n\n                    selectedPoints = symbolsMatching(isBlue);\n                    expect(selectedPoints.length).toBe(9);\n\n                    selectedPoints = symbolsMatching(isOpaque);\n                    expect(selectedPoints.length).toBe(9);\n\n                    chart.redraw();\n\n                    selectedPoints = symbolsOfRadius(chart.symbolSize());\n                    expect(selectedPoints.length).toBe(9);\n\n                    selectedPoints = symbolsMatching(isBlue);\n                    expect(selectedPoints.length).toBe(9);\n\n                    selectedPoints = symbolsMatching(isOpaque);\n                    expect(selectedPoints.length).toBe(9);\n                });\n            });\n        });\n    });\n\n    function matchSymbolSize (r) {\n        return function () {\n            const symbol = d3.select(this);\n            const size = Math.pow(r, 2);\n            const path = d3.symbol().size(size)();\n            const result = comparePaths(symbol.attr('d'), path);\n            return result.pass;\n        };\n    }\n\n    function matchSymbol (s, r) {\n        return function () {\n            const symbol = d3.select(this);\n            const size = Math.pow(r, 2);\n            const path = s.size(size)();\n            const result = comparePaths(symbol.attr('d'), path);\n            return result.pass;\n        };\n    }\n\n    function symbolsMatching (pred) {\n        function getData (symbols) {\n            return symbols.nodes().map(symbol => d3.select(symbol).datum());\n        }\n\n        return getData(chart.selectAll('path.symbol').filter(pred));\n    }\n\n    function symbolsOfRadius (r) {\n        return symbolsMatching(matchSymbolSize(r));\n    }\n\n    describe('legends', () => {\n        let compositeChart;\n        let subChart1, subChart2;\n        let firstItem;\n\n        beforeEach(() => {\n            id = 'scatter-plot-composite';\n            appendChartID(id);\n\n            compositeChart = new dc.CompositeChart(`#${id}`);\n            compositeChart\n                .dimension(dimension)\n                .x(d3.scaleUtc().domain([makeDate(2012, 0, 1), makeDate(2012, 11, 31)]))\n                .transitionDuration(0)\n                .legend(new dc.Legend())\n                .compose([\n                    subChart1 = new dc.ScatterPlot(compositeChart).colors('red').group(group, 'Scatter 1'),\n                    subChart2 = new dc.ScatterPlot(compositeChart).colors('blue').group(group, 'Scatter 2')\n                ]).render();\n\n            firstItem = compositeChart.select('g.dc-legend g.dc-legend-item');\n        });\n\n        it('should provide a composite chart with corresponding legend data', () => {\n            expect(compositeChart.legendables()).toEqual([\n                {chart: subChart1, name: 'Scatter 1', color: 'red'},\n                {chart: subChart2, name: 'Scatter 2', color: 'blue'}\n            ]);\n        });\n\n        describe('hovering', () => {\n            beforeEach(() => {\n                dc.d3compat.callHandler(firstItem.on('mouseover'), null, {}, firstItem.datum());\n            });\n\n            describe('when a legend item is hovered over', () => {\n                it('should highlight corresponding plot', () => {\n                    nthChart(0).expectPlotSymbolsToHaveSize(subChart1.highlightedSize());\n\n                });\n\n                it('should fade out non-corresponding lines and areas', () => {\n                    nthChart(1).expectPlotSymbolsToHaveClass('fadeout');\n                });\n            });\n\n            describe('when a legend item is hovered out', () => {\n                beforeEach(() => {\n                    dc.d3compat.callHandler(firstItem.on('mouseout'), null, {}, firstItem.datum());\n                });\n\n                it('should remove highlighting from corresponding lines and areas', () => {\n                    nthChart(0).expectPlotSymbolsToHaveSize(subChart1.symbolSize());\n                });\n\n                it('should fade in non-corresponding lines and areas', () => {\n                    nthChart(1).expectPlotSymbolsNotToHaveClass('fadeout');\n                });\n            });\n        });\n\n        function nthChart (n) {\n            const subChart = d3.select(compositeChart.selectAll('g.sub').nodes()[n]);\n\n            subChart.expectPlotSymbolsToHaveClass = function (className) {\n                subChart.selectAll('path.symbol').each(function () {\n                    expect(d3.select(this).classed(className)).toBeTruthy();\n                });\n            };\n\n            subChart.expectPlotSymbolsToHaveSize = function (size) {\n                const match = matchSymbolSize(size);\n                subChart.selectAll('path.symbol').each(function () {\n                    expect(match.apply(this)).toBeTruthy();\n                });\n            };\n\n            subChart.expectPlotSymbolsNotToHaveClass = function (className) {\n                subChart.selectAll('path.symbol').each(function () {\n                    expect(d3.select(this).classed(className)).toBeFalsy();\n                });\n            };\n\n            return subChart;\n        }\n    });\n    describe('with ordinal axes', () => {\n        beforeEach(() => {\n            dimension = data.dimension(d => [d.state, d.region]);\n            group = dimension.group();\n            chart\n                .margins({left: 50, top: 10, right: 0, bottom: 20})\n                .dimension(dimension)\n                .group(group)\n                .x(d3.scaleBand())\n                // ordinal axes work but you have to set the padding for both axes & give the y domain\n                .y(d3.scaleBand().paddingInner(1).domain(group.all().map(kv => kv.key[1])))\n                .xUnits(dc.units.ordinal)\n                ._rangeBandPadding(1)\n                .render();\n        });\n        it('should correctly place the symbols', () => {\n            expect(nthSymbol(4).attr('transform')).toMatchTranslate(262.5, 75);\n            expect(nthSymbol(5).attr('transform')).toMatchTranslate(337.5, 37.5);\n            expect(nthSymbol(7).attr('transform')).toMatchTranslate(412.5, 0);\n        });\n        describe('with grid lines', () => {\n            beforeEach(() => {\n                chart\n                    .renderHorizontalGridLines(true)\n                    .renderVerticalGridLines(true)\n                    .render();\n            });\n            it('should draw the correct number of grid lines', () => {\n                expect(chart.selectAll('.grid-line.horizontal line').size()).toBe(5);\n                expect(chart.selectAll('.grid-line.vertical line').size()).toBe(6);\n            });\n        });\n    });\n\n    describe('accessibility scatter plot', () => {\n\n        beforeEach(() => {\n            chart.keyboardAccessible(true);\n        })\n\n        it('internal elements are focusable by keyboard', () => {\n            chart.render();\n            chart.selectAll('path.symbol').each(function () {\n                const dot = d3.select(this);\n                expect(dot.attr('tabindex')).toEqual('0');\n            });\n        });\n    });\n\n    function nthSymbol (i) {\n        return d3.select(chart.selectAll('path.symbol').nodes()[i]);\n    }\n});\n\n"
  },
  {
    "path": "spec/select-menu-spec.js",
    "content": "/* global appendChartID, loadDateFixture */\ndescribe('dc.selectMenu', () => {\n    let id, chart;\n    let data, regionDimension, regionGroup;\n    let stateDimension, stateGroup;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        regionDimension = data.dimension(d => d.region);\n        stateDimension = data.dimension(d => d.state);\n\n        regionGroup = regionDimension.group();\n        stateGroup = stateDimension.group();\n\n        id = 'select-menu';\n        appendChartID(id);\n\n        chart = new dc.SelectMenu(`#${id}`);\n        chart.dimension(stateDimension)\n            .group(stateGroup)\n            .transitionDuration(0);\n        chart.render();\n    });\n\n    describe('generation', () => {\n        it('we get something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('sets order', () => {\n            expect(chart.order()).toBeDefined();\n        });\n        it('sets prompt text', () => {\n            expect(chart.promptText()).toBe('Select all');\n        });\n        it('creates select tag', () => {\n            expect(chart.selectAll('select').nodes().length).toEqual(1);\n        });\n        it('select tag is not a multiple select by default', () => {\n            expect(chart.selectAll('select').attr('multiple')).toBeNull();\n        });\n        it('can be made into a multiple', () => {\n            chart.multiple(true).redraw();\n            expect(chart.selectAll('select').attr('multiple')).toBeTruthy();\n        });\n        it('select tag does not have size by default', () => {\n            expect(chart.selectAll('select').attr('size')).toBeNull();\n        });\n        it('can have numberVisible set', () => {\n            chart.numberVisible(10).redraw();\n            expect(chart.selectAll('select').attr('size')).toEqual('10');\n        });\n        it('treats size as synonym of numberVisible', () => {\n            chart.numberVisible(10);\n            expect(chart.size()).toEqual(chart.numberVisible());\n            chart.size(20);\n            expect(chart.numberVisible()).toEqual(20);\n        });\n        it('creates prompt option with empty value', () => {\n            const option = chart.selectAll('option').nodes()[0];\n            expect(option).not.toBeNull();\n            expect(option.value).toEqual('');\n        });\n        it('creates prompt option with default prompt text', () => {\n            const option = chart.selectAll('option').nodes()[0];\n            expect(option.text).toEqual('Select all');\n        });\n        it('creates correct number of options', () => {\n            expect(chart.selectAll('option.dc-select-option').nodes().length).toEqual(stateGroup.all().length);\n        });\n    });\n\n    describe('select options', () => {\n        let firstOption, lastOption, lastIndex;\n        beforeEach(() => {\n            lastIndex = stateGroup.all().length - 1;\n            firstOption = getOption(chart, 0);\n            lastOption = getOption(chart, lastIndex);\n        });\n        it('display title as default option text', () => {\n            expect(firstOption.text).toEqual('California: 3');\n        });\n        it('text property can be changed by changing title', () => {\n            chart.title(d => d.key).redraw();\n            firstOption = getOption(chart, 0);\n            expect(firstOption.text).toEqual('California');\n        });\n        it('are ordered by ascending group key by default', () => {\n            expect(firstOption.text).toEqual('California: 3');\n            expect(lastOption.text).toEqual('Ontario: 2');\n        });\n        it('order can be changed by changing order function', () => {\n            chart.order((a, b) => a.key.length - b.key.length);\n            chart.redraw();\n            lastOption = getOption(chart, lastIndex);\n            expect(lastOption.text).toEqual('Mississippi: 2');\n        });\n    });\n\n    describe('regular single select', () => {\n        describe('selecting an option', () => {\n            it('filters dimension based on selected option\\'s value', () => {\n                chart.onChange(stateGroup.all()[0].key);\n                expect(chart.filter()).toEqual('California');\n            });\n            it('replaces filter on second selection', () => {\n                chart.onChange(stateGroup.all()[0].key);\n                chart.onChange(stateGroup.all()[1].key);\n                expect(chart.filter()).toEqual('Colorado');\n                expect(chart.filters().length).toEqual(1);\n            });\n            it('actually filters dimension', () => {\n                chart.onChange(stateGroup.all()[0].key);\n                expect(regionGroup.all()[0].value).toEqual(0);\n                expect(regionGroup.all()[3].value).toEqual(2);\n            });\n            it('removes filter when prompt option is selected', () => {\n                chart.onChange(null);\n                expect(chart.hasFilter()).not.toBeTruthy();\n                expect(regionGroup.all()[0].value).toEqual(1);\n            });\n        });\n\n        describe('redraw with existing filter', () => {\n            it('selects option corresponding to active filter', () => {\n                chart.onChange(stateGroup.all()[0].key);\n                chart.redraw();\n                expect(chart.selectAll('select').nodes()[0].value).toEqual('California');\n            });\n        });\n\n        afterEach(() => {\n            chart.onChange(null);\n        });\n    });\n\n    describe('multiple select', () => {\n        beforeEach(() => {\n            chart.multiple(true);\n            chart.onChange([stateGroup.all()[0].key, stateGroup.all()[1].key]);\n        });\n        it('adds filters based on selections', () => {\n            expect(chart.filters()).toEqual(['California', 'Colorado']);\n            expect(chart.filters().length).toEqual(2);\n        });\n        it('actually filters dimension', () => {\n            expect(regionGroup.all()[3].value).toEqual(2);\n            expect(regionGroup.all()[4].value).toEqual(2);\n        });\n        it('removes all filters when prompt option is selected', () => {\n            chart.onChange(null);\n            expect(chart.hasFilter()).not.toBeTruthy();\n            expect(regionGroup.all()[0].value).toEqual(1);\n        });\n        it('selects all options corresponding to active filters on redraw', () => {\n            // IE returns an extra option with value '', not sure what it means\n            const selectedOptions = chart.selectAll('select').selectAll('option').nodes().filter(d => d.value && d.selected);\n            expect(selectedOptions.length).toEqual(2);\n            expect(selectedOptions.map(d => d.value)).toEqual(['California', 'Colorado']);\n        });\n        it('does not deselect previously filtered options when new option is added', () => {\n            chart.onChange([stateGroup.all()[0].key, stateGroup.all()[1].key, stateGroup.all()[5].key]);\n\n            // IE returns an extra option with value '', not sure what it means\n            const selectedOptions = chart.selectAll('select').selectAll('option').nodes().filter(d => d.value && d.selected);\n            expect(selectedOptions.length).toEqual(3);\n            expect(selectedOptions.map(d => d.value)).toEqual(['California', 'Colorado', 'Ontario']);\n        });\n\n        afterEach(() => {\n            chart.onChange(null);\n        });\n    });\n\n    describe('filterDisplayed', () => {\n        it('only displays options whose value > 0 by default', () => {\n            regionDimension.filter('South');\n            chart.redraw();\n            expect(chart.selectAll('option.dc-select-option').nodes().length).toEqual(1);\n            expect(getOption(chart, 0).text).toEqual('California: 2');\n        });\n        it('can be overridden', () => {\n            regionDimension.filter('South');\n            chart.filterDisplayed(d => true).redraw();\n            expect(chart.selectAll('option.dc-select-option').nodes().length).toEqual(stateGroup.all().length);\n            expect(getOption(chart, stateGroup.all().length - 1).text).toEqual('Ontario: 0');\n        });\n        it('retains order with filtered options', () => {\n            regionDimension.filter('Central');\n            chart.redraw();\n            expect(getOption(chart, 0).text).toEqual('Mississippi: 2');\n            expect(getOption(chart, 1).text).toEqual('Ontario: 1');\n        });\n        afterEach(() => {\n            regionDimension.filterAll();\n        });\n    });\n\n    function getOption (_chart, i) {\n        return _chart.selectAll('option.dc-select-option').nodes()[i];\n    }\n});\n"
  },
  {
    "path": "spec/series-chart-spec.js",
    "content": "/* global appendChartID */\ndescribe('dc.seriesChart', () => {\n\n    let chart;\n    const colorRows = [\n        {colData: 1, rowData: 1, colorData: 1},\n        {colData: 1, rowData: 2, colorData: 2},\n        {colData: 2, rowData: 1, colorData: 3},\n        {colData: 2, rowData: 2, colorData: 4}\n    ];\n    let colorData;\n\n    beforeEach(() => {\n        colorData = crossfilter(colorRows);\n        const dimensionColorData = colorData.dimension(d => [+d.colData, +d.rowData]);\n        const groupColorData = dimensionColorData.group().reduceSum(d => +d.colorData);\n\n        const id = 'series-chart';\n        appendChartID(id);\n        chart = new dc.SeriesChart(`#${id}`);\n\n        chart\n            .width(210)\n            .height(210)\n            .x(d3.scaleLinear().domain([1,2]))\n            .dimension(dimensionColorData)\n            .group(groupColorData)\n            .ordinalColors(['#000001', '#000002'])\n            .seriesAccessor(d => +d.key[0])\n            .keyAccessor(d => +d.key[1])\n            .valueAccessor(d => +d.value )\n            .childOptions({renderArea: true, dashStyle: [3, 1, 1]})\n            .transitionDuration(0);\n    });\n\n    describe('#render', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should create the svg', () => {\n            expect(chart.svg()).not.toBeNull();\n        });\n\n        it('should not allow calling compose', () => {\n            expect(chart.compose).toThrowError();\n        });\n\n        it('should position generated lineCharts using the data', () => {\n            const lines = chart.selectAll('path.line');\n\n            expect(d3.select(lines.nodes()[0]).attr('d')).toMatchPath('M0,128L130,85');\n            expect(d3.select(lines.nodes()[1]).attr('d')).toMatchPath('M0,43L130,0');\n        });\n\n        it('should color lines using the colors in the data', () => {\n            const lines = chart.selectAll('path.line');\n\n            expect(d3.select(lines.nodes()[0]).attr('stroke')).toMatch(/#000001/i);\n            expect(d3.select(lines.nodes()[1]).attr('stroke')).toMatch(/#000002/i);\n        });\n\n        describe('with brush off', () => {\n            it('should create line chart dots', () => {\n                chart.brushOn(false).render();\n                const dots = chart.selectAll('circle.dot');\n                expect(dots.nodes().length).toEqual(4);\n                chart.brushOn(true);\n            });\n        });\n    });\n\n    describe('series sorting', () => {\n        beforeEach(() => {\n            chart\n                .seriesSort(d3.descending)\n                .render();\n        });\n\n        it('should order lineCharts in the order specified', () => {\n            const lines = chart.selectAll('path.line');\n\n            expect(d3.select(lines.nodes()[1]).attr('d')).toMatchPath('M0,128L130,85');\n            expect(d3.select(lines.nodes()[0]).attr('d')).toMatchPath('M0,43L130,0');\n        });\n    });\n\n    describe('chart options', () => {\n        beforeEach(() => {\n            chart.render();\n        });\n\n        it('should apply options to all lines in the chart', () => {\n            const lines = chart.selectAll('path.line');\n            const areas = chart.selectAll('path.area');\n\n            expect(d3.select(lines.nodes()[0]).attr('stroke-dasharray')).toEqualIntOrPixelList('3,1,1');\n            expect(d3.select(lines.nodes()[1]).attr('stroke-dasharray')).toEqualIntOrPixelList('3,1,1');\n\n            expect(d3.select(areas.nodes()[0]).attr('fill')).toMatch(/#000001/i);\n            expect(d3.select(areas.nodes()[1]).attr('fill')).toMatch(/#000002/i);\n        });\n    });\n\n    describe('#redraw', () => {\n        const colorRows2 = [\n            {colData: 1, rowData: 1, colorData: 1},\n            {colData: 1, rowData: 2, colorData: 2},\n            {colData: 2, rowData: 1, colorData: 3},\n            {colData: 2, rowData: 2, colorData: 4},\n            {colData: 3, rowData: 1, colorData: 5},\n            {colData: 3, rowData: 2, colorData: 6}\n        ];\n        let colorData2;\n        beforeEach(() => {\n            colorData2 = crossfilter(colorRows2);\n            chart.brushOn(false);\n            chart.render();\n\n            const dimensionData = colorData2.dimension(d => [+d.colData, +d.rowData]);\n            const groupData = dimensionData.group().reduceSum(d => +d.colorData);\n\n            chart.dimension(dimensionData).group(groupData);\n\n            chart.redraw();\n        });\n\n        afterEach(() => {\n            chart.brushOn(true);\n        });\n\n        it('is redrawn with dots', () => {\n            const dots = chart.selectAll('circle.dot');\n            expect(dots.nodes().length).toEqual(6);\n        });\n    });\n});\n"
  },
  {
    "path": "spec/sunburst-chart-spec.js",
    "content": "/* global appendChartID, loadDateFixture, makeDate, getSunburstDataOneRing3Segments,\n   loadSunburstData3CompleteRings, loadSunburstData10CompleteRings */\ndescribe('dc.sunburstChart', () => {\n    const width = 200;\n    const height = 200;\n    const radius = 100;\n    const defaultCenter = {x: width / 2, y: height / 2};\n    const newCenter = {x: 101, y: 99};\n    const innerRadius = 30;\n    let data, valueDimension, valueGroup;\n    let countryRegionStateDimension, countryRegionStateGroup;\n    let statusDimension;\n    let dateDimension;\n\n    beforeEach(() => {\n        data = crossfilter(loadDateFixture());\n        valueDimension = data.dimension(d => d.value);\n        valueGroup = valueDimension.group();\n\n        countryRegionStateDimension = data.dimension(d => [d.countrycode, d.region, d.state]);\n\n        countryRegionStateGroup = countryRegionStateDimension.group();\n\n        statusDimension = data.dimension(d => d.status);\n\n        dateDimension = data.dimension(d => d3.utcDay(d.dd));\n\n    });\n\n    function buildChart (id) {\n        const div = appendChartID(id);\n        div.append('a').attr('class', 'reset').style('display', 'none');\n        div.append('span').attr('class', 'filter').style('display', 'none');\n        const chart = new dc.SunburstChart(`#${id}`);\n        chart.dimension(countryRegionStateDimension).group(countryRegionStateGroup)\n            .width(width)\n            .height(height)\n            .transitionDuration(0);\n        chart.render();\n        return chart;\n    }\n\n    describe('generation', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart-age');\n            chart.render();\n        });\n        it('we get something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('should be registered', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('dc-chart class should be turned on for parent div', () => {\n            expect(d3.select('#pie-chart-age').attr('class')).toEqual('dc-chart');\n        });\n        it('inner radius can be set', () => {\n            chart.innerRadius(innerRadius);\n            expect(chart.innerRadius()).toEqual(innerRadius);\n        });\n        it('svg should be created', () => {\n            expect(chart.select('svg').empty()).toBeFalsy();\n        });\n        it('default color scheme should be created', () => {\n            expect(chart.colors().length > 0).toBeTruthy();\n        });\n        it('dimension should be set', () => {\n            expect(chart.dimension()).toBe(countryRegionStateDimension);\n        });\n        it('group should be set', () => {\n            expect(chart.group()).toEqual(countryRegionStateGroup);\n        });\n        it('width should be set', () => {\n            expect(chart.width()).toEqual(width);\n        });\n        it('height should be set', () => {\n            expect(chart.height()).toEqual(height);\n        });\n        it('radius should not be set', () => {\n            expect(chart.radius()).toBeFalsy();\n        });\n        it('cx should be set', () => {\n            expect(chart.cx()).toEqual(defaultCenter.x);\n        });\n        it('cy should be set', () => {\n            expect(chart.cy()).toEqual(defaultCenter.y);\n        });\n        it('height should be used for svg', () => {\n            expect(chart.select('svg').attr('height')).toEqual(String(height));\n        });\n        it('root g should be created', () => {\n            expect(chart.select('svg g').empty()).toBeFalsy();\n        });\n        it('root g should be translated to center', () => {\n            expect(chart.select('svg g').attr('transform')).toMatchTranslate(defaultCenter.x, defaultCenter.y);\n        });\n        it('slice g should be created with class', () => {\n            expect(chart.selectAll('svg g g.pie-slice-level-1').data().length).toEqual(2);\n        });\n        it('slice path should be created', () => {\n            expect(chart.selectAll('svg g g.pie-slice-level-1 path').data().length).toEqual(2);\n        });\n        it('slice css class should be numbered with index', () => {\n            chart.selectAll('g.pie-slice').each(function (p, i) {\n                expect(d3.select(this).attr('class')).toContain(`pie-slice _${i}`);\n            });\n        });\n        it('slice path should be filled', () => {\n            chart.selectAll('svg g g.pie-slice path').each(function (p) {\n                expect(d3.select(this).attr('fill') !== '').toBeTruthy();\n            });\n        });\n        it('slice path d should be created', () => {\n            chart.selectAll('svg g g.pie-slice path').each(function (p) {\n                expect(d3.select(this).attr('d') !== '').toBeTruthy();\n            });\n        });\n        it('slice path fill should be set correctly', () => {\n            expect(d3.select(chart.selectAll('g.pie-slice path').nodes()[0]).attr('fill')).toEqual('#3182bd');\n            expect(d3.select(chart.selectAll('g.pie-slice path').nodes()[1]).attr('fill')).toEqual('#6baed6');\n            expect(d3.select(chart.selectAll('g.pie-slice path').nodes()[2]).attr('fill')).toEqual('#9ecae1');\n            expect(d3.select(chart.selectAll('g.pie-slice path').nodes()[3]).attr('fill')).toEqual('#c6dbef');\n        });\n        it('slice label text should be set', () => {\n            chart.selectAll('svg g text.pie-slice').call(p => {\n                expect(p.text()).toEqual(p.datum().key);\n            });\n        });\n        it('slice label should be middle anchored', () => {\n            chart.selectAll('svg g text.pie-slice').each(function (p) {\n                expect(d3.select(this).attr('text-anchor')).toEqual('middle');\n            });\n        });\n        it('reset link hidden after init rendering', () => {\n            expect(chart.select('a.reset').style('display')).toEqual('none');\n        });\n        it('filter info should be hidden after init rendering', () => {\n            expect(chart.select('span.filter').style('display')).toEqual('none');\n        });\n        describe('center positioning', () => {\n            beforeEach(() => {\n                chart\n                    .cx(newCenter.x)\n                    .cy(newCenter.y)\n                    .render();\n                return chart;\n            });\n            afterEach(() => {\n                chart\n                    .cx(defaultCenter.x)\n                    .cy(defaultCenter.y)\n                    .render();\n                return chart;\n            });\n            it(`root g should be translated to ${newCenter.x},${newCenter.y}`, () => {\n                expect(chart.select('svg g').attr('transform')).toMatchTranslate(newCenter.x, newCenter.y);\n            });\n        });\n\n        describe('with radius', () => {\n            beforeEach(() => {\n                chart.radius(100)\n                    .render();\n            });\n            it('should take', () => {\n                expect(chart.radius()).toEqual(radius);\n            });\n        });\n\n        describe('re-render', () => {\n            beforeEach(() => {\n                chart.render();\n                return chart;\n            });\n            it('multiple invocation of render should update chart', () => {\n                expect(d3.selectAll('#pie-chart-age svg').nodes().length).toEqual(1);\n            });\n        });\n\n        describe('n/a filter', () => {\n            beforeEach(() => {\n                statusDimension.filter('E');\n                chart.render();\n                return chart;\n            });\n            it('should draw an empty chart', () => {\n                expect(chart.select('g').classed('empty-chart')).toBeTruthy();\n            });\n            it('should have one slice', () => {\n                expect(chart.selectAll('svg g text.pie-slice').nodes().length).toBe(1);\n            });\n            afterEach(() => {\n                statusDimension.filterAll();\n            });\n        });\n        describe('slice selection', () => {\n            it('on click function should be defined', () => {\n                expect(chart.selectAll('svg g g.pie-slice path').on('click') !== undefined).toBeTruthy();\n            });\n            it('by default no slice should be selected', () => {\n                expect(chart.hasFilter()).toBeFalsy();\n            });\n            it('be able to set selected slice', () => {\n                expect(chart.filter(['US', 'East', 'Ontario']).filter()).toEqual(['US', 'East', 'Ontario']);\n                expect(chart.hasFilter()).toBeTruthy();\n                chart.filterAll();\n            });\n            it('should filter dimension by single selection', () => {\n                chart.filter(dc.filters.HierarchyFilter(['CA', 'East', 'Ontario']));\n                expect(valueGroup.all()[0]).toEqual({key: '22', value: 1});\n                expect(valueGroup.all()[1].value).toEqual(0);\n                chart.filterAll();\n            });\n            it('should filter dimension by multiple selections', () => {\n                chart.filter(dc.filters.HierarchyFilter(['CA', 'East', 'Ontario']));\n                chart.filter(dc.filters.HierarchyFilter(['US', 'West', 'Colorado']));\n                expect(valueGroup.all()[0]).toEqual({key: '22', value: 2});\n                expect(valueGroup.all()[1].value).toEqual(0);\n                chart.filterAll();\n            });\n            it('should filter dimension with deselection', () => {\n                chart.filter(dc.filters.HierarchyFilter(['CA', 'East', 'Ontario']));\n                chart.filter(dc.filters.HierarchyFilter(['US', 'West', 'Colorado']));\n                chart.filter(dc.filters.HierarchyFilter(['CA', 'East', 'Ontario']));\n                expect(valueGroup.all()[0]).toEqual({key: '22', value: 1});\n                expect(valueGroup.all()[1].value).toEqual(0);\n                chart.filterAll();\n            });\n            it('should highlight selected slices', () => {\n                chart.filter(dc.filters.HierarchyFilter(['CA', 'East', 'Ontario']));\n                chart.filter(dc.filters.HierarchyFilter(['US', 'West', 'Colorado']));\n                chart.render();\n                chart.selectAll('g.pie-slice-level-3').each(function (d) {\n                    if (d.path.toString() === ['CA', 'East', 'Ontario'].toString() ||\n                        d.path.toString() === ['US', 'West', 'Colorado'].toString()\n                    ) {\n                        expect(d3.select(this).attr('class').indexOf('selected') >= 0).toBeTruthy();\n                    } else {\n                        expect(d3.select(this).attr('class').indexOf('deselected') >= 0).toBeTruthy();\n                    }\n                });\n                chart.filterAll();\n            });\n            it('reset link generated after slice selection', () => {\n                chart.filter(dc.filters.HierarchyFilter(['CA', 'East', 'Ontario']));\n                expect(chart.select('a.reset').style('display')).not.toEqual('none');\n            });\n            it('filter info generated after slice selection', () => {\n                chart.filter(null);\n                chart.filter(dc.filters.HierarchyFilter(['CA', 'East', 'Ontario']));\n                expect(chart.select('span.filter').style('display')).not.toEqual('none');\n            });\n            it('should remove highlight if no slice selected', () => {\n                chart.filterAll();\n                chart.redraw();\n                chart.selectAll('.pie-slice path').each(function (d) {\n                    const cls = d3.select(this).attr('class');\n                    expect(cls === null || cls === '').toBeTruthy();\n                });\n            });\n        });\n        describe('filter through clicking', () => {\n            it('onClick should trigger filtering of according group', () => {\n                expect(chart.filters()).toEqual([]);\n                const d = chart.select('.pie-slice-level-3').datum();\n                chart.onClick(d);\n                expect(chart.filter().slice(0)).toEqual(d.path);\n            });\n            it('onClick should reset filter if clicked twice', () => {\n                expect(chart.filters()).toEqual([]);\n                const d = chart.select('.pie-slice-level-3').datum();\n                chart.onClick(d);\n                chart.onClick(d);\n                expect(chart.filter()).toEqual(null);\n            });\n        });\n    });\n\n    describe('redraw after empty selection', () => {\n        let chart;\n        beforeEach(() => {\n            chart = buildChart('pie-chart2');\n            dateDimension.filter([makeDate(2010, 0, 1), makeDate(2010, 0, 3)]);\n            chart.redraw();\n            dateDimension.filter([makeDate(2012, 0, 1), makeDate(2012, 11, 30)]);\n            chart.redraw();\n        });\n        it('pie chart should be restored', () => {\n            chart.selectAll('g.pie-slice path').each(function (p) {\n                expect(d3.select(this).attr('d').indexOf('NaN') < 0).toBeTruthy();\n            });\n        });\n        afterEach(() => {\n            dateDimension.filterAll();\n        });\n    });\n\n    describe('sunburst use baseMixin.ordering', () => {\n        function buildSunburstChartOneRingThreeSlices (id) {\n            data = crossfilter(getSunburstDataOneRing3Segments());\n            const _valueDimension = data.dimension(d => [d.x]);\n            valueGroup = _valueDimension.group().reduceSum(d => +d.y);\n            appendChartID(id);\n            const chart = dc.sunburstChart(`#${id}`);\n            chart\n                .dimension(_valueDimension)\n                .group(valueGroup)\n                .width(width)\n                .height(height)\n                .transitionDuration(0);\n            return chart;\n        }\n\n        function expectTextLabels (strings) {\n            strings.forEach((str,i) => {\n                expect(d3.select(`text.pie-slice._${i}`).text()).toEqual(str);\n            });\n        }\n\n        let chart;\n        beforeEach(() => {\n            chart = buildSunburstChartOneRingThreeSlices('sunburst_ordering_default_ordering');\n            chart.render();\n        });\n\n        describe('sunburst using default ordering', () => {\n            it('slices ordered by key', () => {\n                expectTextLabels(['a', 'b', 'c']);\n            });\n        });\n\n        describe('sunburst using ordering by value ascending', () => {\n            it('slices ordered by value', () => {\n                chart.ordering(d => -d.value);\n                chart.render();\n                expectTextLabels(['c', 'b', 'a']);\n            });\n        });\n\n    });\n\n    describe('sunburst.relativeRingSizes', () => {\n\n        function buildSunburstChart3CompleteRings (id) {\n            data = crossfilter(loadSunburstData3CompleteRings());\n            const _valueDimension = data.dimension(d => [d.x1, d.x2, d.x3]);\n            return buildSunburst(_valueDimension, id);\n        }\n\n        function buildSunburstChartNCompleteRings (N, id) {\n            data = crossfilter(loadSunburstData10CompleteRings());\n            const _valueDimension = data.dimension(d => {\n                const ten = [d.x0, d.x1, d.x2, d.x3, d.x4, d.x5, d.x6 , d.x7, d.x8, d.x9 ];\n                const key = Array.prototype.concat.apply(ten.slice(0, N%10), new Array(Math.floor(N/10)).fill(ten));\n                expect(key.length).toEqual(N);\n                return key;\n            });\n            return buildSunburst(_valueDimension, id);\n        }\n\n        const buildSunburst = function (_valueDimension, id) {\n            const _valueGroup = _valueDimension.group().reduceSum(d => +d.y);\n            appendChartID(id);\n            const chart = dc.sunburstChart(`#${id}`);\n            chart\n                .dimension(_valueDimension)\n                .group(_valueGroup)\n                .width(width)\n                .height(height)\n                .transitionDuration(0);\n            return chart;\n        };\n\n        function getPieSliceBBoxY (chart, sliceNumber) {\n            return chart.select(`.pie-slice._${sliceNumber}`).node().getBBox().y;\n        }\n\n        function getRingThicknessRounded (chart, ringNumber) {\n            if (ringNumber === 0) {\n                throw new Error('root ring 0 can not be checked this way.');\n            }\n            const yInner = getPieSliceBBoxY(chart, ringNumber - 1);\n            const yOuter = getPieSliceBBoxY(chart, ringNumber);\n            return Math.round(Math.abs(yOuter - yInner));\n        }\n\n        describe('sunburst.defaultRingSizes: shrinking', () => {\n            let chart;\n            beforeEach(() => {\n                chart = buildSunburstChart3CompleteRings('sunburst_relativeRingSizes_regression');\n                chart.render();\n            });\n\n            it('rings should get narrower, farther away from the center', () => {\n                expect(getRingThicknessRounded(chart, 2)).toBeGreaterThan(0);\n                expect(getRingThicknessRounded(chart, 1)).toBeGreaterThan(getRingThicknessRounded(chart, 2));\n            });\n        });\n\n        describe('sunburst.relativeRingSizes: equal distribution', () => {\n            let chart;\n            beforeEach(() => {\n                chart = buildSunburstChart3CompleteRings('sunburst_relativeRingSizes_equal_distribution');\n                chart.ringSizes(chart.equalRingSizes());\n                chart.render();\n            });\n            it('rings should be equally wide', () => {\n                expect(getRingThicknessRounded(chart, 1)).toBeGreaterThan(0);\n                expect(getRingThicknessRounded(chart, 1)).toEqual(getRingThicknessRounded(chart, 2));\n            });\n        });\n\n        function testEqualRings (N) {\n            describe(`sunburst.relativeRingSizes: equal distribution - no rounding errors with ${N} rings`, () => {\n                let chart;\n                beforeEach(() => {\n                    chart = buildSunburstChartNCompleteRings(N, 'sunburst_relativeRingSizes_equal_distribution_10rings');\n                    chart.ringSizes(chart.equalRingSizes());\n                });\n                it('chart renders without BadArgumentError caused by rounding issue in chart.relativeRingSizes() ' , () => {\n                    expect(() => chart.render()).not.toThrow();\n                });\n            });\n        }\n        for(let i=2; i<=27; ++i) {testEqualRings(i);}\n\n        describe('sunburst.relativeRingSizes: specific percentages', () => {\n            let chart;\n            const specificPercentages = function (ringCount) {\n                return [.1, .3, .6];\n            };\n            beforeEach(() => {\n                chart = buildSunburstChart3CompleteRings('sunburst_relativeRingSizes_specific_percentages');\n                chart.ringSizes(chart.relativeRingSizes(specificPercentages));\n                expect(() => chart.render()).not.toThrow();\n            });\n            it('2nd ring should be half as wide as the 3rd ', () => {\n                expect(getRingThicknessRounded(chart, 1)).toBeGreaterThan(0);\n                expect(2 * getRingThicknessRounded(chart, 1)).toEqual(getRingThicknessRounded(chart, 2));\n            });\n        });\n\n        describe('sunburst.relativeRingSizes: invalid arguments', () => {\n            let chart;\n\n            const functionReturnsNonArray = function (ringCount) {\n                return {};\n            };\n\n            const tooManyPercentageValues = function (ringCount) {\n                return [.1, .1, .1, .1];\n            };\n\n            const percentagesSumNot1 = function (ringCount) {\n                return [.5, .5, .5];\n            };\n\n            beforeEach(() => {\n                chart = buildSunburstChart3CompleteRings('sunburst_relativeRingSizes_invalid_arguments');\n            });\n\n            it('invalid arguments cause dc.errors.BadArgumentException, default function does not', () => {\n                chart.ringSizes(chart.relativeRingSizes(functionReturnsNonArray));\n                expect(() => {chart.render()}).toThrowError(dc.BadArgumentException);\n\n                chart.ringSizes(chart.relativeRingSizes(tooManyPercentageValues));\n                expect(() => {chart.render()}).toThrowError(dc.BadArgumentException);\n\n                chart.ringSizes(chart.relativeRingSizes(percentagesSumNot1));\n                expect(() => {chart.render()}).toThrowError(dc.BadArgumentException);\n\n                chart.ringSizes(chart.defaultRingSizes());\n                chart.render();\n            });\n        });\n\n    });\n\n\n    describe('accessibility sunburst', () => {\n\n        let chart;\n        beforeEach(() => {\n            \n            const id = 'accessible-sunburst'\n            appendChartID(id);\n            chart = new dc.SunburstChart(`#${id}`);\n            chart\n                .dimension(countryRegionStateDimension)\n                .group(countryRegionStateGroup)\n                .width(width)\n                .height(height)\n                .transitionDuration(0)\n                .keyboardAccessible(true);\n        })\n\n        it('internal elements are focusable by keyboard', () => {\n\n            chart.render();\n            chart.selectAll('g.pie-slice path').each(function () {\n                const burst = d3.select(this);\n                expect(burst.attr('tabindex')).toEqual('0');\n            });\n        });\n\n        it('internal elements are clickable by pressing enter', () => {\n\n            const clickHandlerSpy = jasmine.createSpy();\n            chart.onClick = clickHandlerSpy;\n            chart.render();\n          \n            const event = new Event('keydown');\n            event.keyCode = 13;\n                     \n            chart.selectAll('g.pie-slice path').each(function (d) {\n                this.dispatchEvent(event);\n                expect(clickHandlerSpy).toHaveBeenCalledWith(d);\n                clickHandlerSpy.calls.reset();   \n            });\n        });\n    });\n\n});\n"
  },
  {
    "path": "spec/text-filter-widget-spec.js",
    "content": "/* global loadDateFixture, appendChartID */\ndescribe('dc.textFilterWidget', () => {\n    let dateFixture;\n    let id, chart, data;\n    let dimension, group;\n\n    beforeEach(() => {\n        dateFixture = loadDateFixture();\n        data = crossfilter(dateFixture);\n        dimension = data.dimension(d => `${d.countrycode} ${d.state}`);\n        group = dimension.group().reduceSum(d => 1);\n\n        id = 'input-filter';\n        appendChartID(id);\n        chart = new dc.TextFilterWidget(`#${id}`)\n            .dimension(dimension)\n            .group(group);\n        chart.render();\n    });\n\n    describe('creation', () => {\n        it('generates something', () => {\n            expect(chart).not.toBeNull();\n        });\n        it('registers', () => {\n            expect(dc.hasChart(chart)).toBeTruthy();\n        });\n        it('sets an input field', () => {\n            expect(chart.selectAll('input').nodes().length).toEqual(1);\n        });\n        it('doesn\\'t filter by default', () => {\n            expect(chart.dimension().top(1000).length).toEqual(10);\n        });\n    });\n\n    describe('default accessor functions', () => {\n        it('exists for normalize()', () => {\n            const normalize = chart.normalize();\n            expect(typeof normalize).toBe('function');\n        });\n        it('exists for filterFunctionFactory()', () => {\n            const filterFunctionFactory = chart.filterFunctionFactory();\n            expect(typeof filterFunctionFactory).toBe('function');\n        });\n        it('exists for placeHolder()', () => {\n            const placeHolder = chart.placeHolder();\n            expect(typeof placeHolder).toBe('string');\n            expect(placeHolder).toBe('search');\n        });\n    });\n\n    describe('filter when typing', () => {\n        const mockTyping = function (q) {\n            const i = d3.select('input');\n            i.nodes()[0].value = q;\n            dc.d3compat.callHandler(i.on('input'), i.node(), {}, i.datum());\n        };\n\n        beforeEach(() => {\n            chart.redraw();\n        });\n\n        it('has a mock function that sets the value', () => {\n            mockTyping('42');\n            expect(chart.selectAll('input').nodes()[0].value).toEqual('42');\n        });\n\n        it('filters the dimension', () => {\n            mockTyping('lifo'); // Will match California\n            expect(chart.dimension().top(1000).length).toEqual(3);\n        });\n\n        it('filters the dimension in case insensitive way', () => {\n            mockTyping('LiFo'); // Will match California\n            expect(chart.dimension().top(1000).length).toEqual(3);\n        });\n\n    });\n\n    afterEach(() => {\n        dimension.filterAll();\n    });\n});\n"
  },
  {
    "path": "spec/utils-spec.js",
    "content": "/* global makeDate */\ndescribe('dc utils', () => {\n    describe('dc.printer.filters', () => {\n        let printer;\n        beforeEach(() => {\n            printer = dc.printers.filters;\n        });\n        it('print simple string', () => {\n            expect(printer(['a'])).toEqual('a');\n        });\n        it('print range', () => {\n            expect(printer([[10, 30]])).toEqual('[10 -> 30]');\n        });\n        it('print simple string and a range', () => {\n            expect(printer(['a', [10, 30]])).toEqual('a, [10 -> 30]');\n        });\n    });\n\n    describe('dc.printer.filter', () => {\n        let printer;\n        beforeEach(() => {\n            printer = dc.printers.filter;\n            dc.config.dateFormat = d3.utcFormat('%m/%d/%Y');\n        });\n        it('print simple string', () => {\n            expect(printer('a')).toEqual('a');\n        });\n        it('print date string', () => {\n            expect(printer(makeDate(2012, 1, 1))).toEqual('02/01/2012');\n        });\n        it('print int range', () => {\n            expect(printer([10, 30])).toEqual('[10 -> 30]');\n        });\n        it('print float range', () => {\n            expect(printer([10.124244, 30.635623])).toEqual('[10.12 -> 30.64]');\n        });\n        it('print date range', () => {\n            expect(printer([makeDate(2012, 1, 1), makeDate(2012, 1, 15)])).toEqual('[02/01/2012 -> 02/15/2012]');\n        });\n        it('print single element array', () => {\n            expect(printer([makeDate(2012, 1, 1)])).toEqual('02/01/2012');\n        });\n        it('print null', () => {\n            expect(printer(null)).toEqual('');\n        });\n        it('print zero', () => {\n            expect(printer(0)).toEqual(0);\n        });\n        it('print a multi-element array', () => {\n            expect(printer(['this', 'that', 'and', 'the', 'other'])).toEqual('[this -> that -> and -> the -> other]');\n        });\n    });\n\n    describe('dc.utils.nameToId', () => {\n        it('id should be escaped properly', () => {\n            expect(dc.utils.nameToId('St. John\\'s')).toEqual('st_johns');\n        });\n    });\n\n    describe('dc.utils.add', () => {\n        let add;\n        beforeEach(() => {\n            add = dc.utils.add;\n        });\n        it('should be able to add days', () => {\n            const date = add(makeDate(2012, 0, 1), 10);\n            expect(date.toString()).toEqual((makeDate(2012, 0, 11)).toString());\n        });\n        it('should be able to add numbers', () => {\n            const num = add(10, 10);\n            expect(num).toEqual(20);\n        });\n        it('should be able to add numbers w/ %', () => {\n            const num = add(10, '10%');\n            expect(num).toEqual(11);\n        });\n        it('should be able to add negative numbers w/ %', () => {\n            const num = add(-10, '10%');\n            expect(num).toEqual(-9);\n        });\n        it('should ignore % when adding dates', () => {\n            const date = add(makeDate(2012, 0, 1), '10%');\n            expect(date.toString()).toEqual(makeDate(2012, 0, 11).toString());\n        });\n        it('should be able to add hours to dates', () => {\n            const date = add(makeDate(2012, 0, 1), '24', 'hour');\n            expect(date.toString()).toEqual(makeDate(2012, 0, 2).toString());\n        });\n        it('should be able to add weeks to dates', () => {\n            const date = add(makeDate(2012, 0, 1), '1', 'week');\n            expect(date.toString()).toEqual(makeDate(2012, 0, 8).toString());\n        });\n        it('should be able to add month to dates', () => {\n            const date = add(makeDate(2012, 0, 1), '1', 'month');\n            expect(date.toString()).toEqual(makeDate(2012, 1, 1).toString());\n        });\n    });\n    describe('dc.utils.subtract', () => {\n        let subtract;\n        beforeEach(() => {\n            subtract = dc.utils.subtract;\n        });\n        it('should be able to subtract dates', () => {\n            const date = subtract(makeDate(2012, 0, 11), 10);\n            expect(date.toString()).toEqual((makeDate(2012, 0, 1)).toString());\n        });\n        it('should be able to subtract numbers', () => {\n            const num = subtract(10, 10);\n            expect(num).toEqual(0);\n        });\n        it('should be able to subtract numbers w/ %', () => {\n            const num = subtract(10, '10%');\n            expect(num).toEqual(9);\n        });\n        it('should be able to subtract negative numbers w/ %', () => {\n            const num = subtract(-10, '10%');\n            expect(num).toEqual(-11);\n        });\n        it('should ignore % when subtracting dates', () => {\n            const date = subtract(makeDate(2012, 0, 11), '10%');\n            expect(date.toString()).toEqual(makeDate(2012, 0, 1).toString());\n        });\n        it('should be able to subtract hours from dates', () => {\n            const date = subtract(makeDate(2012, 0, 2), '24', 'hour');\n            expect(date.toString()).toEqual(makeDate(2012, 0, 1).toString());\n        });\n        it('should be able to subtract week from dates', () => {\n            const date = subtract(makeDate(2012, 0, 8), '1', 'week');\n            expect(date.toString()).toEqual(makeDate(2012, 0, 1).toString());\n        });\n        it('should be able to subtract month from dates', () => {\n            const date = subtract(makeDate(2012, 1, 1), '1', 'month');\n            expect(date.toString()).toEqual(makeDate(2012, 0, 1).toString());\n        });\n    });\n    describe('dc.utils.arraysEqual', () => {\n        it('nulls should be equal', () => {\n            const a1 = null;\n            const a2 = null;\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(true);\n        });\n        it('null and undefined should be equal', () => {\n            const a1 = null;\n            let a2; // undefined\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(true);\n        });\n        it('null should not be equal to any array', () => {\n            const a1 = null;\n            const a2 = [];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(false);\n        });\n        it('any array should not be equal to null', () => {\n            const a1 = null;\n            const a2 = [];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(false);\n        });\n        it('empty arrays should be', () => {\n            const a1 = [];\n            const a2 = [];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(true);\n        });\n        it('should identify equal arrays - numbers', () => {\n            const a1 = [1, 2, 3];\n            const a2 = [1, 2, 3];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(true);\n        });\n        it('should identify equal arrays - strings', () => {\n            const a1 = ['apple', 'mangoes', 'oranges', 'bananas'];\n            const a2 = ['apple', 'mangoes', 'oranges', 'bananas'];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(true);\n        });\n        it('should identify equal arrays - dates', () => {\n            const a1 = [makeDate(2012, 1, 1), makeDate(2013, 10, 15)];\n            const a2 = [makeDate(2012, 1, 1), makeDate(2013, 10, 15)];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(true);\n        });\n        it('should identify unequal arrays - numbers', () => {\n            const a1 = [4, 2, 3];\n            const a2 = [1, 2, 3];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(false);\n        });\n        it('should identify unequal arrays - strings', () => {\n            const a1 = ['apple', 'cherries', 'oranges', 'bananas'];\n            const a2 = ['apple', 'mangoes', 'oranges', 'bananas'];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(false);\n        });\n        it('should identify unequal arrays - dates', () => {\n            const a1 = [makeDate(2012, 1, 1), makeDate(2013, 10, 15)];\n            const a2 = [makeDate(2012, 1, 1), makeDate(2013, 10, 16)];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(false);\n        });\n        it('should identify equal arrays with one of the elements as 0', () => {\n            const a1 = [0, 20];\n            const a2 = [0, 20];\n            expect(dc.utils.arraysEqual(a1, a2)).toBe(true);\n        });\n    });\n});\n"
  },
  {
    "path": "src/base/base-mixin.js",
    "content": "import {select} from 'd3-selection';\nimport {dispatch} from 'd3-dispatch';\nimport {ascending} from 'd3-array';\n\nimport {pluck, utils} from '../core/utils';\nimport {instanceOfChart} from '../core/core';\nimport {deregisterChart, redrawAll, registerChart, renderAll} from '../core/chart-registry';\nimport {constants} from '../core/constants';\nimport {events} from '../core/events';\nimport {logger} from '../core/logger';\nimport {printers} from '../core/printers';\nimport {InvalidStateException} from '../core/invalid-state-exception';\nimport {BadArgumentException} from '../core/bad-argument-exception';\nimport {d3compat} from '../core/config';\n\nconst _defaultFilterHandler = (dimension, filters) => {\n    if (filters.length === 0) {\n        dimension.filter(null);\n    } else if (filters.length === 1 && !filters[0].isFiltered) {\n        // single value and not a function-based filter\n        dimension.filterExact(filters[0]);\n    } else if (filters.length === 1 && filters[0].filterType === 'RangedFilter') {\n        // single range-based filter\n        dimension.filterRange(filters[0]);\n    } else {\n        dimension.filterFunction(d => {\n            for (let i = 0; i < filters.length; i++) {\n                const filter = filters[i];\n                if (filter.isFiltered) {\n                    if(filter.isFiltered(d)) {\n                        return true;\n                    }\n                } else if (filter <= d && filter >= d) {\n                    return true;\n                }\n            }\n            return false;\n        });\n    }\n    return filters;\n};\n\nconst _defaultHasFilterHandler = (filters, filter) => {\n    if (filter === null || typeof (filter) === 'undefined') {\n        return filters.length > 0;\n    }\n    return filters.some(f => filter <= f && filter >= f);\n};\n\nconst _defaultRemoveFilterHandler = (filters, filter) => {\n    for (let i = 0; i < filters.length; i++) {\n        if (filters[i] <= filter && filters[i] >= filter) {\n            filters.splice(i, 1);\n            break;\n        }\n    }\n    return filters;\n};\n\nconst _defaultAddFilterHandler = (filters, filter) => {\n    filters.push(filter);\n    return filters;\n};\n\nconst _defaultResetFilterHandler = filters => [];\n\n/**\n * `BaseMixin` is an abstract functional object representing a basic `dc` chart object\n * for all chart and widget implementations. Methods from the {@link #BaseMixin BaseMixin} are inherited\n * and available on all chart implementations in the `dc` library.\n * @mixin BaseMixin\n */\nexport class BaseMixin {\n    constructor () {\n        this.__dcFlag__ = utils.uniqueId();\n        this._svgDescription = null\n        this._keyboardAccessible = false;\n\n        this._dimension = undefined;\n        this._group = undefined;\n\n        this._anchor = undefined;\n        this._root = undefined;\n        this._svg = undefined;\n        this._isChild = undefined;\n\n        this._minWidth = 200;\n        this._defaultWidthCalc = element => {\n            const width = element && element.getBoundingClientRect && element.getBoundingClientRect().width;\n            return (width && width > this._minWidth) ? width : this._minWidth;\n        };\n        this._widthCalc = this._defaultWidthCalc;\n\n        this._minHeight = 200;\n        this._defaultHeightCalc = element => {\n            const height = element && element.getBoundingClientRect && element.getBoundingClientRect().height;\n            return (height && height > this._minHeight) ? height : this._minHeight;\n        };\n        this._heightCalc = this._defaultHeightCalc;\n        this._width = undefined;\n        this._height = undefined;\n        this._useViewBoxResizing = false;\n\n        this._keyAccessor = pluck('key');\n        this._valueAccessor = pluck('value');\n        this._label = pluck('key');\n\n        this._ordering = pluck('key');\n\n        this._renderLabel = false;\n\n        this._title = d => `${this.keyAccessor()(d)}: ${this.valueAccessor()(d)}`;\n        this._renderTitle = true;\n        this._controlsUseVisibility = false;\n\n        this._transitionDuration = 750;\n\n        this._transitionDelay = 0;\n\n        this._filterPrinter = printers.filters;\n\n        this._mandatoryAttributesList = ['dimension', 'group'];\n\n        this._chartGroup = constants.DEFAULT_CHART_GROUP;\n\n        this._listeners = dispatch(\n            'preRender',\n            'postRender',\n            'preRedraw',\n            'postRedraw',\n            'filtered',\n            'zoomed',\n            'renderlet',\n            'pretransition');\n\n        this._legend = undefined;\n        this._commitHandler = undefined;\n\n        this._defaultData = group => group.all();\n        this._data = this._defaultData;\n\n        this._filters = [];\n\n        this._filterHandler = _defaultFilterHandler;\n        this._hasFilterHandler = _defaultHasFilterHandler;\n        this._removeFilterHandler = _defaultRemoveFilterHandler;\n        this._addFilterHandler = _defaultAddFilterHandler;\n        this._resetFilterHandler = _defaultResetFilterHandler;\n    }\n\n    /**\n     * Set or get the height attribute of a chart. The height is applied to the SVGElement generated by\n     * the chart when rendered (or re-rendered). If a value is given, then it will be used to calculate\n     * the new height and the chart returned for method chaining.  The value can either be a numeric, a\n     * function, or falsy. If no value is specified then the value of the current height attribute will\n     * be returned.\n     *\n     * By default, without an explicit height being given, the chart will select the width of its\n     * anchor element. If that isn't possible it defaults to 200 (provided by the\n     * {@link BaseMixin#minHeight minHeight} property). Setting the value falsy will return\n     * the chart to the default behavior.\n     * @see {@link BaseMixin#minHeight minHeight}\n     * @example\n     * // Default height\n     * chart.height(function (element) {\n     *     var height = element && element.getBoundingClientRect && element.getBoundingClientRect().height;\n     *     return (height && height > chart.minHeight()) ? height : chart.minHeight();\n     * });\n     *\n     * chart.height(250); // Set the chart's height to 250px;\n     * chart.height(function(anchor) { return doSomethingWith(anchor); }); // set the chart's height with a function\n     * chart.height(null); // reset the height to the default auto calculation\n     * @param {Number|Function} [height]\n     * @returns {Number|BaseMixin}\n     */\n    height (height) {\n        if (!arguments.length) {\n            if (!utils.isNumber(this._height)) {\n                // only calculate once\n                this._height = this._heightCalc(this._root.node());\n            }\n            return this._height;\n        }\n        this._heightCalc = height ? (typeof height === 'function' ? height : utils.constant(height)) : this._defaultHeightCalc;\n        this._height = undefined;\n        return this;\n    }\n\n    /**\n     * Set or get the width attribute of a chart.\n     * @see {@link BaseMixin#height height}\n     * @see {@link BaseMixin#minWidth minWidth}\n     * @example\n     * // Default width\n     * chart.width(function (element) {\n     *     var width = element && element.getBoundingClientRect && element.getBoundingClientRect().width;\n     *     return (width && width > chart.minWidth()) ? width : chart.minWidth();\n     * });\n     * @param {Number|Function} [width]\n     * @returns {Number|BaseMixin}\n     */\n    width (width) {\n        if (!arguments.length) {\n            if (!utils.isNumber(this._width)) {\n                // only calculate once\n                this._width = this._widthCalc(this._root.node());\n            }\n            return this._width;\n        }\n        this._widthCalc = width ? (typeof width === 'function' ? width : utils.constant(width)) : this._defaultWidthCalc;\n        this._width = undefined;\n        return this;\n    }\n\n    /**\n     * Set or get the minimum width attribute of a chart. This only has effect when used with the default\n     * {@link BaseMixin#width width} function.\n     * @see {@link BaseMixin#width width}\n     * @param {Number} [minWidth=200]\n     * @returns {Number|BaseMixin}\n     */\n    minWidth (minWidth) {\n        if (!arguments.length) {\n            return this._minWidth;\n        }\n        this._minWidth = minWidth;\n        return this;\n    }\n\n    /**\n     * Set or get the minimum height attribute of a chart. This only has effect when used with the default\n     * {@link BaseMixin#height height} function.\n     * @see {@link BaseMixin#height height}\n     * @param {Number} [minHeight=200]\n     * @returns {Number|BaseMixin}\n     */\n    minHeight (minHeight) {\n        if (!arguments.length) {\n            return this._minHeight;\n        }\n        this._minHeight = minHeight;\n        return this;\n    }\n\n    /**\n     * Turn on/off using the SVG\n     * {@link https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox `viewBox` attribute}.\n     * When enabled, `viewBox` will be set on the svg root element instead of `width` and `height`.\n     * Requires that the chart aspect ratio be defined using chart.width(w) and chart.height(h).\n     *\n     * This will maintain the aspect ratio while enabling the chart to resize responsively to the\n     * space given to the chart using CSS. For example, the chart can use `width: 100%; height:\n     * 100%` or absolute positioning to resize to its parent div.\n     *\n     * Since the text will be sized as if the chart is drawn according to the width and height, and\n     * will be resized if the chart is any other size, you need to set the chart width and height so\n     * that the text looks good. In practice, 600x400 seems to work pretty well for most charts.\n     *\n     * You can see examples of this resizing strategy in the [Chart Resizing\n     * Examples](http://dc-js.github.io/dc.js/resizing/); just add `?resize=viewbox` to any of the\n     * one-chart examples to enable `useViewBoxResizing`.\n     * @param {Boolean} [useViewBoxResizing=false]\n     * @returns {Boolean|BaseMixin}\n     */\n    useViewBoxResizing (useViewBoxResizing) {\n        if (!arguments.length) {\n            return this._useViewBoxResizing;\n        }\n        this._useViewBoxResizing = useViewBoxResizing;\n        return this;\n    }\n\n    /**\n     * **mandatory**\n     *\n     * Set or get the dimension attribute of a chart. In `dc`, a dimension can be any valid\n     * {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension crossfilter dimension}\n     *\n     * If a value is given, then it will be used as the new dimension. If no value is specified then\n     * the current dimension will be returned.\n     * @see {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension crossfilter.dimension}\n     * @example\n     * var index = crossfilter([]);\n     * var dimension = index.dimension(pluck('key'));\n     * chart.dimension(dimension);\n     * @param {crossfilter.dimension} [dimension]\n     * @returns {crossfilter.dimension|BaseMixin}\n     */\n    dimension (dimension) {\n        if (!arguments.length) {\n            return this._dimension;\n        }\n        this._dimension = dimension;\n        this.expireCache();\n        return this;\n    }\n\n    /**\n     * Set the data callback or retrieve the chart's data set. The data callback is passed the chart's\n     * group and by default will return\n     * {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all group.all}.\n     * This behavior may be modified to, for instance, return only the top 5 groups.\n     * @example\n     * // Default data function\n     * chart.data(function (group) { return group.all(); });\n     *\n     * chart.data(function (group) { return group.top(5); });\n     * @param {Function} [callback]\n     * @returns {*|BaseMixin}\n     */\n    data (callback) {\n        if (!arguments.length) {\n            return this._data(this._group);\n        }\n        this._data = typeof callback === 'function' ? callback : utils.constant(callback);\n        this.expireCache();\n        return this;\n    }\n\n    /**\n     * **mandatory**\n     *\n     * Set or get the group attribute of a chart. In `dc` a group is a\n     * {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce crossfilter group}.\n     * Usually the group should be created from the particular dimension associated with the same chart. If a value is\n     * given, then it will be used as the new group.\n     *\n     * If no value specified then the current group will be returned.\n     * If `name` is specified then it will be used to generate legend label.\n     * @see {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce crossfilter.group}\n     * @example\n     * var index = crossfilter([]);\n     * var dimension = index.dimension(pluck('key'));\n     * chart.dimension(dimension);\n     * chart.group(dimension.group().reduceSum());\n     * @param {crossfilter.group} [group]\n     * @param {String} [name]\n     * @returns {crossfilter.group|BaseMixin}\n     */\n    group (group, name) {\n        if (!arguments.length) {\n            return this._group;\n        }\n        this._group = group;\n        this._groupName = name;\n        this.expireCache();\n        return this;\n    }\n\n    /**\n     * Get or set an accessor to order ordinal dimensions.  The chart uses\n     * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort Array.sort}\n     * to sort elements; this accessor returns the value to order on.\n     * @example\n     * // Default ordering accessor\n     * _chart.ordering(pluck('key'));\n     * @param {Function} [orderFunction]\n     * @returns {Function|BaseMixin}\n     */\n    ordering (orderFunction) {\n        if (!arguments.length) {\n            return this._ordering;\n        }\n        this._ordering = orderFunction;\n        this.expireCache();\n        return this;\n    }\n\n    _computeOrderedGroups (data) {\n        // clone the array before sorting, otherwise Array.sort sorts in-place\n        return Array.from(data).sort((a, b) => ascending(this._ordering(a), this._ordering(b)));\n    }\n\n    /**\n     * Clear all filters associated with this chart. The same effect can be achieved by calling\n     * {@link BaseMixin#filter chart.filter(null)}.\n     * @returns {BaseMixin}\n     */\n    filterAll () {\n        return this.filter(null);\n    }\n\n    /**\n     * Execute d3 single selection in the chart's scope using the given selector and return the d3\n     * selection.\n     *\n     * This function is **not chainable** since it does not return a chart instance; however the d3\n     * selection result can be chained to d3 function calls.\n     * @see {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3.select}\n     * @example\n     * // Has the same effect as d3.select('#chart-id').select(selector)\n     * chart.select(selector)\n     * @param {String} sel CSS selector string\n     * @returns {d3.selection}\n     */\n    select (sel) {\n        return this._root.select(sel);\n    }\n\n    /**\n     * Execute in scope d3 selectAll using the given selector and return d3 selection result.\n     *\n     * This function is **not chainable** since it does not return a chart instance; however the d3\n     * selection result can be chained to d3 function calls.\n     * @see {@link https://github.com/d3/d3-selection/blob/master/README.md#selectAll d3.selectAll}\n     * @example\n     * // Has the same effect as d3.select('#chart-id').selectAll(selector)\n     * chart.selectAll(selector)\n     * @param {String} sel CSS selector string\n     * @returns {d3.selection}\n     */\n    selectAll (sel) {\n        return this._root ? this._root.selectAll(sel) : null;\n    }\n\n    /**\n     * Set the root SVGElement to either be an existing chart's root; or any valid [d3 single\n     * selector](https://github.com/d3/d3-selection/blob/master/README.md#selecting-elements) specifying a dom\n     * block element such as a div; or a dom element or d3 selection. Optionally registers the chart\n     * within the chartGroup. This class is called internally on chart initialization, but be called\n     * again to relocate the chart. However, it will orphan any previously created SVGElements.\n     * @param {anchorChart|anchorSelector|anchorNode} [parent]\n     * @param {String} [chartGroup]\n     * @returns {String|node|d3.selection|BaseMixin}\n     */\n    anchor (parent, chartGroup) {\n        if (!arguments.length) {\n            return this._anchor;\n        }\n        if (instanceOfChart(parent)) {\n            this._anchor = parent.anchor();\n            if (this._anchor.children) { // is _anchor a div?\n                this._anchor = `#${parent.anchorName()}`;\n            }\n            this._root = parent.root();\n            this._isChild = true;\n        } else if (parent) {\n            if (parent.select && parent.classed) { // detect d3 selection\n                this._anchor = parent.node();\n            } else {\n                this._anchor = parent;\n            }\n            this._root = select(this._anchor);\n            this._root.classed(constants.CHART_CLASS, true);\n            registerChart(this, chartGroup);\n            this._isChild = false;\n        } else {\n            throw new BadArgumentException('parent must be defined');\n        }\n        this._chartGroup = chartGroup;\n        return this;\n    }\n\n    /**\n     * Returns the DOM id for the chart's anchored location.\n     * @returns {String}\n     */\n    anchorName () {\n        const a = this.anchor();\n        if (a && a.id) {\n            return a.id;\n        }\n        if (a && a.replace) {\n            return a.replace('#', '');\n        }\n        return `dc-chart${this.chartID()}`;\n    }\n\n    /**\n     * Returns the root element where a chart resides. Usually it will be the parent div element where\n     * the SVGElement was created. You can also pass in a new root element however this is usually handled by\n     * dc internally. Resetting the root element on a chart outside of dc internals may have\n     * unexpected consequences.\n     * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement HTMLElement}\n     * @param {HTMLElement} [rootElement]\n     * @returns {HTMLElement|BaseMixin}\n     */\n    root (rootElement) {\n        if (!arguments.length) {\n            return this._root;\n        }\n        this._root = rootElement;\n        return this;\n    }\n\n    /**\n     * Returns the top SVGElement for this specific chart. You can also pass in a new SVGElement,\n     * however this is usually handled by dc internally. Resetting the SVGElement on a chart outside\n     * of dc internals may have unexpected consequences.\n     * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/SVGElement SVGElement}\n     * @param {SVGElement|d3.selection} [svgElement]\n     * @returns {SVGElement|d3.selection|BaseMixin}\n     */\n    svg (svgElement) {\n        if (!arguments.length) {\n            return this._svg;\n        }\n        this._svg = svgElement;\n        return this;\n    }\n\n    /**\n     * Remove the chart's SVGElements from the dom and recreate the container SVGElement.\n     * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/SVGElement SVGElement}\n     * @returns {SVGElement}\n     */\n    resetSvg () {\n        this.select('svg').remove();\n        return this.generateSvg();\n    }\n\n    sizeSvg () {\n        if (this._svg) {\n            if (!this._useViewBoxResizing) {\n                this._svg\n                    .attr('width', this.width())\n                    .attr('height', this.height());\n            } else if (!this._svg.attr('viewBox')) {\n                this._svg\n                    .attr('viewBox', `0 0 ${this.width()} ${this.height()}`);\n            }\n        }\n    }\n\n    generateSvg () {\n        this._svg = this.root().append('svg');\n    \n        if (this._svgDescription || this._keyboardAccessible) {\n\n            this._svg.append('desc')\n                .attr('id', `desc-id-${this.__dcFlag__}`)\n                .html(`${this.svgDescription()}`);\n\n            this._svg\n                .attr('tabindex', '0')\n                .attr('role', 'img')\n                .attr('aria-labelledby', `desc-id-${this.__dcFlag__}`);\n        }\n\n        this.sizeSvg();\n        return this._svg;\n    }\n\n    /**\n     * Set or get description text for the entire SVG graphic. If set, will create a `<desc>` element as the first\n     * child of the SVG with the description text and also make the SVG focusable from keyboard.\n     * @param {String} [description]\n     * @returns {String|BaseMixin}\n     */\n    svgDescription (description) {\n        if (!arguments.length) {\n            return this._svgDescription || this.constructor.name;\n        }\n\n        this._svgDescription = description;\n        return this;\n    }\n\n    /**\n     * If set, interactive chart elements like individual bars in a bar chart or symbols in a scatter plot\n     * will be focusable from keyboard and on pressing Enter or Space will behave as if clicked on.\n     * \n     * If `svgDescription` has not been explicitly set, will also set SVG description text to the class\n     * constructor name, like BarChart or HeatMap, and make the entire SVG focusable.\n     * @param {Boolean} [keyboardAccessible=false]\n     * @returns {Boolean|BarChart}\n     */\n    keyboardAccessible (keyboardAccessible) {\n        if (!arguments.length) {\n            return this._keyboardAccessible;\n        }\n        this._keyboardAccessible = keyboardAccessible;\n        return this;\n    }\n\n    /**\n     * Set or get the filter printer function. The filter printer function is used to generate human\n     * friendly text for filter value(s) associated with the chart instance. The text will get shown\n     * in the `.filter element; see {@link BaseMixin#turnOnControls turnOnControls}.\n     *\n     * By default dc charts use a default filter printer {@link printers.filters printers.filters}\n     * that provides simple printing support for both single value and ranged filters.\n     * @example\n     * // for a chart with an ordinal brush, print the filters in upper case\n     * chart.filterPrinter(function(filters) {\n     *   return filters.map(function(f) { return f.toUpperCase(); }).join(', ');\n     * });\n     * // for a chart with a range brush, print the filter as start and extent\n     * chart.filterPrinter(function(filters) {\n     *   return 'start ' + utils.printSingleValue(filters[0][0]) +\n     *     ' extent ' + utils.printSingleValue(filters[0][1] - filters[0][0]);\n     * });\n     * @param {Function} [filterPrinterFunction=printers.filters]\n     * @returns {Function|BaseMixin}\n     */\n    filterPrinter (filterPrinterFunction) {\n        if (!arguments.length) {\n            return this._filterPrinter;\n        }\n        this._filterPrinter = filterPrinterFunction;\n        return this;\n    }\n\n    /**\n     * If set, use the `visibility` attribute instead of the `display` attribute for showing/hiding\n     * chart reset and filter controls, for less disruption to the layout.\n     * @param {Boolean} [controlsUseVisibility=false]\n     * @returns {Boolean|BaseMixin}\n     */\n    controlsUseVisibility (controlsUseVisibility) {\n        if (!arguments.length) {\n            return this._controlsUseVisibility;\n        }\n        this._controlsUseVisibility = controlsUseVisibility;\n        return this;\n    }\n\n    /**\n     * Turn on optional control elements within the root element. dc currently supports the\n     * following html control elements.\n     * * root.selectAll('.reset') - elements are turned on if the chart has an active filter. This type\n     * of control element is usually used to store a reset link to allow user to reset filter on a\n     * certain chart. This element will be turned off automatically if the filter is cleared.\n     * * root.selectAll('.filter') elements are turned on if the chart has an active filter. The text\n     * content of this element is then replaced with the current filter value using the filter printer\n     * function. This type of element will be turned off automatically if the filter is cleared.\n     * @returns {BaseMixin}\n     */\n    turnOnControls () {\n        if (this._root) {\n            const attribute = this.controlsUseVisibility() ? 'visibility' : 'display';\n            this.selectAll('.reset').style(attribute, null);\n            this.selectAll('.filter').text(this._filterPrinter(this.filters())).style(attribute, null);\n        }\n        return this;\n    }\n\n    /**\n     * Turn off optional control elements within the root element.\n     * @see {@link BaseMixin#turnOnControls turnOnControls}\n     * @returns {BaseMixin}\n     */\n    turnOffControls () {\n        if (this._root) {\n            const attribute = this.controlsUseVisibility() ? 'visibility' : 'display';\n            const value = this.controlsUseVisibility() ? 'hidden' : 'none';\n            this.selectAll('.reset').style(attribute, value);\n            this.selectAll('.filter').style(attribute, value).text(this.filter());\n        }\n        return this;\n    }\n\n    /**\n     * Set or get the animation transition duration (in milliseconds) for this chart instance.\n     * @param {Number} [duration=750]\n     * @returns {Number|BaseMixin}\n     */\n    transitionDuration (duration) {\n        if (!arguments.length) {\n            return this._transitionDuration;\n        }\n        this._transitionDuration = duration;\n        return this;\n    }\n\n    /**\n     * Set or get the animation transition delay (in milliseconds) for this chart instance.\n     * @param {Number} [delay=0]\n     * @returns {Number|BaseMixin}\n     */\n    transitionDelay (delay) {\n        if (!arguments.length) {\n            return this._transitionDelay;\n        }\n        this._transitionDelay = delay;\n        return this;\n    }\n\n    _mandatoryAttributes (_) {\n        if (!arguments.length) {\n            return this._mandatoryAttributesList;\n        }\n        this._mandatoryAttributesList = _;\n        return this;\n    }\n\n    checkForMandatoryAttributes (a) {\n        if (!this[a] || !this[a]()) {\n            throw new InvalidStateException(`Mandatory attribute chart.${a} is missing on chart[#${this.anchorName()}]`);\n        }\n    }\n\n    /**\n     * Invoking this method will force the chart to re-render everything from scratch. Generally it\n     * should only be used to render the chart for the first time on the page or if you want to make\n     * sure everything is redrawn from scratch instead of relying on the default incremental redrawing\n     * behaviour.\n     * @returns {BaseMixin}\n     */\n    render () {\n        this._height = this._width = undefined; // force recalculate\n        this._listeners.call('preRender', this, this);\n\n        if (this._mandatoryAttributesList) {\n            this._mandatoryAttributesList.forEach(e => this.checkForMandatoryAttributes(e));\n        }\n\n        const result = this._doRender();\n\n        if (this._legend) {\n            this._legend.render();\n        }\n\n        this._activateRenderlets('postRender');\n\n        return result;\n    }\n\n    _makeKeyboardAccessible (onClickFunction, ...onClickArgs) {\n        // called from each chart module's render and redraw methods\n        const tabElements = this._svg\n            .selectAll('.dc-tabbable')\n            .attr('tabindex', 0);\n                \n        if (onClickFunction) {\n            tabElements.on('keydown', d3compat.eventHandler((d, event) => {\n                // trigger only if d is an object undestood by KeyAccessor()\n                if (event.keyCode === 13 && typeof d === 'object') {\n                    onClickFunction.call(this, d, ...onClickArgs)\n                } \n                // special case for space key press - prevent scrolling\n                if (event.keyCode === 32 && typeof d === 'object') {\n                    onClickFunction.call(this, d, ...onClickArgs)\n                    event.preventDefault();                \n                }\n            \n            }));\n        }\n    }\n\n    _activateRenderlets (event) {\n        this._listeners.call('pretransition', this, this);\n        if (this.transitionDuration() > 0 && this._svg) {\n            this._svg.transition().duration(this.transitionDuration()).delay(this.transitionDelay())\n                .on('end', () => {\n                    this._listeners.call('renderlet', this, this);\n                    if (event) {\n                        this._listeners.call(event, this, this);\n                    }\n                });\n        } else {\n            this._listeners.call('renderlet', this, this);\n            if (event) {\n                this._listeners.call(event, this, this);\n            }\n        }\n    }\n\n    /**\n     * Calling redraw will cause the chart to re-render data changes incrementally. If there is no\n     * change in the underlying data dimension then calling this method will have no effect on the\n     * chart. Most chart interaction in dc will automatically trigger this method through internal\n     * events (in particular {@link redrawAll redrawAll}); therefore, you only need to\n     * manually invoke this function if data is manipulated outside of dc's control (for example if\n     * data is loaded in the background using\n     * {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add crossfilter.add}).\n     * @returns {BaseMixin}\n     */\n    redraw () {\n        this.sizeSvg();\n        this._listeners.call('preRedraw', this, this);\n\n        const result = this._doRedraw();\n\n        if (this._legend) {\n            this._legend.render();\n        }\n\n        this._activateRenderlets('postRedraw');\n\n        return result;\n    }\n\n    /**\n     * Gets/sets the commit handler. If the chart has a commit handler, the handler will be called when\n     * the chart's filters have changed, in order to send the filter data asynchronously to a server.\n     *\n     * Unlike other functions in dc.js, the commit handler is asynchronous. It takes two arguments:\n     * a flag indicating whether this is a render (true) or a redraw (false), and a callback to be\n     * triggered once the commit is done. The callback has the standard node.js continuation signature\n     * with error first and result second.\n     * @param {Function} commitHandler\n     * @returns {BaseMixin}\n     */\n    commitHandler (commitHandler) {\n        if (!arguments.length) {\n            return this._commitHandler;\n        }\n        this._commitHandler = commitHandler;\n        return this;\n    }\n\n    /**\n     * Redraws all charts in the same group as this chart, typically in reaction to a filter\n     * change. If the chart has a {@link BaseMixin.commitFilter commitHandler}, it will\n     * be executed and waited for.\n     * @returns {BaseMixin}\n     */\n    redrawGroup () {\n        if (this._commitHandler) {\n            this._commitHandler(false, (error, result) => {\n                if (error) {\n                    console.log(error);\n                } else {\n                    redrawAll(this.chartGroup());\n                }\n            });\n        } else {\n            redrawAll(this.chartGroup());\n        }\n        return this;\n    }\n\n    /**\n     * Renders all charts in the same group as this chart. If the chart has a\n     * {@link BaseMixin.commitFilter commitHandler}, it will be executed and waited for\n     * @returns {BaseMixin}\n     */\n    renderGroup () {\n        if (this._commitHandler) {\n            this._commitHandler(false, (error, result) => {\n                if (error) {\n                    console.log(error);\n                } else {\n                    renderAll(this.chartGroup());\n                }\n            });\n        } else {\n            renderAll(this.chartGroup());\n        }\n        return this;\n    }\n\n    _invokeFilteredListener (f) {\n        if (f !== undefined) {\n            this._listeners.call('filtered', this, this, f);\n        }\n    }\n\n    _invokeZoomedListener () {\n        this._listeners.call('zoomed', this, this);\n    }\n\n    /**\n     * Set or get the has-filter handler. The has-filter handler is a function that checks to see if\n     * the chart's current filters (first argument) include a specific filter (second argument).  Using a custom has-filter handler allows\n     * you to change the way filters are checked for and replaced.\n     * @example\n     * // default has-filter handler\n     * chart.hasFilterHandler(function (filters, filter) {\n     *     if (filter === null || typeof(filter) === 'undefined') {\n     *         return filters.length > 0;\n     *     }\n     *     return filters.some(function (f) {\n     *         return filter <= f && filter >= f;\n     *     });\n     * });\n     *\n     * // custom filter handler (no-op)\n     * chart.hasFilterHandler(function(filters, filter) {\n     *     return false;\n     * });\n     * @param {Function} [hasFilterHandler]\n     * @returns {Function|BaseMixin}\n     */\n    hasFilterHandler (hasFilterHandler) {\n        if (!arguments.length) {\n            return this._hasFilterHandler;\n        }\n        this._hasFilterHandler = hasFilterHandler;\n        return this;\n    }\n\n    /**\n     * Check whether any active filter or a specific filter is associated with particular chart instance.\n     * This function is **not chainable**.\n     * @see {@link BaseMixin#hasFilterHandler hasFilterHandler}\n     * @param {*} [filter]\n     * @returns {Boolean}\n     */\n    hasFilter (filter) {\n        return this._hasFilterHandler(this._filters, filter);\n    }\n\n    /**\n     * Set or get the remove filter handler. The remove filter handler is a function that removes a\n     * filter from the chart's current filters. Using a custom remove filter handler allows you to\n     * change how filters are removed or perform additional work when removing a filter, e.g. when\n     * using a filter server other than crossfilter.\n     *\n     * The handler should return a new or modified array as the result.\n     * @example\n     * // default remove filter handler\n     * chart.removeFilterHandler(function (filters, filter) {\n     *     for (var i = 0; i < filters.length; i++) {\n     *         if (filters[i] <= filter && filters[i] >= filter) {\n     *             filters.splice(i, 1);\n     *             break;\n     *         }\n     *     }\n     *     return filters;\n     * });\n     *\n     * // custom filter handler (no-op)\n     * chart.removeFilterHandler(function(filters, filter) {\n     *     return filters;\n     * });\n     * @param {Function} [removeFilterHandler]\n     * @returns {Function|BaseMixin}\n     */\n    removeFilterHandler (removeFilterHandler) {\n        if (!arguments.length) {\n            return this._removeFilterHandler;\n        }\n        this._removeFilterHandler = removeFilterHandler;\n        return this;\n    }\n\n    /**\n     * Set or get the add filter handler. The add filter handler is a function that adds a filter to\n     * the chart's filter list. Using a custom add filter handler allows you to change the way filters\n     * are added or perform additional work when adding a filter, e.g. when using a filter server other\n     * than crossfilter.\n     *\n     * The handler should return a new or modified array as the result.\n     * @example\n     * // default add filter handler\n     * chart.addFilterHandler(function (filters, filter) {\n     *     filters.push(filter);\n     *     return filters;\n     * });\n     *\n     * // custom filter handler (no-op)\n     * chart.addFilterHandler(function(filters, filter) {\n     *     return filters;\n     * });\n     * @param {Function} [addFilterHandler]\n     * @returns {Function|BaseMixin}\n     */\n    addFilterHandler (addFilterHandler) {\n        if (!arguments.length) {\n            return this._addFilterHandler;\n        }\n        this._addFilterHandler = addFilterHandler;\n        return this;\n    }\n\n    /**\n     * Set or get the reset filter handler. The reset filter handler is a function that resets the\n     * chart's filter list by returning a new list. Using a custom reset filter handler allows you to\n     * change the way filters are reset, or perform additional work when resetting the filters,\n     * e.g. when using a filter server other than crossfilter.\n     *\n     * The handler should return a new or modified array as the result.\n     * @example\n     * // default remove filter handler\n     * function (filters) {\n     *     return [];\n     * }\n     *\n     * // custom filter handler (no-op)\n     * chart.resetFilterHandler(function(filters) {\n     *     return filters;\n     * });\n     * @param {Function} [resetFilterHandler]\n     * @returns {BaseMixin}\n     */\n    resetFilterHandler (resetFilterHandler) {\n        if (!arguments.length) {\n            return this._resetFilterHandler;\n        }\n        this._resetFilterHandler = resetFilterHandler;\n        return this;\n    }\n\n    applyFilters (filters) {\n        if (this.dimension() && this.dimension().filter) {\n            const fs = this._filterHandler(this.dimension(), filters);\n            if (fs) {\n                filters = fs;\n            }\n        }\n        return filters;\n    }\n\n    /**\n     * Replace the chart filter. This is equivalent to calling `chart.filter(null).filter(filter)`\n     * but more efficient because the filter is only applied once.\n     *\n     * @param {*} [filter]\n     * @returns {BaseMixin}\n     */\n    replaceFilter (filter) {\n        this._filters = this._resetFilterHandler(this._filters);\n        this.filter(filter);\n        return this;\n    }\n\n    /**\n     * Filter the chart by the given parameter, or return the current filter if no input parameter\n     * is given.\n     *\n     * The filter parameter can take one of these forms:\n     * * A single value: the value will be toggled (added if it is not present in the current\n     * filters, removed if it is present)\n     * * An array containing a single array of values (`[[value,value,value]]`): each value is\n     * toggled\n     * * When appropriate for the chart, a {@link filters dc filter object} such as\n     *   * {@link filters.RangedFilter `filters.RangedFilter`} for the\n     * {@link CoordinateGridMixin CoordinateGridMixin} charts\n     *   * {@link filters.TwoDimensionalFilter `filters.TwoDimensionalFilter`} for the\n     * {@link HeatMap heat map}\n     *   * {@link filters.RangedTwoDimensionalFilter `filters.RangedTwoDimensionalFilter`}\n     * for the {@link ScatterPlot scatter plot}\n     * * `null`: the filter will be reset using the\n     * {@link BaseMixin#resetFilterHandler resetFilterHandler}\n     *\n     * Note that this is always a toggle (even when it doesn't make sense for the filter type). If\n     * you wish to replace the current filter, either call `chart.filter(null)` first - or it's more\n     * efficient to call {@link BaseMixin#replaceFilter `chart.replaceFilter(filter)`} instead.\n     *\n     * Each toggle is executed by checking if the value is already present using the\n     * {@link BaseMixin#hasFilterHandler hasFilterHandler}; if it is not present, it is added\n     * using the {@link BaseMixin#addFilterHandler addFilterHandler}; if it is already present,\n     * it is removed using the {@link BaseMixin#removeFilterHandler removeFilterHandler}.\n     *\n     * Once the filters array has been updated, the filters are applied to the\n     * crossfilter dimension, using the {@link BaseMixin#filterHandler filterHandler}.\n     *\n     * Once you have set the filters, call {@link BaseMixin#redrawGroup `chart.redrawGroup()`}\n     * (or {@link redrawAll `redrawAll()`}) to redraw the chart's group.\n     * @see {@link BaseMixin#addFilterHandler addFilterHandler}\n     * @see {@link BaseMixin#removeFilterHandler removeFilterHandler}\n     * @see {@link BaseMixin#resetFilterHandler resetFilterHandler}\n     * @see {@link BaseMixin#filterHandler filterHandler}\n     * @example\n     * // filter by a single string\n     * chart.filter('Sunday');\n     * // filter by a single age\n     * chart.filter(18);\n     * // filter by a set of states\n     * chart.filter([['MA', 'TX', 'ND', 'WA']]);\n     * // filter by range -- note the use of filters.RangedFilter, which is different\n     * // from the syntax for filtering a crossfilter dimension directly, dimension.filter([15,20])\n     * chart.filter(filters.RangedFilter(15,20));\n     * @param {*} [filter]\n     * @returns {BaseMixin}\n     */\n    filter (filter) {\n        if (!arguments.length) {\n            return this._filters.length > 0 ? this._filters[0] : null;\n        }\n        let filters = this._filters;\n        if (filter instanceof Array && filter[0] instanceof Array && !filter.isFiltered) {\n            // toggle each filter\n            filter[0].forEach(f => {\n                if (this._hasFilterHandler(filters, f)) {\n                    filters = this._removeFilterHandler(filters, f);\n                } else {\n                    filters = this._addFilterHandler(filters, f);\n                }\n            });\n        } else if (filter === null) {\n            filters = this._resetFilterHandler(filters);\n        } else {\n            if (this._hasFilterHandler(filters, filter)) {\n                filters = this._removeFilterHandler(filters, filter);\n            } else {\n                filters = this._addFilterHandler(filters, filter);\n            }\n        }\n        this._filters = this.applyFilters(filters);\n        this._invokeFilteredListener(filter);\n\n        if (this._root !== null && this.hasFilter()) {\n            this.turnOnControls();\n        } else {\n            this.turnOffControls();\n        }\n\n        return this;\n    }\n\n    /**\n     * Returns all current filters. This method does not perform defensive cloning of the internal\n     * filter array before returning, therefore any modification of the returned array will effect the\n     * chart's internal filter storage.\n     * @returns {Array<*>}\n     */\n    filters () {\n        return this._filters;\n    }\n\n    highlightSelected (e) {\n        select(e).classed(constants.SELECTED_CLASS, true);\n        select(e).classed(constants.DESELECTED_CLASS, false);\n    }\n\n    fadeDeselected (e) {\n        select(e).classed(constants.SELECTED_CLASS, false);\n        select(e).classed(constants.DESELECTED_CLASS, true);\n    }\n\n    resetHighlight (e) {\n        select(e).classed(constants.SELECTED_CLASS, false);\n        select(e).classed(constants.DESELECTED_CLASS, false);\n    }\n\n    /**\n     * This function is passed to d3 as the onClick handler for each chart. The default behavior is to\n     * filter on the clicked datum (passed to the callback) and redraw the chart group.\n     *\n     * This function can be replaced in order to change the click behavior (but first look at\n     * @example\n     * var oldHandler = chart.onClick;\n     * chart.onClick = function(datum) {\n     *   // use datum.\n     * @param {*} datum\n     * @return {undefined}\n     */\n    onClick (datum) {\n        const filter = this.keyAccessor()(datum);\n        events.trigger(() => {\n            this.filter(filter);\n            this.redrawGroup();\n        });\n    }\n\n    /**\n     * Set or get the filter handler. The filter handler is a function that performs the filter action\n     * on a specific dimension. Using a custom filter handler allows you to perform additional logic\n     * before or after filtering.\n     * @see {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter crossfilter.dimension.filter}\n     * @example\n     * // the default filter handler handles all possible cases for the charts in dc.js\n     * // you can replace it with something more specialized for your own chart\n     * chart.filterHandler(function (dimension, filters) {\n     *     if (filters.length === 0) {\n     *         // the empty case (no filtering)\n     *         dimension.filter(null);\n     *     } else if (filters.length === 1 && !filters[0].isFiltered) {\n     *         // single value and not a function-based filter\n     *         dimension.filterExact(filters[0]);\n     *     } else if (filters.length === 1 && filters[0].filterType === 'RangedFilter') {\n     *         // single range-based filter\n     *         dimension.filterRange(filters[0]);\n     *     } else {\n     *         // an array of values, or an array of filter objects\n     *         dimension.filterFunction(function (d) {\n     *             for (var i = 0; i < filters.length; i++) {\n     *                 var filter = filters[i];\n     *                 if (filter.isFiltered && filter.isFiltered(d)) {\n     *                     return true;\n     *                 } else if (filter <= d && filter >= d) {\n     *                     return true;\n     *                 }\n     *             }\n     *             return false;\n     *         });\n     *     }\n     *     return filters;\n     * });\n     *\n     * // custom filter handler\n     * chart.filterHandler(function(dimension, filter){\n     *     var newFilter = filter + 10;\n     *     dimension.filter(newFilter);\n     *     return newFilter; // set the actual filter value to the new value\n     * });\n     * @param {Function} [filterHandler]\n     * @returns {Function|BaseMixin}\n     */\n    filterHandler (filterHandler) {\n        if (!arguments.length) {\n            return this._filterHandler;\n        }\n        this._filterHandler = filterHandler;\n        return this;\n    }\n\n    // abstract function stub\n    _doRender () {\n        // do nothing in base, should be overridden by sub-function\n        return this;\n    }\n\n    _doRedraw () {\n        // do nothing in base, should be overridden by sub-function\n        return this;\n    }\n\n    legendables () {\n        // do nothing in base, should be overridden by sub-function\n        return [];\n    }\n\n    legendHighlight () {\n        // do nothing in base, should be overridden by sub-function\n    }\n\n    legendReset () {\n        // do nothing in base, should be overridden by sub-function\n    }\n\n    legendToggle () {\n        // do nothing in base, should be overriden by sub-function\n    }\n\n    isLegendableHidden () {\n        // do nothing in base, should be overridden by sub-function\n        return false;\n    }\n\n    /**\n     * Set or get the key accessor function. The key accessor function is used to retrieve the key\n     * value from the crossfilter group. Key values are used differently in different charts, for\n     * example keys correspond to slices in a pie chart and x axis positions in a grid coordinate chart.\n     * @example\n     * // default key accessor\n     * chart.keyAccessor(function(d) { return d.key; });\n     * // custom key accessor for a multi-value crossfilter reduction\n     * chart.keyAccessor(function(p) { return p.value.absGain; });\n     * @param {Function} [keyAccessor]\n     * @returns {Function|BaseMixin}\n     */\n    keyAccessor (keyAccessor) {\n        if (!arguments.length) {\n            return this._keyAccessor;\n        }\n        this._keyAccessor = keyAccessor;\n        return this;\n    }\n\n    /**\n     * Set or get the value accessor function. The value accessor function is used to retrieve the\n     * value from the crossfilter group. Group values are used differently in different charts, for\n     * example values correspond to slice sizes in a pie chart and y axis positions in a grid\n     * coordinate chart.\n     * @example\n     * // default value accessor\n     * chart.valueAccessor(function(d) { return d.value; });\n     * // custom value accessor for a multi-value crossfilter reduction\n     * chart.valueAccessor(function(p) { return p.value.percentageGain; });\n     * @param {Function} [valueAccessor]\n     * @returns {Function|BaseMixin}\n     */\n    valueAccessor (valueAccessor) {\n        if (!arguments.length) {\n            return this._valueAccessor;\n        }\n        this._valueAccessor = valueAccessor;\n        return this;\n    }\n\n    /**\n     * Set or get the label function. The chart class will use this function to render labels for each\n     * child element in the chart, e.g. slices in a pie chart or bubbles in a bubble chart. Not every\n     * chart supports the label function, for example line chart does not use this function\n     * at all. By default, enables labels; pass false for the second parameter if this is not desired.\n     * @example\n     * // default label function just return the key\n     * chart.label(function(d) { return d.key; });\n     * // label function has access to the standard d3 data binding and can get quite complicated\n     * chart.label(function(d) { return d.data.key + '(' + Math.floor(d.data.value / all.value() * 100) + '%)'; });\n     * @param {Function} [labelFunction]\n     * @param {Boolean} [enableLabels=true]\n     * @returns {Function|BaseMixin}\n     */\n    label (labelFunction, enableLabels) {\n        if (!arguments.length) {\n            return this._label;\n        }\n        this._label = labelFunction;\n        if ((enableLabels === undefined) || enableLabels) {\n            this._renderLabel = true;\n        }\n        return this;\n    }\n\n    /**\n     * Turn on/off label rendering\n     * @param {Boolean} [renderLabel=false]\n     * @returns {Boolean|BaseMixin}\n     */\n    renderLabel (renderLabel) {\n        if (!arguments.length) {\n            return this._renderLabel;\n        }\n        this._renderLabel = renderLabel;\n        return this;\n    }\n\n    /**\n     * Set or get the title function. The chart class will use this function to render the SVGElement title\n     * (usually interpreted by browser as tooltips) for each child element in the chart, e.g. a slice\n     * in a pie chart or a bubble in a bubble chart. Almost every chart supports the title function;\n     * however in grid coordinate charts you need to turn off the brush in order to see titles, because\n     * otherwise the brush layer will block tooltip triggering.\n     * @example\n     * // default title function shows \"key: value\"\n     * chart.title(function(d) { return d.key + ': ' + d.value; });\n     * // title function has access to the standard d3 data binding and can get quite complicated\n     * chart.title(function(p) {\n     *    return p.key.getFullYear()\n     *        + '\\n'\n     *        + 'Index Gain: ' + numberFormat(p.value.absGain) + '\\n'\n     *        + 'Index Gain in Percentage: ' + numberFormat(p.value.percentageGain) + '%\\n'\n     *        + 'Fluctuation / Index Ratio: ' + numberFormat(p.value.fluctuationPercentage) + '%';\n     * });\n     * @param {Function} [titleFunction]\n     * @returns {Function|BaseMixin}\n     */\n    title (titleFunction) {\n        if (!arguments.length) {\n            return this._title;\n        }\n        this._title = titleFunction;\n        return this;\n    }\n\n    /**\n     * Turn on/off title rendering, or return the state of the render title flag if no arguments are\n     * given.\n     * @param {Boolean} [renderTitle=true]\n     * @returns {Boolean|BaseMixin}\n     */\n    renderTitle (renderTitle) {\n        if (!arguments.length) {\n            return this._renderTitle;\n        }\n        this._renderTitle = renderTitle;\n        return this;\n    }\n\n    /**\n     * Get or set the chart group to which this chart belongs. Chart groups are rendered or redrawn\n     * together since it is expected they share the same underlying crossfilter data set.\n     * @param {String} [chartGroup]\n     * @returns {String|BaseMixin}\n     */\n    chartGroup (chartGroup) {\n        if (!arguments.length) {\n            return this._chartGroup;\n        }\n        if (!this._isChild) {\n            deregisterChart(this, this._chartGroup);\n        }\n        this._chartGroup = chartGroup;\n        if (!this._isChild) {\n            registerChart(this, this._chartGroup);\n        }\n        return this;\n    }\n\n    /**\n     * Expire the internal chart cache. dc charts cache some data internally on a per chart basis to\n     * speed up rendering and avoid unnecessary calculation; however it might be useful to clear the\n     * cache if you have changed state which will affect rendering.  For example, if you invoke\n     * {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_add crossfilter.add}\n     * function or reset group or dimension after rendering, it is a good idea to\n     * clear the cache to make sure charts are rendered properly.\n     * @returns {BaseMixin}\n     */\n    expireCache () {\n        // do nothing in base, should be overridden by sub-function\n        return this;\n    }\n\n    /**\n     * Attach a Legend widget to this chart. The legend widget will automatically draw legend labels\n     * based on the color setting and names associated with each group.\n     * @example\n     * chart.legend(new Legend().x(400).y(10).itemHeight(13).gap(5))\n     * @param {Legend} [legend]\n     * @returns {Legend|BaseMixin}\n     */\n    legend (legend) {\n        if (!arguments.length) {\n            return this._legend;\n        }\n        this._legend = legend;\n        this._legend.parent(this);\n        return this;\n    }\n\n    /**\n     * Returns the internal numeric ID of the chart.\n     * @returns {String}\n     */\n    chartID () {\n        return this.__dcFlag__;\n    }\n\n    /**\n     * Set chart options using a configuration object. Each key in the object will cause the method of\n     * the same name to be called with the value to set that attribute for the chart.\n     * @example\n     * chart.options({dimension: myDimension, group: myGroup});\n     * @param {{}} opts\n     * @returns {BaseMixin}\n     */\n    options (opts) {\n        const applyOptions = [\n            'anchor',\n            'group',\n            'xAxisLabel',\n            'yAxisLabel',\n            'stack',\n            'title',\n            'point',\n            'getColor',\n            'overlayGeoJson'\n        ];\n\n        for (const o in opts) {\n            if (typeof (this[o]) === 'function') {\n                if (opts[o] instanceof Array && applyOptions.indexOf(o) !== -1) {\n                    this[o].apply(this, opts[o]);\n                } else {\n                    this[o].call(this, opts[o]);\n                }\n            } else {\n                logger.debug(`Not a valid option setter name: ${o}`);\n            }\n        }\n        return this;\n    }\n\n    /**\n     * All dc chart instance supports the following listeners.\n     * Supports the following events:\n     * * `renderlet` - This listener function will be invoked after transitions after redraw and render. Replaces the\n     * deprecated {@link BaseMixin#renderlet renderlet} method.\n     * * `pretransition` - Like `.on('renderlet', ...)` but the event is fired before transitions start.\n     * * `preRender` - This listener function will be invoked before chart rendering.\n     * * `postRender` - This listener function will be invoked after chart finish rendering including\n     * all renderlets' logic.\n     * * `preRedraw` - This listener function will be invoked before chart redrawing.\n     * * `postRedraw` - This listener function will be invoked after chart finish redrawing\n     * including all renderlets' logic.\n     * * `filtered` - This listener function will be invoked after a filter is applied, added or removed.\n     * * `zoomed` - This listener function will be invoked after a zoom is triggered.\n     * @see {@link https://github.com/d3/d3-dispatch/blob/master/README.md#dispatch_on d3.dispatch.on}\n     * @example\n     * .on('renderlet', function(chart, filter){...})\n     * .on('pretransition', function(chart, filter){...})\n     * .on('preRender', function(chart){...})\n     * .on('postRender', function(chart){...})\n     * .on('preRedraw', function(chart){...})\n     * .on('postRedraw', function(chart){...})\n     * .on('filtered', function(chart, filter){...})\n     * .on('zoomed', function(chart, filter){...})\n     * @param {String} event\n     * @param {Function} listener\n     * @returns {BaseMixin}\n     */\n    on (event, listener) {\n        this._listeners.on(event, listener);\n        return this;\n    }\n\n    /**\n     * A renderlet is similar to an event listener on rendering event. Multiple renderlets can be added\n     * to an individual chart.  Each time a chart is rerendered or redrawn the renderlets are invoked\n     * right after the chart finishes its transitions, giving you a way to modify the SVGElements.\n     * Renderlet functions take the chart instance as the only input parameter and you can\n     * use the dc API or use raw d3 to achieve pretty much any effect.\n     *\n     * Use {@link BaseMixin#on on} with a 'renderlet' prefix.\n     * Generates a random key for the renderlet, which makes it hard to remove.\n     * @deprecated chart.renderlet has been deprecated. Please use chart.on(\"renderlet.<renderletKey>\", renderletFunction)\n     * @example\n     * // do this instead of .renderlet(function(chart) { ... })\n     * chart.on(\"renderlet\", function(chart){\n     *     // mix of dc API and d3 manipulation\n     *     chart.select('g.y').style('display', 'none');\n     *     // its a closure so you can also access other chart variable available in the closure scope\n     *     moveChart.filter(chart.filter());\n     * });\n     * @param {Function} renderletFunction\n     * @returns {BaseMixin}\n     */\n    renderlet (renderletFunction) {\n        logger.warnOnce('chart.renderlet has been deprecated. Please use chart.on(\"renderlet.<renderletKey>\", renderletFunction)');\n        this.on(`renderlet.${utils.uniqueId()}`, renderletFunction);\n        return this;\n    }\n}\n\nexport const baseMixin = () => new BaseMixin();\n"
  },
  {
    "path": "src/base/bubble-mixin.js",
    "content": "import { ascending, descending, min, max } from 'd3-array';\nimport { scaleLinear } from 'd3-scale';\n\nimport {ColorMixin} from './color-mixin';\nimport {transition} from '../core/core';\nimport {events} from '../core/events';\nimport {d3compat} from '../core/config';\n\n/**\n * This Mixin provides reusable functionalities for any chart that needs to visualize data using bubbles.\n * @mixin BubbleMixin\n * @mixes ColorMixin\n * @param {Object} Base\n * @returns {BubbleMixin}\n */\nexport const BubbleMixin = Base => class extends ColorMixin(Base) {\n    constructor () {\n        super();\n\n        this._maxBubbleRelativeSize = 0.3;\n        this._minRadiusWithLabel = 10;\n        this._sortBubbleSize = false;\n        this._elasticRadius = false;\n        this._excludeElasticZero = true;\n\n        // These cane be used by derived classes as well, so member status\n        this.BUBBLE_NODE_CLASS = 'node';\n        this.BUBBLE_CLASS = 'bubble';\n        this.MIN_RADIUS = 10;\n\n        this.renderLabel(true);\n\n        this.data(group => {\n            const data = group.all();\n\n            if (this._keyboardAccessible) {\n                // sort based on the x value (key)\n                data.sort((a, b) => ascending(this.keyAccessor()(a), this.keyAccessor()(b)));\n            }\n\n            if (this._sortBubbleSize) {\n                // sort descending so smaller bubbles are on top\n                const radiusAccessor = this.radiusValueAccessor();\n                data.sort((a, b) => descending(radiusAccessor(a), radiusAccessor(b)));\n            }\n            return data;\n        });\n\n        this._r = scaleLinear().domain([0, 100]);\n    }\n\n    _rValueAccessor (d) {\n        return d.r;\n    }\n\n    /**\n         * Get or set the bubble radius scale. By default the bubble chart uses\n         * {@link https://github.com/d3/d3-scale/blob/master/README.md#scaleLinear d3.scaleLinear().domain([0, 100])}\n         * as its radius scale.\n         * @memberof BubbleMixin\n         * @instance\n         * @see {@link https://github.com/d3/d3-scale/blob/master/README.md d3.scale}\n         * @param {d3.scale} [bubbleRadiusScale=d3.scaleLinear().domain([0, 100])]\n         * @returns {d3.scale|BubbleMixin}\n         */\n    r (bubbleRadiusScale) {\n        if (!arguments.length) {\n            return this._r;\n        }\n        this._r = bubbleRadiusScale;\n        return this;\n    }\n\n    /**\n         * Turn on or off the elastic bubble radius feature, or return the value of the flag. If this\n         * feature is turned on, then bubble radii will be automatically rescaled to fit the chart better.\n         * @memberof BubbleMixin\n         * @instance\n         * @param {Boolean} [elasticRadius=false]\n         * @returns {Boolean|BubbleChart}\n         */\n    elasticRadius (elasticRadius) {\n        if (!arguments.length) {\n            return this._elasticRadius;\n        }\n        this._elasticRadius = elasticRadius;\n        return this;\n    }\n\n    calculateRadiusDomain () {\n        if (this._elasticRadius) {\n            this.r().domain([this.rMin(), this.rMax()]);\n        }\n    }\n\n    /**\n         * Get or set the radius value accessor function. If set, the radius value accessor function will\n         * be used to retrieve a data value for each bubble. The data retrieved then will be mapped using\n         * the r scale to the actual bubble radius. This allows you to encode a data dimension using bubble\n         * size.\n         * @memberof BubbleMixin\n         * @instance\n         * @param {Function} [radiusValueAccessor]\n         * @returns {Function|BubbleMixin}\n         */\n    radiusValueAccessor (radiusValueAccessor) {\n        if (!arguments.length) {\n            return this._rValueAccessor;\n        }\n        this._rValueAccessor = radiusValueAccessor;\n        return this;\n    }\n\n    rMin () {\n        let values = this.data().map(this.radiusValueAccessor());\n        if(this._excludeElasticZero) {\n            values = values.filter(value => value > 0);\n        }\n        return min(values);\n    }\n\n    rMax () {\n        return max(this.data(), e => this.radiusValueAccessor()(e));\n    }\n\n    bubbleR (d) {\n        const value = this.radiusValueAccessor()(d);\n        let r = this.r()(value);\n        if (isNaN(r) || value <= 0) {\n            r = 0;\n        }\n        return r;\n    }\n\n    _labelFunction (d) {\n        return this.label()(d);\n    }\n\n    _shouldLabel (d) {\n        return (this.bubbleR(d) > this._minRadiusWithLabel);\n    }\n\n    _labelOpacity (d) {\n        return this._shouldLabel(d) ? 1 : 0;\n    }\n\n    _labelPointerEvent (d) {\n        return this._shouldLabel(d) ? 'all' : 'none';\n    }\n\n    _doRenderLabel (bubbleGEnter) {\n        if (this.renderLabel()) {\n            let label = bubbleGEnter.select('text');\n\n            if (label.empty()) {\n                label = bubbleGEnter.append('text')\n                        .attr('text-anchor', 'middle')\n                        .attr('dy', '.3em')\n                        .on('click', d3compat.eventHandler(d => this.onClick(d)));\n            }\n\n            label\n                    .attr('opacity', 0)\n                    .attr('pointer-events', d => this._labelPointerEvent(d))\n                    .text(d => this._labelFunction(d));\n            transition(label, this.transitionDuration(), this.transitionDelay())\n                    .attr('opacity', d => this._labelOpacity(d));\n        }\n    }\n\n    doUpdateLabels (bubbleGEnter) {\n        if (this.renderLabel()) {\n            const labels = bubbleGEnter.select('text')\n                    .attr('pointer-events', d => this._labelPointerEvent(d))\n                    .text(d => this._labelFunction(d));\n            transition(labels, this.transitionDuration(), this.transitionDelay())\n                    .attr('opacity', d => this._labelOpacity(d));\n        }\n    }\n\n    _titleFunction (d) {\n        return this.title()(d);\n    }\n\n    _doRenderTitles (g) {\n        if (this.renderTitle()) {\n            const title = g.select('title');\n\n            if (title.empty()) {\n                g.append('title').text(d => this._titleFunction(d));\n            }\n        }\n    }\n\n    doUpdateTitles (g) {\n        if (this.renderTitle()) {\n            g.select('title').text(d => this._titleFunction(d));\n        }\n    }\n\n    /**\n         * Turn on or off the bubble sorting feature, or return the value of the flag. If enabled,\n         * bubbles will be sorted by their radius, with smaller bubbles in front.\n         * @memberof BubbleChart\n         * @instance\n         * @param {Boolean} [sortBubbleSize=false]\n         * @returns {Boolean|BubbleChart}\n         */\n    sortBubbleSize (sortBubbleSize) {\n        if (!arguments.length) {\n            return this._sortBubbleSize;\n        }\n        this._sortBubbleSize = sortBubbleSize;\n        return this;\n    }\n\n    /**\n         * Get or set the minimum radius. This will be used to initialize the radius scale's range.\n         * @memberof BubbleMixin\n         * @instance\n         * @param {Number} [radius=10]\n         * @returns {Number|BubbleMixin}\n         */\n    minRadius (radius) {\n        if (!arguments.length) {\n            return this.MIN_RADIUS;\n        }\n        this.MIN_RADIUS = radius;\n        return this;\n    }\n\n    /**\n         * Get or set the minimum radius for label rendering. If a bubble's radius is less than this value\n         * then no label will be rendered.\n         * @memberof BubbleMixin\n         * @instance\n         * @param {Number} [radius=10]\n         * @returns {Number|BubbleMixin}\n         */\n\n    minRadiusWithLabel (radius) {\n        if (!arguments.length) {\n            return this._minRadiusWithLabel;\n        }\n        this._minRadiusWithLabel = radius;\n        return this;\n    }\n\n    /**\n         * Get or set the maximum relative size of a bubble to the length of x axis. This value is useful\n         * when the difference in radius between bubbles is too great.\n         * @memberof BubbleMixin\n         * @instance\n         * @param {Number} [relativeSize=0.3]\n         * @returns {Number|BubbleMixin}\n         */\n    maxBubbleRelativeSize (relativeSize) {\n        if (!arguments.length) {\n            return this._maxBubbleRelativeSize;\n        }\n        this._maxBubbleRelativeSize = relativeSize;\n        return this;\n    }\n\n    /**\n     * Should the chart exclude zero when calculating elastic bubble radius?\n     * @memberof BubbleMixin\n     * @instance\n     * @param  {Boolean} [excludeZero=true]\n     * @returns {Boolean|BubbleMixin}\n     */\n    excludeElasticZero (excludeZero) {\n        if (!arguments.length) {\n            return this._excludeElasticZero;\n        }\n        this._excludeElasticZero = excludeZero;\n        return this;\n    }\n\n    fadeDeselectedArea (selection) {\n        if (this.hasFilter()) {\n            const chart = this;\n            this.selectAll(`g.${chart.BUBBLE_NODE_CLASS}`).each(function (d) {\n                if (chart.isSelectedNode(d)) {\n                    chart.highlightSelected(this);\n                } else {\n                    chart.fadeDeselected(this);\n                }\n            });\n        } else {\n            const chart = this;\n            this.selectAll(`g.${chart.BUBBLE_NODE_CLASS}`).each(function () {\n                chart.resetHighlight(this);\n            });\n        }\n    }\n\n    isSelectedNode (d) {\n        return this.hasFilter(d.key);\n    }\n\n    onClick (d) {\n        const filter = d.key;\n        events.trigger(() => {\n            this.filter(filter);\n            this.redrawGroup();\n        });\n    }\n};\n"
  },
  {
    "path": "src/base/cap-mixin.js",
    "content": "import {sum} from 'd3-array';\n\n/**\n * Cap is a mixin that groups small data elements below a _cap_ into an *others* grouping for both the\n * Row and Pie Charts.\n *\n * The top ordered elements in the group up to the cap amount will be kept in the chart, and the rest\n * will be replaced with an *others* element, with value equal to the sum of the replaced values. The\n * keys of the elements below the cap limit are recorded in order to filter by those keys when the\n * others* element is clicked.\n * @mixin CapMixin\n * @param {Object} Base\n * @returns {CapMixin}\n */\nexport const CapMixin = Base => class extends Base {\n    constructor () {\n        super();\n\n        this._cap = Infinity;\n        this._takeFront = true;\n        this._othersLabel = 'Others';\n\n        this._othersGrouper = (topItems, restItems) => {\n            const restItemsSum = sum(restItems, this.valueAccessor()),\n                restKeys = restItems.map(this.keyAccessor());\n            if (restItemsSum > 0) {\n                return topItems.concat([{\n                    others: restKeys,\n                    key: this.othersLabel(),\n                    value: restItemsSum\n                }]);\n            }\n            return topItems;\n        };\n\n        // emulate old group.top(N) ordering\n        this.ordering(kv => -kv.value);\n\n        // return N \"top\" groups, where N is the cap, sorted by baseMixin.ordering\n        // whether top means front or back depends on takeFront\n        this.data(group => {\n            if (this._cap === Infinity) {\n                return this._computeOrderedGroups(group.all());\n            } else {\n                let items = group.all(), rest;\n                items = this._computeOrderedGroups(items); // sort by baseMixin.ordering\n\n                if (this._cap) {\n                    if (this._takeFront) {\n                        rest = items.slice(this._cap);\n                        items = items.slice(0, this._cap);\n                    } else {\n                        const start = Math.max(0, items.length - this._cap);\n                        rest = items.slice(0, start);\n                        items = items.slice(start);\n                    }\n                }\n\n                if (this._othersGrouper) {\n                    return this._othersGrouper(items, rest);\n                }\n                return items;\n            }\n        });\n    }\n\n    cappedKeyAccessor (d, i) {\n        if (d.others) {\n            return d.key;\n        }\n        return this.keyAccessor()(d, i);\n    }\n\n    cappedValueAccessor (d, i) {\n        if (d.others) {\n            return d.value;\n        }\n        return this.valueAccessor()(d, i);\n    }\n\n    /**\n         * Get or set the count of elements to that will be included in the cap. If there is an\n         * {@link CapMixin#othersGrouper othersGrouper}, any further elements will be combined in an\n         * extra element with its name determined by {@link CapMixin#othersLabel othersLabel}.\n         *\n         * As of dc.js 2.1 and onward, the capped charts use\n         * {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_all group.all()}\n         * and {@link BaseMixin#ordering BaseMixin.ordering()} to determine the order of\n         * elements. Then `cap` and {@link CapMixin#takeFront takeFront} determine how many elements\n         * to keep, from which end of the resulting array.\n         *\n         * **Migration note:** Up through dc.js 2.0.*, capping used\n         * {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_top group.top(N)},\n         * which selects the largest items according to\n         * {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#group_order group.order()}.\n         * The chart then sorted the items according to {@link BaseMixin#ordering baseMixin.ordering()}.\n         * So the two values essentially had to agree, but if the `group.order()` was incorrect (it's\n         * easy to forget about), the wrong rows or slices would be displayed, in the correct order.\n         *\n         * If your chart previously relied on `group.order()`, use `chart.ordering()` instead. As of\n         * 2.1.5, the ordering defaults to sorting from greatest to least like `group.top(N)` did.\n         *\n         * If you want to cap by one ordering but sort by another, you can still do this by\n         * specifying your own {@link BaseMixin#data `.data()`} callback. For details, see the example\n         * {@link https://dc-js.github.io/dc.js/examples/cap-and-sort-differently.html Cap and Sort Differently}.\n         * @memberof CapMixin\n         * @instance\n         * @param {Number} [count=Infinity]\n         * @returns {Number|CapMixin}\n         */\n    cap (count) {\n        if (!arguments.length) {\n            return this._cap;\n        }\n        this._cap = count;\n        return this;\n    }\n\n    /**\n         * Get or set the direction of capping. If set, the chart takes the first\n         * {@link CapMixin#cap cap} elements from the sorted array of elements; otherwise\n         * it takes the last `cap` elements.\n         * @memberof CapMixin\n         * @instance\n         * @param {Boolean} [takeFront=true]\n         * @returns {Boolean|CapMixin}\n         */\n    takeFront (takeFront) {\n        if (!arguments.length) {\n            return this._takeFront;\n        }\n        this._takeFront = takeFront;\n        return this;\n    }\n\n    /**\n         * Get or set the label for *Others* slice when slices cap is specified.\n         * @memberof CapMixin\n         * @instance\n         * @param {String} [label=\"Others\"]\n         * @returns {String|CapMixin}\n         */\n    othersLabel (label) {\n        if (!arguments.length) {\n            return this._othersLabel;\n        }\n        this._othersLabel = label;\n        return this;\n    }\n\n    /**\n         * Get or set the grouper function that will perform the insertion of data for the *Others* slice\n         * if the slices cap is specified. If set to a falsy value, no others will be added.\n         *\n         * The grouper function takes an array of included (\"top\") items, and an array of the rest of\n         * the items. By default the grouper function computes the sum of the rest.\n         * @memberof CapMixin\n         * @instance\n         * @example\n         * // Do not show others\n         * chart.othersGrouper(null);\n         * // Default others grouper\n         * chart.othersGrouper(function (topItems, restItems) {\n         *     var restItemsSum = d3.sum(restItems, _chart.valueAccessor()),\n         *         restKeys = restItems.map(_chart.keyAccessor());\n         *     if (restItemsSum > 0) {\n         *         return topItems.concat([{\n         *             others: restKeys,\n         *             key: _chart.othersLabel(),\n         *             value: restItemsSum\n         *         }]);\n         *     }\n         *     return topItems;\n         * });\n         * @param {Function} [grouperFunction]\n         * @returns {Function|CapMixin}\n         */\n    othersGrouper (grouperFunction) {\n        if (!arguments.length) {\n            return this._othersGrouper;\n        }\n        this._othersGrouper = grouperFunction;\n        return this;\n    }\n\n    onClick (d) {\n        if (d.others) {\n            this.filter([d.others]);\n        }\n        super.onClick(d);\n    }\n};\n"
  },
  {
    "path": "src/base/color-mixin.js",
    "content": "import {scaleLinear, scaleOrdinal, scaleQuantize} from 'd3-scale';\nimport {interpolateHcl} from 'd3-interpolate';\nimport {max, min} from 'd3-array';\n\nimport {config} from '../core/config';\nimport {utils} from '../core/utils';\n\n/**\n * The Color Mixin is an abstract chart functional class providing universal coloring support\n * as a mix-in for any concrete chart implementation.\n * @mixin ColorMixin\n * @param {Object} Base\n * @returns {ColorMixin}\n */\nexport const ColorMixin = Base => class extends Base {\n    constructor () {\n        super();\n\n        this._colors = scaleOrdinal(config.defaultColors());\n\n        this._colorAccessor = d => this.keyAccessor()(d);\n        this._colorCalculator = undefined;\n\n        {\n            const chart = this;\n            // ES6: this method is called very differently from stack-mixin and derived charts\n            // Removing and placing it as a member method is tricky\n\n            /**\n                 * Get the color for the datum d and counter i. This is used internally by charts to retrieve a color.\n                 * @method getColor\n                 * @memberof ColorMixin\n                 * @instance\n                 * @param {*} d\n                 * @param {Number} [i]\n                 * @returns {String}\n                 */\n            chart.getColor = function (d, i) {\n                return chart._colorCalculator ?\n                    chart._colorCalculator.call(this, d, i) :\n                    chart._colors(chart._colorAccessor.call(this, d, i));\n            };\n        }\n    }\n\n    /**\n         * Set the domain by determining the min and max values as retrieved by\n         * {@link ColorMixin#colorAccessor .colorAccessor} over the chart's dataset.\n         * @memberof ColorMixin\n         * @instance\n         * @returns {ColorMixin}\n         */\n    calculateColorDomain () {\n        const newDomain = [min(this.data(), this.colorAccessor()),\n                           max(this.data(), this.colorAccessor())];\n        this._colors.domain(newDomain);\n        return this;\n    }\n\n    /**\n         * Retrieve current color scale or set a new color scale. This methods accepts any function that\n         * operates like a d3 scale.\n         * @memberof ColorMixin\n         * @instance\n         * @see {@link https://github.com/d3/d3-scale/blob/master/README.md d3.scale}\n         * @example\n         * // alternate categorical scale\n         * chart.colors(d3.scale.category20b());\n         * // ordinal scale\n         * chart.colors(d3.scaleOrdinal().range(['red','green','blue']));\n         * // convenience method, the same as above\n         * chart.ordinalColors(['red','green','blue']);\n         * // set a linear scale\n         * chart.linearColors([\"#4575b4\", \"#ffffbf\", \"#a50026\"]);\n         * @param {d3.scale} [colorScale=d3.scaleOrdinal(d3.schemeCategory20c)]\n         * @returns {d3.scale|ColorMixin}\n         */\n    colors (colorScale) {\n        if (!arguments.length) {\n            return this._colors;\n        }\n        if (colorScale instanceof Array) {\n            this._colors = scaleQuantize().range(colorScale); // deprecated legacy support, note: this fails for ordinal domains\n        } else {\n            this._colors = typeof colorScale === 'function' ? colorScale : utils.constant(colorScale);\n        }\n        return this;\n    }\n\n    /**\n         * Convenience method to set the color scale to\n         * {@link https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales d3.scaleOrdinal} with\n         * range `r`.\n         * @memberof ColorMixin\n         * @instance\n         * @param {Array<String>} r\n         * @returns {ColorMixin}\n         */\n    ordinalColors (r) {\n        return this.colors(scaleOrdinal().range(r));\n    }\n\n    /**\n         * Convenience method to set the color scale to an Hcl interpolated linear scale with range `r`.\n         * @memberof ColorMixin\n         * @instance\n         * @param {Array<Number>} r\n         * @returns {ColorMixin}\n         */\n    linearColors (r) {\n        return this.colors(scaleLinear()\n                .range(r)\n                .interpolate(interpolateHcl));\n    }\n\n    /**\n         * Set or the get color accessor function. This function will be used to map a data point in a\n         * crossfilter group to a color value on the color scale. The default function uses the key\n         * accessor.\n         * @memberof ColorMixin\n         * @instance\n         * @example\n         * // default index based color accessor\n         * .colorAccessor(function (d, i){return i;})\n         * // color accessor for a multi-value crossfilter reduction\n         * .colorAccessor(function (d){return d.value.absGain;})\n         * @param {Function} [colorAccessor]\n         * @returns {Function|ColorMixin}\n         */\n    colorAccessor (colorAccessor) {\n        if (!arguments.length) {\n            return this._colorAccessor;\n        }\n        this._colorAccessor = colorAccessor;\n        return this;\n    }\n\n    /**\n         * Set or get the current domain for the color mapping function. The domain must be supplied as an\n         * array.\n         *\n         * Note: previously this method accepted a callback function. Instead you may use a custom scale\n         * set by {@link ColorMixin#colors .colors}.\n         * @memberof ColorMixin\n         * @instance\n         * @param {Array<String>} [domain]\n         * @returns {Array<String>|ColorMixin}\n         */\n    colorDomain (domain) {\n        if (!arguments.length) {\n            return this._colors.domain();\n        }\n        this._colors.domain(domain);\n        return this;\n    }\n\n    /**\n         * Overrides the color selection algorithm, replacing it with a simple function.\n         *\n         * Normally colors will be determined by calling the `colorAccessor` to get a value, and then passing that\n         * value through the `colorScale`.\n         *\n         * But sometimes it is difficult to get a color scale to produce the desired effect. The `colorCalculator`\n         * takes the datum and index and returns a color directly.\n         * @memberof ColorMixin\n         * @instance\n         * @param {*} [colorCalculator]\n         * @returns {Function|ColorMixin}\n         */\n    colorCalculator (colorCalculator) {\n        if (!arguments.length) {\n            return this._colorCalculator || this.getColor;\n        }\n        this._colorCalculator = colorCalculator;\n        return this;\n    }\n};\n"
  },
  {
    "path": "src/base/coordinate-grid-mixin.js",
    "content": "import {schemeCategory10} from 'd3-scale-chromatic';\nimport {timeDay} from 'd3-time';\nimport {max, min} from 'd3-array';\nimport {scaleBand, scaleLinear, scaleOrdinal} from 'd3-scale';\nimport {axisTop, axisBottom, axisLeft, axisRight} from 'd3-axis';\nimport {zoom, zoomIdentity} from 'd3-zoom';\nimport {brushX} from 'd3-brush';\n\nimport {ColorMixin} from './color-mixin';\nimport {MarginMixin} from './margin-mixin';\nimport {optionalTransition, transition} from '../core/core';\nimport {units} from '../core/units';\nimport {constants} from '../core/constants';\nimport {utils} from '../core/utils';\nimport {d3compat} from '../core/config';\nimport {logger} from '../core/logger';\nimport {filters} from '../core/filters';\nimport {events} from '../core/events';\n\nconst GRID_LINE_CLASS = 'grid-line';\nconst HORIZONTAL_CLASS = 'horizontal';\nconst VERTICAL_CLASS = 'vertical';\nconst Y_AXIS_LABEL_CLASS = 'y-axis-label';\nconst X_AXIS_LABEL_CLASS = 'x-axis-label';\nconst CUSTOM_BRUSH_HANDLE_CLASS = 'custom-brush-handle';\nconst DEFAULT_AXIS_LABEL_PADDING = 12;\n\n/**\n * Coordinate Grid is an abstract base chart designed to support a number of coordinate grid based\n * concrete chart types, e.g. bar chart, line chart, and bubble chart.\n * @mixin CoordinateGridMixin\n * @mixes ColorMixin\n * @mixes MarginMixin\n */\nexport class CoordinateGridMixin extends ColorMixin(MarginMixin) {\n    constructor () {\n        super();\n\n        this.colors(scaleOrdinal(schemeCategory10));\n        this._mandatoryAttributes().push('x');\n        this._parent = undefined;\n        this._g = undefined;\n        this._chartBodyG = undefined;\n\n        this._x = undefined;\n        this._origX = undefined; // Will hold original scale in case of zoom\n        this._xOriginalDomain = undefined;\n        this._xAxis = null;\n        this._xUnits = units.integers;\n        this._xAxisPadding = 0;\n        this._xAxisPaddingUnit = timeDay;\n        this._xElasticity = false;\n        this._xAxisLabel = undefined;\n        this._xAxisLabelPadding = 0;\n        this._lastXDomain = undefined;\n\n        this._y = undefined;\n        this._yAxis = null;\n        this._yAxisPadding = 0;\n        this._yElasticity = false;\n        this._yAxisLabel = undefined;\n        this._yAxisLabelPadding = 0;\n\n        this._brush = brushX();\n\n        this._gBrush = undefined;\n        this._brushOn = true;\n        this._parentBrushOn = false;\n        this._round = undefined;\n        this._ignoreBrushEvents = false; // ignore when carrying out programmatic brush operations\n\n        this._renderHorizontalGridLine = false;\n        this._renderVerticalGridLine = false;\n\n        this._resizing = false;\n        this._unitCount = undefined;\n\n        this._zoomScale = [1, Infinity];\n        this._zoomOutRestrict = true;\n\n        this._zoom = zoom().on('zoom', d3compat.eventHandler((d, evt) => this._onZoom(evt)));\n        this._nullZoom = zoom().on('zoom', null);\n        this._hasBeenMouseZoomable = false;\n        this._ignoreZoomEvents = false; // ignore when carrying out programmatic zoom operations\n\n        this._rangeChart = undefined;\n        this._focusChart = undefined;\n\n        this._mouseZoomable = false;\n        this._clipPadding = 0;\n\n        this._fOuterRangeBandPadding = 0.5;\n        this._fRangeBandPadding = 0;\n\n        this._useRightYAxis = false;\n        this._useTopXAxis = false;\n    }\n\n    /**\n     * When changing the domain of the x or y scale, it is necessary to tell the chart to recalculate\n     * and redraw the axes. (`.rescale()` is called automatically when the x or y scale is replaced\n     * with {@link CoordinateGridMixin+x .x()} or {@link CoordinateGridMixin#y .y()}, and has\n     * no effect on elastic scales.)\n     * @returns {CoordinateGridMixin}\n     */\n    rescale () {\n        this._unitCount = undefined;\n        this._resizing = true;\n        return this;\n    }\n\n    resizing (resizing) {\n        if (!arguments.length) {\n            return this._resizing;\n        }\n        this._resizing = resizing;\n        return this;\n    }\n\n    /**\n     * Get or set the range selection chart associated with this instance. Setting the range selection\n     * chart using this function will automatically update its selection brush when the current chart\n     * zooms in. In return the given range chart will also automatically attach this chart as its focus\n     * chart hence zoom in when range brush updates.\n     *\n     * Usually the range and focus charts will share a dimension. The range chart will set the zoom\n     * boundaries for the focus chart, so its dimension values must be compatible with the domain of\n     * the focus chart.\n     *\n     * See the [Nasdaq 100 Index](https://dc-js.github.io/dc.js/) example for this effect in action.\n     * @param {CoordinateGridMixin} [rangeChart]\n     * @returns {CoordinateGridMixin}\n     */\n    rangeChart (rangeChart) {\n        if (!arguments.length) {\n            return this._rangeChart;\n        }\n        this._rangeChart = rangeChart;\n        this._rangeChart.focusChart(this);\n        return this;\n    }\n\n    /**\n     * Get or set the scale extent for mouse zooms.\n     * @param {Array<Number|Date>} [extent=[1, Infinity]]\n     * @returns {Array<Number|Date>|CoordinateGridMixin}\n     */\n    zoomScale (extent) {\n        if (!arguments.length) {\n            return this._zoomScale;\n        }\n        this._zoomScale = extent;\n        return this;\n    }\n\n    /**\n     * Get or set the zoom restriction for the chart. If true limits the zoom to origional domain of the chart.\n     * @param {Boolean} [zoomOutRestrict=true]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    zoomOutRestrict (zoomOutRestrict) {\n        if (!arguments.length) {\n            return this._zoomOutRestrict;\n        }\n        this._zoomOutRestrict = zoomOutRestrict;\n        return this;\n    }\n\n    _generateG (parent) {\n        if (parent === undefined) {\n            this._parent = this.svg();\n        } else {\n            this._parent = parent;\n        }\n\n        const href = window.location.href.split('#')[0];\n\n        this._g = this._parent.append('g');\n\n        this._chartBodyG = this._g.append('g').attr('class', 'chart-body')\n            .attr('transform', `translate(${this.margins().left}, ${this.margins().top})`)\n            .attr('clip-path', `url(${href}#${this._getClipPathId()})`);\n\n        return this._g;\n    }\n\n    /**\n     * Get or set the root g element. This method is usually used to retrieve the g element in order to\n     * overlay custom svg drawing programatically. **Caution**: The root g element is usually generated\n     * by dc.js internals, and resetting it might produce unpredictable result.\n     * @param {SVGElement} [gElement]\n     * @returns {SVGElement|CoordinateGridMixin}\n     */\n    g (gElement) {\n        if (!arguments.length) {\n            return this._g;\n        }\n        this._g = gElement;\n        return this;\n    }\n\n    /**\n     * Set or get mouse zoom capability flag (default: false). When turned on the chart will be\n     * zoomable using the mouse wheel. If the range selector chart is attached zooming will also update\n     * the range selection brush on the associated range selector chart.\n     * @param {Boolean} [mouseZoomable=false]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    mouseZoomable (mouseZoomable) {\n        if (!arguments.length) {\n            return this._mouseZoomable;\n        }\n        this._mouseZoomable = mouseZoomable;\n        return this;\n    }\n\n    /**\n     * Retrieve the svg group for the chart body.\n     * @param {SVGElement} [chartBodyG]\n     * @returns {SVGElement}\n     */\n    chartBodyG (chartBodyG) {\n        if (!arguments.length) {\n            return this._chartBodyG;\n        }\n        this._chartBodyG = chartBodyG;\n        return this;\n    }\n\n    /**\n     * **mandatory**\n     *\n     * Get or set the x scale. The x scale can be any d3\n     * {@link https://github.com/d3/d3-scale/blob/master/README.md d3.scale} or\n     * {@link https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales ordinal scale}\n     * @see {@link https://github.com/d3/d3-scale/blob/master/README.md d3.scale}\n     * @example\n     * // set x to a linear scale\n     * chart.x(d3.scaleLinear().domain([-2500, 2500]))\n     * // set x to a time scale to generate histogram\n     * chart.x(d3.scaleTime().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n     * @param {d3.scale} [xScale]\n     * @returns {d3.scale|CoordinateGridMixin}\n     */\n    x (xScale) {\n        if (!arguments.length) {\n            return this._x;\n        }\n        this._x = xScale;\n        this._xOriginalDomain = this._x.domain();\n        this.rescale();\n        return this;\n    }\n\n    xOriginalDomain () {\n        return this._xOriginalDomain;\n    }\n\n    /**\n     * Set or get the xUnits function. The coordinate grid chart uses the xUnits function to calculate\n     * the number of data projections on the x axis such as the number of bars for a bar chart or the\n     * number of dots for a line chart.\n     *\n     * This function is expected to return a Javascript array of all data points on the x axis, or\n     * the number of points on the axis. d3 time range functions [d3.timeDays, d3.timeMonths, and\n     * d3.timeYears](https://github.com/d3/d3-time/blob/master/README.md#intervals) are all valid\n     * xUnits functions.\n     *\n     * dc.js also provides a few units function, see the {@link units Units Namespace} for\n     * a list of built-in units functions.\n     *\n     * Note that as of dc.js 3.0, `units.ordinal` is not a real function, because it is not\n     * possible to define this function compliant with the d3 range functions. It was already a\n     * magic value which caused charts to behave differently, and now it is completely so.\n     * @example\n     * // set x units to count days\n     * chart.xUnits(d3.timeDays);\n     * // set x units to count months\n     * chart.xUnits(d3.timeMonths);\n     *\n     * // A custom xUnits function can be used as long as it follows the following interface:\n     * // units in integer\n     * function(start, end) {\n     *      // simply calculates how many integers in the domain\n     *      return Math.abs(end - start);\n     * }\n     *\n     * // fixed units\n     * function(start, end) {\n     *      // be aware using fixed units will disable the focus/zoom ability on the chart\n     *      return 1000;\n     * }\n     * @param {Function} [xUnits=units.integers]\n     * @returns {Function|CoordinateGridMixin}\n     */\n    xUnits (xUnits) {\n        if (!arguments.length) {\n            return this._xUnits;\n        }\n        this._xUnits = xUnits;\n        return this;\n    }\n\n    /**\n     * Set or get the x axis used by a particular coordinate grid chart instance. This function is most\n     * useful when x axis customization is required. The x axis in dc.js is an instance of a\n     * {@link https://github.com/d3/d3-axis/blob/master/README.md#axisBottom d3 bottom axis object};\n     * therefore it supports any valid d3 axisBottom manipulation.\n     *\n     * **Caution**: The x axis is usually generated internally by dc; resetting it may cause\n     * unexpected results. Note also that when used as a getter, this function is not chainable:\n     * it returns the axis, not the chart,\n     * {@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\n         * so attempting to call chart functions after calling `.xAxis()` will fail}.\n     * @see {@link https://github.com/d3/d3-axis/blob/master/README.md#axisBottom d3.axisBottom}\n     * @example\n     * // customize x axis tick format\n     * chart.xAxis().tickFormat(function(v) {return v + '%';});\n     * // customize x axis tick values\n     * chart.xAxis().tickValues([0, 100, 200, 300]);\n     * @param {d3.axis} [xAxis=d3.axisBottom()]\n     * @returns {d3.axis|CoordinateGridMixin}\n     */\n    xAxis (xAxis) {\n        if (!arguments.length) {\n            if (!this._xAxis) {\n                this._xAxis = this._createXAxis();\n            }\n            return this._xAxis;\n        }\n        this._xAxis = xAxis;\n        return this;\n    }\n\n    /**\n     * Turn on/off elastic x axis behavior. If x axis elasticity is turned on, then the grid chart will\n     * attempt to recalculate the x axis range whenever a redraw event is triggered.\n     * @param {Boolean} [elasticX=false]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    elasticX (elasticX) {\n        if (!arguments.length) {\n            return this._xElasticity;\n        }\n        this._xElasticity = elasticX;\n        return this;\n    }\n\n    /**\n     * Set or get x axis padding for the elastic x axis. The padding will be added to both end of the x\n     * axis if elasticX is turned on; otherwise it is ignored.\n     *\n     * Padding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\n     * number or date x axes.  When padding a date axis, an integer represents number of units being padded\n     * and a percentage string will be treated the same as an integer. The unit will be determined by the\n     * xAxisPaddingUnit variable.\n     * @param {Number|String} [padding=0]\n     * @returns {Number|String|CoordinateGridMixin}\n     */\n    xAxisPadding (padding) {\n        if (!arguments.length) {\n            return this._xAxisPadding;\n        }\n        this._xAxisPadding = padding;\n        return this;\n    }\n\n    /**\n     * Set or get x axis padding unit for the elastic x axis. The padding unit will determine which unit to\n     * use when applying xAxis padding if elasticX is turned on and if x-axis uses a time dimension;\n     * otherwise it is ignored.\n     *\n     * The padding unit should be a\n     * [d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#self._interval).\n     * For backward compatibility with dc.js 2.0, it can also be the name of a d3 time interval\n     * ('day', 'hour', etc). Available arguments are the\n     * [d3 time intervals](https://github.com/d3/d3-time/blob/master/README.md#intervals d3.timeInterval).\n     * @param {String} [unit=d3.timeDay]\n     * @returns {String|CoordinateGridMixin}\n     */\n    xAxisPaddingUnit (unit) {\n        if (!arguments.length) {\n            return this._xAxisPaddingUnit;\n        }\n        this._xAxisPaddingUnit = unit;\n        return this;\n    }\n\n    /**\n     * Returns the number of units displayed on the x axis. If the x axis is ordinal (`xUnits` is\n     * `units.ordinal`), this is the number of items in the domain of the x scale. Otherwise, the\n     * x unit count is calculated using the {@link CoordinateGridMixin#xUnits xUnits} function.\n     * @returns {Number}\n     */\n    xUnitCount () {\n        if (this._unitCount === undefined) {\n            if (this.isOrdinal()) {\n                // In this case it number of items in domain\n                this._unitCount = this.x().domain().length;\n            } else {\n                this._unitCount = this.xUnits()(this.x().domain()[0], this.x().domain()[1]);\n\n                // Sometimes xUnits() may return an array while sometimes directly the count\n                if (this._unitCount instanceof Array) {\n                    this._unitCount = this._unitCount.length;\n                }\n            }\n        }\n\n        return this._unitCount;\n    }\n\n    /**\n     * Gets or sets whether the chart should be drawn with a right axis instead of a left axis. When\n     * used with a chart in a composite chart, allows both left and right Y axes to be shown on a\n     * chart.\n     * @param {Boolean} [useRightYAxis=false]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    useRightYAxis (useRightYAxis) {\n        if (!arguments.length) {\n            return this._useRightYAxis;\n        }\n\n        // We need to warn if value is changing after self._yAxis was created\n        if (this._useRightYAxis !== useRightYAxis && this._yAxis) {\n            logger.warn('Value of useRightYAxis has been altered, after yAxis was created. ' +\n                'You might get unexpected yAxis behavior. ' +\n                'Make calls to useRightYAxis sooner in your chart creation process.');\n        }\n\n        this._useRightYAxis = useRightYAxis;\n        return this;\n    }\n\n    /**\n     * Gets or sets whether the chart should be drawn with a top axis instead of a bottom axis. When\n     * used with a chart in a composite chart, allows both top and bottom X axes to be shown on a\n     * chart.\n     * @param {Boolean} [useTopXAxis=false]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    useTopXAxis (useTopXAxis) {\n        if (!arguments.length) {\n            return this._useTopXAxis;\n        }\n\n        // We need to warn if value is changing after self._yAxis was created\n        if (this._useTopXAxis !== useTopXAxis && this._xAxis) {\n            logger.warn('Value of useTopXAxis has been altered, after xAxis was created. ' +\n                'You might get unexpected yAxis behavior. ' +\n                'Make calls to useTopXAxis sooner in your chart creation process.');\n        }\n\n        this._useTopXAxis = useTopXAxis;\n        return this;\n    }\n\n    /**\n     * Returns true if the chart is using ordinal xUnits ({@link units.ordinal units.ordinal}, or false\n     * otherwise. Most charts behave differently with ordinal data and use the result of this method to\n     * trigger the appropriate logic.\n     * @returns {Boolean}\n     */\n    isOrdinal () {\n        return this.xUnits() === units.ordinal;\n    }\n\n    _useOuterPadding () {\n        return true;\n    }\n\n    _ordinalXDomain () {\n        const groups = this._computeOrderedGroups(this.data());\n        return groups.map(this.keyAccessor());\n    }\n\n    _createXAxis () {\n        return this._useTopXAxis ? axisTop() : axisBottom();\n    }\n\n    // eslint-disable-next-line complexity\n    _prepareXAxis (g, render) {\n        if (!this.isOrdinal()) {\n            if (this.elasticX()) {\n                this._x.domain([this.xAxisMin(), this.xAxisMax()]);\n            }\n        } else { // self._chart.isOrdinal()\n            // D3v4 - Ordinal charts would need scaleBand\n            // bandwidth is a method in scaleBand\n            // (https://github.com/d3/d3-scale/blob/master/README.md#scaleBand)\n            if (!this._x.bandwidth) {\n                // If self._x is not a scaleBand create a new scale and\n                // copy the original domain to the new scale\n                logger.warn('For compatibility with d3v4+, dc.js d3.0 ordinal bar/line/bubble charts need ' +\n                    'd3.scaleBand() for the x scale, instead of d3.scaleOrdinal(). ' +\n                    'Replacing .x() with a d3.scaleBand with the same domain - ' +\n                    'make the same change in your code to avoid this warning!');\n                this._x = scaleBand().domain(this._x.domain());\n            }\n\n            if (this.elasticX() || this._x.domain().length === 0) {\n                this._x.domain(this._ordinalXDomain());\n            }\n        }\n\n        // has the domain changed?\n        const xdom = this._x.domain();\n        if (render || !utils.arraysEqual(this._lastXDomain, xdom)) {\n            this.rescale();\n        }\n        this._lastXDomain = xdom;\n\n        // please can't we always use rangeBands for bar charts?\n        if (this.isOrdinal()) {\n            this._x.range([0, this.xAxisLength()])\n                .paddingInner(this._fRangeBandPadding)\n                .paddingOuter(this._useOuterPadding() ? this._fOuterRangeBandPadding : 0);\n        } else {\n            this._x.range([0, this.xAxisLength()]);\n        }\n\n        if (!this._xAxis) {\n            this._xAxis = this._createXAxis()\n        }\n\n        this._xAxis = this._xAxis.scale(this.x());\n\n        this._renderVerticalGridLines(g);\n    }\n\n    renderXAxis (g) {\n        let axisXG = g.select('g.x');\n\n        if (axisXG.empty()) {\n            axisXG = g.append('g')\n                .attr('class', 'axis x')\n                .attr('transform', `translate(${this.margins().left},${this._xAxisY()})`);\n        }\n\n        let axisXLab = g.select(`text.${X_AXIS_LABEL_CLASS}`);\n        const axisXLabY = this._useTopXAxis ? this._xAxisLabelPadding : (this.height() - this._xAxisLabelPadding);\n        if (axisXLab.empty() && this.xAxisLabel()) {\n            axisXLab = g.append('text')\n                .attr('class', X_AXIS_LABEL_CLASS)\n                .attr('transform', `translate(${this.margins().left + this.xAxisLength() / 2},${axisXLabY})`)\n                .attr('text-anchor', 'middle');\n        }\n        if (this.xAxisLabel() && axisXLab.text() !== this.xAxisLabel()) {\n            axisXLab.text(this.xAxisLabel());\n        }\n\n        transition(axisXG, this.transitionDuration(), this.transitionDelay())\n            .attr('transform', `translate(${this.margins().left},${this._xAxisY()})`)\n            .call(this._xAxis);\n        transition(axisXLab, this.transitionDuration(), this.transitionDelay())\n            .attr('transform', `translate(${this.margins().left + this.xAxisLength() / 2},${axisXLabY})`);\n    }\n\n    _renderVerticalGridLines (g) {\n        let gridLineG = g.select(`g.${VERTICAL_CLASS}`);\n\n        if (this._renderVerticalGridLine) {\n            if (gridLineG.empty()) {\n                gridLineG = g.insert('g', ':first-child')\n                    .attr('class', `${GRID_LINE_CLASS} ${VERTICAL_CLASS}`)\n                    .attr('transform', `translate(${this.margins().left},${this.margins().top})`);\n            }\n\n            const ticks = this._xAxis.tickValues() ? this._xAxis.tickValues() :\n                (typeof this._x.ticks === 'function' ? this._x.ticks.apply(this._x, this._xAxis.tickArguments()) : this._x.domain());\n\n            const lines = gridLineG.selectAll('line')\n                .data(ticks);\n\n            // enter\n            const linesGEnter = lines.enter()\n                .append('line')\n                .attr('x1', d => this._x(d))\n                .attr('y1', this._xAxisY() - this.margins().top)\n                .attr('x2', d => this._x(d))\n                .attr('y2', 0)\n                .attr('opacity', 0);\n            transition(linesGEnter, this.transitionDuration(), this.transitionDelay())\n                .attr('opacity', 0.5);\n\n            // update\n            transition(lines, this.transitionDuration(), this.transitionDelay())\n                .attr('x1', d => this._x(d))\n                .attr('y1', this._xAxisY() - this.margins().top)\n                .attr('x2', d => this._x(d))\n                .attr('y2', 0);\n\n            // exit\n            lines.exit().remove();\n        } else {\n            gridLineG.selectAll('line').remove();\n        }\n    }\n\n    _xAxisY () {\n        return this._useTopXAxis ? this.margins().top : this.height() - this.margins().bottom;\n    }\n\n    xAxisLength () {\n        return this.effectiveWidth();\n    }\n\n    /**\n     * Set or get the x axis label. If setting the label, you may optionally include additional padding to\n     * the margin to make room for the label. By default the padded is set to 12 to accomodate the text height.\n     * @param {String} [labelText]\n     * @param {Number} [padding=12]\n     * @returns {String}\n     */\n    xAxisLabel (labelText, padding) {\n        if (!arguments.length) {\n            return this._xAxisLabel;\n        }\n        this._xAxisLabel = labelText;\n        this.margins().bottom -= this._xAxisLabelPadding;\n        this._xAxisLabelPadding = (padding === undefined) ? DEFAULT_AXIS_LABEL_PADDING : padding;\n        this.margins().bottom += this._xAxisLabelPadding;\n        return this;\n    }\n\n    _createYAxis () {\n        return this._useRightYAxis ? axisRight() : axisLeft();\n    }\n\n    _prepareYAxis (g) {\n        if (this._y === undefined || this.elasticY()) {\n            if (this._y === undefined) {\n                this._y = scaleLinear();\n            }\n            const _min = this.yAxisMin() || 0;\n            const _max = this.yAxisMax() || 0;\n            this._y.domain([_min, _max]).rangeRound([this.yAxisHeight(), 0]);\n        }\n\n        this._y.range([this.yAxisHeight(), 0]);\n\n        if (!this._yAxis) {\n            this._yAxis = this._createYAxis();\n        }\n\n        this._yAxis.scale(this._y);\n\n        this._renderHorizontalGridLinesForAxis(g, this._y, this._yAxis);\n    }\n\n    renderYAxisLabel (axisClass, text, rotation, labelXPosition) {\n        labelXPosition = labelXPosition || this._yAxisLabelPadding;\n\n        let axisYLab = this.g().select(`text.${Y_AXIS_LABEL_CLASS}.${axisClass}-label`);\n        const labelYPosition = (this.margins().top + this.yAxisHeight() / 2);\n        if (axisYLab.empty() && text) {\n            axisYLab = this.g().append('text')\n                .attr('transform', `translate(${labelXPosition},${labelYPosition}),rotate(${rotation})`)\n                .attr('class', `${Y_AXIS_LABEL_CLASS} ${axisClass}-label`)\n                .attr('text-anchor', 'middle')\n                .text(text);\n        }\n        if (text && axisYLab.text() !== text) {\n            axisYLab.text(text);\n        }\n        transition(axisYLab, this.transitionDuration(), this.transitionDelay())\n            .attr('transform', `translate(${labelXPosition},${labelYPosition}),rotate(${rotation})`);\n    }\n\n    renderYAxisAt (axisClass, axis, position) {\n        let axisYG = this.g().select(`g.${axisClass}`);\n        if (axisYG.empty()) {\n            axisYG = this.g().append('g')\n                .attr('class', `axis ${axisClass}`)\n                .attr('transform', `translate(${position},${this.margins().top})`);\n        }\n\n        transition(axisYG, this.transitionDuration(), this.transitionDelay())\n            .attr('transform', `translate(${position},${this.margins().top})`)\n            .call(axis);\n    }\n\n    renderYAxis () {\n        const axisPosition = this._useRightYAxis ? (this.width() - this.margins().right) : this._yAxisX();\n        this.renderYAxisAt('y', this._yAxis, axisPosition);\n        const labelPosition = this._useRightYAxis ? (this.width() - this._yAxisLabelPadding) : this._yAxisLabelPadding;\n        const rotation = this._useRightYAxis ? 90 : -90;\n        this.renderYAxisLabel('y', this.yAxisLabel(), rotation, labelPosition);\n    }\n\n    _renderHorizontalGridLinesForAxis (g, scale, axis) {\n        let gridLineG = g.select(`g.${HORIZONTAL_CLASS}`);\n\n        if (this._renderHorizontalGridLine) {\n            // see https://github.com/d3/d3-axis/blob/master/src/axis.js#L48\n            const ticks = axis.tickValues() ? axis.tickValues() :\n                (scale.ticks ? scale.ticks.apply(scale, axis.tickArguments()) : scale.domain());\n\n            if (gridLineG.empty()) {\n                gridLineG = g.insert('g', ':first-child')\n                    .attr('class', `${GRID_LINE_CLASS} ${HORIZONTAL_CLASS}`)\n                    .attr('transform', `translate(${this.margins().left},${this.margins().top})`);\n            }\n\n            const lines = gridLineG.selectAll('line')\n                .data(ticks);\n\n            // enter\n            const linesGEnter = lines.enter()\n                .append('line')\n                .attr('x1', 1)\n                .attr('y1', d => scale(d))\n                .attr('x2', this.xAxisLength())\n                .attr('y2', d => scale(d))\n                .attr('opacity', 0);\n            transition(linesGEnter, this.transitionDuration(), this.transitionDelay())\n                .attr('opacity', 0.5);\n\n            // update\n            transition(lines, this.transitionDuration(), this.transitionDelay())\n                .attr('x1', 1)\n                .attr('y1', d => scale(d))\n                .attr('x2', this.xAxisLength())\n                .attr('y2', d => scale(d));\n\n            // exit\n            lines.exit().remove();\n        } else {\n            gridLineG.selectAll('line').remove();\n        }\n    }\n\n    _yAxisX () {\n        return this.useRightYAxis() ? this.width() - this.margins().right : this.margins().left;\n    }\n\n    /**\n     * Set or get the y axis label. If setting the label, you may optionally include additional padding\n     * to the margin to make room for the label. By default the padding is set to 12 to accommodate the\n     * text height.\n     * @param {String} [labelText]\n     * @param {Number} [padding=12]\n     * @returns {String|CoordinateGridMixin}\n     */\n    yAxisLabel (labelText, padding) {\n        if (!arguments.length) {\n            return this._yAxisLabel;\n        }\n        this._yAxisLabel = labelText;\n        this.margins().left -= this._yAxisLabelPadding;\n        this._yAxisLabelPadding = (padding === undefined) ? DEFAULT_AXIS_LABEL_PADDING : padding;\n        this.margins().left += this._yAxisLabelPadding;\n        return this;\n    }\n\n    /**\n     * Get or set the y scale. The y scale is typically automatically determined by the chart implementation.\n     * @see {@link https://github.com/d3/d3-scale/blob/master/README.md d3.scale}\n     * @param {d3.scale} [yScale]\n     * @returns {d3.scale|CoordinateGridMixin}\n     */\n    y (yScale) {\n        if (!arguments.length) {\n            return this._y;\n        }\n        this._y = yScale;\n        this.rescale();\n        return this;\n    }\n\n    /**\n     * Set or get the y axis used by the coordinate grid chart instance. This function is most useful\n     * when y axis customization is required. Depending on `useRightYAxis` the y axis in dc.js is an instance of\n     * either [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisLeft) or\n     * [d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight); therefore it supports any\n     * valid d3 axis manipulation.\n     *\n     * **Caution**: The y axis is usually generated internally by dc; resetting it may cause\n     * unexpected results.  Note also that when used as a getter, this function is not chainable: it\n     * returns the axis, not the chart,\n     * {@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\n         * so attempting to call chart functions after calling `.yAxis()` will fail}.\n     * In addition, depending on whether you are going to use the axis on left or right\n     * you need to appropriately pass [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisLeft)\n     * or [d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight)\n     * @see {@link https://github.com/d3/d3-axis/blob/master/README.md d3.axis}\n     * @example\n     * // customize y axis tick format\n     * chart.yAxis().tickFormat(function(v) {return v + '%';});\n     * // customize y axis tick values\n     * chart.yAxis().tickValues([0, 100, 200, 300]);\n     * @param {d3.axisLeft|d3.axisRight} [yAxis]\n     * @returns {d3.axisLeft|d3.axisRight|CoordinateGridMixin}\n     */\n    yAxis (yAxis) {\n        if (!arguments.length) {\n            if (!this._yAxis) {\n                this._yAxis = this._createYAxis();\n            }\n            return this._yAxis;\n        }\n        this._yAxis = yAxis;\n        return this;\n    }\n\n    /**\n     * Turn on/off elastic y axis behavior. If y axis elasticity is turned on, then the grid chart will\n     * attempt to recalculate the y axis range whenever a redraw event is triggered.\n     * @param {Boolean} [elasticY=false]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    elasticY (elasticY) {\n        if (!arguments.length) {\n            return this._yElasticity;\n        }\n        this._yElasticity = elasticY;\n        return this;\n    }\n\n    /**\n     * Turn on/off horizontal grid lines.\n     * @param {Boolean} [renderHorizontalGridLines=false]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    renderHorizontalGridLines (renderHorizontalGridLines) {\n        if (!arguments.length) {\n            return this._renderHorizontalGridLine;\n        }\n        this._renderHorizontalGridLine = renderHorizontalGridLines;\n        return this;\n    }\n\n    /**\n     * Turn on/off vertical grid lines.\n     * @param {Boolean} [renderVerticalGridLines=false]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    renderVerticalGridLines (renderVerticalGridLines) {\n        if (!arguments.length) {\n            return this._renderVerticalGridLine;\n        }\n        this._renderVerticalGridLine = renderVerticalGridLines;\n        return this;\n    }\n\n    /**\n     * Calculates the minimum x value to display in the chart. Includes xAxisPadding if set.\n     * @returns {*}\n     */\n    xAxisMin () {\n        const m = min(this.data(), e => this.keyAccessor()(e));\n        return utils.subtract(m, this._xAxisPadding, this._xAxisPaddingUnit);\n    }\n\n    /**\n     * Calculates the maximum x value to display in the chart. Includes xAxisPadding if set.\n     * @returns {*}\n     */\n    xAxisMax () {\n        const m = max(this.data(), e => this.keyAccessor()(e));\n        return utils.add(m, this._xAxisPadding, this._xAxisPaddingUnit);\n    }\n\n    /**\n     * Calculates the minimum y value to display in the chart. Includes yAxisPadding if set.\n     * @returns {*}\n     */\n    yAxisMin () {\n        const m = min(this.data(), e => this.valueAccessor()(e));\n        return utils.subtract(m, this._yAxisPadding);\n    }\n\n    /**\n     * Calculates the maximum y value to display in the chart. Includes yAxisPadding if set.\n     * @returns {*}\n     */\n    yAxisMax () {\n        const m = max(this.data(), e => this.valueAccessor()(e));\n        return utils.add(m, this._yAxisPadding);\n    }\n\n    /**\n     * Set or get y axis padding for the elastic y axis. The padding will be added to the top and\n     * bottom of the y axis if elasticY is turned on; otherwise it is ignored.\n     *\n     * Padding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to\n     * number or date axes. When padding a date axis, an integer represents number of days being padded\n     * and a percentage string will be treated the same as an integer.\n     * @param {Number|String} [padding=0]\n     * @returns {Number|CoordinateGridMixin}\n     */\n    yAxisPadding (padding) {\n        if (!arguments.length) {\n            return this._yAxisPadding;\n        }\n        this._yAxisPadding = padding;\n        return this;\n    }\n\n    yAxisHeight () {\n        return this.effectiveHeight();\n    }\n\n    /**\n     * Set or get the rounding function used to quantize the selection when brushing is enabled.\n     * @example\n     * // set x unit round to by month, this will make sure range selection brush will\n     * // select whole months\n     * chart.round(d3.timeMonth.round);\n     * @param {Function} [round]\n     * @returns {Function|CoordinateGridMixin}\n     */\n    round (round) {\n        if (!arguments.length) {\n            return this._round;\n        }\n        this._round = round;\n        return this;\n    }\n\n    _rangeBandPadding (_) {\n        if (!arguments.length) {\n            return this._fRangeBandPadding;\n        }\n        this._fRangeBandPadding = _;\n        return this;\n    }\n\n    _outerRangeBandPadding (_) {\n        if (!arguments.length) {\n            return this._fOuterRangeBandPadding;\n        }\n        this._fOuterRangeBandPadding = _;\n        return this;\n    }\n\n    filter (_) {\n        if (!arguments.length) {\n            return super.filter();\n        }\n\n        super.filter(_);\n\n        this.redrawBrush(_, false);\n\n        return this;\n    }\n\n    /**\n     * Get or set the brush. Brush must be an instance of d3 brushes\n     * https://github.com/d3/d3-brush/blob/master/README.md\n     * You will use this only if you are writing a new chart type that supports brushing.\n     *\n     * **Caution**: dc creates and manages brushes internally. Go through and understand the source code\n     * if you want to pass a new brush object. Even if you are only using the getter,\n     * the brush object may not behave the way you expect.\n     *\n     * @param {d3.brush} [_]\n     * @returns {d3.brush|CoordinateGridMixin}\n     */\n    brush (_) {\n        if (!arguments.length) {\n            return this._brush;\n        }\n        this._brush = _;\n        return this;\n    }\n\n    renderBrush (g, doTransition) {\n        if (this._brushOn) {\n            this._brush.on('start brush end', d3compat.eventHandler((d, evt) => this._brushing(evt)));\n\n            // To retrieve selection we need self._gBrush\n            this._gBrush = g.append('g')\n                .attr('class', 'brush')\n                .attr('transform', `translate(${this.margins().left},${this.margins().top})`);\n\n            this.setBrushExtents();\n\n            this.createBrushHandlePaths(this._gBrush, doTransition);\n\n            this.redrawBrush(this.filter(), doTransition);\n        }\n    }\n\n    createBrushHandlePaths (gBrush) {\n        let brushHandles = gBrush.selectAll(`path.${CUSTOM_BRUSH_HANDLE_CLASS}`).data([{type: 'w'}, {type: 'e'}]);\n\n        brushHandles = brushHandles\n            .enter()\n            .append('path')\n            .attr('class', CUSTOM_BRUSH_HANDLE_CLASS)\n            .merge(brushHandles);\n\n        brushHandles\n            .attr('d', d => this.resizeHandlePath(d));\n    }\n\n    extendBrush (brushSelection) {\n        if (brushSelection && this.round()) {\n            brushSelection[0] = this.round()(brushSelection[0]);\n            brushSelection[1] = this.round()(brushSelection[1]);\n        }\n        return brushSelection;\n    }\n\n    brushIsEmpty (brushSelection) {\n        return !brushSelection || brushSelection[1] <= brushSelection[0];\n    }\n\n    _brushing (evt) {\n        if (this._ignoreBrushEvents) {\n            return;\n        }\n\n        let brushSelection = evt.selection;\n        if (brushSelection) {\n            brushSelection = brushSelection.map(this.x().invert);\n        }\n\n        brushSelection = this.extendBrush(brushSelection);\n\n        this.redrawBrush(brushSelection, false);\n\n        const rangedFilter = this.brushIsEmpty(brushSelection) ? null : filters.RangedFilter(brushSelection[0], brushSelection[1]);\n\n        events.trigger(() => {\n            this.applyBrushSelection(rangedFilter);\n        }, constants.EVENT_DELAY);\n    }\n\n    // This can be overridden in a derived chart. For example Composite chart overrides it\n    applyBrushSelection (rangedFilter) {\n        this.replaceFilter(rangedFilter);\n        this.redrawGroup();\n    }\n\n    _withoutBrushEvents (closure) {\n        const oldValue = this._ignoreBrushEvents;\n        this._ignoreBrushEvents = true;\n\n        try {\n            closure();\n        } finally {\n            this._ignoreBrushEvents = oldValue;\n        }\n    }\n\n    setBrushExtents (doTransition) {\n        this._withoutBrushEvents(() => {\n            // Set boundaries of the brush, must set it before applying to self._gBrush\n            this._brush.extent([[0, 0], [this.effectiveWidth(), this.effectiveHeight()]]);\n        });\n\n        this._gBrush\n            .call(this._brush);\n    }\n\n    redrawBrush (brushSelection, doTransition) {\n        if (this._brushOn && this._gBrush) {\n            if (this._resizing) {\n                this.setBrushExtents(doTransition);\n            }\n\n            if (!brushSelection) {\n                this._withoutBrushEvents(() => {\n                    this._gBrush\n                        .call(this._brush.move, null);\n                })\n\n                this._gBrush.selectAll(`path.${CUSTOM_BRUSH_HANDLE_CLASS}`)\n                    .attr('display', 'none');\n            } else {\n                const scaledSelection = [this._x(brushSelection[0]), this._x(brushSelection[1])];\n\n                const gBrush =\n                    optionalTransition(doTransition, this.transitionDuration(), this.transitionDelay())(this._gBrush);\n\n                this._withoutBrushEvents(() => {\n                    gBrush\n                        .call(this._brush.move, scaledSelection);\n                });\n\n                gBrush.selectAll(`path.${CUSTOM_BRUSH_HANDLE_CLASS}`)\n                    .attr('display', null)\n                    .attr('transform', (d, i) => `translate(${this._x(brushSelection[i])}, 0)`)\n                    .attr('d', d => this.resizeHandlePath(d));\n            }\n        }\n        this.fadeDeselectedArea(brushSelection);\n    }\n\n    fadeDeselectedArea (brushSelection) {\n        // do nothing, sub-chart should override this function\n    }\n\n    // borrowed from Crossfilter example\n    resizeHandlePath (d) {\n        d = d.type;\n        const e = +(d === 'e'), x = e ? 1 : -1, y = this.effectiveHeight() / 3;\n        return `M${0.5 * x},${y \n        }A6,6 0 0 ${e} ${6.5 * x},${y + 6 \n        }V${2 * y - 6 \n        }A6,6 0 0 ${e} ${0.5 * x},${2 * y \n        }Z` +\n            `M${2.5 * x},${y + 8 \n            }V${2 * y - 8 \n            }M${4.5 * x},${y + 8 \n            }V${2 * y - 8}`;\n    }\n\n    _getClipPathId () {\n        return `${this.anchorName().replace(/[ .#=\\[\\]\"]/g, '-')}-clip`;\n    }\n\n    /**\n     * Get or set the padding in pixels for the clip path. Once set padding will be applied evenly to\n     * the top, left, right, and bottom when the clip path is generated. If set to zero, the clip area\n     * will be exactly the chart body area minus the margins.\n     * @param {Number} [padding=5]\n     * @returns {Number|CoordinateGridMixin}\n     */\n    clipPadding (padding) {\n        if (!arguments.length) {\n            return this._clipPadding;\n        }\n        this._clipPadding = padding;\n        return this;\n    }\n\n    _generateClipPath () {\n        const defs = utils.appendOrSelect(this._parent, 'defs');\n        // cannot select <clippath> elements; bug in WebKit, must select by id\n        // https://groups.google.com/forum/#!topic/d3-js/6EpAzQ2gU9I\n        const id = this._getClipPathId();\n        const chartBodyClip = utils.appendOrSelect(defs, `#${id}`, 'clipPath').attr('id', id);\n\n        const padding = this._clipPadding * 2;\n\n        utils.appendOrSelect(chartBodyClip, 'rect')\n            .attr('width', this.xAxisLength() + padding)\n            .attr('height', this.yAxisHeight() + padding)\n            .attr('transform', `translate(-${this._clipPadding}, -${this._clipPadding})`);\n    }\n\n    _preprocessData () {\n    }\n\n    _doRender () {\n        this.resetSvg();\n\n        this._preprocessData();\n\n        this._generateG();\n        this._generateClipPath();\n\n        this._drawChart(true);\n\n        this._configureMouseZoom();\n\n        return this;\n    }\n\n    _doRedraw () {\n        this._preprocessData();\n\n        this._drawChart(false);\n        this._generateClipPath();\n\n        return this;\n    }\n\n    _drawChart (render) {\n        if (this.isOrdinal()) {\n            this._brushOn = false;\n        }\n\n        this._prepareXAxis(this.g(), render);\n        this._prepareYAxis(this.g());\n\n        this.plotData();\n\n        if (this.elasticX() || this._resizing || render) {\n            this.renderXAxis(this.g());\n        }\n\n        if (this.elasticY() || this._resizing || render) {\n            this.renderYAxis(this.g());\n        }\n\n        if (render) {\n            this.renderBrush(this.g(), false);\n        } else {\n            // Animate the brush only while resizing\n            this.redrawBrush(this.filter(), this._resizing);\n        }\n        this.fadeDeselectedArea(this.filter());\n        this.resizing(false);\n    }\n\n    _configureMouseZoom () {\n        // Save a copy of original x scale\n        this._origX = this._x.copy();\n\n        if (this._mouseZoomable) {\n            this._enableMouseZoom();\n        } else if (this._hasBeenMouseZoomable) {\n            this._disableMouseZoom();\n        }\n    }\n\n    _enableMouseZoom () {\n        this._hasBeenMouseZoomable = true;\n\n        const extent = [[0, 0], [this.effectiveWidth(), this.effectiveHeight()]];\n\n        this._zoom\n            .scaleExtent(this._zoomScale)\n            .extent(extent)\n            .duration(this.transitionDuration());\n\n        if (this._zoomOutRestrict) {\n            // Ensure minimum zoomScale is at least 1\n            const zoomScaleMin = Math.max(this._zoomScale[0], 1);\n            this._zoom\n                .translateExtent(extent)\n                .scaleExtent([zoomScaleMin, this._zoomScale[1]]);\n        }\n\n        this.root().call(this._zoom);\n\n        // Tell D3 zoom our current zoom/pan status\n        this._updateD3zoomTransform();\n    }\n\n    _disableMouseZoom () {\n        this.root().call(this._nullZoom);\n    }\n\n    _zoomHandler (newDomain, noRaiseEvents) {\n        let domFilter;\n\n        if (this._hasRangeSelected(newDomain)) {\n            this.x().domain(newDomain);\n            domFilter = filters.RangedFilter(newDomain[0], newDomain[1]);\n        } else {\n            this.x().domain(this._xOriginalDomain);\n            domFilter = null;\n        }\n\n        this.replaceFilter(domFilter);\n        this.rescale();\n        this.redraw();\n\n        if (!noRaiseEvents) {\n            if (this._rangeChart && !utils.arraysEqual(this.filter(), this._rangeChart.filter())) {\n                events.trigger(() => {\n                    this._rangeChart.replaceFilter(domFilter);\n                    this._rangeChart.redraw();\n                });\n            }\n\n            this._invokeZoomedListener();\n            events.trigger(() => {\n                this.redrawGroup();\n            }, constants.EVENT_DELAY);\n        }\n    }\n\n    // event.transform.rescaleX(self._origX).domain() should give back newDomain\n    _domainToZoomTransform (newDomain, origDomain, xScale) {\n        const k = (origDomain[1] - origDomain[0]) / (newDomain[1] - newDomain[0]);\n        const xt = -1 * xScale(newDomain[0]);\n\n        return zoomIdentity.scale(k).translate(xt, 0);\n    }\n\n    // If we changing zoom status (for example by calling focus), tell D3 zoom about it\n    _updateD3zoomTransform () {\n        if (this._zoom) {\n            this._withoutZoomEvents(() => {\n                this._zoom.transform(this.root(), this._domainToZoomTransform(this.x().domain(), this._xOriginalDomain, this._origX));\n            });\n        }\n    }\n\n    _withoutZoomEvents (closure) {\n        const oldValue = this._ignoreZoomEvents;\n        this._ignoreZoomEvents = true;\n\n        try {\n            closure();\n        } finally {\n            this._ignoreZoomEvents = oldValue;\n        }\n    }\n\n    _onZoom (evt) {\n        // ignore zoom events if it was caused by a programmatic change\n        if (this._ignoreZoomEvents) {\n            return;\n        }\n\n        const newDomain = evt.transform.rescaleX(this._origX).domain();\n        this.focus(newDomain, false);\n    }\n\n    _checkExtents (ext, outerLimits) {\n        if (!ext || ext.length !== 2 || !outerLimits || outerLimits.length !== 2) {\n            return ext;\n        }\n\n        if (ext[0] > outerLimits[1] || ext[1] < outerLimits[0]) {\n            console.warn('Could not intersect extents, will reset');\n        }\n        // Math.max does not work (as the values may be dates as well)\n        return [ext[0] > outerLimits[0] ? ext[0] : outerLimits[0], ext[1] < outerLimits[1] ? ext[1] : outerLimits[1]];\n    }\n\n    /**\n     * Zoom this chart to focus on the given range. The given range should be an array containing only\n     * 2 elements (`[start, end]`) defining a range in the x domain. If the range is not given or set\n     * to null, then the zoom will be reset. _For focus to work elasticX has to be turned off;\n     * otherwise focus will be ignored.\n     *\n     * To avoid ping-pong volley of events between a pair of range and focus charts please set\n     * `noRaiseEvents` to `true`. In that case it will update this chart but will not fire `zoom` event\n     * and not try to update back the associated range chart.\n     * If you are calling it manually - typically you will leave it to `false` (the default).\n     *\n     * @example\n     * chart.on('renderlet', function(chart) {\n     *     // smooth the rendering through event throttling\n     *     events.trigger(function(){\n     *          // focus some other chart to the range selected by user on this chart\n     *          someOtherChart.focus(chart.filter());\n     *     });\n     * })\n     * @param {Array<Number>} [range]\n     * @param {Boolean} [noRaiseEvents = false]\n     * @return {undefined}\n     */\n    focus (range, noRaiseEvents) {\n        if (this._zoomOutRestrict) {\n            // ensure range is within self._xOriginalDomain\n            range = this._checkExtents(range, this._xOriginalDomain);\n\n            // If it has an associated range chart ensure range is within domain of that rangeChart\n            if (this._rangeChart) {\n                range = this._checkExtents(range, this._rangeChart.x().domain());\n            }\n        }\n\n        this._zoomHandler(range, noRaiseEvents);\n        this._updateD3zoomTransform();\n    }\n\n    refocused () {\n        return !utils.arraysEqual(this.x().domain(), this._xOriginalDomain);\n    }\n\n    focusChart (c) {\n        if (!arguments.length) {\n            return this._focusChart;\n        }\n        this._focusChart = c;\n        this.on('filtered.dcjs-range-chart', chart => {\n            if (!chart.filter()) {\n                events.trigger(() => {\n                    this._focusChart.x().domain(this._focusChart.xOriginalDomain(), true);\n                });\n            } else if (!utils.arraysEqual(chart.filter(), this._focusChart.filter())) {\n                events.trigger(() => {\n                    this._focusChart.focus(chart.filter(), true);\n                });\n            }\n        });\n        return this;\n    }\n\n    /**\n     * Turn on/off the brush-based range filter. When brushing is on then user can drag the mouse\n     * across a chart with a quantitative scale to perform range filtering based on the extent of the\n     * brush, or click on the bars of an ordinal bar chart or slices of a pie chart to filter and\n     * un-filter them. However turning on the brush filter will disable other interactive elements on\n     * the chart such as highlighting, tool tips, and reference lines. Zooming will still be possible\n     * if enabled, but only via scrolling (panning will be disabled.)\n     * @param {Boolean} [brushOn=true]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    brushOn (brushOn) {\n        if (!arguments.length) {\n            return this._brushOn;\n        }\n        this._brushOn = brushOn;\n        return this;\n    }\n\n    /**\n     * This will be internally used by composite chart onto children. Please go not invoke directly.\n     *\n     * @protected\n     * @param {Boolean} [brushOn=false]\n     * @returns {Boolean|CoordinateGridMixin}\n     */\n    parentBrushOn (brushOn) {\n        if (!arguments.length) {\n            return this._parentBrushOn;\n        }\n        this._parentBrushOn = brushOn;\n        return this;\n    }\n\n    // Get the SVG rendered brush\n    gBrush () {\n        return this._gBrush;\n    }\n\n    _hasRangeSelected (range) {\n        return range instanceof Array && range.length > 1;\n    }\n}\n"
  },
  {
    "path": "src/base/d3.box.js",
    "content": "// https://github.com/d3/d3-plugins/blob/master/box/box.js\n// * Original source March 22, 2013\n// * Enhancements integrated on May 13, 2018 for dc.js library only\n\n// https://github.com/d3/d3-plugins/blob/master/LICENSE\n// Copyright (c) 2012-2015, Michael Bostock\n// All rights reserved.\n\n// Redistribution and use in source and binary forms, with or without\n// modification, are permitted provided that the following conditions are met:\n//\n// * Redistributions of source code must retain the above copyright notice, this\n//   list of conditions and the following disclaimer.\n//\n// * Redistributions in binary form must reproduce the above copyright notice,\n//   this list of conditions and the following disclaimer in the documentation\n//   and/or other materials provided with the distribution.\n//\n// * The name Michael Bostock may not be used to endorse or promote products\n//   derived from this software without specific prior written permission.\n//\n// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n// DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,\n// INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\n// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY\n// OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,\n// EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n/*eslint complexity: 0*/\n\n// Inspired by http://informationandvisualization.de/blog/box-plot\n\nimport {ascending, quantile, range} from 'd3-array';\nimport {select} from 'd3-selection';\nimport {scaleLinear} from 'd3-scale';\nimport {timerFlush} from 'd3-timer';\n\nimport {utils} from '../core/utils';\n\nexport const d3Box = function () {\n    let width = 1;\n    let height = 1;\n    let duration = 0;\n    const delay = 0;\n    let domain = null;\n    let value = Number;\n    let whiskers = boxWhiskers;\n    let quartiles = boxQuartiles;\n    let tickFormat = null;\n\n    // Enhanced attributes\n    let renderDataPoints = false;\n    const dataRadius = 3;\n    let dataOpacity = 0.3;\n    let dataWidthPortion = 0.8;\n    let renderTitle = false;\n    let showOutliers = true;\n    let boldOutlier = false;\n\n\n    // For each small multiple…\n    function box (g) {\n        g.each(function (data, index) {\n            data = data.map(value).sort(ascending);\n            const _g = select(this);\n            const n = data.length;\n            let min;\n            let max;\n\n            // Leave if there are no items.\n            if (n === 0) {return;}\n\n            // Compute quartiles. Must return exactly 3 elements.\n            const quartileData = data.quartiles = quartiles(data);\n\n            // Compute whiskers. Must return exactly 2 elements, or null.\n            const whiskerIndices = whiskers && whiskers.call(this, data, index),\n                whiskerData = whiskerIndices && whiskerIndices.map(_i => data[_i]);\n\n            // Compute outliers. If no whiskers are specified, all data are 'outliers'.\n            // We compute the outliers as indices, so that we can join across transitions!\n            const outlierIndices = whiskerIndices ?\n                range(0, whiskerIndices[0]).concat(range(whiskerIndices[1] + 1, n)) : range(n);\n\n            // Determine the maximum value based on if outliers are shown\n            if (showOutliers) {\n                min = data[0];\n                max = data[n - 1];\n            } else {\n                min = data[whiskerIndices[0]];\n                max = data[whiskerIndices[1]];\n            }\n            const pointIndices = range(whiskerIndices[0], whiskerIndices[1] + 1);\n\n            // Compute the new x-scale.\n            const x1 = scaleLinear()\n                .domain(domain && domain.call(this, data, index) || [min, max])\n                .range([height, 0]);\n\n            // Retrieve the old x-scale, if this is an update.\n            const x0 = this.__chart__ || scaleLinear()\n                .domain([0, Infinity])\n                .range(x1.range());\n\n            // Stash the new scale.\n            this.__chart__ = x1;\n\n            // Note: the box, median, and box tick elements are fixed in number,\n            // so we only have to handle enter and update. In contrast, the outliers\n            // and other elements are variable, so we need to exit them! Variable\n            // elements also fade in and out.\n\n            // Update center line: the vertical line spanning the whiskers.\n            const center = _g.selectAll('line.center')\n                .data(whiskerData ? [whiskerData] : []);\n\n            center.enter().insert('line', 'rect')\n                .attr('class', 'center')\n                .attr('x1', width / 2)\n                .attr('y1', d => x0(d[0]))\n                .attr('x2', width / 2)\n                .attr('y2', d => x0(d[1]))\n                .style('opacity', 1e-6)\n                .transition()\n                .duration(duration)\n                .delay(delay)\n                .style('opacity', 1)\n                .attr('y1', d => x1(d[0]))\n                .attr('y2', d => x1(d[1]));\n\n            center.transition()\n                .duration(duration)\n                .delay(delay)\n                .style('opacity', 1)\n                .attr('x1', width / 2)\n                .attr('x2', width / 2)\n                .attr('y1', d => x1(d[0]))\n                .attr('y2', d => x1(d[1]));\n\n            center.exit().transition()\n                .duration(duration)\n                .delay(delay)\n                .style('opacity', 1e-6)\n                .attr('y1', d => x1(d[0]))\n                .attr('y2', d => x1(d[1]))\n                .remove();\n\n            // Update innerquartile box.\n            const _box = _g.selectAll('rect.box')\n                .data([quartileData]);\n\n            _box.enter().append('rect')\n                .attr('class', 'box')\n                .attr('x', 0)\n                .attr('y', d => x0(d[2]))\n                .attr('width', width)\n                .attr('height', d => x0(d[0]) - x0(d[2]))\n                .style('fill-opacity', (renderDataPoints) ? 0.1 : 1)\n                .transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('y', d => x1(d[2]))\n                .attr('height', d => x1(d[0]) - x1(d[2]));\n\n            _box.transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('width', width)\n                .attr('y', d => x1(d[2]))\n                .attr('height', d => x1(d[0]) - x1(d[2]));\n\n            // Update median line.\n            const medianLine = _g.selectAll('line.median')\n                .data([quartileData[1]]);\n\n            medianLine.enter().append('line')\n                .attr('class', 'median')\n                .attr('x1', 0)\n                .attr('y1', x0)\n                .attr('x2', width)\n                .attr('y2', x0)\n                .transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('y1', x1)\n                .attr('y2', x1);\n\n            medianLine.transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('x1', 0)\n                .attr('x2', width)\n                .attr('y1', x1)\n                .attr('y2', x1);\n\n            // Update whiskers.\n            const whisker = _g.selectAll('line.whisker')\n                .data(whiskerData || []);\n\n            whisker.enter().insert('line', 'circle, text')\n                .attr('class', 'whisker')\n                .attr('x1', 0)\n                .attr('y1', x0)\n                .attr('x2', width)\n                .attr('y2', x0)\n                .style('opacity', 1e-6)\n                .transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('y1', x1)\n                .attr('y2', x1)\n                .style('opacity', 1);\n\n            whisker.transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('x1', 0)\n                .attr('x2', width)\n                .attr('y1', x1)\n                .attr('y2', x1)\n                .style('opacity', 1);\n\n            whisker.exit().transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('y1', x1)\n                .attr('y2', x1)\n                .style('opacity', 1e-6)\n                .remove();\n\n            // Update outliers.\n            if (showOutliers) {\n                const outlierClass = boldOutlier ? 'outlierBold' : 'outlier';\n                const outlierSize = boldOutlier ? 3 : 5;\n                const outlierX = boldOutlier ?\n                    function () {\n                        return Math.floor(Math.random() *\n                            (width * dataWidthPortion) +\n                            1 + ((width - (width * dataWidthPortion)) / 2));\n                    } :\n                    function () {\n                        return width / 2;\n                    };\n\n                const outlier = _g.selectAll(`circle.${outlierClass}`)\n                    .data(outlierIndices, Number);\n\n                outlier.enter().insert('circle', 'text')\n                    .attr('class', outlierClass)\n                    .attr('r', outlierSize)\n                    .attr('cx', outlierX)\n                    .attr('cy', i => x0(data[i]))\n                    .style('opacity', 1e-6)\n                    .transition()\n                    .duration(duration)\n                    .delay(delay)\n                    .attr('cy', i => x1(data[i]))\n                    .style('opacity', 0.6);\n\n                if (renderTitle) {\n                    outlier.selectAll('title').remove();\n                    outlier.append('title').text(i => data[i]);\n                }\n\n                outlier.transition()\n                    .duration(duration)\n                    .delay(delay)\n                    .attr('cx', outlierX)\n                    .attr('cy', i => x1(data[i]))\n                    .style('opacity', 0.6);\n\n                outlier.exit().transition()\n                    .duration(duration)\n                    .delay(delay)\n                    .attr('cy', 0) //function (i) { return x1(d[i]); })\n                    .style('opacity', 1e-6)\n                    .remove();\n            }\n\n            // Update Values\n            if (renderDataPoints) {\n                const point = _g.selectAll('circle.data')\n                    .data(pointIndices);\n\n                point.enter().insert('circle', 'text')\n                    .attr('class', 'data')\n                    .attr('r', dataRadius)\n                    .attr('cx', () => Math.floor(Math.random() *\n                            (width * dataWidthPortion) +\n                            1 + ((width - (width * dataWidthPortion)) / 2)))\n                    .attr('cy', i => x0(data[i]))\n                    .style('opacity', 1e-6)\n                    .transition()\n                    .duration(duration)\n                    .delay(delay)\n                    .attr('cy', i => x1(data[i]))\n                    .style('opacity', dataOpacity);\n\n                if (renderTitle) {\n                    point.selectAll('title').remove();\n                    point.append('title').text(i => data[i]);\n                }\n\n                point.transition()\n                    .duration(duration)\n                    .delay(delay)\n                    .attr('cx', () => Math.floor(Math.random() *\n                            (width * dataWidthPortion) +\n                            1 + ((width - (width * dataWidthPortion)) / 2)))\n                    .attr('cy', i => x1(data[i]))\n                    .style('opacity', dataOpacity);\n\n                point.exit().transition()\n                    .duration(duration)\n                    .delay(delay)\n                    .attr('cy', 0)\n                    .style('opacity', 1e-6)\n                    .remove();\n            }\n\n            // Compute the tick format.\n            const format = tickFormat || x1.tickFormat(8);\n\n            // Update box ticks.\n            const boxTick = _g.selectAll('text.box')\n                .data(quartileData);\n\n            boxTick.enter().append('text')\n                .attr('class', 'box')\n                .attr('dy', '.3em')\n                .attr('dx', (d, i) => i & 1 ? 6 : -6)\n                .attr('x', (d, i) => i & 1 ? width : 0)\n                .attr('y', x0)\n                .attr('text-anchor', (d, i) => i & 1 ? 'start' : 'end')\n                .text(format)\n                .transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('y', x1);\n\n            boxTick.transition()\n                .duration(duration)\n                .delay(delay)\n                .text(format)\n                .attr('x', (d, i) => i & 1 ? width : 0)\n                .attr('y', x1);\n\n            // Update whisker ticks. These are handled separately from the box\n            // ticks because they may or may not exist, and we want don't want\n            // to join box ticks pre-transition with whisker ticks post-.\n            const whiskerTick = _g.selectAll('text.whisker')\n                .data(whiskerData || []);\n\n            whiskerTick.enter().append('text')\n                .attr('class', 'whisker')\n                .attr('dy', '.3em')\n                .attr('dx', 6)\n                .attr('x', width)\n                .attr('y', x0)\n                .text(format)\n                .style('opacity', 1e-6)\n                .transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('y', x1)\n                .style('opacity', 1);\n\n            whiskerTick.transition()\n                .duration(duration)\n                .delay(delay)\n                .text(format)\n                .attr('x', width)\n                .attr('y', x1)\n                .style('opacity', 1);\n\n            whiskerTick.exit().transition()\n                .duration(duration)\n                .delay(delay)\n                .attr('y', x1)\n                .style('opacity', 1e-6)\n                .remove();\n\n            // Remove temporary quartiles element from within data array.\n            delete data.quartiles;\n        });\n        timerFlush();\n    }\n\n    box.width = function (x) {\n        if (!arguments.length) {\n            return width;\n        }\n        width = x;\n        return box;\n    };\n\n    box.height = function (x) {\n        if (!arguments.length) {\n            return height;\n        }\n        height = x;\n        return box;\n    };\n\n    box.tickFormat = function (x) {\n        if (!arguments.length) {\n            return tickFormat;\n        }\n        tickFormat = x;\n        return box;\n    };\n\n    box.showOutliers = function (x) {\n        if (!arguments.length) {\n            return showOutliers;\n        }\n        showOutliers = x;\n        return box;\n    };\n\n    box.boldOutlier = function (x) {\n        if (!arguments.length) {\n            return boldOutlier;\n        }\n        boldOutlier = x;\n        return box;\n    };\n\n    box.renderDataPoints = function (x) {\n        if (!arguments.length) {\n            return renderDataPoints;\n        }\n        renderDataPoints = x;\n        return box;\n    };\n\n    box.renderTitle = function (x) {\n        if (!arguments.length) {\n            return renderTitle;\n        }\n        renderTitle = x;\n        return box;\n    };\n\n    box.dataOpacity = function (x) {\n        if (!arguments.length) {\n            return dataOpacity;\n        }\n        dataOpacity = x;\n        return box;\n    };\n\n    box.dataWidthPortion = function (x) {\n        if (!arguments.length) {\n            return dataWidthPortion;\n        }\n        dataWidthPortion = x;\n        return box;\n    };\n\n    box.duration = function (x) {\n        if (!arguments.length) {\n            return duration;\n        }\n        duration = x;\n        return box;\n    };\n\n    box.domain = function (x) {\n        if (!arguments.length) {\n            return domain;\n        }\n        domain = x === null ? x : typeof x === 'function' ? x : utils.constant(x);\n        return box;\n    };\n\n    box.value = function (x) {\n        if (!arguments.length) {\n            return value;\n        }\n        value = x;\n        return box;\n    };\n\n    box.whiskers = function (x) {\n        if (!arguments.length) {\n            return whiskers;\n        }\n        whiskers = x;\n        return box;\n    };\n\n    box.quartiles = function (x) {\n        if (!arguments.length) {\n            return quartiles;\n        }\n        quartiles = x;\n        return box;\n    };\n\n    return box;\n};\n\nfunction boxWhiskers (d) {\n    return [0, d.length - 1];\n}\n\nfunction boxQuartiles (d) {\n    return [\n        quantile(d, 0.25),\n        quantile(d, 0.5),\n        quantile(d, 0.75)\n    ];\n}\n"
  },
  {
    "path": "src/base/margin-mixin.js",
    "content": "import {BaseMixin} from './base-mixin';\n\n/**\n * Margin is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid\n * Charts.\n * @mixin MarginMixin\n * @param {Object} Base\n * @returns {MarginMixin}\n */\nexport class MarginMixin extends BaseMixin {\n    constructor () {\n        super();\n\n        this._margin = {top: 10, right: 50, bottom: 30, left: 30};\n    }\n\n    /**\n     * Get or set the margins for a particular coordinate grid chart instance. The margins is stored as\n     * an associative Javascript array.\n     * @memberof MarginMixin\n     * @instance\n     * @example\n     * var leftMargin = chart.margins().left; // 30 by default\n     * chart.margins().left = 50;\n     * leftMargin = chart.margins().left; // now 50\n     * @param {{top: Number, right: Number, left: Number, bottom: Number}} [margins={top: 10, right: 50, bottom: 30, left: 30}]\n     * @returns {{top: Number, right: Number, left: Number, bottom: Number}|MarginMixin}\n     */\n    margins (margins) {\n        if (!arguments.length) {\n            return this._margin;\n        }\n        this._margin = margins;\n        return this;\n    }\n\n    /**\n     * Effective width of the chart excluding margins (in pixels).\n     *\n     * @returns {number}\n     */\n    effectiveWidth () {\n        return this.width() - this.margins().left - this.margins().right;\n    }\n\n    /**\n     * Effective height of the chart excluding margins (in pixels).\n     *\n     * @returns {number}\n     */\n    effectiveHeight () {\n        return this.height() - this.margins().top - this.margins().bottom;\n    }\n}\n"
  },
  {
    "path": "src/base/stack-mixin.js",
    "content": "import {stack} from 'd3-shape';\nimport {max, min} from 'd3-array';\n\nimport {pluck, utils} from '../core/utils';\nimport {CoordinateGridMixin} from './coordinate-grid-mixin';\n\n/**\n * Stack Mixin is an mixin that provides cross-chart support of stackability using d3.stack.\n * @mixin StackMixin\n * @mixes CoordinateGridMixin\n */\nexport class StackMixin extends CoordinateGridMixin {\n    constructor () {\n        super();\n\n        this._stackLayout = stack();\n\n        this._stack = [];\n        this._titles = {};\n\n        this._hidableStacks = false;\n        this._evadeDomainFilter = false;\n\n        this.data(() => {\n            const layers = this._stack.filter(this._visibility);\n            if (!layers.length) {\n                return [];\n            }\n            layers.forEach((l, i) => this._prepareValues(l, i));\n            const v4data = layers[0].values.map((v, i) => {\n                const col = {x: v.x};\n                layers.forEach(layer => {\n                    col[layer.name] = layer.values[i].y;\n                });\n                return col;\n            });\n            const keys = layers.map(layer => layer.name);\n            const v4result = this.stackLayout().keys(keys)(v4data);\n            v4result.forEach((series, i) => {\n                series.forEach((ys, j) => {\n                    layers[i].values[j].y0 = ys[0];\n                    layers[i].values[j].y1 = ys[1];\n                });\n            });\n            return layers;\n        });\n\n        this.colorAccessor(function (d) {\n            return this.layer || this.name || d.name || d.layer;\n        });\n    }\n\n    _prepareValues (layer, layerIdx) {\n        const valAccessor = layer.accessor || this.valueAccessor();\n        layer.name = String(layer.name || layerIdx);\n        const allValues = layer.group.all().map((d, i) => ({\n            x: this.keyAccessor()(d, i),\n            y: layer.hidden ? null : valAccessor(d, i),\n            data: d,\n            layer: layer.name,\n            hidden: layer.hidden\n        }));\n\n        layer.domainValues = allValues.filter(l => this._domainFilter()(l));\n        layer.values = this.evadeDomainFilter() ? allValues : layer.domainValues;\n    }\n\n    _domainFilter () {\n        if (!this.x()) {\n            return utils.constant(true);\n        }\n        const xDomain = this.x().domain();\n        if (this.isOrdinal()) {\n            // TODO #416\n            //var domainSet = d3.set(xDomain);\n            return () => true //domainSet.has(p.x);\n            ;\n        }\n        if (this.elasticX()) {\n            return () => true;\n        }\n        return p => p.x >= xDomain[0] && p.x <= xDomain[xDomain.length - 1];\n    }\n\n    /**\n     * Stack a new crossfilter group onto this chart with an optional custom value accessor. All stacks\n     * in the same chart will share the same key accessor and therefore the same set of keys.\n     *\n     * For example, in a stacked bar chart, the bars of each stack will be positioned using the same set\n     * of keys on the x axis, while stacked vertically. If name is specified then it will be used to\n     * generate the legend label.\n     * @see {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#group-map-reduce crossfilter.group}\n     * @example\n     * // stack group using default accessor\n     * chart.stack(valueSumGroup)\n     * // stack group using custom accessor\n     * .stack(avgByDayGroup, function(d){return d.value.avgByDay;});\n     * @param {crossfilter.group} group\n     * @param {String} [name]\n     * @param {Function} [accessor]\n     * @returns {Array<{group: crossfilter.group, name: String, accessor: Function}>|StackMixin}\n     */\n    stack (group, name, accessor) {\n        if (!arguments.length) {\n            return this._stack;\n        }\n\n        if (arguments.length <= 2) {\n            accessor = name;\n        }\n\n        const layer = {group: group};\n        if (typeof name === 'string') {\n            layer.name = name;\n        }\n        if (typeof accessor === 'function') {\n            layer.accessor = accessor;\n        }\n        this._stack.push(layer);\n\n        return this;\n    }\n\n    group (g, n, f) {\n        if (!arguments.length) {\n            return super.group();\n        }\n        this._stack = [];\n        this._titles = {};\n        this.stack(g, n);\n        if (f) {\n            this.valueAccessor(f);\n        }\n        return super.group(g, n);\n    }\n\n    /**\n     * Allow named stacks to be hidden or shown by clicking on legend items.\n     * This does not affect the behavior of hideStack or showStack.\n     * @param {Boolean} [hidableStacks=false]\n     * @returns {Boolean|StackMixin}\n     */\n    hidableStacks (hidableStacks) {\n        if (!arguments.length) {\n            return this._hidableStacks;\n        }\n        this._hidableStacks = hidableStacks;\n        return this;\n    }\n\n    _findLayerByName (n) {\n        const i = this._stack.map(pluck('name')).indexOf(n);\n        return this._stack[i];\n    }\n\n    /**\n     * Hide all stacks on the chart with the given name.\n     * The chart must be re-rendered for this change to appear.\n     * @param {String} stackName\n     * @returns {StackMixin}\n     */\n    hideStack (stackName) {\n        const layer = this._findLayerByName(stackName);\n        if (layer) {\n            layer.hidden = true;\n        }\n        return this;\n    }\n\n    /**\n     * Show all stacks on the chart with the given name.\n     * The chart must be re-rendered for this change to appear.\n     * @param {String} stackName\n     * @returns {StackMixin}\n     */\n    showStack (stackName) {\n        const layer = this._findLayerByName(stackName);\n        if (layer) {\n            layer.hidden = false;\n        }\n        return this;\n    }\n\n    getValueAccessorByIndex (index) {\n        return this._stack[index].accessor || this.valueAccessor();\n    }\n\n    yAxisMin () {\n        const m = min(this._flattenStack(), p => (p.y < 0) ? (p.y + p.y0) : p.y0);\n        return utils.subtract(m, this.yAxisPadding());\n    }\n\n    yAxisMax () {\n        const m = max(this._flattenStack(), p => (p.y > 0) ? (p.y + p.y0) : p.y0);\n        return utils.add(m, this.yAxisPadding());\n    }\n\n    _flattenStack () {\n        // A round about way to achieve flatMap\n        // When target browsers support flatMap, just replace map -> flatMap, no concat needed\n        const values = this.data().map(layer => layer.domainValues);\n        return [].concat(...values);\n    }\n\n    xAxisMin () {\n        const m = min(this._flattenStack(), pluck('x'));\n        return utils.subtract(m, this.xAxisPadding(), this.xAxisPaddingUnit());\n    }\n\n    xAxisMax () {\n        const m = max(this._flattenStack(), pluck('x'));\n        return utils.add(m, this.xAxisPadding(), this.xAxisPaddingUnit());\n    }\n\n    /**\n     * Set or get the title function. Chart class will use this function to render svg title (usually interpreted by\n     * browser as tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart.\n     * Almost every chart supports title function however in grid coordinate chart you need to turn off brush in order to\n     * use title otherwise the brush layer will block tooltip trigger.\n     *\n     * If the first argument is a stack name, the title function will get or set the title for that stack. If stackName\n     * is not provided, the first stack is implied.\n     * @example\n     * // set a title function on 'first stack'\n     * chart.title('first stack', function(d) { return d.key + ': ' + d.value; });\n     * // get a title function from 'second stack'\n     * var secondTitleFunction = chart.title('second stack');\n     * @param {String} [stackName]\n     * @param {Function} [titleAccessor]\n     * @returns {String|StackMixin}\n     */\n    title (stackName, titleAccessor) {\n        if (!stackName) {\n            return super.title();\n        }\n\n        if (typeof stackName === 'function') {\n            return super.title(stackName);\n        }\n        if (stackName === this._groupName && typeof titleAccessor === 'function') {\n            return super.title(titleAccessor);\n        }\n\n        if (typeof titleAccessor !== 'function') {\n            return this._titles[stackName] || super.title();\n        }\n\n        this._titles[stackName] = titleAccessor;\n\n        return this;\n    }\n\n    /**\n     * Gets or sets the stack layout algorithm, which computes a baseline for each stack and\n     * propagates it to the next.\n     * @see {@link https://github.com/d3/d3-3.x-api-reference/blob/master/Stack-Layout.md d3.stackD3v3}\n     * @param {Function} [_stack=d3.stackD3v3]\n     * @returns {Function|StackMixin}\n     */\n    stackLayout (_stack) {\n        if (!arguments.length) {\n            return this._stackLayout;\n        }\n        this._stackLayout = _stack;\n        return this;\n    }\n\n    /**\n     * Since dc.js 2.0, there has been {@link https://github.com/dc-js/dc.js/issues/949 an issue}\n     * where points are filtered to the current domain. While this is a useful optimization, it is\n     * incorrectly implemented: the next point outside the domain is required in order to draw lines\n     * that are clipped to the bounds, as well as bars that are partly clipped.\n     *\n     * A fix will be included in dc.js 2.1.x, but a workaround is needed for dc.js 2.0 and until\n     * that fix is published, so set this flag to skip any filtering of points.\n     *\n     * Once the bug is fixed, this flag will have no effect, and it will be deprecated.\n     * @param {Boolean} [evadeDomainFilter=false]\n     * @returns {Boolean|StackMixin}\n     */\n    evadeDomainFilter (evadeDomainFilter) {\n        if (!arguments.length) {\n            return this._evadeDomainFilter;\n        }\n        this._evadeDomainFilter = evadeDomainFilter;\n        return this;\n    }\n\n    _visibility (l) {\n        return !l.hidden;\n    }\n\n    _ordinalXDomain () {\n        const flat = this._flattenStack().map(pluck('data'));\n        const ordered = this._computeOrderedGroups(flat);\n        return ordered.map(this.keyAccessor());\n    }\n\n    legendables () {\n        return this._stack.map((layer, i) => ({\n            chart: this,\n            name: layer.name,\n            hidden: layer.hidden || false,\n            color: this.getColor.call(layer, layer.values, i)\n        }));\n    }\n\n    isLegendableHidden (d) {\n        const layer = this._findLayerByName(d.name);\n        return layer ? layer.hidden : false;\n    }\n\n    legendToggle (d) {\n        if (this._hidableStacks) {\n            if (this.isLegendableHidden(d)) {\n                this.showStack(d.name);\n            } else {\n                this.hideStack(d.name);\n            }\n            //_chart.redraw();\n            this.renderGroup();\n        }\n    }\n}\n"
  },
  {
    "path": "src/charts/bar-chart.js",
    "content": "import {select} from 'd3-selection';\n\nimport {StackMixin} from '../base/stack-mixin';\nimport {transition} from '../core/core';\nimport {constants} from '../core/constants';\nimport {logger} from '../core/logger';\nimport {pluck, utils} from '../core/utils';\nimport {d3compat} from '../core/config';\n\nconst MIN_BAR_WIDTH = 1;\nconst DEFAULT_GAP_BETWEEN_BARS = 2;\nconst LABEL_PADDING = 3;\n\n/**\n * Concrete bar chart/histogram implementation.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ Nasdaq 100 Index}\n * - {@link https://dc-js.github.io/dc.js/crime/index.html Canadian City Crime Stats}\n * @mixes StackMixin\n */\nexport class BarChart extends StackMixin {\n    /**\n     * Create a Bar Chart\n     * @example\n     * // create a bar chart under #chart-container1 element using the default global chart group\n     * var chart1 = new BarChart('#chart-container1');\n     * // create a bar chart under #chart-container2 element using chart group A\n     * var chart2 = new BarChart('#chart-container2', 'chartGroupA');\n     * // create a sub-chart under a composite parent chart\n     * var chart3 = new BarChart(compositeChart);\n     * @param {String|node|d3.selection|CompositeChart} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector}\n     * specifying a dom block element such as a div; or a dom element or d3 selection.  If the bar\n     * chart is a sub-chart in a {@link CompositeChart Composite Chart} then pass in the parent\n     * composite chart instance instead.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._gap = DEFAULT_GAP_BETWEEN_BARS;\n        this._centerBar = false;\n        this._alwaysUseRounding = false;\n\n        this._barWidth = undefined;\n\n        this.label(d => utils.printSingleValue(d.y0 + d.y), false);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    /**\n     * Get or set the outer padding on an ordinal bar chart. This setting has no effect on non-ordinal charts.\n     * Will pad the width by `padding * barWidth` on each side of the chart.\n     * @param {Number} [padding=0.5]\n     * @returns {Number|BarChart}\n     */\n    outerPadding (padding) {\n        if (!arguments.length) {\n            return this._outerRangeBandPadding();\n        }\n        return this._outerRangeBandPadding(padding);\n    }\n\n    rescale () {\n        super.rescale();\n        this._barWidth = undefined;\n        return this;\n    }\n\n    render () {\n        if (this.round() && this._centerBar && !this._alwaysUseRounding) {\n            logger.warn('By default, brush rounding is disabled if bars are centered. ' +\n                'See dc.js bar chart API documentation for details.');\n        }\n\n        return super.render();\n    }\n\n    plotData () {\n        let layers = this.chartBodyG().selectAll('g.stack')\n            .data(this.data());\n\n        this._calculateBarWidth();\n\n        layers = layers\n            .enter()\n            .append('g')\n            .attr('class', (d, i) => `stack _${i}`)\n            .merge(layers);\n\n        const last = layers.size() - 1;\n        {\n            const chart = this;\n            layers.each(function (d, i) {\n                const layer = select(this);\n\n                chart._renderBars(layer, i, d);\n\n                if (chart.renderLabel() && last === i) {\n                    chart._renderLabels(layer, i, d);\n                }\n            });\n        }\n    }\n\n    _barHeight (d) {\n        return utils.safeNumber(Math.abs(this.y()(d.y + d.y0) - this.y()(d.y0)));\n    }\n\n    _labelXPos (d) {\n        let x = this.x()(d.x);\n        if (!this._centerBar) {\n            x += this._barWidth / 2;\n        }\n        if (this.isOrdinal() && this._gap !== undefined) {\n            x += this._gap / 2;\n        }\n        return utils.safeNumber(x);\n    }\n\n    _labelYPos (d) {\n        let y = this.y()(d.y + d.y0);\n\n        if (d.y < 0) {\n            y -= this._barHeight(d);\n        }\n\n        return utils.safeNumber(y - LABEL_PADDING);\n    }\n\n    _renderLabels (layer, layerIndex, data) {\n        const labels = layer.selectAll('text.barLabel')\n            .data(data.values, pluck('x'));\n\n        const labelsEnterUpdate = labels\n            .enter()\n            .append('text')\n            .attr('class', 'barLabel')\n            .attr('text-anchor', 'middle')\n            .attr('x', d => this._labelXPos(d))\n            .attr('y', d => this._labelYPos(d))\n            .merge(labels);\n\n        if (this.isOrdinal()) {\n            labelsEnterUpdate.on('click', d3compat.eventHandler(d => this.onClick(d)));\n            labelsEnterUpdate.attr('cursor', 'pointer');\n        }\n\n        transition(labelsEnterUpdate, this.transitionDuration(), this.transitionDelay())\n            .attr('x', d => this._labelXPos(d))\n            .attr('y', d => this._labelYPos(d))\n            .text(d => this.label()(d));\n\n        transition(labels.exit(), this.transitionDuration(), this.transitionDelay())\n            .attr('height', 0)\n            .remove();\n    }\n\n    _barXPos (d) {\n        let x = this.x()(d.x);\n        if (this._centerBar) {\n            x -= this._barWidth / 2;\n        }\n        if (this.isOrdinal() && this._gap !== undefined) {\n            x += this._gap / 2;\n        }\n        return utils.safeNumber(x);\n    }\n\n    _renderBars (layer, layerIndex, data) {\n        const bars = layer.selectAll('rect.bar')\n            .data(data.values, pluck('x'));\n\n        const enter = bars.enter()\n            .append('rect')\n            .attr('class', 'bar')\n            .classed('dc-tabbable', this._keyboardAccessible)\n            .attr('fill', pluck('data', this.getColor))\n            .attr('x', d => this._barXPos(d))\n            .attr('y', this.yAxisHeight())\n            .attr('height', 0);\n\n        const barsEnterUpdate = enter.merge(bars);\n\n        if (this.renderTitle()) {\n            enter.append('title').text(pluck('data', this.title(data.name)));\n        }\n\n        if (this.isOrdinal()) {\n            barsEnterUpdate.on('click', d3compat.eventHandler(d => this.onClick(d)));\n        }\n\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible(this.onClick);\n        }\n\n        transition(barsEnterUpdate, this.transitionDuration(), this.transitionDelay())\n            .attr('x', d => this._barXPos(d))\n            .attr('y', d => {\n                let y = this.y()(d.y + d.y0);\n\n                if (d.y < 0) {\n                    y -= this._barHeight(d);\n                }\n\n                return utils.safeNumber(y);\n            })\n            .attr('width', this._barWidth)\n            .attr('height', d => this._barHeight(d))\n            .attr('fill', pluck('data', this.getColor))\n            .select('title').text(pluck('data', this.title(data.name)));\n\n        transition(bars.exit(), this.transitionDuration(), this.transitionDelay())\n            .attr('x', d => this.x()(d.x))\n            .attr('width', this._barWidth * 0.9)\n            .remove();\n    }\n\n    _calculateBarWidth () {\n        if (this._barWidth === undefined) {\n            const numberOfBars = this.xUnitCount();\n\n            // please can't we always use rangeBands for bar charts?\n            if (this.isOrdinal() && this._gap === undefined) {\n                this._barWidth = Math.floor(this.x().bandwidth());\n            } else if (this._gap) {\n                this._barWidth = Math.floor((this.xAxisLength() - (numberOfBars - 1) * this._gap) / numberOfBars);\n            } else {\n                this._barWidth = Math.floor(this.xAxisLength() / (1 + this.barPadding()) / numberOfBars);\n            }\n\n            if (this._barWidth === Infinity || isNaN(this._barWidth) || this._barWidth < MIN_BAR_WIDTH) {\n                this._barWidth = MIN_BAR_WIDTH;\n            }\n        }\n    }\n\n    fadeDeselectedArea (brushSelection) {\n        const bars = this.chartBodyG().selectAll('rect.bar');\n\n        if (this.isOrdinal()) {\n            if (this.hasFilter()) {\n                bars.classed(constants.SELECTED_CLASS, d => this.hasFilter(d.x));\n                bars.classed(constants.DESELECTED_CLASS, d => !this.hasFilter(d.x));\n            } else {\n                bars.classed(constants.SELECTED_CLASS, false);\n                bars.classed(constants.DESELECTED_CLASS, false);\n            }\n        } else if (this.brushOn() || this.parentBrushOn()) {\n            if (!this.brushIsEmpty(brushSelection)) {\n                const start = brushSelection[0];\n                const end = brushSelection[1];\n\n                bars.classed(constants.DESELECTED_CLASS, d => d.x < start || d.x >= end);\n            } else {\n                bars.classed(constants.DESELECTED_CLASS, false);\n            }\n        }\n    }\n\n    /**\n     * Whether the bar chart will render each bar centered around the data position on the x-axis.\n     * @param {Boolean} [centerBar=false]\n     * @returns {Boolean|BarChart}\n     */\n    centerBar (centerBar) {\n        if (!arguments.length) {\n            return this._centerBar;\n        }\n        this._centerBar = centerBar;\n        return this;\n    }\n\n    onClick (d) {\n        super.onClick(d.data);\n    }\n\n    /**\n     * Get or set the spacing between bars as a fraction of bar size. Valid values are between 0-1.\n     * Setting this value will also remove any previously set {@link BarChart#gap gap}. See the\n     * {@link https://github.com/d3/d3-scale/blob/master/README.md#scaleBand d3 docs}\n     * for a visual description of how the padding is applied.\n     * @param {Number} [barPadding=0]\n     * @returns {Number|BarChart}\n     */\n    barPadding (barPadding) {\n        if (!arguments.length) {\n            return this._rangeBandPadding();\n        }\n        this._rangeBandPadding(barPadding);\n        this._gap = undefined;\n        return this;\n    }\n\n    _useOuterPadding () {\n        return this._gap === undefined;\n    }\n\n    /**\n     * Manually set fixed gap (in px) between bars instead of relying on the default auto-generated\n     * gap.  By default the bar chart implementation will calculate and set the gap automatically\n     * based on the number of data points and the length of the x axis.\n     * @param {Number} [gap=2]\n     * @returns {Number|BarChart}\n     */\n    gap (gap) {\n        if (!arguments.length) {\n            return this._gap;\n        }\n        this._gap = gap;\n        return this;\n    }\n\n    extendBrush (brushSelection) {\n        if (brushSelection && this.round() && (!this._centerBar || this._alwaysUseRounding)) {\n            brushSelection[0] = this.round()(brushSelection[0]);\n            brushSelection[1] = this.round()(brushSelection[1]);\n        }\n        return brushSelection;\n    }\n\n    /**\n     * Set or get whether rounding is enabled when bars are centered. If false, using\n     * rounding with centered bars will result in a warning and rounding will be ignored.  This flag\n     * has no effect if bars are not {@link BarChart#centerBar centered}.\n     * When using standard d3.js rounding methods, the brush often doesn't align correctly with\n     * centered bars since the bars are offset.  The rounding function must add an offset to\n     * compensate, such as in the following example.\n     * @example\n     * chart.round(function(n) { return Math.floor(n) + 0.5; });\n     * @param {Boolean} [alwaysUseRounding=false]\n     * @returns {Boolean|BarChart}\n     */\n    alwaysUseRounding (alwaysUseRounding) {\n        if (!arguments.length) {\n            return this._alwaysUseRounding;\n        }\n        this._alwaysUseRounding = alwaysUseRounding;\n        return this;\n    }\n\n    legendHighlight (d) {\n        const colorFilter = (color, inv) => function () {\n            const item = select(this);\n            const match = item.attr('fill') === color;\n            return inv ? !match : match;\n        };\n\n        if (!this.isLegendableHidden(d)) {\n            this.g().selectAll('rect.bar')\n                .classed('highlight', colorFilter(d.color))\n                .classed('fadeout', colorFilter(d.color, true));\n        }\n    }\n\n    legendReset () {\n        this.g().selectAll('rect.bar')\n            .classed('highlight', false)\n            .classed('fadeout', false);\n    }\n\n    xAxisMax () {\n        let max = super.xAxisMax();\n        if ('resolution' in this.xUnits()) {\n            const res = this.xUnits().resolution;\n            max += res;\n        }\n        return max;\n    }\n}\n\nexport const barChart = (parent, chartGroup) => new BarChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/box-plot.js",
    "content": "import {scaleBand} from 'd3-scale';\nimport {select} from 'd3-selection';\nimport {min, max} from 'd3-array';\n\nimport {d3Box} from '../base/d3.box'\nimport {CoordinateGridMixin} from '../base/coordinate-grid-mixin';\nimport {transition} from '../core/core';\nimport {units} from '../core/units';\nimport {utils} from '../core/utils';\nimport {d3compat} from '../core/config';\n\n// Returns a function to compute the interquartile range.\nfunction defaultWhiskersIQR (k) {\n    return d => {\n        const q1 = d.quartiles[0];\n        const q3 = d.quartiles[2];\n        const iqr = (q3 - q1) * k;\n\n        let i = -1;\n        let j = d.length;\n\n        do {\n            ++i;\n        } while (d[i] < q1 - iqr);\n\n        do {\n            --j;\n        } while (d[j] > q3 + iqr);\n\n        return [i, j];\n    };\n}\n\n/**\n * A box plot is a chart that depicts numerical data via their quartile ranges.\n *\n * Examples:\n * - {@link http://dc-js.github.io/dc.js/examples/boxplot-basic.html Boxplot Basic example}\n * - {@link http://dc-js.github.io/dc.js/examples/boxplot-enhanced.html Boxplot Enhanced example}\n * - {@link http://dc-js.github.io/dc.js/examples/boxplot-render-data.html Boxplot Render Data example}\n * - {@link http://dc-js.github.io/dc.js/examples/boxplot-time.html Boxplot time example}\n * @mixes CoordinateGridMixin\n */\nexport class BoxPlot extends CoordinateGridMixin {\n    /**\n     * Create a Box Plot.\n     *\n     * @example\n     * // create a box plot under #chart-container1 element using the default global chart group\n     * var boxPlot1 = new BoxPlot('#chart-container1');\n     * // create a box plot under #chart-container2 element using chart group A\n     * var boxPlot2 = new BoxPlot('#chart-container2', 'chartGroupA');\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._whiskerIqrFactor = 1.5;\n        this._whiskersIqr = defaultWhiskersIQR;\n        this._whiskers = this._whiskersIqr(this._whiskerIqrFactor);\n\n        this._box = d3Box();\n        this._tickFormat = null;\n        this._renderDataPoints = false;\n        this._dataOpacity = 0.3;\n        this._dataWidthPortion = 0.8;\n        this._showOutliers = true;\n        this._boldOutlier = false;\n\n        // Used in yAxisMin and yAxisMax to add padding in pixel coordinates\n        // so the min and max data points/whiskers are within the chart\n        this._yRangePadding = 8;\n\n        this._boxWidth = (innerChartWidth, xUnits) => {\n            if (this.isOrdinal()) {\n                return this.x().bandwidth();\n            } else {\n                return innerChartWidth / (1 + this.boxPadding()) / xUnits;\n            }\n        };\n\n        // default to ordinal\n        this.x(scaleBand());\n        this.xUnits(units.ordinal);\n\n        // valueAccessor should return an array of values that can be coerced into numbers\n        // or if data is overloaded for a static array of arrays, it should be `Number`.\n        // Empty arrays are not included.\n        this.data(group => group.all().map(d => {\n            d.map = accessor => accessor.call(d, d);\n            return d;\n        }).filter(d => {\n            const values = this.valueAccessor()(d);\n            return values.length !== 0;\n        }));\n\n        this.boxPadding(0.8);\n        this.outerPadding(0.5);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    /**\n     * Get or set the spacing between boxes as a fraction of box size. Valid values are within 0-1.\n     * See the {@link https://github.com/d3/d3-scale/blob/master/README.md#scaleBand d3 docs}\n     * for a visual description of how the padding is applied.\n     * @see {@link https://github.com/d3/d3-scale/blob/master/README.md#scaleBand d3.scaleBand}\n     * @param {Number} [padding=0.8]\n     * @returns {Number|BoxPlot}\n     */\n    boxPadding (padding) {\n        if (!arguments.length) {\n            return this._rangeBandPadding();\n        }\n        return this._rangeBandPadding(padding);\n    }\n\n    /**\n     * Get or set the outer padding on an ordinal box chart. This setting has no effect on non-ordinal charts\n     * or on charts with a custom {@link BoxPlot#boxWidth .boxWidth}. Will pad the width by\n     * `padding * barWidth` on each side of the chart.\n     * @param {Number} [padding=0.5]\n     * @returns {Number|BoxPlot}\n     */\n    outerPadding (padding) {\n        if (!arguments.length) {\n            return this._outerRangeBandPadding();\n        }\n        return this._outerRangeBandPadding(padding);\n    }\n\n    /**\n     * Get or set the numerical width of the boxplot box. The width may also be a function taking as\n     * parameters the chart width excluding the right and left margins, as well as the number of x\n     * units.\n     * @example\n     * // Using numerical parameter\n     * chart.boxWidth(10);\n     * // Using function\n     * chart.boxWidth((innerChartWidth, xUnits) { ... });\n     * @param {Number|Function} [boxWidth=0.5]\n     * @returns {Number|Function|BoxPlot}\n     */\n    boxWidth (boxWidth) {\n        if (!arguments.length) {\n            return this._boxWidth;\n        }\n        this._boxWidth = typeof boxWidth === 'function' ? boxWidth : utils.constant(boxWidth);\n        return this;\n    }\n\n    _boxTransform (d, i) {\n        const xOffset = this.x()(this.keyAccessor()(d, i));\n        return `translate(${xOffset}, 0)`;\n    }\n\n    _preprocessData () {\n        if (this.elasticX()) {\n            this.x().domain([]);\n        }\n    }\n\n    plotData () {\n        this._calculatedBoxWidth = this._boxWidth(this.effectiveWidth(), this.xUnitCount());\n\n        this._box.whiskers(this._whiskers)\n            .width(this._calculatedBoxWidth)\n            .height(this.effectiveHeight())\n            .value(this.valueAccessor())\n            .domain(this.y().domain())\n            .duration(this.transitionDuration())\n            .tickFormat(this._tickFormat)\n            .renderDataPoints(this._renderDataPoints)\n            .dataOpacity(this._dataOpacity)\n            .dataWidthPortion(this._dataWidthPortion)\n            .renderTitle(this.renderTitle())\n            .showOutliers(this._showOutliers)\n            .boldOutlier(this._boldOutlier);\n\n        const boxesG = this.chartBodyG().selectAll('g.box').data(this.data(), this.keyAccessor());\n\n        const boxesGEnterUpdate = this._renderBoxes(boxesG);\n        this._updateBoxes(boxesGEnterUpdate);\n        this._removeBoxes(boxesG);\n\n        this.fadeDeselectedArea(this.filter());\n    }\n\n    _renderBoxes (boxesG) {\n        const boxesGEnter = boxesG.enter().append('g');\n\n        boxesGEnter\n            .attr('class', 'box')\n            .classed('dc-tabbable', this._keyboardAccessible)\n            .attr('transform', (d, i) => this._boxTransform(d, i))\n            .call(this._box)\n            .on('click', d3compat.eventHandler(d => {\n                this.filter(this.keyAccessor()(d));\n                this.redrawGroup();\n            }))\n            .selectAll('circle')\n            .classed('dc-tabbable', this._keyboardAccessible);\n\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible(this.onClick);\n        }\n\n        return boxesGEnter.merge(boxesG);\n    }\n\n    _updateBoxes (boxesG) {\n        const chart = this;\n        transition(boxesG, this.transitionDuration(), this.transitionDelay())\n            .attr('transform', (d, i) => this._boxTransform(d, i))\n            .call(this._box)\n            .each(function (d) {\n                const color = chart.getColor(d, 0);\n                select(this).select('rect.box').attr('fill', color);\n                select(this).selectAll('circle.data').attr('fill', color);\n            });\n    }\n\n    _removeBoxes (boxesG) {\n        boxesG.exit().remove().call(this._box);\n    }\n\n    _minDataValue () {\n        return min(this.data(), e => min(this.valueAccessor()(e)));\n    }\n\n    _maxDataValue () {\n        return max(this.data(), e => max(this.valueAccessor()(e)));\n    }\n\n    _yAxisRangeRatio () {\n        return ((this._maxDataValue() - this._minDataValue()) / this.effectiveHeight());\n    }\n\n    onClick (d) {\n        this.filter(this.keyAccessor()(d));\n        this.redrawGroup();\n    }\n\n    fadeDeselectedArea (brushSelection) {\n        const chart = this;\n        if (this.hasFilter()) {\n            if (this.isOrdinal()) {\n                this.g().selectAll('g.box').each(function (d) {\n                    if (chart.isSelectedNode(d)) {\n                        chart.highlightSelected(this);\n                    } else {\n                        chart.fadeDeselected(this);\n                    }\n                });\n            } else {\n                if (!(this.brushOn() || this.parentBrushOn())) {\n                    return;\n                }\n                const start = brushSelection[0];\n                const end = brushSelection[1];\n                this.g().selectAll('g.box').each(function (d) {\n                    const key = chart.keyAccessor()(d);\n                    if (key < start || key >= end) {\n                        chart.fadeDeselected(this);\n                    } else {\n                        chart.highlightSelected(this);\n                    }\n                });\n            }\n        } else {\n            this.g().selectAll('g.box').each(function () {\n                chart.resetHighlight(this);\n            });\n        }\n    }\n\n    isSelectedNode (d) {\n        return this.hasFilter(this.keyAccessor()(d));\n    }\n\n    yAxisMin () {\n        const padding = this._yRangePadding * this._yAxisRangeRatio();\n        return utils.subtract(this._minDataValue() - padding, this.yAxisPadding());\n    }\n\n    yAxisMax () {\n        const padding = this._yRangePadding * this._yAxisRangeRatio();\n        return utils.add(this._maxDataValue() + padding, this.yAxisPadding());\n    }\n\n    /**\n     * Get or set the numerical format of the boxplot median, whiskers and quartile labels. Defaults\n     * to integer formatting.\n     * @example\n     * // format ticks to 2 decimal places\n     * chart.tickFormat(d3.format('.2f'));\n     * @param {Function} [tickFormat]\n     * @returns {Number|Function|BoxPlot}\n     */\n    tickFormat (tickFormat) {\n        if (!arguments.length) {\n            return this._tickFormat;\n        }\n        this._tickFormat = tickFormat;\n        return this;\n    }\n\n    /**\n     * Get or set the amount of padding to add, in pixel coordinates, to the top and\n     * bottom of the chart to accommodate box/whisker labels.\n     * @example\n     * // allow more space for a bigger whisker font\n     * chart.yRangePadding(12);\n     * @param {Function} [yRangePadding = 8]\n     * @returns {Number|Function|BoxPlot}\n     */\n    yRangePadding (yRangePadding) {\n        if (!arguments.length) {\n            return this._yRangePadding;\n        }\n        this._yRangePadding = yRangePadding;\n        return this;\n    }\n\n    /**\n     * Get or set whether individual data points will be rendered.\n     * @example\n     * // Enable rendering of individual data points\n     * chart.renderDataPoints(true);\n     * @param {Boolean} [show=false]\n     * @returns {Boolean|BoxPlot}\n     */\n    renderDataPoints (show) {\n        if (!arguments.length) {\n            return this._renderDataPoints;\n        }\n        this._renderDataPoints = show;\n        return this;\n    }\n\n    /**\n     * Get or set the opacity when rendering data.\n     * @example\n     * // If individual data points are rendered increase the opacity.\n     * chart.dataOpacity(0.7);\n     * @param {Number} [opacity=0.3]\n     * @returns {Number|BoxPlot}\n     */\n    dataOpacity (opacity) {\n        if (!arguments.length) {\n            return this._dataOpacity;\n        }\n        this._dataOpacity = opacity;\n        return this;\n    }\n\n    /**\n     * Get or set the portion of the width of the box to show data points.\n     * @example\n     * // If individual data points are rendered increase the data box.\n     * chart.dataWidthPortion(0.9);\n     * @param {Number} [percentage=0.8]\n     * @returns {Number|BoxPlot}\n     */\n    dataWidthPortion (percentage) {\n        if (!arguments.length) {\n            return this._dataWidthPortion;\n        }\n        this._dataWidthPortion = percentage;\n        return this;\n    }\n\n    /**\n     * Get or set whether outliers will be rendered.\n     * @example\n     * // Disable rendering of outliers\n     * chart.showOutliers(false);\n     * @param {Boolean} [show=true]\n     * @returns {Boolean|BoxPlot}\n     */\n    showOutliers (show) {\n        if (!arguments.length) {\n            return this._showOutliers;\n        }\n        this._showOutliers = show;\n        return this;\n    }\n\n    /**\n     * Get or set whether outliers will be drawn bold.\n     * @example\n     * // If outliers are rendered display as bold\n     * chart.boldOutlier(true);\n     * @param {Boolean} [show=false]\n     * @returns {Boolean|BoxPlot}\n     */\n    boldOutlier (show) {\n        if (!arguments.length) {\n            return this._boldOutlier;\n        }\n        this._boldOutlier = show;\n        return this;\n    }\n}\n\nexport const boxPlot = (parent, chartGroup) => new BoxPlot(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/bubble-chart.js",
    "content": "import {BubbleMixin} from '../base/bubble-mixin';\nimport {CoordinateGridMixin} from '../base/coordinate-grid-mixin';\nimport {transition} from '../core/core';\nimport {d3compat} from '../core/config';\n\n/**\n * A concrete implementation of a general purpose bubble chart that allows data visualization using the\n * following dimensions:\n * - x axis position\n * - y axis position\n * - bubble radius\n * - color\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ Nasdaq 100 Index}\n * - {@link https://dc-js.github.io/dc.js/vc/index.html US Venture Capital Landscape 2011}\n * @mixes BubbleMixin\n * @mixes CoordinateGridMixin\n */\nexport class BubbleChart extends BubbleMixin(CoordinateGridMixin) {\n    /**\n     * Create a Bubble Chart.\n     *\n     * @example\n     * // create a bubble chart under #chart-container1 element using the default global chart group\n     * var bubbleChart1 = new BubbleChart('#chart-container1');\n     * // create a bubble chart under #chart-container2 element using chart group A\n     * var bubbleChart2 = new BubbleChart('#chart-container2', 'chartGroupA');\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this.transitionDuration(750);\n\n        this.transitionDelay(0);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _bubbleLocator (d) {\n        return `translate(${this._bubbleX(d)},${this._bubbleY(d)})`;\n    }\n\n    plotData () {\n        this.calculateRadiusDomain();\n        this.r().range([this.MIN_RADIUS, this.xAxisLength() * this.maxBubbleRelativeSize()]);\n\n        const data = this.data();\n        let bubbleG = this.chartBodyG().selectAll(`g.${this.BUBBLE_NODE_CLASS}`)\n            .data(data, d => d.key);\n        if (this.sortBubbleSize() || this.keyboardAccessible()) {\n            // update dom order based on sort\n            bubbleG.order();\n        }\n\n        this._removeNodes(bubbleG);\n\n        bubbleG = this._renderNodes(bubbleG);\n\n        this._updateNodes(bubbleG);\n\n        this.fadeDeselectedArea(this.filter());\n    }\n\n    _renderNodes (bubbleG) {\n        const bubbleGEnter = bubbleG.enter().append('g');\n\n        bubbleGEnter\n            .attr('class', this.BUBBLE_NODE_CLASS)\n            .attr('transform', d => this._bubbleLocator(d))\n            .append('circle').attr('class', (d, i) => `${this.BUBBLE_CLASS} _${i}`)\n            .on('click', d3compat.eventHandler(d => this.onClick(d)))\n            .classed('dc-tabbable', this._keyboardAccessible)\n            .attr('fill', this.getColor)\n            .attr('r', 0);\n\n        bubbleG = bubbleGEnter.merge(bubbleG);\n\n        transition(bubbleG, this.transitionDuration(), this.transitionDelay())\n            .select(`circle.${this.BUBBLE_CLASS}`)\n            .attr('r', d => this.bubbleR(d))\n            .attr('opacity', d => (this.bubbleR(d) > 0) ? 1 : 0);\n\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible(this.onClick);\n        }\n\n        this._doRenderLabel(bubbleGEnter);\n\n        this._doRenderTitles(bubbleGEnter);\n\n        return bubbleG;\n    }\n\n    _updateNodes (bubbleG) {\n        transition(bubbleG, this.transitionDuration(), this.transitionDelay())\n            .attr('transform', d => this._bubbleLocator(d))\n            .select(`circle.${this.BUBBLE_CLASS}`)\n            .attr('fill', this.getColor)\n            .attr('r', d => this.bubbleR(d))\n            .attr('opacity', d => (this.bubbleR(d) > 0) ? 1 : 0);\n\n        this.doUpdateLabels(bubbleG);\n        this.doUpdateTitles(bubbleG);\n    }\n\n    _removeNodes (bubbleG) {\n        bubbleG.exit().remove();\n    }\n\n    _bubbleX (d) {\n        let x = this.x()(this.keyAccessor()(d));\n        if (isNaN(x) || !isFinite(x)) {\n            x = 0;\n        }\n        return x;\n    }\n\n    _bubbleY (d) {\n        let y = this.y()(this.valueAccessor()(d));\n        if (isNaN(y) || !isFinite(y)) {\n            y = 0;\n        }\n        return y;\n    }\n\n    renderBrush () {\n        // override default x axis brush from parent chart\n    }\n\n    redrawBrush (brushSelection, doTransition) {\n        // override default x axis brush from parent chart\n        this.fadeDeselectedArea(brushSelection);\n    }\n}\n\nexport const bubbleChart = (parent, chartGroup) => new BubbleChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/bubble-overlay.js",
    "content": "import {BaseMixin} from '../base/base-mixin';\nimport {BubbleMixin} from '../base/bubble-mixin';\nimport {transition} from '../core/core';\nimport {constants} from '../core/constants';\nimport {utils} from '../core/utils';\nimport {d3compat} from '../core/config';\n\nconst BUBBLE_OVERLAY_CLASS = 'bubble-overlay';\nconst BUBBLE_NODE_CLASS = 'node';\nconst BUBBLE_CLASS = 'bubble';\n\n/**\n * The bubble overlay chart is quite different from the typical bubble chart. With the bubble overlay\n * chart you can arbitrarily place bubbles on an existing svg or bitmap image, thus changing the\n * typical x and y positioning while retaining the capability to visualize data using bubble radius\n * and coloring.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/crime/index.html Canadian City Crime Stats}\n * @mixes BubbleMixin\n * @mixes BaseMixin\n */\nexport class BubbleOverlay extends BubbleMixin(BaseMixin) {\n    /**\n     * Create a Bubble Overlay.\n     *\n     * @example\n     * // create a bubble overlay chart on top of the '#chart-container1 svg' element using the default global chart group\n     * var bubbleChart1 = BubbleOverlayChart('#chart-container1').svg(d3.select('#chart-container1 svg'));\n     * // create a bubble overlay chart on top of the '#chart-container2 svg' element using chart group A\n     * var bubbleChart2 = new CompositeChart('#chart-container2', 'chartGroupA').svg(d3.select('#chart-container2 svg'));\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        /**\n         * **mandatory**\n         *\n         * Set the underlying svg image element. Unlike other dc charts this chart will not generate a svg\n         * element; therefore the bubble overlay chart will not work if this function is not invoked. If the\n         * underlying image is a bitmap, then an empty svg will need to be created on top of the image.\n         * @example\n         * // set up underlying svg element\n         * chart.svg(d3.select('#chart svg'));\n         * @param {SVGElement|d3.selection} [imageElement]\n         * @returns {BubbleOverlay}\n         */\n        this._g = undefined;\n        this._points = [];\n        this._keyboardAccessible = false;\n\n        this.transitionDuration(750);\n\n        this.transitionDelay(0);\n\n        this.radiusValueAccessor(d => d.value);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    /**\n     * **mandatory**\n     *\n     * Set up a data point on the overlay. The name of a data point should match a specific 'key' among\n     * data groups generated using keyAccessor.  If a match is found (point name <-> data group key)\n     * then a bubble will be generated at the position specified by the function. x and y\n     * value specified here are relative to the underlying svg.\n     * @param {String} name\n     * @param {Number} x\n     * @param {Number} y\n     * @returns {BubbleOverlay}\n     */\n    point (name, x, y) {\n        this._points.push({name: name, x: x, y: y});\n        return this;\n    }\n\n    _doRender () {\n        this._g = this._initOverlayG();\n\n        this.r().range([this.MIN_RADIUS, this.width() * this.maxBubbleRelativeSize()]);\n\n        this._initializeBubbles();\n\n        this.fadeDeselectedArea(this.filter());\n\n        return this;\n    }\n\n    _initOverlayG () {\n        this._g = this.select(`g.${BUBBLE_OVERLAY_CLASS}`);\n        if (this._g.empty()) {\n            this._g = this.svg().append('g').attr('class', BUBBLE_OVERLAY_CLASS);\n        }\n        return this._g;\n    }\n\n    _initializeBubbles () {\n        const data = this._mapData();\n        this.calculateRadiusDomain();\n\n        this._points.forEach(point => {\n            const nodeG = this._getNodeG(point, data);\n\n            let circle = nodeG.select(`circle.${BUBBLE_CLASS}`);\n\n            if (circle.empty()) {\n                circle = nodeG.append('circle')\n                    .attr('class', BUBBLE_CLASS)\n                    .classed('dc-tabbable', this._keyboardAccessible)\n                    .attr('r', 0)\n                    .attr('fill', this.getColor)\n                    .on('click', d3compat.eventHandler(d => this.onClick(d)));\n            }\n\n            if (this._keyboardAccessible) {\n                this._makeKeyboardAccessible(this.onClick);\n            }\n\n            transition(circle, this.transitionDuration(), this.transitionDelay())\n                .attr('r', d => this.bubbleR(d));\n\n            this._doRenderLabel(nodeG);\n\n            this._doRenderTitles(nodeG);\n        });\n    }\n\n    _mapData () {\n        const data = {};\n        this.data().forEach(datum => {\n            data[this.keyAccessor()(datum)] = datum;\n        });\n        return data;\n    }\n\n    _getNodeG (point, data) {\n        const bubbleNodeClass = `${BUBBLE_NODE_CLASS} ${utils.nameToId(point.name)}`;\n\n        let nodeG = this._g.select(`g.${utils.nameToId(point.name)}`);\n\n        if (nodeG.empty()) {\n            nodeG = this._g.append('g')\n                .attr('class', bubbleNodeClass)\n                .attr('transform', `translate(${point.x},${point.y})`);\n        }\n\n        nodeG.datum(data[point.name]);\n\n        return nodeG;\n    }\n\n    _doRedraw () {\n        this._updateBubbles();\n\n        this.fadeDeselectedArea(this.filter());\n\n        return this;\n    }\n\n    _updateBubbles () {\n        const data = this._mapData();\n        this.calculateRadiusDomain();\n\n        this._points.forEach(point => {\n            const nodeG = this._getNodeG(point, data);\n\n            const circle = nodeG.select(`circle.${BUBBLE_CLASS}`);\n\n            transition(circle, this.transitionDuration(), this.transitionDelay())\n                .attr('r', d => this.bubbleR(d))\n                .attr('fill', this.getColor);\n\n            this.doUpdateLabels(nodeG);\n\n            this.doUpdateTitles(nodeG);\n        });\n    }\n\n    debug (flag) {\n        if (flag) {\n            let debugG = this.select(`g.${constants.DEBUG_GROUP_CLASS}`);\n\n            if (debugG.empty()) {\n                debugG = this.svg()\n                    .append('g')\n                    .attr('class', constants.DEBUG_GROUP_CLASS);\n            }\n\n            const debugText = debugG.append('text')\n                .attr('x', 10)\n                .attr('y', 20);\n\n            debugG\n                .append('rect')\n                .attr('width', this.width())\n                .attr('height', this.height())\n                .on('mousemove', d3compat.eventHandler((d, evt) => {\n                    const position = d3compat.pointer(evt, debugG.node());\n                    const msg = `${position[0]}, ${position[1]}`;\n                    debugText.text(msg);\n                }));\n        } else {\n            this.selectAll('.debug').remove();\n        }\n\n        return this;\n    }\n\n}\n\nexport const bubbleOverlay = (parent, chartGroup) => new BubbleOverlay(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/cbox-menu.js",
    "content": "import {select} from 'd3-selection';\n\nimport {events} from '../core/events';\nimport {BaseMixin} from '../base/base-mixin';\nimport {utils} from '../core/utils'\nimport {d3compat} from '../core/config';\n\nconst GROUP_CSS_CLASS = 'dc-cbox-group';\nconst ITEM_CSS_CLASS = 'dc-cbox-item';\n\n/**\n * The CboxMenu is a simple widget designed to filter a dimension by\n * selecting option(s) from a set of HTML `<input />` elements. The menu can be\n * made into a set of radio buttons (single select) or checkboxes (multiple).\n * @mixes BaseMixin\n */\nexport class CboxMenu extends BaseMixin {\n    /**\n     * Create a Cbox Menu.\n     *\n     * @example\n     * // create a cboxMenu under #cbox-container using the default global chart group\n     * var cbox = new CboxMenu('#cbox-container')\n     *                .dimension(states)\n     *                .group(stateGroup);\n     * // the option text can be set via the title() function\n     * // by default the option text is '`key`: `value`'\n     * cbox.title(function (d){\n     *     return 'STATE: ' + d.key;\n     * })\n     * @param {String|node|d3.selection|CompositeChart} parent - Any valid\n     * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this widget should be placed in.\n     * Interaction with the widget will only trigger events and redraws within its group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._cbox = undefined;\n        this._promptText = 'Select all';\n        this._multiple = false;\n        this._inputType = 'radio';\n        this._promptValue = null;\n\n        this._uniqueId = utils.uniqueId();\n\n        this.data(group => group.all().filter(this._filterDisplayed));\n\n        // There is an accessor for this attribute, initialized with default value\n        this._filterDisplayed = d => this.valueAccessor()(d) > 0;\n\n        this._order = (a, b) => {\n            if (this.keyAccessor()(a) > this.keyAccessor()(b)) {\n                return 1;\n            }\n            if (this.keyAccessor()(a) < this.keyAccessor()(b)) {\n                return -1;\n            }\n            return 0;\n        };\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _doRender () {\n        return this._doRedraw();\n    }\n\n    _doRedraw () {\n        this.select('ul').remove();\n        this._cbox = this.root()\n            .append('ul')\n            .classed(GROUP_CSS_CLASS, true);\n        this._renderOptions();\n\n        if (this.hasFilter() && this._multiple) {\n            this._cbox.selectAll('input')\n            // adding `false` avoids failing test cases in phantomjs\n                .property('checked', d => d && this.filters().indexOf(String(this.keyAccessor()(d))) >= 0 || false);\n        } else if (this.hasFilter()) {\n            this._cbox.selectAll('input')\n                .property('checked', d => {\n                    if (!d) {\n                        return false;\n                    }\n                    return this.keyAccessor()(d) === this.filter();\n                });\n        }\n        return this;\n    }\n\n    _renderOptions () {\n        let options = this._cbox\n            .selectAll(`li.${ITEM_CSS_CLASS}`)\n            .data(this.data(), d => this.keyAccessor()(d));\n\n        options.exit().remove();\n\n        options = options.enter()\n            .append('li')\n            .classed(ITEM_CSS_CLASS, true)\n            .merge(options);\n\n        options\n            .append('input')\n            .attr('type', this._inputType)\n            .attr('value', d => this.keyAccessor()(d))\n            .attr('name', `domain_${this._uniqueId}`)\n            .attr('id', (d, i) => `input_${this._uniqueId}_${i}`);\n        options\n            .append('label')\n            .attr('for', (d, i) => `input_${this._uniqueId}_${i}`)\n            .text(this.title());\n\n        const chart = this;\n        // 'all' option\n        if (this._multiple) {\n            this._cbox\n                .append('li')\n                .append('input')\n                .attr('type', 'reset')\n                .text(this._promptText)\n                .on('click', d3compat.eventHandler(function (d, evt) {\n                    return chart._onChange(d, evt, this);\n                }));\n        } else {\n            const li = this._cbox.append('li');\n            li.append('input')\n                .attr('type', this._inputType)\n                .attr('value', this._promptValue)\n                .attr('name', `domain_${this._uniqueId}`)\n                .attr('id', (d, i) => `input_${this._uniqueId}_all`)\n                .property('checked', true);\n            li.append('label')\n                .attr('for', (d, i) => `input_${this._uniqueId}_all`)\n                .text(this._promptText);\n        }\n\n        this._cbox\n            .selectAll(`li.${ITEM_CSS_CLASS}`)\n            .sort(this._order);\n\n        this._cbox.on('change', d3compat.eventHandler(function (d, evt) {\n            return chart._onChange(d, evt, this);\n        }));\n        return options;\n    }\n\n    _onChange (d, evt, element) {\n        let values;\n\n        const target = select(evt.target);\n        let options;\n\n        if (!target.datum()) {\n            values = this._promptValue || null;\n        } else {\n            options = select(element).selectAll('input')\n                .filter(function (o) {\n                    if (o) {\n                        return this.checked;\n                    }\n                });\n            values = options.nodes().map(option => option.value);\n            // check if only prompt option is selected\n            if (!this._multiple && values.length === 1) {\n                values = values[0];\n            }\n        }\n        this.onChange(values);\n    }\n\n    onChange (val) {\n        if (val && this._multiple) {\n            this.replaceFilter([val]);\n        } else if (val) {\n            this.replaceFilter(val);\n        } else {\n            this.filterAll();\n        }\n        events.trigger(() => {\n            this.redrawGroup();\n        });\n    }\n\n    /**\n     * Get or set the function that controls the ordering of option tags in the\n     * cbox menu. By default options are ordered by the group key in ascending\n     * order.\n     * @param {Function} [order]\n     * @returns {Function|CboxMenu}\n     * @example\n     * // order by the group's value\n     * chart.order(function (a,b) {\n     *     return a.value > b.value ? 1 : b.value > a.value ? -1 : 0;\n     * });\n     */\n    order (order) {\n        if (!arguments.length) {\n            return this._order;\n        }\n        this._order = order;\n        return this;\n    }\n\n    /**\n     * Get or set the text displayed in the options used to prompt selection.\n     * @param {String} [promptText='Select all']\n     * @returns {String|CboxMenu}\n     * @example\n     * chart.promptText('All states');\n     */\n    promptText (promptText) {\n        if (!arguments.length) {\n            return this._promptText;\n        }\n        this._promptText = promptText;\n        return this;\n    }\n\n    /**\n     * Get or set the function that filters options prior to display. By default options\n     * with a value of < 1 are not displayed.\n     * @param {function} [filterDisplayed]\n     * @returns {Function|CboxMenu}\n     * @example\n     * // display all options override the `filterDisplayed` function:\n     * chart.filterDisplayed(function () {\n     *     return true;\n     * });\n     */\n    filterDisplayed (filterDisplayed) {\n        if (!arguments.length) {\n            return this._filterDisplayed;\n        }\n        this._filterDisplayed = filterDisplayed;\n        return this;\n    }\n\n    /**\n     * Controls the type of input element. Setting it to true converts\n     * the HTML `input` tags from radio buttons to checkboxes.\n     * @param {boolean} [multiple=false]\n     * @returns {Boolean|CboxMenu}\n     * @example\n     * chart.multiple(true);\n     */\n    multiple (multiple) {\n        if (!arguments.length) {\n            return this._multiple;\n        }\n        this._multiple = multiple;\n        if (this._multiple) {\n            this._inputType = 'checkbox';\n        } else {\n            this._inputType = 'radio';\n        }\n        return this;\n    }\n\n    /**\n     * Controls the default value to be used for\n     * [dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)\n     * when only the prompt value is selected. If `null` (the default), no filtering will occur when\n     * just the prompt is selected.\n     * @param {?*} [promptValue=null]\n     * @returns {*|CboxMenu}\n     */\n    promptValue (promptValue) {\n        if (!arguments.length) {\n            return this._promptValue;\n        }\n        this._promptValue = promptValue;\n\n        return this;\n    }\n}\n\nexport const cboxMenu = (parent, chartGroup) => new CboxMenu(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/composite-chart.js",
    "content": "import {min, max} from 'd3-array';\nimport {scaleLinear} from 'd3-scale';\nimport {axisRight} from 'd3-axis';\n\nimport {utils} from '../core/utils';\nimport {CoordinateGridMixin} from '../base/coordinate-grid-mixin';\n\nconst SUB_CHART_CLASS = 'sub';\nconst DEFAULT_RIGHT_Y_AXIS_LABEL_PADDING = 12;\n\n/**\n * Composite charts are a special kind of chart that render multiple charts on the same Coordinate\n * Grid. You can overlay (compose) different bar/line/area charts in a single composite chart to\n * achieve some quite flexible charting effects.\n * @mixes CoordinateGridMixin\n */\nexport class CompositeChart extends CoordinateGridMixin {\n    /**\n     * Create a Composite Chart.\n     * @example\n     * // create a composite chart under #chart-container1 element using the default global chart group\n     * var compositeChart1 = new CompositeChart('#chart-container1');\n     * // create a composite chart under #chart-container2 element using chart group A\n     * var compositeChart2 = new CompositeChart('#chart-container2', 'chartGroupA');\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._children = [];\n\n        this._childOptions = {};\n\n        this._shareColors = false;\n        this._shareTitle = true;\n        this._alignYAxes = false;\n\n        this._rightYAxis = axisRight();\n        this._rightYAxisLabel = 0;\n        this._rightYAxisLabelPadding = DEFAULT_RIGHT_Y_AXIS_LABEL_PADDING;\n        this._rightY = undefined;\n        this._rightAxisGridLines = false;\n\n        this._mandatoryAttributes([]);\n        this.transitionDuration(500);\n        this.transitionDelay(0);\n\n        this.on('filtered.dcjs-composite-chart', chart => {\n            // Propagate the filters onto the children\n            // Notice that on children the call is .replaceFilter and not .filter\n            //   the reason is that _chart.filter() returns the entire current set of filters not just the last added one\n            for (let i = 0; i < this._children.length; ++i) {\n                this._children[i].replaceFilter(this.filter());\n            }\n        });\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _generateG () {\n        const g = super._generateG();\n\n        for (let i = 0; i < this._children.length; ++i) {\n            const child = this._children[i];\n\n            this._generateChildG(child, i);\n\n            if (!child.dimension()) {\n                child.dimension(this.dimension());\n            }\n            if (!child.group()) {\n                child.group(this.group());\n            }\n\n            child.chartGroup(this.chartGroup());\n            child.svg(this.svg());\n            child.xUnits(this.xUnits());\n            child.transitionDuration(this.transitionDuration(), this.transitionDelay());\n            child.parentBrushOn(this.brushOn());\n            child.brushOn(false);\n            child.renderTitle(this.renderTitle());\n            child.elasticX(this.elasticX());\n        }\n\n        return g;\n    }\n\n    rescale () {\n        super.rescale();\n\n        this._children.forEach(child => {\n            child.rescale();\n        });\n\n        return this;\n    }\n\n    resizing (resizing) {\n        if (!arguments.length) {\n            return super.resizing();\n        }\n        super.resizing(resizing);\n\n        this._children.forEach(child => {\n            child.resizing(resizing);\n        });\n\n        return this;\n    }\n\n    _prepareYAxis () {\n        const left = (this._leftYAxisChildren().length !== 0);\n        const right = (this._rightYAxisChildren().length !== 0);\n        const ranges = this._calculateYAxisRanges(left, right);\n\n        if (left) {\n            this._prepareLeftYAxis(ranges);\n        }\n        if (right) {\n            this._prepareRightYAxis(ranges);\n        }\n\n        if (this._leftYAxisChildren().length > 0 && !this._rightAxisGridLines) {\n            this._renderHorizontalGridLinesForAxis(this.g(), this.y(), this.yAxis());\n        } else if (this._rightYAxisChildren().length > 0) {\n            this._renderHorizontalGridLinesForAxis(this.g(), this._rightY, this._rightYAxis);\n        }\n    }\n\n    renderYAxis () {\n        if (this._leftYAxisChildren().length !== 0) {\n            this.renderYAxisAt('y', this.yAxis(), this.margins().left);\n            this.renderYAxisLabel('y', this.yAxisLabel(), -90);\n        }\n\n        if (this._rightYAxisChildren().length !== 0) {\n            this.renderYAxisAt('yr', this.rightYAxis(), this.width() - this.margins().right);\n            this.renderYAxisLabel('yr', this.rightYAxisLabel(), 90, this.width() - this._rightYAxisLabelPadding);\n        }\n    }\n\n    _calculateYAxisRanges (left, right) {\n        let lyAxisMin, lyAxisMax, ryAxisMin, ryAxisMax;\n        let ranges;\n\n        if (left) {\n            lyAxisMin = this._yAxisMin();\n            lyAxisMax = this._yAxisMax();\n        }\n\n        if (right) {\n            ryAxisMin = this._rightYAxisMin();\n            ryAxisMax = this._rightYAxisMax();\n        }\n\n        if (this.alignYAxes() && left && right) {\n            ranges = this._alignYAxisRanges(lyAxisMin, lyAxisMax, ryAxisMin, ryAxisMax);\n        }\n\n        return ranges || {\n            lyAxisMin: lyAxisMin,\n            lyAxisMax: lyAxisMax,\n            ryAxisMin: ryAxisMin,\n            ryAxisMax: ryAxisMax\n        };\n    }\n\n    _alignYAxisRanges (lyAxisMin, lyAxisMax, ryAxisMin, ryAxisMax) {\n        // since the two series will share a zero, each Y is just a multiple\n        // of the other. and the ratio should be the ratio of the ranges of the\n        // input data, so that they come out the same height. so we just min/max\n\n        // note: both ranges already include zero due to the stack mixin (#667)\n        // if #667 changes, we can reconsider whether we want data height or\n        // height from zero to be equal. and it will be possible for the axes\n        // to be aligned but not visible.\n        const extentRatio = (ryAxisMax - ryAxisMin) / (lyAxisMax - lyAxisMin);\n\n        return {\n            lyAxisMin: Math.min(lyAxisMin, ryAxisMin / extentRatio),\n            lyAxisMax: Math.max(lyAxisMax, ryAxisMax / extentRatio),\n            ryAxisMin: Math.min(ryAxisMin, lyAxisMin * extentRatio),\n            ryAxisMax: Math.max(ryAxisMax, lyAxisMax * extentRatio)\n        };\n    }\n\n    _prepareRightYAxis (ranges) {\n        const needDomain = this.rightY() === undefined || this.elasticY(),\n            needRange = needDomain || this.resizing();\n        if (this.rightY() === undefined) {\n            this.rightY(scaleLinear());\n        }\n        if (needDomain) {\n            this.rightY().domain([ranges.ryAxisMin, ranges.ryAxisMax]);\n        }\n        if (needRange) {\n            this.rightY().rangeRound([this.yAxisHeight(), 0]);\n        }\n\n        this.rightY().range([this.yAxisHeight(), 0]);\n        this.rightYAxis(this.rightYAxis().scale(this.rightY()));\n\n        // In D3v4 create a RightAxis\n        // _chart.rightYAxis().orient('right');\n    }\n\n    _prepareLeftYAxis (ranges) {\n        const needDomain = this.y() === undefined || this.elasticY(),\n            needRange = needDomain || this.resizing();\n        if (this.y() === undefined) {\n            this.y(scaleLinear());\n        }\n        if (needDomain) {\n            this.y().domain([ranges.lyAxisMin, ranges.lyAxisMax]);\n        }\n        if (needRange) {\n            this.y().rangeRound([this.yAxisHeight(), 0]);\n        }\n\n        this.y().range([this.yAxisHeight(), 0]);\n        this.yAxis(this.yAxis().scale(this.y()));\n\n        // In D3v4 create a LeftAxis\n        // _chart.yAxis().orient('left');\n    }\n\n    _generateChildG (child, i) {\n        child._generateG(this.g());\n        child.g().attr('class', `${SUB_CHART_CLASS} _${i}`);\n    }\n\n    plotData () {\n        for (let i = 0; i < this._children.length; ++i) {\n            const child = this._children[i];\n\n            if (!child.g()) {\n                this._generateChildG(child, i);\n            }\n\n            if (this._shareColors) {\n                child.colors(this.colors());\n            }\n\n            child.x(this.x());\n\n            child.xAxis(this.xAxis());\n\n            if (child.useRightYAxis()) {\n                child.y(this.rightY());\n                child.yAxis(this.rightYAxis());\n            } else {\n                child.y(this.y());\n                child.yAxis(this.yAxis());\n            }\n\n            child.plotData();\n\n            child._activateRenderlets();\n        }\n    }\n\n    /**\n     * Get or set whether to draw gridlines from the right y axis.  Drawing from the left y axis is the\n     * default behavior. This option is only respected when subcharts with both left and right y-axes\n     * are present.\n     * @param {Boolean} [useRightAxisGridLines=false]\n     * @returns {Boolean|CompositeChart}\n     */\n    useRightAxisGridLines (useRightAxisGridLines) {\n        if (!arguments) {\n            return this._rightAxisGridLines;\n        }\n\n        this._rightAxisGridLines = useRightAxisGridLines;\n        return this;\n    }\n\n    /**\n     * Get or set chart-specific options for all child charts. This is equivalent to calling\n     * {@link BaseMixin#options .options} on each child chart.\n     * @param {Object} [childOptions]\n     * @returns {Object|CompositeChart}\n     */\n    childOptions (childOptions) {\n        if (!arguments.length) {\n            return this._childOptions;\n        }\n        this._childOptions = childOptions;\n        this._children.forEach(child => {\n            child.options(this._childOptions);\n        });\n        return this;\n    }\n\n    fadeDeselectedArea (brushSelection) {\n        if (this.brushOn()) {\n            for (let i = 0; i < this._children.length; ++i) {\n                const child = this._children[i];\n                child.fadeDeselectedArea(brushSelection);\n            }\n        }\n    }\n\n    /**\n     * Set or get the right y axis label.\n     * @param {String} [rightYAxisLabel]\n     * @param {Number} [padding]\n     * @returns {String|CompositeChart}\n     */\n    rightYAxisLabel (rightYAxisLabel, padding) {\n        if (!arguments.length) {\n            return this._rightYAxisLabel;\n        }\n        this._rightYAxisLabel = rightYAxisLabel;\n        this.margins().right -= this._rightYAxisLabelPadding;\n        this._rightYAxisLabelPadding = (padding === undefined) ? DEFAULT_RIGHT_Y_AXIS_LABEL_PADDING : padding;\n        this.margins().right += this._rightYAxisLabelPadding;\n        return this;\n    }\n\n    /**\n     * Combine the given charts into one single composite coordinate grid chart.\n     * @example\n     * moveChart.compose([\n     *     // when creating sub-chart you need to pass in the parent chart\n     *     new LineChart(moveChart)\n     *         .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used\n     *         .valueAccessor(function (d){return d.value.avg;})\n     *         // most of the normal functions will continue to work in a composed chart\n     *         .renderArea(true)\n     *         .stack(monthlyMoveGroup, function (d){return d.value;})\n     *         .title(function (d){\n     *             var value = d.value.avg?d.value.avg:d.value;\n     *             if(isNaN(value)) value = 0;\n     *             return dateFormat(d.key) + '\\n' + numberFormat(value);\n     *         }),\n     *     new BarChart(moveChart)\n     *         .group(volumeByMonthGroup)\n     *         .centerBar(true)\n     * ]);\n     * @param {Array<Chart>} [subChartArray]\n     * @returns {CompositeChart}\n     */\n    compose (subChartArray) {\n        this._children = subChartArray;\n        this._children.forEach(child => {\n            child.height(this.height());\n            child.width(this.width());\n            child.margins(this.margins());\n\n            if (this._shareTitle) {\n                child.title(this.title());\n            }\n\n            child.options(this._childOptions);\n        });\n        this.rescale();\n        return this;\n    }\n\n    _setChildrenProperty (prop, value) {\n        this._children.forEach(child => {\n            child[prop](value);\n        });\n    }\n\n    // properties passed through in compose()\n    height (height) {\n        if(!arguments.length) {\n            return super.height();\n        }\n        super.height(height);\n        this._setChildrenProperty('height', height);\n        return this;\n    }\n\n    width (width) {\n        if(!arguments.length) {\n            return super.width();\n        }\n        super.width(width);\n        this._setChildrenProperty('width', width);\n        return this;\n    }\n\n    margins (margins) {\n        if(!arguments.length) {\n            return super.margins();\n        }\n        super.margins(margins);\n        this._setChildrenProperty('margins', margins);\n        return this;\n    }\n\n    /**\n     * Returns the child charts which are composed into the composite chart.\n     * @returns {Array<BaseMixin>}\n     */\n    children () {\n        return this._children;\n    }\n\n    /**\n     * Get or set color sharing for the chart. If set, the {@link ColorMixin#colors .colors()} value from this chart\n     * will be shared with composed children. Additionally if the child chart implements\n     * Stackable and has not set a custom .colorAccessor, then it will generate a color\n     * specific to its order in the composition.\n     * @param {Boolean} [shareColors=false]\n     * @returns {Boolean|CompositeChart}\n     */\n    shareColors (shareColors) {\n        if (!arguments.length) {\n            return this._shareColors;\n        }\n        this._shareColors = shareColors;\n        return this;\n    }\n\n    /**\n     * Get or set title sharing for the chart. If set, the {@link BaseMixin#title .title()} value from\n     * this chart will be shared with composed children.\n     *\n     * Note: currently you must call this before `compose` or the child will still get the parent's\n     * `title` function!\n     * @param {Boolean} [shareTitle=true]\n     * @returns {Boolean|CompositeChart}\n     */\n    shareTitle (shareTitle) {\n        if (!arguments.length) {\n            return this._shareTitle;\n        }\n        this._shareTitle = shareTitle;\n        return this;\n    }\n\n    /**\n     * Get or set the y scale for the right axis. The right y scale is typically automatically\n     * generated by the chart implementation.\n     * @see {@link https://github.com/d3/d3-scale/blob/master/README.md d3.scale}\n     * @param {d3.scale} [yScale]\n     * @returns {d3.scale|CompositeChart}\n     */\n    rightY (yScale) {\n        if (!arguments.length) {\n            return this._rightY;\n        }\n        this._rightY = yScale;\n        this.rescale();\n        return this;\n    }\n\n    /**\n     * Get or set alignment between left and right y axes. A line connecting '0' on both y axis\n     * will be parallel to x axis. This only has effect when {@link CoordinateGridMixin#elasticY elasticY} is true.\n     * @param {Boolean} [alignYAxes=false]\n     * @returns {Chart}\n     */\n    alignYAxes (alignYAxes) {\n        if (!arguments.length) {\n            return this._alignYAxes;\n        }\n        this._alignYAxes = alignYAxes;\n        this.rescale();\n        return this;\n    }\n\n    _leftYAxisChildren () {\n        return this._children.filter(child => !child.useRightYAxis());\n    }\n\n    _rightYAxisChildren () {\n        return this._children.filter(child => child.useRightYAxis());\n    }\n\n    _getYAxisMin (charts) {\n        return charts.map(c => c.yAxisMin());\n    }\n\n    _yAxisMin () {\n        return min(this._getYAxisMin(this._leftYAxisChildren()));\n    }\n\n    _rightYAxisMin () {\n        return min(this._getYAxisMin(this._rightYAxisChildren()));\n    }\n\n    _getYAxisMax (charts) {\n        return charts.map(c => c.yAxisMax());\n    }\n\n    _yAxisMax () {\n        return utils.add(max(this._getYAxisMax(this._leftYAxisChildren())), this.yAxisPadding());\n    }\n\n    _rightYAxisMax () {\n        return utils.add(max(this._getYAxisMax(this._rightYAxisChildren())), this.yAxisPadding());\n    }\n\n    _getAllXAxisMinFromChildCharts () {\n        return this._children.map(c => c.xAxisMin());\n    }\n\n    xAxisMin () {\n        return utils.subtract(min(this._getAllXAxisMinFromChildCharts()), this.xAxisPadding(), this.xAxisPaddingUnit());\n    }\n\n    _getAllXAxisMaxFromChildCharts () {\n        return this._children.map(c => c.xAxisMax());\n    }\n\n    xAxisMax () {\n        return utils.add(max(this._getAllXAxisMaxFromChildCharts()), this.xAxisPadding(), this.xAxisPaddingUnit());\n    }\n\n    legendables () {\n        return this._children.reduce((items, child) => {\n            if (this._shareColors) {\n                child.colors(this.colors());\n            }\n            items.push.apply(items, child.legendables());\n            return items;\n        }, []);\n    }\n\n    legendHighlight (d) {\n        for (let j = 0; j < this._children.length; ++j) {\n            const child = this._children[j];\n            child.legendHighlight(d);\n        }\n    }\n\n    legendReset (d) {\n        for (let j = 0; j < this._children.length; ++j) {\n            const child = this._children[j];\n            child.legendReset(d);\n        }\n    }\n\n    legendToggle () {\n        console.log('composite should not be getting legendToggle itself');\n    }\n\n    /**\n     * Set or get the right y axis used by the composite chart. This function is most useful when y\n     * axis customization is required. The y axis in dc.js is an instance of a\n     * [d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisRight) therefore it supports any valid\n     * d3 axis manipulation.\n     *\n     * **Caution**: The right y axis is usually generated internally by dc; resetting it may cause\n     * unexpected results.  Note also that when used as a getter, this function is not chainable: it\n     * returns the axis, not the chart,\n     * {@link https://github.com/dc-js/dc.js/wiki/FAQ#why-does-everything-break-after-a-call-to-xaxis-or-yaxis\n     * so attempting to call chart functions after calling `.yAxis()` will fail}.\n     * @see {@link https://github.com/d3/d3-axis/blob/master/README.md#axisRight}\n     * @example\n     * // customize y axis tick format\n     * chart.rightYAxis().tickFormat(function (v) {return v + '%';});\n     * // customize y axis tick values\n     * chart.rightYAxis().tickValues([0, 100, 200, 300]);\n     * @param {d3.axisRight} [rightYAxis]\n     * @returns {d3.axisRight|CompositeChart}\n     */\n    rightYAxis (rightYAxis) {\n        if (!arguments.length) {\n            return this._rightYAxis;\n        }\n        this._rightYAxis = rightYAxis;\n        return this;\n    }\n\n    yAxisMin () {\n        throw new Error('Not supported for this chart type');\n    }\n\n    yAxisMax () {\n        throw new Error('Not supported for this chart type');\n    }\n}\n\nexport const compositeChart = (parent, chartGroup) => new CompositeChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/data-count.js",
    "content": "import {format} from 'd3-format';\n\nimport {logger} from '../core/logger';\nimport {BaseMixin} from '../base/base-mixin';\n\n/**\n * The data count widget is a simple widget designed to display the number of records selected by the\n * current filters out of the total number of records in the data set. Once created the data count widget\n * will automatically update the text content of child elements with the following classes:\n *\n * * `.total-count` - total number of records\n * * `.filter-count` - number of records matched by the current filters\n *\n * Note: this widget works best for the specific case of showing the number of records out of a\n * total. If you want a more general-purpose numeric display, please use the\n * {@link NumberDisplay} widget instead.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ Nasdaq 100 Index}\n * @mixes BaseMixin\n */\nexport class DataCount extends BaseMixin {\n    /**\n     * Create a Data Count widget.\n     * @example\n     * var ndx = crossfilter(data);\n     * var all = ndx.groupAll();\n     *\n     * new DataCount('.dc-data-count')\n     *     .crossfilter(ndx)\n     *     .groupAll(all);\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._formatNumber = format(',d');\n        this._crossfilter = null;\n        this._groupAll = null;\n        this._html = {some: '', all: ''};\n\n        this._mandatoryAttributes(['crossfilter', 'groupAll']);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    /**\n     * Gets or sets an optional object specifying HTML templates to use depending how many items are\n     * selected. The text `%total-count` will replaced with the total number of records, and the text\n     * `%filter-count` will be replaced with the number of selected records.\n     * - all: HTML template to use if all items are selected\n     * - some: HTML template to use if not all items are selected\n     * @example\n     * counter.html({\n     *      some: '%filter-count out of %total-count records selected',\n     *      all: 'All records selected. Click on charts to apply filters'\n     * })\n     * @param {{some:String, all: String}} [options]\n     * @returns {{some:String, all: String}|DataCount}\n     */\n    html (options) {\n        if (!arguments.length) {\n            return this._html;\n        }\n        if (options.all) {\n            this._html.all = options.all;\n        }\n        if (options.some) {\n            this._html.some = options.some;\n        }\n        return this;\n    }\n\n    /**\n     * Gets or sets an optional function to format the filter count and total count.\n     * @see {@link https://github.com/d3/d3-format/blob/master/README.md#format d3.format}\n     * @example\n     * counter.formatNumber(d3.format('.2g'))\n     * @param {Function} [formatter=d3.format('.2g')]\n     * @returns {Function|DataCount}\n     */\n    formatNumber (formatter) {\n        if (!arguments.length) {\n            return this._formatNumber;\n        }\n        this._formatNumber = formatter;\n        return this;\n    }\n\n    _doRender () {\n        const tot = this.crossfilter().size(),\n            val = this.groupAll().value();\n        const all = this._formatNumber(tot);\n        const selected = this._formatNumber(val);\n\n        if ((tot === val) && (this._html.all !== '')) {\n            this.root().html(this._html.all.replace('%total-count', all).replace('%filter-count', selected));\n        } else if (this._html.some !== '') {\n            this.root().html(this._html.some.replace('%total-count', all).replace('%filter-count', selected));\n        } else {\n            this.selectAll('.total-count').text(all);\n            this.selectAll('.filter-count').text(selected);\n        }\n        return this;\n    }\n\n    _doRedraw () {\n        return this._doRender();\n    }\n\n    crossfilter (cf) {\n        if (!arguments.length) {\n            return this._crossfilter;\n        }\n        this._crossfilter = cf;\n        return this;\n    }\n\n    dimension (cf) {\n        logger.warnOnce('consider using dataCount.crossfilter instead of dataCount.dimension for clarity');\n        if (!arguments.length) {\n            return this.crossfilter();\n        }\n        return this.crossfilter(cf);\n    }\n\n    groupAll (groupAll) {\n        if (!arguments.length) {\n            return this._groupAll;\n        }\n        this._groupAll = groupAll;\n        return this;\n    }\n\n    group (groupAll) {\n        logger.warnOnce('consider using dataCount.groupAll instead of dataCount.group for clarity');\n        if (!arguments.length) {\n            return this.groupAll();\n        }\n        return this.groupAll(groupAll);\n    }\n}\n\nexport const dataCount = (parent, chartGroup) => new DataCount(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/data-grid.js",
    "content": "import {ascending} from 'd3-array';\n\nimport {logger} from '../core/logger';\nimport {BaseMixin} from '../base/base-mixin';\nimport {d3compat} from '../core/config';\n\nconst LABEL_CSS_CLASS = 'dc-grid-label';\nconst ITEM_CSS_CLASS = 'dc-grid-item';\nconst SECTION_CSS_CLASS = 'dc-grid-section dc-grid-group';\nconst GRID_CSS_CLASS = 'dc-grid-top';\n\n/**\n * Data grid is a simple widget designed to list the filtered records, providing\n * a simple way to define how the items are displayed.\n *\n * Note: Formerly the data grid chart (and data table) used the {@link DataGrid#group group} attribute as a\n * keying function for {@link https://github.com/d3/d3-collection/blob/master/README.md#nest nesting} the data\n * together in sections.  This was confusing so it has been renamed to `section`, although `group` still works.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ep/ List of members of the european parliament}\n * @mixes BaseMixin\n */\nexport class DataGrid extends BaseMixin {\n    /**\n     * Create a Data Grid.\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._section = null;\n        this._size = 999; // shouldn't be needed, but you might\n        this._html = function (d) {\n            return `you need to provide an html() handling param:  ${JSON.stringify(d)}`;\n        };\n        this._sortBy = function (d) {\n            return d;\n        };\n        this._order = ascending;\n        this._beginSlice = 0;\n        this._endSlice = undefined;\n\n        this._htmlSection = d => `<div class='${SECTION_CSS_CLASS}'><h1 class='${LABEL_CSS_CLASS}'>${ \n            this.keyAccessor()(d)}</h1></div>`;\n\n        this._mandatoryAttributes(['dimension', 'section']);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _doRender () {\n        this.selectAll(`div.${GRID_CSS_CLASS}`).remove();\n\n        this._renderItems(this._renderSections());\n\n        return this;\n    }\n\n    _renderSections () {\n        const sections = this.root().selectAll(`div.${GRID_CSS_CLASS}`)\n            .data(this._nestEntries(), d => this.keyAccessor()(d));\n\n        const itemSection = sections\n            .enter()\n            .append('div')\n            .attr('class', GRID_CSS_CLASS);\n\n        if (this._htmlSection) {\n            itemSection\n                .html(d => this._htmlSection(d));\n        }\n\n        sections.exit().remove();\n        return itemSection;\n    }\n\n    _nestEntries () {\n        let entries = this.dimension().top(this._size);\n\n        entries = entries\n            .sort((a, b) => this._order(this._sortBy(a), this._sortBy(b)))\n            .slice(this._beginSlice, this._endSlice)\n\n        return d3compat.nester({\n            key: this.section(),\n            sortKeys: this._order,\n            entries\n        });\n    }\n\n    _renderItems (sections) {\n        let items = sections.order()\n            .selectAll(`div.${ITEM_CSS_CLASS}`)\n            .data(d => d.values);\n\n        items.exit().remove();\n\n        items = items\n            .enter()\n            .append('div')\n            .attr('class', ITEM_CSS_CLASS)\n            .html(d => this._html(d))\n            .merge(items);\n\n        return items;\n    }\n\n    _doRedraw () {\n        return this._doRender();\n    }\n\n    /**\n     * Get or set the section function for the data grid. The section function takes a data row and\n     * returns the key to specify to {@link https://github.com/d3/d3-collection/blob/master/README.md#nest d3.nest}\n     * to split rows into sections.\n     *\n     * Do not pass in a crossfilter section as this will not work.\n     * @example\n     * // section rows by the value of their field\n     * chart\n     *     .section(function(d) { return d.field; })\n     * @param {Function} section Function taking a row of data and returning the nest key.\n     * @returns {Function|DataGrid}\n     */\n    section (section) {\n        if (!arguments.length) {\n            return this._section;\n        }\n        this._section = section;\n        return this;\n    }\n\n    /**\n     * Backward-compatible synonym for {@link DataGrid#section section}.\n     *\n     * @param {Function} section Function taking a row of data and returning the nest key.\n     * @returns {Function|DataGrid}\n     */\n    group (section) {\n        logger.warnOnce('consider using dataGrid.section instead of dataGrid.group for clarity');\n        if (!arguments.length) {\n            return this.section();\n        }\n        return this.section(section);\n    }\n\n    /**\n     * Get or set the index of the beginning slice which determines which entries get displayed by the widget.\n     * Useful when implementing pagination.\n     * @param {Number} [beginSlice=0]\n     * @returns {Number|DataGrid}\n     */\n    beginSlice (beginSlice) {\n        if (!arguments.length) {\n            return this._beginSlice;\n        }\n        this._beginSlice = beginSlice;\n        return this;\n    }\n\n    /**\n     * Get or set the index of the end slice which determines which entries get displayed by the widget.\n     * Useful when implementing pagination.\n     * @param {Number} [endSlice]\n     * @returns {Number|DataGrid}\n     */\n    endSlice (endSlice) {\n        if (!arguments.length) {\n            return this._endSlice;\n        }\n        this._endSlice = endSlice;\n        return this;\n    }\n\n    /**\n     * Get or set the grid size which determines the number of items displayed by the widget.\n     * @param {Number} [size=999]\n     * @returns {Number|DataGrid}\n     */\n    size (size) {\n        if (!arguments.length) {\n            return this._size;\n        }\n        this._size = size;\n        return this;\n    }\n\n    /**\n     * Get or set the function that formats an item. The data grid widget uses a\n     * function to generate dynamic html. Use your favourite templating engine or\n     * generate the string directly.\n     * @example\n     * chart.html(function (d) { return '<div class='item '+data.exampleCategory+''>'+data.exampleString+'</div>';});\n     * @param {Function} [html]\n     * @returns {Function|DataGrid}\n     */\n    html (html) {\n        if (!arguments.length) {\n            return this._html;\n        }\n        this._html = html;\n        return this;\n    }\n\n    /**\n     * Get or set the function that formats a section label.\n     * @example\n     * chart.htmlSection (function (d) { return '<h2>'.d.key . 'with ' . d.values.length .' items</h2>'});\n     * @param {Function} [htmlSection]\n     * @returns {Function|DataGrid}\n     */\n    htmlSection (htmlSection) {\n        if (!arguments.length) {\n            return this._htmlSection;\n        }\n        this._htmlSection = htmlSection;\n        return this;\n    }\n\n    /**\n     * Backward-compatible synonym for {@link DataGrid#htmlSection htmlSection}.\n     * @param {Function} [htmlSection]\n     * @returns {Function|DataGrid}\n     */\n    htmlGroup (htmlSection) {\n        logger.warnOnce('consider using dataGrid.htmlSection instead of dataGrid.htmlGroup for clarity');\n        if (!arguments.length) {\n            return this.htmlSection();\n        }\n        return this.htmlSection(htmlSection);\n    }\n\n    /**\n     * Get or set sort-by function. This function works as a value accessor at the item\n     * level and returns a particular field to be sorted.\n     * @example\n     * chart.sortBy(function(d) {\n     *     return d.date;\n     * });\n     * @param {Function} [sortByFunction]\n     * @returns {Function|DataGrid}\n     */\n    sortBy (sortByFunction) {\n        if (!arguments.length) {\n            return this._sortBy;\n        }\n        this._sortBy = sortByFunction;\n        return this;\n    }\n\n    /**\n     * Get or set sort the order function.\n     * @see {@link https://github.com/d3/d3-array/blob/master/README.md#ascending d3.ascending}\n     * @see {@link https://github.com/d3/d3-array/blob/master/README.md#descending d3.descending}\n     * @example\n     * chart.order(d3.descending);\n     * @param {Function} [order=d3.ascending]\n     * @returns {Function|DataGrid}\n     */\n    order (order) {\n        if (!arguments.length) {\n            return this._order;\n        }\n        this._order = order;\n        return this;\n    }\n}\n\nexport const dataGrid = (parent, chartGroup) => new DataGrid(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/data-table.js",
    "content": "import {ascending} from 'd3-array';\n\nimport {logger} from '../core/logger';\nimport {BaseMixin} from '../base/base-mixin';\nimport {d3compat} from '../core/config';\n\nconst LABEL_CSS_CLASS = 'dc-table-label';\nconst ROW_CSS_CLASS = 'dc-table-row';\nconst COLUMN_CSS_CLASS = 'dc-table-column';\nconst SECTION_CSS_CLASS = 'dc-table-section dc-table-group';\nconst HEAD_CSS_CLASS = 'dc-table-head';\n\n/**\n * The data table is a simple widget designed to list crossfilter focused data set (rows being\n * filtered) in a good old tabular fashion.\n *\n * An interesting feature of the data table is that you can pass a crossfilter group to the\n * `dimension`, if you want to show aggregated data instead of raw data rows. This requires no\n * special code as long as you specify the {@link DataTable#order order} as `d3.descending`,\n * since the data table will use `dimension.top()` to fetch the data in that case, and the method is\n * equally supported on the crossfilter group as the crossfilter dimension.\n *\n * If you want to display aggregated data in ascending order, you will need to wrap the group\n * in a [fake dimension](https://github.com/dc-js/dc.js/wiki/FAQ#fake-dimensions) to support the\n * `.bottom()` method. See the example linked below for more details.\n *\n * Note: Formerly the data table (and data grid chart) used the {@link DataTable#group group} attribute as a\n * keying function for {@link https://github.com/d3/d3-collection/blob/master/README.md#nest nesting} the data\n * together in sections.  This was confusing so it has been renamed to `section`, although `group` still works.\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ Nasdaq 100 Index}\n * - {@link http://dc-js.github.io/dc.js/examples/table-on-aggregated-data.html dataTable on a crossfilter group}\n * ({@link https://github.com/dc-js/dc.js/blob/master/web-src/examples/table-on-aggregated-data.html source})\n *\n * @mixes BaseMixin\n */\nexport class DataTable extends BaseMixin {\n    /**\n     * Create a Data Table.\n     *\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._size = 25;\n        this._columns = [];\n        this._sortBy = d => d;\n        this._order = ascending;\n        this._beginSlice = 0;\n        this._endSlice = undefined;\n        this._showSections = true;\n        this._section = () => ''; // all in one section\n\n        this._mandatoryAttributes(['dimension']);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _doRender () {\n        this.selectAll('tbody').remove();\n\n        this._renderRows(this._renderSections());\n\n        return this;\n    }\n\n    _doColumnValueFormat (v, d) {\n        return (typeof v === 'function') ? v(d) :  // v as function\n            (typeof v === 'string') ? d[v] :       // v is field name string\n            v.format(d);                           // v is Object, use fn (element 2)\n    }\n\n    _doColumnHeaderFormat (d) {\n        // if 'function', convert to string representation\n        // show a string capitalized\n        // if an object then display its label string as-is.\n        return (typeof d === 'function') ? this._doColumnHeaderFnToString(d) :\n            (typeof d === 'string') ? this._doColumnHeaderCapitalize(d) :\n            String(d.label);\n    }\n\n    _doColumnHeaderCapitalize (s) {\n        // capitalize\n        return s.charAt(0).toUpperCase() + s.slice(1);\n    }\n\n    _doColumnHeaderFnToString (f) {\n        // columnString(f) {\n        let s = String(f);\n        const i1 = s.indexOf('return ');\n        if (i1 >= 0) {\n            const i2 = s.lastIndexOf(';');\n            if (i2 >= 0) {\n                s = s.substring(i1 + 7, i2);\n                const i3 = s.indexOf('numberFormat');\n                if (i3 >= 0) {\n                    s = s.replace('numberFormat', '');\n                }\n            }\n        }\n        return s;\n    }\n\n    _renderSections () {\n        // The 'original' example uses all 'functions'.\n        // If all 'functions' are used, then don't remove/add a header, and leave\n        // the html alone. This preserves the functionality of earlier releases.\n        // A 2nd option is a string representing a field in the data.\n        // A third option is to supply an Object such as an array of 'information', and\n        // supply your own _doColumnHeaderFormat and _doColumnValueFormat functions to\n        // create what you need.\n        let bAllFunctions = true;\n        this._columns.forEach(f => {\n            bAllFunctions = bAllFunctions & (typeof f === 'function');\n        });\n\n        if (!bAllFunctions) {\n            // ensure one thead\n            let thead = this.selectAll('thead').data([0]);\n            thead.exit().remove();\n            thead = thead.enter()\n                .append('thead')\n                .merge(thead);\n\n            // with one tr\n            let headrow = thead.selectAll('tr').data([0]);\n            headrow.exit().remove();\n            headrow = headrow.enter()\n                .append('tr')\n                .merge(headrow);\n\n            // with a th for each column\n            const headcols = headrow.selectAll('th')\n                .data(this._columns);\n            headcols.exit().remove();\n            headcols.enter().append('th')\n                .merge(headcols)\n                .attr('class', HEAD_CSS_CLASS)\n                .html(d => (this._doColumnHeaderFormat(d)));\n        }\n\n        const sections = this.root().selectAll('tbody')\n            .data(this._nestEntries(), d => this.keyAccessor()(d));\n\n        const rowSection = sections\n            .enter()\n            .append('tbody');\n\n        if (this._showSections === true) {\n            rowSection\n                .append('tr')\n                .attr('class', SECTION_CSS_CLASS)\n                .append('td')\n                .attr('class', LABEL_CSS_CLASS)\n                .attr('colspan', this._columns.length)\n                .html(d => this.keyAccessor()(d));\n        }\n\n        sections.exit().remove();\n\n        return rowSection;\n    }\n\n    _nestEntries () {\n        let entries;\n        if (this._order === ascending) {\n            entries = this.dimension().bottom(this._size);\n        } else {\n            entries = this.dimension().top(this._size);\n        }\n\n        entries = entries.sort((a, b) => this._order(this._sortBy(a), this._sortBy(b))).slice(this._beginSlice, this._endSlice)\n\n        return d3compat.nester({\n            key: this.section(),\n            sortKeys: this._order,\n            entries\n        });\n    }\n\n    _renderRows (sections) {\n        const rows = sections.order()\n            .selectAll(`tr.${ROW_CSS_CLASS}`)\n            .data(d => d.values);\n\n        const rowEnter = rows.enter()\n            .append('tr')\n            .attr('class', ROW_CSS_CLASS);\n\n        this._columns.forEach((v, i) => {\n            rowEnter.append('td')\n                .attr('class', `${COLUMN_CSS_CLASS} _${i}`)\n                .html(d => this._doColumnValueFormat(v, d));\n        });\n\n        rows.exit().remove();\n\n        return rows;\n    }\n\n    _doRedraw () {\n        return this._doRender();\n    }\n\n    /**\n     * Get or set the section function for the data table. The section function takes a data row and\n     * returns the key to specify to {@link https://github.com/d3/d3-collection/blob/master/README.md#nest d3.nest}\n     * to split rows into sections. By default there will be only one section with no name.\n     *\n     * Set {@link DataTable#showSections showSections} to false to hide the section headers\n     *\n     * @example\n     * // section rows by the value of their field\n     * chart\n     *     .section(function(d) { return d.field; })\n     * @param {Function} section Function taking a row of data and returning the nest key.\n     * @returns {Function|DataTable}\n     */\n    section (section) {\n        if (!arguments.length) {\n            return this._section;\n        }\n        this._section = section;\n        return this;\n    }\n\n    /**\n     * Backward-compatible synonym for {@link DataTable#section section}.\n     *\n     * @param {Function} section Function taking a row of data and returning the nest key.\n     * @returns {Function|DataTable}\n     */\n    group (section) {\n        logger.warnOnce('consider using dataTable.section instead of dataTable.group for clarity');\n        if (!arguments.length) {\n            return this.section();\n        }\n        return this.section(section);\n    }\n\n    /**\n     * Get or set the table size which determines the number of rows displayed by the widget.\n     * @param {Number} [size=25]\n     * @returns {Number|DataTable}\n     */\n    size (size) {\n        if (!arguments.length) {\n            return this._size;\n        }\n        this._size = size;\n        return this;\n    }\n\n    /**\n     * Get or set the index of the beginning slice which determines which entries get displayed\n     * by the widget. Useful when implementing pagination.\n     *\n     * Note: the sortBy function will determine how the rows are ordered for pagination purposes.\n\n     * See the {@link http://dc-js.github.io/dc.js/examples/table-pagination.html table pagination example}\n     * to see how to implement the pagination user interface using `beginSlice` and `endSlice`.\n     * @param {Number} [beginSlice=0]\n     * @returns {Number|DataTable}\n     */\n    beginSlice (beginSlice) {\n        if (!arguments.length) {\n            return this._beginSlice;\n        }\n        this._beginSlice = beginSlice;\n        return this;\n    }\n\n    /**\n     * Get or set the index of the end slice which determines which entries get displayed by the\n     * widget. Useful when implementing pagination. See {@link DataTable#beginSlice `beginSlice`} for more information.\n     * @param {Number|undefined} [endSlice=undefined]\n     * @returns {Number|DataTable}\n     */\n    endSlice (endSlice) {\n        if (!arguments.length) {\n            return this._endSlice;\n        }\n        this._endSlice = endSlice;\n        return this;\n    }\n\n    /**\n     * Get or set column functions. The data table widget supports several methods of specifying the\n     * columns to display.\n     *\n     * The original method uses an array of functions to generate dynamic columns. Column functions\n     * are simple javascript functions with only one input argument `d` which represents a row in\n     * the data set. The return value of these functions will be used to generate the content for\n     * each cell. However, this method requires the HTML for the table to have a fixed set of column\n     * headers.\n     *\n     * <pre><code>chart.columns([\n     *     function(d) { return d.date; },\n     *     function(d) { return d.open; },\n     *     function(d) { return d.close; },\n     *     function(d) { return numberFormat(d.close - d.open); },\n     *     function(d) { return d.volume; }\n     * ]);\n     * </code></pre>\n     *\n     * In the second method, you can list the columns to read from the data without specifying it as\n     * a function, except where necessary (ie, computed columns).  Note the data element name is\n     * capitalized when displayed in the table header. You can also mix in functions as necessary,\n     * using the third `{label, format}` form, as shown below.\n     *\n     * <pre><code>chart.columns([\n     *     \"date\",    // d[\"date\"], ie, a field accessor; capitalized automatically\n     *     \"open\",    // ...\n     *     \"close\",   // ...\n     *     {\n     *         label: \"Change\",\n     *         format: function (d) {\n     *             return numberFormat(d.close - d.open);\n     *         }\n     *     },\n     *     \"volume\"   // d[\"volume\"], ie, a field accessor; capitalized automatically\n     * ]);\n     * </code></pre>\n     *\n     * In the third example, we specify all fields using the `{label, format}` method:\n     * <pre><code>chart.columns([\n     *     {\n     *         label: \"Date\",\n     *         format: function (d) { return d.date; }\n     *     },\n     *     {\n     *         label: \"Open\",\n     *         format: function (d) { return numberFormat(d.open); }\n     *     },\n     *     {\n     *         label: \"Close\",\n     *         format: function (d) { return numberFormat(d.close); }\n     *     },\n     *     {\n     *         label: \"Change\",\n     *         format: function (d) { return numberFormat(d.close - d.open); }\n     *     },\n     *     {\n     *         label: \"Volume\",\n     *         format: function (d) { return d.volume; }\n     *     }\n     * ]);\n     * </code></pre>\n     *\n     * You may wish to override the dataTable functions `_doColumnHeaderCapitalize` and\n     * `_doColumnHeaderFnToString`, which are used internally to translate the column information or\n     * function into a displayed header. The first one is used on the \"string\" column specifier; the\n     * second is used to transform a stringified function into something displayable. For the Stock\n     * example, the function for Change becomes the table header **d.close - d.open**.\n     *\n     * Finally, you can even specify a completely different form of column definition. To do this,\n     * override `_chart._doColumnHeaderFormat` and `_chart._doColumnValueFormat` Be aware that\n     * fields without numberFormat specification will be displayed just as they are stored in the\n     * data, unformatted.\n     * @param {Array<Function>} [columns=[]]\n     * @returns {Array<Function>}|DataTable}\n     */\n    columns (columns) {\n        if (!arguments.length) {\n            return this._columns;\n        }\n        this._columns = columns;\n        return this;\n    }\n\n    /**\n     * Get or set sort-by function. This function works as a value accessor at row level and returns a\n     * particular field to be sorted by.\n     * @example\n     * chart.sortBy(function(d) {\n     *     return d.date;\n     * });\n     * @param {Function} [sortBy=identity function]\n     * @returns {Function|DataTable}\n     */\n    sortBy (sortBy) {\n        if (!arguments.length) {\n            return this._sortBy;\n        }\n        this._sortBy = sortBy;\n        return this;\n    }\n\n    /**\n     * Get or set sort order. If the order is `d3.ascending`, the data table will use\n     * `dimension().bottom()` to fetch the data; otherwise it will use `dimension().top()`\n     * @see {@link https://github.com/d3/d3-array/blob/master/README.md#ascending d3.ascending}\n     * @see {@link https://github.com/d3/d3-array/blob/master/README.md#descending d3.descending}\n     * @example\n     * chart.order(d3.descending);\n     * @param {Function} [order=d3.ascending]\n     * @returns {Function|DataTable}\n     */\n    order (order) {\n        if (!arguments.length) {\n            return this._order;\n        }\n        this._order = order;\n        return this;\n    }\n\n    /**\n     * Get or set if section header rows will be shown.\n     * @example\n     * chart\n     *     .section([value], [name])\n     *     .showSections(true|false);\n     * @param {Boolean} [showSections=true]\n     * @returns {Boolean|DataTable}\n     */\n    showSections (showSections) {\n        if (!arguments.length) {\n            return this._showSections;\n        }\n        this._showSections = showSections;\n        return this;\n    }\n\n    /**\n     * Backward-compatible synonym for {@link DataTable#showSections showSections}.\n     * @param {Boolean} [showSections=true]\n     * @returns {Boolean|DataTable}\n     */\n    showGroups (showSections) {\n        logger.warnOnce('consider using dataTable.showSections instead of dataTable.showGroups for clarity');\n        if (!arguments.length) {\n            return this.showSections();\n        }\n        return this.showSections(showSections);\n    }\n}\n\nexport const dataTable = (parent, chartGroup) => new DataTable(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/geo-choropleth-chart.js",
    "content": "import {geoPath, geoAlbersUsa} from 'd3-geo';\nimport {select} from 'd3-selection';\n\nimport {BaseMixin} from '../base/base-mixin';\nimport {ColorMixin} from '../base/color-mixin';\nimport {transition} from '../core/core';\nimport {logger} from '../core/logger';\nimport {events} from '../core/events';\nimport {utils} from '../core/utils';\nimport {d3compat} from '../core/config';\n\n/**\n * The geo choropleth chart is designed as an easy way to create a crossfilter driven choropleth map\n * from GeoJson data. This chart implementation was inspired by\n * {@link http://bl.ocks.org/4060606 the great d3 choropleth example}.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/vc/index.html US Venture Capital Landscape 2011}\n * @mixes ColorMixin\n * @mixes BaseMixin\n */\nexport class GeoChoroplethChart extends ColorMixin(BaseMixin) {\n    /**\n     * Create a Geo Choropleth Chart.\n     * @example\n     * // create a choropleth chart under '#us-chart' element using the default global chart group\n     * var chart1 = new GeoChoroplethChart('#us-chart');\n     * // create a choropleth chart under '#us-chart2' element using chart group A\n     * var chart2 = new CompositeChart('#us-chart2', 'chartGroupA');\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this.colorAccessor(d => d || 0);\n\n        this._geoPath = geoPath();\n        this._projectionFlag = undefined;\n        this._projection = undefined;\n\n        this._geoJsons = [];\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _doRender () {\n        this.resetSvg();\n        for (let layerIndex = 0; layerIndex < this._geoJsons.length; ++layerIndex) {\n            const states = this.svg().append('g')\n                .attr('class', `layer${layerIndex}`);\n\n            let regionG = states.selectAll(`g.${this._geoJson(layerIndex).name}`)\n                .data(this._geoJson(layerIndex).data);\n\n            regionG = regionG.enter()\n                .append('g')\n                .attr('class', this._geoJson(layerIndex).name)\n                .merge(regionG);\n\n            regionG\n                .append('path')\n                .classed('dc-tabbable', this._keyboardAccessible)\n                .attr('fill', 'white')\n                .attr('d', this._getGeoPath());\n\n            regionG.append('title');\n\n            this._plotData(layerIndex);\n        }\n        this._projectionFlag = false;\n    }\n\n    _plotData (layerIndex) {\n        const data = this._generateLayeredData();\n\n        if (this._isDataLayer(layerIndex)) {\n            const regionG = this._renderRegionG(layerIndex);\n\n            this._renderPaths(regionG, layerIndex, data);\n\n            this._renderTitles(regionG, layerIndex, data);\n        }\n    }\n\n    _generateLayeredData () {\n        const data = {};\n        const groupAll = this.data();\n        for (let i = 0; i < groupAll.length; ++i) {\n            data[this.keyAccessor()(groupAll[i])] = this.valueAccessor()(groupAll[i]);\n        }\n        return data;\n    }\n\n    _isDataLayer (layerIndex) {\n        return this._geoJson(layerIndex).keyAccessor;\n    }\n\n    _renderRegionG (layerIndex) {\n        const regionG = this.svg()\n            .selectAll(this._layerSelector(layerIndex))\n            .classed('selected', d => this._isSelected(layerIndex, d))\n            .classed('deselected', d => this._isDeselected(layerIndex, d))\n            .attr('class', d => {\n                const layerNameClass = this._geoJson(layerIndex).name;\n                const regionClass = utils.nameToId(this._geoJson(layerIndex).keyAccessor(d));\n                let baseClasses = `${layerNameClass} ${regionClass}`;\n                if (this._isSelected(layerIndex, d)) {\n                    baseClasses += ' selected';\n                }\n                if (this._isDeselected(layerIndex, d)) {\n                    baseClasses += ' deselected';\n                }\n                return baseClasses;\n            });\n        return regionG;\n    }\n\n    _layerSelector (layerIndex) {\n        return `g.layer${layerIndex} g.${this._geoJson(layerIndex).name}`;\n    }\n\n    _isSelected (layerIndex, d) {\n        return this.hasFilter() && this.hasFilter(this._getKey(layerIndex, d));\n    }\n\n    _isDeselected (layerIndex, d) {\n        return this.hasFilter() && !this.hasFilter(this._getKey(layerIndex, d));\n    }\n\n    _getKey (layerIndex, d) {\n        return this._geoJson(layerIndex).keyAccessor(d);\n    }\n\n    _geoJson (index) {\n        return this._geoJsons[index];\n    }\n\n    _renderPaths (regionG, layerIndex, data) {\n        const paths = regionG\n            .select('path')\n            .attr('fill', function () {\n                const currentFill = select(this).attr('fill');\n                if (currentFill) {\n                    return currentFill;\n                }\n                return 'none';\n            })\n            .on('click', d3compat.eventHandler(d => this.onClick(d, layerIndex)));\n\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible(this.onClick, layerIndex);\n        }\n\n        transition(paths, this.transitionDuration(),\n                   this.transitionDelay()).attr('fill', (d, i) => this.getColor(data[this._geoJson(layerIndex).keyAccessor(d)], i));\n    }\n\n    onClick (d, layerIndex) {\n        const selectedRegion = this._geoJson(layerIndex).keyAccessor(d);\n        events.trigger(() => {\n            this.filter(selectedRegion);\n            this.redrawGroup();\n        });\n    }\n\n    _renderTitles (regionG, layerIndex, data) {\n        if (this.renderTitle()) {\n            regionG.selectAll('title').text(d => {\n                const key = this._getKey(layerIndex, d);\n                const value = data[key];\n                return this.title()({key: key, value: value});\n            });\n        }\n    }\n\n    _doRedraw () {\n        for (let layerIndex = 0; layerIndex < this._geoJsons.length; ++layerIndex) {\n            this._plotData(layerIndex);\n            if (this._projectionFlag) {\n                this.svg().selectAll(`g.${this._geoJson(layerIndex).name} path`).attr('d', this._getGeoPath());\n            }\n        }\n        this._projectionFlag = false;\n    }\n\n    /**\n     * **mandatory**\n     *\n     * Use this function to insert a new GeoJson map layer. This function can be invoked multiple times\n     * if you have multiple GeoJson data layers to render on top of each other. If you overlay multiple\n     * layers with the same name the new overlay will override the existing one.\n     * @see {@link http://geojson.org/ GeoJSON}\n     * @see {@link https://github.com/topojson/topojson/wiki TopoJSON}\n     * @see {@link https://github.com/topojson/topojson-1.x-api-reference/blob/master/API-Reference.md#wiki-feature topojson.feature}\n     * @example\n     * // insert a layer for rendering US states\n     * chart.overlayGeoJson(statesJson.features, 'state', function(d) {\n     *      return d.properties.name;\n     * });\n     * @param {_geoJson} json - a geojson feed\n     * @param {String} name - name of the layer\n     * @param {Function} keyAccessor - accessor function used to extract 'key' from the GeoJson data. The key extracted by\n     * this function should match the keys returned by the crossfilter groups.\n     * @returns {GeoChoroplethChart}\n     */\n    overlayGeoJson (json, name, keyAccessor) {\n        for (let i = 0; i < this._geoJsons.length; ++i) {\n            if (this._geoJsons[i].name === name) {\n                this._geoJsons[i].data = json;\n                this._geoJsons[i].keyAccessor = keyAccessor;\n                return this;\n            }\n        }\n        this._geoJsons.push({name: name, data: json, keyAccessor: keyAccessor});\n        return this;\n    }\n\n    /**\n     * Gets or sets a custom geo projection function. See the available\n     * {@link https://github.com/d3/d3-geo/blob/master/README.md#projections d3 geo projection functions}.\n     *\n     * Starting version 3.0 it has been deprecated to rely on the default projection being\n     * {@link https://github.com/d3/d3-geo/blob/master/README.md#geoAlbersUsa d3.geoAlbersUsa()}. Please\n     * set it explicitly. {@link https://bl.ocks.org/mbostock/5557726\n     * Considering that `null` is also a valid value for projection}, if you need\n     * projection to be `null` please set it explicitly to `null`.\n     * @see {@link https://github.com/d3/d3-geo/blob/master/README.md#projections d3.projection}\n     * @see {@link https://github.com/d3/d3-geo-projection d3-geo-projection}\n     * @param {d3.projection} [projection=d3.geoAlbersUsa()]\n     * @returns {d3.projection|GeoChoroplethChart}\n     */\n    projection (projection) {\n        if (!arguments.length) {\n            return this._projection;\n        }\n\n        this._projection = projection;\n        this._projectionFlag = true;\n        return this;\n    }\n\n    _getGeoPath () {\n        if (this._projection === undefined) {\n            logger.warn('choropleth projection default of geoAlbers is deprecated,' +\n                ' in next version projection will need to be set explicitly');\n            return this._geoPath.projection(geoAlbersUsa());\n        }\n\n        return this._geoPath.projection(this._projection);\n    }\n\n    /**\n     * Returns all GeoJson layers currently registered with this chart. The returned array is a\n     * reference to this chart's internal data structure, so any modification to this array will also\n     * modify this chart's internal registration.\n     * @returns {Array<{name:String, data: Object, accessor: Function}>}\n     */\n    geoJsons () {\n        return this._geoJsons;\n    }\n\n    /**\n     * Returns the {@link https://github.com/d3/d3-geo/blob/master/README.md#paths d3.geoPath} object used to\n     * render the projection and features.  Can be useful for figuring out the bounding box of the\n     * feature set and thus a way to calculate scale and translation for the projection.\n     * @see {@link https://github.com/d3/d3-geo/blob/master/README.md#paths d3.geoPath}\n     * @returns {d3.geoPath}\n     */\n    geoPath () {\n        return this._geoPath;\n    }\n\n    /**\n     * Remove a GeoJson layer from this chart by name\n     * @param {String} name\n     * @returns {GeoChoroplethChart}\n     */\n    removeGeoJson (name) {\n        const geoJsons = [];\n\n        for (let i = 0; i < this._geoJsons.length; ++i) {\n            const layer = this._geoJsons[i];\n            if (layer.name !== name) {\n                geoJsons.push(layer);\n            }\n        }\n\n        this._geoJsons = geoJsons;\n\n        return this;\n    }\n}\n\nexport const geoChoroplethChart = (parent, chartGroup) => new GeoChoroplethChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/heatmap.js",
    "content": "import {ascending} from 'd3-array';\nimport {scaleBand} from 'd3-scale';\n\nimport {transition} from '../core/core';\nimport {logger} from '../core/logger';\nimport {filters} from '../core/filters';\nimport {events} from '../core/events';\nimport {ColorMixin} from '../base/color-mixin';\nimport {MarginMixin} from '../base/margin-mixin';\nimport {d3compat} from '../core/config';\n\nconst DEFAULT_BORDER_RADIUS = 6.75;\n\n/**\n * A heat map is matrix that represents the values of two dimensions of data using colors.\n * @mixes ColorMixin\n * @mixes MarginMixin\n * @mixes BaseMixin\n */\nexport class HeatMap extends ColorMixin(MarginMixin) {\n    /**\n     * Create a Heat Map\n     * @example\n     * // create a heat map under #chart-container1 element using the default global chart group\n     * var heatMap1 = new HeatMap('#chart-container1');\n     * // create a heat map under #chart-container2 element using chart group A\n     * var heatMap2 = new HeatMap('#chart-container2', 'chartGroupA');\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._chartBody = undefined;\n\n        this._cols = undefined;\n        this._rows = undefined;\n        this._colOrdering = ascending;\n        this._rowOrdering = ascending;\n        this._colScale = scaleBand();\n        this._rowScale = scaleBand();\n\n        this._xBorderRadius = DEFAULT_BORDER_RADIUS;\n        this._yBorderRadius = DEFAULT_BORDER_RADIUS;\n\n        this._mandatoryAttributes(['group']);\n        this.title(this.colorAccessor());\n\n        this._colsLabel = d => d;\n        this._rowsLabel = d => d;\n\n        this._xAxisOnClick = d => {\n            this._filterAxis(0, d);\n        };\n        this._yAxisOnClick = d => {\n            this._filterAxis(1, d);\n        };\n        this._boxOnClick = d => {\n            const filter = d.key;\n            events.trigger(() => {\n                this.filter(filters.TwoDimensionalFilter(filter));\n                this.redrawGroup();\n            });\n        };\n\n        this.anchor(parent, chartGroup);\n    }\n\n    /**\n     * Set or get the column label function. The chart class uses this function to render\n     * column labels on the X axis. It is passed the column name.\n     * @example\n     * // the default label function just returns the name\n     * chart.colsLabel(function(d) { return d; });\n     * @param  {Function} [labelFunction=function(d) { return d; }]\n     * @returns {Function|HeatMap}\n     */\n    colsLabel (labelFunction) {\n        if (!arguments.length) {\n            return this._colsLabel;\n        }\n        this._colsLabel = labelFunction;\n        return this;\n    }\n\n    /**\n     * Set or get the row label function. The chart class uses this function to render\n     * row labels on the Y axis. It is passed the row name.\n     * @example\n     * // the default label function just returns the name\n     * chart.rowsLabel(function(d) { return d; });\n     * @param  {Function} [labelFunction=function(d) { return d; }]\n     * @returns {Function|HeatMap}\n     */\n    rowsLabel (labelFunction) {\n        if (!arguments.length) {\n            return this._rowsLabel;\n        }\n        this._rowsLabel = labelFunction;\n        return this;\n    }\n\n    _filterAxis (axis, value) {\n        const cellsOnAxis = this.selectAll('.box-group').filter(d => d.key[axis] === value);\n        const unfilteredCellsOnAxis = cellsOnAxis.filter(d => !this.hasFilter(d.key));\n        events.trigger(() => {\n            const selection = unfilteredCellsOnAxis.empty() ? cellsOnAxis : unfilteredCellsOnAxis;\n            const filtersList = selection.data().map(kv => filters.TwoDimensionalFilter(kv.key));\n            this.filter([filtersList]);\n            this.redrawGroup();\n        });\n    }\n\n    filter (filter) {\n        const nonstandardFilter = f => {\n            logger.warnOnce('heatmap.filter taking a coordinate is deprecated - please pass dc.filters.TwoDimensionalFilter instead');\n            return this._filter(filters.TwoDimensionalFilter(f));\n        };\n\n        if (!arguments.length) {\n            return super.filter();\n        }\n        if (filter !== null && filter.filterType !== 'TwoDimensionalFilter' &&\n            !(Array.isArray(filter) && Array.isArray(filter[0]) && filter[0][0].filterType === 'TwoDimensionalFilter')) {\n            return nonstandardFilter(filter);\n        }\n        return super.filter(filter);\n    }\n\n    /**\n     * Gets or sets the values used to create the rows of the heatmap, as an array. By default, all\n     * the values will be fetched from the data using the value accessor.\n     * @param  {Array<String|Number>} [rows]\n     * @returns {Array<String|Number>|HeatMap}\n     */\n\n    rows (rows) {\n        if (!arguments.length) {\n            return this._rows;\n        }\n        this._rows = rows;\n        return this;\n    }\n\n    /**\n     * Get or set a comparator to order the rows.\n     * Default is {@link https://github.com/d3/d3-array#ascending d3.ascending}.\n     * @param  {Function} [rowOrdering]\n     * @returns {Function|HeatMap}\n     */\n    rowOrdering (rowOrdering) {\n        if (!arguments.length) {\n            return this._rowOrdering;\n        }\n        this._rowOrdering = rowOrdering;\n        return this;\n    }\n\n    /**\n     * Gets or sets the keys used to create the columns of the heatmap, as an array. By default, all\n     * the values will be fetched from the data using the key accessor.\n     * @param  {Array<String|Number>} [cols]\n     * @returns {Array<String|Number>|HeatMap}\n     */\n    cols (cols) {\n        if (!arguments.length) {\n            return this._cols;\n        }\n        this._cols = cols;\n        return this;\n    }\n\n    /**\n     * Get or set a comparator to order the columns.\n     * Default is  {@link https://github.com/d3/d3-array#ascending d3.ascending}.\n     * @param  {Function} [colOrdering]\n     * @returns {Function|HeatMap}\n     */\n    colOrdering (colOrdering) {\n        if (!arguments.length) {\n            return this._colOrdering;\n        }\n        this._colOrdering = colOrdering;\n        return this;\n    }\n\n    _doRender () {\n        this.resetSvg();\n\n        this._chartBody = this.svg()\n            .append('g')\n            .attr('class', 'heatmap')\n            .attr('transform', `translate(${this.margins().left},${this.margins().top})`);\n\n        return this._doRedraw();\n    }\n\n    _doRedraw () {\n        const data = this.data();\n        let rows = this.rows() || data.map(this.valueAccessor()),\n            cols = this.cols() || data.map(this.keyAccessor());\n        if (this._rowOrdering) {\n            rows = rows.sort(this._rowOrdering);\n        }\n        if (this._colOrdering) {\n            cols = cols.sort(this._colOrdering);\n        }\n        rows = this._rowScale.domain(rows);\n        cols = this._colScale.domain(cols);\n\n        const rowCount = rows.domain().length,\n            colCount = cols.domain().length,\n            boxWidth = Math.floor(this.effectiveWidth() / colCount),\n            boxHeight = Math.floor(this.effectiveHeight() / rowCount);\n\n        cols.rangeRound([0, this.effectiveWidth()]);\n        rows.rangeRound([this.effectiveHeight(), 0]);\n\n        let boxes = this._chartBody.selectAll('g.box-group').data(this.data(),\n                                                                  (d, i) => `${this.keyAccessor()(d, i)}\\0${this.valueAccessor()(d, i)}`);\n\n        boxes.exit().remove();\n\n        const gEnter = boxes.enter().append('g')\n            .attr('class', 'box-group');\n\n        gEnter.append('rect')\n            .attr('class', 'heat-box')\n            .classed('dc-tabbable', this._keyboardAccessible)\n            .attr('fill', 'white')\n            .attr('x', (d, i) => cols(this.keyAccessor()(d, i)))\n            .attr('y', (d, i) => rows(this.valueAccessor()(d, i)))\n            .on('click', d3compat.eventHandler(this.boxOnClick()));\n\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible(this.boxOnClick);\n        }\n\n        boxes = gEnter.merge(boxes);\n\n        if (this.renderTitle()) {\n            gEnter.append('title');\n            boxes.select('title').text(this.title());\n        }\n\n        transition(boxes.select('rect'), this.transitionDuration(), this.transitionDelay())\n            .attr('x', (d, i) => cols(this.keyAccessor()(d, i)))\n            .attr('y', (d, i) => rows(this.valueAccessor()(d, i)))\n            .attr('rx', this._xBorderRadius)\n            .attr('ry', this._yBorderRadius)\n            .attr('fill', this.getColor)\n            .attr('width', boxWidth)\n            .attr('height', boxHeight);\n\n        let gCols = this._chartBody.select('g.cols');\n        if (gCols.empty()) {\n            gCols = this._chartBody.append('g').attr('class', 'cols axis');\n        }\n        let gColsText = gCols.selectAll('text').data(cols.domain());\n\n        gColsText.exit().remove();\n\n        gColsText = gColsText\n            .enter()\n            .append('text')\n            .attr('x', d => cols(d) + boxWidth / 2)\n            .style('text-anchor', 'middle')\n            .attr('y', this.effectiveHeight())\n            .attr('dy', 12)\n            .on('click', d3compat.eventHandler(this.xAxisOnClick()))\n            .text(this.colsLabel())\n            .merge(gColsText);\n\n        transition(gColsText, this.transitionDuration(), this.transitionDelay())\n            .text(this.colsLabel())\n            .attr('x', d => cols(d) + boxWidth / 2)\n            .attr('y', this.effectiveHeight());\n\n        let gRows = this._chartBody.select('g.rows');\n        if (gRows.empty()) {\n            gRows = this._chartBody.append('g').attr('class', 'rows axis');\n        }\n\n        let gRowsText = gRows.selectAll('text').data(rows.domain());\n\n        gRowsText.exit().remove();\n\n        gRowsText = gRowsText\n            .enter()\n            .append('text')\n            .style('text-anchor', 'end')\n            .attr('x', 0)\n            .attr('dx', -2)\n            .attr('y', d => rows(d) + boxHeight / 2)\n            .attr('dy', 6)\n            .on('click', d3compat.eventHandler(this.yAxisOnClick()))\n            .text(this.rowsLabel())\n            .merge(gRowsText);\n\n        transition(gRowsText, this.transitionDuration(), this.transitionDelay())\n            .text(this.rowsLabel())\n            .attr('y', d => rows(d) + boxHeight / 2);\n\n        if (this.hasFilter()) {\n            const chart = this;\n            this.selectAll('g.box-group').each(function (d) {\n                if (chart.isSelectedNode(d)) {\n                    chart.highlightSelected(this);\n                } else {\n                    chart.fadeDeselected(this);\n                }\n            });\n        } else {\n            const chart = this;\n            this.selectAll('g.box-group').each(function () {\n                chart.resetHighlight(this);\n            });\n        }\n        return this;\n    }\n\n    /**\n     * Gets or sets the handler that fires when an individual cell is clicked in the heatmap.\n     * By default, filtering of the cell will be toggled.\n     * @example\n     * // default box on click handler\n     * chart.boxOnClick(function (d) {\n     *     var filter = d.key;\n     *     events.trigger(function () {\n     *         _chart.filter(filter);\n     *         _chart.redrawGroup();\n     *     });\n     * });\n     * @param  {Function} [handler]\n     * @returns {Function|HeatMap}\n     */\n    boxOnClick (handler) {\n        if (!arguments.length) {\n            return this._boxOnClick;\n        }\n        this._boxOnClick = handler;\n        return this;\n    }\n\n    /**\n     * Gets or sets the handler that fires when a column tick is clicked in the x axis.\n     * By default, if any cells in the column are unselected, the whole column will be selected,\n     * otherwise the whole column will be unselected.\n     * @param  {Function} [handler]\n     * @returns {Function|HeatMap}\n     */\n    xAxisOnClick (handler) {\n        if (!arguments.length) {\n            return this._xAxisOnClick;\n        }\n        this._xAxisOnClick = handler;\n        return this;\n    }\n\n    /**\n     * Gets or sets the handler that fires when a row tick is clicked in the y axis.\n     * By default, if any cells in the row are unselected, the whole row will be selected,\n     * otherwise the whole row will be unselected.\n     * @param  {Function} [handler]\n     * @returns {Function|HeatMap}\n     */\n    yAxisOnClick (handler) {\n        if (!arguments.length) {\n            return this._yAxisOnClick;\n        }\n        this._yAxisOnClick = handler;\n        return this;\n    }\n\n    /**\n     * Gets or sets the X border radius.  Set to 0 to get full rectangles.\n     * @param  {Number} [xBorderRadius=6.75]\n     * @returns {Number|HeatMap}\n     */\n    xBorderRadius (xBorderRadius) {\n        if (!arguments.length) {\n            return this._xBorderRadius;\n        }\n        this._xBorderRadius = xBorderRadius;\n        return this;\n    }\n\n    /**\n     * Gets or sets the Y border radius.  Set to 0 to get full rectangles.\n     * @param  {Number} [yBorderRadius=6.75]\n     * @returns {Number|HeatMap}\n     */\n    yBorderRadius (yBorderRadius) {\n        if (!arguments.length) {\n            return this._yBorderRadius;\n        }\n        this._yBorderRadius = yBorderRadius;\n        return this;\n    }\n\n    isSelectedNode (d) {\n        return this.hasFilter(d.key);\n    }\n}\n\nexport const heatMap = (parent, chartGroup) => new HeatMap(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/html-legend.js",
    "content": "import {select} from 'd3-selection';\n\nimport {pluck, utils} from '../core/utils';\nimport {d3compat} from '../core/config';\nimport {constants} from '../core/constants';\n\n/**\n * htmlLegend is a attachable widget that can be added to other dc charts to render horizontal/vertical legend\n * labels.\n * @example\n * chart.legend(HtmlLegend().container(legendContainerElement).horizontal(false))\n * @returns {HtmlLegend}\n */\nexport class HtmlLegend {\n    constructor () {\n        this._htmlLegendDivCssClass = 'dc-html-legend';\n        this._legendItemCssClassHorizontal = 'dc-legend-item-horizontal';\n        this._legendItemCssClassVertical = 'dc-legend-item-vertical';\n        this._parent = undefined;\n        this._container = undefined;\n        this._legendText = pluck('name');\n        this._maxItems = undefined;\n        this._horizontal = false;\n        this._legendItemClass = undefined;\n        this._highlightSelected = false;\n        this._keyboardAccessible = false;\n    }\n\n    parent (p) {\n        if (!arguments.length) {\n            return this._parent;\n        }\n        this._parent = p;\n        return this;\n    }\n\n    render () {\n        this._defaultLegendItemCssClass = this._horizontal ? this._legendItemCssClassHorizontal : this._legendItemCssClassVertical;\n        this._container.select(`div.${this._htmlLegendDivCssClass}`).remove();\n\n        const container = this._container.append('div').attr('class', this._htmlLegendDivCssClass);\n        container.attr('style', `max-width:${this._container.nodes()[0].style.width}`);\n\n        let legendables = this._parent.legendables();\n        const filters = this._parent.filters();\n\n        if (this._maxItems !== undefined) {\n            legendables = legendables.slice(0, this._maxItems);\n        }\n\n        const legendItemClassName = this._legendItemClass ? this._legendItemClass : this._defaultLegendItemCssClass;\n\n        const itemEnter = container.selectAll(`div.${legendItemClassName}`)\n            .data(legendables).enter()\n            .append('div')\n            .classed(legendItemClassName, true)\n            .on('mouseover', d3compat.eventHandler(d => this._parent.legendHighlight(d)))\n            .on('mouseout', d3compat.eventHandler(d => this._parent.legendReset(d)))\n            .on('click', d3compat.eventHandler(d => this._parent.legendToggle(d)));\n\n        if (this._highlightSelected) {\n            itemEnter.classed(constants.SELECTED_CLASS, d => filters.indexOf(d.name) !== -1);\n        }\n\n        itemEnter.append('span')\n            .attr('class', 'dc-legend-item-color')\n            .style('background-color', pluck('color'));\n\n        itemEnter.append('span')\n            .attr('class', 'dc-legend-item-label')\n            .classed('dc-tabbable', this._keyboardAccessible)\n            .attr('title', this._legendText)\n            .text(this._legendText);\n\n        if (this._keyboardAccessible) {\n            this._makeLegendKeyboardAccessible();\n        }\n    }\n\n    /**\n     * Set the container selector for the legend widget. Required.\n     * @param {String} [container]\n     * @return {String|HtmlLegend}\n     */\n    container (container) {\n        if (!arguments.length) {\n            return this._container;\n        }\n        this._container = select(container);\n        return this;\n    }\n\n    /**\n     * This can be optionally used to override class for legenditem and just use this class style.\n     * This is helpful for overriding the style of a particular chart rather than overriding\n     * the style for all charts.\n     *\n     * Setting this will disable the highlighting of selected items also.\n     * @param {String} [legendItemClass]\n     * @return {String|HtmlLegend}\n     */\n    legendItemClass (legendItemClass) {\n        if (!arguments.length) {\n            return this._legendItemClass;\n        }\n        this._legendItemClass = legendItemClass;\n        return this;\n    }\n\n    /**\n     * This can be optionally used to enable highlighting legends for the selections/filters for the\n     * chart.\n     * @param {String} [highlightSelected]\n     * @return {String|HtmlLegend}\n     */\n    highlightSelected (highlightSelected) {\n        if (!arguments.length) {\n            return this._highlightSelected;\n        }\n        this._highlightSelected = highlightSelected;\n        return this;\n    }\n\n    /**\n     * Display the legend horizontally instead of vertically\n     * @param {String} [horizontal]\n     * @return {String|HtmlLegend}\n     */\n    horizontal (horizontal) {\n        if (!arguments.length) {\n            return this._horizontal;\n        }\n        this._horizontal = horizontal;\n        return this;\n    }\n\n    /**\n     * Set or get the legend text function. The legend widget uses this function to render the legend\n     * text for each item. If no function is specified the legend widget will display the names\n     * associated with each group.\n     * @param  {Function} [legendText]\n     * @returns {Function|HtmlLegend}\n     * @example\n     * // default legendText\n     * legend.legendText(pluck('name'))\n     *\n     * // create numbered legend items\n     * chart.legend(new HtmlLegend().legendText(function(d, i) { return i + '. ' + d.name; }))\n     *\n     * // create legend displaying group counts\n     * chart.legend(new HtmlLegend().legendText(function(d) { return d.name + ': ' d.data; }))\n     */\n    legendText (legendText) {\n        if (!arguments.length) {\n            return this._legendText;\n        }\n        this._legendText = legendText;\n        return this;\n    }\n\n    /**\n     * Maximum number of legend items to display\n     * @param  {Number} [maxItems]\n     * @return {HtmlLegend}\n     */\n    maxItems (maxItems) {\n        if (!arguments.length) {\n            return this._maxItems;\n        }\n        this._maxItems = utils.isNumber(maxItems) ? maxItems : undefined;\n        return this;\n    }\n\n    /**\n     * If set, individual legend items will be focusable from keyboard and on pressing Enter or Space\n     * will behave as if clicked on.\n     * \n     * If `svgDescription` on the parent chart has not been explicitly set, will also set the default \n     * SVG description text to the class constructor name, like BarChart or HeatMap, and make the entire\n     * SVG focusable.\n     * @param {Boolean} [keyboardAccessible=false]\n     * @returns {Boolean|HtmlLegend}\n     */\n    keyboardAccessible (keyboardAccessible) {\n        if (!arguments.length) {\n            return this._keyboardAccessible;\n        }\n        this._keyboardAccessible = keyboardAccessible;\n        return this;\n    }\n\n    _makeLegendKeyboardAccessible () {\n\n        if (!this._parent._svgDescription) {\n\n            this._parent.svg().append('desc')\n                .attr('id', `desc-id-${this._parent.__dcFlag__}`)\n                .html(`${this._parent.svgDescription()}`);\n\n            this._parent.svg()\n                .attr('tabindex', '0')\n                .attr('role', 'img')\n                .attr('aria-labelledby', `desc-id-${this._parent.__dcFlag__}`);\n        }\n\n        const tabElements = this.container()\n            .selectAll('.dc-legend-item-label.dc-tabbable')\n            .attr('tabindex', 0);\n\n        tabElements\n            .on('keydown', d3compat.eventHandler((d, event) => {\n                // trigger only if d is an object\n                if (event.keyCode === 13 && typeof d === 'object') {\n                    d.chart.legendToggle(d)\n                } \n                // special case for space key press - prevent scrolling\n                if (event.keyCode === 32 && typeof d === 'object') {\n                    d.chart.legendToggle(d)\n                    event.preventDefault();            \n                }\n            }))\n            .on('focus', d3compat.eventHandler(d => {\n                this._parent.legendHighlight(d);\n            }))\n            .on('blur', d3compat.eventHandler(d => {\n                this._parent.legendReset(d);\n            }));\n    }\n}\n\nexport const htmlLegend = () => new HtmlLegend();\n"
  },
  {
    "path": "src/charts/legend.js",
    "content": "import {pluck, utils} from '../core/utils';\nimport {d3compat} from '../core/config';\nimport {constants} from '../core/constants';\n\nconst LABEL_GAP = 2;\n\n/**\n * Legend is a attachable widget that can be added to other dc charts to render horizontal legend\n * labels.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ Nasdaq 100 Index}\n * - {@link https://dc-js.github.io/dc.js/crime/index.html Canadian City Crime Stats}\n * @example\n * chart.legend(new Legend().x(400).y(10).itemHeight(13).gap(5))\n * @returns {Legend}\n */\nexport class Legend {\n    constructor () {\n        this._parent = undefined;\n        this._x = 0;\n        this._y = 0;\n        this._itemHeight = 12;\n        this._gap = 5;\n        this._horizontal = false;\n        this._legendWidth = 560;\n        this._itemWidth = 70;\n        this._autoItemWidth = false;\n        this._legendText = pluck('name');\n        this._maxItems = undefined;\n        this._highlightSelected = false;\n        this._keyboardAccessible = false;\n\n        this._g = undefined;\n    }\n\n    parent (p) {\n        if (!arguments.length) {\n            return this._parent;\n        }\n        this._parent = p;\n        return this;\n    }\n\n    /**\n     * Set or get x coordinate for legend widget.\n     * @param  {Number} [x=0]\n     * @returns {Number|Legend}\n     */\n    x (x) {\n        if (!arguments.length) {\n            return this._x;\n        }\n        this._x = x;\n        return this;\n    }\n\n    /**\n     * Set or get y coordinate for legend widget.\n     * @param  {Number} [y=0]\n     * @returns {Number|Legend}\n     */\n    y (y) {\n        if (!arguments.length) {\n            return this._y;\n        }\n        this._y = y;\n        return this;\n    }\n\n    /**\n     * Set or get gap between legend items.\n     * @param  {Number} [gap=5]\n     * @returns {Number|Legend}\n     */\n    gap (gap) {\n        if (!arguments.length) {\n            return this._gap;\n        }\n        this._gap = gap;\n        return this;\n    }\n\n    /**\n     * This can be optionally used to enable highlighting legends for the selections/filters for the\n     * chart.\n     * @param {String} [highlightSelected]\n     * @return {String|dc.legend}\n     **/\n    highlightSelected (highlightSelected) {\n        if (!arguments.length) {\n            return this._highlightSelected;\n        }\n        this._highlightSelected = highlightSelected;\n        return this;\n    }\n\n    /**\n     * Set or get legend item height.\n     * @param  {Number} [itemHeight=12]\n     * @returns {Number|Legend}\n     */\n    itemHeight (itemHeight) {\n        if (!arguments.length) {\n            return this._itemHeight;\n        }\n        this._itemHeight = itemHeight;\n        return this;\n    }\n\n    /**\n     * Position legend horizontally instead of vertically.\n     * @param  {Boolean} [horizontal=false]\n     * @returns {Boolean|Legend}\n     */\n    horizontal (horizontal) {\n        if (!arguments.length) {\n            return this._horizontal;\n        }\n        this._horizontal = horizontal;\n        return this;\n    }\n\n    /**\n     * Maximum width for horizontal legend.\n     * @param  {Number} [legendWidth=500]\n     * @returns {Number|Legend}\n     */\n    legendWidth (legendWidth) {\n        if (!arguments.length) {\n            return this._legendWidth;\n        }\n        this._legendWidth = legendWidth;\n        return this;\n    }\n\n    /**\n     * Legend item width for horizontal legend.\n     * @param  {Number} [itemWidth=70]\n     * @returns {Number|Legend}\n     */\n    itemWidth (itemWidth) {\n        if (!arguments.length) {\n            return this._itemWidth;\n        }\n        this._itemWidth = itemWidth;\n        return this;\n    }\n\n    /**\n     * Turn automatic width for legend items on or off. If true, {@link Legend#itemWidth itemWidth} is ignored.\n     * This setting takes into account the {@link Legend#gap gap}.\n     * @param  {Boolean} [autoItemWidth=false]\n     * @returns {Boolean|Legend}\n     */\n    autoItemWidth (autoItemWidth) {\n        if (!arguments.length) {\n            return this._autoItemWidth;\n        }\n        this._autoItemWidth = autoItemWidth;\n        return this;\n    }\n\n    /**\n     * Set or get the legend text function. The legend widget uses this function to render the legend\n     * text for each item. If no function is specified the legend widget will display the names\n     * associated with each group.\n     * @param  {Function} [legendText]\n     * @returns {Function|Legend}\n     * @example\n     * // default legendText\n     * legend.legendText(pluck('name'))\n     *\n     * // create numbered legend items\n     * chart.legend(new Legend().legendText(function(d, i) { return i + '. ' + d.name; }))\n     *\n     * // create legend displaying group counts\n     * chart.legend(new Legend().legendText(function(d) { return d.name + ': ' d.data; }))\n     */\n    legendText (legendText) {\n        if (!arguments.length) {\n            return this._legendText;\n        }\n        this._legendText = legendText;\n        return this;\n    }\n\n    /**\n     * Maximum number of legend items to display\n     * @param  {Number} [maxItems]\n     * @return {Legend}\n     */\n    maxItems (maxItems) {\n        if (!arguments.length) {\n            return this._maxItems;\n        }\n        this._maxItems = utils.isNumber(maxItems) ? maxItems : undefined;\n        return this;\n    }\n\n    /**\n     * If set, individual legend items will be focusable from keyboard and on pressing Enter or Space\n     * will behave as if clicked on.\n     * \n     * If `svgDescription` on the parent chart has not been explicitly set, will also set the default \n     * SVG description text to the class constructor name, like BarChart or HeatMap, and make the entire\n     * SVG focusable.\n     * @param {Boolean} [keyboardAccessible=false]\n     * @returns {Boolean|Legend}\n     */\n    keyboardAccessible (keyboardAccessible) {\n        if (!arguments.length) {\n            return this._keyboardAccessible;\n        }\n        this._keyboardAccessible = keyboardAccessible;\n        return this;\n    }\n\n    // Implementation methods\n\n    _legendItemHeight () {\n        return this._gap + this._itemHeight;\n    }\n\n    _makeLegendKeyboardAccessible () {\n\n        if (!this._parent._svgDescription) {\n\n            this._parent.svg().append('desc')\n                .attr('id', `desc-id-${this._parent.__dcFlag__}`)\n                .html(`${this._parent.svgDescription()}`);\n\n            this._parent.svg()\n                .attr('tabindex', '0')\n                .attr('role', 'img')\n                .attr('aria-labelledby', `desc-id-${this._parent.__dcFlag__}`);\n        }\n\n        const tabElements = this._parent.svg()\n            .selectAll('.dc-legend .dc-tabbable')\n            .attr('tabindex', 0);\n\n        tabElements\n            .on('keydown', d3compat.eventHandler((d, event) => {\n                // trigger only if d is an object\n                if (event.keyCode === 13 && typeof d === 'object') {\n                    d.chart.legendToggle(d)\n                } \n                // special case for space key press - prevent scrolling\n                if (event.keyCode === 32 && typeof d === 'object') {\n                    d.chart.legendToggle(d)\n                    event.preventDefault();            \n                }\n            }))\n            .on('focus', d3compat.eventHandler(d => {\n                this._parent.legendHighlight(d);\n            }))\n            .on('blur', d3compat.eventHandler(d => {\n                this._parent.legendReset(d);\n            }));\n    }\n\n    render () {\n        this._parent.svg().select('g.dc-legend').remove();\n        this._g = this._parent.svg().append('g')\n            .attr('class', 'dc-legend')\n            .attr('transform', `translate(${this._x},${this._y})`);\n        let legendables = this._parent.legendables();\n        const filters = this._parent.filters();\n\n        if (this._maxItems !== undefined) {\n            legendables = legendables.slice(0, this._maxItems);\n        }\n\n        const itemEnter = this._g.selectAll('g.dc-legend-item')\n            .data(legendables)\n            .enter()\n            .append('g')\n            .attr('class', 'dc-legend-item')\n            .on('mouseover', d3compat.eventHandler(d => {\n                this._parent.legendHighlight(d);\n            }))\n            .on('mouseout', d3compat.eventHandler(d => {\n                this._parent.legendReset(d);\n            }))\n            .on('click', d3compat.eventHandler(d => {\n                d.chart.legendToggle(d);\n            }));\n\n        if (this._highlightSelected) {\n            itemEnter.classed(constants.SELECTED_CLASS,\n                              d => filters.indexOf(d.name) !== -1);\n        }\n\n\n        this._g.selectAll('g.dc-legend-item')\n            .classed('fadeout', d => d.chart.isLegendableHidden(d));\n\n        if (legendables.some(pluck('dashstyle'))) {\n            itemEnter\n                .append('line')\n                .attr('x1', 0)\n                .attr('y1', this._itemHeight / 2)\n                .attr('x2', this._itemHeight)\n                .attr('y2', this._itemHeight / 2)\n                .attr('stroke-width', 2)\n                .attr('stroke-dasharray', pluck('dashstyle'))\n                .attr('stroke', pluck('color'));\n        } else {\n            itemEnter\n                .append('rect')\n                .attr('width', this._itemHeight)\n                .attr('height', this._itemHeight)\n                .attr('fill', d => d ? d.color : 'blue');\n        }\n\n        {\n            const self = this;\n\n            itemEnter.append('text')\n                .text(self._legendText)\n                .classed('dc-tabbable', this._keyboardAccessible)\n                .attr('x', self._itemHeight + LABEL_GAP)\n                .attr('y', function () {\n                    return self._itemHeight / 2 + (this.clientHeight ? this.clientHeight : 13) / 2 - 2;\n                });\n\n            if (this._keyboardAccessible) {\n                this._makeLegendKeyboardAccessible();\n            }\n        }\n\n        let cumulativeLegendTextWidth = 0;\n        let row = 0;\n\n        {\n            const self = this;\n\n            itemEnter.attr('transform', function (d, i) {\n                if (self._horizontal) {\n                    const itemWidth = self._autoItemWidth === true ? this.getBBox().width + self._gap : self._itemWidth;\n                    if ((cumulativeLegendTextWidth + itemWidth) > self._legendWidth && cumulativeLegendTextWidth > 0) {\n                        ++row;\n                        cumulativeLegendTextWidth = 0;\n                    }\n                    const translateBy = `translate(${cumulativeLegendTextWidth},${row * self._legendItemHeight()})`;\n                    cumulativeLegendTextWidth += itemWidth;\n                    return translateBy;\n                } else {\n                    return `translate(0,${i * self._legendItemHeight()})`;\n                }\n            });\n        }\n    }\n\n}\n\nexport const legend = () => new Legend();\n"
  },
  {
    "path": "src/charts/line-chart.js",
    "content": "import {\n    area,\n    curveBasis,\n    curveBasisClosed,\n    curveBasisOpen,\n    curveBundle,\n    curveCardinal,\n    curveCardinalClosed,\n    curveCardinalOpen,\n    curveLinear,\n    curveLinearClosed,\n    curveMonotoneX,\n    curveStep,\n    curveStepAfter,\n    curveStepBefore,\n    line\n} from 'd3-shape';\nimport {select} from 'd3-selection';\n\nimport {logger} from '../core/logger';\nimport {pluck, utils} from '../core/utils';\nimport {StackMixin} from '../base/stack-mixin';\nimport {transition} from '../core/core';\n\nconst DEFAULT_DOT_RADIUS = 5;\nconst TOOLTIP_G_CLASS = 'dc-tooltip';\nconst DOT_CIRCLE_CLASS = 'dot';\nconst Y_AXIS_REF_LINE_CLASS = 'yRef';\nconst X_AXIS_REF_LINE_CLASS = 'xRef';\nconst DEFAULT_DOT_OPACITY = 1e-6;\nconst LABEL_PADDING = 3;\n\n/**\n * Concrete line/area chart implementation.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ Nasdaq 100 Index}\n * - {@link https://dc-js.github.io/dc.js/crime/index.html Canadian City Crime Stats}\n * @mixes StackMixin\n * @mixes CoordinateGridMixin\n */\nexport class LineChart extends StackMixin {\n    /**\n     * Create a Line Chart.\n     * @example\n     * // create a line chart under #chart-container1 element using the default global chart group\n     * var chart1 = new LineChart('#chart-container1');\n     * // create a line chart under #chart-container2 element using chart group A\n     * var chart2 = new LineChart('#chart-container2', 'chartGroupA');\n     * // create a sub-chart under a composite parent chart\n     * var chart3 = new LineChart(compositeChart);\n     * @param {String|node|d3.selection|CompositeChart} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector}\n     * specifying a dom block element such as a div; or a dom element or d3 selection.  If the line\n     * chart is a sub-chart in a {@link CompositeChart Composite Chart} then pass in the parent\n     * composite chart instance instead.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._renderArea = false;\n        this._dotRadius = DEFAULT_DOT_RADIUS;\n        this._dataPointRadius = null;\n        this._dataPointFillOpacity = DEFAULT_DOT_OPACITY;\n        this._dataPointStrokeOpacity = DEFAULT_DOT_OPACITY;\n        this._curve = null;\n        this._interpolate = null; // d3.curveLinear;  // deprecated in 3.0\n        this._tension = null;  // deprecated in 3.0\n        this._defined = undefined;\n        this._dashStyle = undefined;\n        this._xyTipsOn = true;\n\n        this.transitionDuration(500);\n        this.transitionDelay(0);\n        this._rangeBandPadding(1);\n\n        this.label(d => utils.printSingleValue(d.y0 + d.y), false);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    plotData () {\n        const chartBody = this.chartBodyG();\n        let layersList = chartBody.select('g.stack-list');\n\n        if (layersList.empty()) {\n            layersList = chartBody.append('g').attr('class', 'stack-list');\n        }\n\n        let layers = layersList.selectAll('g.stack').data(this.data());\n\n        const layersEnter = layers\n            .enter()\n            .append('g')\n            .attr('class', (d, i) => `stack _${i}`);\n\n        layers = layersEnter.merge(layers);\n\n        this._drawLine(layersEnter, layers);\n\n        this._drawArea(layersEnter, layers);\n\n        this._drawDots(chartBody, layers);\n\n        if (this.renderLabel()) {\n            this._drawLabels(layers);\n        }\n    }\n\n    /**\n     * Gets or sets the curve factory to use for lines and areas drawn, allowing e.g. step\n     * functions, splines, and cubic interpolation. Typically you would use one of the interpolator functions\n     * provided by {@link https://github.com/d3/d3-shape/blob/master/README.md#curves d3 curves}.\n     *\n     * Replaces the use of {@link LineChart#interpolate} and {@link LineChart#tension}\n     * in dc.js < 3.0\n     *\n     * This is passed to\n     * {@link https://github.com/d3/d3-shape/blob/master/README.md#line_curve line.curve} and\n     * {@link https://github.com/d3/d3-shape/blob/master/README.md#area_curve area.curve}.\n     * @example\n     * // default\n     * chart\n     *     .curve(d3.curveLinear);\n     * // Add tension to curves that support it\n     * chart\n     *     .curve(d3.curveCardinal.tension(0.5));\n     * // You can use some specialized variation like\n     * // https://en.wikipedia.org/wiki/Centripetal_Catmull%E2%80%93Rom_spline\n     * chart\n     *     .curve(d3.curveCatmullRom.alpha(0.5));\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#line_curve line.curve}\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#area_curve area.curve}\n     * @param  {d3.curve} [curve=d3.curveLinear]\n     * @returns {d3.curve|LineChart}\n     */\n    curve (curve) {\n        if (!arguments.length) {\n            return this._curve;\n        }\n        this._curve = curve;\n        return this;\n    }\n\n    /**\n     * Gets or sets the interpolator to use for lines drawn, by string name, allowing e.g. step\n     * functions, splines, and cubic interpolation.\n     *\n     * Possible values are: 'linear', 'linear-closed', 'step', 'step-before', 'step-after', 'basis',\n     * 'basis-open', 'basis-closed', 'bundle', 'cardinal', 'cardinal-open', 'cardinal-closed', and\n     * 'monotone'.\n     *\n     * This function exists for backward compatibility. Use {@link LineChart#curve}\n     * which is generic and provides more options.\n     * Value set through `.curve` takes precedence over `.interpolate` and `.tension`.\n     * @deprecated since version 3.0 use {@link LineChart#curve} instead\n     * @see {@link LineChart#curve}\n     * @param  {d3.curve} [interpolate=d3.curveLinear]\n     * @returns {d3.curve|LineChart}\n     */\n    interpolate (interpolate) {\n        logger.warnOnce('dc.lineChart.interpolate has been deprecated since version 3.0 use dc.lineChart.curve instead');\n        if (!arguments.length) {\n            return this._interpolate;\n        }\n        this._interpolate = interpolate;\n        return this;\n    }\n\n    /**\n     * Gets or sets the tension to use for lines drawn, in the range 0 to 1.\n     *\n     * Passed to the {@link https://github.com/d3/d3-shape/blob/master/README.md#curves d3 curve function}\n     * if it provides a `.tension` function. Example:\n     * {@link https://github.com/d3/d3-shape/blob/master/README.md#curveCardinal_tension curveCardinal.tension}.\n     *\n     * This function exists for backward compatibility. Use {@link LineChart#curve}\n     * which is generic and provides more options.\n     * Value set through `.curve` takes precedence over `.interpolate` and `.tension`.\n     * @deprecated since version 3.0 use {@link LineChart#curve} instead\n     * @see {@link LineChart#curve}\n     * @param  {Number} [tension=0]\n     * @returns {Number|LineChart}\n     */\n    tension (tension) {\n        logger.warnOnce('dc.lineChart.tension has been deprecated since version 3.0 use dc.lineChart.curve instead');\n        if (!arguments.length) {\n            return this._tension;\n        }\n        this._tension = tension;\n        return this;\n    }\n\n    /**\n     * Gets or sets a function that will determine discontinuities in the line which should be\n     * skipped: the path will be broken into separate subpaths if some points are undefined.\n     * This function is passed to\n     * {@link https://github.com/d3/d3-shape/blob/master/README.md#line_defined line.defined}\n     *\n     * Note: crossfilter will sometimes coerce nulls to 0, so you may need to carefully write\n     * custom reduce functions to get this to work, depending on your data. See\n     * {@link https://github.com/dc-js/dc.js/issues/615#issuecomment-49089248 this GitHub comment}\n     * for more details and an example.\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#line_defined line.defined}\n     * @param  {Function} [defined]\n     * @returns {Function|LineChart}\n     */\n    defined (defined) {\n        if (!arguments.length) {\n            return this._defined;\n        }\n        this._defined = defined;\n        return this;\n    }\n\n    /**\n     * Set the line's d3 dashstyle. This value becomes the 'stroke-dasharray' of line. Defaults to empty\n     * array (solid line).\n     * @see {@link https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray stroke-dasharray}\n     * @example\n     * // create a Dash Dot Dot Dot\n     * chart.dashStyle([3,1,1,1]);\n     * @param  {Array<Number>} [dashStyle=[]]\n     * @returns {Array<Number>|LineChart}\n     */\n    dashStyle (dashStyle) {\n        if (!arguments.length) {\n            return this._dashStyle;\n        }\n        this._dashStyle = dashStyle;\n        return this;\n    }\n\n    /**\n     * Get or set render area flag. If the flag is set to true then the chart will render the area\n     * beneath each line and the line chart effectively becomes an area chart.\n     * @param  {Boolean} [renderArea=false]\n     * @returns {Boolean|LineChart}\n     */\n    renderArea (renderArea) {\n        if (!arguments.length) {\n            return this._renderArea;\n        }\n        this._renderArea = renderArea;\n        return this;\n    }\n\n    _getColor (d, i) {\n        return this.getColor.call(d, d.values, i);\n    }\n\n    // To keep it backward compatible, this covers multiple cases\n    // See https://github.com/dc-js/dc.js/issues/1376\n    // It will be removed when interpolate and tension are removed.\n    _getCurveFactory () {\n        let curve = null;\n\n        // _curve takes precedence\n        if (this._curve) {\n            return this._curve;\n        }\n\n        // Approximate the D3v3 behavior\n        if (typeof this._interpolate === 'function') {\n            curve = this._interpolate;\n        } else {\n            // If _interpolate is string\n            const mapping = {\n                'linear': curveLinear,\n                'linear-closed': curveLinearClosed,\n                'step': curveStep,\n                'step-before': curveStepBefore,\n                'step-after': curveStepAfter,\n                'basis': curveBasis,\n                'basis-open': curveBasisOpen,\n                'basis-closed': curveBasisClosed,\n                'bundle': curveBundle,\n                'cardinal': curveCardinal,\n                'cardinal-open': curveCardinalOpen,\n                'cardinal-closed': curveCardinalClosed,\n                'monotone': curveMonotoneX\n            };\n            curve = mapping[this._interpolate];\n        }\n\n        // Default value\n        if (!curve) {\n            curve = curveLinear;\n        }\n\n        if (this._tension !== null) {\n            if (typeof curve.tension !== 'function') {\n                logger.warn('tension was specified but the curve/interpolate does not support it.');\n            } else {\n                curve = curve.tension(this._tension);\n            }\n        }\n        return curve;\n    }\n\n    _drawLine (layersEnter, layers) {\n        const _line = line()\n            .x(d => this.x()(d.x))\n            .y(d => this.y()(d.y + d.y0))\n            .curve(this._getCurveFactory());\n        if (this._defined) {\n            _line.defined(this._defined);\n        }\n\n        const path = layersEnter.append('path')\n            .attr('class', 'line')\n            .attr('stroke', (d, i) => this._getColor(d, i));\n        if (this._dashStyle) {\n            path.attr('stroke-dasharray', this._dashStyle);\n        }\n\n        transition(layers.select('path.line'), this.transitionDuration(), this.transitionDelay())\n        //.ease('linear')\n            .attr('stroke', (d, i) => this._getColor(d, i))\n            .attr('d', d => this._safeD(_line(d.values)));\n    }\n\n    _drawArea (layersEnter, layers) {\n        if (this._renderArea) {\n            const _area = area()\n                .x(d => this.x()(d.x))\n                .y1(d => this.y()(d.y + d.y0))\n                .y0(d => this.y()(d.y0))\n                .curve(this._getCurveFactory());\n            if (this._defined) {\n                _area.defined(this._defined);\n            }\n\n            layersEnter.append('path')\n                .attr('class', 'area')\n                .attr('fill', (d, i) => this._getColor(d, i))\n                .attr('d', d => this._safeD(_area(d.values)));\n\n            transition(layers.select('path.area'), this.transitionDuration(), this.transitionDelay())\n            //.ease('linear')\n                .attr('fill', (d, i) => this._getColor(d, i))\n                .attr('d', d => this._safeD(_area(d.values)));\n        }\n    }\n\n    _safeD (d) {\n        return (!d || d.indexOf('NaN') >= 0) ? 'M0,0' : d;\n    }\n\n    _drawDots (chartBody, layers) {\n        if (this.xyTipsOn() === 'always' || (!(this.brushOn() || this.parentBrushOn()) && this.xyTipsOn())) {\n            const tooltipListClass = `${TOOLTIP_G_CLASS}-list`;\n            let tooltips = chartBody.select(`g.${tooltipListClass}`);\n\n            if (tooltips.empty()) {\n                tooltips = chartBody.append('g').attr('class', tooltipListClass);\n            }\n\n            layers.each((data, layerIndex) => {\n                let points = data.values;\n                if (this._defined) {\n                    points = points.filter(this._defined);\n                }\n\n                let g = tooltips.select(`g.${TOOLTIP_G_CLASS}._${layerIndex}`);\n                if (g.empty()) {\n                    g = tooltips.append('g').attr('class', `${TOOLTIP_G_CLASS} _${layerIndex}`);\n                }\n\n                this._createRefLines(g);\n\n                const dots = g.selectAll(`circle.${DOT_CIRCLE_CLASS}`)\n                    .data(points, pluck('x'));\n\n                const chart = this;\n                const dotsEnterModify = dots\n                    .enter()\n                    .append('circle')\n                    .attr('class', DOT_CIRCLE_CLASS)\n                    .classed('dc-tabbable', this._keyboardAccessible)\n                    .attr('cx', d => utils.safeNumber(this.x()(d.x)))\n                    .attr('cy', d => utils.safeNumber(this.y()(d.y + d.y0)))\n                    .attr('r', this._getDotRadius())\n                    .style('fill-opacity', this._dataPointFillOpacity)\n                    .style('stroke-opacity', this._dataPointStrokeOpacity)\n                    .attr('fill', this.getColor)\n                    .attr('stroke', this.getColor)\n                    .on('mousemove', function () {\n                        const dot = select(this);\n                        chart._showDot(dot);\n                        chart._showRefLines(dot, g);\n                    })\n                    .on('mouseout', function () {\n                        const dot = select(this);\n                        chart._hideDot(dot);\n                        chart._hideRefLines(g);\n                    })\n                    .merge(dots);\n\n                // special case for on-focus for line chart and its dots\n                if (this._keyboardAccessible) {\n\n                    this._svg.selectAll('.dc-tabbable')\n                        .attr('tabindex', 0)\n                        .on('focus', function () {\n                            const dot = select(this);\n                            chart._showDot(dot);\n                            chart._showRefLines(dot, g);\n                        })\n                        .on('blur', function () {\n                            const dot = select(this);\n                            chart._hideDot(dot);\n                            chart._hideRefLines(g);\n                        });\n                }\n\n                dotsEnterModify.call(dot => this._doRenderTitle(dot, data));\n\n                transition(dotsEnterModify, this.transitionDuration())\n                    .attr('cx', d => utils.safeNumber(this.x()(d.x)))\n                    .attr('cy', d => utils.safeNumber(this.y()(d.y + d.y0)))\n                    .attr('fill', this.getColor);\n\n                dots.exit().remove();\n            });\n        }\n    }\n\n    _drawLabels (layers) {\n        const chart = this;\n        layers.each(function (data, layerIndex) {\n            const layer = select(this);\n            const labels = layer.selectAll('text.lineLabel')\n                .data(data.values, pluck('x'));\n\n            const labelsEnterModify = labels\n                .enter()\n                .append('text')\n                .attr('class', 'lineLabel')\n                .attr('text-anchor', 'middle')\n                .merge(labels);\n\n            transition(labelsEnterModify, chart.transitionDuration())\n                .attr('x', d => utils.safeNumber(chart.x()(d.x)))\n                .attr('y', d => {\n                    const y = chart.y()(d.y + d.y0) - LABEL_PADDING;\n                    return utils.safeNumber(y);\n                })\n                .text(d => chart.label()(d));\n\n            transition(labels.exit(), chart.transitionDuration())\n                .attr('height', 0)\n                .remove();\n        });\n    }\n\n    _createRefLines (g) {\n        const yRefLine = g.select(`path.${Y_AXIS_REF_LINE_CLASS}`).empty() ?\n            g.append('path').attr('class', Y_AXIS_REF_LINE_CLASS) : g.select(`path.${Y_AXIS_REF_LINE_CLASS}`);\n        yRefLine.style('display', 'none').attr('stroke-dasharray', '5,5');\n\n        const xRefLine = g.select(`path.${X_AXIS_REF_LINE_CLASS}`).empty() ?\n            g.append('path').attr('class', X_AXIS_REF_LINE_CLASS) : g.select(`path.${X_AXIS_REF_LINE_CLASS}`);\n        xRefLine.style('display', 'none').attr('stroke-dasharray', '5,5');\n    }\n\n    _showDot (dot) {\n        dot.style('fill-opacity', 0.8);\n        dot.style('stroke-opacity', 0.8);\n        dot.attr('r', this._dotRadius);\n        return dot;\n    }\n\n    _showRefLines (dot, g) {\n        const x = dot.attr('cx');\n        const y = dot.attr('cy');\n        const yAxisX = (this._yAxisX() - this.margins().left);\n        const yAxisRefPathD = `M${yAxisX} ${y}L${x} ${y}`;\n        const xAxisRefPathD = `M${x} ${this.yAxisHeight()}L${x} ${y}`;\n        g.select(`path.${Y_AXIS_REF_LINE_CLASS}`).style('display', '').attr('d', yAxisRefPathD);\n        g.select(`path.${X_AXIS_REF_LINE_CLASS}`).style('display', '').attr('d', xAxisRefPathD);\n    }\n\n    _getDotRadius () {\n        return this._dataPointRadius || this._dotRadius;\n    }\n\n    _hideDot (dot) {\n        dot.style('fill-opacity', this._dataPointFillOpacity)\n            .style('stroke-opacity', this._dataPointStrokeOpacity)\n            .attr('r', this._getDotRadius());\n    }\n\n    _hideRefLines (g) {\n        g.select(`path.${Y_AXIS_REF_LINE_CLASS}`).style('display', 'none');\n        g.select(`path.${X_AXIS_REF_LINE_CLASS}`).style('display', 'none');\n    }\n\n    _doRenderTitle (dot, d) {\n        if (this.renderTitle()) {\n            dot.select('title').remove();\n            dot.append('title').text(pluck('data', this.title(d.name)));\n        }\n    }\n\n    /**\n     * Turn on/off the mouseover behavior of an individual data point which renders a circle and x/y axis\n     * dashed lines back to each respective axis.  This is ignored if the chart\n     * {@link CoordinateGridMixin#brushOn brush} is on\n     * @param  {Boolean} [xyTipsOn=false]\n     * @returns {Boolean|LineChart}\n     */\n    xyTipsOn (xyTipsOn) {\n        if (!arguments.length) {\n            return this._xyTipsOn;\n        }\n        this._xyTipsOn = xyTipsOn;\n        return this;\n    }\n\n    /**\n     * Get or set the radius (in px) for dots displayed on the data points.\n     * @param  {Number} [dotRadius=5]\n     * @returns {Number|LineChart}\n     */\n    dotRadius (dotRadius) {\n        if (!arguments.length) {\n            return this._dotRadius;\n        }\n        this._dotRadius = dotRadius;\n        return this;\n    }\n\n    /**\n     * Always show individual dots for each datapoint.\n     *\n     * If `options` is falsy, it disables data point rendering. If no `options` are provided, the\n     * current `options` values are instead returned.\n     * @example\n     * chart.renderDataPoints({radius: 2, fillOpacity: 0.8, strokeOpacity: 0.0})\n     * @param  {{fillOpacity: Number, strokeOpacity: Number, radius: Number}} [options={fillOpacity: 0.8, strokeOpacity: 0.0, radius: 2}]\n     * @returns {{fillOpacity: Number, strokeOpacity: Number, radius: Number}|LineChart}\n     */\n    renderDataPoints (options) {\n        if (!arguments.length) {\n            return {\n                fillOpacity: this._dataPointFillOpacity,\n                strokeOpacity: this._dataPointStrokeOpacity,\n                radius: this._dataPointRadius\n            };\n        } else if (!options) {\n            this._dataPointFillOpacity = DEFAULT_DOT_OPACITY;\n            this._dataPointStrokeOpacity = DEFAULT_DOT_OPACITY;\n            this._dataPointRadius = null;\n        } else {\n            this._dataPointFillOpacity = options.fillOpacity || 0.8;\n            this._dataPointStrokeOpacity = options.strokeOpacity || 0.0;\n            this._dataPointRadius = options.radius || 2;\n        }\n        return this;\n    }\n\n    _colorFilter (color, dashstyle, inv) {\n        return function () {\n            const item = select(this);\n            const match = (item.attr('stroke') === color &&\n                item.attr('stroke-dasharray') === ((dashstyle instanceof Array) ?\n                    dashstyle.join(',') : null)) || item.attr('fill') === color;\n            return inv ? !match : match;\n        };\n    }\n\n    legendHighlight (d) {\n        if (!this.isLegendableHidden(d)) {\n            this.g().selectAll('path.line, path.area')\n                .classed('highlight', this._colorFilter(d.color, d.dashstyle))\n                .classed('fadeout', this._colorFilter(d.color, d.dashstyle, true));\n        }\n    }\n\n    legendReset () {\n        this.g().selectAll('path.line, path.area')\n            .classed('highlight', false)\n            .classed('fadeout', false);\n    }\n\n    legendables () {\n        const legendables = super.legendables();\n        if (!this._dashStyle) {\n            return legendables;\n        }\n        return legendables.map(l => {\n            l.dashstyle = this._dashStyle;\n            return l;\n        });\n    }\n}\n\nexport const lineChart = (parent, chartGroup) => new LineChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/number-display.js",
    "content": "import {format} from 'd3-format';\nimport {easeQuad} from 'd3-ease';\nimport {interpolateNumber} from 'd3-interpolate';\n\nimport {BaseMixin} from '../base/base-mixin';\n\nconst SPAN_CLASS = 'number-display';\n\n/**\n * A display of a single numeric value.\n *\n * Unlike other charts, you do not need to set a dimension. Instead a group object must be provided and\n * a valueAccessor that returns a single value.\n *\n * If the group is a {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#crossfilter_groupAll groupAll}\n * then its `.value()` will be displayed. This is the recommended usage.\n *\n * However, if it is given an ordinary group, the `numberDisplay` will show the last bin's value, after\n * sorting with the {@link https://dc-js.github.io/dc.js/docs/html/dc.baseMixin.html#ordering__anchor ordering}\n * function. `numberDisplay` defaults the `ordering` function to sorting by value, so this will display\n * the largest value if the values are numeric.\n * @mixes BaseMixin\n */\nexport class NumberDisplay extends BaseMixin {\n    /**\n     * Create a Number Display widget.\n     *\n     * @example\n     * // create a number display under #chart-container1 element using the default global chart group\n     * var display1 = new NumberDisplay('#chart-container1');\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._formatNumber = format('.2s');\n        this._html = {one: '', some: '', none: ''};\n        this._lastValue = undefined;\n        this._ariaLiveRegion = false;\n\n        // dimension not required\n        this._mandatoryAttributes(['group']);\n\n        // default to ordering by value, to emulate old group.top(1) behavior when multiple groups\n        this.ordering(kv => kv.value);\n\n        this.data(group => {\n            const valObj = group.value ? group.value() : this._maxBin(group.all());\n            return this.valueAccessor()(valObj);\n        });\n\n        this.transitionDuration(250); // good default\n        this.transitionDelay(0);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    /**\n     * Gets or sets an optional object specifying HTML templates to use depending on the number\n     * displayed.  The text `%number` will be replaced with the current value.\n     * - one: HTML template to use if the number is 1\n     * - zero: HTML template to use if the number is 0\n     * - some: HTML template to use otherwise\n     * @example\n     * numberWidget.html({\n     *      one:'%number record',\n     *      some:'%number records',\n     *      none:'no records'})\n     * @param {{one:String, some:String, none:String}} [html={one: '', some: '', none: ''}]\n     * @returns {{one:String, some:String, none:String}|NumberDisplay}\n     */\n    html (html) {\n        if (!arguments.length) {\n            return this._html;\n        }\n        if (html.none) {\n            this._html.none = html.none;//if none available\n        } else if (html.one) {\n            this._html.none = html.one;//if none not available use one\n        } else if (html.some) {\n            this._html.none = html.some;//if none and one not available use some\n        }\n        if (html.one) {\n            this._html.one = html.one;//if one available\n        } else if (html.some) {\n            this._html.one = html.some;//if one not available use some\n        }\n        if (html.some) {\n            this._html.some = html.some;//if some available\n        } else if (html.one) {\n            this._html.some = html.one;//if some not available use one\n        }\n        return this;\n    }\n\n    /**\n     * Calculate and return the underlying value of the display.\n     * @returns {Number}\n     */\n    value () {\n        return this.data();\n    }\n\n    _maxBin (all) {\n        if (!all.length) {\n            return null;\n        }\n        const sorted = this._computeOrderedGroups(all);\n        return sorted[sorted.length - 1];\n    }\n\n    _doRender () {\n        const newValue = this.value();\n        let span = this.selectAll(`.${SPAN_CLASS}`);\n\n        if (span.empty()) {\n            span = span.data([0])\n                .enter()\n                .append('span')\n                .attr('class', SPAN_CLASS)\n                .classed('dc-tabbable', this._keyboardAccessible)\n                .merge(span);\n\n            if (this._keyboardAccessible) {\n                span.attr('tabindex', '0');\n            }\n\n            if (this._ariaLiveRegion) {\n                this.transitionDuration(0);\n                span.attr('aria-live', 'polite');\n            }\n        }\n\n        {\n            const chart = this;\n            span.transition()\n                .duration(chart.transitionDuration())\n                .delay(chart.transitionDelay())\n                .ease(easeQuad)\n                .tween('text', function () {\n                    // [XA] don't try and interpolate from Infinity, else this breaks.\n                    const interpStart = isFinite(chart._lastValue) ? chart._lastValue : 0;\n                    const interp = interpolateNumber(interpStart || 0, newValue);\n                    chart._lastValue = newValue;\n\n                    // need to save it in D3v4\n                    const node = this;\n                    return t => {\n                        let html = null;\n                        const num = chart.formatNumber()(interp(t));\n                        if (newValue === 0 && (chart._html.none !== '')) {\n                            html = chart._html.none;\n                        } else if (newValue === 1 && (chart._html.one !== '')) {\n                            html = chart._html.one;\n                        } else if (chart._html.some !== '') {\n                            html = chart._html.some;\n                        }\n                        node.innerHTML = html ? html.replace('%number', num) : num;\n                    };\n                });\n        }\n    }\n\n    _doRedraw () {\n        return this._doRender();\n    }\n\n    /**\n     * Get or set a function to format the value for the display.\n     * @see {@link https://github.com/d3/d3-format/blob/master/README.md#format d3.format}\n     * @param {Function} [formatter=d3.format('.2s')]\n     * @returns {Function|NumberDisplay}\n     */\n    formatNumber (formatter) {\n        if (!arguments.length) {\n            return this._formatNumber;\n        }\n        this._formatNumber = formatter;\n        return this;\n    }\n\n    /**\n     * If set, the Number Display widget will have its aria-live attribute set to 'polite' which will\n     * notify screen readers when the widget changes its value. Note that setting this method will also\n     * disable the default transition between the old and the new values. This is to avoid change\n     * notifications spoken out before the new value finishes re-drawing. It is also advisable to check\n     * if the widget has appropriately set accessibility description or label. \n     * @param {Boolean} [ariaLiveRegion=false]\n     * @returns {Boolean|NumberDisplay}\n     */\n    ariaLiveRegion (ariaLiveRegion) {\n        if (!arguments.length) {\n            return this._ariaLiveRegion;\n        }\n        this._ariaLiveRegion = ariaLiveRegion;\n        return this;\n    }\n\n}\n\nexport const numberDisplay = (parent, chartGroup) => new NumberDisplay(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/pie-chart.js",
    "content": "import {min, sum} from 'd3-array';\nimport {arc, pie} from 'd3-shape';\nimport {select} from 'd3-selection';\nimport {interpolate} from 'd3-interpolate';\n\nimport {CapMixin} from '../base/cap-mixin';\nimport {ColorMixin} from '../base/color-mixin';\nimport {BaseMixin} from '../base/base-mixin';\nimport {transition} from '../core/core';\nimport {d3compat} from '../core/config';\n\nconst DEFAULT_MIN_ANGLE_FOR_LABEL = 0.5;\n\n/**\n * The pie chart implementation is usually used to visualize a small categorical distribution.  The pie\n * chart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\n * slice relative to the sum of all values. Slices are ordered by {@link BaseMixin#ordering ordering}\n * which defaults to sorting by key.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ Nasdaq 100 Index}\n * @mixes CapMixin\n * @mixes ColorMixin\n * @mixes BaseMixin\n */\nexport class PieChart extends CapMixin(ColorMixin(BaseMixin)) {\n    /**\n     * Create a Pie Chart\n     *\n     * @example\n     * // create a pie chart under #chart-container1 element using the default global chart group\n     * var chart1 = new PieChart('#chart-container1');\n     * // create a pie chart under #chart-container2 element using chart group A\n     * var chart2 = new PieChart('#chart-container2', 'chartGroupA');\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._sliceCssClass = 'pie-slice';\n        this._labelCssClass = 'pie-label';\n        this._sliceGroupCssClass = 'pie-slice-group';\n        this._labelGroupCssClass = 'pie-label-group';\n        this._emptyCssClass = 'empty-chart';\n        this._emptyTitle = 'empty';\n\n        this._radius = undefined;\n        this._givenRadius = undefined; // specified radius, if any\n        this._innerRadius = 0;\n        this._externalRadiusPadding = 0;\n\n\n        this._g = undefined;\n        this._cx = undefined;\n        this._cy = undefined;\n        this._minAngleForLabel = DEFAULT_MIN_ANGLE_FOR_LABEL;\n        this._externalLabelRadius = undefined;\n        this._drawPaths = false;\n\n        this.colorAccessor(d => this.cappedKeyAccessor(d));\n\n        this.title(d => `${this.cappedKeyAccessor(d)}: ${this.cappedValueAccessor(d)}`);\n\n        this.label(d => this.cappedKeyAccessor(d));\n        this.renderLabel(true);\n\n        this.transitionDuration(350);\n        this.transitionDelay(0);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    /**\n     * Get or set the maximum number of slices the pie chart will generate. The top slices are determined by\n     * value from high to low. Other slices exceeding the cap will be rolled up into one single *Others* slice.\n     * @param {Number} [cap]\n     * @returns {Number|PieChart}\n     */\n    slicesCap (cap) {\n        return this.cap(cap)\n    }\n\n    _doRender () {\n        this.resetSvg();\n\n        this._g = this.svg()\n            .append('g')\n            .attr('transform', `translate(${this.cx()},${this.cy()})`);\n\n        this._g.append('g').attr('class', this._sliceGroupCssClass);\n        this._g.append('g').attr('class', this._labelGroupCssClass);\n\n        this._drawChart();\n\n        return this;\n    }\n\n    _drawChart () {\n        // set radius from chart size if none given, or if given radius is too large\n        const maxRadius = min([this.width(), this.height()]) / 2;\n        this._radius = this._givenRadius && this._givenRadius < maxRadius ? this._givenRadius : maxRadius;\n\n        const arcs = this._buildArcs();\n\n        const pieLayout = this._pieLayout();\n        let pieData;\n        // if we have data...\n        if (sum(this.data(), d => this.cappedValueAccessor(d))) {\n            pieData = pieLayout(this.data());\n            this._g.classed(this._emptyCssClass, false);\n        } else {\n            // otherwise we'd be getting NaNs, so override\n            // note: abuse others for its ignoring the value accessor\n            pieData = pieLayout([{key: this._emptyTitle, value: 1, others: [this._emptyTitle]}]);\n            this._g.classed(this._emptyCssClass, true);\n        }\n\n        if (this._g) {\n            const slices = this._g.select(`g.${this._sliceGroupCssClass}`)\n                .selectAll(`g.${this._sliceCssClass}`)\n                .data(pieData);\n\n            const labels = this._g.select(`g.${this._labelGroupCssClass}`)\n                .selectAll(`text.${this._labelCssClass}`)\n                .data(pieData);\n\n            this._removeElements(slices, labels);\n\n            this._createElements(slices, labels, arcs, pieData);\n\n            this._updateElements(pieData, arcs);\n\n            this._highlightFilter();\n\n            transition(this._g, this.transitionDuration(), this.transitionDelay())\n                .attr('transform', `translate(${this.cx()},${this.cy()})`);\n        }\n    }\n\n    _createElements (slices, labels, arcs, pieData) {\n        const slicesEnter = this._createSliceNodes(slices);\n\n        this._createSlicePath(slicesEnter, arcs);\n\n        this._createTitles(slicesEnter);\n\n        this._createLabels(labels, pieData, arcs);\n    }\n\n    _createSliceNodes (slices) {\n        return slices\n            .enter()\n            .append('g')\n            .attr('class', (d, i) => `${this._sliceCssClass} _${i}`)\n            .classed('dc-tabbable', this._keyboardAccessible);\n    }\n\n    _createSlicePath (slicesEnter, arcs) {\n        const slicePath = slicesEnter.append('path')\n            .attr('fill', (d, i) => this._fill(d, i))\n            .on('click', d3compat.eventHandler(d => this._onClick(d)))\n            .attr('d', (d, i) => this._safeArc(d, i, arcs));\n\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible(this._onClick);\n        }\n\n        const tranNodes = transition(slicePath, this.transitionDuration(), this.transitionDelay());\n        if (tranNodes.attrTween) {\n            const chart = this;\n            tranNodes.attrTween('d', function (d) {\n                return chart._tweenPie(d, this);\n            });\n        }\n    }\n\n    _createTitles (slicesEnter) {\n        if (this.renderTitle()) {\n            slicesEnter.append('title').text(d => this.title()(d.data));\n        }\n    }\n\n    _applyLabelText (labels) {\n        labels\n            .text(d => {\n                const data = d.data;\n                if ((this._sliceHasNoData(data) || this._sliceTooSmall(d)) && !this._isSelectedSlice(d)) {\n                    return '';\n                }\n                return this.label()(d.data);\n            });\n    }\n\n    _positionLabels (labels, arcs) {\n        this._applyLabelText(labels);\n        transition(labels, this.transitionDuration(), this.transitionDelay())\n            .attr('transform', d => this._labelPosition(d, arcs))\n            .attr('text-anchor', 'middle');\n    }\n\n    _highlightSlice (i, whether) {\n        this.select(`g.pie-slice._${i}`)\n            .classed('highlight', whether);\n    }\n\n    _createLabels (labels, pieData, arcs) {\n        if (this.renderLabel()) {\n            const labelsEnter = labels\n                .enter()\n                .append('text')\n                .attr('class', (d, i) => {\n                    let classes = `${this._sliceCssClass} ${this._labelCssClass} _${i}`;\n                    if (this._externalLabelRadius) {\n                        classes += ' external';\n                    }\n                    return classes;\n                })\n                .on('click', d3compat.eventHandler(d => this._onClick(d)))\n                .on('mouseover', d3compat.eventHandler(d => {\n                    this._highlightSlice(d.index, true);\n                }))\n                .on('mouseout', d3compat.eventHandler(d => {\n                    this._highlightSlice(d.index, false);\n                }));\n            this._positionLabels(labelsEnter, arcs);\n            if (this._externalLabelRadius && this._drawPaths) {\n                this._updateLabelPaths(pieData, arcs);\n            }\n        }\n    }\n\n    _updateLabelPaths (pieData, arcs) {\n        let polyline = this._g.selectAll(`polyline.${this._sliceCssClass}`)\n            .data(pieData);\n\n        polyline.exit().remove();\n\n        polyline = polyline\n            .enter()\n            .append('polyline')\n            .attr('class', (d, i) => `pie-path _${i} ${this._sliceCssClass}`)\n            .on('click', d3compat.eventHandler(d => this._onClick(d)))\n            .on('mouseover', d3compat.eventHandler(d => {\n                this._highlightSlice(d.index, true);\n            }))\n            .on('mouseout', d3compat.eventHandler(d => {\n                this._highlightSlice(d.index, false);\n            }))\n            .merge(polyline);\n\n        const arc2 = arc()\n            .outerRadius(this._radius - this._externalRadiusPadding + this._externalLabelRadius)\n            .innerRadius(this._radius - this._externalRadiusPadding);\n        const tranNodes = transition(polyline, this.transitionDuration(), this.transitionDelay());\n        // this is one rare case where d3.selection differs from d3.transition\n        if (tranNodes.attrTween) {\n            tranNodes\n                .attrTween('points', function (d) {\n                    let current = this._current || d;\n                    current = {startAngle: current.startAngle, endAngle: current.endAngle};\n                    const _interpolate = interpolate(current, d);\n                    this._current = _interpolate(0);\n                    return t => {\n                        const d2 = _interpolate(t);\n                        return [arcs.centroid(d2), arc2.centroid(d2)];\n                    };\n                });\n        } else {\n            tranNodes.attr('points', d => [arcs.centroid(d), arc2.centroid(d)]);\n        }\n        tranNodes.style('visibility', d => d.endAngle - d.startAngle < 0.0001 ? 'hidden' : 'visible');\n\n    }\n\n    _updateElements (pieData, arcs) {\n        this._updateSlicePaths(pieData, arcs);\n        this._updateLabels(pieData, arcs);\n        this._updateTitles(pieData);\n    }\n\n    _updateSlicePaths (pieData, arcs) {\n        const slicePaths = this._g.selectAll(`g.${this._sliceCssClass}`)\n            .data(pieData)\n            .select('path')\n            .attr('d', (d, i) => this._safeArc(d, i, arcs));\n        const tranNodes = transition(slicePaths, this.transitionDuration(), this.transitionDelay());\n        if (tranNodes.attrTween) {\n            const chart = this;\n            tranNodes.attrTween('d', function (d) {\n                return chart._tweenPie(d, this);\n            });\n        }\n        tranNodes.attr('fill', (d, i) => this._fill(d, i));\n    }\n\n    _updateLabels (pieData, arcs) {\n        if (this.renderLabel()) {\n            const labels = this._g.selectAll(`text.${this._labelCssClass}`)\n                .data(pieData);\n            this._positionLabels(labels, arcs);\n            if (this._externalLabelRadius && this._drawPaths) {\n                this._updateLabelPaths(pieData, arcs);\n            }\n        }\n    }\n\n    _updateTitles (pieData) {\n        if (this.renderTitle()) {\n            this._g.selectAll(`g.${this._sliceCssClass}`)\n                .data(pieData)\n                .select('title')\n                .text(d => this.title()(d.data));\n        }\n    }\n\n    _removeElements (slices, labels) {\n        slices.exit().remove();\n        labels.exit().remove();\n    }\n\n    _highlightFilter () {\n        const chart = this;\n        if (this.hasFilter()) {\n            this.selectAll(`g.${this._sliceCssClass}`).each(function (d) {\n                if (chart._isSelectedSlice(d)) {\n                    chart.highlightSelected(this);\n                } else {\n                    chart.fadeDeselected(this);\n                }\n            });\n        } else {\n            this.selectAll(`g.${this._sliceCssClass}`).each(function () {\n                chart.resetHighlight(this);\n            });\n        }\n    }\n\n    /**\n     * Get or set the external radius padding of the pie chart. This will force the radius of the\n     * pie chart to become smaller or larger depending on the value.\n     * @param {Number} [externalRadiusPadding=0]\n     * @returns {Number|PieChart}\n     */\n    externalRadiusPadding (externalRadiusPadding) {\n        if (!arguments.length) {\n            return this._externalRadiusPadding;\n        }\n        this._externalRadiusPadding = externalRadiusPadding;\n        return this;\n    }\n\n    /**\n     * Get or set the inner radius of the pie chart. If the inner radius is greater than 0px then the\n     * pie chart will be rendered as a doughnut chart.\n     * @param {Number} [innerRadius=0]\n     * @returns {Number|PieChart}\n     */\n    innerRadius (innerRadius) {\n        if (!arguments.length) {\n            return this._innerRadius;\n        }\n        this._innerRadius = innerRadius;\n        return this;\n    }\n\n    /**\n     * Get or set the outer radius. If the radius is not set, it will be half of the minimum of the\n     * chart width and height.\n     * @param {Number} [radius]\n     * @returns {Number|PieChart}\n     */\n    radius (radius) {\n        if (!arguments.length) {\n            return this._givenRadius;\n        }\n        this._givenRadius = radius;\n        return this;\n    }\n\n    /**\n     * Get or set center x coordinate position. Default is center of svg.\n     * @param {Number} [cx]\n     * @returns {Number|PieChart}\n     */\n    cx (cx) {\n        if (!arguments.length) {\n            return (this._cx || this.width() / 2);\n        }\n        this._cx = cx;\n        return this;\n    }\n\n    /**\n     * Get or set center y coordinate position. Default is center of svg.\n     * @param {Number} [cy]\n     * @returns {Number|PieChart}\n     */\n    cy (cy) {\n        if (!arguments.length) {\n            return (this._cy || this.height() / 2);\n        }\n        this._cy = cy;\n        return this;\n    }\n\n    _buildArcs () {\n        return arc()\n            .outerRadius(this._radius - this._externalRadiusPadding)\n            .innerRadius(this._innerRadius);\n    }\n\n    _isSelectedSlice (d) {\n        return this.hasFilter(this.cappedKeyAccessor(d.data));\n    }\n\n    _doRedraw () {\n        this._drawChart();\n        return this;\n    }\n\n    /**\n     * Get or set the minimal slice angle for label rendering. Any slice with a smaller angle will not\n     * display a slice label.\n     * @param {Number} [minAngleForLabel=0.5]\n     * @returns {Number|PieChart}\n     */\n    minAngleForLabel (minAngleForLabel) {\n        if (!arguments.length) {\n            return this._minAngleForLabel;\n        }\n        this._minAngleForLabel = minAngleForLabel;\n        return this;\n    }\n\n    _pieLayout () {\n        return pie().sort(null).value(d => this.cappedValueAccessor(d));\n    }\n\n    _sliceTooSmall (d) {\n        const angle = (d.endAngle - d.startAngle);\n        return isNaN(angle) || angle < this._minAngleForLabel;\n    }\n\n    _sliceHasNoData (d) {\n        return this.cappedValueAccessor(d) === 0;\n    }\n\n    _isOffCanvas (current) {\n        return !current || isNaN(current.startAngle) || isNaN(current.endAngle);\n    }\n\n    _fill (d, i) {\n        return this.getColor(d.data, i);\n    }\n\n    _onClick (d) {\n        if (this._g.attr('class') !== this._emptyCssClass) {\n            this.onClick(d.data);\n        }\n    }\n\n    _safeArc (d, i, _arc) {\n        let path = _arc(d, i);\n        if (path.indexOf('NaN') >= 0) {\n            path = 'M0,0';\n        }\n        return path;\n    }\n\n    /**\n     * Title to use for the only slice when there is no data.\n     * @param {String} [title]\n     * @returns {String|PieChart}\n     */\n    emptyTitle (title) {\n        if (arguments.length === 0) {\n            return this._emptyTitle;\n        }\n        this._emptyTitle = title;\n        return this;\n    }\n\n    /**\n     * Position slice labels offset from the outer edge of the chart.\n     *\n     * The argument specifies the extra radius to be added for slice labels.\n     * @param {Number} [externalLabelRadius]\n     * @returns {Number|PieChart}\n     */\n    externalLabels (externalLabelRadius) {\n        if (arguments.length === 0) {\n            return this._externalLabelRadius;\n        } else if (externalLabelRadius) {\n            this._externalLabelRadius = externalLabelRadius;\n        } else {\n            this._externalLabelRadius = undefined;\n        }\n\n        return this;\n    }\n\n    /**\n     * Get or set whether to draw lines from pie slices to their labels.\n     *\n     * @param {Boolean} [drawPaths]\n     * @returns {Boolean|PieChart}\n     */\n    drawPaths (drawPaths) {\n        if (arguments.length === 0) {\n            return this._drawPaths;\n        }\n        this._drawPaths = drawPaths;\n        return this;\n    }\n\n    _labelPosition (d, _arc) {\n        let centroid;\n        if (this._externalLabelRadius) {\n            centroid = arc()\n                .outerRadius(this._radius - this._externalRadiusPadding + this._externalLabelRadius)\n                .innerRadius(this._radius - this._externalRadiusPadding + this._externalLabelRadius)\n                .centroid(d);\n        } else {\n            centroid = _arc.centroid(d);\n        }\n        if (isNaN(centroid[0]) || isNaN(centroid[1])) {\n            return 'translate(0,0)';\n        } else {\n            return `translate(${centroid})`;\n        }\n    }\n\n    legendables () {\n        return this.data().map((d, i) => {\n            const legendable = {name: d.key, data: d.value, others: d.others, chart: this};\n            legendable.color = this.getColor(d, i);\n            return legendable;\n        });\n    }\n\n    legendHighlight (d) {\n        this._highlightSliceFromLegendable(d, true);\n    }\n\n    legendReset (d) {\n        this._highlightSliceFromLegendable(d, false);\n    }\n\n    legendToggle (d) {\n        this.onClick({key: d.name, others: d.others});\n    }\n\n    _highlightSliceFromLegendable (legendable, highlighted) {\n        this.selectAll('g.pie-slice').each(function (d) {\n            if (legendable.name === d.data.key) {\n                select(this).classed('highlight', highlighted);\n            }\n        });\n    }\n\n    _tweenPie (b, element) {\n        b.innerRadius = this._innerRadius;\n        let current = element._current;\n        if (this._isOffCanvas(current)) {\n            current = {startAngle: 0, endAngle: 0};\n        } else {\n            // only interpolate startAngle & endAngle, not the whole data object\n            current = {startAngle: current.startAngle, endAngle: current.endAngle};\n        }\n        const i = interpolate(current, b);\n        element._current = i(0);\n        return t => this._safeArc(i(t), 0, this._buildArcs());\n    }\n\n\n}\n\nexport const pieChart = (parent, chartGroup) => new PieChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/row-chart.js",
    "content": "import {extent} from 'd3-array';\nimport {axisBottom} from 'd3-axis';\nimport {scaleLinear} from 'd3-scale';\n\nimport {CapMixin} from '../base/cap-mixin';\nimport {MarginMixin} from '../base/margin-mixin';\nimport {ColorMixin} from '../base/color-mixin';\nimport {transition} from '../core/core';\nimport {d3compat} from '../core/config';\n\n/**\n * Concrete row chart implementation.\n *\n * Examples:\n * - {@link https://dc-js.github.io/dc.js/ Nasdaq 100 Index}\n * @mixes CapMixin\n * @mixes MarginMixin\n * @mixes ColorMixin\n * @mixes BaseMixin\n */\nexport class RowChart extends CapMixin(ColorMixin(MarginMixin)) {\n    /**\n     * Create a Row Chart.\n     * @example\n     * // create a row chart under #chart-container1 element using the default global chart group\n     * var chart1 = new RowChart('#chart-container1');\n     * // create a row chart under #chart-container2 element using chart group A\n     * var chart2 = new RowChart('#chart-container2', 'chartGroupA');\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._g = undefined;\n\n        this._labelOffsetX = 10;\n        this._labelOffsetY = 15;\n        this._hasLabelOffsetY = false;\n        this._dyOffset = '0.35em'; // this helps center labels https://github.com/d3/d3-3.x-api-reference/blob/master/SVG-Shapes.md#svg_text\n        this._titleLabelOffsetX = 2;\n\n        this._gap = 5;\n\n        this._fixedBarHeight = false;\n        this._rowCssClass = 'row';\n        this._titleRowCssClass = 'titlerow';\n        this._renderTitleLabel = false;\n\n        this._x = undefined;\n\n        this._elasticX = undefined;\n\n        this._xAxis = axisBottom();\n\n        this._rowData = undefined;\n\n        this.rowsCap = this.cap;\n\n        this.title(d => `${this.cappedKeyAccessor(d)}: ${this.cappedValueAccessor(d)}`);\n\n        this.label(d => this.cappedKeyAccessor(d));\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _calculateAxisScale () {\n        if (!this._x || this._elasticX) {\n            const _extent = extent(this._rowData, d => this.cappedValueAccessor(d));\n            if (_extent[0] > 0) {\n                _extent[0] = 0;\n            }\n            if (_extent[1] < 0) {\n                _extent[1] = 0;\n            }\n            this._x = scaleLinear().domain(_extent)\n                .range([0, this.effectiveWidth()]);\n        }\n        this._xAxis.scale(this._x);\n    }\n\n    _drawAxis () {\n        let axisG = this._g.select('g.axis');\n\n        this._calculateAxisScale();\n\n        if (axisG.empty()) {\n            axisG = this._g.append('g').attr('class', 'axis');\n        }\n        axisG.attr('transform', `translate(0, ${this.effectiveHeight()})`);\n\n        transition(axisG, this.transitionDuration(), this.transitionDelay())\n            .call(this._xAxis);\n    }\n\n    _doRender () {\n        this.resetSvg();\n\n        this._g = this.svg()\n            .append('g')\n            .attr('transform', `translate(${this.margins().left},${this.margins().top})`);\n\n        this._drawChart();\n\n        return this;\n    }\n\n    /**\n     * Gets or sets the x scale. The x scale can be any d3\n     * {@link https://github.com/d3/d3-scale/blob/master/README.md d3.scale}.\n     * @see {@link https://github.com/d3/d3-scale/blob/master/README.md d3.scale}\n     * @param {d3.scale} [scale]\n     * @returns {d3.scale|RowChart}\n     */\n    x (scale) {\n        if (!arguments.length) {\n            return this._x;\n        }\n        this._x = scale;\n        return this;\n    }\n\n    _drawGridLines () {\n        this._g.selectAll('g.tick')\n            .select('line.grid-line')\n            .remove();\n\n        this._g.selectAll('g.tick')\n            .append('line')\n            .attr('class', 'grid-line')\n            .attr('x1', 0)\n            .attr('y1', 0)\n            .attr('x2', 0)\n            .attr('y2', () => -this.effectiveHeight());\n    }\n\n    _drawChart () {\n        this._rowData = this.data();\n\n        this._drawAxis();\n        this._drawGridLines();\n\n        let rows = this._g.selectAll(`g.${this._rowCssClass}`)\n            .data(this._rowData);\n\n        this._removeElements(rows);\n        rows = this._createElements(rows)\n            .merge(rows);\n        this._updateElements(rows);\n    }\n\n    _createElements (rows) {\n        const rowEnter = rows.enter()\n            .append('g')\n            .attr('class', (d, i) => `${this._rowCssClass} _${i}`);\n\n        rowEnter.append('rect').attr('width', 0);\n\n        this._createLabels(rowEnter);\n\n        return rowEnter;\n    }\n\n    _removeElements (rows) {\n        rows.exit().remove();\n    }\n\n    _rootValue () {\n        const root = this._x(0);\n        return (root === -Infinity || root !== root) ? this._x(1) : root;\n    }\n\n    _updateElements (rows) {\n        const n = this._rowData.length;\n\n        let height;\n        if (!this._fixedBarHeight) {\n            height = (this.effectiveHeight() - (n + 1) * this._gap) / n;\n        } else {\n            height = this._fixedBarHeight;\n        }\n\n        // vertically align label in center unless they override the value via property setter\n        if (!this._hasLabelOffsetY) {\n            this._labelOffsetY = height / 2;\n        }\n\n        const rect = rows.attr('transform', (d, i) => `translate(0,${(i + 1) * this._gap + i * height})`).select('rect')\n            .attr('height', height)\n            .attr('fill', this.getColor)\n            .on('click', d3compat.eventHandler(d => this._onClick(d)))\n            .classed('dc-tabbable', this._keyboardAccessible)\n            .classed('deselected', d => (this.hasFilter()) ? !this._isSelectedRow(d) : false)\n            .classed('selected', d => (this.hasFilter()) ? this._isSelectedRow(d) : false);\n\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible(d => this._onClick(d));\n        }\n\n        transition(rect, this.transitionDuration(), this.transitionDelay())\n            .attr('width', d => Math.abs(this._rootValue() - this._x(this.cappedValueAccessor(d))))\n            .attr('transform', d => this._translateX(d));\n\n        this._createTitles(rows);\n        this._updateLabels(rows);\n    }\n\n    _createTitles (rows) {\n        if (this.renderTitle()) {\n            rows.select('title').remove();\n            rows.append('title').text(this.title());\n        }\n    }\n\n    _createLabels (rowEnter) {\n        if (this.renderLabel()) {\n            rowEnter.append('text')\n                .on('click', d3compat.eventHandler(d => this._onClick(d)));\n        }\n        if (this.renderTitleLabel()) {\n            rowEnter.append('text')\n                .attr('class', this._titleRowCssClass)\n                .on('click', d3compat.eventHandler(d => this._onClick(d)));\n        }\n    }\n\n    _updateLabels (rows) {\n        if (this.renderLabel()) {\n            const lab = rows.select('text')\n                .attr('x', this._labelOffsetX)\n                .attr('y', this._labelOffsetY)\n                .attr('dy', this._dyOffset)\n                .on('click', d3compat.eventHandler(d => this._onClick(d)))\n                .attr('class', (d, i) => `${this._rowCssClass} _${i}`)\n                .text(d => this.label()(d));\n            transition(lab, this.transitionDuration(), this.transitionDelay())\n                .attr('transform', d => this._translateX(d));\n        }\n        if (this.renderTitleLabel()) {\n            const titlelab = rows.select(`.${this._titleRowCssClass}`)\n                .attr('x', this.effectiveWidth() - this._titleLabelOffsetX)\n                .attr('y', this._labelOffsetY)\n                .attr('dy', this._dyOffset)\n                .attr('text-anchor', 'end')\n                .on('click', d3compat.eventHandler(d => this._onClick(d)))\n                .attr('class', (d, i) => `${this._titleRowCssClass} _${i}`)\n                .text(d => this.title()(d));\n            transition(titlelab, this.transitionDuration(), this.transitionDelay())\n                .attr('transform', d => this._translateX(d));\n        }\n    }\n\n    /**\n     * Turn on/off Title label rendering (values) using SVG style of text-anchor 'end'.\n     * @param {Boolean} [renderTitleLabel=false]\n     * @returns {Boolean|RowChart}\n     */\n    renderTitleLabel (renderTitleLabel) {\n        if (!arguments.length) {\n            return this._renderTitleLabel;\n        }\n        this._renderTitleLabel = renderTitleLabel;\n        return this;\n    }\n\n    _onClick (d) {\n        this.onClick(d);\n    }\n\n    _translateX (d) {\n        const x = this._x(this.cappedValueAccessor(d)),\n            x0 = this._rootValue(),\n            s = x > x0 ? x0 : x;\n        return `translate(${s},0)`;\n    }\n\n    _doRedraw () {\n        this._drawChart();\n        return this;\n    }\n\n    /**\n     * Get or sets the x axis for the row chart instance.\n     * See the {@link https://github.com/d3/d3-axis/blob/master/README.md d3.axis}\n     * documention for more information.\n     * @param {d3.axis} [xAxis]\n     * @example\n     * // customize x axis tick format\n     * chart.xAxis().tickFormat(function (v) {return v + '%';});\n     * // customize x axis tick values\n     * chart.xAxis().tickValues([0, 100, 200, 300]);\n     * // use a top-oriented axis. Note: position of the axis and grid lines will need to\n     * // be set manually, see https://dc-js.github.io/dc.js/examples/row-top-axis.html\n     * chart.xAxis(d3.axisTop())\n     * @returns {d3.axis|RowChart}\n     */\n    xAxis (xAxis) {\n        if (!arguments.length) {\n            return this._xAxis;\n        }\n        this._xAxis = xAxis;\n        return this;\n    }\n\n    /**\n     * Get or set the fixed bar height. Default is [false] which will auto-scale bars.\n     * For example, if you want to fix the height for a specific number of bars (useful in TopN charts)\n     * you could fix height as follows (where count = total number of bars in your TopN and gap is\n     * your vertical gap space).\n     * @example\n     * chart.fixedBarHeight( chartheight - (count + 1) * gap / count);\n     * @param {Boolean|Number} [fixedBarHeight=false]\n     * @returns {Boolean|Number|RowChart}\n     */\n    fixedBarHeight (fixedBarHeight) {\n        if (!arguments.length) {\n            return this._fixedBarHeight;\n        }\n        this._fixedBarHeight = fixedBarHeight;\n        return this;\n    }\n\n    /**\n     * Get or set the vertical gap space between rows on a particular row chart instance.\n     * @param {Number} [gap=5]\n     * @returns {Number|RowChart}\n     */\n    gap (gap) {\n        if (!arguments.length) {\n            return this._gap;\n        }\n        this._gap = gap;\n        return this;\n    }\n\n    /**\n     * Get or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescale to auto-fit the\n     * data range when filtered.\n     * @param {Boolean} [elasticX]\n     * @returns {Boolean|RowChart}\n     */\n    elasticX (elasticX) {\n        if (!arguments.length) {\n            return this._elasticX;\n        }\n        this._elasticX = elasticX;\n        return this;\n    }\n\n    /**\n     * Get or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart.\n     * @param {Number} [labelOffsetX=10]\n     * @returns {Number|RowChart}\n     */\n    labelOffsetX (labelOffsetX) {\n        if (!arguments.length) {\n            return this._labelOffsetX;\n        }\n        this._labelOffsetX = labelOffsetX;\n        return this;\n    }\n\n    /**\n     * Get or set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart.\n     * @param {Number} [labelOffsety=15]\n     * @returns {Number|RowChart}\n     */\n    labelOffsetY (labelOffsety) {\n        if (!arguments.length) {\n            return this._labelOffsetY;\n        }\n        this._labelOffsetY = labelOffsety;\n        this._hasLabelOffsetY = true;\n        return this;\n    }\n\n    /**\n     * Get of set the x offset (horizontal space between right edge of row and right edge or text.\n     * @param {Number} [titleLabelOffsetX=2]\n     * @returns {Number|RowChart}\n     */\n    titleLabelOffsetX (titleLabelOffsetX) {\n        if (!arguments.length) {\n            return this._titleLabelOffsetX;\n        }\n        this._titleLabelOffsetX = titleLabelOffsetX;\n        return this;\n    }\n\n    _isSelectedRow (d) {\n        return this.hasFilter(this.cappedKeyAccessor(d));\n    }\n}\n\nexport const rowChart = (parent, chartGroup) => new RowChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/scatter-plot.js",
    "content": "import {symbol} from 'd3-shape';\nimport {select} from 'd3-selection';\nimport {brush} from 'd3-brush';\nimport {ascending} from 'd3-array'\n\nimport {CoordinateGridMixin} from '../base/coordinate-grid-mixin';\nimport {optionalTransition, transition} from '../core/core';\nimport {filters} from '../core/filters';\nimport {constants} from '../core/constants';\nimport {events} from '../core/events';\n\n/**\n * A scatter plot chart\n *\n * Examples:\n * - {@link http://dc-js.github.io/dc.js/examples/scatter.html Scatter Chart}\n * - {@link http://dc-js.github.io/dc.js/examples/multi-scatter.html Multi-Scatter Chart}\n * @mixes CoordinateGridMixin\n */\nexport class ScatterPlot extends CoordinateGridMixin {\n    /**\n     * Create a Scatter Plot.\n     * @example\n     * // create a scatter plot under #chart-container1 element using the default global chart group\n     * var chart1 = new ScatterPlot('#chart-container1');\n     * // create a scatter plot under #chart-container2 element using chart group A\n     * var chart2 = new ScatterPlot('#chart-container2', 'chartGroupA');\n     * // create a sub-chart under a composite parent chart\n     * var chart3 = new ScatterPlot(compositeChart);\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._symbol = symbol();\n\n        this._existenceAccessor = d => d.value;\n\n        const originalKeyAccessor = this.keyAccessor();\n        this.keyAccessor(d => originalKeyAccessor(d)[0]);\n        this.valueAccessor(d => originalKeyAccessor(d)[1]);\n        this.colorAccessor(() => this._groupName);\n\n        // this basically just counteracts the setting of its own key/value accessors\n        // see https://github.com/dc-js/dc.js/issues/702\n        this.title(d => `${this.keyAccessor()(d)},${this.valueAccessor()(d)}: ${this.existenceAccessor()(d)}`);\n\n        this._highlightedSize = 7;\n        this._symbolSize = 5;\n        this._excludedSize = 3;\n        this._excludedColor = null;\n        this._excludedOpacity = 1.0;\n        this._emptySize = 0;\n        this._emptyOpacity = 0;\n        this._nonemptyOpacity = 1;\n        this._emptyColor = null;\n        this._filtered = [];\n        this._canvas = null;\n        this._context = null;\n        this._useCanvas = false;\n\n\n        // Use a 2 dimensional brush\n        this.brush(brush());\n\n        this._symbol.size((d, i) => this._elementSize(d, i));\n\n        this.anchor(parent, chartGroup);\n    }\n\n    // Calculates element radius for canvas plot to be comparable to D3 area based symbol sizes\n    _canvasElementSize (d, isFiltered) {\n        if (!this._existenceAccessor(d)) {\n            return this._emptySize / Math.sqrt(Math.PI);\n        } else if (isFiltered) {\n            return this._symbolSize / Math.sqrt(Math.PI);\n        } else {\n            return this._excludedSize / Math.sqrt(Math.PI);\n        }\n    }\n\n    _elementSize (d, i) {\n        if (!this._existenceAccessor(d)) {\n            return Math.pow(this._emptySize, 2);\n        } else if (this._filtered[i]) {\n            return Math.pow(this._symbolSize, 2);\n        } else {\n            return Math.pow(this._excludedSize, 2);\n        }\n    }\n\n    _locator (d) {\n        return `translate(${this.x()(this.keyAccessor()(d))},${ \n            this.y()(this.valueAccessor()(d))})`;\n    }\n\n    filter (filter) {\n        if (!arguments.length) {\n            return super.filter();\n        }\n\n        return super.filter(filters.RangedTwoDimensionalFilter(filter));\n    }\n\n    /**\n     * Method that replaces original resetSvg and appropriately inserts canvas\n     * element along with svg element and sets their CSS properties appropriately\n     * so they are overlapped on top of each other.\n     * Remove the chart's SVGElements from the dom and recreate the container SVGElement.\n     * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/SVGElement SVGElement}\n     * @returns {SVGElement}\n     */\n    resetSvg () {\n        if (!this._useCanvas) {\n            return super.resetSvg();\n        } else {\n            super.resetSvg(); // Perform original svgReset inherited from baseMixin\n            this.select('canvas').remove(); // remove old canvas\n\n            const svgSel = this.svg();\n            const rootSel = this.root();\n\n            // Set root node to relative positioning and svg to absolute\n            rootSel.style('position', 'relative');\n            svgSel.style('position', 'relative');\n\n            // Check if SVG element already has any extra top/left CSS offsets\n            const svgLeft = isNaN(parseInt(svgSel.style('left'), 10)) ? 0 : parseInt(svgSel.style('left'), 10);\n            const svgTop = isNaN(parseInt(svgSel.style('top'), 10)) ? 0 : parseInt(svgSel.style('top'), 10);\n            const width = this.effectiveWidth();\n            const height = this.effectiveHeight();\n            const margins = this.margins(); // {top: 10, right: 130, bottom: 42, left: 42}\n\n            // Add the canvas element such that it perfectly overlaps the plot area of the scatter plot SVG\n            const devicePixelRatio = window.devicePixelRatio || 1;\n            this._canvas = this.root().append('canvas')\n                .attr('x', 0)\n                .attr('y', 0)\n                .attr('width', (width) * devicePixelRatio)\n                .attr('height', (height) * devicePixelRatio)\n                .style('width', `${width}px`)\n                .style('height', `${height}px`)\n                .style('position', 'absolute')\n                .style('top', `${margins.top + svgTop}px`)\n                .style('left', `${margins.left + svgLeft}px`)\n                .style('z-index', -1) // Place behind SVG\n                .style('pointer-events', 'none'); // Disable pointer events on canvas so SVG can capture brushing\n\n            // Define canvas context and set clipping path\n            this._context = this._canvas.node().getContext('2d');\n            this._context.scale(devicePixelRatio, devicePixelRatio);\n            this._context.rect(0, 0, width, height);\n            this._context.clip(); // Setup clipping path\n            this._context.imageSmoothingQuality = 'high';\n\n            return this.svg(); // Respect original return param for this.resetSvg;\n        }\n    }\n\n    _resizeCanvas () {\n        const width = this.effectiveWidth();\n        const height = this.effectiveHeight();\n\n        const devicePixelRatio = window.devicePixelRatio || 1;\n        this._canvas\n            .attr('width', (width) * devicePixelRatio)\n            .attr('height', (height) * devicePixelRatio)\n            .style('width', `${width}px`)\n            .style('height', `${height}px`);\n        this._context.scale(devicePixelRatio, devicePixelRatio);\n    }\n\n\n    /**\n     * Set or get whether to use canvas backend for plotting scatterPlot. Note that the\n     * canvas backend does not currently support\n     * {@link ScatterPlot#customSymbol customSymbol} or\n     * {@link ScatterPlot#symbol symbol} methods and is limited to always plotting\n     * with filled circles. Symbols are drawn with\n     * {@link ScatterPlot#symbolSize symbolSize} radius. By default, the SVG backend\n     * is used when `useCanvas` is set to `false`.\n     * @param {Boolean} [useCanvas=false]\n     * @return {Boolean|d3.selection}\n     */\n    useCanvas (useCanvas) {\n        if (!arguments.length) {\n            return this._useCanvas;\n        }\n        this._useCanvas = useCanvas;\n        return this;\n    }\n\n    /**\n     * Set or get canvas element. You should usually only ever use the get method as\n     * dc.js will handle canvas element generation.  Provides valid canvas only when\n     * {@link ScatterPlot#useCanvas useCanvas} is set to `true`\n     * @param {CanvasElement|d3.selection} [canvasElement]\n     * @return {CanvasElement|d3.selection}\n     */\n    canvas (canvasElement) {\n        if (!arguments.length) {\n            return this._canvas;\n        }\n        this._canvas = canvasElement;\n        return this;\n    }\n\n    /**\n     * Get canvas 2D context. Provides valid context only when\n     * {@link ScatterPlot#useCanvas useCanvas} is set to `true`\n     * @return {CanvasContext}\n     */\n    context () {\n        return this._context;\n    }\n\n    /*eslint complexity: [2,11] */\n    // Plots data on canvas element. If argument provided, assumes legend is\n    // currently being highlighted and modifies opacity/size of symbols accordingly\n    // @param {Object} [legendHighlightDatum] - Datum provided to legendHighlight method\n    _plotOnCanvas (legendHighlightDatum) {\n        this._resizeCanvas();\n        const context = this.context();\n        context.clearRect(0, 0, (context.canvas.width + 2) * 1, (context.canvas.height + 2) * 1);\n        const data = this.data();\n\n        // Draw the data on canvas\n        data.forEach((d, i) => {\n            const isFiltered = !this.filter() || this.filter().isFiltered([d.key[0], d.key[1]]);\n            // Calculate opacity for current data point\n            let cOpacity = 1;\n            if (!this._existenceAccessor(d)) {\n                cOpacity = this._emptyOpacity;\n            } else if (isFiltered) {\n                cOpacity = this._nonemptyOpacity;\n            } else {\n                cOpacity = this.excludedOpacity();\n            }\n            // Calculate color for current data point\n            let cColor = null;\n            if (this._emptyColor && !this._existenceAccessor(d)) {\n                cColor = this._emptyColor;\n            } else if (this.excludedColor() && !isFiltered) {\n                cColor = this.excludedColor();\n            } else {\n                cColor = this.getColor(d);\n            }\n            let cSize = this._canvasElementSize(d, isFiltered);\n\n            // Adjust params for data points if legend is highlighted\n            if (legendHighlightDatum) {\n                const isHighlighted = (cColor === legendHighlightDatum.color);\n                // Calculate opacity for current data point\n                const fadeOutOpacity = 0.1; // TODO: Make this programmatically setable\n                if (!isHighlighted) { // Fade out non-highlighted colors + highlighted colors outside filter\n                    cOpacity = fadeOutOpacity;\n                }\n                if (isHighlighted) { // Set size for highlighted color data points\n                    cSize = this._highlightedSize / Math.sqrt(Math.PI);\n                }\n            }\n\n            // Draw point on canvas\n            context.save();\n            context.globalAlpha = cOpacity;\n            context.beginPath();\n            context.arc(this.x()(this.keyAccessor()(d)), this.y()(this.valueAccessor()(d)), cSize, 0, 2 * Math.PI, true);\n            context.fillStyle = cColor;\n            context.fill();\n            // context.lineWidth = 0.5; // Commented out code to add stroke around scatter points if desired\n            // context.strokeStyle = '#333';\n            // context.stroke();\n            context.restore();\n        });\n    }\n\n    _plotOnSVG () {\n\n        const data = this.data();\n\n        if (this._keyboardAccessible) {\n            // sort based on the x value (key)\n            data.sort((a, b) => ascending(this.keyAccessor()(a), this.keyAccessor()(b)));\n        }\n\n        let symbols = this.chartBodyG().selectAll('path.symbol')\n            .data(data);\n\n        transition(symbols.exit(), this.transitionDuration(), this.transitionDelay())\n            .attr('opacity', 0).remove();\n\n        symbols = symbols\n            .enter()\n            .append('path')\n            .attr('class', 'symbol')\n            .classed('dc-tabbable', this._keyboardAccessible)\n            .attr('opacity', 0)\n            .attr('fill', this.getColor)\n            .attr('transform', d => this._locator(d))\n            .merge(symbols);\n\n        // no click handler - just tabindex for reading out of tooltips\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible();\n            symbols.order();\n        }\n\n        symbols.call(s => this._renderTitles(s, data));\n\n        symbols.each((d, i) => {\n            this._filtered[i] = !this.filter() || this.filter().isFiltered([this.keyAccessor()(d), this.valueAccessor()(d)]);\n        });\n\n        transition(symbols, this.transitionDuration(), this.transitionDelay())\n            .attr('opacity', (d, i) => {\n                if (!this._existenceAccessor(d)) {\n                    return this._emptyOpacity;\n                } else if (this._filtered[i]) {\n                    return this._nonemptyOpacity;\n                } else {\n                    return this.excludedOpacity();\n                }\n            })\n            .attr('fill', (d, i) => {\n                if (this._emptyColor && !this._existenceAccessor(d)) {\n                    return this._emptyColor;\n                } else if (this.excludedColor() && !this._filtered[i]) {\n                    return this.excludedColor();\n                } else {\n                    return this.getColor(d);\n                }\n            })\n            .attr('transform', d => this._locator(d))\n            .attr('d', this._symbol);\n    }\n\n    plotData () {\n        if (this._useCanvas) {\n            this._plotOnCanvas();\n        } else {\n            this._plotOnSVG();\n        }\n    }\n\n    _renderTitles (_symbol, _d) {\n        if (this.renderTitle()) {\n            _symbol.selectAll('title').remove();\n            _symbol.append('title').text(d => this.title()(d));\n        }\n    }\n\n    /**\n     * Get or set the existence accessor.  If a point exists, it is drawn with\n     * {@link ScatterPlot#symbolSize symbolSize} radius and\n     * opacity 1; if it does not exist, it is drawn with\n     * {@link ScatterPlot#emptySize emptySize} radius and opacity 0. By default,\n     * the existence accessor checks if the reduced value is truthy.\n     * @see {@link ScatterPlot#symbolSize symbolSize}\n     * @see {@link ScatterPlot#emptySize emptySize}\n     * @example\n     * // default accessor\n     * chart.existenceAccessor(function (d) { return d.value; });\n     * @param {Function} [accessor]\n     * @returns {Function|ScatterPlot}\n     */\n    existenceAccessor (accessor) {\n        if (!arguments.length) {\n            return this._existenceAccessor;\n        }\n        this._existenceAccessor = accessor;\n        return this;\n    }\n\n    /**\n     * Get or set the symbol type used for each point. By default the symbol is a circle (d3.symbolCircle).\n     * Type can be a constant or an accessor.\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#symbol_type symbol.type}\n     * @example\n     * // Circle type\n     * chart.symbol(d3.symbolCircle);\n     * // Square type\n     * chart.symbol(d3.symbolSquare);\n     * @param {Function} [type=d3.symbolCircle]\n     * @returns {Function|ScatterPlot}\n     */\n    symbol (type) {\n        if (!arguments.length) {\n            return this._symbol.type();\n        }\n        this._symbol.type(type);\n        return this;\n    }\n\n    /**\n     * Get or set the symbol generator. By default `ScatterPlot` will use\n     * {@link https://github.com/d3/d3-shape/blob/master/README.md#symbol d3.symbol()}\n     * to generate symbols. `ScatterPlot` will set the\n     * {@link https://github.com/d3/d3-shape/blob/master/README.md#symbol_size symbol size accessor}\n     * on the symbol generator.\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#symbol d3.symbol}\n     * @see {@link https://stackoverflow.com/questions/25332120/create-additional-d3-js-symbols Create additional D3.js symbols}\n     * @param {String|Function} [customSymbol=d3.symbol()]\n     * @returns {String|Function|ScatterPlot}\n     */\n    customSymbol (customSymbol) {\n        if (!arguments.length) {\n            return this._symbol;\n        }\n        this._symbol = customSymbol;\n        this._symbol.size((d, i) => this._elementSize(d, i));\n        return this;\n    }\n\n    /**\n     * Set or get radius for symbols.\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#symbol_size d3.symbol.size}\n     * @param {Number} [symbolSize=3]\n     * @returns {Number|ScatterPlot}\n     */\n    symbolSize (symbolSize) {\n        if (!arguments.length) {\n            return this._symbolSize;\n        }\n        this._symbolSize = symbolSize;\n        return this;\n    }\n\n    /**\n     * Set or get radius for highlighted symbols.\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#symbol_size d3.symbol.size}\n     * @param {Number} [highlightedSize=5]\n     * @returns {Number|ScatterPlot}\n     */\n    highlightedSize (highlightedSize) {\n        if (!arguments.length) {\n            return this._highlightedSize;\n        }\n        this._highlightedSize = highlightedSize;\n        return this;\n    }\n\n    /**\n     * Set or get size for symbols excluded from this chart's filter. If null, no\n     * special size is applied for symbols based on their filter status.\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#symbol_size d3.symbol.size}\n     * @param {Number} [excludedSize=null]\n     * @returns {Number|ScatterPlot}\n     */\n    excludedSize (excludedSize) {\n        if (!arguments.length) {\n            return this._excludedSize;\n        }\n        this._excludedSize = excludedSize;\n        return this;\n    }\n\n    /**\n     * Set or get color for symbols excluded from this chart's filter. If null, no\n     * special color is applied for symbols based on their filter status.\n     * @param {Number} [excludedColor=null]\n     * @returns {Number|ScatterPlot}\n     */\n    excludedColor (excludedColor) {\n        if (!arguments.length) {\n            return this._excludedColor;\n        }\n        this._excludedColor = excludedColor;\n        return this;\n    }\n\n    /**\n     * Set or get opacity for symbols excluded from this chart's filter.\n     * @param {Number} [excludedOpacity=1.0]\n     * @returns {Number|ScatterPlot}\n     */\n    excludedOpacity (excludedOpacity) {\n        if (!arguments.length) {\n            return this._excludedOpacity;\n        }\n        this._excludedOpacity = excludedOpacity;\n        return this;\n    }\n\n    /**\n     * Set or get radius for symbols when the group is empty.\n     * @see {@link https://github.com/d3/d3-shape/blob/master/README.md#symbol_size d3.symbol.size}\n     * @param {Number} [emptySize=0]\n     * @returns {Number|ScatterPlot}\n     */\n    emptySize (emptySize) {\n        if (!arguments.length) {\n            return this._emptySize;\n        }\n        this._emptySize = emptySize;\n        return this;\n    }\n\n    hiddenSize (emptySize) {\n        if (!arguments.length) {\n            return this.emptySize();\n        }\n        return this.emptySize(emptySize);\n    }\n\n    /**\n     * Set or get color for symbols when the group is empty. If null, just use the\n     * {@link ColorMixin#colors colorMixin.colors} color scale zero value.\n     * @param {String} [emptyColor=null]\n     * @return {String}\n     * @return {ScatterPlot}/\n     */\n    emptyColor (emptyColor) {\n        if (!arguments.length) {\n            return this._emptyColor;\n        }\n        this._emptyColor = emptyColor;\n        return this;\n    }\n\n    /**\n     * Set or get opacity for symbols when the group is empty.\n     * @param {Number} [emptyOpacity=0]\n     * @return {Number}\n     * @return {ScatterPlot}\n     */\n    emptyOpacity (emptyOpacity) {\n        if (!arguments.length) {\n            return this._emptyOpacity;\n        }\n        this._emptyOpacity = emptyOpacity;\n        return this;\n    }\n\n    /**\n     * Set or get opacity for symbols when the group is not empty.\n     * @param {Number} [nonemptyOpacity=1]\n     * @return {Number}\n     * @return {ScatterPlot}\n     */\n    nonemptyOpacity (nonemptyOpacity) {\n        if (!arguments.length) {\n            return this._emptyOpacity;\n        }\n        this._nonemptyOpacity = nonemptyOpacity;\n        return this;\n    }\n\n    legendables () {\n        return [{chart: this, name: this._groupName, color: this.getColor()}];\n    }\n\n    legendHighlight (d) {\n        if (this._useCanvas) {\n            this._plotOnCanvas(d); // Supply legend datum to plotOnCanvas\n        } else {\n            this._resizeSymbolsWhere(s => s.attr('fill') === d.color, this._highlightedSize);\n            this.chartBodyG().selectAll('.chart-body path.symbol').filter(function () {\n                return select(this).attr('fill') !== d.color;\n            }).classed('fadeout', true);\n        }\n    }\n\n    legendReset (d) {\n        if (this._useCanvas) {\n            this._plotOnCanvas(d); // Supply legend datum to plotOnCanvas\n        } else {\n            this._resizeSymbolsWhere(s => s.attr('fill') === d.color, this._symbolSize);\n            this.chartBodyG().selectAll('.chart-body path.symbol').filter(function () {\n                return select(this).attr('fill') !== d.color;\n            }).classed('fadeout', false);\n        }\n    }\n\n    _resizeSymbolsWhere (condition, size) {\n        const symbols = this.chartBodyG().selectAll('.chart-body path.symbol').filter(function () {\n            return condition(select(this));\n        });\n        const oldSize = this._symbol.size();\n        this._symbol.size(Math.pow(size, 2));\n        transition(symbols, this.transitionDuration(), this.transitionDelay()).attr('d', this._symbol);\n        this._symbol.size(oldSize);\n    }\n    createBrushHandlePaths () {\n        // no handle paths for poly-brushes\n    }\n\n    extendBrush (brushSelection) {\n        if (this.round()) {\n            brushSelection[0] = brushSelection[0].map(this.round());\n            brushSelection[1] = brushSelection[1].map(this.round());\n        }\n        return brushSelection;\n    }\n\n    brushIsEmpty (brushSelection) {\n        return !brushSelection || brushSelection[0][0] >= brushSelection[1][0] || brushSelection[0][1] >= brushSelection[1][1];\n    }\n\n    _brushing (evt) {\n        if (this._ignoreBrushEvents) {\n            return;\n        }\n\n        let brushSelection = evt.selection;\n\n        // Testing with pixels is more reliable\n        let brushIsEmpty = this.brushIsEmpty(brushSelection);\n\n        if (brushSelection) {\n            brushSelection = brushSelection.map(point => point.map((coord, i) => {\n                const scale = i === 0 ? this.x() : this.y();\n                return scale.invert(coord);\n            }));\n\n            brushSelection = this.extendBrush(brushSelection);\n\n            // The rounding process might have made brushSelection empty, so we need to recheck\n            brushIsEmpty = brushIsEmpty && this.brushIsEmpty(brushSelection);\n        }\n\n        this.redrawBrush(brushSelection, false);\n\n        const ranged2DFilter = brushIsEmpty ? null : filters.RangedTwoDimensionalFilter(brushSelection);\n\n        events.trigger(() => {\n            this.replaceFilter(ranged2DFilter);\n            this.redrawGroup();\n        }, constants.EVENT_DELAY);\n    }\n\n    redrawBrush (brushSelection, doTransition) {\n        // override default x axis brush from parent chart\n        this._gBrush = this.gBrush();\n\n        if (this.brushOn() && this._gBrush) {\n            if (this.resizing()) {\n                this.setBrushExtents(doTransition);\n            }\n\n            if (!brushSelection) {\n                this._withoutBrushEvents(() => {\n                    this._gBrush\n                        .call(this.brush().move, brushSelection);\n                });\n            } else {\n                brushSelection = brushSelection.map(point => point.map((coord, i) => {\n                    const scale = i === 0 ? this.x() : this.y();\n                    return scale(coord);\n                }));\n\n                const gBrush =\n                    optionalTransition(doTransition, this.transitionDuration(), this.transitionDelay())(this._gBrush);\n\n                this._withoutBrushEvents(() => {\n                    gBrush\n                        .call(this.brush().move, brushSelection);\n                });\n            }\n        }\n\n        this.fadeDeselectedArea(brushSelection);\n    }\n}\n\nexport const scatterPlot = (parent, chartGroup) => new ScatterPlot(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/select-menu.js",
    "content": "import {events} from '../core/events';\nimport {BaseMixin} from '../base/base-mixin';\nimport {logger} from '../core/logger';\nimport {d3compat} from '../core/config';\n\nconst SELECT_CSS_CLASS = 'dc-select-menu';\nconst OPTION_CSS_CLASS = 'dc-select-option';\n\n/**\n * The select menu is a simple widget designed to filter a dimension by selecting an option from\n * an HTML `<select/>` menu. The menu can be optionally turned into a multiselect.\n * @mixes BaseMixin\n */\nexport class SelectMenu extends BaseMixin {\n    /**\n     * Create a Select Menu.\n     * @example\n     * // create a select menu under #select-container using the default global chart group\n     * var select = new SelectMenu('#select-container')\n     *                .dimension(states)\n     *                .group(stateGroup);\n     * // the option text can be set via the title() function\n     * // by default the option text is '`key`: `value`'\n     * select.title(function (d){\n     *     return 'STATE: ' + d.key;\n     * })\n     * @param {String|node|d3.selection|CompositeChart} parent - Any valid\n     * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this widget should be placed in.\n     * Interaction with the widget will only trigger events and redraws within its group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._select = undefined;\n        this._promptText = 'Select all';\n        this._multiple = false;\n        this._promptValue = null;\n        this._numberVisible = null;\n\n        this.data(group => group.all().filter(this._filterDisplayed));\n\n        this._filterDisplayed = d => this.valueAccessor()(d) > 0;\n\n        this._order = (a, b) => {\n            if (this.keyAccessor()(a) > this.keyAccessor()(b)) {\n                return 1;\n            }\n            if (this.keyAccessor()(a) < this.keyAccessor()(b)) {\n                return -1;\n            }\n            return 0;\n        };\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _doRender () {\n        this.select('select').remove();\n        this._select = this.root().append('select')\n            .classed(SELECT_CSS_CLASS, true);\n        this._select.append('option').text(this._promptText).attr('value', '');\n\n        this._doRedraw();\n        return this;\n    }\n\n    _doRedraw () {\n        this._setAttributes();\n        this._renderOptions();\n        // select the option(s) corresponding to current filter(s)\n        if (this.hasFilter() && this._multiple) {\n            this._select.selectAll('option')\n                .property('selected', d => typeof d !== 'undefined' && this.filters().indexOf(String(this.keyAccessor()(d))) >= 0);\n        } else if (this.hasFilter()) {\n            this._select.property('value', this.filter());\n        } else {\n            this._select.property('value', '');\n        }\n        return this;\n    }\n\n    _renderOptions () {\n        const options = this._select.selectAll(`option.${OPTION_CSS_CLASS}`)\n            .data(this.data(), d => this.keyAccessor()(d));\n\n        options.exit().remove();\n\n        options.enter()\n            .append('option')\n            .classed(OPTION_CSS_CLASS, true)\n            .attr('value', d => this.keyAccessor()(d))\n            .merge(options)\n            .text(this.title());\n\n        this._select.selectAll(`option.${OPTION_CSS_CLASS}`).sort(this._order);\n\n        this._select.on('change', d3compat.eventHandler((d, evt) => this._onChange(d, evt)));\n    }\n\n    _onChange (_d, evt) {\n        let values;\n\n        const target = evt.target;\n\n        if (target.selectedOptions) {\n            const selectedOptions = Array.prototype.slice.call(target.selectedOptions);\n            values = selectedOptions.map(d => d.value);\n        } else { // IE and other browsers do not support selectedOptions\n            // adapted from this polyfill: https://gist.github.com/brettz9/4212217\n            const options = [].slice.call(evt.target.options);\n            values = options.filter(option => option.selected).map(option => option.value);\n        }\n        // console.log(values);\n        // check if only prompt option is selected\n        if (values.length === 1 && values[0] === '') {\n            values = this._promptValue || null;\n        } else if (!this._multiple && values.length === 1) {\n            values = values[0];\n        }\n        this.onChange(values);\n    }\n\n    onChange (val) {\n        if (val && this._multiple) {\n            this.replaceFilter([val]);\n        } else if (val) {\n            this.replaceFilter(val);\n        } else {\n            this.filterAll();\n        }\n        events.trigger(() => {\n            this.redrawGroup();\n        });\n    }\n\n    _setAttributes () {\n        if (this._multiple) {\n            this._select.attr('multiple', true);\n        } else {\n            this._select.attr('multiple', null);\n        }\n        if (this._numberVisible !== null) {\n            this._select.attr('size', this._numberVisible);\n        } else {\n            this._select.attr('size', null);\n        }\n    }\n\n    /**\n     * Get or set the function that controls the ordering of option tags in the\n     * select menu. By default options are ordered by the group key in ascending\n     * order.\n     * @param {Function} [order]\n     * @returns {Function|SelectMenu}\n     * @example\n     * // order by the group's value\n     * chart.order(function (a,b) {\n     *     return a.value > b.value ? 1 : b.value > a.value ? -1 : 0;\n     * });\n     */\n    order (order) {\n        if (!arguments.length) {\n            return this._order;\n        }\n        this._order = order;\n        return this;\n    }\n\n    /**\n     * Get or set the text displayed in the options used to prompt selection.\n     * @param {String} [promptText='Select all']\n     * @returns {String|SelectMenu}\n     * @example\n     * chart.promptText('All states');\n     */\n    promptText (promptText) {\n        if (!arguments.length) {\n            return this._promptText;\n        }\n        this._promptText = promptText;\n        return this;\n    }\n\n    /**\n     * Get or set the function that filters option tags prior to display. By default options\n     * with a value of < 1 are not displayed.\n     * @param {function} [filterDisplayed]\n     * @returns {Function|SelectMenu}\n     * @example\n     * // display all options override the `filterDisplayed` function:\n     * chart.filterDisplayed(function () {\n     *     return true;\n     * });\n     */\n    filterDisplayed (filterDisplayed) {\n        if (!arguments.length) {\n            return this._filterDisplayed;\n        }\n        this._filterDisplayed = filterDisplayed;\n        return this;\n    }\n\n    /**\n     * Controls the type of select menu. Setting it to true converts the underlying\n     * HTML tag into a multiple select.\n     * @param {boolean} [multiple=false]\n     * @returns {boolean|SelectMenu}\n     * @example\n     * chart.multiple(true);\n     */\n    multiple (multiple) {\n        if (!arguments.length) {\n            return this._multiple;\n        }\n        this._multiple = multiple;\n\n        return this;\n    }\n\n    /**\n     * Controls the default value to be used for\n     * [dimension.filter](https://github.com/crossfilter/crossfilter/wiki/API-Reference#dimension_filter)\n     * when only the prompt value is selected. If `null` (the default), no filtering will occur when\n     * just the prompt is selected.\n     * @param {?*} [promptValue=null]\n     * @returns {*|SelectMenu}\n     */\n    promptValue (promptValue) {\n        if (!arguments.length) {\n            return this._promptValue;\n        }\n        this._promptValue = promptValue;\n\n        return this;\n    }\n\n    /**\n     * Controls the number of items to show in the select menu, when `.multiple()` is true. This\n     * controls the [`size` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#Attributes) of\n     * the `select` element. If `null` (the default), uses the browser's default height.\n     * @param {?number} [numberVisible=null]\n     * @returns {number|SelectMenu}\n     * @example\n     * chart.numberVisible(10);\n     */\n    numberVisible (numberVisible) {\n        if (!arguments.length) {\n            return this._numberVisible;\n        }\n        this._numberVisible = numberVisible;\n\n        return this;\n    }\n\n    size (numberVisible) {\n        logger.warnOnce('selectMenu.size is ambiguous - use selectMenu.numberVisible instead');\n        if (!arguments.length) {\n            return this.numberVisible();\n        }\n        return this.numberVisible(numberVisible);\n    }\n}\n\nexport const selectMenu = (parent, chartGroup) => new SelectMenu(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/series-chart.js",
    "content": "import {ascending} from 'd3-array';\n\nimport {CompositeChart} from './composite-chart';\nimport {lineChart} from './line-chart';\nimport {utils} from '../core/utils';\nimport {d3compat} from '../core/config';\n\n/**\n * A series chart is a chart that shows multiple series of data overlaid on one chart, where the\n * series is specified in the data. It is a specialization of Composite Chart and inherits all\n * composite features other than recomposing the chart.\n *\n * Examples:\n * - {@link http://dc-js.github.io/dc.js/examples/series.html Series Chart}\n * @mixes CompositeChart\n */\nexport class SeriesChart extends CompositeChart {\n    /**\n     * Create a Series Chart.\n     * @example\n     * // create a series chart under #chart-container1 element using the default global chart group\n     * var seriesChart1 = new SeriesChart(\"#chart-container1\");\n     * // create a series chart under #chart-container2 element using chart group A\n     * var seriesChart2 = new SeriesChart(\"#chart-container2\", \"chartGroupA\");\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super(parent, chartGroup);\n\n        this._keySort = (a, b) => ascending(this.keyAccessor()(a), this.keyAccessor()(b));\n\n        this._charts = {};\n        this._chartFunction = lineChart;\n        this._chartGroup = chartGroup;\n        this._seriesAccessor = undefined;\n        this._seriesSort = ascending;\n        this._valueSort = this._keySort;\n\n        this._mandatoryAttributes().push('seriesAccessor', 'chart');\n        this.shareColors(true);\n    }\n\n    _compose (subChartArray) {\n        super.compose(subChartArray);\n    }\n\n    compose (subChartArray) {\n        throw new Error('Not supported for this chart type');\n    }\n\n    _preprocessData () {\n        const keep = [];\n        let childrenChanged;\n\n        const nesting = d3compat.nester({\n            key: this._seriesAccessor,\n            sortKeys: this._seriesSort,\n            sortValues: this._valueSort,\n            entries: this.data()\n        });\n\n        const children =\n            nesting.map((sub, i) => {\n                const subChart = this._charts[sub.key] || this._chartFunction(this, this._chartGroup , sub.key, i);\n                if (!this._charts[sub.key]) {\n                    childrenChanged = true;\n                }\n                this._charts[sub.key] = subChart;\n                keep.push(sub.key);\n                return subChart\n                    .dimension(this.dimension())\n                    .group({\n                        all: typeof sub.values === 'function' ? sub.values : utils.constant(sub.values)\n                    }, sub.key)\n                    .keyAccessor(this.keyAccessor())\n                    .valueAccessor(this.valueAccessor())\n                    .brushOn(false);\n            });\n        // this works around the fact compositeChart doesn't really\n        // have a removal interface\n        Object.keys(this._charts)\n            .filter(c => keep.indexOf(c) === -1)\n            .forEach(c => {\n                this._clearChart(c);\n                childrenChanged = true;\n            });\n        this._compose(children);\n        if (childrenChanged && this.legend()) {\n            this.legend().render();\n        }\n    }\n\n    _clearChart (c) {\n        if (this._charts[c].g()) {\n            this._charts[c].g().remove();\n        }\n        delete this._charts[c];\n    }\n\n    _resetChildren () {\n        Object.keys(this._charts).map(this._clearChart.bind(this));\n        this._charts = {};\n    }\n\n    /**\n     * Get or set the chart function, which generates the child charts.\n     * @example\n     * // put curve on the line charts used for the series\n     * chart.chart(function(c) { return new LineChart(c).curve(d3.curveBasis); })\n     * // do a scatter series chart\n     * chart.chart(anchor => new ScatterPlot(anchor))\n     * @param {Function} [chartFunction= (anchor) =>  new LineChart(anchor)]\n     * @returns {Function|SeriesChart}\n     */\n    chart (chartFunction) {\n        if (!arguments.length) {\n            return this._chartFunction;\n        }\n        this._chartFunction = chartFunction;\n        this._resetChildren();\n        return this;\n    }\n\n    /**\n     * **mandatory**\n     *\n     * Get or set accessor function for the displayed series. Given a datum, this function\n     * should return the series that datum belongs to.\n     * @example\n     * // simple series accessor\n     * chart.seriesAccessor(function(d) { return \"Expt: \" + d.key[0]; })\n     * @param {Function} [accessor]\n     * @returns {Function|SeriesChart}\n     */\n    seriesAccessor (accessor) {\n        if (!arguments.length) {\n            return this._seriesAccessor;\n        }\n        this._seriesAccessor = accessor;\n        this._resetChildren();\n        return this;\n    }\n\n    /**\n     * Get or set a function to sort the list of series by, given series values.\n     * @see {@link https://github.com/d3/d3-array/blob/master/README.md#ascending d3.ascending}\n     * @see {@link https://github.com/d3/d3-array/blob/master/README.md#descending d3.descending}\n     * @example\n     * chart.seriesSort(d3.descending);\n     * @param {Function} [sortFunction=d3.ascending]\n     * @returns {Function|SeriesChart}\n     */\n    seriesSort (sortFunction) {\n        if (!arguments.length) {\n            return this._seriesSort;\n        }\n        this._seriesSort = sortFunction;\n        this._resetChildren();\n        return this;\n    }\n\n    /**\n     * Get or set a function to sort each series values by. By default this is the key accessor which,\n     * for example, will ensure a lineChart series connects its points in increasing key/x order,\n     * rather than haphazardly.\n     * @see {@link https://github.com/d3/d3-array/blob/master/README.md#ascending d3.ascending}\n     * @see {@link https://github.com/d3/d3-array/blob/master/README.md#descending d3.descending}\n     * @example\n     * // Default value sort\n     * _chart.valueSort(function keySort (a, b) {\n     *     return d3.ascending(_chart.keyAccessor()(a), _chart.keyAccessor()(b));\n     * });\n     * @param {Function} [sortFunction]\n     * @returns {Function|SeriesChart}\n     */\n    valueSort (sortFunction) {\n        if (!arguments.length) {\n            return this._valueSort;\n        }\n        this._valueSort = sortFunction;\n        this._resetChildren();\n        return this;\n    }\n\n}\n\nexport const seriesChart = (parent, chartGroup) => new SeriesChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/sunburst-chart.js",
    "content": "import {hierarchy, partition} from 'd3-hierarchy';\nimport {ascending, min, sum} from 'd3-array';\nimport {arc} from 'd3-shape';\nimport {select} from 'd3-selection';\nimport {interpolate} from 'd3-interpolate';\n\nimport {transition} from '../core/core';\nimport {filters} from '../core/filters';\nimport {utils, pluck} from '../core/utils';\nimport {d3compat} from '../core/config';\nimport {events} from '../core/events';\nimport {ColorMixin} from '../base/color-mixin';\nimport {BaseMixin} from '../base/base-mixin';\nimport {constants} from '../core/constants';\nimport {BadArgumentException} from '../core/bad-argument-exception';\n\nconst DEFAULT_MIN_ANGLE_FOR_LABEL = 0.5;\n\n/**\n * The sunburst chart implementation is usually used to visualize a small tree distribution.  The sunburst\n * chart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each\n * slice relative to the sum of all values. Slices are ordered by {@link BaseMixin#ordering ordering} which defaults to sorting\n * by key.\n *\n * The keys used in the sunburst chart should be arrays, representing paths in the tree.\n *\n * When filtering, the sunburst chart creates instances of {@link Filters.HierarchyFilter HierarchyFilter}.\n *\n * @mixes CapMixin\n * @mixes ColorMixin\n * @mixes BaseMixin\n */\nexport class SunburstChart extends ColorMixin(BaseMixin) {\n    /**\n     * Create a Sunburst Chart\n     * @example\n     * // create a sunburst chart under #chart-container1 element using the default global chart group\n     * var chart1 = new SunburstChart('#chart-container1');\n     * // create a sunburst chart under #chart-container2 element using chart group A\n     * var chart2 = new SunburstChart('#chart-container2', 'chartGroupA');\n     *\n     * @param {String|node|d3.selection} parent - Any valid\n     * {@link https://github.com/d3/d3-3.x-api-reference/blob/master/Selections.md#selecting-elements d3 single selector} specifying\n     * a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._sliceCssClass = 'pie-slice';\n        this._emptyCssClass = 'empty-chart';\n        this._emptyTitle = 'empty';\n\n        this._radius = undefined;\n        this._givenRadius = undefined; // given radius, if any\n        this._innerRadius = 0;\n        this._ringSizes = null;\n\n        this._g = undefined;\n        this._cx = undefined;\n        this._cy = undefined;\n        this._minAngleForLabel = DEFAULT_MIN_ANGLE_FOR_LABEL;\n        this._externalLabelRadius = undefined;\n\n        this.colorAccessor(d => this.keyAccessor()(d));\n\n        // override cap mixin\n        this.ordering(pluck('key'));\n\n        this.title(d => `${this.keyAccessor()(d)}: ${this._extendedValueAccessor(d)}`);\n\n        this.label(d => this.keyAccessor()(d));\n        this.renderLabel(true);\n\n        this.transitionDuration(350);\n\n        this.anchor(parent, chartGroup);\n    }\n\n    // Handle cases if value corresponds to generated parent nodes\n    _extendedValueAccessor (d) {\n        if (d.path) {\n            return d.value;\n        }\n        return this.valueAccessor()(d);\n    }\n\n    _scaleRadius (ringIndex, y) {\n        if (ringIndex === 0) {\n            return this._innerRadius;\n        } else {\n            const customRelativeRadius = sum(this.ringSizes().relativeRingSizes.slice(0, ringIndex));\n            const scaleFactor = (ringIndex * (1 / this.ringSizes().relativeRingSizes.length)) /\n                  customRelativeRadius;\n            const standardRadius = (y - this.ringSizes().rootOffset) /\n                  (1 - this.ringSizes().rootOffset) * (this._radius - this._innerRadius);\n            return this._innerRadius + standardRadius / scaleFactor;\n        }\n    }\n\n    _doRender () {\n        this.resetSvg();\n\n        this._g = this.svg()\n            .append('g')\n            .attr('transform', `translate(${this.cx()},${this.cy()})`);\n\n        this._drawChart();\n\n        return this;\n    }\n\n    _drawChart () {\n        // set radius from chart size if none given, or if given radius is too large\n        const maxRadius = min([this.width(), this.height()]) / 2;\n        this._radius = this._givenRadius && this._givenRadius < maxRadius ? this._givenRadius : maxRadius;\n\n        const arcs = this._buildArcs();\n\n        let partitionedNodes, cdata;\n        // if we have data...\n        if (sum(this.data(), this.valueAccessor())) {\n            cdata = utils.toHierarchy(this.data(), this.valueAccessor());\n            partitionedNodes = this._partitionNodes(cdata);\n            // First one is the root, which is not needed\n            partitionedNodes.nodes.shift();\n            this._g.classed(this._emptyCssClass, false);\n        } else {\n            // otherwise we'd be getting NaNs, so override\n            // note: abuse others for its ignoring the value accessor\n            cdata = utils.toHierarchy([], d => d.value);\n            partitionedNodes = this._partitionNodes(cdata);\n            this._g.classed(this._emptyCssClass, true);\n        }\n        this.ringSizes().rootOffset = partitionedNodes.rootOffset;\n        this.ringSizes().relativeRingSizes = partitionedNodes.relativeRingSizes;\n\n        if (this._g) {\n            const slices = this._g.selectAll(`g.${this._sliceCssClass}`)\n                .data(partitionedNodes.nodes);\n            this._createElements(slices, arcs, partitionedNodes.nodes);\n\n            this._updateElements(partitionedNodes.nodes, arcs);\n\n            this._removeElements(slices);\n\n            this._highlightFilter();\n\n            transition(this._g, this.transitionDuration(), this.transitionDelay())\n                .attr('transform', `translate(${this.cx()},${this.cy()})`);\n        }\n    }\n\n    _createElements (slices, arcs, sunburstData) {\n        const slicesEnter = this._createSliceNodes(slices);\n\n        this._createSlicePath(slicesEnter, arcs);\n        this._createTitles(slicesEnter);\n        this._createLabels(sunburstData, arcs);\n    }\n\n    _createSliceNodes (slices) {\n        return slices\n            .enter()\n            .append('g')\n            .attr('class', (d, i) => `${this._sliceCssClass\n            } _${i} ${\n                this._sliceCssClass}-level-${d.depth}`);\n    }\n\n    _createSlicePath (slicesEnter, arcs) {\n        const slicePath = slicesEnter.append('path')\n            .attr('fill', (d, i) => this._fill(d, i))\n            .on('click', d3compat.eventHandler(d => this.onClick(d)))\n            .classed('dc-tabbable', this._keyboardAccessible)\n            .attr('d', d => this._safeArc(arcs, d));\n\n        if (this._keyboardAccessible) {\n            this._makeKeyboardAccessible(this.onClick);\n        }\n\n        const tranNodes = transition(slicePath, this.transitionDuration());\n        if (tranNodes.attrTween) {\n            const chart = this;\n            tranNodes.attrTween('d', function (d) {\n                return chart._tweenSlice(d, this);\n            });\n        }\n    }\n\n    _createTitles (slicesEnter) {\n        if (this.renderTitle()) {\n            slicesEnter.append('title').text(d => this.title()(d));\n        }\n    }\n\n    _positionLabels (labelsEnter, arcs) {\n        transition(labelsEnter, this.transitionDuration())\n            .attr('transform', d => this._labelPosition(d, arcs))\n            .attr('text-anchor', 'middle')\n            .text(d => {\n                // position label...\n                if (this._sliceHasNoData(d) || this._sliceTooSmall(d)) {\n                    return '';\n                }\n                return this.label()(d);\n            });\n    }\n\n    _createLabels (sunburstData, arcs) {\n        if (this.renderLabel()) {\n            const labels = this._g.selectAll(`text.${this._sliceCssClass}`)\n                .data(sunburstData);\n\n            labels.exit().remove();\n\n            const labelsEnter = labels\n                .enter()\n                .append('text')\n                .attr('class', (d, i) => {\n                    let classes = `${this._sliceCssClass} _${i}`;\n                    if (this._externalLabelRadius) {\n                        classes += ' external';\n                    }\n                    return classes;\n                })\n                .on('click', d3compat.eventHandler(d => this.onClick(d)));\n            this._positionLabels(labelsEnter, arcs);\n        }\n    }\n\n    _updateElements (sunburstData, arcs) {\n        this._updateSlicePaths(sunburstData, arcs);\n        this._updateLabels(sunburstData, arcs);\n        this._updateTitles(sunburstData);\n    }\n\n    _updateSlicePaths (sunburstData, arcs) {\n        const slicePaths = this._g.selectAll(`g.${this._sliceCssClass}`)\n            .data(sunburstData)\n            .select('path')\n            .attr('d', (d, i) => this._safeArc(arcs, d));\n        const tranNodes = transition(slicePaths, this.transitionDuration());\n        if (tranNodes.attrTween) {\n            const chart = this;\n            tranNodes.attrTween('d', function (d) {\n                return chart._tweenSlice(d, this);\n            });\n        }\n        tranNodes.attr('fill', (d, i) => this._fill(d, i));\n    }\n\n    _updateLabels (sunburstData, arcs) {\n        if (this.renderLabel()) {\n            const labels = this._g.selectAll(`text.${this._sliceCssClass}`)\n                .data(sunburstData);\n            this._positionLabels(labels, arcs);\n        }\n    }\n\n    _updateTitles (sunburstData) {\n        if (this.renderTitle()) {\n            this._g.selectAll(`g.${this._sliceCssClass}`)\n                .data(sunburstData)\n                .select('title')\n                .text(d => this.title()(d));\n        }\n    }\n\n    _removeElements (slices) {\n        slices.exit().remove();\n    }\n\n    _highlightFilter () {\n        const chart = this;\n        if (chart.hasFilter()) {\n            chart.selectAll(`g.${chart._sliceCssClass}`).each(function (d) {\n                if (chart._isSelectedSlice(d)) {\n                    chart.highlightSelected(this);\n                } else {\n                    chart.fadeDeselected(this);\n                }\n            });\n        } else {\n            chart.selectAll(`g.${chart._sliceCssClass}`).each(function (d) {\n                chart.resetHighlight(this);\n            });\n        }\n    }\n\n    /**\n     * Get or set the inner radius of the sunburst chart. If the inner radius is greater than 0px then the\n     * sunburst chart will be rendered as a doughnut chart. Default inner radius is 0px.\n     * @param {Number} [innerRadius=0]\n     * @returns {Number|SunburstChart}\n     */\n    innerRadius (innerRadius) {\n        if (!arguments.length) {\n            return this._innerRadius;\n        }\n        this._innerRadius = innerRadius;\n        return this;\n    }\n\n    /**\n     * Get or set the outer radius. If the radius is not set, it will be half of the minimum of the\n     * chart width and height.\n     * @param {Number} [radius]\n     * @returns {Number|SunburstChart}\n     */\n    radius (radius) {\n        if (!arguments.length) {\n            return this._givenRadius;\n        }\n        this._givenRadius = radius;\n        return this;\n    }\n\n    /**\n     * Get or set center x coordinate position. Default is center of svg.\n     * @param {Number} [cx]\n     * @returns {Number|SunburstChart}\n     */\n    cx (cx) {\n        if (!arguments.length) {\n            return (this._cx || this.width() / 2);\n        }\n        this._cx = cx;\n        return this;\n    }\n\n    /**\n     * Get or set center y coordinate position. Default is center of svg.\n     * @param {Number} [cy]\n     * @returns {Number|SunburstChart}\n     */\n    cy (cy) {\n        if (!arguments.length) {\n            return (this._cy || this.height() / 2);\n        }\n        this._cy = cy;\n        return this;\n    }\n\n    /**\n     * Get or set the minimal slice angle for label rendering. Any slice with a smaller angle will not\n     * display a slice label.\n     * @param {Number} [minAngleForLabel=0.5]\n     * @returns {Number|SunburstChart}\n     */\n    minAngleForLabel (minAngleForLabel) {\n        if (!arguments.length) {\n            return this._minAngleForLabel;\n        }\n        this._minAngleForLabel = minAngleForLabel;\n        return this;\n    }\n\n    /**\n     * Title to use for the only slice when there is no data.\n     * @param {String} [title]\n     * @returns {String|SunburstChart}\n     */\n    emptyTitle (title) {\n        if (arguments.length === 0) {\n            return this._emptyTitle;\n        }\n        this._emptyTitle = title;\n        return this;\n    }\n\n    /**\n     * Position slice labels offset from the outer edge of the chart.\n     *\n     * The argument specifies the extra radius to be added for slice labels.\n     * @param {Number} [externalLabelRadius]\n     * @returns {Number|SunburstChart}\n     */\n    externalLabels (externalLabelRadius) {\n        if (arguments.length === 0) {\n            return this._externalLabelRadius;\n        } else if (externalLabelRadius) {\n            this._externalLabelRadius = externalLabelRadius;\n        } else {\n            this._externalLabelRadius = undefined;\n        }\n\n        return this;\n    }\n\n    /**\n     * Constructs the default RingSizes parameter for {@link SunburstChart#ringSizes ringSizes()},\n     * which makes the rings narrower as they get farther away from the center.\n     *\n     * Can be used as a parameter to ringSizes() to reset the default behavior, or modified for custom ring sizes.\n     *\n     * @example\n     *   var chart = new dc.SunburstChart(...);\n     *   chart.ringSizes(chart.defaultRingSizes())\n     * @returns {RingSizes}\n     */\n    defaultRingSizes () {\n        return {\n            partitionDy: () => this._radius * this._radius,\n            scaleInnerRadius: d => d.data.path && d.data.path.length === 1 ?\n                this._innerRadius :\n                Math.sqrt(d.y0),\n            scaleOuterRadius: d => Math.sqrt(d.y1),\n            relativeRingSizesFunction: () => []\n        };\n    }\n\n    /**\n     * Constructs a RingSizes parameter for {@link SunburstChart#ringSizes ringSizes()}\n     * that will make the chart rings equally wide.\n     *\n     * @example\n     *   var chart = new dc.SunburstChart(...);\n     *   chart.ringSizes(chart.equalRingSizes())\n     * @returns {RingSizes}\n     */\n    equalRingSizes () {\n        return this.relativeRingSizes(\n            ringCount => {\n                const result = [];\n                for (let i = 0; i < ringCount; i++) {\n                    result.push(1 / ringCount);\n                }\n                return result;\n            }\n        );\n    }\n\n    /**\n     * Constructs a RingSizes parameter for {@link SunburstChart#ringSizes ringSizes()} using the given function\n     * to determine each rings width.\n     *\n     * * The function must return an array containing portion values for each ring/level of the chart.\n     * * The length of the array must match the number of rings of the chart at runtime, which is provided as the only\n     *   argument.\n     * * The sum of all portions from the array must be 1 (100%).\n     *\n     * @example\n     * // specific relative portions (the number of rings (3) is known in this case)\n     * chart.ringSizes(chart.relativeRingSizes(function (ringCount) {\n     *     return [.1, .3, .6];\n     * });\n     * @param {Function} [relativeRingSizesFunction]\n     * @returns {RingSizes}\n     */\n    relativeRingSizes (relativeRingSizesFunction) {\n        function assertPortionsArray (relativeSizes, numberOfRings) {\n            if (!Array.isArray(relativeSizes)) {\n                throw new BadArgumentException('relativeRingSizes function must return an array');\n            }\n\n            const portionsSum = sum(relativeSizes);\n            if (Math.abs(portionsSum - 1) > constants.NEGLIGIBLE_NUMBER) {\n                throw new BadArgumentException(\n                    `relativeRingSizes : portions must add up to 1, but sum was ${portionsSum}`);\n            }\n\n            if (relativeSizes.length !== numberOfRings) {\n                throw new BadArgumentException(\n                    `relativeRingSizes : number of values must match number of rings (${\n                        numberOfRings}) but was ${relativeSizes.length}`);\n            }\n        }\n        return {\n            partitionDy: () => 1,\n            scaleInnerRadius: d => this._scaleRadius(d.data.path.length - 1, d.y0),\n            scaleOuterRadius: d => this._scaleRadius(d.data.path.length, d.y1),\n            relativeRingSizesFunction: ringCount => {\n                const result = relativeRingSizesFunction(ringCount);\n                assertPortionsArray(result, ringCount);\n                return result;\n            }\n        };\n    }\n\n    /**\n     * Get or set the strategy to use for sizing the charts rings.\n     *\n     * There are three strategies available\n     * * {@link SunburstChart#defaultRingSizes `defaultRingSizes`}: the rings get narrower farther away from the center\n     * * {@link SunburstChart#relativeRingSizes `relativeRingSizes`}: set the ring sizes as portions of 1\n     * * {@link SunburstChart#equalRingSizes `equalRingSizes`}: the rings are equally wide\n     *\n     * You can modify the returned strategy, or create your own, for custom ring sizing.\n     *\n     * RingSizes is a duck-typed interface that must support the following methods:\n     * * `partitionDy()`: used for\n     *   {@link https://github.com/d3/d3-hierarchy/blob/v1.1.9/README.md#partition_size `d3.partition.size`}\n     * * `scaleInnerRadius(d)`: takes datum and returns radius for\n     *    {@link https://github.com/d3/d3-shape/blob/v1.3.7/README.md#arc_innerRadius `d3.arc.innerRadius`}\n     * * `scaleOuterRadius(d)`: takes datum and returns radius for\n     *    {@link https://github.com/d3/d3-shape/blob/v1.3.7/README.md#arc_outerRadius `d3.arc.outerRadius`}\n     * * `relativeRingSizesFunction(ringCount)`: takes ring count and returns an array of portions that\n     *   must add up to 1\n     *\n     * @example\n     * // make rings equally wide\n     * chart.ringSizes(chart.equalRingSizes())\n     * // reset to default behavior\n     * chart.ringSizes(chart.defaultRingSizes()))\n     * @param {RingSizes} ringSizes\n     * @returns {Object|SunburstChart}\n     */\n    ringSizes (ringSizes) {\n        if (!arguments.length) {\n            if (!this._ringSizes) {\n                this._ringSizes = this.defaultRingSizes();\n            }\n            return this._ringSizes;\n        }\n        this._ringSizes = ringSizes;\n        return this;\n    }\n\n    _buildArcs () {\n        return arc()\n            .startAngle(d => d.x0)\n            .endAngle(d => d.x1)\n            .innerRadius(d => this.ringSizes().scaleInnerRadius(d))\n            .outerRadius(d => this.ringSizes().scaleOuterRadius(d));\n    }\n\n    _isSelectedSlice (d) {\n        return this._isPathFiltered(d.path);\n    }\n\n    _isPathFiltered (path) {\n        for (let i = 0; i < this.filters().length; i++) {\n            const currentFilter = this.filters()[i];\n            if (currentFilter.isFiltered(path)) {\n                return true;\n            }\n        }\n        return false;\n    }\n\n    // returns all filters that are a parent or child of the path\n    _filtersForPath (path) {\n        const pathFilter = filters.HierarchyFilter(path);\n        const filtersList = [];\n        for (let i = 0; i < this.filters().length; i++) {\n            const currentFilter = this.filters()[i];\n            if (currentFilter.isFiltered(path) || pathFilter.isFiltered(currentFilter)) {\n                filtersList.push(currentFilter);\n            }\n        }\n        return filtersList;\n    }\n\n    _doRedraw () {\n        this._drawChart();\n        return this;\n    }\n\n    _partitionNodes (data) {\n        const getSortable = function (d) {\n            return {'key': d.data.key, 'value': d.value};\n        };\n        const _hierarchy = hierarchy(data)\n            .sum(d => d.children ? 0 : this._extendedValueAccessor(d))\n            .sort((a, b) => ascending(this.ordering()(getSortable(a)), this.ordering()(getSortable(b))));\n\n        const _partition = partition()\n              .size([2 * Math.PI, this.ringSizes().partitionDy()]);\n\n        _partition(_hierarchy);\n\n        // In D3v4 the returned data is slightly different, change it enough to suit our purposes.\n        const nodes = _hierarchy.descendants().map(d => {\n            d.key = d.data.key;\n            d.path = d.data.path;\n            return d;\n        });\n\n        const relativeSizes = this.ringSizes().relativeRingSizesFunction(_hierarchy.height);\n\n        return {\n            nodes,\n            rootOffset: _hierarchy.y1,\n            relativeRingSizes: relativeSizes\n        };\n    }\n\n    _sliceTooSmall (d) {\n        const angle = d.x1 - d.x0;\n        return isNaN(angle) || angle < this._minAngleForLabel;\n    }\n\n    _sliceHasNoData (d) {\n        return this._extendedValueAccessor(d) === 0;\n    }\n\n    _isOffCanvas (d) {\n        return !d || isNaN(d.x0) || isNaN(d.y0);\n    }\n\n    _fill (d, i) {\n        return this.getColor(d.data, i);\n    }\n\n    onClick (d) {\n        if (this._g.attr('class') === this._emptyCssClass) {\n            return;\n        }\n\n        // Must be better way to handle this, in legends we need to access `d.key`\n        const path = d.path || d.key;\n        const filter = filters.HierarchyFilter(path);\n\n        // filters are equal to parents or children of the path.\n        const filtersList = this._filtersForPath(path);\n        let exactMatch = false;\n        // clear out any filters that cover the path filtered.\n        for (let j = filtersList.length - 1; j >= 0; j--) {\n            const currentFilter = filtersList[j];\n            if (utils.arraysIdentical(currentFilter, path)) {\n                exactMatch = true;\n            }\n            this.filter(filtersList[j]);\n        }\n        events.trigger(() => {\n            // if it is a new filter - put it in.\n            if (!exactMatch) {\n                this.filter(filter);\n            }\n            this.redrawGroup();\n        });\n    }\n\n    _safeArc (_arc, d) {\n        let path = _arc(d);\n        if (path.indexOf('NaN') >= 0) {\n            path = 'M0,0';\n        }\n        return path;\n    }\n\n    _labelPosition (d, _arc) {\n        let centroid;\n        if (this._externalLabelRadius) {\n            centroid = arc()\n                .outerRadius(this._radius + this._externalLabelRadius)\n                .innerRadius(this._radius + this._externalLabelRadius)\n                .centroid(d);\n        } else {\n            centroid = _arc.centroid(d);\n        }\n        if (isNaN(centroid[0]) || isNaN(centroid[1])) {\n            return 'translate(0,0)';\n        } else {\n            return `translate(${centroid})`;\n        }\n    }\n\n    legendables () {\n        return this.data().map((d, i) => {\n            const legendable = {name: d.key, data: d.value, others: d.others, chart: this};\n            legendable.color = this.getColor(d, i);\n            return legendable;\n        });\n    }\n\n    legendHighlight (d) {\n        this._highlightSliceFromLegendable(d, true);\n    }\n\n    legendReset (d) {\n        this._highlightSliceFromLegendable(d, false);\n    }\n\n    legendToggle (d) {\n        this.onClick({key: d.name, others: d.others});\n    }\n\n    _highlightSliceFromLegendable (legendable, highlighted) {\n        this.selectAll('g.pie-slice').each(function (d) {\n            if (legendable.name === d.key) {\n                select(this).classed('highlight', highlighted);\n            }\n        });\n    }\n\n    _tweenSlice (d, element) {\n        let current = element._current;\n        if (this._isOffCanvas(current)) {\n            current = {x0: 0, x1: 0, y0: 0, y1: 0};\n        }\n        const tweenTarget = {\n            x0: d.x0,\n            x1: d.x1,\n            y0: d.y0,\n            y1: d.y1\n        };\n        const i = interpolate(current, tweenTarget);\n        element._current = i(0);\n        return t => this._safeArc(this._buildArcs(), Object.assign({}, d, i(t)));\n    }\n}\n\nexport const sunburstChart = (parent, chartGroup) => new SunburstChart(parent, chartGroup);\n"
  },
  {
    "path": "src/charts/text-filter-widget.js",
    "content": "import {BaseMixin} from '../base/base-mixin';\nimport {constants} from '../core/constants';\nimport {events} from '../core/events';\n\nconst INPUT_CSS_CLASS = 'dc-text-filter-input';\n\n/**\n * Text Filter Widget\n *\n * The text filter widget is a simple widget designed to display an input field allowing to filter\n * data that matches the text typed.\n * As opposed to the other charts, this doesn't display any result and doesn't update its display,\n * it's just to input an filter other charts.\n *\n * @mixes BaseMixin\n */\nexport class TextFilterWidget extends BaseMixin {\n    /**\n     * Create Text Filter widget\n     * @example\n     *\n     * var data = [{\"firstName\":\"John\",\"lastName\":\"Coltrane\"}{\"firstName\":\"Miles\",lastName:\"Davis\"}]\n     * var ndx = crossfilter(data);\n     * var dimension = ndx.dimension(function(d) {\n     *     return d.lastName.toLowerCase() + ' ' + d.firstName.toLowerCase();\n     * });\n     *\n     * new TextFilterWidget('#search')\n     *     .dimension(dimension);\n     *     // you don't need the group() function\n     *\n     * @param {String|node|d3.selection|CompositeChart} parent - Any valid\n     * {@link https://github.com/d3/d3-selection/blob/master/README.md#select d3 single selector}\n     * specifying a dom block element such as a div; or a dom element or d3 selection.\n     * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in.\n     * Interaction with a chart will only trigger events and redraws within the chart's group.\n     */\n    constructor (parent, chartGroup) {\n        super();\n\n        this._normalize = s => s.toLowerCase();\n\n        this._filterFunctionFactory = query => {\n            query = this._normalize(query);\n            return d => this._normalize(d).indexOf(query) !== -1;\n        };\n\n        this._placeHolder = 'search';\n\n        this.group(() => {\n            throw 'the group function on textFilterWidget should never be called, please report the issue';\n        });\n\n        this.anchor(parent, chartGroup);\n    }\n\n    _doRender () {\n        this.select('input').remove();\n\n        this._input = this.root().append('input')\n            .classed(INPUT_CSS_CLASS, true);\n\n        const chart = this;\n        this._input.on('input', function () {\n            chart.dimension().filterFunction(chart._filterFunctionFactory(this.value));\n            events.trigger(() => {\n                chart.redrawGroup();\n            }, constants.EVENT_DELAY);\n        });\n\n        this._doRedraw();\n\n        return this;\n    }\n\n    _doRedraw () {\n        this.root().selectAll('input')\n            .attr('placeholder', this._placeHolder);\n\n        return this;\n    }\n\n    /**\n     * This function will be called on values before calling the filter function.\n     * @example\n     * // This is the default\n     * chart.normalize(function (s) {\n     *   return s.toLowerCase();\n     * });\n     * @param {function} [normalize]\n     * @returns {TextFilterWidget|function}\n     */\n    normalize (normalize) {\n        if (!arguments.length) {\n            return this._normalize;\n        }\n        this._normalize = normalize;\n        return this;\n    }\n\n    /**\n     * Placeholder text in the search box.\n     * @example\n     * // This is the default\n     * chart.placeHolder('type to filter');\n     * @param {function} [placeHolder='search']\n     * @returns {TextFilterWidget|string}\n     */\n    placeHolder (placeHolder) {\n        if (!arguments.length) {\n            return this._placeHolder;\n        }\n        this._placeHolder = placeHolder;\n        return this;\n    }\n\n    /**\n     * This function will be called with the search text, it needs to return a function that will be used to\n     * filter the data. The default function checks presence of the search text.\n     * @example\n     * // This is the default\n     * function (query) {\n     *     query = _normalize(query);\n     *     return function (d) {\n     *         return _normalize(d).indexOf(query) !== -1;\n     *     };\n     * };\n     * @param {function} [filterFunctionFactory]\n     * @returns {TextFilterWidget|function}\n     */\n    filterFunctionFactory (filterFunctionFactory) {\n        if (!arguments.length) {\n            return this._filterFunctionFactory;\n        }\n        this._filterFunctionFactory = filterFunctionFactory;\n        return this;\n    }\n}\n\nexport const textFilterWidget = (parent, chartGroup) => new TextFilterWidget(parent, chartGroup);\n"
  },
  {
    "path": "src/compat/d3v5.js",
    "content": "import { version } from 'd3';\n\nimport { event, mouse } from 'd3-selection';\nimport { nest } from 'd3-collection';\n\nimport { d3compat } from '../core/config';\n\nconst majorVer = +version[0];\n\nif (majorVer < 6) {\n    Object.assign(d3compat, {\n        eventHandler: handler => function eventHandler (d, _) {\n            handler.call(this, d, event);\n        },\n        // manual firing of event, usu for tests\n        callHandler: function callHandler (handler, that, _, d) {\n            // note: dropping event as well as any extra args\n            // d3@6 does not pass extra args anymore, so we can't use them and remain compatible\n            handler.call(that, d);\n        },\n        nester: ({key, sortKeys, sortValues, entries}) => {\n            const nester = nest().key(key);\n            if (sortKeys) {\n                nester.sortKeys(sortKeys);\n            }\n            if (sortValues) {\n                nester.sortValues(sortValues);\n            }\n            return nester.entries(entries);\n        },\n        pointer: (evt, elem) => mouse(elem)\n    });\n}\n"
  },
  {
    "path": "src/compat/d3v6.js",
    "content": "import { version } from 'd3';\n\nimport { pointer } from 'd3-selection';\nimport { groups } from 'd3-array';\n\nimport { d3compat } from '../core/config';\n\nconst majorVer = +version[0];\n\nif (majorVer > 5) {\n    Object.assign(d3compat, {\n        eventHandler: handler => function eventHandler (event, d) {\n            handler.call(this, d, event);\n        },\n        // manual firing of event, usu for tests\n        callHandler: function callHandler (handler, that, event, d) {\n            handler.call(that, event, d);\n        },\n        nester: ({key, sortKeys, sortValues, entries}) => {\n            if (sortValues) {\n                entries = [...entries].sort(sortValues);\n            }\n            let out = groups(entries, key);\n            if (sortKeys) {\n                out = out.sort(sortKeys);\n            }\n\n            // remap to d3@v5 structure\n            return out.map(e => ({\n                key: `${e[0]}`, // d3@v5 always returns key as string\n                values: e[1]\n            }));\n        },\n        pointer\n    });\n}\n"
  },
  {
    "path": "src/core/bad-argument-exception.js",
    "content": "\nexport class BadArgumentException extends Error { }\n"
  },
  {
    "path": "src/core/chart-registry.js",
    "content": "import {constants} from './constants';\nimport {config} from './config';\n\n/**\n * The ChartRegistry maintains sets of all instantiated dc.js charts under named groups\n * and the default group. There is a single global ChartRegistry object named `chartRegistry`\n *\n * A chart group often corresponds to a crossfilter instance. It specifies\n * the set of charts which should be updated when a filter changes on one of the charts or when the\n * global functions {@link filterAll filterAll}, {@link refocusAll refocusAll},\n * {@link renderAll renderAll}, {@link redrawAll redrawAll}, or chart functions\n * {@link baseMixin#renderGroup baseMixin.renderGroup},\n * {@link baseMixin#redrawGroup baseMixin.redrawGroup} are called.\n */\nclass ChartRegistry {\n    constructor () {\n        // chartGroup:string => charts:array\n        this._chartMap = {};\n    }\n\n    _initializeChartGroup (group) {\n        if (!group) {\n            group = constants.DEFAULT_CHART_GROUP;\n        }\n\n        if (!(this._chartMap)[group]) {\n            (this._chartMap)[group] = [];\n        }\n\n        return group;\n    }\n\n    /**\n     * Determine if a given chart instance resides in any group in the registry.\n     * @param {Object} chart dc.js chart instance\n     * @returns {Boolean}\n     */\n    has (chart) {\n        for (const e in this._chartMap) {\n            if ((this._chartMap)[e].indexOf(chart) >= 0) {\n                return true;\n            }\n        }\n        return false;\n    }\n\n    /**\n     * Add given chart instance to the given group, creating the group if necessary.\n     * If no group is provided, the default group `constants.DEFAULT_CHART_GROUP` will be used.\n     * @param {Object} chart dc.js chart instance\n     * @param {String} [group] Group name\n     * @return {undefined}\n     */\n    register (chart, group) {\n        const _chartMap = this._chartMap;\n        group = this._initializeChartGroup(group);\n        _chartMap[group].push(chart);\n    }\n\n    /**\n     * Remove given chart instance from the given group, creating the group if necessary.\n     * If no group is provided, the default group `constants.DEFAULT_CHART_GROUP` will be used.\n     * @param {Object} chart dc.js chart instance\n     * @param {String} [group] Group name\n     * @return {undefined}\n     */\n    deregister (chart, group) {\n        group = this._initializeChartGroup(group);\n        for (let i = 0; i < (this._chartMap)[group].length; i++) {\n            if ((this._chartMap)[group][i].anchorName() === chart.anchorName()) {\n                (this._chartMap)[group].splice(i, 1);\n                break;\n            }\n        }\n    }\n\n    /**\n     * Clear given group if one is provided, otherwise clears all groups.\n     * @param {String} group Group name\n     * @return {undefined}\n     */\n    clear (group) {\n        if (group) {\n            delete (this._chartMap)[group];\n        } else {\n            this._chartMap = {};\n        }\n    }\n\n    /**\n     * Get an array of each chart instance in the given group.\n     * If no group is provided, the charts in the default group are returned.\n     * @param {String} [group] Group name\n     * @returns {Array<Object>}\n     */\n    list (group) {\n        group = this._initializeChartGroup(group);\n        return (this._chartMap)[group];\n    }\n}\n\n/**\n * The chartRegistry object maintains sets of all instantiated dc.js charts under named groups\n * and the default group. See {@link ChartRegistry ChartRegistry} for its methods.\n */\nexport const chartRegistry = new ChartRegistry();\n\n/**\n * Add given chart instance to the given group, creating the group if necessary.\n * If no group is provided, the default group `constants.DEFAULT_CHART_GROUP` will be used.\n * @function registerChart\n * @param {Object} chart dc.js chart instance\n * @param {String} [group] Group name\n * @return {undefined}\n */\nexport const registerChart = function (chart, group) {\n    chartRegistry.register(chart, group);\n};\n\n/**\n * Remove given chart instance from the given group, creating the group if necessary.\n * If no group is provided, the default group `constants.DEFAULT_CHART_GROUP` will be used.\n * @function deregisterChart\n * @param {Object} chart dc.js chart instance\n * @param {String} [group] Group name\n * @return {undefined}\n */\nexport const deregisterChart = function (chart, group) {\n    chartRegistry.deregister(chart, group);\n};\n\n/**\n * Determine if a given chart instance resides in any group in the registry.\n * @function hasChart\n * @param {Object} chart dc.js chart instance\n * @returns {Boolean}\n */\nexport const hasChart = function (chart) {\n    return chartRegistry.has(chart);\n};\n\n/**\n * Clear given group if one is provided, otherwise clears all groups.\n * @function deregisterAllCharts\n * @param {String} group Group name\n * @return {undefined}\n */\nexport const deregisterAllCharts = function (group) {\n    chartRegistry.clear(group);\n};\n\n/**\n * Clear all filters on all charts within the given chart group. If the chart group is not given then\n * only charts that belong to the default chart group will be reset.\n * @function filterAll\n * @param {String} [group]\n * @return {undefined}\n */\nexport const filterAll = function (group) {\n    const charts = chartRegistry.list(group);\n    for (let i = 0; i < charts.length; ++i) {\n        charts[i].filterAll();\n    }\n};\n\n/**\n * Reset zoom level / focus on all charts that belong to the given chart group. If the chart group is\n * not given then only charts that belong to the default chart group will be reset.\n * @function refocusAll\n * @param {String} [group]\n * @return {undefined}\n */\nexport const refocusAll = function (group) {\n    const charts = chartRegistry.list(group);\n    for (let i = 0; i < charts.length; ++i) {\n        if (charts[i].focus) {\n            charts[i].focus();\n        }\n    }\n};\n\n/**\n * Re-render all charts belong to the given chart group. If the chart group is not given then only\n * charts that belong to the default chart group will be re-rendered.\n * @function renderAll\n * @param {String} [group]\n * @return {undefined}\n */\nexport const renderAll = function (group) {\n    const charts = chartRegistry.list(group);\n    for (let i = 0; i < charts.length; ++i) {\n        charts[i].render();\n    }\n\n    if (config._renderlet !== null) {\n        config._renderlet(group);\n    }\n};\n\n/**\n * Redraw all charts belong to the given chart group. If the chart group is not given then only charts\n * that belong to the default chart group will be re-drawn. Redraw is different from re-render since\n * when redrawing dc tries to update the graphic incrementally, using transitions, instead of starting\n * from scratch.\n * @function redrawAll\n * @param {String} [group]\n * @return {undefined}\n */\nexport const redrawAll = function (group) {\n    const charts = chartRegistry.list(group);\n    for (let i = 0; i < charts.length; ++i) {\n        charts[i].redraw();\n    }\n\n    if (config._renderlet !== null) {\n        config._renderlet(group);\n    }\n};\n"
  },
  {
    "path": "src/core/config.js",
    "content": "import {timeFormat} from 'd3-time-format';\n\nimport {logger} from './logger';\n\n/**\n * General configuration\n */\nexport class Config {\n    constructor () {\n        this._defaultColors = Config._schemeCategory20c;\n\n        /**\n         * The default date format for dc.js\n         * @type {Function}\n         * @default d3.timeFormat('%m/%d/%Y')\n         */\n        this.dateFormat = timeFormat('%m/%d/%Y');\n\n        this._renderlet = null;\n\n        /**\n         * If this boolean is set truthy, all transitions will be disabled, and changes to the charts will happen\n         * immediately.\n         * @type {Boolean}\n         * @default false\n         */\n        this.disableTransitions = false;\n    }\n\n    /**\n     * Set the default color scheme for ordinal charts. Changing it will impact all ordinal charts.\n     *\n     * By default it is set to a copy of\n     * `d3.schemeCategory20c` for backward compatibility. This color scheme has been\n     * [removed from D3v5](https://github.com/d3/d3/blob/master/CHANGES.md#changes-in-d3-50).\n     * In DC 3.1 release it will change to a more appropriate default.\n     *\n     * @example\n     * config.defaultColors(d3.schemeSet1)\n     * @param {Array} [colors]\n     * @returns {Array|config}\n     */\n    defaultColors (colors) {\n        if (!arguments.length) {\n            // Issue warning if it uses _schemeCategory20c\n            if (this._defaultColors === Config._schemeCategory20c) {\n                logger.warnOnce('You are using d3.schemeCategory20c, which has been removed in D3v5. ' +\n                    'See the explanation at https://github.com/d3/d3/blob/master/CHANGES.md#changes-in-d3-50. ' +\n                    'DC is using it for backward compatibility, however it will be changed in DCv3.1. ' +\n                    'You can change it by calling dc.config.defaultColors(newScheme). ' +\n                    'See https://github.com/d3/d3-scale-chromatic for some alternatives.');\n            }\n            return this._defaultColors;\n        }\n        this._defaultColors = colors;\n        return this;\n    }\n\n}\n\n// D3v5 has removed schemeCategory20c, copied here for backward compatibility\nConfig._schemeCategory20c = [\n    '#3182bd', '#6baed6', '#9ecae1', '#c6dbef', '#e6550d',\n    '#fd8d3c', '#fdae6b', '#fdd0a2', '#31a354', '#74c476',\n    '#a1d99b', '#c7e9c0', '#756bb1', '#9e9ac8', '#bcbddc',\n    '#dadaeb', '#636363', '#969696', '#bdbdbd', '#d9d9d9'];\n\n/**\n * General configuration object; see {@link Config} for members.\n */\nexport const config = new Config();\n\n/**\n * d3.js compatiblity layer\n */\nexport const d3compat = {\n    eventHandler: handler => function eventHandler (a, b) {\n        console.warn('No d3.js compatbility event handler registered, defaulting to v6 behavior.');\n        handler.call(this, b, a);\n    },\n    nester: ({key, sortKeys, sortValues, entries}) => {\n        throw new Error('No d3.js compatbility nester registered, load v5 or v6 compability layer.');\n    },\n    pointer: () => { throw new Error('No d3.js compatbility pointer registered, load v5 or v6 compability layer.'); }\n};\n"
  },
  {
    "path": "src/core/constants.js",
    "content": "export const constants = {\n    CHART_CLASS: 'dc-chart',\n    DEBUG_GROUP_CLASS: 'debug',\n    STACK_CLASS: 'stack',\n    DESELECTED_CLASS: 'deselected',\n    SELECTED_CLASS: 'selected',\n    NODE_INDEX_NAME: '__index__',\n    GROUP_INDEX_NAME: '__group_index__',\n    DEFAULT_CHART_GROUP: '__default_chart_group__',\n    EVENT_DELAY: 40,\n    NEGLIGIBLE_NUMBER: 1e-10\n};\n"
  },
  {
    "path": "src/core/core.js",
    "content": "import {config} from './config';\n\n/**\n * Start a transition on a selection if transitions are globally enabled\n * ({@link disableTransitions} is false) and the duration is greater than zero; otherwise return\n * the selection. Since most operations are the same on a d3 selection and a d3 transition, this\n * allows a common code path for both cases.\n * @function transition\n * @param {d3.selection} selection - the selection to be transitioned\n * @param {Number|Function} [duration=250] - the duration of the transition in milliseconds, a\n * function returning the duration, or 0 for no transition\n * @param {Number|Function} [delay] - the delay of the transition in milliseconds, or a function\n * returning the delay, or 0 for no delay\n * @param {String} [name] - the name of the transition (if concurrent transitions on the same\n * elements are needed)\n * @returns {d3.transition|d3.selection}\n */\nexport const transition = function (selection, duration, delay, name) {\n    if (config.disableTransitions || duration <= 0) {\n        return selection;\n    }\n\n    let s = selection.transition(name);\n\n    if (duration >= 0 || duration !== undefined) {\n        s = s.duration(duration);\n    }\n    if (delay >= 0 || delay !== undefined) {\n        s = s.delay(delay);\n    }\n\n    return s;\n};\n\n/* somewhat silly, but to avoid duplicating logic */\nexport const optionalTransition = function (enable, duration, delay, name) {\n    if (enable) {\n        return function (selection) {\n            return transition(selection, duration, delay, name);\n        };\n    } else {\n        return function (selection) {\n            return selection;\n        };\n    }\n};\n\n// See http://stackoverflow.com/a/20773846\nexport const afterTransition = function (_transition, callback) {\n    if (_transition.empty() || !_transition.duration) {\n        callback.call(_transition);\n    } else {\n        let n = 0;\n        _transition\n            .each(() => { ++n; })\n            .on('end', () => {\n                if (!--n) {\n                    callback.call(_transition);\n                }\n            });\n    }\n};\n\nexport const renderlet = function (_) {\n    if (!arguments.length) {\n        return config._renderlet;\n    }\n    config._renderlet = _;\n    return null;\n};\n\nexport const instanceOfChart = function (o) {\n    return o instanceof Object && o.__dcFlag__ && true;\n};\n"
  },
  {
    "path": "src/core/events.js",
    "content": "export const events = {\n    current: null\n};\n\n/**\n * This function triggers a throttled event function with a specified delay (in milli-seconds).  Events\n * that are triggered repetitively due to user interaction such brush dragging might flood the library\n * and invoke more renders than can be executed in time. Using this function to wrap your event\n * function allows the library to smooth out the rendering by throttling events and only responding to\n * the most recent event.\n * @name events.trigger\n * @example\n * chart.on('renderlet', function(chart) {\n *     // smooth the rendering through event throttling\n *     events.trigger(function(){\n *         // focus some other chart to the range selected by user on this chart\n *         someOtherChart.focus(chart.filter());\n *     });\n * })\n * @param {Function} closure\n * @param {Number} [delay]\n * @return {undefined}\n */\nevents.trigger = function (closure, delay) {\n    if (!delay) {\n        closure();\n        return;\n    }\n\n    events.current = closure;\n\n    setTimeout(() => {\n        if (closure === events.current) {\n            closure();\n        }\n    }, delay);\n};\n"
  },
  {
    "path": "src/core/filters.js",
    "content": "/**\n * The dc.js filters are functions which are passed into crossfilter to chose which records will be\n * accumulated to produce values for the charts.  In the crossfilter model, any filters applied on one\n * dimension will affect all the other dimensions but not that one.  dc always applies a filter\n * function to the dimension; the function combines multiple filters and if any of them accept a\n * record, it is filtered in.\n *\n * These filter constructors are used as appropriate by the various charts to implement brushing.  We\n * mention below which chart uses which filter.  In some cases, many instances of a filter will be added.\n *\n * Each of the dc.js filters is an object with the following properties:\n * * `isFiltered` - a function that returns true if a value is within the filter\n * * `filterType` - a string identifying the filter, here the name of the constructor\n *\n * Currently these filter objects are also arrays, but this is not a requirement. Custom filters\n * can be used as long as they have the properties above.\n * @namespace filters\n * @type {{}}\n */\nexport const filters = {};\n\n/**\n * RangedFilter is a filter which accepts keys between `low` and `high`.  It is used to implement X\n * axis brushing for the {@link CoordinateGridMixin coordinate grid charts}.\n *\n * Its `filterType` is 'RangedFilter'\n * @name RangedFilter\n * @memberof filters\n * @param {Number} low\n * @param {Number} high\n * @returns {Array<Number>}\n * @constructor\n */\nfilters.RangedFilter = function (low, high) {\n    const range = new Array(low, high);\n    range.isFiltered = function (value) {\n        return value >= this[0] && value < this[1];\n    };\n    range.filterType = 'RangedFilter';\n\n    return range;\n};\n\n/**\n * TwoDimensionalFilter is a filter which accepts a single two-dimensional value.  It is used by the\n * {@link HeatMap heat map chart} to include particular cells as they are clicked.  (Rows and columns are\n * filtered by filtering all the cells in the row or column.)\n *\n * Its `filterType` is 'TwoDimensionalFilter'\n * @name TwoDimensionalFilter\n * @memberof filters\n * @param {Array<Number>} filter\n * @returns {Array<Number>}\n * @constructor\n */\nfilters.TwoDimensionalFilter = function (filter) {\n    if (filter === null) { return null; }\n\n    const f = filter;\n    f.isFiltered = function (value) {\n        return value.length && value.length === f.length &&\n               value[0] === f[0] && value[1] === f[1];\n    };\n    f.filterType = 'TwoDimensionalFilter';\n\n    return f;\n};\n\n/**\n * The RangedTwoDimensionalFilter allows filtering all values which fit within a rectangular\n * region. It is used by the {@link ScatterPlot scatter plot} to implement rectangular brushing.\n *\n * It takes two two-dimensional points in the form `[[x1,y1],[x2,y2]]`, and normalizes them so that\n * `x1 <= x2` and `y1 <= y2`. It then returns a filter which accepts any points which are in the\n * rectangular range including the lower values but excluding the higher values.\n *\n * If an array of two values are given to the RangedTwoDimensionalFilter, it interprets the values as\n * two x coordinates `x1` and `x2` and returns a filter which accepts any points for which `x1 <= x <\n * x2`.\n *\n * Its `filterType` is 'RangedTwoDimensionalFilter'\n * @name RangedTwoDimensionalFilter\n * @memberof filters\n * @param {Array<Array<Number>>} filter\n * @returns {Array<Array<Number>>}\n * @constructor\n */\nfilters.RangedTwoDimensionalFilter = function (filter) {\n    if (filter === null) { return null; }\n\n    const f = filter;\n    let fromBottomLeft;\n\n    if (f[0] instanceof Array) {\n        fromBottomLeft = [\n            [Math.min(filter[0][0], filter[1][0]), Math.min(filter[0][1], filter[1][1])],\n            [Math.max(filter[0][0], filter[1][0]), Math.max(filter[0][1], filter[1][1])]\n        ];\n    } else {\n        fromBottomLeft = [[filter[0], -Infinity], [filter[1], Infinity]];\n    }\n\n    f.isFiltered = function (value) {\n        let x, y;\n\n        if (value instanceof Array) {\n            x = value[0];\n            y = value[1];\n        } else {\n            x = value;\n            y = fromBottomLeft[0][1];\n        }\n\n        return x >= fromBottomLeft[0][0] && x < fromBottomLeft[1][0] &&\n               y >= fromBottomLeft[0][1] && y < fromBottomLeft[1][1];\n    };\n    f.filterType = 'RangedTwoDimensionalFilter';\n\n    return f;\n};\n\n// ******** Sunburst Chart ********\n\n/**\n * HierarchyFilter is a filter which accepts a key path as an array. It matches any node at, or\n * child of, the given path. It is used by the {@link SunburstChart sunburst chart} to include particular cells and all\n * their children as they are clicked.\n *\n * @name HierarchyFilter\n * @memberof filters\n * @param {String} path\n * @returns {Array<String>}\n * @constructor\n */\nfilters.HierarchyFilter = function (path) {\n    if (path === null) {\n        return null;\n    }\n\n    const filter = path.slice(0);\n    filter.isFiltered = function (value) {\n        if (!(filter.length && value && value.length && value.length >= filter.length)) {\n            return false;\n        }\n\n        for (let i = 0; i < filter.length; i++) {\n            if (value[i] !== filter[i]) {\n                return false;\n            }\n        }\n\n        return true;\n    };\n    return filter;\n};\n"
  },
  {
    "path": "src/core/invalid-state-exception.js",
    "content": "\nexport class InvalidStateException extends Error { }\n"
  },
  {
    "path": "src/core/logger.js",
    "content": "/**\n * Provides basis logging and deprecation utilities\n */\nexport class Logger {\n\n    constructor () {\n        /**\n         * Enable debug level logging. Set to `false` by default.\n         * @name enableDebugLog\n         * @memberof Logger\n         * @instance\n         */\n        this.enableDebugLog = false;\n\n        this._alreadyWarned = {};\n    }\n\n    /**\n     * Put a warning message to console\n     * @example\n     * logger.warn('Invalid use of .tension on CurveLinear');\n     * @param {String} [msg]\n     * @returns {Logger}\n     */\n    warn (msg) {\n        if (console) {\n            if (console.warn) {\n                console.warn(msg);\n            } else if (console.log) {\n                console.log(msg);\n            }\n        }\n\n        return this;\n    }\n\n    /**\n     * Put a warning message to console. It will warn only on unique messages.\n     * @example\n     * logger.warnOnce('Invalid use of .tension on CurveLinear');\n     * @param {String} [msg]\n     * @returns {Logger}\n     */\n    warnOnce (msg) {\n        if (!this._alreadyWarned[msg]) {\n            this._alreadyWarned[msg] = true;\n\n            logger.warn(msg);\n        }\n\n        return this;\n    }\n\n    /**\n     * Put a debug message to console. It is controlled by `logger.enableDebugLog`\n     * @example\n     * logger.debug('Total number of slices: ' + numSlices);\n     * @param {String} [msg]\n     * @returns {Logger}\n     */\n    debug (msg) {\n        if (this.enableDebugLog && console) {\n            if (console.debug) {\n                console.debug(msg);\n            } else if (console.log) {\n                console.log(msg);\n            }\n        }\n\n        return this;\n    }\n}\n\nexport const logger = new Logger();\n"
  },
  {
    "path": "src/core/printers.js",
    "content": "import {utils} from './utils';\n\n/**\n * @namespace printers\n * @type {{}}\n */\nexport const printers = {};\n\n/**\n * Converts a list of filters into a readable string.\n * @method filters\n * @memberof printers\n * @param {Array<filters>} filters\n * @returns {String}\n */\nprinters.filters = function (filters) {\n    let s = '';\n\n    for (let i = 0; i < filters.length; ++i) {\n        if (i > 0) {\n            s += ', ';\n        }\n        s += printers.filter(filters[i]);\n    }\n\n    return s;\n};\n\n/**\n * Converts a filter into a readable string.\n * @method filter\n * @memberof printers\n * @param {filters|any|Array<any>} filter\n * @returns {String}\n */\nprinters.filter = function (filter) {\n    let s = '';\n\n    if (typeof filter !== 'undefined' && filter !== null) {\n        if (filter instanceof Array) {\n            if (filter.length >= 2) {\n                s = `[${filter.map(e => utils.printSingleValue(e)).join(' -> ')}]`;\n            } else if (filter.length >= 1) {\n                s = utils.printSingleValue(filter[0]);\n            }\n        } else {\n            s = utils.printSingleValue(filter);\n        }\n    }\n\n    return s;\n};\n"
  },
  {
    "path": "src/core/units.js",
    "content": "import {utils} from './utils';\n\n/**\n * @namespace units\n * @type {{}}\n */\nexport const units = {};\n\n/**\n * The default value for {@link CoordinateGridMixin#xUnits .xUnits} for the\n * {@link CoordinateGridMixin Coordinate Grid Chart} and should\n * be used when the x values are a sequence of integers.\n * It is a function that counts the number of integers in the range supplied in its start and end parameters.\n * @method integers\n * @memberof units\n * @see {@link CoordinateGridMixin#xUnits coordinateGridMixin.xUnits}\n * @example\n * chart.xUnits(units.integers) // already the default\n * @param {Number} start\n * @param {Number} end\n * @returns {Number}\n */\nunits.integers = function (start, end) {\n    return Math.abs(end - start);\n};\n\n/**\n * This argument can be passed to the {@link CoordinateGridMixin#xUnits .xUnits} function of a\n * coordinate grid chart to specify ordinal units for the x axis. Usually this parameter is used in\n * combination with passing\n * {@link https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales d3.scaleOrdinal}\n * to {@link CoordinateGridMixin#x .x}.\n *\n * As of dc.js 3.0, this is purely a placeholder or magic value which causes the chart to go into ordinal mode; the\n * function is not called.\n * @method ordinal\n * @memberof units\n * @return {uncallable}\n * @see {@link https://github.com/d3/d3-scale/blob/master/README.md#ordinal-scales d3.scaleOrdinal}\n * @see {@link CoordinateGridMixin#xUnits coordinateGridMixin.xUnits}\n * @see {@link CoordinateGridMixin#x coordinateGridMixin.x}\n * @example\n * chart.xUnits(units.ordinal)\n *      .x(d3.scaleOrdinal())\n */\nunits.ordinal = function () {\n    throw new Error('dc.units.ordinal should not be called - it is a placeholder');\n};\n\n/**\n * @namespace fp\n * @memberof units\n * @type {{}}\n */\nunits.fp = {};\n/**\n * This function generates an argument for the {@link CoordinateGridMixin Coordinate Grid Chart}\n * {@link CoordinateGridMixin#xUnits .xUnits} function specifying that the x values are floating-point\n * numbers with the given precision.\n * The returned function determines how many values at the given precision will fit into the range\n * supplied in its start and end parameters.\n * @method precision\n * @memberof units.fp\n * @see {@link CoordinateGridMixin#xUnits coordinateGridMixin.xUnits}\n * @example\n * // specify values (and ticks) every 0.1 units\n * chart.xUnits(units.fp.precision(0.1)\n * // there are 500 units between 0.5 and 1 if the precision is 0.001\n * var thousandths = units.fp.precision(0.001);\n * thousandths(0.5, 1.0) // returns 500\n * @param {Number} precision\n * @returns {Function} start-end unit function\n */\nunits.fp.precision = function (precision) {\n    const _f = function (s, e) {\n        const d = Math.abs((e - s) / _f.resolution);\n        if (utils.isNegligible(d - Math.floor(d))) {\n            return Math.floor(d);\n        } else {\n            return Math.ceil(d);\n        }\n    };\n    _f.resolution = precision;\n    return _f;\n};\n"
  },
  {
    "path": "src/core/utils.js",
    "content": "import {timeDay, timeHour, timeMinute, timeMonth, timeSecond, timeWeek, timeYear} from 'd3-time';\nimport {format} from 'd3-format';\n\nimport {constants} from './constants';\nimport {config} from './config';\n\n/**\n * Returns a function that given a string property name, can be used to pluck the property off an object.  A function\n * can be passed as the second argument to also alter the data being returned.\n *\n * This can be a useful shorthand method to create accessor functions.\n * @example\n * var xPluck = pluck('x');\n * var objA = {x: 1};\n * xPluck(objA) // 1\n * @example\n * var xPosition = pluck('x', function (x, i) {\n *     // `this` is the original datum,\n *     // `x` is the x property of the datum,\n *     // `i` is the position in the array\n *     return this.radius + x;\n * });\n * selectAll('.circle').data(...).x(xPosition);\n * @function pluck\n * @param {String} n\n * @param {Function} [f]\n * @returns {Function}\n */\nexport const pluck = function (n, f) {\n    if (!f) {\n        return function (d) { return d[n]; };\n    }\n    return function (d, i) { return f.call(d, d[n], i); };\n};\n\n/**\n * @namespace utils\n * @type {{}}\n */\nexport const utils = {};\n\n/**\n * Print a single value filter.\n * @method printSingleValue\n * @memberof utils\n * @param {any} filter\n * @returns {String}\n */\nutils.printSingleValue = function (filter) {\n    let s = `${filter}`;\n\n    if (filter instanceof Date) {\n        s = config.dateFormat(filter);\n    } else if (typeof (filter) === 'string') {\n        s = filter;\n    } else if (utils.isFloat(filter)) {\n        s = utils.printSingleValue.fformat(filter);\n    } else if (utils.isInteger(filter)) {\n        s = Math.round(filter);\n    }\n\n    return s;\n};\nutils.printSingleValue.fformat = format('.2f');\n\n// convert 'day' to d3.timeDay and similar\nutils._toTimeFunc = function (t) {\n    const mappings = {\n        'second': timeSecond,\n        'minute': timeMinute,\n        'hour': timeHour,\n        'day': timeDay,\n        'week': timeWeek,\n        'month': timeMonth,\n        'year': timeYear\n    };\n    return mappings[t];\n};\n\n/**\n * Arbitrary add one value to another.\n *\n * If the value l is of type Date, adds r units to it. t becomes the unit.\n * For example utils.add(dt, 3, 'week') will add 3 (r = 3) weeks (t= 'week') to dt.\n *\n * If l is of type numeric, t is ignored. In this case if r is of type string,\n * it is assumed to be percentage (whether or not it includes %). For example\n * utils.add(30, 10) will give 40 and utils.add(30, '10') will give 33.\n *\n * They also generate strange results if l is a string.\n * @method add\n * @memberof utils\n * @param {Date|Number} l the value to modify\n * @param {String|Number} r the amount by which to modify the value\n * @param {Function|String} [t=d3.timeDay] if `l` is a `Date`, then this should be a\n * [d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#_interval).\n * For backward compatibility with dc.js 2.0, it can also be the name of an interval, i.e.\n * 'millis', 'second', 'minute', 'hour', 'day', 'week', 'month', or 'year'\n * @returns {Date|Number}\n */\nutils.add = function (l, r, t) {\n    if (typeof r === 'string') {\n        r = r.replace('%', '');\n    }\n\n    if (l instanceof Date) {\n        if (typeof r === 'string') {\n            r = +r;\n        }\n        if (t === 'millis') {\n            return new Date(l.getTime() + r);\n        }\n        t = t || timeDay;\n        if (typeof t !== 'function') {\n            t = utils._toTimeFunc(t);\n        }\n        return t.offset(l, r);\n    } else if (typeof r === 'string') {\n        const percentage = (+r / 100);\n        return l > 0 ? l * (1 + percentage) : l * (1 - percentage);\n    } else {\n        return l + r;\n    }\n};\n\n/**\n * Arbitrary subtract one value from another.\n *\n * If the value l is of type Date, subtracts r units from it. t becomes the unit.\n * For example utils.subtract(dt, 3, 'week') will subtract 3 (r = 3) weeks (t= 'week') from dt.\n *\n * If l is of type numeric, t is ignored. In this case if r is of type string,\n * it is assumed to be percentage (whether or not it includes %). For example\n * utils.subtract(30, 10) will give 20 and utils.subtract(30, '10') will give 27.\n *\n * They also generate strange results if l is a string.\n * @method subtract\n * @memberof utils\n * @param {Date|Number} l the value to modify\n * @param {String|Number} r the amount by which to modify the value\n * @param {Function|String} [t=d3.timeDay] if `l` is a `Date`, then this should be a\n * [d3 time interval](https://github.com/d3/d3-time/blob/master/README.md#_interval).\n * For backward compatibility with dc.js 2.0, it can also be the name of an interval, i.e.\n * 'millis', 'second', 'minute', 'hour', 'day', 'week', 'month', or 'year'\n * @returns {Date|Number}\n */\nutils.subtract = function (l, r, t) {\n    if (typeof r === 'string') {\n        r = r.replace('%', '');\n    }\n\n    if (l instanceof Date) {\n        if (typeof r === 'string') {\n            r = +r;\n        }\n        if (t === 'millis') {\n            return new Date(l.getTime() - r);\n        }\n        t = t || timeDay;\n        if (typeof t !== 'function') {\n            t = utils._toTimeFunc(t);\n        }\n        return t.offset(l, -r);\n    } else if (typeof r === 'string') {\n        const percentage = (+r / 100);\n        return l < 0 ? l * (1 + percentage) : l * (1 - percentage);\n    } else {\n        return l - r;\n    }\n};\n\n/**\n * Is the value a number?\n * @method isNumber\n * @memberof utils\n * @param {any} n\n * @returns {Boolean}\n */\nutils.isNumber = function (n) {\n    return n === +n;\n};\n\n/**\n * Is the value a float?\n * @method isFloat\n * @memberof utils\n * @param {any} n\n * @returns {Boolean}\n */\nutils.isFloat = function (n) {\n    return n === +n && n !== (n | 0);\n};\n\n/**\n * Is the value an integer?\n * @method isInteger\n * @memberof utils\n * @param {any} n\n * @returns {Boolean}\n */\nutils.isInteger = function (n) {\n    return n === +n && n === (n | 0);\n};\n\n/**\n * Is the value very close to zero?\n * @method isNegligible\n * @memberof utils\n * @param {any} n\n * @returns {Boolean}\n */\nutils.isNegligible = function (n) {\n    return !utils.isNumber(n) || (n < constants.NEGLIGIBLE_NUMBER && n > -constants.NEGLIGIBLE_NUMBER);\n};\n\n/**\n * Ensure the value is no greater or less than the min/max values.  If it is return the boundary value.\n * @method clamp\n * @memberof utils\n * @param {any} val\n * @param {any} min\n * @param {any} max\n * @returns {any}\n */\nutils.clamp = function (val, min, max) {\n    return val < min ? min : (val > max ? max : val);\n};\n\n/**\n * Given `x`, return a function that always returns `x`.\n *\n * {@link https://github.com/d3/d3/blob/master/CHANGES.md#internals `d3.functor` was removed in d3 version 4}.\n * This function helps to implement the replacement,\n * `typeof x === \"function\" ? x : utils.constant(x)`\n * @method constant\n * @memberof utils\n * @param {any} x\n * @returns {Function}\n */\nutils.constant = function (x) {\n    return function () {\n        return x;\n    };\n};\n\n/**\n * Using a simple static counter, provide a unique integer id.\n * @method uniqueId\n * @memberof utils\n * @returns {Number}\n */\nlet _idCounter = 0;\nutils.uniqueId = function () {\n    return ++_idCounter;\n};\n\n/**\n * Convert a name to an ID.\n * @method nameToId\n * @memberof utils\n * @param {String} name\n * @returns {String}\n */\nutils.nameToId = function (name) {\n    return name.toLowerCase().replace(/[\\s]/g, '_').replace(/[\\.']/g, '');\n};\n\n/**\n * Append or select an item on a parent element.\n * @method appendOrSelect\n * @memberof utils\n * @param {d3.selection} parent\n * @param {String} selector\n * @param {String} tag\n * @returns {d3.selection}\n */\nutils.appendOrSelect = function (parent, selector, tag) {\n    tag = tag || selector;\n    let element = parent.select(selector);\n    if (element.empty()) {\n        element = parent.append(tag);\n    }\n    return element;\n};\n\n/**\n * Return the number if the value is a number; else 0.\n * @method safeNumber\n * @memberof utils\n * @param {Number|any} n\n * @returns {Number}\n */\nutils.safeNumber = function (n) { return utils.isNumber(+n) ? +n : 0;};\n\n/**\n * Return true if both arrays are equal, if both array are null these are considered equal\n * @method arraysEqual\n * @memberof utils\n * @param {Array|null} a1\n * @param {Array|null} a2\n * @returns {Boolean}\n */\nutils.arraysEqual = function (a1, a2) {\n    if (!a1 && !a2) {\n        return true;\n    }\n\n    if (!a1 || !a2) {\n        return false;\n    }\n\n    return a1.length === a2.length &&\n        // If elements are not integers/strings, we hope that it will match because of toString\n        // Test cases cover dates as well.\n        a1.every((elem, i) => elem.valueOf() === a2[i].valueOf());\n};\n\n// ******** Sunburst Chart ********\nutils.allChildren = function (node) {\n    let paths = [];\n    paths.push(node.path);\n    console.log('currentNode', node);\n    if (node.children) {\n        for (let i = 0; i < node.children.length; i++) {\n            paths = paths.concat(utils.allChildren(node.children[i]));\n        }\n    }\n    return paths;\n};\n\n// builds a d3 Hierarchy from a collection\n// TODO: turn this monster method something better.\nutils.toHierarchy = function (list, accessor) {\n    const root = {'key': 'root', 'children': []};\n    for (let i = 0; i < list.length; i++) {\n        const data = list[i];\n        const parts = data.key;\n        const value = accessor(data);\n        let currentNode = root;\n        for (let j = 0; j < parts.length; j++) {\n            const currentPath = parts.slice(0, j + 1);\n            const children = currentNode.children;\n            const nodeName = parts[j];\n            let childNode;\n            if (j + 1 < parts.length) {\n                // Not yet at the end of the sequence; move down the tree.\n                childNode = findChild(children, nodeName);\n\n                // If we don't already have a child node for this branch, create it.\n                if (childNode === void 0) {\n                    childNode = {'key': nodeName, 'children': [], 'path': currentPath};\n                    children.push(childNode);\n                }\n                currentNode = childNode;\n            } else {\n                // Reached the end of the sequence; create a leaf node.\n                childNode = {'key': nodeName, 'value': value, 'data': data, 'path': currentPath};\n                children.push(childNode);\n            }\n        }\n    }\n    return root;\n};\n\nfunction findChild (children, nodeName) {\n    for (let k = 0; k < children.length; k++) {\n        if (children[k].key === nodeName) {\n            return children[k];\n        }\n    }\n}\n\nutils.getAncestors = function (node) {\n    const path = [];\n    let current = node;\n    while (current.parent) {\n        path.unshift(current.name);\n        current = current.parent;\n    }\n    return path;\n};\n\nutils.arraysIdentical = function (a, b) {\n    let i = a.length;\n    if (i !== b.length) {\n        return false;\n    }\n    while (i--) {\n        if (a[i] !== b[i]) {\n            return false;\n        }\n    }\n    return true;\n};\n"
  },
  {
    "path": "src/index-with-version.js",
    "content": "// Need rollup-plugin-json for the following magic\nexport {version} from '../package.json';\n\nexport * from './index';\nimport './compat/d3v5';\nimport './compat/d3v6';"
  },
  {
    "path": "src/index.js",
    "content": "export * from './core/bad-argument-exception';\nexport * from './core/chart-registry';\nexport * from './core/config';\nexport * from './core/constants';\nexport * from './core/core';\nexport * from './core/events';\nexport * from './core/filters';\nexport * from './core/invalid-state-exception';\nexport * from './core/logger';\nexport * from './core/printers';\nexport * from './core/units';\nexport * from './core/utils';\n\nexport * from './base/base-mixin';\nexport * from './base/bubble-mixin';\nexport * from './base/cap-mixin';\nexport * from './base/color-mixin';\nexport * from './base/coordinate-grid-mixin';\nexport * from './base/d3.box';\nexport * from './base/margin-mixin';\nexport * from './base/stack-mixin';\n\nexport * from './charts/bar-chart';\nexport * from './charts/box-plot';\nexport * from './charts/bubble-chart';\nexport * from './charts/bubble-overlay';\nexport * from './charts/cbox-menu';\nexport * from './charts/composite-chart';\nexport * from './charts/data-count';\nexport * from './charts/data-grid';\nexport * from './charts/data-table';\nexport * from './charts/geo-choropleth-chart';\nexport * from './charts/heatmap';\nexport * from './charts/html-legend';\nexport * from './charts/legend';\nexport * from './charts/line-chart';\nexport * from './charts/number-display';\nexport * from './charts/pie-chart';\nexport * from './charts/row-chart';\nexport * from './charts/scatter-plot';\nexport * from './charts/select-menu';\nexport * from './charts/series-chart';\nexport * from './charts/sunburst-chart';\nexport * from './charts/text-filter-widget';\n"
  },
  {
    "path": "style/dc.scss",
    "content": "//colors\n$color_celeste: #ccc;\n$color_fair_pink: #fee;\n$color_white: #fff;\n$color_black: #000;\n$color_steel_blue: #4682b4;\n$color_gallery: #eee;\n$color_storm_dust: #666;\n$color_grey: #808080;\n$color_boston_blue: #3182bd;\n$color_blue: #00f;\n\n//fonts\n$font_sans_serif: sans-serif;\n\n@mixin no-select {\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -khtml-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n}\n\n//original selectors\n//.dc-chart path.dc-symbol, g.dc-legend-item.fadeout\n%extend_1 {\n    fill-opacity: 0.5;\n    stroke-opacity: 0.5;\n}\n\n.dc-chart {\n    rect {\n        &.bar {\n            stroke: none;\n            cursor: pointer;\n            &:hover,&:focus {\n                fill-opacity: .5;\n            }\n        }\n        &.deselected {\n            stroke: none;\n            fill: $color_celeste;\n        }\n    }\n    .pie-slice {\n        fill: $color_white;\n        font-size: 12px;\n        cursor: pointer;\n        &.external {\n            fill: $color_black;\n        }\n        &:focus {\n            fill-opacity: .8;\n        }\n        :hover &.highlight {\n            fill-opacity: .8;\n        }\n    }\n    .pie-path {\n        fill: none;\n        stroke-width: 2px;\n        stroke: $color_black;\n        opacity: 0.4;\n    }\n    .selected {\n        path, circle {\n            stroke-width: 3;\n            stroke: $color_celeste;\n            fill-opacity: 1;\n        }\n    }\n    .deselected {\n        path, circle {\n            stroke: none;\n            fill-opacity: .5;\n            fill: $color_celeste;\n        }\n    }\n    .axis {\n        path, line {\n            fill: none;\n            stroke: $color_black;\n            shape-rendering: crispEdges;\n        }\n        text {\n            font: 10px $font_sans_serif;\n        }\n    }\n    .grid-line, .axis .grid-line, .grid-line line, .axis .grid-line line {\n        fill: none;\n        stroke: $color_celeste;\n        shape-rendering: crispEdges;\n    }\n    .brush {\n        rect {\n            &.selection {\n                fill: $color_steel_blue;\n                fill-opacity: .125;\n            }\n        }\n        .custom-brush-handle {\n            fill: $color_gallery;\n            stroke: $color_storm_dust;\n            cursor: ew-resize;\n        }\n    }\n    path {\n        &.line {\n            fill: none;\n            stroke-width: 1.5px;\n        }\n        &.area {\n            fill-opacity: .3;\n            stroke: none;\n        }\n        &.highlight {\n            stroke-width: 3;\n            fill-opacity: 1;\n            stroke-opacity: 1;\n        }\n        &.dc-symbol {\n            @extend %extend_1;\n        }\n    }\n    g {\n        &.state {\n            cursor: pointer;\n            :hover,:focus {\n                fill-opacity: .8;\n            }\n            path {\n                stroke: $color_white;\n            }\n        }\n        &.deselected {\n            path {\n                fill: $color_grey;\n            }\n            text {\n                display: none;\n            }\n        }\n        &.row {\n            rect {\n                fill-opacity: 0.8;\n                cursor: pointer;\n                &:hover,&:focus {\n                    fill-opacity: 0.6;\n                }\n            }\n            text {\n                fill: $color_white;\n                font-size: 12px;\n                cursor: pointer;\n            }\n        }\n        &.dc-tooltip path {\n            fill: none;\n            stroke: $color_grey;\n            stroke-opacity: .8;\n        }\n        &.county path {\n            stroke: $color_white;\n            fill: none;\n        }\n        &.debug rect {\n            fill: $color_blue;\n            fill-opacity: .2;\n        }\n        &.axis text {\n            @include no-select;\n            pointer-events: none;\n        }\n    }\n    .node {\n        font-size: 0.7em;\n        cursor: pointer;\n        :hover,:focus {\n            fill-opacity: .8;\n        }\n    }\n    .bubble {\n        stroke: none;\n        fill-opacity: 0.6;\n    }\n    .highlight {\n        fill-opacity: 1;\n        stroke-opacity: 1;\n    }\n    .fadeout {\n        fill-opacity: 0.2;\n        stroke-opacity: 0.2;\n    }\n    .box {\n        text {\n            font: 10px $font_sans_serif;\n            @include no-select;\n            pointer-events: none;\n        }\n        line {\n            fill: $color_white;\n        }\n        rect, line, circle {\n            stroke: $color_black;\n            stroke-width: 1.5px;\n        }\n        .center {\n            stroke-dasharray: 3, 3;\n        }\n        .data {\n            stroke: none;\n            stroke-width: 0px;\n        }\n        .outlier {\n            fill: none;\n            stroke: $color_celeste;\n        }\n        .outlierBold {\n            fill: red;\n            stroke: none;\n        }\n        &.deselected {\n            opacity: 0.5;\n            .box {\n                fill: $color_celeste;\n            }\n        }\n    }\n    .symbol {\n        stroke: none;\n    }\n    .heatmap {\n        .box-group.deselected rect {\n            stroke: none;\n            fill-opacity: 0.5;\n            fill: $color_celeste;\n        }\n        g.axis text {\n            pointer-events: all;\n            cursor: pointer;\n        }\n    }\n    .empty-chart .pie-slice {\n        cursor: default;\n        path {\n            fill: $color_fair_pink;\n            cursor: default;\n        }\n    }\n}\n\n.dc-data-count {\n    float: right;\n    margin-top: 15px;\n    margin-right: 15px;\n    .filter-count, .total-count {\n        color: $color_boston_blue;\n        font-weight: bold;\n    }\n}\n\n.dc-legend {\n    font-size: 11px;\n    .dc-legend-item {\n        cursor: pointer;\n    }\n    g.dc-legend-item.fadeout {\n        @extend %extend_1;\n    }\n    g.dc-legend-item.selected {\n        fill: blue;\n    }\n}\n\n.dc-hard .number-display {\n    float: none;\n}\n\n\ndiv.dc-html-legend {\n  overflow-y: auto;\n  overflow-x: hidden;\n  height: inherit;\n  float: right;\n  padding-right: 2px;\n  .dc-legend-item-horizontal {\n    display: inline-block;\n    margin-left: 5px;\n    margin-right: 5px;\n    cursor: pointer;\n      &.selected{\n          background-color: rgb(49, 130, 189);\n          color: white;\n      }\n  }\n  .dc-legend-item-vertical {\n    display: block;\n    margin-top: 5px;\n    padding-top: 1px;\n    padding-bottom: 1px;\n    cursor: pointer;\n      &.selected{\n          background-color: rgb(49, 130, 189);\n          color: white;\n      }\n  }\n  .dc-legend-item-color {\n    display: table-cell;\n    width: 12px;\n    height: 12px;\n  }\n  .dc-legend-item-label {\n    line-height: 12px;\n    display: table-cell;\n    vertical-align: middle;\n    padding-left: 3px;\n    padding-right: 3px;\n    font-size: 0.75em;\n  }\n}\n\n.dc-html-legend-container{\n    height: inherit;\n}\n"
  },
  {
    "path": "web-src/crime/crime.csv",
    "content": "year,city,type,sub_type,number\n1998,\"St. John's\",\"Total, all violations\",Actual incidents,13538\n1999,\"St. John's\",\"Total, all violations\",Actual incidents,11407\n2000,\"St. John's\",\"Total, all violations\",Actual incidents,12662\n2001,\"St. John's\",\"Total, all violations\",Actual incidents,12227\n2002,\"St. John's\",\"Total, all violations\",Actual incidents,13031\n2003,\"St. John's\",\"Total, all violations\",Actual incidents,12228\n2004,\"St. John's\",\"Total, all violations\",Actual incidents,12851\n2005,\"St. John's\",\"Total, all violations\",Actual incidents,12537\n2006,\"St. John's\",\"Total, all violations\",Actual incidents,12960\n2007,\"St. John's\",\"Total, all violations\",Actual incidents,14580\n2008,\"St. John's\",\"Total, all violations\",Actual incidents,14225\n2009,\"St. John's\",\"Total, all violations\",Actual incidents,15475\n2010,\"St. John's\",\"Total, all violations\",Actual incidents,16624\n2011,\"St. John's\",\"Total, all violations\",Actual incidents,15984\n1998,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",7840.62\n1999,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",6596.12\n2000,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",7294.28\n2001,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",7030\n2002,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",7428.25\n2003,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",6903.21\n2004,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",7165.88\n2005,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",6957.62\n2006,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",7140.42\n2007,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",8032.75\n2008,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",7779.94\n2009,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",8372.6\n2010,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",8877.69\n2011,\"St. John's\",\"Total, all violations\",\"Rate per 100,000 population\",8472.7\n1998,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2212\n1999,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2223\n2000,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2188\n2001,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2243\n2002,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2199\n2003,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2060\n2004,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2131\n2005,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2205\n2006,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2144\n2007,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2811\n2008,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2965\n2009,\"St. John's\",Total violent Criminal Code violations,Actual incidents,2943\n2010,\"St. John's\",Total violent Criminal Code violations,Actual incidents,3240\n2011,\"St. John's\",Total violent Criminal Code violations,Actual incidents,3010\n1998,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1281.09\n1999,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1285.45\n2000,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1260.46\n2001,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1289.63\n2002,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1253.53\n2003,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1162.95\n2004,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1188.27\n2005,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1223.7\n2006,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1181.25\n2007,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1548.7\n2008,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1621.62\n2009,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1592.28\n2010,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1730.25\n2011,\"St. John's\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1595.52\n1998,\"St. John's\",Homicide,Actual incidents,2\n1999,\"St. John's\",Homicide,Actual incidents,0\n2000,\"St. John's\",Homicide,Actual incidents,3\n2001,\"St. John's\",Homicide,Actual incidents,1\n2002,\"St. John's\",Homicide,Actual incidents,1\n2003,\"St. John's\",Homicide,Actual incidents,2\n2004,\"St. John's\",Homicide,Actual incidents,1\n2005,\"St. John's\",Homicide,Actual incidents,2\n2006,\"St. John's\",Homicide,Actual incidents,1\n2007,\"St. John's\",Homicide,Actual incidents,1\n2008,\"St. John's\",Homicide,Actual incidents,1\n2009,\"St. John's\",Homicide,Actual incidents,0\n2010,\"St. John's\",Homicide,Actual incidents,2\n2011,\"St. John's\",Homicide,Actual incidents,4\n1998,\"St. John's\",Homicide,\"Rate per 100,000 population\",1.16\n1999,\"St. John's\",Homicide,\"Rate per 100,000 population\",0\n2000,\"St. John's\",Homicide,\"Rate per 100,000 population\",1.73\n2001,\"St. John's\",Homicide,\"Rate per 100,000 population\",0.57\n2002,\"St. John's\",Homicide,\"Rate per 100,000 population\",0.57\n2003,\"St. John's\",Homicide,\"Rate per 100,000 population\",1.13\n2004,\"St. John's\",Homicide,\"Rate per 100,000 population\",0.56\n2005,\"St. John's\",Homicide,\"Rate per 100,000 population\",1.11\n2006,\"St. John's\",Homicide,\"Rate per 100,000 population\",0.55\n2007,\"St. John's\",Homicide,\"Rate per 100,000 population\",0.55\n2008,\"St. John's\",Homicide,\"Rate per 100,000 population\",0.55\n2009,\"St. John's\",Homicide,\"Rate per 100,000 population\",0\n2010,\"St. John's\",Homicide,\"Rate per 100,000 population\",1.07\n2011,\"St. John's\",Homicide,\"Rate per 100,000 population\",2.12\n1998,\"Halifax\",\"Total, all violations\",Actual incidents,35245\n1999,\"Halifax\",\"Total, all violations\",Actual incidents,35776\n2000,\"Halifax\",\"Total, all violations\",Actual incidents,33155\n2001,\"Halifax\",\"Total, all violations\",Actual incidents,35473\n2002,\"Halifax\",\"Total, all violations\",Actual incidents,35122\n2003,\"Halifax\",\"Total, all violations\",Actual incidents,36781\n2004,\"Halifax\",\"Total, all violations\",Actual incidents,39513\n2005,\"Halifax\",\"Total, all violations\",Actual incidents,36582\n2006,\"Halifax\",\"Total, all violations\",Actual incidents,35497\n2007,\"Halifax\",\"Total, all violations\",Actual incidents,33232\n2008,\"Halifax\",\"Total, all violations\",Actual incidents,30968\n2009,\"Halifax\",\"Total, all violations\",Actual incidents,31038\n2010,\"Halifax\",\"Total, all violations\",Actual incidents,32428\n2011,\"Halifax\",\"Total, all violations\",Actual incidents,29373\n1998,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",10328.9\n1999,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",10370.94\n2000,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",9051.1\n2001,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",9611.07\n2002,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",9395.51\n2003,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",9754.53\n2004,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",10413.34\n2005,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",9612.22\n2006,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",9225.13\n2007,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",8564.44\n2008,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",7882.61\n2009,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",7797.08\n2010,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",8026.14\n2011,\"Halifax\",\"Total, all violations\",\"Rate per 100,000 population\",7199.26\n1998,\"Halifax\",Total violent Criminal Code violations,Actual incidents,5113\n1999,\"Halifax\",Total violent Criminal Code violations,Actual incidents,5789\n2000,\"Halifax\",Total violent Criminal Code violations,Actual incidents,6694\n2001,\"Halifax\",Total violent Criminal Code violations,Actual incidents,7912\n2002,\"Halifax\",Total violent Criminal Code violations,Actual incidents,8022\n2003,\"Halifax\",Total violent Criminal Code violations,Actual incidents,8528\n2004,\"Halifax\",Total violent Criminal Code violations,Actual incidents,8730\n2005,\"Halifax\",Total violent Criminal Code violations,Actual incidents,8225\n2006,\"Halifax\",Total violent Criminal Code violations,Actual incidents,8060\n2007,\"Halifax\",Total violent Criminal Code violations,Actual incidents,7181\n2008,\"Halifax\",Total violent Criminal Code violations,Actual incidents,6741\n2009,\"Halifax\",Total violent Criminal Code violations,Actual incidents,6603\n2010,\"Halifax\",Total violent Criminal Code violations,Actual incidents,6240\n2011,\"Halifax\",Total violent Criminal Code violations,Actual incidents,5566\n1998,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1498.42\n1999,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1678.15\n2000,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1827.42\n2001,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2143.68\n2002,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2145.97\n2003,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2261.67\n2004,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2300.72\n2005,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2161.19\n2006,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2094.67\n2007,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1850.66\n2008,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1715.86\n2009,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1658.75\n2010,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1544.44\n2011,\"Halifax\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1364.22\n1998,\"Halifax\",Homicide,Actual incidents,12\n1999,\"Halifax\",Homicide,Actual incidents,7\n2000,\"Halifax\",Homicide,Actual incidents,8\n2001,\"Halifax\",Homicide,Actual incidents,3\n2002,\"Halifax\",Homicide,Actual incidents,5\n2003,\"Halifax\",Homicide,Actual incidents,3\n2004,\"Halifax\",Homicide,Actual incidents,9\n2005,\"Halifax\",Homicide,Actual incidents,11\n2006,\"Halifax\",Homicide,Actual incidents,6\n2007,\"Halifax\",Homicide,Actual incidents,7\n2008,\"Halifax\",Homicide,Actual incidents,7\n2009,\"Halifax\",Homicide,Actual incidents,12\n2010,\"Halifax\",Homicide,Actual incidents,11\n2011,\"Halifax\",Homicide,Actual incidents,18\n1998,\"Halifax\",Homicide,\"Rate per 100,000 population\",3.52\n1999,\"Halifax\",Homicide,\"Rate per 100,000 population\",2.03\n2000,\"Halifax\",Homicide,\"Rate per 100,000 population\",2.18\n2001,\"Halifax\",Homicide,\"Rate per 100,000 population\",0.81\n2002,\"Halifax\",Homicide,\"Rate per 100,000 population\",1.34\n2003,\"Halifax\",Homicide,\"Rate per 100,000 population\",0.8\n2004,\"Halifax\",Homicide,\"Rate per 100,000 population\",2.37\n2005,\"Halifax\",Homicide,\"Rate per 100,000 population\",2.89\n2006,\"Halifax\",Homicide,\"Rate per 100,000 population\",1.56\n2007,\"Halifax\",Homicide,\"Rate per 100,000 population\",1.8\n2008,\"Halifax\",Homicide,\"Rate per 100,000 population\",1.78\n2009,\"Halifax\",Homicide,\"Rate per 100,000 population\",3.01\n2010,\"Halifax\",Homicide,\"Rate per 100,000 population\",2.72\n2011,\"Halifax\",Homicide,\"Rate per 100,000 population\",4.41\n1998,\"Saint John\",\"Total, all violations\",Actual incidents,10835\n1999,\"Saint John\",\"Total, all violations\",Actual incidents,11672\n2000,\"Saint John\",\"Total, all violations\",Actual incidents,10726\n2001,\"Saint John\",\"Total, all violations\",Actual incidents,10465\n2002,\"Saint John\",\"Total, all violations\",Actual incidents,11881\n2003,\"Saint John\",\"Total, all violations\",Actual incidents,11909\n2004,\"Saint John\",\"Total, all violations\",Actual incidents,11024\n2005,\"Saint John\",\"Total, all violations\",Actual incidents,8098\n2006,\"Saint John\",\"Total, all violations\",Actual incidents,8330\n2007,\"Saint John\",\"Total, all violations\",Actual incidents,9175\n2008,\"Saint John\",\"Total, all violations\",Actual incidents,8874\n2009,\"Saint John\",\"Total, all violations\",Actual incidents,8635\n2010,\"Saint John\",\"Total, all violations\",Actual incidents,8417\n2011,\"Saint John\",\"Total, all violations\",Actual incidents,7326\n1998,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",8689.34\n1999,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",7972.84\n2000,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",7335.47\n2001,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",7185.43\n2002,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",8149.06\n2003,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",8221.61\n2004,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",7594.64\n2005,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",7959.58\n2006,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",8430.06\n2007,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",9026.78\n2008,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",8699.74\n2009,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",8408.31\n2010,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",8167.4\n2011,\"Saint John\",\"Total, all violations\",\"Rate per 100,000 population\",7084.28\n1998,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2477\n1999,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2852\n2000,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2577\n2001,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2536\n2002,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2716\n2003,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2739\n2004,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2501\n2005,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2140\n2006,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2130\n2007,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2257\n2008,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2199\n2009,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2146\n2010,\"Saint John\",Total violent Criminal Code violations,Actual incidents,2065\n2011,\"Saint John\",Total violent Criminal Code violations,Actual incidents,1896\n1998,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1986.48\n1999,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1948.13\n2000,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1762.4\n2001,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1741.26\n2002,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1862.88\n2003,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1890.92\n2004,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1722.99\n2005,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2103.42\n2006,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2155.59\n2007,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2220.54\n2008,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2155.82\n2009,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2089.66\n2010,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2003.76\n2011,\"Saint John\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1833.44\n1998,\"Saint John\",Homicide,Actual incidents,0\n1999,\"Saint John\",Homicide,Actual incidents,1\n2000,\"Saint John\",Homicide,Actual incidents,1\n2001,\"Saint John\",Homicide,Actual incidents,1\n2002,\"Saint John\",Homicide,Actual incidents,2\n2003,\"Saint John\",Homicide,Actual incidents,1\n2004,\"Saint John\",Homicide,Actual incidents,1\n2005,\"Saint John\",Homicide,Actual incidents,0\n2006,\"Saint John\",Homicide,Actual incidents,1\n2007,\"Saint John\",Homicide,Actual incidents,2\n2008,\"Saint John\",Homicide,Actual incidents,1\n2009,\"Saint John\",Homicide,Actual incidents,0\n2010,\"Saint John\",Homicide,Actual incidents,2\n2011,\"Saint John\",Homicide,Actual incidents,3\n1998,\"Saint John\",Homicide,\"Rate per 100,000 population\",0\n1999,\"Saint John\",Homicide,\"Rate per 100,000 population\",0.68\n2000,\"Saint John\",Homicide,\"Rate per 100,000 population\",0.68\n2001,\"Saint John\",Homicide,\"Rate per 100,000 population\",0.69\n2002,\"Saint John\",Homicide,\"Rate per 100,000 population\",1.37\n2003,\"Saint John\",Homicide,\"Rate per 100,000 population\",0.69\n2004,\"Saint John\",Homicide,\"Rate per 100,000 population\",0.69\n2005,\"Saint John\",Homicide,\"Rate per 100,000 population\",0\n2006,\"Saint John\",Homicide,\"Rate per 100,000 population\",1.01\n2007,\"Saint John\",Homicide,\"Rate per 100,000 population\",1.97\n2008,\"Saint John\",Homicide,\"Rate per 100,000 population\",0.98\n2009,\"Saint John\",Homicide,\"Rate per 100,000 population\",0\n2010,\"Saint John\",Homicide,\"Rate per 100,000 population\",1.94\n2011,\"Saint John\",Homicide,\"Rate per 100,000 population\",2.9\n1998,\"Quebec\",\"Total, all violations\",Actual incidents,40548\n1999,\"Quebec\",\"Total, all violations\",Actual incidents,38486\n2000,\"Quebec\",\"Total, all violations\",Actual incidents,40316\n2001,\"Quebec\",\"Total, all violations\",Actual incidents,38221\n2002,\"Quebec\",\"Total, all violations\",Actual incidents,37445\n2003,\"Quebec\",\"Total, all violations\",Actual incidents,37545\n2004,\"Quebec\",\"Total, all violations\",Actual incidents,36015\n2005,\"Quebec\",\"Total, all violations\",Actual incidents,36022\n2006,\"Quebec\",\"Total, all violations\",Actual incidents,38289\n2007,\"Quebec\",\"Total, all violations\",Actual incidents,36528\n2008,\"Quebec\",\"Total, all violations\",Actual incidents,36403\n2009,\"Quebec\",\"Total, all violations\",Actual incidents,34797\n2010,\"Quebec\",\"Total, all violations\",Actual incidents,33674\n2011,\"Quebec\",\"Total, all violations\",Actual incidents,31756\n1998,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5873.95\n1999,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5557.06\n2000,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5797.79\n2001,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5466.72\n2002,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5311.3\n2003,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5294.22\n2004,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5032.5\n2005,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5003.97\n2006,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5290.25\n2007,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",5002.54\n2008,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",4934.63\n2009,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",4670.56\n2010,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",4475.54\n2011,\"Quebec\",\"Total, all violations\",\"Rate per 100,000 population\",4181.47\n1998,\"Quebec\",Total violent Criminal Code violations,Actual incidents,4400\n1999,\"Quebec\",Total violent Criminal Code violations,Actual incidents,4941\n2000,\"Quebec\",Total violent Criminal Code violations,Actual incidents,5446\n2001,\"Quebec\",Total violent Criminal Code violations,Actual incidents,5484\n2002,\"Quebec\",Total violent Criminal Code violations,Actual incidents,5426\n2003,\"Quebec\",Total violent Criminal Code violations,Actual incidents,5363\n2004,\"Quebec\",Total violent Criminal Code violations,Actual incidents,5116\n2005,\"Quebec\",Total violent Criminal Code violations,Actual incidents,5626\n2006,\"Quebec\",Total violent Criminal Code violations,Actual incidents,7044\n2007,\"Quebec\",Total violent Criminal Code violations,Actual incidents,6745\n2008,\"Quebec\",Total violent Criminal Code violations,Actual incidents,6514\n2009,\"Quebec\",Total violent Criminal Code violations,Actual incidents,6751\n2010,\"Quebec\",Total violent Criminal Code violations,Actual incidents,6859\n2011,\"Quebec\",Total violent Criminal Code violations,Actual incidents,6260\n1998,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",637.4\n1999,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",713.44\n2000,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",783.18\n2001,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",784.37\n2002,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",769.64\n2003,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",756.24\n2004,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",714.88\n2005,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",781.53\n2006,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",973.24\n2007,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",923.73\n2008,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",883.01\n2009,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",906.14\n2010,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",911.61\n2011,\"Quebec\",Total violent Criminal Code violations,\"Rate per 100,000 population\",824.29\n1998,\"Quebec\",Homicide,Actual incidents,15\n1999,\"Quebec\",Homicide,Actual incidents,10\n2000,\"Quebec\",Homicide,Actual incidents,12\n2001,\"Quebec\",Homicide,Actual incidents,5\n2002,\"Quebec\",Homicide,Actual incidents,3\n2003,\"Quebec\",Homicide,Actual incidents,3\n2004,\"Quebec\",Homicide,Actual incidents,6\n2005,\"Quebec\",Homicide,Actual incidents,5\n2006,\"Quebec\",Homicide,Actual incidents,7\n2007,\"Quebec\",Homicide,Actual incidents,0\n2008,\"Quebec\",Homicide,Actual incidents,8\n2009,\"Quebec\",Homicide,Actual incidents,2\n2010,\"Quebec\",Homicide,Actual incidents,6\n2011,\"Quebec\",Homicide,Actual incidents,3\n1998,\"Quebec\",Homicide,\"Rate per 100,000 population\",2.17\n1999,\"Quebec\",Homicide,\"Rate per 100,000 population\",1.44\n2000,\"Quebec\",Homicide,\"Rate per 100,000 population\",1.73\n2001,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.72\n2002,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.43\n2003,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.42\n2004,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.84\n2005,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.69\n2006,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.97\n2007,\"Quebec\",Homicide,\"Rate per 100,000 population\",0\n2008,\"Quebec\",Homicide,\"Rate per 100,000 population\",1.08\n2009,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.27\n2010,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.8\n2011,\"Quebec\",Homicide,\"Rate per 100,000 population\",0.4\n1998,\"Montreal\",\"Total, all violations\",Actual incidents,271721\n1999,\"Montreal\",\"Total, all violations\",Actual incidents,253964\n2000,\"Montreal\",\"Total, all violations\",Actual incidents,257641\n2001,\"Montreal\",\"Total, all violations\",Actual incidents,244521\n2002,\"Montreal\",\"Total, all violations\",Actual incidents,239397\n2003,\"Montreal\",\"Total, all violations\",Actual incidents,242375\n2004,\"Montreal\",\"Total, all violations\",Actual incidents,235220\n2005,\"Montreal\",\"Total, all violations\",Actual incidents,238406\n2006,\"Montreal\",\"Total, all violations\",Actual incidents,241298\n2007,\"Montreal\",\"Total, all violations\",Actual incidents,229300\n2008,\"Montreal\",\"Total, all violations\",Actual incidents,232917\n2009,\"Montreal\",\"Total, all violations\",Actual incidents,231033\n2010,\"Montreal\",\"Total, all violations\",Actual incidents,217635\n2011,\"Montreal\",\"Total, all violations\",Actual incidents,211092\n1998,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",8031.02\n1999,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",7417.2\n2000,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",7469.15\n2001,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",7016.46\n2002,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",6734.49\n2003,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",6723.32\n2004,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",6470.74\n2005,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",6483.97\n2006,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",6525.03\n2007,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",6156.41\n2008,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",6180.67\n2009,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",6045.09\n2010,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",5616.52\n2011,\"Montreal\",\"Total, all violations\",\"Rate per 100,000 population\",5378.75\n1998,\"Montreal\",Total violent Criminal Code violations,Actual incidents,38048\n1999,\"Montreal\",Total violent Criminal Code violations,Actual incidents,42563\n2000,\"Montreal\",Total violent Criminal Code violations,Actual incidents,45636\n2001,\"Montreal\",Total violent Criminal Code violations,Actual incidents,42887\n2002,\"Montreal\",Total violent Criminal Code violations,Actual incidents,42473\n2003,\"Montreal\",Total violent Criminal Code violations,Actual incidents,42782\n2004,\"Montreal\",Total violent Criminal Code violations,Actual incidents,42613\n2005,\"Montreal\",Total violent Criminal Code violations,Actual incidents,43108\n2006,\"Montreal\",Total violent Criminal Code violations,Actual incidents,42818\n2007,\"Montreal\",Total violent Criminal Code violations,Actual incidents,40756\n2008,\"Montreal\",Total violent Criminal Code violations,Actual incidents,42356\n2009,\"Montreal\",Total violent Criminal Code violations,Actual incidents,41970\n2010,\"Montreal\",Total violent Criminal Code violations,Actual incidents,40423\n2011,\"Montreal\",Total violent Criminal Code violations,Actual incidents,39940\n1998,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1124.55\n1999,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1243.08\n2000,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1323.01\n2001,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1230.63\n2002,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1194.81\n2003,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1186.74\n2004,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1172.25\n2005,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1172.42\n2006,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1157.86\n2007,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1094.25\n2008,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1123.96\n2009,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1098.17\n2010,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1043.2\n2011,\"Montreal\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1017.7\n1998,\"Montreal\",Homicide,Actual incidents,65\n1999,\"Montreal\",Homicide,Actual incidents,71\n2000,\"Montreal\",Homicide,Actual incidents,75\n2001,\"Montreal\",Homicide,Actual incidents,78\n2002,\"Montreal\",Homicide,Actual incidents,66\n2003,\"Montreal\",Homicide,Actual incidents,56\n2004,\"Montreal\",Homicide,Actual incidents,63\n2005,\"Montreal\",Homicide,Actual incidents,48\n2006,\"Montreal\",Homicide,Actual incidents,52\n2007,\"Montreal\",Homicide,Actual incidents,59\n2008,\"Montreal\",Homicide,Actual incidents,48\n2009,\"Montreal\",Homicide,Actual incidents,44\n2010,\"Montreal\",Homicide,Actual incidents,50\n2011,\"Montreal\",Homicide,Actual incidents,54\n1998,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.92\n1999,\"Montreal\",Homicide,\"Rate per 100,000 population\",2.07\n2000,\"Montreal\",Homicide,\"Rate per 100,000 population\",2.17\n2001,\"Montreal\",Homicide,\"Rate per 100,000 population\",2.24\n2002,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.86\n2003,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.55\n2004,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.73\n2005,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.31\n2006,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.41\n2007,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.58\n2008,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.27\n2009,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.15\n2010,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.29\n2011,\"Montreal\",Homicide,\"Rate per 100,000 population\",1.38\n1998,\"Ottawa\",\"Total, all violations\",Actual incidents,82911\n1999,\"Ottawa\",\"Total, all violations\",Actual incidents,71885\n2000,\"Ottawa\",\"Total, all violations\",Actual incidents,67648\n2001,\"Ottawa\",\"Total, all violations\",Actual incidents,70830\n2002,\"Ottawa\",\"Total, all violations\",Actual incidents,73835\n2003,\"Ottawa\",\"Total, all violations\",Actual incidents,75214\n2004,\"Ottawa\",\"Total, all violations\",Actual incidents,71238\n2005,\"Ottawa\",\"Total, all violations\",Actual incidents,71517\n2006,\"Ottawa\",\"Total, all violations\",Actual incidents,72366\n2007,\"Ottawa\",\"Total, all violations\",Actual incidents,71465\n2008,\"Ottawa\",\"Total, all violations\",Actual incidents,66733\n2009,\"Ottawa\",\"Total, all violations\",Actual incidents,65269\n2010,\"Ottawa\",\"Total, all violations\",Actual incidents,62432\n2011,\"Ottawa\",\"Total, all violations\",Actual incidents,60506\n1998,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",7993.13\n1999,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6713.91\n2000,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6196.89\n2001,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6348.95\n2002,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6522.79\n2003,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6564.28\n2004,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6160.48\n2005,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6128.81\n2006,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6142.47\n2007,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",6002.99\n2008,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",5511.71\n2009,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",5322.35\n2010,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",5040.63\n2011,\"Ottawa\",\"Total, all violations\",\"Rate per 100,000 population\",4807.87\n1998,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,12461\n1999,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,11730\n2000,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,12081\n2001,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,14257\n2002,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,13859\n2003,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,13787\n2004,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,13479\n2005,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,12648\n2006,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,12081\n2007,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,11602\n2008,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,11090\n2009,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,11196\n2010,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,10416\n2011,\"Ottawa\",Total violent Criminal Code violations,Actual incidents,10332\n1998,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1201.32\n1999,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1095.56\n2000,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1106.68\n2001,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1277.95\n2002,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1224.34\n2003,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1203.26\n2004,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1165.63\n2005,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1083.9\n2006,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1025.44\n2007,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",974.56\n2008,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",915.96\n2009,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",912.98\n2010,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",840.97\n2011,\"Ottawa\",Total violent Criminal Code violations,\"Rate per 100,000 population\",820.99\n1998,\"Ottawa\",Homicide,Actual incidents,7\n1999,\"Ottawa\",Homicide,Actual incidents,17\n2000,\"Ottawa\",Homicide,Actual incidents,10\n2001,\"Ottawa\",Homicide,Actual incidents,5\n2002,\"Ottawa\",Homicide,Actual incidents,14\n2003,\"Ottawa\",Homicide,Actual incidents,13\n2004,\"Ottawa\",Homicide,Actual incidents,11\n2005,\"Ottawa\",Homicide,Actual incidents,15\n2006,\"Ottawa\",Homicide,Actual incidents,25\n2007,\"Ottawa\",Homicide,Actual incidents,16\n2008,\"Ottawa\",Homicide,Actual incidents,15\n2009,\"Ottawa\",Homicide,Actual incidents,12\n2010,\"Ottawa\",Homicide,Actual incidents,14\n2011,\"Ottawa\",Homicide,Actual incidents,16\n1998,\"Ottawa\",Homicide,\"Rate per 100,000 population\",0.67\n1999,\"Ottawa\",Homicide,\"Rate per 100,000 population\",1.59\n2000,\"Ottawa\",Homicide,\"Rate per 100,000 population\",0.92\n2001,\"Ottawa\",Homicide,\"Rate per 100,000 population\",0.45\n2002,\"Ottawa\",Homicide,\"Rate per 100,000 population\",1.24\n2003,\"Ottawa\",Homicide,\"Rate per 100,000 population\",1.13\n2004,\"Ottawa\",Homicide,\"Rate per 100,000 population\",0.95\n2005,\"Ottawa\",Homicide,\"Rate per 100,000 population\",1.29\n2006,\"Ottawa\",Homicide,\"Rate per 100,000 population\",2.12\n2007,\"Ottawa\",Homicide,\"Rate per 100,000 population\",1.34\n2008,\"Ottawa\",Homicide,\"Rate per 100,000 population\",1.24\n2009,\"Ottawa\",Homicide,\"Rate per 100,000 population\",0.98\n2010,\"Ottawa\",Homicide,\"Rate per 100,000 population\",1.13\n2011,\"Ottawa\",Homicide,\"Rate per 100,000 population\",1.27\n1998,\"Toronto\",\"Total, all violations\",Actual incidents,304229\n1999,\"Toronto\",\"Total, all violations\",Actual incidents,277117\n2000,\"Toronto\",\"Total, all violations\",Actual incidents,279891\n2001,\"Toronto\",\"Total, all violations\",Actual incidents,291199\n2002,\"Toronto\",\"Total, all violations\",Actual incidents,292663\n2003,\"Toronto\",\"Total, all violations\",Actual incidents,281099\n2004,\"Toronto\",\"Total, all violations\",Actual incidents,262361\n2005,\"Toronto\",\"Total, all violations\",Actual incidents,257416\n2006,\"Toronto\",\"Total, all violations\",Actual incidents,265324\n2007,\"Toronto\",\"Total, all violations\",Actual incidents,256138\n2008,\"Toronto\",\"Total, all violations\",Actual incidents,245400\n2009,\"Toronto\",\"Total, all violations\",Actual incidents,237511\n2010,\"Toronto\",\"Total, all violations\",Actual incidents,228905\n2011,\"Toronto\",\"Total, all violations\",Actual incidents,223249\n1998,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",6702.41\n1999,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",5954.94\n2000,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",5886.41\n2001,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",5953.37\n2002,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",5820.19\n2003,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",5484.75\n2004,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",5020.61\n2005,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",4834.88\n2006,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",4974.42\n2007,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",4725.46\n2008,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",4467.79\n2009,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",4249.45\n2010,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",4018.77\n2011,\"Toronto\",\"Total, all violations\",\"Rate per 100,000 population\",3860.17\n1998,\"Toronto\",Total violent Criminal Code violations,Actual incidents,50748\n1999,\"Toronto\",Total violent Criminal Code violations,Actual incidents,53161\n2000,\"Toronto\",Total violent Criminal Code violations,Actual incidents,61338\n2001,\"Toronto\",Total violent Criminal Code violations,Actual incidents,63564\n2002,\"Toronto\",Total violent Criminal Code violations,Actual incidents,60846\n2003,\"Toronto\",Total violent Criminal Code violations,Actual incidents,56689\n2004,\"Toronto\",Total violent Criminal Code violations,Actual incidents,54214\n2005,\"Toronto\",Total violent Criminal Code violations,Actual incidents,55034\n2006,\"Toronto\",Total violent Criminal Code violations,Actual incidents,56206\n2007,\"Toronto\",Total violent Criminal Code violations,Actual incidents,56708\n2008,\"Toronto\",Total violent Criminal Code violations,Actual incidents,54215\n2009,\"Toronto\",Total violent Criminal Code violations,Actual incidents,52560\n2010,\"Toronto\",Total violent Criminal Code violations,Actual incidents,51599\n2011,\"Toronto\",Total violent Criminal Code violations,Actual incidents,50665\n1998,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1118.02\n1999,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1142.37\n2000,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1290\n2001,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1299.52\n2002,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1210.05\n2003,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1106.1\n2004,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1037.45\n2005,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1033.67\n2006,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1053.78\n2007,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1046.2\n2008,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",987.05\n2009,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",940.38\n2010,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",905.9\n2011,\"Toronto\",Total violent Criminal Code violations,\"Rate per 100,000 population\",876.04\n1998,\"Toronto\",Homicide,Actual incidents,76\n1999,\"Toronto\",Homicide,Actual incidents,61\n2000,\"Toronto\",Homicide,Actual incidents,81\n2001,\"Toronto\",Homicide,Actual incidents,78\n2002,\"Toronto\",Homicide,Actual incidents,90\n2003,\"Toronto\",Homicide,Actual incidents,95\n2004,\"Toronto\",Homicide,Actual incidents,94\n2005,\"Toronto\",Homicide,Actual incidents,104\n2006,\"Toronto\",Homicide,Actual incidents,99\n2007,\"Toronto\",Homicide,Actual incidents,112\n2008,\"Toronto\",Homicide,Actual incidents,103\n2009,\"Toronto\",Homicide,Actual incidents,90\n2010,\"Toronto\",Homicide,Actual incidents,80\n2011,\"Toronto\",Homicide,Actual incidents,86\n1998,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.67\n1999,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.31\n2000,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.7\n2001,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.59\n2002,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.79\n2003,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.85\n2004,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.8\n2005,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.95\n2006,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.86\n2007,\"Toronto\",Homicide,\"Rate per 100,000 population\",2.07\n2008,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.88\n2009,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.61\n2010,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.4\n2011,\"Toronto\",Homicide,\"Rate per 100,000 population\",1.49\n1998,\"Winnipeg\",\"Total, all violations\",Actual incidents,70678\n1999,\"Winnipeg\",\"Total, all violations\",Actual incidents,69601\n2000,\"Winnipeg\",\"Total, all violations\",Actual incidents,73994\n2001,\"Winnipeg\",\"Total, all violations\",Actual incidents,78002\n2002,\"Winnipeg\",\"Total, all violations\",Actual incidents,76214\n2003,\"Winnipeg\",\"Total, all violations\",Actual incidents,85001\n2004,\"Winnipeg\",\"Total, all violations\",Actual incidents,87228\n2005,\"Winnipeg\",\"Total, all violations\",Actual incidents,80005\n2006,\"Winnipeg\",\"Total, all violations\",Actual incidents,82774\n2007,\"Winnipeg\",\"Total, all violations\",Actual incidents,73762\n2008,\"Winnipeg\",\"Total, all violations\",Actual incidents,64548\n2009,\"Winnipeg\",\"Total, all violations\",Actual incidents,72456\n2010,\"Winnipeg\",\"Total, all violations\",Actual incidents,60538\n2011,\"Winnipeg\",\"Total, all violations\",Actual incidents,51975\n1998,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",10566.52\n1999,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",10360.5\n2000,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",10936.09\n2001,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",11470.98\n2002,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",11151.85\n2003,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",12324.34\n2004,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",12555.04\n2005,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",11488.27\n2006,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",11337.18\n2007,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",9823.35\n2008,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",8503.16\n2009,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",9426.94\n2010,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",7770.58\n2011,\"Winnipeg\",\"Total, all violations\",\"Rate per 100,000 population\",6773.96\n1998,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,10504\n1999,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,10480\n2000,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,12052\n2001,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,11800\n2002,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,11702\n2003,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,11180\n2004,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,11040\n2005,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,11418\n2006,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,11885\n2007,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,10251\n2008,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,10682\n2009,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,11997\n2010,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,11192\n2011,\"Winnipeg\",Total violent Criminal Code violations,Actual incidents,10266\n1998,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1570.37\n1999,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1560.01\n2000,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1781.25\n2001,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1735.31\n2002,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1712.27\n2003,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1620.99\n2004,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1589.03\n2005,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1639.56\n2006,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1627.83\n2007,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1365.19\n2008,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1407.18\n2009,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1560.88\n2010,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1436.59\n2011,\"Winnipeg\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1337.98\n1998,\"Winnipeg\",Homicide,Actual incidents,18\n1999,\"Winnipeg\",Homicide,Actual incidents,15\n2000,\"Winnipeg\",Homicide,Actual incidents,17\n2001,\"Winnipeg\",Homicide,Actual incidents,19\n2002,\"Winnipeg\",Homicide,Actual incidents,23\n2003,\"Winnipeg\",Homicide,Actual incidents,18\n2004,\"Winnipeg\",Homicide,Actual incidents,34\n2005,\"Winnipeg\",Homicide,Actual incidents,26\n2006,\"Winnipeg\",Homicide,Actual incidents,22\n2007,\"Winnipeg\",Homicide,Actual incidents,27\n2008,\"Winnipeg\",Homicide,Actual incidents,31\n2009,\"Winnipeg\",Homicide,Actual incidents,32\n2010,\"Winnipeg\",Homicide,Actual incidents,22\n2011,\"Winnipeg\",Homicide,Actual incidents,39\n1998,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",2.69\n1999,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",2.23\n2000,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",2.51\n2001,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",2.79\n2002,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",3.37\n2003,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",2.61\n2004,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",4.89\n2005,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",3.73\n2006,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",3.01\n2007,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",3.6\n2008,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",4.08\n2009,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",4.16\n2010,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",2.82\n2011,\"Winnipeg\",Homicide,\"Rate per 100,000 population\",5.08\n1998,\"Saskatoon\",\"Total, all violations\",Actual incidents,29049\n1999,\"Saskatoon\",\"Total, all violations\",Actual incidents,28879\n2000,\"Saskatoon\",\"Total, all violations\",Actual incidents,31515\n2001,\"Saskatoon\",\"Total, all violations\",Actual incidents,32739\n2002,\"Saskatoon\",\"Total, all violations\",Actual incidents,32961\n2003,\"Saskatoon\",\"Total, all violations\",Actual incidents,38378\n2004,\"Saskatoon\",\"Total, all violations\",Actual incidents,35074\n2005,\"Saskatoon\",\"Total, all violations\",Actual incidents,34123\n2006,\"Saskatoon\",\"Total, all violations\",Actual incidents,31606\n2007,\"Saskatoon\",\"Total, all violations\",Actual incidents,32167\n2008,\"Saskatoon\",\"Total, all violations\",Actual incidents,30300\n2009,\"Saskatoon\",\"Total, all violations\",Actual incidents,29352\n2010,\"Saskatoon\",\"Total, all violations\",Actual incidents,28011\n2011,\"Saskatoon\",\"Total, all violations\",Actual incidents,28487\n1998,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",12667.73\n1999,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",12533.58\n2000,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",13675.77\n2001,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",13769.48\n2002,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",13797.56\n2003,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",15887.96\n2004,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",14416.42\n2005,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",13987.76\n2006,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",12714.82\n2007,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",12737.94\n2008,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",11735.13\n2009,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",11084.01\n2010,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",10314.35\n2011,\"Saskatoon\",\"Total, all violations\",\"Rate per 100,000 population\",10265.44\n1998,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,4199\n1999,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,4308\n2000,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,4539\n2001,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,5060\n2002,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,5231\n2003,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,5668\n2004,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,5008\n2005,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,5080\n2006,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,5214\n2007,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,5294\n2008,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,4962\n2009,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,4698\n2010,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,4825\n2011,\"Saskatoon\",Total violent Criminal Code violations,Actual incidents,4594\n1998,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1831.11\n1999,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1869.69\n2000,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1969.68\n2001,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2128.15\n2002,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2189.71\n2003,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2346.47\n2004,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2058.43\n2005,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2082.4\n2006,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2097.55\n2007,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",2096.39\n2008,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1921.77\n2009,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1774.08\n2010,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1776.69\n2011,\"Saskatoon\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1655.47\n1998,\"Saskatoon\",Homicide,Actual incidents,7\n1999,\"Saskatoon\",Homicide,Actual incidents,4\n2000,\"Saskatoon\",Homicide,Actual incidents,7\n2001,\"Saskatoon\",Homicide,Actual incidents,1\n2002,\"Saskatoon\",Homicide,Actual incidents,8\n2003,\"Saskatoon\",Homicide,Actual incidents,8\n2004,\"Saskatoon\",Homicide,Actual incidents,8\n2005,\"Saskatoon\",Homicide,Actual incidents,9\n2006,\"Saskatoon\",Homicide,Actual incidents,9\n2007,\"Saskatoon\",Homicide,Actual incidents,9\n2008,\"Saskatoon\",Homicide,Actual incidents,4\n2009,\"Saskatoon\",Homicide,Actual incidents,6\n2010,\"Saskatoon\",Homicide,Actual incidents,10\n2011,\"Saskatoon\",Homicide,Actual incidents,6\n1998,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.05\n1999,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",1.74\n2000,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.04\n2001,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",0.42\n2002,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.35\n2003,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.31\n2004,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.29\n2005,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.69\n2006,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.62\n2007,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.56\n2008,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",1.55\n2009,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",2.27\n2010,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",3.68\n2011,\"Saskatoon\",Homicide,\"Rate per 100,000 population\",2.16\n1998,\"Calgary\",\"Total, all violations\",Actual incidents,76046\n1999,\"Calgary\",\"Total, all violations\",Actual incidents,75236\n2000,\"Calgary\",\"Total, all violations\",Actual incidents,72423\n2001,\"Calgary\",\"Total, all violations\",Actual incidents,73930\n2002,\"Calgary\",\"Total, all violations\",Actual incidents,75030\n2003,\"Calgary\",\"Total, all violations\",Actual incidents,78278\n2004,\"Calgary\",\"Total, all violations\",Actual incidents,78165\n2005,\"Calgary\",\"Total, all violations\",Actual incidents,76920\n2006,\"Calgary\",\"Total, all violations\",Actual incidents,79267\n2007,\"Calgary\",\"Total, all violations\",Actual incidents,75974\n2008,\"Calgary\",\"Total, all violations\",Actual incidents,73257\n2009,\"Calgary\",\"Total, all violations\",Actual incidents,71234\n2010,\"Calgary\",\"Total, all violations\",Actual incidents,68176\n2011,\"Calgary\",\"Total, all violations\",Actual incidents,63164\n1998,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",8370.86\n1999,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",8056.59\n2000,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",7558.13\n2001,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",7530.52\n2002,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",7448.99\n2003,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",7589.7\n2004,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",7431.16\n2005,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",7175.79\n2006,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",7043.44\n2007,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",6547.52\n2008,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",6141.07\n2009,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",5807.77\n2010,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",5464.22\n2011,\"Calgary\",\"Total, all violations\",\"Rate per 100,000 population\",4969.92\n1998,\"Calgary\",Total violent Criminal Code violations,Actual incidents,8745\n1999,\"Calgary\",Total violent Criminal Code violations,Actual incidents,9686\n2000,\"Calgary\",Total violent Criminal Code violations,Actual incidents,10318\n2001,\"Calgary\",Total violent Criminal Code violations,Actual incidents,10492\n2002,\"Calgary\",Total violent Criminal Code violations,Actual incidents,9997\n2003,\"Calgary\",Total violent Criminal Code violations,Actual incidents,10823\n2004,\"Calgary\",Total violent Criminal Code violations,Actual incidents,11300\n2005,\"Calgary\",Total violent Criminal Code violations,Actual incidents,11117\n2006,\"Calgary\",Total violent Criminal Code violations,Actual incidents,11142\n2007,\"Calgary\",Total violent Criminal Code violations,Actual incidents,10092\n2008,\"Calgary\",Total violent Criminal Code violations,Actual incidents,10231\n2009,\"Calgary\",Total violent Criminal Code violations,Actual incidents,10581\n2010,\"Calgary\",Total violent Criminal Code violations,Actual incidents,10684\n2011,\"Calgary\",Total violent Criminal Code violations,Actual incidents,10013\n1998,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",962.62\n1999,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1037.22\n2000,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1076.8\n2001,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1068.72\n2002,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",992.5\n2003,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1049.38\n2004,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1074.29\n2005,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1037.09\n2006,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",990.05\n2007,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",869.74\n2008,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",857.66\n2009,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",862.68\n2010,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",856.31\n2011,\"Calgary\",Total violent Criminal Code violations,\"Rate per 100,000 population\",787.85\n1998,\"Calgary\",Homicide,Actual incidents,19\n1999,\"Calgary\",Homicide,Actual incidents,13\n2000,\"Calgary\",Homicide,Actual incidents,16\n2001,\"Calgary\",Homicide,Actual incidents,15\n2002,\"Calgary\",Homicide,Actual incidents,15\n2003,\"Calgary\",Homicide,Actual incidents,11\n2004,\"Calgary\",Homicide,Actual incidents,20\n2005,\"Calgary\",Homicide,Actual incidents,25\n2006,\"Calgary\",Homicide,Actual incidents,25\n2007,\"Calgary\",Homicide,Actual incidents,36\n2008,\"Calgary\",Homicide,Actual incidents,34\n2009,\"Calgary\",Homicide,Actual incidents,24\n2010,\"Calgary\",Homicide,Actual incidents,15\n2011,\"Calgary\",Homicide,Actual incidents,14\n1998,\"Calgary\",Homicide,\"Rate per 100,000 population\",2.09\n1999,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.39\n2000,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.67\n2001,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.53\n2002,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.49\n2003,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.07\n2004,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.9\n2005,\"Calgary\",Homicide,\"Rate per 100,000 population\",2.33\n2006,\"Calgary\",Homicide,\"Rate per 100,000 population\",2.22\n2007,\"Calgary\",Homicide,\"Rate per 100,000 population\",3.1\n2008,\"Calgary\",Homicide,\"Rate per 100,000 population\",2.85\n2009,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.96\n2010,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.2\n2011,\"Calgary\",Homicide,\"Rate per 100,000 population\",1.1\n1998,\"Edmonton\",\"Total, all violations\",Actual incidents,86498\n1999,\"Edmonton\",\"Total, all violations\",Actual incidents,83780\n2000,\"Edmonton\",\"Total, all violations\",Actual incidents,85298\n2001,\"Edmonton\",\"Total, all violations\",Actual incidents,92785\n2002,\"Edmonton\",\"Total, all violations\",Actual incidents,97872\n2003,\"Edmonton\",\"Total, all violations\",Actual incidents,108336\n2004,\"Edmonton\",\"Total, all violations\",Actual incidents,113044\n2005,\"Edmonton\",\"Total, all violations\",Actual incidents,114252\n2006,\"Edmonton\",\"Total, all violations\",Actual incidents,111890\n2007,\"Edmonton\",\"Total, all violations\",Actual incidents,111945\n2008,\"Edmonton\",\"Total, all violations\",Actual incidents,111627\n2009,\"Edmonton\",\"Total, all violations\",Actual incidents,111038\n2010,\"Edmonton\",\"Total, all violations\",Actual incidents,102537\n2011,\"Edmonton\",\"Total, all violations\",Actual incidents,92309\n1998,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",9348.63\n1999,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",8902.69\n2000,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",8916.55\n2001,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",9553.72\n2002,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",9890.28\n2003,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",10841.75\n2004,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",11170.47\n2005,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",11060.36\n2006,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",10345.81\n2007,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",10067.84\n2008,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",9819.04\n2009,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",9563.3\n2010,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",8699.75\n2011,\"Edmonton\",\"Total, all violations\",\"Rate per 100,000 population\",7702.71\n1998,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,10796\n1999,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,10452\n2000,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,11452\n2001,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,12171\n2002,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,11755\n2003,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,12063\n2004,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,11480\n2005,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,11723\n2006,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,12410\n2007,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,14843\n2008,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,15497\n2009,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,15673\n2010,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,15197\n2011,\"Edmonton\",Total violent Criminal Code violations,Actual incidents,14686\n1998,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1166.82\n1999,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1110.66\n2000,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1197.12\n2001,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1253.2\n2002,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1187.88\n2003,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1207.21\n2004,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1134.4\n2005,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1134.87\n2006,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1147.48\n2007,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1334.91\n2008,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1363.16\n2009,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1349.86\n2010,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1289.39\n2011,\"Edmonton\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1225.47\n1998,\"Edmonton\",Homicide,Actual incidents,22\n1999,\"Edmonton\",Homicide,Actual incidents,20\n2000,\"Edmonton\",Homicide,Actual incidents,19\n2001,\"Edmonton\",Homicide,Actual incidents,25\n2002,\"Edmonton\",Homicide,Actual incidents,27\n2003,\"Edmonton\",Homicide,Actual incidents,22\n2004,\"Edmonton\",Homicide,Actual incidents,34\n2005,\"Edmonton\",Homicide,Actual incidents,44\n2006,\"Edmonton\",Homicide,Actual incidents,39\n2007,\"Edmonton\",Homicide,Actual incidents,36\n2008,\"Edmonton\",Homicide,Actual incidents,39\n2009,\"Edmonton\",Homicide,Actual incidents,30\n2010,\"Edmonton\",Homicide,Actual incidents,32\n2011,\"Edmonton\",Homicide,Actual incidents,50\n1998,\"Edmonton\",Homicide,\"Rate per 100,000 population\",2.38\n1999,\"Edmonton\",Homicide,\"Rate per 100,000 population\",2.13\n2000,\"Edmonton\",Homicide,\"Rate per 100,000 population\",1.99\n2001,\"Edmonton\",Homicide,\"Rate per 100,000 population\",2.57\n2002,\"Edmonton\",Homicide,\"Rate per 100,000 population\",2.73\n2003,\"Edmonton\",Homicide,\"Rate per 100,000 population\",2.2\n2004,\"Edmonton\",Homicide,\"Rate per 100,000 population\",3.36\n2005,\"Edmonton\",Homicide,\"Rate per 100,000 population\",4.26\n2006,\"Edmonton\",Homicide,\"Rate per 100,000 population\",3.61\n2007,\"Edmonton\",Homicide,\"Rate per 100,000 population\",3.24\n2008,\"Edmonton\",Homicide,\"Rate per 100,000 population\",3.43\n2009,\"Edmonton\",Homicide,\"Rate per 100,000 population\",2.58\n2010,\"Edmonton\",Homicide,\"Rate per 100,000 population\",2.72\n2011,\"Edmonton\",Homicide,\"Rate per 100,000 population\",4.17\n1998,\"Vancouver\",\"Total, all violations\",Actual incidents,253603\n1999,\"Vancouver\",\"Total, all violations\",Actual incidents,245913\n2000,\"Vancouver\",\"Total, all violations\",Actual incidents,240154\n2001,\"Vancouver\",\"Total, all violations\",Actual incidents,248769\n2002,\"Vancouver\",\"Total, all violations\",Actual incidents,245278\n2003,\"Vancouver\",\"Total, all violations\",Actual incidents,261578\n2004,\"Vancouver\",\"Total, all violations\",Actual incidents,265795\n2005,\"Vancouver\",\"Total, all violations\",Actual incidents,252627\n2006,\"Vancouver\",\"Total, all violations\",Actual incidents,241745\n2007,\"Vancouver\",\"Total, all violations\",Actual incidents,229794\n2008,\"Vancouver\",\"Total, all violations\",Actual incidents,218150\n2009,\"Vancouver\",\"Total, all violations\",Actual incidents,209314\n2010,\"Vancouver\",\"Total, all violations\",Actual incidents,201931\n2011,\"Vancouver\",\"Total, all violations\",Actual incidents,195293\n1998,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",12824.16\n1999,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",12267.82\n2000,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",11818\n2001,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",12031.17\n2002,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",11664.86\n2003,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",12365.32\n2004,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",12215.89\n2005,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",11401.45\n2006,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",11034.92\n2007,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",10295.22\n2008,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",9569.16\n2009,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",8957.94\n2010,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",8451.84\n2011,\"Vancouver\",\"Total, all violations\",\"Rate per 100,000 population\",8054.83\n1998,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,32486\n1999,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,32927\n2000,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,33245\n2001,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,32357\n2002,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,32036\n2003,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,33052\n2004,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,33777\n2005,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,33948\n2006,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,34786\n2007,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,33503\n2008,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,32800\n2009,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,32857\n2010,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,31344\n2011,\"Vancouver\",Total violent Criminal Code violations,Actual incidents,29082\n1998,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1642.75\n1999,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1642.62\n2000,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1635.99\n2001,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1564.88\n2002,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1523.56\n2003,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1562.43\n2004,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1552.38\n2005,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1532.13\n2006,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1587.87\n2007,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1501\n2008,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1438.77\n2009,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1406.17\n2010,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1311.91\n2011,\"Vancouver\",Total violent Criminal Code violations,\"Rate per 100,000 population\",1199.48\n1998,\"Vancouver\",Homicide,Actual incidents,45\n1999,\"Vancouver\",Homicide,Actual incidents,57\n2000,\"Vancouver\",Homicide,Actual incidents,42\n2001,\"Vancouver\",Homicide,Actual incidents,43\n2002,\"Vancouver\",Homicide,Actual incidents,69\n2003,\"Vancouver\",Homicide,Actual incidents,45\n2004,\"Vancouver\",Homicide,Actual incidents,57\n2005,\"Vancouver\",Homicide,Actual incidents,62\n2006,\"Vancouver\",Homicide,Actual incidents,55\n2007,\"Vancouver\",Homicide,Actual incidents,55\n2008,\"Vancouver\",Homicide,Actual incidents,54\n2009,\"Vancouver\",Homicide,Actual incidents,61\n2010,\"Vancouver\",Homicide,Actual incidents,36\n2011,\"Vancouver\",Homicide,Actual incidents,43\n1998,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.28\n1999,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.84\n2000,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.07\n2001,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.08\n2002,\"Vancouver\",Homicide,\"Rate per 100,000 population\",3.28\n2003,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.13\n2004,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.62\n2005,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.8\n2006,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.51\n2007,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.46\n2008,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.37\n2009,\"Vancouver\",Homicide,\"Rate per 100,000 population\",2.61\n2010,\"Vancouver\",Homicide,\"Rate per 100,000 population\",1.51\n2011,\"Vancouver\",Homicide,\"Rate per 100,000 population\",1.77\n1998,Yukon,\"Total, all violations\",Actual incidents,6455\n1999,Yukon,\"Total, all violations\",Actual incidents,6851\n2000,Yukon,\"Total, all violations\",Actual incidents,7965\n2001,Yukon,\"Total, all violations\",Actual incidents,8191\n2002,Yukon,\"Total, all violations\",Actual incidents,8920\n2003,Yukon,\"Total, all violations\",Actual incidents,8845\n2004,Yukon,\"Total, all violations\",Actual incidents,7914\n2005,Yukon,\"Total, all violations\",Actual incidents,7651\n2006,Yukon,\"Total, all violations\",Actual incidents,6938\n2007,Yukon,\"Total, all violations\",Actual incidents,7485\n2008,Yukon,\"Total, all violations\",Actual incidents,8015\n2009,Yukon,\"Total, all violations\",Actual incidents,8555\n2010,Yukon,\"Total, all violations\",Actual incidents,7981\n2011,Yukon,\"Total, all violations\",Actual incidents,7931\n1998,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",20727.63\n1999,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",22260.13\n2000,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",26182.57\n2001,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",27162.09\n2002,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",29382.7\n2003,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",28566.35\n2004,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",25145.36\n2005,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",23981.32\n2006,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",21495.85\n2007,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",22981.98\n2008,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",24205\n2009,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",25398.57\n2010,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",23093.84\n2011,Yukon,\"Total, all violations\",\"Rate per 100,000 population\",22878.32\n1998,Yukon,Total violent Criminal Code violations,Actual incidents,1332\n1999,Yukon,Total violent Criminal Code violations,Actual incidents,1749\n2000,Yukon,Total violent Criminal Code violations,Actual incidents,1798\n2001,Yukon,Total violent Criminal Code violations,Actual incidents,1684\n2002,Yukon,Total violent Criminal Code violations,Actual incidents,1719\n2003,Yukon,Total violent Criminal Code violations,Actual incidents,1710\n2004,Yukon,Total violent Criminal Code violations,Actual incidents,1471\n2005,Yukon,Total violent Criminal Code violations,Actual incidents,1307\n2006,Yukon,Total violent Criminal Code violations,Actual incidents,1243\n2007,Yukon,Total violent Criminal Code violations,Actual incidents,1301\n2008,Yukon,Total violent Criminal Code violations,Actual incidents,1269\n2009,Yukon,Total violent Criminal Code violations,Actual incidents,1404\n2010,Yukon,Total violent Criminal Code violations,Actual incidents,1464\n2011,Yukon,Total violent Criminal Code violations,Actual incidents,1465\n1998,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",4277.18\n1999,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",5682.82\n2000,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",5910.39\n2001,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",5584.29\n2002,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",5662.43\n2003,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",5522.72\n2004,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",4673.85\n2005,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",4096.66\n2006,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",3851.16\n2007,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",3994.6\n2008,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",3832.33\n2009,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",4168.27\n2010,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",4236.23\n2011,Yukon,Total violent Criminal Code violations,\"Rate per 100,000 population\",4226.04\n1998,Yukon,Homicide,Actual incidents,3\n1999,Yukon,Homicide,Actual incidents,1\n2000,Yukon,Homicide,Actual incidents,2\n2001,Yukon,Homicide,Actual incidents,1\n2002,Yukon,Homicide,Actual incidents,0\n2003,Yukon,Homicide,Actual incidents,1\n2004,Yukon,Homicide,Actual incidents,7\n2005,Yukon,Homicide,Actual incidents,1\n2006,Yukon,Homicide,Actual incidents,0\n2007,Yukon,Homicide,Actual incidents,2\n2008,Yukon,Homicide,Actual incidents,3\n2009,Yukon,Homicide,Actual incidents,2\n2010,Yukon,Homicide,Actual incidents,1\n2011,Yukon,Homicide,Actual incidents,0\n1998,Yukon,Homicide,\"Rate per 100,000 population\",9.63\n1999,Yukon,Homicide,\"Rate per 100,000 population\",3.25\n2000,Yukon,Homicide,\"Rate per 100,000 population\",6.57\n2001,Yukon,Homicide,\"Rate per 100,000 population\",3.32\n2002,Yukon,Homicide,\"Rate per 100,000 population\",0\n2003,Yukon,Homicide,\"Rate per 100,000 population\",3.23\n2004,Yukon,Homicide,\"Rate per 100,000 population\",22.24\n2005,Yukon,Homicide,\"Rate per 100,000 population\",3.13\n2006,Yukon,Homicide,\"Rate per 100,000 population\",0\n2007,Yukon,Homicide,\"Rate per 100,000 population\",6.14\n2008,Yukon,Homicide,\"Rate per 100,000 population\",9.06\n2009,Yukon,Homicide,\"Rate per 100,000 population\",5.94\n2010,Yukon,Homicide,\"Rate per 100,000 population\",2.89\n2011,Yukon,Homicide,\"Rate per 100,000 population\",0\n1998,Northwest Territories,\"Total, all violations\",Actual incidents,16875\n1999,Northwest Territories,\"Total, all violations\",Actual incidents,10921\n2000,Northwest Territories,\"Total, all violations\",Actual incidents,12311\n2001,Northwest Territories,\"Total, all violations\",Actual incidents,13425\n2002,Northwest Territories,\"Total, all violations\",Actual incidents,14733\n2003,Northwest Territories,\"Total, all violations\",Actual incidents,17182\n2004,Northwest Territories,\"Total, all violations\",Actual incidents,19508\n2005,Northwest Territories,\"Total, all violations\",Actual incidents,20169\n2006,Northwest Territories,\"Total, all violations\",Actual incidents,18877\n2007,Northwest Territories,\"Total, all violations\",Actual incidents,20252\n2008,Northwest Territories,\"Total, all violations\",Actual incidents,20963\n2009,Northwest Territories,\"Total, all violations\",Actual incidents,19973\n2010,Northwest Territories,\"Total, all violations\",Actual incidents,22325\n2011,Northwest Territories,\"Total, all violations\",Actual incidents,22677\n1998,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",25115.34\n1999,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",26863.29\n2000,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",30398.28\n2001,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",32868.96\n2002,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",35360.61\n2003,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",40370.29\n2004,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",45052.08\n2005,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",46473.42\n2006,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",43698.78\n2007,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",46508.21\n2008,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",47991.12\n2009,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",45769.74\n2010,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",50935.43\n2011,Northwest Territories,\"Total, all violations\",\"Rate per 100,000 population\",51922.15\n1998,Northwest Territories,Total violent Criminal Code violations,Actual incidents,4440\n1999,Northwest Territories,Total violent Criminal Code violations,Actual incidents,2746\n2000,Northwest Territories,Total violent Criminal Code violations,Actual incidents,2708\n2001,Northwest Territories,Total violent Criminal Code violations,Actual incidents,2767\n2002,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3179\n2003,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3698\n2004,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3857\n2005,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3694\n2006,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3527\n2007,Northwest Territories,Total violent Criminal Code violations,Actual incidents,4025\n2008,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3839\n2009,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3740\n2010,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3717\n2011,Northwest Territories,Total violent Criminal Code violations,Actual incidents,3712\n1998,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",6608.13\n1999,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",6754.56\n2000,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",6686.58\n2001,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",6774.56\n2002,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",7629.91\n2003,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",8688.71\n2004,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",8907.42\n2005,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",8511.72\n2006,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",8164.73\n2007,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",9243.31\n2008,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",8788.72\n2009,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",8570.51\n2010,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",8480.49\n2011,Northwest Territories,Total violent Criminal Code violations,\"Rate per 100,000 population\",8499.14\n1998,Northwest Territories,Homicide,Actual incidents,5\n1999,Northwest Territories,Homicide,Actual incidents,1\n2000,Northwest Territories,Homicide,Actual incidents,1\n2001,Northwest Territories,Homicide,Actual incidents,4\n2002,Northwest Territories,Homicide,Actual incidents,4\n2003,Northwest Territories,Homicide,Actual incidents,4\n2004,Northwest Territories,Homicide,Actual incidents,4\n2005,Northwest Territories,Homicide,Actual incidents,0\n2006,Northwest Territories,Homicide,Actual incidents,0\n2007,Northwest Territories,Homicide,Actual incidents,2\n2008,Northwest Territories,Homicide,Actual incidents,3\n2009,Northwest Territories,Homicide,Actual incidents,2\n2010,Northwest Territories,Homicide,Actual incidents,1\n2011,Northwest Territories,Homicide,Actual incidents,3\n1998,Northwest Territories,Homicide,\"Rate per 100,000 population\",7.44\n1999,Northwest Territories,Homicide,\"Rate per 100,000 population\",2.46\n2000,Northwest Territories,Homicide,\"Rate per 100,000 population\",2.47\n2001,Northwest Territories,Homicide,\"Rate per 100,000 population\",9.79\n2002,Northwest Territories,Homicide,\"Rate per 100,000 population\",9.6\n2003,Northwest Territories,Homicide,\"Rate per 100,000 population\",9.4\n2004,Northwest Territories,Homicide,\"Rate per 100,000 population\",9.24\n2005,Northwest Territories,Homicide,\"Rate per 100,000 population\",0\n2006,Northwest Territories,Homicide,\"Rate per 100,000 population\",0\n2007,Northwest Territories,Homicide,\"Rate per 100,000 population\",4.59\n2008,Northwest Territories,Homicide,\"Rate per 100,000 population\",6.87\n2009,Northwest Territories,Homicide,\"Rate per 100,000 population\",4.58\n2010,Northwest Territories,Homicide,\"Rate per 100,000 population\",2.28\n2011,Northwest Territories,Homicide,\"Rate per 100,000 population\",6.87\n1998,Nunavut,\"Total, all violations\",Actual incidents,0\n1999,Nunavut,\"Total, all violations\",Actual incidents,5207\n2000,Nunavut,\"Total, all violations\",Actual incidents,6155\n2001,Nunavut,\"Total, all violations\",Actual incidents,7647\n2002,Nunavut,\"Total, all violations\",Actual incidents,8969\n2003,Nunavut,\"Total, all violations\",Actual incidents,10771\n2004,Nunavut,\"Total, all violations\",Actual incidents,11507\n2005,Nunavut,\"Total, all violations\",Actual incidents,11100\n2006,Nunavut,\"Total, all violations\",Actual incidents,10180\n2007,Nunavut,\"Total, all violations\",Actual incidents,9999\n2008,Nunavut,\"Total, all violations\",Actual incidents,11770\n2009,Nunavut,\"Total, all violations\",Actual incidents,12830\n2010,Nunavut,\"Total, all violations\",Actual incidents,13683\n2011,Nunavut,\"Total, all violations\",Actual incidents,13698\n1998,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",0\n1999,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",19413.17\n2000,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",22381.82\n2001,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",27180.64\n2002,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",31121.83\n2003,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",36736.02\n2004,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",38544.25\n2005,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",36599.84\n2006,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",33053.02\n2007,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",31974.29\n2008,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",37212.68\n2009,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",39795.29\n2010,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",41674.53\n2011,Nunavut,\"Total, all violations\",\"Rate per 100,000 population\",41107.98\n1998,Nunavut,Total violent Criminal Code violations,Actual incidents,0\n1999,Nunavut,Total violent Criminal Code violations,Actual incidents,1846\n2000,Nunavut,Total violent Criminal Code violations,Actual incidents,2160\n2001,Nunavut,Total violent Criminal Code violations,Actual incidents,2463\n2002,Nunavut,Total violent Criminal Code violations,Actual incidents,2635\n2003,Nunavut,Total violent Criminal Code violations,Actual incidents,3012\n2004,Nunavut,Total violent Criminal Code violations,Actual incidents,2985\n2005,Nunavut,Total violent Criminal Code violations,Actual incidents,2858\n2006,Nunavut,Total violent Criminal Code violations,Actual incidents,2624\n2007,Nunavut,Total violent Criminal Code violations,Actual incidents,2838\n2008,Nunavut,Total violent Criminal Code violations,Actual incidents,3077\n2009,Nunavut,Total violent Criminal Code violations,Actual incidents,3015\n2010,Nunavut,Total violent Criminal Code violations,Actual incidents,3408\n2011,Nunavut,Total violent Criminal Code violations,Actual incidents,3328\n1998,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",0\n1999,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",6882.41\n2000,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",7854.55\n2001,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",8754.53\n2002,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",9143.27\n2003,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",10272.85\n2004,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",9998.66\n2005,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",9423.63\n2006,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",8519.76\n2007,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",9075.21\n2008,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",9728.41\n2009,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",9351.74\n2010,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",10379.8\n2011,Nunavut,Total violent Criminal Code violations,\"Rate per 100,000 population\",9987.4\n1998,Nunavut,Homicide,Actual incidents,0\n1999,Nunavut,Homicide,Actual incidents,2\n2000,Nunavut,Homicide,Actual incidents,3\n2001,Nunavut,Homicide,Actual incidents,3\n2002,Nunavut,Homicide,Actual incidents,2\n2003,Nunavut,Homicide,Actual incidents,3\n2004,Nunavut,Homicide,Actual incidents,4\n2005,Nunavut,Homicide,Actual incidents,2\n2006,Nunavut,Homicide,Actual incidents,2\n2007,Nunavut,Homicide,Actual incidents,7\n2008,Nunavut,Homicide,Actual incidents,4\n2009,Nunavut,Homicide,Actual incidents,6\n2010,Nunavut,Homicide,Actual incidents,6\n2011,Nunavut,Homicide,Actual incidents,7\n1998,Nunavut,Homicide,\"Rate per 100,000 population\",0\n1999,Nunavut,Homicide,\"Rate per 100,000 population\",7.46\n2000,Nunavut,Homicide,\"Rate per 100,000 population\",10.91\n2001,Nunavut,Homicide,\"Rate per 100,000 population\",10.66\n2002,Nunavut,Homicide,\"Rate per 100,000 population\",6.94\n2003,Nunavut,Homicide,\"Rate per 100,000 population\",10.23\n2004,Nunavut,Homicide,\"Rate per 100,000 population\",13.4\n2005,Nunavut,Homicide,\"Rate per 100,000 population\",6.59\n2006,Nunavut,Homicide,\"Rate per 100,000 population\",6.49\n2007,Nunavut,Homicide,\"Rate per 100,000 population\",22.38\n2008,Nunavut,Homicide,\"Rate per 100,000 population\",12.65\n2009,Nunavut,Homicide,\"Rate per 100,000 population\",18.61\n2010,Nunavut,Homicide,\"Rate per 100,000 population\",18.27\n2011,Nunavut,Homicide,\"Rate per 100,000 population\",21.01\n"
  },
  {
    "path": "web-src/crime/filter_stats.rb",
    "content": "#!/usr/bin/env ruby\n\ncity_names = [\n    'Toronto, Ontario',\n    'Ottawa-Gatineau, Ontario/Quebec',\n    'Vancouver, British Columbia',\n    'Montreal, Quebec',\n    'Edmonton, Alberta',\n    'Winnipeg, Manitoba',\n    'Saskatoon, Saskatchewan',\n    'Calgary, Alberta',\n    'Quebec, Quebec',\n    'Halifax, Nova Scotia',\n    'St. John\\'s, Newfoundland and Labrador',\n    'Saint John, New Brunswick',\n    'Yukon',\n    'Northwest Territories',\n    'Nunavut'\n]\n\ncrime_types = [\n    '\"Total, all violations\",Actual incidents',\n    '\"Total, all violations\",\"Rate per 100,000 population\"',\n    'Total violent Criminal Code violations,Actual incidents',\n    'Total violent Criminal Code violations,\"Rate per 100,000 population\"',\n    'Homicide,Actual incidents',\n    'Homicide,\"Rate per 100,000 population\"'\n]\n\nsubs = [\n  ['Toronto, Ontario', 'Toronto'],\n  ['Ottawa-Gatineau, Ontario/Quebec', 'Ottawa'],\n  ['Vancouver, British Columbia', 'Vancouver'],\n  ['Montreal, Quebec', 'Montreal'],\n  ['Edmonton, Alberta', 'Edmonton'],\n  ['Winnipeg, Manitoba', 'Winnipeg'],\n  ['Saskatoon, Saskatchewan', 'Saskatoon'],\n  ['Calgary, Alberta', 'Calgary'],\n  ['Quebec, Quebec', 'Quebec'],\n  ['Halifax, Nova Scotia', 'Halifax'],\n  ['St. John\\'s, Newfoundland and Labrador', 'St. John\\'s'],\n  ['Saint John, New Brunswick', 'Saint John']\n]\n\nputs \"year,city,type,sub_type,number\"\n\nFile.open(ARGV[0], \"r:ISO8859-1\") { |file|\n  file.each_line() { |line|\n    begin\n      catch :line do\n        city_names.each { |city|\n          if (line =~ /.*#{city}.*/)\n            crime_types.each { |crime|\n              if (line =~ /.*#{crime}.*/)\n                subs.each{|sub_pair|\n                  line = line.gsub(sub_pair[0], sub_pair[1])\n                }\n                puts line\n                throw :line\n              end\n            }\n          end\n        }\n      end\n    rescue ArgumentError\n      # do nothing\n    end\n  }\n}"
  },
  {
    "path": "web-src/crime/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Major Canadian City Crime Stats 1998-2011</title>\n\n    <meta charset=\"UTF-8\">\n\n    <link href=\"../css/bootstrap.min.css\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n\n    <style type=\"text/css\">\n        div#incident-chart {\n            float: right;\n        }\n\n        div#homicide-chart {\n            float: right;\n        }\n        .dc-chart .deselected circle {\n          stroke: none;\n          fill: rgba(200,0,0,0.2);\n        }\n    </style>\n</head>\n\n<body>\n\n<div class=\"container\">\n\n<h2>Major Canadian City Crime Stats 1998-2011</h2>\n\n<p>\n    This is a <a href=\"../index.html\">dc.js</a> example demonstrating crime rate differences among major Canadian\n    cities. This visualization reveals overall crime rate, including both violent and non-violent crime,\n    have been in decline among most of the major cities in Canada. This particular example utilizes a bubble overlay chart\n    with a custom svg map to generate flexible geographic data visualization combined with other dc.js charts.\n</p>\n\n<p>\n    Public data source\n    <a href=\"http://www.data.gc.ca/default.asp?lang=En&n=C517024E&xsl=datacataloguesearchrenderer%2Cresult&searchoffset=1&searchdisplaycount=10&databasematch=eform_published&filtername=formtype&formtype=DD116BB0-BB54-41A5-B210-D245C0139CA9&keywords=crime&submit=Search\"\n       target=\"_blank\">Open Data Canada</a>.\n</p>\n\n<div id=\"ca-chart\">\n<strong>Crime Rate by City</strong>\n<a class=\"reset\" href=\"javascript:caChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n<dl class=\"dl-horizontal\">\n    <dt>radius</dt>\n    <dd>total crime rate per 100k population</dd>\n    <dt>color</dt>\n    <dd>violent/non-violent crime ratio</dd>\n</dl>\n\n<div class=\"clearfix\"></div>\n\n<div class=\"row\">\n    <div class=\"span8\">\n    <svg width=\"600\" height=\"450\">\n    <g\n            style=\"fill:#d3d3d3\"\n            id=\"Canada\"\n            transform=\"matrix(0.43581779,0,0,0.33565829,-423.26311,-2.773461)\">\n    <path\n            d=\"m 1259.5,1028.0212 c -53.5216,-14.1346 -47.7588,-11.9781 -50.9375,-19.0612 l -2.6783,-5.9681 2.1718,-11.05141 c 2.2903,-11.65427 2.1636,-14.6033 -0.8888,-20.68462 -1.0369,-2.06573 -3.959,-7.88887 -6.4935,-12.94032 -2.5346,-5.05145 -5.5611,-12.02645 -6.7256,-15.5 -1.1645,-3.47355 -3.421,-8.29274 -5.0144,-10.7093 -1.5933,-2.41656 -3.1944,-6.01656 -3.5579,-8 -0.3636,-1.98344 -1.9468,-5.08441 -3.5184,-6.89105 -1.5716,-1.80663 -2.8574,-3.76217 -2.8574,-4.34563 0,-0.58345 -0.9348,-2.37357 -2.0772,-3.97804 -1.2018,-1.68768 -2.4788,-5.75224 -3.0299,-9.64365 -0.6001,-4.23785 -1.8458,-8.0253 -3.3668,-10.23716 -1.3279,-1.93089 -2.8725,-4.73299 -3.4326,-6.22686 -0.56,-1.49388 -2.6046,-3.74388 -4.5435,-5 -3.4746,-2.25108 -4.7587,-5.91882 -2.55,-7.28386 0.55,-0.33992 1,-3.11674 1,-6.17071 0,-5.43129 6.559,-24.26144 51.1754,-146.91967 l 4.0341,-11.09037 22.1452,7.3645 c 12.1799,4.05047 30.6953,9.86977 41.1453,12.93178 10.45,3.062 28.8657,8.45432 40.9237,11.98292 12.0581,3.52861 22.0347,6.52663 22.1704,6.66228 0.6596,0.65959 -2.974,15.33806 -3.9602,15.99811 -0.6237,0.41736 -2.2194,1.04698 -3.5462,1.39915 -2.5095,0.6661 -13.0087,11.04291 -13.059,12.9068 -0.016,0.58563 1.5782,1.83106 3.5422,2.76762 3.4362,1.63861 3.6791,1.62576 6.4408,-0.34077 1.5785,-1.12398 3.1627,-2.96582 3.5205,-4.09298 0.3577,-1.12716 0.8569,-1.84291 1.1092,-1.59055 0.2524,0.25236 -1.3132,7.82377 -3.479,16.82536 -5.1132,21.251 -10.6244,44.26812 -18.1657,75.86653 -3.3472,14.025 -7.1693,30 -8.4936,35.5 -6.6776,27.7332 -12.6219,52.50632 -15.8366,66 -16.9717,71.2386 -15.5381,65.5543 -16.4839,65.3592 -0.3754,-0.077 -6.9826,-1.8045 -14.6826,-3.838 z\"\n            id=\"CA-AB\"\n            inkscape:connector-curvature=\"0\"/>\n    <g\n            id=\"CA-BC\">\n        <path\n                d=\"m 1047,975.73993 c -6.3865,-4.06252 -16,-16.63647 -16,-20.9272 0,-2.38554 -0.5908,-3.20946 -2.9361,-4.09472 -2.9692,-1.12075 -5.242,-5.01186 -6.5522,-11.21801 -0.3484,-1.65 -1.6487,-4.575 -2.8896,-6.5 -1.2408,-1.925 -3.0433,-5.525 -4.0055,-8 -0.9621,-2.475 -3.5757,-7.54513 -5.808,-11.26695 -2.4498,-4.08463 -4.5598,-9.23765 -5.3231,-13 -0.6956,-3.42818 -1.8679,-7.70856 -2.6052,-9.51197 -1.28332,-3.13881 -1.21327,-3.38297 1.6395,-5.71403 1.6391,-1.33932 3.8453,-2.45131 4.9027,-2.47109 1.9776,-0.037 7.9367,5.69247 17.5775,16.90016 3.025,3.51663 5.9565,6.88213 6.5144,7.47888 0.5579,0.59675 2.5713,3.11 4.4741,5.585 1.9029,2.475 3.7196,4.725 4.037,5 1.3981,1.21112 3.9381,10.03813 4.572,15.88838 0.6065,5.59788 1.3041,7.19686 5.6375,12.92211 5.7685,7.6212 6.2584,8.74516 7.2182,16.56062 0.3965,3.2291 1.3225,7.57592 2.0576,9.65959 0.7352,2.08366 1.071,4.05417 0.7463,4.37889 -1.5017,1.50163 -9.943,0.43849 -13.2571,-1.66966 z\"\n                id=\"path2159\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1205.5,1013.4345 c -0.9122,-0.266 -21.5109,-6.6679 -37.5,-11.6547 -5.5145,-1.7199 -63.9464,-23.62661 -88,-32.99215 -4.125,-1.60612 -8.85,-3.41409 -10.5,-4.01773 -3.8207,-1.39775 -4.4659,-2.40911 -4.4847,-7.02971 -0.011,-2.58753 -0.6701,-4.30236 -2.1156,-5.5 -5.8132,-4.81661 -7.8997,-7.2311 -7.8997,-9.14142 0,-1.15433 -0.3886,-2.09879 -0.8636,-2.09879 -2.4249,0 -5.9209,-5.31759 -6.5338,-9.93833 -0.9928,-7.48377 -4.3283,-13.99494 -10.2314,-19.9725 -5.2845,-5.35116 -5.337,-5.46421 -4.7541,-10.25 0.4777,-3.92153 0.3012,-4.83917 -0.9305,-4.83917 -0.836,0 -1.6699,-0.35418 -1.8533,-0.78707 -0.1833,-0.43289 -2.4708,-2.02686 -5.0833,-3.54216 -2.6125,-1.51529 -4.7844,-3.29861 -4.8265,-3.96292 -0.042,-0.66432 -0.2628,-2.10785 -0.4904,-3.20785 -0.5583,-2.69828 -0.6117,-4.47586 -0.4567,-15.20711 0.1293,-8.95884 0.2149,-9.27604 3.1713,-11.76372 2.7956,-2.35234 2.951,-2.80717 1.9453,-5.69212 -0.6011,-1.72452 -1.093,-4.90932 -1.093,-7.07732 0,-2.98832 -0.9774,-5.33518 -4.0405,-9.70194 -3.3858,-4.8268 -3.9486,-6.31082 -3.4732,-9.15895 0.312,-1.86936 1.4896,-4.17376 2.6168,-5.12088 2.2741,-1.91081 2.0615,-3.48072 -1.392,-10.27796 -1.7387,-3.42221 -2.0278,-5.87112 -2.0014,-16.95364 0.03,-12.52951 0.1143,-13.03701 2.5786,-15.5 1.4012,-1.4005 4.9378,-3.44636 7.8591,-4.54636 7.1892,-2.70705 12.8526,-7.83988 12.8526,-11.64848 0,-3.99341 2.161,-8.68982 5.8813,-12.78163 2.7822,-3.06004 3.1187,-4.09412 3.1187,-9.5847 0,-5.57055 -0.2832,-6.40692 -2.9842,-8.81357 -3.4263,-3.0528 -9.4059,-14.3638 -11.0543,-20.91023 -0.97,-3.85231 -0.7584,-5.9704 1.5694,-15.70548 2.3762,-9.93774 2.5639,-11.91306 1.606,-16.90428 -0.5966,-3.1084 -1.3393,-9.92663 -1.6505,-15.15163 -0.3113,-5.225 -0.7649,-10.44598 -1.0081,-11.60218 -0.2432,-1.15619 -0.6976,-3.85619 -1.0098,-6 -0.3122,-2.1438 -1.9051,-9.52282 -3.5397,-16.39782 -1.6347,-6.875 -3.1953,-13.50976 -3.468,-14.7439 -0.31,-1.4028 -1.873,-2.81933 -4.17,-3.77905 -7.0127,-2.9301 -7.9305,-2.89563 -9.8597,0.37032 -1.2962,2.19423 -3.4278,3.60653 -7.855,5.20422 -3.3419,1.20601 -7.84812,3.03777 -10.01393,4.07058 -2.16581,1.03281 -4.04203,1.87783 -4.16939,1.87783 -0.12736,0 0.16458,-1.4625 0.64875,-3.25 1.35416,-4.99941 0.46689,-17.04443 -1.47373,-20.00618 -2.05621,-3.13818 -1.78041,-12.42138 0.3551,-11.95208 0.73014,0.16045 10.83368,6.51204 22.4523,14.11464 31.6719,20.72435 66.2869,41.78133 83.1248,50.56649 8.25,4.30442 15.45,8.14352 16,8.53133 2.721,1.9186 33.5661,17.53763 45,22.78665 7.15,3.28238 22.675,9.69371 34.5,14.2474 11.825,4.55368 21.859,8.58949 22.2979,8.96846 0.4388,0.37897 0.342,1.77 -0.2152,3.09116 -0.5572,1.32117 -5.7863,15.67713 -11.6203,31.90213 -5.8339,16.225 -12.342,34.225 -14.4623,40 -23.148,63.04654 -28.0001,77.31511 -28.0001,82.33941 0,3.00696 -0.6323,6.11831 -1.4931,7.34734 -2.1652,3.09126 -0.9323,7.41532 2.7981,9.81325 4.6624,2.99701 10.7064,14.21023 11.428,21.20195 0.3949,3.82645 1.5391,7.23456 3.4298,10.21584 1.5605,2.46057 2.8372,4.92355 2.8372,5.47327 0,0.54973 1.0589,2.14913 2.3531,3.55422 1.2943,1.4051 2.931,4.70381 3.6372,7.33048 0.7062,2.62667 1.6809,5.02102 2.1659,5.32077 1.2686,0.78404 5.4339,9.37282 6.2577,12.90347 0.3851,1.65 3.9064,9.49065 7.8253,17.42366 4.1198,8.33968 7.1302,15.72128 7.1369,17.5 0.01,1.69199 -0.774,7.29457 -1.7344,12.45019 -1.8002,9.66375 -1.5384,13.82795 1.1249,17.89265 1.5516,2.368 1.4709,3.1748 -0.2666,2.668 z\"\n                id=\"path2165\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 976.23965,824.73293 c -4.06121,-9.4021 -5.55744,-20.58407 -4.89632,-36.59212 0.3848,-9.31752 1.03779,-14.89511 1.85977,-15.88554 0.69672,-0.83949 1.27354,-2.25285 1.28183,-3.14081 0.0243,-2.60399 4.34566,-2.49703 8.34496,0.20654 4.78774,3.23658 11.17011,9.58174 11.17011,11.10499 0,0.65884 -4.05,5.41715 -9,10.57401 -10.51652,10.95601 -10.65647,11.52565 -6.51242,26.50703 1.36816,4.94613 2.49316,9.78047 2.5,10.74297 0.0248,3.49419 -2.54014,1.59419 -4.74793,-3.51707 z\"\n                id=\"path2153\"\n                inkscape:connector-curvature=\"0\"/>\n    </g>\n    <path\n            d=\"m 1453.2188,765.84375 -0.7188,6.3125 c -0.3982,3.48099 -0.8534,7.01875 -1,7.84375 -0.1466,0.825 -0.5963,3.975 -1,7 -0.4037,3.025 -0.8503,6.175 -1,7 -0.1498,0.825 -1.0468,7.30718 -2,14.40625 -1.6346,12.17273 -1.6404,13.08838 -0.031,15.8125 1.6706,2.82817 1.6493,2.94551 -1.125,6.4375 -1.5586,1.96156 -3.3439,4.31809 -3.9688,5.21875 -0.6248,0.90069 -1.4652,7.475 -1.8437,14.625 -0.3786,7.15 -0.8273,14.8 -1,17 -0.1727,2.2 -0.6123,8.05 -0.9688,13 -0.3565,4.95 -0.8202,11.7 -1.0625,15 -1.0079,13.72694 -1.4516,19.41294 -2,27 -0.3181,4.4 -0.7658,10.25 -1,13 -0.2342,2.75 -0.6922,9.5 -1.0312,15 -0.3391,5.5 -0.7786,11.8 -0.9688,14 -0.1902,2.2 -0.6305,8.725 -1,14.5 -0.3695,5.775 -0.8214,12.075 -1,14 -0.1786,1.925 -0.6489,8.675 -1.0312,15 -0.3824,6.325 -0.814,12.175 -0.9688,13 -0.512,2.7295 -1.8827,25.3849 -1.9375,32 l -0.062,6.5 6,0.5938 c 9.6211,0.9766 18.8031,2.0107 21.5,2.4062 1.375,0.2017 4.975,0.6339 8,0.9688 5.833,0.6457 9.1474,1.034 18,2.0937 3.025,0.3621 9.775,0.9561 15,1.3125 5.225,0.3564 14.0752,0.7713 19.6563,0.9375 l 10.125,0.3125 0.625,-4.8125 c 0.3299,-2.6479 0.8294,-10.2125 1.125,-16.8125 0.2956,-6.6 0.7397,-15.15 0.9687,-19 0.2289,-3.85 0.6785,-13.75 1,-22 1.1133,-28.57451 1.4323,-31.53983 3.8125,-35.53125 1.2185,-2.04329 8.3087,-10.19065 15.7813,-18.09375 7.4725,-7.9031 15.5767,-16.6041 18,-19.34375 2.4232,-2.73967 4.8562,-5.50501 5.4062,-6.125 9.624,-10.8488 14.2515,-16.16275 19.4375,-22.375 3.4319,-4.11104 9.3502,-10.91664 13.1563,-15.125 3.806,-4.20839 8.4621,-9.40068 10.3437,-11.53125 1.8815,-2.13057 5.6868,-6.35 8.4688,-9.375 2.7819,-3.025 5.0852,-5.98547 5.0937,-6.5625 0.016,-1.12029 -5.2312,-3.28502 -9.75,-4.03125 -6.9159,-1.14212 -8.8209,-1.79863 -9.9687,-3.4375 -0.9677,-1.38145 -2.5581,-1.73775 -7.3125,-1.625 -3.3301,0.079 -6.3579,0.64647 -6.75,1.25 -0.8065,1.241 -12.3731,2.67667 -14.625,1.8125 -1.0232,-0.39258 -1.2247,-1.20413 -0.6875,-2.65625 0.7823,-2.1147 0.6087,-3.34772 -2.2188,-16.75 -2.0306,-9.62508 -2.552,-12.49247 -3.25,-18 -0.8002,-6.3135 -3.3596,-8.24391 -13.8125,-10.4375 -6.6928,-1.4045 -8.9567,-2.31141 -9.8437,-3.9375 -1.2489,-2.28968 -1.2233,-10.19488 0.062,-20.875 l 0.8125,-6.75 -5.3438,-0.125 c -2.9266,-0.0688 -5.65,-0.21387 -6.0625,-0.3125 -0.4125,-0.0986 -4.125,-0.52673 -8.25,-0.96875 -4.125,-0.44203 -8.175,-0.92077 -9,-1.0625 -0.825,-0.14176 -4.626,-0.59678 -8.4375,-1 -3.8116,-0.40323 -7.8616,-0.883 -9,-1.0625 -1.1385,-0.17947 -4.7625,-0.59912 -8.0625,-0.9375 -3.3,-0.3384 -9.6,-1.00689 -14,-1.5 -4.4,-0.49311 -10.7,-1.15395 -14,-1.46875 -3.3,-0.31482 -8.1029,-0.84291 -10.6562,-1.15625 l -4.625,-0.5625 z m 28.5937,171.875 c 3.858,0.033 6.4408,1.84052 8.375,5.65625 1.1518,2.27233 2.4188,4.35 2.8125,4.625 1.8726,1.30772 6.4481,13.46154 5.5938,14.84375 -0.5406,0.87456 1.2557,6.38921 3.2187,9.90625 0.6866,1.23026 1.1399,4.60526 1.0313,7.5 -0.2085,5.55652 3.0986,17.80656 6.25,23.2188 1.2688,2.1791 1.8489,5.6936 2.0625,12.5312 0.2925,9.3671 0.2451,9.5055 -2.125,9.8438 -1.322,0.1886 -3.24,1.4261 -4.2813,2.75 -2.1639,2.7508 -3.9848,3.0463 -6.0625,0.9687 -1.7095,-1.7095 -1.1849,-8.8654 0.875,-12.0312 0.728,-1.1191 1.5646,-3.3149 1.8438,-4.875 0.2792,-1.5602 1.0602,-3.5129 1.75,-4.3438 1.9968,-2.4062 1.9204,-4.7771 -0.1875,-6.0937 -1.6466,-1.0282 -2.1323,-0.9087 -3.1875,0.7812 -1.3645,2.1847 -3.7813,2.6992 -3.7813,0.8125 0,-0.6485 0.5283,-2.6069 1.1563,-4.34375 2.6933,-7.44843 -1.692,-13.87559 -7.9688,-11.6875 -2.5606,0.89264 -3.2884,0.7316 -4.9687,-1.125 -1.0777,-1.19077 -2.6385,-4.27529 -3.5,-6.875 -0.8616,-2.59972 -2.6797,-6.19973 -4.0313,-8 -1.7375,-2.3143 -2.3444,-4.16014 -2.0312,-6.28125 0.4036,-2.73472 0.028,-3.22998 -4.4375,-5.5625 -6.5052,-3.39761 -9.1425,-2.41192 -9.3438,3.46875 -0.077,2.25346 -0.2904,6.34375 -0.4687,9.09375 -0.8907,13.74088 -0.8933,13.75917 3.1875,17 8.7653,6.96101 9.4674,7.85399 10.875,14 0.7558,3.3 1.3518,7.6216 1.3437,9.5938 -0.01,1.9722 1.1637,5.8967 2.5938,8.7187 3.3421,6.5954 3.4788,11.7222 0.3437,12.5625 -3.3008,0.8846 -4.5572,0.7727 -5.3437,-0.5 -0.6831,-1.1051 -3.4385,-13.8445 -5.375,-24.75 -1.0947,-6.164 -2.5507,-8.0788 -9.5313,-12.59375 -5.5399,-3.58323 -8.2231,-6.38644 -7.9375,-8.28125 0.1036,-0.6875 0.2438,-2.12677 0.3125,-3.1875 0.069,-1.06072 0.7467,-2.52802 1.5,-3.28125 0.8921,-0.89217 1.3367,-3.69288 1.3125,-8 -0.037,-6.61053 -0.013,-6.59713 -3.8437,-8.75 -4.2782,-2.40448 -5.8438,-4.66848 -5.8438,-8.46875 0,-2.06036 0.4894,-2.5625 2.4688,-2.5625 3.7058,0 4.9589,-3.18642 2.5,-6.3125 -1.0879,-1.38303 -1.9688,-3.01062 -1.9688,-3.625 0,-1.31541 4.6949,-3.37133 7.4063,-3.25 2.4,0.1074 7.5937,5.0236 7.5937,7.1875 0,0.90122 1.0459,2.62253 2.3125,3.8125 l 2.2813,2.15625 1.3437,-3.625 c 2.2331,-6.17549 6.2895,-11.30233 9.5625,-12.0625 1.5959,-0.37064 3.0265,-0.57349 4.3125,-0.5625 z\"\n            id=\"CA-MB\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 2029.5734,1116.2767 c -2.2757,-0.5804 -5.0159,-3.6856 -6.653,-7.5394 -0.6455,-1.5195 -2.1741,-3.0139 -3.3969,-3.3208 -4.0563,-1.018 -10.466,-17.7085 -10.5289,-27.4165 -0.022,-3.3336 -0.6079,-5.0478 -2.2619,-6.6134 -3.891,-3.683 -9.126,-6.379 -12.3939,-6.3829 l -3.1612,0 -0.39,-6.25 c -0.2145,-3.4375 -0.2279,-6.5875 -0.03,-7 0.1981,-0.4125 3.1462,-0.7842 6.5512,-0.8261 7.3514,-0.09 11.4384,-1.4458 15.6034,-5.1749 1.8883,-1.6907 5.9398,-3.5376 10.5118,-4.7919 6.9097,-1.8957 7.7048,-1.93 11.1682,-0.4829 3.5559,1.4857 3.821,1.4592 5.7132,-0.5719 4.0627,-4.3608 15.7491,-7.8328 15.659,-4.6523 -0.019,0.6875 -0.6786,2.375 -1.4646,3.75 -2.1168,3.703 -1.9088,12.2088 0.3697,15.1151 1.0283,1.3117 2.1942,3.8709 2.5909,5.6872 0.4415,2.0212 2.522,5.0278 5.3629,7.75 4.4565,4.2704 4.8848,4.4477 10.7424,4.4477 3.3554,0 6.3612,0.2604 6.6795,0.5787 0.3182,0.3183 -1.6683,2.9058 -4.4147,5.75 -2.7463,2.8442 -6.134,7.5759 -7.5281,10.5149 -3.5627,7.5102 -16.072,20.1564 -19.9383,20.1564 -2.1875,0 -3.1725,0.6696 -4.1141,2.7969 -1.8122,4.0941 -8.3566,6.0916 -14.6768,4.4798 z\"\n            id=\"CA-NB\"\n            inkscape:connector-curvature=\"0\"/>\n    <g\n            id=\"CA-NL\">\n        <path\n                d=\"m 2141.1204,1006.4259 c -2.7652,-3.5154 -2.6889,-7.78273 0.2099,-11.74262 3.0768,-4.20294 3.4181,-9.31097 0.6802,-10.17995 -2.5771,-0.81794 -2.5448,-2.90268 0.1115,-7.20068 1.8986,-3.07202 2.0536,-4.34755 1.4726,-12.11804 -1.0462,-13.9915 -0.7287,-30.41121 0.9026,-46.68461 0.1103,-1.1 0.5446,-5.58659 0.9652,-9.97021 0.8868,-9.24199 2.73,-12.6056 9.9129,-18.0902 3.9286,-2.99966 4.9756,-3.39323 6.2387,-2.34495 3.7491,3.11145 4.5159,6.66458 4.0702,18.86006 -0.2378,6.5058 -0.6808,12.23075 -0.9844,12.7221 -0.3037,0.49134 -0.8423,3.57757 -1.1969,6.85828 l -0.6447,5.96492 2.535,-3 c 1.3942,-1.65 2.5511,-3.30718 2.5708,-3.68261 0.079,-1.50185 4.227,-1.87778 7.5321,-0.68265 3.7094,1.34135 3.8073,1.52486 3.5286,6.61526 l -0.1779,3.25 5.0176,0 c 2.7596,0 5.2575,-0.38827 5.5508,-0.86283 0.2933,-0.47455 2.6824,-1.45646 5.309,-2.18202 2.6267,-0.72556 7.0258,-2.35743 9.7758,-3.62637 4.97,-2.29331 9.4657,-2.37012 13.6179,-0.23267 2.1763,1.12029 3.1572,6.49055 1.6317,8.93321 -1.0153,1.62585 -0.8875,2.27725 0.773,3.9377 1.7135,1.71352 2.6887,1.87905 7.0286,1.193 6.3866,-1.00958 7.4488,-0.62446 7.4488,2.70081 0,2.83329 -2.0624,6.45467 -5.3471,9.38917 -1.0774,0.9625 -1.4401,1.75 -0.8059,1.75 0.6458,0 1.153,1.50366 1.153,3.41821 0,1.88002 0.2731,4.13002 0.607,5 0.7024,1.83034 2.393,2.13143 2.393,0.42618 0,-1.85681 4.9696,-7.84439 6.5107,-7.84439 0.7774,0 1.9462,1.79302 2.6074,4 1.3646,4.5544 2.7273,4.91352 6.9101,1.82103 1.621,-1.19843 3.2902,-1.83357 3.7095,-1.41142 0.4193,0.42215 0.8673,3.76518 0.9957,7.42896 0.1283,3.66379 0.307,8.3393 0.397,10.39004 0.2364,5.38519 -3.8234,11.24638 -8.0108,11.56546 -2.514,0.19155 -3.3777,-0.26652 -4.2938,-2.27714 -1.4382,-3.15647 -2.1439,-3.1596 -3.8258,-0.0169 -2.7198,5.08204 -4.9498,1.93338 -6.1353,-8.663 -0.868,-7.75837 -2.0007,-10.837 -3.9871,-10.837 -0.4827,0 -0.8776,1.64468 -0.8776,3.65484 0,2.95286 -0.7555,4.37356 -3.9337,7.39688 -3.5601,3.38663 -4.0294,4.43273 -4.9414,11.01387 -1.3414,9.67918 -3.7346,12.25228 -11.5869,12.45778 -6.7668,0.1771 -7.2823,-1.438 -2.038,-6.38457 2.8532,-2.69125 3.5,-4.03192 3.5,-7.25523 0,-3.72993 -0.1212,-3.88907 -2.1394,-2.80897 -3.7929,2.02993 -8.1463,2.93317 -9.3445,1.9388 -1.199,-0.99514 -2.9086,-0.22999 -12.9579,5.79949 -3.0368,1.8221 -6.7673,3.50974 -8.2899,3.75033 -1.5225,0.24058 -4.3104,0.69761 -6.1953,1.01562 -1.8848,0.318 -7.9598,2.39213 -13.5,4.60923 -5.5401,2.217 -10.5813,4.234 -11.2026,4.4822 -0.6213,0.2482 -2.0838,-0.7618 -3.25,-2.2444 z\"\n                id=\"path2163\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 2016.8208,934.50867 c -0.1764,-0.16482 -2.0346,-0.52579 -4.1293,-0.80215 -2.0947,-0.27636 -4.6749,-1.28654 -5.7339,-2.24485 -1.5253,-1.38044 -3.1231,-1.63863 -7.6914,-1.24291 -7.3176,0.63385 -8.0742,0.32911 -8.7926,-3.54154 -1.192,-6.42222 -1.3221,-7.20022 -1.3971,-8.35579 -0.042,-0.64822 -0.7674,-1.86945 -1.6118,-2.71385 -1.3803,-1.38037 -1.8596,-1.3375 -4.75,0.42483 -1.7681,1.07806 -4.1575,1.9618 -5.3097,1.96385 -2.5392,0.005 -6.0404,-3.48554 -4.4701,-4.456 1.1405,-0.70489 1.4099,-6.65347 0.4613,-10.18881 -0.3608,-1.34485 -2.1325,-2.75177 -4.7363,-3.76115 -7.3743,-2.85865 -15.1486,-14.94014 -12.6355,-19.63589 0.5753,-1.07493 1.4913,-1.95441 2.0355,-1.95441 1.0312,0 2.7752,-3.83726 3.2965,-7.2533 0.1663,-1.08936 1.256,-2.71551 2.4216,-3.61368 1.1656,-0.89816 2.5654,-2.82876 3.1106,-4.29021 0.9474,-2.53952 1.1822,-2.61546 5.3014,-1.71486 2.3705,0.51829 5.435,1.71702 6.81,2.66386 3.5224,2.42553 7.1663,1.69614 9.5217,-1.90595 1.8948,-2.89759 2.1895,-2.99575 6.9783,-2.32444 2.75,0.38549 5.7951,0.66928 6.7668,0.63062 1.4328,-0.057 1.6945,0.58617 1.3843,3.40122 -0.2104,1.90932 -0.5555,3.58763 -0.7668,3.72957 -4.4471,2.98645 -7.8666,6.04215 -8.3109,7.4265 -0.309,0.96287 -1.9131,2.65067 -3.5647,3.75067 -3.5149,2.34096 -3.7259,3.54096 -1.0487,5.96381 2.3953,2.16771 8.3008,1.40556 10.2613,-1.32428 2.3464,-3.26734 7.3652,-5.07809 11.0077,-3.97148 4.7168,1.43302 8.3394,-0.26442 10.42,-4.88256 1.7565,-3.89863 1.9633,-9.07322 0.4241,-10.61239 -0.4975,-0.49747 -1.7766,0.0304 -2.9731,1.2269 -1.3142,1.31419 -3.3791,2.1 -5.5182,2.1 -7.5306,0 -8.2027,-2.00022 -3.5818,-10.65966 1.65,-3.09203 3,-6.64622 3,-7.8982 0,-3.02009 -3.3072,-10.62225 -5.3634,-12.32875 -0.9001,-0.74705 -1.6366,-2.09426 -1.6366,-2.99379 0,-2.7895 -4.9945,-11.4834 -8.2256,-14.31827 -2.1146,-1.85526 -3.313,-4.04298 -3.8344,-7 -0.4172,-2.36573 -1.2795,-7.22633 -1.9161,-10.80133 -0.6367,-3.575 -1.1849,-9.425 -1.2181,-13 -0.07,-7.53123 -1.9315,-11.55842 -5.7166,-12.36834 -1.424,-0.30472 -4.0517,-1.46489 -5.8392,-2.57815 -3.6152,-2.25155 -4.2106,-5.23709 -1.7461,-8.75563 1.0485,-1.49693 1.2418,-2.85129 0.6382,-4.4725 -0.8885,-2.38675 -0.8534,-3.31037 0.3307,-8.70148 0.7566,-3.44487 0.2005,-3.6487 -8.9031,-3.26315 -2.1616,0.0915 -3.6912,-0.0726 -3.3991,-0.36466 0.2921,-0.29211 -0.2314,-3.78573 -1.1634,-7.7636 -1.3289,-5.67183 -2.1135,-7.29537 -3.6362,-7.52391 -1.0679,-0.16028 -2.4366,-1.08394 -3.0415,-2.05258 -1.4227,-2.27813 -5.5441,-17.27477 -4.9192,-17.89968 1.0463,-1.04627 12.6803,9.26225 16.7312,14.82494 2.3705,3.25531 5.0779,5.91874 6.0162,5.91874 0.9384,0 2.6448,1.31827 3.7921,2.9295 1.1473,1.61122 3.599,3.86457 5.4481,5.00743 2.1947,1.35634 4.108,3.81165 5.5099,7.0705 1.3812,3.21062 2.7625,4.99699 3.87,5.00495 0.9472,0.007 2.6972,1.5183 3.8889,3.35887 1.6778,2.5915 3.0844,3.49323 6.2344,3.99695 3.5105,0.56134 4.3693,1.23147 6.2689,4.89113 1.2106,2.33237 2.4551,6.02605 2.7656,8.20818 0.5288,3.71699 0.8556,4.04969 5.1769,5.26927 2.5368,0.71598 5.3797,2.14958 6.3174,3.18578 1.5542,1.71737 1.5758,2.31907 0.2443,6.80279 -1.2267,4.13074 -1.2473,5.30776 -0.1288,7.34671 0.7325,1.33537 1.5694,3.55294 1.8598,4.92794 0.4564,2.16153 1.9878,3.00779 11.3113,6.25063 5.9309,2.06284 11.5891,3.75034 12.5736,3.75 0.9846,-3.5e-4 3.5129,1.86513 5.6186,4.14551 l 3.8284,4.14614 8.8814,0.40972 c 4.8848,0.22536 10.5898,1.06428 12.6778,1.86428 3.8976,1.49338 6.3314,0.94884 9.3786,-2.09829 0.9548,-0.95486 2.7855,-0.78745 8.5206,0.77916 4.0175,1.09742 7.574,2.41984 7.9035,2.93872 1.2885,2.02955 -0.3828,5.68906 -3.1152,6.82085 -1.5474,0.64094 -5.2142,3.88353 -8.1486,7.20577 -2.9344,3.32223 -6.6852,7.47065 -8.3352,9.21869 -1.65,1.74805 -5.1029,5.40365 -7.673,8.12355 -4.7793,5.05777 -6.9929,11.06064 -4.4399,12.04031 2.1274,0.81637 12.4143,-10.0193 13.1291,-13.82956 0.4442,-2.36789 2.9606,-5.87447 8.3107,-11.58086 6.9374,-7.39936 8.0299,-8.18462 11.3873,-8.18462 3.0774,0 4.1054,0.56755 5.9997,3.31238 1.9123,2.77077 2.6949,3.19584 4.7861,2.59968 4.7013,-1.34023 9.682,-0.94976 12.1151,0.94978 1.3117,1.02401 5.0849,3.35306 8.3849,5.17567 3.3,1.82261 6.1293,3.40163 6.2874,3.50894 0.1581,0.1073 -0.251,1.37692 -0.9091,2.82137 -1.6841,3.69604 0.2904,9.73425 4.5885,14.03236 3.2796,3.27953 7.5332,10.39869 7.5332,12.60802 0,1.64897 -6.8077,12.06904 -10.2504,15.6896 l -3.0407,3.1978 -4.0799,-5.1978 c -2.2439,-2.85879 -4.5127,-5.50145 -5.0417,-5.87257 -0.5291,-0.37113 -2.5651,0.13028 -4.5246,1.11424 -1.9595,0.98395 -5.9209,2.34394 -8.8031,3.0222 -2.8822,0.67825 -8.5072,2.48958 -12.5,4.02516 -3.9928,1.53559 -12.2096,4.66545 -18.2596,6.95526 -6.05,2.2898 -13.1493,5.05717 -15.7763,6.14971 -9.5367,3.96625 -30.3198,11.15144 -34.2237,11.83193 -3.2445,0.56554 -5.0515,0.18111 -9.5671,-2.03531 -3.0619,-1.5029 -6.0297,-2.43012 -6.595,-2.06048 -0.5654,0.36963 -1.085,2.47206 -1.1546,4.67206 -0.1564,4.93723 -1.239,13.86437 -1.7444,14.38392 -0.481,0.4945 -5.1961,1.01884 -5.6181,0.62475 z\"\n                id=\"path2155\"\n                inkscape:connector-curvature=\"0\"/>\n    </g>\n    <g\n            id=\"CA-NS\">\n        <path\n                d=\"m 2063.6603,1148.6779 c -5.8448,-1.264 -8.6858,-4.5674 -11.0509,-12.8494 -1.1573,-4.0525 -1.3453,-6.3929 -0.6587,-8.1987 1.4661,-3.8562 8.0884,-13.6291 12.4349,-18.3509 2.1371,-2.3217 4.4891,-5.0828 5.2267,-6.1358 0.7376,-1.053 2.475,-2.1992 3.8609,-2.547 2.8419,-0.7133 11.5268,-6.563 11.5268,-7.7638 0,-1.041 -4.4875,0.7 -9.8067,3.8047 -9.2463,5.3969 -7.9492,-3.368 2.2057,-14.9045 4.4641,-5.0715 5.5238,-5.7709 8.5964,-5.674 9.5288,0.3004 20.2296,-1.4006 23.7227,-3.771 2.1686,-1.4717 4.168,-2.1333 5.161,-1.7077 0.8915,0.382 3.7039,0.7704 6.2497,0.863 5.272,0.1917 9.4359,2.5076 11.1083,6.1783 1.0665,2.3407 0.6988,2.9622 -5.2955,8.9482 -3.5429,3.538 -7.1166,7.1471 -7.9416,8.0202 -3.5549,3.7624 -12.3505,10.4604 -14.4175,10.9792 -1.3193,0.3311 -3.4554,2.6254 -5.166,5.5485 -2.6774,4.5754 -3.1729,4.9457 -6.0437,4.5162 -2.5876,-0.3871 -3.321,-0.043 -4.25,1.9964 -0.6175,1.3554 -1.1228,2.9244 -1.1228,3.4868 0,0.5623 -1.3539,4.2747 -3.0087,8.2497 -2.2739,5.4621 -4.6062,8.8645 -9.5492,13.9305 -3.5972,3.6868 -6.6307,6.6412 -6.7412,6.5655 -0.1105,-0.076 -2.3788,-0.6087 -5.0406,-1.1844 z\"\n                id=\"path2185\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 2130.9753,1072.7182 c -0.8386,-0.67 -3.7093,-3.577 -6.3793,-6.46 -3.5595,-3.8437 -4.5812,-5.5775 -3.8302,-6.5 0.5634,-0.692 2.414,-5.4239 4.1126,-10.5154 3.443,-10.3203 6.689,-17.2428 8.0852,-17.2428 1.7667,0 4.0365,4.4681 4.0501,7.9725 0.022,5.702 0.9692,7.8072 3.8308,8.5141 3.4841,0.8607 8.1555,5.3645 8.1555,7.8629 0,1.0865 -1.3969,4.1523 -3.1042,6.813 -2.2516,3.5087 -3.7436,4.8375 -5.432,4.8375 -1.4449,0 -3.1377,1.1377 -4.4638,3 -2.3688,3.3267 -2.8189,3.4806 -5.0247,1.7182 z\"\n                id=\"path2177\"\n                inkscape:connector-curvature=\"0\"/>\n    </g>\n    <g\n            id=\"CA-NT\">\n        <path\n                d=\"m 1172.0625,374.25 c -1.6967,-0.0291 -4.131,0.27895 -7.625,0.71875 -5.3707,0.67603 -10.3587,1.43668 -11.0937,1.71875 -0.9609,0.36872 -1.1998,1.86694 -0.8438,5.34375 0.5762,5.62827 -0.7007,7.10462 -3.0625,3.5 -0.9124,-1.39253 -1.9747,-2.53125 -2.3437,-2.53125 -1.6675,0 -16.2028,26.30822 -19.0625,34.5 -1.7281,4.95 -3.7992,10.00061 -4.5938,11.21875 -2.2978,3.52222 -1.7497,4.52138 4.8438,9 14.0041,9.5126 14.3842,10.4677 8.625,22.28125 -2.0111,4.125 -3.8918,9.38117 -4.1563,11.6875 -0.4481,3.90648 -0.2106,4.40606 3.4063,7.3125 2.1351,1.71592 3.6909,3.46489 3.4375,3.875 -0.2535,0.41012 -0.5899,3.34397 -0.7188,6.53125 -0.2498,6.17414 -1.4387,8.20727 -5.4687,9.21875 -2.8306,0.7104 -4.4063,3.1389 -4.4063,6.8125 0,1.41116 -0.4158,2.5625 -0.9062,2.5625 -0.4905,0 -1.1682,1.17826 -1.5313,2.625 -0.4808,1.91591 -0.1194,3.22172 1.375,4.8125 1.4282,1.5202 2.0561,3.53761 2.0625,6.625 0.01,2.61988 0.9911,6.45255 2.4063,9.375 1.6509,3.40925 2.2392,5.97348 1.875,8.21875 -0.355,2.1872 0.1485,4.56611 1.5312,7.21875 2.0256,3.88619 2.0183,4.03471 0.25,9.875 -2.3951,7.91051 -4.82,21.12821 -5.4687,29.75 -0.2898,3.85 -0.7983,7.91524 -1.125,9.03125 -0.3807,1.29982 0.1869,2.9172 1.5625,4.5 2.6592,3.06029 4.2673,6.85814 5.9375,13.96875 1.5029,6.39891 3.4279,10.59539 6.3125,13.75 l 2.0625,2.25 -2.1563,2.3125 c -1.4347,1.52716 -2.1875,3.58727 -2.1875,6.0625 0,2.06321 -0.4821,4.63419 -1.0625,5.71875 -0.9479,1.77113 -0.4134,2.26432 5.25,4.84375 3.4679,1.57951 8.0457,4.05928 10.1563,5.5 3.0446,2.07848 4.5418,2.4768 7.25,1.96875 4.0487,-0.75953 3.7638,-1.78459 3.8437,14.4375 l 0.062,12.34375 11,4.4375 c 35.7027,14.42325 77.8294,28.77928 118.5,40.375 11.825,3.37145 28.025,8.09074 36,10.5 7.975,2.40927 15.85,4.64703 17.5,4.9375 1.65,0.29048 9.75,1.88562 18,3.5625 8.25,1.67688 16.2433,3.26289 17.75,3.53125 1.5066,0.26836 7.3565,1.41605 13,2.53125 5.6434,1.11521 11.6,2.24354 13.25,2.53125 1.65,0.28772 9.3,1.81642 17,3.375 15.7728,3.19258 21.4478,3.65584 21.5625,1.78125 0.042,-0.6875 0.2421,-2.08654 0.4375,-3.125 0.1954,-1.03847 0.6435,-5.76347 1,-10.5 0.3566,-4.73654 0.8296,-9.75 1.0313,-11.125 0.2016,-1.375 0.6183,-5.425 0.9375,-9 0.911,-10.20923 2.4851,-26.51352 3.0312,-31.5 0.1807,-1.65 0.6359,-7.05 1,-12 0.364,-4.95 0.8275,-9.675 1.0313,-10.5 0.2037,-0.825 0.6329,-5.325 0.9687,-10 0.3359,-4.675 1.0552,-12.22085 1.5938,-16.78125 0.5383,-4.56039 0.7346,-8.70636 0.4375,-9.1875 -0.2975,-0.48112 -6.9479,-4.21112 -14.7813,-8.3125 -16.5671,-8.67402 -33.5578,-17.66501 -46.1875,-24.4375 l -8.9062,-4.78125 -6.1563,-10 -6.1562,-10 -11.3125,-2.40625 -11.3125,-2.4375 -9.6875,-13.0625 c -5.3321,-7.19532 -13.738,-18.71875 -18.6875,-25.59375 -4.9495,-6.875 -14.7283,-20.30246 -21.7188,-29.84375 -6.9905,-9.5413 -13.3972,-18.41726 -14.25,-19.71875 -1.4476,-2.2094 -1.3119,-2.98623 1.9688,-11.65625 12.34,-32.61114 12.314,-32.44725 6.0937,-40.59375 -1.8837,-2.46708 -3.4375,-4.87284 -3.4375,-5.34375 0,-0.47091 -0.4912,-0.84375 -1.0937,-0.84375 -0.6026,0 -2.2902,-0.8449 -3.75,-1.875 -1.4599,-1.03011 -4.4563,-2.08625 -6.6563,-2.34375 -3.4224,-0.40057 -4.5922,0.0294 -8.125,2.90625 -3.5642,2.90252 -4.4874,3.20398 -6.75,2.34375 -3.3402,-1.26996 -3.2926,-2.01609 0.3438,-5.5 1.6305,-1.56207 2.662,-3.33417 2.2812,-3.9375 -0.3808,-0.60334 -0.7067,-3.42132 -0.7187,-6.28125 -0.037,-8.66159 -1.3945,-8.66795 -10.0938,0.0312 -4.211,4.21105 -7.8728,7.65625 -8.125,7.65625 -0.7212,0 -3.7987,-3.27566 -3.9375,-4.1875 -0.069,-0.45179 -0.1813,-6.59454 -0.25,-13.65625 -0.124,-12.73613 -0.1609,-12.84883 -2.6875,-14 -3.589,-1.63528 -5.2481,-1.46184 -8.2187,0.875 -1.9195,1.50983 -3.8329,2.00537 -7.375,1.84375 -3.2405,-0.14785 -4.5067,-0.58673 -3.9375,-1.3125 0.4625,-0.58984 1.066,-2.33571 1.3437,-3.875 0.4526,-2.50903 0.017,-3.03639 -4.125,-5.125 -4.632,-2.33549 -11.9484,-2.83743 -18.125,-1.28125 -1.375,0.34643 -7.2319,0.88831 -13,1.21875 -7.6463,0.43803 -10.6892,1.00455 -11.2812,2.0625 -0.4466,0.79811 -2.1586,1.4375 -3.7813,1.4375 -2.8019,0 -2.923,-0.21381 -2.9375,-4.25 -0.017,-4.83719 -0.2049,-6.43589 -3.9375,-6.5 z m 82.8438,140.15625 c 26.0064,0.0934 28.0937,0.45499 28.0937,4.625 0,0.97542 -2.1375,3.56477 -4.75,5.78125 -3.1659,2.68597 -4.4165,4.36512 -3.75,5.03125 1.1861,1.18538 14.9712,6.75396 21.8125,8.8125 4.6998,1.41422 4.7907,1.54214 4.125,4.65625 -0.7354,3.44121 -2.1555,5.6875 -3.5937,5.6875 -0.4944,0 -2.6528,1.16445 -4.8125,2.59375 l -3.9375,2.59375 -5.7813,-2.6875 c -3.1909,-1.47712 -6.6553,-3.13712 -7.6875,-3.6875 -2.5026,-1.33445 -3.942,0.31694 -6.0625,6.875 -2.0178,6.24051 -2.4033,6.56981 -10.2812,9.21875 -3.4201,1.15002 -6.6827,2.09375 -7.25,2.09375 -1.8795,0 -1.0639,-2.88756 1.75,-6.21875 5.8539,-6.93037 5.7833,-6.78125 2.4062,-6.78125 -1.8089,0 -4.2557,1.04217 -6.0625,2.5625 -4.9241,4.14335 -8.6755,4.75311 -13.1875,2.15625 -2.1093,-1.21392 -4.3421,-3.34313 -4.9687,-4.71875 -1.0651,-2.33734 -0.6982,-2.92082 5.9062,-9.21875 3.8869,-3.70655 9.0673,-7.70033 11.5,-8.84375 2.4325,-1.14344 4.6377,-2.91033 4.9063,-3.9375 0.7549,-2.88717 -3.2365,-5.99157 -7.8438,-6.09375 -2.1645,-0.048 -6.818,-1.06052 -10.3437,-2.25 -5.2637,-1.77574 -6.4855,-2.60016 -6.7813,-4.59375 -0.1982,-1.33543 0.1305,-2.73018 0.7188,-3.09375 0.5881,-0.36355 12.236,-0.6115 25.875,-0.5625 z m 34,128.59375 c 0.4109,0 2.2483,2.06749 4.0625,4.59375 1.8142,2.52626 4.8729,6.01375 6.8125,7.75 5.3795,4.81546 9.3353,9.30175 11.8125,13.40625 1.9729,3.26896 3.0338,3.90085 8.875,5.375 6.1965,1.56382 7.0441,1.57389 12.5,0.0312 3.9491,-1.11663 6.5621,-2.56827 8.0312,-4.4375 3.0395,-3.86738 6.7881,-5.54552 13.0938,-5.90625 5.3639,-0.30684 5.4079,-0.27566 5.2187,2.46875 -0.2757,3.99783 -4.2275,8.47411 -8.5625,9.71875 -2.0613,0.59182 -5.6613,2.9337 -8,5.1875 -2.3387,2.2538 -7.175,5.40715 -10.75,7.03125 -3.575,1.6241 -8.2116,3.86076 -10.3125,4.96875 -2.2042,1.16249 -4.883,1.81045 -6.3437,1.53125 -1.7984,-0.34377 -3.4506,0.31791 -5.6875,2.28125 -1.7319,1.51996 -4.8943,3.48252 -7.0313,4.375 -2.137,0.89246 -5.062,1.53518 -6.5,1.40625 -18.4612,-1.65488 -20.2026,-2.28764 -29.0312,-10.5 -7.9522,-7.39716 -7.8744,-9.28125 0.4375,-9.28125 3.0783,0 6.4674,0.46192 7.5312,1.03125 2.2693,1.21446 4.9925,0.0677 9.2188,-3.875 2.2004,-2.05292 3.5878,-2.51182 6.7812,-2.28125 4.5902,0.33143 6.9375,-1.11944 6.9375,-4.3125 0,-2.97361 -4.0713,-14.70129 -7.6875,-22.125 -2.7376,-5.6199 -3.2134,-8.4375 -1.4062,-8.4375 z\"\n                id=\"path2147\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1395.5,450.98141 c -7.15,-2.08339 -18.4,-5.40118 -25,-7.37287 -6.6,-1.97168 -15.6,-4.60093 -20,-5.84278 -7.523,-2.12326 -7.7913,-2.2916 -4.5,-2.82301 1.925,-0.31082 8.45,-0.3694 14.5,-0.13019 8.9141,0.35246 11.8668,0.87156 15.5714,2.73753 4.5896,2.31178 16.8044,5.90746 17.5466,5.16523 0.2182,-0.21823 -2.2899,-2.95947 -5.5737,-6.09165 -6.2476,-5.95921 -11.0814,-8.60999 -15.7622,-8.64371 -3.5545,-0.0256 -19.2993,-4.13016 -25.6725,-6.69262 -4.6358,-1.86393 -4.9864,-2.27391 -6.7353,-7.87681 -1.0146,-3.25079 -1.8515,-6.45397 -1.8596,-7.11818 -0.013,-1.08803 4.6658,-2.74816 17.9853,-6.38127 l 4.5,-1.22744 -3.5,-0.80651 c -1.925,-0.44358 -4.777,-0.92112 -6.3378,-1.06121 -3.0461,-0.27341 -6.2717,-4.7851 -5.2761,-7.37973 0.292,-0.76081 -0.024,-1.7327 -0.7016,-2.15974 -0.6779,-0.42705 -2.0386,-2.04296 -3.0238,-3.59092 -2.3603,-3.70843 -1.4976,-7.38154 2.8048,-11.9429 3.9642,-4.2028 5.5345,-6.89537 5.5345,-9.4898 0,-5.08133 14.8327,-13.16955 29.6449,-16.16531 5.4203,-1.09625 11.9383,-2.26903 14.4843,-2.60617 4.4515,-0.58945 4.669,-0.49891 5.665,2.35816 1.2429,3.56536 0.1395,9.3076 -2.9144,15.16654 -1.1697,2.24418 -1.8576,4.34946 -1.5287,4.67841 0.329,0.32895 2.6408,-1.07573 5.1374,-3.1215 l 4.5392,-3.71958 6.2362,3.5667 c 3.4298,1.96168 7.3279,4.49573 8.6622,5.63121 l 2.4261,2.06452 -2.0314,4.80829 -2.0315,4.80829 4.1054,-0.91854 c 2.2579,-0.5052 4.4056,-1.23024 4.7726,-1.6112 0.367,-0.38096 0,-2.64857 -0.8202,-5.03913 -0.8181,-2.39057 -1.3434,-4.43926 -1.1673,-4.55266 4.2466,-2.73452 5.7992,-3.44388 6.182,-2.82448 0.5458,0.88321 -21.1886,88.41979 -22.1868,89.35832 -0.3712,0.34908 -6.525,-1.0699 -13.675,-3.15329 z\"\n                id=\"path2113\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1296.5614,385.85787 c -0.2523,-0.74683 -0.9086,-5.23924 -1.4585,-9.98313 -0.9117,-7.86423 -1.4897,-9.44164 -6.5514,-17.87777 -3.0533,-5.08888 -5.5415,-9.75751 -5.5293,-10.37474 0.031,-1.56034 2.9939,-4.94551 5.9778,-6.82964 1.375,-0.86822 4.9709,-5.56423 7.9909,-10.43558 3.02,-4.87136 6.341,-9.75701 7.3801,-10.85701 1.0391,-1.1 5.2057,-6.41961 9.2591,-11.82135 7.0505,-9.39576 7.375,-10.06742 7.4884,-15.5 0.065,-3.12326 0.035,-6.28523 -0.066,-7.02661 -0.2455,-1.79124 2.8301,-5.11677 4.2919,-4.64047 0.6358,0.20717 2.8205,0.57426 4.8549,0.81575 2.0343,0.24149 6.0843,1.38405 9,2.53902 2.9156,1.15497 7.1816,2.56626 9.4799,3.13619 3.4163,0.84713 4.3815,1.62582 5.2889,4.26685 0.6106,1.77684 3.5355,5.68483 6.5,8.68443 5.3653,5.42891 5.4164,5.4531 11.2111,5.30008 8.1628,-0.21556 9.2746,1.00492 13.927,15.28967 5.9142,18.15857 5.1334,20.00398 -10.0139,23.66613 -6.96,1.68271 -13.8684,4.69309 -15.5919,6.7943 -0.275,0.33526 -1.8739,1.1644 -3.5531,1.84255 -1.6792,0.67814 -4.1565,2.22759 -5.5052,3.44322 -1.3486,1.21563 -5.4762,4.46024 -9.1724,7.21024 -5.3616,3.98906 -7.4431,6.36308 -10.295,11.74165 -1.966,3.70791 -4.5645,7.27145 -5.7744,7.91898 -1.21,0.64753 -2.1999,1.04082 -2.1999,0.87399 0,-0.27793 -1.2049,-0.0582 -8.5,1.55035 -1.375,0.30317 -5.983,0.79412 -10.24,1.09099 -5.9949,0.41808 -7.8434,0.23363 -8.1986,-0.81809 z\"\n                id=\"path2105\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1412.6206,310.92266 c -2.5413,-2.79253 -4.6206,-5.89078 -4.6206,-6.88499 0,-2.47656 3.9482,-4.85334 10.2372,-6.16264 10.1178,-2.10643 13.0807,-5.37503 4.8723,-5.37503 -3.3241,0 -4.6213,-0.52702 -6.0901,-2.47426 -1.7944,-2.37895 -1.9414,-2.40631 -3.8152,-0.7105 -2.3752,2.14945 -8.1315,2.84014 -10.9143,1.30957 -2.9145,-1.60302 -12.2115,-12.69017 -12.9262,-15.4151 -0.6501,-2.47837 1.9285,-6.20971 4.2913,-6.20971 0.7397,0 1.3794,-0.3375 1.4215,-0.75 0.3196,-3.13294 1.1197,-4.84531 3.3529,-7.17626 1.4138,-1.47575 2.5706,-3.56852 2.5706,-4.65061 0,-2.66547 5.7068,-9.42313 7.9578,-9.42313 0.9967,0 2.5493,-1.125 3.4502,-2.5 1.374,-2.09693 2.4188,-2.5 6.4802,-2.5 6.4144,0 10.1118,2.76377 10.1118,7.55839 0,2.84776 0.6332,3.83226 3.822,5.9425 5.1197,3.38808 7.499,8.46122 7.6855,16.38746 0.1651,7.0129 1.6351,9.09825 6.4336,9.12696 4.9279,0.0295 5.0108,0.70827 1.7379,14.23469 -2.2532,9.31213 -3.4904,12.75 -4.5886,12.75 -0.8269,0 -4.0696,1.8 -7.2059,4 -5.3299,3.73871 -6.1577,4 -12.6728,4 l -6.9705,0 -4.6206,-5.07734 z\"\n                id=\"path2095\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1381.7783,266.31612 c -0.9517,-0.24978 -2.1802,-2.09872 -2.7467,-4.134 -1.3853,-4.97688 0.6988,-7.65464 8.3883,-10.77775 6.6773,-2.71203 8.8967,-2.96025 10.3213,-1.15437 1.8232,2.31102 0.9485,4.91312 -2.5517,7.59035 -1.9124,1.46281 -5.0812,4.12215 -7.0417,5.90965 -1.9604,1.7875 -3.8082,3.1978 -4.1061,3.134 -0.298,-0.0638 -1.3165,-0.31935 -2.2634,-0.56788 z\"\n                id=\"path2085\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1372.5714,249.42857 c -0.8643,-0.86428 -1.5714,-2.66428 -1.5714,-4 0,-2.27705 -0.3431,-2.42857 -5.5,-2.42857 -8.8859,0 -11.7531,-4.36549 -7.25,-11.03833 1.6462,-2.43941 3.4614,-3.6427 6.7643,-4.48413 2.4828,-0.63252 6.6754,-2.35665 9.317,-3.83139 2.6415,-1.47475 5.1809,-2.4476 5.6432,-2.1619 0.4623,0.2857 4.0817,-2.51887 8.0431,-6.2324 9.1845,-8.60975 10.7161,-9.38235 18.2676,-9.21457 3.4182,0.0759 7.3398,-0.0638 8.7148,-0.31058 2.9636,-0.53185 7.5034,1.5369 8.3788,3.8181 1.9188,5.00039 -0.1778,10.56447 -4.9973,13.26155 -1.0722,0.60004 -1.821,2.71182 -2.1404,6.03659 -0.4602,4.78889 -0.7681,5.27586 -4.8479,7.66675 -2.396,1.40419 -4.8142,3.40847 -5.3737,4.45396 -1.3294,2.48391 -4.7333,3.51872 -6.5675,1.99652 -2.2089,-1.83319 -1.8605,-8.62997 0.548,-10.6922 1.1,-0.94185 2,-2.05804 2,-2.48042 0,-1.21624 -3.6708,2.01386 -13.5945,11.96245 -9.6249,9.64897 -12.4794,11.03325 -15.8341,7.67857 z\"\n                id=\"path2083\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1450.3461,222.04359 c -3.2385,-1.44991 -4.3712,-2.74569 -6.1573,-7.04354 -1.2039,-2.89671 -2.1888,-5.87793 -2.1888,-6.62493 0,-0.74699 -0.9256,-1.92449 -2.0568,-2.61665 C 1434.5568,202.46272 1432.273,193 1436.8641,193 c 2.0453,0 5.1359,2.97403 5.1359,4.94224 0,0.93122 0.8943,1.08566 3.25,0.56122 4.2335,-0.9425 21.555,-1.79226 23.2529,-1.14074 1.0225,0.39241 1.0941,1.4627 0.3222,4.82083 -0.5457,2.37405 -1.1686,5.21645 -1.3843,6.31645 -1.4865,7.5823 -2.8469,11.55751 -4.4524,13.0105 -2.6292,2.37942 -8.0115,2.60638 -12.6423,0.53309 z\"\n                id=\"path2075\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1468,193.12132 c 0,-0.48327 -1.3175,-1.42439 -2.9277,-2.09137 -1.6102,-0.66699 -3.7204,-2.08863 -4.6893,-3.15921 -1.2687,-1.40197 -2.5212,-1.77966 -4.4771,-1.35008 -1.4935,0.32804 -3.002,0.1328 -3.3523,-0.43387 -1.5327,-2.48003 6.0073,-9.09423 8.5651,-7.5134 0.5329,0.32933 1.6285,0.0514 2.4347,-0.61769 1.2648,-1.04972 8.9355,-0.88697 9.9078,0.21022 0.8657,0.97686 -3.0573,15.83408 -4.1809,15.83408 -0.7042,0 -1.2803,-0.39541 -1.2803,-0.87868 z\"\n                id=\"path2067\"\n                inkscape:connector-curvature=\"0\"/>\n    </g>\n    <g\n            id=\"CA-NU\">\n        <path\n                d=\"m 1472.5,509.07345 c -4.9032,-1.17977 -12.2657,-5.44121 -17.5578,-10.16252 -1.5961,-1.42399 -4.7111,-3.40483 -6.9221,-4.40187 -2.2111,-0.99705 -4.0764,-2.41947 -4.1451,-3.16093 -0.069,-0.74147 -0.1813,-1.91063 -0.25,-2.59813 -0.2234,-2.23396 -4.3891,-2.06874 -5.11,0.20267 -0.9398,2.96123 -5.9873,5.23212 -12.9298,5.81719 -3.3022,0.27829 -6.5806,1.08265 -7.2854,1.78749 -2.969,2.96902 -8.4135,3.6957 -22.6868,3.02801 -21.2489,-0.99398 -27.5554,-2.09065 -27.6638,-4.81061 -0.028,-0.70111 -0.2355,-3.07475 -0.4611,-5.27475 -0.2257,-2.2 -0.6155,-6.65019 -0.8663,-9.88931 -0.5257,-6.78972 -2.341,-9.20644 -7.5996,-10.11716 -5.965,-1.03308 -18.0222,-9.49554 -18.0222,-12.64907 0,-0.46445 -0.074,-1.18196 -0.1641,-1.59446 -0.09,-0.4125 -0.9787,-4.35 -1.9743,-8.75 -0.9956,-4.4 -1.8218,-8.30574 -1.8359,-8.67942 -0.029,-0.75783 0.1985,-0.69427 43.3332,12.12439 16.9724,5.04381 31.0145,9.01492 31.2048,8.8247 0.1902,-0.19023 5.3424,-20.35372 11.4493,-44.80777 6.1069,-24.45404 11.3299,-45.13323 11.6067,-45.95375 0.2767,-0.82052 2.2963,3.00448 4.488,8.5 3.8736,9.71282 3.9731,10.2636 3.5648,19.72331 -0.4936,11.43528 0.6169,14.47918 4.0353,11.06075 1.7234,-1.72338 1.9663,-3.07249 1.6927,-9.40215 -0.1757,-4.06453 -0.5272,-12.97021 -0.7811,-19.79038 l -0.4617,-12.40033 3.1711,-3.32078 c 2.9599,-3.09953 3.4315,-3.26074 7.0778,-2.41966 2.2598,0.52126 4.9179,2.08987 6.3056,3.72111 2.3177,2.72465 2.3451,2.73117 0.8087,0.19267 -0.8746,-1.44501 -1.9762,-3.97331 -2.448,-5.61844 -1.2163,-4.2412 1.9685,-7.85339 7.9271,-8.99083 5.3448,-1.02028 9.2946,0.81192 13.4255,6.22773 3.7648,4.93603 2.7997,9.09918 -4.0851,17.62036 l -5.485,6.78862 0.235,12.52947 c 0.2633,14.03998 1.1865,22.25878 3.1578,28.11211 1.2236,3.63322 1.1354,4.39706 -1.0734,9.30108 -1.744,3.87224 -2.2454,6.33461 -1.8216,8.9463 0.8932,5.50404 7.1732,13.71579 16.3529,21.38305 10.5817,8.83826 14.3192,15.58816 12.1218,21.89167 -1.0387,2.97966 -1.1014,3.00189 -6.6882,2.37362 -3.1018,-0.34882 -6.0672,-1.03994 -6.5897,-1.53583 -0.5225,-0.49588 -1.4869,-0.9016 -2.143,-0.9016 -2.6263,0 -2.1913,3.2984 1.1173,8.47049 5.512,8.61669 4.4008,14.00085 -3.6754,17.80825 -3.8053,1.79393 -7.2695,2.01687 -12.3489,0.79471 z\"\n                id=\"path2117\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1751.1121,962.23373 c -5.1307,-2.05279 -6.1121,-2.83487 -6.1121,-4.87096 0,-2.74129 0.5458,-3.01764 7.4379,-3.76597 4.5973,-0.49917 5.1348,-0.3155 7.7942,2.66321 3.6735,4.1145 3.4961,8.08484 -0.37,8.28356 -1.4508,0.0746 -5.3883,-0.96485 -8.75,-2.30984 z\"\n                id=\"path2157\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1541.9167,772.61319 c -0.2292,-0.21275 -4.0161,-0.70535 -8.4154,-1.09467 -4.3992,-0.38931 -8.2242,-0.83876 -8.5,-0.99876 -0.2757,-0.16 -4.1007,-0.61 -8.5,-1 -4.3992,-0.39 -8.2242,-0.83751 -8.5,-0.99447 -0.2757,-0.15696 -3.4263,-0.57816 -7.0013,-0.93601 -3.575,-0.35785 -8.525,-0.87709 -11,-1.15386 -9.4083,-1.05212 -12.8306,-1.40893 -24,-2.50226 -11.6243,-1.13787 -13.3707,-1.51885 -12.616,-2.75226 0.2292,-0.37449 0.7349,-4.9559 1.1239,-10.1809 0.389,-5.225 0.8343,-10.175 0.9895,-11 0.1553,-0.825 0.5778,-5.325 0.9389,-10 0.3611,-4.675 0.8428,-9.625 1.0705,-11 0.2276,-1.375 0.6693,-5.65 0.9813,-9.5 0.6784,-8.36924 1.4052,-16.36431 2.0453,-22.5 0.2582,-2.475 0.6733,-6.75 0.9223,-9.5 1.6315,-18.01224 2.0398,-22.25009 3.0835,-32 0.3532,-3.3 0.7139,-7.03045 0.8015,-8.28988 0.132,-1.89735 -1.2121,-3.0188 -7.8407,-6.54202 -10.1287,-5.38359 -28.6613,-15.17529 -43.5,-22.98323 -6.325,-3.32814 -13.3,-7.03314 -15.5,-8.23334 -3.8675,-2.1099 -5.9328,-4.71153 -13.6053,-17.13826 l -3.6052,-5.83929 -11.4197,-2.39638 -11.4197,-2.39638 -5.5628,-7.59061 c -3.0596,-4.17484 -14.7236,-20.19061 -25.92,-35.59061 -11.1964,-15.4 -22.9694,-31.5672 -26.1622,-35.92711 -3.1928,-4.35991 -5.8086,-8.40991 -5.8129,-9 -0.01,-0.97227 12.9212,-36.623 13.564,-37.40391 1.2007,-1.4586 10.8879,7.28015 14.822,13.37076 2.6537,4.10851 9.9908,10.31582 14.7453,12.47473 2.0106,0.91298 3.135,0.91754 4.813,0.0195 1.9097,-1.02204 2.7501,-0.71234 6.5774,2.42389 2.4134,1.9776 5.2487,4.8211 6.3007,6.31887 2.3618,3.36283 6.1854,11.96866 6.1854,13.92178 0,2.57227 -2.5683,4.11189 -8.0122,4.803 -5.4418,0.69084 -9.9878,2.87633 -9.9878,4.80158 0,0.59021 0.9915,2.52016 2.2034,4.28877 1.8734,2.73402 3.7081,3.67395 12.25,6.27552 15.789,4.80882 18.8152,5.2878 26.078,4.12757 3.5494,-0.56702 7.6466,-1.57459 9.1049,-2.23905 2.3831,-1.08579 2.8141,-0.96006 4.2576,1.24181 0.8834,1.34745 4.3061,5.99713 7.6061,10.33262 7.7997,10.24717 10.3762,15.2514 9.8406,19.11345 -0.3202,2.30958 -0.1742,2.68974 0.5976,1.55618 0.6331,-0.92979 0.7919,-5.37532 0.4177,-11.69438 l -0.6036,-10.19438 10.5583,-5.25101 c 6.0648,-3.01624 10.7497,-5.98276 11.008,-6.9704 0.4224,-1.61545 0.1997,-1.6127 -3.6845,0.0454 -2.2738,0.97065 -6.4994,2.36809 -9.3903,3.10541 -4.8959,1.24872 -5.4442,1.2002 -8,-0.70797 -6.7521,-5.04118 -1.0562,-14.59378 9.0944,-15.25219 2.1111,-0.13693 6.1611,-1.00999 9,-1.94014 2.839,-0.93015 6.4091,-1.53641 7.9337,-1.34725 3.3054,0.41014 6.0325,4.14318 6.2553,8.56269 0.087,1.7293 0.9409,4.65514 1.897,6.50186 2.4912,4.81142 10.1251,12.12215 12.7995,12.25767 1.252,0.0634 2.7263,0.2199 3.2763,0.34769 0.55,0.12778 1.5096,0.30087 2.1325,0.38465 0.6229,0.0838 2.9973,3.01445 5.2765,6.51262 l 4.1439,6.36031 6.1202,0.63969 c 3.3662,0.35183 9.0932,0.63969 12.7268,0.63969 3.6335,0 9.7536,0.9 13.6001,2 3.8465,1.1 6.9951,1.99984 6.9968,1.99965 0,-1.9e-4 0.093,-1.64109 0.2032,-3.64644 0.11,-2.00535 0.8975,-5.3893 1.75,-7.51989 0.8525,-2.13059 1.55,-5.05085 1.55,-6.48948 0,-2.53332 0.1449,-2.59583 4.6014,-1.985 5.7218,0.78426 11.8986,2.85432 18.6784,6.25971 2.8711,1.44213 5.3755,2.76071 5.5653,2.93018 0.2732,0.24398 -3.3706,13.90608 -5.3964,20.23328 -0.2258,0.70511 0.6507,1.68548 1.9477,2.17859 1.304,0.49579 2.9235,2.38134 3.6229,4.21799 l 1.2647,3.32141 0.6791,-3 c 0.4371,-1.93135 0.1346,-4.06865 -0.8493,-6 -0.9079,-1.78219 -1.5456,-5.75415 -1.571,-9.78469 -0.045,-7.18137 0.958,-8.92012 4.5978,-7.9683 3.5669,0.93277 10.6067,-2.6387 13.8237,-7.01308 2.5354,-3.4476 3.0357,-5.0588 3.0357,-9.77594 0,-4.37802 -0.4497,-6.055 -2,-7.45799 -2.2995,-2.08105 -2.7901,-9.30986 -0.769,-11.33098 1.7107,-1.7107 -4.4437,-7.25905 -10.1357,-9.13758 -3.4357,-1.13386 -4.9634,-2.4845 -7.7663,-6.86621 -2.9775,-4.65464 -3.4852,-6.30881 -3.4615,-11.27796 0.015,-3.20279 0.5014,-6.70805 1.0801,-7.78945 0.8208,-1.53355 0.4613,-3.32904 -1.6338,-8.15993 l -2.6862,-6.19375 1.9362,-5.61246 c 1.6327,-4.73259 2.5955,-5.9746 6.1418,-7.92249 3.8508,-2.11515 4.1145,-2.50992 3.1261,-4.67928 -0.9306,-2.04236 -0.614,-2.94443 2.2944,-6.53829 7.8308,-9.67629 7.1132,-9.11607 10.734,-8.38034 2.3355,0.47456 3.7077,1.49811 4.5,3.35667 0.6269,1.47065 2.8342,4.15708 4.905,5.96985 6.8142,5.96506 7.7828,8.07393 8.1697,17.78702 0.3406,8.54976 0.4943,9.03662 5.4559,17.28636 6.2444,10.38243 6.9241,16.00951 1.6938,14.02093 -2.022,-0.76873 -2.1725,-0.58486 -1.7694,2.16149 0.2423,1.65094 -0.1579,4.815 -0.8893,7.03124 -1.2469,3.77814 -1.192,4.14122 0.8805,5.81943 1.8363,1.48694 2.8341,1.61768 5.8954,0.77243 3.8294,-1.05735 7.192,-0.43038 14.8479,2.76847 3.1706,1.32477 3.5239,1.76497 2.3421,2.91873 -0.7654,0.74727 -3.4167,1.64082 -5.8917,1.98567 -7.0423,0.98124 -7.5553,2.6384 -2.9117,9.40501 3.6745,5.3545 4.4932,8.06818 4.8588,16.10542 0.1934,4.25113 1.7601,0.17981 2.5013,-6.5 1.1538,-10.39788 2.5054,-13.58276 6.4666,-15.23783 l 3.5181,-1.46997 6.7175,7.3539 c 4.6979,5.14293 7.038,8.61448 7.7835,11.54672 1.5952,6.27463 1.3074,10.06565 -0.9341,12.30718 -1.1,1.1 -2,3.28285 -2,4.85078 0,2.92176 1.8385,9.25413 2.9466,10.14922 0.3405,0.275 2.1137,2.8625 3.9405,5.75 1.8267,2.8875 3.6244,5.25 3.9946,5.25 1.5469,0 5.3068,-3.36566 6.1049,-5.46471 0.4732,-1.24459 1.1302,-4.91168 1.4599,-8.14909 0.3298,-3.23741 1.2412,-7.2362 2.0253,-8.8862 0.784,-1.65 2.3347,-6.17408 3.446,-10.05351 1.1112,-3.87944 3.3761,-9.05444 5.0331,-11.5 3.5748,-5.27608 3.777,-7.5428 0.942,-10.56051 -2.3819,-2.53538 -5.2789,-14.54494 -4.2922,-17.79303 1.2964,-4.26712 3.4472,-5.59295 9.0732,-5.59295 4.0439,0 6.7474,0.73826 10.9858,3 3.092,1.65 6.5179,3 7.613,3 1.0951,0 3.4319,1.52766 5.1929,3.3948 1.7609,1.86714 5.1579,4.39282 7.5489,5.61261 4.2105,2.14804 7.884,5.55829 7.9522,7.38235 0.018,0.48936 -0.7073,1.43132 -1.6125,2.09323 -1.5098,1.10397 -1.4729,1.44378 0.446,4.11024 1.1506,1.59872 2.3804,4.53656 2.7331,6.52853 0.5949,3.36039 0.424,3.69749 -2.3686,4.67098 -1.6554,0.57706 -3.5104,1.98477 -4.1224,3.12823 -0.612,1.14347 -1.9968,2.07903 -3.0775,2.07903 -2.6534,0 -2.4704,1.90924 0.5158,5.38152 1.363,1.58483 2.7574,4.37015 3.0987,6.18959 0.4128,2.20034 1.7131,4.05663 3.8831,5.54354 7.0831,4.85343 7.0877,14.8888 0.013,26.97972 -8.3781,14.31735 -8.959,14.95135 -13.3115,14.52773 -2.1215,-0.20649 -5.0493,-1.15648 -6.5063,-2.1111 l -2.6489,-1.73566 1.57,3.75753 c 1.7436,4.17312 0.6528,5.96083 -2.9518,4.83767 -3.7101,-1.15602 -5.1525,-1.09846 -6.7207,0.26818 -1.3617,1.18676 -2.0909,1.17975 -5,-0.0481 -1.8731,-0.79061 -4.0807,-2.39188 -4.9057,-3.55838 -1.2653,-1.78911 -2.1258,-2.01759 -5.5,-1.46045 -2.2,0.36326 -4.7972,1.07925 -5.7716,1.5911 -1.5856,0.83288 -1.3918,1.28887 1.845,4.34158 3.3843,3.19178 3.571,3.68143 2.9055,7.62022 -0.5127,3.03466 -2.2073,5.97295 -6.0728,10.52952 -2.9488,3.47613 -5.6454,7.45099 -5.9923,8.83302 -0.3468,1.38202 -1.1443,2.51501 -1.7722,2.51774 -0.6279,0.003 0.1388,1.0296 1.7038,2.28194 2.4037,1.9235 2.7979,2.89296 2.5397,6.24503 -0.1682,2.18243 -1.028,5.09306 -1.9106,6.46806 -0.8827,1.375 -2.4994,3.85 -3.5928,5.5 -1.0934,1.65 -3.9891,6.47772 -6.4348,10.72826 -5.0623,8.7978 -6.701,9.77174 -16.4411,9.77174 -7.1577,0 -9.1569,1.44607 -9.6776,7 -0.3229,3.44365 -0.4007,3.499 -4.8282,3.4379 -2.475,-0.0342 -5.7302,-0.34053 -7.2337,-0.68083 -4.0066,-0.9068 -4.2696,0.75862 -0.5281,3.34263 1.794,1.23894 3.4313,2.3803 3.6384,2.53635 1.0462,0.78833 1.1607,8.72105 0.1691,11.72543 -1.3229,4.00858 -5.0385,5.93906 -11.9849,6.22696 -7.8522,0.32543 -7.4772,0.15339 -5.8014,2.66156 1.4164,2.11981 1.2933,2.4545 -2.128,5.78416 -5.0684,4.93266 -10.9164,12.64383 -13.625,17.96584 -1.2596,2.475 -3.2849,5.39894 -4.5007,6.49764 -2.6364,2.3826 -5.0057,6.71975 -5.0057,9.16338 0,0.96819 -2.3287,6.6873 -5.175,12.70914 -4.3436,9.1899 -5.1575,11.80674 -5.0667,16.28932 l 0.1082,5.34052 -4.2666,0 c -2.3466,0 -4.4541,-0.17407 -4.6832,-0.38681 z\"\n                id=\"path2151\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1743.8569,717.30664 c -5.3281,-3.30631 -5.1119,-13.07574 0.422,-19.06593 2.2465,-2.4317 4.7888,-2.26184 7.9711,0.53256 3.2035,2.81302 1.6221,14.40465 -2.4874,18.23324 -2.5543,2.37976 -2.5544,2.37976 -5.9057,0.30013 z\"\n                id=\"path2141\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1692.0627,706.11723 c -2.322,-4.33869 0.959,-14.18145 5.8356,-17.50668 3.907,-2.66404 5.0051,-2.89916 12.7304,-2.7257 4.7039,0.10561 5.231,0.36224 6.3646,3.09898 1.1254,2.71695 0.9544,3.42256 -1.9117,7.88894 -4.1672,6.49412 -10.1082,10.37365 -16.7345,10.92783 -4.4657,0.37349 -5.3037,0.14903 -6.2844,-1.68337 z\"\n                id=\"path2139\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1669.75,684.23501 c -1.366,-0.29791 -1.75,-1.4188 -1.75,-5.10833 0,-2.59968 -0.54,-5.26668 -1.2,-5.92668 -0.66,-0.66 -3.6975,-1.24486 -6.75,-1.29968 -11.8059,-0.21204 -13.6405,-2.76149 -7.0918,-9.85503 3.7631,-4.07615 4.4251,-5.8719 4.2565,-11.54529 -0.5839,-19.64751 0.01,-25.88927 3.9051,-41.17998 1.2174,-4.77649 1.5932,-5.2312 4.8246,-5.83742 3.0473,-0.57166 3.801,-0.28726 5.7771,2.17998 1.25,1.56058 3.0615,4.74823 4.0256,7.08367 1.4997,3.63292 2.1862,4.25459 4.7529,4.30395 1.9786,0.0381 5.894,2.07719 11.5,5.9891 4.675,3.26228 11.3031,7.8505 14.7292,10.19605 3.426,2.34556 6.2409,4.93965 6.2551,5.76465 0.014,0.825 1.1346,3.3 2.4896,5.5 1.355,2.2 2.4777,4.79143 2.4949,5.75874 0.027,1.52912 0.7166,1.68014 5.2812,1.15676 4.7174,-0.5409 5.6248,-0.31351 8.9441,2.24127 3.2085,2.46952 3.6489,3.30327 3.3508,6.34323 -0.5064,5.16397 -1.1965,6.28316 -5.3121,8.61478 -3.7318,2.11423 -3.734,2.11427 -8.2328,0.16713 -2.8908,-1.25119 -5.814,-1.77687 -8.1746,-1.47005 -2.9152,0.3789 -4.1178,0.006 -5.8194,-1.80553 -1.1797,-1.25571 -2.0012,-3.08311 -1.8255,-4.06088 0.4698,-2.61441 -8.5424,-7.21992 -10.6711,-5.45325 -0.8302,0.68898 -1.5094,2.29329 -1.5094,3.56515 0,3.55789 -1.8171,7.53994 -4.7958,10.50982 -1.4873,1.48292 -3.7049,4.02103 -4.928,5.64024 -3.1372,4.15318 -7.0377,8.26972 -7.9785,8.42021 -2.5127,0.40198 -5.0092,0.44293 -6.5477,0.10739 z\"\n                id=\"path2137\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1538.395,526.65576 c -3.3516,-1.08935 -7.6267,-3.9175 -11.895,-7.86909 -1.65,-1.52758 -3.3805,-2.7795 -3.8456,-2.78204 C 1520.6762,515.9938 1516,511.70395 1516,509.90004 1516,507.38709 1531.8548,486 1533.7177,486 c 2.5112,0 11.7172,9.69445 14.3995,15.16357 4.0604,8.27894 6.8828,16.1078 6.8828,19.09157 0,2.0427 -0.9528,3.34703 -3.8415,5.25864 -3.956,2.618 -7.3012,2.9173 -12.7635,1.14198 z\"\n                id=\"path2121\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1909.7461,677.41273 c -0.1846,-0.18454 -6.5244,-0.60072 -14.0886,-0.92485 -10.8252,-0.46386 -14.1991,-0.95108 -15.848,-2.2886 -1.1523,-0.9346 -3.5221,-2.90991 -5.2663,-4.38958 -2.6608,-2.25727 -3.9657,-2.64458 -8.1072,-2.40627 -5.4583,0.31407 -8.7187,-0.61964 -19.1758,-5.49161 -6.287,-2.92913 -7.2077,-3.72282 -8.3565,-7.20368 -1.1444,-3.46738 -1.0986,-4.01956 0.4026,-4.85969 1.8628,-1.04245 2.2873,-2.84845 0.6696,-2.84845 -0.5633,0 -3.2611,-1.53877 -5.9952,-3.41948 -2.734,-1.88072 -6.331,-3.71819 -7.9932,-4.08327 -1.9118,-0.4199 -3.5615,-1.70652 -4.4898,-3.50168 -2.2077,-4.26918 -7.3131,-7.41762 -12.9586,-7.99133 -4.2077,-0.4276 -5.3028,-0.16226 -7.205,1.74576 -1.6381,1.64309 -3.4138,2.25 -6.5829,2.25 -3.6814,0 -4.9904,0.60679 -8.6293,4 l -4.2896,4 -8.294,0 c -13.7885,0 -16.8972,-2.52698 -18.1982,-14.7932 -0.4525,-4.26574 -0.2107,-4.98202 2.5803,-7.64389 2.3777,-2.26766 3.0796,-3.79813 3.0796,-6.71482 0,-2.57699 0.5562,-4.07323 1.75,-4.70743 0.9625,-0.51134 7.0918,-0.99566 13.6206,-1.07628 10.7635,-0.1329 12.1624,-0.36488 15,-2.48742 4.4387,-3.32026 9.1716,-5.57696 11.6964,-5.57696 1.7774,0 2.0466,-0.40388 1.4994,-2.25 -0.7845,-2.64736 -1.3828,-5.00309 -1.4899,-5.86711 -0.042,-0.33942 -1.9301,-1.84379 -4.1957,-3.34307 -3.8725,-2.56269 -4.0883,-2.95632 -3.6032,-6.5728 0.2838,-2.11577 1.1709,-5.11139 1.9713,-6.65694 0.8005,-1.54554 3.7834,-7.38695 6.6287,-12.98091 l 5.1733,-10.17083 -1.9588,-7.06849 c -1.8652,-6.73071 -7.704,-16.0331 -12.6291,-20.12057 -0.9543,-0.79196 -2.8077,-3.1391 -4.1187,-5.21587 -1.3615,-2.15686 -4.4989,-4.95028 -7.3168,-6.51468 -3.9383,-2.18646 -5.1023,-3.44451 -5.7723,-6.23873 -0.7533,-3.14154 -1.1422,-3.46493 -3.7972,-3.15753 -1.6269,0.18835 -3.633,0.92342 -4.458,1.63349 -0.825,0.71006 -3.3685,2.23012 -5.6521,3.37792 -3.5528,1.78564 -4.3226,1.88157 -5.3326,0.6645 -1.6754,-2.01864 -0.3355,-5.54352 3.323,-8.74224 3.0458,-2.66298 3.0713,-2.75727 1.1386,-4.2182 -2.5377,-1.91824 -3.8844,-1.91569 -7.6168,0.0144 -3.9094,2.02164 -5.8601,1.22668 -5.8601,-2.38815 0,-1.92917 0.6699,-3.1775 2.0312,-3.78492 1.8921,-0.84429 1.7038,-1.22534 -2.75,-5.56576 -8.1289,-7.92183 -12.7283,-11.56214 -14.0312,-11.10522 -0.6875,0.2411 -1.25,1.97587 -1.25,3.85503 l 0,3.41667 -10.25,0.23484 c -5.6375,0.12917 -13.2298,0.17515 -16.8719,0.10219 -5.5815,-0.11182 -6.6027,0.12621 -6.5,1.51516 0.1049,1.41829 -1.062,1.63311 -8.3781,1.54227 -4.675,-0.058 -13.225,-0.45127 -19,-0.87383 -6.433,-0.47072 -11.8904,-0.38136 -14.0898,0.23069 -4.4221,1.23063 -7.7519,-0.84837 -9.4811,-5.91965 -0.9726,-2.85224 -1.5529,-3.29547 -4.0326,-3.08012 -11.798,1.02459 -12.3739,0.97843 -15.3698,-1.23184 C 1622.4065,465.63545 1617,457.8352 1617,453.16804 c 0,-1.49775 0.9749,-2.02982 4.6396,-2.53212 2.5517,-0.34975 6.4732,-0.63592 8.7143,-0.63592 3.4947,0 3.8663,-0.1948 2.6104,-1.36865 C 1630.7958,446.60444 1625.27,445 1620.4578,445 c -3.1026,0 -4.4361,-0.4706 -4.959,-1.75 -1.7668,-4.32307 -3.2124,-12.65909 -2.9485,-17.00179 1.2515,-20.59173 1.6431,-22.92986 5.9363,-35.44018 6.2403,-18.18435 10.8765,-26.59379 16.5134,-29.95331 8.9373,-5.3265 23.4226,-3.84525 25.1385,2.57063 0.6653,2.48765 0.2762,3.48016 -2.6221,6.68823 -1.9635,2.17333 -3.7027,5.37886 -4.1108,7.57676 -0.389,2.09531 -1.3775,4.83948 -2.1967,6.09815 -1.8061,2.77522 -4.3389,13.19207 -3.527,14.50578 0.3206,0.51886 0.7156,4.25476 0.8776,8.302 0.3293,8.22624 0.7539,9.40373 3.3911,9.40373 1.1661,0 2.0822,-1.00009 2.5189,-2.75 0.3775,-1.5125 1.4198,-3.56384 2.3164,-4.55854 1.3122,-1.45589 1.394,-2.13834 0.4197,-3.5 -2.5108,-3.50878 -3.5608,-6.84211 -3.6321,-11.52981 -0.057,-3.72675 0.3972,-5.22012 1.9751,-6.5 1.1268,-0.91391 2.3502,-2.44915 2.7186,-3.41165 0.3685,-0.9625 1.1342,-1.75 1.7014,-1.75 0.5673,0 1.0314,-0.91103 1.0314,-2.02451 0,-3.5687 7.6135,-14.38998 11.7665,-16.72412 4.4177,-2.48289 13.9806,-4.25898 16.9724,-3.15224 1.8009,0.66616 3.4959,3.22029 9.557,14.40087 3.8239,7.05357 6.6554,14.84594 6.1403,16.89821 -0.7132,2.84158 2.977,7.60366 5.8864,7.59621 1.1976,-0.003 3.8866,-0.48021 5.9756,-1.06032 3.1326,-0.86989 3.689,-1.39904 3.1748,-3.01918 -1.0843,-3.41616 4.97,-8.34084 12.0925,-9.83634 5.6432,-1.18489 6.3047,-1.12777 9.5,0.82019 1.889,1.15156 4.5595,2.11162 5.9345,2.13345 3.1224,0.0496 7.5291,3.66137 8.5014,6.96778 0.9923,3.37428 3.4279,6 5.5657,6 1.2707,0 1.9442,1.10738 2.4329,4 0.3717,2.2 1.0665,4 1.544,4 0.4775,0 3.3732,2.48507 6.4349,5.52238 4.5847,4.54825 5.6637,5.20974 6.1169,3.75 0.3026,-0.97481 1.1895,-3.24417 1.9709,-5.04302 1.5698,-3.61407 2.5191,-3.66273 11.1926,-0.57374 3.6317,1.2934 4.5722,2.24413 6.3825,6.45237 1.2462,2.89686 3.2752,5.61601 4.9123,6.58306 1.5341,0.90617 3.3016,2.60513 3.928,3.77547 2.0984,3.92088 4.5353,4.70093 7.4713,2.39151 3.1859,-2.50604 5.6127,-2.04154 11.4586,2.19319 3.7299,2.70189 4.2042,3.45718 3.6287,5.77847 -1.7184,6.9323 -1.7872,8.25152 -0.4149,7.96009 0.7504,-0.15938 2.1475,-1.52728 3.1046,-3.03978 2.5207,-3.98345 5.5901,-3.54264 10.4446,1.5 4.5904,4.76828 6.7459,8.28925 6.8874,11.25 0.2663,5.57425 0.5776,6.19634 3.8924,7.77706 1.9002,0.90612 4.1515,2.99471 5.003,4.64131 l 1.5482,2.99383 -4.5659,2.67577 c -3.7566,2.20149 -4.9801,2.487 -6.9032,1.61079 -3.1013,-1.41303 -3.7883,-0.51212 -1.8572,2.43523 1.5139,2.31049 1.4501,6.44392 -0.1624,10.51389 -0.8667,2.18761 2.4864,5.23705 7.3663,6.69909 2.1057,0.63088 5.5808,2.33971 7.7225,3.79739 2.1416,1.45768 5.4689,2.7228 7.3939,2.81139 1.925,0.0886 4.625,0.63056 6,1.20438 1.375,0.57382 5.1084,0.84638 8.2965,0.6057 l 5.7964,-0.43762 5.3672,5.5859 c 4.7071,4.89896 5.8697,5.60126 9.4535,5.71089 2.2475,0.0688 4.6305,0.18125 5.2954,0.25 0.665,0.0688 1.5128,1.61034 1.8841,3.42575 0.3713,1.81541 0.9679,3.59361 1.3259,3.95157 0.3579,0.35795 3.7767,-0.43313 7.5973,-1.75796 l 6.9464,-2.40878 3.7687,2.14794 c 3.518,2.00509 3.7892,2.49749 4.0777,7.40376 0.3805,6.47007 -0.1744,8.82487 -2.79,11.84064 -1.9065,2.19824 -1.9298,2.46328 -0.3685,4.18847 1.3404,1.48116 1.4501,2.31726 0.5601,4.27062 -0.6087,1.33589 -0.8515,4.00177 -0.5395,5.92417 0.735,4.52926 -2.6082,9.63882 -6.3067,9.63882 -2.1313,0 -2.3968,0.33126 -1.8036,2.25 1.069,3.4573 4.2914,9.54069 5.4248,10.24117 2.0905,1.29199 0.8838,3.36438 -3.1093,5.34002 -4.0579,2.00768 -4.1793,2.01032 -7.6203,0.16609 -1.9232,-1.03077 -5.7079,-2.44083 -8.4104,-3.13347 -4.2489,-1.08895 -5.3747,-1.9538 -8.3203,-6.39155 C 1897.6986,567.70699 1890.731,561 1888.5685,561 c -0.7841,0 -2.0203,-0.58092 -2.7471,-1.29092 -4.0461,-3.95269 -10.8214,-6.37546 -10.8214,-3.8696 0,0.46172 -1.19,1.38171 -2.6445,2.04442 l -2.6446,1.20493 2.722,2.84116 c 3.2498,3.39208 3.2363,7.94429 -0.028,9.56201 -1.5716,0.77876 -1.9016,1.53452 -1.3202,3.02317 0.4263,1.09166 0.8068,1.64129 0.8454,1.22141 0.1151,-1.24988 7.3049,2.15334 8.6716,4.10461 0.694,0.99074 3.0787,3.83138 5.2993,6.31254 3.9302,4.39116 5.2738,5.0556 15.7435,7.78571 3.1187,0.81323 4.297,1.6896 4.7618,3.54173 0.3398,1.3536 1.519,2.94344 2.6205,3.53296 1.1015,0.58953 3.1089,2.82407 4.4608,4.96567 1.352,2.14159 5.6315,7.13075 9.51,11.08702 l 7.052,7.19323 -0.206,13.92306 c -0.1133,7.65768 -0.5273,14.12163 -0.92,14.36432 -1.0875,0.67218 -19.2259,-5.12982 -28.8643,-9.23295 -4.7074,-2.00397 -9.9464,-4.83993 -11.6422,-6.30214 -2.8525,-2.4595 -5.6851,-2.9741 -11.6667,-2.11949 -1.7089,0.24415 -0.5609,1.94282 2.0414,3.02074 1.5353,0.63593 3.6068,2.67034 4.6034,4.52091 1.4872,2.76159 3.1826,3.8858 9.4586,6.27217 4.2056,1.59912 12.4851,6.03181 18.3988,9.85041 l 10.7522,6.94292 -0.2522,6 -0.2522,6 -5.7092,0.12412 c -3.1401,0.0683 -5.8602,-0.0269 -6.0447,-0.21139 z\"\n                id=\"path2133\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1764.2551,673.68785 c -3.7585,-2.53419 -4.9298,-5.16999 -3.2153,-7.23584 1.6546,-1.9937 3.6334,-1.82092 7.0558,0.61608 3.0538,2.17448 3.8139,5.62246 1.7044,7.73191 -1.5304,1.5304 -1.6659,1.50322 -5.5449,-1.11215 z\"\n                id=\"path2131\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1775.191,662.28654 c -1.8306,-0.34972 -2.2449,-0.9948 -2,-3.11382 0.2344,-2.02763 0.9312,-2.74508 2.8867,-2.97252 3.362,-0.39101 7.2761,2.71414 6.3765,5.05856 -0.6509,1.69631 -2.4391,1.94935 -7.2632,1.02778 z\"\n                id=\"path2129\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1759.0087,551.16258 c -6.7342,-6.73426 -4.5149,-27.50866 3.4998,-32.76007 3.5503,-2.32628 8.9837,-1.08194 12.6095,2.8878 2.8135,3.08041 2.882,3.41933 2.882,14.25824 0,12.38529 -0.4271,13.26487 -8.1511,16.78669 -5.148,2.34727 -7.5837,2.08378 -10.8402,-1.17266 z\"\n                id=\"path2127\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1786.5,532.80861 c -2.9822,-1.39819 -5.4854,-5.21412 -4.4837,-6.83493 1.1968,-1.93653 9.1221,-1.38008 10.7337,0.75364 1.9206,2.5428 1.5076,4.09029 -1.5,5.62016 -1.8897,0.96121 -3.3757,1.10547 -4.75,0.46113 z\"\n                id=\"path2123\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1726.6667,506.33333 c -1.0476,-1.04759 -0.8249,-1.6465 1.7066,-4.58996 1.4763,-1.71657 2.6262,-4.68212 3.0478,-7.86003 0.6507,-4.90533 2.961,-9.88334 4.5869,-9.88334 1.4946,0 1.9753,3.16258 0.809,5.32244 -0.6467,1.19766 -1.0803,3.65002 -0.9636,5.44969 0.3536,5.45244 -6.5755,14.17248 -9.1867,11.5612 z\"\n                id=\"path2115\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1522.3143,434.94797 c -2.5737,-2.12673 -4.7465,-4.67255 -4.8284,-5.65738 -0.8963,-10.76874 -2.4936,-13.48856 -11.5778,-19.71315 -1.7432,-1.19446 -4.597,-4.85053 -6.3417,-8.12459 -3.0922,-5.80292 -3.1365,-6.06618 -1.7563,-10.45285 0.7787,-2.475 2.5119,-5.32503 3.8515,-6.3334 2.4218,-1.82289 2.4664,-1.81028 7.7776,2.19973 5.1327,3.87525 5.4067,3.96143 6.9993,2.20167 0.9116,-1.0073 2.12,-3.5068 2.6854,-5.55446 0.8815,-3.19251 0.7471,-4.02869 -0.943,-5.86827 -4.7898,-5.21351 -5.978,-8.45688 -4.9251,-13.44356 1.1417,-5.40671 4.1689,-10.20171 6.4406,-10.20171 0.8581,0 3.9215,1.35102 6.8076,3.00226 4.5036,2.5767 5.4181,2.79657 6.4517,1.55115 2.4538,-2.95669 13.434,-5.27579 15.7943,-3.33588 0.7119,0.58514 1.25,3.29606 1.25,6.29793 0,4.09447 -0.3905,5.42194 -1.75,5.94897 -1.6667,0.64611 -1.6667,0.73978 0,1.96723 2.5688,1.89183 2.2231,2.96889 -2.75,8.56834 -2.475,2.78672 -4.5,5.52515 -4.5,6.0854 0,0.56025 1.35,1.48925 3,2.06444 2.3094,0.80506 3.0034,1.65636 3.0147,3.69799 0.01,1.45869 0.6638,3.77717 1.4571,5.15217 2.9778,5.16145 3.6955,7.69135 4.1637,14.67753 0.4286,6.39474 0.209,7.60848 -2.0134,11.12898 -2.5871,4.0983 -8.1096,8.19349 -11.0492,8.19349 -0.93,0 -1.4364,0.4119 -1.1252,0.91533 0.9776,1.58178 -4.1485,6.65728 -7.8804,7.80264 -3.3791,1.03708 -3.8284,0.88628 -8.253,-2.77 z\"\n                id=\"path2111\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1563.6349,415.92742 c -2.1271,-1.67315 -2.6349,-2.91329 -2.6349,-6.4349 0,-2.39928 -0.4643,-5.58346 -1.0317,-7.07595 -2.3517,-6.1855 -0.5144,-29.13286 2.9617,-36.99132 1.1532,-2.60686 2.3707,-6.45327 2.7056,-8.54757 0.8499,-5.31536 3.903,-7.04891 14.9846,-8.50817 3.0165,-0.39723 5.2159,0.0164 8.2102,1.54396 2.2495,1.14759 5.0223,2.08653 6.1619,2.08653 2.8878,0 8.7796,2.58866 12.7034,5.58148 3.2918,2.51081 3.2977,2.53078 1.6833,5.71906 -0.8911,1.7597 -2.2607,3.93176 -3.0436,4.8268 -0.7828,0.89503 -1.6551,2.92003 -1.9383,4.5 -0.2832,1.57996 -2.0288,5.12266 -3.879,7.87266 -1.8935,2.81438 -3.9143,7.55768 -4.6228,10.85113 -0.6924,3.21813 -1.7395,5.99741 -2.3271,6.1762 -0.5875,0.17878 -3.9617,0.57426 -7.4982,0.87885 -3.5365,0.30459 -6.7648,0.9003 -7.1739,1.32381 -0.6041,0.62527 -1.5459,7.79454 -1.8383,13.99433 -0.076,1.60583 -5.3043,4.27568 -8.3733,4.27568 -1.3281,0 -3.6005,-0.93266 -5.0496,-2.07258 z\"\n                id=\"path2107\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1708.1644,382.75 c -4.6397,-7.54442 -11.3068,-21.93647 -10.7882,-23.28803 0.8655,-2.25539 21.0016,-1.99222 25.2453,0.32995 5.7494,3.14611 12.8736,10.56365 16.2206,16.88863 1.96,3.70386 -0.902,5.49137 -8.3596,5.22101 -4.7743,-0.17309 -7.2244,0.2832 -10.3953,1.93599 -6.1007,3.17983 -9.4884,2.87081 -11.9228,-1.08755 z\"\n                id=\"path2103\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1608.5,335.47391 c -2.2,-1.35501 -5.3765,-2.46597 -7.0589,-2.46879 -5.121,-0.009 -6.6112,-1.87965 -6.9866,-8.77239 -0.1839,-3.37684 -0.7851,-6.98193 -1.336,-8.01131 -1.5647,-2.92373 -2.1704,-12.25601 -0.9441,-14.54737 0.6038,-1.12815 1.1785,-4.55382 1.2772,-7.61261 0.1514,-4.69082 -0.2476,-6.10935 -2.5486,-9.06144 -1.5004,-1.925 -2.8845,-4.4 -3.0757,-5.5 -0.2997,-1.724 -1.3812,-2.08342 -7.8375,-2.60453 -4.1194,-0.33249 -8.2199,-0.92112 -9.1123,-1.30806 -2.2708,-0.98465 -11.4561,-12.60849 -12.1389,-15.36161 -0.3102,-1.25082 -0.1331,-3.83481 0.3935,-5.74221 1.1498,-4.16402 3.5829,-5.02751 11.5335,-4.09308 8.2553,0.97026 13.1762,4.08506 14.7828,9.35717 0.8234,2.70203 3.3838,3.44302 10.0516,2.90897 7.9861,-0.63964 11.4544,1.30301 11.4847,6.43283 0.011,1.7872 0.7944,2.94448 2.53,3.73528 3.8322,1.74604 4.8873,4.97983 3.2117,9.8433 -1.3975,4.05638 -1.3856,4.10174 1.9337,7.3472 1.8369,1.7961 3.3399,4.26992 3.3399,5.49738 0,1.86058 0.7068,2.336 4.25,2.85862 2.3375,0.34479 8.075,1.37263 12.75,2.28411 l 8.5,1.65722 5.5965,-2.65629 c 3.0781,-1.46097 6.073,-2.6563 6.6554,-2.6563 0.5824,0 2.9701,-1.59676 5.306,-3.54835 4.1581,-3.47403 4.4167,-3.54433 12.3446,-3.35678 9.3536,0.22127 12.2162,1.04585 19.0975,5.5011 8.2748,5.35742 12.7007,12.80328 9.5083,15.99577 -0.6557,0.65566 -0.5878,2.06199 0.2003,4.1499 1.0001,2.64962 0.9311,3.44802 -0.4288,4.95826 -0.8914,0.99006 -1.7838,3.3751 -1.9831,5.3001 -0.3158,3.04981 -0.9827,3.80959 -5.185,5.90693 -8.3028,4.14383 -20.4045,4.11353 -22.2649,-0.0557 -0.809,-1.81301 -1.1521,-1.91676 -2.4204,-0.73184 -0.8128,0.75936 -3.4912,2.377 -5.9521,3.59475 -3.8758,1.91795 -6.4806,2.26523 -19.4743,2.59636 -16.0335,0.4086 -19.7433,-0.35108 -20.9965,-4.29948 -0.8728,-2.74998 -1.5805,-2.55853 -5.5035,1.48903 -1.8658,1.925 -3.8666,3.48596 -4.4462,3.46879 -0.5796,-0.0172 -2.8538,-1.13986 -5.0538,-2.49488 z\"\n                id=\"path2099\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1574.5,332.27509 c -2.0575,-0.50706 -13.1256,-8.04351 -15.927,-10.84497 -2.4444,-2.44442 -1.8989,-5.5969 2.3483,-13.56935 3.3615,-6.30978 4.468,-7.54922 7.75,-8.68062 4.5284,-1.56107 9.2939,-0.48724 13.5541,3.05422 2.5944,2.15663 2.7575,2.82632 3.3911,13.92004 0.6629,11.60797 0.6552,11.66476 -1.93,14.25 -2.4803,2.48029 -4.798,2.95224 -9.1865,1.87068 z\"\n                id=\"path2097\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1535.3401,313.9172 c -4.5612,-2.09898 -9.3401,-7.09844 -9.3401,-9.77124 0,-0.93533 1.4414,-2.96542 3.2032,-4.51132 l 3.2031,-2.81074 -9.3085,0.30419 c -10.5296,0.34409 -12.0978,-0.5484 -12.0978,-6.88496 0,-4.77603 -1.2733,-6.62447 -6.984,-10.13828 -2.7588,-1.6975 -5.016,-3.35859 -5.016,-3.69131 0,-0.33273 0.7601,-1.89162 1.689,-3.46421 1.5692,-2.65647 2.0125,-2.81716 6.25,-2.26574 5.4142,0.70454 8.061,1.91048 8.061,3.67269 0,0.70726 2.0174,3.39142 4.4832,5.96482 3.3258,3.47102 5.2337,4.6789 7.3906,4.6789 2.5986,0 2.9524,-0.38592 3.3316,-3.63359 0.4534,-3.884 -0.9539,-5.88066 -6.4554,-9.15894 -1.5125,-0.90128 -2.75,-2.2062 -2.75,-2.89982 0,-0.69363 2.2415,-3.03292 4.981,-5.19842 3.7292,-2.94772 5.677,-3.83774 7.75,-3.54124 1.523,0.21782 5.2026,0.62398 8.177,0.90257 2.9745,0.27859 6.4972,1.22013 7.8283,2.09231 l 2.4202,1.58577 -0.555,18.54525 c -0.3293,11.00171 -0.9955,19.07592 -1.6378,19.84987 -0.6279,0.75654 -0.8092,2.76265 -0.4317,4.77514 1.0119,5.3941 -0.7523,7.69809 -5.8172,7.59684 -2.3181,-0.0463 -6.0867,-0.94569 -8.3747,-1.99854 z\"\n                id=\"path2093\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1462.6174,307.55175 c -4.1073,-2.52391 -6.8434,-2.56222 -9.5272,-0.13338 -0.8997,0.81425 -2.1653,1.15322 -2.8125,0.75327 -1.5391,-0.9512 3.9127,-23.79218 5.5904,-23.42164 0.7324,0.16177 1.1319,-1.63463 1.1319,-5.09027 0,-6.70243 4.6883,-30.39772 6.6103,-33.40973 2.9568,-4.63352 10.818,-0.78737 8.2393,4.0311 -0.6889,1.28713 -0.7254,2.70929 -0.1052,4.09539 1.0715,2.39465 0.7497,8.78521 -0.5739,11.39604 -0.4816,0.95011 -0.8296,3.52747 -0.7731,5.72747 0.088,3.42446 0.4475,4.04875 2.4996,4.33881 1.3183,0.18635 4.3882,-0.21872 6.8221,-0.90014 3.9914,-1.11754 4.6126,-1.05138 6.3391,0.67505 3.6955,3.69554 4.5792,17.55305 1.3931,21.84548 -0.8331,1.12244 -2.4364,3.48877 -3.5628,5.25851 -4.6532,7.31099 -13.8419,9.3992 -21.2711,4.83404 z\"\n                id=\"path2091\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1489.9622,307.40052 c -0.7099,-1.86716 -0.5236,-3.1715 0.7423,-5.19669 0.9296,-1.48711 1.7275,-2.7925 1.7732,-2.90088 0.046,-0.10837 1.5097,-0.44838 3.2534,-0.75558 2.9902,-0.52679 3.2881,-0.29238 5.242,4.12469 1.259,2.8463 1.7112,5.04363 1.1528,5.60205 -0.5054,0.50535 -3.2357,1.07642 -6.0674,1.26904 -4.7169,0.32087 -5.228,0.14124 -6.0963,-2.14263 z\"\n                id=\"path2089\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1684.5028,276.00895 c -0.3475,-1.09508 -0.4075,-2.35407 -0.1333,-2.79775 0.7602,-1.23008 -0.5583,-2.75928 -3.8491,-4.4641 -2.8465,-1.47464 -3.0833,-1.43181 -5.2986,0.95857 -1.7111,1.84636 -2.8959,2.32274 -4.5204,1.81753 -1.2108,-0.37657 -3.3264,-0.91891 -4.7014,-1.2052 -1.375,-0.2863 -3.4814,-1.68087 -4.6809,-3.09905 -1.8466,-2.18325 -2.4215,-2.37889 -3.75,-1.27628 -0.863,0.71622 -1.5691,2.48887 -1.5691,3.93923 0,3.43694 -3.1835,5.45635 -7.2081,4.57239 -1.672,-0.36722 -8.5827,-0.73706 -15.3571,-0.82186 -10.7898,-0.13506 -12.6656,-0.41348 -15.126,-2.24512 -2.4069,-1.79176 -2.8515,-2.89281 -3.1074,-7.69484 -0.1945,-3.65122 0.2471,-6.65916 1.2675,-8.63233 2.3999,-4.64095 8.2942,-10.06014 10.942,-10.06014 4.2783,0 4.8977,-2.33275 1.4815,-5.58043 -5.5631,-5.28883 -7.2665,-10.94044 -4.7427,-15.73531 1.6653,-3.16389 2.7767,-3.65202 8.3503,-3.66773 6.0781,-0.0171 10.0925,2.92371 11.6396,8.52678 0.5637,2.04168 2.1099,4.79711 3.436,6.12318 1.9803,1.98032 2.7733,2.21714 4.439,1.32567 1.9295,-1.03261 1.8117,-1.30801 -2.4251,-5.667 -2.4492,-2.5199 -4.988,-5.87292 -5.6417,-7.45116 -1.0586,-2.55569 -0.8964,-3.25256 1.4827,-6.37176 l 2.6713,-3.50224 -6.8284,0 c -8.513,0 -11.2734,-1.61522 -11.2734,-6.59654 0,-1.91573 0.9314,-5.30882 2.0698,-7.5402 1.1383,-2.23139 1.8313,-4.29552 1.5398,-4.58695 -1.5757,-1.57579 2.8911,-6.27491 8.889,-9.35124 l 6.6104,-3.39048 6.6301,3.4827 c 8.4371,4.4319 7.9196,4.25278 7.9751,2.76049 0.026,-0.70278 0.3743,-2.06528 0.7737,-3.02778 0.3993,-0.9625 0.3404,-1.79464 -0.1309,-1.84919 -0.4714,-0.0546 -2.1597,-0.21355 -3.7518,-0.35331 -4.1214,-0.36178 -10.9217,-7.96752 -13.1513,-14.70895 -0.9711,-2.9362 -3.2705,-7.31576 -5.1098,-9.73235 -1.8392,-2.41659 -3.3441,-4.74877 -3.3441,-5.18261 0,-0.43385 -0.8624,-1.06253 -1.9164,-1.39706 -2.8395,-0.90123 -3.9478,-5.3438 -3.181,-12.75183 0.8971,-8.66713 1.9271,-9.80788 8.3449,-9.24184 6.6648,0.58781 8.4775,1.91027 15.7954,11.5235 3.3837,4.44503 6.2989,7.93522 6.4781,7.75598 1.1082,-1.10819 -1.5943,-7.20151 -4.8195,-10.86678 -4.9653,-5.64266 -4.7556,-8.65592 0.7985,-11.4779 2.2,-1.11779 5.792,-3.25529 7.9821,-4.75 2.1902,-1.49471 4.7777,-2.71766 5.75,-2.71766 1.1127,0 1.7679,-0.75594 1.7679,-2.0396 0,-1.12178 1.8301,-3.8335 4.067,-6.02605 l 4.0669,-3.98645 -2.5669,-3.05067 c -1.4119,-1.67788 -2.5811,-3.80365 -2.5983,-4.723955 -0.017,-0.920301 -1.0601,0.351725 -2.3177,2.826725 -6.182,12.16698 -10.9557,16.44927 -18.4857,16.58262 -2.5659,0.0454 -7.2421,0.69859 -10.3914,1.45144 -7.9331,1.89635 -11.1655,0.7227 -11.5784,-4.20395 -0.1675,-1.9984 0.3721,-5.2527 1.199,-7.23178 0.8269,-1.97908 1.2417,-3.59833 0.9218,-3.59833 -1.0696,0 -4.3163,4.28813 -4.3163,5.70076 0,0.76711 -1.1493,2.45987 -2.554,3.7617 -2.0546,1.90414 -3.1052,2.20887 -5.3731,1.55845 -6.6981,-1.92098 -11.5604,-7.52362 -9.1012,-10.48682 1.0763,-1.29683 0.9449,-1.53409 -0.8493,-1.53409 -1.1673,0 -2.4599,-0.0678 -2.8724,-0.15077 -1.6539,-0.33246 -3.1881,-3.53368 -3.2182,-6.714753 -0.025,-2.671371 0.7932,-4.119662 3.9682,-7.021883 C 1618.2922,86.18915 1618.8737,85 1616.5,85 c -0.825,0 -2.4,-0.9 -3.5,-2 -1.1,-1.1 -3.039,-2 -4.3089,-2 -8.6692,0 -6.307,-9.304719 3.3089,-13.033552 1.925,-0.746476 5.1351,-3.069303 7.1336,-5.161838 3.0871,-3.232413 4.269,-3.80461 7.8584,-3.80461 3.9667,0 4.1878,-0.147454 3.6191,-2.41337 -0.4699,-1.872298 0.066,-2.978814 2.3916,-4.93544 1.6485,-1.387139 2.9973,-3.396022 2.9973,-4.464185 0,-2.505903 2.0383,-4.172253 4.534,-3.706729 1.0813,0.201686 2.4657,0.401132 3.0765,0.443213 0.6107,0.04208 2.7141,1.16483 4.6742,2.494997 3.8224,2.593909 4.7153,2.072491 4.7153,-2.753471 0,-1.194275 1.575,-4.386681 3.5,-7.094235 1.925,-2.707554 3.5,-5.724667 3.5,-6.704696 0,-0.980029 1.7833,-3.656476 3.9628,-5.947661 3.1921,-3.35553 4.4746,-4.067956 6.5941,-3.662793 2.1915,0.418939 2.7948,0.03393 3.6097,-2.303777 1.0654,-3.055991 5.2432,-5.099138 9.0566,-4.42906 7.5718,1.330495 9.9573,1.123429 14.4188,-1.251598 4.9701,-2.6458282 12.6881,-3.6438268 15.755,-2.037254 1.3542,0.709402 3.5724,0.486428 7.7528,-0.7793092 4.2407,-1.2839633 6.4758,-1.5022077 8.1031,-0.7912057 1.2359,0.5400049 4.7221,0.8237097 7.7471,0.6304552 7.4346,-0.4749653 9.2799,0.1258905 10.7618,3.5042787 1.369,3.120877 4.0771,4.885231 8.6691,5.648092 3.8614,0.641489 5.5231,2.439889 6.6188,7.163038 1.397,6.022029 1.1232,11.308895 -0.9796,18.912352 -1.4808,5.354834 -2.6935,7.618149 -5.2122,9.728358 -1.8053,1.5125 -3.8152,2.75 -4.4665,2.75 -1.804,0 -6.9198,6.270634 -9.8093,12.023416 -1.4201,2.827499 -2.5821,5.349943 -2.5821,5.605431 0,1.293807 5.0502,-3.470469 5.9723,-5.634111 0.5872,-1.377895 2.4073,-3.402895 4.0448,-4.5 1.6374,-1.097105 2.9784,-2.332236 2.98,-2.744736 0,-1.133502 4.7928,-0.899015 5.5153,0.270082 0.3468,0.561046 0.6305,3.527837 0.6305,6.592869 0,4.230549 -0.5865,6.459012 -2.435,9.252274 -3.7414,5.653642 -6.8665,12.159028 -6.4464,13.419295 0.2081,0.624316 -1.7252,5.878201 -4.2962,11.6753 -2.5709,5.7971 -5.1388,11.66518 -5.7064,13.04018 -1.2624,3.05836 -3.4213,14.06289 -3.8243,19.49362 -0.3911,5.27065 -5.1098,9.79072 -9.732,9.32235 -2.8187,-0.28562 -3.1835,0.003 -3.7975,2.99936 -0.3736,1.82344 -1.687,4.38803 -2.9187,5.6991 -2.0993,2.23463 -10.3259,5.81277 -11.2468,4.89181 -0.2302,-0.23018 -1.2783,0.53779 -2.3291,1.70659 -1.887,2.09898 -1.8829,2.14356 0.3395,3.6281 2.6823,1.79179 2.9659,5.81049 0.595,8.43033 -1.3296,1.46923 -1.3788,1.85142 -0.25,1.94409 0.7728,0.0634 1.855,0.2199 2.405,0.34769 0.55,0.12778 1.832,0.30087 2.8488,0.38465 1.0168,0.0838 3.1543,1.5499 4.75,3.25807 3.6664,3.92489 4.1585,11.09212 0.9012,13.12631 -2.6173,1.63456 -2.5229,2.56877 0.5,4.94659 1.375,1.08158 2.5,2.82527 2.5,3.87487 0,1.2016 -0.9259,2.14075 -2.5,2.53583 -2.0174,0.50634 -2.5,1.24735 -2.5,3.83894 0,4.49238 -4.4578,9.30803 -9.0171,9.74097 L 1703.5,216.5 l 0.3412,7.5224 c 0.3071,6.76939 0.1069,7.77042 -2,10 -6.1528,6.51119 -6.1692,6.54742 -4.2712,9.44415 0.9499,1.44962 3.1227,3.35683 4.8285,4.23824 1.7058,0.88141 3.6068,2.29234 4.2245,3.1354 1.497,2.04337 0.9133,7.16395 -1.4128,12.39514 -4.4386,9.98206 -18.7846,18.83161 -20.7074,12.77362 z\"\n                id=\"path2087\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1497.4933,238.58422 c -2.757,-2.75697 -3.247,-7.12369 -1.3955,-12.435 1.3578,-3.89495 3.1598,-4.00062 5.7676,-0.33823 3.9313,5.52105 3.9854,12.12814 0.1161,14.19891 -1.6298,0.87226 -2.4511,0.61136 -4.4882,-1.42568 z\"\n                id=\"path2079\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1571.1178,237.21732 c -7.1285,-3.69828 -7.8807,-7.28853 -2.5214,-12.03332 4.3685,-3.86755 9.8857,-4.28523 14.9839,-1.13435 5.5913,3.45556 5.6838,7.86746 0.2607,12.43065 -3.3864,2.84954 -8.1225,3.12389 -12.7232,0.73702 z\"\n                id=\"path2077\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1562.3454,220.54926 c -3.3065,-1.43856 -4.8643,-4.33886 -3.9232,-7.30401 0.3471,-1.0936 -0.5788,-3.07167 -2.4573,-5.25 -3.6601,-4.24432 -4.3706,-6.70385 -3.6874,-12.7653 0.6056,-5.37272 3.6678,-8.66876 7.1119,-7.65499 1.1608,0.3417 4.7684,2.37712 8.0169,4.52316 3.2484,2.14603 6.2137,3.90188 6.5895,3.90188 1.6051,0 3.0042,5.58911 3.0042,12.00125 l 0,6.90714 -4.6438,3.5458 c -5.1791,3.95455 -5.5557,4.03335 -10.0108,2.09507 z\"\n                id=\"path2073\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1540.704,218.67631 c -1.2122,-1.27748 -3.779,-4.12299 -5.704,-6.32334 -6.1646,-7.04637 -9.238,-8.72605 -15.5028,-8.47259 -4.9675,0.20097 -5.8568,-0.0861 -8.5217,-2.75108 -3.11,-3.10994 -3.7978,-6.72423 -1.9403,-10.19504 0.5693,-1.06384 1.6943,-1.93426 2.5,-1.93426 0.8056,0 2.3364,-0.87158 3.4016,-1.93683 1.6696,-1.66957 1.7933,-2.46302 0.8963,-5.75 -0.6203,-2.27313 -2.4122,-4.95323 -4.4368,-6.63597 -6.412,-5.32932 -3.649,-13.6772 4.527,-13.6772 4.4561,0 10.0767,3.92112 10.0767,7.02988 0,1.86132 1.4427,3.2534 3.7318,3.60084 2.439,0.37021 7.1442,4.95227 9.3188,9.07506 1.2201,2.31318 2.997,5.04153 3.9486,6.063 3.4358,3.6879 3.8901,5.51523 2.4207,9.73764 -1.9813,5.69341 -1.7906,7.00175 1.5801,10.8408 1.65,1.87924 3,4.12373 3,4.98774 0,2.87619 -2.1911,6.4311 -4.6562,7.55427 -2.0748,0.94534 -2.7623,0.76562 -4.6398,-1.21292 z\"\n                id=\"path2071\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1598.0897,207.85325 c -2.2437,-2.33498 -4.3416,-5.07168 -4.6622,-6.08156 -0.3205,-1.00988 -1.7198,-3.05914 -3.1095,-4.55392 -3.5937,-3.86534 -7.318,-11.61619 -7.318,-15.22998 0,-3.95606 3.9028,-7.98779 7.7323,-7.98779 2.5975,0 6.2677,-2.84057 6.2677,-4.85092 0,-0.89203 -4.8552,-3.50857 -6.5,-3.50294 -0.55,0.002 -3.1317,0.3575 -5.7372,0.79026 -6.0549,1.00572 -9.149,0.20606 -10.4766,-2.70763 -0.7916,-1.73743 -0.7012,-2.99765 0.3605,-5.02397 0.8436,-1.61012 0.9995,-2.7048 0.3852,-2.7048 -0.5675,0 -1.9319,-0.9 -3.0319,-2 -2.2473,-2.24731 -2.6063,-6.96243 -0.9022,-11.85078 0.9827,-2.81903 1.5141,-3.14922 5.0674,-3.14922 3.6589,0 3.9138,-0.17569 3.257,-2.24506 -0.3919,-1.23478 -2.049,-3.41189 -3.6824,-4.83803 -2.5172,-2.19772 -2.8663,-3.06443 -2.2906,-5.68585 0.8078,-3.67748 2.8105,-5.54424 6.4114,-5.97595 6.2368,-0.74775 6.4188,-1.482 1.627,-6.56226 l -3.5124,-3.72383 2.0222,-3.9639 c 1.1122,-2.18015 3.3405,-4.64561 4.9517,-5.4788 2.3277,-1.203717 2.9933,-2.286367 3.2402,-5.270608 0.2901,-3.506793 0.5448,-3.77542 3.8425,-4.053071 3.6502,-0.307318 9.4844,2.752629 11.0536,5.797359 2.2154,4.29849 4.9146,10.77132 4.9146,11.78531 0,2.1432 4.1987,8.68651 8.6125,13.42185 3.2292,3.46447 4.3875,5.52627 4.3875,7.80986 0,2.35167 1.2103,4.38239 5,8.38946 4.3789,4.63002 5,5.81228 5,9.51707 0,4.47771 0.3744,4.96442 9.957,12.94244 3.5728,2.97452 4.043,3.86499 4.043,7.65657 0,3.69223 -0.8329,5.39364 -5.9722,12.20015 -3.2847,4.35026 -7.1097,8.51834 -8.5,9.26241 -1.6572,0.88691 -2.5278,2.20424 -2.5278,3.82491 0,1.35963 -1.6675,4.65859 -3.7055,7.33102 -4.1164,5.39779 -4.748,5.70929 -8.9777,4.42795 -1.9018,-0.57612 -2.224,-0.23648 -2.5,2.63481 -0.3092,3.21676 -0.4413,3.3034 -5.4823,3.59552 -4.9251,0.2854 -5.3552,0.10181 -9.2448,-3.94608 z\"\n                id=\"path2069\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1474.3076,192 c 0.3057,-1.375 0.8617,-4.1875 1.2354,-6.25 0.3738,-2.0625 1.0921,-3.75 1.5964,-3.75 1.4365,0 -0.133,9.31991 -1.8525,11 -1.3726,1.34114 -1.4763,1.23523 -0.9793,-1 z\"\n                id=\"path2065\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 1549.9765,148.7182 c -3.4063,-2.72369 -5.7729,-6.78322 -5.2353,-8.98009 0.8446,-3.4514 2.2577,-4.73811 5.2036,-4.73811 2.0567,0 3.3379,0.97442 5.3776,4.08974 3.2041,4.89397 3.3094,6.27843 0.6776,8.91026 -2.2787,2.2787 -3.8392,2.46477 -6.0235,0.7182 z\"\n                id=\"path1873\"\n                inkscape:connector-curvature=\"0\"/>\n    </g>\n    <path\n            d=\"m 1749.4712,1249.0557 c 1.0601,-2.05 2.443,-2.9535 5.2347,-3.4202 2.0868,-0.3488 4.3725,-1.0084 5.0795,-1.4658 1.8595,-1.2029 2.8196,-8.1778 1.2584,-9.1426 -0.8791,-0.5433 -0.9618,-1.3301 -0.2787,-2.6499 0.5344,-1.0325 1.2738,-3.5518 1.6432,-5.5985 0.3693,-2.0466 1.4915,-4.2966 2.4938,-5 3.604,-2.5291 6.7456,-8.359 6.4112,-11.8977 -0.1757,-1.8595 -0.3904,-7.0334 -0.4771,-11.4974 -0.1477,-7.5986 0.072,-8.5264 3.4358,-14.5423 l 3.5935,-6.4258 -1.7915,-3.9577 c -0.9854,-2.1768 -2.7551,-4.815 -3.9328,-5.8628 -2.0884,-1.858 -2.9076,-4.595 -1.3752,-4.595 0.4212,0 3.4011,2.6864 6.6218,5.9698 5.3179,5.4213 10.7247,8.9103 16.1122,10.397 5.4772,1.5115 8.4955,-7.6781 4.4478,-13.5417 -2.6433,-3.8291 -13.5355,-15.6472 -16.3463,-17.7358 -1.0441,-0.7759 -4.8691,-1.752 -8.5,-2.1692 -3.6308,-0.4172 -9.0621,-1.4699 -12.0694,-2.3393 -3.8807,-1.1219 -9.7424,-1.5808 -20.1933,-1.5808 -13.7352,0 -14.8224,-0.1385 -16.1684,-2.0602 -0.7937,-1.1331 -3.8181,-3.2875 -6.721,-4.7875 -4.2877,-2.2156 -5.3,-3.2301 -5.3953,-5.4071 -0.064,-1.4739 -1.412,-4.0312 -2.9945,-5.683 -2.4685,-2.5765 -2.6416,-3.0935 -1.2184,-3.6396 2.2172,-0.8508 2.0913,-3.0064 -0.378,-6.4742 -1.1202,-1.5733 -2.9155,-4.847 -3.9895,-7.2749 -1.7095,-3.8647 -2.4312,-4.491 -5.7938,-5.0287 -3.8429,-0.6145 -14.4695,-5.6951 -17.0493,-8.1512 -0.7531,-0.7171 -1.4866,-3.034 -1.6299,-5.1487 -0.1433,-2.1147 -0.6023,-5.1376 -1.0199,-6.7176 l -0.7592,-2.8728 -8.0745,0.5293 c -7.4824,0.4905 -8.4986,0.3152 -13.8591,-2.3908 l -5.7847,-2.9201 -4.1253,2.6041 c -3.7541,2.3699 -3.9836,2.7459 -2.5505,4.1791 1.4331,1.4331 0.9718,1.9679 -5.1263,5.9426 -3.6857,2.4023 -8.3301,6.1089 -10.3209,8.2369 -4.0487,4.3276 -4.5316,4.3791 -18.8803,2.0125 -4.125,-0.6803 -10.6855,-1.326 -14.579,-1.4349 -6.7106,-0.1877 -13.421,-2.5521 -13.421,-4.7288 0,-0.4314 -1.155,-0.7844 -2.5668,-0.7844 -1.5622,0 -4.0082,-1.3664 -6.25,-3.4913 -3.656,-3.4655 -3.7511,-3.4914 -12.8618,-3.5 -6.6095,-0.01 -9.5782,-0.4083 -10.6063,-1.4364 -0.7852,-0.7853 -3.1799,-1.744 -5.3214,-2.1304 -5.5037,-0.9932 -6.0829,-1.7308 -6.8468,-8.7202 -0.6237,-5.7053 -0.9444,-6.3548 -3.8635,-7.8247 -3.0595,-1.5406 -3.1793,-1.8325 -3.0772,-7.5 0.1152,-6.3917 1.3025,-33.1995 1.8999,-42.897 0.2033,-3.3 0.6573,-13.15136 1.0088,-21.89191 0.8025,-19.95266 -0.9234,-16.8192 22.9172,-41.60809 5.0252,-5.225 12.0462,-12.82618 15.6023,-16.8915 3.5561,-4.06533 6.9315,-7.89033 7.5009,-8.5 0.5694,-0.60968 6.4166,-7.4085 12.9937,-15.1085 6.5771,-7.7 14.2113,-16.49119 16.9647,-19.53598 13.4836,-14.91026 19.515,-21.68198 21.344,-23.96402 l 2.0037,-2.5 3.3293,1.88762 c 4.0839,2.31544 10.8293,8.61851 10.8293,10.11916 0,0.60549 1.4797,2.5351 3.2883,4.28803 2.4286,2.35391 4.8469,3.48719 9.25,4.33481 4.1114,0.79147 6.8982,2.02666 8.9792,3.97981 2.8616,2.68591 5.391,3.64803 10.0329,3.81626 1.1277,0.0409 4.5027,2.25581 7.5,4.92208 l 5.4496,4.84778 18.7381,0.62582 c 16.3226,0.54515 19.271,0.89769 22.8721,2.73483 l 4.1339,2.109 -0.6786,8.6674 c -0.3733,4.76707 -1.0651,9.05675 -1.5373,9.53263 -0.4792,0.48289 -0.025,2.23605 1.0279,3.96742 1.0376,1.70621 2.1644,5.14186 2.504,7.63478 1.0896,7.99931 1.2594,8.82488 2.2004,10.69486 0.5086,1.01074 0.783,3.90676 0.6098,6.43559 -0.2543,3.71317 0.2571,5.4998 2.6577,9.28521 3.86,6.0866 15.8855,20.61691 17.0628,20.61691 2.2869,0 8.671,8.25485 10.4643,13.53079 l 1.9289,5.67481 6.183,-0.4658 6.183,-0.4657 0.6337,5.1129 c 1.0019,8.0834 1.4152,11.7202 2.0019,17.613 0.3011,3.025 0.7424,6.625 0.9805,8 0.2382,1.375 0.7051,5.2 1.0375,8.5 0.3325,3.3 0.7695,7.125 0.9712,8.5 0.482,3.287 1.4236,11.261 2.0664,17.5 0.2833,2.75 0.7115,6.575 0.9514,8.5 1.5011,12.0411 2.4751,20.2365 3.017,25.3855 0.3407,3.2371 1.9706,8.9073 3.6219,12.6004 2.5325,5.6638 3.9117,7.3561 8.8107,10.811 6.4614,4.5566 15.4874,7.7582 24.5578,8.7107 4.1491,0.4357 7.4152,1.5343 10.5875,3.5612 2.5232,1.6122 5.4482,2.9408 6.5,2.9526 1.0669,0.012 3.1222,1.7319 4.6484,3.8901 l 2.736,3.8689 8.6349,-0.4756 c 7.4783,-0.4118 9.4802,-0.9401 14.9447,-3.9438 6.3268,-3.4777 11.3819,-5.0701 11.525,-3.6306 0.1521,1.5301 0.724,4.0655 1.3906,6.166 0.5351,1.686 -0.1334,2.8333 -3.1313,5.3736 -6.2453,5.2921 -11.4309,10.7887 -18.8358,19.9654 -3.85,4.7712 -7.45,8.71 -8,8.753 -1.6859,0.1317 -5.686,3.9016 -5.1169,4.8224 1.1628,1.8815 -6.8527,4.9225 -13.4961,5.1203 -11.9364,0.3553 -29.132,7.4287 -32.7981,13.4915 -3.6336,6.0091 -3.6047,7.4639 0.1797,9.0452 1.879,0.785 4.2908,1.1987 5.3597,0.9191 1.4711,-0.3846 2.3463,0.3366 3.6008,2.9673 1.9451,4.0789 1.2817,4.6458 -5.4358,4.6458 -4.0483,0 -14.9728,4.1237 -17.7933,6.7165 -1.3207,1.2141 -1.2041,1.6033 0.9755,3.2556 l 2.4754,1.8766 -2.7459,0.6892 c -1.5103,0.3791 -4.736,0.1881 -7.1683,-0.4243 -9.4841,-2.3882 -11.7296,-1.3358 -23.537,11.0309 -6.4716,6.7782 -7.9801,7.8674 -11,7.9423 -1.9248,0.048 -4.9553,0.2371 -6.7345,0.4208 l -3.2347,0.3341 1.4407,-2.786 z\"\n            id=\"CA-ON\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 2100.6702,1071.3369 c -0.2889,-0.2889 -4.2704,-0.6863 -8.8478,-0.8831 -4.5773,-0.1968 -10.7974,-1.085 -13.8224,-1.9738 -6.6994,-1.9685 -8.0737,-2.3009 -10,-2.4188 -4.0759,-0.2495 -4.5024,-1.7185 -2.031,-6.995 1.3051,-2.7864 2.9631,-5.0662 3.6844,-5.0662 0.7213,0 3.3494,1.9526 5.8401,4.3392 3.6422,3.4898 4.7461,4.077 5.64,3 0.6543,-0.7884 3.1445,-1.3392 6.0547,-1.3392 2.7188,0 5.7012,-0.4021 6.6275,-0.8936 3.1978,-1.6966 12.1423,-3.9835 12.6114,-3.2243 0.2588,0.4187 -0.1614,1.9793 -0.9337,3.4679 -0.7723,1.4887 -1.5075,4.7027 -1.6338,7.1423 -0.2048,3.9559 -1.7424,6.2915 -3.1894,4.8446 z\"\n            id=\"CA-PE\"\n            inkscape:connector-curvature=\"0\"/>\n    <g\n            id=\"CA-QC\">\n        <path\n                d=\"m 1898.798,1145.2352 c -0.8982,-1.5206 -1.81,-4.3331 -2.0261,-6.25 -0.3712,-3.2927 -0.6206,-3.502 -4.5159,-3.7894 -4.1223,-0.3042 -9.4829,1.7602 -15.4104,5.9348 -2.019,1.422 -4.4415,1.8694 -10.1211,1.8694 -7.4099,0 -7.4848,-0.027 -9.8456,-3.4932 -1.3084,-1.9212 -3.2291,-3.4962 -4.2683,-3.5 -1.0392,0 -4.1678,-1.4087 -6.9525,-3.1221 -3.5333,-2.1741 -6.7391,-3.2579 -10.6106,-3.587 -8.4407,-0.7175 -17.8292,-3.8149 -23.5904,-7.7828 -4.247,-2.9251 -5.7396,-4.7917 -8.2306,-10.2939 -1.839,-4.0622 -3.2968,-9.2924 -3.6849,-13.221 -0.3532,-3.575 -0.823,-7.85 -1.0439,-9.5 -0.221,-1.65 -0.8973,-7.275 -1.5031,-12.5 -0.6057,-5.225 -1.2908,-11.075 -1.5224,-13 -0.2316,-1.925 -0.6649,-5.525 -0.9629,-8 -0.298,-2.475 -1.887,-16.2 -3.5312,-30.5 -1.6442,-14.3 -3.2343,-27.17677 -3.5336,-28.61504 -0.4776,-2.29537 -0.1614,-2.69159 2.5871,-3.24127 2.8947,-0.57896 3.0802,-0.85797 2.457,-3.69558 -0.5274,-2.40109 -0.073,-3.97721 2.0853,-7.23914 1.5177,-2.29338 2.7556,-5.30361 2.7509,-6.68938 0,-1.38577 -1.8351,-6.34459 -4.0677,-11.01959 -2.2327,-4.675 -4.5427,-10.3 -5.1334,-12.5 -0.5908,-2.2 -1.8421,-5.09285 -2.7807,-6.42855 -1.158,-1.648 -1.6241,-3.98173 -1.45,-7.26105 0.2778,-5.23422 -2.3698,-10.92485 -5.9824,-12.85823 -1.1489,-0.61491 -1.9195,-2.1048 -1.9328,-3.73735 -0.012,-1.49315 -0.9023,-3.83982 -1.9778,-5.21482 -1.0755,-1.375 -1.9655,-2.95146 -1.9778,-3.50325 -0.033,-1.49063 4.8534,-5.82217 10.4979,-9.30577 2.739,-1.69038 6.4077,-4.78737 8.1527,-6.8822 1.7451,-2.09483 5.18,-6.00679 7.6333,-8.69324 2.9871,-3.27109 5.6713,-7.84515 8.1264,-13.84793 3.3243,-8.12818 3.6486,-9.75129 3.4796,-17.41769 -0.1367,-6.20164 -0.9209,-10.6385 -2.9433,-16.65207 -1.5164,-4.50882 -3.0278,-9.39377 -3.3588,-10.85545 -1.047,-4.62429 -9.9778,-14.22677 -16.4298,-17.66567 -7.7185,-4.11393 -13.6692,-10.05314 -13.9652,-13.93839 -0.1244,-1.6321 0.5309,-4.71591 1.4562,-6.8529 0.9253,-2.13699 1.8045,-4.55985 1.9536,-5.38414 0.1492,-0.82428 1.1946,-2.24641 2.3232,-3.16029 1.5509,-1.25581 2.052,-2.82777 2.052,-6.43685 0,-3.36746 0.5782,-5.3907 1.9612,-6.86285 1.8178,-1.935 1.857,-2.39001 0.5358,-6.22477 -0.7839,-2.27545 -1.6268,-5.24821 -1.8731,-6.60613 -0.5536,-3.05285 -3.1856,-8.24113 -6.1944,-12.21041 -2.0536,-2.70927 -2.2751,-4.09967 -2.2849,-14.34736 -0.01,-8.18534 -0.3963,-11.80787 -1.3943,-13 -0.7609,-0.90895 -2.6616,-4.73723 -4.2238,-8.50729 l -2.8405,-6.85464 2.5739,-5.24804 c 2.4527,-5.00097 2.7962,-5.27851 7.2966,-5.89535 7.5109,-1.02949 13.8748,-0.75925 18.2196,0.77368 5.719,2.01777 13.6987,2.72918 16.9114,1.5077 1.5083,-0.57342 4.5344,-2.81696 6.7247,-4.98564 2.1904,-2.16868 4.4562,-3.93285 5.0351,-3.92037 1.7561,0.0379 21.0774,10.2106 27.4972,14.47731 4.8884,3.24898 5.9839,4.46939 5.8347,6.5 -0.101,1.375 0.5753,3.64781 1.503,5.0507 1.5138,2.28931 2.7386,2.67811 11.9522,3.79402 5.6461,0.68383 12.4485,1.94977 15.1166,2.81321 l 4.851,1.56989 -0.6828,5.46519 c -0.6662,5.33151 0.077,8.78143 4.6962,21.80699 0.5851,1.65 1.0193,4.23533 0.9649,5.74518 -0.061,1.69876 0.8631,3.70735 2.4251,5.26932 1.3883,1.38828 3.4161,4.54046 4.5062,7.00485 l 1.982,4.48071 4.9266,-0.60005 c 4.7442,-0.57783 5.1227,-0.43257 10.2203,3.92246 2.9115,2.48738 6.5235,4.83117 8.0266,5.20843 1.5031,0.37725 2.7329,1.08713 2.7329,1.57751 0,1.86187 2.1155,0.74621 6.3682,-3.35841 3.2813,-3.16704 4.5766,-5.29971 5.0834,-8.36949 0.4789,-2.90099 1.3437,-4.42183 2.9235,-5.14165 1.3849,-0.63098 2.7683,-2.69008 3.6151,-5.38051 1.5539,-4.93738 1.3867,-15.32639 -0.2953,-18.3472 -0.6159,-1.10613 -0.9899,-2.45155 -0.8311,-2.98982 0.1587,-0.53827 0.7442,-3.44277 1.3009,-6.45445 0.9157,-4.95364 3.2825,-8.52659 4.9609,-7.48925 0.3562,0.22015 0.9572,2.09275 1.3355,4.16132 0.8508,4.65173 5.1605,12.26105 6.9444,12.26105 1.2169,0 4.0644,9.99949 3.5595,12.5 -0.5506,2.72741 0.2674,3.11081 5.785,2.71156 l 5.75,-0.41606 -0.1525,6.35225 c -0.084,3.49374 -0.6315,7.87223 -1.2169,9.72998 -0.6887,2.18573 -0.7275,4.00691 -0.1101,5.16062 1.1604,2.1681 6.4928,5.5595 10.1937,6.48311 3.3582,0.83811 3.6429,1.72635 4.3132,13.45837 0.2968,5.19346 1.1627,11.71009 1.9243,14.48141 0.7616,2.77132 1.6518,6.64551 1.9782,8.60931 0.4007,2.411 1.5935,4.30994 3.6728,5.84727 2.9969,2.21571 7.8679,10.9709 7.8875,14.17719 0.01,0.87726 0.8475,2.3531 1.8713,3.27964 1.0238,0.92655 2.6433,3.41835 3.5988,5.53736 1.6807,3.72718 1.6691,4.00705 -0.3576,8.58871 l -2.0949,4.73598 -5.2539,-0.54521 c -2.8897,-0.29986 -6.6315,-0.84239 -8.3152,-1.20561 -2.7148,-0.58565 -3.3373,-0.25514 -5.5,2.92003 -2.6747,3.92693 -4.3739,4.41519 -7.0228,2.01796 -0.9579,-0.86687 -4.4878,-2.14205 -7.8443,-2.83374 -6.6722,-1.37497 -7.317,-1.09349 -8.4613,3.69388 -0.3775,1.57917 -1.7355,3.27152 -3.1379,3.91051 -1.9134,0.8718 -2.4724,1.88366 -2.4724,4.4751 0,2.38106 -0.8957,4.28499 -3.1001,6.58948 -2.7154,2.83868 -3.0315,3.74286 -2.5473,7.28544 0.3041,2.22449 1.1679,5.23003 1.9196,6.67897 2.2865,4.40737 8.2356,10.37432 12.3423,12.3794 4.3353,2.1167 5.0538,4.51383 3.071,10.24535 -1.0794,3.1202 -0.961,3.51798 1.7382,5.83977 2.9207,2.51231 6.3841,2.75254 12.1868,0.84533 1.9155,-0.62958 2.174,-0.21571 2.7967,4.4786 0.4734,3.56893 1.4659,5.952 3.2015,7.68763 2.295,2.295 2.9988,2.45495 8.0339,1.82586 4.5362,-0.56676 5.8689,-0.37256 7.486,1.09093 1.082,0.97923 2.7333,1.92054 3.6694,2.09178 4.6514,0.85087 14.8779,1.11019 16.017,0.40615 0.7106,-0.43915 1.4894,-2.78202 1.7307,-5.20638 0.5619,-5.64464 1.2911,-12.32964 1.383,-12.67825 0.039,-0.14868 1.9311,0.67849 4.2043,1.83816 3.0466,1.55425 5.2151,1.9632 8.25,1.55578 4.339,-0.5825 20.3587,-6.02961 37.117,-12.6208 25.7111,-10.1124 41.5349,-15.92463 47.4274,-17.42057 3.535,-0.89746 7.0416,-2.14153 7.7923,-2.76461 0.8038,-0.66708 1.6856,-0.7597 2.1447,-0.22526 2.3391,2.72282 7.1356,9.27215 7.1356,9.74308 0,0.3012 -2.8125,2.69349 -6.25,5.31619 -9.1699,6.99633 -14.6346,13.21074 -15.2554,17.34835 -0.2888,1.925 -2.544,7.55 -5.0116,12.5 -2.4676,4.95 -4.8928,10.125 -5.3894,11.5 -1.1226,3.10832 -17.2956,11.79716 -27.5936,14.82445 -3.85,1.13179 -12.4,3.62146 -19,5.53262 -38.673,11.19852 -57.3573,18.23185 -60.8456,22.90405 -1.0277,1.3764 -2.2728,4.69323 -2.7671,7.37072 -0.4942,2.67749 -1.8335,7.90566 -2.9762,11.61816 -1.8045,5.8627 -2.3907,6.75 -4.4595,6.75 -4.7551,0 -14.5568,11.1554 -18.0124,20.5 -1.0169,2.75 -3.2816,7.2624 -5.0325,10.0276 -1.751,2.7651 -3.3952,6.5901 -3.6538,8.5 -1.1346,8.3778 -16.4763,33.2164 -24.4601,39.6014 -11.2123,8.967 -26.6344,25.3746 -25.1914,26.8013 0.2193,0.2167 4.2236,-3.837 8.8986,-9.0081 4.675,-5.1712 11.459,-11.6288 15.0756,-14.3503 6.2138,-4.6758 13.016,-11.8649 17.5726,-18.5719 4.0672,-5.9867 11.3518,-20.4278 11.3518,-22.5039 0,-1.1702 0.5149,-3.1105 1.1442,-4.3118 1.8194,-3.473 11.0248,-14.8209 14.8558,-18.3133 1.925,-1.7549 5.7383,-5.2545 8.4739,-7.777 2.7357,-2.5224 7.6857,-6.2366 11,-8.2537 3.3144,-2.0172 9.4011,-6.0003 13.5261,-8.8516 5.225,-3.6115 9.4829,-5.6723 14.037,-6.794 6.137,-1.5115 6.8958,-1.499 12.4001,0.204 4.8026,1.4859 6.1853,2.4278 7.6452,5.2077 3.972,7.5635 3.3478,12.7085 -2.386,19.6675 -5.5646,6.7537 -7.618,8.0756 -13.4795,8.6778 -11.4738,1.1789 -21.0237,3.8617 -24.1514,6.7848 -4.0561,3.7908 -7.3928,4.9331 -15.304,5.2391 -9.4631,0.366 -10.0237,1.0369 -9.2371,11.0548 l 0.6429,8.1873 -3.8549,0.6164 c -2.1202,0.339 -5.0547,0.3988 -6.5211,0.1329 -1.9752,-0.3582 -3.0799,0.1018 -4.2623,1.7748 -1.9578,2.77 -6.219,16.6317 -6.996,22.7582 -0.3139,2.475 -1.0062,7.425 -1.5384,11 -0.5322,3.575 -1.1632,8.4393 -1.4021,10.8097 -0.7777,7.7148 -3.7567,14.3158 -7.7269,17.1217 -1.999,1.4127 -4.6495,4.0383 -5.8899,5.8347 -1.2405,1.7963 -3.205,3.4571 -4.3655,3.6907 -1.1606,0.2336 -9.3938,2.0263 -18.2961,3.9839 -8.9023,1.9576 -18.5928,3.5593 -21.5344,3.5593 -4.7811,0 -5.5216,-0.2933 -6.9816,-2.7648 z\"\n                id=\"path2183\"\n                inkscape:connector-curvature=\"0\"/>\n        <path\n                d=\"m 2062.0131,992.20489 c -1.3678,-0.22334 -3.6178,-1.18346 -5,-2.13359 -1.3822,-0.95013 -5.079,-2.2823 -8.2151,-2.96037 -7.1475,-1.54542 -8.536,-4.11866 -4.1556,-7.70162 2.279,-1.86409 4.1738,-2.36909 9.3576,-2.49394 13.6657,-0.32916 18.5858,0.26369 27.75,3.34379 9.1304,3.06873 9.25,3.15095 9.25,6.3575 0,3.81706 -0.3704,3.9752 -11.5,4.90993 -12.1166,1.01763 -14.7769,1.12082 -17.4869,0.6783 z\"\n                id=\"path2161\"\n                inkscape:connector-curvature=\"0\"/>\n    </g>\n    <path\n            d=\"m 1419.9167,1058.6132 c -0.2292,-0.2128 -4.0167,-0.691 -8.4167,-1.0627 -4.4,-0.3717 -9.125,-0.8417 -10.5,-1.0445 -1.375,-0.2028 -5.425,-0.6555 -9,-1.006 -3.575,-0.3505 -7.625,-0.7959 -9,-0.9897 -1.375,-0.1939 -5.425,-0.6505 -9,-1.0148 -3.575,-0.3643 -17.525,-3.1382 -31,-6.1642 -13.475,-3.026 -25.175,-5.6462 -26,-5.8227 -4.5446,-0.9723 -7.1169,-1.5529 -13,-2.9342 -3.575,-0.8394 -7.4,-1.6829 -8.5,-1.8744 -1.1,-0.1915 -5.5024,-1.1509 -9.7832,-2.1319 -6.3238,-1.4492 -7.6873,-2.0916 -7.2721,-3.4259 0.477,-1.5329 8.3409,-33.84056 9.0407,-37.1422 0.1749,-0.825 1.7306,-7.35 3.4572,-14.5 1.7265,-7.15 4.7469,-19.75 6.7118,-28 1.965,-8.25 5.8124,-24.225 8.5499,-35.5 2.7375,-11.275 5.1564,-21.39568 5.3754,-22.4904 0.2189,-1.09472 1.7548,-7.61972 3.4131,-14.5 1.6583,-6.88028 5.0595,-21.0596 7.5582,-31.5096 2.4987,-10.45 6.0621,-25.3 7.9186,-33 1.8565,-7.7 5.019,-20.82724 7.0278,-29.17164 l 3.6524,-15.17164 5.1751,0.42821 c 2.8463,0.23552 7.3837,0.76276 10.0831,1.17164 2.6994,0.40889 8.4026,0.32908 12.6738,-0.17735 7.3287,-0.86898 8.1077,-0.76729 13.8447,1.80731 5.6663,2.54288 8.0735,2.72821 8.0735,0.6216 0,-1.12423 -21.2468,-11.47108 -26.5,-12.90507 -2.2,-0.60055 -5.0125,-1.09442 -6.25,-1.09748 -1.2375,-0.003 -3.15,-0.90558 -4.25,-2.00558 -2.2049,-2.20492 -5.1012,-2.55137 -8.0657,-0.96482 -2.2816,1.22107 -2.3272,0.89536 -0.8432,-6.02443 0.8561,-3.992 1.4484,-4.98656 2.75,-4.61809 1.4822,0.41957 8.5483,1.87308 15.2308,3.13298 1.3355,0.25178 3.3281,0.64622 4.4281,0.87652 3.3367,0.69861 44.8204,8.77468 47.5,9.24735 1.375,0.24253 7.9,1.51473 14.5,2.8271 6.6,1.31237 13.8,2.55824 16,2.76859 3.8523,0.36833 3.9944,0.50936 3.8475,3.81863 -0.084,1.88989 -1.3091,11.76117 -2.7228,21.93617 -1.4137,10.175 -2.8546,20.75 -3.2019,23.5 -0.6196,4.90466 -1.8348,7.5 -3.5119,7.5 -1.5333,0 -7.5203,6.64289 -8.8243,9.79099 -0.948,2.28858 -1.0096,3.95066 -0.2374,6.4002 2.2242,7.05465 1.8338,10.50892 -1.5864,14.03765 -2.2184,2.2888 -2.9187,3.70987 -2.3121,4.69145 0.7073,1.14436 1.4634,0.90908 4.0365,-1.25609 1.7414,-1.46531 3.8323,-2.6642 4.6464,-2.6642 1.5014,0 1.4826,3.15089 -0.1367,23 -0.2468,3.025 -0.7058,9.55 -1.02,14.5 -0.3142,4.95 -0.7597,11.025 -0.9899,13.5 -0.2303,2.475 -0.686,9 -1.0128,14.5 -0.3268,5.5 -0.7705,11.575 -0.9861,13.5 -0.2157,1.925 -0.6749,8.45 -1.0206,14.5 -0.3458,6.05 -0.7861,12.125 -0.9785,13.5 -0.1925,1.375 -0.6594,7.9 -1.0375,14.5 -0.3782,6.6 -0.8086,12.675 -0.9565,13.5 -0.1479,0.825 -0.5956,7.125 -0.995,14 -0.3994,6.875 -0.8494,13.175 -1,14 -0.1506,0.825 -0.6006,7.125 -1,14 -0.3994,6.875 -0.8769,13.3004 -1.0612,14.2786 -0.1842,0.9783 -0.4293,4.6908 -0.5445,8.25 -0.1871,5.7784 -1.1619,7.7703 -2.9776,6.0846 z\"\n            id=\"CA-SK\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1160.4397,680.67529 c -1.0668,-0.70329 -5.3147,-2.79428 -9.4397,-4.64665 -6.2983,-2.82831 -28.0222,-14.10455 -63.6742,-33.05141 -11.3331,-6.02281 -52.8515,-31.826 -83.5758,-51.94126 -10.88063,-7.12358 -15.75,-10.87982 -15.75,-12.1496 0,-2.53109 3.08744,-7.38071 6.31523,-9.91969 5.80007,-4.56236 2.45128,-7.5066 -8.9486,-7.86749 -2.25866,-0.0715 -3.28147,-0.66552 -3.66389,-2.12789 -0.29178,-1.11579 -0.90676,-1.92664 -1.36663,-1.80188 -1.87096,0.50758 -5.27417,-1.39891 -5.87471,-3.29102 -0.47788,-1.50567 1.89077,-5.75319 9.31217,-16.69885 C 997.53744,516.87952 1022.9824,479.1969 1042.641,450 c 15.6575,-23.25445 35.8902,-53.23674 63.2135,-93.67448 l 12.2803,-18.17448 3.1826,1.09681 c 6.5599,2.26073 8.4583,4.51184 9.2009,10.9102 0.377,3.24799 1.7359,7.98034 3.0198,10.51632 1.2839,2.53599 2.6273,6.3453 2.9855,8.46512 0.4784,2.83154 1.7333,4.78056 4.7297,7.34531 3.7206,3.18469 3.9473,3.64572 2.5833,5.25314 -2.0997,2.47449 -12.2174,18.95338 -14.5893,23.76206 -1.0852,2.2 -2.772,6.475 -3.7485,9.5 -0.9764,3.025 -2.7799,7.525 -4.0076,10 -4.3609,8.79134 -4.6091,8.12209 5.9592,16.06576 7.2784,5.47081 9.5496,7.73189 9.5496,9.50716 0,1.28108 -1.6097,5.41081 -3.5771,9.17718 -2.3351,4.47042 -3.7584,8.7597 -4.0995,12.35433 -0.5119,5.39554 -0.4491,5.56231 3.1208,8.28522 3.8981,2.97322 3.741,2.14722 2.6204,13.78089 -0.035,0.3688 -1.3815,0.95979 -2.9911,1.31331 -3.1647,0.69509 -6.0735,4.25061 -6.0735,7.42381 0,1.08791 -0.9106,3.52145 -2.0237,5.40786 -2.1822,3.69862 -1.6993,7.00966 1.3973,9.57956 1.1404,0.94646 1.4429,2.41902 1.0839,5.27615 -0.382,3.04067 0.021,4.6918 1.7305,7.09286 1.596,2.24127 2.2692,4.70941 2.3718,8.69542 0.079,3.07425 0.9269,7.08104 1.8937,8.95058 1.6835,3.25561 1.6724,3.65569 -0.2921,10.48732 -2.6118,9.08248 -3.882,16.17339 -4.6138,25.75617 -0.3214,4.20947 -1.0809,9.07772 -1.6876,10.81832 -0.9809,2.8137 -0.826,3.46219 1.3962,5.84642 3.3383,3.58173 4.2702,5.55518 6.2355,13.20505 0.9151,3.56215 2.9214,8.81302 4.4584,11.66861 2.0409,3.79153 2.4518,5.32355 1.5235,5.67976 -0.6991,0.26828 -1.4987,2.65689 -1.7768,5.30802 -0.2782,2.65113 -0.8303,6.07926 -1.227,7.61807 -0.8598,3.33545 0.418,4.57628 8.5302,8.28347 3.025,1.38238 7.2306,3.70816 9.3457,5.16839 2.1151,1.46023 5.0401,2.67641 6.5,2.70264 l 2.6543,0.0477 -0.279,10.44563 c -0.1534,5.74509 -0.4055,10.57224 -0.5603,10.727 -0.1547,0.15475 -1.1542,-0.29405 -2.221,-0.99734 z\"\n            id=\"CA-YT\"\n            inkscape:connector-curvature=\"0\"/>\n    </g>\n    </svg>\n    <span class=\"reset\" style=\"display: none;\">Selected: <span class=\"filter\"></span></span>\n    </div>\n\n    <div class=\"span4\">\n        <div id=\"incident-chart\">\n            <strong>Crime Per 100K Population by Year</strong>\n            <div class=\"clearfix\"></div>\n        </div>\n\n        <div id=\"homicide-chart\">\n            <strong>Homicide Incidents by Year</strong>\n            <div class=\"clearfix\"></div>\n        </div>\n    </div>\n</div>\n\n<div class=\"clearfix\"></div>\n\n<div>\n    <a href=\"javascript:dc.filterAll(); dc.renderAll();\">Reset All</a>\n</div>\n\n</div>\n\n<a href=\"https://github.com/dc-js/dc.js\"><img style=\"position: absolute; top: 0; right: 0; border: 0;\"\n                                                  src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png\"\n                                                  alt=\"Fork me on GitHub\"></a>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n    var numberFormat = d3.format(\".2f\");\n\n    var caChart = new dc.BubbleOverlay(\"#ca-chart\")\n            .svg(d3.select(\"#ca-chart svg\"));\n\n    var incidentChart = new dc.BarChart(\"#incident-chart\");\n\n    var homicideChart = new dc.LineChart(\"#homicide-chart\");\n\n    function isTotalCrimeRateRecord(v) {\n        return v.type === \"Total, all violations\" && v.sub_type === \"Rate per 100,000 population\";\n    }\n\n    function isTotalCrimeIncidentRecord(v) {\n        return v.type === \"Total, all violations\" && v.sub_type === \"Actual incidents\";\n    }\n\n    function isViolentCrimeRateRecord(v) {\n        return v.type === \"Total violent Criminal Code violations\" && v.sub_type === \"Rate per 100,000 population\";\n    }\n\n    function isViolentCrimeIncidentRecord(v) {\n        return v.type === \"Total violent Criminal Code violations\" && v.sub_type === \"Actual incidents\";\n    }\n\n    function isHomicideRateRecord(v) {\n        return v.type === \"Homicide\" && v.sub_type === \"Rate per 100,000 population\";\n    }\n\n    function isHomicideIncidentRecord(v) {\n        return v.type === \"Homicide\" && v.sub_type === \"Actual incidents\";\n    }\n\n    d3.csv(\"crime.csv\").then(function(csv) {\n        var data = crossfilter(csv);\n\n        var cities = data.dimension(function(d) {\n            return d.city;\n        });\n        var totalCrimeRateByCity = cities.group().reduce(\n                function(p, v) {\n                    if (isTotalCrimeRateRecord(v)) {\n                        p.totalCrimeRecords++;\n                        p.totalCrimeRate += +v.number;\n                        p.avgTotalCrimeRate = p.totalCrimeRate / p.totalCrimeRecords;\n                    }\n                    if (isViolentCrimeRateRecord(v)) {\n                        p.violentCrimeRecords++;\n                        p.violentCrimeRate += +v.number;\n                        p.avgViolentCrimeRate = p.violentCrimeRate / p.violentCrimeRecords;\n                    }\n                    p.violentCrimeRatio = p.avgViolentCrimeRate / p.avgTotalCrimeRate * 100;\n                    return p;\n                },\n                function(p, v) {\n                    if (isTotalCrimeRateRecord(v)) {\n                        p.totalCrimeRecords--;\n                        p.totalCrimeRate -= +v.number;\n                        p.avgTotalCrimeRate = p.totalCrimeRate / p.totalCrimeRecords;\n                    }\n                    if (isViolentCrimeRateRecord(v)) {\n                        p.violentCrimeRecords--;\n                        p.violentCrimeRate -= +v.number;\n                        p.avgViolentCrimeRate = p.violentCrimeRate / p.violentCrimeRecords;\n                    }\n                    p.violentCrimeRatio = p.avgViolentCrimeRate / p.avgTotalCrimeRate * 100;\n                    return p;\n                },\n                function() {\n                    return {\n                        totalCrimeRecords:0,totalCrimeRate:0,avgTotalCrimeRate:0,\n                        violentCrimeRecords:0,violentCrimeRate:0,avgViolentCrimeRate:0,\n                        violentCrimeRatio:0\n                    };\n                }\n        );\n\n        var years = data.dimension(function(d) {\n            return d.year;\n        });\n        var crimeIncidentByYear = years.group().reduce(\n                function(p, v) {\n                    if (isTotalCrimeRateRecord(v)) {\n                        p.totalCrimeRecords++;\n                        p.totalCrime += +v.number;\n                        p.totalCrimeAvg = p.totalCrime / p.totalCrimeRecords;\n                    }\n                    if (isViolentCrimeRateRecord(v)) {\n                        p.violentCrimeRecords++;\n                        p.violentCrime += +v.number;\n                        p.violentCrimeAvg = p.violentCrime / p.violentCrimeRecords;\n                    }\n                    if(isHomicideIncidentRecord(v)){\n                        p.homicide += +v.number;\n                    }\n                    p.nonViolentCrimeAvg = p.totalCrimeAvg - p.violentCrimeAvg;\n                    return p;\n                },\n                function(p, v) {\n                    if (isTotalCrimeRateRecord(v)) {\n                        p.totalCrimeRecords--;\n                        p.totalCrime -= +v.number;\n                        p.totalCrimeAvg = p.totalCrime / p.totalCrimeRecords;\n                    }\n                    if (isViolentCrimeRateRecord(v)) {\n                        p.violentCrimeRecords--;\n                        p.violentCrime -= +v.number;\n                        p.violentCrimeAvg = p.violentCrime / p.violentCrimeRecords;\n                    }\n                    if(isHomicideIncidentRecord(v)){\n                        p.homicide -= +v.number;\n                    }\n                    p.nonViolentCrimeAvg = p.totalCrimeAvg - p.violentCrimeAvg;\n                    return p;\n                },\n                function() {\n                    return {\n                        totalCrimeRecords:0,\n                        totalCrime:0,\n                        totalCrimeAvg:0,\n                        violentCrimeRecords:0,\n                        violentCrime:0,\n                        violentCrimeAvg:0,\n                        homicide:0,\n                        nonViolentCrimeAvg:0\n                    };\n                }\n        );\n\n        caChart.width(600)\n                .height(450)\n                .dimension(cities)\n                .group(totalCrimeRateByCity)\n                .radiusValueAccessor(function(p) {\n                    return p.value.avgTotalCrimeRate;\n                })\n                .r(d3.scaleLinear().domain([0, 200000]))\n                .colors([\"#ff7373\",\"#ff4040\",\"#ff0000\",\"#bf3030\",\"#a60000\"])\n                .colorDomain([13, 30])\n                .colorAccessor(function(p) {\n                    return p.value.violentCrimeRatio;\n                })\n                .title(function(d) {\n                    return \"City: \" + d.key\n                            + \"\\nTotal crime per 100k population: \" + numberFormat(d.value.avgTotalCrimeRate)\n                            + \"\\nViolent crime per 100k population: \" + numberFormat(d.value.avgViolentCrimeRate)\n                            + \"\\nViolent/Total crime ratio: \" + numberFormat(d.value.violentCrimeRatio) + \"%\";\n                })\n                .point(\"Toronto\", 364, 400)\n                .point(\"Ottawa\", 395.5, 383)\n                .point(\"Vancouver\", 40.5, 316)\n                .point(\"Montreal\", 417, 370)\n                .point(\"Edmonton\", 120, 299)\n                .point(\"Saskatoon\", 163, 322)\n                .point(\"Winnipeg\", 229, 345)\n                .point(\"Calgary\", 119, 329)\n                .point(\"Quebec\", 431, 351)\n                .point(\"Halifax\", 496, 367)\n                .point(\"St. John's\", 553, 323)\n                .point(\"Yukon\", 44, 176)\n                .point(\"Northwest Territories\", 125, 195)\n                .point(\"Nunavut\", 273, 188)\n                .debug(false);\n\n        incidentChart\n                .width(360)\n                .height(180)\n                .margins({top: 40, right: 50, bottom: 30, left: 60})\n                .dimension(years)\n                .group(crimeIncidentByYear, \"Non-Violent Crime\")\n                .valueAccessor(function(d) {\n                    return d.value.nonViolentCrimeAvg;\n                })\n                .stack(crimeIncidentByYear, \"Violent Crime\", function(d){return d.value.violentCrimeAvg;})\n                .x(d3.scaleLinear().domain([1997, 2012]))\n                .renderHorizontalGridLines(true)\n                .centerBar(true)\n                .elasticY(true)\n                .brushOn(false)\n                .legend(new dc.Legend().x(250).y(10))\n                .title(function(d){\n                    return d.key\n                            + \"\\nViolent crime per 100k population: \" + Math.round(d.value.violentCrimeAvg)\n                            + \"\\nNon-Violent crime per 100k population: \" + Math.round(d.value.nonViolentCrimeAvg);\n                })\n                .xAxis().ticks(5).tickFormat(d3.format(\"d\"));\n\n        homicideChart\n               .width(360)\n                .height(150)\n                .margins({top: 10, right: 50, bottom: 30, left: 60})\n                .dimension(years)\n                .group(crimeIncidentByYear)\n                .valueAccessor(function(d) {\n                    return d.value.homicide;\n                })\n                .x(d3.scaleLinear().domain([1997, 2012]))\n                .renderHorizontalGridLines(true)\n                .elasticY(true)\n                .brushOn(true)\n                .title(function(d){\n                    return d.key\n                            + \"\\nHomicide incidents: \" + Math.round(d.value.homicide);\n                })\n                .xAxis().ticks(5).tickFormat(d3.format(\"d\"));\n\n        dc.renderAll();\n    });\n</script>\n<script type=\"text/javascript\">\n   var _gaq = _gaq || [];\n   _gaq.push(['_setAccount', 'UA-33628816-1']);\n   _gaq.push(['_trackPageview']);\n\n   (function() {\n       var ga = document.createElement('script');\n       ga.type = 'text/javascript';\n       ga.async = true;\n       ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n       var s = document.getElementsByTagName('script')[0];\n       s.parentNode.insertBefore(ga, s);\n   })();\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/css/bootstrap.css",
    "content": "/*!\n * Bootstrap v2.1.1\n *\n * Copyright 2012 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nnav,\nsection {\n  display: block;\n}\n\naudio,\ncanvas,\nvideo {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n}\n\naudio:not([controls]) {\n  display: none;\n}\n\nhtml {\n  font-size: 100%;\n  -webkit-text-size-adjust: 100%;\n      -ms-text-size-adjust: 100%;\n}\n\na:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n\na:hover,\na:active {\n  outline: 0;\n}\n\nsub,\nsup {\n  position: relative;\n  font-size: 75%;\n  line-height: 0;\n  vertical-align: baseline;\n}\n\nsup {\n  top: -0.5em;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\nimg {\n  width: auto\\9;\n  height: auto;\n  max-width: 100%;\n  vertical-align: middle;\n  border: 0;\n  -ms-interpolation-mode: bicubic;\n}\n\n#map_canvas img {\n  max-width: none;\n}\n\nbutton,\ninput,\nselect,\ntextarea {\n  margin: 0;\n  font-size: 100%;\n  vertical-align: middle;\n}\n\nbutton,\ninput {\n  *overflow: visible;\n  line-height: normal;\n}\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\n\nbutton,\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  cursor: pointer;\n  -webkit-appearance: button;\n}\n\ninput[type=\"search\"] {\n  -webkit-box-sizing: content-box;\n     -moz-box-sizing: content-box;\n          box-sizing: content-box;\n  -webkit-appearance: textfield;\n}\n\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button {\n  -webkit-appearance: none;\n}\n\ntextarea {\n  overflow: auto;\n  vertical-align: top;\n}\n\n.clearfix {\n  *zoom: 1;\n}\n\n.clearfix:before,\n.clearfix:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.clearfix:after {\n  clear: both;\n}\n\n.hide-text {\n  font: 0/0 a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n\n.input-block-level {\n  display: block;\n  width: 100%;\n  min-height: 30px;\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n}\n\nbody {\n  margin: 0;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 14px;\n  line-height: 20px;\n  color: #333333;\n  background-color: #ffffff;\n}\n\na {\n  color: #0088cc;\n  text-decoration: none;\n}\n\na:hover {\n  color: #005580;\n  text-decoration: underline;\n}\n\n.img-rounded {\n  -webkit-border-radius: 6px;\n     -moz-border-radius: 6px;\n          border-radius: 6px;\n}\n\n.img-polaroid {\n  padding: 4px;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, 0.2);\n  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n}\n\n.img-circle {\n  -webkit-border-radius: 500px;\n     -moz-border-radius: 500px;\n          border-radius: 500px;\n}\n\n.row {\n  margin-left: -20px;\n  *zoom: 1;\n}\n\n.row:before,\n.row:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.row:after {\n  clear: both;\n}\n\n[class*=\"span\"] {\n  float: left;\n  min-height: 1px;\n  margin-left: 20px;\n}\n\n.container,\n.navbar-static-top .container,\n.navbar-fixed-top .container,\n.navbar-fixed-bottom .container {\n  width: 940px;\n}\n\n.span12 {\n  width: 940px;\n}\n\n.span11 {\n  width: 860px;\n}\n\n.span10 {\n  width: 780px;\n}\n\n.span9 {\n  width: 700px;\n}\n\n.span8 {\n  width: 620px;\n}\n\n.span7 {\n  width: 540px;\n}\n\n.span6 {\n  width: 460px;\n}\n\n.span5 {\n  width: 380px;\n}\n\n.span4 {\n  width: 300px;\n}\n\n.span3 {\n  width: 220px;\n}\n\n.span2 {\n  width: 140px;\n}\n\n.span1 {\n  width: 60px;\n}\n\n.offset12 {\n  margin-left: 980px;\n}\n\n.offset11 {\n  margin-left: 900px;\n}\n\n.offset10 {\n  margin-left: 820px;\n}\n\n.offset9 {\n  margin-left: 740px;\n}\n\n.offset8 {\n  margin-left: 660px;\n}\n\n.offset7 {\n  margin-left: 580px;\n}\n\n.offset6 {\n  margin-left: 500px;\n}\n\n.offset5 {\n  margin-left: 420px;\n}\n\n.offset4 {\n  margin-left: 340px;\n}\n\n.offset3 {\n  margin-left: 260px;\n}\n\n.offset2 {\n  margin-left: 180px;\n}\n\n.offset1 {\n  margin-left: 100px;\n}\n\n.row-fluid {\n  width: 100%;\n  *zoom: 1;\n}\n\n.row-fluid:before,\n.row-fluid:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.row-fluid:after {\n  clear: both;\n}\n\n.row-fluid [class*=\"span\"] {\n  display: block;\n  float: left;\n  width: 100%;\n  min-height: 30px;\n  margin-left: 2.127659574468085%;\n  *margin-left: 2.074468085106383%;\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n}\n\n.row-fluid [class*=\"span\"]:first-child {\n  margin-left: 0;\n}\n\n.row-fluid .span12 {\n  width: 100%;\n  *width: 99.94680851063829%;\n}\n\n.row-fluid .span11 {\n  width: 91.48936170212765%;\n  *width: 91.43617021276594%;\n}\n\n.row-fluid .span10 {\n  width: 82.97872340425532%;\n  *width: 82.92553191489361%;\n}\n\n.row-fluid .span9 {\n  width: 74.46808510638297%;\n  *width: 74.41489361702126%;\n}\n\n.row-fluid .span8 {\n  width: 65.95744680851064%;\n  *width: 65.90425531914893%;\n}\n\n.row-fluid .span7 {\n  width: 57.44680851063829%;\n  *width: 57.39361702127659%;\n}\n\n.row-fluid .span6 {\n  width: 48.93617021276595%;\n  *width: 48.88297872340425%;\n}\n\n.row-fluid .span5 {\n  width: 40.42553191489362%;\n  *width: 40.37234042553192%;\n}\n\n.row-fluid .span4 {\n  width: 31.914893617021278%;\n  *width: 31.861702127659576%;\n}\n\n.row-fluid .span3 {\n  width: 23.404255319148934%;\n  *width: 23.351063829787233%;\n}\n\n.row-fluid .span2 {\n  width: 14.893617021276595%;\n  *width: 14.840425531914894%;\n}\n\n.row-fluid .span1 {\n  width: 6.382978723404255%;\n  *width: 6.329787234042553%;\n}\n\n.row-fluid .offset12 {\n  margin-left: 104.25531914893617%;\n  *margin-left: 104.14893617021275%;\n}\n\n.row-fluid .offset12:first-child {\n  margin-left: 102.12765957446808%;\n  *margin-left: 102.02127659574467%;\n}\n\n.row-fluid .offset11 {\n  margin-left: 95.74468085106382%;\n  *margin-left: 95.6382978723404%;\n}\n\n.row-fluid .offset11:first-child {\n  margin-left: 93.61702127659574%;\n  *margin-left: 93.51063829787232%;\n}\n\n.row-fluid .offset10 {\n  margin-left: 87.23404255319149%;\n  *margin-left: 87.12765957446807%;\n}\n\n.row-fluid .offset10:first-child {\n  margin-left: 85.1063829787234%;\n  *margin-left: 84.99999999999999%;\n}\n\n.row-fluid .offset9 {\n  margin-left: 78.72340425531914%;\n  *margin-left: 78.61702127659572%;\n}\n\n.row-fluid .offset9:first-child {\n  margin-left: 76.59574468085106%;\n  *margin-left: 76.48936170212764%;\n}\n\n.row-fluid .offset8 {\n  margin-left: 70.2127659574468%;\n  *margin-left: 70.10638297872339%;\n}\n\n.row-fluid .offset8:first-child {\n  margin-left: 68.08510638297872%;\n  *margin-left: 67.9787234042553%;\n}\n\n.row-fluid .offset7 {\n  margin-left: 61.70212765957446%;\n  *margin-left: 61.59574468085106%;\n}\n\n.row-fluid .offset7:first-child {\n  margin-left: 59.574468085106375%;\n  *margin-left: 59.46808510638297%;\n}\n\n.row-fluid .offset6 {\n  margin-left: 53.191489361702125%;\n  *margin-left: 53.085106382978715%;\n}\n\n.row-fluid .offset6:first-child {\n  margin-left: 51.063829787234035%;\n  *margin-left: 50.95744680851063%;\n}\n\n.row-fluid .offset5 {\n  margin-left: 44.68085106382979%;\n  *margin-left: 44.57446808510638%;\n}\n\n.row-fluid .offset5:first-child {\n  margin-left: 42.5531914893617%;\n  *margin-left: 42.4468085106383%;\n}\n\n.row-fluid .offset4 {\n  margin-left: 36.170212765957444%;\n  *margin-left: 36.06382978723405%;\n}\n\n.row-fluid .offset4:first-child {\n  margin-left: 34.04255319148936%;\n  *margin-left: 33.93617021276596%;\n}\n\n.row-fluid .offset3 {\n  margin-left: 27.659574468085104%;\n  *margin-left: 27.5531914893617%;\n}\n\n.row-fluid .offset3:first-child {\n  margin-left: 25.53191489361702%;\n  *margin-left: 25.425531914893618%;\n}\n\n.row-fluid .offset2 {\n  margin-left: 19.148936170212764%;\n  *margin-left: 19.04255319148936%;\n}\n\n.row-fluid .offset2:first-child {\n  margin-left: 17.02127659574468%;\n  *margin-left: 16.914893617021278%;\n}\n\n.row-fluid .offset1 {\n  margin-left: 10.638297872340425%;\n  *margin-left: 10.53191489361702%;\n}\n\n.row-fluid .offset1:first-child {\n  margin-left: 8.51063829787234%;\n  *margin-left: 8.404255319148938%;\n}\n\n[class*=\"span\"].hide,\n.row-fluid [class*=\"span\"].hide {\n  display: none;\n}\n\n[class*=\"span\"].pull-right,\n.row-fluid [class*=\"span\"].pull-right {\n  float: right;\n}\n\n.container {\n  margin-right: auto;\n  margin-left: auto;\n  *zoom: 1;\n}\n\n.container:before,\n.container:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.container:after {\n  clear: both;\n}\n\n.container-fluid {\n  padding-right: 20px;\n  padding-left: 20px;\n  *zoom: 1;\n}\n\n.container-fluid:before,\n.container-fluid:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.container-fluid:after {\n  clear: both;\n}\n\np {\n  margin: 0 0 10px;\n}\n\n.lead {\n  margin-bottom: 20px;\n  font-size: 21px;\n  font-weight: 200;\n  line-height: 30px;\n}\n\nsmall {\n  font-size: 85%;\n}\n\nstrong {\n  font-weight: bold;\n}\n\nem {\n  font-style: italic;\n}\n\ncite {\n  font-style: normal;\n}\n\n.muted {\n  color: #999999;\n}\n\n.text-warning {\n  color: #c09853;\n}\n\n.text-error {\n  color: #b94a48;\n}\n\n.text-info {\n  color: #3a87ad;\n}\n\n.text-success {\n  color: #468847;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  margin: 10px 0;\n  font-family: inherit;\n  font-weight: bold;\n  line-height: 1;\n  color: inherit;\n  text-rendering: optimizelegibility;\n}\n\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small {\n  font-weight: normal;\n  line-height: 1;\n  color: #999999;\n}\n\nh1 {\n  font-size: 36px;\n  line-height: 40px;\n}\n\nh2 {\n  font-size: 30px;\n  line-height: 40px;\n}\n\nh3 {\n  font-size: 24px;\n  line-height: 40px;\n}\n\nh4 {\n  font-size: 18px;\n  line-height: 20px;\n}\n\nh5 {\n  font-size: 14px;\n  line-height: 20px;\n}\n\nh6 {\n  font-size: 12px;\n  line-height: 20px;\n}\n\nh1 small {\n  font-size: 24px;\n}\n\nh2 small {\n  font-size: 18px;\n}\n\nh3 small {\n  font-size: 14px;\n}\n\nh4 small {\n  font-size: 14px;\n}\n\n.page-header {\n  padding-bottom: 9px;\n  margin: 20px 0 30px;\n  border-bottom: 1px solid #eeeeee;\n}\n\nul,\nol {\n  padding: 0;\n  margin: 0 0 10px 25px;\n}\n\nul ul,\nul ol,\nol ol,\nol ul {\n  margin-bottom: 0;\n}\n\nli {\n  line-height: 20px;\n}\n\nul.unstyled,\nol.unstyled {\n  margin-left: 0;\n  list-style: none;\n}\n\ndl {\n  margin-bottom: 20px;\n}\n\ndt,\ndd {\n  line-height: 20px;\n}\n\ndt {\n  font-weight: bold;\n}\n\ndd {\n  margin-left: 10px;\n}\n\n.dl-horizontal {\n  *zoom: 1;\n}\n\n.dl-horizontal:before,\n.dl-horizontal:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.dl-horizontal:after {\n  clear: both;\n}\n\n.dl-horizontal dt {\n  float: left;\n  width: 160px;\n  overflow: hidden;\n  clear: left;\n  text-align: right;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n\n.dl-horizontal dd {\n  margin-left: 180px;\n}\n\nhr {\n  margin: 20px 0;\n  border: 0;\n  border-top: 1px solid #eeeeee;\n  border-bottom: 1px solid #ffffff;\n}\n\nabbr[title] {\n  cursor: help;\n  border-bottom: 1px dotted #999999;\n}\n\nabbr.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\n\nblockquote {\n  padding: 0 0 0 15px;\n  margin: 0 0 20px;\n  border-left: 5px solid #eeeeee;\n}\n\nblockquote p {\n  margin-bottom: 0;\n  font-size: 16px;\n  font-weight: 300;\n  line-height: 25px;\n}\n\nblockquote small {\n  display: block;\n  line-height: 20px;\n  color: #999999;\n}\n\nblockquote small:before {\n  content: '\\2014 \\00A0';\n}\n\nblockquote.pull-right {\n  float: right;\n  padding-right: 15px;\n  padding-left: 0;\n  border-right: 5px solid #eeeeee;\n  border-left: 0;\n}\n\nblockquote.pull-right p,\nblockquote.pull-right small {\n  text-align: right;\n}\n\nblockquote.pull-right small:before {\n  content: '';\n}\n\nblockquote.pull-right small:after {\n  content: '\\00A0 \\2014';\n}\n\nq:before,\nq:after,\nblockquote:before,\nblockquote:after {\n  content: \"\";\n}\n\naddress {\n  display: block;\n  margin-bottom: 20px;\n  font-style: normal;\n  line-height: 20px;\n}\n\ncode,\npre {\n  padding: 0 3px 2px;\n  font-family: Monaco, Menlo, Consolas, \"Courier New\", monospace;\n  font-size: 12px;\n  color: #333333;\n  -webkit-border-radius: 3px;\n     -moz-border-radius: 3px;\n          border-radius: 3px;\n}\n\ncode {\n  padding: 2px 4px;\n  color: #d14;\n  background-color: #f7f7f9;\n  border: 1px solid #e1e1e8;\n}\n\npre {\n  display: block;\n  padding: 9.5px;\n  margin: 0 0 10px;\n  font-size: 13px;\n  line-height: 20px;\n  word-break: break-all;\n  word-wrap: break-word;\n  white-space: pre;\n  white-space: pre-wrap;\n  background-color: #f5f5f5;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, 0.15);\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n}\n\npre.prettyprint {\n  margin-bottom: 20px;\n}\n\npre code {\n  padding: 0;\n  color: inherit;\n  background-color: transparent;\n  border: 0;\n}\n\n.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\n\nform {\n  margin: 0 0 20px;\n}\n\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n}\n\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: 20px;\n  font-size: 21px;\n  line-height: 40px;\n  color: #333333;\n  border: 0;\n  border-bottom: 1px solid #e5e5e5;\n}\n\nlegend small {\n  font-size: 15px;\n  color: #999999;\n}\n\nlabel,\ninput,\nbutton,\nselect,\ntextarea {\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 20px;\n}\n\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n}\n\nlabel {\n  display: block;\n  margin-bottom: 5px;\n}\n\nselect,\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  display: inline-block;\n  height: 20px;\n  padding: 4px 6px;\n  margin-bottom: 9px;\n  font-size: 14px;\n  line-height: 20px;\n  color: #555555;\n  -webkit-border-radius: 3px;\n     -moz-border-radius: 3px;\n          border-radius: 3px;\n}\n\ninput,\ntextarea,\n.uneditable-input {\n  width: 206px;\n}\n\ntextarea {\n  height: auto;\n}\n\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  background-color: #ffffff;\n  border: 1px solid #cccccc;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;\n     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;\n       -o-transition: border linear 0.2s, box-shadow linear 0.2s;\n          transition: border linear 0.2s, box-shadow linear 0.2s;\n}\n\ntextarea:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"datetime\"]:focus,\ninput[type=\"datetime-local\"]:focus,\ninput[type=\"date\"]:focus,\ninput[type=\"month\"]:focus,\ninput[type=\"time\"]:focus,\ninput[type=\"week\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"email\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"search\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"color\"]:focus,\n.uneditable-input:focus {\n  border-color: rgba(82, 168, 236, 0.8);\n  outline: 0;\n  outline: thin dotted \\9;\n  /* IE6-9 */\n\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  margin-top: 1px \\9;\n  *margin-top: 0;\n  line-height: normal;\n  cursor: pointer;\n}\n\ninput[type=\"file\"],\ninput[type=\"image\"],\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"],\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  width: auto;\n}\n\nselect,\ninput[type=\"file\"] {\n  height: 30px;\n  /* In IE7, the height of the select element cannot be changed by height, only font-size */\n\n  *margin-top: 4px;\n  /* For IE7, add top margin to align select with labels */\n\n  line-height: 30px;\n}\n\nselect {\n  width: 220px;\n  background-color: #ffffff;\n  border: 1px solid #cccccc;\n}\n\nselect[multiple],\nselect[size] {\n  height: auto;\n}\n\nselect:focus,\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n\n.uneditable-input,\n.uneditable-textarea {\n  color: #999999;\n  cursor: not-allowed;\n  background-color: #fcfcfc;\n  border-color: #cccccc;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);\n     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);\n          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);\n}\n\n.uneditable-input {\n  overflow: hidden;\n  white-space: nowrap;\n}\n\n.uneditable-textarea {\n  width: auto;\n  height: auto;\n}\n\ninput:-moz-placeholder,\ntextarea:-moz-placeholder {\n  color: #999999;\n}\n\ninput:-ms-input-placeholder,\ntextarea:-ms-input-placeholder {\n  color: #999999;\n}\n\ninput::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder {\n  color: #999999;\n}\n\n.radio,\n.checkbox {\n  min-height: 18px;\n  padding-left: 18px;\n}\n\n.radio input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-left: -18px;\n}\n\n.controls > .radio:first-child,\n.controls > .checkbox:first-child {\n  padding-top: 5px;\n}\n\n.radio.inline,\n.checkbox.inline {\n  display: inline-block;\n  padding-top: 5px;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n\n.radio.inline + .radio.inline,\n.checkbox.inline + .checkbox.inline {\n  margin-left: 10px;\n}\n\n.input-mini {\n  width: 60px;\n}\n\n.input-small {\n  width: 90px;\n}\n\n.input-medium {\n  width: 150px;\n}\n\n.input-large {\n  width: 210px;\n}\n\n.input-xlarge {\n  width: 270px;\n}\n\n.input-xxlarge {\n  width: 530px;\n}\n\ninput[class*=\"span\"],\nselect[class*=\"span\"],\ntextarea[class*=\"span\"],\n.uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"] {\n  float: none;\n  margin-left: 0;\n}\n\n.input-append input[class*=\"span\"],\n.input-append .uneditable-input[class*=\"span\"],\n.input-prepend input[class*=\"span\"],\n.input-prepend .uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"],\n.row-fluid .input-prepend [class*=\"span\"],\n.row-fluid .input-append [class*=\"span\"] {\n  display: inline-block;\n}\n\ninput,\ntextarea,\n.uneditable-input {\n  margin-left: 0;\n}\n\n.controls-row [class*=\"span\"] + [class*=\"span\"] {\n  margin-left: 20px;\n}\n\ninput.span12,\ntextarea.span12,\n.uneditable-input.span12 {\n  width: 926px;\n}\n\ninput.span11,\ntextarea.span11,\n.uneditable-input.span11 {\n  width: 846px;\n}\n\ninput.span10,\ntextarea.span10,\n.uneditable-input.span10 {\n  width: 766px;\n}\n\ninput.span9,\ntextarea.span9,\n.uneditable-input.span9 {\n  width: 686px;\n}\n\ninput.span8,\ntextarea.span8,\n.uneditable-input.span8 {\n  width: 606px;\n}\n\ninput.span7,\ntextarea.span7,\n.uneditable-input.span7 {\n  width: 526px;\n}\n\ninput.span6,\ntextarea.span6,\n.uneditable-input.span6 {\n  width: 446px;\n}\n\ninput.span5,\ntextarea.span5,\n.uneditable-input.span5 {\n  width: 366px;\n}\n\ninput.span4,\ntextarea.span4,\n.uneditable-input.span4 {\n  width: 286px;\n}\n\ninput.span3,\ntextarea.span3,\n.uneditable-input.span3 {\n  width: 206px;\n}\n\ninput.span2,\ntextarea.span2,\n.uneditable-input.span2 {\n  width: 126px;\n}\n\ninput.span1,\ntextarea.span1,\n.uneditable-input.span1 {\n  width: 46px;\n}\n\n.controls-row {\n  *zoom: 1;\n}\n\n.controls-row:before,\n.controls-row:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.controls-row:after {\n  clear: both;\n}\n\n.controls-row [class*=\"span\"] {\n  float: left;\n}\n\ninput[disabled],\nselect[disabled],\ntextarea[disabled],\ninput[readonly],\nselect[readonly],\ntextarea[readonly] {\n  cursor: not-allowed;\n  background-color: #eeeeee;\n}\n\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"][readonly],\ninput[type=\"checkbox\"][readonly] {\n  background-color: transparent;\n}\n\n.control-group.warning > label,\n.control-group.warning .help-block,\n.control-group.warning .help-inline {\n  color: #c09853;\n}\n\n.control-group.warning .checkbox,\n.control-group.warning .radio,\n.control-group.warning input,\n.control-group.warning select,\n.control-group.warning textarea {\n  color: #c09853;\n}\n\n.control-group.warning input,\n.control-group.warning select,\n.control-group.warning textarea {\n  border-color: #c09853;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n\n.control-group.warning input:focus,\n.control-group.warning select:focus,\n.control-group.warning textarea:focus {\n  border-color: #a47e3c;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;\n}\n\n.control-group.warning .input-prepend .add-on,\n.control-group.warning .input-append .add-on {\n  color: #c09853;\n  background-color: #fcf8e3;\n  border-color: #c09853;\n}\n\n.control-group.error > label,\n.control-group.error .help-block,\n.control-group.error .help-inline {\n  color: #b94a48;\n}\n\n.control-group.error .checkbox,\n.control-group.error .radio,\n.control-group.error input,\n.control-group.error select,\n.control-group.error textarea {\n  color: #b94a48;\n}\n\n.control-group.error input,\n.control-group.error select,\n.control-group.error textarea {\n  border-color: #b94a48;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n\n.control-group.error input:focus,\n.control-group.error select:focus,\n.control-group.error textarea:focus {\n  border-color: #953b39;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;\n}\n\n.control-group.error .input-prepend .add-on,\n.control-group.error .input-append .add-on {\n  color: #b94a48;\n  background-color: #f2dede;\n  border-color: #b94a48;\n}\n\n.control-group.success > label,\n.control-group.success .help-block,\n.control-group.success .help-inline {\n  color: #468847;\n}\n\n.control-group.success .checkbox,\n.control-group.success .radio,\n.control-group.success input,\n.control-group.success select,\n.control-group.success textarea {\n  color: #468847;\n}\n\n.control-group.success input,\n.control-group.success select,\n.control-group.success textarea {\n  border-color: #468847;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n\n.control-group.success input:focus,\n.control-group.success select:focus,\n.control-group.success textarea:focus {\n  border-color: #356635;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;\n}\n\n.control-group.success .input-prepend .add-on,\n.control-group.success .input-append .add-on {\n  color: #468847;\n  background-color: #dff0d8;\n  border-color: #468847;\n}\n\n.control-group.info > label,\n.control-group.info .help-block,\n.control-group.info .help-inline {\n  color: #3a87ad;\n}\n\n.control-group.info .checkbox,\n.control-group.info .radio,\n.control-group.info input,\n.control-group.info select,\n.control-group.info textarea {\n  color: #3a87ad;\n}\n\n.control-group.info input,\n.control-group.info select,\n.control-group.info textarea {\n  border-color: #3a87ad;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n\n.control-group.info input:focus,\n.control-group.info select:focus,\n.control-group.info textarea:focus {\n  border-color: #2d6987;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;\n}\n\n.control-group.info .input-prepend .add-on,\n.control-group.info .input-append .add-on {\n  color: #3a87ad;\n  background-color: #d9edf7;\n  border-color: #3a87ad;\n}\n\ninput:focus:required:invalid,\ntextarea:focus:required:invalid,\nselect:focus:required:invalid {\n  color: #b94a48;\n  border-color: #ee5f5b;\n}\n\ninput:focus:required:invalid:focus,\ntextarea:focus:required:invalid:focus,\nselect:focus:required:invalid:focus {\n  border-color: #e9322d;\n  -webkit-box-shadow: 0 0 6px #f8b9b7;\n     -moz-box-shadow: 0 0 6px #f8b9b7;\n          box-shadow: 0 0 6px #f8b9b7;\n}\n\n.form-actions {\n  padding: 19px 20px 20px;\n  margin-top: 20px;\n  margin-bottom: 20px;\n  background-color: #f5f5f5;\n  border-top: 1px solid #e5e5e5;\n  *zoom: 1;\n}\n\n.form-actions:before,\n.form-actions:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.form-actions:after {\n  clear: both;\n}\n\n.help-block,\n.help-inline {\n  color: #595959;\n}\n\n.help-block {\n  display: block;\n  margin-bottom: 10px;\n}\n\n.help-inline {\n  display: inline-block;\n  *display: inline;\n  padding-left: 5px;\n  vertical-align: middle;\n  *zoom: 1;\n}\n\n.input-append,\n.input-prepend {\n  margin-bottom: 5px;\n  font-size: 0;\n  white-space: nowrap;\n}\n\n.input-append input,\n.input-prepend input,\n.input-append select,\n.input-prepend select,\n.input-append .uneditable-input,\n.input-prepend .uneditable-input {\n  position: relative;\n  margin-bottom: 0;\n  *margin-left: 0;\n  font-size: 14px;\n  vertical-align: top;\n  -webkit-border-radius: 0 3px 3px 0;\n     -moz-border-radius: 0 3px 3px 0;\n          border-radius: 0 3px 3px 0;\n}\n\n.input-append input:focus,\n.input-prepend input:focus,\n.input-append select:focus,\n.input-prepend select:focus,\n.input-append .uneditable-input:focus,\n.input-prepend .uneditable-input:focus {\n  z-index: 2;\n}\n\n.input-append .add-on,\n.input-prepend .add-on {\n  display: inline-block;\n  width: auto;\n  height: 20px;\n  min-width: 16px;\n  padding: 4px 5px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 20px;\n  text-align: center;\n  text-shadow: 0 1px 0 #ffffff;\n  background-color: #eeeeee;\n  border: 1px solid #ccc;\n}\n\n.input-append .add-on,\n.input-prepend .add-on,\n.input-append .btn,\n.input-prepend .btn {\n  vertical-align: top;\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.input-append .active,\n.input-prepend .active {\n  background-color: #a9dba9;\n  border-color: #46a546;\n}\n\n.input-prepend .add-on,\n.input-prepend .btn {\n  margin-right: -1px;\n}\n\n.input-prepend .add-on:first-child,\n.input-prepend .btn:first-child {\n  -webkit-border-radius: 3px 0 0 3px;\n     -moz-border-radius: 3px 0 0 3px;\n          border-radius: 3px 0 0 3px;\n}\n\n.input-append input,\n.input-append select,\n.input-append .uneditable-input {\n  -webkit-border-radius: 3px 0 0 3px;\n     -moz-border-radius: 3px 0 0 3px;\n          border-radius: 3px 0 0 3px;\n}\n\n.input-append .add-on,\n.input-append .btn {\n  margin-left: -1px;\n}\n\n.input-append .add-on:last-child,\n.input-append .btn:last-child {\n  -webkit-border-radius: 0 3px 3px 0;\n     -moz-border-radius: 0 3px 3px 0;\n          border-radius: 0 3px 3px 0;\n}\n\n.input-prepend.input-append input,\n.input-prepend.input-append select,\n.input-prepend.input-append .uneditable-input {\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.input-prepend.input-append .add-on:first-child,\n.input-prepend.input-append .btn:first-child {\n  margin-right: -1px;\n  -webkit-border-radius: 3px 0 0 3px;\n     -moz-border-radius: 3px 0 0 3px;\n          border-radius: 3px 0 0 3px;\n}\n\n.input-prepend.input-append .add-on:last-child,\n.input-prepend.input-append .btn:last-child {\n  margin-left: -1px;\n  -webkit-border-radius: 0 3px 3px 0;\n     -moz-border-radius: 0 3px 3px 0;\n          border-radius: 0 3px 3px 0;\n}\n\ninput.search-query {\n  padding-right: 14px;\n  padding-right: 4px \\9;\n  padding-left: 14px;\n  padding-left: 4px \\9;\n  /* IE7-8 doesn't have border-radius, so don't indent the padding */\n\n  margin-bottom: 0;\n  -webkit-border-radius: 15px;\n     -moz-border-radius: 15px;\n          border-radius: 15px;\n}\n\n/* Allow for input prepend/append in search forms */\n\n.form-search .input-append .search-query,\n.form-search .input-prepend .search-query {\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.form-search .input-append .search-query {\n  -webkit-border-radius: 14px 0 0 14px;\n     -moz-border-radius: 14px 0 0 14px;\n          border-radius: 14px 0 0 14px;\n}\n\n.form-search .input-append .btn {\n  -webkit-border-radius: 0 14px 14px 0;\n     -moz-border-radius: 0 14px 14px 0;\n          border-radius: 0 14px 14px 0;\n}\n\n.form-search .input-prepend .search-query {\n  -webkit-border-radius: 0 14px 14px 0;\n     -moz-border-radius: 0 14px 14px 0;\n          border-radius: 0 14px 14px 0;\n}\n\n.form-search .input-prepend .btn {\n  -webkit-border-radius: 14px 0 0 14px;\n     -moz-border-radius: 14px 0 0 14px;\n          border-radius: 14px 0 0 14px;\n}\n\n.form-search input,\n.form-inline input,\n.form-horizontal input,\n.form-search textarea,\n.form-inline textarea,\n.form-horizontal textarea,\n.form-search select,\n.form-inline select,\n.form-horizontal select,\n.form-search .help-inline,\n.form-inline .help-inline,\n.form-horizontal .help-inline,\n.form-search .uneditable-input,\n.form-inline .uneditable-input,\n.form-horizontal .uneditable-input,\n.form-search .input-prepend,\n.form-inline .input-prepend,\n.form-horizontal .input-prepend,\n.form-search .input-append,\n.form-inline .input-append,\n.form-horizontal .input-append {\n  display: inline-block;\n  *display: inline;\n  margin-bottom: 0;\n  vertical-align: middle;\n  *zoom: 1;\n}\n\n.form-search .hide,\n.form-inline .hide,\n.form-horizontal .hide {\n  display: none;\n}\n\n.form-search label,\n.form-inline label,\n.form-search .btn-group,\n.form-inline .btn-group {\n  display: inline-block;\n}\n\n.form-search .input-append,\n.form-inline .input-append,\n.form-search .input-prepend,\n.form-inline .input-prepend {\n  margin-bottom: 0;\n}\n\n.form-search .radio,\n.form-search .checkbox,\n.form-inline .radio,\n.form-inline .checkbox {\n  padding-left: 0;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n\n.form-search .radio input[type=\"radio\"],\n.form-search .checkbox input[type=\"checkbox\"],\n.form-inline .radio input[type=\"radio\"],\n.form-inline .checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-right: 3px;\n  margin-left: 0;\n}\n\n.control-group {\n  margin-bottom: 10px;\n}\n\nlegend + .control-group {\n  margin-top: 20px;\n  -webkit-margin-top-collapse: separate;\n}\n\n.form-horizontal .control-group {\n  margin-bottom: 20px;\n  *zoom: 1;\n}\n\n.form-horizontal .control-group:before,\n.form-horizontal .control-group:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.form-horizontal .control-group:after {\n  clear: both;\n}\n\n.form-horizontal .control-label {\n  float: left;\n  width: 160px;\n  padding-top: 5px;\n  text-align: right;\n}\n\n.form-horizontal .controls {\n  *display: inline-block;\n  *padding-left: 20px;\n  margin-left: 180px;\n  *margin-left: 0;\n}\n\n.form-horizontal .controls:first-child {\n  *padding-left: 180px;\n}\n\n.form-horizontal .help-block {\n  margin-bottom: 0;\n}\n\n.form-horizontal input + .help-block,\n.form-horizontal select + .help-block,\n.form-horizontal textarea + .help-block {\n  margin-top: 10px;\n}\n\n.form-horizontal .form-actions {\n  padding-left: 180px;\n}\n\ntable {\n  max-width: 100%;\n  background-color: transparent;\n  border-collapse: collapse;\n  border-spacing: 0;\n}\n\n.table {\n  width: 100%;\n  margin-bottom: 20px;\n}\n\n.table th,\n.table td {\n  padding: 8px;\n  line-height: 20px;\n  text-align: left;\n  vertical-align: top;\n  border-top: 1px solid #dddddd;\n}\n\n.table th {\n  font-weight: bold;\n}\n\n.table thead th {\n  vertical-align: bottom;\n}\n\n.table caption + thead tr:first-child th,\n.table caption + thead tr:first-child td,\n.table colgroup + thead tr:first-child th,\n.table colgroup + thead tr:first-child td,\n.table thead:first-child tr:first-child th,\n.table thead:first-child tr:first-child td {\n  border-top: 0;\n}\n\n.table tbody + tbody {\n  border-top: 2px solid #dddddd;\n}\n\n.table-condensed th,\n.table-condensed td {\n  padding: 4px 5px;\n}\n\n.table-bordered {\n  border: 1px solid #dddddd;\n  border-collapse: separate;\n  *border-collapse: collapse;\n  border-left: 0;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n}\n\n.table-bordered th,\n.table-bordered td {\n  border-left: 1px solid #dddddd;\n}\n\n.table-bordered caption + thead tr:first-child th,\n.table-bordered caption + tbody tr:first-child th,\n.table-bordered caption + tbody tr:first-child td,\n.table-bordered colgroup + thead tr:first-child th,\n.table-bordered colgroup + tbody tr:first-child th,\n.table-bordered colgroup + tbody tr:first-child td,\n.table-bordered thead:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child td {\n  border-top: 0;\n}\n\n.table-bordered thead:first-child tr:first-child th:first-child,\n.table-bordered tbody:first-child tr:first-child td:first-child {\n  -webkit-border-top-left-radius: 4px;\n          border-top-left-radius: 4px;\n  -moz-border-radius-topleft: 4px;\n}\n\n.table-bordered thead:first-child tr:first-child th:last-child,\n.table-bordered tbody:first-child tr:first-child td:last-child {\n  -webkit-border-top-right-radius: 4px;\n          border-top-right-radius: 4px;\n  -moz-border-radius-topright: 4px;\n}\n\n.table-bordered thead:last-child tr:last-child th:first-child,\n.table-bordered tbody:last-child tr:last-child td:first-child,\n.table-bordered tfoot:last-child tr:last-child td:first-child {\n  -webkit-border-radius: 0 0 0 4px;\n     -moz-border-radius: 0 0 0 4px;\n          border-radius: 0 0 0 4px;\n  -webkit-border-bottom-left-radius: 4px;\n          border-bottom-left-radius: 4px;\n  -moz-border-radius-bottomleft: 4px;\n}\n\n.table-bordered thead:last-child tr:last-child th:last-child,\n.table-bordered tbody:last-child tr:last-child td:last-child,\n.table-bordered tfoot:last-child tr:last-child td:last-child {\n  -webkit-border-bottom-right-radius: 4px;\n          border-bottom-right-radius: 4px;\n  -moz-border-radius-bottomright: 4px;\n}\n\n.table-bordered caption + thead tr:first-child th:first-child,\n.table-bordered caption + tbody tr:first-child td:first-child,\n.table-bordered colgroup + thead tr:first-child th:first-child,\n.table-bordered colgroup + tbody tr:first-child td:first-child {\n  -webkit-border-top-left-radius: 4px;\n          border-top-left-radius: 4px;\n  -moz-border-radius-topleft: 4px;\n}\n\n.table-bordered caption + thead tr:first-child th:last-child,\n.table-bordered caption + tbody tr:first-child td:last-child,\n.table-bordered colgroup + thead tr:first-child th:last-child,\n.table-bordered colgroup + tbody tr:first-child td:last-child {\n  -webkit-border-top-right-radius: 4px;\n          border-top-right-radius: 4px;\n  -moz-border-radius-topleft: 4px;\n}\n\n.table-striped tbody tr:nth-child(odd) td,\n.table-striped tbody tr:nth-child(odd) th {\n  background-color: #f9f9f9;\n}\n\n.table-hover tbody tr:hover td,\n.table-hover tbody tr:hover th {\n  background-color: #f5f5f5;\n}\n\ntable [class*=span],\n.row-fluid table [class*=span] {\n  display: table-cell;\n  float: none;\n  margin-left: 0;\n}\n\n.table .span1 {\n  float: none;\n  width: 44px;\n  margin-left: 0;\n}\n\n.table .span2 {\n  float: none;\n  width: 124px;\n  margin-left: 0;\n}\n\n.table .span3 {\n  float: none;\n  width: 204px;\n  margin-left: 0;\n}\n\n.table .span4 {\n  float: none;\n  width: 284px;\n  margin-left: 0;\n}\n\n.table .span5 {\n  float: none;\n  width: 364px;\n  margin-left: 0;\n}\n\n.table .span6 {\n  float: none;\n  width: 444px;\n  margin-left: 0;\n}\n\n.table .span7 {\n  float: none;\n  width: 524px;\n  margin-left: 0;\n}\n\n.table .span8 {\n  float: none;\n  width: 604px;\n  margin-left: 0;\n}\n\n.table .span9 {\n  float: none;\n  width: 684px;\n  margin-left: 0;\n}\n\n.table .span10 {\n  float: none;\n  width: 764px;\n  margin-left: 0;\n}\n\n.table .span11 {\n  float: none;\n  width: 844px;\n  margin-left: 0;\n}\n\n.table .span12 {\n  float: none;\n  width: 924px;\n  margin-left: 0;\n}\n\n.table .span13 {\n  float: none;\n  width: 1004px;\n  margin-left: 0;\n}\n\n.table .span14 {\n  float: none;\n  width: 1084px;\n  margin-left: 0;\n}\n\n.table .span15 {\n  float: none;\n  width: 1164px;\n  margin-left: 0;\n}\n\n.table .span16 {\n  float: none;\n  width: 1244px;\n  margin-left: 0;\n}\n\n.table .span17 {\n  float: none;\n  width: 1324px;\n  margin-left: 0;\n}\n\n.table .span18 {\n  float: none;\n  width: 1404px;\n  margin-left: 0;\n}\n\n.table .span19 {\n  float: none;\n  width: 1484px;\n  margin-left: 0;\n}\n\n.table .span20 {\n  float: none;\n  width: 1564px;\n  margin-left: 0;\n}\n\n.table .span21 {\n  float: none;\n  width: 1644px;\n  margin-left: 0;\n}\n\n.table .span22 {\n  float: none;\n  width: 1724px;\n  margin-left: 0;\n}\n\n.table .span23 {\n  float: none;\n  width: 1804px;\n  margin-left: 0;\n}\n\n.table .span24 {\n  float: none;\n  width: 1884px;\n  margin-left: 0;\n}\n\n.table tbody tr.success td {\n  background-color: #dff0d8;\n}\n\n.table tbody tr.error td {\n  background-color: #f2dede;\n}\n\n.table tbody tr.warning td {\n  background-color: #fcf8e3;\n}\n\n.table tbody tr.info td {\n  background-color: #d9edf7;\n}\n\n.table-hover tbody tr.success:hover td {\n  background-color: #d0e9c6;\n}\n\n.table-hover tbody tr.error:hover td {\n  background-color: #ebcccc;\n}\n\n.table-hover tbody tr.warning:hover td {\n  background-color: #faf2cc;\n}\n\n.table-hover tbody tr.info:hover td {\n  background-color: #c4e3f3;\n}\n\n[class^=\"icon-\"],\n[class*=\" icon-\"] {\n  display: inline-block;\n  width: 14px;\n  height: 14px;\n  margin-top: 1px;\n  *margin-right: .3em;\n  line-height: 14px;\n  vertical-align: text-top;\n  background-image: url(\"../img/glyphicons-halflings.png\");\n  background-position: 14px 14px;\n  background-repeat: no-repeat;\n}\n\n/* White icons with optional class, or on hover/active states of certain elements */\n\n.icon-white,\n.nav-tabs > .active > a > [class^=\"icon-\"],\n.nav-tabs > .active > a > [class*=\" icon-\"],\n.nav-pills > .active > a > [class^=\"icon-\"],\n.nav-pills > .active > a > [class*=\" icon-\"],\n.nav-list > .active > a > [class^=\"icon-\"],\n.nav-list > .active > a > [class*=\" icon-\"],\n.navbar-inverse .nav > .active > a > [class^=\"icon-\"],\n.navbar-inverse .nav > .active > a > [class*=\" icon-\"],\n.dropdown-menu > li > a:hover > [class^=\"icon-\"],\n.dropdown-menu > li > a:hover > [class*=\" icon-\"],\n.dropdown-menu > .active > a > [class^=\"icon-\"],\n.dropdown-menu > .active > a > [class*=\" icon-\"] {\n  background-image: url(\"../img/glyphicons-halflings-white.png\");\n}\n\n.icon-glass {\n  background-position: 0      0;\n}\n\n.icon-music {\n  background-position: -24px 0;\n}\n\n.icon-search {\n  background-position: -48px 0;\n}\n\n.icon-envelope {\n  background-position: -72px 0;\n}\n\n.icon-heart {\n  background-position: -96px 0;\n}\n\n.icon-star {\n  background-position: -120px 0;\n}\n\n.icon-star-empty {\n  background-position: -144px 0;\n}\n\n.icon-user {\n  background-position: -168px 0;\n}\n\n.icon-film {\n  background-position: -192px 0;\n}\n\n.icon-th-large {\n  background-position: -216px 0;\n}\n\n.icon-th {\n  background-position: -240px 0;\n}\n\n.icon-th-list {\n  background-position: -264px 0;\n}\n\n.icon-ok {\n  background-position: -288px 0;\n}\n\n.icon-remove {\n  background-position: -312px 0;\n}\n\n.icon-zoom-in {\n  background-position: -336px 0;\n}\n\n.icon-zoom-out {\n  background-position: -360px 0;\n}\n\n.icon-off {\n  background-position: -384px 0;\n}\n\n.icon-signal {\n  background-position: -408px 0;\n}\n\n.icon-cog {\n  background-position: -432px 0;\n}\n\n.icon-trash {\n  background-position: -456px 0;\n}\n\n.icon-home {\n  background-position: 0 -24px;\n}\n\n.icon-file {\n  background-position: -24px -24px;\n}\n\n.icon-time {\n  background-position: -48px -24px;\n}\n\n.icon-road {\n  background-position: -72px -24px;\n}\n\n.icon-download-alt {\n  background-position: -96px -24px;\n}\n\n.icon-download {\n  background-position: -120px -24px;\n}\n\n.icon-upload {\n  background-position: -144px -24px;\n}\n\n.icon-inbox {\n  background-position: -168px -24px;\n}\n\n.icon-play-circle {\n  background-position: -192px -24px;\n}\n\n.icon-repeat {\n  background-position: -216px -24px;\n}\n\n.icon-refresh {\n  background-position: -240px -24px;\n}\n\n.icon-list-alt {\n  background-position: -264px -24px;\n}\n\n.icon-lock {\n  background-position: -287px -24px;\n}\n\n.icon-flag {\n  background-position: -312px -24px;\n}\n\n.icon-headphones {\n  background-position: -336px -24px;\n}\n\n.icon-volume-off {\n  background-position: -360px -24px;\n}\n\n.icon-volume-down {\n  background-position: -384px -24px;\n}\n\n.icon-volume-up {\n  background-position: -408px -24px;\n}\n\n.icon-qrcode {\n  background-position: -432px -24px;\n}\n\n.icon-barcode {\n  background-position: -456px -24px;\n}\n\n.icon-tag {\n  background-position: 0 -48px;\n}\n\n.icon-tags {\n  background-position: -25px -48px;\n}\n\n.icon-book {\n  background-position: -48px -48px;\n}\n\n.icon-bookmark {\n  background-position: -72px -48px;\n}\n\n.icon-print {\n  background-position: -96px -48px;\n}\n\n.icon-camera {\n  background-position: -120px -48px;\n}\n\n.icon-font {\n  background-position: -144px -48px;\n}\n\n.icon-bold {\n  background-position: -167px -48px;\n}\n\n.icon-italic {\n  background-position: -192px -48px;\n}\n\n.icon-text-height {\n  background-position: -216px -48px;\n}\n\n.icon-text-width {\n  background-position: -240px -48px;\n}\n\n.icon-align-left {\n  background-position: -264px -48px;\n}\n\n.icon-align-center {\n  background-position: -288px -48px;\n}\n\n.icon-align-right {\n  background-position: -312px -48px;\n}\n\n.icon-align-justify {\n  background-position: -336px -48px;\n}\n\n.icon-list {\n  background-position: -360px -48px;\n}\n\n.icon-indent-left {\n  background-position: -384px -48px;\n}\n\n.icon-indent-right {\n  background-position: -408px -48px;\n}\n\n.icon-facetime-video {\n  background-position: -432px -48px;\n}\n\n.icon-picture {\n  background-position: -456px -48px;\n}\n\n.icon-pencil {\n  background-position: 0 -72px;\n}\n\n.icon-map-marker {\n  background-position: -24px -72px;\n}\n\n.icon-adjust {\n  background-position: -48px -72px;\n}\n\n.icon-tint {\n  background-position: -72px -72px;\n}\n\n.icon-edit {\n  background-position: -96px -72px;\n}\n\n.icon-share {\n  background-position: -120px -72px;\n}\n\n.icon-check {\n  background-position: -144px -72px;\n}\n\n.icon-move {\n  background-position: -168px -72px;\n}\n\n.icon-step-backward {\n  background-position: -192px -72px;\n}\n\n.icon-fast-backward {\n  background-position: -216px -72px;\n}\n\n.icon-backward {\n  background-position: -240px -72px;\n}\n\n.icon-play {\n  background-position: -264px -72px;\n}\n\n.icon-pause {\n  background-position: -288px -72px;\n}\n\n.icon-stop {\n  background-position: -312px -72px;\n}\n\n.icon-forward {\n  background-position: -336px -72px;\n}\n\n.icon-fast-forward {\n  background-position: -360px -72px;\n}\n\n.icon-step-forward {\n  background-position: -384px -72px;\n}\n\n.icon-eject {\n  background-position: -408px -72px;\n}\n\n.icon-chevron-left {\n  background-position: -432px -72px;\n}\n\n.icon-chevron-right {\n  background-position: -456px -72px;\n}\n\n.icon-plus-sign {\n  background-position: 0 -96px;\n}\n\n.icon-minus-sign {\n  background-position: -24px -96px;\n}\n\n.icon-remove-sign {\n  background-position: -48px -96px;\n}\n\n.icon-ok-sign {\n  background-position: -72px -96px;\n}\n\n.icon-question-sign {\n  background-position: -96px -96px;\n}\n\n.icon-info-sign {\n  background-position: -120px -96px;\n}\n\n.icon-screenshot {\n  background-position: -144px -96px;\n}\n\n.icon-remove-circle {\n  background-position: -168px -96px;\n}\n\n.icon-ok-circle {\n  background-position: -192px -96px;\n}\n\n.icon-ban-circle {\n  background-position: -216px -96px;\n}\n\n.icon-arrow-left {\n  background-position: -240px -96px;\n}\n\n.icon-arrow-right {\n  background-position: -264px -96px;\n}\n\n.icon-arrow-up {\n  background-position: -289px -96px;\n}\n\n.icon-arrow-down {\n  background-position: -312px -96px;\n}\n\n.icon-share-alt {\n  background-position: -336px -96px;\n}\n\n.icon-resize-full {\n  background-position: -360px -96px;\n}\n\n.icon-resize-small {\n  background-position: -384px -96px;\n}\n\n.icon-plus {\n  background-position: -408px -96px;\n}\n\n.icon-minus {\n  background-position: -433px -96px;\n}\n\n.icon-asterisk {\n  background-position: -456px -96px;\n}\n\n.icon-exclamation-sign {\n  background-position: 0 -120px;\n}\n\n.icon-gift {\n  background-position: -24px -120px;\n}\n\n.icon-leaf {\n  background-position: -48px -120px;\n}\n\n.icon-fire {\n  background-position: -72px -120px;\n}\n\n.icon-eye-open {\n  background-position: -96px -120px;\n}\n\n.icon-eye-close {\n  background-position: -120px -120px;\n}\n\n.icon-warning-sign {\n  background-position: -144px -120px;\n}\n\n.icon-plane {\n  background-position: -168px -120px;\n}\n\n.icon-calendar {\n  background-position: -192px -120px;\n}\n\n.icon-random {\n  width: 16px;\n  background-position: -216px -120px;\n}\n\n.icon-comment {\n  background-position: -240px -120px;\n}\n\n.icon-magnet {\n  background-position: -264px -120px;\n}\n\n.icon-chevron-up {\n  background-position: -288px -120px;\n}\n\n.icon-chevron-down {\n  background-position: -313px -119px;\n}\n\n.icon-retweet {\n  background-position: -336px -120px;\n}\n\n.icon-shopping-cart {\n  background-position: -360px -120px;\n}\n\n.icon-folder-close {\n  background-position: -384px -120px;\n}\n\n.icon-folder-open {\n  width: 16px;\n  background-position: -408px -120px;\n}\n\n.icon-resize-vertical {\n  background-position: -432px -119px;\n}\n\n.icon-resize-horizontal {\n  background-position: -456px -118px;\n}\n\n.icon-hdd {\n  background-position: 0 -144px;\n}\n\n.icon-bullhorn {\n  background-position: -24px -144px;\n}\n\n.icon-bell {\n  background-position: -48px -144px;\n}\n\n.icon-certificate {\n  background-position: -72px -144px;\n}\n\n.icon-thumbs-up {\n  background-position: -96px -144px;\n}\n\n.icon-thumbs-down {\n  background-position: -120px -144px;\n}\n\n.icon-hand-right {\n  background-position: -144px -144px;\n}\n\n.icon-hand-left {\n  background-position: -168px -144px;\n}\n\n.icon-hand-up {\n  background-position: -192px -144px;\n}\n\n.icon-hand-down {\n  background-position: -216px -144px;\n}\n\n.icon-circle-arrow-right {\n  background-position: -240px -144px;\n}\n\n.icon-circle-arrow-left {\n  background-position: -264px -144px;\n}\n\n.icon-circle-arrow-up {\n  background-position: -288px -144px;\n}\n\n.icon-circle-arrow-down {\n  background-position: -312px -144px;\n}\n\n.icon-globe {\n  background-position: -336px -144px;\n}\n\n.icon-wrench {\n  background-position: -360px -144px;\n}\n\n.icon-tasks {\n  background-position: -384px -144px;\n}\n\n.icon-filter {\n  background-position: -408px -144px;\n}\n\n.icon-briefcase {\n  background-position: -432px -144px;\n}\n\n.icon-fullscreen {\n  background-position: -456px -144px;\n}\n\n.dropup,\n.dropdown {\n  position: relative;\n}\n\n.dropdown-toggle {\n  *margin-bottom: -3px;\n}\n\n.dropdown-toggle:active,\n.open .dropdown-toggle {\n  outline: 0;\n}\n\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  vertical-align: top;\n  border-top: 4px solid #000000;\n  border-right: 4px solid transparent;\n  border-left: 4px solid transparent;\n  content: \"\";\n}\n\n.dropdown .caret {\n  margin-top: 8px;\n  margin-left: 2px;\n}\n\n.dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: 1000;\n  display: none;\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0;\n  list-style: none;\n  background-color: #ffffff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, 0.2);\n  *border-right-width: 2px;\n  *border-bottom-width: 2px;\n  -webkit-border-radius: 6px;\n     -moz-border-radius: 6px;\n          border-radius: 6px;\n  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n  -webkit-background-clip: padding-box;\n     -moz-background-clip: padding;\n          background-clip: padding-box;\n}\n\n.dropdown-menu.pull-right {\n  right: 0;\n  left: auto;\n}\n\n.dropdown-menu .divider {\n  *width: 100%;\n  height: 1px;\n  margin: 9px 1px;\n  *margin: -5px 0 5px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n  border-bottom: 1px solid #ffffff;\n}\n\n.dropdown-menu a {\n  display: block;\n  padding: 3px 20px;\n  clear: both;\n  font-weight: normal;\n  line-height: 20px;\n  color: #333333;\n  white-space: nowrap;\n}\n\n.dropdown-menu li > a:hover,\n.dropdown-menu li > a:focus,\n.dropdown-submenu:hover > a {\n  color: #ffffff;\n  text-decoration: none;\n  background-color: #0088cc;\n  background-color: #0081c2;\n  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));\n  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);\n  background-image: -o-linear-gradient(top, #0088cc, #0077b3);\n  background-image: linear-gradient(to bottom, #0088cc, #0077b3);\n  background-repeat: repeat-x;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);\n}\n\n.dropdown-menu .active > a,\n.dropdown-menu .active > a:hover {\n  color: #ffffff;\n  text-decoration: none;\n  background-color: #0088cc;\n  background-color: #0081c2;\n  background-image: linear-gradient(to bottom, #0088cc, #0077b3);\n  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));\n  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);\n  background-image: -o-linear-gradient(top, #0088cc, #0077b3);\n  background-repeat: repeat-x;\n  outline: 0;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);\n}\n\n.dropdown-menu .disabled > a,\n.dropdown-menu .disabled > a:hover {\n  color: #999999;\n}\n\n.dropdown-menu .disabled > a:hover {\n  text-decoration: none;\n  cursor: default;\n  background-color: transparent;\n}\n\n.open {\n  *z-index: 1000;\n}\n\n.open > .dropdown-menu {\n  display: block;\n}\n\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n  border-top: 0;\n  border-bottom: 4px solid #000000;\n  content: \"\";\n}\n\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n  top: auto;\n  bottom: 100%;\n  margin-bottom: 1px;\n}\n\n.dropdown-submenu {\n  position: relative;\n}\n\n.dropdown-submenu > .dropdown-menu {\n  top: 0;\n  left: 100%;\n  margin-top: -6px;\n  margin-left: -1px;\n  -webkit-border-radius: 0 6px 6px 6px;\n     -moz-border-radius: 0 6px 6px 6px;\n          border-radius: 0 6px 6px 6px;\n}\n\n.dropdown-submenu:hover > .dropdown-menu {\n  display: block;\n}\n\n.dropdown-submenu > a:after {\n  display: block;\n  float: right;\n  width: 0;\n  height: 0;\n  margin-top: 5px;\n  margin-right: -10px;\n  border-color: transparent;\n  border-left-color: #cccccc;\n  border-style: solid;\n  border-width: 5px 0 5px 5px;\n  content: \" \";\n}\n\n.dropdown-submenu:hover > a:after {\n  border-left-color: #ffffff;\n}\n\n.dropdown .dropdown-menu .nav-header {\n  padding-right: 20px;\n  padding-left: 20px;\n}\n\n.typeahead {\n  margin-top: 2px;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n}\n\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin-bottom: 20px;\n  background-color: #f5f5f5;\n  border: 1px solid #e3e3e3;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n\n.well blockquote {\n  border-color: #ddd;\n  border-color: rgba(0, 0, 0, 0.15);\n}\n\n.well-large {\n  padding: 24px;\n  -webkit-border-radius: 6px;\n     -moz-border-radius: 6px;\n          border-radius: 6px;\n}\n\n.well-small {\n  padding: 9px;\n  -webkit-border-radius: 3px;\n     -moz-border-radius: 3px;\n          border-radius: 3px;\n}\n\n.fade {\n  opacity: 0;\n  -webkit-transition: opacity 0.15s linear;\n     -moz-transition: opacity 0.15s linear;\n       -o-transition: opacity 0.15s linear;\n          transition: opacity 0.15s linear;\n}\n\n.fade.in {\n  opacity: 1;\n}\n\n.collapse {\n  position: relative;\n  height: 0;\n  overflow: hidden;\n  -webkit-transition: height 0.35s ease;\n     -moz-transition: height 0.35s ease;\n       -o-transition: height 0.35s ease;\n          transition: height 0.35s ease;\n}\n\n.collapse.in {\n  height: auto;\n}\n\n.close {\n  float: right;\n  font-size: 20px;\n  font-weight: bold;\n  line-height: 20px;\n  color: #000000;\n  text-shadow: 0 1px 0 #ffffff;\n  opacity: 0.2;\n  filter: alpha(opacity=20);\n}\n\n.close:hover {\n  color: #000000;\n  text-decoration: none;\n  cursor: pointer;\n  opacity: 0.4;\n  filter: alpha(opacity=40);\n}\n\nbutton.close {\n  padding: 0;\n  cursor: pointer;\n  background: transparent;\n  border: 0;\n  -webkit-appearance: none;\n}\n\n.btn {\n  display: inline-block;\n  *display: inline;\n  padding: 4px 14px;\n  margin-bottom: 0;\n  *margin-left: .3em;\n  font-size: 14px;\n  line-height: 20px;\n  *line-height: 20px;\n  color: #333333;\n  text-align: center;\n  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);\n  vertical-align: middle;\n  cursor: pointer;\n  background-color: #f5f5f5;\n  *background-color: #e6e6e6;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));\n  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);\n  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);\n  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);\n  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);\n  background-repeat: repeat-x;\n  border: 1px solid #bbbbbb;\n  *border: 0;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  border-color: #e6e6e6 #e6e6e6 #bfbfbf;\n  border-bottom-color: #a2a2a2;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n  *zoom: 1;\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\n     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\n          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n\n.btn:hover,\n.btn:active,\n.btn.active,\n.btn.disabled,\n.btn[disabled] {\n  color: #333333;\n  background-color: #e6e6e6;\n  *background-color: #d9d9d9;\n}\n\n.btn:active,\n.btn.active {\n  background-color: #cccccc \\9;\n}\n\n.btn:first-child {\n  *margin-left: 0;\n}\n\n.btn:hover {\n  color: #333333;\n  text-decoration: none;\n  background-color: #e6e6e6;\n  *background-color: #d9d9d9;\n  /* Buttons in IE7 don't get borders, so darken on hover */\n\n  background-position: 0 -15px;\n  -webkit-transition: background-position 0.1s linear;\n     -moz-transition: background-position 0.1s linear;\n       -o-transition: background-position 0.1s linear;\n          transition: background-position 0.1s linear;\n}\n\n.btn:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n\n.btn.active,\n.btn:active {\n  background-color: #e6e6e6;\n  background-color: #d9d9d9 \\9;\n  background-image: none;\n  outline: 0;\n  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\n     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\n          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n\n.btn.disabled,\n.btn[disabled] {\n  cursor: default;\n  background-color: #e6e6e6;\n  background-image: none;\n  opacity: 0.65;\n  filter: alpha(opacity=65);\n  -webkit-box-shadow: none;\n     -moz-box-shadow: none;\n          box-shadow: none;\n}\n\n.btn-large {\n  padding: 9px 14px;\n  font-size: 16px;\n  line-height: normal;\n  -webkit-border-radius: 5px;\n     -moz-border-radius: 5px;\n          border-radius: 5px;\n}\n\n.btn-large [class^=\"icon-\"] {\n  margin-top: 2px;\n}\n\n.btn-small {\n  padding: 3px 9px;\n  font-size: 12px;\n  line-height: 18px;\n}\n\n.btn-small [class^=\"icon-\"] {\n  margin-top: 0;\n}\n\n.btn-mini {\n  padding: 2px 6px;\n  font-size: 11px;\n  line-height: 17px;\n}\n\n.btn-block {\n  display: block;\n  width: 100%;\n  padding-right: 0;\n  padding-left: 0;\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n}\n\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n  width: 100%;\n}\n\n.btn-primary.active,\n.btn-warning.active,\n.btn-danger.active,\n.btn-success.active,\n.btn-info.active,\n.btn-inverse.active {\n  color: rgba(255, 255, 255, 0.75);\n}\n\n.btn {\n  border-color: #c5c5c5;\n  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);\n}\n\n.btn-primary {\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #006dcc;\n  *background-color: #0044cc;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));\n  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);\n  background-image: -o-linear-gradient(top, #0088cc, #0044cc);\n  background-image: linear-gradient(to bottom, #0088cc, #0044cc);\n  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);\n  background-repeat: repeat-x;\n  border-color: #0044cc #0044cc #002a80;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n}\n\n.btn-primary:hover,\n.btn-primary:active,\n.btn-primary.active,\n.btn-primary.disabled,\n.btn-primary[disabled] {\n  color: #ffffff;\n  background-color: #0044cc;\n  *background-color: #003bb3;\n}\n\n.btn-primary:active,\n.btn-primary.active {\n  background-color: #003399 \\9;\n}\n\n.btn-warning {\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #faa732;\n  *background-color: #f89406;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));\n  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);\n  background-image: -o-linear-gradient(top, #fbb450, #f89406);\n  background-image: linear-gradient(to bottom, #fbb450, #f89406);\n  background-image: -moz-linear-gradient(top, #fbb450, #f89406);\n  background-repeat: repeat-x;\n  border-color: #f89406 #f89406 #ad6704;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n}\n\n.btn-warning:hover,\n.btn-warning:active,\n.btn-warning.active,\n.btn-warning.disabled,\n.btn-warning[disabled] {\n  color: #ffffff;\n  background-color: #f89406;\n  *background-color: #df8505;\n}\n\n.btn-warning:active,\n.btn-warning.active {\n  background-color: #c67605 \\9;\n}\n\n.btn-danger {\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #da4f49;\n  *background-color: #bd362f;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));\n  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);\n  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);\n  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);\n  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);\n  background-repeat: repeat-x;\n  border-color: #bd362f #bd362f #802420;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n}\n\n.btn-danger:hover,\n.btn-danger:active,\n.btn-danger.active,\n.btn-danger.disabled,\n.btn-danger[disabled] {\n  color: #ffffff;\n  background-color: #bd362f;\n  *background-color: #a9302a;\n}\n\n.btn-danger:active,\n.btn-danger.active {\n  background-color: #942a25 \\9;\n}\n\n.btn-success {\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #5bb75b;\n  *background-color: #51a351;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));\n  background-image: -webkit-linear-gradient(top, #62c462, #51a351);\n  background-image: -o-linear-gradient(top, #62c462, #51a351);\n  background-image: linear-gradient(to bottom, #62c462, #51a351);\n  background-image: -moz-linear-gradient(top, #62c462, #51a351);\n  background-repeat: repeat-x;\n  border-color: #51a351 #51a351 #387038;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n}\n\n.btn-success:hover,\n.btn-success:active,\n.btn-success.active,\n.btn-success.disabled,\n.btn-success[disabled] {\n  color: #ffffff;\n  background-color: #51a351;\n  *background-color: #499249;\n}\n\n.btn-success:active,\n.btn-success.active {\n  background-color: #408140 \\9;\n}\n\n.btn-info {\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #49afcd;\n  *background-color: #2f96b4;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));\n  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);\n  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);\n  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);\n  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);\n  background-repeat: repeat-x;\n  border-color: #2f96b4 #2f96b4 #1f6377;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n}\n\n.btn-info:hover,\n.btn-info:active,\n.btn-info.active,\n.btn-info.disabled,\n.btn-info[disabled] {\n  color: #ffffff;\n  background-color: #2f96b4;\n  *background-color: #2a85a0;\n}\n\n.btn-info:active,\n.btn-info.active {\n  background-color: #24748c \\9;\n}\n\n.btn-inverse {\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #363636;\n  *background-color: #222222;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));\n  background-image: -webkit-linear-gradient(top, #444444, #222222);\n  background-image: -o-linear-gradient(top, #444444, #222222);\n  background-image: linear-gradient(to bottom, #444444, #222222);\n  background-image: -moz-linear-gradient(top, #444444, #222222);\n  background-repeat: repeat-x;\n  border-color: #222222 #222222 #000000;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n}\n\n.btn-inverse:hover,\n.btn-inverse:active,\n.btn-inverse.active,\n.btn-inverse.disabled,\n.btn-inverse[disabled] {\n  color: #ffffff;\n  background-color: #222222;\n  *background-color: #151515;\n}\n\n.btn-inverse:active,\n.btn-inverse.active {\n  background-color: #080808 \\9;\n}\n\nbutton.btn,\ninput[type=\"submit\"].btn {\n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\n\nbutton.btn::-moz-focus-inner,\ninput[type=\"submit\"].btn::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\n\nbutton.btn.btn-large,\ninput[type=\"submit\"].btn.btn-large {\n  *padding-top: 7px;\n  *padding-bottom: 7px;\n}\n\nbutton.btn.btn-small,\ninput[type=\"submit\"].btn.btn-small {\n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\n\nbutton.btn.btn-mini,\ninput[type=\"submit\"].btn.btn-mini {\n  *padding-top: 1px;\n  *padding-bottom: 1px;\n}\n\n.btn-link,\n.btn-link:active,\n.btn-link[disabled] {\n  background-color: transparent;\n  background-image: none;\n  -webkit-box-shadow: none;\n     -moz-box-shadow: none;\n          box-shadow: none;\n}\n\n.btn-link {\n  color: #0088cc;\n  cursor: pointer;\n  border-color: transparent;\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.btn-link:hover {\n  color: #005580;\n  text-decoration: underline;\n  background-color: transparent;\n}\n\n.btn-link[disabled]:hover {\n  color: #333333;\n  text-decoration: none;\n}\n\n.btn-group {\n  position: relative;\n  *margin-left: .3em;\n  font-size: 0;\n  white-space: nowrap;\n  vertical-align: middle;\n}\n\n.btn-group:first-child {\n  *margin-left: 0;\n}\n\n.btn-group + .btn-group {\n  margin-left: 5px;\n}\n\n.btn-toolbar {\n  margin-top: 10px;\n  margin-bottom: 10px;\n  font-size: 0;\n}\n\n.btn-toolbar .btn-group {\n  display: inline-block;\n  *display: inline;\n  /* IE7 inline-block hack */\n\n  *zoom: 1;\n}\n\n.btn-toolbar .btn + .btn,\n.btn-toolbar .btn-group + .btn,\n.btn-toolbar .btn + .btn-group {\n  margin-left: 5px;\n}\n\n.btn-group > .btn {\n  position: relative;\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.btn-group > .btn + .btn {\n  margin-left: -1px;\n}\n\n.btn-group > .btn,\n.btn-group > .dropdown-menu {\n  font-size: 14px;\n}\n\n.btn-group > .btn-mini {\n  font-size: 11px;\n}\n\n.btn-group > .btn-small {\n  font-size: 12px;\n}\n\n.btn-group > .btn-large {\n  font-size: 16px;\n}\n\n.btn-group > .btn:first-child {\n  margin-left: 0;\n  -webkit-border-bottom-left-radius: 4px;\n          border-bottom-left-radius: 4px;\n  -webkit-border-top-left-radius: 4px;\n          border-top-left-radius: 4px;\n  -moz-border-radius-bottomleft: 4px;\n  -moz-border-radius-topleft: 4px;\n}\n\n.btn-group > .btn:last-child,\n.btn-group > .dropdown-toggle {\n  -webkit-border-top-right-radius: 4px;\n          border-top-right-radius: 4px;\n  -webkit-border-bottom-right-radius: 4px;\n          border-bottom-right-radius: 4px;\n  -moz-border-radius-topright: 4px;\n  -moz-border-radius-bottomright: 4px;\n}\n\n.btn-group > .btn.large:first-child {\n  margin-left: 0;\n  -webkit-border-bottom-left-radius: 6px;\n          border-bottom-left-radius: 6px;\n  -webkit-border-top-left-radius: 6px;\n          border-top-left-radius: 6px;\n  -moz-border-radius-bottomleft: 6px;\n  -moz-border-radius-topleft: 6px;\n}\n\n.btn-group > .btn.large:last-child,\n.btn-group > .large.dropdown-toggle {\n  -webkit-border-top-right-radius: 6px;\n          border-top-right-radius: 6px;\n  -webkit-border-bottom-right-radius: 6px;\n          border-bottom-right-radius: 6px;\n  -moz-border-radius-topright: 6px;\n  -moz-border-radius-bottomright: 6px;\n}\n\n.btn-group > .btn:hover,\n.btn-group > .btn:focus,\n.btn-group > .btn:active,\n.btn-group > .btn.active {\n  z-index: 2;\n}\n\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n\n.btn-group > .btn + .dropdown-toggle {\n  *padding-top: 5px;\n  padding-right: 8px;\n  *padding-bottom: 5px;\n  padding-left: 8px;\n  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\n     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\n          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n\n.btn-group > .btn-mini + .dropdown-toggle {\n  *padding-top: 2px;\n  padding-right: 5px;\n  *padding-bottom: 2px;\n  padding-left: 5px;\n}\n\n.btn-group > .btn-small + .dropdown-toggle {\n  *padding-top: 5px;\n  *padding-bottom: 4px;\n}\n\n.btn-group > .btn-large + .dropdown-toggle {\n  *padding-top: 7px;\n  padding-right: 12px;\n  *padding-bottom: 7px;\n  padding-left: 12px;\n}\n\n.btn-group.open .dropdown-toggle {\n  background-image: none;\n  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\n     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\n          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n\n.btn-group.open .btn.dropdown-toggle {\n  background-color: #e6e6e6;\n}\n\n.btn-group.open .btn-primary.dropdown-toggle {\n  background-color: #0044cc;\n}\n\n.btn-group.open .btn-warning.dropdown-toggle {\n  background-color: #f89406;\n}\n\n.btn-group.open .btn-danger.dropdown-toggle {\n  background-color: #bd362f;\n}\n\n.btn-group.open .btn-success.dropdown-toggle {\n  background-color: #51a351;\n}\n\n.btn-group.open .btn-info.dropdown-toggle {\n  background-color: #2f96b4;\n}\n\n.btn-group.open .btn-inverse.dropdown-toggle {\n  background-color: #222222;\n}\n\n.btn .caret {\n  margin-top: 8px;\n  margin-left: 0;\n}\n\n.btn-mini .caret,\n.btn-small .caret,\n.btn-large .caret {\n  margin-top: 6px;\n}\n\n.btn-large .caret {\n  border-top-width: 5px;\n  border-right-width: 5px;\n  border-left-width: 5px;\n}\n\n.dropup .btn-large .caret {\n  border-top: 0;\n  border-bottom: 5px solid #000000;\n}\n\n.btn-primary .caret,\n.btn-warning .caret,\n.btn-danger .caret,\n.btn-info .caret,\n.btn-success .caret,\n.btn-inverse .caret {\n  border-top-color: #ffffff;\n  border-bottom-color: #ffffff;\n}\n\n.btn-group-vertical {\n  display: inline-block;\n  *display: inline;\n  /* IE7 inline-block hack */\n\n  *zoom: 1;\n}\n\n.btn-group-vertical .btn {\n  display: block;\n  float: none;\n  width: 100%;\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.btn-group-vertical .btn + .btn {\n  margin-top: -1px;\n  margin-left: 0;\n}\n\n.btn-group-vertical .btn:first-child {\n  -webkit-border-radius: 4px 4px 0 0;\n     -moz-border-radius: 4px 4px 0 0;\n          border-radius: 4px 4px 0 0;\n}\n\n.btn-group-vertical .btn:last-child {\n  -webkit-border-radius: 0 0 4px 4px;\n     -moz-border-radius: 0 0 4px 4px;\n          border-radius: 0 0 4px 4px;\n}\n\n.btn-group-vertical .btn-large:first-child {\n  -webkit-border-radius: 6px 6px 0 0;\n     -moz-border-radius: 6px 6px 0 0;\n          border-radius: 6px 6px 0 0;\n}\n\n.btn-group-vertical .btn-large:last-child {\n  -webkit-border-radius: 0 0 6px 6px;\n     -moz-border-radius: 0 0 6px 6px;\n          border-radius: 0 0 6px 6px;\n}\n\n.alert {\n  padding: 8px 35px 8px 14px;\n  margin-bottom: 20px;\n  color: #c09853;\n  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);\n  background-color: #fcf8e3;\n  border: 1px solid #fbeed5;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n}\n\n.alert h4 {\n  margin: 0;\n}\n\n.alert .close {\n  position: relative;\n  top: -2px;\n  right: -21px;\n  line-height: 20px;\n}\n\n.alert-success {\n  color: #468847;\n  background-color: #dff0d8;\n  border-color: #d6e9c6;\n}\n\n.alert-danger,\n.alert-error {\n  color: #b94a48;\n  background-color: #f2dede;\n  border-color: #eed3d7;\n}\n\n.alert-info {\n  color: #3a87ad;\n  background-color: #d9edf7;\n  border-color: #bce8f1;\n}\n\n.alert-block {\n  padding-top: 14px;\n  padding-bottom: 14px;\n}\n\n.alert-block > p,\n.alert-block > ul {\n  margin-bottom: 0;\n}\n\n.alert-block p + p {\n  margin-top: 5px;\n}\n\n.nav {\n  margin-bottom: 20px;\n  margin-left: 0;\n  list-style: none;\n}\n\n.nav > li > a {\n  display: block;\n}\n\n.nav > li > a:hover {\n  text-decoration: none;\n  background-color: #eeeeee;\n}\n\n.nav > .pull-right {\n  float: right;\n}\n\n.nav-header {\n  display: block;\n  padding: 3px 15px;\n  font-size: 11px;\n  font-weight: bold;\n  line-height: 20px;\n  color: #999999;\n  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);\n  text-transform: uppercase;\n}\n\n.nav li + .nav-header {\n  margin-top: 9px;\n}\n\n.nav-list {\n  padding-right: 15px;\n  padding-left: 15px;\n  margin-bottom: 0;\n}\n\n.nav-list > li > a,\n.nav-list .nav-header {\n  margin-right: -15px;\n  margin-left: -15px;\n  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);\n}\n\n.nav-list > li > a {\n  padding: 3px 15px;\n}\n\n.nav-list > .active > a,\n.nav-list > .active > a:hover {\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);\n  background-color: #0088cc;\n}\n\n.nav-list [class^=\"icon-\"] {\n  margin-right: 2px;\n}\n\n.nav-list .divider {\n  *width: 100%;\n  height: 1px;\n  margin: 9px 1px;\n  *margin: -5px 0 5px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n  border-bottom: 1px solid #ffffff;\n}\n\n.nav-tabs,\n.nav-pills {\n  *zoom: 1;\n}\n\n.nav-tabs:before,\n.nav-pills:before,\n.nav-tabs:after,\n.nav-pills:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.nav-tabs:after,\n.nav-pills:after {\n  clear: both;\n}\n\n.nav-tabs > li,\n.nav-pills > li {\n  float: left;\n}\n\n.nav-tabs > li > a,\n.nav-pills > li > a {\n  padding-right: 12px;\n  padding-left: 12px;\n  margin-right: 2px;\n  line-height: 14px;\n}\n\n.nav-tabs {\n  border-bottom: 1px solid #ddd;\n}\n\n.nav-tabs > li {\n  margin-bottom: -1px;\n}\n\n.nav-tabs > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  line-height: 20px;\n  border: 1px solid transparent;\n  -webkit-border-radius: 4px 4px 0 0;\n     -moz-border-radius: 4px 4px 0 0;\n          border-radius: 4px 4px 0 0;\n}\n\n.nav-tabs > li > a:hover {\n  border-color: #eeeeee #eeeeee #dddddd;\n}\n\n.nav-tabs > .active > a,\n.nav-tabs > .active > a:hover {\n  color: #555555;\n  cursor: default;\n  background-color: #ffffff;\n  border: 1px solid #ddd;\n  border-bottom-color: transparent;\n}\n\n.nav-pills > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  margin-top: 2px;\n  margin-bottom: 2px;\n  -webkit-border-radius: 5px;\n     -moz-border-radius: 5px;\n          border-radius: 5px;\n}\n\n.nav-pills > .active > a,\n.nav-pills > .active > a:hover {\n  color: #ffffff;\n  background-color: #0088cc;\n}\n\n.nav-stacked > li {\n  float: none;\n}\n\n.nav-stacked > li > a {\n  margin-right: 0;\n}\n\n.nav-tabs.nav-stacked {\n  border-bottom: 0;\n}\n\n.nav-tabs.nav-stacked > li > a {\n  border: 1px solid #ddd;\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.nav-tabs.nav-stacked > li:first-child > a {\n  -webkit-border-top-right-radius: 4px;\n          border-top-right-radius: 4px;\n  -webkit-border-top-left-radius: 4px;\n          border-top-left-radius: 4px;\n  -moz-border-radius-topright: 4px;\n  -moz-border-radius-topleft: 4px;\n}\n\n.nav-tabs.nav-stacked > li:last-child > a {\n  -webkit-border-bottom-right-radius: 4px;\n          border-bottom-right-radius: 4px;\n  -webkit-border-bottom-left-radius: 4px;\n          border-bottom-left-radius: 4px;\n  -moz-border-radius-bottomright: 4px;\n  -moz-border-radius-bottomleft: 4px;\n}\n\n.nav-tabs.nav-stacked > li > a:hover {\n  z-index: 2;\n  border-color: #ddd;\n}\n\n.nav-pills.nav-stacked > li > a {\n  margin-bottom: 3px;\n}\n\n.nav-pills.nav-stacked > li:last-child > a {\n  margin-bottom: 1px;\n}\n\n.nav-tabs .dropdown-menu {\n  -webkit-border-radius: 0 0 6px 6px;\n     -moz-border-radius: 0 0 6px 6px;\n          border-radius: 0 0 6px 6px;\n}\n\n.nav-pills .dropdown-menu {\n  -webkit-border-radius: 6px;\n     -moz-border-radius: 6px;\n          border-radius: 6px;\n}\n\n.nav .dropdown-toggle .caret {\n  margin-top: 6px;\n  border-top-color: #0088cc;\n  border-bottom-color: #0088cc;\n}\n\n.nav .dropdown-toggle:hover .caret {\n  border-top-color: #005580;\n  border-bottom-color: #005580;\n}\n\n/* move down carets for tabs */\n\n.nav-tabs .dropdown-toggle .caret {\n  margin-top: 8px;\n}\n\n.nav .active .dropdown-toggle .caret {\n  border-top-color: #fff;\n  border-bottom-color: #fff;\n}\n\n.nav-tabs .active .dropdown-toggle .caret {\n  border-top-color: #555555;\n  border-bottom-color: #555555;\n}\n\n.nav > .dropdown.active > a:hover {\n  cursor: pointer;\n}\n\n.nav-tabs .open .dropdown-toggle,\n.nav-pills .open .dropdown-toggle,\n.nav > li.dropdown.open.active > a:hover {\n  color: #ffffff;\n  background-color: #999999;\n  border-color: #999999;\n}\n\n.nav li.dropdown.open .caret,\n.nav li.dropdown.open.active .caret,\n.nav li.dropdown.open a:hover .caret {\n  border-top-color: #ffffff;\n  border-bottom-color: #ffffff;\n  opacity: 1;\n  filter: alpha(opacity=100);\n}\n\n.tabs-stacked .open > a:hover {\n  border-color: #999999;\n}\n\n.tabbable {\n  *zoom: 1;\n}\n\n.tabbable:before,\n.tabbable:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.tabbable:after {\n  clear: both;\n}\n\n.tab-content {\n  overflow: auto;\n}\n\n.tabs-below > .nav-tabs,\n.tabs-right > .nav-tabs,\n.tabs-left > .nav-tabs {\n  border-bottom: 0;\n}\n\n.tab-content > .tab-pane,\n.pill-content > .pill-pane {\n  display: none;\n}\n\n.tab-content > .active,\n.pill-content > .active {\n  display: block;\n}\n\n.tabs-below > .nav-tabs {\n  border-top: 1px solid #ddd;\n}\n\n.tabs-below > .nav-tabs > li {\n  margin-top: -1px;\n  margin-bottom: 0;\n}\n\n.tabs-below > .nav-tabs > li > a {\n  -webkit-border-radius: 0 0 4px 4px;\n     -moz-border-radius: 0 0 4px 4px;\n          border-radius: 0 0 4px 4px;\n}\n\n.tabs-below > .nav-tabs > li > a:hover {\n  border-top-color: #ddd;\n  border-bottom-color: transparent;\n}\n\n.tabs-below > .nav-tabs > .active > a,\n.tabs-below > .nav-tabs > .active > a:hover {\n  border-color: transparent #ddd #ddd #ddd;\n}\n\n.tabs-left > .nav-tabs > li,\n.tabs-right > .nav-tabs > li {\n  float: none;\n}\n\n.tabs-left > .nav-tabs > li > a,\n.tabs-right > .nav-tabs > li > a {\n  min-width: 74px;\n  margin-right: 0;\n  margin-bottom: 3px;\n}\n\n.tabs-left > .nav-tabs {\n  float: left;\n  margin-right: 19px;\n  border-right: 1px solid #ddd;\n}\n\n.tabs-left > .nav-tabs > li > a {\n  margin-right: -1px;\n  -webkit-border-radius: 4px 0 0 4px;\n     -moz-border-radius: 4px 0 0 4px;\n          border-radius: 4px 0 0 4px;\n}\n\n.tabs-left > .nav-tabs > li > a:hover {\n  border-color: #eeeeee #dddddd #eeeeee #eeeeee;\n}\n\n.tabs-left > .nav-tabs .active > a,\n.tabs-left > .nav-tabs .active > a:hover {\n  border-color: #ddd transparent #ddd #ddd;\n  *border-right-color: #ffffff;\n}\n\n.tabs-right > .nav-tabs {\n  float: right;\n  margin-left: 19px;\n  border-left: 1px solid #ddd;\n}\n\n.tabs-right > .nav-tabs > li > a {\n  margin-left: -1px;\n  -webkit-border-radius: 0 4px 4px 0;\n     -moz-border-radius: 0 4px 4px 0;\n          border-radius: 0 4px 4px 0;\n}\n\n.tabs-right > .nav-tabs > li > a:hover {\n  border-color: #eeeeee #eeeeee #eeeeee #dddddd;\n}\n\n.tabs-right > .nav-tabs .active > a,\n.tabs-right > .nav-tabs .active > a:hover {\n  border-color: #ddd #ddd #ddd transparent;\n  *border-left-color: #ffffff;\n}\n\n.nav > .disabled > a {\n  color: #999999;\n}\n\n.nav > .disabled > a:hover {\n  text-decoration: none;\n  cursor: default;\n  background-color: transparent;\n}\n\n.navbar {\n  *position: relative;\n  *z-index: 2;\n  margin-bottom: 20px;\n  overflow: visible;\n  color: #777777;\n}\n\n.navbar-inner {\n  min-height: 40px;\n  padding-right: 20px;\n  padding-left: 20px;\n  background-color: #fafafa;\n  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));\n  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);\n  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);\n  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);\n  background-repeat: repeat-x;\n  border: 1px solid #d4d4d4;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);\n  *zoom: 1;\n  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);\n     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);\n          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);\n}\n\n.navbar-inner:before,\n.navbar-inner:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.navbar-inner:after {\n  clear: both;\n}\n\n.navbar .container {\n  width: auto;\n}\n\n.nav-collapse.collapse {\n  height: auto;\n}\n\n.navbar .brand {\n  display: block;\n  float: left;\n  padding: 10px 20px 10px;\n  margin-left: -20px;\n  font-size: 20px;\n  font-weight: 200;\n  color: #777777;\n  text-shadow: 0 1px 0 #ffffff;\n}\n\n.navbar .brand:hover {\n  text-decoration: none;\n}\n\n.navbar-text {\n  margin-bottom: 0;\n  line-height: 40px;\n}\n\n.navbar-link {\n  color: #777777;\n}\n\n.navbar-link:hover {\n  color: #333333;\n}\n\n.navbar .divider-vertical {\n  height: 40px;\n  margin: 0 9px;\n  border-right: 1px solid #ffffff;\n  border-left: 1px solid #f2f2f2;\n}\n\n.navbar .btn,\n.navbar .btn-group {\n  margin-top: 5px;\n}\n\n.navbar .btn-group .btn,\n.navbar .input-prepend .btn,\n.navbar .input-append .btn {\n  margin-top: 0;\n}\n\n.navbar-form {\n  margin-bottom: 0;\n  *zoom: 1;\n}\n\n.navbar-form:before,\n.navbar-form:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.navbar-form:after {\n  clear: both;\n}\n\n.navbar-form input,\n.navbar-form select,\n.navbar-form .radio,\n.navbar-form .checkbox {\n  margin-top: 5px;\n}\n\n.navbar-form input,\n.navbar-form select,\n.navbar-form .btn {\n  display: inline-block;\n  margin-bottom: 0;\n}\n\n.navbar-form input[type=\"image\"],\n.navbar-form input[type=\"checkbox\"],\n.navbar-form input[type=\"radio\"] {\n  margin-top: 3px;\n}\n\n.navbar-form .input-append,\n.navbar-form .input-prepend {\n  margin-top: 6px;\n  white-space: nowrap;\n}\n\n.navbar-form .input-append input,\n.navbar-form .input-prepend input {\n  margin-top: 0;\n}\n\n.navbar-search {\n  position: relative;\n  float: left;\n  margin-top: 5px;\n  margin-bottom: 0;\n}\n\n.navbar-search .search-query {\n  padding: 4px 14px;\n  margin-bottom: 0;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 13px;\n  font-weight: normal;\n  line-height: 1;\n  -webkit-border-radius: 15px;\n     -moz-border-radius: 15px;\n          border-radius: 15px;\n}\n\n.navbar-static-top {\n  position: static;\n  width: 100%;\n  margin-bottom: 0;\n}\n\n.navbar-static-top .navbar-inner {\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  position: fixed;\n  right: 0;\n  left: 0;\n  z-index: 1030;\n  margin-bottom: 0;\n}\n\n.navbar-fixed-top .navbar-inner,\n.navbar-static-top .navbar-inner {\n  border-width: 0 0 1px;\n}\n\n.navbar-fixed-bottom .navbar-inner {\n  border-width: 1px 0 0;\n}\n\n.navbar-fixed-top .navbar-inner,\n.navbar-fixed-bottom .navbar-inner {\n  padding-right: 0;\n  padding-left: 0;\n  -webkit-border-radius: 0;\n     -moz-border-radius: 0;\n          border-radius: 0;\n}\n\n.navbar-static-top .container,\n.navbar-fixed-top .container,\n.navbar-fixed-bottom .container {\n  width: 940px;\n}\n\n.navbar-fixed-top {\n  top: 0;\n}\n\n.navbar-fixed-top .navbar-inner,\n.navbar-static-top .navbar-inner {\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);\n     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);\n          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);\n}\n\n.navbar-fixed-bottom {\n  bottom: 0;\n}\n\n.navbar-fixed-bottom .navbar-inner {\n  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);\n     -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);\n          box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);\n}\n\n.navbar .nav {\n  position: relative;\n  left: 0;\n  display: block;\n  float: left;\n  margin: 0 10px 0 0;\n}\n\n.navbar .nav.pull-right {\n  float: right;\n  margin-right: 0;\n}\n\n.navbar .nav > li {\n  float: left;\n}\n\n.navbar .nav > li > a {\n  float: none;\n  padding: 10px 15px 10px;\n  color: #777777;\n  text-decoration: none;\n  text-shadow: 0 1px 0 #ffffff;\n}\n\n.navbar .nav .dropdown-toggle .caret {\n  margin-top: 8px;\n}\n\n.navbar .nav > li > a:focus,\n.navbar .nav > li > a:hover {\n  color: #333333;\n  text-decoration: none;\n  background-color: transparent;\n}\n\n.navbar .nav > .active > a,\n.navbar .nav > .active > a:hover,\n.navbar .nav > .active > a:focus {\n  color: #555555;\n  text-decoration: none;\n  background-color: #e5e5e5;\n  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);\n     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);\n          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);\n}\n\n.navbar .btn-navbar {\n  display: none;\n  float: right;\n  padding: 7px 10px;\n  margin-right: 5px;\n  margin-left: 5px;\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #ededed;\n  *background-color: #e5e5e5;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));\n  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);\n  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);\n  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);\n  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);\n  background-repeat: repeat-x;\n  border-color: #e5e5e5 #e5e5e5 #bfbfbf;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);\n     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);\n          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);\n}\n\n.navbar .btn-navbar:hover,\n.navbar .btn-navbar:active,\n.navbar .btn-navbar.active,\n.navbar .btn-navbar.disabled,\n.navbar .btn-navbar[disabled] {\n  color: #ffffff;\n  background-color: #e5e5e5;\n  *background-color: #d9d9d9;\n}\n\n.navbar .btn-navbar:active,\n.navbar .btn-navbar.active {\n  background-color: #cccccc \\9;\n}\n\n.navbar .btn-navbar .icon-bar {\n  display: block;\n  width: 18px;\n  height: 2px;\n  background-color: #f5f5f5;\n  -webkit-border-radius: 1px;\n     -moz-border-radius: 1px;\n          border-radius: 1px;\n  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);\n     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);\n          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);\n}\n\n.btn-navbar .icon-bar + .icon-bar {\n  margin-top: 3px;\n}\n\n.navbar .nav > li > .dropdown-menu:before {\n  position: absolute;\n  top: -7px;\n  left: 9px;\n  display: inline-block;\n  border-right: 7px solid transparent;\n  border-bottom: 7px solid #ccc;\n  border-left: 7px solid transparent;\n  border-bottom-color: rgba(0, 0, 0, 0.2);\n  content: '';\n}\n\n.navbar .nav > li > .dropdown-menu:after {\n  position: absolute;\n  top: -6px;\n  left: 10px;\n  display: inline-block;\n  border-right: 6px solid transparent;\n  border-bottom: 6px solid #ffffff;\n  border-left: 6px solid transparent;\n  content: '';\n}\n\n.navbar-fixed-bottom .nav > li > .dropdown-menu:before {\n  top: auto;\n  bottom: -7px;\n  border-top: 7px solid #ccc;\n  border-bottom: 0;\n  border-top-color: rgba(0, 0, 0, 0.2);\n}\n\n.navbar-fixed-bottom .nav > li > .dropdown-menu:after {\n  top: auto;\n  bottom: -6px;\n  border-top: 6px solid #ffffff;\n  border-bottom: 0;\n}\n\n.navbar .nav li.dropdown.open > .dropdown-toggle,\n.navbar .nav li.dropdown.active > .dropdown-toggle,\n.navbar .nav li.dropdown.open.active > .dropdown-toggle {\n  color: #555555;\n  background-color: #e5e5e5;\n}\n\n.navbar .nav li.dropdown > .dropdown-toggle .caret {\n  border-top-color: #777777;\n  border-bottom-color: #777777;\n}\n\n.navbar .nav li.dropdown.open > .dropdown-toggle .caret,\n.navbar .nav li.dropdown.active > .dropdown-toggle .caret,\n.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {\n  border-top-color: #555555;\n  border-bottom-color: #555555;\n}\n\n.navbar .pull-right > li > .dropdown-menu,\n.navbar .nav > li > .dropdown-menu.pull-right {\n  right: 0;\n  left: auto;\n}\n\n.navbar .pull-right > li > .dropdown-menu:before,\n.navbar .nav > li > .dropdown-menu.pull-right:before {\n  right: 12px;\n  left: auto;\n}\n\n.navbar .pull-right > li > .dropdown-menu:after,\n.navbar .nav > li > .dropdown-menu.pull-right:after {\n  right: 13px;\n  left: auto;\n}\n\n.navbar .pull-right > li > .dropdown-menu .dropdown-menu,\n.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {\n  right: 100%;\n  left: auto;\n  margin-right: -1px;\n  margin-left: 0;\n  -webkit-border-radius: 6px 0 6px 6px;\n     -moz-border-radius: 6px 0 6px 6px;\n          border-radius: 6px 0 6px 6px;\n}\n\n.navbar-inverse {\n  color: #999999;\n}\n\n.navbar-inverse .navbar-inner {\n  background-color: #1b1b1b;\n  background-image: -moz-linear-gradient(top, #222222, #111111);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));\n  background-image: -webkit-linear-gradient(top, #222222, #111111);\n  background-image: -o-linear-gradient(top, #222222, #111111);\n  background-image: linear-gradient(to bottom, #222222, #111111);\n  background-repeat: repeat-x;\n  border-color: #252525;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);\n}\n\n.navbar-inverse .brand,\n.navbar-inverse .nav > li > a {\n  color: #999999;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\n\n.navbar-inverse .brand:hover,\n.navbar-inverse .nav > li > a:hover {\n  color: #ffffff;\n}\n\n.navbar-inverse .nav > li > a:focus,\n.navbar-inverse .nav > li > a:hover {\n  color: #ffffff;\n  background-color: transparent;\n}\n\n.navbar-inverse .nav .active > a,\n.navbar-inverse .nav .active > a:hover,\n.navbar-inverse .nav .active > a:focus {\n  color: #ffffff;\n  background-color: #111111;\n}\n\n.navbar-inverse .navbar-link {\n  color: #999999;\n}\n\n.navbar-inverse .navbar-link:hover {\n  color: #ffffff;\n}\n\n.navbar-inverse .divider-vertical {\n  border-right-color: #222222;\n  border-left-color: #111111;\n}\n\n.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,\n.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,\n.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {\n  color: #ffffff;\n  background-color: #111111;\n}\n\n.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {\n  border-top-color: #999999;\n  border-bottom-color: #999999;\n}\n\n.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,\n.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,\n.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {\n  border-top-color: #ffffff;\n  border-bottom-color: #ffffff;\n}\n\n.navbar-inverse .navbar-search .search-query {\n  color: #ffffff;\n  background-color: #515151;\n  border-color: #111111;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);\n     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);\n          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);\n  -webkit-transition: none;\n     -moz-transition: none;\n       -o-transition: none;\n          transition: none;\n}\n\n.navbar-inverse .navbar-search .search-query:-moz-placeholder {\n  color: #cccccc;\n}\n\n.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {\n  color: #cccccc;\n}\n\n.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {\n  color: #cccccc;\n}\n\n.navbar-inverse .navbar-search .search-query:focus,\n.navbar-inverse .navbar-search .search-query.focused {\n  padding: 5px 15px;\n  color: #333333;\n  text-shadow: 0 1px 0 #ffffff;\n  background-color: #ffffff;\n  border: 0;\n  outline: 0;\n  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);\n     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);\n          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);\n}\n\n.navbar-inverse .btn-navbar {\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #0e0e0e;\n  *background-color: #040404;\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));\n  background-image: -webkit-linear-gradient(top, #151515, #040404);\n  background-image: -o-linear-gradient(top, #151515, #040404);\n  background-image: linear-gradient(to bottom, #151515, #040404);\n  background-image: -moz-linear-gradient(top, #151515, #040404);\n  background-repeat: repeat-x;\n  border-color: #040404 #040404 #000000;\n  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);\n  filter: progid:dximagetransform.microsoft.gradient(enabled=false);\n}\n\n.navbar-inverse .btn-navbar:hover,\n.navbar-inverse .btn-navbar:active,\n.navbar-inverse .btn-navbar.active,\n.navbar-inverse .btn-navbar.disabled,\n.navbar-inverse .btn-navbar[disabled] {\n  color: #ffffff;\n  background-color: #040404;\n  *background-color: #000000;\n}\n\n.navbar-inverse .btn-navbar:active,\n.navbar-inverse .btn-navbar.active {\n  background-color: #000000 \\9;\n}\n\n.breadcrumb {\n  padding: 8px 15px;\n  margin: 0 0 20px;\n  list-style: none;\n  background-color: #f5f5f5;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n}\n\n.breadcrumb li {\n  display: inline-block;\n  *display: inline;\n  text-shadow: 0 1px 0 #ffffff;\n  *zoom: 1;\n}\n\n.breadcrumb .divider {\n  padding: 0 5px;\n  color: #ccc;\n}\n\n.breadcrumb .active {\n  color: #999999;\n}\n\n.pagination {\n  height: 40px;\n  margin: 20px 0;\n}\n\n.pagination ul {\n  display: inline-block;\n  *display: inline;\n  margin-bottom: 0;\n  margin-left: 0;\n  -webkit-border-radius: 3px;\n     -moz-border-radius: 3px;\n          border-radius: 3px;\n  *zoom: 1;\n  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n\n.pagination ul > li {\n  display: inline;\n}\n\n.pagination ul > li > a,\n.pagination ul > li > span {\n  float: left;\n  padding: 0 14px;\n  line-height: 38px;\n  text-decoration: none;\n  background-color: #ffffff;\n  border: 1px solid #dddddd;\n  border-left-width: 0;\n}\n\n.pagination ul > li > a:hover,\n.pagination ul > .active > a,\n.pagination ul > .active > span {\n  background-color: #f5f5f5;\n}\n\n.pagination ul > .active > a,\n.pagination ul > .active > span {\n  color: #999999;\n  cursor: default;\n}\n\n.pagination ul > .disabled > span,\n.pagination ul > .disabled > a,\n.pagination ul > .disabled > a:hover {\n  color: #999999;\n  cursor: default;\n  background-color: transparent;\n}\n\n.pagination ul > li:first-child > a,\n.pagination ul > li:first-child > span {\n  border-left-width: 1px;\n  -webkit-border-radius: 3px 0 0 3px;\n     -moz-border-radius: 3px 0 0 3px;\n          border-radius: 3px 0 0 3px;\n}\n\n.pagination ul > li:last-child > a,\n.pagination ul > li:last-child > span {\n  -webkit-border-radius: 0 3px 3px 0;\n     -moz-border-radius: 0 3px 3px 0;\n          border-radius: 0 3px 3px 0;\n}\n\n.pagination-centered {\n  text-align: center;\n}\n\n.pagination-right {\n  text-align: right;\n}\n\n.pager {\n  margin: 20px 0;\n  text-align: center;\n  list-style: none;\n  *zoom: 1;\n}\n\n.pager:before,\n.pager:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.pager:after {\n  clear: both;\n}\n\n.pager li {\n  display: inline;\n}\n\n.pager a,\n.pager span {\n  display: inline-block;\n  padding: 5px 14px;\n  background-color: #fff;\n  border: 1px solid #ddd;\n  -webkit-border-radius: 15px;\n     -moz-border-radius: 15px;\n          border-radius: 15px;\n}\n\n.pager a:hover {\n  text-decoration: none;\n  background-color: #f5f5f5;\n}\n\n.pager .next a,\n.pager .next span {\n  float: right;\n}\n\n.pager .previous a {\n  float: left;\n}\n\n.pager .disabled a,\n.pager .disabled a:hover,\n.pager .disabled span {\n  color: #999999;\n  cursor: default;\n  background-color: #fff;\n}\n\n.modal-open .modal .dropdown-menu {\n  z-index: 2050;\n}\n\n.modal-open .modal .dropdown.open {\n  *z-index: 2050;\n}\n\n.modal-open .modal .popover {\n  z-index: 2060;\n}\n\n.modal-open .modal .tooltip {\n  z-index: 2080;\n}\n\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1040;\n  background-color: #000000;\n}\n\n.modal-backdrop.fade {\n  opacity: 0;\n}\n\n.modal-backdrop,\n.modal-backdrop.fade.in {\n  opacity: 0.8;\n  filter: alpha(opacity=80);\n}\n\n.modal {\n  position: fixed;\n  top: 50%;\n  left: 50%;\n  z-index: 1050;\n  width: 560px;\n  margin: -250px 0 0 -280px;\n  overflow: auto;\n  background-color: #ffffff;\n  border: 1px solid #999;\n  border: 1px solid rgba(0, 0, 0, 0.3);\n  *border: 1px solid #999;\n  -webkit-border-radius: 6px;\n     -moz-border-radius: 6px;\n          border-radius: 6px;\n  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\n     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\n          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\n  -webkit-background-clip: padding-box;\n     -moz-background-clip: padding-box;\n          background-clip: padding-box;\n}\n\n.modal.fade {\n  top: -25%;\n  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;\n     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;\n       -o-transition: opacity 0.3s linear, top 0.3s ease-out;\n          transition: opacity 0.3s linear, top 0.3s ease-out;\n}\n\n.modal.fade.in {\n  top: 50%;\n}\n\n.modal-header {\n  padding: 9px 15px;\n  border-bottom: 1px solid #eee;\n}\n\n.modal-header .close {\n  margin-top: 2px;\n}\n\n.modal-header h3 {\n  margin: 0;\n  line-height: 30px;\n}\n\n.modal-body {\n  max-height: 400px;\n  padding: 15px;\n  overflow-y: auto;\n}\n\n.modal-form {\n  margin-bottom: 0;\n}\n\n.modal-footer {\n  padding: 14px 15px 15px;\n  margin-bottom: 0;\n  text-align: right;\n  background-color: #f5f5f5;\n  border-top: 1px solid #ddd;\n  -webkit-border-radius: 0 0 6px 6px;\n     -moz-border-radius: 0 0 6px 6px;\n          border-radius: 0 0 6px 6px;\n  *zoom: 1;\n  -webkit-box-shadow: inset 0 1px 0 #ffffff;\n     -moz-box-shadow: inset 0 1px 0 #ffffff;\n          box-shadow: inset 0 1px 0 #ffffff;\n}\n\n.modal-footer:before,\n.modal-footer:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.modal-footer:after {\n  clear: both;\n}\n\n.modal-footer .btn + .btn {\n  margin-bottom: 0;\n  margin-left: 5px;\n}\n\n.modal-footer .btn-group .btn + .btn {\n  margin-left: -1px;\n}\n\n.tooltip {\n  position: absolute;\n  z-index: 1030;\n  display: block;\n  padding: 5px;\n  font-size: 11px;\n  opacity: 0;\n  filter: alpha(opacity=0);\n  visibility: visible;\n}\n\n.tooltip.in {\n  opacity: 0.8;\n  filter: alpha(opacity=80);\n}\n\n.tooltip.top {\n  margin-top: -3px;\n}\n\n.tooltip.right {\n  margin-left: 3px;\n}\n\n.tooltip.bottom {\n  margin-top: 3px;\n}\n\n.tooltip.left {\n  margin-left: -3px;\n}\n\n.tooltip-inner {\n  max-width: 200px;\n  padding: 3px 8px;\n  color: #ffffff;\n  text-align: center;\n  text-decoration: none;\n  background-color: #000000;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n}\n\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n\n.tooltip.top .tooltip-arrow {\n  bottom: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-top-color: #000000;\n  border-width: 5px 5px 0;\n}\n\n.tooltip.right .tooltip-arrow {\n  top: 50%;\n  left: 0;\n  margin-top: -5px;\n  border-right-color: #000000;\n  border-width: 5px 5px 5px 0;\n}\n\n.tooltip.left .tooltip-arrow {\n  top: 50%;\n  right: 0;\n  margin-top: -5px;\n  border-left-color: #000000;\n  border-width: 5px 0 5px 5px;\n}\n\n.tooltip.bottom .tooltip-arrow {\n  top: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-bottom-color: #000000;\n  border-width: 0 5px 5px;\n}\n\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 1010;\n  display: none;\n  width: 236px;\n  padding: 1px;\n  background-color: #ffffff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0, 0, 0, 0.2);\n  -webkit-border-radius: 6px;\n     -moz-border-radius: 6px;\n          border-radius: 6px;\n  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n  -webkit-background-clip: padding-box;\n     -moz-background-clip: padding;\n          background-clip: padding-box;\n}\n\n.popover.top {\n  margin-bottom: 10px;\n}\n\n.popover.right {\n  margin-left: 10px;\n}\n\n.popover.bottom {\n  margin-top: 10px;\n}\n\n.popover.left {\n  margin-right: 10px;\n}\n\n.popover-title {\n  padding: 8px 14px;\n  margin: 0;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 18px;\n  background-color: #f7f7f7;\n  border-bottom: 1px solid #ebebeb;\n  -webkit-border-radius: 5px 5px 0 0;\n     -moz-border-radius: 5px 5px 0 0;\n          border-radius: 5px 5px 0 0;\n}\n\n.popover-content {\n  padding: 9px 14px;\n}\n\n.popover-content p,\n.popover-content ul,\n.popover-content ol {\n  margin-bottom: 0;\n}\n\n.popover .arrow,\n.popover .arrow:after {\n  position: absolute;\n  display: inline-block;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n\n.popover .arrow:after {\n  z-index: -1;\n  content: \"\";\n}\n\n.popover.top .arrow {\n  bottom: -10px;\n  left: 50%;\n  margin-left: -10px;\n  border-top-color: #ffffff;\n  border-width: 10px 10px 0;\n}\n\n.popover.top .arrow:after {\n  bottom: -1px;\n  left: -11px;\n  border-top-color: rgba(0, 0, 0, 0.25);\n  border-width: 11px 11px 0;\n}\n\n.popover.right .arrow {\n  top: 50%;\n  left: -10px;\n  margin-top: -10px;\n  border-right-color: #ffffff;\n  border-width: 10px 10px 10px 0;\n}\n\n.popover.right .arrow:after {\n  bottom: -11px;\n  left: -1px;\n  border-right-color: rgba(0, 0, 0, 0.25);\n  border-width: 11px 11px 11px 0;\n}\n\n.popover.bottom .arrow {\n  top: -10px;\n  left: 50%;\n  margin-left: -10px;\n  border-bottom-color: #ffffff;\n  border-width: 0 10px 10px;\n}\n\n.popover.bottom .arrow:after {\n  top: -1px;\n  left: -11px;\n  border-bottom-color: rgba(0, 0, 0, 0.25);\n  border-width: 0 11px 11px;\n}\n\n.popover.left .arrow {\n  top: 50%;\n  right: -10px;\n  margin-top: -10px;\n  border-left-color: #ffffff;\n  border-width: 10px 0 10px 10px;\n}\n\n.popover.left .arrow:after {\n  right: -1px;\n  bottom: -11px;\n  border-left-color: rgba(0, 0, 0, 0.25);\n  border-width: 11px 0 11px 11px;\n}\n\n.thumbnails {\n  margin-left: -20px;\n  list-style: none;\n  *zoom: 1;\n}\n\n.thumbnails:before,\n.thumbnails:after {\n  display: table;\n  line-height: 0;\n  content: \"\";\n}\n\n.thumbnails:after {\n  clear: both;\n}\n\n.row-fluid .thumbnails {\n  margin-left: 0;\n}\n\n.thumbnails > li {\n  float: left;\n  margin-bottom: 20px;\n  margin-left: 20px;\n}\n\n.thumbnail {\n  display: block;\n  padding: 4px;\n  line-height: 20px;\n  border: 1px solid #ddd;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);\n     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);\n          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);\n  -webkit-transition: all 0.2s ease-in-out;\n     -moz-transition: all 0.2s ease-in-out;\n       -o-transition: all 0.2s ease-in-out;\n          transition: all 0.2s ease-in-out;\n}\n\na.thumbnail:hover {\n  border-color: #0088cc;\n  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);\n     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);\n          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);\n}\n\n.thumbnail > img {\n  display: block;\n  max-width: 100%;\n  margin-right: auto;\n  margin-left: auto;\n}\n\n.thumbnail .caption {\n  padding: 9px;\n  color: #555555;\n}\n\n.label,\n.badge {\n  font-size: 11.844px;\n  font-weight: bold;\n  line-height: 14px;\n  color: #ffffff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  white-space: nowrap;\n  vertical-align: baseline;\n  background-color: #999999;\n}\n\n.label {\n  padding: 1px 4px 2px;\n  -webkit-border-radius: 3px;\n     -moz-border-radius: 3px;\n          border-radius: 3px;\n}\n\n.badge {\n  padding: 1px 9px 2px;\n  -webkit-border-radius: 9px;\n     -moz-border-radius: 9px;\n          border-radius: 9px;\n}\n\na.label:hover,\na.badge:hover {\n  color: #ffffff;\n  text-decoration: none;\n  cursor: pointer;\n}\n\n.label-important,\n.badge-important {\n  background-color: #b94a48;\n}\n\n.label-important[href],\n.badge-important[href] {\n  background-color: #953b39;\n}\n\n.label-warning,\n.badge-warning {\n  background-color: #f89406;\n}\n\n.label-warning[href],\n.badge-warning[href] {\n  background-color: #c67605;\n}\n\n.label-success,\n.badge-success {\n  background-color: #468847;\n}\n\n.label-success[href],\n.badge-success[href] {\n  background-color: #356635;\n}\n\n.label-info,\n.badge-info {\n  background-color: #3a87ad;\n}\n\n.label-info[href],\n.badge-info[href] {\n  background-color: #2d6987;\n}\n\n.label-inverse,\n.badge-inverse {\n  background-color: #333333;\n}\n\n.label-inverse[href],\n.badge-inverse[href] {\n  background-color: #1a1a1a;\n}\n\n.btn .label,\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n\n.btn-mini .label,\n.btn-mini .badge {\n  top: 0;\n}\n\n@-webkit-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n\n@-moz-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n\n@-ms-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n\n@-o-keyframes progress-bar-stripes {\n  from {\n    background-position: 0 0;\n  }\n  to {\n    background-position: 40px 0;\n  }\n}\n\n@keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n\n.progress {\n  height: 20px;\n  margin-bottom: 20px;\n  overflow: hidden;\n  background-color: #f7f7f7;\n  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));\n  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);\n  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);\n  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);\n  background-repeat: repeat-x;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);\n  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n.progress .bar {\n  float: left;\n  width: 0;\n  height: 100%;\n  font-size: 12px;\n  color: #ffffff;\n  text-align: center;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n  background-color: #0e90d2;\n  background-image: -moz-linear-gradient(top, #149bdf, #0480be);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));\n  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);\n  background-image: -o-linear-gradient(top, #149bdf, #0480be);\n  background-image: linear-gradient(to bottom, #149bdf, #0480be);\n  background-repeat: repeat-x;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n  -webkit-box-sizing: border-box;\n     -moz-box-sizing: border-box;\n          box-sizing: border-box;\n  -webkit-transition: width 0.6s ease;\n     -moz-transition: width 0.6s ease;\n       -o-transition: width 0.6s ease;\n          transition: width 0.6s ease;\n}\n\n.progress .bar + .bar {\n  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n}\n\n.progress-striped .bar {\n  background-color: #149bdf;\n  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  -webkit-background-size: 40px 40px;\n     -moz-background-size: 40px 40px;\n       -o-background-size: 40px 40px;\n          background-size: 40px 40px;\n}\n\n.progress.active .bar {\n  -webkit-animation: progress-bar-stripes 2s linear infinite;\n     -moz-animation: progress-bar-stripes 2s linear infinite;\n      -ms-animation: progress-bar-stripes 2s linear infinite;\n       -o-animation: progress-bar-stripes 2s linear infinite;\n          animation: progress-bar-stripes 2s linear infinite;\n}\n\n.progress-danger .bar,\n.progress .bar-danger {\n  background-color: #dd514c;\n  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));\n  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);\n  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);\n  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);\n  background-repeat: repeat-x;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);\n}\n\n.progress-danger.progress-striped .bar,\n.progress-striped .bar-danger {\n  background-color: #ee5f5b;\n  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n\n.progress-success .bar,\n.progress .bar-success {\n  background-color: #5eb95e;\n  background-image: -moz-linear-gradient(top, #62c462, #57a957);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));\n  background-image: -webkit-linear-gradient(top, #62c462, #57a957);\n  background-image: -o-linear-gradient(top, #62c462, #57a957);\n  background-image: linear-gradient(to bottom, #62c462, #57a957);\n  background-repeat: repeat-x;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);\n}\n\n.progress-success.progress-striped .bar,\n.progress-striped .bar-success {\n  background-color: #62c462;\n  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n\n.progress-info .bar,\n.progress .bar-info {\n  background-color: #4bb1cf;\n  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));\n  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);\n  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);\n  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);\n  background-repeat: repeat-x;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);\n}\n\n.progress-info.progress-striped .bar,\n.progress-striped .bar-info {\n  background-color: #5bc0de;\n  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n\n.progress-warning .bar,\n.progress .bar-warning {\n  background-color: #faa732;\n  background-image: -moz-linear-gradient(top, #fbb450, #f89406);\n  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));\n  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);\n  background-image: -o-linear-gradient(top, #fbb450, #f89406);\n  background-image: linear-gradient(to bottom, #fbb450, #f89406);\n  background-repeat: repeat-x;\n  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);\n}\n\n.progress-warning.progress-striped .bar,\n.progress-striped .bar-warning {\n  background-color: #fbb450;\n  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\n  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n\n.accordion {\n  margin-bottom: 20px;\n}\n\n.accordion-group {\n  margin-bottom: 2px;\n  border: 1px solid #e5e5e5;\n  -webkit-border-radius: 4px;\n     -moz-border-radius: 4px;\n          border-radius: 4px;\n}\n\n.accordion-heading {\n  border-bottom: 0;\n}\n\n.accordion-heading .accordion-toggle {\n  display: block;\n  padding: 8px 15px;\n}\n\n.accordion-toggle {\n  cursor: pointer;\n}\n\n.accordion-inner {\n  padding: 9px 15px;\n  border-top: 1px solid #e5e5e5;\n}\n\n.carousel {\n  position: relative;\n  margin-bottom: 20px;\n  line-height: 1;\n}\n\n.carousel-inner {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n}\n\n.carousel .item {\n  position: relative;\n  display: none;\n  -webkit-transition: 0.6s ease-in-out left;\n     -moz-transition: 0.6s ease-in-out left;\n       -o-transition: 0.6s ease-in-out left;\n          transition: 0.6s ease-in-out left;\n}\n\n.carousel .item > img {\n  display: block;\n  line-height: 1;\n}\n\n.carousel .active,\n.carousel .next,\n.carousel .prev {\n  display: block;\n}\n\n.carousel .active {\n  left: 0;\n}\n\n.carousel .next,\n.carousel .prev {\n  position: absolute;\n  top: 0;\n  width: 100%;\n}\n\n.carousel .next {\n  left: 100%;\n}\n\n.carousel .prev {\n  left: -100%;\n}\n\n.carousel .next.left,\n.carousel .prev.right {\n  left: 0;\n}\n\n.carousel .active.left {\n  left: -100%;\n}\n\n.carousel .active.right {\n  left: 100%;\n}\n\n.carousel-control {\n  position: absolute;\n  top: 40%;\n  left: 15px;\n  width: 40px;\n  height: 40px;\n  margin-top: -20px;\n  font-size: 60px;\n  font-weight: 100;\n  line-height: 30px;\n  color: #ffffff;\n  text-align: center;\n  background: #222222;\n  border: 3px solid #ffffff;\n  -webkit-border-radius: 23px;\n     -moz-border-radius: 23px;\n          border-radius: 23px;\n  opacity: 0.5;\n  filter: alpha(opacity=50);\n}\n\n.carousel-control.right {\n  right: 15px;\n  left: auto;\n}\n\n.carousel-control:hover {\n  color: #ffffff;\n  text-decoration: none;\n  opacity: 0.9;\n  filter: alpha(opacity=90);\n}\n\n.carousel-caption {\n  position: absolute;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  padding: 15px;\n  background: #333333;\n  background: rgba(0, 0, 0, 0.75);\n}\n\n.carousel-caption h4,\n.carousel-caption p {\n  line-height: 20px;\n  color: #ffffff;\n}\n\n.carousel-caption h4 {\n  margin: 0 0 5px;\n}\n\n.carousel-caption p {\n  margin-bottom: 0;\n}\n\n.hero-unit {\n  padding: 60px;\n  margin-bottom: 30px;\n  background-color: #eeeeee;\n  -webkit-border-radius: 6px;\n     -moz-border-radius: 6px;\n          border-radius: 6px;\n}\n\n.hero-unit h1 {\n  margin-bottom: 0;\n  font-size: 60px;\n  line-height: 1;\n  letter-spacing: -1px;\n  color: inherit;\n}\n\n.hero-unit p {\n  font-size: 18px;\n  font-weight: 200;\n  line-height: 30px;\n  color: inherit;\n}\n\n.pull-right {\n  float: right;\n}\n\n.pull-left {\n  float: left;\n}\n\n.hide {\n  display: none;\n}\n\n.show {\n  display: block;\n}\n\n.invisible {\n  visibility: hidden;\n}\n\n.affix {\n  position: fixed;\n}\n"
  },
  {
    "path": "web-src/css/dc-floatleft.css",
    "content": "div.dc-chart {\n    float: left;\n}\n"
  },
  {
    "path": "web-src/ep/index.html",
    "content": "<html lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title>dc.js - data grid example</title>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n<link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n\n<script type=\"text/javascript\" src=\"https://underscorejs.org/underscore-min.js\"></script>\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js\"></script>\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/jquery.lazyload/1.9.1/jquery.lazyload.min.js\"></script>\n\n<script>\n\nvar tpl = _.template(\"<h2 title='MEP from <%= country %> in <%= eugroup %>'> <%= first_name %> <%= last_name %></h2><img class='lazy-load' dsrc='blank.gif' data-original='https://www.europarl.europa.eu/mepphoto/<%= epid %>.jpg' alt='<%= last_name %>, <%= first_name %> member of <%= eugroup %>' title='MEP from <%= country %> in <%= eugroup %>' width=170 height=216 />\");\n\nfunction grid (selector,data) {\n  var ndx = crossfilter(data),\n      all = ndx.groupAll();\n\n  function adjust (data) {\n    //calculate age\n    var dateParse = d3.timeParse(\"%Y-%m-%d\");\n    var now = Date.now();\n    var birthdate=null;\n\n    data.forEach(function (e) {\n      birthdate = dateParse(e.birthdate);\n      e.age= ~~((now - birthdate) / (31557600000));// 24 * 3600 * 365.25 * 1000\n    });\n  }\n\n  adjust (data);\n\n  var pie_group = new dc.PieChart(selector +  \" .group\").innerRadius(20).radius(70);\n  var group = ndx.dimension(function(d) {\n      if (typeof d.eugroup == \"undefined\") return \"\";\n      return d.eugroup;\n      });\n  var groupGroup   = group.group().reduceSum(function(d) {   return 1; });\n\n  //var chart_age = dc.barChart(selector + \" .age\");\n  var chart_age = new dc.LineChart(selector + \" .age\");\n\n  var age = ndx.dimension(function(d) {\n      if (typeof d.age == \"undefined\") return \"\";\n      return d.age;\n      });\n\n  var ageGroup   = age.group().reduceSum(function(d) {   return 1; });\n\n  chart_age\n    .width(444)\n    .height(200)\n    .margins({top: 0, right: 0, bottom: 95, left: 30})\n    .x(d3.scaleLinear().domain([20,100]))\n    .brushOn(true)\n    .renderArea(true)\n    .elasticY(true)\n    .yAxisLabel(\"#MEPs\")\n    .dimension(age)\n    .group(ageGroup)\n    .on('renderlet', function (chart) {\n      if (!console || !console.log) return;\n      var d = chart.dimension().top(Number.POSITIVE_INFINITY);\n      var total = nb = 0;\n      d.forEach (function (a) {\n        ++nb;\n        total += a.age;\n      }); \n      var avg= total/nb;\n      console.log (\"average:\" + avg);\n    });\n\n  var pie_gender = new dc.PieChart(selector +  \" .gender\").radius(70);\n  var gender = ndx.dimension(function(d) {\n      if (typeof d.gender == \"undefined\") return \"\";\n      return d.gender;\n      });\n\n  var groupGender   = gender.group().reduceSum(function(d) {   return 1; });\n\n  var bar_country = new dc.BarChart(selector + \" .country\");\n  var country = ndx.dimension(function(d) {\n      if (typeof d.country == \"undefined\") return \"\";\n      return d.country;\n      });\n  var countryGroup   = country.group().reduceSum(function(d) { return 1; });\n\n  var NameGender= {\"M\":\"Male\",\"F\":\"Female\",\"\":\"missing data\"};\n  var SymbolGender= {\"M\":\"\\u2642\",\"F\":\"\\u2640\",\"\":\"\"};\n\n  pie_gender\n    .width(200)\n    .height(200)\n    .dimension(gender)\n    .label(function (d){\n       return SymbolGender[d.key];\n    })\n    .title(function (d){\n       return NameGender[d.key] +\": \"+d.value;\n    })\n    .group(groupGender);\n\n  pie_group\n    .width(200)\n    .height(200)\n    .dimension(group)\n    .colors(d3.scaleOrdinal(d3.schemeCategory10))\n    .group(groupGroup)\n    .on('renderlet', function (chart) {\n        });\n\n  bar_country\n    .width(444)\n    .height(200)\n    .outerPadding(0)\n    .gap(1)\n    .margins({top: 0, right: 0, bottom: 95, left: 30})\n    .x(d3.scaleBand())\n    .xUnits(dc.units.ordinal)\n    .brushOn(false)\n    .elasticY(true)\n    .yAxisLabel(\"#MEPs\")\n    .dimension(country)\n    .group(countryGroup);\n\n  bar_country.on(\"postRender\", function(c) {rotateBarChartLabels();} );\n\n\n  function rotateBarChartLabels() {\n    d3.selectAll(selector+ ' .country .axis.x text')\n      .style(\"text-anchor\", \"end\" )\n      .attr(\"transform\", function(d) { return \"rotate(-90, -4, 9) \"; });\n  }\n\n  new dc.DataCount(\".dc-data-count\")\n    .crossfilter(ndx)\n    .groupAll(all);\n\n  new dc.DataGrid(\".dc-data-grid\")\n    .dimension(country)\n    .section(function (d) {\n        return d.country;\n        })\n  .size(1000)\n    .html (function(d) { return tpl(d);})\n    .sortBy(function (d) {\n        return d.last_name;\n        })\n  .order(d3.ascending)\n  .on('renderlet', function (grid) {\n        $(\"img.lazy-load\").lazyload ({\neffect : \"fadeIn\"\n})\n        .removeClass(\"lazy-load\");\n        });\ndc.renderAll();\n}\n\n</script>\n\n<h1 class=\"page-header\">Members of the European parliament</h1>\n<p><b>Click on the graphs to filter the Members of the European parliament by country or party</b></p>\n\n\n<div id=\"ep2014list\">\n<div class=\"group\"></div>\n<div class=\"country\"></div>\n<div class=\"gender\"></div>\n<div class=\"age\"></div>\n<div class=\"list\"></div>\n<div style=\"clear:both;\">\n<div class=\"dc-data-count\">\n<span class=\"filter-count\"></span> selected out of <span class=\"total-count\"></span> MEPs | <a\nhref=\"javascript:dc.filterAll(); dc.renderAll();\">Reset All</a>\n</div>\n</div>\n<div class=\"dc-data-grid\">\n</div>\n\n</div>\n\n<script>\n  $(function () {\n    d3.csv(\"mep.csv\").then(function (rows) {\n      grid(\"#ep2014list\", rows);\n    });\n  });\n</script>\n\n<style>\n\n#ep2014list table, .dc-data-grid {clear:both;}\n.dc-table-label {background: #F5F5F5; font-weight:bold; }\n.x line {stroke:none;}\n\nbody {font-family: arial, helvetica, sans-serif;}\n\n.dc-data-grid, .dc-grid-group {clear:both}\n.dc-data-count {clear:both;}\n.dc-grid-group {\n  background-color: #F5F5F5;\nborder: 1px solid #E3E3E3;\n        border-radius: 4px;\n\n        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;\n        margin-bottom: 20px;\n        min-height: 20px;\npadding: 10px;\n}\n\n.dc-grid-item {\nfloat:left;\nmargin:0 10px 10px 0;\npadding:5px;\nwidth:200px;\n      background-color: #F8F8F8;\n      border-color: #E7E7E7;\n      border-radius: 4px;\n      text-align:center;\n      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;\n}\n.dc-grid-item img {width:170px;height:215px}\n.dc-grid-top h1 {font-size:22px;}\n.dc-grid-top h2 {font-size:14px;}\n</style>\n</div>\n\n\n</div>\n</div>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/ep/mep.csv",
    "content": "epid,country,first_name,last_name,birthdate,gender,eugroup,party\n119436,HR,Ivana,MALETIĆ,1973-10-12,F,PPE,Hrvatska demokratska zajednica\n96798,GB,John,BUFTON,1962-08-31,M,EFD,United Kingdom Independence Party\n96717,CZ,Robert,DUŠEK,1967-03-14,M,S&D,Česká strana sociálně demokratická\n97058,BE,Guy,VERHOFSTADT,1953-04-11,M,ALDE,Open Vlaamse Liberalen en Democraten\n96897,GB,John Stuart,AGNEW,1949-08-30,M,EFD,United Kingdom Independence Party\n96976,PT,Luís Paulo,ALVES,1961-09-19,M,S&D,Partido Socialista\n96808,ES,Pablo,ARIAS ECHEVERRÍA,1970-06-30,M,PPE,Partido Popular\n5956,PT,Regina,BASTOS,1960-11-04,F,PPE,Partido Social Democrata\n96955,GB,Catherine,BEARDER,1949-01-14,F,ALDE,Liberal Democrats Party\n96738,FR,Sandrine,BÉLIER,1973-09-02,F,Verts/ALE,Europe Écologie\n96705,DK,Bendt,BENDTSEN,1954-03-25,M,PPE,Det Konservative Folkeparti\n96922,ES,Izaskun,BILBAO BARANDICA,1961-03-27,F,ALDE,Partido Nacionalista Vasco\n97198,IT,Mara,BIZZOTTO,1972-06-03,F,EFD,Lega Nord\n96681,LT,Vilija,BLINKEVIČIŪTĖ,1960-03-03,F,S&D,Lietuvos socialdemokratų partija\n96799,PL,Piotr,BORYS,1976-01-11,M,PPE,Platforma Obywatelska\n96719,CZ,Andrea,ČEŠKOVÁ,1971-10-18,F,ECR,Občanská demokratická strana\n96603,IE,Nessa,CHILDERS,1956-10-09,F,Array,Labour Party\n28493,GB,Derek Roland,CLARK,1933-10-10,M,EFD,United Kingdom Independence Party\n96915,IT,Sergio Gaetano,COFFERATI,1948-01-30,M,S&D,Partito Democratico\n96975,PT,António Fernando,CORREIA DE CAMPOS,1942-12-14,M,S&D,Parti socialiste\n96917,IT,Silvia,COSTA,1949-06-12,F,S&D,Partito Democratico\n96951,GB,Diane,DODDS,1958-08-16,F,Array,Democratic Unionist Party (Northern Ireland)\n96888,IT,Leonardo,DOMENICI,1955-07-12,M,S&D,Partito Democratico\n96692,LT,Leonidas,DONSKIS,1962-08-13,M,ALDE,Lietuvos Respublikos liberalų sąjūdis\n96787,IT,Herbert,DORFMANN,1969-03-04,M,PPE,Südtiroler Volkspartei (Partito popolare sudtirolese)\n39769,AT,Martin,EHRENHAUSER,1978-09-18,M,Array,-\n96682,FI,Sari,ESSAYAH,1967-02-21,F,PPE,Suomen kristillisdemokraatit\n96811,ES,Rosa,ESTARÀS FERRAGUT,1965-10-21,F,PPE,Partido Popular\n96977,PT,Diogo,FEIO,1970-10-06,M,PPE,Partido Popular\n96899,PT,José Manuel,FERNANDES,1967-07-26,M,PPE,Partido Social Democrata\n96833,DE,Jens,GEIER,1961-06-22,M,S&D,Sozialdemokratische Partei Deutschlands\n96730,DE,Sven,GIEGOLD,1969-11-17,M,Verts/ALE,Bündnis 90/Die Grünen\n97004,LV,Ivars,GODMANIS,1951-11-27,M,ALDE,Latvijas Pirmā Partija/Latvijas Ceļš\n97137,FR,Sylvie,GOULARD,1964-12-06,F,ALDE,Mouvement Démocrate\n96753,PL,Jolanta Emilia,HIBNER,1951-01-26,F,PPE,Platforma Obywatelska\n96950,FR,Liem,HOANG NGOC,1964-12-11,M,S&D,Parti socialiste\n34235,BG,Stanimir,ILCHEV,1953-07-31,M,ALDE,National Movement for Stability and Progress\n105192,ES,María,IRIGOYEN PÉREZ,1952-10-01,F,S&D,Partido Socialista Obrero Español\n28424,EE,Tunne,KELAM,1936-07-10,M,PPE,Erakond Isamaa ja Res Publica Liit\n96668,IE,Seán,KELLY,1952-04-26,M,PPE,Fine Gael Party\n96769,DE,Jürgen,KLUTE,1953-10-13,M,GUE/NGL,DIE LINKE.\n102887,HU,Béla,KOVÁCS,1960-02-25,M,Array,Jobbik Magyarországért Mozgalom\n96651,SK,Eduard,KUKAN,1939-12-26,M,PPE,Slovenská demokratická a kresťanská únia - Demokratická strana\n96765,ES,Verónica,LOPE FONTAGNÉ,1952-02-01,F,PPE,Partido Popular\n96854,DE,Sabine,LÖSING,1955-11-30,F,GUE/NGL,DIE LINKE.\n96675,SE,Isabella,LÖVIN,1963-02-03,F,Verts/ALE,Miljöpartiet de gröna\n96673,SE,Olle,LUDVIGSSON,1948-10-28,M,S&D,Arbetarepartiet- Socialdemokraterna\n96792,PL,Bogdan Kazimierz,MARCINKIEWICZ,1966-03-21,M,PPE,Platforma Obywatelska\n96652,SK,Alajos,MÉSZÁROS,1952-06-18,M,PPE,Strana mad'arskej komunity- Magyar Közösség Pártja\n28255,AT,Andreas,MÖLZER,1952-12-02,M,Array,Freiheitliche Partei Österreichs\n96695,LT,Radvilė,MORKŪNAITĖ-MIKULĖNIENĖ,1984-01-02,F,PPE,Tėvynės sąjunga - Lietuvos krikščionys demokratai\n96760,IT,Tiziano,MOTTI,1966-02-07,M,PPE,Unione dei Democratici cristiani e dei Democratici di Centro\n96701,ES,María,MUÑIZ DE URQUIZA,1962-08-05,F,S&D,Partido Socialista Obrero Español\n96844,DE,Norbert,NEUSER,1949-03-22,M,S&D,Sozialdemokratische Partei Deutschlands\n96861,BG,Nadezhda,NEYNSKY,1962-08-09,F,PPE,Blue Coalition\n111024,SE,Jens,NILSSON,1948-09-25,M,S&D,Arbetarepartiet- Socialdemokraterna\n96805,GB,Paul,NUTTALL,1976-11-30,M,EFD,United Kingdom Independence Party\n40599,FI,Sirpa,PIETIKÄINEN,1959-04-19,F,PPE,Kansallinen Kokoomus\n96715,CZ,Pavel,POC,1964-05-26,M,S&D,Česká strana sociálně demokratická\n96931,FR,Maurice,PONGA,1947-06-05,M,PPE,Union pour un Mouvement Populaire\n96801,PL,Tomasz Piotr,PORĘBA,1973-03-31,M,ECR,Prawo i Sprawiedliwość\n96838,RO,Cristian Dan,PREDA,1966-10-26,M,PPE,-\n107386,IE,Phil,PRENDERGAST,1959-09-20,F,S&D,Labour Party\n108080,FR,Franck,PROUST,1963-05-02,M,PPE,Union pour un Mouvement Populaire\n96903,PT,Paulo,RANGEL,1968-02-18,M,PPE,Partido Social Democrata\n96686,FI,Mitro,REPO,1958-09-03,M,S&D,Suomen Sosialidemokraattinen Puolue/Finlands Socialdemokratiska Parti\n97022,FR,Robert,ROCHEFORT,1955-09-19,M,ALDE,Mouvement Démocrate\n96746,FR,Marie-Thérèse,SANCHEZ-SCHMID,1957-11-15,F,PPE,Union pour un Mouvement Populaire\n96676,SE,Christian,ENGSTRÖM,1960-02-09,M,Verts/ALE,Piratpartiet\n112611,FI,Petri,SARVAMAA,1960-09-15,M,PPE,Kansallinen Kokoomus\n30482,FR,Younous,OMARJEE,1969-09-30,M,GUE/NGL,\"Liste \"\"Alliance des Outre-Mers\"\"\"\n111068,FR,Jean,ROATTA,1941-12-13,M,PPE,Union pour un Mouvement Populaire\n96992,IT,Magdi Cristiano,ALLAM,1952-04-22,M,EFD,\"\"\"Io amo l'Italia\"\"\"\n111496,ES,María Auxiliadora,CORREA ZAMORA,1972-05-24,F,PPE,Partido Popular\n112788,DE,Birgit,COLLIN-LANGEN,1956-09-04,F,PPE,Christlich Demokratische Union Deutschlands\n96744,FR,José,BOVÉ,1953-06-11,M,Verts/ALE,Europe Écologie\n114279,FR,Isabelle,THOMAS,1961-11-26,F,S&D,Parti socialiste\n113890,FR,Karim,ZÉRIBI,1966-09-25,M,Verts/ALE,Europe Écologie\n113597,RO,Minodora,CLIVETI,1955-10-24,F,S&D,Partidul Social Democrat\n113883,HU,Erik,BÁNKI,1970-05-26,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n113892,FR,Eric,ANDRIEU,1960-04-14,M,S&D,Parti socialiste\n96947,FR,Nora,BERRA,1963-01-21,F,PPE,Union pour un Mouvement Populaire\n113891,FR,Jean-Jacob,BICEP,1965-06-23,M,Verts/ALE,Europe Écologie\n114268,FI,Nils,TORVALDS,1945-08-07,M,ALDE,Svenska folkpartiet\n114873,CZ,Vojtěch,MYNÁŘ,1944-05-04,M,S&D,Česká strana sociálně demokratická\n96959,GB,George,LYON,1956-07-16,M,ALDE,Liberal Democrats Party\n116663,BG,Monika,PANAYOTOVA,1983-08-19,F,PPE,Citizens for European Development of Bulgaria\n99419,GR,Charalampos,ANGOURAKIS,1951-01-19,M,GUE/NGL,Communist Party of Greece\n115868,NL,Patricia van der,KAMMEN,1972-04-08,F,Array,Partij voor de Vrijheid\n111017,ES,Dolores,GARCÍA-HIERRO CARABALLO,1958-05-16,F,S&D,Partido Socialista Obrero Español\n96860,FR,Michèle,STRIFFLER,1957-08-23,F,PPE,Parti Radical / Union des Démocrates et Indépendants\n116823,IT,Francesca,BARRACCIU,1966-06-11,F,S&D,Partito Democratico\n113959,GB,Martina,ANDERSON,1962-04-16,F,GUE/NGL,Sinn Féin\n96702,RO,Elena Oana,ANTONESCU,1979-12-30,F,PPE,Partidul Democrat-Liberal\n116816,BG,Preslav,BORISSOV,1977-03-07,M,PPE,Citizens for European Development of Bulgaria\n94283,GB,Trevor,COLMAN,1941-08-27,M,Array,United Kingdom Independence Party\n96726,NL,Marije,CORNELISSEN,1974-03-09,F,Verts/ALE,GroenLinks\n96868,FR,Karima,DELLI,1979-03-04,F,Verts/ALE,Europe Écologie\n117477,BE,Mark,DEMESMAEKER,1958-09-12,M,Verts/ALE,Nieuw-Vlaamse Alliantie\n96725,NL,Bas,EICKHOUT,1976-10-08,M,Verts/ALE,GroenLinks\n96745,FR,Catherine,GRÈZE,1960-04-15,F,Verts/ALE,Europe Écologie\n96648,BE,Philippe,LAMBERTS,1963-03-14,M,Verts/ALE,Ecologistes Confédérés pour l'Organisation de Luttes Originales\n118144,CY,Andreas,PITSILLIDES,1977-06-09,M,PPE,Democratic Rally\n113487,PT,Alda,SOUSA,1953-08-04,F,GUE/NGL,Bloco de Esquerda\n118710,IT,Franco,BONANINI,1952-11-07,M,Array,Indipendente\n111014,AT,Josef,WEIDENHOLZER,1950-03-06,M,S&D,Sozialdemokratische Partei Österreichs\n118708,IT,Susy,DE MARTINI,1952-06-17,F,ECR,Forza Italia\n103246,NL,Auke,ZIJLSTRA,1964-11-01,M,Array,Partij voor de Vrijheid\n119439,HR,Marino,BALDINI,1963-07-12,M,S&D,Socijaldemokratska partija Hrvatske\n28497,GB,Gerard,BATTEN,1954-03-27,M,EFD,United Kingdom Independence Party\n28336,CZ,Věra,FLASAROVÁ,1952-12-19,F,GUE/NGL,Komunistická strana Čech a Moravy\n37448,RO,Eduard-Raul,HELLVIG,1974-10-27,M,ALDE,Partidul Naţional Liberal\n96704,CZ,Edvard,KOŽUŠNÍK,1971-01-30,M,ECR,Občanská demokratická strana\n119441,HR,Sandra,PETROVIĆ JAKOVINA,1985-03-21,F,S&D,Socijaldemokratska partija Hrvatske\n33991,RO,Ovidiu Ioan,SILAGHI,1962-12-12,M,ALDE,Partidul Naţional Liberal\n4293,DE,Gabriele,STAUNER,1948-04-22,F,PPE,Christlich-Soziale Union in Bayern e.V.\n119440,HR,Oleg,VALJALO,1970-11-19,M,S&D,Socijaldemokratska partija Hrvatske\n96944,GB,Marina,YANNAKOUDAKIS,1956-04-16,F,ECR,Conservative Party\n117119,RO,Dan Dumitru,ZAMFIRESCU,1953-11-01,M,Array,Partidul România Mare\n118709,IT,Fabrizio,BERTOT,1967-02-23,M,PPE,Forza Italia\n96815,NL,Judith,SARGENTINI,1974-03-13,F,Verts/ALE,GroenLinks\n96696,LT,Algirdas,SAUDARGAS,1948-04-17,M,PPE,Tėvynės sąjunga - Lietuvos krikščionys demokratai\n96945,NL,Marietje,SCHAAKE,1978-10-28,F,ALDE,Democraten 66\n96827,DE,Birgit,SCHNIEBER-JASTRAM,1946-07-04,F,PPE,Christlich Demokratische Union Deutschlands\n96731,DE,Werner,SCHULZ,1950-01-22,M,Verts/ALE,Bündnis 90/Die Grünen\n96836,DE,Peter,SIMON,1967-04-04,M,S&D,Sozialdemokratische Partei Deutschlands\n96655,SK,Monika,SMOLKOVÁ,1956-10-06,F,S&D,SMER-Sociálna demokracia\n96678,SE,Alf,SVENSSON,1938-10-01,M,PPE,Kristdemokraterna\n96920,GB,Kay,SWINBURNE,1967-06-08,F,ECR,Conservative Party\n96847,RO,Claudiu Ciprian,TĂNĂSESCU,1965-07-19,M,S&D,Partidul Social Democrat\n97136,EE,Indrek,TARAND,1964-02-03,M,Verts/ALE,Sõltumatu\n96974,PT,Nuno,TEIXEIRA,1973-01-13,M,PPE,Partido Social Democrata\n96776,PL,Róża Gräfin von,THUN UND HOHENSTEIN,1954-04-13,F,PPE,Platforma Obywatelska\n97026,FR,Patrice,TIROLIEN,1946-03-17,M,S&D,Parti socialiste\n96756,DE,Sabine,VERHEYEN,1964-10-24,F,PPE,Christlich Demokratische Union Deutschlands\n96839,DE,Kerstin,WESTPHAL,1962-09-11,F,S&D,Sozialdemokratische Partei Deutschlands\n96741,DE,Sabine,WILS,1959-05-31,F,GUE/NGL,DIE LINKE.\n96764,DE,Hermann,WINKLER,1963-04-22,M,PPE,Christlich Demokratische Union Deutschlands\n39725,RO,Iuliu,WINKLER,1964-03-14,M,PPE,Uniunea Democrată Maghiară din România\n96656,SK,Boris,ZALA,1954-12-09,M,S&D,SMER-Sociálna demokracia\n96795,PL,Jacek Olgierd,KURSKI,1966-02-22,M,EFD,Solidarna Polska\n97344,IE,Paul,MURPHY,1983-04-13,M,GUE/NGL,Socialist Party\n96900,GR,Georgios,PAPANIKOLAOU,1977-08-15,M,PPE,Nea Demokratia\n96758,DE,Gerald,HÄFNER,1956-11-03,M,Verts/ALE,Bündnis 90/Die Grünen\n96872,DE,Nadja,HIRSCH,1978-07-13,F,ALDE,Freie Demokratische Partei\n96693,LT,Juozas,IMBRASAS,1941-01-08,M,EFD,Partija Tvarka ir teisingumas\n96812,ES,Juan Fernando,LÓPEZ AGUILAR,1961-06-10,M,S&D,Partido Socialista Obrero Español\n34234,BG,Antonyia,PARVANOVA,1962-04-26,F,ALDE,National Movement for Stability and Progress\n96658,GR,Konstantinos,POUPAKIS,1951-01-18,M,PPE,Nea Demokratia\n108570,SE,Amelia,ANDERSDOTTER,1987-08-30,F,Verts/ALE,Piratpartiet\n97193,IT,Antonello,ANTINORO,1960-08-03,M,PPE,Unione dei Democratici cristiani e dei Democratici di Centro\n97009,GR,Kriton,ARSENIS,1977-08-03,M,S&D,-\n96732,FR,Malika,BENARAB-ATTOU,1963-03-25,F,Verts/ALE,Europe Écologie\n96912,GB,David,CAMPBELL BANNERMAN,1960-05-28,M,ECR,Conservative Party\n96866,IT,Salvatore,CARONNA,1964-03-05,M,S&D,Partito Democratico\n26851,GR,Nikolaos,CHOUNTIS,1953-09-17,M,GUE/NGL,Coalition of the Radical Left\n111823,GR,Nikos,CHRYSOGELOS,1959-05-13,M,Verts/ALE,Ecologist Greens\n96775,IT,Lara,COMI,1983-02-18,F,PPE,Forza Italia\n96786,PL,Tadeusz,CYMAŃSKI,1955-06-06,M,EFD,Solidarna Polska\n96747,FR,Arnaud,DANJEAN,1971-02-11,M,PPE,Union pour un Mouvement Populaire\n109337,BE,Philippe,DE BACKER,1978-12-04,M,ALDE,Open Vlaamse Liberalen en Democraten\n28256,BE,Jean-Luc,DEHAENE,1940-08-07,M,PPE,Christen-Democratisch & Vlaams\n96914,BE,Anne,DELVAUX,1970-10-20,F,PPE,Centre Démocrate Humaniste\n107977,GR,Dimitrios,DROUTSAS,1968-08-05,M,S&D,Panhellenic Socialist Movement\n23840,CZ,Richard,FALBR,1940-09-29,M,S&D,Česká strana sociálně demokratická\n28126,SE,Christofer,FJELLNER,1976-12-13,M,PPE,Moderata Samlingspartiet\n96993,IT,Lorenzo,FONTANA,1980-04-10,M,EFD,Lega Nord\n96949,GB,Vicky,FORD,1967-09-21,F,ECR,Conservative Party\n96957,GB,Ashley,FOX,1969-11-15,M,ECR,Conservative Party\n96940,NL,Gerben-Jan,GERBRANDY,1967-06-28,M,ALDE,Democraten 66\n96956,GB,Julie,GIRLING,1956-12-21,F,ECR,Conservative Party\n96790,PL,Marek Józef,GRÓBARCZYK,1968-03-13,M,ECR,Prawo i Sprawiedliwość\n96768,ES,Enrique,GUERRERO SALOM,1948-08-28,M,S&D,Partido Socialista Obrero Español\n96952,FR,Sylvie,GUILLAUME,1962-06-11,F,S&D,Parti socialiste\n109649,SE,Mikael,GUSTAFSSON,1966-03-06,M,GUE/NGL,Vänsterpartiet\n96907,CY,Takis,HADJIGEORGIOU,1956-12-11,M,GUE/NGL,Progressive Party of Working People - Left - New Forces\n28233,DE,Rebecca,HARMS,1956-12-07,F,Verts/ALE,Bündnis 90/Die Grünen\n28321,FI,Satu,HASSI,1951-06-03,F,Verts/ALE,Vihreä liitto\n110365,SE,Kent,JOHANSSON,1951-12-27,M,ALDE,Centerpartiet\n96883,FR,Eva,JOLY,1943-12-05,F,Verts/ALE,Europe Écologie\n28280,PL,Filip,KACZMAREK,1966-11-22,M,PPE,Platforma Obywatelska\n96807,BG,Ivailo,KALFIN,1964-05-30,M,S&D,Coalition for Bulgaria\n96901,LV,Krišjānis,KARIŅŠ,1964-12-13,M,PPE,Vienotība\n96734,DE,Franziska,KELLER,1981-11-22,F,Verts/ALE,Bündnis 90/Die Grünen\n97011,GR,Georgios,KOUMOUTSAKOS,1961-09-17,M,PPE,Nea Demokratia\n97968,BG,Andrey,KOVATCHEV,1967-12-13,M,PPE,Citizens for European Development of Bulgaria\n96820,PT,Marisa,MATIAS,1976-02-20,F,GUE/NGL,Bloco de Esquerda\n96936,ES,Gabriel,MATO ADROVER,1961-04-29,M,PPE,Partido Popular\n96663,DK,Morten,MESSERSCHMIDT,1980-11-13,M,EFD,Dansk Folkeparti\n97020,IT,Guido,MILANA,1954-03-02,M,S&D,Partito Democratico\n97280,IT,Claudio,MORGANTI,1973-04-14,M,EFD,Indipendente\n28288,PL,Jan,OLBRYCHT,1952-09-21,M,PPE,Platforma Obywatelska\n96783,PL,Wojciech Michał,OLEJNICZAK,1974-04-10,M,S&D,Sojusz Lewicy Demokratycznej\n97007,GR,Chrysoula,PALIADELI,1947-07-08,F,S&D,Panhellenic Socialist Movement\n97050,CY,Antigoni,PAPADOPOULOU,1954-07-08,F,S&D,Democratic Party\n33984,RO,Ioan Mircea,PAŞCU,1949-02-17,M,S&D,Partidul Social Democrat\n96989,ES,Andrés,PERELLÓ RODRÍGUEZ,1957-07-01,M,S&D,Partido Socialista Obrero Español\n96925,GR,Sylvana,RAPTI,1958-11-10,F,S&D,Panhellenic Socialist Movement\n96885,FR,Dominique,RIQUET,1946-09-18,M,PPE,Parti Radical\n96710,DK,Jens,ROHDE,1970-04-18,M,ALDE,\"Venstre, Danmarks Liberale Parti\"\n96819,IT,Licia,RONZULLI,1975-09-14,F,PPE,Forza Italia\n99416,GR,Nikolaos,SALAVRAKOS,1946-02-15,M,EFD,Popular Orthodox Rally - G. Karatzaferis\n96770,PL,Joanna Katarzyna,SKRZYDLEWSKA,1977-02-17,F,PPE,Platforma Obywatelska\n97018,GR,Theodoros,SKYLAKAKIS,1959-10-18,M,ALDE,Drassi\n97008,GR,Georgios,STAVRAKAKIS,1954-10-13,M,S&D,Panhellenic Socialist Movement\n39721,RO,Theodor Dumitru,STOLOJAN,1943-10-24,M,PPE,Partidul Democrat-Liberal\n28320,CZ,Ivo,STREJČEK,1962-01-11,M,ECR,Občanská demokratická strana\n96703,DK,Emilie,TURUNEN,1984-05-13,F,S&D,Socialdemokratiet\n96660,GR,Niki,TZAVELA,1947-06-30,F,EFD,Popular Orthodox Rally - G. Karatzaferis\n97131,IT,Giommaria,UGGIAS,1961-03-29,M,ALDE,Italia dei Valori - Lista Di Pietro\n28221,DE,Thomas,ULMER,1956-07-25,M,PPE,Christlich Demokratische Union Deutschlands\n96858,FR,Marie-Christine,VERGIAT,1956-09-23,F,GUE/NGL,Front de gauche pour changer d’Europe\n96774,PL,Jarosław Leszek,WAŁĘSA,1976-09-13,M,PPE,Platforma Obywatelska\n96763,ES,Pablo,ZALBA BIDEGAIN,1975-01-28,M,PPE,Partido Popular\n96777,PL,Paweł,ZALEWSKI,1964-09-25,M,PPE,Platforma Obywatelska\n108329,IT,Andrea,ZANONI,1965-08-26,M,ALDE,-\n96933,SI,Milan,ZVER,1962-05-25,M,PPE,Slovenska demokratska stranka\n96814,RO,Elena,BĂSESCU,1980-04-24,F,PPE,Partidul Democrat-Liberal\n96878,HU,Lajos,BOKROS,1954-06-26,M,ECR,Modern Magyarország Mozgalom\n96739,DE,Reinhard,BÜTIKOFER,1953-01-26,M,Verts/ALE,Bündnis 90/Die Grünen\n99325,GR,Spyros,DANELLIS,1955-01-28,M,S&D,Panhellenic Socialist Movement\n96859,RO,Ioan,ENCIU,1953-04-14,M,S&D,Partidul Social Democrat\n96852,DE,Cornelia,ERNST,1956-11-30,F,GUE/NGL,DIE LINKE.\n39321,ES,Vicente Miguel,GARCÉS RAMÓN,1946-11-10,M,S&D,Partido Socialista Obrero Español\n96991,ES,Eider,GARDIAZÁBAL RUBIAL,1975-07-12,F,S&D,Partido Socialista Obrero Español\n28266,NL,Sophia in 't,VELD,1963-09-13,F,ALDE,Democraten 66\n28314,FI,Anneli,JÄÄTTEENMÄKI,1955-02-11,F,ALDE,Suomen Keskusta\n105849,FR,Agnès,LE BRUN,1961-12-28,F,PPE,Union pour un Mouvement Populaire\n96709,DK,Morten,LØKKEGAARD,1964-12-20,M,ALDE,\"Venstre, Danmarks Liberale Parti\"\n96825,RO,Norica,NICOLAI,1958-01-27,F,ALDE,Partidul Naţional Liberal\n97229,IT,Niccolò,RINALDI,1962-12-03,M,ALDE,Italia dei Valori - Lista Di Pietro\n111018,ES,Salvador,SEDÓ i ALABART,1969-04-03,M,PPE,Unió Democràtica de Catalunya\n97019,SI,Ivo,VAJGL,1943-03-03,M,ALDE,ZARES-Nova Politika\n111589,PT,Inês Cristina,ZUBER,1980-03-11,F,GUE/NGL,Partido Comunista Português\n96803,PL,Zbigniew,ZIOBRO,1970-08-18,M,EFD,Solidarna Polska\n111019,ES,Eva,ORTIZ VILELLA,1975-10-16,F,PPE,Partido Popular\n111026,AT,Ewald,STADLER,1961-05-21,M,Array,Bündnis Zukunft Österreich\n112620,GB,Rebecca,TAYLOR,1975-08-10,F,ALDE,Liberal Democrats Party\n96908,FR,Gaston,FRANCO,1944-02-04,M,PPE,Union pour un Mouvement Populaire\n23785,PL,Andrzej,GRZYB,1956-08-23,M,PPE,Polskie Stronnictwo Ludowe\n96813,IT,Barbara,MATERA,1981-12-09,F,PPE,Forza Italia\n96997,DE,Burkhard,BALZ,1969-07-24,M,PPE,Christlich Demokratische Union Deutschlands\n96779,PL,Danuta Maria,HÜBNER,1948-04-08,F,PPE,Platforma Obywatelska\n96871,DE,Michael,THEURER,1967-01-12,M,ALDE,Freie Demokratische Partei\n33997,RO,Corina,CREŢU,1967-06-24,F,S&D,Partidul Social Democrat\n97296,FR,Michel,DANTIN,1960-01-15,M,PPE,Union pour un Mouvement Populaire\n96998,AT,Evelyn,REGNER,1966-01-24,F,S&D,Sozialdemokratische Partei Österreichs\n96843,IT,Marco,SCURRIA,1967-05-18,M,PPE,Fratelli d'Italia - Centrodestra Nazionale\n101580,FR,Constance,LE GRIP,1960-11-14,F,PPE,Union pour un Mouvement Populaire\n105624,FR,Philippe,BOULLAND,1955-08-18,M,PPE,Union pour un Mouvement Populaire\n28324,CZ,Milan,CABRNOCH,1962-08-06,M,ECR,Občanská demokratická strana\n96826,HU,Tamás,DEUTSCH,1966-07-27,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n96896,FR,Marielle,GALLO,1949-05-19,F,PPE,Union des Démocrates et Indépendants\n96684,FI,Liisa,JAAKONSAARI,1945-09-02,F,S&D,Suomen Sosialidemokraattinen Puolue/Finlands Socialdemokratiska Parti\n4246,AT,Othmar,KARAS,1957-12-24,M,PPE,Österreichische Volkspartei\n96800,PL,Marek Henryk,MIGALSKI,1969-01-14,M,ECR,Polska Razem Jarosława Gowina\n96889,IT,Potito,SALATTO,1942-01-22,M,PPE,Popolari per l’Europa\n96918,GB,Derek,VAUGHAN,1961-05-02,M,S&D,Labour Party\n112071,IE,Emer,COSTELLO,1962-09-03,F,S&D,Labour Party\n111027,BG,Svetoslav Hristov,MALINOV,1968-01-19,M,PPE,Blue Coalition\n96749,GB,Andrew Henry William,BRONS,1947-06-16,M,Array,British Democratic Party\n4553,GB,Jacqueline,FOSTER,1947-12-30,F,ECR,Conservative Party\n96735,FR,Patrick,LE HYARIC,1957-02-04,M,GUE/NGL,Front de gauche pour changer d’Europe\n96831,DE,Jutta,STEINRUCK,1962-09-01,F,S&D,Sozialdemokratische Partei Deutschlands\n4462,IT,Clemente,MASTELLA,1947-02-05,M,PPE,Unione Democratici per l'Europa\n96999,LV,Alexander,MIRSKY,1964-03-20,M,S&D,\"Politiskā Partija \"\"Alternative\"\"\"\n96875,DE,Britta,REIMERS,1971-07-27,F,ALDE,Freie Demokratische Partei\n96685,FI,Riikka,PAKARINEN,1981-08-24,F,ALDE,Suomen Keskusta\n4556,GB,Nirj,DEVA,1948-05-11,M,ECR,Conservative Party\n96780,DE,Monika,HOHLMEIER,1962-07-02,F,PPE,Christlich-Soziale Union in Bayern e.V.\n28171,NL,Emine,BOZKURT,1967-08-09,F,S&D,Partij van de Arbeid\n28311,PT,Luis Manuel,CAPOULAS SANTOS,1951-08-22,M,S&D,Partido Socialista\n96848,BG,Mariya,GABRIEL,1979-05-20,F,PPE,Citizens for European Development of Bulgaria\n28177,FR,Bernadette,VERGNAUD,1950-09-16,F,S&D,Parti socialiste\n96874,DE,Alexandra,THEIN,1963-10-05,F,ALDE,Freie Demokratische Partei\n41007,IT,Iva,ZANICCHI,1940-01-18,F,PPE,Forza Italia\n96802,PL,Jacek,WŁOSOWICZ,1966-01-25,M,EFD,Solidarna Polska\n97086,IT,Sonia,ALFANO,1971-10-15,F,ALDE,Italia dei Valori - Lista Di Pietro\n96892,IT,Roberto,GUALTIERI,1966-07-19,M,S&D,Partito Democratico\n96862,FR,Sophie,AUCONIE,1963-08-19,F,PPE,Union des Démocrates et Indépendants\n96736,DE,Jan Philipp,ALBRECHT,1982-12-20,M,Verts/ALE,Bündnis 90/Die Grünen\n96750,FR,François,ALFONSI,1953-09-14,M,Verts/ALE,Partitu di a Nazione Corsa\n28246,DE,Alexander,ALVARO,1975-05-26,M,ALDE,Freie Demokratische Partei\n96954,GB,Marta,ANDREASEN,1954-11-26,F,ECR,-\n96986,ES,Josefa,ANDRÉS BAREA,1958-02-17,F,S&D,Partido Socialista Obrero Español\n28276,LT,Laima Liucija,ANDRIKIENĖ,1958-01-01,F,PPE,Tėvynės sąjunga - Lietuvos krikščionys demokratai\n1941,IT,Roberta,ANGELILLI,1965-02-01,F,PPE,Nuovo Centrodestra\n28422,IT,Alfredo,ANTONIOZZI,1956-03-18,M,PPE,Nuovo Centrodestra\n97228,IT,Pino,ARLACCHI,1951-02-21,M,S&D,Partito Democratico\n28132,GB,Richard,ASHWORTH,1947-09-17,M,ECR,Conservative Party\n4537,GB,Sir Robert,ATKINS,1946-02-05,M,ECR,Conservative Party\n23938,MT,John,ATTARD-MONTALTO,1953-02-07,M,S&D,Partit Laburista\n33775,FR,Jean-Pierre,AUDY,1952-06-12,M,PPE,Union pour un Mouvement Populaire\n28161,DK,Margrete,AUKEN,1945-01-06,F,Verts/ALE,Socialistisk Folkeparti\n28292,ES,Inés,AYALA SENDER,1957-03-28,F,S&D,Partido Socialista Obrero Español\n28114,IE,Liam,AYLWARD,1952-09-27,M,ALDE,Fianna Fáil Party\n4319,ES,Pilar,AYUSO,1942-06-16,F,PPE,Partido Popular\n96937,NL,Johannes Cornelis van,BAALEN,1960-06-17,M,ALDE,Volkspartij voor Vrijheid en Democratie\n97293,LU,Georges,BACH,1955-06-12,M,PPE,Parti chrétien social luxembourgeois\n28342,ES,Maria,BADIA i CUTCHET,1947-05-13,F,S&D,Partit dels Socialistes de Catalunya\n23813,HU,Zoltán,BAGÓ,1975-01-10,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n96680,LT,Zigmantas,BALČYTIS,1953-11-16,M,S&D,Lietuvos socialdemokratų partija\n96757,IT,Raffaele,BALDASSARRE,1956-09-23,M,PPE,Forza Italia\n96979,IT,Francesca,BALZANI,1966-10-31,F,S&D,Partito Democratico\n21818,IT,Paolo,BARTOLOZZI,1957-09-12,M,PPE,Forza Italia\n23866,SK,Edit,BAUER,1946-08-30,F,PPE,Strana mad'arskej komunity- Magyar Közösség Pártja\n4507,NL,Bastiaan,BELDER,1946-10-25,M,EFD,Staatkundig Gereformeerde Partij\n28257,BE,Ivo,BELET,1959-06-07,M,PPE,Christen-Democratisch & Vlaams\n28214,FR,Jean-Luc,BENNAHMIAS,1954-12-02,M,ALDE,Mouvement Démocrate\n1985,FR,Pervenche,BERÈS,1957-03-10,F,S&D,Parti socialiste\n4746,IT,Sergio,BERLATO,1959-07-27,M,PPE,Forza Italia\n97156,IT,Luigi,BERLINGUER,1932-07-25,M,S&D,Partito Democratico\n28174,NL,Thijs,BERMAN,1957-09-26,M,S&D,Partij van de Arbeid\n23788,PL,Adam,BIELAN,1974-09-12,M,ECR,Polska Razem Jarosława Gowina\n38610,BG,Slavi,BINEV,1965-12-10,M,EFD,\"People for Real, Open and United Democracy / Conservative Party for Democracy and Success\"\n28513,GB,Godfrey,BLOOM,1949-11-22,M,Array,United Kingdom Independence Party\n39722,RO,Sebastian Valentin,BODU,1970-12-07,M,PPE,Partidul Democrat-Liberal\n1037,DE,Reimer,BÖGE,1951-12-18,M,PPE,Christlich Demokratische Union Deutschlands\n29074,IT,Vito,BONSIGNORE,1943-07-03,M,PPE,Nuovo Centrodestra\n21817,IT,Mario,BORGHEZIO,1947-12-03,M,Array,Lega Nord\n96916,IT,Rita,BORSELLINO,1945-06-02,F,S&D,Partito Democratico\n39711,RO,Victor,BOŞTINARU,1952-05-17,M,S&D,Partidul Social Democrat\n33570,GB,Sharon,BOWLES,1953-06-12,F,ALDE,Liberal Democrats Party\n4540,GB,Philip,BRADBOURN,1951-08-09,M,ECR,Conservative Party\n111126,PL,Arkadiusz Tomasz,BRATKOWSKI,1959-05-13,M,PPE,Polskie Stronnictwo Ludowe\n28354,CZ,Jan,BŘEZINA,1954-04-14,M,PPE,-\n1263,DE,Elmar,BROK,1946-05-14,M,PPE,Christlich Demokratische Union Deutschlands\n96716,CZ,Zuzana,BRZOBOHATÁ,1962-07-11,F,S&D,Česká strana sociálně demokratická\n4267,DE,Udo,BULLMANN,1956-06-08,M,S&D,Sozialdemokratische Partei Deutschlands\n28269,PL,Jerzy,BUZEK,1940-07-03,M,PPE,Platforma Obywatelska\n96849,FR,Alain,CADEC,1953-06-21,M,PPE,Union pour un Mouvement Populaire\n4536,GB,Martin,CALLANAN,1961-08-08,M,ECR,Conservative Party\n96754,NL,Wim van de,CAMP,1953-07-27,M,PPE,Christen Democratisch Appèl\n96733,IT,Antonio,CANCIAN,1951-07-02,M,PPE,Nuovo Centrodestra\n96867,PT,Maria Da Graça,CARVALHO,1955-04-09,F,PPE,Partido Social Democrata\n28122,MT,David,CASA,1968-11-16,M,PPE,Partit Nazzjonalista\n4532,GB,Michael,CASHMAN,1950-12-17,M,S&D,Labour Party\n988,IT,Carlo,CASINI,1935-03-04,M,PPE,Unione dei Democratici cristiani e dei Democratici di Centro\n28219,DE,Daniel,CASPARY,1976-04-04,M,PPE,Christlich Demokratische Union Deutschlands\n28148,FR,Françoise,CASTEX,1956-02-07,F,S&D,Parti socialiste\n28206,FR,Jean-Marie,CAVADA,1940-02-24,M,PPE,Nouveau Centre\n4337,ES,Alejandro,CERCAS,1949-05-25,M,S&D,Partido Socialista Obrero Español\n28243,DE,Jorgo,CHATZIMARKAKIS,1966-04-21,M,ALDE,Freie Demokratische Partei\n2097,GB,Giles,CHICHESTER,1946-07-29,M,ECR,Conservative Party\n28154,DK,Ole,CHRISTENSEN,1955-05-07,M,S&D,Socialdemokratiet\n24030,BE,Philip,CLAEYS,1965-05-24,M,Array,Vlaams Belang\n1202,FR,Yves,COCHET,1946-02-15,M,Verts/ALE,Europe Écologie\n1892,PT,Carlos,COELHO,1960-05-20,M,PPE,Partido Social Democrata\n1934,FR,Daniel,COHN-BENDIT,1945-04-04,M,Verts/ALE,Europe Écologie\n2315,FR,Jean Louis,COTTIGNY,1950-09-12,M,S&D,Parti socialiste\n96880,IT,Andrea,COZZOLINO,1962-08-03,M,S&D,Partito Democratico\n28238,DE,Michael,CRAMER,1949-06-16,M,Verts/ALE,Bündnis 90/Die Grünen\n96873,DE,Jürgen,CREUTZMANN,1945-10-04,M,ALDE,Freie Demokratische Partei\n2109,IE,Brian,CROWLEY,1964-03-04,M,ALDE,Fianna Fáil Party\n96856,RO,George Sabin,CUTAŞ,1968-02-23,M,S&D,Partidul Social Democrat + Partidul Conservator\n97125,BE,Frédéric,DAERDEN,1970-01-11,M,S&D,Parti Socialiste\n96809,NL,Peter van,DALEN,1958-09-03,M,ECR,ChristenUnie\n95281,RO,Vasilica Viorica,DĂNCILĂ,1963-12-16,F,S&D,Partidul Social Democrat\n4342,FR,Joseph,DAUL,1947-04-13,M,PPE,Union pour un Mouvement Populaire\n96973,PT,Mário,DAVID,1953-08-20,M,PPE,Partido Social Democrata\n4554,GB,Chris,DAVIES,1954-07-07,M,ALDE,Liberal Democrats Party\n96887,IT,Francesco,DE ANGELIS,1959-10-04,M,S&D,Partito Democratico\n96891,IT,Paolo,DE CASTRO,1958-02-02,M,S&D,Partito Democratico\n22097,BE,Véronique,DE KEYSER,1945-03-23,F,S&D,Parti Socialiste\n1746,IT,Luigi Ciriaco,DE MITA,1928-02-02,M,PPE,Unione dei Democratici cristiani e dei Democratici di Centro\n4335,FR,Marielle de,SARNEZ,1951-03-27,F,ALDE,Mouvement Démocrate\n4318,FR,Harlem,DÉSIR,1959-11-25,M,S&D,Parti socialiste\n28228,DE,Albert,DESS,1947-04-17,M,PPE,Christlich-Soziale Union in Bayern e.V.\n4347,FR,Christine,DE VEYRAC,1959-11-06,F,PPE,Union des Démocrates et Indépendants\n28397,ES,Agustín,DÍAZ DE MERA GARCÍA CONSUEGRA,1947-09-27,M,PPE,Partido Popular\n4514,GB,Andrew,DUFF,1950-12-25,M,ALDE,Liberal Democrats Party\n96639,BE,Isabelle,DURANT,1954-09-04,F,Verts/ALE,Ecologistes Confédérés pour l'Organisation de Luttes Originales\n28226,DE,Christian,EHLER,1963-08-17,M,PPE,Christlich Demokratische Union Deutschlands\n25718,BE,Saïd,EL KHADRAOUI,1975-04-09,M,S&D,Socialistische Partij.Anders\n1419,GB,James,ELLES,1949-09-03,M,ECR,Conservative Party\n96876,LU,Frank,ENGEL,1975-05-10,M,PPE,Parti chrétien social luxembourgeois\n97133,BE,Derk Jan,EPPINK,1958-11-07,M,ECR,Lijst Dedecker\n28310,PT,Edite,ESTRELA,1949-10-28,F,S&D,Partido Socialista\n4550,GB,Jill,EVANS,1959-05-08,F,Verts/ALE,Plaid Cymru - Party of Wales\n23695,CZ,Hynek,FAJMON,1968-05-17,M,ECR,Občanská demokratická strana\n96911,SI,Tanja,FAJON,1971-05-09,F,S&D,Socialni demokrati\n4525,GB,Nigel,FARAGE,1964-04-03,M,EFD,United Kingdom Independence Party\n4265,SE,Göran,FÄRM,1949-10-17,M,S&D,Arbetarepartiet- Socialdemokraterna\n1917,DE,Markus,FERBER,1965-01-15,M,PPE,Christlich-Soziale Union in Bayern e.V.\n28308,PT,Elisa,FERREIRA,1955-10-17,F,S&D,Partido Socialista\n96706,PT,João,FERREIRA,1978-11-20,M,GUE/NGL,Partido Comunista Português\n96810,IT,Carlo,FIDANZA,1976-09-21,M,PPE,Fratelli d'Italia - Centrodestra Nazionale\n96729,ES,Santiago,FISAS AYXELA,1948-08-29,M,PPE,Partido Popular\n23868,SK,Monika,FLAŠÍKOVÁ BEŇOVÁ,1968-08-15,F,S&D,SMER-Sociálna demokracia\n4385,FR,Hélène,FLAUTRE,1958-07-29,F,Verts/ALE,Europe Écologie\n96840,DE,Knut,FLECKENSTEIN,1953-12-20,M,S&D,Sozialdemokratische Partei Deutschlands\n1038,DE,Karl-Heinz,FLORENZ,1947-10-22,M,PPE,Christlich Demokratische Union Deutschlands\n1993,ES,Carmen,FRAGA ESTÉVEZ,1948-10-19,F,PPE,Partido Popular\n2341,DE,Michael,GAHLER,1960-04-22,M,PPE,Christlich Demokratische Union Deutschlands\n2125,IE,Pat the Cope,GALLAGHER,1948-03-10,M,ALDE,Fianna Fáil Party\n102886,HU,Ildikó,GÁLL-PELCZ,1962-05-02,F,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n28298,ES,Iratxe,GARCÍA PÉREZ,1974-10-07,F,S&D,Partido Socialista Obrero Español\n4562,IT,Giuseppe,GARGANI,1935-04-23,M,PPE,Popolari per l’Europa\n1665,ES,Salvador,GARRIGA POLLEDO,1957-08-06,M,PPE,Partido Popular\n28193,FR,Jean-Paul,GAUZÈS,1947-10-01,M,PPE,Union pour un Mouvement Populaire\n1913,DE,Evelyne,GEBHARDT,1954-01-19,F,S&D,Sozialdemokratische Partei Deutschlands\n28377,PL,Lidia Joanna,GERINGER de OEDENBERG,1957-09-12,F,S&D,Sojusz Lewicy Demokratycznej\n1431,GR,Marietta,GIANNAKOU,1951-06-05,F,PPE,Nea Demokratia\n28379,PL,Adam,GIEREK,1938-04-17,M,S&D,Unia Pracy\n1902,DE,Norbert,GLANTE,1952-08-08,M,S&D,Sozialdemokratische Partei Deutschlands\n28145,HU,Béla,GLATTFELDER,1967-05-04,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n4429,LU,Robert,GOEBBELS,1944-04-03,M,S&D,Parti ouvrier socialiste luxembourgeois\n840,LU,Charles,GOERENS,1952-02-06,M,ALDE,Parti démocratique\n1164,FR,Bruno,GOLLNISCH,1950-01-28,M,Array,Front national\n28306,PT,Ana,GOMES,1954-02-09,F,S&D,Partido Socialista\n96832,HU,Kinga,GÖNCZ,1947-11-08,F,S&D,Magyar Szocialista Párt\n28393,ES,Luis de,GRANDES PASCUAL,1945-01-27,M,PPE,Partido Popular\n28220,DE,Ingeborg,GRÄSSLE,1961-03-02,F,PPE,Christlich Demokratische Union Deutschlands\n28208,FR,Nathalie,GRIESBECK,1956-05-24,F,ALDE,Mouvement Démocrate\n96751,GB,Nick,GRIFFIN,1959-03-01,M,Array,British National Party\n34728,DE,Matthias,GROOTE,1973-10-21,M,S&D,Sozialdemokratische Partei Deutschlands\n2247,BE,Mathieu,GROSCH,1950-09-14,M,PPE,Christlich Soziale Partei\n2025,FR,Françoise,GROSSETÊTE,1946-05-17,F,PPE,Union pour un Mouvement Populaire\n4326,ES,Cristina,GUTIÉRREZ-CORTINES,1939-12-17,F,PPE,Partido Popular\n23816,HU,András,GYÜRK,1972-12-02,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n28477,GB,Fiona,HALL,1955-07-15,F,ALDE,Liberal Democrats Party\n96851,DE,Thomas,HÄNDEL,1953-08-27,M,GUE/NGL,DIE LINKE.\n28275,PL,Małgorzata,HANDZLIK,1965-01-01,F,PPE,Platforma Obywatelska\n96707,HU,Ágnes,HANKISS,1950-03-07,F,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n4555,GB,Daniel,HANNAN,1971-09-01,M,ECR,Conservative Party\n4538,GB,Malcolm,HARBOUR,1947-02-19,M,ECR,Conservative Party\n28116,IE,Marian,HARKIN,1953-11-26,F,ALDE,-\n103132,NL,Lucas,HARTONG,1963-05-24,M,Array,Partij voor de Vrijheid\n1914,DE,Jutta,HAUG,1951-10-08,F,S&D,Sozialdemokratische Partei Deutschlands\n96752,DE,Martin,HÄUSLING,1961-03-26,M,Verts/ALE,Bündnis 90/Die Grünen\n28131,SE,Anna,HEDH,1967-03-18,F,S&D,Arbetarepartiet- Socialdemokraterna\n4516,GB,Roger,HELMER,1944-01-25,M,EFD,United Kingdom Independence Party\n28155,HU,Edit,HERCZOG,1961-05-05,F,S&D,Magyar Szocialista Párt\n22418,ES,Esther,HERRANZ GARCÍA,1969-07-03,F,PPE,Partido Popular\n28117,IE,Jim,HIGGINS,1945-05-04,M,PPE,Fine Gael Party\n28124,SE,Gunnar,HÖKMARK,1952-09-19,M,PPE,Moderata Samlingspartiet\n5846,GB,Mary,HONEYBALL,1952-11-12,F,S&D,Labour Party\n5565,FR,Brice,HORTEFEUX,1958-05-11,M,PPE,Union pour un Mouvement Populaire\n2073,GB,Richard,HOWITT,1961-04-05,M,S&D,Labour Party\n2338,GB,Ian,HUDGHTON,1951-09-19,M,Verts/ALE,Scottish National Party\n1407,GB,Stephen,HUGHES,1952-08-19,M,S&D,Labour Party\n34249,BG,Filiz Hakaeva,HYUSMENOVA,1966-06-10,F,ALDE,Movement for Rights and Freedoms\n28125,SE,Anna,IBRISAGIC,1967-05-23,F,PPE,Moderata Samlingspartiet\n38605,BG,Iliana Malinova,IOTOVA,1964-10-24,F,S&D,Coalition for Bulgaria\n97130,IT,Vincenzo,IOVINE,1955-12-28,M,S&D,Partito Democratico\n28398,ES,Carlos José,ITURGAIZ ANGULO,1965-10-20,M,PPE,Partido Popular\n96857,RO,Cătălin Sorin,IVAN,1978-12-23,M,S&D,Partidul Social Democrat\n96740,FR,Yannick,JADOT,1967-07-27,M,Verts/ALE,Europe Écologie\n96772,DE,Peter,JAHR,1959-04-24,M,PPE,Christlich Demokratische Union Deutschlands\n96806,ES,Teresa,JIMÉNEZ-BECERRIL BARRIO,1961-07-24,F,PPE,Partido Popular\n96837,DE,Petra,KAMMEREVERT,1966-06-01,F,S&D,Sozialdemokratische Partei Deutschlands\n28506,GB,Mike,NATTRASS,1945-12-14,M,Array,An Independence Party\n28295,ES,Antolín,SÁNCHEZ PRESEDO,1955-04-05,M,S&D,Partido Socialista Obrero Español\n114840,CY,Sophocles,SOPHOCLEOUS,1962-08-07,M,S&D,Movement for Social Democracy EDEK\n96855,HU,Csanád,SZEGEDI,1982-09-22,M,Array,Jobbik Magyarországért Mozgalom\n96958,GB,William (The Earl of),DARTMOUTH,1949-09-23,M,EFD,United Kingdom Independence Party\n30475,LT,Justina,VITKAUSKAITE BERNARD,1978-01-11,F,ALDE,Darbo partija\n112014,GB,Phil,BENNION,1954-10-07,M,ALDE,Liberal Democrats Party\n96674,SE,Anna Maria,CORAZZA BILDT,1963-03-10,F,PPE,Moderata Samlingspartiet\n37524,BG,Marusya,LYUBCHEVA,1949-07-20,F,S&D,Coalition for Bulgaria\n119435,HR,Davor Ivo,STIER,1972-01-06,M,PPE,Hrvatska demokratska zajednica\n118999,IT,Franco,FRIGO,1950-08-13,M,S&D,Partito Democratico\n110984,MT,Joseph,CUSCHIERI,1968-02-20,M,S&D,Partit Laburista\n96699,FR,Jean-Paul,BESSET,1946-08-17,M,Verts/ALE,Europe Écologie\n28372,PL,Ryszard,CZARNECKI,1963-01-25,M,ECR,Prawo i Sprawiedliwość\n28150,HU,Kinga,GÁL,1970-09-06,F,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n103488,ES,Sergio,GUTIÉRREZ PRIETO,1982-07-11,M,S&D,Partido Socialista Obrero Español\n119875,ES,Iñaki,IRAZABALBEITIA FERNÁNDEZ,1957-08-01,M,Verts/ALE,Aralar\n28291,SI,Romana,JORDAN,1966-01-08,F,PPE,Slovenska demokratska stranka\n38613,BG,Metin,KAZAK,1972-07-29,M,ALDE,Movement for Rights and Freedoms\n96882,AT,Elisabeth,KÖSTINGER,1978-11-22,F,PPE,Österreichische Volkspartei\n122404,DK,Claus,LARSEN-JENSEN,1953-05-09,M,S&D,Socialdemokratiet\n120478,DE,Martina,MICHELS,1955-12-01,F,GUE/NGL,DIE LINKE.\n118858,MT,Marlene,MIZZI,1954-12-24,F,S&D,Partit Laburista\n112744,HR,Tonino,PICULA,1961-08-31,M,S&D,Socijaldemokratska partija Hrvatske\n28404,IT,Matteo,SALVINI,1973-03-09,M,EFD,Lega Nord\n96718,CZ,Olga,SEHNALOVÁ,1968-10-25,F,S&D,Česká strana sociálně demokratická\n122317,PL,Tadeusz,ROSS,1938-03-14,M,PPE,Platforma Obywatelska\n118860,MT,Claudette,ABELA BALDACCHINO,1973-02-17,F,S&D,Partit Laburista\n122885,DK,Rina Ronja,KARI,1985-02-15,F,GUE/NGL,Folkebevægelsen mod EU\n28141,HU,Lívia,JÁRÓKA,1974-10-06,F,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n96782,PL,Sidonia Elżbieta,JĘDRZEJEWSKA,1975-11-05,F,PPE,Platforma Obywatelska\n4271,DE,Elisabeth,JEGGLE,1947-07-21,F,PPE,Christlich Demokratische Union Deutschlands\n4440,DK,Anne,E. JENSEN,1951-08-17,F,ALDE,\"Venstre, Danmarks Liberale Parti\"\n96748,NL,Cornelis de,JONG,1955-05-22,M,GUE/NGL,Socialistische Partij\n28156,DK,Dan,JØRGENSEN,1975-06-12,M,S&D,Socialdemokratiet\n96884,FR,Philippe,JUVIN,1964-02-01,M,PPE,Union pour un Mouvement Populaire\n23691,SI,Jelko,KACIN,1955-11-26,M,ALDE,Liberalna Demokracija Slovenije\n97014,AT,Karin,KADENBACH,1958-04-19,F,S&D,Sozialdemokratische Partei Österreichs\n96771,PL,Jarosław,KALINOWSKI,1962-04-12,M,PPE,Polskie Stronnictwo Ludowe\n96934,LV,Sandra,KALNIETE,1952-12-22,F,PPE,Vienotība\n33569,GB,Syed,KAMALL,1967-02-15,M,ECR,Conservative Party\n23792,PL,Michał Tomasz,KAMIŃSKI,1972-03-28,M,ECR,Niezależny\n28481,GB,Sajjad,KARIM,1970-07-11,M,ECR,Conservative Party\n25919,DE,Martin,KASTLER,1974-06-18,M,PPE,Christlich-Soziale Union in Bayern e.V.\n96737,FR,Nicole,KIIL-NIELSEN,1949-08-21,F,Verts/ALE,Europe Écologie\n34231,BG,Evgeni,KIRILOV,1945-01-26,M,S&D,Coalition for Bulgaria\n4542,GB,Timothy,KIRKHOPE,1945-04-29,M,ECR,Conservative Party\n1929,DE,Christa,KLASS,1951-11-07,F,PPE,Christlich Demokratische Union Deutschlands\n23413,SI,Mojca,KLEVA KEKUŠ,1976-03-30,F,S&D,Socialni demokrati\n28244,DE,Wolf,KLINZ,1941-09-13,M,ALDE,Freie Demokratische Partei\n1852,DE,Dieter-Lebrecht,KOCH,1953-01-07,M,PPE,Christlich Demokratische Union Deutschlands\n28241,DE,Silvana,KOCH-MEHRIN,1970-11-17,F,ALDE,Freie Demokratische Partei\n28331,CZ,Jaromír,KOHLÍČEK,1953-02-23,M,GUE/NGL,Komunistická strana Čech a Moravy\n96785,PL,Lena,KOLARSKA-BOBIŃSKA,1947-12-03,F,PPE,Platforma Obywatelska\n39319,GR,Maria Eleni,KOPPA,1963-03-01,F,S&D,Panhellenic Socialist Movement\n4260,FI,Eija-Riitta,KORHOLA,1959-06-15,F,PPE,Kansallinen Kokoomus\n96829,HU,Ádám,KÓSA,1975-07-01,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n96793,PL,Paweł Robert,KOWAL,1975-07-22,M,ECR,Polska Razem Jarosława Gowina\n23873,SK,Sergej,KOZLÍK,1950-07-27,M,ALDE,Ľudová strana - Hnutie za demokratické Slovensko\n101954,PL,Jan,KOZŁOWSKI,1946-01-01,M,PPE,Platforma Obywatelska\n28247,DE,Holger,KRAHMER,1970-10-16,M,ALDE,Freie Demokratische Partei\n4482,GR,Rodi,KRATSA-TSAGAROPOULOU,1953-04-15,F,PPE,Nea Demokratia\n1854,DE,Constanze Angela,KREHL,1956-10-14,F,S&D,Sozialdemokratische Partei Deutschlands\n1935,DE,Wolfgang,KREISSL-DÖRFLER,1950-12-01,M,S&D,Sozialdemokratische Partei Deutschlands\n96767,DE,Werner,KUHN,1955-05-19,M,PPE,Christlich Demokratische Union Deutschlands\n1204,FR,Alain,LAMASSOURE,1944-02-10,M,PPE,Union pour un Mouvement Populaire\n4531,GB,Jean,LAMBERT,1950-06-01,F,Verts/ALE,Green Party\n28242,DE,Alexander Graf,LAMBSDORFF,1966-11-05,M,ALDE,Freie Demokratische Partei\n23746,LT,Vytautas,LANDSBERGIS,1932-10-18,M,PPE,Tėvynės sąjunga - Lietuvos krikščionys demokratai\n1909,DE,Bernd,LANGE,1955-11-14,M,S&D,Sozialdemokratische Partei Deutschlands\n38398,NL,Esther de,LANGE,1975-02-19,F,PPE,Christen Democratisch Appèl\n1928,DE,Werner,LANGEN,1949-11-27,M,PPE,Christlich Demokratische Union Deutschlands\n96816,IT,Giovanni,LA VIA,1963-06-28,M,PPE,Nuovo Centrodestra\n96796,PL,Ryszard Antoni,LEGUTKO,1949-12-24,M,ECR,Prawo i Sprawiedliwość\n2224,DE,Klaus-Heiner,LEHNE,1957-10-28,M,PPE,Christlich Demokratische Union Deutschlands\n28251,AT,Jörg,LEICHTFRIED,1967-06-18,M,S&D,Sozialdemokratische Partei Österreichs\n4262,DE,Jo,LEINEN,1948-04-06,M,S&D,Sozialdemokratische Partei Deutschlands\n97076,FR,Corinne,LEPAGE,1951-05-11,F,ALDE,Citoyenneté Action Participation pour le 21ème siècle\n1023,FR,Jean-Marie,LE PEN,1928-06-20,M,Array,Front national\n28210,FR,Marine,LE PEN,1968-08-05,F,Array,Front national\n23768,PL,Bogusław,LIBERADZKI,1948-09-12,M,S&D,Sojusz Lewicy Demokratycznej\n28253,AT,Eva,LICHTENBERGER,1954-07-01,F,Verts/ALE,Die Grünen - Die Grüne Alternative\n1927,DE,Peter,LIESE,1965-05-20,M,PPE,Christlich Demokratische Union Deutschlands\n28182,NL,Kartika Tamara,LIOTARD,1971-06-26,F,GUE/NGL,Onafhankelijk lid\n96788,PL,Krzysztof,LISEK,1967-05-28,M,PPE,Platforma Obywatelska\n96728,DE,Barbara,LOCHBIHLER,1959-05-20,F,Verts/ALE,Bündnis 90/Die Grünen\n28399,ES,Antonio,LÓPEZ-ISTÚRIZ WHITE,1970-04-01,M,PPE,Partido Popular\n4529,GB,Baroness Sarah,LUDFORD,1951-03-14,F,ALDE,Liberal Democrats Party\n96791,PL,Elżbieta Katarzyna,ŁUKACIJEWSKA,1966-11-25,F,PPE,Platforma Obywatelska\n1186,LU,Astrid,LULLING,1929-06-11,F,PPE,Parti chrétien social luxembourgeois\n2327,GB,Linda,McAVAN,1962-12-02,F,S&D,Labour Party\n2173,GB,Arlene,McCARTHY,1960-10-10,F,S&D,Labour Party\n96919,GB,Emma,McCLARKIN,1978-10-09,F,ECR,Conservative Party\n28115,IE,Mairead,McGUINNESS,1959-06-13,F,PPE,Fine Gael Party\n1405,GB,Edward,McMILLAN-SCOTT,1949-08-15,M,ALDE,Liberal Democrats Party\n4560,NL,Toine,MANDERS,1956-03-14,M,ALDE,Volkspartij voor Vrijheid en Democratie\n28192,SK,Vladimír,MAŇKA,1959-09-19,M,S&D,SMER-Sociálna demokracia\n1922,DE,Thomas,MANN,1946-01-28,M,PPE,Christlich Demokratische Union Deutschlands\n33982,RO,Marian-Jean,MARINESCU,1952-08-11,M,PPE,Partidul Democrat-Liberal\n1403,GB,David,MARTIN,1954-08-26,M,S&D,Labour Party\n4238,AT,Hans-Peter,MARTIN,1957-08-11,M,Array,\"Liste \"\"Dr. Martin - für Demokratie, Kontrolle, Gerechtigkeit\"\"\"\n4346,ES,Miguel Angel,MARTÍNEZ MARTÍNEZ,1940-01-30,M,S&D,Partido Socialista Obrero Español\n28338,ES,Antonio,MASIP HIDALGO,1946-05-03,M,S&D,Partido Socialista Obrero Español\n23704,CZ,Jiří,MAŠTÁLKA,1956-01-03,M,GUE/NGL,Komunistická strana Čech a Moravy\n4412,FR,Véronique,MATHIEU HOUILLON,1955-10-28,F,PPE,Union pour un Mouvement Populaire\n95017,RO,Iosif,MATULA,1958-08-23,M,PPE,Partidul Democrat-Liberal\n4275,DE,Hans-Peter,MAYER,1944-05-05,M,PPE,Christlich Demokratische Union Deutschlands\n28362,ES,Jaime,MAYOR OREJA,1951-07-12,M,PPE,Partido Popular\n39916,SI,Zofija,MAZEJ KUKOVIČ,1955-05-14,F,PPE,Slovenska demokratska stranka\n96817,IT,Erminia,MAZZONI,1965-04-28,F,PPE,Nuovo Centrodestra\n96870,DE,Gesine,MEISSNER,1952-02-22,F,ALDE,Freie Demokratische Partei\n96742,FR,Jean-Luc,MÉLENCHON,1951-08-19,M,GUE/NGL,Front de gauche pour changer d’Europe\n96978,PT,Nuno,MELO,1966-03-18,M,PPE,Partido Popular\n4348,ES,Emilio,MENÉNDEZ del VALLE,1945-06-20,M,S&D,Partido Socialista Obrero Español\n96910,NL,Judith,A. MERKIES,1966-09-28,F,S&D,Partij van de Arbeid\n28407,ES,Willy,MEYER,1952-08-19,M,GUE/NGL,Izquierda Unida\n96670,BE,Louis,MICHEL,1947-09-02,M,ALDE,Mouvement Réformateur\n28178,SK,Miroslav,MIKOLÁŠIK,1952-09-11,M,PPE,Kresťanskodemokratické hnutie\n28400,ES,Francisco José,MILLÁN MON,1955-03-08,M,PPE,Partido Popular\n28112,IE,Gay,MITCHELL,1951-12-30,M,PPE,Fine Gael Party\n4519,GB,Claude,MORAES,1965-10-22,M,S&D,Labour Party\n96930,PT,Vital,MOREIRA,1944-11-08,M,S&D,Partido Socialista\n38596,FR,Elisabeth,MORIN-CHARTIER,1947-10-10,F,PPE,Union pour un Mouvement Populaire\n96661,HU,Krisztina,MORVAI,1963-06-22,F,Array,Jobbik Magyarországért Mozgalom\n1965,NL,Jan,MULDER,1943-10-03,M,ALDE,Volkspartij voor Vrijheid en Democratie\n1073,IT,Cristiana,MUSCARDINI,1948-11-06,F,ECR,Conservatori e Social Riformatori\n5537,ES,Juan Andrés,NARANJO ESCOBAR,1952-01-04,M,PPE,Partido Popular\n96653,SK,Katarína,NEVEĎALOVÁ,1982-11-10,F,S&D,SMER-Sociálna demokracia\n1394,GB,Bill,NEWTON DUNN,1941-10-03,M,ALDE,Liberal Democrats Party\n1946,BE,Annemie,NEYTS-UYTTEBROECK,1944-06-17,F,ALDE,Open Vlaamse Liberalen en Democraten\n1318,GB,James,NICHOLSON,1945-01-29,M,ECR,Ulster Conservatives and Unionists-New Force\n39714,RO,Rareş-Lucian,NICULESCU,1976-08-29,M,PPE,Partidul Democrat-Liberal\n4289,DE,Angelika,NIEBLER,1963-02-18,F,PPE,Christlich-Soziale Union in Bayern e.V.\n28165,NL,Lambert van,NISTELROOIJ,1953-03-05,M,PPE,Christen Democratisch Appèl\n96794,PL,Sławomir,NITRAS,1973-04-26,M,PPE,Platforma Obywatelska\n96981,AT,Franz,OBERMAYR,1952-05-25,M,Array,Freiheitliche Partei Österreichs\n4328,ES,Raimon,OBIOLS,1940-08-05,M,S&D,Partit dels Socialistes de Catalunya\n97230,EE,Kristiina,OJULAND,1966-12-17,F,ALDE,Sõltumatu\n1122,NL,Ria,OOMEN-RUIJTEN,1950-09-06,F,PPE,Christen Democratisch Appèl\n23819,HU,Csaba,ŐRY,1952-05-12,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n23705,CZ,Miroslav,OUZKÝ,1958-08-18,M,ECR,Občanská demokratická strana\n26829,EE,Siiri,OVIIR,1947-11-03,F,ALDE,Sõltumatu\n1191,DE,Doris,PACK,1942-03-18,F,PPE,Christlich Demokratische Union Deutschlands\n97025,EE,Ivari,PADAR,1965-03-12,M,S&D,Sotsiaaldemokraatlik Erakond\n96694,LT,Rolandas,PAKSAS,1956-06-10,M,EFD,Partija Tvarka ir teisingumas\n28279,LT,Justas Vincas,PALECKIS,1942-01-01,M,S&D,Lietuvos socialdemokratų partija\n97197,IT,Alfredo,PALLONE,1947-09-13,M,PPE,Nuovo Centrodestra\n38602,BG,Vladko Todorov,PANAYOTOV,1950-05-07,M,ALDE,Movement for Rights and Freedoms\n28365,IT,Pier Antonio,PANZERI,1955-06-06,M,S&D,Partito Democratico\n28572,GR,Georgios,PAPASTAMKOS,1955-03-05,M,PPE,Nea Demokratia\n96948,FR,Gilles,PARGNEAUX,1957-03-24,M,S&D,Parti socialiste\n96654,SK,Jaroslav,PAŠKA,1954-06-20,M,EFD,Slovenská národná strana\n96902,PT,Maria do Céu,PATRÃO NEVES,1959-04-26,F,PPE,Partido Social Democrata\n36392,IT,Aldo,PATRICIELLO,1957-09-27,M,PPE,Forza Italia\n4270,SE,Marit,PAULSEN,1939-11-24,F,ALDE,Folkpartiet liberalerna\n23693,SI,Alojz,PETERLE,1948-07-05,M,PPE,Nova Slovenija - Krščanska ljudska stranka\n28341,PL,Mirosław,PIOTROWSKI,1966-01-09,M,ECR,Prawo i Sprawiedliwość\n2307,AT,Hubert,PIRKER,1948-10-03,M,PPE,Österreichische Volkspartei\n4436,IT,Gianni,PITTELLA,1958-11-19,M,S&D,Partito Democratico\n39317,GR,Anni,PODIMATA,1962-10-08,F,S&D,Panhellenic Socialist Movement\n2229,DE,Bernd,POSSELT,1956-06-04,M,PPE,Christlich-Soziale Union in Bayern e.V.\n1253,DE,Hans-Gert,PÖTTERING,1945-09-15,M,PPE,Christlich Demokratische Union Deutschlands\n28370,IT,Vittorio,PRODI,1937-05-19,M,S&D,Partito Democratico\n23782,PL,Jacek,PROTASIEWICZ,1967-06-05,M,PPE,Platforma Obywatelska\n96994,IT,Fiorello,PROVERA,1946-03-31,M,EFD,Lega Nord\n1055,DE,Godelieve,QUISTHOUDT-ROWOHL,1947-06-18,F,PPE,Christlich Demokratische Union Deutschlands\n23706,CZ,Miloslav,RANSDORF,1953-02-15,M,GUE/NGL,Komunistická strana Čech a Moravy\n1906,DE,Bernhard,RAPKAY,1951-01-08,M,S&D,Sozialdemokratische Partei Deutschlands\n28330,CZ,Vladimír,REMEK,1948-09-26,M,GUE/NGL,Komunistická strana Čech a Moravy\n28225,DE,Herbert,REUL,1952-08-31,M,PPE,Christlich Demokratische Union Deutschlands\n28349,ES,Teresa,RIERA MADURELL,1950-10-13,F,S&D,Partido Socialista Obrero Español\n4253,BE,Frédérique,RIES,1959-05-14,F,ALDE,Mouvement Réformateur\n96743,FR,Michèle,RIVASI,1953-02-09,F,Verts/ALE,Europe Écologie\n97199,IT,Crescenzio,RIVELLINI,1955-07-09,M,PPE,Forza Italia\n93624,DE,Ulrike,RODUST,1949-06-04,F,S&D,Sozialdemokratische Partei Deutschlands\n28352,CZ,Zuzana,ROITHOVÁ,1953-01-30,F,PPE,Křesťanská a demokratická unie - Československá strana lidová\n96990,ES,Carmen,ROMERO LÓPEZ,1946-11-15,F,S&D,Partido Socialista Obrero Español\n28409,ES,Raül,ROMEVA i RUEDA,1971-03-12,M,Verts/ALE,Iniciativa per Catalunya Verds\n96664,DK,Anna,ROSBACH,1947-02-02,F,ECR,Løsgænger\n97196,IT,Oreste,ROSSI,1964-03-24,M,PPE,-\n1183,DE,Dagmar,ROTH-BEHRENDT,1953-02-21,F,S&D,Sozialdemokratische Partei Deutschlands\n23707,CZ,Libor,ROUČEK,1954-09-04,M,S&D,Česká strana sociálně demokratická\n2278,AT,Paul,RÜBIG,1953-05-06,M,PPE,Österreichische Volkspartei\n96988,LV,Alfreds,RUBIKS,1935-09-24,M,GUE/NGL,\"Politisko partiju apvienība \"\"Saskaņas centrs\"\"\"\n4294,DE,Heide,RÜHLE,1948-11-05,F,Verts/ALE,Bündnis 90/Die Grünen\n4345,FR,Tokia,SAÏFI,1959-07-11,F,PPE,Union pour un Mouvement Populaire\n2002,ES,José Ignacio,SALAFRANCA SÁNCHEZ-NEYRA,1955-05-31,M,PPE,Partido Popular\n33989,RO,Daciana Octavia,SÂRBU,1977-01-15,F,S&D,Partidul Social Democrat\n4423,IT,Amalia,SARTORI,1947-08-02,F,PPE,Forza Italia\n28297,PL,Jacek,SARYUSZ-WOLSKI,1948-09-19,M,PPE,Platforma Obywatelska\n96864,IT,David-Maria,SASSOLI,1956-05-30,M,S&D,Partito Democratico\n37312,DK,Christel,SCHALDEMOSE,1967-08-04,F,S&D,Socialdemokratiet\n28139,SE,Carl,SCHLYTER,1968-01-07,M,Verts/ALE,Miljöpartiet de gröna\n4274,SE,Olle,SCHMIDT,1949-07-22,M,ALDE,Folkpartiet liberalerna\n1930,DE,Horst,SCHNELLHARDT,1946-05-12,M,PPE,Christlich Demokratische Union Deutschlands\n96646,DE,Helmut,SCHOLZ,1954-06-21,M,GUE/NGL,DIE LINKE.\n28135,HU,György,SCHÖPFLIN,1939-11-24,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n1933,DE,Elisabeth,SCHROEDTER,1959-03-11,F,Verts/ALE,Bündnis 90/Die Grünen\n1911,DE,Martin,SCHULZ,1955-12-20,M,S&D,Sozialdemokratische Partei Deutschlands\n28223,DE,Andreas,SCHWAB,1973-04-09,M,PPE,Christlich Demokratische Union Deutschlands\n96996,IT,Giancarlo,SCOTTÀ,1953-04-11,M,EFD,Lega Nord\n28252,AT,Richard,SEEBER,1962-01-15,M,PPE,Österreichische Volkspartei\n96789,PL,Joanna,SENYSZYN,1949-02-01,F,S&D,Sojusz Lewicy Demokratycznej\n33990,RO,Adrian,SEVERIN,1954-03-28,M,Array,Partidul Social Democrat\n23787,PL,Czesław Adam,SIEKIERSKI,1952-10-08,M,PPE,Polskie Stronnictwo Ludowe\n96755,IT,Sergio Paolo Francesco,SILVESTRIS,1973-12-22,M,PPE,Forza Italia\n1309,GB,Brian,SIMPSON,1953-02-06,M,S&D,Labour Party\n96960,GB,Nicole,SINCLAIRE,1968-07-26,F,Array,We Demand a Referendum\n96932,DE,Birgit,SIPPEL,1960-01-29,F,S&D,Sozialdemokratische Partei Deutschlands\n28380,PL,Marek,SIWIEC,1955-03-13,M,S&D,-\n2081,GB,Peter,SKINNER,1959-06-01,M,S&D,Labour Party\n28508,GB,Alyn,SMITH,1973-09-15,M,Verts/ALE,Scottish National Party\n39724,RO,Csaba,SÓGOR,1964-05-12,M,PPE,Uniunea Democrată Maghiară din România\n4282,DE,Renate,SOMMER,1958-09-10,F,PPE,Christlich Demokratische Union Deutschlands\n37676,DK,Søren Bo,SØNDERGAARD,1955-08-16,M,GUE/NGL,Folkebevægelsen mod EU\n28299,PL,Bogusław,SONIK,1953-12-03,M,PPE,Platforma Obywatelska\n97170,ES,Francisco,SOSA WAGNER,1946-06-10,M,Array,\"Unión, Progreso y Democracia\"\n997,IT,Francesco Enrico,SPERONI,1946-10-04,M,EFD,Lega Nord\n4751,BE,Bart,STAES,1958-08-07,M,Verts/ALE,Groen\n96905,NL,Laurence,J.A.J. STASSEN,1971-02-08,F,Array,Partij voor de Vrijheid\n28170,SK,Peter,ŠŤASTNÝ,1956-09-18,M,PPE,Slovenská demokratická a kresťanská únia - Demokratická strana\n4546,GB,Struan,STEVENSON,1948-04-04,M,ECR,Conservative Party\n4545,GB,Catherine,STIHLER,1973-07-30,F,S&D,Labour Party\n96946,NL,Daniël van der,STOEP,1980-09-12,M,Array,Artikel 50\n34254,BG,Dimitar,STOYANOV,1983-05-17,M,Array,National-Democratic Party\n2037,GB,Robert,STURDY,1944-06-22,M,ECR,Conservative Party\n23820,HU,László,SURJÁN,1941-09-07,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n2295,AT,Hannes,SWOBODA,1946-11-10,M,S&D,Sozialdemokratische Partei Österreichs\n23821,HU,József,SZÁJER,1961-09-07,M,PPE,Fidesz-Magyar Polgári Szövetség-Keresztény Demokrata Néppárt\n28358,PL,Konrad,SZYMAŃSKI,1969-12-06,M,ECR,Prawo i Sprawiedliwość\n23808,HU,Csaba Sándor,TABAJDI,1952-06-26,M,S&D,Magyar Szocialista Párt\n28316,FI,Hannu,TAKKULA,1963-11-20,M,ALDE,Suomen Keskusta\n4521,GB,Charles,TANNOCK,1957-09-25,M,ECR,Conservative Party\n29579,BE,Marc,TARABELLA,1963-03-11,M,S&D,Parti Socialiste\n1945,IT,Salvatore,TATARELLA,1947-10-11,M,PPE,Futuro e Libertà per l'Italia\n96821,PT,Rui,TAVARES,1972-07-29,M,Verts/ALE,Independente\n102931,GB,Keith,TAYLOR,1953-08-01,M,Verts/ALE,Green Party\n107385,FI,Sampo,TERHO,1977-09-20,M,EFD,Perussuomalaiset\n25704,CY,Eleni,THEOCHAROUS,1953-06-24,F,PPE,Democratic Rally\n28153,DK,Britta,THOMSEN,1954-01-23,F,S&D,Socialdemokratiet\n1832,BE,Marianne,THYSSEN,1956-07-24,F,PPE,Christen-Democratisch & Vlaams\n36281,RO,Silvia-Adriana,ŢICĂU,1970-11-14,F,S&D,Partidul Social Democrat\n28340,IT,Patrizia,TOIA,1950-03-17,F,S&D,Partito Democratico\n39726,RO,László,TŐKÉS,1952-04-01,M,PPE,-\n96697,LT,Valdemar,TOMAŠEVSKI,1965-03-03,M,ECR,Lietuvos lenkų rinkimų akcija\n96713,CZ,Evžen,TOŠENOVSKÝ,1956-02-26,M,ECR,Občanská demokratická strana\n28584,GR,Georgios,TOUSSAS,1954-09-08,M,GUE/NGL,Communist Party of Greece\n1129,FR,Catherine,TRAUTMANN,1951-01-15,F,S&D,Parti socialiste\n110987,IT,Gino,TREMATERRA,1940-09-03,M,PPE,Unione dei Democratici cristiani e dei Democratici di Centro\n97203,ES,Ramon,TREMOSA i BALCELLS,1965-06-30,M,ALDE,Convergència Democràtica de Catalunya\n28514,CY,Kyriacos,TRIANTAPHYLLIDES,1944-09-03,M,GUE/NGL,Progressive Party of Working People - Left - New Forces\n28240,DE,Helga,TRÜPEL,1958-07-21,F,Verts/ALE,Bündnis 90/Die Grünen\n96773,PL,Rafał,TRZASKOWSKI,1972-01-17,M,PPE,Platforma Obywatelska\n96898,GR,Ioannis,A. TSOUKALAS,1941-07-03,M,PPE,Nea Demokratia\n4432,LU,Claude,TURMES,1960-11-26,M,Verts/ALE,Déi Gréng - Les Verts\n96672,SE,Marita,ULVSKOG,1951-09-04,F,S&D,Arbetarepartiet- Socialdemokraterna\n96835,RO,Traian,UNGUREANU,1958-03-01,M,PPE,Partidul Democrat-Liberal\n38601,BG,Vladimir,URUTCHEV,1954-10-01,M,PPE,Citizens for European Development of Bulgaria\n96845,RO,Corneliu,VADIM TUDOR,1949-11-28,M,Array,Partidul România Mare\n28617,LV,Inese,VAIDERE,1952-09-03,F,PPE,Vienotība\n37324,RO,Adina-Ioana,VĂLEAN,1968-02-16,F,ALDE,Partidul Naţional Liberal\n5729,BE,Kathleen,VAN BREMPT,1969-11-18,F,S&D,Socialistische Partij.Anders\n1956,BE,Frank,VANHECKE,1959-05-30,M,EFD,Onafhankelijk\n4513,GB,Geoffrey,VAN ORDEN,1945-04-10,M,ECR,Conservative Party\n4398,IT,Gianni,VATTIMO,1936-01-04,M,ALDE,Italia dei Valori - Lista Di Pietro (Indipendente)\n4308,ES,Alejo,VIDAL-QUADRAS,1945-05-20,M,PPE,Partido Popular\n2212,FR,Philippe de,VILLIERS,1949-03-25,M,EFD,Mouvement pour la France\n28323,CZ,Oldřich,VLASÁK,1955-11-26,M,ECR,Občanská demokratická strana\n5737,FR,Dominique,VLASTO,1946-08-14,F,PPE,Union pour un Mouvement Populaire\n96761,DE,Axel,VOSS,1963-04-07,M,PPE,Christlich Demokratische Union Deutschlands\n2155,GB,Sir Graham,WATSON,1956-03-23,M,ALDE,Liberal Democrats Party\n2319,FR,Henri,WEBER,1944-06-24,M,S&D,Parti socialiste\n28229,DE,Manfred,WEBER,1972-07-14,M,PPE,Christlich-Soziale Union in Bayern e.V.\n39713,RO,Renate,WEBER,1955-08-03,F,ALDE,Partidul Naţional Liberal\n1907,DE,Barbara,WEILER,1946-09-17,F,S&D,Sozialdemokratische Partei Deutschlands\n97016,AT,Angelika,WERTHMANN,1963-11-07,F,ALDE,-\n28130,SE,Åsa,WESTLUND,1976-05-19,F,S&D,Arbetarepartiet- Socialdemokraterna\n2323,DE,Rainer,WIELAND,1957-02-19,M,PPE,Christlich Demokratische Union Deutschlands\n96677,SE,Cecilia,WIKSTRÖM,1965-10-17,F,ALDE,Folkpartiet liberalerna\n35743,GB,Glenis,WILLMOTT,1951-03-04,F,S&D,Labour Party\n23784,PL,Janusz,WOJCIECHOWSKI,1954-12-06,M,ECR,Prawo i Sprawiedliwość\n28167,NL,Corien,WORTMANN-KOOL,1959-06-27,F,PPE,Christen Democratisch Appèl\n28278,ES,Luis,YÁÑEZ-BARNUEVO GARCÍA,1943-04-12,M,S&D,Partido Socialista Obrero Español\n23894,SK,Anna,ZÁBORSKÁ,1948-06-07,F,PPE,Kresťanskodemokratické hnutie\n23712,CZ,Jan,ZAHRADIL,1963-03-20,M,ECR,Občanská demokratická strana\n96778,PL,Artur,ZASADA,1969-06-05,M,ECR,Polska Razem Jarosława Gowina\n28619,LV,Tatjana,ŽDANOKA,1950-05-08,F,Verts/ALE,Par cilvēka tiesībām vienotā Latvijā\n96762,DE,Joachim,ZELLER,1952-07-01,M,PPE,Christlich Demokratische Union Deutschlands\n96784,PL,Janusz Władysław,ZEMKE,1949-02-24,M,S&D,Sojusz Lewicy Demokratycznej\n28615,LV,Roberts,ZĪLE,1958-06-20,M,ECR,Tēvzemei un Brīvībai/LNNK\n28248,DE,Gabriele,ZIMMER,1955-05-07,F,GUE/NGL,DIE LINKE.\n28301,PL,Tadeusz,ZWIEFKA,1954-12-28,M,PPE,Platforma Obywatelska\n72775,FR,Rachida,DATI,1965-11-27,F,PPE,Union pour un Mouvement Populaire\n28215,FR,Jacky,HÉNIN,1960-11-12,M,GUE/NGL,Front de gauche pour changer d’Europe\n111011,GB,Anthea,McINTYRE,1954-06-29,F,ECR,Conservative Party\n28224,DE,Markus,PIEPER,1963-05-15,M,PPE,Christlich Demokratische Union Deutschlands\n111033,LV,Kārlis,ŠADURSKIS,1959-10-11,M,PPE,Vienotība\n97308,EE,Vilja,SAVISAAR-TOOMAST,1962-08-15,F,ALDE,Eesti Reformierakond\n96824,RO,Monica Luisa,MACOVEI,1959-02-04,F,PPE,Partidul Democrat-Liberal\n58758,IT,Elisabetta,GARDINI,1956-06-03,F,PPE,Forza Italia\n97017,AT,Ulrike,LUNACEK,1957-05-26,F,Verts/ALE,Die Grünen - Die Grüne Alternative\n1059,DE,Hiltrud,BREYER,1957-08-22,F,Verts/ALE,Bündnis 90/Die Grünen\n23805,HU,Zita,GURMAI,1965-06-01,F,S&D,Magyar Szocialista Párt\n96728,DE,Barbara,LOCHBIHLER,1959-05-20,F,Verts/ALE,Bündnis 90/Die Grünen\n112748,HR,Biljana,BORZAN,1971-11-29,F,S&D,Socijaldemokratska partija Hrvatske\n107973,FI,Tarja,CRONBERG,1943-06-29,F,Verts/ALE,Vihreä liitto\n119438,HR,Zdravka,BUŠIĆ,1950-09-06,F,PPE,Hrvatska demokratska zajednica\n112755,HR,Andrej,PLENKOVIĆ,1970-04-08,M,PPE,Hrvatska demokratska zajednica\n119434,HR,Dubravka,ŠUICA,1957-05-20,F,PPE,Hrvatska demokratska zajednica\n119431,HR,Ruža,TOMAŠIĆ,1958-05-10,F,ECR,Hrvatska stranka prave dr. Ante Starčević\n112760,HR,Nikola,VULJANIĆ,1949-06-25,M,GUE/NGL,Hrvatski laburisti - stranka rada\n28390,ES,Pilar del,CASTILLO VERA,1952-07-31,F,PPE,Partido Popular\n96987,ES,Ricardo,CORTÉS LASTRA,1969-09-23,M,S&D,Partido Socialista Obrero Español\n107041,AT,Heinz,K. BECKER,1950-06-29,M,PPE,Österreichische Volkspartei\n96842,DE,Ismail,ERTUG,1975-12-05,M,S&D,Sozialdemokratische Partei Deutschlands\n96818,IT,Salvatore,IACOLINO,1963-11-18,M,PPE,Forza Italia\n96781,PL,Danuta,JAZŁOWIECKA,1957-05-19,F,PPE,Platforma Obywatelska\n96823,RO,Petru Constantin,LUHAN,1977-03-19,M,PPE,Partidul Democrat-Liberal\n118859,MT,Roberta,METSOLA,1979-01-18,F,PPE,Partit Nazzjonalista\n96890,IT,Mario,PIRILLO,1945-09-11,M,S&D,Partito Democratico\n28300,PL,Zbigniew,ZALESKI,1947-04-29,M,PPE,Platforma Obywatelska\n"
  },
  {
    "path": "web-src/examples/adjustable-threshold.html",
    "content": "<!DOCTYPE html>\n<html>\n  <head>\n    <title>dc.js - Adjustable Threshold Example</title>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <script type=\"text/javascript\" src=\"../js/d3.js\" ></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"  ></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n</head>\n\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n  <p>This example demonstrates assigning a threshold dynamically to a pie chart by creating a new dimension based on slider input.</p>\n    <div id=\"inputSlider\">\n        <div><input type=\"range\" id=\"slideRange\" value=\"0.5\" min=\"0\" max=\"1.0\" step=\"0.1\" onchange=\"updateSlider(this.value)\"></div>\n        Score threshold: <span id=\"sliderValue\">0.5</label>\n    </div>\n    <div id=\"dc-coreAcc-piechart\"></div>\n    <div id=\"dc-score-barchart\"></div>\n\n    <script type=\"text/javascript\">\n    var data = [\n                { \"book\": \"A\", \"scores\": 45 },\n                { \"book\": \"B\", \"scores\": 34 },\n                { \"book\": \"C\", \"scores\": 54 },\n                { \"book\": \"D\", \"scores\": 27 },\n                { \"book\": \"E\", \"scores\": 70 },\n                { \"book\": \"F\", \"scores\": 25 },\n                { \"book\": \"G\", \"scores\": 92 },\n                { \"book\": \"H\", \"scores\": 22 },\n                { \"book\": \"I\", \"scores\": 40 },\n                { \"book\": \"J\", \"scores\": 10 },\n                { \"book\": \"K\", \"scores\": 40 }\n               ];\n\n    //## Create Chart Objects\n    var scoreChart = new dc.BarChart(\"#dc-score-barchart\")\n                        .xAxisLabel('book_id')\n                        .yAxisLabel('score');\n    var goodYesNoPieChart = new dc.PieChart('#dc-coreAcc-piechart');\n\n    //### Create Crossfilter Dimensions and Groups\n    var ndx = crossfilter(data);\n    var all = ndx.groupAll();\n    var bookDimension = ndx.dimension(function (d) {return d.book;}),\n        bookscoresGroup = bookDimension.group().reduceSum(function(d) {return d.scores;});\n\n    //## score bar chart\n    scoreChart.width(320)\n        .height(320)\n        .dimension(bookDimension)\n        .group(bookscoresGroup)\n        .elasticY(true)\n        .x(d3.scaleBand())\n        .xUnits(dc.units.ordinal)\n        .colors([\"orange\"])\n        .yAxis().ticks(5);\n\n    //## pie chart\n    // reusable function to create threshold dimension\n    function coreCount_from_threshold() {\n        var scoreThreshold=document.getElementById('slideRange').value;\n        scoreThreshold=parseFloat(scoreThreshold);\n        if (isNaN(scoreThreshold)) {\n            scoreThreshold=0.5\n        }\n        return ndx.dimension(function (d) {\n            var maxNumber=80;\n            if (d.scores >maxNumber*scoreThreshold) {\n                return 'High';\n            } else {\n                return 'Low';\n            }\n        });\n    }\n    var coreCount = coreCount_from_threshold();\n    var coreCountGroup = coreCount.group();\n\n    goodYesNoPieChart\n        .width(320)\n        .height(320)\n        .radius(120)\n        .innerRadius(40)\n        .dimension(coreCount)\n        .title(function(d){return d.value;})\n        .group(coreCountGroup)\n        .label(function (d) {\n            if (goodYesNoPieChart.hasFilter() && !goodYesNoPieChart.hasFilter(d.key)) {\n                return d.key + '(0%)';\n            }\n            var label = d.key;\n            if (all.value()) {\n                label += '(' + Math.floor(d.value / all.value() * 100) + '%)';\n            }\n            return label;\n        })\n\n    dc.renderAll();\n\n    //## change slider score value to re-assign the data in pie chart\n    function updateSlider(slideValue) {\n        var sliderDiv = document.getElementById(\"sliderValue\");\n        sliderDiv.innerHTML = slideValue;\n        coreCount.dispose();\n        coreCount = coreCount_from_threshold();\n        coreCountGroup = coreCount.group();\n        goodYesNoPieChart\n            .dimension(coreCount)\n            .group(coreCountGroup);\n        dc.redrawAll();\n    }\n\n    </script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/align-axes.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Align Y Axes Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      html, body {\n          margin: 0;\n          width: 100%;\n      }\n      code {\n          color: black;\n      }\n      #hscroll {\n          width: 100%;\n          overflow: scroll;\n          padding-left: 20px;\n      }\n      #page {\n          height: 95vh;\n          width: 100%;\n      }\n      tr.heading td div {\n          text-align: center;\n      }\n      td.heading {\n          position: relative;\n      }\n      tr.row:not(.heading) td.heading div {\n          white-space: nowrap;\n          position: absolute;\n          top: 50%;\n          left: 50%;\n          transform:  translateX(-50%) translateY(-50%) rotate(-90deg);\n      }\n      .chart-holder {\n          padding: 0 1em;\n      }\n      path.left {\n          stroke: #1f77b4;\n      }\n      path.right {\n          stroke: #ff7f0e;\n      }\n      path.horizontal {\n          stroke-width: 1;\n          stroke-opacity: 0.5;\n      }\n      path.zero {\n          stroke-dasharray: 4, 4;\n      }\n      path.zero.right {\n          stroke-dashoffset: 4;\n      }\n      path.extreme {\n          stroke-dasharray: 1, 1;\n      }\n      path.extreme.right {\n          stroke-dashoffset: 1;\n      }\n    </style>\n  </head>\n  <body>\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <div class=\"container\">\n      <script type=\"text/javascript\" src=\"./header.js\"></script>\n\n      <p>This page demonstrates the\n        <a href=\"https://dc-js.github.io/dc.js/docs/html/CompositeChart.html#alignYAxes\">compositeChart.alignYAxes</a>\n        feature on different combinations of negative and positive data. <code>alignYAxes</code> is only valid if both child charts have\n        <a href=\"https://dc-js.github.io/dc.js/docs/html/CoordinateGridMixin.html#elasticY\"><code>elasticY</code></a>.\n        The left zero point will be horizontal with the right zero point, and the heights of the two series will be equal.\n        (As with <code>elasticY</code>, height is currently measured from the y=0 line - see <a href=\"https://github.com/dc-js/dc.js/issues/667\">#667</a>.)</p>\n    </div>\n    <div id=\"hscroll\">\n      <table id=\"content\"></table>\n    </div>\n\n      <script type=\"text/javascript\">\n        var posiness = ['heading', 'above', 'upward', 'even', 'downward', 'below'];\n\n        var N = 20;\n        var gen = d3.randomNormal();\n        function distribute(vals, min, max) {\n            var ext = d3.extent(vals);\n            return vals.map(function(x) {\n                return min + (x-ext[0]) * (max-min)\n                    / (ext[1]-ext[0]);\n            });\n        }\n        function distribution(posi, scale) {\n            var vals = d3.range(N).map(gen);\n            switch(posi) {\n            case 'above': return distribute(vals, scale*0.2, scale*1.2);\n            case 'upward': return distribute(vals, -scale*0.1, scale*0.9);\n            case 'even': return distribute(vals, -scale*0.5, scale*0.5);\n            case 'downward': return distribute(vals, -scale*0.9, scale*0.1);\n            case 'below': return distribute(vals, -scale*1.2, -0.2);\n            default: throw 'no';\n            }\n        }\n\n        function dataset(lposi, rposi) {\n            var ldist = distribution(lposi, 10),\n                rdist = distribution(rposi, 100);\n            return ldist.map(function(v, i) { return {key: i, lvalue: v, rvalue: rdist[i]}; });\n        }\n\n        var line = d3.line()\n            .curve(d3.curveLinear);\n\n        function draw_horizontals(chart, hz) {\n            chart.g().select('g.chart-body')\n                .selectAll('path.horizontal').data(hz).enter()\n                .append('path').attr('class', function(d) { return d.classes.concat(['horizontal']).join(' '); })\n                .attr('d', function(d) {\n                    var y = chart.y()(d.y);\n                    return line([[chart.x().range()[0], y], [chart.x().range()[1], y]]);\n                });\n        }\n\n        var get_value = dc.pluck('value');\n\n        function init() {\n            d3.select('#content')\n                .selectAll('tr').data(posiness)\n                .enter().append('tr').attr('class', function(d) {\n                    return d === 'heading' ? 'heading row' : 'row';\n                })\n                .each(function(rposi) {\n                    d3.select(this).selectAll('td').data(posiness)\n                        .enter().append('td').attr('class', function(d) {\n                            return d === 'heading' ? 'heading entry' : 'entry';\n                        })\n                        .each(function(lposi) {\n                            var cdiv = d3.select(this).append('div')\n                            if(lposi === 'heading') {\n                                if(rposi !== 'heading')\n                                    cdiv.text('right ' + rposi)\n                                return;\n                            }\n                            else if(rposi === 'heading') {\n                                cdiv.text('left ' + lposi)\n                                return;\n                            }\n                            cdiv.attr('class', 'chart-holder');\n                            var chart = new dc.CompositeChart(cdiv);\n                            var ndx = crossfilter(dataset(lposi, rposi)),\n                                dim = ndx.dimension(function(d) { return d.key; }),\n                                lgroup = dim.group().reduceSum(function(d) { return d.lvalue; }),\n                                rgroup = dim.group().reduceSum(function(d) { return d.rvalue; });\n                            chart\n                                .width(200)\n                                .height(200)\n                                .margins({left: 25, top: 20, right: 30, bottom: 20})\n                                .x(d3.scaleLinear())\n                                .brushOn(false)\n                                .alignYAxes(true)\n                                .elasticX(true)\n                                .elasticY(true)\n                                .compose([\n                                    new dc.LineChart(chart)\n                                        .dimension(dim)\n                                        .group(lgroup)\n                                        .x(d3.scaleLinear())\n                                        .yAxisPadding(1)\n                                        .on('pretransition', function(chart) {\n                                            draw_horizontals(chart, [\n                                                {classes: ['left','zero'], y: 0},\n                                                {classes: ['left','extreme'], y: d3.min(lgroup.all(), get_value)},\n                                                {classes: ['left','extreme'], y: d3.max(lgroup.all(), get_value)}\n                                            ]);\n                                        }),\n                                    new dc.LineChart(chart)\n                                        .dimension(dim)\n                                        .group(rgroup)\n                                        .x(d3.scaleLinear())\n                                        .ordinalColors([\"darkorange\"])\n                                        .yAxisPadding(10)\n                                        .useRightYAxis(true)\n                                        .on('pretransition', function(chart) {\n                                            draw_horizontals(chart, [\n                                                {classes: ['right','zero'], y: 0},\n                                                {classes: ['right','extreme'], y: d3.min(rgroup.all(), get_value)},\n                                                {classes: ['right','extreme'], y: d3.max(rgroup.all(), get_value)}\n                                            ]);\n                                        })\n                                ]);\n                        });\n                });\n        }\n        init();\n        dc.renderAll();\n\n      </script>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/examples/area.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Area Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n    <div id=\"test\"></div>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.LineChart(\"#test\");\n      d3.csv(\"morley.csv\").then(function(experiments) {\n\n          experiments.forEach(function(x) {\n              x.Speed = +x.Speed;\n          });\n\n          var ndx                 = crossfilter(experiments),\n              runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n              speedSumGroup       = runDimension.group().reduce(function(p, v) {\n                  p[v.Expt] = (p[v.Expt] || 0) + v.Speed;\n                  return p;\n              }, function(p, v) {\n                  p[v.Expt] = (p[v.Expt] || 0) - v.Speed;\n                  return p;\n              }, function() {\n                  return {};\n              });\n\n          function sel_stack(i) {\n              return function(d) {\n                  return d.value[i];\n              };\n          }\n\n          chart\n              .width(768)\n              .height(480)\n              .x(d3.scaleLinear().domain([1,20]))\n              .margins({left: 50, top: 10, right: 10, bottom: 20})\n              .renderArea(true)\n              .brushOn(false)\n              .renderDataPoints(true)\n              .clipPadding(10)\n              .yAxisLabel(\"This is the Y Axis!\")\n              .dimension(runDimension)\n              .group(speedSumGroup, \"1\", sel_stack('1'));\n\n          for(var i = 2; i<6; ++i)\n              chart.stack(speedSumGroup, ''+i, sel_stack(i));\n          chart.render();\n\n      });\n\n    </script>\n\n</div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/examples/background-drawing.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Background Drawing Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<pre id=\"data\" style=\"display: none;\">\nPrec,Recall,System\n0.5,0.5,Test\n0.7,0.3,Foo\n0.95,0.87,Bar\n0.1,0.1,Bad\n0.2,0.9,Good\n</pre>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n//helper functions\nfunction safe_division(numerator, denominator){\n  if (!denominator) {  // Matches +0, -0, NaN\n    return 0.0;\n  }\n  return numerator/denominator;\n}\nfunction generateFmeasureContours(width, height, beta){\n  //x axis is recall, y axis is precision\n  var betasquared = beta * beta;\n  var values = new Array(height * width);\n  for (var prec = height, k = 0; prec > 0; --prec) {\n    for (var rec = 0; rec < width; ++rec, ++k) {\n      var newPrec = prec/height;\n      var newRec = rec/width;\n      values[k] = safe_division((1 + betasquared) * (newPrec * newRec), (betasquared * newPrec) + newRec);\n    }\n  }\n  var thresholds = d3.range(0.0, 1.0, 0.05);\n  var color = d3.scaleLinear()\n  .domain(d3.extent(thresholds))\n  .interpolate(d => d3.interpolateRdYlGn)\n  var contours = d3.contours()\n  .size([width, height])\n  .thresholds(thresholds)\n  (values);\n  return [contours, color];\n}\n\nvar chart = new dc.ScatterPlot(\"#test\");\n\nvar experiments = d3.csvParse(d3.select('pre#data').text());\nvar ndx                 = crossfilter(experiments),\n    scatterDim          = ndx.dimension(function(d) {return [d.Prec, d.Recall];}),\n    scatterGroup        = scatterDim.group();\n\nchart\n  .width(808)\n  .height(768)\n  .dimension(scatterDim)\n  .group(scatterGroup)\n  .xAxisLabel(\"Recall\")\n  .x(d3.scaleLinear().domain([0,1]))\n  .yAxisLabel(\"Precision\")\n  .y(d3.scaleLinear().domain([0,1]))\n  .on('pretransition', function (chart) {\n    // add contour layer to back (beginning of svg) only if it doesn't exist\n    var contourLayer = chart.g().selectAll('g.contour-layer').data([0]);\n    contourLayer = contourLayer\n        .enter().insert('g', ':first-child')\n        .attr('class', 'contour-layer')\n        .attr('transform', 'translate(' + [chart.margins().left,chart.margins().top].join(',') + ')')\n        .merge(contourLayer);\n\n    var width = chart.effectiveWidth(), height = chart.effectiveHeight();\n    [contours, color] = generateFmeasureContours(width,height, 1);\n\n    contourLayer\n      .selectAll(\"path\")\n      .data(contours)\n      .enter()\n      .append(\"path\")\n      .attr(\"d\", d3.geoPath())\n      .attr(\"fill\",  d => color(d.value));\n  });\n\nchart.render();\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/bar-colors.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Bar Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n<div id=\"legend\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.BarChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(768)\n    .height(480)\n        .x(d3.scaleLinear().domain([1,20]))\n        .colorAccessor(d => d)\n        .colors(({key}) => d3.interpolateRdYlGn(key/20))\n    .brushOn(false)\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .on('renderlet', function(chart) {\n        chart.selectAll('rect').on(\"click\", function(d) {\n            console.log(\"click!\", d);\n        });\n    });\n    chart.legend(new dc.HtmlLegend().container('#legend').horizontal(true).highlightSelected(true));\n\n    chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/bar-extra-line.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Bar Chart with Extra Line Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<div id=\"test\"></div>\n\n<p style=\"clear:left\">Example of drawing an extra line on top of a bar chart using a renderlet. This is often\nwanted in order to show e.g. a regression line.</p>\n<p>It would be nice to have better support in\ndc.js for such \"derived\" values, but this example is here to tide folks over until that happens.</p>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.BarChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([6,20]))\n    .brushOn(false)\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .renderLabel(true)\n    .on('renderlet', function(chart) {\n        chart.selectAll('rect').on(\"click\", function(d) {\n            console.log(\"click!\", d);\n        });\n        var left_y = 10, right_y = 70; // use real statistics here!\n        var extra_data = [{x: chart.x().range()[0], y: chart.y()(left_y)}, {x: chart.x().range()[1], y: chart.y()(right_y)}];\n        var line = d3.line()\n            .x(function(d) { return d.x; })\n            .y(function(d) { return d.y; })\n            .curve(d3.curveLinear);\n        var chartBody = chart.select('g.chart-body');\n        var path = chartBody.selectAll('path.extra').data([extra_data]);\n        path = path\n            .enter()\n                .append('path')\n                .attr('class', 'extra')\n                .attr('stroke', 'red')\n                .attr('id', 'extra-line')\n            .merge(path);\n        path.attr('d', line);\n\n        // and perhaps you'd like to label it?\n        var text = chartBody.selectAll('text.extra-label').data([0]);\n        text.enter()\n            .append('text')\n                .attr('text-anchor', 'middle')\n                .append('textPath')\n                    .attr('class', 'extra-label')\n                    .attr('xlink:href', '#extra-line')\n                    .attr('startOffset', '50%')\n                    .text('this is a label for the line');\n    });\n    chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/bar-single-select.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Single Selection in a Bar Chart</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<p>Frequently asked question: how to enable single-select on an ordinal chart?</p>\n\n<div id=\"test\">\n  <div>\n    <a class=\"reset\" style=\"visibility: hidden\" href=\"javascript:chart.filterAll();dc.redrawAll();\">reset</a>\n  </div>\n</div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.BarChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleBand())\n    .xUnits(dc.units.ordinal)\n    .brushOn(true)\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .controlsUseVisibility(true)\n    .addFilterHandler(function(filters, filter) {return [filter];}); // this\n    chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/bar.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Bar Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.BarChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([6,20]))\n    .brushOn(false)\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .on('renderlet', function(chart) {\n        chart.selectAll('rect').on(\"click\", function(d) {\n            console.log(\"click!\", d);\n        });\n    });\n    chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/boxplot-basic.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Box Plot Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"box-test\"></div>\n<div id=\"pie-chart\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = dc.boxPlot(\"#box-test\"),\n    pie = new dc.PieChart(\"#pie-chart\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      runGroup            = runDimension.group(),\n      experimentDimension = ndx.dimension(function(d) {return \"exp-\" + d.Expt;}),\n      speedArrayGroup     = experimentDimension.group().reduce(\n        function(p,v) {\n          // keep array sorted for efficiency\n          p.splice(d3.bisectLeft(p, v.Speed), 0, v.Speed);\n          return p;\n        },\n        function(p,v) {\n          p.splice(d3.bisectLeft(p, v.Speed), 1);\n          return p;\n        },\n        function() {\n          return [];\n        }\n      );\n\n  chart\n    .width(768)\n    .height(480)\n    .margins({top: 10, right: 50, bottom: 30, left: 50})\n    .dimension(experimentDimension)\n    .group(speedArrayGroup)\n    .elasticY(true)\n    .elasticX(true);\n\n  pie\n    .width(140)\n    .height(140)\n    .radius(70)\n    .dimension(runDimension)\n    .group(runGroup);\n\n  dc.renderAll();\n/*\n  var i=0;\n  setInterval(function() {\n    runDimension.filterAll();\n    runDimension.filter([i++,21]);\n    dc.renderAll();\n  }, 2000);\n*/\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/boxplot-enhanced.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Enhanced Box Plot Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\" >\n    <script type=\"text/javascript\" src=\"header.js\"></script>\n    <div class='row'>\n        <div class=\"col-md-2\" id='pie01' style=\"margin-left: 20%; text-align: center;\">\n            <h5><strong>Club</strong></h5>\n        </div>\n        <div class=\"col-md-2\" id='pie02' style=\"text-align: center;\">\n            <h5><strong>Gender</strong></h5>\n        </div>\n        <div class=\"col-md-2\" id='pie03' style=\"text-align: center;\">\n            <h5><strong>Sport</strong></h5>\n        </div>\n    </div>\n    <hr style=\"margin: 5px;\">\n    <div class='row'>\n        <div class=\"col-md-4\" id='boxPlot01' style=\"text-align: center;\">\n            <h6><u>Basic</u></h6>\n        </div>\n        <div class=\"col-md-4\" id='boxPlot02' style=\"text-align: center;\">\n            <h6><u>Enhanced</u></h6>\n        </div>\n    </div>\n    <div class='row'>\n        <div class=\"col-md-4\" id='boxPlot03' style=\"text-align: center;\">\n        </div>\n        <div class=\"col-md-4\" id='boxPlot04' style=\"text-align: center;\">\n        </div>\n    </div>\n    <hr style=\"margin: 5px;\">\n    <div><p style=\"text-align: center\">\n        <b>Enhanced:</b> <u>renderDataPoints</u> (<b><i>true</i></b>/false), <u>dataOpacity</u> (0.00 - 1.00) <b><i>[0.3]</i></b>, <u>dataWidthPortion</u> (0.00 - 0.99) <b><i>[0.5]</i></b>, <u>renderTitle</u> (<b><i>true</i></b>/false)<br/>\n                         <u>showOutliers</u> (<b><i>true</i></b>/false), <u>boldOutlier</u> (<b><i>true</i></b>/false)</p>\n    </div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n\n// polyfill Array.find for IE\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\nif (!Array.prototype.find) {\n  Object.defineProperty(Array.prototype, 'find', {\n    value: function(predicate) {\n     // 1. Let O be ? ToObject(this value).\n      if (this == null) {\n        throw new TypeError('\"this\" is null or not defined');\n      }\n\n      var o = Object(this);\n\n      // 2. Let len be ? ToLength(? Get(O, \"length\")).\n      var len = o.length >>> 0;\n\n      // 3. If IsCallable(predicate) is false, throw a TypeError exception.\n      if (typeof predicate !== 'function') {\n        throw new TypeError('predicate must be a function');\n      }\n\n      // 4. If thisArg was supplied, let T be thisArg; else let T be undefined.\n      var thisArg = arguments[1];\n\n      // 5. Let k be 0.\n      var k = 0;\n\n      // 6. Repeat, while k < len\n      while (k < len) {\n        // a. Let Pk be ! ToString(k).\n        // b. Let kValue be ? Get(O, Pk).\n        // c. Let testResult be ToBoolean(? Call(predicate, T, « kValue, k, O »)).\n        // d. If testResult is true, return kValue.\n        var kValue = o[k];\n        if (predicate.call(thisArg, kValue, k, o)) {\n          return kValue;\n        }\n        // e. Increase k by 1.\n        k++;\n      }\n\n      // 7. Return undefined.\n      return undefined;\n    },\n    configurable: true,\n    writable: true\n  });\n}\n\n    let clubColors = [{'value': 'Tiny Tots', 'color': '#9be199'}, {'value': 'High Flyers', 'color': '#e17f7e'}];\n    let genderColors = [{'value': 'Female', 'color': '#efc3e2'}, {'value': 'Male', 'color': '#76bbe1'}];\n\n    let data = [\n        {\"_id\":  1, \"club\": 'Tiny Tots',   \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 5},\n        {\"_id\":  2, \"club\": 'Tiny Tots',   \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 6},\n        {\"_id\":  3, \"club\": 'Tiny Tots',   \"sport\": \"Gymnastics\", \"gender\": \"Male\",   \"age\" : 7},\n        {\"_id\":  4, \"club\": 'Tiny Tots',   \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 4},\n        {\"_id\":  5, \"club\": 'Tiny Tots',   \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 5},\n        {\"_id\":  6, \"club\": 'Tiny Tots',   \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 6},\n        {\"_id\":  7, \"club\": 'Tiny Tots',   \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 6},\n        {\"_id\":  8, \"club\": 'Tiny Tots',   \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 7},\n        {\"_id\":  9, \"club\": 'Tiny Tots',   \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 7},\n        {\"_id\": 10, \"club\": 'Tiny Tots',   \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 6},\n        {\"_id\": 11, \"club\": 'Tiny Tots',   \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 7},\n        {\"_id\": 12, \"club\": 'Tiny Tots',   \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 7},\n        {\"_id\": 13, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Male\",   \"age\" : 3},\n        {\"_id\": 14, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Male\",   \"age\" : 4},\n        {\"_id\": 15, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Male\",   \"age\" : 1},\n        {\"_id\": 16, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Female\", \"age\" : null},\n        {\"_id\": 17, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Female\", \"age\" : 3},\n        {\"_id\": 18, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Female\", \"age\" : 2},\n        {\"_id\": 19, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Female\", \"age\" : 5},\n        {\"_id\": 20, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 11},\n        {\"_id\": 21, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 22, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 23, \"club\": 'High Flyers', \"sport\": \"Gymnastics\", \"gender\": \"Male\",   \"age\" : 14},\n        {\"_id\": 24, \"club\": 'High Flyers', \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 12},\n        {\"_id\": 25, \"club\": 'High Flyers', \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 15},\n        {\"_id\": 26, \"club\": 'High Flyers', \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 13},\n        {\"_id\": 27, \"club\": 'High Flyers', \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 13},\n        {\"_id\": 28, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Female\", \"age\" : 14},\n        {\"_id\": 29, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Female\", \"age\" : 14},\n        {\"_id\": 30, \"club\": 'High Flyers', \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 14},\n        {\"_id\": 31, \"club\": 'High Flyers', \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 15},\n        {\"_id\": 32, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Female\", \"age\" : 27},\n        {\"_id\": 33, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 11},\n        {\"_id\": 34, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 11},\n        {\"_id\": 35, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 36, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 37, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 38, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 39, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 40, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 41, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 42, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 43, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 14},\n        {\"_id\": 44, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 14},\n        {\"_id\": 45, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 14},\n    ];\n\n    let ndx = crossfilter(data);\n\n    // -----------------------------------------------\n    var pie01 = new dc.PieChart(\"#pie01\");\n    var pie01Dim = ndx.dimension(function (d) {return d.club});\n    var pie01Group = pie01Dim.group();\n\n    pie01\n        .width(180)\n        .height(150)\n        .radius(70)\n        .dimension(pie01Dim)\n        .group(pie01Group)\n    ;\n\n    pie01.colorAccessor(function(data) { return data.key; })\n        .colors(function(data) {\n            return colorSchema(clubColors, data);\n        })\n\n    // -----------------------------------------------\n    var pie02 = new dc.PieChart(\"#pie02\");\n    var pie02Dim = ndx.dimension(function (d) {return d.gender});\n    var pie02Group = pie02Dim.group();\n\n    pie02\n        .width(180)\n        .height(150)\n        .radius(70)\n        .dimension(pie02Dim)\n        .group(pie02Group)\n    ;\n\n    pie02.colorAccessor(function(data) { return data.key; })\n        .colors(function(data) {\n            return colorSchema(genderColors, data);\n        })\n\n    // -----------------------------------------------\n    var pie03 = new dc.PieChart(\"#pie03\");\n    var pie03Dim = ndx.dimension(function (d) {return d.sport});\n    var pie03Group = pie03Dim.group();\n\n    pie03\n        .width(180)\n        .height(150)\n        .radius(70)\n        .dimension(pie03Dim)\n        .group(pie03Group)\n    ;\n\n    // -----------------------------------------------\n    let bpSportDim = ndx.dimension(function (d) {return d.sport;});\n    let bpSportGroup = bpSportDim.group().reduce(\n        function (p, v) {\n            // Retrieve the data value, if not Infinity or null add it.\n            let dv = v.age;\n            if (dv != Infinity && dv != null) p.splice(d3.bisectLeft(p, dv), 0, dv);\n            return p;\n        },\n        function (p, v) {\n            // Retrieve the data value, if not Infinity or null remove it.\n            let dv = v.age;\n            if (dv != Infinity && dv != null) p.splice(d3.bisectLeft(p, dv), 1);\n            return p;\n        },\n        function () {\n            return [];\n        }\n    );\n\n    // -----------------------------------------------\n    var bp01 = dc.boxPlot(\"#boxPlot01\");\n\n    bp01\n        .width(480)\n        .height(300)\n        .dimension(bpSportDim)\n        .group(bpSportGroup)\n        .tickFormat(d3.format('.1f'))\n        .yAxisLabel(\"Age (years)\")\n        .xAxisLabel(\"Sport\")\n        .elasticY(true)\n        .elasticX(true)\n    ;\n\n    // -----------------------------------------------\n    var bp02 = dc.boxPlot(\"#boxPlot02\");\n\n    bp02\n        .width(480)\n        .height(300)\n        .dimension(bpSportDim)\n        .group(bpSportGroup)\n        .tickFormat(d3.format('.1f'))\n        .renderDataPoints(true)\n        .renderTitle(true)\n        .dataWidthPortion(0.50)\n        .boldOutlier(true)\n        .yAxisLabel(\"Age (years)\")\n        .xAxisLabel(\"Sport\")\n        .elasticY(true)\n        .elasticX(true)\n    ;\n\n    // -----------------------------------------------\n    let bpGenderDim = ndx.dimension(function (d) {return d.gender;});\n    let bpGenderGroup = bpGenderDim.group().reduce(\n        function (p, v) {\n            // Retrieve the data value, if not Infinity or null add it.\n            let dv = v.age;\n            if (dv != Infinity && dv != null) p.splice(d3.bisectLeft(p, dv), 0, dv);\n            return p;\n        },\n        function (p, v) {\n            // Retrieve the data value, if not Infinity or null remove it.\n            let dv = v.age;\n            if (dv != Infinity && dv != null) p.splice(d3.bisectLeft(p, dv), 1);\n            return p;\n        },\n        function () {\n            return [];\n        }\n    );\n\n    // -----------------------------------------------\n    var bp03 = dc.boxPlot(\"#boxPlot03\");\n\n    bp03\n        .width(480)\n        .height(250)\n        .dimension(bpGenderDim)\n        .group(bpGenderGroup)\n        .tickFormat(d3.format('.1f'))\n        .yAxisLabel(\"Age (years)\")\n        .xAxisLabel(\"Gender\", 0)\n        .elasticY(true)\n        .elasticX(true)\n    ;\n\n    bp03.colorAccessor(function(data) { return data.key; })\n        .colors(function(data) {\n            return colorSchema(genderColors, data);\n        });\n\n    // -----------------------------------------------\n    var bp04 = dc.boxPlot(\"#boxPlot04\");\n    var bp04Counts = {};\n\n    bp04\n        .width(480)\n        .height(250)\n        .dimension(bpGenderDim)\n        .group(bpGenderGroup)\n        .tickFormat(d3.format('.1f'))\n        .renderDataPoints(true)\n        .renderTitle(true)\n        .dataWidthPortion(0.5)\n        .boldOutlier(true)\n        .yAxisLabel(\"Age (years)\")\n        .xAxisLabel(\"Gender\", 0)\n        .elasticY(true)\n        .elasticX(true)\n    ;\n\n    // Code to add/update number of rendered data points to the xAxis label\n    bp04\n        .on('preRender', function() {get_counts(bp04, bp04Counts)})\n        .on('preRedraw', function() {get_counts(bp04, bp04Counts)})\n        .xAxis().tickFormat(function(v) { return v + ' [' + bp04Counts[v] + ']'; });\n\n    bp04.colorAccessor(function(data) { return data.key; })\n        .colors(function(data) {\n            return colorSchema(genderColors, data);\n        });\n\n    // -----------------------------------------------\n    dc.renderAll();\n\n    function colorSchema(pref, aa) {\n        a = pref.find(function(i) { return i.value === aa; });\n        return a.color;\n    }\n\n    function get_counts(chart, counts) {\n        chart.group().all().forEach(function(kv) {\n            counts[kv.key] = kv.value.length;\n        });\n    }\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/boxplot-render-data.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Box Plot Rendering Data Points</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\" >\n    <script type=\"text/javascript\" src=\"header.js\"></script>\n    <div class='row'>\n        <div class=\"col-md-4\" id='boxPlot01' style=\"text-align: center;\">\n            <h6>dataOpacity = 1<br/>dataWidthPortion = 0.9</h6>\n        </div>\n        <div class=\"col-md-4\" id='boxPlot02' style=\"text-align: center;\">\n            <h6>dataOpacity = 0.5<br/>dataWidthPortion = 0.5</h6>\n        </div>\n        <div class=\"col-md-4\" id='boxPlot03' style=\"text-align: center;\">\n            <h6>dataOpacity = 0.4<br/>dataWidthPortion = 0.1</h6>\n        </div>\n    </div>\n</div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n\n// polyfill Array.find for IE\n// https://tc39.github.io/ecma262/#sec-array.prototype.find\nif (!Array.prototype.find) {\n  Object.defineProperty(Array.prototype, 'find', {\n    value: function(predicate) {\n     // 1. Let O be ? ToObject(this value).\n      if (this == null) {\n        throw new TypeError('\"this\" is null or not defined');\n      }\n\n      var o = Object(this);\n\n      // 2. Let len be ? ToLength(? Get(O, \"length\")).\n      var len = o.length >>> 0;\n\n      // 3. If IsCallable(predicate) is false, throw a TypeError exception.\n      if (typeof predicate !== 'function') {\n        throw new TypeError('predicate must be a function');\n      }\n\n      // 4. If thisArg was supplied, let T be thisArg; else let T be undefined.\n      var thisArg = arguments[1];\n\n      // 5. Let k be 0.\n      var k = 0;\n\n      // 6. Repeat, while k < len\n      while (k < len) {\n        // a. Let Pk be ! ToString(k).\n        // b. Let kValue be ? Get(O, Pk).\n        // c. Let testResult be ToBoolean(? Call(predicate, T, « kValue, k, O »)).\n        // d. If testResult is true, return kValue.\n        var kValue = o[k];\n        if (predicate.call(thisArg, kValue, k, o)) {\n          return kValue;\n        }\n        // e. Increase k by 1.\n        k++;\n      }\n\n      // 7. Return undefined.\n      return undefined;\n    },\n    configurable: true,\n    writable: true\n  });\n}\n\n    let genderColors = [{'value': 'Female', 'color': '#efc3e2'}, {'value': 'Male', 'color': '#76bbe1'}];\n\n    let data = [\n        {\"_id\":  1, \"club\": 'Tiny Tots',   \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 5},\n        {\"_id\":  2, \"club\": 'Tiny Tots',   \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 6},\n        {\"_id\":  3, \"club\": 'Tiny Tots',   \"sport\": \"Gymnastics\", \"gender\": \"Male\",   \"age\" : 7},\n        {\"_id\":  4, \"club\": 'Tiny Tots',   \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 4},\n        {\"_id\":  5, \"club\": 'Tiny Tots',   \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 5},\n        {\"_id\":  6, \"club\": 'Tiny Tots',   \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 6},\n        {\"_id\":  7, \"club\": 'Tiny Tots',   \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 6},\n        {\"_id\":  8, \"club\": 'Tiny Tots',   \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 7},\n        {\"_id\":  9, \"club\": 'Tiny Tots',   \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 7},\n        {\"_id\": 10, \"club\": 'Tiny Tots',   \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 6},\n        {\"_id\": 11, \"club\": 'Tiny Tots',   \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 7},\n        {\"_id\": 12, \"club\": 'Tiny Tots',   \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 7},\n        {\"_id\": 13, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Male\",   \"age\" : 3},\n        {\"_id\": 14, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Male\",   \"age\" : 4},\n        {\"_id\": 15, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Male\",   \"age\" : 1},\n        {\"_id\": 16, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Female\", \"age\" : null},\n        {\"_id\": 17, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Female\", \"age\" : 3},\n        {\"_id\": 18, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Female\", \"age\" : 2},\n        {\"_id\": 19, \"club\": 'Tiny Tots',   \"sport\": \"Intro\",      \"gender\": \"Female\", \"age\" : 5},\n        {\"_id\": 20, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 11},\n        {\"_id\": 21, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 22, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 23, \"club\": 'High Flyers', \"sport\": \"Gymnastics\", \"gender\": \"Male\",   \"age\" : 14},\n        {\"_id\": 24, \"club\": 'High Flyers', \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 12},\n        {\"_id\": 25, \"club\": 'High Flyers', \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 15},\n        {\"_id\": 26, \"club\": 'High Flyers', \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 13},\n        {\"_id\": 27, \"club\": 'High Flyers', \"sport\": \"Basketball\", \"gender\": \"Female\", \"age\" : 13},\n        {\"_id\": 28, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Female\", \"age\" : 14},\n        {\"_id\": 29, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Female\", \"age\" : 14},\n        {\"_id\": 30, \"club\": 'High Flyers', \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 14},\n        {\"_id\": 31, \"club\": 'High Flyers', \"sport\": \"Gymnastics\", \"gender\": \"Female\", \"age\" : 15},\n        {\"_id\": 32, \"club\": 'High Flyers', \"sport\": \"Soccer\",     \"gender\": \"Female\", \"age\" : 27},\n        {\"_id\": 33, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 11},\n        {\"_id\": 34, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 11},\n        {\"_id\": 35, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 36, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 37, \"club\": 'High Flyers', \"sport\": \"Lacrosse\",   \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 38, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 39, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 12},\n        {\"_id\": 40, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 41, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 42, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 13},\n        {\"_id\": 43, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 14},\n        {\"_id\": 44, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 14},\n        {\"_id\": 45, \"club\": 'High Flyers', \"sport\": \"Baseball\",   \"gender\": \"Male\",   \"age\" : 14},\n    ];\n\n    let ndx = crossfilter(data);\n\n\n    // -----------------------------------------------\n    let bpGenderDim = ndx.dimension(function (d) {return d.gender;});\n    let bpGenderGroup = bpGenderDim.group().reduce(\n        function (p, v) {\n            // Retrieve the data value, if not Infinity or null add it.\n            let dv = v.age;\n            if (dv != Infinity && dv != null) p.splice(d3.bisectLeft(p, dv), 0, dv);\n            return p;\n        },\n        function (p, v) {\n            // Retrieve the data value, if not Infinity or null remove it.\n            let dv = v.age;\n            if (dv != Infinity && dv != null) p.splice(d3.bisectLeft(p, dv), 1);\n            return p;\n        },\n        function () {\n            return [];\n        }\n    );\n\n    // -----------------------------------------------\n    var bp01 = dc.boxPlot(\"#boxPlot01\");\n\n    bp01\n        .width(320)\n        .height(250)\n        .dimension(bpGenderDim)\n        .group(bpGenderGroup)\n        .tickFormat(d3.format('.1f'))\n        .renderDataPoints(true)\n        .renderTitle(true)\n        .dataOpacity(1)\n        .dataWidthPortion(0.9)\n        .yAxisLabel(\"Age (years)\")\n        .xAxisLabel(\"Gender\", 0)\n        .elasticY(true)\n        .elasticX(true)\n    ;\n\n    bp01.colorAccessor(function(data) { return data.key; })\n        .colors(function(data) {\n            return colorSchema(genderColors, data);\n        });\n\n    // -----------------------------------------------\n    var bp02 = dc.boxPlot(\"#boxPlot02\");\n\n    bp02\n        .width(320)\n        .height(250)\n        .dimension(bpGenderDim)\n        .group(bpGenderGroup)\n        .tickFormat(d3.format('.1f'))\n        .renderDataPoints(true)\n        .renderTitle(true)\n        .dataOpacity(0.5)\n        .dataWidthPortion(0.5)\n        .yAxisLabel(\"Age (years)\")\n        .xAxisLabel(\"Gender\", 0)\n        .elasticY(true)\n        .elasticX(true)\n    ;\n\n    bp02.colorAccessor(function(data) { return data.key; })\n        .colors(function(data) {\n            return colorSchema(genderColors, data);\n        });\n\n    // -----------------------------------------------\n    var bp03 = dc.boxPlot(\"#boxPlot03\");\n\n    bp03\n        .width(320)\n        .height(250)\n        .dimension(bpGenderDim)\n        .group(bpGenderGroup)\n        .tickFormat(d3.format('.1f'))\n        .renderDataPoints(true)\n        .renderTitle(true)\n        .dataOpacity(0.4)\n        .dataWidthPortion(0.1)\n        .yAxisLabel(\"Age (years)\")\n        .xAxisLabel(\"Gender\", 0)\n        .elasticY(true)\n        .elasticX(true)\n    ;\n\n    bp03.colorAccessor(function(data) { return data.key; })\n        .colors(function(data) {\n            return colorSchema(genderColors, data);\n        });\n\n    // -----------------------------------------------\n    dc.renderAll();\n\n    function colorSchema(pref, aa) {\n        a = pref.find(function(i) { return i.value === aa; });\n        return a.color;\n    }\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/boxplot-time.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Box Plot with a Time Scale</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"box-test\"></div>\n<div id=\"pie-chart\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = dc.boxPlot(\"#box-test\"),\n    pie = new dc.PieChart(\"#pie-chart\");\n\nd3.csv(\"monthly-move.csv\").then(function(data) {\n\n  data.forEach(function(x) {\n    x.date = new Date(x.date);\n    x.close = +x.close;\n  });\n\n  data = data.slice(0, 200);\n\n  var ndx             = crossfilter(data),\n      openDimension   = ndx.dimension(function(d) {return parseInt(d.open/10)*10;}),\n      openGroup       = openDimension.group(),\n      monthDimension  = ndx.dimension(function(d) {return d3.timeMonth(d.date); }),\n      closeGroup      = monthDimension.group().reduce(\n        function(p,v) {\n          p.splice(d3.bisectLeft(p, v.close), 0, v.close);\n          return p;\n        },\n        function(p,v) {\n          p.splice(d3.bisectLeft(p, v.close), 1);\n          return p;\n        },\n        function() {\n          return [];\n        }\n      );\n\n  chart\n    .width(768)\n    .height(480)\n    .margins({top: 10, right: 50, bottom: 30, left: 50})\n    .dimension(monthDimension)\n    .group(closeGroup)\n    .x(d3.scaleTime())\n    .round(d3.timeMonth.round)\n    .xUnits(d3.timeMonths)\n    .elasticY(true);\n\n  // this demonstrates solving elasticX manually, avoiding the\n  // bug where the rightmost bar/box is not displayed, #792\n  function calc_domain(chart) {\n      var min = d3.min(chart.group().all(), function(kv) { return kv.key; }),\n          max = d3.max(chart.group().all(), function(kv) { return kv.key; });\n      max = d3.timeMonth.offset(max, 1);\n      chart.x().domain([min, max]);\n  }\n  chart.on('preRender', calc_domain);\n  chart.on('preRedraw', calc_domain);\n\n  pie\n    .width(140)\n    .height(140)\n    .radius(70)\n    .dimension(openDimension)\n    .group(openGroup);\n\n  dc.renderAll();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/brush-ordinal-dynamic.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Brushing on an Ordinal Bar Chart</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<p>This example demonstrates brushing on an ordinal bar chart, by mapping the values to\nintegers and specifying a linear scale. The data is sorted by descending value in one\nfake group, and then another fake group provides the integer/ordinal mapping.</p>\n<div id=\"bar\"></div>\n<div id=\"first-letters\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n  <style>\n  #bar .axis.x .tick text {\n    text-anchor: end;\n    transform: rotate(-60deg) translate(-10px,-12px);\n  }\n  #range.dc-chart .axis {\n    display: none;\n  }\n  #range svg {\n      display: block; /* default inline causes padding? */\n  }\n  </style>\n  <script type=\"text/javascript\">\n    function sort_group(group, sort) {\n        return {\n            all: function() {\n                return group.all().slice().sort(sort);\n            }\n        };\n    }\n\n    // index a group key -> i and i -> key\n    function ordinal_to_linear_group(group, sort) {\n        var _ord2int, _int2ord;\n        return {\n            all: function() {\n                var ret = group.all();\n                _ord2int = {};\n                _int2ord = [];\n                ret.forEach(function(d, i) {\n                    _ord2int[d.key] = i;\n                    _int2ord[i] = d.key;\n                });\n                return ret;\n            },\n            ord2int: function(o) {\n                if(!_ord2int)\n                    this.all();\n                return _ord2int[o];\n            },\n            int2ord: function(i) {\n                if(!_int2ord)\n                    this.all();\n                return _int2ord[i];\n            }\n        };\n    }\n\n    // phrases generated with https://www.fourmilab.ch/javascrypt/pass_phrase.html\n    var bar;\n    d3.json(\"wide-ordinal.json\").then(function(wide) {\n        var short = wide.slice(0, 50);\n\n        // dummy crossfilter taking group data and regrouping it to the same thing\n        var cf = crossfilter(short),\n            dimension = cf.dimension(function(d) {return d.key;}),\n            group = dimension.group().reduceSum(function(d) {return d.value;});\n\n        group = ordinal_to_linear_group(sort_group(group, function(a, b) {\n            return d3.descending(a.value, b.value);\n        }));\n\n        bar = new dc.BarChart('#bar');\n        var linear_domain = [-0.5, short.length - 0.5];\n        bar\n            .width(1000).height(300)\n            .margins({left: 75, top: 0, right: 10, bottom: 140})\n            .x(d3.scaleLinear().domain(linear_domain))\n            .xUnits(dc.units.integers)\n            .keyAccessor(kv => group.ord2int(kv.key))\n            .centerBar(true)\n            .yAxisLabel('counts')\n            .elasticY(true)\n            .brushOn(true)\n            .dimension(dimension)\n            .group(group)\n            .title(kv => kv.key);\n\n        bar.xAxis()\n            .tickValues(d3.range(short.length))\n            .tickFormat(function(d) { return group.int2ord(d); });\n\n        bar.filterHandler(function(dimension, filters) {\n            if(!filters || !filters.length) {\n                dimension.filter(null);\n                return filters;\n            }\n            console.assert(filters.length === 1);\n            console.assert(filters[0].filterType === 'RangedFilter');\n            var inside = group.all().filter(function(kv) {\n                var i = group.ord2int(kv.key);\n                return filters[0][0] <= i && i < filters[0][1];\n            }).map(function(kv) { return kv.key; });\n            dimension.filterFunction(function(d) {\n                return inside.includes(d);\n            });\n            return filters;\n        });\n        bar.on('preRedraw', chart =>  chart.rescale());\n        // display a row chart of first letters, to test filtering\n        var letterDimension = cf.dimension(function(d) {\n            return d.key.split(' ').map(function(s) { return s[0]; });\n        }, true);\n        var letterGroup = letterDimension.group();\n\n        var row = new dc.RowChart('#first-letters');\n        row\n            .width(1000)\n            .height(350)\n            .gap(1)\n            .dimension(letterDimension)\n            .group(letterGroup);\n\n        dc.renderAll();\n\n    });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/brush-ordinal.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Brushing on an Ordinal Bar Chart</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<p>This example demonstrates brushing on an ordinal bar chart, by mapping the values to\nintegers and specifying a linear scale. The data is sorted alphabetically.</p>\n<div id=\"bar\"></div>\n<div id=\"first-letters\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n  <style>\n  #bar .axis.x .tick text {\n    text-anchor: end;\n    transform: rotate(-60deg) translate(-10px,-12px);\n  }\n  #range.dc-chart .axis {\n    display: none;\n  }\n  #range svg {\n      display: block; /* default inline causes padding? */\n  }\n  </style>\n  <script type=\"text/javascript\">\n      // index a key -> i and i -> key\n      class Mapper {\n          constructor (keys) {\n              this._int2ord = [];\n              this._ord2int = {};\n\n              keys.forEach(key => {\n                  if(!this._ord2int.hasOwnProperty(key)) {\n                      this._ord2int[key] = this._int2ord.length;\n                      this._int2ord.push(key);\n                  }\n              });\n          }\n\n          ord2int(ord) {\n              return this._ord2int[ord];\n          }\n\n          int2ord(i) {\n              return this._int2ord[i];\n          }\n\n          length() {\n              return this._int2ord.length;\n          }\n      }\n\n    // phrases generated with https://www.fourmilab.ch/javascrypt/pass_phrase.html\n    var bar;\n    d3.json(\"wide-ordinal.json\").then(function(wide) {\n        var short = wide.slice(0, 50);\n\n        const keys = short.map(d => d.key).sort((a,b) => d3.ascending(a,b));\n        const mappings =  new Mapper(keys);\n\n        // dummy crossfilter taking group data and regrouping it to the same thing\n        var cf = crossfilter(short),\n            dimension = cf.dimension(function(d) {return mappings.ord2int(d.key);}),\n            group = dimension.group().reduceSum(function(d) {return d.value;});\n\n        bar = new dc.BarChart('#bar');\n        var linear_domain = [-0.5, mappings.length() - 0.5];\n        bar\n            .width(1000).height(300)\n            .margins({left: 75, top: 0, right: 10, bottom: 140})\n            .x(d3.scaleLinear().domain(linear_domain))\n            .xUnits(dc.units.integers)\n            .centerBar(true)\n            .yAxisLabel('counts')\n            .elasticY(true)\n            .brushOn(true)\n            .dimension(dimension)\n            .group(group)\n            .title(kv => mappings.int2ord(kv.key)); // Titles would not show with brush on\n\n        bar.xAxis()\n            .tickValues(d3.range(mappings.length()))\n            .tickFormat(function(d) { return mappings.int2ord(d); });\n\n        // display a row chart of first letters, to test filtering\n        var letterDimension = cf.dimension(function(d) {\n            return d.key.split(' ').map(function(s) { return s[0]; });\n        }, true);\n        var letterGroup = letterDimension.group();\n\n        var row = new dc.RowChart('#first-letters');\n        row\n            .width(1000)\n            .height(350)\n            .gap(1)\n            .dimension(letterDimension)\n            .group(letterGroup);\n\n        dc.renderAll();\n    });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/cap-and-sort-differently.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Cap and Sort Differently</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.PieChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  var ndx           = crossfilter(experiments),\n      runDimension  = ndx.dimension(function(d) {\n        return \"run-\"+String.fromCharCode(90 - +d.Run);})\n      speedSumGroup = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run;});\nvar chart = new dc.PieChart(\"#test\");\n\n  chart\n    .width(768)\n    .height(480)\n    .slicesCap(5)\n    .innerRadius(100)\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .legend(dc.legend())\n    // workaround for #703: not enough data is accessible through .label() to display percentages\n    .on('pretransition', function(chart) {\n        chart.selectAll('text.pie-slice').text(function(d) {\n            return d.data.key + ' ' + dc.utils.printSingleValue((d.endAngle - d.startAngle) / (2*Math.PI) * 100) + '%';\n        })\n    });\n\n  chart.data(function(group) {\n    var items = group.all(), rest;\n    items = chart._computeOrderedGroups(items); // sort by baseMixin.ordering\n\n    if (chart.cap()) {\n      if (chart.takeFront()) {\n        rest = items.slice(chart.cap());\n        items = items.slice(0, chart.cap());\n      } else {\n        var start = Math.max(0, items.length - chart.cap());\n        rest = items.slice(0, start);\n        items = items.slice(start);\n      }\n    }\n    items.sort((a,b) => d3.ascending(a.key, b.key));\n    if (chart.othersGrouper()) {\n      return chart.othersGrouper()(items, rest);\n    }\n    return items;\n\n  })\n\n  chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/cat.tsv",
    "content": "file\tsize\ttype\npics/cats/pixel/jumping.jpg\t25000\tjpg\npics/all/wedding/aftermath/wife.jpg\t12000\tjpg\npics/others/child.mov\t14000\tmov\npics/wellington.jpg\t18000\tjpg\npics/park.jpg\t1200\tjpg\nmusic/hiphop/chap/mr b/likeachap.mp3\t25000\tmp3\nnew/movie.mov\t14000\tmov\ncode/project/current/dc3.zip\t12000\tzip\nmail.zip\t20000\tzip"
  },
  {
    "path": "web-src/examples/cbox-menu.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Checkbox Menu Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n  <p>A meaningless example of multiple cboxMenus on some random data...</p>\n  <div id=\"cbox1\">\n    <div>\n      <a class='reset'\n         href='javascript:cbox1.filterAll();dc.redrawAll();'\n         style='visibility: hidden;'>reset</a>\n    </div>\n  </div>\n  <div id=\"cbox2\">\n    <div>\n      <a class='reset'\n         href='javascript:cbox2.filterAll();dc.redrawAll();'\n         style='visibility: hidden;'>reset</a>\n    </div>\n  </div>\n  <div id=\"cbox3\">\n    <div>\n      <a class='reset'\n         href='javascript:cbox3.filterAll();dc.redrawAll();'\n         style='visibility: hidden;'>reset</a>\n    </div>\n  </div>\n<div style=\"clear: both\"></div>\n<div id=\"datatable\"></div>\n\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n\n<style type=\"text/css\">\n  .dc-chart th {\n    text-align: left\n  }\n  .dc-chart th,.dc-chart td {\n      padding-left: 10px;\n  }\n  .dc-chart tr.dc-table-group td {\n      padding-top: 4px;\n      border-bottom: 1px solid black;\n  }\n  .dc-chart li {\n      width: 15rem;\n  }\n  .dc-cbox-group {\n    list-style-type: none;\n    margin-left: 0;\n  }\n  .dc-cbox-group label {\n    display: inline-block;\n  }\n  .dc-cbox-group input[type=checkbox], .dc-cbox-group input[type=radio] {\n    margin: 0 5px 5px 5px;\n  }\n\n</style>\n\n<script type=\"text/javascript\">\n\n    var cbox1 = new dc.CboxMenu('#cbox1'),\n        cbox2 = new dc.CboxMenu('#cbox2'),\n        cbox3 = new dc.CboxMenu('#cbox3'),\n        datatable = new dc.DataTable('#datatable');\n\n    // create a bunch of crosslinked categorical data\n\n    var letters = [];\n    for (var i = 0; i < 26; ++i)\n        letters.push(String.fromCharCode(i + 65));\n\n    var colors = ['AliceBlue', 'AntiqueWhite', 'Aqua', 'Aquamarine', 'Azure', 'Beige', 'Bisque', 'Black',\n        'BlanchedAlmond', 'Blue', 'BlueViolet', 'Brown', 'BurlyWood', 'CadetBlue', 'Chartreuse', 'Chocolate',\n        'Coral', 'CornflowerBlue', 'Cornsilk', 'Crimson', 'Cyan', 'DarkBlue', 'DarkCyan', 'DarkGoldenRod',\n        'DarkGray', 'DarkGrey', 'DarkGreen', 'DarkKhaki', 'DarkMagenta', 'DarkOliveGreen', 'Darkorange',\n        'DarkOrchid', 'DarkRed', 'DarkSalmon', 'DarkSeaGreen', 'DarkSlateBlue', 'DarkSlateGray', 'DarkSlateGrey',\n        'DarkTurquoise', 'DarkViolet', 'DeepPink', 'DeepSkyBlue', 'DimGray', 'DimGrey', 'DodgerBlue', 'FireBrick',\n        'FloralWhite', 'ForestGreen', 'Fuchsia', 'Gainsboro', 'GhostWhite', 'Gold', 'GoldenRod', 'Gray', 'Grey',\n        'Green', 'GreenYellow', 'HoneyDew', 'HotPink', 'IndianRed', 'Indigo', 'Ivory', 'Khaki', 'Lavender',\n        'LavenderBlush', 'LawnGreen', 'LemonChiffon', 'LightBlue', 'LightCoral', 'LightCyan', 'LightGoldenRodYellow',\n        'LightGray', 'LightGrey', 'LightGreen', 'LightPink', 'LightSalmon', 'LightSeaGreen', 'LightSkyBlue',\n        'LightSlateGray', 'LightSlateGrey', 'LightSteelBlue', 'LightYellow', 'Lime', 'LimeGreen', 'Linen', 'Magenta',\n        'Maroon', 'MediumAquaMarine', 'MediumBlue', 'MediumOrchid', 'MediumPurple', 'MediumSeaGreen',\n        'MediumSlateBlue', 'MediumSpringGreen', 'MediumTurquoise', 'MediumVioletRed', 'MidnightBlue',\n        'MintCream', 'MistyRose', 'Moccasin', 'NavajoWhite', 'Navy', 'OldLace', 'Olive', 'OliveDrab', 'Orange',\n        'OrangeRed', 'Orchid', 'PaleGoldenRod', 'PaleGreen', 'PaleTurquoise', 'PaleVioletRed', 'PapayaWhip',\n        'PeachPuff', 'Peru', 'Pink', 'Plum', 'PowderBlue', 'Purple', 'Red', 'RosyBrown', 'RoyalBlue', 'SaddleBrown',\n        'Salmon', 'SandyBrown', 'SeaGreen', 'SeaShell', 'Sienna', 'Silver', 'SkyBlue', 'SlateBlue', 'SlateGray',\n        'SlateGrey', 'Snow', 'SpringGreen', 'SteelBlue', 'Tan', 'Teal', 'Thistle', 'Tomato', 'Turquoise', 'Violet',\n        'Wheat', 'White', 'WhiteSmoke', 'Yellow', 'YellowGreen'];\n\n    var states = ['AK', 'AL', 'AR', 'AZ', 'CA', 'CO', 'CT', 'DC', 'DE', 'FL', 'GA', 'GU', 'HI', 'IA', 'ID', 'IL', 'IN',\n        'KS', 'KY', 'LA', 'MA', 'MD', 'ME', 'MH', 'MI', 'MN', 'MO', 'MS', 'MT', 'NC', 'ND', 'NE', 'NH', 'NJ', 'NM',\n        'NV', 'NY', 'OH', 'OK', 'OR', 'PA', 'PR', 'PW', 'RI', 'SC', 'SD', 'TN', 'TX', 'UT', 'VA', 'VI', 'VT', 'WA',\n        'WI', 'WV', 'WY'];\n\n    var data = [], SIZE = 500;\n\n    function rnd (a) {\n        return a[Math.floor(Math.random() * a.length)];\n    }\n\n    for (i = 0; i < SIZE; ++i)\n        data.push({letter: rnd(letters), color: rnd(colors), state: rnd(states)});\n\n    var ndx = crossfilter(data),\n        letterDimension = ndx.dimension(function (d) {\n            return d.letter;\n        }),\n        colorDimension = ndx.dimension(function (d) {\n            return d.color;\n        }),\n        stateDimension = ndx.dimension(function (d) {\n            return d.state;\n        }),\n        letterDimension2 = ndx.dimension(function (d) {\n            return d.letter;\n        });\n\n\n    cbox1\n        .dimension(letterDimension)\n        .group(letterDimension.group())\n        .controlsUseVisibility(true);\n    cbox2\n        .dimension(colorDimension)\n        .group(colorDimension.group())\n        .multiple(true)\n        //    .numberVisible(10)\n        .controlsUseVisibility(true);\n    cbox3.dimension(stateDimension)\n        .group(stateDimension.group())\n        .multiple(true)\n        //    .numberVisible(10)\n        .controlsUseVisibility(true);\n\n    datatable\n        .dimension(letterDimension2)\n        .section(function (d) {\n            return d.letter;\n        })\n        .columns(['color', 'state'])\n        .size(data.length);\n\n    dc.renderAll();\n\n</script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/click-limit-on-histogram.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Click a limit on a histogram</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.LineChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  var x_vert;\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([0,20]))\n    .renderArea(true)\n    .brushOn(false)\n    .renderDataPoints(true)\n    .clipPadding(10)\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .on('pretransition', function(chart) {\n        chart.svg().on('click', function(event) {\n            var bound = chart.root().node().getBoundingClientRect();\n            x_vert = chart.x().invert(event.clientX - bound.left - chart.margins().left);\n            console.log('clicked', x_vert);\n            chart.redraw();\n        });\n\n        // draw a line if x_vert is set\n        var extra_data = x_vert !== undefined ? [\n            {x: chart.x()(x_vert) + chart.margins().left, y: chart.margins().top},\n            {x: chart.x()(x_vert) + chart.margins().left, y: chart.margins().top + chart.effectiveHeight()}\n        ] : [];\n        var line = d3.line()\n            .x(function(d) { return d.x; })\n            .y(function(d) { return d.y; })\n            .curve(d3.curveLinear);\n        var chartBody = chart.select('g');\n        var path = chartBody.selectAll('path.extra').data([extra_data]);\n        path = path.enter()\n                .append('path')\n                .attr('class', 'extra')\n                .attr('stroke', 'red')\n                .attr('id', 'oeLine')\n                .attr(\"stroke-width\", 1)\n                .style(\"stroke-dasharray\", (\"10,3\"))\n            .merge(path);\n        path.attr('d', line);\n    });\n\n  chart.render();\n\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/color-swatch.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Color Swatch Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<p style=\"clear:left\">Example of creating a simple external chart and attaching it to the dc.js\nchart registry.</p>\n\n<p>The color swatch widget is not supposed to be useful, just the most minimal example. It watches a\ngroupAll value and maps it to a color using a color scale.</p>\n\n<div id=\"swatch\"></div>\n<div id=\"bar\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n  class ColorSwatch {\n      constructor(parent, group) {\n          this._groupAll = null;\n          this._colors = null;\n          this._width = this._height = 200;\n          this._duration = 500;\n          this._root = d3.select(parent);\n          dc.registerChart(this, group);\n          this._rect = null;\n      }\n\n      // initialization functions for user\n\n      groupAll(groupAll) {\n          if(!arguments.length)\n              return this._groupAll;\n          this._groupAll = groupAll;\n          return this;\n      }\n\n      colors(colors) {\n          if(!arguments.length)\n              return this._colors;\n          this._colors = colors;\n          return this;\n      }\n\n      // interface for dc.js chart registry\n\n      render() {\n          const width = 200, height = 200;\n          let svg = this._root.selectAll('svg')\n              .data([0])\n              .join('svg')\n              .attr('width', width)\n              .attr('height', width);\n          this._rect = svg.selectAll('rect.swatch')\n              .data([0])\n              .join('rect')\n              .attr('class', 'swatch')\n              .attr('width', width)\n              .attr('height', width);\n          this.redraw();\n      }\n\n      redraw() {\n          this._rect.transition()\n              .duration(this._duration)\n              .attr('fill', this._colors(this._groupAll.value()));\n      }\n  }\n  var swatch = new ColorSwatch('#swatch'), bar = new dc.BarChart(\"#bar\")\n  d3.csv(\"morley.csv\").then(function(experiments) {\n\n      experiments.forEach(function(x) {\n          x.Speed = +x.Speed;\n      });\n\n      const cf = crossfilter(experiments),\n            groupAllSpeed = cf.groupAll().reduceSum(d => d.Speed);\n\n      swatch\n          .groupAll(groupAllSpeed)\n          .colors(d3.scaleSequential([0, groupAllSpeed.value()], d3.interpolateRdYlGn))\n      const runDimension        = cf.dimension(function(d) {return +d.Run;}),\n            speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n      bar\n          .width(768)\n          .height(480)\n          .x(d3.scaleLinear().domain([6,20]))\n          .dimension(runDimension)\n          .group(speedSumGroup)\n          .renderLabel(true);\n\n      dc.renderAll();\n  });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/compare-unfiltered.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Comparing Against Unfiltered Data</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      #data-count {\n        margin-top: 0;\n        text-align: left;\n        float: none;\n      }\n\n      table {\n        table-layout: fixed;\n      }\n\n      td {\n        width: 1%;\n      }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n  <script type=\"text/javascript\" src=\"header.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n\n  <div class=\"row\">\n    <h2>Comparing filtered data against unfiltered</h2>\n    <p>by copying the initial group values into a fake group, and displaying them in a composite bar chart.</p>\n    <p>See <a href=\"https://stackoverflow.com/questions/55066391/display-original-conditional-brushed-unbrushed-crossfilter-bars-with-dc-js-wit\">this Stack Overflow answer</a> for a description of the technique. (<a href=\"https://stackoverflow.com/questions/58304325/unfiltered-data-on-off\">This answer</a> describes the toggling logic.)</p>\n    <div class=\"col-md-3 well well-sm\">\n      <div class=\"dc-data-count\" id=\"data-count\">\n        <label style=\"display: inline-block\"><input type=\"checkbox\" id=\"unfiltered\" name=\"unfiltered\" checked>&nbsp;Show Unfiltered</label> |\n        <span class=\"filter-count\"></span>\n        selected out of\n        <span class=\"total-count\"></span>\n        points |\n        <a href=\"javascript:dc.filterAll(); dc.redrawAll();\">Reset All</a>\n      </div>\n    </div>\n  </div>\n  <!-- First row of charts -->\n  <div class=\"row\">\n    <div class=\"span4\">\n      <div id=\"chart-11\" style=\"width:100%;\">\n        <h5 class=\"chart-title\"></h5>\n        <div class=\"reset\" style=\"visibility: hidden;\">range: <span class=\"filter\"></span>\n          <a href=\"javascript:charts[0].filterAll();dc.redrawAll();\">reset</a>\n        </div>\n      </div>\n    </div>\n    <div class=\"span4\">\n      <div id=\"chart-12\" style=\"width:100%;\">\n        <h5 class=\"chart-title\"></h5>\n        <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n          <a href=\"javascript:charts[1].filterAll();dc.redrawAll();\">reset</a>\n        </div>\n      </div>\n    </div>\n    <div class=\"span4\">\n      <div id=\"chart-13\" style=\"width:100%;\">\n        <h5 class=\"chart-title\"></h5>\n        <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n          <a href=\"javascript:charts[2].filterAll();dc.redrawAll();\">reset</a>\n        </div>\n      </div>\n    </div>\n  </div>\n\n  <!-- Second row of chart -->\n  <div class=\"row\">\n    <div class=\"span4\">\n      <div id=\"chart-21\" style=\"width:100%;\">\n        <h5 class=\"chart-title\"></h5>\n        <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n          <a href=\"javascript:charts[3].filterAll();dc.redrawAll();\">reset</a>\n        </div>\n      </div>\n    </div>\n    <div class=\"span4\">\n      <div id=\"chart-22\" style=\"width:100%;\">\n        <h5 class=\"chart-title\"></h5>\n        <div class=\"reset\" style=\"visibility: hidden;\">range: <span class=\"filter\"></span>\n          <a href=\"javascript:charts[4].filterAll();dc.redrawAll();\">reset</a>\n        </div>\n      </div>\n    </div>\n    <div class=\"span4\">\n      <div id=\"chart-23\"style=\"width:100%;\">\n        <h5 class=\"chart-title\"></h5>\n        <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n          <a href=\"javascript:charts[5].filterAll();dc.redrawAll();\">reset</a>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n\n<script type=\"text/javascript\">\n\n  dc.config.defaultColors(d3.schemeSet1);\n\n  var data_count = new dc.DataCount('.dc-data-count');\n\n  function static_copy_group(group) {\n      var all = group.all().map(kv => ({key: kv.key, value: kv.value}));\n      return {\n          all: function() {\n              return all;\n          }\n      }\n  }\n\n  var chart_specs = [\n      {\n          variable: 'x',\n          selector: '#chart-11',\n          resolution: 10\n      },\n      {\n          variable: 'y',\n          selector: '#chart-12',\n          resolution: 10\n      },\n      {\n          variable: 'z',\n          selector: '#chart-13',\n          resolution: 500\n      },\n      {\n          variable: 'a',\n          selector: '#chart-21',\n          resolution: 100\n      },\n      {\n          variable: 'b',\n          selector: '#chart-22',\n          resolution: 20\n      },\n      {\n          variable: 'c',\n          selector: '#chart-23',\n          resolution: 1000\n      }\n  ];\n\n  var charts;\n\n  d3.csv('six-dim.csv').then(function(data) {\n      data.forEach(function(d) {\n          chart_specs.forEach(function(spec) {\n              d[spec.variable] = +d[spec.variable];\n          });\n      });\n\n      var cf = crossfilter(data),\n          all = cf.groupAll();\n\n      data_count.crossfilter(cf)\n          .groupAll(all);\n\n      charts = chart_specs.map(function(spec) {\n          return new dc.CompositeChart(spec.selector);\n      });\n\n      var breathing_room = 0.05;\n      var show_unfiltered = true;\n\n      chart_specs.forEach(function(spec, i) {\n          d3.select(spec.selector).select('h5.chart-title').text(spec.variable);\n\n          var dim = cf.dimension(function(d) { return d[spec.variable]; }),\n              group = dim.group(function(d) {\n                  return Math.floor(d / spec.resolution) * spec.resolution;\n              }).reduceCount(),\n              static_group = static_copy_group(group);\n\n          charts[i]\n              .compose([\n                  new dc.BarChart(charts[i])\n                      .dimension(dim)\n                      .group(static_group)\n                      .colors('#ccc') // same as .deselected\n                      .controlsUseVisibility(true),\n                  new dc.BarChart(charts[i])\n                      .dimension(dim)\n                      .group(group)\n                      .controlsUseVisibility(true)\n                      .brushOn(false)\n              ]);\n\n          var min = dim.bottom(1)[0][spec.variable],\n              max = dim.top(1)[0][spec.variable];\n\n          charts[i]\n              .dimension(dim)\n              .group(group)\n              .round(Math.floor)\n              .x(d3.scaleLinear().domain([min - ((max - min) * breathing_room), max + ((max - min) * breathing_room)]))\n              .xUnits(function(start, end, xDomain) { return (end - start) / spec.resolution; })\n              .controlsUseVisibility(true);\n      });\n\n      function ydomain_from_child1(chart) {\n          chart.y().domain([0, chart.children()[1].yAxisMax()]);\n          chart.resizing(true);\n      }\n      // hide/unhide the unfiltered layer after any render/redraw\n      charts.forEach(\n          chart => chart.on(\n              'pretransition.hide-unfiltered',\n              chart => chart.select('.sub._0').attr('visibility', show_unfiltered ? 'visible' : 'hidden')\n          ));\n      d3.select('#unfiltered').on('change', function() {\n          show_unfiltered = this.checked;\n          charts.forEach(chart => {\n              chart.elasticY(show_unfiltered);\n              if(!show_unfiltered) {\n                  ydomain_from_child1(chart);\n                  chart.children()[1].colors(d3.schemeCategory10);\n                  chart.on('preRedraw.hide-unfiltered', ydomain_from_child1);\n                  chart.on('preRender.hide-unfiltered', ydomain_from_child1);\n              }\n              else {\n                  chart.on('preRedraw.hide-unfiltered', null);\n                  chart.on('preRender.hide-unfiltered', null);\n              }\n         })\n          dc.redrawAll();\n      });\n\n      dc.renderAll();\n  });\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/complex-reduce.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Complex Reductions Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <style>\n      label {\n          display: inline;\n          padding-left: 1em;\n      }\n      label input {\n          vertical-align: top;\n      }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n\n<script type=\"text/javascript\" src=\"header.js\"></script>\n  <p>Frequently asked question: how to show the minimum/maximum of some value in the rows?</p>\n\n  <p>Some kinds of reductions require the entire set of values at every step: median, mode, minimum,\n  maximum. (The mean just needs a running sum.)</p>\n\n  <p>This example shows how to keep the set of values.</p>\n\n  <div id=\"select-operation\">\n    <label><input type=radio name=\"operation\" value=\"median\" checked=\"true\">&nbsp;median</label>\n    <label><input type=radio name=\"operation\" value=\"mode\">&nbsp;mode</label>\n    <label><input type=radio name=\"operation\" value=\"min\">&nbsp;min</label>\n    <label><input type=radio name=\"operation\" value=\"max\">&nbsp;max</label>\n  </div>\n  <div id=\"test-run\">\n    <h4>Run</h4>\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:runChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n  <div id=\"test-expt\">\n    <h4>Experiment</h4>\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:exptChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n  // reduction functions that keep a sorted array of rows. the rows must either have a unique key,\n  // or it must not matter if the same row is removed as was added previously\n\n  // instead of calculating the desired metric on every change, which is slow, we'll just maintain\n  // these arrays of rows and calculate the metrics when needed in the accessor\n  function groupArrayAdd(keyfn) {\n      var bisect = d3.bisector(keyfn);\n      return function(elements, item) {\n          var pos = bisect.right(elements, keyfn(item));\n          elements.splice(pos, 0, item);\n          return elements;\n      };\n  }\n\n  function groupArrayRemove(keyfn) {\n      var bisect = d3.bisector(keyfn);\n      return function(elements, item) {\n          var pos = bisect.left(elements, keyfn(item));\n          if(keyfn(elements[pos])===keyfn(item))\n              elements.splice(pos, 1);\n          return elements;\n      };\n  }\n\n  function groupArrayInit() {\n      return [];\n  }\n\n  // adapted from Code Review: Finding the mode of an array\n  // http://codereview.stackexchange.com/a/68431/108362\n  var mode = function mode(arr, acc) {\n      return arr.reduce(function(current, item) {\n          item = acc(item);\n          var val = current.numMapping[item] = (current.numMapping[item] || 0) + 1;\n          if (val > current.greatestFreq) {\n              current.greatestFreq = val;\n              current.mode = item;\n          }\n          return current;\n      }, {mode: null, greatestFreq: -Infinity, numMapping: {}}, arr).mode;\n  };\n\n  var runChart = new dc.BarChart(\"#test-run\"), exptChart = new dc.BarChart(\"#test-expt\");\n  d3.csv(\"morley.csv\").then(function(experiments) {\n      experiments.forEach(function(x) {\n          x.Speed = +x.Speed;\n      });\n\n      var ndx = crossfilter(experiments),\n          runKey = function(d) {return +d.Run;},\n          exptKey = function(d) {return +d.Expt;},\n          speedValue = function(d) {return d.Speed;},\n          runDimension = ndx.dimension(runKey),\n          exptDimension = ndx.dimension(exptKey),\n          runAvgGroup = runDimension.group().reduce(groupArrayAdd(exptKey), groupArrayRemove(exptKey), groupArrayInit),\n          exptAvgGroup = exptDimension.group().reduce(groupArrayAdd(runKey), groupArrayRemove(runKey), groupArrayInit);\n\n      function medianSpeed(kv) {\n          return d3.median(kv.value, speedValue);\n      }\n      function modeSpeed(kv) {\n          return mode(kv.value, speedValue);\n      }\n      function minSpeed(kv) {\n          return d3.min(kv.value, speedValue);\n      }\n      function maxSpeed(kv) {\n          return d3.max(kv.value, speedValue);\n      }\n      var accessors = {\n          median: medianSpeed,\n          mode: modeSpeed,\n          min: minSpeed,\n          max: maxSpeed\n      };\n\n      d3.selectAll('#select-operation input')\n          .on('click', function() {\n              runChart.valueAccessor(accessors[this.value]);\n              exptChart.valueAccessor(accessors[this.value]);\n              dc.redrawAll();\n          });\n\n      runChart\n          .width(400)\n          .height(300)\n          .x(d3.scaleBand())\n          .xUnits(dc.units.ordinal)\n          .valueAccessor(medianSpeed)\n          .elasticY(true)\n          .brushOn(true)\n          .controlsUseVisibility(true)\n          .dimension(runDimension)\n          .group(runAvgGroup);\n\n      exptChart\n          .width(400)\n          .height(300)\n          .x(d3.scaleBand())\n          .xUnits(dc.units.ordinal)\n          .valueAccessor(medianSpeed)\n          .elasticY(true)\n          .brushOn(true)\n          .controlsUseVisibility(true)\n          .dimension(exptDimension)\n          .group(exptAvgGroup);\n\n      runChart.margins().left = exptChart.margins().left = 35;\n\n      dc.renderAll();\n  });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/composite-bar-line.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Composite of a Bar and a Line Chart</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      circle.dot {\n      fill-opacity: 1 !important;\n      }\n</style>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test_composed\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n//  var composite = dc.compositeChart(\"#test_composed\");\nvar composite = new dc.CompositeChart(d3.select('div.container').append('div'));\n\nPromise.all([d3.csv(\"morley.csv\"), d3.csv(\"morley2.csv\")]).then(function(results) {\n    var exp1 = results[0],\n        exp2 = results[1];\n\n    var ndx = crossfilter();\n    ndx.add(exp1.map(function(d) {\n        return {x: +d.Run, y2:0, y1: 20 - d.Speed * d.Run / 1000};\n    }));\n    ndx.add(exp2.map(function(d) {\n        return {x: +d.Run, y1:0, y2: d.Speed * d.Run / 1000};\n    }));\n\n    var dim  = ndx.dimension(dc.pluck('x')),\n        grp1 = dim.group().reduceSum(dc.pluck('y1')),\n        grp2 = dim.group().reduceSum(dc.pluck('y2'));\n\n    composite\n        .width(768)\n        .height(480)\n        .x(d3.scaleLinear()).xAxisPadding(0.5).elasticX(true)\n        .yAxisLabel(\"The Y Axis\")\n        .legend(dc.legend().x(80).y(20).itemHeight(13).gap(5))\n        .renderHorizontalGridLines(true)\n        .compose([\n            new dc.BarChart(composite)\n                .dimension(dim)\n                .colors('blue')\n                .group(grp2, \"Bars\")\n                .centerBar(true),\n            new dc.LineChart(composite)\n                .dimension(dim)\n                .colors('red')\n                .group(grp1, \"Dots\")\n                .dashStyle([2,2])\n            ])\n        .brushOn(false)\n        .render();\n\n});\n</script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/composite-brush-multi-dim.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <title>dc.js - Composite Chart Brushing Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n  <p>Usually sub charts of a composite chart share the dimension of the parent.\n    However sometimes, especially when scatter plots are composed, the sub charts may\n    use different dimensions. This example uses two scatter plots both using array dimensions.\n    Typically scatter plots use two dimensional brushing (see <a href=\"scatter-brushing.html\">scatter brushing</a>);\n    however, composite charts only support one dimensional brushing along the x axis.</p>\n  <p>Try brushing on the chart and see data getting filtered in the table on the right.</p>\n  <p>Notice that unlike in other charts, brushing removes points outside range of the brush\n    instead of just fading them.\n    This is because the composite chart uses three different dimensions for the child charts,\n    so each observes the filter applied to the others.</p>\n  <div id=\"test1\"></div>\n  <div id=\"test2\" class=\"table table-hover\" style=\"width:auto\"></div>\n\n  <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n  <script type=\"text/javascript\">\n\nvar chart = new dc.CompositeChart(\"#test1\");\nvar dataTable = new dc.DataTable(\"#test2\");\n\nvar data = [\n    {x: 1, y: 1, z: 3},\n    {x: 5, y: 2, z: 11},\n    {x: 13, y: 13, z: 14},\n    {x: 5, y: 3, z: 20},\n    {x: 12, y: 12, z: 10},\n    {x: 3, y: 6, z: 8},\n    {x: 15, y: 2, z: 9},\n    {x: 8, y: 6, z: 14},\n    {x: 1, y: 4, z: 9},\n    {x: 8, y: 8, z: 12}\n];\n\nvar ndx = crossfilter(data),\n    dimXY = ndx.dimension(function (d) {\n        return [d.x, d.y];\n    }),\n    groupXY = dimXY.group(),\n    dimXZ = ndx.dimension(function (d) {\n        return [d.x, d.z];\n    }),\n    groupXZ = dimXZ.group(),\n    dimX = ndx.dimension(function (d) {\n        return d.x;\n    }),\n    groupX = dimX.group();\n\nchart.width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([0, 16]))\n    .yAxisLabel(\"y\")\n    .xAxisLabel(\"x\")\n    .clipPadding(10)\n    .dimension(dimXY)\n    .group(groupXY)\n    .compose([\n        new dc.ScatterPlot(chart)\n            .symbol(d3.symbolStar)\n            .ordinalColors(['red'])\n            .symbolSize(8)\n            .excludedOpacity(0.5),\n        new dc.ScatterPlot(chart)\n            .dimension(dimXZ)\n            .group(groupXZ)\n            .symbol(d3.symbolSquare)\n            .ordinalColors(['green'])\n            .symbolSize(8)\n            .excludedOpacity(0.5),\n        new dc.BarChart(chart)\n            .dimension(dimX)\n            .group(groupX)\n            .valueAccessor(function (d) { return d.value * 3; })\n            .ordinalColors(['#e7e4ff'])\n            .barPadding(8)\n    ]);\n\ndataTable\n    .dimension(dimX)\n    .section(function (d) { return d.x; })\n    .columns(['x', 'y', 'z'])\n    .on('renderlet', function (table) {\n        table.selectAll('.dc-table-group').classed('info', true);\n    });\n\ndc.renderAll();\n\n  </script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/composite.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Composite Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test_composed\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar composite = new dc.CompositeChart(\"#test_composed\");\n\nPromise.all([d3.csv(\"morley.csv\"), d3.csv(\"morley2.csv\")]).then(function(results) {\n    var exp1 = results[0],\n        exp2 = results[1];\n\n    var ndx = crossfilter();\n    ndx.add(exp1.map(function(d) {\n        return {x: +d.Run, y2:0, y1: d.Speed * d.Run / 1000};\n    }));\n    ndx.add(exp2.map(function(d) {\n        return {x: +d.Run, y1:0, y2: d.Speed * d.Run / 1000};\n    }));\n\n    var dim  = ndx.dimension(dc.pluck('x')),\n        grp1 = dim.group().reduceSum(dc.pluck('y1')),\n        grp2 = dim.group().reduceSum(dc.pluck('y2'));\n\n    composite\n        .width(768)\n        .height(480)\n        .x(d3.scaleLinear().domain([0,20]))\n        .yAxisLabel(\"The Y Axis\")\n        .legend(dc.legend().x(80).y(20).itemHeight(13).gap(5))\n        .renderHorizontalGridLines(true)\n        .compose([\n            new dc.LineChart(composite)\n                .dimension(dim)\n                .colors('red')\n                .group(grp1, \"Top Line\")\n                .dashStyle([2,2]),\n            new dc.LineChart(composite)\n                .dimension(dim)\n                .colors('blue')\n                .group(grp2, \"Bottom Line\")\n                .dashStyle([5,5])\n            ])\n        .brushOn(false)\n        .render();\n\n});\n</script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/download-table.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Downloading Data Table Contents</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <style>\n      #table td {\n        padding-left: 10px;\n      }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n  <div id=\"chart-ring-year\" style=\"width:300px; height:330px\">\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:yearRingChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n  <div id=\"chart-hist-spend\" style=\"width:300px; height:330px\">\n    <div class=\"reset\" style=\"visibility: hidden;\">range: <span class=\"filter\"></span>\n      <a href=\"javascript:spendHistChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n  <div id=\"chart-row-spenders\">\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:spenderRowChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n  <!-- not sure why all these styles necessary, not the point of this -->\n  <div style=\"clear: both; margin: 30px; float: left\">\n    <div id=\"table\"></div>\n    <div id=\"download-type\" style=\"clear: both; float: left\">\n      <div><label><input type=radio name=\"operation\" value=\"raw\" checked=\"true\">&nbsp;all data</label></div>\n      <div><label><input type=radio name=\"operation\" value=\"table\">&nbsp;table data</label></div>\n    </div>\n    <div style=\"float: left\">\n      <button class=\"btn\" id=\"download\">download</button>\n    </div>\n  </div>\n\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"../js/FileSaver.js\"></script>\n<script type=\"text/javascript\">\n\nvar yearRingChart   = new dc.PieChart(\"#chart-ring-year\"),\n    spendHistChart  = new dc.BarChart(\"#chart-hist-spend\"),\n    spenderRowChart = new dc.RowChart(\"#chart-row-spenders\");\n\nvar table = new dc.DataTable('#table');\n\n// use static or load via d3.csv(\"spendData.csv\").then(function(spendData) {/* do stuff */});\nvar spendData = [\n    {Name: 'Mr A', Spent: '$40', Year: 2011},\n    {Name: 'Mr B', Spent: '$10', Year: 2011},\n    {Name: 'Mr C', Spent: '$40', Year: 2011},\n    {Name: 'Mr A', Spent: '$70', Year: 2012},\n    {Name: 'Mr B', Spent: '$20', Year: 2012},\n    {Name: 'Mr B', Spent: '$50', Year: 2013},\n    {Name: 'Mr C', Spent: '$30', Year: 2013}\n];\n\n// normalize/parse data\nspendData.forEach(function(d) {\n    d.Spent = d.Spent.match(/\\d+/)[0];\n});\n\n// set crossfilter\nvar ndx = crossfilter(spendData),\n    yearDim  = ndx.dimension(function(d) {return +d.Year;}),\n    spendDim = ndx.dimension(function(d) {return Math.floor(d.Spent/10);}),\n    nameDim  = ndx.dimension(function(d) {return d.Name;}),\n    spendPerYear = yearDim.group().reduceSum(function(d) {return +d.Spent;}),\n    spendPerName = nameDim.group().reduceSum(function(d) {return +d.Spent;}),\n    spendHist    = spendDim.group().reduceCount();\n\n  yearRingChart\n    .width(300)\n    .height(300)\n    .dimension(yearDim)\n    .group(spendPerYear)\n    .innerRadius(50)\n    .controlsUseVisibility(true);\n\n  spendHistChart\n    .dimension(spendDim)\n    .group(spendHist)\n    .x(d3.scaleLinear().domain([0,10]))\n    .elasticY(true)\n    .controlsUseVisibility(true);\n\nspendHistChart.xAxis().tickFormat(function(d) {return d*10}); // convert back to base unit\nspendHistChart.yAxis().ticks(2);\n\nspenderRowChart\n    .dimension(nameDim)\n    .group(spendPerName)\n    .elasticX(true)\n    .controlsUseVisibility(true);\n\nvar allDollars = ndx.groupAll().reduceSum(function(d) { return +d.Spent; });\n\ntable\n    .dimension(spendDim)\n    .sortBy(function(d) { return +d.Spent; })\n    .showSections(false)\n    .columns(['Name',\n              {\n                  label: 'Spent',\n                  format: function(d) {\n                      return '$' + d.Spent;\n                  }\n              },\n              'Year',\n              {\n                  label: 'Percent of Total',\n                  format: function(d) {\n                      return Math.floor((d.Spent / allDollars.value()) * 100) + '%';\n                  }\n              }]);\n\nd3.select('#download')\n    .on('click', function() {\n        var data = nameDim.top(Infinity);\n        if(d3.select('#download-type input:checked').node().value==='table') {\n            data = data.sort(function(a, b) {\n                return table.order()(table.sortBy()(a), table.sortBy()(b));\n            });\n            data = data.map(function(d) {\n                var row = {};\n                table.columns().forEach(function(c) {\n                    row[table._doColumnHeaderFormat(c)] = table._doColumnValueFormat(c, d);\n                });\n                return row;\n            });\n        }\n        var blob = new Blob([d3.csvFormat(data)], {type: \"text/csv;charset=utf-8\"});\n        saveAs(blob, 'data.csv');\n    });\n\ndc.renderAll();\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/filter-stacks.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Filtering a Stacked Chart</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <style>\n      .dc-chart g.chart-body {\n          clip-path: none;\n      }\n      .dc-chart rect.stack-deselected {\n          opacity: 0.2;\n      }\n    </style>\n  </head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n  <div id=\"test\">\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:chart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n  <div id=\"pie\">\n    <div class=\"reset\" style=\"visibility: hidden;\">range: <span class=\"filter\"></span>\n      <a href=\"javascript:pie.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.BarChart(\"#test\"),\n          pie = new dc.PieChart('#pie');\n      d3.csv(\"morley.csv\").then(function(experiments) {\n\n          experiments.forEach(function(x) {\n              x.Speed = +x.Speed;\n          });\n\n          // the way to combine multiple keys into one is domain-specific (and controversial)\n          // array keys are risky but also valid sometimes, that would be\n          // function multikey(x,y) {\n          //     return [x,y];\n          // }\n          // function splitkey(k) {\n          //     return k;\n          // }\n          function multikey(x,y) {\n              return x + 'x' + y;\n          }\n          function splitkey(k) {\n              return k.split('x');\n          }\n          function stack_second(group) {\n              return {\n                  all: function() {\n                      var all = group.all(),\n                          m = {};\n                      // build matrix from multikey/value pairs\n                      all.forEach(function(kv) {\n                          var ks = splitkey(kv.key);\n                          m[ks[0]] = m[ks[0]] || {};\n                          m[ks[0]][ks[1]] = kv.value;\n                      });\n                      // then produce multivalue key/value pairs\n                      return Object.keys(m).map(function(k) {\n                          return {key: k, value: m[k]};\n                      });\n                  }\n              };\n          }\n\n          var ndx = crossfilter(experiments),\n              runExptDim = ndx.dimension(function(d) { return multikey(d.Run, d.Expt); }),\n              runExptGroup = runExptDim.group().reduceSum(function(d) {\n                  return d.Speed;\n              }),\n              stackedGroup = stack_second(runExptGroup);\n          var quantizeSpeed = d3.scaleQuantize().domain(d3.extent(experiments, function(d) {\n              return d.Speed;\n          })).range(['lowest', 'low', 'medium', 'high', 'highest']);\n          var quantizeSpeedDim = ndx.dimension(function(d) {\n              return quantizeSpeed(d.Speed);\n          }), quantizeSpeedGroup = quantizeSpeedDim.group();\n\n          function sel_stack(i) {\n              return function(d) {\n                  return d.value[i];\n              };\n          }\n\n          chart\n              .width(600)\n              .height(400)\n              .controlsUseVisibility(true)\n              .x(d3.scaleLinear().domain([1,21]))\n              .margins({left: 80, top: 20, right: 10, bottom: 20})\n              .brushOn(false)\n              .clipPadding(10)\n              .title(function(d) {\n                  return d.key + '[' + this.layer + ']: ' + d.value[this.layer];\n              })\n              .dimension(runExptDim)\n              .group(stackedGroup, \"1\", sel_stack('1'))\n              .renderLabel(true);\n\n          for(var i = 2; i<6; ++i)\n              chart.stack(stackedGroup, ''+i, sel_stack(i));\n\n          chart.on('pretransition', function(chart) {\n              chart.selectAll('rect.bar')\n                  .classed('stack-deselected', function(d) {\n                      // display stack faded if the chart has filters AND\n                      // the current stack is not one of them\n                      var key = multikey(d.x, d.layer);\n                      return chart.filter() && chart.filters().indexOf(key)===-1;\n                  })\n                  .on('click', dc.d3compat.eventHandler(function(d) {\n                      chart.filter(multikey(d.x, d.layer));\n                      dc.redrawAll();\n                  }));\n          });\n\n          pie\n              .width(300)\n              .height(300)\n              .controlsUseVisibility(true)\n              .dimension(quantizeSpeedDim)\n              .group(quantizeSpeedGroup);\n\n          dc.renderAll();\n      });\n\n    </script>\n\n</div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/examples/filtering-removing.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Removing Empty Bars</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n  <p>Example demonstrating using a \"<a href=\"https://github.com/dc-js/dc.js/wiki/FAQ#fake-groups\">Fake Group</a>\" to remove\n    the empty bars of an ordinal bar chart when their values drop to zero.</p>\n\n  <p>(Note the use of <code><a href=\"https://dc-js.github.io/dc.js/docs/html/CoordinateGridMixin.html#elasticX\">.elasticX(true)</a></code>\n    to force calculation of the X domain each round.)</p>\n\n<div id=\"chart-ring-year\"></div>\n<div id=\"chart-hist-spend\"></div>\n<div id=\"chart-row-spenders\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar yearRingChart   = new dc.PieChart(\"#chart-ring-year\"),\n    spendHistChart  = new dc.BarChart(\"#chart-hist-spend\"),\n    spenderRowChart = new dc.RowChart(\"#chart-row-spenders\");\n\n// use static or load via d3.csv(\"spendData.csv\").then(function(spendData) {/* do stuff */});\nvar spendData = [\n    {Name: 'Mr A', Spent: '$40', Year: 2011},\n    {Name: 'Mr B', Spent: '$10', Year: 2011},\n    {Name: 'Mr C', Spent: '$40', Year: 2011},\n    {Name: 'Mr A', Spent: '$70', Year: 2012},\n    {Name: 'Mr B', Spent: '$20', Year: 2012},\n    {Name: 'Mr B', Spent: '$50', Year: 2013},\n    {Name: 'Mr C', Spent: '$30', Year: 2013}\n];\n\n// normalize/parse data\nspendData.forEach(function(d) {\n    d.Spent = d.Spent.match(/\\d+/);\n});\n\nfunction remove_empty_bins(source_group) {\n    return {\n        all:function () {\n            return source_group.all().filter(function(d) {\n                return d.value != 0;\n            });\n        }\n    };\n}\n\n// set crossfilter\nvar ndx = crossfilter(spendData),\n    yearDim  = ndx.dimension(function(d) {return +d.Year;}),\n    spendDim = ndx.dimension(function(d) {return Math.floor(d.Spent/10);}),\n    nameDim  = ndx.dimension(function(d) {return d.Name;}),\n    spendPerYear = yearDim.group().reduceSum(function(d) {return +d.Spent;}),\n    spendPerName = nameDim.group().reduceSum(function(d) {return +d.Spent;}),\n    spendHist    = spendDim.group().reduceCount(),\n    nonEmptyHist = remove_empty_bins(spendHist)\n\nyearRingChart\n    .width(200).height(200)\n    .dimension(yearDim)\n    .group(spendPerYear)\n    .innerRadius(50);\n\nspendHistChart\n    .width(300).height(200)\n    .dimension(spendDim)\n    .group(nonEmptyHist)\n    .x(d3.scaleBand())\n    .xUnits(dc.units.ordinal)\n    .elasticX(true)\n    .elasticY(true);\n\nspendHistChart.xAxis().tickFormat(function(d) {return d*10}); // convert back to base unit\nspendHistChart.yAxis().ticks(2);\n\nspenderRowChart\n    .width(350).height(200)\n    .dimension(nameDim)\n    .group(spendPerName)\n    .elasticX(true);\n\ndc.renderAll();\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/filtering.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Filtering Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <style>\n      /* kbd styles from GitHub */\n      kbd {\n        display: inline-block;\n        padding: 3px 5px;\n        font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;\n        line-height: normal;\n        line-height: 10px;\n        color: #444d56;\n        vertical-align: middle;\n        background-color: #fafbfc;\n        border: 1px solid #d1d5da;\n        border-radius: 6px;\n        box-shadow: inset 0 -1px 0 #d1d5da;\n      }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<p>This page demonstrates filtering and accessibility features.</p>\n<p>Charts can be labelled for screen readers with <a href=\"http://dc-js.github.io/dc.js/docs/html/BaseMixin.html#svgDescription\">BaseMixin.svgDescription</a>, and internal chart elements (like bars in a bar chart) can be made accessible with <a href=\"http://dc-js.github.io/dc.js/docs/html/BaseMixin.html#keyboardAccessible\">BaseMixin.keyboardAccessible</a>.</p>\n<p>Try it here:\n  <ul><li>select elements using the <kbd>tab</kbd> key</li>\n    <li>toggle filtering using the <kbd>space</kbd> or <kbd>enter</kbd> keys</li></p>\n  <div id=\"chart-ring-year\" style=\"width:300px; height:300px\">\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:yearRingChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n  <div id=\"chart-hist-spend\" style=\"width:300px; height:300px\">\n    <div class=\"reset\" style=\"visibility: hidden;\">range: <span class=\"filter\"></span>\n      <a href=\"javascript:spendHistChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n  <div id=\"chart-row-spenders\">\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:spenderRowChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar yearRingChart   = new dc.PieChart(\"#chart-ring-year\"),\n    spendHistChart  = new dc.BarChart(\"#chart-hist-spend\"),\n    spenderRowChart = new dc.RowChart(\"#chart-row-spenders\");\n\n// use static or load via d3.csv(\"spendData.csv\", function(error, spendData) {/* do stuff */});\nvar spendData = [\n    {Name: 'Mr A', Spent: '$40', Year: 2011},\n    {Name: 'Mr B', Spent: '$10', Year: 2011},\n    {Name: 'Mr C', Spent: '$40', Year: 2011},\n    {Name: 'Mr A', Spent: '$70', Year: 2012},\n    {Name: 'Mr B', Spent: '$20', Year: 2012},\n    {Name: 'Mr B', Spent: '$50', Year: 2013},\n    {Name: 'Mr C', Spent: '$30', Year: 2013}\n];\n\n// normalize/parse data\nspendData.forEach(function(d) {\n    d.Spent = d.Spent.match(/\\d+/);\n});\n\n// set crossfilter\nvar ndx = crossfilter(spendData),\n    yearDim  = ndx.dimension(function(d) {return +d.Year;}),\n    spendDim = ndx.dimension(function(d) {return Math.floor(d.Spent/10);}),\n    nameDim  = ndx.dimension(function(d) {return d.Name;}),\n    spendPerYear = yearDim.group().reduceSum(function(d) {return +d.Spent;}),\n    spendPerName = nameDim.group().reduceSum(function(d) {return +d.Spent;}),\n    spendHist    = spendDim.group().reduceCount();\n\nyearRingChart\n    .dimension(yearDim)\n    .group(spendPerYear)\n    .keyboardAccessible(true)\n    .innerRadius(50)\n    .controlsUseVisibility(true);\n\n  spendHistChart\n    .dimension(spendDim)\n    .group(spendHist)\n    .svgDescription(\"Histogram\")\n    .keyboardAccessible(true)\n    .x(d3.scaleBand().domain(d3.range(10)))\n    .xUnits(dc.units.ordinal)\n    .elasticY(true)\n    .controlsUseVisibility(true);\n\nspendHistChart.xAxis().tickFormat(function(d) {return d*10}); // convert back to base unit\nspendHistChart.yAxis().ticks(2);\n\nspenderRowChart\n    .dimension(nameDim)\n    .group(spendPerName)\n    .keyboardAccessible(true)\n    .elasticX(true)\n    .controlsUseVisibility(true);\n\n  function show_empty_message(chart) {\n      var is_empty = d3.sum(chart.group().all().map(chart.valueAccessor())) === 0;\n      var data = is_empty ? [1] : [];\n      var empty = chart.svg().selectAll('.empty-message').data(data);\n      empty.exit().remove();\n      empty = empty\n          .enter()\n              .append('text')\n              .text('NO DATA!')\n              .attr('text-anchor', 'middle')\n              .attr('alignment-baseline', 'middle')\n              .attr('class', 'empty-message')\n              .attr('x', chart.margins().left + chart.effectiveWidth()/2)\n              .attr('y', chart.margins().top + chart.effectiveHeight()/2)\n              .style('opacity', 0)\n          .merge(empty);\n      empty.transition().duration(1000).style('opacity', 1);\n  }\n\n  spendHistChart.on('pretransition', show_empty_message);\n  spenderRowChart.on('pretransition', show_empty_message);\n\ndc.renderAll();\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/focus-dynamic-data.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Range / Focus with Dynamic Data</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n\n    <div class=\"container\">\n      <script type=\"text/javascript\" src=\"header.js\"></script>\n      <p>This example shows how to display dynamically changing data with a range/focus chart\n        pair. In particular, the focus chart should display the changing X domain unless a brush is\n        active in the range chart.</p>\n      <p>By default, data is only added; append `?remove=1` to the URL to remove data as well\n        (exhibits weird transitions due to <a href=\"https://github.com/dc-js/dc.js/issues/507\">#507</a>).</p>\n      <div id=\"focus\"></div>\n      <div id=\"range\"></div>\n\n      <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n      <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n      <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n      <style>\n      </style>\n      <script type=\"text/javascript\">\n        const urlParams = new URLSearchParams(window.location.search),\n          remove = urlParams.get('remove');\n\n        var focus = new dc.LineChart(\"#focus\");\n        var zoom = new dc.LineChart(\"#range\");\n        d3.csv(\"morley.csv\").then(function(experiments) {\n            experiments.forEach(function(x) {\n                x.Speed = +x.Speed;\n            });\n\n            var ndx                 = crossfilter(experiments),\n                runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n                speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n            focus\n                .width(768)\n                .height(400)\n                .x(d3.scaleLinear().domain([6,20]))\n                .evadeDomainFilter(true)\n                .elasticY(true)\n                .brushOn(false)\n                .yAxisLabel(\"This is the Y Axis!\")\n                .dimension(runDimension)\n                .group(speedSumGroup)\n                .rangeChart(zoom);\n\n            function expand_focus() {\n                // if the chart were not storing the original domain, this is all we'd\n                // need to do have the focus chart elasticX when not zoomed:\n                //focus.elasticX(!zoom.filters().length);\n\n                // instead, we'll need to set the x scale each time, and calculate domain\n                if(!zoom.filters().length) {\n                    var xExtent = d3.extent(speedSumGroup.all(), kv => kv.key);\n                    focus.x(focus.x().domain(xExtent));\n                }\n            }\n            focus.on('preRender', expand_focus);\n            focus.on('preRedraw', expand_focus);\n\n            zoom\n                .width(768)\n                .height(80)\n                .x(d3.scaleLinear().domain([6,20]))\n                .elasticX(true)\n                .elasticY(true)\n                .brushOn(true)\n                .yAxisLabel(\"\")\n                .dimension(runDimension)\n                .group(speedSumGroup);\n\n            dc.renderAll();\n\n            var run = 21;\n            setInterval(\n                () => {\n                    ndx.add([{Expt: 6, Run: run++, Speed: 5000 + 5 * run}]);\n                    if(remove)\n                        ndx.remove(d => d.Run < run-20);\n                    dc.redrawAll()\n                },\n                5000);\n        });\n\n      </script>\n\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/examples/focus-dynamic-interval.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Focus Chart with Dynamic Intervals</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n    <script type=\"text/javascript\" src=\"header.js\"></script>\n\n    <p>Zoom test</p>\n    <div id=\"chart\"></div>\n    <div id=\"range-chart\"></div>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\">\n\n        {\n            class MyLineChart extends dc.LineChart {\n                yAxisMin () {\n                    const min = d3.min(this.data(), layer => d3.min(layer.values, p => p.y + p.y0));\n                    return dc.utils.subtract(min, this.yAxisPadding());\n                }\n            }\n\n            const data = [];\n            const items = 500000; // way way too much\n\n            const start = Date.now();\n            for (i = 0; i < items; i++) {\n                const t = start + i * 50;\n                const d = new Date(t);\n                data.push({\n                    value: 10 * Math.sin(2 * Math.PI * t / (60 * 60 * 1000)),\n                    date: d\n                });\n            }\n\n            const chart = new MyLineChart('#chart');\n            const rangeChart = new dc.LineChart('#range-chart');\n            const fullDomain = [data[0].date, data.slice(-1)[0].date];\n            const dimension = crossfilter(data).dimension(d => d.date);\n            const groups_by_min_interval = [\n                {\n                    name: 'minutes',\n                    threshold: 60 * 60 * 1000,\n                    interval: d3.timeMinute\n                }, {\n                    name: 'seconds',\n                    threshold: 60 * 1000,\n                    interval: d3.timeSecond\n                }, {\n                    name: 'milliseconds',\n                    threshold: 0,\n                    interval: d3.timeMillisecond\n                }\n            ];\n\n            function make_group (interval) {\n                return dimension.group(interval).reduce(\n                    (p, v) => {\n                        p.count++;\n                        p.total += v.value;\n                        return p;\n                    },\n                    (p, v) => {\n                        p.count--;\n                        p.total += v.value;\n                        return p;\n                    },\n                    () => ({count: 0, total: 0})\n                );\n            }\n\n            function choose_group (extent) {\n                const d = extent[1].getTime() - extent[0].getTime();\n                const found = groups_by_min_interval.find(mg => mg.threshold < d);\n                console.log('interval ' + d + ' is more than ' + found.threshold + ' ms; choosing ' + found.name +\n                    ' for ' + found.interval.range(extent[0], extent[1]).length + ' points');\n                if (!found.group) {\n                    found.group = make_group(found.interval);\n                }\n                return found.group;\n            }\n\n            chart\n                .width(800)\n                .height(300)\n                .dimension(dimension)\n                .group(choose_group(fullDomain))\n                .yAxisPadding(0.1)\n                .valueAccessor(kv => kv.value.total / kv.value.count)\n                .rangeChart(rangeChart)\n                .x(d3.scaleTime().domain(fullDomain))\n                .xUnits(d3.timeDay)\n                .brushOn(false)\n                .mouseZoomable(true)\n                .zoomScale([1, 100])\n                .zoomOutRestrict(true)\n                .renderVerticalGridLines(true)\n                .elasticY(true)\n                .transitionDuration(100);\n\n            rangeChart\n                .width(800)\n                .height(100)\n                .dimension(dimension)\n                .group(groups_by_min_interval[0].group)\n                .yAxisPadding(1)\n                .valueAccessor(kv => kv.value.total / kv.value.count)\n                .x(d3.scaleTime().domain(fullDomain))\n                .xUnits(d3.timeDay);\n\n            rangeChart.on('filtered.dynamic-interval', (_, filter) => {\n                chart.group(choose_group(filter || fullDomain));\n            });\n\n            chart.yAxis().tickFormat(t => t.toFixed(0));\n            rangeChart.yAxis().tickFormat(t => '');\n            rangeChart.yAxis().ticks(0);\n            dc.renderAll();\n        }\n    </script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/focus-ordinal-bar.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Range / Focus Ordinal Bar Chart</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<p>This example demonstrates using range and focus charts to scroll an ordinal bar chart\n  with too many items. Instead of filtering, the brush only changes the view; bars are\n  clickable as in an ordinary ordinal bar chart.</p>\n<p>Since ordinal-scale charts are not ordinarily brushable or zoomable, the example maps\n  the ordinal values to integers, and then maps the integers back to the values for the\n  axis ticks.</p>\n<div id=\"range\"></div>\n<div id=\"focus\">\n  <a class=\"reset\" style=\"visibility: hidden\" href=\"javascript:focus.filterAll(); dc.redrawAll()\">reset</a>\n</div>\n<div id=\"first-letters\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n  <style>\n  #focus .axis.x .tick text {\n    text-anchor: end;\n    transform: rotate(-60deg) translate(-10px,-12px);\n  }\n  #range.dc-chart .axis {\n    display: none;\n  }\n  #range svg {\n      display: block; /* default inline causes padding? */\n  }\n  </style>\n  <script type=\"text/javascript\">\n    // we need a slight delay to enable debounce, but a large delay is annoying for brushing\n    dc.constants.EVENT_DELAY = 10;\n\n\n    // index a group key -> i and i -> key\n    function ordinal_to_linear_group(group, sort) {\n        var _ord2int, _int2ord;\n        return {\n            all: function() {\n                var ret = group.all();\n                _ord2int = {};\n                _int2ord = [];\n                ret.forEach(function(d, i) {\n                    _ord2int[d.key] = i;\n                    _int2ord[i] = d.key;\n                });\n                return ret;\n            },\n            ord2int: function(o) {\n                if(!_ord2int)\n                    this.all();\n                return _ord2int[o];\n            },\n            int2ord: function(i) {\n                if(!_int2ord)\n                    this.all();\n                return _int2ord[i];\n            }\n        };\n    }\n\n    // phrases generated with https://www.fourmilab.ch/javascrypt/pass_phrase.html\n    var focus, range;\n    d3.json(\"wide-ordinal.json\").then(function(wide) {\n        // dummy crossfilter taking group data and regrouping it to the same thing\n        var cf = crossfilter(wide),\n            dimension = cf.dimension(function(d) {return d.key;}),\n            group = dimension.group().reduceSum(function(d) {return d.value;});\n\n        group = ordinal_to_linear_group(group);\n        focus = new dc.BarChart('#focus');\n        var linear_domain = [-0.5, wide.length - 0.5];\n        focus\n            .width(1000).height(330)\n            .margins({left: 60, top: 0, right: 10, bottom: 145})\n            .x(d3.scaleLinear().domain(linear_domain))\n            .xUnits(dc.units.integers)\n            .keyAccessor(kv => group.ord2int(kv.key))\n            .controlsUseVisibility(true)\n            .centerBar(true)\n            .yAxisLabel('counts')\n            .elasticY(true)\n            .brushOn(false)\n            .dimension(dimension)\n            .mouseZoomable(true)\n            .zoomScale([4,8])\n            .group(group)\n            .title(kv => kv.key)\n            .transitionDuration(0);\n\n        focus.xAxis()\n            .tickFormat(function(d) { return group.int2ord(d); });\n\n        // unfortunately we have to recreate click-selection, since a focus chart\n        // ordinarily filters to the visible area (and we don't want a brush either)\n        var focusFilter = [];\n        focus.filterHandler(function() {}); // disable built-in filtering\n        focus.applyFilter = function() { // non-standard method\n            if(focusFilter.length)\n                this.dimension().filterFunction(function(k) {\n                    return focusFilter.includes(k);\n                });\n            else this.dimension().filter(null);\n        };\n        focus.filterAll = function() {\n            focusFilter = [];\n            this.applyFilter();\n        };\n        focus.fadeDeselectedArea = function (brushSelection) {\n            var _chart = this;\n            var bars = _chart.chartBodyG().selectAll('rect.bar');\n            if (focusFilter.length) {\n                bars.classed(dc.constants.SELECTED_CLASS, function (d) {\n                    return focusFilter.includes(d.data.key);\n                });\n                bars.classed(dc.constants.DESELECTED_CLASS, function (d) {\n                    return !focusFilter.includes(d.data.key);\n                });\n            } else {\n                bars.classed(dc.constants.SELECTED_CLASS, false);\n                bars.classed(dc.constants.DESELECTED_CLASS, false);\n            }\n        };\n        focus.on('pretransition', function(chart) {\n            chart.selectAll('rect.bar').on('click.ordinal-select', dc.d3compat.eventHandler(function(d) {\n                var i = focusFilter.indexOf(d.data.key);\n                if(i >= 0)\n                    focusFilter.splice(i, 1);\n                else\n                    focusFilter.push(d.data.key);\n                chart.applyFilter();\n                chart.redrawGroup();\n            }));\n        });\n\n        focus.on('preRedraw', function(chart) {\n            var domain = chart.x().domain(),\n                min = Math.ceil(domain[0]), max = Math.floor(domain[1]);\n            chart.xAxis().tickValues(d3.range(min, max+1));\n        });\n\n        range = new dc.BarChart('#range');\n        range.filterHandler(function() {}); // disable built-in filtering\n        range\n            .margins({left: 74, top: 0, right: 20, bottom: 2})\n            .width(1000).height(20)\n            .x(d3.scaleLinear().domain(linear_domain))\n            .xUnits(dc.units.integers)\n            .keyAccessor(kv => group.ord2int(kv.key))\n            .elasticY(true)\n            .brushOn(true)\n            .dimension(dimension)\n            .group(group)\n            .transitionDuration(0);\n\n        focus\n            .rangeChart(range)\n\n        // display a row chart of first letters, to test filtering\n        var letterDimension = cf.dimension(function(d) {\n            return d.key.split(' ').map(function(s) { return s[0]; });\n        }, true);\n        var letterGroup = letterDimension.group();\n\n        var row = new dc.RowChart('#first-letters');\n        row\n            .width(1000)\n            .height(350)\n            .gap(1)\n            .dimension(letterDimension)\n            .group(letterGroup);\n\n        dc.renderAll();\n        focus\n            .focus([-0.5,60])\n\n    });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/fruits.json",
    "content": "[\n    {\"name\": \"apple\", \"cnt\": 10},\n    {\"name\": \"orange\", \"cnt\": 15},\n    {\"name\": \"banana\", \"cnt\": 12},\n    {\"name\": \"grapefruit\", \"cnt\": 2},\n    {\"name\": \"grapefruit\", \"cnt\": 4},\n    {\"name\": \"pomegranate\", \"cnt\": 1},\n    {\"name\": \"lime\", \"cnt\": 12},\n    {\"name\": \"grape\", \"cnt\": 50}\n]\n"
  },
  {
    "path": "web-src/examples/header.js",
    "content": "!function() {\n    var path = document.location.pathname;\n    var dir = /^.*\\/([a-z]+)\\//.exec(path)[1];\n    var filename = path.substring(path.lastIndexOf('/')+1);\n    document.write([\n        '<div id=\"header\">',\n        '<a href=\"//dc-js.github.io/dc.js\"><img src=\"../dc.logo.png\" style=\"float:left; padding-right: 1em\" width=50 height=50></img></a>',\n        '<div id=\"links\" style=\"padding:10px 0px 0px 10px\">',\n        '<a href=\".\">all ' + dir + '</a>&emsp;<a href=\"',\n        'https://github.com/dc-js/dc.js/tree/develop/web-src/' + dir + '/' + filename,\n        '\">source</a>',\n        '<div style=\"float:right\"><span id=\"version\"></span></div>',\n        '</div>',\n        '<hr>',\n        '</div>'\n    ].join(''));\n    window.onload = function() {\n        d3.select('#version').text('v' + dc.version);\n    };\n}();\n"
  },
  {
    "path": "web-src/examples/heat.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Heatmap Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      .heat-box {\n        stroke: #E6E6E6;\n        stroke-width: 2px;\n      }\n    </style>\n</head>\n<body>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<h2>Michelson–Morley experiment</h2>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.HeatMap(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  var ndx    = crossfilter(experiments),\n      runDim = ndx.dimension(function(d) { return [+d.Run, +d.Expt]; }),\n      runGroup = runDim.group().reduceSum(function(d) { return +d.Speed; });\n\n  chart\n    .width(45 * 20 + 80)\n    .height(45 * 5 + 40)\n    .dimension(runDim)\n    .group(runGroup)\n    .keyAccessor(function(d) { return +d.key[0]; })\n    .valueAccessor(function(d) { return +d.key[1]; })\n    .colorAccessor(function(d) { return +d.value; })\n    .title(function(d) {\n        return \"Run:   \" + d.key[0] + \"\\n\" +\n               \"Expt:  \" + d.key[1] + \"\\n\" +\n               \"Speed: \" + (299000 + d.value) + \" km/s\";})\n    .colors([\"#ffffd9\",\"#edf8b1\",\"#c7e9b4\",\"#7fcdbb\",\"#41b6c4\",\"#1d91c0\",\"#225ea8\",\"#253494\",\"#081d58\"])\n    .calculateColorDomain();\n\n  chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/heatmap-filtering.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Heatmap Filtering Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n    </style>\n</head>\n<body>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<h2>Nasdaq 100 Percentage Gain by Month of Year</h2>\n<div id=\"heatmap\"></div>\n<div id=\"barchart\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n    var chartGroup = \"chartGroup\";\n    var heatmapChart = new dc.HeatMap(\"#heatmap\", chartGroup);\n    var barChart = new dc.BarChart(\"#barchart\", chartGroup);\n\n    d3.csv(\"../ndx.csv\").then(function(data) {\n\n        var dateFormatSpecifier = \"%m/%d/%Y\";\n        var dateFormat = d3.timeFormat(dateFormatSpecifier);\n        var dateFormatParser = d3.timeParse(dateFormatSpecifier);\n\n        data.forEach(function (d) {\n            d.dd = dateFormatParser(d.date);\n            d.month = d3.timeMonth(d.dd).getMonth(); // pre-calculate month for better performance\n            d.year = d3.timeYear(d.dd).getFullYear();\n            d.close = +d.close; // coerce to number\n            d.open = +d.open;\n        });\n\n        var ndx = crossfilter(data),\n            monthOfTheYearDimension = ndx.dimension(function(d) { return [+d.month, +d.year]; }),\n            percentageGainByMonthOfYearGroup = monthOfTheYearDimension.group().reduce(\n                /* callback for when data is added to the current filter results */\n                function (p, v) {\n                    ++p.count;\n                    p.absGain += v.close - v.open;\n                    p.fluctuation += Math.abs(v.close - v.open);\n                    p.sumIndex += (v.open + v.close) / 2;\n                    p.avgIndex = p.count ? p.sumIndex / p.count : 0;\n                    p.percentageGain = p.avgIndex ? (p.absGain / p.avgIndex) * 100 : 0;\n                    p.fluctuationPercentage = p.avgIndex ? (p.fluctuation / p.avgIndex) * 100 : 0;\n                    return p;\n                },\n                /* callback for when data is removed from the current filter results */\n                function (p, v) {\n                    --p.count;\n                    p.absGain -= v.close - v.open;\n                    p.fluctuation -= Math.abs(v.close - v.open);\n                    p.sumIndex -= (v.open + v.close) / 2;\n                    p.avgIndex = p.count ? p.sumIndex / p.count : 0;\n                    p.percentageGain = p.avgIndex ? (p.absGain / p.avgIndex) * 100 : 0;\n                    p.fluctuationPercentage = p.avgIndex ? (p.fluctuation / p.avgIndex) * 100 : 0;\n                    return p;\n                },\n                /* initialize p */\n                function () {\n                    return {count: 0, absGain: 0, fluctuation: 0, fluctuationPercentage: 0, sumIndex: 0, avgIndex: 0, percentageGain: 0};\n                }\n            );\n\n        var heatColorMapping = d3.scaleLinear()\n            .domain([-23, 0, 23])\n            .range([\"red\", \"#e5e5e5\", \"green\"]);\n\n        heatmapChart\n                .width(12 * 80 + 80)\n                .height(27 * 10 + 40)\n                .dimension(monthOfTheYearDimension)\n                .group(percentageGainByMonthOfYearGroup)\n                .keyAccessor(function(d) { return +d.key[0]; })\n                .valueAccessor(function(d) { return +d.key[1]; })\n                .colorAccessor(function(d) { return +d.value.percentageGain; })\n                .title(function(d) {\n                    return \" Month:   \" + d.key[0] + \"\\n\" +\n                           \"  Year:   \" + d.key[1] + \"\\n\" +\n                           \"  Gain:   \" + d.value.percentageGain + \"%\";})\n                .colors(heatColorMapping);\n\n        heatmapChart.xBorderRadius(0);\n        heatmapChart.yBorderRadius(0);\n\n        heatmapChart.render();\n\n        var monthlyDimension = ndx.dimension(function (d) { return +d.month; });\n        var percentageGainByMonthArrayGroup = monthlyDimension.group().reduce(\n            function(p,v) {\n                var absGain = v.close - v.open;\n                var percentageGain = v.open ? (absGain / v.open) * 100 : 0;\n                return p + percentageGain;\n            },\n            function(p,v) {\n                var absGain = v.close - v.open;\n                var percentageGain = v.open ? (absGain / v.open) * 100 : 0;\n                return p - percentageGain;\n            },\n            function() {\n                return 0;\n            }\n        );\n\n        barChart\n                .dimension(monthlyDimension)\n                .group(percentageGainByMonthArrayGroup)\n                .width(12 * 80 + 80)\n                .height(480)\n                .y(d3.scaleLinear().domain([-10.0,100.0]))\n                .x(d3.scaleLinear().domain([-0.5,11.5]))\n                .elasticY(true)\n                .centerBar(true);\n        barChart.render();\n    });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/horizon-chart.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Horizon Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      #series .axis { display: none; }\n      .dc-chart {float: left}\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n  <script type=\"text/javascript\" src=\"header.js\"></script>\n\n<div id=\"horizon\"></div>\n<div id=\"series\"></div>\n<div id=\"expt-pie\"></div>\n<div id=\"speed-pie\"></div>\n<div id=\"run-pie\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script src=\"https://unpkg.com/d3-horizon-chart\"></script>\n<script type=\"text/javascript\">\n\n  class HorizonChart {\n      constructor(parent, group) {\n          this._group = null;\n          this._colors = null;\n          this._seriesAccessor = null;\n          this._root = d3.select(parent);\n          dc.registerChart(this, group);\n      }\n\n      // initialization functions for user\n\n      group(group) {\n          if(!arguments.length)\n              return this._group;\n          this._group = group;\n          return this;\n      }\n\n      // takes array of colors (not scale)\n      colors(colors) {\n          if(!arguments.length)\n              return this._colors;\n          this._colors = colors;\n          return this;\n      }\n\n      seriesAccessor(seriesAccessor) {\n          if(!arguments.length)\n              return this._seriesAccessor;\n          this._seriesAccessor = seriesAccessor;\n          return this;\n      }\n\n      valueAccessor(valueAccessor) {\n          if(!arguments.length)\n              return this._valueAccessor;\n          this._valueAccessor = valueAccessor;\n          return this;\n      }\n\n      // interface for dc.js chart registry\n\n      render() {\n          this.redraw();\n      }\n\n      redraw() {\n          const grouped = d3.groups(this._group.all(), this._seriesAccessor);\n          let horizon = this._root.selectAll('.horizon')\n              .data(grouped);\n          horizon.exit().remove();\n          horizon = horizon.enter()\n              .append('div')\n              .attr('class', 'horizon')\n              .merge(horizon);\n          const colors = this._colors,\n                valueAccessor = this._valueAccessor;\n          horizon\n              .each(function(series) {\n                  d3.select(this).selectAll('*').remove();\n                  d3.horizonChart()\n                      .colors(typeof colors === 'function' ? colors(series[0]) : colors)\n                      .title(series[0])\n                      .call(this, series[1].map(valueAccessor));\n            });\n      }\n  }\n\n  function sort_multikey_group(group) {\n      return {\n          all: () => {\n              return group.all().slice().sort(\n                  ({key: keyA}, {key: keyB}) => d3.ascending(keyA[0],keyB[0]) || d3.ascending(keyA[1],keyB[1]));\n              // equivalent to\n                  // {\n                  //     if(keyA[0] < keyB[0])\n                  //         return -1;\n                  //     else if(keyA[0] > keyB[0])\n                  //         return 1;\n                  //     return keyA[1] - keyB[1];\n                  // });\n          }\n      };\n  }\n\n  var horizonChart = new HorizonChart(\"#horizon\"),\n      seriesChart = new dc.SeriesChart('#series'),\n      exptPie = new dc.PieChart('#expt-pie'),\n      speedPie = new dc.PieChart('#speed-pie'),\n      runPie = new dc.PieChart('#run-pie');\n\n  d3.csv(\"morley.csv\").then(function(experiments) {\n\n      // stretch out the data by a factor of mult\n      const mult = 40;\n      const experiments2 = d3.range(experiments.length-1).flatMap(i => {\n          if(experiments[i].Expt !== experiments[i+1].Expt)\n              return [];\n          let {Expt, Run, Speed: Speed0} = experiments[i],\n                {Speed: Speed1} = experiments[i+1];\n          Expt = +Expt; Run = +Run; Speed0 = +Speed0; Speed1 = +Speed1;\n          const terp = d3.scaleLinear().range([Speed0, Speed1]);\n          return d3.range(mult).map(j => ({Expt, Run: Run + j/mult, Speed: terp(j/mult)}));\n      });\n      const cf = crossfilter(experiments2);\n      const exptRunDim = cf.dimension(d => [d.Expt, d.Run]);\n      const exptRunGroup = exptRunDim.group().reduceSum(d => d.Speed);\n      const seriesRunDimension = cf.dimension(d => [d.Expt, d.Run]);\n      const seriesRunGroup = seriesRunDimension.group().reduceSum(d => d.Speed);\n      const runFilterDim = cf.dimension(d => d.Run);\n\n      horizonChart\n          .group(sort_multikey_group(exptRunGroup))\n          .colors(n => [d3.schemeBlues, d3.schemeOranges, d3.schemeGreens, d3.schemeReds, d3.schemePurples][n-1][6]) // levels * 2\n          .seriesAccessor(d => d.key[0])\n          .valueAccessor(d => d.value - 500)\n\n      seriesChart\n          .width(760)\n          .height(250)\n          .transitionDuration(0)\n          .margins({left: 0, right: 0, top: 0, bottom: 0})\n          .chart(c => new dc.LineChart(c).curve(d3.curveCardinal).defined(d => d.data.value))\n          .x(d3.scaleLinear().domain([1,20]))\n          .y(d3.scaleLinear().domain(d3.extent(seriesRunGroup.all(), d => d.value-500)))\n          .brushOn(true)\n          .clipPadding(10)\n          .dimension(runFilterDim)\n          .group(seriesRunGroup)\n          .seriesAccessor(d => d.key[0])\n          .keyAccessor(d => d.key[1])\n          .valueAccessor(d => d.value - 500)\n          .legend(dc.legend().x(350).y(180).itemHeight(13).gap(5).horizontal(1).legendWidth(140).itemWidth(70));\n\n      const exptDim = cf.dimension(d => d.Expt), exptGroup = exptDim.group();\n\n      exptPie\n          .width(250)\n          .height(250)\n          .colors(d3.scaleOrdinal().domain([1,6]).range(d3.schemeCategory10))\n          .dimension(exptDim)\n          .group(exptGroup);\n\n      const speeds = ['low', 'medium low', 'medium', 'medium high', 'high'];\n      const quantizeSpeed = d3.scaleQuantize()\n          .domain(d3.extent(experiments2, d => d.Speed))\n          .range(speeds);\n      const quantizeSpeedDim = cf.dimension(d => quantizeSpeed(d.Speed)),\n          quantizeSpeedGroup = quantizeSpeedDim.group();\n\n      speedPie\n          .width(250)\n          .height(250)\n          .ordering(d => speeds.indexOf(d.key))\n          .colors(d3.scaleOrdinal().domain(speeds).range(d3.schemeRdYlGn[speeds.length].slice().reverse()))\n                 // range(d3.range(0, 1, 1/speeds.length).map(d3.interpolateTurbo)))\n          .minAngleForLabel(0)\n          .dimension(quantizeSpeedDim)\n          .group(quantizeSpeedGroup);\n\n      speedPie.on('pretransition', c => {\n          c.select('.pie-label._2').style('fill', '#422518');\n      });\n\n      const runDim = cf.dimension(d => Math.floor(d.Run)), runGroup = runDim.group();\n\n      runPie\n          .width(250)\n          .height(250)\n          .colors(d3.scaleOrdinal().domain(d3.range(1,21)).range(d3.range(0,29).map(d => {\n              const x = (d+10)*255/29;\n              return `rgb(${x},${x},${x})`;\n          })))\n          .ordering(d => d.key)\n          .minAngleForLabel(0)\n          .dimension(runDim)\n          .group(runGroup);\n      runPie.on('pretransition', c => {\n          for(let i of d3.range(15,20))\n              c.select(`.pie-label._${i}`).style('fill', 'darkgrey');\n      });\n\n      dc.renderAll();\n\n  });\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/html-legend.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - HTML Legend Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<p>This page demonstrates the usage of the html legend.\n  It shows example of scrollbars for the vertical menu and setting up a horizontal menu.\n</p>\n<p style=\"padding-bottom: 20px\">\n  It also shows the selected legend highlighted\n</p>\n\n    <div style=\"width:250px; height:150px;display: inline-block\">\n        <div id=\"year\"></div>\n        <div id=\"year-legend\" class=\"dc-html-legend-container\"></div>\n    </div>\n\n    <div style=\"width:250px; height:150px;display: inline-block;margin-left: 80px\">\n        <div id=\"name\"></div>\n        <div id=\"name-legend\" class=\"dc-html-legend-container\"></div>\n    </div>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n\n    <script type=\"text/javascript\">\n\n      var spendData = [\n        { Name: 'Mr A', Spent: '$40', Year: 2010 },\n        { Name: 'Mr B', Spent: '$10', Year: 2011 },\n        { Name: 'Mr C', Spent: '$40', Year: 2012 },\n        { Name: 'Mr D', Spent: '$70', Year: 2013 },\n        { Name: 'Mr E', Spent: '$20', Year: 2014 },\n        { Name: 'Mr F', Spent: '$50', Year: 2015 },\n        { Name: 'Mr G', Spent: '$30', Year: 2016 },\n        { Name: 'Mr D', Spent: '$70', Year: 2017 },\n        { Name: 'Mr E', Spent: '$20', Year: 2018 },\n        { Name: 'Mr F', Spent: '$50', Year: 2019 },\n        { Name: 'Mr G', Spent: '$30', Year: 2020 }\n      ];\n      // normalize/parse data\n      spendData.forEach(function (d) {\n        d.Spent = d.Spent.match(/\\d+/)[0];\n      });\n      // set crossfilter\n      var ndx = crossfilter(spendData),\n        yearDim = ndx.dimension(function (d) {\n          return +d.Year;\n        }),\n        nameDim = ndx.dimension(function (d) {\n          return d.Name;\n        }),\n        spendPerYearGroup = yearDim.group().reduceSum(function (d) {\n          return +d.Spent;\n        }),\n        nameGroup = nameDim.group().reduceCount();\n\n\n      var yearChart = new dc.PieChart(\"#year\"),\n        nameChart = new dc.PieChart(\"#name\");\n\n      yearChart\n        .width(200)\n        .height(200)\n        .dimension(yearDim)\n        .group(spendPerYearGroup)\n        .turnOnControls(true)\n        .legend(new dc.HtmlLegend().container('#year-legend').horizontal(false).highlightSelected(true));\n\n      nameChart\n        .width(200)\n        .height(200)\n        .dimension(nameDim)\n        .group(nameGroup)\n        .legend(new dc.HtmlLegend().container('#name-legend').horizontal(true).highlightSelected(true));\n\n      yearChart.render();\n      nameChart.render();\n\n    </script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/intervals.csv",
    "content": "Project,Start Date,End Date,Cost\nProject 1,6/10/2013,5/31/2014,5\nProject 2,6/13/2013,2/14/2014,23\nProject 3,6/16/2013,6/15/2014,8\nProject 4,6/20/2013,3/31/2014,9\nProject 5,6/21/2013,3/20/2014,1\nProject 6,6/21/2013,3/31/2014,20\nProject 7,7/1/2013,1/1/2014,3\nProject 8,7/1/2013,3/30/2014,5\nProject 9,7/1/2013,6/30/2014,3\nProject 10,7/1/2013,12/31/2014,2\nProject 11,7/15/2013,1/15/2014,1\nProject 12,7/16/2013,3/31/2014,8\nProject 13,8/15/2013,2/15/2014,2\nProject 14,8/27/2013,3/31/2014,22\nProject 15,9/1/2013,10/31/2014,18\nProject 16,9/2/2013,2/28/2014,15\nProject 17,9/2/2013,12/31/2014,3\nProject 18,9/7/2013,12/31/2014,1\nProject 19,9/10/2013,3/9/2014,2\nProject 20,9/13/2013,3/31/2014,9\nProject 21,10/1/2013,3/31/2014,19\n"
  },
  {
    "path": "web-src/examples/iris.csv",
    "content": "sepal_length,sepal_width,petal_length,petal_width,species\n5.1,3.5,1.4,0.2,setosa\n4.9,3,1.4,0.2,setosa\n4.7,3.2,1.3,0.2,setosa\n4.6,3.1,1.5,0.2,setosa\n5,3.6,1.4,0.2,setosa\n5.4,3.9,1.7,0.4,setosa\n4.6,3.4,1.4,0.3,setosa\n5,3.4,1.5,0.2,setosa\n4.4,2.9,1.4,0.2,setosa\n4.9,3.1,1.5,0.1,setosa\n5.4,3.7,1.5,0.2,setosa\n4.8,3.4,1.6,0.2,setosa\n4.8,3,1.4,0.1,setosa\n4.3,3,1.1,0.1,setosa\n5.8,4,1.2,0.2,setosa\n5.7,4.4,1.5,0.4,setosa\n5.4,3.9,1.3,0.4,setosa\n5.1,3.5,1.4,0.3,setosa\n5.7,3.8,1.7,0.3,setosa\n5.1,3.8,1.5,0.3,setosa\n5.4,3.4,1.7,0.2,setosa\n5.1,3.7,1.5,0.4,setosa\n4.6,3.6,1,0.2,setosa\n5.1,3.3,1.7,0.5,setosa\n4.8,3.4,1.9,0.2,setosa\n5,3,1.6,0.2,setosa\n5,3.4,1.6,0.4,setosa\n5.2,3.5,1.5,0.2,setosa\n5.2,3.4,1.4,0.2,setosa\n4.7,3.2,1.6,0.2,setosa\n4.8,3.1,1.6,0.2,setosa\n5.4,3.4,1.5,0.4,setosa\n5.2,4.1,1.5,0.1,setosa\n5.5,4.2,1.4,0.2,setosa\n4.9,3.1,1.5,0.1,setosa\n5,3.2,1.2,0.2,setosa\n5.5,3.5,1.3,0.2,setosa\n4.9,3.1,1.5,0.1,setosa\n4.4,3,1.3,0.2,setosa\n5.1,3.4,1.5,0.2,setosa\n5,3.5,1.3,0.3,setosa\n4.5,2.3,1.3,0.3,setosa\n4.4,3.2,1.3,0.2,setosa\n5,3.5,1.6,0.6,setosa\n5.1,3.8,1.9,0.4,setosa\n4.8,3,1.4,0.3,setosa\n5.1,3.8,1.6,0.2,setosa\n4.6,3.2,1.4,0.2,setosa\n5.3,3.7,1.5,0.2,setosa\n5,3.3,1.4,0.2,setosa\n7,3.2,4.7,1.4,versicolor\n6.4,3.2,4.5,1.5,versicolor\n6.9,3.1,4.9,1.5,versicolor\n5.5,2.3,4,1.3,versicolor\n6.5,2.8,4.6,1.5,versicolor\n5.7,2.8,4.5,1.3,versicolor\n6.3,3.3,4.7,1.6,versicolor\n4.9,2.4,3.3,1,versicolor\n6.6,2.9,4.6,1.3,versicolor\n5.2,2.7,3.9,1.4,versicolor\n5,2,3.5,1,versicolor\n5.9,3,4.2,1.5,versicolor\n6,2.2,4,1,versicolor\n6.1,2.9,4.7,1.4,versicolor\n5.6,2.9,3.6,1.3,versicolor\n6.7,3.1,4.4,1.4,versicolor\n5.6,3,4.5,1.5,versicolor\n5.8,2.7,4.1,1,versicolor\n6.2,2.2,4.5,1.5,versicolor\n5.6,2.5,3.9,1.1,versicolor\n5.9,3.2,4.8,1.8,versicolor\n6.1,2.8,4,1.3,versicolor\n6.3,2.5,4.9,1.5,versicolor\n6.1,2.8,4.7,1.2,versicolor\n6.4,2.9,4.3,1.3,versicolor\n6.6,3,4.4,1.4,versicolor\n6.8,2.8,4.8,1.4,versicolor\n6.7,3,5,1.7,versicolor\n6,2.9,4.5,1.5,versicolor\n5.7,2.6,3.5,1,versicolor\n5.5,2.4,3.8,1.1,versicolor\n5.5,2.4,3.7,1,versicolor\n5.8,2.7,3.9,1.2,versicolor\n6,2.7,5.1,1.6,versicolor\n5.4,3,4.5,1.5,versicolor\n6,3.4,4.5,1.6,versicolor\n6.7,3.1,4.7,1.5,versicolor\n6.3,2.3,4.4,1.3,versicolor\n5.6,3,4.1,1.3,versicolor\n5.5,2.5,4,1.3,versicolor\n5.5,2.6,4.4,1.2,versicolor\n6.1,3,4.6,1.4,versicolor\n5.8,2.6,4,1.2,versicolor\n5,2.3,3.3,1,versicolor\n5.6,2.7,4.2,1.3,versicolor\n5.7,3,4.2,1.2,versicolor\n5.7,2.9,4.2,1.3,versicolor\n6.2,2.9,4.3,1.3,versicolor\n5.1,2.5,3,1.1,versicolor\n5.7,2.8,4.1,1.3,versicolor\n6.3,3.3,6,2.5,virginica\n5.8,2.7,5.1,1.9,virginica\n7.1,3,5.9,2.1,virginica\n6.3,2.9,5.6,1.8,virginica\n6.5,3,5.8,2.2,virginica\n7.6,3,6.6,2.1,virginica\n4.9,2.5,4.5,1.7,virginica\n7.3,2.9,6.3,1.8,virginica\n6.7,2.5,5.8,1.8,virginica\n7.2,3.6,6.1,2.5,virginica\n6.5,3.2,5.1,2,virginica\n6.4,2.7,5.3,1.9,virginica\n6.8,3,5.5,2.1,virginica\n5.7,2.5,5,2,virginica\n5.8,2.8,5.1,2.4,virginica\n6.4,3.2,5.3,2.3,virginica\n6.5,3,5.5,1.8,virginica\n7.7,3.8,6.7,2.2,virginica\n7.7,2.6,6.9,2.3,virginica\n6,2.2,5,1.5,virginica\n6.9,3.2,5.7,2.3,virginica\n5.6,2.8,4.9,2,virginica\n7.7,2.8,6.7,2,virginica\n6.3,2.7,4.9,1.8,virginica\n6.7,3.3,5.7,2.1,virginica\n7.2,3.2,6,1.8,virginica\n6.2,2.8,4.8,1.8,virginica\n6.1,3,4.9,1.8,virginica\n6.4,2.8,5.6,2.1,virginica\n7.2,3,5.8,1.6,virginica\n7.4,2.8,6.1,1.9,virginica\n7.9,3.8,6.4,2,virginica\n6.4,2.8,5.6,2.2,virginica\n6.3,2.8,5.1,1.5,virginica\n6.1,2.6,5.6,1.4,virginica\n7.7,3,6.1,2.3,virginica\n6.3,3.4,5.6,2.4,virginica\n6.4,3.1,5.5,1.8,virginica\n6,3,4.8,1.8,virginica\n6.9,3.1,5.4,2.1,virginica\n6.7,3.1,5.6,2.4,virginica\n6.9,3.1,5.1,2.3,virginica\n5.8,2.7,5.1,1.9,virginica\n6.8,3.2,5.9,2.3,virginica\n6.7,3.3,5.7,2.5,virginica\n6.7,3,5.2,2.3,virginica\n6.3,2.5,5,1.9,virginica\n6.5,3,5.2,2,virginica\n6.2,3.4,5.4,2.3,virginica\n5.9,3,5.1,1.8,virginica\n"
  },
  {
    "path": "web-src/examples/line.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Line Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.LineChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([0,20]))\n    .curve(d3.curveStepBefore)\n    .renderArea(true)\n    .brushOn(false)\n    .renderDataPoints(true)\n    .clipPadding(10)\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup);\n\n  chart.render();\n\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/linked-filter.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Linked Filter Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test1\"></div>\n<div id=\"test2\"></div>\n<div id=\"test3\"></div>\n<div id=\"test4\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n// may cause problems if there is a lot of data\ndc.constants.EVENT_DELAY = 0;\n\nvar chart1 = dc.barChart(\"#test1\");\nvar chart2 = dc.barChart(\"#test2\");\nvar chart3 = dc.barChart(\"#test3\");\nvar chart4 = dc.barChart(\"#test4\");\n\nd3.csv(\"morley.csv\").then(function(experiments) {\n    experiments.forEach(function(x) {\n        x.Speed = +x.Speed;\n    });\n\n    var ndx                 = crossfilter(experiments),\n        runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n        speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed/100 + +d.Run/2;});\n\n\n    function bar_chart(chart) {\n        chart\n            .width(400)\n            .height(300)\n            .x(d3.scaleLinear()).elasticX(true)\n            .brushOn(true)\n            .dimension(runDimension)\n            .group(speedSumGroup);\n        return chart;\n    }\n\n    bar_chart(chart1)\n    bar_chart(chart2);\n    bar_chart(chart3);\n    bar_chart(chart4);\n\n    const charts = [chart1,chart2,chart3,chart4];\n    let broadcasting = false; // don't repropogate (infinite loop)\n    for(const chartA of charts)\n        chartA.on('filtered', function(chart, filter) {\n            if(broadcasting)\n                return;\n            broadcasting = true;\n            for(const chartB of charts.filter(chartB => chartB !== chartA))\n                chartB.replaceFilter(filter);\n            broadcasting = false;\n        })\n\n    dc.renderAll();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/lysenko-interval-tree.js",
    "content": "/*\n This code pulled from\n https://github.com/mikolalysenko/binary-search-bounds\n https://github.com/mikolalysenko/interval-tree-1d\n\n and concatenated to eliminate modules\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2015 Mikola Lysenko\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n */\n\n// search-bounds.js\n\n\"use strict\"\n\nfunction compileSearch(funcName, predicate, reversed, extraArgs, earlyOut) {\n  var code = [\n    \"function \", funcName, \"(a,l,h,\", extraArgs.join(\",\"),  \"){\",\nearlyOut ? \"\" : \"var i=\", (reversed ? \"l-1\" : \"h+1\"),\n\";while(l<=h){\\\nvar m=(l+h)>>>1,x=a[m]\"]\n  if(earlyOut) {\n    if(predicate.indexOf(\"c\") < 0) {\n      code.push(\";if(x===y){return m}else if(x<=y){\")\n    } else {\n      code.push(\";var p=c(x,y);if(p===0){return m}else if(p<=0){\")\n    }\n  } else {\n    code.push(\";if(\", predicate, \"){i=m;\")\n  }\n  if(reversed) {\n    code.push(\"l=m+1}else{h=m-1}\")\n  } else {\n    code.push(\"h=m-1}else{l=m+1}\")\n  }\n  code.push(\"}\")\n  if(earlyOut) {\n    code.push(\"return -1};\")\n  } else {\n    code.push(\"return i};\")\n  }\n  return code.join(\"\")\n}\n\nfunction compileBoundsSearch(predicate, reversed, suffix, earlyOut) {\n  var result = new Function([\n  compileSearch(\"A\", \"x\" + predicate + \"y\", reversed, [\"y\"], earlyOut),\n  compileSearch(\"P\", \"c(x,y)\" + predicate + \"0\", reversed, [\"y\", \"c\"], earlyOut),\n\"function dispatchBsearch\", suffix, \"(a,y,c,l,h){\\\nif(typeof(c)==='function'){\\\nreturn P(a,(l===void 0)?0:l|0,(h===void 0)?a.length-1:h|0,y,c)\\\n}else{\\\nreturn A(a,(c===void 0)?0:c|0,(l===void 0)?a.length-1:l|0,y)\\\n}}\\\nreturn dispatchBsearch\", suffix].join(\"\"))\n  return result()\n}\n\nvar bounds = {\n  ge: compileBoundsSearch(\">=\", false, \"GE\"),\n  gt: compileBoundsSearch(\">\", false, \"GT\"),\n  lt: compileBoundsSearch(\"<\", true, \"LT\"),\n  le: compileBoundsSearch(\"<=\", true, \"LE\"),\n  eq: compileBoundsSearch(\"-\", true, \"EQ\", true)\n}\n\n// interval-tree.js\n\nvar NOT_FOUND = 0\nvar SUCCESS = 1\nvar EMPTY = 2\n\nfunction IntervalTreeNode(mid, left, right, leftPoints, rightPoints) {\n  this.mid = mid\n  this.left = left\n  this.right = right\n  this.leftPoints = leftPoints\n  this.rightPoints = rightPoints\n  this.count = (left ? left.count : 0) + (right ? right.count : 0) + leftPoints.length\n}\n\nvar proto = IntervalTreeNode.prototype\n\nfunction copy(a, b) {\n  a.mid = b.mid\n  a.left = b.left\n  a.right = b.right\n  a.leftPoints = b.leftPoints\n  a.rightPoints = b.rightPoints\n  a.count = b.count\n}\n\nfunction rebuild(node, intervals) {\n  var ntree = createIntervalTree(intervals)\n  node.mid = ntree.mid\n  node.left = ntree.left\n  node.right = ntree.right\n  node.leftPoints = ntree.leftPoints\n  node.rightPoints = ntree.rightPoints\n  node.count = ntree.count\n}\n\nfunction rebuildWithInterval(node, interval) {\n  var intervals = node.intervals([])\n  intervals.push(interval)\n  rebuild(node, intervals)    \n}\n\nfunction rebuildWithoutInterval(node, interval) {\n  var intervals = node.intervals([])\n  var idx = intervals.indexOf(interval)\n  if(idx < 0) {\n    return NOT_FOUND\n  }\n  intervals.splice(idx, 1)\n  rebuild(node, intervals)\n  return SUCCESS\n}\n\nproto.intervals = function(result) {\n  result.push.apply(result, this.leftPoints)\n  if(this.left) {\n    this.left.intervals(result)\n  }\n  if(this.right) {\n    this.right.intervals(result)\n  }\n  return result\n}\n\nproto.insert = function(interval) {\n  var weight = this.count - this.leftPoints.length\n  this.count += 1\n  if(interval[1] < this.mid) {\n    if(this.left) {\n      if(4*(this.left.count+1) > 3*(weight+1)) {\n        rebuildWithInterval(this, interval)\n      } else {\n        this.left.insert(interval)\n      }\n    } else {\n      this.left = createIntervalTree([interval])\n    }\n  } else if(interval[0] > this.mid) {\n    if(this.right) {\n      if(4*(this.right.count+1) > 3*(weight+1)) {\n        rebuildWithInterval(this, interval)\n      } else {\n        this.right.insert(interval)\n      }\n    } else {\n      this.right = createIntervalTree([interval])\n    }\n  } else {\n    var l = bounds.ge(this.leftPoints, interval, compareBegin)\n    var r = bounds.ge(this.rightPoints, interval, compareEnd)\n    this.leftPoints.splice(l, 0, interval)\n    this.rightPoints.splice(r, 0, interval)\n  }\n}\n\nproto.remove = function(interval) {\n  var weight = this.count - this.leftPoints\n  if(interval[1] < this.mid) {\n    if(!this.left) {\n      return NOT_FOUND\n    }\n    var rw = this.right ? this.right.count : 0\n    if(4 * rw > 3 * (weight-1)) {\n      return rebuildWithoutInterval(this, interval)\n    }\n    var r = this.left.remove(interval)\n    if(r === EMPTY) {\n      this.left = null\n      this.count -= 1\n      return SUCCESS\n    } else if(r === SUCCESS) {\n      this.count -= 1\n    }\n    return r\n  } else if(interval[0] > this.mid) {\n    if(!this.right) {\n      return NOT_FOUND\n    }\n    var lw = this.left ? this.left.count : 0\n    if(4 * lw > 3 * (weight-1)) {\n      return rebuildWithoutInterval(this, interval)\n    }\n    var r = this.right.remove(interval)\n    if(r === EMPTY) {\n      this.right = null\n      this.count -= 1\n      return SUCCESS\n    } else if(r === SUCCESS) {\n      this.count -= 1\n    }\n    return r\n  } else {\n    if(this.count === 1) {\n      if(this.leftPoints[0] === interval) {\n        return EMPTY\n      } else {\n        return NOT_FOUND\n      }\n    }\n    if(this.leftPoints.length === 1 && this.leftPoints[0] === interval) {\n      if(this.left && this.right) {\n        var p = this\n        var n = this.left\n        while(n.right) {\n          p = n\n          n = n.right\n        }\n        if(p === this) {\n          n.right = this.right\n        } else {\n          var l = this.left\n          var r = this.right\n          p.count -= n.count\n          p.right = n.left\n          n.left = l\n          n.right = r\n        }\n        copy(this, n)\n        this.count = (this.left?this.left.count:0) + (this.right?this.right.count:0) + this.leftPoints.length\n      } else if(this.left) {\n        copy(this, this.left)\n      } else {\n        copy(this, this.right)\n      }\n      return SUCCESS\n    }\n    for(var l = bounds.ge(this.leftPoints, interval, compareBegin); l<this.leftPoints.length; ++l) {\n      if(this.leftPoints[l][0] !== interval[0]) {\n        break\n      }\n      if(this.leftPoints[l] === interval) {\n        this.count -= 1\n        this.leftPoints.splice(l, 1)\n        for(var r = bounds.ge(this.rightPoints, interval, compareEnd); r<this.rightPoints.length; ++r) {\n          if(this.rightPoints[r][1] !== interval[1]) {\n            break\n          } else if(this.rightPoints[r] === interval) {\n            this.rightPoints.splice(r, 1)\n            return SUCCESS\n          }\n        }\n      }\n    }\n    return NOT_FOUND\n  }\n}\n\nfunction reportLeftRange(arr, hi, cb) {\n  for(var i=0; i<arr.length && arr[i][0] <= hi; ++i) {\n    var r = cb(arr[i])\n    if(r) { return r }\n  }\n}\n\nfunction reportRightRange(arr, lo, cb) {\n  for(var i=arr.length-1; i>=0 && arr[i][1] >= lo; --i) {\n    var r = cb(arr[i])\n    if(r) { return r }\n  }\n}\n\nfunction reportRange(arr, cb) {\n  for(var i=0; i<arr.length; ++i) {\n    var r = cb(arr[i])\n    if(r) { return r }\n  }\n}\n\nproto.queryPoint = function(x, cb) {\n  if(x < this.mid) {\n    if(this.left) {\n      var r = this.left.queryPoint(x, cb)\n      if(r) { return r }\n    }\n    return reportLeftRange(this.leftPoints, x, cb)\n  } else if(x > this.mid) {\n    if(this.right) {\n      var r = this.right.queryPoint(x, cb)\n      if(r) { return r }\n    }\n    return reportRightRange(this.rightPoints, x, cb)\n  } else {\n    return reportRange(this.leftPoints, cb)\n  }\n}\n\nproto.queryInterval = function(lo, hi, cb) {\n  if(lo < this.mid && this.left) {\n    var r = this.left.queryInterval(lo, hi, cb)\n    if(r) { return r }\n  }\n  if(hi > this.mid && this.right) {\n    var r = this.right.queryInterval(lo, hi, cb)\n    if(r) { return r }\n  }\n  if(hi < this.mid) {\n    return reportLeftRange(this.leftPoints, hi, cb)\n  } else if(lo > this.mid) {\n    return reportRightRange(this.rightPoints, lo, cb)\n  } else {\n    return reportRange(this.leftPoints, cb)\n  }\n}\n\nfunction compareNumbers(a, b) {\n  return a - b\n}\n\nfunction compareBegin(a, b) {\n  var d = a[0] - b[0]\n  if(d) { return d }\n  return a[1] - b[1]\n}\n\nfunction compareEnd(a, b) {\n  var d = a[1] - b[1]\n  if(d) { return d }\n  return a[0] - b[0]\n}\n\nfunction createIntervalTree(intervals) {\n  if(intervals.length === 0) {\n    return null\n  }\n  var pts = []\n  for(var i=0; i<intervals.length; ++i) {\n    pts.push(intervals[i][0], intervals[i][1])\n  }\n  pts.sort(compareNumbers)\n\n  var mid = pts[pts.length>>1]\n\n  var leftIntervals = []\n  var rightIntervals = []\n  var centerIntervals = []\n  for(var i=0; i<intervals.length; ++i) {\n    var s = intervals[i]\n    if(s[1] < mid) {\n      leftIntervals.push(s)\n    } else if(mid < s[0]) {\n      rightIntervals.push(s)\n    } else {\n      centerIntervals.push(s)\n    }\n  }\n\n  //Split center intervals\n  var leftPoints = centerIntervals\n  var rightPoints = centerIntervals.slice()\n  leftPoints.sort(compareBegin)\n  rightPoints.sort(compareEnd)\n\n  return new IntervalTreeNode(mid, \n    createIntervalTree(leftIntervals),\n    createIntervalTree(rightIntervals),\n    leftPoints,\n    rightPoints)\n}\n\n//User friendly wrapper that makes it possible to support empty trees\nfunction IntervalTree(root) {\n  this.root = root\n}\n\nvar tproto = IntervalTree.prototype\n\ntproto.insert = function(interval) {\n  if(this.root) {\n    this.root.insert(interval)\n  } else {\n    this.root = new IntervalTreeNode(interval[0], null, null, [interval], [interval])\n  }\n}\n\ntproto.remove = function(interval) {\n  if(this.root) {\n    var r = this.root.remove(interval)\n    if(r === EMPTY) {\n      this.root = null\n    }\n    return r !== NOT_FOUND\n  }\n  return false\n}\n\ntproto.queryPoint = function(p, cb) {\n  if(this.root) {\n    return this.root.queryPoint(p, cb)\n  }\n}\n\ntproto.queryInterval = function(lo, hi, cb) {\n  if(lo <= hi && this.root) {\n    return this.root.queryInterval(lo, hi, cb)\n  }\n}\n\nObject.defineProperty(tproto, \"count\", {\n  get: function() {\n    if(this.root) {\n      return this.root.count\n    }\n    return 0\n  }\n})\n\nObject.defineProperty(tproto, \"intervals\", {\n  get: function() {\n    if(this.root) {\n      return this.root.intervals([])\n    }\n    return []\n  }\n})\n\nfunction lysenkoIntervalTree(intervals) {\n  if(!intervals || intervals.length === 0) {\n    return new IntervalTree(null)\n  }\n  return new IntervalTree(createIntervalTree(intervals))\n}\n"
  },
  {
    "path": "web-src/examples/monthly-move.csv",
    "content": "date,open,high,low,close,volume,oi\n11/01/1985,115.48,116.78,115.48,116.28,900900,0\n11/04/1985,116.28,117.07,115.82,116.04,753400,0\n11/05/1985,116.04,116.57,115.88,116.44,876800,0\n11/06/1985,116.44,117.62,116.44,117.38,935000,0\n11/07/1985,117.38,117.96,117.38,117.62,886400,0\n11/08/1985,117.62,119.39,117.58,119.26,867600,0\n11/11/1985,119.26,120.54,119.18,120.40,803900,0\n11/12/1985,120.39,122.01,120.39,121.82,1083000,0\n11/13/1985,121.82,121.92,120.90,121.17,932100,0\n11/14/1985,121.17,121.92,120.80,121.83,980400,0\n11/15/1985,121.83,123.10,121.79,122.18,952700,0\n11/18/1985,122.18,122.28,121.73,121.96,822100,0\n11/19/1985,121.96,122.80,121.74,122.57,1018000,0\n11/20/1985,122.57,122.79,122.20,122.20,976000,0\n11/21/1985,122.20,123.81,122.20,123.61,1199000,0\n11/22/1985,123.61,124.33,123.44,123.97,1042000,0\n11/25/1985,123.97,124.17,122.82,123.14,834300,0\n11/26/1985,123.14,124.25,123.09,123.95,936300,0\n11/27/1985,123.95,125.88,123.88,125.77,1033000,0\n11/29/1985,125.77,126.43,125.52,126.06,575900,0\n12/02/1985,126.06,126.28,124.86,125.18,857600,0\n12/03/1985,125.18,125.42,124.72,125.23,845400,0\n12/04/1985,125.23,128.05,125.17,127.94,1172000,0\n12/05/1985,128.07,129.89,127.86,128.46,1415000,0\n12/06/1985,128.46,128.54,126.78,126.96,1108000,0\n12/09/1985,126.96,127.64,126.83,127.49,1048000,0\n12/10/1985,127.49,128.52,127.15,127.97,1118000,0\n12/11/1985,127.97,129.65,127.97,129.18,1265000,0\n12/12/1985,129.18,130.10,129.18,129.76,1173000,0\n12/13/1985,129.76,132.17,129.76,132.13,1317000,0\n12/16/1985,132.13,133.18,132.06,132.61,1153000,0\n12/17/1985,132.54,132.73,131.32,131.54,1210000,0\n12/18/1985,131.52,131.98,130.71,131.14,1379000,0\n12/19/1985,131.14,132.03,130.91,131.93,1149000,0\n12/20/1985,131.93,132.58,131.70,132.26,1158000,0\n12/23/1985,132.26,132.26,130.37,130.73,994100,0\n12/24/1985,130.73,130.73,129.30,130.03,642800,0\n12/26/1985,130.03,130.63,129.89,130.35,539000,0\n12/27/1985,130.35,131.59,130.25,131.49,749100,0\n12/30/1985,131.49,132.13,131.24,131.95,928200,0\n12/31/1985,131.95,132.66,131.90,132.29,1127000,0\n01/02/1986,132.29,132.45,131.07,131.26,758100,0\n01/03/1986,131.26,131.26,130.00,130.55,891800,0\n01/06/1986,130.55,130.70,129.85,130.35,992400,0\n01/07/1986,130.35,132.88,130.33,132.79,1275000,0\n01/08/1986,132.79,133.88,131.15,131.16,1400000,0\n01/09/1986,131.01,131.16,128.05,128.80,1194000,0\n01/10/1986,128.80,129.97,128.79,129.57,985000,0\n01/13/1986,129.57,129.60,128.63,129.10,894900,0\n01/14/1986,129.10,129.96,128.99,129.18,1029000,0\n01/15/1986,129.18,131.65,129.01,131.54,1187000,0\n01/16/1986,131.54,133.13,131.54,133.06,1239000,0\n01/17/1986,133.06,133.60,132.60,132.77,1128000,0\n01/20/1986,132.77,132.79,131.15,131.60,894300,0\n01/21/1986,131.60,132.01,130.60,131.09,1107000,0\n01/22/1986,131.09,131.78,129.47,129.62,1076000,0\n01/23/1986,129.62,129.62,128.46,129.27,1111000,0\n01/24/1986,129.27,130.54,129.27,130.20,1183000,0\n01/27/1986,130.21,130.99,129.79,130.79,1105000,0\n01/28/1986,130.79,132.04,130.67,131.99,1154000,0\n01/29/1986,131.99,134.13,131.99,133.06,1321000,0\n01/30/1986,133.06,133.16,132.09,132.19,1090000,0\n01/31/1986,132.19,133.22,132.03,132.93,1093000,0\n02/03/1986,132.93,134.43,132.93,134.24,1076000,0\n02/04/1986,134.24,135.69,134.24,134.60,1253000,0\n02/05/1986,134.60,135.79,134.60,135.71,1053000,0\n02/06/1986,135.71,136.94,135.57,136.64,1197000,0\n02/07/1986,136.47,137.49,135.74,137.42,1111000,0\n02/10/1986,137.40,138.24,137.30,138.13,1074000,0\n02/11/1986,138.13,138.61,137.85,138.26,1133000,0\n02/12/1986,138.26,138.76,138.04,138.66,1222000,0\n02/13/1986,138.66,139.29,138.45,139.16,1286000,0\n02/14/1986,139.16,140.63,139.16,140.16,1224000,0\n02/18/1986,140.16,140.76,139.99,140.74,1260000,0\n02/19/1986,140.74,140.92,139.59,139.64,1369000,0\n02/20/1986,139.64,140.02,138.94,139.95,1249000,0\n02/21/1986,139.95,141.24,139.95,141.15,1467000,0\n02/24/1986,141.16,141.18,139.99,140.20,1279000,0\n02/25/1986,140.20,140.20,138.87,139.40,1189000,0\n02/26/1986,139.40,139.63,138.68,138.88,1242000,0\n02/27/1986,138.88,140.53,138.74,140.52,1247000,0\n02/28/1986,140.90,141.83,140.41,140.43,1306000,0\n03/03/1986,140.43,140.66,139.60,139.74,1196000,0\n03/04/1986,139.74,141.77,139.70,140.54,1350000,0\n03/05/1986,140.54,140.62,139.57,140.24,1174000,0\n03/06/1986,140.24,141.35,140.17,140.80,1203000,0\n03/07/1986,140.80,141.16,140.24,140.71,1256000,0\n03/10/1986,140.71,142.58,140.71,142.43,1129000,0\n03/11/1986,142.43,145.50,142.43,145.35,1348000,0\n03/12/1986,145.35,147.32,145.34,146.62,1549000,0\n03/13/1986,146.62,147.05,145.88,147.01,1401000,0\n03/14/1986,147.01,147.45,146.55,147.00,1522000,0\n03/17/1986,147.00,147.00,145.57,146.37,1295000,0\n03/18/1986,146.37,147.82,146.12,147.63,1395000,0\n03/19/1986,147.63,148.57,147.43,147.48,1369000,0\n03/20/1986,147.48,148.54,147.27,147.80,1514000,0\n03/21/1986,147.80,148.79,147.56,148.01,1329000,0\n03/24/1986,148.01,148.15,146.21,147.09,1096000,0\n03/25/1986,147.09,147.71,146.63,147.49,1100000,0\n03/26/1986,147.49,147.57,146.74,147.26,1271000,0\n03/27/1986,147.25,149.05,147.16,148.38,1364000,0\n03/31/1986,148.38,149.21,147.89,148.86,1098000,0\n04/01/1986,148.86,149.23,148.07,148.45,1253000,0\n04/02/1986,148.45,148.94,147.10,148.92,1199000,0\n04/03/1986,148.92,149.93,148.55,148.71,1190000,0\n04/04/1986,148.71,148.79,146.94,147.04,1117000,0\n04/07/1986,147.04,147.08,144.83,146.05,1074000,0\n04/08/1986,146.05,148.95,146.05,148.93,1179000,0\n04/09/1986,148.93,150.03,148.54,149.05,1310000,0\n04/10/1986,149.05,151.77,149.05,151.76,1285000,0\n04/11/1986,151.76,153.54,151.76,152.66,1297000,0\n04/14/1986,152.66,153.98,152.49,153.93,1181000,0\n04/15/1986,153.93,155.02,153.43,154.92,1251000,0\n04/16/1986,154.92,158.98,154.92,158.90,1489000,0\n04/17/1986,158.90,159.86,158.29,159.05,1560000,0\n04/18/1986,157.38,159.15,157.35,157.66,1447000,0\n04/21/1986,157.66,158.63,157.24,158.52,1291000,0\n04/22/1986,157.35,159.47,157.35,157.86,1454000,0\n04/23/1986,156.65,158.21,156.63,157.46,1250000,0\n04/24/1986,157.46,160.16,157.46,159.85,1431000,0\n04/25/1986,159.85,160.63,159.60,160.46,1333000,0\n04/28/1986,160.46,160.95,159.14,159.90,1102000,0\n04/29/1986,159.90,160.30,157.70,158.25,1243000,0\n04/30/1986,158.25,158.40,154.79,154.91,1210000,0\n05/01/1986,154.91,154.94,153.73,154.21,1143000,0\n05/02/1986,154.21,155.59,154.21,155.01,1026000,0\n05/05/1986,155.01,157.41,155.01,157.14,991900,0\n05/06/1986,157.14,158.09,156.85,157.13,1085000,0\n05/07/1986,157.13,157.13,155.31,156.26,1160000,0\n05/08/1986,156.26,157.53,156.18,157.16,1105000,0\n05/09/1986,157.16,157.91,156.38,157.91,1159000,0\n05/12/1986,157.91,158.26,157.36,157.75,1015000,0\n05/13/1986,157.75,157.92,156.40,157.05,1076000,0\n05/14/1986,157.05,157.82,156.54,157.01,1119000,0\n05/15/1986,157.01,157.12,155.40,155.76,1080000,0\n05/16/1986,155.76,155.86,154.39,154.99,1038000,0\n05/19/1986,154.99,155.60,154.88,155.31,927300,0\n05/20/1986,155.31,157.05,155.00,157.01,1166000,0\n05/21/1986,157.01,158.38,156.93,157.44,1375000,0\n05/22/1986,157.44,159.68,157.26,159.63,1439000,0\n05/23/1986,159.63,160.39,159.41,160.16,1151000,0\n05/27/1986,160.16,161.21,159.94,161.18,1118000,0\n05/28/1986,161.18,162.03,160.65,161.30,1315000,0\n05/29/1986,161.30,161.82,160.29,161.62,1304000,0\n05/30/1986,161.62,163.62,161.51,163.16,1330000,0\n06/02/1986,163.16,163.98,162.00,162.03,1106000,0\n06/03/1986,162.03,162.23,161.37,162.11,1203000,0\n06/04/1986,162.11,163.09,161.40,161.82,1227000,0\n06/05/1986,161.82,162.81,161.76,162.36,1256000,0\n06/06/1986,162.36,162.90,161.88,161.88,1206000,0\n06/09/1986,161.88,161.98,158.21,158.61,1150000,0\n06/10/1986,158.60,158.70,157.18,158.10,1198000,0\n06/11/1986,158.10,160.08,158.10,160.04,1249000,0\n06/12/1986,160.04,161.04,159.95,160.37,1301000,0\n06/13/1986,160.37,162.53,160.33,162.35,1393000,0\n06/16/1986,162.35,162.93,160.63,160.80,1184000,0\n06/17/1986,160.80,161.21,158.43,158.57,1191000,0\n06/18/1986,158.57,158.66,156.87,158.48,1254000,0\n06/19/1986,158.48,160.14,158.29,159.28,1113000,0\n06/20/1986,159.28,159.71,158.29,159.59,1276000,0\n06/23/1986,159.59,160.58,159.35,159.55,1135000,0\n06/24/1986,159.55,161.10,159.43,160.80,1129000,0\n06/25/1986,160.80,162.52,160.80,162.00,1242000,0\n06/26/1986,162.00,162.26,161.38,161.72,1383000,0\n06/27/1986,161.72,162.05,161.21,161.62,1285000,0\n06/30/1986,161.62,163.07,161.54,162.62,1213000,0\n07/01/1986,162.62,163.62,162.62,163.32,1328000,0\n07/02/1986,163.32,164.20,163.32,163.96,1363000,0\n07/03/1986,163.96,164.56,163.60,164.51,1040000,0\n07/07/1986,164.51,164.54,157.59,157.63,1121000,0\n07/08/1986,157.63,157.63,152.43,153.26,1372000,0\n07/09/1986,153.26,155.65,153.17,155.41,1202000,0\n07/10/1986,155.41,156.35,153.15,154.29,1073000,0\n07/11/1986,154.29,154.45,152.73,152.85,1046000,0\n07/14/1986,152.85,152.92,149.01,149.29,1086000,0\n07/15/1986,149.29,149.29,145.32,146.26,1327000,0\n07/16/1986,146.26,148.45,146.26,147.40,1158000,0\n07/17/1986,147.40,148.75,147.26,148.46,1122000,0\n07/18/1986,148.46,148.52,146.48,147.76,1109000,0\n07/21/1986,147.76,147.95,146.79,147.07,817600,0\n07/22/1986,147.07,148.16,146.59,147.40,958500,0\n07/23/1986,147.40,148.01,147.12,147.18,1016000,0\n07/24/1986,147.18,148.15,146.98,147.28,1135000,0\n07/25/1986,147.28,148.41,147.28,148.26,950400,0\n07/28/1986,148.26,148.74,145.21,145.51,891300,0\n07/29/1986,145.51,145.57,144.04,144.21,977200,0\n07/30/1986,144.21,144.67,142.73,144.52,1031000,0\n07/31/1986,144.59,145.61,144.57,144.71,986400,0\n08/01/1986,144.71,145.76,144.01,144.19,993700,0\n08/04/1986,144.19,144.19,141.65,142.52,814200,0\n08/05/1986,142.52,142.91,141.75,141.86,1019000,0\n08/06/1986,141.86,141.86,140.30,140.54,937400,0\n08/07/1986,140.54,141.47,140.18,140.70,1016000,0\n08/08/1986,140.70,142.55,140.70,142.29,1001000,0\n08/11/1986,142.29,145.51,142.29,145.44,941500,0\n08/12/1986,145.44,147.32,145.44,147.06,1106000,0\n08/13/1986,147.06,149.45,147.06,148.84,1213000,0\n08/14/1986,148.84,150.14,148.63,149.99,1108000,0\n08/15/1986,150.01,150.30,149.18,149.57,987700,0\n08/18/1986,149.57,150.07,148.83,149.07,854000,0\n08/19/1986,149.07,149.09,147.98,148.60,1114000,0\n08/20/1986,148.60,149.90,148.46,149.76,1139000,0\n08/21/1986,149.76,150.65,149.46,150.01,1119000,0\n08/22/1986,150.01,151.26,149.69,150.95,1013000,0\n08/25/1986,150.95,151.12,149.77,149.91,748000,0\n08/26/1986,149.91,151.23,149.88,151.15,988400,0\n08/27/1986,151.15,152.16,151.07,152.02,1030000,0\n08/28/1986,152.02,152.30,151.35,152.04,1050000,0\n08/29/1986,152.04,152.55,151.70,151.70,822500,0\n09/02/1986,151.70,152.07,149.15,149.34,975800,0\n09/03/1986,149.34,149.84,148.60,149.82,970000,0\n09/04/1986,149.82,151.73,149.79,151.40,1025000,0\n09/05/1986,151.40,151.90,149.54,149.67,1114000,0\n09/08/1986,149.67,149.67,146.35,146.55,972400,0\n09/09/1986,146.55,147.32,145.41,145.76,1201000,0\n09/10/1986,145.76,145.76,144.57,144.74,1156000,0\n09/11/1986,144.74,144.74,138.46,138.46,1381000,0\n09/12/1986,138.46,138.62,134.85,135.04,1398000,0\n09/15/1986,135.04,135.96,134.09,134.94,1029000,0\n09/16/1986,134.94,135.25,133.28,135.21,1049000,0\n09/17/1986,135.21,136.99,135.05,136.39,1052000,0\n09/18/1986,136.39,138.57,136.29,138.13,999600,0\n09/19/1986,138.13,138.49,137.02,138.46,1040000,0\n09/22/1986,138.52,140.29,138.35,140.12,890300,0\n09/23/1986,140.12,141.06,139.05,139.57,1095000,0\n09/24/1986,139.57,140.07,138.66,139.24,981100,0\n09/25/1986,137.62,137.62,137.62,137.62,1025000,0\n09/26/1986,137.62,138.12,136.49,137.59,845900,0\n09/29/1986,137.59,137.59,134.82,135.54,823700,0\n09/30/1986,135.54,137.84,135.54,137.49,1008000,0\n10/01/1986,137.52,139.01,137.52,138.26,1020000,0\n10/02/1986,138.26,138.43,137.40,138.22,915900,0\n10/03/1986,138.22,139.37,137.66,138.55,982500,0\n10/06/1986,138.65,139.19,138.39,139.12,754500,0\n10/07/1986,139.12,139.24,137.91,138.26,860800,0\n10/08/1986,138.26,139.33,137.54,139.26,900400,0\n10/09/1986,139.24,140.15,139.03,139.16,938800,0\n10/10/1986,139.16,140.21,138.76,139.87,835900,0\n10/13/1986,139.87,140.71,139.63,140.68,455300,0\n10/14/1986,140.68,141.60,140.66,140.96,922400,0\n10/15/1986,140.96,142.22,140.76,142.10,1030000,0\n10/16/1986,142.10,142.48,141.76,141.90,638300,0\n10/17/1986,141.88,142.10,140.90,141.20,919800,0\n10/20/1986,141.20,141.23,139.49,140.10,784600,0\n10/21/1986,140.10,140.47,139.38,139.93,885500,0\n10/22/1986,139.93,140.59,139.90,140.30,981100,0\n10/23/1986,140.30,142.40,140.23,142.15,1232000,0\n10/24/1986,142.15,142.75,141.65,141.96,1145000,0\n10/27/1986,141.96,142.26,141.26,141.76,939100,0\n10/28/1986,141.76,142.90,141.68,142.49,1024000,0\n10/29/1986,142.49,143.28,142.12,143.13,1061000,0\n10/30/1986,143.13,145.18,143.13,144.78,1235000,0\n10/31/1986,144.78,145.18,143.79,144.48,1067000,0\n11/03/1986,144.48,144.97,144.12,144.81,1112000,0\n11/04/1986,144.81,146.05,144.54,145.96,1403000,0\n11/05/1986,145.96,146.68,145.51,146.18,1672000,0\n11/06/1986,146.18,146.23,144.64,145.41,1123000,0\n11/07/1986,145.41,145.41,144.40,144.91,993200,0\n11/10/1986,144.91,145.05,143.70,144.29,1008000,0\n11/11/1986,144.29,145.45,144.29,145.35,973300,0\n11/12/1986,145.35,145.91,145.02,145.58,1080000,0\n11/13/1986,145.58,145.68,143.40,143.41,1153000,0\n11/14/1986,143.41,143.78,142.86,143.51,1022000,0\n11/17/1986,143.51,144.02,142.14,143.20,913100,0\n11/18/1986,143.20,143.68,140.63,140.66,1184000,0\n11/19/1986,140.66,140.66,138.96,139.54,1112000,0\n11/20/1986,139.54,141.43,139.54,141.31,1145000,0\n11/21/1986,141.31,143.05,141.31,142.90,1068000,0\n11/24/1986,142.90,144.63,142.77,144.49,968600,0\n11/25/1986,144.49,145.77,144.35,145.77,1138000,0\n11/26/1986,145.77,146.95,145.59,146.87,1060000,0\n11/28/1986,146.87,147.96,146.87,147.94,619500,0\n12/01/1986,147.94,147.94,145.63,146.85,978300,0\n12/02/1986,146.85,148.99,146.85,148.87,1309000,0\n12/03/1986,148.87,150.71,148.87,150.08,1344000,0\n12/04/1986,150.09,150.85,149.84,149.98,1280000,0\n12/05/1986,149.98,150.38,148.70,149.04,1333000,0\n12/08/1986,149.04,149.04,146.85,147.85,1106000,0\n12/09/1986,147.85,147.85,146.82,146.87,1163000,0\n12/10/1986,146.87,147.32,146.40,146.96,1152000,0\n12/11/1986,146.96,147.40,145.63,146.08,1238000,0\n12/12/1986,146.07,146.07,144.75,144.98,1084000,0\n12/15/1986,144.98,144.98,142.85,144.07,1153000,0\n12/16/1986,144.07,144.60,143.61,144.49,1423000,0\n12/17/1986,144.49,144.49,142.91,143.04,1274000,0\n12/18/1986,143.04,143.49,142.54,142.85,1330000,0\n12/19/1986,142.85,144.07,142.82,143.77,1290000,0\n12/22/1986,143.77,144.39,143.24,144.09,1198000,0\n12/23/1986,144.09,144.24,142.40,142.80,1481000,0\n12/24/1986,142.80,143.16,142.32,142.79,821200,0\n12/26/1986,142.79,143.08,142.50,142.93,440400,0\n12/29/1986,142.93,143.04,141.38,141.51,1020000,0\n12/30/1986,141.51,141.79,140.95,141.52,1264000,0\n12/31/1986,141.52,142.13,141.04,141.40,1407000,0\n01/02/1987,141.40,143.01,141.40,142.86,632200,0\n01/05/1987,142.86,147.64,142.86,147.40,1106000,0\n01/06/1987,147.40,149.08,147.40,149.06,1379000,0\n01/07/1987,149.06,153.09,149.06,152.98,1545000,0\n01/08/1987,152.98,155.70,152.98,155.69,1579000,0\n01/09/1987,155.69,157.38,155.11,156.99,1438000,0\n01/12/1987,156.99,159.43,156.60,159.30,1529000,0\n01/13/1987,159.30,159.85,158.38,159.62,1434000,0\n01/14/1987,159.62,162.67,159.62,162.66,1724000,0\n01/15/1987,162.66,165.05,162.66,164.15,1895000,0\n01/16/1987,164.15,164.17,161.63,162.51,1562000,0\n01/19/1987,162.51,166.46,161.71,166.46,1340000,0\n01/20/1987,166.46,168.35,166.02,166.52,1828000,0\n01/21/1987,166.52,166.52,164.14,164.26,1565000,0\n01/22/1987,164.26,168.01,163.45,167.95,1626000,0\n01/23/1987,167.95,170.27,166.63,166.76,2619000,0\n01/26/1987,166.76,166.76,163.88,164.14,1157000,0\n01/27/1987,164.14,167.32,164.07,166.65,1309000,0\n01/28/1987,166.65,167.77,165.99,167.63,1529000,0\n01/29/1987,167.63,168.88,165.11,165.74,1507000,0\n01/30/1987,165.71,166.77,164.34,166.68,1543000,0\n02/02/1987,166.71,170.32,166.58,170.30,1491000,0\n02/03/1987,170.30,171.73,170.30,171.55,1721000,0\n02/04/1987,171.55,173.68,170.68,173.50,1781000,0\n02/05/1987,173.50,175.43,173.46,174.63,1864000,0\n02/06/1987,174.34,175.49,174.34,174.63,1673000,0\n02/09/1987,173.23,174.63,173.23,173.63,1391000,0\n02/10/1987,173.63,173.74,171.24,172.32,1432000,0\n02/11/1987,172.32,176.13,172.32,175.98,1495000,0\n02/12/1987,175.99,177.05,175.76,176.26,1680000,0\n02/13/1987,176.26,179.30,175.76,179.07,1545000,0\n02/17/1987,179.07,183.68,179.07,183.65,1720000,0\n02/18/1987,183.65,184.73,180.41,181.21,1954000,0\n02/19/1987,181.21,181.38,178.90,179.87,1632000,0\n02/20/1987,179.87,179.90,178.00,178.68,1557000,0\n02/23/1987,178.68,178.74,175.18,177.71,1401000,0\n02/24/1987,177.71,179.29,176.99,178.94,1332000,0\n02/25/1987,178.94,181.05,178.92,180.97,1580000,0\n02/26/1987,180.97,183.36,180.60,182.18,1554000,0\n02/27/1987,182.18,182.91,181.58,182.75,1494000,0\n03/02/1987,182.75,183.38,180.99,181.07,1346000,0\n03/03/1987,181.07,181.66,179.87,180.57,1399000,0\n03/04/1987,180.57,183.55,180.56,183.27,1557000,0\n03/05/1987,183.27,185.74,183.27,184.67,1704000,0\n03/06/1987,184.67,184.80,183.40,184.29,1486000,0\n03/09/1987,184.29,184.29,181.29,182.48,1189000,0\n03/10/1987,182.48,184.76,182.31,184.46,1413000,0\n03/11/1987,184.46,186.43,184.46,185.31,1558000,0\n03/12/1987,185.31,185.33,184.12,184.77,1564000,0\n03/13/1987,184.77,185.45,182.90,183.16,1583000,0\n03/16/1987,183.16,183.16,181.42,182.73,1313000,0\n03/17/1987,182.73,185.90,182.73,185.90,1539000,0\n03/18/1987,185.90,187.98,185.13,186.04,1609000,0\n03/19/1987,186.04,188.10,185.87,187.96,1510000,0\n03/20/1987,187.96,190.43,187.96,189.82,1729000,0\n03/23/1987,189.82,190.37,188.55,189.40,1463000,0\n03/24/1987,189.40,190.33,188.49,190.18,1651000,0\n03/25/1987,190.18,190.52,188.90,190.20,1530000,0\n03/26/1987,190.20,191.37,190.20,190.71,1561000,0\n03/27/1987,190.71,191.74,188.88,189.05,1524000,0\n03/30/1987,189.05,189.05,183.27,183.84,1417000,0\n03/31/1987,183.84,186.26,183.80,186.04,1405000,0\n04/01/1987,186.04,186.10,182.57,186.07,1433000,0\n04/02/1987,186.07,188.04,186.07,187.66,1502000,0\n04/03/1987,179.82,191.43,179.82,191.36,1705000,0\n04/06/1987,191.36,192.46,189.66,190.91,1507000,0\n04/07/1987,190.91,190.96,187.43,187.43,1691000,0\n04/08/1987,187.43,189.97,187.43,189.28,1537000,0\n04/09/1987,189.28,189.51,187.18,188.73,1588000,0\n04/10/1987,188.73,189.04,187.74,188.29,1483000,0\n04/13/1987,188.29,188.29,183.90,183.95,1349000,0\n04/14/1987,183.95,183.95,179.02,179.73,1654000,0\n04/15/1987,179.73,182.46,179.73,182.46,1459000,0\n04/16/1987,182.46,185.07,182.46,183.74,1390000,0\n04/20/1987,183.74,184.38,181.68,182.13,1103000,0\n04/21/1987,182.13,184.76,180.18,184.63,1309000,0\n04/22/1987,184.63,185.68,183.96,183.96,1333000,0\n04/23/1987,183.96,185.07,182.96,183.77,1381000,0\n04/24/1987,183.77,183.77,180.27,180.38,1307000,0\n04/27/1987,180.38,180.38,177.51,179.55,1377000,0\n04/28/1987,179.55,182.05,179.55,181.26,1302000,0\n04/29/1987,181.26,183.72,181.26,182.22,1410000,0\n04/30/1987,182.22,185.88,182.22,184.83,1450000,0\n05/01/1987,184.83,186.17,184.29,185.83,1843000,0\n05/04/1987,185.83,186.74,185.01,186.45,1222000,0\n05/05/1987,186.45,189.99,186.45,189.74,1453000,0\n05/06/1987,189.74,190.51,188.68,189.29,1740000,0\n05/07/1987,189.29,190.59,189.29,190.01,1518000,0\n05/08/1987,190.01,191.42,189.52,190.36,1369000,0\n05/11/1987,190.36,191.70,189.24,189.24,1367000,0\n05/12/1987,189.24,189.35,187.46,188.98,1413000,0\n05/13/1987,188.98,190.46,188.98,190.29,1361000,0\n05/14/1987,190.29,191.16,190.21,190.74,1385000,0\n05/15/1987,190.74,190.74,187.91,187.91,1457000,0\n05/18/1987,187.91,188.12,183.33,185.46,1294000,0\n05/19/1987,185.46,185.93,181.00,181.46,1471000,0\n05/20/1987,181.46,182.72,179.74,181.70,1456000,0\n05/21/1987,181.70,183.57,181.70,182.66,1371000,0\n05/22/1987,182.66,183.54,181.27,181.64,1127000,0\n05/26/1987,181.64,185.19,181.64,185.17,1128000,0\n05/27/1987,185.17,186.51,185.07,185.96,1215000,0\n05/28/1987,185.96,188.21,185.85,188.11,1309000,0\n05/29/1987,188.11,189.83,188.11,188.77,1338000,0\n06/01/1987,188.77,189.15,185.54,185.86,1331000,0\n06/02/1987,185.86,186.18,184.44,184.50,1302000,0\n06/03/1987,184.50,186.40,184.50,185.76,1410000,0\n06/04/1987,185.76,186.47,185.21,186.26,1520000,0\n06/05/1987,186.26,186.86,185.49,185.68,1762000,0\n06/08/1987,185.68,187.65,185.01,187.54,1170000,0\n06/09/1987,187.54,189.62,187.54,189.48,1393000,0\n06/10/1987,189.48,191.84,189.35,190.02,1727000,0\n06/11/1987,190.02,190.73,188.85,189.66,1526000,0\n06/12/1987,189.66,191.26,189.66,190.36,1612000,0\n06/15/1987,190.36,191.05,189.28,189.60,1555000,0\n06/16/1987,189.60,191.29,188.63,191.14,1706000,0\n06/17/1987,191.14,192.15,190.74,191.32,1710000,0\n06/18/1987,191.32,192.78,190.15,192.37,1585000,0\n06/19/1987,192.37,193.20,191.30,192.05,1536000,0\n06/22/1987,192.05,193.04,192.00,192.90,1327000,0\n06/23/1987,192.90,193.27,191.07,191.84,1543000,0\n06/24/1987,191.84,193.36,191.57,191.90,1403000,0\n06/25/1987,191.90,192.87,191.23,191.35,1498000,0\n06/26/1987,191.35,191.45,189.32,191.06,1457000,0\n06/29/1987,191.06,191.29,190.38,190.70,1232000,0\n06/30/1987,190.70,191.10,188.35,189.24,1444000,0\n07/01/1987,189.24,190.16,188.88,189.48,2138000,0\n07/02/1987,189.54,190.95,189.54,190.38,1860000,0\n07/06/1987,190.38,191.17,188.73,189.02,1394000,0\n07/07/1987,189.02,189.02,187.40,187.76,1955000,0\n07/08/1987,187.76,188.38,186.57,187.38,1949000,0\n07/09/1987,187.38,189.40,187.35,187.98,1531000,0\n07/10/1987,187.98,188.94,187.79,188.74,1319000,0\n07/13/1987,188.74,190.42,188.06,190.42,1273000,0\n07/14/1987,190.42,194.99,190.42,194.99,1602000,0\n07/15/1987,194.99,196.04,193.70,194.87,1539000,0\n07/16/1987,194.87,196.35,194.83,196.04,1586000,0\n07/17/1987,196.04,197.30,195.31,195.87,1529000,0\n07/20/1987,195.87,195.87,193.77,193.86,1303000,0\n07/21/1987,193.86,194.91,192.83,193.20,1562000,0\n07/22/1987,193.20,193.82,192.57,193.63,1541000,0\n07/23/1987,193.63,193.88,190.46,191.51,1534000,0\n07/24/1987,191.51,193.12,191.49,193.02,1473000,0\n07/27/1987,193.02,193.37,191.99,193.20,1120000,0\n07/28/1987,193.20,194.24,193.20,193.76,1259000,0\n07/29/1987,193.76,194.85,193.59,194.73,1360000,0\n07/30/1987,194.73,196.75,194.60,196.57,1542000,0\n07/31/1987,196.57,197.12,195.83,196.35,1426000,0\n08/03/1987,196.35,196.71,194.59,195.24,1335000,0\n08/04/1987,195.24,195.99,194.10,195.88,1404000,0\n08/05/1987,195.88,198.63,195.88,198.24,1518000,0\n08/06/1987,198.24,201.91,198.05,201.87,1497000,0\n08/07/1987,201.87,204.71,201.87,203.73,1653000,0\n08/10/1987,203.73,206.06,203.10,206.03,1308000,0\n08/11/1987,206.03,208.46,206.03,208.39,1854000,0\n08/12/1987,208.39,208.59,206.79,207.06,1721000,0\n08/13/1987,207.06,207.60,206.14,206.47,1602000,0\n08/14/1987,206.47,206.99,205.31,206.46,1477000,0\n08/17/1987,206.46,207.13,205.63,206.83,1263000,0\n08/18/1987,206.83,206.87,203.31,203.90,1475000,0\n08/19/1987,203.90,205.39,203.35,205.39,1341000,0\n08/20/1987,205.39,208.98,205.37,208.93,1582000,0\n08/21/1987,208.93,210.71,208.88,210.57,1662000,0\n08/24/1987,210.57,210.57,208.77,209.48,1444000,0\n08/25/1987,209.48,211.56,209.48,210.71,1446000,0\n08/26/1987,210.71,211.90,210.50,211.16,1513000,0\n08/27/1987,211.16,212.16,210.24,210.63,1397000,0\n08/28/1987,210.63,211.02,208.85,208.85,1539000,0\n08/31/1987,208.85,209.75,207.65,209.57,1329000,0\n09/01/1987,209.57,210.78,206.88,206.89,1738000,0\n09/02/1987,206.89,207.36,204.22,205.73,1455000,0\n09/03/1987,205.73,207.49,203.68,205.01,1471000,0\n09/04/1987,205.01,205.85,203.92,204.06,1316000,0\n09/08/1987,204.06,204.11,197.43,199.90,1455000,0\n09/09/1987,199.90,201.99,199.83,201.60,1343000,0\n09/10/1987,201.60,205.35,201.60,205.16,1583000,0\n09/11/1987,205.16,206.90,204.95,206.37,1582000,0\n09/14/1987,206.37,207.07,204.34,205.16,1303000,0\n09/15/1987,205.16,205.16,201.68,202.26,1355000,0\n09/16/1987,202.26,203.44,201.24,201.30,1418000,0\n09/17/1987,201.30,202.24,200.71,202.05,1546000,0\n09/18/1987,202.05,202.96,201.15,201.68,1514000,0\n09/21/1987,201.68,202.22,197.24,197.26,1539000,0\n09/22/1987,197.26,201.46,196.13,201.43,1572000,0\n09/23/1987,201.43,204.14,201.43,204.07,1683000,0\n09/24/1987,204.07,206.18,203.74,204.64,1212000,0\n09/25/1987,204.64,205.66,204.05,205.12,1298000,0\n09/28/1987,205.12,206.86,204.35,204.63,1370000,0\n09/29/1987,204.63,205.12,203.76,204.15,1551000,0\n09/30/1987,204.15,205.70,203.68,205.51,1625000,0\n10/01/1987,205.51,209.73,205.51,209.71,1648000,0\n10/02/1987,209.71,212.23,209.71,212.15,1633000,0\n10/05/1987,212.15,213.83,211.41,213.81,1457000,0\n10/06/1987,213.81,214.03,208.07,208.07,1585000,0\n10/07/1987,208.07,208.07,205.09,206.89,1520000,0\n10/08/1987,206.89,207.62,202.49,203.63,1578000,0\n10/09/1987,203.63,205.12,202.14,202.46,1453000,0\n10/12/1987,202.46,202.46,197.85,199.63,1178000,0\n10/13/1987,199.63,202.05,199.01,201.23,1318000,0\n10/14/1987,201.23,201.24,196.39,197.49,1456000,0\n10/15/1987,197.49,197.49,192.85,193.07,1598000,0\n10/16/1987,193.07,193.54,182.96,183.29,1959000,0\n10/19/1987,183.29,183.30,155.63,155.65,2229000,0\n10/20/1987,155.65,156.76,142.38,143.96,2841000,0\n10/21/1987,143.96,160.27,143.96,158.78,2881000,0\n10/22/1987,158.78,158.78,149.19,149.99,2498000,0\n10/23/1987,149.99,149.99,145.04,145.42,1770000,0\n10/26/1987,145.42,145.42,128.21,128.43,1905000,0\n10/27/1987,128.43,134.94,128.43,129.87,2073000,0\n10/28/1987,129.87,131.95,126.25,131.21,2022000,0\n10/29/1987,131.21,144.31,131.21,143.64,2059000,0\n10/30/1987,143.64,152.11,143.64,150.07,2081000,0\n11/02/1987,150.07,152.51,148.51,152.20,1380000,0\n11/03/1987,152.20,152.20,143.78,147.13,1392000,0\n11/04/1987,147.13,149.34,143.86,147.95,1236000,0\n11/05/1987,147.95,153.60,147.78,153.03,1410000,0\n11/06/1987,153.03,154.12,150.57,150.68,1415400,0\n11/09/1987,150.68,150.68,145.35,146.49,1155000,0\n11/10/1987,146.49,146.49,143.13,143.45,1395500,0\n11/11/1987,143.45,147.26,143.45,145.48,1207000,0\n11/12/1987,145.48,151.02,145.48,149.85,1507700,0\n11/13/1987,149.85,150.95,147.93,147.95,1201900,0\n11/16/1987,147.95,150.63,146.73,147.46,1117800,0\n11/17/1987,147.46,147.46,142.78,143.57,1268300,0\n11/18/1987,143.57,145.54,142.15,144.84,1261500,0\n11/19/1987,144.84,145.09,140.90,141.06,1279800,0\n11/20/1987,141.06,141.23,137.71,140.84,1260900,0\n11/23/1987,140.84,141.84,139.77,141.84,940700,0\n11/24/1987,141.84,145.86,141.84,144.66,1289200,0\n11/25/1987,144.66,145.26,143.82,144.99,1132500,0\n11/27/1987,145.00,145.00,143.23,143.35,647800,0\n11/30/1987,143.35,143.35,133.14,137.13,1474500,0\n12/01/1987,137.13,139.37,136.54,137.16,1118500,0\n12/02/1987,137.16,138.60,136.16,137.96,1090800,0\n12/03/1987,137.96,138.88,132.87,132.95,1294300,0\n12/04/1987,132.95,132.95,129.46,130.43,1365300,0\n12/07/1987,130.43,133.43,130.43,133.15,1183300,0\n12/08/1987,133.15,136.72,133.15,136.69,1377300,0\n12/09/1987,136.69,140.41,135.99,139.76,825300,0\n12/10/1987,139.63,141.46,135.41,139.01,1500200,0\n12/11/1987,139.01,140.17,138.83,139.82,1180300,0\n12/14/1987,139.82,146.35,139.82,146.08,1449700,0\n12/15/1987,146.08,148.23,146.08,146.89,1532500,0\n12/16/1987,146.89,151.29,146.21,151.06,1492500,0\n12/17/1987,151.06,152.79,149.84,149.91,1668100,0\n12/18/1987,149.91,154.84,149.91,154.74,1490400,0\n12/21/1987,154.74,156.18,154.31,156.02,1428300,0\n12/22/1987,156.02,156.06,153.14,155.55,1490200,0\n12/23/1987,155.55,158.30,155.55,158.06,1640800,0\n12/24/1987,158.06,158.42,157.38,158.18,820100,0\n12/28/1987,158.18,158.18,151.80,152.78,1155200,0\n12/29/1987,152.78,154.69,152.57,154.35,1200800,0\n12/30/1987,154.35,157.59,154.35,157.29,1529200,0\n12/31/1987,157.29,157.29,154.96,156.25,1604000,0\n01/04/1988,156.25,162.10,156.25,161.81,1108200,0\n01/05/1988,161.81,166.37,161.81,164.28,1494900,0\n01/06/1988,164.28,166.74,163.72,166.18,1355800,0\n01/07/1988,166.18,168.71,163.93,168.70,1370400,0\n01/08/1988,168.70,169.14,158.13,158.20,1440600,0\n01/11/1988,158.20,158.88,155.24,158.88,1287500,0\n01/12/1988,158.88,159.49,152.15,155.73,1203500,0\n01/13/1988,155.73,157.00,152.80,155.54,1156700,0\n01/14/1988,155.54,157.43,155.51,156.04,1015100,0\n01/15/1988,156.04,161.38,156.04,159.82,1341600,0\n01/18/1988,159.82,159.88,157.93,159.02,909900,0\n01/19/1988,159.02,159.38,156.92,158.01,1073000,0\n01/20/1988,158.01,158.02,151.79,152.46,1335000,0\n01/21/1988,152.46,153.80,151.57,152.95,1245600,0\n01/22/1988,152.95,154.99,152.95,154.35,1491600,0\n01/25/1988,154.35,157.85,154.35,157.05,1068600,0\n01/26/1988,157.05,157.07,154.79,155.23,1029100,0\n01/27/1988,155.23,156.52,154.79,155.43,1134400,0\n01/28/1988,155.43,158.01,155.43,157.65,1236700,0\n01/29/1988,157.65,159.15,157.26,159.13,1354200,0\n02/01/1988,159.13,160.40,158.45,158.62,1176200,0\n02/02/1988,158.62,159.04,157.51,158.98,1135100,0\n02/03/1988,158.98,159.53,156.13,156.58,1303500,0\n02/04/1988,156.58,157.71,156.10,157.38,1215100,0\n02/05/1988,157.38,159.26,157.38,158.01,1211300,0\n02/08/1988,158.01,158.40,156.66,157.88,1200700,0\n02/09/1988,157.88,159.05,157.51,158.93,1072100,0\n02/10/1988,158.93,162.49,158.88,162.24,1288500,0\n02/11/1988,162.24,163.62,161.94,162.96,1389000,0\n02/12/1988,162.96,164.86,162.96,163.93,1128000,0\n02/16/1988,163.93,165.70,163.35,165.54,1050600,0\n02/17/1988,165.54,167.78,165.54,165.80,1323700,0\n02/18/1988,165.80,167.11,165.31,165.75,1324100,0\n02/19/1988,165.75,167.34,165.35,167.07,1287100,0\n02/22/1988,167.07,170.29,167.07,170.20,1292100,0\n02/23/1988,170.27,171.71,169.99,171.29,1292500,0\n02/24/1988,171.29,173.07,171.09,172.48,1329600,0\n02/25/1988,172.48,174.05,170.70,170.79,1540100,0\n02/26/1988,170.79,171.04,169.68,170.65,1120600,0\n02/29/1988,170.65,172.73,170.20,172.64,1248800,0\n03/01/1988,172.64,173.37,171.72,172.63,1368300,0\n03/02/1988,172.63,175.68,172.54,175.12,1460800,0\n03/03/1988,175.12,177.28,175.07,176.50,1442100,0\n03/04/1988,176.50,177.42,174.76,177.39,1412200,0\n03/07/1988,177.39,178.66,176.78,178.46,1219800,0\n03/08/1988,178.46,180.54,178.46,179.63,1591500,0\n03/09/1988,179.63,182.03,179.63,181.24,1586700,0\n03/10/1988,181.24,182.74,178.29,178.43,1602300,0\n03/11/1988,178.43,178.76,175.68,177.89,1266000,0\n03/14/1988,177.89,179.22,177.89,179.21,1081100,0\n03/15/1988,179.21,179.32,177.49,178.32,1304300,0\n03/16/1988,178.32,180.45,177.37,180.42,1418600,0\n03/17/1988,180.42,182.12,180.42,181.24,1610500,0\n03/18/1988,181.24,182.57,180.36,181.04,1891200,0\n03/21/1988,181.04,181.07,177.72,178.90,1218700,0\n03/22/1988,178.90,180.26,178.63,180.01,1216500,0\n03/23/1988,180.01,180.61,178.41,179.24,1471400,0\n03/24/1988,179.24,179.24,174.05,174.76,1489100,0\n03/25/1988,174.76,175.52,172.51,172.88,1164800,0\n03/28/1988,172.88,173.15,170.52,172.84,1090400,0\n03/29/1988,172.84,175.13,172.84,173.66,1182300,0\n03/30/1988,173.66,174.41,171.44,172.13,1214900,0\n03/31/1988,172.13,173.35,171.09,173.26,1245300,0\n04/04/1988,173.26,173.26,170.87,171.40,951300,0\n04/05/1988,171.40,172.97,171.26,172.90,1186200,0\n04/06/1988,172.90,176.60,172.82,176.60,1376100,0\n04/07/1988,176.60,178.22,176.60,177.33,1335200,0\n04/08/1988,177.30,179.56,176.91,178.93,1344500,0\n04/11/1988,179.39,180.21,178.61,179.94,1228500,0\n04/12/1988,180.12,180.65,178.99,180.10,1233800,0\n04/13/1988,180.10,180.91,178.93,180.38,1302200,0\n04/14/1988,180.22,180.22,173.20,173.27,1420500,0\n04/15/1988,173.16,173.79,170.14,173.13,1301700,0\n04/18/1988,173.17,173.95,172.05,173.55,1020100,0\n04/19/1988,173.91,177.02,173.91,174.35,1285400,0\n04/20/1988,174.27,174.27,172.61,172.93,1335400,0\n04/21/1988,173.23,174.66,171.57,172.07,1424300,0\n04/22/1988,171.89,173.64,171.89,173.32,1243600,0\n04/25/1988,173.38,174.93,173.38,174.40,1051100,0\n04/26/1988,174.48,176.85,174.48,176.74,1257300,0\n04/27/1988,176.74,177.79,176.54,177.21,1223700,0\n04/28/1988,177.28,177.62,176.49,176.73,1288100,0\n04/29/1988,176.74,176.74,174.76,175.92,1213400,0\n05/02/1988,175.93,177.04,175.43,176.74,978100,0\n05/03/1988,176.85,179.63,176.85,178.99,1310600,0\n05/04/1988,179.12,180.10,178.43,178.63,1342100,0\n05/05/1988,178.53,178.66,177.15,177.68,1212400,0\n05/06/1988,177.70,178.62,176.95,177.18,1227400,0\n05/09/1988,177.11,177.11,174.43,174.93,1009300,0\n05/10/1988,174.81,175.57,173.40,174.32,1153300,0\n05/11/1988,174.01,174.01,169.82,170.80,1187500,0\n05/12/1988,170.82,172.03,170.82,171.71,1027300,0\n05/13/1988,171.97,173.96,171.97,173.85,1040900,0\n05/16/1988,174.04,175.20,173.37,174.99,982400,0\n05/17/1988,175.24,177.36,174.07,174.07,1245400,0\n05/18/1988,174.07,174.16,169.73,170.29,1418700,0\n05/19/1988,170.15,170.54,167.51,170.35,1447900,0\n05/20/1988,170.45,171.55,169.65,169.88,1736100,0\n05/23/1988,169.74,169.80,166.76,167.65,1206400,0\n05/24/1988,167.79,169.33,167.26,169.21,1097300,0\n05/25/1988,169.23,170.15,168.84,169.01,1160500,0\n05/26/1988,169.07,170.07,168.70,169.85,946700,0\n05/27/1988,169.70,169.96,168.96,169.59,879100,0\n05/31/1988,169.51,173.45,169.41,173.35,1064000,0\n06/01/1988,173.49,177.26,173.49,176.68,1367800,0\n06/02/1988,176.54,178.10,175.78,176.45,1257500,0\n06/03/1988,176.67,178.68,176.51,178.01,1193700,0\n06/06/1988,177.93,179.80,177.88,179.74,1099700,0\n06/07/1988,179.59,181.07,179.16,179.76,1407500,0\n06/08/1988,179.87,183.14,179.77,183.01,1558000,0\n06/09/1988,183.01,183.57,181.90,182.77,1433000,0\n06/10/1988,182.83,185.18,182.33,184.29,1453200,0\n06/13/1988,184.49,185.01,183.76,184.74,1284700,0\n06/14/1988,185.09,187.16,185.09,185.77,1748600,0\n06/15/1988,185.54,186.17,184.46,186.10,1607200,0\n06/16/1988,185.78,185.78,183.82,184.51,1460800,0\n06/17/1988,184.69,184.97,183.37,183.94,1464000,0\n06/20/1988,184.00,184.00,182.76,183.20,1097000,0\n06/21/1988,183.38,184.79,182.78,184.79,1544600,0\n06/22/1988,184.93,187.60,184.93,186.98,1739500,0\n06/23/1988,186.98,187.49,186.32,187.07,1640300,0\n06/24/1988,187.15,187.74,186.64,187.35,1384700,0\n06/27/1988,187.10,187.16,185.04,185.12,1027900,0\n06/28/1988,185.09,188.30,184.73,188.19,1312300,0\n06/29/1988,188.27,189.16,186.89,187.79,1478500,0\n06/30/1988,187.73,189.35,187.43,189.02,1399900,0\n07/01/1988,189.23,190.18,188.92,189.96,1173800,0\n07/05/1988,189.95,191.96,188.76,191.90,1090200,0\n07/06/1988,191.83,192.77,190.10,190.43,1476400,0\n07/07/1988,190.34,190.34,188.04,189.38,1407900,0\n07/08/1988,189.21,189.29,187.80,188.15,1266400,0\n07/11/1988,188.42,188.95,187.43,187.68,1066100,0\n07/12/1988,188.31,188.54,186.20,187.24,1329500,0\n07/13/1988,187.24,188.56,186.55,188.12,1327200,0\n07/14/1988,188.18,188.97,187.35,188.68,1382900,0\n07/15/1988,188.57,189.33,187.99,188.51,1363800,0\n07/18/1988,188.59,189.37,187.66,188.79,1226700,0\n07/19/1988,188.52,188.52,184.96,185.78,1499800,0\n07/20/1988,185.85,186.82,184.68,185.26,1413700,0\n07/21/1988,184.92,184.92,182.10,182.40,1327600,0\n07/22/1988,182.38,182.38,180.37,181.86,2032200,0\n07/25/1988,181.82,182.05,180.62,181.59,969600,0\n07/26/1988,181.30,181.30,179.32,179.71,1111900,0\n07/27/1988,179.74,180.44,176.95,177.37,1259700,0\n07/28/1988,177.46,178.59,176.38,178.22,1162600,0\n07/29/1988,178.51,181.32,178.51,181.16,1208300,0\n08/01/1988,181.15,182.19,180.68,181.44,1059700,0\n08/02/1988,181.43,182.09,179.65,180.54,1244700,0\n08/03/1988,180.69,181.32,180.01,181.07,1236400,0\n08/04/1988,181.15,181.99,180.79,181.18,1146500,0\n08/05/1988,181.17,181.17,179.77,179.90,1062600,0\n08/08/1988,180.04,180.77,179.70,179.82,1024600,0\n08/09/1988,179.95,180.05,176.18,177.27,1278200,0\n08/10/1988,177.07,177.11,172.68,172.68,1366600,0\n08/11/1988,172.96,174.68,172.96,174.63,1328900,0\n08/12/1988,174.52,174.54,173.10,173.74,1092000,0\n08/15/1988,173.63,173.63,169.96,170.09,1126000,0\n08/16/1988,170.09,173.63,169.00,172.65,1289200,0\n08/17/1988,172.54,173.93,171.76,172.90,1238500,0\n08/18/1988,172.88,174.55,172.75,173.55,1157700,0\n08/19/1988,173.69,174.29,172.32,172.82,1183800,0\n08/22/1988,172.73,172.99,169.71,169.90,976800,0\n08/23/1988,169.91,170.38,168.85,169.60,1101100,0\n08/24/1988,169.71,172.16,169.21,171.96,1100700,0\n08/25/1988,171.49,171.51,168.89,170.53,1027900,0\n08/26/1988,170.29,171.21,170.29,170.98,916100,0\n08/29/1988,171.13,173.21,171.13,172.76,834900,0\n08/30/1988,172.85,173.01,171.75,172.37,945500,0\n08/31/1988,172.46,173.25,170.41,170.99,1171400,0\n09/01/1988,170.93,170.93,167.17,168.22,1063800,0\n09/02/1988,168.73,171.88,168.73,171.46,963400,0\n09/06/1988,171.61,172.37,170.90,171.93,869900,0\n09/07/1988,172.15,172.92,170.60,172.10,1178200,0\n09/08/1988,172.07,173.24,170.94,172.96,1166200,0\n09/09/1988,173.07,176.15,171.65,175.48,1248100,0\n09/12/1988,175.64,176.82,175.34,175.60,825100,0\n09/13/1988,175.10,175.94,174.15,175.87,991200,0\n09/14/1988,176.54,177.90,176.01,176.98,1310600,0\n09/15/1988,176.99,177.08,175.24,175.41,1137300,0\n09/16/1988,175.65,176.91,175.16,176.65,1134900,0\n09/19/1988,176.63,176.75,174.71,176.11,998400,0\n09/20/1988,175.74,177.07,175.72,176.80,1146600,0\n09/21/1988,176.78,178.02,176.68,177.80,999500,0\n09/22/1988,177.88,178.66,177.10,178.27,1342600,0\n09/23/1988,178.23,178.23,177.06,177.48,1413700,0\n09/26/1988,177.55,177.76,175.65,175.87,927500,0\n09/27/1988,175.90,176.15,175.31,175.80,1037700,0\n09/28/1988,175.85,177.22,175.28,177.05,1117200,0\n09/29/1988,177.08,179.13,177.08,178.82,1214900,0\n09/30/1988,178.99,180.31,178.55,179.37,1354400,0\n10/03/1988,179.29,179.29,175.78,176.79,1074400,0\n10/04/1988,176.74,177.55,175.85,176.29,1062200,0\n10/05/1988,176.23,176.91,174.95,175.86,1318000,0\n10/06/1988,175.90,176.88,175.32,176.24,1242100,0\n10/07/1988,175.88,176.20,174.12,176.00,1549200,0\n10/10/1988,175.98,176.04,173.48,174.93,968300,0\n10/11/1988,175.07,175.85,174.07,175.63,1209900,0\n10/12/1988,175.27,175.27,172.81,173.29,1184200,0\n10/13/1988,173.15,175.21,172.88,174.84,1123800,0\n10/14/1988,175.48,176.77,174.56,175.37,1191200,0\n10/17/1988,175.49,176.09,175.15,175.79,996500,0\n10/18/1988,176.00,176.99,174.88,176.99,1323300,0\n10/19/1988,177.16,179.24,176.49,176.99,1425600,0\n10/20/1988,177.07,180.52,177.07,180.37,1326800,0\n10/21/1988,180.07,180.40,179.12,179.74,1387200,0\n10/24/1988,179.79,180.22,178.20,178.41,1096300,0\n10/25/1988,178.49,178.56,176.85,177.40,1116700,0\n10/26/1988,177.31,177.45,175.46,176.35,1104100,0\n10/27/1988,176.02,176.02,172.96,174.28,1226600,0\n10/28/1988,174.28,175.18,174.00,174.88,1060100,0\n10/31/1988,174.87,175.03,173.15,174.78,978800,0\n11/01/1988,174.77,175.62,173.83,174.60,1103500,0\n11/02/1988,174.60,174.60,172.71,174.01,1215400,0\n11/03/1988,173.90,174.68,173.41,174.25,1171400,0\n11/04/1988,173.79,174.77,172.74,173.56,1056200,0\n11/07/1988,173.46,173.46,171.05,171.34,1014200,0\n11/08/1988,171.62,174.40,171.62,173.75,1132500,0\n11/09/1988,173.60,173.72,172.40,173.49,1104000,0\n11/10/1988,173.51,174.08,172.55,173.27,1057300,0\n11/11/1988,173.23,173.23,169.09,169.24,1096800,0\n11/14/1988,169.41,169.98,167.85,168.96,1007700,0\n11/15/1988,169.01,169.57,167.98,168.10,1118800,0\n11/16/1988,168.41,168.50,165.18,165.52,1279900,0\n11/17/1988,165.66,166.63,165.46,166.21,1401500,0\n11/18/1988,166.15,166.76,165.46,166.52,1032400,0\n11/21/1988,165.38,165.38,162.65,163.82,1119300,0\n11/22/1988,163.90,164.72,163.27,164.35,1170800,0\n11/23/1988,164.47,167.49,164.47,167.19,1036600,0\n11/25/1988,167.07,167.07,165.12,165.72,500600,0\n11/28/1988,165.64,166.46,164.44,165.99,938000,0\n11/29/1988,166.14,167.30,165.60,167.17,1048200,0\n11/30/1988,167.21,169.49,167.21,169.18,1253400,0\n12/01/1988,169.13,171.82,168.74,171.33,1232700,0\n12/02/1988,171.29,172.64,170.20,171.62,1250200,0\n12/05/1988,172.85,173.96,172.85,172.85,1186700,0\n12/06/1988,172.85,174.01,171.68,174.01,1160600,0\n12/07/1988,174.01,174.24,172.76,172.84,1224800,0\n12/08/1988,172.84,172.90,171.26,171.88,1098700,0\n12/09/1988,171.88,172.26,171.21,171.79,1135600,0\n12/12/1988,171.79,172.62,170.85,171.11,992200,0\n12/13/1988,171.09,171.09,169.79,170.26,1141400,0\n12/14/1988,170.26,171.54,170.06,170.87,1177400,0\n12/15/1988,171.01,172.19,171.01,171.62,1116200,0\n12/16/1988,171.62,174.24,171.55,174.01,1331400,0\n12/19/1988,174.01,175.68,173.76,175.39,1311800,0\n12/20/1988,175.39,176.82,174.94,175.07,1385000,0\n12/21/1988,175.07,175.53,173.91,174.66,1374100,0\n12/22/1988,174.66,175.12,173.87,174.76,1531400,0\n12/23/1988,174.76,175.94,174.72,175.61,777100,0\n12/27/1988,175.61,176.43,174.92,175.22,807800,0\n12/28/1988,175.22,175.24,174.13,175.13,1051500,0\n12/29/1988,175.13,176.99,175.01,176.68,1211400,0\n12/30/1988,176.68,177.86,176.57,177.41,1369400,0\n01/03/1989,177.40,177.40,172.95,174.63,936600,0\n01/04/1989,174.93,177.85,174.93,177.56,1212700,0\n01/05/1989,177.56,179.25,177.07,177.49,1350400,0\n01/06/1989,177.49,178.51,177.28,177.52,1236500,0\n01/09/1989,177.52,178.57,176.90,177.65,1099300,0\n01/10/1989,177.65,177.76,176.36,177.07,1135200,0\n01/11/1989,177.07,177.82,176.18,177.60,1157700,0\n01/12/1989,177.82,179.45,177.82,179.00,1354300,0\n01/13/1989,179.00,179.41,178.43,179.10,1228600,0\n01/16/1989,179.10,179.84,178.58,179.20,1051600,0\n01/17/1989,179.20,179.20,176.73,177.09,1377600,0\n01/18/1989,177.09,179.06,176.35,178.65,1405200,0\n01/19/1989,178.65,181.62,178.65,180.57,1623000,0\n01/20/1989,180.57,181.32,179.24,180.32,1520700,0\n01/23/1989,180.32,180.73,178.07,178.21,1140200,0\n01/24/1989,178.21,180.55,177.90,180.18,1325900,0\n01/25/1989,180.18,181.88,180.18,181.56,1215900,0\n01/26/1989,181.56,184.11,180.76,183.99,1416800,0\n01/27/1989,183.99,184.59,182.26,183.54,1762000,0\n01/30/1989,183.54,185.01,183.54,184.79,1239400,0\n01/31/1989,184.79,186.69,183.98,186.47,1370500,0\n02/01/1989,186.47,188.64,186.47,188.37,1528900,0\n02/02/1989,188.37,191.13,188.10,189.87,1637900,0\n02/03/1989,189.87,190.64,188.94,189.98,1433500,0\n02/06/1989,189.98,190.29,188.79,189.46,1282900,0\n02/07/1989,189.46,192.99,189.22,192.05,1569100,0\n02/08/1989,192.05,192.63,189.88,190.05,1527300,0\n02/09/1989,190.05,190.48,188.07,188.69,1466800,0\n02/10/1989,188.69,188.69,185.45,185.71,1327300,0\n02/13/1989,185.71,186.18,184.61,185.40,1144900,0\n02/14/1989,185.40,186.93,185.21,185.63,1328800,0\n02/15/1989,185.63,187.43,185.45,187.41,1231800,0\n02/16/1989,187.41,188.35,187.26,187.82,1492500,0\n02/17/1989,187.82,189.44,187.60,188.51,1141500,0\n02/21/1989,188.51,188.86,187.32,188.17,1152300,0\n02/22/1989,188.17,188.17,184.68,185.76,1295200,0\n02/23/1989,185.76,186.76,184.33,186.47,1168600,0\n02/24/1989,186.47,186.79,184.35,184.59,1229100,0\n02/27/1989,184.59,184.63,183.24,183.82,1094000,0\n02/28/1989,183.82,185.04,183.23,183.79,1222100,0\n03/01/1989,183.79,185.46,183.34,183.60,1287300,0\n03/02/1989,183.60,185.54,183.60,185.46,1294900,0\n03/03/1989,185.46,186.16,184.93,185.82,1359900,0\n03/06/1989,185.82,187.58,185.82,187.51,1222100,0\n03/07/1989,187.51,187.53,185.64,186.70,1359300,0\n03/08/1989,186.70,187.68,185.93,186.26,1501400,0\n03/09/1989,186.26,186.41,185.10,185.35,1420600,0\n03/10/1989,185.35,185.66,184.18,184.99,1333700,0\n03/13/1989,184.99,186.39,184.57,185.88,1183800,0\n03/14/1989,185.88,186.54,185.02,185.35,1376100,0\n03/15/1989,185.35,186.49,185.07,185.37,1412300,0\n03/16/1989,185.37,187.42,185.13,187.13,1506800,0\n03/17/1989,187.13,187.13,181.79,182.01,1393500,0\n03/20/1989,182.01,182.01,178.96,179.88,1198400,0\n03/21/1989,179.88,182.24,179.88,182.04,1237300,0\n03/22/1989,182.04,182.04,180.20,180.59,1363800,0\n03/23/1989,180.59,181.65,180.02,181.04,1491800,0\n03/27/1989,181.04,181.79,180.36,181.15,988400,0\n03/28/1989,181.15,182.57,181.15,182.01,1125500,0\n03/29/1989,182.01,183.34,181.66,183.34,1229600,0\n03/30/1989,183.34,184.46,182.32,184.37,1156100,0\n03/31/1989,184.37,186.18,184.37,185.87,1250100,0\n04/03/1989,185.87,186.79,185.66,185.83,1225300,0\n04/04/1989,185.83,185.91,184.45,185.54,1395900,0\n04/05/1989,185.54,186.24,184.99,186.09,1207500,0\n04/06/1989,186.09,186.22,185.01,186.20,1140400,0\n04/07/1989,186.20,188.60,186.13,188.40,1335800,0\n04/10/1989,188.40,189.43,188.31,189.27,1098400,0\n04/11/1989,189.27,191.52,189.27,190.91,1332700,0\n04/12/1989,190.91,193.60,190.91,192.53,1613000,0\n04/13/1989,192.53,193.45,191.15,191.83,1429900,0\n04/14/1989,191.83,194.71,191.82,194.63,1446500,0\n04/17/1989,194.63,195.12,194.08,194.59,1152200,0\n04/18/1989,194.59,197.27,194.59,196.83,1534800,0\n04/19/1989,196.83,198.72,196.73,198.07,1550100,0\n04/20/1989,198.07,198.49,195.80,197.65,1410300,0\n04/21/1989,197.65,199.05,197.40,198.86,1494700,0\n04/24/1989,198.86,198.86,197.85,198.32,981700,0\n04/25/1989,198.32,199.30,196.82,197.24,1236500,0\n04/26/1989,197.24,197.76,196.68,197.25,1366600,0\n04/27/1989,197.25,199.81,197.14,199.57,1374100,0\n04/28/1989,199.57,200.49,198.81,200.47,1292400,0\n05/01/1989,200.47,201.10,199.15,200.75,1167200,0\n05/02/1989,200.75,201.63,200.15,200.74,1409800,0\n05/03/1989,200.74,202.04,200.60,201.59,1424900,0\n05/04/1989,201.59,202.99,201.41,202.10,1463800,0\n05/05/1989,202.10,205.26,202.10,203.44,1560700,0\n05/08/1989,203.44,203.96,201.85,203.04,1290300,0\n05/09/1989,203.04,204.05,201.81,202.68,1356500,0\n05/10/1989,202.68,203.54,202.38,203.01,1296600,0\n05/11/1989,203.01,204.04,202.77,203.51,1449900,0\n05/12/1989,203.51,207.18,203.51,207.15,1663600,0\n05/15/1989,207.15,209.16,207.00,208.90,1336600,0\n05/16/1989,208.90,209.13,207.44,208.26,1434600,0\n05/17/1989,208.26,211.29,208.26,210.73,1699900,0\n05/18/1989,210.73,211.48,210.20,211.06,1634500,0\n05/19/1989,211.06,213.13,211.06,212.61,1819600,0\n05/22/1989,212.61,213.70,211.46,212.37,1246100,0\n05/23/1989,212.37,212.44,210.54,210.63,1409600,0\n05/24/1989,210.63,212.07,209.71,211.99,1223600,0\n05/25/1989,211.99,213.77,211.88,212.84,1291600,0\n05/26/1989,212.84,214.46,212.63,214.43,1169900,0\n05/30/1989,214.43,215.18,212.38,213.59,1161300,0\n05/31/1989,213.59,215.07,213.04,214.54,1238100,0\n06/01/1989,214.54,216.20,214.04,215.59,1358700,0\n06/02/1989,215.59,218.11,215.28,217.79,1638000,0\n06/05/1989,217.79,218.15,213.19,213.40,1377300,0\n06/06/1989,213.40,215.05,212.82,214.40,1427500,0\n06/07/1989,214.40,220.18,214.40,219.88,1602200,0\n06/08/1989,219.88,220.81,219.15,219.39,1559600,0\n06/09/1989,219.39,219.46,217.86,218.79,1404400,0\n06/12/1989,218.79,218.79,216.86,218.60,1255600,0\n06/13/1989,218.60,218.60,215.27,216.54,1469500,0\n06/14/1989,216.54,217.73,215.75,216.66,1316200,0\n06/15/1989,216.66,216.70,212.65,213.09,1375000,0\n06/16/1989,213.09,213.09,211.06,212.82,1321100,0\n06/19/1989,212.82,213.15,210.53,212.29,1095900,0\n06/20/1989,212.29,213.11,210.98,211.04,1370700,0\n06/21/1989,211.04,212.51,210.39,210.91,1364000,0\n06/22/1989,210.91,212.45,210.65,212.22,1327900,0\n06/23/1989,212.22,214.44,212.22,214.26,1531500,0\n06/26/1989,214.26,215.53,213.57,213.62,1095500,0\n06/27/1989,213.62,215.09,213.62,213.93,1190200,0\n06/28/1989,213.93,213.93,209.99,211.07,1274900,0\n06/29/1989,211.07,211.07,205.95,206.77,1420300,0\n06/30/1989,206.77,206.99,201.99,204.59,1371000,0\n07/03/1989,204.59,205.66,203.61,205.46,532000,0\n07/05/1989,205.46,206.79,204.60,206.37,945200,0\n07/06/1989,206.37,207.67,206.37,207.67,1180500,0\n07/07/1989,207.67,210.22,207.47,209.58,1203100,0\n07/10/1989,209.58,210.03,208.70,209.33,1127400,0\n07/11/1989,209.33,211.13,209.33,209.94,1421400,0\n07/12/1989,209.94,211.18,209.36,210.87,1472600,0\n07/13/1989,210.87,212.25,210.22,211.48,1301100,0\n07/14/1989,211.48,212.90,210.54,212.87,1288500,0\n07/17/1989,212.87,214.15,212.10,213.74,1078900,0\n07/18/1989,213.74,213.74,210.99,211.38,1318800,0\n07/19/1989,211.38,213.62,211.38,213.61,1598800,0\n07/20/1989,213.61,214.19,211.01,211.10,1666200,0\n07/21/1989,211.10,211.62,209.88,210.87,1447600,0\n07/24/1989,210.87,210.87,208.05,208.12,1080600,0\n07/25/1989,208.12,210.61,207.59,208.01,1276500,0\n07/26/1989,208.01,209.90,207.52,209.90,1244700,0\n07/27/1989,209.90,213.02,209.90,212.76,1402500,0\n07/28/1989,212.76,213.36,212.07,213.15,1289000,0\n07/31/1989,213.15,214.34,212.08,214.27,1119000,0\n08/01/1989,214.27,215.49,212.51,212.84,1368800,0\n08/02/1989,212.84,212.94,211.63,212.84,1301800,0\n08/03/1989,212.84,214.95,212.84,214.56,1460100,0\n08/04/1989,214.56,215.73,213.23,215.14,1336700,0\n08/07/1989,215.14,219.02,215.14,218.76,1352500,0\n08/08/1989,218.76,220.09,217.85,219.73,1602700,0\n08/09/1989,219.73,220.41,217.74,217.85,1556900,0\n08/10/1989,217.85,218.16,216.02,217.42,1344300,0\n08/11/1989,217.42,219.41,215.69,216.30,1392600,0\n08/14/1989,216.30,216.30,214.55,214.81,1446600,0\n08/15/1989,214.81,215.88,214.58,215.87,1334900,0\n08/16/1989,215.87,216.78,214.37,214.87,1292500,0\n08/17/1989,214.87,216.24,214.34,216.15,1363200,0\n08/18/1989,216.15,217.19,215.96,216.72,1345200,0\n08/21/1989,216.72,217.24,214.13,214.18,1086200,0\n08/22/1989,214.18,215.40,213.34,215.38,1190300,0\n08/23/1989,215.38,217.83,215.38,217.49,1396900,0\n08/24/1989,217.49,220.56,217.49,220.40,1448100,0\n08/25/1989,220.40,221.42,220.08,220.82,1267300,0\n08/28/1989,220.82,221.51,219.52,221.46,1002400,0\n08/29/1989,221.46,222.10,219.73,220.30,1286100,0\n08/30/1989,220.30,221.91,220.30,221.40,1217000,0\n08/31/1989,221.40,222.15,221.38,222.01,1177600,0\n09/01/1989,222.01,223.95,222.01,223.51,1134600,0\n09/05/1989,223.51,224.88,223.49,223.58,1211400,0\n09/06/1989,223.58,223.58,220.33,221.67,1364300,0\n09/07/1989,221.67,223.07,221.08,221.20,1340000,0\n09/08/1989,221.20,222.91,219.79,222.65,1300600,0\n09/11/1989,222.65,223.71,221.83,222.96,1134900,0\n09/12/1989,222.96,224.93,222.96,224.32,1510600,0\n09/13/1989,224.32,227.32,224.32,224.62,1599400,0\n09/14/1989,224.62,224.79,222.39,222.41,1420300,0\n09/15/1989,222.41,223.91,221.39,221.96,1309200,0\n09/18/1989,221.96,222.01,220.62,221.75,1050500,0\n09/19/1989,221.75,222.68,221.46,221.93,1367100,0\n09/20/1989,221.93,222.76,221.40,222.30,1370500,0\n09/21/1989,222.30,224.43,222.18,222.65,1386200,0\n09/22/1989,222.65,224.21,222.24,223.89,1488900,0\n09/25/1989,223.89,224.98,223.13,223.89,1080900,0\n09/26/1989,223.89,224.77,223.44,223.87,1233800,0\n09/27/1989,223.87,223.87,220.98,223.80,1231800,0\n09/28/1989,223.80,226.25,223.80,226.25,1331300,0\n09/29/1989,226.25,227.63,225.80,226.39,1363800,0\n10/02/1989,226.41,228.12,225.64,228.11,1089500,0\n10/03/1989,228.11,229.04,227.85,228.74,1512000,0\n10/04/1989,228.74,231.38,228.74,230.90,1643600,0\n10/05/1989,230.90,232.85,229.77,231.74,1510900,0\n10/06/1989,231.74,234.88,231.74,234.40,1559900,0\n10/09/1989,234.40,236.98,233.21,236.79,842700,0\n10/10/1989,236.79,238.85,234.98,236.09,1369600,0\n10/11/1989,236.09,236.09,233.57,235.09,1330100,0\n10/12/1989,235.09,236.00,234.35,234.54,1309600,0\n10/13/1989,234.54,235.53,224.51,224.66,1677100,0\n10/16/1989,224.66,225.03,213.60,224.95,2428400,0\n10/17/1989,224.95,225.87,220.43,224.24,1614700,0\n10/18/1989,224.24,226.57,222.49,226.52,1476500,0\n10/19/1989,226.52,231.86,226.52,231.53,1734600,0\n10/20/1989,231.53,231.65,229.22,231.05,1581600,0\n10/23/1989,231.05,231.65,228.21,228.76,1171800,0\n10/24/1989,228.76,228.76,223.26,226.18,1524800,0\n10/25/1989,226.18,228.11,225.93,226.12,1321200,0\n10/26/1989,226.12,226.12,221.99,222.05,1287300,0\n10/27/1989,222.05,222.68,217.21,218.84,1327900,0\n10/30/1989,218.84,220.53,217.76,219.07,1010700,0\n10/31/1989,219.07,223.12,219.07,222.62,1280200,0\n11/01/1989,222.62,224.10,222.01,223.31,1186200,0\n11/02/1989,223.31,223.31,218.39,219.45,1360000,0\n11/03/1989,219.45,220.71,218.62,219.05,1104700,0\n11/06/1989,219.05,219.26,215.13,215.18,1110800,0\n11/07/1989,215.18,217.99,214.65,217.65,1305500,0\n11/08/1989,217.65,221.73,217.65,220.37,1379000,0\n11/09/1989,220.37,221.24,219.73,220.65,1267900,0\n11/10/1989,220.65,223.20,220.65,222.53,1090500,0\n11/13/1989,222.53,223.55,221.47,222.76,1092000,0\n11/14/1989,222.76,223.08,220.25,221.37,1237700,0\n11/15/1989,221.37,222.55,219.63,222.35,1330100,0\n11/16/1989,222.35,222.82,220.68,221.70,1466400,0\n11/17/1989,221.70,223.23,221.30,222.63,1213900,0\n11/20/1989,222.63,223.92,221.07,223.41,1149200,0\n11/21/1989,223.41,224.00,221.73,222.76,1242300,0\n11/22/1989,222.76,224.34,222.43,223.63,1397700,0\n11/24/1989,223.63,225.04,223.63,224.84,536700,0\n11/27/1989,224.84,225.76,223.45,223.65,1081800,0\n11/28/1989,223.65,224.35,222.88,223.59,1253400,0\n11/29/1989,223.59,223.59,222.10,223.49,1220100,0\n11/30/1989,223.49,224.98,222.50,224.45,1296000,0\n12/01/1989,224.45,226.40,224.45,225.32,1384700,0\n12/04/1989,225.32,226.91,224.33,226.72,1137800,0\n12/05/1989,226.72,227.85,226.46,227.30,1320200,0\n12/06/1989,227.30,227.65,224.11,224.15,1439500,0\n12/07/1989,224.15,225.38,223.77,224.76,1439800,0\n12/08/1989,224.76,225.60,223.57,224.02,1281400,0\n12/11/1989,224.02,224.02,219.15,220.26,1333900,0\n12/12/1989,220.26,220.48,217.31,217.80,1505400,0\n12/13/1989,217.80,219.13,217.32,217.91,1846600,0\n12/14/1989,217.91,217.91,215.01,216.35,1442600,0\n12/15/1989,216.35,217.46,212.63,214.14,1443900,0\n12/18/1989,214.14,215.44,209.93,210.85,1467000,0\n12/19/1989,210.85,211.71,208.68,211.18,1636300,0\n12/20/1989,211.18,213.24,210.93,213.24,1524300,0\n12/21/1989,213.24,216.37,213.24,216.23,1642800,0\n12/22/1989,216.23,219.21,216.23,217.63,1102300,0\n12/26/1989,217.63,218.71,217.19,217.62,744900,0\n12/27/1989,217.62,221.57,217.62,221.57,1153100,0\n12/28/1989,221.57,221.68,220.36,221.58,1289700,0\n12/29/1989,221.58,223.86,221.55,223.84,1641100,0\n01/02/1990,223.84,227.73,220.43,227.73,1107200,0\n01/03/1990,227.73,228.94,226.10,226.10,1526600,0\n01/04/1990,226.10,226.18,222.71,224.71,1479500,0\n01/05/1990,224.71,224.79,222.89,223.14,1372300,0\n01/08/1990,223.14,223.58,221.64,223.54,1155000,0\n01/09/1990,223.54,224.33,221.08,221.18,1331300,0\n01/10/1990,221.18,221.18,216.46,216.55,1438900,0\n01/11/1990,216.55,218.22,213.51,213.51,1330000,0\n01/12/1990,213.51,213.51,208.40,208.79,1435000,0\n01/15/1990,208.79,209.34,207.29,207.62,1080600,0\n01/16/1990,207.62,212.00,204.76,211.91,1475900,0\n01/17/1990,211.91,213.90,210.45,210.60,1391500,0\n01/18/1990,210.60,210.63,208.31,210.57,1363300,0\n01/19/1990,210.57,214.89,210.57,213.91,1521700,0\n01/22/1990,213.91,213.91,207.88,208.06,1304900,0\n01/23/1990,208.06,209.99,206.07,207.48,1414400,0\n01/24/1990,207.48,209.75,205.75,206.74,1634300,0\n01/25/1990,206.74,209.83,205.47,205.77,1305000,0\n01/26/1990,205.77,206.75,201.24,203.24,1363400,0\n01/29/1990,203.24,204.82,200.12,202.05,1185900,0\n01/30/1990,202.05,202.05,196.68,197.65,1601600,0\n01/31/1990,197.65,201.96,197.65,201.94,1480000,0\n02/01/1990,201.94,203.04,200.52,203.04,1354700,0\n02/02/1990,203.04,206.76,202.69,205.62,1350200,0\n02/05/1990,205.62,206.84,205.07,206.49,1083500,0\n02/06/1990,206.49,206.71,203.77,205.07,1197000,0\n02/07/1990,205.07,207.20,202.91,206.80,1493000,0\n02/08/1990,206.80,209.58,206.80,207.24,1400300,0\n02/09/1990,207.24,208.74,206.92,208.49,1253300,0\n02/12/1990,208.49,208.52,205.95,206.88,1130300,0\n02/13/1990,206.88,207.99,205.35,207.20,1272300,0\n02/14/1990,207.20,208.54,206.99,208.06,1395400,0\n02/15/1990,208.06,210.10,206.87,209.93,1523800,0\n02/16/1990,209.93,210.43,208.31,208.35,1202200,0\n02/20/1990,208.35,208.35,203.35,205.07,1082800,0\n02/21/1990,205.07,205.44,201.82,204.75,1201000,0\n02/22/1990,204.75,206.85,203.98,204.19,1348700,0\n02/23/1990,204.19,204.19,200.40,201.79,1172200,0\n02/26/1990,201.79,204.68,201.40,204.63,1146000,0\n02/27/1990,204.65,206.71,204.65,205.79,1308500,0\n02/28/1990,205.79,208.59,205.60,207.91,1294000,0\n03/01/1990,207.91,210.02,206.52,209.10,1342400,0\n03/02/1990,209.10,211.54,208.90,211.54,1323700,0\n03/05/1990,211.54,212.08,209.35,210.39,1110000,0\n03/06/1990,210.39,212.51,207.67,210.96,1391500,0\n03/07/1990,210.96,211.87,209.81,210.15,1675500,0\n03/08/1990,210.15,213.57,209.61,213.11,1457300,0\n03/09/1990,213.11,214.13,212.48,213.82,1351200,0\n03/12/1990,213.82,213.83,211.92,213.52,1038400,0\n03/13/1990,213.52,214.02,211.49,211.51,1236200,0\n03/14/1990,211.51,212.85,210.71,212.27,1221800,0\n03/15/1990,212.30,214.13,212.10,213.48,1286800,0\n03/16/1990,214.08,218.80,214.08,217.96,1760400,0\n03/19/1990,217.96,220.13,215.96,219.87,1294000,0\n03/20/1990,219.87,220.10,216.25,216.93,1442200,0\n03/21/1990,216.93,217.82,215.70,215.85,1310800,0\n03/22/1990,215.85,216.26,211.23,212.54,1462200,0\n03/23/1990,212.54,215.38,212.54,214.49,1307400,0\n03/26/1990,214.49,217.27,214.49,216.43,962800,0\n03/27/1990,216.43,217.95,214.97,217.47,1069100,0\n03/28/1990,217.47,217.47,213.22,214.23,1322600,0\n03/29/1990,214.23,214.61,212.37,213.11,1241900,0\n03/30/1990,213.11,214.26,211.71,213.15,1266300,0\n04/02/1990,213.15,213.15,209.90,212.67,1113800,0\n04/03/1990,212.67,216.81,212.67,216.81,1347500,0\n04/04/1990,216.81,217.73,214.58,215.48,1383800,0\n04/05/1990,215.48,216.05,213.87,214.06,1342400,0\n04/06/1990,214.06,214.70,212.01,212.48,1365700,0\n04/09/1990,212.48,213.15,211.27,212.12,1123700,0\n04/10/1990,212.12,214.04,211.95,213.23,1295000,0\n04/11/1990,213.23,215.60,213.23,214.52,1338200,0\n04/12/1990,214.52,217.19,214.52,216.04,1414100,0\n04/16/1990,216.04,218.25,216.04,216.93,1246500,0\n04/17/1990,216.88,216.88,214.40,216.50,1364500,0\n04/18/1990,216.50,217.10,212.80,213.15,1497500,0\n04/19/1990,213.15,213.15,210.71,210.87,1456400,0\n04/20/1990,210.87,212.07,207.93,208.62,1503200,0\n04/23/1990,208.58,208.58,203.76,205.63,1259900,0\n04/24/1990,205.63,207.85,204.23,204.76,1267900,0\n04/25/1990,204.76,205.93,204.46,205.58,1217100,0\n04/26/1990,205.58,207.10,204.74,205.79,1159300,0\n04/27/1990,205.79,206.52,203.01,203.67,1160100,0\n04/30/1990,203.67,206.05,202.97,205.82,1057900,0\n05/01/1990,205.82,207.59,205.82,207.04,1241300,0\n05/02/1990,207.04,208.68,207.04,208.50,1432600,0\n05/03/1990,208.58,211.26,208.58,210.09,1608500,0\n05/04/1990,210.09,212.73,209.90,212.71,1368100,0\n05/07/1990,212.71,216.05,212.71,215.03,1226900,0\n05/08/1990,215.03,215.63,214.18,215.17,1338400,0\n05/09/1990,215.17,215.65,214.12,215.43,1466300,0\n05/10/1990,215.43,217.07,214.87,216.81,1424900,0\n05/11/1990,216.81,221.10,216.62,220.89,1675600,0\n05/14/1990,220.92,225.68,220.92,223.86,1771700,0\n05/15/1990,223.86,224.79,222.29,224.49,1623300,0\n05/16/1990,224.49,225.21,222.51,225.13,1524900,0\n05/17/1990,225.13,227.30,225.13,226.64,1714100,0\n05/18/1990,226.64,228.98,225.85,228.51,1914100,0\n05/21/1990,228.51,232.41,228.51,232.21,1694700,0\n05/22/1990,232.21,234.73,230.95,232.85,1901600,0\n05/23/1990,232.85,236.12,232.10,236.06,1887400,0\n05/24/1990,236.06,237.82,235.81,237.04,1743300,0\n05/25/1990,236.99,236.99,232.01,232.20,1521900,0\n05/29/1990,232.20,235.99,232.02,235.84,1340000,0\n05/30/1990,235.84,237.93,235.24,236.35,1693500,0\n05/31/1990,236.35,237.47,234.78,236.15,1572600,0\n06/01/1990,236.15,238.67,236.15,237.88,1680600,0\n06/04/1990,237.88,240.26,235.93,240.11,1421700,0\n06/05/1990,240.11,240.97,236.99,237.85,1734600,0\n06/06/1990,237.85,238.79,236.68,238.05,1565200,0\n06/07/1990,238.05,239.59,235.93,237.38,1510400,0\n06/08/1990,237.38,237.38,233.15,234.73,1379000,0\n06/11/1990,234.73,236.97,232.76,236.95,1122200,0\n06/12/1990,236.95,240.21,236.83,240.11,1632900,0\n06/13/1990,240.11,242.85,240.08,242.05,1635500,0\n06/14/1990,242.05,242.12,239.26,240.51,1551700,0\n06/15/1990,240.51,241.37,239.51,240.79,1685000,0\n06/18/1990,240.79,240.79,236.29,236.71,1576500,0\n06/19/1990,236.71,237.27,234.94,236.77,1429800,0\n06/20/1990,236.77,238.38,235.71,237.32,1480900,0\n06/21/1990,237.32,238.26,236.09,238.15,1442900,0\n06/22/1990,238.15,239.57,235.69,235.74,1675400,0\n06/25/1990,235.74,236.54,232.66,232.91,1135600,0\n06/26/1990,232.91,235.60,232.59,232.94,1316200,0\n06/27/1990,232.94,235.48,231.76,234.95,1374500,0\n06/28/1990,235.26,237.73,235.26,237.41,1488200,0\n06/29/1990,237.49,238.93,237.49,238.46,1588100,0\n07/02/1990,238.46,238.90,237.57,238.42,1141500,0\n07/03/1990,238.42,238.42,236.82,238.18,1310200,0\n07/05/1990,238.18,238.18,236.21,237.30,977600,0\n07/06/1990,237.30,238.73,235.84,238.46,1014000,0\n07/09/1990,238.46,240.18,238.25,239.60,1185000,0\n07/10/1990,239.60,240.45,238.04,238.66,1422700,0\n07/11/1990,238.66,240.82,237.19,240.77,1590300,0\n07/12/1990,240.77,243.59,239.93,243.43,1537000,0\n07/13/1990,243.43,246.47,243.13,244.74,1605900,0\n07/16/1990,244.74,246.82,244.25,246.18,1380700,0\n07/17/1990,246.18,246.39,240.93,241.52,1678100,0\n07/18/1990,241.52,241.52,237.32,238.22,1589900,0\n07/19/1990,238.22,238.22,233.14,236.40,1825600,0\n07/20/1990,236.40,237.82,232.13,232.44,1745800,0\n07/23/1990,232.44,232.44,224.37,227.38,1688800,0\n07/24/1990,227.38,229.27,222.04,226.49,1605000,0\n07/25/1990,226.49,229.63,226.49,228.76,1416000,0\n07/26/1990,228.76,229.07,226.10,227.20,1360600,0\n07/27/1990,227.20,227.20,224.98,225.63,1218000,0\n07/30/1990,225.63,225.63,221.36,223.92,1204400,0\n07/31/1990,223.92,224.86,221.93,223.38,1351500,0\n08/01/1990,223.38,224.63,221.65,223.12,1289800,0\n08/02/1990,223.10,223.10,217.18,218.97,1465400,0\n08/03/1990,218.97,218.97,204.62,212.60,2031700,0\n08/06/1990,212.60,212.60,200.87,201.46,1748100,0\n08/07/1990,201.46,206.54,201.46,202.65,1654700,0\n08/08/1990,202.65,206.03,202.65,205.58,1448500,0\n08/09/1990,205.58,209.88,205.58,209.13,1299300,0\n08/10/1990,209.13,209.46,204.55,206.23,1120300,0\n08/13/1990,206.23,207.88,203.21,207.42,876400,0\n08/14/1990,207.42,209.34,206.82,208.29,1074900,0\n08/15/1990,208.29,210.87,207.98,208.46,1052400,0\n08/16/1990,208.46,208.46,202.18,202.19,1149000,0\n08/17/1990,202.19,202.19,194.03,196.85,1469500,0\n08/20/1990,196.85,197.93,192.70,193.10,1154700,0\n08/21/1990,193.10,193.10,184.11,188.26,1664900,0\n08/22/1990,188.26,191.34,184.99,185.01,1461000,0\n08/23/1990,185.01,185.01,177.05,178.29,2027600,0\n08/24/1990,178.29,185.05,178.29,184.96,1610800,0\n08/27/1990,184.96,194.88,184.96,193.98,1294000,0\n08/28/1990,193.98,195.99,193.04,194.90,1178000,0\n08/29/1990,194.90,194.90,192.23,192.90,1180700,0\n08/30/1990,192.90,194.20,190.57,190.73,1063000,0\n08/31/1990,190.73,193.70,189.30,193.62,798500,0\n09/04/1990,193.62,194.87,191.32,194.74,781400,0\n09/05/1990,194.74,195.88,193.26,193.82,890500,0\n09/06/1990,193.82,193.82,189.57,190.67,987300,0\n09/07/1990,190.67,192.51,188.26,191.80,1031600,0\n09/10/1990,191.80,195.87,191.80,192.65,962600,0\n09/11/1990,192.65,192.84,189.54,190.96,1000700,0\n09/12/1990,190.96,192.77,190.06,192.35,984700,0\n09/13/1990,192.35,193.73,189.17,189.72,1056500,0\n09/14/1990,189.72,189.79,187.51,189.52,1034900,0\n09/17/1990,189.52,190.41,187.96,189.60,940200,0\n09/18/1990,189.60,189.60,186.75,189.43,1150700,0\n09/19/1990,189.43,190.90,188.49,188.77,1208700,0\n09/20/1990,188.77,188.77,183.68,183.98,1079200,0\n09/21/1990,183.98,184.87,181.40,183.20,1242400,0\n09/24/1990,183.20,183.20,176.27,177.60,1148300,0\n09/25/1990,177.60,180.72,177.40,180.71,1099300,0\n09/26/1990,180.71,180.94,177.59,179.46,1187100,0\n09/27/1990,179.46,181.63,173.05,174.19,1532800,0\n09/28/1990,174.19,177.09,169.32,177.05,1575100,0\n10/01/1990,177.05,184.95,177.05,184.74,1243800,0\n10/02/1990,184.74,189.05,184.74,184.92,1358100,0\n10/03/1990,184.92,184.92,180.04,180.51,1060300,0\n10/04/1990,180.51,180.63,177.90,179.49,1049900,0\n10/05/1990,179.49,180.68,174.63,178.37,1096400,0\n10/08/1990,178.37,180.79,178.37,179.57,749100,0\n10/09/1990,179.57,179.57,173.05,173.63,1095800,0\n10/10/1990,173.63,173.63,169.20,169.46,1210400,0\n10/11/1990,169.46,170.30,163.60,165.20,1408500,0\n10/12/1990,165.20,167.64,162.55,166.71,1323300,0\n10/15/1990,166.71,169.54,165.13,169.35,1042200,0\n10/16/1990,169.35,169.74,164.96,165.49,1171300,0\n10/17/1990,165.49,168.48,164.21,167.27,1217800,0\n10/18/1990,167.27,172.58,167.22,172.38,1392900,0\n10/19/1990,172.38,176.20,172.38,174.62,1591100,0\n10/22/1990,174.62,179.61,173.76,178.57,1146700,0\n10/23/1990,178.57,180.13,177.35,178.40,1200800,0\n10/24/1990,178.40,178.61,176.13,178.47,1267300,0\n10/25/1990,178.47,179.59,175.63,177.34,1043900,0\n10/26/1990,177.34,177.34,173.95,174.21,1015000,0\n10/29/1990,174.21,175.18,171.18,171.76,922300,0\n10/30/1990,171.76,173.17,169.79,172.99,1090100,0\n10/31/1990,172.99,174.55,171.95,172.55,1187800,0\n11/01/1990,172.55,173.23,170.88,172.88,1079500,0\n11/02/1990,172.88,177.18,172.68,176.87,1126500,0\n11/05/1990,176.87,180.70,176.87,180.46,990000,0\n11/06/1990,180.46,182.58,179.80,180.26,1107300,0\n11/07/1990,180.26,180.26,176.61,177.08,1098000,0\n11/08/1990,177.08,179.14,176.20,177.71,1069100,0\n11/09/1990,177.71,182.24,177.71,182.24,1133500,0\n11/12/1990,182.24,188.88,182.24,188.67,1193000,0\n11/13/1990,188.67,190.85,187.79,189.88,1233700,0\n11/14/1990,189.88,192.67,189.13,192.45,1308100,0\n11/15/1990,192.45,192.45,188.63,189.55,1179700,0\n11/16/1990,189.55,189.55,183.16,184.96,1319700,0\n11/19/1990,184.96,187.49,184.96,187.04,1082600,0\n11/20/1990,187.04,187.54,183.07,183.32,1266800,0\n11/21/1990,183.32,184.20,182.36,183.93,1166700,0\n11/23/1990,183.93,185.26,183.87,184.28,694200,0\n11/26/1990,184.28,185.21,181.80,185.12,847300,0\n11/27/1990,185.12,189.35,185.12,189.18,1146000,0\n11/28/1990,189.18,191.68,189.18,189.70,1285900,0\n11/29/1990,189.70,191.16,188.30,191.11,1141900,0\n11/30/1990,191.11,193.05,188.99,192.58,1312800,0\n12/03/1990,192.65,195.46,192.65,194.52,1238100,0\n12/04/1990,194.52,195.78,192.96,195.60,1248500,0\n12/05/1990,195.60,199.33,194.90,199.02,1480800,0\n12/06/1990,199.02,203.49,198.41,199.49,1894400,0\n12/07/1990,199.49,199.71,197.07,199.35,1245800,0\n12/10/1990,199.35,199.71,197.75,199.44,1112500,0\n12/11/1990,199.44,199.44,196.19,196.55,1287000,0\n12/12/1990,196.55,198.02,194.99,198.02,1223000,0\n12/13/1990,198.02,198.59,197.01,198.03,1220200,0\n12/14/1990,198.03,198.04,194.72,196.13,1195000,0\n12/17/1990,196.13,196.13,193.38,195.05,1118700,0\n12/18/1990,195.05,199.46,195.05,199.24,1319800,0\n12/19/1990,199.26,200.79,198.93,200.41,1462100,0\n12/20/1990,200.41,202.20,197.74,201.51,1674000,0\n12/21/1990,201.51,203.01,200.88,202.76,1476100,0\n12/24/1990,202.76,202.76,200.68,201.22,442100,0\n12/26/1990,201.22,202.26,200.12,200.57,723700,0\n12/27/1990,200.57,201.17,198.62,199.16,1027200,0\n12/28/1990,199.16,199.58,198.04,199.42,1323300,0\n12/31/1990,199.42,200.53,198.38,200.53,1288700,0\n01/02/1991,200.53,200.80,199.04,199.76,920200,0\n01/03/1991,199.76,199.80,196.16,196.40,1083900,0\n01/04/1991,196.40,198.07,195.67,196.82,1038300,0\n01/07/1991,196.82,196.82,192.21,192.35,1094600,0\n01/08/1991,192.35,193.15,190.90,192.09,1117300,0\n01/09/1991,192.09,197.43,191.16,191.68,1457800,0\n01/10/1991,191.68,196.35,191.68,196.08,1101400,0\n01/11/1991,196.08,196.41,194.58,196.20,1076500,0\n01/14/1991,196.20,196.20,191.55,193.77,1018100,0\n01/15/1991,193.77,195.57,192.71,195.34,1025700,0\n01/16/1991,195.34,203.07,195.34,202.96,1221600,0\n01/17/1991,202.96,213.71,202.96,209.26,2123500,0\n01/18/1991,209.26,211.63,205.61,211.49,1386600,0\n01/21/1991,211.49,214.82,208.98,214.37,969600,0\n01/22/1991,214.37,214.86,211.55,211.98,1311800,0\n01/23/1991,211.98,216.11,210.74,215.83,1338400,0\n01/24/1991,215.83,220.64,215.83,219.79,1765600,0\n01/25/1991,219.79,222.08,218.99,221.01,1587900,0\n01/28/1991,221.01,223.49,220.04,222.24,1285000,0\n01/29/1991,222.24,224.57,221.04,224.47,1520600,0\n01/30/1991,224.47,229.29,223.68,229.27,2026600,0\n01/31/1991,229.27,232.68,228.76,232.43,1772600,0\n02/01/1991,232.43,236.01,231.27,234.45,1682200,0\n02/04/1991,234.45,237.40,233.13,236.87,1859400,0\n02/05/1991,236.87,241.73,236.29,241.57,2085100,0\n02/06/1991,241.57,247.49,240.30,247.05,2195900,0\n02/07/1991,247.05,249.29,241.59,243.43,2456000,0\n02/08/1991,243.43,245.12,241.54,244.48,1681900,0\n02/11/1991,244.48,249.54,244.48,249.30,1848400,0\n02/12/1991,249.30,250.46,247.50,248.20,2007400,0\n02/13/1991,248.20,250.38,246.57,250.34,1765800,0\n02/14/1991,250.34,251.71,244.46,245.59,1916700,0\n02/15/1991,245.59,249.24,245.59,248.34,1550300,0\n02/19/1991,248.34,251.07,247.54,250.82,1328900,0\n02/20/1991,250.04,250.04,247.29,247.76,1422400,0\n02/21/1991,247.76,249.18,246.65,246.85,1428100,0\n02/22/1991,246.85,252.85,246.71,248.63,1770100,0\n02/25/1991,248.63,252.54,248.40,250.04,1492600,0\n02/26/1991,250.04,250.04,246.38,247.80,1304600,0\n02/27/1991,247.80,250.06,246.68,249.71,1619200,0\n02/28/1991,249.71,251.35,248.12,250.12,1714600,0\n03/01/1991,250.12,252.87,247.79,252.39,1605300,0\n03/04/1991,252.39,253.93,251.21,253.38,1497900,0\n03/05/1991,253.38,262.98,253.38,262.18,2248800,0\n03/06/1991,262.18,267.39,262.18,263.15,2830800,0\n03/07/1991,263.15,265.45,261.49,264.57,1918900,0\n03/08/1991,264.57,267.46,262.80,262.86,1879100,0\n03/11/1991,262.86,262.86,254.75,255.18,1612500,0\n03/12/1991,255.18,255.18,250.32,250.67,1625100,0\n03/13/1991,250.67,257.34,250.67,257.07,1629500,0\n03/14/1991,257.07,260.19,254.60,255.79,1994100,0\n03/15/1991,255.79,256.65,252.57,254.63,1577200,0\n03/18/1991,254.63,256.95,252.84,255.63,1382900,0\n03/19/1991,255.63,255.63,249.70,253.85,1493400,0\n03/20/1991,253.85,256.35,252.98,256.09,1614400,0\n03/21/1991,256.09,258.52,252.04,252.97,2069200,0\n03/22/1991,252.97,253.57,251.31,252.27,1680800,0\n03/25/1991,252.27,256.90,252.23,255.77,1485700,0\n03/26/1991,255.77,264.83,255.77,264.67,1919700,0\n03/27/1991,264.67,267.93,264.67,266.55,1943800,0\n03/28/1991,266.55,267.54,264.85,264.90,1843000,0\n04/01/1991,264.90,265.10,262.73,264.60,1261900,0\n04/02/1991,264.60,273.89,264.60,273.85,1996300,0\n04/03/1991,273.85,277.01,273.85,275.15,2298100,0\n04/04/1991,275.15,279.64,274.28,277.29,2161100,0\n04/05/1991,277.29,278.92,273.90,275.44,2002600,0\n04/08/1991,275.44,276.01,273.96,275.65,1489300,0\n04/09/1991,275.65,277.46,272.42,272.93,1704700,0\n04/10/1991,272.93,274.63,269.51,271.07,1727000,0\n04/11/1991,271.07,278.83,271.07,278.45,1979100,0\n04/12/1991,278.45,280.26,275.86,279.20,1858500,0\n04/15/1991,279.20,279.20,274.64,278.29,1678000,0\n04/16/1991,278.29,282.23,277.57,282.03,2234500,0\n04/17/1991,282.03,286.05,282.03,283.39,2675600,0\n04/18/1991,283.39,283.43,277.73,277.78,2555300,0\n04/19/1991,277.78,277.78,273.36,274.01,2180100,0\n04/22/1991,274.01,274.01,268.90,271.33,1534400,0\n04/23/1991,271.33,274.62,270.55,272.14,1615500,0\n04/24/1991,272.14,275.20,271.76,274.54,1582300,0\n04/25/1991,274.54,275.05,271.77,271.96,1695800,0\n04/26/1991,271.96,271.96,268.63,271.30,1492000,0\n04/29/1991,271.30,272.74,266.04,266.14,1403000,0\n04/30/1991,266.14,266.20,259.35,263.65,2014700,0\n05/01/1991,263.65,264.24,259.69,264.22,1851900,0\n05/02/1991,264.22,268.20,264.22,266.52,1747900,0\n05/03/1991,266.52,267.26,265.00,267.11,1421100,0\n05/06/1991,267.11,267.40,265.16,267.33,1195800,0\n05/07/1991,267.33,269.73,265.98,266.24,1569300,0\n05/08/1991,266.24,268.05,265.02,267.17,1585100,0\n05/09/1991,267.17,271.89,267.17,271.24,1796200,0\n05/10/1991,271.24,273.60,268.11,268.71,1583500,0\n05/13/1991,268.71,270.64,267.15,268.99,1260000,0\n05/14/1991,268.99,268.99,264.86,266.09,1550300,0\n05/15/1991,266.09,266.09,256.55,258.11,1867400,0\n05/16/1991,258.11,261.98,258.11,260.70,1542700,0\n05/17/1991,260.70,260.89,258.14,260.46,1462000,0\n05/20/1991,260.46,261.26,257.83,258.62,1253900,0\n05/21/1991,258.62,262.47,258.62,261.26,1664600,0\n05/22/1991,261.26,266.55,261.26,265.69,1617500,0\n05/23/1991,265.69,267.93,265.69,267.17,1708500,0\n05/24/1991,267.17,270.02,267.17,269.51,1280000,0\n05/28/1991,269.51,273.43,269.51,273.38,1263300,0\n05/29/1991,273.38,275.68,272.86,274.36,1476300,0\n05/30/1991,274.36,278.12,273.61,277.24,1506100,0\n05/31/1991,277.24,279.00,275.32,279.00,1573800,0\n06/03/1991,279.00,281.42,277.04,280.93,1421600,0\n06/04/1991,280.93,281.32,278.63,281.13,1571500,0\n06/05/1991,281.13,281.13,276.86,277.36,1583100,0\n06/06/1991,277.36,277.88,273.87,274.21,1615300,0\n06/07/1991,274.21,274.21,268.80,270.57,1458200,0\n06/10/1991,270.57,271.63,268.12,268.38,1138100,0\n06/11/1991,268.38,271.01,268.18,269.26,1403200,0\n06/12/1991,269.26,269.26,263.24,265.29,1569100,0\n06/13/1991,265.29,266.56,263.86,264.79,1277000,0\n06/14/1991,264.79,268.45,264.79,267.80,1350000,0\n06/17/1991,267.80,269.80,267.17,267.57,1166000,0\n06/18/1991,267.57,268.46,264.77,265.48,1454200,0\n06/19/1991,265.48,265.48,260.02,260.27,1508300,0\n06/20/1991,260.27,261.20,257.90,260.56,1439200,0\n06/21/1991,260.56,261.97,259.48,260.28,1511300,0\n06/24/1991,260.28,260.28,250.74,250.88,1241200,0\n06/25/1991,250.88,254.37,250.46,250.99,1290300,0\n06/26/1991,250.99,253.15,249.79,252.45,1364800,0\n06/27/1991,252.45,255.57,252.45,255.26,1389100,0\n06/28/1991,255.26,256.01,251.10,254.20,1603300,0\n07/01/1991,254.20,259.92,254.20,259.12,1219300,0\n07/02/1991,259.12,259.12,255.88,256.09,1365400,0\n07/03/1991,256.09,256.09,251.21,252.43,1250200,0\n07/05/1991,252.43,253.57,251.35,251.98,562600,0\n07/08/1991,251.98,259.08,249.99,258.93,1217900,0\n07/09/1991,258.93,262.88,258.93,260.68,1514800,0\n07/10/1991,260.68,265.47,260.68,263.33,1716100,0\n07/11/1991,263.33,264.14,262.08,263.84,1400300,0\n07/12/1991,263.84,267.73,263.10,267.44,1554700,0\n07/15/1991,267.44,269.27,266.85,268.90,1379500,0\n07/16/1991,268.90,269.78,264.48,264.48,1569500,0\n07/17/1991,264.48,264.48,261.73,263.38,1609400,0\n07/18/1991,263.38,266.93,263.38,266.23,1717300,0\n07/19/1991,266.23,268.05,265.79,266.92,1770000,0\n07/22/1991,266.92,266.92,263.57,264.34,1279100,0\n07/23/1991,264.34,265.33,259.30,259.32,1447000,0\n07/24/1991,259.32,260.51,257.85,257.86,1472500,0\n07/25/1991,257.86,261.59,257.86,261.20,1347400,0\n07/26/1991,261.20,264.77,261.20,264.22,1245600,0\n07/29/1991,264.22,264.77,262.08,264.63,1216700,0\n07/30/1991,264.63,269.36,264.63,269.32,1522600,0\n07/31/1991,269.32,272.35,269.06,272.15,1603200,0\n08/01/1991,272.15,274.77,271.61,274.24,1601000,0\n08/02/1991,274.24,277.22,274.24,275.47,1484900,0\n08/05/1991,275.47,275.47,272.11,272.16,1170900,0\n08/06/1991,272.16,274.99,271.52,274.74,1497200,0\n08/07/1991,274.74,276.86,274.68,276.54,1772700,0\n08/08/1991,276.54,279.77,276.54,278.76,1615900,0\n08/09/1991,278.76,280.14,277.23,278.15,1407800,0\n08/12/1991,278.15,280.90,277.07,280.25,1140700,0\n08/13/1991,280.25,283.73,280.25,282.47,1668200,0\n08/14/1991,282.47,284.79,282.47,284.73,1087300,0\n08/15/1991,284.73,285.23,281.55,281.81,1594800,0\n08/16/1991,281.81,282.48,277.70,279.51,1351000,0\n08/19/1991,279.51,279.51,263.55,271.96,1615900,0\n08/20/1991,271.96,275.94,271.96,274.20,1454300,0\n08/21/1991,274.20,286.07,274.20,286.07,1927500,0\n08/22/1991,286.07,286.68,283.46,284.55,1574600,0\n08/23/1991,284.55,287.71,282.61,286.77,1721200,0\n08/26/1991,286.77,286.77,284.69,286.70,1122800,0\n08/27/1991,286.70,287.38,284.27,286.77,1396700,0\n08/28/1991,286.77,290.36,286.34,289.88,1656600,0\n08/29/1991,289.88,290.92,287.74,288.59,1588000,0\n08/30/1991,288.59,289.02,286.05,287.40,1294000,0\n09/03/1991,287.40,287.89,284.11,284.33,1343300,0\n09/04/1991,284.33,285.41,280.69,281.82,1540700,0\n09/05/1991,281.82,282.98,280.36,280.73,1674200,0\n09/06/1991,280.73,282.07,279.73,279.96,1493300,0\n09/09/1991,279.96,281.58,279.30,281.34,1058500,0\n09/10/1991,281.34,282.13,276.35,276.39,1467800,0\n09/11/1991,276.39,280.33,276.33,279.65,1518000,0\n09/12/1991,279.65,285.57,279.65,285.55,1728000,0\n09/13/1991,285.55,285.90,278.77,279.49,1666300,0\n09/16/1991,279.49,279.89,276.71,278.58,1375700,0\n09/17/1991,278.58,279.12,276.46,278.09,1669600,0\n09/18/1991,278.09,281.64,276.39,281.04,1332500,0\n09/19/1991,281.04,285.48,281.04,283.51,2069500,0\n09/20/1991,283.51,288.09,283.51,286.64,2265100,0\n09/23/1991,286.64,286.64,283.65,284.86,1588600,0\n09/24/1991,284.86,287.56,283.83,287.35,1797500,0\n09/25/1991,287.35,289.65,286.87,288.99,1781200,0\n09/26/1991,288.99,289.48,286.15,287.92,1723400,0\n09/27/1991,287.92,290.43,284.80,285.94,1683000,0\n09/30/1991,285.94,287.67,284.14,287.54,1410300,0\n10/01/1991,287.54,289.15,286.46,288.37,1626800,0\n10/02/1991,288.37,288.77,284.96,285.06,1796100,0\n10/03/1991,285.06,285.06,279.86,280.41,1793700,0\n10/04/1991,280.41,283.05,279.75,280.52,1512300,0\n10/07/1991,280.52,280.52,278.11,278.89,1338500,0\n10/08/1991,278.89,280.05,277.35,280.02,1589600,0\n10/09/1991,280.02,280.21,276.51,276.51,1654000,0\n10/10/1991,276.51,280.02,276.51,279.11,1668000,0\n10/11/1991,279.11,282.05,279.11,281.50,1450100,0\n10/14/1991,281.50,287.20,281.50,287.17,1170800,0\n10/15/1991,287.17,293.31,287.17,293.31,1779300,0\n10/16/1991,293.31,297.77,293.07,297.65,2233300,0\n10/17/1991,297.65,297.65,291.45,292.46,2268400,0\n10/18/1991,292.46,294.64,292.46,293.11,2121300,0\n10/21/1991,293.11,293.32,290.20,290.86,1581400,0\n10/22/1991,290.86,293.70,290.73,290.79,1801300,0\n10/23/1991,290.79,291.86,288.18,289.35,1997600,0\n10/24/1991,289.35,289.39,284.09,285.65,1993600,0\n10/25/1991,285.65,285.65,282.57,282.94,1739500,0\n10/28/1991,282.94,286.43,282.94,286.38,1459100,0\n10/29/1991,286.38,290.08,285.98,290.08,1823500,0\n10/30/1991,290.08,295.54,290.08,294.72,2025900,0\n10/31/1991,294.72,295.05,291.36,292.51,2285200,0\n11/01/1991,292.51,293.02,288.65,290.01,2054200,0\n11/04/1991,290.01,290.01,286.40,286.93,1548000,0\n11/05/1991,286.93,290.40,286.42,289.05,1769800,0\n11/06/1991,289.05,290.78,287.83,289.43,1911800,0\n11/07/1991,289.43,293.24,289.43,292.88,2160800,0\n11/08/1991,292.88,296.47,292.83,295.55,2114300,0\n11/11/1991,295.55,298.54,295.55,297.85,1536300,0\n11/12/1991,297.85,302.44,297.85,301.96,2146200,0\n11/13/1991,301.96,303.11,298.52,302.83,2084900,0\n11/14/1991,302.83,304.55,299.79,301.05,2205300,0\n11/15/1991,301.05,301.05,284.46,284.52,2554800,0\n11/18/1991,284.52,289.20,282.34,288.59,2271500,0\n11/19/1991,288.59,288.59,277.90,284.39,2196300,0\n11/20/1991,284.39,287.62,283.89,285.20,1729100,0\n11/21/1991,285.20,288.77,284.98,288.61,1889100,0\n11/22/1991,288.61,289.37,283.61,286.32,1670800,0\n11/25/1991,286.32,286.89,282.99,283.02,1423200,0\n11/26/1991,283.02,285.33,279.22,284.13,1727900,0\n11/27/1991,284.13,285.45,283.52,285.23,1344100,0\n11/29/1991,285.23,285.89,283.53,284.79,663100,0\n12/02/1991,284.79,293.94,281.10,293.93,1459100,0\n12/03/1991,293.93,294.80,292.37,293.95,1663800,0\n12/04/1991,293.95,295.92,292.89,295.11,1672900,0\n12/05/1991,295.11,297.11,293.07,294.33,1706300,0\n12/06/1991,294.33,297.93,292.30,296.14,1718300,0\n12/09/1991,296.14,299.30,295.23,295.77,1553900,0\n12/10/1991,295.77,296.99,293.37,296.33,1576200,0\n12/11/1991,296.33,299.42,292.43,294.84,1744400,0\n12/12/1991,294.84,298.23,294.84,297.98,1680700,0\n12/13/1991,297.98,302.14,297.98,301.33,1787000,0\n12/16/1991,301.33,303.46,300.14,303.02,1484000,0\n12/17/1991,303.02,303.09,298.80,298.89,1911200,0\n12/18/1991,298.89,300.11,297.10,299.61,1767800,0\n12/19/1991,299.61,299.61,294.14,294.53,1745800,0\n12/20/1991,294.53,299.41,294.53,295.82,1892600,0\n12/23/1991,295.82,303.44,295.40,303.30,1843200,0\n12/24/1991,303.30,309.41,303.30,307.08,1334500,0\n12/26/1991,307.08,314.58,307.08,313.68,1332800,0\n12/27/1991,313.68,318.44,313.68,316.77,1633700,0\n12/30/1991,316.77,326.73,316.77,326.73,2240800,0\n12/31/1991,326.73,332.58,325.30,330.86,2574600,0\n01/02/1992,330.86,333.36,322.56,333.36,1813800,0\n01/03/1992,333.36,335.34,331.39,334.83,2142000,0\n01/06/1992,334.83,337.87,334.22,336.89,2377200,0\n01/07/1992,336.89,340.04,333.39,339.64,2622500,0\n01/08/1992,339.64,345.98,336.60,344.29,3151300,0\n01/09/1992,344.29,352.20,344.29,350.32,3278200,0\n01/10/1992,350.32,350.32,342.61,347.11,2594300,0\n01/13/1992,347.11,348.65,344.02,348.27,2119000,0\n01/14/1992,348.27,352.65,347.23,352.59,2680600,0\n01/15/1992,352.59,356.29,350.70,355.60,2932800,0\n01/16/1992,355.60,357.70,351.92,351.92,3022600,0\n01/17/1992,351.92,354.35,349.58,349.73,2824900,0\n01/20/1992,349.73,349.88,341.56,341.81,2096900,0\n01/21/1992,331.06,331.06,328.04,328.04,2654400,0\n01/22/1992,331.92,346.33,331.92,346.32,2511700,0\n01/23/1992,346.32,350.66,343.72,346.08,2743700,0\n01/24/1992,346.08,347.81,343.45,345.45,2409400,0\n01/27/1992,345.45,345.71,340.48,340.48,1964500,0\n01/28/1992,340.48,342.83,337.95,340.85,3209600,0\n01/29/1992,340.85,346.51,337.23,337.29,2482400,0\n01/30/1992,337.29,341.29,336.06,338.39,2162000,0\n01/31/1992,341.20,341.45,337.83,338.32,2261600,0\n02/03/1992,338.32,342.14,336.92,341.38,1946100,0\n02/04/1992,341.38,347.42,341.38,346.92,2261500,0\n02/05/1992,346.92,351.90,346.92,350.86,2701100,0\n02/06/1992,350.86,352.93,347.77,349.07,2442100,0\n02/07/1992,349.07,351.13,344.08,346.80,2380500,0\n02/10/1992,346.80,346.80,343.28,345.23,1916000,0\n02/11/1992,345.23,346.24,342.63,344.40,2143300,0\n02/12/1992,344.40,355.98,343.48,355.98,2534500,0\n02/13/1992,355.98,356.28,349.33,349.81,2170000,0\n02/14/1992,349.81,349.81,346.20,346.70,2062900,0\n02/18/1992,346.70,347.18,338.55,338.55,2187000,0\n02/19/1992,338.55,338.60,333.77,338.06,2484400,0\n02/20/1992,338.06,346.02,338.06,345.33,2470900,0\n02/21/1992,345.33,346.66,340.90,342.39,2468500,0\n02/24/1992,342.39,343.48,337.74,338.96,1729200,0\n02/25/1992,338.96,339.36,332.98,338.33,1945000,0\n02/26/1992,338.33,348.03,338.33,347.81,2250900,0\n02/27/1992,347.81,350.89,347.28,347.39,2055400,0\n02/28/1992,347.39,349.31,343.73,345.88,2046400,0\n03/02/1992,345.88,347.48,343.86,346.64,1769400,0\n03/03/1992,346.64,348.39,345.46,345.70,2045500,0\n03/04/1992,345.70,346.36,341.61,341.61,2129600,0\n03/05/1992,341.61,341.61,335.91,337.52,2219200,0\n03/06/1992,337.52,338.27,331.10,333.00,1930700,0\n03/09/1992,333.00,335.26,332.99,333.32,1621200,0\n03/10/1992,333.32,340.79,333.32,340.32,2005600,0\n03/11/1992,340.32,340.40,334.46,335.05,1921500,0\n03/12/1992,335.05,335.63,331.03,334.83,1895300,0\n03/13/1992,334.83,338.58,334.83,336.47,1656100,0\n03/16/1992,336.47,338.58,334.63,338.27,1408500,0\n03/17/1992,338.27,343.37,338.27,342.92,1737700,0\n03/18/1992,342.92,345.00,342.48,342.63,1792700,0\n03/19/1992,342.63,344.79,342.36,342.55,1899700,0\n03/20/1992,342.55,343.07,340.07,340.86,1915000,0\n03/23/1992,340.86,341.17,338.96,339.04,1488600,0\n03/24/1992,339.04,341.26,335.23,336.93,1869200,0\n03/25/1992,336.93,338.58,334.95,337.65,1919500,0\n03/26/1992,337.65,339.77,332.43,333.30,1755000,0\n03/27/1992,333.30,333.30,321.77,324.22,2039600,0\n03/30/1992,324.22,326.64,321.75,322.35,1542100,0\n03/31/1992,322.35,326.31,320.15,323.05,1920500,0\n04/01/1992,323.05,324.30,318.79,323.92,1801700,0\n04/02/1992,323.92,324.82,317.30,317.67,1946400,0\n04/03/1992,317.67,319.03,314.53,316.39,1939300,0\n04/06/1992,316.39,324.98,316.39,324.55,1531200,0\n04/07/1992,324.55,326.23,312.76,312.95,2100600,0\n04/08/1992,312.95,312.95,304.71,310.85,2434700,0\n04/09/1992,310.85,319.79,310.85,319.54,1987500,0\n04/10/1992,319.54,322.53,312.67,312.98,1752100,0\n04/13/1992,312.98,317.15,312.01,317.15,1280200,0\n04/14/1992,317.15,324.95,317.15,320.55,1956000,0\n04/15/1992,320.55,326.79,320.55,326.07,2185700,0\n04/16/1992,326.07,326.10,318.90,319.23,1984800,0\n04/20/1992,319.23,319.23,305.05,307.88,1780500,0\n04/21/1992,307.88,309.38,304.23,305.63,2017800,0\n04/22/1992,305.63,310.60,304.93,309.54,1988900,0\n04/23/1992,309.54,312.07,303.05,307.52,2018800,0\n04/24/1992,307.52,307.88,303.48,303.82,1659700,0\n04/27/1992,303.82,305.30,299.33,299.65,1621400,0\n04/28/1992,299.65,299.74,291.36,294.63,1874800,0\n04/29/1992,294.63,303.20,294.63,302.98,1803800,0\n04/30/1992,302.98,307.89,302.97,307.86,1801200,0\n05/01/1992,307.86,309.85,304.45,307.48,1472900,0\n05/04/1992,307.48,312.27,307.48,310.71,1442300,0\n05/05/1992,310.71,315.88,310.45,314.77,1699400,0\n05/06/1992,314.77,317.27,314.39,315.11,1714200,0\n05/07/1992,315.11,315.49,311.77,312.73,1702800,0\n05/08/1992,312.73,314.17,310.46,311.27,1547100,0\n05/11/1992,311.27,313.55,311.18,311.90,1410700,0\n05/12/1992,311.90,313.36,308.59,310.04,1623400,0\n05/13/1992,310.04,310.79,308.44,308.75,1717500,0\n05/14/1992,308.75,309.05,302.73,304.55,1851800,0\n05/15/1992,304.55,304.55,300.54,303.02,1428900,0\n05/18/1992,303.02,306.82,303.02,304.58,1293500,0\n05/19/1992,304.58,306.53,303.33,306.41,1566700,0\n05/20/1992,306.41,309.82,306.39,309.55,1602300,0\n05/21/1992,309.55,309.57,306.47,307.94,1758600,0\n05/22/1992,307.94,309.86,307.46,308.38,1248600,0\n05/26/1992,308.38,308.90,304.99,305.89,1267400,0\n05/27/1992,305.89,309.05,305.89,308.08,1383400,0\n05/28/1992,308.08,312.20,306.66,311.98,1532000,0\n05/29/1992,311.98,317.16,311.71,315.30,1886300,0\n06/01/1992,315.30,319.01,312.60,318.98,1415700,0\n06/02/1992,318.98,319.23,316.18,317.23,1649600,0\n06/03/1992,317.23,318.85,315.56,317.34,1718600,0\n06/04/1992,317.34,317.75,315.77,315.93,1681200,0\n06/05/1992,315.93,317.02,312.82,313.24,1683900,0\n06/08/1992,313.24,313.38,309.45,310.23,1290500,0\n06/09/1992,310.23,310.96,303.22,304.86,1822200,0\n06/10/1992,304.86,306.10,302.50,302.60,1570300,0\n06/11/1992,302.60,305.40,301.62,302.58,1601500,0\n06/12/1992,302.58,306.36,302.58,304.11,1495100,0\n06/15/1992,304.11,306.49,302.48,303.86,1323600,0\n06/16/1992,303.86,304.43,299.20,299.20,1631800,0\n06/17/1992,299.20,299.32,292.85,293.40,1905700,0\n06/18/1992,293.40,296.92,290.85,291.93,1878600,0\n06/19/1992,291.93,297.08,291.93,296.86,1775700,0\n06/22/1992,296.86,296.86,290.46,295.24,1511900,0\n06/23/1992,295.24,300.10,295.24,297.45,1656700,0\n06/24/1992,297.45,298.06,295.14,295.29,1523300,0\n06/25/1992,295.29,296.02,288.48,291.26,1712200,0\n06/26/1992,291.26,291.26,288.01,290.03,1501100,0\n06/29/1992,290.03,300.93,290.03,300.80,1595200,0\n06/30/1992,300.80,302.35,299.64,301.23,1951900,0\n07/01/1992,301.23,306.52,300.76,306.03,1860800,0\n07/02/1992,306.03,307.71,299.87,300.88,1946500,0\n07/06/1992,300.88,302.40,297.46,302.40,1347700,0\n07/07/1992,302.40,303.77,295.78,296.27,1744100,0\n07/08/1992,296.27,297.68,292.80,297.56,1616500,0\n07/09/1992,297.56,303.40,297.56,302.19,1758400,0\n07/10/1992,302.19,304.17,300.62,302.83,1515100,0\n07/13/1992,302.83,306.06,302.22,304.98,1329300,0\n07/14/1992,304.98,309.52,304.98,309.24,1672000,0\n07/15/1992,309.24,311.64,308.74,309.39,1693800,0\n07/16/1992,309.39,311.28,307.13,311.28,1726900,0\n07/17/1992,311.28,311.28,303.30,305.54,1467700,0\n07/20/1992,305.54,305.54,297.59,300.45,1178300,0\n07/21/1992,300.45,306.02,300.45,305.10,1553200,0\n07/22/1992,305.10,305.24,301.05,301.17,1683500,0\n07/23/1992,301.17,303.14,300.56,302.49,1645600,0\n07/24/1992,302.49,304.52,299.92,303.42,1677900,0\n07/27/1992,303.42,303.42,301.11,301.84,1281300,0\n07/28/1992,301.84,306.78,301.84,306.76,1733100,0\n07/29/1992,306.76,310.80,306.76,310.11,2109400,0\n07/30/1992,310.11,311.49,308.79,310.93,1687500,0\n07/31/1992,310.93,311.76,308.89,310.89,1687900,0\n08/03/1992,310.89,313.34,309.57,312.75,1413000,0\n08/04/1992,312.75,313.48,310.39,311.08,1684900,0\n08/05/1992,311.08,311.08,305.79,306.58,1637800,0\n08/06/1992,306.58,306.58,302.67,304.56,1568300,0\n08/07/1992,304.56,307.17,302.27,303.32,1496800,0\n08/10/1992,303.32,305.29,301.99,304.23,1204500,0\n08/11/1992,304.23,305.64,301.28,302.51,1451400,0\n08/12/1992,302.51,303.63,300.95,300.95,1441500,0\n08/13/1992,300.95,302.65,300.82,301.27,1431800,0\n08/14/1992,301.27,302.71,300.96,302.23,1456500,0\n08/17/1992,302.23,302.49,299.89,300.39,1325600,0\n08/18/1992,300.39,301.29,298.87,300.44,1403400,0\n08/19/1992,300.44,301.74,298.17,298.32,1561400,0\n08/20/1992,298.32,299.75,297.13,299.42,1554900,0\n08/21/1992,299.42,301.29,293.95,295.69,1673000,0\n08/24/1992,295.69,295.69,290.39,290.71,1384600,0\n08/25/1992,290.71,292.92,287.64,292.08,1524100,0\n08/26/1992,292.08,296.82,292.08,296.20,1458700,0\n08/27/1992,296.20,300.85,296.20,299.46,1554900,0\n08/28/1992,299.46,299.93,298.24,299.14,1271100,0\n08/31/1992,299.14,299.77,297.02,299.26,1335300,0\n09/01/1992,299.26,302.07,298.11,301.97,1568700,0\n09/02/1992,301.97,306.81,301.73,306.57,1703300,0\n09/03/1992,306.57,309.96,306.57,308.17,1865000,0\n09/04/1992,308.17,308.48,305.73,306.39,1223800,0\n09/08/1992,306.39,306.39,303.79,305.77,1238800,0\n09/09/1992,305.77,310.28,305.63,309.99,1702900,0\n09/10/1992,309.99,315.00,309.95,314.82,2009400,0\n09/11/1992,314.82,316.98,314.30,315.19,1883300,0\n09/14/1992,315.19,324.69,315.19,324.63,2270000,0\n09/15/1992,324.63,324.63,318.11,319.89,1830100,0\n09/16/1992,319.89,321.42,315.80,318.45,1815100,0\n09/17/1992,318.45,321.18,318.23,319.23,1831600,0\n09/18/1992,319.23,320.10,317.17,319.91,1994200,0\n09/21/1992,319.91,319.91,316.98,319.26,1594600,0\n09/22/1992,319.26,319.48,313.62,314.27,2049200,0\n09/23/1992,314.27,316.23,312.39,315.82,1932400,0\n09/24/1992,315.82,318.32,315.82,317.54,1806900,0\n09/25/1992,317.54,317.73,307.70,310.23,1984900,0\n09/28/1992,310.23,310.23,305.58,307.87,1243600,0\n09/29/1992,307.87,311.17,306.95,310.65,1588600,0\n09/30/1992,310.65,313.45,310.23,313.18,1871300,0\n10/01/1992,313.18,313.18,308.78,309.04,1851300,0\n10/02/1992,309.04,309.04,303.67,304.39,1699600,0\n10/05/1992,304.39,304.39,291.96,303.68,2236900,0\n10/06/1992,303.68,309.04,303.32,307.96,1955400,0\n10/07/1992,307.96,310.68,305.01,305.38,1565200,0\n10/08/1992,305.38,310.02,305.38,308.35,1978500,0\n10/09/1992,308.35,309.14,304.89,305.63,1702400,0\n10/12/1992,305.63,309.04,305.63,308.11,1278500,0\n10/13/1992,308.11,311.65,307.83,310.13,1675600,0\n10/14/1992,310.13,311.58,308.38,309.58,1756900,0\n10/15/1992,309.58,312.55,307.80,312.14,1737800,0\n10/16/1992,312.14,316.95,310.88,316.39,1838300,0\n10/19/1992,316.39,322.95,315.64,322.79,1981300,0\n10/20/1992,322.79,326.69,322.04,323.38,2323600,0\n10/21/1992,323.38,326.27,323.17,326.07,2220500,0\n10/22/1992,326.07,327.45,323.47,326.10,2297500,0\n10/23/1992,326.10,328.18,324.95,325.44,2292400,0\n10/26/1992,325.44,327.45,323.33,327.17,1688000,0\n10/27/1992,327.17,328.61,321.73,323.92,2025700,0\n10/28/1992,323.92,327.05,322.20,326.67,2086000,0\n10/29/1992,326.67,332.46,326.67,331.09,2114700,0\n10/30/1992,331.09,331.44,327.08,329.15,1930800,0\n11/02/1992,329.15,330.57,327.20,330.33,1793500,0\n11/03/1992,330.33,331.04,325.24,325.96,1873700,0\n11/04/1992,325.96,329.08,324.98,327.76,1895300,0\n11/05/1992,327.76,337.01,327.24,336.49,2384500,0\n11/06/1992,336.49,338.68,334.48,338.14,2291500,0\n11/09/1992,338.14,341.79,336.14,340.58,2454300,0\n11/10/1992,340.58,344.89,339.55,344.39,2621600,0\n11/11/1992,344.39,349.78,344.38,347.86,2732400,0\n11/12/1992,347.86,349.48,345.58,346.80,2594700,0\n11/13/1992,346.80,348.58,345.15,348.49,2014700,0\n11/16/1992,348.49,348.61,344.29,344.63,1880800,0\n11/17/1992,344.63,344.63,337.35,338.23,2243200,0\n11/18/1992,338.23,344.82,337.67,344.31,2332600,0\n11/19/1992,344.31,348.67,344.31,346.76,2582500,0\n11/20/1992,346.76,349.89,346.23,348.80,2480400,0\n11/23/1992,348.80,348.80,341.30,343.44,2081400,0\n11/24/1992,343.44,350.89,343.44,349.98,2449200,0\n11/25/1992,349.98,350.87,348.60,349.66,2222700,0\n11/27/1992,349.66,351.05,348.48,349.32,939300,0\n11/30/1992,349.32,351.29,348.02,350.96,2178000,0\n12/01/1992,350.96,353.39,348.57,352.67,2371200,0\n12/02/1992,352.67,353.49,350.23,351.57,2431800,0\n12/03/1992,351.57,355.64,350.11,354.79,2390300,0\n12/04/1992,354.79,359.05,354.42,358.40,2611100,0\n12/07/1992,358.40,361.90,357.47,361.83,2262700,0\n12/08/1992,361.83,363.20,358.98,360.58,2747000,0\n12/09/1992,360.58,361.41,356.22,357.82,2698700,0\n12/10/1992,357.82,357.82,351.80,354.55,2413500,0\n12/11/1992,354.55,354.55,349.81,350.89,2131700,0\n12/14/1992,350.89,352.28,349.40,349.40,1945000,0\n12/15/1992,349.40,349.40,344.80,346.95,2489300,0\n12/16/1992,346.95,351.42,346.38,348.95,2582700,0\n12/17/1992,348.95,357.02,348.95,356.85,2479400,0\n12/18/1992,356.85,359.79,356.63,357.89,2440600,0\n12/21/1992,357.89,359.70,355.99,359.33,2029100,0\n12/22/1992,359.33,360.85,353.28,355.64,2477000,0\n12/23/1992,355.64,357.80,354.93,356.49,2528900,0\n12/24/1992,356.49,358.05,355.26,357.56,1062600,0\n12/28/1992,357.56,359.26,356.52,359.07,1440700,0\n12/29/1992,359.07,362.78,359.07,359.81,1997100,0\n12/30/1992,359.81,360.94,358.31,359.93,1934800,0\n12/31/1992,359.93,362.20,359.86,360.18,2031900,0\n01/04/1993,360.18,360.42,355.81,356.37,1888700,0\n01/05/1993,356.37,360.27,355.36,360.23,2294000,0\n01/06/1993,360.23,367.26,360.23,366.97,2700200,0\n01/07/1993,366.97,370.57,363.61,364.02,2969300,0\n01/08/1993,364.02,365.58,361.45,365.54,2328200,0\n01/11/1993,365.54,371.15,364.53,370.80,1957400,0\n01/12/1993,370.80,371.60,365.14,367.90,2337700,0\n01/13/1993,367.90,376.45,365.69,375.85,2447000,0\n01/14/1993,375.85,382.45,375.85,381.34,2869600,0\n01/15/1993,381.34,382.79,375.62,379.23,2954400,0\n01/18/1993,379.23,379.24,375.33,378.76,2407400,0\n01/19/1993,378.76,380.09,375.65,376.02,2778900,0\n01/20/1993,376.02,377.92,374.56,375.73,2713200,0\n01/21/1993,375.73,380.01,373.93,379.34,2813300,0\n01/22/1993,379.34,381.70,377.39,377.82,2947200,0\n01/25/1993,377.82,383.42,377.57,381.05,2645900,0\n01/26/1993,381.05,384.67,378.45,379.38,2963400,0\n01/27/1993,379.38,379.38,369.84,372.61,2817200,0\n01/28/1993,372.61,372.61,368.08,370.67,2672100,0\n01/29/1993,370.67,372.72,368.95,370.56,2369500,0\n02/01/1993,370.56,376.06,370.36,375.48,2139400,0\n02/02/1993,375.48,377.59,374.25,377.44,2540800,0\n02/03/1993,377.44,379.26,375.71,376.54,2917300,0\n02/04/1993,376.54,378.43,371.98,374.24,2846600,0\n02/05/1993,374.24,374.24,363.98,369.00,2932100,0\n02/08/1993,369.00,370.37,364.60,365.73,2220700,0\n02/09/1993,365.73,368.93,362.42,362.95,2769800,0\n02/10/1993,362.95,368.65,362.95,367.30,2594100,0\n02/11/1993,367.30,369.74,365.77,366.33,2357700,0\n02/12/1993,366.33,366.60,361.02,361.19,2146000,0\n02/16/1993,361.19,361.19,343.90,346.89,3037200,0\n02/17/1993,346.89,348.45,341.49,345.91,2755200,0\n02/18/1993,345.91,353.41,342.82,348.28,2986200,0\n02/19/1993,348.28,351.17,345.51,347.92,2433000,0\n02/22/1993,347.92,348.27,340.08,340.35,2774400,0\n02/23/1993,340.35,342.68,337.14,341.24,2709200,0\n02/24/1993,341.24,350.76,338.64,350.13,2809200,0\n02/25/1993,350.13,351.88,345.70,351.67,2593900,0\n02/26/1993,351.67,353.17,349.24,351.14,2173300,0\n03/01/1993,351.14,352.97,348.28,349.10,1860400,0\n03/02/1993,349.10,356.79,348.08,356.21,2070800,0\n03/03/1993,356.21,360.42,355.79,359.96,2373800,0\n03/04/1993,359.96,359.96,352.85,355.53,2320500,0\n03/05/1993,355.53,358.09,352.70,355.57,2142400,0\n03/08/1993,355.57,360.33,355.11,359.44,2199400,0\n03/09/1993,359.44,361.41,358.58,359.40,2322700,0\n03/10/1993,359.40,361.67,358.26,361.26,2452000,0\n03/11/1993,361.26,364.66,360.99,361.73,2470700,0\n03/12/1993,361.73,363.09,356.45,362.65,2883000,0\n03/15/1993,362.65,365.05,362.26,364.32,1875800,0\n03/16/1993,364.32,366.54,363.11,363.61,2292700,0\n03/17/1993,363.61,363.61,354.87,355.65,2450900,0\n03/18/1993,355.65,358.63,355.33,355.50,2317100,0\n03/19/1993,355.50,357.92,351.46,351.55,2356400,0\n03/22/1993,351.55,351.55,346.20,349.42,2130300,0\n03/23/1993,349.42,353.00,347.80,348.14,2261500,0\n03/24/1993,348.14,350.04,345.43,348.51,2433300,0\n03/25/1993,348.51,355.02,348.51,354.38,2193000,0\n03/26/1993,354.38,356.40,351.39,352.64,2045100,0\n03/29/1993,352.64,355.08,351.02,351.40,1944800,0\n03/30/1993,351.40,357.72,351.40,357.72,1215700,0\n03/31/1993,357.72,363.18,357.72,359.42,2579200,0\n04/01/1993,359.42,360.74,353.48,354.33,2466900,0\n04/02/1993,354.33,354.33,341.14,341.18,2792600,0\n04/05/1993,341.18,345.18,339.17,344.70,1908400,0\n04/06/1993,344.70,347.73,340.06,340.55,2175300,0\n04/07/1993,340.55,345.43,339.52,345.18,2125400,0\n04/08/1993,345.18,345.24,340.45,341.56,2208800,0\n04/12/1993,341.56,349.73,341.56,349.01,2141500,0\n04/13/1993,349.01,351.83,345.71,345.87,2569500,0\n04/14/1993,345.87,347.07,343.78,346.49,2431100,0\n04/15/1993,346.49,346.49,343.08,343.89,2469500,0\n04/16/1993,343.89,345.23,340.39,340.65,2267800,0\n04/19/1993,340.65,341.39,332.68,337.45,2228500,0\n04/20/1993,337.45,339.58,334.61,339.06,2513200,0\n04/21/1993,339.06,341.42,336.85,340.20,2484400,0\n04/22/1993,340.20,343.77,337.84,338.48,2637800,0\n04/23/1993,338.48,338.93,332.81,333.66,2433900,0\n04/26/1993,333.66,334.45,326.56,327.28,2123200,0\n04/27/1993,327.28,334.83,327.28,334.60,2367900,0\n04/28/1993,334.60,339.93,334.60,339.66,2205100,0\n04/29/1993,339.66,339.66,334.94,338.98,2049600,0\n04/30/1993,338.98,344.39,338.98,339.95,2269600,0\n05/03/1993,339.95,345.27,339.95,344.97,2023300,0\n05/04/1993,344.97,353.73,344.97,353.28,2687700,0\n05/05/1993,353.28,357.14,350.86,355.35,2891900,0\n05/06/1993,355.35,356.76,351.01,351.71,2602200,0\n05/07/1993,351.71,354.26,350.95,353.23,2261100,0\n05/10/1993,353.23,356.52,353.23,354.85,2064500,0\n05/11/1993,354.85,354.85,351.52,353.01,2232700,0\n05/12/1993,353.01,353.11,350.34,350.96,2463700,0\n05/13/1993,350.96,350.96,345.69,347.71,2625300,0\n05/14/1993,347.71,350.05,346.83,349.80,2291700,0\n05/17/1993,349.80,353.11,349.52,352.67,2099000,0\n05/18/1993,352.67,356.12,352.67,356.00,2777100,0\n05/19/1993,356.00,365.21,354.84,364.67,3183100,0\n05/20/1993,364.67,370.89,364.67,370.45,3432300,0\n05/21/1993,370.45,370.46,364.52,366.67,2781800,0\n05/24/1993,366.67,369.61,363.31,367.09,2052200,0\n05/25/1993,367.09,367.09,363.88,366.22,2525700,0\n05/26/1993,366.22,374.40,365.30,374.35,2933900,0\n05/27/1993,374.35,376.53,371.85,372.73,2777900,0\n05/28/1993,372.73,372.73,364.27,368.11,2357500,0\n06/01/1993,368.11,374.68,368.11,372.53,2367800,0\n06/02/1993,372.53,374.92,370.38,372.68,2743200,0\n06/03/1993,372.68,373.44,369.38,372.06,2600800,0\n06/04/1993,372.06,372.06,367.99,368.63,2518800,0\n06/07/1993,368.63,371.77,364.32,364.36,2478600,0\n06/08/1993,364.36,364.36,359.00,360.74,2623100,0\n06/09/1993,360.74,363.23,358.14,360.25,2630500,0\n06/10/1993,360.25,360.56,356.44,359.55,2422800,0\n06/11/1993,359.55,364.11,359.55,363.08,2352100,0\n06/14/1993,363.08,367.93,363.08,367.14,2084300,0\n06/15/1993,367.14,369.57,366.51,366.98,2367900,0\n06/16/1993,366.98,368.38,362.15,365.02,2399000,0\n06/17/1993,365.02,365.86,362.26,364.01,2454400,0\n06/18/1993,364.01,365.77,357.96,357.96,2499200,0\n06/21/1993,357.96,358.67,355.01,357.86,2084700,0\n06/22/1993,357.86,359.14,355.38,356.20,2581700,0\n06/23/1993,356.20,357.54,353.70,354.93,2599500,0\n06/24/1993,354.93,358.60,352.76,357.83,2271500,0\n06/25/1993,357.83,363.63,357.82,362.23,2193600,0\n06/28/1993,362.23,368.45,362.23,368.45,2270100,0\n06/29/1993,368.45,369.83,364.79,365.96,2510500,0\n06/30/1993,365.96,369.78,365.39,366.13,2659000,0\n07/01/1993,366.13,366.52,361.70,363.73,2257900,0\n07/02/1993,363.73,364.80,361.37,364.21,1825400,0\n07/06/1993,364.21,365.23,359.70,360.80,1993700,0\n07/07/1993,360.80,360.80,355.78,357.86,2360100,0\n07/08/1993,357.86,361.30,356.92,360.70,2546700,0\n07/09/1993,360.70,362.88,358.33,362.46,2137300,0\n07/12/1993,362.46,365.15,360.76,362.87,2025200,0\n07/13/1993,362.87,364.49,361.13,361.98,2565300,0\n07/14/1993,361.98,366.33,360.11,363.74,2905600,0\n07/15/1993,363.74,363.74,359.98,360.46,3002200,0\n07/16/1993,360.46,360.46,350.11,351.07,2828800,0\n07/19/1993,351.07,351.39,346.52,349.06,2396200,0\n07/20/1993,349.06,356.33,349.06,355.76,2616500,0\n07/21/1993,355.76,355.76,350.98,352.64,2559300,0\n07/22/1993,352.64,354.42,347.14,348.35,2568200,0\n07/23/1993,348.35,354.61,348.35,353.20,2375800,0\n07/26/1993,353.20,357.98,353.07,356.40,2261500,0\n07/27/1993,356.40,356.83,350.86,352.02,2714900,0\n07/28/1993,352.02,357.36,351.86,356.81,2653400,0\n07/29/1993,356.81,359.64,356.50,357.33,2752000,0\n07/30/1993,357.33,357.33,350.76,352.86,2567000,0\n08/02/1993,352.86,356.62,352.86,355.25,2243500,0\n08/03/1993,355.25,357.41,354.99,356.23,2475200,0\n08/04/1993,356.23,360.73,355.11,360.11,2533800,0\n08/05/1993,360.11,362.57,360.11,362.41,2698200,0\n08/06/1993,362.41,364.83,361.58,363.14,2511100,0\n08/09/1993,363.14,365.36,361.05,362.30,2361800,0\n08/10/1993,362.30,363.10,358.38,358.64,2608600,0\n08/11/1993,358.64,360.68,358.64,359.73,2918000,0\n08/12/1993,359.73,362.72,356.93,359.40,2712900,0\n08/13/1993,359.40,361.03,358.43,360.45,2335900,0\n08/16/1993,360.45,370.73,360.45,370.60,2456000,0\n08/17/1993,370.60,374.40,369.89,374.16,2735300,0\n08/18/1993,374.16,379.64,374.16,375.82,2331800,0\n08/19/1993,375.82,375.82,369.80,370.27,2891700,0\n08/20/1993,370.27,371.40,368.57,370.87,2603800,0\n08/23/1993,370.87,372.17,368.74,370.49,2269300,0\n08/24/1993,370.49,372.17,369.08,371.00,2833800,0\n08/25/1993,371.00,372.20,366.40,367.95,3272300,0\n08/26/1993,367.95,367.95,360.70,364.67,2904500,0\n08/27/1993,364.67,367.04,363.48,366.50,2473400,0\n08/30/1993,366.50,370.89,366.50,369.30,2250700,0\n08/31/1993,369.30,372.88,369.30,372.65,2699000,0\n09/01/1993,372.65,375.30,371.49,374.16,2813600,0\n09/02/1993,374.16,376.98,373.38,374.57,2947800,0\n09/03/1993,374.57,374.63,371.90,373.70,2187000,0\n09/07/1993,373.70,373.80,365.45,366.68,2442200,0\n09/08/1993,366.68,366.68,358.02,364.85,3075200,0\n09/09/1993,364.85,369.83,364.85,368.30,2655000,0\n09/10/1993,368.30,371.89,368.13,370.64,2542000,0\n09/13/1993,370.64,371.76,367.38,367.59,2303300,0\n09/14/1993,367.59,367.59,360.14,364.20,2667500,0\n09/15/1993,364.20,367.42,362.40,367.32,2854600,0\n09/16/1993,367.32,367.32,364.91,365.74,2201500,0\n09/17/1993,365.74,368.07,362.42,366.18,2631700,0\n09/20/1993,366.18,371.08,366.18,367.45,2288500,0\n09/21/1993,367.45,369.75,362.31,365.64,2848100,0\n09/22/1993,365.64,374.78,365.64,374.00,2893600,0\n09/23/1993,374.00,378.14,373.86,377.07,3340400,0\n09/24/1993,377.07,378.46,374.92,378.04,3099900,0\n09/27/1993,378.04,382.59,378.04,382.51,2665600,0\n09/28/1993,382.51,386.09,380.83,386.02,2834000,0\n09/29/1993,386.02,388.33,382.70,386.89,3413200,0\n09/30/1993,386.89,386.89,382.14,382.71,3062100,0\n10/01/1993,382.71,384.58,381.23,382.81,2900200,0\n10/04/1993,382.81,384.83,381.35,384.30,2375000,0\n10/05/1993,384.30,386.52,378.43,381.27,3064300,0\n10/06/1993,381.27,384.83,380.10,380.42,2979400,0\n10/07/1993,380.42,380.95,376.63,377.99,2941900,0\n10/08/1993,377.99,381.36,375.64,381.32,2814000,0\n10/11/1993,381.32,383.83,379.11,380.65,2511200,0\n10/12/1993,380.65,385.20,380.65,382.57,3163100,0\n10/13/1993,382.57,386.61,382.07,386.30,4153600,0\n10/14/1993,386.30,392.96,386.29,391.98,3827500,0\n10/15/1993,391.98,396.20,390.90,392.45,3688000,0\n10/18/1993,392.45,394.22,389.11,389.85,3437200,0\n10/19/1993,389.85,390.36,380.77,382.73,3787200,0\n10/20/1993,382.73,385.87,382.03,383.93,3369100,0\n10/21/1993,383.93,387.51,381.32,387.36,3385700,0\n10/22/1993,387.36,392.67,386.52,388.19,3617400,0\n10/25/1993,388.19,390.18,383.96,387.40,2844600,0\n10/26/1993,387.40,388.08,382.35,384.60,2959000,0\n10/27/1993,384.60,390.82,384.40,390.25,3021500,0\n10/28/1993,390.25,392.70,388.05,389.24,3121400,0\n10/29/1993,389.24,392.08,388.80,390.98,3046600,0\n11/01/1993,390.98,395.43,390.93,395.03,2731300,0\n11/02/1993,395.03,396.10,391.10,395.32,3246600,0\n11/03/1993,395.32,396.02,386.24,387.93,3488100,0\n11/04/1993,387.93,387.93,376.50,377.46,3278800,0\n11/05/1993,377.46,383.98,371.83,383.64,3336800,0\n11/08/1993,383.64,387.82,380.54,384.85,2536400,0\n11/09/1993,384.85,391.48,384.85,385.92,3167700,0\n11/10/1993,385.92,393.20,385.92,392.98,3038500,0\n11/11/1993,392.98,396.88,392.98,394.66,3187400,0\n11/12/1993,394.66,396.52,393.70,395.17,3077500,0\n11/15/1993,395.17,395.93,390.79,391.12,2711400,0\n11/16/1993,391.12,393.88,388.27,393.38,3126900,0\n11/17/1993,393.38,394.78,385.00,385.80,3596500,0\n11/18/1993,385.80,386.58,380.47,381.74,3720600,0\n11/19/1993,381.74,383.27,378.00,380.57,3911100,0\n11/22/1993,380.57,380.57,372.33,373.37,3021400,0\n11/23/1993,373.37,381.43,373.37,381.22,2795500,0\n11/24/1993,381.22,386.38,381.22,385.04,2403700,0\n11/26/1993,385.04,386.80,385.04,386.32,802900,0\n11/29/1993,386.32,388.48,383.05,383.18,2431300,0\n11/30/1993,383.18,387.90,380.87,386.76,2858400,0\n12/01/1993,386.76,394.84,386.76,392.95,3238800,0\n12/02/1993,392.95,396.17,391.39,396.17,2991300,0\n12/03/1993,396.17,401.81,396.17,401.77,3278700,0\n12/06/1993,401.77,401.77,392.85,399.01,2926600,0\n12/07/1993,399.01,399.79,395.12,396.98,2988400,0\n12/08/1993,396.98,396.98,392.89,394.81,2934400,0\n12/09/1993,394.81,394.81,386.08,387.25,3027900,0\n12/10/1993,387.25,387.47,385.15,386.96,3082500,0\n12/13/1993,386.96,388.17,385.11,387.78,2700100,0\n12/14/1993,387.78,388.36,381.84,382.83,3048800,0\n12/15/1993,382.83,385.19,381.96,384.95,2876000,0\n12/16/1993,384.95,387.64,384.95,386.18,2869700,0\n12/17/1993,386.18,389.89,386.18,389.04,3106300,0\n12/20/1993,389.04,391.05,388.48,389.72,2661800,0\n12/21/1993,389.72,389.72,386.63,388.51,2912000,0\n12/22/1993,388.51,389.26,384.83,388.40,3016600,0\n12/23/1993,388.40,392.10,388.40,390.32,2460500,0\n12/27/1993,390.32,392.05,389.74,391.84,1825500,0\n12/28/1993,391.84,395.02,391.45,394.74,2476100,0\n12/29/1993,394.74,396.64,393.58,395.38,2663900,0\n12/30/1993,395.38,398.25,395.11,397.73,2626900,0\n12/31/1993,397.73,400.55,397.24,398.28,2538500,0\n01/03/1994,398.26,398.26,392.05,395.53,2530200,0\n01/04/1994,395.53,399.02,394.26,398.19,2986000,0\n01/05/1994,398.19,401.70,396.70,401.07,3498800,0\n01/06/1994,401.07,404.56,401.07,404.21,3492100,0\n01/07/1994,404.21,405.42,399.98,404.78,3300600,0\n01/10/1994,404.78,409.93,404.55,408.91,3133500,0\n01/11/1994,408.91,409.24,405.59,407.85,3219300,0\n01/12/1994,407.85,410.58,404.70,408.47,3225400,0\n01/13/1994,408.47,408.47,404.44,408.00,2901100,0\n01/14/1994,408.00,412.36,408.00,411.75,2996600,0\n01/17/1994,411.75,411.81,409.36,410.79,2434500,0\n01/18/1994,410.79,411.99,409.53,410.95,3194400,0\n01/19/1994,410.95,410.95,403.67,406.38,3378700,0\n01/20/1994,406.38,411.60,406.38,411.53,3401700,0\n01/21/1994,411.53,413.29,409.95,411.59,3494300,0\n01/24/1994,411.59,411.97,407.78,409.23,3038800,0\n01/25/1994,409.23,409.23,403.44,406.48,3523500,0\n01/26/1994,406.48,408.17,404.65,407.19,3164900,0\n01/27/1994,407.19,410.11,406.59,409.93,3144900,0\n01/28/1994,409.93,412.65,409.73,412.52,3474900,0\n01/31/1994,412.52,415.42,412.26,413.99,3299200,0\n02/01/1994,413.99,413.99,408.96,410.22,3397500,0\n02/02/1994,410.22,412.44,408.68,411.78,3349500,0\n02/03/1994,411.78,411.78,407.19,410.05,3316200,0\n02/04/1994,410.05,410.08,397.11,397.48,3760300,0\n02/07/1994,397.48,400.19,392.33,399.62,3700200,0\n02/08/1994,399.62,402.24,396.91,401.46,3099400,0\n02/09/1994,401.46,404.61,401.19,403.91,3301900,0\n02/10/1994,403.91,405.95,400.73,401.31,3392900,0\n02/11/1994,401.31,402.77,398.01,401.83,2081900,0\n02/14/1994,401.83,405.56,401.83,405.11,2825100,0\n02/15/1994,405.11,409.17,404.91,408.28,2966400,0\n02/16/1994,408.28,411.29,407.33,408.74,3385000,0\n02/17/1994,408.74,412.43,405.35,407.39,3548100,0\n02/18/1994,407.39,408.23,403.03,407.94,3006300,0\n02/22/1994,407.94,410.81,405.03,410.48,2632700,0\n02/23/1994,410.48,412.37,408.21,408.91,2954700,0\n02/24/1994,408.91,408.91,400.41,402.79,3489500,0\n02/25/1994,402.79,406.63,402.06,406.45,2856500,0\n02/28/1994,406.45,413.22,406.45,412.17,2875500,0\n03/01/1994,412.17,414.03,406.36,409.69,3073100,0\n03/02/1994,409.69,409.69,398.30,408.18,3266400,0\n03/03/1994,408.18,411.19,407.39,408.17,3183600,0\n03/04/1994,408.17,412.97,408.17,411.99,3181800,0\n03/07/1994,411.99,416.29,411.99,415.30,3032400,0\n03/08/1994,415.30,415.30,410.01,411.97,3046600,0\n03/09/1994,411.97,414.33,409.24,413.08,3169000,0\n03/10/1994,413.08,414.73,407.32,409.77,3267900,0\n03/11/1994,409.77,410.59,406.95,409.43,2792500,0\n03/14/1994,409.43,413.60,409.43,412.93,2655000,0\n03/15/1994,412.93,415.07,412.31,412.83,3030800,0\n03/16/1994,412.83,415.68,412.36,415.31,3380100,0\n03/17/1994,415.31,418.99,415.31,418.45,3242700,0\n03/18/1994,418.45,418.89,415.32,417.52,3114500,0\n03/21/1994,417.52,417.61,412.76,412.99,2615500,0\n03/22/1994,412.99,413.01,409.49,410.67,3052300,0\n03/23/1994,410.67,413.66,410.49,410.50,3341500,0\n03/24/1994,410.50,410.50,399.83,403.92,3735000,0\n03/25/1994,403.92,405.26,399.63,399.86,2812900,0\n03/28/1994,399.86,401.45,388.45,393.92,3009200,0\n03/29/1994,393.92,395.41,382.81,383.00,3095600,0\n03/30/1994,383.00,386.08,375.74,380.25,3981900,0\n03/31/1994,380.25,383.77,372.32,382.96,4139500,0\n04/04/1994,382.96,382.96,368.71,375.42,3137200,0\n04/05/1994,375.42,389.68,375.42,389.31,3308100,0\n04/06/1994,389.31,390.47,384.54,388.76,2938200,0\n04/07/1994,388.76,391.94,387.34,390.97,2846900,0\n04/08/1994,390.97,391.32,382.64,384.90,2688200,0\n04/11/1994,384.90,385.01,381.75,383.85,2381700,0\n04/12/1994,383.85,383.85,373.62,375.46,2907600,0\n04/13/1994,375.46,377.46,363.70,367.25,3433600,0\n04/14/1994,367.25,370.26,361.85,365.65,3131000,0\n04/15/1994,365.65,368.29,364.40,366.29,2789200,0\n04/18/1994,366.29,368.44,359.06,360.46,2465800,0\n04/19/1994,360.46,364.51,352.87,357.36,3281900,0\n04/20/1994,357.36,362.03,352.12,355.38,3353400,0\n04/21/1994,355.38,367.46,355.38,367.02,3412300,0\n04/22/1994,367.02,371.89,367.02,369.08,3195400,0\n04/25/1994,369.08,375.53,368.67,374.79,2382900,0\n04/26/1994,374.79,377.37,373.99,375.46,2855400,0\n04/28/1994,375.46,376.43,372.16,372.45,3086900,0\n04/29/1994,372.45,374.20,369.35,373.25,2638100,0\n05/02/1994,373.25,380.62,371.88,379.82,2540800,0\n05/03/1994,379.82,381.31,373.92,377.07,3020800,0\n05/04/1994,377.07,378.84,375.12,377.53,2788200,0\n05/05/1994,377.53,380.17,377.24,378.23,2753700,0\n05/06/1994,378.23,378.23,371.00,374.57,2495100,0\n05/09/1994,374.57,374.57,367.03,368.00,2238400,0\n05/10/1994,368.00,372.67,368.00,370.02,3000400,0\n05/11/1994,370.02,370.31,364.19,365.18,3122800,0\n05/12/1994,365.18,369.27,365.18,366.64,2707100,0\n05/13/1994,366.64,366.64,359.29,364.82,3187300,0\n05/16/1994,364.82,365.08,359.53,360.49,2335600,0\n05/17/1994,360.49,360.96,353.43,360.50,3181700,0\n05/18/1994,360.50,370.11,360.49,368.59,3054900,0\n05/19/1994,368.59,374.91,368.50,371.71,3357500,0\n05/20/1994,371.71,371.71,369.17,370.37,2836200,0\n05/23/1994,370.37,372.14,367.94,369.89,2307000,0\n05/24/1994,369.89,377.64,369.89,377.00,2795700,0\n05/25/1994,377.00,379.47,372.96,378.24,2741800,0\n05/26/1994,378.24,381.25,374.31,375.80,2767200,0\n05/27/1994,375.80,377.71,373.18,376.81,2055200,0\n05/31/1994,376.81,379.48,374.49,378.85,2144300,0\n06/01/1994,378.85,380.10,374.08,379.23,3003400,0\n06/02/1994,379.23,381.60,378.54,380.66,2978200,0\n06/03/1994,380.66,385.16,364.17,382.78,2790000,0\n06/06/1994,382.78,384.74,381.15,382.80,2883700,0\n06/07/1994,382.80,382.80,378.65,379.99,2555500,0\n06/08/1994,379.99,381.23,369.06,371.00,3260700,0\n06/09/1994,371.00,372.04,368.37,370.30,2830800,0\n06/10/1994,370.30,375.78,370.30,374.64,2543100,0\n06/13/1994,374.64,375.04,371.61,371.88,2131100,0\n06/14/1994,371.88,377.90,371.88,377.38,2808900,0\n06/15/1994,377.38,379.80,376.72,377.78,2652800,0\n06/16/1994,377.78,378.10,375.63,377.80,2553700,0\n06/17/1994,377.80,377.80,371.51,371.94,2784700,0\n06/20/1994,371.94,371.94,366.61,367.83,2341700,0\n06/21/1994,367.83,367.83,358.07,360.98,2965100,0\n06/22/1994,360.98,366.68,360.98,363.23,2637000,0\n06/23/1994,363.23,364.57,352.89,353.49,3103100,0\n06/24/1994,353.49,356.59,350.03,351.76,2824600,0\n06/27/1994,351.76,361.56,350.24,361.16,2412300,0\n06/28/1994,361.16,365.94,358.16,362.05,2600900,0\n06/29/1994,362.05,367.23,361.43,362.73,2682400,0\n06/30/1994,362.73,365.51,359.19,360.30,2817800,0\n07/01/1994,360.30,361.73,357.65,360.03,2018700,0\n07/05/1994,360.03,361.02,356.46,356.91,2001000,0\n07/06/1994,356.91,356.91,352.74,353.62,2630500,0\n07/07/1994,353.62,359.34,352.98,359.23,2685800,0\n07/08/1994,359.23,362.73,356.55,359.31,2572100,0\n07/11/1994,359.31,361.14,355.21,358.79,2256600,0\n07/12/1994,358.79,361.67,354.91,361.31,2496000,0\n07/13/1994,361.31,369.62,361.31,369.14,3421600,0\n07/14/1994,369.14,373.43,366.71,367.52,3513100,0\n07/15/1994,367.65,367.84,366.05,367.24,2138200,0\n07/18/1994,368.35,368.73,365.78,368.18,2493500,0\n07/19/1994,368.18,368.36,364.48,364.72,3004600,0\n07/20/1994,364.72,364.72,358.16,359.53,2976300,0\n07/21/1994,359.53,362.32,357.93,362.21,2974700,0\n07/22/1994,362.85,365.34,361.19,365.06,2937200,0\n07/25/1994,365.06,366.11,363.61,366.11,2166400,0\n07/26/1994,366.11,366.19,363.01,364.01,2685500,0\n07/27/1994,364.01,364.95,361.59,361.81,2706800,0\n07/28/1994,361.81,364.18,361.34,362.14,2671900,0\n07/29/1994,362.14,370.65,362.14,370.16,3008100,0\n08/01/1994,370.16,373.87,369.90,373.58,2696600,0\n08/02/1994,373.57,376.64,371.76,372.78,3097600,0\n08/03/1994,372.78,373.56,370.48,370.48,2854000,0\n08/04/1994,370.48,372.62,367.17,367.55,2711300,0\n08/05/1994,367.55,367.71,363.81,367.15,2309100,0\n08/08/1994,367.14,369.23,365.52,368.89,2218100,0\n08/09/1994,368.87,370.95,367.78,370.66,2672500,0\n08/10/1994,370.66,374.99,370.45,373.93,3264300,0\n08/11/1994,373.93,378.54,371.13,374.49,3217700,0\n08/12/1994,374.49,377.52,374.31,376.96,2594600,0\n08/15/1994,376.96,379.13,375.38,377.08,2435900,0\n08/16/1994,377.08,381.14,375.43,380.53,2955600,0\n08/17/1994,380.53,387.19,380.53,386.90,3353100,0\n08/18/1994,386.90,388.49,383.59,385.63,3352800,0\n08/19/1994,385.63,387.75,382.10,384.12,2829100,0\n08/22/1994,384.12,384.12,381.60,382.81,2547500,0\n08/23/1994,382.81,389.23,382.81,386.74,3332100,0\n08/24/1994,386.74,388.76,386.02,388.44,3234800,0\n08/25/1994,388.44,393.47,387.74,391.49,3082900,0\n08/26/1994,391.49,401.30,391.49,399.26,3168100,0\n08/29/1994,399.26,402.03,398.21,398.44,2840300,0\n08/30/1994,398.44,402.29,396.21,401.74,2951400,0\n08/31/1994,401.74,402.87,397.34,397.90,3239900,0\n09/01/1994,397.90,397.90,390.67,391.61,3218400,0\n09/02/1994,391.61,394.19,390.38,391.41,2364600,0\n09/06/1994,391.41,393.80,390.80,393.69,1851500,0\n09/07/1994,393.69,398.71,393.41,397.05,2837700,0\n09/08/1994,397.05,401.43,397.05,400.75,3030600,0\n09/09/1994,400.75,400.75,393.53,394.84,2774100,0\n09/12/1994,394.84,395.36,390.50,391.67,2234000,0\n09/13/1994,391.67,397.53,391.67,396.69,2830300,0\n09/14/1994,396.69,398.22,394.50,397.79,2930600,0\n09/15/1994,397.79,407.10,397.43,407.10,2982300,0\n09/16/1994,407.10,407.10,401.79,404.47,3233000,0\n09/19/1994,404.47,406.79,403.88,403.88,2615400,0\n09/20/1994,403.96,403.96,396.84,396.85,3056300,0\n09/21/1994,396.85,397.64,388.95,393.71,3223300,0\n09/22/1994,393.71,396.26,391.53,393.55,3085900,0\n09/23/1994,393.55,395.22,389.67,390.20,3210300,0\n09/26/1994,390.18,390.27,386.11,388.90,2504600,0\n09/27/1994,388.90,389.92,387.12,389.33,2737200,0\n09/28/1994,389.33,393.83,389.33,391.97,3002400,0\n09/29/1994,391.97,392.22,388.43,391.22,2842600,0\n09/30/1994,391.22,396.48,391.22,393.85,3081000,0\n10/03/1994,393.85,394.94,391.12,392.72,2448900,0\n10/04/1994,392.72,393.45,382.53,382.71,3328500,0\n10/05/1994,382.71,387.38,376.80,386.99,3477100,0\n10/06/1994,386.99,389.37,382.17,382.85,2702100,0\n10/07/1994,382.85,387.75,382.85,387.36,2750600,0\n10/10/1994,387.36,393.52,387.36,392.85,2302600,0\n10/11/1994,392.85,401.83,392.85,400.29,3675900,0\n10/12/1994,400.29,401.57,398.72,399.85,3315700,0\n10/13/1994,399.85,406.85,399.34,399.86,3729800,0\n10/14/1994,399.86,400.18,396.13,398.80,2981200,0\n10/17/1994,398.80,400.09,396.27,396.85,2903700,0\n10/18/1994,396.85,399.27,396.58,398.00,3088000,0\n10/19/1994,398.00,404.34,397.16,403.73,3438400,0\n10/20/1994,403.73,405.60,399.98,402.99,3561800,0\n10/21/1994,402.99,402.99,398.49,400.52,3542300,0\n10/24/1994,400.52,402.34,397.67,398.79,2839800,0\n10/25/1994,398.79,398.79,394.06,398.48,2926100,0\n10/26/1994,398.48,403.92,398.48,403.83,3176000,0\n10/27/1994,403.83,405.81,403.79,405.62,3150000,0\n10/28/1994,405.62,411.84,404.43,411.84,3785000,0\n10/31/1994,411.84,416.09,410.53,413.05,3132400,0\n11/01/1994,413.05,413.05,408.20,410.06,3187600,0\n11/02/1994,410.06,415.23,408.54,408.91,3600200,0\n11/03/1994,408.91,410.54,407.20,408.17,3113900,0\n11/04/1994,408.17,409.77,401.38,401.46,2808800,0\n11/07/1994,401.46,401.68,398.75,400.19,2461700,0\n11/08/1994,400.19,407.59,400.19,407.44,2986600,0\n11/09/1994,407.44,413.40,404.90,408.32,3111100,0\n11/10/1994,408.32,410.15,405.20,406.12,2677500,0\n11/11/1994,406.12,407.74,403.58,404.78,2732700,0\n11/14/1994,404.78,412.32,404.78,412.17,2638200,0\n11/15/1994,412.17,415.75,410.12,411.78,3203500,0\n11/16/1994,411.83,413.74,411.13,412.72,3097700,0\n11/17/1994,412.72,414.56,409.10,410.98,3512000,0\n11/18/1994,410.98,414.51,410.76,412.43,3038000,0\n11/21/1994,412.43,417.55,409.02,409.28,3021500,0\n11/22/1994,409.28,409.28,397.92,397.93,3537500,0\n11/23/1994,397.93,397.93,390.89,397.17,3465600,0\n11/25/1994,397.17,401.34,397.13,401.17,985900,0\n11/28/1994,401.17,404.92,400.73,403.82,2393000,0\n11/29/1994,403.82,409.45,403.82,409.10,3051100,0\n11/30/1994,409.10,412.00,404.04,404.82,3257100,0\n12/01/1994,404.82,404.88,397.44,397.66,2757300,0\n12/02/1994,399.06,402.18,395.70,402.04,2599500,0\n12/05/1994,402.04,404.84,401.11,402.71,2475200,0\n12/06/1994,402.71,405.14,399.88,399.98,2863500,0\n12/07/1994,399.98,400.82,395.49,395.75,2722500,0\n12/08/1994,395.75,398.25,385.57,386.30,3317500,0\n12/09/1994,386.30,389.24,379.96,388.63,3341700,0\n12/12/1994,388.63,391.00,381.47,388.88,2608900,0\n12/13/1994,388.88,390.31,387.24,387.53,2639900,0\n12/14/1994,387.53,393.22,386.51,391.65,3285100,0\n12/15/1994,391.65,395.95,391.65,393.70,3429700,0\n12/16/1994,393.70,394.92,391.77,392.01,3214600,0\n12/19/1994,392.01,392.62,389.77,390.42,2800800,0\n12/20/1994,390.42,393.96,388.05,390.61,3255000,0\n12/21/1994,390.61,397.94,390.61,397.80,3496000,0\n12/22/1994,397.80,400.37,397.80,399.80,3586800,0\n12/23/1994,399.80,403.09,399.32,401.15,2165300,0\n12/27/1994,401.15,404.94,401.15,404.03,2290800,0\n12/28/1994,404.03,404.54,398.79,400.26,2612600,0\n12/29/1994,400.26,406.53,400.26,406.31,2909600,0\n12/30/1994,406.31,406.50,402.29,404.27,3325000,0\n01/03/1995,404.27,404.27,397.56,398.00,2487500,0\n01/04/1995,398.00,400.41,394.59,399.65,2903500,0\n01/05/1995,399.65,402.04,397.84,398.02,2975100,0\n01/06/1995,398.02,403.03,398.02,401.59,3129200,0\n01/09/1995,401.59,403.99,400.91,403.53,2670900,0\n01/10/1995,403.53,410.56,403.53,407.57,3535100,0\n01/11/1995,407.57,410.45,402.71,407.10,3295200,0\n01/12/1995,407.10,408.32,405.85,407.32,3022300,0\n01/13/1995,407.32,411.16,407.32,410.48,3136300,0\n01/16/1995,410.48,415.50,409.87,413.65,3013700,0\n01/17/1995,413.65,418.66,413.65,416.89,3373300,0\n01/18/1995,416.89,419.98,416.01,419.26,3483300,0\n01/19/1995,419.26,419.26,416.55,417.83,3318300,0\n01/20/1995,417.83,417.95,408.73,410.13,3421700,0\n01/23/1995,410.13,412.07,404.57,411.89,2764200,0\n01/24/1995,411.89,414.04,410.81,413.60,2983300,0\n01/25/1995,413.60,414.02,407.73,410.87,3131000,0\n01/26/1995,410.87,411.73,406.19,406.50,2950600,0\n01/27/1995,406.50,409.14,405.38,407.22,3093800,0\n01/30/1995,407.22,408.39,401.32,401.71,2594700,0\n01/31/1995,401.71,406.06,401.08,405.33,3014300,0\n02/01/1995,405.33,411.38,405.33,407.06,3099300,0\n02/02/1995,407.06,411.28,406.34,411.15,2942600,0\n02/03/1995,411.15,419.01,411.15,416.14,3798500,0\n02/06/1995,416.14,421.29,416.14,420.93,2984800,0\n02/07/1995,420.93,422.18,418.49,420.57,3209700,0\n02/08/1995,420.79,426.20,420.79,425.66,3494200,0\n02/09/1995,425.66,429.79,425.66,426.43,3814200,0\n02/10/1995,426.43,431.30,426.43,430.77,3593800,0\n02/13/1995,430.77,432.37,428.53,428.77,3003600,0\n02/14/1995,428.77,431.06,428.24,429.81,3452500,0\n02/15/1995,429.86,433.44,428.00,432.49,3822900,0\n02/16/1995,432.49,433.16,428.61,430.86,3439900,0\n02/17/1995,430.86,430.86,425.33,425.66,2945100,0\n02/21/1995,425.66,427.03,423.93,424.82,2726200,0\n02/22/1995,424.82,429.93,423.12,429.21,3022000,0\n02/23/1995,429.20,435.20,429.20,431.03,3569800,0\n02/24/1995,431.03,431.03,426.57,428.42,3185400,0\n02/27/1995,428.42,430.67,424.04,424.75,2722600,0\n02/28/1995,424.75,432.91,424.71,432.50,3233500,0\n03/01/1995,432.50,435.22,429.80,429.80,3365100,0\n03/02/1995,429.80,431.72,429.05,431.68,2973400,0\n03/03/1995,431.68,436.89,429.34,436.68,3135900,0\n03/06/1995,436.68,437.25,430.41,437.24,2651100,0\n03/07/1995,437.24,437.82,431.13,432.12,3367600,0\n03/08/1995,432.12,437.01,432.12,437.01,3139500,0\n03/09/1995,437.01,438.49,433.12,437.02,3194700,0\n03/10/1995,437.02,441.76,436.01,441.76,3303200,0\n03/13/1995,441.75,443.94,440.29,440.82,2810700,0\n03/14/1995,440.81,447.51,440.81,446.27,3471700,0\n03/15/1995,446.27,446.56,442.31,443.57,3355100,0\n03/16/1995,443.57,445.81,442.95,444.68,3401500,0\n03/17/1995,444.68,447.75,442.71,443.94,3153500,0\n03/20/1995,443.94,447.67,442.83,446.61,2774100,0\n03/21/1995,446.61,451.16,445.99,447.13,3361500,0\n03/22/1995,447.13,447.43,444.19,447.13,3151400,0\n03/23/1995,447.13,452.04,446.74,448.82,3507900,0\n03/24/1995,448.82,455.45,448.82,455.43,4028900,0\n03/27/1995,455.43,457.98,453.32,457.12,3152300,0\n03/28/1995,457.12,460.63,456.33,460.54,3502400,0\n03/29/1995,460.54,462.99,449.43,451.87,4103800,0\n03/30/1995,451.87,454.68,442.69,448.42,3633200,0\n03/31/1995,448.36,448.55,439.22,447.15,3478500,0\n04/03/1995,447.15,448.81,442.30,448.49,2739200,0\n04/04/1995,448.49,450.90,441.53,441.86,3656400,0\n04/05/1995,441.86,444.66,438.38,444.66,3488900,0\n04/06/1995,444.66,445.88,439.91,439.92,3483200,0\n04/07/1995,440.33,444.06,438.85,444.01,3314600,0\n04/10/1995,444.01,449.64,442.58,449.36,3009200,0\n04/11/1995,449.36,454.41,449.36,453.33,3556500,0\n04/12/1995,453.33,457.02,452.01,456.98,3451800,0\n04/13/1995,456.98,459.61,456.23,458.93,3598300,0\n04/17/1995,458.93,466.79,456.74,457.06,3665000,0\n04/18/1995,457.06,461.40,452.79,453.43,3770800,0\n04/19/1995,453.48,453.48,442.71,447.06,4539600,0\n04/20/1995,447.17,449.81,444.21,449.01,4088600,0\n04/21/1995,449.01,451.91,449.01,451.34,3945100,0\n04/24/1995,451.34,457.19,448.93,456.41,3187000,0\n04/25/1995,456.43,461.02,456.43,459.10,3754900,0\n04/26/1995,459.10,463.03,456.16,463.03,3924100,0\n04/27/1995,463.03,468.89,462.59,465.34,4175500,0\n04/28/1995,465.34,470.49,463.69,469.56,3758300,0\n05/01/1995,469.56,472.47,466.05,466.05,3156600,0\n05/02/1995,466.05,467.54,463.38,465.38,3484900,0\n05/03/1995,465.38,474.93,465.38,474.93,3988100,0\n05/04/1995,474.93,484.13,473.47,474.10,4210000,0\n05/05/1995,474.10,478.27,470.30,470.30,3318900,0\n05/08/1995,470.30,478.19,469.71,476.78,3201600,0\n05/09/1995,476.78,479.49,471.83,476.00,3817500,0\n05/10/1995,476.00,479.13,471.63,472.88,3800300,0\n05/11/1995,472.87,479.57,470.72,479.57,3907100,0\n05/12/1995,479.57,486.23,477.93,483.19,4045700,0\n05/15/1995,483.19,486.97,481.22,486.34,3500400,0\n05/16/1995,486.34,492.47,485.51,491.04,3821000,0\n05/17/1995,491.04,497.78,491.04,494.69,4041100,0\n05/18/1995,494.69,498.93,488.02,488.02,3881800,0\n05/19/1995,488.02,490.33,484.68,489.87,3371900,0\n05/22/1995,489.77,495.85,489.56,495.09,3441400,0\n05/23/1995,495.09,503.12,495.09,503.12,4149200,0\n05/24/1995,503.12,509.24,498.00,500.50,4392100,0\n05/25/1995,500.50,502.16,495.15,501.66,3815600,0\n05/26/1995,501.66,501.66,494.43,496.06,3027200,0\n05/30/1995,496.06,498.15,481.21,482.08,3203600,0\n05/31/1995,482.08,488.10,474.17,488.10,3761500,0\n06/01/1995,488.10,493.61,487.20,490.96,3544200,0\n06/02/1995,490.96,496.23,486.07,492.65,3519700,0\n06/05/1995,492.65,502.92,492.65,500.81,3723500,0\n06/06/1995,500.81,504.06,495.12,495.12,3875000,0\n06/07/1995,495.12,499.25,493.58,497.15,3784200,0\n06/08/1995,497.15,501.22,497.15,500.86,3785600,0\n06/09/1995,500.86,502.08,495.57,500.41,3826000,0\n06/12/1995,500.41,503.88,499.41,501.69,3527600,0\n06/13/1995,501.69,506.31,501.69,505.32,4029800,0\n06/14/1995,505.32,507.01,500.76,506.09,4214500,0\n06/15/1995,506.09,513.24,506.09,511.99,4122800,0\n06/16/1995,511.99,518.42,511.99,517.57,4032100,0\n06/19/1995,517.55,530.89,517.55,530.53,4070000,0\n06/20/1995,530.53,539.55,530.53,539.55,4444900,0\n06/21/1995,539.55,542.96,533.33,535.52,4552800,0\n06/22/1995,535.52,546.12,535.52,546.06,4740800,0\n06/23/1995,546.06,546.57,541.84,544.66,4472600,0\n06/26/1995,544.66,546.36,535.89,536.49,3849800,0\n06/27/1995,536.49,540.48,526.88,527.84,4174900,0\n06/28/1995,527.84,533.52,522.09,530.65,3953200,0\n06/29/1995,530.65,537.97,529.85,536.21,3686000,0\n06/30/1995,536.21,541.67,536.11,538.03,4021400,0\n07/03/1995,538.03,540.33,536.73,538.97,1307700,0\n07/05/1995,538.97,546.38,538.97,543.39,3703200,0\n07/06/1995,543.39,554.09,543.39,553.87,4255400,0\n07/07/1995,553.86,567.56,553.28,567.56,5122000,0\n07/10/1995,567.56,575.97,567.50,573.56,4573200,0\n07/11/1995,573.56,573.56,563.93,563.98,4437500,0\n07/12/1995,563.98,580.00,563.98,579.71,5144700,0\n07/13/1995,579.71,591.51,577.44,583.25,5301000,0\n07/14/1995,583.27,589.98,574.34,589.85,4336000,0\n07/17/1995,589.85,600.01,589.85,596.91,4664200,0\n07/18/1995,595.19,597.12,578.09,578.46,4836500,0\n07/19/1995,578.46,578.46,530.40,547.12,5979100,0\n07/20/1995,549.85,554.52,545.50,550.33,4808300,0\n07/21/1995,550.33,555.74,547.32,547.78,4686900,0\n07/24/1995,547.78,563.06,547.78,562.64,4040900,0\n07/25/1995,562.64,575.12,562.64,572.71,4999300,0\n07/26/1995,572.71,581.43,572.71,576.84,4839000,0\n07/27/1995,576.84,586.95,576.84,584.25,5085200,0\n07/28/1995,584.25,584.25,573.33,574.18,4585600,0\n07/31/1995,574.18,576.57,564.33,568.88,3855700,0\n08/01/1995,568.88,569.27,554.25,559.21,4363200,0\n08/02/1995,559.36,569.03,550.70,551.56,4863300,0\n08/03/1995,551.56,553.55,541.64,553.06,4519000,0\n08/04/1995,553.06,561.09,553.06,560.58,3788600,0\n08/07/1995,560.58,566.70,560.58,563.65,3624500,0\n08/08/1995,563.65,568.67,563.65,565.71,4036700,0\n08/09/1995,565.71,577.23,565.71,575.49,4764900,0\n08/10/1995,575.49,577.48,567.82,569.75,4522600,0\n08/11/1995,569.75,575.69,568.23,575.64,3857600,0\n08/14/1995,575.67,584.76,573.46,584.73,3713200,0\n08/15/1995,584.73,588.26,579.63,584.05,4244400,0\n08/16/1995,584.04,596.45,584.04,596.43,4720400,0\n08/17/1995,596.43,600.15,593.13,596.28,4968200,0\n08/18/1995,596.28,601.65,594.02,595.52,4705400,0\n08/21/1995,595.52,598.73,578.89,578.89,4379800,0\n08/22/1995,578.89,589.55,576.90,589.25,4660300,0\n08/23/1995,589.25,593.32,587.05,591.32,4308100,0\n08/24/1995,591.32,591.64,580.23,583.16,4494600,0\n08/25/1995,583.16,584.79,579.97,580.10,3833600,0\n08/28/1995,580.10,581.62,565.85,566.05,3977900,0\n08/29/1995,566.05,566.82,549.12,566.82,4706400,0\n08/30/1995,566.82,574.49,566.66,572.83,4018400,0\n08/31/1995,572.85,580.03,572.85,576.77,3758200,0\n09/01/1995,576.77,576.86,572.16,573.21,2924500,0\n09/05/1995,573.21,595.36,573.21,595.36,3870000,0\n09/06/1995,595.36,601.15,593.86,594.12,4640500,0\n09/07/1995,597.16,604.39,597.05,599.14,4898600,0\n09/08/1995,599.14,604.27,593.90,604.27,4646000,0\n09/11/1995,604.27,612.56,604.27,609.75,4418400,0\n09/12/1995,610.08,613.78,605.90,605.99,4679300,0\n09/13/1995,605.99,611.05,603.17,607.70,4989200,0\n09/14/1995,607.70,610.00,603.74,604.12,4846100,0\n09/15/1995,604.12,604.12,586.27,589.01,5202000,0\n09/18/1995,589.01,591.75,581.79,591.13,4069800,0\n09/19/1995,591.13,601.88,589.57,601.02,4666800,0\n09/20/1995,601.02,608.21,601.02,603.19,5148200,0\n09/21/1995,603.19,603.19,593.14,594.85,4696900,0\n09/22/1995,594.85,594.85,586.84,592.64,4390400,0\n09/25/1995,592.64,593.92,583.60,587.93,3126700,0\n09/26/1995,587.93,595.83,580.53,580.77,4266700,0\n09/27/1995,580.70,580.70,557.26,576.22,5235300,0\n09/28/1995,576.22,595.48,576.22,595.44,4484200,0\n09/29/1995,595.44,599.31,584.93,585.08,4635800,0\n10/02/1995,585.08,587.90,573.17,573.87,3937600,0\n10/03/1995,573.87,575.81,563.95,573.16,4560000,0\n10/04/1995,573.16,573.16,557.43,558.99,3863900,0\n10/05/1995,558.99,572.76,556.61,572.75,4565600,0\n10/06/1995,572.75,581.74,566.98,567.42,4500100,0\n10/09/1995,567.41,567.41,543.04,546.93,4035700,0\n10/10/1995,546.93,551.68,527.89,550.76,5326800,0\n10/11/1995,550.76,564.65,550.76,564.33,4542200,0\n10/12/1995,564.33,573.49,564.33,573.10,4217600,0\n10/13/1995,573.10,579.68,569.35,570.00,4255400,0\n10/16/1995,570.01,573.92,567.01,568.46,3259800,0\n10/17/1995,568.46,589.43,568.46,589.43,4346200,0\n10/18/1995,589.43,605.18,589.43,597.97,5445500,0\n10/19/1995,597.97,602.60,591.00,601.26,4708900,0\n10/20/1995,601.26,601.98,590.13,591.88,4280300,0\n10/23/1995,587.84,594.73,586.01,593.27,3685500,0\n10/24/1995,593.20,597.56,593.02,594.23,4456900,0\n10/25/1995,594.23,595.20,584.33,584.33,4561000,0\n10/26/1995,584.33,588.13,572.49,582.47,4790200,0\n10/27/1995,582.47,593.53,580.25,593.53,4403200,0\n10/30/1995,593.53,609.38,593.53,607.10,4163900,0\n10/31/1995,607.10,613.00,598.77,598.78,4698600,0\n11/01/1995,598.78,603.00,595.39,600.91,4372000,0\n11/02/1995,600.91,614.79,600.65,614.69,4994000,0\n11/03/1995,614.69,621.71,612.09,621.71,4519200,0\n11/06/1995,621.71,623.53,615.66,615.72,3907600,0\n11/07/1995,615.72,615.72,591.20,596.23,5190300,0\n11/08/1995,596.20,606.40,594.75,598.72,4769100,0\n11/09/1995,598.72,617.02,598.72,616.95,4781900,0\n11/10/1995,616.95,621.00,611.64,613.61,4731400,0\n11/13/1995,613.61,616.16,607.15,608.32,3959800,0\n11/14/1995,608.32,608.50,591.60,591.68,4472500,0\n11/15/1995,591.68,597.07,582.41,593.48,4593900,0\n11/16/1995,593.48,597.73,586.94,591.70,4924200,0\n11/17/1995,591.70,594.25,587.40,588.81,4779800,0\n11/20/1995,588.81,593.73,571.67,571.67,4381100,0\n11/21/1995,571.67,576.22,562.50,574.22,5379100,0\n11/22/1995,574.22,580.00,568.99,569.04,4189600,0\n11/24/1995,569.04,578.35,569.04,578.32,1361000,0\n11/27/1995,578.32,585.88,573.91,573.91,4392200,0\n11/28/1995,573.91,598.07,573.91,598.00,4970800,0\n11/29/1995,598.00,604.79,593.18,599.58,5344000,0\n11/30/1995,599.58,602.29,593.52,593.72,5429600,0\n12/01/1995,593.72,595.77,586.18,587.02,4950800,0\n12/04/1995,586.93,604.13,586.93,598.00,5050300,0\n12/05/1995,598.00,600.35,588.91,591.23,5673800,0\n12/06/1995,591.23,595.58,582.33,589.98,5676700,0\n12/07/1995,589.98,592.63,579.76,587.13,4912300,0\n12/08/1995,587.13,599.58,586.75,599.38,4559100,0\n12/11/1995,599.38,602.39,596.10,596.11,4237600,0\n12/12/1995,596.11,597.35,584.53,585.04,4638600,0\n12/13/1995,585.04,590.69,583.91,587.54,4841200,0\n12/14/1995,587.54,590.14,566.27,566.29,5657000,0\n12/15/1995,566.29,571.06,560.35,563.28,5818300,0\n12/18/1995,563.28,563.28,540.97,548.04,5766400,0\n12/19/1995,548.04,575.02,548.04,575.01,5643300,0\n12/20/1995,575.01,581.07,565.08,565.15,5678900,0\n12/21/1995,565.15,580.76,565.15,580.76,5328000,0\n12/22/1995,580.76,585.44,580.74,585.18,4206000,0\n12/26/1995,585.18,586.58,582.59,585.09,3327700,0\n12/27/1995,585.09,587.81,580.01,580.37,3843200,0\n12/28/1995,580.37,580.37,571.05,571.96,4496700,0\n12/29/1995,571.96,577.08,569.45,576.23,5419100,0\n01/02/1996,576.23,586.29,573.89,585.94,3996200,0\n01/03/1996,585.94,586.32,571.42,572.29,5065500,0\n01/04/1996,572.29,575.60,552.69,563.48,6299700,0\n01/05/1996,563.48,568.85,552.18,565.14,5481300,0\n01/08/1996,565.14,568.23,562.22,563.15,1426900,0\n01/09/1996,562.42,562.48,533.51,534.42,5457900,0\n01/10/1996,534.42,545.19,527.22,535.29,6034200,0\n01/11/1996,535.29,555.22,535.29,555.20,5132000,0\n01/12/1996,555.20,558.96,546.71,552.71,4853000,0\n01/15/1996,552.75,554.36,533.65,534.44,4226600,0\n01/16/1996,534.44,546.47,526.80,546.05,5618500,0\n01/17/1996,546.05,555.70,534.87,545.51,6136900,0\n01/18/1996,545.51,555.24,545.51,554.32,5367600,0\n01/19/1996,554.32,566.12,554.28,564.64,5711200,0\n01/22/1996,564.64,572.01,563.68,571.25,4944300,0\n01/23/1996,571.25,572.92,566.92,567.35,5338700,0\n01/24/1996,567.35,582.29,567.35,582.14,5930000,0\n01/25/1996,582.14,584.56,571.52,572.26,5828100,0\n01/26/1996,572.26,577.05,568.33,577.05,5136100,0\n01/29/1996,577.05,580.48,574.45,576.23,4343800,0\n01/30/1996,576.23,585.26,576.23,583.99,5421900,0\n01/31/1996,583.99,591.84,580.43,591.82,5611700,0\n02/01/1996,591.82,601.88,589.01,601.88,5830700,0\n02/02/1996,601.88,606.60,599.36,601.42,5612600,0\n02/05/1996,601.50,615.47,600.67,615.47,5120400,0\n02/06/1996,615.47,621.65,614.87,619.20,5894900,0\n02/07/1996,619.17,619.33,610.35,615.07,6116400,0\n02/08/1996,615.07,625.23,610.10,623.80,5565800,0\n02/09/1996,623.80,629.40,620.08,623.01,5526500,0\n02/12/1996,623.01,629.01,623.01,625.29,4940400,0\n02/13/1996,625.30,626.51,612.04,618.54,5252500,0\n02/14/1996,618.54,623.63,613.25,617.59,5158900,0\n02/15/1996,617.59,621.77,615.55,620.23,4937600,0\n02/16/1996,620.23,623.29,614.91,619.04,4596800,0\n02/20/1996,619.04,621.90,611.73,616.83,4596800,0\n02/21/1996,616.83,627.56,616.83,627.28,4858100,0\n02/22/1996,627.28,644.21,627.28,643.41,6411400,0\n02/23/1996,643.41,647.34,634.60,642.59,5835200,0\n02/26/1996,642.59,645.24,636.56,637.92,4738000,0\n02/27/1996,637.92,640.57,628.45,631.10,5144600,0\n02/28/1996,631.10,638.79,629.90,631.44,5434400,0\n02/29/1996,631.44,631.44,620.88,622.83,5332300,0\n03/01/1996,622.83,622.83,601.04,604.76,5871700,0\n03/04/1996,604.76,609.84,600.08,601.50,4743800,0\n03/05/1996,601.50,616.06,600.46,615.88,4919000,0\n03/06/1996,615.88,617.22,607.80,607.84,5325400,0\n03/07/1996,607.84,612.52,606.29,609.55,5093600,0\n03/08/1996,609.55,609.55,585.33,591.71,5836400,0\n03/11/1996,591.71,605.62,591.71,605.48,4578800,0\n03/12/1996,605.48,605.48,592.60,599.02,4593400,0\n03/13/1996,599.02,615.89,599.02,614.75,4823400,0\n03/14/1996,614.75,619.03,610.55,610.56,5128700,0\n03/15/1996,610.56,622.68,610.56,621.71,5144200,0\n03/18/1996,621.71,633.44,621.71,633.26,4987800,0\n03/19/1996,633.26,637.92,626.83,629.39,5205900,0\n03/20/1996,629.39,629.39,613.44,615.26,5296200,0\n03/21/1996,615.26,617.55,610.48,611.51,4992400,0\n03/22/1996,611.51,615.37,605.87,612.88,4756300,0\n03/25/1996,612.88,617.75,597.82,597.82,4767100,0\n03/26/1996,597.82,604.75,591.35,602.08,5446200,0\n03/27/1996,602.08,612.61,602.08,608.06,5005200,0\n03/28/1996,608.06,611.74,602.89,608.08,4832100,0\n03/29/1996,608.08,614.77,608.08,609.69,5140900,0\n04/01/1996,609.69,615.18,609.69,612.99,4638800,0\n04/02/1996,612.99,616.02,612.43,615.81,4921900,0\n04/03/1996,615.81,618.77,609.96,618.57,5297500,0\n04/04/1996,618.57,620.59,615.26,618.00,5038900,0\n04/08/1996,618.00,618.00,601.47,610.61,5177000,0\n04/09/1996,610.61,618.84,609.84,611.06,5616700,0\n04/10/1996,611.06,619.95,608.16,609.11,5563100,0\n04/11/1996,609.11,612.16,597.42,604.07,5343000,0\n04/12/1996,604.07,607.16,602.03,605.05,4837600,0\n04/15/1996,605.05,611.55,605.05,611.08,4618600,0\n04/16/1996,611.08,625.99,611.08,625.94,6139200,0\n04/17/1996,625.93,627.38,618.39,620.71,5778000,0\n04/18/1996,620.71,648.15,620.71,633.44,5773200,0\n04/19/1996,633.44,638.72,632.15,633.01,5931200,0\n04/22/1996,633.01,644.40,633.01,644.29,5825900,0\n04/23/1996,644.29,654.63,643.02,654.49,6501900,0\n04/24/1996,654.49,664.01,654.49,664.01,7286200,0\n04/25/1996,664.01,666.84,657.99,666.68,7207900,0\n04/26/1996,666.68,669.74,664.48,666.65,6433000,0\n04/29/1996,666.65,668.31,663.96,667.00,5539800,0\n04/30/1996,667.00,667.04,662.79,666.73,6047900,0\n05/01/1996,666.73,673.88,665.34,673.36,6542700,0\n05/02/1996,673.36,673.55,656.62,656.73,6469500,0\n05/03/1996,656.73,670.24,656.73,661.07,7052200,0\n05/06/1996,661.07,665.07,655.95,662.93,6801500,0\n05/07/1996,662.93,665.60,658.61,660.82,8065000,0\n05/08/1996,660.82,663.53,646.02,663.53,7569200,0\n05/09/1996,663.43,666.69,660.55,662.54,6357100,0\n05/10/1996,662.54,672.59,662.54,672.54,6060200,0\n05/13/1996,672.54,688.76,672.54,688.52,5952700,0\n05/14/1996,688.52,697.49,688.52,695.43,6902000,0\n05/15/1996,695.43,700.65,690.14,690.16,6879900,0\n05/16/1996,690.15,695.27,683.95,695.25,6209500,0\n05/17/1996,695.25,699.55,690.81,690.81,6306600,0\n05/20/1996,690.81,696.83,690.81,693.27,5897300,0\n05/21/1996,693.27,696.51,687.86,687.86,6904800,0\n05/22/1996,687.86,691.08,684.16,688.43,6934000,0\n05/23/1996,688.43,695.36,687.45,692.09,7579500,0\n05/24/1996,692.09,693.85,688.74,688.91,6102800,0\n05/28/1996,688.91,692.43,683.85,685.07,6431300,0\n05/29/1996,685.07,686.73,674.65,677.09,6361000,0\n05/30/1996,677.09,685.51,675.03,684.04,6050300,0\n05/31/1996,684.04,694.27,684.04,692.39,6076900,0\n06/03/1996,692.39,693.96,687.04,689.25,5251700,0\n06/04/1996,689.25,693.74,687.72,692.59,6457100,0\n06/05/1996,692.59,700.30,689.67,699.35,6499400,0\n06/06/1996,699.35,704.09,687.01,687.01,6738900,0\n06/07/1996,687.01,691.54,673.32,691.46,6009800,0\n06/10/1996,691.46,693.35,687.77,688.84,4764700,0\n06/11/1996,688.84,696.57,688.84,690.94,5543000,0\n06/12/1996,690.94,702.14,690.94,697.16,5439800,0\n06/13/1996,697.16,698.32,686.51,691.84,5644700,0\n06/14/1996,691.84,691.84,681.07,681.13,5098800,0\n06/17/1996,681.14,684.26,676.84,678.44,4481600,0\n06/18/1996,678.44,680.16,665.28,666.07,6213500,0\n06/19/1996,666.07,673.75,665.26,667.72,6006100,0\n06/20/1996,667.71,671.75,648.93,664.45,6698300,0\n06/21/1996,664.50,673.39,664.50,672.53,5401100,0\n06/24/1996,672.53,680.62,671.18,677.17,5004700,0\n06/25/1996,677.17,678.55,667.68,668.04,5536600,0\n06/26/1996,668.04,669.06,651.72,659.69,6053400,0\n06/27/1996,659.69,671.48,654.59,671.15,5660100,0\n06/28/1996,671.15,681.69,671.15,677.30,6287700,0\n07/01/1996,677.40,687.95,677.33,687.07,5018500,0\n07/02/1996,687.07,687.07,680.14,680.17,5176300,0\n07/03/1996,680.17,680.71,673.30,673.84,4993200,0\n07/05/1996,673.84,673.84,657.68,657.68,2162000,0\n07/08/1996,657.68,665.12,655.52,656.00,4464000,0\n07/09/1996,656.00,664.20,656.00,660.76,4869000,0\n07/10/1996,660.76,660.76,649.33,657.45,5380100,0\n07/11/1996,657.45,657.45,625.44,635.78,6949300,0\n07/12/1996,635.78,642.86,625.09,635.06,5415400,0\n07/15/1996,635.06,635.06,606.07,606.89,5870100,0\n07/16/1996,606.89,615.82,572.79,614.25,8773300,0\n07/17/1996,614.25,634.42,614.25,631.30,7011400,0\n07/18/1996,631.30,644.11,628.17,643.74,6403400,0\n07/19/1996,643.75,643.75,627.94,633.05,5316100,0\n07/22/1996,633.05,633.05,618.92,624.03,4191100,0\n07/23/1996,624.03,627.60,595.80,598.34,5980400,0\n07/24/1996,598.33,609.86,577.81,605.05,6780500,0\n07/25/1996,605.05,620.55,605.05,620.39,5419000,0\n07/26/1996,620.39,633.68,620.39,633.39,4731400,0\n07/29/1996,633.39,637.05,620.42,620.51,4177800,0\n07/30/1996,620.51,630.40,617.68,630.32,4184700,0\n07/31/1996,630.32,640.20,628.30,636.01,4812200,0\n08/01/1996,636.01,651.90,635.36,651.07,5006400,0\n08/02/1996,651.07,670.59,651.07,667.84,5772400,0\n08/05/1996,667.84,670.98,660.00,661.02,3942300,0\n08/06/1996,661.02,671.74,655.27,671.69,4500400,0\n08/07/1996,671.69,682.48,668.63,682.37,5341400,0\n08/08/1996,682.33,682.33,676.34,677.52,4701000,0\n08/09/1996,677.52,682.27,671.44,678.31,4573700,0\n08/12/1996,678.31,681.92,670.39,679.39,3667400,0\n08/13/1996,679.39,679.39,666.57,669.10,4052400,0\n08/14/1996,669.10,678.37,669.10,677.17,4286200,0\n08/15/1996,677.17,680.65,673.99,677.09,4577500,0\n08/16/1996,677.09,680.74,671.92,672.28,4207500,0\n08/19/1996,672.28,673.00,660.04,670.25,3501700,0\n08/20/1996,670.25,671.48,662.73,662.87,4061700,0\n08/21/1996,662.87,670.41,658.47,667.42,4165400,0\n08/22/1996,667.42,681.63,667.42,681.63,4950500,0\n08/23/1996,681.63,685.15,677.19,677.57,4343200,0\n08/26/1996,677.57,678.48,671.69,672.92,4220900,0\n08/27/1996,672.86,679.08,672.86,679.05,4911300,0\n08/28/1996,679.05,681.41,676.80,679.67,4615200,0\n08/29/1996,679.67,679.67,670.34,671.10,4199900,0\n08/30/1996,671.10,672.86,663.17,663.57,3366100,0\n09/03/1996,663.57,669.41,650.48,669.29,3945100,0\n09/04/1996,669.29,672.34,666.25,669.20,4398200,0\n09/05/1996,669.20,669.20,652.29,652.32,4619700,0\n09/06/1996,652.32,666.88,652.32,664.22,4710200,0\n09/09/1996,664.22,672.09,663.53,671.98,4370100,0\n09/10/1996,671.98,674.45,666.05,671.65,4791300,0\n09/11/1996,671.65,676.50,666.03,675.12,4870200,0\n09/12/1996,675.12,687.40,674.73,685.65,5435000,0\n09/13/1996,685.65,707.91,685.65,707.86,6385600,0\n09/16/1996,707.86,715.85,706.65,709.22,5755200,0\n09/17/1996,709.22,724.20,709.22,722.50,6322200,0\n09/18/1996,722.50,735.68,716.72,727.63,5529300,0\n09/19/1996,727.63,738.44,725.22,736.76,5632800,0\n09/20/1996,736.76,745.60,733.16,743.42,5905600,0\n09/23/1996,743.42,743.42,731.30,733.41,3662800,0\n09/24/1996,733.41,741.35,731.59,736.61,5834200,0\n09/25/1996,736.59,746.09,736.59,745.69,6225900,0\n09/26/1996,745.73,757.83,741.57,744.61,7218200,0\n09/27/1996,744.61,747.43,740.94,744.73,5615400,0\n09/30/1996,744.73,748.87,737.14,737.57,5242900,0\n10/01/1996,737.58,739.96,727.14,734.50,5425300,0\n10/02/1996,734.50,749.94,734.50,747.55,5765900,0\n10/03/1996,747.55,752.06,743.28,743.28,5753900,0\n10/04/1996,743.28,759.13,743.28,759.12,5627300,0\n10/07/1996,759.12,765.58,757.81,764.82,4806700,0\n10/08/1996,764.96,770.74,752.95,753.24,5617700,0\n10/09/1996,753.24,763.84,750.15,753.97,5662400,0\n10/10/1996,753.97,760.06,749.10,751.44,5791100,0\n10/11/1996,751.44,765.70,751.44,765.64,5268100,0\n10/14/1996,765.64,772.85,765.32,771.99,4384100,0\n10/15/1996,771.99,794.08,770.31,775.08,5712200,0\n10/16/1996,775.08,775.08,762.37,767.64,5467500,0\n10/17/1996,767.64,772.96,755.80,755.80,5801400,0\n10/18/1996,755.77,758.49,751.60,756.83,5458800,0\n10/21/1996,756.83,764.64,743.15,746.28,4891400,0\n10/22/1996,746.28,746.66,730.55,736.64,6003900,0\n10/23/1996,736.64,750.59,732.63,749.70,5498100,0\n10/24/1996,749.70,760.05,747.26,748.41,5417600,0\n10/25/1996,748.41,754.10,743.35,743.55,5516700,0\n10/28/1996,743.55,753.19,741.33,741.64,5025000,0\n10/29/1996,741.64,749.04,730.45,731.21,5494400,0\n10/30/1996,731.21,742.26,731.21,736.36,5375200,0\n10/31/1996,736.36,752.63,736.36,751.99,5673700,0\n11/01/1996,751.99,760.13,748.97,755.51,5444200,0\n11/04/1996,755.51,758.50,751.45,756.23,4366200,0\n11/05/1996,756.23,774.03,756.23,769.91,5678800,0\n11/06/1996,769.90,786.94,767.08,786.90,6219400,0\n11/07/1996,786.90,800.87,785.08,795.42,6512000,0\n11/08/1996,795.42,798.85,787.82,798.66,5436100,0\n11/11/1996,798.66,804.98,795.67,804.72,4351600,0\n11/12/1996,804.72,810.78,793.03,794.09,5934100,0\n11/13/1996,794.09,801.22,790.11,798.70,5749500,0\n11/14/1996,798.70,810.25,795.62,809.75,6023100,0\n11/15/1996,809.75,814.31,794.10,799.44,6130200,0\n11/18/1996,799.43,801.05,787.71,793.29,4929400,0\n11/19/1996,793.29,806.22,791.25,805.78,5474600,0\n11/20/1996,805.78,819.05,805.08,808.39,5589200,0\n11/21/1996,808.39,812.59,798.14,800.47,5698700,0\n11/22/1996,800.47,818.66,800.47,818.37,6692400,0\n11/25/1996,818.51,822.23,813.86,821.24,6228200,0\n11/26/1996,821.24,827.92,811.67,825.51,6274200,0\n11/27/1996,825.51,833.15,823.68,832.37,4932900,0\n11/29/1996,832.37,836.15,832.37,834.01,2071000,0\n12/02/1996,834.01,844.63,827.31,844.63,5154600,0\n12/03/1996,844.63,855.79,836.38,837.91,6811200,0\n12/04/1996,837.91,842.58,826.26,834.65,6264200,0\n12/05/1996,834.65,840.90,832.24,835.80,6024100,0\n12/06/1996,835.80,836.66,805.07,827.21,6445400,0\n12/09/1996,827.21,856.66,827.21,856.64,5740100,0\n12/10/1996,856.64,869.71,848.96,848.96,6765200,0\n12/11/1996,848.96,858.20,836.10,856.38,6289700,0\n12/12/1996,856.38,873.00,843.35,843.37,5812600,0\n12/13/1996,843.37,843.37,825.49,828.45,5536600,0\n12/16/1996,828.45,836.44,802.91,804.78,5180000,0\n12/17/1996,804.62,816.28,798.13,815.79,6132300,0\n12/18/1996,815.92,836.82,815.92,836.54,6176000,0\n12/19/1996,836.54,846.52,836.54,843.73,6456700,0\n12/20/1996,843.72,853.19,832.85,834.05,6286300,0\n12/23/1996,834.05,837.25,821.43,824.79,4836800,0\n12/24/1996,824.72,835.40,822.00,835.40,2612500,0\n12/26/1996,835.40,843.59,835.40,842.98,3845600,0\n12/27/1996,842.98,845.05,835.03,835.46,3902800,0\n12/30/1996,835.19,841.32,826.49,826.49,5596300,0\n12/31/1996,826.49,831.05,820.39,821.36,6660100,0\n01/02/1997,821.36,825.87,806.17,815.60,4923500,0\n01/03/1997,815.60,848.18,815.60,848.17,5191400,0\n01/06/1997,848.52,858.18,844.43,853.25,5881400,0\n01/07/1997,853.24,864.55,847.48,864.55,5777400,0\n01/08/1997,864.55,867.37,852.68,853.09,6664900,0\n01/09/1997,853.09,860.19,852.23,856.95,6219500,0\n01/10/1997,856.95,865.58,846.49,865.58,6595300,0\n01/13/1997,865.59,870.62,861.55,864.38,6120900,0\n01/14/1997,864.37,886.38,864.37,881.38,6290700,0\n01/15/1997,881.38,883.42,864.14,864.29,6811700,0\n01/16/1997,864.37,880.52,864.37,873.63,7129700,0\n01/17/1997,873.63,885.73,872.76,883.44,6731200,0\n01/20/1997,883.44,903.85,882.18,899.78,5923800,0\n01/21/1997,899.75,915.31,895.72,913.73,6818500,0\n01/22/1997,913.73,925.52,878.22,925.52,7207900,0\n01/23/1997,925.52,938.11,912.74,912.74,7953600,0\n01/24/1997,912.74,915.47,896.06,898.37,7214300,0\n01/27/1997,898.37,921.45,888.74,889.82,5377800,0\n01/28/1997,889.82,908.34,884.17,890.79,6589600,0\n01/29/1997,890.79,898.01,884.43,892.46,5992600,0\n01/30/1997,892.46,911.73,892.46,911.71,6536400,0\n01/31/1997,911.71,926.01,911.71,921.55,6791900,0\n02/03/1997,921.55,928.31,915.17,918.01,5375400,0\n02/04/1997,918.01,918.43,902.06,916.30,6061600,0\n02/05/1997,916.30,916.53,875.98,887.39,6804600,0\n02/06/1997,887.38,890.84,877.96,885.52,6234900,0\n02/07/1997,885.52,901.64,885.29,899.84,6443100,0\n02/10/1997,899.84,902.89,871.10,872.06,6295000,0\n02/11/1997,872.06,881.44,856.04,871.71,6509800,0\n02/12/1997,871.71,900.50,871.71,900.50,6692300,0\n02/13/1997,900.50,912.28,900.50,907.54,7304100,0\n02/14/1997,907.52,909.13,897.22,899.91,5872100,0\n02/18/1997,899.91,901.82,888.48,897.53,5637100,0\n02/19/1997,897.53,903.60,892.73,897.65,6161000,0\n02/20/1997,897.72,897.72,878.27,880.28,6096700,0\n02/21/1997,880.25,880.25,862.08,864.28,6127700,0\n02/24/1997,864.30,880.67,853.27,880.26,5740600,0\n02/25/1997,880.26,892.25,874.88,882.04,7008800,0\n02/26/1997,882.04,886.83,871.64,880.74,6409400,0\n02/27/1997,880.74,880.74,848.16,848.58,6735000,0\n02/28/1997,848.49,858.50,835.87,850.46,6868800,0\n03/03/1997,850.46,857.00,844.10,856.08,5319800,0\n03/04/1997,856.08,869.07,856.08,862.04,5971000,0\n03/05/1997,862.04,872.31,861.92,872.07,6601000,0\n03/06/1997,872.07,874.28,850.99,851.51,6414100,0\n03/07/1997,851.51,857.53,837.01,841.03,6363300,0\n03/10/1997,841.03,854.84,829.42,854.84,5626500,0\n03/11/1997,854.84,858.50,848.50,848.50,5737700,0\n03/12/1997,848.50,850.64,835.17,839.32,5642200,0\n03/13/1997,839.32,847.29,834.46,840.50,5534700,0\n03/14/1997,840.50,850.17,838.03,838.98,5899000,0\n03/17/1997,838.97,838.97,816.70,832.24,5808500,0\n03/18/1997,832.24,850.87,821.35,827.57,5402700,0\n03/19/1997,827.57,827.57,798.25,811.80,7047600,0\n03/20/1997,811.80,827.02,804.26,821.73,6320600,0\n03/21/1997,821.73,829.42,811.27,812.73,5711200,0\n03/24/1997,812.73,812.73,784.54,802.37,5949700,0\n03/25/1997,802.37,815.26,799.33,807.19,5440500,0\n03/26/1997,807.19,834.57,807.19,834.38,5916100,0\n03/27/1997,834.38,843.35,809.75,818.74,5799500,0\n03/31/1997,818.74,818.74,796.47,797.06,5836400,0\n04/01/1997,797.06,820.83,782.28,796.79,5994400,0\n04/02/1997,796.79,797.51,779.36,783.92,5832500,0\n04/03/1997,783.92,804.67,779.17,804.67,5804900,0\n04/04/1997,804.67,823.90,796.81,822.40,6676400,0\n04/07/1997,822.40,839.74,822.40,832.31,5682700,0\n04/08/1997,832.31,840.41,826.24,840.36,5224500,0\n04/09/1997,840.36,849.79,828.35,828.73,5640400,0\n04/10/1997,828.73,828.73,813.19,813.43,5207700,0\n04/11/1997,813.45,813.45,789.80,789.97,5339900,0\n04/14/1997,789.97,806.80,785.08,806.79,4712400,0\n04/15/1997,806.79,816.58,789.64,798.00,5720500,0\n04/16/1997,797.99,803.07,787.63,798.68,5755100,0\n04/17/1997,798.65,816.08,798.65,808.22,6006100,0\n04/18/1997,808.22,828.37,808.22,816.43,5749600,0\n04/21/1997,816.35,819.71,799.43,802.50,5463400,0\n04/22/1997,802.50,818.08,793.13,818.08,6194400,0\n04/23/1997,818.08,839.11,817.97,837.97,5843200,0\n04/24/1997,837.97,853.69,835.14,837.75,5868200,0\n04/25/1997,837.75,837.75,818.57,818.57,4972900,0\n04/28/1997,818.57,833.48,812.25,829.39,4530000,0\n04/29/1997,829.39,856.29,829.39,856.26,5734200,0\n04/30/1997,856.26,877.95,850.95,874.74,6570600,0\n05/01/1997,874.74,886.48,852.10,882.12,6156200,0\n05/02/1997,882.12,909.56,882.12,909.49,7235900,0\n05/05/1997,909.49,932.89,906.41,932.89,8351400,0\n05/06/1997,932.77,932.77,910.33,914.90,7419100,0\n05/07/1997,914.90,923.65,903.93,909.29,6107100,0\n05/08/1997,909.29,926.06,903.41,919.31,6200500,0\n05/09/1997,919.15,930.92,910.31,919.08,5448100,0\n05/12/1997,919.14,927.97,918.05,924.64,5297100,0\n05/13/1997,924.64,926.25,909.26,910.57,5786100,0\n05/14/1997,910.57,915.37,900.24,909.92,6124800,0\n05/15/1997,909.92,932.40,909.73,931.83,5954000,0\n05/16/1997,931.79,931.79,915.12,915.29,5627600,0\n05/19/1997,915.29,928.23,908.72,913.57,4510600,0\n05/20/1997,913.57,942.14,912.82,942.11,5319400,0\n05/21/1997,942.11,961.48,942.11,950.53,6548900,0\n05/22/1997,950.17,954.42,941.65,946.10,5513600,0\n05/23/1997,946.11,959.10,945.95,959.08,5394400,0\n05/27/1997,959.08,984.95,956.11,984.61,6340400,0\n05/28/1997,984.61,988.40,976.12,982.60,6468400,0\n05/29/1997,982.60,987.04,969.66,970.54,6114600,0\n05/30/1997,970.54,970.54,948.46,958.85,7137700,0\n06/02/1997,958.85,967.90,950.95,958.69,5552200,0\n06/03/1997,958.69,958.69,929.48,929.81,5864100,0\n06/04/1997,929.81,941.99,915.96,921.96,5942200,0\n06/05/1997,921.96,935.75,921.96,930.61,5609500,0\n06/06/1997,930.61,946.27,926.98,944.99,5860100,0\n06/09/1997,945.01,959.65,945.01,954.76,5588600,0\n06/10/1997,954.56,957.89,937.89,941.18,6649900,0\n06/11/1997,941.13,949.50,931.43,949.00,6237000,0\n06/12/1997,949.00,955.70,936.00,950.00,6302300,0\n06/13/1997,949.97,971.18,949.29,964.40,5938700,0\n06/16/1997,964.40,975.99,962.54,975.99,5000700,0\n06/17/1997,975.68,991.85,970.25,989.37,6187600,0\n06/18/1997,989.37,989.37,970.83,971.55,5883400,0\n06/19/1997,971.55,986.97,945.82,981.95,6517400,0\n06/20/1997,981.95,989.25,979.14,981.41,6122600,0\n06/23/1997,981.41,987.22,968.52,969.06,5539100,0\n06/24/1997,969.05,986.86,969.05,986.42,6300800,0\n06/25/1997,986.42,993.16,970.58,979.22,6728700,0\n06/26/1997,979.22,981.39,965.95,967.34,6129400,0\n06/27/1997,967.34,976.58,961.67,963.01,5484800,0\n06/30/1997,963.07,970.48,955.43,957.30,6370200,0\n07/01/1997,957.30,961.77,947.78,953.44,5890300,0\n07/02/1997,953.44,976.05,953.44,975.93,6223900,0\n07/03/1997,975.93,990.53,975.93,986.52,3717600,0\n07/07/1997,986.52,999.32,986.52,991.04,5461100,0\n07/08/1997,991.04,1005.88,989.97,1005.81,6353900,0\n07/09/1997,1005.81,1019.18,1005.68,1010.10,7078700,0\n07/10/1997,1010.14,1013.37,995.87,1010.04,6373200,0\n07/11/1997,1010.07,1017.85,1002.93,1015.62,6514600,0\n07/14/1997,1015.62,1041.88,1015.62,1041.88,6775800,0\n07/15/1997,1041.88,1063.04,1041.88,1059.02,7269300,0\n07/16/1997,1059.00,1106.00,1059.00,1103.43,8362000,0\n07/17/1997,1103.43,1108.12,1086.93,1094.85,7508900,0\n07/18/1997,1094.95,1094.95,1057.10,1070.99,6685500,0\n07/21/1997,1070.99,1072.94,1051.03,1058.45,5357100,0\n07/22/1997,1058.45,1091.15,1058.45,1090.94,6479600,0\n07/23/1997,1090.94,1106.70,1087.15,1092.06,6932800,0\n07/24/1997,1092.06,1092.69,1071.52,1088.18,7421000,0\n07/25/1997,1087.91,1097.24,1078.74,1085.39,6666000,0\n07/28/1997,1085.39,1089.88,1071.29,1075.18,5895000,0\n07/29/1997,1075.18,1087.92,1069.25,1087.92,6323000,0\n07/30/1997,1087.95,1104.47,1083.76,1100.98,7249500,0\n07/31/1997,1100.99,1110.27,1096.83,1107.03,6776900,0\n08/01/1997,1107.03,1113.99,1094.32,1108.94,5840200,0\n08/04/1997,1108.95,1125.08,1106.05,1124.08,5933000,0\n08/05/1997,1130.86,1139.20,1091.43,1136.41,7318700,0\n08/06/1997,1136.41,1149.94,1129.08,1141.82,7803500,0\n08/07/1997,1141.82,1151.82,1135.51,1135.61,7474600,0\n08/08/1997,1135.61,1135.61,1104.48,1115.02,6916500,0\n08/11/1997,1115.02,1116.40,1083.90,1101.18,6139800,0\n08/12/1997,1101.18,1116.97,1090.63,1090.78,6374800,0\n08/13/1997,1090.78,1111.84,1085.05,1099.10,6483700,0\n08/14/1997,1099.10,1106.52,1092.25,1103.51,5758800,0\n08/15/1997,1103.54,1103.54,1076.64,1076.67,5402400,0\n08/18/1997,1076.65,1089.63,1060.88,1089.55,5456000,0\n08/19/1997,1089.55,1121.18,1089.55,1121.18,6540200,0\n08/20/1997,1121.18,1145.27,1116.80,1145.07,7135300,0\n08/21/1997,1145.07,1145.07,1116.54,1118.72,7036300,0\n08/22/1997,1118.72,1118.72,1079.30,1110.91,6287800,0\n08/25/1997,1110.91,1121.81,1101.69,1107.75,5677400,0\n08/26/1997,1107.80,1107.80,1092.96,1093.21,6648400,0\n08/27/1997,1093.21,1098.69,1078.85,1091.89,6354300,0\n08/28/1997,1091.89,1091.89,1064.57,1070.57,6640300,0\n08/29/1997,1070.62,1080.71,1068.38,1074.05,4982400,0\n09/02/1997,1074.17,1103.23,1074.17,1102.75,5838800,0\n09/03/1997,1102.74,1114.51,1099.31,1100.44,6525200,0\n09/04/1997,1100.44,1110.05,1098.73,1105.82,6697700,0\n09/05/1997,1105.82,1119.85,1104.78,1111.15,6443800,0\n09/08/1997,1111.15,1124.33,1111.15,1117.82,6480400,0\n09/09/1997,1117.82,1128.99,1117.10,1126.73,7114100,0\n09/10/1997,1126.73,1126.81,1102.83,1102.95,7242000,0\n09/11/1997,1102.95,1107.60,1082.52,1105.06,7080400,0\n09/12/1997,1105.06,1108.60,1093.61,1106.07,6909600,0\n09/15/1997,1106.07,1108.98,1080.23,1080.29,6635700,0\n09/16/1997,1080.29,1117.89,1080.29,1116.52,7453300,0\n09/17/1997,1116.52,1122.40,1108.38,1108.63,7700200,0\n09/18/1997,1108.63,1122.07,1106.67,1109.29,7182400,0\n09/19/1997,1109.29,1118.68,1108.13,1118.68,6798600,0\n09/22/1997,1118.68,1135.21,1118.68,1123.65,7037200,0\n09/23/1997,1123.65,1135.56,1122.84,1135.04,7552100,0\n09/24/1997,1135.04,1139.70,1113.60,1115.88,7844800,0\n09/25/1997,1115.88,1119.38,1105.77,1106.48,7324600,0\n09/26/1997,1106.48,1116.10,1102.11,1106.82,6787800,0\n09/29/1997,1106.82,1119.08,1103.76,1118.77,6355500,0\n09/30/1997,1118.77,1118.77,1096.85,1097.16,7797300,0\n10/01/1997,1097.17,1110.00,1089.36,1102.06,9706800,0\n10/02/1997,1102.05,1113.51,1102.05,1112.84,7049800,0\n10/03/1997,1112.89,1135.19,1112.89,1124.44,7652400,0\n10/06/1997,1124.44,1131.78,1121.24,1125.93,7154500,0\n10/07/1997,1125.93,1144.15,1125.93,1140.74,7773000,0\n10/08/1997,1140.75,1145.87,1132.21,1145.34,7864100,0\n10/09/1997,1145.37,1153.89,1137.64,1148.21,7805900,0\n10/10/1997,1148.21,1148.21,1137.45,1137.77,7070200,0\n10/13/1997,1137.77,1146.12,1137.13,1140.48,6531200,0\n10/14/1997,1140.48,1143.87,1120.30,1131.43,7492900,0\n10/15/1997,1131.43,1131.43,1109.41,1119.07,8161400,0\n10/16/1997,1119.07,1127.35,1089.99,1099.38,8338300,0\n10/17/1997,1099.38,1099.38,1058.76,1075.12,9218300,0\n10/20/1997,1075.12,1092.60,1074.21,1088.25,6836600,0\n10/21/1997,1088.25,1110.95,1088.25,1110.55,7893400,0\n10/22/1997,1110.55,1114.46,1098.11,1098.71,7749100,0\n10/23/1997,1098.71,1098.71,1065.17,1074.65,8188800,0\n10/24/1997,1074.65,1090.18,1046.77,1057.34,9362400,0\n10/27/1997,1057.34,1057.34,975.83,978.13,9063600,0\n10/28/1997,978.84,1050.07,925.92,1046.87,13950000,0\n10/29/1997,1046.87,1057.35,1025.44,1029.76,9006000,0\n10/30/1997,1029.76,1029.76,1000.70,1000.70,7541100,0\n10/31/1997,1000.70,1027.34,1000.70,1019.62,7100100,0\n11/03/1997,1019.62,1050.99,1019.62,1050.72,6427600,0\n11/04/1997,1050.72,1056.09,1042.22,1047.62,6310900,0\n11/05/1997,1047.62,1057.90,1046.25,1046.92,6955000,0\n11/06/1997,1046.92,1048.34,1032.32,1034.17,6294900,0\n11/07/1997,1034.17,1034.79,1010.32,1028.32,6732000,0\n11/10/1997,1028.32,1040.05,1011.14,1011.54,5897400,0\n11/11/1997,1011.52,1019.62,1006.83,1010.96,5675600,0\n11/12/1997,1010.96,1010.96,978.73,980.12,7062900,0\n11/13/1997,980.14,1005.25,971.61,1005.25,7726500,0\n11/14/1997,1002.92,1030.32,1002.92,1027.85,7053900,0\n11/17/1997,1027.85,1055.49,1027.85,1049.70,6528800,0\n11/18/1997,1049.70,1051.67,1036.23,1036.31,5752100,0\n11/19/1997,1036.31,1042.02,1030.84,1039.12,5525800,0\n11/20/1997,1039.12,1063.52,1039.12,1062.49,6879900,0\n11/21/1997,1062.49,1073.97,1049.43,1056.59,6791000,0\n11/24/1997,1056.59,1056.59,1028.62,1030.22,5567200,0\n11/25/1997,1030.22,1041.18,1026.17,1038.06,6420000,0\n11/26/1997,1038.06,1047.25,1038.06,1044.24,5175600,0\n11/28/1997,1044.24,1054.57,1042.72,1050.51,2099300,0\n12/01/1997,1050.51,1079.39,1050.51,1079.23,6106200,0\n12/02/1997,1079.23,1079.23,1050.93,1052.07,6503600,0\n12/03/1997,1052.07,1062.93,1036.73,1061.62,7178900,0\n12/04/1997,1061.62,1068.34,1050.39,1052.76,6951200,0\n12/05/1997,1052.76,1070.63,1050.04,1070.27,6632200,0\n12/08/1997,1070.27,1085.35,1070.27,1082.92,6344200,0\n12/09/1997,1082.92,1082.92,1049.02,1050.67,8020800,0\n12/10/1997,1050.67,1050.67,1020.54,1033.21,7416300,0\n12/11/1997,1033.22,1033.22,995.59,1001.88,8237400,0\n12/12/1997,1002.18,1006.82,974.15,978.49,7604300,0\n12/15/1997,978.49,991.29,960.20,984.38,7925700,0\n12/16/1997,984.38,1007.58,984.38,997.31,7849300,0\n12/17/1997,997.30,1011.96,983.13,983.63,7574600,0\n12/18/1997,983.63,984.77,956.98,966.77,7404200,0\n12/19/1997,966.77,972.93,937.69,969.90,7945400,0\n12/22/1997,969.89,990.81,969.49,975.67,6271000,0\n12/23/1997,975.59,979.12,949.21,949.57,6143000,0\n12/24/1997,949.57,959.89,937.22,938.99,3121700,0\n12/26/1997,938.99,954.22,938.99,954.07,2047000,0\n12/29/1997,954.07,978.67,954.07,978.53,6450900,0\n12/30/1997,978.53,999.73,978.53,998.46,7583600,0\n12/31/1997,998.46,1005.00,990.29,990.83,7954600,0\n01/02/1998,990.80,1008.23,987.72,1008.23,4341400,0\n01/05/1998,1008.23,1028.62,1007.25,1017.42,6815600,0\n01/06/1998,1017.42,1018.22,1001.94,1006.29,6357000,0\n01/07/1998,1006.29,1006.29,978.70,991.19,6913400,0\n01/08/1998,990.97,1003.71,982.27,994.55,6450500,0\n01/09/1998,994.54,995.51,950.14,956.19,8134600,0\n01/12/1998,956.19,971.32,933.01,971.17,6983300,0\n01/13/1998,971.17,995.05,971.17,995.05,7420300,0\n01/14/1998,995.05,1001.94,983.90,996.37,6916800,0\n01/15/1998,996.37,1004.36,986.98,995.58,6594500,0\n01/16/1998,995.58,1008.62,995.58,1005.87,7012300,0\n01/20/1998,1005.87,1026.88,1005.87,1026.88,7154900,0\n01/21/1998,1026.88,1029.79,1017.37,1026.52,7168500,0\n01/22/1998,1026.74,1029.24,1014.47,1020.63,6605000,0\n01/23/1998,1020.63,1028.66,1015.45,1024.47,6473900,0\n01/26/1998,1024.47,1026.90,1009.68,1016.40,5882400,0\n01/27/1998,1016.40,1038.78,1014.36,1035.76,6805500,0\n01/28/1998,1035.76,1064.90,1035.76,1063.20,7776100,0\n01/29/1998,1063.22,1082.08,1059.60,1069.00,8279700,0\n01/30/1998,1069.00,1080.26,1066.70,1071.13,7295100,0\n02/02/1998,1071.13,1103.62,1071.13,1100.99,8081200,0\n02/03/1998,1100.99,1113.54,1096.42,1111.26,7641400,0\n02/04/1998,1111.25,1127.77,1107.46,1124.44,8204500,0\n02/05/1998,1124.44,1143.49,1113.08,1114.86,8659900,0\n02/06/1998,1114.86,1134.39,1110.46,1134.32,7538200,0\n02/09/1998,1134.32,1138.98,1119.44,1122.72,6886200,0\n02/10/1998,1122.68,1144.98,1121.97,1139.79,8355600,0\n02/11/1998,1139.79,1145.48,1132.50,1138.81,7600900,0\n02/12/1998,1138.81,1146.28,1122.48,1144.80,7695600,0\n02/13/1998,1144.80,1144.80,1136.51,1136.69,6831800,0\n02/17/1998,1136.64,1147.70,1125.77,1128.63,6919700,0\n02/18/1998,1128.62,1140.74,1125.82,1140.74,6874800,0\n02/19/1998,1140.76,1161.29,1140.76,1156.75,7388700,0\n02/20/1998,1156.76,1163.84,1144.23,1159.73,7457600,0\n02/23/1998,1159.73,1185.78,1159.73,1185.53,7317100,0\n02/24/1998,1185.53,1194.99,1172.34,1172.40,7749200,0\n02/25/1998,1172.40,1200.65,1172.40,1200.39,8450600,0\n02/26/1998,1200.39,1207.84,1196.47,1206.97,7826800,0\n02/27/1998,1206.92,1213.09,1194.09,1194.13,8161600,0\n03/02/1998,1194.13,1204.12,1176.76,1177.59,7470300,0\n03/03/1998,1177.59,1177.59,1160.93,1175.72,7831200,0\n03/04/1998,1175.72,1181.22,1166.81,1179.87,7312000,0\n03/05/1998,1179.87,1179.87,1123.86,1126.83,8742600,0\n03/06/1998,1126.75,1163.11,1126.75,1163.11,7915200,0\n03/09/1998,1163.11,1163.11,1128.37,1128.37,7393400,0\n03/10/1998,1128.37,1148.80,1128.37,1148.61,7999200,0\n03/11/1998,1148.61,1163.85,1146.78,1153.87,8384500,0\n03/12/1998,1153.87,1166.43,1147.52,1163.27,7561500,0\n03/13/1998,1163.27,1180.96,1163.27,1169.29,7522900,0\n03/16/1998,1169.37,1181.41,1169.37,1180.17,6902100,0\n03/17/1998,1180.17,1180.17,1158.86,1167.89,7999400,0\n03/18/1998,1167.89,1177.62,1157.34,1177.01,7571200,0\n03/19/1998,1177.01,1186.22,1176.62,1186.16,7892900,0\n03/20/1998,1186.16,1190.88,1168.39,1169.43,7563200,0\n03/23/1998,1169.43,1184.89,1162.93,1179.18,7315100,0\n03/24/1998,1179.18,1199.84,1179.18,1197.81,8038100,0\n03/25/1998,1197.81,1230.92,1197.81,1214.82,8716500,0\n03/26/1998,1214.83,1223.34,1206.33,1217.94,7250700,0\n03/27/1998,1217.94,1226.72,1206.60,1211.64,7384200,0\n03/30/1998,1211.64,1215.17,1201.17,1206.64,6557800,0\n03/31/1998,1206.28,1227.04,1206.28,1220.66,8410000,0\n04/01/1998,1220.66,1230.42,1207.96,1228.41,8355800,0\n04/02/1998,1228.58,1236.51,1224.05,1230.18,9180900,0\n04/03/1998,1230.18,1240.28,1226.13,1233.66,8630800,0\n04/06/1998,1233.66,1234.42,1204.65,1205.37,7610700,0\n04/07/1998,1205.37,1205.37,1172.87,1182.13,7764800,0\n04/08/1998,1182.13,1197.47,1180.84,1191.06,7196000,0\n04/09/1998,1191.06,1204.04,1191.06,1196.90,7558400,0\n04/13/1998,1196.99,1205.48,1184.10,1202.97,6318500,0\n04/14/1998,1202.97,1216.67,1197.19,1213.12,7776900,0\n04/15/1998,1213.12,1237.90,1213.12,1231.36,9019500,0\n04/16/1998,1231.36,1231.36,1217.73,1227.53,8548300,0\n04/17/1998,1227.53,1231.59,1217.22,1231.25,8119300,0\n04/20/1998,1231.25,1254.01,1230.90,1253.11,8087300,0\n04/21/1998,1253.11,1270.22,1241.02,1269.70,9385700,0\n04/22/1998,1269.70,1310.10,1269.70,1290.90,10260500,0\n04/23/1998,1290.90,1290.90,1257.69,1258.58,8915100,0\n04/24/1998,1258.58,1269.27,1243.09,1250.14,8062500,0\n04/27/1998,1250.14,1250.14,1204.86,1220.05,7963700,0\n04/28/1998,1220.05,1242.58,1210.31,1222.50,7822200,0\n04/29/1998,1222.50,1241.76,1222.50,1239.56,7927400,0\n04/30/1998,1239.56,1256.14,1239.56,1248.12,8420500,0\n05/01/1998,1248.12,1254.07,1241.10,1251.53,7746000,0\n05/04/1998,1251.53,1268.03,1251.53,1255.82,7708400,0\n05/05/1998,1255.67,1257.69,1245.27,1247.27,7673700,0\n05/06/1998,1247.27,1255.55,1237.58,1242.25,7528200,0\n05/07/1998,1242.26,1244.13,1222.36,1222.68,7162700,0\n05/08/1998,1222.68,1255.08,1217.03,1254.03,7184400,0\n05/11/1998,1254.03,1267.29,1237.52,1237.66,7236100,0\n05/12/1998,1237.67,1256.41,1230.58,1256.41,7358400,0\n05/13/1998,1256.41,1270.37,1256.41,1263.08,7838400,0\n05/14/1998,1263.08,1280.28,1249.81,1266.15,7413100,0\n05/15/1998,1266.10,1270.51,1245.96,1249.49,7559700,0\n05/18/1998,1249.49,1255.39,1232.30,1242.50,6859300,0\n05/19/1998,1242.50,1259.22,1242.50,1255.59,6780400,0\n05/20/1998,1255.59,1259.57,1233.79,1237.75,6743900,0\n05/21/1998,1237.75,1242.35,1221.45,1223.70,6818800,0\n05/22/1998,1223.70,1243.63,1210.51,1214.13,6373500,0\n05/26/1998,1214.13,1226.79,1198.29,1200.12,6762600,0\n05/27/1998,1200.12,1209.93,1180.23,1209.46,7938900,0\n05/28/1998,1209.46,1218.16,1200.24,1214.83,6448800,0\n05/29/1998,1214.83,1220.65,1191.75,1192.07,6642400,0\n06/01/1998,1192.07,1192.07,1160.13,1165.55,6455500,0\n06/02/1998,1165.55,1190.50,1165.55,1187.15,7010700,0\n06/03/1998,1187.15,1198.88,1163.55,1163.98,7270000,0\n06/04/1998,1163.98,1195.23,1163.98,1195.19,7252000,0\n06/05/1998,1195.19,1207.73,1187.63,1206.70,6795900,0\n06/08/1998,1206.70,1212.75,1199.92,1207.02,6100900,0\n06/09/1998,1207.01,1224.40,1203.99,1223.48,7090900,0\n06/10/1998,1223.48,1224.13,1199.26,1199.31,7074600,0\n06/11/1998,1199.30,1206.96,1184.04,1185.11,7182100,0\n06/12/1998,1185.11,1187.33,1157.88,1186.99,7456400,0\n06/15/1998,1186.99,1194.31,1169.14,1173.57,6290300,0\n06/16/1998,1173.57,1211.28,1173.57,1210.90,6804200,0\n06/17/1998,1210.90,1236.38,1210.90,1224.08,8307900,0\n06/18/1998,1224.09,1230.73,1216.00,1227.33,7217000,0\n06/19/1998,1227.33,1242.54,1227.33,1239.71,7126900,0\n06/22/1998,1239.71,1265.96,1234.18,1263.93,6459100,0\n06/23/1998,1264.64,1302.69,1264.64,1302.39,8077900,0\n06/24/1998,1302.39,1331.84,1285.19,1331.16,9273900,0\n06/25/1998,1331.16,1347.44,1308.07,1311.40,8385800,0\n06/26/1998,1311.40,1324.48,1311.40,1320.94,6146300,0\n06/29/1998,1320.94,1342.82,1320.94,1339.71,6592800,0\n06/30/1998,1339.72,1345.19,1323.12,1337.34,8622000,0\n07/01/1998,1337.34,1356.16,1336.11,1356.14,8573600,0\n07/02/1998,1356.14,1356.14,1331.84,1332.53,7933300,0\n07/06/1998,1332.53,1344.52,1326.07,1342.58,6918100,0\n07/07/1998,1342.58,1347.15,1329.74,1346.32,8064500,0\n07/08/1998,1346.32,1378.61,1346.31,1377.84,8418200,0\n07/09/1998,1377.84,1397.26,1373.78,1383.22,8448400,0\n07/10/1998,1383.22,1392.57,1369.06,1391.11,7096100,0\n07/13/1998,1391.11,1420.91,1391.11,1420.58,7769500,0\n07/14/1998,1420.59,1433.48,1414.96,1418.13,8439600,0\n07/15/1998,1418.13,1452.07,1418.13,1449.58,9203000,0\n07/16/1998,1449.58,1458.61,1437.48,1452.62,9048200,0\n07/17/1998,1452.62,1466.13,1444.77,1463.97,7983200,0\n07/20/1998,1463.97,1478.44,1458.60,1465.89,7220600,0\n07/21/1998,1465.89,1485.97,1430.76,1431.89,8542200,0\n07/22/1998,1431.89,1439.00,1405.25,1430.58,8287500,0\n07/23/1998,1430.58,1445.97,1405.76,1405.80,8680000,0\n07/24/1998,1405.80,1425.76,1385.86,1408.60,8056100,0\n07/27/1998,1408.60,1426.47,1370.97,1426.37,7155800,0\n07/28/1998,1426.37,1433.71,1392.33,1393.28,8030400,0\n07/29/1998,1393.28,1412.70,1377.44,1380.08,7305400,0\n07/30/1998,1380.08,1422.14,1380.08,1422.05,7395400,0\n07/31/1998,1422.06,1422.06,1376.61,1377.26,7405400,0\n08/03/1998,1377.26,1383.93,1360.39,1368.44,6551400,0\n08/04/1998,1368.44,1386.09,1316.37,1317.24,9149900,0\n08/05/1998,1317.24,1343.12,1289.91,1329.90,9024400,0\n08/06/1998,1329.90,1365.87,1317.16,1365.87,7822800,0\n08/07/1998,1365.87,1388.56,1359.23,1364.07,8108600,0\n08/10/1998,1364.08,1375.41,1352.66,1362.88,5470100,0\n08/11/1998,1362.88,1362.88,1316.48,1330.13,7329200,0\n08/12/1998,1330.13,1357.59,1330.13,1354.66,7136400,0\n08/13/1998,1354.66,1363.62,1338.24,1338.39,6364400,0\n08/14/1998,1338.39,1352.84,1320.01,1330.04,6691000,0\n08/17/1998,1330.04,1367.95,1322.19,1367.79,6264400,0\n08/18/1998,1367.79,1405.88,1367.79,1401.24,7518300,0\n08/19/1998,1401.24,1421.40,1396.36,1398.26,7356000,0\n08/20/1998,1398.26,1404.79,1385.51,1398.20,6216000,0\n08/21/1998,1398.20,1398.20,1343.45,1374.77,7851400,0\n08/24/1998,1374.77,1392.38,1366.52,1370.92,5882400,0\n08/25/1998,1370.92,1398.77,1370.92,1388.35,6880400,0\n08/26/1998,1388.35,1388.35,1360.82,1374.05,6858600,0\n08/27/1998,1374.05,1374.05,1301.58,1311.53,9592600,0\n08/28/1998,1312.28,1320.26,1249.49,1265.04,9055400,0\n08/31/1998,1265.04,1278.82,1140.03,1140.34,10037800,0\n09/01/1998,1140.34,1220.04,1118.12,1215.06,12586800,0\n09/02/1998,1215.06,1257.08,1214.54,1221.44,9383000,0\n09/03/1998,1221.44,1230.14,1186.38,1208.96,7522500,0\n09/04/1998,1208.96,1231.41,1181.52,1205.41,6234100,0\n09/08/1998,1205.41,1286.69,1205.41,1286.47,7803300,0\n09/09/1998,1286.47,1320.30,1261.76,1261.77,6951700,0\n09/10/1998,1261.77,1261.77,1215.36,1235.37,7629200,0\n09/11/1998,1235.37,1290.35,1235.37,1290.20,7067200,0\n09/14/1998,1290.20,1319.97,1290.20,1308.23,6867200,0\n09/15/1998,1308.23,1324.37,1295.48,1324.19,6648300,0\n09/16/1998,1324.17,1336.52,1314.55,1331.45,7168000,0\n09/17/1998,1331.45,1331.45,1283.08,1291.79,6836700,0\n09/18/1998,1291.79,1302.83,1285.58,1300.70,6471600,0\n09/21/1998,1300.70,1327.70,1259.30,1327.70,5486700,0\n09/22/1998,1327.70,1345.43,1325.75,1336.19,7551800,0\n09/23/1998,1336.19,1394.65,1336.19,1394.65,9327800,0\n09/24/1998,1394.65,1402.75,1347.90,1356.46,8140800,0\n09/25/1998,1356.46,1390.31,1339.07,1390.09,7002300,0\n09/28/1998,1390.09,1413.16,1367.74,1383.25,6966800,0\n09/29/1998,1383.30,1400.39,1369.04,1384.89,7817100,0\n09/30/1998,1384.44,1384.44,1343.60,1345.48,7377600,0\n10/01/1998,1345.48,1345.48,1266.38,1273.74,8569600,0\n10/02/1998,1273.74,1285.69,1228.70,1276.44,8714500,0\n10/05/1998,1267.49,1267.49,1174.94,1207.68,8771800,0\n10/06/1998,1207.68,1250.40,1174.40,1184.84,8871800,0\n10/07/1998,1184.10,1204.87,1139.34,1151.09,9402300,0\n10/08/1998,1144.69,1144.69,1063.27,1128.88,12095100,0\n10/09/1998,1128.88,1199.13,1128.88,1197.87,8928300,0\n10/12/1998,1198.42,1258.87,1198.42,1243.40,7648200,0\n10/13/1998,1243.40,1243.40,1199.30,1206.90,6635400,0\n10/14/1998,1206.50,1253.43,1173.45,1235.67,7500500,0\n10/15/1998,1235.67,1300.51,1231.73,1299.66,8416700,0\n10/16/1998,1299.66,1318.33,1288.86,1293.91,9770900,0\n10/19/1998,1293.91,1310.86,1283.54,1310.17,8409200,0\n10/20/1998,1310.17,1334.55,1282.83,1283.23,10873400,0\n10/21/1998,1283.23,1332.05,1283.23,1332.05,8314800,0\n10/22/1998,1332.05,1355.69,1318.08,1355.19,8940000,0\n10/23/1998,1355.19,1360.81,1339.16,1340.60,8266700,0\n10/26/1998,1340.60,1369.47,1339.39,1368.93,8155700,0\n10/27/1998,1368.93,1413.90,1353.34,1353.34,9659100,0\n10/28/1998,1353.34,1380.68,1348.01,1379.96,7838200,0\n10/29/1998,1379.96,1397.99,1370.61,1396.30,8996400,0\n10/30/1998,1396.30,1414.60,1395.06,1400.52,9200100,0\n11/02/1998,1400.52,1419.35,1400.52,1418.79,8891500,0\n11/03/1998,1418.79,1418.79,1395.53,1401.73,8890000,0\n11/04/1998,1401.73,1437.58,1401.73,1434.00,10504500,0\n11/05/1998,1434.00,1445.85,1422.89,1442.04,9189300,0\n11/06/1998,1442.03,1460.12,1438.93,1458.34,9376300,0\n11/09/1998,1458.34,1470.60,1446.99,1467.63,8457300,0\n11/10/1998,1467.63,1488.01,1457.67,1477.48,9104800,0\n11/11/1998,1477.48,1504.51,1477.48,1480.71,9353500,0\n11/12/1998,1478.22,1480.05,1460.56,1466.54,8043000,0\n11/13/1998,1466.54,1477.70,1454.51,1465.22,8043400,0\n11/16/1998,1465.22,1488.96,1457.47,1475.60,7541800,0\n11/17/1998,1475.60,1508.19,1463.25,1498.55,8234500,0\n11/18/1998,1498.55,1519.51,1495.44,1514.89,8991100,0\n11/19/1998,1514.89,1549.93,1514.89,1537.45,9816800,0\n11/20/1998,1537.45,1554.96,1531.25,1544.22,8710400,0\n11/23/1998,1544.22,1593.69,1544.22,1589.06,9510400,0\n11/24/1998,1589.06,1605.96,1579.67,1580.83,9968100,0\n11/25/1998,1580.83,1598.49,1567.90,1598.48,8155400,0\n11/27/1998,1598.48,1628.86,1598.48,1628.35,5129300,0\n11/30/1998,1628.38,1634.40,1557.47,1557.96,11065200,0\n12/01/1998,1557.96,1632.72,1535.18,1632.53,10260500,0\n12/02/1998,1632.53,1634.21,1595.23,1619.09,9823900,0\n12/03/1998,1619.14,1641.28,1573.78,1573.78,10404900,0\n12/04/1998,1574.83,1630.01,1574.83,1630.01,8905800,0\n12/07/1998,1630.01,1677.47,1630.01,1676.89,8107300,0\n12/08/1998,1676.89,1699.04,1650.64,1668.16,9188900,0\n12/09/1998,1668.16,1686.57,1661.88,1685.38,8557500,0\n12/10/1998,1685.38,1697.03,1652.45,1652.76,8706900,0\n12/11/1998,1652.78,1680.75,1644.40,1675.01,7833400,0\n12/14/1998,1674.68,1674.68,1607.53,1614.09,7424400,0\n12/15/1998,1614.08,1663.95,1614.08,1663.78,7666900,0\n12/16/1998,1663.78,1676.82,1641.51,1656.28,8409800,0\n12/17/1998,1656.28,1689.64,1656.28,1689.63,7916200,0\n12/18/1998,1689.63,1735.62,1689.63,1735.00,9015300,0\n12/21/1998,1735.60,1790.48,1735.60,1787.30,9583800,0\n12/22/1998,1787.30,1793.62,1751.68,1767.82,9067400,0\n12/23/1998,1767.82,1818.96,1767.82,1818.96,9652900,0\n12/24/1998,1818.96,1818.96,1805.67,1806.04,4436300,0\n12/28/1998,1806.04,1832.07,1805.25,1823.99,8618800,0\n12/29/1998,1823.99,1827.98,1802.86,1823.31,9111800,0\n12/30/1998,1823.31,1842.91,1806.25,1810.97,9197700,0\n12/31/1998,1812.07,1848.36,1809.91,1836.01,8866300,0\n01/04/1999,1836.01,1874.61,1833.43,1854.39,9366600,0\n01/05/1999,1854.39,1903.00,1848.78,1903.00,9483500,0\n01/06/1999,1903.00,1963.95,1903.00,1963.95,12526500,0\n01/07/1999,1963.95,1975.67,1927.12,1966.35,12009000,0\n01/08/1999,1966.35,2008.26,1940.91,1973.66,12866900,0\n01/11/1999,1973.66,2000.70,1968.37,2000.18,11409300,0\n01/12/1999,2000.18,2007.10,1937.53,1939.08,11073000,0\n01/13/1999,1939.08,1985.79,1838.65,1948.71,11954700,0\n01/14/1999,1965.10,1965.10,1905.47,1906.12,10122700,0\n01/15/1999,1906.12,1982.38,1906.12,1981.62,10011600,0\n01/19/1999,1981.62,2034.09,1981.62,2033.71,10574900,0\n01/20/1999,2033.71,2096.27,2032.81,2033.71,12809800,0\n01/21/1999,2033.71,2033.71,1957.32,1961.76,10838600,0\n01/22/1999,1961.76,1990.80,1926.70,1964.21,10147400,0\n01/25/1999,1964.21,1998.17,1951.29,1997.16,8709600,0\n01/26/1999,2004.14,2063.52,2004.14,2062.20,10301600,0\n01/27/1999,2062.21,2091.51,2030.08,2030.36,10344800,0\n01/28/1999,2030.36,2105.66,2030.36,2104.59,10138900,0\n01/29/1999,2104.59,2128.19,2074.01,2127.19,10571200,0\n02/01/1999,2127.19,2150.83,2114.53,2130.93,9571100,0\n02/02/1999,2130.93,2133.40,2065.74,2078.69,9637100,0\n02/03/1999,2078.77,2120.10,2064.34,2119.94,10570100,0\n02/04/1999,2119.95,2121.62,2027.56,2027.66,10991900,0\n02/05/1999,2027.66,2039.79,1963.80,1988.55,10137400,0\n02/08/1999,1988.55,2034.21,1986.25,2034.21,8817800,0\n02/09/1999,2034.21,2036.21,1935.24,1935.33,9097800,0\n02/10/1999,1935.33,1973.90,1924.53,1944.18,9156200,0\n02/11/1999,1946.41,2045.08,1946.41,2044.68,9617600,0\n02/12/1999,2044.68,2044.68,1957.93,1958.60,8375600,0\n02/16/1999,1958.60,2004.64,1940.74,1954.49,8192400,0\n02/17/1999,1954.48,1954.48,1885.77,1891.37,9027800,0\n02/18/1999,1891.37,1915.25,1864.90,1906.09,8599100,0\n02/19/1999,1906.09,1938.65,1906.09,1931.59,8134800,0\n02/22/1999,1931.65,1996.38,1918.71,1996.02,8435100,0\n02/23/1999,1996.02,2035.37,1991.60,2028.23,9121100,0\n02/24/1999,2028.23,2055.82,1988.33,1989.14,9310900,0\n02/25/1999,1989.14,1989.14,1936.40,1974.39,8587000,0\n02/26/1999,1974.39,1974.39,1914.70,1925.28,9011700,0\n03/01/1999,1925.97,1945.37,1902.29,1937.70,7708000,0\n03/02/1999,1937.70,1953.83,1886.36,1888.66,8940200,0\n03/03/1999,1891.70,1913.18,1870.37,1899.81,8643800,0\n03/04/1999,1899.81,1954.31,1880.85,1933.03,8894300,0\n03/05/1999,1933.06,1985.54,1933.06,1969.87,8592000,0\n03/08/1999,1969.87,2034.69,1969.87,2034.05,9707500,0\n03/09/1999,2034.05,2070.24,2021.21,2028.57,10329000,0\n03/10/1999,2028.57,2042.87,2012.03,2038.51,9366700,0\n03/11/1999,2038.51,2067.49,2020.23,2043.76,10335800,0\n03/12/1999,2043.76,2043.76,1989.84,2008.96,9184100,0\n03/15/1999,2009.36,2060.34,1999.23,2060.34,8514800,0\n03/16/1999,2060.34,2083.32,2048.29,2073.31,9772100,0\n03/17/1999,2073.14,2080.24,2057.13,2064.50,8543200,0\n03/18/1999,2064.50,2102.97,2060.53,2102.77,9374300,0\n03/19/1999,2102.91,2121.56,2053.17,2053.69,10548800,0\n03/22/1999,2053.69,2065.11,2025.70,2027.14,8742000,0\n03/23/1999,2026.84,2026.84,1960.31,1961.31,9760000,0\n03/24/1999,1961.31,2013.70,1943.92,2013.55,8565200,0\n03/25/1999,2013.55,2083.46,2013.55,2083.35,9394900,0\n03/26/1999,2083.35,2096.22,2058.87,2067.30,8311400,0\n03/29/1999,2067.30,2144.66,2067.30,2144.66,8762000,0\n03/30/1999,2144.66,2158.94,2123.98,2125.69,8961100,0\n03/31/1999,2125.69,2168.69,2104.19,2106.39,11012000,0\n04/01/1999,2106.39,2147.63,2106.39,2146.13,8486800,0\n04/05/1999,2146.13,2219.97,2146.13,2219.64,9779200,0\n04/06/1999,2219.64,2244.25,2200.56,2218.83,11139900,0\n04/07/1999,2218.83,2251.29,2158.63,2192.29,12727500,0\n04/08/1999,2192.29,2224.81,2156.65,2224.75,11458800,0\n04/09/1999,2224.75,2238.59,2208.39,2232.47,10913800,0\n04/12/1999,2232.47,2232.47,2167.71,2219.21,11433300,0\n04/13/1999,2219.21,2240.30,2173.23,2175.18,13417000,0\n04/14/1999,2175.18,2214.68,2103.63,2103.63,14161900,0\n04/15/1999,2103.63,2136.27,2053.72,2135.81,12339600,0\n04/16/1999,2135.81,2144.61,2082.00,2086.46,10270700,0\n04/19/1999,2086.46,2104.55,1962.56,1967.58,12009900,0\n04/20/1999,1967.57,2030.34,1952.36,2030.28,11437400,0\n04/21/1999,2031.60,2106.23,2022.00,2105.82,11252800,0\n04/22/1999,2105.82,2185.23,2105.82,2183.49,11104600,0\n04/23/1999,2183.49,2224.40,2151.06,2210.44,10496700,0\n04/26/1999,2210.45,2276.68,2210.45,2260.66,10504700,0\n04/27/1999,2263.01,2283.55,2204.44,2207.03,11320100,0\n04/28/1999,2207.03,2217.17,2147.54,2150.44,10008200,0\n04/29/1999,2150.44,2152.72,2094.57,2119.29,10056500,0\n04/30/1999,2119.47,2172.14,2081.67,2136.39,9944600,0\n05/03/1999,2136.39,2145.45,2097.39,2137.95,8660100,0\n05/04/1999,2137.95,2170.52,2096.08,2097.55,9217300,0\n05/05/1999,2097.55,2155.80,2047.77,2155.77,10387300,0\n05/06/1999,2155.77,2163.79,2075.96,2078.63,9096400,0\n05/07/1999,2079.42,2119.86,2064.56,2117.73,8670500,0\n05/10/1999,2117.73,2151.87,2109.90,2134.75,8311300,0\n05/11/1999,2134.75,2182.46,2134.75,2175.85,9546900,0\n05/12/1999,2175.85,2223.53,2152.77,2217.68,10325000,0\n05/13/1999,2217.68,2239.86,2178.37,2179.08,10695600,0\n05/14/1999,2179.08,2179.08,2120.72,2125.15,9363500,0\n05/17/1999,2125.15,2175.74,2099.73,2175.74,7876800,0\n05/18/1999,2175.74,2180.67,2146.81,2159.26,8621000,0\n05/19/1999,2159.36,2186.51,2119.55,2186.20,9643500,0\n05/20/1999,2186.31,2193.45,2139.95,2139.95,10047700,0\n05/21/1999,2139.95,2152.56,2105.01,2114.40,8893300,0\n05/24/1999,2114.40,2123.47,2050.83,2060.59,9198800,0\n05/25/1999,2060.59,2086.48,1997.82,1999.04,10485100,0\n05/26/1999,1999.04,2053.04,1960.55,2053.04,10994200,0\n05/27/1999,2053.04,2069.11,2021.18,2050.09,8343900,0\n05/28/1999,2050.09,2090.16,2038.74,2089.70,6815700,0\n06/01/1999,2089.70,2089.70,2025.66,2025.79,7436800,0\n06/02/1999,2025.79,2076.65,1987.40,2074.54,8955800,0\n06/03/1999,2074.54,2083.00,2029.22,2030.40,8193100,0\n06/04/1999,2031.97,2109.47,2031.97,2109.41,8856900,0\n06/07/1999,2109.41,2155.39,2109.41,2152.69,8747700,0\n06/08/1999,2152.69,2158.80,2083.81,2086.75,8477200,0\n06/09/1999,2089.14,2136.52,2089.14,2135.48,8417200,0\n06/10/1999,2135.48,2135.48,2081.67,2097.79,7964100,0\n06/11/1999,2097.79,2120.54,2057.19,2062.29,7551200,0\n06/14/1999,2062.29,2074.28,2027.90,2028.92,8354700,0\n06/15/1999,2028.56,2072.35,2020.38,2058.17,8370200,0\n06/16/1999,2058.17,2167.82,2058.17,2167.49,10265300,0\n06/17/1999,2159.10,2198.29,2139.80,2190.83,8923800,0\n06/18/1999,2190.83,2206.20,2155.19,2205.46,9781100,0\n06/21/1999,2205.46,2268.66,2205.46,2268.66,9038800,0\n06/22/1999,2268.67,2280.31,2209.85,2209.89,10022600,0\n06/23/1999,2209.89,2239.59,2177.48,2239.33,9505700,0\n06/24/1999,2239.33,2239.33,2181.48,2184.87,9117300,0\n06/25/1999,2184.87,2221.31,2174.11,2185.76,7678900,0\n06/28/1999,2185.76,2243.94,2185.76,2243.94,7619000,0\n06/29/1999,2243.73,2280.41,2192.95,2280.06,9521900,0\n06/30/1999,2280.07,2320.43,2250.95,2296.77,13280600,0\n07/01/1999,2296.77,2329.06,2272.17,2322.32,10930900,0\n07/02/1999,2322.32,2348.22,2322.32,2347.88,8500200,0\n07/06/1999,2347.88,2383.02,2325.32,2330.73,11356200,0\n07/07/1999,2331.12,2347.28,2317.38,2340.67,10337500,0\n07/08/1999,2340.67,2377.86,2329.10,2374.58,10483800,0\n07/09/1999,2374.58,2393.36,2363.41,2393.02,9271800,0\n07/12/1999,2393.02,2410.62,2370.09,2384.24,9813700,0\n07/13/1999,2384.21,2384.21,2352.52,2373.66,9953900,0\n07/14/1999,2373.61,2417.06,2360.83,2417.05,10710900,0\n07/15/1999,2417.05,2430.44,2407.40,2429.27,11193200,0\n07/16/1999,2429.27,2466.80,2429.27,2459.48,10529600,0\n07/19/1999,2459.50,2468.42,2422.63,2424.62,9459500,0\n07/20/1999,2424.62,2424.62,2327.73,2329.32,10812900,0\n07/21/1999,2329.32,2368.37,2325.11,2363.63,10190800,0\n07/22/1999,2363.63,2363.63,2281.31,2281.92,10386200,0\n07/23/1999,2281.92,2313.82,2270.00,2302.02,9220400,0\n07/26/1999,2302.02,2302.02,2233.15,2233.51,8438500,0\n07/27/1999,2233.51,2312.68,2233.51,2308.78,9975200,0\n07/28/1999,2308.39,2338.01,2282.77,2333.78,9648800,0\n07/29/1999,2333.78,2333.78,2256.18,2263.06,9170000,0\n07/30/1999,2263.06,2309.18,2263.06,2270.93,8772600,0\n08/02/1999,2270.93,2307.55,2255.79,2264.81,7542200,0\n08/03/1999,2264.81,2292.29,2211.44,2239.18,10135000,0\n08/04/1999,2239.18,2258.83,2202.49,2204.33,9641700,0\n08/05/1999,2204.33,2232.23,2148.23,2232.23,11671100,0\n08/06/1999,2232.23,2260.01,2201.90,2212.15,8137300,0\n08/09/1999,2212.15,2226.67,2183.85,2187.61,7482100,0\n08/10/1999,2187.61,2192.77,2120.26,2163.77,9782300,0\n08/11/1999,2164.55,2241.82,2164.55,2241.80,9114600,0\n08/12/1999,2241.80,2260.84,2212.99,2214.33,9167700,0\n08/13/1999,2216.15,2307.13,2216.15,2307.06,9342200,0\n08/16/1999,2307.06,2332.97,2294.37,2313.08,7815700,0\n08/17/1999,2313.08,2346.55,2295.11,2337.37,8983900,0\n08/18/1999,2337.37,2351.00,2317.39,2317.39,10452900,0\n08/19/1999,2317.39,2317.39,2270.96,2278.79,8682800,0\n08/20/1999,2278.79,2315.49,2276.20,2315.07,7951400,0\n08/23/1999,2315.07,2386.01,2315.07,2385.87,9156300,0\n08/24/1999,2385.84,2432.39,2371.14,2404.82,10321600,0\n08/25/1999,2404.82,2465.74,2400.21,2460.92,10359500,0\n08/26/1999,2460.92,2467.46,2416.31,2417.30,11000600,0\n08/27/1999,2417.30,2438.88,2396.07,2402.57,8060900,0\n08/30/1999,2402.57,2415.60,2358.79,2366.88,7959400,0\n08/31/1999,2366.88,2400.65,2326.99,2396.87,9705900,0\n09/01/1999,2396.87,2433.45,2390.02,2404.94,9193300,0\n09/02/1999,2404.94,2407.49,2356.40,2392.60,8361600,0\n09/03/1999,2393.75,2506.75,2393.75,2506.69,9104100,0\n09/07/1999,2506.69,2525.03,2491.82,2491.82,9112300,0\n09/08/1999,2491.82,2504.55,2453.64,2454.67,10059500,0\n09/09/1999,2454.67,2506.01,2453.44,2505.50,10299700,0\n09/10/1999,2505.50,2548.55,2502.61,2534.61,11294300,0\n09/13/1999,2533.36,2533.36,2483.10,2483.10,9844400,0\n09/14/1999,2483.30,2525.42,2482.14,2522.46,10130000,0\n09/15/1999,2518.84,2539.26,2461.93,2463.09,10590500,0\n09/16/1999,2459.79,2478.88,2413.02,2466.88,9603100,0\n09/17/1999,2468.88,2537.31,2468.88,2536.91,10050600,0\n09/20/1999,2541.16,2551.66,2523.04,2545.41,8033400,0\n09/21/1999,2536.66,2536.66,2472.94,2473.74,10359100,0\n09/22/1999,2474.57,2515.62,2455.85,2513.94,10298800,0\n09/23/1999,2524.71,2539.66,2392.01,2403.07,11706300,0\n09/24/1999,2398.92,2410.58,2345.22,2399.58,11520000,0\n09/27/1999,2401.27,2453.94,2401.27,2426.51,9423100,0\n09/28/1999,2425.70,2437.99,2359.48,2428.11,11034000,0\n09/29/1999,2428.32,2449.27,2397.50,2398.78,11211100,0\n09/30/1999,2401.49,2433.36,2379.42,2407.90,12105700,0\n10/01/1999,2407.70,2408.05,2358.22,2404.45,9736100,0\n10/04/1999,2406.45,2467.96,2406.45,2467.92,9146600,0\n10/05/1999,2468.44,2507.90,2436.23,2471.50,11932600,0\n10/06/1999,2479.06,2532.40,2479.06,2532.40,11700500,0\n10/07/1999,2535.69,2558.10,2512.29,2532.00,12168900,0\n10/08/1999,2534.10,2555.36,2484.18,2555.36,10350300,0\n10/11/1999,2556.86,2585.03,2555.18,2578.88,8732600,0\n10/12/1999,2585.53,2586.33,2508.02,2526.82,10040900,0\n10/13/1999,2515.80,2527.15,2444.62,2454.49,10047200,0\n10/14/1999,2463.26,2484.24,2426.18,2470.99,10154900,0\n10/15/1999,2467.20,2468.34,2382.24,2403.81,10747400,0\n10/18/1999,2401.20,2404.92,2299.95,2362.11,9973500,0\n10/19/1999,2369.55,2401.92,2346.27,2362.25,10931100,0\n10/20/1999,2384.52,2466.29,2384.52,2466.29,10537000,0\n10/21/1999,2450.44,2482.03,2396.58,2477.14,11232200,0\n10/22/1999,2479.74,2523.61,2472.40,2485.90,11753000,0\n10/25/1999,2488.16,2507.63,2462.70,2484.19,9331900,0\n10/26/1999,2484.85,2522.80,2466.09,2466.40,10674200,0\n10/27/1999,2466.45,2467.89,2423.29,2457.46,10753400,0\n10/28/1999,2471.91,2540.17,2471.91,2539.93,12491600,0\n10/29/1999,2539.93,2651.12,2539.93,2637.44,14413800,0\n11/01/1999,2637.04,2661.08,2616.27,2616.36,10760800,0\n11/02/1999,2617.07,2662.51,2612.39,2626.99,12485400,0\n11/03/1999,2630.73,2686.70,2630.73,2672.72,13390500,0\n11/04/1999,2682.55,2716.41,2677.13,2703.11,13646100,0\n11/05/1999,2704.88,2765.56,2704.88,2755.70,13463200,0\n11/08/1999,2732.53,2792.27,2725.20,2786.27,13008000,0\n11/09/1999,2791.56,2813.52,2741.17,2763.58,14704200,0\n11/10/1999,2770.76,2824.68,2757.98,2797.61,14332500,0\n11/11/1999,2798.07,2851.52,2798.07,2849.81,13828400,0\n11/12/1999,2851.36,2889.70,2775.96,2888.91,14090700,0\n11/15/1999,2891.58,2901.16,2869.45,2875.87,12833400,0\n11/16/1999,2875.87,2940.61,2875.87,2940.25,14869800,0\n11/17/1999,2952.91,2967.79,2908.03,2911.69,16526500,0\n11/18/1999,2914.25,3003.49,2914.25,3003.49,15929200,0\n11/19/1999,3001.28,3034.78,2983.64,3028.84,14223500,0\n11/22/1999,3028.51,3057.06,3010.92,3049.61,13747600,0\n11/23/1999,3049.40,3066.44,2975.71,2999.78,14563100,0\n11/24/1999,3003.02,3108.96,2982.02,3108.52,12905500,0\n11/26/1999,3109.35,3151.77,3108.49,3116.62,7307800,0\n11/29/1999,3114.88,3127.05,3063.23,3063.23,15437500,0\n11/30/1999,3061.68,3067.09,2964.11,2966.71,15486800,0\n12/01/1999,2970.04,3019.21,2956.79,2997.28,14343100,0\n12/02/1999,3002.90,3108.47,3002.90,3108.47,14581700,0\n12/03/1999,3120.12,3209.93,3120.12,3172.37,15390600,0\n12/06/1999,3172.31,3223.63,3152.93,3191.09,13732300,0\n12/07/1999,3190.57,3211.99,3158.73,3205.08,15646000,0\n12/08/1999,3197.51,3223.56,3158.87,3164.08,16766200,0\n12/09/1999,3184.50,3219.22,3093.98,3167.52,17875700,0\n12/10/1999,3172.38,3208.93,3129.95,3203.28,15940400,0\n12/13/1999,3198.35,3252.92,3173.27,3242.37,15828600,0\n12/14/1999,3243.60,3251.79,3166.66,3167.29,15964100,0\n12/15/1999,3165.68,3239.65,3121.32,3239.18,16482900,0\n12/16/1999,3253.98,3332.56,3253.98,3332.31,14303100,0\n12/17/1999,3362.69,3434.22,3341.71,3359.86,15727100,0\n12/20/1999,3361.97,3406.22,3351.53,3390.01,13244500,0\n12/21/1999,3397.26,3528.88,3393.07,3528.53,14869800,0\n12/22/1999,3536.92,3568.48,3501.34,3562.29,14735700,0\n12/23/1999,3566.40,3625.58,3566.40,3590.28,12726800,0\n12/27/1999,3588.43,3620.13,3521.85,3598.51,11546500,0\n12/28/1999,3601.14,3623.03,3550.87,3579.95,12371300,0\n12/29/1999,3582.93,3689.82,3582.93,3689.68,11584300,0\n12/30/1999,3692.57,3750.41,3680.75,3683.67,11071600,0\n12/31/1999,3700.00,3732.10,3689.75,3707.83,7629800,0\n01/03/2000,3755.74,3836.86,3643.25,3790.55,15100700,0\n01/04/2000,3766.57,3766.57,3542.73,3546.20,15118400,0\n01/05/2000,3543.13,3576.17,3371.75,3507.31,17356700,0\n01/06/2000,3488.31,3513.55,3334.02,3340.81,15983200,0\n01/07/2000,3337.26,3529.75,3314.75,3529.60,16349300,0\n01/10/2000,3558.21,3756.17,3558.21,3717.41,16917100,0\n01/11/2000,3715.22,3717.17,3517.79,3544.35,16944600,0\n01/12/2000,3548.77,3572.62,3447.90,3478.14,15259000,0\n01/13/2000,3495.83,3612.43,3494.39,3612.08,14769700,0\n01/14/2000,3653.30,3744.89,3653.30,3704.74,16566300,0\n01/18/2000,3704.74,3779.56,3665.87,3757.78,15852300,0\n01/19/2000,3741.45,3803.72,3711.96,3790.89,16522100,0\n01/20/2000,3798.84,3877.43,3782.43,3841.74,18513000,0\n01/21/2000,3841.74,3891.81,3806.58,3849.96,19236800,0\n01/24/2000,3888.33,3905.10,3660.86,3660.96,19890500,0\n01/25/2000,3667.02,3759.33,3591.34,3759.11,17436300,0\n01/26/2000,3762.69,3762.69,3621.10,3621.21,17170000,0\n01/27/2000,3628.88,3701.30,3512.07,3593.15,17984600,0\n01/28/2000,3595.89,3618.08,3408.03,3446.13,16163700,0\n01/31/2000,3438.09,3570.59,3349.06,3570.05,15076300,0\n02/01/2000,3580.29,3703.59,3544.93,3701.78,13982400,0\n02/02/2000,3700.20,3785.36,3693.95,3724.46,15278800,0\n02/03/2000,3726.13,3857.34,3704.23,3851.16,17223300,0\n02/04/2000,3858.60,3929.81,3856.83,3874.37,17514500,0\n02/07/2000,3873.43,3933.75,3858.89,3933.34,16255400,0\n02/08/2000,3932.24,4063.79,3932.24,4062.77,19711800,0\n02/09/2000,4061.74,4087.84,3966.33,3968.46,17755900,0\n02/10/2000,3974.83,4090.07,3956.90,4090.00,18135900,0\n02/11/2000,4090.26,4090.26,3933.78,3968.89,17385900,0\n02/14/2000,3969.95,4005.59,3918.87,3986.13,16008500,0\n02/15/2000,3983.85,4024.13,3848.37,3997.03,17089300,0\n02/16/2000,3997.03,4063.58,3982.55,3997.97,17821300,0\n02/17/2000,4012.29,4127.35,3993.57,4125.38,20084400,0\n02/18/2000,4130.55,4135.60,3959.83,3965.75,18984100,0\n02/22/2000,3970.53,4001.07,3856.02,3969.13,17722900,0\n02/23/2000,3966.00,4198.16,3966.00,4170.09,18928000,0\n02/24/2000,4169.66,4253.75,4099.39,4253.05,19440500,0\n02/25/2000,4254.56,4297.46,4169.34,4178.58,18255000,0\n02/28/2000,4178.58,4224.95,4024.08,4162.13,17980700,0\n02/29/2000,4174.75,4269.76,4174.75,4266.94,20888400,0\n03/01/2000,4275.72,4346.41,4269.66,4309.01,22323400,0\n03/02/2000,4311.97,4337.65,4197.98,4234.26,21370800,0\n03/03/2000,4257.53,4442.87,4257.53,4442.87,21365300,0\n03/06/2000,4448.48,4528.69,4436.60,4457.18,20155800,0\n03/07/2000,4489.49,4560.96,4355.61,4390.83,21564100,0\n03/08/2000,4409.98,4470.28,4266.87,4445.68,20201300,0\n03/09/2000,4446.48,4587.55,4379.60,4586.26,20068100,0\n03/10/2000,4586.26,4659.72,4549.07,4587.16,19921700,0\n03/13/2000,4585.16,4585.16,4387.74,4426.80,17362700,0\n03/14/2000,4448.63,4537.99,4226.79,4226.99,19778200,0\n03/15/2000,4250.74,4341.54,4094.04,4130.01,19378000,0\n03/16/2000,4141.23,4353.59,4049.98,4353.33,20415100,0\n03/17/2000,4349.26,4441.00,4326.76,4440.45,16915300,0\n03/20/2000,4443.35,4460.37,4260.92,4261.15,15398600,0\n03/21/2000,4259.58,4450.41,4155.34,4449.33,17533100,0\n03/22/2000,4449.22,4639.12,4449.22,4596.81,17695100,0\n03/23/2000,4594.37,4704.21,4547.00,4660.62,17141600,0\n03/24/2000,4659.76,4816.35,4608.92,4691.61,16889700,0\n03/27/2000,4687.60,4781.19,4687.60,4704.73,13803800,0\n03/28/2000,4705.75,4714.35,4582.45,4583.39,14900900,0\n03/29/2000,4583.81,4615.09,4408.60,4413.92,17382700,0\n03/30/2000,4376.41,4491.08,4151.12,4250.19,19258600,0\n03/31/2000,4268.64,4424.43,4171.09,4397.84,21181000,0\n04/03/2000,4355.70,4355.70,4041.24,4077.02,17399200,0\n04/04/2000,4089.78,4146.50,3525.44,4034.17,28891000,0\n04/05/2000,4028.40,4156.43,3884.32,4030.26,19477000,0\n04/06/2000,4036.39,4161.42,4005.31,4086.73,17464500,0\n04/07/2000,4111.18,4292.88,4111.18,4291.53,15634300,0\n04/10/2000,4293.63,4308.62,3998.10,3998.26,14461400,0\n04/11/2000,3987.24,4049.55,3829.39,3909.21,16793900,0\n04/12/2000,3909.00,3943.68,3632.41,3633.63,19210900,0\n04/13/2000,3645.79,3831.70,3552.51,3553.81,19515000,0\n04/14/2000,3536.41,3536.41,3138.42,3207.96,25557800,0\n04/17/2000,3194.50,3530.67,3107.42,3529.45,24828300,0\n04/18/2000,3531.07,3717.66,3511.81,3715.81,21527200,0\n04/19/2000,3720.24,3753.45,3578.90,3583.07,17602700,0\n04/20/2000,3587.27,3632.24,3453.30,3505.29,14227300,0\n04/24/2000,3448.23,3448.23,3200.90,3353.53,15407100,0\n04/25/2000,3371.21,3622.29,3371.21,3621.56,16229100,0\n04/26/2000,3622.80,3690.29,3505.11,3505.71,15928300,0\n04/27/2000,3504.20,3692.92,3390.60,3692.57,15487600,0\n04/28/2000,3696.42,3790.78,3696.42,3773.18,15837100,0\n05/01/2000,3789.20,3871.93,3777.05,3829.84,15006100,0\n05/02/2000,3768.04,3824.47,3626.54,3627.31,14380400,0\n05/03/2000,3627.31,3627.31,3435.30,3562.16,14800500,0\n05/04/2000,3561.72,3627.35,3518.12,3570.73,12878500,0\n05/05/2000,3571.27,3692.40,3534.07,3688.36,11972900,0\n05/08/2000,3688.36,3688.36,3521.05,3521.60,11427100,0\n05/09/2000,3525.23,3567.96,3401.82,3445.26,14547800,0\n05/10/2000,3436.68,3436.68,3234.96,3244.73,15801100,0\n05/11/2000,3311.51,3381.70,3237.86,3381.57,13702300,0\n05/12/2000,3381.57,3504.81,3381.57,3406.25,12200400,0\n05/15/2000,3404.56,3512.21,3314.44,3512.11,11558100,0\n05/16/2000,3520.98,3653.76,3520.98,3646.89,14952700,0\n05/17/2000,3635.03,3635.03,3527.67,3550.50,12273800,0\n05/18/2000,3547.52,3575.78,3426.35,3426.35,12586100,0\n05/19/2000,3425.38,3425.38,3259.18,3260.64,13669300,0\n05/22/2000,3261.47,3269.54,3029.14,3264.71,16154800,0\n05/23/2000,3262.77,3298.46,3022.52,3023.42,13304400,0\n05/24/2000,3023.49,3185.74,2897.27,3180.31,20879800,0\n05/25/2000,3181.50,3290.53,3078.18,3099.28,15618400,0\n05/26/2000,3100.97,3170.72,3033.50,3101.44,10694400,0\n05/30/2000,3101.43,3415.71,3101.43,3414.03,14573600,0\n05/31/2000,3414.03,3458.34,3322.22,3324.08,15337300,0\n06/01/2000,3331.80,3526.53,3331.80,3518.98,15802400,0\n06/02/2000,3518.98,3759.81,3518.98,3755.67,19032100,0\n06/05/2000,3742.28,3817.25,3688.89,3730.31,14559600,0\n06/06/2000,3730.31,3801.31,3637.80,3646.32,16030600,0\n06/07/2000,3644.46,3736.15,3599.53,3736.01,14312200,0\n06/08/2000,3737.93,3791.42,3671.44,3707.31,13992500,0\n06/09/2000,3707.31,3785.02,3707.31,3760.26,12687200,0\n06/12/2000,3761.15,3779.74,3638.31,3638.42,12810000,0\n06/13/2000,3638.54,3766.52,3582.52,3765.81,13987900,0\n06/14/2000,3767.54,3793.72,3670.71,3677.49,14003000,0\n06/15/2000,3680.67,3755.72,3639.18,3752.01,14266300,0\n06/16/2000,3758.36,3817.85,3732.83,3787.36,15011900,0\n06/19/2000,3787.36,3935.33,3730.77,3933.70,14114000,0\n06/20/2000,3933.70,3990.21,3898.28,3933.83,16945200,0\n06/21/2000,3928.98,3981.26,3867.92,3970.00,15419000,0\n06/22/2000,3968.85,3968.85,3804.00,3804.11,16395400,0\n06/23/2000,3809.40,3821.95,3669.40,3685.30,13449600,0\n06/26/2000,3685.30,3840.54,3685.30,3771.45,13169600,0\n06/27/2000,3771.45,3804.94,3698.50,3699.00,14760200,0\n06/28/2000,3701.11,3817.50,3701.11,3771.06,16601300,0\n06/29/2000,3764.83,3764.83,3634.03,3665.83,15509900,0\n06/30/2000,3666.18,3764.96,3666.18,3763.79,20663900,0\n07/03/2000,3763.79,3811.59,3744.63,3804.78,6008100,0\n07/05/2000,3804.96,3804.96,3646.46,3649.80,13426000,0\n07/06/2000,3648.13,3793.90,3610.27,3793.48,14824800,0\n07/07/2000,3793.01,3884.84,3781.56,3841.27,14864800,0\n07/10/2000,3841.51,3841.51,3767.56,3772.20,13959500,0\n07/11/2000,3772.61,3835.02,3720.02,3744.53,17145000,0\n07/12/2000,3810.36,3909.41,3792.98,3901.12,17759800,0\n07/13/2000,3901.12,3991.87,3900.23,3956.67,18815600,0\n07/14/2000,3962.82,4051.90,3962.68,4041.15,16786100,0\n07/17/2000,4041.15,4089.04,4007.62,4061.88,15845000,0\n07/18/2000,4060.31,4060.31,3949.85,3960.96,15019700,0\n07/19/2000,3960.96,3960.96,3835.12,3843.98,14453100,0\n07/20/2000,3843.98,3999.06,3843.98,3995.46,17198800,0\n07/21/2000,3992.83,3992.83,3892.25,3908.75,15459400,0\n07/24/2000,3908.75,3966.83,3787.29,3790.62,14606900,0\n07/25/2000,3790.62,3871.64,3762.00,3865.39,14710000,0\n07/26/2000,3865.33,3865.33,3741.84,3818.31,17547600,0\n07/27/2000,3816.49,3816.49,3680.78,3681.63,17911000,0\n07/28/2000,3689.69,3716.95,3452.95,3477.31,17694100,0\n07/31/2000,3477.53,3610.95,3437.59,3609.35,15125800,0\n08/01/2000,3609.35,3609.35,3518.61,3521.15,13414600,0\n08/02/2000,3521.15,3617.25,3486.46,3490.34,14768200,0\n08/03/2000,3490.34,3625.64,3341.83,3623.50,18288600,0\n08/04/2000,3624.17,3715.57,3577.13,3618.63,14388500,0\n08/07/2000,3618.63,3726.90,3618.63,3710.39,13196800,0\n08/08/2000,3708.95,3741.51,3671.75,3686.37,14615900,0\n08/09/2000,3708.63,3780.43,3691.70,3693.04,15176500,0\n08/10/2000,3687.69,3690.61,3594.80,3595.19,13496700,0\n08/11/2000,3595.15,3645.77,3521.53,3644.61,13332600,0\n08/14/2000,3644.63,3720.81,3616.71,3719.61,12320600,0\n08/15/2000,3718.70,3761.56,3691.27,3722.62,13536200,0\n08/16/2000,3722.62,3791.22,3704.51,3721.25,14013800,0\n08/17/2000,3721.25,3839.76,3716.67,3830.59,14403700,0\n08/18/2000,3830.59,3868.74,3799.97,3807.51,14479200,0\n08/21/2000,3809.86,3878.67,3785.20,3827.62,12693300,0\n08/22/2000,3832.10,3898.12,3827.30,3827.89,14131900,0\n08/23/2000,3818.06,3899.96,3760.12,3896.92,14617900,0\n08/24/2000,3897.05,3954.60,3884.57,3949.57,15469500,0\n08/25/2000,3945.50,3986.73,3915.79,3931.25,12858200,0\n08/28/2000,3933.33,3987.71,3928.80,3954.24,13730100,0\n08/29/2000,3955.54,3970.92,3923.42,3951.94,14894700,0\n08/30/2000,3951.67,3984.19,3921.49,3968.73,15370200,0\n08/31/2000,3971.32,4080.48,3971.32,4077.59,19031500,0\n09/01/2000,4084.11,4147.19,4057.44,4099.30,14729400,0\n09/05/2000,4085.89,4085.89,3986.28,3987.03,16681200,0\n09/06/2000,3978.23,3983.74,3837.33,3837.62,17571900,0\n09/07/2000,3847.79,3963.94,3847.79,3953.36,16346100,0\n09/08/2000,3949.15,3949.15,3811.60,3813.44,15085500,0\n09/11/2000,3813.44,3852.45,3690.47,3706.74,14836700,0\n09/12/2000,3706.74,3792.38,3645.28,3666.87,15966400,0\n09/13/2000,3666.87,3752.45,3610.65,3741.75,16565500,0\n09/14/2000,3741.75,3834.51,3715.65,3737.42,16994800,0\n09/15/2000,3731.73,3748.76,3640.58,3676.33,17775400,0\n09/18/2000,3676.33,3723.67,3548.59,3585.52,16139700,0\n09/19/2000,3588.37,3756.87,3588.37,3756.40,17074000,0\n09/20/2000,3756.40,3810.30,3660.31,3790.45,18020400,0\n09/21/2000,3790.45,3790.45,3691.93,3718.15,16160100,0\n09/22/2000,3718.15,3718.15,3505.18,3701.18,21643400,0\n09/25/2000,3753.31,3774.78,3611.09,3622.10,17746800,0\n09/26/2000,3643.65,3696.99,3566.71,3582.59,18259000,0\n09/27/2000,3631.08,3648.94,3533.67,3571.90,19482000,0\n09/28/2000,3556.99,3725.75,3556.34,3725.15,20014500,0\n09/29/2000,3684.87,3690.24,3557.54,3570.61,20180500,0\n10/02/2000,3613.74,3613.86,3447.71,3457.97,17992200,0\n10/03/2000,3528.00,3544.54,3351.61,3353.34,19588400,0\n10/04/2000,3337.91,3476.52,3291.61,3453.36,21293300,0\n10/05/2000,3421.46,3492.28,3392.00,3424.32,18729600,0\n10/06/2000,3432.82,3468.28,3262.80,3311.94,18706900,0\n10/09/2000,3306.75,3359.93,3185.28,3318.90,14377700,0\n10/10/2000,3271.69,3336.61,3175.38,3188.29,18744300,0\n10/11/2000,3077.51,3220.52,3047.17,3100.53,23404500,0\n10/12/2000,3175.75,3183.96,3000.43,3004.45,21286600,0\n10/13/2000,2990.99,3278.77,2990.99,3277.77,20707500,0\n10/16/2000,3265.96,3296.95,3203.13,3249.46,17886000,0\n10/17/2000,3313.81,3326.13,3127.63,3172.19,19367900,0\n10/18/2000,3045.70,3245.58,2982.04,3139.31,25199200,0\n10/19/2000,3316.63,3404.33,3271.20,3402.95,23434700,0\n10/20/2000,3379.73,3514.96,3378.95,3456.61,21714900,0\n10/23/2000,3451.40,3498.04,3378.34,3422.00,16901100,0\n10/24/2000,3455.37,3481.31,3326.12,3353.26,18808600,0\n10/25/2000,3245.69,3283.20,3086.61,3107.61,21709300,0\n10/26/2000,3127.44,3185.91,2956.20,3167.14,22924900,0\n10/27/2000,3232.81,3275.22,3109.06,3175.25,19633900,0\n10/30/2000,3128.94,3195.45,3038.41,3081.07,17414400,0\n10/31/2000,3120.21,3304.62,3120.21,3282.30,21464200,0\n11/01/2000,3214.40,3311.00,3176.87,3225.27,20243800,0\n11/02/2000,3292.13,3326.37,3259.07,3308.48,22269200,0\n11/03/2000,3329.26,3359.99,3275.07,3321.91,18462000,0\n11/06/2000,3346.15,3369.47,3285.77,3290.47,16085200,0\n11/07/2000,3262.58,3304.38,3217.45,3279.57,17001200,0\n11/08/2000,3295.77,3296.30,3058.66,3059.09,16780000,0\n11/09/2000,2993.02,3081.62,2923.10,3057.06,19427700,0\n11/10/2000,2974.43,3011.58,2890.02,2890.26,17799300,0\n11/13/2000,2798.95,2969.62,2742.47,2836.62,20483300,0\n11/14/2000,2952.62,3043.66,2926.66,3039.50,17853100,0\n11/15/2000,3027.61,3128.37,3001.83,3076.70,17059400,0\n11/16/2000,3016.80,3082.42,2925.08,2925.16,15237100,0\n11/17/2000,2934.51,3000.92,2850.15,2934.81,17608500,0\n11/20/2000,2838.29,2885.31,2779.78,2792.41,17162900,0\n11/21/2000,2807.42,2844.55,2745.70,2786.53,17493800,0\n11/22/2000,2738.29,2806.33,2667.11,2668.25,18851300,0\n11/24/2000,2745.39,2830.76,2740.06,2830.09,7816000,0\n11/27/2000,2910.57,2913.76,2759.98,2769.32,17065700,0\n11/28/2000,2763.86,2795.15,2619.50,2621.11,19199700,0\n11/29/2000,2635.05,2670.53,2520.14,2602.85,20557200,0\n11/30/2000,2470.66,2573.11,2426.41,2506.54,27362700,0\n12/01/2000,2566.68,2674.42,2499.39,2549.74,22219700,0\n12/04/2000,2572.88,2614.85,2475.63,2554.40,18604800,0\n12/05/2000,2648.54,2852.91,2633.57,2852.87,24746700,0\n12/06/2000,2833.52,2891.50,2721.81,2743.70,23082800,0\n12/07/2000,2688.61,2761.78,2648.94,2719.91,17568100,0\n12/08/2000,2840.20,2914.97,2803.03,2895.39,23286500,0\n12/11/2000,2900.28,2990.83,2848.86,2972.91,24477600,0\n12/12/2000,2942.20,2958.29,2862.17,2863.21,19190300,0\n12/13/2000,2940.18,2941.34,2741.40,2748.88,20422500,0\n12/14/2000,2744.26,2788.81,2638.11,2639.26,17706400,0\n12/15/2000,2590.84,2624.56,2511.35,2543.09,27706900,0\n12/18/2000,2604.08,2639.00,2511.06,2543.09,20659900,0\n12/19/2000,2538.86,2635.22,2397.87,2399.63,23172000,0\n12/20/2000,2288.28,2337.99,2199.20,2210.32,28551500,0\n12/21/2000,2191.82,2347.28,2174.76,2224.84,26869700,0\n12/22/2000,2303.21,2437.19,2303.21,2436.26,22354100,0\n12/26/2000,2435.51,2477.10,2332.35,2404.60,15587000,0\n12/27/2000,2383.42,2468.75,2362.59,2460.21,20026500,0\n12/28/2000,2435.84,2505.65,2420.34,2464.62,21921300,0\n12/29/2000,2465.37,2491.25,2328.86,2341.70,25317600,0\n01/02/2001,2341.28,2347.70,2105.49,2128.78,19189300,0\n01/03/2001,2087.32,2530.53,2087.32,2528.38,31880000,0\n01/04/2001,2485.52,2547.04,2432.04,2460.04,26106800,0\n01/05/2001,2460.81,2463.48,2252.36,2267.85,21046700,0\n01/08/2001,2245.44,2282.95,2151.16,2281.54,18505900,0\n01/09/2001,2312.53,2364.41,2274.08,2311.40,19751300,0\n01/10/2001,2253.85,2417.43,2237.45,2413.71,24703500,0\n01/11/2001,2376.86,2550.39,2376.86,2524.29,28426400,0\n01/12/2001,2522.45,2591.55,2471.06,2506.05,25188500,0\n01/16/2001,2502.66,2510.34,2432.87,2470.72,20739400,0\n01/17/2001,2586.80,2629.17,2539.09,2558.67,28191900,0\n01/18/2001,2574.64,2672.07,2533.37,2670.47,25587100,0\n01/19/2001,2740.11,2740.76,2633.67,2655.77,26971900,0\n01/22/2001,2639.61,2683.12,2598.85,2643.13,20371400,0\n01/23/2001,2642.33,2738.81,2618.72,2730.05,22784700,0\n01/24/2001,2732.92,2771.63,2692.81,2726.45,25673200,0\n01/25/2001,2687.05,2710.22,2595.47,2595.85,22981500,0\n01/26/2001,2538.28,2635.22,2526.55,2631.78,22688000,0\n01/29/2001,2601.67,2696.73,2578.84,2694.53,19701300,0\n01/30/2001,2701.34,2716.41,2661.74,2686.14,20735900,0\n01/31/2001,2695.03,2718.51,2591.92,2593.00,22773100,0\n02/01/2001,2586.24,2627.39,2554.94,2607.16,17762600,0\n02/02/2001,2605.64,2616.40,2471.51,2472.18,17069000,0\n02/05/2001,2447.72,2483.58,2409.20,2467.30,16487600,0\n02/06/2001,2463.50,2531.05,2456.89,2473.24,17889200,0\n02/07/2001,2421.64,2446.66,2349.92,2409.66,20569200,0\n02/08/2001,2436.48,2464.19,2355.15,2355.67,18523600,0\n02/09/2001,2333.01,2342.42,2247.52,2261.77,18819100,0\n02/12/2001,2247.20,2319.90,2229.23,2286.76,17512200,0\n02/13/2001,2315.46,2367.91,2208.01,2208.40,17285500,0\n02/14/2001,2224.35,2307.27,2173.42,2305.82,19873500,0\n02/15/2001,2360.56,2423.65,2355.92,2371.04,21069300,0\n02/16/2001,2228.77,2266.36,2187.31,2212.51,18922000,0\n02/20/2001,2229.91,2235.74,2094.58,2095.11,18783400,0\n02/21/2001,2056.15,2164.25,2044.74,2058.54,20197400,0\n02/22/2001,2058.56,2088.60,1958.88,2032.42,24834700,0\n02/23/2001,1997.55,2061.45,1935.21,2056.06,22379100,0\n02/26/2001,2088.03,2103.63,2020.32,2097.64,17390600,0\n02/27/2001,2067.15,2081.79,1963.63,1964.52,18085400,0\n02/28/2001,1983.35,2010.32,1880.47,1908.32,20827000,0\n03/01/2001,1879.84,1968.02,1837.98,1968.02,22568800,0\n03/02/2001,1886.04,1988.35,1866.13,1881.34,23741000,0\n03/05/2001,1908.62,1936.02,1892.02,1916.68,14957500,0\n03/06/2001,1983.28,2029.01,1973.87,1976.31,19863800,0\n03/07/2001,2018.94,2018.94,1965.91,1996.23,17744100,0\n03/08/2001,1982.44,1993.50,1933.23,1938.15,17591400,0\n03/09/2001,1892.79,1892.79,1802.91,1813.02,19621200,0\n03/12/2001,1758.06,1762.20,1679.73,1680.64,21498200,0\n03/13/2001,1711.99,1790.31,1691.22,1789.70,20964200,0\n03/14/2001,1711.06,1808.85,1700.85,1745.13,21472200,0\n03/15/2001,1809.50,1813.68,1697.61,1697.92,19637700,0\n03/16/2001,1656.78,1693.60,1627.80,1647.51,21022700,0\n03/19/2001,1659.70,1732.92,1632.48,1730.46,17745700,0\n03/20/2001,1742.99,1749.29,1614.41,1614.47,20165000,0\n03/21/2001,1624.31,1674.31,1594.39,1605.04,21091900,0\n03/22/2001,1624.81,1703.28,1582.48,1701.90,25047700,0\n03/23/2001,1743.96,1754.65,1666.82,1705.02,22845600,0\n03/26/2001,1735.53,1736.88,1667.80,1676.90,17196200,0\n03/27/2001,1680.73,1751.14,1664.66,1735.63,19514100,0\n03/28/2001,1677.63,1687.92,1600.37,1602.22,20722600,0\n03/29/2001,1578.99,1626.88,1543.39,1563.14,20790500,0\n03/30/2001,1573.82,1600.88,1530.14,1573.25,21390500,0\n04/02/2001,1569.66,1594.36,1499.30,1516.58,18483500,0\n04/03/2001,1487.87,1493.11,1390.10,1399.05,25734100,0\n04/04/2001,1392.03,1435.36,1348.52,1370.75,24654700,0\n04/05/2001,1452.04,1521.76,1434.01,1519.05,23330000,0\n04/06/2001,1483.96,1485.37,1425.89,1448.16,18357200,0\n04/09/2001,1472.81,1495.76,1437.85,1481.22,14488300,0\n04/10/2001,1515.58,1620.74,1515.58,1597.87,22034600,0\n04/11/2001,1694.60,1703.89,1624.80,1647.36,23720100,0\n04/12/2001,1617.95,1714.69,1605.61,1714.29,19028000,0\n04/16/2001,1682.17,1700.39,1630.31,1650.21,15719100,0\n04/17/2001,1605.54,1694.22,1603.99,1671.51,19005800,0\n04/18/2001,1760.05,1892.85,1739.16,1830.79,31956500,0\n04/19/2001,1854.20,1953.57,1829.98,1953.28,27888700,0\n04/20/2001,1933.61,1981.90,1901.40,1933.57,25444200,0\n04/23/2001,1881.52,1881.54,1802.82,1811.89,18456300,0\n04/24/2001,1809.47,1860.08,1756.30,1762.21,19833300,0\n04/25/2001,1758.07,1824.88,1743.45,1814.33,19789400,0\n04/26/2001,1839.40,1844.57,1761.67,1763.33,20288000,0\n04/27/2001,1808.92,1822.44,1777.19,1810.47,18016000,0\n04/30/2001,1855.90,1906.90,1826.12,1855.15,20271800,0\n05/01/2001,1854.67,1919.45,1822.86,1919.01,19225200,0\n05/02/2001,1958.17,1980.13,1916.73,1962.42,25841400,0\n05/03/2001,1913.93,1919.62,1853.84,1877.80,20108800,0\n05/04/2001,1820.57,1930.03,1810.86,1924.12,20571100,0\n05/07/2001,1924.68,1948.02,1889.80,1895.41,17496000,0\n05/08/2001,1939.02,1939.66,1887.23,1929.24,18922800,0\n05/09/2001,1885.00,1921.87,1862.06,1876.60,17935200,0\n05/10/2001,1926.47,1926.95,1838.02,1838.32,17416900,0\n05/11/2001,1842.65,1861.52,1810.89,1821.20,14309300,0\n05/14/2001,1819.39,1820.51,1769.33,1795.06,13385400,0\n05/15/2001,1801.46,1853.05,1790.51,1797.08,17106200,0\n05/16/2001,1778.71,1904.25,1768.62,1899.47,20785800,0\n05/17/2001,1900.84,1955.77,1898.65,1925.14,21543100,0\n05/18/2001,1910.71,1940.76,1898.28,1927.69,17926200,0\n05/21/2001,1931.29,2052.67,1927.04,2052.57,23114800,0\n05/22/2001,2062.90,2070.61,2023.07,2042.93,23148000,0\n05/23/2001,2022.16,2073.98,1957.44,1957.56,18867900,0\n05/24/2001,1965.44,2003.71,1937.67,2003.37,18645700,0\n05/25/2001,2000.12,2003.68,1953.24,1960.74,13854100,0\n05/29/2001,1946.57,1946.57,1865.18,1873.53,16210600,0\n05/30/2001,1823.84,1837.01,1768.98,1779.00,19912300,0\n05/31/2001,1785.25,1838.29,1784.72,1799.89,18330700,0\n06/01/2001,1826.02,1852.08,1785.44,1840.83,15553000,0\n06/04/2001,1861.12,1869.98,1819.08,1838.84,13203500,0\n06/05/2001,1853.65,1937.94,1853.47,1923.90,18451000,0\n06/06/2001,1931.45,1945.94,1890.51,1903.84,17719400,0\n06/07/2001,1892.98,1963.83,1891.01,1963.31,16605200,0\n06/08/2001,1959.71,1959.71,1885.84,1896.22,14377300,0\n06/11/2001,1885.17,1885.17,1826.28,1846.50,14186300,0\n06/12/2001,1799.58,1871.03,1776.41,1852.03,17135600,0\n06/13/2001,1860.05,1875.29,1789.91,1790.21,15467900,0\n06/14/2001,1766.41,1776.35,1711.32,1711.39,17637600,0\n06/15/2001,1679.33,1725.77,1657.65,1701.53,21093400,0\n06/18/2001,1712.04,1729.39,1662.59,1666.49,15677700,0\n06/19/2001,1736.29,1745.76,1656.74,1675.90,19806500,0\n06/20/2001,1655.26,1722.85,1655.26,1721.56,21107600,0\n06/21/2001,1714.00,1774.25,1697.56,1751.22,21805000,0\n06/22/2001,1755.57,1773.26,1718.35,1727.47,17145800,0\n06/25/2001,1752.71,1755.67,1713.03,1743.90,14817300,0\n06/26/2001,1708.89,1757.93,1705.93,1751.62,16573800,0\n06/27/2001,1755.25,1769.55,1726.78,1756.02,17164000,0\n06/28/2001,1782.32,1847.38,1782.32,1808.94,19529600,0\n06/29/2001,1812.17,1865.36,1795.45,1830.19,20716300,0\n07/02/2001,1831.42,1864.20,1815.11,1830.19,15134200,0\n07/03/2001,1817.71,1832.01,1798.44,1822.16,8684300,0\n07/05/2001,1800.63,1812.26,1750.51,1751.00,12906800,0\n07/06/2001,1728.57,1729.57,1666.62,1668.59,14414200,0\n07/09/2001,1680.88,1712.08,1669.23,1697.05,13996300,0\n07/10/2001,1718.81,1719.32,1624.80,1624.95,16639700,0\n07/11/2001,1617.51,1646.83,1600.19,1641.56,17702900,0\n07/12/2001,1708.32,1757.29,1700.41,1750.13,18886900,0\n07/13/2001,1741.36,1782.52,1723.08,1751.11,15617600,0\n07/16/2001,1743.09,1758.93,1682.70,1685.74,14893500,0\n07/17/2001,1675.06,1729.63,1667.48,1729.55,16956900,0\n07/18/2001,1692.16,1716.16,1652.00,1666.87,17381200,0\n07/19/2001,1700.56,1739.13,1674.57,1695.89,19062200,0\n07/20/2001,1662.38,1690.18,1659.98,1676.46,16421200,0\n07/23/2001,1695.20,1699.44,1629.74,1629.93,13565400,0\n07/24/2001,1618.74,1639.56,1580.57,1604.86,16015000,0\n07/25/2001,1609.37,1632.89,1581.67,1627.86,16754900,0\n07/26/2001,1624.22,1679.24,1604.92,1673.39,17653900,0\n07/27/2001,1673.43,1694.69,1661.12,1683.18,15838000,0\n07/30/2001,1689.21,1696.34,1662.67,1670.03,13382300,0\n07/31/2001,1678.71,1715.37,1665.81,1683.61,16217900,0\n08/01/2001,1713.67,1743.73,1704.43,1729.53,17842200,0\n08/02/2001,1758.93,1766.58,1718.94,1751.45,16759300,0\n08/03/2001,1744.02,1744.02,1709.31,1725.90,12451200,0\n08/06/2001,1705.88,1718.59,1700.24,1702.84,11065500,0\n08/07/2001,1695.27,1717.11,1684.09,1696.37,13180200,0\n08/08/2001,1681.85,1710.52,1618.77,1626.20,16616900,0\n08/09/2001,1622.45,1639.54,1603.98,1628.92,14571500,0\n08/10/2001,1621.50,1634.67,1576.07,1617.45,13726900,0\n08/13/2001,1627.34,1657.99,1615.26,1653.27,11470400,0\n08/14/2001,1665.16,1672.07,1627.61,1629.95,12318600,0\n08/15/2001,1629.53,1641.84,1571.92,1572.03,14639300,0\n08/16/2001,1548.30,1582.20,1526.81,1581.98,16137900,0\n08/17/2001,1541.61,1556.01,1514.00,1516.58,13015100,0\n08/20/2001,1518.19,1536.78,1506.53,1535.99,11657900,0\n08/21/2001,1538.80,1550.20,1480.43,1480.74,13259600,0\n08/22/2001,1504.65,1517.83,1467.58,1515.41,15505400,0\n08/23/2001,1513.37,1542.59,1496.64,1496.98,14562900,0\n08/24/2001,1521.48,1579.68,1515.34,1579.62,14956500,0\n08/27/2001,1576.16,1601.97,1559.67,1578.33,11952900,0\n08/28/2001,1579.55,1581.82,1526.08,1526.30,14339400,0\n08/29/2001,1538.16,1541.94,1491.22,1499.76,14667000,0\n08/30/2001,1472.65,1495.10,1438.91,1453.90,17348100,0\n08/31/2001,1444.73,1484.99,1443.55,1469.70,12328800,0\n09/04/2001,1466.32,1502.67,1424.06,1424.12,15365800,0\n09/05/2001,1425.35,1440.33,1371.30,1415.30,19505800,0\n09/06/2001,1392.00,1418.66,1360.57,1361.69,18878000,0\n09/07/2001,1347.62,1390.12,1339.89,1354.27,17127600,0\n09/10/2001,1342.08,1375.60,1339.41,1365.39,16129700,0\n09/17/2001,1277.12,1310.23,1251.89,1252.70,22546200,0\n09/18/2001,1268.28,1282.73,1220.99,1224.64,18649800,0\n09/19/2001,1230.14,1242.73,1135.85,1208.23,24640300,0\n09/20/2001,1175.10,1205.64,1160.61,1166.27,28046600,0\n09/21/2001,1088.96,1160.24,1088.96,1126.95,25881500,0\n09/24/2001,1166.72,1202.57,1158.86,1191.02,20522900,0\n09/25/2001,1194.09,1220.39,1162.91,1187.77,21819600,0\n09/26/2001,1203.44,1203.64,1141.03,1143.48,17606200,0\n09/27/2001,1137.49,1153.33,1101.39,1144.27,20430900,0\n09/28/2001,1158.07,1255.94,1145.76,1168.37,21143600,0\n10/01/2001,1161.74,1163.17,1131.32,1151.24,15051400,0\n10/02/2001,1150.79,1179.07,1141.62,1159.37,17847300,0\n10/03/2001,1144.76,1267.51,1139.21,1249.41,27133000,0\n10/04/2001,1271.74,1313.64,1242.98,1260.66,25585800,0\n10/05/2001,1248.18,1280.12,1216.07,1271.73,18363800,0\n10/08/2001,1249.32,1297.49,1242.94,1279.63,14175200,0\n10/09/2001,1278.99,1284.92,1240.79,1244.56,15274300,0\n10/10/2001,1239.77,1305.46,1235.42,1304.68,18575100,0\n10/11/2001,1333.87,1389.87,1333.28,1389.87,25329400,0\n10/12/2001,1376.27,1396.29,1333.65,1393.84,21859700,0\n10/15/2001,1370.20,1385.97,1351.81,1378.92,15862100,0\n10/16/2001,1390.37,1406.20,1368.34,1404.81,18433100,0\n10/17/2001,1440.63,1440.63,1314.80,1314.80,22924100,0\n10/18/2001,1315.34,1344.43,1302.75,1330.33,17938700,0\n10/19/2001,1317.23,1353.26,1302.53,1347.59,15911100,0\n10/22/2001,1340.96,1383.11,1333.62,1383.07,15308300,0\n10/23/2001,1397.27,1419.71,1371.03,1384.06,18394900,0\n10/24/2001,1388.51,1430.75,1379.37,1424.69,18950000,0\n10/25/2001,1396.35,1479.05,1374.65,1479.05,22596200,0\n10/26/2001,1461.88,1487.40,1453.52,1454.90,19992000,0\n10/29/2001,1445.64,1450.68,1374.48,1374.58,16591700,0\n10/30/2001,1353.96,1367.79,1320.48,1342.26,17785600,0\n10/31/2001,1368.54,1403.09,1354.74,1364.78,18976100,0\n11/01/2001,1381.70,1426.94,1358.72,1424.15,17849100,0\n11/02/2001,1417.40,1439.01,1402.21,1425.78,16438600,0\n11/05/2001,1453.94,1490.11,1453.75,1480.21,17342500,0\n11/06/2001,1471.11,1523.66,1462.19,1523.09,19455100,0\n11/07/2001,1506.11,1559.04,1506.11,1524.67,20658100,0\n11/08/2001,1548.00,1580.59,1497.89,1510.60,23007200,0\n11/09/2001,1508.09,1526.94,1491.00,1514.96,15243600,0\n11/12/2001,1511.77,1538.75,1463.12,1528.75,15944700,0\n11/13/2001,1566.48,1585.07,1552.56,1580.76,21890000,0\n11/14/2001,1601.52,1614.77,1556.71,1585.89,21755900,0\n11/15/2001,1572.82,1609.04,1566.42,1582.58,20255500,0\n11/16/2001,1586.80,1591.58,1563.60,1582.14,17141400,0\n11/19/2001,1597.80,1618.19,1586.66,1617.58,19249000,0\n11/20/2001,1607.61,1614.37,1546.60,1549.70,19885800,0\n11/21/2001,1543.71,1562.76,1526.08,1552.01,15775900,0\n11/23/2001,1557.09,1581.61,1549.39,1577.47,5698200,0\n11/26/2001,1590.05,1619.73,1580.92,1619.65,17341300,0\n11/27/2001,1607.61,1644.38,1575.48,1609.87,21374200,0\n11/28/2001,1594.88,1620.15,1557.03,1557.03,19051500,0\n11/29/2001,1569.42,1599.64,1558.65,1599.30,19571200,0\n11/30/2001,1594.83,1608.43,1581.28,1596.05,18318500,0\n12/03/2001,1576.26,1590.30,1562.73,1567.54,14967600,0\n12/04/2001,1582.07,1634.55,1577.34,1634.27,19086300,0\n12/05/2001,1653.63,1731.29,1653.63,1720.91,27775000,0\n12/06/2001,1715.01,1734.58,1703.02,1717.97,22124700,0\n12/07/2001,1706.27,1709.50,1652.66,1673.90,19167200,0\n12/10/2001,1658.47,1694.33,1642.42,1645.36,16794800,0\n12/11/2001,1666.26,1695.15,1654.72,1661.27,19652000,0\n12/12/2001,1666.50,1683.48,1631.42,1669.95,18952900,0\n12/13/2001,1634.62,1645.04,1601.71,1601.91,20958200,0\n12/14/2001,1601.22,1622.79,1590.71,1605.67,19000200,0\n12/17/2001,1607.08,1654.45,1607.02,1640.34,18409200,0\n12/18/2001,1653.31,1665.39,1642.87,1657.68,18520200,0\n12/19/2001,1629.47,1658.58,1620.72,1628.69,19198500,0\n12/20/2001,1613.06,1617.23,1557.18,1557.36,20431100,0\n12/21/2001,1579.89,1594.08,1573.02,1578.27,23596700,0\n12/24/2001,1581.16,1590.04,1575.01,1577.31,5643800,0\n12/26/2001,1583.69,1618.04,1583.69,1590.84,11273500,0\n12/27/2001,1599.25,1614.44,1591.77,1606.48,12410600,0\n12/28/2001,1617.85,1637.57,1617.01,1621.13,13282900,0\n12/31/2001,1617.35,1623.63,1577.03,1577.05,14148400,0\n01/02/2002,1590.71,1610.41,1565.08,1610.39,15176700,0\n01/03/2002,1618.30,1667.19,1618.30,1666.66,22096300,0\n01/04/2002,1685.54,1698.46,1645.32,1675.03,22056100,0\n01/07/2002,1691.36,1694.27,1647.56,1649.83,21211100,0\n01/08/2002,1651.42,1676.69,1641.17,1666.58,18736700,0\n01/09/2002,1688.26,1710.23,1644.89,1653.76,23214500,0\n01/10/2002,1653.97,1667.29,1635.08,1656.68,17616400,0\n01/11/2002,1659.47,1670.32,1627.42,1634.17,16255300,0\n01/14/2002,1624.91,1633.12,1595.04,1603.76,18016500,0\n01/15/2002,1607.01,1628.00,1590.83,1612.46,16751500,0\n01/16/2002,1588.77,1597.15,1558.97,1558.98,19172700,0\n01/17/2002,1587.01,1605.28,1569.11,1602.32,18931100,0\n01/18/2002,1558.41,1582.92,1537.99,1548.22,16930100,0\n01/22/2002,1567.59,1567.59,1500.89,1501.78,18172200,0\n01/23/2002,1511.95,1553.41,1501.79,1549.21,18711200,0\n01/24/2002,1565.34,1586.34,1559.35,1565.13,19078700,0\n01/25/2002,1546.10,1572.09,1541.84,1558.26,16553100,0\n01/28/2002,1573.39,1581.38,1543.51,1564.86,14820800,0\n01/29/2002,1570.70,1582.65,1508.62,1519.33,18753800,0\n01/30/2002,1525.09,1539.07,1481.46,1538.94,20669700,0\n01/31/2002,1549.47,1554.95,1528.04,1550.17,18035300,0\n02/01/2002,1544.42,1561.24,1515.85,1528.15,17100000,0\n02/04/2002,1526.32,1528.30,1471.52,1479.17,17790300,0\n02/05/2002,1468.61,1497.41,1454.77,1462.86,21068700,0\n02/06/2002,1480.45,1480.45,1434.96,1445.96,21054800,0\n02/07/2002,1445.11,1459.94,1413.42,1413.86,19983000,0\n02/08/2002,1426.26,1452.17,1405.79,1452.17,17947100,0\n02/11/2002,1451.13,1477.96,1446.69,1477.64,15648300,0\n02/12/2002,1458.28,1484.97,1448.77,1464.76,16216800,0\n02/13/2002,1476.25,1492.27,1471.26,1486.75,16007400,0\n02/14/2002,1491.19,1508.25,1471.24,1474.71,16794100,0\n02/15/2002,1477.46,1482.57,1432.96,1436.70,16247200,0\n02/19/2002,1421.07,1424.04,1380.46,1387.27,17491700,0\n02/20/2002,1400.83,1411.97,1364.21,1408.26,19182100,0\n02/21/2002,1397.17,1403.31,1348.25,1348.25,18337500,0\n02/22/2002,1351.24,1372.06,1329.93,1356.16,18393400,0\n02/25/2002,1366.44,1414.29,1365.95,1407.99,16668500,0\n02/26/2002,1416.10,1423.43,1382.99,1401.19,16705300,0\n02/27/2002,1420.30,1426.25,1369.24,1378.48,18234400,0\n02/28/2002,1386.15,1404.04,1356.04,1359.22,19356300,0\n03/01/2002,1373.15,1435.81,1370.32,1435.41,19025200,0\n03/04/2002,1434.69,1495.19,1422.22,1494.70,22976300,0\n03/05/2002,1484.83,1519.36,1480.17,1498.95,20746500,0\n03/06/2002,1488.80,1523.12,1471.66,1519.95,19070800,0\n03/07/2002,1531.43,1538.41,1488.25,1506.81,18981900,0\n03/08/2002,1537.03,1562.97,1532.63,1555.11,20594200,0\n03/11/2002,1542.09,1573.42,1530.51,1553.80,17639500,0\n03/12/2002,1510.06,1523.45,1500.42,1520.54,17501500,0\n03/13/2002,1502.40,1512.40,1482.41,1486.27,16642400,0\n03/14/2002,1488.36,1500.90,1476.14,1477.19,14921300,0\n03/15/2002,1484.46,1498.52,1470.49,1495.41,16988000,0\n03/18/2002,1511.83,1523.27,1489.35,1505.89,15471900,0\n03/19/2002,1510.46,1519.12,1496.67,1504.67,15216200,0\n03/20/2002,1482.10,1488.51,1451.02,1451.02,15546400,0\n03/21/2002,1452.18,1491.31,1443.17,1488.97,16015900,0\n03/22/2002,1483.04,1491.03,1467.16,1470.10,15049600,0\n03/25/2002,1473.62,1481.97,1427.51,1427.60,14293100,0\n03/26/2002,1423.57,1462.50,1423.03,1439.55,16621700,0\n03/27/2002,1431.35,1446.11,1424.19,1436.51,16242300,0\n03/28/2002,1447.48,1463.02,1443.29,1452.81,16649000,0\n04/01/2002,1440.38,1481.74,1425.63,1478.52,15547900,0\n04/02/2002,1444.95,1451.73,1410.41,1410.41,17012400,0\n04/03/2002,1417.78,1423.47,1378.93,1394.21,17041900,0\n04/04/2002,1385.53,1411.66,1377.88,1396.97,17316700,0\n04/05/2002,1405.92,1412.85,1375.63,1376.72,15081000,0\n04/08/2002,1346.77,1395.25,1342.99,1392.96,15992000,0\n04/09/2002,1397.59,1405.10,1345.11,1345.32,16627600,0\n04/10/2002,1356.47,1375.14,1332.68,1363.29,19654200,0\n04/11/2002,1352.76,1360.62,1322.25,1324.65,17071400,0\n04/12/2002,1340.66,1356.83,1325.57,1351.85,15324800,0\n04/15/2002,1358.76,1364.24,1336.42,1355.09,13272300,0\n04/16/2002,1382.86,1414.76,1382.86,1413.93,17914900,0\n04/17/2002,1422.42,1426.01,1393.19,1403.71,19310600,0\n04/18/2002,1397.75,1410.93,1369.92,1395.90,18661400,0\n04/19/2002,1408.31,1408.31,1382.89,1385.01,16816400,0\n04/22/2002,1365.34,1365.34,1336.99,1349.83,17031200,0\n04/23/2002,1348.93,1357.01,1316.15,1322.81,19579000,0\n04/24/2002,1334.87,1337.34,1300.95,1302.32,19232300,0\n04/25/2002,1295.59,1315.02,1287.83,1302.32,19717600,0\n04/26/2002,1310.80,1316.65,1250.82,1250.89,18937900,0\n04/29/2002,1256.58,1267.77,1228.94,1246.75,18425500,0\n04/30/2002,1245.65,1292.19,1243.52,1277.07,20916100,0\n05/01/2002,1273.63,1278.02,1232.36,1267.44,21891100,0\n05/02/2002,1262.66,1284.30,1224.66,1225.37,20603400,0\n05/03/2002,1223.89,1224.37,1185.79,1190.74,19909500,0\n05/06/2002,1191.53,1204.35,1160.99,1161.16,17760800,0\n05/07/2002,1173.76,1178.88,1142.25,1159.25,21391300,0\n05/08/2002,1212.99,1282.44,1212.76,1282.41,24032400,0\n05/09/2002,1268.91,1281.20,1239.02,1240.41,17884600,0\n05/10/2002,1247.09,1248.96,1186.08,1188.78,18391300,0\n05/13/2002,1200.69,1244.02,1192.90,1241.54,16487800,0\n05/14/2002,1287.73,1309.32,1282.10,1305.55,26031200,0\n05/15/2002,1290.40,1350.54,1280.07,1311.05,22661000,0\n05/16/2002,1309.25,1319.52,1296.11,1315.85,16446600,0\n05/17/2002,1333.23,1342.43,1305.71,1325.80,16489100,0\n05/20/2002,1309.83,1313.26,1284.74,1292.21,14293000,0\n05/21/2002,1300.82,1309.62,1251.53,1255.91,16608800,0\n05/22/2002,1246.08,1269.64,1233.78,1264.51,17347300,0\n05/23/2002,1270.28,1286.82,1241.25,1286.77,17625700,0\n05/24/2002,1269.91,1271.51,1246.81,1253.03,12108900,0\n05/28/2002,1264.13,1264.86,1226.28,1244.82,13192500,0\n05/29/2002,1232.16,1239.96,1218.62,1218.68,14189000,0\n05/30/2002,1207.44,1234.51,1202.24,1227.90,15858500,0\n05/31/2002,1237.56,1246.34,1208.21,1208.34,16824300,0\n06/03/2002,1205.20,1213.18,1158.22,1159.15,16231200,0\n06/04/2002,1155.81,1191.13,1151.16,1178.80,18814000,0\n06/05/2002,1182.74,1196.67,1165.02,1195.60,16329200,0\n06/06/2002,1183.91,1185.29,1152.04,1157.62,16302600,0\n06/07/2002,1107.94,1156.03,1106.61,1140.24,21117400,0\n06/10/2002,1142.51,1155.76,1132.12,1135.62,15182600,0\n06/11/2002,1148.72,1151.30,1100.59,1100.97,16970400,0\n06/12/2002,1092.45,1123.78,1079.28,1123.34,20573200,0\n06/13/2002,1117.22,1133.25,1100.34,1106.54,15669100,0\n06/14/2002,1078.69,1112.37,1055.57,1109.60,18277300,0\n06/17/2002,1126.54,1154.18,1123.10,1149.91,15918400,0\n06/18/2002,1139.52,1163.46,1138.31,1138.47,15897600,0\n06/19/2002,1129.32,1133.96,1095.76,1097.54,17267000,0\n06/20/2002,1094.53,1102.72,1058.01,1062.45,17094700,0\n06/21/2002,1051.80,1074.77,1031.95,1035.63,19629000,0\n06/24/2002,1023.06,1075.63,1014.76,1057.68,20506100,0\n06/25/2002,1070.62,1073.53,1017.71,1022.74,18806800,0\n06/26/2002,979.87,1035.53,979.87,1027.22,20617400,0\n06/27/2002,1048.54,1050.68,1009.05,1050.64,19425900,0\n06/28/2002,1047.56,1074.73,1042.84,1051.41,25752400,0\n07/01/2002,1044.48,1049.88,997.97,998.17,23206500,0\n07/02/2002,989.25,993.99,961.76,963.66,27225500,0\n07/03/2002,957.26,995.95,950.33,995.68,26610600,0\n07/05/2002,1018.63,1061.05,1018.63,1060.89,11209600,0\n07/08/2002,1051.27,1066.28,1008.78,1014.33,17081500,0\n07/09/2002,1015.27,1023.38,989.34,990.23,17042200,0\n07/10/2002,1005.99,1005.99,958.76,959.05,18463200,0\n07/11/2002,954.01,999.43,945.85,998.03,22983300,0\n07/12/2002,1016.00,1025.61,988.25,1000.82,20093400,0\n07/15/2002,990.98,1021.35,955.29,1021.02,21177000,0\n07/16/2002,1012.51,1045.52,1002.17,1011.30,23792600,0\n07/17/2002,1047.79,1060.77,1005.18,1028.74,23383900,0\n07/18/2002,1020.82,1027.44,993.08,994.61,18423600,0\n07/19/2002,975.06,992.84,957.65,965.37,23968000,0\n07/22/2002,958.34,980.64,928.83,939.10,20144100,0\n07/23/2002,943.29,954.07,896.56,896.82,22388900,0\n07/24/2002,875.48,951.83,869.17,951.58,21677900,0\n07/25/2002,934.93,940.93,878.01,894.45,23532100,0\n07/26/2002,905.88,917.32,885.94,910.91,16915400,0\n07/29/2002,935.05,970.13,931.43,970.13,19441700,0\n07/30/2002,957.08,992.34,950.74,980.36,17282700,0\n07/31/2002,966.05,971.85,940.91,962.10,16333000,0\n08/01/2002,954.56,960.36,912.40,913.59,15488600,0\n08/02/2002,913.60,916.69,878.48,892.51,14197900,0\n08/05/2002,889.49,896.68,856.35,857.08,13367200,0\n08/06/2002,875.53,923.74,875.53,901.91,15351100,0\n08/07/2002,932.53,938.16,883.37,919.08,15428800,0\n08/08/2002,915.89,948.72,898.57,947.24,15230000,0\n08/09/2002,932.33,953.38,921.25,937.33,13137500,0\n08/12/2002,925.68,943.27,922.36,938.98,10542200,0\n08/13/2002,933.74,959.46,907.30,907.62,15706600,0\n08/14/2002,912.35,968.97,904.47,968.84,16292900,0\n08/15/2002,975.09,985.97,955.38,980.98,16428500,0\n08/16/2002,968.05,1004.22,961.56,996.06,13891800,0\n08/19/2002,997.39,1028.07,993.46,1026.06,14894900,0\n08/20/2002,1014.51,1021.94,1001.84,1008.02,13962900,0\n08/21/2002,1020.95,1038.86,1006.55,1035.47,15085300,0\n08/22/2002,1036.16,1052.49,1023.25,1049.03,16540800,0\n08/23/2002,1036.13,1036.66,1005.02,1010.49,13658300,0\n08/26/2002,1017.62,1020.86,990.82,1016.79,12613600,0\n08/27/2002,1021.50,1021.66,971.68,974.47,14323600,0\n08/28/2002,965.57,968.66,941.60,944.83,13515000,0\n08/29/2002,933.46,973.34,926.61,961.75,14351900,0\n08/30/2002,951.56,964.93,941.51,942.38,10898200,0\n09/03/2002,928.50,928.50,899.19,899.64,13942600,0\n09/04/2002,904.82,925.26,895.41,920.98,14935100,0\n09/05/2002,900.90,901.50,882.85,882.92,15202900,0\n09/06/2002,911.60,932.96,910.78,922.22,13203800,0\n09/09/2002,913.68,939.24,901.13,932.23,12475400,0\n09/10/2002,934.43,951.46,930.19,947.72,14414900,0\n09/11/2002,958.29,978.46,945.90,946.40,10756700,0\n09/12/2002,935.53,935.53,914.89,915.01,11927600,0\n09/13/2002,909.63,928.65,907.24,923.83,12655300,0\n09/16/2002,919.10,925.90,900.89,908.48,10973300,0\n09/17/2002,927.29,932.91,896.45,897.53,15003300,0\n09/18/2002,884.03,906.05,876.08,895.20,15709500,0\n09/19/2002,875.77,889.24,865.87,865.93,15211300,0\n09/20/2002,876.75,879.87,864.13,871.60,17960000,0\n09/23/2002,860.99,864.26,837.63,843.08,14433300,0\n09/24/2002,830.21,861.09,830.21,843.61,16660200,0\n09/25/2002,858.46,885.97,849.28,880.44,16916400,0\n09/26/2002,891.02,897.45,860.81,873.74,16641600,0\n09/27/2002,866.09,891.12,859.60,860.35,14444600,0\n09/30/2002,848.72,852.98,825.80,832.52,16829000,0\n10/01/2002,841.29,870.70,824.22,870.63,17078600,0\n10/02/2002,865.13,882.77,844.61,849.55,17637000,0\n10/03/2002,846.74,859.53,832.67,833.21,16473200,0\n10/04/2002,842.95,844.37,809.94,815.40,15870300,0\n10/07/2002,813.06,826.79,798.88,804.64,14098500,0\n10/08/2002,815.22,827.78,795.25,811.50,18369900,0\n10/09/2002,800.92,825.12,798.17,807.42,17557300,0\n10/10/2002,809.46,852.68,801.26,849.57,18379400,0\n10/11/2002,867.64,899.46,863.10,890.61,19153900,0\n10/14/2002,878.75,903.15,876.21,900.75,12042400,0\n10/15/2002,941.46,950.51,933.28,950.42,20096400,0\n10/16/2002,911.33,929.69,906.08,910.13,15852200,0\n10/17/2002,951.14,957.16,937.19,945.06,18227400,0\n10/18/2002,936.43,956.17,922.31,956.13,16659700,0\n10/21/2002,945.86,982.43,937.55,979.35,15729700,0\n10/22/2002,954.28,977.88,951.61,963.87,17233400,0\n10/23/2002,960.18,989.42,952.78,989.32,15983200,0\n10/24/2002,992.50,998.54,963.08,964.91,19440600,0\n10/25/2002,964.01,995.64,964.01,995.55,14700400,0\n10/28/2002,1007.72,1007.72,973.28,979.55,16361900,0\n10/29/2002,975.66,982.62,941.17,960.82,15984100,0\n10/30/2002,968.48,995.82,960.48,986.09,16755300,0\n10/31/2002,990.39,1006.26,981.24,989.54,17616800,0\n11/01/2002,981.24,1020.59,974.08,1019.06,18428700,0\n11/04/2002,1049.49,1070.51,1039.10,1046.99,23724800,0\n11/05/2002,1033.79,1050.68,1028.22,1050.39,17047800,0\n11/06/2002,1057.59,1065.86,1032.25,1065.86,21894200,0\n11/07/2002,1043.73,1048.50,1019.22,1025.79,17588200,0\n11/08/2002,1026.04,1039.27,1004.04,1008.35,16034600,0\n11/11/2002,1004.41,1004.41,972.34,972.48,12674200,0\n11/12/2002,982.45,1020.54,982.24,1001.94,15596500,0\n11/13/2002,994.40,1022.41,986.65,1011.94,19013800,0\n11/14/2002,1029.36,1057.90,1027.06,1057.83,17562100,0\n11/15/2002,1044.30,1062.86,1036.30,1061.28,17008900,0\n11/18/2002,1073.89,1075.51,1044.79,1045.19,17663000,0\n11/19/2002,1037.26,1046.07,1019.07,1025.96,16203300,0\n11/20/2002,1028.57,1071.31,1028.12,1070.53,17713700,0\n11/21/2002,1082.92,1119.17,1081.40,1118.14,24417300,0\n11/22/2002,1102.64,1122.51,1099.70,1116.01,19601600,0\n11/25/2002,1118.01,1133.73,1108.47,1127.06,19524000,0\n11/26/2002,1116.29,1119.71,1083.86,1087.49,19276700,0\n11/27/2002,1107.97,1132.80,1105.39,1125.67,17345000,0\n11/29/2002,1133.13,1134.60,1115.85,1116.10,8418100,0\n12/02/2002,1144.21,1155.68,1110.24,1120.49,19255500,0\n12/03/2002,1109.46,1109.46,1083.94,1088.80,16515100,0\n12/04/2002,1068.94,1082.93,1055.11,1069.44,18860700,0\n12/05/2002,1085.02,1085.63,1052.08,1053.06,14623400,0\n12/06/2002,1038.72,1074.01,1035.55,1065.97,15298000,0\n12/09/2002,1054.87,1055.36,1014.80,1014.84,14968200,0\n12/10/2002,1022.39,1043.34,1019.70,1033.07,14702500,0\n12/11/2002,1023.91,1047.74,1019.40,1036.34,14238800,0\n12/12/2002,1047.47,1051.55,1029.41,1039.95,14082200,0\n12/13/2002,1027.66,1027.66,1005.85,1005.85,13714100,0\n12/16/2002,1011.89,1042.84,1008.52,1042.44,14062100,0\n12/17/2002,1038.96,1052.59,1033.19,1040.01,13367500,0\n12/18/2002,1029.82,1029.91,1007.92,1013.67,15296000,0\n12/19/2002,1012.51,1035.52,999.80,1006.05,16545400,0\n12/20/2002,1009.67,1022.74,1009.53,1013.90,19921200,0\n12/23/2002,1012.46,1035.49,1010.84,1032.30,11930600,0\n12/24/2002,1026.57,1034.19,1023.06,1023.29,5238800,0\n12/26/2002,1026.44,1041.49,1013.30,1016.46,8123100,0\n12/27/2002,1012.34,1018.16,996.10,997.85,8049600,0\n12/30/2002,999.39,1003.31,980.74,989.89,10765800,0\n12/31/2002,987.81,994.22,977.59,984.37,11667700,0\n01/02/2003,995.64,1027.91,984.59,1027.86,12875400,0\n01/03/2003,1024.47,1033.37,1018.16,1031.63,11495900,0\n01/06/2003,1034.02,1068.49,1034.02,1061.48,15676900,0\n01/07/2003,1063.18,1082.52,1057.16,1071.85,17557600,0\n01/08/2003,1063.48,1065.69,1040.38,1042.52,14570100,0\n01/09/2003,1056.61,1084.70,1056.05,1076.05,16859900,0\n01/10/2003,1059.86,1096.45,1056.31,1087.36,16523200,0\n01/13/2003,1101.24,1104.32,1075.96,1083.00,13760400,0\n01/14/2003,1082.37,1097.71,1080.85,1094.87,13293400,0\n01/15/2003,1096.96,1099.89,1069.96,1073.60,15130800,0\n01/16/2003,1076.18,1084.36,1057.87,1061.46,13665500,0\n01/17/2003,1041.43,1041.43,1017.53,1017.58,14338400,0\n01/21/2003,1022.94,1028.32,1008.93,1008.93,13554100,0\n01/22/2003,1005.57,1027.08,1003.58,1006.51,14775200,0\n01/23/2003,1024.47,1039.16,1011.12,1032.67,15665100,0\n01/24/2003,1027.70,1027.70,992.85,996.18,15683500,0\n01/27/2003,985.08,1006.26,982.02,986.41,14403000,0\n01/28/2003,996.88,1006.51,983.95,1001.41,14066600,0\n01/29/2003,994.60,1022.98,980.92,1016.56,15075900,0\n01/30/2003,1018.48,1022.21,985.16,985.52,14461300,0\n01/31/2003,971.60,996.04,968.34,983.05,15548100,0\n02/03/2003,987.37,997.56,981.37,987.07,12565500,0\n02/04/2003,972.93,974.68,960.01,971.73,13681500,0\n02/05/2003,980.75,999.16,967.59,968.97,13671300,0\n02/06/2003,966.05,979.18,960.81,970.55,12193200,0\n02/07/2003,980.50,983.36,951.67,957.05,12288500,0\n02/10/2003,961.69,974.48,950.81,969.96,12164400,0\n02/11/2003,975.52,989.32,962.44,971.61,12961900,0\n02/12/2003,967.89,978.06,956.57,956.77,12310700,0\n02/13/2003,959.56,959.73,938.52,951.90,13104400,0\n02/14/2003,958.20,982.12,952.70,982.09,13154100,0\n02/18/2003,990.21,1015.34,989.82,1014.91,13039300,0\n02/19/2003,1011.69,1014.64,994.25,1005.88,11797000,0\n02/20/2003,1010.50,1015.22,999.58,1001.47,13204100,0\n02/21/2003,1002.14,1019.25,986.73,1015.92,13424400,0\n02/24/2003,1009.14,1013.20,994.23,994.69,12224800,0\n02/25/2003,981.52,1001.72,969.56,999.28,13959600,0\n02/26/2003,992.91,1001.99,973.93,974.49,12070900,0\n02/27/2003,982.51,1000.98,976.60,994.80,12381100,0\n02/28/2003,998.26,1013.34,994.79,1009.74,13543700,0\n03/03/2003,1015.87,1023.47,988.40,991.07,12534900,0\n03/04/2003,991.60,994.35,982.06,982.98,12218300,0\n03/05/2003,981.67,995.19,978.40,990.23,13605900,0\n03/06/2003,982.04,991.69,976.55,983.96,12623100,0\n03/07/2003,967.93,992.11,964.25,986.82,14360400,0\n03/10/2003,977.95,982.87,962.48,964.29,11199700,0\n03/11/2003,966.74,973.86,956.94,958.82,12517400,0\n03/12/2003,954.66,971.39,946.79,970.54,15336000,0\n03/13/2003,990.36,1029.84,981.58,1029.79,17890800,0\n03/14/2003,1034.43,1042.56,1020.17,1030.45,16110500,0\n03/17/2003,1021.97,1077.14,1018.76,1077.01,18865100,0\n03/18/2003,1075.30,1082.20,1063.22,1082.19,16322200,0\n03/19/2003,1078.19,1083.11,1058.81,1074.97,16946700,0\n03/20/2003,1064.32,1089.21,1052.92,1080.24,15967400,0\n03/21/2003,1096.30,1099.61,1078.64,1093.12,19115500,0\n03/24/2003,1064.65,1068.46,1045.65,1047.10,13173800,0\n03/25/2003,1051.71,1075.43,1047.06,1066.57,14372400,0\n03/26/2003,1065.78,1074.98,1060.05,1066.30,14185200,0\n03/27/2003,1055.70,1070.67,1049.50,1061.93,14413000,0\n03/28/2003,1052.25,1061.83,1044.38,1046.72,13648800,0\n03/31/2003,1028.43,1032.91,1014.96,1018.66,15962800,0\n04/01/2003,1025.02,1031.51,1015.46,1022.63,14121100,0\n04/02/2003,1047.39,1066.90,1047.39,1063.46,16096900,0\n04/03/2003,1070.51,1078.76,1058.01,1064.06,14455100,0\n04/04/2003,1067.51,1067.51,1044.37,1050.70,13668000,0\n04/07/2003,1089.93,1091.74,1053.22,1053.28,15160800,0\n04/08/2003,1051.75,1056.03,1041.47,1046.30,13127700,0\n04/09/2003,1048.92,1055.89,1023.48,1023.52,13120000,0\n04/10/2003,1024.74,1035.61,1018.17,1033.14,12354100,0\n04/11/2003,1046.45,1051.88,1020.56,1026.15,12375700,0\n04/14/2003,1028.00,1050.51,1025.80,1048.31,11736400,0\n04/15/2003,1044.33,1058.54,1039.99,1053.08,12959000,0\n04/16/2003,1070.64,1078.23,1051.52,1054.89,15516000,0\n04/17/2003,1051.36,1084.81,1051.36,1083.56,16440000,0\n04/21/2003,1083.75,1089.71,1070.86,1081.04,12711700,0\n04/22/2003,1073.88,1103.81,1072.13,1102.44,16143100,0\n04/23/2003,1105.45,1115.67,1096.92,1112.93,18180200,0\n04/24/2003,1100.84,1115.36,1097.19,1108.12,16615400,0\n04/25/2003,1100.65,1101.76,1081.34,1083.19,15157300,0\n04/28/2003,1086.58,1110.50,1084.77,1107.13,14777500,0\n04/29/2003,1113.05,1126.58,1103.79,1116.79,16706000,0\n04/30/2003,1111.54,1116.85,1104.39,1106.06,16192300,0\n05/01/2003,1104.38,1119.67,1094.42,1113.21,14738600,0\n05/02/2003,1109.92,1137.45,1109.66,1136.35,18261200,0\n05/05/2003,1139.60,1152.96,1132.99,1136.26,19320300,0\n05/06/2003,1134.56,1161.00,1134.47,1152.78,21397200,0\n05/07/2003,1142.88,1152.68,1131.37,1135.85,19277200,0\n05/08/2003,1120.53,1132.28,1116.67,1118.76,16190000,0\n05/09/2003,1129.29,1143.97,1126.13,1143.55,15451900,0\n05/12/2003,1141.08,1163.75,1133.89,1160.42,17969400,0\n05/13/2003,1152.75,1165.53,1148.51,1155.97,18562300,0\n05/14/2003,1161.47,1165.20,1140.77,1148.14,18167900,0\n05/15/2003,1155.11,1164.50,1149.04,1162.93,19821300,0\n05/16/2003,1158.51,1162.64,1146.29,1154.48,17834500,0\n05/19/2003,1146.74,1152.59,1112.27,1112.49,16842100,0\n05/20/2003,1118.30,1124.34,1103.20,1112.85,16997500,0\n05/21/2003,1110.78,1115.56,1104.11,1113.68,15889600,0\n05/22/2003,1116.21,1137.68,1112.59,1131.45,17838700,0\n05/23/2003,1128.41,1135.49,1125.24,1130.05,14487700,0\n05/27/2003,1123.66,1174.16,1123.25,1172.58,19327600,0\n05/28/2003,1172.99,1181.93,1165.34,1173.31,20422700,0\n05/29/2003,1175.40,1198.43,1172.52,1181.82,22288800,0\n05/30/2003,1188.63,1201.25,1185.09,1197.89,23146600,0\n06/02/2003,1210.77,1213.76,1180.32,1185.13,25175300,0\n06/03/2003,1183.60,1198.95,1180.01,1198.57,20678800,0\n06/04/2003,1199.74,1228.52,1195.96,1224.76,25157100,0\n06/05/2003,1210.64,1231.79,1206.26,1231.72,24490800,0\n06/06/2003,1254.64,1265.69,1210.33,1213.11,29626100,0\n06/09/2003,1206.95,1214.22,1188.04,1195.55,18567000,0\n06/10/2003,1201.26,1212.99,1194.20,1212.99,17916500,0\n06/11/2003,1210.61,1230.50,1199.47,1228.24,19322000,0\n06/12/2003,1233.48,1235.88,1218.02,1229.32,17907000,0\n06/13/2003,1231.75,1235.42,1201.12,1203.91,18131400,0\n06/16/2003,1211.58,1242.50,1206.13,1241.58,19125600,0\n06/17/2003,1247.57,1247.57,1229.73,1239.63,19686300,0\n06/18/2003,1233.83,1255.39,1225.70,1247.90,20820800,0\n06/19/2003,1247.50,1255.30,1222.87,1225.89,19577200,0\n06/20/2003,1235.20,1235.84,1217.19,1223.40,17671100,0\n06/23/2003,1220.19,1221.65,1189.78,1200.17,16949400,0\n06/24/2003,1196.62,1209.84,1188.20,1191.70,16195100,0\n06/25/2003,1193.16,1212.79,1186.53,1188.33,15636200,0\n06/26/2003,1194.87,1217.21,1191.19,1214.58,15608600,0\n06/27/2003,1216.86,1229.11,1199.60,1205.24,15539400,0\n06/30/2003,1212.51,1218.80,1199.83,1201.69,17928200,0\n07/01/2003,1195.30,1219.23,1180.11,1217.37,17118200,0\n07/02/2003,1223.19,1245.78,1223.06,1245.75,18666500,0\n07/03/2003,1233.40,1250.62,1228.40,1231.34,9449100,0\n07/07/2003,1250.03,1282.31,1250.03,1281.89,18363800,0\n07/08/2003,1275.79,1298.93,1272.29,1298.37,20184900,0\n07/09/2003,1294.58,1307.03,1285.42,1295.16,21136200,0\n07/10/2003,1280.44,1286.02,1260.76,1268.65,17338000,0\n07/11/2003,1273.94,1285.85,1271.76,1280.57,15168800,0\n07/14/2003,1301.19,1316.42,1290.48,1295.74,19731800,0\n07/15/2003,1309.69,1311.10,1285.56,1294.47,19156300,0\n07/16/2003,1305.76,1306.52,1277.46,1291.99,19205600,0\n07/17/2003,1274.73,1279.82,1249.59,1255.94,19126800,0\n07/18/2003,1265.00,1267.69,1244.11,1259.91,16028900,0\n07/21/2003,1256.12,1256.45,1232.16,1240.78,14593100,0\n07/22/2003,1252.99,1265.40,1242.17,1257.63,17497200,0\n07/23/2003,1262.59,1270.44,1246.89,1268.52,18349800,0\n07/24/2003,1282.13,1287.45,1252.12,1253.76,19012400,0\n07/25/2003,1252.62,1278.31,1237.75,1278.31,15879800,0\n07/28/2003,1281.50,1285.86,1272.01,1280.53,15358200,0\n07/29/2003,1284.24,1287.84,1257.13,1275.17,17038000,0\n07/30/2003,1276.58,1277.19,1261.68,1263.78,15137600,0\n07/31/2003,1278.29,1298.81,1269.89,1276.94,18584700,0\n08/01/2003,1274.61,1276.99,1260.09,1264.34,14840400,0\n08/04/2003,1263.62,1277.07,1240.67,1267.38,15734100,0\n08/05/2003,1263.79,1263.83,1226.82,1229.72,17433800,0\n08/06/2003,1221.99,1237.14,1211.27,1215.13,18622700,0\n08/07/2003,1214.89,1225.29,1208.74,1217.17,16380400,0\n08/08/2003,1223.66,1227.42,1204.29,1207.28,13363300,0\n08/11/2003,1209.35,1230.26,1208.33,1223.14,12037800,0\n08/12/2003,1227.50,1241.62,1220.12,1240.70,13298400,0\n08/13/2003,1247.56,1249.14,1233.80,1240.37,14492000,0\n08/14/2003,1241.17,1254.00,1235.05,1251.90,13115700,0\n08/15/2003,1250.45,1257.46,1246.32,1253.63,7039500,0\n08/18/2003,1258.18,1284.88,1256.90,1284.81,14763100,0\n08/19/2003,1291.37,1301.31,1281.71,1299.69,17243900,0\n08/20/2003,1289.43,1307.45,1288.75,1299.73,15067600,0\n08/21/2003,1309.57,1319.88,1299.02,1314.65,17224700,0\n08/22/2003,1338.19,1342.64,1304.51,1304.54,17052000,0\n08/25/2003,1302.50,1307.85,1295.82,1306.64,11178400,0\n08/26/2003,1298.23,1309.83,1280.59,1309.05,13828600,0\n08/27/2003,1305.98,1320.02,1303.15,1318.93,13497300,0\n08/28/2003,1323.21,1332.47,1308.98,1332.33,14665100,0\n08/29/2003,1328.49,1344.74,1327.93,1341.20,12061800,0\n09/02/2003,1347.64,1361.09,1333.29,1361.09,17737800,0\n09/03/2003,1370.35,1375.30,1354.72,1360.19,23331200,0\n09/04/2003,1360.22,1376.06,1356.23,1373.26,18865800,0\n09/05/2003,1366.29,1380.24,1355.02,1361.90,19520400,0\n09/08/2003,1366.55,1387.45,1365.09,1386.73,20329400,0\n09/09/2003,1380.13,1382.11,1364.94,1370.56,22201600,0\n09/10/2003,1357.80,1362.84,1332.28,1332.28,20016000,0\n09/11/2003,1339.88,1358.02,1327.92,1350.80,17480500,0\n09/12/2003,1340.78,1357.63,1330.31,1357.63,17137700,0\n09/15/2003,1359.97,1363.48,1345.94,1347.77,14639500,0\n09/16/2003,1348.75,1383.48,1348.75,1382.82,17887700,0\n09/17/2003,1379.37,1388.18,1369.76,1376.80,19038000,0\n09/18/2003,1374.56,1401.64,1368.61,1400.13,20110100,0\n09/19/2003,1406.61,1406.61,1383.24,1392.26,18850000,0\n09/22/2003,1371.18,1374.90,1358.60,1366.32,17200800,0\n09/23/2003,1367.91,1388.67,1364.67,1388.15,18688000,0\n09/24/2003,1388.54,1388.54,1339.61,1339.64,22079700,0\n09/25/2003,1344.63,1357.99,1325.69,1325.75,20330600,0\n09/26/2003,1323.87,1333.98,1309.20,1309.31,18415300,0\n09/29/2003,1318.33,1335.56,1306.11,1335.51,16669300,0\n09/30/2003,1323.95,1325.41,1302.26,1303.70,18642400,0\n10/01/2003,1312.43,1336.13,1306.33,1335.34,18217400,0\n10/02/2003,1332.16,1343.99,1325.93,1337.10,16040900,0\n10/03/2003,1363.10,1385.79,1363.10,1375.32,20145800,0\n10/06/2003,1378.20,1384.11,1370.45,1381.70,13758100,0\n10/07/2003,1372.09,1392.65,1368.13,1392.56,18402800,0\n10/08/2003,1398.46,1398.99,1376.40,1382.40,18018700,0\n10/09/2003,1404.88,1418.09,1386.63,1396.95,20834600,0\n10/10/2003,1399.18,1406.27,1393.97,1404.87,14649900,0\n10/13/2003,1412.37,1422.28,1405.05,1414.72,14987300,0\n10/14/2003,1411.53,1421.00,1406.39,1420.66,17572900,0\n10/15/2003,1439.97,1439.97,1409.77,1417.59,20171900,0\n10/16/2003,1411.23,1427.61,1411.08,1426.71,17658700,0\n10/17/2003,1423.99,1426.38,1392.08,1394.02,17471500,0\n10/20/2003,1395.41,1409.31,1388.54,1409.31,15373900,0\n10/21/2003,1413.01,1424.80,1405.51,1422.13,17357400,0\n10/22/2003,1403.76,1404.05,1385.15,1387.40,17114600,0\n10/23/2003,1371.90,1387.01,1369.91,1378.11,19370900,0\n10/24/2003,1360.55,1370.67,1346.01,1370.61,19570400,0\n10/27/2003,1378.95,1384.91,1369.38,1377.41,15186800,0\n10/28/2003,1385.57,1420.02,1382.88,1420.02,20762600,0\n10/29/2003,1414.18,1423.69,1410.51,1419.92,19681200,0\n10/30/2003,1437.65,1437.76,1413.57,1417.38,21588400,0\n10/31/2003,1423.39,1443.18,1411.76,1416.39,18332000,0\n11/03/2003,1423.13,1445.72,1422.32,1443.13,20894300,0\n11/04/2003,1434.35,1442.27,1425.26,1429.38,20819900,0\n11/05/2003,1428.04,1437.85,1414.37,1429.56,20181400,0\n11/06/2003,1439.22,1443.06,1421.56,1440.08,21418300,0\n11/07/2003,1450.47,1453.46,1436.13,1436.73,19573300,0\n11/10/2003,1435.87,1437.06,1412.14,1414.62,17501500,0\n11/11/2003,1412.50,1418.46,1401.45,1409.64,16378100,0\n11/12/2003,1414.21,1443.52,1413.84,1443.52,18371900,0\n11/13/2003,1434.75,1442.27,1429.22,1439.87,18718600,0\n11/14/2003,1438.99,1448.06,1407.40,1407.51,18297300,0\n11/17/2003,1399.38,1402.61,1377.90,1393.75,18611000,0\n11/18/2003,1401.46,1405.94,1364.70,1364.70,18987100,0\n11/19/2003,1368.47,1382.94,1363.09,1378.90,17980100,0\n11/20/2003,1365.73,1394.38,1362.09,1363.49,17991000,0\n11/21/2003,1370.63,1375.94,1357.25,1373.32,16215900,0\n11/24/2003,1385.20,1419.31,1385.20,1419.31,17910200,0\n11/25/2003,1418.26,1424.35,1411.36,1411.36,18363500,0\n11/26/2003,1422.01,1426.28,1400.00,1420.11,15247900,0\n11/28/2003,1417.41,1426.76,1416.21,1424.25,7038000,0\n12/01/2003,1434.10,1447.08,1427.12,1447.08,18400200,0\n12/02/2003,1441.71,1447.84,1431.32,1431.89,18027600,0\n12/03/2003,1440.37,1452.03,1419.77,1419.77,22415900,0\n12/04/2003,1424.65,1434.28,1411.13,1432.38,21142300,0\n12/05/2003,1415.78,1429.19,1405.55,1406.91,16659200,0\n12/08/2003,1406.02,1419.11,1399.41,1418.05,15837300,0\n12/09/2003,1423.75,1425.01,1383.00,1383.66,18135300,0\n12/10/2003,1387.25,1394.69,1372.87,1388.96,19463100,0\n12/11/2003,1388.88,1422.49,1387.47,1416.96,18075500,0\n12/12/2003,1419.70,1419.70,1404.40,1417.27,14571000,0\n12/15/2003,1442.05,1442.65,1396.82,1396.82,18155000,0\n12/16/2003,1397.41,1407.38,1384.52,1403.28,18114300,0\n12/17/2003,1400.78,1406.23,1390.83,1400.00,15013400,0\n12/18/2003,1404.08,1432.64,1404.08,1431.31,17140800,0\n12/19/2003,1434.93,1434.93,1416.21,1426.17,18445700,0\n12/22/2003,1422.79,1433.71,1419.82,1431.71,12835900,0\n12/23/2003,1431.64,1448.19,1430.04,1448.17,13210000,0\n12/24/2003,1442.58,1447.57,1439.71,1443.19,6426300,0\n12/26/2003,1444.41,1451.21,1442.29,1443.86,5308100,0\n12/29/2003,1447.62,1470.37,1447.62,1470.37,14132100,0\n12/30/2003,1467.74,1470.38,1460.67,1470.01,15442700,0\n12/31/2003,1471.56,1474.24,1459.06,1467.92,17757100,0\n01/02/2004,1474.16,1479.59,1458.51,1463.57,16667800,0\n01/05/2004,1474.55,1496.58,1474.19,1496.58,23629100,0\n01/06/2004,1492.41,1504.47,1486.59,1501.26,22732200,0\n01/07/2004,1498.38,1514.45,1491.20,1514.26,22942800,0\n01/08/2004,1524.06,1530.65,1513.34,1530.65,26839500,0\n01/09/2004,1516.59,1541.84,1512.86,1520.46,24827600,0\n01/12/2004,1524.54,1540.10,1515.86,1539.77,22840100,0\n01/13/2004,1540.35,1541.83,1513.21,1524.78,23857000,0\n01/14/2004,1531.93,1536.84,1521.91,1534.08,20999700,0\n01/15/2004,1524.73,1545.65,1515.06,1532.01,22355900,0\n01/16/2004,1545.32,1553.64,1537.17,1553.62,26143900,0\n01/20/2004,1558.89,1559.47,1541.34,1552.87,25741900,0\n01/21/2004,1545.53,1554.89,1529.40,1546.60,24218600,0\n01/22/2004,1550.98,1556.06,1530.42,1530.42,23533700,0\n01/23/2004,1535.41,1546.69,1519.74,1531.21,22539100,0\n01/26/2004,1526.57,1553.66,1522.95,1553.66,19460500,0\n01/27/2004,1548.64,1552.54,1519.20,1519.23,21512600,0\n01/28/2004,1527.35,1530.06,1488.61,1491.57,23195500,0\n01/29/2004,1499.84,1500.80,1474.13,1496.40,26377600,0\n01/30/2004,1494.88,1505.12,1487.78,1493.08,19311800,0\n02/02/2004,1497.78,1507.59,1481.57,1487.84,19156800,0\n02/03/2004,1485.93,1497.07,1482.70,1491.85,18448400,0\n02/04/2004,1473.53,1482.35,1461.01,1462.61,22675800,0\n02/05/2004,1468.96,1475.41,1461.12,1465.03,19560300,0\n02/06/2004,1472.02,1498.95,1470.31,1498.95,18555100,0\n02/09/2004,1502.32,1503.04,1490.70,1490.91,17453500,0\n02/10/2004,1490.69,1503.83,1489.90,1500.29,16567600,0\n02/11/2004,1498.08,1514.49,1491.21,1514.18,21857000,0\n02/12/2004,1508.19,1516.21,1499.43,1501.34,19376900,0\n02/13/2004,1504.70,1510.83,1478.54,1484.47,13131500,0\n02/17/2004,1498.70,1512.17,1497.54,1506.57,16180600,0\n02/18/2004,1509.55,1515.44,1501.70,1507.49,17812400,0\n02/19/2004,1522.39,1524.09,1484.80,1484.80,20655400,0\n02/20/2004,1490.81,1493.45,1470.92,1482.10,19143300,0\n02/23/2004,1488.28,1489.40,1454.36,1463.75,19533300,0\n02/24/2004,1458.38,1474.04,1452.49,1462.05,20694200,0\n02/25/2004,1465.83,1474.21,1461.26,1470.22,17071400,0\n02/26/2004,1465.40,1480.88,1461.36,1477.13,17528400,0\n02/27/2004,1479.56,1485.40,1459.91,1470.38,18717800,0\n03/01/2004,1476.04,1490.18,1467.57,1489.49,16979200,0\n03/02/2004,1487.70,1494.67,1473.22,1473.22,18719500,0\n03/03/2004,1469.77,1473.28,1456.87,1466.09,18148500,0\n03/04/2004,1466.70,1481.36,1464.57,1481.36,17990700,0\n03/05/2004,1464.89,1494.29,1463.32,1472.99,20452300,0\n03/08/2004,1476.85,1481.19,1441.00,1441.12,20442600,0\n03/09/2004,1441.28,1446.46,1429.36,1437.47,21054500,0\n03/10/2004,1438.53,1447.71,1417.18,1417.50,21598200,0\n03/11/2004,1409.14,1429.10,1402.20,1402.20,21913700,0\n03/12/2004,1415.90,1431.40,1414.43,1431.40,17071300,0\n03/15/2004,1423.15,1424.65,1399.87,1399.87,17232900,0\n03/16/2004,1412.10,1417.56,1394.11,1407.07,19636400,0\n03/17/2004,1418.57,1432.23,1418.30,1428.89,16787700,0\n03/18/2004,1423.86,1425.76,1407.09,1417.77,16777600,0\n03/19/2004,1416.23,1425.92,1398.58,1398.58,16456800,0\n03/22/2004,1386.76,1388.68,1369.36,1381.39,19822400,0\n03/23/2004,1391.64,1393.77,1368.67,1370.04,18351800,0\n03/24/2004,1374.74,1391.87,1368.08,1381.86,18394400,0\n03/25/2004,1394.20,1425.86,1393.96,1425.86,19686200,0\n03/26/2004,1420.41,1431.23,1415.39,1415.39,15798200,0\n03/29/2004,1429.54,1445.82,1429.48,1442.31,17060000,0\n03/30/2004,1435.59,1445.30,1429.09,1445.25,15985500,0\n03/31/2004,1445.17,1447.95,1432.87,1438.41,18614600,0\n04/01/2004,1438.91,1457.59,1438.91,1453.22,18334300,0\n04/02/2004,1482.33,1490.30,1469.57,1490.30,21837400,0\n04/05/2004,1488.45,1508.37,1487.23,1508.37,17363000,0\n04/06/2004,1492.93,1498.34,1485.70,1493.58,18111000,0\n04/07/2004,1489.10,1492.19,1475.62,1481.96,17749600,0\n04/08/2004,1502.77,1503.37,1478.44,1485.51,16941400,0\n04/12/2004,1489.59,1497.50,1488.35,1495.93,15013600,0\n04/13/2004,1501.98,1502.52,1469.88,1472.88,19532400,0\n04/14/2004,1464.32,1485.28,1463.63,1475.66,18322000,0\n04/15/2004,1479.56,1481.77,1449.40,1459.45,19560100,0\n04/16/2004,1458.51,1460.39,1440.56,1449.06,18704200,0\n04/19/2004,1448.89,1473.53,1448.03,1473.48,16728300,0\n04/20/2004,1473.98,1479.68,1436.89,1436.90,19217400,0\n04/21/2004,1446.02,1452.92,1434.16,1451.01,20539700,0\n04/22/2004,1450.38,1488.74,1449.06,1485.50,21478700,0\n04/23/2004,1492.24,1497.17,1484.36,1497.01,19273000,0\n04/26/2004,1496.67,1499.45,1474.79,1480.53,17276800,0\n04/27/2004,1485.67,1495.62,1476.42,1479.47,19716100,0\n04/28/2004,1475.88,1476.03,1449.23,1453.03,20374200,0\n04/29/2004,1451.40,1461.13,1420.66,1431.36,23710700,0\n04/30/2004,1435.16,1439.69,1401.36,1401.36,21747300,0\n05/03/2004,1409.06,1428.49,1404.06,1415.29,19324900,0\n05/04/2004,1417.12,1438.49,1409.39,1422.11,18575300,0\n05/05/2004,1424.71,1435.46,1416.73,1428.42,15866600,0\n05/06/2004,1416.59,1425.50,1403.36,1415.60,17507700,0\n05/07/2004,1411.05,1432.71,1406.19,1406.19,16370900,0\n05/10/2004,1395.21,1403.59,1384.89,1397.10,18956300,0\n05/11/2004,1406.36,1422.51,1406.36,1421.89,16452200,0\n05/12/2004,1412.50,1417.03,1378.64,1414.83,18877800,0\n05/13/2004,1408.58,1425.69,1405.60,1417.09,15586200,0\n05/14/2004,1415.44,1419.57,1394.37,1399.85,15263600,0\n05/17/2004,1379.99,1391.77,1372.46,1379.90,15288900,0\n05/18/2004,1395.23,1404.27,1393.08,1397.47,14351000,0\n05/19/2004,1414.38,1427.51,1396.34,1396.34,18349600,0\n05/20/2004,1400.37,1408.20,1390.41,1396.87,15409000,0\n05/21/2004,1409.61,1414.11,1397.70,1408.17,13766200,0\n05/24/2004,1418.77,1425.49,1408.44,1413.97,14220800,0\n05/25/2004,1412.59,1450.06,1406.20,1447.72,17706000,0\n05/26/2004,1443.13,1455.00,1440.85,1453.87,15910300,0\n05/27/2004,1460.06,1467.63,1450.67,1463.11,16412600,0\n05/28/2004,1464.83,1469.23,1456.77,1466.22,12331900,0\n06/01/2004,1457.71,1469.27,1453.39,1468.54,14590300,0\n06/02/2004,1472.54,1474.10,1455.13,1464.22,15201200,0\n06/03/2004,1459.19,1462.41,1445.21,1445.21,15266700,0\n06/04/2004,1463.46,1472.64,1455.04,1455.04,14176000,0\n06/07/2004,1465.56,1491.45,1464.01,1491.45,14853000,0\n06/08/2004,1483.59,1496.00,1481.76,1495.97,14647900,0\n06/09/2004,1487.37,1490.88,1469.04,1469.50,15202000,0\n06/10/2004,1475.71,1481.27,1470.50,1481.27,13456400,0\n06/14/2004,1470.62,1471.19,1451.78,1458.64,14026300,0\n06/15/2004,1470.37,1487.83,1470.37,1479.20,15272800,0\n06/16/2004,1478.72,1483.60,1474.17,1479.99,13531300,0\n06/17/2004,1473.94,1473.95,1458.68,1464.03,14499200,0\n06/18/2004,1457.88,1481.36,1455.67,1464.65,16977700,0\n06/21/2004,1467.98,1472.65,1450.79,1453.23,13630000,0\n06/22/2004,1455.92,1475.12,1448.82,1474.87,16608900,0\n06/23/2004,1471.54,1495.05,1468.74,1493.52,18035600,0\n06/24/2004,1490.58,1502.14,1485.88,1488.31,16856900,0\n06/25/2004,1488.82,1503.91,1488.20,1498.38,19721000,0\n06/28/2004,1507.32,1508.52,1485.25,1493.07,16110800,0\n06/29/2004,1490.65,1507.05,1490.65,1505.65,15815300,0\n06/30/2004,1507.60,1523.48,1502.61,1516.64,17541600,0\n07/01/2004,1514.82,1514.82,1477.62,1489.57,17393100,0\n07/02/2004,1488.34,1489.60,1473.73,1481.19,12002300,0\n07/06/2004,1470.47,1471.21,1441.78,1445.71,19275500,0\n07/07/2004,1445.10,1459.07,1445.02,1452.49,17623100,0\n07/08/2004,1439.57,1452.70,1430.81,1431.13,17891500,0\n07/09/2004,1442.43,1451.39,1434.00,1440.00,13887500,0\n07/12/2004,1429.91,1435.30,1418.10,1432.11,15040000,0\n07/13/2004,1436.08,1439.78,1426.11,1428.68,14996600,0\n07/14/2004,1414.42,1433.61,1411.52,1416.05,14618000,0\n07/15/2004,1422.26,1427.72,1412.59,1415.92,16699400,0\n07/16/2004,1426.49,1426.49,1392.17,1392.17,20994000,0\n07/19/2004,1398.92,1406.15,1386.78,1396.77,17746200,0\n07/20/2004,1398.64,1421.07,1396.85,1421.07,16282400,0\n07/21/2004,1433.27,1433.27,1386.57,1386.57,21097500,0\n07/22/2004,1385.89,1411.43,1377.70,1408.51,19645700,0\n07/23/2004,1394.56,1394.56,1370.70,1375.48,16979100,0\n07/26/2004,1376.80,1383.67,1359.20,1368.40,16670600,0\n07/27/2004,1374.69,1395.95,1371.26,1391.50,17694000,0\n07/28/2004,1384.51,1392.48,1360.27,1383.75,18473800,0\n07/29/2004,1395.34,1403.80,1388.06,1398.55,17033500,0\n07/30/2004,1397.05,1412.00,1394.85,1400.39,15073200,0\n08/02/2004,1390.21,1408.31,1387.04,1406.33,15339700,0\n08/03/2004,1402.34,1404.90,1379.02,1379.14,14944800,0\n08/04/2004,1372.46,1386.28,1368.44,1379.21,16593900,0\n08/05/2004,1380.93,1383.38,1352.27,1353.44,15746600,0\n08/06/2004,1341.08,1342.87,1314.97,1315.30,16922600,0\n08/09/2004,1320.83,1325.45,1314.57,1318.83,12634900,0\n08/10/2004,1325.96,1346.71,1324.38,1346.71,14684600,0\n08/11/2004,1319.70,1328.83,1309.50,1324.65,17942600,0\n08/12/2004,1313.81,1320.94,1302.74,1304.43,16326600,0\n08/13/2004,1311.84,1316.30,1301.93,1307.82,13477500,0\n08/16/2004,1309.50,1334.78,1309.50,1326.84,12897300,0\n08/17/2004,1332.94,1344.54,1331.85,1335.72,13902800,0\n08/18/2004,1328.99,1363.74,1327.85,1363.73,15750500,0\n08/19/2004,1356.89,1361.23,1344.98,1353.24,14167300,0\n08/20/2004,1352.28,1373.01,1348.27,1366.73,13426500,0\n08/23/2004,1370.51,1377.67,1364.46,1370.90,12246600,0\n08/24/2004,1376.99,1379.05,1360.82,1369.78,13010900,0\n08/25/2004,1369.20,1391.22,1363.56,1389.17,13206400,0\n08/26/2004,1383.80,1388.84,1379.69,1383.98,11828300,0\n08/27/2004,1384.61,1393.23,1384.61,1388.56,10111070,0\n08/30/2004,1383.12,1384.14,1367.73,1367.94,10076400,0\n08/31/2004,1368.91,1372.27,1354.10,1368.68,12989100,0\n09/01/2004,1363.27,1384.85,1360.58,1377.96,14263500,0\n09/02/2004,1374.69,1402.07,1373.67,1398.34,12087700,0\n09/03/2004,1384.41,1393.50,1370.01,1371.82,12446100,0\n09/07/2004,1382.48,1390.60,1372.53,1381.84,13207000,0\n09/08/2004,1378.40,1393.69,1374.79,1376.77,14425400,0\n09/09/2004,1385.22,1396.55,1373.37,1391.53,16637900,0\n09/10/2004,1391.20,1414.55,1386.41,1413.00,16066500,0\n09/13/2004,1417.84,1435.95,1414.22,1427.34,17410800,0\n09/14/2004,1425.29,1435.91,1422.83,1434.37,15092600,0\n09/15/2004,1425.51,1425.51,1412.54,1415.30,15755000,0\n09/16/2004,1417.37,1429.93,1413.22,1417.97,13255000,0\n09/17/2004,1417.73,1427.59,1413.78,1426.30,16403700,0\n09/20/2004,1417.39,1437.30,1415.31,1424.72,15655400,0\n09/21/2004,1429.85,1440.81,1425.16,1435.91,15315600,0\n09/22/2004,1424.72,1424.72,1403.16,1404.22,15882900,0\n09/23/2004,1405.76,1413.68,1402.79,1405.77,13968100,0\n09/24/2004,1407.71,1414.56,1397.50,1399.05,13600900,0\n09/27/2004,1389.94,1396.42,1383.24,1385.55,13167900,0\n09/28/2004,1390.11,1394.43,1376.99,1389.70,15369800,0\n09/29/2004,1389.69,1411.82,1389.62,1410.86,16372800,0\n09/30/2004,1409.23,1417.99,1403.89,1412.74,16566200,0\n10/01/2004,1426.38,1452.94,1423.43,1452.94,18203000,0\n10/04/2004,1463.22,1472.21,1458.08,1459.01,18549700,0\n10/05/2004,1456.19,1467.23,1454.23,1461.76,17096000,0\n10/06/2004,1460.19,1474.36,1452.61,1474.36,19228700,0\n10/07/2004,1469.70,1474.70,1454.89,1455.77,17349700,0\n10/08/2004,1449.49,1457.04,1428.11,1430.96,16689400,0\n10/11/2004,1435.54,1441.10,1431.77,1437.73,11738200,0\n10/12/2004,1424.22,1439.07,1416.29,1435.00,15083900,0\n10/13/2004,1451.73,1453.72,1425.41,1434.46,17761200,0\n10/14/2004,1434.92,1437.66,1421.59,1425.21,15902900,0\n10/15/2004,1430.31,1441.82,1419.36,1430.98,16482800,0\n10/18/2004,1428.08,1457.31,1424.82,1457.31,15050000,0\n10/19/2004,1463.01,1470.14,1443.40,1443.80,17133300,0\n10/20/2004,1441.21,1456.19,1433.88,1452.26,16504700,0\n10/21/2004,1459.68,1478.46,1452.57,1474.79,20060000,0\n10/22/2004,1472.92,1473.69,1438.13,1438.25,17379600,0\n10/25/2004,1435.68,1439.48,1427.44,1432.57,16038300,0\n10/26/2004,1432.25,1442.14,1423.98,1442.14,18125500,0\n10/27/2004,1441.79,1483.13,1437.44,1480.03,20759200,0\n10/28/2004,1473.41,1491.86,1471.03,1487.12,18218200,0\n10/29/2004,1485.68,1496.98,1475.56,1486.72,16399500,0\n11/01/2004,1486.25,1494.88,1479.86,1488.79,15228200,0\n11/02/2004,1490.32,1509.56,1489.33,1494.83,18450800,0\n11/03/2004,1519.97,1523.51,1494.85,1503.89,19574000,0\n11/04/2004,1498.06,1519.21,1492.23,1516.20,18234900,0\n11/05/2004,1526.71,1534.84,1512.74,1525.24,19089700,0\n11/08/2004,1525.13,1532.46,1522.12,1527.13,16092700,0\n11/09/2004,1527.25,1534.37,1521.15,1527.00,16922000,0\n11/10/2004,1524.10,1530.01,1514.32,1517.06,18534600,0\n11/11/2004,1524.62,1542.39,1522.48,1541.70,17647600,0\n11/12/2004,1543.31,1558.41,1535.82,1558.41,20042100,0\n11/15/2004,1554.31,1562.04,1550.03,1560.96,18882600,0\n11/16/2004,1554.79,1554.79,1541.84,1548.53,19010800,0\n11/17/2004,1561.80,1580.26,1561.80,1571.12,22233700,0\n11/18/2004,1568.02,1581.79,1563.79,1580.81,19154300,0\n11/19/2004,1578.86,1580.93,1551.77,1552.11,20337100,0\n11/22/2004,1551.16,1568.86,1543.97,1568.28,18979600,0\n11/23/2004,1566.71,1573.52,1552.85,1562.60,20576200,0\n11/24/2004,1572.67,1583.07,1570.87,1582.55,16381700,0\n11/26/2004,1581.65,1587.08,1578.26,1578.26,6677600,0\n11/29/2004,1586.46,1593.16,1567.27,1580.44,18443300,0\n11/30/2004,1579.51,1583.15,1571.11,1571.50,18787600,0\n12/01/2004,1578.25,1607.16,1578.25,1607.15,22816400,0\n12/02/2004,1602.11,1623.60,1599.63,1613.15,24016100,0\n12/03/2004,1621.10,1631.90,1612.72,1614.40,24109300,0\n12/06/2004,1612.33,1625.61,1605.71,1619.59,21502500,0\n12/07/2004,1622.84,1628.25,1589.05,1589.33,26715200,0\n12/08/2004,1593.87,1607.49,1588.73,1601.91,23908600,0\n12/09/2004,1585.99,1615.60,1577.77,1609.79,22841500,0\n12/10/2004,1601.46,1611.23,1600.72,1605.16,17948400,0\n12/13/2004,1617.53,1621.37,1608.40,1621.16,20709800,0\n12/14/2004,1618.20,1632.17,1618.20,1627.46,22286700,0\n12/15/2004,1626.99,1635.70,1615.45,1623.63,23375900,0\n12/16/2004,1621.43,1625.83,1601.62,1607.62,23262200,0\n12/17/2004,1608.64,1614.89,1596.48,1596.61,24230800,0\n12/20/2004,1603.84,1613.78,1587.21,1591.97,19914600,0\n12/21/2004,1598.60,1611.34,1594.89,1609.26,19728600,0\n12/22/2004,1605.72,1619.56,1602.99,1613.57,18027600,0\n12/23/2004,1608.87,1619.18,1608.64,1613.77,14307700,0\n12/27/2004,1621.33,1623.80,1600.25,1607.59,14787000,0\n12/28/2004,1610.90,1624.19,1608.51,1624.19,15875500,0\n12/29/2004,1619.36,1629.90,1619.36,1624.95,15038800,0\n12/30/2004,1626.21,1628.74,1621.58,1623.76,14031400,0\n12/31/2004,1624.37,1628.91,1620.31,1621.12,13664600,0\n01/03/2005,1628.75,1635.45,1598.79,1603.51,21931300,0\n01/04/2005,1611.22,1612.78,1565.02,1571.83,26904600,0\n01/05/2005,1568.68,1580.88,1562.64,1563.76,23753800,0\n01/06/2005,1567.66,1570.75,1556.84,1557.52,21742200,0\n01/07/2005,1565.63,1577.76,1551.29,1564.81,21919100,0\n01/10/2005,1561.23,1577.71,1558.54,1564.92,20982700,0\n01/11/2005,1556.66,1562.24,1545.28,1553.40,22102400,0\n01/12/2005,1561.84,1566.69,1543.04,1565.78,22576700,0\n01/13/2005,1567.55,1568.54,1543.48,1545.18,21116100,0\n01/14/2005,1552.11,1563.79,1550.05,1561.11,20848600,0\n01/18/2005,1554.19,1574.39,1551.88,1573.49,19838400,0\n01/19/2005,1572.81,1573.02,1545.63,1545.65,22177000,0\n01/20/2005,1526.80,1534.53,1514.56,1514.56,22313600,0\n01/21/2005,1519.30,1524.03,1502.48,1503.64,20437700,0\n01/24/2005,1507.79,1509.83,1480.66,1480.66,21346800,0\n01/25/2005,1492.65,1505.05,1488.60,1490.57,20036300,0\n01/26/2005,1502.05,1513.44,1495.31,1509.01,21050700,0\n01/27/2005,1505.25,1512.74,1497.36,1507.55,21062200,0\n01/28/2005,1510.88,1512.82,1486.76,1499.46,20981500,0\n01/31/2005,1515.16,1523.27,1513.06,1519.63,18238000,0\n02/01/2005,1521.00,1527.91,1517.30,1523.66,19045700,0\n02/02/2005,1527.29,1531.22,1515.45,1525.10,19655500,0\n02/03/2005,1516.22,1518.13,1501.96,1508.24,19627500,0\n02/04/2005,1507.74,1534.97,1507.69,1534.49,19349200,0\n02/07/2005,1534.48,1538.38,1522.72,1529.05,16984600,0\n02/08/2005,1529.55,1542.41,1527.04,1532.69,19435600,0\n02/09/2005,1534.41,1534.48,1504.60,1506.81,19588100,0\n02/10/2005,1512.71,1514.22,1497.35,1506.83,20855000,0\n02/11/2005,1505.09,1535.54,1498.68,1530.51,21636300,0\n02/14/2005,1531.19,1540.01,1530.16,1538.21,16396400,0\n02/15/2005,1538.38,1561.17,1535.34,1547.30,20715900,0\n02/16/2005,1541.26,1547.69,1535.37,1542.41,18650700,0\n02/17/2005,1543.03,1546.69,1519.22,1519.29,19504600,0\n02/18/2005,1519.21,1524.04,1512.73,1515.40,16141600,0\n02/22/2005,1502.94,1523.51,1493.58,1494.07,20562200,0\n02/23/2005,1502.83,1503.89,1489.99,1497.09,18784500,0\n02/24/2005,1493.59,1517.88,1491.74,1517.71,20318800,0\n02/25/2005,1515.75,1528.00,1513.47,1526.90,17712000,0\n02/28/2005,1517.06,1524.70,1498.17,1511.02,21301400,0\n03/01/2005,1516.63,1529.37,1515.20,1527.25,19411800,0\n03/02/2005,1517.68,1541.14,1514.98,1525.28,20044700,0\n03/03/2005,1530.13,1530.68,1502.32,1511.89,18958800,0\n03/04/2005,1524.21,1530.59,1517.29,1520.58,18291900,0\n03/07/2005,1524.04,1552.53,1523.73,1545.20,19491900,0\n03/08/2005,1540.80,1549.56,1527.50,1528.65,16967000,0\n03/09/2005,1526.90,1537.97,1520.45,1521.98,18955200,0\n03/10/2005,1525.64,1527.98,1504.54,1524.38,18257900,0\n03/11/2005,1528.65,1533.85,1501.99,1505.64,17920900,0\n03/14/2005,1509.19,1515.16,1502.60,1515.09,17077200,0\n03/15/2005,1520.26,1520.43,1500.88,1502.06,18387900,0\n03/16/2005,1497.40,1508.16,1482.62,1486.23,19696900,0\n03/17/2005,1487.72,1496.80,1483.10,1487.63,17451200,0\n03/18/2005,1488.55,1490.57,1475.26,1484.40,21069800,0\n03/21/2005,1483.16,1490.57,1470.94,1484.45,16110000,0\n03/22/2005,1484.13,1490.44,1464.99,1465.09,18059500,0\n03/23/2005,1463.43,1480.13,1463.43,1471.77,17411500,0\n03/24/2005,1477.46,1485.96,1469.94,1469.94,16979300,0\n03/28/2005,1476.40,1484.85,1472.71,1472.71,14876200,0\n03/29/2005,1471.25,1483.43,1458.26,1464.34,17978400,0\n03/30/2005,1470.13,1491.74,1469.97,1491.74,17536100,0\n03/31/2005,1489.44,1490.80,1478.66,1482.53,16869700,0\n04/01/2005,1491.83,1495.58,1466.49,1469.35,18696900,0\n04/04/2005,1469.42,1482.06,1461.27,1476.72,15893100,0\n04/05/2005,1480.99,1487.26,1477.55,1483.75,16475100,0\n04/06/2005,1487.15,1497.39,1477.97,1480.67,17464000,0\n04/07/2005,1481.13,1499.71,1481.13,1499.71,17142700,0\n04/08/2005,1499.93,1503.21,1485.43,1485.60,15163400,0\n04/11/2005,1490.43,1492.32,1477.13,1478.55,13824900,0\n04/12/2005,1477.01,1490.10,1460.42,1489.16,19318700,0\n04/13/2005,1484.39,1484.46,1459.97,1461.68,17054500,0\n04/14/2005,1461.83,1462.81,1440.35,1441.13,19300600,0\n04/15/2005,1425.73,1434.47,1407.82,1408.59,23146200,0\n04/18/2005,1406.30,1418.76,1405.09,1409.98,18403600,0\n04/19/2005,1419.53,1424.03,1410.54,1420.80,17928300,0\n04/20/2005,1430.25,1432.11,1404.86,1406.85,20049500,0\n04/21/2005,1423.62,1448.37,1419.25,1447.37,19514900,0\n04/22/2005,1437.97,1438.72,1412.63,1421.21,18027300,0\n04/25/2005,1430.99,1439.63,1426.73,1437.31,14424200,0\n04/26/2005,1431.75,1446.82,1420.43,1420.43,16700400,0\n04/27/2005,1413.22,1429.11,1409.49,1423.76,17642100,0\n04/28/2005,1418.12,1425.69,1408.84,1409.29,18613400,0\n04/29/2005,1420.64,1422.42,1394.36,1420.79,20395500,0\n05/02/2005,1421.90,1430.05,1415.60,1423.71,15477500,0\n05/03/2005,1421.28,1436.60,1421.28,1427.61,18681400,0\n05/04/2005,1431.06,1453.20,1429.62,1452.20,18778200,0\n05/05/2005,1450.73,1457.34,1441.94,1450.16,17198800,0\n05/06/2005,1460.26,1460.76,1449.70,1456.00,15111200,0\n05/09/2005,1455.68,1463.38,1446.77,1463.38,14410100,0\n05/10/2005,1453.25,1458.40,1445.11,1450.36,15955200,0\n05/11/2005,1452.31,1461.02,1432.83,1459.55,17161600,0\n05/12/2005,1459.07,1468.17,1446.97,1454.79,17834300,0\n05/13/2005,1459.23,1478.89,1455.88,1470.63,18789800,0\n05/16/2005,1470.31,1481.32,1465.85,1480.68,13902900,0\n05/17/2005,1474.05,1490.14,1469.44,1490.14,15205100,0\n05/18/2005,1493.03,1514.76,1489.47,1509.26,19578800,0\n05/19/2005,1510.62,1521.50,1508.71,1521.43,17005800,0\n05/20/2005,1519.26,1528.06,1514.54,1528.06,14927200,0\n05/23/2005,1526.74,1540.30,1525.23,1535.22,16201300,0\n05/24/2005,1530.95,1540.68,1529.40,1540.47,16959400,0\n05/25/2005,1535.65,1535.65,1524.41,1532.71,14930000,0\n05/26/2005,1539.52,1551.12,1539.52,1548.80,15964600,0\n05/27/2005,1546.97,1551.03,1541.76,1549.80,12373500,0\n05/31/2005,1549.35,1550.18,1538.54,1542.63,15787400,0\n06/01/2005,1541.86,1567.72,1541.66,1559.50,17797100,0\n06/02/2005,1553.31,1568.96,1553.05,1568.96,17466200,0\n06/03/2005,1564.64,1566.14,1542.05,1544.48,16379000,0\n06/06/2005,1544.56,1548.55,1539.57,1545.27,14771500,0\n06/07/2005,1547.30,1559.53,1531.07,1531.12,18465300,0\n06/08/2005,1536.66,1538.24,1524.13,1527.68,16025400,0\n06/09/2005,1525.42,1542.75,1520.61,1539.46,16666700,0\n06/10/2005,1537.50,1537.57,1515.96,1521.02,14493800,0\n06/13/2005,1519.61,1538.66,1519.61,1529.13,14321300,0\n06/14/2005,1527.76,1534.15,1520.88,1524.42,14058500,0\n06/15/2005,1534.41,1535.43,1510.82,1529.49,16726700,0\n06/16/2005,1531.48,1540.52,1527.71,1537.42,17797100,0\n06/17/2005,1550.63,1550.63,1532.56,1538.13,19932800,0\n06/20/2005,1530.15,1545.52,1526.06,1537.31,14081100,0\n06/21/2005,1535.35,1542.73,1530.91,1536.48,15574800,0\n06/22/2005,1542.35,1545.54,1527.93,1534.36,16684400,0\n06/23/2005,1536.07,1549.00,1515.79,1515.95,20094800,0\n06/24/2005,1516.13,1518.01,1500.18,1500.18,21510000,0\n06/27/2005,1496.73,1503.79,1490.02,1493.75,21448300,0\n06/28/2005,1501.73,1512.64,1498.48,1508.61,15842000,0\n06/29/2005,1511.77,1512.77,1501.72,1504.11,16403600,0\n06/30/2005,1505.33,1510.21,1492.94,1493.52,17315000,0\n07/01/2005,1497.43,1501.95,1489.74,1490.53,11762000,0\n07/05/2005,1486.07,1509.19,1485.96,1506.35,14403000,0\n07/06/2005,1503.94,1512.91,1497.11,1498.05,15920800,0\n07/07/2005,1485.32,1505.30,1484.18,1503.78,16178600,0\n07/08/2005,1504.73,1534.29,1502.20,1533.27,16852800,0\n07/11/2005,1537.04,1547.98,1535.07,1547.66,17708000,0\n07/12/2005,1546.39,1560.15,1543.14,1555.59,16575200,0\n07/13/2005,1555.48,1559.37,1549.81,1557.62,15400000,0\n07/14/2005,1570.99,1577.48,1563.93,1573.44,18723100,0\n07/15/2005,1579.19,1582.40,1568.82,1577.82,15349600,0\n07/18/2005,1573.28,1578.12,1570.02,1570.09,13072700,0\n07/19/2005,1580.75,1590.76,1577.00,1590.49,16326700,0\n07/20/2005,1579.84,1605.45,1578.87,1602.75,19570700,0\n07/21/2005,1607.71,1610.84,1591.72,1601.89,20348800,0\n07/22/2005,1601.93,1606.42,1592.03,1600.76,16603600,0\n07/25/2005,1600.17,1607.97,1591.40,1593.57,15230200,0\n07/26/2005,1596.46,1603.89,1591.58,1598.93,16518400,0\n07/27/2005,1601.53,1613.39,1592.76,1611.95,17500700,0\n07/28/2005,1613.18,1619.78,1609.62,1618.64,16838700,0\n07/29/2005,1616.29,1619.95,1605.14,1605.14,16139500,0\n08/01/2005,1609.58,1616.40,1604.58,1610.11,14926800,0\n08/02/2005,1613.31,1628.57,1611.86,1627.01,17350200,0\n08/03/2005,1620.64,1628.53,1618.40,1627.19,17542400,0\n08/04/2005,1618.38,1621.00,1606.60,1608.74,15913800,0\n08/05/2005,1606.07,1614.22,1600.25,1601.59,14717400,0\n08/08/2005,1604.24,1607.01,1588.74,1589.97,14310100,0\n08/09/2005,1596.40,1606.51,1595.71,1601.14,14604700,0\n08/10/2005,1604.69,1610.21,1582.31,1585.71,18176800,0\n08/11/2005,1587.52,1603.66,1586.67,1600.65,15820900,0\n08/12/2005,1587.23,1594.96,1581.41,1591.75,15514100,0\n08/15/2005,1587.43,1606.96,1585.66,1600.71,13804600,0\n08/16/2005,1595.86,1596.54,1572.44,1574.01,15403200,0\n08/17/2005,1576.89,1588.80,1573.87,1582.29,16180100,0\n08/18/2005,1577.33,1585.28,1573.40,1575.76,13917800,0\n08/19/2005,1574.57,1581.95,1573.70,1573.72,12052700,0\n08/22/2005,1577.44,1588.92,1565.81,1575.59,13516500,0\n08/23/2005,1574.73,1578.52,1566.72,1571.30,13412700,0\n08/24/2005,1568.24,1588.90,1561.15,1561.71,17185800,0\n08/25/2005,1564.00,1569.51,1562.03,1565.88,13075800,0\n08/26/2005,1563.40,1565.55,1552.99,1558.84,12611300,0\n08/29/2005,1550.76,1575.45,1550.76,1571.52,12685600,0\n08/30/2005,1565.33,1566.47,1554.49,1565.73,14364000,0\n08/31/2005,1567.33,1582.09,1561.42,1581.71,16317800,0\n09/01/2005,1580.22,1587.82,1573.54,1577.25,16233200,0\n09/02/2005,1580.68,1583.00,1571.82,1573.12,11304500,0\n09/06/2005,1579.02,1597.71,1578.99,1597.27,14031900,0\n09/07/2005,1593.57,1600.79,1590.87,1599.86,14808200,0\n09/08/2005,1595.24,1604.91,1593.30,1597.68,15780700,0\n09/09/2005,1599.48,1610.12,1595.31,1607.83,16175400,0\n09/12/2005,1607.48,1616.82,1605.99,1612.20,17235400,0\n09/13/2005,1609.24,1619.12,1604.13,1607.38,17245700,0\n09/14/2005,1609.22,1609.37,1589.41,1589.63,16982500,0\n09/15/2005,1594.72,1596.38,1585.07,1588.55,17446600,0\n09/16/2005,1591.92,1600.44,1587.18,1599.44,22690300,0\n09/19/2005,1596.42,1597.97,1579.51,1586.05,16041400,0\n09/20/2005,1588.65,1604.02,1575.58,1578.20,18456700,0\n09/21/2005,1576.81,1577.67,1561.47,1561.84,17723700,0\n09/22/2005,1560.39,1570.94,1551.81,1567.36,16929300,0\n09/23/2005,1564.85,1577.05,1559.57,1571.75,16041200,0\n09/26/2005,1581.87,1584.58,1564.52,1572.86,15024100,0\n09/27/2005,1575.67,1578.18,1563.21,1568.84,16586600,0\n09/28/2005,1575.70,1580.67,1565.02,1568.81,17038500,0\n09/29/2005,1566.72,1591.15,1560.87,1589.93,18015200,0\n09/30/2005,1588.86,1601.69,1588.22,1601.66,16109700,0\n10/03/2005,1603.47,1612.53,1603.39,1605.59,17944200,0\n10/04/2005,1605.90,1617.77,1594.56,1595.54,20053000,0\n10/05/2005,1595.53,1595.83,1571.46,1571.52,19239000,0\n10/06/2005,1572.53,1576.36,1540.34,1552.94,21073600,0\n10/07/2005,1560.55,1563.27,1549.94,1555.92,14447800,0\n10/10/2005,1555.59,1560.65,1545.90,1546.99,13792100,0\n10/11/2005,1551.01,1551.51,1534.61,1539.31,18519600,0\n10/12/2005,1531.66,1543.50,1519.30,1521.19,20147500,0\n10/13/2005,1519.02,1538.15,1515.42,1533.80,17775900,0\n10/14/2005,1539.41,1545.13,1529.42,1544.29,15554300,0\n10/17/2005,1544.04,1549.95,1536.01,1549.88,12660300,0\n10/18/2005,1547.77,1549.41,1538.39,1538.43,14607300,0\n10/19/2005,1532.79,1569.61,1526.82,1569.61,18933000,0\n10/20/2005,1568.64,1576.46,1547.07,1555.59,17979300,0\n10/21/2005,1571.17,1572.71,1558.18,1565.12,17707000,0\n10/24/2005,1569.94,1590.73,1561.45,1590.65,15514700,0\n10/25/2005,1584.34,1590.05,1573.66,1585.82,15991200,0\n10/26/2005,1578.21,1593.47,1573.14,1575.14,18320000,0\n10/27/2005,1571.87,1573.80,1543.38,1543.38,17186000,0\n10/28/2005,1546.41,1557.57,1538.78,1557.11,18865600,0\n10/31/2005,1559.67,1584.09,1559.67,1579.18,18697600,0\n11/01/2005,1572.77,1582.67,1571.19,1576.52,19032300,0\n11/02/2005,1570.59,1600.75,1570.59,1597.29,21732900,0\n11/03/2005,1611.85,1626.48,1610.90,1619.67,23462500,0\n11/04/2005,1621.27,1631.79,1616.84,1628.03,16996100,0\n11/07/2005,1631.35,1634.53,1621.50,1629.27,14379630,0\n11/08/2005,1624.42,1636.84,1623.16,1628.40,15993700,0\n11/09/2005,1628.40,1636.36,1624.55,1630.21,15941800,0\n11/10/2005,1630.28,1651.05,1620.74,1650.93,19380300,0\n11/11/2005,1654.18,1659.72,1651.09,1653.36,15549000,0\n11/14/2005,1652.64,1657.53,1648.26,1651.90,13853600,0\n11/15/2005,1651.20,1658.65,1638.97,1644.31,16848100,0\n11/16/2005,1649.75,1653.74,1642.36,1651.45,17217600,0\n11/17/2005,1659.94,1676.39,1657.27,1676.39,18098600,0\n11/18/2005,1685.05,1689.59,1674.75,1679.85,18098000,0\n11/21/2005,1677.72,1686.79,1673.05,1686.23,16618900,0\n11/22/2005,1680.74,1698.32,1679.10,1694.14,16813810,0\n11/23/2005,1691.33,1704.42,1691.08,1696.77,15875100,0\n11/25/2005,1699.38,1701.06,1693.33,1698.76,5691450,0\n11/28/2005,1701.05,1703.08,1683.83,1684.39,15593800,0\n11/29/2005,1693.03,1697.58,1676.76,1676.84,17535400,0\n11/30/2005,1674.90,1683.62,1671.34,1672.56,18760800,0\n12/01/2005,1683.06,1705.19,1683.06,1704.28,20104200,0\n12/02/2005,1701.68,1709.10,1698.90,1709.10,17585100,0\n12/05/2005,1704.11,1704.94,1689.60,1694.77,16599200,0\n12/06/2005,1705.85,1716.65,1700.16,1701.35,17882000,0\n12/07/2005,1703.71,1706.12,1688.90,1697.04,17335300,0\n12/08/2005,1699.75,1702.84,1674.74,1685.59,19083600,0\n12/09/2005,1686.56,1694.13,1679.22,1692.62,16585700,0\n12/12/2005,1698.74,1701.27,1691.22,1698.35,16512640,0\n12/13/2005,1695.14,1711.83,1693.90,1705.77,18739800,0\n12/14/2005,1701.72,1707.74,1692.44,1698.98,15160500,0\n12/15/2005,1704.41,1705.93,1688.07,1701.70,18046300,0\n12/16/2005,1699.06,1704.38,1688.26,1688.68,22944798,0\n12/19/2005,1689.88,1694.65,1663.56,1664.36,17455300,0\n12/20/2005,1665.47,1672.47,1657.71,1665.07,17029200,0\n12/21/2005,1669.46,1682.84,1665.34,1670.61,16300299,0\n12/22/2005,1672.02,1685.49,1671.78,1683.35,14988800,0\n12/23/2005,1687.40,1690.41,1679.28,1682.92,9783699,0\n12/27/2005,1686.81,1693.58,1666.46,1668.37,12504999,0\n12/28/2005,1670.34,1674.07,1662.09,1667.10,12215399,0\n12/29/2005,1668.85,1671.32,1653.53,1655.36,11853500,0\n12/30/2005,1646.84,1649.90,1641.86,1645.20,12840500,0\n01/03/2006,1654.79,1686.59,1633.62,1679.93,19983000,0\n01/04/2006,1683.87,1696.83,1681.85,1695.83,21551430,0\n01/05/2006,1698.14,1707.71,1697.33,1705.29,18917500,0\n01/06/2006,1718.58,1735.50,1710.86,1734.99,22336400,0\n01/09/2006,1736.75,1745.12,1729.60,1741.90,19491400,0\n01/10/2006,1732.38,1744.47,1730.25,1744.02,19781600,0\n01/11/2006,1748.99,1761.46,1743.85,1758.24,23806000,0\n01/12/2006,1754.76,1760.12,1742.85,1747.35,29052600,0\n01/13/2006,1749.24,1750.27,1738.01,1746.78,17844100,0\n01/17/2006,1734.35,1739.25,1728.62,1736.39,17022600,0\n01/18/2006,1708.80,1726.28,1707.75,1716.62,22769000,0\n01/19/2006,1725.85,1740.59,1720.56,1729.92,23081500,0\n01/20/2006,1723.76,1727.02,1674.32,1676.38,23481400,0\n01/23/2006,1679.84,1685.67,1670.47,1676.30,19024800,0\n01/24/2006,1682.54,1695.41,1680.61,1686.22,20674690,0\n01/25/2006,1694.84,1694.84,1670.33,1677.00,21881200,0\n01/26/2006,1687.83,1694.63,1677.25,1690.49,24049200,0\n01/27/2006,1699.17,1722.93,1697.88,1711.11,21060000,0\n01/30/2006,1713.04,1720.88,1711.42,1713.45,19007300,0\n01/31/2006,1714.39,1717.95,1700.34,1710.75,22359000,0\n02/01/2006,1696.47,1714.28,1695.83,1713.02,22746100,0\n02/02/2006,1709.93,1711.15,1684.67,1685.77,23077830,0\n02/03/2006,1673.55,1676.18,1658.38,1664.53,22300200,0\n02/06/2006,1665.02,1667.48,1650.99,1657.54,17695300,0\n02/07/2006,1656.05,1663.99,1644.84,1651.84,21171800,0\n02/08/2006,1666.38,1672.44,1654.03,1670.47,21817700,0\n02/09/2006,1677.04,1681.92,1652.09,1654.08,23213100,0\n02/10/2006,1654.61,1668.72,1637.26,1663.75,20177300,0\n02/13/2006,1653.32,1655.81,1638.53,1645.83,16620000,0\n02/14/2006,1648.96,1666.91,1643.17,1661.95,18053000,0\n02/15/2006,1659.08,1676.14,1655.22,1673.15,17830500,0\n02/16/2006,1678.74,1688.61,1672.93,1688.61,19404700,0\n02/17/2006,1683.60,1684.21,1674.89,1675.21,19486400,0\n02/21/2006,1676.44,1676.93,1650.94,1655.68,17471800,0\n02/22/2006,1658.48,1684.15,1653.68,1677.52,18241100,0\n02/23/2006,1675.23,1687.59,1669.81,1672.29,17542000,0\n02/24/2006,1672.63,1678.15,1666.97,1676.50,15839800,0\n02/27/2006,1681.46,1701.10,1680.43,1695.66,17144200,0\n02/28/2006,1689.99,1695.35,1665.63,1670.57,21205600,0\n03/01/2006,1676.80,1697.25,1672.60,1694.58,21904200,0\n03/02/2006,1687.52,1699.72,1683.38,1693.78,20891000,0\n03/03/2006,1684.82,1706.41,1682.71,1684.32,23890400,0\n03/06/2006,1689.21,1691.11,1665.37,1669.94,21122800,0\n03/07/2006,1666.61,1668.82,1652.59,1661.02,19083100,0\n03/08/2006,1656.39,1668.06,1646.03,1660.35,20840400,0\n03/09/2006,1666.56,1671.84,1644.86,1645.09,19575600,0\n03/10/2006,1645.73,1657.31,1634.25,1648.23,17527000,0\n03/13/2006,1656.19,1663.73,1650.94,1653.79,16495499,0\n03/14/2006,1650.93,1682.93,1650.93,1681.15,19117500,0\n03/15/2006,1687.23,1694.90,1680.06,1694.46,20905200,0\n03/16/2006,1701.00,1703.11,1679.05,1679.05,23442400,0\n03/17/2006,1681.22,1690.96,1676.63,1685.66,25401200,0\n03/20/2006,1690.92,1695.04,1684.16,1688.98,19438200,0\n03/21/2006,1688.38,1707.69,1671.20,1672.47,23604300,0\n03/22/2006,1664.17,1678.73,1662.56,1676.32,21162200,0\n03/23/2006,1672.92,1676.28,1660.82,1670.73,19637500,0\n03/24/2006,1676.96,1687.56,1669.17,1679.81,19280400,0\n03/27/2006,1679.38,1687.54,1678.05,1680.63,18502200,0\n03/28/2006,1681.83,1694.60,1667.95,1673.03,19975100,0\n03/29/2006,1676.32,1711.26,1674.88,1703.84,23753000,0\n03/30/2006,1705.99,1720.20,1700.15,1708.68,21608100,0\n03/31/2006,1712.64,1715.62,1701.86,1703.66,18516200,0\n04/03/2006,1715.61,1723.06,1704.92,1706.77,19529600,0\n04/04/2006,1707.22,1720.43,1705.27,1716.55,20823200,0\n04/05/2006,1723.24,1735.13,1717.28,1732.74,20274400,0\n04/06/2006,1734.21,1745.68,1727.14,1739.20,21418600,0\n04/07/2006,1742.91,1750.23,1720.62,1723.03,20023600,0\n04/10/2006,1723.81,1727.82,1712.47,1718.86,18409500,0\n04/11/2006,1723.13,1725.66,1696.67,1704.40,20987800,0\n04/12/2006,1705.38,1710.92,1701.29,1704.75,15365099,0\n04/13/2006,1703.92,1721.05,1700.55,1712.07,15169799,0\n04/17/2006,1709.90,1716.72,1684.35,1694.32,17761700,0\n04/18/2006,1699.65,1730.33,1699.00,1726.64,22528000,0\n04/19/2006,1730.41,1734.10,1720.64,1734.04,20776900,0\n04/20/2006,1735.07,1741.35,1724.62,1728.90,21251200,0\n04/21/2006,1736.73,1737.20,1701.57,1709.02,23260800,0\n04/24/2006,1706.53,1711.04,1697.00,1706.44,20081300,0\n04/25/2006,1710.42,1711.35,1694.52,1701.47,23017800,0\n04/26/2006,1706.15,1710.00,1696.50,1702.20,20842300,0\n04/27/2006,1694.35,1727.79,1688.25,1717.14,25735600,0\n04/28/2006,1706.77,1717.49,1699.51,1700.71,25017600,0\n05/01/2006,1705.95,1709.44,1680.52,1686.61,20761200,0\n05/02/2006,1694.74,1697.18,1686.65,1689.93,20707400,0\n05/03/2006,1693.44,1693.52,1679.26,1686.30,21272600,0\n05/04/2006,1688.41,1707.36,1688.41,1701.03,20541100,0\n05/05/2006,1713.17,1716.19,1706.33,1713.84,19892600,0\n05/08/2006,1712.60,1721.13,1712.18,1715.23,17262600,0\n05/09/2006,1712.06,1715.73,1708.03,1711.17,18452300,0\n05/10/2006,1705.59,1707.38,1690.90,1694.82,20142700,0\n05/11/2006,1693.17,1694.47,1653.79,1657.48,24467700,0\n05/12/2006,1650.24,1652.26,1634.65,1635.81,22895098,0\n05/15/2006,1629.34,1640.10,1619.26,1634.78,20067000,0\n05/16/2006,1637.09,1637.70,1617.97,1623.69,19966200,0\n05/17/2006,1610.64,1618.85,1595.62,1598.91,23378000,0\n05/18/2006,1608.17,1612.53,1587.04,1587.11,20226400,0\n05/19/2006,1583.45,1604.48,1575.81,1600.86,25143800,0\n05/22/2006,1589.48,1595.06,1571.06,1584.57,22699600,0\n05/23/2006,1597.10,1601.75,1569.01,1569.01,21317500,0\n05/24/2006,1566.39,1586.62,1554.76,1580.18,25970200,0\n05/25/2006,1592.84,1600.22,1579.24,1599.68,20289600,0\n05/26/2006,1605.19,1606.46,1595.29,1606.37,15407000,0\n05/30/2006,1598.85,1606.37,1571.29,1571.29,17186600,0\n05/31/2006,1575.69,1587.78,1568.22,1579.58,21190600,0\n06/01/2006,1581.53,1616.57,1579.58,1616.57,20787400,0\n06/02/2006,1626.19,1626.29,1599.17,1612.90,19333800,0\n06/05/2006,1604.67,1612.90,1577.49,1577.50,17332500,0\n06/06/2006,1580.40,1583.90,1560.23,1575.39,20895400,0\n06/07/2006,1578.75,1592.37,1563.95,1565.22,19138700,0\n06/08/2006,1555.62,1566.59,1525.78,1561.55,29481000,0\n06/09/2006,1566.68,1575.12,1550.14,1550.97,17547400,0\n06/12/2006,1554.22,1555.09,1520.29,1520.31,18877200,0\n06/13/2006,1521.86,1536.50,1511.53,1516.85,25945000,0\n06/14/2006,1519.99,1531.59,1512.98,1530.26,20901400,0\n06/15/2006,1538.86,1576.79,1530.26,1573.08,22014900,0\n06/16/2006,1567.90,1573.08,1554.83,1562.84,24281500,0\n06/19/2006,1568.17,1568.89,1543.85,1548.94,16815800,0\n06/20/2006,1550.40,1565.17,1544.30,1548.32,15720999,0\n06/21/2006,1552.67,1585.88,1548.32,1573.56,18548500,0\n06/22/2006,1570.20,1573.67,1546.12,1554.49,16447000,0\n06/23/2006,1550.75,1566.90,1544.11,1551.05,16145099,0\n06/26/2006,1553.22,1561.47,1549.13,1556.17,13929400,0\n06/27/2006,1556.20,1559.19,1525.89,1527.00,17881700,0\n06/28/2006,1531.13,1538.65,1520.93,1538.25,15913099,0\n06/29/2006,1547.03,1585.56,1538.25,1585.56,21653900,0\n06/30/2006,1590.03,1590.83,1574.38,1575.23,24588400,0\n07/03/2006,1580.56,1586.44,1575.23,1586.33,7882000,0\n07/05/2006,1573.52,1586.25,1550.58,1553.95,15869699,0\n07/06/2006,1556.59,1564.96,1547.28,1551.55,15850900,0\n07/07/2006,1544.70,1553.09,1529.40,1533.71,17598700,0\n07/10/2006,1538.80,1543.12,1513.47,1520.90,15617899,0\n07/11/2006,1515.51,1534.97,1508.91,1533.06,19715000,0\n07/12/2006,1528.16,1533.06,1499.77,1501.46,17765200,0\n07/13/2006,1489.66,1506.53,1478.13,1478.16,20220400,0\n07/14/2006,1478.17,1480.31,1456.38,1462.17,17799600,0\n07/17/2006,1461.64,1475.21,1459.90,1468.50,15048800,0\n07/18/2006,1470.97,1477.80,1446.77,1472.34,19968800,0\n07/19/2006,1466.72,1498.32,1466.72,1490.60,23047400,0\n07/20/2006,1496.99,1497.14,1466.27,1466.89,19514500,0\n07/21/2006,1456.55,1463.44,1450.24,1451.88,23468900,0\n07/24/2006,1458.74,1482.34,1457.11,1482.34,19758700,0\n07/25/2006,1481.23,1494.14,1475.12,1489.52,19137100,0\n07/26/2006,1483.76,1499.43,1474.67,1487.88,20733100,0\n07/27/2006,1497.94,1506.75,1475.91,1478.53,21201000,0\n07/28/2006,1488.75,1511.00,1485.96,1510.30,18032900,0\n07/31/2006,1506.54,1517.86,1501.78,1509.43,15822699,0\n08/01/2006,1497.62,1498.17,1476.06,1484.94,16630699,0\n08/02/2006,1492.67,1510.51,1490.41,1500.48,17557300,0\n08/03/2006,1487.08,1518.41,1484.60,1510.60,18187900,0\n08/04/2006,1522.42,1530.04,1490.16,1503.84,18320400,0\n08/07/2006,1500.22,1501.43,1487.19,1494.13,14281699,0\n08/08/2006,1499.96,1500.76,1476.48,1484.80,18894400,0\n08/09/2006,1502.42,1517.90,1482.49,1485.64,20740600,0\n08/10/2006,1481.29,1499.93,1478.20,1496.28,17303200,0\n08/11/2006,1490.21,1491.97,1479.69,1486.74,14235298,0\n08/14/2006,1500.79,1515.68,1493.74,1494.33,14801200,0\n08/15/2006,1515.62,1534.78,1508.94,1534.43,17556600,0\n08/16/2006,1546.87,1570.06,1539.59,1570.06,24747600,0\n08/17/2006,1564.92,1584.72,1562.62,1573.59,19190200,0\n08/18/2006,1574.70,1578.35,1557.89,1576.46,16837900,0\n08/21/2006,1565.55,1567.50,1556.28,1561.12,13140000,0\n08/22/2006,1558.33,1577.54,1555.98,1563.43,15559399,0\n08/23/2006,1566.02,1571.48,1543.86,1550.41,14571800,0\n08/24/2006,1558.15,1558.94,1542.57,1555.19,14043599,0\n08/25/2006,1547.88,1570.34,1547.88,1557.70,12825099,0\n08/28/2006,1557.13,1574.45,1556.52,1570.29,13338599,0\n08/29/2006,1570.22,1575.45,1552.40,1573.65,15809899,0\n08/30/2006,1575.81,1583.77,1570.15,1581.95,16200299,0\n08/31/2006,1585.27,1586.60,1576.33,1579.73,17002100,0\n09/01/2006,1589.58,1593.66,1581.91,1589.47,13255399,0\n09/05/2006,1589.50,1605.02,1580.21,1603.69,17324600,0\n09/06/2006,1592.13,1592.89,1570.42,1572.20,17970800,0\n09/07/2006,1567.96,1581.44,1560.05,1564.84,18471900,0\n09/08/2006,1569.96,1578.12,1564.55,1574.71,14572199,0\n09/11/2006,1564.07,1591.12,1558.17,1583.78,16942800,0\n09/12/2006,1585.58,1617.55,1584.85,1615.75,20079900,0\n09/13/2006,1614.85,1625.55,1611.98,1623.99,18605300,0\n09/14/2006,1619.36,1629.27,1617.97,1625.98,18266000,0\n09/15/2006,1641.08,1645.60,1627.54,1632.44,24558700,0\n09/18/2006,1631.17,1643.53,1625.80,1632.17,19142000,0\n09/19/2006,1635.27,1638.08,1608.51,1621.07,20799200,0\n09/20/2006,1635.86,1648.90,1635.28,1645.35,21649400,0\n09/21/2006,1648.99,1654.40,1631.29,1634.87,19931100,0\n09/22/2006,1633.34,1633.34,1615.98,1622.37,16465400,0\n09/25/2006,1631.83,1653.86,1615.14,1650.37,18338600,0\n09/26/2006,1649.35,1659.60,1644.29,1659.20,20111400,0\n09/27/2006,1654.15,1665.61,1648.14,1655.67,20391000,0\n09/28/2006,1658.35,1663.28,1645.20,1661.59,18052600,0\n09/29/2006,1666.15,1666.15,1653.74,1654.13,18121200,0\n10/02/2006,1650.55,1655.67,1631.36,1632.81,17691700,0\n10/03/2006,1628.98,1646.74,1623.07,1640.29,19468000,0\n10/04/2006,1636.83,1681.14,1634.23,1681.14,21902800,0\n10/05/2006,1679.59,1690.41,1676.08,1689.43,19110900,0\n10/06/2006,1682.34,1690.80,1678.55,1684.88,16724700,0\n10/09/2006,1683.09,1698.38,1681.64,1691.08,14852800,0\n10/10/2006,1692.41,1698.26,1681.44,1693.29,17603600,0\n10/11/2006,1686.73,1701.58,1675.98,1691.28,19956000,0\n10/12/2006,1698.61,1718.72,1697.47,1718.54,20039600,0\n10/13/2006,1715.99,1729.26,1714.58,1727.21,19405300,0\n10/16/2006,1726.04,1733.73,1725.70,1727.61,18236200,0\n10/17/2006,1715.05,1718.10,1699.88,1709.61,21259500,0\n10/18/2006,1717.24,1721.43,1695.37,1700.75,18236200,0\n10/19/2006,1698.53,1713.43,1693.19,1706.37,20006900,0\n10/20/2006,1712.53,1713.45,1695.21,1709.58,19220700,0\n10/23/2006,1704.40,1732.52,1702.58,1725.93,18234800,0\n10/24/2006,1722.31,1726.78,1706.22,1713.88,18568800,0\n10/25/2006,1716.56,1729.90,1711.68,1726.76,21007800,0\n10/26/2006,1730.28,1745.79,1718.53,1744.07,23395400,0\n10/27/2006,1738.44,1741.61,1712.76,1717.61,22689500,0\n10/30/2006,1713.97,1735.02,1711.85,1727.80,17241800,0\n10/31/2006,1734.49,1739.33,1722.15,1732.54,19221500,0\n11/01/2006,1739.37,1739.79,1702.18,1707.65,20270200,0\n11/02/2006,1701.55,1714.37,1698.60,1710.17,18873100,0\n11/03/2006,1712.31,1716.65,1693.19,1703.98,18300500,0\n11/06/2006,1711.69,1736.54,1711.69,1732.26,18922500,0\n11/07/2006,1731.77,1752.95,1728.27,1741.53,20887700,0\n11/08/2006,1731.48,1757.18,1728.35,1749.75,20760200,0\n11/09/2006,1761.54,1762.95,1736.66,1740.14,23802400,0\n11/10/2006,1742.81,1751.11,1736.39,1751.11,16804600,0\n11/13/2006,1751.10,1770.54,1749.52,1768.00,17208100,0\n11/14/2006,1768.30,1787.88,1759.24,1787.23,19263700,0\n11/15/2006,1787.19,1804.88,1786.71,1793.82,21038700,0\n11/16/2006,1798.61,1806.00,1790.96,1801.97,20388300,0\n11/17/2006,1789.50,1800.90,1788.05,1800.67,17324000,0\n11/20/2006,1794.70,1808.71,1790.47,1803.81,16974800,0\n11/21/2006,1807.15,1809.80,1800.30,1808.88,16602699,0\n11/22/2006,1815.68,1820.20,1800.72,1819.76,15731200,0\n11/24/2006,1804.63,1824.21,1804.63,1815.53,6815100,0\n11/27/2006,1809.96,1813.92,1775.17,1775.17,19503000,0\n11/28/2006,1768.74,1782.65,1763.34,1780.34,19586300,0\n11/29/2006,1789.23,1796.50,1776.10,1792.77,19034300,0\n11/30/2006,1791.04,1800.47,1781.49,1791.25,21342000,0\n12/01/2006,1790.75,1793.31,1760.01,1775.12,20405200,0\n12/04/2006,1784.04,1808.12,1782.13,1799.93,19545300,0\n12/05/2006,1806.69,1810.82,1797.37,1808.89,19906000,0\n12/06/2006,1800.42,1804.88,1792.29,1799.13,18890000,0\n12/07/2006,1803.18,1808.20,1777.20,1777.46,20510300,0\n12/08/2006,1773.29,1799.22,1767.83,1786.21,18406000,0\n12/11/2006,1783.14,1803.38,1779.65,1791.74,18133400,0\n12/12/2006,1791.72,1794.05,1771.30,1781.97,19275400,0\n12/13/2006,1795.47,1795.47,1774.05,1783.44,17824300,0\n12/14/2006,1786.89,1811.08,1786.52,1803.41,18895100,0\n12/15/2006,1810.66,1821.18,1805.45,1808.56,23246500,0\n12/18/2006,1811.96,1820.94,1783.24,1790.99,19363500,0\n12/19/2006,1776.52,1792.78,1766.35,1785.12,19607200,0\n12/20/2006,1785.40,1795.41,1777.92,1777.92,17495300,0\n12/21/2006,1780.30,1781.51,1759.08,1766.28,17328800,0\n12/22/2006,1764.28,1765.98,1748.61,1748.61,13065300,0\n12/26/2006,1745.77,1754.70,1745.77,1753.55,10162000,0\n12/27/2006,1759.28,1766.15,1754.87,1763.41,12162599,0\n12/28/2006,1757.75,1765.06,1752.64,1758.94,12375299,0\n12/29/2006,1758.46,1774.64,1755.04,1756.90,14139200,0\n01/03/2007,1766.76,1793.05,1731.71,1759.37,24352798,0\n01/04/2007,1763.13,1799.07,1757.00,1792.91,21042100,0\n01/05/2007,1787.43,1787.79,1770.29,1785.30,20603600,0\n01/08/2007,1786.16,1795.45,1776.99,1787.14,19056200,0\n01/09/2007,1791.18,1802.44,1776.73,1795.63,21441600,0\n01/10/2007,1790.12,1817.22,1784.28,1816.15,22742100,0\n01/11/2007,1822.28,1840.88,1818.09,1834.86,24362700,0\n01/12/2007,1830.71,1845.68,1830.34,1844.81,21758100,0\n01/16/2007,1843.89,1847.54,1836.83,1842.44,21395500,0\n01/17/2007,1836.99,1843.07,1824.74,1827.68,22738800,0\n01/18/2007,1823.04,1824.34,1789.39,1793.68,24561800,0\n01/19/2007,1785.29,1802.22,1785.29,1796.81,20378900,0\n01/22/2007,1799.84,1800.53,1771.24,1779.02,19008600,0\n01/23/2007,1775.73,1790.07,1771.44,1773.40,20011000,0\n01/24/2007,1784.05,1803.46,1781.82,1802.63,22020400,0\n01/25/2007,1807.23,1810.24,1774.58,1777.75,22022800,0\n01/26/2007,1782.59,1784.82,1763.30,1772.97,20670800,0\n01/29/2007,1769.84,1786.97,1767.09,1775.08,19154000,0\n01/30/2007,1780.15,1782.21,1772.03,1777.76,17696000,0\n01/31/2007,1774.45,1798.49,1764.63,1792.28,21867100,0\n02/01/2007,1801.95,1806.81,1785.54,1791.45,21700400,0\n02/02/2007,1794.87,1800.39,1788.97,1798.13,18767700,0\n02/05/2007,1796.47,1804.40,1789.72,1795.39,18753100,0\n02/06/2007,1799.67,1800.05,1776.51,1793.06,21137100,0\n02/07/2007,1802.61,1816.77,1796.18,1810.95,21984100,0\n02/08/2007,1806.56,1814.48,1800.63,1810.54,19958800,0\n02/09/2007,1815.47,1819.30,1780.44,1785.53,21865900,0\n02/12/2007,1786.33,1787.11,1774.25,1778.42,18402500,0\n02/13/2007,1781.30,1789.98,1778.66,1783.82,18213900,0\n02/14/2007,1791.95,1818.55,1791.95,1814.98,21735800,0\n02/15/2007,1815.44,1824.09,1813.07,1823.41,19496700,0\n02/16/2007,1815.82,1823.37,1813.90,1821.49,18874300,0\n02/20/2007,1817.10,1835.31,1808.11,1833.71,21655900,0\n02/21/2007,1826.36,1839.13,1824.53,1839.13,20124500,0\n02/22/2007,1846.20,1851.47,1832.60,1846.34,18509600,0\n02/23/2007,1844.24,1846.77,1832.40,1839.77,20122200,0\n02/26/2007,1847.92,1849.09,1819.76,1830.59,19124800,0\n02/27/2007,1801.29,1808.08,1750.70,1756.27,30373800,0\n02/28/2007,1756.97,1778.17,1746.29,1761.60,26204500,0\n03/01/2007,1728.37,1768.96,1717.95,1753.45,27107500,0\n03/02/2007,1743.78,1752.86,1726.03,1726.03,23527900,0\n03/05/2007,1713.34,1739.05,1710.97,1712.94,22916800,0\n03/06/2007,1732.03,1747.21,1727.12,1743.10,21214300,0\n03/07/2007,1740.43,1746.86,1733.82,1736.10,19593300,0\n03/08/2007,1753.72,1757.52,1741.47,1746.43,19899100,0\n03/09/2007,1761.30,1761.30,1734.35,1744.74,18750500,0\n03/12/2007,1741.31,1758.49,1741.31,1756.42,16379800,0\n03/13/2007,1746.65,1756.22,1722.48,1722.48,22350000,0\n03/14/2007,1725.41,1743.15,1711.28,1743.15,22556300,0\n03/15/2007,1742.67,1749.58,1737.04,1744.87,16904300,0\n03/16/2007,1747.24,1750.39,1733.58,1742.23,20316500,0\n03/19/2007,1752.46,1764.37,1747.05,1758.23,16509700,0\n03/20/2007,1758.82,1772.74,1757.94,1767.25,17619400,0\n03/21/2007,1774.63,1806.35,1763.54,1806.35,21587400,0\n03/22/2007,1804.47,1807.43,1793.38,1799.75,18872900,0\n03/23/2007,1798.20,1804.63,1792.74,1794.04,16344700,0\n03/26/2007,1795.70,1802.95,1774.96,1802.95,18178700,0\n03/27/2007,1796.71,1798.89,1787.98,1789.93,17080600,0\n03/28/2007,1781.77,1789.65,1770.54,1770.54,18683100,0\n03/29/2007,1783.06,1783.48,1753.43,1771.72,19260700,0\n03/30/2007,1772.71,1783.33,1758.10,1772.36,19985500,0\n04/02/2007,1775.69,1779.30,1761.65,1773.33,17841700,0\n04/03/2007,1782.85,1801.90,1781.89,1796.31,19320300,0\n04/04/2007,1799.80,1804.54,1795.00,1801.74,19333000,0\n04/05/2007,1798.68,1812.94,1798.53,1812.94,15378000,0\n04/09/2007,1816.99,1819.04,1805.09,1808.19,17148800,0\n04/10/2007,1806.66,1816.93,1806.66,1816.93,18345300,0\n04/11/2007,1813.73,1815.73,1793.25,1798.09,19579700,0\n04/12/2007,1793.55,1814.68,1788.40,1813.49,19055000,0\n04/13/2007,1811.52,1818.42,1801.89,1816.85,18343200,0\n04/16/2007,1823.32,1835.68,1823.32,1833.96,17794100,0\n04/17/2007,1834.39,1838.10,1829.11,1834.91,19009200,0\n04/18/2007,1829.13,1839.31,1823.29,1832.39,20467600,0\n04/19/2007,1824.19,1840.28,1819.31,1832.47,21129200,0\n04/20/2007,1857.14,1857.14,1838.77,1845.89,20842700,0\n04/23/2007,1847.40,1854.75,1844.80,1850.18,19285300,0\n04/24/2007,1856.41,1863.76,1844.05,1858.87,22206100,0\n04/25/2007,1866.79,1883.58,1859.06,1881.33,26441200,0\n04/26/2007,1889.63,1896.77,1884.26,1889.57,24060900,0\n04/27/2007,1885.38,1894.97,1883.36,1891.06,20781600,0\n04/30/2007,1891.49,1891.81,1867.75,1867.75,20807100,0\n05/01/2007,1869.86,1876.19,1857.33,1873.43,23517500,0\n05/02/2007,1875.30,1894.30,1874.39,1889.73,20731500,0\n05/03/2007,1893.16,1899.49,1888.74,1895.64,21371400,0\n05/04/2007,1903.42,1905.85,1888.40,1895.70,22141300,0\n05/07/2007,1896.67,1901.42,1893.97,1895.96,16523000,0\n05/08/2007,1890.22,1901.21,1883.01,1899.83,18977500,0\n05/09/2007,1889.99,1909.30,1889.99,1905.65,21042200,0\n05/10/2007,1897.14,1902.19,1874.24,1875.20,22376100,0\n05/11/2007,1878.65,1899.44,1878.38,1898.79,17255500,0\n05/14/2007,1901.66,1906.38,1878.63,1888.08,19414500,0\n05/15/2007,1887.63,1898.02,1870.24,1871.79,21877600,0\n05/16/2007,1880.51,1891.57,1866.98,1891.57,20610500,0\n05/17/2007,1888.15,1892.71,1882.04,1884.68,19248900,0\n05/18/2007,1892.00,1898.34,1885.93,1896.93,19969300,0\n05/21/2007,1898.16,1919.60,1897.86,1911.16,19742200,0\n05/22/2007,1912.63,1921.81,1905.77,1916.45,19439500,0\n05/23/2007,1920.52,1925.43,1903.87,1904.41,20110600,0\n05/24/2007,1904.30,1911.48,1869.51,1874.60,23508500,0\n05/25/2007,1881.79,1892.71,1877.73,1889.25,15597000,0\n05/29/2007,1889.66,1904.31,1887.26,1899.79,16510000,0\n05/30/2007,1889.77,1918.08,1884.45,1918.08,19691500,0\n05/31/2007,1922.94,1931.10,1919.27,1928.19,22868500,0\n06/01/2007,1934.61,1940.81,1925.65,1928.26,18800300,0\n06/04/2007,1920.55,1935.85,1920.21,1933.73,19472200,0\n06/05/2007,1927.99,1932.94,1916.38,1932.35,21828100,0\n06/06/2007,1925.26,1925.26,1908.80,1914.85,21634300,0\n06/07/2007,1906.96,1918.82,1882.17,1882.17,27162400,0\n06/08/2007,1883.99,1906.79,1876.52,1906.26,19081300,0\n06/11/2007,1905.86,1917.43,1900.73,1901.96,16149800,0\n06/12/2007,1892.60,1911.14,1887.77,1890.67,20472100,0\n06/13/2007,1897.76,1913.87,1892.55,1913.87,20866100,0\n06/14/2007,1914.63,1929.59,1913.53,1924.54,19362200,0\n06/15/2007,1946.93,1946.93,1937.99,1942.41,24207500,0\n06/18/2007,1946.61,1947.79,1939.27,1944.37,17171200,0\n06/19/2007,1938.68,1946.88,1932.75,1941.75,18718800,0\n06/20/2007,1946.19,1948.58,1922.07,1922.12,27932600,0\n06/21/2007,1921.38,1943.42,1915.77,1941.32,25626000,0\n06/22/2007,1936.29,1940.28,1917.52,1921.94,32403500,0\n06/25/2007,1922.88,1934.84,1905.02,1912.90,20390100,0\n06/26/2007,1923.70,1924.42,1901.18,1908.64,21003300,0\n06/27/2007,1901.34,1934.03,1899.92,1933.06,20202600,0\n06/28/2007,1933.01,1945.12,1930.53,1931.67,19234100,0\n06/29/2007,1944.21,1947.00,1920.83,1934.10,21684200,0\n07/02/2007,1941.77,1954.24,1939.74,1954.12,18538400,0\n07/03/2007,1957.17,1965.20,1953.93,1965.20,10891200,0\n07/05/2007,1967.72,1983.10,1964.49,1981.06,16945300,0\n07/06/2007,1980.34,1989.43,1973.40,1988.31,15971100,0\n07/09/2007,1990.43,1992.55,1982.37,1989.20,18952000,0\n07/10/2007,1978.98,1989.35,1970.36,1971.89,22293400,0\n07/11/2007,1968.78,1984.67,1965.61,1984.08,20142600,0\n07/12/2007,1992.71,2021.03,1990.89,2021.03,21663500,0\n07/13/2007,2018.64,2032.28,2017.28,2032.16,17291900,0\n07/16/2007,2029.63,2037.50,2024.30,2028.02,17510600,0\n07/17/2007,2031.59,2045.97,2030.57,2041.78,21586900,0\n07/18/2007,2028.88,2038.64,2019.17,2037.98,22573800,0\n07/19/2007,2051.88,2060.29,2046.96,2052.99,21775000,0\n07/20/2007,2047.14,2048.24,2024.25,2035.88,23359200,0\n07/23/2007,2042.30,2045.81,2031.37,2036.33,20340800,0\n07/24/2007,2019.24,2037.72,1995.62,2000.55,24632700,0\n07/25/2007,2018.06,2020.68,1996.05,2011.14,24822500,0\n07/26/2007,1998.15,2012.49,1955.62,1986.60,33921400,0\n07/27/2007,1988.56,1997.79,1956.16,1956.19,27052900,0\n07/30/2007,1958.56,1981.86,1951.36,1973.93,22917100,0\n07/31/2007,1991.51,1992.53,1931.99,1932.06,27891300,0\n08/01/2007,1931.05,1946.76,1912.10,1945.08,29122700,0\n08/02/2007,1954.55,1969.66,1944.37,1966.60,24569700,0\n08/03/2007,1962.00,1964.50,1918.56,1918.56,25044300,0\n08/06/2007,1931.13,1954.37,1912.69,1954.37,28155600,0\n08/07/2007,1943.00,1976.70,1932.05,1961.64,27040300,0\n08/08/2007,1975.17,1995.00,1968.34,1987.34,35428900,0\n08/09/2007,1957.63,1990.96,1936.76,1936.76,35934500,0\n08/10/2007,1915.00,1944.54,1896.69,1925.14,32025700,0\n08/13/2007,1943.62,1946.75,1931.33,1934.41,21547500,0\n08/14/2007,1938.23,1940.89,1901.32,1901.32,19828600,0\n08/15/2007,1893.21,1913.79,1864.20,1864.92,22598700,0\n08/16/2007,1846.88,1865.47,1805.66,1846.09,32796200,0\n08/17/2007,1876.33,1893.77,1853.87,1888.78,25803400,0\n08/20/2007,1892.55,1899.05,1874.27,1893.05,16564400,0\n08/21/2007,1885.44,1915.10,1885.44,1910.99,16770800,0\n08/22/2007,1929.57,1938.79,1922.19,1936.77,17870600,0\n08/23/2007,1944.07,1945.11,1920.62,1931.88,16228800,0\n08/24/2007,1927.12,1961.38,1924.11,1961.38,16248600,0\n08/27/2007,1955.66,1958.96,1945.51,1947.49,13140300,0\n08/28/2007,1933.61,1939.10,1899.24,1899.24,15628000,0\n08/29/2007,1915.69,1955.46,1913.49,1954.85,16497200,0\n08/30/2007,1942.38,1980.95,1940.92,1963.75,17049100,0\n08/31/2007,1988.23,1993.73,1975.83,1988.73,15366400,0\n09/04/2007,1990.34,2032.10,1989.28,2020.51,15144500,0\n09/05/2007,2012.37,2017.32,1987.30,1994.38,19218200,0\n09/06/2007,2002.15,2006.05,1984.44,1998.67,17952200,0\n09/07/2007,1972.24,1975.31,1949.87,1958.35,19065200,0\n09/10/2007,1975.72,1980.97,1943.27,1960.20,17714300,0\n09/11/2007,1973.31,1991.02,1969.52,1988.98,17437300,0\n09/12/2007,1985.46,2006.37,1983.44,1988.96,18885700,0\n09/13/2007,2005.98,2005.98,1989.91,1998.63,16665100,0\n09/14/2007,1987.81,2004.03,1981.91,2000.82,15865800,0\n09/17/2007,1992.22,1995.47,1975.29,1983.08,14077800,0\n09/18/2007,1993.00,2035.37,1985.70,2035.37,20836200,0\n09/19/2007,2045.97,2056.27,2032.08,2041.36,21838100,0\n09/20/2007,2034.29,2043.21,2029.53,2032.61,17514600,0\n09/21/2007,2043.56,2054.09,2041.48,2049.48,22683000,0\n09/24/2007,2054.65,2072.70,2047.51,2057.25,18489500,0\n09/25/2007,2049.78,2076.83,2048.34,2076.83,19108900,0\n09/26/2007,2088.32,2094.97,2079.92,2088.38,19840100,0\n09/27/2007,2100.54,2100.54,2089.58,2096.39,17450700,0\n09/28/2007,2094.79,2101.96,2082.04,2091.11,19298900,0\n10/01/2007,2093.55,2120.79,2092.60,2116.97,19140800,0\n10/02/2007,2116.58,2117.34,2104.15,2115.89,17404600,0\n10/03/2007,2108.06,2117.38,2095.30,2103.01,18510900,0\n10/04/2007,2105.81,2107.72,2088.79,2105.56,16955200,0\n10/05/2007,2121.73,2151.72,2118.13,2149.67,20128600,0\n10/08/2007,2148.59,2163.26,2144.22,2163.26,14966100,0\n10/09/2007,2168.01,2173.95,2157.95,2171.21,18651200,0\n10/10/2007,2171.72,2178.95,2164.91,2176.98,19166300,0\n10/11/2007,2188.46,2194.14,2127.07,2140.92,18462528,0\n10/12/2007,2152.72,2177.99,2148.38,2177.99,19577900,0\n10/15/2007,2180.52,2184.86,2143.90,2158.92,19671200,0\n10/16/2007,2148.29,2166.65,2143.56,2151.14,20385200,0\n10/17/2007,2183.07,2183.07,2143.54,2179.14,24000800,0\n10/18/2007,2169.92,2191.66,2161.68,2187.52,19730100,0\n10/19/2007,2189.16,2189.16,2131.08,2131.08,23716500,0\n10/22/2007,2119.35,2160.02,2116.64,2157.45,19587100,0\n10/23/2007,2184.47,2205.18,2170.47,2205.18,23357700,0\n10/24/2007,2186.04,2194.35,2140.87,2188.59,27396800,0\n10/25/2007,2187.08,2195.40,2146.23,2161.52,27533600,0\n10/26/2007,2201.42,2203.88,2174.82,2194.59,25836800,0\n10/29/2007,2201.50,2209.39,2191.21,2203.42,20147300,0\n10/30/2007,2196.98,2218.88,2192.69,2207.61,21219300,0\n10/31/2007,2212.37,2239.23,2199.02,2238.98,25345300,0\n11/01/2007,2221.17,2226.88,2196.35,2197.07,25284100,0\n11/02/2007,2213.20,2218.66,2181.50,2213.86,24260500,0\n11/05/2007,2191.14,2212.06,2179.90,2200.48,20925900,0\n11/06/2007,2210.37,2224.43,2188.10,2223.97,24821600,0\n11/07/2007,2206.09,2219.82,2168.55,2169.43,24911800,0\n11/08/2007,2163.57,2167.81,2066.55,2106.16,34618100,0\n11/09/2007,2058.68,2078.06,2033.88,2034.30,29557900,0\n11/12/2007,2027.20,2043.05,1980.18,1982.16,28207400,0\n11/13/2007,2009.70,2066.08,2009.70,2066.08,26627800,0\n11/14/2007,2090.67,2091.06,2030.62,2038.05,24202600,0\n11/15/2007,2035.46,2054.06,2007.78,2024.03,22894800,0\n11/16/2007,2038.27,2052.20,2006.85,2048.62,25156800,0\n11/19/2007,2040.34,2050.03,2009.71,2021.14,21880000,0\n11/20/2007,2032.50,2064.08,1990.12,2029.94,26073700,0\n11/21/2007,2003.92,2039.39,1986.45,2006.38,20347300,0\n11/23/2007,2020.39,2031.87,2008.13,2028.90,8043300,0\n11/26/2007,2031.89,2047.92,1988.30,1989.36,20194000,0\n11/27/2007,2008.60,2034.65,1997.53,2033.76,21669300,0\n11/28/2007,2060.02,2100.97,2055.77,2095.39,25185800,0\n11/29/2007,2082.95,2108.25,2082.19,2102.42,21571700,0\n11/30/2007,2122.64,2122.64,2071.78,2089.10,25713400,0\n12/03/2007,2083.45,2094.36,2066.23,2067.45,19947100,0\n12/04/2007,2049.74,2070.39,2048.65,2059.06,20447400,0\n12/05/2007,2083.46,2103.83,2079.67,2099.31,22588400,0\n12/06/2007,2100.27,2128.32,2098.30,2127.65,19706800,0\n12/07/2007,2128.01,2135.24,2116.63,2130.00,18550700,0\n12/10/2007,2132.37,2141.36,2126.97,2134.88,17765400,0\n12/11/2007,2138.23,2147.68,2081.55,2083.72,21952000,0\n12/12/2007,2124.76,2130.57,2070.52,2101.36,23119000,0\n12/13/2007,2084.22,2097.95,2072.75,2094.68,21437600,0\n12/14/2007,2076.11,2096.96,2069.94,2072.11,19023900,0\n12/17/2007,2063.56,2068.92,2020.26,2020.80,18731100,0\n12/18/2007,2037.91,2042.29,1999.59,2029.49,19825900,0\n12/19/2007,2029.46,2038.99,2016.69,2031.00,18359200,0\n12/20/2007,2056.19,2070.51,2040.38,2069.68,19604700,0\n12/21/2007,2098.93,2111.77,2094.65,2111.77,25088000,0\n12/24/2007,2113.70,2131.73,2113.12,2128.62,7786200,0\n12/26/2007,2119.11,2141.08,2116.21,2136.94,12418300,0\n12/27/2007,2130.38,2135.55,2104.02,2106.09,23248200,0\n12/28/2007,2115.43,2121.28,2092.03,2107.05,13388500,0\n12/31/2007,2095.33,2102.39,2083.58,2084.93,14545500,0\n01/02/2008,2086.36,2094.22,2040.43,2049.71,20766900,0\n01/03/2008,2051.46,2064.73,2040.01,2051.76,19702000,0\n01/04/2008,2025.36,2025.36,1963.02,1963.52,25163100,0\n01/07/2008,1971.52,1975.87,1929.27,1957.44,26001000,0\n01/08/2008,1966.96,1983.14,1910.33,1910.33,25664800,0\n01/09/2008,1912.12,1949.20,1889.92,1949.20,28211600,0\n01/10/2008,1931.82,1968.09,1924.39,1953.64,26404000,0\n01/11/2008,1934.29,1941.53,1900.23,1912.81,23554900,0\n01/14/2008,1937.85,1952.55,1924.86,1949.15,21342300,0\n01/15/2008,1925.26,1931.71,1885.45,1894.09,23901200,0\n01/16/2008,1874.55,1907.30,1848.58,1872.29,33973300,0\n01/17/2008,1885.60,1894.19,1838.99,1842.10,27859300,0\n01/18/2008,1838.72,1876.04,1829.62,1844.09,29913600,0\n01/22/2008,1740.53,1820.51,1740.53,1795.61,31614300,0\n01/23/2008,1725.49,1794.46,1693.06,1789.53,36502500,0\n01/24/2008,1806.61,1826.92,1793.11,1826.92,29289000,0\n01/25/2008,1864.01,1864.01,1788.07,1789.17,25994100,0\n01/28/2008,1788.12,1807.12,1773.70,1805.08,20338600,0\n01/29/2008,1814.56,1816.43,1792.64,1807.67,21600400,0\n01/30/2008,1803.24,1843.20,1798.31,1808.51,26188500,0\n01/31/2008,1782.83,1853.81,1782.02,1841.42,28134200,0\n02/01/2008,1850.44,1864.97,1826.43,1855.27,30601800,0\n02/04/2008,1856.15,1856.15,1828.11,1828.80,20509400,0\n02/05/2008,1798.10,1813.55,1773.49,1773.49,25018200,0\n02/06/2008,1790.08,1795.82,1739.55,1740.95,23620200,0\n02/07/2008,1723.31,1779.27,1714.86,1753.30,29463600,0\n02/08/2008,1753.40,1779.48,1746.34,1773.74,22293300,0\n02/11/2008,1781.29,1797.39,1770.91,1793.09,20722700,0\n02/12/2008,1803.74,1812.43,1769.62,1780.54,21835300,0\n02/13/2008,1802.48,1824.22,1795.67,1823.00,21746700,0\n02/14/2008,1825.05,1825.05,1784.78,1787.59,22675800,0\n02/15/2008,1777.27,1787.33,1767.34,1780.38,19995400,0\n02/19/2008,1803.02,1807.45,1759.24,1764.81,19886900,0\n02/20/2008,1757.45,1791.35,1756.64,1787.45,22581800,0\n02/21/2008,1805.84,1806.44,1762.24,1766.30,22775400,0\n02/22/2008,1773.27,1774.97,1739.15,1773.44,23244500,0\n02/25/2008,1770.67,1790.77,1761.93,1785.46,21528800,0\n02/26/2008,1770.03,1807.41,1763.41,1791.31,22636500,0\n02/27/2008,1778.26,1806.42,1775.45,1799.94,22165400,0\n02/28/2008,1792.64,1808.65,1786.20,1794.46,20320400,0\n02/29/2008,1775.63,1778.07,1740.90,1745.27,24053600,0\n03/03/2008,1740.84,1746.56,1716.52,1733.27,21450700,0\n03/04/2008,1724.09,1748.07,1707.42,1743.70,26699800,0\n03/05/2008,1746.66,1768.13,1737.26,1753.57,22090900,0\n03/06/2008,1753.25,1757.56,1710.96,1712.50,21650900,0\n03/07/2008,1700.25,1731.39,1682.03,1707.50,23869800,0\n03/10/2008,1706.30,1711.03,1672.76,1673.03,21010100,0\n03/11/2008,1703.52,1740.95,1686.47,1740.95,25260400,0\n03/12/2008,1745.75,1764.72,1731.08,1735.18,20771400,0\n03/13/2008,1712.40,1760.23,1699.17,1750.40,24192200,0\n03/14/2008,1759.48,1762.37,1696.22,1713.83,25473100,0\n03/17/2008,1674.23,1706.02,1668.57,1687.19,23382100,0\n03/18/2008,1716.85,1761.05,1712.21,1761.05,24116300,0\n03/19/2008,1763.82,1772.09,1715.59,1715.59,22654200,0\n03/20/2008,1722.98,1752.28,1712.33,1751.99,27644800,0\n03/24/2008,1759.12,1819.26,1759.12,1814.40,23126000,0\n03/25/2008,1818.98,1831.98,1800.71,1824.54,20990600,0\n03/26/2008,1814.22,1822.57,1800.83,1817.28,19152100,0\n03/27/2008,1811.32,1811.32,1777.75,1777.89,20387700,0\n03/28/2008,1790.90,1802.18,1762.20,1767.57,17857700,0\n03/31/2008,1773.03,1789.52,1767.86,1781.93,17883600,0\n04/01/2008,1809.66,1855.48,1805.79,1855.48,21601200,0\n04/02/2008,1858.12,1870.55,1836.63,1848.80,19966800,0\n04/03/2008,1840.55,1866.57,1835.96,1855.19,19934800,0\n04/04/2008,1863.12,1884.13,1846.56,1865.87,19775600,0\n04/07/2008,1879.47,1885.93,1856.57,1860.83,17300200,0\n04/08/2008,1845.25,1858.74,1837.47,1846.14,16352900,0\n04/09/2008,1846.04,1849.20,1815.05,1826.19,19220500,0\n04/10/2008,1826.09,1863.20,1826.09,1852.97,21590000,0\n04/11/2008,1831.13,1833.14,1794.82,1798.72,19025400,0\n04/14/2008,1794.25,1807.76,1788.01,1790.93,16267100,0\n04/15/2008,1801.52,1802.73,1776.60,1794.73,18847500,0\n04/16/2008,1817.02,1849.45,1815.80,1846.89,21287700,0\n04/17/2008,1847.11,1848.28,1829.94,1840.88,17793000,0\n04/18/2008,1891.75,1908.00,1879.94,1900.28,21909200,0\n04/21/2008,1894.90,1914.21,1890.80,1913.12,16012800,0\n04/22/2008,1901.95,1901.95,1867.72,1881.65,19416800,0\n04/23/2008,1898.72,1913.62,1888.71,1906.66,21815800,0\n04/24/2008,1910.25,1942.98,1886.94,1924.58,23371600,0\n04/25/2008,1922.40,1925.04,1894.11,1918.58,19562600,0\n04/28/2008,1920.02,1936.10,1917.03,1923.26,17246800,0\n04/29/2008,1915.02,1941.91,1914.25,1933.60,17690300,0\n04/30/2008,1939.89,1953.59,1912.81,1917.70,21273900,0\n05/01/2008,1922.12,1980.44,1921.05,1980.44,23447700,0\n05/02/2008,1993.20,1996.52,1965.84,1981.87,22795100,0\n05/05/2008,1979.58,1992.69,1967.82,1975.82,20851100,0\n05/06/2008,1966.25,1996.80,1957.63,1990.61,20972600,0\n05/07/2008,1988.44,2000.72,1946.28,1951.42,22388100,0\n05/08/2008,1962.55,1979.12,1954.36,1966.86,20317700,0\n05/09/2008,1948.13,1969.36,1947.60,1960.29,17115100,0\n05/12/2008,1966.12,1998.86,1959.48,1997.02,17693300,0\n05/13/2008,1999.46,2004.53,1981.99,2000.61,18952500,0\n05/14/2008,2011.58,2028.67,1993.91,1997.30,21292700,0\n05/15/2008,1996.61,2032.36,1991.20,2031.34,21763200,0\n05/16/2008,2033.95,2035.81,2009.89,2031.27,22860900,0\n05/19/2008,2032.29,2050.79,2005.34,2016.60,22695900,0\n05/20/2008,2002.53,2010.18,1987.50,2000.67,19910100,0\n05/21/2008,2002.89,2015.23,1952.77,1956.80,21664500,0\n05/22/2008,1960.90,1978.05,1955.64,1964.92,19320800,0\n05/23/2008,1962.02,1964.68,1943.85,1958.96,17340700,0\n05/27/2008,1962.67,1995.45,1962.67,1995.44,17427100,0\n05/28/2008,2004.10,2004.66,1981.25,2000.07,17927500,0\n05/29/2008,2002.56,2030.24,2001.78,2019.02,19561000,0\n05/30/2008,2026.92,2040.97,2022.16,2032.57,21533500,0\n06/02/2008,2028.33,2028.33,1989.33,2006.84,19727600,0\n06/03/2008,2016.72,2027.20,1977.87,1996.79,21480400,0\n06/04/2008,1988.94,2035.09,1988.94,2012.50,21535100,0\n06/05/2008,2027.41,2055.82,2020.59,2055.11,22547600,0\n06/06/2008,2037.16,2039.50,1990.39,1990.39,21922400,0\n06/09/2008,1995.69,1997.94,1948.27,1979.71,20846300,0\n06/10/2008,1957.78,1988.00,1957.05,1972.54,20811300,0\n06/11/2008,1967.80,1970.31,1924.33,1924.33,20658100,0\n06/12/2008,1940.69,1954.23,1909.89,1924.26,22766400,0\n06/13/2008,1938.89,1968.12,1928.71,1966.01,21060500,0\n06/16/2008,1952.88,1991.72,1952.88,1984.76,18717200,0\n06/17/2008,1990.33,1993.12,1969.73,1972.82,17980500,0\n06/18/2008,1962.01,1968.09,1943.92,1951.10,20307000,0\n06/19/2008,1944.14,1991.25,1935.85,1982.69,22945400,0\n06/20/2008,1965.70,1965.70,1920.32,1928.39,25703200,0\n06/23/2008,1936.05,1940.68,1910.88,1913.31,19162300,0\n06/24/2008,1904.90,1926.10,1888.01,1903.74,21959200,0\n06/25/2008,1913.79,1951.49,1910.21,1933.86,21539700,0\n06/26/2008,1896.78,1898.78,1855.39,1855.39,23008400,0\n06/27/2008,1849.21,1865.60,1829.30,1855.72,34035400,0\n06/30/2008,1851.77,1863.32,1837.09,1837.09,20964000,0\n07/01/2008,1818.52,1864.07,1817.08,1862.71,26538900,0\n07/02/2008,1872.51,1874.83,1815.84,1816.15,23763000,0\n07/03/2008,1823.79,1832.21,1801.66,1816.35,14236700,0\n07/07/2008,1828.71,1848.29,1799.49,1826.93,23639900,0\n07/08/2008,1826.40,1871.28,1821.96,1871.28,24623800,0\n07/09/2008,1865.48,1871.27,1818.92,1819.18,22855600,0\n07/10/2008,1823.63,1846.53,1805.28,1839.57,23008800,0\n07/11/2008,1816.45,1839.77,1784.39,1810.88,23401800,0\n07/14/2008,1836.30,1837.04,1792.54,1798.03,19979900,0\n07/15/2008,1784.59,1826.11,1761.08,1798.35,27984100,0\n07/16/2008,1799.27,1844.54,1786.06,1843.87,24250200,0\n07/17/2008,1851.88,1862.99,1829.70,1853.47,25706700,0\n07/18/2008,1825.06,1834.72,1816.76,1823.23,22258000,0\n07/21/2008,1831.25,1837.53,1809.80,1819.76,18594100,0\n07/22/2008,1789.54,1821.83,1784.26,1821.62,25103100,0\n07/23/2008,1825.71,1865.19,1819.08,1845.56,27301800,0\n07/24/2008,1851.01,1854.97,1816.84,1816.98,24999200,0\n07/25/2008,1832.40,1849.19,1820.90,1846.55,20451300,0\n07/28/2008,1841.57,1850.46,1798.31,1802.99,19312300,0\n07/29/2008,1812.15,1851.31,1812.15,1845.55,22740900,0\n07/30/2008,1849.45,1862.97,1825.64,1852.80,22809400,0\n07/31/2008,1836.49,1874.54,1832.70,1849.15,19312300,0\n08/01/2008,1851.12,1851.12,1806.40,1826.56,23121400,0\n08/04/2008,1823.51,1825.68,1802.09,1804.84,20102000,0\n08/05/2008,1827.13,1869.76,1823.97,1869.76,23247300,0\n08/06/2008,1867.21,1902.87,1853.41,1895.21,22287100,0\n08/07/2008,1881.17,1904.13,1873.01,1880.09,21891200,0\n08/08/2008,1878.63,1928.52,1877.13,1926.23,21896300,0\n08/11/2008,1922.12,1962.54,1917.85,1941.23,22722400,0\n08/12/2008,1937.87,1957.40,1932.47,1941.07,20526100,0\n08/13/2008,1936.18,1955.54,1920.77,1942.02,19954900,0\n08/14/2008,1930.40,1969.37,1930.38,1964.38,18358300,0\n08/15/2008,1970.66,1973.56,1950.11,1957.56,17421800,0\n08/18/2008,1959.05,1963.51,1920.99,1932.70,16326100,0\n08/19/2008,1918.75,1933.13,1900.41,1908.68,17162800,0\n08/20/2008,1918.57,1932.42,1900.02,1913.02,17464700,0\n08/21/2008,1900.42,1913.39,1886.24,1906.74,15624300,0\n08/22/2008,1919.62,1937.76,1915.36,1931.47,13659100,0\n08/25/2008,1916.99,1918.80,1885.69,1889.72,23669200,0\n08/26/2008,1889.55,1901.09,1874.81,1886.32,12569800,0\n08/27/2008,1886.76,1913.53,1881.54,1900.30,15407000,0\n08/28/2008,1907.17,1921.19,1904.20,1915.12,15826800,0\n08/29/2008,1897.56,1899.56,1866.81,1872.54,15590300,0\n09/02/2008,1904.75,1912.72,1843.07,1850.14,20105800,0\n09/03/2008,1849.27,1854.42,1820.48,1833.09,20621400,0\n09/04/2008,1819.43,1824.61,1774.78,1774.78,23323200,0\n09/05/2008,1757.74,1778.88,1740.44,1768.23,22610300,0\n09/08/2008,1794.08,1796.82,1734.93,1762.95,25663000,0\n09/09/2008,1763.14,1779.32,1721.55,1721.55,25905900,0\n09/10/2008,1743.25,1754.21,1725.76,1738.07,22503600,0\n09/11/2008,1713.90,1774.41,1713.86,1773.65,22696700,0\n09/12/2008,1758.55,1775.47,1743.71,1767.13,19735900,0\n09/15/2008,1713.28,1757.57,1705.46,1705.46,26978200,0\n09/16/2008,1686.73,1739.16,1683.34,1720.81,31876300,0\n09/17/2008,1697.99,1708.20,1632.45,1632.45,34020100,0\n09/18/2008,1667.09,1704.22,1606.30,1697.42,38672900,0\n09/19/2008,1768.09,1773.83,1718.23,1745.06,38982300,0\n09/22/2008,1737.67,1743.34,1665.41,1665.94,18811600,0\n09/23/2008,1675.62,1696.62,1645.58,1648.40,19741800,0\n09/24/2008,1653.69,1677.86,1648.65,1661.33,18181700,0\n09/25/2008,1675.46,1708.44,1668.71,1687.55,18463300,0\n09/26/2008,1635.06,1677.65,1635.06,1672.04,19492000,0\n09/29/2008,1631.52,1643.22,1496.15,1496.15,28081000,0\n09/30/2008,1543.11,1597.73,1529.97,1584.60,23762400,0\n10/01/2008,1581.71,1584.26,1547.99,1563.80,18993300,0\n10/02/2008,1554.86,1554.86,1490.72,1491.11,21737500,0\n10/03/2008,1512.69,1551.58,1469.00,1470.84,25014800,0\n10/06/2008,1426.54,1440.19,1339.17,1411.28,35022500,0\n10/07/2008,1426.03,1433.12,1329.98,1329.98,28258100,0\n10/08/2008,1295.47,1386.34,1295.47,1330.61,35160700,0\n10/09/2008,1353.59,1369.77,1261.54,1275.10,26223100,0\n10/10/2008,1225.99,1317.48,1196.11,1267.58,41640900,0\n10/13/2008,1337.31,1429.54,1318.86,1429.54,26656900,0\n10/14/2008,1469.98,1470.99,1350.64,1364.59,29128500,0\n10/15/2008,1347.65,1356.15,1244.23,1244.23,25401800,0\n10/16/2008,1251.37,1312.97,1192.25,1312.97,33310400,0\n10/17/2008,1285.36,1367.89,1278.95,1311.72,27110300,0\n10/20/2008,1330.85,1352.76,1289.97,1352.76,20217500,0\n10/21/2008,1329.62,1351.61,1281.73,1283.43,20998100,0\n10/22/2008,1274.79,1284.85,1209.84,1237.09,25608100,0\n10/23/2008,1239.07,1264.04,1177.17,1239.16,31047000,0\n10/24/2008,1146.95,1229.00,1146.95,1202.27,26919400,0\n10/27/2008,1182.33,1227.46,1167.70,1169.78,22244300,0\n10/28/2008,1205.35,1297.57,1174.59,1297.57,27775400,0\n10/29/2008,1294.48,1343.84,1272.19,1302.12,27487200,0\n10/30/2008,1332.43,1344.21,1301.00,1333.94,25044200,0\n10/31/2008,1321.06,1358.75,1306.02,1334.78,24371200,0\n11/03/2008,1333.76,1346.85,1322.43,1334.75,17708800,0\n11/04/2008,1363.73,1382.65,1342.30,1378.40,23063500,0\n11/05/2008,1362.82,1365.28,1298.57,1299.98,20924100,0\n11/06/2008,1278.80,1294.73,1235.85,1241.97,23678800,0\n11/07/2008,1256.99,1279.42,1244.19,1271.62,18862300,0\n11/10/2008,1299.21,1299.21,1237.12,1251.00,16749000,0\n11/11/2008,1235.43,1249.35,1208.99,1225.59,19090800,0\n11/12/2008,1202.52,1210.98,1164.93,1165.38,21208700,0\n11/13/2008,1162.50,1240.93,1109.89,1240.93,30095500,0\n11/14/2008,1205.92,1235.90,1176.28,1179.63,22437500,0\n11/17/2008,1159.92,1187.98,1149.20,1151.96,18315400,0\n11/18/2008,1159.26,1167.23,1113.25,1155.75,23492300,0\n11/19/2008,1153.20,1168.53,1087.60,1087.60,23728800,0\n11/20/2008,1075.84,1114.98,1035.25,1037.69,31476500,0\n11/21/2008,1052.62,1085.57,1018.86,1083.34,30712800,0\n11/24/2008,1109.08,1163.05,1096.55,1149.39,25536200,0\n11/25/2008,1164.36,1164.60,1118.28,1142.58,24575100,0\n11/26/2008,1129.50,1193.09,1126.95,1193.09,19800200,0\n11/28/2008,1182.25,1185.99,1171.82,1185.75,7875800,0\n12/01/2008,1156.53,1156.53,1091.16,1091.16,19044700,0\n12/02/2008,1110.49,1132.93,1091.04,1130.00,20567300,0\n12/03/2008,1101.87,1166.20,1101.63,1166.20,22401500,0\n12/04/2008,1143.71,1168.65,1110.66,1127.75,20201100,0\n12/05/2008,1116.24,1180.09,1096.09,1177.87,21777200,0\n12/08/2008,1200.58,1237.18,1196.91,1225.06,22908100,0\n12/09/2008,1205.70,1251.56,1202.14,1212.45,22464700,0\n12/10/2008,1216.76,1236.53,1203.72,1222.38,19556000,0\n12/11/2008,1210.80,1229.02,1176.11,1180.46,20181900,0\n12/12/2008,1155.68,1212.00,1155.68,1206.65,18699000,0\n12/15/2008,1204.83,1206.88,1167.45,1181.87,16778900,0\n12/16/2008,1192.33,1244.81,1192.33,1243.49,21809600,0\n12/17/2008,1223.87,1242.18,1211.46,1225.86,21113700,0\n12/18/2008,1230.78,1234.14,1192.70,1204.69,20923200,0\n12/19/2008,1216.54,1235.24,1210.91,1217.19,26514400,0\n12/22/2008,1217.08,1217.08,1169.23,1189.15,16293200,0\n12/23/2008,1197.47,1204.61,1175.84,1183.19,13310500,0\n12/24/2008,1183.77,1187.98,1179.29,1184.30,4909900,0\n12/26/2008,1189.28,1190.53,1178.68,1185.44,5927600,0\n12/29/2008,1186.71,1188.05,1158.07,1173.15,11862400,0\n12/30/2008,1180.12,1203.41,1177.92,1201.34,13741800,0\n12/31/2008,1201.63,1223.46,1199.53,1211.65,15212200,0\n01/02/2009,1212.24,1266.45,1208.91,1263.70,14384100,0\n01/05/2009,1259.08,1274.11,1244.89,1262.52,18165800,0\n01/06/2009,1273.93,1286.08,1265.53,1274.49,21376400,0\n01/07/2009,1250.17,1256.34,1228.32,1238.60,20201700,0\n01/08/2009,1233.20,1252.52,1223.81,1252.52,19681600,0\n01/09/2009,1254.85,1254.85,1217.59,1223.01,19073900,0\n01/12/2009,1223.85,1225.78,1188.21,1201.13,17635900,0\n01/13/2009,1198.61,1219.05,1186.95,1202.65,19655700,0\n01/14/2009,1183.72,1190.42,1157.89,1163.42,19199800,0\n01/15/2009,1156.54,1192.45,1141.74,1183.52,25078700,0\n01/16/2009,1201.54,1202.81,1167.34,1198.14,22350700,0\n01/20/2009,1192.00,1195.89,1136.61,1136.61,19896100,0\n01/21/2009,1154.95,1186.43,1142.33,1185.76,21200800,0\n01/22/2009,1160.77,1187.71,1149.31,1168.08,22861900,0\n01/23/2009,1149.20,1192.64,1144.41,1175.89,22108400,0\n01/26/2009,1176.45,1202.94,1169.21,1184.56,18154000,0\n01/27/2009,1189.80,1202.05,1184.42,1194.41,17841100,0\n01/28/2009,1215.31,1245.98,1213.24,1235.91,21222500,0\n01/29/2009,1216.93,1220.72,1198.76,1203.85,19321000,0\n01/30/2009,1210.32,1216.46,1176.82,1180.25,20545900,0\n02/02/2009,1170.19,1203.53,1167.49,1195.75,19870800,0\n02/03/2009,1197.46,1218.91,1180.25,1215.66,20498400,0\n02/04/2009,1215.63,1243.68,1210.98,1215.43,21970500,0\n02/05/2009,1200.84,1250.14,1199.53,1245.11,25117000,0\n02/06/2009,1247.43,1280.40,1243.86,1277.49,23895300,0\n02/09/2009,1276.70,1286.81,1267.86,1281.65,19069400,0\n02/10/2009,1269.34,1286.90,1223.54,1229.29,24433700,0\n02/11/2009,1228.80,1239.92,1208.53,1227.05,22364500,0\n02/12/2009,1208.89,1243.59,1204.38,1242.81,24282500,0\n02/13/2009,1241.16,1250.11,1231.63,1236.85,19901900,0\n02/17/2009,1201.42,1204.54,1180.43,1187.04,23352700,0\n02/18/2009,1193.79,1204.56,1172.94,1188.77,20297100,0\n02/19/2009,1197.09,1201.94,1166.52,1167.89,19910000,0\n02/20/2009,1160.57,1183.36,1153.18,1172.71,25260400,0\n02/23/2009,1176.23,1180.10,1126.58,1128.97,19777400,0\n02/24/2009,1138.71,1176.52,1136.22,1171.45,23396600,0\n02/25/2009,1160.59,1183.93,1142.83,1160.83,23453800,0\n02/26/2009,1169.99,1174.77,1127.10,1127.10,23019900,0\n02/27/2009,1110.94,1135.45,1110.94,1116.99,23932800,0\n03/02/2009,1098.59,1116.22,1074.79,1076.67,20331100,0\n03/03/2009,1087.74,1102.10,1072.42,1080.67,23388800,0\n03/04/2009,1098.23,1124.67,1093.42,1110.30,23051800,0\n03/05/2009,1094.45,1105.53,1072.51,1074.52,23258400,0\n03/06/2009,1077.61,1088.04,1043.60,1064.70,24438200,0\n03/09/2009,1054.93,1087.40,1040.41,1043.87,20371300,0\n03/10/2009,1064.02,1112.44,1060.42,1112.44,23597300,0\n03/11/2009,1119.25,1135.40,1106.72,1125.95,21690500,0\n03/12/2009,1121.17,1167.19,1113.67,1164.71,23927700,0\n03/13/2009,1167.45,1170.48,1149.59,1168.52,20221700,0\n03/16/2009,1175.69,1177.33,1144.21,1145.45,20994600,0\n03/17/2009,1149.27,1192.17,1148.80,1192.17,20732300,0\n03/18/2009,1187.11,1225.16,1180.34,1206.96,27649500,0\n03/19/2009,1219.87,1220.48,1196.20,1204.21,23235100,0\n03/20/2009,1215.15,1220.50,1178.52,1187.18,23944700,0\n03/23/2009,1213.12,1259.81,1203.85,1259.81,21725900,0\n03/24/2009,1245.65,1255.10,1232.74,1234.34,20095300,0\n03/25/2009,1243.44,1261.41,1206.52,1236.66,24311800,0\n03/26/2009,1254.09,1281.30,1250.14,1281.30,25350500,0\n03/27/2009,1263.62,1267.27,1248.87,1251.47,20716700,0\n03/30/2009,1230.89,1231.48,1204.96,1220.81,20202000,0\n03/31/2009,1232.59,1258.08,1231.52,1237.01,21574100,0\n04/01/2009,1215.90,1255.03,1211.60,1252.51,22565800,0\n04/02/2009,1274.41,1311.67,1269.91,1294.30,28336000,0\n04/03/2009,1306.50,1316.71,1294.16,1316.16,21133800,0\n04/06/2009,1301.43,1313.95,1286.95,1313.10,19980900,0\n04/07/2009,1296.20,1296.35,1268.79,1275.42,18547000,0\n04/08/2009,1289.70,1306.50,1280.29,1300.75,18379000,0\n04/09/2009,1322.23,1341.77,1319.28,1340.28,21654500,0\n04/13/2009,1333.72,1344.48,1322.94,1336.67,18245300,0\n04/14/2009,1325.73,1336.35,1312.37,1322.31,22536500,0\n04/15/2009,1311.15,1317.93,1295.10,1316.51,20426000,0\n04/16/2009,1334.02,1358.71,1322.22,1352.98,23906200,0\n04/17/2009,1347.37,1361.68,1339.13,1353.92,24184400,0\n04/20/2009,1330.18,1333.72,1303.85,1309.37,30618500,0\n04/21/2009,1303.87,1330.67,1303.73,1329.06,24229900,0\n04/22/2009,1322.10,1362.84,1317.51,1335.72,26574800,0\n04/23/2009,1340.77,1345.67,1321.42,1344.41,24635000,0\n04/24/2009,1352.55,1379.38,1345.03,1373.28,25471500,0\n04/27/2009,1359.88,1384.85,1357.39,1369.94,22037000,0\n04/28/2009,1362.94,1378.56,1355.99,1361.92,20804100,0\n04/29/2009,1373.30,1398.36,1370.52,1382.38,23857200,0\n04/30/2009,1398.44,1418.77,1384.37,1394.33,28713000,0\n05/01/2009,1396.22,1403.89,1382.90,1396.62,21659300,0\n05/04/2009,1407.65,1428.02,1403.47,1427.96,25248000,0\n05/05/2009,1423.88,1425.05,1408.29,1423.81,25382900,0\n05/06/2009,1433.58,1435.80,1401.10,1423.85,29665100,0\n05/07/2009,1429.97,1431.36,1377.55,1389.83,32993600,0\n05/08/2009,1399.21,1411.27,1377.06,1394.16,32063100,0\n05/11/2009,1375.05,1410.43,1369.36,1395.79,25434500,0\n05/12/2009,1402.14,1402.14,1362.08,1377.40,24751500,0\n05/13/2009,1364.43,1365.33,1339.82,1339.83,23564100,0\n05/14/2009,1348.33,1369.31,1344.77,1359.67,21626200,0\n05/15/2009,1355.55,1374.10,1351.13,1355.11,20575000,0\n05/18/2009,1367.05,1392.73,1357.42,1392.73,20232500,0\n05/19/2009,1387.20,1410.74,1379.88,1398.05,20763900,0\n05/20/2009,1401.37,1423.13,1388.81,1393.72,22617800,0\n05/21/2009,1378.83,1391.00,1353.53,1367.39,22066100,0\n05/22/2009,1371.76,1379.88,1353.59,1363.17,16195200,0\n05/26/2009,1351.13,1414.44,1350.95,1412.61,20956500,0\n05/27/2009,1408.59,1428.81,1398.42,1401.88,21181000,0\n05/28/2009,1411.42,1423.81,1389.76,1420.31,21890900,0\n05/29/2009,1421.11,1435.57,1411.68,1435.57,24653100,0\n06/01/2009,1451.37,1482.19,1446.97,1477.12,26003400,0\n06/02/2009,1470.30,1493.80,1466.28,1480.31,26116900,0\n06/03/2009,1472.25,1476.98,1459.59,1475.44,22469500,0\n06/04/2009,1476.28,1493.66,1476.28,1492.74,24688400,0\n06/05/2009,1503.78,1505.77,1479.22,1493.21,23105900,0\n06/08/2009,1482.21,1499.96,1467.13,1488.49,19729800,0\n06/09/2009,1495.04,1509.57,1489.22,1501.55,19729800,0\n06/10/2009,1509.43,1509.43,1473.88,1495.27,23478700,0\n06/11/2009,1494.07,1511.94,1493.16,1497.01,24638600,0\n06/12/2009,1488.73,1489.97,1470.20,1489.97,20135600,0\n06/15/2009,1472.77,1473.07,1445.30,1456.96,21547000,0\n06/16/2009,1463.46,1469.16,1442.81,1443.25,22277000,0\n06/17/2009,1449.00,1470.11,1439.38,1455.89,25231800,0\n06/18/2009,1456.14,1464.04,1445.31,1453.80,20678300,0\n06/19/2009,1465.88,1477.95,1460.45,1471.23,28644200,0\n06/22/2009,1455.78,1459.10,1423.81,1426.61,23189700,0\n06/23/2009,1427.68,1432.92,1413.54,1424.46,21524800,0\n06/24/2009,1436.59,1458.23,1435.28,1447.06,21505700,0\n06/25/2009,1438.75,1477.97,1434.97,1475.82,22279800,0\n06/26/2009,1467.38,1483.57,1466.24,1480.20,39899400,0\n06/29/2009,1483.66,1493.57,1468.98,1483.83,19814500,0\n06/30/2009,1484.82,1493.37,1468.11,1477.25,20449800,0\n07/01/2009,1486.50,1497.71,1479.67,1481.34,19710500,0\n07/02/2009,1464.66,1465.18,1443.75,1446.28,19230700,0\n07/06/2009,1435.40,1444.30,1424.61,1441.01,19705300,0\n07/07/2009,1440.83,1443.06,1403.60,1404.78,20272400,0\n07/08/2009,1412.54,1417.35,1394.87,1411.53,24675200,0\n07/09/2009,1417.00,1423.44,1409.13,1414.98,18682800,0\n07/10/2009,1409.55,1427.90,1405.58,1419.84,16580100,0\n07/13/2009,1423.20,1447.70,1402.19,1447.70,18994100,0\n07/14/2009,1444.59,1455.00,1439.57,1452.84,18569100,0\n07/15/2009,1473.59,1501.41,1470.09,1500.98,25433400,0\n07/16/2009,1495.40,1521.67,1494.57,1518.87,20727300,0\n07/17/2009,1516.77,1527.26,1511.61,1527.26,18767600,0\n07/20/2009,1534.39,1545.02,1529.45,1544.00,20463500,0\n07/21/2009,1548.90,1553.01,1530.80,1553.01,22052300,0\n07/22/2009,1552.63,1572.48,1551.16,1565.00,23063400,0\n07/23/2009,1561.60,1605.09,1561.54,1601.52,30214300,0\n07/24/2009,1579.25,1600.03,1576.51,1599.06,22329200,0\n07/27/2009,1597.02,1602.28,1580.52,1599.31,21416900,0\n07/28/2009,1590.77,1609.17,1583.27,1605.47,22068500,0\n07/29/2009,1596.81,1602.49,1586.04,1599.61,20726500,0\n07/30/2009,1614.11,1632.97,1606.72,1609.87,25256700,0\n07/31/2009,1608.26,1619.67,1602.25,1603.36,30230100,0\n08/03/2009,1619.24,1628.30,1611.60,1628.12,21557200,0\n08/04/2009,1619.09,1633.16,1616.54,1628.49,22350100,0\n08/05/2009,1631.75,1631.75,1604.09,1614.44,23535500,0\n08/06/2009,1618.01,1623.25,1595.36,1600.29,24084000,0\n08/07/2009,1620.74,1628.44,1609.54,1619.49,23239800,0\n08/10/2009,1612.73,1619.02,1599.46,1610.43,18447000,0\n08/11/2009,1603.68,1605.80,1587.40,1594.69,19155300,0\n08/12/2009,1595.26,1634.12,1594.76,1619.59,21401900,0\n08/13/2009,1628.37,1632.20,1611.24,1628.65,20843700,0\n08/14/2009,1623.49,1624.47,1596.95,1611.58,19234100,0\n08/17/2009,1583.29,1583.29,1563.14,1564.89,19241900,0\n08/18/2009,1573.32,1588.89,1569.22,1586.50,17494200,0\n08/19/2009,1568.41,1600.23,1566.44,1596.61,19777500,0\n08/20/2009,1594.58,1618.12,1593.12,1614.22,19584700,0\n08/21/2009,1620.47,1639.23,1615.12,1637.78,22591400,0\n08/24/2009,1641.45,1648.18,1629.77,1634.78,20463700,0\n08/25/2009,1640.42,1655.25,1635.38,1639.90,19369800,0\n08/26/2009,1636.82,1648.77,1628.41,1637.00,20375600,0\n08/27/2009,1636.13,1643.18,1611.73,1640.97,21405400,0\n08/28/2009,1661.49,1668.01,1631.47,1643.24,23401800,0\n08/31/2009,1628.21,1632.07,1616.52,1625.19,22562100,0\n09/01/2009,1620.09,1648.27,1591.01,1595.84,27785700,0\n09/02/2009,1588.09,1602.90,1586.55,1594.28,19743300,0\n09/03/2009,1601.16,1607.15,1585.56,1605.98,18534580,0\n09/04/2009,1609.63,1639.90,1606.47,1638.07,17221500,0\n09/08/2009,1651.64,1655.62,1643.44,1654.81,20371800,0\n09/09/2009,1655.92,1676.25,1648.92,1669.23,24939300,0\n09/10/2009,1668.64,1686.27,1665.49,1686.16,24513300,0\n09/11/2009,1684.84,1689.68,1674.14,1685.46,23180500,0\n09/14/2009,1673.55,1693.76,1673.13,1693.76,21576000,0\n09/15/2009,1691.28,1703.46,1688.46,1699.53,23729900,0\n09/16/2009,1705.97,1724.67,1699.74,1723.73,27070800,0\n09/17/2009,1721.58,1732.42,1714.33,1721.09,26157800,0\n09/18/2009,1728.91,1731.87,1716.45,1725.24,30230100,0\n09/21/2009,1717.37,1735.32,1714.10,1731.58,24088600,0\n09/22/2009,1740.13,1740.13,1727.50,1734.09,24904800,0\n09/23/2009,1739.93,1754.54,1722.99,1724.27,26832500,0\n09/24/2009,1732.95,1734.92,1698.69,1709.76,26072800,0\n09/25/2009,1696.99,1710.29,1690.68,1694.15,23639300,0\n09/28/2009,1702.95,1733.79,1702.52,1724.59,18900300,0\n09/29/2009,1724.20,1732.31,1709.28,1717.67,20629700,0\n09/30/2009,1723.91,1731.44,1691.76,1718.99,26406600,0\n10/01/2009,1710.50,1711.70,1666.41,1666.41,27081700,0\n10/02/2009,1656.77,1676.22,1656.57,1662.49,24481100,0\n10/05/2009,1668.70,1682.77,1660.37,1675.64,21562500,0\n10/06/2009,1684.75,1712.59,1684.08,1705.25,24134500,0\n10/07/2009,1701.40,1710.45,1698.63,1710.45,22209100,0\n10/08/2009,1720.91,1732.11,1713.60,1717.79,23669500,0\n10/09/2009,1713.47,1729.22,1710.58,1727.76,19368500,0\n10/12/2009,1732.75,1742.18,1719.02,1729.63,17842800,0\n10/13/2009,1729.16,1737.39,1722.68,1730.27,20201100,0\n10/14/2009,1750.26,1756.25,1742.25,1754.26,23486200,0\n10/15/2009,1747.81,1753.36,1742.89,1753.36,21400900,0\n10/16/2009,1747.47,1747.47,1727.56,1739.32,22099500,0\n10/19/2009,1741.43,1758.50,1732.02,1756.68,19704400,0\n10/20/2009,1766.05,1766.72,1745.81,1756.19,21105800,0\n10/21/2009,1754.71,1780.83,1750.91,1753.56,25656800,0\n10/22/2009,1749.30,1767.58,1739.59,1763.15,22652300,0\n10/23/2009,1774.05,1777.57,1749.03,1753.63,24419200,0\n10/26/2009,1756.50,1778.48,1739.96,1746.75,23162100,0\n10/27/2009,1746.99,1751.65,1715.11,1722.46,23846200,0\n10/28/2009,1712.80,1719.82,1679.35,1682.06,27695700,0\n10/29/2009,1694.27,1714.36,1688.68,1711.27,23013700,0\n10/30/2009,1707.92,1712.93,1663.94,1667.13,26102800,0\n11/02/2009,1667.06,1689.30,1652.44,1672.91,24083200,0\n11/03/2009,1661.85,1679.42,1660.10,1679.20,20610500,0\n11/04/2009,1687.12,1701.47,1678.17,1680.67,22175200,0\n11/05/2009,1700.07,1722.93,1697.94,1721.09,22096900,0\n11/06/2009,1709.82,1733.22,1709.44,1730.76,18291500,0\n11/09/2009,1743.55,1768.41,1742.97,1768.40,20047000,0\n11/10/2009,1765.52,1777.86,1763.89,1773.17,19972400,0\n11/11/2009,1784.90,1793.52,1772.47,1782.95,18571900,0\n11/12/2009,1784.69,1794.12,1769.64,1773.14,22123700,0\n11/13/2009,1780.04,1793.17,1773.29,1788.61,18762200,0\n11/16/2009,1794.88,1814.25,1793.63,1807.56,21050200,0\n11/17/2009,1802.04,1812.21,1797.74,1812.21,18872400,0\n11/18/2009,1807.11,1807.53,1789.66,1801.74,20635100,0\n11/19/2009,1788.75,1789.00,1761.11,1773.19,19627600,0\n11/20/2009,1760.54,1768.35,1758.00,1764.39,19627600,0\n11/23/2009,1782.92,1801.22,1782.91,1792.94,18401700,0\n11/24/2009,1791.54,1792.18,1776.10,1786.25,18584900,0\n11/25/2009,1790.69,1795.27,1786.87,1793.67,13986100,0\n11/27/2009,1743.39,1779.26,1742.20,1765.46,9719900,0\n11/30/2009,1762.99,1770.87,1750.88,1767.43,19860500,0\n12/01/2009,1782.85,1798.48,1782.85,1787.71,21513000,0\n12/02/2009,1791.61,1805.97,1786.23,1790.82,20689200,0\n12/03/2009,1795.25,1806.35,1781.76,1782.91,20016600,0\n12/04/2009,1808.60,1815.60,1773.31,1791.91,23059500,0\n12/07/2009,1791.35,1797.63,1779.47,1783.65,18789800,0\n12/08/2009,1772.39,1786.04,1760.86,1772.73,19818000,0\n12/09/2009,1770.05,1791.13,1759.34,1789.70,19062100,0\n12/10/2009,1799.85,1808.23,1797.03,1799.37,19463700,0\n12/11/2009,1808.84,1810.31,1784.82,1792.06,17544300,0\n12/14/2009,1802.28,1810.75,1794.30,1809.09,18418900,0\n12/15/2009,1801.58,1813.38,1793.60,1798.21,19469600,0\n12/16/2009,1805.53,1814.49,1798.52,1800.82,20224400,0\n12/17/2009,1791.46,1794.79,1777.08,1778.27,19048400,0\n12/18/2009,1794.12,1808.26,1790.14,1807.36,28484100,0\n12/21/2009,1818.39,1835.00,1818.39,1828.79,18088300,0\n12/22/2009,1833.72,1841.64,1832.10,1839.51,17242000,0\n12/23/2009,1842.65,1853.15,1839.12,1851.99,15829000,0\n12/24/2009,1856.06,1869.90,1855.78,1869.84,6326500,0\n12/28/2009,1874.71,1882.58,1868.14,1878.18,12321300,0\n12/29/2009,1879.72,1881.06,1871.13,1872.02,11777100,0\n12/30/2009,1872.63,1881.15,1869.60,1878.65,12352960,0\n12/31/2009,1881.71,1882.46,1860.31,1860.31,12378200,0\n01/04/2010,1882.69,1890.02,1881.63,1886.70,19313800,0\n01/05/2010,1887.28,1891.33,1877.52,1888.43,23678600,0\n01/06/2010,1887.91,1893.21,1873.90,1878.42,22533400,0\n01/07/2010,1878.16,1881.33,1867.62,1876.72,22700500,0\n01/08/2010,1870.90,1893.25,1868.55,1892.59,21453900,0\n01/11/2010,1896.05,1897.49,1876.25,1886.24,20778900,0\n01/12/2010,1874.75,1876.37,1852.31,1861.79,23683200,0\n01/13/2010,1868.20,1890.81,1855.27,1886.13,23183500,0\n01/14/2010,1880.46,1891.73,1880.35,1886.52,22541700,0\n01/15/2010,1887.31,1893.48,1857.11,1864.52,26377700,0\n01/19/2010,1869.24,1896.54,1868.83,1895.48,20452900,0\n01/20/2010,1882.06,1882.31,1848.09,1867.95,23518900,0\n01/21/2010,1874.54,1885.01,1842.86,1850.57,28778000,0\n01/22/2010,1842.11,1849.21,1791.40,1794.82,28176200,0\n01/25/2010,1806.60,1813.65,1794.68,1802.39,21343500,0\n01/26/2010,1798.36,1825.95,1792.04,1803.86,23612600,0\n01/27/2010,1801.67,1823.80,1790.10,1818.90,24928800,0\n01/28/2010,1805.64,1805.85,1762.10,1771.10,28127100,0\n01/29/2010,1787.14,1789.93,1734.03,1741.04,30905800,0\n02/01/2010,1745.91,1760.72,1744.26,1760.72,22341400,0\n02/02/2010,1760.65,1780.17,1750.39,1776.92,24684700,0\n02/03/2010,1767.14,1787.89,1766.60,1784.70,23033500,0\n02/04/2010,1771.78,1775.37,1732.99,1732.99,28013900,0\n02/05/2010,1739.19,1748.77,1712.89,1746.12,28111000,0\n02/08/2010,1744.02,1755.65,1734.12,1734.88,20362800,0\n02/09/2010,1756.28,1768.58,1739.24,1753.84,22964200,0\n02/10/2010,1752.46,1760.61,1738.46,1749.76,20599400,0\n02/11/2010,1747.55,1780.05,1739.02,1775.74,21412600,0\n02/12/2010,1761.29,1783.70,1756.65,1779.11,22361800,0\n02/16/2010,1792.90,1802.48,1782.73,1802.06,20728500,0\n02/17/2010,1808.55,1811.20,1799.25,1810.86,21035300,0\n02/18/2010,1809.01,1825.82,1806.76,1823.39,20768200,0\n02/19/2010,1816.94,1830.38,1813.08,1823.32,21666600,0\n02/22/2010,1828.69,1829.18,1811.52,1817.63,19762900,0\n02/23/2010,1815.43,1817.96,1786.46,1793.82,23109100,0\n02/24/2010,1803.29,1819.50,1801.04,1812.51,21558100,0\n02/25/2010,1791.15,1815.94,1781.12,1812.91,23005300,0\n02/26/2010,1812.24,1822.20,1804.09,1818.68,22834300,0\n03/01/2010,1826.62,1848.10,1826.61,1846.40,25049400,0\n03/02/2010,1851.79,1862.64,1847.03,1851.21,28318700,0\n03/03/2010,1854.71,1861.15,1846.22,1851.57,26035100,0\n03/04/2010,1852.70,1860.76,1844.92,1859.72,21860200,0\n03/05/2010,1871.62,1889.68,1869.10,1888.56,24118800,0\n03/08/2010,1888.04,1894.75,1887.66,1890.89,23123100,0\n03/09/2010,1885.99,1911.38,1885.99,1901.38,26203600,0\n03/10/2010,1901.24,1920.66,1901.11,1917.35,25547400,0\n03/11/2010,1911.07,1923.81,1908.39,1923.81,22567900,0\n03/12/2010,1930.00,1930.17,1916.41,1924.43,20987800,0\n03/15/2010,1918.14,1924.49,1906.01,1920.09,19561700,0\n03/16/2010,1924.27,1933.96,1918.98,1932.24,22018800,0\n03/17/2010,1934.65,1945.90,1930.91,1936.22,22814100,0\n03/18/2010,1937.63,1945.28,1934.17,1943.94,21730600,0\n03/19/2010,1943.96,1949.14,1924.72,1932.43,30557600,0\n03/22/2010,1922.73,1956.48,1921.71,1949.59,24481300,0\n03/23/2010,1952.54,1964.14,1943.25,1963.20,24652300,0\n03/24/2010,1956.63,1958.60,1948.85,1951.84,24361000,0\n03/25/2010,1966.56,1976.38,1948.50,1949.15,27048700,0\n03/26/2010,1958.27,1965.52,1942.21,1952.63,23679300,0\n03/29/2010,1960.63,1968.43,1956.60,1961.22,19678500,0\n03/30/2010,1966.51,1974.47,1955.22,1967.96,21472700,0\n03/31/2010,1962.17,1969.90,1955.15,1958.34,23686900,0\n04/01/2010,1968.44,1979.49,1943.97,1959.56,23402700,0\n04/05/2010,1964.03,1981.07,1958.01,1977.83,21303400,0\n04/06/2010,1971.09,1988.04,1968.17,1981.95,22203900,0\n04/07/2010,1980.20,1987.34,1967.14,1977.30,29848500,0\n04/08/2010,1972.82,1984.90,1962.04,1980.73,24289000,0\n04/09/2010,1984.01,1994.48,1978.04,1994.43,22155300,0\n04/12/2010,1995.35,2000.56,1990.78,1995.65,21616500,0\n04/13/2010,1994.34,2006.51,1986.83,2003.81,26654200,0\n04/14/2010,2015.61,2029.06,2012.98,2028.82,31432700,0\n04/15/2010,2027.92,2040.49,2027.52,2038.64,28406600,0\n04/16/2010,2030.34,2037.47,2000.77,2012.84,29609500,0\n04/19/2010,2011.40,2018.93,1988.37,2013.53,22236500,0\n04/20/2010,2025.04,2027.44,2009.55,2023.60,21571000,0\n04/21/2010,2037.15,2040.83,2021.72,2034.53,27159000,0\n04/22/2010,2016.49,2047.11,2002.97,2045.16,28008400,0\n04/23/2010,2042.80,2055.63,2036.99,2055.33,25170100,0\n04/26/2010,2054.84,2059.42,2045.64,2049.09,24910400,0\n04/27/2010,2040.43,2049.90,2001.02,2006.25,28648100,0\n04/28/2010,2016.52,2017.92,1991.95,2007.59,27551900,0\n04/29/2010,2020.51,2045.86,2019.32,2042.89,30696400,0\n04/30/2010,2040.58,2044.39,2000.26,2000.63,28411300,0\n05/03/2010,2010.94,2039.52,2010.91,2031.60,23983700,0\n05/04/2010,2003.59,2003.59,1955.39,1968.97,30525900,0\n05/05/2010,1947.35,1971.10,1936.56,1958.26,30414800,0\n05/06/2010,1948.25,1964.10,1752.31,1893.75,45536000,0\n05/07/2010,1879.76,1901.89,1808.07,1849.44,42277200,0\n05/10/2010,1931.52,1942.64,1923.52,1942.61,28718000,0\n05/11/2010,1920.24,1966.48,1918.12,1940.48,25488400,0\n05/12/2010,1951.99,1977.42,1947.20,1975.58,23519000,0\n05/13/2010,1969.44,1983.13,1940.44,1945.52,23752500,0\n05/14/2010,1928.58,1929.91,1885.51,1907.10,26530200,0\n05/17/2010,1911.38,1920.75,1872.92,1915.45,24344800,0\n05/18/2010,1929.12,1933.25,1878.55,1887.06,24903100,0\n05/19/2010,1879.32,1894.41,1850.96,1873.42,26461600,0\n05/20/2010,1830.17,1839.99,1798.20,1800.12,34204200,0\n05/21/2010,1772.34,1834.69,1767.94,1822.77,33896700,0\n05/24/2010,1818.46,1841.11,1814.17,1815.28,21500200,0\n05/25/2010,1769.32,1818.28,1756.63,1815.68,29463800,0\n05/26/2010,1827.58,1850.80,1793.03,1796.47,30773000,0\n05/27/2010,1837.65,1863.87,1831.78,1862.71,24082200,0\n05/28/2010,1865.89,1867.72,1836.23,1852.39,21655900,0\n06/01/2010,1846.60,1878.04,1832.96,1835.04,21678100,0\n06/02/2010,1844.69,1879.59,1832.58,1879.59,21901400,0\n06/03/2010,1883.25,1898.93,1871.59,1895.66,22490500,0\n06/04/2010,1857.83,1879.31,1824.71,1832.04,23424800,0\n06/07/2010,1839.77,1845.30,1795.54,1798.16,22566700,0\n06/08/2010,1799.26,1805.84,1770.46,1795.70,26965800,0\n06/09/2010,1805.87,1823.21,1774.05,1778.92,23250600,0\n06/10/2010,1800.57,1831.81,1796.32,1830.09,21878400,0\n06/11/2010,1814.25,1848.62,1811.99,1847.15,18771200,0\n06/14/2010,1862.70,1876.94,1844.16,1845.48,19519100,0\n06/15/2010,1855.69,1898.79,1855.69,1897.48,22890600,0\n06/16/2010,1891.26,1913.21,1888.22,1905.31,19364000,0\n06/17/2010,1914.75,1916.24,1894.27,1910.65,18216800,0\n06/18/2010,1911.06,1925.20,1906.85,1913.48,20372300,0\n06/21/2010,1939.77,1939.77,1885.20,1895.84,19107000,0\n06/22/2010,1903.31,1917.26,1877.97,1880.54,19344500,0\n06/23/2010,1883.97,1889.73,1859.05,1874.42,19294500,0\n06/24/2010,1868.47,1871.13,1839.32,1844.59,20643600,0\n06/25/2010,1848.82,1857.31,1829.30,1838.52,35403500,0\n06/28/2010,1843.27,1852.66,1823.51,1836.00,18767400,0\n06/29/2010,1805.55,1807.09,1752.56,1764.06,28270900,0\n06/30/2010,1761.98,1776.61,1734.90,1739.14,22215600,0\n07/01/2010,1741.93,1747.25,1700.04,1734.41,27170700,0\n07/02/2010,1736.25,1742.36,1712.92,1728.34,16723200,0\n07/06/2010,1752.98,1763.88,1719.20,1734.68,21730300,0\n07/07/2010,1739.01,1790.18,1736.99,1789.72,21995000,0\n07/08/2010,1801.55,1805.83,1777.44,1798.31,20340300,0\n07/09/2010,1797.04,1815.24,1793.00,1814.79,15926100,0\n07/12/2010,1814.49,1831.62,1808.70,1821.03,17679700,0\n07/13/2010,1835.02,1851.25,1822.25,1845.03,22784800,0\n07/14/2010,1847.92,1863.52,1840.62,1853.41,22130100,0\n07/15/2010,1849.24,1860.35,1830.70,1856.24,20116000,0\n07/16/2010,1845.50,1850.73,1802.54,1803.48,21951500,0\n07/19/2010,1807.99,1822.71,1794.56,1819.28,21070810,0\n07/20/2010,1789.93,1841.16,1784.55,1840.67,19332700,0\n07/21/2010,1859.60,1859.85,1813.28,1817.30,22220300,0\n07/22/2010,1842.38,1870.41,1842.38,1863.10,22132200,0\n07/23/2010,1851.81,1875.38,1846.32,1875.38,24106000,0\n07/26/2010,1875.77,1890.40,1867.84,1890.40,24106000,0\n07/27/2010,1899.13,1900.15,1880.22,1888.81,20653900,0\n07/28/2010,1887.46,1894.69,1866.68,1872.62,18485200,0\n07/29/2010,1884.07,1887.41,1841.36,1860.30,23245900,0\n07/30/2010,1842.33,1874.64,1833.90,1864.00,21386100,0\n08/02/2010,1886.61,1902.67,1879.77,1898.99,19531000,0\n08/03/2010,1898.46,1898.63,1881.58,1891.81,19970300,0\n08/04/2010,1898.81,1911.01,1891.23,1909.20,20219800,0\n08/05/2010,1900.07,1907.80,1892.50,1904.95,17743000,0\n08/06/2010,1883.32,1905.01,1873.44,1902.88,17743000,0\n08/09/2010,1911.38,1918.78,1902.98,1915.17,16145800,0\n08/10/2010,1896.71,1908.73,1882.60,1899.24,20395900,0\n08/11/2010,1866.00,1866.00,1838.89,1845.38,22744600,0\n08/12/2010,1808.63,1839.24,1807.46,1832.17,21896800,0\n08/13/2010,1825.29,1832.46,1818.30,1818.80,16050400,0\n08/16/2010,1806.97,1834.05,1801.74,1821.51,16276200,0\n08/17/2010,1833.15,1860.68,1831.27,1845.37,17368700,0\n08/18/2010,1841.42,1862.37,1834.20,1850.80,16545600,0\n08/19/2010,1842.79,1847.62,1811.57,1823.00,20948000,0\n08/20/2010,1818.42,1829.92,1810.62,1825.75,19985000,0\n08/23/2010,1833.33,1842.79,1807.84,1808.31,16659000,0\n08/24/2010,1783.20,1793.43,1767.36,1775.27,21416500,0\n08/25/2010,1762.68,1798.38,1758.62,1790.88,20194800,0\n08/26/2010,1797.35,1800.62,1767.85,1769.02,18045100,0\n08/27/2010,1780.11,1794.29,1747.32,1791.64,21345500,0\n08/30/2010,1785.98,1798.47,1772.07,1772.07,15852000,0\n08/31/2010,1762.54,1781.47,1755.38,1767.43,20841100,0\n09/01/2010,1791.91,1824.66,1791.41,1820.05,21339700,0\n09/02/2010,1822.83,1840.58,1817.99,1840.58,16805900,0\n09/03/2010,1864.03,1870.31,1851.60,1870.31,16477900,0\n09/07/2010,1862.88,1870.06,1854.43,1856.50,16852400,0\n09/08/2010,1863.71,1887.17,1863.53,1880.00,20182100,0\n09/09/2010,1897.01,1897.93,1882.79,1886.14,17066500,0\n09/10/2010,1887.83,1895.92,1879.71,1892.34,16924700,0\n09/13/2010,1908.75,1924.61,1908.41,1921.67,19376300,0\n09/14/2010,1917.83,1938.01,1913.71,1928.59,20790300,0\n09/15/2010,1923.97,1942.34,1918.10,1939.60,20671300,0\n09/16/2010,1937.18,1949.39,1931.72,1948.11,18092800,0\n09/17/2010,1959.26,1961.01,1945.52,1955.83,24324800,0\n09/20/2010,1962.15,1992.80,1960.43,1989.43,19895200,0\n09/21/2010,1990.19,2002.79,1980.47,1989.11,21251000,0\n09/22/2010,1979.90,1996.45,1972.83,1982.76,21702100,0\n09/23/2010,1968.03,2002.46,1967.82,1982.15,19231100,0\n09/24/2010,2006.53,2023.85,2002.55,2023.84,19933800,0\n09/27/2010,2021.68,2026.42,2010.53,2010.99,18731200,0\n09/28/2010,2013.57,2017.57,1979.74,2012.43,21257300,0\n09/29/2010,2008.14,2017.24,2000.91,2009.08,20779300,0\n09/30/2010,2021.49,2029.65,1986.33,1998.04,24183000,0\n10/01/2010,2014.47,2017.23,1987.71,1996.60,19326500,0\n10/04/2010,1990.13,1997.67,1963.68,1975.33,19019800,0\n10/05/2010,1996.38,2026.46,1996.21,2024.63,22034700,0\n10/06/2010,2021.21,2024.92,1992.65,2006.52,22034700,0\n10/07/2010,2016.08,2017.44,1996.25,2011.63,18462400,0\n10/08/2010,2014.99,2030.89,1999.89,2027.03,20009800,0\n10/11/2010,2028.53,2037.12,2021.43,2026.98,15399900,0\n10/12/2010,2023.75,2045.08,2007.13,2041.55,19609200,0\n10/13/2010,2052.50,2067.06,2048.05,2057.25,22944500,0\n10/14/2010,2058.35,2062.26,2043.70,2054.51,20145400,0\n10/15/2010,2078.63,2097.73,2062.84,2097.73,22328100,0\n10/18/2010,2100.21,2105.07,2091.15,2104.15,17247100,0\n10/19/2010,2063.96,2105.07,2054.61,2069.73,22418400,0\n10/20/2010,2075.47,2100.16,2072.54,2085.75,20167700,0\n10/21/2010,2097.17,2106.24,2069.45,2090.10,21354800,0\n10/22/2010,2089.22,2105.44,2086.89,2104.21,16481800,0\n10/25/2010,2113.23,2127.26,2112.28,2113.55,17463200,0\n10/26/2010,2100.53,2123.81,2094.84,2119.05,19143500,0\n10/27/2010,2108.11,2127.21,2104.99,2125.88,20132400,0\n10/28/2010,2135.14,2135.69,2112.09,2129.73,19983400,0\n10/29/2010,2126.76,2137.33,2124.45,2124.45,20687000,0\n11/01/2010,2135.57,2148.07,2117.59,2128.42,19047900,0\n11/02/2010,2146.98,2155.46,2141.62,2151.72,19149800,0\n11/03/2010,2151.19,2159.68,2132.69,2158.36,19904100,0\n11/04/2010,2183.10,2193.66,2179.06,2187.80,24920500,0\n11/05/2010,2188.32,2191.24,2179.86,2186.71,20928500,0\n11/08/2010,2179.70,2191.49,2176.67,2188.94,17993300,0\n11/09/2010,2195.78,2200.16,2166.96,2176.88,21573700,0\n11/10/2010,2178.36,2189.38,2162.63,2187.74,19989300,0\n11/11/2010,2153.82,2177.21,2145.09,2173.11,25599800,0\n11/12/2010,2161.66,2171.23,2122.42,2137.95,21917900,0\n11/15/2010,2147.06,2152.89,2129.69,2131.48,18522100,0\n11/16/2010,2114.43,2126.16,2085.27,2093.63,22340900,0\n11/17/2010,2093.72,2111.06,2090.34,2100.00,18162600,0\n11/18/2010,2124.79,2147.97,2121.86,2134.77,20466600,0\n11/19/2010,2129.61,2138.88,2121.11,2135.27,18396700,0\n11/22/2010,2126.40,2151.00,2121.74,2150.86,18505700,0\n11/23/2010,2128.19,2132.69,2105.61,2116.61,18922600,0\n11/24/2010,2138.24,2165.15,2138.15,2160.52,16346400,0\n11/26/2010,2146.38,2160.55,2142.69,2153.91,6239800,0\n11/29/2010,2144.04,2150.71,2118.94,2144.56,16832600,0\n11/30/2010,2119.47,2131.50,2110.24,2117.33,23174800,0\n12/01/2010,2150.64,2173.42,2150.64,2162.83,21099400,0\n12/02/2010,2166.57,2187.82,2164.53,2185.30,20381300,0\n12/03/2010,2177.11,2192.89,2176.28,2191.17,18104000,0\n12/06/2010,2192.12,2193.86,2183.03,2189.81,16170300,0\n12/07/2010,2214.99,2215.28,2188.74,2189.35,19062900,0\n12/08/2010,2195.33,2201.34,2182.99,2200.60,17634600,0\n12/09/2010,2210.73,2213.01,2193.92,2201.57,19249800,0\n12/10/2010,2206.47,2217.48,2199.69,2215.34,17367300,0\n12/13/2010,2223.89,2225.22,2207.02,2207.45,18353300,0\n12/14/2010,2213.23,2220.42,2205.21,2212.59,18532700,0\n12/15/2010,2210.51,2223.67,2196.88,2202.45,18639800,0\n12/16/2010,2205.27,2221.98,2198.86,2218.02,17352900,0\n12/17/2010,2222.01,2227.04,2217.11,2218.29,24218300,0\n12/20/2010,2225.41,2230.55,2206.30,2223.04,17079500,0\n12/21/2010,2230.61,2235.58,2226.25,2234.57,16475500,0\n12/22/2010,2234.60,2238.92,2231.97,2235.91,16140400,0\n12/23/2010,2232.84,2235.11,2225.29,2230.27,12702900,0\n12/27/2010,2223.76,2234.42,2208.80,2229.86,10971000,0\n12/28/2010,2234.56,2236.17,2222.76,2227.42,11302000,0\n12/29/2010,2232.33,2236.19,2229.87,2231.64,11221500,0\n12/30/2010,2230.39,2232.38,2222.77,2225.72,10743500,0\n12/31/2010,2223.28,2225.00,2209.38,2217.86,10266000,0\n01/03/2011,2238.66,2268.30,2237.79,2254.23,19196600,0\n01/04/2011,2261.65,2263.03,2237.73,2251.46,20154400,0\n01/05/2011,2245.40,2271.08,2243.88,2270.40,20607500,0\n01/06/2011,2272.33,2279.45,2268.59,2277.51,20954900,0\n01/07/2011,2280.13,2282.87,2254.22,2276.70,19762200,0\n01/10/2011,2270.65,2288.64,2265.00,2284.38,18688700,0\n01/11/2011,2294.66,2296.15,2279.48,2288.73,18931000,0\n01/12/2011,2298.63,2304.88,2289.05,2304.88,18739600,0\n01/13/2011,2303.60,2310.82,2298.62,2305.53,19239000,0\n01/14/2011,2304.37,2323.43,2300.25,2323.43,20202100,0\n01/18/2011,2300.93,2331.32,2299.37,2328.79,20201900,0\n01/19/2011,2329.93,2331.63,2294.89,2303.32,21309300,0\n01/20/2011,2292.17,2295.24,2268.59,2286.08,23232500,0\n01/21/2011,2295.15,2301.05,2267.17,2268.32,19169600,0\n01/24/2011,2271.73,2300.39,2268.72,2300.39,18713000,0\n01/25/2011,2288.50,2304.04,2283.79,2304.03,19361200,0\n01/26/2011,2306.99,2321.22,2300.11,2314.19,20314100,0\n01/27/2011,2322.33,2336.04,2319.23,2330.07,20205500,0\n01/28/2011,2314.21,2314.35,2260.60,2270.51,23711400,0\n01/31/2011,2274.22,2287.50,2258.05,2281.91,19523100,0\n02/01/2011,2298.37,2329.34,2296.74,2324.95,22559900,0\n02/02/2011,2317.89,2328.80,2316.22,2321.09,20246000,0\n02/03/2011,2316.67,2327.24,2297.79,2323.07,19412600,0\n02/04/2011,2324.18,2338.66,2318.27,2338.20,19567100,0\n02/07/2011,2340.44,2360.82,2338.87,2349.20,17680900,0\n02/08/2011,2348.53,2363.76,2344.86,2363.61,18030100,0\n02/09/2011,2359.81,2367.19,2352.46,2360.95,19308200,0\n02/10/2011,2343.79,2366.28,2341.81,2364.35,24975400,0\n02/11/2011,2357.77,2381.40,2353.28,2379.15,20667000,0\n02/14/2011,2379.52,2388.63,2378.16,2385.60,19647800,0\n02/15/2011,2380.16,2384.81,2371.19,2381.92,20062200,0\n02/16/2011,2389.51,2403.52,2387.66,2397.94,22769800,0\n02/17/2011,2384.69,2400.89,2384.22,2397.57,19393200,0\n02/18/2011,2396.75,2400.47,2382.39,2392.47,21094600,0\n02/22/2011,2353.81,2366.43,2318.40,2322.86,22621000,0\n02/23/2011,2321.44,2329.13,2284.65,2300.94,24791500,0\n02/24/2011,2306.94,2321.20,2285.44,2313.31,20652900,0\n02/25/2011,2326.13,2349.51,2325.71,2346.29,18678200,0\n02/28/2011,2354.87,2362.79,2338.21,2350.99,20095000,0\n03/01/2011,2359.78,2359.98,2308.05,2315.26,22128600,0\n03/02/2011,2314.28,2340.80,2311.99,2326.77,19869000,0\n03/03/2011,2350.52,2375.67,2350.18,2371.76,19903800,0\n03/04/2011,2370.34,2371.23,2344.62,2359.96,18979000,0\n03/07/2011,2367.92,2370.91,2307.39,2328.07,21899700,0\n03/08/2011,2325.13,2347.51,2310.96,2337.55,18355400,0\n03/09/2011,2328.80,2330.68,2309.28,2322.69,19967000,0\n03/10/2011,2295.09,2300.53,2276.12,2284.29,23633300,0\n03/11/2011,2275.29,2305.97,2275.07,2299.26,20175100,0\n03/14/2011,2286.77,2302.92,2274.08,2290.72,17820700,0\n03/15/2011,2218.30,2271.58,2217.43,2259.62,23598300,0\n03/16/2011,2240.83,2252.13,2188.92,2202.97,25960000,0\n03/17/2011,2238.85,2247.93,2223.13,2225.24,19943600,0\n03/18/2011,2249.18,2249.39,2217.95,2221.07,19869000,0\n03/21/2011,2250.89,2273.11,2249.46,2262.70,17510600,0\n03/22/2011,2264.07,2266.09,2253.08,2257.96,16574300,0\n03/23/2011,2251.49,2276.62,2234.94,2270.50,17699500,0\n03/24/2011,2287.01,2315.56,2275.65,2312.09,19541800,0\n03/25/2011,2319.07,2331.63,2314.02,2316.36,17899520,0\n03/28/2011,2325.13,2326.12,2303.06,2303.10,16423080,0\n03/29/2011,2299.27,2325.54,2291.78,2325.54,15842760,0\n03/30/2011,2338.41,2340.39,2326.79,2336.52,17806530,0\n03/31/2011,2332.74,2342.24,2329.62,2338.99,18826320,0\n04/01/2011,2352.47,2359.16,2334.95,2342.92,20791450,0\n04/04/2011,2347.71,2350.34,2324.02,2334.54,16685390,0\n04/05/2011,2330.12,2342.34,2323.41,2327.87,19220190,0\n04/06/2011,2343.37,2352.25,2320.32,2332.34,19686620,0\n04/07/2011,2331.74,2346.86,2315.83,2332.88,17498830,0\n04/08/2011,2342.74,2345.41,2313.46,2321.18,16237390,0\n04/11/2011,2330.26,2333.98,2305.53,2314.50,20176180,0\n04/12/2011,2302.89,2308.20,2288.68,2298.30,17697780,0\n04/13/2011,2312.80,2322.60,2298.82,2316.63,16989370,0\n04/14/2011,2301.27,2315.22,2291.79,2311.25,16610130,0\n04/15/2011,2304.46,2316.82,2293.53,2307.58,17596610,0\n04/18/2011,2281.92,2293.08,2254.88,2292.34,17499830,0\n04/19/2011,2297.00,2306.77,2286.59,2306.77,16418410,0\n04/20/2011,2344.21,2360.69,2344.21,2357.76,20412520,0\n04/21/2011,2381.20,2381.20,2370.28,2377.30,18365260,0\n04/25/2011,2377.91,2385.03,2375.12,2383.72,14648910,0\n04/26/2011,2389.24,2405.23,2384.80,2396.03,20136170,0\n04/27/2011,2402.45,2415.85,2390.46,2413.59,20341490,0\n04/28/2011,2404.96,2411.98,2398.93,2409.90,19440960,0\n04/29/2011,2405.05,2415.56,2403.25,2404.08,26647260,0\n05/02/2011,2410.24,2417.83,2397.48,2404.24,20135950,0\n05/03/2011,2401.80,2404.12,2377.33,2392.80,21809060,0\n05/04/2011,2392.16,2398.46,2367.68,2387.51,21696490,0\n05/05/2011,2376.46,2402.05,2366.73,2375.21,21544480,0\n05/06/2011,2395.92,2411.63,2376.15,2383.18,19706410,0\n05/09/2011,2384.20,2399.68,2376.96,2390.97,16107030,0\n05/10/2011,2397.20,2414.58,2394.84,2411.35,19748110,0\n05/11/2011,2408.15,2415.90,2377.43,2393.08,21967730,0\n05/12/2011,2384.14,2410.45,2372.19,2407.89,21494810,0\n05/13/2011,2403.06,2406.01,2378.76,2379.24,18592110,0\n05/16/2011,2368.47,2375.36,2332.84,2337.85,20105400,0\n05/17/2011,2325.86,2343.73,2320.33,2343.51,21498650,0\n05/18/2011,2340.69,2366.40,2337.48,2362.95,18380570,0\n05/19/2011,2369.06,2374.22,2355.40,2369.67,17125470,0\n05/20/2011,2365.49,2368.99,2348.73,2351.43,17448180,0\n05/23/2011,2318.16,2325.86,2306.43,2316.78,17505990,0\n05/24/2011,2321.59,2322.63,2302.36,2303.55,18347500,0\n05/25/2011,2299.49,2321.51,2298.72,2310.95,18402180,0\n05/26/2011,2306.44,2332.02,2306.11,2325.93,18577790,0\n05/27/2011,2328.65,2339.10,2327.32,2336.09,16244330,0\n05/31/2011,2359.05,2372.54,2347.23,2372.54,25803680,0\n06/01/2011,2368.29,2373.82,2321.00,2322.48,22235490,0\n06/02/2011,2325.56,2335.66,2314.69,2326.70,18654180,0\n06/03/2011,2301.40,2317.93,2289.41,2292.31,18889910,0\n06/06/2011,2288.61,2299.40,2273.24,2274.48,18395670,0\n06/07/2011,2279.55,2288.76,2268.06,2268.96,18107340,0\n06/08/2011,2264.40,2268.00,2246.62,2252.89,20318130,0\n06/09/2011,2253.23,2267.76,2246.49,2256.65,16683550,0\n06/10/2011,2249.40,2250.89,2220.83,2221.09,19226210,0\n06/13/2011,2225.21,2234.22,2214.37,2222.28,18162160,0\n06/14/2011,2240.39,2256.46,2240.39,2250.34,16626250,0\n06/15/2011,2229.81,2243.22,2204.15,2209.01,19286310,0\n06/16/2011,2209.75,2216.74,2180.94,2199.93,19125810,0\n06/17/2011,2220.04,2222.51,2186.78,2192.96,24393560,0\n06/20/2011,2187.21,2210.64,2186.77,2204.36,15906280,0\n06/21/2011,2210.97,2253.27,2203.71,2251.82,18124480,0\n06/22/2011,2243.21,2254.64,2234.83,2235.75,15798410,0\n06/23/2011,2210.49,2256.70,2204.47,2255.05,19838080,0\n06/24/2011,2245.49,2246.96,2213.10,2217.06,32771350,0\n06/27/2011,2217.63,2263.21,2215.14,2252.24,16729480,0\n06/28/2011,2256.52,2286.92,2254.94,2285.75,16328580,0\n06/29/2011,2290.50,2299.32,2278.85,2294.43,17598740,0\n06/30/2011,2303.00,2327.36,2302.67,2325.07,18330280,0\n07/01/2011,2326.16,2363.36,2320.57,2361.39,16107370,0\n07/05/2011,2363.08,2374.41,2357.31,2371.21,15119940,0\n07/06/2011,2368.75,2383.77,2361.47,2378.58,15940480,0\n07/07/2011,2396.64,2418.99,2394.55,2412.89,18237760,0\n07/08/2011,2390.16,2405.92,2379.14,2405.89,15438160,0\n07/11/2011,2380.56,2392.09,2354.12,2362.00,17215970,0\n07/12/2011,2362.19,2366.35,2342.13,2343.79,19354810,0\n07/13/2011,2360.43,2377.34,2345.80,2352.43,18120620,0\n07/14/2011,2358.89,2370.72,2318.20,2325.06,18896920,0\n07/15/2011,2351.81,2357.36,2336.13,2356.67,17589750,0\n07/18/2011,2346.53,2354.56,2322.62,2344.01,17027450,0\n07/19/2011,2367.81,2400.58,2367.81,2398.17,18130310,0\n07/20/2011,2411.71,2412.39,2384.50,2387.80,18029870,0\n07/21/2011,2389.56,2417.13,2377.82,2404.24,22195290,0\n07/22/2011,2403.20,2432.84,2402.06,2429.50,16205520,0\n07/25/2011,2408.65,2437.42,2406.17,2424.15,15682370,0\n07/26/2011,2423.16,2438.44,2418.52,2429.45,17041110,0\n07/27/2011,2414.36,2416.22,2362.12,2367.16,22983130,0\n07/28/2011,2367.44,2401.25,2359.87,2371.77,20133920,0\n07/29/2011,2349.30,2388.24,2341.82,2362.81,22267200,0\n08/01/2011,2391.42,2396.50,2325.17,2354.05,21351450,0\n08/02/2011,2340.73,2352.48,2291.37,2292.85,22936730,0\n08/03/2011,2294.94,2316.73,2254.91,2312.78,24986940,0\n08/04/2011,2275.30,2284.30,2207.05,2207.20,31690870,0\n08/05/2011,2227.49,2240.68,2131.52,2194.38,35683392,0\n08/08/2011,2127.87,2162.78,2060.29,2060.29,38116608,0\n08/09/2011,2095.99,2161.75,2034.92,2160.79,36387632,0\n08/10/2011,2110.14,2142.31,2070.24,2073.09,32272220,0\n08/11/2011,2108.92,2187.48,2091.91,2167.07,30259890,0\n08/12/2011,2176.54,2195.25,2154.86,2182.05,21631370,0\n08/15/2011,2189.49,2214.12,2180.86,2214.12,18817990,0\n08/16/2011,2190.14,2211.90,2165.04,2194.27,19939430,0\n08/17/2011,2193.30,2214.26,2158.95,2181.62,18363520,0\n08/18/2011,2116.79,2118.61,2055.18,2073.03,26682210,0\n08/19/2011,2053.01,2102.88,2035.30,2038.22,23089220,0\n08/22/2011,2084.27,2084.83,2038.14,2044.73,18918480,0\n08/23/2011,2059.03,2129.27,2050.19,2129.27,20817040,0\n08/24/2011,2121.52,2148.22,2105.31,2145.04,18216690,0\n08/25/2011,2141.86,2153.71,2102.50,2108.21,17127240,0\n08/26/2011,2101.91,2169.41,2082.04,2161.97,17863420,0\n08/29/2011,2188.67,2224.50,2187.72,2223.96,15802730,0\n08/30/2011,2212.07,2250.10,2202.45,2237.69,18028840,0\n08/31/2011,2248.19,2268.07,2222.48,2241.01,19665550,0\n09/01/2011,2245.01,2263.94,2217.02,2219.05,16923680,0\n09/02/2011,2178.11,2189.76,2156.99,2167.83,15207400,0\n09/06/2011,2116.48,2171.39,2112.84,2167.60,16726690,0\n09/07/2011,2198.61,2223.80,2193.83,2223.75,17529260,0\n09/08/2011,2212.71,2244.51,2206.79,2214.29,19233300,0\n09/09/2011,2197.72,2206.49,2151.35,2163.66,20045220,0\n09/12/2011,2145.78,2192.28,2139.58,2191.84,19239420,0\n09/13/2011,2197.66,2225.40,2189.83,2220.58,18830610,0\n09/14/2011,2233.66,2277.92,2210.63,2252.75,22538300,0\n09/15/2011,2273.22,2289.69,2254.47,2286.56,19180140,0\n09/16/2011,2284.28,2308.96,2283.43,2306.09,27794950,0\n09/19/2011,2277.64,2319.73,2260.24,2308.76,18230230,0\n09/20/2011,2318.55,2337.70,2293.06,2295.89,18542510,0\n09/21/2011,2308.41,2321.22,2257.55,2258.30,20990770,0\n09/22/2011,2196.63,2219.72,2151.48,2184.59,27789680,0\n09/23/2011,2165.75,2216.75,2165.62,2206.86,19122170,0\n09/26/2011,2216.66,2237.13,2170.14,2234.28,18993010,0\n09/27/2011,2270.69,2290.71,2241.75,2253.55,20274870,0\n09/28/2011,2266.29,2281.09,2218.77,2220.84,18577800,0\n09/29/2011,2255.55,2258.96,2160.20,2197.68,21979750,0\n09/30/2011,2167.24,2185.61,2139.17,2139.18,19691640,0\n10/03/2011,2128.02,2153.95,2084.30,2085.04,24602530,0\n10/04/2011,2064.01,2131.31,2042.90,2129.21,29730530,0\n10/05/2011,2121.03,2187.56,2106.62,2182.77,23768950,0\n10/06/2011,2181.58,2218.30,2169.57,2217.99,21808780,0\n10/07/2011,2217.51,2227.38,2190.26,2202.76,20200060,0\n10/10/2011,2241.17,2278.74,2237.48,2278.65,15293450,0\n10/11/2011,2272.64,2300.70,2269.54,2294.92,15921240,0\n10/12/2011,2316.76,2331.91,2305.31,2307.18,18920690,0\n10/13/2011,2300.86,2330.64,2299.73,2326.88,16117780,0\n10/14/2011,2360.00,2371.94,2344.74,2371.94,15977980,0\n10/17/2011,2359.53,2367.21,2322.53,2334.38,16288600,0\n10/18/2011,2331.98,2375.26,2309.88,2364.87,18483210,0\n10/19/2011,2348.52,2357.55,2310.65,2316.81,19128950,0\n10/20/2011,2317.34,2317.34,2274.49,2306.29,19597230,0\n10/21/2011,2332.21,2349.79,2314.77,2335.93,19918730,0\n10/24/2011,2341.71,2389.91,2341.15,2384.42,18319940,0\n10/25/2011,2375.49,2375.53,2332.18,2335.87,17126860,0\n10/26/2011,2349.85,2355.02,2291.78,2334.79,20308540,0\n10/27/2011,2390.69,2412.52,2365.91,2399.83,27337030,0\n10/28/2011,2386.02,2404.80,2384.97,2401.29,18096130,0\n10/31/2011,2376.99,2389.29,2359.85,2360.08,17289880,0\n11/01/2011,2301.11,2321.36,2287.74,2298.37,22017940,0\n11/02/2011,2321.90,2329.06,2298.71,2318.32,18661340,0\n11/03/2011,2340.14,2369.77,2311.20,2367.71,20263620,0\n11/04/2011,2353.51,2364.37,2331.46,2356.32,18654290,0\n11/07/2011,2353.82,2372.72,2329.68,2371.04,16495160,0\n11/08/2011,2386.19,2402.51,2362.23,2400.01,17808430,0\n11/09/2011,2346.74,2354.90,2307.78,2314.10,20802610,0\n11/10/2011,2338.60,2338.91,2290.53,2312.07,18258620,0\n11/11/2011,2336.44,2363.12,2330.63,2355.78,15427880,0\n11/14/2011,2350.91,2362.46,2333.55,2341.32,13404530,0\n11/15/2011,2334.24,2375.10,2331.75,2366.24,16315770,0\n11/16/2011,2345.27,2365.13,2322.05,2324.37,19007120,0\n11/17/2011,2320.64,2320.81,2257.92,2272.09,21051550,0\n11/18/2011,2273.64,2274.62,2250.94,2253.95,16945860,0\n11/21/2011,2219.88,2225.54,2188.14,2211.14,19973150,0\n11/22/2011,2205.31,2224.04,2191.87,2216.33,17350440,0\n11/23/2011,2199.46,2203.14,2166.54,2166.54,16624930,0\n11/25/2011,2159.94,2182.28,2150.71,2150.81,6694330,0\n11/28/2011,2207.68,2227.81,2206.69,2224.22,15646790,0\n11/29/2011,2225.12,2240.63,2205.77,2211.39,15458350,0\n11/30/2011,2270.28,2295.35,2264.72,2295.20,24569590,0\n12/01/2011,2294.27,2314.90,2292.26,2309.20,17779510,0\n12/02/2011,2327.87,2331.12,2301.25,2302.04,16037470,0\n12/05/2011,2336.55,2343.10,2315.18,2326.95,16428270,0\n12/06/2011,2327.65,2335.79,2313.99,2321.49,14442970,0\n12/07/2011,2312.55,2331.73,2292.15,2320.54,16120950,0\n12/08/2011,2309.53,2324.04,2278.42,2282.59,17765400,0\n12/09/2011,2287.27,2325.64,2287.27,2318.68,15890400,0\n12/12/2011,2295.43,2295.53,2274.15,2292.24,14919970,0\n12/13/2011,2308.29,2316.90,2258.71,2268.37,16964670,0\n12/14/2011,2259.84,2260.52,2219.68,2233.03,17305310,0\n12/15/2011,2253.14,2253.21,2223.52,2226.71,16866070,0\n12/16/2011,2238.59,2267.55,2234.30,2238.18,26491560,0\n12/19/2011,2244.37,2250.27,2209.57,2215.27,15149560,0\n12/20/2011,2253.19,2283.45,2252.57,2281.94,17445230,0\n12/21/2011,2265.90,2267.01,2222.68,2249.03,17891450,0\n12/22/2011,2254.68,2268.59,2251.31,2266.77,14765020,0\n12/23/2011,2274.35,2287.96,2268.24,2287.57,9399090,0\n12/27/2011,2284.29,2301.30,2281.86,2293.12,9344400,0\n12/28/2011,2294.97,2295.17,2262.22,2267.08,10493790,0\n12/29/2011,2272.56,2285.72,2264.89,2285.07,10045840,0\n12/30/2011,2281.91,2289.12,2277.77,2277.83,10564980,0\n01/03/2012,2323.16,2332.24,2315.28,2321.96,16080010,0\n01/04/2012,2316.53,2333.29,2307.56,2329.71,16513810,0\n01/05/2012,2326.58,2351.45,2317.52,2348.98,17965630,0\n01/06/2012,2350.68,2362.58,2341.64,2356.17,16556490,0\n01/09/2012,2362.53,2363.48,2342.34,2350.65,17575260,0\n01/10/2012,2374.26,2381.43,2360.98,2367.38,17942910,0\n01/11/2012,2363.69,2376.58,2357.53,2372.25,16853230,0\n01/12/2012,2377.34,2384.26,2359.92,2381.99,16381040,0\n01/13/2012,2371.42,2373.50,2352.76,2371.98,16315160,0\n01/17/2012,2396.14,2404.08,2385.79,2393.24,17579480,0\n01/18/2012,2396.63,2425.96,2395.43,2425.96,19674980,0\n01/19/2012,2435.14,2445.59,2433.03,2441.70,19493120,0\n01/20/2012,2428.66,2438.25,2428.35,2437.02,19493920,0\n01/23/2012,2437.06,2455.22,2424.29,2437.22,16482770,0\n01/24/2012,2426.86,2440.20,2423.24,2433.96,16174540,0\n01/25/2012,2456.55,2470.58,2440.57,2465.66,18759350,0\n01/26/2012,2474.05,2479.31,2444.83,2454.63,19840380,0\n01/27/2012,2450.38,2467.46,2449.83,2461.77,17099150,0\n01/30/2012,2438.52,2468.57,2433.63,2465.32,16036270,0\n01/31/2012,2476.65,2481.51,2453.05,2467.95,17257850,0\n02/01/2012,2481.62,2497.31,2474.29,2488.18,20665790,0\n02/02/2012,2495.08,2504.16,2487.15,2495.83,18593160,0\n02/03/2012,2518.86,2532.26,2514.99,2529.17,20942770,0\n02/06/2012,2519.33,2528.30,2513.51,2528.30,16456360,0\n02/07/2012,2522.79,2537.64,2514.90,2532.06,17286020,0\n02/08/2012,2533.48,2545.84,2523.88,2545.72,19128850,0\n02/09/2012,2553.63,2567.28,2541.20,2563.93,20918430,0\n02/10/2012,2543.86,2553.10,2537.99,2547.32,17086870,0\n02/13/2012,2564.93,2572.64,2554.29,2569.49,15576610,0\n02/14/2012,2561.60,2575.24,2553.95,2575.24,20375900,0\n02/15/2012,2584.95,2600.96,2552.56,2556.01,19121150,0\n02/16/2012,2555.55,2594.71,2551.35,2592.29,18282310,0\n02/17/2012,2587.22,2593.56,2572.82,2584.24,19168780,0\n02/21/2012,2589.21,2601.74,2574.32,2590.24,17679890,0\n02/22/2012,2586.32,2593.05,2575.31,2579.78,16512850,0\n02/23/2012,2578.91,2598.10,2570.07,2594.93,16815030,0\n02/24/2012,2602.66,2609.45,2598.67,2604.21,15672820,0\n02/27/2012,2589.44,2616.86,2579.63,2606.76,16968980,0\n02/28/2012,2610.04,2634.23,2607.50,2633.46,17516100,0\n02/29/2012,2638.97,2645.20,2614.48,2623.10,20831370,0\n03/01/2012,2634.20,2645.91,2625.42,2643.54,18351650,0\n03/02/2012,2640.43,2650.00,2633.28,2641.58,17106200,0\n03/05/2012,2636.60,2642.75,2605.59,2614.92,16244760,0\n03/06/2012,2586.31,2593.64,2575.13,2588.95,18029040,0\n03/07/2012,2599.85,2614.23,2597.23,2607.85,15323630,0\n03/08/2012,2623.45,2643.89,2618.47,2637.18,15732080,0\n03/09/2012,2641.15,2651.98,2639.60,2646.85,15264670,0\n03/12/2012,2646.98,2651.64,2635.76,2646.85,12991180,0\n03/13/2012,2665.30,2697.64,2658.09,2697.43,16341440,0\n03/14/2012,2701.08,2717.86,2690.40,2708.41,15930630,0\n03/15/2012,2716.19,2720.49,2701.65,2714.79,16021770,0\n03/16/2012,2715.71,2719.61,2706.96,2712.78,20934300,0\n03/19/2012,2716.98,2738.22,2710.63,2733.26,14697290,0\n03/20/2012,2719.40,2740.35,2711.10,2737.63,14558850,0\n03/21/2012,2739.40,2752.46,2733.91,2736.88,14978400,0\n03/22/2012,2720.66,2737.83,2719.74,2731.50,14470750,0\n03/23/2012,2734.68,2734.68,2714.60,2728.55,13761000,0\n03/26/2012,2746.98,2778.02,2746.43,2778.02,15346290,0\n03/27/2012,2779.67,2793.44,2778.91,2782.12,15971270,0\n03/28/2012,2785.98,2794.00,2754.97,2770.97,16900480,0\n03/29/2012,2756.44,2769.83,2741.32,2762.05,16782200,0\n03/30/2012,2773.93,2774.52,2744.47,2755.27,17358190,0\n04/02/2012,2752.25,2787.25,2747.54,2784.42,17146590,0\n04/03/2012,2786.14,2795.35,2767.05,2782.78,17241990,0\n04/04/2012,2759.33,2762.73,2729.21,2745.00,17402170,0\n04/05/2012,2740.70,2764.21,2739.10,2762.50,15027800,0\n04/09/2012,2726.08,2751.44,2722.77,2739.98,13103280,0\n04/10/2012,2738.44,2749.51,2688.21,2695.12,18542210,0\n04/11/2012,2719.48,2726.94,2702.97,2708.13,14482350,0\n04/12/2012,2715.04,2743.41,2711.04,2740.26,13944390,0\n04/13/2012,2730.74,2731.35,2698.11,2698.99,14021160,0\n04/16/2012,2713.89,2713.89,2660.96,2670.10,14785420,0\n04/17/2012,2678.58,2731.38,2675.14,2723.58,14596760,0\n04/18/2012,2714.66,2732.03,2707.91,2716.14,15313600,0\n04/19/2012,2707.89,2738.59,2676.09,2686.82,18818230,0\n04/20/2012,2699.55,2712.01,2674.66,2676.04,18297410,0\n04/23/2012,2651.13,2657.36,2629.70,2653.50,16857150,0\n04/24/2012,2647.91,2659.52,2628.96,2638.73,16237790,0\n04/25/2012,2694.86,2710.87,2691.12,2709.62,16469600,0\n04/26/2012,2709.88,2731.73,2705.91,2725.23,17018000,0\n04/27/2012,2737.57,2750.50,2723.16,2741.34,17246020,0\n04/30/2012,2731.26,2737.54,2720.44,2723.68,15536490,0\n05/01/2012,2719.25,2756.81,2715.75,2726.92,17960110,0\n05/02/2012,2713.18,2736.30,2707.63,2734.77,17757140,0\n05/03/2012,2737.04,2737.14,2697.78,2704.59,17928800,0\n05/04/2012,2682.37,2683.25,2637.73,2637.92,18153610,0\n05/07/2012,2622.67,2651.74,2620.96,2639.28,16727000,0\n05/08/2012,2624.35,2638.30,2587.53,2629.87,20686840,0\n05/09/2012,2600.19,2635.71,2588.97,2621.35,19529900,0\n05/10/2012,2631.97,2631.97,2606.79,2616.24,19280790,0\n05/11/2012,2606.01,2643.22,2604.99,2615.98,16647060,0\n05/14/2012,2593.75,2611.37,2587.78,2590.28,16137340,0\n05/15/2012,2589.96,2617.23,2576.77,2580.75,17520480,0\n05/16/2012,2589.91,2597.16,2558.69,2561.56,18972790,0\n05/17/2012,2562.13,2567.55,2509.05,2509.05,19924100,0\n05/18/2012,2509.90,2523.15,2474.70,2478.53,25878510,0\n05/21/2012,2482.31,2547.69,2478.36,2545.43,17812630,0\n05/22/2012,2553.58,2562.48,2524.11,2539.20,17743230,0\n05/23/2012,2534.66,2553.19,2499.30,2547.08,18514140,0\n05/24/2012,2553.12,2554.20,2512.35,2531.35,16369130,0\n05/25/2012,2532.32,2537.56,2520.17,2527.05,12339990,0\n05/29/2012,2542.66,2570.79,2536.62,2558.97,15791370,0\n05/30/2012,2538.58,2546.01,2522.45,2537.40,15726930,0\n05/31/2012,2535.87,2540.40,2507.58,2524.87,20429610,0\n06/01/2012,2510.82,2510.82,2458.73,2458.83,18811880,0\n06/04/2012,2458.97,2480.97,2443.92,2478.13,16560210,0\n06/05/2012,2467.81,2492.53,2467.66,2487.50,15329260,0\n06/06/2012,2504.08,2546.32,2504.08,2546.32,16797070,0\n06/07/2012,2569.24,2570.48,2531.95,2535.41,15807460,0\n06/08/2012,2529.42,2561.57,2522.39,2559.21,13360010,0\n06/11/2012,2578.73,2579.23,2513.67,2517.18,14131840,0\n06/12/2012,2523.01,2546.83,2510.75,2546.20,15199310,0\n06/13/2012,2541.72,2557.31,2519.69,2527.44,15344250,0\n06/14/2012,2529.28,2547.31,2515.17,2539.97,15631570,0\n06/15/2012,2543.85,2572.84,2542.51,2571.23,19100250,0\n06/18/2012,2570.98,2599.52,2554.83,2592.52,15407330,0\n06/19/2012,2606.43,2630.86,2605.16,2620.83,17714840,0\n06/20/2012,2625.00,2633.21,2603.32,2623.33,15045430,0\n06/21/2012,2619.98,2622.76,2554.65,2556.96,17211650,0\n06/22/2012,2562.28,2587.00,2559.26,2585.53,22237210,0\n06/25/2012,2562.98,2563.09,2527.01,2533.54,14373980,0\n06/26/2012,2541.21,2556.92,2531.60,2549.84,15455900,0\n06/27/2012,2558.67,2576.09,2557.09,2565.53,15713580,0\n06/28/2012,2565.53,2565.53,2510.37,2536.65,16722440,0\n06/29/2012,2566.84,2615.82,2566.84,2615.72,18325310,0"
  },
  {
    "path": "web-src/examples/morley.csv",
    "content": "Expt,Run,Speed\n1,1,850\n1,2,740\n1,3,900\n1,4,1070\n1,5,930\n1,6,850\n1,7,950\n1,8,980\n1,9,980\n1,10,880\n1,11,1000\n1,12,980\n1,13,930\n1,14,650\n1,15,760\n1,16,810\n1,17,1000\n1,18,1000\n1,19,960\n1,20,960\n2,1,960\n2,2,940\n2,3,960\n2,4,940\n2,5,880\n2,6,800\n2,7,850\n2,8,880\n2,9,900\n2,10,840\n2,11,830\n2,12,790\n2,13,810\n2,14,880\n2,15,880\n2,16,830\n2,17,800\n2,18,790\n2,19,760\n2,20,800\n3,1,880\n3,2,880\n3,3,880\n3,4,860\n3,5,720\n3,6,720\n3,7,620\n3,8,860\n3,9,970\n3,10,950\n3,11,880\n3,12,910\n3,13,850\n3,14,870\n3,15,840\n3,16,840\n3,17,850\n3,18,840\n3,19,840\n3,20,840\n4,1,890\n4,2,810\n4,3,810\n4,4,820\n4,5,800\n4,6,770\n4,7,760\n4,8,740\n4,9,750\n4,10,760\n4,11,910\n4,12,920\n4,13,890\n4,14,860\n4,15,880\n4,16,720\n4,17,840\n4,18,850\n4,19,850\n4,20,780\n5,1,890\n5,2,840\n5,3,780\n5,4,810\n5,5,760\n5,6,810\n5,7,790\n5,8,810\n5,9,820\n5,10,850\n5,11,870\n5,12,870\n5,13,810\n5,14,740\n5,15,810\n5,16,940\n5,17,950\n5,18,800\n5,19,810\n5,20,870\n"
  },
  {
    "path": "web-src/examples/morley2.csv",
    "content": "Expt,Run,Speed\n1,1,850\n1,2,740\n1,3,900\n1,4,1070\n1,5,930\n1,6,850\n1,7,950\n1,8,980\n1,9,980\n1,10,880\n1,11,1000\n1,12,980\n1,13,930\n1,14,650\n1,15,760\n1,16,810\n1,17,1000\n1,18,1000\n1,19,960\n1,20,960\n3,1,880\n3,2,870\n3,3,840\n3,4,820\n3,5,730\n3,6,720\n3,7,610\n3,8,860\n3,9,990\n3,10,940\n3,11,880\n3,12,910\n3,13,850\n3,14,870\n3,15,840\n3,16,840\n3,17,850\n3,18,840\n3,19,840\n3,20,840\n4,1,890\n4,2,810\n4,3,810\n4,4,820\n4,5,800\n4,6,770\n4,7,760\n4,8,740\n4,9,750\n4,10,760\n4,11,910\n4,12,920\n4,13,890\n4,14,860\n4,15,880\n4,16,720\n4,17,840\n4,18,850\n4,19,850\n4,20,780\n5,1,890\n5,2,840\n5,3,780\n5,4,810\n5,5,760\n5,6,810\n5,7,790\n5,8,810\n5,9,820\n5,10,850\n5,11,870\n5,12,870\n5,13,810\n5,14,740\n5,15,810\n5,16,940\n5,17,950\n5,18,800\n5,19,810\n5,20,870\n"
  },
  {
    "path": "web-src/examples/morley3.csv",
    "content": "Expt,Run,Speed\n1,1,850\n1,2,740\n1,3,900\n1,4,1070\n1,5,930\n1,6,850\n1,7,950\n1,8,980\n1,9,980\n1,10,880\n1,11,1000\n1,12,980\n1,13,930\n1,14,650\n1,15,760\n1,16,810\n1,17,1000\n1,18,1000\n1,19,960\n1,20,960\n2,1,960\n2,2,940\n2,3,960\n2,4,940\n2,5,880\n2,6,800\n2,7,850\n2,8,880\n2,9,900\n2,10,840\n2,11,830\n2,12,790\n2,13,810\n2,14,880\n2,15,880\n2,16,830\n2,17,800\n2,18,790\n2,19,760\n2,20,800\n3,1,880\n3,2,880\n3,3,880\n3,4,860\n3,5,720\n3,6,720\n3,7,620\n3,8,860\n3,9,970\n3,10,950\n3,11,880\n3,12,910\n3,13,850\n3,14,870\n3,15,840\n3,16,840\n3,17,850\n3,18,840\n3,19,840\n3,20,840\n4,1,890\n4,2,810\n4,3,810\n4,4,820\n4,5,800\n4,6,770\n4,7,760\n4,8,740\n4,9,750\n4,10,760\n4,11,910\n4,12,920\n4,13,890\n4,14,860\n4,15,880\n4,16,720\n4,17,840\n4,18,850\n4,19,850\n4,20,780\n5,1,890\n5,2,840\n5,3,780\n5,4,810\n5,5,760\n5,6,810\n5,7,790\n5,8,810\n5,9,820\n5,10,850\n5,11,870\n5,12,870\n5,13,810\n5,14,740\n5,15,810\n5,16,940\n5,17,950\n5,18,800\n5,19,810\n5,20,870\n6,1,990\n6,2,940\n6,3,880\n6,4,910\n6,5,760\n6,6,910\n6,7,890\n6,8,910\n6,9,920\n6,10,950\n6,11,970\n6,12,970\n6,13,910\n6,14,840\n6,15,910\n6,16,1140\n6,17,1150\n6,18,900\n6,19,910\n6,20,970\n"
  },
  {
    "path": "web-src/examples/multi-focus.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Multiple Focus Charts for a Range Chart</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test1\"></div>\n<div id=\"test2\"></div>\n<div id=\"test3\"></div>\n<div id=\"test4\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart1 = new dc.BarChart(\"#test1\");\nvar chart2 = new dc.BarChart(\"#test2\");\nvar chart3 = new dc.BarChart(\"#test3\");\nvar chart4 = new dc.BarChart(\"#test4\");\n\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n    experiments.forEach(function(x) {\n        x.Speed = +x.Speed;\n    });\n\n    var ndx                 = crossfilter(experiments),\n        runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n        speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n\n    function bar_chart(chart) {\n        chart\n            .width(400)\n            .height(300)\n            .x(d3.scaleLinear().domain([6,20]))\n            .brushOn(false)\n            .yAxisLabel(\"This is the Y Axis!\")\n            .dimension(runDimension)\n            .group(speedSumGroup);\n        return chart;\n    }\n\n    bar_chart(chart1)\n        .brushOn(true);\n    bar_chart(chart2);\n    bar_chart(chart3);\n    bar_chart(chart4);\n\n    // this example was inspired by this Stack Overflow question:\n    // http://stackoverflow.com/questions/27445259/dc-js-applying-range-chart-to-multiple-graphs\n\n    // it would be nice to include the functionality in dc.js proper, but we'd have to deal with the\n    // complementary part of having each focus chart change the range chart when it is zoomed\n    // and that requires more thinking: https://github.com/dc-js/dc.js/issues/820\n\n    // we need to this helper function out of coordinateGridMixin\n    function rangesEqual(range1, range2) {\n        if (!range1 && !range2) {\n            return true;\n        }\n        else if (!range1 || !range2) {\n            return false;\n        }\n        else if (range1.length === 0 && range2.length === 0) {\n            return true;\n        }\n        else if (range1[0].valueOf() === range2[0].valueOf() &&\n            range1[1].valueOf() === range2[1].valueOf()) {\n            return true;\n        }\n        return false;\n    }\n\n    // monkey-patch the first chart with a new function\n    // technically we don't even need to do this, we could just change the 'filtered'\n    // event externally, but this is a bit nicer and could be added to dc.js core someday\n    chart1.focusCharts = function (chartlist) {\n        if (!arguments.length) {\n            return this._focusCharts;\n        }\n        this._focusCharts = chartlist; // only needed to support the getter above\n        this.on('filtered', function (range_chart) {\n            chartlist.forEach(function(focus_chart) {\n                if (!rangesEqual(range_chart.filter(), focus_chart.filter())) {\n                    dc.events.trigger(function () {\n                        focus_chart.focus(range_chart.filter());\n                    });\n                }\n            });\n        });\n        return this;\n    };\n\n    chart1.focusCharts([chart2,chart3,chart4]);\n\n    dc.renderAll();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/multi-scatter.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Scatter Composite with Legend</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.CompositeChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      scatterDimension    = ndx.dimension(function(d) { return [+d.Run, d.Speed * d.Run / 1000]; }),\n      scatterGroup        = scatterDimension.group(),\n      lineDimension       = ndx.dimension(function(d) { return +d.Run; }),\n      lineGroup           = lineDimension.group().reduceSum(function (d) {\n          return d.Speed * d.Run / 4000;\n      });\n\n    chart\n        .width(768)\n        .height(480)\n        .x(d3.scaleLinear().domain([6,20]))\n        .yAxisLabel(\"This is the Y Axis!\")\n        .clipPadding(10)\n        .dimension(scatterDimension)\n        .brushOn(false)\n        .legend(dc.legend().x(70).y(10).itemHeight(13).gap(5))\n        .compose([\n            new dc.ScatterPlot(chart)\n                .group(scatterGroup, \"Blue Group\")\n                .colors(\"blue\"),\n            new dc.ScatterPlot(chart)\n                .group(scatterGroup, \"Red Group\")\n                .colors(\"red\")\n                .valueAccessor(function (d) { return d.key[1] + 5; }),\n            new dc.LineChart(chart)\n                .dimension(lineDimension)\n                .group(lineGroup, \"Line Group\")\n        ]);\n\n  chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/number.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Number Display Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      #number-box {\n        background: orange;\n        width: 200px;\n        font-size: 64px;\n        text-align: center;\n        padding-top: 63px;\n        padding-bottom: 63px;\n        height: 74px;\n        line-height: normal;\n      }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\" style=\"float: none\">\n  Inline Number Display. We have <span class=\"number-display\"></span> jumping on the bed.\n</div>\n\n<br />\n\n<p>\nWe have seen a mean of <span id=\"mean\"></span> over <span id=\"expn\"></span> experiments!\n</p>\n\n<br />\n\n<div id=\"number-box\"></div>\n\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar inlineND = new dc.NumberDisplay(\"#test\"),\n    boxND    = new dc.NumberDisplay(\"#number-box\"),\n    meanND   = new dc.NumberDisplay(\"#mean\"),\n    expnND   = new dc.NumberDisplay(\"#expn\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed * 1000;\n  });\n\n  var ndx            = crossfilter(experiments),\n      runDimension   = ndx.dimension(function(d) {return +d.Run;})\n      meanSpeedGroup = ndx.groupAll().reduce(\n          function (p, v) {\n              ++p.n;\n              p.tot += v.Speed;\n              return p;\n          },\n          function (p, v) {\n              --p.n;\n              p.tot -= v.Speed;\n              return p;\n          },\n          function () { return {n:0,tot:0}; }\n      );\n  var average = function(d) {\n      return d.n ? d.tot / d.n : 0;\n  };\n  var expCount = function(d) {\n      return d.n;\n  };\n\n  inlineND\n      .valueAccessor(average)\n      .html({\n        one:\"<span style=\\\"color:steelblue; font-size: 26px;\\\">%number</span> Monkey\",\n        some:\"<span style=\\\"color:steelblue; font-size: 26px;\\\">%number</span> Total Monkeys\",\n        none:\"<span style=\\\"color:steelblue; font-size: 26px;\\\">No</span> Monkeys\"\n      })\n      .group(meanSpeedGroup);\n  boxND\n      .formatNumber(d3.format(\".3s\"))\n      .valueAccessor(average)\n      .group(meanSpeedGroup);\n\n  meanND.group(meanSpeedGroup).valueAccessor(average).formatNumber(d3.format(\".3g\"));\n  expnND.group(meanSpeedGroup).valueAccessor(expCount);\n\n  var i=18;\n  setInterval(function() {\n      runDimension.filter(i++ % 20);\n      dc.redrawAll();\n  }, 3000);\n\n  dc.renderAll();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/ordered_returned.csv",
    "content": "category,sub_category,item_id,number_ordered,amount,number_returned\nA,Z,125789,4,96,1\nA,Z,127836,4,96,1\nA,Z,125135,4,96,2\nA,Z,129822,28,672,28\nA,Y,129466,7,175,7\nA,Y,129421,2,102,2\nA,Z,130790,7,216.65,3\nA,Z,124613,7,216.65,4\nA,Y,124349,2,48,2\nA,Z,124844,0,0,0\nA,Z,128198,1,55,1\nA,U,121893,1,16,0\nA,U,122008,1,16,1\nA,Y,125900,1,46.75,0\nA,Y,125597,1,46.75,1\nB,Y,126903,1,29,0\nB,Y,122530,1,29,1\nB,Y,125027,1,15,0\nB,Y,129213,1,15,1\nA,Z,123191,1,27.95,1\nA,W,123452,12,126,0\nA,W,127549,12,126,12\nA,Y,127738,0,0,0\nA,Y,129364,0,0,0\nA,Y,122234,0,0,0\nA,Y,127992,20,480,10\nA,Y,129285,20,480,10\nA,Y,130147,0,0,0\nA,Y,126576,0,0,0\nA,Y,128954,15,360,12\nA,Y,124195,15,360,3\nA,Y,127428,76,1976,76\nA,Y,122742,14,336,4\nA,Y,129237,14,336,4\nA,Y,130199,14,336,6\nA,Y,127213,66,1584,66\nA,Z,124200,20,360,0\nA,Z,124479,20,360,20\nA,Y,125302,1,53.95,1\nA,Z,128568,3,92.85,3\nA,U,125674,5,80,1\nA,U,122152,5,80,4\nA,Z,129752,1,24.95,1\nA,Z,129468,1,33,1\nA,Z,122624,8,263.6,8\nA,Z,125242,1,32.95,1\nA,Z,126960,3,103.5,3\nA,Z,122462,4,127.8,4\nA,Z,129348,2,49,2\nA,Z,121590,2,45,2\nA,Z,125496,2,46,0\nA,Z,128267,2,46,2\nA,Y,127577,3,72,3\nA,Y,124885,5,120,5\nA,Y,130410,3,129,3\nA,Z,126847,4,98,4\nA,Z,130697,1,23.95,1\nA,Z,127307,6,179.7,6\nA,Z,126760,2,59.9,2\nA,Z,129633,4,152,4\nA,Z,120892,1,28,1\nA,Z,123163,2,96,0\nA,Z,129880,2,96,2\nA,Z,126306,2,37.9,1\nA,Z,125723,2,37.9,1\nA,Z,123623,1,23,0\nA,Z,129920,1,23,1\nA,Y,127106,8,200,8\nA,U,130208,4,54,0\nA,U,127724,4,54,4\nB,Z,129495,1,19,1\nB,Z,127352,3,84,0\nB,Z,126488,3,84,1\nB,Z,121323,3,84,2\nB,W,123721,12,93,0\nB,W,130037,12,93,12\nB,U,124741,6,78,0\nB,U,123021,6,78,6\nB,U,125844,8,98,0\nB,U,126577,8,98,8\nB,V,130284,1,30,0\nB,V,124051,1,30,1\nA,Y,129522,75,1800,0\nA,Y,121635,75,1800,75\nA,Y,126581,41,984,41\nA,Y,122445,0,0,0\nA,Y,122877,11,308,11\nA,Z,121028,80,1960,4\nA,Z,126408,80,1960,76\nA,Z,126637,10,220,10\nA,Z,127492,1,23,0\nA,Z,124173,1,23,1\nA,Z,129081,2,37.9,0\nA,Z,121436,2,37.9,2\nA,Z,128757,4,88,0\nA,Z,124451,4,88,4\nA,Z,122776,1,15,1\nA,V,127242,2,46,1\nA,V,124635,2,46,1\nA,V,121573,1,21,1\nA,Z,127712,2,40,2\nA,Z,122902,1,14,1\nA,Z,121190,1,18,0\nA,Z,127200,1,18,1\nA,Y,122135,1,18,1\nA,Z,123873,5,115,4\nA,Z,125607,5,115,1\nA,Z,127064,3,88.5,3\nA,Z,126779,3,99,3\nA,Z,125018,3,74.85,3\nA,Z,123377,10,329.5,10\nA,Z,126498,2,59.9,2\nA,V,128805,1,24,1\nA,V,129659,1,24,1\nB,Z,129835,24,480,0\nB,Z,120989,24,480,24\nA,Y,124205,1,51.95,1\nA,U,129171,1,14.25,0\nA,U,121873,1,14.25,1\nA,Y,124197,26,1274,26\nA,Y,123549,10,490,10\nA,Z,122454,14,433.3,12\nA,Z,124382,14,433.3,2\nA,Y,122759,27,810,27\nA,Y,125366,123,2952,39\nA,Y,122254,123,2952,49\nA,Y,130765,123,2952,35\nA,Y,121576,12,288,12\nA,Z,130923,2,69,2\nA,Z,122904,1,19,1\nA,Z,123957,1,33,0\nA,Z,121617,1,33,1\nA,Z,122614,3,88.5,0\nA,Z,125941,3,88.5,3\nA,Z,127137,1,24.5,1\nA,U,125320,3,48,3\nA,Z,128178,5,150,1\nA,Z,123325,5,150,0\nA,Z,129495,5,150,0\nA,Z,129678,5,150,4\nA,Z,124957,4,87.8,2\nA,Z,126476,4,87.8,2\nA,Z,124909,1,31.95,1\nA,Z,130066,1,48,1\nA,Z,124850,8,239.6,4\nA,Z,126321,8,239.6,4\nA,Z,124825,2,59.9,2\nA,V,123997,1,18.95,1\nA,U,122729,4,54,0\nA,U,130089,4,54,4\nB,Z,128176,16,480,0\nB,Z,129795,16,480,16\nB,Z,125954,1,13,0\nB,Z,126058,1,13,1\nB,Z,124435,0,0,0\nB,Z,122705,2,60,0\nB,Z,121479,2,60,2\nB,Z,127631,2,56,0\nB,Z,127029,2,56,2\nB,V,124857,1,6,0\nB,V,123173,1,6,1\nB,W,123820,12,117,0\nB,W,125270,12,117,12\nA,U,121516,6,96,6\nA,Y,124399,6,144,6\nB,Z,123279,0,0,0\nB,Z,130661,4,96,0\nB,Z,122096,4,96,0\nB,Z,127166,4,96,4\nA,Z,121627,2,65.9,2\nA,Z,124709,1,19,1\nA,Z,130952,3,71.85,3\nA,Z,129663,1,30,1\nA,Z,130507,3,89.85,3\nA,Z,127378,1,27.95,1\nA,Z,122622,1,33,1\nA,Z,124989,0,0,0\nA,W,124283,1,11.5,1\nA,Y,127612,8,296,0\nA,Y,125942,8,296,0\nA,Y,122756,8,296,8\nA,Z,122130,1,30,1\nA,Z,121661,2,53.9,1\nA,Z,129271,2,53.9,1\nA,Z,127734,1,17,1\nA,U,130677,1,16,0\nA,U,127671,1,16,1\nB,W,129462,2,15.5,2\nA,Y,123886,9,216,9\nA,Y,124735,2,83.9,0\nA,Y,130183,2,83.9,2\nA,Y,128411,4,204,0\nA,Y,123931,4,204,4\nA,Y,128006,2,82,2\nA,Y,125543,1,30.95,1\nA,Y,128302,18,432,13\nA,Y,122076,18,432,5\nA,Y,125989,3,72,3\nA,Y,124812,140,3360,140\nA,Y,125826,20,460,20\nA,Y,130915,80,1920,80\nA,Z,122316,4,98,3\nA,Z,129540,4,98,1\nA,Z,128891,1,23,1\nA,Z,125995,1,23,0\nA,Z,123529,1,23,1\nA,Y,128743,4,100,4\nB,Z,124365,1,24,0\nB,Z,125936,1,24,1\nB,Z,126808,1,13,0\nB,Z,122446,1,13,1\nB,Z,124377,1,25.5,0\nB,Z,129531,1,25.5,1\nB,W,122439,2,19.5,2\nA,U,121250,2,28,2\nA,Y,127431,12,324,12\nB,W,127531,3,46.5,1\nB,W,123872,3,46.5,0\nB,W,126631,3,46.5,2\nB,W,129055,1,15.5,0\nB,W,127094,1,15.5,1\nA,Y,130065,3,81,3\nB,W,122674,1,15.5,0\nB,W,121895,1,15.5,1\nB,W,129810,1,15.5,0\nB,W,125387,1,15.5,1\nB,W,128004,1,15.5,0\nB,W,128922,1,15.5,1\nB,W,124189,1,15.5,0\nB,W,125314,1,15.5,1\nB,W,125838,1,15.5,0\nB,W,128027,1,15.5,1\nB,W,121935,1,15.5,0\nB,W,127368,1,15.5,1\nA,Z,125092,6,95.7,6\nA,Z,128106,4,63.8,2\nA,Z,130191,4,63.8,2\nA,Z,130366,3,47.85,3\nA,Z,130204,5,129.75,5\nA,Z,121664,4,132,3\nA,Z,126718,4,132,0\nA,Z,123447,4,132,1\nA,Z,124463,2,49.9,2\nA,Z,127628,2,49,2\nA,W,122607,2,23,0\nA,W,124951,2,23,2\nA,U,126349,4,64,0\nA,U,129938,4,64,4\nA,U,126037,0,0,0\nA,U,126770,2,28,0\nA,U,127445,2,28,2\nA,Y,123292,1,43,1\nA,Y,126725,4,96,2\nA,Y,130534,4,96,0\nA,Y,121751,4,96,2\nA,Z,128329,2,69,2\nA,Z,125039,1,28,1\nA,Z,128688,1,23,0\nA,Z,127586,1,23,1\nA,Z,122606,8,239.6,8\nA,Z,124716,2,59.9,2\nA,Z,126765,2,60,0\nA,Z,129341,2,60,2\nA,Y,127175,1,43,1\nA,Y,121315,8,192,1\nA,Y,122200,8,192,5\nA,Y,125694,8,192,2\nA,Z,126939,6,101.7,0\nA,Z,124614,6,101.7,6\nB,Z,122953,1,19,1\nB,Z,130602,4,120,0\nB,Z,121312,4,120,4\nB,V,129122,1,8,0\nB,V,129306,1,8,1\nB,V,121151,1,6,0\nB,V,125107,1,6,1\nB,V,124752,1,9,0\nB,V,125852,1,9,1\nB,W,130938,8,78,0\nB,W,129985,8,78,8\nB,U,128350,6,61.5,6\nB,Z,125275,1,27,0\nB,Z,125429,1,27,1\nA,Y,125283,111,2664,80\nA,Y,127609,111,2664,31\nA,Y,121738,76,1900,28\nA,Y,130013,76,1900,48\nA,Y,122198,54,1296,54\nA,Z,126287,20,360,6\nA,Z,129738,20,360,0\nA,Z,121111,20,360,14\nA,Y,129050,2,107.9,2\nA,Z,122216,23,690,10\nA,Z,127815,23,690,10\nA,Z,121649,23,690,3\nA,Z,127426,2,60,2\nA,Y,129514,16,384,16\nA,Y,125379,0,0,0\nA,Y,122560,60,1440,60\nA,Y,124262,68,1632,44\nA,Y,125519,68,1632,24\nA,Y,126713,5,120,5\nB,Y,129350,3,185.85,0\nB,Y,126791,3,185.85,3\nB,Z,125485,1,28.95,1\nA,Z,129883,2,63,2\nB,Z,123731,2,55.9,2\nA,Z,123134,2,33.9,2\nA,Z,127907,3,77.85,3\nA,V,125265,1,24,1\nA,V,126037,1,24,1\nA,Z,126901,18,755.1,2\nA,Z,130611,18,755.1,16\nB,Y,122146,8,415.6,0\nB,Y,126814,8,415.6,8\nA,Z,123202,1,22.95,1\nA,Z,128604,17,390.15,1\nA,Z,128236,17,390.15,2\nA,Z,126111,17,390.15,14\nA,Y,129655,52,2701.4,36\nA,Y,122599,52,2701.4,16\nA,Z,124415,22,702.9,5\nA,Z,127979,22,702.9,17\nA,Z,124471,3,95.85,3\nA,Y,126955,23,757.85,23\nA,Y,128898,27,889.65,27\nA,Y,129163,53,1351.5,10\nA,Y,122075,53,1351.5,43\nA,Y,122146,67,1708.5,67\nA,Y,125648,61,1464,61\nA,Y,126305,102,2448,37\nA,Y,121743,102,2448,65\nA,Z,122154,2,47.9,1\nA,Z,123550,2,47.9,1\nA,Z,123373,3,88.5,3\nA,Z,124578,1,30.95,0\nA,Z,126903,1,30.95,1\nA,Z,127072,1,18.95,1\nA,Z,128153,1,18.95,1\nB,Z,127070,1,10.95,1\nA,Z,125448,2,60,2\nA,Z,121507,1,22,1\nA,Z,123317,1,22,0\nA,Z,122876,1,22,1\nA,Z,123748,1,24.5,1\nA,Z,127551,2,35.9,2\nA,Z,124238,1,28.95,1\nA,Z,127210,1,19.95,1\nA,Y,123963,1,43,1\nA,Z,127384,2,59,2\nA,Z,125051,2,41.9,2\nA,Z,121141,2,37.9,2\nA,U,128180,2,27,2\nA,Z,125347,2,33.9,2\nA,Z,127217,4,98,2\nA,Z,127815,4,98,2\nA,Z,128289,1,23,1\nA,Z,121588,2,43.9,1\nA,Z,129368,2,43.9,1\nA,Z,124790,4,87.8,4\nA,Y,125408,10,240,10\nA,U,126033,4,54,0\nA,U,127237,4,54,4\nB,Z,127049,2,46,2\nB,Z,130115,1,13,0\nB,Z,121327,1,13,1\nB,Z,130481,1,27,1\nB,Z,125766,1,20,1\nB,Y,129135,8,154,0\nB,Y,122800,8,154,8\nB,Y,126245,1,38,0\nB,Y,124126,1,38,1\nB,W,130808,14,136.5,0\nB,W,130886,14,136.5,2\nB,W,126149,14,136.5,12\nB,U,125195,6,78,0\nB,U,128413,6,78,6\nB,U,122582,8,98,2\nB,U,124665,8,98,6\nA,Z,125688,1,20,0\nA,Z,129639,1,20,1\nA,V,129451,2,36,1\nA,V,124693,2,36,1\nA,Z,124542,7,210,7\nA,Y,125742,1,43,1\nA,Z,122297,1,29.5,1\nA,Z,128114,1,33,1\nA,Z,128336,1,21.95,1\nA,Y,130741,3,147,3\nA,Z,125926,1,17,1\nA,U,121607,3,48,0\nA,U,129484,3,48,3\nA,Y,126213,5,124.75,5\nA,W,125135,1,11.5,0\nA,W,129508,1,11.5,1\nA,Y,121731,1,53,1\nA,Y,122627,1,45.75,1\nA,Z,128124,9,197.55,9\nA,Z,128568,1,21.95,1\nA,Y,125676,17,408,17\nA,Y,121746,76,1824,76\nA,Y,128418,6,144,6\nA,Z,129736,2,49.9,2\nA,Z,128948,2,59,1\nA,Z,121539,2,59,1\nA,Z,129341,1,33,1\nA,Z,128230,1,33,1\nA,Z,130550,2,51.9,2\nA,V,128100,3,74.85,1\nA,V,127571,3,74.85,2\nA,Z,123517,8,240,0\nA,Z,128899,8,240,8\nA,Z,122463,8,240,2\nA,Z,123545,8,240,2\nA,Z,121746,8,240,2\nA,Z,126209,8,240,2\nA,U,122713,1,14.25,1\nA,Y,130109,2,174,2\nA,Y,129574,0,0,0\nA,Y,128295,50,1200,50\nA,Y,126835,20,480,20\nA,Y,124145,130,3120,130\nA,Z,125466,17,373.15,3\nA,Z,124865,17,373.15,1\nA,Z,126444,17,373.15,13\nA,Z,123607,80,1960,80\nA,Y,129392,33,823.35,33\nA,Z,124229,8,207.6,8\nA,Z,123153,2,59,2\nA,Z,127153,3,57,3\nA,Z,125223,1,28.5,1\nA,Z,126941,1,25.5,1\nA,Z,122086,2,51,2\nA,Z,130984,2,60,0\nA,Z,129313,2,60,2\nA,Z,131168,1,28,1\nA,V,122411,1,28,1\nA,U,131075,2,32,1\nA,U,122342,2,32,1\nA,Z,127230,5,95,2\nA,Z,123876,5,95,3\nA,Z,127326,2,50,2\nA,V,126220,2,31.9,2\nA,Z,126003,1,18.95,1\nA,Z,124484,1,23.95,1\nA,Z,129733,3,90,0\nA,Z,129882,3,90,3\nA,Z,129612,1,25.5,1\nA,Z,123179,1,48,1\nA,Z,128376,2,56,0\nA,Z,125815,2,56,2\nA,Z,130370,3,50.85,3\nA,Y,122618,10,249.5,10\nA,Y,124520,2,74,0\nA,Y,129163,2,74,2\nA,Z,124915,4,114,3\nA,Z,122203,4,114,1\nA,Z,125210,1,23,1\nB,Z,125906,1,19,1\nB,Z,128955,1,37,1\nB,Z,125112,1,13,0\nB,Z,125855,1,13,1\nB,Z,128793,1,30,0\nB,Z,123711,1,30,1\nB,V,130679,1,10,1\nB,W,123969,2,19.5,2\nB,W,129360,6,58.5,6\nB,U,124312,1,13,1\nA,Z,122282,5,99.75,5\nA,Z,121354,2,38,2\nA,Y,124595,12,299.4,12\nA,V,130819,1,20.45,1\nA,Z,124385,6,101.7,0\nA,Z,126901,6,101.7,6\nB,V,122918,1,6,0\nB,V,125693,1,6,1\nB,V,123642,1,9,0\nB,V,130534,1,9,1\nA,Z,129175,10,219.5,9\nA,Z,125939,10,219.5,1\nA,Z,123470,1,33.95,1\nA,Z,130570,2,46,1\nA,Z,129511,2,46,1\nA,Z,125811,2,51.9,2\nA,Z,129324,2,37.9,2\nA,Z,129629,1,28,1\nA,Z,123631,2,33.9,2\nA,Y,126161,17,424.15,17\nA,Y,126946,285,5628.75,285\nA,Y,130135,39,770.25,39\nA,Y,125945,3,129,3\nA,Y,121822,3,147,3\nA,Y,127005,8,192,8\nA,Z,122327,1,12,1\nA,Z,124722,1,21.95,1\nA,W,123420,2,23,2\nA,Z,125566,1,30,1\nA,Y,121982,2,102,0\nA,Y,127447,2,102,2\nB,Y,127237,1,41.95,0\nB,Y,124567,1,41.95,1\nB,Y,123443,1,18.84,1\nB,Y,127223,1,28.84,0\nB,Y,130677,1,28.84,1\nA,Y,127445,1,43.75,0\nA,Y,124472,1,43.75,1\nA,Z,124281,2,33.9,2\nA,Y,131038,1,43,1\nA,Z,129168,4,87.8,4\nA,Z,121840,4,76,4\nA,Y,125274,12,299.4,12\nB,Z,126301,1,27,1\nB,Z,126178,1,19,1\nB,Z,123233,4,120,0\nB,Z,129970,4,120,4\nB,Z,121539,1,13,0\nB,Z,127259,1,13,1\nB,Z,126427,2,56,2\nB,Y,127923,3,57.75,1\nB,Y,125106,3,57.75,2\nB,Z,129348,6,78,0\nB,Z,128966,6,78,6\nB,W,127621,6,58.5,6\nB,U,127520,4,52,0\nB,U,121667,4,52,4\nB,U,129456,6,73.5,3\nB,U,126822,6,73.5,3\nA,Z,124805,4,92,3\nA,Z,129302,4,92,1\nA,Z,122997,4,87.8,4\nA,Z,129864,7,160.65,7\nA,Y,126405,10,249.5,10\nA,U,126179,3,48,3\nA,Y,124544,1,43,1\nB,Z,129268,1,19,1\nB,Z,128470,1,20,1\nB,Z,128777,1,25.5,1\nB,Y,121589,4,77,2\nB,Y,129745,4,77,2\nB,V,130442,1,10,1\nB,W,125942,12,117,12\nB,U,122794,5,65,3\nB,U,129091,5,65,2\nB,U,125171,3,37.5,3\nA,Y,122058,1,18,1\nA,Z,123551,1,19.95,1\nA,Z,123913,1,37,1\nA,Y,130597,6,149.7,6\nA,Z,126197,1,29.5,1\nA,Z,124083,1,33.95,1\nA,Z,130002,1,48,1\nA,Z,129036,1,26.95,1\nA,Z,121361,1,21.95,1\nA,Z,127124,1,34.5,1\nA,Z,128955,1,30,1\nA,Z,125217,1,16.95,1\nA,Z,126072,1,19.95,1\nB,W,125789,2,25,2\nA,Z,127599,41,694.95,1\nA,Z,121973,41,694.95,40\nA,Z,129455,5,84.75,5\nA,Y,121428,84,2016,9\nA,Y,124535,84,2016,75\nA,Y,129077,54,1296,54\nA,Z,130545,1,23,1\nA,Z,122171,1,23,1\nA,Y,127920,4,99.8,4\nA,V,125513,2,40.9,2\nB,Z,129722,4,112,2\nB,Z,130531,4,112,0\nB,Z,128264,4,112,2\nB,Y,129224,2,17.68,0\nB,Y,129147,2,17.68,2\nB,V,128941,1,10,1\nB,V,128103,1,30,1\nB,W,130768,12,117,6\nB,W,122180,12,117,6\nB,U,131189,8,98,8\nA,Z,121908,4,114,4\nA,Z,122643,2,31.9,2\nA,Z,128203,1,15.95,1\nA,Z,122415,6,125.7,6\nA,Z,130466,6,114,2\nA,Z,128469,6,114,0\nA,Z,122080,6,114,4\nA,Y,122562,1,43,1\nA,Y,129989,16,236,16\nB,Z,123022,8,240,0\nB,Z,130243,8,240,8\nB,Z,122894,1,19,1\nB,Z,121613,1,14.95,0\nB,Z,126371,1,14.95,1\nB,Z,122428,1,26.5,1\nA,Z,130649,6,101.7,0\nA,Z,129350,6,101.7,6\nB,V,121791,1,10,0\nB,V,122743,1,10,1\nB,V,126511,1,7.95,0\nB,V,127127,1,7.95,1\nB,V,125869,1,35.9,1\nB,V,123975,1,9.95,1\nB,W,122434,12,117,12\nB,U,121935,6,78,6\nB,U,129963,5,62.5,5\nB,U,130989,1,12.5,1\nA,V,127299,1,14.95,1\nA,Z,122471,47,1410,10\nA,Z,130879,47,1410,18\nA,Z,127422,47,1410,10\nA,Z,125162,47,1410,9\nA,Z,125716,6,180,6\nA,Y,126196,0,0,0\nA,Y,122598,164,4091.8,164\nA,Y,125686,1,37,0\nA,Y,130260,1,37,1\nA,Y,123772,7,174.65,7\nA,Y,127925,18,449.1,18\nA,Y,122882,2,49.9,2\nA,Y,129377,12,299.4,12\nA,Y,124751,18,449.1,18\nA,Y,129154,14,349.3,14\nA,Y,131054,6,149.7,6\nA,Y,126850,9,224.55,9\nA,Y,128238,12,299.4,12\nB,Y,127661,1,38,1\nA,Z,123608,1,29.5,1\nA,Z,121672,1,33,1\nA,Z,123120,2,33.9,2\nA,Z,123705,2,38,2\nA,Z,131054,1,25.95,1\nA,Z,122529,1,41.95,1\nA,Y,128116,1,60,1\nA,Z,130916,1,21.95,1\nA,Y,126351,1,49,1\nA,Z,121685,1,30.95,1\nA,Y,127660,3,72,3\nA,Y,130166,82,2045.9,82\nA,Z,121656,6,198,6\nA,Y,125586,14,322,14\nA,Y,129524,1,23,1\nA,Z,126402,1,32,1\nA,Z,129247,1,21.95,1\nA,Z,129795,1,19.95,1\nA,Z,130215,1,26.95,1\nA,Z,131155,1,30,1\nA,Z,125115,1,48,1\nA,Z,128239,1,37,1\nA,Y,122890,4,96,4\nA,Z,131415,1,20,1\nA,Z,123371,1,34.5,1\nA,Y,125260,2,107.9,2\nB,Y,124484,216,3240,216\nA,Z,130699,3,88.5,3\nA,Z,124243,3,99,3\nA,Z,129598,2,76,1\nA,Z,122263,2,76,1\nA,Z,123964,3,77.85,3\nA,Z,123129,1,25.95,1\nA,V,127755,3,74.85,3\nA,Z,128304,16,480,9\nA,Z,121594,16,480,7\nA,Y,124746,10,600,10\nA,U,128503,1,14.25,1\nA,Y,130175,2,174,2\nA,Z,128776,16,351.2,16\nA,Z,124433,2,43.9,2\nA,Y,122545,27,1323,27\nA,Y,131120,150,3600,150\nA,Z,128780,1,24.65,1\nA,Z,126023,1,27.5,1\nA,Z,126039,2,37.9,1\nA,Z,128507,2,37.9,1\nA,Z,123762,1,33,1\nA,Z,123447,1,30.95,0\nA,Z,126396,1,30.95,1\nA,W,129000,2,23,2\nA,Z,122715,1,22.95,1\nA,Z,122315,1,18.95,1\nA,Z,130928,2,38,2\nA,Z,126738,1,24.95,1\nA,Z,127418,3,88.5,3\nA,Z,127161,3,71.55,3\nA,Z,126916,2,47.9,2\nA,Z,129621,1,58.95,1\nA,Z,122473,3,68.85,3\nA,Z,128266,2,38,2\nA,Y,121852,8,118,8\nA,Z,124139,2,51,1\nA,Z,126005,2,51,1\nA,Z,130731,4,114,4\nA,Z,129294,4,92,4\nA,Z,128392,8,175.6,8\nA,Z,123408,8,152,4\nA,Z,127141,8,152,2\nA,Z,124928,8,152,2\nA,Z,127161,1,18.95,0\nA,Z,124030,1,18.95,1\nA,Y,125650,18,449.1,18\nA,V,123107,1,20.45,1\nB,Z,121562,1,19,1\nB,Z,123544,2,40,1\nB,Z,128722,2,40,1\nB,Z,129035,4,112,0\nB,Z,131393,4,112,4\nB,Z,121698,1,25.5,0\nB,Z,128846,1,25.5,1\nB,V,123462,1,10,0\nB,V,125869,1,10,1\nB,V,121791,1,8,1\nA,V,125045,3,84,3\nB,V,123566,1,6,0\nB,V,121802,1,6,1\nB,V,125961,1,9,0\nB,V,124854,1,9,1\nB,W,129947,12,117,12\nA,Z,124979,2,39.9,2\nB,U,125685,2,26,2\nB,U,123420,1,12.25,1\nB,U,124033,7,85.75,5\nB,U,121486,7,85.75,2\nB,X,126367,1,53,0\nB,X,125185,1,53,1\nA,Z,130037,3,65.85,3\nA,Z,128995,10,260,5\nA,Z,128547,10,260,5\nB,Y,124288,108,594,108\nA,Y,130296,0,0,0\nA,Y,131072,0,0,0\nA,Y,129996,0,0,0\nA,Y,122999,0,0,0\nA,Y,130226,0,0,0\nA,Y,123568,0,0,0\nA,Y,130560,0,0,0\nA,Y,121509,6,88.5,6\nA,Y,127782,31,457.25,31\nA,Z,121993,1,30,1\nA,Z,124612,2,46,2\nA,Z,126305,1,28.5,1\nA,Z,122130,1,19.95,1\nA,Z,126476,1,19.95,1\nA,Z,123410,1,22.95,1\nA,Z,125494,1,16.95,1\nA,Z,127569,1,24,1\nA,Z,122962,1,24,1\nA,Y,122292,6,222,1\nA,Y,125727,6,222,5\nA,Y,130586,1,44,1\nA,Z,131495,3,50.85,3\nA,Z,124882,1,16.95,1\nB,Y,127650,216,1080,216\nA,Y,127847,108,1134,108\nA,Z,125347,2,57,2\nA,Y,127023,1,45,1\nB,Z,126203,4,120,0\nB,Z,126300,4,120,4\nB,Y,124692,4,75.36,1\nB,Y,121994,4,75.36,0\nB,Y,130662,4,75.36,3\nB,W,129887,6,58.5,6\nA,Z,128768,5,112.5,5\nA,Y,124330,8,192,8\nB,V,124276,1,9,0\nB,V,129827,1,9,1\nA,Y,124716,5,76,5\nA,Y,130894,0,0,0\nA,Z,129181,1,19.25,1\nA,Z,124949,1,19.45,1\nA,Z,128801,0,0,0\nA,Z,125982,1,19.22,1\nA,Z,131106,0,0,0\nA,Z,129909,1,25.33,1\nA,Z,123525,1,22.17,1\nA,Z,123747,1,19.2,1\nA,Z,129278,1,28.4,1\nA,Z,129550,2,47.36,2\nB,Z,126054,1,31.68,1\nA,Y,128785,1,34.29,1\nA,Y,123716,12,299.4,12\nA,Z,126917,5,84.75,5\nA,V,122016,4,75.8,1\nA,V,125587,4,75.8,3\nA,Z,127195,15,314.25,0\nA,Z,126038,15,314.25,15\nA,V,128675,1,20.45,1\nA,V,122848,1,26,1\nA,V,128108,0,0,0\nA,V,128475,0,0,0\nA,Z,122174,1,29.5,1\nA,Z,129039,1,24.95,1\nA,Z,122561,6,203.1,6\nA,Z,129747,1,33.85,1\nA,Z,125286,3,74.85,3\nA,U,122135,6,96,4\nA,U,123168,6,96,0\nA,U,125280,6,96,2\nA,Y,129969,6,75,6\nA,Z,125616,2,42,2\nA,Z,127291,40,1158,6\nA,Z,127519,40,1158,22\nA,Z,124830,40,1158,12\nA,Z,125159,5,144.75,5\nA,Y,130523,1,53.95,1\nA,Y,124224,40,500,40\nA,Z,127655,2,61,2\nA,Y,127085,1,45,1\nA,Y,126077,5,62.5,5\nA,Y,127895,3,37.5,3\nB,Z,122711,6,192,0\nB,Z,126773,6,192,6\nB,Z,122596,1,21.95,1\nB,Y,128321,2,43.9,1\nB,Y,131412,2,43.9,1\nB,V,127596,1,10,0\nB,V,126848,1,10,1\nB,W,129973,12,117,12\nB,U,130833,4,52,0\nB,U,122389,4,52,4\nB,U,129462,4,49,4\nB,V,127890,2,12,1\nB,V,124984,2,12,1\nB,V,131204,1,9,0\nB,V,129261,1,9,1\nA,V,124786,4,83.8,4\nA,Z,124254,8,183.6,4\nA,Z,124901,8,183.6,2\nA,Z,129450,8,183.6,2\nA,Z,122661,1,22.95,1\nA,Z,131326,3,68.85,3"
  },
  {
    "path": "web-src/examples/ordinal-bar.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Ordinal Bar Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n  var chart = new dc.BarChart('#test');\n\n  d3.json('fruits.json').then(function(counts) {\n      var ndx            = crossfilter(counts),\n          fruitDimension = ndx.dimension(function(d) {return d.name;}),\n          sumGroup       = fruitDimension.group().reduceSum(function(d) {return d.cnt;});\n\n      chart\n          .width(768)\n          .height(380)\n          .x(d3.scaleBand())\n          .xUnits(dc.units.ordinal)\n          .brushOn(false)\n          .xAxisLabel('Fruit')\n          .yAxisLabel('Quantity Sold')\n          .dimension(fruitDimension)\n          .barPadding(0.1)\n          .outerPadding(0.05)\n          .group(sumGroup);\n\n      chart.render();\n  });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/ordinal-line.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Ordinal Line Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n  var chart = new dc.LineChart('#test');\n\n  d3.json('fruits.json').then(function(counts) {\n      var ndx            = crossfilter(counts),\n          fruitDimension = ndx.dimension(function(d) {return d.name;}),\n          sumGroup       = fruitDimension.group().reduceSum(function(d) {return d.cnt;});\n\n      chart\n          .width(768)\n          .height(380)\n          .x(d3.scaleBand())\n          .xUnits(dc.units.ordinal)\n          .brushOn(false)\n          .xAxisLabel('Fruit')\n          .yAxisLabel('Quantity Sold')\n          .dimension(fruitDimension)\n          .group(sumGroup);\n\n      chart.render();\n  });\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/pareto-chart.html",
    "content": "<!DOCTYPE html>\n<html>\n  <head>\n    <title>dc.js - Pareto Chart Example</title>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <script type=\"text/javascript\" src=\"../js/d3.js\" ></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"  ></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n</head>\n\n<body>\n\n<div class=\"container\">\n  <script type=\"text/javascript\" src=\"header.js\"></script>\n\n    <p>You can use <a href=\"https://github.com/dc-js/dc.js/wiki/FAQ#fake-groups\">fake groups</a> and a composite chart to implement a dynamic <a href=\"https://en.wikipedia.org/wiki/Pareto_chart\">Pareto chart</a> in dc.js.</p>\n\n    <div id=\"test_composed\"></div>\n    <div id=\"pie-chart\" ></div>\n\n    <script type=\"text/javascript\">\n      var chart = dc.compositeChart(\"#test_composed\"),\n          speed_pie = dc.pieChart(\"#pie-chart\");\n\n      var sample_data = [\n          { reason: \"A\", time: 1 },\n          { reason: \"B\", time: 6 },\n          { reason: \"C\", time: 6 },\n          { reason: \"D\", time: 5 },\n          { reason: \"A\", time: 5 },\n          { reason: \"B\", time: 5 },\n          { reason: \"C\", time: 8 },\n          { reason: \"A\", time: 8 },\n          { reason: \"B\", time: 2 },\n          { reason: \"C\", time: 2 },\n          { reason: \"D\", time: 10 },\n          { reason: \"C\", time: 7 },\n          { reason: \"A\", time: 3 },\n          { reason: \"B\", time: 4 },\n          { reason: \"C\", time: 2 }];\n\n      var ndx_ = crossfilter(sample_data),\n          dim_  = ndx_.dimension( function(d) {return d.reason;} ),\n          allTime_ = dim_.groupAll().reduceSum(d => d.time),\n          grp1_ = dim_.group().reduceSum(function(d){ return d.time;});\n\n      var speedDim_ = ndx_.dimension(d => Math.floor(d.time/3));\n\n      speed_pie\n        .width(300)\n        .height(300)\n        .dimension(speedDim_)\n        .group(speedDim_.group());\n\n      function pareto_group(group, groupall) {\n          return {\n              all: function() {\n                  var total = groupall.value(), cumulate = 0;\n                  return group.all().slice(0)\n                      .sort((a,b) => d3.descending(a.value, b.value))\n                      .map(({key,value}) => ({\n                          key,\n                          value: {\n                              value,\n                              contribution: value/total,\n                              cumulative: (cumulate += value/total)\n                          }\n                      }))\n              }\n          };\n      }\n\n      var pg = pareto_group(grp1_, allTime_);\n\n      chart\n        .width(500)\n        .height(360)\n        .x(d3.scaleBand())\n        .elasticX(true)\n        .clipPadding(2)\n        .xUnits(dc.units.ordinal)\n        .group(pg)\n        ._rangeBandPadding(1)\n        .yAxisLabel(\"The Y Axis\")\n        .legend(dc.legend().x(80).y(20).itemHeight(13).gap(5))\n        .renderHorizontalGridLines(true)\n        .ordering(kv => -kv.value.value)\n        .compose([\n            dc.barChart(chart)\n                .dimension(dim_)\n                .barPadding(1)\n                .gap(1)\n                .centerBar(true)\n                .clipPadding(10)\n                .group(pg, \"Contribution\", kv => kv.value.value),\n            dc.lineChart(chart)\n                .dimension(dim_)\n                .colors('red')\n                .group(pg, \"Cumulative %\", kv => Math.floor(kv.value.cumulative*100))\n                .useRightYAxis(true)\n                .dashStyle([2,2])\n        ])\n        .brushOn(false);\n\n      chart.rightYAxis().tickFormat(d => d + '%')\n\n      chart.render();\n      speed_pie.render();\n</script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/pie-external-labels.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Pie Chart with External Labels</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n  var chart = new dc.PieChart(\"#test\");\n  d3.csv(\"morley.csv\").then(function(experiments) {\n\n      var ndx           = crossfilter(experiments),\n          runDimension  = ndx.dimension(function(d) {return \"run-\"+d.Run;})\n      speedSumGroup = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run;});\n\n      chart\n          .width(768)\n          .height(480)\n          .slicesCap(4)\n          .innerRadius(100)\n          .externalLabels(50)\n          .externalRadiusPadding(50)\n          .drawPaths(true)\n          .dimension(runDimension)\n          .group(speedSumGroup)\n          .legend(dc.legend());\n\n      // example of formatting the legend via svg\n      // http://stackoverflow.com/questions/38430632/how-can-we-add-legends-value-beside-of-legend-with-proper-alignment\n      chart.on('pretransition', function(chart) {\n          chart.selectAll('.dc-legend-item text')\n              .text('')\n            .append('tspan')\n              .text(function(d) { return d.name; })\n            .append('tspan')\n              .attr('x', 100)\n              .attr('text-anchor', 'end')\n              .text(function(d) { return d.data; });\n      });\n      chart.render();\n  });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/pie.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Pie Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.PieChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  var ndx           = crossfilter(experiments),\n      runDimension  = ndx.dimension(function(d) {return \"run-\"+d.Run;})\n      speedSumGroup = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run;});\n\n  chart\n    .width(768)\n    .height(480)\n    .slicesCap(4)\n    .innerRadius(100)\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .legend(dc.legend().highlightSelected(true))\n    // workaround for #703: not enough data is accessible through .label() to display percentages\n    .on('pretransition', function(chart) {\n        chart.selectAll('text.pie-slice').text(function(d) {\n            return d.data.key + ' ' + dc.utils.printSingleValue((d.endAngle - d.startAngle) / (2*Math.PI) * 100) + '%';\n        })\n    });\n\n  chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/range-series.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - A Series Chart as a Range Chart</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n  <script type=\"text/javascript\" src=\"header.js\"></script>\n\n  <p>This page demonstrates a line chart used as a rangeChart after <a href=\"https://github.com/dc-js/dc.js/issues/479\">#479</a>\n      is fixed by <a href=\"https://github.com/dc-js/dc.js/pull/1408\">#1408</a>.</p>\n<div id=\"test\"></div>\n<div id=\"test-overview\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\ndc.constants.EVENT_DELAY = 0;\n\nvar focusChart = new dc.SeriesChart(\"#test\");\nvar overviewChart = new dc.SeriesChart(\"#test-overview\");\nvar ndx, runDimension, runGroup, overviewRunDimension, overviewRunGroup;\n\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  ndx = crossfilter(experiments);\n  runDimension = ndx.dimension(function(d) {return [+d.Expt, +d.Run]; });\n  overviewRunDimension = ndx.dimension(function(d) {return [+d.Expt, +d.Run]; });\n  runGroup = runDimension.group().reduceSum(function(d) { return +d.Speed; });\n  overviewRunGroup = overviewRunDimension.group().reduceSum(function(d) { return +d.Speed; });\n\n  focusChart\n    .width(768)\n    .height(480)\n    .transitionDuration(0)\n    .chart(function(c) { return new dc.LineChart(c).curve(d3.curveCardinal).evadeDomainFilter(true); })\n    .x(d3.scaleLinear().domain([0,20]))\n    .brushOn(false)\n    .yAxisLabel(\"Measured Speed km/s\")\n    .yAxisPadding(\"5%\")\n    .xAxisLabel(\"Run\")\n    .elasticY(true)\n    .dimension(runDimension)\n    .group(runGroup)\n    .mouseZoomable(true)\n    .rangeChart(overviewChart)\n    .seriesAccessor(function(d) {return \"Expt: \" + d.key[0];})\n    .keyAccessor(function(d) {return +d.key[1];})\n    .valueAccessor(function(d) {return +d.value - 500;})\n    .legend(dc.legend().x(350).y(350).itemHeight(13).gap(5).horizontal(1).legendWidth(140).itemWidth(70));\n  focusChart.yAxis().tickFormat(function(d) {return d3.format(',d')(d+299500);});\n  focusChart.margins().left += 40;\n\n  overviewChart\n    .width(768)\n    .height(100)\n    .transitionDuration(0)\n    .chart(function(c) { return new dc.LineChart(c).curve(d3.curveCardinal); })\n    .x(d3.scaleLinear().domain([0,20]))\n    .brushOn(true)\n    .xAxisLabel(\"Run\")\n    .clipPadding(10)\n    .dimension(runDimension)\n    .group(runGroup)\n    .seriesAccessor(function(d) {return \"Expt: \" + d.key[0];})\n    .keyAccessor(function(d) {return +d.key[1];})\n    .valueAccessor(function(d) {return +d.value - 500;});\n\n  dc.renderAll();\n\n  });\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/regression.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Scatter Plot Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      line.regression {\n        stroke: red;\n        stroke-width: 5;\n        opacity: 0.5;\n      }\n    </style>\n</head>\n<body>\n\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<p>This example demonstrates using <a href=\"https://github.com/Tom-Alexander/regression-js\">regression.js</a>\n  to calculate a linear regression on the points in a scatter plot.</p>\n<select id=\"metric\">\n  <option value=\"flat\" selected>Flat</option>\n  <option value=\"rising\">Rising</option>\n  <option value=\"falling\">Falling</option>\n</select>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"../js/regression.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.ScatterPlot(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n    experiments.forEach(function(x) {\n        x.Speed = +x.Speed;\n        x.Run = +x.Run;\n    });\n    const cf = crossfilter(experiments);\n    let rendered = false;\n\n    chart\n        .width(768)\n        .height(480)\n        .margins({top: 0, right: 10, bottom: 20, left: 50})\n        .x(d3.scaleLinear()).elasticX(true)\n        .elasticY(true)\n        .brushOn(false)\n        .symbolSize(8)\n        .clipPadding(10);\n\n    chart\n        .on('pretransition', function() {\n            var xext = d3.extent(chart.group().all(), kv => kv.key[0]);\n            var r = regression.linear(chart.group().all().map(kv => [kv.key[0], kv.key[1]])),\n                m = r.equation[0], b = r.equation[1],\n                [x1, x2] = chart.x().domain();\n            var points = [[\n                x1,\n                m * x1 + b\n            ], [\n                x2,\n                m * x2 + b\n            ]];\n            var xScale = chart.x(), yScale = chart.y(), margins = chart.margins();\n            var line = chart.g().selectAll('line.regression').data([points]);\n            function do_points(line) {\n                line\n                    .attr('x1', d => xScale(d[0][0]) + margins.left)\n                    .attr('y1', d => yScale(d[0][1]) + margins.top)\n                    .attr('x2', d => xScale(d[1][0]) + margins.left)\n                    .attr('y2', d => yScale(d[1][1]) + margins.top);\n            }\n            line = line.enter().append('line')\n                .attr('class', 'regression')\n                .call(do_points)\n                .merge(line);\n            line.transition().duration(chart.transitionDuration()).call(do_points);\n        });\n\n    function key_function(metric) {\n        switch(metric) {\n        default:\n        case 'flat':\n            return d => [d.Run, d.Speed];\n        case 'rising':\n            return d => [d.Run, d.Speed * (20 + d.Run) / 20];\n        case 'falling':\n            return d => [d.Run, d.Speed * (30 - d.Run) / 20];\n        }\n    }\n    function display(metric) {\n        let runDimension = cf.dimension(key_function(metric)),\n            speedSumGroup = runDimension.group();\n\n        chart\n            .dimension(runDimension)\n            .group(speedSumGroup);\n\n        if(!rendered) {\n            chart.render();\n            rendered = true;\n        }\n        else\n            chart.redraw();\n    }\n    display('flat');\n\n    d3.select('select#metric').on('change', function() {\n        display(this.value);\n    });\n\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/replacing-data.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Replacing Data Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n\n<body>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n\n<div id=\"chart-ring-year\"></div>\n<div id=\"chart-row-spenders\"></div>\n\n<p>This page will replace the crossfilter data in 5 seconds. If you modify the filters before then, the filters will be restored.<p>\n\n<p>It's based on <a href=\"//stackoverflow.com/questions/32770830/updating-dc-js-data-and-reapplying-original-filters\">a question\n    and answer on Stack Overflow</a>; question by geotheory, answer by Ethan Jewett.</p>\n\n<script type=\"text/javascript\">\n\nvar yearRingChart   = new dc.PieChart(\"#chart-ring-year\"),\n    spenderRowChart = new dc.RowChart(\"#chart-row-spenders\");\n\nvar data1 = [\n    {Name: 'Mr A', Spent: 40, Year: 2011},\n    {Name: 'Mr B', Spent: 10, Year: 2011},\n    {Name: 'Mr C', Spent: 40, Year: 2011},\n    {Name: 'Mr A', Spent: 70, Year: 2012},\n    {Name: 'Mr B', Spent: 20, Year: 2012},\n    {Name: 'Mr B', Spent: 50, Year: 2013},\n    {Name: 'Mr C', Spent: 30, Year: 2013}\n];\n\nvar data2 = [\n    {Name: 'Mr A', Spent: 10, Year: 2011},\n    {Name: 'Mr B', Spent: 20, Year: 2011},\n    {Name: 'Mr C', Spent: 50, Year: 2011},\n    {Name: 'Mr A', Spent: 20, Year: 2012},\n    {Name: 'Mr B', Spent: 40, Year: 2012},\n    {Name: 'Mr B', Spent: 50, Year: 2013},\n    {Name: 'Mr C', Spent: 50, Year: 2013}\n];\n\n// Prior to crossfilter 1.4, the following workaround was necessary: \n// \"Grab the filters from the charts, set the filters on the charts to null,\n// do your Crossfilter data removal, then add the filters back to the charts.\n// The exact filter format is kind of screwy, and the fact that you have to put\n// the output of .filters() in an array to make it work with .filter() is a bit strange.\"\n// function resetData(ndx, dimensions) {\n//     var yearChartFilters = yearRingChart.filters();\n//     var spenderChartFilters = spenderRowChart.filters();\n//     yearRingChart.filter(null);\n//     spenderRowChart.filter(null);\n//     ndx.remove();\n//     yearRingChart.filter([yearChartFilters]);\n//     spenderRowChart.filter([spenderChartFilters]);\n//     console.log(spenderRowChart.filters());\n// }\n\n// As of crossfilter 1.4, there is no need for this messy (and potentially buggy) workaround.\n// Use the predicate form and there is no need to mess with dimension filters:\nfunction resetData(ndx) {\n    ndx.remove(() => true);\n}\n\n// set crossfilter with first dataset\nvar ndx = crossfilter(data1),\n    yearDim  = ndx.dimension(function(d) {return +d.Year;}),\n    spendDim = ndx.dimension(function(d) {return Math.floor(d.Spent/10);}),\n    nameDim  = ndx.dimension(function(d) {return d.Name;}),\n    spendPerYear = yearDim.group().reduceSum(function(d) {return +d.Spent;}),\n    spendPerName = nameDim.group().reduceSum(function(d) {return +d.Spent;}),\n    spendHist    = spendDim.group().reduceCount();\n\nfunction render_plots(){\n    yearRingChart\n        .width(200).height(200)\n        .dimension(yearDim)\n        .group(spendPerYear)\n        .innerRadius(50);\n\n    spenderRowChart\n        .width(250).height(200)\n        .dimension(nameDim)\n        .group(spendPerName)\n        .elasticX(true);\n\n    dc.renderAll();\n}\n\nrender_plots();\n\n// REFRESH DATA AFTER 5 SECONDS\nsetTimeout(function() {\n    console.log(\"data reset\");\n    resetData(ndx, [yearDim, spendDim, nameDim]);\n    ndx.add(data2);\n    dc.redrawAll();\n}, 5000);\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/right-axis.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Right Axis Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div>\n    <strong>Monthly Index Abs Move &amp; Volume Chart</strong>\n</div>\n<div id=\"monthly-move-chart\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n    var moveChart = new dc.CompositeChart(\"#monthly-move-chart\");\n\n    d3.csv(\"monthly-move.csv\").then(function (data) {\n        var dateFormatSpecifier = \"%m/%d/%Y\";\n        var dateFormat = d3.timeFormat(dateFormatSpecifier);\n        var dateFormatParser = d3.timeParse(dateFormatSpecifier);\n        var numberFormat = d3.format(\".2f\");\n\n        data.forEach(function (e) {\n            e.dd = dateFormatParser(e.date);\n            e.month = d3.timeMonth(e.dd); // pre-calculate month for better performance\n        });\n\n        var ndx = crossfilter(data);\n        // monthly index avg fluctuation in percentage\n        var moveMonths = ndx.dimension(function (d) {\n            return d.month;\n        });\n        var monthlyMoveGroup = moveMonths.group().reduceSum(function (d) {\n            return Math.abs(+d.close - +d.open);\n        });\n        var indexAvgByMonthGroup = moveMonths.group().reduce(\n                function (p, v) {\n                    ++p.days;\n                    p.total += (+v.open + +v.close) / 2;\n                    p.avg = Math.round(p.total / p.days);\n                    return p;\n                },\n                function (p, v) {\n                    --p.days;\n                    p.total -= (+v.open + +v.close) / 2;\n                    p.avg = (p.days == 0) ? 0 : Math.round(p.total / p.days);\n                    return p;\n                },\n                function () {\n                    return {days: 0, total: 0, avg: 0};\n                }\n        );\n\n        moveChart.width(600)\n                .height(300)\n                .transitionDuration(1000)\n                .margins({top: 30, right: 50, bottom: 25, left: 60})\n                .dimension(moveMonths)\n                .mouseZoomable(true)\n                .shareTitle(false)\n                .x(d3.scaleTime().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n                .round(d3.timeMonth.round)\n                .xUnits(d3.timeMonths)\n                .elasticY(true)\n                .renderHorizontalGridLines(true)\n                .legend(dc.legend().x(70).y(10).itemHeight(13).gap(5))\n                .brushOn(false)\n                .compose([\n                    new dc.LineChart(moveChart)\n                            .group(indexAvgByMonthGroup, \"Monthly Index Average\")\n                            .valueAccessor(function (d) {\n                                return d.value.avg;\n                            }),\n                    new dc.LineChart(moveChart)\n                            .group(monthlyMoveGroup, \"Monthly Index Move\")\n                            .valueAccessor(function (d) {\n                                return Math.sqrt(d.value);\n                            })\n                            .title(function (d) {\n                                var value = d.value.avg ? d.value.avg : d.value;\n                                if (isNaN(value)) value = 0;\n                                return dateFormat(d.key) + \"\\n\" + numberFormat(value);\n                            })\n                            .ordinalColors([\"orange\"])\n                            .useRightYAxis(true)\n                ])\n                .yAxisLabel(\"Monthly Index Average\")\n                .rightYAxisLabel(\"Monthly Index Move\")\n                .renderHorizontalGridLines(true);\n\n        dc.renderAll();\n    });\n</script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/row-targets.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Row Chart with Target Lines</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.RowChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  // use your keys in this map. or your could reduce these in your data\n  var _targets = {\n      5: 20,\n      7: 15,\n      9: 22,\n      11: 7,\n      13: 40,\n      20: 70\n  };\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([6,20]))\n    .elasticX(true)\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .on('pretransition', function(chart) {\n        // read height from one of the row rects, because it's difficult to calculate\n        var height = chart.select('g.row rect').attr('height');\n        // add vertical target line for any row which does not have one\n        var target = chart.selectAll('g.row')\n            .selectAll('path.target').data(function(d) { return [d]; });\n        target = target.enter().append('path')\n            .attr('class', 'target')\n            .attr('stroke', 'red')\n            .attr('visibility', function(d) {\n                return (d.value.target !== undefined || _targets[d.key] !== undefined) ? 'visible' : 'hidden';\n            })\n            .attr('d', function(d) {\n                return 'M0,0 v' + height;\n            }).merge(target);\n        // move into position (also move any targets that changed)\n        target.transition().duration(chart.transitionDuration())\n            .attr('visibility', function(d) {\n                return (d.value.target !== undefined || _targets[d.key] !== undefined) ? 'visible' : 'hidden';\n            })\n            .attr('d', function(d) {\n                return 'M' + (chart.x()(d.value.target || _targets[d.key] || 0)+0.5) + ',0 v' + height;\n            });\n    });\n    chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/row-top-axis.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Row Chart with a Top Axis</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.RowChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(768)\n    .height(480)\n    .margins({top: 20, right: 20, bottom: 20, left: 20})\n    .x(d3.scaleLinear().domain([6,20]))\n    .xAxis(d3.axisTop())\n    .elasticX(true)\n    .dimension(runDimension)\n    .group(speedSumGroup);\n\n  chart.on('pretransition', function() {\n    chart.select('g.axis').attr('transform', 'translate(0,0)');\n    chart.selectAll('line.grid-line').attr('y2', chart.effectiveHeight());\n  });\n  chart\n    .render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/row-vertical-line.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Row Chart with Vertical Line</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.RowChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([6,20]))\n    .elasticX(true)\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .on('pretransition', function(chart) {\n        var x_vert = 45;\n        var extra_data = [\n            {x: chart.x()(x_vert), y: 0},\n            {x: chart.x()(x_vert), y: chart.effectiveHeight()}\n        ];\n        var line = d3.line()\n            .x(function(d) { return d.x; })\n            .y(function(d) { return d.y; })\n            .curve(d3.curveLinear);\n        var chartBody = chart.select('g');\n        var path = chartBody.selectAll('path.extra').data([extra_data]);\n        path = path.enter()\n                .append('path')\n                .attr('class', 'oeExtra')\n                .attr('stroke', 'red')\n                .attr('id', 'oeLine')\n                .attr(\"stroke-width\", 1)\n                .style(\"stroke-dasharray\", (\"10,3\"))\n            .merge(path);\n        path.attr('d', line);\n    });\n    chart.render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/row.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Row Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.RowChart(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([6,20]))\n    .elasticX(true)\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .render();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/sampleData20000.csv",
    "content": "feature1,feature2,feature3,class\n0.84823,0.99211,0.38655,0\n-0.15042,1.3743,-1.1508,0\n-1.5335,0.03802,0.70406,0\n-1.5446,0.16433,-0.31544,0\n0.1924,-0.05982,0.45291,0\n-0.22301,0.17587,-0.48091,0\n-0.37462,-0.5982,0.40073,0\n1.3366,-0.81881,1.1952,0\n0.24407,0.70408,-0.27809,0\n-0.4262,0.5775,-1.116,0\n-1.5822,0.032101,1.4988,0\n-0.41985,0.77279,1.8216,0\n-0.49935,-2.2009,1.8421,0\n-0.4317,0.73488,-0.069827,0\n0.20574,-1.1939,0.31491,0\n1.4294,0.83004,-0.010472,0\n0.91914,0.61302,-0.058657,0\n1.222,-1.6798,0.81667,0\n-0.047015,-0.23682,1.4137,0\n-0.21168,-0.58049,0.25191,0\n-0.35015,-0.24284,-2.1929,0\n0.75614,0.30083,1.6861,0\n-1.1585,0.27651,-0.0062122,0\n-0.28727,-0.89011,-1.6589,0\n-0.67945,0.32345,-1.9146,0\n-0.062123,0.57538,0.14315,0\n0.16206,0.23996,-2.1719,0\n0.38966,-0.73481,-0.26128,0\n-0.12928,0.51476,0.48216,0\n1.6789,-0.0065961,1.0163,0\n-0.24011,-0.33519,0.14706,0\n-1.7703,-0.016056,-0.44014,0\n0.45159,-0.65862,-1.2927,0\n0.26248,-0.93459,0.85277,0\n-1.5402,1.1027,1.4421,0\n-0.4491,0.7386,-0.085839,0\n-0.28427,-0.37808,-0.26753,0\n-1.5041,0.30923,-0.57328,0\n-0.26738,-0.074378,-0.85997,0\n2.0236,2.2713,-0.42099,0\n-0.79364,-0.46681,0.56024,0\n0.42007,-0.9069,-1.0194,0\n-0.028541,1.2279,-0.67266,0\n1.2525,0.26816,0.45375,0\n0.80824,-1.7687,0.76883,0\n1.4586,-1.0879,-0.098306,0\n-0.36972,-1.2252,0.081901,0\n-4.2847,1.7709,0.87289,0\n1.3165,2.2257,-0.24549,0\n-0.61503,0.91623,-0.40961,0\n-0.43199,-1.2188,0.18933,0\n-0.48682,1.8543,3.2,0\n-0.34771,-1.6121,0.74611,0\n0.77933,-0.1986,-0.53571,0\n-0.77417,0.86895,0.070856,0\n-0.052304,0.36137,1.2237,0\n-0.64371,1.0017,-0.32991,0\n-0.85211,-0.70263,0.9272,0\n-0.91789,-0.86866,1.3947,0\n-0.51046,1.3193,1.0771,0\n-1.0947,-0.7849,-0.62266,0\n-0.54485,0.35467,-0.38486,0\n-0.69841,0.18262,0.48906,0\n-1.2473,-0.1434,0.26485,0\n-0.90911,-0.34234,0.083624,0\n2.3492,-0.15901,-1.3846,0\n-0.39906,-0.52381,1.271,0\n0.30639,-1.5431,0.38477,0\n-0.19024,2.083,-0.49671,0\n-0.92704,0.76092,0.16466,0\n0.1461,0.15147,0.1753,0\n0.66688,1.5606,-0.89534,0\n0.56175,-0.0087561,0.85241,0\n1.5567,1.2457,0.029338,0\n-1.1543,0.25118,-0.39563,0\n-0.010375,0.43874,-0.92738,0\n0.80352,0.15512,-1.0193,0\n1.3219,-1.594,0.72101,0\n0.19915,2.1426,-0.62465,0\n1.3411,-0.19239,-1.2983,0\n-0.8031,1.7725,4.2679,0\n-0.66159,0.099512,-0.50746,0\n0.25918,-1.0686,1.0883,0\n-0.44895,0.13541,0.72453,0\n-2.1124,-0.16652,0.19699,0\n0.012097,-0.48373,-0.16058,0\n-0.30175,-0.58982,0.16542,0\n0.8502,-0.41375,-1.3425,0\n-0.18821,-0.70703,-1.1303,0\n0.17855,0.063514,1.3682,0\n-0.070784,1.602,0.094064,0\n0.017253,0.29953,-0.50333,0\n1.3091,-0.68905,0.41439,0\n0.98235,0.32388,0.65486,0\n1.3317,-0.52927,0.57185,0\n0.63195,-0.39222,-0.038047,0\n0.074479,-0.66258,-0.074639,0\n0.52779,0.80331,0.49288,0\n0.39565,-0.12686,-1.5574,0\n-0.075566,0.12289,0.17603,0\n1.455,2.1837,1.5412,0\n-0.46752,-0.11988,1.4993,0\n1.6061,-0.44,0.73079,0\n0.26302,-0.82559,-0.32654,0\n1.7147,-0.28174,-0.48609,0\n-1.0272,0.81776,1.2916,0\n1.7704,0.30996,-1.4944,0\n0.43614,-0.10485,0.086769,0\n-0.93487,-0.50216,-2.7839,0\n-0.15859,-0.059272,-0.1875,0\n1.9047,0.41586,-0.027111,0\n-0.51687,0.56495,-1.5496,0\n0.1442,-1.1416,1.0413,0\n-0.51127,0.25513,0.87916,0\n0.85264,0.29142,0.36553,0\n1.3893,-0.60528,-1.1764,0\n0.7605,0.19207,0.54926,0\n1.0877,0.0048914,-0.76352,0\n-2.8532,0.77569,0.88493,0\n0.22107,-0.8469,-1.7795,0\n1.7444,1.1765,0.31004,0\n-1.5605,0.56598,-0.90618,0\n-0.57657,-0.11955,0.51707,0\n1.4008,-0.16722,0.9392,0\n1.3333,0.53951,1.6361,0\n1.7559,0.74714,0.51154,0\n-0.57448,-1.8061,0.5625,0\n0.32267,-1.2556,-1.3674,0\n-2.2445,0.73515,2.3504,0\n0.56992,0.34683,-0.69187,0\n-0.85593,-0.92371,-0.99141,0\n0.77983,-0.63848,-0.25207,0\n0.42675,1.333,1.5711,0\n-0.68339,-1.9431,0.93886,0\n-0.62832,0.47927,0.23067,0\n0.88501,0.12342,1.3665,0\n0.30826,0.66228,0.51907,0\n0.073874,1.9538,0.22152,0\n-1.0776,-0.13856,-1.1552,0\n0.7352,0.028933,-1.4658,0\n-1.895,-1.825,-1.3144,0\n0.24048,1.0672,0.46149,0\n-1.7597,0.89275,-1.5571,0\n-0.56289,1.0929,1.6296,0\n0.26113,1.8024,-1.0186,0\n0.31699,1.3929,0.011882,0\n0.34408,2.541,-2.0946,0\n-0.36798,-0.67678,0.56556,0\n-0.51115,-1.2952,-1.2123,0\n0.70627,-1.1908,-0.78563,0\n0.062774,0.0076902,1.9595,0\n-0.40827,0.625,-0.50022,0\n-1.5614,0.25856,-1.6647,0\n0.89186,-0.60409,-0.59642,0\n0.32191,0.015652,1.5936,0\n0.030708,1.4679,1.2068,0\n-0.34107,0.3886,-2.2318,0\n-1.2685,-0.38855,-0.28638,0\n-1.17,0.64142,0.39297,0\n1.6012,0.19592,2.2352,0\n-0.53464,0.36991,-0.79036,0\n-2.0082,1.2644,-0.93702,0\n1.3882,-0.021137,0.74411,0\n1.424,-0.90129,1.305,0\n-0.90462,1.2378,1.3387,0\n-0.6437,0.59818,-0.78373,0\n-0.35979,1.4115,0.15667,0\n-0.38627,-0.87893,0.59577,0\n-0.22942,-1.2272,0.16295,0\n1.3659,0.59138,-0.61909,0\n-0.1526,0.01016,-0.8923,0\n-0.44217,1.6959,0.16692,0\n-0.32132,0.40316,0.58253,0\n0.68912,1.1281,-1.4223,0\n-1.3002,-0.99144,0.86974,0\n-1.0608,-1.1691,-0.4233,0\n0.57077,-1.0309,0.45833,0\n0.54082,0.58625,-1.0748,0\n-0.10642,-0.35216,-0.074304,0\n0.084355,-1.5007,-0.34189,0\n1.9436,-1.0052,-0.46965,0\n-0.75046,0.28335,0.15318,0\n0.73229,-0.55946,-1.3888,0\n-1.0175,0.53515,0.25059,0\n0.23224,1.9938,-1.2165,0\n0.071802,0.139,-0.007118,0\n-0.48076,1.2199,0.87371,0\n3.0485,-0.18689,1.2535,0\n-0.42949,1.2947,-0.67009,0\n-2.0365,-0.69257,-0.25269,0\n-0.54227,-1.7568,0.35517,0\n0.56446,1.194,0.023522,0\n-0.51738,0.42816,1.0014,0\n-1.0017,0.81387,0.19463,0\n0.49624,-0.98832,-0.90154,0\n-0.14822,0.041442,0.8588,0\n0.44251,0.48866,0.51142,0\n-0.57849,1.1451,-0.75576,0\n0.50485,-3.1651,-0.88549,0\n1.9273,0.31955,-0.76457,0\n0.066875,-1.0272,-0.84818,0\n-0.22055,-0.66908,0.93768,0\n-0.76671,-0.25732,0.41578,0\n-0.5171,-2.0254,-0.84291,0\n-1.3184,0.75839,-1.061,0\n1.7693,-0.57182,-0.91482,0\n0.18822,-1.2601,-1.1544,0\n-0.28233,0.85225,1.4258,0\n0.3117,0.63527,2.6122,0\n1.0365,-0.598,-1.0462,0\n1.4967,0.73022,0.80009,0\n0.10779,-1.0927,-0.56375,0\n-0.0035565,-0.55603,0.80585,0\n-1.5245,-0.69993,-0.63192,0\n-0.26078,-0.19685,-2.4768,0\n0.90445,-1.1741,-0.40978,0\n2.7438,-0.23982,-1.2702,0\n-0.029189,0.34175,0.57554,0\n-0.97862,1.9321,-1.0328,0\n-0.96299,-0.39376,-1.5923,0\n0.018457,-0.87196,-0.65896,0\n-1.1255,0.54313,-1.2936,0\n2.097,1.6744,-2.2946,0\n0.39916,0.86647,-0.16017,0\n1.8521,-1.25,-0.3805,0\n0.20166,-0.85379,1.3742,0\n0.33631,-1.8124,-1.2806,0\n-0.26808,-1.2075,0.040188,0\n0.57533,-1.2616,-0.49575,0\n0.40882,0.97131,1.9078,0\n-0.59557,1.196,0.44897,0\n-0.10947,-0.77294,-0.54225,0\n-1.6546,-0.22905,1.3301,0\n-0.19943,-2.3625,0.3566,0\n1.8611,0.79221,0.74562,0\n-1.3789,-2.2855,0.70674,0\n1.0349,-0.39938,0.27945,0\n2.5504,-0.61176,-0.20475,0\n1.3321,-0.33292,-0.62334,0\n0.799,-1.5902,-2.33,0\n-0.11386,0.59655,0.17556,0\n1.3102,1.6497,0.044067,0\n0.91543,-0.86881,2.4356,0\n-0.15634,1.0708,0.65399,0\n-0.20277,-0.44959,-1.0552,0\n-2.1654,1.3507,0.45997,0\n-0.65381,0.58671,-1.0402,0\n1.5923,-0.75722,0.16223,0\n-0.31916,1.3402,-0.48904,0\n0.94041,1.8654,0.12416,0\n-0.38099,-0.037327,-1.196,0\n-0.451,-0.43744,0.83224,0\n0.76564,-0.16988,-0.47146,0\n1.3164,2.6409,0.97683,0\n1.0799,-0.65524,-1.921,0\n-0.27677,1.5851,-0.34735,0\n0.0011567,0.55985,-0.31509,0\n0.43805,-1.14,-1.8486,0\n0.78737,-0.64293,-0.10001,0\n1.5445,0.30411,1.1438,0\n0.56557,-0.57361,0.69724,0\n1.09,1.1368,-0.87733,0\n-1.1836,0.36399,0.082082,0\n1.4553,-1.043,0.72746,0\n1.6246,0.37726,-0.66448,0\n1.3462,0.91372,0.58209,0\n0.40224,0.35824,0.095204,0\n0.1773,-1.4419,0.8174,0\n-0.65482,-0.45375,-0.1845,0\n-0.66977,0.93035,1.3513,0\n-0.63269,-0.32324,-1.3452,0\n0.20777,-0.28296,-2.3394,0\n-0.62477,-0.16915,-0.094937,0\n-0.015712,0.97453,-1.1379,0\n0.87374,-1.977,1.1536,0\n0.62098,0.17523,-0.76468,0\n-1.3388,-0.20016,-0.34926,0\n-0.73094,-1.2022,0.041173,0\n0.68328,-0.95452,0.64172,0\n0.12705,-0.24482,-1.3364,0\n1.6162,-1.2043,-1.9242,0\n-1.0994,0.61788,-1.6432,0\n-0.60463,-0.16633,0.16324,0\n-2.0098,-0.6919,0.36584,0\n-0.16606,0.45947,-0.11101,0\n-0.55169,0.14795,1.7577,0\n1.1059,0.94156,0.54549,0\n1.2504,1.759,0.26004,0\n-0.55341,-0.50172,0.76995,0\n0.18586,0.52217,0.1269,0\n1.4125,1.0569,0.94193,0\n-1.0725,-1.5966,-0.013207,0\n1.072,0.15804,0.18282,0\n0.40533,0.97269,1.0063,0\n-0.088018,-0.31505,-0.42521,0\n0.068923,-0.36105,1.8056,0\n-0.65407,-0.68119,0.7039,0\n-0.41042,-1.0614,-1.9546,0\n-1.6594,-0.29024,-0.57364,0\n-0.21559,-0.37988,0.57222,0\n-0.026622,1.2943,0.84009,0\n-0.016904,0.81722,0.66549,0\n-0.77146,1.9044,0.18843,0\n0.78172,0.7303,-0.98379,0\n-0.17535,0.76608,-2.6156,0\n1.3723,-0.51337,0.50243,0\n0.78446,0.49685,0.5481,0\n0.012136,-0.83999,1.1608,0\n1.7823,-1.1411,-0.52122,0\n-1.1597,0.27775,-1.5273,0\n-1.0917,-0.41207,-0.86667,0\n1.0798,-0.3059,0.28583,0\n0.6571,0.23692,1.1886,0\n-0.24721,0.10725,-0.061522,0\n-0.034831,0.68041,-0.5937,0\n-1.3937,0.71443,-1.7342,0\n-1.0745,-0.074958,0.61577,0\n-0.37984,1.7242,0.18574,0\n0.75707,0.59141,0.45825,0\n0.54376,-1.9864,0.80426,0\n1.729,0.79442,1.6849,0\n0.87689,-0.51958,-0.045479,0\n0.99566,2.574,-1.2531,0\n-0.53988,-0.87786,-1.3939,0\n-0.9252,0.12221,0.89453,0\n-0.10525,1.4584,-0.36432,0\n-1.2678,-1.6909,0.56001,0\n0.53901,-0.75774,-0.31771,0\n-0.74809,-0.30551,-0.29394,0\n1.4117,1.8944,0.03776,0\n-1.1407,-1.3821,-1.0668,0\n-0.16534,-0.074273,1.4534,0\n0.11104,-1.3918,-1.2789,0\n-0.22626,-1.0585,0.32888,0\n-1.0141,0.49511,-0.58582,0\n-1.1121,0.47937,-0.23616,0\n2.0205,0.047952,-0.34055,0\n-0.89443,-1.1098,0.9682,0\n0.58672,-1.5978,-0.29749,0\n-0.58798,-1.1415,-1.53,0\n2.8354,0.67458,0.49349,0\n-0.55108,-1.1797,1.4126,0\n0.27062,0.9722,0.30032,0\n-0.14493,-0.35356,1.1838,0\n0.16668,-0.77474,-1.5488,0\n0.33717,-2.1238,-0.58644,0\n-1.798,0.37914,-0.53357,0\n1.074,-0.013624,0.63671,0\n-1.0578,-1.3074,-1.7455,0\n0.51106,0.83443,-1.0024,0\n-0.21418,-0.49405,1.0291,0\n0.72616,0.51429,-0.60612,0\n0.016431,-0.85307,0.18988,0\n-0.6606,0.52483,0.25736,0\n-2.5781,1.154,1.0267,0\n0.088664,0.3623,0.46568,0\n-2.0526,-0.87587,0.53318,0\n-0.45077,0.16247,2.2087,0\n2.1865,-0.79406,1.1092,0\n-0.38373,-0.5679,0.79263,0\n-2.1162,0.0074252,1.8016,0\n0.63554,0.75044,-0.0018169,0\n0.023267,0.051302,2.9761,0\n-0.30223,-0.50082,-0.34577,0\n-0.12045,1.6163,-0.75394,0\n-1.6757,0.40055,0.29383,0\n0.40756,0.74286,-1.7198,0\n-1.5343,-0.39145,2.3816,0\n-0.022477,-0.36987,-0.64124,0\n0.5602,1.7072,0.78879,0\n2.1069,1.9103,-0.057892,0\n-0.92875,0.72716,-0.33962,0\n0.72653,-0.54474,0.43412,0\n-0.24063,-0.348,0.1967,0\n-0.70411,1.3617,0.40876,0\n-0.018612,0.9946,1.7976,0\n0.47202,0.4532,1.2225,0\n1.6086,0.79005,-0.0096432,0\n0.33514,-0.19773,0.84816,0\n-0.83825,0.95658,-1.2222,0\n0.50606,-0.46447,1.588,0\n0.68775,-1.6737,0.17251,0\n-0.68186,0.16912,1.0788,0\n-0.39028,0.39732,-1.4916,0\n0.17949,1.3396,-0.9357,0\n-2.3656,0.13264,-0.43214,0\n0.56622,-2.1653,1.7981,0\n-0.12141,0.55711,0.03715,0\n1.0946,1.3087,1.0089,0\n-2.7033,-1.1003,0.52421,0\n-0.63411,-0.68036,0.38992,0\n-1.683,-0.31713,0.59436,0\n0.61329,-0.62035,0.0024389,0\n-1.5987,0.22427,0.52072,0\n0.28462,0.94678,-0.13718,0\n-0.37391,-1.3282,-1.18,0\n-0.052208,0.38746,0.26832,0\n-1.5525,1.6994,-1.0882,0\n0.86804,1.2989,0.26278,0\n1.4662,0.27789,0.20597,0\n-1.8272,0.059516,-0.18246,0\n0.061287,-0.83447,-1.7992,0\n1.0358,1.1798,0.10558,0\n1.611,-0.54916,-0.58414,0\n-1.2745,-0.24915,-1.0923,0\n1.8258,-0.12356,-0.83476,0\n-0.13154,0.15824,-0.34259,0\n0.13158,-0.19976,1.44,0\n-0.38107,-1.0788,-0.16748,0\n-0.96301,-0.49741,1.65,0\n-0.060592,0.41701,0.25262,0\n1.1035,0.45496,-0.42793,0\n-0.58798,1.1656,0.24747,0\n0.4183,-1.7602,-0.52206,0\n0.4223,-1.5255,1.9081,0\n0.72828,-0.070792,0.20098,0\n0.76442,-0.84385,-0.98875,0\n0.71616,-0.081566,0.60678,0\n-0.90159,-0.29587,-0.20167,0\n0.75691,2.2042,-1.2133,0\n-1.06,1.0579,-0.58206,0\n0.85075,2.4756,-0.50233,0\n-1.4227,0.40631,-0.32248,0\n-0.99887,1.1266,0.57946,0\n-1.5737,-0.77098,-0.93841,0\n-0.17228,0.050807,-1.3169,0\n-0.669,-1.014,-0.086215,0\n-0.52869,0.032823,-0.83367,0\n1.3785,0.88369,0.18883,0\n-1.6645,0.072392,-0.91479,0\n0.2695,0.92608,-2.7137,0\n1.0466,2.7427,-1.8181,0\n0.51053,-1.5521,-1.4462,0\n-1.2369,-0.45261,0.67772,0\n0.84152,0.37392,0.27788,0\n-0.95984,1.5657,-1.7747,0\n-0.80172,-0.51249,1.3348,0\n0.21525,0.97532,0.97824,0\n0.32619,-0.53629,-1.2872,0\n-1.3228,-0.36222,1.6701,0\n0.24918,-0.53163,0.34202,0\n0.035614,1.0871,0.35147,0\n0.60089,-0.79755,-0.44546,0\n0.59115,-1.2658,0.1692,0\n-0.83292,0.4674,0.92292,0\n-0.11015,-0.45903,-1.852,0\n1.1268,0.46321,-0.64052,0\n-2.3163,-1.1679,-0.53671,0\n1.5346,-0.040238,0.22578,0\n-0.29672,-1.2298,1.1793,0\n1.0541,-1.4267,0.69891,0\n-1.1938,1.8438,1.8884,0\n1.2803,-0.99437,-0.37192,0\n0.45087,-1.2922,-1.7311,0\n1.1774,-1.7387,0.11078,0\n-0.017706,0.4234,-0.62119,0\n-0.54719,0.73948,-0.69955,0\n-2.1829,0.63779,-1.4423,0\n-0.92467,0.35546,0.70931,0\n-1.0649,1.3145,0.74577,0\n1.6653,-0.095606,-0.67658,0\n-1.4996,0.065727,0.81091,0\n-0.41787,-0.84755,-0.86644,0\n0.55066,0.92544,-0.15505,0\n1.0099,-0.94143,0.31121,0\n-0.67472,0.58938,0.062204,0\n0.54829,1.6823,-0.67198,0\n-0.19404,0.090707,-0.51941,0\n-0.93332,-1.0247,-0.68993,0\n0.61601,1.4903,0.77073,0\n1.7251,0.14888,-1.0221,0\n1.17,-0.44907,-1.0604,0\n0.67561,-0.74503,0.89366,0\n-0.2111,0.70085,0.47694,0\n-0.81779,-0.58193,-0.21248,0\n0.13069,-0.19363,-1.6611,0\n-0.28905,-0.68513,-0.72282,0\n0.54967,0.37727,-0.10598,0\n0.28364,0.17947,0.78755,0\n-0.787,0.96934,1.3143,0\n-0.72793,0.77719,0.71335,0\n0.58405,0.69185,0.065582,0\n-1.4351,0.10336,0.38698,0\n0.22266,2.1964,0.41318,0\n0.22158,0.07936,-1.2852,0\n1.5015,-0.15003,0.49876,0\n0.53328,-0.44291,-1.9865,0\n-0.72514,-0.8097,1.4628,0\n0.25739,-1.2556,0.023222,0\n0.048367,-0.81977,0.21885,0\n0.59769,-0.65437,-0.50699,0\n0.28037,1.7743,-0.1867,0\n0.692,0.33246,0.85837,0\n0.071945,0.63576,-1.192,0\n0.81329,0.30927,-3.2557,0\n-1.4391,-1.8035,1.5701,0\n3.1409,-2.0012,-0.38314,0\n0.4785,-2.3464,-1.0392,0\n0.19682,0.5041,-0.25311,0\n-1.0547,0.77906,0.16206,0\n0.33107,0.55891,0.23412,0\n0.91708,0.64692,0.55441,0\n-0.907,-1.9573,-0.21995,0\n-0.10069,-0.32473,0.11132,0\n0.37329,-0.98616,0.88677,0\n1.3152,-0.27209,-0.82503,0\n-0.41346,0.73811,0.089403,0\n-0.58981,1.3254,-0.87832,0\n1.3241,0.48148,0.3159,0\n1.6047,0.56812,2.6317,0\n-0.86555,-0.52234,1.5217,0\n0.83866,-1.609,1.6144,0\n1.185,1.7598,-1.8379,0\n-0.10773,1.9405,-1.619,0\n-2.0056,-0.91175,0.31598,0\n-1.6106,0.19068,0.57829,0\n-0.47876,1.1855,0.66259,0\n-1.884,-1.08,-1.4514,0\n-0.099236,0.66933,-0.41857,0\n-0.70639,-2.0492,0.23437,0\n0.0086512,1.4311,1.0401,0\n1.3284,0.51716,-1.7304,0\n-1.0591,-1.1986,0.10328,0\n-0.71816,-0.044086,0.21148,0\n2.9561,1.7528,1.5289,0\n1.4622,1.1581,0.70701,0\n-0.43305,-0.76878,-0.87216,0\n-0.91015,-2.309,0.22711,0\n0.21693,0.63065,-1.6979,0\n-0.51929,-2.8196,0.39674,0\n0.28165,0.05318,-0.10164,0\n1.5442,-0.68664,-3.1063,0\n-0.2101,0.5351,-0.50776,0\n-1.5137,0.86367,-0.14217,0\n-0.56143,0.14635,-0.92654,0\n0.22044,0.18025,0.12155,0\n0.49881,-0.31793,-0.50536,0\n-1.7437,-0.48217,-0.45466,0\n-1.0039,-0.64342,0.39805,0\n0.61498,-1.376,-2.0028,0\n-2.069,-0.93828,0.30134,0\n0.72034,1.0716,0.46333,0\n0.27724,-1.0732,-0.69223,0\n-1.725,-2.2865,-0.61129,0\n-0.32413,-0.14788,0.47158,0\n3.6542,0.56615,0.4078,0\n-1.7357,0.53043,0.32464,0\n0.21686,-0.075463,-0.74308,0\n-0.26654,-0.51944,0.12943,0\n0.59142,-0.15577,-0.51369,0\n-0.79479,0.25561,-1.1398,0\n-1.902,-1.1418,-2.036,0\n1.7866,0.3906,0.045829,0\n-0.58776,-0.66658,1.135,0\n-2.4267,-0.76787,0.11371,0\n0.40077,-0.15346,0.38163,0\n-0.82784,0.72246,0.25923,0\n0.75744,0.38204,-0.72997,0\n-0.48304,1.1686,0.063141,0\n0.64006,-1.3258,-1.5786,0\n1.8803,0.54589,0.79134,0\n0.83299,0.99529,-0.74687,0\n0.2811,0.046893,0.64742,0\n-0.66096,0.82599,0.47967,0\n-0.75999,1.1259,0.56571,0\n-1.8033,0.93913,1.5884,0\n-0.20186,1.7924,0.3006,0\n-1.4987,-0.02467,0.14809,0\n0.90444,-1.6535,-1.2048,0\n0.045619,-0.42398,-0.67493,0\n-0.82433,0.83909,-0.50322,0\n1.2102,-0.45643,0.20775,0\n0.52113,0.03448,-1.6673,0\n0.56512,0.04762,2.31,0\n-1.6237,0.04936,-0.9701,0\n-0.00022143,1.0067,-1.0484,0\n-0.41574,-0.17997,1.3094,0\n-0.95674,0.27322,0.32113,0\n-1.299,0.26051,-1.2136,0\n0.30435,-0.018837,0.17506,0\n-0.57076,-1.6768,-0.15233,0\n-1.0293,0.49399,2.2311,0\n-1.3758,-0.59723,-0.68664,0\n-1.2651,-0.0020624,0.29105,0\n1.7375,-0.49226,-0.74613,0\n-1.5356,-0.25729,-0.12784,0\n-1.904,-1.5808,-1.1767,0\n-0.57405,-0.61344,-1.4353,0\n-0.89493,0.4904,-0.35769,0\n-0.32999,0.54615,0.023959,0\n1.2606,-0.39595,0.86945,0\n-0.20466,-2.3664,-1,0\n-1.0632,-1.0576,1.1172,0\n1.2224,0.69546,1.0353,0\n-0.21933,0.30847,-2.8827,0\n0.83185,-0.5799,0.73658,0\n2.7935,0.89137,0.84715,0\n-1.5988,-1.8114,1.2478,0\n-0.41935,0.10485,1.4211,0\n-0.27625,-1.103,0.43606,0\n0.045923,0.11418,0.55706,0\n0.7844,-2.1211,2.3261,0\n-0.1235,-0.014122,-0.54906,0\n-1.6269,3.5069,1.519,0\n0.98095,-0.53237,0.11464,0\n0.36262,0.64737,0.4122,0\n-0.42429,-1.0938,0.85499,0\n0.17687,1.1737,0.39797,0\n-0.49489,-0.8835,-0.60639,0\n-1.6329,-1.4329,-0.36502,0\n-0.93207,-0.21907,-0.39901,0\n0.73877,-0.88419,0.08261,0\n-0.14698,0.63077,-0.018957,0\n1.4683,-1.219,0.46352,0\n0.60307,-0.64459,0.05896,0\n-0.65843,-1.4315,-0.045268,0\n-0.6388,-0.029929,-0.83935,0\n1.0096,-1.6515,-0.60998,0\n1.2994,0.054031,1.5507,0\n-0.46505,1.2715,-1.6871,0\n1.5045,-0.52563,-2.083,0\n-0.95449,-0.3601,-0.42189,0\n0.034998,-0.26501,-0.22267,0\n-0.79203,-1.5165,2.4416,0\n-0.092792,0.64977,0.85472,0\n-0.13922,1.3344,0.61841,0\n0.12026,-0.14729,0.2765,0\n-0.78226,0.62584,1.5087,0\n-0.45679,0.031316,0.67455,0\n-1.3735,0.24846,-0.2877,0\n-0.50258,-0.86936,0.44295,0\n-1.0441,-0.2404,-0.68032,0\n-1.4043,-1.8859,0.16895,0\n-1.1805,-2.1377,0.20788,0\n0.12463,-0.40765,-0.21343,0\n0.31404,0.86544,0.065336,0\n0.9832,-0.30744,-0.80669,0\n0.53531,1.3916,0.64081,0\n1.658,1.1959,2.323,0\n-1.8823,-0.32022,0.80578,0\n0.85,-1.6407,-0.42695,0\n0.5481,0.18083,1.0749,0\n-0.014559,0.80191,0.42342,0\n-1.2464,-2.0882,-1.1421,0\n-1.6633,0.68222,0.69062,0\n0.39743,0.41219,-0.64583,0\n0.48098,0.49997,1.6729,0\n-0.020534,1.0386,0.078101,0\n0.94345,-0.39616,1.2663,0\n1.1286,-0.46183,0.29453,0\n-0.41098,1.8105,-0.38198,0\n-0.91865,-0.41634,-1.8033,0\n0.030285,-0.35691,-0.31684,0\n-0.58464,0.65424,-1.7165,0\n0.096879,0.045799,-0.83075,0\n-0.61318,0.22566,-1.0431,0\n-0.2195,-0.0030547,1.1602,0\n-0.91327,0.83471,2.9687,0\n-0.31431,-0.41353,0.54069,0\n-0.99959,0.5562,-1.8489,0\n1.1706,1.8577,0.88414,0\n0.45485,1.0673,2.2251,0\n1.3562,-0.10697,-1.302,0\n0.26952,0.13148,1.527,0\n-0.054228,-0.51477,1.0011,0\n1.2811,-0.71747,2.0337,0\n0.0047475,-0.71669,0.36162,0\n-0.42797,0.99838,0.27164,0\n0.9436,-0.32531,-0.0013927,0\n-0.37015,0.14785,0.13373,0\n-1.5715,1.3707,1.0014,0\n-1.1712,0.4048,-0.2335,0\n1.445,-1.5687,-0.98019,0\n-0.65946,1.436,1.9387,0\n0.56409,-1.0352,-1.6419,0\n-2.1458,-1.4898,1.9737,0\n-0.55851,0.42229,0.34351,0\n-0.50525,-0.021695,0.12569,0\n-2.3984,0.51529,1.2637,0\n-1.4445,-1.753,0.50201,0\n0.057026,1.7571,-0.35442,0\n-0.44517,-0.13477,0.81438,0\n0.127,-0.63258,-1.339,0\n-0.78722,-2.2512,-0.047472,0\n-0.19988,-1.7186,1.0471,0\n1.8192,0.39892,-0.43738,0\n-0.48682,0.5775,0.6481,0\n-0.30273,-1.5322,1.2553,0\n-1.9483,-0.64092,0.46428,0\n-0.18543,0.56586,-0.25246,0\n-1.7005,0.46495,-0.056241,0\n-0.36564,-0.021116,0.41994,0\n0.59231,-0.4817,1.6614,0\n0.44121,0.12098,0.79587,0\n1.3119,-1.113,1.7061,0\n-0.066606,0.29374,-0.58102,0\n-0.49491,-0.58689,1.3913,0\n-0.74928,-0.32036,-0.5308,0\n-1.911,0.14436,1.3228,0\n-2.2024,0.35475,0.32512,0\n0.72669,-0.2402,-0.51426,0\n-0.33736,0.91689,1.1033,0\n1.0106,0.85964,0.32443,0\n0.84846,0.4223,1.0437,0\n-0.2432,0.96714,-0.84743,0\n-1.801,-0.776,-0.56123,0\n1.094,0.14104,0.32972,0\n-0.80018,0.070445,-0.31798,0\n-0.021001,1.329,-0.40572,0\n1.2717,-0.25345,0.58352,0\n-0.067095,-1.2673,0.58051,0\n0.84722,-0.90694,-0.48185,0\n-1.5561,-0.81097,-0.28908,0\n-1.7618,-1.8622,0.6417,0\n0.47767,0.46082,0.52232,0\n0.81342,0.040644,0.74085,0\n-0.24788,0.26893,-0.11974,0\n2.2241,-0.41198,1.5544,0\n-0.66672,-1.9472,1.3378,0\n-0.7894,-1.4981,-0.78728,0\n-1.7146,1.1513,1.2362,0\n1.1392,0.4973,0.46237,0\n-0.71731,-0.10893,-0.37912,0\n-0.34113,-0.21289,-0.28447,0\n0.052937,-3.3248,-1.2476,0\n2.2896,0.043199,-0.055576,0\n-0.54491,-0.78573,1.2072,0\n-0.15081,-0.13968,-0.1146,0\n-0.3408,0.7871,0.85536,0\n-0.28491,0.22758,-1.2195,0\n0.89218,-1.2075,0.67954,0\n-1.3354,-0.42074,-2.679,0\n-1.0258,-0.88696,0.5959,0\n0.027804,-0.3284,-0.26757,0\n1.7631,1.0825,0.21003,0\n0.33224,-0.99346,-0.11434,0\n-0.82107,-0.65395,-0.37473,0\n1.056,0.65751,-0.35394,0\n1.096,0.024023,0.67477,0\n0.01994,-1.516,-2.0901,0\n0.74776,1.8565,-0.078265,0\n-1.3372,0.78625,1.0995,0\n0.1278,1.5106,-0.96619,0\n-0.98588,-1.2042,1.5816,0\n0.80303,0.71781,-0.82348,0\n1.4399,1.1387,0.51872,0\n1.5331,0.46852,-1.0696,0\n0.77262,-1.3709,0.49777,0\n1.3473,-0.22393,0.044136,0\n-0.53118,0.11895,0.18759,0\n3.2167,-0.49671,-0.31422,0\n0.16996,0.28545,0.25152,0\n1.39,-1.3922,1.836,0\n-0.44282,0.49787,2.3556,0\n1.1845,0.58743,-0.11761,0\n-1.1978,0.18589,-0.49194,0\n-0.53405,0.28287,0.83026,0\n-0.82584,0.36917,1.4394,0\n-1.1456,-0.53785,-0.86888,0\n-2.3103,-0.70054,-1.9897,0\n-0.77963,0.18574,0.04572,0\n-1.3834,-0.49987,-1.7646,0\n-0.076891,-0.51282,-1.9733,0\n1.4142,0.017481,-0.82925,0\n0.76243,0.51045,-0.25909,0\n0.48705,0.23944,1.1878,0\n0.86584,0.16756,-0.76822,0\n1.0127,-0.26209,0.90631,0\n0.22273,-0.88407,0.86152,0\n0.18059,-0.15152,2.5562,0\n0.26224,0.25533,-1.0928,0\n2.2665,-1.5775,-0.76109,0\n1.6949,-0.19271,0.20512,0\n1.0316,0.094446,-1.9061,0\n-1.6517,0.028696,-0.20438,0\n0.86299,-0.7523,-0.58163,0\n0.31634,0.23235,-0.83973,0\n-3.0569,0.22373,0.60525,0\n0.44125,-0.80245,0.3709,0\n0.12565,0.54725,0.85685,0\n0.39232,0.74098,-1.1364,0\n-1.7834,0.40568,-0.59406,0\n-0.11144,-0.13093,-2.0978,0\n0.34956,-0.43761,0.41156,0\n0.093995,0.54633,-0.46703,0\n0.25937,0.82955,0.22805,0\n-0.81007,-0.23472,0.72769,0\n0.56037,-0.82041,-0.28656,0\n-0.45805,-0.40953,-1.8559,0\n2.2826,0.34347,0.43164,0\n0.17222,2.2754,-0.15935,0\n-1.0346,-1.0365,-1.0028,0\n-0.47072,0.12776,0.68483,0\n-0.8307,0.72985,-0.50551,0\n2.4004,0.41233,0.74569,0\n-0.28868,0.99586,-1.6632,0\n-0.84464,-1.1319,0.26346,0\n1.8506,0.33875,1.2502,0\n-0.52406,-0.27558,1.6086,0\n-0.072051,0.57406,1.0488,0\n0.47714,0.62355,-0.18202,0\n-0.18107,-0.39267,-1.7027,0\n0.037158,-0.13687,-0.15629,0\n0.70613,1.163,-0.091138,0\n-0.42441,-0.022175,-1.7799,0\n-1.4995,-1.2578,1.4619,0\n-1.2716,-0.53459,0.83938,0\n-0.4982,-0.64428,0.6596,0\n0.22964,0.4531,0.38003,0\n1.6952,0.91569,-0.99486,0\n1.403,-1.1033,-0.35424,0\n-2.9889,-1.4887,-0.062899,0\n0.55316,1.1653,1.6714,0\n-1.6229,-0.21237,1.4787,0\n-0.81869,0.70127,1.5383,0\n-0.54966,-0.38882,-0.52083,0\n0.40065,-0.7337,0.20692,0\n2.2499,0.60559,-0.30832,0\n-0.19623,0.97485,-1.5738,0\n-0.97928,0.18715,-0.56145,0\n-0.61272,1.0876,-1.1089,0\n0.52796,0.023304,-0.3256,0\n-0.9418,0.73523,-0.77274,0\n2.0945,0.53588,-0.22267,0\n-0.76562,0.016823,-0.40861,0\n-1.1525,1.1542,-0.30751,0\n0.016752,-0.89415,-0.30451,0\n-1.0215,-1.1805,-0.024371,0\n0.0023704,-0.31627,-0.29039,0\n1.7457,-1.0474,0.82759,0\n-0.048612,-0.73875,1.2058,0\n1.4172,-0.50898,-0.22347,0\n0.16821,-3.0187,-2.0486,0\n-1.4476,0.057686,-0.50438,0\n0.85816,-0.95125,-0.11152,0\n-1.4577,-0.39982,0.16397,0\n1.3758,-1.5756,-1.1446,0\n1.6299,-1.3806,0.314,0\n1.0619,0.30728,-0.6105,0\n-1.8441,-0.73106,0.1505,0\n-0.96367,0.13367,-0.43597,0\n1.3288,-0.030979,0.94578,0\n-0.63096,0.89486,-1.6916,0\n-0.20882,1.7892,-1.9113,0\n0.35664,0.34241,-0.96054,0\n-0.80512,1.3298,-0.66076,0\n0.1136,-0.10286,2.5925,0\n1.359,-1.4949,-0.18715,0\n0.15703,1.0755,1.7858,0\n0.57451,0.60859,-0.74559,0\n0.58545,-1.0151,0.40656,0\n0.0040722,2.294,-1.1733,0\n-2.059,1.0668,-0.43672,0\n0.44344,0.55852,-1.1596,0\n-0.95709,-1.0903,-2.2747,0\n-1.8812,1.856,1.6149,0\n-0.5911,-1.0816,-0.88481,0\n-1.3541,-0.51093,-1.1093,0\n0.4103,0.78725,0.42668,0\n-0.72885,1.0186,0.72444,0\n-2.6562,0.25419,-1.5541,0\n-0.39535,0.94462,0.67644,0\n2.5172,0.16278,-0.6195,0\n0.56176,0.52232,0.9946,0\n-0.093839,0.12161,2.2085,0\n0.66114,0.13929,0.87922,0\n0.33024,0.31979,0.40945,0\n1.3947,-1.6949,-1.0105,0\n-0.36382,-2.4569,0.83426,0\n-1.4505,0.79279,0.08271,0\n0.26545,0.34895,2.4043,0\n-0.24269,-0.48212,1.2302,0\n0.31535,-1.168,0.25995,0\n0.61823,1.1697,0.37782,0\n-0.16301,0.7557,1.5576,0\n-0.53249,2.0288,-1.5056,0\n-1.5376,-0.95057,0.85337,0\n-0.17007,0.37521,-0.2355,0\n0.38897,-0.15246,-0.32141,0\n-0.51516,0.23813,-0.60023,0\n-0.37413,-0.45089,0.026921,0\n0.60258,-0.92034,1.2497,0\n0.50741,-0.0068703,1.2511,0\n2.2001,0.22087,1.6829,0\n-1.2855,-0.022463,0.65293,0\n1.0027,0.62058,-0.60429,0\n-0.54376,0.8569,1.139,0\n0.67342,-0.6035,0.90606,0\n2.3443,0.85153,0.66978,0\n2.1738,-1.9852,0.21602,0\n0.32887,-1.057,-1.8444,0\n0.24153,1.4703,-0.77645,0\n-0.67631,0.056535,-0.25109,0\n1.0116,-1.856,0.84072,0\n-0.63542,0.24261,1.4453,0\n-1.0592,-1.0441,-1.8341,0\n-0.61204,-1.2977,2.5336,0\n1.0549,-0.26706,-0.35254,0\n0.77557,0.29439,2.5124,0\n-0.26996,0.4066,0.6581,0\n0.13148,-0.38477,-1.0748,0\n0.67827,-0.049292,-1.7837,0\n-1.327,-0.47828,-0.46158,0\n1.0807,1.6939,-0.71917,0\n-1.744,0.01031,0.87728,0\n0.8465,-0.28567,-1.184,0\n-0.56085,0.44527,0.13676,0\n-0.054105,0.15165,-0.54992,0\n-0.00071967,1.0394,1.7636,0\n0.73536,0.69129,1.5276,0\n-0.84017,-0.090213,-1.4583,0\n0.14718,-0.72169,-0.116,0\n-1.0028,3.4987,-1.2874,0\n0.47371,-1.2292,-0.42359,0\n0.20204,0.34114,-0.61941,0\n-0.37345,-1.0223,0.59456,0\n0.051463,-0.3224,0.3936,0\n0.34638,1.2257,2.0666,0\n0.92824,-1.1143,0.28043,0\n-0.43339,0.62342,0.20341,0\n1.4242,1.1728,0.70664,0\n-0.84637,-0.56666,0.99646,0\n0.38373,-1.6875,2.1439,0\n0.77993,-0.76506,-1.2088,0\n-1.3569,0.20871,0.34237,0\n-1.3271,-1.1544,1.0157,0\n0.063688,0.46747,0.68399,0\n-0.29844,-0.62227,0.57036,0\n2.8017,0.1933,0.55984,0\n1.1578,-0.0010557,-0.1852,0\n-1.2074,-1.2528,0.82409,0\n0.16387,-0.43557,0.34869,0\n-0.21857,1.545,0.48723,0\n0.49499,0.90263,-0.89084,0\n-0.81067,0.21645,0.25102,0\n0.59208,-0.10594,-0.72324,0\n-0.081437,-0.66555,-0.81221,0\n-0.26858,-1.7299,-0.8526,0\n-0.9582,0.27285,1.9231,0\n-0.15293,1.0781,0.82164,0\n0.17037,-0.06689,2.1917,0\n-0.36486,-0.39285,-1.0106,0\n-1.0677,1.0183,-0.14548,0\n3.0128,-0.49082,-0.82313,0\n0.69885,-1.5034,1.4099,0\n0.13412,1.1255,1.3866,0\n3.2675,-1.895,-0.57351,0\n0.22329,-0.67453,0.21378,0\n-0.36663,0.80296,-0.22168,0\n-0.2237,1.1329,0.48208,0\n-1.5771,0.23011,-1.6064,0\n0.7656,0.69414,0.40995,0\n2.8236,-0.60504,-1.2752,0\n1.5439,-1.8648,-0.36565,0\n0.14009,-0.26781,-2.7726,0\n0.19094,-0.24084,1.4831,0\n1.1558,-1.6503,1.3101,0\n0.048066,-0.92462,-1.4655,0\n0.33981,0.9378,-1.3282,0\n-2.0199,-1.5434,-1.5309,0\n-0.13956,0.31636,-0.4575,0\n-1.1882,0.69126,0.62735,0\n0.9529,-0.025209,1.9993,0\n-0.9158,0.5393,1.3371,0\n-0.93956,-1.3508,0.21861,0\n-1.0049,0.1903,-0.83067,0\n0.69773,-1.1353,0.82171,0\n0.2157,-1.2224,0.0072529,0\n-0.78759,-1.3701,-0.14602,0\n0.45346,1.0073,1.1927,0\n-1.2381,-0.079328,-0.18785,0\n0.77606,-0.17223,-0.14338,0\n-0.60269,0.98154,1.4274,0\n0.68849,-0.32045,-0.81628,0\n0.97685,0.073638,-0.97635,0\n0.42815,-0.82906,0.31672,0\n-0.33435,0.99347,0.76754,0\n0.049841,1.1589,0.50904,0\n0.052913,1.3137,0.024136,0\n-0.53472,-0.25653,-0.682,0\n-0.63644,1.6838,1.0112,0\n-1.106,-1.4804,1.0808,0\n-0.19115,-0.18911,1.2847,0\n-1.1716,0.15689,1.1303,0\n0.67031,-0.43077,-1.4675,0\n-2.1901,0.26253,-0.64877,0\n-2.6918,0.56171,0.36443,0\n0.39648,-1.1253,1.4424,0\n-0.94419,1.4431,0.38547,0\n-0.046561,0.37782,1.8293,0\n-1.1857,-1.0155,1.1739,0\n2.1212,-1.2496,0.55973,0\n0.33453,-0.39594,-1.1157,0\n-0.47704,-0.71663,0.58284,0\n0.0064726,1.1426,0.043929,0\n0.02512,-0.47001,-2.2167,0\n-1.2634,-0.13313,-0.89268,0\n2.0511,-0.033117,1.3532,0\n-0.10204,1.7228,0.06263,0\n-2.4419,0.5151,0.99196,0\n-1.1786,1.2978,0.6456,0\n-0.5978,0.010287,-0.72942,0\n0.40621,-0.70542,-1.0965,0\n1.2311,-0.30489,-1.2932,0\n-0.29034,-1.4949,2.0311,0\n-0.24302,1.9603,1.0422,0\n0.62864,-1.0331,-1.5162,0\n-1.1844,0.06255,-0.43573,0\n-0.2866,-0.30846,-0.90047,0\n-0.39136,-1.8318,-0.23127,0\n-0.621,-1.028,0.17189,0\n-0.049059,0.55047,-0.54802,0\n-0.46861,0.18531,-0.32086,0\n1.9698,0.50357,-1.3142,0\n-0.8479,-0.23997,0.39121,0\n0.92581,-0.24063,-1.5129,0\n0.83412,-0.12508,2.2365,0\n-1.3351,1.072,-0.09017,0\n-1.1604,-0.46423,0.23656,0\n0.22137,-1.2123,-0.96503,0\n-1.6049,-0.25066,2.49,0\n0.013095,0.29794,-0.50645,0\n-1.4871,-0.08368,-0.11955,0\n1.1866,-0.63296,-1.1775,0\n0.16937,-0.20377,0.31982,0\n0.2528,-0.93134,-0.19142,0\n0.61238,-1.1798,-0.57944,0\n-2.2569,0.1774,0.40076,0\n-2.1385,-0.23761,-0.21337,0\n1.4055,1.8741,-0.13107,0\n1.4355,-1.7406,2.4703,0\n-1.0018,-0.67522,-0.35268,0\n1.5946,-0.11291,-1.184,0\n0.83113,0.51043,-0.80644,0\n0.17034,1.4351,1.2145,0\n1.2328,-0.68997,0.42843,0\n-0.54939,-2.2573,-1.0646,0\n0.94649,2.4361,-1.0814,0\n1.3311,1.3584,-0.66394,0\n-0.37205,-0.37465,1.1318,0\n-0.86905,-0.25051,0.047562,0\n1.3535,1.5315,0.94236,0\n0.87473,1.3675,0.79612,0\n-0.136,0.64407,-0.59294,0\n-0.20207,0.40225,-0.53293,0\n-1.2059,-0.91782,-0.90365,0\n-0.75316,1.2166,-0.45557,0\n-0.16514,-0.28496,-0.96715,0\n0.68707,-1.2044,-1.4109,0\n-1.4584,1.1549,-0.76216,0\n1.6395,-0.28307,0.80792,0\n-1.4263,1.1427,0.63775,0\n-0.39482,-0.076682,0.16019,0\n0.58116,-1.1009,0.091019,0\n-0.87236,-0.36502,1.4173,0\n-0.51061,-0.30898,1.2455,0\n1.6217,0.26489,-1.0223,0\n1.023,-0.71958,-1.4538,0\n-0.35866,0.060224,0.46816,0\n1.0053,-0.32739,-1.0091,0\n0.86024,-0.51417,0.47117,0\n1.5976,1.5308,-0.075539,0\n-0.65767,-1.6463,-1.1288,0\n1.7084,-0.33423,-0.28637,0\n-0.75776,-0.37451,0.83917,0\n-0.057678,1.6217,-0.96188,0\n-0.55556,-0.63465,-0.0072251,0\n0.57563,0.89445,1.3478,0\n0.18779,1.3533,-0.46168,0\n0.03695,-1.8206,-0.91044,0\n-1.1622,0.057771,-1.452,0\n0.41735,-1.3457,0.40176,0\n0.47067,-0.8297,0.66719,0\n0.97227,0.63435,0.79842,0\n0.32633,0.98478,-0.4769,0\n-0.34664,-0.32986,-0.22817,0\n0.4962,-0.51962,-0.74779,0\n0.056312,0.94061,0.15393,0\n0.3095,-0.40108,-0.60526,0\n1.4945,-0.35487,0.9104,0\n-0.24084,1.4084,0.87614,0\n0.62849,-0.55038,2.9594,0\n-0.95045,0.44395,0.64211,0\n-0.58853,0.49004,0.79731,0\n0.42746,-0.84287,0.15179,0\n1.1444,-0.58616,0.23443,0\n0.085225,-1.4975,-0.7002,0\n0.52773,1.9848,-0.7457,0\n-0.36266,1.0509,-0.11643,0\n1.4872,-0.77543,0.7505,0\n0.3396,-0.27643,-0.40129,0\n-0.61345,1.7955,-0.0078542,0\n0.1205,-1.4227,0.73607,0\n-1.0816,-1.1398,0.51068,0\n-1.2849,-0.33064,-0.16167,0\n0.61591,-0.77318,-0.84863,0\n-0.16271,0.19435,0.54312,0\n-0.78995,1.092,-0.01874,0\n1.2251,-0.904,-0.62263,0\n0.075116,-2.3987,0.46154,0\n-1.1198,-0.80602,0.56789,0\n-0.51156,0.052607,-0.23144,0\n1.0828,-1.8695,-0.10034,0\n1.8344,0.10391,2.2825,0\n0.098451,-1.6636,-0.24433,0\n0.73421,0.80375,0.3658,0\n-0.34743,0.07544,1.2378,0\n0.58593,-0.26631,1.1473,0\n-0.95481,0.6922,-1.3984,0\n0.91226,0.15329,0.63065,0\n0.92759,-0.51499,0.82132,0\n-0.59168,-1.6416,0.1215,0\n-0.61808,0.38454,-0.060947,0\n1.4302,0.095846,0.54458,0\n0.97632,0.022458,2.0068,0\n0.47303,1.2486,1.3214,0\n0.061025,-1.283,0.99266,0\n-0.70052,0.43068,-0.059858,0\n-1.3589,-0.63591,0.30812,0\n-0.77177,-0.75494,1.5035,0\n1.0695,-1.2308,0.16647,0\n0.074921,0.22001,-1.0966,0\n-1.9796,-0.27457,-0.063449,0\n-1.0012,0.22773,-1.0633,0\n0.44945,0.39339,1.0983,0\n0.13523,-0.46613,-0.44234,0\n0.83243,-0.72976,-1.4256,0\n0.94399,-1.3016,-0.54594,0\n0.41126,0.0018248,-1.4636,0\n-0.4605,0.60028,-0.58721,0\n-0.39007,-0.071335,-0.28698,0\n0.1404,-0.87716,-0.63726,0\n-1.5245,-1.2486,0.1532,0\n0.39501,0.57614,0.66158,0\n0.94244,0.47199,-0.40354,0\n-1.4064,-2.1831,-0.68535,0\n-2.0558,-0.14384,0.41528,0\n-0.31618,0.54556,0.93329,0\n-1.9335,2.1512,-0.55623,0\n-0.78102,-0.7994,1.2648,0\n0.035456,0.71807,1.4846,0\n0.13796,0.99306,-0.043412,0\n0.087704,-1.5039,1.8183,0\n-0.12536,-0.89022,0.15244,0\n-0.98345,0.85736,-0.8115,0\n0.55465,-0.64343,-1.0714,0\n0.38965,-0.3867,-0.58852,0\n-0.0075926,1.2144,-0.2317,0\n-0.30619,-1.2658,-0.63882,0\n0.23228,0.44846,-0.69584,0\n0.033635,0.72195,-2.4106,0\n1.2194,-0.76223,-0.36399,0\n-1.6258,0.64962,0.95479,0\n0.19533,-0.049712,-0.97215,0\n-0.43234,-1.7041,0.5721,0\n-0.56067,-0.65545,-0.52353,0\n1.1938,0.6648,0.54186,0\n1.2234,0.59499,-0.17593,0\n-1.5477,-0.35678,0.45448,0\n1.3712,1.0775,-1.2093,0\n-0.2572,1.6383,-0.1465,0\n0.5751,-0.86179,1.6764,0\n-0.66156,-0.72124,0.80266,0\n-0.34741,1.6701,-1.3442,0\n-0.72916,-0.39783,-0.84939,0\n0.88194,-0.11463,1.3019,0\n-0.3056,0.68821,-1.8284,0\n0.26372,-1.5112,-0.8769,0\n0.47492,0.34736,-1.2117,0\n1.7952,2.2765,0.96557,0\n-0.02189,1.3098,0.53508,0\n-0.3249,0.24535,1.1753,0\n0.86752,1.956,-1.2765,0\n-0.67793,0.1732,0.33787,0\n-0.70991,-0.013619,2.0667,0\n0.85696,0.5316,-0.6498,0\n0.89928,0.31718,1.2723,0\n1.8328,-1.1548,0.23556,0\n1.2464,-0.59478,0.75313,0\n0.12049,0.71675,-0.87056,0\n-0.94562,0.94994,0.79009,0\n-0.35282,-0.79589,-0.29733,0\n0.57602,-0.075309,0.92865,0\n0.18513,1.5999,1.1415,0\n-0.69502,-0.51739,-0.47889,0\n-0.20359,-1.5883,-0.33581,0\n0.021551,-1.0212,1.3612,0\n-0.29299,-0.46425,0.073341,0\n1.8584,1.3706,-1.1434,0\n-0.71246,1.8413,-1.1941,0\n0.26707,1.8406,1.2603,0\n0.41681,-0.37899,1.1763,0\n-0.55213,0.97165,0.70032,0\n-1.2582,-0.33987,-1.5771,0\n0.070808,-0.18712,0.85482,0\n-0.96121,0.066685,0.39446,0\n1.7831,-1.7553,0.28136,0\n-0.47582,-0.5486,-0.59889,0\n-1.2401,0.17674,-2.4562,0\n1.5908,0.83891,1.4618,0\n0.12119,-1.0456,0.67819,0\n2.2277,-2.1679,0.50186,0\n1.6878,0.16857,-0.91406,0\n0.73856,-0.69226,-0.98826,0\n0.79732,-0.05622,0.30081,0\n-0.51432,-0.80849,-2.1476,0\n-1.4079,-0.12931,-0.016909,0\n1.576,0.80107,-0.73527,0\n0.4058,-1.4341,1.7738,0\n0.40113,0.33966,-0.90723,0\n0.2867,-0.87127,1.0288,0\n0.77453,0.13726,-0.75106,0\n0.90817,-2.1109,-1.2148,0\n-0.31016,0.4913,-0.83349,0\n0.40966,-1.6476,0.70054,0\n-0.19964,-1.4103,0.45405,0\n-0.26536,0.38355,-0.52253,0\n-0.93824,-0.02547,-0.94154,0\n2.2443,0.32389,-0.0062536,0\n0.75761,1.668,-0.071333,0\n0.64535,-0.26187,-0.62485,0\n0.87801,-0.90993,1.1263,0\n0.037957,0.88114,0.42684,0\n0.78631,-0.37125,-0.52492,0\n0.19271,-1.5028,0.42137,0\n0.92678,-0.85513,-0.53797,0\n1.0814,-1.1829,-1.4542,0\n-1.5982,0.14195,0.65987,0\n0.32118,-0.076018,-1.9991,0\n-0.1522,1.5158,1.4745,0\n-2.2519,0.67343,1.6433,0\n0.45097,-1.615,0.28897,0\n0.194,-1.5558,-1.1626,0\n0.89356,-0.9872,0.27013,0\n-0.67804,1.3709,-0.63677,0\n-0.48713,0.68923,-0.13327,0\n-0.73836,-0.42596,0.75871,0\n-1.8026,-0.76497,0.17851,0\n-0.075156,0.43579,-2.0009,0\n-0.49016,0.50362,1.8288,0\n0.45523,1.38,-0.5777,0\n0.56093,0.14772,0.10242,0\n-0.062146,-0.10022,1.3699,0\n-1.864,-1.2109,1.3383,0\n2.1512,-0.075818,1.0234,0\n0.48233,0.037214,0.62897,0\n0.1193,-3.1731,-0.057488,0\n-0.46452,-1.3667,0.65824,0\n-0.10135,0.031983,1.2233,0\n-0.036015,-0.11271,0.16474,0\n-0.52131,-0.93288,0.75673,0\n-0.08495,-0.20679,0.68063,0\n-1.3774,1.4671,-0.30093,0\n-1.1201,0.79909,0.4785,0\n-1.0873,-1.177,-1.7545,0\n0.77264,1.9433,-0.95721,0\n0.0038014,0.18608,-0.76797,0\n0.04246,0.28789,1.9024,0\n-0.54741,-1.7635,-1.6629,0\n0.098456,1.2657,0.80338,0\n-0.28523,1.2217,0.41631,0\n-1.2002,1.0618,0.15961,0\n0.72707,-1.0881,1.4856,0\n1.262,-0.064859,1.435,0\n-0.58571,0.48793,0.16637,0\n-0.90849,-0.81849,0.47743,0\n0.66609,-0.042302,-1.3743,0\n0.012344,0.59354,-0.45225,0\n-0.5473,0.84846,-1.0207,0\n0.026643,-1.8315,-0.89372,0\n-1.378,0.49475,0.38495,0\n0.36817,2.2811,-0.36349,0\n-0.58561,0.83696,-0.23089,0\n-0.024577,0.53931,0.7613,0\n0.11668,1.6574,1.3259,0\n-0.33206,0.34555,0.79706,0\n0.17969,0.65715,0.8614,0\n-0.4905,-0.51821,0.54222,0\n1.4746,0.78455,-0.081991,0\n0.044976,-0.53511,-0.34709,0\n0.72194,-0.2225,0.065869,0\n0.18189,-0.27507,-0.53014,0\n0.68201,0.79136,-0.36454,0\n-0.47606,1.1468,-1.3654,0\n0.97752,-0.13437,-0.54559,0\n-0.8403,-0.11518,0.90067,0\n-0.46769,0.12951,0.22336,0\n1.3161,0.14426,0.32708,0\n-0.97204,-2.4891,0.52858,0\n0.82177,-1.3214,0.36228,0\n0.48481,-0.5802,-0.8755,0\n-1.9036,-0.034222,0.15641,0\n-0.38657,-0.20574,-0.2696,0\n1.6648,-1.3991,0.14709,0\n2.084,0.78013,-1.4687,0\n0.18968,0.31435,-0.90285,0\n0.94259,0.28704,1.5956,0\n1.0211,0.43944,0.28064,0\n-1.2904,-0.96087,-0.64871,0\n0.063303,-1.1503,-0.76128,0\n0.50421,-1.2772,-0.23641,0\n0.70164,-0.096296,1.1655,0\n0.36226,2.0857,1.5395,0\n0.64462,-1.0977,-0.14098,0\n-0.015202,-2.0352,0.35511,0\n-0.60539,0.97682,1.0115,0\n0.09596,-0.63915,0.9545,0\n-0.53009,0.70095,0.86602,0\n0.22357,-0.024191,-1.2461,0\n-0.9183,1.2303,1.5832,0\n0.20214,0.86658,1.4772,0\n0.3638,-0.40011,1.1942,0\n0.41401,1.2714,-0.10424,0\n1.0696,-0.2906,0.24723,0\n0.58228,0.55607,2.1477,0\n0.57706,-0.69414,-0.17933,0\n0.13213,-0.71204,1.2201,0\n-1.0677,0.17343,0.68547,0\n1.2116,-0.38793,1.5873,0\n0.77985,1.249,0.4475,0\n-0.080888,0.14884,-0.5013,0\n-0.37277,-0.36884,0.60509,0\n-1.9185,0.3513,1.2388,0\n0.21739,1.6588,-0.67201,0\n0.92739,-0.33319,0.34897,0\n0.00073145,0.2592,0.57131,0\n0.36634,0.41007,1.0153,0\n0.85974,1.4577,-0.64435,0\n0.23219,1.4692,0.029249,0\n0.32134,-0.6876,-0.42071,0\n-0.55362,0.7743,0.96116,0\n2.2986,0.43683,-0.47956,0\n-1.542,-0.71264,-1.1001,0\n0.65419,0.82826,-0.35145,0\n2.1693,0.16542,-0.06787,0\n-0.61924,-1.09,0.26697,0\n-3.2379,-0.59045,-1.6097,0\n1.3315,0.33996,0.93768,0\n1.3533,-0.41266,0.79704,0\n-0.34906,0.16528,0.27263,0\n-0.46087,-1.8931,1.5867,0\n-0.028056,0.39777,0.6585,0\n0.15791,-0.022933,0.1157,0\n-0.88306,0.52346,-2.9045,0\n0.077463,-0.72082,-0.83687,0\n0.77268,-1.4103,1.0052,0\n-0.060729,-1.7092,0.54342,0\n-0.15225,1.3381,-1.612,0\n0.2987,-0.78653,-0.17551,0\n0.12637,-0.82372,0.83584,0\n0.61365,-0.13328,-1.9978,0\n1.2796,0.51878,-1.0302,0\n2.0868,0.41066,-0.72461,0\n-0.25378,0.3734,-0.31664,0\n0.76647,0.37831,0.9496,0\n0.051353,-2.3549,-0.10564,0\n-0.55248,0.9381,-0.3229,0\n0.63967,-0.227,0.034686,0\n-0.4943,1.4086,-0.96713,0\n-0.41632,-1.241,-0.21319,0\n1.983,-0.86052,-0.86368,0\n1.9277,2.0505,-1.6293,0\n-2.8592,-0.78714,-1.7697,0\n-0.56041,0.67923,-0.4429,0\n-0.077654,0.15336,0.21303,0\n-2.7601,-2.2809,1.3203,0\n-0.90244,-0.53887,0.89081,0\n0.86709,-1.0271,-1.208,0\n1.1706,-0.53995,-1.2836,0\n-0.40128,0.27941,1.2944,0\n2.4584,1.0398,1.0436,0\n-0.094054,1.1064,-2.0065,0\n-0.033323,0.23361,0.17523,0\n1.1292,0.81707,1.131,0\n-2.6259,-0.1795,-0.50956,0\n-0.81395,0.29174,-0.79129,0\n-0.011757,0.37696,0.68891,0\n0.40123,-2.0164,-0.89121,0\n1.1252,1.1316,-0.20601,0\n0.058484,2.1553,0.55089,0\n0.60239,-0.78213,-0.23574,0\n1.4471,-0.038886,0.13175,0\n-0.016272,-1.1721,0.088764,0\n-0.12667,0.60028,-1.157,0\n-0.14457,-0.1474,1.2926,0\n1.2917,-1.2814,-0.57883,0\n-0.36455,2.1884,-0.95785,0\n-0.71977,0.53684,0.46328,0\n1.718,1.4852,0.72862,0\n0.12101,2.0648,0.23576,0\n0.80439,0.70017,-0.37534,0\n0.94671,-0.65261,-1.6198,0\n0.08915,-1.9152,0.84121,0\n0.33684,0.55595,-0.84912,0\n-1.2674,1.6401,0.47397,0\n-0.30874,-2.2005,0.66676,0\n0.097442,0.21307,-0.82606,0\n1.2758,-0.32991,-0.9863,0\n-1.3042,-0.14023,-2.1197,0\n-1.273,1.4397,0.25654,0\n-0.77489,-0.21119,-1.7208,0\n0.74539,-0.55945,2.145,0\n1.0004,-0.39869,-1.6842,0\n-1.5656,1.2833,-1.1016,0\n0.5897,2.2326,0.070029,0\n0.26962,-0.55413,-0.1168,0\n-0.94169,-0.0099306,0.69005,0\n0.58142,-0.017255,-1.0398,0\n-0.90977,-0.47937,-0.60355,0\n1.3775,-0.50319,0.17974,0\n-0.99584,0.2522,0.53487,0\n-0.87367,-1.3246,1.9596,0\n-1.9828,0.28317,1.2731,0\n-1.0207,-1.1948,0.73876,0\n0.56732,-1.2777,-0.17008,0\n-0.98025,-0.71148,0.53851,0\n1.0237,0.94189,-0.22194,0\n0.358,-0.33631,0.56784,0\n0.027108,-1.3771,1.5619,0\n-1.723,0.51984,-0.16319,0\n1.3461,-0.55662,-1.4069,0\n-0.97006,-1.7197,-0.17274,0\n1.7713,1.5071,2.2703,0\n-0.73661,-0.5594,-0.86165,0\n0.096539,0.30141,0.073706,0\n-1.0223,-0.77272,-0.91448,0\n-0.66164,1.7689,-1.6177,0\n0.1168,-0.71311,-0.57019,0\n0.43577,-0.39319,-0.284,0\n-2.0296,-0.41326,-2.5242,0\n-0.75092,0.72423,-1.2421,0\n-0.2513,-0.4227,0.12346,0\n-0.43357,-0.80923,-2.0518,0\n-1.3075,0.77853,-0.96923,0\n-0.081477,-0.20054,-0.35207,0\n-0.95096,0.521,-1.5423,0\n0.86899,0.75553,-0.94511,0\n1.3464,-1.2986,0.8132,0\n-0.58695,-1.8778,0.92158,0\n0.034761,0.66022,-0.58456,0\n1.4262,-0.0729,0.67172,0\n0.20675,-0.2899,0.46134,0\n-0.094953,-0.17157,0.21477,0\n-0.17783,0.64863,-0.87651,0\n0.40403,1.1912,0.8606,0\n-1.9936,-1.1825,-0.039261,0\n-0.76537,0.57827,-0.41624,0\n-0.15665,0.12542,0.57675,0\n-0.23179,0.53894,-0.57878,0\n0.84782,1.9681,-0.74427,0\n-1.4471,0.065629,2.707,0\n-0.98521,-0.096103,-1.3587,0\n-1.331,0.29968,-0.38165,0\n-1.3319,-1.3268,-0.3725,0\n0.18954,-0.30597,-1.331,0\n-0.68043,0.61214,-0.64638,0\n-0.44935,0.17651,-0.027072,0\n0.10134,-0.18244,-1.4236,0\n-0.43622,0.23686,1.2802,0\n-0.91145,2.0982,0.041961,0\n1.3575,0.12301,0.50934,0\n-0.62111,-0.40255,-1.8994,0\n1.8602,-2.7234,-0.72825,0\n1.3749,0.71104,0.59632,0\n1.0641,1.0182,0.24996,0\n-1.4386,-0.81901,-1.4419,0\n0.13221,-0.05335,-0.046624,0\n2.278,1.2662,-0.68488,0\n-0.46087,-0.6265,-1.7572,0\n-1.1537,-0.87449,0.87414,0\n0.45693,-2.9674,-1.4382,0\n0.3479,0.093826,-0.89244,0\n0.80026,-0.18219,0.54958,0\n-1.3191,2.0036,-1.5614,0\n-1.9101,1.1191,-0.80265,0\n1.2941,0.72631,0.71805,0\n-1.1349,-0.30363,0.58528,0\n-1.2318,-0.25155,-2.938,0\n0.76694,0.17695,0.93116,0\n1.4179,-0.62157,0.2119,0\n-1.2253,-1.6835,0.89728,0\n-0.95523,-0.87804,-1.1896,0\n0.017046,-1.0628,0.86449,0\n0.76793,-0.21654,0.9962,0\n-1.4524,1.4209,0.06728,0\n0.63159,-0.40421,-0.42398,0\n-0.48595,1.0299,-0.58467,0\n-0.94181,1.699,-0.99719,0\n0.13835,-0.46396,-0.30546,0\n1.3637,1.6443,-0.30678,0\n0.45864,0.46389,-1.7796,0\n-1.6988,-1.0724,-1.2332,0\n0.080488,0.66594,0.30746,0\n1.2669,1.711,-1.7483,0\n-0.68623,-0.3925,-1.063,0\n0.25705,1.822,0.36456,0\n-0.62497,1.5001,0.84144,0\n-0.53408,1.9548,1.1953,0\n1.3966,-0.68271,-2.3163,0\n-1.8484,-0.033477,1.0827,0\n0.66218,0.77923,-1.2557,0\n-0.87996,0.66221,-0.70415,0\n1.1496,0.46847,0.49886,0\n-0.47468,-0.054809,0.13029,0\n0.9431,-1.8716,-0.92931,0\n-0.031411,-1.8571,0.35595,0\n-0.1896,0.93023,0.73577,0\n-1.1219,0.64087,0.12208,0\n1.1332,0.13553,-0.35662,0\n-0.017751,0.7374,0.083986,0\n1.4372,0.9588,0.05237,0\n-0.73354,0.74459,0.51084,0\n2.0933,-0.91383,1.2002,0\n-2.0807,0.53159,0.28337,0\n0.62934,0.59884,-1.3094,0\n-0.3935,-1.4229,-0.59508,0\n1.7026,0.077577,-0.76323,0\n0.63772,0.82654,-0.97728,0\n0.70139,-2.0046,-0.65898,0\n0.23728,-0.49269,-0.065327,0\n-1.2596,-0.30494,-0.0099774,0\n0.85768,-0.46797,0.33298,0\n1.6373,0.42405,1.3077,0\n-0.55055,0.62447,1.1189,0\n0.79776,0.094575,-0.80147,0\n-0.92097,0.95152,0.98196,0\n0.80113,1.1875,0.81898,0\n-0.49591,-0.051114,0.55258,0\n2.2568,-1.7894,-0.49305,0\n-0.045697,1.3695,0.87824,0\n-0.48317,-1.0847,-0.0084029,0\n-0.078063,0.2146,0.43334,0\n-1.2496,0.53095,0.005554,0\n-1.284,-0.43764,-0.017748,0\n0.42125,-1.2696,-0.43899,0\n-0.33104,-0.79345,-0.59783,0\n-1.3239,-1.1814,-1.0311,0\n2.1667,0.15447,0.50931,0\n0.20127,0.32725,-0.59994,0\n0.30671,-0.03996,-1.8708,0\n-0.23348,1.6451,0.951,0\n0.020563,-1.7431,0.98983,0\n0.036819,0.29685,1.018,0\n-0.85218,-1.286,0.41108,0\n-1.2693,-0.24349,0.79204,0\n1.272,1.7608,1.4931,0\n-1.1294,0.25363,0.24875,0\n1.7351,-2.9896,1.5575,0\n0.89511,-0.57226,2.1849,0\n-0.56137,0.52152,0.7209,0\n0.66245,-2.3417,1.432,0\n0.80299,0.042079,0.26843,0\n-0.69642,-0.20078,-1.0519,0\n-0.96906,-0.93593,1.0613,0\n-0.7841,-0.15309,0.68574,0\n0.92805,-0.1497,1.0953,0\n0.32277,0.06335,0.87499,0\n-0.25204,1.0071,-0.40976,0\n0.68951,-1.0085,0.7716,0\n-1.2771,1.156,-0.27583,0\n0.74247,-0.57543,0.80108,0\n-1.4197,-0.73909,0.15231,0\n0.34148,-0.23758,-1.7923,0\n-0.87186,-1.9813,-0.8457,0\n-1.932,-0.16219,1.4593,0\n-1.0179,2.2455,-1.8068,0\n-0.37156,0.76875,1.725,0\n-0.7425,0.093783,0.3632,0\n0.27305,-0.48206,0.97881,0\n-0.62714,0.082437,-0.83359,0\n-0.81932,0.53319,-1.8908,0\n-0.62562,1.5602,-0.037541,0\n-0.74445,1.1663,-1.2191,0\n-1.5389,0.27442,0.75814,0\n-0.65632,-0.10366,-0.46723,0\n0.61448,0.29782,-1.0231,0\n0.25861,0.41124,0.35623,0\n1.2298,0.89616,-0.40326,0\n-0.11532,-0.31276,0.51189,0\n-0.25917,0.32311,-1.1815,0\n0.50807,-0.36674,0.13791,0\n-1.2813,-0.13222,-3.1725,0\n0.18748,1.1362,0.70944,0\n1.12,0.05018,-0.33581,0\n-1.781,0.1012,-0.73721,0\n-1.164,1.6011,-1.0816,0\n-0.10397,-0.82732,1.0463,0\n-0.97531,1.5601,1.8649,0\n0.41172,-0.94381,1.6911,0\n1.3013,1.3666,-0.65845,0\n-1.4535,1.0138,-1.0588,0\n0.95797,-0.048763,0.53714,0\n0.20258,-1.1878,2.6006,0\n0.78193,1.7428,-0.39414,0\n0.66496,0.37042,0.011565,0\n-0.374,-1.0091,0.20105,0\n-1.2523,-0.26157,-1.4382,0\n0.12513,0.1481,1.8264,0\n2.5353,0.78561,-0.72777,0\n0.78135,0.17417,-1.99,0\n1.8187,0.67367,1.2076,0\n1.2357,1.3738,0.85324,0\n-0.48589,-0.021329,0.25587,0\n0.94429,-0.4081,0.2919,0\n-0.31082,-0.14786,0.90821,0\n0.13329,-0.69338,0.79163,0\n1.2412,0.27995,1.534,0\n-0.82072,0.055274,-1.5256,0\n0.52759,0.67909,-1.2101,0\n0.44425,-0.64239,-1.1739,0\n0.049757,-0.4645,-0.41393,0\n0.78153,0.21646,-1.2572,0\n0.01375,-0.79181,-0.39796,0\n-0.33793,2.0131,-1.9634,0\n-0.307,1.7215,-0.44593,0\n-1.6848,-0.66365,0.11985,0\n0.12454,-0.59206,0.15141,0\n-0.22186,1.1025,1.0421,0\n0.27248,-0.49578,-2.1206,0\n0.15731,-0.077209,-0.1401,0\n-0.40473,1.1308,1.7571,0\n1.9597,1.1616,-2.173,0\n-0.64701,-0.15537,-0.86718,0\n1.4074,-1.5174,-0.96387,0\n-2.297,0.73165,0.76401,0\n-0.58474,-0.77567,-1.3814,0\n0.86742,-0.17304,-0.12131,0\n-1.6458,-1.204,-0.42039,0\n0.51421,0.015984,-1.2709,0\n-0.84356,0.34306,-0.36667,0\n-0.54027,-0.34337,0.88666,0\n0.049011,1.5167,0.29537,0\n0.41287,0.60407,0.081201,0\n-0.073453,-0.96023,-0.53345,0\n-0.46103,-0.6904,-0.16519,0\n0.0045954,0.89907,0.62945,0\n-0.81522,0.63848,-0.59731,0\n0.099937,-0.42555,0.092244,0\n-0.83769,-1.845,-1.0448,0\n-0.2376,0.067842,-0.19488,0\n-0.30072,0.73432,-0.18117,0\n-0.0043906,0.36805,1.2112,0\n0.76451,-0.88948,1.3426,0\n-0.32454,1.3131,-0.47593,0\n0.76512,0.39227,-0.66839,0\n-0.43889,0.27223,0.31029,0\n0.0085287,-0.029248,-0.48991,0\n0.1947,-0.39874,-0.28217,0\n-1.7205,0.6948,0.53816,0\n-1.9082,0.12083,-0.10417,0\n1.18,1.0258,0.048774,0\n-1.1722,0.68488,1.1545,0\n0.81282,-0.601,-1.0924,0\n-0.89425,-0.34848,1.2328,0\n0.63015,-0.59646,-1.5382,0\n-0.30473,-0.84739,-1.3588,0\n-0.082707,0.90778,1.1769,0\n1.2484,0.38585,-0.39315,0\n0.099604,-0.94539,0.76635,0\n0.67375,-1.2984,0.13681,0\n-0.9206,-0.66004,-0.65151,0\n-0.26643,1.1062,0.059623,0\n-0.57505,-1.0842,-0.61056,0\n0.37406,-0.58801,1.8358,0\n0.25634,1.5594,1.3539,0\n0.52241,-0.50012,-0.89889,0\n-0.18544,-0.819,1.8235,0\n-1.9354,0.59042,0.79863,0\n-0.47316,0.41879,-0.43545,0\n-0.93687,0.6378,-0.35384,0\n-0.27443,-0.67877,-0.051588,0\n-1.3857,0.8785,0.78906,0\n-0.47531,0.62818,-0.9434,0\n-0.67573,-0.038314,-0.69783,0\n0.42868,-0.55026,-0.4177,0\n-1.5061,-1.2675,-1.0119,0\n-1.0738,0.97736,-0.44592,0\n0.17321,1.2601,0.89336,0\n-1.4919,-0.23046,1.6632,0\n-2.0351,0.757,0.039935,0\n0.89107,-0.36693,-0.21251,0\n0.29308,-1.2474,-0.54791,0\n-1.0369,-0.16542,-0.078387,0\n0.31396,-0.86652,-0.89867,0\n-2.2834,-1.3732,-0.17253,0\n-0.58254,-0.75769,-0.89919,0\n0.64421,-2.2891,2.1626,0\n0.18116,-1.355,1.0917,0\n0.14712,1.4961,-1.8516,0\n0.51156,-2.4753,-1.0051,0\n-0.48535,-1.0524,1.4964,0\n0.77977,-0.20234,-0.70942,0\n2.13,-0.59725,0.57437,0\n-2.3593,0.68949,-0.98977,0\n-0.010568,1.5566,0.81514,0\n-2.0653,-0.78437,-0.87345,0\n0.37926,-0.53763,-0.60536,0\n-0.092229,1.2399,2.5007,0\n-0.4839,0.841,0.13534,0\n-0.95144,0.65913,1.2,0\n0.1568,0.91925,-1.628,0\n-0.1292,-0.99284,0.40021,0\n-1.727,1.1155,-0.55273,0\n-1.9639,-1.1618,-1.6261,0\n0.22436,-2.0208,-1.6318,0\n0.40283,1.0518,0.090556,0\n1.5921,-1.272,-0.44334,0\n-0.62678,-0.76995,0.8556,0\n-0.71059,-0.58136,-0.14889,0\n1.6038,-0.71453,0.51021,0\n0.34191,0.38143,-0.54328,0\n0.93303,-0.41671,-1.7447,0\n-0.55642,1.9632,-0.45047,0\n-0.54966,0.89175,0.29709,0\n1.3446,0.22816,-0.76541,0\n-0.48912,-0.2232,1.2456,0\n-0.37282,1.4379,0.15608,0\n-0.4615,0.067025,1.7762,0\n1.5643,0.90354,-1.3957,0\n-1.2014,-0.78192,0.11813,0\n0.52925,0.094799,-0.071856,0\n-0.80449,1.0907,0.66611,0\n-1.459,0.10992,-1.7378,0\n0.10153,-1.7828,-0.87042,0\n-0.081303,1.07,0.34462,0\n-0.70384,0.18961,1.7454,0\n0.37278,0.36165,0.51732,0\n0.15049,-0.50384,-0.47977,0\n0.93883,0.044963,-1.3904,0\n0.49556,-0.004529,1.0081,0\n-0.71198,-0.23786,1.0105,0\n0.19716,0.50941,1.0401,0\n0.72271,-0.069028,-0.051523,0\n0.45997,-1.0897,1.0833,0\n0.074892,0.093492,0.48567,0\n-1.5849,0.92246,0.010101,0\n-0.30232,0.51945,0.010182,0\n-1.4286,-0.15677,-0.10713,0\n-0.48273,-0.97609,-0.63967,0\n0.55618,-0.048024,-0.89638,0\n0.01386,-0.78649,0.96168,0\n-0.41182,1.1727,-0.018597,0\n1.0897,-0.054759,1.5078,0\n1.2611,-0.75578,0.78027,0\n0.31241,0.084964,0.70884,0\n-1.3564,1.0713,-0.18216,0\n-0.27563,0.82004,0.35385,0\n-0.6176,0.42099,0.98085,0\n0.42382,-0.22341,-0.42386,0\n-2.1036,-1.7182,-0.49881,0\n0.52757,0.56589,-0.58744,0\n0.32587,0.011411,0.52953,0\n1.2679,0.8027,0.29584,0\n-1.3738,0.21926,0.37994,0\n-0.21532,-0.27113,-0.023374,0\n0.37393,0.14885,-0.81265,0\n0.85574,-0.41062,1.0937,0\n-1.4575,-2.1213,1.4385,0\n-1.6749,0.95853,-0.37199,0\n0.065801,0.10712,-0.45257,0\n-0.23278,-1.702,0.017059,0\n-1.2156,0.051886,0.57684,0\n-1.4395,-0.35695,-0.94944,0\n-1.0491,-0.91239,0.33245,0\n0.19292,-0.91004,1.1324,0\n-1.6784,-0.41806,0.1044,0\n-0.6969,-0.26499,-1.2526,0\n-0.6667,0.19198,0.5832,0\n-0.24687,-0.66906,-0.74741,0\n0.19412,-0.18025,1.0941,0\n0.76596,1.9048,-1.7718,0\n0.24778,-0.96656,1.2505,0\n1.406,0.3756,0.020283,0\n0.17665,-0.89085,0.3226,0\n-0.52356,-1.1274,-0.55664,0\n-0.35345,-0.30778,0.81761,0\n-0.21513,-0.53208,-0.44566,0\n0.032894,0.54033,1.1365,0\n0.41695,-0.52216,0.62115,0\n-1.7992,-0.97723,-2.0089,0\n-1.4663,1.6446,-0.49237,0\n-0.24471,1.0029,-1.1049,0\n2.1465,0.2224,1.6813,0\n-0.5916,-0.73669,1.5945,0\n-0.051821,-0.87613,-0.24647,0\n-0.63926,1.0341,-0.032293,0\n-1.7726,0.66624,-0.74703,0\n0.28014,-0.7036,0.2227,0\n1.1464,-1.2122,0.65143,0\n-1.9847,0.82895,0.89556,0\n-1.1486,2.0603,-0.94115,0\n0.8619,-0.32001,0.98121,0\n-1.3962,0.67756,-1.4953,0\n-0.51401,0.73183,-1.2564,0\n-0.53851,1.4471,-0.98794,0\n-0.36189,-0.32348,-0.305,0\n-0.22488,-0.30741,-0.32097,0\n-0.73405,0.63794,0.1211,0\n0.64235,0.26483,-1.6082,0\n-1.4177,0.74728,0.80371,0\n-1.4035,0.59533,1.5299,0\n-0.92991,0.65736,1.2997,0\n-1.6419,1.0094,-2.0595,0\n0.32722,1.2622,-2.2286,0\n0.81967,0.30407,0.86735,0\n0.46306,0.014574,0.44182,0\n0.46618,1.6951,-0.52792,0\n-1.0046,0.017637,0.71061,0\n-0.63659,-0.079255,-0.62284,0\n1.5739,0.20324,-1.625,0\n0.38362,-0.48039,-1.5252,0\n-0.58465,-0.52886,2.1868,0\n-0.26173,1.3447,0.9138,0\n-1.047,1.6599,0.72497,0\n-0.75113,-0.12126,0.64281,0\n0.72176,1.573,-1.3295,0\n-0.42675,2.0878,0.03124,0\n-1.0223,-0.4964,1.526,0\n1.1329,0.97662,-0.25802,0\n1.3029,0.31347,-0.36662,0\n-1.2412,0.11092,-1.1356,0\n-0.36753,-1.3738,0.46921,0\n0.24511,-1.0843,0.44808,0\n1.1808,-0.058687,-0.67127,0\n1.1463,-0.17986,1.3136,0\n-1.0145,0.42028,0.6825,0\n-0.018551,0.48511,-1.3467,0\n0.39433,-0.52241,0.063716,0\n0.20122,-2.8916,-0.70696,0\n0.33991,0.45594,-0.41055,0\n-0.37263,1.9287,-0.87638,0\n-0.28508,0.49239,0.91276,0\n-1.1464,0.56785,0.35672,0\n-0.59989,1.603,-1.1979,0\n0.18414,-1.1797,-1.4355,0\n1.7303,0.38311,0.16468,0\n2.0492,-0.37819,-0.34189,0\n-0.57312,0.97151,0.44501,0\n1.6053,0.94549,0.61916,0\n0.67241,-1.3688,0.81937,0\n-1.8737,0.65452,-0.22566,0\n1.1779,-1.0585,-0.22566,0\n-0.2304,0.25318,-1.3885,0\n0.18433,-1.2997,-0.22059,0\n-1.4304,-1.5107,0.9074,0\n-0.77744,0.68846,-0.39895,0\n-0.23888,0.38206,0.56316,0\n0.6487,-1.8481,0.44276,0\n0.63274,-0.37132,1.5947,0\n0.054273,0.96546,0.70193,0\n-0.59304,-1.9517,0.83673,0\n-0.36106,0.60126,0.31487,0\n-0.18002,-1.3588,0.31764,0\n0.94988,-1.4945,-1.3244,0\n-1.1042,-0.24199,0.63017,0\n-0.14579,0.5202,1.0073,0\n0.91871,-0.53907,-0.8694,0\n-0.35994,1.2516,-0.049795,0\n0.73865,0.16286,-0.34426,0\n1.2553,0.94596,1.1208,0\n-1.9206,-1.2368,-1.0465,0\n-0.81644,0.68145,0.5408,0\n-0.36514,0.72862,0.75261,0\n0.6015,-0.90873,1.328,0\n-1.2062,1.1244,-1.0099,0\n-0.34162,-0.42456,-0.48672,0\n-0.0044822,-0.59783,0.50611,0\n0.7071,-2.0184,0.20217,0\n0.18019,1.1725,-0.17498,0\n-1.968,0.29537,0.74961,0\n-0.077926,0.91848,0.10422,0\n1.4199,-0.29197,-1.9214,0\n-1.7999,-1.6376,0.40134,0\n0.73924,-0.95807,-0.72216,0\n-0.8559,-0.29858,-0.51999,0\n1.0523,-0.4419,0.55208,0\n0.057964,-0.062442,-1.5499,0\n0.49433,-1.0543,-1.2155,0\n-0.33444,-1.269,-0.71486,0\n-0.99398,-0.13363,0.82459,0\n-0.68571,-0.87728,0.29017,0\n-1.4409,-2.1865,-1.3325,0\n0.75533,-0.59025,0.064568,0\n-0.32979,1.6587,0.3099,0\n1.6937,-1.2773,2.7125,0\n1.2222,-0.53195,-0.50142,0\n-1.9298,-0.53675,-0.71883,0\n-0.87313,0.52596,0.25695,0\n-0.22113,-1.0758,-0.67174,0\n-0.83018,-0.44814,-0.65257,0\n1.2851,-1.0343,0.15678,0\n-0.12669,0.20163,-0.96945,0\n-0.63068,1.4561,-0.65559,0\n-0.09217,0.43478,-0.48528,0\n2.8597,0.21131,0.098228,0\n-0.1893,-1.7289,0.52625,0\n0.76879,1.0312,-0.036162,0\n0.57864,0.87633,-0.4609,0\n0.28732,-2.3303,-0.15554,0\n1.3274,0.21088,0.78808,0\n0.80873,0.45159,0.0051965,0\n0.32168,-2.1178,0.57455,0\n0.30261,0.82087,-1.2172,0\n0.58684,0.56299,1.8729,0\n1.6333,0.01466,-0.43553,0\n-0.80103,1.104,-1.2817,0\n-1.546,0.22391,-1.5409,0\n-0.46153,-0.098938,2.0831,0\n-0.24163,0.94627,1.2249,0\n0.10846,0.45878,-0.71147,0\n0.52312,-1.3233,1.0171,0\n1.0826,-0.41932,0.03774,0\n-0.70444,0.13788,1.3911,0\n-0.070067,1.1957,-1.3498,0\n-0.91098,-0.30939,0.33481,0\n0.58627,0.36473,-0.50664,0\n1.0469,0.34575,-1.5162,0\n-0.52504,0.35907,0.3816,0\n0.62908,-0.6648,1.0048,0\n0.46382,-0.70982,0.0092797,0\n0.46573,0.42772,0.27271,0\n1.3045,2.3095,1.46,0\n0.46013,0.007499,-0.8576,0\n-0.71163,1.0314,0.29565,0\n-0.89808,-0.92375,-0.21718,0\n1.4786,-0.78329,0.4143,0\n-1.6039,0.22794,1.2309,0\n-0.98333,-0.6575,1.2988,0\n-0.92258,-0.81061,2.7497,0\n-0.53437,-0.35999,-0.87126,0\n0.93766,-0.7117,-0.51549,0\n0.75217,0.29175,-0.72043,0\n-0.89708,-1.1918,2.3869,0\n-1.5656,1.4774,0.30917,0\n-0.35324,-1.5753,0.97908,0\n-0.75387,-1.2864,-0.58509,0\n0.75368,0.13144,0.7764,0\n-0.71208,0.4936,1.2107,0\n-1.4295,0.52277,0.55153,0\n-0.29563,0.72393,-0.011817,0\n1.2688,1.2436,-2.402,0\n2.6918,0.68308,1.6674,0\n0.31267,-0.26001,1.1819,0\n0.16182,0.74709,-0.90674,0\n-0.1611,0.88465,-0.21678,0\n0.16915,-1.0731,0.73834,0\n-1.5293,-0.8608,0.42171,0\n-0.2846,-0.44657,-0.33492,0\n0.59077,2.3096,0.46554,0\n0.99839,-1.8899,-1.5778,0\n0.23455,-1.4044,0.55118,0\n0.52444,-0.15971,-1.212,0\n1.5596,0.25643,1.8972,0\n-1.2865,0.88188,-0.044993,0\n0.022481,0.56656,-0.90563,0\n1.947,0.078639,-0.30245,0\n0.33172,-0.31816,0.81886,0\n0.035161,0.8429,-0.28343,0\n-0.079127,0.4188,-1.0841,0\n0.23155,0.49351,0.69917,0\n1.0257,1.4536,-1.9008,0\n-0.033815,-0.53521,0.53834,0\n0.043207,-0.70781,0.66685,0\n0.42854,-1.4558,-2.1371,0\n-0.98261,-1.1461,0.43732,0\n0.79853,-0.75022,-0.90476,0\n0.22014,-0.026175,-0.17345,0\n0.25139,-0.61184,-0.92198,0\n1.7098,0.29326,-0.83458,0\n-0.7281,1.4313,-0.52847,0\n-0.31621,0.33967,0.0065038,0\n0.044186,-2.0183,-0.42946,0\n1.9626,0.5346,-0.32513,0\n-0.99426,-0.055683,-0.58877,0\n-1.7035,-1.1602,0.87404,0\n0.41401,0.016286,-1.6389,0\n1.6849,-0.53566,1.3695,0\n1.0215,-0.58846,1.8071,0\n-0.15903,-0.89562,-1.9247,0\n1.519,1.1609,-1.0814,0\n-0.24465,-0.35807,-0.081201,0\n-0.21117,0.07951,1.9896,0\n-0.024283,1.78,0.47339,0\n2.0761,0.75494,1.1619,0\n-0.089649,1.0114,1.1852,0\n-1.6638,-2.3202,0.66958,0\n-0.34366,-1.2009,-1.669,0\n-2.3194,0.28699,0.21167,0\n-0.90386,-1.6696,-1.338,0\n-1.4262,-0.55554,0.20548,0\n0.094518,0.6192,0.85161,0\n-1.2948,3.1396,-0.38053,0\n0.65286,1.7443,0.55878,0\n0.2856,-2.1777,-0.33381,0\n1.7934,1.0455,0.090286,0\n0.062086,0.89789,0.42036,0\n0.85708,0.45005,0.47393,0\n0.19219,1.8709,-0.77851,0\n0.99646,-1.6237,-0.15293,0\n0.15251,0.92002,2.2274,0\n1.3688,-0.58648,-0.69616,0\n1.1973,-0.4285,-0.55558,0\n0.97179,-0.093392,0.89017,0\n-1.0135,-0.3438,-0.39159,0\n2.4101,-0.82433,0.46054,0\n-0.51557,0.62005,-1.2723,0\n-1.4513,-0.14817,-2.2893,0\n1.6483,0.016989,0.66928,0\n0.087873,1.6498,0.090311,0\n-0.40716,0.25343,1.2793,0\n-1.5316,-0.24641,-0.12446,0\n-0.19926,-1.4727,0.2406,0\n-0.078889,-1.1457,-1.8579,0\n0.18604,-2.44,0.26255,0\n0.51844,-0.72168,-0.80683,0\n1.1305,1.0972,0.49118,0\n-0.036894,-1.0947,2.0255,0\n0.32629,-0.52027,0.67806,0\n2.2285,-1.2762,1.2372,0\n-1.4869,-1.2484,0.78539,0\n1.5631,1.8456,0.35949,0\n2.297,-0.077991,0.26715,0\n-0.80504,1.07,-1.581,0\n-0.76325,0.31042,0.67352,0\n-0.77026,0.67397,0.04216,0\n-1.685,0.43958,1.0257,0\n0.17046,-0.94912,2.9467,0\n0.78472,1.1996,1.6187,0\n1.7049,0.014283,0.36584,0\n-1.4037,-0.24138,1.9125,0\n-0.74993,2.411,0.8523,0\n0.158,-0.53492,-0.43067,0\n1.1298,-1.3028,-1.5319,0\n-0.8793,-0.50428,0.046185,0\n0.67179,-0.049289,1.6687,0\n0.83383,-0.73339,0.42323,0\n-1.6264,-0.88132,-1.1388,0\n-0.84153,-1.0101,-1.5278,0\n-0.81396,-1.152,1.442,0\n-0.30433,-0.74558,-0.91785,0\n-1.2198,-0.53369,-0.50992,0\n-1.9151,-0.41488,0.60396,0\n-1.1749,-0.96819,-1.0424,0\n0.41147,1.7879,-1.1218,0\n-0.16168,0.91759,0.91274,0\n-0.37106,0.074794,-1.5369,0\n1.5025,0.15382,0.56284,0\n1.2896,-2.2663,-0.6727,0\n0.70617,-0.024095,-0.94429,0\n-0.40071,1.592,0.29129,0\n0.78019,-1.0039,-0.20726,0\n0.43899,0.40266,0.52994,0\n0.75931,0.1412,-0.23914,0\n0.045701,0.059845,1.1449,0\n-0.91388,-0.69065,-0.75511,0\n1.4809,0.65695,0.8131,0\n0.34203,0.3217,-0.48205,0\n0.44696,-0.082329,1.1358,0\n2.2727,0.33672,0.052165,0\n-1.3425,0.29426,-1.0658,0\n0.82182,-0.51576,-1.3611,0\n0.44081,1.3844,1.7365,0\n-0.331,-0.43132,0.23589,0\n-2.181,-1.7301,1.593,0\n-0.67321,-0.77648,0.18396,0\n-1.5702,0.5292,0.34819,0\n-1.0148,-0.36578,-1.0172,0\n1.6453,0.4181,0.83922,0\n-0.14492,0.040051,0.33608,0\n1.4724,0.99891,-0.39308,0\n0.1383,-0.041385,-0.91586,0\n-0.93338,-0.28576,-0.4343,0\n0.25593,1.2041,-1.5571,0\n1.0658,-1.9245,-0.26366,0\n-0.363,-0.57361,-0.62125,0\n-0.039429,0.17896,1.2492,0\n0.6661,-2.2151,1.1499,0\n2.7614,0.60588,0.42631,0\n-0.24696,-0.72129,-0.62434,0\n0.086669,0.060999,0.63257,0\n-0.80149,-0.99228,0.60039,0\n-0.2185,-0.59533,0.92181,0\n1.1892,-0.88537,0.61111,0\n-0.34508,0.75328,-1.011,0\n0.77363,0.53198,0.77393,0\n-0.82829,0.52632,-0.22665,0\n0.019067,-0.17492,0.79363,0\n-0.67268,2.1481,2.057,0\n-1.8013,-1.5376,0.2334,0\n-0.61295,0.42694,-0.84471,0\n-1.4297,1.4085,-0.2872,0\n-1.2462,0.40692,-0.2017,0\n0.11874,1.3521,0.51534,0\n0.033165,0.1047,-0.65158,0\n-0.016406,-0.32025,0.82959,0\n0.14522,-1.2057,-1.1079,0\n-0.2876,0.97055,0.21158,0\n-1.4543,-0.53922,-0.0016042,0\n-0.28437,1.5715,1.6775,0\n0.95602,0.019945,-0.74202,0\n-0.76739,-0.64061,0.024898,0\n-1.457,-0.031377,-0.18399,0\n-1.2983,0.40432,-1.2047,0\n0.43706,-3.0653,0.66058,0\n-0.70978,1.4982,1.0247,0\n-0.91348,0.87206,1.2686,0\n-0.11652,1.1988,1.8926,0\n-0.6405,0.9258,1.4539,0\n0.83201,-0.22214,0.13047,0\n0.72859,0.17376,1.7184,0\n-0.1633,-1.323,0.101,0\n-0.68487,-0.46642,-0.58135,0\n-0.77795,0.19143,-1.221,0\n-0.85379,-0.46644,0.11985,0\n0.83819,-1.0755,0.42006,0\n0.83079,0.075254,0.80655,0\n-0.22901,-1.6648,-0.31144,0\n0.36835,-0.34427,-0.12851,0\n-0.033602,-0.28217,0.15781,0\n0.079621,-0.73197,-2.2482,0\n-1.9391,1.168,0.58574,0\n-0.8535,-0.023078,-0.15682,0\n-0.69324,0.72921,-1.7087,0\n2.3325,-0.97161,-0.20452,0\n1.9716,-1.3316,1.5143,0\n-0.69483,1.6661,-1.0668,0\n-1.7671,0.8138,-0.62345,0\n0.40348,-0.82536,0.14503,0\n-3.0914,0.2461,-1.2834,0\n1.1434,-0.48882,-1.2406,0\n-1.097,-0.46226,0.10231,0\n1.0511,-1.6994,1.1158,0\n2.2007,-0.45042,0.31824,0\n-1.4062,-0.44464,0.061434,0\n0.30908,0.82566,0.56269,0\n-1.0979,0.85446,-1.0842,0\n-1.4945,-0.53619,-0.16341,0\n0.38192,-0.12246,-0.047509,0\n-1.3556,0.59862,0.034214,0\n0.91489,-1.5178,-0.019346,0\n1.4057,1.1058,0.19136,0\n1.4219,-1.5458,0.29336,0\n2.2405,-1.0017,0.48236,0\n1.5289,-0.49267,-0.089933,0\n-0.90437,0.35158,-0.38394,0\n-0.84694,0.94163,-0.60237,0\n0.71468,-0.72427,-2.9063,0\n1.8038,-0.30136,1.2565,0\n-0.68687,0.70124,-0.61997,0\n-0.11784,1.3059,0.082708,0\n-0.37748,-0.84533,-0.39546,0\n-2.4399,-1.475,0.0033067,0\n0.041824,0.68752,0.71475,0\n1.1596,0.3031,0.17119,0\n0.25901,-0.59195,-2.7882,0\n-0.45366,1.9707,-0.52475,0\n0.090495,0.27015,-1.0859,0\n0.96199,-0.36211,-1.7945,0\n0.29756,0.34163,-1.5957,0\n-0.01276,-1.2669,-2.982,0\n0.13369,0.19101,-1.1272,0\n0.76914,0.73751,2.1157,0\n0.12899,-0.89929,-0.35246,0\n0.10947,0.059406,1.2616,0\n2.1394,-0.90969,1.2582,0\n-0.70322,1.4859,-0.93975,0\n-0.43854,-0.78962,-0.42295,0\n0.51062,0.26109,0.26516,0\n0.52321,0.57875,0.94502,0\n0.40138,-1.3749,0.37741,0\n0.75329,-0.21569,-0.34824,0\n-0.91971,0.80099,-0.13945,0\n0.12229,-1.9138,-0.137,0\n-0.53098,-0.20127,0.70035,0\n0.12605,-0.22275,-0.4554,0\n-0.32144,0.48405,0.86851,0\n1.0756,0.90023,-1.2031,0\n-0.65535,1.439,-0.31472,0\n-1.0904,-0.080212,-0.90396,0\n-0.37857,1.8242,-0.16133,0\n-1.0272,-0.44207,-0.12124,0\n-0.038907,0.06389,-0.39329,0\n-0.97852,-1.1903,-0.46417,0\n-0.63842,-0.80818,-0.69305,0\n-1.2304,0.035315,-0.30303,0\n-1.9732,1.3769,-0.19488,0\n2.0992,-0.13635,-2.2766,0\n-0.6982,-2.0119,-0.5482,0\n1.4964,-0.065836,1.8405,0\n0.52734,-1.8761,1.0201,0\n-0.71707,-0.68797,0.36674,0\n-0.35089,-1.1144,-1.1943,0\n0.51141,0.56145,-0.51087,0\n0.557,0.67171,1.1825,0\n-1.6915,-0.18978,-0.88302,0\n-1.9001,-0.65176,-0.67268,0\n-0.088182,-0.52512,0.68238,0\n-0.33301,-0.87957,1.0558,0\n-0.012727,0.15413,0.011161,0\n0.64476,0.54371,2.0972,0\n0.076793,-0.63918,1.4223,0\n-0.14646,0.75972,0.068425,0\n-1.5627,-0.55075,-0.70124,0\n0.57024,-0.27086,-0.123,0\n0.46284,-0.034642,-0.26195,0\n1.2186,0.83531,-0.80851,0\n-0.041704,-1.2169,1.8633,0\n0.35908,-0.6792,0.66791,0\n-0.054567,0.36087,0.17103,0\n-1.424,0.72313,0.59938,0\n-1.4029,-0.54891,0.067646,0\n-1.5126,0.94715,0.29357,0\n-1.0015,0.99173,-0.37701,0\n-0.14405,0.32576,-0.27612,0\n0.99936,-1.2861,0.76844,0\n0.037128,0.69263,0.35042,0\n-1.5664,0.78483,1.507,0\n-0.41974,-0.35472,0.17828,0\n-1.3055,-0.98053,-0.77771,0\n0.23923,-0.61206,0.58853,0\n-0.48783,-0.20059,1.4141,0\n0.3217,0.0075951,-0.6118,0\n1.5616,-0.24864,-0.58184,0\n-0.38299,0.044102,-1.0258,0\n0.66273,-0.48111,-0.47499,0\n0.081314,-0.59416,0.43803,0\n-0.12849,0.17251,0.34697,0\n-1.416,1.8826,1.739,0\n0.44214,-1.8938,-0.50028,0\n0.045902,1.993,0.035608,0\n-2.3902,1.1477,0.50885,0\n2.0868,-0.18139,0.62738,0\n-1.122,1.7468,-0.96369,0\n-0.67879,0.34536,-0.36341,0\n2.8554,-1.4193,-0.73495,0\n-0.42198,0.76746,-2.8098,0\n-0.79692,-0.97466,0.92108,0\n0.99532,-1.1323,-1.2317,0\n0.69561,-1.2078,-1.2095,0\n-0.085002,-1.0966,-0.82817,0\n0.31517,0.53867,-0.11717,0\n-0.080346,2.7006,-1.1552,0\n-0.93892,1.4283,-0.49847,0\n1.9953,0.076848,-0.25751,0\n-0.2801,0.48579,0.41809,0\n0.37813,1.8036,-0.80896,0\n-0.90358,-0.80681,1.3793,0\n-0.42468,0.33129,-0.17471,0\n-1.1474,1.5308,-0.12713,0\n2.0163,-1.1502,0.52248,0\n-0.28861,0.38256,-0.58151,0\n1.3512,0.27544,-0.53234,0\n0.33903,1.2113,-0.42323,0\n0.39356,0.43324,0.81758,0\n0.086208,1.0109,-0.2979,0\n-1.1333,-0.96729,-1.2695,0\n-1.0843,0.46377,-0.55547,0\n-0.90468,0.2275,-0.6467,0\n1.1521,0.6218,-0.70605,0\n1.607,-2.111,0.16904,0\n0.20816,0.78073,-0.5428,0\n-3.1189,1.0614,-1.1348,0\n0.55353,1.0028,0.68572,0\n0.41088,0.62704,-1.4328,0\n0.32787,-1.7371,0.42,0\n0.97894,0.19702,1.353,0\n0.34879,-0.73069,-0.059395,0\n2.7537,-0.64088,-2.982,0\n0.057494,-2.1275,0.00011803,0\n1.1703,-0.12294,0.58224,0\n-0.054981,-0.68166,1.5714,0\n1.1329,0.15297,1.5954,0\n0.40724,-0.20384,-0.43169,0\n0.37708,1.0894,0.79432,0\n-0.65135,0.44311,-0.063532,0\n-2.375,1.7692,-0.13564,0\n-0.60239,-0.12374,0.15079,0\n-0.87824,0.88457,-1.0495,0\n-0.74479,2.823,-0.35846,0\n-1.1729,-0.66554,-0.83337,0\n-0.03668,-1.2111,0.081011,0\n1.4849,-1.3815,-1.2608,0\n0.28821,-1.0079,0.4343,0\n0.5725,0.29474,-0.34771,0\n-0.24488,-1.5373,-0.73323,0\n-0.2035,-0.50463,1.74,0\n-0.18076,-1.0924,0.95408,0\n0.19098,-1.3235,1.771,0\n1.0694,0.052281,1.307,0\n-0.79042,-0.74885,0.5786,0\n0.33388,0.77521,-0.35808,0\n0.76394,-0.6732,0.39596,0\n-0.049699,1.6371,-0.25834,0\n-0.42669,-0.5199,-0.23363,0\n-0.44407,-1.3005,-1.0251,0\n-0.15824,0.3082,0.56844,0\n1.1276,-0.0070769,0.79315,0\n-2.0642,1.5134,0.4146,0\n-0.58848,1.8362,-1.5476,0\n-1.4948,0.58396,-0.18393,0\n-1.4594,0.21364,-0.4487,0\n0.8793,0.088764,-1.6013,0\n-1.3008,0.20836,0.5015,0\n2.414,0.83771,0.9667,0\n-0.12578,0.10966,-0.78254,0\n0.15832,-0.61126,1.4661,0\n-0.3847,-0.58308,0.11913,0\n0.46533,-1.2044,-0.78939,0\n-0.59053,0.64705,0.43855,0\n-0.46006,-0.42938,0.5489,0\n-0.54644,-0.40245,0.78576,0\n-0.32647,0.28664,-0.33867,0\n0.098854,0.33734,-0.79131,0\n-0.72239,1.1506,-0.74421,0\n-1.2416,-1.7899,-2.8479,0\n-1.3485,-1.1269,-0.14177,0\n1.9469,-0.25699,-0.097486,0\n-0.46064,1.4922,0.85068,0\n-1.7474,-0.99341,0.32924,0\n0.6491,-0.51768,-0.81643,0\n-0.65864,1.1294,1.6406,0\n0.67138,0.36206,-0.20826,0\n-0.53688,1.8832,-0.24684,0\n-0.38077,-1.0057,0.43931,0\n0.78617,-0.43479,-0.49332,0\n0.64522,-0.30113,0.93402,0\n-0.15959,0.22155,0.23634,0\n0.10056,1.6932,-1.5395,0\n1.7227,-0.51461,0.75571,0\n-0.84823,-0.96806,0.73272,0\n-1.5082,0.23387,1.2981,0\n1.7526,-1.3104,-0.28279,0\n0.52153,1.9327,-0.78986,0\n-0.46067,0.022727,0.3131,0\n0.065274,-2.7476,-0.76755,0\n1.018,2.0191,0.66564,0\n-0.71438,-0.50364,-1.9904,0\n0.75734,1.3564,0.77542,0\n-0.26721,-1.5587,0.68629,0\n0.7059,-0.86474,-1.5661,0\n0.00062561,-1.5392,1.2409,0\n-1.7811,-0.39146,0.4849,0\n2.0298,-0.63387,-0.32953,0\n0.91847,0.53464,1.6319,0\n0.44103,0.36717,-1.6463,0\n-0.7035,-1.3932,1.2086,0\n0.5344,-0.43983,-0.97481,0\n-0.73209,-0.2572,0.62435,0\n-1.0411,0.5845,0.79687,0\n-0.57511,-0.36243,-0.22438,0\n-0.1644,0.11146,-1.6023,0\n-0.89833,-0.39965,0.65317,0\n0.28586,-0.2773,-0.64644,0\n0.53852,0.66309,0.65504,0\n-0.75744,1.0054,-0.2049,0\n-1.0368,-0.69934,0.24016,0\n0.983,0.049572,1.7411,0\n1.5919,-1.2796,1.61,0\n-1.6205,-0.28026,0.33549,0\n-1.4411,0.09038,-0.23578,0\n0.82583,-1.4085,-1.0901,0\n0.21177,0.97515,0.55864,0\n0.89179,-1.4612,0.034218,0\n0.088117,0.34013,-0.38239,0\n0.84043,-1.2699,-0.97222,0\n-0.14612,1.3849,1.0602,0\n-0.41695,-0.32564,1.2706,0\n-0.20845,0.5048,0.31913,0\n0.26557,-0.33025,-0.62744,0\n-1.2328,-0.19246,0.55244,0\n-0.63902,0.62371,0.41346,0\n-0.26892,-0.82542,1.265,0\n-1.0815,0.84539,0.36205,0\n0.31095,-0.36294,0.30983,0\n-1.7686,-0.53105,0.70031,0\n1.0278,1.5726,-0.67659,0\n-0.57836,0.46071,-0.27349,0\n-0.2118,-1.162,-0.39719,0\n0.30375,0.47577,1.2337,0\n-0.59945,1.5138,-0.89234,0\n-1.275,-1.9103,-0.93283,0\n0.42116,-0.40477,-0.40729,0\n1.3255,0.20252,-0.90677,0\n1.7639,-0.0099917,-1.0792,0\n-1.5402,1.4939,0.37124,0\n0.035298,-1.5228,-0.016343,0\n-1.718,-1.046,1.2561,0\n0.49932,0.35577,-1.315,0\n-3.1944,-0.97145,-1.0443,0\n0.17307,-1.8471,2.7615,0\n0.96572,-0.60133,1.1621,0\n-0.55606,1.3735,0.78942,0\n1.3002,-0.68338,-0.1536,0\n1.7393,-0.13244,-0.74148,0\n-0.22153,-1.2453,0.062475,0\n-1.2282,-0.35793,1.3188,0\n-1.5367,-0.91517,-0.78779,0\n0.58798,-0.62172,1.5083,0\n1.87,0.26418,0.3131,0\n0.81705,-1.1114,-0.33526,0\n-0.45089,-0.21634,0.089926,0\n0.61827,-0.21328,-0.5898,0\n1.1304,0.90537,0.34665,0\n0.75539,0.038134,-1.4652,0\n-2.5439,1.365,0.043623,0\n0.043111,-0.49521,0.53431,0\n-0.89648,-0.7019,0.57599,0\n1.6925,-0.97315,0.81442,0\n-0.17231,0.15481,1.0473,0\n0.93746,-0.27904,0.088789,0\n0.23693,-0.87834,0.40634,0\n-1.8323,1.7353,-0.41356,0\n0.10092,0.1317,0.9251,0\n1.3703,2.571,0.17158,0\n-0.12577,-0.13496,-0.30083,0\n-1.0937,-0.10309,0.47131,0\n-1.874,-0.30402,0.72682,0\n-2.1226,0.054336,-1.2682,0\n-1.4862,1.4581,0.67348,0\n1.1141,2.0932,0.96739,0\n-0.84879,1.3056,0.0086856,0\n-0.17554,-0.010893,1.2809,0\n-0.13276,0.4253,0.47268,0\n0.3372,-0.77369,0.41682,0\n1.7496,0.41249,-0.45869,0\n0.70469,0.5043,0.0088487,0\n0.57784,0.24188,1.5598,0\n1.7672,0.59745,0.067692,0\n-0.86176,-2.7568,-2.6475,0\n-1.9567,-0.52278,-0.20287,0\n1.5521,0.048447,1.7741,0\n0.0078456,0.27278,1.0733,0\n0.0045707,-1.213,-0.25611,0\n-0.25281,0.36562,-0.7578,0\n0.006722,0.10285,0.52229,0\n0.33581,0.28789,0.90944,0\n-0.62929,0.66731,-0.12652,0\n-0.090067,-0.62596,1.8069,0\n0.019678,0.017852,-1.4976,0\n0.80393,0.025796,-0.56385,0\n-0.90093,1.8888,0.93031,0\n-0.37447,-0.045562,-0.85099,0\n-2.5347,0.78473,0.3002,0\n-0.38148,-0.63513,0.1257,0\n-0.41567,-1.0021,0.54863,0\n1.1183,1.0524,-0.19825,0\n0.35231,-0.16855,-1.8633,0\n-0.037179,0.0026108,0.77629,0\n-1.7984,0.84875,-0.18467,0\n-1.2497,0.97363,-1.5771,0\n-0.14384,-0.69498,-1.6453,0\n0.22103,-1.2752,-0.89105,0\n-0.2745,1.9264,0.36511,0\n-2.0504,-0.36562,1.0926,0\n-0.33039,-0.14828,0.21835,0\n1.0641,-0.28416,0.2489,0\n-0.91477,0.38074,0.95835,0\n-1.3817,1.0549,0.99388,0\n-1.4005,0.013768,-0.38134,0\n-0.42912,0.74437,0.4471,0\n1.5803,0.75044,-1.2305,0\n0.54571,-1.2524,-0.066841,0\n-2.4177,0.1959,-0.020072,0\n-1.6135,0.15845,1.3828,0\n2.28,0.68084,0.23189,0\n-0.088214,-1.2578,0.23073,0\n2.1474,-0.058501,-0.18225,0\n1.06,1.6557,-0.30621,0\n-0.42499,1.085,0.60216,0\n-0.92449,1.3423,0.71206,0\n-0.058828,2.1754,-1.2326,0\n0.28118,-0.29159,0.16929,0\n1.373,0.71093,1.2679,0\n-0.51687,-0.50855,1.2699,0\n-0.78551,-0.61245,1.0684,0\n0.3035,0.69086,0.019138,0\n-0.18264,-2.1523,-1.352,0\n1.1612,-0.32829,-1.1473,0\n0.40336,-1.3706,-2.8591,0\n-1.0362,-0.36736,0.56781,0\n-0.69663,-0.57937,-0.57881,0\n0.10852,0.66105,-0.048701,0\n-0.20498,-1.5454,1.0837,0\n-0.67933,0.0045421,0.27619,0\n1.4012,0.8891,0.44722,0\n0.46111,-0.61677,-0.11022,0\n-1.4219,0.40426,-1.5495,0\n1.0541,-0.38972,0.34609,0\n0.39519,2.0043,-0.59961,0\n0.39874,-1.4397,1.5887,0\n-0.56295,1.4177,-1.3718,0\n-0.69998,0.19919,0.71549,0\n0.19872,0.13552,0.35662,0\n-0.78867,0.96296,0.055025,0\n-1.1274,-1.9146,-0.87432,0\n1.5877,-1.1102,0.60506,0\n0.17246,0.031377,0.97069,0\n-3.6485,1.9027,0.59803,0\n-0.5067,-0.17393,-1.195,0\n-0.87818,-0.18296,-1.7592,0\n-1.7695,0.31897,-0.56248,0\n0.69438,0.58278,1.1301,0\n-0.13124,3.648,0.28536,0\n0.30795,2.9133,0.64064,0\n-0.93026,-2.1312,-1.3419,0\n-0.55385,-0.95034,-0.38484,0\n0.56096,-1.1176,-0.34394,0\n0.2017,-1.0679,-0.67473,0\n-1.0594,1.6392,1.0128,0\n-0.98502,-0.58736,0.27155,0\n-0.86573,-0.5346,-0.026935,0\n-1.4348,0.35608,-1.2709,0\n0.80757,1.131,1.1926,0\n-0.23544,-0.87016,-1.2809,0\n1.0242,0.54878,-1.986,0\n-1.217,0.96575,0.71588,0\n1.1908,-0.16221,-0.61273,0\n1.4793,0.77178,0.42798,0\n-1.4842,-0.47967,1.0773,0\n-0.016719,0.42889,1.3065,0\n2.18,-1.0189,0.74279,0\n-0.10598,0.60402,0.40665,0\n0.59286,-1.1051,1.3664,0\n0.81959,1.1423,-1.4744,0\n0.29498,0.74445,-0.82344,0\n0.29892,0.10928,-0.7257,0\n-1.9909,0.098226,0.77533,0\n0.31049,1.6975,1.7634,0\n1.4198,-1.723,-2.4598,0\n1.4156,0.52084,1.1808,0\n-0.23636,-1.6649,0.99117,0\n0.054835,-0.34228,1.0092,0\n1.2742,-1.2836,0.72035,0\n-1.2061,-0.23148,-2.1704,0\n1.0084,-0.32752,0.50885,0\n0.61997,0.29886,-0.70554,0\n1.1955,-0.85832,0.09361,0\n1.9586,1.4998,-0.55187,0\n-0.35162,0.050126,0.0028456,0\n1.2761,-0.016694,0.43811,0\n1.3521,-0.78985,0.25952,0\n1.2404,0.43796,-0.91906,0\n0.55889,0.90315,-0.91149,0\n0.30808,0.40149,-0.036914,0\n-0.74126,-0.40475,-0.039657,0\n-0.3895,-0.74409,0.96213,0\n1.2768,0.38279,-0.52331,0\n0.88535,-1.3364,-1.2429,0\n0.80924,-0.42112,-0.91685,0\n-1.0029,-0.11452,-1.5233,0\n0.25231,-0.74321,-1.5778,0\n0.41471,0.38866,0.93915,0\n-0.92783,1.3424,-0.95542,0\n-2.7488,0.47494,-0.58658,0\n0.038007,0.55415,0.29978,0\n-0.075099,-2.2658,-1.2593,0\n0.66673,0.15646,-0.48336,0\n0.74617,-0.20447,1.8913,0\n-0.085207,-0.18773,0.87125,0\n0.1956,-0.85666,-0.14591,0\n0.082063,1.0917,0.15636,0\n-0.3425,-0.61342,-0.28094,0\n-0.20272,1.4835,-0.49967,0\n-1.1301,-0.96297,-0.10853,0\n0.57723,-0.249,0.61784,0\n0.044736,0.034016,0.36231,0\n1.483,-0.65205,0.7451,0\n-0.56972,-0.2251,0.38981,0\n-0.91329,0.29261,0.076825,0\n-0.97855,-0.79783,1.136,0\n0.25203,0.62727,-1.1414,0\n-0.38941,-1.8559,1.8956,0\n-1.8305,-1.0447,-0.55348,0\n0.14623,0.1978,-1.0181,0\n-0.96368,1.7483,0.56955,0\n0.8463,0.24168,0.9271,0\n1.5563,-0.18358,-1.083,0\n0.66229,-1.0933,0.14848,0\n-0.038461,0.25031,-0.67518,0\n-2.2308,-0.16225,0.37333,0\n-1.7725,1.2489,1.1109,0\n1.7549,0.6453,0.76328,0\n0.50553,0.57754,1.3362,0\n-0.093785,0.097448,0.97718,0\n-1.2937,0.71119,0.77748,0\n0.9502,0.37709,1.1433,0\n1.7586,1.2027,1.1472,0\n0.15604,-0.70364,1.4798,0\n0.025428,0.63986,-1.4113,0\n-1.199,-0.80661,-1.7684,0\n-0.81926,-0.024422,-0.33977,0\n0.47639,-0.82496,-0.22195,0\n1.1869,-1.0239,-0.46269,0\n0.42097,1.062,-0.23876,0\n-0.894,-2.0212,-1.1543,0\n-0.15779,0.93922,-0.51066,0\n-0.49129,-0.55537,-0.41243,0\n0.084687,0.067578,1.2823,0\n-1.8116,0.14603,-0.96466,0\n-0.56952,-0.68611,1.0581,0\n0.74027,0.39981,-0.85667,0\n-0.060053,1.1048,0.82676,0\n0.36397,3.2434,-0.13904,0\n0.80233,1.1323,0.051491,0\n0.623,0.39569,-0.2525,0\n-0.4995,-0.43072,0.81185,0\n0.19329,1.2495,0.046393,0\n-1.1806,-0.95454,0.55753,0\n0.38434,0.24097,-2.0877,0\n-0.76047,-0.11944,-2.5378,0\n0.2188,-0.84982,-0.87765,0\n0.30446,-0.99124,-1.053,0\n0.3124,0.072915,-0.29904,0\n-0.25097,-0.75384,-0.25508,0\n-1.928,0.15099,0.62174,0\n0.93488,0.72526,0.098291,0\n1.7873,1.3553,-0.41877,0\n-0.36962,0.15926,-0.016678,0\n1.2089,-1.4822,0.59584,0\n0.45116,-0.52792,-0.42523,0\n0.20057,-0.68045,0.5041,0\n-1.0768,-1.8638,-0.52688,0\n1.3387,0.0042134,-0.63324,0\n0.68648,-0.36166,0.047855,0\n0.19774,-0.086225,-1.1698,0\n-1.3495,-0.12318,-0.47077,0\n-0.24069,-1.5775,1.1613,0\n1.2134,-0.629,0.72599,0\n2.3699,1.2331,1.3162,0\n0.65549,1.3178,-1.1065,0\n-0.07649,-0.66562,-0.67052,0\n0.014944,-1.5951,0.90245,0\n0.23041,0.22528,-0.29091,0\n-0.43916,-0.42644,0.75828,0\n1.1861,-0.82574,-0.43441,0\n0.6636,0.38508,-0.82431,0\n-1.4003,0.10398,-1.0702,0\n-1.564,0.029481,-0.18877,0\n1.0428,0.72288,-1.0124,0\n-1.3185,1.3355,-0.73565,0\n2.4643,-1.182,1.5941,0\n-0.21719,-0.13588,-1.1049,0\n0.98523,-0.02974,0.85274,0\n1.2455,0.45908,-0.48611,0\n1.257,1.6435,0.59087,0\n-1.3315,0.036436,-0.84543,0\n0.29747,-0.16256,0.34749,0\n1.2852,-0.92599,0.035237,0\n0.82588,-0.14312,-0.16592,0\n1.1671,0.72893,-0.23309,0\n-0.23422,-0.0040858,-0.55633,0\n-0.80918,-0.028166,-0.68132,0\n0.59173,0.081306,-1.2905,0\n-0.26909,-0.34357,0.44413,0\n-1.9899,0.15622,-1.4198,0\n-0.52998,0.6909,1.2326,0\n0.29549,-0.79954,0.83776,0\n-0.033772,-1.2012,1.4571,0\n-1.033,0.22575,-0.42572,0\n0.93821,-0.46916,0.69128,0\n0.56782,-0.2355,-0.25247,0\n-1.4389,0.83696,1.3852,0\n0.11782,-0.44507,-2.648,0\n-0.95126,0.41244,0.71183,0\n0.3806,-0.58788,-0.26906,0\n1.1947,-1.1213,-0.45353,0\n0.13782,0.10273,-0.85205,0\n-0.75676,0.10778,-1.1692,0\n0.78021,0.51028,-0.28635,0\n-0.14669,0.13741,1.1546,0\n-0.013703,-0.58746,2.3392,0\n-0.50522,-0.026363,-0.43643,0\n0.24611,0.48646,-0.45707,0\n-0.20262,-0.25593,0.63603,0\n-0.2838,-0.86505,-0.81002,0\n-0.84051,0.60071,1.1366,0\n-0.71471,1.8593,-0.14409,0\n0.60352,-0.22729,-0.96004,0\n0.20431,0.63681,2.1553,0\n0.97181,-0.8111,-0.95461,0\n-0.47664,2.7185,0.77422,0\n0.81044,-0.72324,-0.92729,0\n1.1789,-0.40057,-1.3027,0\n-0.083102,-1.5646,-0.64117,0\n0.80844,-0.53803,0.9156,0\n-0.91962,0.49497,-0.75343,0\n1.079,-0.61821,0.7245,0\n2.6914,0.44188,-0.90962,0\n0.033564,0.62492,-0.56662,0\n1.5026,0.29932,-1.2275,0\n-0.87868,1.3994,-0.3987,0\n-1.7029,0.69413,-0.77744,0\n-0.18895,0.11881,0.74891,0\n-1.1831,0.2812,-1.4038,0\n0.8196,0.088978,-0.47518,0\n-0.11614,0.19142,2.3384,0\n-0.36076,-0.48498,0.9445,0\n-2.6188,0.35036,1.0477,0\n1.4906,0.46905,-0.90006,0\n2.2136,0.72213,0.80266,0\n-0.24837,-0.17817,0.22371,0\n0.41687,-0.6965,-0.063607,0\n0.26885,-0.14856,0.49848,0\n1.075,-0.27206,0.21394,0\n-0.53814,0.77248,-1.3288,0\n-1.6698,1.247,0.42412,0\n-1.7491,0.72081,0.52593,0\n1.9694,1.5168,-1.2591,0\n-0.14873,1.2782,0.045215,0\n0.32124,-0.16706,-0.21144,0\n0.027986,0.73599,0.91438,0\n1.8924,-0.40784,-1.0022,0\n-0.0084702,-1.2489,-0.090942,0\n-0.32926,0.71566,-0.7869,0\n1.1737,-0.34074,0.84348,0\n-0.031967,0.49961,0.4921,0\n-1.3984,0.17056,-0.16413,0\n-1.3134,0.69908,-0.98276,0\n-0.88242,-1.1297,0.41806,0\n-0.15125,2.0697,0.056018,0\n-1.2213,-0.29883,-0.80478,0\n-0.995,-0.74916,-0.74242,0\n-0.62862,0.072731,-1.4723,0\n-0.035344,-0.067017,-0.15286,0\n-1.1794,0.30911,0.062359,0\n-0.54177,-0.69315,-0.76185,0\n-1.2815,-0.67354,-1.3203,0\n-0.6092,-0.8669,-0.82226,0\n0.27741,0.18568,-0.72764,0\n0.57013,-0.23252,0.83235,0\n0.33115,-1.2589,-1.1997,0\n-0.30431,1.1122,-1.3108,0\n0.98084,-0.67808,1.7369,0\n0.44309,-0.90926,0.72359,0\n-0.89402,0.7912,1.1028,0\n-0.8372,-0.51223,0.23203,0\n2.3783,-0.87527,0.81762,0\n1.1753,-0.46429,-0.065827,0\n-1.4794,-0.25434,1.6962,0\n-2.3382,-1.7573,0.57616,0\n-0.54944,1.7728,-0.42269,0\n-0.20306,-0.58495,0.8505,0\n-0.31043,0.91249,1.205,0\n-0.63804,0.88301,1.3329,0\n-0.96515,-0.36576,1.4517,0\n-0.91608,-0.18124,-0.6621,0\n0.55451,2.4123,-1.9025,0\n-2.043,-0.074071,-1.0677,0\n3.0443,-2.6327,-0.25812,0\n0.18886,-1.7626,-1.6351,0\n-0.22945,0.94662,1.5119,0\n1.5467,-0.9832,-0.5855,0\n0.35189,-0.49542,-0.88384,0\n-0.87693,-0.2225,1.2608,0\n0.18976,-0.50432,-0.43874,0\n-0.33132,1.9451,0.30469,0\n-0.18443,-0.43048,0.51748,0\n-3.1401,0.10398,0.226,0\n-2.4649,0.91586,0.076754,0\n0.50585,0.56892,0.77026,0\n-0.97316,0.57431,-1.3407,0\n-0.93818,-0.63299,1.5314,0\n-0.51199,0.74339,0.3642,0\n-0.74427,-0.75679,0.69846,0\n-1.4247,0.29932,-0.31696,0\n0.1268,-0.57761,-0.48524,0\n-0.04834,0.22886,0.48141,0\n0.33205,-0.28407,1.1631,0\n-0.041361,1.595,-0.14733,0\n-0.041542,0.30894,-0.45227,0\n-0.93935,0.12144,0.31449,0\n2.1183,-1.0314,-0.44144,0\n-0.47349,-1.3655,-0.73186,0\n0.46253,-0.2268,2.0156,0\n0.32171,-0.29335,0.34378,0\n1.893,-0.64137,0.65802,0\n0.1784,-0.18844,-1.853,0\n-1.7164,-0.14518,-0.92809,0\n0.81455,1.1039,0.94367,0\n0.54963,0.24771,0.10614,0\n-0.088956,0.87269,1.1314,0\n-0.049909,1.6492,1.1134,0\n2.5723,1.2129,-0.91278,0\n-0.68779,-0.46188,-0.16467,0\n-0.31309,2.0683,0.086561,0\n1.1819,1.0121,-1.4921,0\n0.70258,-0.63461,-0.85843,0\n0.9405,-1.05,0.0013026,0\n1.4114,0.024774,1.7452,0\n-0.9808,0.83324,-0.44183,0\n0.44407,-0.78662,0.38946,0\n-0.065777,-0.0049068,0.68033,0\n0.1183,-0.1582,0.25412,0\n1.6462,1.0505,-0.90924,0\n1.6415,0.61178,0.73974,0\n-0.87482,1.1502,-0.81155,0\n-1.869,0.39275,0.019796,0\n-0.40132,0.72762,-0.99914,0\n1.217,0.68137,0.42054,0\n-0.11223,0.068729,-0.45256,0\n-0.57706,0.42565,-0.94257,0\n-0.88332,-0.66115,1.3988,0\n-1.6515,-1.7726,-1.0119,0\n0.071708,-1.0505,-1.1809,0\n1.1332,-0.31877,0.42689,0\n2.433,1.08,-0.52874,0\n-0.26595,0.15206,1.023,0\n1.1078,0.65645,0.14139,0\n0.58144,-0.078344,0.8466,0\n0.39024,0.036482,0.50227,0\n1.2884,-1.3181,0.59822,0\n2.0051,-1.6646,0.44671,0\n1.3387,-1.4226,1.1534,0\n1.8934,0.3646,-1.3599,0\n1.4439,0.91224,-1.356,0\n0.30418,-1.0666,-1.5796,0\n-0.60978,0.12754,-0.90013,0\n0.02672,-0.33389,1.9003,0\n2.6256,-0.47513,0.6108,0\n2.0597,2.0329,0.87148,0\n-1.2472,-0.040588,-0.92491,0\n0.06287,-1.84,-1.2057,0\n-1.5012,-1.0117,0.26994,0\n0.16682,2.168,0.090205,0\n-0.38354,1.0004,-1.4395,0\n-0.82383,1.5235,-1.0446,0\n-0.81426,-0.98483,0.97259,0\n0.86915,-0.51724,0.48497,0\n-0.74464,0.10425,0.19446,0\n0.59172,0.60353,-1.5535,0\n0.74279,1.9315,3.6251,0\n0.91916,0.71506,0.7282,0\n1.0362,-0.75546,0.17514,0\n-0.042805,-0.93601,1.7478,0\n0.16241,0.48776,1.8915,0\n-0.79141,-0.11063,-0.17183,0\n1.8818,0.10463,2.3512,0\n-0.099731,0.19338,0.25253,0\n0.58774,0.98716,2.4847,0\n-0.30185,0.098208,-0.42035,0\n-0.3042,-1.8355,-0.57627,0\n0.54916,-0.040302,1.6603,0\n1.007,0.33922,-1.1893,0\n-0.0087598,-0.35469,-0.76469,0\n-0.70044,0.80836,-0.76362,0\n0.7019,0.14705,1.4959,0\n2.1741,0.43189,-0.51527,0\n0.83866,-0.4136,-1.1091,0\n-0.97827,1.5157,-0.70442,0\n0.12022,0.47054,1.9206,0\n0.14607,-0.29076,0.19292,0\n0.53637,0.52671,-1.5199,0\n-0.35653,1.5752,0.15253,0\n-0.13642,0.94357,-0.45348,0\n-2.5811,1.1345,0.1767,0\n0.95578,-0.40752,-0.24581,0\n1.8447,0.75749,-1.1741,0\n-0.35367,1.6033,0.04657,0\n-0.66555,-1.3878,-0.7891,0\n0.70805,-0.7682,1.9804,0\n0.57364,0.17405,-0.25541,0\n-0.97144,0.60029,0.20637,0\n-2.0468,0.73577,0.38114,0\n0.6615,-0.60304,-0.53332,0\n-0.085925,1.0107,-0.71665,0\n1.1978,-0.018971,1.1875,0\n-2.2573,-0.4398,-0.10534,0\n-0.90684,1.0142,1.5282,0\n0.79198,1.8687,-1.9304,0\n-0.16591,0.28075,-0.74705,0\n0.073047,-0.24228,-0.74652,0\n1.5825,0.7631,0.12119,0\n1.0839,-0.32513,-0.22012,0\n-1.0751,1.3491,-1.6051,0\n-0.86321,-0.31869,0.10473,0\n-1.0891,-0.66049,0.47712,0\n0.09346,-1.3262,0.035876,0\n-0.17025,1.34,-1.0429,0\n-0.1554,0.61419,1.1208,0\n0.099074,-0.28055,-0.41331,0\n0.29769,0.68106,-0.063768,0\n-1.8722,-1.1671,1.7215,0\n-1.3008,1.2714,1.2906,0\n1.57,1.22,-1.9261,0\n0.94176,0.66051,0.79216,0\n-1.0079,0.38413,-0.55356,0\n-0.38504,-0.29368,-1.0247,0\n0.55613,1.1808,0.070708,0\n1.8035,-0.01328,-0.083064,0\n1.8196,1.3297,1.1571,0\n0.46774,-0.12306,-0.44482,0\n0.76499,0.38561,0.69868,0\n-0.22377,-0.46125,0.25146,0\n-0.24657,-0.21088,2.6919,0\n-0.70271,-0.79312,0.28488,0\n-0.66244,-1.0068,1.7024,0\n2.6322,-1.0754,-1.1918,0\n-0.069373,-1.7538,-2.7754,0\n2.389,0.306,0.21329,0\n0.88542,-0.30307,0.68526,0\n-1.2149,1.3532,-0.083059,0\n-0.88471,1.6946,1.4001,0\n0.084114,2.2762,1.6467,0\n-0.58773,0.58392,-0.038434,0\n-1.5986,0.27717,0.15098,0\n0.87325,0.66689,-1.7039,0\n0.056047,1.2336,0.099099,0\n0.82365,-1.2079,0.38515,0\n-1.9873,0.85046,-0.18646,0\n0.01469,-1.0101,0.026459,0\n1.5263,-0.2768,-0.85662,0\n1.2158,-0.94306,0.75648,0\n0.114,0.32228,-0.12679,0\n-0.49445,1.5306,0.87089,0\n-0.43824,1.7789,0.53467,0\n-0.96158,0.71107,0.89557,0\n0.11873,-1.8797,1.5817,0\n-0.19434,-0.59393,0.28714,0\n1.3236,0.51161,-0.12381,0\n-0.57612,-1.8573,-2.0655,0\n1.8641,1.499,-0.74823,0\n-0.5089,0.681,0.50272,0\n-1.6663,-2.1448,-2.7287,0\n0.70281,-1.0353,0.20762,0\n0.36584,0.56281,-0.94009,0\n0.036275,-0.11721,-1.0112,0\n0.37475,1.7473,1.3897,0\n1.2375,0.57483,0.1344,0\n-0.61264,-0.073633,-2.1988,0\n0.99515,-0.66791,0.17709,0\n0.23348,-0.10289,-0.37473,0\n0.35936,1.6312,-0.48324,0\n-0.89275,1.5972,0.67946,0\n-0.032249,0.46363,0.38888,0\n-1.2432,1.9574,0.45359,0\n0.14961,0.37222,-0.63643,0\n0.12258,-0.027759,-0.11391,0\n-1.4715,0.86062,-0.35322,0\n0.44128,0.27093,-2.3961,0\n-0.54944,-1.8295,-1.8794,0\n-0.57318,0.86907,-0.87218,0\n0.43913,1.515,-0.97905,0\n0.76444,-1.325,1.184,0\n-1.6143,-0.8132,0.30429,0\n0.76721,-0.59641,-0.52144,0\n-0.20358,-0.75168,-1.0727,0\n-0.69242,-1.4205,-0.057868,0\n-0.8135,-1.8147,-0.11642,0\n-1.6532,0.799,0.55686,0\n0.4617,2.0293,0.30678,0\n-1.5499,1.3415,1.2334,0\n0.45456,-0.39835,0.43611,0\n-0.60203,0.34032,3.1871,0\n1.0017,-1.9846,1.322,0\n-0.83413,0.45149,0.56585,0\n-0.094665,0.58862,0.45988,0\n-1.192,-0.15915,0.2637,0\n0.9153,0.27064,-1.78,0\n0.68067,-0.35045,1.4036,0\n-0.49504,-0.20762,-1.4183,0\n2.4116,-1.8821,0.78602,0\n0.87216,-0.66719,-0.75182,0\n-0.079054,-1.0449,-1.4704,0\n0.70834,0.012949,0.084239,0\n1.0397,-0.18402,0.37262,0\n-0.87254,1.2315,-0.0094635,0\n-0.43277,-0.21366,0.44479,0\n0.29718,0.27583,1.0386,0\n-0.54839,-1.3879,-0.95886,0\n0.30788,-0.42954,-2.6422,0\n0.04067,0.36387,-0.88462,0\n-0.88994,0.16377,1.0671,0\n-1.6763,0.16688,0.57133,0\n-0.42073,0.29443,0.015022,0\n0.61747,0.10827,-1.2358,0\n-1.0264,-0.73897,1.9413,0\n-0.42122,0.12011,1.254,0\n1.8922,-0.77656,-0.36095,0\n-0.31508,0.87227,-0.85756,0\n-0.24399,0.99124,0.77408,0\n-0.93322,0.2266,0.36943,0\n0.24937,-0.94448,0.19785,0\n0.59649,-0.35784,0.54208,0\n0.51343,0.25407,-0.23497,0\n-0.57378,-0.43406,-1.3596,0\n0.32744,0.60351,0.66661,0\n-0.34218,-1.4023,-0.47712,0\n-0.80854,0.38085,1.3206,0\n1.2587,1.6086,0.90594,0\n-1.532,-0.55134,-0.01952,0\n0.62589,-0.44105,0.31613,0\n0.68213,-1.2186,-0.65279,0\n2.1032,-1.0755,1.6299,0\n-1.2911,-0.85643,0.19756,0\n0.15439,1.306,-0.63636,0\n-2.1788,0.69965,1.0134,0\n-0.75252,1.3648,0.8591,0\n1.499,-1.6077,1.6051,0\n1.0411,1.8353,1.1588,0\n-0.19326,0.67401,0.31971,0\n-0.38488,-0.55672,-1.1514,0\n-0.038297,0.18103,-1.4394,0\n1.336,1.206,0.94566,0\n-1.5568,-1.0407,0.027676,0\n-0.68921,0.87874,-0.98126,0\n0.13672,0.29147,-0.052427,0\n1.1285,-0.86296,1.6314,0\n-1.7699,-0.57443,-0.085808,0\n-2.2939,1.6309,0.26344,0\n-0.082317,-0.10056,0.67039,0\n0.24768,-0.054513,-0.64925,0\n0.36772,0.93663,0.37875,0\n-1.6491,0.95102,-0.11446,0\n-1.2455,-0.46895,-0.50104,0\n-2.2116,-1.1048,-1.4746,0\n1.222,-1.0763,-0.89314,0\n0.12859,0.1093,-0.96343,0\n-0.63426,0.32666,0.1533,0\n1.4365,-2.1671,0.76173,0\n-0.32497,-0.18537,-0.10826,0\n1.5063,-0.16458,0.11522,0\n-0.13072,-0.66194,-0.41142,0\n0.12042,1.6496,-0.058002,0\n0.5888,-0.19863,-2.1421,0\n1.186,0.24646,-1.2545,0\n1.5374,0.79328,0.022909,0\n-0.42201,0.47568,0.66242,0\n-0.51241,0.70693,-0.76953,0\n-0.57234,-1.1778,-0.68868,0\n1.6168,0.39866,2.5804,0\n-1.3686,-0.047061,1.5841,0\n-0.8967,-0.32301,-0.75853,0\n-1.7117,-1.6384,-1.555,0\n-0.36238,1.183,-1.2161,0\n-1.105,-0.48828,2.0802,0\n-0.77284,1.3104,0.30503,0\n-0.24855,0.9015,1.8144,0\n-1.0238,0.53778,0.83052,0\n0.083272,-1.9325,-0.39972,0\n0.38326,1.1354,0.24745,0\n0.70151,0.35681,-1.0406,0\n-1.8023,-0.82507,0.42001,0\n-0.041464,1.1313,-0.72843,0\n-0.19337,-0.32039,0.21779,0\n-0.92894,0.85294,0.14348,0\n-0.63769,-1.185,-1.078,0\n0.18806,2.1099,-1.1562,0\n-0.8766,1.3905,1.1497,0\n-0.88522,0.13728,1.2079,0\n2.0257,0.22382,0.40026,0\n1.9619,2.114,-1.0816,0\n0.072095,1.4019,0.24594,0\n-2.3715,-0.48572,-0.073254,0\n0.23717,0.78659,-0.9763,0\n0.74276,1.0989,-0.48785,0\n-1.4248,0.33576,-0.58443,0\n1.5414,-0.01894,0.96277,0\n-0.12547,-1.9941,0.03051,0\n0.46171,1.8099,-0.097022,0\n0.31723,-0.90476,-2.3481,0\n2.6104,0.77414,0.19813,0\n-0.85505,-0.37763,-0.50318,0\n0.57326,2.0677,-0.25498,0\n0.93964,0.41835,-0.069748,0\n1.2431,1.663,1.7383,0\n-0.24564,0.94228,0.37715,0\n1.2938,-0.21202,0.36428,0\n-2.1498,0.85723,-0.43472,0\n-0.39904,0.95242,-0.34124,0\n-0.11264,2.2055,0.98051,0\n-2.1948,0.022216,-0.50087,0\n-2.8349,-0.43428,-1.1773,0\n-0.72946,-0.057743,-0.058869,0\n3.1803,1.0574,1.241,0\n1.2685,0.37837,-1.3037,0\n0.12379,-0.23383,0.668,0\n1.5354,-0.087651,0.41973,0\n-1.2935,-0.45311,0.3728,0\n-0.3809,-0.57828,1.7027,0\n-2.0962,0.1967,0.092779,0\n0.89144,-2.0497,-1.0234,0\n0.56865,1.5981,-1.238,0\n-0.1649,1.0373,0.36816,0\n0.071758,-0.51022,0.96556,0\n0.66443,-0.047933,-0.47513,0\n-2.0293,0.40002,1.6893,0\n0.084714,-0.21899,0.34689,0\n0.27078,-0.45198,0.081574,0\n0.36481,0.018625,-0.90472,0\n-2.3242,-0.29677,1.9948,0\n0.32873,0.28494,-0.61538,0\n0.001682,-1.0969,0.14214,0\n2.4198,0.86927,-0.070003,0\n0.1399,0.27485,-0.59861,0\n-0.036913,0.53109,0.23636,0\n0.16369,-0.97559,0.34463,0\n0.27643,1.0429,-0.96296,0\n0.49074,1.4708,1.0419,0\n0.59846,-0.88084,-1.6646,0\n1.1227,0.5742,-0.12355,0\n-3.3564,-0.17269,-1.0052,0\n0.10991,2.9277,0.42511,0\n0.33509,1.2963,-1.1696,0\n-1.8215,-0.21067,-0.48844,0\n0.96139,0.94112,-0.087361,0\n-0.22263,0.070227,0.12515,0\n0.096712,-0.58579,-0.55175,0\n0.47362,-1.5172,-0.16842,0\n-0.8787,1.6539,-0.17011,0\n-0.015976,-0.61241,-0.86763,0\n1.5114,0.38946,-1.3126,0\n-0.07617,0.095338,0.083134,0\n0.55889,-0.093632,0.27257,0\n0.6212,-0.21151,0.24741,0\n-0.19546,-1.2491,0.1534,0\n-1.2012,0.21193,-1.394,0\n1.6319,0.12712,0.15186,0\n0.17046,-0.57311,-1.4473,0\n-0.55946,-0.28405,-0.92422,0\n1.1787,0.66148,1.6387,0\n-1.8799,-0.23867,0.55787,0\n0.72977,0.78529,-0.54721,0\n1.1561,-0.47758,-0.16532,0\n-0.82638,0.18815,1.5357,0\n0.43278,-1.6786,-0.054816,0\n-0.50891,1.0575,0.48909,0\n-0.9292,-0.25699,0.15891,0\n-0.13303,1.976,-0.42676,0\n-0.33069,0.3035,2.3765,0\n-1.8182,0.33326,-0.1446,0\n0.55935,-0.73762,0.80569,0\n1.1568,-0.40938,0.15515,0\n-0.024512,-0.99356,-1.2726,0\n0.043125,-0.67229,-0.18044,0\n-0.093091,-0.14153,-0.22002,0\n0.30526,1.355,-0.88557,0\n-0.20456,0.02284,1.3062,0\n0.3837,0.94367,-0.10151,0\n-0.43361,0.78761,0.57812,0\n-0.33191,-1.5038,-2.093,0\n-0.36649,-1.3003,-0.86038,0\n-0.69904,0.22958,-0.023718,0\n2.6387,-0.36173,1.9903,0\n-1.1471,-0.026936,-1.1124,0\n-0.45728,1.6373,0.21138,0\n1.5813,1.6361,-1.2082,0\n2.4133,-1.0154,-0.051833,0\n0.89885,1.7034,0.51304,0\n0.50386,-0.43652,-0.050407,0\n0.74263,0.54101,-0.37606,0\n0.20724,-0.54565,-0.68221,0\n1.2276,1.3033,0.43536,0\n-0.73712,0.39057,-1.3141,0\n0.3584,-2.1769,-0.9625,0\n0.075075,0.28279,0.42401,0\n-0.57677,-0.47019,0.65625,0\n-0.46666,-0.24118,-0.06982,0\n0.77638,0.94034,-1.0973,0\n-2.4596,-1.3583,-1.301,0\n0.19424,0.63764,0.28536,0\n0.27522,-0.63387,-0.81707,0\n-1.2843,1.3232,-0.87381,0\n1.9453,-0.62598,0.38842,0\n-0.90222,0.73473,-0.46645,0\n0.48674,-1.1364,-0.80588,0\n0.63225,0.69275,-0.26548,0\n0.34785,1.0054,0.25751,0\n0.16404,1.1178,-2.2846,0\n0.37237,0.77727,-2.0991,0\n-0.10652,-1.4016,-1.2692,0\n0.59617,1.8142,0.12051,0\n-1.1531,1.2659,-0.1314,0\n-1.4976,-0.44927,-0.094504,0\n0.48311,2.0045,-0.26103,0\n-0.88544,1.6025,1.2241,0\n-0.34858,0.74027,0.18208,0\n1.4108,-0.33366,0.71578,0\n0.15803,-0.41023,-1.1165,0\n0.49893,0.21045,0.77077,0\n0.060249,0.77782,0.5413,0\n1.0897,1.0949,-0.07045,0\n-0.46738,1.8401,-0.10962,0\n0.29076,-0.28373,-0.77526,0\n1.9047,-0.010388,-0.50027,0\n0.29411,1.4398,0.44717,0\n0.92071,-1.763,0.20098,0\n-0.78797,0.27553,0.47357,0\n-1.0823,0.30791,1.6304,0\n0.53475,-0.84987,-1.6243,0\n0.92876,0.048584,0.0039018,0\n1.2788,0.77008,0.95525,0\n1.8392,0.071624,0.91743,0\n1.1308,-0.74118,-0.075652,0\n0.055493,0.68435,0.50048,0\n-0.46298,0.1742,0.76932,0\n-0.57093,1.0152,-1.1522,0\n-0.80358,-0.053402,2.3197,0\n-0.42282,-0.30461,0.711,0\n1.4097,-1.0366,1.389,0\n0.066912,1.375,1.6806,0\n0.74508,-0.11766,0.096388,0\n1.6278,0.9502,0.49053,0\n-0.2455,1.7204,0.78735,0\n-1.4082,-0.37179,0.89379,0\n-0.59237,1.6884,-0.21938,0\n-0.063055,0.55874,1.031,0\n0.78395,0.026494,1.4921,0\n0.73204,-0.52745,1.9025,0\n0.64996,0.26249,-0.42064,0\n-1.4825,0.39829,2.0772,0\n-0.95429,0.26541,-0.53349,0\n-1.0685,1.3862,1.4066,0\n-0.23619,-1.8416,0.52673,0\n0.049001,0.0483,-1.9471,0\n0.84584,0.34276,-1.2505,0\n-0.53078,0.59278,-0.45077,0\n1.7783,0.49807,1.2219,0\n2.0829,0.2747,0.26081,0\n0.29247,1.5425,-1.2963,0\n-1.4152,-0.48505,0.59852,0\n1.3339,0.27371,1.0551,0\n-0.20598,1.3052,-0.5786,0\n1.2398,0.14329,0.71233,0\n-0.002893,1.1008,-0.064706,0\n0.84059,-0.8705,0.58863,0\n-0.86464,0.1768,-0.10061,0\n0.92658,-0.043347,-1.0677,0\n-0.025492,-0.090858,0.56558,0\n-0.39059,0.52444,0.69327,0\n-0.26325,0.18783,-0.11832,0\n-0.52807,-0.56686,-0.41052,0\n0.22615,0.73515,-0.077929,0\n2.0714,1.9617,0.77054,0\n-0.51403,-0.2151,0.28781,0\n-0.68234,-0.35001,-2.073,0\n-0.2182,-0.46137,-0.60995,0\n0.75889,0.059273,1.1263,0\n0.023411,-0.50441,-0.12077,0\n-1.3332,2.7131,0.59003,0\n-1.2869,1.1881,0.099457,0\n0.68071,-0.041723,0.84674,0\n1.8726,0.77855,0.46314,0\n-2.1283,0.60294,-0.77886,0\n0.603,1.9265,-0.70432,0\n0.62959,-0.59992,0.92532,0\n0.099918,-0.25087,0.82412,0\n-0.54667,1.1975,0.29485,0\n0.52211,-0.91525,0.42044,0\n0.098715,-0.96551,0.0064877,0\n-0.54607,0.57037,1.0971,0\n0.97683,-0.39223,1.1523,0\n-0.37055,-3.1463,1.7664,0\n0.74359,0.6216,0.73135,0\n0.088907,0.64476,-1.0548,0\n2.6039,0.85262,0.60528,0\n2.3103,-0.55141,-0.98155,0\n0.29935,0.14572,-1.17,0\n-0.64936,-0.038949,-1.494,0\n1.2844,-0.67693,0.3248,0\n-1.8504,-1.2353,0.58307,0\n2.0706,0.5493,1.7989,0\n0.53231,-0.62584,-2.4032,0\n-0.3152,0.099354,0.1097,0\n1.1579,0.53524,-1.3682,0\n-0.2175,-0.82602,-0.55583,0\n-0.37048,-0.95928,0.55895,0\n0.68574,0.17902,0.49026,0\n-0.31791,2.6758,-0.49041,0\n-0.00070896,0.27525,0.63881,0\n-1.0401,-0.41377,-1.4776,0\n-0.81266,1.9351,1.3437,0\n0.19493,0.071758,-0.96724,0\n-0.022649,-0.46176,-1.4088,0\n-0.46953,0.3551,0.076928,0\n0.32829,0.044068,0.43176,0\n1.8245,0.70142,1.0581,0\n0.71154,-1.4441,-0.64676,0\n-0.41067,1.0292,-1.0838,0\n0.30782,0.83037,-1.0528,0\n-0.54004,-1.0425,0.045967,0\n0.66663,-0.14691,-0.10852,0\n-1.1785,0.85993,-1.4665,0\n1.2242,-0.82894,0.063138,0\n-1.0585,1.9204,-0.32214,0\n-0.61405,-1.5284,-0.61361,0\n0.6667,-0.98573,-0.52024,0\n-0.30651,-0.58439,-0.84746,0\n-0.17317,-1.6761,-0.49297,0\n-0.23,0.29525,-0.15335,0\n0.7505,0.54801,-1.2841,0\n1.2585,0.090548,-0.029565,0\n-0.81115,-1.2064,1.0696,0\n1.305,0.61082,0.35848,0\n-0.16405,-0.56717,-2.2369,0\n1.368,1.4061,-0.80651,0\n0.82135,3.8231,-1.3777,0\n-0.33545,0.57698,-1.1021,0\n-1.0664,-1.2198,-0.3633,0\n0.89754,0.40122,0.44757,0\n1.7517,-1.0563,0.57467,0\n-0.37804,-1.2547,-1.1757,0\n-0.62649,0.26184,-0.68177,0\n1.4092,-0.00092907,1.061,0\n0.19315,-1.1453,-0.17327,0\n-1.1958,0.28754,-0.13657,0\n0.67439,0.0017156,1.1969,0\n-0.96931,-1.038,2.0055,0\n-0.53581,-0.60719,-0.65409,0\n0.60616,0.38392,1.0719,0\n0.6408,-0.6429,1.6127,0\n0.1039,1.4083,0.76065,0\n-0.33032,0.11128,-0.10087,0\n0.068959,-0.37266,0.21877,0\n-1.4421,0.20221,1.0809,0\n2.3832,-0.39679,-1.8713,0\n-0.029568,0.49482,0.09634,0\n1.7793,0.59415,0.53388,0\n1.0438,-0.76194,-1.2633,0\n2.2051,-1.2826,-0.98099,0\n-0.86597,1.1429,0.42014,0\n-0.97955,-0.9303,0.57913,0\n0.56664,-0.58621,0.88192,0\n0.6129,0.6989,-0.70275,0\n-0.52596,-0.48594,-0.13513,0\n0.41755,0.25654,0.87243,0\n-0.84167,-0.45301,-1.6664,0\n-0.079578,-0.10003,0.85594,0\n1.1348,0.86886,-2.0688,0\n-0.28704,0.0043546,-2.5641,0\n1.2594,0.87277,2.2472,0\n0.86852,-1.8485,2.7248,0\n-1.0131,0.064975,-0.47365,0\n-0.3954,-0.23477,0.74117,0\n-1.0993,1.5406,-0.51687,0\n0.68905,-0.068922,-1.9483,0\n0.49122,-0.6265,0.28553,0\n1.1734,-1.0485,-1.3578,0\n-1.2579,0.79987,1.7028,0\n0.74107,-0.60368,0.64924,0\n1.3234,2.4788,-0.17268,0\n0.019375,0.86069,-0.087396,0\n-1.2067,-0.81038,0.042358,0\n-0.27717,1.4298,0.22626,0\n0.75162,-1.4052,-0.55472,0\n0.50039,-1.1483,0.48026,0\n1.4155,-0.80657,0.53526,0\n-0.22603,0.41836,-0.97635,0\n-1.2957,1.3568,-1.2103,0\n0.90891,-0.23244,-0.15925,0\n0.14276,-0.7694,1.5199,0\n0.46245,1.1786,-0.25551,0\n-1.0226,1.4197,-1.1662,0\n-1.0477,0.85153,-0.38904,0\n-0.41513,-0.88418,0.30429,0\n-0.80626,0.060785,-1.0298,0\n-0.13118,0.13799,0.82925,0\n-1.2113,-0.60792,0.82754,0\n0.32682,0.86885,0.014032,0\n0.30149,1.3351,-0.23845,0\n0.72226,-1.0695,2.43E-05,0\n-0.98266,-1.9319,1.2338,0\n0.65409,1.2163,0.83701,0\n-1.3923,0.30038,-1.3298,0\n1.0724,-0.34887,-0.29264,0\n-0.99562,-0.86221,-0.16734,0\n0.47085,-0.93391,-0.23934,0\n1.1106,0.0031148,-0.67258,0\n0.28124,0.55459,-1.558,0\n0.2238,-1.8462,-0.021378,0\n0.538,1.3111,0.75353,0\n0.34856,0.49755,-0.53906,0\n-0.43234,-0.22451,0.946,0\n-0.62264,0.68791,0.15319,0\n-0.72779,-1.366,-0.044691,0\n-1.4326,-0.21976,-0.41952,0\n0.25217,-0.072849,-0.81486,0\n-1.5459,-0.0046121,-1.3464,0\n0.51293,0.6263,0.81076,0\n-0.96874,0.30876,-1.7831,0\n0.18959,0.90246,-0.80498,0\n0.11012,0.16149,1.6725,0\n-1.1558,-0.21305,0.83387,0\n0.99268,0.11505,1.0738,0\n-0.47516,0.015985,-0.48985,0\n0.76713,2.014,0.17811,0\n-0.83284,-1.1803,1.0589,0\n2.1843,2.5181,-0.55461,0\n0.56289,-0.13627,-1.7045,0\n0.38869,-0.87232,-0.055208,0\n-1.0329,1.5147,1.3039,0\n-1.1626,-1.3835,-1.0409,0\n-0.027365,1.8762,-0.24149,0\n-0.030609,0.6845,1.0515,0\n-0.02464,-1.2993,2.0794,0\n1.3157,-1.9683,-1.0345,0\n-0.75577,0.3831,-0.88111,0\n-0.70987,-1.1006,-2.3703,0\n-0.32611,-0.3863,-1.2626,0\n-0.32401,0.37455,-0.4281,0\n-1.1084,2.3684,1.8726,0\n-0.11322,-0.29081,0.45058,0\n0.29776,1.0014,0.41536,0\n-1.4397,0.52115,0.81655,0\n0.51754,1.3408,0.27926,0\n-0.85072,-0.31533,-0.40065,0\n-0.88702,0.045565,0.56611,0\n0.017373,0.24267,1.8326,0\n-0.044596,0.88733,0.48869,0\n-0.77967,0.26272,-0.63168,0\n-0.66141,-0.015917,-1.6916,0\n-1.9874,-0.73904,1.5158,0\n-0.54117,-2.0136,0.99691,0\n-0.94683,-0.56929,0.17644,0\n-0.85638,-1.2401,1.0001,0\n-0.39503,-1.1691,-1.6315,0\n0.26602,2.0271,-1.8417,0\n-0.15443,-0.076469,0.17448,0\n-0.74947,-1.0394,0.6119,0\n1.8918,-0.5207,0.27508,0\n-0.093362,1.103,-0.4635,0\n0.80804,0.7208,1.1026,0\n1.836,1.0021,1.3227,0\n-0.17824,0.78682,-0.7097,0\n-1.85,0.62833,2.0879,0\n0.18391,0.689,0.64574,0\n-0.75331,-0.56124,0.17784,0\n0.86657,0.42405,-0.20519,0\n1.0259,1.8933,0.57808,0\n-2.0218,-1.4428,0.15698,0\n0.26831,-0.017973,1.4039,0\n-1.114,-1.8906,1.619,0\n0.94647,0.1159,0.16624,0\n-0.60435,0.85003,-0.041755,0\n-0.94155,-2.29,-1.5201,0\n-0.20425,0.25323,1.0681,0\n-0.0487,0.92427,-0.38959,0\n-0.29941,1.3518,-0.71482,0\n0.063012,-1.0515,-0.59155,0\n0.85734,-0.022162,0.45745,0\n-1.7266,-0.22327,0.61725,0\n0.38554,-1.977,1.2306,0\n-0.9282,1.8606,0.39184,0\n-0.62327,-1.4795,1.4531,0\n0.091784,1.3234,-1.1802,0\n-0.33666,0.5421,-1.5002,0\n-0.27893,0.14822,-0.59614,0\n1.6519,0.12843,-0.32076,0\n-0.49218,-0.9975,-2.8733,0\n0.129,-0.59743,1.1479,0\n0.49868,-1.4157,-0.15086,0\n0.077997,-0.083,0.096908,0\n1.3342,-0.96663,-1.3467,0\n-0.34073,-0.024095,0.7425,0\n0.97024,0.12117,0.71699,0\n0.38077,-0.423,-0.92048,0\n0.57046,-2.6405,0.80869,0\n1.7091,-1.1118,-2.4034,0\n1.8234,1.6913,2.1106,0\n0.42648,0.90242,-1.5736,0\n-0.11518,0.59334,1.1088,0\n-0.72411,0.26098,-1.4201,0\n1.184,-0.65249,-1.3657,0\n-0.88709,-0.5979,0.66796,0\n0.86256,0.029044,-0.21696,0\n-1.1527,0.22795,-0.71359,0\n-1.62,-1.5176,0.31756,0\n-1.0373,-0.13454,0.79719,0\n0.47526,-1.4373,-0.084644,0\n-0.73855,-0.89248,-0.83605,0\n-0.11625,-1.3043,0.597,0\n0.78368,1.1518,-1.5236,0\n-1.4138,0.70327,1.5085,0\n0.67557,-0.10433,0.41496,0\n1.353,0.23883,-0.89596,0\n1.73,-0.65082,0.24136,0\n-1.2832,0.33755,-0.33274,0\n0.36258,-0.25936,-0.77068,0\n-0.79866,1.6055,-0.13622,0\n-0.1252,0.43701,0.49628,0\n-0.79561,0.46446,-1.7799,0\n-0.43891,-0.4486,0.26536,0\n-0.1807,-0.96371,1.3064,0\n1.0155,-0.6134,-0.68672,0\n-0.51769,-0.65758,-0.4381,0\n-0.89498,-0.31754,-0.50107,0\n0.53851,-0.017265,0.53064,0\n-0.2736,2.0796,-0.42876,0\n0.62683,-1.1644,0.84809,0\n-2.2596,1.0584,0.98729,0\n-0.72454,-1.2628,-1.5774,0\n0.5527,0.38347,1.6382,0\n0.78934,0.74066,0.15529,0\n-1.1279,0.20607,-0.16109,0\n-0.87292,-1.2359,-0.48952,0\n0.98128,-0.73579,-1.325,0\n-0.79012,0.44828,0.19547,0\n-0.40958,-0.41988,1.7735,0\n0.36955,-0.068234,-1.0663,0\n0.49833,-0.91296,-1.5602,0\n0.50746,1.2413,0.67326,0\n0.12964,0.11671,-0.0048102,0\n0.46185,0.52786,-1.0069,0\n0.63519,0.95189,-1.0553,0\n0.21719,-0.11169,0.19322,0\n0.41357,-0.6181,-1.417,0\n-0.25265,1.563,1.3943,0\n0.35038,0.69408,-0.094083,0\n-0.28941,0.063074,0.4953,0\n0.011568,0.50631,-0.71016,0\n0.38505,-1.9555,-0.095544,0\n0.94299,1.1445,-2.2284,0\n0.011421,1.3327,-0.88077,0\n0.46913,-0.29265,0.84906,0\n-0.49875,-0.66312,1.5327,0\n0.46072,0.55032,0.2355,0\n1.1508,0.0041023,-1.7096,0\n-1.1247,1.085,1.2691,0\n0.40513,-1.1382,-0.2639,0\n-0.078606,-2.5179,0.97675,0\n-1.0481,0.067033,0.60274,0\n1.732,-0.66581,1.2129,0\n0.98475,0.67139,0.015463,0\n-0.2304,0.57277,-0.28863,0\n-0.89663,0.010383,0.17393,0\n0.2582,0.90256,-0.36763,0\n-0.40831,-2.2357,-0.64817,0\n-0.51511,0.4544,-0.88433,0\n0.092064,-0.67673,-1.0125,0\n-1.184,-1.6782,1.3805,0\n1.2004,-1.1178,2.3381,0\n0.80988,0.76744,0.97924,0\n-0.13098,0.91198,-0.42317,0\n-0.73282,-0.60894,0.26656,0\n-1.57,-0.88975,-0.48623,0\n0.46841,1.0866,1.099,0\n2.0876,-0.30031,-0.46387,0\n0.62786,-0.41654,-1.8596,0\n0.61769,-1.0862,0.52106,0\n-0.09924,-1.2163,1.8376,0\n-0.15142,-1.0903,0.83035,0\n-0.69787,0.50297,1.9996,0\n0.50229,0.7074,0.31693,0\n-0.3025,1.5637,0.18727,0\n-0.99274,0.6506,0.73257,0\n-0.39028,2.1305,0.35039,0\n-0.48425,0.63859,0.36982,0\n-0.27387,-0.11801,-0.5918,0\n-1.115,-0.28468,-0.90747,0\n0.41416,-1.1408,-1.6742,0\n0.068887,0.34354,0.17634,0\n0.33449,-0.86484,0.43415,0\n-0.79982,1.2875,0.39421,0\n-0.29653,1.4743,1.9246,0\n2.0026,1.2554,-0.59932,0\n0.27615,0.45358,1.0473,0\n-0.60693,0.66632,-1.7688,0\n-0.50859,-0.95478,-1.1801,0\n-0.01489,-0.46464,-0.542,0\n-1.1413,-1.3668,0.34154,0\n-0.015771,0.57548,0.88002,0\n-0.022965,2.2912,0.19452,0\n-1.4269,0.26363,-1.4839,0\n1.5138,-0.24599,-0.52827,0\n0.45129,0.019591,-0.93007,0\n-1.5968,1.065,-0.41798,0\n0.49463,1.6069,0.43534,0\n-1.465,0.67113,-0.81072,0\n-0.086943,0.3411,1.053,0\n-1.5863,-1.1327,0.16445,0\n-0.079935,-0.41372,0.72574,0\n-0.043816,0.0070114,-0.46232,0\n0.038647,2.2152,0.16122,0\n-1.1453,-0.18313,-0.46737,0\n-0.20606,0.42048,-0.39301,0\n0.22004,-0.83175,-1.2665,0\n-0.15787,-0.66055,-0.13349,0\n0.048595,-0.81124,-1.4291,0\n1.1087,0.11593,-2.2164,0\n0.14282,-1.204,0.050763,0\n0.15833,-0.45698,0.13454,0\n0.82287,1.3091,-0.25298,0\n-0.71117,-0.0073884,-0.54321,0\n-0.77641,0.019935,2.0196,0\n-1.0016,0.076315,2.2373,0\n2.0255,-0.39359,0.93094,0\n0.51435,-1.0363,0.5131,0\n-0.22033,0.01144,0.6448,0\n1.3509,-1.9201,-1.1124,0\n-0.10811,-1.2743,-0.39676,0\n-0.65208,0.51109,-0.64539,0\n1.9546,0.015883,0.99737,0\n0.65093,0.54507,1.0249,0\n-0.91123,0.27579,1.1386,0\n-0.56277,0.030691,0.0087711,0\n0.52437,0.39265,1.2149,0\n-0.52441,-0.8731,-0.10445,0\n-0.26094,0.30861,2.9859,0\n1.4204,1.6272,-0.4689,0\n0.45331,0.4061,-1.9145,0\n-2.1658,-0.5012,-0.89237,0\n0.096638,-0.58048,-0.21738,0\n-1.5782,-0.68321,1.3384,0\n-0.11416,0.66297,-0.14354,0\n0.36303,0.51938,1.1039,0\n0.67895,-0.13939,0.62028,0\n-0.83743,-1.0296,0.18855,0\n-0.085427,0.3198,-0.21854,0\n-1.5673,0.85631,-1.6851,0\n0.031048,0.92009,0.31772,0\n0.34388,0.58956,0.51501,0\n0.94461,-0.46942,-0.70565,0\n-1.3555,2.1145,-0.88149,0\n-1.0091,1.3069,-1.4919,0\n-1.0186,-0.46322,-0.34692,0\n-0.4788,0.32009,0.019253,0\n0.28578,-0.82917,1.5727,0\n-0.79106,-1.87,-1.3596,0\n-0.005418,0.94221,-1.037,0\n-0.46956,0.8708,-0.41621,0\n0.3782,-0.75372,0.14719,0\n1.0175,-1.3024,-0.50325,0\n0.4863,1.5383,1.6541,0\n0.72815,0.18597,0.23449,0\n-0.10508,-2.8068,2.7916,0\n0.69503,-0.35861,0.105,0\n-0.16976,-0.45871,0.096174,0\n-0.25765,0.22107,0.16238,0\n-1.2837,-0.047689,0.31913,0\n-0.11188,0.19122,1.5526,0\n-0.91567,-1.1528,-0.080125,0\n-0.40844,-1.7287,-0.76597,0\n0.02728,-0.47062,1.9298,0\n-0.0076269,0.91229,0.93072,0\n-0.70871,1.2775,0.38417,0\n-0.094089,-0.18207,1.0078,0\n-1.2956,0.54916,-0.44215,0\n1.0881,-0.012354,-0.98561,0\n0.28319,-1.3187,-0.038201,0\n0.31857,1.2397,0.22822,0\n-1.1171,0.86507,-1.9793,0\n-1.8758,0.20545,0.53887,0\n-0.40681,-0.2155,0.22178,0\n-3.079,-0.15299,0.41763,0\n-0.62943,-0.86333,0.71966,0\n0.24686,1.9255,0.58673,0\n0.099823,-1.7535,1.4925,0\n-0.8061,-0.65408,-1.6938,0\n-0.39586,-0.22207,-0.51028,0\n0.41675,0.20228,2.6702,0\n0.79172,-0.033858,-0.48689,0\n-1.3696,1.2273,0.17841,0\n1.4071,-2.1964,-0.93764,0\n-1.2257,-0.069993,0.16935,0\n1.5529,1.1518,0.53344,0\n0.48273,-1.1729,-1.5642,0\n-1.1941,-1.1464,0.26061,0\n-0.37544,-1.04,-0.86912,0\n-0.065268,-0.043547,-0.62217,0\n-0.37783,-0.73587,-0.97531,0\n0.99752,0.90027,1.2612,0\n0.51333,-0.45262,0.40002,0\n-0.36937,1.5473,0.57604,0\n0.11145,-0.34188,1.9162,0\n0.73117,0.045108,0.23018,0\n0.85144,-0.20571,-0.58849,0\n0.36652,-0.1953,-0.23255,0\n0.050627,0.53402,0.91291,0\n-0.020111,0.10549,-0.15499,0\n-0.41478,1.056,-0.12805,0\n-1.0805,-1.3645,-1.1022,0\n-0.020462,0.34392,0.26697,0\n0.015,-1.29,0.14312,0\n-0.63497,0.26495,1.9878,0\n-0.58439,-0.36196,0.11644,0\n0.069984,0.67085,0.29392,0\n0.70248,0.065239,0.26873,0\n0.48736,1.001,0.99733,0\n-1.3284,-0.60115,1.4482,0\n0.22679,-0.48701,1.4163,0\n0.22057,-3.244,-0.84239,0\n0.44806,1.855,-1.2449,0\n-0.17527,1.5549,-1.0912,0\n-0.24412,-0.2493,2.3765,0\n1.8148,1.7022,-0.49395,0\n1.6149,-0.41637,1.0642,0\n2.2837,-0.46695,0.49853,0\n0.010544,-0.15681,-0.59646,0\n-1.0009,-2.0046,2.4236,0\n1.3616,1.6044,-1.1566,0\n0.048255,-1.426,0.53399,0\n-1.1171,1.1195,0.23655,0\n-1.4519,0.92376,-1.2995,0\n-0.13252,-0.18886,0.17796,0\n-1.3445,-0.56141,1.3076,0\n0.25891,0.99932,-1.5699,0\n-1.4606,-1.1323,0.23654,0\n1.3859,0.15157,1.1013,0\n-0.063886,-1.3813,-0.76184,0\n-0.70986,-0.7491,-0.40745,0\n0.19922,-0.83676,0.15762,0\n0.69782,0.64775,-2.7904,0\n-0.7979,1.9932,1.3328,0\n-1.1914,-1.8522,1.8175,0\n-0.50572,-0.98234,-0.76375,0\n-0.50575,-1.3187,-0.20728,0\n1.2016,-0.53301,-0.047439,0\n-0.51555,0.53925,-2.2426,0\n-0.44192,0.21691,1.276,0\n-1.6409,-0.4681,-0.65549,0\n-1.4822,0.84043,1.2701,0\n0.061254,0.29154,-1.3345,0\n0.93257,-0.81894,-1.0958,0\n-0.080901,1.3402,-0.90171,0\n0.036879,-1.6599,0.31708,0\n-1.4746,-0.97996,0.59965,0\n0.67294,0.15893,1.1734,0\n-1.0254,-0.3918,1.2709,0\n0.50804,0.047153,-0.9952,0\n-1.1239,-0.84002,0.66261,0\n0.68276,-1.1713,0.88913,0\n1.4888,2.377,-0.067168,0\n0.032995,-0.024913,-0.61074,0\n-0.85692,-0.25414,-0.018398,0\n-0.59226,1.472,1.9043,0\n-0.11991,0.21329,-0.30055,0\n0.42327,0.032948,0.633,0\n0.059725,0.11553,0.41599,0\n0.32775,-1.4463,-0.34902,0\n0.031879,1.1402,0.55143,0\n-0.54307,-0.066441,-1.8726,0\n-1.7303,-0.6966,-1.3164,0\n-1.591,0.61633,-0.90187,0\n-0.34727,-1.2334,-1.498,0\n-0.32653,-0.66378,-0.39406,0\n0.030415,-1.3325,2.2288,0\n0.46423,0.6955,0.42619,0\n-0.21344,0.45071,0.3323,0\n0.10331,1.6264,-0.75672,0\n0.22637,-0.15263,0.99334,0\n-0.50423,-0.43082,0.0094459,0\n1.6113,-0.64403,-0.42071,0\n1.389,0.14933,-0.61841,0\n-0.81514,-1.0098,-1.9083,0\n-0.38082,-2.2387,0.41172,0\n0.50607,1.194,0.30451,0\n-0.23112,-1.9676,2.4372,0\n-1.2724,1.213,-0.2534,0\n1.4107,-0.15848,1.9677,0\n-0.64247,0.41312,0.47274,0\n1.1529,1.1382,0.023276,0\n-0.98527,0.298,0.052992,0\n0.87619,0.79797,-0.58386,0\n-0.034175,0.24733,-2.0456,0\n0.86609,-0.66643,-0.88042,0\n1.8007,-1.4079,0.60598,0\n0.51856,-1.2371,0.51085,0\n0.62489,1.3747,0.88878,0\n1.4346,-0.3794,-0.77946,0\n-0.68167,-0.64127,0.75425,0\n0.018767,-1.3742,-0.57899,0\n0.53206,-0.88435,-0.96523,0\n-0.46435,0.065267,0.12775,0\n0.41726,-0.038439,0.47873,0\n1.1939,0.20212,0.15448,0\n0.74639,-1.0588,1.0501,0\n-0.091387,-2.2721,-0.071342,0\n-0.61114,-0.65917,0.21198,0\n-1.1257,0.56563,0.27401,0\n-1.4985,-1.0388,-0.22373,0\n2.4155,0.33633,-0.93091,0\n-0.49339,0.93819,0.40683,0\n1.0951,-0.39628,0.26683,0\n1.4779,-1.2188,0.67594,0\n-1.3087,-0.21522,1.1312,0\n-2.2546,-1.4622,0.33437,0\n0.50364,0.60066,0.31911,0\n2.1374,-0.29171,0.4449,0\n-0.45504,-0.7873,-0.91005,0\n1.5507,0.91433,-0.049992,0\n-0.41084,0.021211,0.18576,0\n-1.2398,-0.40144,-0.31668,0\n-0.39278,-1.3925,0.87154,0\n-0.46158,2.4038,0.51348,0\n3.484,-0.52919,0.057684,0\n0.13851,1.7658,-0.4609,0\n-1.3087,1.2417,0.82524,0\n-1.2033,0.75757,0.5899,0\n0.9991,-0.85362,0.41419,0\n0.56913,0.10065,-0.47431,0\n-0.96782,1.1308,0.7956,0\n-1.6964,-0.11529,-0.82154,0\n1.69,-2.46,-1.0532,0\n0.25876,-0.8305,0.39741,0\n-0.51645,0.77018,-0.56281,0\n0.6183,0.58499,-0.74972,0\n0.049894,-0.39617,0.79079,0\n0.25255,-1.3141,0.13037,0\n0.82793,0.77862,-0.85366,0\n-0.26762,0.24313,0.5877,0\n0.13885,1.0467,0.32907,0\n0.46702,0.40155,0.14425,0\n-0.074003,-0.80781,0.84434,0\n0.13992,2.1035,0.90988,0\n0.86045,0.5038,0.094093,0\n-0.17792,0.90193,0.83411,0\n-1.5609,0.62588,1.8296,0\n0.21514,-0.67951,0.48156,0\n0.75873,-0.023233,1.4513,0\n1.4984,-0.64121,0.41056,0\n-0.94878,0.48289,-0.81469,0\n0.35892,0.88646,-0.97001,0\n-0.75026,1.379,-0.50194,0\n0.81509,-1.6326,0.046321,0\n-0.47106,-0.35257,0.82802,0\n-3.3508,1.1852,0.77653,0\n-0.57309,-1.1921,-0.186,0\n-0.1332,0.10768,1.6886,0\n0.88757,0.58311,-1.4989,0\n0.529,0.39234,0.25812,0\n1.0787,1.7623,0.29303,0\n-0.30782,0.67832,2.181,0\n-0.47009,0.34877,-0.8308,0\n-0.070442,1.1929,1.115,0\n-0.42699,0.92733,-0.21341,0\n-0.26643,-0.95185,1.4843,0\n1.1982,0.84083,-0.082038,0\n-0.81991,-0.33958,1.731,0\n-0.48504,1.196,-0.030404,0\n1.4651,0.55537,-1.0999,0\n0.68459,-0.6242,-0.41181,0\n-0.38395,0.73304,1.1005,0\n1.2303,-1.1683,0.58933,0\n0.014451,0.67205,-0.74961,0\n-2.7663,-0.96624,1.0719,0\n-0.2969,1.0152,0.96851,0\n0.59634,2.0245,0.44478,0\n1.6624,-0.35769,-0.61207,0\n1.3927,-0.38042,-1.1377,0\n-0.7217,-0.35639,1.8034,0\n1.0338,0.12083,-1.2165,0\n0.026651,0.73687,-0.028727,0\n-0.06415,-0.78821,-0.6114,0\n1.9305,-1.6235,0.69102,0\n-1.3843,-0.31011,0.088716,0\n0.38762,-0.02188,1.2918,0\n-0.80654,0.29865,0.52343,0\n-0.66873,1.8171,0.78461,0\n-0.9727,1.7453,-1.4495,0\n1.3732,-0.49741,1.0376,0\n0.73546,0.11207,-0.67265,0\n-0.527,-0.15681,-1.8455,0\n-1.8206,0.36584,-2.2408,0\n-1.9782,1.3758,0.61938,0\n-0.071573,1.0687,0.62674,0\n0.29556,-0.082074,-1.2975,0\n0.36531,-0.57808,-0.20525,0\n-0.54753,0.29821,-0.81482,0\n0.23105,0.040497,-0.58511,0\n0.94252,-0.62921,-0.10496,0\n1.158,0.63621,-0.27104,0\n1.4128,3.0716,0.072266,0\n-0.55364,1.2874,1.4146,0\n-0.9036,0.58647,-0.49169,0\n-0.12215,0.59523,-0.30971,0\n-0.54761,-1.2271,-1.0922,0\n1.2547,-0.042531,0.059892,0\n0.67849,-1.2027,-0.10035,0\n-1.6101,0.46071,0.90793,0\n-0.74645,1.2755,-0.38708,0\n-0.47652,1.3281,0.38557,0\n-0.88868,-0.98058,-2.5154,0\n0.5275,0.97047,-0.21617,0\n-0.54541,-1.0039,-0.26247,0\n1.933,0.12183,-0.54124,0\n-0.53295,-0.51613,-0.52167,0\n-0.80014,-0.45906,0.81376,0\n-0.35515,-0.52112,-0.92624,0\n-1.0184,-0.32935,-0.84535,0\n1.1456,-0.40402,1.4553,0\n-0.97277,-1.5044,0.95957,0\n-0.57797,-2.1592,-0.27062,0\n-1.5203,-0.29731,-2.0853,0\n0.37909,0.56837,-0.65118,0\n-1.6018,1.5,-0.35783,0\n1.6895,2.0865,-0.48261,0\n-1.7444,-0.24696,1.3824,0\n-0.53036,1.1644,-0.48364,0\n0.30607,-1.2612,-0.69956,0\n1.493,-0.073703,-0.45536,0\n1.2172,0.35339,0.044707,0\n0.9453,-0.11883,0.4018,0\n0.67764,0.22995,0.14378,0\n-0.42558,-0.97972,2.013,0\n-0.68528,-0.47274,-0.66536,0\n-0.23154,-0.75022,-1.8556,0\n2.0777,-1.8901,1.1095,0\n-0.055996,0.61614,-0.0734,0\n-0.16275,-0.038983,-2.6992,0\n-0.51303,0.10419,-1.2794,0\n0.51185,0.77899,1.5141,0\n0.45433,0.94543,-1.0532,0\n0.18741,-0.23942,-0.30008,0\n-0.6193,0.24517,-0.63069,0\n-0.21312,0.5409,1.0448,0\n-0.89452,-0.29048,0.67974,0\n1.7951,-1.7802,0.93778,0\n-0.9377,-0.091785,0.39982,0\n-0.75594,1.3096,0.015034,0\n-0.60848,0.29397,-0.57079,0\n0.070133,-1.2738,0.33215,0\n1.1886,1.1294,0.86661,0\n0.44066,1.3425,1.6881,0\n-0.23507,1.1815,1.0876,0\n0.0063349,0.2786,-1.4137,0\n-0.68476,0.99736,-0.15616,0\n-0.57641,0.74401,1.4312,0\n0.65051,-0.72566,0.18521,0\n0.061293,-0.0076151,-0.1926,0\n1.2363,0.90064,1.3846,0\n0.41491,-0.13089,-1.0666,0\n-0.84942,-0.13682,-0.29203,0\n0.18211,-0.58764,-0.80612,0\n1.0267,0.6007,0.51872,0\n-1.531,-1.0554,0.17297,0\n0.49041,-0.1157,-0.91149,0\n0.65432,0.034828,1.0459,0\n0.48299,0.98826,1.5071,0\n0.60572,1.9303,-0.66358,0\n-0.12887,-0.5159,-0.4032,0\n-0.44096,0.30909,-0.6017,0\n0.2731,0.37332,1.0325,0\n-1.12,-1.0553,0.040778,0\n-0.58336,-0.52487,-0.41956,0\n-0.14711,1.1131,-1.7878,0\n0.72438,-1.0545,-2.3627,0\n-0.51866,1.252,-0.54662,0\n-1.9268,-1.4772,-0.5816,0\n-0.22029,-1.2791,2.7796,0\n-1.2086,0.23513,-2.0359,0\n1.1317,0.86029,-1.9302,0\n0.28631,-0.56306,-0.51548,0\n1.0243,-0.36223,0.019666,0\n1.3685,-0.49027,0.27347,0\n-0.78262,0.46997,0.30073,0\n-0.69654,2.2446,-1.4848,0\n-0.736,-0.56702,-0.090146,0\n0.26364,0.62824,0.60619,0\n0.089252,-0.6269,0.06172,0\n0.66524,-0.22694,-0.67019,0\n0.14761,1.4707,-0.51039,0\n0.32042,0.40907,0.95667,0\n-0.34109,-0.97624,-1.0422,0\n-0.028901,-1.0793,-0.54519,0\n0.051686,-0.56732,-1.3411,0\n0.93167,-0.22991,0.53118,0\n1.8796,1.2464,0.19298,0\n-0.3702,-1.5239,-2.255,0\n0.61943,0.14668,-0.6271,0\n0.18249,-0.71799,-0.89976,0\n1.2303,-0.55845,-0.15287,0\n0.31434,-1.8051,1.51,0\n-0.67282,-1.3867,0.50328,0\n-0.62274,-0.088635,-0.43353,0\n-0.047226,-0.06602,0.3003,0\n0.48928,0.1347,1.0205,0\n-0.4102,-1.4625,-0.084856,0\n-0.16902,0.14295,0.57664,0\n1.2032,-0.17798,1.6738,0\n0.68662,-0.50806,-1.2138,0\n-0.49239,1.2647,-0.037455,0\n0.91726,0.057207,0.91188,0\n-1.2164,-1.7332,-0.60678,0\n0.72608,2.32,1.6086,0\n0.88339,-0.8629,1.9431,0\n-0.37989,0.24854,1.0836,0\n1.0287,-0.84171,0.45338,0\n-0.47105,-0.79669,0.56415,0\n-0.16066,0.63331,-0.39879,0\n-0.5645,-2.8555,-0.34537,0\n0.011338,1.8543,-0.82261,0\n1.4728,0.043461,0.97411,0\n-0.37861,1.2937,0.2499,0\n-1.4348,-0.052884,0.29436,0\n0.41488,-0.80479,0.085792,0\n-0.98885,0.96761,-0.30462,0\n0.60458,-1.6041,0.70957,0\n-0.31055,0.025694,-1.0631,0\n-0.58244,0.94964,0.33899,0\n-0.25345,0.20496,-0.39094,0\n0.1913,-0.75164,0.65433,0\n-0.70511,0.25764,-0.51254,0\n0.2281,-0.54705,0.042192,0\n0.66436,0.31765,-0.382,0\n-1.6071,-0.82998,0.47779,0\n1.3181,0.57354,-0.28957,0\n-1.0636,-0.11482,1.1421,0\n-0.39774,0.38367,-0.082353,0\n1.9926,-0.27804,-0.44531,0\n-0.2621,-0.57506,-0.40892,0\n0.7326,1.1151,0.082152,0\n1.4545,0.36178,-1.2643,0\n0.67086,-1.0902,-1.1555,0\n0.94314,-0.54499,-0.35858,0\n-0.078668,0.18832,-1.3833,0\n0.26853,0.9261,1.0832,0\n0.57366,0.28248,1.0627,0\n-0.31267,1.7035,-0.35651,0\n-1.2613,1.2966,0.88964,0\n0.79126,-0.14924,-0.12168,0\n-1.0215,-1.0354,0.23058,0\n1.7158,0.62696,-0.61645,0\n0.98795,0.75207,0.80272,0\n-1.579,-1.3359,-0.36709,0\n0.39209,-1.3012,-0.35836,0\n0.78878,-1.628,0.59291,0\n-0.33078,-0.97149,0.40435,0\n0.89966,0.069471,-0.69792,0\n-1.0674,-1.3805,0.36061,0\n-1.0004,0.90868,-0.48197,0\n0.16449,0.63678,-0.34215,0\n-0.47256,1.235,-1.3025,0\n-0.60618,-1.8663,0.24348,0\n-0.0064911,0.36558,0.49821,0\n1.9034,1.2634,0.64732,0\n-1.0159,-1.9103,0.84139,0\n-0.21272,-1.1707,-0.012145,0\n0.41693,1.1118,0.26189,0\n0.014012,1.1186,0.91054,0\n0.92156,-0.22087,-1.5109,0\n0.08669,0.19838,1.8298,0\n-1.331,-1.2736,-2.1363,0\n-0.98277,2.3832,2.3535,0\n-0.81652,-0.20428,1.7055,0\n-0.80216,0.010415,-0.86065,0\n-0.37159,0.14816,1.5781,0\n0.069879,-0.95673,0.57485,0\n-1.164,-1.3338,0.23873,0\n1.1651,-0.6315,0.53467,0\n-0.26988,-1.6333,-1.2444,0\n0.22487,-1.5382,0.22125,0\n-0.10466,0.94004,0.30937,0\n-0.58324,-0.2334,-1.3029,0\n0.63032,-0.86992,0.64131,0\n-0.48157,0.45064,-3.554,0\n1.0693,-0.74306,-2.7585,0\n-0.30138,-0.38139,-1.064,0\n-0.38076,-0.24675,0.51127,0\n0.083361,-2.169,-0.5953,0\n-1.9096,1.0649,-1.5645,0\n-1.0601,-0.045145,0.94235,0\n-0.62324,0.13099,1.4807,0\n1.7729,0.38522,0.1656,0\n-0.16768,-0.71038,1.2164,0\n-0.63273,-1.9614,0.76026,0\n1.1093,0.051615,-0.15597,0\n0.99524,0.062172,1.2814,0\n-0.11503,-0.13319,-1.3709,0\n-0.73829,1.6508,-0.32276,0\n1.3477,-0.05458,-0.17368,0\n-1.1834,-1.2805,-0.95194,0\n-0.61918,-1.5278,-1.0595,0\n1.0559,0.40515,-0.73982,0\n0.94298,-1.1667,0.47864,0\n-0.39456,0.76943,-0.40132,0\n-0.92682,-0.49302,-1.0499,0\n1.0774,0.50823,-1.1147,0\n-0.27671,-0.026306,-1.3711,0\n-0.091774,2.0462,-0.0052502,0\n1.6008,-1.5334,0.45372,0\n-0.86179,0.1465,-1.6582,0\n-0.4064,-1.7237,0.29226,0\n-0.22069,0.4221,0.19366,0\n-0.0070319,0.025755,-0.014659,0\n1.3096,2.4189,-0.83478,0\n-1.0968,0.27657,-0.036623,0\n1.3593,0.55474,-2.126,0\n0.85198,0.43663,1.9692,0\n1.2489,-1.6314,1.4802,0\n0.21292,0.98079,-0.15104,0\n1.3914,-0.51066,0.010609,0\n1.3122,-0.01145,0.081772,0\n0.045855,-0.9208,0.90332,0\n-1.5641,-0.20304,-0.71786,0\n0.46499,-0.9498,-0.65009,0\n2.2588,0.64106,-1.5762,0\n0.97881,0.51191,0.64975,0\n2.2182,-0.026901,-0.61203,0\n0.58505,-1.6299,0.81052,0\n-0.77833,-0.4036,-0.66672,0\n-2.7859,-0.85452,-0.73249,0\n1.4015,-0.65241,1.4187,0\n0.037388,1.0915,-0.85698,0\n0.32324,0.8373,0.24554,0\n-0.59801,-0.96707,0.031361,0\n0.40619,-0.0063668,0.16923,0\n-0.60737,-1.2001,-0.030676,0\n1.0301,0.12167,-0.056144,0\n-1.1816,-0.14831,1.1878,0\n1.3747,-0.87612,0.48752,0\n-0.30136,0.23927,0.35788,0\n-0.81247,-0.43716,1.9136,0\n0.60907,-0.95344,-0.14471,0\n-2.005,-0.89608,0.45026,0\n-1.5886,-0.29868,-0.65813,0\n1.6494,1.3165,-1.6649,0\n0.095478,-2.0861,-0.74314,0\n-1.6626,0.80355,0.72494,0\n1.4052,-0.90775,0.93371,0\n2.4928,1.2799,1.2455,0\n-1.6057,0.25962,-0.044995,0\n0.20743,-0.61175,0.32477,0\n-1.2598,1.363,0.42849,0\n-0.31979,-0.81244,1.7077,0\n-0.91072,-0.35103,0.89449,0\n-1.4368,-0.89873,2.2893,0\n-0.63501,1.446,0.81434,0\n-0.78819,-0.82542,0.18166,0\n0.43877,-0.060568,-1.0491,0\n0.52721,-2.0997,0.076762,0\n-1.3003,0.19072,-0.082424,0\n0.95629,-1.0305,0.69176,0\n0.65628,-0.9097,-0.11715,0\n0.96107,-0.43643,-0.43619,0\n1.433,-0.060589,1.1168,0\n-0.58782,1.4615,0.2403,0\n0.69868,-0.40311,1.4772,0\n-0.2939,-0.3649,0.097062,0\n-1.3457,0.0090277,-1.3531,0\n-1.2029,-0.50448,-1.6154,0\n-0.13033,-0.42549,1.045,0\n-0.14624,-1.0131,-0.91486,0\n-0.11245,1.7428,-1.4989,0\n0.41871,1.0123,0.67491,0\n1.8002,-1.3094,-0.35246,0\n-0.48236,-1.3089,1.69,0\n0.59332,-0.72393,-1.6133,0\n1.6941,-0.15684,-0.36336,0\n-0.014487,-1.3304,-0.21305,0\n-0.8504,1.0569,-0.79157,0\n-0.64375,2.5668,-0.15965,0\n-0.054218,0.048275,0.17237,0\n-1.4459,0.11937,-1.5977,0\n-0.023183,1.0565,-0.56197,0\n-0.61533,-0.44474,-0.592,0\n-0.90665,-0.33303,0.79928,0\n-1.4134,2.92,0.3457,0\n1.1887,-0.8175,-0.27154,0\n0.028983,0.33772,0.079866,0\n0.98684,-0.049765,0.58379,0\n0.70148,0.22677,0.99902,0\n-0.8006,0.28931,1.4198,0\n-0.71804,-1.0108,-0.14271,0\n0.91375,-0.13163,-1.1663,0\n-0.69604,-0.87618,0.050707,0\n-1.0916,-0.6361,-1.6328,0\n0.60815,-2.723,0.44168,0\n1.6732,0.48568,1.4112,0\n-0.31611,0.013476,0.23403,0\n-1.4779,0.17128,0.98361,0\n-0.74419,-0.42337,-0.47764,0\n-0.56254,-0.44546,1.7022,0\n1.5809,0.63266,-1.8604,0\n1.0004,2.331,0.23655,0\n-2.0687,-0.11115,-0.60809,0\n-0.53716,-1.0697,0.80169,0\n1.3971,-1.1751,0.83572,0\n-0.5979,0.94551,0.27988,0\n-1.104,-0.13524,-0.23551,0\n-0.61168,-1.6051,0.026346,0\n-0.5751,1.0666,-0.29507,0\n-1.0599,0.46164,-0.39725,0\n0.2633,0.090857,-0.86932,0\n0.40367,0.62799,0.42406,0\n1.2782,-1.0281,1.5721,0\n1.3887,0.027602,0.10227,0\n0.036539,-0.28792,-0.272,0\n-0.95174,-0.83407,0.9493,0\n0.28191,-0.25371,-0.4905,0\n-0.88276,-1.2695,-1.5403,0\n2.0916,0.097512,-0.5126,0\n-1.8206,-0.43039,1.6161,0\n-0.06882,-1.2078,-1.1861,0\n-0.29678,-0.70716,-0.60504,0\n0.11494,1.2592,-0.73692,0\n-2.0875,-0.083741,-0.50902,0\n0.71751,0.67944,0.065695,0\n-1.8368,0.28074,0.93091,0\n0.4642,0.31307,0.32891,0\n0.90552,1.1871,-0.95354,0\n0.56185,-3.0408,-0.30764,0\n0.45049,0.74205,-0.18748,0\n0.56091,0.48618,-0.132,0\n1.2397,0.88599,-1.4211,0\n0.45241,-1.4255,0.028748,0\n0.12122,-1.5431,0.31511,0\n-0.84318,1.2792,-0.089351,0\n0.13598,0.65081,0.019892,0\n-0.82211,1.1613,-0.39257,0\n0.10542,-1.2142,2.0056,0\n0.97034,-0.49675,-1.0121,0\n1.047,-0.83443,0.59877,0\n1.3779,0.51024,0.85381,0\n1.5414,-1.2518,-1.0535,0\n0.70226,-0.076429,0.19897,0\n0.78235,-0.3148,1.058,0\n0.29236,0.53892,-0.2456,0\n-0.66214,1.1572,1.1771,0\n2.8977,-0.47316,-1.1687,0\n-0.57829,-0.5477,0.89323,0\n-1.0931,1.978,0.43414,0\n-0.55872,-0.89214,-0.10127,0\n-0.81912,-0.11577,0.37088,0\n0.0092981,0.067986,-0.91827,0\n-0.56268,0.47822,0.34193,0\n1.2503,-0.81317,-0.12676,0\n0.030069,1.0568,0.91994,0\n1.37,0.53216,-1.4828,0\n0.38426,-0.35839,0.63854,0\n-0.38735,-1.4204,-0.8822,0\n1.1802,-1.4875,0.14678,0\n-0.42264,0.35259,1.2692,0\n-1.4358,0.28078,-0.68401,0\n-1.3035,1.0937,-0.44363,0\n-0.58955,1.0601,0.21013,0\n-2.2139,1.8332,-0.65269,0\n-0.018395,0.98937,-0.44489,0\n-0.4937,0.11842,-1.2212,0\n0.85222,-1.4754,-0.21211,0\n1.4813,0.99249,-0.1616,0\n-1.1635,-0.11754,0.5507,0\n0.051362,-2.2932,0.54064,0\n-0.23602,-0.7237,-0.94802,0\n-1.1994,-0.11328,-0.7393,0\n0.63203,0.74388,-0.42909,0\n-0.17307,0.58023,1.2989,0\n-0.0053633,1.857,-0.05764,0\n-0.70315,0.40317,0.092479,0\n0.86804,1.2065,-0.47743,0\n-1.3767,-0.19882,-2.1074,0\n-0.43363,-0.403,-1.3761,0\n-0.37261,-0.8534,1.2853,0\n-0.77871,0.44101,-0.53286,0\n0.60294,-2.2818,0.84352,0\n-0.16891,0.41352,-0.40807,0\n0.4589,0.31903,-0.41262,0\n-0.61388,1.6068,1.4872,0\n-0.76095,0.744,0.29077,0\n0.88587,0.090711,-0.98149,0\n0.96088,0.24023,0.24851,0\n0.20986,-0.21806,-0.87806,0\n1.6857,0.2702,0.68176,0\n-0.67663,0.77445,2.2758,0\n0.048904,0.33364,1.7643,0\n-0.069867,-0.10088,1.2913,0\n-0.8237,1.182,0.95769,0\n1.4833,-0.5528,-3.0804,0\n0.31783,-0.89281,-0.78053,0\n-0.66998,1.0245,-0.38439,0\n1.2268,-2.5352,-0.067201,0\n0.21694,0.66024,0.58091,0\n0.91276,-0.11856,-0.18983,0\n-0.012885,0.69138,-0.32316,0\n-1.3931,0.78236,-0.28619,0\n-2.5363,0.6137,0.58143,0\n-0.2046,-0.012983,0.29568,0\n0.84693,0.64606,-0.8308,0\n-0.128,-0.85952,-0.68337,0\n0.049398,1.8651,0.72366,0\n0.11936,2.6725,0.15575,0\n-1.3927,-0.62201,-0.91194,0\n0.82927,-1.3571,-0.63993,0\n1.5434,0.32037,0.33967,0\n0.4763,-0.46332,1.4271,0\n0.29819,-0.18275,-0.36644,0\n0.56479,-0.6271,0.82608,0\n0.45023,1.1544,0.38728,0\n0.67564,-1.8636,0.70849,0\n-0.16862,-2.1586,0.43372,0\n1.9577,-0.017709,0.066697,0\n0.93218,1.3482,1.5992,0\n0.75217,-1.5339,1.5242,0\n-0.14736,-1.0314,-0.60373,0\n-0.93894,0.096668,1.1485,0\n-1.0562,-0.09645,1.3687,0\n-1.0371,-0.94544,-0.97892,0\n0.78182,0.90697,1.083,0\n0.7238,1.5722,2.2208,0\n1.3615,0.45667,1.3607,0\n0.76619,1.3677,-1.5069,0\n0.72037,-1.0767,1.36,0\n-0.42047,-0.43507,0.9421,0\n0.42929,1.174,-1.8268,0\n-0.97348,0.34698,0.61936,0\n1.0696,2.2144,0.56991,0\n-0.41092,-0.079752,1.7119,0\n0.046079,-0.46592,0.0030006,0\n-0.72354,-1.1726,1.5792,0\n-1.0362,-0.62088,0.29377,0\n0.93335,0.18449,0.56686,0\n0.076908,1.9844,0.77307,0\n-0.45673,0.28016,0.00028763,0\n-0.85183,0.81439,1.4837,0\n1.191,-0.024691,0.33841,0\n0.46127,-0.68437,-0.18777,0\n-1.0239,2.2507,-0.46019,0\n-1.0824,-0.65336,0.15584,0\n-0.55271,0.82541,0.80163,0\n1.0619,0.57461,-0.33132,0\n-1.7739,0.19923,0.84052,0\n-0.26747,0.40079,0.25294,0\n1.0608,-1.8953,1.3818,0\n0.61579,0.43288,0.12388,0\n0.63613,0.48346,0.98909,0\n-0.17001,0.45061,-1.0509,0\n0.39098,-0.060891,-0.82503,0\n-1.1979,1.8705,-0.11815,0\n-1.0505,-0.64671,-0.92076,0\n1.1355,2.2434,0.41659,0\n-0.09734,-0.50273,-0.31481,0\n-0.68948,-1.2984,-0.33535,0\n-0.17774,-1.0886,-0.078039,0\n-0.75517,0.72923,-0.4116,0\n1.0947,-0.39093,0.011009,0\n-0.43265,1.0147,0.79852,0\n-0.42378,-1.1744,-0.61959,0\n-0.49034,-2.0453,-0.44777,0\n2.5082,0.48392,0.59811,0\n1.1973,-0.009757,0.42347,0\n0.94802,0.20876,1.17,0\n0.51002,-2.214,-0.98565,0\n0.21032,1.5798,-0.024147,0\n1.0906,-1.8957,-0.36478,0\n1.4006,-0.22519,2.4361,0\n1.8481,-0.51723,0.23944,0\n-1.1913,0.14489,-0.025177,0\n1.1251,-1.1088,0.57449,0\n0.91773,1.763,1.2471,0\n1.7883,-0.67992,0.72597,0\n-0.0030537,-0.83067,1.4943,0\n-0.19106,-1.1782,1.1194,0\n-0.56229,-0.095624,-0.62321,0\n-0.13553,-1.6859,-2.0103,0\n-0.74254,0.46757,-1.3328,0\n0.56024,-0.68484,0.23685,0\n-0.073603,-0.19022,-1.0225,0\n-0.24395,-2.3692,0.064885,0\n-0.43652,1.6103,0.30534,0\n-0.026153,1.8705,1.0373,0\n-1.892,-0.68259,1.4439,0\n0.26028,-0.17015,0.92239,0\n-1.0158,-0.43181,2.1216,0\n-1.0812,0.046792,0.52534,0\n1.5983,-0.81938,-0.51136,0\n-0.27206,-0.70461,-0.67649,0\n-0.047514,-0.8808,0.46513,0\n0.34637,1.4733,-1.8676,0\n-2.1349,-0.057745,-0.011185,0\n0.37099,0.6233,2.1196,0\n-0.36379,-0.125,0.79288,0\n-0.69514,1.4111,-0.38614,0\n0.52021,-1.2614,-1.7451,0\n0.7335,-1.4463,0.31297,0\n-1.1066,-0.20845,-0.23899,0\n-0.097107,-2.1515,0.47931,0\n-0.009092,-0.75237,1.1613,0\n0.0034571,-0.76581,-2.0938,0\n-0.046275,0.31441,-1.2045,0\n-0.67997,-0.40012,0.043553,0\n-2.1818,1.8251,0.5279,0\n1.0545,0.29524,-0.96702,0\n-0.98191,-0.40679,-0.25232,0\n-1.1178,0.538,0.44794,0\n1.2339,-1.498,-2.0307,0\n-1.1658,-0.70766,0.4259,0\n0.080183,1.4204,-0.58679,0\n-1.0641,-0.89885,0.082205,0\n0.81935,0.95517,-1.2809,0\n-0.56474,1.6941,-0.76666,0\n0.085957,0.92388,-0.42132,0\n-0.84781,1.4259,-0.31071,0\n1.8175,-0.64001,0.98036,0\n0.00080183,-1.9153,-0.71834,0\n2.5859,-1.196,0.39148,0\n0.99429,-1.528,0.81521,0\n-2.3609,-1.4672,0.40574,0\n1.3854,0.52962,-0.13367,0\n0.077254,0.52307,-0.4399,0\n0.66409,-0.82312,-0.26093,0\n-0.69949,-0.39233,0.30646,0\n0.32875,0.36104,-0.119,0\n0.14207,1.3462,-0.71361,0\n-1.5576,-0.076666,-0.58904,0\n0.79515,-1.0927,-1.1436,0\n-1.5336,-0.09021,0.30582,0\n-0.2127,0.57414,0.8961,0\n-1.7501,1.7123,-0.15225,0\n0.4085,-0.93698,0.38939,0\n-0.15157,0.6505,-0.77426,0\n-0.49967,0.10537,0.87587,0\n-1.3712,0.81163,1.6739,0\n0.26861,0.85664,-0.11961,0\n0.062393,0.79056,-1.2239,0\n0.23068,0.30448,-1.2841,0\n0.96243,-1.0195,0.26095,0\n-0.6468,0.62316,-1.1,0\n-0.18475,-0.86038,0.21016,0\n-0.5022,0.36154,-2.2755,0\n-0.43899,-0.87972,-0.99394,0\n0.141,0.27881,0.49857,0\n-0.087894,-0.2516,-0.18685,0\n-0.82455,-0.45516,-0.56951,0\n-0.14186,-0.31034,1.5775,0\n-0.69681,-0.81142,0.23778,0\n0.41352,0.40123,0.50058,0\n-0.6701,-0.95436,-1.3658,0\n-0.72066,-2.2515,-1.2686,0\n-0.54371,0.048034,-0.37505,0\n-0.63186,-0.46008,-0.38241,0\n0.061553,-0.34387,-0.66922,0\n1.3956,-1.2107,2.4874,0\n-1.7936,1.0672,0.82718,0\n1.5103,-0.87961,-1.0377,0\n0.13722,0.0042183,0.64435,0\n0.99731,0.20927,0.0115,0\n0.11989,0.0080787,1.8769,0\n-0.41992,-0.64689,-0.41373,0\n-0.23816,-0.95639,-0.55873,0\n-1.9921,0.41319,0.9323,0\n1.2914,0.40115,-1.8175,0\n0.74131,0.11901,0.64783,0\n-0.36859,1.0035,-0.14892,0\n0.8064,-0.96968,0.25877,0\n0.61967,-1.4093,-0.17232,0\n-0.11858,-0.27015,0.28669,0\n1.0024,-1.4988,0.54261,0\n-1.7551,-0.5314,-0.89319,0\n0.67472,-0.75829,1.6247,0\n0.10888,-2.0948,1.0238,0\n-1.3208,0.53099,0.33749,0\n-1.1213,1.2746,0.47286,0\n0.64639,0.63891,0.41931,0\n0.19137,-0.20705,-0.66045,0\n-0.082722,0.44023,-0.95194,0\n1.2553,-0.33317,0.77227,0\n-0.46063,-1.7742,0.25138,0\n2.9946,0.36907,-1.5051,0\n-0.72823,0.86648,-0.4891,0\n0.80337,0.92476,-0.0043494,0\n0.33088,-0.46041,0.19566,0\n0.0016314,-0.81151,-0.54044,0\n1.4501,1.2298,0.83924,0\n0.54371,-0.96694,-0.33085,0\n0.92093,-1.3941,-1.5284,0\n-1.3097,1.5602,0.33007,0\n0.54654,-0.89243,-1.2778,0\n1.5299,0.2587,-1.2928,0\n0.24172,-0.61503,-0.17429,0\n1.6277,0.89098,-1.6358,0\n1.2466,0.28894,-1.3477,0\n-0.12328,-1.6213,-1.3562,0\n0.11813,-0.65529,-0.63107,0\n-0.3786,-1.2456,-0.42601,0\n-1.3548,0.53596,0.67544,0\n-0.086275,1.6865,1.4332,0\n1.4188,0.48453,0.55462,0\n-1.8968,0.89541,-1.3892,0\n-0.67238,-0.69417,-0.14314,0\n-0.40492,0.32057,-2.0841,0\n0.042079,0.5782,-0.80706,0\n-0.30954,0.40181,0.6396,0\n-0.56425,-1.6784,-1.061,0\n-1.9736,-0.37268,2.266,0\n0.38545,0.56132,0.075535,0\n2.1061,1.2525,-1.127,0\n-2.2838,0.15136,-1.0555,0\n0.88515,-0.16285,-1.3108,0\n1.4817,-1.8514,-0.65149,0\n0.67384,0.51843,0.26117,0\n0.75582,-0.19332,0.60212,0\n-1.3109,-1.2876,-0.67221,0\n-0.89037,-0.18374,-1.408,0\n-0.090154,0.94336,-1.0389,0\n0.59497,-1.4566,-0.52915,0\n0.98681,1.5332,1.8595,0\n-0.84968,1.3336,1.595,0\n-0.25958,0.97389,1.1225,0\n2.0384,-1.152,0.6,0\n0.90104,-1.2487,-0.35396,0\n-1.8931,1.1538,-0.28864,0\n-0.04723,-0.96573,-0.36412,0\n0.17573,1.1234,1.8321,0\n-1.686,-0.93437,0.91141,0\n-0.80803,-0.5221,1.2513,0\n0.95431,-0.0789,0.5682,0\n0.2624,-1.2121,-1.7323,0\n-0.049521,0.62567,-0.44799,0\n-1.9004,1.11,0.19249,0\n0.7587,-0.27709,-1.0395,0\n0.43434,2.4206,1.2125,0\n-1.2017,-0.15688,1.1624,0\n0.84246,-0.61021,0.30728,0\n-0.24248,1.1582,-1.034,0\n-1.0466,0.52088,0.42586,0\n-0.18367,-1.0331,0.13716,0\n0.3287,0.64724,-0.63738,0\n0.86525,0.97802,-0.98734,0\n0.33704,1.3398,-0.37262,0\n0.26898,0.40393,-1.4829,0\n1.4345,0.22423,-0.10852,0\n2.0019,1.4317,-0.7256,0\n0.661,0.90218,0.12263,0\n0.12258,-0.73351,1.7301,0\n-0.56744,-0.50717,-1.2324,0\n0.90257,0.40859,-2.4562,0\n-0.51169,1.3589,-1.0421,0\n0.085951,-0.59234,-1.1874,0\n0.38373,0.90104,-1.4053,0\n2.169,0.016864,-0.65713,0\n0.78349,-0.41231,-0.38688,0\n1.3276,0.97077,1.3706,0\n-0.92142,0.57699,-0.65059,0\n0.12665,-0.63456,-0.39874,0\n1.0895,0.99004,0.92902,0\n-0.56052,-2.1004,1.1767,0\n0.2038,-0.11417,-0.83747,0\n0.39064,1.5019,0.18528,0\n0.047054,0.027792,0.53488,0\n-0.27704,-0.31376,-1.6119,0\n-0.4464,0.35395,1.1393,0\n-0.54404,0.74235,1.1951,0\n3.6327,-0.084098,0.17059,0\n-0.71287,0.31419,-2.1161,0\n0.081838,-0.0063884,1.1336,0\n-1.7304,-0.38718,-0.89928,0\n-0.69428,0.89429,-1.2398,0\n-1.3357,-0.55206,-1.1966,0\n1.9513,0.57562,0.60313,0\n1.458,-0.42833,-0.87435,0\n0.098688,0.50475,0.35913,0\n-0.59351,-1.8272,1.5179,0\n-1.2153,-0.52626,0.79577,0\n-0.0031054,0.85339,-0.91507,0\n-0.23037,-0.81475,-2.0173,0\n-0.35114,0.0050452,-0.79138,0\n2.9504,-0.10651,0.80932,0\n0.75279,0.21017,-0.26059,0\n-0.78036,-0.18771,-0.63482,0\n-0.27821,-1.1877,0.62194,0\n0.6109,1.0625,0.0096182,0\n0.60282,-1.8269,0.51919,0\n-0.21023,-1.1101,0.060318,0\n1.1229,0.64771,0.33375,0\n1.0289,0.4351,0.58338,0\n-0.71136,-0.4692,1.8719,0\n-0.4695,1.7227,-0.57912,0\n-1.0217,-0.18341,-0.091528,0\n1.5296,-0.1853,-0.35299,0\n-0.37051,-0.85448,1.1727,0\n0.45793,-0.0069796,-0.98885,0\n-1.0768,1.3115,0.52825,0\n-0.0089401,0.0022522,-0.99534,0\n0.074619,-1.1969,1.9113,0\n0.41844,-0.32974,0.040034,0\n-0.76203,1.4215,-0.087514,0\n1.9868,-0.87252,-1.3858,0\n-0.56554,0.31548,0.030027,0\n2.326,-1.1247,0.19056,0\n1.3361,1.2012,-1.3965,0\n0.33056,-1.3835,-1.0088,0\n0.091327,-1.2663,1.975,0\n-0.12656,1.6676,-0.78464,0\n-2.2076,-0.81382,0.067943,0\n0.88108,-1.4439,-0.47072,0\n-0.63098,-0.72268,-1.4608,0\n-1.0388,0.25802,2.3828,0\n-1.6848,-1.1042,0.89221,0\n0.47827,-0.70594,-1.0553,0\n-0.12342,1.195,-0.51994,0\n0.79501,-1.216,0.73235,0\n-0.16585,0.8906,0.44168,0\n0.71076,-1.0928,0.69143,0\n0.16442,-0.092237,1.5123,0\n1.1204,0.88312,0.78208,0\n1.2405,-0.87013,1.0015,0\n-0.1294,-1.1216,-0.52842,0\n-0.94042,1.6476,-1.315,0\n0.33497,0.10388,1.3162,0\n0.79876,-1.535,1.1148,0\n0.1843,-0.64259,-1.294,0\n-0.49536,0.75886,0.89261,0\n-0.47464,-2.2845,0.47129,0\n-0.88311,-0.66576,0.4668,0\n0.59522,-1.5883,-1.7176,0\n0.69825,-1.0356,-1.7191,0\n-0.035126,-1.0821,2.169,0\n0.089299,0.79545,-0.21478,0\n-2.6238,0.096549,-1.4906,0\n-0.39439,1.1253,-0.26686,0\n-1.4187,-0.3474,-0.85833,0\n-0.54926,0.34575,0.016483,0\n-1.4428,0.28567,-1.9828,0\n-0.52236,-0.25015,-0.22312,0\n-2.0562,0.30014,-0.0563,0\n1.3147,0.95549,-2.2824,0\n1.3374,-0.29182,-1.5913,0\n0.15797,0.38943,-0.21037,0\n-0.22836,-1.0324,0.65082,0\n0.31344,-1.1539,-0.070826,0\n0.76138,0.097533,-0.95015,0\n-0.59575,1.0445,-0.45095,0\n-0.7147,1.0072,-0.62091,0\n2.0647,0.049214,1.0883,0\n-0.096825,0.97249,-1.5548,0\n-0.37856,2.1575,0.56294,0\n-3.1366,0.43799,0.40896,0\n-0.95032,-0.057881,0.57324,0\n0.35354,0.13276,1.2434,0\n-1.5252,-0.078595,-0.24594,0\n-0.22379,0.43137,-1.3115,0\n-0.0046605,0.65255,0.27948,0\n-0.80544,-0.84116,0.31026,0\n-0.03755,1.3226,0.3639,0\n0.2784,0.99396,0.7391,0\n-0.056542,0.2113,-1.2778,0\n0.57824,0.32871,-1.304,0\n0.93516,2.6142,-3.0314,0\n0.6978,0.75355,-0.097041,0\n-0.29643,0.046951,-0.22811,0\n-1.6294,1.5462,1.2989,0\n1.596,-1.1711,-0.25466,0\n-0.52677,-1.8024,0.54525,0\n0.1162,-1.382,0.0038224,0\n0.75106,-1.0453,-1.161,0\n0.34404,-1.3937,0.046504,0\n-1.1863,1.3265,-1.2805,0\n-1.1278,-0.77646,-1.5214,0\n-0.95896,-0.10883,0.47045,0\n-0.41089,-1.064,0.012467,0\n0.74555,1.2587,0.031239,0\n-0.56714,0.60838,0.51656,0\n-0.68951,-1.6652,0.60916,0\n-0.93947,-1.109,0.20167,0\n0.97779,-0.25797,0.50285,0\n-1.1719,-0.71396,-0.34223,0\n-0.16497,0.52796,0.12288,0\n-0.70494,1.1444,0.57703,0\n0.64494,0.26143,0.47984,0\n0.38598,-0.72214,2.5101,0\n0.50524,-0.33435,-0.17787,0\n-1.0997,1.3538,-0.36451,0\n-0.10188,-1.6154,-0.69104,0\n-0.34323,-0.47898,-0.53863,0\n-0.51466,-0.96838,-0.43244,0\n0.85764,-0.51084,1.2687,0\n0.57268,-1.2444,0.88383,0\n1.8963,0.3082,-0.28084,0\n0.57565,-0.0666,1.1742,0\n1.3207,0.0047479,1.7319,0\n0.18226,0.54581,1.6901,0\n0.65356,0.85606,0.96096,0\n-0.015661,0.47297,-1.5702,0\n-0.043091,0.54106,-0.59989,0\n-1.4695,0.66151,0.30272,0\n1.0254,-0.38645,-0.79261,0\n-1.4484,2.1234,0.47438,0\n-1.1688,-1.5579,-0.65724,0\n1.4748,1.7932,0.31708,0\n-1.0292,-1.5087,-0.17477,0\n-0.23813,-0.15097,-0.55074,0\n-1.4192,-0.48906,1.0175,0\n-0.22224,0.83046,-0.42126,0\n-0.20272,0.05879,0.7395,0\n0.17873,1.1997,1.2187,0\n-1.0802,-2.5604,0.56212,0\n0.42053,1.7247,1.1452,0\n-0.02474,1.4259,0.57803,0\n1.1669,0.31707,-1.693,0\n0.076335,0.042607,0.27675,0\n-2.1161,0.29116,0.52229,0\n0.10267,0.20291,1.591,0\n-0.44219,2.3085,0.030334,0\n1.1002,-0.6171,1.5003,0\n1.63,-0.77035,2.6715,0\n-0.79766,-1.1835,1.1105,0\n-0.90757,-0.37839,-2.7027,0\n0.45445,-0.73169,-0.39375,0\n-0.38958,-0.30792,0.60993,0\n0.59911,0.9886,0.85519,0\n-0.12146,0.39567,-0.64879,0\n0.60838,0.075374,0.12179,0\n1.4788,1.0548,0.38465,0\n-2.299,1.5862,0.60549,0\n-0.3361,0.93093,-0.66779,0\n-0.19577,0.87451,-1.3792,0\n-0.44501,-0.23452,0.17117,0\n0.31483,-0.84908,2.7531,0\n1.1986,-0.97816,1.1523,0\n-1.3236,0.66928,-0.12835,0\n1.6034,1.4186,-1.8518,0\n-0.51004,0.66119,0.42313,0\n1.1965,-0.75817,-2.5863,0\n0.29945,-0.61555,-2.1596,0\n1.8783,-0.6389,-1.8782,0\n-2.906,0.44996,-0.85184,0\n1.6795,-1.9802,0.53283,0\n-0.6331,-0.15799,-0.59407,0\n-0.52447,-1.9196,-0.1391,0\n0.16416,1.5403,-0.19093,0\n-0.78411,0.83624,-0.2863,0\n-1.2795,0.42072,-0.055787,0\n-0.88477,0.17657,-0.33928,0\n-1.5357,0.69794,-0.31192,0\n1.0327,0.19301,2.2991,0\n-0.48087,0.66463,-0.085582,0\n0.92099,0.9245,-0.085345,0\n-0.66381,-1.3675,1.2029,0\n1.1891,0.27099,0.50588,0\n-2.3605,-0.39135,1.0643,0\n0.93379,1.0404,-0.91304,0\n-0.3648,0.62415,0.42103,0\n0.099828,0.63698,-0.10938,0\n1.3908,0.27835,-0.22391,0\n0.58007,-0.60524,-0.2497,0\n1.8099,-0.17047,0.0064829,0\n0.66473,-0.41068,1.4748,0\n-1.7905,0.75144,2.2695,0\n-0.54252,1.7513,-0.40507,0\n-1.3856,-1.6333,-0.37821,0\n0.44564,0.88095,-2.7363,0\n1.4894,0.64128,-0.49044,0\n2.021,1.8198,0.73164,0\n0.15629,2.7184,1.0165,0\n-1.7901,1.477,2.0301,0\n-2.1102,0.087971,1.0895,0\n-1.243,-0.27977,-0.57229,0\n0.82526,-2.1428,1.2387,0\n-0.99558,0.51509,0.43961,0\n-0.83237,0.46201,-0.64604,0\n-0.49985,-0.1806,1.2635,0\n1.905,0.26611,1.3358,0\n0.40803,0.54781,0.056519,0\n1.4554,0.020879,0.69438,0\n-0.84799,-0.62265,-0.07244,0\n-0.64622,0.41633,-1.2319,0\n-0.082952,-0.43696,1.1778,0\n0.10942,-0.69904,-0.034163,0\n0.18307,0.32873,-1.3294,0\n1.2791,-0.3797,-0.35113,0\n0.5396,0.37528,-0.59329,0\n1.9263,0.058225,0.40789,0\n0.68156,0.28064,0.71127,0\n0.13461,1.1856,-0.39495,0\n-1.0265,-0.20544,-0.014667,0\n0.1821,-0.71315,0.76488,0\n0.20219,-0.85011,-0.066002,0\n1.6954,-0.36741,-0.038812,0\n-0.75086,0.079045,0.15067,0\n0.9855,0.54555,-0.059971,0\n0.90543,-1.9688,0.90097,0\n-0.73998,2.403,1.3646,0\n-0.86245,-0.53585,0.93908,0\n1.1279,-0.35509,-0.27728,0\n-0.051866,0.34127,0.59707,0\n2.2339,1.1345,1.2065,0\n-0.63835,-0.18163,-1.0485,0\n0.014017,-0.35883,-0.92585,0\n0.65166,-1.1432,-0.76166,0\n-0.22754,1.1248,0.32499,0\n-0.52033,0.022959,1.2627,0\n-1.271,-1.0498,-0.86835,0\n-0.53849,-1.4862,2.0199,0\n-0.6299,-0.8908,-0.27239,0\n-1.7853,-1.2885,0.94454,0\n-1.5452,-3.3538,-0.18456,0\n-0.42551,-0.10599,-0.63748,0\n1.5122,-1.3213,0.78278,0\n1.048,0.60485,0.9912,0\n-0.36984,0.022534,-0.28562,0\n-0.16437,-1.5174,1.0192,0\n-1.5596,-1.3414,-0.18438,0\n-0.66589,2.0512,0.53836,0\n-1.0865,-0.64477,-0.50276,0\n0.096596,0.079311,-0.45438,0\n1.7792,1.8013,-1.5658,0\n-2.1591,0.25098,0.18916,0\n0.13181,0.56475,0.57729,0\n1.3094,-2.0159,0.058281,0\n-0.9759,1.7012,0.81419,0\n0.40573,-1.4185,-0.65649,0\n-0.036599,1.0394,2.2039,0\n-0.58466,-0.0493,-0.45518,0\n1.3951,-1.1107,0.32687,0\n-1.4687,0.16851,-0.21746,0\n0.70858,0.24983,-0.24395,0\n-0.82397,-0.20819,-0.89866,0\n-0.99745,-0.60997,-0.37205,0\n-0.5391,1.103,0.71643,0\n-0.28167,-0.2052,1.341,0\n0.5792,-0.42057,-0.85032,0\n0.052764,-0.16145,0.57686,0\n-0.046421,0.28643,-0.080107,0\n-0.051497,-0.31065,-0.28922,0\n1.1848,0.88701,-1.332,0\n0.44237,0.54865,-0.55592,0\n-1.3016,0.11553,0.99077,0\n0.77003,-1.5665,0.26565,0\n0.6796,0.98574,0.26168,0\n0.53693,1.2627,0.10344,0\n-0.015191,-0.39968,0.88608,0\n-0.88503,1.8064,-0.42848,0\n0.17158,0.6663,-0.70584,0\n-0.065288,0.19914,-1.812,0\n0.77049,1.022,0.88729,0\n0.55765,-0.37779,-0.50681,0\n-0.45832,-0.49592,0.85819,0\n0.68383,0.16361,-2.3026,0\n-0.40038,1.8763,0.18982,0\n0.98724,1.0334,0.21557,0\n0.67031,-0.66412,-1.591,0\n0.52227,-0.58811,-0.83199,0\n-0.27681,1.6616,-1.1568,0\n0.27247,0.49259,-0.62466,0\n0.6683,-1.2098,-1.1024,0\n-0.78399,1.0527,-1.1471,0\n0.72179,0.13393,0.60142,0\n0.11978,-0.26343,-0.96012,0\n-1.081,0.80105,-0.93114,0\n1.3759,-0.63805,-0.050113,0\n-0.048761,-2.7552,-0.046948,0\n-1.5563,-0.33332,0.76029,0\n0.73019,0.94548,-0.21241,0\n0.84478,-1.3365,-1.2976,0\n-0.97494,0.74244,-0.38814,0\n-1.7981,0.35334,1.728,0\n-1.4858,0.004044,-0.011485,0\n0.4769,0.99994,-0.066922,0\n0.28577,1.0331,0.85791,0\n-0.12139,-0.77263,0.8789,0\n-0.092934,0.39173,1.8849,0\n-1.3541,-1.029,0.31983,0\n-0.60903,0.41936,1.2979,0\n-0.29753,-1.3668,0.33214,0\n0.18642,-2.5195,-0.32814,0\n0.47608,1.5172,0.29509,0\n-0.491,0.62426,-0.076697,0\n1.1381,0.26474,-0.53295,0\n0.067891,-0.52985,0.67379,0\n0.9417,0.47272,-1.0034,0\n1.3677,1.0139,1.4025,0\n-0.19942,-0.785,-0.91018,0\n-1.7313,0.74631,1.0895,0\n-0.56456,0.52499,1.0997,0\n-0.30361,1.0978,-2.0781,0\n-1.3031,-0.87848,-0.0094788,0\n1.397,-1.5562,1.0424,0\n0.93237,-1.9254,-0.98891,0\n-0.90471,-0.81984,-0.84225,0\n0.30037,-0.53674,0.83619,0\n-2.412,-1.0171,-0.31504,0\n0.20699,1.7352,0.44913,0\n0.75282,-2.5914,-1.6254,0\n0.46125,0.2944,0.022484,0\n0.45932,-0.45875,-0.79708,0\n-0.78758,-0.6516,-1.8595,0\n-0.42749,-0.63863,0.073814,0\n-0.080569,-0.48145,-1.4939,0\n1.1097,-0.53161,0.30904,0\n0.40039,0.31184,-0.088883,0\n0.44123,-0.12252,-0.47782,0\n0.5182,-0.43341,2.5668,0\n1.9609,0.98364,1.262,0\n-1.3973,0.65384,2.0866,0\n-1.6152,1.496,0.70044,0\n0.26265,1.9921,0.6066,0\n-1.4092,-0.34243,0.034827,0\n1.4133,-0.51,-0.019203,0\n0.20895,0.35831,1.7462,0\n-1.0615,0.53234,-0.40519,0\n-1.4759,-0.13462,1.2102,0\n-1.3825,-1.1294,1.3178,0\n-0.57393,-1.592,-2.2276,0\n-0.04653,1.5867,-1.2449,0\n-1.3322,-0.14474,-2.0144,0\n-0.55792,-0.71392,0.030605,0\n0.32561,0.56321,-0.561,0\n0.10581,0.28044,-0.52544,0\n0.15112,0.94983,0.67331,0\n1.0059,0.32194,-0.1804,0\n1.0718,-0.26068,0.064961,0\n-0.77487,0.52527,-2.4431,0\n0.082794,-0.092098,2.1236,0\n-0.52255,0.80215,0.49231,0\n-1.8407,0.46989,-0.10362,0\n0.17537,0.12702,0.46981,0\n-0.32716,-0.17291,2.0635,0\n0.050741,-0.77929,-0.035648,0\n1.4028,0.58816,-1.1735,0\n-1.021,-0.068408,-0.91239,0\n1.5919,-0.49863,0.083246,0\n0.12449,1.7147,-0.30389,0\n-0.069715,-1.7725,-0.75377,0\n-0.34219,-0.37778,0.87204,0\n0.6639,-0.73421,2.6523,0\n0.54666,0.65021,-0.9229,0\n0.90832,-0.332,-0.6253,0\n-0.15326,-0.58591,1.2874,0\n0.59169,0.26891,-0.59146,0\n-0.48356,-0.0050286,0.1301,0\n1.0333,-0.27892,1.2402,0\n0.69809,0.77841,-0.98932,0\n1.1133,0.0015117,-1.2768,0\n1.2993,0.24242,-0.26367,0\n1.4858,1.1891,-0.00086573,0\n-2.0556,0.27397,-1.0327,0\n0.085749,0.7258,-0.17362,0\n-0.57923,-0.52605,2.3142,0\n0.009219,0.85657,-0.075105,0\n-1.1497,-1.1247,-2.1089,0\n0.83898,-0.26842,-0.093778,0\n-0.63644,0.80983,-1.9842,0\n-0.4257,-0.0325,-0.52371,0\n0.54076,0.76176,1.0736,0\n1.2608,-0.36788,0.75645,0\n0.75514,0.32792,1.5317,0\n1.7145,-1.2703,-0.39761,0\n-1.4383,1.6726,-1.8934,0\n0.41689,1.4416,-2.7021,0\n-1.0345,-0.32352,-2.2554,0\n-0.98319,-0.65169,0.81104,0\n0.55231,-0.49746,-1.9581,0\n0.0060576,0.6054,1.694,0\n1.0908,-0.31715,-0.60519,0\n-1.5738,-0.08809,-1.8301,0\n-1.1338,0.23958,0.53046,0\n-0.094898,-0.69052,0.44985,0\n1.268,1.1331,-0.24179,0\n2.1972,1.2248,-1.0833,0\n1.1017,0.17958,-1.5108,0\n0.32384,-0.19615,-1.8539,0\n0.042485,1.9039,-1.8677,0\n0.57916,0.27814,-1.7793,0\n-0.62823,0.064405,1.0477,0\n-1.2568,0.60134,1.0776,0\n-0.26342,-1.0404,-0.1271,0\n-0.25994,-1.1481,0.14635,0\n0.36523,-2.0974,1.0283,0\n0.82718,-0.55958,-0.4725,0\n-0.5542,0.31247,-0.69327,0\n0.31418,-0.30352,0.56071,0\n1.4191,-1.3444,1.3507,0\n-0.70434,0.67686,0.27045,0\n0.10184,0.87918,-0.97254,0\n2.2399,-0.31707,0.99183,0\n0.30999,-0.40207,0.91828,0\n-1.5404,-0.61271,-1.7457,0\n0.73472,-0.26396,-1.869,0\n-1.0372,-0.2702,-0.15941,0\n0.29268,-0.61293,-0.9596,0\n1.9944,1.9653,0.68506,0\n-0.18821,2.5718,-0.61064,0\n-0.38247,1.0754,-2.0188,0\n-0.62998,-0.69804,-1.6354,0\n0.87746,-0.028096,0.86821,0\n1.9138,-0.56502,1.5555,0\n-0.48671,-1.7534,-0.5372,0\n0.61685,-1.4161,0.43631,0\n0.33173,1.7675,0.91139,0\n1.664,0.28546,0.26472,0\n-0.39358,0.31049,2.4652,0\n-0.040063,-0.49379,0.60508,0\n1.1721,-1.2487,-0.83902,0\n0.407,0.91095,-0.99862,0\n0.13998,-0.8368,0.15813,0\n1.7849,-2.3539,0.18036,0\n-0.30589,-2.0407,0.048949,0\n0.052015,-0.38879,2.3301,0\n-2.0157,0.72495,2.9465,0\n-2.2241,-0.13173,0.46631,0\n-1.6135,0.78066,0.53216,0\n0.0043503,-1.3769,1.186,0\n-0.18207,-1.4467,-1.0572,0\n-0.33392,0.072228,-0.15255,0\n-1.0232,2.0989,0.36877,0\n1.3384,-0.29871,-0.70779,0\n0.87131,-0.37444,-0.40736,0\n-0.43762,1.2499,-2.5988,0\n1.0117,0.27462,0.34461,0\n0.33268,-0.45149,-1.0375,0\n1.9403,-2.0467,-0.13612,0\n2.4216,0.59699,-0.14404,0\n-0.80863,-0.2462,-0.018317,0\n0.7036,0.87118,-0.78385,0\n-0.061385,-0.72702,-1.7939,0\n0.78213,1.1604,-0.47228,0\n0.29216,-1.3788,1.0536,0\n0.26712,-1.3694,0.52842,0\n-1.3433,-1.1405,0.99241,0\n-0.28471,0.38734,1.2479,0\n-0.59256,-0.2316,0.13506,0\n-1.6869,0.43619,-1.5734,0\n0.6467,0.058124,-0.65725,0\n0.074295,2.0915,1.5067,0\n0.58739,0.75685,-0.88757,0\n1.4935,-0.92737,0.02498,0\n-2.5255,0.30525,-0.066766,0\n2.2994,0.65337,0.14327,0\n-0.069739,0.81448,-0.92152,0\n0.11955,0.72566,-0.15841,0\n-1.2458,0.83966,0.14203,0\n-1.0134,0.16747,-3.3723,0\n-0.20605,-1.5513,-0.15872,0\n0.37956,-0.63701,0.36928,0\n0.12157,-1.9359,0.75985,0\n0.035495,-0.40581,-0.7089,0\n-2.9066,0.095321,0.41091,0\n-0.12193,-1.7134,0.027073,0\n0.19467,-2.8624,-0.47342,0\n-1.0803,-1.7547,0.87672,0\n-1.0957,-0.3488,2.4711,0\n0.40153,1.2024,-0.43709,0\n-0.50133,-0.46836,0.051852,0\n0.96666,0.28587,0.29619,0\n0.52999,-0.98502,1.2536,0\n1.7599,-0.83484,0.25399,0\n0.58749,-1.1728,1.9737,0\n1.2867,0.31609,-0.036026,0\n-0.79306,-1.0177,0.80083,0\n1.7764,0.10168,-0.40305,0\n-1.0235,-0.55134,-0.089396,0\n-0.92287,1.6741,1.354,0\n0.58455,0.6564,-0.42636,0\n2.8591,0.09059,0.58258,0\n1.2631,1.4987,2.3368,0\n1.3887,-0.97711,0.17496,0\n-0.03685,-0.76548,-0.39278,0\n0.83854,-0.6364,-0.95571,0\n0.2123,0.72114,-0.50001,0\n0.12019,1.3395,-0.37607,0\n0.72293,-0.7554,-0.12423,0\n0.11266,-1.7292,0.22854,0\n1.9982,0.18393,-0.46307,0\n-0.53719,0.47043,-0.21256,0\n0.81013,0.8233,-1.1714,0\n-1.0462,-0.96964,-0.44001,0\n-1.5803,0.78706,0.7358,0\n0.093215,2.5126,-0.33176,0\n0.20546,0.52337,0.58382,0\n-1.5186,-0.55701,-0.19994,0\n-1.143,-0.47832,0.28613,0\n-1.1575,0.35454,1.221,0\n-0.44089,-1.2101,1.134,0\n2.1284,-0.14,-0.15591,0\n1.1594,0.033979,-0.77016,0\n0.087105,-0.017985,0.44675,0\n0.12537,0.50509,0.36901,0\n-1.0644,0.56644,-1.5408,0\n0.12066,-0.97636,0.14126,0\n-1.4234,0.27909,-0.078915,0\n0.15673,-1.0674,0.63372,0\n0.89391,-1.1964,-0.92335,0\n-0.32582,0.73287,-0.68263,0\n-0.32974,-0.69393,0.32657,0\n-0.093364,0.60895,-1.0992,0\n-1.485,-1.5401,0.99928,0\n-0.31485,-2.0465,0.02938,0\n0.15786,-0.8459,0.014115,0\n1.2047,0.31791,0.61672,0\n0.58176,-1.0895,0.73368,0\n1.4119,2.5631,-0.91795,0\n1.4772,0.16238,-0.7308,0\n0.76225,-0.50025,0.78417,0\n0.7507,1.3951,-0.49468,0\n1.2121,0.28261,-0.42237,0\n-0.4537,1.0091,1.8474,0\n0.55725,-0.18168,2.4597,0\n0.35999,-0.52796,-0.15317,0\n-1.2555,0.48806,0.15307,0\n1.2558,-2.2309,-0.50347,0\n0.014662,-0.30979,-0.92701,0\n-0.20915,-0.55981,-0.64931,0\n-1.3628,-1.0921,-0.0020071,0\n0.36952,-0.25105,-0.68435,0\n1.3083,0.59967,-0.71233,0\n-2.544,1.2273,0.91476,0\n-1.0097,-2.0423,1.5074,0\n-0.91155,1.3413,-0.73033,0\n-1.4712,-0.86702,0.22662,0\n-0.7567,-0.89975,0.13872,0\n-0.76513,0.61621,0.0060447,0\n0.57831,-1.6137,-0.69551,0\n1.7475,1.1802,2.5419,0\n1.2136,2.0503,-0.16095,0\n-0.71539,-1.5401,-2.1907,0\n-0.2658,-0.54141,0.93501,0\n1.5416,-0.8438,0.096716,0\n0.52761,-0.36095,-0.28191,0\n0.71263,0.3166,0.54116,0\n-0.92264,0.040343,-0.25483,0\n2.5428,0.16753,0.60851,0\n1.0317,-1.327,-1.3071,0\n0.82368,0.97133,-0.48248,0\n-0.87122,1.2162,1.95,0\n3.6344,-0.72041,-0.81278,0\n-0.3354,0.6226,0.17613,0\n-0.31746,-1.1653,-0.7932,0\n0.3097,-0.93494,0.23373,0\n0.79293,-0.56908,-0.59027,0\n-1.208,-0.12461,-1.5757,0\n0.70936,0.1552,-0.21229,0\n0.74213,-0.55688,0.51512,0\n0.25054,0.18245,0.64715,0\n-0.38148,0.76533,0.60763,0\n1.2822,1.9677,0.92342,0\n-0.12638,0.49054,1.8469,0\n-0.63823,-0.19418,0.13353,0\n1.4271,0.34338,-1.0407,0\n1.3605,-0.3031,-0.99537,0\n-2.3487,-1.2731,0.93514,0\n-0.78801,0.29633,2.2156,0\n1.2005,-0.26595,0.82578,0\n-0.7022,1.6615,1.2446,0\n1.6535,0.91149,0.60903,0\n0.14263,-0.30932,1.4392,0\n-0.63722,-1.8169,2.4982,0\n-1.6817,-0.71956,-0.52593,0\n0.09123,0.78912,-1.3332,0\n1.2871,0.31056,-0.34252,0\n-0.66092,0.24035,0.21231,0\n-1.3607,-0.48411,-0.76942,0\n1.0231,0.017349,-0.85125,0\n1.0232,1.2353,1.5555,0\n1.824,0.035974,-0.59565,0\n-1.2712,-0.53546,0.29383,0\n-1.0942,0.70202,-1.097,0\n-0.58214,-0.5338,-0.28633,0\n1.2137,-0.57425,-0.16968,0\n-1.739,-1.6382,0.28151,0\n-0.080595,1.0428,-0.59149,0\n0.80168,0.15802,0.41784,0\n-0.41548,1.2887,-0.58916,0\n2.2978,0.35325,1.2021,0\n-0.91163,0.25062,0.095332,0\n-0.39881,0.67257,-1.3878,0\n2.034,0.12433,-0.14635,0\n0.217,-1.2461,0.87894,0\n-0.071914,0.43082,-0.49933,0\n0.98778,-0.59921,-0.19157,0\n0.29912,0.2859,-0.065314,0\n1.5098,-0.26949,-0.9154,0\n-1.9188,1.7729,0.17325,0\n0.85014,0.27433,1.8578,0\n0.24258,1.1731,0.89943,0\n-0.57741,0.49994,-0.4162,0\n-0.18531,-2.0151,-1.7291,0\n-1.075,0.9922,0.75331,0\n-0.093866,1.5499,1.6745,0\n0.76225,1.6454,0.61369,0\n0.6883,0.31687,-1.4617,0\n1.005,0.34162,0.27618,0\n-1.0548,0.67522,-0.75156,0\n0.94503,0.20902,1.1034,0\n0.11244,-0.69242,1.3665,0\n0.7552,1.5703,0.019349,0\n-1.0987,-0.47644,-0.66521,0\n-1.0133,0.89474,0.5876,0\n1.1937,-0.83746,1.0936,0\n1.7032,-0.76869,-0.44997,0\n-0.15896,-0.38903,-1.9604,0\n-0.22925,0.57557,-0.1564,0\n-1.6284,0.83432,-0.6539,0\n-0.41221,-0.83321,-1.3555,0\n-0.18724,-1.0855,-1.0952,0\n0.72562,0.64612,0.0093398,0\n0.84686,1.12,0.80452,0\n-0.52166,0.71035,-0.17483,0\n-1.3656,-0.38149,2.3449,0\n0.07916,0.37714,0.9922,0\n0.77083,-1.0788,0.8881,0\n-1.0971,0.084988,0.019625,0\n-1.0527,-0.98673,0.79034,0\n0.071402,0.60835,1.2531,0\n1.1684,-1.0466,0.8726,0\n-0.68298,1.2957,0.43311,0\n0.88896,-0.6096,0.44395,0\n-1.4087,0.96618,-0.51217,0\n0.88023,1.8398,0.64555,0\n0.32769,1.1607,0.14362,0\n0.06159,-0.12241,0.99242,0\n1.5246,-0.52041,-0.66406,0\n0.40921,1.7567,-1.0359,0\n0.67345,-0.27275,-0.61731,0\n-0.076129,0.047902,0.5606,0\n0.062724,1.2695,-1.8207,0\n-0.807,1.8783,1.0435,0\n-0.48851,-0.098234,1.1696,0\n0.52754,-0.096802,1.4944,0\n-0.79877,-0.71761,0.62676,0\n0.15051,0.27904,0.11221,0\n-0.60343,-0.33297,0.50914,0\n-0.65925,0.030483,0.82822,0\n-1.8021,-1.3666,2.6741,0\n0.97457,0.30401,0.89201,0\n-0.08113,2.4526,2.0154,0\n-0.50247,0.09291,0.54369,0\n-1.8638,0.1505,-0.50025,0\n-0.50057,2.0065,-1.7231,0\n-0.93736,-0.34504,0.36048,0\n-1.7448,0.5054,0.14329,0\n0.16582,0.46598,0.44081,0\n0.46926,-0.92659,1.5281,0\n-0.75604,-2.0649,-0.83647,0\n2.8113,-0.53642,-0.2969,0\n-0.32223,-0.96067,0.51884,0\n0.32948,1.1893,-1.4154,0\n1.0297,0.23375,0.72729,0\n-0.23334,-0.23102,1.2234,0\n2.5895,-0.0095487,0.76067,0\n0.0047696,-1.0239,-0.045612,0\n-0.40192,1.6238,-0.55481,0\n0.8042,-0.8488,-0.50861,0\n1.0983,-1.0147,0.0020208,0\n1.3175,-0.49765,-0.28043,0\n-0.23886,-0.11011,-0.26021,0\n-0.026892,-1.5148,-0.24354,0\n-1.1888,-0.51331,0.55164,0\n0.12717,0.20262,1.8492,0\n-0.42858,0.79948,1.1993,0\n0.38029,1.8449,0.67806,0\n-0.059726,-0.84653,1.7015,0\n-1.4668,1.902,-1.1826,0\n-0.41753,-0.55511,-1.1744,0\n1.009,0.84248,0.38665,0\n0.96281,-1.0738,1.262,0\n1.3038,-0.17706,2.2166,0\n-0.15016,-0.077887,1.2974,0\n1.3924,0.14561,0.72862,0\n-0.43722,-0.33529,0.92612,0\n0.49969,-0.88832,0.95475,0\n1.0081,0.061331,1.3082,0\n0.58698,-1.3022,-0.32275,0\n-0.01021,1.0238,1.1762,0\n-0.53771,0.32022,-0.16643,0\n2.0035,-0.71308,-0.047867,0\n-0.91089,-0.78117,-0.59407,0\n-1.5818,-0.71393,0.50347,0\n0.13073,1.4158,-0.42369,0\n0.82634,-1.1931,0.83552,0\n-2.0621,-0.39834,-0.52513,0\n-0.73513,-0.31086,-1.2258,0\n1.2575,-0.88076,-1.0879,0\n0.75564,-0.32419,0.32865,0\n0.19945,-1.713,0.6323,0\n1.0188,0.71177,-0.017107,0\n-1.1236,-0.2195,-0.33213,0\n-0.65194,0.66468,-0.21478,0\n1.0412,0.94613,0.99301,0\n-0.027314,1.2587,-0.035014,0\n-0.42958,0.86274,-0.81429,0\n-1.0648,-1.0895,0.18585,0\n-1.2154,-1.1741,-0.043505,0\n-0.53893,1.4018,0.79848,0\n-1.1295,-1.0074,-0.76603,0\n-0.88983,-0.6581,0.77707,0\n0.25914,-0.24871,-0.82884,0\n0.67806,0.32788,-1.9385,0\n1.2118,0.15438,-1.6879,0\n1.7236,-0.06273,0.55811,0\n-0.68426,-0.50404,-1.2707,0\n0.033239,0.98594,-0.91277,0\n-0.26346,0.38327,0.68194,0\n0.49112,0.056688,-0.53256,0\n-0.93402,0.92428,-0.20671,0\n0.9991,0.71711,0.075617,0\n-0.86238,0.33736,-1.5263,0\n1.4148,-0.84387,0.58811,0\n-1.1074,-0.13066,1.0606,0\n1.0566,-1.0662,0.37578,0\n-0.031333,-0.66888,-1.0258,0\n1.0689,0.63199,-1.1417,0\n-0.75056,-1.1566,0.62751,0\n-0.42691,0.59927,-1.7936,0\n1.1965,-1.4258,-0.31409,0\n0.70251,1.2893,1.2236,0\n-0.6551,-0.31569,-1.6997,0\n0.7148,-0.018237,-0.36924,0\n-0.84944,1.3587,-0.41342,0\n1.3202,0.35918,-0.60969,0\n-0.78979,1.0967,-2.0747,0\n-0.3611,-0.70349,1.4785,0\n0.25042,-0.35918,-0.0016992,0\n-0.58848,0.69248,-0.27164,0\n0.56996,-0.87783,0.022745,0\n-0.37446,0.42539,-1.1753,0\n-0.71883,-1.4824,0.34615,0\n0.16393,-1.2441,1.8174,0\n0.97115,-0.084541,1.3132,0\n-0.86836,-0.79946,-0.11124,0\n-0.0029552,2.2436,-0.36042,0\n-0.24344,0.67507,-0.58477,0\n-1.7163,-1.2659,0.048991,0\n1.1401,-0.35465,0.52181,0\n1.1058,0.3355,-1.7141,0\n0.17889,-1.0188,-0.17294,0\n-0.82313,-0.25339,-0.7826,0\n-0.33003,-1.9582,0.2716,0\n-1.0518,0.023611,1.7933,0\n0.31769,1.0732,-0.87503,0\n-0.31295,0.15873,-1.6215,0\n0.39731,-0.93518,0.82646,0\n-0.31102,-1.0324,0.24441,0\n-0.44843,0.81476,1.8446,0\n0.3303,-1.0236,0.12865,0\n-1.1233,0.62635,1.8626,0\n0.099988,-0.097841,-0.29592,0\n0.6575,-0.17649,-1.4092,0\n0.40821,0.083425,0.37648,0\n0.030814,-1.0389,-0.63724,0\n1.2559,0.6391,0.20888,0\n-1.7931,1.2014,0.78845,0\n0.25146,0.16592,-1.405,0\n0.91584,0.68365,-1.0543,0\n-0.66163,-0.34354,-1.0866,0\n1.0142,-0.075448,-0.69127,0\n0.097491,0.61723,0.68255,0\n1.6371,0.73925,-0.1499,0\n1.1857,-1.625,1.0336,0\n0.49586,0.72935,-0.65229,0\n-1.0695,-0.062285,-1.6049,0\n-1.0981,-0.012077,-0.067557,0\n-2.0311,1.03,0.40062,0\n0.18577,-0.42037,-1.9519,0\n1.4875,-1.9768,0.34509,0\n-0.076281,-1.4838,-1.267,0\n-1.7243,0.25963,1.0625,0\n-0.79248,-0.71455,1.3857,0\n-0.2838,0.51816,-1.9279,0\n-0.22176,1.3028,2.0601,0\n0.51791,0.83514,-0.80992,0\n0.059359,-1.5099,0.32196,0\n0.73928,-0.18752,-0.258,0\n-1.3492,0.060774,-0.71365,0\n-2.1952,-0.39239,-0.11522,0\n-1.2979,-1.1935,-0.60856,0\n-1.53,1.3017,0.90405,0\n-1.0438,0.1033,-0.12927,0\n-1.2063,1.1136,0.77003,0\n0.065894,-0.64053,-1.2569,0\n-0.89054,1.2179,0.63407,0\n-1.3226,0.86206,-0.71528,0\n-1.3008,-0.081575,0.090967,0\n-0.50317,0.99183,-1.0712,0\n-1.2062,-0.52215,-0.65126,0\n-2.1382,0.061192,-0.77374,0\n0.038934,-0.34692,1.7928,0\n-0.2108,-1.2227,-0.75235,0\n0.71246,-0.90097,-1.3913,0\n-1.0618,-0.41876,0.70004,0\n-0.24079,-0.43319,0.4318,0\n-1.0018,-0.042275,0.13876,0\n-0.39975,0.10562,1.4389,0\n-0.054367,0.40174,0.16984,0\n-2.7524,-1.3631,-0.73638,0\n-0.098892,-0.97918,-1.0541,0\n-1.2134,-0.52015,-1.2997,0\n-0.14342,-0.12121,0.23491,0\n1.0171,3.0153,1.1945,0\n0.23662,1.1608,0.45527,0\n-0.43059,0.71251,0.80798,0\n0.65009,0.77867,0.48347,0\n-0.48515,0.52987,-1.0623,0\n0.89519,0.43373,2.517,0\n1.4909,-1.2686,0.86309,0\n-1.0421,0.45584,-0.031011,0\n1.2239,0.45232,0.33874,0\n-0.6372,0.35778,-0.16215,0\n0.46164,0.26495,0.073047,0\n-0.80974,0.68232,0.067188,0\n-1.919,-0.55697,0.47661,0\n0.49177,-0.23518,-0.28136,0\n-0.81573,0.34019,-0.26881,0\n0.73008,1.8824,-0.1105,0\n-0.31217,-0.39176,-0.27708,0\n-0.15482,0.48472,1.4518,0\n0.85902,0.085991,1.0049,0\n0.47261,-2.0292,-0.42895,0\n1.8585,0.50163,-1.3355,0\n-0.80489,0.090679,0.60376,0\n0.36565,1.3046,-2.3416,0\n-0.73457,-0.64097,-0.71534,0\n-0.053671,1.0802,0.64046,0\n-0.95685,-0.70522,0.5819,0\n0.36775,0.031712,0.87782,0\n0.81347,-0.75916,0.75501,0\n-0.039198,0.88264,1.1442,0\n0.46295,-0.21898,2.0565,0\n-1.0602,-1.1014,-1.0084,0\n-0.26317,0.22905,0.2319,0\n-0.011436,-0.61733,1.1354,0\n-0.45099,0.43251,0.054608,0\n1.4886,-0.6758,0.77106,0\n-0.61631,1.2609,-0.61572,0\n0.15583,-0.14048,-0.22695,0\n0.50144,0.08331,-1.3967,0\n-1.612,-0.40529,0.42109,0\n1.1712,-1.0353,-0.2755,0\n1.0976,-0.3234,1.1138,0\n0.078753,-1.5543,-2.4614,0\n-0.45877,-1.0017,0.35348,0\n0.40781,0.93534,0.4524,0\n1.5303,-0.44364,-1.1082,0\n0.27987,-0.71585,-0.63291,0\n0.31245,0.95753,-0.35831,0\n1.9646,0.46735,1.6693,0\n1.5111,-0.80727,0.84599,0\n-0.2285,1.2618,-0.92651,0\n-0.84589,-0.58432,1.2833,0\n-0.9549,-0.44705,-1.8228,0\n-0.81394,1.0747,0.063955,0\n0.25819,1.1343,1.7861,0\n0.69327,-0.11757,-0.14257,0\n0.689,-1.7801,0.85936,0\n0.15368,0.25506,0.037353,0\n1.7418,0.59797,1.47,0\n1.623,0.46476,-0.69331,0\n1.12,-1.5879,1.1312,0\n-0.39836,0.157,1.0208,0\n0.14919,0.18215,0.3682,0\n-0.8058,0.639,1.9135,0\n0.29157,-0.062393,-0.72326,0\n-0.67795,0.75324,-0.10885,0\n-0.98526,-0.23106,-1.3123,0\n-2.0161,-0.56673,0.25809,0\n0.18314,0.0085768,0.54182,0\n0.27412,0.97111,-1.0173,0\n0.95859,-2.1588,0.38528,0\n0.5936,0.12237,-1.5499,0\n-1.1099,0.8671,-0.48188,0\n-1.3958,-0.44601,-1.4389,0\n-2.3382,0.1425,-1.9292,0\n1.0772,0.35928,1.2133,0\n-0.77754,-0.49028,1.5058,0\n-1.1638,2.0099,-1.3894,0\n1.2715,0.2876,-0.84333,0\n-0.018429,0.10526,-0.91794,0\n0.11584,-0.19815,0.036724,0\n-0.61244,0.20619,2.2083,0\n-1.5872,-0.57998,-0.078314,0\n-0.82844,-0.5846,-0.080522,0\n-0.66281,0.30896,1.5941,0\n-0.68902,-0.87109,0.50748,0\n0.61804,-0.50953,2.1067,0\n-0.36967,-1.2821,-1.2868,0\n0.59423,-0.47275,0.66748,0\n-0.15833,-0.14767,0.66262,0\n-0.36464,-0.15441,-0.54195,0\n0.36978,0.28996,-2.1202,0\n1.7455,0.97707,-0.21071,0\n0.29318,0.64719,0.39532,0\n-0.044531,0.20966,-0.6992,0\n0.66188,-1.0736,1.1358,0\n-1.1931,-0.040384,-0.14767,0\n-1.3504,-0.46075,0.26726,0\n-0.65199,0.78482,0.17744,0\n0.40625,0.81684,0.029182,0\n0.021867,-0.21655,1.077,0\n0.74018,-0.59166,1.367,0\n-0.70808,1.4426,1.0524,0\n-0.26847,0.14956,0.57322,0\n-0.15038,-0.85594,1.5026,0\n-1.3647,-0.36486,1.1251,0\n1.1811,0.5502,0.066149,0\n0.020019,0.88734,-0.025733,0\n-0.046169,1.4641,0.21853,0\n1.955,0.11733,1.2566,0\n2.0667,-1.4074,-2.2211,0\n-0.63851,0.24048,0.044502,0\n-0.8706,0.51633,0.62537,0\n-0.32878,-0.94423,-1.1505,0\n0.67923,0.60968,0.53594,0\n0.059698,-0.50148,-0.22861,0\n-0.29783,-1.1811,-0.37962,0\n0.044254,-0.70627,-0.30187,0\n-1.0842,0.22909,1.3369,0\n1.1551,0.73875,0.25261,0\n0.55409,-1.0383,-0.013888,0\n-0.65233,-1.1895,-0.098037,0\n0.60237,0.16748,0.21518,0\n0.40391,0.50046,0.77178,0\n-1.0531,1.4913,0.33999,0\n0.6947,0.05584,-0.96,0\n1.2269,1.2547,-0.76007,0\n0.87252,-0.42594,-0.038644,0\n0.89738,1.658,1.1076,0\n0.31364,1.0652,0.82804,0\n1.9646,-1.5174,-0.87653,0\n-1.1658,0.98948,-1.1666,0\n0.6724,0.92745,0.62147,0\n1.4602,1.8714,-0.42767,0\n-0.54495,-0.1219,-0.16101,0\n1.104,0.93768,0.66073,0\n-0.47054,0.11728,-2.1695,0\n0.80867,-2.2683,0.59799,0\n-0.61049,-1.438,1.1611,0\n0.38915,0.31659,-1.6901,0\n-0.09338,0.72828,0.34389,0\n1.6764,-0.52803,1.4255,0\n-1.339,-0.4259,0.56795,0\n2.0327,-0.9018,0.84666,0\n-0.98747,1.3088,-0.53563,0\n0.39909,1.3858,-0.86357,0\n0.72745,1.2055,1.0728,0\n0.31702,-0.19366,0.3627,0\n0.64053,-2.0773,0.39377,0\n-0.44933,-0.92748,-0.33173,0\n2.333,0.050461,0.76049,0\n-1.3881,0.11656,-1.0478,0\n0.89163,0.9497,0.19159,0\n-1.3845,-1.1796,-0.99021,0\n-1.3342,-1.1153,-0.30272,0\n-0.47475,-0.57085,-0.058168,0\n0.58437,-0.80846,-1.8348,0\n1.1233,1.1908,-1.1962,0\n0.22386,-1.1558,-0.83131,0\n0.081969,1.329,1.4383,0\n1.1574,-0.67311,1.5122,0\n-0.84686,-0.12645,1.6202,0\n0.41183,1.3615,-0.24001,0\n-2.1195,-0.61583,-0.58771,0\n-0.39127,-0.42279,-1.2249,0\n-0.8258,1.0945,0.21071,0\n0.015922,-1.0688,1.3545,0\n-0.83945,1.077,-1.3426,0\n2.6698,-0.85532,-0.78924,0\n-0.14514,1.9446,0.079919,0\n-2.0561,-0.19562,-1.4937,0\n0.18318,0.90061,2.0505,0\n0.33155,-1.2612,0.82428,0\n-0.30367,1.7303,0.29838,0\n0.23887,-0.56447,-1.3095,0\n0.016528,-0.18429,-0.84328,0\n0.055561,-1.7075,-0.083368,0\n-0.97541,-0.71296,-1.3498,0\n-2.1409,0.7708,-1.2394,0\n-0.54985,-0.41604,1.2197,0\n-1.1744,-0.42295,-1.7703,0\n-0.50895,-0.2181,-1.5667,0\n-0.3255,0.44682,-1.8909,0\n-1.8847,1.2414,-0.20702,0\n-1.8389,0.20192,-1.1362,0\n0.45149,0.59847,0.63967,0\n0.57481,-0.2779,-1.3057,0\n0.30578,-0.25113,0.22591,0\n0.68824,1.7407,0.53201,0\n0.32136,0.39988,-2.548,0\n0.55491,-0.78203,-0.20036,0\n-0.1172,-0.86019,0.51596,0\n1.566,-0.44819,1.3128,0\n-2.7265,-0.39097,-0.94299,0\n-0.16409,1.3549,0.86549,0\n0.96468,0.17654,0.46091,0\n-1.8111,0.56531,0.017165,0\n0.059981,-1.1337,-0.65205,0\n0.75491,-1.0232,1.5616,0\n0.32047,-0.11668,-1.9004,0\n-0.22041,1.5313,-1.2836,0\n0.7733,-1.6875,1.0946,0\n0.90533,-0.080272,-0.35331,0\n-0.87337,0.32206,0.99408,0\n-1.533,-1.0522,-0.29696,0\n0.67923,0.70401,0.092302,0\n-0.20077,0.72373,0.47539,0\n-1.02,0.38073,0.89053,0\n1.9326,2.246,1.7091,0\n1.2209,-0.42827,0.93823,0\n0.47259,0.24995,0.45569,0\n1.0158,-0.65211,0.55748,0\n-0.36477,-0.020276,-0.34645,0\n-0.062422,-2.8432,0.70272,0\n-0.2599,-0.17643,1.4614,0\n-1.2348,0.39497,-0.0028505,0\n-2.5444,1.0379,-0.048317,0\n-2.0857,0.65649,-0.005285,0\n-0.45082,-1.5422,-1.1625,0\n0.11778,0.16161,0.83606,0\n-1.0088,0.21421,0.37612,0\n1.0095,0.15751,0.35891,0\n-0.58153,-0.031546,0.20551,0\n-0.22826,-0.86367,0.2565,0\n-0.67731,1.2304,3.0825,0\n-0.70909,-0.51021,-0.27155,0\n0.096675,-0.051931,-0.17812,0\n-1.0675,1.3795,0.87273,0\n0.20593,-1.7417,0.56203,0\n-1.3781,0.55075,-0.43924,0\n1.5382,1.0023,-1.908,0\n-0.12692,-1.795,-0.61155,0\n-0.42338,0.75851,2.382,0\n1.6554,-0.43329,-0.019898,0\n0.61815,0.094998,1.0893,0\n-0.14324,0.38159,-0.57663,0\n0.90143,1.1909,1.6801,0\n-0.93897,1.6373,1.5612,0\n0.784,-0.041962,1.0882,0\n-1.5663,0.55634,0.97514,0\n0.09281,0.025052,-1.6706,0\n-1.0123,1.429,0.53946,0\n-0.81383,0.77231,-0.058482,0\n0.90933,0.13687,0.50834,0\n0.75924,-1.6455,0.85264,0\n2.2106,0.81807,0.29399,0\n-0.73835,-0.2476,-0.40667,0\n-1.0468,0.18574,0.092735,0\n1.3649,-1.0357,0.86066,0\n-0.3943,1.6217,2.224,0\n-1.0712,1.2416,-0.29069,0\n0.29041,0.52649,-2.0897,0\n-0.40502,-0.42816,0.021733,0\n-1.0445,1.2709,0.59421,0\n1.9768,1.6736,0.12965,0\n-1.227,-1.4361,-0.93155,0\n0.28224,-0.78666,-0.22579,0\n0.18959,0.98415,0.26087,0\n2.021,1.3394,-1.8282,0\n-0.10145,-0.97198,0.68975,0\n0.72002,0.85988,-2.166,0\n1.8102,0.32461,0.04697,0\n0.4071,-0.15905,0.31864,0\n-0.88057,0.89205,0.84302,0\n-0.70722,0.82364,0.35794,0\n0.31359,0.57849,1.3987,0\n0.28245,-1.1556,-1.1187,0\n-0.32752,1.3412,-0.79113,0\n-0.30298,-0.95331,-0.25966,0\n0.35266,-0.11468,0.90684,0\n0.41432,-0.87375,1.243,0\n0.45796,-0.60889,0.63727,0\n-1.3229,-1.2659,-1.1703,0\n0.35993,1.0814,0.35542,0\n-0.093963,0.86913,-0.86266,0\n1.0042,-1.2836,0.19635,0\n-1.0994,1.194,0.93224,0\n-1.1297,-1.1082,-0.18435,0\n0.6463,-0.43823,1.5234,0\n-0.031081,-0.29319,-1.146,0\n0.37761,-1.7153,1.3452,0\n0.60243,0.83815,1.1864,0\n1.8025,0.31229,1.041,0\n0.84795,-0.64076,0.29285,0\n-1.4482,-0.55468,0.23252,0\n-1.3259,0.23976,1.0006,0\n1.741,-1.3092,0.16614,0\n0.031127,-0.45665,-0.81826,0\n1.3036,0.92923,-0.65228,0\n0.48607,-0.61034,0.28511,0\n0.596,-0.54547,-0.44539,0\n0.98713,-0.21529,0.65123,0\n0.19387,0.48164,-0.13012,0\n-0.93257,-0.018653,-0.98325,0\n-0.56018,1.6568,0.49175,0\n-0.59726,-1.0864,0.53892,0\n0.37546,1.2187,-1.0459,0\n-0.38382,0.77893,0.29422,0\n0.93527,0.098215,-1.008,0\n-2.0075,-0.19903,-2.7306,0\n1.4903,0.44913,0.66367,0\n1.1659,0.66534,-0.16216,0\n-0.33212,-0.96172,-1.5098,0\n1.7221,-1.3303,0.8019,0\n-1.0221,1.2575,0.87909,0\n0.85352,0.19619,0.23388,0\n0.40901,0.12898,0.70397,0\n1.5216,1.0826,-1.9037,0\n0.56659,0.14562,-0.5929,0\n-0.42912,-2.0348,-1.1301,0\n-0.8798,1.4432,-0.74103,0\n0.85007,-0.19657,-0.18249,0\n0.095226,0.32787,-1.199,0\n0.31144,-1.4455,0.4023,0\n0.46124,0.61677,1.3836,0\n-0.54538,-0.96726,0.24804,0\n-0.26155,0.1637,0.057872,0\n-0.078635,0.82416,0.85938,0\n1.4335,0.32999,0.34819,0\n0.84768,-0.5173,0.061043,0\n-1.0896,0.11455,0.79579,0\n1.1213,-0.17505,2.1171,0\n-0.3912,0.36158,-0.57559,0\n0.6589,-0.52477,0.47248,0\n0.72814,-0.27526,1.1061,0\n-0.28851,-1.4711,-0.93628,0\n-1.7601,0.37454,-2.5788,0\n-1.0668,0.71479,-0.72425,0\n-1.0657,0.15779,-0.44205,0\n1.0631,-0.041867,-0.43326,0\n-0.13993,0.52778,1.648,0\n-0.78014,0.82511,-0.33951,0\n1.2535,-0.2535,0.45922,0\n-1.2726,-0.75777,-1.9898,0\n0.78773,-1.0202,1.1594,0\n1.3694,-0.38711,0.38186,0\n0.53882,-1.3534,-1.1757,0\n-0.61636,-0.037026,0.4147,0\n-1.7786,-0.93252,1.007,0\n1.6666,1.1792,-0.17588,0\n1.8359,0.11684,0.081515,0\n0.31128,0.88543,-0.57462,0\n2.2436,-1.7758,0.22987,0\n0.61742,0.43776,-0.67023,0\n-0.94181,-0.12062,-1.5385,0\n-0.13088,0.99549,-1.4845,0\n-0.22952,0.36461,-0.5314,0\n-2.3009,-0.03373,-0.46015,0\n-0.71882,1.631,-1.4707,0\n-0.49445,0.2681,-0.55956,0\n-0.63044,0.28369,1.5444,0\n1.2928,-0.32746,0.79401,0\n1.3465,0.43281,0.38729,0\n-0.79578,-0.46233,-0.051998,0\n-0.4465,0.34908,-1.1446,0\n0.28747,0.32191,-0.19189,0\n-2.1357,-0.56781,-1.1871,0\n-0.28408,-0.030256,0.27553,0\n-0.015143,0.02142,0.045421,0\n-1.2976,-1.3819,0.22156,0\n-2.1805,-0.51757,0.43496,0\n0.64625,-1.0398,1.4125,0\n-0.049226,0.31266,0.42573,0\n-1.3326,-1.1406,1.0769,0\n-0.12621,-0.47349,-0.749,0\n1.648,1.2656,-0.14441,0\n-0.71433,-0.68272,0.25188,0\n1.3509,-1.1032,-0.10313,0\n1.0871,-0.31002,0.27291,0\n1.2664,0.511,0.55525,0\n0.69969,-0.18296,3.1121,0\n-0.63067,-0.2868,-0.30925,0\n2.2878,0.060182,0.16323,0\n0.21453,-0.72025,-0.10093,0\n0.72776,0.45192,0.79294,0\n0.35001,0.15762,1.4227,0\n0.24079,-0.079544,0.023657,0\n0.44822,0.69813,1.3436,0\n0.1478,0.21905,0.99704,0\n-0.54374,-0.015216,0.002006,0\n0.57397,0.27133,0.8378,0\n0.99103,0.58296,1.4198,0\n-0.32939,2.2605,1.0616,0\n0.059872,0.73135,-0.77503,0\n-0.7243,0.58499,0.48014,0\n-1.4827,0.50513,-1.7107,0\n-0.12763,0.0073888,1.2753,0\n1.7716,-1.0771,-0.20147,0\n-0.48736,-1.1329,2.3323,0\n-1.2915,1.2436,-0.42573,0\n-0.072973,-0.78813,0.55939,0\n-0.75561,-1.7225,0.073575,0\n-2.0176,-0.74407,0.30687,0\n1.2256,0.86762,1.5248,0\n-0.3054,-0.93116,0.41131,0\n0.24478,0.21366,-0.61718,0\n1.8123,-0.31776,-0.049065,0\n1.7892,0.03517,1.2967,0\n-0.52346,-0.4672,-0.80695,0\n0.97816,-1.9452,-2.1008,0\n0.41516,0.01927,1.3497,0\n0.91762,0.69208,1.4287,0\n0.33761,-1.7013,-0.49881,0\n-0.51644,0.80301,0.93587,0\n-1.2605,-0.81793,0.064868,0\n1.0507,-0.37089,-0.57609,0\n-2.2774,-0.16284,-0.6414,0\n1.4704,-1.2045,0.88354,0\n-0.41623,0.22004,0.25405,0\n0.56492,0.33679,-1.5921,0\n-0.3598,-0.90908,0.32143,0\n-1.1025,0.56747,0.7858,0\n1.0573,1.2473,-1.1091,0\n2.5589,-2.2133,1.103,0\n-1.6407,0.38239,0.64332,0\n0.17685,-1.4537,-0.47817,0\n-2.3322,0.73756,-1.4201,0\n-0.27711,1.2428,-2.3647,0\n-0.66762,-0.80869,1.8114,0\n1.0875,0.35303,-0.31747,0\n1.2021,-1.08,1.0796,0\n-0.2472,-0.22598,1.1823,0\n0.070848,-0.26377,1.8354,0\n-0.95899,0.9564,-0.026951,0\n-2.3431,-0.98377,0.991,0\n0.13239,0.64895,-1.1896,0\n0.23009,0.50217,-0.65072,0\n0.53121,0.09312,1.6581,0\n-0.6725,-0.14778,1.0053,0\n0.18116,0.32218,1.0463,0\n-0.054656,-0.38104,-0.44618,0\n-0.50791,0.57527,0.0012666,0\n-0.13043,-0.083639,-0.65356,0\n-1.7325,-0.043979,1.5631,0\n1.6629,0.12945,-0.16049,0\n0.73761,-0.12067,0.26683,0\n-2.2021,0.28533,0.64208,0\n-1.72,-0.29964,-0.9987,0\n0.94163,-0.31635,0.18057,0\n0.34465,0.48664,1.5099,0\n0.43807,-0.69525,0.018515,0\n-2.4437,-1.0836,1.3507,0\n-0.068006,-0.015387,1.45,0\n0.97721,0.3054,-0.63824,0\n0.44887,1.2972,-0.043442,0\n-0.83446,0.50582,0.86171,0\n-0.32905,-0.014074,-1.8021,0\n1.1641,1.9664,1.5531,0\n0.13124,-2.4257,-0.46521,0\n0.54206,-0.04897,-0.99341,0\n0.8086,-1.2766,0.74554,0\n0.1599,-0.8981,-0.037541,0\n-0.95555,1.1728,-0.070683,0\n-2.7591,-0.38427,-1.9684,0\n1.2301,1.054,-0.82999,0\n1.1428,-1.2736,0.89195,0\n0.20837,1.0653,0.45993,0\n0.28075,0.29058,0.41034,0\n1.4001,-1.3215,-0.20637,0\n0.85562,0.071382,-1.1223,0\n-0.91026,-1.3815,0.56989,0\n0.28314,0.44366,0.48582,0\n-2.9488,-0.50068,0.0032909,0\n0.39408,-0.85708,0.77878,0\n0.052664,0.30559,0.2664,0\n-0.46879,0.40978,-0.97589,0\n-0.34702,0.64835,-1.6202,0\n-0.34517,0.49811,0.20167,0\n-0.0957,-0.5763,-2.0901,0\n0.44818,0.081483,-0.1816,0\n0.16752,0.15804,1.8938,0\n1.0838,-1.0593,-0.032798,0\n-0.60325,-0.12067,0.90409,0\n0.075799,0.12862,-0.82557,0\n0.6066,-0.91505,-1.3456,0\n-1.3554,-0.072122,-0.27634,0\n0.19116,-1.9823,-0.72816,0\n-1.0235,1.5946,0.9504,0\n-0.015711,2.1132,-0.67947,0\n0.31985,1.2416,0.72395,0\n0.20326,1.1136,0.53041,0\n0.86082,-0.0094344,-0.58076,0\n-0.14315,-0.81939,-0.13422,0\n0.98281,-0.66982,0.81872,0\n1.5301,0.65808,-0.27603,0\n1.3952,-0.027581,-0.95304,0\n-0.93526,0.48198,-1.4617,0\n0.73731,0.03801,1.6038,0\n0.54058,-0.44158,-0.45924,0\n0.38648,0.12372,-0.085587,0\n0.36283,-1.3938,-1.8544,0\n0.43757,0.22629,-0.12426,0\n-0.23376,1.5284,-0.14417,0\n-0.099155,-0.89592,0.24617,0\n-0.2234,-0.81256,-0.092619,0\n-1.3022,1.491,-1.7331,0\n-0.91027,1.1012,-0.86949,0\n-1.4039,1.1924,-0.48935,0\n0.3173,-0.31132,-0.41076,0\n1.1858,0.075868,0.75426,0\n-0.83395,0.24273,0.25095,0\n-1.2132,-1.3599,0.55772,0\n-0.18128,0.84441,2.1203,0\n-0.78191,-1.42,0.11236,0\n0.22292,1.4539,-0.28057,0\n0.17388,-0.23721,-0.093976,0\n1.0063,0.26678,1.5878,0\n0.6881,0.85417,-0.016539,0\n-0.16958,0.15876,-0.083118,0\n-0.6612,0.33566,-1.8526,0\n2.0142,0.016713,0.6183,0\n0.73223,1.5259,-2.1191,0\n2.063,-0.74905,0.0080353,0\n0.94099,0.95303,-0.7201,0\n0.46116,-0.47725,1.287,0\n0.11745,1.1364,0.7394,0\n-0.1024,0.28912,0.64505,0\n1.1099,1.1072,0.79994,0\n-0.13457,0.8622,1.0989,0\n0.6687,1.9831,-0.78163,0\n-0.060665,0.38145,0.78069,0\n-0.26686,-0.061331,0.39646,0\n-1.0485,0.8351,-0.17989,0\n0.91899,0.18988,0.38824,0\n1.2207,-1.0951,-0.64112,0\n0.72112,-0.72937,0.30157,0\n-0.86116,-0.7579,-1.3297,0\n0.31703,-0.34198,-1.2333,0\n0.48682,0.013414,-0.30373,0\n0.42692,-1.0855,0.5359,0\n0.29242,0.55248,0.20315,0\n-0.020003,-0.97856,-1.1807,0\n1.049,-0.12025,0.069228,0\n0.71855,1.2555,-0.80816,0\n-0.040236,0.16867,0.79205,0\n0.45658,-0.3109,0.093219,0\n-0.9814,0.46899,-1.5671,0\n-1.2852,-0.55944,0.35246,0\n0.74931,0.4969,-2.0521,0\n-1.2258,-0.61495,0.50034,0\n0.68035,-1.7647,1.7998,0\n-0.20949,2.432,0.88377,0\n-0.353,-0.64893,0.58697,0\n2.4167,-1.4851,-0.18275,0\n0.3596,-1.2657,-0.54854,0\n0.47394,1.7734,1.6388,0\n2.1354,-0.33141,0.10346,0\n0.57993,-1.3411,-0.21041,0\n0.17234,1.0355,0.26202,0\n1.0515,-0.52898,-1.4285,0\n-0.43845,-0.54264,0.25564,0\n-2.1554,-0.54038,0.49896,0\n-0.11219,-0.53453,-0.68483,0\n-0.61648,-0.92267,-0.66796,0\n-0.73604,-0.33789,-0.24408,0\n0.075743,0.031219,1.0011,0\n0.74296,-0.23683,-1.1192,0\n0.19832,-0.55759,1.8872,0\n0.55273,-0.38308,1.1142,0\n0.22438,-1.5955,0.91606,0\n0.21631,0.23772,-0.50159,0\n0.69313,0.45473,0.090711,0\n-0.49664,-0.54214,-0.4393,0\n-0.59393,0.12776,-0.26443,0\n-2.9925,-0.6905,-1.3776,0\n-0.64531,-0.44778,-0.19928,0\n-0.22791,-1.2565,1.9236,0\n-0.49041,0.87442,0.015507,0\n2.1211,1.0573,-0.86052,0\n0.82022,1.0167,0.33191,0\n0.15668,1.4527,0.41005,0\n0.28615,-1.6596,0.1718,0\n-0.6816,0.84796,-0.12206,0\n-1.0958,-0.33828,-1.7599,0\n-1.2561,0.93237,0.17922,0\n-0.49273,-0.066179,-0.9701,0\n0.17831,0.27475,-0.068733,0\n-0.29179,-0.5235,2.1324,0\n-0.91163,-1.2696,0.88078,0\n0.2003,0.94586,0.080599,0\n-0.039066,0.14711,0.82701,0\n0.60652,0.31214,-0.96776,0\n-0.058183,1.6315,1.184,0\n1.3023,0.79247,0.67696,0\n0.12038,0.36794,-1.6515,0\n0.22285,-0.033423,0.31016,0\n0.89624,0.93246,0.12474,0\n0.9198,-1.0477,0.25156,0\n-0.87872,-0.91356,0.086061,0\n0.24701,1.4331,-0.016647,0\n-0.22926,0.76413,0.17603,0\n1.2963,0.28567,-1.5182,0\n-0.19261,-1.1168,0.7142,0\n-1.3497,0.18011,0.47742,0\n-0.28595,1.1335,-1.7665,0\n0.092755,-0.23456,0.78825,0\n0.84611,0.20262,-2.2227,0\n-0.095914,0.71885,-1.0666,0\n0.79437,-1.0831,0.37088,0\n-0.40585,-1.1099,0.22248,0\n-1.0299,0.74223,0.036648,0\n-0.50787,-0.7713,-0.84677,0\n-0.84647,-0.11193,-0.1565,0\n-0.14948,-0.14683,0.58547,0\n-0.0077289,0.51293,0.55802,0\n0.38939,0.75205,0.2561,0\n0.23283,-0.84535,1.0158,0\n-0.04245,0.066753,1.0768,0\n0.077056,-2.5285,0.99046,0\n0.70696,1.5977,-0.66924,0\n1.5644,0.374,-1.1121,0\n0.53679,0.080373,-0.79616,0\n0.38182,-1.0413,0.34287,0\n0.18082,0.055049,-1.2244,0\n-0.59926,-1.3161,-0.90416,0\n-0.55762,-1.3426,0.20195,0\n-0.17662,-0.04325,-0.10401,0\n1.1103,-1.4961,-0.46077,0\n-1.0542,0.18914,-0.13583,0\n-0.86709,1.7632,1.4613,0\n-1.5222,-0.10051,0.26578,0\n-0.32143,-0.81388,-0.57955,0\n-0.57205,-0.30487,-0.19807,0\n-0.56051,0.46194,-3.0796,0\n-0.11395,0.94898,0.74221,0\n0.51846,-0.8562,-0.82768,0\n-0.72286,0.28122,-0.94556,0\n-1.193,0.27242,-0.16567,0\n1.0039,0.37248,-1.0674,0\n1.0138,-1.3245,1.1815,0\n-1.0569,-0.54819,1.6732,0\n0.72286,-0.57321,0.31212,0\n0.31639,-0.098781,-0.20984,0\n0.27351,-1.3568,-1.0025,0\n-0.10977,2.4738,1.1675,0\n-0.049606,0.14426,-0.10893,0\n-0.74771,1.3183,-1.6225,0\n-1.3229,1.2898,0.035486,0\n0.36811,1.0469,-2.1228,0\n1.0337,-1.7353,0.26027,0\n-0.12414,-0.42877,0.97056,0\n1.3004,-0.45348,-0.16179,0\n1.3791,0.94436,-0.26298,0\n-0.38957,1.3898,0.85362,0\n-1.5668,1.947,-1.3735,0\n-1.8141,0.42606,0.82696,0\n-1.2811,-0.90004,0.68294,0\n-1.8906,0.69533,-0.098841,0\n0.27,-0.24544,1.0308,0\n-1.8472,-1.973,-0.35244,0\n0.58926,-0.77967,-0.12513,0\n1.6959,-0.64338,-2.6609,0\n1.0413,2.5235,1.2705,0\n-0.22788,1.2962,-0.60938,0\n1.1035,-0.019767,1.2878,0\n-0.51041,0.88168,0.1632,0\n-1.8458,0.68131,1.879,0\n0.46455,-0.32871,1.5098,0\n0.71363,0.44113,0.55457,0\n-2.2201,0.85543,-0.028265,0\n0.5313,0.33027,-0.83355,0\n1.1748,-0.548,-0.70393,0\n0.27936,-1.5018,0.70141,0\n0.13087,0.62773,1.2276,0\n0.75386,-0.88529,0.24725,0\n1.1898,1.2333,0.10873,0\n-0.32569,-1.1578,-0.836,0\n-0.19595,0.26898,0.57492,0\n0.25071,1.5579,0.69592,0\n-0.27029,0.40403,1.6797,0\n-0.27523,-0.65082,0.27353,0\n0.23631,0.44869,-0.7605,0\n0.73808,-0.53538,2.6633,0\n0.17509,-2.2475,0.72085,0\n-0.56646,1.6341,0.050604,0\n0.09692,1.6488,0.37542,0\n-1.335,-1.0222,0.42537,0\n1.1134,-0.63308,0.2039,0\n0.95819,0.76168,3.1068,0\n0.36489,0.31911,-1.7191,0\n0.0017791,-0.74732,-0.54039,0\n0.51845,-0.73873,0.62852,0\n1.4107,0.39809,-0.045791,0\n0.30494,-2.0811,0.48688,0\n-1.1284,-1.5197,1.922,0\n-1.896,-0.21684,0.24806,0\n2.0199,1.6057,1.0361,0\n-1.2142,0.18227,-0.83385,0\n0.030086,-0.6743,0.53148,0\n-0.59135,0.0093729,-1.5026,0\n0.25841,-0.4729,1.3946,0\n1.0106,0.85624,0.81605,0\n-0.45115,0.32031,-0.48243,0\n1.8803,0.58889,-0.43528,0\n0.67171,-1.0886,0.28896,0\n0.57459,-0.28317,-1.1219,0\n2.6855,-1.2828,0.36372,0\n-0.7437,1.632,0.15206,0\n2.2323,-0.17013,1.154,0\n0.49949,-0.72756,1.1635,0\n1.133,-0.034514,-0.54848,0\n0.11262,-0.94976,-0.22762,0\n0.049137,-1.9447,-1.0232,0\n0.69547,0.77321,-0.88931,0\n-0.51908,-0.68353,-1.2885,0\n-1.693,0.52111,1.2938,0\n0.084888,0.38887,-0.90262,0\n0.46963,-2.2103,-0.31801,0\n-0.10115,1.7051,-0.14977,0\n0.58747,0.49801,-0.26647,0\n0.015543,-0.28173,1.212,0\n-1.0143,-0.43442,1.0195,0\n-0.45779,0.60052,-0.52502,0\n0.12544,1.0106,-0.63548,0\n-0.73356,-1.7198,-0.022583,0\n0.23791,0.054766,-0.9186,0\n-0.060116,-0.77865,0.12303,0\n0.67772,-0.051938,-0.33796,0\n1.0566,0.3442,-0.9712,0\n-0.24096,0.36697,-1.2067,0\n-0.20362,1.4668,-1.3977,0\n-0.42572,-0.17009,-1.1231,0\n-0.40937,-0.89167,1.1905,0\n-2.2474,0.44293,-2.1202,0\n0.5637,0.68959,1.6483,0\n0.29783,0.33119,0.34493,0\n-1.4931,0.47208,-0.083445,0\n-1.202,-3.2098,-1.1554,0\n-1.317,0.35047,-0.38861,0\n2.1926,0.33228,0.28374,0\n-0.94886,-0.71055,0.22096,0\n-0.63013,-0.46983,-0.38849,0\n-0.55738,-1.4146,0.37699,0\n-0.30169,-0.038219,0.85094,0\n0.4891,0.42294,-0.69243,0\n-0.77511,-1.9321,-0.45284,0\n-0.481,0.15262,1.2721,0\n0.10119,0.8372,0.26544,0\n0.86053,-0.46885,-0.28678,0\n-0.49943,0.87794,1.9241,0\n0.13399,2.2332,1.7151,0\n0.70815,0.9147,0.69831,0\n-0.56734,0.67642,1.665,0\n-0.17521,1.2219,1.3545,0\n0.3662,-0.94432,-2.3128,0\n-1.0975,1.1265,-0.76284,0\n0.97258,0.70716,0.76009,0\n-1.3836,0.10855,-2.5886,0\n-0.63647,1.954,-0.22683,0\n0.55692,-1.8735,0.30032,0\n0.3947,-0.11773,0.31338,0\n0.58023,-0.94228,0.23009,0\n-1.4231,-1.1849,0.10454,0\n-0.76109,-0.91252,-0.092741,0\n0.51296,-1.5228,0.42303,0\n-0.38196,-0.26905,-1.2813,0\n-0.55575,-0.81837,-1.0225,0\n-1.2342,-0.42395,0.51741,0\n-1.4127,0.31669,1.6588,0\n0.97271,1.0424,-1.3667,0\n0.67511,0.67785,-0.72807,0\n1.1,-1.0073,-1.3721,0\n1.3547,0.71613,-1.4316,0\n0.7798,-0.070432,-1.6481,0\n0.18569,-0.33402,3.414,0\n-1.0915,0.17146,-0.8736,0\n-0.051887,-0.43378,-0.90553,0\n0.54782,0.46968,-0.40741,0\n0.34117,-0.51361,-0.35249,0\n-0.5891,0.26649,0.87911,0\n0.8986,0.46999,-1.2627,0\n0.30282,0.10949,-1.8604,0\n-0.78998,-1.5072,1.1066,0\n-0.38673,1.8472,-1.3585,0\n-0.34389,-0.36774,-0.86105,0\n0.28043,-0.9681,0.038882,0\n-0.42482,0.94637,0.55208,0\n0.39495,2.0978,1.5572,0\n-0.21278,-0.90447,-0.87847,0\n1.3673,-1.626,0.28903,0\n-0.58026,0.40613,-0.43942,0\n1.0261,0.27935,0.83469,0\n0.63843,0.18625,-0.017816,0\n1.662,-0.0089415,-1.3298,0\n2.0662,-1.8544,-3.1405,0\n-1.5056,0.57142,-0.24648,0\n0.85332,-1.1064,-0.39158,0\n0.58051,-0.58723,-0.16184,0\n-0.97446,0.54937,1.3088,0\n-0.24176,-1.3034,-0.0358,0\n0.086085,-3.0428,0.4637,0\n0.21183,-0.94405,-0.26751,0\n0.45806,-0.246,-1.1816,0\n0.26713,0.84172,0.74773,0\n0.54403,-0.0933,-0.060787,0\n0.61672,0.073983,-1.4659,0\n0.57938,-0.062312,0.14964,0\n0.31596,-1.3977,-0.64333,0\n-0.085059,-0.21312,-1.684,0\n0.28129,-0.95657,-0.43088,0\n0.38166,1.2783,0.6631,0\n0.46505,-0.71302,-0.057551,0\n-0.62839,0.33653,1.2931,0\n-0.3573,0.32826,0.041306,0\n-0.11364,-0.47081,1.2389,0\n-0.76291,-0.089063,0.77461,0\n-1.3618,0.72128,-0.79167,0\n2.0461,-0.22096,-0.78829,0\n1.5268,-1.3174,-0.58422,0\n0.26603,-0.24,-0.4434,0\n2.3642,0.093584,0.40443,0\n1.8587,0.61239,-0.80253,0\n0.93876,0.28449,0.14409,0\n-0.98308,-0.35641,-1.1291,0\n-0.28822,1.3261,-0.53702,0\n1.8375,-1.6494,-0.79722,0\n-0.471,-0.518,0.7651,0\n-0.93375,-0.40478,-1.3171,0\n1.383,-0.88,-0.13084,0\n-0.63812,-1.9644,-0.16543,0\n-1.0952,-0.54591,0.10734,0\n0.10631,-0.023366,0.46589,0\n0.88964,0.20412,-0.23749,0\n-0.55852,-0.077534,0.40623,0\n0.11213,-0.70355,-1.9253,0\n-0.36223,-0.78438,-0.72388,0\n-0.33726,-0.040521,0.99569,0\n0.33192,0.3611,0.90331,0\n1.0606,0.88256,-0.16222,0\n-0.60007,0.21,-0.91426,0\n1.9872,1.0992,-1.1843,0\n-0.49649,1.3585,1.0689,0\n0.18778,0.37371,-0.035719,0\n-0.40986,1.5767,-0.86418,0\n0.27528,0.09468,1.8215,0\n1.1209,1.414,1.2777,0\n-1.0677,1.0144,1.1943,0\n1.6358,-1.3612,-1.2345,0\n0.33402,1.3772,-0.65545,0\n0.045346,1.2075,0.80305,0\n-0.87811,0.26423,-0.27771,0\n0.038007,0.34802,1.2189,0\n-2.6388,-0.1875,-1.1452,0\n0.50044,0.46514,-1.0158,0\n0.048044,1.1845,0.40318,0\n0.84525,0.064792,-0.22914,0\n0.95831,-2.5519,0.36062,0\n-0.82616,0.03855,0.75228,0\n-1.3382,0.84999,1.3983,0\n-1.6192,-0.46571,-1.1969,0\n0.029793,1.7761,0.54356,0\n0.64255,1.7131,0.0043459,0\n0.21581,0.48828,0.75105,0\n1.0553,-0.9766,-0.86149,0\n1.2522,-1.4525,-0.86599,0\n1.2275,-1.0213,-1.1595,0\n0.17763,0.28819,-1.2193,0\n-1.6164,0.24148,-0.59234,0\n0.24347,1.7204,-0.75602,0\n1.4257,-1.8187,0.53712,0\n-1.354,0.90714,0.86241,0\n0.35074,0.175,0.048505,0\n-0.91971,-0.78213,0.87476,0\n-0.43875,1.1033,-0.60502,0\n-2.3607,-0.57854,-0.11862,0\n0.9034,0.45103,0.1504,0\n-0.9397,-0.12099,0.80832,0\n-0.22734,0.20315,-0.60657,0\n0.55242,0.054838,2.0759,0\n0.12244,-1.2592,-0.18969,0\n0.67524,0.20484,-0.58282,0\n-0.82714,-0.83628,-0.65872,0\n0.66054,-1.0444,1.9776,0\n-1.8463,-0.29624,-0.61425,0\n1.5965,-0.25898,0.84179,0\n-0.64536,1.112,1.1515,0\n-0.5026,0.82894,-0.66515,0\n-0.30054,-0.82216,-0.027103,0\n-0.032996,-0.22617,1.1927,0\n-0.43222,-0.99583,1.2023,0\n-0.48428,0.50944,-0.091051,0\n1.5373,1.4866,-0.8207,0\n0.69451,-1.532,-0.15736,0\n1.7975,0.2923,1.57,0\n-0.41272,-0.11904,0.58925,0\n-0.97377,0.5642,-1.4742,0\n-0.54814,-0.016133,0.37734,0\n-1.5614,0.20895,0.26114,0\n-1.5094,0.35655,-0.19411,0\n0.37859,-0.88895,-1.4092,0\n2.0399,2.8328,0.74325,0\n-0.81675,0.1362,-0.94434,0\n-0.074948,-1.3485,1.8066,0\n-0.19752,2.2334,2.3987,0\n1.4402,1.0701,-2.4181,0\n-0.46343,-1.0618,1.1853,0\n0.93569,1.1136,0.97854,0\n-0.50449,-0.19354,1.573,0\n-1.8063,2.7868,-0.71563,0\n0.40739,-0.83663,1.3983,0\n0.37708,0.2909,0.93814,0\n-0.59458,-2.0304,-2.3688,0\n-1.5708,1.1706,1.3435,0\n-0.51648,-0.79913,-0.3611,0\n-0.2603,1.5467,-2.2822,0\n0.44644,-0.94252,-0.28805,0\n-0.67108,-1.1327,-0.2711,0\n-0.49018,0.0045792,-0.82416,0\n1.6638,0.48318,-0.65711,0\n-1.6779,0.95963,0.94591,0\n-1.3633,0.013346,1.7724,0\n0.80734,-0.11352,1.2243,0\n0.13278,0.24631,-0.6171,0\n-1.1709,-0.4718,-0.65982,0\n-1.4945,-0.97445,2.2983,0\n-0.82603,1.2199,1.2377,0\n0.34437,-0.86378,-0.0061377,0\n0.011824,-2.6231,-1.7884,0\n0.73136,-0.80838,-0.56372,0\n-0.52791,2.3384,-1.164,0\n0.1407,2.0597,-0.55389,0\n0.21712,-0.77085,-0.16675,0\n0.062415,0.10651,0.67139,0\n2.0301,-0.32341,-1.3658,0\n1.6035,-0.58329,0.97847,0\n-0.9585,1.7347,-1.0183,0\n-0.64202,-0.88298,-1.3806,0\n-1.2399,-1.5516,0.66281,0\n-0.078432,-0.91581,-0.33403,0\n0.04446,0.36364,-0.60007,0\n-1.0454,-1.3334,1.4824,0\n-1.5908,0.76235,1.264,0\n0.33474,2.0175,-1.424,0\n-1.3057,-2.0263,-0.055462,0\n1.2292,-1.005,1.1496,0\n-0.16016,-0.37205,0.54735,0\n-0.38441,0.84168,-0.95106,0\n-0.37883,-0.30261,-0.2884,0\n-1.4103,-1.0642,-0.49445,0\n0.53671,0.072209,1.5871,0\n1.906,0.6977,-0.30117,0\n0.75072,1.1434,-0.96292,0\n0.53868,-0.57129,2.6173,0\n-0.26938,0.52418,-0.066096,0\n-0.77136,-1.7362,1.0059,0\n-1.0836,-0.93435,-1.3676,0\n0.076097,-0.43138,-0.89499,0\n-0.10183,0.54035,0.71915,0\n-1.6174,1.6263,0.2292,0\n0.83849,0.68435,0.0024175,0\n-0.59131,1.8642,0.81537,0\n-1.1887,-0.71772,-1.1512,0\n0.42246,2.2198,-1.4103,0\n-2.5036,2.4507,-0.36306,0\n0.51131,-1.2246,0.22382,0\n-1.0366,0.10136,-0.13655,0\n-2.019,1.4596,-0.56047,0\n-0.031531,-0.3282,-0.43967,0\n0.19421,-0.49571,-0.55129,0\n1.5757,-0.22893,0.54402,0\n1.3709,0.92904,1.3044,0\n0.99566,1.2345,-1.2338,0\n-3.4735,0.85811,1.2403,0\n0.080546,-2.4194,1.6377,0\n0.28431,-1.1,-0.14153,0\n-0.25204,-1.3749,0.16722,0\n0.051403,0.59005,2.1355,0\n0.052203,2.0426,-1.1685,0\n-1.3694,-0.95158,-0.62969,0\n0.049381,-0.62742,-0.2932,0\n0.10559,0.63153,0.036211,0\n-1.5016,0.20397,-0.77857,0\n0.27466,0.18881,1.1374,0\n-1.3735,-1.0149,-0.72983,0\n0.52642,-3.4282,-0.20199,0\n1.0744,-0.079463,1.2085,0\n0.20063,-0.64054,-1.1182,0\n1.2532,-0.6633,0.5575,0\n-0.3312,0.45531,0.15285,0\n0.38372,-0.86063,-0.16175,0\n0.46333,0.37682,1.8701,0\n-0.86668,-0.19876,0.056978,0\n-1.0087,1.2476,-0.324,0\n0.61456,2.8595,-0.43643,0\n-3.4426,-0.24144,0.41622,0\n-1.0281,-0.79895,1.587,0\n0.0028691,0.61649,0.096896,0\n0.78966,0.56045,-0.49341,0\n1.2067,-1.7373,-0.66363,0\n-1.0808,-0.035563,-0.26421,0\n-0.19141,0.56414,1.1739,0\n-1.4062,-2.1876,-0.29647,0\n-1.036,-1.5151,2.8918,0\n-1.0001,0.32963,1.0117,0\n1.4644,-0.70427,-1.0834,0\n0.039959,1.1847,0.64452,0\n0.65158,1.4077,0.91294,0\n-0.21487,-0.067298,0.52668,0\n-0.49433,-1.373,-0.13735,0\n-1.2587,0.081884,-0.15152,0\n1.0188,0.83512,-0.34605,0\n1.1664,0.67514,0.33403,0\n0.87561,-0.59731,-0.094798,0\n0.044263,-0.88514,1.2726,0\n2.2648,-1.2533,-0.74826,0\n0.071274,-1.4436,0.96022,0\n-0.052583,0.99466,-0.69839,0\n-2.072,-1.2558,0.41618,0\n-2.245,0.47577,-0.39801,0\n-1.4808,-0.23099,-0.55689,0\n0.44548,-0.46478,1.0356,0\n0.64539,0.020743,-0.41133,0\n-1.2583,0.31235,0.35005,0\n0.8799,-0.78055,1.8838,0\n-1.0041,0.043061,0.74518,0\n1.7614,1.73,-0.94864,0\n0.25431,0.36177,-0.054239,0\n0.19147,-1.1438,-0.88543,0\n-1.5691,0.076007,-0.27985,0\n1.0166,2.1,0.91621,0\n-0.93197,0.12123,-0.69952,0\n-1.186,-0.20285,-0.054279,0\n-1.2663,-1.7836,1.4466,0\n0.24479,0.085987,-1.4511,0\n0.027428,-3.2019,-0.090869,0\n-1.9066,-1.0251,-0.83841,0\n1.3402,1.3527,-0.65683,0\n-1.6325,-0.30611,-0.20745,0\n1.9204,1.9616,0.58274,0\n1.3002,-1.0553,1.2535,0\n-0.07334,-2.0041,0.94593,0\n-0.5631,-1.9946,1.1159,0\n-0.24665,0.047446,-0.469,0\n0.97404,0.78592,1.9349,0\n-0.4007,0.34386,-0.41626,0\n-0.02268,1.002,-0.19063,0\n-1.0023,-0.39558,1.3973,0\n-0.9717,-0.60357,0.40628,0\n-0.27113,0.71938,-0.89511,0\n-1.6069,-0.52453,0.51878,0\n-0.22743,-0.68087,-0.20531,0\n-0.59901,0.37785,1.5097,0\n-1.312,-0.91253,0.59836,0\n0.22321,0.32004,0.094929,0\n0.46156,-1.2819,-2.1001,0\n-1.0801,-0.070894,-0.57438,0\n-0.81966,-0.096109,1.4258,0\n-1.0126,0.65414,-0.46215,0\n0.32428,-0.47123,0.20202,0\n0.32238,-0.018896,-1.3287,0\n1.1626,0.27438,0.52683,0\n0.016128,-1.091,-0.15913,0\n-0.7174,-0.88054,-0.050886,0\n1.8292,-0.33076,-0.92322,0\n0.19944,0.055332,-0.4312,0\n-0.47663,-0.45762,-1.1627,0\n-0.63578,0.016924,-1.0292,0\n1.2479,-0.33963,-2.3558,0\n0.20541,1.0873,0.28901,0\n-0.47378,-1.7409,0.78949,0\n0.85629,1.4708,0.2126,0\n1.7269,1.8423,-0.51876,0\n0.83924,-0.057145,-0.21881,0\n0.25292,1.239,-1.1551,0\n-0.12227,-0.021416,0.024622,0\n-0.15355,-0.18774,-0.17352,0\n0.85142,-0.7525,-0.3978,0\n1.2478,-2.1954,-1.3087,0\n-1.3568,0.032471,-0.59246,0\n0.35351,-0.12478,1.5016,0\n-1.421,-1.4525,-0.62749,0\n0.60406,1.3335,0.26739,0\n0.45322,0.37992,-0.43786,0\n-1.3228,0.077805,-0.27734,0\n-0.31503,0.67322,0.6092,0\n-1.1591,-0.45585,0.84503,0\n0.18525,0.97919,-0.045458,0\n0.32827,1.6828,0.22391,0\n-0.5582,0.78523,-0.22992,0\n-1.1097,-0.79038,-0.51327,0\n1.9935,0.64345,1.3051,0\n-1.3114,-0.31761,0.79142,0\n-0.32292,-0.54907,0.58898,0\n1.4489,1.386,-2.2254,0\n0.93838,0.79387,1.3465,0\n-1.2925,-0.59451,1.889,0\n0.88244,-0.085969,-2.6724,0\n0.7362,-1.2997,-1.7423,0\n0.23907,-0.49536,0.22507,0\n-0.50046,-0.60334,-0.13332,0\n-0.25767,-0.41323,-0.087063,0\n-1.1407,-1.2793,1.879,0\n-0.26879,0.86622,-1.0921,0\n-0.083817,-0.3928,-0.6009,0\n1.5005,-0.20284,0.16953,0\n0.64618,-2.0889,-1.9324,0\n-2.1395,0.668,-0.90548,0\n0.28341,-0.43912,0.60108,0\n-0.22367,0.55401,-0.0041489,0\n0.51141,1.4524,1.1585,0\n-1.0311,-0.079607,-1.6052,0\n-0.12199,-0.93457,-0.64136,0\n0.74195,-1.9523,-0.58278,0\n0.088257,1.0588,0.92701,0\n0.12613,-1.334,0.61111,0\n-0.022111,-0.045001,-1.0052,0\n-0.22627,1.9685,0.32088,0\n-0.82477,-0.44054,1.4244,0\n0.21834,-0.78006,-0.097568,0\n1.3369,-0.55192,-0.18598,0\n-1.4723,0.43063,1.5045,0\n1.0904,-1.0868,0.52615,0\n-0.15773,-1.8789,0.88559,0\n1.0881,0.36323,-1.5806,0\n-1.302,1.7105,-0.12506,0\n-1.1183,-0.41617,-0.80017,0\n1.1268,-2.1988,2.062,0\n1.0725,0.076184,1.945,0\n-1.8719,0.097493,-0.93787,0\n-0.70685,0.11691,-1.1687,0\n-0.42718,-0.78503,-1.2531,0\n-0.3244,-0.41538,1.6642,0\n0.31713,0.68045,0.026746,0\n-1.2168,-0.51512,-0.099591,0\n1.1012,-1.0379,-0.64708,0\n-0.74281,0.67346,-1.7492,0\n-1.0059,0.5716,1.5367,0\n0.069803,-0.65143,0.77973,0\n-1.8431,0.30237,0.44251,0\n-0.70841,0.60603,-0.023651,0\n1.1119,-1.499,0.64873,0\n-2.3449,-1.3208,-1.6928,0\n0.88996,-1.0405,1.0209,0\n1.4694,0.6085,-0.9903,0\n-0.72186,1.4739,0.57389,0\n0.011028,3.3092,0.040963,0\n0.19708,0.35762,0.51998,0\n0.09863,0.51838,-1.2998,0\n0.40556,0.26372,0.55913,0\n-1.5772,-0.32928,-1.3158,0\n0.19617,0.13709,-0.14115,0\n-0.45956,0.59352,-0.017215,0\n-1.3975,-1.1147,0.77309,0\n0.29209,-0.6952,-0.67943,0\n-0.085051,-0.28235,1.0497,0\n-0.083735,1.956,0.26476,0\n0.24358,0.8167,0.57256,0\n-0.35852,-0.81033,-2.3726,0\n-0.73347,0.40583,-0.18567,0\n-0.42779,-0.3997,-0.63476,0\n0.79736,-0.10446,0.5603,0\n0.39291,1.5174,0.052403,0\n-0.26879,0.48235,-0.80321,0\n-1.5469,1.2425,0.56695,0\n0.99136,-1.4499,-1.0302,0\n-1.0546,0.60674,-1.684,0\n1.1462,-1.7275,0.58341,0\n-0.63334,-0.16007,0.59474,0\n-0.10124,-0.38882,-1.766,0\n1.3987,-0.073966,-1.2601,0\n0.96063,-1.3058,0.39467,0\n-1.296,0.21899,0.34336,0\n-0.89252,0.35419,2.1362,0\n0.46329,0.096573,-1.8868,0\n1.092,1.3404,-0.60439,0\n1.5022,0.098552,0.35598,0\n0.25278,0.20362,0.36379,0\n-1.011,-0.59068,-1.405,0\n-0.75476,0.91452,0.67424,0\n0.92291,-0.19567,-1.1295,0\n2.2257,-0.8614,-1.0246,0\n-0.35527,1.6184,-2.1166,0\n0.53172,-0.73539,0.13047,0\n0.11926,-1.5786,-1.5342,0\n-1.7833,-0.66209,0.79754,0\n1.0598,0.031023,0.35896,0\n1.0078,0.34358,0.0044345,0\n0.97069,0.34886,-0.36402,0\n-0.81115,-0.33938,-0.067827,0\n0.10955,-1.4386,0.84886,0\n1.3956,0.65546,-1.342,0\n3.2379,-0.55573,0.37899,0\n0.87914,0.33186,-0.58399,0\n-0.30609,-0.42832,-0.43987,0\n1.6871,0.38262,-0.64994,0\n-2.2576,-0.61681,-0.92274,0\n0.49263,-0.30033,0.085166,0\n0.56131,0.76552,-0.48573,0\n-2.3327,-1.9157,0.57643,0\n-0.43394,-0.25006,0.26427,0\n0.26821,0.64206,0.56133,0\n-0.36357,-0.27921,0.99245,0\n-1.2668,-0.2759,-1.4096,0\n-1.2661,-1.6457,1.1855,0\n0.75715,0.80716,0.0094606,0\n-1.6375,-0.77522,-0.85291,0\n-0.35181,0.30065,-1.1147,0\n-1.0762,-1.0042,-0.047761,0\n0.29998,0.46159,-0.72258,0\n-1.1696,-0.31603,-0.031622,0\n-0.41149,-0.87773,-0.92587,0\n-0.64164,-1.2396,-0.74018,0\n-1.1367,-0.64692,-0.85743,0\n-2.6145,1.1031,-0.56205,0\n0.076722,-0.78725,-0.48536,0\n0.5034,-0.7489,0.20421,0\n-2.4209,-0.99294,0.69761,0\n0.0030715,2.6197,1.7778,0\n-0.22727,0.7702,0.024778,0\n-0.25899,0.5496,1.2707,0\n-0.50541,-0.44765,0.20593,0\n-0.6164,0.19789,-0.242,0\n-1.2595,1.4022,-0.017572,0\n0.24045,0.064306,1.4232,0\n-1.0896,-0.99883,0.64139,0\n-0.37168,-1.4995,1.0265,0\n1.0355,0.27076,0.79055,0\n-0.63221,0.15409,-0.97355,0\n0.67497,-0.31177,-0.41684,0\n-0.72043,-0.41441,-0.76967,0\n-0.37531,-1.4603,1.0451,0\n1.2347,0.73282,0.10679,0\n0.26002,0.12163,0.16671,0\n0.91259,1.4859,-1.2009,0\n0.51781,-0.0097074,-0.34791,0\n-1.3149,1.9523,3.0279,0\n-0.62163,1.3505,-0.10929,0\n-0.59455,-0.049532,0.92864,0\n-0.21302,0.59186,0.73102,0\n-0.22198,1.4219,0.37317,0\n-1.4744,-2.2718,0.11655,0\n1.9434,0.067629,-0.56243,0\n0.89027,-0.23967,0.63742,0\n2.0637,-0.15874,1.2471,0\n1.2035,0.56549,0.51131,0\n0.74657,1.2972,-0.4652,0\n-0.14851,0.1026,-0.87217,0\n1.9168,0.40845,0.31477,0\n0.055076,1.7591,0.17305,0\n0.59982,-1.0466,0.077292,0\n-0.72471,-0.013302,0.28536,0\n0.48637,-1.0772,-0.56085,0\n0.083024,0.31725,-1.2495,0\n1.4138,2.8534,0.10777,0\n1.1475,0.52185,-0.6503,0\n0.17781,-0.27269,0.83535,0\n1.2203,-0.50173,-0.66136,0\n-0.46103,-0.1675,-0.80471,0\n2.3682,0.5702,1.1845,0\n-0.83178,0.90547,-0.14151,0\n-0.65863,0.3696,0.13971,0\n0.48196,1.3639,-0.25103,0\n-2.964,-0.64278,0.66467,0\n-0.24917,0.82955,-0.27686,0\n-0.53299,-0.86936,0.1724,0\n-1.7669,-0.78718,-0.44498,0\n-0.35926,-1.0067,2.588,0\n0.90581,-1.5011,-0.23013,0\n-0.44521,0.33782,0.78542,0\n-2.429,0.57054,-0.64863,0\n0.42662,0.38553,-0.042193,0\n-0.083131,0.59164,0.073057,0\n0.86492,-0.98703,0.34472,0\n-0.50107,0.11926,-1.3372,0\n-0.25633,0.36344,0.96019,0\n-1.2655,0.071505,-0.33799,0\n-0.44831,-1.1289,-0.61111,0\n0.60992,2.3674,0.85752,0\n0.088068,1.2549,-1.0601,0\n2.1196,1.1213,1.4896,0\n0.14311,-1.0147,-0.22336,0\n-1.3649,-0.20355,-0.39187,0\n-0.43136,-1.0405,0.82348,0\n0.88958,1.0749,0.4352,0\n0.42243,-1.022,1.73,0\n0.13311,0.48724,0.95205,0\n-0.29332,-0.97383,1.1143,0\n-0.06585,-0.23476,1.3095,0\n-2.4103,-0.88649,-0.19616,0\n0.54666,-2.0519,-1.6633,0\n0.75777,0.54002,0.65655,0\n1.1515,-1.1334,-0.70798,0\n0.55237,-1.1722,-0.14813,0\n1.2771,-0.6415,-0.4849,0\n1.1922,0.41211,1.2539,0\n-1.721,1.5334,-1.3382,0\n-0.34537,-0.85317,1.2276,0\n-0.67349,0.28791,-0.14762,0\n-0.01907,-0.41652,-0.011254,0\n-0.80108,-0.263,-0.16425,0\n-0.27915,0.001541,-0.18497,0\n-1.1127,0.54001,-0.30497,0\n1.288,-0.81072,0.21054,0\n2.662,-1.457,0.89938,0\n0.32524,0.90202,-0.33489,0\n-0.17996,1.1077,-0.92156,0\n0.20486,-0.70808,-0.8913,0\n1.3865,-0.3327,0.34956,0\n-0.11485,1.1352,-0.2363,0\n-0.10565,-1.644,1.2749,0\n-1.0359,1.8148,-0.6613,0\n-0.97048,1.082,0.033132,0\n0.20936,0.1567,-0.32108,0\n-1.1915,-0.028757,-0.3033,0\n-0.45902,1.4639,1.0354,0\n0.15532,-0.055802,0.7795,0\n0.8712,-0.62688,-0.23909,0\n-1.7594,1.1321,-0.74454,0\n-2.1047,-0.61635,2.1648,0\n-2.0201,-1.2006,-1.1383,0\n-0.21187,-0.17218,1.3851,0\n0.58856,0.028152,-2.5379,0\n0.49751,0.7671,-0.48462,0\n1.8049,-0.89717,1.4237,0\n1.0405,0.75617,2.1732,0\n0.91155,0.087049,0.60148,0\n-0.27575,-0.0098403,-1.0138,0\n1.2123,1.3138,1.3688,0\n-0.16965,0.40549,1.1177,0\n-0.84476,-1.113,-0.75811,0\n2.1004,0.57989,-1.8975,0\n-0.70379,-0.80045,-0.5382,0\n0.80146,-1.0912,-0.51837,0\n0.014152,0.99019,0.83567,0\n0.017324,-0.76398,-1.2577,0\n2.1244,0.65284,2.3125,0\n-0.63492,-1.2,1.4285,0\n1.2232,1.3281,-0.69885,0\n-0.26454,0.52686,0.099404,0\n0.4808,0.21803,0.78083,0\n-0.98258,0.40775,-1.8869,0\n-1.8886,-0.018872,-1.5832,0\n-0.83005,-1.6661,-1.686,0\n-0.67262,-0.22227,0.81489,0\n-0.87238,-0.39876,0.24971,0\n0.75494,0.784,0.79898,0\n0.77736,0.74625,-2.2482,0\n-0.89886,0.74859,0.042246,0\n-0.24897,-1.2605,-0.61359,0\n0.46272,-0.40295,0.044263,0\n1.1799,-0.70514,0.1968,0\n0.045675,0.22857,0.068888,0\n0.27976,1.4001,0.92395,0\n0.30381,-0.78026,-1.6396,0\n-1.3207,-0.63479,-1.8123,0\n0.37914,0.7971,-0.11477,0\n0.042226,1.3006,0.78979,0\n-0.47843,0.15076,-1.5215,0\n1.1441,-0.18049,0.022362,0\n1.2379,0.50324,1.4984,0\n0.023455,-0.60066,-0.082187,0\n-0.32793,-0.12804,-0.67808,0\n-0.418,-0.71927,-0.94378,0\n-0.53946,0.80538,-0.18157,0\n-0.39327,1.3495,0.16795,0\n-0.0017481,0.86245,1.5764,0\n-1.255,-1.3963,0.96281,0\n-0.66796,0.88377,-0.41278,0\n-0.13352,-0.078568,-0.21964,0\n1.7474,0.30635,-1.1852,0\n0.21235,0.49602,1.2008,0\n-0.97197,1.7868,0.97754,0\n-2.0496,-0.62772,-2.0897,0\n-0.45094,0.3275,0.39605,0\n2.4404,-0.75173,1.7589,0\n0.25967,-1.5247,-1.6975,0\n0.64631,0.41757,-0.058299,0\n0.26272,-0.45397,-0.54378,0\n-0.099498,2.1483,0.27299,0\n-0.84231,0.32316,-0.045213,0\n0.84414,-1.1442,1.1543,0\n-0.98216,-2.3394,-1.1109,0\n0.082713,0.66062,0.41015,0\n-0.65918,-0.75073,-3.0234,0\n-3.4533,-0.45651,-1.1654,0\n0.9436,0.90259,0.74401,0\n-0.10147,-0.58538,0.40757,0\n-0.12263,-0.78984,-0.24491,0\n-0.49923,0.29382,-1.053,0\n-0.79427,-0.39488,-0.63759,0\n-1.3794,-0.31769,-0.073606,0\n0.0084411,0.56037,2.5065,0\n0.075219,-0.53516,-1.4397,0\n0.23081,0.18855,1.1182,0\n-0.66865,-2.0769,-1.4382,0\n0.49296,1.0844,0.57352,0\n-0.43054,-0.28496,0.2415,0\n-1.3331,-0.072736,1.3842,0\n-0.17217,-0.31805,0.36338,0\n0.25183,0.71304,-1.0059,0\n-0.10365,-1.8218,0.10174,0\n-1.176,-1.1229,-0.21328,0\n0.66768,-0.57069,0.0092867,0\n-0.14408,0.33648,1.2231,0\n-1.7173,2.1707,0.19663,0\n1.2451,-0.22982,0.76532,0\n-1.2194,1.1402,0.26387,0\n-0.056083,0.70416,0.14671,0\n0.20635,0.89273,-0.50368,0\n0.30384,0.0069254,-0.07731,0\n-0.90316,-0.088048,0.69181,0\n0.3189,-0.65336,-0.88962,0\n-1.1438,0.012264,-0.095809,0\n0.10446,-0.66261,2.0551,0\n1.4408,0.20091,0.24943,0\n-1.3138,-0.5287,0.48624,0\n1.1865,-0.062857,0.30665,0\n-1.9255,-0.49608,-0.0081397,0\n0.60347,0.8146,-2.3553,0\n0.77152,-0.66697,-0.68816,0\n-0.93347,-0.45739,0.9909,0\n1.1936,0.59769,-1.2197,0\n1.2253,-0.58097,0.22036,0\n-1.054,-2.4023,-1.5664,0\n-0.29383,0.049112,0.7229,0\n1.2774,0.48572,-0.4991,0\n-0.40658,0.63686,2.383,0\n-1.0606,-0.68891,-0.07415,0\n-0.66282,-0.1734,0.49612,0\n-0.11538,0.0011014,-2.27,0\n-0.80343,1.1292,-0.259,0\n1.008,-1.7356,-0.587,0\n1.6892,0.50888,-2.6183,0\n-1.099,0.62074,0.20831,0\n-0.45132,1.4759,-0.38388,0\n0.84343,0.65402,-1.2722,0\n-2.131,0.24059,1.5692,0\n0.65896,0.29945,-0.83797,0\n1.7562,0.31192,0.45006,0\n-0.11007,1.2102,0.54322,0\n1.9766,-0.31869,0.72049,0\n0.69028,0.47339,1.0416,0\n0.014526,0.5468,0.46814,0\n0.80958,0.35218,-0.79939,0\n-0.50744,1.3453,-0.74128,0\n-1.0068,-1.1319,0.42947,0\n-2.0333,0.70017,-1.4743,0\n0.10129,0.14301,0.0054194,0\n1.0062,-0.56042,1.2705,0\n-3.2483,-0.78982,0.34363,0\n0.10711,-0.35346,0.30079,0\n-0.75101,0.88598,-1.6644,0\n2.5703,0.62617,0.54032,0\n1.2763,-1.9013,-2.058,0\n-0.23095,-0.25509,0.61458,0\n-0.061519,-1.8948,0.15832,0\n-0.52286,0.97528,-0.15992,0\n0.80756,0.12379,0.27406,0\n-0.23938,1.2642,-1.4282,0\n0.47517,0.39509,0.72837,0\n-0.28065,-1.2264,0.85789,0\n-1.3735,0.33258,-0.68244,0\n0.39485,-1.4065,0.70638,0\n0.70601,-1.0469,0.15226,0\n-0.01242,-0.52976,-0.50294,0\n1.6619,0.0045284,-0.5187,0\n-0.064607,-0.29367,-1.0504,0\n-1.0453,0.27704,0.025431,0\n0.23604,1.6634,-0.57102,0\n0.45773,-0.79492,0.027406,0\n-1.393,0.010459,0.24347,0\n-0.51465,-1.3254,-0.31582,0\n-1.0244,1.1929,-0.17563,0\n-0.40306,-1.2633,-1.331,0\n-2.09,-0.47103,-0.18761,0\n-0.79076,0.32084,1.0679,0\n0.34731,2.4408,-0.55056,0\n0.33139,-1.0721,1.0435,0\n-1.4625,0.47004,-0.041035,0\n2.0592,-1.5843,-0.047665,0\n-0.93074,0.64251,0.089785,0\n-0.37845,-0.97213,0.60302,0\n0.93524,-1.2011,0.51371,0\n0.025541,1.8312,-1.2951,0\n-1.0302,1.281,-1.4319,0\n0.043059,0.64851,-0.14222,0\n-0.51479,-1.2331,-1.3662,0\n-1.9292,-0.77869,-0.15375,0\n-0.26949,1.3991,-0.53677,0\n-1.5287,0.22871,-0.11966,0\n-2.6612,-1.0475,-1.0421,0\n1.5813,-0.50728,-0.46942,0\n-0.31266,0.15063,1.7324,0\n1.464,0.26089,1.7783,0\n-2.0654,-0.27947,2.0665,0\n1.6615,-0.44388,1.8161,0\n1.6384,-1.1522,-2.2506,0\n-0.42809,1.1629,0.15124,0\n0.74616,0.36364,-0.43538,0\n0.20459,2.0898,-0.11842,0\n-1.2567,0.7156,-0.87727,0\n-0.10707,0.71362,-0.77674,0\n0.51598,-1.8386,1.0549,0\n0.047602,-0.30255,-0.66307,0\n0.12145,-1.1871,-0.241,0\n-1.1934,0.26129,1.5705,0\n-0.33143,-1.8615,0.83549,0\n-0.65787,0.73069,-0.25605,0\n-0.44994,-0.56051,1.662,0\n0.6109,-1.614,-1.2657,0\n1.1701,0.90569,0.21564,0\n1.4161,-0.11517,0.68906,0\n0.9992,0.53479,-0.94482,0\n0.66613,0.46533,-0.20075,0\n-0.24389,-0.031231,-0.91263,0\n-1.3972,0.28385,-0.96475,0\n0.94535,-0.50404,0.86262,0\n-1.5208,-2.6079,1.0583,0\n0.86241,-1.2073,-0.2718,0\n-1.2556,0.1121,-2.539,0\n0.14583,0.84243,-0.73224,0\n0.35136,0.10083,-1.9788,0\n0.22495,0.75016,0.77112,0\n1.6339,0.50578,-0.16173,0\n-1.0934,-1.2476,-1.0334,0\n0.93152,-0.067647,-0.26039,0\n-1.4571,-0.57355,-1.3047,0\n-0.11232,-0.27665,1.9327,0\n-0.34421,1.2184,0.24272,0\n-0.073338,-1.5602,0.15709,0\n-0.64886,1.2448,1.439,0\n0.80891,0.95712,1.9601,0\n-0.15375,-0.11458,-1.0465,0\n-0.85583,-1.6996,1.4104,0\n0.6929,0.073285,0.56484,0\n-2.3106,1.45,1.1135,0\n-0.00088048,1.2615,-0.22572,0\n0.67015,-0.93504,0.019207,0\n1.246,-0.7004,-1.282,0\n-0.18837,0.37941,-0.81555,0\n1.1767,0.050237,-1.4302,0\n-0.31432,0.086777,0.95154,0\n0.7607,-0.64538,-1.3465,0\n-0.59405,1.0428,-1.2345,0\n-1.0347,-2.4058,0.76944,0\n0.18984,-0.8069,0.62213,0\n0.4756,2.1558,-0.070478,0\n-1.5554,-2.4633,1.3075,0\n0.33116,-0.31124,-0.25791,0\n0.42181,0.21732,-0.087378,0\n0.1725,-0.53898,-0.18299,0\n0.31282,-0.6077,0.042332,0\n-1.6011,1.2854,-1.5729,0\n-0.65055,0.90679,1.3413,0\n-0.082197,-0.3079,1.4737,0\n-0.040552,-0.21955,1.3412,0\n-0.084525,1.3144,-1.1816,0\n0.19877,1.0417,0.6089,0\n0.83951,1.1427,-0.015409,0\n0.27835,0.59999,-0.73041,0\n0.57855,-1.0403,0.536,0\n-1.8485,-0.20733,-0.47653,0\n-0.78372,1.5391,0.71973,0\n2.082,0.18352,-1.5237,0\n1.6462,-1.2975,0.89715,0\n0.060669,-0.24011,0.15238,0\n-0.92917,0.95553,-0.20565,0\n-1.2522,0.187,0.24416,0\n0.17573,-0.38183,-0.62909,0\n0.62568,-0.092543,0.8561,0\n-1.0923,-0.27013,-0.99764,0\n0.83571,0.41858,2.199,0\n0.33829,-0.22112,0.28537,0\n0.46226,-0.13783,1.3313,0\n1.873,1.3752,0.53235,0\n0.49007,1.9873,-0.57146,0\n0.63414,0.31927,0.11752,0\n2.0517,0.86403,-0.25618,0\n2.1521,-0.61911,-1.2644,0\n0.33471,-0.55098,0.48689,0\n0.041213,-0.72226,0.055567,0\n-0.61136,-0.81195,-0.043345,0\n0.91513,1.5768,0.93016,0\n-0.2071,-0.10695,-1.4448,0\n-0.17898,1.4763,1.796,0\n1.095,-0.91902,-0.46032,0\n-1.8864,-0.73655,-0.13748,0\n1.6685,1.6177,-0.38341,0\n-0.74577,0.41008,1.7423,0\n1.8083,-0.54481,0.39339,0\n0.43235,-0.38416,0.067794,0\n0.80445,0.099127,-0.31577,0\n1.2301,-1.9347,0.44469,0\n0.67773,0.15764,0.64664,0\n-0.096676,0.45581,0.26527,0\n-0.30487,0.99743,0.34507,0\n-0.75397,2.052,-0.98951,0\n1.3312,0.54081,-0.072043,0\n-0.4311,-2.681,0.2215,0\n-0.23066,0.89168,-1.2948,0\n0.19048,0.73283,-0.11797,0\n0.94174,-1.5108,-0.72163,0\n-1.2359,0.70081,-1.2238,0\n0.98493,-0.3054,-0.87662,0\n0.47783,0.81106,1.6889,0\n0.9024,0.78542,-0.97684,0\n0.22049,2.6628,-0.46053,0\n0.68294,1.151,-0.9591,0\n0.66933,-0.69648,-0.62498,0\n1.4533,-0.27592,0.62553,0\n-2.3761,0.0037249,-1.3098,0\n0.57864,-0.12246,1.9873,0\n0.52692,0.28351,-1.5884,0\n2.8418,0.46669,-1.3721,0\n-0.38157,-1.183,1.1213,0\n1.24,-1.2568,1.2481,0\n0.63305,1.5345,-0.23394,0\n0.9284,-1.0691,-0.48016,0\n-0.61718,-0.11397,1.051,0\n-0.86328,-0.2659,0.6212,0\n1.2041,0.43822,-0.7643,0\n0.024656,-1.688,1.6972,0\n0.57811,-0.31399,1.3931,0\n0.9582,0.97167,0.0043834,0\n-0.066685,0.62002,0.79922,0\n-1.4944,-1.0486,-1.0254,0\n0.69371,-0.013328,0.22453,0\n0.40801,-1.2445,-0.40629,0\n-0.68827,0.57237,2.0248,0\n0.53058,0.46294,-0.16348,0\n0.2978,-0.32043,-0.71445,0\n-1.7297,1.3905,0.51661,0\n-1.1016,0.4128,0.60918,0\n-0.55818,-2.2025,-1.0386,0\n0.21375,-1.6881,0.1868,0\n0.017679,-0.95957,-1.5367,0\n-2.4602,0.25324,0.82563,0\n0.8253,1.1062,-0.74745,0\n-1.6398,1.3535,0.47913,0\n-1.3057,-0.35182,0.14098,0\n-0.37835,0.25656,1.6492,0\n0.74145,-0.026175,0.63802,0\n1.7046,0.23008,1.9676,0\n0.70765,-0.1503,0.22419,0\n-0.95055,-1.4636,-0.53242,0\n-0.24973,-0.17368,0.9868,0\n0.235,-0.54579,-1.0557,0\n1.0671,-0.093854,2.7814,0\n-0.49971,-0.05093,-0.22395,0\n1.8189,0.17079,0.06379,0\n-0.16991,1.5256,-1.7169,0\n0.68884,-1.222,0.57564,0\n1.1831,-0.060951,1.4469,0\n0.49591,3.0043,-0.064873,0\n1.9596,-0.18698,2.1082,0\n-0.878,0.90367,-0.029883,0\n-0.37855,-1.2985,-0.49181,0\n1.132,0.44102,2.1298,0\n1.9441,0.39298,-0.18059,0\n-0.67432,-0.30706,-0.87255,0\n0.050327,0.34371,0.050069,0\n-1.4837,0.21516,0.13541,0\n1.3828,-0.86252,-0.054828,0\n-1.3066,0.80499,-0.79674,0\n-1.4554,0.036943,0.39597,0\n1.2214,0.66633,-0.35164,0\n-0.13965,-1.084,-0.20936,0\n-0.19756,1.7243,0.61625,0\n0.20162,-0.561,-0.57999,0\n-0.5635,0.54622,-0.35754,0\n-2.3767,0.09997,0.75763,0\n1.5548,0.15888,-1.9546,0\n-0.61959,-0.38881,-1.0877,0\n-0.46826,-1.2851,-0.49675,0\n1.4681,0.39294,-0.25481,0\n0.08826,1.5156,0.078965,0\n-1.236,-0.22815,-0.24465,0\n-0.49176,0.21281,0.25873,0\n0.74171,1.0382,0.054495,0\n0.25894,0.73581,-1.3586,0\n0.80142,1.1173,2.1949,0\n0.35141,0.9988,-0.22082,0\n0.41492,0.042897,0.17794,0\n0.072269,-0.089026,0.31833,0\n-0.66315,2.5466,0.35804,0\n-0.11197,-0.78233,-1.7601,0\n-0.21052,-1.0971,-0.27749,0\n1.0995,-0.54977,-1.1855,0\n1.9972,0.56004,-1.5405,0\n-0.57803,0.090178,1.163,0\n-2.2039,-0.63161,0.92063,0\n0.76201,2.691,1.1948,0\n-1.2319,1.0814,-0.24032,0\n-0.65298,0.61143,0.91743,0\n-0.80848,0.17194,-0.038351,0\n0.29233,0.48759,0.091103,0\n-1.1135,0.33816,0.48634,0\n-1.2665,-1.4447,-0.44009,0\n2.0259,1.6357,1.7795,0\n-1.3323,1.1009,0.30044,0\n1.2799,0.80309,-0.19354,0\n1.201,-1.3006,-0.35275,0\n2.7798,0.21378,0.58188,0\n-0.72715,-0.68196,-1.0602,0\n-0.85809,0.95265,0.057878,0\n0.72608,-0.13739,0.51293,0\n1.4301,1.0434,-0.20219,0\n-1.8677,-1.6696,-0.13496,0\n0.94943,-0.86162,0.087331,0\n-1.2662,0.74819,-0.24436,0\n0.52721,-0.66889,1.6631,0\n0.49875,-0.27327,0.11589,0\n-0.17148,-0.27966,0.14334,0\n-0.098253,0.60296,1.1875,0\n-0.48056,-0.078064,-1.0176,0\n-0.82319,-0.91931,0.93974,0\n0.7905,-0.74641,0.26386,0\n-0.18741,-0.66752,0.80346,0\n-2.6126,0.12877,1.5728,0\n-0.39274,2.1449,0.12984,0\n0.44916,0.26507,1.5548,0\n-0.2442,-0.44645,-0.80495,0\n-0.57239,1.9959,0.44587,0\n-0.25929,0.4726,1.0142,0\n-0.27355,-0.024658,1.4449,0\n-1.9256,-1.6157,-0.66462,0\n-0.70005,0.95355,-0.37509,0\n0.81307,-2.4495,-0.33379,0\n0.29729,1.1051,-1.7724,0\n0.65659,0.73685,0.37922,0\n1.2265,2.4195,-0.81156,0\n-3.2172,-0.32748,-0.31089,0\n0.20486,-1.3654,1.8194,0\n-0.15185,0.89023,1.6172,0\n-0.67831,1.5445,0.12058,0\n-1.1547,0.78215,2.6941,0\n-0.17805,-0.99206,0.057516,0\n1.0965,-1.282,0.70823,0\n-0.72831,2.9042,-0.39993,0\n0.39698,0.96241,0.0020086,0\n0.7748,-0.068729,1.4712,0\n-0.0978,-0.23424,-0.29442,0\n-0.70652,0.15841,0.014564,0\n0.16989,-1.3116,-1.4064,0\n0.67801,3.1102,1.6376,0\n-1.8219,-0.31969,0.48057,0\n0.038275,0.10865,0.60923,0\n-0.097337,-0.76638,-0.29133,0\n1.1359,-0.32459,0.37828,0\n0.021045,0.96226,-1.6578,0\n0.31925,2.1242,-0.13246,0\n0.17057,0.0018921,0.60942,0\n0.092689,0.96599,-0.38998,0\n-1.0592,-0.51657,-0.84952,0\n-1.982,1.1204,2.6227,0\n-0.0823,-0.17947,-1.252,0\n-0.47882,-1.705,-0.55875,0\n-0.72315,-0.19213,-0.1324,0\n1.8772,-0.48236,0.54314,0\n1.1456,-1.0657,0.38002,0\n-1.7283,-1.632,0.95053,0\n0.89946,1.501,-1.3037,0\n0.48042,0.96884,-0.10817,0\n-0.83312,-0.21633,2.5617,0\n-1.7458,-1.31,-1.9349,0\n1.4187,0.72367,-1.4035,0\n0.082915,-0.3694,-0.029711,0\n0.20147,0.59647,-0.73678,0\n0.92857,-1.489,-2.9131,0\n0.3067,0.54817,0.51743,0\n-0.066414,1.3323,-1.6755,0\n0.61961,-0.37822,-0.081101,0\n-1.5885,-1.0395,0.69439,0\n-0.27034,-0.82004,0.092983,0\n-1.1069,-0.46463,0.84418,0\n-1.9883,-0.35234,0.99273,0\n0.26493,-0.32366,-0.80886,0\n0.012525,-0.95858,0.47849,0\n1.4886,-0.46349,0.11153,0\n1.1317,-0.31853,0.2809,0\n-1.2466,-0.24371,-0.21018,0\n-1.352,0.78493,-2.0668,0\n1.0143,-0.87416,0.45342,0\n-0.20479,-0.63143,-0.011747,0\n1.2472,-1.5324,0.014917,0\n-1.9341,0.39457,-0.98742,0\n0.14424,1.3855,-0.75259,0\n0.29112,-1.4931,-0.60094,0\n1.9666,1.4955,-0.68239,0\n-1.3887,0.90646,-0.67282,0\n-0.96319,-0.026737,1.4049,0\n0.9042,-0.61852,2.4094,0\n0.32034,3.0054,-0.64258,0\n0.54946,-0.67271,-0.70377,0\n1.1087,-1.3538,-1.4029,0\n0.90206,-2.441,-1.5546,0\n0.61257,0.66467,0.39884,0\n-0.34022,1.1856,0.25331,0\n1.059,-0.069477,-0.71909,0\n1.0969,0.29977,-0.25649,0\n-0.78867,0.33921,1.0907,0\n-1.0823,1.2708,-0.98574,0\n0.90681,0.97031,0.078532,0\n-1.0585,0.95653,-0.60922,0\n-2.897,0.82311,0.49852,0\n0.33504,-1.2912,0.46172,0\n-1.9585,-2.0729,0.72505,0\n-0.94978,0.2256,0.12837,0\n0.41,-1.5231,0.80193,0\n-0.29752,-2.0964,-0.54535,0\n1.6246,-1.4154,1.6711,0\n-0.14265,0.77269,0.72354,0\n-0.038401,0.030378,-0.93319,0\n-0.32231,0.12716,-1.4871,0\n0.45391,-0.91442,0.16704,0\n0.22493,0.68963,-1.9724,0\n-0.022996,-0.068825,-0.21224,0\n-0.82788,-0.54969,1.1437,0\n-0.4991,-0.42199,0.052203,0\n-0.90252,-1.391,-0.012759,0\n1.2843,0.86898,0.28534,0\n0.32745,-0.49872,0.35403,0\n1.2631,0.65017,-1.3726,0\n0.4445,0.61359,-1.3832,0\n-1.8024,0.053468,0.74993,0\n0.044377,1.4619,-1.0118,0\n1.4717,-1.227,-0.30638,0\n-2.009,0.95261,-0.37904,0\n-2.1458,1.3242,-0.45505,0\n-0.45658,-0.087591,-0.68902,0\n2.3679,-0.3933,-1.8147,0\n-1.0835,-0.37279,-1.2847,0\n-0.34689,0.093601,-0.024706,0\n0.43288,1.1573,0.58093,0\n0.7223,-0.1563,-0.1688,0\n-0.087098,1.1524,0.10845,0\n-0.39308,-1.976,0.47139,0\n-0.62628,-0.57976,1.602,0\n0.55872,0.26155,0.43182,0\n-0.023497,0.6268,0.14692,0\n-1.4594,-0.10667,-0.25889,0\n-1.2413,-1.1281,-0.87328,0\n-0.084909,-0.6019,0.11746,0\n-0.37844,-0.55607,0.58497,0\n0.88446,-0.016309,-0.13303,0\n1.8797,0.30758,1.3271,0\n-0.79985,-0.49984,0.13862,0\n-0.50503,0.91079,0.83156,0\n-1.4905,1.0339,0.022686,0\n0.90681,1.1947,-1.3449,0\n-0.062714,-0.62815,-0.44051,0\n0.1668,-0.64396,-1.9652,0\n-0.55937,0.74602,-0.7791,0\n-0.062681,0.026014,0.35624,0\n0.41824,0.61483,0.27391,0\n-0.10546,1.2953,-0.28369,0\n1.7771,-0.29174,-2.3506,0\n0.76963,-0.3954,-0.0037135,0\n0.075523,0.50402,0.37442,0\n0.40998,-0.39053,-1.7603,0\n-1.4494,-0.43537,0.32582,0\n0.7514,-0.58273,-0.084482,0\n-1.2279,-0.71613,-0.78146,0\n-0.5218,-0.17242,-0.40022,0\n0.87769,-0.81752,-0.09096,0\n0.030177,0.65609,-0.5432,0\n-0.70466,-1.3074,-0.11985,0\n1.1378,-0.18331,-1.6329,0\n-0.93893,1.013,-1.5729,0\n0.9295,0.21379,-1.2833,0\n1.5419,0.34709,-0.123,0\n-0.64487,0.14569,0.60724,0\n1.3881,0.15774,-0.73122,0\n-1.1819,0.44891,1.5571,0\n-0.4398,0.44947,-0.56008,0\n-0.15097,-0.17155,1.1383,0\n-0.19206,0.46635,-0.014444,0\n-0.32728,-2.1443,-0.73694,0\n-0.66208,0.12615,-0.013171,0\n-0.68061,-0.39331,-0.72094,0\n-0.24675,-0.67248,-0.2123,0\n-1.9319,-0.73972,-0.42112,0\n-0.13347,-0.078726,1.3452,0\n0.25962,2.3401,1.0834,0\n0.9701,-0.35943,-0.39168,0\n0.37128,-0.46813,1.0629,0\n0.10237,1.0589,-1.6158,0\n0.97427,-0.36774,-0.6863,0\n-0.20103,0.035,0.45052,0\n0.8519,1.4127,1.3875,0\n0.95821,-0.53129,-1.251,0\n-1.2369,-0.80267,0.012114,0\n1.6096,0.57957,-1.4173,0\n0.37084,-1.2848,2.8289,0\n0.25171,-1.126,-0.83628,0\n-0.17774,-0.92075,-0.26957,0\n-1.1216,0.17901,-0.014303,0\n2.2593,1.9411,-0.91211,0\n-1.3664,1.0332,0.13293,0\n0.37845,-1.2764,-2.4481,0\n-1.6279,1.2959,-0.87596,0\n-0.09985,1.007,0.5922,0\n0.18185,0.70074,-0.87104,0\n-0.19675,2.3241,-0.64217,0\n0.19816,1.9874,0.33902,0\n-0.49812,1.8432,1.2902,0\n0.98539,0.34815,-1.5404,0\n-0.77704,-0.21908,1.0658,0\n-0.44751,0.059852,-1.126,0\n-0.24287,0.94266,0.70855,0\n-0.56333,-0.019685,0.16295,0\n-0.59131,-1.4277,-1.5216,0\n0.033677,-0.08264,0.087355,0\n0.18427,1.9551,-1.1035,0\n0.18198,2.3812,1.0863,0\n0.58499,-1.0889,-0.24469,0\n-1.3818,0.56494,-0.03697,0\n-0.90867,-0.027914,1.1612,0\n0.57838,0.60089,0.76823,0\n-0.59481,-1.8274,1.0948,0\n0.0858,1.3362,-0.10765,0\n0.17572,-0.22278,1.3224,0\n1.0403,-0.29057,-0.34498,0\n-1.0649,1.1438,0.76629,0\n1.1086,-2.4528,-0.88843,0\n-1.3003,-0.29089,-0.013613,0\n0.68213,-0.72118,-0.57726,0\n-0.46124,0.77728,0.2343,0\n0.18,0.90082,-1.0054,0\n0.58799,-0.83653,1.3254,0\n1.7252,0.051375,-0.50572,0\n0.47537,-0.092209,0.4011,0\n0.52811,-0.016817,-0.035114,0\n0.58199,-0.12411,-0.065741,0\n1.6963,0.39362,-0.093148,0\n-0.10989,-0.66197,0.13087,0\n1.3736,0.38635,-0.59556,0\n0.1297,0.62606,-0.88908,0\n0.81112,-1.1867,-1.1209,0\n-0.90946,-1.0279,1.1665,0\n-0.20436,1.5598,-0.27943,0\n0.51731,-1.5353,-0.048242,0\n1.0251,1.6434,-0.12602,0\n0.0058214,-0.34091,0.47158,0\n0.31246,1.0782,-0.86933,0\n0.27695,-1.1369,-2.2866,0\n1.0669,0.10231,-1.7965,0\n-0.94705,0.88337,-0.43321,0\n1.2542,-0.23076,-0.017086,0\n1.2615,0.54903,-1.5318,0\n-0.93951,0.75888,0.4624,0\n-0.044697,-1.3092,-1.5339,0\n1.7268,0.53325,0.595,0\n1.5117,-0.89982,0.63038,0\n1.7522,-0.28525,0.025848,0\n0.051918,-1.1433,-0.67908,0\n0.84164,0.93636,-2.0585,0\n0.55115,0.44074,1.7428,0\n-0.20413,-1.9706,-0.39922,0\n0.87801,1.7553,0.45504,0\n0.34017,-1.6129,0.60962,0\n1.9353,1.1108,-0.77233,0\n0.69311,-0.8613,-0.8479,0\n-1.2098,-1.7586,0.36954,0\n-0.14736,-0.059559,-1.2326,0\n-0.019465,-0.087832,0.16455,0\n0.8764,0.18831,-0.42335,0\n-1.8683,0.99081,1.0767,0\n-0.022505,0.15863,-0.63622,0\n1.5932,-1.4163,0.24807,0\n2.1598,0.17453,-0.12825,0\n-0.14278,0.2639,0.08556,0\n-0.39417,0.75971,0.52635,0\n-1.1099,-0.62665,-0.81662,0\n-0.86194,-0.67645,-0.035635,0\n-0.17873,-1.0046,-0.045508,0\n0.67919,-0.93699,0.7933,0\n0.21432,0.6214,-0.66212,0\n-0.16454,-0.42341,0.2079,0\n1.8776,-0.33981,-0.72433,0\n0.45766,-1.2498,1.8704,0\n0.44689,0.6131,1.2512,0\n-0.31239,0.53455,-1.64,0\n0.80888,-0.76719,-0.27147,0\n-1.8722,0.93875,0.13734,0\n-1.347,0.25745,-0.21225,0\n0.84483,0.80014,-0.22648,0\n-0.5484,-0.33165,-0.841,0\n-0.51605,0.51297,0.9887,0\n-0.38485,-0.64263,-0.26857,0\n0.34788,0.49191,0.27792,0\n0.096425,-2.3508,-1.1185,0\n0.039218,0.97737,0.12515,0\n-0.69328,0.41498,0.91511,0\n1.2538,-0.76791,-0.35375,0\n1.0315,1.3037,-2.2552,0\n-1.026,1.1549,-0.36928,0\n-0.14434,0.71618,-0.76959,0\n1.6953,-1.0944,0.22518,0\n-1.049,-0.49522,-0.41068,0\n0.2606,-0.43178,-0.37245,0\n1.189,-1.3309,-0.678,0\n0.9037,-0.24267,-2.4288,0\n-0.19485,-1.791,-0.24642,0\n1.1826,-0.57442,-0.064801,0\n-0.699,-0.69902,1.3382,0\n0.8325,-0.45592,-0.58829,0\n1.387,1.5863,0.95019,0\n-0.48849,-0.00039867,0.95807,0\n-1.7725,0.053003,-1.7244,0\n-1.1419,-1.3661,0.5705,0\n1.0336,-1.8296,0.25748,0\n0.54221,0.13393,-0.064577,0\n0.33241,0.6527,-1.5859,0\n0.86421,-0.10353,0.22264,0\n0.68858,-1.0181,0.13402,0\n0.46232,0.98797,0.3333,0\n0.22194,-0.93806,1.8303,0\n-0.79926,-0.18388,0.84512,0\n1.6535,1.634,-0.36916,0\n-0.60495,1.2674,0.11116,0\n-0.24555,2.4302,-1.6278,0\n-0.48715,-0.77845,-0.18346,0\n1.0101,1.0825,1.8423,0\n-0.24735,-0.8892,-0.38774,0\n-0.51613,-0.84818,-0.55711,0\n-0.93521,-0.34771,-0.33568,0\n-1.1176,-0.97817,1.2187,0\n0.064579,0.94683,-2.0293,0\n-1.5708,-0.4469,1.1394,0\n0.40376,0.054696,-0.070609,0\n-0.4326,-1.0834,-0.49018,0\n1.308,-0.92874,2.0798,0\n-0.94418,-0.63499,-1.2594,0\n-0.90797,0.41835,-0.31378,0\n-1.5835,0.34905,-0.58236,0\n-1.2578,-0.73325,0.54478,0\n-1.0519,0.091606,0.31046,0\n-1.0528,-0.093178,0.38099,0\n0.95351,-0.50454,-0.35585,0\n1.7646,-0.60579,0.19891,0\n-0.7362,-0.010043,0.71596,0\n0.58273,1.5158,-1.5256,0\n-0.52433,0.45951,0.099985,0\n-0.75073,-2.2984,-0.16631,0\n-0.72388,-0.6566,-0.58585,0\n-0.38885,-0.028026,0.40762,0\n-0.40915,0.85339,0.55177,0\n-0.21261,-1.7677,-0.34724,0\n0.58765,-1.4105,-0.086325,0\n0.94431,0.066085,2.1483,0\n0.35421,0.60889,-0.16719,0\n-1.0259,1.0722,-0.72603,0\n0.021587,-0.30087,-0.1499,0\n-0.078209,-0.27115,-0.58398,0\n-0.10008,0.63659,-0.26626,0\n-0.26993,-0.2952,-1.3865,0\n0.22319,-0.36353,-1.374,0\n-0.18864,0.43464,0.27586,0\n0.35909,-1.5422,1.048,0\n-0.65703,-2.5333,0.89734,0\n0.50865,-0.028688,-0.27869,0\n-1.2342,-0.055382,-1.1828,0\n0.29469,0.27884,-0.6337,0\n2.4353,-0.50154,-0.44775,0\n-1.573,0.80462,-2.3177,0\n-0.69698,-0.46685,-0.080446,0\n-2.0773,0.2234,0.021443,0\n1.8232,-0.4777,0.89675,0\n-0.7569,0.79124,-1.8111,0\n0.21307,-0.32013,-0.54778,0\n-0.57844,2.5299,-0.55161,0\n-0.6986,0.27127,-0.72393,0\n1.0482,-0.25699,-0.31753,0\n1.7368,-1.9584,0.32169,0\n-0.86184,-0.78048,-0.457,0\n-0.85634,0.27734,-1.1945,0\n-2.3298,-1.5424,-0.61093,0\n0.19405,1.2901,0.79762,0\n0.75942,0.51064,-0.16929,0\n-0.51884,-0.56468,-0.18453,0\n-0.046314,1.2099,-0.98198,0\n0.08588,0.57901,-0.93782,0\n-0.13602,0.57791,-1.847,0\n-0.8698,-0.49607,0.43313,0\n0.28052,-0.95661,0.32903,0\n-0.08212,2.2477,1.8778,0\n-0.73724,1.8636,-0.11715,0\n0.7296,-1.5809,0.5726,0\n-0.83315,-0.93939,0.4072,0\n-0.019253,-0.52593,0.062752,0\n0.67758,0.66012,0.52903,0\n2.2018,-1.4386,1.9764,0\n-0.76457,-1.8766,0.42619,0\n0.021885,-1.2998,1.1956,0\n-1.8449,2.927,-2.437,0\n-0.29892,0.49838,-0.36423,0\n-0.05146,-1.0434,-0.74741,0\n-0.45859,0.51048,-1.0682,0\n1.0846,-0.74872,-0.13284,0\n1.3532,2.4027,-0.49688,0\n0.66152,1.8386,-0.61926,0\n0.53938,-1.0763,0.019372,0\n0.21042,0.65474,-0.06703,0\n0.57686,0.69103,0.89479,0\n1.1205,0.5112,-1.2384,0\n-1.9066,0.88263,0.92102,0\n-0.43779,0.50869,0.44175,0\n-1.9439,-0.0069349,0.10403,0\n-0.61959,-0.12052,-1.2941,0\n-1.1406,0.3657,0.30387,0\n-0.65072,0.88126,-0.38165,0\n-0.017704,-0.39255,-1.059,0\n1.2283,-0.15962,0.52959,0\n0.12332,0.053031,-2.4143,0\n0.46763,0.035434,-0.75308,0\n-1.358,-0.37123,-2.0997,0\n1.3001,-0.3091,0.079261,0\n0.83494,-0.35636,0.18083,0\n1.5243,-1.3995,0.76688,0\n-0.15318,0.51912,-0.59518,0\n1.7811,0.41196,0.53153,0\n0.45091,1.2951,0.9156,0\n0.11302,-0.25162,1.0835,0\n-0.37025,-1.5196,1.6391,0\n1.4711,0.32612,-1.2766,0\n0.081276,-0.32943,-0.64493,0\n1.5025,-0.68155,0.87516,0\n1.2488,-1.3611,0.54227,0\n0.55391,0.062344,-0.44955,0\n-0.37351,0.54798,-0.15667,0\n-0.47708,-0.86012,2.1888,0\n0.30014,-0.066028,-0.68654,0\n1.7869,1.0696,0.66205,0\n-1.1208,-0.4667,-1.3367,0\n-0.096669,2.1459,1.7773,0\n-0.064873,1.0944,-0.20452,0\n1.2787,1.2535,-0.6025,0\n-1.3619,0.56943,0.2887,0\n0.18608,-0.4657,-1.0017,0\n0.21556,0.67726,-0.26415,0\n0.76263,-0.59719,0.13952,0\n1.7533,-0.02656,-1.2706,0\n-0.48224,0.028238,2.4384,0\n0.49306,2.1381,0.92823,0\n-0.60224,0.85718,-0.35958,0\n0.55266,0.8821,0.057764,0\n0.22392,0.1539,-0.28783,0\n0.23055,0.95863,-0.46447,0\n1.0557,0.40939,-1.3366,0\n1.3072,0.09107,0.14638,0\n0.16059,-1.6084,0.62845,0\n0.17438,-0.32586,0.91626,0\n0.88063,0.74712,-1.5575,0\n0.93391,-1.5591,-1.7251,0\n0.021487,0.029021,1.4529,0\n-0.26759,-0.13284,-1.3647,0\n0.85891,0.56058,-1.2637,0\n0.41491,-0.83757,1.6691,0\n-0.19527,1.1912,1.2936,0\n-0.38886,-1.4865,-0.008707,0\n-2.1277,-0.38509,-0.82811,0\n-0.36419,0.030243,0.13448,0\n-1.0602,0.15596,-0.043631,0\n0.10669,1.0357,-0.0040258,0\n2.5061,-0.35041,0.78698,0\n-0.18771,-0.37023,0.0062409,0\n-0.12935,0.14451,0.45519,0\n2.3705,2.1246,-1.4913,0\n-1.1167,-0.51789,1.4726,0\n-1.409,-0.12184,0.47173,0\n-0.52932,0.036903,0.25713,0\n-1.5326,-0.56847,-1.8012,0\n-1.3926,0.66795,1.3764,0\n0.21246,1.0404,1.7789,0\n0.10484,0.16395,-0.30322,0\n0.62418,1.1467,-0.53952,0\n1.928,2.0553,-2.0235,0\n-1.4769,-0.38095,-0.56074,0\n-0.14886,0.83761,-1.4718,0\n0.17527,-1.049,0.78546,0\n1.1747,0.15304,-0.17151,0\n-0.35384,1.4001,-0.60438,0\n1.0755,0.01976,-1.3148,0\n-1.46,2.2588,1.5219,0\n2.093,-0.71781,0.65135,0\n-0.067406,-1.2719,0.93802,0\n2.0774,0.41749,1.6782,0\n-0.46344,1.5866,0.51329,0\n-0.38301,0.036645,-1.1595,0\n-0.1184,-1.0306,0.18689,0\n0.22775,0.12457,1.1307,0\n-0.79764,0.82886,-0.99891,0\n-1.9052,0.0044819,0.10629,0\n-1.7927,1.3224,2.2887,0\n0.28067,0.96766,0.12599,0\n1.7713,-0.79115,0.35385,0\n-1.2669,1.269,0.36882,0\n-2.4203,0.97255,0.58815,0\n-1.2654,0.26565,-0.42718,0\n1.5827,0.64198,-1.0442,0\n1.1178,-0.69649,-0.065526,0\n0.98329,2.7068,1.3342,0\n-2.1362,0.34413,-1.2162,0\n-0.54452,-1.0686,0.30792,0\n1.1854,1.8794,0.38801,0\n1.1243,1.1097,0.44793,0\n-0.70021,0.39149,0.99228,0\n1.0773,-0.024767,0.74042,0\n0.87249,0.29068,0.3105,0\n-2.0478,-1.0326,0.85957,0\n0.61397,1.088,0.60544,0\n1.443,0.19375,-0.44508,0\n1.1975,-0.69863,-0.42968,0\n-0.59935,0.13723,0.4693,0\n-0.63489,1.475,-1.1893,0\n0.070471,-0.59461,0.15103,0\n0.18644,0.86614,-0.89124,0\n0.46396,1.0659,-1.0875,0\n0.78969,0.3055,0.45527,0\n0.56584,1.5933,1.0445,0\n-2.3144,-0.24414,0.78944,0\n-0.24641,2.2516,-0.1304,0\n-0.34825,0.040498,-0.68388,0\n0.022829,1.1311,-0.39847,0\n-0.42146,-1.2505,-0.99432,0\n-0.05542,-0.88217,-1.61,0\n-1.5338,-0.34481,1.0487,0\n-0.94168,0.11503,-0.43359,0\n0.28798,1.1373,0.98206,0\n0.18878,-1.1311,0.1938,0\n1.9761,-1.7448,-1.3685,0\n-2.9341,-0.35669,-0.18665,0\n1.0754,-1.1634,-0.98264,0\n-0.27631,0.98261,0.042449,0\n-0.21579,-0.10709,0.50023,0\n-0.69997,-0.10679,0.44021,0\n0.76862,-1.4161,0.82728,0\n-0.44745,-0.3953,-0.7005,0\n-1.408,-0.75135,-0.30311,0\n-0.91117,-0.92189,-0.67992,0\n1.1104,1.2807,0.79889,0\n-2.3286,0.76495,0.20096,0\n-2.0223,-0.10939,-0.16299,0\n0.751,0.95048,-0.28649,0\n-1.858,1.481,0.52866,0\n-0.67943,1.0908,0.029977,0\n0.05314,-0.5167,-0.17472,0\n1.5214,-0.39194,-0.52503,0\n1.4596,0.96603,-1.2679,0\n-0.99317,-0.29715,0.64954,0\n1.1323,2.0752,-1.8313,0\n1.2193,-0.3193,0.15899,0\n0.3729,0.19284,2.0985,0\n-0.2939,0.34344,-0.83397,0\n0.27705,-0.59919,-0.46043,0\n-0.47838,2.084,-0.90943,0\n-0.12608,-0.29342,-0.11124,0\n-0.016735,0.35056,-0.47981,0\n-0.76583,1.484,-0.53502,0\n0.1297,-1.154,0.06614,0\n0.34173,-0.72753,-0.069831,0\n-0.6112,-0.21704,0.41161,0\n-1.1784,0.8855,-0.0065558,0\n0.89302,0.88656,0.059055,0\n-0.91112,-0.76103,0.11902,0\n1.2444,-0.94379,0.8998,0\n1.2612,0.22919,0.96645,0\n2.3658,1.01,0.77803,0\n-0.79191,-0.29153,1.9551,0\n-0.83231,0.29333,0.34102,0\n-0.85917,-1.2424,0.68737,0\n-1.0599,-0.28261,0.52896,0\n-0.36126,-1.5631,-0.57267,0\n-1.8187,-2.494,-1.1798,0\n-1.8216,-0.9905,-0.41047,0\n-0.81676,-1.4295,0.63993,0\n-0.16197,-1.3045,1.4839,0\n-0.39205,0.06965,0.85363,0\n-1.7743,-0.27993,1.6636,0\n1.3925,0.059774,0.22518,0\n0.1859,0.50324,2.0455,0\n0.19042,-0.77853,-0.8596,0\n1.6829,1.0499,0.71206,0\n-0.21262,-0.89956,-0.60006,0\n1.3888,-0.34538,-0.55594,0\n0.85214,-1.4025,0.58952,0\n1.3842,-0.46699,-0.14153,0\n1.7913,-1.7998,-0.45445,0\n1.3291,0.10313,-0.072422,0\n-0.63024,1.9431,1.8544,0\n-1.3337,1.6675,0.8176,0\n-0.84856,-0.74419,1.1722,0\n-0.10023,0.3608,0.03976,0\n1.0439,0.6341,0.72783,0\n-0.27333,-0.82666,-2.165,0\n0.11371,0.21439,0.9256,0\n-1.1437,-1.5237,0.68942,0\n0.51219,-0.24078,0.81369,0\n0.39123,1.136,-0.13978,0\n2.1265,-1.2919,-1.078,0\n0.92662,-1.1881,1.0067,0\n1.4553,0.11374,1.1594,0\n-0.86477,0.53347,0.23571,0\n-0.63893,1.2553,1.7454,0\n-0.16444,-1.0792,-2.4821,0\n-0.38106,1.6574,-0.52745,0\n0.48315,1.6777,-0.21393,0\n0.23501,0.98239,0.11872,0\n0.57162,-0.039348,-0.60261,0\n-0.79871,-0.63882,0.83483,0\n0.54146,-0.38231,0.25249,0\n1.0341,1.2244,-0.65743,0\n0.79549,0.86432,1.1297,0\n0.15786,-0.24739,-0.81486,0\n0.80847,-0.83757,-0.53998,0\n-0.12797,0.43113,0.57053,0\n0.081068,-1.5337,-0.37638,0\n-0.0014752,-0.35653,1.067,0\n-0.031657,-0.80102,0.35757,0\n0.26012,-0.32819,-1.7014,0\n-1.4693,0.1677,-0.56713,0\n0.49463,0.13234,-0.44757,0\n-2.2836,-0.01417,-1.0547,0\n-0.4396,-0.71787,-0.74618,0\n0.5559,-0.53164,1.2275,0\n-1.2014,0.53764,-0.42306,0\n-0.60358,0.23053,0.72195,0\n0.016429,1.5632,-0.024676,0\n1.6559,-1.4042,0.15739,0\n1.1849,2.1784,0.61503,0\n0.80351,-0.96449,-0.32949,0\n0.31952,-1.6809,-0.56384,0\n0.95238,-0.2053,-0.6663,0\n-0.27656,0.579,2.3135,0\n0.89202,2.8189,0.73371,0\n-0.2823,-0.45715,-0.96998,0\n0.019106,-1.4731,2.0076,0\n0.015741,0.50644,-0.49776,0\n-0.29015,0.49672,0.79471,0\n0.34523,-0.35397,0.34804,0\n-0.21745,0.16895,0.43648,0\n1.9373,0.37583,-1.038,0\n1.5725,0.36245,1.377,0\n-1.3446,1.1516,0.65459,0\n-0.49199,-3.1633,0.56769,0\n0.13212,-0.57323,0.4116,0\n-1.727,1.1622,2.8806,0\n-0.53535,-0.6916,-0.49171,0\n-0.98453,-1.0854,1.3653,0\n-0.852,1.5458,-1.7297,0\n-1.0233,1.584,2.7541,0\n0.03669,0.19033,0.40509,0\n-0.60261,-0.35406,0.22127,0\n-1.4057,-0.87239,-0.66145,0\n1.1769,-0.22346,-1.2057,0\n0.22175,0.13731,-0.75188,0\n-0.79833,-1.6781,0.22538,0\n2.5311,-0.9469,-0.92212,0\n1.4598,-0.57307,0.26971,0\n0.90955,1.2315,0.57411,0\n0.707,-1.8669,1.36,0\n-0.54715,0.11455,-0.085195,0\n0.065894,-1.9104,-1.2691,0\n-0.35171,1.7623,1.0836,0\n-0.30472,-0.91567,-0.62477,0\n-0.35661,-0.99599,0.047771,0\n-3.079,-0.3933,0.17044,0\n-0.61412,0.1441,-0.59914,0\n0.1612,0.041079,0.13659,0\n-1.2485,-1.8253,-0.2021,0\n-0.92183,1.0762,0.33166,0\n1.7344,0.26081,0.41625,0\n-0.21118,0.1686,-0.64554,0\n2.0266,-0.93268,0.70067,0\n-0.12623,-0.99483,-0.79581,0\n-1.4886,-1.0275,0.32782,0\n-1.078,-0.47329,1.1034,0\n0.69637,0.99318,0.86334,0\n-0.59324,0.21114,-0.17752,0\n0.89237,0.4405,0.19097,0\n-0.50785,-0.9846,0.75183,0\n1.82,-1.1783,-1.2302,0\n0.23523,0.3382,-0.44207,0\n-0.33591,-0.31869,-0.071916,0\n1.6373,-1.2059,0.96055,0\n0.70005,2.5877,-0.79923,0\n-1.4188,0.051612,-0.77957,0\n0.46069,0.58688,-0.25439,0\n-0.9583,0.97843,-0.11639,0\n-0.3833,0.25458,-1.2937,0\n0.22471,-1.3319,-2.6724,0\n1.4066,0.94281,-1.2714,0\n-1.4384,-1.0133,-0.057925,0\n1.2321,0.73843,-0.94297,0\n-0.050175,-1.1806,-0.74733,0\n1.3032,0.089174,0.2495,0\n-0.18285,-1.564,-0.72398,0\n-0.22077,-2.1314,0.18648,0\n-0.41962,0.22458,1.3346,0\n0.32306,0.11934,-0.51305,0\n-0.096222,-0.48066,0.69269,0\n1.547,2.0066,1.8021,0\n-0.35049,1.2309,-0.99224,0\n-0.90995,1.1622,1.1258,0\n0.31918,0.29303,1.6441,0\n-0.86511,-1.5804,-0.72744,0\n0.9905,0.55172,0.92063,0\n-0.31784,-0.0054021,-0.93743,0\n-1.3357,-1.0458,-0.59204,0\n-1.4124,0.44694,-0.19876,0\n0.23761,-0.72002,1.5278,0\n0.89376,-0.91667,0.44612,0\n-0.17018,1.8278,0.48638,0\n1.0131,-0.38816,-0.60224,0\n0.92467,1.7208,-1.4154,0\n-1.7442,-0.4919,2.2119,0\n0.0080998,0.66436,0.93461,0\n0.26633,-0.93424,1.7229,0\n-0.84744,-1.5076,-1.5519,0\n0.64819,-1.1305,-0.63974,0\n0.57844,0.031482,0.36279,0\n2.9957,0.020708,-0.89321,0\n0.35991,1.7159,1.3505,0\n0.56716,-0.41544,-0.68714,0\n0.95818,1.5881,-0.22416,0\n1.5954,-1.1107,0.60743,0\n-0.29541,-0.60091,0.080221,0\n-0.12852,0.41858,0.50083,0\n-0.86381,-1.1191,0.028501,0\n0.39014,0.063664,-1.84,0\n1.6481,0.97376,-0.24029,0\n0.548,-1.026,0.55812,0\n-1.6959,-0.029851,-1.1095,0\n-0.35928,-0.41156,1.3393,0\n-0.43672,0.74463,-0.39383,0\n-0.11568,0.85732,-0.11064,0\n-1.5572,-2.429,-0.49138,0\n-1.7243,0.11161,-0.57169,0\n1.21,-2.1606,1.4264,0\n0.50055,0.42945,-0.54992,0\n0.14764,-0.53568,-0.35507,0\n0.8315,-1.0632,-0.36873,0\n-0.71859,-1.8017,-0.26852,0\n1.1278,1.371,-1.2759,0\n-1.1758,-0.055507,-1.3566,0\n1.356,0.20594,-1.7094,0\n0.97824,-0.89372,-0.31059,0\n-0.54818,0.41906,0.21823,0\n1.2188,0.15465,-1.0467,0\n0.13713,-0.28575,-0.70092,0\n2.4466,-1.213,-0.052632,0\n0.51124,-0.77039,-1.2769,0\n1.152,-0.53444,-0.45216,0\n0.76093,-0.40178,1.0282,0\n0.0074096,0.43936,2.5266,0\n0.46204,-0.35926,-0.48598,0\n-0.65158,-0.85203,0.40716,0\n0.91164,-1.5625,0.9496,0\n1.7422,-0.48234,-0.63027,0\n1.0943,1.2145,-1.3546,0\n2.6456,-0.95203,0.16073,0\n-1.2031,-0.57367,-1.2722,0\n0.25199,-0.66563,-0.52861,0\n-0.4975,0.25526,-1.5885,0\n0.13048,-0.5918,0.21889,0\n1.0725,0.72889,0.6427,0\n-2.172,-0.094606,1.032,0\n-0.35828,-0.22622,0.10382,0\n-0.50981,0.4515,0.23334,0\n1.6463,0.36979,0.010485,0\n0.49215,0.18891,0.20592,0\n-1.172,-0.82986,0.58714,0\n0.07608,-0.91928,-0.9346,0\n-0.85353,-0.37731,-0.89752,0\n-0.96045,-1.3015,1.8274,0\n-0.43015,-0.28235,0.41676,0\n0.093635,-0.98437,-1.7802,0\n0.50303,-0.62888,0.97969,0\n0.23021,1.9918,-0.49227,0\n2.6586,-0.27306,-0.63175,0\n-0.85741,2.0259,-0.44719,0\n-0.85482,0.20427,0.89055,0\n1.7956,0.35631,0.078268,0\n1.5671,-1.0264,-0.81623,0\n0.055813,1.2515,-0.09399,0\n-0.015053,-0.29249,0.22557,0\n1.0303,2.548,-0.51953,0\n-1.1694,0.12826,1.495,0\n1.7721,1.4377,0.62743,0\n-0.57138,0.7325,0.66348,0\n0.92702,-0.86369,2.3092,0\n-0.63021,-0.86964,0.52467,0\n0.14142,-1.5544,0.15874,0\n-2.8413,-0.92263,0.2208,0\n-1.5557,-0.4862,0.72435,0\n-1.0763,2.0827,1.3519,0\n0.51693,-0.61772,0.25456,0\n0.58533,1.8745,-1.8877,0\n0.66578,0.41533,-0.25322,0\n1.6626,-0.86136,0.23729,0\n-1.3341,-0.2306,0.70654,0\n-1.4291,1.917,-1.3453,0\n-1.187,-0.3999,1.7221,0\n0.26712,-0.28267,1.469,0\n0.58075,0.73706,1.2068,0\n1.2165,0.67673,-0.6961,0\n-0.26066,-0.10763,-2.0487,0\n-0.93868,0.69538,0.73008,0\n0.48171,0.39717,-1.6589,0\n1.1735,0.49192,1.8174,0\n-0.056361,-0.07625,0.47922,0\n-0.32343,0.92382,1.4254,0\n-1.4055,-2.3713,-0.14587,0\n-0.545,-2.752,0.065818,0\n0.38592,-1.8147,-0.1306,0\n-0.21653,-1.2329,1.1067,0\n-0.93988,-0.73563,-0.50511,0\n0.3272,-1.3678,1.1897,0\n-0.74372,0.48568,0.76069,0\n2.1023,1.4417,-1.0228,0\n-0.19379,0.61609,1.635,0\n0.69683,0.33632,1.266,0\n-1.4076,0.46501,0.98963,0\n1.7021,0.63115,0.5716,0\n-1.2166,-1.176,1.65,0\n0.29934,0.87385,2.4687,0\n2.192,0.69844,0.4747,0\n0.56044,-2.0037,0.078139,0\n0.25391,-0.88085,-0.50641,0\n0.35262,-0.4831,0.52174,0\n0.58233,-0.44515,-0.50316,0\n0.033009,-0.70694,-0.040366,0\n0.6353,0.49377,-1.0087,0\n2.6846,-0.30344,2.8977,0\n1.0219,0.9623,-0.458,0\n1.9753,0.048136,2.1278,0\n-2.8331,0.38424,-0.37986,0\n0.69353,0.78012,-0.93176,0\n0.73352,-0.33108,-2.1341,0\n-1.6908,0.26649,0.46964,0\n-0.64389,0.59373,0.47238,0\n0.55341,-0.92048,-0.78194,0\n-0.08921,1.4481,2.0365,0\n0.4746,-0.47003,1.0579,0\n-0.48591,2.2941,1.669,0\n-0.58691,1.2732,1.3612,0\n0.63238,0.061949,-0.32897,0\n-0.2945,-2.0731,-0.30109,0\n0.78749,0.077573,0.75546,0\n0.41662,-1.0979,0.6177,0\n-1.0613,-0.73667,-0.358,0\n-1.2724,-0.79562,0.51095,0\n-0.51063,0.11316,2.4496,0\n0.3375,0.27547,0.95131,0\n1.9639,-2.8211,-2.3758,0\n2.1281,0.33141,0.64689,0\n-0.32267,-0.67525,-0.61614,0\n0.2577,1.2328,-2.1711,0\n0.31088,0.75957,-0.87461,0\n2.0237,-0.59973,-0.77761,0\n-2.2017,-0.74273,-1.9493,0\n-1.1896,1.6179,0.44032,0\n2.5826,1.2121,0.13472,0\n-2.1819,1.4944,-1.1408,0\n0.027396,-1.461,-0.51337,0\n-0.063492,0.030144,-0.17394,0\n0.58652,-1.0024,0.013311,0\n0.55999,-0.39657,1.1842,0\n-0.81602,-0.045646,0.45421,0\n-2.1014,0.27884,0.087247,0\n0.52055,0.65005,-2.0554,0\n-0.16382,-0.069044,-0.10832,0\n0.17678,-0.94478,0.67717,0\n-0.54204,-0.1963,-1.4138,0\n0.1568,0.67043,-1.0075,0\n-1.6061,-0.16169,-0.62578,0\n0.26417,-1.389,-2.2813,0\n1.798,0.42121,-1.6398,0\n-0.050691,0.49793,1.1503,0\n1.5133,0.61256,-1.1778,0\n-1.0858,0.85535,-1.5114,0\n-1.8771,-0.45399,-0.44974,0\n-0.5501,-1.011,-0.26169,0\n1.9054,-1.8902,-0.2241,0\n0.33874,2.7921,-0.16786,0\n0.37273,0.94457,-1.2125,0\n0.29283,-0.95072,-0.041454,0\n-0.82352,-1.0999,-0.35696,0\n1.3898,-0.038278,-1.8288,0\n0.45249,0.36679,-0.31303,0\n-2.0857,0.47344,-0.14688,0\n-0.51365,0.23281,0.27623,0\n-0.81275,2.6706,0.69289,0\n0.59783,0.021781,-0.76461,0\n0.16325,-1.0869,0.5609,0\n0.5688,-0.11021,-0.28893,0\n-0.21807,0.10484,-0.90912,0\n-1.335,1.5407,-2.3127,0\n0.48121,1.3317,2.7144,0\n-0.19941,0.52751,0.36137,0\n-0.28765,-0.87851,-0.38719,0\n-0.47422,0.74774,1.4163,0\n-0.059716,-0.2104,-0.96616,0\n-1.1758,-2.6064,1.3144,0\n-0.8347,0.89258,0.65029,0\n0.30803,0.84793,1.5117,0\n-0.76092,0.58896,0.58844,0\n-0.65513,-0.084733,0.75224,0\n0.12859,0.8454,0.42261,0\n2.3393,0.28939,0.736,0\n2.1642,1.1981,-0.73957,0\n1.0296,-0.51492,0.047205,0\n-0.777,-0.54494,-0.099374,0\n-0.40569,-0.1884,-0.72059,0\n-0.29163,0.33902,-0.46391,0\n0.38758,1.2467,-0.70816,0\n-0.32601,-0.25314,2.1224,0\n-0.51575,0.65169,-0.45772,0\n0.27641,1.5874,-0.25028,0\n-0.70861,1.0847,-0.41592,0\n-0.41093,-0.66022,0.63927,0\n1.7269,0.95876,0.3343,0\n1.1265,0.28251,-0.318,0\n0.51125,0.60325,0.14291,0\n0.66506,1.7221,-0.42302,0\n-0.93989,0.42291,0.11119,0\n-2.1689,1.8578,-1.8976,0\n-0.27226,0.80821,-1.51,0\n-0.65368,-0.15631,0.77125,0\n-0.15362,1.0558,0.60877,0\n-2.5785,-0.97234,0.13497,0\n-0.80253,1.4041,1.3544,0\n-0.4947,-1.3087,-1.2584,0\n-0.24077,0.28372,-0.8339,0\n-0.62382,0.85207,0.23306,0\n0.17992,-0.024971,0.28219,0\n0.16555,0.19139,0.2865,0\n-0.73838,0.99139,1.5754,0\n-0.28129,-0.3959,-1.8258,0\n1.1046,0.48025,-1.1563,0\n-0.38425,-0.037942,-0.80713,0\n-0.51936,-1.1024,-0.39985,0\n-0.6027,0.51006,0.15095,0\n-0.3338,-0.4682,0.82246,0\n-0.94908,-0.3726,-2.1295,0\n-0.23053,-0.11291,-0.5374,0\n0.62878,0.47119,0.6709,0\n1.0044,-0.69337,-2.207,0\n-0.7708,0.204,-0.048206,0\n0.16158,-0.45087,0.89538,0\n-0.44802,-0.30778,0.61009,0\n-0.39202,0.05996,-0.22671,0\n1.3592,-0.97023,0.34216,0\n-0.28824,0.59,0.061807,0\n2.551,0.11609,-0.091755,0\n-0.083845,1.0089,0.05972,0\n0.21638,-0.88604,0.5212,0\n-0.62211,-0.95246,-0.33979,0\n-0.17666,2.5687,-0.72751,0\n1.2601,2.2139,-0.84322,0\n0.92536,1.2026,0.17806,0\n0.50143,0.36328,-1.3299,0\n-0.027989,-0.47649,0.3647,0\n0.40854,-0.34368,-0.9163,0\n0.35941,-4.1509,2.6356,0\n0.2372,-0.29714,1.3992,0\n0.65785,0.20254,-0.077132,0\n-0.93135,-0.40459,-0.3923,0\n-1.7766,-0.0074508,-0.57993,0\n-1.9107,-1.1346,1.2301,0\n-0.48989,-0.64971,0.29497,0\n2.4338,-0.18415,-1.4478,0\n-0.033506,-0.713,-0.77844,0\n-1.3655,1.039,-0.67905,0\n-1.2722,-0.22364,-1.0525,0\n-0.084207,1.1635,1.4554,0\n-0.71601,-0.98735,-0.67903,0\n1.8102,-1.1639,-2.5563,0\n0.079559,0.33507,-0.77117,0\n-0.68893,0.26702,-1.0464,0\n0.27626,0.45982,-1.1203,0\n2.3476,-2.4382,-0.63077,0\n-0.95778,0.26057,0.39102,0\n-1.7299,0.35977,-0.22665,0\n-0.34642,-0.2631,0.77307,0\n0.2992,0.32211,-1.1666,0\n-1.6489,1.0931,-2.4904,0\n0.94921,-0.3677,0.041371,0\n0.74058,1.8116,0.99014,0\n1.6253,-1.3709,0.020353,0\n-1.0452,-1.5189,-0.59392,0\n0.54731,-1.2283,0.78031,0\n1.046,-0.29887,-0.66041,0\n-0.52999,-0.33479,-0.75999,0\n1.2829,-0.64871,0.080896,0\n-0.68551,1.3567,1.195,0\n-0.62023,-0.6006,1.9939,0\n0.51427,-0.12665,-0.37595,0\n-0.18769,2.1637,-1.5367,0\n0.019028,-0.075143,-0.2132,0\n0.10855,0.87268,1.2711,0\n-1.4387,1.3936,-0.29628,0\n0.75645,0.92023,1.3919,0\n-2.8255,-0.51247,-1.4916,0\n-0.53155,-0.29329,-0.41734,0\n0.96745,-0.28242,-0.10409,0\n-3.8595,0.25321,0.51187,0\n0.15307,0.65308,-0.57962,0\n1.073,-1.2253,-1.1795,0\n-0.25456,1.2647,-0.99263,0\n-0.2519,-0.55078,-0.86211,0\n0.79508,-1.5155,-0.2039,0\n1.1973,0.90002,-0.27723,0\n0.035258,0.024556,0.17373,0\n0.27793,-1.2024,-0.53552,0\n0.028357,-0.1404,1.7799,0\n1.1328,0.97919,-0.529,0\n0.69866,-0.65801,1.6362,0\n-0.025176,-1.0156,0.77235,0\n1.2374,1.1205,-1.2248,0\n-1.4197,0.59123,-1.5334,0\n-0.20432,0.19709,0.68589,0\n1.9917,1.9942,-0.14668,0\n0.20266,-2.107,1.0877,0\n-0.0048614,1.0538,-0.65518,0\n0.82991,-0.24785,-0.33389,0\n0.017797,-0.79122,0.19767,0\n-0.81278,-0.050414,0.6081,0\n0.68171,-1.9223,0.56609,0\n1.3043,1.2424,-0.88602,0\n2.3382,0.24123,-0.21292,0\n0.93086,-0.37163,-0.16857,0\n0.38663,-0.31758,-0.80694,0\n0.51475,0.32397,-0.27055,0\n0.1768,1.4311,1.2121,0\n1.2504,-2.0658,-0.58903,0\n0.059617,0.55323,1.0865,0\n0.57053,-0.083161,-2.1982,0\n-0.97194,-0.36903,0.95316,0\n-0.027075,1.9497,-0.74748,0\n-0.32302,0.61538,-0.8725,0\n0.49964,-0.81161,0.48362,0\n-2.3696,-0.17744,-3.0023,0\n-0.28771,-0.23073,1.3434,0\n-1.0949,-0.27329,-1.6107,0\n-0.44959,0.70238,-0.87611,0\n-0.30925,0.45504,-0.33531,0\n1.4383,0.081882,1.3061,0\n0.12048,0.73891,-0.2544,0\n-1.0461,1.592,-1.0427,0\n0.42396,-0.4433,0.4907,0\n0.92098,1.1941,-0.73121,0\n0.72811,-0.52733,2.811,0\n2.026,1.105,0.46601,0\n-0.97379,0.035577,1.7401,0\n-0.31149,-0.86214,-0.25363,0\n-1.9837,0.15906,-1.4851,0\n-0.23166,0.18282,-0.11588,0\n-0.3199,-0.17425,-1.5747,0\n0.50666,-1.8652,2.4256,0\n0.44507,-0.92326,-1.3766,0\n-0.84734,1.3518,-1.7881,0\n-2.0814,-0.98651,-0.49285,0\n-0.5465,-1.1133,-3.2637,0\n-0.050649,1.5838,-0.77447,0\n-0.84992,-0.27915,-0.21546,0\n0.058771,1.4415,1.6262,0\n-0.71919,0.63585,-0.34534,0\n0.015992,-0.24776,-0.88232,0\n0.83295,-0.13569,1.0759,0\n0.3186,-0.035584,-0.66463,0\n-0.88243,-1.3013,-0.9548,0\n-0.18984,-1.6955,0.81986,0\n0.099864,0.1056,-0.35212,0\n1.0318,1.3019,-0.84012,0\n2.1661,0.37075,0.17208,0\n1.093,-0.20837,1.3994,0\n0.58412,-0.34664,0.61796,0\n-0.87716,-0.53244,-0.12391,0\n-1.5532,0.51951,0.050521,0\n0.42541,-0.81999,0.016089,0\n-1.2706,1.6952,-0.92669,0\n-0.31673,0.077566,-0.81132,0\n0.56285,0.40296,1.3314,0\n-0.16367,0.8469,-0.25155,0\n-0.17118,0.19949,0.39844,0\n1.4216,-0.057183,-0.26182,0\n0.44704,1.0911,1.0488,0\n0.44802,-1.4158,-0.36742,0\n-0.22104,-0.32067,0.45705,0\n0.89303,0.53302,2.4903,0\n-0.77657,-1.8873,-0.33873,0\n0.30895,-1.1557,-0.095993,0\n0.60813,0.42104,0.28304,0\n0.16749,0.98766,-0.60463,0\n-1.1222,2.8692,0.21872,0\n0.33145,-0.63493,-0.81321,0\n-1.5455,0.62335,1.013,0\n-0.82511,-0.82511,-0.35045,0\n-0.3503,-0.53642,1.6863,0\n1.8874,-0.76597,0.068578,0\n-0.46239,-0.99584,-0.66011,0\n1.3993,-0.31646,-0.21484,0\n-1.0715,-1.7887,0.014561,0\n-0.12939,1.0248,0.71159,0\n-1.0459,-1.1642,-0.9007,0\n-0.36841,1.0826,0.6332,0\n0.37177,-0.20325,-0.44682,0\n-1.3812,-0.44646,-1.1705,0\n2.1382,0.65121,-0.40878,0\n0.21736,-0.31012,-1.682,0\n-0.37838,0.24672,0.4355,0\n-1.1693,-0.89526,-1.8917,0\n1.2902,1.1635,1.8048,0\n0.071801,0.15383,0.66095,0\n0.96651,-0.57534,0.66966,0\n-1.2085,0.93966,0.37504,0\n-0.9239,0.42935,-1.4833,0\n1.9375,1.005,-0.37801,0\n0.08988,0.38406,-0.65309,0\n0.40916,0.76704,-0.71573,0\n-1.5553,1.9112,0.66658,0\n-0.90184,0.62705,-0.17473,0\n-1.1038,0.046468,-1.0747,0\n-1.1332,-0.10945,0.26617,0\n1.0741,-0.63057,0.22604,0\n1.4521,-0.47472,0.77294,0\n0.84173,1.1234,0.08263,0\n-2.0677,-0.19271,-0.54249,0\n-1.5619,0.30441,-0.67894,0\n-0.78386,-1.0132,-1.481,0\n0.35468,0.14471,0.97293,0\n0.36413,0.68666,0.062858,0\n1.4711,-0.62131,-0.32128,0\n-0.25127,-0.87945,0.4098,0\n-0.10314,-0.98076,0.93236,0\n-1.4177,-1.1263,0.32258,0\n0.46684,-0.85512,0.86414,0\n-0.54885,-1.5543,-0.68998,0\n-0.0039734,0.92073,-0.59927,0\n-1.17,0.6921,-2.3508,0\n-0.090133,0.54977,-0.26541,0\n-0.0099732,-1.0794,-0.36351,0\n-0.99213,0.28176,-0.43229,0\n-0.084877,0.051958,1.3288,0\n0.62514,-0.44515,-0.40421,0\n0.30311,-1.0488,-0.3272,0\n1.4086,0.31237,-0.17499,0\n0.50295,1.7612,-0.58994,0\n0.51076,0.060133,-1.1211,0\n0.85237,-2.8,1.2434,0\n-1.039,0.21753,-0.55228,0\n-1.2636,1.9904,-0.73491,0\n-0.87756,0.2689,0.58896,0\n-0.16392,-0.41614,0.71406,0\n-0.027372,-0.79901,-1.9036,0\n0.25176,0.83707,-0.84765,0\n-0.19828,-0.24722,0.18425,0\n-0.41847,0.088215,1.1575,0\n-0.73689,-3.1819,-1.3205,0\n1.4923,-0.83057,0.06538,0\n2.0983,-0.35256,-0.21483,0\n-0.17946,0.39059,-1.2031,0\n-0.14058,0.63371,0.42707,0\n0.87062,-1.3933,-1.8318,0\n-1.2078,-0.25183,-1.2377,0\n-1.2429,-1.9903,0.52236,0\n0.52888,-0.69161,0.84426,0\n-0.9999,0.0086232,0.014285,0\n0.24222,1.7497,0.080246,0\n1.3231,-1.8259,-1.9064,0\n-0.64714,1.4009,1.9642,0\n1.6582,-1.0188,1.0123,0\n-0.3527,-0.53201,-0.0043111,0\n0.36331,0.59513,-0.63947,0\n0.84568,0.46074,2.0757,0\n-0.17762,-0.024977,-0.80906,0\n0.0030454,0.22312,-2.2241,0\n-0.8613,0.06636,-1.6283,0\n0.56638,-0.030763,0.19023,0\n0.87234,-0.60362,1.2884,0\n0.012253,0.19331,-0.33346,0\n0.21248,0.84879,-1.3062,0\n1.6137,-0.29387,0.3299,0\n-0.4104,0.49156,1.3868,0\n-1.7606,-0.8522,-0.84986,0\n-0.083604,-0.4179,0.25616,0\n0.0044744,0.49333,0.3536,0\n-0.35743,0.060127,0.22426,0\n1.2477,-1.4094,-0.42533,0\n-0.43664,0.62703,1.4104,0\n1.1212,-1.0729,-0.055794,0\n-2.664,0.14482,-1.1181,0\n1.2718,0.3252,0.30945,0\n0.84532,-1.0966,-0.026314,0\n-0.94316,-1.7675,0.73659,0\n-0.81999,0.021578,1.2348,0\n0.66194,0.65485,-2.4632,0\n-0.23922,-0.32496,1.7235,0\n-0.16849,1.2287,0.89778,0\n-0.54754,-0.15284,-0.29376,0\n0.86962,0.039876,-0.1252,0\n-0.55682,-1.5249,1.408,0\n0.59946,-0.85713,-1.0377,0\n0.87151,-0.58839,1.8042,0\n-0.10222,0.58052,1.1643,0\n-0.99531,0.36622,1.1652,0\n-0.63573,-0.65276,0.053437,0\n0.29682,0.59721,2.1897,0\n-2.8407,-0.61069,1.8943,0\n-1.4139,-0.099925,-0.057381,0\n0.8868,-0.31755,1.0052,0\n0.46622,-0.62919,-1.4753,0\n1.2873,-0.46219,1.5357,0\n-0.1177,-1.6323,-0.66989,0\n0.043868,-0.96098,0.6705,0\n0.42619,1.005,0.28843,0\n1.5033,-1.1417,2.1289,0\n0.35991,0.81677,1.168,0\n0.94074,-0.41391,1.6678,0\n-0.52195,0.77176,-1.9463,0\n-1.0188,-0.4678,-0.85995,0\n0.6221,0.54994,-0.93757,0\n-0.26677,-0.20733,-0.52069,0\n-0.80807,0.34551,1.056,0\n1.7581,-0.42387,0.7143,0\n-1.1004,0.19491,1.3316,0\n0.23658,-0.60995,2.5914,0\n-0.069481,0.82961,-0.11883,0\n0.085214,-0.22407,0.1936,0\n1.2607,-1.3141,0.13679,0\n0.99292,-1.0038,1.8481,0\n-0.95122,-0.085578,0.35673,0\n-1.1002,-0.13975,0.48282,0\n-0.29243,-1.5753,1.4927,0\n0.80759,1.8257,-0.089248,0\n0.61939,0.18253,-1.6342,0\n0.6396,1.4021,-0.82123,0\n-1.379,0.76969,0.77281,0\n1.1486,0.31362,-1.076,0\n0.010583,-0.11932,1.1327,0\n-0.16574,0.267,-1.1081,0\n0.78883,-0.068323,-1.1984,0\n-0.2668,-0.27732,-0.041535,0\n-0.042594,-0.12185,0.54005,0\n-0.32643,3.0593,0.30443,0\n0.32959,-0.77252,-0.093249,0\n1.2317,-1.6773,-1.5135,0\n-1.8915,-0.5768,-1.024,0\n0.62314,1.1317,-0.37237,0\n-0.60579,-0.54618,-0.6716,0\n-0.89715,0.33073,0.76939,0\n-0.84231,0.69077,-0.93408,0\n-0.21509,1.0574,-1.3859,0\n0.59323,0.23283,-0.96086,0\n0.43528,-0.88657,-2.1913,0\n0.32142,1.2712,-0.27105,0\n1.022,-0.43436,0.028936,0\n-0.060412,-0.81854,0.94883,0\n-1.2752,-0.37225,0.57781,0\n-0.62773,0.6144,-1.33,0\n0.39001,-1.0603,-1.2802,0\n0.14639,-0.1392,0.20505,0\n0.68831,-0.8844,1.537,0\n-0.8829,-1.263,-0.45288,0\n-0.081842,1.1339,0.3045,0\n-0.19608,0.69929,0.77267,0\n0.74647,-1.6013,0.62327,0\n-0.038983,-0.81674,-0.062205,0\n0.6256,0.63969,0.56564,0\n0.40744,1.4286,0.40698,0\n0.77118,0.20753,-1.4622,0\n-1.5003,0.62391,-2.0334,0\n0.83339,0.011236,-1.1404,0\n1.0716,-0.8232,0.73314,0\n-1.9084,-0.88951,0.8089,0\n0.29296,-0.47205,0.0036714,0\n1.9667,-1.3941,0.20237,0\n-0.65087,0.27918,0.81679,0\n0.39296,0.079107,1.3542,0\n0.93493,-0.58755,0.89749,0\n1.2367,-0.37696,0.25321,0\n1.2583,-0.54393,0.15971,0\n-1.5525,0.98215,0.20986,0\n0.5149,0.38423,0.19688,0\n1.8013,-0.67432,-0.79058,0\n-0.0218,0.64295,0.30217,0\n-0.4562,-0.66577,-1.9972,0\n0.029616,0.34544,0.14987,0\n1.0692,-0.14376,0.12491,0\n-0.85184,-0.78673,-0.19463,0\n-0.99833,1.3903,-0.50076,0\n-1.6416,-2.242,1.3318,0\n-0.97293,-0.051716,1.0555,0\n-1.9789,0.94449,-0.94324,0\n1.3702,-1.7774,1.0596,0\n-0.75559,1.1718,1.0401,0\n0.18907,0.21031,-0.35767,0\n0.62966,-1.7342,-0.70909,0\n-1.1031,-0.063931,0.077301,0\n-0.67556,-1.8012,-0.3913,0\n1.666,-0.16225,-1.0805,0\n0.93529,-1.3973,-0.30169,0\n1.557,0.68871,-0.42411,0\n0.78728,1.3185,-0.18562,0\n1.2726,0.0048417,1.6359,0\n-0.52402,0.18588,-0.89843,0\n-1.0557,0.94916,0.65132,0\n0.11725,-1.2788,-0.96373,0\n-0.5494,-0.71662,-0.39445,0\n0.7654,-1.6326,0.95533,0\n-0.2595,0.25526,1.1044,0\n2.239,0.51147,0.97296,0\n0.0071677,-1.423,-1.6662,0\n1.764,0.20827,0.89563,0\n0.39269,1.5652,-0.075428,0\n0.015411,0.9496,1.7952,0\n-1.1527,0.40968,-0.28187,0\n1.6976,-0.80776,0.87624,0\n-0.32436,-0.53325,1.4788,0\n1.7719,-0.85271,0.91213,0\n1.9772,-0.93806,-0.026604,0\n-0.039398,0.50956,-1.8476,0\n-0.39781,-1.7899,-1.0579,0\n-0.057027,1.1112,1.7667,0\n-0.054564,-1.7216,0.20023,0\n0.1268,0.87335,0.69713,0\n0.73409,1.4633,-0.79367,0\n2.552,0.50145,1.2601,0\n-1.5573,-0.23498,0.55268,0\n-0.76409,-0.70821,-0.0037154,0\n0.91125,1.2468,-0.32084,0\n-0.9729,-0.16406,0.57755,0\n0.13011,-0.15945,-0.019966,0\n-0.11086,-0.47533,1.029,0\n-0.56136,-0.76641,-1.3328,0\n-0.40571,0.74657,-2.3183,0\n1.6659,0.29947,-0.90793,0\n0.76932,0.41776,1.4748,0\n-1.9538,-1.2077,2.2457,0\n-3.3935,-0.2797,-0.28496,0\n0.33688,0.85861,-0.19263,0\n-1.7007,-1.0248,0.20025,0\n2.4052,-0.57532,-2.2571,0\n0.1484,-0.31905,0.88262,0\n-0.81461,1.4063,-1.2088,0\n0.99315,1.7766,1.6968,0\n0.22027,2.0187,0.27202,0\n0.15841,0.077764,1.075,0\n0.28292,0.4205,-0.87648,0\n0.39246,1.4828,-1.2725,0\n-1.3826,0.15898,-1.1533,0\n0.29232,-1.1468,-1.0954,0\n1.3085,-1.0263,-1.9272,0\n1.5765,-1.9418,-2.2697,0\n0.65113,0.52085,-0.8007,0\n0.052771,-0.73473,-0.053458,0\n-1.3108,1.3991,-1.3091,0\n0.45163,-1.6128,0.32654,0\n-0.39006,0.41197,-1.1294,0\n0.3272,-0.69415,-0.40104,0\n1.0003,-1.2029,-0.73339,0\n0.34581,0.16119,-1.6285,0\n-0.98519,0.59245,-0.2321,0\n-0.17874,0.028135,-0.36234,0\n0.15566,1.0672,-0.0063647,0\n0.28598,1.6048,0.21907,0\n-2.4506,-0.9959,0.52627,0\n-1.3273,-0.61361,0.44433,0\n0.41134,0.33654,-1.8656,0\n-0.070836,0.44647,-0.35236,0\n-0.63654,0.81552,-0.859,0\n0.7305,0.507,0.71681,0\n-0.5114,3.0425,0.12439,0\n0.057038,-0.36496,-2.1005,0\n0.4497,1.0722,-1.7174,0\n-1.3304,1.1765,-1.0497,0\n0.065107,-1.1147,-0.54667,0\n-0.48346,0.15493,-0.50479,0\n-2.1313,-0.51632,0.23784,0\n1.0786,0.11684,-0.71699,0\n0.020796,0.92408,0.68592,0\n0.96508,0.12891,-1.5581,0\n2.0002,-1.3296,-0.66785,0\n1.1379,0.42418,1.2686,0\n1.3762,1.3902,-1.9673,0\n0.4066,0.75249,-0.92283,0\n-0.16221,-0.10744,0.63919,0\n0.55092,-0.67296,0.10323,0\n0.43209,1.2268,-0.41843,0\n-0.47092,-0.69791,-0.32102,0\n0.6008,-1.4586,0.98751,0\n0.2396,0.33797,-1.6481,0\n1.4904,1.4443,-1.7798,0\n-1.2173,1.1068,-0.56704,0\n0.92385,0.21254,0.2748,0\n-0.82884,1.5503,-1.5668,0\n0.3311,-1.1674,1.3807,0\n0.26558,-0.55246,0.16277,0\n0.40668,-1.2141,0.46613,0\n-0.088044,1.2188,0.23757,0\n-0.51091,-0.91273,-0.97555,0\n0.66886,-0.3091,-1.522,0\n-1.3228,0.060877,-0.12103,0\n-0.98369,-0.43603,0.7497,0\n-0.78757,-1.8362,1.2191,0\n-1.1538,-1.2972,1.6441,0\n0.092599,-1.4323,-1.4253,0\n-0.55723,0.10724,0.95477,0\n0.083621,1.146,-0.30377,0\n-0.14553,1.281,1.1939,0\n-0.84904,-1.3008,-1.8547,0\n-1.0957,-0.74083,-1.7203,0\n0.026479,-0.0077421,0.92396,0\n0.98228,-1.2183,-0.82656,0\n0.23558,0.14417,-0.80487,0\n1.7535,-1.1329,0.2216,0\n0.49977,-1.1439,-1.9065,0\n0.94042,1.0896,-0.81072,0\n-0.10633,0.17289,0.18795,0\n1.5707,-1.3957,-1.3987,0\n2.0179,2.1614,-0.11319,0\n-0.028527,0.55193,-0.38341,0\n-1.0723,1.1766,0.0032567,0\n1.326,1.4557,-0.5172,0\n0.079473,0.080677,-1.7902,0\n0.24651,0.17736,-0.39296,0\n0.45872,0.98144,1.2103,0\n1.4547,-0.15887,0.21927,0\n0.46654,0.69197,0.14878,0\n0.57736,-0.024937,-1.51,0\n-1.7656,-1.687,-0.93542,0\n-0.99617,-1.6423,-0.10467,0\n-0.074171,1.1922,-1.5939,0\n-0.39908,-0.37538,-1.6165,0\n-0.62446,1.0999,1.1869,0\n-0.82153,-0.12485,-0.48963,0\n-0.9193,0.13772,-1.2528,0\n-1.6912,-0.49044,1.5862,0\n0.38706,0.52342,0.35181,0\n-0.7448,-1.5242,-1.12,0\n0.87585,-0.10826,-0.53663,0\n-0.64527,-0.97053,0.80815,0\n0.70638,-0.86383,0.74989,0\n1.2892,0.052944,-0.31648,0\n-0.83151,0.56074,0.054603,0\n0.2844,-0.17665,0.96909,0\n-0.23709,-0.34226,0.40508,0\n-0.51448,0.30344,0.010476,0\n0.88966,-0.25823,-1.1498,0\n1.1347,-0.12885,1.663,0\n-1.6188,0.35245,1.0252,0\n-0.0097472,-0.61046,0.40054,0\n0.16929,0.73581,-2.1425,0\n0.13128,-0.46711,-1.0024,0\n0.1126,1.1848,-0.13064,0\n-0.34032,0.31939,0.49029,0\n-0.21831,-0.079258,1.2209,0\n2.0127,2.7935,-1.0642,0\n0.015989,0.17867,1.3038,0\n2.4019,-1.1092,1.0821,0\n-0.66045,0.014145,2.0251,0\n0.16171,-0.61375,-0.61195,0\n0.16652,0.19371,1.2693,0\n-1.6062,0.63323,-0.4416,0\n-0.48926,-1.097,-0.045926,0\n-0.0040442,-0.37286,0.37888,0\n0.4814,-0.0044574,-0.019488,0\n-0.59008,0.17878,-0.77663,0\n1.0746,1.8555,-0.66176,0\n-0.55876,-1.2251,-0.60312,0\n0.65832,-0.82166,1.8164,0\n-0.91389,0.20491,0.2088,0\n0.73095,-0.23583,-0.74761,0\n-2.0384,-1.2405,0.5145,0\n-0.65871,-2.1137,-0.27804,0\n-1.3765,0.46028,-1.1493,0\n-1.5161,0.40947,-1.1869,0\n0.99053,-0.83842,-0.62057,0\n-0.17795,0.00042935,0.98686,0\n-0.85025,-0.84365,1.2905,0\n0.40568,2.2944,-0.92546,0\n0.8557,-0.78783,-0.61541,0\n-1.8645,0.39305,0.6289,0\n-2.0641,-0.056289,0.32231,0\n0.01077,-0.9011,1.1612,0\n0.51065,-0.39627,0.1836,0\n-0.77799,-0.42895,-0.17216,0\n-0.24486,0.17253,1.4003,0\n-0.38237,-0.11801,1.3936,0\n-1.3997,0.20351,1.0252,0\n-1.3588,0.54174,0.48426,0\n0.20414,0.4674,1.2531,0\n0.38666,1.0395,-0.2678,0\n0.81688,1.4105,0.073077,0\n-0.28825,-0.41911,-0.70843,0\n2.0623,-0.56641,-0.86925,0\n-0.20245,-1.2932,0.043979,0\n0.7876,1.038,0.31178,0\n-0.6329,-0.84872,1.1815,0\n-0.076104,-1.7257,0.49181,0\n-2.8938,-0.60374,1.1477,0\n1.2975,1.1045,0.56956,0\n1.3582,1.0071,1.0897,0\n1.6131,-0.6986,0.30266,0\n-1.4765,1.2775,-1.0146,0\n-0.29148,-0.062778,-0.70085,0\n-0.90987,-1.608,-0.24588,0\n-0.047874,1.0018,-1.2784,0\n1.5481,0.89577,-1.0201,0\n0.21128,-0.77289,0.86505,0\n-0.037162,0.75839,0.87116,0\n0.050948,-1.6139,0.39139,0\n0.73547,-0.71602,0.74785,0\n-1.3524,0.095718,-0.059707,0\n0.80876,1.0231,-1.095,0\n0.39457,-0.51689,1.4323,0\n-0.36327,0.30757,-0.75252,0\n0.23295,0.35561,-1.688,0\n-0.028545,-0.28203,-1.871,0\n-0.3461,-0.43929,-0.72729,0\n-1.6917,-0.17563,1.2691,0\n0.29534,1.2444,-1.2239,0\n0.35288,-0.07337,0.059183,0\n-0.77076,1.2919,-0.56069,0\n1.1029,-0.40592,0.040986,0\n-0.32574,2.1637,0.17718,0\n1.1916,1.1895,-0.2516,0\n-1.0058,-1.2404,0.76984,0\n-0.31438,-0.44475,-0.46627,0\n0.67026,0.86019,0.7575,0\n1.0981,-1.0651,0.67813,0\n0.39722,1.5625,-0.047659,0\n-1.9685,-0.90054,2.7206,0\n-1.0036,-0.38504,-0.70872,0\n0.84547,0.63916,0.91225,0\n0.19331,0.62978,2.7074,0\n0.021421,-1.2288,-0.15148,0\n0.95453,-1.9794,0.35914,0\n-0.15245,-0.55203,0.08264,0\n0.32716,0.14531,-0.69216,0\n-0.75569,-2.0502,0.18829,0\n1.1521,0.38231,0.74629,0\n-1.462,-1.9196,-0.49131,0\n-2.1172,1.8587,-1.9695,0\n-0.40207,0.045185,-0.98868,0\n-0.03498,0.18217,-0.61795,0\n-1.5406,-2.4703,-2.8205,0\n0.69462,-0.43478,-0.1544,0\n1.0209,-0.62919,2.4763,0\n0.032734,0.42878,-1.0144,0\n1.2097,-0.15117,1.2029,0\n-2.7109,-0.17109,0.68178,0\n-1.7718,0.86019,-0.29289,0\n1.8931,-0.90006,-0.52783,0\n-0.81562,0.85592,-0.5767,0\n-0.69491,-0.92828,-0.93062,0\n2.3289,0.64779,-0.21616,0\n-0.58829,0.67488,-0.78481,0\n-0.89133,-0.22794,1.0481,0\n0.0066352,-1.2435,-0.04051,0\n0.29105,-0.32683,-0.33152,0\n-0.6826,0.58346,0.8373,0\n2.0618,0.22111,-0.37877,0\n-1.0835,-1.0999,1.3186,0\n-2.4006,-0.098255,1.0363,0\n0.52431,0.4445,1.4518,0\n-0.90339,-1.0043,0.26464,0\n0.57661,-0.84138,-0.49994,0\n-0.2187,1.1088,0.15267,0\n-0.23591,1.315,-0.16133,0\n-0.54382,-0.5442,-0.32355,0\n1.7233,0.71102,-0.33146,0\n-1.1622,-0.98477,-0.05813,0\n0.39184,0.54967,-0.32467,0\n2.1499,2.4931,-0.82877,0\n0.51472,0.4322,-1.4861,0\n-0.47467,0.54945,-1.093,0\n0.51059,-0.72045,0.03141,0\n-1.8483,-1.0351,0.62001,0\n-0.18325,0.080013,-2.5528,0\n-1.2312,-1.3387,0.8877,0\n-1.9704,1.4857,-1.0927,0\n-1.9579,0.74898,-0.21107,0\n0.096207,-0.83998,-0.50515,0\n-0.37298,0.63922,0.37457,0\n-0.7589,-0.75737,-0.033641,0\n0.5198,-1.0412,-1.2996,0\n0.52088,-0.0027606,-1.856,0\n0.80594,1.4759,-0.57319,0\n-0.060123,0.5901,-0.7204,0\n-1.0963,1.309,0.95905,0\n-2.3549,0.28992,0.18862,0\n-0.90023,0.46545,1.0337,0\n-1.0709,1.0986,0.75526,0\n-0.96255,-0.64675,-1.7389,0\n-0.6624,-2.1676,0.62462,0\n-0.18003,1.4271,1.021,0\n1.6038,0.55681,-0.46901,0\n-0.29679,-0.94688,-0.36469,0\n-0.92703,0.81379,0.88707,0\n0.78969,1.4153,0.48375,0\n-0.65739,-0.97156,1.6631,0\n1.0465,0.88081,0.28128,0\n1.5081,1.1078,0.96611,0\n0.22124,-1.1206,-0.60966,0\n-0.85277,0.3983,-1.9524,0\n1.31,0.49448,-0.70316,0\n-1.09,2.2651,-0.22399,0\n1.2591,-0.20039,-0.33102,0\n-1.0012,-1.6682,-1.6894,0\n-2.7475,-0.77322,0.48171,0\n-0.3869,-0.4416,0.30904,0\n0.76785,2.5038,-0.34856,0\n-0.25656,-0.83535,-1.5912,0\n-0.20029,-1.4185,-0.87103,0\n-0.31367,1.518,-1.6355,0\n0.44354,-0.68769,0.32163,0\n-0.00068636,0.40044,0.072423,0\n-0.051402,-0.014225,0.84117,0\n0.52722,-1.946,-0.49399,0\n0.38692,-0.54081,-0.16801,0\n0.44234,-0.70087,0.52641,0\n-1.0575,0.5473,1.1859,0\n0.99084,-1.2659,0.71134,0\n1.3138,-0.32847,0.87475,0\n1.471,0.70518,0.95825,0\n-1.3194,0.11384,-0.19316,0\n-1.0644,-1.8446,0.10212,0\n0.1673,0.40388,0.26083,0\n0.036607,0.90924,-1.9043,0\n0.21476,0.3144,-0.40544,0\n1.7912,0.15984,0.40786,0\n-2.3977,-0.43059,1.3442,0\n0.44417,-1.7538,-1.6461,0\n1.4648,-0.028987,-0.53251,0\n1.1117,0.68212,-0.14681,0\n-0.47088,1.0561,-0.059581,0\n1.1358,0.26114,0.020758,0\n-1.0373,0.15494,-0.36345,0\n-0.64048,-0.31014,1.1366,0\n0.28851,1.6643,-0.10892,0\n-2.1117,-0.40976,-2.4156,0\n0.92414,0.50694,1.4175,0\n-0.90557,-0.68177,-0.1142,0\n0.17811,-1.3056,-0.45924,0\n0.22199,-2.1569,-1.0215,0\n0.7897,-0.37761,0.4912,0\n0.41503,0.25299,0.81931,0\n-0.3929,0.57131,-0.19727,0\n-0.71768,0.98177,-1.0605,0\n0.81236,-0.32206,-0.56313,0\n-0.15499,0.37253,0.36428,0\n0.48897,-1.8538,0.4195,0\n0.13798,-0.89881,0.14227,0\n-1.0576,-0.85674,0.27715,0\n0.90743,-1.7715,-0.29389,0\n0.24653,1.2241,1.1473,0\n0.73021,-1.6828,0.1977,0\n0.95121,0.27935,0.04393,0\n-1.0885,0.43271,1.2568,0\n0.29289,-0.29096,-0.43618,0\n-2.0027,-1.2284,-1.7294,0\n0.9231,-0.62606,-0.07057,0\n0.78865,0.30729,0.9688,0\n-0.8717,2.2485,1.0892,0\n-0.62225,0.20784,-0.35935,0\n-0.383,-0.27811,-0.84886,0\n2.3977,-1.4473,0.080079,0\n1.211,-0.4793,-1.3397,0\n2.1293,-0.16808,0.46033,0\n0.1702,-0.068734,-0.41191,0\n1.1422,0.3316,-0.62947,0\n-0.85875,1.4978,0.50514,0\n-1.6388,-1.1717,0.82163,0\n0.61743,-2.6048,1.8901,0\n-1.0041,-1.2423,2.0747,0\n-1.2854,-1.1855,1.1421,0\n0.79831,0.84776,1.7018,0\n-3.6064,-0.13524,-0.55492,0\n-0.79401,-0.5414,-0.07525,0\n-0.98914,0.78554,-1.5287,0\n-0.16615,0.78427,0.6952,0\n1.0564,-0.7433,-1.3118,0\n-0.7235,1.254,-1.3381,0\n-0.026177,-0.050252,0.91654,0\n0.31716,1.9192,0.83224,0\n-1.5289,-1.174,0.32659,0\n0.089532,-1.2657,1.055,0\n0.003779,-1.2672,0.7544,0\n0.62094,-1.7016,0.040967,0\n-0.57495,1.0265,-0.23644,0\n-0.70049,-0.17319,0.91691,0\n-0.18209,-0.065453,-0.76942,0\n-0.10584,0.5163,0.66347,0\n0.76005,0.20724,-0.90334,0\n-0.015788,-1.3244,1.5626,0\n-1.9729,0.75207,0.11128,0\n0.60691,-0.57233,1.8858,0\n-0.81817,0.22766,0.93174,0\n-0.27686,-0.41388,0.5561,0\n0.13629,1.419,-0.59554,0\n0.57263,0.24028,-0.87928,0\n-0.65379,0.46029,0.6794,0\n0.1656,0.23715,1.7628,0\n1.4099,0.70582,-1.3637,0\n0.024927,-0.25406,-0.19801,0\n0.71402,0.23499,1.3222,0\n-0.42169,0.21803,-0.4543,0\n0.62723,-0.079146,-0.22527,0\n0.14427,0.082718,1.249,0\n0.74867,0.6049,0.46128,0\n-0.21865,-0.13207,0.069831,0\n2.6932,-1.5172,-2.4561,0\n0.66449,0.012507,-0.15026,0\n0.87654,-0.39583,-0.23124,0\n-0.095861,0.79235,1.4604,0\n0.36954,-0.78221,0.38408,0\n1.1084,-0.23448,-0.016181,0\n0.72599,-1.9183,-1.1801,0\n-0.65939,0.14926,-0.95004,0\n1.1159,-0.3241,-0.94301,0\n1.1053,0.81512,-1.2565,0\n0.32111,-1.2786,1.433,0\n-0.06168,-0.63663,-1.6135,0\n-0.20219,-1.7611,-0.5362,0\n-2.4738,0.762,-0.24089,0\n0.13143,0.35537,0.60458,0\n-0.19096,1.0141,-0.91875,0\n0.45071,0.36941,0.11195,0\n1.4873,1.6111,0.87054,0\n0.81606,-0.4941,-0.24041,0\n0.67781,-0.59436,-0.22882,0\n-0.071714,1.1136,-1.4051,0\n-1.4066,0.36521,0.75458,0\n0.10956,-1.3421,-1.5616,0\n1.0288,-0.40529,0.27657,0\n-0.43278,-0.51978,-1.4799,0\n-1.79,-0.23821,0.643,0\n0.38455,0.20612,-0.82754,0\n0.5545,-0.90017,-0.087377,0\n-1.1251,0.53099,-0.62879,0\n0.3036,-0.22671,0.42712,0\n1.3792,1.9667,0.49717,0\n0.86682,-0.21531,-0.15357,0\n-1.0092,0.77512,0.8247,0\n2.1203,1.7956,-0.38023,0\n-1.8721,0.48507,0.55444,0\n-1.6136,-0.28113,-1.0856,0\n0.30756,0.038796,-0.6888,0\n0.85299,2.1009,0.20447,0\n-0.53692,0.73403,-0.40657,0\n0.84127,-0.39672,-0.58588,0\n-0.090962,0.64989,0.63493,0\n1.0597,-1.7999,-0.11378,0\n-0.095173,0.59411,-0.68623,0\n1.5511,-0.17528,-0.94258,0\n0.69515,1.4468,-0.63622,0\n-1.2033,1.4747,1.043,0\n-0.59107,-0.85677,-0.091736,0\n-0.093412,-0.38227,0.38602,0\n0.084701,0.99601,-1.179,0\n-0.70302,0.72737,2.0828,0\n-0.056116,-0.73897,-0.40658,0\n-1.2839,0.6859,0.53551,0\n-0.61756,-0.41514,-1.7136,0\n-2.6377,-0.055905,-0.55853,0\n1.3124,0.14637,0.37852,0\n-0.63346,0.42616,-0.22141,0\n1.0103,0.10834,0.50557,0\n0.49515,-0.53777,-0.18182,0\n-0.26572,-0.53759,-0.79821,0\n-1.1466,0.22136,-0.23383,0\n0.7271,-0.83043,-1.7086,0\n-0.60153,-0.14806,0.74284,0\n-1.3662,0.61861,-1.2249,0\n-0.8816,-0.61816,-0.63638,0\n-0.25112,-0.70201,-1.4134,0\n0.041536,-1.0039,-0.55492,0\n-2.4781,-1.2895,0.43312,0\n-0.77331,0.89909,1.1627,0\n0.31336,0.491,-1.1224,0\n-0.59159,-0.52885,-1.4814,0\n-0.20136,-0.25409,-0.50215,0\n-1.6895,0.39252,-1.0961,0\n0.88895,0.34258,1.8451,0\n-1.4774,-0.46411,0.3931,0\n0.41849,-0.49847,0.0087769,0\n-0.2295,-0.84809,-0.95813,0\n1.1066,-0.27664,1.3261,0\n-0.47329,0.715,0.9585,0\n0.58277,1.0683,0.95276,0\n1.4184,0.026476,2.1112,0\n1.2875,0.1715,1.1174,0\n-0.4098,0.71343,-0.50919,0\n-0.97907,0.64496,1.048,0\n-1.3993,-1.9558,-0.29191,0\n-0.046584,0.30732,2.3663,0\n-1.4207,-0.23275,0.17522,0\n0.432,-1.2599,1.0838,0\n1.3338,-1.5346,-1.5962,0\n0.090302,-1.2792,-0.31431,0\n0.066,0.79739,0.13225,0\n-0.43807,-0.98813,-0.71715,0\n-0.017014,-0.74314,1.6753,0\n-0.94413,-0.1614,1.3524,0\n-0.2072,-0.73302,-0.67679,0\n0.30053,1.1776,0.24575,0\n0.74665,-0.090508,0.27845,0\n0.7423,-0.041069,-1.656,0\n1.0129,1.4169,-0.83554,0\n0.50336,-0.41744,0.28213,0\n-1.0978,1.2618,-0.26515,0\n-0.97071,-0.96758,1.2224,0\n-1.0308,-0.1713,0.11242,0\n0.048976,0.60769,-0.6933,0\n0.99174,0.9405,-0.32507,0\n-1.4389,0.25451,1.7951,0\n-0.1717,-0.41569,-0.038863,0\n1.3394,0.44444,1.9753,0\n-0.53509,0.034196,0.18651,0\n2.234,1.0632,0.15084,0\n-0.93775,-0.10403,-0.60763,0\n-2.3614,0.61282,0.13575,0\n-0.94842,1.2598,0.34883,0\n-0.19361,-0.29557,-0.83233,0\n0.3195,-0.5779,-1.0096,0\n-0.70335,-0.2577,-1.2147,0\n3.2759,-1.0443,0.11752,0\n0.18463,0.62222,1.9582,0\n0.55635,-0.51325,-0.97422,0\n0.98228,-0.90168,0.99004,0\n-0.73473,0.21139,1.9278,0\n1.5799,1.6071,-0.28285,0\n-0.30383,-0.05984,0.99587,0\n1.4879,0.92228,-0.35053,0\n-1.6037,-0.11696,-0.59572,0\n0.038183,-0.8418,-1.1342,0\n0.013308,0.15266,-0.083971,0\n-1.5236,2.2623,-1.3872,0\n0.32407,0.62346,0.39171,0\n0.3946,1.6879,0.63229,0\n-0.92791,-0.95225,-0.57205,0\n-1.1739,1.1427,-1.2835,0\n0.049349,0.18326,-0.70325,0\n-0.63351,-1.6701,-0.71489,0\n1.1445,-0.22053,0.37389,0\n1.8589,0.26744,1.137,0\n2.2333,0.44678,0.23805,0\n0.59036,0.61886,0.067268,0\n0.12252,-0.42865,-0.50627,0\n1.7607,-0.05764,-0.33045,0\n-0.79937,-0.94181,-1.164,0\n0.87617,-0.18795,0.23986,0\n-0.0047226,0.89548,1.1573,0\n1.7229,1.0041,-0.48986,0\n0.35039,-0.33785,-0.76637,0\n0.010295,-1.899,-1.4668,0\n0.82449,0.54445,0.32473,0\n0.81234,0.28135,-1.2646,0\n0.45748,0.15542,0.11493,0\n-1.5702,-0.73966,0.16656,0\n-2.1936,-0.14479,0.76213,0\n-2.226,-0.8296,0.70279,0\n-0.8612,0.98065,0.93834,0\n-0.18156,1.8941,-2.0152,0\n-1.3364,1.0488,-0.40821,0\n-0.19757,-0.35703,0.5827,0\n-0.11349,-0.58096,0.54261,0\n-0.85975,-0.16762,-0.10126,0\n-0.62399,1.0307,1.6023,0\n-1.6424,0.15459,1.0391,0\n-1.4942,-1.3027,0.51569,0\n-0.57989,0.37273,0.2736,0\n0.52724,0.27331,0.34314,0\n0.4114,0.48327,-1.1269,0\n1.4824,-1.2265,0.28935,0\n-1.4967,0.060499,1.0101,0\n-1.6609,1.1318,-0.037008,0\n0.92654,-0.41933,0.31309,0\n-0.22814,-1.0285,0.73441,0\n2.2206,1.1034,-0.16271,0\n0.18049,-2.0056,0.71533,0\n0.31896,-1.1593,1.08,0\n-1.2094,-0.97747,-0.66993,0\n2.5423,0.50162,-0.0085229,0\n0.33189,1.2407,-0.97703,0\n0.59098,-1.7862,0.6412,0\n0.99483,1.1985,0.24333,0\n1.7475,-0.49277,-2.2627,0\n-0.10263,-0.25987,0.11235,0\n1.9508,0.51893,0.52782,0\n-0.18149,0.23076,-0.29237,0\n0.030093,1.0092,-0.21888,0\n0.014756,0.43593,-0.019249,0\n1.424,0.51207,0.6007,0\n1.0834,-0.77093,-0.070802,0\n-0.73312,-0.082995,0.96473,0\n-1.3238,1.3669,-0.60901,0\n0.10753,0.61585,0.67457,0\n0.29357,1.9481,1.7879,0\n1.4198,1.2059,0.92314,0\n-0.18336,0.6763,1.3516,0\n-0.52915,0.35343,2.008,0\n-1.4468,1.6841,0.487,0\n-0.17267,0.26601,-0.775,0\n0.53699,0.17644,0.08128,0\n-1.0464,1.765,0.0048791,0\n0.17697,2.1171,-0.3909,0\n-0.32799,-0.5966,-0.81752,0\n-0.14648,0.61345,-1.5083,0\n-0.19103,-1.1701,-0.014731,0\n-2.247,-1.8271,0.68272,0\n-1.3071,1.0955,-0.56478,0\n-0.12216,0.14198,-1.002,0\n-1.1082,-2.3397,1.2649,0\n0.3655,-1.0259,-0.79431,0\n1.716,-0.83202,1.3568,0\n1.881,0.74701,0.86156,0\n1.6633,0.7228,2.1267,0\n-0.97537,0.37041,-0.13259,0\n1.9084,-0.22634,0.88954,0\n1.3302,1.0451,1.1603,0\n-0.31668,2.2033,0.61878,0\n1.1556,-0.44064,-1.3853,0\n0.76857,-0.42544,1.6191,0\n1.1574,0.044891,0.61038,0\n0.97921,-0.016644,1.6149,0\n-0.50375,-1.8039,0.33807,0\n0.71028,-0.75237,-1.8439,0\n-0.014103,-0.13794,0.37784,0\n-0.1879,1.0596,0.95862,0\n-0.31309,-0.25368,-0.82019,0\n-0.76955,-0.84969,1.8556,0\n-0.35804,1.7049,1.0836,0\n-0.86432,-0.76043,1.9662,0\n1.1388,-1.6656,-1.8616,0\n0.4249,-2.5333,-0.422,0\n0.72548,-0.23301,-0.090562,0\n0.0099749,0.59877,-1.0396,0\n0.34102,2.0703,-1.174,0\n0.38783,0.45311,1.1269,0\n0.70255,0.9483,0.83763,0\n0.061348,0.62244,0.13526,0\n-1.6473,-0.34045,1.1146,0\n-0.40179,0.8553,-0.28777,0\n-1.1838,-1.6967,0.4756,0\n0.70896,0.42853,-0.92308,0\n-1.3921,0.24274,-0.26871,0\n-0.32089,0.18125,-0.74534,0\n-0.63383,-0.14294,0.76602,0\n-0.15077,0.85013,0.061306,0\n0.2566,1.0235,-0.56791,0\n0.12379,3.239,0.081527,0\n0.5492,-0.029351,1.7752,0\n0.15206,0.94711,-0.025253,0\n-0.32429,-0.46258,-0.20106,0\n0.87879,0.52419,1.3241,0\n0.32494,-0.12588,0.30863,0\n1.4,0.27624,-0.049986,0\n-1.5394,-0.67551,0.85024,0\n0.69383,0.49543,0.79963,0\n0.038017,-0.51766,-0.24515,0\n0.16945,0.014657,-0.89931,0\n-0.60191,-0.29925,-0.36947,0\n0.078533,0.98433,0.71417,0\n0.5841,0.09105,-1.2781,0\n-1.3046,-1.8686,-0.15253,0\n-1.4417,0.90156,-0.042983,0\n-0.13319,0.57194,2.036,0\n-1.0371,0.96231,-1.554,0\n2.3431,-0.44396,-0.6703,0\n0.65868,1.6242,-0.97377,0\n0.21607,0.10217,1.6464,0\n0.44736,-0.39104,-0.24678,0\n0.70997,-0.5825,-0.41606,0\n0.65581,1.3684,-0.81284,0\n-0.12124,-1.7564,-0.65004,0\n0.99409,-1.29,-0.84395,0\n0.51036,-1.3462,1.6359,0\n-0.37424,0.31367,0.47994,0\n-0.97581,-0.47451,1.3912,0\n-0.92594,1.3482,-0.20901,0\n0.13122,0.10012,-0.95213,0\n0.97285,-0.99611,1.3502,0\n-0.29815,-1.7026,0.58853,0\n-0.46696,0.63666,0.39304,0\n1.323,-0.54999,-0.80071,0\n-1.444,-0.81818,-0.047476,0\n0.52706,-0.077488,-0.33139,0\n0.073053,-0.98904,-0.78252,0\n0.19813,-1.6293,-0.32415,0\n1.7668,-0.52626,0.17821,0\n0.54463,-1.0616,-2.4199,0\n-2.9699,-0.90033,1.06,0\n-1.2681,-0.26042,1.6467,0\n0.1766,2.491,-1.4974,0\n1.2901,0.71287,1.356,0\n0.29711,2.0541,-1.8599,0\n0.24406,0.079238,-0.19815,0\n-0.56677,1.8023,-0.096051,0\n0.26859,0.017328,0.88799,0\n0.34979,0.29118,-1.3519,0\n-0.92697,0.15445,-0.23396,0\n0.22765,-0.092053,0.93889,0\n1.7431,2.2692,-0.48423,0\n-1.2946,-1.6815,-1.8592,0\n0.13365,-0.3366,-0.67511,0\n-1.2369,-0.48303,0.41277,0\n1.0716,0.8434,-0.58716,0\n0.35118,0.42509,0.56797,0\n-1.4068,0.20764,0.38269,0\n1.5132,-1.3941,-0.89542,0\n0.34464,-1.7264,-0.28018,0\n0.72161,0.50865,-0.95061,0\n-1.0567,0.0071761,-1.2499,0\n-0.92098,0.40275,-0.51563,0\n-2.5799,-0.31306,-0.54964,0\n0.1077,-0.3616,0.9966,0\n0.71724,0.45718,-0.072861,0\n0.94008,0.51713,-0.90081,0\n0.67726,0.70761,-0.76446,0\n2.3853,-0.17925,1.2211,0\n0.1799,1.3719,-0.79955,0\n0.88993,1.3758,0.36195,0\n-0.00094018,2.0831,-1.1669,0\n-0.57821,0.52827,-1.4842,0\n-0.0054065,1.024,0.95273,0\n0.76208,1.4878,-0.17956,0\n-0.34386,1.5649,-0.27671,0\n0.022119,1.1764,0.20774,0\n-0.59324,-0.50886,2.0545,0\n-0.11193,2.3124,0.22979,0\n-0.1682,-0.84194,1.2355,0\n-0.45081,-0.2808,-0.31974,0\n0.64259,0.96224,-0.67292,0\n-4.1248,-0.74131,0.99557,0\n0.57525,0.55812,-0.44161,0\n0.21231,-2.0861,1.3974,0\n0.33827,-0.17107,-0.48051,0\n0.56027,1.2044,-0.327,0\n0.27791,0.54152,0.0095803,0\n-0.11721,-0.29683,-0.78944,0\n-0.6067,1.5026,0.32888,0\n-0.13962,1.3854,-0.1642,0\n0.65168,-1.1303,-0.32744,0\n2.4098,-0.28855,-0.65454,0\n1.4077,0.29251,-0.39586,0\n-1.3973,-2.1215,0.42233,0\n1.0791,-0.20747,-0.092527,0\n0.95531,0.20816,-0.78602,0\n0.68034,-0.041696,1.8803,0\n0.44314,-1.5674,1.5382,0\n0.80402,1.3843,0.84547,0\n-1.6397,-0.43294,-1.6502,0\n-0.76888,-0.51845,0.65319,0\n-0.42651,-0.76771,0.07501,0\n0.91536,2.2026,0.8301,0\n1.9905,0.52511,-0.035281,0\n0.13028,0.12737,0.53632,0\n-0.60627,-0.32546,-0.63067,0\n0.45655,1.6811,0.41386,0\n-0.47697,-0.55338,-1.3441,0\n-1.4467,-0.68301,-1.332,0\n-1.2951,-1.8828,-1.3848,0\n-0.72237,-0.96308,0.10871,0\n-1.1052,0.58452,0.43132,0\n-0.30766,-1.5027,-0.19469,0\n-0.90634,0.56747,0.88679,0\n-0.092354,1.0789,0.51752,0\n1.1919,0.28688,-0.24681,0\n2.1423,-0.10989,1.5454,0\n0.14824,2.0596,-1.1504,0\n0.53664,-0.8563,0.028863,0\n-0.84017,-0.10144,-1.1362,0\n0.23066,0.30496,-0.72775,0\n-0.28306,-1.9304,1.3997,0\n1.0635,0.3599,0.97362,0\n-1.0428,0.88978,0.74214,0\n2.2879,-0.93806,-0.40825,0\n-1.8524,-0.78947,-1.5072,0\n-0.81228,0.53093,-1.206,0\n-0.65553,0.25692,0.65551,0\n2.1671,0.48766,1.4929,0\n0.98845,-0.86221,1.1218,0\n1.109,1.6092,0.058758,0\n1.2752,-1.13,1.2346,0\n-1.7022,-0.20305,0.78474,0\n0.00016599,0.2254,-0.46934,0\n1.1092,-0.45187,0.80166,0\n-0.47931,-0.12018,0.19376,0\n1.4709,0.41966,1.7384,0\n0.5552,0.14605,-0.78035,0\n-1.5658,1.156,-0.1342,0\n0.8418,-1.2847,0.7847,0\n-1.7941,0.37511,0.44255,0\n0.84614,0.1055,0.0082884,0\n1.4018,0.28108,-0.56645,0\n-0.94327,0.85961,-0.83269,0\n-0.32023,-1.1318,-0.19836,0\n0.14026,0.15156,-0.21383,0\n-0.34249,-1.537,-0.54821,0\n0.25603,-0.31188,0.60006,0\n0.43614,-0.36564,0.9741,0\n-1.9253,1.2614,2.1667,0\n-2.3798,0.23715,0.44661,0\n0.66832,0.77669,-0.1316,0\n-0.12928,0.71975,0.6173,0\n-1.6377,0.39203,-0.59566,0\n0.18074,-0.90375,1.371,0\n-1.5092,1.4008,0.96894,0\n-1.1112,-0.59502,0.47102,0\n0.57642,-1.1511,-0.3892,0\n1.094,-1.1834,1.1831,0\n-0.49084,-1.1827,0.17095,0\n1.7679,-0.60637,1.0173,0\n-0.10226,0.54624,0.2651,0\n0.24086,0.47853,-0.68004,0\n-0.71204,1.5093,-1.7754,0\n1.6682,0.49803,0.69058,0\n-1.4234,-0.55446,-0.15433,0\n0.34336,0.55674,-1.0047,0\n0.38882,-0.209,-0.089983,0\n-1.2987,-0.67962,1.7076,0\n-1.4888,-0.86811,0.51677,0\n-0.43941,0.44324,-0.57872,0\n0.64934,-0.34629,-0.7586,0\n0.36301,-1.6556,1.5605,0\n0.65695,-0.60582,-0.060913,0\n1.6062,-0.87907,0.22172,0\n0.30147,1.3433,-0.48306,0\n0.00010807,-0.21801,-0.45732,0\n0.47146,0.59944,0.9575,0\n0.013797,0.71564,-0.2781,0\n1.0492,0.98076,0.4048,0\n-0.54952,1.2266,0.49133,0\n-0.55336,0.2229,-0.89964,0\n0.048862,1.0304,-1.6689,0\n-0.36821,-0.97128,-0.40957,0\n-0.051502,-0.493,0.2862,0\n-0.94994,0.94339,0.14053,0\n0.95965,1.6873,-0.32861,0\n0.69296,-1.4032,0.364,0\n0.1819,0.14648,2.1012,0\n0.18992,-0.024403,0.11281,0\n-1.4669,-1.7822,0.14732,0\n-0.21395,-0.059807,1.5113,0\n-1.7309,-0.093282,1.6439,0\n-0.059423,-1.3841,1.2927,0\n-1.3391,0.38619,0.25724,0\n1.1101,-2.1329,0.64109,0\n-0.25165,0.61006,-0.54607,0\n0.035762,0.59364,-0.094762,0\n-0.34499,-1.1041,-0.61427,0\n-1.7163,-0.17946,1.3062,0\n-2.7209,0.79248,-0.33968,0\n1.4851,-0.61602,1.4172,0\n-0.66809,0.50116,-1.187,0\n0.27979,-1.5404,1.019,0\n0.30581,-0.68245,-1.3899,0\n-0.44608,-0.71758,-0.050985,0\n1.0707,-0.021527,0.080722,0\n0.011346,-0.75983,-0.96551,0\n0.9629,-0.46941,0.54197,0\n0.27546,-0.0095324,0.90139,0\n-1.9341,0.38754,0.8808,0\n0.77212,1.1524,1.0055,0\n-1.2144,-0.053952,-0.45321,0\n-0.43679,1.2987,2.6787,0\n0.70959,0.88782,1.0411,0\n1.0454,1.219,0.73173,0\n-0.23484,1.1582,0.64891,0\n0.071577,-1.1025,0.20443,0\n1.4328,-0.20937,-0.51741,0\n0.52755,-0.043168,-0.64675,0\n-0.12605,-0.15494,-0.15541,0\n-0.4697,-0.32102,0.55251,0\n0.96002,-0.66557,-0.017624,0\n0.99732,0.50308,0.93457,0\n-0.71829,0.22343,-0.51935,0\n-1.317,-0.13161,-1.7946,0\n-0.79918,-0.43246,-1.8347,0\n0.032035,-0.88307,1.1692,0\n0.32204,0.60777,0.66585,0\n-1.9146,-1.0365,0.37337,0\n-1.4895,-0.00697,1.1624,0\n-1.0012,0.39632,-1.323,0\n-0.12443,1.6596,0.064622,0\n0.17322,1.4703,0.7762,0\n-0.7763,0.11426,-0.90508,0\n1.0524,-1.0806,0.23083,0\n0.43868,0.86369,0.34437,0\n0.14838,-1.275,0.95604,0\n1.3584,-0.5421,-0.065341,0\n-0.95955,0.28939,-0.75009,0\n-0.47667,-0.63649,1.7355,0\n0.23019,-0.68877,-1.1755,0\n-0.053084,-0.52587,0.72217,0\n-0.12276,-1.1479,0.35208,0\n0.90597,-0.46219,1.2362,0\n-0.22308,-0.27275,0.8827,0\n0.75674,0.38649,0.66448,0\n0.8118,-0.19447,-0.68843,0\n-0.32072,-1.3561,0.32985,0\n-0.90486,-0.0065724,-1.9868,0\n1.2412,1.5027,0.41581,0\n-0.21459,0.78492,1.057,0\n1.4394,0.19114,-0.7876,0\n0.19328,0.71938,0.063704,0\n0.27851,-1.2074,1.0048,0\n1.0954,-1.3758,1.0083,0\n-0.081037,0.99908,0.16371,0\n0.95824,-1.1976,0.43707,0\n1.1319,-0.11901,-1.0077,0\n-0.28651,0.074979,0.10058,0\n-0.1552,0.21222,0.53521,0\n0.68209,0.18925,0.59673,0\n1.166,2.7447,0.16962,0\n0.89044,0.067679,1.2269,0\n-0.74825,-0.38704,-0.35118,0\n0.42073,-0.90024,-0.062243,0\n0.22033,-1.749,-0.97861,0\n0.36737,2.7427,-0.025504,0\n-0.84422,1.2724,0.57086,0\n0.92879,0.85239,-0.76706,0\n0.64545,-0.44216,-1.1207,0\n-1.659,-0.83574,0.4742,0\n-1.523,-1.2915,0.6962,0\n0.36984,0.56825,0.88963,0\n-0.57798,0.39187,-0.58634,0\n1.0657,-0.013511,0.84842,0\n-0.33409,0.030735,-0.79269,0\n0.66591,-0.5601,0.36916,0\n-0.94388,0.37886,0.66473,0\n1.0595,0.16507,0.46539,0\n0.035952,2.0155,0.044943,0\n-0.49441,0.30955,-0.61482,0\n0.53567,0.75216,0.33085,0\n-0.99921,0.43742,-2.4187,0\n0.51925,0.98266,0.047068,0\n0.53013,-0.49115,-0.39687,0\n0.8099,-0.78726,0.041047,0\n-0.11813,-0.26109,-1.0433,0\n0.019411,1.6878,0.76262,0\n0.75367,-0.70148,-0.83853,0\n-1.1632,-0.25672,0.080434,0\n0.89764,1.0884,-0.86078,0\n1.6146,-0.90513,-0.58976,0\n0.31128,0.28729,1.9931,0\n-0.51592,-0.36787,-0.76433,0\n0.20324,-0.0055623,-1.4436,0\n1.3121,-0.37013,-0.30396,0\n1.0576,0.59345,0.4961,0\n-1.3321,-1.4949,0.25937,0\n0.64071,0.19099,-0.34241,0\n0.057826,-0.033473,-0.74784,0\n0.77386,-0.72844,-0.46072,0\n2.0062,-0.67755,-0.20365,0\n-0.04235,-0.45981,-0.57912,0\n-1.0637,-0.69211,-0.15286,0\n-0.99704,3.7756,0.78896,0\n-0.37904,-0.090418,-0.75752,0\n-1.0469,0.47826,0.61645,0\n0.15778,-1.3396,0.23578,0\n-1.1048,-0.18083,-1.1471,0\n1.0337,0.73062,0.44671,0\n1.5605,1.2179,-0.69533,0\n0.5193,1.7119,0.037736,0\n0.77864,0.78404,0.7586,0\n-1.0312,0.58591,-0.28568,0\n0.69611,-0.43802,-0.72263,0\n0.26047,0.66723,1.0816,0\n0.28505,-0.57003,0.29227,0\n-0.031466,-0.17702,-0.09585,0\n0.58554,-1.4517,-0.33365,0\n1.2504,-1.0885,-1.5229,0\n-0.87288,1.6666,0.065325,0\n1.218,-2.1889,-0.70249,0\n0.87415,-2.444,-0.8192,0\n-0.14052,0.48425,1.406,0\n0.37617,1.4991,-0.8609,0\n1.6293,0.80893,1.5793,0\n-0.19822,-2.052,-0.92127,0\n-0.44316,-1.1719,1.1974,0\n1.0707,-0.75646,1.271,0\n0.66271,-1.4523,-0.1242,0\n-0.43135,1.2434,-1.2794,0\n-0.90255,1.2474,0.68586,0\n-0.45202,0.37267,-0.98483,0\n0.85143,-1.8173,-0.34095,0\n0.91077,0.63135,2.3212,0\n-0.95558,-0.99628,1.7554,0\n1.2577,0.10821,-0.51199,0\n0.75766,-0.53096,-0.096264,0\n-0.61615,0.45351,-0.54916,0\n-0.55863,-0.89457,-0.44867,0\n-0.90224,-0.30916,-0.96321,0\n1.3822,0.24456,-1.1057,0\n-1.4955,-2.4648,0.78156,0\n-0.53477,0.23616,1.1794,0\n-1.2457,-0.80536,-0.14358,0\n0.97749,0.042214,-0.46231,0\n-0.52236,1.3212,0.66207,0\n-0.86662,0.19919,0.66044,0\n-1.0747,-0.48938,1.2116,0\n-1.1043,0.46359,-0.019323,0\n1.2559,-0.31465,-0.95472,0\n0.60923,2.0081,-1.5119,0\n1.1923,0.62235,1.3237,0\n0.23193,0.038271,-0.7273,0\n1.7822,1.4204,-0.15851,0\n2.0585,1.0566,0.28529,0\n-0.24797,0.31631,2.4094,0\n1.5813,1.0601,0.37271,0\n-0.47818,1.4919,-0.30362,0\n0.076813,-0.15656,1.5047,0\n0.095024,-0.70123,-0.042072,0\n1.0609,-0.71091,0.44837,0\n1.4252,-0.20355,0.89781,0\n0.48801,0.10282,0.13694,0\n-0.43862,0.24253,0.57551,0\n0.90825,1.4794,2.132,0\n0.93186,-0.31001,-0.59928,0\n-0.51944,1.3895,0.033049,0\n0.20529,-0.28457,0.10059,0\n1.6969,0.26899,-0.14083,0\n1.3077,-2.4368,-1.3943,0\n0.70423,-1.4137,-0.38187,0\n-1.1385,0.97507,-1.7578,0\n0.68002,-0.43873,0.55685,0\n-0.55449,-0.63657,-2.2951,0\n0.18922,0.81491,-0.61689,0\n-0.61398,0.53102,0.88964,0\n0.5873,-0.78359,0.72457,0\n0.76825,0.57665,-2.1506,0\n-0.19809,0.57537,0.228,0\n-0.24099,-1.4111,-1.2731,0\n-0.61878,0.3192,0.072873,0\n-0.74721,-0.41498,0.58502,0\n-1.177,0.91473,0.42075,0\n-0.38548,-0.11691,0.14131,0\n-0.094464,-1.3114,-0.68161,0\n-2.0583,0.55479,-0.50619,0\n0.38392,1.6069,1.1149,0\n0.36575,0.038021,-0.93352,0\n0.011545,0.39183,-0.45426,0\n-1.4957,-1.1321,-0.76028,0\n0.66096,-0.34727,-0.63273,0\n0.69676,-0.1131,2.3854,0\n0.79673,0.8854,-1.1746,0\n-0.25877,0.97935,-0.25312,0\n-0.019819,-1.1569,0.12157,0\n-1.3997,1.029,-0.061967,0\n-0.11823,2.0741,1.5072,0\n0.52056,-0.45844,1.4706,0\n-0.34271,0.47714,-0.11264,0\n0.83971,-1.5582,0.728,0\n-0.44243,-0.3618,-0.65936,0\n0.77349,-1.7706,0.39933,0\n0.42965,0.24091,0.75314,0\n-0.55755,0.20922,-1.1582,0\n-2.1257,1.5479,0.87238,0\n0.9638,-0.4602,2.7023,0\n-1.0565,-0.16767,-0.63388,0\n1.7966,-0.0034296,1.5991,0\n-0.040304,-0.20552,0.098188,0\n-0.13261,-1.502,0.63005,0\n1.2444,0.87469,0.28073,0\n-1.399,-0.88442,-1.2703,0\n0.25261,-2.3753,-0.43502,0\n-0.79408,-0.78475,0.11975,0\n-0.21272,0.61114,0.76288,0\n0.37901,-0.011454,-0.3785,0\n-0.26869,-0.24159,-0.31089,0\n-0.80133,-1.1998,-0.24003,0\n1.9179,0.13072,-1.3555,0\n-1.0286,-1.7665,-0.49608,0\n0.55746,-0.46415,0.34474,0\n0.78928,-0.75137,-0.71228,0\n-0.84121,-0.34218,-1.4084,0\n-0.07844,0.72141,0.46665,0\n1.6765,-0.74558,-0.71637,0\n0.37384,-0.20973,-0.28844,0\n-1.3962,-0.51077,-1.2134,0\n0.058001,0.61372,0.39525,0\n0.83177,1.3857,-1.0187,0\n0.7594,0.67611,1.2675,0\n-0.26778,-0.13356,1.7959,0\n0.8646,-1.3722,-0.37061,0\n0.90458,-0.41122,0.43777,0\n-0.88236,-0.82117,0.024646,0\n1.0522,0.70234,-1.0265,0\n-0.13043,0.40393,1.2715,0\n-0.53551,0.70984,-1.6054,0\n-0.67321,1.0058,0.22105,0\n0.079761,-0.45867,1.0169,0\n1.2909,-1.0436,-0.10534,0\n-0.99244,0.40987,-1.3722,0\n0.77739,0.80431,-0.98306,0\n1.1441,0.4067,0.47042,0\n1.5188,1.6373,-0.52124,0\n-1.8712,1.096,-1.3026,0\n0.91333,0.78063,-0.11127,0\n0.032088,1.7544,1.1313,0\n1.1414,0.027877,0.62414,0\n0.23068,0.16257,-0.60054,0\n0.64231,-0.034353,-2.0894,0\n0.057464,-0.42476,-2.6979,0\n-0.90608,0.68974,-0.54826,0\n1.3227,1.2765,-0.7486,0\n0.87958,0.50099,-0.48029,0\n-0.40672,0.20847,2.3376,0\n-1.0842,-1.0362,0.2508,0\n1.7502,1.2749,-1.1529,0\n-1.0783,0.77147,-0.68483,0\n-0.67351,-0.36328,-0.48192,0\n-1.3529,-1.1959,2.4552,0\n-0.89919,2.2543,-0.23337,0\n-0.46947,0.66408,-1.1532,0\n-1.0833,-1.3793,-0.69496,0\n0.36966,-0.31306,0.53943,0\n0.045995,0.76508,-0.6269,0\n0.28168,0.49407,0.72877,0\n1.4034,-0.58339,0.21112,0\n0.694,0.23503,-0.61976,0\n-1.3747,0.087263,0.98756,0\n-0.75028,0.78249,0.57382,0\n-0.5363,0.20773,0.11249,0\n1.123,0.83906,2.395,0\n1.02,0.86982,-0.72935,0\n1.0032,-1.5981,-0.1134,0\n-1.3973,-0.026477,0.74742,0\n0.42018,0.82427,1.1305,0\n-1.0754,0.88738,-0.067897,0\n-0.41288,-0.21111,0.32526,0\n1.2276,1.2136,1.1583,0\n0.3641,1.76,-0.52153,0\n-1.2053,-0.14264,0.078666,0\n0.85911,-1.5754,-0.78016,0\n0.66664,-0.23204,-1.887,0\n-0.5098,1.7142,-0.14198,0\n0.22183,0.86262,0.93925,0\n1.1855,-0.55799,-2.0344,0\n-0.81735,-0.55763,-0.066099,0\n-0.47758,-0.039228,-0.50411,0\n0.65649,-0.83314,1.4058,0\n0.38507,1.2585,1.4345,0\n-0.68775,0.14236,0.69719,0\n-0.054424,0.032952,-1.423,0\n-0.03723,-1.6237,-0.93405,0\n-0.49605,0.70203,1.0337,0\n0.13204,1.9718,-0.30127,0\n0.72518,1.2381,-1.056,0\n-1.1617,-0.76882,0.40271,0\n-0.48632,-1.1833,-2.1069,0\n-0.58464,0.42668,0.044795,0\n-0.012538,0.21287,0.95519,0\n-0.29374,-2.265,2.2415,0\n-0.65953,-0.17165,0.81717,0\n-0.8951,-0.096079,0.12903,0\n-0.52086,1.7119,0.15084,0\n-0.55637,-0.3843,0.3493,0\n-1.2569,1.2855,0.3084,0\n-0.13456,-0.29901,1.0593,0\n-0.056027,0.46388,0.8879,0\n-0.74556,-0.55699,0.94829,0\n-0.091484,0.99208,0.11127,0\n-1.4518,0.34573,0.83444,0\n-0.35755,-0.63508,-2.6579,0\n0.46516,0.45192,0.099432,0\n-1.2551,2.6447,-0.40886,0\n0.17862,-1.2173,-0.091163,0\n-1.7692,0.45288,-0.593,0\n1.3347,2.318,-0.91339,0\n-0.29555,2.1045,0.25447,0\n-1.774,1.0966,1.0475,0\n-0.98336,-0.28958,-1.2949,0\n1.204,0.29767,-1.2456,0\n-0.12071,0.4834,1.0597,0\n-0.22019,1.9659,-0.37768,0\n0.094866,-0.52879,-0.10446,0\n2.2226,-1.3223,0.058336,0\n-1.3737,1.5981,-0.26097,0\n0.53082,-0.80726,0.77922,0\n-0.071275,0.14464,-0.055106,0\n1.3771,1.3254,0.04544,0\n0.61086,0.65239,1.1374,0\n-1.6935,-0.41362,0.39021,0\n-1.0427,-0.015109,-1.1773,0\n-0.038998,0.42195,-0.40226,0\n1.1208,-0.08797,-1.3854,0\n-0.78573,1.0875,0.71968,0\n0.20788,-1.0716,0.067972,0\n0.34091,2.4367,1.1868,0\n1.2817,1.373,1.4759,0\n0.77167,-0.034532,0.51067,0\n0.23184,-0.20389,0.0020102,0\n1.6808,-1.0429,0.12605,0\n0.096737,0.043193,0.20928,0\n0.99505,-0.010502,0.86503,0\n-0.05374,-0.28715,0.89339,0\n-1.0462,0.92467,-0.49328,0\n-0.27298,-0.0035002,0.36491,0\n1.1723,-1.1016,0.34286,0\n-0.42211,-0.052554,-0.52584,0\n0.051165,-1.5377,0.23351,0\n0.345,-1.468,-0.38445,0\n-1.8439,-0.13195,-1.0442,0\n-1.268,0.89386,-0.072003,0\n0.38987,-2.5998,0.45134,0\n-0.95861,1.5479,0.24611,0\n-0.72132,-1.7727,0.49875,0\n0.23097,-0.83689,1.0368,0\n0.45254,-1.5132,0.21011,0\n-0.23787,1.7289,-0.29196,0\n0.43467,0.5037,-0.91579,0\n0.69824,-1.1315,0.49971,0\n0.33405,0.61151,-0.085701,0\n0.76696,0.9964,0.12546,0\n-0.48236,-0.042596,-0.48654,0\n0.024389,0.79233,-1.5576,0\n0.94592,1.0141,-0.97392,0\n-0.72326,-0.013358,2.9848,0\n-0.25454,0.1383,1.3841,0\n-0.82358,-0.69658,0.10368,0\n1.4422,0.55971,-1.5213,0\n0.17584,0.02775,0.72262,0\n-0.9229,-1.2317,-1.6399,0\n1.7541,0.36434,-0.31658,0\n-1.4191,-0.53337,-0.48474,0\n-0.71822,-0.67433,1.8083,0\n-0.16996,0.24617,0.87605,0\n0.87769,-0.023047,0.36952,0\n0.58204,-1.2417,-2.2078,0\n1.3629,2.2462,-1.0855,0\n1.27,-1.5003,-1.1592,0\n0.69979,-0.30796,0.85583,0\n-0.46669,-0.23621,0.50374,0\n1.5325,1.2238,-1.0981,0\n0.2774,-1.8045,-0.11571,0\n-0.45965,-0.24976,2.0591,0\n-1.457,-0.36168,0.88568,0\n0.57136,0.12827,-0.35927,0\n1.803,0.89801,-1.8639,0\n0.35203,-0.77242,-1.8562,0\n-1.7208,0.37952,-2.2742,0\n0.73834,-0.82647,0.31464,0\n0.35455,0.69241,-0.69743,0\n-0.38251,0.62433,0.58855,0\n0.34859,0.2944,0.32236,0\n0.039267,-0.47698,1.5845,0\n-0.19338,0.74064,-2.1822,0\n-0.74305,-0.70267,-1.2898,0\n-0.96031,1.4715,1.6313,0\n0.91663,-0.31812,0.61895,0\n1.2542,0.086354,-0.16073,0\n0.29806,-1.9238,-1.3425,0\n-1.1729,0.81893,-0.92086,0\n1.4772,-0.98496,-0.21802,0\n-1.5029,0.55022,0.32004,0\n2.0785,-0.0738,0.89379,0\n0.19252,-1.8411,0.63626,0\n-0.44491,-1.7793,0.97687,0\n-0.038067,0.78196,-0.58142,0\n0.51007,-0.51304,-1.9386,0\n-1.0365,-0.44586,0.50718,0\n-0.027559,0.16312,-0.53445,0\n0.68205,0.58012,-1.1515,0\n0.63075,0.15161,-1.4239,0\n-0.10283,1.4066,-0.80638,0\n0.37625,-0.33361,-1.1414,0\n-0.7777,-0.79254,0.39989,0\n-1.6486,0.38332,-0.75131,0\n-1.0951,0.55767,-1.3002,0\n1.0353,0.37772,-0.70563,0\n-1.7084,0.075645,0.55366,0\n0.29617,-1.1094,2.7957,0\n0.58567,-0.47005,-0.13113,0\n1.3223,1.4479,-1.9529,0\n1.9501,-0.13752,0.43115,0\n1.5885,-1.5772,1.2543,0\n0.60172,0.85028,0.46943,0\n0.21559,-1.4766,1.1903,0\n-0.4166,-1.1152,-0.38247,0\n-1.0472,1.0382,0.93078,0\n0.44239,-0.37726,0.36463,0\n1.2775,0.78499,2.1117,0\n2.0061,0.58309,1.7276,0\n-1.4523,0.47101,-0.33237,0\n-1.213,-1.4624,-0.81663,0\n0.72342,-0.84962,0.059686,0\n1.1158,-0.6187,-1.7585,0\n-2.7509,-0.34112,0.16696,0\n-1.1273,-1.6197,0.57973,0\n-0.034811,-2.5696,0.051515,0\n0.77401,-1.949,1.0463,0\n0.43974,1.0409,0.045754,0\n1.5196,-0.49375,-0.45575,0\n-2.1731,0.64317,0.5714,0\n-0.28698,1.3959,1.8602,0\n-0.44547,0.20226,0.039347,0\n0.059937,-1.0528,-1.4594,0\n-0.76146,1.7442,0.41172,0\n-1.123,2.5819,0.21871,0\n-0.47269,0.38106,1.5453,0\n-1.1331,-1.4204,-0.15511,0\n0.74865,0.77162,-1.2307,0\n-0.9137,-0.24392,0.74863,0\n-0.69059,0.40372,0.069212,0\n0.50697,0.4484,1.2254,0\n0.067578,-1.7898,-1.626,0\n-0.93349,0.023954,-0.7503,0\n-3.028,-1.6853,1.1847,0\n0.2004,0.15114,-0.62163,0\n0.95122,-0.54808,-1.31,0\n-1.1413,0.67019,0.82664,0\n0.47135,0.3467,-0.89115,0\n0.26641,0.13845,-0.39376,0\n-0.5381,-0.73921,0.38799,0\n-0.88151,0.59886,0.25261,0\n-0.6144,0.57685,0.92035,0\n0.020378,0.66526,1.2831,0\n-0.10617,-0.19265,1.0817,0\n-0.89576,-0.44786,2.2191,0\n-0.37887,-0.2153,1.8178,0\n-0.29455,-0.50934,-0.2283,0\n-0.16961,0.63193,0.90494,0\n-0.34959,-0.14049,1.8621,0\n-0.19542,-0.53923,-1.7079,0\n0.62883,0.19495,0.93241,0\n-0.83482,-0.082361,-0.47206,0\n1.8773,0.91363,0.50045,0\n0.27787,0.31417,0.74551,0\n-1.5395,-0.33741,-0.57129,0\n-0.51318,1.5379,-1.1953,0\n-0.015916,0.053637,0.015174,0\n0.29053,0.2028,-0.67174,0\n-0.13454,0.06992,0.4133,0\n0.56626,-0.28343,1.1389,0\n0.045819,-0.13943,-0.92317,0\n-1.4505,-1.2565,0.58386,0\n-1.455,0.53883,0.41216,0\n-0.51647,0.62442,0.84776,0\n2.1397,0.56375,-0.30352,0\n0.09013,0.73692,-1.7242,0\n0.68204,-0.030169,1.5122,0\n1.9886,-1.4977,0.072824,0\n2.4794,0.19736,0.59805,0\n0.72833,-0.72334,0.070511,0\n0.26692,-0.14902,0.014749,0\n0.29047,-0.38159,-0.55516,0\n-2.4466,-0.48436,-0.56801,0\n-0.15322,1.2525,-0.71342,0\n-0.2288,-1.2229,0.26532,0\n0.0091349,-0.60157,-1.7022,0\n1.2028,0.59752,1.0677,0\n-0.38605,1.2317,1.8108,0\n0.11483,-1.081,0.63175,0\n1.1478,0.42477,-1.1312,0\n-0.12345,-1.8762,-0.68344,0\n0.13571,0.46256,0.38866,0\n1.091,0.12807,-0.14198,0\n0.11784,0.3262,0.58178,0\n-0.9792,0.72653,-1.945,0\n-1.8425,-2.1306,-0.52031,0\n-0.36733,-1.0099,0.20218,0\n-0.1155,-0.73561,0.21319,0\n0.96084,-0.91196,0.89811,0\n-0.18807,0.93477,-0.41384,0\n-1.2235,1.8102,1.4423,0\n0.25876,0.94838,-0.16706,0\n-0.79973,-0.74573,0.4721,0\n1.1807,1.2708,-0.66711,0\n-0.70729,0.43416,0.03475,0\n0.36099,2.1166,1.7064,0\n1.5784,-0.34213,-1.992,0\n0.0254,-0.97598,0.59016,0\n0.31684,-0.18356,0.69188,0\n-0.1993,0.37248,0.98471,0\n-0.34405,-0.090645,-0.17495,0\n-1.8389,-0.55326,0.18996,0\n-1.3228,-0.0096226,2.6438,0\n3.1506,-1.6695,-0.27107,0\n0.63171,1.1875,0.63325,0\n-0.16028,0.16108,-1.1455,0\n0.90419,-0.031109,-1.6302,0\n-2.1163,-1.6369,-0.20022,0\n0.49161,0.046535,1.3327,0\n0.82662,-1.1311,0.23776,0\n-1.8912,0.87835,1.1752,0\n0.97915,-0.24932,-1.2118,0\n-0.037937,-0.073744,-0.37485,0\n-1.4685,-0.50467,-0.60387,0\n0.37398,0.66052,-1.2527,0\n1.5827,-1.0063,0.60447,0\n0.85822,0.679,-0.46122,0\n-0.43329,-0.85253,-1.3694,0\n-0.89147,-0.74897,2.0288,0\n-0.75281,1.5831,-0.11549,0\n0.34444,0.37519,-0.32682,0\n-0.65741,1.964,1.5435,0\n-0.63492,-2.098,-0.169,0\n0.19891,1.4108,1.6254,0\n-0.82272,1.8601,-1.3074,0\n-0.34527,2.2517,-1.4432,0\n-0.28883,-0.50536,-2.7613,0\n1.419,1.2135,0.16155,0\n0.40552,-0.7968,0.24975,0\n-0.89026,-0.67859,-0.93687,0\n-1.9607,-0.96245,0.54203,0\n0.54558,-1.089,0.61233,0\n0.61025,-0.060886,0.037533,0\n-0.1973,-0.019823,-0.40094,0\n-0.85721,-0.66864,0.64543,0\n0.070062,0.41918,1.0048,0\n1.0904,-0.87926,0.64935,0\n0.048299,-1.4789,-1.4377,0\n-0.081853,-1.2229,0.53746,0\n-1.4614,-0.82738,0.25428,0\n1.9003,0.032791,1.1765,0\n-0.052752,-1.449,-0.55822,0\n-0.086471,-0.46124,-0.27166,0\n0.52683,-0.63927,0.89695,0\n-0.83562,2.2906,-0.66523,0\n0.7627,1.0209,-1.4948,0\n0.35572,-1.5353,-1.1919,0\n0.63907,-1.5496,-1.0627,0\n-0.35154,-0.15054,-0.20491,0\n-0.21981,-1.1517,0.25007,0\n1.0082,-0.15319,0.21707,0\n-1.1191,-0.59885,-0.72017,0\n0.45893,0.7904,-1.2715,0\n-0.11121,-0.31486,-0.69407,0\n-1.4107,0.59326,0.18494,0\n2.0587,-0.64367,0.40457,0\n0.86197,2.8256,-0.55301,0\n0.55598,0.18407,0.5484,0\n-0.46065,-1.3036,-0.53409,0\n0.39397,-0.080665,2.0543,0\n-0.22182,-1.3714,-0.39966,0\n-0.91431,-0.57062,2.245,0\n-1.4882,0.092158,0.83918,0\n1.6024,0.36065,0.39556,0\n0.28067,-0.19353,0.23022,0\n-1.9418,-0.16311,1.9206,0\n-1.5531,0.85294,0.96427,0\n-3.1348,-0.14636,-0.62954,0\n-1.5378,-1.454,1.3051,0\n-0.59618,-0.10233,0.0066259,0\n-1.2222,-0.90131,-0.79219,0\n-0.31082,-1.1952,-1.9288,0\n-1.5024,-0.037708,-0.93004,0\n-0.19868,1.475,-2.7549,0\n0.11922,1.8878,-1.4553,0\n-0.49451,-0.16943,-0.10636,0\n1.0967,0.80417,0.65201,0\n-0.18198,1.1545,-1.2445,0\n-1.2943,0.46508,1.7796,0\n-0.42627,-0.8175,0.72312,0\n-0.30376,0.432,-0.24999,0\n-0.50804,1.6225,0.40476,0\n0.96551,0.37856,3.0489,0\n1.3918,-1.2313,-2.0804,0\n1.6357,1.9943,1.2793,0\n-0.74152,-0.65635,-1.9178,0\n-0.9065,-0.35288,0.34327,0\n0.4678,0.94728,0.11745,0\n-1.7986,-0.72988,0.75759,0\n0.041077,1.3182,-0.16029,0\n-0.25227,2.11,-1.2209,0\n-0.72159,-0.58813,-1.1502,0\n1.1652,-0.39081,0.62013,0\n-0.91715,0.29135,-1.0759,0\n0.19773,-0.32778,-1.0648,0\n-0.54279,0.27378,0.66016,0\n-1.6471,-0.082815,1.4894,0\n0.96484,-0.54481,-0.06126,0\n-0.46879,0.26074,0.52961,0\n-2.0981,0.11326,0.22247,0\n-1.9386,0.33491,1.5361,0\n-0.23357,1.1779,1.3135,0\n1.8407,-0.99372,0.79712,0\n-0.56075,-0.41917,-0.095336,0\n-0.9869,-1.0128,-1.9565,0\n0.46335,-1.5582,0.7192,0\n-0.028692,-0.0098875,0.26277,0\n1.8122,-1.2708,0.45059,0\n1.3407,-1.1194,0.62142,0\n-0.84001,-1.7905,0.31043,0\n-1.2292,0.91182,-1.0129,0\n0.99598,1.5501,-0.38673,0\n0.25491,-0.65388,0.14112,0\n0.23551,0.17157,-0.94946,0\n-0.95603,0.84758,0.99082,0\n1.0315,0.11694,-1.3668,0\n-0.18204,0.84068,0.12772,0\n-0.87373,0.81405,1.6483,0\n-0.021645,1.2875,0.73706,0\n-1.785,0.62506,1.5066,0\n1.2557,0.72824,-0.60229,0\n-1.0927,0.26094,-0.15584,0\n0.83949,1.1108,0.1454,0\n1.6501,-0.7588,-0.2887,0\n-0.82479,-0.72194,1.2945,0\n0.14387,-0.1831,-0.049453,0\n-1.3013,-1.7289,0.59299,0\n-0.36899,0.47636,-0.43529,0\n0.65457,-0.58892,-0.75806,0\n1.705,-0.070877,1.25,0\n-1.4509,-1.6691,0.53146,0\n0.73198,0.20102,1.3221,0\n1.292,0.51382,0.44919,0\n0.73454,0.40403,-2.1137,0\n-0.08751,-0.92858,-0.47404,0\n-0.71782,-0.26861,0.4099,0\n0.72406,-0.29909,0.39406,0\n1.0198,0.32281,0.85374,0\n1.0117,-2.4497,-1.2176,0\n-0.61446,0.8067,0.66399,0\n-0.85771,-1.2745,-0.25197,0\n0.67096,0.64351,0.097508,0\n0.94908,2.0979,-0.89093,0\n-0.32815,0.33034,-0.57448,0\n-1.2794,0.071311,0.53242,0\n-0.27273,0.68477,-0.17344,0\n1.8211,1.259,0.96614,0\n0.070421,0.52013,1.1843,0\n-0.065831,-0.38167,0.063063,0\n-2.4385,-0.54765,1.4302,0\n0.32895,1.5344,0.81105,0\n1.2282,-0.34528,-0.51321,0\n1.0442,-0.71792,0.81549,0\n0.2152,-1.3084,-0.95182,0\n-0.61687,0.32502,0.14463,0\n1.0412,0.12664,1.3493,0\n0.71976,1.6009,0.18916,0\n-0.090099,0.73895,-0.26796,0\n-1.0389,-0.13577,-0.080711,0\n-0.958,0.94143,1.3667,0\n-0.3869,2.3792,-0.16282,0\n-0.51162,0.30619,-0.298,0\n-0.34859,-1.0045,-0.9479,0\n-2.3358,-0.16298,2.3502,0\n-0.2468,1.0876,-0.17881,0\n1.2484,-1.1238,-0.21923,0\n-2.0629,0.45725,-1.4313,0\n-1.6157,1.4088,-0.89528,0\n0.55694,1.168,1.0944,0\n-0.24246,0.35282,0.48,0\n-1.0091,-1.493,-0.70892,0\n-0.67844,-1.5545,-1.44,0\n0.52953,-1.5765,0.33144,0\n2.0492,-0.062594,-0.50825,0\n-0.01657,0.31495,-1.5366,0\n1.4281,0.72483,-0.28199,0\n0.38099,-1.1513,-0.50943,0\n-1.43,-1.1568,-1.2291,0\n1.3429,1.0029,0.89583,0\n0.1229,-0.65881,0.42217,0\n-0.86278,1.0397,-0.93414,0\n-1.3429,-0.4635,-1.195,0\n-1.5168,-0.45743,0.18317,0\n0.33133,-0.088899,-0.58965,0\n1.6968,0.47338,-0.9366,0\n0.093328,2.1432,0.42294,0\n1.0795,-1.0391,-2.1474,0\n1.4625,-0.99502,2.6881,0\n1.0875,-0.24037,-1.64,0\n-0.13331,-0.17878,0.031698,0\n-0.76698,-0.69403,0.82299,0\n0.0088319,-0.39418,0.50991,0\n0.15967,-0.51015,-0.4614,0\n1.2091,0.75603,1.5202,0\n-0.24783,1.1737,1.9133,0\n0.95379,1.0402,-0.71698,0\n0.11637,0.85032,0.15964,0\n-0.031704,1.3657,-0.32963,0\n-1.0628,0.5768,0.028746,0\n0.29849,-2.4266,0.11733,0\n-0.90157,0.77949,-0.41923,0\n-1.3539,0.68361,0.13688,0\n-1.3784,0.98197,1.6068,0\n0.62667,-0.29312,0.2005,0\n1.0719,2.1331,0.36398,0\n-0.096165,-0.90023,0.81151,0\n0.1342,0.66585,-0.44697,0\n-0.45648,-1.1476,1.1993,0\n-0.34945,0.72958,-1.7983,0\n1.5443,0.66334,-0.022439,0\n0.14226,0.74678,1.9515,0\n0.97744,1.2208,-1.3452,0\n-0.19633,-1.2606,0.81591,0\n-1.6704,0.083913,-0.61447,0\n-1.0005,-1.3764,-1.8649,0\n0.022663,0.77201,0.41494,0\n-0.057696,0.27389,0.12145,0\n0.35589,0.37243,-0.057547,0\n0.44439,1.2563,2.1367,0\n-1.3581,-0.12509,2.1821,0\n0.26135,-0.070039,1.0037,0\n0.20157,0.38996,-0.42144,0\n1.0594,-0.48157,0.70118,0\n0.16808,1.9428,-3.6025,0\n0.30393,0.78359,1.475,0\n-0.3039,0.94303,0.011436,0\n0.012156,0.009488,0.27881,0\n-0.44072,-0.32475,0.15783,0\n3.3198,-0.1265,0.30092,0\n-1.098,0.19474,0.066036,0\n0.83529,-0.88981,-0.38339,0\n1.3578,-0.56412,0.28749,0\n0.25262,-0.21684,0.87812,0\n0.50542,0.66296,0.67058,0\n-0.39848,0.57683,-0.399,0\n-2.2408,0.43189,0.42113,0\n0.10283,0.31102,-0.25036,0\n0.031964,0.18711,1.2212,0\n0.30724,-1.3264,0.69445,0\n0.72475,-0.52485,-0.28851,0\n-1.8223,-0.41722,-1.424,0\n0.19801,1.9738,-0.9105,0\n-0.4065,-0.12757,-1.2236,0\n-0.20198,0.92502,-0.035742,0\n0.76729,-0.6608,0.47934,0\n-2.1178,-2.2717,0.19581,0\n0.42216,-0.56104,0.40061,0\n-1.9054,-0.58176,-1.9744,0\n0.21871,0.76142,0.3211,0\n0.09414,-0.90096,0.17491,0\n1.8555,-0.65121,-0.87271,0\n-0.69597,-2.0638,-2.2604,0\n1.0878,0.69212,-3.3358,0\n-1.6529,-1.2251,0.30411,0\n-0.81759,1.6532,1.7621,0\n0.47721,-1.1616,-1.6068,0\n-0.67524,0.55594,0.72053,0\n0.68441,0.90711,0.13538,0\n0.42321,-2.022,-0.50135,0\n-0.15966,-1.7673,0.28163,0\n0.99827,0.28945,-0.40494,0\n-0.52368,0.10563,-0.34099,0\n0.73442,-0.041104,0.87773,0\n0.96727,0.63048,1.5183,0\n0.46285,1.2894,-1.6801,0\n1.6467,-0.34837,-0.62257,0\n-0.65834,3.3769,2.0317,1\n-0.87128,2.3069,2.1018,1\n0.2568,2.8986,2.26,1\n0.16389,0.81231,0.60049,1\n1.3031,1.4463,1.679,1\n0.20263,2.7305,2.5685,1\n-1.0548,3.5039,2.4186,1\n-1.3812,2.3446,0.72215,1\n0.3617,1.1309,1.5753,1\n-0.28822,2.5082,0.71815,1\n0.86169,0.92516,3.1694,1\n-0.87587,1.3513,0.66626,1\n-0.57118,1.7282,1.4085,1\n1.2512,2.0021,3.8272,1\n0.2394,2.3396,0.088886,1\n-0.3775,1.8219,0.76919,1\n0.45765,2.0692,1.1031,1\n-0.65061,0.26519,1.2451,1\n-0.30024,1.8635,2.8428,1\n0.74324,1.4202,2.5832,1\n0.44424,3.2439,2.965,1\n-1.2627,0.43142,2.8049,1\n1.2475,1.1715,3.3683,1\n1.2154,1.1628,2.6655,1\n2.2138,1.0597,1.7727,1\n-1.1031,1.963,1.2433,1\n-0.94781,1.5732,2.5382,1\n-0.52913,0.54622,2.2211,1\n1.2291,4.3223,2.3162,1\n1.1432,1.0407,2.2471,1\n1.7158,1.8653,4.0261,1\n-0.54094,1.272,2.7925,1\n0.89328,2.1406,1.3003,1\n-1.9978,0.8264,2.1075,1\n-1.383,0.942,3.2085,1\n-0.21955,1.6632,3.1329,1\n-1.1943,3.2766,2.7484,1\n-0.94219,0.89584,2.9773,1\n-0.23728,3.2709,2.1764,1\n0.057401,1.6874,1.356,1\n1.2849,2.1983,2.7037,1\n0.0096559,0.591,1.9268,1\n0.12535,3.6497,2.241,1\n-1.5773,2.4185,0.087988,1\n-0.044055,1.5005,1.7109,1\n0.67253,2.1674,1.7921,1\n-0.44307,3.8004,1.9049,1\n-0.34219,2.0538,4.0626,1\n0.66243,1.1077,1.6364,1\n-0.31735,1.1734,1.7146,1\n0.84139,0.091075,2.1287,1\n0.79126,3.3389,1.4876,1\n-0.89744,1.127,2.663,1\n-0.60713,4.2503,1.5186,1\n0.2174,1.8415,3.3561,1\n-1.9268,1.0221,2.4477,1\n0.53755,2.5423,2.6666,1\n-2.3125,2.3989,0.62144,1\n0.016109,-0.35509,-0.065118,1\n0.49591,3.1783,2.3046,1\n0.21699,1.8149,2.3272,1\n0.96995,0.93548,1.1351,1\n-0.1741,1.4911,1.2583,1\n1.9118,1.4228,2.5033,1\n-0.8285,2.3267,1.3126,1\n0.48697,2.266,3.0618,1\n0.49369,4.7478,1.4106,1\n-0.057988,2.4771,1.9466,1\n-0.22204,2.0273,1.3101,1\n2.1304,4.2441,1.3654,1\n-0.38784,2.7646,5.2875,1\n-0.12937,2.6905,2.4419,1\n0.39642,1.6106,2.5488,1\n1.0697,2.8696,2.4801,1\n0.4589,3.5077,1.1257,1\n-0.30344,1.1351,0.90738,1\n0.42731,0.60721,3.1495,1\n0.39707,1.9534,1.8472,1\n-0.16423,2.9173,0.65935,1\n0.91396,1.0509,0.89697,1\n0.81851,1.8324,4.9887,1\n-0.96849,1.6964,3.6462,1\n-1.6438,1.3862,1.1467,1\n1.5018,2.2537,2.1171,1\n0.96265,2.9757,1.1129,1\n0.13758,3.0397,2.6924,1\n-1.2777,1.7872,2.4251,1\n1.371,2.9545,3.7702,1\n-0.26334,1.624,0.43062,1\n1.7966,1.8279,1.8712,1\n-0.16876,2.6681,2.0534,1\n-1.4303,1.7156,2.6845,1\n-0.20311,2.7527,4.567,1\n-2.3669,2.7247,3.2567,1\n-1.5494,3.171,0.80857,1\n-0.45543,2.3487,1.713,1\n-0.50734,2.7409,1.8942,1\n-0.20935,1.7222,2.874,1\n0.15861,1.7806,0.28532,1\n-0.40231,1.028,1.7546,1\n0.25305,2.0494,1.5088,1\n-0.49108,1.1701,1.4313,1\n-0.67397,3.9691,2.7925,1\n-0.35089,2.4446,1.1905,1\n0.59613,1.8692,2.4898,1\n-0.52807,1.9566,3.2968,1\n0.33867,2.9814,1.9763,1\n1.0734,3.3287,2.34,1\n-0.46408,1.7861,1.0172,1\n2.42,1.9249,4.7556,1\n0.33849,0.83608,3.1464,1\n-1.37,1.9328,1.231,1\n1.0731,1.677,2.3319,1\n-0.48527,1.879,0.47837,1\n-1.0467,0.32277,1.3299,1\n-0.090241,1.9012,2.3925,1\n0.37104,3.7822,2.6405,1\n0.22897,3.418,3.3932,1\n-0.57185,1.7163,3.6461,1\n-1.1214,1.1458,2.4881,1\n1.0301,0.2817,2.2845,1\n0.077569,1.6056,2.3914,1\n0.21066,1.2876,2.8028,1\n-0.9799,2.2596,1.9243,1\n-0.86891,1.0647,2.2937,1\n0.28205,0.1741,2.8357,1\n1.1536,1.6958,3.4367,1\n0.21968,0.27028,0.86433,1\n-0.13348,2.2028,1.7462,1\n1.0285,0.23982,1.8795,1\n1.5065,2.8865,2.9493,1\n-0.049598,3.0948,3.405,1\n1.37,2.6565,3.3412,1\n0.85055,2.5772,2.6753,1\n-0.19683,1.6035,0.93309,1\n-0.90651,0.53998,0.92963,1\n1.4194,0.93217,1.8155,1\n-0.65723,1.1884,1.9484,1\n0.18571,2.5281,1.598,1\n-0.21945,0.87658,0.59678,1\n-1.2912,1.8274,2.4923,1\n0.38955,1.7862,1.5649,1\n1.1809,1.3572,1.1198,1\n0.28446,3.186,1.9282,1\n0.34628,1.9723,0.53689,1\n-1.1512,2.0867,1.8812,1\n0.03414,2.7888,2.0304,1\n-0.10841,3.399,2.4615,1\n-1.4251,1.9852,2.267,1\n1.8803,2.1553,2.4848,1\n-0.70059,2.0142,1.1389,1\n0.12756,2.6892,0.97401,1\n1.9392,2.7361,2.6334,1\n-0.48722,2.0586,-0.37406,1\n0.97546,0.83235,1.2141,1\n1.4652,1.7232,1.7578,1\n-0.15052,1.7016,2.2539,1\n1.9695,0.45597,1.61,1\n0.87801,2.2773,2.648,1\n0.47035,2.002,1.6843,1\n-1.1355,1.127,2.1319,1\n0.81997,2.1372,0.93504,1\n-0.22188,-0.91395,3.9814,1\n-2.697,1.4511,2.0339,1\n-1.0495,2.367,2.5201,1\n-1.2316,1.7685,1.5885,1\n0.39626,1.5433,2.5754,1\n0.73919,1.9858,2.1995,1\n1.2318,3.9238,2.4699,1\n-0.7028,3.1127,1.8702,1\n1.0588,1.8903,1.2424,1\n-0.35513,1.9053,2.7886,1\n-1.189,1.6926,3.2664,1\n-0.37616,1.2758,1.0297,1\n0.60425,1.7452,2.1338,1\n0.36948,0.46165,0.96646,1\n-0.2805,3.0007,2.0312,1\n-1.1499,1.803,3.2983,1\n-1.0589,1.6996,2.5722,1\n-0.39874,2.2925,3.8799,1\n-0.55022,1.8567,1.9498,1\n-1.7808,2.5131,2.1553,1\n-1.677,2.5834,0.18264,1\n-1.0848,1.2171,0.5446,1\n1.8048,2.3921,2.7101,1\n-0.91493,0.81042,2.7601,1\n-0.78215,2.5555,2.0413,1\n1.5646,0.6395,2.6064,1\n-0.96307,2.7523,1.6967,1\n0.065624,2.1627,3.5438,1\n-0.92844,0.88217,1.294,1\n0.7271,2.523,2.1826,1\n1.2882,1.0286,0.99481,1\n0.18156,1.8259,1.9731,1\n1.6898,0.30366,2.3831,1\n2.0698,2.7857,0.66381,1\n-1.7959,1.0705,2.225,1\n0.6775,1.6894,2.1219,1\n-2.8068,3.0185,4.1551,1\n-1.3518,3.4185,1.8458,1\n-1.0826,0.64865,0.60001,1\n0.058872,1.9432,1.0597,1\n0.42484,1.4487,0.74597,1\n-1.2819,2.0251,1.6403,1\n-0.10796,1.7586,1.979,1\n-1.5183,3.2199,2.2131,1\n-2.232,2.973,3.6424,1\n2.4373,3.0061,2.566,1\n-0.46657,2.3803,4.2163,1\n-0.90194,0.91801,3.0465,1\n-1.0109,1.8927,1.7792,1\n-1.9135,2.833,1.1596,1\n-1.1521,1.5806,1.3528,1\n0.85773,1.572,0.9282,1\n-0.26749,2.2449,0.89326,1\n-1.038,2.1427,0.78374,1\n-0.28723,2.1469,3.5336,1\n1.8749,2.9792,1.8975,1\n-2.1125,1.6828,-0.12175,1\n2.1029,0.94004,1.2946,1\n2.1068,0.23791,2.2105,1\n1.6821,0.069183,1.7901,1\n-0.39283,1.338,1.2653,1\n0.52991,0.4116,-0.67048,1\n-0.32011,1.2526,1.2931,1\n0.29967,2.4833,2.8552,1\n1.6235,3.103,3.1752,1\n-1.0261,1.9936,3.5662,1\n0.97832,1.3969,0.945,1\n-0.3396,2.2615,3.2655,1\n0.94585,0.64812,1.1815,1\n-0.25482,2.9591,2.4605,1\n0.11438,1.0717,3.7246,1\n-1.9417,0.24204,2.5617,1\n-0.18236,1.893,1.3445,1\n1.5452,0.55372,0.13561,1\n0.89474,2.591,2.0476,1\n0.76276,2.7887,3.1543,1\n-0.5047,3.3537,2.1261,1\n0.86939,0.80204,1.4257,1\n-0.27153,3.7548,2.1746,1\n0.14487,3.2252,4.4428,1\n0.42411,2.799,3.318,1\n0.18601,0.50649,2.11,1\n-0.027994,2.0095,1.6117,1\n-0.13713,1.1996,1.876,1\n-0.33937,1.7808,1.5669,1\n0.33408,1.5601,-0.146,1\n-0.55492,1.1817,3.3514,1\n-0.30208,0.82685,2.2128,1\n-0.19345,2.1909,0.82732,1\n-0.44767,1.5281,2.685,1\n0.78661,-0.42274,2.656,1\n0.27015,1.955,2.5583,1\n-0.33307,0.12149,2.1853,1\n0.36502,0.91444,2.4365,1\n0.084031,0.008161,1.7209,1\n-1.0267,1.2442,2.9255,1\n2.2635,2.0804,2.8283,1\n0.10728,1.4897,0.73888,1\n0.097548,1.8885,3.0702,1\n-0.99817,1.6172,3.0929,1\n0.10249,1.428,3.4669,1\n-0.89227,2.1729,0.57956,1\n-0.84719,2.1687,1.3058,1\n-1.0511,1.3901,1.3394,1\n2.3374,2.421,1.9206,1\n1.7839,3.452,0.77658,1\n1.0194,2.7573,2.8553,1\n0.17274,3.5598,2.5859,1\n0.36862,1.5416,1.9464,1\n-0.099579,3.5294,2.5344,1\n-0.9389,3.6076,1.5449,1\n-0.81131,1.2376,3.1856,1\n1.907,1.8178,2.2079,1\n-0.32472,0.98346,1.3087,1\n-0.36301,0.62844,1.248,1\n-0.65786,2.194,1.9216,1\n-0.38067,1.9649,1.8679,1\n-0.89135,2.1605,2.226,1\n0.25239,3.6918,2.5602,1\n0.67907,1.1822,-0.025617,1\n0.10817,1.0348,1.2131,1\n-1.2633,0.49859,-0.19995,1\n2.6614,3.1904,2.1764,1\n-0.33198,2.1456,2.9835,1\n-1.9013,2.0107,2.4087,1\n0.66503,1.5859,2.951,1\n0.30527,0.88231,2.1589,1\n0.64403,1.6314,2.3714,1\n1.8809,2.8509,1.6857,1\n1.6487,3.1646,2.2903,1\n-0.92043,2.3091,0.84985,1\n-0.29294,2.0125,2.3917,1\n-0.23983,1.0957,2.0454,1\n-0.20021,2.3093,2.344,1\n-0.47634,1.6016,2.0443,1\n-1.0376,2.1644,1.239,1\n-0.12054,0.38223,2.2285,1\n-1.8223,1.2209,1.4911,1\n0.10685,-0.31666,1.4747,1\n-1.5041,2.0737,0.41977,1\n0.15902,2.3014,3.5536,1\n-0.13802,0.098128,1.3286,1\n-0.020911,1.3474,1.5595,1\n0.56603,1.9791,-0.02404,1\n0.058583,2.4276,1.2058,1\n-1.1076,1.6575,1.3951,1\n0.45366,2.7727,2.1301,1\n0.37599,1.5596,1.3131,1\n1.7869,2.7883,0.062203,1\n1.656,-0.19871,2.3771,1\n-0.33551,1.4837,2.8986,1\n1.1497,1.8021,3.7494,1\n-0.44425,1.7293,2.9099,1\n-1.4102,0.74987,1.1358,1\n-1.6071,0.32172,2.2624,1\n0.78875,2.153,2.6307,1\n0.97437,2.3344,2.3058,1\n-0.060256,3.6874,1.4137,1\n-0.62232,1.0107,2.4681,1\n-1.6146,3.2607,3.2746,1\n0.78272,0.80803,0.64936,1\n-0.45464,2.5214,3.1405,1\n1.499,1.7178,2.3044,1\n0.76009,2.419,1.2261,1\n1.3506,-0.31208,2.2387,1\n-1.5963,2.22,1.4939,1\n-0.58905,0.95513,2.5549,1\n-0.13252,2.4663,0.8788,1\n-1.2272,2.2362,0.73464,1\n0.62738,2.804,2.1287,1\n0.37034,2.9586,1.9698,1\n-0.20311,1.8377,1.2233,1\n-0.30527,0.97332,0.041153,1\n-0.3111,2.013,3.6593,1\n0.43231,3.2331,0.65269,1\n-0.60163,1.3843,2.6137,1\n0.7275,2.9043,2.2706,1\n-0.92837,3.4156,2.3905,1\n-0.3722,2.248,4.2893,1\n0.093841,3.0071,2.5463,1\n-1.0502,3.817,1.4332,1\n-0.85335,0.7219,1.7004,1\n0.40286,2.3418,2.1669,1\n0.017435,1.5384,2.3895,1\n-0.17681,0.59787,2.4992,1\n0.31197,2.2892,3.0172,1\n2.2237,4.2965,1.5241,1\n-1.1751,1.7287,1.6778,1\n-0.36728,1.0509,2.4042,1\n0.48905,-0.26874,1.4089,1\n-0.038254,1.336,1.8905,1\n-0.70843,2.2316,3.4915,1\n0.35818,2.9347,1.7556,1\n2.4658,2.2114,1.0575,1\n-0.8887,2.6273,2.8944,1\n-0.4039,2.0626,2.6861,1\n0.041407,2.259,2.8585,1\n-1.8894,2.4193,2.7811,1\n0.6259,2.3691,1.3634,1\n-0.47065,0.72106,3.5309,1\n0.69919,2.3312,2.5295,1\n-0.90611,1.7847,2.2997,1\n0.79715,2.4653,1.5024,1\n-1.5942,2.8579,1.6278,1\n-0.079702,2.2453,3.2633,1\n0.54867,3.222,2.8229,1\n2.3336,1.4565,2.6662,1\n-1.7008,0.99922,-0.071027,1\n1.0156,-0.30372,3.4713,1\n-1.1292,2.9888,1.9446,1\n0.32409,0.18332,2.0279,1\n0.22143,2.0088,2.0356,1\n-0.43968,1.7184,1.6005,1\n-0.083926,1.1096,2.5107,1\n-0.92669,-0.0096645,1.0658,1\n0.58508,1.2699,2.2359,1\n1.3499,3.9025,2.1199,1\n0.67608,2.1581,1.1636,1\n1.0021,1.3281,1.033,1\n0.93703,1.4142,0.0094386,1\n-1.2258,1.7373,2.7785,1\n0.93609,3.6114,2.5101,1\n-0.69746,2.8306,1.8782,1\n-0.058476,1.5358,1.8252,1\n1.1494,0.82124,1.7361,1\n1.0973,-0.35774,2.0299,1\n0.48718,-0.23685,0.70459,1\n0.23685,2.584,1.3618,1\n1.2112,3.3247,3.2075,1\n-0.22338,2.2211,2.8324,1\n-0.18694,1.5867,2.1609,1\n0.24224,1.8558,2.9587,1\n1.065,2.4554,1.5575,1\n-0.80736,0.80219,2.0445,1\n-1.2677,3.0574,0.95499,1\n-0.14564,1.4532,4.1163,1\n0.60209,2.3352,1.0022,1\n1.3613,0.59822,1.7422,1\n-0.71288,2.7622,1.3701,1\n-0.50059,1.7447,2.1727,1\n-1.9364,1.812,2.155,1\n-0.099065,0.90341,2.4689,1\n-0.884,2.7844,2.7711,1\n-0.18212,1.9063,1.8213,1\n1.114,2.045,2.2685,1\n-1.8782,2.307,2.1444,1\n-1.5249,2.4738,3.8102,1\n-1.426,2.7105,2.2091,1\n0.087397,3.319,0.76348,1\n0.46051,2.8764,0.5886,1\n2.3347,2.6327,1.0887,1\n0.84095,1.8355,3.4131,1\n-0.77739,2.6186,0.6153,1\n0.63442,2.7687,3.3786,1\n-1.1058,0.9813,2.5015,1\n-1.0608,1.1985,2.1627,1\n-0.60154,3.5448,1.079,1\n-0.037479,1.3655,2.6767,1\n0.35373,0.74198,2.0334,1\n-0.076146,2.795,0.011603,1\n1.2238,2.1291,0.31301,1\n-0.7707,1.8292,4.3181,1\n1.9542,2.6321,3.0769,1\n0.45999,1.0413,2.4114,1\n0.17806,2.6957,2.1765,1\n0.25333,2.1709,0.30059,1\n1.212,1.4844,-0.014883,1\n-0.7291,2.4249,1.1787,1\n0.23428,2.363,2.0432,1\n0.36774,3.1252,2.7664,1\n0.65089,1.4662,1.0846,1\n0.87165,-0.12553,-0.079346,1\n0.43111,1.9367,1.5639,1\n1.4835,2.5542,1.3678,1\n0.2644,2.932,1.8642,1\n0.2049,1.0945,-1.268,1\n0.63673,3.0605,1.5254,1\n-0.59204,2.9967,1.9746,1\n-2.2088,1.1183,2.4558,1\n-0.24521,3.7689,1.2923,1\n-1.8431,2.041,3.6094,1\n-0.0061261,1.1286,2.5337,1\n-0.15854,2.1333,2.3117,1\n0.60334,0.1857,2.8893,1\n0.45873,1.4955,1.9293,1\n0.69755,2.9351,1.9102,1\n-0.66044,3.4668,0.79264,1\n0.31254,2.1588,1.5397,1\n0.95073,1.3811,1.5058,1\n0.27155,1.4733,2.9038,1\n1.1321,2.5957,3.2102,1\n-0.90135,1.742,1.2202,1\n-0.60903,2.3244,3.849,1\n1.2469,1.4625,1.2657,1\n1.8332,1.2656,1.1305,1\n1.1656,2.6925,3.1836,1\n0.8102,1.2989,2.9313,1\n0.50167,2.7843,1.5848,1\n0.13147,2.0987,2.9866,1\n-0.80879,1.5625,1.2348,1\n1.2103,2.4732,0.050092,1\n-1.7354,3.2395,2.6588,1\n1.3523,2.2193,1.2935,1\n-0.5246,2.4634,2.4237,1\n-0.86593,2.6333,1.587,1\n-1.0227,0.098885,3.2024,1\n-1.7601,1.6081,1.4623,1\n0.84304,0.74337,2.4193,1\n1.1785,2.5386,1.8605,1\n-0.98983,1.0499,1.8444,1\n0.068852,1.3654,2.1402,1\n0.14634,2.1044,2.6176,1\n0.17694,2.3983,1.4835,1\n0.21917,0.77011,2.2023,1\n-1.124,2.2172,0.48734,1\n-1.4355,-0.35297,4.2013,1\n0.33198,2.8409,-0.35392,1\n0.53332,1.4237,2.4801,1\n-0.38243,2.5101,1.2994,1\n0.38805,2.2178,1.9185,1\n0.80244,3.0789,1.9223,1\n-0.26105,2.7359,1.0876,1\n-0.032469,1.0794,1.65,1\n-1.1403,3.5649,1.0674,1\n0.45844,1.4594,0.58054,1\n1.519,2.2423,2.105,1\n-1.3632,2.3235,2.5916,1\n-0.094875,3.5471,1.7856,1\n-0.2021,3.303,1.1325,1\n-0.55488,0.32602,1.1108,1\n0.32552,2.2761,0.7789,1\n0.0042831,1.6547,1.2833,1\n-0.40327,1.7909,2.7955,1\n-0.29153,1.2804,2.4132,1\n-0.30842,1.6807,-0.05078,1\n1.217,2.4487,1.4237,1\n0.0090897,3.5345,2.1437,1\n-0.019389,3.8898,0.38196,1\n1.0718,2.143,2.0852,1\n1.5413,1.9775,2.5864,1\n1.2175,2.016,3.3812,1\n-0.46,2.4805,3.17,1\n0.35807,1.9847,3.0538,1\n0.60322,1.1973,1.6315,1\n-1.6313,2.5433,1.6078,1\n1.5965,0.61433,2.33,1\n-1.9615,1.0395,3.4409,1\n1.2593,3.5738,2.1457,1\n-0.4057,3.9847,0.90795,1\n-0.37601,2.4319,2.8214,1\n1.3192,2.5712,2.7571,1\n1.6925,1.7851,2.7707,1\n0.49722,2.1968,1.7876,1\n-1.6973,2.8841,0.99773,1\n0.98716,1.6857,1.0504,1\n0.56006,2.2527,1.5938,1\n0.61512,1.3854,1.8273,1\n1.3745,1.4858,2.4862,1\n-2.604,2.8859,1.4921,1\n-2.2835,1.675,3.0687,1\n0.33411,2.5191,2.3533,1\n-0.0052935,2.3919,2.913,1\n-0.22988,2.8112,1.8781,1\n0.22882,1.5986,1.6206,1\n-0.91775,1.763,1.5797,1\n-2.4342,2.1269,3.6994,1\n2.7464,1.2954,2.5474,1\n1.0929,2.361,2.3823,1\n-0.34881,-0.17901,2.7047,1\n-0.5593,1.9615,1.1457,1\n0.69925,3.1452,2.1592,1\n-0.0036649,1.2207,2.2617,1\n1.7203,1.4703,0.81323,1\n1.1895,2.6127,1.0773,1\n0.71946,2.0871,1.5307,1\n0.03586,1.082,2.4388,1\n-0.35192,2.6779,0.80605,1\n1.1285,-0.24326,2.0911,1\n1.0371,2.2289,0.52637,1\n-0.98418,0.54692,3.3385,1\n0.14515,3.3534,1.0511,1\n0.059049,0.18167,0.34629,1\n-0.070415,1.1291,1.3263,1\n-1.2164,1.9416,3.1424,1\n0.35694,0.19835,1.4026,1\n-0.6503,1.9501,0.96441,1\n-0.11972,3.4483,1.6612,1\n-0.66253,-0.040999,3.0146,1\n-0.41241,2.3951,2.7006,1\n-1.6643,-0.36873,1.5864,1\n0.54627,3.2652,1.5178,1\n-1.0355,0.17004,2.8421,1\n0.67059,3.3595,1.169,1\n0.65659,2.7666,1.629,1\n-0.85937,2.006,2.5022,1\n-1.4794,0.53249,1.3072,1\n-0.20704,3.2219,3.1251,1\n-1.8338,3.429,1.9153,1\n0.034132,3.1414,2.874,1\n1.4398,3.6546,2.5649,1\n-0.43456,2.5211,2.4392,1\n-0.43556,0.42065,3.9598,1\n-0.61453,2.8117,2.0791,1\n-0.2525,2.2881,2.7541,1\n2.1016,3.3425,0.4457,1\n-1.0163,2.3276,1.918,1\n-0.77399,1.9519,0.64241,1\n0.41783,1.3932,1.6133,1\n2.309,2.2649,1.3694,1\n-0.87077,1.592,2.2239,1\n-0.32474,1.7759,2.3557,1\n0.91769,3.0826,-0.31563,1\n1.2295,2.3063,2.3585,1\n-0.32206,0.083364,3.1387,1\n1.4808,1.8478,0.25659,1\n0.28972,1.169,2.2477,1\n-0.15878,1.9268,-0.2334,1\n-0.80724,2.6994,1.4952,1\n-0.22613,2.8161,0.27907,1\n0.62631,2.282,1.7589,1\n-0.18398,0.99042,1.489,1\n1.148,2.0669,2.5149,1\n-1.4555,1.9489,2.7314,1\n0.99705,1.8872,-0.0086109,1\n0.067407,1.0927,0.035974,1\n-0.57148,1.9032,3.6779,1\n0.34381,0.74584,-0.3257,1\n0.52276,1.0197,2.1707,1\n-0.25004,2.4186,2.2741,1\n-0.021049,2.5071,4.0585,1\n-1.6706,3.2592,0.11593,1\n-0.0072163,1.7036,2.1571,1\n-0.69142,2.0372,1.875,1\n0.43484,-0.14063,2.5611,1\n-0.64264,1.5172,0.84466,1\n-0.093455,1.5823,3.4089,1\n-1.7035,3.2212,2.6229,1\n0.87796,2.2789,2.4653,1\n-0.73591,0.31429,1.6607,1\n0.67724,2.0777,3.3218,1\n0.15749,1.595,1.2717,1\n-2.444,2.8526,1.8426,1\n0.31546,0.74804,2.9437,1\n0.60045,2.9616,1.5777,1\n-1.2654,3.0193,3.3991,1\n1.0689,1.9913,0.58248,1\n-1.9649,3.1457,3.1767,1\n0.69851,2.2511,1.97,1\n-0.38904,2.0386,3.8227,1\n0.11853,0.33104,2.969,1\n-0.93027,1.136,4.8254,1\n-0.32379,1.6499,2.0327,1\n1.2914,1.8792,1.3183,1\n-0.31407,1.3178,0.31012,1\n0.66267,2.9571,0.91799,1\n0.25161,1.6681,3.9097,1\n0.55963,1.0016,1.2891,1\n0.95245,3.7752,0.22772,1\n0.80221,1.4244,1.84,1\n-0.88378,1.3683,2.8801,1\n1.0508,2.905,2.8975,1\n-0.4382,-0.056576,1.8698,1\n0.17651,1.6088,1.9356,1\n-0.17529,2.5843,1.6248,1\n-1.6742,2.9516,3.6026,1\n2.4924,2.5316,2.5956,1\n-0.39538,1.7404,3.4041,1\n0.81,1.8468,1.864,1\n-0.51263,1.1837,2.2733,1\n-0.1628,2.2097,2.3464,1\n0.41849,1.4839,1.3582,1\n0.16774,0.30916,3.9934,1\n-0.39261,3.1076,3.3855,1\n-0.10188,1.4102,0.31773,1\n0.17627,1.8605,2.9017,1\n-1.1654,2.9226,2.2045,1\n-0.93925,1.2466,2.6452,1\n1.0487,1.6239,2.4008,1\n-0.53247,1.8737,1.6382,1\n-0.48579,2.2329,1.3428,1\n0.5004,2.2579,3.0645,1\n-1.986,3.0609,2.5474,1\n-0.58211,2.0458,3.072,1\n0.28906,2.0899,2.3028,1\n0.27387,3.0525,-0.34353,1\n-1.4683,1.8655,3.318,1\n-1.1308,1.8488,1.0884,1\n0.82148,1.5202,2.185,1\n-0.44591,2.2916,2.6321,1\n-0.41721,2.0239,2.5446,1\n0.95439,3.0859,1.6661,1\n-0.77188,2.4446,3.7725,1\n-0.080282,0.54936,3.9434,1\n-0.049641,2.2212,2.4751,1\n-1.922,1.7459,2.2551,1\n2.0579,1.4008,4.038,1\n0.42342,1.9529,1.4725,1\n1.1183,2.4261,1.1141,1\n-1.3419,1.6505,1.3003,1\n0.054836,1.4681,4.8533,1\n-0.53928,3.559,0.97458,1\n1.5262,2.5132,1.5857,1\n0.87916,1.7555,1.7353,1\n0.54798,0.21366,3.2713,1\n1.5214,1.3153,1.0201,1\n1.0312,1.144,0.51413,1\n1.0379,1.7582,3.0527,1\n0.12161,1.255,0.008697,1\n1.0722,2.2965,2.2628,1\n-0.61896,3.3915,3.2448,1\n0.23823,2.3828,2.4412,1\n-1.4277,0.088475,1.1582,1\n2.1048,1.5453,2.7003,1\n-0.30699,4.1838,0.98766,1\n-0.91463,2.519,1.8204,1\n0.61117,2.2578,1.068,1\n0.86876,2.7081,0.47257,1\n-0.95151,2.7435,3.0382,1\n-0.43507,3.6415,0.51959,1\n0.31025,3.3616,3.8009,1\n0.22796,0.49831,0.95722,1\n-0.47233,2.7614,1.9774,1\n0.15422,3.1261,1.0834,1\n-1.6216,2.7378,1.8476,1\n-0.8108,4.101,1.7778,1\n1.589,3.5203,2.8107,1\n-0.56224,3.2778,1.6165,1\n-1.9518,2.7177,0.88996,1\n1.0788,0.75523,0.82547,1\n-0.92114,1.5445,2.5664,1\n0.42729,1.6902,2.5139,1\n-0.9718,2.1245,3.3748,1\n-1.2805,1.3481,2.2586,1\n-1.0633,2.1051,2.9061,1\n0.1269,-0.19417,3.2663,1\n0.27554,4.5483,3.221,1\n0.0018552,2.4251,2.4428,1\n-0.68695,3.2049,0.27218,1\n-2.2971,2.6389,0.01716,1\n-1.3186,2.8958,3.0831,1\n-0.097996,0.95911,2.2057,1\n0.62972,2.6058,4.2521,1\n-1.9638,2.7299,2.2505,1\n0.090854,2.4353,3.2019,1\n1.7289,1.1295,2.0566,1\n-0.60016,1.6373,2.6005,1\n-0.23118,2.0535,3.1391,1\n1.5648,3.241,1.0449,1\n-0.032123,0.82512,0.54004,1\n1.3346,1.6415,3.3267,1\n1.6853,1.4772,0.16901,1\n-0.83682,3.6792,2.3081,1\n0.84122,1.8361,2.4769,1\n-0.21842,3.0729,1.9767,1\n0.50338,1.9226,0.90109,1\n1.2004,1.2454,1.1683,1\n-0.4417,1.6211,1.1591,1\n0.69077,3.468,1.2311,1\n1.7921,2.3207,2.5974,1\n-0.27175,3.2194,2.3307,1\n1.0297,1.672,2.4059,1\n-0.82334,2.2658,2.1944,1\n1.6131,2.681,1.0087,1\n0.7131,1.7529,2.03,1\n-1.4972,1.9926,1.1186,1\n1.3596,2.607,2.1926,1\n-0.47552,1.425,1.5089,1\n-0.12929,1.2422,1.0582,1\n-0.18965,0.84072,2.2243,1\n-0.49926,3.0698,0.67373,1\n0.22808,3.9833,2.9399,1\n0.80643,3.1507,2.4785,1\n0.98462,3.3433,2.9255,1\n-0.14859,2.3062,1.083,1\n0.10616,3.3122,0.86382,1\n1.3887,0.34978,0.58477,1\n-0.95503,0.54246,1.5731,1\n0.022746,1.5442,2.0767,1\n1.1522,2.3335,1.7116,1\n-0.44902,0.79849,1.8619,1\n0.39461,1.5585,0.072381,1\n-1.4379,1.0718,2.7823,1\n0.44504,1.8967,2.561,1\n-1.1569,3.8854,1.9942,1\n-0.93928,1.6688,1.9884,1\n-0.62299,2.4865,1.1627,1\n0.2162,2.9027,3.2404,1\n0.15725,2.1414,1.182,1\n0.59859,2.4948,1.3571,1\n1.1642,0.18456,3.2539,1\n0.25261,2.6358,3.5949,1\n1.2207,1.9518,2.4765,1\n-0.6769,2.3158,2.4816,1\n-0.18085,0.86281,0.80912,1\n-1.0323,2.6357,3.3072,1\n-1.4867,4.1812,0.848,1\n0.88473,4.1111,0.84509,1\n-0.20852,3.0647,1.2588,1\n2.086,2.0594,-0.24507,1\n-0.57746,2.9807,2.0833,1\n-0.27547,2.2804,1.3839,1\n0.16647,-1.3909,1.6998,1\n-0.51508,0.57664,1.5246,1\n0.61499,1.5113,2.5815,1\n0.42255,2.2465,3.5773,1\n2.5719,1.8419,2.8717,1\n0.71386,1.6913,1.6436,1\n-1.6539,3.2731,1.1877,1\n0.84305,3.7882,2.369,1\n1.4441,1.3857,-0.58632,1\n-0.21599,2.3962,1.7823,1\n-0.70469,0.68136,0.73203,1\n0.8579,2.6424,3.8323,1\n0.51212,3.0221,2.081,1\n-0.41492,1.9304,1.6035,1\n0.93709,2.3954,3.2076,1\n-0.32242,2.2732,1.6114,1\n1.0961,1.7982,2.4094,1\n-1.1863,1.8815,4.5498,1\n-0.69397,1.0003,2.3283,1\n-0.12975,2.8454,1.0723,1\n0.6078,1.6116,2.1554,1\n-0.68338,1.2408,2.5973,1\n-1.6213,2.2113,0.94379,1\n0.10327,2.6895,3.4118,1\n0.24188,0.53314,2.132,1\n-1.0654,1.805,3.109,1\n0.46133,3.0731,1.3649,1\n1.0148,1.61,2.6793,1\n1.3786,2.6608,1.8612,1\n1.0918,1.4813,3.3308,1\n-1.0727,2.6546,2.9413,1\n0.42991,2.0409,3.3572,1\n-0.61151,1.313,1.6214,1\n-0.80274,1.8455,1.9469,1\n-1.0172,0.055276,2.6671,1\n-0.25454,1.1987,1.2457,1\n-2.3165,2.8349,1.2982,1\n0.30994,2.3238,1.9073,1\n-0.84825,2.5072,-0.17533,1\n0.7496,1.8285,1.7926,1\n-0.36422,1.2315,2.0453,1\n0.45171,1.4394,0.89946,1\n-0.1362,1.6301,2.1078,1\n1.7913,2.6416,0.21394,1\n-0.72206,-0.10352,2.7487,1\n-0.19947,1.1981,0.92309,1\n0.71632,0.26498,2.9243,1\n0.097911,2.566,3.0665,1\n0.42462,0.635,3.0988,1\n0.31235,1.6595,1.8089,1\n0.11522,1.7237,2.0764,1\n-0.77079,2.1911,1.7791,1\n-1.2404,3.0059,1.7453,1\n0.0040286,3.0159,1.703,1\n-0.2557,2.2216,1.6932,1\n0.1742,2.7001,3.0075,1\n-0.67832,1.4624,2.6775,1\n-0.28975,2.9796,1.6107,1\n-0.16358,0.598,1.4673,1\n-1.0321,4.1729,0.78023,1\n0.37593,-0.014719,3.4006,1\n0.73185,1.663,0.049376,1\n-0.33269,2.3437,1.729,1\n-0.2433,2.8637,4.4363,1\n-0.91751,1.6935,3.0516,1\n-1.2961,2.3286,2.7423,1\n-0.01099,3.3858,0.48414,1\n1.4335,1.7866,1.5804,1\n1.5898,0.67187,1.53,1\n-0.31844,1.9497,1.9106,1\n-1.497,2.3321,1.1981,1\n2.2543,0.36457,0.93378,1\n-1.2075,1.9456,1.513,1\n0.37134,2.1196,2.3692,1\n0.62394,3.0952,1.2139,1\n-0.92711,2.4046,1.2731,1\n-1.9904,1.5984,2.3215,1\n-1.3096,0.86987,0.78744,1\n-0.026461,1.3281,0.69189,1\n0.2104,0.98268,2.5075,1\n0.59984,2.1313,2.8517,1\n-0.23189,0.50546,2.2798,1\n1.0955,0.42726,2.6398,1\n-0.325,3.6393,0.30097,1\n0.75808,2.2455,1.0456,1\n1.6915,3.3456,1.9561,1\n-1.0328,2.3143,2.5321,1\n2.0318,1.5457,1.3026,1\n-1.4788,1.9918,2.0513,1\n-0.2723,3.0495,2.4073,1\n0.2704,0.39864,3.1667,1\n-0.93175,2.0598,3.0698,1\n-0.37467,2.7855,2.8196,1\n-0.29015,1.7969,2.4855,1\n0.70404,1.6819,1.6325,1\n-0.46093,1.738,0.83713,1\n0.26937,3.911,4.101,1\n0.22864,3.3346,1.2703,1\n-0.0023295,3.4637,3.4339,1\n0.26839,2.8445,1.0827,1\n-2.5337,2.6388,0.72118,1\n-1.6189,3.2539,0.56426,1\n-0.53752,2.1521,3.1949,1\n1.7193,2.6431,1.8285,1\n-0.12909,2.6841,1.6399,1\n1.5828,0.8351,-0.93754,1\n0.8768,1.2184,0.58588,1\n-0.027319,2.1251,2.2546,1\n-0.32605,2.2985,1.8077,1\n0.38478,3.6595,1.4124,1\n-1.377,1.3224,1.0594,1\n0.5711,2.4638,1.4227,1\n-0.015798,2.6888,2.8223,1\n0.56641,3.3046,1.3284,1\n-0.8565,0.68679,5.5589,1\n0.11892,4.2534,1.6669,1\n0.92578,4.0263,0.84108,1\n-1.1142,1.881,2.2479,1\n0.15863,1.6293,0.65934,1\n-0.7503,2.0466,2.0007,1\n0.9045,2.7114,2.8412,1\n1.6266,2.5076,-1.2213,1\n0.23953,1.7965,1.6927,1\n-0.28431,2.1523,1.8447,1\n-1.1599,2.5002,1.2999,1\n0.49018,1.4293,2.3833,1\n2.1899,2.9594,1.9086,1\n-0.1792,2.4197,0.41146,1\n0.78724,3.0937,1.0882,1\n1.422,0.83835,2.3551,1\n-1.1081,3.2534,1.1277,1\n-0.44567,1.0877,2.7036,1\n1.7925,3.3201,2.8549,1\n0.025846,3.2455,4.1912,1\n1.1546,1.1213,1.4129,1\n0.91513,2.3769,1.612,1\n1.0152,0.98711,1.3631,1\n1.0223,2.9487,3.1701,1\n-0.093029,2.3025,0.67655,1\n0.26629,0.68465,2.1052,1\n-0.054195,2.4235,1.037,1\n0.13953,1.8358,3.0418,1\n0.29965,0.39917,3.9758,1\n-1.7862,2.464,3.1457,1\n-0.36824,4.4142,2.3674,1\n-0.44216,3.506,1.2805,1\n1.6034,1.568,2.0025,1\n0.58293,2.9706,1.9116,1\n0.033507,2.3805,1.9969,1\n-0.48732,1.7008,2.6561,1\n-0.56064,1.4398,1.4048,1\n1.8348,2.6301,1.7971,1\n0.79883,0.95734,0.6424,1\n0.20295,2.5063,3.3877,1\n-0.92656,1.7967,3.8608,1\n0.11651,2.2753,3.4296,1\n-0.24814,3.6807,2.2778,1\n-0.091444,0.9478,1.4233,1\n-1.6281,2.267,3.7577,1\n0.96497,1.7477,1.3834,1\n-2.2562,1.9229,3.2368,1\n-0.90134,1.3155,4.4848,1\n-0.66499,2.3068,3.4391,1\n-0.39791,0.18611,1.3731,1\n-0.32506,1.3521,2.8266,1\n0.96401,-0.059835,2.5379,1\n1.114,1.5397,2.1021,1\n-0.83285,2.3762,2.3228,1\n0.57233,3.3057,0.73149,1\n-0.32311,2.08,1.9156,1\n1.1922,1.9015,2.9566,1\n0.83111,0.35081,2.4166,1\n0.39189,3.2923,1.5698,1\n-0.68326,0.69787,1.7941,1\n0.75444,1.6338,2.6545,1\n-1.2704,2.0163,3.8359,1\n-2.8749,2.7215,0.14268,1\n-0.13126,2.839,0.66875,1\n-1.5096,2.1868,1.3415,1\n-0.34338,3.7547,2.9364,1\n0.70799,2.0293,2.2428,1\n0.14444,1.7207,1.4912,1\n-1.2563,2.4473,1.7934,1\n0.83311,3.4451,1.2453,1\n-0.53136,2.7537,0.89697,1\n-0.066176,3.588,2.2697,1\n1.3298,2.7518,2.3097,1\n0.11743,0.29456,1.1744,1\n-0.69188,1.253,2.6042,1\n-0.72471,2.0532,0.76528,1\n0.16838,3.3239,3.9545,1\n1.3339,1.5494,0.75213,1\n1.1175,1.3771,2.0675,1\n-0.14899,2.1118,0.34911,1\n-0.42631,2.254,1.9861,1\n-2.0412,1.8597,3.1668,1\n-1.8653,1.7896,1.3455,1\n-1.5357,2.9348,0.8319,1\n0.14222,2.5014,1.1742,1\n-1.185,2.324,2.4504,1\n0.42362,1.7568,0.90064,1\n0.7638,0.75553,1.3961,1\n-1.9997,0.68972,2.7044,1\n-0.82352,0.82827,2.6201,1\n-0.81906,2.3515,1.7017,1\n0.86631,1.13,2.1933,1\n1.3161,0.89725,3.268,1\n2.2812,0.60413,3.2047,1\n0.4965,3.242,3.761,1\n-0.98529,2.8706,0.061025,1\n-0.5035,3.3012,1.3209,1\n-0.262,2.2079,1.8932,1\n-0.6996,0.32751,1.77,1\n0.71791,2.172,2.2246,1\n-0.85837,1.6366,3.068,1\n0.18634,1.6595,0.69068,1\n0.62848,2.5103,-0.35789,1\n-0.6892,3.596,1.4839,1\n-0.73329,-0.22178,-0.20508,1\n-2.4899,1.1491,0.96201,1\n1.2661,2.9415,3.0935,1\n0.36041,2.2489,1.6669,1\n-0.66004,0.88799,3.8035,1\n0.41768,1.6715,0.86238,1\n0.54627,3.0328,3.3915,1\n1.8968,1.2336,1.2673,1\n1.3771,1.4134,1.4737,1\n0.11415,1.1766,2.9663,1\n0.77996,2.4897,1.234,1\n-0.73881,3.4407,2.6387,1\n0.32446,1.8426,2.1519,1\n0.16147,2.9921,3.4855,1\n-1.3266,0.48973,2.0506,1\n-0.09403,3.1129,2.4382,1\n-0.12808,1.7213,2.1878,1\n0.12926,2.1158,1.0121,1\n-0.35007,2.9859,2.6882,1\n1.1653,1.3118,3.3696,1\n-1.5061,0.48873,1.7496,1\n-1.4056,2.2481,1.0631,1\n-1.9751,3.7722,1.6342,1\n1.7325,2.5422,2.3616,1\n0.83715,3.0975,1.3639,1\n-1.1245,2.0364,2.6416,1\n0.75634,2.1319,1.602,1\n-0.31871,1.3016,1.6917,1\n-0.70153,2.0793,3.142,1\n0.02372,0.84153,2.6221,1\n-0.034324,1.6889,2.0139,1\n0.0092457,1.9805,2.2683,1\n-1.3871,1.5899,0.76462,1\n-1.0887,1.0432,2.4854,1\n-0.3933,2.2041,2.2882,1\n1.5991,1.9059,2.8595,1\n-1.8062,2.6411,3.6719,1\n-0.87798,1.9239,0.18705,1\n1.1836,1.2745,2.6707,1\n0.16688,0.83884,0.77373,1\n0.022333,1.3642,1.4989,1\n-0.78146,2.3141,2.206,1\n1.2482,2.2444,2.9228,1\n1.9656,4.0069,2.7715,1\n0.17504,1.783,1.6975,1\n0.99289,1.032,2.1384,1\n1.0927,3.9361,2.4737,1\n-0.63938,1.5322,2.5801,1\n0.56909,3.7801,1.5575,1\n0.044308,4.7129,1.4587,1\n-0.68895,2.7052,0.91394,1\n-0.24241,1.888,2.4064,1\n0.5899,1.7902,0.80972,1\n0.075541,2.7989,0.74889,1\n1.2494,2.2006,0.54276,1\n-0.97997,3.0892,1.7358,1\n-0.041276,3.0293,1.6978,1\n-0.52162,1.9176,1.0102,1\n0.73606,2.333,1.9577,1\n1.3033,3.2965,3.0575,1\n-0.33042,0.86654,1.61,1\n0.87909,1.0071,4.094,1\n1.0529,2.0252,2.466,1\n-1.1584,3.5679,1.0841,1\n0.058374,1.3448,1.3615,1\n0.62456,5.1116,1.5073,1\n-0.40992,2.9517,2.4476,1\n2.6097,1.1596,0.48532,1\n-0.71371,2.0181,1.3871,1\n1.006,0.85888,4.1234,1\n0.15497,3.2805,3.0713,1\n-0.37254,1.933,1.4458,1\n-1.0863,3.9139,3.0294,1\n-0.3327,2.197,1.4008,1\n1.3168,1.9703,0.77978,1\n0.24998,1.876,1.5357,1\n0.15065,0.62078,3.1029,1\n1.1499,2.5005,1.7873,1\n-0.61949,2.0823,2.0725,1\n-0.44406,2.3603,1.4484,1\n0.28365,-0.63481,2.7844,1\n-1.9369,1.3285,2.2204,1\n-1.928,1.444,1.4613,1\n-1.6168,3.4573,1.2938,1\n1.5113,2.7863,0.65244,1\n0.77111,2.9985,0.51193,1\n0.66974,1.0043,2.192,1\n-1.5661,1.7546,1.314,1\n0.35298,1.9907,2.7079,1\n-1.134,1.3035,3.5216,1\n-0.9407,3.738,5.1344,1\n-1.7605,1.8384,2.2022,1\n0.11932,1.7316,2.4728,1\n-2.1468,1.4736,1.7669,1\n-0.042509,2.7127,2.0981,1\n-1.3234,2.0706,2.3717,1\n-1.09,0.17774,0.93819,1\n-0.012658,2.0956,3.6733,1\n-0.89755,2.1531,3.7843,1\n0.64765,3.0941,0.91275,1\n-0.78425,1.8077,2.2572,1\n0.86877,1.611,2.3197,1\n-0.6237,3.6813,3.8582,1\n-0.37972,1.2393,2.9782,1\n-0.11258,1.9777,1.8518,1\n-0.010148,2.315,0.86269,1\n-0.88454,2.8141,2.7863,1\n0.60494,1.4284,2.8677,1\n0.20309,3.605,2.3469,1\n-1.7011,0.88178,0.84598,1\n-0.56827,1.1055,1.383,1\n2.4482,0.42145,1.4448,1\n-1.2205,3.1825,2.2353,1\n0.63014,2.0191,1.261,1\n-0.19679,1.659,1.6472,1\n1.0355,1.254,2.281,1\n1.0341,1.9917,1.039,1\n-0.104,2.0608,1.609,1\n0.087636,2.2739,1.8063,1\n1.7317,2.9719,3.0717,1\n-0.71988,0.38223,2.471,1\n-0.41984,1.5357,2.2149,1\n-1.6192,3.5434,1.5864,1\n-0.22075,1.7671,0.62091,1\n-1.8976,0.27957,0.56359,1\n0.18928,0.78586,2.518,1\n-0.06403,1.0722,2.1318,1\n-0.087897,2.6319,1.9594,1\n-0.60819,2.4313,0.7318,1\n-0.28078,2.811,3.1924,1\n0.29278,2.5668,2.4781,1\n-0.11803,1.795,2.7526,1\n-1.1987,1.915,2.3191,1\n0.49401,1.6712,-0.22484,1\n0.1156,2.8022,2.2489,1\n0.84775,3.6694,1.7747,1\n-1.5084,2.4303,3.2811,1\n0.19806,1.261,0.020768,1\n0.90291,2.476,1.8479,1\n0.65925,2.3616,2.2485,1\n-0.71947,3.0753,1.0927,1\n-0.25987,0.7548,0.82056,1\n1.192,1.8901,3.6103,1\n-0.077837,2.3416,1.994,1\n0.15077,0.93517,0.99456,1\n-0.99725,2.5654,2.75,1\n0.25818,0.20823,0.75922,1\n0.56755,0.56985,2.3537,1\n0.24011,2.5984,1.4112,1\n0.40999,2.187,-0.4673,1\n-0.63342,2.0085,3.4704,1\n-0.70483,2.8549,2.2136,1\n-1.7998,1.137,2.7106,1\n-0.77372,3.2457,3.3732,1\n0.48482,2.5417,1.023,1\n-0.89884,2.1681,1.8945,1\n0.86062,0.71245,2.8626,1\n-1.4502,1.5356,3.035,1\n-0.75729,3.1915,1.0763,1\n1.1409,1.5504,2.6624,1\n-1.8933,1.3376,1.6958,1\n0.24193,2.59,0.3743,1\n1.338,1.176,2.0322,1\n-0.58156,2.4033,2.9664,1\n-0.18543,2.8442,0.96442,1\n0.51293,0.80109,1.2357,1\n1.0052,2.1644,3.9969,1\n1.7939,1.0968,2.0207,1\n0.11819,2.5084,1.7146,1\n0.003195,1.8302,1.7684,1\n-0.66211,2.6412,1.6308,1\n0.69534,1.6517,1.8606,1\n0.71978,1.836,2.6821,1\n0.64463,2.3844,1.958,1\n-0.25471,2.4865,3.0053,1\n0.89767,1.2341,1.4435,1\n-0.30221,1.6134,3.2702,1\n0.065251,1.4635,0.92324,1\n0.71934,2.3226,1.102,1\n0.57925,2.1247,2.5121,1\n-0.053688,-0.059938,2.6119,1\n0.34129,0.57705,2.9573,1\n-0.00055187,2.9783,2.0532,1\n0.86401,0.73342,1.9849,1\n-1.2756,2.7407,2.6939,1\n-0.035425,2.9496,2.7434,1\n-1.3588,2.632,2.791,1\n0.96425,3.8973,2.0915,1\n1.5381,1.908,0.97336,1\n-0.67396,1.6821,1.9473,1\n-1.0428,1.3011,1.8774,1\n0.44824,0.9677,1.9308,1\n-0.082991,1.2182,2.4351,1\n-0.7952,1.1936,2.8064,1\n0.82351,1.2434,2.1743,1\n-2.6113,0.5494,1.6977,1\n-0.23615,1.7259,3.3944,1\n0.15529,2.028,2.8329,1\n0.49911,1.6946,2.1826,1\n0.54204,2.6341,1.465,1\n-0.31457,-0.0078105,1.743,1\n-0.90895,1.4222,0.62983,1\n0.85978,1.6564,1.4243,1\n-0.91136,2.0518,1.5515,1\n0.33456,0.79718,1.5004,1\n0.27194,0.98832,1.2138,1\n0.95223,1.9787,2.1721,1\n0.74241,3.1161,-0.20438,1\n-0.99301,1.1142,0.33417,1\n1.8834,0.46594,3.5901,1\n0.3747,1.9937,1.687,1\n-1.4234,2.1515,2.5382,1\n0.39123,3.5675,1.6524,1\n0.98971,1.8856,2.8997,1\n-0.50682,2.2347,3.1084,1\n0.33444,1.5892,1.4035,1\n-0.75929,3.8168,0.97825,1\n-1.1331,3.0899,2.2263,1\n-0.66342,3.7244,2.3351,1\n-0.69909,2.1114,0.12795,1\n0.38407,2.77,1.3928,1\n-0.65969,1.6423,0.16647,1\n-0.10128,2.1315,1.5036,1\n0.33641,1.7101,3.238,1\n0.3742,1.5968,2.3547,1\n1.1549,0.28209,1.6923,1\n0.79978,0.58648,1.9629,1\n-0.0060347,3.0599,1.8982,1\n1.142,4.0499,2.2173,1\n-0.45554,1.9789,1.2515,1\n-0.29791,2.5836,2.4749,1\n0.74004,1.4319,1.7781,1\n-1.0125,3.1379,1.0825,1\n-0.48012,1.6214,2.2286,1\n0.42778,3.0139,1.1881,1\n-0.30243,0.77565,2.8959,1\n-1.7428,0.061363,1.8258,1\n0.38575,0.093532,2.0693,1\n-1.1455,5.0167,2.6385,1\n2.8753,2.6281,1.7071,1\n-0.48907,3.0002,1.5745,1\n1.4012,1.2939,1.8983,1\n-0.93971,1.5685,1.3132,1\n0.68668,1.9436,2.9465,1\n0.5991,0.9096,1.8184,1\n0.074554,1.6462,1.48,1\n1.0579,2.9396,1.1573,1\n-1.0471,1.9391,0.76098,1\n1.0352,1.5277,0.69157,1\n1.7532,3.1463,2.2446,1\n0.90585,1.902,2.3315,1\n-1.7272,2.3357,2.1167,1\n-0.52307,1.6351,0.32772,1\n0.0016035,1.7553,2.115,1\n0.86095,1.8783,1.5531,1\n0.96366,3.2323,1.2259,1\n-0.24199,1.1803,3.1556,1\n-0.7117,0.99594,0.35833,1\n-0.33969,3.0233,0.28213,1\n-0.23869,0.24524,1.0124,1\n0.64231,3.2346,2.5473,1\n0.61567,1.9082,0.28018,1\n-0.4296,0.67777,3.4935,1\n0.35971,1.4366,3.7535,1\n-1.6574,0.81342,3.8781,1\n-1.0438,1.3664,2.1141,1\n-0.12789,0.84055,0.077319,1\n-0.18447,2.1044,3.7425,1\n1.3448,2.1069,1.7711,1\n1.2849,-0.55249,1.3171,1\n0.38204,4.3779,1.7298,1\n-0.29236,0.79651,0.7832,1\n-1.3918,3.6491,3.2836,1\n0.21645,2.4029,1.9413,1\n1.3439,2.3578,2.5921,1\n0.04576,1.5689,3.8394,1\n-0.25083,3.9357,0.45667,1\n0.60222,1.7649,0.71772,1\n1.8138,0.28988,3.547,1\n0.282,3.6547,1.521,1\n0.48797,1.7222,2.4177,1\n2.0299,2.0587,3.6548,1\n-0.029979,2.8646,1.529,1\n-0.74179,3.4512,1.1686,1\n2.4043,2.9184,1.1194,1\n-0.94805,3.1385,1.4409,1\n-0.093857,1.9324,0.8403,1\n0.34728,3.8087,1.5802,1\n-0.023784,1.126,2.4394,1\n-0.62381,1.1069,3.2868,1\n-0.61615,1.7206,1.8022,1\n-0.8595,0.75476,1.3416,1\n0.95577,1.728,3.1495,1\n0.17996,1.361,0.30276,1\n1.2446,1.1078,1.0737,1\n-0.55436,1.9944,2.2568,1\n-0.70883,0.063014,2.5319,1\n-2.5792,1.3848,0.89779,1\n2.6625,2.7608,2.5765,1\n1.6919,2.4518,2.7469,1\n-0.43804,1.5299,1.7848,1\n-0.31721,3.089,-0.032729,1\n0.075167,1.2843,3.0535,1\n1.252,0.80864,2.5606,1\n0.51901,2.8131,0.9936,1\n-0.76237,0.32577,1.8781,1\n-0.04822,1.9589,2.1647,1\n-1.3058,1.0197,3.4674,1\n0.63735,2.2275,-0.2888,1\n0.069281,2.5799,1.6867,1\n1.6064,3.2514,1.9415,1\n0.57677,2.8602,1.7001,1\n-1.3032,2.7944,-0.083856,1\n0.70977,2.4728,1.5912,1\n0.29281,1.3551,1.0048,1\n0.74277,1.9255,0.38286,1\n0.16885,2.6947,0.51989,1\n0.088285,1.2347,2.027,1\n-2.1369,1.9985,2.6393,1\n-0.0020028,1.236,2.8574,1\n-1.2148,2.5134,1.0948,1\n0.91774,0.72923,1.1348,1\n-0.81708,0.086179,2.5284,1\n0.25392,3.5852,-0.59842,1\n-0.21201,1.8653,1.7523,1\n-0.93205,1.3903,1.0681,1\n-0.59531,2.658,1.4133,1\n0.30116,1.331,0.64082,1\n-0.17043,0.72734,1.3365,1\n0.65975,1.3318,0.2835,1\n0.22407,2.3944,1.6477,1\n-0.88844,2.7556,2.7513,1\n-1.8695,0.53926,1.3865,1\n0.76748,0.89063,4.8592,1\n0.52371,2.58,1.0164,1\n0.4332,2.0097,-0.60474,1\n-1.2425,3.3476,2.7325,1\n-1.0413,2.9105,2.5752,1\n1.1734,1.4412,2.7539,1\n-0.07877,2.4963,1.3882,1\n-0.11245,1.664,1.3062,1\n-0.91058,2.0012,2.9504,1\n-1.5699,1.9033,1.7837,1\n-0.30139,2.639,0.77866,1\n0.14613,2.3658,2.896,1\n0.51128,3.0346,2.4052,1\n0.92154,2.9308,1.2337,1\n0.53756,1.6059,1.6018,1\n1.444,1.0537,2.8983,1\n-0.73123,1.7345,1.6204,1\n-1.7402,1.1061,1.2103,1\n0.11025,2.3192,1.7296,1\n-2.1851,2.0384,0.2604,1\n-1.9074,3.068,2.3656,1\n0.42886,2.5942,1.7303,1\n0.60517,2.1612,2.6256,1\n0.88928,3.1065,1.7421,1\n0.80385,2.1306,1.1065,1\n0.78248,1.6909,2.7729,1\n-0.032629,2.7793,3.3989,1\n-0.023104,2.3298,2.3092,1\n-0.0016838,2.1465,1.9557,1\n0.04255,0.97272,3.451,1\n-0.22291,4.1342,1.2711,1\n2.6361,1.7541,1.217,1\n-0.098513,0.32573,0.26391,1\n-0.52409,0.024872,0.15259,1\n0.64579,2.9446,3.0575,1\n-2.0045,1.7954,2.1966,1\n-0.052368,4.0165,1.1198,1\n0.024072,2.2194,1.6575,1\n0.74195,3.4966,2.7069,1\n-0.65924,2.9299,1.5219,1\n0.29019,0.59453,1.9546,1\n1.1844,2.4199,3.801,1\n-0.81737,2.0423,1.3707,1\n-0.23682,2.8278,1.186,1\n0.4515,0.90101,3.1676,1\n1.3255,1.7645,0.98825,1\n-2.9152,1.154,2.6496,1\n-0.40348,0.89156,2.8594,1\n-3.2365,2.6504,2.6789,1\n-1.5993,2.0794,2.4626,1\n-0.76266,1.9869,0.28053,1\n-0.71054,2.3108,2.1733,1\n-0.14052,0.82678,1.2064,1\n-0.70467,2.2514,2.3461,1\n1.7209,1.5793,1.1627,1\n0.28482,4.0924,1.094,1\n-1.1106,3.4894,1.2801,1\n0.02441,1.9368,2.3393,1\n-0.12203,1.1547,2.4238,1\n-0.079657,1.5271,2.3054,1\n-2.0445,2.1684,1.051,1\n1.102,2.0355,2.4716,1\n0.39597,0.23589,0.38308,1\n-0.3178,0.26066,2.9824,1\n0.74786,2.206,2.5025,1\n-1.403,1.6486,4.7021,1\n-0.70232,2.5522,3.2894,1\n-0.68207,1.0931,0.94055,1\n-0.39361,3.5005,1.7134,1\n-0.2131,3.5758,1.415,1\n-0.5424,3.049,1.535,1\n0.47726,2.9466,0.94654,1\n0.7382,2.8603,1.6504,1\n-0.38063,1.4563,2.8557,1\n-2.0622,2.4928,0.94717,1\n-0.98413,3.9606,2.7441,1\n-0.32574,1.2053,2.7136,1\n0.42862,1.7336,3.6517,1\n-0.27613,2.6566,4.2953,1\n-0.13114,2.5082,2.753,1\n0.21747,1.4471,1.1871,1\n-0.70842,2.1743,2.6403,1\n-1.7912,2.1067,1.6477,1\n-0.50437,3.4194,3.4923,1\n0.61848,2.5551,0.95096,1\n-0.90648,0.95451,1.6685,1\n-1.0786,3.5245,2.5251,1\n-0.58658,0.492,2.4345,1\n-1.7728,2.3803,2.3402,1\n0.81016,3.0134,1.3639,1\n-1.2362,1.9902,0.48442,1\n-0.92192,0.95617,2.1081,1\n0.32149,2.1169,1.6036,1\n-0.16541,0.60112,2.5438,1\n0.94966,2.3806,0.98027,1\n-0.79313,0.8424,1.4737,1\n0.0059072,3.2808,0.68058,1\n-0.60886,3.3288,1.8637,1\n-1.0535,1.3336,1.574,1\n-0.27306,2.9572,1.0582,1\n-0.1307,2.1252,2.1489,1\n1.5523,1.5703,1.7232,1\n1.3016,2.7402,2.0858,1\n-0.89941,2.3788,3.2236,1\n0.24713,-0.21235,2.1573,1\n0.39914,0.97983,3.5379,1\n0.65514,2.4397,2.3826,1\n0.037508,3.3047,3.0298,1\n-0.78085,0.42685,2.4366,1\n0.38322,3.3049,3.1691,1\n0.78322,2.368,1.8951,1\n-1.41,2.0185,3.7811,1\n0.20375,2.607,1.617,1\n1.2404,1.1506,3.5584,1\n-1.281,1.7405,1.2364,1\n-0.72834,0.6593,2.8472,1\n-0.080908,0.37605,3.2132,1\n0.14612,2.1462,2.7086,1\n-0.25878,1.9596,2.2707,1\n0.83701,1.3028,1.1332,1\n-0.95242,1.636,2.5755,1\n-1.3948,1.6722,2.238,1\n0.09725,1.7221,2.1636,1\n2.7839,0.79387,3.7114,1\n-0.71172,2.1085,3.0293,1\n-1.4185,1.6823,0.51748,1\n-1.8756,0.93474,1.8523,1\n0.11818,-0.032,1.2055,1\n-0.37905,0.6809,1.7261,1\n1.9684,1.7655,0.052633,1\n0.5615,1.8085,0.59266,1\n0.77751,1.605,2.473,1\n0.0075188,1.9773,1.647,1\n-0.76611,2.5804,1.9974,1\n-0.13886,2.1228,4.262,1\n1.5133,2.9823,1.3994,1\n0.14972,1.3014,2.0412,1\n-0.55694,1.0242,1.3583,1\n0.14544,1.2509,1.7358,1\n-0.39793,1.6363,2.3773,1\n-0.22411,2.2271,4.441,1\n0.19261,2.5629,3.4347,1\n0.1346,1.7863,2.9151,1\n0.80777,1.6027,3.5657,1\n0.87865,1.4148,1.0757,1\n-1.0039,1.7002,-0.39125,1\n1.7588,2.6893,2.169,1\n-0.10411,2.4858,3.0895,1\n-0.62112,2.9644,1.5572,1\n0.064788,0.028637,2.3848,1\n0.082072,2.6039,1.3865,1\n0.7231,3.8003,2.0493,1\n0.99624,1.322,0.48128,1\n0.21579,1.2296,2.2933,1\n1.9495,3.1463,1.2121,1\n0.45909,3.4493,0.80607,1\n-0.19667,1.912,3.5569,1\n-1.0004,1.5909,1.5061,1\n-0.41501,1.4131,1.9256,1\n-0.57318,1.7509,1.2997,1\n2.0089,1.4565,2.9016,1\n0.26861,2.2224,2.1399,1\n-0.047999,-0.95201,2.0019,1\n-1.0824,2.5294,1.8309,1\n-1.7029,3.4511,3.1298,1\n-0.85398,1.6538,0.95209,1\n1.9299,0.15557,1.8611,1\n-1.4746,1.3075,1.7655,1\n0.74545,0.53553,1.4837,1\n0.17805,1.6982,3.5644,1\n1.4202,0.53898,1.5154,1\n0.5388,3.5021,3.5265,1\n1.8284,1.4544,3.297,1\n1.1229,2.3178,1.4582,1\n2.971,2.3408,1.9507,1\n-0.45459,0.88585,1.0095,1\n0.34741,2.9606,1.2395,1\n0.56437,1.8674,-1.2846,1\n-0.76476,2.7199,2.1816,1\n1.4326,2.4995,1.2017,1\n2.3059,1.722,0.32156,1\n-0.3443,-0.32178,1.022,1\n-1.0479,2.9577,3.1767,1\n-3.4103,0.090671,3.6248,1\n-0.023169,0.51486,3.6536,1\n0.6363,2.2876,2.7738,1\n-0.73367,3.3921,2.6187,1\n-0.88582,2.5339,1.9584,1\n-1.9226,0.14736,1.6447,1\n2.1968,3.0164,3.5082,1\n1.3563,-0.60456,3.8078,1\n0.36623,1.169,0.058185,1\n1.6203,1.8648,3.2702,1\n-0.24186,2.392,1.6119,1\n-2.267,3.0548,0.93232,1\n-0.62183,4.413,2.0611,1\n0.52749,0.81957,2.0662,1\n-2.4756,2.6418,1.5132,1\n-0.58097,3.0365,1.2533,1\n-1.6123,2.2054,2.4381,1\n0.69123,3.2342,3.4732,1\n-1.2766,2.4089,3.0442,1\n1.1436,4.5147,0.91589,1\n-0.95024,1.5552,0.5628,1\n-0.88055,1.9911,1.2578,1\n-0.20085,4.3632,3.0854,1\n-0.52541,2.9641,3.5232,1\n-0.58876,1.5199,1.4623,1\n1.1781,1.1069,1.4911,1\n-0.023044,1.6477,2.0858,1\n-1.132,1.3775,1.7346,1\n0.33616,1.5378,2.2529,1\n-0.011258,1.459,1.3378,1\n0.0092986,2.7548,2.6968,1\n0.37118,1.2079,1.2292,1\n1.1255,1.2271,2.1368,1\n-1.7359,1.6926,1.3045,1\n-1.3302,0.65198,2.6136,1\n-0.96571,2.11,2.4291,1\n-1.5933,2.5547,1.4043,1\n0.57902,0.41658,1.8771,1\n-0.15488,0.17976,1.5699,1\n0.88774,2.4698,2.6844,1\n-0.094121,1.6095,2.1797,1\n-0.0011791,1.2166,1.4161,1\n0.3719,2.3765,1.7074,1\n1.5792,1.077,1.8406,1\n-0.38073,1.8844,3.5427,1\n-0.98582,2.0948,-0.47336,1\n0.77299,2.1263,2.4583,1\n0.45583,2.5611,0.38413,1\n-1.9352,2.096,2.2414,1\n0.73762,3.5589,0.22107,1\n-0.28243,1.4814,2.5923,1\n-1.5386,1.5844,2.5083,1\n-0.72802,2.2282,2.9802,1\n1.8506,2.2693,1.7905,1\n-0.23725,0.17807,2.3315,1\n0.72441,2.3462,0.024953,1\n-1.1739,1.8409,2.4279,1\n0.25449,1.9377,0.83231,1\n-1.656,1.7344,1.3235,1\n-0.84742,2.1291,2.7282,1\n-1.5359,1.5002,0.62775,1\n1.0571,0.71529,1.4461,1\n-1.6065,1.7169,1.79,1\n-0.87379,2.1779,3.1357,1\n-0.69635,3.436,2.1863,1\n0.45659,2.2245,0.30261,1\n-0.76325,1.4904,0.18115,1\n0.43423,2.0651,1.8789,1\n-1.2969,2.5322,1.7303,1\n1.3337,4.5384,0.88542,1\n1.4798,3.6222,2.0891,1\n1.1483,0.55332,0.40704,1\n0.5847,1.9089,1.4085,1\n1.605,1.7973,0.73258,1\n-0.98494,2.813,1.5041,1\n-1.5191,2.5972,1.108,1\n-0.24689,1.8618,1.1571,1\n0.19362,2.569,1.3217,1\n-0.51367,1.5306,2.2792,1\n-0.63053,2.2564,2.3321,1\n0.049836,3.6291,4.0471,1\n-1.4107,3.269,1.1128,1\n1.1926,1.3781,0.21956,1\n-0.81285,-0.21091,1.2991,1\n0.45529,1.9259,2.0686,1\n-0.28536,3.1,2.1038,1\n0.8415,2.1831,1.5058,1\n-1.0633,2.3945,1.3443,1\n0.2341,3.4708,0.32269,1\n-0.3811,1.4291,2.3117,1\n-0.92906,1.6313,2.0031,1\n0.71997,1.978,3.7938,1\n-0.74493,2.383,2.6103,1\n-0.63823,3.1054,3.013,1\n0.27803,1.4901,3.5629,1\n0.17589,3.7136,3.1115,1\n0.10853,1.3367,2.2207,1\n-0.61735,-0.38512,1.4923,1\n0.68324,1.6409,-0.45118,1\n-0.051603,1.2088,3.3073,1\n0.83617,1.9681,2.31,1\n-0.17147,1.2124,2.005,1\n-0.054109,0.81043,1.4902,1\n0.049606,0.7246,1.8847,1\n-0.87359,3.1126,2.065,1\n-0.32625,0.79573,0.61335,1\n0.78897,3.0716,3.081,1\n-0.12094,3.3908,1.9112,1\n-1.975,2.375,2.6956,1\n-0.89309,1.9052,-0.00803,1\n-2.0555,1.287,3.0609,1\n1.5098,2.9812,2.8903,1\n-0.90517,3.4334,1.7594,1\n-0.61911,2.8006,2.8942,1\n-0.66282,2.3331,0.98476,1\n-1.6843,3.2779,1.2414,1\n-0.81978,1.9684,1.0449,1\n0.0018284,0.33888,1.9542,1\n-0.59946,2.2045,2.6051,1\n0.71657,1.0485,1.5253,1\n0.34067,1.507,2.8064,1\n-0.164,0.89884,2.0474,1\n1.2152,2.0793,-0.60085,1\n-0.16443,1.7802,2.0978,1\n-0.18983,0.53811,0.35415,1\n-0.56619,2.8192,2.2037,1\n1.5213,2.2396,1.3097,1\n0.10438,1.3548,1.9997,1\n-2.1965,0.86622,2.6414,1\n-0.036077,4.0992,0.77939,1\n-1.4063,2.0732,2.8607,1\n0.6525,1.4012,1.1508,1\n1.9302,2.2601,2.5968,1\n0.046445,1.2791,1.6378,1\n-1.3479,2.4171,1.5993,1\n-0.38969,2.8758,1.4213,1\n1.486,0.94563,2.0723,1\n-0.37142,1.5135,2.5959,1\n0.60676,3.2056,2.0399,1\n0.54915,3.4051,2.3286,1\n1.585,1.3992,2.8777,1\n0.67421,2.5881,2.4789,1\n0.7371,-0.35356,3.315,1\n-0.2766,1.9205,0.68651,1\n1.2431,2.8971,1.6947,1\n-1.8604,2.5567,1.432,1\n-0.11501,0.32716,1.4253,1\n-0.50094,2.5193,3.0364,1\n-1.5504,0.95942,1.4909,1\n-0.4539,1.9263,0.88695,1\n0.64493,2.1929,1.2186,1\n1.2074,2.1489,3.0506,1\n1.5002,1.497,0.17189,1\n-0.6982,1.7683,1.0831,1\n-1.3344,3.6034,2.3649,1\n1.208,2.067,3.0057,1\n-0.089605,3.52,0.1922,1\n-0.47065,2.1389,2.8359,1\n-0.61925,1.5853,2.0051,1\n0.05421,1.8621,2.159,1\n0.34666,1.8891,2.6425,1\n-1.2603,3.4114,2.6912,1\n1.8834,1.6642,1.6275,1\n0.4035,5.3318,0.85384,1\n-0.8444,2.0371,-0.17681,1\n0.54172,-0.19041,1.9622,1\n0.33954,1.3519,0.49347,1\n-0.66392,1.5611,1.4982,1\n-2.0732,2.1343,0.034755,1\n0.40407,1.7662,2.586,1\n-1.3804,0.40491,2.3905,1\n0.12459,2.3164,3.4418,1\n-0.27988,2.5847,1.2464,1\n0.1267,1.2615,1.319,1\n-0.64485,1.7664,1.5424,1\n-0.63367,0.61236,1.4789,1\n-0.56774,1.8648,1.5044,1\n-0.55395,2.9925,3.0429,1\n-0.58008,2.232,1.5313,1\n0.17016,-0.43416,1.4829,1\n-0.40079,2.0123,2.6162,1\n0.053545,2.1722,2.5271,1\n1.4161,0.68208,1.0501,1\n1.5548,1.5724,2.0157,1\n-0.52639,1.2058,0.99867,1\n0.47566,1.7701,1.7935,1\n0.46624,1.5816,1.643,1\n1.7479,2.4183,2.4686,1\n-0.41504,0.50947,2.687,1\n1.0448,3.083,1.7647,1\n0.35438,2.1505,1.1242,1\n-0.53375,2.1626,2.6453,1\n-0.11362,0.91927,2.0617,1\n0.24797,2.0123,2.1127,1\n-0.37686,2.0846,2.2976,1\n0.42424,1.8305,2.1237,1\n1.7059,1.3735,2.5326,1\n2.1834,1.7116,2.2707,1\n-0.22623,0.76625,1.0713,1\n-0.40565,1.4843,1.6195,1\n-0.80347,0.83697,2.4247,1\n1.3021,2.6096,2.5086,1\n-1.3962,2.7478,2.8809,1\n-0.14644,3.6254,0.70049,1\n0.45011,2.3881,0.93213,1\n0.36976,0.53398,3.2595,1\n-1.0201,2.425,1.7806,1\n0.29881,1.7996,0.86338,1\n-0.018435,4.0311,2.0207,1\n1.177,1.8381,3.8042,1\n1.5409,3.9463,3.2557,1\n0.60707,3.0669,1.59,1\n-1.3168,0.65568,-0.52815,1\n0.35029,0.37786,3.6627,1\n-0.64341,2.691,3.207,1\n-0.51663,2.3339,2.4158,1\n-1.1239,0.4948,1.0669,1\n0.45222,4.0721,1.6855,1\n1.0555,1.3339,0.62138,1\n-0.22576,-0.41721,3.1643,1\n-0.98955,0.62877,2.1546,1\n0.10632,-1.1401,0.46,1\n-1.9494,4.5109,1.279,1\n2.4999,0.64129,3.5341,1\n-0.37316,2.3614,3.2251,1\n0.60442,1.3343,0.80049,1\n-1.4579,1.3185,3.2125,1\n-0.097782,1.1288,2.7412,1\n-0.11531,1.389,2.6797,1\n0.64787,3.7174,4.4483,1\n-0.9416,2.9407,-0.4847,1\n-0.66269,1.937,0.95511,1\n-1.3867,1.8722,0.91137,1\n-0.6779,3.8198,2.9657,1\n0.14669,2.2513,1.6592,1\n0.32194,1.717,0.92558,1\n-2.2514,1.6993,1.1442,1\n-0.11653,4.1984,2.2159,1\n1.4631,2.8105,3.6,1\n0.49686,2.9577,3.4634,1\n1.3648,0.2864,0.16597,1\n-0.42666,3.0959,1.5592,1\n0.51051,0.60976,1.47,1\n-0.51491,3.3726,2.0487,1\n1.4007,0.42695,1.6776,1\n-0.53833,1.8769,2.1204,1\n-1.3286,0.75445,1.3223,1\n0.88305,1.5811,2.3073,1\n0.57262,1.7757,2.7475,1\n2.5096,2.717,3.1968,1\n0.28407,3.1957,1.8484,1\n-0.28322,1.5029,1.5965,1\n-0.23349,-0.20276,1.9821,1\n0.11164,3.4276,1.4907,1\n1.5645,1.2761,2.74,1\n-1.5722,2.6737,2.5751,1\n1.2916,2.4792,2.9843,1\n0.3969,0.39459,1.6435,1\n-0.40825,2.524,1.1763,1\n-0.95067,2.5057,0.045094,1\n0.013097,2.5457,0.60593,1\n0.96491,1.499,2.4607,1\n0.22871,2.8942,2.1457,1\n0.4873,2.684,1.4433,1\n-0.87551,2.7633,0.7186,1\n1.8909,3.1808,2.1074,1\n-0.78502,0.61295,1.8933,1\n-0.26676,1.6726,3.1786,1\n2.0166,1.0095,3.0153,1\n-1.4764,2.3031,1.7046,1\n1.1732,2.4939,2.7978,1\n-0.40965,2.6714,3.2217,1\n0.37907,1.9169,2.2727,1\n0.55879,2.7861,1.9289,1\n1.1243,-0.12218,3.2296,1\n-0.99215,2.2378,2.0551,1\n-1.9976,3.2828,1.3835,1\n-0.62803,-0.082828,2.6881,1\n0.43399,1.8119,3.3017,1\n0.98166,1.3184,2.7386,1\n0.94831,2.6797,2.7662,1\n1.3339,1.8371,0.98921,1\n-0.61921,1.9339,1.491,1\n-0.34608,2.0677,3.339,1\n0.51607,3.286,3.2305,1\n1.3495,0.93663,0.096719,1\n-1.8327,0.32014,0.94359,1\n0.21045,2.7667,2.1295,1\n0.42615,2.9158,2.8779,1\n-0.85701,1.3015,2.4751,1\n-0.81601,0.95158,1.4154,1\n1.3884,3.1558,1.3767,1\n-0.55851,0.79588,1.6817,1\n0.62606,3.3677,2.12,1\n-0.88851,4.1074,1.8174,1\n-1.6751,2.0899,2.2335,1\n0.47023,0.50385,2.6891,1\n1.3315,1.0854,2.4102,1\n-1.53,1.4604,3.6579,1\n-1.0501,1.2192,1.6574,1\n-0.31369,2.953,1.323,1\n-1.1594,1.7891,2.2409,1\n0.29721,2.4166,0.71088,1\n-0.38558,2.6221,3.3085,1\n0.73314,1.5971,0.4618,1\n0.48344,1.9649,1.9232,1\n0.35573,2.6392,2.2916,1\n1.6319,0.74547,1.9527,1\n-1.5765,1.3676,0.31864,1\n-0.34812,0.58164,2.3964,1\n-0.95378,2.8176,2.1942,1\n0.028609,3.1092,3.3172,1\n-0.47855,1.2908,2.705,1\n-0.38096,1.5157,2.4603,1\n-0.80825,3.9617,3.8954,1\n0.99637,0.9908,2.7287,1\n0.95584,2.5677,1.5499,1\n-0.092899,0.67252,3.8408,1\n-1.3445,1.6451,2.524,1\n-0.84365,1.774,3.144,1\n-0.80191,0.57333,2.2357,1\n-0.16418,0.55867,1.8556,1\n-0.16847,4.8833,2.402,1\n-0.93122,3.1836,0.62618,1\n-0.050493,1.4227,3.083,1\n1.1875,1.5234,2.4473,1\n0.322,0.38182,2.5513,1\n-0.60148,1.4876,2.7203,1\n0.29829,1.6749,1.6084,1\n-0.38516,2.4345,3.1072,1\n1.0013,2.4232,0.57809,1\n1.006,2.367,2.0468,1\n-1.3662,2.3981,1.7991,1\n-0.93423,1.9532,3.1418,1\n-0.82401,1.3391,2.3961,1\n-0.41106,3.7161,0.4038,1\n-1.5353,2.8177,3.0592,1\n0.20406,1.0698,1.6797,1\n-0.48787,2.6846,2.9165,1\n-0.9973,2.3777,0.43637,1\n-1.7103,0.12305,2.01,1\n-0.40882,1.1379,0.77655,1\n-1.9327,1.0351,2.3893,1\n2.0088,2.1076,1.531,1\n-0.91417,0.66108,3.3894,1\n0.97104,1.4261,3.5726,1\n-1.4323,2.4208,0.92671,1\n-0.89811,1.8988,2.2853,1\n-0.67236,3.4817,1.4809,1\n-0.68839,0.70167,2.2127,1\n-0.39311,3.1151,3.7821,1\n-0.042593,2.8705,3.0599,1\n-1.5227,-0.21656,1.8293,1\n1.3131,2.1396,2.0353,1\n-0.038353,3.0008,1.5177,1\n-1.4487,-0.30066,1.893,1\n0.43131,1.5899,0.88961,1\n1.8098,3.5969,2.2959,1\n-0.25536,2.1515,1.1512,1\n-0.40495,2.2423,2.6161,1\n-0.58182,0.85869,1.5116,1\n-1.5288,0.471,0.7538,1\n1.2925,0.3423,0.99895,1\n0.08732,1.4056,1.0213,1\n-1.4321,2.9888,1.6808,1\n-1.553,-0.10974,2.4929,1\n-0.31882,0.53778,2.8906,1\n-0.77912,2.1969,2.6017,1\n-0.024592,2.4161,1.4483,1\n-0.58298,1.0011,1.1646,1\n-1.3957,2.2442,0.98167,1\n1.3304,2.1175,4.0569,1\n0.82614,2.1465,3.0435,1\n-0.75069,1.9707,1.5871,1\n-0.032012,3.3204,0.90146,1\n0.53947,0.28522,3.4105,1\n-0.1701,2.6954,2.1086,1\n0.74257,1.5477,2.6522,1\n-0.55077,2.0302,3.6055,1\n-1.7817,2.8661,2.5273,1\n-0.14029,2.5746,1.2626,1\n-0.93799,0.85716,2.0953,1\n-0.0944,2.3802,3.7158,1\n-1.1257,4.0348,3.1064,1\n-0.18702,3.5948,2.7529,1\n0.41169,1.6142,3.4534,1\n-0.21908,2.3467,3.5235,1\n0.27042,1.073,1.9272,1\n-2.3672,2.6215,1.8238,1\n1.4944,2.0738,3.6984,1\n-0.23806,1.8124,1.5987,1\n0.45716,0.45252,0.88117,1\n-1.0514,0.67844,1.5393,1\n-0.67797,0.86036,1.174,1\n0.95467,1.2862,1.3403,1\n-0.27317,2.2215,0.15705,1\n2.4746,2.2858,1.8744,1\n-0.84417,2.4308,3.7304,1\n-0.25549,2.5991,1.5647,1\n0.028852,2.12,1.2626,1\n-1.3678,1.6763,1.9032,1\n0.47652,2.5041,1.1908,1\n-1.1669,3.27,1.4467,1\n-2.127,1.0802,3.4039,1\n1.7532,3.7824,3.5162,1\n-0.41115,2.823,2.7916,1\n-0.10649,0.55887,2.5181,1\n0.60514,1.7606,2.7145,1\n1.2884,2.5152,0.5129,1\n-0.47478,2.1185,1.9462,1\n-1.4832,2.8513,1.4946,1\n-0.1658,1.7515,3.3295,1\n-0.99098,1.4987,2.1703,1\n1.4603,2.2478,3.0952,1\n-0.23193,0.53669,1.8067,1\n1.3421,1.3251,1.2451,1\n1.8377,1.7833,2.8467,1\n0.085454,2.5657,1.227,1\n1.4417,2.5587,3.5746,1\n0.87426,2.8173,2.7981,1\n1.4871,1.6281,4.0458,1\n2.031,1.957,1.6495,1\n-0.43206,2.3664,2.3878,1\n-0.70511,2.1999,0.65834,1\n-0.13256,2.7325,4.3919,1\n-0.30632,1.8928,2.0582,1\n0.69465,1.4561,3.3147,1\n0.073659,2.1052,3.593,1\n0.80567,3.4598,3.2237,1\n-0.79782,3.9299,3.7539,1\n0.09992,1.8696,2.783,1\n-2.5482,1.6191,2.5775,1\n-2.4226,4.9448,0.88356,1\n-0.58636,0.30937,1.8763,1\n-1.4453,2.9622,3.0319,1\n0.75293,3.1429,2.5939,1\n-2.1806,0.37889,2.9815,1\n0.966,1.1109,1.9297,1\n0.81376,1.3327,2.0987,1\n-0.18954,2.7341,3.2894,1\n0.32147,2.7212,0.15877,1\n0.99665,1.7571,4.0702,1\n0.85814,0.33766,2.11,1\n1.2935,0.93727,0.63232,1\n1.1577,1.4132,3.167,1\n0.67084,2.4295,0.16117,1\n-0.59364,4.0954,3.7613,1\n-0.44364,1.1988,2.927,1\n0.61817,2.6266,2.869,1\n-1.0311,0.020007,2.5435,1\n0.55539,1.7226,0.86979,1\n-0.43761,1.2968,2.0616,1\n1.0614,1.2672,1.9634,1\n1.0144,0.43613,3.3494,1\n-1.7764,3.4741,1.3484,1\n0.286,1.1034,1.9775,1\n-1.1974,1.4789,0.98955,1\n0.089184,2.9426,3.019,1\n0.88944,1.3469,-0.24789,1\n-1.5074,3.348,3.9853,1\n1.3923,3.2266,1.4679,1\n0.17493,0.014227,1.611,1\n1.1042,2.4212,1.5632,1\n-0.56685,2.3504,2.5097,1\n0.81756,0.92938,3.0097,1\n0.48081,0.014256,1.0891,1\n0.2134,2.4709,1.384,1\n0.17366,0.96513,1.8689,1\n0.64175,3.4329,1.6638,1\n-0.32343,0.94405,2.1423,1\n-0.63899,1.9711,-0.21458,1\n1.1373,1.5245,0.46976,1\n0.87133,-0.55893,1.1948,1\n0.095801,3.515,2.3898,1\n1.0976,0.7267,1.3355,1\n-0.42434,1.125,3.0934,1\n-0.66834,0.40606,1.0979,1\n0.060822,2.9308,2.5503,1\n-2.058,1.6218,1.0888,1\n-0.10102,2.4482,-0.94365,1\n-0.91276,1.6898,2.7862,1\n1.3711,2.3695,3.3711,1\n0.34965,3.5352,2.7968,1\n-1.3847,2.5845,2.06,1\n-0.026898,0.61094,1.8975,1\n-2.1097,1.2809,1.5587,1\n-0.32402,2.8136,1.3894,1\n0.065656,1.7203,1.0764,1\n0.081856,2.5373,3.2374,1\n0.52918,-0.042179,1.7347,1\n-0.23755,2.4585,2.6501,1\n1.3916,0.43038,1.099,1\n-0.17327,0.93707,0.97699,1\n1.3741,0.93466,2.4843,1\n0.094542,2.3367,1.6849,1\n-0.34793,2.2011,3.9724,1\n-2.0247,1.7465,0.91812,1\n-1.4144,0.81444,0.67063,1\n0.80837,1.7064,2.2288,1\n-0.83966,1.3116,2.4995,1\n0.50031,2.6714,2.9583,1\n0.37545,3.1885,2.713,1\n-0.17118,3.9008,1.1652,1\n1.7292,3.2277,2.5331,1\n-0.68571,1.6659,1.8137,1\n-0.30641,2.3113,0.93151,1\n-0.078477,2.9367,1.5515,1\n-0.87197,1.6087,2.0231,1\n-0.6514,5.4598,2.9597,1\n-1.2911,1.6284,2.5373,1\n-0.50138,2.5583,2.2662,1\n0.31518,1.8348,0.93626,1\n-0.44551,3.1784,1.6771,1\n-0.91691,2.4461,1.8562,1\n-0.55933,3.1648,3.4681,1\n-1.244,0.69588,4.1991,1\n1.6394,0.56516,-0.78841,1\n0.49507,2.3911,1.8256,1\n0.047904,1.9064,2.9366,1\n0.26084,1.9692,1.5305,1\n2.3911,1.5007,1.6993,1\n2.1054,1.2935,2.9717,1\n-0.23056,2.4764,2.9018,1\n-0.24137,2.469,1.3783,1\n0.47822,2.7591,1.9557,1\n-0.074433,0.52746,2.0929,1\n-1.7152,-0.26797,3.3908,1\n-0.13342,3.8024,3.3828,1\n0.026561,2.9256,2.6246,1\n0.3953,2.2383,1.7871,1\n0.22613,1.3977,3.3233,1\n0.26081,1.1838,0.68574,1\n1.5426,2.8974,3.1216,1\n0.37805,0.81545,1.7411,1\n-0.45092,1.1712,4.0859,1\n-0.20297,2.5367,-0.12027,1\n-1.1,2.0183,3.5814,1\n-0.25538,1.5481,2.4957,1\n-0.66074,1.9078,3.033,1\n0.47715,2.0547,1.9711,1\n-0.10506,2.6906,0.84034,1\n0.88274,0.052718,1.4004,1\n-0.025529,0.22486,2.6022,1\n-1.858,2.0403,2.7288,1\n0.34871,2.12,0.81528,1\n0.46584,2.2248,0.63295,1\n0.79599,1.2586,2.9776,1\n0.44531,1.7573,2.608,1\n2.3588,1.1899,2.0286,1\n-0.17309,1.2718,2.265,1\n2.1312,0.75214,1.7732,1\n0.61377,3.2953,1.7836,1\n0.4714,1.2828,1.6229,1\n0.56667,1.0486,2.3141,1\n0.49754,3.3303,2.3219,1\n1.4479,2.1828,2.092,1\n0.34106,2.0249,1.27,1\n0.68407,1.9672,0.18954,1\n0.53955,3.2507,1.0913,1\n0.57645,2.8961,1.9154,1\n-2.3236,2.8852,0.7573,1\n0.16435,2.8472,1.9482,1\n-0.0068519,1.1796,2.7727,1\n-0.38602,3.2242,2.4503,1\n-1.5286,2.286,3.5289,1\n-0.51622,2.9235,0.82541,1\n1.5544,1.9015,1.8004,1\n1.5578,1.3476,2.6687,1\n0.51245,0.81091,1.682,1\n-1.3621,3.9414,1.5966,1\n-0.40383,2.3352,1.9602,1\n-0.54585,2.1026,1.7932,1\n-1.2998,1.2329,1.9387,1\n2.2193,2.3236,1.2537,1\n0.33122,1.4174,0.21735,1\n-0.56053,1.0069,1.8116,1\n-0.62784,2.6064,2.9422,1\n0.72214,2.4441,0.74817,1\n-1.6185,2.4359,1.4072,1\n-0.13093,2.3603,2.1364,1\n-0.94387,2.656,1.7671,1\n-1.3017,3.7187,1.6636,1\n-0.28159,3.2169,0.99352,1\n0.95541,1.4253,2.575,1\n-0.32831,1.7281,2.5876,1\n-0.8351,0.56652,4.2258,1\n0.93437,2.1553,1.3284,1\n1.6492,3.1842,2.8092,1\n1.4664,1.0136,2.7678,1\n0.062098,1.4909,3.066,1\n-0.35948,2.713,2.8952,1\n-1.4879,0.75677,-0.0049441,1\n-1.5031,3.1038,1.8205,1\n1.6729,3.3887,2.8514,1\n0.1002,2.0741,2.7713,1\n1.5083,2.2451,1.7349,1\n0.95158,0.62917,2.8612,1\n0.60211,0.25719,1.141,1\n1.1129,2.3111,0.24395,1\n-0.94885,1.7521,3.2277,1\n0.097809,1.4718,1.2573,1\n-0.24457,1.6229,0.83402,1\n0.73843,2.1603,1.2867,1\n0.69401,0.77672,1.9407,1\n-0.81814,1.135,1.2204,1\n-0.65112,2.2838,1.809,1\n-0.07057,2.1885,2.8323,1\n-0.73975,1.6121,3.7839,1\n0.64441,1.2213,0.23714,1\n-0.39061,0.31466,2.2279,1\n-1.0036,1.1837,1.6724,1\n-1.1246,2.5022,3.3321,1\n-0.2219,2.2107,2.9685,1\n-0.49136,3.5375,2.0641,1\n0.67706,2.0586,2.0604,1\n0.24113,2.4346,3.0091,1\n1.2124,1.3694,3.4426,1\n-0.71928,-0.43367,1.5859,1\n0.58673,1.1628,2.2825,1\n-2.873,2.504,1.0408,1\n-0.59708,1.4897,3.4344,1\n0.19054,1.1909,1.3694,1\n0.15855,3.6767,3.1498,1\n0.98357,0.78696,2.4126,1\n-1.3996,0.75306,1.7607,1\n0.57941,0.56749,0.098158,1\n0.070436,3.9524,1.0985,1\n0.41842,2.3094,1.7288,1\n0.65399,2.005,2.514,1\n1.0619,0.94658,1.6772,1\n0.98738,1.3107,1.2723,1\n0.53522,1.9307,4.2029,1\n-0.79888,1.8166,1.5759,1\n-0.27333,3.1797,1.3251,1\n0.40937,1.7881,0.8913,1\n0.12736,-0.41814,2.4586,1\n0.99751,0.40105,2.4689,1\n-1.3295,1.4517,1.2006,1\n-2,2.1832,1.6391,1\n1.0749,0.17215,1.6492,1\n-1.3098,1.5443,1.6167,1\n-0.44761,1.0069,3.8686,1\n0.87133,1.0767,2.7003,1\n-0.49446,1.5622,3.0423,1\n0.86626,1.0462,0.81902,1\n0.98183,3.2201,1.3453,1\n-1.5752,-0.015182,0.15535,1\n-0.48658,2.0232,3.3418,1\n1.3759,3.018,1.2027,1\n-0.56193,2.0701,3.8805,1\n-1.686,2.2622,1.1262,1\n0.24576,1.1577,2.3534,1\n1.6319,1.5933,3.3411,1\n-0.40314,2.0875,2.5995,1\n1.3317,2.3073,1.8435,1\n0.7441,0.92038,0.8612,1\n-1.0984,2.8547,1.2423,1\n0.58263,1.757,0.12575,1\n-1.2033,0.39495,1.8457,1\n1.1335,2.6976,1.3209,1\n0.49364,2.0694,3.2601,1\n0.78152,3.0193,1.4999,1\n0.69472,4.4001,1.2706,1\n-0.93995,0.17652,1.6054,1\n-1.6891,2.7662,1.2282,1\n1.1999,-0.69896,2.6716,1\n0.99665,3.0529,3.5634,1\n-0.1651,2.7199,1.4628,1\n-0.082561,1.0387,0.36217,1\n1.0252,1.8804,2.18,1\n1.8292,0.85777,2.1853,1\n-0.76823,5.684,1.7999,1\n-0.83053,2.2183,1.521,1\n1.6859,2.2555,2.6532,1\n0.21295,3.1823,1.9975,1\n0.26238,2.1619,2.3203,1\n-1.1894,2.7845,1.2187,1\n-0.11805,1.4745,1.6513,1\n-0.57394,2.4528,3.9454,1\n-1.1727,0.7121,0.73792,1\n-1.1159,1.5477,-0.10243,1\n-1.4171,1.4282,2.8616,1\n-0.33551,2.0754,2.1721,1\n-0.1163,2.8767,1.5627,1\n-2.5467,2.3607,1.0745,1\n-1.8286,2.5382,0.9069,1\n0.72135,2.3684,4.2919,1\n-1.5989,2.4135,1.747,1\n-1.4428,2.8719,2.1552,1\n0.76701,2.0066,2.69,1\n0.58084,1.7816,3.0066,1\n0.5338,-0.14368,1.0819,1\n-0.6697,1.4134,2.2059,1\n0.91649,1.7593,2.1581,1\n-0.21115,3.5673,1.4369,1\n-0.041182,1.72,2.4526,1\n0.74642,2.205,2.4029,1\n-0.26509,1.9939,1.1871,1\n1.5761,0.80897,3.2588,1\n0.13116,0.59161,2.9906,1\n-0.71597,2.5663,0.57039,1\n-0.75097,2.5946,0.72112,1\n-1.6464,1.8042,3.221,1\n-0.18624,2.854,2.6789,1\n-1.5409,3.3908,2.3968,1\n0.86938,3.3271,1.6667,1\n-0.60851,0.56115,2.2125,1\n-0.57385,0.091526,2.6816,1\n0.066143,3.8987,2.3284,1\n-0.88107,-0.16537,1.1062,1\n-0.22413,2.5225,2.2414,1\n-0.077634,2.553,1.3546,1\n0.089771,1.4678,1.3095,1\n-0.81085,2.5501,1.2992,1\n1.8392,2.0763,2.1371,1\n-0.40619,2.5239,1.9858,1\n0.55886,1.2113,2.3117,1\n2.6499,2.1161,3.2103,1\n0.36591,2.5397,2.6796,1\n-0.97835,2.8689,1.4518,1\n-0.13235,3.088,0.49745,1\n1.0439,1.4142,0.26343,1\n1.1062,1.6341,1.1037,1\n1.4355,4.0251,3.2878,1\n-0.8717,1.1893,2.0098,1\n-0.60944,3.1456,3.0089,1\n-0.86083,3.1617,0.13679,1\n-0.38667,0.93198,1.3798,1\n-0.52478,1.7178,2.1373,1\n1.7274,2.7239,1.7269,1\n-0.87019,0.98393,0.4538,1\n0.25127,2.3927,2.3108,1\n-0.32639,1.9726,1.2974,1\n0.45437,3.4999,2.0273,1\n-2.569,0.38328,1.463,1\n-1.1111,0.49476,2.746,1\n-0.47409,3.2822,2.9871,1\n1.5057,1.9296,0.76841,1\n-0.50526,2.4459,1.9645,1\n1.3628,3.3452,2.4189,1\n-0.28223,0.92999,2.9988,1\n-0.66806,2.5663,3.5205,1\n-0.36298,0.29579,2.1826,1\n-1.701,3.6098,0.88002,1\n0.63665,1.547,1.9594,1\n0.49985,1.9893,3.232,1\n1.0338,1.0499,1.7622,1\n1.0531,0.78955,3.5481,1\n0.085183,0.7995,1.2548,1\n0.82825,1.9124,3.765,1\n0.54948,0.3565,1.8232,1\n-1.2049,2.0946,3.7373,1\n-0.18217,3.6531,1.2305,1\n-2.1773,2.6208,0.61566,1\n-0.96768,2.8482,3.773,1\n0.11219,1.6119,0.27016,1\n0.27813,3.7506,3.1054,1\n0.068775,3.5715,1.4675,1\n-0.37879,2.0902,1.8684,1\n1.6377,-0.046911,2.6774,1\n1.9488,2.7255,1.6887,1\n-0.6437,2.6404,0.78335,1\n0.23346,2.1014,2.745,1\n3.3911,2.9517,2.5333,1\n0.39309,1.0815,2.6813,1\n-1.6021,1.1689,1.8799,1\n-0.43829,2.6032,1.819,1\n-1.3058,0.28591,1.3237,1\n-0.031401,2.9617,1.7034,1\n0.68452,2.7047,1.7201,1\n-0.041807,2.6678,1.57,1\n0.41667,1.9221,2.1294,1\n-2.0316,3.186,1.4442,1\n2.1626,2.1711,1.5497,1\n-0.23478,1.9736,2.6007,1\n1.2073,1.6997,0.85164,1\n0.18954,0.19758,3.9152,1\n0.11111,3.0048,1.3574,1\n0.16076,3.4659,-0.34193,1\n0.81475,1.8135,3.638,1\n-0.10674,1.9119,3.2865,1\n0.83228,1.7311,1.2598,1\n0.22954,0.53212,2.76,1\n0.95446,2.9762,2.0553,1\n0.56035,3.7544,1.4089,1\n-0.87028,1.9203,2.7963,1\n0.24151,1.6012,1.5356,1\n0.076626,0.76449,1.0167,1\n1.5267,2.3129,2.1458,1\n1.3676,-0.84633,2.3447,1\n0.035074,2.6002,1.3143,1\n-0.065368,3.0159,2.3372,1\n1.4251,0.91356,1.8356,1\n-0.89389,0.64472,1.2567,1\n0.913,0.32795,2.6225,1\n-0.79888,2.2175,1.3293,1\n0.26195,1.5514,1.2327,1\n-0.21403,2.8447,-0.6316,1\n0.48715,1.814,1.4685,1\n-0.40585,0.58534,1.5517,1\n-0.38733,2.4808,3.301,1\n0.16219,2.707,1.0416,1\n-2.702,1.1661,1.71,1\n1.5375,2.25,1.5334,1\n-0.96289,1.1402,0.92655,1\n0.25238,0.32707,3.2657,1\n-0.83284,2.0672,0.47405,1\n1.0583,2.1876,3.4711,1\n-2.5791,1.0146,1.0196,1\n1.4834,2.0859,1.5649,1\n1.0496,2.8063,2.8371,1\n0.06031,2.2134,0.80825,1\n-0.49184,1.0601,2.1135,1\n-0.022288,2.6081,0.12119,1\n1.257,-0.14732,1.9642,1\n1.313,1.6563,-0.7107,1\n-0.23673,2.9813,2.5013,1\n-0.016782,3.2121,3.5783,1\n-0.17447,1.1853,2.2259,1\n0.1741,1.8977,2.1255,1\n-0.98533,2.7003,0.36139,1\n-0.24654,3.2308,2.87,1\n0.53978,0.78994,0.79009,1\n0.20189,1.4949,3.0638,1\n0.53407,0.64335,0.70628,1\n0.051103,1.2697,0.5832,1\n1.2861,2.2599,1.6584,1\n-1.0392,1.6784,1.8241,1\n-0.22963,2.0482,2.4891,1\n-0.84032,1.458,2.226,1\n0.8981,2.0168,3.5439,1\n0.28117,3.9139,3.193,1\n0.38747,1.5101,2.4533,1\n-0.50428,3.0702,1.0261,1\n-0.59498,1.6518,1.0431,1\n-0.45634,2.663,-0.39689,1\n0.29657,1.1997,0.35443,1\n1.1649,3.4646,1.9289,1\n-1.4392,3.2174,2.0571,1\n2.4053,2.8017,1.731,1\n0.13413,2.5412,1.6613,1\n-0.52474,2.757,1.6268,1\n1.7685,2.0166,2.4898,1\n0.23602,2.0991,1.841,1\n0.15458,3.0341,1.2194,1\n-2.5791,3.5048,3.3721,1\n-0.89455,3.0374,3.4236,1\n0.064465,1.2879,1.6241,1\n-0.28088,2.8596,1.4048,1\n0.52324,2.2672,1.8967,1\n-0.53548,2.3807,1.8184,1\n-0.8814,1.6583,1.9934,1\n0.59621,1.3475,0.70353,1\n-0.060099,1.022,2.6616,1\n0.43249,1.2787,1.4294,1\n0.3813,2.3257,1.808,1\n0.81058,1.6698,2.2177,1\n-0.92481,4.1192,1.6194,1\n0.27425,2.9715,1.1191,1\n-1.0472,2.9067,2.4733,1\n0.046469,0.70465,1.1372,1\n0.66311,2.019,2.0063,1\n-0.71282,2.2131,1.6332,1\n-0.58577,2.1749,2.3458,1\n-1.1852,2.906,0.79721,1\n0.074992,2.5041,0.53933,1\n-0.60102,3.5937,1.4783,1\n-1.332,2.6895,3.1866,1\n-0.28455,1.5326,1.6905,1\n0.6364,2.2355,1.9767,1\n0.95332,2.1394,2.0106,1\n0.45604,2.2988,2.7763,1\n0.88141,2.5228,2.2733,1\n-0.10397,1.9602,3.0215,1\n-0.41244,1.9984,3.1744,1\n-0.085987,2.4032,1.941,1\n0.08141,3.1136,2.0215,1\n0.21685,2.1912,2.3433,1\n-0.53649,1.4658,1.6398,1\n1.1797,1.7334,-0.059213,1\n-0.58421,2.5228,2.2344,1\n-0.43408,0.68272,1.3613,1\n-1.7391,1.7276,1.0892,1\n0.28288,-0.043288,1.4069,1\n0.15786,3.4091,3.6239,1\n-0.42187,2.9766,0.15964,1\n-0.32918,1.4999,3.1443,1\n-2.3054,1.241,2.7147,1\n-1.0118,2.2238,1.9309,1\n0.045898,3.047,1.1475,1\n0.92955,2.3059,2.7678,1\n0.46197,1.8172,3.4663,1\n-1.4301,1.4083,0.5092,1\n0.48992,0.99209,2.6143,1\n-0.0037141,3.0386,0.93742,1\n-0.1435,1.6687,3.4592,1\n0.24317,2.9467,2.2186,1\n0.42708,2.1764,2.272,1\n-0.42422,1.572,3.4503,1\n-0.99529,1.2919,2.091,1\n-0.81112,2.2788,1.247,1\n0.16597,1.8026,3.4606,1\n1.3242,3.1106,2.7565,1\n-0.41755,0.84092,3.5418,1\n0.76062,0.6609,0.70721,1\n-1.5631,2.0915,0.56957,1\n1.7408,1.3781,2.2164,1\n-1.0967,2.162,1.4762,1\n-0.067651,0.73826,-0.87418,1\n0.3522,1.5149,1.7298,1\n-0.12366,2.6267,3.5512,1\n-0.60016,0.95518,2.6342,1\n-0.27045,2.3663,1.6459,1\n0.25598,1.9622,1.6951,1\n1.2882,1.1919,3.8677,1\n-1.9122,1.4948,0.99253,1\n-0.81915,4.1527,3.2227,1\n-2.17,1.4761,2.7079,1\n-1.0803,1.868,2.3437,1\n-1.7963,2.3084,2.5684,1\n0.44288,2.4314,3.065,1\n1.3772,1.4652,1.4374,1\n-1.0858,4.1675,1.0336,1\n-0.29169,2.1406,1.1855,1\n1.1749,1.6473,2.345,1\n-0.95253,1.5709,1.9391,1\n0.90388,1.3558,1.883,1\n0.11723,0.97083,1.9043,1\n-0.45929,2.8843,1.1343,1\n-0.13912,1.6733,1.4853,1\n-0.74392,2.1246,0.76679,1\n-1.5988,-0.077466,2.7888,1\n-0.32456,1.132,1.2993,1\n0.3108,1.2543,1.3746,1\n2.182,2.0197,3.9754,1\n0.26263,3.8769,1.8065,1\n1.5621,2.7163,1.9384,1\n0.45466,3.0096,2.0598,1\n-0.49095,2.0173,0.23002,1\n-0.9747,3.759,1.7968,1\n1.5466,1.1809,2.5705,1\n0.53858,2.0544,1.3855,1\n-0.73002,2.2862,2.3374,1\n1.3802,3.6177,3.2855,1\n-1.0482,2.3395,3.9561,1\n-0.39587,1.5829,1.8081,1\n0.49577,4.0924,2.1398,1\n0.73411,1.9498,-0.56107,1\n0.63099,1.5553,2.2749,1\n0.95256,3.2898,1.5327,1\n-0.7553,0.91895,1.8259,1\n-0.79438,2.7953,4.0612,1\n-2.7225,0.93311,2.1152,1\n0.29856,0.63164,2.4403,1\n-0.20056,2.3814,3.5188,1\n0.28553,0.8608,2.2246,1\n0.37745,1.7523,2.4939,1\n-0.77803,1.3337,3.6583,1\n0.21937,1.9249,0.62107,1\n0.74041,2.7227,0.5731,1\n-0.20228,3.1678,2.7046,1\n-0.77127,1.136,2.0455,1\n0.68121,1.6014,0.49494,1\n-0.78052,-0.046425,1.5208,1\n-1.737,0.81683,3.5308,1\n0.27395,2.2825,1.737,1\n0.48323,0.36853,2.6104,1\n-0.751,0.7109,2.1659,1\n-0.16802,2.3405,1.8292,1\n0.39533,1.7964,2.3012,1\n0.71333,2.6245,0.95292,1\n-0.13448,3.4131,5.9366,1\n1.3077,0.037588,2.7026,1\n-0.50763,3.0998,2.045,1\n-1.1392,3.2019,3.4293,1\n1.8012,0.93718,1.9925,1\n0.90507,2.4957,3.3994,1\n-0.3358,3.199,2.2454,1\n-0.55577,2.415,2.1174,1\n-0.56741,1.5044,2.4007,1\n0.28174,0.81717,0.78879,1\n-0.20649,2.4538,2.3479,1\n-0.073638,3.7008,1.2463,1\n0.94029,1.4018,2.6573,1\n-0.36466,2.7118,0.50214,1\n-0.050619,3.0835,2.2019,1\n-0.32319,1.9503,1.9374,1\n-1.6321,1.4913,1.6505,1\n-0.70086,1.5954,0.65516,1\n0.26888,2.9195,0.98267,1\n-2.0994,2.6492,3.7595,1\n0.63661,4.1713,3.364,1\n-1.7625,0.86396,1.2905,1\n0.57182,-0.050981,2.5297,1\n0.22807,0.46574,0.49275,1\n0.083961,0.60736,1.9883,1\n1.7517,1.7751,3.4496,1\n-0.51978,1.1451,2.258,1\n0.54708,1.5421,1.4026,1\n0.83916,3.4346,2.5352,1\n0.76575,-0.42686,2.4118,1\n0.044269,1.8722,0.52878,1\n-0.82517,0.84539,1.2205,1\n0.5589,2.4224,1.6106,1\n0.92423,4.1539,1.7221,1\n-0.65165,1.8995,3.2285,1\n-0.82697,1.4736,2.3686,1\n-0.69967,1.6976,2.8051,1\n-1.2203,1.7187,2.5244,1\n0.48414,3.0176,2.8234,1\n0.0076712,4.3622,1.701,1\n-0.84833,2.0718,2.0444,1\n-0.76929,1.0769,1.2796,1\n1.1231,2.7788,1.4146,1\n0.66607,0.35551,3.458,1\n-0.92886,2.6457,1.4228,1\n0.57215,0.55765,0.7938,1\n1.8528,1.2934,1.1483,1\n0.68832,1.2392,1.7478,1\n-0.47345,2.8749,1.4919,1\n0.26891,1.8944,1.4855,1\n-1.538,1.1324,1.146,1\n-0.29519,1.1859,2.4591,1\n0.16712,2.7176,2.6295,1\n0.0041611,0.97364,2.1186,1\n0.36057,1.5715,2.321,1\n-0.28486,2.3127,1.4395,1\n0.1509,0.8045,1.4004,1\n1.4583,0.62111,1.5451,1\n0.20126,0.92813,0.12023,1\n0.55958,2.6353,2.5334,1\n0.10781,0.89044,1.3872,1\n0.46164,3.1109,0.60546,1\n-0.51793,1.6318,2.6532,1\n-0.91803,0.85831,0.86116,1\n-0.62436,2.6434,1.6012,1\n-0.85548,0.66865,2.168,1\n0.17106,1.9763,1.784,1\n0.57587,0.93241,2.1134,1\n1.1361,2.0098,2.9585,1\n0.96036,2.2887,2.7306,1\n-0.86811,2.7802,2.3646,1\n-1.0962,-0.51952,2.4486,1\n1.2945,1.6437,1.5218,1\n-1.3997,3.9111,1.735,1\n1.0182,1.4309,2.7771,1\n-1.4669,3.0113,1.4996,1\n0.59564,3.3025,2.2,1\n-0.56843,2.5315,4.1708,1\n2.0726,1.861,-0.027899,1\n-1.2779,1.2441,2.1979,1\n0.82403,1.9552,3.2111,1\n-0.85888,2.7295,3.7468,1\n1.1103,1.4427,2.958,1\n1.2172,1.4425,-0.84229,1\n-0.57095,1.4754,2.937,1\n-0.015092,0.069394,3.2912,1\n-1.2879,1.595,1.6521,1\n-2.1682,1.7893,4.1467,1\n-0.10964,1.064,2.2304,1\n0.090407,2.3665,1.5903,1\n-1.1854,1.381,2.2261,1\n-0.39877,1.1244,2.0284,1\n0.96416,3.1097,1.1365,1\n-1.2907,0.67615,2.5023,1\n0.87324,3.1934,4.1674,1\n1.1357,2.7804,-0.092698,1\n0.22594,0.99342,1.2995,1\n-0.14081,2.1398,3.048,1\n0.49179,2.0577,1.9239,1\n-1.8438,1.8059,2.5083,1\n-0.9253,1.8795,3.1201,1\n-1.2706,2.9569,2.3983,1\n1.4347,3.4135,1.3413,1\n-0.69124,2.6349,0.26322,1\n0.27775,2.9797,1.5449,1\n-2.7232,1.9525,2.9822,1\n2.1153,2.0924,-0.038772,1\n0.88212,1.8484,3.3842,1\n-1.2777,1.4869,1.8563,1\n-2.227,3.0234,2.6828,1\n0.45487,1.5247,1.8371,1\n-0.68424,1.3002,2.0893,1\n0.80201,2.8906,0.95782,1\n-0.26304,-0.014394,3.1828,1\n-2.0356,0.42116,1.7213,1\n-0.86148,2.3011,2.2029,1\n-2.1262,1.4799,3.8677,1\n-0.95476,1.0826,1.9648,1\n0.0090332,2.0494,3.1509,1\n0.56342,2.3315,2.4977,1\n-1.1138,2.6105,0.15576,1\n0.92484,2.9604,1.2416,1\n-0.10434,4.3819,-0.17926,1\n-0.26446,0.69186,2.0362,1\n0.39433,2.0229,2.9042,1\n-1.5051,3.1647,1.9395,1\n-1.1671,2.8168,2.1162,1\n0.17453,2.903,2.4511,1\n-0.25339,2.9533,2.4924,1\n0.31311,1.5445,1.4061,1\n-0.84824,1.6658,2.8041,1\n-0.45091,3.0813,3.7333,1\n-0.83905,3.5127,2.0288,1\n-0.48256,2.2491,3.0925,1\n0.28466,2.1404,2.1784,1\n0.091817,1.1288,1.7382,1\n-1.3894,1.3169,2.4382,1\n-1.3329,2.2884,1.0598,1\n-1.8751,1.3192,1.7717,1\n-0.0072305,2.3566,1.306,1\n0.72319,1.5588,3.9926,1\n0.50119,2.1847,2.9154,1\n2.0583,3.8693,1.8659,1\n-0.22155,2.13,0.72029,1\n-0.6944,0.93815,2.1624,1\n0.71036,1.13,2.2959,1\n-0.77541,2.8789,0.47202,1\n-0.94375,1.8509,2.5639,1\n0.040767,2.7773,2.0357,1\n-0.96437,2.9382,2.5641,1\n1.478,3.0326,2.3667,1\n-1.0022,-0.33085,1.0889,1\n0.61417,2.3996,0.64212,1\n-0.38909,1.6558,1.3195,1\n-0.16629,0.79592,3.037,1\n-1.0709,1.2012,2.1041,1\n0.23482,3.0526,2.0473,1\n1.7299,2.9777,1.972,1\n0.36675,2.561,3.7004,1\n0.13794,2.1877,1.805,1\n-3.0601,3.8745,2.4876,1\n-0.4632,2.0038,1.6378,1\n0.50001,2.0526,2.3007,1\n0.95605,3.2195,3.4671,1\n0.48933,2.6475,4.2594,1\n0.62718,2.3153,1.496,1\n0.51015,2.5324,2.4905,1\n0.12449,1.3797,1.2578,1\n0.21367,3.7346,3.3804,1\n0.49013,0.80608,2.1212,1\n-1.1571,0.34085,1.8862,1\n-0.80799,2.1874,0.93488,1\n-0.8617,4.4415,2.6236,1\n-1.141,1.934,0.58054,1\n-0.095506,2.4172,2.981,1\n0.39934,1.5113,1.4278,1\n1.0031,0.69854,1.6834,1\n-1.3636,1.5793,-0.28741,1\n-0.021446,1.2842,2.2059,1\n-0.77974,0.89034,1.743,1\n-0.5053,3.2841,2.3473,1\n-1.6307,1.8862,2.8294,1\n-0.61203,2.2891,2.3745,1\n1.7952,1.7222,1.0376,1\n1.3179,3.4862,2.6141,1\n0.58757,1.9653,0.93812,1\n-1.6988,2.2769,2.0745,1\n-0.7638,1.2869,2.5744,1\n-1.0811,3.1519,1.2956,1\n0.39698,1.1692,1.455,1\n-0.69432,1.7759,2.9733,1\n0.47102,3.6837,1.9847,1\n0.63274,2.555,2.1179,1\n1.8522,2.2357,1.6848,1\n0.49876,2.7504,2.4601,1\n-0.74306,0.27917,3.1089,1\n0.70648,0.56591,1.3845,1\n0.13293,1.1012,2.2307,1\n1.7199,0.75466,1.4555,1\n-0.50709,2.608,1.4737,1\n-0.48568,2.7853,2.1827,1\n1.3015,1.3833,1.086,1\n-0.51143,1.3841,1.5337,1\n1.4059,1.1925,2.1287,1\n0.93804,2.2716,3.2989,1\n1.3536,1.3069,2.3429,1\n-2.2444,2.0541,2.1408,1\n-0.49927,2.1058,2.9901,1\n0.038032,2.5392,3.855,1\n-1.8812,2.3222,2.6301,1\n1.9269,1.4074,1.6435,1\n0.37204,3.4963,1.9593,1\n-0.23864,3.7735,4.2121,1\n-1.2688,1.4149,2.7777,1\n-0.036563,0.49141,-0.5744,1\n1.0619,2.5332,2.8292,1\n1.7105,2.7114,2.4213,1\n0.88683,2.3056,1.3866,1\n0.42722,3.6883,1.4477,1\n-0.20508,1.5432,2.436,1\n0.34037,1.2766,1.6696,1\n0.22752,1.7189,3.5324,1\n1.4308,2.3678,3.0894,1\n0.92151,1.9367,3.6003,1\n-0.83851,1.8946,1.6528,1\n-1.6115,2.5413,3.8348,1\n-1.3981,2.3818,1.4527,1\n0.40384,2.8893,2.7945,1\n-0.10477,1.8358,3.3058,1\n1.2838,0.78113,1.1976,1\n-2.4007,2.2272,1.3281,1\n-0.087852,2.1948,2.5308,1\n-0.049744,1.9299,3.0404,1\n0.10405,3.3259,1.2207,1\n-0.57125,0.0729,4.1204,1\n-0.17007,-0.030811,0.31566,1\n-1.6271,0.80922,1.9735,1\n0.82238,3.0334,1.9472,1\n0.20416,1.5044,0.6669,1\n-0.56899,1.5829,2.3075,1\n0.97237,-0.033987,-0.14139,1\n0.33326,1.3385,2.1554,1\n1.3766,3.2575,3.3061,1\n0.23307,1.6068,1.0453,1\n0.90967,1.8597,0.68898,1\n-0.69892,3.228,0.89354,1\n0.56288,2.4362,1.9937,1\n1.3811,2.6008,1.8262,1\n1.5643,2.2843,2.1006,1\n0.085116,2.6077,2.4893,1\n0.34219,1.0197,2.7144,1\n-0.70422,1.8679,3.1818,1\n1.7116,2.0654,1.5206,1\n2.1645,2.0485,-0.58176,1\n1.7203,1.0397,2.0261,1\n0.28526,2.0188,2.8931,1\n0.95843,2.2643,1.0566,1\n-0.068946,3.4285,2.0891,1\n-1.4628,1.9656,2.1673,1\n1.7381,2.9081,1.2415,1\n-1.5714,1.7491,2.0835,1\n-0.38053,2.0029,0.36933,1\n0.19582,0.93023,1.2185,1\n-0.25867,1.3999,2.7496,1\n-0.19812,2.8249,1.4681,1\n0.15357,2.3916,1.8797,1\n0.42942,4.0839,1.381,1\n0.40184,1.0332,1.8607,1\n-2.0048,1.3599,3.6352,1\n1.6054,-0.8077,-0.0049697,1\n0.78296,0.5611,2.7072,1\n-0.47399,4.2164,1.9379,1\n-0.48441,2.1481,3.4879,1\n1.3271,0.83346,2.3912,1\n0.89725,0.63077,2.0926,1\n0.047661,1.8564,3.9815,1\n-1.961,3.2674,3.464,1\n0.34282,2.5089,2.8991,1\n-0.89716,2.3373,1.7414,1\n0.057025,2.2944,1.9207,1\n-0.3606,1.652,2.8502,1\n-0.13825,1.5121,1.0916,1\n-1.5718,-0.48664,2.3162,1\n-0.050604,3.0586,2.7311,1\n-1.7351,1.302,2.1042,1\n-0.75007,4.2187,1.8588,1\n-1.1072,3.0244,2.4274,1\n0.56617,6.205,1.8803,1\n0.34348,0.93031,2.0329,1\n-0.033024,5.0706,2.557,1\n0.090355,0.56658,0.95606,1\n-1.2053,1.0048,1.6858,1\n0.097848,1.3048,0.7966,1\n-1.3201,1.7216,2.9757,1\n-0.8991,2.3137,0.76423,1\n-1.0933,2.5408,1.347,1\n0.21667,1.4245,0.25524,1\n-0.76133,0.94533,2.8002,1\n1.6131,0.71397,0.81842,1\n-0.59511,3.1689,2.6253,1\n-0.59064,1.5535,4.0353,1\n-0.19622,1.9377,1.8468,1\n0.076535,2.591,3.4785,1\n-0.1878,2.3418,2.5304,1\n0.35474,1.6876,2.2276,1\n-0.10434,0.82927,-0.15788,1\n-0.82207,0.082613,2.4973,1\n-0.83593,1.8,0.83712,1\n1.8795,4.3504,0.9227,1\n0.29115,2.4244,2.1151,1\n-0.20438,-0.57412,0.82979,1\n-0.038283,3.1633,2.5535,1\n-0.35474,2.715,1.4931,1\n-0.48079,3.2433,1.244,1\n0.46226,2.2311,1.6089,1\n-0.69394,2.7967,1.8532,1\n-0.31244,0.59742,2.843,1\n1.7029,2.005,1.685,1\n-1.4445,1.0727,3.059,1\n-0.63516,1.704,0.93105,1\n-0.29666,2.6383,2.4468,1\n-1.0363,0.44657,3.3445,1\n0.15819,1.4987,3.7922,1\n-2.3241,1.6014,1.7825,1\n-0.0043531,1.8086,0.015882,1\n0.88681,1.7363,3.1639,1\n-0.18057,1.7714,2.8168,1\n-0.65937,2.8027,4.207,1\n-0.60949,0.84986,0.70856,1\n-0.40392,-0.11716,2.3354,1\n1.1838,2.7054,1.7073,1\n-0.13071,2.2623,3.8152,1\n0.040966,2.042,3.9206,1\n1.438,1.091,1.7284,1\n0.3009,2.1471,3.9021,1\n-0.40638,0.4167,3.4462,1\n1.8154,1.3669,2.6236,1\n0.39083,2.7606,1.8895,1\n0.14889,2.573,1.2305,1\n-0.22353,2.634,1.7108,1\n0.88482,2.813,1.1891,1\n-0.86687,3.9905,0.69439,1\n1.8501,-0.027926,4.0078,1\n-1.0417,2.8781,2.5644,1\n0.15972,2.3178,0.49215,1\n0.018646,1.1433,2.599,1\n0.010463,1.2073,1.7704,1\n-1.1369,3.4986,2.8547,1\n-0.4663,1.4249,2.8986,1\n-0.5236,3.2627,2.9445,1\n-1.7839,3.2183,1.442,1\n0.89266,2.2183,4.4056,1\n-0.19633,2.4551,3.0618,1\n-0.40605,3.1791,0.4946,1\n-0.61449,2.0501,0.95138,1\n-0.39252,1.9436,3.2583,1\n-0.87969,2.7082,0.024004,1\n-0.0061996,3.0118,2.7939,1\n-1.5589,1.1281,1.0069,1\n-0.1443,2.2521,1.0343,1\n0.54583,1.9593,2.8566,1\n-3.1284,1.2091,4.0396,1\n-0.70225,1.8093,2.3472,1\n-0.48417,1.1131,0.70516,1\n-0.35267,3.0718,1.2916,1\n-0.10577,2.2656,1.8139,1\n-1.4571,1.4372,2.4961,1\n-0.81189,1.9978,1.8049,1\n0.21871,0.71305,2.3984,1\n0.33225,2.9645,1.4579,1\n-1.3443,1.7836,2.8026,1\n-1.1893,1.1027,0.66685,1\n0.37194,2.9509,1.3605,1\n-0.75329,-0.27253,-0.38448,1\n0.06357,2.4142,0.91361,1\n0.54876,2.6329,2.1755,1\n-1.1408,1.7191,2.1429,1\n0.17329,0.81725,3.1282,1\n-0.80885,0.23101,4.8475,1\n-0.25099,0.91191,1.4416,1\n1.0363,3.2928,3.0608,1\n0.34166,2.6219,2.1168,1\n0.040874,1.2507,2.1875,1\n0.35607,0.64974,0.58741,1\n1.3611,3.897,2.5109,1\n-0.57711,2.4336,1.9805,1\n-0.88921,0.88064,0.79501,1\n0.97582,1.4357,2.124,1\n-0.77738,2.3657,0.87422,1\n-0.48759,1.8599,1.5987,1\n-0.048134,1.4174,1.291,1\n0.55638,2.6175,1.7714,1\n1.3033,1.5089,1.6208,1\n0.13472,1.4805,2.3369,1\n0.58803,2.6414,1.4409,1\n0.37606,1.7495,1.9922,1\n3.3494,3.8282,1.3999,1\n-0.18588,2.5564,3.8465,1\n1.5645,3.4777,1.9101,1\n0.2021,1.8082,1.5268,1\n0.67691,0.73039,1.0787,1\n-0.13071,2.1697,3.0686,1\n-0.56534,2.5637,2.2541,1\n-1.9943,1.0216,-0.49197,1\n0.46297,1.1276,2.081,1\n2.0059,1.0083,2.5279,1\n0.080189,0.85602,0.66671,1\n-0.28681,1.7199,2.7999,1\n0.56224,2.2194,-0.26853,1\n0.074452,2.5682,3.8472,1\n0.43323,2.5955,1.5296,1\n0.57895,1.6208,2.3173,1\n1.0925,1.7803,0.37746,1\n-0.37339,2.8269,2.1297,1\n0.66659,3.5047,2.763,1\n0.43959,3.0329,0.011623,1\n-0.0644,1.5506,2.8076,1\n1.2443,2.2763,2.3516,1\n1.0623,2.7302,0.15813,1\n-0.17332,2.8629,2.5135,1\n-0.49916,2.2246,2.0369,1\n0.67462,2.4105,2.9958,1\n-1.1014,1.907,1.3382,1\n-1.7365,3.6694,-0.124,1\n0.43016,2.47,2.1304,1\n-1.7142,2.35,1.8436,1\n1.2802,4.136,1.3297,1\n-0.051903,0.65364,1.4215,1\n-1.0211,1.2798,1.0454,1\n0.50554,3.3254,2.5177,1\n0.33417,3.0413,3.1586,1\n-0.98294,2.0312,0.94006,1\n-1.4442,2.7328,1.8782,1\n0.79286,2.2474,2.4171,1\n0.87709,0.80477,1.223,1\n-0.50104,4.5218,3.2546,1\n1.7153,2.4529,2.6889,1\n0.64927,4.9062,3.4914,1\n0.96976,1.158,1.8963,1\n-0.75629,0.56712,2.3977,1\n1.4397,1.7851,3.0838,1\n-1.5618,1.232,1.559,1\n-0.34376,2.7854,0.73235,1\n0.95386,2.3402,2.4147,1\n-3.0673,1.4751,1.139,1\n0.4378,2.5659,1.5509,1\n2.1603,2.5506,-0.098927,1\n-0.45115,1.4066,3.5884,1\n1.522,1.4991,1.3593,1\n-1.6494,3.3618,2.3326,1\n-1.0835,1.7437,1.3429,1\n1.0204,1.5402,2.9609,1\n0.19318,2.5869,3.9273,1\n0.5577,1.1522,1.5195,1\n0.69572,1.3581,0.53956,1\n0.9601,3.333,1.6498,1\n0.023223,2.3734,1.9911,1\n2.0613,1.4131,2.2931,1\n0.034174,1.2223,0.32389,1\n0.58807,1.1542,2.0874,1\n-0.3035,1.4211,1.8827,1\n-1.475,1.1618,-0.049425,1\n0.66844,2.5595,2.3261,1\n1.4459,2.0082,0.74373,1\n1.2064,3.108,0.40024,1\n-0.27841,3.7561,0.62675,1\n0.11866,3.4077,1.0475,1\n-0.35041,3.3838,0.54038,1\n-0.49944,1.1436,2.056,1\n1.925,2.0136,0.67641,1\n1.8492,2.7366,3.1785,1\n-1.7468,2.2017,1.3504,1\n0.67932,2.0752,2.9913,1\n-0.567,1.6995,1.5219,1\n-0.011522,2.1819,1.5345,1\n-0.2794,1.3963,3.3545,1\n-0.23325,2.3802,1.4451,1\n0.53988,1.3665,2.5271,1\n-0.16307,0.55877,2.5527,1\n-0.23233,3.0678,3.0525,1\n-0.41447,2.5497,3.8199,1\n-1.7358,4.2269,3.8048,1\n-2.0615,0.73189,3.2918,1\n-0.75039,3.4113,1.822,1\n0.92144,1.6917,2.8065,1\n2.4079,2.3412,2.4061,1\n0.61285,4.4041,4.0144,1\n-1.8496,1.199,3.2348,1\n-1.631,2.0891,2.4444,1\n-0.72975,2.0897,1.4821,1\n0.52678,2.4213,2.7113,1\n-1.4953,2.8452,0.52899,1\n-0.59746,1.1984,1.4012,1\n-1.2276,2.1367,2.5198,1\n-0.53362,1.8596,1.8692,1\n1.6816,-0.5513,3.4468,1\n-0.96561,0.75826,3.1833,1\n-0.30562,1.2813,1.5981,1\n0.34415,1.5795,2.6574,1\n1.1455,2.2921,2.4195,1\n1.0228,1.9369,0.96054,1\n0.15835,-0.10837,1.296,1\n-0.60013,3.4779,2.098,1\n0.93051,2.824,2.6039,1\n-0.63256,3.2796,2.1469,1\n0.58812,2.8921,2.1016,1\n-1.3816,0.58403,2.2944,1\n0.46434,1.736,2.3168,1\n0.49986,0.58156,3.29,1\n-0.87845,1.1118,0.60553,1\n-0.48066,0.96341,2.0032,1\n0.37596,2.573,0.48988,1\n0.28604,2.6262,0.29284,1\n-1.4428,2.9137,2.1751,1\n0.7349,1.6627,2.4603,1\n1.2729,2.1131,1.2258,1\n-0.67799,2.3612,0.8059,1\n-0.69227,1.9107,1.2231,1\n-0.21894,0.93314,2.5768,1\n-0.13912,2.2117,3.9065,1\n0.88322,0.9629,1.6638,1\n-1.0131,0.32053,3.9463,1\n-1.3959,1.6282,2.1762,1\n-0.69901,3.0449,1.6644,1\n0.6556,1.8107,0.3163,1\n-0.92785,2.8731,1.7513,1\n-1.0494,2.0202,1.8711,1\n0.95592,2.6337,2.6955,1\n0.56315,1.7835,2.1025,1\n-0.083342,3.1674,0.91888,1\n0.40203,2.0481,3.2167,1\n0.83064,1.9219,1.728,1\n-0.94278,2.7694,1.6715,1\n0.24182,1.8346,1.879,1\n-0.52577,2.3772,2.4634,1\n1.2099,2.9748,0.71249,1\n0.24145,2.187,3.075,1\n-1.1641,0.019192,2.3409,1\n0.099453,3.0021,4.6413,1\n0.8718,1.4681,0.68143,1\n-0.079392,2.7156,1.2097,1\n1.0711,1.4185,0.055047,1\n-0.5552,3.5175,2.5844,1\n0.49661,2.5665,2.7458,1\n0.35275,3.3922,1.3869,1\n1.4043,2.4662,1.5894,1\n-0.87477,1.9032,1.6905,1\n0.71325,3.2538,0.97909,1\n1.3634,3.2914,2.0336,1\n1.6725,1.7505,1.7915,1\n0.34196,2.4882,3.7355,1\n-0.036114,2.4352,1.5114,1\n0.23773,1.3359,0.2293,1\n1.0789,1.1192,2.8207,1\n0.18855,1.0222,2.1575,1\n0.18548,2.1116,1.4574,1\n-1.2738,2.4234,2.7376,1\n-0.73399,2.6928,0.79013,1\n1.1417,2.1859,2.6087,1\n-0.45403,2.6442,2.9641,1\n-0.81985,2.0721,2.0729,1\n-0.093382,0.7923,2.1541,1\n-0.82928,1.0629,2.1225,1\n0.93413,0.36802,1.3078,1\n-1.5646,1.2079,1.4993,1\n0.053085,1.2448,3.7594,1\n0.80581,0.84767,2.5594,1\n1.6312,1.1529,3.4228,1\n-0.77495,2.4734,2.1172,1\n0.50949,2.1716,3.0609,1\n1.3582,0.14101,2.5568,1\n1.0356,1.0945,1.6772,1\n-0.69798,2.2276,2.8763,1\n-0.85797,1.1441,3.0026,1\n0.52108,1.6808,-0.33209,1\n2.1646,2.0775,0.84448,1\n-0.10953,2.7654,1.1879,1\n0.82255,2.026,2.132,1\n-0.89396,3.8217,-0.22024,1\n-0.21196,1.0235,2.7404,1\n0.03553,2.6328,1.1446,1\n-1.1002,3.598,2.3853,1\n-1.1541,2.6027,3.0705,1\n-0.39334,2.3203,1.4759,1\n0.70076,1.6845,2.6937,1\n-0.25213,2.0548,2.7588,1\n1.0196,1.9971,0.79946,1\n-0.56401,2.734,1.6534,1\n-0.95063,3.6999,2.9592,1\n-1.046,2.1016,1.4267,1\n-2.6477,2.9353,3.1538,1\n-2.9632,1.6784,1.194,1\n1.2383,0.70695,1.6648,1\n0.75533,1.8257,2.4253,1\n0.3359,2.3447,0.83274,1\n0.041061,0.79904,0.45795,1\n1.4488,0.39929,0.55833,1\n-0.27624,1.21,3.8096,1\n0.95459,3.0151,3.5666,1\n-0.40755,1.0387,1.3595,1\n0.043993,1.5012,4.0932,1\n1.5961,3.2136,1.2414,1\n1.0412,4.1549,2.2993,1\n-1.9988,2.619,1.8469,1\n-1.7871,2.1442,2.4195,1\n0.015937,2.0355,2.6209,1\n0.10216,2.7414,2.4015,1\n1.2384,2.3069,2.4004,1\n-0.30047,2.1369,1.9072,1\n-0.60111,2.0942,1.8369,1\n-0.73769,1.059,2.222,1\n-0.36417,2.5817,0.58078,1\n1.0889,-0.076257,1.9363,1\n-0.94236,0.76535,2.6076,1\n-0.789,2.9973,2.0811,1\n2.1669,2.646,0.82523,1\n-0.32536,2.6632,2.2623,1\n0.58874,-0.0365,-0.64981,1\n1.2668,2.7647,1.3892,1\n-0.27881,3.9857,3.0415,1\n0.93558,2.573,3.832,1\n-0.62594,2.8183,0.11751,1\n0.339,3.2308,2.7592,1\n-1.1185,2.0427,2.5822,1\n1.4307,2.6441,3.453,1\n-2.475,3.2825,1.8623,1\n-2.1267,3.2243,2.9172,1\n-0.28571,0.9004,0.36123,1\n-0.68704,0.94289,2.5771,1\n0.016186,2.5255,3.0543,1\n-1.5151,2.2492,2.4691,1\n1.7346,1.761,2.6463,1\n-0.027012,3.6961,2.6264,1\n-0.81995,2.0933,1.9251,1\n-0.34429,0.54634,2.9589,1\n-0.30802,2.3717,2.6959,1\n0.36898,2.1633,1.5087,1\n1.6569,1.6645,1.5761,1\n0.021135,2.0257,2.6382,1\n-1.2025,1.6432,1.1159,1\n2.0167,3.027,1.9185,1\n-0.451,2.6316,1.3179,1\n-0.90819,0.60507,3.0071,1\n0.44047,0.82936,2.787,1\n-1.1879,2.7132,-0.039683,1\n-1.1386,1.2041,0.42563,1\n-1.2821,4.4376,2.4019,1\n0.39997,0.77541,1.315,1\n0.86126,1.1229,1.115,1\n0.58895,1.3089,1.385,1\n-0.77525,4.9222,1.4882,1\n-0.62453,2.7411,2.0557,1\n-0.59433,4.2865,0.97389,1\n0.75695,1.9571,0.60294,1\n-0.3032,2.3646,2.1757,1\n0.19091,2.3166,3.8735,1\n1.4998,1.8798,1.4422,1\n1.3475,3.7388,0.52637,1\n0.54213,3.8829,1.5966,1\n0.43328,2.2153,1.6122,1\n1.6181,2.4745,1.7332,1\n-0.56588,2.2856,0.51376,1\n-0.70084,-0.08442,-0.11482,1\n-1.0441,3.8674,3.0217,1\n1.4604,0.54827,1.2472,1\n0.99082,1.9433,1.9361,1\n0.18038,3.8746,1.3491,1\n-0.66645,3.1042,1.8392,1\n-0.25776,1.2426,1.9415,1\n-1.1838,0.72303,1.7231,1\n0.28831,2.4704,2.2272,1\n-2.2738,3.9656,1.8083,1\n0.52016,2.3508,3.4116,1\n-1.2708,2.2756,2.0114,1\n0.98466,4.2201,2.4183,1\n-0.30545,2.4942,1.8834,1\n-0.086095,0.5196,2.0417,1\n0.46083,1.5882,1.9265,1\n-0.63649,2.0692,3.8072,1\n-0.75024,1.0052,1.8667,1\n-1.3215,2.1876,1.5239,1\n-1.011,-0.7001,0.99704,1\n0.61197,1.6356,1.0168,1\n-0.76521,2.734,2.8156,1\n-1.191,0.95688,2.1159,1\n-1.3384,1.7118,2.0487,1\n-0.39531,0.97144,2.3805,1\n-0.13951,0.96132,2.8106,1\n0.5167,0.87049,2.2279,1\n0.14923,1.2778,3.2375,1\n0.51851,2.3495,1.0479,1\n-0.18697,3.7928,1.2448,1\n0.68467,-0.008353,2.2634,1\n1.2454,1.7638,1.4105,1\n0.15242,0.79673,1.7329,1\n-0.7402,3.1829,1.4214,1\n0.1514,2.2233,2.5527,1\n0.9663,1.475,1.0595,1\n0.54883,2.6751,1.9355,1\n-1.169,1.0193,0.47462,1\n0.69488,2.4769,0.70682,1\n0.85904,2.8184,1.201,1\n-0.9175,1.7856,1.7347,1\n-0.99596,1.3991,2.4251,1\n0.1557,3.3903,0.51445,1\n0.80952,2.0374,1.2901,1\n0.5567,2.0709,1.4538,1\n-0.58461,2.0134,0.61529,1\n0.5948,2.2651,-1.117,1\n0.31856,2.6244,2.1465,1\n0.36803,2.4158,1.7573,1\n0.50951,3.2728,2.8001,1\n-0.37089,1.8732,2.0365,1\n1.0578,2.094,0.99388,1\n0.22989,2.2256,2.0266,1\n-0.51971,2.5061,0.46332,1\n0.31608,1.4648,2.7188,1\n0.20741,1.7835,2.4185,1\n0.0033488,2.9046,3.2693,1\n1.5675,1.6,2.5556,1\n-1.6962,1.272,2.8837,1\n-0.22429,1.6079,3.5762,1\n0.62282,2.4693,2.3454,1\n-1.1653,2.5679,3.0668,1\n-2.1363,3.031,2.506,1\n-0.93961,2.2395,3.1615,1\n-0.41088,2.197,0.58547,1\n-0.31856,1.1917,1.0808,1\n-0.59786,1.763,0.93547,1\n0.76803,2.8234,0.61091,1\n0.077152,1.9662,2.5653,1\n0.92645,1.3473,2.0846,1\n-1.0121,1.2819,2.6309,1\n1.4973,1.9164,3.6747,1\n-0.58941,0.16198,2.7165,1\n0.46934,1.1633,2.7253,1\n-1.4159,3.2564,3.4426,1\n-1.1033,2.3135,0.90462,1\n-1.1137,1.0512,1.1241,1\n-0.23895,1.5532,1.3598,1\n0.96491,1.8864,0.17828,1\n-0.94339,1.7876,1.5483,1\n1.8743,1.2364,0.8722,1\n-0.62774,1.9366,1.7018,1\n-0.57822,1.8523,1.6899,1\n-0.56662,2.6411,2.867,1\n-0.65814,1.7416,0.95108,1\n-0.1186,1.2272,2.8144,1\n0.2219,0.74734,1.627,1\n-0.15206,1.812,1.3536,1\n1.0895,4.6208,2.4413,1\n0.84712,0.18362,3.2812,1\n-0.68519,2.8754,1.2981,1\n-0.033827,1.7303,3.3055,1\n-0.16397,1.5953,2.3644,1\n-1.183,3.1391,0.99654,1\n-0.25212,0.58166,2.2429,1\n0.81086,2.3333,1.5541,1\n-0.079368,2.0251,0.98862,1\n0.44032,1.6635,1.8492,1\n1.101,2.5897,1.3935,1\n0.60406,2.7156,2.5164,1\n-1.5086,1.5475,0.78895,1\n-1.0153,3.6368,1.9917,1\n-1.7774,0.78877,3.5076,1\n-0.003146,1.849,3.3865,1\n1.3261,1.8895,3.2139,1\n-0.14119,-0.36969,2.1514,1\n-0.37506,2.4653,2.2771,1\n0.0057537,1.2747,1.1511,1\n1.4918,3.4448,1.4647,1\n-1.2765,4.8228,2.2855,1\n-0.14991,2.8219,2.1732,1\n1.3967,2.2235,2.4178,1\n1.5496,3.0867,2.3186,1\n-0.17804,2.5964,1.5053,1\n-0.27051,1.0866,1.9178,1\n-1.1473,2.5345,0.36179,1\n-0.33301,-0.070692,1.2766,1\n0.61597,3.3456,0.64446,1\n0.55614,2.3162,3.4287,1\n0.3678,1.6389,1.9461,1\n0.11839,3.451,1.3754,1\n0.43629,0.91684,0.24308,1\n0.086342,1.7562,2.2384,1\n-1.1183,1.5955,1.2865,1\n-0.54597,-0.6643,2.4119,1\n2.4082,1.3023,0.46639,1\n-0.038824,3.2935,2.4084,1\n0.65755,2.2869,2.5234,1\n0.15825,3.1092,2.3212,1\n1.7244,2.1464,0.71058,1\n-0.053156,2.5704,2.189,1\n0.31716,1.8887,2.6724,1\n-0.22995,2.5437,1.4395,1\n0.44998,1.9393,1.593,1\n0.0022298,0.30857,2.3225,1\n-1.0396,1.9225,2.1737,1\n0.20052,1.2122,1.8164,1\n-0.70104,0.92637,4.3296,1\n-1.6276,-1.2784,2.0424,1\n-0.073501,4.2695,2.8811,1\n0.77572,0.82902,2.2165,1\n-0.4123,2.8919,4.1359,1\n-2.6261,0.71951,1.6598,1\n0.94817,3.7846,2.9458,1\n-1.5513,3.4592,1.1822,1\n2.1503,2.0715,1.6664,1\n-0.52061,2.0028,2.4897,1\n0.74687,1.3142,3.5348,1\n1.2916,2.295,2.6814,1\n1.6125,3.2144,1.5282,1\n1.683,1.271,3.3657,1\n0.39945,3.1292,3.461,1\n-0.050315,1.9213,3.6651,1\n0.13029,1.76,0.92391,1\n-0.9112,1.5606,1.7674,1\n0.47307,1.9026,3.9542,1\n1.4262,3.3505,1.5904,1\n-1.5777,2.1435,0.40443,1\n-1.2883,2.1881,1.756,1\n0.25606,1.7868,0.89565,1\n-0.31975,2.3282,2.7611,1\n1.0672,1.8659,-0.10547,1\n0.83318,2.0975,1.4731,1\n0.76298,1.2327,2.8008,1\n0.27689,2.3381,2.4939,1\n-0.87124,2.029,2.439,1\n0.59851,2.3422,2.0003,1\n-0.54087,-0.25238,0.49374,1\n0.68482,2.865,1.9411,1\n0.50174,1.0629,2.0995,1\n1.5073,0.46332,2.9522,1\n0.37181,3.0476,0.76522,1\n0.17509,3.4938,0.20296,1\n-0.54642,-0.040015,0.65356,1\n2.4406,2.6662,0.49225,1\n1.1216,1.3318,2.876,1\n0.37852,2.5422,2.0706,1\n1.452,1.4756,0.56874,1\n-0.1678,1.8105,1.4569,1\n0.14503,-0.56319,2.9078,1\n0.52462,1.3618,1.9954,1\n0.50494,0.28091,1.1858,1\n0.83282,1.8333,-0.52332,1\n-1.4025,2.2633,2.9718,1\n-0.14918,1.4539,1.483,1\n0.135,1.9796,1.2327,1\n0.78046,2.5816,2.2422,1\n1.0235,1.2027,1.8703,1\n0.79968,1.1111,0.72166,1\n0.11532,2.8784,1.6173,1\n-0.73631,1.4474,2.1425,1\n0.032792,5.0249,4.5682,1\n0.27654,2.306,0.70479,1\n0.30734,3.2042,2.2108,1\n-0.3201,1.9948,4.1207,1\n0.63762,2.4323,1.1688,1\n-1.3984,1.1946,3.4908,1\n-0.096552,1.3961,2.2694,1\n-0.11211,3.382,2.5695,1\n0.87064,1.8757,1.8295,1\n-0.010988,1.3333,1.703,1\n-0.40442,1.1189,1.0726,1\n-1.2011,2.6323,3.4915,1\n-0.46137,2.2588,1.2504,1\n2.0215,2.8262,2.9853,1\n0.67658,1.3203,1.7161,1\n-0.47905,1.514,0.96941,1\n-0.79098,1.8887,2.4842,1\n0.50098,3.339,1.3098,1\n-0.17935,2.0259,0.55642,1\n0.48214,1.8068,2.562,1\n-1.314,3.3363,3.6318,1\n0.56456,3.2402,2.3565,1\n-0.19872,2.0814,1.0482,1\n-0.34879,1.8674,3.0623,1\n0.18468,3.1394,2.942,1\n0.79926,1.6457,2.4946,1\n-0.19542,1.1611,0.89091,1\n0.038382,1.3197,4.6806,1\n0.61298,2.0734,4.2413,1\n-1.2101,3.5605,4.9326,1\n1.1795,-0.19942,1.912,1\n-0.49083,2.2347,2.7892,1\n0.034312,3.4053,0.64405,1\n-0.096687,1.4121,1.3708,1\n-1.062,2.8578,0.69258,1\n0.82535,0.24256,1.4476,1\n0.73361,2.4593,2.0817,1\n0.37089,3.9991,2.9167,1\n0.63989,1.3596,2.4954,1\n0.0067762,2.7051,1.7298,1\n0.42584,2.0272,1.3205,1\n-0.56379,4.1172,0.52186,1\n-0.66241,1.5763,0.67546,1\n0.15319,2.5865,3.1561,1\n0.35836,0.99582,2.3301,1\n-0.27752,1.54,1.417,1\n0.74879,0.41285,2.7808,1\n-1.1152,0.62746,2.7098,1\n-0.46488,1.7457,1.0452,1\n-0.56691,1.8748,0.48083,1\n-0.10188,1.9304,2.6639,1\n0.089273,1.7327,1.9417,1\n0.52653,2.7934,2.9881,1\n1.2449,2.2974,5.1097,1\n1.3076,1.3144,0.114,1\n-0.049971,1.8027,1.1678,1\n0.58834,2.6781,3.6846,1\n-0.39915,2.297,0.44759,1\n0.91754,2.6294,3.8964,1\n-1.3781,2.3185,1.6474,1\n-0.68417,1.9129,2.5956,1\n-0.31311,2.6559,0.23385,1\n0.6663,1.8066,1.9072,1\n-0.46522,1.735,3.461,1\n0.73274,0.33417,2.3822,1\n-0.68268,2.3468,3.3957,1\n-0.55994,0.87222,2.9363,1\n-0.40363,2.6647,0.5455,1\n0.60322,1.5415,4.2483,1\n0.46495,2.7701,3.4485,1\n0.11227,1.9897,3.3172,1\n0.09852,3.0187,0.13733,1\n-1.0514,2.1738,2.8137,1\n0.89902,1.8419,1.0732,1\n-0.51788,1.5398,0.90267,1\n-0.37152,3.1415,2.4671,1\n-0.29824,4.2313,2.6083,1\n-0.18137,2.9792,1.3387,1\n0.065694,3.3817,2.3027,1\n-1.2357,2.4489,0.84006,1\n1.982,3.3329,0.40151,1\n0.66454,-0.041557,1.4467,1\n-0.98301,1.8241,4.1123,1\n0.80572,2.5551,2.0614,1\n-0.74736,1.0579,4.5027,1\n-0.86007,2.4282,0.8721,1\n-0.22386,1.7111,1.1276,1\n0.9262,2.0338,3.0622,1\n0.71604,1.1537,1.775,1\n-0.61302,2.5672,1.624,1\n0.19409,3.0109,1.1193,1\n-0.15488,1.7173,2.2977,1\n-2.053,0.77411,3.1106,1\n0.90719,2.7173,3.4545,1\n0.74964,0.90791,1.1435,1\n-0.931,1.5025,2.6271,1\n0.64361,2.458,2.6047,1\n-0.057443,2.4597,1.9558,1\n-1.1503,2.4964,2.9553,1\n-1.7747,1.0643,1.2066,1\n-0.41301,2.569,3.2352,1\n-1.0078,2.9681,1.2004,1\n0.56739,3.65,1.7792,1\n-1.1256,2.2209,2.6065,1\n1.2915,2.9123,1.7878,1\n-1.1932,2.0545,0.69244,1\n-0.79705,2.5215,1.4749,1\n-1.3557,2.3413,0.72968,1\n1.2518,2.9974,2.1309,1\n-1.0016,1.4246,3.1555,1\n1.042,0.8292,2.8606,1\n-0.81757,3.6471,1.7268,1\n-0.56452,2.5402,2.2273,1\n-0.035999,0.78585,0.2429,1\n-1.3292,3.1366,0.37957,1\n0.043931,-0.1277,2.1285,1\n-0.75403,1.7351,0.55179,1\n0.57587,0.27928,0.89276,1\n0.68028,2.5553,0.63727,1\n0.14967,2.3216,3.4718,1\n0.88316,1.6552,1.2543,1\n-0.82436,2.7076,2.4313,1\n0.4173,1.2872,2.6436,1\n1.2224,0.69225,1.6865,1\n-0.068387,1.8448,2.0768,1\n1.7814,2.1433,3.7269,1\n0.52329,3.2594,1.6704,1\n1.3026,1.3486,2.0604,1\n0.63035,3.5405,1.2394,1\n0.21822,1.4466,3.3588,1\n-0.89865,2.9126,2.2951,1\n-0.35632,2.0379,3.22,1\n-0.97858,0.4331,2.0719,1\n-0.11307,0.67799,2.821,1\n-0.23882,2.4438,1.371,1\n-1.2203,0.56862,1.9172,1\n-0.17309,1.8765,2.2184,1\n0.23587,0.93356,1.7727,1\n-0.2581,2.9999,1.9763,1\n-0.14001,2.0426,2.8554,1\n0.58643,1.6006,2.3523,1\n1.3226,1.7687,2.8424,1\n-0.012207,2.1298,1.3348,1\n-0.92195,1.8191,1.4082,1\n1.0384,3.5102,1.292,1\n-0.42223,1.1414,1.9974,1\n-0.5833,2.5991,2.5938,1\n-1.9877,3.0263,1.7152,1\n-0.9619,1.784,3.1728,1\n0.49877,1.45,2.7134,1\n1.2085,1.3036,2.5189,1\n-1.1368,3.5688,2.4228,1\n-1.4781,0.6877,2.9565,1\n1.3399,1.4951,2.1316,1\n-0.27642,0.76654,1.449,1\n0.4817,3.8011,0.8925,1\n0.43443,3.0356,0.32439,1\n2.0391,1.5677,0.54247,1\n-1.1586,1.2385,1.1604,1\n0.080015,1.4437,1.2817,1\n-1.5132,2.3829,3.2432,1\n0.43816,1.9825,3.0472,1\n0.37481,2.0331,2.583,1\n-1.2666,1.9169,2.7896,1\n-0.63701,2.2286,2.2727,1\n-1.2513,3.2135,1.0105,1\n-0.36868,0.5509,1.3717,1\n0.29477,2.3492,2.5808,1\n0.046193,3.6217,2.595,1\n1.7001,0.45521,2.0118,1\n0.16827,2.5898,1.7468,1\n-1.6085,0.28531,0.29347,1\n-1.3379,1.6355,3.5007,1\n0.62456,1.8542,1.4788,1\n0.25788,1.2021,1.1034,1\n-1.4698,2.6172,0.012312,1\n1.1691,3.3128,1.4227,1\n-0.60081,1.322,2.0915,1\n-0.48528,0.61699,1.1416,1\n1.2659,1.8469,1.6918,1\n0.90727,1.8287,3.4455,1\n-0.97456,2.3114,1.5901,1\n-2.0685,3.6572,0.8164,1\n0.47992,1.6571,1.3303,1\n1.8404,1.0923,0.56427,1\n-0.42406,2.152,1.7659,1\n0.88514,-0.47819,1.7949,1\n0.38806,2.476,3.5147,1\n0.97529,1.9379,1.8631,1\n1.2675,1.8154,1.8078,1\n0.60647,2.2605,1.4269,1\n-1.4175,1.6572,3.3227,1\n0.21654,2.8295,1.9656,1\n-0.79038,3.4455,2.9022,1\n0.54796,2.9095,2.9372,1\n-3.2947,1.8512,-1.1354,1\n-0.29239,2.0526,0.76351,1\n-0.89484,4.0112,-1.0019,1\n0.40667,1.3556,2.0041,1\n0.028298,1.5039,1.1175,1\n-2.2471,0.85768,1.9949,1\n0.26603,3.2852,0.20359,1\n1.621,1.5906,0.7432,1\n1.5352,0.12443,2.7973,1\n1.3801,1.6767,3.5529,1\n0.29573,1.927,1.8631,1\n0.43798,1.77,-2.1789,1\n-1.0888,0.99255,1.0151,1\n0.13834,1.3339,3.2429,1\n-0.80764,2.1326,1.0008,1\n1.1212,3.6097,2.1418,1\n-0.32005,3.5825,2.3705,1\n-0.2411,1.8772,1.2718,1\n0.45328,2.3397,1.7367,1\n-1.3173,0.42149,0.59514,1\n-0.28881,1.6856,3.0208,1\n-1.2018,1.5716,3.3944,1\n1.0192,1.3853,2.411,1\n-0.40242,2.0251,1.6324,1\n0.20583,3.4366,1.5533,1\n1.6405,0.67068,2.7672,1\n1.0128,3.1613,1.2815,1\n0.18106,2.5771,1.4939,1\n1.4367,0.46245,2.7724,1\n0.17716,3.1758,1.999,1\n1.0165,1.2185,0.83584,1\n-0.4754,2.5959,1.9097,1\n0.09361,0.31385,2.064,1\n0.36999,0.30734,4.3317,1\n1.2721,0.73395,2.7266,1\n-0.050285,2.4426,1.2294,1\n0.68372,1.3206,2.5853,1\n-0.63965,0.56835,1.4243,1\n0.12054,2.8605,2.3988,1\n0.33989,2.5718,1.2023,1\n-0.068066,3.8953,0.63553,1\n-0.11205,2.4945,3.169,1\n-1.183,2.6052,1.8815,1\n-0.39837,2.3084,3.4783,1\n0.15609,3.1678,2.3325,1\n0.43464,2.4523,2.5031,1\n-0.3906,2.9998,3.1282,1\n1.0469,1.5113,2.6751,1\n1.9588,2.6034,3.3183,1\n0.1269,1.9253,2.9982,1\n-0.40235,2.5806,1.3963,1\n-0.59495,1.4532,3.1099,1\n1.1374,1.9961,4.1954,1\n-0.80979,2.1716,0.74583,1\n-0.99411,2.8349,3.0821,1\n-0.37543,3.9769,1.3488,1\n1.8574,2.0588,2.2218,1\n-0.71777,1.8663,3.1163,1\n1.1998,3.2214,3.1836,1\n1.409,1.5872,3.7889,1\n-0.29413,-0.70777,2.6626,1\n-1.8032,2.0865,2.7572,1\n1.8751,3.2119,1.4924,1\n0.15753,1.4954,0.083404,1\n-0.029518,2.0339,0.57119,1\n-0.73873,1.0649,1.9345,1\n-0.027916,1.4596,1.4271,1\n1.6824,3.0016,2.0762,1\n-1.0584,1.7322,2.8752,1\n-0.46788,0.92013,1.5741,1\n-0.72676,3.3538,1.9301,1\n0.79646,2.8304,3.2918,1\n-0.036318,2.8006,4.0451,1\n-0.82129,2.4077,2.9748,1\n-1.261,1.7749,1.3718,1\n2.1706,1.5096,2.4466,1\n-1.4249,2.2328,1.5879,1\n-1.5779,3.9648,2.4434,1\n2.2356,1.5908,0.23563,1\n0.056937,2.6801,1.477,1\n-0.33859,1.761,1.6031,1\n-0.47283,3.0068,1.1762,1\n-1.3133,1.8762,3.0707,1\n-0.080347,2.6944,1.6253,1\n0.57153,2.3586,0.7594,1\n-1.9693,2.6693,1.957,1\n-0.22562,2.1837,1.9319,1\n1.3314,0.98249,3.0466,1\n-1.8774,2.8453,1.2089,1\n0.20291,1.5732,3.4472,1\n1.1388,1.3665,2.5826,1\n-0.86617,3.8318,2.2834,1\n-0.13904,0.69962,4.834,1\n-2.0044,0.60874,4.5653,1\n0.82831,2.7048,3.1732,1\n0.29114,1.457,2.3418,1\n-0.30823,3.1254,1.8443,1\n-0.48415,2.7503,1.6283,1\n-1.0765,0.55734,1.7906,1\n-0.73342,3.566,1.5646,1\n1.041,1.0879,2.7266,1\n0.67418,2.5973,1.8427,1\n1.2916,1.663,1.1705,1\n0.043435,3.2398,1.4081,1\n0.55697,3.616,2.9533,1\n0.42788,3.2513,2.2641,1\n-1.7486,3.5643,3.4055,1\n0.785,2.5988,2.1118,1\n-0.77684,1.8461,1.8814,1\n-0.54342,2.5207,0.48066,1\n1.6195,2.7432,1.8881,1\n-0.19729,1.8331,2.2775,1\n0.65218,1.2747,2.7226,1\n1.0358,1.45,1.8461,1\n1.4168,0.82839,2.9094,1\n-0.81411,2.2923,1.7432,1\n-0.15632,1.447,2.1395,1\n1.348,0.71535,1.8746,1\n-0.15152,1.2604,1.2189,1\n0.49891,1.7215,2.8464,1\n-1.6228,1.6374,1.4111,1\n0.6874,2.5399,2.5201,1\n0.40714,2.4414,2.7819,1\n0.20181,1.8665,1.5157,1\n0.63092,4.473,2.2791,1\n-1.7684,2.238,1.2196,1\n-0.62524,2.0625,4.2922,1\n1.121,0.4269,0.25254,1\n1.3905,2.7713,2.3906,1\n-0.907,2.4483,1.1418,1\n2.1036,3.477,1.6034,1\n-2.8988,1.2314,0.71443,1\n-0.6668,1.5653,2.7475,1\n-0.35371,3.3411,2.2069,1\n0.86565,2.1342,2.9024,1\n0.99465,0.70776,0.94974,1\n1.5052,1.5948,2.2246,1\n0.3768,0.35422,1.0901,1\n0.01388,0.84368,3.0253,1\n2.3997,3.3407,2.4834,1\n-0.82663,1.5777,1.1726,1\n0.31783,1.3638,4.1181,1\n-2.4494,3.6136,2.0976,1\n-0.21686,4.1548,2.6239,1\n-0.12948,1.9305,1.376,1\n1.1791,0.57658,-0.20432,1\n-1.0956,1.9698,0.94453,1\n1.0626,0.26687,0.72263,1\n-0.49607,1.4224,1.6578,1\n-0.10851,2.2658,1.5214,1\n0.1564,2.0708,2.8916,1\n-1.5696,1.2943,1.4984,1\n0.54625,2.0008,2.2463,1\n-0.66153,3.2653,1.6877,1\n0.68399,0.81324,1.0214,1\n0.97701,2.2182,1.3427,1\n-0.65688,0.80176,2.3778,1\n0.26479,2.3824,1.9108,1\n-1.3291,3.0565,0.86248,1\n0.34467,1.172,1.8574,1\n-0.03959,0.30514,1.3025,1\n0.61846,2.7505,1.3953,1\n0.59225,2.7487,2.9418,1\n0.68897,2.3232,1.7962,1\n1.0157,2.498,2.5229,1\n0.10565,0.65324,1.0205,1\n-0.7368,2.7019,3.0219,1\n1.4509,1.0475,2.6109,1\n-0.64246,0.59615,1.0366,1\n0.64488,2.3372,3.1222,1\n0.082975,2.0519,1.7003,1\n-0.73025,1.7131,1.069,1\n0.92067,3.1161,2.9571,1\n-1.6299,1.4458,1.5775,1\n-2.0167,2.1064,1.4942,1\n0.87202,2.2405,0.63738,1\n-0.38148,3.0618,-0.13228,1\n0.44497,-0.07057,0.33245,1\n0.18401,1.1262,2.0567,1\n0.1088,3.4565,1.9511,1\n-0.5653,1.3444,0.62547,1\n0.72258,2.9383,3.2459,1\n0.37504,2.194,2.2971,1\n-0.18088,2.7322,1.1478,1\n1.6246,3.5685,1.7081,1\n0.73256,1.6837,2.2572,1\n-0.72418,1.3819,2.8652,1\n-0.63915,1.989,2.2282,1\n-0.73781,4.3064,1.0977,1\n1.2895,2.4224,3.9175,1\n0.14553,3.9617,2.6779,1\n-1.7717,2.6056,3.8151,1\n-0.41524,3.3417,2.5435,1\n-0.17542,2.9531,1.0922,1\n1.5342,2.4725,3.9782,1\n-0.20499,2.6841,2.1493,1\n-1.4507,0.86517,2.3769,1\n0.98477,2.5821,1.3598,1\n0.37185,2.3285,2.1274,1\n-0.3644,0.53212,2.1171,1\n1.1502,3.2199,1.653,1\n0.24694,0.74053,4.606,1\n-1.3269,1.4288,2.73,1\n-0.27542,1.8208,1.9845,1\n-0.46268,2.3401,2.4132,1\n1.814,3.9646,3.0293,1\n-0.7431,3.9613,2.6164,1\n0.47257,1.3071,0.77889,1\n-0.16115,2.1693,2.3276,1\n0.3888,3.5973,2.8269,1\n0.50818,0.50062,0.78588,1\n-0.39712,0.98995,2.0729,1\n-0.53778,-0.20464,0.263,1\n-0.93882,3.1948,2.4198,1\n-0.37882,0.42692,0.8507,1\n0.44549,1.0037,1.1277,1\n-0.12841,0.90467,1.821,1\n1.4166,1.9376,0.178,1\n-0.67121,2.6284,3.3114,1\n1.5404,2.7483,0.59027,1\n0.68824,1.756,2.655,1\n-0.37064,2.2869,1.8131,1\n-0.48301,0.46986,1.9622,1\n1.0999,2.8114,2.6253,1\n-0.43386,1.3635,3.5574,1\n0.099265,2.0972,2.4799,1\n-2.0538,3.1851,1.6068,1\n-0.068103,2.394,3.4475,1\n-0.24457,2.5155,1.2015,1\n-0.59714,1.5115,2.3585,1\n-0.16491,3.6821,-0.12161,1\n-0.63949,2.0529,3.709,1\n-1.216,2.2729,2.01,1\n-0.25109,2.2905,1.6642,1\n-0.23453,1.5769,2.4019,1\n-0.094708,1.5195,1.807,1\n0.89257,2.7393,3.4683,1\n0.087611,2.0059,1.8232,1\n-0.02688,0.23235,2.2753,1\n0.89138,2.5808,3.4497,1\n0.57279,3.4558,1.8345,1\n-0.54025,4.0919,3.3405,1\n0.2269,2.8113,2.2412,1\n-0.093077,1.9194,1.8985,1\n-0.34249,3.4597,3.1007,1\n1.4102,1.5341,1.1986,1\n1.3712,1.8543,1.2938,1\n-0.13297,1.8647,2.64,1\n1.0982,1.4602,2.6073,1\n0.45295,1.4267,2.3977,1\n-1.4025,2.7329,2.2517,1\n-1.556,3.0372,1.3115,1\n-0.37701,2.9808,2.1511,1\n-0.85414,2.8878,1.996,1\n0.99205,3.0981,2.2882,1\n0.20596,2.1394,2.0667,1\n-1.6295,2.3217,0.73807,1\n0.73627,0.27843,1.3224,1\n0.10186,0.9878,0.70667,1\n0.42675,2.7089,0.67701,1\n1.2712,2.5405,2.6524,1\n0.80298,2.627,3.5354,1\n0.75912,3.1355,0.62855,1\n0.27906,1.5858,2.1689,1\n0.15595,0.70482,2.5305,1\n0.70947,2.1489,0.04949,1\n1.7738,1.3255,2.2506,1\n-1.1864,2.7278,2.7634,1\n0.62361,3.1745,2.8627,1\n0.029457,2.2148,1.774,1\n0.772,1.394,2.5225,1\n-0.22063,1.2808,2.9465,1\n-1.1273,3.2128,1.9507,1\n-1.0214,1.3149,1.395,1\n-0.25096,2.2379,2.9122,1\n-0.68344,1.575,3.8209,1\n0.88952,2.2586,3.3555,1\n1.1499,2.9629,3.0159,1\n-0.84995,1.0306,2.344,1\n0.54922,0.49568,1.0212,1\n-0.72709,1.823,1.9915,1\n0.71466,0.92699,1.1597,1\n2.2206,3.9607,1.4631,1\n0.59478,1.2929,3.6307,1\n-1.0077,1.9792,3.8975,1\n-1.1711,3.3024,1.4941,1\n-0.14464,1.3882,2.7259,1\n1.2575,1.8737,1.1192,1\n-1.0407,2.1912,3.3442,1\n-0.076877,2.1926,1.7835,1\n-0.054096,2.3209,3.9894,1\n-0.20349,4.1749,3.0191,1\n-0.71906,2.1443,2.4616,1\n-0.12888,1.6321,-0.27624,1\n-0.17231,1.705,4.3555,1\n1.1473,1.4835,2.8165,1\n-0.55064,0.55864,2.8185,1\n-0.20986,3.0543,2.274,1\n1.1751,0.94833,2.9338,1\n-0.28825,1.2455,0.31538,1\n-1.1455,1.549,1.6294,1\n0.1276,1.9049,1.5545,1\n0.047718,1.9186,2.5011,1\n-0.13498,1.8422,1.3653,1\n-0.79467,1.1379,1.5623,1\n-0.48094,1.7611,0.80432,1\n-0.20369,0.31605,3.3732,1\n-0.46269,1.3696,0.75041,1\n-1.4118,1.631,2.9473,1\n-1.1533,1.9344,1.6897,1\n1.8882,2.2906,1.5854,1\n-0.93237,1.956,2.6249,1\n1.6902,0.99166,2.0655,1\n-1.0284,2.7903,1.5851,1\n-0.51691,1.0354,1.7497,1\n-0.37713,1.0894,2.074,1\n-0.61102,0.1975,4.6402,1\n-1.4729,1.8557,2.1018,1\n0.60945,3.0295,1.7245,1\n1.7707,1.0039,2.7673,1\n0.064308,2.5225,0.034117,1\n0.53401,2.3555,3.4616,1\n-1.327,1.371,1.1834,1\n-0.34657,-0.10798,3.2732,1\n0.31239,1.7882,1.5854,1\n0.43383,2.5134,3.2852,1\n-0.042743,2.0112,2.584,1\n-0.13539,0.75467,1.5118,1\n0.095252,2.4795,2.8213,1\n-1.6375,1.5192,3.1029,1\n-0.055915,1.5781,2.9208,1\n-0.44029,2.5153,1.6679,1\n0.86742,3.6937,2.9285,1\n-0.010172,1.9655,1.6695,1\n0.69386,2.3944,1.0417,1\n1.564,1.4755,1.4768,1\n0.19878,0.65056,1.2606,1\n1.6735,2.6024,0.49621,1\n-1.3286,1.3521,1.0261,1\n-1.2502,2.7883,4.5976,1\n0.93337,3.6538,2.9791,1\n0.86867,0.97077,0.21064,1\n-1.3123,1.3151,2.1786,1\n0.74974,1.0524,1.6368,1\n0.41288,3.9032,1.3783,1\n-0.41266,1.0016,1.29,1\n0.39793,3.1372,1.1178,1\n-1.727,1.6319,3.4088,1\n0.94104,2.1858,3.5705,1\n1.1804,1.0395,0.9845,1\n0.86809,0.032164,1.2648,1\n-0.49041,3.0445,1.4476,1\n0.12613,2.3998,0.2335,1\n-0.023566,2.9023,2.734,1\n-0.97013,1.9198,3.9437,1\n-0.54881,2.8496,0.55593,1\n-0.29103,2.3566,1.0483,1\n0.79325,3.6965,1.3028,1\n-1.5021,2.1829,1.9763,1\n0.2613,1.6401,1.9056,1\n0.37784,2.31,2.4662,1\n2.3794,1.99,2.2589,1\n-0.20806,3.0607,3.4143,1\n1.0002,1.0234,2.8424,1\n-0.50508,2.3354,2.7547,1\n0.51468,2.4589,1.6829,1\n0.79612,1.1391,0.21562,1\n1.3244,1.2938,3.4599,1\n-0.54563,1.509,2.6619,1\n1.3438,2.2408,1.159,1\n-1.269,1.3747,1.952,1\n1.5374,1.6722,1.8179,1\n-0.54071,-0.11155,2.8274,1\n-1.0366,1.5968,1.8055,1\n-0.83546,2.1804,1.4538,1\n1.0768,2.4695,3.9558,1\n-0.024839,1.5671,2.7346,1\n-1.7232,3.7232,-0.19371,1\n-1.731,2.0238,3.0991,1\n0.19389,-0.11962,2.7002,1\n0.17474,3.2538,1.7738,1\n0.47956,1.5358,2.9684,1\n1.6472,2.2704,1.914,1\n-0.39073,3.4799,1.3962,1\n-0.73176,2.767,0.42041,1\n-0.77336,1.0748,1.6087,1\n0.77476,1.3927,2.5305,1\n-1.2681,2.7846,0.85542,1\n0.043282,0.91184,3.2551,1\n-0.04477,2.683,3.5321,1\n1.4754,1.8536,2.0655,1\n0.75565,1.1634,2.2916,1\n-0.62763,2.4803,3.038,1\n1.5994,1.8403,2.736,1\n1.5852,0.33225,2.7989,1\n-1.8216,2.3381,1.1181,1\n-0.54324,1.9165,3.5984,1\n-0.51134,2.4699,2.2197,1\n0.07641,0.31071,2.4234,1\n-0.90954,1.3968,3.0423,1\n0.50293,2.4233,0.90348,1\n-1.0518,1.0744,1.2614,1\n0.5409,3.2029,3.932,1\n0.93452,3.3048,0.74368,1\n-0.99552,1.7062,3.1374,1\n-2.7846,1.4263,1.7829,1\n0.81409,0.75455,1.9313,1\n-1.0534,2.6605,1.3551,1\n0.65037,3.7587,1.5449,1\n-1.0271,1.7686,2.5789,1\n-1.7686,1.136,2.3598,1\n-0.41728,1.8256,2.4304,1\n0.5401,3.9794,1.7881,1\n0.41107,2.6202,1.374,1\n2.0002,2.511,2.8067,1\n0.28846,0.47824,4.0222,1\n-0.92392,1.7254,0.0026898,1\n-0.23003,0.73144,2.2587,1\n-3.3743,0.30374,3.1648,1\n-0.47969,1.7613,2.8122,1\n1.2169,0.15508,2.1663,1\n-0.99927,1.528,3.189,1\n-0.86661,2.8038,1.5223,1\n0.33959,1.112,2.1773,1\n-0.16333,2.956,1.9172,1\n-0.24009,2.0911,2.659,1\n0.90612,1.026,0.68968,1\n0.29362,2.731,2.1101,1\n-0.74758,2.3572,1.0231,1\n-1.1614,1.5239,2.338,1\n-0.32931,1.7269,2.7949,1\n1.464,2.2163,2.4974,1\n0.2663,1.5367,3.8103,1\n0.70069,1.6344,2.273,1\n-1.7883,0.63173,3.6592,1\n-1.199,2.2583,1.7501,1\n-0.4872,0.78683,3.7353,1\n-0.23701,3.7932,0.96468,1\n-0.87518,2.2149,1.4984,1\n-0.11032,0.68837,0.67298,1\n0.5092,0.7753,1.2418,1\n1.4225,1.6298,3.6006,1\n1.796,2.2275,-1.0426,1\n-0.42122,0.99621,2.1135,1\n-0.15618,1.308,1.8299,1\n1.2517,3.1666,4.7243,1\n-0.74215,3.4957,0.35398,1\n1.1602,2.9366,1.0646,1\n-0.92114,1.6132,2.4994,1\n0.79343,3.7854,2.1776,1\n-0.016398,1.1452,2.6162,1\n-0.50525,2.5961,1.475,1\n1.1939,1.5128,1.1275,1\n-1.3821,1.6701,2.237,1\n1.3002,1.3143,1.8526,1\n0.74789,0.15912,1.9747,1\n-0.018405,0.62242,1.7156,1\n0.7278,1.5792,0.81024,1\n-1.8317,1.7292,2.2168,1\n1.6257,1.0651,3.8433,1\n-1.6125,2.0372,1.4531,1\n-1.3001,2.3138,2.7237,1\n1.014,3.8203,2.9332,1\n0.578,1.1461,2.3787,1\n0.47356,2.1088,0.60564,1\n1.0179,4.8406,2.5333,1\n2.2798,1.9052,2.1996,1\n-0.45056,2.4433,2.9905,1\n0.94114,2.5704,1.4865,1\n-1.6127,1.0584,2.0513,1\n1.1161,1.009,0.093325,1\n-0.27398,3.4719,3.5254,1\n-1.0715,2.0042,1.2361,1\n-1.3619,3.1767,1.9496,1\n0.26825,2.5415,1.9302,1\n1.0177,1.1187,0.17658,1\n-1.5216,2.1707,3.7557,1\n-0.44397,2.5736,1.3149,1\n-1.0457,5.3961,0.87832,1\n-0.31538,2.747,2.4055,1\n0.205,2.9686,0.67596,1\n-0.7844,1.9107,2.9622,1\n0.15068,0.93723,3.128,1\n0.88422,2.8559,2.3546,1\n0.62118,1.378,1.707,1\n0.88106,4.1056,2.489,1\n-0.67196,3.8398,1.4701,1\n-1.7504,2.626,1.2333,1\n-0.46237,1.1736,2.0681,1\n0.41558,1.704,0.059832,1\n2.1646,2.4782,3.0853,1\n-0.50101,2.6712,2.9873,1\n-0.77216,1.6638,2.198,1\n2.4538,1.2611,2.7572,1\n-0.39537,1.24,2.147,1\n-0.47823,1.2822,2.1189,1\n0.10112,3.6675,2.06,1\n0.70515,1.0062,-0.28007,1\n0.50388,1.3308,-0.71049,1\n-1.4925,1.437,3.5562,1\n1.8145,2.7749,2.3367,1\n-0.89874,0.28493,3.3083,1\n0.90874,5.36,2.5532,1\n-0.64773,1.1835,4.0601,1\n-0.25226,2.84,1.7584,1\n-0.52512,2.1615,2.617,1\n0.61456,2.9269,2.419,1\n-0.8111,2.3037,3.6079,1\n2.0442,1.9514,1.5763,1\n1.6235,1.528,2.147,1\n0.011421,1.8503,1.1116,1\n-1.1353,3.6899,1.6574,1\n-0.045866,4.2505,0.95973,1\n-0.18904,3.4665,2.389,1\n-1.9338,1.2985,1.2711,1\n-0.55554,3.786,1.9817,1\n0.059608,-0.11219,4.6903,1\n0.012836,1.5458,1.4184,1\n-1.3091,2.6509,3.3285,1\n-0.57011,1.302,2.4898,1\n-2.4519,2.0589,0.6638,1\n0.86177,2.4431,1.5632,1\n0.19922,1.225,4.0172,1\n-1.518,4.8346,3.2906,1\n1.8786,1.953,1.3533,1\n-0.28494,1.5485,2.2006,1\n-0.60154,0.46195,1.7762,1\n0.37937,1.8432,0.52607,1\n0.3449,2.8175,2.3453,1\n0.29223,0.43135,0.8566,1\n-1.0798,1.6584,1.0328,1\n-0.19321,2.8152,0.62923,1\n-1.2645,2.5614,2.5199,1\n-0.16266,4.0296,2.4434,1\n-1.416,2.6994,1.3109,1\n-0.22688,3.3307,1.5114,1\n-0.77474,3.6123,1.1562,1\n0.65764,1.2118,1.7069,1\n0.27355,2.5744,1.4395,1\n-1.266,1.8138,2.6054,1\n-0.40202,1.6335,2.6676,1\n-0.71293,1.865,2.1775,1\n-0.29915,2.0643,1.805,1\n0.89163,2.7233,2.566,1\n-0.029626,0.18786,1.4379,1\n1.065,-0.46121,3.2652,1\n-0.42528,1.8497,3.6327,1\n0.56036,1.5421,3.4356,1\n-0.98036,3.6278,2.3189,1\n-0.25861,3.169,2.5652,1\n0.08068,1.445,1.2597,1\n0.42393,1.6057,1.8997,1\n-0.27152,1.3454,0.097062,1\n-0.25495,0.91319,1.6508,1\n-1.0007,1.4998,0.51192,1\n0.96063,2.7416,3.0325,1\n2.143,2.5772,1.1322,1\n-0.28707,1.903,1.5505,1\n1.0674,3.6427,2.6473,1\n1.0895,3.3988,2.4756,1\n0.097644,2.3191,2.4442,1\n0.72925,2.1813,2.7065,1\n-0.20328,2.4668,3.0507,1\n-1.1459,2.0204,3.0751,1\n-0.66624,2.2091,1.3443,1\n-0.27482,0.67071,0.69241,1\n0.76407,2.1145,1.6625,1\n0.029122,2.3438,0.76307,1\n-0.52998,3.4508,1.7611,1\n-1.4514,1.7241,2.0552,1\n-0.40561,1.7359,2.0116,1\n0.30642,-0.070239,3.6951,1\n-0.80165,3.5156,0.67064,1\n1.3829,1.1234,0.71778,1\n0.23902,1.6484,3.2845,1\n1.4129,2.0536,1.5995,1\n1.8529,3.061,1.9278,1\n-0.95797,3.0686,1.8456,1\n0.28536,3.1213,1.2473,1\n1.9344,0.63677,1.0749,1\n-1.2941,1.5714,2.104,1\n-0.62331,1.5675,2.5991,1\n0.43071,0.18305,1.4848,1\n0.84552,2.7387,2.6305,1\n-1.2909,0.52294,1.0711,1\n1.5263,2.5492,2.3735,1\n0.30615,0.64909,2.4781,1\n-0.079348,3.1945,2.8866,1\n0.71643,2.3547,-1.0479,1\n-0.62066,1.6797,0.30315,1\n1.2504,-0.24012,1.2989,1\n1.0418,2.5399,3.0131,1\n-0.476,2.2975,1.5513,1\n1.652,0.90168,1.5881,1\n-1.4696,2.6132,1.0919,1\n0.20288,3.1596,1.5511,1\n-0.10209,1.1504,2.7467,1\n-0.85667,2.9542,1.3043,1\n-0.20807,2.0047,1.0727,1\n0.02449,2.0779,4.009,1\n1.7112,2.1613,0.41716,1\n1.0456,2.636,2.664,1\n1.5225,3.7148,2.0613,1\n-1.8528,1.8866,1.0159,1\n0.56156,2.5997,2.0878,1\n-0.25719,1.2347,1.3956,1\n0.25156,2.376,1.8042,1\n0.65654,1.2951,2.6186,1\n-0.96638,2.0427,2.4614,1\n-0.57724,2.3407,2.7926,1\n-2.1264,1.2754,2.1954,1\n0.0061792,1.8288,0.1862,1\n-1.7347,0.49531,1.4088,1\n1.8636,0.18159,0.83652,1\n0.025465,2.55,3.0058,1\n0.26687,1.7325,2.093,1\n0.56409,2.1112,2.8914,1\n-1.6538,1.286,0.093379,1\n-0.018092,0.52686,2.2242,1\n-0.13948,0.42638,2.7678,1\n-1.1994,1.1723,2.2804,1\n0.2885,3.2905,1.4967,1\n-1.1816,3.6053,2.092,1\n0.16324,1.0215,1.1048,1\n-0.098677,1.3858,2.2016,1\n-0.49358,1.3817,1.7019,1\n-0.0075658,0.95219,0.97446,1\n0.57066,0.2508,1.0876,1\n0.41666,0.15904,1.2772,1\n0.28421,0.548,2.2758,1\n0.28047,1.9611,2.0436,1\n0.30934,1.6542,2.755,1\n0.7076,2.9397,2.7269,1\n-0.33703,2.5462,0.91992,1\n1.1506,2.7263,2.9589,1\n1.258,2.9473,4.0382,1\n-0.24776,2.7523,0.49729,1\n0.61724,1.2405,1.6237,1\n0.6366,3.7858,2.1596,1\n-1.0934,2.646,1.677,1\n0.015081,3.7313,1.1544,1\n-0.66862,3.4141,2.5628,1\n-1.2451,3.0033,0.72809,1\n-0.65419,1.633,1.5275,1\n-0.12363,2.4305,2.4159,1\n-1.5535,3.1089,3.0046,1\n-2.2267,2.7551,2.5423,1\n0.69318,2.2881,2.7278,1\n1.0275,0.86978,3.6338,1\n0.42726,0.13296,4.6235,1\n0.47134,3.333,3.4268,1\n0.30096,2.3749,0.85485,1\n1.9987,1.2769,1.9609,1\n-1.8328,1.8756,1.3112,1\n0.3302,1.2714,3.0761,1\n1.5069,1.9825,2.1666,1\n0.29697,1.3547,2.1963,1\n-1.223,1.4499,2.5535,1\n1.7253,0.50604,2.5843,1\n0.40905,3.0777,3.2219,1\n-0.11402,1.6935,3.0449,1\n0.47958,2.6908,-0.54621,1\n1.0237,1.6562,2.9993,1\n-0.24075,2.5126,2.0706,1\n0.13415,3.8562,0.66083,1\n-0.46466,2.2345,2.1238,1\n-0.9669,4.0277,0.78759,1\n0.2205,3.5415,3.4913,1\n-0.88958,1.703,1.3475,1\n0.56064,0.87849,-0.033584,1\n-0.11071,2.1626,2.3814,1\n-1.1156,2.9037,2.8556,1\n-0.16728,1.9659,2.6701,1\n0.31029,2.7492,1.376,1\n-1.0069,3.0068,1.2861,1\n0.28688,3.1198,2.3933,1\n-1.1954,3.5296,2.6488,1\n-1.1077,2.2959,0.90254,1\n1.5847,0.652,1.1317,1\n0.62498,1.017,2.3304,1\n0.21249,2.1526,2.6596,1\n0.48915,1.5916,0.67962,1\n-1.8601,1.0118,3.2369,1\n1.2367,2.8404,1.9736,1\n0.041019,4.9547,3.4695,1\n0.81135,1.5739,1.8872,1\n0.35879,1.0506,0.64232,1\n0.4069,0.96441,1.2489,1\n0.22047,2.6385,2.2081,1\n-0.59508,0.1421,1.2485,1\n0.42233,1.8167,2.1983,1\n1.0959,0.71298,2.4662,1\n-0.41449,2.0086,0.099109,1\n-0.9213,1.4975,2.8482,1\n-0.69987,4.183,1.2234,1\n-1.7977,1.7681,2.1251,1\n-0.85887,2.5597,2.3718,1\n0.048224,1.1587,1.3739,1\n-0.040191,1.769,2.9886,1\n2.0878,1.6281,0.53127,1\n1.8766,2.9363,0.88648,1\n-0.036753,0.31987,3.7212,1\n0.45283,1.5892,1.2472,1\n-0.28937,2.8203,3.2143,1\n1.0269,0.31318,2.9976,1\n-0.65021,3.0185,1.3875,1\n-0.068243,3.4647,1.7638,1\n-0.18946,2.1667,1.0288,1\n0.92362,2.9517,2.9397,1\n-1.3745,-0.015142,1.7152,1\n-0.026489,2.8563,1.7328,1\n-0.73175,0.89916,1.52,1\n0.21277,3.7607,0.43977,1\n-0.35595,1.6973,3.0448,1\n-0.31628,1.6531,1.997,1\n0.98842,2.1309,-0.2816,1\n1.6594,1.3182,2.83,1\n0.13345,2.9627,1.5167,1\n-0.53833,-0.0010989,2.147,1\n1.7686,1.988,2.1926,1\n0.35891,2.4504,2.5218,1\n1.0793,1.7793,1.2465,1\n1.3052,1.8076,1.9915,1\n0.71599,2.0625,0.89715,1\n-0.46298,2.2097,2.6319,1\n-0.18057,2.9318,1.9298,1\n1.4113,-0.08974,1.794,1\n-0.20987,2.0095,1.6806,1\n-0.7798,2.4438,2.792,1\n0.54821,0.74877,3.0174,1\n-1.6922,3.061,3.7273,1\n0.6942,2.9848,3.0969,1\n0.77465,1.5588,2.984,1\n-0.91275,3.0432,2.439,1\n-1.0759,1.8085,1.3186,1\n-0.20761,2.7698,2.1724,1\n-0.41136,0.59696,2.1458,1\n-0.36249,2.617,3.5977,1\n0.18368,2.2784,2.3246,1\n0.91516,1.9953,2.2599,1\n-0.61136,0.83016,2.4397,1\n-0.86864,1.4421,1.1499,1\n-0.52641,2.6742,0.38694,1\n-0.078184,1.3728,1.0473,1\n0.19224,1.4193,3.0195,1\n0.14983,1.7899,1.6085,1\n-1.1794,3.0517,0.73994,1\n0.35171,3.7672,2.1988,1\n-0.060716,1.7036,2.9129,1\n0.62931,1.9349,0.71039,1\n-0.82195,3.3518,2.0524,1\n-0.17433,2.1484,2.672,1\n-0.71195,1.0919,2.2596,1\n0.43409,2.7905,2.7288,1\n-0.0037926,1.9596,0.93158,1\n-0.5012,1.6143,3.5356,1\n1.1088,3.5948,4.1363,1\n0.464,2.8554,1.4195,1\n1.25,1.9819,2.6458,1\n-0.33474,1.7622,2.2097,1\n-1.3701,3.3374,2.403,1\n0.58842,3.4855,3.0792,1\n-0.73533,3.2614,0.30398,1\n-0.48384,1.8333,1.4581,1\n0.4252,2.503,1.6176,1\n-0.034542,1.3022,2.758,1\n-1.7875,2.2239,2.7193,1\n0.88983,0.32552,1.1098,1\n0.65354,1.3326,3.1729,1\n0.26446,2.1272,2.0392,1\n0.94759,3.4672,1.725,1\n-0.41102,-0.01638,0.3822,1\n-1.1077,1.2099,2.5177,1\n-1.865,1.4691,1.7074,1\n-0.10044,0.86783,4.4839,1\n-2.9732,0.058663,0.42741,1\n0.70052,2.7565,1.8908,1\n-1.1209,1.9749,3.4384,1\n0.38088,1.6489,0.83022,1\n-0.37591,2.3872,2.3465,1\n0.35933,1.7065,1.2142,1\n1.3322,2.0313,0.076437,1\n-0.4602,1.667,0.26191,1\n0.80943,4.4094,2.0578,1\n1.2898,3.935,1.5274,1\n-0.24142,2.1629,0.65925,1\n-0.82476,3.0494,2.5226,1\n0.32957,1.476,1.7207,1\n-0.80047,2.3185,3.1622,1\n-1.018,0.38913,1.7095,1\n0.21812,3.3178,0.12503,1\n0.76295,2.3573,2.0813,1\n-0.95506,2.4788,2.1993,1\n0.85764,2.1649,2.6073,1\n-0.3011,2.2559,-0.29636,1\n-1.1347,0.7394,1.8854,1\n-1.2108,2.0618,2.1937,1\n1.3307,1.7329,1.7706,1\n0.27302,1.2408,3.3558,1\n0.30225,1.3277,1.2699,1\n-1.4828,-0.074927,2.5082,1\n-1.2307,2.3426,1.4892,1\n0.5954,1.3651,2.7638,1\n-0.91305,1.6857,2.7388,1\n0.079145,2.8897,3.5267,1\n-0.44175,2.0649,2.624,1\n1.3663,2.3951,2.9704,1\n0.9905,2.2194,1.7549,1\n-1.1782,1.4486,3.7006,1\n-0.50937,3.8447,3.6782,1\n-1.1952,1.6811,1.6205,1\n1.2679,0.65034,2.1631,1\n0.41389,2.4696,0.63299,1\n-1.2507,2.2337,0.5259,1\n0.73567,3.1787,1.5824,1\n0.88653,3.1268,2.7181,1\n-0.55947,2.4415,1.222,1\n-0.51739,0.29579,2.9123,1\n-0.38405,1.7039,1.9234,1\n0.39634,-0.069113,2.2098,1\n-0.46663,2.0658,2.5045,1\n-0.71536,3.2036,1.7897,1\n1.4328,0.67286,3.2781,1\n1.7212,2.7214,2.3565,1\n-1.9614,1.18,0.48279,1\n1.9925,1.5099,1.7467,1\n-0.86033,1.5715,2.7044,1\n0.5896,1.9527,1.8023,1\n0.48445,1.2732,1.2963,1\n1.6284,1.9816,3.0055,1\n0.20189,1.1783,3.8834,1\n-1.8533,1.011,3.0594,1\n0.34392,1.5035,1.3596,1\n0.026324,1.2974,3.6934,1\n0.18776,3.5979,2.2751,1\n-0.97005,2.6109,3.8542,1\n-0.11071,2.099,2.4639,1\n-1.9781,2.0996,1.1728,1\n-1.2255,2.0479,-0.19885,1\n-0.75856,1.5029,1.7461,1\n0.3898,2.511,2.4223,1\n0.27924,2.5375,2.1061,1\n0.62563,1.0545,2.4341,1\n-0.98542,1.3151,2.7053,1\n1.5952,1.7709,2.8254,1\n-0.28982,1.4818,4.0538,1\n-0.78055,0.73201,2.0908,1\n-0.39549,1.357,2.1822,1\n-0.39664,4.3285,0.99419,1\n-1.1723,-0.088475,2.8547,1\n-0.52552,3.5697,1.8314,1\n-1.5753,2.1357,2.4067,1\n1.2948,3.117,2.9592,1\n1.0416,0.53746,2.3217,1\n-0.42835,0.57536,2.9421,1\n-0.5401,0.69566,1.7077,1\n0.85544,1.5077,2.9799,1\n1.0557,1.0168,2.4947,1\n-0.31777,2.6625,0.19711,1\n1.3707,-0.28054,1.4428,1\n-0.7749,0.4277,2.2156,1\n1.1395,2.4083,4.583,1\n-0.32218,0.72278,2.1498,1\n-1.8093,2.457,2.507,1\n-0.58393,2.1145,1.8714,1\n1.0891,0.80394,1.984,1\n1.2267,1.3739,2.4631,1\n-1.4942,1.4042,3.0588,1\n-1.2999,0.48743,1.855,1\n-0.70038,2.2489,3.6408,1\n0.35704,1.7871,1.6994,1\n1.8451,2.0139,1.9556,1\n0.11356,2.6628,3.7641,1\n-0.4503,1.1158,1.8298,1\n-0.28132,1.051,-0.53477,1\n1.0559,1.0403,2.9867,1\n-1.1445,2.3901,3.2031,1\n-1.1122,2.5563,1.0359,1\n-0.51069,-0.082461,1.7774,1\n0.88034,3.3769,1.2044,1\n2.5284,1.6309,0.74578,1\n-1.4406,1.8991,3.2339,1\n0.92884,1.2986,1.6278,1\n-0.068739,2.2355,2.7628,1\n0.33351,2.3932,3.4791,1\n2.558,2.0218,3.7906,1\n-0.988,1.3601,1.941,1\n0.50747,2.4648,1.7208,1\n-1.0251,2.4822,1.4906,1\n-0.98377,2.0685,1.7295,1\n0.40066,1.8475,2.3113,1\n1.0405,2.5741,0.17899,1\n1.0566,3.5187,1.9072,1\n-0.27619,2.5894,0.74536,1\n-0.79397,2.5227,2.6337,1\n0.2392,0.74406,3.4813,1\n0.48283,2.7019,0.88425,1\n1.1867,1.9682,2.199,1\n-0.41666,2.1667,1.9193,1\n0.44628,3.6824,3.8519,1\n-1.4738,2.173,1.7305,1\n-0.19465,3.5521,1.2454,1\n0.035704,2.7551,2.1742,1\n3.3271,2.7826,1.8959,1\n-0.41084,2.6929,1.5698,1\n-0.42113,2.102,2.17,1\n-0.29036,2.6252,1.2075,1\n0.48906,2.0765,0.4564,1\n-0.2878,1.9636,0.32225,1\n-0.30395,1.9651,2.1698,1\n1.4312,1.4623,2.062,1\n1.0326,1.9274,0.92536,1\n0.31213,1.3639,2.1918,1\n-0.43822,0.84372,0.32349,1\n-0.65534,2.5081,0.81578,1\n0.37778,1.1715,0.42047,1\n1.52,2.3868,2.9571,1\n0.97002,1.4547,1.2654,1\n-0.85769,2.2675,1.6002,1\n0.23176,1.8312,3.1378,1\n-2.3277,2.6292,1.8541,1\n0.79753,2.5263,1.5875,1\n0.45753,1.3129,3.2269,1\n0.7508,3.6346,3.3542,1\n0.39605,3.3375,2.0568,1\n0.34765,3.9495,2.1131,1\n-1.4321,1.2749,1.8645,1\n-0.13196,2.0228,3.029,1\n0.80835,2.3807,0.32988,1\n-0.80457,0.19006,0.24483,1\n0.054527,1.3907,1.7609,1\n2.226,2.46,1.9813,1\n-1.1124,2.1861,3.0942,1\n-1.2371,3.6932,1.9758,1\n-0.13764,2.0454,2.3259,1\n0.73383,0.083562,2.6728,1\n-1.2317,2.3451,2.9715,1\n0.86246,1.0537,1.8493,1\n-1.5735,2.4248,3.9257,1\n0.051585,1.5196,2.9095,1\n0.61495,1.0166,2.7647,1\n0.89234,1.8532,1.5817,1\n-0.35286,2.1698,2.5613,1\n1.462,2.0851,0.80039,1\n0.44249,1.2367,1.2776,1\n-0.57927,2.5799,2.8033,1\n1.0939,0.94267,1.6565,1\n0.31669,-0.90732,0.74594,1\n2.9111,1.802,1.7218,1\n-0.18347,3.2725,1.7372,1\n-1.0593,2.5874,1.9848,1\n-0.045313,1.4403,2.4053,1\n1.2187,2.414,1.3352,1\n0.18624,0.76505,2.9268,1\n0.55694,2.1986,-0.33494,1\n2.1109,3.4044,2.4571,1\n0.47208,2.8187,1.9724,1\n-0.6318,2.4468,3.171,1\n-1.4273,2.0221,2.1982,1\n0.61307,2.2083,2.4961,1\n2.0657,2.4457,2.8039,1\n0.31884,2.6963,3.7168,1\n0.06886,1.8798,2.0539,1\n-1.3216,3.2082,1.6828,1\n-0.93743,3.3538,1.0503,1\n0.42916,2.81,1.0664,1\n-0.81664,2.5302,3.441,1\n-0.15646,3.1093,2.2767,1\n0.14798,2.3775,0.9197,1\n0.10371,0.95576,2.1573,1\n-1.3706,1.3392,2.9847,1\n1.8129,1.938,4.1972,1\n0.02899,1.0709,3.4935,1\n-2.1576,2.6949,3.0617,1\n1.2389,1.7147,1.5042,1\n0.7715,2.7949,1.5708,1\n0.54918,1.1075,1.8972,1\n0.43192,2.3625,1.6966,1\n0.82189,1.7413,1.4842,1\n1.3611,1.2772,0.79313,1\n-0.27391,1.4922,3.9682,1\n-0.64944,1.3727,-0.09697,1\n-1.136,1.8696,2.9187,1\n1.5458,1.3402,3.5373,1\n0.53806,3.1602,1.4271,1\n-0.35159,4.2763,2.6707,1\n0.80567,2.3573,1.9758,1\n-0.7438,0.2639,2.1369,1\n-0.35862,2.3549,2.677,1\n0.16995,3.6796,1.6073,1\n-0.35568,0.66276,2.7379,1\n0.62954,2.5787,2.4852,1\n-0.25107,2.7928,0.18173,1\n-0.50937,2.1701,2.1715,1\n1.4532,1.5329,2.082,1\n-0.074276,1.6256,1.4825,1\n-0.35546,2.5691,1.7014,1\n-0.24179,3.1206,2.4514,1\n1.4554,0.86659,2.1066,1\n0.59226,2.3921,2.689,1\n-2.1522,1.4417,2.1146,1\n0.43257,2.1679,2.9069,1\n-0.23649,2.2817,2.4179,1\n1.1494,2.3659,1.7447,1\n1.0443,2.2111,2.3561,1\n-0.016255,2.4256,1.8461,1\n0.80353,1.8187,0.2535,1\n-1.4381,2.6614,3.876,1\n-0.091132,2.0659,0.1739,1\n0.12433,1.8854,2.2759,1\n0.94352,2.1361,1.6767,1\n0.2115,1.6891,1.8264,1\n1.6489,2.672,1.8148,1\n0.74446,2.7988,1.0892,1\n1.3334,3.9502,0.23002,1\n1.0354,0.65868,2.5655,1\n0.018958,2.0322,1.5098,1\n-1.6949,4.7317,2.1033,1\n-0.22717,1.1604,1.9352,1\n0.31353,0.61801,0.75853,1\n0.2366,1.2405,1.1813,1\n-0.75168,3.1816,1.1581,1\n-1.1436,2.5593,2.1545,1\n-0.44465,3.4745,2.8666,1\n-2.5057,1.2651,0.86225,1\n-0.61707,1.5371,1.3177,1\n-0.24186,2.6721,2.7318,1\n-0.29914,1.7999,3.3694,1\n-0.49854,1.6104,1.3608,1\n1.1855,0.96013,2.8255,1\n0.14631,3.3817,3.4974,1\n0.29955,1.935,1.0922,1\n0.70027,0.8413,2.6491,1\n-0.2954,3.0019,2.0383,1\n1.1916,1.8777,1.1018,1\n-0.26686,3.8163,0.2587,1\n0.17961,2.1382,0.33883,1\n-0.053269,0.73943,1.136,1\n-1.9774,1.3098,3.1583,1\n-0.6823,2.8248,1.6232,1\n0.37243,1.8359,2.0846,1\n-0.26232,2.2703,1.1656,1\n1.0556,2.8027,3.1215,1\n-1.0738,1.7549,2.3581,1\n-1.305,2.7759,1.1483,1\n-0.3015,1.6411,2.6568,1\n0.72122,2.4357,1.9926,1\n-0.017373,2.9411,2.3593,1\n-1.8049,3.9869,1.0589,1\n0.97088,2.741,1.9797,1\n-1.2191,2.1302,0.97827,1\n-0.18294,0.3364,2.9831,1\n-1.3823,2.558,2.3962,1\n-1.2946,0.87582,2.2354,1\n1.8631,3.5672,1.4724,1\n-0.44065,2.4215,1.8329,1\n-0.22002,1.6879,2.8099,1\n-0.32277,1.8821,3.074,1\n2.1294,2.7236,-0.15259,1\n-0.63482,1.6274,0.54381,1\n0.098581,2.7462,1.347,1\n-1.1601,2.0527,0.75465,1\n1.419,2.5647,2.608,1\n-0.26187,2.0844,2.2241,1\n-0.68678,2.1307,2.1955,1\n-0.088904,3.066,1.95,1\n-0.98471,1.9949,3.2944,1\n-0.42604,0.023277,2.4763,1\n0.16257,2.0952,2.298,1\n-0.52477,1.9909,2.4445,1\n0.80714,1.3117,2.1867,1\n-1.4258,1.7124,2.9093,1\n-1.7866,2.3908,-1.3209,1\n-0.41969,1.7649,1.9049,1\n0.54693,1.4318,2.6302,1\n0.71525,2.0275,1.0153,1\n-0.84996,1.6282,1.3967,1\n0.43885,1.8298,2.3178,1\n-0.89406,1.8575,0.74867,1\n-0.3066,3.9201,1.8527,1\n0.82487,3.0806,0.52013,1\n1.1786,0.77471,3.2906,1\n1.0363,1.9468,2.1641,1\n0.3121,2.8026,0.48872,1\n-0.15032,2.2579,2.5195,1\n0.27397,1.8536,0.72801,1\n-0.063621,1.8715,1.6834,1\n-0.662,1.5974,1.5005,1\n-0.76545,1.6496,1.8907,1\n0.49049,2.1618,3.4864,1\n0.99627,2.9075,3.5647,1\n-1.7218,3.6615,2.9139,1\n0.044968,1.724,2.2551,1\n0.061902,0.42899,2.0628,1\n1.1279,0.37168,0.60074,1\n0.25088,3.5033,1.5267,1\n0.769,4.3272,2.2068,1\n-1.3733,2.8856,0.66903,1\n1.1338,1.9575,2.8148,1\n0.2111,2.7703,2.9969,1\n-0.85136,2.5471,1.949,1\n0.76813,1.9917,2.5299,1\n-0.64028,1.684,2.722,1\n-0.25136,0.6668,1.3053,1\n-0.94417,2.99,1.5063,1\n0.87387,2.1634,2.4827,1\n0.4404,2.3335,1.6939,1\n-0.85034,2.4633,1.4851,1\n1.2014,0.83905,1.4113,1\n-1.3073,1.7895,-0.19077,1\n0.24034,3.1125,2.2236,1\n-0.53074,2.0265,2.0237,1\n0.62415,1.9231,3.1551,1\n0.25857,0.93422,3.9462,1\n0.57977,2.323,3.0315,1\n-1.6834,2.3751,-0.045808,1\n-0.68484,1.2991,1.4918,1\n-1.7543,0.61927,0.93946,1\n-1.3896,2.3754,3.384,1\n-0.84934,2.3612,3.4988,1\n-1.0691,2.3834,3.4337,1\n0.12567,1.462,3.2193,1\n0.33858,2.2659,1.4988,1\n0.73331,2.2666,2.2989,1\n-1.4929,3.7938,3.0509,1\n0.67998,1.4989,0.59367,1\n-2.8278,0.71234,3.3793,1\n-0.47705,0.61579,1.2804,1\n-0.15199,1.9772,2.1266,1\n-0.97708,1.7712,0.62502,1\n0.47552,2.94,2.3702,1\n0.36938,2.186,0.54496,1\n1.0614,2.239,1.669,1\n-0.27575,2.4369,1.0089,1\n0.34983,1.8627,3.5546,1\n-0.45948,1.2813,0.35807,1\n0.12275,2.8484,1.3534,1\n-0.78091,1.0193,3.0761,1\n1.3125,2.9339,2.4565,1\n2.1628,3.2876,2.2604,1\n2.2937,1.6341,0.21381,1\n0.53537,1.4278,1.5971,1\n0.54169,1.0042,2.5842,1\n-1.6196,0.64898,3.9064,1\n-0.0201,-0.44266,2.3913,1\n0.61516,0.83733,2.7047,1\n-0.87877,1.3925,3.1883,1\n1.0138,1.3216,3.0352,1\n0.50199,2.7875,0.61348,1\n0.079089,3.8079,0.53893,1\n-0.6689,1.3395,1.5664,1\n-1.0627,2.6646,3.2523,1\n0.66411,3.1189,0.52015,1\n-0.92229,1.7855,1.5108,1\n1.4792,2.6362,2.8745,1\n-0.58358,0.85063,3.1376,1\n-0.92789,2.4465,2.3416,1\n1.0162,1.5191,2.5731,1\n-1.6424,2.0462,3.8766,1\n0.4364,1.6788,1.8731,1\n0.11708,1.5166,3.611,1\n1.0627,1.8898,2.3112,1\n1.8216,2.0002,4.2597,1\n0.90787,3.5474,1.1269,1\n0.27264,1.9654,2.0403,1\n-1.2038,1.9396,2.0464,1\n-0.9746,1.5359,3.1012,1\n-1.9779,3.2881,1.2014,1\n-1.3361,1.1009,0.73392,1\n0.3138,3.6561,2.3617,1\n0.87126,2.6165,2.2798,1\n0.81485,2.5403,2.1061,1\n-0.78268,1.1952,1.2413,1\n-0.087192,1.2749,3.1523,1\n1.499,1.3582,0.7916,1\n1.1474,0.78762,2.442,1\n0.087529,-0.1066,1.4193,1\n-0.83031,2.3775,1.8835,1\n0.028085,0.33055,0.80747,1\n1.0183,2.6571,1.1715,1\n-1.9563,1.0676,2.8702,1\n-1.2118,1.0334,1.8982,1\n1.7402,2.6483,0.79211,1\n0.031905,2.2839,2.8109,1\n-0.041151,1.1079,1.6524,1\n0.26861,1.8076,2.1236,1\n0.72259,2.0641,2.2194,1\n0.40396,2.6646,3.835,1\n-0.027888,3.08,3.4348,1\n2.1862,-0.030014,0.8425,1\n-1.6552,4.0166,2.8404,1\n1.3956,2.8497,2.7735,1\n0.040513,2.5438,0.13654,1\n-0.59303,1.3269,1.7821,1\n2.0402,3.3362,3.2304,1\n0.3712,1.2256,2.2708,1\n0.63038,2.4885,1.1808,1\n-0.0010228,0.77011,2.1547,1\n-1.1997,1.6093,1.8902,1\n-0.4681,-0.78988,1.4122,1\n-0.28306,1.6206,3.4458,1\n-1.4768,0.93736,2.7448,1\n-1.0544,2.1348,1.5153,1\n-0.37945,2.6879,0.87154,1\n-0.49453,4.4199,2.7211,1\n-0.49342,2.3557,1.2767,1\n0.34975,1.1036,0.0061338,1\n1.9234,1.0378,0.43937,1\n0.16544,1.8268,1.1316,1\n-0.083979,0.31016,1.5553,1\n-0.16073,2.4558,3.8524,1\n0.28594,0.96551,1.1811,1\n0.99135,3.5203,2.2223,1\n0.42443,3.5573,2.3442,1\n0.18406,3.4999,3.4334,1\n-0.70186,2.0151,1.6327,1\n-0.35692,3.1636,2.9459,1\n-1.5378,1.6583,2.8165,1\n-0.67812,0.7972,0.3913,1\n2.1082,2.1885,1.4725,1\n0.62127,1.583,-0.17998,1\n0.4711,3.2702,1.0583,1\n0.4308,3.2389,0.80632,1\n0.69134,2.899,1.2402,1\n1.1016,1.2696,1.7347,1\n1.4245,0.18076,0.82496,1\n-1.6912,0.61245,1.0804,1\n1.2102,2.1679,1.7556,1\n-1.3947,1.0837,1.4041,1\n2.1686,4.3551,2.4224,1\n-0.17552,2.8987,1.2469,1\n1.1079,0.85245,0.87448,1\n-0.027913,2.3606,1.0703,1\n0.68818,1.9365,3.6562,1\n0.11017,1.9511,1.6596,1\n1.1422,2.2529,0.5111,1\n0.1536,1.7085,3.8392,1\n0.15819,1.9951,2.5977,1\n0.13208,0.26862,0.92962,1\n0.16444,2.1444,2.2862,1\n2.1462,0.58235,2.6678,1\n-0.12989,2.5419,3.1906,1\n-0.38035,1.2891,1.7751,1\n0.070934,1.6491,-0.19281,1\n-1.1631,0.96362,3.0456,1\n0.9266,2.9168,2.7746,1\n-0.33988,2.2008,2.6892,1\n0.4082,0.40792,1.741,1\n-0.36469,3.5111,2.1992,1\n-0.31696,1.4514,1.5234,1\n-0.10549,0.69351,2.0784,1\n-0.22884,1.5962,1.2619,1\n0.68359,2.2456,1.525,1\n0.66645,2.4325,1.5325,1\n-0.40624,2.1511,1.2582,1\n-1.6711,2.2932,2.0497,1\n1.1719,3.576,2.3462,1\n-1.47,2.2537,1.2294,1\n0.091367,0.66564,0.84204,1\n-1.841,0.57242,0.81729,1\n1.5527,3.7428,1.3833,1\n-0.20986,1.5944,1.4867,1\n-1.6466,1.6849,3.1528,1\n1.6068,3.0247,2.5755,1\n1.7384,0.9845,2.5465,1\n0.47362,1.1695,2.117,1\n0.65552,1.9611,1.5158,1\n0.50533,1.5906,1.5254,1\n1.056,-0.15537,1.4762,1\n0.66562,3.1622,3.0402,1\n0.62607,0.7814,1.3082,1\n-0.14814,1.5344,2.4486,1\n-1.6103,1.0482,2.2973,1\n0.28497,1.3601,3.2268,1\n-0.47323,0.8079,1.4882,1\n-0.46785,2.3252,2.0518,1\n1.4801,4.4709,2.0376,1\n0.57303,1.8221,3.4595,1\n-2.3213,2.8283,1.4581,1\n-0.09766,3.542,0.091456,1\n-0.0037198,-0.0076065,-0.027649,1\n-1.9589,0.87591,1.3987,1\n2.1969,1.0484,1.0031,1\n0.40458,2.4727,0.86648,1\n-0.6623,1.3952,0.98249,1\n-2.5235,1.2837,1.4336,1\n-0.23954,1.3161,1.9544,1\n1.6747,3.3615,1.958,1\n1.5723,1.9013,2.4766,1\n-0.12628,1.1566,1.5721,1\n0.55509,2.1886,1.3912,1\n-0.73186,2.9754,4.5667,1\n-2.0791,1.7605,2.212,1\n-1.1448,1.4832,1.7481,1\n-0.23472,2.8279,1.8596,1\n-0.26169,2.2919,3.6783,1\n-1.2513,1.8625,2.6659,1\n1.1162,2.0362,2.965,1\n-1.8579,1.8116,2.9304,1\n-0.28883,1.2631,0.72929,1\n-0.18697,1.3838,1.9347,1\n0.1596,2.9863,3.7216,1\n-0.11133,1.995,2.3143,1\n0.17773,2.8444,2.0015,1\n-1.0008,1.0095,2.4638,1\n1.076,-0.75254,0.89116,1\n-0.32222,1.9981,1.7123,1\n1.0321,3.4009,2.8513,1\n-2.7136,1.4637,3.1295,1\n0.18786,1.7886,1.6518,1\n4.0347,1.9907,1.9304,1\n-1.0263,2.4587,2.1193,1\n-2.0118,1.6286,2.5833,1\n-1.1249,-0.11319,2.4956,1\n-0.51468,2.4205,1.2418,1\n0.36045,-0.14287,2.976,1\n0.563,0.79903,1.6223,1\n0.31159,2.4209,1.9546,1\n-0.23959,0.629,1.6069,1\n0.17612,1.8001,1.5643,1\n0.62057,0.94595,1.7162,1\n0.60742,2.1049,0.3163,1\n-1.7375,3.3828,1.7118,1\n1.77,2.3556,0.9837,1\n-0.44632,2.4686,2.2917,1\n1.5041,2.0901,2.4889,1\n1.7161,2.1336,3.1615,1\n-0.77204,2.9763,1.3348,1\n-1.9186,2.145,1.8157,1\n-0.46288,2.9796,1.9094,1\n-0.41419,3.2677,0.17345,1\n-2.1983,1.9119,3.4436,1\n0.33838,3.3344,1.3203,1\n-0.15619,2.8461,2.744,1\n1.3488,2.396,1.0225,1\n1.45,2.001,1.8463,1\n-0.11613,-0.1397,1.8695,1\n-1.4952,0.9733,1.3915,1\n0.47335,1.8996,2.7507,1\n0.48067,1.5276,0.12135,1\n-0.11114,-0.3936,2.3525,1\n-1.7026,1.3264,5.0623,1\n0.44864,1.4321,2.1255,1\n-1.1444,0.93307,1.1899,1\n0.66553,2.8346,2.6445,1\n1.0648,2.8773,1.4685,1\n1.0452,1.7357,1.302,1\n0.73555,3.7543,1.5267,1\n-0.25915,1.1023,1.1441,1\n-0.49266,1.9884,2.7424,1\n-0.39428,1.6641,2.1825,1\n0.46113,3.5617,1.9684,1\n2.214,1.4872,-0.10817,1\n0.47358,0.99067,0.97955,1\n-1.1838,1.6345,2.9039,1\n0.39842,3.0253,1.5439,1\n-1.8295,2.0543,1.1646,1\n-2.073,0.44322,1.7225,1\n1.5135,2.0394,1.5452,1\n0.34809,3.9306,2.1806,1\n-0.68397,1.6776,1.6083,1\n0.31525,1.9763,0.79188,1\n-0.029062,1.3818,3.8081,1\n-1.1684,2.018,1.4966,1\n0.315,2.1635,0.94548,1\n0.068903,1.9736,2.355,1\n0.36705,2.2945,2.6895,1\n1.8071,1.9914,2.1447,1\n-0.078883,2.6799,2.1405,1\n0.93281,3.7023,2.1174,1\n2.0871,1.5095,2.1948,1\n0.75182,2.8799,1.8268,1\n1.1576,3.0326,4.8779,1\n-0.86498,1.4515,2.8001,1\n-0.49857,1.706,1.9784,1\n1.115,1.8033,1.8058,1\n1.4831,0.97901,3.3495,1\n0.36408,2.6613,0.48024,1\n0.1885,1.2583,2.0623,1\n0.95002,2.1251,1.6332,1\n0.23464,2.0958,2.2746,1\n1.9243,1.5866,-0.00040837,1\n1.0491,1.6922,0.64771,1\n-0.35021,1.7154,1.9161,1\n1.0542,2.5773,4.112,1\n-1.3713,2.2998,2.6776,1\n1.1828,1.6763,2.7242,1\n-0.59753,1.5923,0.93446,1\n1.1799,1.7657,1.9823,1\n-1.2802,0.55759,1.8212,1\n-1.5855,1.0682,2.0047,1\n0.54833,2.1756,1.5275,1\n0.015346,2.4282,2.0723,1\n0.51786,2.3266,3.3224,1\n-1.1578,2.0418,0.53057,1\n0.33509,2.9185,3.098,1\n-0.93578,1.9958,3.2828,1\n-0.23055,3.337,-0.75491,1\n-0.21664,1.8674,2.3374,1\n-0.48428,1.2683,0.67115,1\n1.3378,3.2345,1.7823,1\n1.1796,1.3246,1.4903,1\n3.2016,2.4551,1.2805,1\n-2.062,2.0581,1.9792,1\n-0.921,2.6165,4.2785,1\n-0.46195,2.6944,1.2937,1\n-0.60971,-0.79044,2.6962,1\n0.019671,2.6855,2.8866,1\n0.30423,1.581,3.0137,1\n-0.78784,1.3251,0.92358,1\n-0.29289,-0.60163,0.51872,1\n2.3323,1.3354,0.14716,1\n2.0376,2.4886,2.0686,1\n-1.2208,2.0112,2.1664,1\n2.3714,3.4182,2.607,1\n-1.6368,2.7768,2.1283,1\n-0.70235,2.2573,1.8012,1\n1.0571,0.48044,3.9385,1\n-0.45547,3.0683,2.6511,1\n0.50148,2.1464,1.9944,1\n-0.076491,2.4673,1.0606,1\n0.026355,3.2073,2.7585,1\n1.3068,1.723,0.8664,1\n1.5797,2.2083,1.1935,1\n0.30386,3.3472,3.79,1\n1.5831,1.3344,0.57448,1\n-0.60492,2.6458,2.6078,1\n0.813,1.8482,1.1623,1\n-0.53662,1.0338,2.7732,1\n-1.0648,1.6981,0.81476,1\n-2.6593,3.2861,2.5689,1\n-1.1025,1.101,2.1005,1\n-0.31595,-0.24607,2.0786,1\n-0.033697,2.4074,1.499,1\n0.79796,0.75373,1.9612,1\n-1.235,2.3724,1.2452,1\n-0.97406,2.314,1.3612,1\n-0.21906,2.8708,1.2376,1\n1.0724,2.4045,4.2496,1\n1.2106,2.117,3.5993,1\n-0.84611,3.7699,2.9252,1\n0.63744,4.8814,0.98866,1\n2.1255,1.7804,4.1267,1\n1.1073,3.6707,1.3093,1\n-2.8058,1.2232,3.6747,1\n-0.29127,1.6775,1.0723,1\n-1.6025,2.2538,2.595,1\n0.73975,1.0545,3.3136,1\n1.0638,-0.51908,2.9926,1\n0.80674,1.8911,2.5543,1\n-0.28593,1.6284,2.4374,1\n0.19324,2.1601,1.5057,1\n-1.2384,1.7668,2.7304,1\n-0.92969,2.9345,3.3823,1\n-1.5848,0.97581,0.57912,1\n0.41598,1.9435,0.91585,1\n-0.10317,0.1115,0.74004,1\n0.84653,1.0119,2.676,1\n-0.27184,2.0396,2.7965,1\n-0.97256,3.9,1.6326,1\n1.7091,2.563,1.2745,1\n0.82074,2.3983,1.6513,1\n0.4751,1.7976,1.918,1\n-0.044937,1.2346,3.5904,1\n-0.80027,4.3879,2.0851,1\n0.87732,3.4534,1.2618,1\n-1.2968,0.56187,0.02668,1\n-0.9711,2.3182,1.3693,1\n0.58672,1.9661,2.9136,1\n0.56747,1.8104,1.9347,1\n-1.1542,1.0665,2.8476,1\n0.059557,2.6409,1.2543,1\n1.8291,3.4225,2.5991,1\n-0.89468,2.7751,3.5829,1\n-1.1649,3.626,3.4866,1\n0.9706,2.3923,2.643,1\n0.17773,2.0172,1.6634,1\n-1.0058,2.1101,1.8087,1\n-0.28916,2.8674,2.386,1\n0.38139,0.70019,0.98513,1\n0.47997,2.2437,2.0056,1\n0.43917,3.6129,0.55923,1\n-2.7972,0.69002,0.96041,1\n1.7946,1.7065,2.8459,1\n0.34086,1.5501,1.9799,1\n1.1542,2.9532,1.984,1\n-2.3531,2.232,1.788,1\n0.80271,1.039,1.0959,1\n-1.108,1.258,2.2204,1\n-0.27731,1.8612,1.3198,1\n0.016473,2.2353,1.0726,1\n-1.5191,3.7249,1.8814,1\n-0.64608,1.5922,3.4326,1\n-0.15229,0.77481,1.8023,1\n-1.8168,0.85959,1.3864,1\n0.42631,1.7578,2.913,1\n-0.040448,0.77468,-0.030382,1\n1.8318,1.6284,2.3174,1\n-1.3006,0.74577,0.82811,1\n-1.0777,1.5797,1.2635,1\n0.091096,1.2195,0.17761,1\n0.27223,1.289,2.6544,1\n1.5938,0.84985,3.1143,1\n0.11697,2.2692,0.78132,1\n0.72579,0.9083,0.60556,1\n0.56753,2.2655,1.8911,1\n2.6153,2.2142,1.5428,1\n-1.2511,1.267,2.6318,1\n-1.5547,2.8152,1.5164,1\n-0.15711,1.4401,2.0579,1\n0.3003,2.4599,1.9323,1\n-0.53931,2.1952,3.5429,1\n-0.84518,2.0937,1.4322,1\n1.6739,2.5273,1.8038,1\n-1.2461,1.4115,1.7542,1\n0.16446,1.4328,2.8072,1\n1.0507,1.5403,2.8739,1\n0.46736,1.452,1.9491,1\n-0.070958,1.1111,3.1648,1\n-0.69283,1.2186,2.6124,1\n0.24074,4.0911,0.71051,1\n1.6894,-0.1514,2.2929,1\n-0.25484,0.74166,3.0417,1\n0.806,3.0313,4.2314,1\n0.73961,2.9409,0.56566,1\n-0.73627,0.35439,2.8307,1\n-0.20269,1.5394,3.8742,1\n-1.4205,0.51886,2.8947,1\n-1.4516,1.6121,1.7243,1\n1.1791,2.6377,2.7974,1\n0.56263,1.477,3.7657,1\n1.3281,1.5293,1.4591,1\n-0.091334,-0.13346,2.1872,1\n0.23397,2.9302,0.44452,1\n0.030232,2.8431,1.2145,1\n-1.0716,3.5146,2.2006,1\n-0.23819,3.0011,1.0693,1\n-0.675,3.4461,2.621,1\n1.3876,2.3461,3.1739,1\n0.73329,3.4263,2.9301,1\n-0.40877,0.1252,0.21384,1\n0.95956,2.6587,0.66003,1\n-2.0852,2.4651,0.44803,1\n0.31555,2.7687,4.3236,1\n0.31821,1.198,0.9223,1\n-0.68258,1.3319,2.1765,1\n0.25742,2.6368,2.437,1\n1.2009,0.37702,3.5489,1\n-0.59613,2.4535,0.78906,1\n-1.3693,3.7278,1.2639,1\n-0.34933,2.095,3.5615,1\n-1.2083,1.3584,1.9115,1\n-1.1768,2.6391,1.6255,1\n0.44337,2.5604,1.2343,1\n-0.45834,2.2073,1.7964,1\n1.0236,1.3573,1.6098,1\n1.5167,2.6113,3.7285,1\n-1.947,1.947,0.77839,1\n0.69083,1.7996,3.6097,1\n0.41018,-0.18675,1.1529,1\n0.40676,1.8701,1.9765,1\n1.0561,0.71447,0.43688,1\n0.1194,1.6699,3.1788,1\n0.86801,3.344,1.0531,1\n-0.74756,1.263,1.081,1\n-0.58949,1.7433,2.9831,1\n0.52326,0.28067,1.6329,1\n0.54661,1.7542,2.189,1\n1.3686,2.1529,1.9252,1\n-0.31818,3.5018,3.9517,1\n-0.15611,-0.037748,1.7574,1\n-0.20283,0.98104,1.0833,1\n-1.1656,1.995,2.4264,1\n0.26606,1.4936,1.06,1\n1.3262,2.2373,2.9402,1\n-0.97317,1.3461,1.249,1\n0.10914,1.7794,1.1248,1\n1.214,2.8709,2.6053,1\n-1.0057,3.7817,4.1163,1\n0.022156,2.3582,1.925,1\n1.4934,2.999,4.033,1\n-0.33909,1.8013,0.79418,1\n-0.096424,1.223,2.5211,1\n-0.35493,0.2878,1.3154,1\n2.0541,0.99976,2.0107,1\n-1.1663,2.3268,1.2508,1\n1.1688,4.6674,2.1866,1\n-1.0712,1.4822,0.86332,1\n0.36206,1.1569,1.0129,1\n-0.45024,4.0346,2.2095,1\n0.32234,1.1839,2.3913,1\n-0.29176,1.0467,2.9843,1\n-0.33387,1.1222,0.7729,1\n0.78074,2.3504,2.9339,1\n1.5119,2.041,1.0315,1\n0.17122,1.4625,0.64862,1\n-0.43012,2.7877,1.1479,1\n-0.013615,2.2406,1.2422,1\n0.27753,1.0682,4.2063,1\n1.4294,1.5756,2.5748,1\n-0.30131,3.6129,3.067,1\n0.19191,2.0387,2.1196,1\n-1.5149,2.1831,2.5259,1\n-0.082352,2.7865,1.0818,1\n-0.86189,1.6108,2.2156,1\n-1.065,3.5648,0.53806,1\n-1.2868,2.2806,1.3793,1\n-0.9881,3.5817,2.2239,1\n0.43371,1.5547,1.6049,1\n-0.52467,1.7228,1.559,1\n0.33658,2.9892,2.4718,1\n-0.83334,3.1362,1.142,1\n-0.70901,1.0262,1.8475,1\n-2.2203,1.8038,0.24109,1\n-0.45678,2.2633,1.1664,1\n-0.18709,3.1253,2.0022,1\n0.99683,2.4575,1.3045,1\n1.1163,1.7403,2.2795,1\n0.42223,0.22176,2.1816,1\n0.64256,3.0066,0.86859,1\n0.10494,1.9485,4.181,1\n0.84839,1.8,3.7159,1\n-0.074007,2.0182,1.5332,1\n-1.1832,2.48,0.89818,1\n0.64581,3.1089,2.41,1\n-0.60924,3.7744,1.1372,1\n-0.60193,1.793,1.4041,1\n-0.98999,3.5415,2.8602,1\n1.2034,1.985,2.1776,1\n-0.15993,3.6117,2.4748,1\n0.52166,3.1437,2.1834,1\n2.0578,2.5811,2.5139,1\n-0.55988,0.74181,-0.076216,1\n-1.8508,3.5305,1.1769,1\n0.84864,2.2381,3.2887,1\n0.55261,2.6374,3.8827,1\n-0.33978,3.4616,4.563,1\n1.955,2.2263,2.5064,1\n-0.39347,2.8433,0.59386,1\n1.0355,1.7082,3.9308,1\n-1.091,1.4747,1.4772,1\n-1.7219,2.1061,0.92608,1\n-1.9931,0.53576,1.4546,1\n1.1587,0.69347,1.9612,1\n0.41115,1.9351,0.19866,1\n-0.38647,2.9043,1.7743,1\n-0.025972,1.2559,3.6406,1\n-1.0159,1.5297,0.41854,1\n1.8331,3.5173,1.186,1\n-0.233,1.9538,1.7699,1\n-1.1411,3.8565,3.0653,1\n0.18628,2.8168,2.7247,1\n0.9544,3.7044,3.617,1\n-2.1928,2.0401,2.4883,1\n-0.86688,2.7492,1.4687,1\n-0.29612,0.54148,0.77439,1\n2.3617,3.5512,3.0555,1\n-1.1705,2.7242,2.2824,1\n1.3728,2.481,3.6715,1\n-0.68326,1.1349,2.3991,1\n-0.068176,2.5526,1.5061,1\n0.32822,2.4565,2.2271,1\n-0.1138,2.2972,2.9269,1\n-0.32462,1.3161,4.7273,1\n-0.75619,1.811,-0.10848,1\n0.91235,0.66891,2.7025,1\n-0.39042,3.402,1.2442,1\n0.60241,1.2005,1.6062,1\n1.6081,2.6061,2.605,1\n-0.48657,1.7385,3.5884,1\n0.27301,1.7402,2.3783,1\n-1.4236,0.77205,3.4957,1\n1.3736,1.7451,3.3138,1\n-1.3744,1.7391,3.4519,1\n0.64855,0.92407,0.81044,1\n-1.4567,2.199,2.4573,1\n1.813,1.6017,3.0691,1\n3.3444,0.80128,1.239,1\n-0.68247,0.23843,2.3431,1\n-0.7868,1.3981,1.5873,1\n0.62373,2.3361,2.238,1\n0.20402,1.761,1.3555,1\n-0.55704,1.7118,3.1485,1\n-1.5594,3.1306,2.0264,1\n-0.073824,2.1755,2.6191,1\n-0.19994,2.0037,2.5565,1\n1.7723,1.472,3.7869,1\n0.55326,3.1551,2.8188,1\n-0.82891,2.0517,1.1312,1\n-0.14993,1.1968,1.9713,1\n0.21498,2.2978,2.1152,1\n-0.89409,2.5259,-0.052882,1\n-1.838,2.0376,3.4819,1\n0.010311,2.1696,1.1285,1\n0.57686,1.9896,1.6922,1\n-0.16041,2.4259,4.4425,1\n-1.3259,2.4785,2.5751,1\n-0.33524,1.2972,1.3524,1\n0.345,2.8652,1.8829,1\n1.6324,-0.57152,1.1571,1\n-0.58794,1.5296,1.5736,1\n0.94021,1.7384,2.8764,1\n-0.29483,3.2342,1.961,1\n-0.72505,1.6013,2.9867,1\n-0.53793,2.4704,0.70818,1\n-1.1828,1.9327,1.1632,1\n-0.74534,2.1643,4.4264,1\n0.83427,2.0949,1.7729,1\n0.37067,1.6003,2.4694,1\n1.2638,2.6105,1.7493,1\n0.41046,2.3937,2.1816,1\n-0.50992,0.90286,2.6155,1\n0.41317,0.66622,1.9334,1\n-0.01871,3.1706,2.0588,1\n0.48788,2.0594,1.212,1\n-1.02,0.52354,2.0364,1\n-0.96844,2.6125,2.5786,1\n0.50383,2.5652,2.4618,1\n1.2728,0.65694,2.2146,1\n0.68073,1.6226,2.7419,1\n-0.85665,2.5302,0.61674,1\n0.14987,3.2186,1.2261,1\n-0.81452,1.4274,1.7245,1\n1.1368,2.6606,1.6651,1\n-0.099524,1.7312,1.8547,1\n-1.5822,4.2866,2.9261,1\n0.051531,1.4778,2.1244,1\n-0.43605,1.9859,1.8182,1\n0.060846,1.4673,3.3404,1\n0.12002,2.6226,2.9038,1\n1.3931,3.5725,1.3928,1\n1.7302,2.0147,1.006,1\n-0.814,2.7187,3.3203,1\n0.1694,1.3919,3.2117,1\n-1.046,3.143,2.2041,1\n0.21145,2.1098,1.0954,1\n-0.32375,0.65218,2.0554,1\n-0.24271,2.0599,2.3027,1\n0.41627,1.0739,1.926,1\n-0.37107,2.1345,2.9283,1\n-0.98651,2.491,2.8856,1\n0.19421,3.6125,0.74043,1\n-1.7063,3.9309,1.1558,1\n0.54877,2.0065,1.7689,1\n0.30662,3.9842,1.5885,1\n-1.1223,2.2591,0.83742,1\n-0.5768,2.6575,1.6389,1\n1.338,1.2024,3.2229,1\n0.31345,1.0099,1.1483,1\n0.11117,1.8085,-0.27367,1\n-0.64959,3.9367,3.4136,1\n0.60314,0.23444,2.4259,1\n0.92147,3.0046,0.74707,1\n0.53333,2.1802,1.8966,1\n-0.07253,2.5702,2.3163,1\n-0.041897,2.033,1.1947,1\n-1.0605,0.65087,2.3108,1\n-0.33372,2.6528,0.24731,1\n0.85678,2.2879,3.3616,1\n1.2551,1.8634,2.8851,1\n0.3434,2.7419,2.2977,1\n1.0507,3.0847,1.48,1\n2.0702,2.1992,1.5741,1\n0.10971,1.386,3.7375,1\n1.1798,3.5647,2.5323,1\n1.7961,1.9621,3.711,1\n-0.56942,0.57676,2.3748,1\n-0.080255,0.73152,2.1768,1\n-0.49564,2.7543,1.2273,1\n-1.1126,1.6053,2.4776,1\n0.58899,0.6512,1.857,1\n1.5508,2.3829,1.1177,1\n1.642,3.8195,1.0504,1\n-1.1313,2.3076,2.055,1\n0.76135,2.1993,2.0171,1\n0.35431,2.6166,0.085847,1\n-0.66038,3.7722,3.4175,1\n-0.61947,4.5164,1.4596,1\n-0.31199,2.2671,1.9853,1\n-0.40258,3.1583,0.86587,1\n0.23606,3.8208,1.5391,1\n-0.62951,2.5959,1.5308,1\n-1.1654,1.6518,1.038,1\n0.21377,1.2839,2.5682,1\n0.27882,0.67638,2.577,1\n-1.199,1.8359,2.0224,1\n1.4158,2.2483,1.1143,1\n0.63991,1.7314,2.3576,1\n-1.0007,3.3291,2.214,1\n-0.13691,1.1273,1.4231,1\n0.6693,0.82293,3.1358,1\n0.45063,3.5757,3.063,1\n-0.63191,2.4714,1.3452,1\n0.12827,0.23415,2.7625,1\n0.071266,0.7799,1.1071,1\n-1.1632,0.91711,0.79263,1\n-1.0723,2.7426,4.3246,1\n1.2322,2.1651,2.0909,1\n0.14333,0.90642,2.5637,1\n-0.75357,3.8435,2.5278,1\n-0.60844,1.8423,3.6639,1\n-1.4202,2.281,1.3706,1\n0.21213,2.3036,2.3306,1\n-0.87196,0.6264,3.3223,1\n-0.31344,1.6548,1.3158,1\n-1.4085,2.3232,1.0265,1\n-1.7943,2.4373,0.93331,1\n2.0537,0.91641,1.2732,1\n0.83416,2.2393,1.2397,1\n-1.4946,2.4884,1.6138,1\n-2.1053,0.78673,3.4502,1\n0.99928,3.7493,2.4991,1\n-0.37349,2.1062,0.036528,1\n0.21466,2.3402,2.6516,1\n-1.5161,5.6176,2.8929,1\n-1.164,3.3854,1.9656,1\n-1.0751,1.9904,2.0516,1\n-1.2036,4.8813,0.66738,1\n0.90473,2.9764,1.2615,1\n0.99159,1.8471,2.0167,1\n-0.089911,2.1221,2.6174,1\n-0.18811,0.67008,2.6301,1\n-0.54656,3.4891,-0.77592,1\n-1.5704,2.2683,2.714,1\n-0.17381,2.385,2.1829,1\n-2.2032,2.1479,1.1708,1\n0.72321,1.405,0.636,1\n-0.35682,1.1955,2.3737,1\n0.24181,1.633,2.4721,1\n1.8309,2.0622,2.0132,1\n-1.7197,3.956,2.9007,1\n-0.19857,1.083,2.8006,1\n0.80701,2.8645,2.5703,1\n-1.5311,0.8793,1.5327,1\n-0.18809,-0.45996,2.4788,1\n0.38498,2.0942,3.1269,1\n1.1599,0.58461,1.0687,1\n1.97,1.0114,1.3655,1\n0.62011,1.0816,4.0538,1\n-0.84519,0.21034,0.19127,1\n-0.63143,2.836,3.0974,1\n0.69679,2.9866,2.0938,1\n0.20893,4.3556,0.68065,1\n-0.39288,2.1871,3.253,1\n1.185,0.32919,2.3564,1\n2.0115,1.4425,2.9876,1\n-0.66605,1.8542,1.1832,1\n1.0164,2.2873,2.7582,1\n1.3365,2.0982,1.7679,1\n-1.6153,1.9488,-0.32807,1\n0.64152,1.7454,3.0309,1\n-1.0606,3.42,0.86894,1\n1.0755,1.8427,2.3892,1\n0.68275,-0.16819,2.7109,1\n-0.98238,3.1625,3.6233,1\n-0.060631,2.6005,0.67341,1\n0.81246,2.0535,3.0789,1\n0.86849,1.4593,3.1041,1\n-1.0047,2.6843,0.6368,1\n0.97084,1.2825,0.22275,1\n-0.093821,1.6838,2.4266,1\n0.70723,2.7894,0.77725,1\n-0.56479,1.3541,2.3751,1\n-0.66449,2.5514,2.2457,1\n-0.44438,3.623,1.4604,1\n-0.3489,1.8762,2.2544,1\n0.61238,3.8317,0.95858,1\n-1.672,2.7229,0.41524,1\n-1.2268,1.9806,1.9623,1\n1.1239,2.5834,1.4087,1\n-0.26174,2.1654,3.1245,1\n-0.26504,2.3664,4.1892,1\n-0.6643,0.84928,0.060999,1\n-0.17418,1.6851,3.8449,1\n-1.385,3.3003,1.0636,1\n0.45015,0.20255,3.8572,1\n-2.7217,-0.0075618,2.7469,1\n-0.59537,0.42986,3.3376,1\n-0.90348,2.7443,0.7461,1\n2.2284,0.35209,2.5518,1\n0.45937,3.6947,0.63878,1\n0.46118,0.65,3.5761,1\n-1.5324,1.9127,3.5312,1\n-1.2112,1.8774,1.2738,1\n-1.5092,1.8305,2.0622,1\n0.37485,0.42894,2.1664,1\n-0.50237,1.0578,0.70927,1\n0.11007,3.1253,2.6768,1\n0.74914,2.088,2.037,1\n0.30497,2.3209,1.3718,1\n-0.16517,2.3327,1.9931,1\n1.113,2.5632,2.7508,1\n-1.3957,2.2867,3.9197,1\n0.84538,-0.52386,0.55777,1\n0.67951,3.9573,2.2241,1\n1.4724,1.1541,2.1234,1\n-0.080082,2.5896,3.1655,1\n-0.81731,2.6937,3.4156,1\n0.17875,2.7157,-0.16549,1\n-1.1806,1.9572,2.9427,1\n-1.2929,0.91841,1.6007,1\n0.40726,2.8217,1.0429,1\n0.96412,1.9562,2.8259,1\n0.90732,1.8985,1.7596,1\n-2.1356,3.567,1.7756,1\n-0.5373,2.5526,1.3991,1\n0.79877,2.6251,1.6357,1\n-1.3981,3.2219,2.6311,1\n0.074059,1.2203,1.877,1\n-0.26166,2.0914,1.7498,1\n1.0677,2.6295,3.7464,1\n-0.76747,0.92181,3.4822,1\n0.21718,0.82007,2.3952,1\n1.0022,2.0564,1.8955,1\n-0.56184,2.2261,1.4895,1\n0.84871,0.0023684,3.0491,1\n-1.2523,2.1564,3.1549,1\n0.48205,2.3575,1.339,1\n-0.10197,1.2746,1.031,1\n0.4159,3.4776,3.4179,1\n-0.2458,-0.26972,0.94668,1\n-1.7417,1.5891,1.429,1\n-1.21,2.7936,2.0544,1\n-0.71919,2.3218,2.2227,1\n0.31744,0.47839,3.1724,1\n1.3078,2.1639,2.5068,1\n1.019,3.8921,1.8149,1\n1.7663,0.98667,2.2426,1\n0.73357,1.7127,1.3737,1\n-1.4908,3.0311,2.1194,1\n1.2686,2.4383,2.8412,1\n1.113,1.0687,1.5706,1\n1.2031,1.8293,1.3943,1\n0.4493,3.0697,3.1347,1\n0.65102,2.2367,3.5323,1\n-0.084643,3.302,1.6279,1\n0.11755,3.2264,3.4443,1\n1.0446,2.8554,1.6376,1\n-0.45606,2.7737,1.9699,1\n1.5892,1.9719,2.2011,1\n-1.0951,2.2987,1.0086,1\n0.74664,2.6221,2.0253,1\n-1.6851,0.50741,3.1501,1\n0.41371,2.8736,1.4156,1\n-0.19293,2.5695,1.4366,1\n-1.5855,2.1453,1.9634,1\n-0.80972,1.9059,2.9067,1\n0.22913,2.0299,1.8064,1\n-1.7008,1.403,3.182,1\n0.015486,3.4297,2.2571,1\n0.58326,0.95307,1.0292,1\n-0.16891,2.9742,2.2391,1\n-0.11304,0.6582,3.9365,1\n0.18936,1.157,0.96923,1\n-0.19654,2.4002,2.2696,1\n-1.982,0.48247,1.0192,1\n-0.99672,2.1795,1.8939,1\n-0.26435,2.5555,1.6062,1\n-0.35029,1.7086,2.5414,1\n-2.489,2.5595,-0.078239,1\n0.26116,1.8424,2.3815,1\n0.65507,-0.03717,2.5808,1\n-1.8796,2.9509,1.5285,1\n-0.38878,1.8533,2.4919,1\n-1.6368,1.5192,3.5541,1\n-1.6137,2.475,1.4713,1\n-0.88391,-0.26011,2.7305,1\n1.7068,3.1712,0.43821,1\n0.59016,3.2744,1.5981,1\n1.6226,0.93599,2.9152,1\n0.486,1.2826,0.53736,1\n-0.94747,1.2121,1.7039,1\n0.042837,0.38829,1.3964,1\n2.5959,2.332,1.4908,1\n-1.46,1.4937,1.9697,1\n0.03471,1.2961,0.73362,1\n0.13587,3.743,2.5026,1\n0.89686,2.1352,1.1171,1\n0.36074,1.5385,1.3284,1\n0.62198,2.3545,2.6747,1\n1.4854,0.86627,1.1419,1\n1.4226,2.1392,2.0732,1\n0.17913,2.8209,2.6511,1\n-0.081358,2.0779,-0.069646,1\n-0.67002,3.8252,3.9002,1\n0.17451,3.1372,2.3091,1\n0.15579,1.1234,2.4474,1\n-1.3547,3.0169,2.327,1\n0.50718,0.36548,1.8272,1\n-0.27852,1.2229,2.2668,1\n1.1614,0.63636,1.7702,1\n-0.83683,2.5943,1.8607,1\n0.50428,1.4819,1.0449,1\n-0.08383,1.5608,2.8874,1\n0.58621,0.85003,2.3936,1\n-0.86345,3.0343,0.55689,1\n0.53562,0.67811,0.66313,1\n0.71876,2.4867,3.9055,1\n1.5023,3.1482,3.0172,1\n-1.1229,3.2398,3.5892,1\n-0.25543,2.9995,2.149,1\n1.3793,0.6637,2.0218,1\n-0.13833,3.2102,2.8661,1\n-0.7701,2.2316,4.4443,1\n-1.7342,1.0926,1.3122,1\n0.18484,0.57158,0.5197,1\n0.6442,3.4227,2.3788,1\n-0.33766,2.4325,1.29,1\n-1.3463,2.952,1.9227,1\n-1.075,2.5454,1.9782,1\n1.1921,1.4167,1.0753,1\n1.3651,3.1787,2.3779,1\n0.84133,1.6421,3.0475,1\n-0.92959,2.2881,2.481,1\n-0.12342,4.3974,0.42494,1\n-1.254,-1.0331,0.83101,1\n-0.42609,1.8592,1.4416,1\n0.80514,3.1381,0.43531,1\n0.79747,0.62824,2.8889,1\n0.58094,1.5935,1.1826,1\n0.37812,1.9493,3.3332,1\n0.91448,0.55138,1.5843,1\n1.958,3.3845,2.513,1\n0.12279,3.3677,0.36351,1\n1.6842,1.6271,4.5862,1\n0.54125,3.1665,2.8674,1\n-1.3119,0.93537,2.7282,1\n-0.53298,3.8303,0.40051,1\n-0.17312,1.5855,2.6736,1\n-0.22743,0.35251,2.5999,1\n-1.2368,0.70656,1.6233,1\n0.1956,1.4825,1.1011,1\n0.60703,0.85087,3.0556,1\n-0.38949,0.66588,1.3117,1\n-0.51886,2.2474,2.2084,1\n0.28327,2.2803,3.4816,1\n0.4027,1.6912,1.6807,1\n-0.55046,1.601,1.0408,1\n0.25694,2.2005,1.7459,1\n0.34015,3.7666,2.4269,1\n0.98816,3.2996,2.7364,1\n-0.94667,2.1254,-0.0069441,1\n0.51712,1.7596,1.8931,1\n0.0092129,2.1742,3.3187,1\n-1.3434,2.1911,1.188,1\n-1.7874,-0.96824,3.3334,1\n-0.75555,2.0599,1.2532,1\n-0.01116,1.7095,1.6048,1\n-0.94771,0.48041,0.29162,1\n0.94784,1.8503,2.7896,1\n0.32824,2.1837,3.2351,1\n-0.73055,2.1118,2.3401,1\n-0.70519,1.7702,1.2651,1\n-0.83051,3.2865,1.0314,1\n-0.54463,3.8177,2.495,1\n-0.37429,1.7783,2.0944,1\n1.8816,2.5211,1.663,1\n0.54726,1.6249,1.9415,1\n-0.34375,2.3361,0.92377,1\n-0.018964,0.25224,2.2086,1\n-0.22667,3.3705,2.7159,1\n0.82762,1.5095,1.8805,1\n-0.99955,0.78184,1.0349,1\n-1.3882,3.3048,0.19875,1\n-1.9984,1.3186,2.032,1\n-0.4834,0.93778,1.444,1\n-1.7045,1.5635,0.41977,1\n-2.1519,-0.14784,2.5973,1\n0.20097,1.3958,0.72577,1\n-0.15479,0.77275,2.1461,1\n0.95442,1.5268,1.1769,1\n-1.3261,1.279,3.879,1\n0.44871,3.661,4.2953,1\n-0.63217,3.0788,1.7146,1\n-0.039615,2.0384,0.85096,1\n2.0135,3.6846,1.6693,1\n0.49917,2.0651,4.8028,1\n-0.04247,3.4959,3.9093,1\n0.48808,4.2508,2.6545,1\n0.82964,2.8869,1.0503,1\n-0.0037747,0.98613,-0.38636,1\n0.2254,1.7722,2.6534,1\n-2.0777,2.7014,1.0377,1\n0.15669,1.8253,2.3677,1\n0.5402,2.1473,1.5264,1\n-0.59373,1.5446,0.94941,1\n-1.8834,3.1549,2.1492,1\n0.34741,1.8749,2.2648,1\n0.56861,3.9683,2.3344,1\n-0.64617,2.3523,2.5693,1\n0.68099,1.8872,3.8391,1\n-2.1112,1.4485,2.316,1\n0.28454,2.2762,2.3891,1\n0.78234,3.0007,1.4979,1\n0.26848,2.0986,2.3958,1\n-1.6274,2.5454,1.876,1\n0.015195,1.3933,3.9431,1\n-0.59806,3.1313,1.9936,1\n0.42208,0.94062,2.5061,1\n0.80629,2.6447,2.711,1\n-0.12076,2.5963,2.6823,1\n1.0789,0.31343,1.1869,1\n0.15769,2.5216,2.2439,1\n-0.73996,2.1765,0.54719,1\n0.22033,1.7953,1.924,1\n0.2816,-0.12809,2.569,1\n1.0207,2.0297,1.8917,1\n-0.72814,2.2601,1.9877,1\n1.3848,-0.14976,3.4604,1\n-0.040364,0.1722,1.808,1\n1.1919,3.0423,0.74441,1\n0.98103,0.33372,2.07,1\n2.0685,1.2591,0.08842,1\n-1.2056,2.0462,0.71772,1\n1.0746,2.2588,3.8108,1\n-0.565,3.4009,-0.59581,1\n-0.25827,1.0377,1.0393,1\n0.59157,2.2212,2.5721,1\n0.50002,3.6133,2.4947,1\n1.0315,2.9574,2.8853,1\n1.1379,1.8882,2.3081,1\n-0.75976,1.428,1.3919,1\n0.1302,2.6695,1.3386,1\n-0.24544,2.6306,1.216,1\n-0.7919,1.5787,2.2813,1\n1.2431,1.3201,2.4083,1\n1.585,2.8867,1.6084,1\n0.57764,2.1658,2.1449,1\n-0.00060192,2.3028,1.4265,1\n1.1261,1.4831,2.8574,1\n-1.002,2.3487,2.8124,1\n0.26927,-0.090399,1.5277,1\n0.70147,2.2186,2.0873,1\n0.44843,1.2963,2.322,1\n-1.9565,1.1086,-0.95754,1\n-1.0133,2.5535,2.1969,1\n-0.93215,1.6736,0.87166,1\n-0.53428,2.6249,1.931,1\n0.74947,1.3817,3.1885,1\n-0.86757,1.179,1.7036,1\n-1.3515,1.2476,3.5024,1\n-0.36709,1.892,1.7456,1\n0.57513,1.7998,0.77835,1\n-1.351,1.8658,0.73021,1\n0.9038,1.087,2.7274,1\n0.68815,2.0071,0.60694,1\n-1.0209,0.88541,0.82098,1\n-0.95743,2.4398,1.888,1\n-1.9581,2.8069,2.7321,1\n-0.61227,2.8315,1.8088,1\n0.32395,3.0299,2.0719,1\n-0.46034,3.8266,3.1851,1\n0.90757,0.2325,1.7171,1\n-1.3706,3.3144,2.5492,1\n1.1768,1.8948,1.4178,1\n0.98785,-0.32402,1.3847,1\n0.78265,1.154,2.0748,1\n0.78275,2.0249,0.716,1\n0.90413,2.4496,3.0247,1\n-0.49077,3.3927,3.6463,1\n-0.51971,1.8707,0.47488,1\n0.63725,3.2233,3.8176,1\n0.41693,3.819,1.8157,1\n0.54519,1.45,3.0988,1\n0.76263,1.5752,0.63734,1\n-0.073187,1.538,1.0668,1\n0.17714,1.2561,0.91528,1\n-0.98139,0.31798,2.5787,1\n-0.1351,1.7441,1.0107,1\n0.73275,1.5371,1.615,1\n0.7008,0.54589,-0.33709,1\n2.1745,2.3887,3.4846,1\n1.1917,0.48798,-0.83748,1\n1.8834,0.83199,1.8359,1\n-2.1034,3.1153,3.1876,1\n0.098056,1.8153,2.2196,1\n1.168,3.2947,1.5308,1\n-0.51942,0.83242,2.2538,1\n-0.47244,2.7389,1.9727,1\n-0.37334,2.3637,3.1202,1\n1.4532,1.9451,0.34181,1\n-0.22494,2.5078,2.5568,1\n-1.2702,1.8409,0.26868,1\n0.8159,1.3782,1.096,1\n-1.1135,2.3397,1.0344,1\n-1.7256,1.6843,1.0481,1\n-1.407,3.7454,0.55308,1\n-0.95502,1.3655,0.72788,1\n1.5192,2.3647,2.6727,1\n-0.17725,1.2578,1.2331,1\n-0.39632,3.2386,1.8425,1\n0.60618,2.363,0.059218,1\n-0.93044,3.7012,1.9325,1\n0.073794,1.8824,2.3011,1\n-0.02884,2.9369,2.0888,1\n0.66296,2.5501,3.3012,1\n-0.74513,2.0432,3.3009,1\n1.3273,0.4545,3.4258,1\n1.0799,2.2595,3.7336,1\n-0.221,3.1979,4.5349,1\n1.2869,1.0657,2.1856,1\n-0.12898,0.86556,2.5244,1\n1.0589,3.1093,2.0954,1\n-0.73335,1.723,3.2358,1\n0.79818,0.80502,2.824,1\n-0.95236,0.95517,1.3081,1\n0.48028,3.2572,1.1207,1\n-0.37471,1.6636,1.9982,1\n0.36122,2.8573,0.51681,1\n-0.8485,2.358,1.5985,1\n-0.75279,1.2624,1.2089,1\n1.3271,0.74411,3.0837,1\n-1.3051,2.7778,2.9206,1\n1.9028,2.2398,2.0215,1\n-0.80947,1.7165,0.37275,1\n-1.6159,1.3419,2.6769,1\n0.55806,1.535,1.4506,1\n0.37388,3.6186,3.1023,1\n0.37387,1.6594,2.7608,1\n2.4959,-0.89322,1.9163,1\n0.31813,1.2963,3.123,1\n1.4409,2.3765,1.9848,1\n-0.22518,3.0569,0.76828,1\n-0.57999,1.3271,2.2018,1\n0.87012,2.6266,1.7641,1\n0.24148,2.1286,2.6773,1\n2.3548,1.6156,-0.67838,1\n-0.01988,0.99127,3.7272,1\n1.5616,1.0238,0.33724,1\n-0.15844,4.0243,2.8453,1\n1.16,1.7265,0.10433,1\n1.4206,3.2878,3.4813,1\n0.099498,2.8119,0.80803,1\n1.2766,1.249,1.5755,1\n1.4668,1.9915,4.0951,1\n-0.32623,2.9795,2.5257,1\n0.03705,2.887,2.2923,1\n0.15183,1.4065,0.75757,1\n-0.43914,1.9936,1.7399,1\n-1.0871,2.1027,1.9595,1\n1.9138,0.45042,1.9058,1\n1.6998,1.2525,1.9313,1\n0.071606,2.4868,1.3606,1\n-0.12069,3.6951,2.3444,1\n-1.0111,1.5714,2.1827,1\n0.25387,3.2796,0.95139,1\n1.3617,2.0932,1.906,1\n-0.17851,3.6503,0.68125,1\n0.42916,2.1136,1.201,1\n-0.40512,1.0481,2.385,1\n-0.15859,2.2419,0.036484,1\n0.89089,1.5275,1.171,1\n1.483,1.7761,1.9927,1\n0.48323,3.188,2.5569,1\n1.9482,2.5456,0.99157,1\n-0.56417,1.1622,1.9316,1\n-0.91965,2.5127,2.7372,1\n-0.80506,1.8277,2.8009,1\n0.75365,1.5634,0.85387,1\n0.30591,1.462,4.4157,1\n0.19679,1.018,0.27412,1\n0.051083,3.463,0.50677,1\n-0.22693,2.9651,2.1466,1\n0.059342,1.3923,2.8692,1\n-3.1476,1.8071,2.6607,1\n0.6394,2.247,2.8197,1\n-0.6548,2.2099,-0.25905,1\n-0.4547,2.6876,2.1933,1\n-0.81205,2.1855,1.2933,1\n-1.5362,2.9195,1.6122,1\n-1.5419,0.84419,1.3384,1\n0.62901,3.1126,3.4557,1\n0.22332,1.4046,1.6849,1\n1.2402,3.8302,3.6311,1\n2.4582,1.1117,2.0333,1\n-0.87038,2.1766,1.5373,1\n1.3108,2.5733,2.1714,1\n1.5788,1.5599,2.1604,1\n0.25189,1.5644,1.6897,1\n-0.022476,0.982,2.4777,1\n-0.21396,2.1275,1.466,1\n-0.09268,2.1914,3.6329,1\n0.43166,1.5967,0.64036,1\n0.90461,3.1172,2.9171,1\n-0.61923,2.4034,0.64224,1\n-0.013333,-0.014848,2.1495,1\n-0.088746,1.9906,1.0379,1\n1.3894,2.1769,1.8694,1\n-2.5717,0.58082,4.5951,1\n1.714,3.6814,2.189,1\n-0.82829,1.1999,1.6006,1\n0.54696,0.94127,1.3867,1\n-0.71568,2.1139,1.2796,1\n0.27699,0.12496,3.1277,1\n-0.94361,1.2867,1.9362,1\n0.48723,3.6866,2.14,1\n0.48676,2.0968,2.3226,1\n-0.39323,0.81189,2.0679,1\n0.2166,2.8173,1.0297,1\n1.6761,2.3961,0.63193,1\n1.8332,1.7559,3.3178,1\n-1.331,1.6076,1.9028,1\n-0.37359,1.6905,3.1426,1\n2.1239,2.1861,0.72609,1\n-1.3755,1.9725,2.1378,1\n0.67066,2.1511,1.9444,1\n1.2278,1.8891,1.1939,1\n1.8507,2.6478,2.2061,1\n-0.95323,2.0521,2.8921,1\n0.46827,2.4834,2.018,1\n0.20904,0.93103,2.1652,1\n-1.0666,1.5382,3.1827,1\n1.0227,3.7385,0.081542,1\n-0.93038,1.8211,2.3024,1\n-0.67472,0.67014,3.2221,1\n-1.3587,2.4149,4.0846,1\n-0.030276,0.40102,2.8106,1\n1.2703,3.1763,2.7481,1\n1.8364,2.972,2.8056,1\n-1.0372,1.3951,2.8785,1\n-0.54254,1.0894,2.2563,1\n1.1461,2.7221,2.4088,1\n0.58438,2.1127,1.6245,1\n0.27112,1.3943,2.9958,1\n-1.4631,1.1023,2.2069,1\n-0.47158,2.1862,3.5029,1\n-0.93024,2.1646,3.4319,1\n1.1673,2.7927,2.9506,1\n-1.9018,3.3813,1.5362,1\n0.89754,2.4556,0.46132,1\n1.0325,3.8266,1.0019,1\n-0.54793,2.756,1.7468,1\n0.55216,1.7106,1.4344,1\n0.92431,1.2331,2.0032,1\n-0.89865,0.56781,-0.36716,1\n-0.4276,2.4036,1.4462,1\n-1.6601,1.5484,1.1482,1\n-1.9045,1.5853,2.4907,1\n1.5442,2.5666,0.41971,1\n-0.31232,2.0761,3.2049,1\n1.0779,0.803,1.3365,1\n-0.72077,1.3942,1.9688,1\n-0.95378,1.6244,1.3072,1\n-0.41669,1.1645,1.1931,1\n-2.0205,1.9684,0.77552,1\n0.25002,2.5291,1.3194,1\n1.804,0.90658,1.4869,1\n0.83535,1.1211,2.0089,1\n0.30019,1.0948,3.0907,1\n0.24044,1.8374,3.3014,1\n-1.2795,3.0098,2.299,1\n-0.55344,2.686,1.5406,1\n-0.73108,2.246,2.0357,1\n-1.3238,1.9485,2.9696,1\n1.4989,1.855,2.1095,1\n-0.23711,3.3194,2.4815,1\n-1.1765,2.4598,1.211,1\n-0.50844,1.967,2.2604,1\n-0.83752,0.43286,4.2766,1\n1.8485,0.7425,3.2701,1\n-1.3804,1.8855,3.5304,1\n-0.78626,1.5444,1.7414,1\n-0.095007,1.5612,1.7654,1\n0.043142,2.9411,1.8147,1\n0.76981,3.127,1.6676,1\n0.30809,2.9012,1.1826,1\n-0.31568,1.7096,1.2705,1\n-0.25282,2.6707,1.3547,1\n-1.6434,1.6513,1.5919,1\n1.1075,2.9786,1.7361,1\n-1.5669,3.0822,2.2868,1\n-1.1279,2.5712,3.2481,1\n-0.15463,2.3583,3.268,1\n1.9226,1.8234,4.2455,1\n0.42406,2.708,3.2672,1\n1.0041,0.59127,3.0564,1\n-0.036973,2.1345,2.3142,1\n1.0038,0.083869,2.6306,1\n1.7421,1.2372,2.452,1\n-0.63842,2.6535,2.1735,1\n0.99928,1.4708,1.0634,1\n1.0246,4.0204,2.0231,1\n-0.16013,3.7724,2.7823,1\n-0.77169,2.4631,1.2285,1\n-0.43571,2.6722,2.9363,1\n-0.97297,1.5561,3.1278,1\n-1.8195,1.7781,0.53793,1\n-1.8801,2.9428,2.1685,1\n0.52036,1.0668,4.0131,1\n-0.43795,2.5263,0.24306,1\n0.41844,2.1617,2.9054,1\n-0.47097,2.9273,1.7894,1\n-1.3015,1.5308,2.6325,1\n0.56063,3.1827,1.256,1\n-0.066687,1.3705,2.5958,1\n-0.58547,1.2551,1.4199,1\n1.3346,1.4319,2.1776,1\n0.49211,0.55515,2.2101,1\n2.1342,1.2978,2.5824,1\n0.60578,1.9702,1.6458,1\n-1.6547,2.3769,1.8979,1\n-0.34938,0.50713,3.485,1\n-1.3299,3.5074,1.8861,1\n0.95082,1.9413,-0.51452,1\n-0.3129,2.8004,1.6169,1\n1.5334,-0.013476,2.6891,1\n-0.25445,2.9273,3.3958,1\n0.063426,2.674,1.4821,1\n-0.02893,2.1623,1.9947,1\n-1.7424,1.9145,1.5121,1\n0.014558,2.347,4.4593,1\n0.24177,2.5776,3.1877,1\n1.055,3.5778,2.0314,1\n-0.68231,1.5907,3.0715,1\n-0.62428,2.9268,1.333,1\n1.2678,1.2302,2.6597,1\n0.65408,1.9205,1.5559,1\n1.6348,2.8361,2.2164,1\n1.4031,1.4318,1.3709,1\n-0.019261,3.3212,1.9655,1\n-0.9066,0.1788,2.2645,1\n-0.65358,2.0645,1.1403,1\n0.48244,1.9818,0.50501,1\n0.37609,2.9968,2.7142,1\n0.37069,1.423,0.99707,1\n-0.38964,0.74531,4.124,1\n0.059265,1.6619,3.5101,1\n0.74349,0.74315,2.8891,1\n0.39014,2.3798,-0.54677,1\n-0.06207,4.5217,1.6128,1\n-0.24446,1.2757,0.93782,1\n-0.21602,1.7946,2.7968,1\n-0.38789,2.013,2.5673,1\n1.5787,2.487,2.4838,1\n0.30948,2.2438,1.0825,1\n0.59233,1.4784,-0.91117,1\n-0.79951,1.399,3.8714,1\n-0.78039,1.1293,2.8482,1\n-0.80223,1.5199,2.0481,1\n0.79493,2.938,3.4916,1\n-0.28868,1.9486,3.6174,1\n-0.2386,1.0495,0.77371,1\n0.29719,1.4863,3.5676,1\n0.22294,4.0875,2.8774,1\n-0.034792,2.4542,1.879,1\n-0.54924,0.96319,0.84574,1\n0.51449,0.9559,2.9568,1\n-1.4862,2.3741,1.599,1\n0.55076,3.1596,3.443,1\n-0.86475,1.402,-0.0035089,1\n0.65733,0.80437,2.4256,1\n0.46208,0.39435,1.7708,1\n1.685,0.27052,2.058,1\n1.2933,2.1503,1.6755,1\n-0.43224,1.5456,2.1408,1\n0.43204,1.0046,1.6756,1\n-0.47916,1.4556,1.5165,1\n1.1283,0.83417,3.1254,1\n-1.2299,2.8384,1.7481,1\n0.66386,3.1508,2.5699,1\n0.90248,3.3732,2.9196,1\n-1.4083,0.035703,2.7252,1\n0.58008,1.9288,1.8702,1\n-0.14443,1.2408,0.096007,1\n0.15263,0.97423,1.5401,1\n-0.22271,0.68615,2.5457,1\n1.1728,3.24,1.9839,1\n-1.1901,2.5838,4.6535,1\n-1.5168,2.5339,2.3959,1\n-0.41261,1.4576,2.2358,1\n1.524,2.2615,3.6404,1\n-2.0242,2.5995,1.2179,1\n0.51814,2.0867,4.6536,1\n-2.165,1.8618,2.7769,1\n-0.67179,2.5359,1.4844,1\n0.96608,2.9082,2.4875,1\n0.5709,2.7914,1.4492,1\n-0.23703,2.4812,1.5296,1\n0.16659,2.0807,0.26699,1\n-0.47771,2.2111,2.4102,1\n0.34893,1.7067,-0.19784,1\n-0.5573,1.1483,0.81162,1\n0.3692,1.0065,3.211,1\n-1.3759,1.3081,1.476,1\n0.39806,1.8753,2.9107,1\n-2.1064,1.9912,0.74797,1\n-0.8728,2.3401,3.0524,1\n1.8879,2.3395,3.2667,1\n-0.82454,1.9791,2.0209,1\n-0.34082,2.4486,0.87138,1\n1.0288,1.3508,1.4283,1\n-0.94373,0.66215,2.142,1\n1.5083,3.7926,0.083578,1\n0.10341,1.1971,1.2992,1\n-1.6129,1.7695,2.6516,1\n0.12984,2.3814,1.9941,1\n-2.2908,1.7103,2.6742,1\n0.40721,1.6161,2.8725,1\n0.39952,3.3932,0.88061,1\n0.1036,0.16043,2.2787,1\n0.63515,2.2771,3.5516,1\n-0.90795,1.8357,0.1293,1\n0.39674,1.2229,2.2414,1\n0.83217,3.2605,3.2802,1\n-0.17187,1.3803,1.1218,1\n0.0097552,1.4896,2.2917,1\n-0.41972,1.2458,2.4806,1\n0.88098,1.5656,2.802,1\n0.65365,2.2807,2.8295,1\n-0.40201,2.3047,1.3905,1\n-0.16753,3.5807,2.0142,1\n-0.4536,3.2028,2.7218,1\n0.14836,2.786,2.1948,1\n-1.7981,1.828,1.4773,1\n-1.2964,2.7968,1.2909,1\n0.63765,2.421,1.4827,1\n-0.027193,0.74023,3.4991,1\n-0.18065,1.8613,2.894,1\n-0.21996,2.6138,2.8413,1\n0.49198,2.2801,2.0259,1\n0.42431,0.10285,2.3534,1\n0.25349,2.7466,1.9642,1\n0.62433,1.3268,1.6773,1\n-0.092872,3.4397,1.6381,1\n0.32662,3.5405,3.4793,1\n-1.0743,2.3206,2.7145,1\n-0.83811,2.476,2.6251,1\n1.2732,1.8743,0.33825,1\n0.042218,2.8073,0.6491,1\n-0.010442,3.1651,3.7992,1\n1.4285,0.61733,3.5483,1\n-0.58011,2.3872,3.0658,1\n1.4976,2.3882,1.3403,1\n1.3543,1.9777,2.9596,1\n1.4368,1.6539,3.2601,1\n1.274,0.61852,2.3479,1\n2.3271,2.94,0.70538,1\n1.1733,2.5201,0.96854,1\n0.030227,0.90611,2.8396,1\n1.382,3.262,2.2183,1\n-0.50553,2.008,0.91496,1\n1.0673,1.5181,2.5016,1\n-0.17489,2.5206,1.2603,1\n1.0843,2.834,2.1223,1\n-0.82598,2.1513,2.4076,1\n1.3076,1.1015,2.2029,1\n0.32877,3.4332,2.5823,1\n1.1738,3.1747,2.1802,1\n1.4133,2.2478,1.532,1\n0.15351,1.606,2.0821,1\n0.045474,4.7956,2.2881,1\n-0.66651,1.074,3.5986,1\n0.58528,3.9308,2.3498,1\n-1.8777,1.1101,2.5607,1\n-0.90987,1.3839,2.4871,1\n-0.18916,2.8599,1.9018,1\n0.24983,3.143,2.6074,1\n0.12475,3.3453,3.794,1\n-0.45734,3.6323,1.4928,1\n0.36216,2.2624,-0.35305,1\n-0.73907,2.8527,2.322,1\n0.29616,1.1149,1.7241,1\n1.5771,2.3287,1.0482,1\n0.24696,-0.48328,3.2479,1\n-0.59088,2.1934,1.36,1\n0.069026,2.571,2.6298,1\n0.010058,1.8702,2.1998,1\n0.098144,3.0813,1.4353,1\n0.67591,1.7754,0.60696,1\n-0.82721,0.75964,1.9627,1\n-0.80267,0.74445,2.7279,1\n-1.6175,1.465,1.9314,1\n-1.125,2.1531,2.5546,1\n-1.0167,1.8767,1.0558,1\n0.41709,2.0027,1.6719,1\n-0.2792,1.7649,1.2471,1\n0.82422,-0.48407,1.0389,1\n0.78153,4.9324,2.4967,1\n-2.6215,1.8266,2.399,1\n-0.1409,1.4883,2.5356,1\n0.12443,2.1256,3.3972,1\n-0.47758,2.5015,2.4661,1\n0.54108,1.3526,-0.67021,1\n0.28228,3.1131,2.1446,1\n-1.1318,2.671,1.2097,1\n-0.64795,1.9314,1.5918,1\n-0.25127,2.9601,0.9289,1\n-2.7287,0.96775,1.0037,1\n0.11162,0.39576,3.1302,1\n0.92133,2.7239,2.5238,1\n-0.96513,3.6295,3.3449,1\n-0.54598,2.8824,1.2168,1\n-0.096043,0.79515,2.4892,1\n-0.11533,3.9201,2.1102,1\n-0.26414,1.2632,2.0148,1\n-0.074532,2.0182,1.9434,1\n1.98,-0.43071,3.0715,1\n-1.7208,1.7688,2.5407,1\n-0.14656,5.6776,2.5534,1\n-0.22089,2.036,1.2878,1\n-0.27837,-0.03582,0.83715,1\n1.1342,2.1923,2.5983,1\n0.66592,1.2672,1.7631,1\n0.74197,3.3973,0.94154,1\n1.2894,2.4267,3.9609,1\n1.0694,1.9389,1.619,1\n0.76923,0.99307,1.5821,1\n-0.4995,2.2369,1.7588,1\n0.045694,2.6762,2.3176,1\n0.71905,2.4132,2.7236,1\n-0.82522,2.1058,4.2651,1\n-1.6747,2.3232,1.0249,1\n-1.2621,1.2112,1.2175,1\n1.7891,2.9632,0.83424,1\n-0.39356,1.1085,2.4613,1\n-1.5472,1.3459,1.1075,1\n-0.54824,-0.32512,1.4496,1\n-0.23209,0.67091,2.2017,1\n-1.1046,3.1016,1.3311,1\n-0.683,0.26995,2.4795,1\n0.52884,1.5268,1.1298,1\n-0.64474,3.8959,1.2556,1\n-1.0557,2.8045,0.57761,1\n-0.086522,2.0887,1.9176,1\n0.57225,2.873,3.905,1\n0.35622,2.2409,3.4773,1\n-0.6299,1.0084,0.39548,1\n0.18299,2.3417,1.843,1\n-1.5035,2.8567,3.482,1\n0.52126,2.6166,1.6335,1\n0.54714,2.1684,2.8474,1\n0.67521,1.7415,2.0566,1\n2.8779,2.963,2.2869,1\n-0.17736,3.6446,2.578,1\n-0.58396,0.37681,1.9665,1\n-1.3601,2.9024,2.2961,1\n1.4752,1.322,0.79303,1\n0.64355,2.4006,0.63152,1\n1.646,1.5266,2.0077,1\n1.3832,2.9381,3.3813,1\n1.3256,2.7427,1.3248,1\n0.5585,2.0776,2.058,1\n-0.13645,1.8865,1.5401,1\n-0.66522,2.049,1.3832,1\n0.50014,2.5502,1.1438,1\n0.74703,2.9861,1.7579,1\n-0.16202,2.7511,1.1199,1\n-0.21159,1.1145,3.3116,1\n1.0093,1.2694,2.4187,1\n-0.68743,1.1247,3.5297,1\n0.11168,0.80562,0.79274,1\n0.050491,2.4454,0.2101,1\n0.68528,1.3184,0.99462,1\n-0.70308,1.1881,4.1733,1\n-1.0254,0.18695,0.90739,1\n0.65426,2.1137,2.4625,1\n-0.28941,1.3516,2.1893,1\n0.30069,3.2803,1.7923,1\n-1.1896,2.8405,2.3833,1\n0.1677,1.1264,2.2454,1\n-0.25044,3.3758,2.3187,1\n-0.09146,0.095445,3.5122,1\n-0.88595,1.7761,3.7283,1\n2.2214,2.3544,2.6399,1\n-1.3521,0.33739,1.8926,1\n1.2644,2.5308,0.97017,1\n-0.49658,2.7609,3.2843,1\n1.7521,2.8441,2.6252,1\n-0.45416,1.3011,2.9712,1\n-0.5443,2.2177,1.8768,1\n-0.55933,0.88809,1.1044,1\n-0.80051,3.4174,2.2363,1\n1.3411,2.3921,2.4339,1\n0.19267,1.8273,2.1961,1\n-0.58533,-0.95781,0.872,1\n0.49219,2.0131,2.9212,1\n1.4638,3.6015,3.3859,1\n0.65778,3.5573,1.8871,1\n1.4238,0.636,-0.24285,1\n-1.1559,3.9663,1.4038,1\n0.40499,2.7085,1.4561,1\n-0.26587,1.5247,3.4944,1\n0.28046,3.2068,1.0577,1\n1.7263,2.0581,2.209,1\n-0.15578,2.4172,1.233,1\n-0.25117,2.9143,1.9267,1\n-0.98624,2.2242,2.34,1\n-0.67229,1.4062,0.16606,1\n-1.9631,3.1478,2.6401,1\n2.1512,1.1423,0.79244,1\n1.33,-0.55174,2.2359,1\n-1.5728,2.0624,1.235,1\n0.1785,1.4592,0.034026,1\n-0.87558,2.021,2.7731,1\n1.2503,0.89538,1.4945,1\n-0.61515,1.0272,1.8784,1\n-0.99419,0.63008,1.6214,1\n-1.1042,2.7677,1.9691,1\n0.47714,1.7377,1.7979,1\n1.1376,1.8135,2.0445,1\n-2.1983,1.3297,2.188,1\n-1.0661,0.98926,1.3409,1\n-1.0546,1.33,2.6501,1\n-1.6713,1.5472,2.2392,1\n1.3215,0.16891,1.0932,1\n0.44917,2.5083,-0.10125,1\n0.28736,1.3361,0.21757,1\n0.20675,-0.65406,2.0233,1\n-0.90529,1.0755,2.33,1\n-0.84286,2.2239,1.0632,1\n-0.49098,1.0808,-0.0091688,1\n-0.011585,0.57812,2.4106,1\n-2.8626,3.4217,1.4909,1\n0.33502,1.6604,2.8011,1\n-0.97496,1.1199,3.062,1\n1.1333,4.4446,1.4612,1\n0.25628,1.2337,1.0251,1\n2.162,3.8499,1.3461,1\n1.2438,4.0861,0.79897,1\n-0.5393,-0.15034,2.423,1\n-1.669,0.76029,3.1718,1\n0.44527,0.70613,3.1938,1\n0.66486,1.0593,1.1567,1\n-1.2566,1.2762,4.1195,1\n-1.3776,1.4764,-0.17505,1\n-0.9516,2.1371,1.283,1\n-0.82283,1.3277,2.0836,1\n0.72226,2.2399,1.5247,1\n0.16781,1.9663,2.8168,1\n-0.019769,1.5363,2.7394,1\n-0.42962,1.7321,1.0258,1\n-0.35249,2.5239,2.7959,1\n-0.64134,3.8313,1.6854,1\n0.9711,1.8655,2.2234,1\n1.1336,1.5663,0.71953,1\n-0.43062,0.34862,1.2993,1\n-0.072352,2.7069,2.4695,1\n0.31985,2.7424,4.5355,1\n-1.3123,1.4935,2.5191,1\n1.0217,4.5361,-0.10039,1\n0.16878,3.0925,3.2111,1\n1.0301,2.8115,2.6857,1\n-0.45344,0.95633,2.4842,1\n-0.88579,2.4814,0.89242,1\n0.53234,0.63054,1.8786,1\n-0.16378,1.5844,2.5002,1\n-0.45605,1.275,2.4161,1\n-2.0889,2.3299,1.6973,1\n1.2192,1.7295,1.9608,1\n0.16997,3.7263,3.1975,1\n-1.0589,1.0696,2.9811,1\n-1.3205,2.7913,2.1077,1\n0.1148,4.0567,2.0146,1\n-0.91092,1.8758,2.3477,1\n-0.2756,2.1007,2.6155,1\n2.0211,1.7211,1.9957,1\n-0.39506,1.1077,2.3133,1\n-0.92155,3.917,2.0077,1\n-0.84617,2.6716,2.1175,1\n-0.74711,3.2687,2.3102,1\n0.17234,5.2452,2.6707,1\n-1.8197,2.5097,2.8309,1\n1.8437,1.4531,1.7319,1\n-0.55495,3.724,1.6251,1\n0.96251,1.2008,2.9501,1\n1.248,3.153,4.6126,1\n0.21802,2.406,2.7558,1\n-0.23134,3.758,3.2758,1\n0.87339,1.1537,1.0896,1\n0.29065,0.43358,3.6025,1\n-1.6589,1.2285,1.207,1\n-1.4936,2.0405,2.0948,1\n-0.72496,1.7644,1.4781,1\n2.3902,2.4917,2.7669,1\n-1.3364,1.8485,2.9784,1\n1.844,1.5194,2.0573,1\n-0.52278,1.4228,3.0875,1\n0.21681,2.523,2.6277,1\n-0.35022,0.74223,1.3248,1\n0.038964,0.534,1.9501,1\n0.48714,1.0424,0.51217,1\n-0.76929,1.642,1.6474,1\n1.7197,3.3576,3.7918,1\n0.15933,0.85216,2.4805,1\n0.61999,1.4313,1.609,1\n2.9451,3.3165,1.5459,1\n-1.2781,4.1855,1.1178,1\n2.55,1.7867,0.87309,1\n-0.6329,1.9227,1.3744,1\n-0.34293,2.3349,1.9534,1\n-0.2488,2.3092,2.8946,1\n0.9501,2.161,1.8614,1\n-1.276,1.8179,2.6509,1\n1.4058,2.2322,3.0956,1\n-0.016797,1.0311,1.1873,1\n0.5331,2.3367,1.2077,1\n-0.10196,2.3343,2.4572,1\n0.25022,1.5772,2.864,1\n1.0506,1.4806,0.324,1\n2.3752,1.0959,1.3092,1\n-1.74,1.6408,1.8013,1\n2.3358,1.9507,1.7111,1\n0.11064,2.6619,3.6295,1\n1.62,2.9192,3.7163,1\n0.98321,1.7167,2.1366,1\n-2.0553,0.42703,2.5279,1\n0.015559,2.5766,2.148,1\n1.259,2.8706,1.2738,1\n1.182,2.5166,1.6757,1\n-1.1209,1.3333,1.6388,1\n-1.0454,2.2784,3.1557,1\n-0.49684,2.2506,1.1297,1\n-0.41255,1.945,2.8804,1\n0.55768,0.84641,2.6989,1\n0.22987,0.87856,0.74479,1\n0.40847,2.0952,2.0058,1\n0.00094548,1.6405,0.65487,1\n-0.68861,2.3456,2.9475,1\n0.71641,1.3841,2.8169,1\n-2.2729,4.0589,2.7547,1\n-0.2528,1.2792,2.6383,1\n-1.4747,2.474,2.2011,1\n-0.001729,2.3132,2.2332,1\n-0.80242,3.253,1.9708,1\n0.36156,0.74934,1.0452,1\n-0.81973,0.53123,1.8688,1\n-0.24721,0.97812,2.6362,1\n-0.19343,2.2021,1.1587,1\n0.41036,2.5502,1.7981,1\n-1.0787,1.2707,0.96206,1\n1.1493,1.4939,2.5987,1\n1.2735,2.1712,2.4928,1\n-0.89732,1.7994,2.8985,1\n1.07,-0.55459,4.1581,1\n-1.4602,1.5097,3.4993,1\n0.74254,2.189,2.732,1\n1.5093,0.73141,1.6463,1\n1.6023,3.277,2.1801,1\n-1.6395,1.4949,-0.5832,1\n-2.1155,1.2413,2.2301,1\n1.8331,2.4445,1.7621,1\n-0.082408,2.3299,-0.0058626,1\n0.48388,2.5823,2.3069,1\n-0.31662,3.0954,0.87328,1\n-1.591,1.5225,2.8618,1\n-1.2409,2.1262,1.7176,1\n-0.29058,1.4979,0.11802,1\n0.80442,2.4286,3.1595,1\n0.34349,1.3913,1.5754,1\n0.26084,0.89779,3.1627,1\n1.1072,1.1041,2.1251,1\n1.2969,1.0645,0.83155,1\n-2.2699,0.49401,1.167,1\n-1.5866,1.634,3.3926,1\n-0.34848,2.8986,2.8708,1\n0.39248,2.5777,1.1184,1\n1.1126,0.62746,2.2061,1\n-0.24725,0.76839,1.8467,1\n0.10496,3.1711,1.3843,1\n-0.6473,2.1584,2.8761,1\n-0.22779,2.6802,1.9171,1\n0.71992,1.9484,0.082051,1\n0.38989,3.1689,2.529,1\n-0.79732,2.889,1.0409,1\n1.6023,2.2065,3.9472,1\n-0.36854,1.0166,1.5847,1\n0.3108,1.2297,2.921,1\n-0.89454,3.4218,1.8427,1\n-1.9991,2.1553,0.66167,1\n0.71787,1.6432,2.5784,1\n0.93999,2.8237,1.626,1\n0.31083,0.11138,1.868,1\n0.81728,1.8913,4.1297,1\n1.213,2.1174,2.3995,1\n-1.4709,2.1676,2.0563,1\n-0.39632,2.5996,3.0498,1\n1.5813,1.4002,3.6568,1\n0.68164,0.16472,2.3979,1\n1.4677,2.1161,3.7592,1\n0.87083,1.5021,0.095884,1\n-0.30905,1.568,2.7677,1\n0.54327,1.3106,2.3997,1\n0.1451,1.0836,2.7077,1\n-0.076121,1.6035,1.322,1\n-1.2834,0.092557,1.8768,1\n1.231,0.70108,2.0886,1\n1.5852,1.4317,0.66621,1\n-0.55573,3.3393,2.4905,1\n-2.4109,1.9195,4.3359,1\n-1.2726,3.908,3.1985,1\n-0.61633,2.0802,2.8783,1\n-0.26932,0.78682,3.3753,1\n-0.65464,2.647,2.2956,1\n-0.80747,3.3597,2.5936,1\n-0.57052,1.6218,2.3331,1\n0.023474,2.5756,1.2497,1\n-0.6243,3.2239,1.093,1\n0.17191,1.0521,0.781,1\n0.14669,1.6711,1.3817,1\n-0.78397,-1.5435,2.072,1\n0.40278,0.50167,3.3874,1\n-0.92011,2.2085,1.7843,1\n0.25642,0.81919,2.9116,1\n1.3091,2.0444,2.434,1\n0.64076,3.7716,2.298,1\n-1.4791,0.57696,3.3706,1\n3.0912,2.5839,2.7019,1\n-1.1606,2.4009,2.9366,1\n-0.83852,1.9956,3.0467,1\n-0.51833,1.1671,1.9757,1\n-1.2706,3.0809,2.0161,1\n0.60035,2.9137,1.4443,1\n-0.76528,3.9473,3.0887,1\n2.8031,2.1503,0.39121,1\n0.76032,4.2626,3.602,1\n-1.1276,1.9778,4.2694,1\n1.3113,1.1069,1.66,1\n-0.6162,3.5272,1.3373,1\n1.5517,0.75037,3.5633,1\n1.5694,2.2693,2.238,1\n-0.67602,0.82425,1.9429,1\n1.4525,1.3874,2.7697,1\n0.33804,2.074,3.1334,1\n0.48058,0.16011,0.5066,1\n-0.34256,1.6852,2.3334,1\n1.1107,3.74,1.4962,1\n-0.1146,2.7121,1.9807,1\n0.85068,1.6825,4.0566,1\n0.79057,1.8089,2.3258,1\n0.84416,4.0554,2.9914,1\n0.18804,2.2587,3.4438,1\n1.9564,2.47,3.2949,1\n-0.48386,1.1559,1.691,1\n-1.1809,-0.71297,1.4125,1\n-1.9009,2.8999,2.7552,1\n-2.0852,2.8942,2.2182,1\n-1.4405,2.3651,0.2726,1\n-0.63881,5.2557,2.2725,1\n0.38014,2.5127,0.18825,1\n0.012025,1.7293,0.64174,1\n1.9412,2.4133,2.0824,1\n0.00082503,2.4169,2.948,1\n0.91151,2.3283,0.41752,1\n-1.4926,2.5396,1.9002,1\n-0.18173,2.301,3.2977,1\n-1.616,3.7706,1.1032,1\n1.0029,1.3038,3.0449,1\n-1.3636,1.6292,2.8318,1\n-0.52715,1.0644,-0.99476,1\n0.12038,1.6061,1.3378,1\n-0.14198,2.1076,0.84665,1\n-0.36821,5.2949,1.628,1\n-1.0634,3.4886,1.1757,1\n-1.1318,2.1987,2.2256,1\n-2.0647,2.4891,4.004,1\n0.97308,1.0105,1.2871,1\n-0.34423,2.0587,1.3406,1\n-1.7528,1.8527,1.3325,1\n-0.085498,2.7262,2.8515,1\n-2.3929,3.226,1.6396,1\n1.6175,2.0784,1.525,1\n-0.18947,2.7152,1.1166,1\n-0.16324,0.69866,1.5826,1\n1.0502,2.2308,1.0459,1\n0.10745,3.8415,2.8908,1\n0.17372,3.5938,2.1758,1\n-1.8543,1.7487,2.5914,1\n-1.1355,2.927,1.8169,1\n-0.35688,0.8294,1.2264,1\n0.022101,1.3708,3.0448,1\n-0.61078,1.4658,3.5141,1\n1.8474,2.8544,3.3497,1\n-0.10844,1.0013,2.9293,1\n0.62154,2.2255,0.93976,1\n1.1997,2.1153,3.0413,1\n-1.7651,2.4279,3.4267,1\n1.0992,1.1591,1.0571,1\n1.1731,1.8375,2.401,1\n1.4069,1.0443,1.4425,1\n-0.4842,1.3691,2.096,1\n2.5691,0.46128,1.8887,1\n1.1888,0.039458,2.8102,1\n-1.0344,3.6948,3.5725,1\n-1.4436,1.2583,1.8474,1\n0.10882,0.33969,0.18212,1\n-0.52493,1.2861,1.4275,1\n0.29271,2.4458,1.3357,1\n0.63403,2.5905,2.0325,1\n0.10266,1.7167,1.9299,1\n-1.0691,2.1994,1.5783,1\n-0.87575,2.8374,1.1292,1\n1.536,3.2339,1.9736,1\n1.9351,2.0093,1.6489,1\n0.92059,1.4836,3.2587,1\n-1.3426,1.5776,0.021259,1\n-1.1964,0.27842,2.5128,1\n0.92078,2.0812,1.1095,1\n-1.1355,1.3184,0.93881,1\n0.0086635,-1.0276,1.6692,1\n-0.21471,2.8107,2.3047,1\n0.34715,2.4677,1.5967,1\n0.024089,2.0341,2.6657,1\n-0.23036,3.052,2.0553,1\n0.033145,2.5242,3.8753,1\n1.2506,2.4319,1.5751,1\n1.3873,2.2224,0.6663,1\n1.4014,2.0646,2.1632,1\n0.14807,1.4277,2.5149,1\n1.2613,1.2549,2.2742,1\n-0.54761,2.13,1.567,1\n-0.61027,1.7045,1.7338,1\n-1.4204,1.5295,1.6272,1\n0.20265,2.3421,2.3201,1\n0.12428,2.8436,0.10522,1\n-0.18841,2.5108,0.18331,1\n0.25436,1.5749,2.739,1\n-0.99444,1.7803,2.8835,1\n-0.26079,1.5363,2.008,1\n0.26343,1.3104,3.0575,1\n-1.2529,2.5535,2.4887,1\n2.4634,3.7626,3.1993,1\n-0.67906,1.6897,1.8104,1\n-0.59542,1.999,3.0249,1\n-1.0188,2.9043,1.8035,1\n-0.91717,1.3043,2.7986,1\n1.0535,1.127,4.2376,1\n-0.21266,0.041907,2.9465,1\n-0.25741,2.4539,2.2602,1\n0.0087851,3.758,0.50677,1\n-0.85379,1.4649,2.8335,1\n-0.59111,2.0433,4.1132,1\n-0.062562,1.5431,1.8267,1\n0.97041,2.8051,0.5188,1\n0.86653,4.0899,2.9893,1\n-0.062155,2.2013,1.4385,1\n0.90314,1.1236,2.4813,1\n0.2073,2.8423,2.1323,1\n-0.037552,1.5859,1.4831,1\n-0.13397,1.8053,0.75791,1\n2.0793,0.96182,1.0138,1\n-0.63962,1.2396,1.2067,1\n-1.3709,3.2426,1.1627,1\n1.0102,3.0562,2.0857,1\n-0.19386,2.6463,2.4004,1\n2.1297,2.68,1.7232,1\n-1.5103,2.1881,2.1605,1\n0.10934,0.66087,1.6996,1\n0.090442,3.1827,1.6965,1\n-0.1616,3.0728,0.12236,1\n-0.55969,2.3135,3.1773,1\n1.2516,2.8274,1.9329,1\n-0.045749,2.2723,2.9935,1\n-1.2231,2.22,4.183,1\n1.7178,2.0106,3.213,1\n1.062,1.8728,1.2458,1\n1.0662,2.9152,2.2818,1\n0.51208,1.3465,0.4317,1\n0.85524,0.93333,2.6717,1\n-1.2135,0.2868,0.65167,1\n1.7102,3.1563,1.8361,1\n0.081491,3.3997,2.5525,1\n0.20951,2.6486,3.4838,1\n-0.22058,3.3742,0.61255,1\n0.024674,2.8705,2.8059,1\n-2.1999,3.0726,2.9307,1\n-0.31526,3.4019,1.2557,1\n-0.97534,0.24615,1.3746,1\n1.8588,2.0979,3.4094,1\n-0.025482,3.573,3.4134,1\n-0.054522,4.0265,2.2082,1\n-0.65287,2.2374,3.2846,1\n0.72843,1.9047,2.4456,1\n-0.79491,3.8846,4.4057,1\n0.93532,1.6858,0.89684,1\n0.46171,0.75982,0.21772,1\n-0.24477,1.4514,1.1482,1\n-0.72269,2.6313,2.7121,1\n-0.12905,1.3212,1.7308,1\n-0.95132,1.7122,3.5706,1\n0.95836,0.72477,3.188,1\n-0.75998,2.8206,1.9376,1\n-0.68499,0.78301,2.5913,1\n-0.33683,1.5494,1.6726,1\n-0.90123,3.1454,1.995,1\n0.72692,1.7738,2.4156,1\n0.42187,1.9431,1.8917,1\n-0.43397,1.4881,3.4094,1\n-0.64675,0.3414,0.29077,1\n0.33785,3.67,2.4424,1\n0.47696,1.4881,1.8734,1\n0.022805,3.1733,-0.10976,1\n-1.0245,0.68737,2.4701,1\n0.61833,2.5351,1.7228,1\n0.22928,1.1981,1.4753,1\n-1.0241,3.3121,3.2826,1\n0.85917,1.5927,1.9802,1\n0.12123,3.8168,2.2955,1\n-0.27435,1.4562,3.0266,1\n0.63,-0.021565,2.9187,1\n1.4471,1.4139,1.8816,1\n-0.41259,0.72563,2.3655,1\n1.7829,2.8465,2.2892,1\n-1.1202,1.9447,2.6917,1\n-0.4941,1.6204,2.404,1\n-1.0334,1.1246,1.1475,1\n-0.054081,3.2971,1.0455,1\n-1.7193,2.3926,2.5068,1\n-1.3039,-0.1628,0.22636,1\n-0.67448,1.0203,1.1292,1\n1.1331,2.6424,2.8134,1\n1.6585,1.8624,1.0556,1\n-0.17371,2.8474,3.2324,1\n0.37809,3.7945,1.2173,1\n0.44819,1.981,2.7485,1\n-0.78017,2.348,3.0393,1\n-0.19132,1.5403,2.3069,1\n-0.1576,2.8762,1.7194,1\n-0.43603,2.2601,2.6661,1\n-1.903,3.2111,1.9665,1\n-0.12177,1.0363,2.274,1\n-0.41783,1.0285,-0.023472,1\n0.073627,3.6516,0.64876,1\n0.88359,3.1658,3.96,1\n-0.64247,1.9305,-0.52969,1\n-1.0955,1.2442,2.2726,1\n-0.040793,2.8362,2.441,1\n-2.1116,2.2327,2.2431,1\n0.80578,3.344,2.3917,1\n-0.29676,2.2002,3.5436,1\n-0.27884,2.5951,1.7006,1\n-0.22075,2.0877,1.5568,1\n0.71987,1.8738,0.012268,1\n-0.5696,3.0546,1.5209,1\n-1.0231,4.0419,2.0828,1\n-0.17255,1.6945,1.9053,1\n-1.337,2.4184,1.1318,1\n0.48443,2.2935,3.6408,1\n0.85013,1.2618,1.6295,1\n-0.56855,0.66575,1.934,1\n-0.006182,1.5602,3.2302,1\n-1.2145,1.5087,3.1482,1\n2.0735,1.9032,1.6726,1\n0.13786,2.7539,2.0067,1\n0.077437,2.3637,2.6615,1\n2.2861,0.69725,3.6039,1\n-0.15623,2.2457,0.78682,1\n0.0093051,3.8209,3.6548,1\n-0.034057,1.9111,0.54281,1\n0.098829,1.8661,2.4471,1\n0.14132,2.1715,0.92176,1\n0.14786,2.0439,1.6104,1\n0.16767,1.9397,1.4849,1\n-0.34511,2.4263,2.5068,1\n-0.46348,2.3683,1.3524,1\n-1.2368,1.2936,2.9808,1\n1.7717,1.8297,3.0074,1\n1.3534,2.8732,3.4611,1\n-2.037,2.5918,1.4599,1\n1.0013,1.518,2.0407,1\n-0.29971,0.78667,3.8072,1\n-0.25028,1.8721,2.9606,1\n-0.17984,4.1634,2.4194,1\n1.0752,0.61139,2.559,1\n0.13309,2.0986,2.963,1\n-2.1157,0.96301,1.31,1\n-0.57146,2.7476,3.9486,1\n0.49319,1.6529,0.79001,1\n0.75348,1.9846,0.67027,1\n1.3945,2.3292,0.30213,1\n-0.6448,1.6826,3.8156,1\n-0.2885,2.2285,2.3757,1\n-0.26639,1.3739,-0.48153,1\n1.6398,2.8682,2.5559,1\n-0.30031,1.4834,3.3017,1\n0.7389,2.8535,3.2837,1\n-2.4988,1.3395,1.2277,1\n1.7347,0.5439,2.077,1\n-1.7931,1.8168,0.11298,1\n-1.1963,0.38752,3.3369,1\n0.6253,1.7797,1.0664,1\n-0.65545,1.553,3.1004,1\n0.31167,2.1396,3.4227,1\n-0.75837,4.3006,3.1844,1\n0.15818,1.7814,1.7348,1\n0.05199,2.1354,1.4509,1\n-0.18128,2.8228,2.2882,1\n-0.74385,2.6457,2.4511,1\n0.79919,1.8715,1.9203,1\n-0.009517,1.449,0.65196,1\n-0.1713,2.3406,1.4771,1\n0.090376,1.9167,2.0344,1\n-2.037,1.0572,2.0289,1\n0.44368,0.70895,2.069,1\n0.10795,2.9843,3.2863,1\n0.3641,2.1719,1.7277,1\n0.23875,1.5499,0.99355,1\n-1.0165,2.5099,1.5287,1\n0.72723,2.4473,1.2605,1\n-0.91677,1.8435,2.9949,1\n-2.7071,3.9868,4.0877,1\n0.57721,1.5522,1.7398,1\n-0.27666,2.6111,0.77463,1\n-1.1285,2.9052,1.8404,1\n1.4224,3.8113,3.03,1\n-1.7639,1.6245,0.96461,1\n0.061156,1.9946,1.6443,1\n-1.2781,3.5798,2.0281,1\n0.47403,2.8417,0.29048,1\n0.36997,1.2169,2.2104,1\n0.64618,2.3689,3.1046,1\n1.4395,3.7113,0.97038,1\n-0.52133,1.7164,1.9046,1\n-0.050615,2.4395,1.476,1\n1.9842,2.6854,2.5048,1\n-0.34044,1.6813,2.1946,1\n1.3389,2.962,2.3959,1\n0.88587,-0.69171,2.7223,1\n-1.7748,2.2129,1.3849,1\n-0.3311,-0.88087,0.95482,1\n-1.1522,0.93883,2.9699,1\n1.211,2.2785,3.3936,1\n1.0111,2.358,3.9894,1\n0.41553,3.2663,1.1085,1\n-1.2392,2.0358,0.29901,1\n-0.35606,3.6734,2.9769,1\n-0.41011,0.20604,2.8274,1\n-1.6256,2.0336,1.3183,1\n-0.4553,1.7318,1.7043,1\n0.32111,1.4752,2.2104,1\n-0.21665,1.1066,3.9447,1\n0.71191,2.1276,2.7526,1\n-0.10285,2.8508,1.8018,1\n0.71721,1.7572,2.8242,1\n0.96859,2.7308,1.9326,1\n0.14507,1.8782,2.762,1\n0.58372,1.3621,2.3056,1\n0.86026,2.4307,2.6482,1\n-1.0544,1.5273,1.7759,1\n1.4905,2.3581,2.193,1\n0.61968,0.9939,1.1621,1\n-1.272,2.265,0.93459,1\n-0.1515,2.2891,3.1783,1\n-0.96621,4.0142,1.3527,1\n-0.18493,2.7195,2.4026,1\n0.063687,1.3347,2.2705,1\n-0.8336,1.1589,2.4607,1\n0.9367,3.092,3.3309,1\n-2.4221,3.0327,3.6966,1\n-1.2598,2.0959,0.68767,1\n0.28485,2.1077,1.4692,1\n0.27622,1.2361,1.4579,1\n0.69962,2.456,2.0214,1\n0.32566,0.82236,2.2879,1\n-0.84979,2.1176,0.82806,1\n0.48088,1.4057,1.5166,1\n-0.4263,2.6062,1.3787,1\n0.52462,2.2406,3.2046,1\n-0.051133,1.9391,2.5728,1\n-0.65606,0.98278,1.8702,1\n0.013143,1.7626,3.7728,1\n0.58978,3.3576,3.2795,1\n0.079807,4.1103,2.9344,1\n-0.60979,3.0761,1.0289,1\n-0.21801,3.0789,1.2833,1\n0.1342,2.4768,3.0568,1\n-0.41161,2.0368,3.6217,1\n1.6777,-0.77846,3.8279,1\n0.38686,1.2713,1.6497,1\n2.5185,0.90805,1.7951,1\n0.016067,2.6363,2.3879,1\n-0.91768,-0.044006,0.070822,1\n1.06,1.8442,2.1724,1\n0.73255,1.1612,4.2398,1\n-0.27207,1.8501,1.5726,1\n-1.5583,2.6585,1.4691,1\n-0.70396,1.5372,2.6461,1\n0.15783,2.3804,1.7202,1\n1.0759,0.51905,1.2657,1\n1.1597,3.6669,2.3041,1\n0.14145,2.6355,-0.080856,1\n1.7919,0.93819,2.2569,1\n-0.84153,4.0868,2.3837,1\n0.40783,4.5682,2.5674,1\n-1.4724,1.2495,4.3585,1\n-0.47815,2.7957,1.8642,1\n-0.0087591,1.1499,2.0047,1\n-1.1041,3.4423,1.4786,1\n1.5358,2.1819,2.8686,1\n0.41505,2.7539,3.2725,1\n-1.0016,1.0669,1.407,1\n-1.4762,1.0927,1.6702,1\n0.89966,2.3858,0.61966,1\n0.10176,1.9461,1.0093,1\n-0.66955,3.7086,0.25749,1\n1.7835,1.2631,2.1493,1\n0.9998,2.2339,2.7149,1\n1.0254,0.65996,2.1346,1\n-0.60062,1.7204,1.3209,1\n1.7668,1.7907,1.3325,1\n-0.55099,0.39306,1.7057,1\n0.77355,1.2074,2.206,1\n0.29757,3.1602,2.3128,1\n2.5381,1.0189,1.1726,1\n-0.51046,2.761,0.89298,1\n-0.79126,2.4446,2.8973,1\n-0.9886,1.812,2.9901,1\n0.15004,3.347,2.1767,1\n-0.67893,2.2041,1.2031,1\n0.88063,2.0274,0.73915,1\n0.71985,2.7388,3.4409,1\n1.4218,1.6006,2.2002,1\n-1.1401,2.3858,2.7648,1\n1.4071,2.0536,0.47848,1\n1.0543,2.2928,2.6463,1\n0.46811,3.5766,2.3806,1\n-1.1605,2.3006,2.384,1\n-0.40824,1.511,1.617,1\n-0.95606,1.9035,3.6372,1\n-1.1192,2.762,2.6618,1\n-1.2539,1.9012,1.5104,1\n0.73359,1.509,3.6348,1\n-1.0629,-0.46564,3.3222,1\n-0.51415,2.7658,2.2563,1\n-1.6936,1.1722,3.5889,1\n-0.19685,2.5221,3.2173,1\n-1.8221,2.263,3.2147,1\n-1.2268,2.0928,3.2825,1\n1.041,1.8882,2.2009,1\n-0.13649,0.97438,2.4784,1\n-0.097326,2.4008,1.8586,1\n1.353,1.9669,1.7833,1\n1.0479,2.2631,3.8114,1\n-0.0010589,3.0595,1.9713,1\n-1.2416,1.45,1.3775,1\n0.29812,1.0615,2.3094,1\n2.0603,1.7053,-0.47664,1\n0.7559,0.74085,0.092329,1\n-1.721,1.9525,1.9072,1\n1.5593,0.97437,2.5258,1\n0.68648,1.6716,1.3602,1\n-0.43447,0.21119,0.55509,1\n-0.78696,3.0094,1.8424,1\n1.625,3.0969,1.4692,1\n-0.18821,2.9499,1.4041,1\n1.0704,0.99317,1.0642,1\n1.1346,1.6962,1.1079,1\n-0.83084,2.5364,1.5843,1\n0.83653,0.50091,2.4989,1\n-0.26348,2.7877,2.0268,1\n0.93837,2.7146,3.1495,1\n-0.89301,0.081548,0.55861,1\n-0.43626,2.2854,2.3649,1\n-0.24555,-0.05035,2.1626,1\n0.21073,3.3614,2.3321,1\n-2.0615,0.82595,1.0619,1\n-2.1802,3.2239,1.9369,1\n-0.22119,0.79477,0.44426,1\n-0.31997,-0.069981,2.2883,1\n-0.69621,2.5965,3.6214,1\n0.34478,1.7894,1.2118,1\n0.42545,2.3723,0.22245,1\n0.95417,1.7313,0.3638,1\n-0.24681,3.7271,4.2644,1\n0.61303,2.959,1.4328,1\n-0.34706,2.6734,2.2688,1\n1.5134,2.3325,2.7138,1\n0.38685,3.7656,2.4586,1\n-1.1736,3.4031,1.2635,1\n0.25517,0.85895,2.5177,1\n-1.9267,1.7955,4.2205,1\n-1.9163,1.3356,2.978,1\n1.3229,2.7942,1.9614,1\n-0.1434,2.4237,0.78331,1\n-1.1425,2.7326,3.4199,1\n0.65141,0.73102,0.74779,1\n0.35231,0.95023,2.3157,1\n-0.33269,3.4135,3.8288,1\n-0.44189,3.4701,2.5897,1\n-1.0127,2.0818,2.6494,1\n0.49628,1.4322,2.7654,1\n-0.6187,1.0489,3.3684,1\n-0.65609,0.56496,1.8219,1\n-0.68556,2.2396,1.3126,1\n0.99549,2.0836,-0.030016,1\n0.54285,0.13272,3.292,1\n0.31821,2.3237,2.4193,1\n-0.65636,2.7026,1.8941,1\n0.42251,1.5926,1.7548,1\n-0.39548,2.5455,3.0364,1\n-0.96281,4.3103,1.7026,1\n-1.2221,1.4202,2.2343,1\n0.066965,1.6597,1.4546,1\n0.31738,3.1826,1.6537,1\n1.4367,2.3002,2.1715,1\n0.040087,2.2513,1.809,1\n1.045,1.833,3.032,1\n1.0008,0.90566,2.0447,1\n0.35982,1.7461,2.7015,1\n-0.061519,2.8301,1.9301,1\n-1.6189,2.9145,1.5481,1\n-0.024882,0.30204,1.7758,1\n-0.72621,2.2519,2.9812,1\n-1.1548,1.9388,2.0875,1\n-0.21637,1.2459,2.6055,1\n-0.71304,2.8593,2.4259,1\n0.47359,0.84707,1.4783,1\n-0.67846,-0.23376,5.1918,1\n0.73649,3.147,1.8446,1\n0.1181,1.435,3.0836,1\n0.76047,2.8234,2.4472,1\n0.89817,1.7285,1.6558,1\n2.0924,4.203,2.4006,1\n-1.8833,1.7753,0.73667,1\n1.0719,-0.08892,1.9839,1\n-0.15657,1.3914,4.7648,1\n-1.1062,1.3357,2.5861,1\n1.5985,0.62497,2.5514,1\n0.38535,2.728,2.7924,1\n-1.0521,2.0008,1.3174,1\n1.1609,1.1673,1.9089,1\n2.8601,1.693,1.8094,1\n1.1489,1.1675,2.1174,1\n-1.2424,1.0628,1.2415,1\n1.4451,0.7405,2.1187,1\n-0.99854,0.59529,2.6842,1\n-0.61764,2.2686,1.7733,1\n0.47181,2.5286,1.3653,1\n0.29444,0.35331,2.1591,1\n-1.4041,3.4592,2.1035,1\n-0.74144,1.3323,2.4098,1\n0.66823,2.0817,2.0922,1\n0.73077,1.0597,2.2794,1\n-0.69242,2.4503,1.3053,1\n0.49266,3.1529,1.7787,1\n0.069881,3.8643,2.8686,1\n-0.29458,1.0548,2.1314,1\n1.9635,1.7883,1.475,1\n-0.040717,1.5634,1.4182,1\n0.86159,1.7668,2.9097,1\n-0.012309,2.8191,1.0378,1\n1.0736,2.6603,2.3565,1\n0.79345,1.9548,0.98895,1\n-0.1499,1.9091,3.0604,1\n2.0166,1.1247,1.9232,1\n0.11113,0.9901,1.6239,1\n2.7631,0.85744,1.282,1\n-0.90133,2.3546,1.2701,1\n1.5935,1.118,2.0011,1\n-0.704,2.0517,3.5398,1\n0.26754,3.298,2.7217,1\n0.051057,2.8362,1.0955,1\n-0.70404,2.0604,2.2787,1\n1.0704,-1.019,1.5802,1\n-1.13,2.27,2.2141,1\n0.31539,0.98836,3.1925,1\n0.0082535,3.5357,0.48727,1\n-0.17601,4.9174,0.69209,1\n-1.5092,2.2981,2.1935,1\n0.72017,1.683,0.60794,1\n0.33659,1.413,0.78565,1\n-0.31818,0.6179,1.872,1\n0.27434,2.2517,-0.17349,1\n-1.2798,1.068,1.698,1\n2.4113,2.9657,1.5488,1\n-0.22065,3.846,1.9872,1\n1.3116,3.9362,1.6706,1\n1.5826,2.5105,3.1561,1\n0.12386,2.1098,2.6102,1\n1.1981,2.2154,2.5635,1\n0.64685,1.9972,1.4487,1\n2.2461,0.33773,2.1307,1\n-0.66504,3.2361,1.3001,1\n0.41933,2.1909,4.3728,1\n0.87358,1.4896,-0.23724,1\n-1.2072,2.1151,0.72391,1\n-0.47191,0.74359,2.6147,1\n-0.034722,2.5219,2.1921,1\n-0.17747,2.1519,0.87,1\n-0.46712,2.3312,2.6513,1\n0.35306,0.29831,3.1219,1\n0.36094,3.1068,0.62861,1\n-1.9594,-0.30203,2.8166,1\n0.94839,2.1512,1.9715,1\n0.5678,2.503,3.2954,1\n-0.50401,2.603,1.5829,1\n0.91286,2.799,1.8774,1\n0.25868,0.84374,3.5891,1\n-1.1038,2.6141,3.6729,1\n1.2536,1.9908,3.7097,1\n-0.27495,2.2884,0.0055752,1\n0.0056758,2.9697,3.3592,1\n1.9225,-1.7372,4.0366,1\n-0.010964,0.93255,0.49019,1\n0.17437,1.2126,2.9181,1\n-0.80575,3.5883,3.3503,1\n-0.6803,1.3209,1.8062,1\n1.9434,0.99733,0.88469,1\n-0.98085,0.18423,2.4213,1\n-1.04,0.89714,1.9939,1\n0.75567,1.9561,0.48045,1\n1.1288,2.0465,3.616,1\n-0.31781,2.1174,3.9958,1\n1.4651,1.5786,1.9828,1\n0.033725,3.3169,1.8696,1\n0.94268,1.1912,2.8396,1\n0.76189,1.4211,3.8286,1\n-1.6585,0.91821,3.4766,1\n1.2085,2.5512,1.2707,1\n-1.0162,2.8539,1.375,1\n1.1189,1.5979,0.8761,1\n-0.64452,2.6152,2.2623,1\n0.36018,2.2298,1.8307,1\n-1.4844,2.0787,1.8165,1\n-0.24367,1.0804,2.3473,1\n-0.063008,-0.075072,0.93422,1\n0.58855,2.4803,1.8645,1\n0.98064,2.7948,2.0979,1\n-1.5576,2.7096,0.48765,1\n1.2081,2.6718,0.17735,1\n0.01704,0.73663,3.9529,1\n0.22548,2.3475,2.6689,1\n0.025255,2.1707,1.3536,1\n0.79117,3.6601,2.8253,1\n-0.66748,0.83549,1.8576,1\n-0.14234,0.74456,3.1998,1\n-0.56292,2.1063,2.5591,1\n0.52726,1.3428,1.8592,1\n-0.30212,3.085,3.4652,1\n-1.7248,2.9492,1.2011,1\n-0.027177,1.5844,2.1838,1\n0.81862,1.6151,-0.52328,1\n-0.83117,2.5004,1.37,1\n-1.3426,4.1547,1.1549,1\n1.1523,3.3658,1.983,1\n-0.43816,3.6945,2.7651,1\n0.018141,3.3835,3.0246,1\n-0.80173,2.4813,0.14272,1\n0.17718,1.7615,0.57264,1\n-0.68205,0.87882,0.59155,1\n1.116,2.1903,1.174,1\n1.269,2.6937,0.47264,1\n-0.42039,2.5406,0.96936,1\n-0.34361,0.6258,1.7777,1\n1.1496,2.5414,2.039,1\n-0.18257,2.2993,1.928,1\n-1.7329,0.32697,1.2768,1\n0.40408,2.7667,2.0123,1\n-0.81738,1.6907,3.4154,1\n0.14581,1.2809,2.3593,1\n0.34856,1.8214,2.884,1\n0.43299,3.3967,2.1934,1\n-1.4781,1.194,1.6731,1\n-0.28048,1.7366,2.2196,1\n-0.47313,1.4206,3.0817,1\n0.21398,2.1349,2.0301,1\n1.7776,2.1028,2.5728,1\n0.80212,1.2929,3.0546,1\n1.853,3.8572,3.0943,1\n-0.53488,1.0047,3.52,1\n0.48528,2.6717,-0.045692,1\n0.47174,1.7918,1.6237,1\n0.51689,2.4657,2.0411,1\n0.42883,2.1583,2.393,1\n0.91592,2.6502,3.1203,1\n0.61157,1.6831,3.8833,1\n-0.81315,1.9726,2.6736,1\n-2.5043,1.2503,-0.60348,1\n1.7612,0.16871,2.2021,1\n0.6689,0.65326,2.3177,1\n0.30109,0.28727,1.9099,1\n0.92111,3.3664,1.3398,1\n-0.1706,1.1616,2.2018,1\n1.321,0.92023,0.29223,1\n-1.1756,0.76975,-0.62258,1\n0.40121,0.79508,2.8145,1\n-1.129,0.93364,-0.09045,1\n-0.023518,1.4009,2.1935,1\n1.6454,3.7661,-0.097816,1\n-0.31555,2.258,2.6015,1\n-0.46179,1.4936,1.7981,1\n1.4125,1.1101,2.3208,1\n-0.064254,3.0001,1.5037,1\n-1.5637,0.46046,0.90071,1\n0.18477,2.0877,1.4601,1\n-0.43926,2.1637,1.8755,1\n0.39298,1.4676,1.3665,1\n0.95573,0.61276,0.69584,1\n-1.2662,1.8462,3.0267,1\n2.1759,2.4998,-0.0016691,1\n-0.59656,0.99707,2.571,1\n1.0104,0.5362,3.0799,1\n0.50414,3.1847,0.028798,1\n1.1178,3.262,0.57409,1\n0.41877,3.0536,3.876,1\n2.2792,2.6144,0.77118,1\n1.5887,1.4443,1.4758,1\n0.22197,2.6797,-0.14367,1\n1.071,0.92107,1.9183,1\n0.406,0.86045,2.1089,1\n-1.0848,2.5585,0.62103,1\n0.32447,1.2444,1.2859,1\n-1.0828,3.0803,2.5072,1\n-1.1342,2.6752,1.0577,1\n0.025776,2.4268,1.9935,1\n-0.0027002,2.6301,1.0966,1\n-0.70905,0.83032,1.504,1\n-0.30406,1.0145,3.7871,1\n0.9573,1.3382,3.2735,1\n1.3989,4.7314,1.7454,1\n1.528,3.5553,1.7502,1\n0.35536,1.4486,2.807,1\n-2.3279,2.315,2.6429,1\n1.0078,4.5519,1.6857,1\n0.021777,1.5783,4.6825,1\n-0.74846,1.8032,3.0023,1\n-0.26227,2.5411,2.7763,1\n-0.76474,2.0303,1.9308,1\n-0.61913,-0.43229,0.59685,1\n-1.7275,2.2238,3.1034,1\n1.9867,1.5471,4.4239,1\n0.088698,2.8749,1.8004,1\n-0.62527,4.3491,3.1474,1\n0.023459,3.1306,1.0781,1\n-0.95345,3.5261,1.7678,1\n-0.17258,2.3888,4.1464,1\n0.84567,1.6398,3.1449,1\n1.223,2.653,1.7967,1\n-1.359,2.7856,2.0133,1\n-0.597,3.4339,1.2503,1\n-0.0032006,1.1186,2.9097,1\n-0.55002,3.1079,1.707,1\n-0.16827,3.2798,0.92915,1\n0.54255,0.96107,2.447,1\n-0.33812,1.2897,2.9038,1\n-0.18905,1.9992,2.5148,1\n1.4627,2.4518,0.90871,1\n0.24891,2.2992,2.4312,1\n-0.50459,2.5126,3.2765,1\n-0.61435,0.85165,1.5837,1\n-0.69783,1.3073,2.8046,1\n1.0716,2.5426,2.8528,1\n0.34698,3.7529,2.3974,1\n1.0323,3.3247,0.83307,1\n-0.85535,1.9796,1.6351,1\n-0.84915,4.009,3.2569,1\n0.67632,2.8926,1.3186,1\n-1.588,1.0884,2.1096,1\n-0.11816,1.9619,2.6074,1\n-0.050149,0.16417,3.4642,1\n0.70034,2.4126,0.69925,1\n0.32161,-0.64256,3.6063,1\n1.3773,0.50674,1.9067,1\n-0.12142,2.3377,1.7219,1\n-2.1663,1.3023,1.9263,1\n-1.477,3.5843,1.9127,1\n0.7394,3.2523,2.0245,1\n-0.31148,1.6724,2.1831,1\n0.21956,1.7384,2.4247,1\n-1.0912,1.5572,2.1654,1\n-0.24985,4.1321,1.0539,1\n0.58109,1.5128,3.0635,1\n0.30392,2.0849,1.7441,1\n-0.075268,2.6021,0.40901,1\n0.51384,3.0851,1.1368,1\n-0.92369,1.3948,2.7562,1\n-0.52249,4.2248,3.1405,1\n0.42693,1.816,1.1103,1\n0.98054,0.84963,2.9768,1\n-1.0938,2.4612,2.1369,1\n0.54818,1.5001,3.122,1\n0.44584,3.1226,0.4635,1\n0.2071,1.0465,2.2105,1\n0.068388,0.96099,3.7355,1\n-0.90795,2.0873,2.092,1\n-1.72,2.4843,0.25197,1\n0.4632,0.48201,1.8483,1\n1.3132,0.98953,3.6193,1\n-0.19085,2.745,2.3099,1\n-0.21258,0.91351,1.584,1\n-0.87151,3.4037,2.8177,1\n-0.013317,1.9063,1.2918,1\n-1.4114,3.5408,3.3451,1\n-0.52639,2.1272,2.6259,1\n0.21136,0.86953,1.3234,1\n-2.0302,0.4572,2.2521,1\n-1.27,2.2508,1.2616,1\n0.19931,0.97436,0.93557,1\n0.19019,0.28,0.60783,1\n0.97901,2.3474,2.219,1\n1.5691,3.4384,3.0264,1\n0.70397,3.0826,1.9233,1\n0.50774,1.6124,-0.065886,1\n-1.7417,2.408,0.69971,1\n0.83016,2.1053,2.3094,1\n0.33528,2.0515,0.80047,1\n-0.055585,4.2788,2.4774,1\n0.18069,2.4915,2.9111,1\n-0.87926,1.7715,1.6026,1\n-0.88693,2.1137,5.0626,1\n-1.3438,2.7957,-0.27345,1\n-0.57657,2.5885,4.7033,1\n0.78021,2.4296,2.6467,1\n-0.49878,1.0991,0.83362,1\n-0.53885,2.8528,4.9697,1\n-1.6696,1.138,1.1404,1\n0.81276,3.5418,2.5391,1\n-0.44359,2.143,2.1011,1\n-0.46631,2.1686,0.5017,1\n2.376,2.6703,-0.5385,1\n0.91472,1.3525,3.3105,1\n0.91744,1.5906,2.5133,1\n1.3339,1.9333,1.6372,1\n-0.072771,2.124,2.3786,1\n0.24398,2.62,0.35842,1\n-0.85472,3.2943,1.1872,1\n0.34028,0.92242,3.0332,1\n1.214,1.9447,1.9431,1\n-0.14407,2.2462,2.9047,1\n0.59838,2.3732,2.5774,1\n0.733,2.8556,2.1272,1\n-0.99965,1.5671,0.69644,1\n2.1889,4.4016,2.4047,1\n-0.1202,3.9465,1.9007,1\n0.027978,0.43161,2.8809,1\n0.73813,0.29745,1.6251,1\n-0.45287,5.1746,0.46142,1\n1.2685,1.605,1.7392,1\n-0.26805,3.6681,2.2802,1\n-0.5495,1.817,4.1338,1\n0.24447,2.1506,1.8197,1\n-1.0468,2.0619,0.57548,1\n1.8562,1.4359,0.58282,1\n-0.13875,2.367,4.4502,1\n-0.16461,0.77857,0.72866,1\n0.33046,3.8318,2.3391,1\n1.8505,-0.47619,0.38697,1\n0.5302,2.7232,1.0459,1\n1.9419,0.38877,-0.33849,1\n0.74573,0.81533,1.8729,1\n1.6253,2.5137,1.8957,1\n0.39807,1.9282,1.3276,1\n-0.47552,2.5539,1.4419,1\n-0.81595,1.4191,0.79929,1\n-0.40707,1.1339,1.5534,1\n0.24758,1.5012,2.437,1\n0.0881,1.9659,2.862,1\n-1.4531,0.4558,1.4215,1\n1.152,1.9612,2.2278,1\n0.58254,1.4882,0.8963,1\n-0.095475,1.823,1.9924,1\n-0.8127,2.0184,1.6125,1\n1.1788,2.2265,2.0802,1\n-0.44224,1.7546,1.2915,1\n-0.52951,0.57499,2.6964,1\n0.14567,2.2146,1.6977,1\n0.61535,1.1783,1.5216,1\n0.11009,2.1918,2.4029,1\n-1.4983,2.4156,4.2685,1\n0.8516,1.7318,0.68598,1\n0.41621,2.8417,0.71801,1\n0.83615,2.1287,2.065,1\n-0.093008,1.3924,1.8357,1\n0.43046,1.3816,2.8288,1\n-1.0442,2.4675,1.2429,1\n2.0306,1.7048,2.5115,1\n-0.57345,2.2478,1.6965,1\n0.55943,1.4655,2.3399,1\n-0.11429,0.89392,3.3146,1\n0.88034,2.1775,0.43969,1\n-0.74549,1.088,2.3907,1\n0.63024,3.0459,2.4175,1\n-0.71616,-0.50391,1.9379,1\n0.37825,2.5742,1.2023,1\n0.40208,2.7223,0.59122,1\n-0.70065,-0.45468,1.0231,1\n0.38598,1.427,3.0353,1\n-0.73928,1.7413,2.2533,1\n-0.44057,1.2902,1.2478,1\n0.97471,1.6723,3.2478,1\n0.99656,2.5916,1.6369,1\n0.64421,3.5773,0.24241,1\n-0.12136,3.4503,4.3799,1\n0.50028,2.5397,2.2233,1\n0.24824,1.8013,1.3476,1\n0.91006,0.69104,1.9956,1\n0.36454,1.8534,3.9741,1\n-0.1018,0.72894,4.3996,1\n-2.3224,3.3896,0.72914,1\n0.56926,3.9667,2.1242,1\n0.47405,1.8633,3.2166,1\n-0.73773,2.1908,3.0568,1\n-1.5582,0.70734,2.3644,1\n0.59081,0.49495,3.1356,1\n0.99752,2.0877,2.5018,1\n-0.41695,3.1414,3.2474,1\n0.5935,2.3438,4.1961,1\n0.33929,3.0814,3.5748,1\n0.48259,1.3921,1.0536,1\n-0.71151,0.70579,0.051748,1\n-0.12499,2.0683,1.5531,1\n0.49294,1.7913,1.687,1\n1.2891,2.9089,2.8457,1\n-1.9882,-0.19376,3.404,1\n-0.28429,1.4171,1.8872,1\n1.1671,2.6076,2.4691,1\n-0.15469,1.5717,1.5656,1\n-0.31687,1.2402,2.7114,1\n-0.35727,2.0218,2.0026,1\n0.35263,0.5271,2.9244,1\n0.49011,1.8892,2.4872,1\n1.2134,0.99685,1.3521,1\n1.5114,1.9717,2.9557,1\n0.66022,1.461,2.1179,1\n-0.60932,1.3151,2.8065,1\n-0.22928,1.4843,0.9048,1\n-0.27665,2.144,2.7393,1\n-0.88522,2.1834,2.0723,1\n0.74453,3.2251,2.1415,1\n-0.15195,3.0881,4.6168,1\n0.9368,2.5704,3.4324,1\n-0.2221,1.6221,2.3963,1\n-0.39158,3.3664,0.95552,1\n1.4369,1.9418,0.90415,1\n0.15207,3.3654,1.324,1\n-0.1008,1.6993,2.0864,1\n-1.453,1.5715,0.22097,1\n0.46331,1.196,0.34985,1\n1.6725,2.6388,2.0095,1\n-2.5766,3.6811,1.221,1\n-0.4542,0.66227,2.2252,1\n-0.65383,4.1761,4.3676,1\n2.0871,2.0101,1.6953,1\n-0.066632,3.3554,3.3276,1\n1.1384,4.1398,3.1134,1\n0.95697,1.8643,1.9079,1\n-0.44947,1.7019,2.5955,1\n1.0783,1.3109,2.4621,1\n0.34868,-0.26074,2.8122,1\n1.0391,1.3085,2.9705,1\n0.097274,2.1504,0.74352,1\n0.36903,1.3154,1.3046,1\n0.094584,2.4636,1.119,1\n1.1753,1.6918,1.8996,1\n0.91552,1.4761,1.0069,1\n1.7221,0.46119,1.6193,1\n-0.46033,3.5493,1.7937,1\n0.32451,0.84879,1.585,1\n-0.98065,0.62286,2.3022,1\n-0.94024,2.8331,1.1377,1\n-0.14267,1.6583,1.0431,1\n-0.18098,2.4074,2.0932,1\n2.0355,2.5363,1.525,1\n-0.81798,-1.4167,2.1971,1\n0.67705,4.3483,2.3612,1\n1.9432,2.2105,3.737,1\n0.5471,2.3276,1.8713,1\n1.7095,0.77863,2.4405,1\n-0.51599,1.6888,2.2372,1\n0.73891,1.9527,3.1647,1\n0.0064946,0.34615,0.50062,1\n-0.20898,2.2674,1.1125,1\n-2.859,1.8366,2.1184,1\n-0.14258,1.176,2.7481,1\n-0.29513,2.2083,1.8315,1\n-0.75376,1.588,2.9078,1\n-0.65391,0.8477,2.0864,1\n0.16173,1.217,1.16,1\n0.78667,2.2956,2.5122,1\n-0.34406,2.3222,0.53443,1\n-1.7836,2.217,1.4164,1\n1.2767,2.7582,1.1727,1\n-0.74115,4.0783,1.6868,1\n0.22462,2.3194,2.1053,1\n1.1548,2.9773,2.7915,1\n1.8144,4.2921,3.0212,1\n-0.48409,1.5641,1.6756,1\n-0.91744,4.6469,2.5668,1\n-0.44736,4.4646,2.1724,1\n-1.7456,1.8927,0.87555,1\n-0.24875,1.5345,1.7867,1\n-1.1328,2.1289,0.17987,1\n2.4522,2.9846,1.6995,1\n-1.2365,2.4142,1.4771,1\n-0.36815,0.57683,1.8365,1\n1.8571,1.4145,2.0284,1\n0.61978,1.1584,1.974,1\n1.8083,2.7833,3.4074,1\n2.0921,1.5359,4.0858,1\n-1.7619,1.5433,2.3423,1\n-0.70415,2.2613,3.3265,1\n-0.20449,1.666,1.9534,1\n-0.36747,0.27994,0.68452,1\n0.43902,2.5944,1.6219,1\n0.13418,3.4555,1.7291,1\n-0.31769,1.7426,2.0607,1\n0.63227,3.1015,1.7395,1\n1.0692,1.235,4.2835,1\n-0.64047,1.2738,1.1946,1\n2.003,1.1427,1.9734,1\n-0.18133,1.2467,0.30527,1\n-0.70902,2.0401,-1.454,1\n-0.88474,1.3083,0.75563,1\n0.71433,2.7571,0.61015,1\n-1.4182,1.3468,2.6253,1\n0.1785,3.0396,2.2156,1\n-0.83532,1.6529,1.7698,1\n-0.54318,2.4167,0.98158,1\n0.86751,2.5263,2.1405,1\n-0.18486,1.7278,1.7976,1\n0.45914,-0.18149,3.2729,1\n-1.3216,2.5177,2.1742,1\n-1.6069,1.9221,1.0657,1\n1.7634,2.5829,3.6403,1\n-0.86302,3.3294,1.3929,1\n0.065238,1.9217,0.89261,1\n0.32727,0.93286,1.9906,1\n-1.9465,1.7801,2.0868,1\n-0.48135,1.8086,1.5372,1\n1.3851,3.8642,1.9783,1\n-0.67882,1.1005,1.9655,1\n0.58783,1.3932,0.79073,1\n-2.1984,-0.039854,0.80726,1\n-1.0312,0.727,2.5778,1\n0.40973,1.5156,3.9683,1\n0.64054,2.5753,1.8593,1\n0.046534,1.2097,0.79196,1\n1.6604,3.1663,2.7373,1\n-0.44031,2.9587,1.6577,1\n-0.67827,2.5467,1.2928,1\n0.4231,2.5147,1.9291,1\n-0.088968,2.1471,2.2777,1\n-0.49586,1.1648,1.4584,1\n0.31609,0.69591,2.1959,1\n0.29811,1.3736,3.051,1\n-0.34157,0.38083,1.142,1\n-0.94691,1.8306,1.2914,1\n0.3156,2.68,1.693,1\n-1.372,1.3861,1.2707,1\n-1.0106,0.89283,1.022,1\n0.54027,2.1387,1.625,1\n-1.5663,2.7515,1.5517,1\n1.4305,1.1815,1.3713,1\n1.4446,3.0231,2.7497,1\n0.33365,2.8979,1.0143,1\n0.047302,1.235,1.528,1\n-0.11464,3.2695,0.57982,1\n-0.82768,3.2165,1.8942,1\n0.39035,2.6261,1.3369,1\n-1.6573,3.381,3.0879,1\n-0.20736,0.71429,2.6096,1\n0.95235,0.48745,2.5922,1\n0.61549,1.6734,1.4807,1\n-2.0871,3.4155,2.0255,1\n-0.25485,2.7676,0.92749,1\n-1.0741,1.8609,1.4575,1\n-0.3711,1.8851,1.551,1\n2.1485,0.65707,2.9627,1\n-0.7353,3.2366,2.1795,1\n-1.0545,2.447,2.2342,1\n-0.59666,2.0376,2.949,1\n-0.50891,2.489,1.2957,1\n-0.43528,3.0926,2.8352,1\n-1.6035,2.0609,1.8075,1\n-0.47681,0.99587,3.7854,1\n-0.77066,0.82771,1.9043,1\n-1.4937,3.1521,2.9973,1\n-0.93789,3.3481,3.8635,1\n-2.2341,1.2515,0.58138,1\n0.25562,1.3344,3.7937,1\n-0.76196,1.2001,1.8198,1\n-1.7493,1.9678,3.3466,1\n1.7513,3.4931,2.5138,1\n-0.1013,0.39328,1.4834,1\n-0.86272,0.81762,4.4555,1\n1.7017,-0.86962,1.4691,1\n1.0137,0.87325,2.4657,1\n0.38799,2.316,0.7098,1\n-0.3712,1.7048,2.0882,1\n1.8996,1.8375,2.0875,1\n-1.5266,2.7796,2.3548,1\n1.9973,1.1228,1.965,1\n0.84286,2.6017,1.7707,1\n-0.41784,2.9218,-1.498,1\n-0.49072,1.9503,1.5602,1\n-0.58317,2.0617,2.2937,1\n-0.71681,1.7448,2.7667,1\n-0.22014,1.3548,-0.093765,1\n-0.78871,1.7332,1.3495,1\n-0.34114,1.356,2.7997,1\n-1.0753,2.2205,1.77,1\n0.64883,0.71497,1.8811,1\n0.50329,1.5312,0.76645,1\n1.8941,0.82375,2.6785,1\n0.048584,1.8776,2.0598,1\n-0.0054493,-0.67668,1.2152,1\n0.44577,4.1288,0.64447,1\n2.0826,2.3584,3.3957,1\n-0.47433,2.8056,1.0981,1\n1.5403,2.6805,3.3005,1\n-0.4707,4.2478,1.3465,1\n1.4429,1.8158,3.5369,1\n-0.22166,0.59571,3.2436,1\n0.79962,1.541,2.7832,1\n-0.86393,2.2231,0.85184,1\n1.2368,-0.52882,1.4352,1\n-0.68823,1.0061,2.9118,1\n-0.035874,2.0813,1.9839,1\n-0.17973,1.9753,1.8633,1\n-0.15815,4.1814,2.3843,1\n0.83535,2.4188,1.6311,1\n2.2892,1.1901,1.4538,1\n2.3165,0.86757,3.902,1\n-0.046198,2.0115,1.6181,1\n-0.79172,2.7086,0.41031,1\n-0.17214,1.1104,0.70397,1\n1.3313,0.39118,2.5818,1\n-0.75988,1.3804,3.1001,1\n-0.81725,3.9921,1.962,1\n-2.3238,0.69254,3.6338,1\n-0.0077755,1.1922,1.2616,1\n0.219,3.6468,3.266,1\n0.90547,0.37353,2.1782,1\n-0.57895,3.0413,2.9097,1\n-0.044495,1.9443,0.48276,1\n-0.61067,0.85341,1.1295,1\n-0.27147,1.0756,0.83572,1\n-0.26863,3.1329,1.6825,1\n2.2699,2.6315,0.010345,1\n-0.33485,1.7952,1.0021,1\n-0.67132,2.7929,1.4037,1\n-0.57152,1.6757,2.2426,1\n1.3324,4.8284,0.73695,1\n1.4039,1.4603,2.1294,1\n2.3528,0.65344,3.1971,1\n-0.86953,1.6165,1.6885,1\n0.71944,1.4646,0.64345,1\n-1.3551,2.5119,1.7215,1\n1.0893,0.43739,2.6252,1\n-0.2682,2.1622,2.647,1\n-0.95559,2.907,1.801,1\n0.71084,0.89631,2.4083,1\n1.0065,1.2011,1.9485,1\n-0.83011,1.4417,1.2846,1\n-0.79212,4.3542,2.1396,1\n-0.16526,1.5922,1.8987,1\n0.16276,1.7967,1.5035,1\n1.0112,2.0898,1.5012,1\n0.40589,1.1784,1.7241,1\n1.2933,2.7898,1.1895,1\n-0.43765,2.3464,3.5032,1\n0.54921,1.9983,0.83729,1\n-0.7207,2.6295,1.1879,1\n-0.33964,1.7972,2.305,1\n-0.23734,1.4254,1.7001,1\n0.12424,0.48791,0.12282,1\n1.2316,3.0475,1.7966,1\n-2.1081,0.29346,1.6927,1\n0.88662,-0.08757,-0.79445,1\n2.9224,0.93991,2.4286,1\n-1.6528,2.5743,3.0803,1\n-0.44681,1.2566,3.1685,1\n-0.86503,1.4518,0.32298,1\n-0.30714,2.5231,1.3883,1\n0.48401,0.83935,1.7484,1\n0.31608,2.3089,2.0393,1\n-0.23148,1.4389,2.6164,1\n-0.57273,2.1807,1.6492,1\n-1.1245,2.8018,3.1157,1\n-0.86623,2.9632,2.5033,1\n0.51196,2.1998,1.031,1\n0.97169,1.8928,0.27391,1\n-0.68002,1.6481,1.2925,1\n-0.2526,2.0439,2.0877,1\n0.69118,3.0578,1.8669,1\n0.78539,1.1866,2.685,1\n-0.99798,1.9031,1.8973,1\n-1.8839,0.71065,1.9629,1\n-1.0251,1.094,2.4041,1\n-0.27893,2.4559,2.1062,1\n0.9335,2.14,3.7198,1\n-0.68242,2.4284,2.0546,1\n1.4835,2.8304,2.3839,1\n-1.1149,3.2759,2.0707,1\n-1.5102,2.4648,0.96851,1\n-0.39613,2.7697,2.7701,1\n1.7281,3.7156,3.4872,1\n0.073268,2.5371,1.2884,1\n1.3821,0.31337,2.8232,1\n0.58464,0.96579,1.9336,1\n-1.4898,2.721,1.608,1\n-0.64847,2.2199,1.4172,1\n0.68252,1.619,3.9355,1\n-0.82107,0.5704,3.002,1\n-1.5377,0.92452,1.5287,1\n-0.16078,2.2919,4.4295,1\n-0.21196,2.9583,2.8567,1\n-0.50913,0.65886,2.5621,1\n0.91958,3.5373,-0.86526,1\n1.1306,1.3846,2.5922,1\n-0.56158,1.9411,3.1391,1\n0.12332,2.4032,0.97183,1\n0.33571,1.3507,2.47,1\n1.1111,1.5219,2.1525,1\n0.48916,1.258,1.5624,1\n-0.075164,0.82826,1.8904,1\n-0.5343,1.6184,3.9363,1\n-0.72747,1.3718,2.6762,1\n-1.096,1.9371,2.449,1\n1.036,1.2809,1.597,1\n-0.087612,2.2533,1.2933,1\n-0.34828,1.4632,2.1481,1\n0.1529,1.5458,2.3075,1\n-0.69055,1.5179,0.43889,1\n0.24166,2.2688,1.9687,1\n-0.41944,1.4442,3.1632,1\n0.86346,3.0574,2.4798,1\n-0.063862,2.0174,1.9441,1\n0.39047,2.0102,1.7369,1\n1.7366,2.4902,2.5832,1\n-0.074275,1.5591,3.249,1\n-0.86123,3.0315,1.8026,1\n-1.1105,2.241,3.0824,1\n-0.13627,3.1602,0.93554,1\n-0.80864,0.67723,0.93174,1\n0.18601,0.68763,1.9317,1\n1.3156,2.4542,2.5376,1\n-1.0856,2.6624,0.95687,1\n-0.59659,1.5375,2.4989,1\n0.047664,3.4053,2.0137,1\n-2.4697,0.068021,1.1491,1\n-1.7954,1.3561,4.7117,1\n-0.21062,2.2932,0.58702,1\n1.3472,1.7486,1.2796,1\n0.32863,1.5231,2.0587,1\n-1.2053,2.9471,1.8254,1\n-0.039441,2.8935,1.879,1\n-2.0246,2.6176,2.8354,1\n0.91906,0.60138,3.3102,1\n0.41574,0.57715,2.6897,1\n-0.31314,2.008,1.2702,1\n0.93568,0.48743,1.3102,1\n0.67473,1.3846,2.0833,1\n0.51371,0.12876,2.1982,1\n-1.7324,0.0082167,1.0595,1\n-0.42002,0.45291,2.6164,1\n-0.80339,0.61565,2.2346,1\n-0.39135,-1.5414,1.9009,1\n0.10439,1.5135,1.44,1\n-0.23928,2.2741,2.6015,1\n2.0818,2.3928,2.1001,1\n0.29913,0.99172,1.0347,1\n1.0396,2.2639,2.6883,1\n-0.90835,4.5555,1.6969,1\n0.57452,0.93256,1.2351,1\n1.348,1.5375,2.1436,1\n0.24151,1.2641,1.5593,1\n-0.99709,3.4865,2.0661,1\n2.4376,2.7913,0.70534,1\n0.89373,1.7195,0.39775,1\n0.1622,2.5603,1.1967,1\n2.2338,2.1493,3.4773,1\n-1.7893,3.603,0.39067,1\n-0.24983,3.0637,2.5618,1\n1.0004,2.6969,3.0803,1\n0.46039,1.4661,1.8653,1\n1.0209,0.69772,0.58517,1\n-3.0811,-0.023567,1.6062,1\n0.73247,1.6639,0.48169,1\n1.1442,2.0961,3.1389,1\n0.4661,2.4596,2.0228,1\n-2.2859,1.8501,2.768,1\n0.63599,2.1787,1.3892,1\n0.16816,2.9442,3.2211,1\n1.3732,2.124,3.1789,1\n-1.8311,2.7351,1.5238,1\n0.56551,0.7576,2.6931,1\n-0.24218,3.3163,2.1009,1\n0.16356,0.29389,3.1999,1\n-0.70758,0.18622,0.045481,1\n0.043023,2.3784,2.6299,1\n-1.0273,2.2748,2.3783,1\n0.19782,2.3397,0.83229,1\n-0.56624,3.3761,1.9467,1\n-0.40368,2.3838,0.26502,1\n0.33548,1.7221,1.9228,1\n0.50996,1.695,2.0772,1\n2.3709,2.8224,2.3664,1\n0.15038,2.618,1.5548,1\n-0.51945,3.0796,2.113,1\n0.78299,2.7328,2.3356,1\n0.84248,2.3445,3.3436,1\n1.3572,2.2037,1.6933,1\n0.96524,2.6064,1.0705,1\n-0.85727,1.6271,2.6445,1\n-0.60403,1.6813,0.20048,1\n-0.52054,2.8893,0.86389,1\n0.46269,2.791,-0.0084241,1\n-0.61899,2.4595,2.5506,1\n-0.99535,2.3186,1.0662,1\n0.89203,2.3034,2.726,1\n-0.39781,2.3844,2.6031,1\n-1.1495,1.6391,3.1217,1\n-0.28285,0.71488,0.62436,1\n0.19312,1.7265,1.6309,1\n0.73483,1.475,3.3654,1\n-1.1307,2.9477,3.3898,1\n1.4426,0.56941,1.6798,1\n-0.26824,0.82635,2.6171,1\n-1.1515,1.8409,2.655,1\n-0.87308,3.4272,-0.70196,1\n0.72282,2.6145,0.18758,1\n-1.126,2.2993,0.91234,1\n-1.7391,1.8127,2.5253,1\n-0.24227,3.1078,0.91987,1\n0.70434,2.0639,2.0456,1\n-0.078146,1.7591,3.6201,1\n1.0634,1.5591,2.383,1\n0.11712,0.68356,3.8677,1\n-0.99342,1.2048,3.9105,1\n0.94724,2.9741,0.52731,1\n0.68843,1.7672,0.64592,1\n-0.57288,3.9712,2.4335,1\n-1.2294,0.61946,3.4474,1\n0.765,1.3868,0.098391,1\n1.3459,2.6658,1.764,1\n0.93082,3.2053,2.4061,1\n-0.070289,2.7954,0.42011,1\n0.84135,1.9848,2.1243,1\n0.16299,1.7964,1.196,1\n-0.66961,2.2713,1.958,1\n-0.65877,2.944,2.0051,1\n-3.1877,1.0708,2.2896,1\n0.67973,-0.32683,0.70963,1\n-1.6794,-0.24513,1.8481,1\n1.3168,0.39702,2.7995,1\n-0.16545,2.1333,3.4406,1\n0.0014997,1.9155,2.5922,1\n0.039093,1.1518,2.5001,1\n1.113,3.3921,2.0747,1\n1.3493,1.6782,1.2825,1\n-1.0747,2.2103,1.906,1\n0.31274,-0.10564,1.3751,1\n0.37929,1.9455,2.1588,1\n0.73108,3.1957,2.3773,1\n1.3682,2.6079,2.8053,1\n2.9588,2.6876,1.9628,1\n-0.2759,2.0843,4.9842,1\n-0.86814,3.696,2.3163,1\n-1.1195,0.8905,1.0897,1\n1.069,1.4608,1.7614,1\n-0.038201,1.1043,2.5232,1\n-2.3102,1.4057,2.66,1\n-0.55335,2.7638,0.52055,1\n0.6677,1.0325,2.2342,1\n1.0374,1.75,2.2424,1\n-1.1671,1.452,3.5527,1\n-0.50796,2.2194,1.0552,1\n0.8322,0.5739,1.2272,1\n0.14314,3.302,2.9121,1\n-0.94297,1.774,2.6301,1\n0.20678,2.905,1.7529,1\n0.7578,1.8746,2.3038,1\n-0.090146,1.2992,0.33726,1\n0.78942,-0.6836,1.5328,1\n0.74076,2.1872,1.678,1\n0.29828,3.0738,3.1378,1\n1.3818,2.0172,1.1901,1\n-1.445,3.2468,1.3843,1\n0.41192,2.0959,1.6695,1\n-1.6222,0.75027,2.4277,1\n0.65866,2.9612,0.78148,1\n0.048212,0.36959,2.8639,1\n0.77389,2.6696,3.0722,1\n-0.24763,1.9846,1.5215,1\n0.8283,2.3406,1.915,1\n0.37666,1.8547,1.7476,1\n0.80071,1.328,2.9491,1\n-1.7507,0.96634,2.6734,1\n-0.40846,3.4514,0.66754,1\n0.0077997,3.4956,4.0806,1\n0.7511,2.4708,2.2547,1\n-0.5963,0.55771,2.576,1\n1.0291,3.0652,2.3666,1\n-0.34534,2.4101,1.3299,1\n-0.47254,2.4041,2.537,1\n1.2272,1.3409,1.9541,1\n2.0377,2.4341,1.3581,1\n-2.2656,-0.59055,1.1122,1\n-0.23391,1.2478,2.1232,1\n0.25134,2.5338,0.78739,1\n-1.148,2.2953,3.8321,1\n-1.234,2.786,2.4245,1\n1.1948,2.4641,1.9348,1\n-0.66726,2.4486,3.0815,1\n0.3844,3.129,1.5601,1\n-1.6663,2.8665,2.9658,1\n0.12412,3.4105,-0.84855,1\n-0.11944,0.79014,1.35,1\n0.95172,3.6613,1.9303,1\n-0.95359,1.4048,2.46,1\n0.16287,1.6508,2.6599,1\n1.202,2.8476,1.7292,1\n-1.135,2.1214,0.38324,1\n0.82904,3.497,0.88914,1\n0.37435,1.9087,1.961,1\n1.4253,3.2436,2.4007,1\n0.97582,1.9691,1.7833,1\n1.3356,4.8588,1.7428,1\n-1.0862,3.1046,3.1442,1\n1.3328,1.1206,2.146,1\n-0.14144,2.4802,1.8822,1\n0.6969,2.3543,1.5392,1\n1.1776,2.9606,1.3031,1\n0.89668,1.9853,2.4212,1\n0.24565,3.3242,3.2559,1\n0.82419,1.522,1.9432,1\n1.0318,3.4303,1.4725,1\n0.045138,2.6643,2.487,1\n2.1981,2.0076,-0.25946,1\n-0.68145,0.6757,3.3716,1\n-1.1086,2.6273,1.9574,1\n0.59676,1.8506,4.3171,1\n-0.5012,1.5332,2.308,1\n-1.4658,2.0689,0.48067,1\n1.0636,2.7756,0.63052,1\n-0.059385,2.7294,2.3421,1\n0.16761,2.4045,0.65306,1\n-2.0874,2.5606,2.031,1\n-1.0803,0.75628,-0.2187,1\n-0.57203,2.7207,1.5028,1\n0.33132,1.6951,4.2468,1\n0.62611,1.6053,1.8746,1\n-0.29394,2.2614,0.87496,1\n-1.49,4.1149,3.7581,1\n1.074,1.8205,0.92343,1\n0.4194,3.6129,2.2998,1\n1.8282,2.7022,2.0671,1\n-0.66172,4.708,2.1431,1\n1.8332,3.2163,4.0464,1\n2.2846,0.98851,3.5782,1\n0.013988,2.6474,1.6657,1\n-0.20547,0.74609,2.2889,1\n-0.48823,1.3183,1.8689,1\n-0.79639,2.715,1.8587,1\n-1.9294,1.7504,0.77239,1\n0.0014562,2.7554,2.1988,1\n-0.62261,2.9916,2.4901,1\n-0.80156,1.1003,2.5113,1\n-0.0935,0.97159,1.7858,1\n-0.99336,3.744,0.92615,1\n0.60577,4.3263,2.4539,1\n-0.54728,2.1031,1.283,1\n0.57976,-0.43018,2.6894,1\n-0.80841,4.2437,1.8191,1\n-2.5069,1.9777,1.783,1\n-0.74314,3.126,4.4092,1\n0.10512,2.9769,1.2626,1\n2.122,1.9344,3.2131,1\n0.98874,0.87174,4.0165,1\n0.48988,2.6629,1.9364,1\n-0.30682,1.383,3.2729,1\n2.1388,0.89691,1.1807,1\n-1.317,2.0953,0.43764,1\n-0.75748,-0.25505,1.9562,1\n0.030198,3.0668,2.0671,1\n2.1677,2.5568,2.3124,1\n1.128,0.88369,1.2609,1\n0.057468,0.95288,0.93642,1\n-0.87141,3.2449,0.97021,1\n-1.2503,2.6233,-0.12639,1\n-0.55394,0.83587,1.379,1\n0.78644,2.9288,-0.060571,1\n-2.0591,2.0984,1.6252,1\n1.1762,1.2992,1.0577,1\n-0.55831,2.1322,0.80025,1\n1.9322,1.407,1.7108,1\n-0.7445,4.1929,0.82197,1\n1.2532,2.3694,1.1357,1\n-0.75689,3.0473,1.3549,1\n0.32456,3.2931,1.8256,1\n0.0080214,2.3334,0.24281,1\n-0.085883,3.2886,1.4566,1\n1.1071,2.0968,0.023188,1\n-0.1546,2.5636,1.6035,1\n1.4682,1.3403,-0.011941,1\n0.2302,1.5577,0.14548,1\n0.032279,1.073,1.8895,1\n-0.91543,1.1322,2.5722,1\n-1.4105,2.4318,0.87073,1\n-1.2437,3.3902,1.4977,1\n1.2009,2.3327,4.4863,1\n0.19817,2.29,2.6237,1\n-0.20169,0.90941,0.75874,1\n0.46562,3.1537,0.76085,1\n-0.59533,-0.18184,2.9523,1\n0.014908,0.24984,2.0233,1\n1.1248,1.8725,2.2779,1\n-1.2989,3.12,2.7963,1\n0.42491,1.5411,1.5665,1\n-0.59368,0.86774,2.9098,1\n-0.079118,2.3763,2.5609,1\n0.99563,1.2513,1.6083,1\n-0.80909,2.8165,2.9341,1\n0.46202,3.1231,0.47951,1\n-0.012268,3.4324,2.5933,1\n1.0231,1.2578,2.3232,1\n0.13479,1.7179,1.7572,1\n0.067707,2.1907,0.88885,1\n-0.50627,2.1265,1.5918,1\n1.086,3.741,2.6129,1\n0.50659,2.369,2.5915,1\n1.19,2.3234,3.1918,1\n1.3754,1.8303,2.7367,1\n-1.3195,3.3955,2.1467,1\n-0.77175,1.6863,0.78928,1\n-0.62011,1.4264,2.144,1\n-0.5525,1.4556,0.19004,1\n1.0021,2.919,0.55675,1\n-0.87771,2.1494,1.5166,1\n0.41463,3.1403,1.633,1\n1.174,2.5417,3.034,1\n0.63496,1.342,1.1193,1\n-0.66534,4.1743,2.7884,1\n0.9829,0.25057,1.7031,1\n0.51144,1.918,0.63958,1\n0.7119,3.5146,1.6921,1\n-2.3594,1.8375,0.99948,1\n0.89713,2.6253,1.5165,1\n1.1867,0.64163,2.7733,1\n0.4853,1.2054,2.3596,1\n-0.73154,-0.26457,2.5794,1\n0.20489,1.9426,1.4872,1\n-0.68068,3.2349,2.2846,1\n0.60326,1.9944,2.8905,1\n-0.9343,1.2909,2.6681,1\n1.5712,1.7444,0.36922,1\n1.4905,1.8,1.6461,1\n-0.61334,2.2783,-0.34599,1\n1.3356,3.0476,1.5081,1\n0.31653,1.1044,1.9031,1\n0.44563,1.6412,1.6966,1\n-0.37482,3.2614,4.8304,1\n1.4737,1.4074,0.63974,1\n1.0192,1.8482,2.0448,1\n0.98649,2.3648,2.7907,1\n-0.59589,2.5749,0.58396,1\n-0.59674,2.0562,1.1497,1\n-0.72337,2.3245,1.6777,1\n0.49624,1.7497,2.0127,1\n0.2422,1.3561,1.7511,1\n1.4346,4.0945,2.3228,1\n-1.6188,2.2239,2.5931,1\n-0.86492,1.4319,0.19347,1\n-0.65675,0.59309,2.2796,1\n0.15912,3.3437,2.49,1\n0.29822,2.3191,1.2188,1\n0.33908,3.1564,2.2729,1\n0.047873,2.944,2.6701,1\n0.10523,2.1951,1.3029,1\n-0.58074,3.3253,2.4193,1\n0.5476,2.6926,0.97425,1\n-0.23338,2.6314,1.4032,1\n0.78544,1.2149,1.7951,1\n1.7127,2.9118,2.5379,1\n-0.31726,0.28163,1.0301,1\n0.83906,0.54887,-0.097571,1\n1.2818,1.7163,1.2272,1\n0.27275,2.8883,4.8428,1\n0.2991,3.3166,1.6254,1\n0.32568,1.852,1.604,1\n1.3594,1.6612,2.4906,1\n0.80268,2.028,1.147,1\n-0.79626,0.81305,1.592,1\n1.3656,0.38426,3.6116,1\n0.33103,2.512,-0.2994,1\n-2.5282,1.4145,1.6862,1\n0.86425,0.33047,1.8452,1\n1.3451,2.133,0.74866,1\n0.038619,1.4546,1.7326,1\n-1.2503,3.6326,2.0329,1\n1.3348,1.4215,1.5433,1\n-2.3634,2.0001,1.7516,1\n1.6741,1.1554,1.7433,1\n-1.1623,3.1966,2.6501,1\n0.1537,2.315,1.7714,1\n-0.60693,4.0034,4.369,1\n-1.0494,0.62976,2.0964,1\n-0.39355,1.6272,-0.20106,1\n0.40963,3.0344,0.58215,1\n-0.42894,2.4758,1.1118,1\n-0.67836,1.7342,0.5253,1\n-0.79568,2.1951,1.7458,1\n-0.75585,0.72809,1.0331,1\n0.88392,2.7387,2.3031,1\n-0.056009,0.49547,1.9645,1\n0.90592,2.6634,1.2363,1\n0.12793,1.0672,1.3461,1\n-0.2932,1.5216,1.1554,1\n-0.15155,0.83792,-0.63714,1\n-0.08443,3.054,1.8069,1\n-0.5485,1.7806,4.0826,1\n0.6334,0.66923,2.556,1\n0.31325,1.3224,2.9967,1\n0.87562,0.61593,2.4485,1\n-1.5569,2.5189,1.2598,1\n0.0043673,1.7244,1.7401,1\n-0.33692,3.1419,3.0061,1\n-0.17208,0.98061,2.117,1\n0.3178,1.2545,2.572,1\n-0.58599,2.4335,2.5545,1\n-0.34593,1.4963,1.4532,1\n0.55886,3.2323,2.4963,1\n-1.9596,2.8158,2.8212,1\n0.086075,2.4346,0.21093,1\n-0.061649,3.4041,1.2446,1\n0.5542,1.2228,1.0363,1\n2.3017,1.6081,0.16689,1\n2.488,1.347,1.9008,1\n-0.17778,3.3353,4.4332,1\n-0.22825,1.9605,1.8878,1\n0.0031766,1.8848,2.2444,1\n-0.034762,2.4925,-0.21685,1\n-0.73887,1.736,4.3144,1\n-0.13426,2.547,2.6729,1\n-1.2959,4.179,0.042505,1\n0.57998,0.84333,0.99093,1\n-0.72336,1.5396,3.5404,1\n0.50601,1.0476,3.8787,1\n-0.61323,0.23188,3.306,1\n-0.55437,0.90504,1.4809,1\n0.53683,1.9477,2.8778,1\n-0.35621,2.4559,2.9663,1\n-0.76965,0.92746,2.6453,1\n-1.3388,3.046,3.6013,1\n-1.7524,1.9234,0.1951,1\n0.80367,1.8747,3.6661,1\n1.2301,3.1842,2.7586,1\n-0.67395,2.5044,1.9203,1\n-0.34605,0.15046,2.7945,1\n0.6401,1.7852,2.2779,1\n0.30592,2.9441,1.3721,1\n-0.64026,3.6758,1.7341,1\n2.049,2.0382,3.3333,1\n-0.25188,3.0445,2.7571,1\n-0.39813,0.81768,1.6508,1\n-1.1715,1.7343,2.5289,1\n-1.3688,1.4398,1.1676,1\n-0.086929,1.631,3.7233,1\n0.52006,3.7606,0.40008,1\n-2.3443,4.4078,2.8857,1\n0.1901,1.8157,2.2282,1\n-0.68657,0.058758,1.9725,1\n0.21783,2.0589,5.5142,1\n-0.23083,2.3661,3.0751,1\n-0.1825,0.57426,1.1161,1\n0.15336,1.8893,1.0538,1\n0.24088,3.819,2.9238,1\n-0.049601,1.7652,1.5538,1\n-0.43705,1.6112,1.9288,1\n1.3787,3.2602,4.3665,1\n-1.7383,1.6452,2.2322,1\n0.42523,2.2654,1.3179,1\n-2.7287,0.90704,2.407,1\n0.042501,2.6112,1.3707,1\n-0.0075284,1.2818,1.509,1\n0.20742,2.3491,1.4644,1\n-1.2399,3.5936,2.1359,1\n-0.90324,1.8473,2.2618,1\n0.68932,2.2093,3.3922,1\n-0.4361,1.5252,1.7182,1\n2.337,3.2766,2.1417,1\n0.3226,1.5345,0.53206,1\n-0.88932,1.749,4.3737,1\n0.046211,2.2335,2.9732,1\n1.9676,1.976,1.9489,1\n0.18162,1.5256,3.0804,1\n-0.49393,2.2141,3.1109,1\n-0.17047,2.3449,1.4543,1\n1.2871,2.0923,0.81077,1\n-2.1129,2.577,0.4855,1\n1.1429,2.9479,0.48477,1\n-0.042038,1.6242,1.5205,1\n1.433,2.1708,1.7743,1\n0.25733,3.2511,2.1471,1\n0.15656,1.6324,1.5945,1\n0.60775,2.3472,2.2206,1\n-0.20315,2.304,1.9204,1\n-0.064582,3.535,2.6981,1\n0.28186,1.9008,2.8098,1\n-0.76804,2.0741,1.8673,1\n-2.0159,0.35893,2.745,1\n1.3311,2.1959,2.1078,1\n-0.70095,2.663,1.9927,1\n-0.36076,1.6019,1.6909,1\n1.3481,2.3257,1.5169,1\n-0.15779,3.0301,2.2191,1\n-0.15114,3.1786,1.9011,1\n0.96113,0.79525,2.3565,1\n0.54704,2.5376,3.3316,1\n0.52168,2.853,1.3997,1\n0.11752,2.7841,2.2956,1\n-0.91665,0.015408,2.2737,1\n1.7477,0.11611,2.7937,1\n0.67401,3.0552,2.7001,1\n0.93218,4.3166,2.2911,1\n0.48202,3.2888,2.3715,1\n0.20425,2.2067,3.1887,1\n0.52905,1.6205,3.1079,1\n1.9444,1.3078,2.4936,1\n0.12814,2.7657,1.8999,1\n-1.259,2.6133,3.9633,1\n-0.15252,2.3906,2.6701,1\n-0.11069,2.7953,2.1243,1\n-0.38052,3.9168,0.7146,1\n-0.25065,0.8425,3.0304,1\n1.7874,2.8151,0.59858,1\n1.139,2.9546,1.9553,1\n-1.4883,2.8928,1.8098,1\n-1.2378,0.2868,1.7058,1\n0.85017,1.431,2.6457,1\n0.47484,1.9867,0.33813,1\n0.20828,1.5504,0.99533,1\n-2.0595,1.0226,2.4011,1\n0.85368,1.9229,2.7761,1\n-0.51769,1.9143,3.206,1\n-0.88416,2.7196,3.3944,1\n0.21545,2.8607,0.9764,1\n-1.1528,1.095,1.9704,1\n0.66937,3.6693,1.9304,1\n0.35522,1.7477,3.4238,1\n-1.1144,1.4007,1.057,1\n0.93423,2.9023,2.1558,1\n1.4495,3.8791,2.8222,1\n0.29779,1.9823,2.925,1\n0.0041581,2.5094,3.6845,1\n0.73854,1.6227,2.2422,1\n-0.76186,2.3714,0.18913,1\n0.49241,0.81154,1.6333,1\n-1.5789,3.3021,2.9514,1\n0.33867,0.60551,3.33,1\n-0.082927,2.7588,2.5268,1\n0.38632,2.483,2.0223,1\n-0.79192,1.6119,0.28301,1\n-0.51682,3.7795,1.6424,1\n0.56158,2.0054,3.5621,1\n-0.65783,2.2484,3.803,1\n-1.0337,1.9121,1.3851,1\n-0.93682,3.4631,-0.039326,1\n0.97705,2.9099,2.1995,1\n1.2006,2.7795,1.9212,1\n0.75346,1.7925,2.406,1\n0.3862,0.83204,2.9025,1\n0.4769,0.88077,2.7998,1\n0.10551,1.5955,0.67072,1\n-0.12764,2.1082,0.49051,1\n0.43491,2.177,1.8114,1\n0.52308,0.74267,0.64838,1\n0.35642,1.4898,2.8023,1\n0.9961,1.7538,1.4568,1\n0.88789,1.1091,2.0088,1\n-1.2095,1.6179,1.1284,1\n-0.14622,1.7963,0.72693,1\n0.013421,3.4867,2.6372,1\n-1.5648,3.0113,2.382,1\n0.50068,1.5677,1.0156,1\n0.40771,1.5641,0.8366,1\n-0.99494,3.0205,1.1697,1\n0.69,1.6403,2.8971,1\n0.26956,3.9544,3.4951,1\n-0.92579,-0.75653,1.2905,1\n-0.83061,3.4625,0.67442,1\n0.79889,0.8999,-0.088975,1\n-0.19338,2.4356,1.1079,1\n1.4591,3.5033,2.8483,1\n-1.5718,1.8268,0.61369,1\n-0.092235,1.8399,1.8823,1\n-0.029661,1.0254,2.3825,1\n1.5452,1.22,2.0299,1\n1.5052,1.3388,2.2484,1\n2.0306,2.007,3.5095,1\n-0.1807,3.317,2.8631,1\n1.2611,1.1614,1.7751,1\n0.47993,2.3196,0.55337,1\n1.4983,1.5494,2.3734,1\n-0.61468,0.59527,0.0034927,1\n0.54751,1.3099,3.36,1\n0.79531,2.3362,1.0652,1\n-0.17914,4.056,2.3439,1\n0.35554,1.618,2.8,1\n0.74896,2.5249,2.7974,1\n0.90948,1.3226,2.3303,1\n0.94048,2.3838,3.0636,1\n-0.42823,2.9841,0.75024,1\n1.428,2.3,1.9646,1\n0.31345,0.90495,0.37253,1\n-0.50431,2.5427,2.0993,1\n0.52011,1.1858,2.375,1\n-1.664,1.4066,1.7678,1\n-1.1375,1.4204,3.5382,1\n1.4159,3.9973,2.5699,1\n0.084209,1.7969,1.7366,1\n-1.8385,2.4873,2.9586,1\n-0.39922,2.0545,1.7832,1\n0.50888,3.7756,0.49374,1\n-1.1531,0.34652,3.3809,1\n-1.0251,2.4281,3.4286,1\n0.22391,1.6746,1.5791,1\n-0.24276,1.4517,2.0997,1\n0.51646,2.5413,1.7634,1\n-0.76925,1.045,2.0199,1\n1.4858,2.4956,1.1897,1\n-0.17927,1.2058,1.8981,1\n-1.1585,1.1509,2.0106,1\n-0.24244,1.7823,1.9699,1\n-0.017311,2.3553,3.9254,1\n-1.925,1.9051,3.36,1\n0.80087,1.6838,0.57163,1\n1.1255,3.077,1.6978,1\n0.68268,1.5181,2.0778,1\n-0.68753,0.80679,2.301,1\n0.41983,3.052,1.2873,1\n0.20475,2.8225,2.5839,1\n0.38686,0.87528,4.3848,1\n0.12753,2.0162,1.8861,1\n-1.4905,2.8076,0.68052,1\n-1.2432,2.6852,3.0646,1\n-1.6161,1.6593,1.5479,1\n1.4059,2.4842,1.592,1\n-0.077188,2.1782,2.6241,1\n-0.72187,1.058,4.1953,1\n0.28647,2.3405,1.7488,1\n-0.20282,2.7996,1.8937,1\n-0.73426,1.5011,2.6332,1\n0.78928,2.5763,2.634,1\n0.35222,2.5845,3.2733,1\n-0.27201,1.3424,2.2439,1\n-0.55444,0.99592,2.6111,1\n-0.14717,1.6257,2.5345,1\n0.59666,2.2554,-0.071462,1\n-0.85559,2.1238,1.0984,1\n-0.50055,-0.25982,0.73873,1\n0.77659,0.083539,1.6512,1\n-0.64721,3.1995,2.8318,1\n-1.1751,1.1298,1.486,1\n-0.94704,2.5644,3.5159,1\n0.60421,3.9353,3.8834,1\n0.49843,1.3395,2.7068,1\n1.0114,1.7205,1.9117,1\n1.5006,1.6213,0.1614,1\n-0.67108,1.5255,1.3068,1\n-1.5107,4.2514,3.1933,1\n-1.6199,1.1415,0.5445,1\n-1.2243,2.0012,0.42021,1\n0.75676,4.2311,3.6481,1\n3.4607,2.7315,3.6637,1\n-0.27774,-0.42795,2.4584,1\n-1.4686,3.6165,2.0512,1\n-0.46132,1.3046,1.5038,1\n-0.88657,2.1813,1.9676,1\n3.6987,0.47573,1.216,1\n-1.8809,2.1973,1.1919,1\n-0.39124,1.2941,2.108,1\n0.24082,4.9458,1.0392,1\n0.36077,0.4713,1.4383,1\n-0.77202,2.4416,2.297,1\n0.48967,1.7979,2.0067,1\n-0.1898,4.4121,0.61971,1\n-1.9415,1.6381,3.2195,1\n0.94834,1.1965,2.8336,1\n-1.0615,1.2641,-0.88831,1\n-1.0504,1.5472,2.9188,1\n0.74628,3.2309,2.4525,1\n1.4352,0.24963,4.3496,1\n-0.32093,2.0357,1.8637,1\n0.7341,2.9133,2.8441,1\n0.84363,2.275,2.17,1\n-0.4101,1.9055,2.0551,1\n-0.66526,3.5077,0.19529,1\n0.907,1.2037,1.2461,1\n0.54103,3.0721,1.985,1\n-1.8999,2.878,2.8555,1\n0.27618,3.1334,-0.16393,1\n-0.79332,-0.43683,3.4086,1\n-2.0726,2.5231,2.5133,1\n0.3769,1.5921,3.3956,1\n1.1795,4.1343,0.020958,1\n0.42424,1.7167,2.353,1\n-0.34314,0.52999,1.8645,1\n-0.8304,1.0312,0.88926,1\n-1.7005,2.6464,2.7997,1\n0.87632,3.6983,1.9593,1\n-1.0735,1.2678,1.8877,1\n-1.0604,2.0325,1.1486,1\n-0.68015,1.8554,2.6585,1\n1.4564,1.5257,0.88598,1\n0.75305,2.4254,1.9211,1\n-0.078905,0.5048,2.126,1\n1.2678,2.2338,1.8506,1\n0.17548,2.9896,1.3425,1\n1.2866,1.5645,0.83844,1\n-0.60619,3.5378,2.0776,1\n1.1805,0.088913,2.839,1\n-1.8353,2.8498,0.65599,1\n-0.28973,1.5372,2.5757,1\n-0.48432,1.845,2.6742,1\n0.28304,2.8312,2.5171,1\n1.3369,0.48759,2.0838,1\n0.0448,1.1827,0.23705,1\n-0.3475,0.66933,0.20197,1\n-0.054142,1.027,0.94785,1\n-1.6482,2.9577,1.9071,1\n1.3449,2.8711,1.775,1\n-0.26042,1.9572,2.0818,1\n0.12112,3.5944,3.5716,1\n1.0847,2.648,2.7649,1\n-0.096947,2.8005,1.5022,1\n0.63628,3.4155,3.3724,1\n1.0247,1.8705,0.76207,1\n-0.94801,2.4449,3.4855,1\n-1.2623,1.9942,1.4581,1\n1.6004,2.7696,1.353,1\n0.89516,3.3068,2.0559,1\n2.0669,2.1077,1.8389,1\n-0.37451,4.3804,3.783,1\n-0.59233,1.2556,2.7401,1\n0.74911,1.1591,1.1148,1\n-0.7217,2.4127,4.1061,1\n0.46129,2.5247,2.2834,1\n0.69166,3.5124,1.766,1\n-0.87692,3.0551,1.7907,1\n0.2758,2.1617,2.718,1\n-1.352,2.2422,0.55188,1\n0.59785,1.408,2.9462,1\n0.078227,2.1501,1.4974,1\n-0.34203,1.4803,3.8918,1\n1.2784,3.2413,2.9626,1\n-0.60224,0.78916,3.2025,1\n1.289,1.0407,1.0952,1\n0.32083,1.145,2.4067,1\n1.2881,2.2549,1.2315,1\n0.96262,2.1797,2.143,1\n0.38079,1.0708,1.1879,1\n0.74496,0.66807,2.6856,1\n1.4454,1.7554,2.9499,1\n1.0747,2.368,2.7666,1\n-1.0756,3.9897,3.191,1\n0.66418,0.38727,2.4323,1\n-0.96096,1.1509,0.36412,1\n-0.84017,1.5615,1.7387,1\n0.12739,1.064,1.5766,1\n0.77692,1.859,1.946,1\n-0.32836,2.8457,2.2508,1\n-0.38163,1.4569,1.979,1\n1.9002,2.0552,2.1385,1\n-0.78969,1.6182,2.9066,1\n-0.27788,1.0863,1.7423,1\n0.16303,2.8233,0.41137,1\n0.69683,1.5656,0.56255,1\n-0.60535,1.6839,3.7062,1\n-0.55591,0.94405,0.091062,1\n-1.0498,2.3322,1.9157,1\n-1.5669,1.548,2.8462,1\n-0.66879,0.36117,4.5772,1\n0.018811,0.96574,1.4156,1\n-2.1954,0.68529,1.8097,1\n0.97541,2.6595,1.5218,1\n-0.95354,3.7208,3.1664,1\n-0.015767,1.6842,1.7786,1\n1.3896,0.43751,0.86243,1\n0.63452,2.7648,2.2854,1\n1.6545,1.7664,3.2533,1\n-1.1461,2.7495,1.0405,1\n-1.475,0.99724,1.2697,1\n-0.37079,1.2292,1.8128,1\n0.686,2.6158,0.72831,1\n-0.50639,1.61,1.9875,1\n-0.51508,3.3475,2.8826,1\n0.12152,2.8523,1.8682,1\n1.8374,2.4322,3.7513,1\n-0.074101,1.9673,2.2685,1\n-0.017765,3.1344,1.5309,1\n0.42546,2.4093,2.8963,1\n-1.5396,0.8164,2.635,1\n1.4472,2.7129,1.8783,1\n-1.0299,-0.24233,1.4271,1\n-0.83061,1.5391,-0.22441,1\n2.2776,1.1172,0.32101,1\n1.0695,1.9486,0.74022,1\n-0.64863,3.9803,0.95467,1\n1.7281,2.142,-0.073488,1\n-0.19851,0.63705,1.5167,1\n-0.27386,2.5409,1.4723,1\n-1.2773,0.80565,1.7515,1\n1.0532,4.4307,-0.28748,1\n0.41467,1.7715,1.5392,1\n-1.4179,1.2955,2.0379,1\n-0.12171,2.0914,3.7723,1\n1.9556,1.6176,1.0366,1\n0.68452,0.1706,1.9102,1\n0.36408,2.8007,1.613,1\n0.016765,1.865,3.1747,1\n0.075068,2.4047,3.056,1\n-0.28521,2.4988,1.2119,1\n-1.8094,2.2219,0.44859,1\n-0.76689,2.644,2.7034,1\n1.4,3.8049,1.7514,1\n-0.15803,2.2447,2.1499,1\n-0.8369,0.82508,2.1711,1\n-0.851,2.834,2.3465,1\n0.58068,3.1277,2.8706,1\n-0.34528,1.2361,2.7999,1\n0.62471,2.1109,0.91967,1\n-0.095855,1.8796,0.5929,1\n-0.67725,2.9828,1.4136,1\n-0.45624,0.49374,1.8007,1\n-1.5547,1.2863,1.9953,1\n1.085,0.13531,2.0765,1\n-0.93977,1.3147,3.5127,1\n-1.3656,2.4836,2.3937,1\n-0.1373,1.928,3.118,1\n-0.78689,3.1312,0.61334,1\n0.88446,1.3661,2.0346,1\n0.73223,0.37885,3.1171,1\n0.12154,2.6112,2.5153,1\n0.72924,2.1503,-0.20135,1\n0.32556,2.5349,1.8588,1\n0.50378,2.1405,1.0549,1\n-0.054153,2.5898,2.1307,1\n0.59017,0.8739,2.5693,1\n-0.88531,3.0368,1.2065,1\n1.224,2.5697,1.2375,1\n-1.0118,2.9895,0.98793,1\n-0.4179,1.3762,1.4877,1\n1.0812,1.4724,1.5469,1\n-0.060958,2.7873,1.3499,1\n-0.0055615,2.2059,1.1896,1\n0.16805,1.7323,2.6378,1\n-0.18753,1.1985,1.5797,1\n-0.69005,3.1735,1.1526,1\n-1.0965,3.0774,1.0954,1\n0.82506,1.8792,1.3849,1\n-0.81449,2.7592,2.9608,1\n-0.18475,2.2647,3.4291,1\n2.0688,3.0595,0.99682,1\n1.2252,0.0019363,3.5869,1\n0.2507,2.4091,1.4809,1\n-0.80281,1.8654,1.8426,1\n-1.9216,3.1156,1.8511,1\n0.32009,3.143,0.66681,1\n1.3816,2.2894,2.0281,1\n0.36722,1.3294,2.473,1\n-0.5832,-0.76572,1.8761,1\n-1.1117,3.8663,1.9353,1\n-0.030978,1.0919,1.9164,1\n0.8824,3.8207,2.003,1\n0.47184,0.040306,0.41402,1\n0.91374,1.4257,2.6575,1\n-0.34984,1.8929,3.4331,1\n0.64519,3.1053,0.66177,1\n-1.145,0.99347,2.0809,1\n0.67304,2.9552,2.6913,1\n1.1021,1.7853,0.49651,1\n2.2601,1.0198,2.4994,1\n-2.4279,1.3428,2.2143,1\n1.3064,0.98241,3.6628,1\n1.3609,1.6479,0.91121,1\n-0.53568,1.5748,0.11889,1\n0.95996,1.9652,0.71437,1\n-1.0603,2.2858,1.4505,1\n-0.98119,2.091,-0.29345,1\n-0.14867,3.3643,2.0146,1\n-0.077652,0.89103,1.1572,1\n0.80044,1.7066,3.7956,1\n1.3204,2.0277,2.164,1\n0.6591,1.9178,2.1969,1\n-0.14996,2.0793,3.3549,1\n-0.18356,2.2257,1.6181,1\n0.15712,0.30403,1.8107,1\n-0.76896,2.5451,2.2544,1\n0.98088,3.0317,0.084977,1\n1.3979,1.4449,2.2191,1\n1.1384,2.6766,2.0415,1\n-1.9549,1.7135,4.0026,1\n0.1768,3.1733,3.2076,1\n1.0246,1.2031,1.6756,1\n-0.63207,3.5351,0.91836,1\n0.053781,0.67981,0.6807,1\n-0.17881,2.3463,3.6336,1\n-1.6172,1.889,2.2318,1\n-0.91986,0.64552,2.237,1\n-0.67584,1.0767,2.3924,1\n0.22643,-0.093484,0.54,1\n-0.28658,2.1965,1.0126,1\n0.5439,1.5774,2.5021,1\n0.33701,2.0798,2.1611,1\n-1.2531,3.7631,3.3261,1\n0.73258,1.5306,2.2306,1\n0.060465,3.7479,3.1566,1\n-0.56886,1.0712,3.6159,1\n1.1593,1.7669,2.9009,1\n1.2264,0.68885,3.1066,1\n0.17278,1.4873,0.91874,1\n-0.44129,0.9103,2.2814,1\n1.0859,1.5101,3.3741,1\n1.4595,1.074,3.0095,1\n0.18052,2.043,1.6753,1\n-2.7713,1.6355,1.5669,1\n-0.23542,2.6511,1.293,1\n-1.3089,1.4936,2.512,1\n-0.3048,0.97829,0.80352,1\n0.45297,1.1419,3.4237,1\n-1.4649,2.1278,2.5717,1\n0.0076922,2.4207,3.237,1\n1.547,3.7012,0.75332,1\n0.82078,3.1402,0.85048,1\n-1.2649,0.76948,1.8357,1\n0.10959,1.4029,2.1098,1\n0.2278,1.6657,1.2986,1\n0.59957,2.8212,2.931,1\n1.4033,2.3302,0.52472,1\n-1.5851,2.349,2.3935,1\n0.40708,2.6105,2.1324,1\n1.6434,0.93759,2.4096,1\n-1.3617,1.2445,2.9675,1\n-0.069528,3.1169,2.1845,1\n1.751,3.7267,-0.50361,1\n-0.37642,2.0125,1.9249,1\n2.965,0.78142,3.4056,1\n1.4584,3.1288,3.4101,1\n-0.21987,2.963,3.5531,1\n-0.72262,4.0445,2.609,1\n0.42755,1.5846,3.7605,1\n-0.34427,1.785,1.2667,1\n0.57059,1.9852,2.5138,1\n0.46548,3.6644,2.6078,1\n0.3121,3.5083,1.6003,1\n-0.0025071,2.6778,1.1502,1\n-0.14322,2.2395,3.0385,1\n-0.42167,2.1391,1.13,1\n1.0151,2.3219,1.8661,1\n-1.1353,3.0377,2.9637,1\n-0.24485,1.4944,2.4775,1\n1.1886,0.90926,2.2015,1\n0.69101,2.9636,1.8397,1\n-1.7298,3.3137,0.95134,1\n0.18596,2.9865,3.9291,1\n0.39961,1.6985,-0.093186,1\n-1.0416,1.8357,1.2028,1\n0.60203,2.4202,1.7952,1\n1.704,2.5635,1.9948,1\n0.88786,3.7061,1.7596,1\n-1.1354,-0.58131,2.6151,1\n0.78555,2.5261,2.944,1\n0.74145,0.12378,1.655,1\n-0.0015016,1.8412,2.1428,1\n-0.92788,2.4337,2.9886,1\n1.1741,0.039705,1.8557,1\n-0.013188,3.3474,1.464,1\n-2.0641,2.8733,1.6119,1\n0.41284,3.975,0.56689,1\n0.522,1.9966,3.0623,1\n-0.51319,1.3137,1.3287,1\n0.48492,2.3642,2.7626,1\n0.81467,2.8602,2.9957,1\n0.11909,1.6991,3.3675,1\n0.63088,0.80775,0.64251,1\n0.20865,4.5208,2.6976,1\n-0.47588,2.9996,1.5643,1\n1.5351,2.4641,1.8776,1\n-1.1788,2.2808,1.6316,1\n1.3048,2.9944,2.0805,1\n-0.21563,2.9582,1.649,1\n-0.19401,2.3792,3.0833,1\n-0.27049,1.5298,1.1339,1\n-0.18823,1.6179,0.9299,1\n-0.33018,3.0774,2.1316,1\n0.55881,3.3952,1.797,1\n-0.45025,1.0688,3.0255,1\n-1.6528,2.4398,2.7606,1\n-0.40702,1.1532,0.87062,1\n-1.3076,3.0108,3.5347,1\n0.90683,0.31485,0.83097,1\n-0.49727,2.4362,2.2882,1\n0.15539,2.3428,3.6889,1\n0.63569,0.95332,3.2825,1\n0.53221,1.3691,1.4657,1\n0.99142,1.8866,3.2744,1\n-0.27993,1.8641,2.3179,1\n-0.22225,2.4157,3.0902,1\n1.3603,3.0956,2.371,1\n-1.287,3.1573,2.9845,1\n-1.2325,1.0939,1.898,1\n-0.58623,1.3073,3.5994,1\n0.83874,3.7409,4.9104,1\n1.8489,1.8053,2.5594,1\n0.47031,1.3638,2.2995,1\n1.5613,3.3058,2.7627,1\n0.65988,2.4381,4.8358,1\n-0.84412,0.46292,0.80898,1\n0.06657,2.4112,2.6624,1\n0.055466,3.5129,2.3116,1\n-0.31667,3.2171,1.9227,1\n0.53509,2.9814,0.44845,1\n-0.33567,-0.131,2.2664,1\n1.1289,2.9028,3.1095,1\n1.9793,0.088922,2.3208,1\n-1.0049,2.7212,1.9865,1\n-0.2088,0.88769,3.4749,1\n-0.25919,3.0925,2.2706,1\n1.2671,1.0445,2.0694,1\n0.78045,3.6033,3.7782,1\n-0.99388,2.9194,2.7371,1\n1.0501,4.9205,0.99865,1\n-0.79985,-0.16135,0.74825,1\n-0.47149,3.344,0.89766,1\n0.21254,1.7057,0.51975,1\n-1.1104,2.716,2.3572,1\n1.1946,3.0707,3.735,1\n0.69152,1.657,2.0905,1\n2.0858,1.0015,1.4221,1\n0.13361,3.4874,0.7422,1\n-0.28762,2.3042,2.321,1\n2.2487,2.0555,2.8177,1\n1.3301,2.3489,2.9255,1\n1.2701,3.1406,1.4415,1\n0.74915,1.3692,2.6458,1\n0.18929,3.3104,2.9167,1\n0.77889,1.0981,1.8904,1\n2.5758,0.42047,1.4976,1\n-0.29792,2.9899,3.3573,1\n-0.6724,1.8955,1.8161,1\n-0.76173,1.1375,2.6379,1\n0.78378,1.372,1.9753,1\n-0.49623,0.58855,2.8458,1\n0.36229,1.5249,4.4105,1\n-1.0486,4.4159,2.8348,1\n-1.6438,-0.9644,4.0093,1\n0.5648,1.7516,2.6447,1\n-0.82652,2.7646,1.2759,1\n-0.24381,3.2295,2.6642,1\n1.9801,2.383,1.419,1\n1.8273,2.045,1.7541,1\n-0.11723,3.1587,0.81879,1\n0.38688,1.9294,1.2409,1\n0.63748,2.823,0.78108,1\n-1.1346,1.8176,2.9504,1\n0.97039,1.4406,2.1872,1\n1.5255,2.1589,2.925,1\n-0.62539,2.654,3.1871,1\n0.4286,0.11935,3.0249,1\n1.4381,0.7406,1.5222,1\n-1.669,1.9018,3.2446,1\n-1.0777,2.098,2.1293,1\n-0.35627,1.7419,1.9889,1\n1.131,2.6269,3.0366,1\n0.13975,1.4539,2.1241,1\n1.3006,1.5967,4.6756,1\n0.060394,2.7718,1.3015,1\n1.0699,2.1038,1.4661,1\n1.9164,3.3498,1.3721,1\n0.35734,-0.3,1.1519,1\n1.2059,0.92639,2.8605,1\n0.21815,2.4063,2.1444,1\n0.40155,2.7158,3.491,1\n-0.081411,2.8517,1.936,1\n-0.0023298,2.8419,3.3067,1\n2.1512,3.152,2.3841,1\n-0.28599,2.0954,3.2174,1\n0.71629,2.2305,3.5145,1\n-0.1834,0.76759,0.15085,1\n1.3719,1.3085,0.0195,1\n-0.39717,3.8444,2.8562,1\n-0.69157,1.6693,1.0508,1\n-0.10107,3.3428,1.7819,1\n-0.18247,1.5951,1.3846,1\n0.93024,3.283,2.062,1\n0.93904,1.708,3.6606,1\n-0.38619,2.0868,2.5941,1\n-0.77138,1.7208,3.6685,1\n-0.70671,0.99981,1.2534,1\n0.7866,2.7264,3.1442,1\n-0.35252,2.0918,2.9065,1\n0.23335,1.1645,0.97036,1\n1.2883,2.9686,2.8714,1\n-0.053909,1.5677,2.453,1\n-1.0838,1.4354,2.6008,1\n-0.19443,3.3762,1.4286,1\n0.10582,2.7171,1.676,1\n-0.042869,1.7023,2.0497,1\n-0.0037601,0.79039,0.85981,1\n0.26069,2.9516,0.7723,1\n-0.23921,3.8247,2.5311,1\n0.71437,1.6369,2.6398,1\n-0.1214,2.1549,1.885,1\n0.97951,3.2248,2.36,1\n-1.1571,2.5862,1.1393,1\n-1.7113,1.3901,2.8723,1\n0.032943,2.829,3.5164,1\n0.59819,4.254,2.5307,1\n-0.94235,2.3724,0.41597,1\n-1.8362,2.5803,1.9611,1\n-0.76229,5.1312,1.6047,1\n0.46436,2.952,2.352,1\n0.80793,4.1411,1.3279,1\n0.038218,3.5211,1.5175,1\n-0.24046,3.37,1.3092,1\n-1.1256,1.8256,1.8869,1\n-1.4871,0.17155,2.996,1\n-2.4589,2.4782,3.5246,1\n-0.20277,3.4917,1.378,1\n0.14949,2.2722,0.97923,1\n0.94287,2.5083,-0.65467,1\n-1.1614,2.6588,1.9565,1\n-0.26604,3.5827,2.265,1\n0.05599,2.1715,2.7502,1\n-2.1456,3.2648,2.9356,1\n-1.8296,2.5946,2.6548,1\n0.87508,2.3765,2.609,1\n1.9243,2.5181,1.1029,1\n-0.1858,1.2639,0.57293,1\n-1.1744,2.2859,2.0994,1\n-1.3401,2.3352,1.7938,1\n0.46583,3.4956,0.33199,1\n1.7947,2.258,1.3743,1\n-0.48007,3.1197,0.85904,1\n-0.098422,0.10571,1.8985,1\n-0.33568,2.5273,3.4841,1\n-0.049617,2.4273,0.52578,1\n-0.10992,2.7654,2.3455,1\n2.1254,1.8967,1.6862,1\n0.81561,-0.067746,1.5863,1\n1.0049,1.7892,1.9937,1\n-2.7198,0.35309,0.63834,1\n-2.3719,0.21626,3.4764,1\n0.22435,2.4403,3.6936,1\n1.8591,2.25,1.7657,1\n0.21396,3.6599,3.073,1\n-1.816,1.8655,2.8157,1\n-0.1106,1.8032,0.54761,1\n0.99648,2.5862,1.8721,1\n-1.2065,1.498,1.4228,1\n1.2152,3.0427,3.4885,1\n0.28582,2.0513,2.6427,1\n-0.76447,4.7336,1.57,1\n-0.11156,0.9346,3.3024,1\n0.6555,1.4282,1.6398,1\n1.4303,0.51485,2.4541,1\n-0.27624,1.7114,1.7428,1\n-0.51024,2.1323,1.2559,1\n-0.85905,0.92474,0.96997,1\n1.6803,1.0443,0.56514,1\n-0.31622,1.8868,3.8206,1\n-0.81974,2.7754,3.2983,1\n-0.31655,1.5365,2.0799,1\n0.70799,1.2969,2.9688,1\n1.2743,1.7028,0.92159,1\n-0.77884,1.8583,2.2822,1\n-1.5626,1.9989,0.96039,1\n1.132,1.5614,0.87074,1\n-2.2778,2.2903,1.6764,1\n0.4709,2.939,2.7735,1\n0.63641,3.8338,2.4426,1\n-1.0734,0.8491,1.5917,1\n0.014493,2.725,2.7374,1\n-0.41788,2.3576,2.3392,1\n-0.92259,3.4629,1.2581,1\n0.96593,0.64665,3.6942,1\n-0.45238,4.4067,0.90932,1\n1.003,3.5449,2.1032,1\n1.143,0.54091,1.8565,1\n1.5167,1.8686,1.015,1\n-0.19691,2.1003,2.4411,1\n0.48308,1.4326,1.6362,1\n1.2905,1.5734,1.3856,1\n-1.7558,1.8692,3.9389,1\n0.44807,0.69512,2.7286,1\n0.80525,2.3082,1.7651,1\n0.16066,2.9674,2.6349,1\n0.60427,3.2089,2.7767,1\n1.1506,3.4263,0.48667,1\n-0.72837,2.0787,1.1949,1\n-1.2097,1.8002,0.55491,1\n-0.30502,1.5447,0.82498,1\n0.90533,2.4961,0.16096,1\n0.49405,2.7504,1.6106,1\n0.10573,2.4032,0.73927,1\n1.2616,0.38722,1.073,1\n0.55832,0.52046,0.53397,1\n-0.5268,2.2584,2.2146,1\n1.6849,4.0308,1.6467,1\n-0.37857,1.5875,1.2156,1\n-0.2434,0.5913,2.095,1\n-0.76763,0.50232,1.711,1\n0.38827,4.0612,1.0211,1\n-0.68628,0.86159,0.99072,1\n-0.23186,1.3083,0.53609,1\n0.12036,-0.041179,0.90172,1\n-0.13246,1.2692,1.451,1\n-1.1429,0.37069,2.555,1\n-0.10484,5.195,2.7419,1\n-1.5101,0.95061,2.9471,1\n0.49819,2.353,2.1046,1\n1.0935,1.0567,3.0244,1\n0.21548,0.50001,3.2409,1\n-0.37584,2.7585,2.5674,1\n-0.71412,1.6773,4.1593,1\n0.96703,3.2115,2.6764,1\n-0.67937,1.9363,3.6304,1\n-0.94128,1.971,2.0295,1\n-0.20353,2.1808,1.6168,1\n-1.3715,3.2625,1.2349,1\n0.29608,0.85769,2.1194,1\n0.451,0.90315,3.1984,1\n-0.48245,1.6822,2.5048,1\n-0.35366,0.83984,-1.6535,1\n-0.22197,0.87552,2.9703,1\n-0.81288,2.0362,2.9031,1\n-0.26206,1.6199,2.257,1\n-0.79001,1.2886,1.7128,1\n1.3898,0.28266,2.4297,1\n0.58202,1.9143,2.1605,1\n-1.3078,1.8776,3.8467,1\n0.6836,4.454,2.4733,1\n-0.73021,1.9475,1.1303,1\n0.97243,2.528,1.3143,1\n-0.91857,1.6443,0.85645,1\n-0.11346,2.9576,0.73584,1\n1.7588,0.16411,0.97885,1\n-0.66112,2.0971,1.5453,1\n-0.14101,1.2752,2.6218,1\n0.51893,1.9435,1.9658,1\n0.32405,0.79961,0.59797,1\n-0.77147,3.7119,2.3425,1\n-0.41344,0.54473,1.3804,1\n0.96589,2.9058,1.6757,1\n-2.1062,2.2953,2.6147,1\n-1.7253,1.0181,3.1219,1\n0.49106,1.8533,1.0742,1\n0.48342,1.652,0.96444,1\n-0.3643,3.404,1.2845,1\n-0.10993,2.9972,2.1894,1\n0.017052,2.7816,0.52619,1\n0.84005,1.7781,0.94049,1\n-0.15518,1.7633,3.2172,1\n-1.228,2.0899,1.8697,1\n1.18,1.741,1.0241,1\n0.48494,3.6552,1.1562,1\n-0.94552,2.5025,3.2821,1\n0.24026,3.0978,2.9758,1\n-0.28146,2.4431,3.6667,1\n0.8906,2.6557,1.1729,1\n2.5035,2.1299,0.96633,1\n1.0356,2.8432,0.4172,1\n0.9282,3.3127,3.2857,1\n2.2352,2.1324,2.2686,1\n0.31172,0.93162,2.208,1\n-1.2403,1.7991,2.7017,1\n0.43365,1.8948,3.6362,1\n0.83389,3.8887,1.5548,1\n-1.1459,1.6536,1.1793,1\n-1.3163,1.5339,2.9568,1\n0.063032,0.9305,-0.86081,1\n0.06038,1.444,2.8716,1\n-0.45598,3.2332,1.2017,1\n0.55572,3.9071,2.1133,1\n0.30874,3.2839,2.5771,1\n-2.5168,4.0086,3.6185,1\n-0.063804,1.9066,1.1489,1\n0.67009,2.8684,1.7546,1\n0.7224,2.3965,3.2327,1\n-0.30954,1.5721,1.3379,1\n-0.74981,0.68128,0.7928,1\n2.1302,3.6562,2.4933,1\n-0.55546,2.1653,2.2737,1\n1.4007,0.25033,1.7861,1\n2.8242,1.5612,2.6198,1\n0.092968,1.4023,1.6062,1\n0.41615,2.8724,2.0268,1\n-0.068205,1.3144,3.0856,1\n0.56373,2.1273,2.1444,1\n-1.8241,1.831,2.0682,1\n0.51334,1.9984,0.99926,1\n-0.68427,2.8708,1.3334,1\n-0.79299,1.8224,1.167,1\n-0.94161,1.8575,3.2582,1\n1.2215,1.0375,2.753,1\n-0.26192,0.46256,2.419,1\n-0.66608,1.1838,1.8985,1\n1.0801,2.8337,0.94177,1\n-0.66854,2.6944,1.9516,1\n-1.6318,2.0848,2.0157,1\n-0.091799,2.1038,1.5011,1\n-0.44382,1.8784,1.0859,1\n1.8219,2.8634,-0.060524,1\n1.2807,2.549,2.2898,1\n0.40557,3.9378,1.008,1\n1.5494,2.1073,2.8897,1\n1.4045,3.5818,0.79875,1\n0.59652,2.5309,2.6632,1\n0.34492,0.0012101,1.7015,1\n0.72805,1.0002,3.0295,1\n-0.52045,2.8838,1.6125,1\n-0.46662,1.3093,0.059109,1\n-0.060251,4.0474,1.3923,1\n2.0493,0.74588,1.1446,1\n-1.1936,1.0913,3.1209,1\n-1.0397,-0.1288,1.0358,1\n-1.5925,1.5613,1.9693,1\n-1.0005,2.2605,2.0031,1\n-1.2749,1.5175,0.52096,1\n0.23446,3.667,1.181,1\n-0.6536,1.8314,1.5303,1\n0.52732,1.6372,2.4337,1\n-0.64013,1.8788,0.55327,1\n0.11996,3.1417,1.9172,1\n-0.045727,2.031,2.2269,1\n-0.6748,3.6856,2.1468,1\n-0.28238,2.5285,3.0977,1\n0.70606,1.4561,1.2167,1\n-0.88682,2.8422,0.80921,1\n-0.53319,1.2793,2.2593,1\n-0.80367,2.2304,1.9889,1\n-0.12675,3.4324,2.476,1\n0.4895,3.5761,1.9931,1\n-0.9492,2.4917,1.7837,1\n0.4105,1.6764,2.4711,1\n-0.4856,1.8751,2.2476,1\n-1.4994,1.3944,1.6586,1\n-0.35686,2.5437,2.1214,1\n-0.65914,2.1342,1.1361,1\n0.78771,1.4149,2.2383,1\n0.40408,1.833,0.7863,1\n-1.7634,2.3446,1.3052,1\n-0.10815,1.7218,1.4829,1\n0.21579,0.8219,2.7653,1\n-0.12898,2.5963,2.0262,1\n-0.26595,4.0851,3.5541,1\n-0.043856,3.316,1.1934,1\n0.52548,3.5928,2.3832,1\n0.081629,1.4131,1.2275,1\n0.044688,1.9553,2.2861,1\n0.83763,0.44476,1.205,1\n1.6801,1.623,3.224,1\n-0.17633,0.8056,1.8169,1\n0.69602,1.0179,2.7375,1\n-2.042,-0.33464,2.8061,1\n-0.081848,1.9363,1.0316,1\n0.31445,1.5487,2.9098,1\n-1.0059,0.6732,2.7569,1\n0.11916,-0.0072903,3.3752,1\n-0.23569,3.1817,2.1405,1\n-0.90236,1.259,2.1069,1\n0.50441,1.9639,2.6949,1\n0.082458,2.5782,3.8602,1\n0.115,2.7404,1.9326,1\n1.6605,-0.34127,1.0618,1\n1.024,2.5939,2.4935,1\n0.46003,2.1019,2.9707,1\n0.17011,3.4499,3.686,1\n1.4071,3.3202,1.568,1\n2.3721,3.8294,0.98462,1\n0.15986,1.3992,1.3934,1\n0.51795,2.5789,3.5828,1\n-0.29555,1.6883,3.3547,1\n1.7356,4.1241,3.4102,1\n0.76078,2.647,3.4663,1\n-0.064955,0.64652,2.0302,1\n-1.2658,3.9628,1.8937,1\n1.0259,0.73296,3.2556,1\n0.15449,2.4943,2.8088,1\n0.43516,2.3376,3.3383,1\n-0.68872,2.5194,0.97654,1\n-1.0236,1.3629,3.0076,1\n0.52281,2.9467,1.3122,1\n1.0121,1.064,1.6879,1\n-0.062745,3.4259,2.7868,1\n0.7713,1.8271,2.1625,1\n0.53486,2.0859,1.3903,1\n0.48401,3.2883,1.6334,1\n0.64916,0.19102,2.0856,1\n-0.39181,-0.025754,1.5881,1\n-1.5787,1.3353,2.0157,1\n1.9336,2.4075,1.691,1\n-2.193,2.3705,2.1051,1\n0.46855,1.9554,4.1288,1\n-0.013217,1.4969,2.5924,1\n-1.4116,2.2948,0.48218,1\n0.30642,2.7731,2.3667,1\n-0.99175,2.8423,2.7868,1\n0.5916,2.4281,1.727,1\n0.18863,2.9538,2.2589,1\n-0.46798,2.5608,2.4432,1\n-1.2523,0.35894,1.2475,1\n-0.35858,3.0578,1.3276,1\n-1.7757,2.1819,2.2668,1\n-0.42747,1.3707,2.8351,1\n0.94226,1.3327,0.80404,1\n-1.2248,2.8578,1.1626,1\n-1.056,2.8687,1.4328,1\n-0.55251,1.4233,1.7835,1\n-0.81674,3.2258,2.3857,1\n-0.11132,0.76413,3.5092,1\n1.1096,1.8594,2.6402,1\n-0.80756,1.4199,1.1693,1\n1.2873,2.1272,3.6496,1\n-1.3392,3.0175,1.852,1\n-1.2106,3.0424,1.539,1\n-1.1447,2.2635,2.7022,1\n0.12569,2.383,3.3801,1\n-0.90098,1.5448,0.38411,1\n-0.24785,0.99759,-0.17628,1\n0.17982,2.3082,2.147,1\n-0.3065,2.9558,2.4211,1\n0.84421,1.7676,0.087783,1\n-0.65948,0.90936,0.67924,1\n-0.67744,3.1388,2.5378,1\n-0.081643,0.37447,1.6417,1\n1.6936,2.2083,2.0418,1\n0.42171,2.0277,2.8521,1\n-1.0047,0.48285,0.92459,1\n0.12082,3.9879,0.37606,1\n-0.23581,2.116,2.6198,1\n-0.93717,2.7677,0.94696,1\n0.43048,2.0991,1.58,1\n-0.8602,2.0996,2.3076,1\n-0.017213,2.5627,2.025,1\n2.2241,1.0508,1.9697,1\n0.03945,2.4273,1.1644,1\n-1.0937,2.3164,1.8847,1\n-0.53502,0.68276,1.8375,1\n-0.57498,2.464,2.1496,1\n-1.5579,1.3661,1.1773,1\n1.556,1.6638,2.9937,1\n2.0503,2.4465,2.4103,1\n0.34324,2.0694,2.7472,1\n-0.69026,-0.31181,1.6704,1\n-1.7354,2.8977,3.6675,1\n0.71315,1.2427,2.7234,1\n1.4177,2.9087,1.578,1\n0.078463,2.015,1.0122,1\n2.1832,2.0867,1.8517,1\n0.57861,1.7368,1.899,1\n-0.83095,3.3499,0.5668,1\n-0.9317,2.7158,1.14,1\n2.4329,3.0664,0.53607,1\n1.6435,1.336,0.9956,1\n0.38632,1.9857,0.95835,1\n0.89034,0.48123,-0.033471,1\n0.80663,2.0415,2.3916,1\n-1.2886,2.4852,2.006,1\n-0.6265,3.1407,1.561,1\n-0.045535,0.90415,3.2742,1\n0.44399,0.6642,2.1803,1\n1.5022,2.6437,0.91057,1\n0.99261,2.8216,1.0609,1\n1.6772,2.4458,3.2739,1\n0.5221,4.2189,1.6079,1\n1.7023,2.9164,1.8876,1\n0.69792,1.0282,2.5932,1\n-1.5373,1.0777,2.4969,1\n-0.80414,2.0131,1.1442,1\n0.35567,2.8708,1.3072,1\n-1.1745,3.2184,1.5346,1\n-1.0333,1.6879,1.8548,1\n0.018576,1.711,0.91346,1\n0.19988,1.4384,2.9112,1\n-0.082747,2.4676,-0.033042,1\n0.00066574,1.3552,-1.012,1\n1.4841,2.6092,1.1337,1\n-0.38205,0.95087,2.026,1\n-2.257,2.949,1.491,1\n-0.82248,2.1753,1.8583,1\n0.089213,1.8572,1.6997,1\n-0.61461,2.5718,1.0289,1\n0.9652,0.82288,2.8668,1\n0.17219,2.939,1.8172,1\n-0.15319,2.9093,0.043931,1\n1.6778,1.2907,0.53821,1\n-0.14928,2.249,1.3951,1\n0.51849,1.3283,3.2037,1\n-0.48489,1.5911,0.77907,1\n0.56583,2.6401,2.9088,1\n-0.011848,2.8379,2.8195,1\n-1.0086,0.91304,0.8628,1\n0.42906,2.9133,1.3233,1\n1.4062,0.57115,1.2438,1\n-0.72258,1.209,-0.45822,1\n0.62934,1.1072,1.3933,1\n-0.11337,0.83549,1.1105,1\n1.1881,3.9786,1.1407,1\n0.34403,3.4771,2.311,1\n2.0127,3.9828,3.7009,1\n2.325,-0.32429,2.0289,1\n-1.1038,0.59369,2.3407,1\n1.2177,2.2858,1.4936,1\n1.721,0.67819,2.1509,1\n1.0386,1.3249,2.3772,1\n-1.0008,0.42847,0.18557,1\n-0.0051285,1.5448,2.9765,1\n1.0924,1.8776,2.585,1\n-0.48483,2.0781,0.92939,1\n0.57634,1.2248,0.60666,1\n0.020333,0.85989,2.7337,1\n0.48457,3.3862,3.4768,1\n0.039855,2.8458,2.6191,1\n1.6297,2.2167,3.0795,1\n2.158,1.388,2.0083,1\n1.148,3.8737,1.314,1\n-0.14109,1.7177,1.7418,1\n-0.064453,2.4545,1.7133,1\n-0.34755,1.7895,0.2658,1\n0.44288,1.4623,0.68059,1\n-0.094021,1.8427,1.9869,1\n0.13802,2.9327,0.42383,1\n-0.28643,3.343,2.2687,1\n1.3296,1.7391,3.8562,1\n-1.4712,1.8639,2.8923,1\n0.36491,4.8723,1.6819,1\n0.13157,3.5837,2.1762,1\n1.871,1.7678,0.69262,1\n0.16472,1.0449,-0.0045779,1\n-0.657,0.88777,2.2489,1\n-0.30501,1.0098,1.428,1\n-1.5672,0.24744,2.0602,1\n0.41641,0.82276,2.5089,1\n0.65537,2.7843,3.7045,1\n0.93783,1.467,0.87073,1\n-0.66483,1.9221,3.1262,1\n-1.9829,0.97934,1.8557,1\n-1.4937,0.59743,0.58469,1\n0.92384,3.2752,1.4739,1\n0.89143,2.8566,1.4486,1\n-0.03094,2.5928,2.3273,1\n0.024997,0.29516,1.207,1\n1.2397,2.0265,3.1267,1\n-1.4441,2.3322,3.0599,1\n0.7801,2.5153,0.37081,1\n0.51991,3.1605,4.469,1\n-0.33915,3.1443,4.1479,1\n0.7407,-0.86914,2.171,1\n0.21722,1.9544,2.3519,1\n0.53752,1.8385,-0.054941,1\n0.84598,0.48935,0.43967,1\n-1.0643,2.5298,1.3896,1\n-0.49106,1.2809,3.0414,1\n-0.13358,3.7303,3.1511,1\n-0.6193,2.9005,0.38921,1\n0.38683,1.3435,3.423,1\n0.3211,2.1919,2.5004,1\n1.0693,1.876,1.8495,1\n-0.023149,2.7171,5.0994,1\n-0.049391,2.1105,1.9316,1\n-0.50441,2.1966,1.7577,1\n-1.3759,1.3773,2.565,1\n-1.3598,1.6219,1.7871,1\n0.52904,3.2815,2.5711,1\n-0.4609,3.4423,4.4221,1\n-0.2193,2.3336,1.4529,1\n1.3619,2.8419,2.1274,1\n-1.1626,1.2492,1.2721,1\n0.72862,1.6765,2.1649,1\n0.46674,1.7085,2.3256,1\n0.36601,2.8867,2.5187,1\n0.25112,2.2301,0.68643,1\n0.31847,3.3175,1.3138,1\n-0.9744,1.5619,1.405,1\n0.35982,3.6372,3.2207,1\n-1.5027,0.6739,2.1262,1\n0.73813,0.68356,0.73897,1\n-0.82989,1.5885,2.5924,1\n-2.1416,2.9784,2.4162,1\n0.45882,1.6117,1.9764,1\n-0.0029628,1.5259,1.5405,1\n-1.8448,2.2012,2.5442,1\n-0.82932,1.8346,2.4973,1\n0.73534,2.7336,0.43203,1\n-0.3197,0.73407,1.3307,1\n0.6762,2.2818,1.1808,1\n0.035579,0.96033,3.0677,1\n-1.0284,2.8494,0.13942,1\n-0.12981,2.2764,1.6971,1\n-0.25987,1.33,1.6993,1\n-0.71396,1.6202,1.8371,1\n1.1549,1.7449,2.1133,1\n-0.45215,1.9076,1.4948,1\n0.80906,1.2218,2.3714,1\n-1.6044,1.0732,2.657,1\n-0.31427,3.0637,2.4472,1\n2.0532,2.8659,3.4129,1\n-0.66732,0.043795,0.96384,1\n-0.52063,1.0148,3.9976,1\n0.24223,1.5584,2.904,1\n2.2252,3.1425,2.3416,1\n-0.9202,0.70608,1.3287,1\n-0.58661,1.2867,1.8833,1\n-0.086155,1.7655,0.91731,1\n-0.36095,0.76803,1.0435,1\n-0.74091,1.3911,0.083214,1\n-1.1748,0.29398,1.1141,1\n-0.5202,2.0788,2.5291,1\n0.67455,1.4104,2.9301,1\n1.3801,1.3016,2.0368,1\n2.0717,1.9331,2.6582,1\n0.90994,2.5554,2.2576,1\n0.77032,1.1525,-0.27451,1\n-0.5938,0.95394,2.3443,1\n-0.89321,-0.52187,2.8314,1\n0.57118,2.7869,4.1681,1\n-0.48041,2.2853,1.7112,1\n0.32009,2.3166,0.03884,1\n-1.5031,2.5481,0.46188,1\n1.984,1.9915,0.20399,1\n-1.1071,3.4086,0.11183,1\n-0.66521,3.1326,3.0452,1\n-0.75956,2.304,1.6477,1\n0.098177,2.0468,1.6645,1\n0.9422,4.2275,0.44784,1\n-0.46167,3.8389,3.0767,1\n-0.29155,2.3302,3.0457,1\n-2.3157,1.1074,1.122,1\n0.5239,1.5372,2.246,1\n1.4275,0.82436,1.8868,1\n-0.8161,3.7708,2.5387,1\n0.47114,4.8682,2.4449,1\n-0.23941,2.182,2.4081,1\n-2.6315,2.6737,2.3481,1\n-0.42125,0.78297,0.069206,1\n0.45749,2.1649,2.3284,1\n-1.8018,1.5053,2.4174,1\n-1.8614,2.2537,1.7638,1\n0.10138,1.6737,1.1688,1\n1.1979,0.83634,0.83746,1\n0.080515,2.5288,3.2959,1\n0.54509,2.4342,0.7465,1\n-2.0038,1.3804,2.9004,1\n0.53641,2.9184,1.7438,1\n0.18685,2.0375,2.5591,1\n-0.75615,3.3603,2.3385,1\n-1.3468,0.75397,2.8122,1\n0.73898,1.4214,2.5681,1\n-0.28933,2.3158,1.3051,1\n-0.0092022,2.0254,1.703,1\n0.043993,0.89677,1.9075,1\n0.92129,2.1403,2.5075,1\n0.17876,2.4545,1.5383,1\n0.91888,2.8038,1.3173,1\n-1.0346,2.7186,3.116,1\n-0.53494,3.0114,2.44,1\n0.63764,3.598,1.2956,1\n-1.2532,1.7678,4.4953,1\n-0.48416,0.81121,3.1867,1\n0.45848,1.788,2.8018,1\n-1.0702,0.784,1.1675,1\n0.41581,2.7456,1.4443,1\n0.66849,1.2195,1.395,1\n-0.23976,1.6335,2.95,1\n0.14949,2.5745,1.8601,1\n-0.44433,1.1435,2.4064,1\n-0.26228,1.2789,1.9902,1\n-0.075061,3.6627,0.73643,1\n0.50664,3.0155,2.967,1\n0.61736,2.1799,3.1822,1\n1.4269,1.5526,1.4426,1\n-0.73469,3.8256,2.3636,1\n-0.98606,2.3321,1.5803,1\n-0.79176,1.5013,0.84764,1\n2.7633,1.434,3.2866,1\n-0.39254,1.7465,0.71883,1\n0.77086,1.5361,2.4766,1\n1.3174,2.4163,1.1668,1\n0.35997,2.6451,0.83272,1\n0.64884,3.2207,0.80887,1\n0.04335,2.1592,1.5679,1\n0.65427,1.8443,1.7012,1\n-0.43887,2.2316,3.4349,1\n0.076193,2.26,2.4042,1\n-0.81094,2.5465,2.5283,1\n-0.9153,2.9421,2.3276,1\n-0.87396,5.0908,3.0116,1\n0.56744,1.3225,2.3116,1\n-0.47414,2.5347,3.8106,1\n-0.14735,1.4234,0.83182,1\n-0.27205,1.5149,0.67281,1\n0.90854,1.9267,2.4577,1\n1.8307,1.09,1.1526,1\n-0.19983,1.8268,2.2732,1\n-0.22336,1.1291,2.3324,1\n-0.62443,0.57774,2.7403,1\n-0.11114,2.3144,1.3418,1\n-1.5081,1.9293,3.0005,1\n0.56043,0.55977,2.6361,1\n0.47418,2.3472,2.3106,1\n1.4774,0.49143,2.0364,1\n0.51909,2.2087,2.0731,1\n-0.80709,0.9911,3.2972,1\n-0.38233,2.1997,2.4004,1\n-1.1694,3.5244,3.1337,1\n0.66943,2.5716,2.7972,1\n-1.813,1.6718,1.8635,1\n0.33304,0.79364,2.2174,1\n-2.2481,2.9492,3.9021,1\n-0.19811,3.486,1.6719,1\n0.91903,2.1702,-1.3005,1\n-0.94859,2.1261,2.506,1\n-0.7265,0.88391,2.1194,1\n-0.12968,1.1226,3.1555,1\n0.80615,0.054354,0.56742,1\n-0.1802,1.9399,1.5706,1\n1.7708,3.2578,2.2997,1\n-1.0399,0.67659,1.4063,1\n-0.94657,1.4066,1.8997,1\n1.2587,2.6627,1.6978,1\n-0.59025,2.3461,1.4196,1\n-0.79647,2.3181,2.0517,1\n-0.10948,2.2785,2.7245,1\n-1.0882,0.072878,1.4902,1\n0.25486,1.1029,1.0373,1\n0.12684,3.9702,3.7677,1\n0.99022,2.4665,0.3636,1\n-3.0061,1.9065,1.6188,1\n-0.9552,2.7106,-0.14618,1\n-0.65407,2.1385,1.2596,1\n-1.2051,2.2462,2.3721,1\n-0.18954,2.5246,2.676,1\n-0.74564,2.6241,1.9706,1\n0.9544,0.88179,0.30226,1\n0.29702,0.028073,0.55956,1\n2.5579,0.50178,2.7343,1\n-0.50571,1.0271,2.9701,1\n0.60005,2.0395,2.0306,1\n-0.37952,2.1454,0.69795,1\n0.99178,1.2043,0.97447,1\n-1.4545,2.4162,0.065244,1\n-0.052934,3.28,1.5405,1\n0.26283,0.64021,1.8215,1\n-1.1934,2.4456,1.936,1\n-0.50756,0.79994,2.0883,1\n0.25719,0.88812,1.4983,1\n0.12285,1.5958,2.5015,1\n0.45016,1.5579,3.5095,1\n-1.0039,3.9941,2.2961,1\n-0.76488,2.3984,1.2049,1\n-1.4533,1.5059,1.5444,1\n-0.40268,1.8609,2.1113,1\n1.1284,2.2382,2.5484,1\n-0.76937,0.6646,0.84063,1\n0.16002,1.8475,2.3877,1\n0.083327,3.3406,-0.55363,1\n0.59485,-0.31334,0.91483,1\n0.71001,3.0591,3.3312,1\n-0.10164,2.5569,2.4934,1\n0.51834,1.5363,1.2629,1\n0.5497,3.7063,2.6674,1\n1.8797,1.8245,2.5216,1\n1.9399,1.0574,2.8346,1\n-1.4767,-0.97392,1.716,1\n-0.62999,1.2417,2.7487,1\n-0.15347,3.483,2.6213,1\n2.6022,1.2897,1.2404,1\n-0.54767,2.3918,1.9105,1\n-0.64467,0.94575,2.6817,1\n-1.1925,2.2371,1.8016,1\n-0.41655,2.7166,1.8694,1\n0.13627,1.5943,2.5238,1\n-0.24574,3.493,0.39696,1\n-0.659,0.86046,3.1642,1\n2.0335,4.2258,2.4789,1\n0.28471,1.022,-0.0644,1\n0.5473,0.85198,0.55139,1\n-0.32382,-0.67631,1.3057,1\n-0.7824,3.9586,0.27362,1\n-2.7542,0.048,2.157,1\n-0.19057,1.4262,2.5637,1\n0.38222,2.3652,2.0993,1\n0.026782,1.2839,0.60983,1\n-0.58236,1.3113,0.99218,1\n-0.97846,0.6326,1.4831,1\n0.75592,3.6892,0.86775,1\n0.77424,3.8312,1.4994,1\n1.1188,0.40929,3.78,1\n-0.61175,2.8333,0.55367,1\n0.98409,1.7638,0.89978,1\n0.27744,0.93381,1.0388,1\n-0.58006,1.1148,1.6811,1\n-0.46828,2.2812,1.7022,1\n-1.5225,1.8633,3.3634,1\n-1.8815,0.76035,1.2395,1\n-1.0085,0.61182,3.0943,1\n-0.70118,2.7072,1.8459,1\n-1.1055,3.5258,1.3473,1\n0.22344,1.5615,2.1323,1\n0.65183,1.6255,0.65248,1\n0.085192,2.766,1.7577,1\n0.22166,2.5778,0.86352,1\n-0.31274,3.4398,1.4165,1\n-1.3345,-0.14801,2.4246,1\n-0.222,1.618,1.859,1\n-0.7399,4.3206,0.43979,1\n-0.30553,1.5612,1.8746,1\n-0.49171,0.10009,1.8597,1\n0.07039,0.1999,1.8568,1\n-0.44527,2.6998,0.86173,1\n0.35859,4.3319,1.9467,1\n-0.63976,3.9889,2.9041,1\n0.4557,0.42619,2.1764,1\n-1.7187,-0.21834,0.78604,1\n-0.76787,2.6105,1.7796,1\n0.6281,1.6525,1.7029,1\n0.49683,3.0495,2.769,1\n-1.5087,2.7731,1.7907,1\n-0.33146,3.2827,-0.87805,1\n-0.77816,1.1986,2.1319,1\n0.11023,3.0042,0.88464,1\n-1.014,2.4219,1.2047,1\n0.61364,0.90192,3.646,1\n-0.10273,2.5669,0.41551,1\n-0.22617,1.5784,1.3725,1\n0.40679,1.8292,1.844,1\n-1.219,1.5135,1.7406,1\n0.13308,1.4312,0.36712,1\n-0.94845,2.5342,3.3225,1\n-2.1431,2.1081,4.4167,1\n-0.18951,-0.35999,2.981,1\n1.1604,3.0503,2.0225,1\n-0.77841,1.1171,2.1643,1\n-1.0719,1.8699,0.77409,1\n-0.35474,3.5074,0.90232,1\n-1.0872,1.9592,1.6076,1\n0.28076,2.5199,0.13957,1\n0.076576,1.6838,2.4918,1\n0.056359,2.6461,4.6327,1\n-0.030888,1.9262,2.0522,1\n1.0586,2.3078,1.3614,1\n-1.7444,1.1836,2.2172,1\n-1.2806,2.752,2.5294,1\n-0.1601,2.1229,0.44396,1\n-1.2012,2.2203,2.8657,1\n-1.5112,0.49417,1.6355,1\n-2.0728,1.5716,2.1512,1\n0.2999,2.3366,3.8154,1\n-0.25582,1.2568,1.4087,1\n0.62666,2.1812,0.86692,1\n0.30891,1.3458,3.3822,1\n0.25847,2.8288,2.8661,1\n0.75794,3.4515,2.0755,1\n0.67624,3.3703,3.1193,1\n0.55037,3.0604,0.14844,1\n-1.4656,3.2288,3.2388,1\n-0.27733,1.9686,2.6891,1\n1.5112,1.5137,0.99804,1\n0.59659,4.1893,2.4378,1\n1.5504,1.2233,3.7995,1\n0.13214,2.0261,3.4687,1\n0.14287,1.7719,1.462,1\n-0.12069,4.378,1.7414,1\n-0.4024,4.7516,2.5161,1\n0.068482,0.78301,2.0219,1\n-0.055598,2.2026,2.0349,1\n0.17869,2.5399,0.64023,1\n-0.73083,1.4289,0.53877,1\n-1.1741,2.8476,1.9325,1\n0.70389,2.8067,1.5016,1\n-1.4688,2.9711,3.8066,1\n-0.41131,1.0657,0.47242,1\n0.20293,-0.43992,2.6138,1\n0.20087,3.0176,2.5749,1\n0.98658,3.442,1.7095,1\n-0.91941,2.3832,2.0105,1\n0.099923,1.6528,1.2342,1\n1.8408,1.6613,1.0341,1\n0.56692,1.326,1.7308,1\n0.15701,1.8552,2.0302,1\n0.042374,0.95215,2.2555,1\n-0.12534,1.1207,1.7841,1\n0.10954,1.8691,0.4947,1\n0.35071,1.2365,2.8465,1\n0.75,2.307,1.5042,1\n-1.5707,0.15559,1.1038,1\n-0.86165,2.1233,1.2733,1\n-0.22097,1.2561,1.2194,1\n-0.29354,2.5799,2.6043,1\n0.051714,0.81993,2.6289,1\n1.4532,3.2878,1.7309,1\n0.41206,0.89409,3.7832,1\n0.097677,2.4103,3.7165,1\n-0.59699,2.9047,0.46209,1\n-1.428,0.74402,1.993,1\n-0.61853,3.4084,1.9687,1\n0.17597,0.76756,2.1786,1\n0.21105,1.6715,1.2257,1\n-0.31353,2.3079,0.4986,1\n0.068093,2.251,2.843,1\n-0.15266,1.5201,3.5428,1\n-0.49812,2.1028,3.7677,1\n0.38801,0.40469,0.91693,1\n-1.1076,1.8055,1.1971,1\n0.81141,2.0085,1.5708,1\n0.42122,0.5818,0.57241,1\n0.55162,1.5408,0.032167,1\n-0.59165,2.285,1.1489,1\n-0.87776,4.2033,0.10393,1\n1.4068,1.8267,1.048,1\n0.0066946,2.4449,0.8376,1\n-0.94101,0.82499,2.5963,1\n-0.47831,1.893,2.1138,1\n1.1624,2.4888,1.7861,1\n-0.79664,2.7273,3.4363,1\n-0.32831,3.4579,2.7522,1\n-0.019172,0.26416,0.73369,1\n-1.1456,2.0441,1.8022,1\n-0.68133,4.2002,1.0067,1\n-1.2677,0.47407,1.8131,1\n-1.0569,1.7633,2.4717,1\n0.10842,2.8094,2.3117,1\n1.9173,2.2366,2.4889,1\n-0.8541,0.98646,4.0056,1\n2.0889,2.588,0.26205,1\n-0.075324,0.31656,-0.14679,1\n0.51378,2.3785,2.1952,1\n-0.9417,0.8551,1.8967,1\n0.99354,2.7452,1.0407,1\n-3.2299,-0.067759,3.2571,1\n0.17436,2.426,2.2348,1\n-0.70599,0.060455,0.91228,1\n0.95096,2.0815,1.6583,1\n1.5158,1.9444,1.3511,1\n-0.13855,1.8857,2.8228,1\n0.10677,2.1491,-0.87417,1\n1.4636,2.0757,2.3497,1\n-0.33815,3.4638,1.5491,1\n-1.0305,0.7916,3.0944,1\n1.2457,2.142,1.4422,1\n-0.13439,2.8022,1.6029,1\n0.068879,2.5444,1.1448,1\n1.5254,2.183,1.6637,1\n1.0565,2.6724,3.1403,1\n2.2278,2.1285,2.0837,1\n-0.004516,1.8527,2.1488,1\n0.20003,2.6674,1.774,1\n1.0751,3.1406,1.1626,1\n0.071268,0.92218,3.9837,1\n-0.78761,0.77115,1.6121,1\n0.44627,2.6802,2.2251,1\n1.7437,2.3534,3.6228,1\n0.77848,3.5191,1.4349,1\n-1.1175,1.5296,3.7859,1\n0.086622,2.6265,0.43632,1\n-1.2403,1.854,2.6442,1\n0.035659,0.90736,1.2332,1\n0.26468,2.759,2.3713,1\n0.46003,1.7522,2.7812,1\n-0.6753,2.6107,1.116,1\n0.85136,2.9302,0.88272,1\n0.64378,3.566,3.0531,1\n1.5904,1.4269,1.6789,1\n0.89502,1.6857,4.3357,1\n0.17695,1.6674,3.0902,1\n-1.4385,3.0203,2.2885,1\n0.58943,1.4031,2.5817,1\n-1.6518,3.8327,2.7745,1\n-1.3356,1.9822,0.57049,1\n-0.82269,3.6146,0.7811,1\n0.55049,-0.47585,1.1982,1\n1.3234,2.1161,4.0105,1\n-1.6769,2.6958,1.2817,1\n-0.40074,-0.63684,2.2801,1\n-0.24133,4.1892,1.8151,1\n-0.87017,2.9374,2.0636,1\n0.61452,0.71562,1.6141,1\n1.7516,1.9074,1.7005,1\n1.8317,2.6403,3.0339,1\n0.0029426,3.3884,3.9564,1\n-0.34093,3.5817,2.5199,1\n-0.60438,3.3572,1.6833,1\n1.6552,3.5999,1.5331,1\n-0.89174,2.1407,2.9637,1\n-1.6432,1.9754,3.5322,1\n0.46357,2.3631,2.4809,1\n0.3897,2.9003,0.76407,1\n-0.18238,2.2045,3.1144,1\n0.37184,1.542,3.2186,1\n-0.85235,1.0833,2.4029,1\n-1.3434,2.3003,4.9159,1\n-0.31661,2.1392,2.5443,1\n0.44732,1.9606,2.3168,1\n-0.74023,0.33198,3.0037,1\n1.8165,1.6209,2.0591,1\n1.5868,1.0094,3.2593,1\n-0.59255,2.3238,1.6208,1\n2.0984,1.887,1.5851,1\n0.62667,1.3058,0.70046,1\n0.54563,1.4438,2.8535,1\n-0.59183,3.3555,1.8022,1\n-0.58692,1.3155,2.5573,1\n1.6992,3.2041,1.5914,1\n-0.24823,0.95061,2.0571,1\n-1.1456,1.3414,2.5074,1\n-1.5295,1.3154,2.2717,1\n0.11642,0.20984,0.64608,1\n0.81942,1.933,1.6269,1\n-0.98938,2.6598,2.5498,1\n-0.95378,2.8877,3.517,1\n-1.5201,3.6433,2.3068,1\n-0.63307,3.5206,0.87859,1\n0.70012,1.2213,3.2329,1\n-1.027,1.0971,2.2144,1\n0.44568,2.4777,2.0004,1\n0.73252,2.59,2.1444,1\n-0.22558,-0.048285,0.53008,1\n0.96672,2.6813,2.3268,1\n-0.68377,1.8103,3.3497,1\n0.67828,1.4347,0.89622,1\n-0.69416,1.753,2.7509,1\n1.7351,1.6429,2.2577,1\n0.64171,0.83797,0.65808,1\n-2.2194,1.9033,0.84551,1\n-0.67105,2.0772,1.9601,1\n-1.7026,3.201,0.85324,1\n1.4466,-0.34482,3.7323,1\n-1.0144,-0.14697,3.0454,1\n0.58847,2.4638,-0.45006,1\n-0.67637,1.4428,2.1031,1\n0.2421,1.3203,1.1254,1\n1.0617,1.6653,4.3713,1\n-0.76588,2.2887,2.5444,1\n0.30696,1.1606,1.9548,1\n-0.10479,1.7101,1.5534,1\n0.35276,1.2105,1.3913,1\n0.57292,0.7052,1.4584,1\n0.69298,3.4116,3.9931,1\n-1.0917,1.001,1.7444,1\n0.63779,1.7492,3.1245,1\n0.60096,-0.34204,0.71026,1\n-0.39438,2.0646,2.0324,1\n-1.8458,2.5013,1.9541,1\n0.054836,1.5225,0.93579,1\n-0.54777,3.3112,2.2921,1\n0.50522,1.9256,2.386,1\n0.82352,2.6013,1.6713,1\n-0.99284,2.7152,0.097737,1\n-1.1957,2.6831,2.3191,1\n-0.87388,1.2906,2.2308,1\n1.2951,2.1964,0.86182,1\n0.60636,1.0975,1.259,1\n0.10303,1.4365,2.9131,1\n0.3158,3.0108,2.6741,1\n0.4321,1.4434,1.067,1\n1.7511,0.42626,2.5692,1\n0.070005,3.9007,2.7387,1\n-0.74832,1.5635,1.6788,1\n1.1545,2.3628,1.9026,1\n-1.1703,2.3314,1.9434,1\n0.31947,1.2272,1.7042,1\n-0.98085,1.4786,1.6928,1\n-1.0648,1.7403,3.5594,1\n1.9785,1.6066,2.1738,1\n0.38796,2.9464,2.4503,1\n-0.58317,1.7329,0.88107,1\n1.0686,2.8859,1.8844,1\n0.30113,3.9689,1.5262,1\n1.2633,3.3126,1.0088,1\n-0.40461,3.4539,1.8634,1\n1.6258,1.7943,1.7693,1\n-0.96441,0.80057,2.7311,1\n0.29029,3.3721,0.90044,1\n-1.6239,2.3241,2.1548,1\n-0.41387,1.4412,2.0554,1\n1.0626,1.225,2.5383,1\n-0.91437,2.6043,3.1179,1\n-1.5874,4.0791,2.9142,1\n1.1821,2.0035,2.3994,1\n2.5993,0.975,4.2752,1\n-1.4896,2.2716,0.6281,1\n-0.90359,4.1753,0.55823,1\n-2.0649,1.1557,2.0288,1\n-0.011343,3.1132,2.6675,1\n-0.58677,2.2394,2.5388,1\n-2.0252,1.4922,1.0354,1\n-0.42772,0.51496,2.5658,1\n0.83868,0.29777,1.817,1\n-0.12079,2.2759,3.7031,1\n0.18981,2.2327,1.8065,1\n0.51644,3.854,2.0683,1\n0.77101,2.0944,2.6705,1\n-0.17447,2.5861,-0.4675,1\n0.731,2.2919,1.5525,1\n-0.4172,-1.0088,2.6183,1\n-1.7474,3.7888,3.2338,1\n0.52912,2.424,3.6703,1\n0.30196,0.36169,3.09,1\n1.2901,2.6652,1.7644,1\n-0.4938,3.1232,1.8521,1\n-1.4982,2.3283,3.7162,1\n-1.1802,1.3997,3.4799,1\n1.3789,3.2744,3.4562,1\n-0.23324,1.2776,-0.58604,1\n-0.085406,2.5181,0.10682,1\n-0.59707,2.5271,2.085,1\n0.43699,1.6217,3.1642,1\n-0.06666,2.8265,3.5809,1\n-1.3896,2.7313,3.1148,1\n0.81521,2.5593,-0.15698,1\n-0.30091,0.16716,0.1441,1\n0.63179,2.9948,2.6265,1\n2.0238,0.27024,3.9264,1\n0.47829,3.1091,0.80518,1\n0.45192,2.9857,0.97755,1\n-0.15291,3.0134,0.19636,1\n-0.58486,2.268,0.89632,1\n-1.5922,2.7422,2.2005,1\n0.62872,1.9274,1.5198,1\n-0.34543,2.309,2.1541,1\n0.86314,1.2242,2.7413,1\n0.98476,2.2192,1.4442,1\n-0.68529,1.348,2.7144,1\n1.6513,1.2524,3.8581,1\n0.36993,1.1236,1.7739,1\n2.016,3.1029,4.5385,1\n-2.1076,1.9298,2.3431,1\n-0.60499,3.7408,1.9871,1\n1.893,2.9737,2.0093,1\n1.0242,3.3542,1.4473,1\n-0.73815,1.8068,2.1362,1\n2.0594,3.5006,2.9789,1\n0.27638,2.1428,2.6557,1\n0.93543,1.7404,1.8815,1\n0.31251,1.4684,1.1019,1\n0.19978,3.6612,3.5205,1\n-0.2094,2.4317,2.0794,1\n-0.92708,1.4742,2.3641,1\n-0.26697,0.75826,2.281,1\n-0.68937,1.5075,2.3379,1\n0.16725,2.2802,2.2803,1\n-0.025043,2.8957,2.3446,1\n-0.87082,3.0245,0.87969,1\n0.093949,0.55338,2.5064,1\n-0.1118,2.5052,2.2281,1\n-0.30509,1.3384,1.4046,1\n0.9474,1.8092,1.9377,1\n-0.76385,1.3948,2.0696,1\n-0.91482,0.52696,0.84352,1\n0.90351,1.7501,2.1193,1\n-0.022658,1.924,3.4466,1\n0.026702,3.391,1.8058,1\n1.2913,1.3115,2.6206,1\n0.53419,1.4934,2.7748,1\n-0.98046,2.842,2.645,1\n-0.70941,1.5051,1.86,1\n0.30406,3.3786,2.3577,1\n-0.82425,1.2439,2.8349,1\n-0.34985,3.1001,1.2631,1\n-0.10166,2.2325,2.8953,1\n2.1092,0.92335,2.596,1\n-0.48379,1.519,2.1373,1\n0.6785,1.818,0.49308,1\n1.2702,1.6788,2.1041,1\n0.61076,1.3226,2.2092,1\n-0.76016,2.4252,2.2231,1\n-1.5886,1.5381,1.3726,1\n-0.48665,2.0959,1.7146,1\n0.47542,1.3335,2.7351,1\n0.54942,0.49698,2.3138,1\n-0.2405,-0.16665,2.5512,1\n-0.19288,3.24,2.3207,1\n-0.2595,0.63747,2.0666,1\n-0.87187,1.7479,4.3764,1\n-0.034723,0.21781,2.811,1\n-0.27173,0.1611,2.7477,1\n0.46681,2.2942,1.6223,1\n-0.61536,1.0701,2.3949,1\n-0.92605,1.9802,-0.11909,1\n-0.39174,2.597,2.7089,1\n2.492,4.3554,1.3581,1\n0.57405,2.9408,4.2957,1\n1.0948,1.9663,2.1313,1\n-0.059628,3.2149,3.3627,1\n1.693,1.0595,3.0636,1\n0.048109,2.2993,2.7413,1\n0.33817,2.8384,1.1737,1\n1.0823,1.1225,1.0527,1\n-1.2136,1.3264,3.5388,1\n-0.6507,0.10898,3.707,1\n-1.0545,1.2225,2.2739,1\n0.53618,2.0046,1.0931,1\n0.31849,0.41253,2.4631,1\n0.33758,2.7329,1.9433,1\n-1.6093,4.1787,1.5524,1\n-0.58231,2.1649,-0.064307,1\n-0.7341,2.1609,1.6714,1\n-1.9911,2.4865,1.0748,1\n-1.0303,0.6043,1.2812,1\n0.23758,1.6312,1.8741,1\n0.25002,3.417,1.0669,1\n0.049441,0.75663,4.2729,1\n0.90026,2.7194,0.52831,1\n-1.0895,1.1491,1.7017,1\n1.3558,2.6639,2.0447,1\n2.5207,1.5458,0.93178,1\n0.48155,1.4782,2.0148,1\n-0.61349,1.9618,1.8029,1\n0.52449,1.6543,3.096,1\n-0.093662,2.2672,1.9789,1\n0.76587,2.045,2.231,1\n-0.31938,0.39144,2.4208,1\n2.3927,2.8761,1.5424,1\n-0.33537,4.6468,1.393,1\n1.068,2.6681,1.462,1\n1.33,0.69053,0.78677,1\n-0.11164,2.5166,2.109,1\n-0.25492,2.1945,0.6501,1\n-0.70821,0.86576,1.7934,1\n-3.0419,1.196,2.0103,1\n0.695,3.2856,0.58988,1\n0.19272,2.7605,1.3689,1\n-0.83244,2.2503,2.1792,1\n0.19626,2.9608,3.977,1\n0.30911,4.4132,0.57236,1\n0.75839,1.7837,2.4533,1\n0.64148,1.7488,2.4301,1\n1.3297,2.8131,1.8184,1\n0.1181,1.8917,2.6798,1\n-0.034819,0.90183,3.2014,1\n-0.38327,4.0228,1.3232,1\n0.35454,0.94261,2.7753,1\n0.77088,0.99583,0.16439,1\n0.41382,3.4586,2.4199,1\n-0.77871,2.6277,1.7935,1\n-0.28379,2.4463,1.3956,1\n-0.057483,2.6156,1.1305,1\n-0.50578,3.8449,1.7614,1\n-0.91759,4.8241,0.63408,1\n0.17539,1.8933,1.715,1\n2.4321,2.0764,1.1529,1\n1.0289,1.9079,2.6913,1\n0.12679,0.41117,2.4838,1\n-1.0175,4.2947,2.389,1\n-0.81284,1.9332,1.888,1\n-0.34601,1.5015,3.5725,1\n0.32894,2.8909,1.3872,1\n-0.94718,2.5839,3.3727,1\n-0.053194,0.20634,1.3707,1\n0.2179,2.4361,0.57666,1\n0.31167,2.0099,-0.15589,1\n-0.56042,1.6267,1.0746,1\n0.046975,2.0727,2.0015,1\n0.42764,1.6977,1.8711,1\n0.062575,1.3344,0.64873,1\n-0.10555,3.4682,1.53,1\n0.98695,2.0164,1.6458,1\n0.016431,1.3612,0.90597,1\n0.89735,3.2142,2.0827,1\n-1.6397,1.4893,1.2554,1\n0.34196,1.1252,0.77598,1\n0.37905,3.0807,2.9079,1\n1.0222,2.0019,0.70596,1\n0.35053,1.6438,2.2532,1\n0.78928,2.146,1.9743,1\n1.6829,1.0676,1.1243,1\n1.5543,3.2722,1.7998,1\n-1.0079,2.6738,2.1258,1\n3.0493,1.7798,2.9748,1\n1.4275,0.65518,0.3433,1\n-0.4764,2.7781,1.5204,1\n1.2429,1.2899,1.2802,1\n-1.1637,0.81833,3.0545,1\n0.56495,3.1009,0.62583,1\n0.87174,1.1293,0.23666,1\n-0.80195,1.4504,2.3988,1\n1.1001,3.7169,2.6646,1\n-0.81827,2.6106,3.3441,1\n0.085636,1.3101,0.49548,1\n-1.6217,2.6411,1.5772,1\n0.44125,1.8366,1.9983,1\n-0.41467,-0.0020706,3.9972,1\n0.35439,3.1437,1.1446,1\n-0.20028,2.3542,0.85498,1\n-1.3753,1.2753,2.1733,1\n1.3352,2.252,0.69148,1\n0.33628,0.31427,3.3999,1\n-0.12117,3.2006,2.3568,1\n-0.43197,2.7447,1.7653,1\n0.87964,2.9477,1.5972,1\n-0.34618,2.3324,0.26903,1\n1.3531,0.7437,1.1063,1\n0.079106,2.6338,0.64534,1\n-1.0242,2.5689,3.0293,1\n0.14427,1.6592,2.7843,1\n0.63915,3.4689,1.4292,1\n0.43019,2.3206,1.9347,1\n0.32411,1.7357,0.81283,1\n-0.41309,1.8384,2.4977,1\n-0.76205,1.2282,2.0403,1\n0.6721,3.5751,1.9835,1\n-0.086929,2.3445,0.3048,1\n0.51003,1.9652,3.552,1\n1.5388,2.6001,2.0909,1\n0.11326,2.8553,2.2582,1\n-0.28124,2.1656,1.0747,1\n0.81712,0.77374,0.6299,1\n0.30785,2.3859,1.4464,1\n-0.27189,0.60392,1.3998,1\n-0.12218,1.7656,2.148,1\n-0.47459,1.7402,1.6846,1\n-0.47006,1.5913,0.65626,1\n-0.68337,2.2822,0.41957,1\n1.714,2.2302,0.95576,1\n0.69784,3.5183,1.3148,1\n0.62062,4.3687,2.3397,1\n0.50407,3.3412,2.8013,1\n-1.0791,2.776,2.2082,1\n0.47331,3.9505,4.0969,1\n-0.52579,2.6988,1.9024,1\n2.5894,3.2421,2.7467,1\n-0.23713,0.92378,1.925,1\n0.25459,3.5626,3.3221,1\n0.67342,1.4758,1.0844,1\n-0.033393,2.2271,2.4284,1\n0.55452,0.65688,4.2868,1\n0.22434,2.5497,2.3445,1\n0.084211,1.5823,0.66551,1\n0.43653,2.3354,3.2037,1\n0.211,1.9349,2.6352,1\n1.428,1.1538,3.4506,1\n-0.7295,3.0733,2.7027,1\n0.89006,2.545,2.5343,1\n1.2842,2.4848,3.132,1\n-0.93419,1.4518,0.60932,1\n-0.22124,1.6012,2.2746,1\n1.2341,3.302,2.4091,1\n-0.13275,1.1379,1.3284,1\n-1.0061,3.5557,1.4993,1\n3.8205,1.5179,0.91267,1\n0.45706,3.6634,0.072953,1\n-1.0454,2.0313,0.72734,1\n-0.062734,3.1808,0.99975,1\n-1.1984,1.4884,1.0491,1\n0.70678,1.0827,1.9136,1\n-1.7648,3.1726,1.2,1\n-0.51651,1.3296,3.1346,1\n-0.8923,1.2825,4.235,1\n1.8522,0.83842,1.2168,1\n-1.1294,2.3459,0.67508,1\n0.98106,1.7897,1.8877,1\n-0.76842,3.7442,2.3388,1\n-1.011,2.7002,1.9954,1\n-1.4073,1.9014,2.696,1\n0.83658,0.81949,3.2199,1\n1.6638,1.8057,1.2874,1\n-1.0112,-0.31584,0.89107,1\n-0.45187,2.0446,2.6767,1\n0.75837,2.5155,1.3243,1\n-0.41309,2.3497,3.1874,1\n0.73297,1.9173,0.89837,1\n-0.41536,0.39823,1.7529,1\n-0.13297,1.8302,1.0182,1\n0.30095,1.3766,0.7941,1\n-0.48224,1.6437,2.0941,1\n-0.53298,1.9907,0.19103,1\n-0.98083,1.2484,0.58437,1\n-1.4737,2.6557,1.2279,1\n-0.5156,1.8816,0.24621,1\n1.6854,0.21984,1.8566,1\n-0.76361,2.3398,0.87208,1\n2.0491,2.6763,2.4375,1\n-0.86561,0.61924,1.3898,1\n1.1818,1.098,1.5436,1\n-0.16182,1.4122,1.5527,1\n0.088071,2.1282,2.1123,1\n-0.7549,2.1018,1.748,1\n0.54673,3.1802,2.1108,1\n-1.0063,0.77157,3.5905,1\n1.395,0.71185,0.18432,1\n0.79969,1.9387,3.3374,1\n-0.81505,1.3091,0.70056,1\n0.56537,1.1446,1.7937,1\n0.46556,1.2178,0.96397,1\n-0.1243,0.17899,1.446,1\n-1.7749,1.8006,1.6772,1\n-0.31162,1.9941,1.7398,1\n-0.12459,2.4172,2.3979,1\n0.5027,2.6689,3.7603,1\n-1.9001,1.7727,1.308,1\n0.88128,2.375,1.8869,1\n-1.7429,2.4478,2.3955,1\n"
  },
  {
    "path": "web-src/examples/scatter-brushing.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <title>dc.js - Scatter Plot Brushing Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n  <p>Brush on one chart to see the points filtered on the other.</p>\n  <div id=\"test1\"></div>\n  <div id=\"test2\"></div>\n\n  <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n  <script type=\"text/javascript\">\n\nvar chart1 = new dc.ScatterPlot(\"#test1\");\nvar chart2 = new dc.ScatterPlot(\"#test2\");\nvar data = \"x,y,z\\n\" +\n    \"1,1,3\\n\" +\n    \"5,2,11\\n\" +\n    \"13,13,13\\n\"+\n    \"5,3,20\\n\"+\n    \"12,12,10\\n\"+\n    \"3,6,8\\n\"+\n    \"15,2,9\\n\"+\n    \"8,6,14\\n\"+\n    \"1,4,9\\n\"+\n    \"8,8,12\\n\";\nvar data = d3.csvParse(data);\n\ndata.forEach(function (x) {\n    x.x = +x.x;\n    x.y = +x.y;\n    x.z = +x.z;\n});\n\nvar ndx = crossfilter(data),\n    dim1 = ndx.dimension(function (d) {\n        return [+d.x, +d.y];\n    }),\n    dim2 = ndx.dimension(function (d) {\n        return [+d.y, +d.z];\n    }),\n    group1 = dim1.group(),\n    group2 = dim2.group();\n\nchart1.width(300)\n    .height(300)\n    .x(d3.scaleLinear().domain([0, 20]))\n    .yAxisLabel(\"y\")\n    .xAxisLabel(\"x\")\n    .clipPadding(10)\n    .dimension(dim1)\n    .excludedOpacity(0.5)\n    .group(group1);\n\nchart2.width(300)\n    .height(300)\n    .x(d3.scaleLinear().domain([0, 20]))\n    .yAxisLabel(\"z\")\n    .xAxisLabel(\"y\")\n    .clipPadding(10)\n    .dimension(dim2)\n    .excludedColor('#ddd')\n    .group(group2);\n\ndc.renderAll();\n\n  </script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/scatter-canvas-brushing.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <title>dc.js - Scatter Plot Brushing Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n  <p>Plotting 20,000 data points in 2 plots. Plots may take several seconds to load. Brush on one chart to see the points filtered on the other.</p>\n  <div id=\"test1\"></div>\n  <div id=\"test2\"></div>\n\n  <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n  <script type=\"text/javascript\">\n\n  d3.csv('sampleData20000.csv').then(function(rowData) {\n    rowData.forEach(function(d) {\n        d.feature1 = +d.feature1;\n        d.feature2 = +d.feature2;\n        d.feature3 = +d.feature3;\n        d.class = +d.class;\n    })\n\n    // Calculate x and y binning with each bin being PIXEL_BIN_SIZE wide\n    const nXBins = 300; const nYBins = 300;\n    const binWidth = 20 / nXBins;\n\n    var ndx = crossfilter(rowData),\n        dim1 = ndx.dimension(function (d) {\n            return [Math.floor(d.feature1 / binWidth) * binWidth,\n                Math.floor(d.feature2 / binWidth) * binWidth, d.class];\n        }),\n        dim2 = ndx.dimension(function (d) {\n            return [Math.floor(d.feature2 / binWidth) * binWidth,\n                Math.floor(d.feature3 / binWidth) * binWidth, d.class];\n        }),\n        group1 = dim1.group(),\n        group2 = dim2.group();\n    // var ndx = crossfilter(rowData),\n    //     dim1 = ndx.dimension(function (d) {\n    //         return [d.feature1, d.feature2, d.class];\n    //     }),\n    //     dim2 = ndx.dimension(function (d) {\n    //         return [d.feature2, d.feature3, d.class];\n    //     }),\n    //     group1 = dim1.group(),\n    //     group2 = dim2.group();\n    var plotColorMap = {0: '#ff7f0e', 1: '#2ca02c'};\n    var chart1 = new dc.ScatterPlot(\"#test1\").width(300)\n        .height(300)\n        .useCanvas(true)\n        .x(d3.scaleLinear().domain([-8, 8]))\n        .yAxisLabel(\"Feature 2\")\n        .xAxisLabel(\"Feature 1\")\n        .keyAccessor(function (d) { return d.key[0]; })\n        .valueAccessor(function (d) { return d.key[1]; })\n        .clipPadding(10)\n        .dimension(dim1)\n        .excludedOpacity(0.5)\n        .excludedColor('#ddd')\n        .highlightedSize(4)\n        .group(group1)\n        .colorAccessor(function (d) { return d.key[2]; })\n        .colors(function(colorKey) { return plotColorMap[colorKey]; });\n\n    chart1.legendables = function () {\n        return [{name: 'Class 0', chart: chart1, color: plotColorMap[0]},\n            {name: 'Class 1', chart: chart1, color: plotColorMap[1]}];\n    }\n\n    chart1.legend(dc.legend().x(200).y(10).itemHeight(13).gap(5).legendWidth(90).itemWidth(70));\n\n    var chart2 = new dc.ScatterPlot(\"#test2\").width(300)\n        .height(300)\n        .useCanvas(true)\n        .x(d3.scaleLinear().domain([-8, 8]))\n        .yAxisLabel(\"Feature 2\")\n        .xAxisLabel(\"Feature 3\")\n        .clipPadding(10)\n        .dimension(dim2)\n        .excludedOpacity(0.5)\n        .excludedColor('#ddd')\n        .highlightedSize(3)\n        .group(group2)\n        .colorAccessor(function (d) { return d.key[2]; })\n        .colors(function(colorKey) { return plotColorMap[colorKey]; });\n\n    chart2.legendables = function () {\n        return [{name: 'Class 0', chart: chart2, color: plotColorMap[0]},\n            {name: 'Class 1', chart: chart2, color: plotColorMap[1]}];\n    }\n    chart2.legend(dc.legend().x(200).y(10).itemHeight(13).gap(5).legendWidth(90).itemWidth(70));\n\n    dc.renderAll();\n});\n\n  </script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/scatter-canvas-large.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <title>dc.js - Scatter Plot Brushing Example - Large Dataset, Canvas Backend</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n</head>\n<body>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<h3>dc.js - Scatter Plot Brushing Example - Large Dataset, Canvas Backend</h3>\n<p>Plotting 20,000 data points in 2 plots. Plots may take several seconds to load. Brush on one chart to see the points filtered on the other. Compare against performance using SVG backend in the <a href=\"scatter-svg-large.html\">SVG large dataset scatter plot example</a>.</p>\n<hr />\n  <div id=\"test1\"></div>\n  <div id=\"test2\"></div>\n</div>\n</body>\n<footer>\n    <script type=\"text/javascript\">\n        d3.csv('sampleData20000.csv').then(function(rowData) {\n            rowData.forEach(function(d) {\n                d.feature1 = +d.feature1;\n                d.feature2 = +d.feature2;\n                d.feature3 = +d.feature3;\n                d.class = +d.class;\n            })\n\n            // Calculate x and y binning with each bin being PIXEL_BIN_SIZE wide.\n            // Binning coordinates into bins such that 1-2 bins per pixel makes\n            // crossfilter operations more efficient, especially with large\n            // datasets\n            const nXBins = 300; const nYBins = 300;\n            const binWidth = 20 / nXBins;\n\n            var ndx = crossfilter(rowData),\n                dim1 = ndx.dimension(function (d) {\n                    return [Math.floor(d.feature1 / binWidth) * binWidth,\n                        Math.floor(d.feature2 / binWidth) * binWidth, d.class];\n                }),\n                dim2 = ndx.dimension(function (d) {\n                    return [Math.floor(d.feature2 / binWidth) * binWidth,\n                        Math.floor(d.feature3 / binWidth) * binWidth, d.class];\n                }),\n                group1 = dim1.group(),\n                group2 = dim2.group();\n\n            // var ndx = crossfilter(rowData),\n            //     dim1 = ndx.dimension(function (d) {\n            //         return [d.feature1, d.feature2, d.class];\n            //     }),\n            //     dim2 = ndx.dimension(function (d) {\n            //         return [d.feature2, d.feature3, d.class];\n            //     }),\n            //     group1 = dim1.group(),\n            //     group2 = dim2.group();\n\n            var plotColorMap = {0: '#ff7f0e', 1: '#2ca02c'};\n            var chart1 = new dc.ScatterPlot(\"#test1\").width(300)\n                .height(300)\n                .width(350)\n                .useCanvas(true)\n                .x(d3.scaleLinear().domain([-8, 8]))\n                .yAxisLabel(\"Feature 2\")\n                .xAxisLabel(\"Feature 1\")\n                .keyAccessor(function (d) { return d.key[0]; })\n                .valueAccessor(function (d) { return d.key[1]; })\n                .clipPadding(10)\n                .dimension(dim1)\n                .highlightedSize(4)\n                .symbolSize(3)\n                .excludedSize(2)\n                .excludedOpacity(0.5)\n                .excludedColor('#ddd')\n                .group(group1)\n                .colorAccessor(function (d) { return d.key[2]; })\n                .colors(function(colorKey) { return plotColorMap[colorKey]; });\n\n            chart1.legendables = function () {\n                return [{name: 'Class 0', chart: chart1, color: plotColorMap[0]},\n                    {name: 'Class 1', chart: chart1, color: plotColorMap[1]}];\n            }\n\n            chart1.legend(dc.legend().x(250).y(10).itemHeight(13).gap(5).legendWidth(90).itemWidth(70));\n\n            var chart2 = new dc.ScatterPlot(\"#test2\").width(300)\n                .height(300)\n                .width(350)\n                .useCanvas(true)\n                .x(d3.scaleLinear().domain([-8, 8]))\n                .yAxisLabel(\"Feature 2\")\n                .xAxisLabel(\"Feature 3\")\n                .clipPadding(10)\n                .dimension(dim2)\n                .highlightedSize(4)\n                .symbolSize(3)\n                .excludedSize(2)\n                .excludedOpacity(0.5)\n                .excludedColor('#ddd')\n                .group(group2)\n                .colorAccessor(function (d) { return d.key[2]; })\n                .colors(function(colorKey) { return plotColorMap[colorKey]; });\n\n            chart2.legendables = function () {\n                return [{name: 'Class 0', chart: chart2, color: plotColorMap[0]},\n                    {name: 'Class 1', chart: chart2, color: plotColorMap[1]}];\n            }\n            chart2.legend(dc.legend().x(250).y(10).itemHeight(13).gap(5).legendWidth(90).itemWidth(70));\n\n            dc.renderAll();\n        });\n\n    </script>\n</footer>\n</html>\n"
  },
  {
    "path": "web-src/examples/scatter-series.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Series Scatter Plot Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.SeriesChart(\"#test\");\nvar ndx, runDimension, runGroup;\n\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  ndx = crossfilter(experiments);\n  runDimension = ndx.dimension(function(d) {return [+d.Expt, +d.Run]; });\n  runGroup = runDimension.group().reduceSum(function(d) { return +d.Speed; });\n\n  var symbolScale = d3.scaleOrdinal().range(d3.symbols);\n  var symbolAccessor = function(d) { return symbolScale(d.key[0]); };\n  var subChart = function(c) {\n    return new dc.ScatterPlot(c)\n        .symbol(symbolAccessor)\n        .symbolSize(8)\n        .highlightedSize(10)\n  };\n\n  chart\n    .width(768)\n    .height(480)\n    .chart(subChart)\n    .x(d3.scaleLinear().domain([0,20]))\n    .brushOn(true)\n    .yAxisLabel(\"Measured Speed km/s\")\n    .xAxisLabel(\"Run\")\n    .clipPadding(10)\n    .elasticY(true)\n    .dimension(runDimension)\n    .group(runGroup)\n    .mouseZoomable(false)\n    .shareTitle(false) // allow default scatter title to work\n    .seriesAccessor(function(d) {return \"Expt: \" + d.key[0];})\n    .keyAccessor(function(d) {return +d.key[1];})\n    .valueAccessor(function(d) {return +d.value - 500;})\n    .legend(dc.legend().x(350).y(350).itemHeight(13).gap(5).horizontal(1).legendWidth(140).itemWidth(70));\n  chart.yAxis().tickFormat(function(d) {return d3.format(',d')(d+299500);});\n  chart.margins().left += 40;\n\n  dc.renderAll();\n\n});\n\n</script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/scatter-svg-large.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <title>dc.js - Scatter Plot Brushing Example - Large Dataset, Canvas Backend</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n</head>\n<body>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n  <h3>dc.js - Scatter Plot Brushing Example - Large Dataset, SVG Backend</h3>\n  <p>Plotting 20,000 data points in 2 plots. Plots may take a few seconds to load. Brush on one chart to see the points filtered on the other. Compare against performance using Canvas backend in the <a href=\"scatter-canvas-large.html\">Canvas scatter plot example</a>.</p>\n  <hr />\n  <div id=\"test1\"></div>\n  <div id=\"test2\"></div>\n</div>\n</body>\n<footer>\n    <script type=\"text/javascript\">\n        d3.csv('sampleData20000.csv').then(function(rowData) {\n            rowData.forEach(function(d) {\n                d.feature1 = +d.feature1;\n                d.feature2 = +d.feature2;\n                d.feature3 = +d.feature3;\n                d.class = +d.class;\n            })\n\n            // Calculate x and y binning with each bin being PIXEL_BIN_SIZE wide.\n            // Binning coordinates into bins such that 1-2 bins per pixel makes\n            // crossfilter operations more efficient, especially with large\n            // datasets\n            const nXBins = 300; const nYBins = 300;\n            const binWidth = 20 / nXBins;\n\n            var ndx = crossfilter(rowData),\n                dim1 = ndx.dimension(function (d) {\n                    return [Math.floor(d.feature1 / binWidth) * binWidth,\n                        Math.floor(d.feature2 / binWidth) * binWidth, d.class];\n                }),\n                dim2 = ndx.dimension(function (d) {\n                    return [Math.floor(d.feature2 / binWidth) * binWidth,\n                        Math.floor(d.feature3 / binWidth) * binWidth, d.class];\n                }),\n                group1 = dim1.group(),\n                group2 = dim2.group();\n\n            // var ndx = crossfilter(rowData),\n            //     dim1 = ndx.dimension(function (d) {\n            //         return [d.feature1, d.feature2, d.class];\n            //     }),\n            //     dim2 = ndx.dimension(function (d) {\n            //         return [d.feature2, d.feature3, d.class];\n            //     }),\n            //     group1 = dim1.group(),\n            //     group2 = dim2.group();\n\n            var plotColorMap = {0: '#ff7f0e', 1: '#2ca02c'};\n            var chart1 = new dc.ScatterPlot(\"#test1\").width(300)\n                .height(300)\n                .width(350)\n                .useCanvas(false)\n                .x(d3.scaleLinear().domain([-8, 8]))\n                .yAxisLabel(\"Feature 2\")\n                .xAxisLabel(\"Feature 1\")\n                .keyAccessor(function (d) { return d.key[0]; })\n                .valueAccessor(function (d) { return d.key[1]; })\n                .clipPadding(10)\n                .dimension(dim1)\n                .highlightedSize(4)\n                .symbolSize(3)\n                .excludedSize(2)\n                .excludedOpacity(0.5)\n                .excludedColor('#ddd')\n                .group(group1)\n                .colorAccessor(function (d) { return d.key[2]; })\n                .colors(function(colorKey) { return plotColorMap[colorKey]; });\n\n            chart1.legendables = function () {\n                return [{name: 'Class 0', chart: chart1, color: plotColorMap[0]},\n                    {name: 'Class 1', chart: chart1, color: plotColorMap[1]}];\n            }\n\n            chart1.legend(dc.legend().x(250).y(10).itemHeight(13).gap(5).legendWidth(90).itemWidth(70));\n\n            var chart2 = new dc.ScatterPlot(\"#test2\").width(300)\n                .height(300)\n                .width(350)\n                .useCanvas(false)\n                .x(d3.scaleLinear().domain([-8, 8]))\n                .yAxisLabel(\"Feature 2\")\n                .xAxisLabel(\"Feature 3\")\n                .clipPadding(10)\n                .dimension(dim2)\n                .highlightedSize(4)\n                .symbolSize(3)\n                .excludedSize(2)\n                .excludedOpacity(0.5)\n                .excludedColor('#ddd')\n                .group(group2)\n                .colorAccessor(function (d) { return d.key[2]; })\n                .colors(function(colorKey) { return plotColorMap[colorKey]; });\n\n            chart2.legendables = function () {\n                return [{name: 'Class 0', chart: chart2, color: plotColorMap[0]},\n                    {name: 'Class 1', chart: chart2, color: plotColorMap[1]}];\n            }\n            chart2.legend(dc.legend().x(250).y(10).itemHeight(13).gap(5).legendWidth(90).itemWidth(70));\n\n            dc.renderAll();\n        });\n\n    </script>\n</footer>\n</html>\n"
  },
  {
    "path": "web-src/examples/scatter-top.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Scatter Plot Top X Axis Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.ScatterPlot(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return [+d.Run, -d.Speed]; }),\n      speedSumGroup       = runDimension.group();\n\n  chart\n    .width(768)\n    .height(480)\n    .margins({top: 30, right: 0, bottom: 10, left: 30})\n    .x(d3.scaleLinear().domain([6,20]))\n    .useTopXAxis(true)\n    .xAxisLabel(\"This is the X Axis!\")\n    .brushOn(false)\n    .symbolSize(8)\n    .clipPadding(10)\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup);\n\n  chart.render();\n\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/scatter.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Scatter Plot Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.ScatterPlot(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return [+d.Run, +d.Speed]; }),\n      speedSumGroup       = runDimension.group();\n\n  chart\n    .width(768)\n    .height(480)\n    .x(d3.scaleLinear().domain([6,20]))\n    .brushOn(false)\n    .symbolSize(8)\n    .clipPadding(10)\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup);\n\n  chart.render();\n\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/select.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Select Menu Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n  <p>A meaningless example of multiple selectMenus on some random data...</p>\n  <div id=\"select1\">\n    <div>\n      <a class='reset'\n         href='javascript:select1.filterAll();dc.redrawAll();'\n         style='visibility: hidden;'>reset</a>\n    </div>\n  </div>\n  <div id=\"select2\">\n    <div>\n      <a class='reset'\n         href='javascript:select2.filterAll();dc.redrawAll();'\n         style='visibility: hidden;'>reset</a>\n    </div>\n  </div>\n  <div id=\"select3\">\n    <div>\n      <a class='reset'\n         href='javascript:select3.filterAll();dc.redrawAll();'\n         style='visibility: hidden;'>reset</a>\n    </div>\n  </div>\n<div style=\"clear: both\"></div>\n<div id=\"datatable\"></div>\n\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n\n<style type=\"text/css\">\n  .dc-chart th {\n    text-align: left\n  }\n  .dc-chart th,.dc-chart td {\n      padding-left: 10px;\n  }\n  .dc-chart tr.dc-table-group td {\n      padding-top: 4px;\n      border-bottom: 1px solid black;\n  }\n  .dc-chart select {\n      width: 150px;\n  }\n</style>\n\n<script type=\"text/javascript\">\n\n  var select1 = new dc.SelectMenu('#select1'),\n      select2 = new dc.SelectMenu('#select2'),\n      select3 = new dc.SelectMenu('#select3'),\n      datatable = new dc.DataTable('#datatable');\n\n  // create a bunch of crosslinked categorical data\n\n  var letters = [];\n  for(var i = 0; i < 26; ++i)\n      letters.push(String.fromCharCode(i+65));\n\n  var colors = [\"AliceBlue\",\"AntiqueWhite\",\"Aqua\",\"Aquamarine\",\"Azure\",\"Beige\",\"Bisque\",\"Black\",\"BlanchedAlmond\",\"Blue\",\"BlueViolet\",\"Brown\",\"BurlyWood\",\"CadetBlue\",\"Chartreuse\",\"Chocolate\",\"Coral\",\"CornflowerBlue\",\"Cornsilk\",\"Crimson\",\"Cyan\",\"DarkBlue\",\"DarkCyan\",\"DarkGoldenRod\",\"DarkGray\",\"DarkGrey\",\"DarkGreen\",\"DarkKhaki\",\"DarkMagenta\",\"DarkOliveGreen\",\"Darkorange\",\"DarkOrchid\",\"DarkRed\",\"DarkSalmon\",\"DarkSeaGreen\",\"DarkSlateBlue\",\"DarkSlateGray\",\"DarkSlateGrey\",\"DarkTurquoise\",\"DarkViolet\",\"DeepPink\",\"DeepSkyBlue\",\"DimGray\",\"DimGrey\",\"DodgerBlue\",\"FireBrick\",\"FloralWhite\",\"ForestGreen\",\"Fuchsia\",\"Gainsboro\",\"GhostWhite\",\"Gold\",\"GoldenRod\",\"Gray\",\"Grey\",\"Green\",\"GreenYellow\",\"HoneyDew\",\"HotPink\",\"IndianRed\",\"Indigo\",\"Ivory\",\"Khaki\",\"Lavender\",\"LavenderBlush\",\"LawnGreen\",\"LemonChiffon\",\"LightBlue\",\"LightCoral\",\"LightCyan\",\"LightGoldenRodYellow\",\"LightGray\",\"LightGrey\",\"LightGreen\",\"LightPink\",\"LightSalmon\",\"LightSeaGreen\",\"LightSkyBlue\",\"LightSlateGray\",\"LightSlateGrey\",\"LightSteelBlue\",\"LightYellow\",\"Lime\",\"LimeGreen\",\"Linen\",\"Magenta\",\"Maroon\",\"MediumAquaMarine\",\"MediumBlue\",\"MediumOrchid\",\"MediumPurple\",\"MediumSeaGreen\",\"MediumSlateBlue\",\"MediumSpringGreen\",\"MediumTurquoise\",\"MediumVioletRed\",\"MidnightBlue\",\"MintCream\",\"MistyRose\",\"Moccasin\",\"NavajoWhite\",\"Navy\",\"OldLace\",\"Olive\",\"OliveDrab\",\"Orange\",\"OrangeRed\",\"Orchid\",\"PaleGoldenRod\",\"PaleGreen\",\"PaleTurquoise\",\"PaleVioletRed\",\"PapayaWhip\",\"PeachPuff\",\"Peru\",\"Pink\",\"Plum\",\"PowderBlue\",\"Purple\",\"Red\",\"RosyBrown\",\"RoyalBlue\",\"SaddleBrown\",\"Salmon\",\"SandyBrown\",\"SeaGreen\",\"SeaShell\",\"Sienna\",\"Silver\",\"SkyBlue\",\"SlateBlue\",\"SlateGray\",\"SlateGrey\",\"Snow\",\"SpringGreen\",\"SteelBlue\",\"Tan\",\"Teal\",\"Thistle\",\"Tomato\",\"Turquoise\",\"Violet\",\"Wheat\",\"White\",\"WhiteSmoke\",\"Yellow\",\"YellowGreen\"];\n\n  var states = new Array(\"AK\",\"AL\",\"AR\",\"AZ\",\"CA\",\"CO\",\"CT\",\"DC\",\"DE\",\"FL\",\"GA\",\"GU\",\"HI\",\"IA\",\"ID\", \"IL\",\"IN\",\"KS\",\"KY\",\"LA\",\"MA\",\"MD\",\"ME\",\"MH\",\"MI\",\"MN\",\"MO\",\"MS\",\"MT\",\"NC\",\"ND\",\"NE\",\"NH\",\"NJ\",\"NM\",\"NV\",\"NY\", \"OH\",\"OK\",\"OR\",\"PA\",\"PR\",\"PW\",\"RI\",\"SC\",\"SD\",\"TN\",\"TX\",\"UT\",\"VA\",\"VI\",\"VT\",\"WA\",\"WI\",\"WV\",\"WY\");\n\n  var data = [], SIZE = 500;\n\n  function rnd(a) {\n      return a[Math.floor(Math.random()*a.length)];\n  }\n\n  for(i = 0; i < SIZE; ++i)\n      data.push({letter: rnd(letters), color: rnd(colors), state: rnd(states)});\n\n  var ndx = crossfilter(data),\n      letterDimension = ndx.dimension(function(d) { return d.letter; }),\n      colorDimension = ndx.dimension(function(d) { return d.color; }),\n      stateDimension = ndx.dimension(function(d) { return d.state; }),\n      letterDimension2 = ndx.dimension(function(d) { return d.letter; });\n\n\n  select1\n    .dimension(letterDimension)\n    .group(letterDimension.group())\n    .controlsUseVisibility(true);\n  select2\n    .dimension(colorDimension)\n    .group(colorDimension.group())\n    .multiple(true)\n    .numberVisible(10)\n    .controlsUseVisibility(true);\n  select3.dimension(stateDimension)\n    .group(stateDimension.group())\n    .multiple(true)\n    .numberVisible(10)\n    .controlsUseVisibility(true);\n\n  datatable\n    .dimension(letterDimension2)\n    .section(function(d) { return d.letter; })\n    .columns(['color', 'state'])\n    .size(data.length);\n\n  dc.renderAll();\n\n</script>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/series.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Series Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n<div id=\"test\"></div>\n<button class=\"btn\" onclick=\"button1()\">1</button>\n<button class=\"btn\" onclick=\"button2()\">2</button>\n<button class=\"btn\" onclick=\"button3()\">3</button>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.SeriesChart(\"#test\");\nvar ndx, runDimension, runGroup;\n\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n  ndx = crossfilter(experiments);\n  runDimension = ndx.dimension(function(d) {return [+d.Expt, +d.Run]; });\n  runGroup = runDimension.group().reduceSum(function(d) { return +d.Speed; });\n\n  chart\n    .width(768)\n    .height(480)\n    .chart(function(c) { return new dc.LineChart(c).curve(d3.curveCardinal); })\n    .x(d3.scaleLinear().domain([0,20]))\n    .brushOn(false)\n    .yAxisLabel(\"Measured Speed km/s\")\n    .xAxisLabel(\"Run\")\n    .clipPadding(10)\n    .elasticY(true)\n    .dimension(runDimension)\n    .group(runGroup)\n    .mouseZoomable(true)\n    .seriesAccessor(function(d) {return \"Expt: \" + d.key[0];})\n    .keyAccessor(function(d) {return +d.key[1];})\n    .valueAccessor(function(d) {return +d.value - 500;})\n    .legend(dc.legend().x(350).y(350).itemHeight(13).gap(5).horizontal(1).legendWidth(140).itemWidth(70));\n  chart.yAxis().tickFormat(function(d) {return d3.format(',d')(d+299500);});\n  chart.margins().left += 40;\n\n  dc.renderAll();\n\n});\n\nfunction load_button(file) {\n    return function load_it() {\n        d3.csv(file).then(function(experiments) {\n            ndx.remove(() => true);\n            ndx.add(experiments);\n            dc.redrawAll();\n        });\n    };\n}\n\nvar button1 = load_button(\"morley.csv\"),\n    button2 = load_button(\"morley2.csv\"),\n    button3 = load_button(\"morley3.csv\");\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/six-dim.csv",
    "content": "x,y,z,a,b,c\n58,175,2378,350,350.7115929,4756.794421\n80,71,400,71,142.7308178,800.6410215\n80,250,2160,1250,500.6319081,4320.578447\n83,207,5229,207,414.6621389,10458.81343\n22,180,1078,720,360.7452868,2156.578848\n50,209,500,836,418.618629,1000.594507\n37,74,1184,370,148.6213903,2368.691855\n87,89,6960,445,178.796512,13920.58009\n12,205,1044,205,410.6771515,2088.680834\n42,106,3528,106,212.6595682,7056.680352\n5,177,410,354,354.6231488,820.737375\n66,212,2442,424,424.7138684,4884.542459\n4,124,364,248,248.6166051,728.7212522\n54,127,918,127,254.7804956,1836.786187\n78,242,7098,1210,484.7378065,14196.57296\n55,240,5280,1200,480.7033051,10560.56865\n46,125,2346,500,250.7973796,4692.81214\n30,154,1350,770,308.5339692,2700.715552\n98,198,490,396,396.713636,980.6459735\n11,218,308,654,436.8318047,616.5032613\n48,234,1344,936,468.5137374,2688.786601\n77,71,1540,142,142.5713501,3080.506145\n96,130,8832,390,260.8271381,17664.71371\n72,195,2664,780,390.7156609,5328.728615\n91,71,4186,284,142.7494412,8372.561916\n75,248,3825,744,496.7402253,7650.804478\n85,243,4335,486,486.8168479,8670.522566\n97,106,8245,530,212.7925423,16490.71653\n20,238,100,714,476.8281795,200.7250096\n38,63,3040,63,126.6474597,6080.603034\n84,159,924,636,318.5769593,1848.800492\n56,122,2576,488,244.6745178,5152.816907\n86,101,4558,505,202.7253494,9116.654668\n66,129,4158,516,258.7498055,8316.608605\n50,71,3650,284,142.5673934,7300.771664\n93,199,6231,597,398.7386856,12462.81429\n53,186,636,186,372.7468284,1272.630951\n83,137,4399,685,274.7746327,8798.741521\n31,149,1984,745,298.5261538,3968.572217\n20,220,1880,880,440.6409997,3760.669128\n78,63,2106,189,126.6230793,4212.692612\n99,132,1386,396,264.5807851,2772.678955\n6,188,396,376,376.5039141,792.7601031\n58,60,4350,300,120.828448,8700.61292\n75,192,3000,576,384.7029988,6000.663649\n96,63,3168,189,126.6146368,6336.566013\n52,132,4212,396,264.7989988,8424.614705\n19,178,855,178,356.816398,1710.546936\n100,164,9500,328,328.5760518,19000.59368\n96,186,7392,930,372.7948366,14784.53033\n85,215,2465,645,430.7616377,4930.561818\n67,142,3216,426,284.6829902,6432.70772\n19,175,513,175,350.5819339,1026.604107\n50,205,4650,615,410.778452,9300.625919\n67,56,5025,168,112.6720242,10050.78424\n98,236,8428,472,472.7873714,16856.75776\n6,199,204,199,398.5843527,408.6589017\n32,63,3040,189,126.8147526,6080.715936\n77,138,3927,276,276.6357687,7854.841162\n16,227,112,908,454.7075326,224.7453114\n11,76,858,76,152.5905134,1716.82954\n60,58,3360,174,116.722624,6720.615609\n84,135,5124,540,270.697055,10248.64167\n22,117,1144,234,234.6667851,2288.825201\n36,133,216,133,266.7693215,432.6945928\n57,217,5130,651,434.8065848,10260.71298\n56,72,5320,72,144.5465717,10640.70925\n79,116,3476,348,232.5874112,6952.694622\n26,127,806,127,254.5245598,1612.514035\n19,110,133,330,220.7609349,266.8081901\n44,100,660,500,200.615007,1320.768335\n100,86,4800,344,172.6749876,9600.717409\n29,62,2436,124,124.7846915,4872.71632\n64,169,5248,676,338.7696199,10496.69426\n17,114,1088,570,228.7207242,2176.633768\n45,156,3240,468,312.8256305,6480.733093\n2,107,26,428,214.7205548,52.73196587\n4,142,368,710,284.6293162,736.6421626\n60,50,4980,100,100.7068187,9960.636687\n18,226,756,452,452.613092,1512.709715\n68,137,884,274,274.7211176,1768.532991\n31,64,1736,320,128.6501582,3472.547113\n9,92,450,368,184.6534391,900.7411933\n71,111,639,333,222.6652526,1278.561473\n66,218,3432,218,436.5830171,6864.762255\n39,80,468,320,160.5234256,936.7479407\n92,113,5428,226,226.5768445,10856.65217\n58,69,3654,138,138.7285824,7308.825274\n84,115,7056,345,230.7567224,14112.51931\n17,81,357,405,162.7846067,714.7142056\n58,95,1740,380,190.5137612,3480.51389\n48,221,1056,884,442.6964502,2112.537093\n87,61,1218,305,122.8099453,2436.75616\n64,87,3584,348,174.7053891,7168.758883\n30,107,1530,214,214.5784425,3060.821018\n95,124,95,248,248.8251453,190.7634989\n83,54,1245,162,108.8178559,2490.785604\n59,249,236,747,498.5021701,472.6854781\n27,165,864,495,330.5657595,1728.618872\n65,232,4810,928,464.6946462,9620.691021\n"
  },
  {
    "path": "web-src/examples/sparkline.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Sparkline Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n  <h3>Sparklines</h3>\n <p>A sparkline <span id=\"bartest\"></span> is just a tiny chart that fits in to the flow of text. We can achieve this by using a <code>span</code> instead of a <code>div</code>, and making the dimensions really small. They will work well for any chart with a large x:y aspect ratio, like a line chart <span id=\"linetest\"></span> or a bar chart but other kinds of charts probably won't work so well. We'll also use a little bit of custom CSS to hide the axes (see <a href=\"https://github.com/dc-js/dc.js/blob/develop/web-src/examples/sparkline.html\">the source</a> for details).</p>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<style>\n  .dc-chart .axis {\n    display: none;\n  }\n</style>\n<script type=\"text/javascript\">\n\n  var barChart = new dc.BarChart(\"#bartest\");\n  var lineChart = new dc.LineChart(\"#linetest\");\n  d3.csv(\"morley.csv\").then(function(experiments) {\n\n      experiments.forEach(function(x) {\n          x.Speed = +x.Speed;\n      });\n\n      var ndx                 = crossfilter(experiments),\n          runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n          runDimension2        = ndx.dimension(function(d) {return +d.Run;}),\n          speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;}),\n          speedSumGroup2       = runDimension2.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n      barChart\n          .width(100)\n          .height(20)\n          .margins({left: 0, top: 0, right: 0, bottom: 0})\n          .x(d3.scaleLinear().domain([6,20]))\n          .brushOn(true)\n          .dimension(runDimension)\n          .group(speedSumGroup);\n      lineChart\n          .width(100)\n          .height(20)\n          .margins({left: 0, top: 0, right: 0, bottom: 0})\n          .x(d3.scaleLinear().domain([6,20]))\n          .brushOn(true)\n          .dimension(runDimension2)\n          .group(speedSumGroup2);\n      dc.renderAll();\n  });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/splom.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Scatter Plot Matrix</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      html, body {\n          margin: 0;\n          width: 100%;\n      }\n      code {\n          color: black;\n      }\n      #page {\n          height: 95vh;\n          width: 100%;\n      }\n      tr.heading td div {\n          text-align: center;\n      }\n      td.heading {\n          position: relative;\n      }\n      tr.row:not(.heading) td.heading div {\n          white-space: nowrap;\n          position: absolute;\n          top: 50%;\n          left: 50%;\n          transform:  translateX(-50%) translateY(-50%) rotate(-90deg);\n      }\n      .chart-holder {\n          padding: 0 1em;\n      }\n      path.left {\n          stroke: #1f77b4;\n      }\n      path.right {\n          stroke: #ff7f0e;\n      }\n      path.horizontal {\n          stroke-width: 1;\n          stroke-opacity: 0.5;\n      }\n      path.zero {\n          stroke-dasharray: 4, 4;\n      }\n      path.zero.right {\n          stroke-dashoffset: 4;\n      }\n      path.extreme {\n          stroke-dasharray: 1, 1;\n      }\n      path.extreme.right {\n          stroke-dashoffset: 1;\n      }\n      .axis > path {\n          display: none;\n      }\n    </style>\n  </head>\n  <body>\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <div class=\"container\">\n      <script type=\"text/javascript\" src=\"./header.js\"></script>\n\n      <p>Scatterplot Matrix Brushing in\n        dc.js. Imitating <a href=\"http://bl.ocks.org/mbostock/4063663\">Mike's bl.ock</a>.</p>\n\n      <p>dc.js will not be as efficient as a custom implementation, and there's a perceptible lag,\n      but this technique may be useful sometimes. By default, dc.js always waits to trigger events\n      because it is assumed that updating will be costly\n      - <span id=\"wait-verb\">add</span> <a id=\"wait-url\">?nowait</a> to see how this\n      performs <span id=\"wait-prep\">without</span> event delay.</p>\n      <table id=\"content\"></table>\n    </div>\n\n    <script type=\"text/javascript\">\n      var fields = ['petal_width', 'petal_length', 'sepal_width', 'sepal_length'];\n      var rows = ['heading'].concat(fields.slice(0).reverse()),\n          cols = ['heading'].concat(fields);\n\n      if(location.search.indexOf('nowait')!==-1) {\n          dc.constants.EVENT_DELAY = 0;\n          d3.select('#wait-verb').text('remove')\n          d3.select('#wait-prep').text('with');\n          d3.select('#wait-url').attr('href', location.origin + location.pathname);\n      } else {\n          d3.select('#wait-url').attr('href', location.origin + location.pathname + '?nowait');\n      }\n\n      d3.csv('iris.csv').then(function(iris) {\n          iris.forEach(function(d) {\n              Object.keys(fields).forEach(function(ab) {\n                  d[fields[ab]] = +d[fields[ab]];\n              });\n          });\n          var data = crossfilter(iris);\n\n          function make_dimension(var1, var2) {\n              return data.dimension(function(d) {\n                  return [d[var1], d[var2], d.species];\n              });\n          }\n          function key_part(i) {\n              return function(kv) {\n                  return kv.key[i];\n              };\n          }\n\n          var charts = [];\n\n          d3.select('#content')\n              .selectAll('tr').data(rows)\n              .enter().append('tr').attr('class', function(d) {\n                  return d === 'heading' ? 'heading row' : 'row';\n              })\n              .each(function(row, y) {\n                  d3.select(this).selectAll('td').data(cols)\n                      .enter().append('td').attr('class', function(d) {\n                          return d === 'heading' ? 'heading entry' : 'entry';\n                      })\n                      .each(function(col, x) {\n                          var cdiv = d3.select(this).append('div')\n                          if(row === 'heading') {\n                              if(col !== 'heading')\n                                  cdiv.text(col.replace('_', ' '))\n                              return;\n                          }\n                          else if(col === 'heading') {\n                              cdiv.text(row.replace('_', ' '))\n                              return;\n                          }\n                          cdiv.attr('class', 'chart-holder');\n                          var chart = new dc.ScatterPlot(cdiv);\n                          var dim = make_dimension(col,row),\n                              group = dim.group();\n                          var showYAxis = x === 1, showXAxis = y === 4;\n                          chart\n                              .transitionDuration(0)\n                              .width(200 + (showYAxis?25:0))\n                              .height(200 + (showXAxis?20:0))\n                              .margins({\n                                  left: showYAxis ? 25 : 8,\n                                  top: 5,\n                                  right: 0,\n                                  bottom: showXAxis ? 20 : 5\n                              })\n                              .dimension(dim).group(group)\n                              .keyAccessor(key_part(0))\n                              .valueAccessor(key_part(1))\n                              .colorAccessor(key_part(2))\n                              .colorDomain(['setosa', 'versicolor', 'virginica'])\n                              .x(d3.scaleLinear()).xAxisPadding(\"0.001%\")\n                              .y(d3.scaleLinear()).yAxisPadding(\"0.001%\")\n                              .brushOn(true)\n                              .elasticX(true)\n                              .elasticY(true)\n                              .symbolSize(7)\n                              .nonemptyOpacity(0.7)\n                              .emptySize(7)\n                              .emptyColor('#ccc')\n                              .emptyOpacity(0.7)\n                              .excludedSize(7)\n                              .excludedColor('#ccc')\n                              .excludedOpacity(0.7)\n                              .renderHorizontalGridLines(true)\n                              .renderVerticalGridLines(true);\n                          chart.xAxis().ticks(6);\n                          chart.yAxis().ticks(6);\n                          chart.on('postRender', function(chart) {\n                              // remove axes unless at left or bottom\n                              if(!showXAxis)\n                                  chart.select('.x.axis').attr('display', 'none');\n                              if(!showYAxis)\n                                  chart.select('.y.axis').attr('display', 'none');\n                              // remove clip path, allow dots to display outside\n                              chart.select('.chart-body').attr('clip-path', null);\n                          });\n                          // only filter on one chart at a time\n                          chart.on('filtered', function(_, filter) {\n                              if(!filter)\n                                  return;\n                              charts.forEach(function(c) {\n                                  if(c !== chart)\n                                      c.filter(null);\n                              });\n                          });\n                          charts.push(chart);\n                      });\n              });\n          dc.renderAll();\n      });\n\n      </script>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/examples/stacked-bar.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Stacked Bar Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n        .dc-chart g.chart-body {\n            clip-path: none;\n        }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n    <script type=\"text/javascript\" src=\"header.js\"></script>\n    <div id=\"test\"></div>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\">\n\n        class MyBarChart extends dc.BarChart {\n            legendables () {\n                const items = super.legendables();\n                return items.reverse();\n            }\n        }\n\n        const chart = new MyBarChart('#test');\n\n        d3.csv('morley.csv').then(experiments => {\n\n            experiments.forEach(x => {\n                x.Speed = +x.Speed;\n            });\n\n            const ndx = crossfilter(experiments),\n                runDimension = ndx.dimension(d => +d.Run),\n                speedSumGroup = runDimension.group().reduce((p, v) => {\n                    p[v.Expt] = (p[v.Expt] || 0) + v.Speed;\n                    return p;\n                }, (p, v) => {\n                    p[v.Expt] = (p[v.Expt] || 0) - v.Speed;\n                    return p;\n                }, () => ({}));\n\n            function sel_stack (i) {\n                return d => d.value[i];\n            }\n\n            chart\n                .width(768)\n                .height(480)\n                .x(d3.scaleLinear().domain([1, 21]))\n                .margins({left: 80, top: 20, right: 10, bottom: 20})\n                .brushOn(false)\n                .clipPadding(10)\n                .title(function (d) {\n                    return d.key + '[' + this.layer + ']: ' + d.value[this.layer];\n                })\n                .dimension(runDimension)\n                .group(speedSumGroup, '1', sel_stack('1'))\n                .renderLabel(true);\n\n            chart.legend(dc.legend());\n\n            for (var i = 2; i < 6; ++i) {\n                chart.stack(speedSumGroup, '' + i, sel_stack(i));\n            }\n\n            chart.render();\n        });\n\n    </script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/sunburst-cat.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Sunburst File Listing</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <style>\n        .pie-slice path {\n            stroke:#fff;\n        }\n        .dc-chart .selected path {\n            stroke-width: 1;\n            stroke:#fff;\n        }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<div id=\"file_chart\"></div>\n<div id=\"type_chart\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar fileChart = new dc.SunburstChart(\"#file_chart\");\nvar typeChart = new dc.PieChart(\"#type_chart\");\n\nd3.tsv(\"cat.tsv\").then(function (cats) {\n    var ndx = crossfilter(cats);\n    var picturesDimension = ndx.dimension(function (d) {\n        return d.file.split('/');\n    });\n    var picturesGroup = picturesDimension.group().reduceSum(function (d) {\n        return d.size;\n    });\n\n    var typeDimension = ndx.dimension(function (d) {\n        return d.type;\n    });\n    var typeGroup = typeDimension.group().reduceSum(function (d) {\n        return d.size;\n    });\n\n    // d3.schemeCategory20b has been removed from D3v5\n    var d3SchemeCategory20b = [\n        '#393b79','#5254a3','#6b6ecf','#9c9ede','#637939',\n        '#8ca252','#b5cf6b','#cedb9c','#8c6d31','#bd9e39',\n        '#e7ba52','#e7cb94','#843c39','#ad494a','#d6616b',\n        '#e7969c','#7b4173','#a55194','#ce6dbd','#de9ed6'\n    ];\n\n    fileChart\n        .width(700)\n        .height(640)\n        .dimension(picturesDimension)\n        .group(picturesGroup)\n        .colors(d3.scaleOrdinal(d3SchemeCategory20b))\n        .legend(dc.legend());\n\n    typeChart\n        .width(200)\n        .height(200)\n        .innerRadius(50)\n        .dimension(typeDimension)\n        .group(typeGroup);\n\n    dc.renderAll();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/sunburst-equal-radii.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Sunburst Chart Example with equally sized rings</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <style>\n        .pie-slice path {\n            stroke:#fff;\n        }\n        .dc-chart .selected path {\n            stroke-width: 1;\n            stroke:#fff;\n        }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.SunburstChart(\"#test\");\n\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n    var ndx = crossfilter(experiments),\n        runDimension = ndx.dimension(function (d) {\n            return [d.Expt, d.Run];\n        });\n\n    var speedSumGroup = runDimension.group().reduceSum(function (d) {\n        return d.Speed;\n    });\n\n    chart\n        .width(768)\n        .height(480)\n        .innerRadius(100)\n        .dimension(runDimension)\n        .group(speedSumGroup)\n        .legend(dc.legend())\n        .ringSizes(chart.equalRingSizes())\n        // example for using concrete percentage values of the radius when knowing the number of rings beforehand\n        // .ringSizes(dc.sunburstChart.relativeRingSizes(\n        //     function(){return [.3,.7]}\n        // ))\n    ;\n    dc.renderAll();\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/sunburst-with-value-accessor.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Sunburst with Reductio</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n        .pie-slice path {\n            stroke: #fff;\n        }\n\n        .dc-chart .selected path {\n            stroke-width: 1px;\n            stroke: #fff;\n        }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n    <script type=\"text/javascript\" src=\"header.js\"></script>\n\n    <p>\n        This example uses <a href=\"https://github.com/crossfilter/reductio\">Reductio</a> to reduce groups.\n        It generates multiple reductions - the chart uses one of the those using a custom value accessor.\n        This example also demonstrates fix for issue <a href=\"https://github.com/dc-js/dc.js/issues/1440\">#1440</a>.\n    </p>\n\n    <div id=\"test\"></div>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/reductio.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\">\n\n    d3.csv('ordered_returned.csv').then(function (dataset){\n        dataset.forEach(function(d){\n            d.number_ordered = +d.number_ordered;\n            d.number_returned = +d.number_returned;\n            d.amount = +d.amount;\n        })\n        var ndx = crossfilter(dataset);\n\n        var dimension = ndx.dimension(function (d) {\n            return [d.category, d.sub_category];\n        });\n        var group = dimension.group();\n        var reducer = reductio();\n\n        reducer\n            .value('_ordered')\n            .exception(\n                function (d) {\n                    return d.item_id;\n                }\n            )\n            .exceptionSum(function (d) {\n                return d.number_ordered;\n            });\n\n        reducer(group);\n\n        var sunBurstChart = new dc.SunburstChart(\"#test\");\n\n        sunBurstChart\n            .width(800)\n            .height(600)\n            .innerRadius(100)\n            .dimension(dimension)\n            .group(group)\n            .valueAccessor(function (d) {\n                return d.value._ordered.exceptionSum;\n            })\n            .legend(dc.legend());\n\n        dc.renderAll();\n    });\n\n    </script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/sunburst.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Sunburst Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n    <style>\n        .pie-slice path {\n            stroke:#fff;\n        }\n        .dc-chart .selected path {\n            stroke-width: 1;\n            stroke:#fff;\n        }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<div id=\"test\"></div>\n<div id=\"test2\"></div>\n<div id=\"test3\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart3 = new dc.RowChart(\"#test3\");\nvar chart2 = new dc.RowChart(\"#test2\");\nvar chart = new dc.SunburstChart(\"#test\");\n\nd3.csv(\"morley.csv\").then(function(experiments) {\n\n    var ndx = crossfilter(experiments),\n        runDimension = ndx.dimension(function (d) {\n            return [d.Expt, d.Run];\n        });\n\n    var speedSumGroup = runDimension.group().reduceSum(function (d) {\n        return d.Speed;\n    });\n\n    var runOnlyDimension = ndx.dimension(function (d) {\n        return d.Run;\n    });\n    var runOnlySpeedGroup = runOnlyDimension.group().reduceSum(function (d) {\n        return d.Speed;\n    });\n\n    var exptOnlyDimension = ndx.dimension(function (d) {\n        return d.Expt;\n    });\n    var exptOnlySpeedGroup = exptOnlyDimension.group().reduceSum(function (d) {\n        return d.Speed;\n    });\n\n    chart3\n        .width(200)\n        .height(200)\n        .dimension(exptOnlyDimension)\n        .group(exptOnlySpeedGroup);\n\n    chart2\n        .width(200)\n        .height(200)\n        .dimension(runOnlyDimension)\n        .group(runOnlySpeedGroup);\n\n    chart\n        .width(768)\n        .height(480)\n        .innerRadius(100)\n        .dimension(runDimension)\n        .group(speedSumGroup)\n        .legend(dc.legend());\n\n    dc.renderAll();\n\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/switching-time-intervals.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Switching Time Intervals</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      dl {\n        margin-left: 2em;\n      }\n    </style>\n  </head>\n  <body>\n\n    <div class=\"container\">\n      <script type=\"text/javascript\" src=\"header.js\"></script>\n\n      <p>This example demonstrates switching between different intervals of aggregation over time.</p>\n      <select id=\"interval\"></select>\n      <span style=\"font-size: large\" id=\"counter\"></span><span id=\"counter-text\" style=\"display: none\"> selected.</span>\n      <br>\n      <div id=\"test\" style=\"min-height: 500px\"></div>\n      <div style=\"clear: both\">\n        <p>You can supply your own data source with query string parameters:\n          <dl>\n            <dt>data</dt><dd>URL to load</dd>\n            <dt>aggregate</dt><dd>Aggregation method: <code>average</code> or <code>total</code>\n              <dt>date</dt><dd>Date column name</dd>\n            <dt>val</dt><dd>Value column name</dd>\n          </dl>\n        </p>\n      </div>\n\n      <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n      <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n      <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n      <script type=\"text/javascript\">\n\n        var find_query = function() {\n            var _map = window.location.search.substr(1).split('&').map(function(a) {\n                return a.split('=');\n            }).reduce(function(p, v) {\n                if(v.length > 1)\n                    p[v[0]] = decodeURIComponent(v[1].replace(/\\+/g, \" \"));\n                else\n                    p[v[0]] = true;\n                return p;\n            }, {});\n            return function(field) {\n                return _map[field] || null;\n            };\n        }();\n        var data = find_query('data') || 'monthly-move.csv',\n            date_col = find_query('date') || 'date',\n            val_col = find_query('val') || 'volume',\n            aggregate = find_query('aggregate') || 'average';\n\n        var chart = new dc.BarChart(\"#test\"), counter = new dc.NumberDisplay('#counter');\n        d3.csv(data).then(function(posts) {\n            posts.forEach(function(d) {\n                d[date_col] = new Date(d[date_col]);\n                d[val_col] = +d[val_col];\n            });\n\n            var ndx = crossfilter(posts),\n                dateDim = ndx.dimension(function(d) { return d[date_col]; }),\n                postsGroup;\n\n            var intervals = {\n                Days: d3.timeDay,\n                Weeks: d3.timeWeek,\n                Months: d3.timeMonth,\n                Years: d3.timeYear\n            };\n            var defint = find_query('interval') || 'Weeks';\n            d3.select('#interval').selectAll('option')\n                .data(Object.keys(intervals))\n              .enter().append('option')\n                .text(function(d) { return d; })\n                .attr('selected', function(d) { return d === defint ? '' : null; });\n            function setup() {\n                var start_t = window.performance.now();\n                if(postsGroup)\n                    postsGroup.dispose();\n                var interval_name = d3.select('#interval').nodes()[0].value;\n                var interval = intervals[interval_name];\n                chart.xUnits(interval.range);\n                postsGroup = dateDim\n                    .group(function(k) { return interval(k); })\n                    .reduce(\n                        function(p, v) {\n                            ++p.count;\n                            p.total += v[val_col];\n                            return p;\n                        },\n                        function(p, v) {\n                            --p.count;\n                            p.total -= v[val_col];\n                            return p;\n                        },\n                        function() {\n                            return {\n                                count: 0,\n                                total: 0\n                            };\n                        }\n                    );\n                switch(aggregate) {\n                case 'average':\n                    chart.valueAccessor(function(kv) {\n                        return kv.value.total / kv.value.count;\n                    });\n                    break;\n                case 'total':\n                default:\n                    chart.valueAccessor(function(kv) {\n                        return kv.value.total;\n                    });\n                }\n                chart.dimension(dateDim).group(postsGroup)\n                    .transitionDuration(!find_query('unsafe') && postsGroup.all().length > 2000 ? 0 : 1000)\n                    .render();\n                console.log(['setup for', interval_name, 'took', window.performance.now() - start_t, 'ms'].join(' '));\n            }\n\n            chart\n                .width(768)\n                .height(480)\n                .x(d3.scaleTime())\n                .xUnits(d3.timeWeeks)\n                .margins({left: 50, top: 0, right: 0, bottom: 20})\n                .elasticY(true)\n                .clipPadding(10);\n            chart.yAxis().tickFormat(d3.format('.3s'));\n\n            // this demonstrates solving elasticX manually, avoiding the\n            // bug where the rightmost bar/box is not displayed, #792\n            function calc_domain(chart) {\n                var min = d3.min(chart.group().all(), function(kv) { return kv.key; }),\n                    max = d3.max(chart.group().all(), function(kv) { return kv.key; });\n                max = d3.timeMonth.offset(max, 1);\n                chart.x().domain([min, max]);\n            }\n            chart.on('preRender', calc_domain);\n            chart.on('preRedraw', calc_domain);\n\n            var countAll = ndx.groupAll(),\n                groupAll = ndx.groupAll().reduceSum(function(d) { return d[val_col]; });\n            counter\n                .dimension({})\n                .group(groupAll);\n            switch(aggregate) {\n            case 'average':\n                counter.valueAccessor(function(x) {\n                    return x / countAll.value();\n                });\n                break;\n            case 'total':\n            default:\n                counter.valueAccessor(function(x) { return x; });\n            }\n            d3.select('#interval').on('change', function() {\n                setup();\n            });\n            counter.on('postRender', function () {\n                d3.select('#counter-text').style('display', 'inline');\n            });\n            setup();\n\n            dc.renderAll();\n\n        });\n\n      </script>\n\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/examples/table-on-aggregated-data.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Table of Aggregated Data</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n  <div id=\"select-direction\">\n    <label><input type=radio name=\"direction\" value=\"descending\" checked=\"true\">&nbsp;descending</label>\n    <label><input type=radio name=\"direction\" value=\"ascending\">&nbsp;ascending</label>\n  </div>\n\n  <table id=\"test\">\n        <thead>\n            <tr>\n              <th>Expt</th>\n              <th>#Run</th>\n              <th>Avg(Speed)</th>\n            </tr>\n        </thead>\n   </table>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.DataTable(\"#test\");\nd3.csv(\"morley.csv\").then(function(experiments) {\n  /* Ordinarily a data table will show raw rows of data. But it can also show\n     aggregated data, by passing a group as the dimension.\n\n     This example creates a table that sorts the experiments\n     from the highest average speed to the lowest average speed.\n\n     The `avgGroup` produces the averages for each experiment.\n\n     To display the items in descending order, just specify\n     `.order(d3.descending)` and the data table will use `group.top()`\n     to fetch the data.\n\n     In order to display the items in ascending order, we need to\n     create a \"fake dimension\" wrapping the group, because crossfilter\n     groups don't have a `.bottom(N)` method\n\n     https://github.com/dc-js/dc.js/wiki/FAQ#fake-dimensions\n  */\n  var ndx              = crossfilter(experiments),\n      exptDimension    = ndx.dimension(function(d) {return +d.Expt;}),\n      avgGroup = exptDimension.group().reduce(\n          function (p, v) {\n              ++p.number;\n              p.total += +v.Speed;\n              p.avg = Math.round(p.total / p.number);\n              return p;\n          },\n          function (p, v) {\n              --p.number;\n              p.total -= +v.Speed;\n              p.avg = (p.number == 0) ? 0 : Math.round(p.total / p.number);\n              return p;\n          },\n          function () {\n              return {number: 0, total: 0, avg: 0}\n          });\n\n  chart\n    .width(768)\n    .height(480)\n    .showSections(false)\n    .dimension(reversible_group(avgGroup))\n    .columns([function (d) { return d.key },\n              function (d) { return d.value.number },\n              function (d) { return d.value.avg }])\n    .sortBy(function (d) { return d.value.avg })\n    .order(d3.descending)\n  chart.render();\n\n  function reversible_group(group) {\n      return {\n          top: function(N) {\n              return group.top(N);\n          },\n          bottom: function(N) {\n              return group.top(Infinity).slice(-N).reverse();\n          }\n      };\n  }\n\n  d3.selectAll('#select-direction input')\n      .on('click', function() {\n          // this.value is 'ascending' or 'descending'\n          chart.order(d3[this.value]).redraw()\n      });\n});\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/table-pagination.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Table Pagination Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n  <div class=\"container\">\n    <script type=\"text/javascript\" src=\"header.js\"></script>\n\n    <div class=\"row\">\n      <div id=\"piechart\"><h4>Expt:</h4>\n        <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n          <a href=\"javascript:piechart.filterAll();dc.redrawAll();\">reset</a>\n        </div>\n      </div>\n    </div>\n    <div class=\"row\">\n      <div id=\"paging\">\n        Showing <span id=\"begin\"></span>-<span id=\"end\"></span> of <span id=\"size\"></span> <span id=\"totalsize\"></span>\n        <input id=\"last\" class=\"btn\" type=\"Button\" value=\"Last\" onclick=\"javascript:last()\" />\n        <input id=\"next\" class=\"btn\" type=\"button\" value=\"Next\" onclick=\"javascript:next()\"/>\n      </div>\n      <table id=\"test\" class=\"table table-striped\"></table>\n    </div>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.DataTable(\"#test\");\n      var piechart = new dc.PieChart(\"#piechart\");\n\n      var ndx;\n      d3.csv(\"morley.csv\").then(function(experiments) {\n        ndx = crossfilter(experiments);\n        var fmt = d3.format('02d');\n        var runDimension = ndx.dimension(function(d) {return [fmt(+d.Expt),fmt(+d.Run)];}),\n        experimentDimension = ndx.dimension(function(d) {return d.Expt;}),\n        experimentGroup = experimentDimension.group().reduceCount();\n\n        piechart.width(300).height(280)\n          .innerRadius(100).externalLabels(50).externalRadiusPadding(50).drawPaths(true)\n          .dimension(experimentDimension).group(experimentGroup)\n          .legend(dc.legend())\n          .controlsUseVisibility(true);\n\n        chart\n          .width(300)\n          .height(480)\n          .dimension(runDimension)\n          .size(Infinity)\n          .showSections(false)\n          .columns(['Expt', 'Run', 'Speed'])\n          .sortBy(function (d) { return [fmt(+d.Expt),fmt(+d.Run)]; })\n          .order(d3.ascending)\n          .on('preRender', update_offset)\n          .on('preRedraw', update_offset)\n          .on('pretransition', display);\n\n        dc.renderAll();\n      });\n\n      // use odd page size to show the effect better\n      var ofs = 0, pag = 17;\n\n      function update_offset() {\n          var totFilteredRecs = ndx.groupAll().value();\n          var end = ofs + pag > totFilteredRecs ? totFilteredRecs : ofs + pag;\n          ofs = ofs >= totFilteredRecs ? Math.floor((totFilteredRecs - 1) / pag) * pag : ofs;\n          ofs = ofs < 0 ? 0 : ofs;\n\n          chart.beginSlice(ofs);\n          chart.endSlice(ofs+pag);\n      }\n      function display() {\n          var totFilteredRecs = ndx.groupAll().value();\n          var end = ofs + pag > totFilteredRecs ? totFilteredRecs : ofs + pag;\n          d3.select('#begin')\n              .text(end === 0? ofs : ofs + 1);\n          d3.select('#end')\n              .text(end);\n          d3.select('#last')\n              .attr('disabled', ofs-pag<0 ? 'true' : null);\n          d3.select('#next')\n              .attr('disabled', ofs+pag>=totFilteredRecs ? 'true' : null);\n          d3.select('#size').text(totFilteredRecs);\n          if(totFilteredRecs != ndx.size()){\n            d3.select('#totalsize').text(\"(filtered Total: \" + ndx.size() + \" )\");\n          }else{\n            d3.select('#totalsize').text('');\n          }\n      }\n      function next() {\n          ofs += pag;\n          update_offset();\n          chart.redraw();\n      }\n      function last() {\n          ofs -= pag;\n          update_offset();\n          chart.redraw();\n      }\n\n    </script>\n\n  </div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/text-filter-widget.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Text Filter Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<div id=\"search\"></div>\n<div style=\"clear:both;\">\n<table class=\"table dc-data-grid\">\n  <thead>\n    <tr class=header>\n      <th>Nb</th>\n      <th>First Name</th>\n      <th>Last Name</th>\n    </tr>\n  </thead>\n</table>\n</div>\n\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n\n\n    var data = [\n        {'first_name': 'John', 'last_name': 'Coltrane'},\n        {'first_name': 'Miles', 'last_name': 'Davis'},\n        {'first_name': 'Ornette', 'last_name': 'Coleman'},\n        {'first_name': 'Louis', 'last_name': 'Armstrong'},\n        {'first_name': 'Fela', 'last_name': 'Kuti'},\n        {'first_name': 'Charlie', 'last_name': 'Parker'},\n        {'first_name': 'Wayne', 'last_name': 'Shorter'},\n        {'first_name': 'Thelonious', 'last_name': 'Monk'},\n        {'first_name': 'Herbie', 'last_name': 'Hancock'},\n        {'first_name': 'Max', 'last_name': 'Roach'}\n    ];\n\n    var ndx = crossfilter(data),\n        dimension = ndx.dimension(function (d) {\n            return d.last_name + ' ' + d.first_name;\n        });\n\n    var chart = new dc.TextFilterWidget(\"#search\")\n        .dimension(dimension);\n\n    var i = 0;\n    new dc.DataTable('.dc-data-grid')\n        .dimension(dimension)\n        .showSections(false)\n        .columns([\n            function (d) {\n                i = i + 1;\n                return i;\n            },\n            function (d) {\n                return d.first_name;\n            },\n            function (d) {\n                return d.last_name;\n            }])\n        .on('renderlet', function (c) {\n            i = 0;\n        });\n\n    dc.renderAll();\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/time-intervals.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Time Intervals Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"header.js\"></script>\n\n<p>This demonstrates using an <a href=\"https://en.wikipedia.org/wiki/Interval_tree\">interval\ntree</a> to plot items which span from a begin date to an end date. The brush will intersect with\nany items whose intervals overlap with it.</p>\n\n<p>It uses the <a href=\"https://github.com/mikolalysenko/interval-tree-1d\">interval-tree-1d</a>\nlibrary by Mikola Lysenko.</p>\n\n  <div id=\"month\">\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:monthChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n  <div id=\"cost\">\n    <div class=\"reset\" style=\"visibility: hidden;\">selected: <span class=\"filter\"></span>\n      <a href=\"javascript:costChart.filterAll();dc.redrawAll();\">reset</a>\n    </div>\n  </div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"lysenko-interval-tree.js\"></script>\n<script type=\"text/javascript\">\n\n  function intervalTreeGroup(tree, firstDate, lastDate) {\n      return {\n          all: function() {\n              var begin = d3.timeMonth(firstDate), end = d3.timeMonth(lastDate);\n              var i = new Date(begin);\n              var ret = [], count;\n              do {\n                  next = new Date(i);\n                  next.setMonth(next.getMonth()+1);\n                  count = 0;\n                  tree.queryInterval(i.getTime(), next.getTime(), function() {\n                      ++count;\n                  });\n                  ret.push({key: i, value: count});\n                  i = next;\n              }\n              while(i.getTime() <= end.getTime());\n              return ret;\n          }\n      };\n  }\n\n  var dateFormatSpecifier = '%x';\n  var timeFormat = d3.timeFormat(dateFormatSpecifier);\n  var dateFormatParser = d3.timeParse(dateFormatSpecifier);\n  var monthChart = new dc.BarChart(\"#month\");\n  var costChart = new dc.BarChart(\"#cost\");\n  // data from http://stackoverflow.com/questions/22603788/crossfilter-how-to-extract-time-information-from-start-date-and-end-date-column\n  d3.csv(\"intervals.csv\").then(function(projects) {\n\n      projects.forEach(function(x) {\n          x['Start Date'] = dateFormatParser(x['Start Date']);\n          x['End Date'] = dateFormatParser(x['End Date']);\n          // the library uses object identity so we have to cache the interval arrays\n          x.interval = [x['Start Date'].getTime(), x['End Date'].getTime()];\n          x.Cost = +x.Cost;\n      });\n      // the interval tree library doesn't seem to provide start/end info\n      var firstDate = d3.min(projects, function(x) { return x['Start Date']; }),\n          lastDate = d3.max(projects, function(x) { return x['End Date']; });\n\n      var ndx = crossfilter(projects),\n          intervalDimension = ndx.dimension(function(d) {return d.interval;}),\n          projectsPerMonthTree = ndx.groupAll().reduce(\n              function(v, d) {\n                  v.insert(d.interval);\n                  return v;\n              },\n              function(v, d) {\n                  v.remove(d.interval);\n                  return v;\n              },\n              function() {\n                  return lysenkoIntervalTree(null);\n              }\n          ),\n          projectsPerMonthGroup = intervalTreeGroup(projectsPerMonthTree.value(), firstDate, lastDate),\n          projectCostDimension = ndx.dimension(function(d) { return d.Cost; }),\n          projectCostGroup = projectCostDimension.group();\n\n      monthChart\n          .width(400)\n          .height(300)\n          .x(d3.scaleTime())\n          .y(d3.scaleLinear().domain([0,25]))\n          .xUnits(d3.timeMonths)\n          .gap(5)\n          .elasticX(true)\n          .brushOn(true)\n          .yAxisLabel(\"Number of Projects\")\n          .xAxisLabel(\"Month\")\n          .dimension(intervalDimension)\n          .group(projectsPerMonthGroup)\n          .controlsUseVisibility(true);\n\n      monthChart.filterHandler(function(dim, filters) {\n          if(filters && filters.length) {\n              if(filters.length !== 1)\n                  throw new Error('not expecting more than one range filter');\n              var range = filters[0];\n              dim.filterFunction(function(i) {\n                  return !(i[1] < range[0].getTime() || i[0] > range[1].getTime());\n              })\n          }\n          else dim.filterAll();\n          return filters;\n      });\n\n\n      costChart\n          .width(400)\n          .height(300)\n          .x(d3.scaleLinear().domain([0,24]))\n          .y(d3.scaleLinear().domain([0,25]))\n          .brushOn(true)\n          .yAxisLabel(\"Number of Projects\")\n          .xAxisLabel(\"Cost\")\n          .dimension(projectCostDimension)\n          .group(projectCostGroup)\n          .controlsUseVisibility(true);\n\n      dc.renderAll();\n  });\n\n</script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/examples/wide-ordinal.json",
    "content": "[\n  {\n    \"key\": \"bassist vocalise wrung execrate\",\n    \"value\": 887\n  },\n  {\n    \"key\": \"mugger infarct prosaic linking\",\n    \"value\": 40\n  },\n  {\n    \"key\": \"neophyte soppy natality afforest\",\n    \"value\": 895\n  },\n  {\n    \"key\": \"diver bedcover woolfell durbar\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"shippen manicure vin wasting\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"curiae coition mistress slipover\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"hadst blowout therm phase\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"speiss caloyer batwing legman\",\n    \"value\": 495\n  },\n  {\n    \"key\": \"amitosis sirup digress saunter\",\n    \"value\": 838\n  },\n  {\n    \"key\": \"deformed gerbil abradant pursuer\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"parament wamble dollop oboe\",\n    \"value\": 7\n  },\n  {\n    \"key\": \"peptide casque hall trivia\",\n    \"value\": 8\n  },\n  {\n    \"key\": \"subway saving scenic anodyne\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"expense typical gyral conclave\",\n    \"value\": 7\n  },\n  {\n    \"key\": \"syndetic prosaism unreel sheepdog\",\n    \"value\": 5\n  },\n  {\n    \"key\": \"smarten trouveur cutis satirize\",\n    \"value\": 7\n  },\n  {\n    \"key\": \"develop spend crural inflame\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"entreaty tubby borehole result\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"ocrea mechanic riotous cerulean\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"unblock scroll mauve let\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"ixia dirge gauger toot\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"nickel grange obdurate aphotic\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"submerge motmot treatise galling\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"acicula sorcery fallout widely\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"gaudy shirt scilicet cuddle\",\n    \"value\": 10\n  },\n  {\n    \"key\": \"foredo holdover revive threat\",\n    \"value\": 5\n  },\n  {\n    \"key\": \"cowling charter rhizome cholent\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"sniper corpora murine poco\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"format intend rancho saran\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"jerry punnet adopted nearby\",\n    \"value\": 7\n  },\n  {\n    \"key\": \"leafage peddle fretted gravity\",\n    \"value\": 8\n  },\n  {\n    \"key\": \"swart urbane coccyx match\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"fuss tut claiming agile\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"borsch wingback thumb footworn\",\n    \"value\": 5\n  },\n  {\n    \"key\": \"access taut cube cortege\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"baddie outspeak sejant ether\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"quantize empanel guru satinet\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"fee seducer peeve misdoubt\",\n    \"value\": 27\n  },\n  {\n    \"key\": \"washing pacific up detailed\",\n    \"value\": 7\n  },\n  {\n    \"key\": \"ostiole beehive cascabel agency\",\n    \"value\": 5\n  },\n  {\n    \"key\": \"describe bobwhite carving unite\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"illicit masked lappet hoarding\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"frump bottom throttle gleeman\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"forepart sabre stagger pilau\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"tannin trypsin revisory pedicab\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"likable religion civil degauss\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"entirety procaine alienism duress\",\n    \"value\": 770\n  },\n  {\n    \"key\": \"murphy hilt octoroon allay\",\n    \"value\": 753\n  },\n  {\n    \"key\": \"taffrail divagate dramatic mattress\",\n    \"value\": 28\n  },\n  {\n    \"key\": \"charr ammonal strath lacework\",\n    \"value\": 35\n  },\n  {\n    \"key\": \"buran plank youthful scrawl\",\n    \"value\": 1048\n  },\n  {\n    \"key\": \"whoops hazel mil copalm\",\n    \"value\": 33\n  },\n  {\n    \"key\": \"acuate corpsman shelled halo\",\n    \"value\": 498\n  },\n  {\n    \"key\": \"phi mishear stone neath\",\n    \"value\": 59\n  },\n  {\n    \"key\": \"jury centuple fleshly smug\",\n    \"value\": 13\n  },\n  {\n    \"key\": \"lithic squirm ladylove porphyry\",\n    \"value\": 357\n  },\n  {\n    \"key\": \"coat shallop catalpa dimple\",\n    \"value\": 927\n  },\n  {\n    \"key\": \"gabelle yacht frill instance\",\n    \"value\": 72\n  },\n  {\n    \"key\": \"duress prithee phatic kibe\",\n    \"value\": 21\n  },\n  {\n    \"key\": \"stannary jiggle foothold epicycle\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"teenager lodging hotspur fickle\",\n    \"value\": 55\n  },\n  {\n    \"key\": \"edifice motorcar luck guenon\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"emirate bosk cell spry\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"revival evanesce alarmist fire\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"hoodlum eldest lysine burke\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"ruthless leister evince know\",\n    \"value\": 459\n  },\n  {\n    \"key\": \"fable labor zipper mm\",\n    \"value\": 1019\n  },\n  {\n    \"key\": \"coaler columnar divisor aculeus\",\n    \"value\": 836\n  },\n  {\n    \"key\": \"bicker lacteal savage trine\",\n    \"value\": 1180\n  },\n  {\n    \"key\": \"bound jocose snooty masthead\",\n    \"value\": 489\n  },\n  {\n    \"key\": \"locoism nympho division crowded\",\n    \"value\": 321\n  },\n  {\n    \"key\": \"assassin kendo magnum probity\",\n    \"value\": 519\n  },\n  {\n    \"key\": \"chore stereo instate myopia\",\n    \"value\": 672\n  },\n  {\n    \"key\": \"jury forby bellied titanite\",\n    \"value\": 680\n  },\n  {\n    \"key\": \"breviary clothier insipid valine\",\n    \"value\": 672\n  },\n  {\n    \"key\": \"feeble stud neonatal stalwart\",\n    \"value\": 673\n  },\n  {\n    \"key\": \"jab flange cheery taco\",\n    \"value\": 676\n  },\n  {\n    \"key\": \"fermion frazzled karyotin tenia\",\n    \"value\": 676\n  },\n  {\n    \"key\": \"arcature gloriole attack defrost\",\n    \"value\": 677\n  },\n  {\n    \"key\": \"whoreson pullet clang bowleg\",\n    \"value\": 687\n  },\n  {\n    \"key\": \"brunt clypeate garotte gravity\",\n    \"value\": 677\n  },\n  {\n    \"key\": \"lemma ganglion wither quagmire\",\n    \"value\": 675\n  },\n  {\n    \"key\": \"consols pharisee lentigo belly\",\n    \"value\": 674\n  },\n  {\n    \"key\": \"brisling baler sloppy shopping\",\n    \"value\": 681\n  },\n  {\n    \"key\": \"fill batiste steel huffish\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"ruth bottoms logbook caudate\",\n    \"value\": 677\n  },\n  {\n    \"key\": \"algebra bandy stibnite notation\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"floaty llama thatch ariel\",\n    \"value\": 1177\n  },\n  {\n    \"key\": \"televise secondly cosmism nuptial\",\n    \"value\": 674\n  },\n  {\n    \"key\": \"drawl stall redtop uphill\",\n    \"value\": 336\n  },\n  {\n    \"key\": \"pochard between guttle swaddle\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"gratin mutation napoleon fleck\",\n    \"value\": 336\n  },\n  {\n    \"key\": \"cutis lamella anxious skullcap\",\n    \"value\": 336\n  },\n  {\n    \"key\": \"fervor kakapo impend dubious\",\n    \"value\": 675\n  },\n  {\n    \"key\": \"hothouse feculent cupreous cabaret\",\n    \"value\": 845\n  },\n  {\n    \"key\": \"banana hold failing besom\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"tinnitus lookout mandamus limner\",\n    \"value\": 843\n  },\n  {\n    \"key\": \"cantor bream pareu economy\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"panty jacal whip passion\",\n    \"value\": 677\n  },\n  {\n    \"key\": \"strep bestial fancier cuticula\",\n    \"value\": 26\n  },\n  {\n    \"key\": \"hyaloid date unkenned spud\",\n    \"value\": 31\n  },\n  {\n    \"key\": \"flax akee alter pedicure\",\n    \"value\": 24\n  },\n  {\n    \"key\": \"dizen drum buss tramp\",\n    \"value\": 482\n  },\n  {\n    \"key\": \"weirdo lar gnosis courses\",\n    \"value\": 178\n  },\n  {\n    \"key\": \"now eight forborne costumer\",\n    \"value\": 30\n  },\n  {\n    \"key\": \"bookie costa foehn pooh\",\n    \"value\": 508\n  },\n  {\n    \"key\": \"away cowpox mortise headless\",\n    \"value\": 12\n  },\n  {\n    \"key\": \"swab crown doings mimosa\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"venetian arrest chamfron politick\",\n    \"value\": 26\n  },\n  {\n    \"key\": \"torpid indue hormonal uphill\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"kulak repulse ingrown peltry\",\n    \"value\": 23\n  },\n  {\n    \"key\": \"previse abampere period tagmemic\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"shadowy whirl windward loot\",\n    \"value\": 16\n  },\n  {\n    \"key\": \"citrate foal aurist mesial\",\n    \"value\": 490\n  },\n  {\n    \"key\": \"geisha bosom squander hokku\",\n    \"value\": 80\n  },\n  {\n    \"key\": \"streaky doura tigress sauna\",\n    \"value\": 21\n  },\n  {\n    \"key\": \"triptych lapidary playboy triangle\",\n    \"value\": 34\n  },\n  {\n    \"key\": \"lancer doorstop vaporize ganister\",\n    \"value\": 125\n  },\n  {\n    \"key\": \"farriery predial parterre spark\",\n    \"value\": 10\n  },\n  {\n    \"key\": \"hydropic paperboy sheikdom tutorial\",\n    \"value\": 21\n  },\n  {\n    \"key\": \"shingly polenta wheaten beldam\",\n    \"value\": 24\n  },\n  {\n    \"key\": \"portiere rite actinon sly\",\n    \"value\": 387\n  },\n  {\n    \"key\": \"eruct bogey tenaille benefice\",\n    \"value\": 386\n  },\n  {\n    \"key\": \"untie aptitude tribunal graph\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"bracing autarchy ternate exsect\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"haar weaken continue unsure\",\n    \"value\": 498\n  },\n  {\n    \"key\": \"piggy moult aspirate parquet\",\n    \"value\": 470\n  },\n  {\n    \"key\": \"heist ocreate ambsace scutter\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"cod corium stagey vignette\",\n    \"value\": 39\n  },\n  {\n    \"key\": \"ermine glans peony anvil\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"consols refinery burg windage\",\n    \"value\": 379\n  },\n  {\n    \"key\": \"drivel agio mandible precess\",\n    \"value\": 30\n  },\n  {\n    \"key\": \"lathe scofflaw castle enclave\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"barge isoline dihedron anlage\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"khanate xanthin basis airdrome\",\n    \"value\": 1489\n  },\n  {\n    \"key\": \"outwear skeg have calcine\",\n    \"value\": 836\n  },\n  {\n    \"key\": \"rhapsody simply tamandua giant\",\n    \"value\": 79\n  },\n  {\n    \"key\": \"loaded irritate thing festal\",\n    \"value\": 46\n  },\n  {\n    \"key\": \"hunt assess barbaric flare\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"fatally furl marasca covering\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"bairn allonge spree tankard\",\n    \"value\": 34\n  },\n  {\n    \"key\": \"blintz rapper tressure keg\",\n    \"value\": 38\n  },\n  {\n    \"key\": \"opaline peewit pyrosis conduct\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"group fleam forspent guide\",\n    \"value\": 5\n  },\n  {\n    \"key\": \"sparing postdate gorgeous admiral\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"dilate nelson stoma trinal\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"daytime signor sneer viscount\",\n    \"value\": 23\n  },\n  {\n    \"key\": \"comitia linesman tetany amnion\",\n    \"value\": 21\n  },\n  {\n    \"key\": \"pekan drunkard iodine emmet\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"volcano track gook decrepit\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"estrin motivity pagurian avens\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"funded clue evacuate spillway\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"much prorate haycock staves\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"bucksaw obturate flagpole indoxyl\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"trace sobriety shashlik fuzzy\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"vaunt bennet jackal manhunt\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"grizzled aft debase bolo\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"mince retrench ringdove cleome\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"lanneret superadd shoot rapport\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"lineal maritime staying morse\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"smoker copperas basking itchy\",\n    \"value\": 28\n  },\n  {\n    \"key\": \"shingle jackleg nib venose\",\n    \"value\": 157\n  },\n  {\n    \"key\": \"elicit redolent osier dietary\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"devisor claim fustic rakish\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"occident avenue agency amen\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"scion special oyez orrery\",\n    \"value\": 188\n  },\n  {\n    \"key\": \"baobab chukker titania software\",\n    \"value\": 20\n  },\n  {\n    \"key\": \"fusion puttee uncinate not\",\n    \"value\": 15\n  },\n  {\n    \"key\": \"fives agave yarn parting\",\n    \"value\": 15\n  },\n  {\n    \"key\": \"crown pilchard gapped mush\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"prudish mule ingoing whimsey\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"kisser caseose widen fleawort\",\n    \"value\": 420\n  },\n  {\n    \"key\": \"bearded scaup lockout lemon\",\n    \"value\": 424\n  },\n  {\n    \"key\": \"orgulous wither sacred disunite\",\n    \"value\": 157\n  },\n  {\n    \"key\": \"rubbing ere tacket puny\",\n    \"value\": 391\n  },\n  {\n    \"key\": \"midriff yashmak suspend mirror\",\n    \"value\": 28\n  },\n  {\n    \"key\": \"rapport medial astral tile\",\n    \"value\": 197\n  },\n  {\n    \"key\": \"rig logo deadbeat hamster\",\n    \"value\": 500\n  },\n  {\n    \"key\": \"nursling purpura ormolu vein\",\n    \"value\": 360\n  },\n  {\n    \"key\": \"conte bricole havoc exorcism\",\n    \"value\": 375\n  },\n  {\n    \"key\": \"anyway tactual ratal agora\",\n    \"value\": 322\n  },\n  {\n    \"key\": \"ungainly booklet novelist carpet\",\n    \"value\": 15\n  },\n  {\n    \"key\": \"bidarka durbar locule hornwort\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"palestra nerve odeum alchemy\",\n    \"value\": 56\n  },\n  {\n    \"key\": \"staff covet axilla signpost\",\n    \"value\": 52\n  },\n  {\n    \"key\": \"restrain reposit malefic whistler\",\n    \"value\": 241\n  },\n  {\n    \"key\": \"maihem anele snake festival\",\n    \"value\": 49\n  },\n  {\n    \"key\": \"whittle debunk abfarad dystopia\",\n    \"value\": 402\n  },\n  {\n    \"key\": \"advanced amuse salify diazine\",\n    \"value\": 66\n  },\n  {\n    \"key\": \"reseat figurant sumac rind\",\n    \"value\": 9\n  },\n  {\n    \"key\": \"spline whore paraph accursed\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"thrash trailing ibex shush\",\n    \"value\": 506\n  },\n  {\n    \"key\": \"pastern so lobbyist jugular\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"gauge rattling gorilla textile\",\n    \"value\": 505\n  },\n  {\n    \"key\": \"anapest hieratic work annulose\",\n    \"value\": 385\n  },\n  {\n    \"key\": \"out enounce sawyer outsole\",\n    \"value\": 28\n  },\n  {\n    \"key\": \"pertain credence stammer sennet\",\n    \"value\": 28\n  },\n  {\n    \"key\": \"gynecic coccus sieve zaibatsu\",\n    \"value\": 36\n  },\n  {\n    \"key\": \"spire snick laddie motion\",\n    \"value\": 42\n  },\n  {\n    \"key\": \"quinsy foveola memento sleekit\",\n    \"value\": 58\n  },\n  {\n    \"key\": \"analemma clouded restate cheque\",\n    \"value\": 495\n  },\n  {\n    \"key\": \"bomber aryl eau groping\",\n    \"value\": 117\n  },\n  {\n    \"key\": \"cowberry gnome ancient firing\",\n    \"value\": 41\n  },\n  {\n    \"key\": \"antilog oryx assassin lapwing\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"dray radicle unbroken dell\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"comic blame pic pollen\",\n    \"value\": 28\n  },\n  {\n    \"key\": \"heroin mort collapse maverick\",\n    \"value\": 430\n  },\n  {\n    \"key\": \"strait momentum sports wearable\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"aye joule crystal velar\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"outcrop allied naphthyl peddle\",\n    \"value\": 44\n  },\n  {\n    \"key\": \"hippy deme skysail mettle\",\n    \"value\": 18\n  },\n  {\n    \"key\": \"foment lunatic swirl faraway\",\n    \"value\": 84\n  },\n  {\n    \"key\": \"pion giblets frizzly retake\",\n    \"value\": 25\n  },\n  {\n    \"key\": \"neutral critter prowess vermin\",\n    \"value\": 40\n  },\n  {\n    \"key\": \"denture burgage estrus koa\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"polling confine kat shashlik\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"shroud trunk bastion prandial\",\n    \"value\": 234\n  },\n  {\n    \"key\": \"sap claver amenity marcher\",\n    \"value\": 28\n  },\n  {\n    \"key\": \"sauterne wide cleaver fowl\",\n    \"value\": 10\n  },\n  {\n    \"key\": \"bedding quirt helping barrio\",\n    \"value\": 375\n  },\n  {\n    \"key\": \"inexpert manage leaven decided\",\n    \"value\": 597\n  },\n  {\n    \"key\": \"linkman wolf thespian harness\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"impress seta cutis whimsy\",\n    \"value\": 10\n  },\n  {\n    \"key\": \"possess muticous insanity curacy\",\n    \"value\": 25\n  },\n  {\n    \"key\": \"coquet clink frizzle filum\",\n    \"value\": 425\n  },\n  {\n    \"key\": \"priggish auto callus fitter\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"skiplane hagfish speech fulcrum\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"sung roue diarchy burl\",\n    \"value\": 184\n  },\n  {\n    \"key\": \"rapine windbag fewness apace\",\n    \"value\": 196\n  },\n  {\n    \"key\": \"hayward coating frenulum druid\",\n    \"value\": 1561\n  },\n  {\n    \"key\": \"exoteric nap vidette hast\",\n    \"value\": 8\n  },\n  {\n    \"key\": \"tilde combine diphenyl bulbul\",\n    \"value\": 21\n  },\n  {\n    \"key\": \"upland sloppy formal garrote\",\n    \"value\": 845\n  },\n  {\n    \"key\": \"seaman twit stopover fantom\",\n    \"value\": 195\n  },\n  {\n    \"key\": \"discard defraud froufrou conchoid\",\n    \"value\": 338\n  },\n  {\n    \"key\": \"placid basilisk hakim verecund\",\n    \"value\": 840\n  },\n  {\n    \"key\": \"repp bott weakling baize\",\n    \"value\": 1471\n  },\n  {\n    \"key\": \"bosk giblets kerchief imaret\",\n    \"value\": 280\n  },\n  {\n    \"key\": \"conidium inchoate yeanling haplite\",\n    \"value\": 35\n  },\n  {\n    \"key\": \"ament vedette cutch ionize\",\n    \"value\": 932\n  },\n  {\n    \"key\": \"mailer embowed sirree hosiery\",\n    \"value\": 30\n  },\n  {\n    \"key\": \"soar typhoid six certify\",\n    \"value\": 385\n  },\n  {\n    \"key\": \"fledge mage axle amongst\",\n    \"value\": 18\n  },\n  {\n    \"key\": \"approve taxicab longish overtly\",\n    \"value\": 1041\n  },\n  {\n    \"key\": \"groyne bear hards hilarity\",\n    \"value\": 670\n  },\n  {\n    \"key\": \"clinker degas meddle punish\",\n    \"value\": 560\n  },\n  {\n    \"key\": \"morpheme affine hotfoot phyla\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"firelock thyrse boiler chervil\",\n    \"value\": 22\n  },\n  {\n    \"key\": \"rundle trimaran fanciful holp\",\n    \"value\": 507\n  },\n  {\n    \"key\": \"dwarf wormhole hombre nailhead\",\n    \"value\": 1020\n  },\n  {\n    \"key\": \"bulky triplex colossus bailment\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"aneurin cooncan gossip untwine\",\n    \"value\": 334\n  },\n  {\n    \"key\": \"socage briony ikebana tract\",\n    \"value\": 18\n  },\n  {\n    \"key\": \"curricle disguise though ribbon\",\n    \"value\": 33\n  },\n  {\n    \"key\": \"plonk calyces quiche kingdom\",\n    \"value\": 840\n  },\n  {\n    \"key\": \"datary nappy generate evil\",\n    \"value\": 835\n  },\n  {\n    \"key\": \"social fracas haut neckwear\",\n    \"value\": 23\n  },\n  {\n    \"key\": \"cartel homely ululant pegboard\",\n    \"value\": 230\n  },\n  {\n    \"key\": \"podiatry bear misusage exertion\",\n    \"value\": 260\n  },\n  {\n    \"key\": \"trot fed wheeled supreme\",\n    \"value\": 667\n  },\n  {\n    \"key\": \"cycle timer trick gasser\",\n    \"value\": 557\n  },\n  {\n    \"key\": \"outdoors forint bean byssus\",\n    \"value\": 74\n  },\n  {\n    \"key\": \"immature squares weighty quota\",\n    \"value\": 251\n  },\n  {\n    \"key\": \"deicer mamey hoopla bowshot\",\n    \"value\": 397\n  },\n  {\n    \"key\": \"vector venture otto fourth\",\n    \"value\": 131\n  },\n  {\n    \"key\": \"rubbing sneak seamy azon\",\n    \"value\": 502\n  },\n  {\n    \"key\": \"skyward creeping silent whimper\",\n    \"value\": 505\n  },\n  {\n    \"key\": \"ringer reversal chug carrying\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"wafture codon heading ripen\",\n    \"value\": 29\n  },\n  {\n    \"key\": \"thankful froe foxtail weigela\",\n    \"value\": 165\n  },\n  {\n    \"key\": \"calcium listing lopsided gusher\",\n    \"value\": 114\n  },\n  {\n    \"key\": \"carry divan gusty supernal\",\n    \"value\": 10\n  },\n  {\n    \"key\": \"celibate seventh machree cushion\",\n    \"value\": 335\n  },\n  {\n    \"key\": \"suzerain tenpins nicknack faro\",\n    \"value\": 197\n  },\n  {\n    \"key\": \"stalag clough bats smith\",\n    \"value\": 36\n  },\n  {\n    \"key\": \"trip corn bustle genitor\",\n    \"value\": 110\n  },\n  {\n    \"key\": \"teen immersed seaway sylvite\",\n    \"value\": 8\n  },\n  {\n    \"key\": \"remove entreaty almighty brasilin\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"issuable crowd bobbin bomb\",\n    \"value\": 88\n  },\n  {\n    \"key\": \"pulley maffick trull bronchi\",\n    \"value\": 21\n  },\n  {\n    \"key\": \"suboxide terminal rutile harm\",\n    \"value\": 214\n  },\n  {\n    \"key\": \"minimum pitiless radix peewit\",\n    \"value\": 341\n  },\n  {\n    \"key\": \"beach referred neutrino potency\",\n    \"value\": 678\n  },\n  {\n    \"key\": \"nu nom photopia dead\",\n    \"value\": 545\n  },\n  {\n    \"key\": \"chatter bushbuck jinks fleshy\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"dovekie nummary distil triumph\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"piscator dulcinea kelp carotene\",\n    \"value\": 290\n  },\n  {\n    \"key\": \"sweven gunpaper melanite iceboat\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"courtly accrual speedway geste\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"calla disseise nerves simplism\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"misfile wight kept aloud\",\n    \"value\": 502\n  },\n  {\n    \"key\": \"misplay hospital coyote devisee\",\n    \"value\": 499\n  },\n  {\n    \"key\": \"blab enact yttria chore\",\n    \"value\": 493\n  },\n  {\n    \"key\": \"bestrew plicate evection outwork\",\n    \"value\": 499\n  },\n  {\n    \"key\": \"unbated yippie or deist\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"branks fuze impunity vesica\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"carioca petty lodging goose\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"mousy cosy suture plebe\",\n    \"value\": 502\n  },\n  {\n    \"key\": \"unhand always assuming slope\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"skewness curet silence predict\",\n    \"value\": 141\n  },\n  {\n    \"key\": \"exacting rice suttee titrate\",\n    \"value\": 500\n  },\n  {\n    \"key\": \"chignon gullet draff sequitur\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"bumf martini purine crumhorn\",\n    \"value\": 563\n  },\n  {\n    \"key\": \"myriapod cure apomixis producer\",\n    \"value\": 40\n  },\n  {\n    \"key\": \"pinguid musty longways prayer\",\n    \"value\": 38\n  },\n  {\n    \"key\": \"wizen soricine gonfalon piddle\",\n    \"value\": 38\n  },\n  {\n    \"key\": \"popinjay croaker hyaloid deictic\",\n    \"value\": 38\n  },\n  {\n    \"key\": \"slipover ti collop nobility\",\n    \"value\": 39\n  },\n  {\n    \"key\": \"redbird faller protium kestrel\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"domain gravid intone sawmill\",\n    \"value\": 42\n  },\n  {\n    \"key\": \"trumpet index unclothe gneiss\",\n    \"value\": 1488\n  },\n  {\n    \"key\": \"pion conclave dona beneath\",\n    \"value\": 18\n  },\n  {\n    \"key\": \"aft quilt claver picket\",\n    \"value\": 543\n  },\n  {\n    \"key\": \"scabies ichor loath rayon\",\n    \"value\": 201\n  },\n  {\n    \"key\": \"calyx ordinal congou pentode\",\n    \"value\": 15\n  },\n  {\n    \"key\": \"chump felid german flourish\",\n    \"value\": 367\n  },\n  {\n    \"key\": \"holiday tiffin bugbane amused\",\n    \"value\": 204\n  },\n  {\n    \"key\": \"pace beano ambit sept\",\n    \"value\": 269\n  },\n  {\n    \"key\": \"yard liegeman indicant morion\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"salmi thresh corn sot\",\n    \"value\": 15\n  },\n  {\n    \"key\": \"agitato arkose dabchick acidify\",\n    \"value\": 46\n  },\n  {\n    \"key\": \"cudbear carotid incubate trump\",\n    \"value\": 1020\n  },\n  {\n    \"key\": \"alexin cablet doorjamb accuse\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"bicorn trinket chirk forgive\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"crannog gracile gabby pharos\",\n    \"value\": 21\n  },\n  {\n    \"key\": \"embalm anosmia vantage penult\",\n    \"value\": 306\n  },\n  {\n    \"key\": \"sleave bregma roar jeu\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"strumpet hawse elflock muss\",\n    \"value\": 502\n  },\n  {\n    \"key\": \"inhalant ferine pithy sandbox\",\n    \"value\": 485\n  },\n  {\n    \"key\": \"coff ablaze stern gnathion\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"hookup creative whimsy euonymus\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"vogue humidify tsarina ukulele\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"halting luetic efface implead\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"multure chute suiting nervine\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"gadoid nebulose gravamen signal\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"slipknot hopeless tucker dramatic\",\n    \"value\": 366\n  },\n  {\n    \"key\": \"gin acre yield digger\",\n    \"value\": 164\n  },\n  {\n    \"key\": \"terete kalends polled cursor\",\n    \"value\": 86\n  },\n  {\n    \"key\": \"choragus wayward jowl tod\",\n    \"value\": 66\n  },\n  {\n    \"key\": \"moony aardwolf glade grapple\",\n    \"value\": 52\n  },\n  {\n    \"key\": \"ratter gadoid bumper suspend\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"cutty hug exigible clot\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"cachet kosher cook response\",\n    \"value\": 325\n  },\n  {\n    \"key\": \"glacier maudlin vintner inoculum\",\n    \"value\": 730\n  },\n  {\n    \"key\": \"given postal visually anger\",\n    \"value\": 300\n  },\n  {\n    \"key\": \"teamster pulvinus forgat variola\",\n    \"value\": 413\n  },\n  {\n    \"key\": \"arctic console oxtail gremlin\",\n    \"value\": 197\n  },\n  {\n    \"key\": \"effluent workroom wahoo solidary\",\n    \"value\": 530\n  },\n  {\n    \"key\": \"quackery brand outstrip noose\",\n    \"value\": 94\n  },\n  {\n    \"key\": \"primal ora gagman launce\",\n    \"value\": 398\n  },\n  {\n    \"key\": \"gorgerin whatnot plicate aerostat\",\n    \"value\": 288\n  },\n  {\n    \"key\": \"newborn falsify prunelle hexad\",\n    \"value\": 540\n  },\n  {\n    \"key\": \"crosier lamia kris dibs\",\n    \"value\": 217\n  },\n  {\n    \"key\": \"bale pome blameful climbing\",\n    \"value\": 164\n  },\n  {\n    \"key\": \"whinchat cheque wiry calamite\",\n    \"value\": 484\n  },\n  {\n    \"key\": \"director redroot instar misnomer\",\n    \"value\": 140\n  },\n  {\n    \"key\": \"hunter loth affluent sales\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"tetchy beatify festoon homonym\",\n    \"value\": 1167\n  },\n  {\n    \"key\": \"offend transfer kingship postcard\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"coquille antigen surfboat fictive\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"foppish hag fineable hematite\",\n    \"value\": 168\n  },\n  {\n    \"key\": \"boxer cursed recap wary\",\n    \"value\": 29\n  },\n  {\n    \"key\": \"piddling peg opinion ago\",\n    \"value\": 2352\n  },\n  {\n    \"key\": \"cahoot silica remise icefall\",\n    \"value\": 320\n  },\n  {\n    \"key\": \"caird chrome dilatory arbitral\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"bonus mailbox gimmick demy\",\n    \"value\": 507\n  },\n  {\n    \"key\": \"tier faceless moiety wildwood\",\n    \"value\": 369\n  },\n  {\n    \"key\": \"rapeseed gurgle euphuism meninges\",\n    \"value\": 294\n  },\n  {\n    \"key\": \"reseda sol sponger songful\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"remorse overcoat trotter crore\",\n    \"value\": 12\n  },\n  {\n    \"key\": \"pedicure ophidian momentum silica\",\n    \"value\": 529\n  },\n  {\n    \"key\": \"aliment rachis cocksure tacit\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"panoptic stalky spelter wealth\",\n    \"value\": 679\n  },\n  {\n    \"key\": \"guile gamba taper monies\",\n    \"value\": 329\n  },\n  {\n    \"key\": \"upwind lancers thuya gross\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"suttee knightly preface purity\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"gumboil feral drink ashen\",\n    \"value\": 532\n  },\n  {\n    \"key\": \"hetman peppery forked worst\",\n    \"value\": 457\n  },\n  {\n    \"key\": \"wildfowl gauntry deter scilla\",\n    \"value\": 3\n  },\n  {\n    \"key\": \"floppy ash overhead sickroom\",\n    \"value\": 1104\n  },\n  {\n    \"key\": \"sporadic much eversion stinko\",\n    \"value\": 336\n  },\n  {\n    \"key\": \"jeweler prorate diazole untwist\",\n    \"value\": 675\n  },\n  {\n    \"key\": \"worsen screamer drilling prosody\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"beriberi trifocal islander gnostic\",\n    \"value\": 269\n  },\n  {\n    \"key\": \"repel cherry frag alary\",\n    \"value\": 11\n  },\n  {\n    \"key\": \"shank yolk emblem dey\",\n    \"value\": 15\n  },\n  {\n    \"key\": \"leghorn kiloton ailment dumpy\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"shooter remnant contempt crunch\",\n    \"value\": 375\n  },\n  {\n    \"key\": \"impinge trap shone starter\",\n    \"value\": 341\n  },\n  {\n    \"key\": \"barnyard tally wintery harmless\",\n    \"value\": 1053\n  },\n  {\n    \"key\": \"rampant scolex mugwump quail\",\n    \"value\": 18\n  },\n  {\n    \"key\": \"haruspex vocalism medal enow\",\n    \"value\": 289\n  },\n  {\n    \"key\": \"serai eudemon academic eidetic\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"yeanling ubiety aloof perdure\",\n    \"value\": 505\n  },\n  {\n    \"key\": \"antipole disinter rakish ivories\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"arachnid uredium fruiter highball\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"hatching sloshy boltonia gnosis\",\n    \"value\": 825\n  },\n  {\n    \"key\": \"cool aborning goulash scouting\",\n    \"value\": 675\n  },\n  {\n    \"key\": \"cryogen hexyl beef playbill\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"loony pleurisy suck netsuke\",\n    \"value\": 665\n  },\n  {\n    \"key\": \"alloy cockney labret anole\",\n    \"value\": 497\n  },\n  {\n    \"key\": \"retable tantivy rover grade\",\n    \"value\": 500\n  },\n  {\n    \"key\": \"burlap arillode avenue trow\",\n    \"value\": 502\n  },\n  {\n    \"key\": \"rounded lotion bibber scribble\",\n    \"value\": 773\n  },\n  {\n    \"key\": \"testudo tepid penitent grandson\",\n    \"value\": 312\n  },\n  {\n    \"key\": \"topmast weanling cello panda\",\n    \"value\": 322\n  },\n  {\n    \"key\": \"crusade unrest panfish caruncle\",\n    \"value\": 414\n  },\n  {\n    \"key\": \"unhappy ailing catenate rubidium\",\n    \"value\": 18\n  },\n  {\n    \"key\": \"chemism filmy shape fever\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"gnarly smutty outgoing came\",\n    \"value\": 326\n  },\n  {\n    \"key\": \"fruition tubule prate graphics\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"darkish fizz ruthless wistful\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"blond shampoo burgle whaler\",\n    \"value\": 13\n  },\n  {\n    \"key\": \"dryad diatonic aplasia beggary\",\n    \"value\": 501\n  },\n  {\n    \"key\": \"frog gesso boom baste\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"narrow emplane obstacle lone\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"lastly spigot camise lump\",\n    \"value\": 5\n  },\n  {\n    \"key\": \"vesta sax brier somite\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"sapota cache abalone fragrant\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"pretend englut bob oasis\",\n    \"value\": 5\n  },\n  {\n    \"key\": \"not acedia orts zany\",\n    \"value\": 8\n  },\n  {\n    \"key\": \"pair should makefast pervious\",\n    \"value\": 27\n  },\n  {\n    \"key\": \"yule modeling enroot simoom\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"dor pedicel commend circa\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"dignity time thrower locum\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"franc diner sacral chancy\",\n    \"value\": 9\n  },\n  {\n    \"key\": \"comate rigorism peignoir vender\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"nawab fauna coquito protease\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"chord trinal inhale muddler\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"tax suffix lengthen bedlam\",\n    \"value\": 4\n  },\n  {\n    \"key\": \"midrib minium looming braunite\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"snipe pillage drug hydranth\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"suboxide wriggly armhole bricky\",\n    \"value\": 6\n  },\n  {\n    \"key\": \"capable boiler yaw koto\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"history tithing footing headache\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"sobriety nuance tumid corves\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"lacewing recede baguette deckle\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"starve loyalty ankh foul\",\n    \"value\": 26\n  },\n  {\n    \"key\": \"scabious gallery cannular facer\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"crackle pinnate familiar sprang\",\n    \"value\": 496\n  },\n  {\n    \"key\": \"cross gride dancers caper\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"burial henna antiphon annatto\",\n    \"value\": 14\n  },\n  {\n    \"key\": \"waxwork topfull balata bumper\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"enamour inure riverine operatic\",\n    \"value\": 1393\n  },\n  {\n    \"key\": \"borate crucial glitter atom\",\n    \"value\": 1229\n  },\n  {\n    \"key\": \"halfbeak trotting cackle stout\",\n    \"value\": 854\n  },\n  {\n    \"key\": \"bankroll bloke phony mess\",\n    \"value\": 1226\n  },\n  {\n    \"key\": \"mouldy gap jargon redroot\",\n    \"value\": 72\n  },\n  {\n    \"key\": \"geisha titrant cascade corned\",\n    \"value\": 8\n  },\n  {\n    \"key\": \"jaws languid regolith breeding\",\n    \"value\": 246\n  },\n  {\n    \"key\": \"coaxial atrophy gink dozen\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"variole amperage unbolt nous\",\n    \"value\": 380\n  },\n  {\n    \"key\": \"spencer towering totter auger\",\n    \"value\": 337\n  },\n  {\n    \"key\": \"aspire shouldst superman lame\",\n    \"value\": 582\n  },\n  {\n    \"key\": \"steinbok chestnut bummer formless\",\n    \"value\": 101\n  },\n  {\n    \"key\": \"archery dough protist buffalo\",\n    \"value\": 21\n  },\n  {\n    \"key\": \"macaque holder project socle\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"pantile pitfall clothing tandem\",\n    \"value\": 451\n  },\n  {\n    \"key\": \"butchery mood mullah host\",\n    \"value\": 504\n  },\n  {\n    \"key\": \"misfire brachial cheese maker\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"overlive fading comber chilli\",\n    \"value\": 12\n  },\n  {\n    \"key\": \"slinky downcome carcass horal\",\n    \"value\": 503\n  },\n  {\n    \"key\": \"eastern suggest extender acrylic\",\n    \"value\": 525\n  },\n  {\n    \"key\": \"referred paisley queenly aspect\",\n    \"value\": 1466\n  },\n  {\n    \"key\": \"finesse brindle comfort kick\",\n    \"value\": 721\n  },\n  {\n    \"key\": \"waif challis brevity pervious\",\n    \"value\": 30\n  },\n  {\n    \"key\": \"walking carding triaxial epiphany\",\n    \"value\": 1020\n  },\n  {\n    \"key\": \"urushiol flathead fissile cellule\",\n    \"value\": 498\n  },\n  {\n    \"key\": \"hoof spaetzle conto creodont\",\n    \"value\": 15\n  },\n  {\n    \"key\": \"wheaten gleam numerary jinni\",\n    \"value\": 2\n  },\n  {\n    \"key\": \"artistry rowing unific anisole\",\n    \"value\": 88\n  },\n  {\n    \"key\": \"absorbed feller settee aroma\",\n    \"value\": 755\n  },\n  {\n    \"key\": \"rally oldwife ossified cracker\",\n    \"value\": 88\n  },\n  {\n    \"key\": \"patentee fourteen savoy snapback\",\n    \"value\": 532\n  },\n  {\n    \"key\": \"tache jazzy decare compound\",\n    \"value\": 369\n  },\n  {\n    \"key\": \"goiter silicon maximal finding\",\n    \"value\": 337\n  },\n  {\n    \"key\": \"outhouse doughy synodic miles\",\n    \"value\": 669\n  },\n  {\n    \"key\": \"gemsbok debutant tell kike\",\n    \"value\": 637\n  },\n  {\n    \"key\": \"howdy cobwebby neritic sulphur\",\n    \"value\": 343\n  },\n  {\n    \"key\": \"ablation colorado dormouse ligure\",\n    \"value\": 58\n  },\n  {\n    \"key\": \"stoup fakir sociable lotus\",\n    \"value\": 105\n  },\n  {\n    \"key\": \"cohere protract defender obelize\",\n    \"value\": 102\n  },\n  {\n    \"key\": \"exegete aspirin wrongly nocuous\",\n    \"value\": 66\n  },\n  {\n    \"key\": \"dashing axolotl banshee edgy\",\n    \"value\": 513\n  },\n  {\n    \"key\": \"envisage exemplum leftward crumble\",\n    \"value\": 40\n  }\n]\n"
  },
  {
    "path": "web-src/geo/us-counties.json",
    "content": "{\"type\":\"FeatureCollection\",\"features\":[\n{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-141.00045,68.498147],[-146.000897,68.487193],[-145.99542,67.999745],[-146.970315,67.999745],[-155.300742,67.999745],[-157.157424,68.207869],[-161.993563,68.2243],[-162.683657,68.300977],[-164.502001,68.229777],[-164.496525,68.021653],[-165.361881,68.02713],[-166.681824,68.339316],[-166.216284,68.881533],[-164.255539,68.930825],[-163.110859,69.374457],[-163.034181,69.724981],[-161.851162,70.311014],[-161.396576,70.239814],[-159.649432,70.792985],[-158.033735,70.831323],[-156.812377,71.285909],[-155.585543,71.170894],[-155.974405,70.809416],[-155.032372,71.148986],[-154.183446,70.7656],[-153.235935,70.924431],[-152.26104,70.842277],[-152.419871,70.606769],[-151.877654,70.431507],[-149.462323,70.519138],[-147.682318,70.201475],[-145.858496,70.168614],[-144.620708,69.971444],[-143.914183,70.130275],[-142.747594,70.042644],[-141.378359,69.63735],[-141.00045,69.648304],[-141.00045,68.498147]]]},\"id\":\"02185\"},\n{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-146.970315,67.999745],[-145.99542,67.999745],[-146.000897,68.487193],[-141.00045,68.498147],[-141.00045,65.841831],[-141.838422,65.463922],[-142.605194,65.392722],[-144.06206,64.680719],[-143.886798,65.09149],[-145.644896,65.031244],[-146.19259,65.452968],[-146.696468,65.321521],[-148.66269,65.211983],[-148.646259,64.604042],[-147.99998,64.341149],[-149.232292,64.35758],[-150.749404,64.363057],[-151.302575,64.012533],[-152.047439,64.001579],[-152.244609,63.656532],[-152.852549,63.651055],[-152.436302,63.169084],[-153.000427,62.725452],[-153.000427,62.292773],[-153.734337,62.02988],[-157.064316,62.02988],[-158.532136,62.117511],[-159.266046,61.947726],[-160.536697,61.947726],[-161.046052,62.205142],[-160.848882,63.010253],[-160.690051,63.536039],[-159.698725,63.793455],[-159.956141,64.050871],[-159.978049,64.746443],[-159.578232,64.921705],[-159.594663,65.524168],[-159.594663,65.956846],[-158.964815,66.121155],[-157.896811,66.126632],[-157.891334,66.477156],[-155.563635,66.307371],[-155.514342,66.570264],[-154.199877,66.718141],[-154.145107,67.161773],[-154.747571,67.254881],[-154.687324,67.599929],[-155.350034,67.775191],[-155.300742,67.999745],[-146.970315,67.999745]]]},\"id\":\"02290\"},\n{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-162.683657,68.300977],[-161.993563,68.2243],[-157.157424,68.207869],[-155.300742,67.999745],[-155.350034,67.775191],[-154.687324,67.599929],[-154.747571,67.254881],[-154.145107,67.161773],[-154.199877,66.718141],[-155.514342,66.570264],[-155.563635,66.307371],[-157.891334,66.477156],[-157.896811,66.126632],[-158.964815,66.121155],[-159.594663,65.956846],[-159.594663,65.524168],[-159.802787,65.436537],[-163.757138,65.436537],[-164.244585,65.781584],[-164.403417,66.581218],[-163.751661,66.553833],[-163.768091,66.060908],[-161.840208,66.02257],[-160.991283,66.23617],[-162.502918,66.740049],[-161.884024,66.718141],[-161.851162,67.052235],[-162.902735,67.008419],[-163.740707,67.128912],[-164.009077,67.534205],[-165.361881,68.02713],[-164.496525,68.021653],[-164.502001,68.229777],[-162.683657,68.300977]]]},\"id\":\"02188\"},\n{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-164.403417,66.581218],[-164.244585,65.781584],[-163.757138,65.436537],[-159.802787,65.436537],[-159.594663,65.524168],[-159.578232,64.921705],[-159.978049,64.746443],[-159.956141,64.050871],[-159.698725,63.793455],[-160.690051,63.536039],[-160.848882,63.010253],[-161.993563,63.010253],[-162.585072,63.273146],[-162.294794,63.541516],[-161.13916,63.503177],[-160.766728,63.771547],[-161.374669,64.532842],[-160.783159,64.719058],[-161.144637,64.921705],[-162.541257,64.532842],[-162.787719,64.324718],[-163.598306,64.565704],[-165.000403,64.434257],[-166.188899,64.576658],[-166.884471,65.140782],[-166.34773,65.277706],[-167.47598,65.414629],[-168.105828,65.682999],[-165.88219,66.312848],[-164.403417,66.581218]]]},\"id\":\"02180\"},\n{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-141.838422,65.463922],[-141.00045,65.841831],[-141.00045,61.903911],[-141.827468,61.898434],[-141.964392,62.511851],[-142.314916,62.681636],[-143.103595,62.615913],[-143.125503,63.114314],[-145.146494,63.136222],[-145.360095,63.223853],[-146.482868,63.174561],[-146.488345,63.481269],[-146.975792,63.481269],[-147.003177,64.258995],[-146.236405,64.308287],[-144.06206,64.680719],[-142.605194,65.392722],[-141.838422,65.463922]]]},\"id\":\"02240\"}]}"
  },
  {
    "path": "web-src/geo/us-states.json",
    "content": "{\"type\":\"FeatureCollection\",\"features\":[\n{\"type\":\"Feature\",\"id\":\"01\",\"properties\":{\"name\":\"AL\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-87.359296,35.00118],[-85.606675,34.984749],[-85.431413,34.124869],[-85.184951,32.859696],[-85.069935,32.580372],[-84.960397,32.421541],[-85.004212,32.322956],[-84.889196,32.262709],[-85.058981,32.13674],[-85.053504,32.01077],[-85.141136,31.840985],[-85.042551,31.539753],[-85.113751,31.27686],[-85.004212,31.003013],[-85.497137,30.997536],[-87.600282,30.997536],[-87.633143,30.86609],[-87.408589,30.674397],[-87.446927,30.510088],[-87.37025,30.427934],[-87.518128,30.280057],[-87.655051,30.247195],[-87.90699,30.411504],[-87.934375,30.657966],[-88.011052,30.685351],[-88.10416,30.499135],[-88.137022,30.318396],[-88.394438,30.367688],[-88.471115,31.895754],[-88.241084,33.796253],[-88.098683,34.891641],[-88.202745,34.995703],[-87.359296,35.00118]]]}},\n{\"type\":\"Feature\",\"id\":\"02\",\"properties\":{\"name\":\"AK\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-131.602021,55.117982],[-131.569159,55.28229],[-131.355558,55.183705],[-131.38842,55.01392],[-131.645836,55.035827],[-131.602021,55.117982]]],[[[-131.832052,55.42469],[-131.645836,55.304197],[-131.749898,55.128935],[-131.832052,55.189182],[-131.832052,55.42469]]],[[[-132.976733,56.437924],[-132.735747,56.459832],[-132.631685,56.421493],[-132.664547,56.273616],[-132.878148,56.240754],[-133.069841,56.333862],[-132.976733,56.437924]]],[[[-133.595627,56.350293],[-133.162949,56.317431],[-133.05341,56.125739],[-132.620732,55.912138],[-132.472854,55.780691],[-132.4619,55.671152],[-132.357838,55.649245],[-132.341408,55.506844],[-132.166146,55.364444],[-132.144238,55.238474],[-132.029222,55.276813],[-131.97993,55.178228],[-131.958022,54.789365],[-132.029222,54.701734],[-132.308546,54.718165],[-132.385223,54.915335],[-132.483808,54.898904],[-132.686455,55.046781],[-132.746701,54.997489],[-132.916486,55.046781],[-132.889102,54.898904],[-132.73027,54.937242],[-132.626209,54.882473],[-132.675501,54.679826],[-132.867194,54.701734],[-133.157472,54.95915],[-133.239626,55.090597],[-133.223195,55.22752],[-133.453227,55.216566],[-133.453227,55.320628],[-133.277964,55.331582],[-133.102702,55.42469],[-133.17938,55.588998],[-133.387503,55.62186],[-133.420365,55.884753],[-133.497042,56.0162],[-133.639442,55.923092],[-133.694212,56.070969],[-133.546335,56.142169],[-133.666827,56.311955],[-133.595627,56.350293]]],[[[-133.738027,55.556137],[-133.546335,55.490413],[-133.414888,55.572568],[-133.283441,55.534229],[-133.420365,55.386352],[-133.633966,55.430167],[-133.738027,55.556137]]],[[[-133.907813,56.930849],[-134.050213,57.029434],[-133.885905,57.095157],[-133.343688,57.002049],[-133.102702,57.007526],[-132.932917,56.82131],[-132.620732,56.667956],[-132.653593,56.55294],[-132.817901,56.492694],[-133.042456,56.520078],[-133.201287,56.448878],[-133.420365,56.492694],[-133.66135,56.448878],[-133.710643,56.684386],[-133.688735,56.837741],[-133.869474,56.843218],[-133.907813,56.930849]]],[[[-134.115936,56.48174],[-134.25286,56.558417],[-134.400737,56.722725],[-134.417168,56.848695],[-134.296675,56.908941],[-134.170706,56.848695],[-134.143321,56.952757],[-133.748981,56.772017],[-133.710643,56.596755],[-133.847566,56.574848],[-133.935197,56.377678],[-133.836612,56.322908],[-133.957105,56.092877],[-134.110459,56.142169],[-134.132367,55.999769],[-134.230952,56.070969],[-134.291198,56.350293],[-134.115936,56.48174]]],[[[-134.636246,56.28457],[-134.669107,56.169554],[-134.806031,56.235277],[-135.178463,56.67891],[-135.413971,56.810356],[-135.331817,56.914418],[-135.424925,57.166357],[-135.687818,57.369004],[-135.419448,57.566174],[-135.298955,57.48402],[-135.063447,57.418296],[-134.849846,57.407343],[-134.844369,57.248511],[-134.636246,56.728202],[-134.636246,56.28457]]],[[[-134.712923,58.223407],[-134.373353,58.14673],[-134.176183,58.157683],[-134.187137,58.081006],[-133.902336,57.807159],[-134.099505,57.850975],[-134.148798,57.757867],[-133.935197,57.615466],[-133.869474,57.363527],[-134.083075,57.297804],[-134.154275,57.210173],[-134.499322,57.029434],[-134.603384,57.034911],[-134.6472,57.226604],[-134.575999,57.341619],[-134.608861,57.511404],[-134.729354,57.719528],[-134.707446,57.829067],[-134.784123,58.097437],[-134.91557,58.212453],[-134.953908,58.409623],[-134.712923,58.223407]]],[[[-135.857603,57.330665],[-135.715203,57.330665],[-135.567326,57.149926],[-135.633049,57.023957],[-135.857603,56.996572],[-135.824742,57.193742],[-135.857603,57.330665]]],[[[-136.279328,58.206976],[-135.978096,58.201499],[-135.780926,58.28913],[-135.496125,58.168637],[-135.64948,58.037191],[-135.59471,57.987898],[-135.45231,58.135776],[-135.107263,58.086483],[-134.91557,57.976944],[-135.025108,57.779775],[-134.937477,57.763344],[-134.822462,57.500451],[-135.085355,57.462112],[-135.572802,57.675713],[-135.556372,57.456635],[-135.709726,57.369004],[-135.890465,57.407343],[-136.000004,57.544266],[-136.208128,57.637374],[-136.366959,57.829067],[-136.569606,57.916698],[-136.558652,58.075529],[-136.421728,58.130299],[-136.377913,58.267222],[-136.279328,58.206976]]],[[[-147.079854,60.200582],[-147.501579,59.948643],[-147.53444,59.850058],[-147.874011,59.784335],[-147.80281,59.937689],[-147.435855,60.09652],[-147.205824,60.271782],[-147.079854,60.200582]]],[[[-147.561825,60.578491],[-147.616594,60.370367],[-147.758995,60.156767],[-147.956165,60.227967],[-147.791856,60.474429],[-147.561825,60.578491]]],[[[-147.786379,70.245291],[-147.682318,70.201475],[-147.162008,70.15766],[-146.888161,70.185044],[-146.510252,70.185044],[-146.099482,70.146706],[-145.858496,70.168614],[-145.622988,70.08646],[-145.195787,69.993352],[-144.620708,69.971444],[-144.461877,70.026213],[-144.078491,70.059075],[-143.914183,70.130275],[-143.497935,70.141229],[-143.503412,70.091936],[-143.25695,70.119321],[-142.747594,70.042644],[-142.402547,69.916674],[-142.079408,69.856428],[-142.008207,69.801659],[-141.712453,69.790705],[-141.433129,69.697597],[-141.378359,69.63735],[-141.208574,69.686643],[-141.00045,69.648304],[-141.00045,60.304644],[-140.53491,60.22249],[-140.474664,60.310121],[-139.987216,60.184151],[-139.696939,60.342983],[-139.088998,60.359413],[-139.198537,60.091043],[-139.045183,59.997935],[-138.700135,59.910304],[-138.623458,59.767904],[-137.604747,59.242118],[-137.445916,58.908024],[-137.265177,59.001132],[-136.827022,59.159963],[-136.580559,59.16544],[-136.465544,59.285933],[-136.476498,59.466672],[-136.301236,59.466672],[-136.25742,59.625503],[-135.945234,59.663842],[-135.479694,59.800766],[-135.025108,59.565257],[-135.068924,59.422857],[-134.959385,59.280456],[-134.701969,59.247595],[-134.378829,59.033994],[-134.400737,58.973748],[-134.25286,58.858732],[-133.842089,58.727285],[-133.173903,58.152206],[-133.075318,57.998852],[-132.867194,57.845498],[-132.560485,57.505928],[-132.253777,57.21565],[-132.368792,57.095157],[-132.05113,57.051341],[-132.127807,56.876079],[-131.870391,56.804879],[-131.837529,56.602232],[-131.580113,56.613186],[-131.087188,56.405062],[-130.78048,56.366724],[-130.621648,56.268139],[-130.468294,56.240754],[-130.424478,56.142169],[-130.101339,56.114785],[-130.002754,55.994292],[-130.150631,55.769737],[-130.128724,55.583521],[-129.986323,55.276813],[-130.095862,55.200136],[-130.336847,54.920812],[-130.687372,54.718165],[-130.785957,54.822227],[-130.917403,54.789365],[-131.010511,54.997489],[-130.983126,55.08512],[-131.092665,55.189182],[-130.862634,55.298721],[-130.928357,55.337059],[-131.158389,55.200136],[-131.284358,55.287767],[-131.426759,55.238474],[-131.843006,55.457552],[-131.700606,55.698537],[-131.963499,55.616383],[-131.974453,55.49589],[-132.182576,55.588998],[-132.226392,55.704014],[-132.083991,55.829984],[-132.127807,55.955953],[-132.324977,55.851892],[-132.522147,56.076446],[-132.642639,56.032631],[-132.719317,56.218847],[-132.527624,56.339339],[-132.341408,56.339339],[-132.396177,56.487217],[-132.297592,56.67891],[-132.450946,56.673433],[-132.768609,56.837741],[-132.993164,57.034911],[-133.51895,57.177311],[-133.507996,57.577128],[-133.677781,57.62642],[-133.639442,57.790728],[-133.814705,57.834544],[-134.072121,58.053622],[-134.143321,58.168637],[-134.586953,58.206976],[-135.074401,58.502731],[-135.282525,59.192825],[-135.38111,59.033994],[-135.337294,58.891593],[-135.140124,58.617746],[-135.189417,58.573931],[-135.05797,58.349376],[-135.085355,58.201499],[-135.277048,58.234361],[-135.430402,58.398669],[-135.633049,58.426053],[-135.91785,58.382238],[-135.912373,58.617746],[-136.087635,58.814916],[-136.246466,58.75467],[-136.876314,58.962794],[-136.931084,58.902547],[-136.586036,58.836824],[-136.317666,58.672516],[-136.213604,58.667039],[-136.180743,58.535592],[-136.043819,58.382238],[-136.388867,58.294607],[-136.591513,58.349376],[-136.59699,58.212453],[-136.859883,58.316515],[-136.947514,58.393192],[-137.111823,58.393192],[-137.566409,58.590362],[-137.900502,58.765624],[-137.933364,58.869686],[-138.11958,59.02304],[-138.634412,59.132579],[-138.919213,59.247595],[-139.417615,59.379041],[-139.746231,59.505011],[-139.718846,59.641934],[-139.625738,59.598119],[-139.5162,59.68575],[-139.625738,59.88292],[-139.488815,59.992458],[-139.554538,60.041751],[-139.801,59.833627],[-140.315833,59.696704],[-140.92925,59.745996],[-141.444083,59.871966],[-141.46599,59.970551],[-141.706976,59.948643],[-141.964392,60.019843],[-142.539471,60.085566],[-142.873564,60.091043],[-143.623905,60.036274],[-143.892275,59.997935],[-144.231845,60.140336],[-144.65357,60.206059],[-144.785016,60.29369],[-144.834309,60.441568],[-145.124586,60.430614],[-145.223171,60.299167],[-145.738004,60.474429],[-145.820158,60.551106],[-146.351421,60.408706],[-146.608837,60.238921],[-146.718376,60.397752],[-146.608837,60.485383],[-146.455483,60.463475],[-145.951604,60.578491],[-146.017328,60.666122],[-146.252836,60.622307],[-146.345944,60.737322],[-146.565022,60.753753],[-146.784099,61.044031],[-146.866253,60.972831],[-147.172962,60.934492],[-147.271547,60.972831],[-147.375609,60.879723],[-147.758995,60.912584],[-147.775426,60.808523],[-148.032842,60.781138],[-148.153334,60.819476],[-148.065703,61.005692],[-148.175242,61.000215],[-148.350504,60.803046],[-148.109519,60.737322],[-148.087611,60.594922],[-147.939734,60.441568],[-148.027365,60.277259],[-148.219058,60.332029],[-148.273827,60.249875],[-148.087611,60.217013],[-147.983549,59.997935],[-148.251919,59.95412],[-148.399797,59.997935],[-148.635305,59.937689],[-148.755798,59.986981],[-149.067984,59.981505],[-149.05703,60.063659],[-149.204907,60.008889],[-149.287061,59.904827],[-149.418508,59.997935],[-149.582816,59.866489],[-149.511616,59.806242],[-149.741647,59.729565],[-149.949771,59.718611],[-150.031925,59.61455],[-150.25648,59.521442],[-150.409834,59.554303],[-150.579619,59.444764],[-150.716543,59.450241],[-151.001343,59.225687],[-151.308052,59.209256],[-151.406637,59.280456],[-151.592853,59.159963],[-151.976239,59.253071],[-151.888608,59.422857],[-151.636669,59.483103],[-151.47236,59.472149],[-151.423068,59.537872],[-151.127313,59.669319],[-151.116359,59.778858],[-151.505222,59.63098],[-151.828361,59.718611],[-151.8667,59.778858],[-151.702392,60.030797],[-151.423068,60.211536],[-151.379252,60.359413],[-151.297098,60.386798],[-151.264237,60.545629],[-151.406637,60.720892],[-151.06159,60.786615],[-150.404357,61.038554],[-150.245526,60.939969],[-150.042879,60.912584],[-149.741647,61.016646],[-150.075741,61.15357],[-150.207187,61.257632],[-150.47008,61.246678],[-150.656296,61.29597],[-150.711066,61.252155],[-151.023251,61.180954],[-151.165652,61.044031],[-151.477837,61.011169],[-151.800977,60.852338],[-151.833838,60.748276],[-152.080301,60.693507],[-152.13507,60.578491],[-152.310332,60.507291],[-152.392486,60.304644],[-152.732057,60.173197],[-152.567748,60.069136],[-152.704672,59.915781],[-153.022334,59.888397],[-153.049719,59.691227],[-153.345474,59.620026],[-153.438582,59.702181],[-153.586459,59.548826],[-153.761721,59.543349],[-153.72886,59.433811],[-154.117723,59.368087],[-154.1944,59.066856],[-153.750768,59.050425],[-153.400243,58.968271],[-153.301658,58.869686],[-153.444059,58.710854],[-153.679567,58.612269],[-153.898645,58.606793],[-153.920553,58.519161],[-154.062953,58.4863],[-153.99723,58.376761],[-154.145107,58.212453],[-154.46277,58.059098],[-154.643509,58.059098],[-154.818771,58.004329],[-154.988556,58.015283],[-155.120003,57.955037],[-155.081664,57.872883],[-155.328126,57.829067],[-155.377419,57.708574],[-155.547204,57.785251],[-155.73342,57.549743],[-156.045606,57.566174],[-156.023698,57.440204],[-156.209914,57.473066],[-156.34136,57.418296],[-156.34136,57.248511],[-156.549484,56.985618],[-156.883577,56.952757],[-157.157424,56.832264],[-157.20124,56.766541],[-157.376502,56.859649],[-157.672257,56.607709],[-157.754411,56.67891],[-157.918719,56.657002],[-157.957058,56.514601],[-158.126843,56.459832],[-158.32949,56.48174],[-158.488321,56.339339],[-158.208997,56.295524],[-158.510229,55.977861],[-159.375585,55.873799],[-159.616571,55.594475],[-159.676817,55.654722],[-159.643955,55.829984],[-159.813741,55.857368],[-160.027341,55.791645],[-160.060203,55.720445],[-160.394296,55.605429],[-160.536697,55.473983],[-160.580512,55.567091],[-160.668143,55.457552],[-160.865313,55.528752],[-161.232268,55.358967],[-161.506115,55.364444],[-161.467776,55.49589],[-161.588269,55.62186],[-161.697808,55.517798],[-161.686854,55.408259],[-162.053809,55.074166],[-162.179779,55.15632],[-162.218117,55.03035],[-162.470057,55.052258],[-162.508395,55.249428],[-162.661749,55.293244],[-162.716519,55.222043],[-162.579595,55.134412],[-162.645319,54.997489],[-162.847965,54.926289],[-163.00132,55.079643],[-163.187536,55.090597],[-163.220397,55.03035],[-163.034181,54.942719],[-163.373752,54.800319],[-163.14372,54.76198],[-163.138243,54.696257],[-163.329936,54.74555],[-163.587352,54.614103],[-164.085754,54.61958],[-164.332216,54.531949],[-164.354124,54.466226],[-164.638925,54.389548],[-164.847049,54.416933],[-164.918249,54.603149],[-164.710125,54.663395],[-164.551294,54.88795],[-164.34317,54.893427],[-163.894061,55.041304],[-163.532583,55.046781],[-163.39566,54.904381],[-163.291598,55.008443],[-163.313505,55.128935],[-163.105382,55.183705],[-162.880827,55.183705],[-162.579595,55.446598],[-162.245502,55.682106],[-161.807347,55.89023],[-161.292514,55.983338],[-161.078914,55.939523],[-160.87079,55.999769],[-160.816021,55.912138],[-160.931036,55.813553],[-160.805067,55.736876],[-160.766728,55.857368],[-160.509312,55.868322],[-160.438112,55.791645],[-160.27928,55.76426],[-160.273803,55.857368],[-160.536697,55.939523],[-160.558604,55.994292],[-160.383342,56.251708],[-160.147834,56.399586],[-159.830171,56.541986],[-159.326293,56.667956],[-158.959338,56.848695],[-158.784076,56.782971],[-158.641675,56.810356],[-158.701922,56.925372],[-158.658106,57.034911],[-158.378782,57.264942],[-157.995396,57.41282],[-157.688688,57.609989],[-157.705118,57.719528],[-157.458656,58.497254],[-157.07527,58.705377],[-157.119086,58.869686],[-158.039212,58.634177],[-158.32949,58.661562],[-158.40069,58.760147],[-158.564998,58.803962],[-158.619768,58.913501],[-158.767645,58.864209],[-158.860753,58.694424],[-158.701922,58.480823],[-158.893615,58.387715],[-159.0634,58.420577],[-159.392016,58.760147],[-159.616571,58.929932],[-159.731586,58.929932],[-159.808264,58.803962],[-159.906848,58.782055],[-160.054726,58.886116],[-160.235465,58.902547],[-160.317619,59.072332],[-160.854359,58.88064],[-161.33633,58.743716],[-161.374669,58.667039],[-161.752577,58.552023],[-161.938793,58.656085],[-161.769008,58.776578],[-161.829255,59.061379],[-161.955224,59.36261],[-161.703285,59.48858],[-161.911409,59.740519],[-162.092148,59.88292],[-162.234548,60.091043],[-162.448149,60.178674],[-162.502918,59.997935],[-162.760334,59.959597],[-163.171105,59.844581],[-163.66403,59.795289],[-163.9324,59.806242],[-164.162431,59.866489],[-164.189816,60.02532],[-164.386986,60.074613],[-164.699171,60.29369],[-164.962064,60.337506],[-165.268773,60.578491],[-165.060649,60.68803],[-165.016834,60.890677],[-165.175665,60.846861],[-165.197573,60.972831],[-165.120896,61.076893],[-165.323543,61.170001],[-165.34545,61.071416],[-165.591913,61.109754],[-165.624774,61.279539],[-165.816467,61.301447],[-165.920529,61.416463],[-165.915052,61.558863],[-166.106745,61.49314],[-166.139607,61.630064],[-165.904098,61.662925],[-166.095791,61.81628],[-165.756221,61.827233],[-165.756221,62.013449],[-165.674067,62.139419],[-165.044219,62.539236],[-164.912772,62.659728],[-164.819664,62.637821],[-164.874433,62.807606],[-164.633448,63.097884],[-164.425324,63.212899],[-164.036462,63.262192],[-163.73523,63.212899],[-163.313505,63.037637],[-163.039658,63.059545],[-162.661749,63.22933],[-162.272887,63.486746],[-162.075717,63.514131],[-162.026424,63.448408],[-161.555408,63.448408],[-161.13916,63.503177],[-160.766728,63.771547],[-160.766728,63.837271],[-160.952944,64.08921],[-160.974852,64.237087],[-161.26513,64.395918],[-161.374669,64.532842],[-161.078914,64.494503],[-160.79959,64.609519],[-160.783159,64.719058],[-161.144637,64.921705],[-161.413007,64.762873],[-161.664946,64.790258],[-161.900455,64.702627],[-162.168825,64.680719],[-162.234548,64.620473],[-162.541257,64.532842],[-162.634365,64.384965],[-162.787719,64.324718],[-162.858919,64.49998],[-163.045135,64.538319],[-163.176582,64.401395],[-163.253259,64.467119],[-163.598306,64.565704],[-164.304832,64.560227],[-164.80871,64.450688],[-165.000403,64.434257],[-165.411174,64.49998],[-166.188899,64.576658],[-166.391546,64.636904],[-166.484654,64.735489],[-166.413454,64.872412],[-166.692778,64.987428],[-166.638008,65.113398],[-166.462746,65.179121],[-166.517516,65.337952],[-166.796839,65.337952],[-167.026871,65.381768],[-167.47598,65.414629],[-167.711489,65.496784],[-168.072967,65.578938],[-168.105828,65.682999],[-167.541703,65.819923],[-166.829701,66.049954],[-166.3313,66.186878],[-166.046499,66.110201],[-165.756221,66.09377],[-165.690498,66.203309],[-165.86576,66.21974],[-165.88219,66.312848],[-165.186619,66.466202],[-164.403417,66.581218],[-163.981692,66.592172],[-163.751661,66.553833],[-163.872153,66.389525],[-163.828338,66.274509],[-163.915969,66.192355],[-163.768091,66.060908],[-163.494244,66.082816],[-163.149197,66.060908],[-162.749381,66.088293],[-162.634365,66.039001],[-162.371472,66.028047],[-162.14144,66.077339],[-161.840208,66.02257],[-161.549931,66.241647],[-161.341807,66.252601],[-161.199406,66.208786],[-161.128206,66.334755],[-161.528023,66.395002],[-161.911409,66.345709],[-161.87307,66.510017],[-162.174302,66.68528],[-162.502918,66.740049],[-162.601503,66.89888],[-162.344087,66.937219],[-162.015471,66.778388],[-162.075717,66.652418],[-161.916886,66.553833],[-161.571838,66.438817],[-161.489684,66.55931],[-161.884024,66.718141],[-161.714239,67.002942],[-161.851162,67.052235],[-162.240025,66.991988],[-162.639842,67.008419],[-162.700088,67.057712],[-162.902735,67.008419],[-163.740707,67.128912],[-163.757138,67.254881],[-164.009077,67.534205],[-164.211724,67.638267],[-164.534863,67.725898],[-165.192096,67.966884],[-165.493328,68.059992],[-165.794559,68.081899],[-166.243668,68.246208],[-166.681824,68.339316],[-166.703731,68.372177],[-166.375115,68.42147],[-166.227238,68.574824],[-166.216284,68.881533],[-165.329019,68.859625],[-164.255539,68.930825],[-163.976215,68.985595],[-163.532583,69.138949],[-163.110859,69.374457],[-163.023228,69.609966],[-162.842489,69.812613],[-162.470057,69.982398],[-162.311225,70.108367],[-161.851162,70.311014],[-161.779962,70.256245],[-161.396576,70.239814],[-160.837928,70.343876],[-160.487404,70.453415],[-159.649432,70.792985],[-159.33177,70.809416],[-159.298908,70.760123],[-158.975769,70.798462],[-158.658106,70.787508],[-158.033735,70.831323],[-157.420318,70.979201],[-156.812377,71.285909],[-156.565915,71.351633],[-156.522099,71.296863],[-155.585543,71.170894],[-155.508865,71.083263],[-155.832005,70.968247],[-155.979882,70.96277],[-155.974405,70.809416],[-155.503388,70.858708],[-155.476004,70.940862],[-155.262403,71.017539],[-155.191203,70.973724],[-155.032372,71.148986],[-154.566832,70.990155],[-154.643509,70.869662],[-154.353231,70.8368],[-154.183446,70.7656],[-153.931507,70.880616],[-153.487874,70.886093],[-153.235935,70.924431],[-152.589656,70.886093],[-152.26104,70.842277],[-152.419871,70.606769],[-151.817408,70.546523],[-151.773592,70.486276],[-151.187559,70.382214],[-151.182082,70.431507],[-150.760358,70.49723],[-150.355064,70.491753],[-150.349588,70.436984],[-150.114079,70.431507],[-149.867617,70.508184],[-149.462323,70.519138],[-149.177522,70.486276],[-148.78866,70.404122],[-148.607921,70.420553],[-148.350504,70.305537],[-148.202627,70.349353],[-147.961642,70.316491],[-147.786379,70.245291]]],[[[-152.94018,58.026237],[-152.945657,57.982421],[-153.290705,58.048145],[-153.044242,58.305561],[-152.819688,58.327469],[-152.666333,58.562977],[-152.496548,58.354853],[-152.354148,58.426053],[-152.080301,58.311038],[-152.080301,58.152206],[-152.480117,58.130299],[-152.655379,58.059098],[-152.94018,58.026237]]],[[[-153.958891,57.538789],[-153.67409,57.670236],[-153.931507,57.69762],[-153.936983,57.812636],[-153.723383,57.889313],[-153.570028,57.834544],[-153.548121,57.719528],[-153.46049,57.796205],[-153.455013,57.96599],[-153.268797,57.889313],[-153.235935,57.998852],[-153.071627,57.933129],[-152.874457,57.933129],[-152.721103,57.993375],[-152.469163,57.889313],[-152.469163,57.599035],[-152.151501,57.620943],[-152.359625,57.42925],[-152.74301,57.505928],[-152.60061,57.379958],[-152.710149,57.275896],[-152.907319,57.325188],[-152.912796,57.128019],[-153.214027,57.073249],[-153.312612,56.991095],[-153.498828,57.067772],[-153.695998,56.859649],[-153.849352,56.837741],[-154.013661,56.744633],[-154.073907,56.969187],[-154.303938,56.848695],[-154.314892,56.919895],[-154.523016,56.991095],[-154.539447,57.193742],[-154.742094,57.275896],[-154.627078,57.511404],[-154.227261,57.659282],[-153.980799,57.648328],[-153.958891,57.538789]]],[[[-154.53397,56.602232],[-154.742094,56.399586],[-154.807817,56.432447],[-154.53397,56.602232]]],[[[-155.634835,55.923092],[-155.476004,55.912138],[-155.530773,55.704014],[-155.793666,55.731399],[-155.837482,55.802599],[-155.634835,55.923092]]],[[[-159.890418,55.28229],[-159.950664,55.068689],[-160.257373,54.893427],[-160.109495,55.161797],[-160.005433,55.134412],[-159.890418,55.28229]]],[[[-160.520266,55.358967],[-160.33405,55.358967],[-160.339527,55.249428],[-160.525743,55.128935],[-160.690051,55.211089],[-160.794113,55.134412],[-160.854359,55.320628],[-160.79959,55.380875],[-160.520266,55.358967]]],[[[-162.256456,54.981058],[-162.234548,54.893427],[-162.349564,54.838658],[-162.437195,54.931766],[-162.256456,54.981058]]],[[[-162.415287,63.634624],[-162.563165,63.536039],[-162.612457,63.62367],[-162.415287,63.634624]]],[[[-162.80415,54.488133],[-162.590549,54.449795],[-162.612457,54.367641],[-162.782242,54.373118],[-162.80415,54.488133]]],[[[-165.548097,54.29644],[-165.476897,54.181425],[-165.630251,54.132132],[-165.685021,54.252625],[-165.548097,54.29644]]],[[[-165.73979,54.15404],[-166.046499,54.044501],[-166.112222,54.121178],[-165.980775,54.219763],[-165.73979,54.15404]]],[[[-166.364161,60.359413],[-166.13413,60.397752],[-166.084837,60.326552],[-165.88219,60.342983],[-165.685021,60.277259],[-165.646682,59.992458],[-165.750744,59.89935],[-166.00816,59.844581],[-166.062929,59.745996],[-166.440838,59.855535],[-166.6161,59.850058],[-166.994009,59.992458],[-167.125456,59.992458],[-167.344534,60.074613],[-167.421211,60.206059],[-167.311672,60.238921],[-166.93924,60.206059],[-166.763978,60.310121],[-166.577762,60.321075],[-166.495608,60.392275],[-166.364161,60.359413]]],[[[-166.375115,54.01164],[-166.210807,53.934962],[-166.5449,53.748746],[-166.539423,53.715885],[-166.117699,53.852808],[-166.112222,53.776131],[-166.282007,53.683023],[-166.555854,53.622777],[-166.583239,53.529669],[-166.878994,53.431084],[-167.13641,53.425607],[-167.306195,53.332499],[-167.623857,53.250345],[-167.793643,53.337976],[-167.459549,53.442038],[-167.355487,53.425607],[-167.103548,53.513238],[-167.163794,53.611823],[-167.021394,53.715885],[-166.807793,53.666592],[-166.785886,53.732316],[-167.015917,53.754223],[-167.141887,53.825424],[-167.032348,53.945916],[-166.643485,54.017116],[-166.561331,53.880193],[-166.375115,54.01164]]],[[[-168.790446,53.157237],[-168.40706,53.34893],[-168.385152,53.431084],[-168.237275,53.524192],[-168.007243,53.568007],[-167.886751,53.518715],[-167.842935,53.387268],[-168.270136,53.244868],[-168.500168,53.036744],[-168.686384,52.965544],[-168.790446,53.157237]]],[[[-169.74891,52.894344],[-169.705095,52.795759],[-169.962511,52.790282],[-169.989896,52.856005],[-169.74891,52.894344]]],[[[-170.148727,57.221127],[-170.28565,57.128019],[-170.313035,57.221127],[-170.148727,57.221127]]],[[[-170.669036,52.697174],[-170.603313,52.604066],[-170.789529,52.538343],[-170.816914,52.636928],[-170.669036,52.697174]]],[[[-171.742517,63.716778],[-170.94836,63.5689],[-170.488297,63.69487],[-170.280174,63.683916],[-170.093958,63.612716],[-170.044665,63.492223],[-169.644848,63.4265],[-169.518879,63.366254],[-168.99857,63.338869],[-168.686384,63.295053],[-168.856169,63.147176],[-169.108108,63.180038],[-169.376478,63.152653],[-169.513402,63.08693],[-169.639372,62.939052],[-169.831064,63.075976],[-170.055619,63.169084],[-170.263743,63.180038],[-170.362328,63.2841],[-170.866206,63.415546],[-171.101715,63.421023],[-171.463193,63.306007],[-171.73704,63.366254],[-171.852055,63.486746],[-171.742517,63.716778]]],[[[-172.432611,52.390465],[-172.41618,52.275449],[-172.607873,52.253542],[-172.569535,52.352127],[-172.432611,52.390465]]],[[[-173.626584,52.14948],[-173.495138,52.105664],[-173.122706,52.111141],[-173.106275,52.07828],[-173.549907,52.028987],[-173.626584,52.14948]]],[[[-174.322156,52.280926],[-174.327632,52.379511],[-174.185232,52.41785],[-173.982585,52.319265],[-174.059262,52.226157],[-174.179755,52.231634],[-174.141417,52.127572],[-174.333109,52.116618],[-174.738403,52.007079],[-174.968435,52.039941],[-174.902711,52.116618],[-174.656249,52.105664],[-174.322156,52.280926]]],[[[-176.469116,51.853725],[-176.288377,51.870156],[-176.288377,51.744186],[-176.518409,51.760617],[-176.80321,51.61274],[-176.912748,51.80991],[-176.792256,51.815386],[-176.775825,51.963264],[-176.627947,51.968741],[-176.627947,51.859202],[-176.469116,51.853725]]],[[[-177.153734,51.946833],[-177.044195,51.897541],[-177.120872,51.727755],[-177.274226,51.678463],[-177.279703,51.782525],[-177.153734,51.946833]]],[[[-178.123152,51.919448],[-177.953367,51.913971],[-177.800013,51.793479],[-177.964321,51.651078],[-178.123152,51.919448]]],[[[173.107557,52.992929],[173.293773,52.927205],[173.304726,52.823143],[172.90491,52.762897],[172.642017,52.927205],[172.642017,53.003883],[173.107557,52.992929]]]]}},\n{\"type\":\"Feature\",\"id\":\"04\",\"properties\":{\"name\":\"AZ\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-109.042503,37.000263],[-109.04798,31.331629],[-111.074448,31.331629],[-112.246513,31.704061],[-114.815198,32.492741],[-114.72209,32.717295],[-114.524921,32.755634],[-114.470151,32.843265],[-114.524921,33.029481],[-114.661844,33.034958],[-114.727567,33.40739],[-114.524921,33.54979],[-114.497536,33.697668],[-114.535874,33.933176],[-114.415382,34.108438],[-114.256551,34.174162],[-114.136058,34.305608],[-114.333228,34.448009],[-114.470151,34.710902],[-114.634459,34.87521],[-114.634459,35.00118],[-114.574213,35.138103],[-114.596121,35.324319],[-114.678275,35.516012],[-114.738521,36.102045],[-114.371566,36.140383],[-114.251074,36.01989],[-114.152489,36.025367],[-114.048427,36.195153],[-114.048427,37.000263],[-110.499369,37.00574],[-109.042503,37.000263]]]}},\n{\"type\":\"Feature\",\"id\":\"05\",\"properties\":{\"name\":\"AR\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-94.473842,36.501861],[-90.152536,36.496384],[-90.064905,36.304691],[-90.218259,36.184199],[-90.377091,35.997983],[-89.730812,35.997983],[-89.763673,35.811767],[-89.911551,35.756997],[-89.944412,35.603643],[-90.130628,35.439335],[-90.114197,35.198349],[-90.212782,35.023087],[-90.311367,34.995703],[-90.251121,34.908072],[-90.409952,34.831394],[-90.481152,34.661609],[-90.585214,34.617794],[-90.568783,34.420624],[-90.749522,34.365854],[-90.744046,34.300131],[-90.952169,34.135823],[-90.891923,34.026284],[-91.072662,33.867453],[-91.231493,33.560744],[-91.056231,33.429298],[-91.143862,33.347144],[-91.089093,33.13902],[-91.16577,33.002096],[-93.608485,33.018527],[-94.041164,33.018527],[-94.041164,33.54979],[-94.183564,33.593606],[-94.380734,33.544313],[-94.484796,33.637421],[-94.430026,35.395519],[-94.616242,36.501861],[-94.473842,36.501861]]]}},\n{\"type\":\"Feature\",\"id\":\"06\",\"properties\":{\"name\":\"CA\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-123.233256,42.006186],[-122.378853,42.011663],[-121.037003,41.995232],[-120.001861,41.995232],[-119.996384,40.264519],[-120.001861,38.999346],[-118.71478,38.101128],[-117.498899,37.21934],[-116.540435,36.501861],[-115.85034,35.970598],[-114.634459,35.00118],[-114.634459,34.87521],[-114.470151,34.710902],[-114.333228,34.448009],[-114.136058,34.305608],[-114.256551,34.174162],[-114.415382,34.108438],[-114.535874,33.933176],[-114.497536,33.697668],[-114.524921,33.54979],[-114.727567,33.40739],[-114.661844,33.034958],[-114.524921,33.029481],[-114.470151,32.843265],[-114.524921,32.755634],[-114.72209,32.717295],[-116.04751,32.624187],[-117.126467,32.536556],[-117.24696,32.668003],[-117.252437,32.876127],[-117.329114,33.122589],[-117.471515,33.297851],[-117.7837,33.538836],[-118.183517,33.763391],[-118.260194,33.703145],[-118.413548,33.741483],[-118.391641,33.840068],[-118.566903,34.042715],[-118.802411,33.998899],[-119.218659,34.146777],[-119.278905,34.26727],[-119.558229,34.415147],[-119.875891,34.40967],[-120.138784,34.475393],[-120.472878,34.448009],[-120.64814,34.579455],[-120.609801,34.858779],[-120.670048,34.902595],[-120.631709,35.099764],[-120.894602,35.247642],[-120.905556,35.450289],[-121.004141,35.461243],[-121.168449,35.636505],[-121.283465,35.674843],[-121.332757,35.784382],[-121.716143,36.195153],[-121.896882,36.315645],[-121.935221,36.638785],[-121.858544,36.6114],[-121.787344,36.803093],[-121.929744,36.978355],[-122.105006,36.956447],[-122.335038,37.115279],[-122.417192,37.241248],[-122.400761,37.361741],[-122.515777,37.520572],[-122.515777,37.783465],[-122.329561,37.783465],[-122.406238,38.15042],[-122.488392,38.112082],[-122.504823,37.931343],[-122.701993,37.893004],[-122.937501,38.029928],[-122.97584,38.265436],[-123.129194,38.451652],[-123.331841,38.566668],[-123.44138,38.698114],[-123.737134,38.95553],[-123.687842,39.032208],[-123.824765,39.366301],[-123.764519,39.552517],[-123.85215,39.831841],[-124.109566,40.105688],[-124.361506,40.259042],[-124.410798,40.439781],[-124.158859,40.877937],[-124.109566,41.025814],[-124.158859,41.14083],[-124.065751,41.442061],[-124.147905,41.715908],[-124.257444,41.781632],[-124.213628,42.000709],[-123.233256,42.006186]]]}},\n{\"type\":\"Feature\",\"id\":\"08\",\"properties\":{\"name\":\"CO\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-107.919731,41.003906],[-105.728954,40.998429],[-104.053011,41.003906],[-102.053927,41.003906],[-102.053927,40.001626],[-102.042974,36.994786],[-103.001438,37.000263],[-104.337812,36.994786],[-106.868158,36.994786],[-107.421329,37.000263],[-109.042503,37.000263],[-109.042503,38.166851],[-109.058934,38.27639],[-109.053457,39.125316],[-109.04798,40.998429],[-107.919731,41.003906]]]}},\n{\"type\":\"Feature\",\"id\":\"09\",\"properties\":{\"name\":\"CT\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-73.053528,42.039048],[-71.799309,42.022617],[-71.799309,42.006186],[-71.799309,41.414677],[-71.859555,41.321569],[-71.947186,41.338],[-72.385341,41.261322],[-72.905651,41.28323],[-73.130205,41.146307],[-73.371191,41.102491],[-73.655992,40.987475],[-73.727192,41.102491],[-73.48073,41.21203],[-73.55193,41.294184],[-73.486206,42.050002],[-73.053528,42.039048]]]}},\n{\"type\":\"Feature\",\"id\":\"10\",\"properties\":{\"name\":\"DE\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-75.414089,39.804456],[-75.507197,39.683964],[-75.611259,39.61824],[-75.589352,39.459409],[-75.441474,39.311532],[-75.403136,39.065069],[-75.189535,38.807653],[-75.09095,38.796699],[-75.047134,38.451652],[-75.693413,38.462606],[-75.786521,39.722302],[-75.616736,39.831841],[-75.414089,39.804456]]]}},\n{\"type\":\"Feature\",\"id\":\"11\",\"properties\":{\"name\":\"DC\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-77.035264,38.993869],[-76.909294,38.895284],[-77.040741,38.791222],[-77.117418,38.933623],[-77.035264,38.993869]]]}},\n{\"type\":\"Feature\",\"id\":\"12\",\"properties\":{\"name\":\"FL\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-85.497137,30.997536],[-85.004212,31.003013],[-84.867289,30.712735],[-83.498053,30.647012],[-82.216449,30.570335],[-82.167157,30.356734],[-82.046664,30.362211],[-82.002849,30.564858],[-82.041187,30.751074],[-81.948079,30.827751],[-81.718048,30.745597],[-81.444201,30.707258],[-81.383954,30.27458],[-81.257985,29.787132],[-80.967707,29.14633],[-80.524075,28.461713],[-80.589798,28.41242],[-80.56789,28.094758],[-80.381674,27.738757],[-80.091397,27.021277],[-80.03115,26.796723],[-80.036627,26.566691],[-80.146166,25.739673],[-80.239274,25.723243],[-80.337859,25.465826],[-80.304997,25.383672],[-80.49669,25.197456],[-80.573367,25.241272],[-80.759583,25.164595],[-81.077246,25.120779],[-81.170354,25.224841],[-81.126538,25.378195],[-81.351093,25.821827],[-81.526355,25.903982],[-81.679709,25.843735],[-81.800202,26.090198],[-81.833064,26.292844],[-82.041187,26.517399],[-82.09048,26.665276],[-82.057618,26.878877],[-82.172634,26.917216],[-82.145249,26.791246],[-82.249311,26.758384],[-82.566974,27.300601],[-82.692943,27.437525],[-82.391711,27.837342],[-82.588881,27.815434],[-82.720328,27.689464],[-82.851774,27.886634],[-82.676512,28.434328],[-82.643651,28.888914],[-82.764143,28.998453],[-82.802482,29.14633],[-82.994175,29.179192],[-83.218729,29.420177],[-83.399469,29.518762],[-83.410422,29.66664],[-83.536392,29.721409],[-83.640454,29.885717],[-84.02384,30.104795],[-84.357933,30.055502],[-84.341502,29.902148],[-84.451041,29.929533],[-84.867289,29.743317],[-85.310921,29.699501],[-85.299967,29.80904],[-85.404029,29.940487],[-85.924338,30.236241],[-86.29677,30.362211],[-86.630863,30.395073],[-86.910187,30.373165],[-87.518128,30.280057],[-87.37025,30.427934],[-87.446927,30.510088],[-87.408589,30.674397],[-87.633143,30.86609],[-87.600282,30.997536],[-85.497137,30.997536]]]}},\n{\"type\":\"Feature\",\"id\":\"13\",\"properties\":{\"name\":\"GA\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-83.109191,35.00118],[-83.322791,34.787579],[-83.339222,34.683517],[-83.005129,34.469916],[-82.901067,34.486347],[-82.747713,34.26727],[-82.714851,34.152254],[-82.55602,33.94413],[-82.325988,33.81816],[-82.194542,33.631944],[-81.926172,33.462159],[-81.937125,33.347144],[-81.761863,33.160928],[-81.493493,33.007573],[-81.42777,32.843265],[-81.416816,32.629664],[-81.279893,32.558464],[-81.121061,32.290094],[-81.115584,32.120309],[-80.885553,32.032678],[-81.132015,31.693108],[-81.175831,31.517845],[-81.279893,31.364491],[-81.290846,31.20566],[-81.400385,31.13446],[-81.444201,30.707258],[-81.718048,30.745597],[-81.948079,30.827751],[-82.041187,30.751074],[-82.002849,30.564858],[-82.046664,30.362211],[-82.167157,30.356734],[-82.216449,30.570335],[-83.498053,30.647012],[-84.867289,30.712735],[-85.004212,31.003013],[-85.113751,31.27686],[-85.042551,31.539753],[-85.141136,31.840985],[-85.053504,32.01077],[-85.058981,32.13674],[-84.889196,32.262709],[-85.004212,32.322956],[-84.960397,32.421541],[-85.069935,32.580372],[-85.184951,32.859696],[-85.431413,34.124869],[-85.606675,34.984749],[-84.319594,34.990226],[-83.618546,34.984749],[-83.109191,35.00118]]]}},\n{\"type\":\"Feature\",\"id\":\"15\",\"properties\":{\"name\":\"HI\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-155.634835,18.948267],[-155.881297,19.035898],[-155.919636,19.123529],[-155.886774,19.348084],[-156.062036,19.73147],[-155.925113,19.857439],[-155.826528,20.032702],[-155.897728,20.147717],[-155.87582,20.26821],[-155.596496,20.12581],[-155.284311,20.021748],[-155.092618,19.868393],[-155.092618,19.736947],[-154.807817,19.523346],[-154.983079,19.348084],[-155.295265,19.26593],[-155.514342,19.134483],[-155.634835,18.948267]]],[[[-156.587823,21.029505],[-156.472807,20.892581],[-156.324929,20.952827],[-156.00179,20.793996],[-156.051082,20.651596],[-156.379699,20.580396],[-156.445422,20.60778],[-156.461853,20.783042],[-156.631638,20.821381],[-156.697361,20.919966],[-156.587823,21.029505]]],[[[-156.982162,21.210244],[-157.080747,21.106182],[-157.310779,21.106182],[-157.239579,21.221198],[-156.982162,21.210244]]],[[[-157.951581,21.697691],[-157.842042,21.462183],[-157.896811,21.325259],[-158.110412,21.303352],[-158.252813,21.582676],[-158.126843,21.588153],[-157.951581,21.697691]]],[[[-159.468693,22.228955],[-159.353678,22.218001],[-159.298908,22.113939],[-159.33177,21.966061],[-159.446786,21.872953],[-159.764448,21.987969],[-159.726109,22.152277],[-159.468693,22.228955]]]]}},\n{\"type\":\"Feature\",\"id\":\"16\",\"properties\":{\"name\":\"ID\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-116.04751,49.000239],[-116.04751,47.976051],[-115.724371,47.696727],[-115.718894,47.42288],[-115.527201,47.302388],[-115.324554,47.258572],[-115.302646,47.187372],[-114.930214,46.919002],[-114.886399,46.809463],[-114.623506,46.705401],[-114.612552,46.639678],[-114.322274,46.645155],[-114.464674,46.272723],[-114.492059,46.037214],[-114.387997,45.88386],[-114.568736,45.774321],[-114.497536,45.670259],[-114.546828,45.560721],[-114.333228,45.456659],[-114.086765,45.593582],[-113.98818,45.703121],[-113.807441,45.604536],[-113.834826,45.522382],[-113.736241,45.330689],[-113.571933,45.128042],[-113.45144,45.056842],[-113.456917,44.865149],[-113.341901,44.782995],[-113.133778,44.772041],[-113.002331,44.448902],[-112.887315,44.394132],[-112.783254,44.48724],[-112.471068,44.481763],[-112.241036,44.569394],[-112.104113,44.520102],[-111.868605,44.563917],[-111.819312,44.509148],[-111.616665,44.547487],[-111.386634,44.75561],[-111.227803,44.580348],[-111.047063,44.476286],[-111.047063,42.000709],[-112.164359,41.995232],[-114.04295,41.995232],[-117.027882,42.000709],[-117.027882,43.830007],[-116.896436,44.158624],[-116.97859,44.240778],[-117.170283,44.257209],[-117.241483,44.394132],[-117.038836,44.750133],[-116.934774,44.782995],[-116.830713,44.930872],[-116.847143,45.02398],[-116.732128,45.144473],[-116.671881,45.319735],[-116.463758,45.61549],[-116.545912,45.752413],[-116.78142,45.823614],[-116.918344,45.993399],[-116.92382,46.168661],[-117.055267,46.343923],[-117.038836,46.426077],[-117.044313,47.762451],[-117.033359,49.000239],[-116.04751,49.000239]]]}},\n{\"type\":\"Feature\",\"id\":\"17\",\"properties\":{\"name\":\"IL\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-90.639984,42.510065],[-88.788778,42.493634],[-87.802929,42.493634],[-87.83579,42.301941],[-87.682436,42.077386],[-87.523605,41.710431],[-87.529082,39.34987],[-87.63862,39.169131],[-87.512651,38.95553],[-87.49622,38.780268],[-87.62219,38.637868],[-87.655051,38.506421],[-87.83579,38.292821],[-87.950806,38.27639],[-87.923421,38.15042],[-88.000098,38.101128],[-88.060345,37.865619],[-88.027483,37.799896],[-88.15893,37.657496],[-88.065822,37.482234],[-88.476592,37.389126],[-88.514931,37.285064],[-88.421823,37.153617],[-88.547792,37.071463],[-88.914747,37.224817],[-89.029763,37.213863],[-89.183118,37.038601],[-89.133825,36.983832],[-89.292656,36.994786],[-89.517211,37.279587],[-89.435057,37.34531],[-89.517211,37.537003],[-89.517211,37.690357],[-89.84035,37.903958],[-89.949889,37.88205],[-90.059428,38.013497],[-90.355183,38.216144],[-90.349706,38.374975],[-90.179921,38.632391],[-90.207305,38.725499],[-90.10872,38.845992],[-90.251121,38.917192],[-90.470199,38.961007],[-90.585214,38.867899],[-90.661891,38.928146],[-90.727615,39.256762],[-91.061708,39.470363],[-91.368417,39.727779],[-91.494386,40.034488],[-91.50534,40.237135],[-91.417709,40.379535],[-91.401278,40.560274],[-91.121954,40.669813],[-91.09457,40.823167],[-90.963123,40.921752],[-90.946692,41.097014],[-91.111001,41.239415],[-91.045277,41.414677],[-90.656414,41.463969],[-90.344229,41.589939],[-90.311367,41.743293],[-90.179921,41.809016],[-90.141582,42.000709],[-90.168967,42.126679],[-90.393521,42.225264],[-90.420906,42.329326],[-90.639984,42.510065]]]}},\n{\"type\":\"Feature\",\"id\":\"18\",\"properties\":{\"name\":\"IN\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-85.990061,41.759724],[-84.807042,41.759724],[-84.807042,41.694001],[-84.801565,40.500028],[-84.817996,39.103408],[-84.894673,39.059592],[-84.812519,38.785745],[-84.987781,38.780268],[-85.173997,38.68716],[-85.431413,38.730976],[-85.42046,38.533806],[-85.590245,38.451652],[-85.655968,38.325682],[-85.83123,38.27639],[-85.924338,38.024451],[-86.039354,37.958727],[-86.263908,38.051835],[-86.302247,38.166851],[-86.521325,38.040881],[-86.504894,37.931343],[-86.729448,37.893004],[-86.795172,37.991589],[-87.047111,37.893004],[-87.129265,37.788942],[-87.381204,37.93682],[-87.512651,37.903958],[-87.600282,37.975158],[-87.682436,37.903958],[-87.934375,37.893004],[-88.027483,37.799896],[-88.060345,37.865619],[-88.000098,38.101128],[-87.923421,38.15042],[-87.950806,38.27639],[-87.83579,38.292821],[-87.655051,38.506421],[-87.62219,38.637868],[-87.49622,38.780268],[-87.512651,38.95553],[-87.63862,39.169131],[-87.529082,39.34987],[-87.523605,41.710431],[-87.42502,41.644708],[-87.118311,41.644708],[-86.822556,41.759724],[-85.990061,41.759724]]]}},\n{\"type\":\"Feature\",\"id\":\"19\",\"properties\":{\"name\":\"IA\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-91.368417,43.501391],[-91.215062,43.501391],[-91.204109,43.353514],[-91.056231,43.254929],[-91.176724,43.134436],[-91.143862,42.909881],[-91.067185,42.75105],[-90.711184,42.636034],[-90.639984,42.510065],[-90.420906,42.329326],[-90.393521,42.225264],[-90.168967,42.126679],[-90.141582,42.000709],[-90.179921,41.809016],[-90.311367,41.743293],[-90.344229,41.589939],[-90.656414,41.463969],[-91.045277,41.414677],[-91.111001,41.239415],[-90.946692,41.097014],[-90.963123,40.921752],[-91.09457,40.823167],[-91.121954,40.669813],[-91.401278,40.560274],[-91.417709,40.379535],[-91.527248,40.412397],[-91.729895,40.615043],[-91.833957,40.609566],[-93.257961,40.582182],[-94.632673,40.571228],[-95.7664,40.587659],[-95.881416,40.719105],[-95.826646,40.976521],[-95.925231,41.201076],[-95.919754,41.453015],[-96.095016,41.540646],[-96.122401,41.67757],[-96.062155,41.798063],[-96.127878,41.973325],[-96.264801,42.039048],[-96.44554,42.488157],[-96.631756,42.707235],[-96.544125,42.855112],[-96.511264,43.052282],[-96.434587,43.123482],[-96.560556,43.222067],[-96.527695,43.397329],[-96.582464,43.479483],[-96.451017,43.501391],[-91.368417,43.501391]]]}},\n{\"type\":\"Feature\",\"id\":\"20\",\"properties\":{\"name\":\"KS\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-101.90605,40.001626],[-95.306337,40.001626],[-95.207752,39.908518],[-94.884612,39.831841],[-95.109167,39.541563],[-94.983197,39.442978],[-94.824366,39.20747],[-94.610765,39.158177],[-94.616242,37.000263],[-100.087706,37.000263],[-102.042974,36.994786],[-102.053927,40.001626],[-101.90605,40.001626]]]}},\n{\"type\":\"Feature\",\"id\":\"21\",\"properties\":{\"name\":\"KY\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-83.903347,38.769315],[-83.678792,38.632391],[-83.519961,38.703591],[-83.142052,38.626914],[-83.032514,38.725499],[-82.890113,38.758361],[-82.846298,38.588575],[-82.731282,38.561191],[-82.594358,38.424267],[-82.621743,38.123036],[-82.50125,37.931343],[-82.342419,37.783465],[-82.293127,37.668449],[-82.101434,37.553434],[-81.969987,37.537003],[-82.353373,37.268633],[-82.720328,37.120755],[-82.720328,37.044078],[-82.868205,36.978355],[-82.879159,36.890724],[-83.070852,36.852385],[-83.136575,36.742847],[-83.673316,36.600446],[-83.689746,36.584015],[-84.544149,36.594969],[-85.289013,36.627831],[-85.486183,36.616877],[-86.592525,36.655216],[-87.852221,36.633308],[-88.071299,36.677123],[-88.054868,36.496384],[-89.298133,36.507338],[-89.418626,36.496384],[-89.363857,36.622354],[-89.215979,36.578538],[-89.133825,36.983832],[-89.183118,37.038601],[-89.029763,37.213863],[-88.914747,37.224817],[-88.547792,37.071463],[-88.421823,37.153617],[-88.514931,37.285064],[-88.476592,37.389126],[-88.065822,37.482234],[-88.15893,37.657496],[-88.027483,37.799896],[-87.934375,37.893004],[-87.682436,37.903958],[-87.600282,37.975158],[-87.512651,37.903958],[-87.381204,37.93682],[-87.129265,37.788942],[-87.047111,37.893004],[-86.795172,37.991589],[-86.729448,37.893004],[-86.504894,37.931343],[-86.521325,38.040881],[-86.302247,38.166851],[-86.263908,38.051835],[-86.039354,37.958727],[-85.924338,38.024451],[-85.83123,38.27639],[-85.655968,38.325682],[-85.590245,38.451652],[-85.42046,38.533806],[-85.431413,38.730976],[-85.173997,38.68716],[-84.987781,38.780268],[-84.812519,38.785745],[-84.894673,39.059592],[-84.817996,39.103408],[-84.43461,39.103408],[-84.231963,38.895284],[-84.215533,38.807653],[-83.903347,38.769315]]]}},\n{\"type\":\"Feature\",\"id\":\"22\",\"properties\":{\"name\":\"LA\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-93.608485,33.018527],[-91.16577,33.002096],[-91.072662,32.887081],[-91.143862,32.843265],[-91.154816,32.640618],[-91.006939,32.514649],[-90.985031,32.218894],[-91.105524,31.988862],[-91.341032,31.846462],[-91.401278,31.621907],[-91.499863,31.643815],[-91.516294,31.27686],[-91.636787,31.265906],[-91.565587,31.068736],[-91.636787,30.997536],[-89.747242,30.997536],[-89.845827,30.66892],[-89.681519,30.449842],[-89.643181,30.285534],[-89.522688,30.181472],[-89.818443,30.044549],[-89.84035,29.945964],[-89.599365,29.88024],[-89.495303,30.039072],[-89.287179,29.88024],[-89.30361,29.754271],[-89.424103,29.699501],[-89.648657,29.748794],[-89.621273,29.655686],[-89.69795,29.513285],[-89.506257,29.387316],[-89.199548,29.348977],[-89.09001,29.2011],[-89.002379,29.179192],[-89.16121,29.009407],[-89.336472,29.042268],[-89.484349,29.217531],[-89.851304,29.310638],[-89.851304,29.480424],[-90.032043,29.425654],[-90.021089,29.283254],[-90.103244,29.151807],[-90.23469,29.129899],[-90.333275,29.277777],[-90.563307,29.283254],[-90.645461,29.129899],[-90.798815,29.086084],[-90.963123,29.179192],[-91.09457,29.190146],[-91.220539,29.436608],[-91.445094,29.546147],[-91.532725,29.529716],[-91.620356,29.73784],[-91.883249,29.710455],[-91.888726,29.836425],[-92.146142,29.715932],[-92.113281,29.622824],[-92.31045,29.535193],[-92.617159,29.579009],[-92.97316,29.715932],[-93.2251,29.776178],[-93.767317,29.726886],[-93.838517,29.688547],[-93.926148,29.787132],[-93.690639,30.143133],[-93.767317,30.334826],[-93.696116,30.438888],[-93.728978,30.575812],[-93.630393,30.679874],[-93.526331,30.93729],[-93.542762,31.15089],[-93.816609,31.556184],[-93.822086,31.775262],[-94.041164,31.994339],[-94.041164,33.018527],[-93.608485,33.018527]]]}},\n{\"type\":\"Feature\",\"id\":\"23\",\"properties\":{\"name\":\"ME\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-70.703921,43.057759],[-70.824413,43.128959],[-70.807983,43.227544],[-70.966814,43.34256],[-71.032537,44.657025],[-71.08183,45.303304],[-70.649151,45.440228],[-70.720352,45.511428],[-70.556043,45.664782],[-70.386258,45.735983],[-70.41912,45.796229],[-70.260289,45.889337],[-70.309581,46.064599],[-70.210996,46.327492],[-70.057642,46.415123],[-69.997395,46.694447],[-69.225147,47.461219],[-69.044408,47.428357],[-69.033454,47.242141],[-68.902007,47.176418],[-68.578868,47.285957],[-68.376221,47.285957],[-68.233821,47.357157],[-67.954497,47.198326],[-67.790188,47.066879],[-67.779235,45.944106],[-67.801142,45.675736],[-67.456095,45.604536],[-67.505388,45.48952],[-67.417757,45.379982],[-67.488957,45.281397],[-67.346556,45.128042],[-67.16034,45.160904],[-66.979601,44.804903],[-67.187725,44.646072],[-67.308218,44.706318],[-67.406803,44.596779],[-67.549203,44.624164],[-67.565634,44.531056],[-67.75185,44.54201],[-68.047605,44.328409],[-68.118805,44.476286],[-68.222867,44.48724],[-68.173574,44.328409],[-68.403606,44.251732],[-68.458375,44.377701],[-68.567914,44.311978],[-68.82533,44.311978],[-68.830807,44.459856],[-68.984161,44.426994],[-68.956777,44.322932],[-69.099177,44.103854],[-69.071793,44.043608],[-69.258008,43.923115],[-69.444224,43.966931],[-69.553763,43.840961],[-69.707118,43.82453],[-69.833087,43.720469],[-69.986442,43.742376],[-70.030257,43.851915],[-70.254812,43.676653],[-70.194565,43.567114],[-70.358873,43.528776],[-70.369827,43.435668],[-70.556043,43.320652],[-70.703921,43.057759]]]}},\n{\"type\":\"Feature\",\"id\":\"24\",\"properties\":{\"name\":\"MD\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-75.994645,37.95325],[-76.016553,37.95325],[-76.043938,37.95325],[-75.994645,37.95325]]],[[[-79.477979,39.722302],[-75.786521,39.722302],[-75.693413,38.462606],[-75.047134,38.451652],[-75.244304,38.029928],[-75.397659,38.013497],[-75.671506,37.95325],[-75.885106,37.909435],[-75.879629,38.073743],[-75.961783,38.139466],[-75.846768,38.210667],[-76.000122,38.374975],[-76.049415,38.303775],[-76.257538,38.320205],[-76.328738,38.500944],[-76.263015,38.500944],[-76.257538,38.736453],[-76.191815,38.829561],[-76.279446,39.147223],[-76.169907,39.333439],[-76.000122,39.366301],[-75.972737,39.557994],[-76.098707,39.536086],[-76.104184,39.437501],[-76.367077,39.311532],[-76.443754,39.196516],[-76.460185,38.906238],[-76.55877,38.769315],[-76.514954,38.539283],[-76.383508,38.380452],[-76.399939,38.259959],[-76.317785,38.139466],[-76.3616,38.057312],[-76.591632,38.216144],[-76.920248,38.292821],[-77.018833,38.446175],[-77.205049,38.358544],[-77.276249,38.479037],[-77.128372,38.632391],[-77.040741,38.791222],[-76.909294,38.895284],[-77.035264,38.993869],[-77.117418,38.933623],[-77.248864,39.026731],[-77.456988,39.076023],[-77.456988,39.223901],[-77.566527,39.306055],[-77.719881,39.322485],[-77.834897,39.601809],[-78.004682,39.601809],[-78.174467,39.694917],[-78.267575,39.61824],[-78.431884,39.623717],[-78.470222,39.514178],[-78.765977,39.585379],[-78.963147,39.437501],[-79.094593,39.470363],[-79.291763,39.300578],[-79.488933,39.20747],[-79.477979,39.722302]]]]}},\n{\"type\":\"Feature\",\"id\":\"25\",\"properties\":{\"name\":\"MA\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-70.917521,42.887974],[-70.818936,42.871543],[-70.780598,42.696281],[-70.824413,42.55388],[-70.983245,42.422434],[-70.988722,42.269079],[-70.769644,42.247172],[-70.638197,42.08834],[-70.660105,41.962371],[-70.550566,41.929509],[-70.539613,41.814493],[-70.260289,41.715908],[-69.937149,41.809016],[-70.008349,41.672093],[-70.484843,41.5516],[-70.660105,41.546123],[-70.764167,41.639231],[-70.928475,41.611847],[-70.933952,41.540646],[-71.120168,41.496831],[-71.196845,41.67757],[-71.22423,41.710431],[-71.328292,41.781632],[-71.383061,42.01714],[-71.530939,42.01714],[-71.799309,42.006186],[-71.799309,42.022617],[-73.053528,42.039048],[-73.486206,42.050002],[-73.508114,42.08834],[-73.267129,42.745573],[-72.456542,42.729142],[-71.29543,42.696281],[-71.185891,42.789389],[-70.917521,42.887974]]]}},\n{\"type\":\"Feature\",\"id\":\"26\",\"properties\":{\"name\":\"MI\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-83.454238,41.732339],[-84.807042,41.694001],[-84.807042,41.759724],[-85.990061,41.759724],[-86.822556,41.759724],[-86.619909,41.891171],[-86.482986,42.115725],[-86.357016,42.252649],[-86.263908,42.444341],[-86.209139,42.718189],[-86.231047,43.013943],[-86.526801,43.594499],[-86.433693,43.813577],[-86.499417,44.07647],[-86.269385,44.34484],[-86.220093,44.569394],[-86.252954,44.689887],[-86.088646,44.73918],[-86.066738,44.903488],[-85.809322,44.947303],[-85.612152,45.128042],[-85.628583,44.766564],[-85.524521,44.750133],[-85.393075,44.930872],[-85.387598,45.237581],[-85.305444,45.314258],[-85.031597,45.363551],[-85.119228,45.577151],[-84.938489,45.75789],[-84.713934,45.768844],[-84.461995,45.653829],[-84.215533,45.637398],[-84.09504,45.494997],[-83.908824,45.484043],[-83.596638,45.352597],[-83.4871,45.358074],[-83.317314,45.144473],[-83.454238,45.029457],[-83.322791,44.88158],[-83.273499,44.711795],[-83.333745,44.339363],[-83.536392,44.246255],[-83.585684,44.054562],[-83.82667,43.988839],[-83.958116,43.758807],[-83.908824,43.671176],[-83.667839,43.589022],[-83.481623,43.714992],[-83.262545,43.972408],[-82.917498,44.070993],[-82.747713,43.994316],[-82.643651,43.851915],[-82.539589,43.435668],[-82.523158,43.227544],[-82.413619,42.975605],[-82.517681,42.614127],[-82.681989,42.559357],[-82.687466,42.690804],[-82.797005,42.652465],[-82.922975,42.351234],[-83.125621,42.236218],[-83.185868,42.006186],[-83.437807,41.814493],[-83.454238,41.732339]]],[[[-85.508091,45.730506],[-85.49166,45.610013],[-85.623106,45.588105],[-85.568337,45.75789],[-85.508091,45.730506]]],[[[-87.589328,45.095181],[-87.742682,45.199243],[-87.649574,45.341643],[-87.885083,45.363551],[-87.791975,45.500474],[-87.781021,45.675736],[-87.989145,45.796229],[-88.10416,45.922199],[-88.531362,46.020784],[-88.662808,45.987922],[-89.09001,46.135799],[-90.119674,46.338446],[-90.229213,46.508231],[-90.415429,46.568478],[-90.026566,46.672539],[-89.851304,46.793032],[-89.413149,46.842325],[-89.128348,46.990202],[-88.996902,46.995679],[-88.887363,47.099741],[-88.575177,47.247618],[-88.416346,47.373588],[-88.180837,47.455742],[-87.956283,47.384542],[-88.350623,47.077833],[-88.443731,46.973771],[-88.438254,46.787555],[-88.246561,46.929956],[-87.901513,46.908048],[-87.633143,46.809463],[-87.392158,46.535616],[-87.260711,46.486323],[-87.008772,46.530139],[-86.948526,46.469893],[-86.696587,46.437031],[-86.159846,46.667063],[-85.880522,46.68897],[-85.508091,46.678016],[-85.256151,46.754694],[-85.064458,46.760171],[-85.02612,46.480847],[-84.82895,46.442508],[-84.63178,46.486323],[-84.549626,46.4206],[-84.418179,46.502754],[-84.127902,46.530139],[-84.122425,46.179615],[-83.990978,46.031737],[-83.793808,45.993399],[-83.7719,46.091984],[-83.580208,46.091984],[-83.476146,45.987922],[-83.563777,45.911245],[-84.111471,45.976968],[-84.374364,45.933153],[-84.659165,46.053645],[-84.741319,45.944106],[-84.70298,45.850998],[-84.82895,45.872906],[-85.015166,46.00983],[-85.338305,46.091984],[-85.502614,46.097461],[-85.661445,45.966014],[-85.924338,45.933153],[-86.209139,45.960537],[-86.324155,45.905768],[-86.351539,45.796229],[-86.663725,45.703121],[-86.647294,45.834568],[-86.784218,45.861952],[-86.838987,45.725029],[-87.069019,45.719552],[-87.17308,45.659305],[-87.326435,45.423797],[-87.611236,45.122565],[-87.589328,45.095181]]],[[[-88.805209,47.976051],[-89.057148,47.850082],[-89.188594,47.833651],[-89.177641,47.937713],[-88.547792,48.173221],[-88.668285,48.008913],[-88.805209,47.976051]]]]}},\n{\"type\":\"Feature\",\"id\":\"27\",\"properties\":{\"name\":\"MN\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-92.014696,46.705401],[-92.091373,46.749217],[-92.29402,46.667063],[-92.29402,46.075553],[-92.354266,46.015307],[-92.639067,45.933153],[-92.869098,45.719552],[-92.885529,45.577151],[-92.770513,45.566198],[-92.644544,45.440228],[-92.75956,45.286874],[-92.737652,45.117088],[-92.808852,44.750133],[-92.545959,44.569394],[-92.337835,44.552964],[-92.233773,44.443425],[-91.927065,44.333886],[-91.877772,44.202439],[-91.592971,44.032654],[-91.43414,43.994316],[-91.242447,43.775238],[-91.269832,43.616407],[-91.215062,43.501391],[-91.368417,43.501391],[-96.451017,43.501391],[-96.451017,45.297827],[-96.681049,45.412843],[-96.856311,45.604536],[-96.582464,45.818137],[-96.560556,45.933153],[-96.598895,46.332969],[-96.719387,46.437031],[-96.801542,46.656109],[-96.785111,46.924479],[-96.823449,46.968294],[-96.856311,47.609096],[-97.053481,47.948667],[-97.130158,48.140359],[-97.16302,48.545653],[-97.097296,48.682577],[-97.228743,49.000239],[-95.152983,49.000239],[-95.152983,49.383625],[-94.955813,49.372671],[-94.824366,49.295994],[-94.69292,48.775685],[-94.588858,48.715438],[-94.260241,48.699007],[-94.221903,48.649715],[-93.838517,48.627807],[-93.794701,48.518268],[-93.466085,48.545653],[-93.466085,48.589469],[-93.208669,48.644238],[-92.984114,48.62233],[-92.726698,48.540176],[-92.655498,48.436114],[-92.50762,48.447068],[-92.370697,48.222514],[-92.304974,48.315622],[-92.053034,48.359437],[-92.009219,48.266329],[-91.713464,48.200606],[-91.713464,48.112975],[-91.565587,48.041775],[-91.264355,48.080113],[-91.083616,48.178698],[-90.837154,48.238944],[-90.749522,48.091067],[-90.579737,48.123929],[-90.377091,48.091067],[-90.141582,48.112975],[-89.873212,47.987005],[-89.615796,48.008913],[-89.637704,47.954144],[-89.971797,47.828174],[-90.437337,47.729589],[-90.738569,47.625527],[-91.171247,47.368111],[-91.357463,47.20928],[-91.642264,47.028541],[-92.091373,46.787555],[-92.014696,46.705401]]]}},\n{\"type\":\"Feature\",\"id\":\"28\",\"properties\":{\"name\":\"MS\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-88.471115,34.995703],[-88.202745,34.995703],[-88.098683,34.891641],[-88.241084,33.796253],[-88.471115,31.895754],[-88.394438,30.367688],[-88.503977,30.323872],[-88.744962,30.34578],[-88.843547,30.411504],[-89.084533,30.367688],[-89.418626,30.252672],[-89.522688,30.181472],[-89.643181,30.285534],[-89.681519,30.449842],[-89.845827,30.66892],[-89.747242,30.997536],[-91.636787,30.997536],[-91.565587,31.068736],[-91.636787,31.265906],[-91.516294,31.27686],[-91.499863,31.643815],[-91.401278,31.621907],[-91.341032,31.846462],[-91.105524,31.988862],[-90.985031,32.218894],[-91.006939,32.514649],[-91.154816,32.640618],[-91.143862,32.843265],[-91.072662,32.887081],[-91.16577,33.002096],[-91.089093,33.13902],[-91.143862,33.347144],[-91.056231,33.429298],[-91.231493,33.560744],[-91.072662,33.867453],[-90.891923,34.026284],[-90.952169,34.135823],[-90.744046,34.300131],[-90.749522,34.365854],[-90.568783,34.420624],[-90.585214,34.617794],[-90.481152,34.661609],[-90.409952,34.831394],[-90.251121,34.908072],[-90.311367,34.995703],[-88.471115,34.995703]]]}},\n{\"type\":\"Feature\",\"id\":\"29\",\"properties\":{\"name\":\"MO\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-91.833957,40.609566],[-91.729895,40.615043],[-91.527248,40.412397],[-91.417709,40.379535],[-91.50534,40.237135],[-91.494386,40.034488],[-91.368417,39.727779],[-91.061708,39.470363],[-90.727615,39.256762],[-90.661891,38.928146],[-90.585214,38.867899],[-90.470199,38.961007],[-90.251121,38.917192],[-90.10872,38.845992],[-90.207305,38.725499],[-90.179921,38.632391],[-90.349706,38.374975],[-90.355183,38.216144],[-90.059428,38.013497],[-89.949889,37.88205],[-89.84035,37.903958],[-89.517211,37.690357],[-89.517211,37.537003],[-89.435057,37.34531],[-89.517211,37.279587],[-89.292656,36.994786],[-89.133825,36.983832],[-89.215979,36.578538],[-89.363857,36.622354],[-89.418626,36.496384],[-89.484349,36.496384],[-89.539119,36.496384],[-89.533642,36.249922],[-89.730812,35.997983],[-90.377091,35.997983],[-90.218259,36.184199],[-90.064905,36.304691],[-90.152536,36.496384],[-94.473842,36.501861],[-94.616242,36.501861],[-94.616242,37.000263],[-94.610765,39.158177],[-94.824366,39.20747],[-94.983197,39.442978],[-95.109167,39.541563],[-94.884612,39.831841],[-95.207752,39.908518],[-95.306337,40.001626],[-95.552799,40.264519],[-95.7664,40.587659],[-94.632673,40.571228],[-93.257961,40.582182],[-91.833957,40.609566]]]}},\n{\"type\":\"Feature\",\"id\":\"30\",\"properties\":{\"name\":\"MT\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-104.047534,49.000239],[-104.042057,47.861036],[-104.047534,45.944106],[-104.042057,44.996596],[-104.058488,44.996596],[-105.91517,45.002073],[-109.080842,45.002073],[-111.05254,45.002073],[-111.047063,44.476286],[-111.227803,44.580348],[-111.386634,44.75561],[-111.616665,44.547487],[-111.819312,44.509148],[-111.868605,44.563917],[-112.104113,44.520102],[-112.241036,44.569394],[-112.471068,44.481763],[-112.783254,44.48724],[-112.887315,44.394132],[-113.002331,44.448902],[-113.133778,44.772041],[-113.341901,44.782995],[-113.456917,44.865149],[-113.45144,45.056842],[-113.571933,45.128042],[-113.736241,45.330689],[-113.834826,45.522382],[-113.807441,45.604536],[-113.98818,45.703121],[-114.086765,45.593582],[-114.333228,45.456659],[-114.546828,45.560721],[-114.497536,45.670259],[-114.568736,45.774321],[-114.387997,45.88386],[-114.492059,46.037214],[-114.464674,46.272723],[-114.322274,46.645155],[-114.612552,46.639678],[-114.623506,46.705401],[-114.886399,46.809463],[-114.930214,46.919002],[-115.302646,47.187372],[-115.324554,47.258572],[-115.527201,47.302388],[-115.718894,47.42288],[-115.724371,47.696727],[-116.04751,47.976051],[-116.04751,49.000239],[-111.50165,48.994762],[-109.453274,49.000239],[-104.047534,49.000239]]]}},\n{\"type\":\"Feature\",\"id\":\"31\",\"properties\":{\"name\":\"NE\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-103.324578,43.002989],[-101.626726,42.997512],[-98.499393,42.997512],[-98.466531,42.94822],[-97.951699,42.767481],[-97.831206,42.866066],[-97.688806,42.844158],[-97.217789,42.844158],[-96.692003,42.657942],[-96.626279,42.515542],[-96.44554,42.488157],[-96.264801,42.039048],[-96.127878,41.973325],[-96.062155,41.798063],[-96.122401,41.67757],[-96.095016,41.540646],[-95.919754,41.453015],[-95.925231,41.201076],[-95.826646,40.976521],[-95.881416,40.719105],[-95.7664,40.587659],[-95.552799,40.264519],[-95.306337,40.001626],[-101.90605,40.001626],[-102.053927,40.001626],[-102.053927,41.003906],[-104.053011,41.003906],[-104.053011,43.002989],[-103.324578,43.002989]]]}},\n{\"type\":\"Feature\",\"id\":\"32\",\"properties\":{\"name\":\"NV\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-117.027882,42.000709],[-114.04295,41.995232],[-114.048427,37.000263],[-114.048427,36.195153],[-114.152489,36.025367],[-114.251074,36.01989],[-114.371566,36.140383],[-114.738521,36.102045],[-114.678275,35.516012],[-114.596121,35.324319],[-114.574213,35.138103],[-114.634459,35.00118],[-115.85034,35.970598],[-116.540435,36.501861],[-117.498899,37.21934],[-118.71478,38.101128],[-120.001861,38.999346],[-119.996384,40.264519],[-120.001861,41.995232],[-118.698349,41.989755],[-117.027882,42.000709]]]}},\n{\"type\":\"Feature\",\"id\":\"33\",\"properties\":{\"name\":\"NH\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-71.08183,45.303304],[-71.032537,44.657025],[-70.966814,43.34256],[-70.807983,43.227544],[-70.824413,43.128959],[-70.703921,43.057759],[-70.818936,42.871543],[-70.917521,42.887974],[-71.185891,42.789389],[-71.29543,42.696281],[-72.456542,42.729142],[-72.544173,42.80582],[-72.533219,42.953697],[-72.445588,43.008466],[-72.456542,43.150867],[-72.379864,43.572591],[-72.204602,43.769761],[-72.116971,43.994316],[-72.02934,44.07647],[-72.034817,44.322932],[-71.700724,44.41604],[-71.536416,44.585825],[-71.629524,44.750133],[-71.4926,44.914442],[-71.503554,45.013027],[-71.361154,45.270443],[-71.131122,45.243058],[-71.08183,45.303304]]]}},\n{\"type\":\"Feature\",\"id\":\"34\",\"properties\":{\"name\":\"NJ\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-74.236547,41.14083],[-73.902454,40.998429],[-74.022947,40.708151],[-74.187255,40.642428],[-74.274886,40.489074],[-74.001039,40.412397],[-73.979131,40.297381],[-74.099624,39.760641],[-74.411809,39.360824],[-74.614456,39.245808],[-74.795195,38.993869],[-74.888303,39.158177],[-75.178581,39.240331],[-75.534582,39.459409],[-75.55649,39.607286],[-75.561967,39.629194],[-75.507197,39.683964],[-75.414089,39.804456],[-75.145719,39.88661],[-75.129289,39.963288],[-74.82258,40.127596],[-74.773287,40.215227],[-75.058088,40.417874],[-75.069042,40.543843],[-75.195012,40.576705],[-75.205966,40.691721],[-75.052611,40.866983],[-75.134765,40.971045],[-74.882826,41.179168],[-74.828057,41.288707],[-74.69661,41.359907],[-74.236547,41.14083]]]}},\n{\"type\":\"Feature\",\"id\":\"35\",\"properties\":{\"name\":\"NM\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-107.421329,37.000263],[-106.868158,36.994786],[-104.337812,36.994786],[-103.001438,37.000263],[-103.001438,36.501861],[-103.039777,36.501861],[-103.045254,34.01533],[-103.067161,33.002096],[-103.067161,31.999816],[-106.616219,31.999816],[-106.643603,31.901231],[-106.528588,31.786216],[-108.210008,31.786216],[-108.210008,31.331629],[-109.04798,31.331629],[-109.042503,37.000263],[-107.421329,37.000263]]]}},\n{\"type\":\"Feature\",\"id\":\"36\",\"properties\":{\"name\":\"NY\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-73.343806,45.013027],[-73.332852,44.804903],[-73.387622,44.618687],[-73.294514,44.437948],[-73.321898,44.246255],[-73.436914,44.043608],[-73.349283,43.769761],[-73.404052,43.687607],[-73.245221,43.523299],[-73.278083,42.833204],[-73.267129,42.745573],[-73.508114,42.08834],[-73.486206,42.050002],[-73.55193,41.294184],[-73.48073,41.21203],[-73.727192,41.102491],[-73.655992,40.987475],[-73.22879,40.905321],[-73.141159,40.965568],[-72.774204,40.965568],[-72.587988,40.998429],[-72.28128,41.157261],[-72.259372,41.042245],[-72.100541,40.992952],[-72.467496,40.845075],[-73.239744,40.625997],[-73.562884,40.582182],[-73.776484,40.593136],[-73.935316,40.543843],[-74.022947,40.708151],[-73.902454,40.998429],[-74.236547,41.14083],[-74.69661,41.359907],[-74.740426,41.431108],[-74.89378,41.436584],[-75.074519,41.60637],[-75.052611,41.754247],[-75.173104,41.869263],[-75.249781,41.863786],[-75.35932,42.000709],[-79.76278,42.000709],[-79.76278,42.252649],[-79.76278,42.269079],[-79.149363,42.55388],[-79.050778,42.690804],[-78.853608,42.783912],[-78.930285,42.953697],[-79.012439,42.986559],[-79.072686,43.260406],[-78.486653,43.375421],[-77.966344,43.369944],[-77.75822,43.34256],[-77.533665,43.233021],[-77.391265,43.276836],[-76.958587,43.271359],[-76.695693,43.34256],[-76.41637,43.523299],[-76.235631,43.528776],[-76.230154,43.802623],[-76.137046,43.961454],[-76.3616,44.070993],[-76.312308,44.196962],[-75.912491,44.366748],[-75.764614,44.514625],[-75.282643,44.848718],[-74.828057,45.018503],[-74.148916,44.991119],[-73.343806,45.013027]]]}},\n{\"type\":\"Feature\",\"id\":\"37\",\"properties\":{\"name\":\"NC\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.978661,36.562108],[-80.294043,36.545677],[-79.510841,36.5402],[-75.868676,36.551154],[-75.75366,36.151337],[-76.032984,36.189676],[-76.071322,36.140383],[-76.410893,36.080137],[-76.460185,36.025367],[-76.68474,36.008937],[-76.673786,35.937736],[-76.399939,35.987029],[-76.3616,35.943213],[-76.060368,35.992506],[-75.961783,35.899398],[-75.781044,35.937736],[-75.715321,35.696751],[-75.775568,35.581735],[-75.89606,35.570781],[-76.147999,35.324319],[-76.482093,35.313365],[-76.536862,35.14358],[-76.394462,34.973795],[-76.279446,34.940933],[-76.493047,34.661609],[-76.673786,34.694471],[-76.991448,34.667086],[-77.210526,34.60684],[-77.555573,34.415147],[-77.82942,34.163208],[-77.971821,33.845545],[-78.179944,33.916745],[-78.541422,33.851022],[-79.675149,34.80401],[-80.797922,34.820441],[-80.781491,34.935456],[-80.934845,35.105241],[-81.038907,35.044995],[-81.044384,35.149057],[-82.276696,35.198349],[-82.550543,35.160011],[-82.764143,35.066903],[-83.109191,35.00118],[-83.618546,34.984749],[-84.319594,34.990226],[-84.29221,35.225734],[-84.09504,35.247642],[-84.018363,35.41195],[-83.7719,35.559827],[-83.498053,35.565304],[-83.251591,35.718659],[-82.994175,35.773428],[-82.775097,35.997983],[-82.638174,36.063706],[-82.610789,35.965121],[-82.216449,36.156814],[-82.03571,36.118475],[-81.909741,36.304691],[-81.723525,36.353984],[-81.679709,36.589492],[-80.978661,36.562108]]]}},\n{\"type\":\"Feature\",\"id\":\"38\",\"properties\":{\"name\":\"ND\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-97.228743,49.000239],[-97.097296,48.682577],[-97.16302,48.545653],[-97.130158,48.140359],[-97.053481,47.948667],[-96.856311,47.609096],[-96.823449,46.968294],[-96.785111,46.924479],[-96.801542,46.656109],[-96.719387,46.437031],[-96.598895,46.332969],[-96.560556,45.933153],[-104.047534,45.944106],[-104.042057,47.861036],[-104.047534,49.000239],[-97.228743,49.000239]]]}},\n{\"type\":\"Feature\",\"id\":\"39\",\"properties\":{\"name\":\"OH\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.518598,41.978802],[-80.518598,40.636951],[-80.666475,40.582182],[-80.595275,40.472643],[-80.600752,40.319289],[-80.737675,40.078303],[-80.830783,39.711348],[-81.219646,39.388209],[-81.345616,39.344393],[-81.455155,39.410117],[-81.57017,39.267716],[-81.685186,39.273193],[-81.811156,39.0815],[-81.783771,38.966484],[-81.887833,38.873376],[-82.03571,39.026731],[-82.221926,38.785745],[-82.172634,38.632391],[-82.293127,38.577622],[-82.331465,38.446175],[-82.594358,38.424267],[-82.731282,38.561191],[-82.846298,38.588575],[-82.890113,38.758361],[-83.032514,38.725499],[-83.142052,38.626914],[-83.519961,38.703591],[-83.678792,38.632391],[-83.903347,38.769315],[-84.215533,38.807653],[-84.231963,38.895284],[-84.43461,39.103408],[-84.817996,39.103408],[-84.801565,40.500028],[-84.807042,41.694001],[-83.454238,41.732339],[-83.065375,41.595416],[-82.933929,41.513262],[-82.835344,41.589939],[-82.616266,41.431108],[-82.479343,41.381815],[-82.013803,41.513262],[-81.739956,41.485877],[-81.444201,41.672093],[-81.011523,41.852832],[-80.518598,41.978802],[-80.518598,41.978802]]]}},\n{\"type\":\"Feature\",\"id\":\"40\",\"properties\":{\"name\":\"OK\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-100.087706,37.000263],[-94.616242,37.000263],[-94.616242,36.501861],[-94.430026,35.395519],[-94.484796,33.637421],[-94.868182,33.74696],[-94.966767,33.861976],[-95.224183,33.960561],[-95.289906,33.87293],[-95.547322,33.878407],[-95.602092,33.933176],[-95.8376,33.834591],[-95.936185,33.889361],[-96.149786,33.840068],[-96.346956,33.686714],[-96.423633,33.774345],[-96.631756,33.845545],[-96.850834,33.845545],[-96.922034,33.960561],[-97.173974,33.736006],[-97.256128,33.861976],[-97.371143,33.823637],[-97.458774,33.905791],[-97.694283,33.982469],[-97.869545,33.851022],[-97.946222,33.987946],[-98.088623,34.004376],[-98.170777,34.113915],[-98.36247,34.157731],[-98.488439,34.064623],[-98.570593,34.146777],[-98.767763,34.135823],[-98.986841,34.223454],[-99.189488,34.2125],[-99.260688,34.404193],[-99.57835,34.415147],[-99.698843,34.382285],[-99.923398,34.573978],[-100.000075,34.563024],[-100.000075,36.501861],[-101.812942,36.501861],[-103.001438,36.501861],[-103.001438,37.000263],[-102.042974,36.994786],[-100.087706,37.000263]]]}},\n{\"type\":\"Feature\",\"id\":\"41\",\"properties\":{\"name\":\"OR\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-123.211348,46.174138],[-123.11824,46.185092],[-122.904639,46.08103],[-122.811531,45.960537],[-122.762239,45.659305],[-122.247407,45.549767],[-121.809251,45.708598],[-121.535404,45.725029],[-121.217742,45.670259],[-121.18488,45.604536],[-120.637186,45.746937],[-120.505739,45.697644],[-120.209985,45.725029],[-119.963522,45.823614],[-119.525367,45.911245],[-119.125551,45.933153],[-118.988627,45.998876],[-116.918344,45.993399],[-116.78142,45.823614],[-116.545912,45.752413],[-116.463758,45.61549],[-116.671881,45.319735],[-116.732128,45.144473],[-116.847143,45.02398],[-116.830713,44.930872],[-116.934774,44.782995],[-117.038836,44.750133],[-117.241483,44.394132],[-117.170283,44.257209],[-116.97859,44.240778],[-116.896436,44.158624],[-117.027882,43.830007],[-117.027882,42.000709],[-118.698349,41.989755],[-120.001861,41.995232],[-121.037003,41.995232],[-122.378853,42.011663],[-123.233256,42.006186],[-124.213628,42.000709],[-124.356029,42.115725],[-124.432706,42.438865],[-124.416275,42.663419],[-124.553198,42.838681],[-124.454613,43.002989],[-124.383413,43.271359],[-124.235536,43.55616],[-124.169813,43.8081],[-124.060274,44.657025],[-124.076705,44.772041],[-123.97812,45.144473],[-123.939781,45.659305],[-123.994551,45.944106],[-123.945258,46.113892],[-123.545441,46.261769],[-123.370179,46.146753],[-123.211348,46.174138]]]}},\n{\"type\":\"Feature\",\"id\":\"42\",\"properties\":{\"name\":\"PA\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-79.76278,42.252649],[-79.76278,42.000709],[-75.35932,42.000709],[-75.249781,41.863786],[-75.173104,41.869263],[-75.052611,41.754247],[-75.074519,41.60637],[-74.89378,41.436584],[-74.740426,41.431108],[-74.69661,41.359907],[-74.828057,41.288707],[-74.882826,41.179168],[-75.134765,40.971045],[-75.052611,40.866983],[-75.205966,40.691721],[-75.195012,40.576705],[-75.069042,40.543843],[-75.058088,40.417874],[-74.773287,40.215227],[-74.82258,40.127596],[-75.129289,39.963288],[-75.145719,39.88661],[-75.414089,39.804456],[-75.616736,39.831841],[-75.786521,39.722302],[-79.477979,39.722302],[-80.518598,39.722302],[-80.518598,40.636951],[-80.518598,41.978802],[-80.518598,41.978802],[-80.332382,42.033571],[-79.76278,42.269079],[-79.76278,42.252649]]]}},\n{\"type\":\"Feature\",\"id\":\"44\",\"properties\":{\"name\":\"RI\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-71.196845,41.67757],[-71.120168,41.496831],[-71.317338,41.474923],[-71.196845,41.67757]]],[[[-71.530939,42.01714],[-71.383061,42.01714],[-71.328292,41.781632],[-71.22423,41.710431],[-71.344723,41.726862],[-71.448785,41.578985],[-71.481646,41.370861],[-71.859555,41.321569],[-71.799309,41.414677],[-71.799309,42.006186],[-71.530939,42.01714]]]]}},\n{\"type\":\"Feature\",\"id\":\"45\",\"properties\":{\"name\":\"SC\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-82.764143,35.066903],[-82.550543,35.160011],[-82.276696,35.198349],[-81.044384,35.149057],[-81.038907,35.044995],[-80.934845,35.105241],[-80.781491,34.935456],[-80.797922,34.820441],[-79.675149,34.80401],[-78.541422,33.851022],[-78.716684,33.80173],[-78.935762,33.637421],[-79.149363,33.380005],[-79.187701,33.171881],[-79.357487,33.007573],[-79.582041,33.007573],[-79.631334,32.887081],[-79.866842,32.755634],[-79.998289,32.613234],[-80.206412,32.552987],[-80.430967,32.399633],[-80.452875,32.328433],[-80.660998,32.246279],[-80.885553,32.032678],[-81.115584,32.120309],[-81.121061,32.290094],[-81.279893,32.558464],[-81.416816,32.629664],[-81.42777,32.843265],[-81.493493,33.007573],[-81.761863,33.160928],[-81.937125,33.347144],[-81.926172,33.462159],[-82.194542,33.631944],[-82.325988,33.81816],[-82.55602,33.94413],[-82.714851,34.152254],[-82.747713,34.26727],[-82.901067,34.486347],[-83.005129,34.469916],[-83.339222,34.683517],[-83.322791,34.787579],[-83.109191,35.00118],[-82.764143,35.066903]]]}},\n{\"type\":\"Feature\",\"id\":\"46\",\"properties\":{\"name\":\"SD\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-104.047534,45.944106],[-96.560556,45.933153],[-96.582464,45.818137],[-96.856311,45.604536],[-96.681049,45.412843],[-96.451017,45.297827],[-96.451017,43.501391],[-96.582464,43.479483],[-96.527695,43.397329],[-96.560556,43.222067],[-96.434587,43.123482],[-96.511264,43.052282],[-96.544125,42.855112],[-96.631756,42.707235],[-96.44554,42.488157],[-96.626279,42.515542],[-96.692003,42.657942],[-97.217789,42.844158],[-97.688806,42.844158],[-97.831206,42.866066],[-97.951699,42.767481],[-98.466531,42.94822],[-98.499393,42.997512],[-101.626726,42.997512],[-103.324578,43.002989],[-104.053011,43.002989],[-104.058488,44.996596],[-104.042057,44.996596],[-104.047534,45.944106]]]}},\n{\"type\":\"Feature\",\"id\":\"47\",\"properties\":{\"name\":\"TN\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-88.054868,36.496384],[-88.071299,36.677123],[-87.852221,36.633308],[-86.592525,36.655216],[-85.486183,36.616877],[-85.289013,36.627831],[-84.544149,36.594969],[-83.689746,36.584015],[-83.673316,36.600446],[-81.679709,36.589492],[-81.723525,36.353984],[-81.909741,36.304691],[-82.03571,36.118475],[-82.216449,36.156814],[-82.610789,35.965121],[-82.638174,36.063706],[-82.775097,35.997983],[-82.994175,35.773428],[-83.251591,35.718659],[-83.498053,35.565304],[-83.7719,35.559827],[-84.018363,35.41195],[-84.09504,35.247642],[-84.29221,35.225734],[-84.319594,34.990226],[-85.606675,34.984749],[-87.359296,35.00118],[-88.202745,34.995703],[-88.471115,34.995703],[-90.311367,34.995703],[-90.212782,35.023087],[-90.114197,35.198349],[-90.130628,35.439335],[-89.944412,35.603643],[-89.911551,35.756997],[-89.763673,35.811767],[-89.730812,35.997983],[-89.533642,36.249922],[-89.539119,36.496384],[-89.484349,36.496384],[-89.418626,36.496384],[-89.298133,36.507338],[-88.054868,36.496384]]]}},\n{\"type\":\"Feature\",\"id\":\"48\",\"properties\":{\"name\":\"TX\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-101.812942,36.501861],[-100.000075,36.501861],[-100.000075,34.563024],[-99.923398,34.573978],[-99.698843,34.382285],[-99.57835,34.415147],[-99.260688,34.404193],[-99.189488,34.2125],[-98.986841,34.223454],[-98.767763,34.135823],[-98.570593,34.146777],[-98.488439,34.064623],[-98.36247,34.157731],[-98.170777,34.113915],[-98.088623,34.004376],[-97.946222,33.987946],[-97.869545,33.851022],[-97.694283,33.982469],[-97.458774,33.905791],[-97.371143,33.823637],[-97.256128,33.861976],[-97.173974,33.736006],[-96.922034,33.960561],[-96.850834,33.845545],[-96.631756,33.845545],[-96.423633,33.774345],[-96.346956,33.686714],[-96.149786,33.840068],[-95.936185,33.889361],[-95.8376,33.834591],[-95.602092,33.933176],[-95.547322,33.878407],[-95.289906,33.87293],[-95.224183,33.960561],[-94.966767,33.861976],[-94.868182,33.74696],[-94.484796,33.637421],[-94.380734,33.544313],[-94.183564,33.593606],[-94.041164,33.54979],[-94.041164,33.018527],[-94.041164,31.994339],[-93.822086,31.775262],[-93.816609,31.556184],[-93.542762,31.15089],[-93.526331,30.93729],[-93.630393,30.679874],[-93.728978,30.575812],[-93.696116,30.438888],[-93.767317,30.334826],[-93.690639,30.143133],[-93.926148,29.787132],[-93.838517,29.688547],[-94.002825,29.68307],[-94.523134,29.546147],[-94.70935,29.622824],[-94.742212,29.787132],[-94.873659,29.672117],[-94.966767,29.699501],[-95.016059,29.557101],[-94.911997,29.496854],[-94.895566,29.310638],[-95.081782,29.113469],[-95.383014,28.867006],[-95.985477,28.604113],[-96.045724,28.647929],[-96.226463,28.582205],[-96.23194,28.642452],[-96.478402,28.598636],[-96.593418,28.724606],[-96.664618,28.697221],[-96.401725,28.439805],[-96.593418,28.357651],[-96.774157,28.406943],[-96.801542,28.226204],[-97.026096,28.039988],[-97.256128,27.694941],[-97.404005,27.333463],[-97.513544,27.360848],[-97.540929,27.229401],[-97.425913,27.262263],[-97.480682,26.99937],[-97.557359,26.988416],[-97.562836,26.840538],[-97.469728,26.758384],[-97.442344,26.457153],[-97.332805,26.353091],[-97.30542,26.161398],[-97.217789,25.991613],[-97.524498,25.887551],[-97.650467,26.018997],[-97.885976,26.06829],[-98.198161,26.057336],[-98.466531,26.221644],[-98.669178,26.238075],[-98.822533,26.369522],[-99.030656,26.413337],[-99.173057,26.539307],[-99.266165,26.840538],[-99.446904,27.021277],[-99.424996,27.174632],[-99.50715,27.33894],[-99.479765,27.48134],[-99.605735,27.640172],[-99.709797,27.656603],[-99.879582,27.799003],[-99.934351,27.979742],[-100.082229,28.14405],[-100.29583,28.280974],[-100.399891,28.582205],[-100.498476,28.66436],[-100.629923,28.905345],[-100.673738,29.102515],[-100.799708,29.244915],[-101.013309,29.370885],[-101.062601,29.458516],[-101.259771,29.535193],[-101.413125,29.754271],[-101.851281,29.803563],[-102.114174,29.792609],[-102.338728,29.869286],[-102.388021,29.765225],[-102.629006,29.732363],[-102.809745,29.524239],[-102.919284,29.190146],[-102.97953,29.184669],[-103.116454,28.987499],[-103.280762,28.982022],[-103.527224,29.135376],[-104.146119,29.381839],[-104.266611,29.513285],[-104.507597,29.639255],[-104.677382,29.924056],[-104.688336,30.181472],[-104.858121,30.389596],[-104.896459,30.570335],[-105.005998,30.685351],[-105.394861,30.855136],[-105.602985,31.085167],[-105.77277,31.167321],[-105.953509,31.364491],[-106.205448,31.468553],[-106.38071,31.731446],[-106.528588,31.786216],[-106.643603,31.901231],[-106.616219,31.999816],[-103.067161,31.999816],[-103.067161,33.002096],[-103.045254,34.01533],[-103.039777,36.501861],[-103.001438,36.501861],[-101.812942,36.501861]]]}},\n{\"type\":\"Feature\",\"id\":\"49\",\"properties\":{\"name\":\"UT\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-112.164359,41.995232],[-111.047063,42.000709],[-111.047063,40.998429],[-109.04798,40.998429],[-109.053457,39.125316],[-109.058934,38.27639],[-109.042503,38.166851],[-109.042503,37.000263],[-110.499369,37.00574],[-114.048427,37.000263],[-114.04295,41.995232],[-112.164359,41.995232]]]}},\n{\"type\":\"Feature\",\"id\":\"50\",\"properties\":{\"name\":\"VT\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-71.503554,45.013027],[-71.4926,44.914442],[-71.629524,44.750133],[-71.536416,44.585825],[-71.700724,44.41604],[-72.034817,44.322932],[-72.02934,44.07647],[-72.116971,43.994316],[-72.204602,43.769761],[-72.379864,43.572591],[-72.456542,43.150867],[-72.445588,43.008466],[-72.533219,42.953697],[-72.544173,42.80582],[-72.456542,42.729142],[-73.267129,42.745573],[-73.278083,42.833204],[-73.245221,43.523299],[-73.404052,43.687607],[-73.349283,43.769761],[-73.436914,44.043608],[-73.321898,44.246255],[-73.294514,44.437948],[-73.387622,44.618687],[-73.332852,44.804903],[-73.343806,45.013027],[-72.308664,45.002073],[-71.503554,45.013027]]]}},\n{\"type\":\"Feature\",\"id\":\"51\",\"properties\":{\"name\":\"VA\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-78.349729,39.464886],[-77.82942,39.130793],[-77.719881,39.322485],[-77.566527,39.306055],[-77.456988,39.223901],[-77.456988,39.076023],[-77.248864,39.026731],[-77.117418,38.933623],[-77.040741,38.791222],[-77.128372,38.632391],[-77.248864,38.588575],[-77.325542,38.446175],[-77.281726,38.342113],[-77.013356,38.374975],[-76.964064,38.216144],[-76.613539,38.15042],[-76.514954,38.024451],[-76.235631,37.887527],[-76.3616,37.608203],[-76.246584,37.389126],[-76.383508,37.285064],[-76.399939,37.159094],[-76.273969,37.082417],[-76.410893,36.961924],[-76.619016,37.120755],[-76.668309,37.065986],[-76.48757,36.95097],[-75.994645,36.923586],[-75.868676,36.551154],[-79.510841,36.5402],[-80.294043,36.545677],[-80.978661,36.562108],[-81.679709,36.589492],[-83.673316,36.600446],[-83.136575,36.742847],[-83.070852,36.852385],[-82.879159,36.890724],[-82.868205,36.978355],[-82.720328,37.044078],[-82.720328,37.120755],[-82.353373,37.268633],[-81.969987,37.537003],[-81.986418,37.454849],[-81.849494,37.285064],[-81.679709,37.20291],[-81.55374,37.208387],[-81.362047,37.339833],[-81.225123,37.235771],[-80.967707,37.290541],[-80.513121,37.482234],[-80.474782,37.421987],[-80.29952,37.509618],[-80.294043,37.690357],[-80.184505,37.849189],[-79.998289,37.997066],[-79.921611,38.177805],[-79.724442,38.364021],[-79.647764,38.594052],[-79.477979,38.457129],[-79.313671,38.413313],[-79.209609,38.495467],[-78.996008,38.851469],[-78.870039,38.763838],[-78.404499,39.169131],[-78.349729,39.464886]]]]}},\n{\"type\":\"Feature\",\"id\":\"53\",\"properties\":{\"name\":\"WA\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-117.033359,49.000239],[-117.044313,47.762451],[-117.038836,46.426077],[-117.055267,46.343923],[-116.92382,46.168661],[-116.918344,45.993399],[-118.988627,45.998876],[-119.125551,45.933153],[-119.525367,45.911245],[-119.963522,45.823614],[-120.209985,45.725029],[-120.505739,45.697644],[-120.637186,45.746937],[-121.18488,45.604536],[-121.217742,45.670259],[-121.535404,45.725029],[-121.809251,45.708598],[-122.247407,45.549767],[-122.762239,45.659305],[-122.811531,45.960537],[-122.904639,46.08103],[-123.11824,46.185092],[-123.211348,46.174138],[-123.370179,46.146753],[-123.545441,46.261769],[-123.72618,46.300108],[-123.874058,46.239861],[-124.065751,46.327492],[-124.027412,46.464416],[-123.895966,46.535616],[-124.098612,46.74374],[-124.235536,47.285957],[-124.31769,47.357157],[-124.427229,47.740543],[-124.624399,47.88842],[-124.706553,48.184175],[-124.597014,48.381345],[-124.394367,48.288237],[-123.983597,48.162267],[-123.704273,48.167744],[-123.424949,48.118452],[-123.162056,48.167744],[-123.036086,48.080113],[-122.800578,48.08559],[-122.636269,47.866512],[-122.515777,47.882943],[-122.493869,47.587189],[-122.422669,47.318818],[-122.324084,47.346203],[-122.422669,47.576235],[-122.395284,47.800789],[-122.230976,48.030821],[-122.362422,48.123929],[-122.373376,48.288237],[-122.471961,48.468976],[-122.422669,48.600422],[-122.488392,48.753777],[-122.647223,48.775685],[-122.795101,48.8907],[-122.756762,49.000239],[-117.033359,49.000239]]],[[[-122.718423,48.310145],[-122.586977,48.35396],[-122.608885,48.151313],[-122.767716,48.227991],[-122.718423,48.310145]]],[[[-123.025132,48.583992],[-122.915593,48.715438],[-122.767716,48.556607],[-122.811531,48.419683],[-123.041563,48.458022],[-123.025132,48.583992]]]]}},\n{\"type\":\"Feature\",\"id\":\"54\",\"properties\":{\"name\":\"WV\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.518598,40.636951],[-80.518598,39.722302],[-79.477979,39.722302],[-79.488933,39.20747],[-79.291763,39.300578],[-79.094593,39.470363],[-78.963147,39.437501],[-78.765977,39.585379],[-78.470222,39.514178],[-78.431884,39.623717],[-78.267575,39.61824],[-78.174467,39.694917],[-78.004682,39.601809],[-77.834897,39.601809],[-77.719881,39.322485],[-77.82942,39.130793],[-78.349729,39.464886],[-78.404499,39.169131],[-78.870039,38.763838],[-78.996008,38.851469],[-79.209609,38.495467],[-79.313671,38.413313],[-79.477979,38.457129],[-79.647764,38.594052],[-79.724442,38.364021],[-79.921611,38.177805],[-79.998289,37.997066],[-80.184505,37.849189],[-80.294043,37.690357],[-80.29952,37.509618],[-80.474782,37.421987],[-80.513121,37.482234],[-80.967707,37.290541],[-81.225123,37.235771],[-81.362047,37.339833],[-81.55374,37.208387],[-81.679709,37.20291],[-81.849494,37.285064],[-81.986418,37.454849],[-81.969987,37.537003],[-82.101434,37.553434],[-82.293127,37.668449],[-82.342419,37.783465],[-82.50125,37.931343],[-82.621743,38.123036],[-82.594358,38.424267],[-82.331465,38.446175],[-82.293127,38.577622],[-82.172634,38.632391],[-82.221926,38.785745],[-82.03571,39.026731],[-81.887833,38.873376],[-81.783771,38.966484],[-81.811156,39.0815],[-81.685186,39.273193],[-81.57017,39.267716],[-81.455155,39.410117],[-81.345616,39.344393],[-81.219646,39.388209],[-80.830783,39.711348],[-80.737675,40.078303],[-80.600752,40.319289],[-80.595275,40.472643],[-80.666475,40.582182],[-80.518598,40.636951]]]}},\n{\"type\":\"Feature\",\"id\":\"55\",\"properties\":{\"name\":\"WI\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-90.415429,46.568478],[-90.229213,46.508231],[-90.119674,46.338446],[-89.09001,46.135799],[-88.662808,45.987922],[-88.531362,46.020784],[-88.10416,45.922199],[-87.989145,45.796229],[-87.781021,45.675736],[-87.791975,45.500474],[-87.885083,45.363551],[-87.649574,45.341643],[-87.742682,45.199243],[-87.589328,45.095181],[-87.627666,44.974688],[-87.819359,44.95278],[-87.983668,44.722749],[-88.043914,44.563917],[-87.928898,44.536533],[-87.775544,44.640595],[-87.611236,44.837764],[-87.403112,44.914442],[-87.238804,45.166381],[-87.03068,45.22115],[-87.047111,45.089704],[-87.189511,44.969211],[-87.468835,44.552964],[-87.545512,44.322932],[-87.540035,44.158624],[-87.644097,44.103854],[-87.737205,43.8793],[-87.704344,43.687607],[-87.791975,43.561637],[-87.912467,43.249452],[-87.885083,43.002989],[-87.76459,42.783912],[-87.802929,42.493634],[-88.788778,42.493634],[-90.639984,42.510065],[-90.711184,42.636034],[-91.067185,42.75105],[-91.143862,42.909881],[-91.176724,43.134436],[-91.056231,43.254929],[-91.204109,43.353514],[-91.215062,43.501391],[-91.269832,43.616407],[-91.242447,43.775238],[-91.43414,43.994316],[-91.592971,44.032654],[-91.877772,44.202439],[-91.927065,44.333886],[-92.233773,44.443425],[-92.337835,44.552964],[-92.545959,44.569394],[-92.808852,44.750133],[-92.737652,45.117088],[-92.75956,45.286874],[-92.644544,45.440228],[-92.770513,45.566198],[-92.885529,45.577151],[-92.869098,45.719552],[-92.639067,45.933153],[-92.354266,46.015307],[-92.29402,46.075553],[-92.29402,46.667063],[-92.091373,46.749217],[-92.014696,46.705401],[-91.790141,46.694447],[-91.09457,46.864232],[-90.837154,46.95734],[-90.749522,46.88614],[-90.886446,46.754694],[-90.55783,46.584908],[-90.415429,46.568478]]]}},\n{\"type\":\"Feature\",\"id\":\"56\",\"properties\":{\"name\":\"WY\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-109.080842,45.002073],[-105.91517,45.002073],[-104.058488,44.996596],[-104.053011,43.002989],[-104.053011,41.003906],[-105.728954,40.998429],[-107.919731,41.003906],[-109.04798,40.998429],[-111.047063,40.998429],[-111.047063,42.000709],[-111.047063,44.476286],[-111.05254,45.002073],[-109.080842,45.002073]]]}},\n{\"type\":\"Feature\",\"id\":\"72\",\"properties\":{\"name\":\"PR\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-66.448338,17.984326],[-66.771478,18.006234],[-66.924832,17.929556],[-66.985078,17.973372],[-67.209633,17.956941],[-67.154863,18.19245],[-67.269879,18.362235],[-67.094617,18.515589],[-66.957694,18.488204],[-66.409999,18.488204],[-65.840398,18.433435],[-65.632274,18.367712],[-65.626797,18.203403],[-65.730859,18.186973],[-65.834921,18.017187],[-66.234737,17.929556],[-66.448338,17.984326]]]}}\n]}\n"
  },
  {
    "path": "web-src/highlighter/shAutoloader.js",
    "content": "/**\n * SyntaxHighlighter\n * http://alexgorbatchev.com/SyntaxHighlighter\n *\n * SyntaxHighlighter is donationware. If you are using it, please donate.\n * http://alexgorbatchev.com/SyntaxHighlighter/donate.html\n *\n * @version\n * 3.0.83 (July 02 2010)\n * \n * @copyright\n * Copyright (C) 2004-2010 Alex Gorbatchev.\n *\n * @license\n * Dual licensed under the MIT and GPL licenses.\n */\neval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c])}}return p}('(2(){1 h=5;h.I=2(){2 n(c,a){4(1 d=0;d<c.9;d++)i[c[d]]=a}2 o(c){1 a=r.H(\"J\"),d=3;a.K=c;a.M=\"L/t\";a.G=\"t\";a.u=a.v=2(){6(!d&&(!8.7||8.7==\"F\"||8.7==\"z\")){d=q;e[c]=q;a:{4(1 p y e)6(e[p]==3)B a;j&&5.C(k)}a.u=a.v=x;a.D.O(a)}};r.N.R(a)}1 f=Q,l=h.P(),i={},e={},j=3,k=x,b;5.T=2(c){k=c;j=q};4(b=0;b<f.9;b++){1 m=f[b].w?f[b]:f[b].S(/\\\\s+/),g=m.w();n(m,g)}4(b=0;b<l.9;b++)6(g=i[l[b].E.A]){e[g]=3;o(g)}}})();',56,56,'|var|function|false|for|SyntaxHighlighter|if|readyState|this|length|||||||||||||||||true|document||javascript|onload|onreadystatechange|pop|null|in|complete|brush|break|highlight|parentNode|params|loaded|language|createElement|autoloader|script|src|text|type|body|removeChild|findElements|arguments|appendChild|split|all'.split('|'),0,{}))\n"
  },
  {
    "path": "web-src/highlighter/shBrushJScript.js",
    "content": "/**\n * SyntaxHighlighter\n * http://alexgorbatchev.com/SyntaxHighlighter\n *\n * SyntaxHighlighter is donationware. If you are using it, please donate.\n * http://alexgorbatchev.com/SyntaxHighlighter/donate.html\n *\n * @version\n * 3.0.83 (July 02 2010)\n * \n * @copyright\n * Copyright (C) 2004-2010 Alex Gorbatchev.\n *\n * @license\n * Dual licensed under the MIT and GPL licenses.\n */\n;(function()\n{\n\t// CommonJS\n\ttypeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;\n\n\tfunction Brush()\n\t{\n\t\tvar keywords =\t'break case catch continue ' +\n\t\t\t\t\t\t'default delete do else false  ' +\n\t\t\t\t\t\t'for function if in instanceof ' +\n\t\t\t\t\t\t'new null return super switch ' +\n\t\t\t\t\t\t'this throw true try typeof var while with'\n\t\t\t\t\t\t;\n\n\t\tvar r = SyntaxHighlighter.regexLib;\n\t\t\n\t\tthis.regexList = [\n\t\t\t{ regex: r.multiLineDoubleQuotedString,\t\t\t\t\tcss: 'string' },\t\t\t// double quoted strings\n\t\t\t{ regex: r.multiLineSingleQuotedString,\t\t\t\t\tcss: 'string' },\t\t\t// single quoted strings\n\t\t\t{ regex: r.singleLineCComments,\t\t\t\t\t\t\tcss: 'comments' },\t\t\t// one line comments\n\t\t\t{ regex: r.multiLineCComments,\t\t\t\t\t\t\tcss: 'comments' },\t\t\t// multiline comments\n\t\t\t{ regex: /\\s*#.*/gm,\t\t\t\t\t\t\t\t\tcss: 'preprocessor' },\t\t// preprocessor tags like #region and #endregion\n\t\t\t{ regex: new RegExp(this.getKeywords(keywords), 'gm'),\tcss: 'keyword' }\t\t\t// keywords\n\t\t\t];\n\t\n\t\tthis.forHtmlScript(r.scriptScriptTags);\n\t};\n\n\tBrush.prototype\t= new SyntaxHighlighter.Highlighter();\n\tBrush.aliases\t= ['js', 'jscript', 'javascript'];\n\n\tSyntaxHighlighter.brushes.JScript = Brush;\n\n\t// CommonJS\n\ttypeof(exports) != 'undefined' ? exports.Brush = Brush : null;\n})();\n"
  },
  {
    "path": "web-src/highlighter/shBrushXml.js",
    "content": "/**\n * SyntaxHighlighter\n * http://alexgorbatchev.com/SyntaxHighlighter\n *\n * SyntaxHighlighter is donationware. If you are using it, please donate.\n * http://alexgorbatchev.com/SyntaxHighlighter/donate.html\n *\n * @version\n * 3.0.83 (July 02 2010)\n * \n * @copyright\n * Copyright (C) 2004-2010 Alex Gorbatchev.\n *\n * @license\n * Dual licensed under the MIT and GPL licenses.\n */\n;(function()\n{\n\t// CommonJS\n\ttypeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;\n\n\tfunction Brush()\n\t{\n\t\tfunction process(match, regexInfo)\n\t\t{\n\t\t\tvar constructor = SyntaxHighlighter.Match,\n\t\t\t\tcode = match[0],\n\t\t\t\ttag = new XRegExp('(&lt;|<)[\\\\s\\\\/\\\\?]*(?<name>[:\\\\w-\\\\.]+)', 'xg').exec(code),\n\t\t\t\tresult = []\n\t\t\t\t;\n\t\t\n\t\t\tif (match.attributes != null) \n\t\t\t{\n\t\t\t\tvar attributes,\n\t\t\t\t\tregex = new XRegExp('(?<name> [\\\\w:\\\\-\\\\.]+)' +\n\t\t\t\t\t\t\t\t\t\t'\\\\s*=\\\\s*' +\n\t\t\t\t\t\t\t\t\t\t'(?<value> \".*?\"|\\'.*?\\'|\\\\w+)',\n\t\t\t\t\t\t\t\t\t\t'xg');\n\n\t\t\t\twhile ((attributes = regex.exec(code)) != null) \n\t\t\t\t{\n\t\t\t\t\tresult.push(new constructor(attributes.name, match.index + attributes.index, 'color1'));\n\t\t\t\t\tresult.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].indexOf(attributes.value), 'string'));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (tag != null)\n\t\t\t\tresult.push(\n\t\t\t\t\tnew constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword')\n\t\t\t\t);\n\n\t\t\treturn result;\n\t\t}\n\t\n\t\tthis.regexList = [\n\t\t\t{ regex: new XRegExp('(\\\\&lt;|<)\\\\!\\\\[[\\\\w\\\\s]*?\\\\[(.|\\\\s)*?\\\\]\\\\](\\\\&gt;|>)', 'gm'),\t\t\tcss: 'color2' },\t// <![ ... [ ... ]]>\n\t\t\t{ regex: SyntaxHighlighter.regexLib.xmlComments,\t\t\t\t\t\t\t\t\t\t\t\tcss: 'comments' },\t// <!-- ... -->\n\t\t\t{ regex: new XRegExp('(&lt;|<)[\\\\s\\\\/\\\\?]*(\\\\w+)(?<attributes>.*?)[\\\\s\\\\/\\\\?]*(&gt;|>)', 'sg'), func: process }\n\t\t];\n\t};\n\n\tBrush.prototype\t= new SyntaxHighlighter.Highlighter();\n\tBrush.aliases\t= ['xml', 'xhtml', 'xslt', 'html'];\n\n\tSyntaxHighlighter.brushes.Xml = Brush;\n\n\t// CommonJS\n\ttypeof(exports) != 'undefined' ? exports.Brush = Brush : null;\n})();\n"
  },
  {
    "path": "web-src/highlighter/shCore.css",
    "content": "/**\n * SyntaxHighlighter\n * http://alexgorbatchev.com/SyntaxHighlighter\n *\n * SyntaxHighlighter is donationware. If you are using it, please donate.\n * http://alexgorbatchev.com/SyntaxHighlighter/donate.html\n *\n * @version\n * 3.0.83 (July 02 2010)\n * \n * @copyright\n * Copyright (C) 2004-2010 Alex Gorbatchev.\n *\n * @license\n * Dual licensed under the MIT and GPL licenses.\n */\n.syntaxhighlighter a,\n.syntaxhighlighter div,\n.syntaxhighlighter code,\n.syntaxhighlighter table,\n.syntaxhighlighter table td,\n.syntaxhighlighter table tr,\n.syntaxhighlighter table tbody,\n.syntaxhighlighter table thead,\n.syntaxhighlighter table caption,\n.syntaxhighlighter textarea {\n  -moz-border-radius: 0 0 0 0 !important;\n  -webkit-border-radius: 0 0 0 0 !important;\n  background: none !important;\n  border: 0 !important;\n  bottom: auto !important;\n  float: none !important;\n  height: auto !important;\n  left: auto !important;\n  line-height: 1.1em !important;\n  margin: 0 !important;\n  outline: 0 !important;\n  overflow: visible !important;\n  padding: 0 !important;\n  position: static !important;\n  right: auto !important;\n  text-align: left !important;\n  top: auto !important;\n  vertical-align: baseline !important;\n  width: auto !important;\n  box-sizing: content-box !important;\n  font-family: \"Consolas\", \"Bitstream Vera Sans Mono\", \"Courier New\", Courier, monospace !important;\n  font-weight: normal !important;\n  font-style: normal !important;\n  font-size: 1em !important;\n  min-height: inherit !important;\n  min-height: auto !important;\n}\n\n.syntaxhighlighter {\n  width: 100% !important;\n  margin: 1em 0 1em 0 !important;\n  position: relative !important;\n  overflow: auto !important;\n  font-size: 1em !important;\n}\n.syntaxhighlighter.source {\n  overflow: hidden !important;\n}\n.syntaxhighlighter .bold {\n  font-weight: bold !important;\n}\n.syntaxhighlighter .italic {\n  font-style: italic !important;\n}\n.syntaxhighlighter .line {\n  white-space: pre !important;\n}\n.syntaxhighlighter table {\n  width: 100% !important;\n}\n.syntaxhighlighter table caption {\n  text-align: left !important;\n  padding: .5em 0 0.5em 1em !important;\n}\n.syntaxhighlighter table td.code {\n  width: 100% !important;\n}\n.syntaxhighlighter table td.code .container {\n  position: relative !important;\n}\n.syntaxhighlighter table td.code .container textarea {\n  box-sizing: border-box !important;\n  position: absolute !important;\n  left: 0 !important;\n  top: 0 !important;\n  width: 100% !important;\n  height: 100% !important;\n  border: none !important;\n  background: white !important;\n  padding-left: 1em !important;\n  overflow: hidden !important;\n  white-space: pre !important;\n}\n.syntaxhighlighter table td.gutter .line {\n  text-align: right !important;\n  padding: 0 0.5em 0 1em !important;\n}\n.syntaxhighlighter table td.code .line {\n  padding: 0 1em !important;\n}\n.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {\n  padding-left: 0em !important;\n}\n.syntaxhighlighter.show {\n  display: block !important;\n}\n.syntaxhighlighter.collapsed table {\n  display: none !important;\n}\n.syntaxhighlighter.collapsed .toolbar {\n  padding: 0.1em 0.8em 0em 0.8em !important;\n  font-size: 1em !important;\n  position: static !important;\n  width: auto !important;\n  height: auto !important;\n}\n.syntaxhighlighter.collapsed .toolbar span {\n  display: inline !important;\n  margin-right: 1em !important;\n}\n.syntaxhighlighter.collapsed .toolbar span a {\n  padding: 0 !important;\n  display: none !important;\n}\n.syntaxhighlighter.collapsed .toolbar span a.expandSource {\n  display: inline !important;\n}\n.syntaxhighlighter .toolbar {\n  position: absolute !important;\n  right: 1px !important;\n  top: 1px !important;\n  width: 11px !important;\n  height: 11px !important;\n  font-size: 10px !important;\n  z-index: 10 !important;\n}\n.syntaxhighlighter .toolbar span.title {\n  display: inline !important;\n}\n.syntaxhighlighter .toolbar a {\n  display: block !important;\n  text-align: center !important;\n  text-decoration: none !important;\n  padding-top: 1px !important;\n}\n.syntaxhighlighter .toolbar a.expandSource {\n  display: none !important;\n}\n.syntaxhighlighter.ie {\n  font-size: .9em !important;\n  padding: 1px 0 1px 0 !important;\n}\n.syntaxhighlighter.ie .toolbar {\n  line-height: 8px !important;\n}\n.syntaxhighlighter.ie .toolbar a {\n  padding-top: 0px !important;\n}\n.syntaxhighlighter.printing .line.alt1 .content,\n.syntaxhighlighter.printing .line.alt2 .content,\n.syntaxhighlighter.printing .line.highlighted .number,\n.syntaxhighlighter.printing .line.highlighted.alt1 .content,\n.syntaxhighlighter.printing .line.highlighted.alt2 .content {\n  background: none !important;\n}\n.syntaxhighlighter.printing .line .number {\n  color: #bbbbbb !important;\n}\n.syntaxhighlighter.printing .line .content {\n  color: black !important;\n}\n.syntaxhighlighter.printing .toolbar {\n  display: none !important;\n}\n.syntaxhighlighter.printing a {\n  text-decoration: none !important;\n}\n.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {\n  color: black !important;\n}\n.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {\n  color: #008200 !important;\n}\n.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {\n  color: blue !important;\n}\n.syntaxhighlighter.printing .keyword {\n  color: #006699 !important;\n  font-weight: bold !important;\n}\n.syntaxhighlighter.printing .preprocessor {\n  color: gray !important;\n}\n.syntaxhighlighter.printing .variable {\n  color: #aa7700 !important;\n}\n.syntaxhighlighter.printing .value {\n  color: #009900 !important;\n}\n.syntaxhighlighter.printing .functions {\n  color: #ff1493 !important;\n}\n.syntaxhighlighter.printing .constants {\n  color: #0066cc !important;\n}\n.syntaxhighlighter.printing .script {\n  font-weight: bold !important;\n}\n.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {\n  color: gray !important;\n}\n.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {\n  color: #ff1493 !important;\n}\n.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {\n  color: red !important;\n}\n.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {\n  color: black !important;\n}\n"
  },
  {
    "path": "web-src/highlighter/shCore.js",
    "content": "/**\n * SyntaxHighlighter\n * http://alexgorbatchev.com/SyntaxHighlighter\n *\n * SyntaxHighlighter is donationware. If you are using it, please donate.\n * http://alexgorbatchev.com/SyntaxHighlighter/donate.html\n *\n * @version\n * 3.0.83 (July 02 2010)\n * \n * @copyright\n * Copyright (C) 2004-2010 Alex Gorbatchev.\n *\n * @license\n * Dual licensed under the MIT and GPL licenses.\n */\neval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c])}}return p}('K M;I(M)1S 2U(\"2a\\'t 4k M 4K 2g 3l 4G 4H\");(6(){6 r(f,e){I(!M.1R(f))1S 3m(\"3s 15 4R\");K a=f.1w;f=M(f.1m,t(f)+(e||\"\"));I(a)f.1w={1m:a.1m,19:a.19?a.19.1a(0):N};H f}6 t(f){H(f.1J?\"g\":\"\")+(f.4s?\"i\":\"\")+(f.4p?\"m\":\"\")+(f.4v?\"x\":\"\")+(f.3n?\"y\":\"\")}6 B(f,e,a,b){K c=u.L,d,h,g;v=R;5K{O(;c--;){g=u[c];I(a&g.3r&&(!g.2p||g.2p.W(b))){g.2q.12=e;I((h=g.2q.X(f))&&h.P===e){d={3k:g.2b.W(b,h,a),1C:h};1N}}}}5v(i){1S i}5q{v=11}H d}6 p(f,e,a){I(3b.Z.1i)H f.1i(e,a);O(a=a||0;a<f.L;a++)I(f[a]===e)H a;H-1}M=6(f,e){K a=[],b=M.1B,c=0,d,h;I(M.1R(f)){I(e!==1d)1S 3m(\"2a\\'t 5r 5I 5F 5B 5C 15 5E 5p\");H r(f)}I(v)1S 2U(\"2a\\'t W 3l M 59 5m 5g 5x 5i\");e=e||\"\";O(d={2N:11,19:[],2K:6(g){H e.1i(g)>-1},3d:6(g){e+=g}};c<f.L;)I(h=B(f,c,b,d)){a.U(h.3k);c+=h.1C[0].L||1}Y I(h=n.X.W(z[b],f.1a(c))){a.U(h[0]);c+=h[0].L}Y{h=f.3a(c);I(h===\"[\")b=M.2I;Y I(h===\"]\")b=M.1B;a.U(h);c++}a=15(a.1K(\"\"),n.Q.W(e,w,\"\"));a.1w={1m:f,19:d.2N?d.19:N};H a};M.3v=\"1.5.0\";M.2I=1;M.1B=2;K C=/\\\\$(?:(\\\\d\\\\d?|[$&`\\'])|{([$\\\\w]+)})/g,w=/[^5h]+|([\\\\s\\\\S])(?=[\\\\s\\\\S]*\\\\1)/g,A=/^(?:[?*+]|{\\\\d+(?:,\\\\d*)?})\\\\??/,v=11,u=[],n={X:15.Z.X,1A:15.Z.1A,1C:1r.Z.1C,Q:1r.Z.Q,1e:1r.Z.1e},x=n.X.W(/()??/,\"\")[1]===1d,D=6(){K f=/^/g;n.1A.W(f,\"\");H!f.12}(),y=6(){K f=/x/g;n.Q.W(\"x\",f,\"\");H!f.12}(),E=15.Z.3n!==1d,z={};z[M.2I]=/^(?:\\\\\\\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\\\\29-26-f]{2}|u[\\\\29-26-f]{4}|c[A-3o-z]|[\\\\s\\\\S]))/;z[M.1B]=/^(?:\\\\\\\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\\\\d*|x[\\\\29-26-f]{2}|u[\\\\29-26-f]{4}|c[A-3o-z]|[\\\\s\\\\S])|\\\\(\\\\?[:=!]|[?*+]\\\\?|{\\\\d+(?:,\\\\d*)?}\\\\??)/;M.1h=6(f,e,a,b){u.U({2q:r(f,\"g\"+(E?\"y\":\"\")),2b:e,3r:a||M.1B,2p:b||N})};M.2n=6(f,e){K a=f+\"/\"+(e||\"\");H M.2n[a]||(M.2n[a]=M(f,e))};M.3c=6(f){H r(f,\"g\")};M.5l=6(f){H f.Q(/[-[\\\\]{}()*+?.,\\\\\\\\^$|#\\\\s]/g,\"\\\\\\\\$&\")};M.5e=6(f,e,a,b){e=r(e,\"g\"+(b&&E?\"y\":\"\"));e.12=a=a||0;f=e.X(f);H b?f&&f.P===a?f:N:f};M.3q=6(){M.1h=6(){1S 2U(\"2a\\'t 55 1h 54 3q\")}};M.1R=6(f){H 53.Z.1q.W(f)===\"[2m 15]\"};M.3p=6(f,e,a,b){O(K c=r(e,\"g\"),d=-1,h;h=c.X(f);){a.W(b,h,++d,f,c);c.12===h.P&&c.12++}I(e.1J)e.12=0};M.57=6(f,e){H 6 a(b,c){K d=e[c].1I?e[c]:{1I:e[c]},h=r(d.1I,\"g\"),g=[],i;O(i=0;i<b.L;i++)M.3p(b[i],h,6(k){g.U(d.3j?k[d.3j]||\"\":k[0])});H c===e.L-1||!g.L?g:a(g,c+1)}([f],0)};15.Z.1p=6(f,e){H J.X(e[0])};15.Z.W=6(f,e){H J.X(e)};15.Z.X=6(f){K e=n.X.1p(J,14),a;I(e){I(!x&&e.L>1&&p(e,\"\")>-1){a=15(J.1m,n.Q.W(t(J),\"g\",\"\"));n.Q.W(f.1a(e.P),a,6(){O(K c=1;c<14.L-2;c++)I(14[c]===1d)e[c]=1d})}I(J.1w&&J.1w.19)O(K b=1;b<e.L;b++)I(a=J.1w.19[b-1])e[a]=e[b];!D&&J.1J&&!e[0].L&&J.12>e.P&&J.12--}H e};I(!D)15.Z.1A=6(f){(f=n.X.W(J,f))&&J.1J&&!f[0].L&&J.12>f.P&&J.12--;H!!f};1r.Z.1C=6(f){M.1R(f)||(f=15(f));I(f.1J){K e=n.1C.1p(J,14);f.12=0;H e}H f.X(J)};1r.Z.Q=6(f,e){K a=M.1R(f),b,c;I(a&&1j e.58()===\"3f\"&&e.1i(\"${\")===-1&&y)H n.Q.1p(J,14);I(a){I(f.1w)b=f.1w.19}Y f+=\"\";I(1j e===\"6\")c=n.Q.W(J,f,6(){I(b){14[0]=1f 1r(14[0]);O(K d=0;d<b.L;d++)I(b[d])14[0][b[d]]=14[d+1]}I(a&&f.1J)f.12=14[14.L-2]+14[0].L;H e.1p(N,14)});Y{c=J+\"\";c=n.Q.W(c,f,6(){K d=14;H n.Q.W(e,C,6(h,g,i){I(g)5b(g){24\"$\":H\"$\";24\"&\":H d[0];24\"`\":H d[d.L-1].1a(0,d[d.L-2]);24\"\\'\":H d[d.L-1].1a(d[d.L-2]+d[0].L);5a:i=\"\";g=+g;I(!g)H h;O(;g>d.L-3;){i=1r.Z.1a.W(g,-1)+i;g=1Q.3i(g/10)}H(g?d[g]||\"\":\"$\")+i}Y{g=+i;I(g<=d.L-3)H d[g];g=b?p(b,i):-1;H g>-1?d[g+1]:h}})})}I(a&&f.1J)f.12=0;H c};1r.Z.1e=6(f,e){I(!M.1R(f))H n.1e.1p(J,14);K a=J+\"\",b=[],c=0,d,h;I(e===1d||+e<0)e=5D;Y{e=1Q.3i(+e);I(!e)H[]}O(f=M.3c(f);d=f.X(a);){I(f.12>c){b.U(a.1a(c,d.P));d.L>1&&d.P<a.L&&3b.Z.U.1p(b,d.1a(1));h=d[0].L;c=f.12;I(b.L>=e)1N}f.12===d.P&&f.12++}I(c===a.L){I(!n.1A.W(f,\"\")||h)b.U(\"\")}Y b.U(a.1a(c));H b.L>e?b.1a(0,e):b};M.1h(/\\\\(\\\\?#[^)]*\\\\)/,6(f){H n.1A.W(A,f.2S.1a(f.P+f[0].L))?\"\":\"(?:)\"});M.1h(/\\\\((?!\\\\?)/,6(){J.19.U(N);H\"(\"});M.1h(/\\\\(\\\\?<([$\\\\w]+)>/,6(f){J.19.U(f[1]);J.2N=R;H\"(\"});M.1h(/\\\\\\\\k<([\\\\w$]+)>/,6(f){K e=p(J.19,f[1]);H e>-1?\"\\\\\\\\\"+(e+1)+(3R(f.2S.3a(f.P+f[0].L))?\"\":\"(?:)\"):f[0]});M.1h(/\\\\[\\\\^?]/,6(f){H f[0]===\"[]\"?\"\\\\\\\\b\\\\\\\\B\":\"[\\\\\\\\s\\\\\\\\S]\"});M.1h(/^\\\\(\\\\?([5A]+)\\\\)/,6(f){J.3d(f[1]);H\"\"});M.1h(/(?:\\\\s+|#.*)+/,6(f){H n.1A.W(A,f.2S.1a(f.P+f[0].L))?\"\":\"(?:)\"},M.1B,6(){H J.2K(\"x\")});M.1h(/\\\\./,6(){H\"[\\\\\\\\s\\\\\\\\S]\"},M.1B,6(){H J.2K(\"s\")})})();1j 2e!=\"1d\"&&(2e.M=M);K 1v=6(){6 r(a,b){a.1l.1i(b)!=-1||(a.1l+=\" \"+b)}6 t(a){H a.1i(\"3e\")==0?a:\"3e\"+a}6 B(a){H e.1Y.2A[t(a)]}6 p(a,b,c){I(a==N)H N;K d=c!=R?a.3G:[a.2G],h={\"#\":\"1c\",\".\":\"1l\"}[b.1o(0,1)]||\"3h\",g,i;g=h!=\"3h\"?b.1o(1):b.5u();I((a[h]||\"\").1i(g)!=-1)H a;O(a=0;d&&a<d.L&&i==N;a++)i=p(d[a],b,c);H i}6 C(a,b){K c={},d;O(d 2g a)c[d]=a[d];O(d 2g b)c[d]=b[d];H c}6 w(a,b,c,d){6 h(g){g=g||1P.5y;I(!g.1F){g.1F=g.52;g.3N=6(){J.5w=11}}c.W(d||1P,g)}a.3g?a.3g(\"4U\"+b,h):a.4y(b,h,11)}6 A(a,b){K c=e.1Y.2j,d=N;I(c==N){c={};O(K h 2g e.1U){K g=e.1U[h];d=g.4x;I(d!=N){g.1V=h.4w();O(g=0;g<d.L;g++)c[d[g]]=h}}e.1Y.2j=c}d=e.1U[c[a]];d==N&&b!=11&&1P.1X(e.13.1x.1X+(e.13.1x.3E+a));H d}6 v(a,b){O(K c=a.1e(\"\\\\n\"),d=0;d<c.L;d++)c[d]=b(c[d],d);H c.1K(\"\\\\n\")}6 u(a,b){I(a==N||a.L==0||a==\"\\\\n\")H a;a=a.Q(/</g,\"&1y;\");a=a.Q(/ {2,}/g,6(c){O(K d=\"\",h=0;h<c.L-1;h++)d+=e.13.1W;H d+\" \"});I(b!=N)a=v(a,6(c){I(c.L==0)H\"\";K d=\"\";c=c.Q(/^(&2s;| )+/,6(h){d=h;H\"\"});I(c.L==0)H d;H d+\\'<17 1g=\"\\'+b+\\'\">\\'+c+\"</17>\"});H a}6 n(a,b){a.1e(\"\\\\n\");O(K c=\"\",d=0;d<50;d++)c+=\"                    \";H a=v(a,6(h){I(h.1i(\"\\\\t\")==-1)H h;O(K g=0;(g=h.1i(\"\\\\t\"))!=-1;)h=h.1o(0,g)+c.1o(0,b-g%b)+h.1o(g+1,h.L);H h})}6 x(a){H a.Q(/^\\\\s+|\\\\s+$/g,\"\")}6 D(a,b){I(a.P<b.P)H-1;Y I(a.P>b.P)H 1;Y I(a.L<b.L)H-1;Y I(a.L>b.L)H 1;H 0}6 y(a,b){6 c(k){H k[0]}O(K d=N,h=[],g=b.2D?b.2D:c;(d=b.1I.X(a))!=N;){K i=g(d,b);I(1j i==\"3f\")i=[1f e.2L(i,d.P,b.23)];h=h.1O(i)}H h}6 E(a){K b=/(.*)((&1G;|&1y;).*)/;H a.Q(e.3A.3M,6(c){K d=\"\",h=N;I(h=b.X(c)){c=h[1];d=h[2]}H\\'<a 2h=\"\\'+c+\\'\">\\'+c+\"</a>\"+d})}6 z(){O(K a=1E.36(\"1k\"),b=[],c=0;c<a.L;c++)a[c].3s==\"20\"&&b.U(a[c]);H b}6 f(a){a=a.1F;K b=p(a,\".20\",R);a=p(a,\".3O\",R);K c=1E.4i(\"3t\");I(!(!a||!b||p(a,\"3t\"))){B(b.1c);r(b,\"1m\");O(K d=a.3G,h=[],g=0;g<d.L;g++)h.U(d[g].4z||d[g].4A);h=h.1K(\"\\\\r\");c.39(1E.4D(h));a.39(c);c.2C();c.4C();w(c,\"4u\",6(){c.2G.4E(c);b.1l=b.1l.Q(\"1m\",\"\")})}}I(1j 3F!=\"1d\"&&1j M==\"1d\")M=3F(\"M\").M;K e={2v:{\"1g-27\":\"\",\"2i-1s\":1,\"2z-1s-2t\":11,1M:N,1t:N,\"42-45\":R,\"43-22\":4,1u:R,16:R,\"3V-17\":R,2l:11,\"41-40\":R,2k:11,\"1z-1k\":11},13:{1W:\"&2s;\",2M:R,46:11,44:11,34:\"4n\",1x:{21:\"4o 1m\",2P:\"?\",1X:\"1v\\\\n\\\\n\",3E:\"4r\\'t 4t 1D O: \",4g:\"4m 4B\\'t 51 O 1z-1k 4F: \",37:\\'<!4T 1z 4S \"-//4V//3H 4W 1.0 4Z//4Y\" \"1Z://2y.3L.3K/4X/3I/3H/3I-4P.4J\"><1z 4I=\"1Z://2y.3L.3K/4L/5L\"><3J><4N 1Z-4M=\"5G-5M\" 6K=\"2O/1z; 6J=6I-8\" /><1t>6L 1v</1t></3J><3B 1L=\"25-6M:6Q,6P,6O,6N-6F;6y-2f:#6x;2f:#6w;25-22:6v;2O-3D:3C;\"><T 1L=\"2O-3D:3C;3w-32:1.6z;\"><T 1L=\"25-22:6A-6E;\">1v</T><T 1L=\"25-22:.6C;3w-6B:6R;\"><T>3v 3.0.76 (72 73 3x)</T><T><a 2h=\"1Z://3u.2w/1v\" 1F=\"38\" 1L=\"2f:#3y\">1Z://3u.2w/1v</a></T><T>70 17 6U 71.</T><T>6T 6X-3x 6Y 6D.</T></T><T>6t 61 60 J 1k, 5Z <a 2h=\"6u://2y.62.2w/63-66/65?64=5X-5W&5P=5O\" 1L=\"2f:#3y\">5R</a> 5V <2R/>5U 5T 5S!</T></T></3B></1z>\\'}},1Y:{2j:N,2A:{}},1U:{},3A:{6n:/\\\\/\\\\*[\\\\s\\\\S]*?\\\\*\\\\//2c,6m:/\\\\/\\\\/.*$/2c,6l:/#.*$/2c,6k:/\"([^\\\\\\\\\"\\\\n]|\\\\\\\\.)*\"/g,6o:/\\'([^\\\\\\\\\\'\\\\n]|\\\\\\\\.)*\\'/g,6p:1f M(\\'\"([^\\\\\\\\\\\\\\\\\"]|\\\\\\\\\\\\\\\\.)*\"\\',\"3z\"),6s:1f M(\"\\'([^\\\\\\\\\\\\\\\\\\']|\\\\\\\\\\\\\\\\.)*\\'\",\"3z\"),6q:/(&1y;|<)!--[\\\\s\\\\S]*?--(&1G;|>)/2c,3M:/\\\\w+:\\\\/\\\\/[\\\\w-.\\\\/?%&=:@;]*/g,6a:{18:/(&1y;|<)\\\\?=?/g,1b:/\\\\?(&1G;|>)/g},69:{18:/(&1y;|<)%=?/g,1b:/%(&1G;|>)/g},6d:{18:/(&1y;|<)\\\\s*1k.*?(&1G;|>)/2T,1b:/(&1y;|<)\\\\/\\\\s*1k\\\\s*(&1G;|>)/2T}},16:{1H:6(a){6 b(i,k){H e.16.2o(i,k,e.13.1x[k])}O(K c=\\'<T 1g=\"16\">\\',d=e.16.2x,h=d.2X,g=0;g<h.L;g++)c+=(d[h[g]].1H||b)(a,h[g]);c+=\"</T>\";H c},2o:6(a,b,c){H\\'<2W><a 2h=\"#\" 1g=\"6e 6h\\'+b+\" \"+b+\\'\">\\'+c+\"</a></2W>\"},2b:6(a){K b=a.1F,c=b.1l||\"\";b=B(p(b,\".20\",R).1c);K d=6(h){H(h=15(h+\"6f(\\\\\\\\w+)\").X(c))?h[1]:N}(\"6g\");b&&d&&e.16.2x[d].2B(b);a.3N()},2x:{2X:[\"21\",\"2P\"],21:{1H:6(a){I(a.V(\"2l\")!=R)H\"\";K b=a.V(\"1t\");H e.16.2o(a,\"21\",b?b:e.13.1x.21)},2B:6(a){a=1E.6j(t(a.1c));a.1l=a.1l.Q(\"47\",\"\")}},2P:{2B:6(){K a=\"68=0\";a+=\", 18=\"+(31.30-33)/2+\", 32=\"+(31.2Z-2Y)/2+\", 30=33, 2Z=2Y\";a=a.Q(/^,/,\"\");a=1P.6Z(\"\",\"38\",a);a.2C();K b=a.1E;b.6W(e.13.1x.37);b.6V();a.2C()}}}},35:6(a,b){K c;I(b)c=[b];Y{c=1E.36(e.13.34);O(K d=[],h=0;h<c.L;h++)d.U(c[h]);c=d}c=c;d=[];I(e.13.2M)c=c.1O(z());I(c.L===0)H d;O(h=0;h<c.L;h++){O(K g=c[h],i=a,k=c[h].1l,j=3W 0,l={},m=1f M(\"^\\\\\\\\[(?<2V>(.*?))\\\\\\\\]$\"),s=1f M(\"(?<27>[\\\\\\\\w-]+)\\\\\\\\s*:\\\\\\\\s*(?<1T>[\\\\\\\\w-%#]+|\\\\\\\\[.*?\\\\\\\\]|\\\\\".*?\\\\\"|\\'.*?\\')\\\\\\\\s*;?\",\"g\");(j=s.X(k))!=N;){K o=j.1T.Q(/^[\\'\"]|[\\'\"]$/g,\"\");I(o!=N&&m.1A(o)){o=m.X(o);o=o.2V.L>0?o.2V.1e(/\\\\s*,\\\\s*/):[]}l[j.27]=o}g={1F:g,1n:C(i,l)};g.1n.1D!=N&&d.U(g)}H d},1M:6(a,b){K c=J.35(a,b),d=N,h=e.13;I(c.L!==0)O(K g=0;g<c.L;g++){b=c[g];K i=b.1F,k=b.1n,j=k.1D,l;I(j!=N){I(k[\"1z-1k\"]==\"R\"||e.2v[\"1z-1k\"]==R){d=1f e.4l(j);j=\"4O\"}Y I(d=A(j))d=1f d;Y 6H;l=i.3X;I(h.2M){l=l;K m=x(l),s=11;I(m.1i(\"<![6G[\")==0){m=m.4h(9);s=R}K o=m.L;I(m.1i(\"]]\\\\>\")==o-3){m=m.4h(0,o-3);s=R}l=s?m:l}I((i.1t||\"\")!=\"\")k.1t=i.1t;k.1D=j;d.2Q(k);b=d.2F(l);I((i.1c||\"\")!=\"\")b.1c=i.1c;i.2G.74(b,i)}}},2E:6(a){w(1P,\"4k\",6(){e.1M(a)})}};e.2E=e.2E;e.1M=e.1M;e.2L=6(a,b,c){J.1T=a;J.P=b;J.L=a.L;J.23=c;J.1V=N};e.2L.Z.1q=6(){H J.1T};e.4l=6(a){6 b(j,l){O(K m=0;m<j.L;m++)j[m].P+=l}K c=A(a),d,h=1f e.1U.5Y,g=J,i=\"2F 1H 2Q\".1e(\" \");I(c!=N){d=1f c;O(K k=0;k<i.L;k++)(6(){K j=i[k];g[j]=6(){H h[j].1p(h,14)}})();d.28==N?1P.1X(e.13.1x.1X+(e.13.1x.4g+a)):h.2J.U({1I:d.28.17,2D:6(j){O(K l=j.17,m=[],s=d.2J,o=j.P+j.18.L,F=d.28,q,G=0;G<s.L;G++){q=y(l,s[G]);b(q,o);m=m.1O(q)}I(F.18!=N&&j.18!=N){q=y(j.18,F.18);b(q,j.P);m=m.1O(q)}I(F.1b!=N&&j.1b!=N){q=y(j.1b,F.1b);b(q,j.P+j[0].5Q(j.1b));m=m.1O(q)}O(j=0;j<m.L;j++)m[j].1V=c.1V;H m}})}};e.4j=6(){};e.4j.Z={V:6(a,b){K c=J.1n[a];c=c==N?b:c;K d={\"R\":R,\"11\":11}[c];H d==N?c:d},3Y:6(a){H 1E.4i(a)},4c:6(a,b){K c=[];I(a!=N)O(K d=0;d<a.L;d++)I(1j a[d]==\"2m\")c=c.1O(y(b,a[d]));H J.4e(c.6b(D))},4e:6(a){O(K b=0;b<a.L;b++)I(a[b]!==N)O(K c=a[b],d=c.P+c.L,h=b+1;h<a.L&&a[b]!==N;h++){K g=a[h];I(g!==N)I(g.P>d)1N;Y I(g.P==c.P&&g.L>c.L)a[b]=N;Y I(g.P>=c.P&&g.P<d)a[h]=N}H a},4d:6(a){K b=[],c=2u(J.V(\"2i-1s\"));v(a,6(d,h){b.U(h+c)});H b},3U:6(a){K b=J.V(\"1M\",[]);I(1j b!=\"2m\"&&b.U==N)b=[b];a:{a=a.1q();K c=3W 0;O(c=c=1Q.6c(c||0,0);c<b.L;c++)I(b[c]==a){b=c;1N a}b=-1}H b!=-1},2r:6(a,b,c){a=[\"1s\",\"6i\"+b,\"P\"+a,\"6r\"+(b%2==0?1:2).1q()];J.3U(b)&&a.U(\"67\");b==0&&a.U(\"1N\");H\\'<T 1g=\"\\'+a.1K(\" \")+\\'\">\\'+c+\"</T>\"},3Q:6(a,b){K c=\"\",d=a.1e(\"\\\\n\").L,h=2u(J.V(\"2i-1s\")),g=J.V(\"2z-1s-2t\");I(g==R)g=(h+d-1).1q().L;Y I(3R(g)==R)g=0;O(K i=0;i<d;i++){K k=b?b[i]:h+i,j;I(k==0)j=e.13.1W;Y{j=g;O(K l=k.1q();l.L<j;)l=\"0\"+l;j=l}a=j;c+=J.2r(i,k,a)}H c},49:6(a,b){a=x(a);K c=a.1e(\"\\\\n\");J.V(\"2z-1s-2t\");K d=2u(J.V(\"2i-1s\"));a=\"\";O(K h=J.V(\"1D\"),g=0;g<c.L;g++){K i=c[g],k=/^(&2s;|\\\\s)+/.X(i),j=N,l=b?b[g]:d+g;I(k!=N){j=k[0].1q();i=i.1o(j.L);j=j.Q(\" \",e.13.1W)}i=x(i);I(i.L==0)i=e.13.1W;a+=J.2r(g,l,(j!=N?\\'<17 1g=\"\\'+h+\\' 5N\">\\'+j+\"</17>\":\"\")+i)}H a},4f:6(a){H a?\"<4a>\"+a+\"</4a>\":\"\"},4b:6(a,b){6 c(l){H(l=l?l.1V||g:g)?l+\" \":\"\"}O(K d=0,h=\"\",g=J.V(\"1D\",\"\"),i=0;i<b.L;i++){K k=b[i],j;I(!(k===N||k.L===0)){j=c(k);h+=u(a.1o(d,k.P-d),j+\"48\")+u(k.1T,j+k.23);d=k.P+k.L+(k.75||0)}}h+=u(a.1o(d),c()+\"48\");H h},1H:6(a){K b=\"\",c=[\"20\"],d;I(J.V(\"2k\")==R)J.1n.16=J.1n.1u=11;1l=\"20\";J.V(\"2l\")==R&&c.U(\"47\");I((1u=J.V(\"1u\"))==11)c.U(\"6S\");c.U(J.V(\"1g-27\"));c.U(J.V(\"1D\"));a=a.Q(/^[ ]*[\\\\n]+|[\\\\n]*[ ]*$/g,\"\").Q(/\\\\r/g,\" \");b=J.V(\"43-22\");I(J.V(\"42-45\")==R)a=n(a,b);Y{O(K h=\"\",g=0;g<b;g++)h+=\" \";a=a.Q(/\\\\t/g,h)}a=a;a:{b=a=a;h=/<2R\\\\s*\\\\/?>|&1y;2R\\\\s*\\\\/?&1G;/2T;I(e.13.46==R)b=b.Q(h,\"\\\\n\");I(e.13.44==R)b=b.Q(h,\"\");b=b.1e(\"\\\\n\");h=/^\\\\s*/;g=4Q;O(K i=0;i<b.L&&g>0;i++){K k=b[i];I(x(k).L!=0){k=h.X(k);I(k==N){a=a;1N a}g=1Q.4q(k[0].L,g)}}I(g>0)O(i=0;i<b.L;i++)b[i]=b[i].1o(g);a=b.1K(\"\\\\n\")}I(1u)d=J.4d(a);b=J.4c(J.2J,a);b=J.4b(a,b);b=J.49(b,d);I(J.V(\"41-40\"))b=E(b);1j 2H!=\"1d\"&&2H.3S&&2H.3S.1C(/5s/)&&c.U(\"5t\");H b=\\'<T 1c=\"\\'+t(J.1c)+\\'\" 1g=\"\\'+c.1K(\" \")+\\'\">\\'+(J.V(\"16\")?e.16.1H(J):\"\")+\\'<3Z 5z=\"0\" 5H=\"0\" 5J=\"0\">\\'+J.4f(J.V(\"1t\"))+\"<3T><3P>\"+(1u?\\'<2d 1g=\"1u\">\\'+J.3Q(a)+\"</2d>\":\"\")+\\'<2d 1g=\"17\"><T 1g=\"3O\">\\'+b+\"</T></2d></3P></3T></3Z></T>\"},2F:6(a){I(a===N)a=\"\";J.17=a;K b=J.3Y(\"T\");b.3X=J.1H(a);J.V(\"16\")&&w(p(b,\".16\"),\"5c\",e.16.2b);J.V(\"3V-17\")&&w(p(b,\".17\"),\"56\",f);H b},2Q:6(a){J.1c=\"\"+1Q.5d(1Q.5n()*5k).1q();e.1Y.2A[t(J.1c)]=J;J.1n=C(e.2v,a||{});I(J.V(\"2k\")==R)J.1n.16=J.1n.1u=11},5j:6(a){a=a.Q(/^\\\\s+|\\\\s+$/g,\"\").Q(/\\\\s+/g,\"|\");H\"\\\\\\\\b(?:\"+a+\")\\\\\\\\b\"},5f:6(a){J.28={18:{1I:a.18,23:\"1k\"},1b:{1I:a.1b,23:\"1k\"},17:1f M(\"(?<18>\"+a.18.1m+\")(?<17>.*?)(?<1b>\"+a.1b.1m+\")\",\"5o\")}}};H e}();1j 2e!=\"1d\"&&(2e.1v=1v);',62,441,'||||||function|||||||||||||||||||||||||||||||||||||return|if|this|var|length|XRegExp|null|for|index|replace|true||div|push|getParam|call|exec|else|prototype||false|lastIndex|config|arguments|RegExp|toolbar|code|left|captureNames|slice|right|id|undefined|split|new|class|addToken|indexOf|typeof|script|className|source|params|substr|apply|toString|String|line|title|gutter|SyntaxHighlighter|_xregexp|strings|lt|html|test|OUTSIDE_CLASS|match|brush|document|target|gt|getHtml|regex|global|join|style|highlight|break|concat|window|Math|isRegExp|throw|value|brushes|brushName|space|alert|vars|http|syntaxhighlighter|expandSource|size|css|case|font|Fa|name|htmlScript|dA|can|handler|gm|td|exports|color|in|href|first|discoveredBrushes|light|collapse|object|cache|getButtonHtml|trigger|pattern|getLineHtml|nbsp|numbers|parseInt|defaults|com|items|www|pad|highlighters|execute|focus|func|all|getDiv|parentNode|navigator|INSIDE_CLASS|regexList|hasFlag|Match|useScriptTags|hasNamedCapture|text|help|init|br|input|gi|Error|values|span|list|250|height|width|screen|top|500|tagName|findElements|getElementsByTagName|aboutDialog|_blank|appendChild|charAt|Array|copyAsGlobal|setFlag|highlighter_|string|attachEvent|nodeName|floor|backref|output|the|TypeError|sticky|Za|iterate|freezeTokens|scope|type|textarea|alexgorbatchev|version|margin|2010|005896|gs|regexLib|body|center|align|noBrush|require|childNodes|DTD|xhtml1|head|org|w3|url|preventDefault|container|tr|getLineNumbersHtml|isNaN|userAgent|tbody|isLineHighlighted|quick|void|innerHTML|create|table|links|auto|smart|tab|stripBrs|tabs|bloggerMode|collapsed|plain|getCodeLinesHtml|caption|getMatchesHtml|findMatches|figureOutLineNumbers|removeNestedMatches|getTitleHtml|brushNotHtmlScript|substring|createElement|Highlighter|load|HtmlScript|Brush|pre|expand|multiline|min|Can|ignoreCase|find|blur|extended|toLowerCase|aliases|addEventListener|innerText|textContent|wasn|select|createTextNode|removeChild|option|same|frame|xmlns|dtd|twice|1999|equiv|meta|htmlscript|transitional|1E3|expected|PUBLIC|DOCTYPE|on|W3C|XHTML|TR|EN|Transitional||configured|srcElement|Object|after|run|dblclick|matchChain|valueOf|constructor|default|switch|click|round|execAt|forHtmlScript|token|gimy|functions|getKeywords|1E6|escape|within|random|sgi|another|finally|supply|MSIE|ie|toUpperCase|catch|returnValue|definition|event|border|imsx|constructing|one|Infinity|from|when|Content|cellpadding|flags|cellspacing|try|xhtml|Type|spaces|2930402|hosted_button_id|lastIndexOf|donate|active|development|keep|to|xclick|_s|Xml|please|like|you|paypal|cgi|cmd|webscr|bin|highlighted|scrollbars|aspScriptTags|phpScriptTags|sort|max|scriptScriptTags|toolbar_item|_|command|command_|number|getElementById|doubleQuotedString|singleLinePerlComments|singleLineCComments|multiLineCComments|singleQuotedString|multiLineDoubleQuotedString|xmlComments|alt|multiLineSingleQuotedString|If|https|1em|000|fff|background|5em|xx|bottom|75em|Gorbatchev|large|serif|CDATA|continue|utf|charset|content|About|family|sans|Helvetica|Arial|Geneva|3em|nogutter|Copyright|syntax|close|write|2004|Alex|open|JavaScript|highlighter|July|02|replaceChild|offset|83'.split('|'),0,{}))\n"
  },
  {
    "path": "web-src/highlighter/shThemeDefault.css",
    "content": "/**\n * SyntaxHighlighter\n * http://alexgorbatchev.com/SyntaxHighlighter\n *\n * SyntaxHighlighter is donationware. If you are using it, please donate.\n * http://alexgorbatchev.com/SyntaxHighlighter/donate.html\n *\n * @version\n * 3.0.83 (July 02 2010)\n * \n * @copyright\n * Copyright (C) 2004-2010 Alex Gorbatchev.\n *\n * @license\n * Dual licensed under the MIT and GPL licenses.\n */\n.syntaxhighlighter {\n  background-color: white !important;\n}\n.syntaxhighlighter .line.alt1 {\n  background-color: white !important;\n}\n.syntaxhighlighter .line.alt2 {\n  background-color: white !important;\n}\n.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {\n  background-color: #e0e0e0 !important;\n}\n.syntaxhighlighter .line.highlighted.number {\n  color: black !important;\n}\n.syntaxhighlighter table caption {\n  color: black !important;\n}\n.syntaxhighlighter .gutter {\n  color: #afafaf !important;\n}\n.syntaxhighlighter .gutter .line {\n  border-right: 3px solid #6ce26c !important;\n}\n.syntaxhighlighter .gutter .line.highlighted {\n  background-color: #6ce26c !important;\n  color: white !important;\n}\n.syntaxhighlighter.printing .line .content {\n  border: none !important;\n}\n.syntaxhighlighter.collapsed {\n  overflow: visible !important;\n}\n.syntaxhighlighter.collapsed .toolbar {\n  color: blue !important;\n  background: white !important;\n  border: 1px solid #6ce26c !important;\n}\n.syntaxhighlighter.collapsed .toolbar a {\n  color: blue !important;\n}\n.syntaxhighlighter.collapsed .toolbar a:hover {\n  color: red !important;\n}\n.syntaxhighlighter .toolbar {\n  color: white !important;\n  background: #6ce26c !important;\n  border: none !important;\n}\n.syntaxhighlighter .toolbar a {\n  color: white !important;\n}\n.syntaxhighlighter .toolbar a:hover {\n  color: black !important;\n}\n.syntaxhighlighter .plain, .syntaxhighlighter .plain a {\n  color: black !important;\n}\n.syntaxhighlighter .comments, .syntaxhighlighter .comments a {\n  color: #008200 !important;\n}\n.syntaxhighlighter .string, .syntaxhighlighter .string a {\n  color: blue !important;\n}\n.syntaxhighlighter .keyword {\n  color: #006699 !important;\n}\n.syntaxhighlighter .preprocessor {\n  color: gray !important;\n}\n.syntaxhighlighter .variable {\n  color: #aa7700 !important;\n}\n.syntaxhighlighter .value {\n  color: #009900 !important;\n}\n.syntaxhighlighter .functions {\n  color: #ff1493 !important;\n}\n.syntaxhighlighter .constants {\n  color: #0066cc !important;\n}\n.syntaxhighlighter .script {\n  font-weight: bold !important;\n  color: #006699 !important;\n  background-color: none !important;\n}\n.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {\n  color: gray !important;\n}\n.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {\n  color: #ff1493 !important;\n}\n.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {\n  color: red !important;\n}\n\n.syntaxhighlighter .keyword {\n  font-weight: bold !important;\n}\n"
  },
  {
    "path": "web-src/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Dimensional Charting Javascript Library</title>\n\n    <meta charset=\"UTF-8\">\n\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/dc.css\"/>\n    <link rel=\"icon\" type=\"image/x-icon\" href=\"dc.logo.png\"/>\n\n    <style>\n        div.dc-chart {\n            float: left;\n        }\n        #monthly-volume-chart g.y {\n            display: none;\n        }\n        #logo {\n            margin-right: 2em;\n            margin-top: 2em;\n        }\n    </style>\n</head>\n<body>\n\n<div class=\"container\">\n\n<img id=\"logo\" src=\"dc.logo.png\" style=\"float:left\" width=125 height=125></img>\n<h2>dc.js - Dimensional Charting Javascript Library</h2>\n\n\n<p>\n    <b>dc.js</b> is a javascript charting library with\n    native <a href=\"http://crossfilter.github.io/crossfilter/\">crossfilter</a> support, allowing\n    highly efficient exploration on large multi-dimensional datasets (inspired by crossfilter's\n    demo). It leverages <a href=\"http://d3js.org/\">d3</a> to render charts in CSS-friendly SVG\n    format. Charts rendered using dc.js are data driven and reactive and therefore provide instant\n    feedback to user interaction.\n</p>\n<p>\n  <b>dc.js</b> is an easy yet powerful javascript library for data visualization and\n  analysis in the browser and on mobile devices.\n</p>\n\n<h4>Version Status</h4>\n<p>This page is running dc.js version <span id=\"version\"></span></p>\n\n<h4>Getting Started</h4>\n<p>\n    Take a look at the <a href=\"docs/stock.html\">annotated source</a> to the Nasdaq Example shown below.\n</p>\n\n<h4>For more information and assistance</h4>\n<ul>\n  <li><a href=\"https://github.com/dc-js/dc.js/blob/develop/Changelog.md\">Changelog</a></li>\n  <li><a href=\"https://github.com/dc-js/dc.js/wiki/FAQ\">Frequently Asked Questions</a> and <a href=\"https://github.com/dc-js/dc.js/wiki\">Wiki</a></li>\n  <li><a href=\"http://dc-js.github.io/dc.js/docs/html\">v4.0 API Reference</a> <sup>(<a href=\"https://github.com/dc-js/dc.js/blob/master/docs/api-latest.md\">markdown</a>)</sup> <sup>(<a href=\"https://github.com/dc-js/dc.js/blob/master/docs/old-api-docs/api-3.1.9.md\">last - v3.1.9</a>)</sup></li>\n  <li><a href=\"http://stackoverflow.com/questions/tagged/dc.js\">dc.js on StackOverflow</a> - ask questions and get help</li>\n  <li><a href=\"https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group\">User Group</a> (\"mailing list\") - discussion and longer topics</li>\n  <li><a href=\"https://github.com/dc-js/dc.js/issues\">GitHub Issues</a> - bug reports and feature requests</li>\n</ul>\n<p><i>Please direct questions and support requests to Stack Overflow or the user group.</i></p>\n\n\n<p>\n  Get help faster with a working example! Fork these to get started:<br>\n  <a href=\"https://jsfiddle.net/gordonwoodhull/rL82bguk/1\">blank jsFiddle</a> - <a href=\"https://jsfiddle.net/gordonwoodhull/5ztavmjy/2\">example jsFiddle</a> - <a href=\"https://blockbuilder.org/gordonwoodhull/f6bab3d2f5b34018548207014b4056bf\">blank bl.ock</a> - <a href=\"https://blockbuilder.org/gordonwoodhull/bcf9eaa0bfc2c84373cffac06d5755e5\">example bl.ock</a>\n</p>\n\n<h3>Examples</h3>\n\n<p>\n    The following charts provide an example of dc.js used against 27 years of Nasdaq 100 index\n    data. Although it is just an example, using it you can already ask some interesting\n    questions. If I am going to gamble whether Nasdaq 100 will gain or lose tomorrow what is my\n    chance? Is Friday or Monday the most unlucky day for investors? Is spring better than winter to\n    invest? Can you find the outliers? When did the outliers occur?\n</p>\n\n<p>\n    Public data source: <a href=\"http://pitrading.com/free_market_data.htm\" target=\"_blank\">PiTrading.com</a>.\n</p>\n\n<p>\n    Try it out or check out these other examples.\n</p>\n<ul>\n    <li><a href=\"vc/index.html\">US Venture Capital Landscape 2011 (choropleth chart, bubble chart)</a></li>\n    <li><a href=\"crime/index.html\">Major Canadian City Crime Stats 1998-2011 (bubble overlay, bar chart, line chart)</a></li>\n    <li><a href=\"https://github.com/dc-js/dc.js/wiki#examples-contributed-by-community\">List of Community Contributed Examples</a></li>\n    <li><a href=\"./examples\">Simple, Specific Chart Examples</a> (<a href=\"https://github.com/dc-js/dc.js/tree/master/web-src/examples\">source</a>)</li>\n</ul>\n\n<h2>Nasdaq 100 Index 1985/11/01-2012/06/29</h2>\n\n<div class=\"row\">\n    <div id=\"yearly-bubble-chart\" class=\"dc-chart\">\n        <strong>Yearly Performance</strong> (radius: fluctuation/index ratio, color: gain/loss)\n        <a class=\"reset\" href=\"javascript:yearlyBubbleChart.filterAll();dc.redrawAll();\"\n           style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    </div>\n</div>\n\n<div class=\"row\">\n    <div id=\"gain-loss-chart\">\n        <strong>Days by Gain/Loss</strong>\n        <a class=\"reset\" href=\"javascript:gainOrLossChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    </div>\n\n    <div id=\"quarter-chart\">\n        <strong>Quarters</strong>\n        <a class=\"reset\" href=\"javascript:quarterChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    </div>\n\n    <div id=\"day-of-week-chart\">\n        <strong>Day of Week</strong>\n        <a class=\"reset\" href=\"javascript:dayOfWeekChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    </div>\n\n    <div id=\"fluctuation-chart\">\n        <strong>Days by Fluctuation(%)</strong>\n        <span class=\"reset\" style=\"display: none;\">range: <span class=\"filter\"></span></span>\n        <a class=\"reset\" href=\"javascript:fluctuationChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    </div>\n</div>\n\n<div class=\"row\">\n    <div id=\"monthly-move-chart\">\n        <strong>Monthly Index Abs Move & Volume/500,000 Chart</strong>\n        <span class=\"reset\" style=\"display: none;\">range: <span class=\"filter\"></span></span>\n        <a class=\"reset\" href=\"javascript:moveChart.filterAll();volumeChart.filterAll();dc.redrawAll();\"\n           style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    </div>\n</div>\n\n<div class=\"row\">\n    <div id=\"monthly-volume-chart\">\n    </div>\n    <p class=\"muted pull-right\" style=\"margin-right: 15px;\">select a time range to zoom in</p>\n</div>\n\n<div class=\"row\">\n    <div>\n        <div class=\"dc-data-count\">\n            <span class=\"filter-count\"></span> selected out of <span class=\"total-count\"></span> records | <a\n                href=\"javascript:dc.filterAll(); dc.renderAll();\">Reset All</a>\n        </div>\n    </div>\n    <table class=\"table table-hover dc-data-table\">\n    </table>\n</div>\n\n<div class=\"clearfix\"></div>\n\n<a href=\"https://github.com/dc-js/dc.js\"><img style=\"position: absolute; top: 0; right: 0; border: 0;\"\n                                                  src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png\"\n                                                  alt=\"Fork me on GitHub\"></a>\n</div>\n\n</div>\n\n<script type=\"text/javascript\" src=\"js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"js/dc.js\"></script>\n\n<script type=\"text/javascript\" src=\"stock.js\"></script>\n\n<script type=\"text/javascript\">\n    var _gaq = _gaq || [];\n    _gaq.push(['_setAccount', 'UA-33628816-1']);\n    _gaq.push(['_trackPageview']);\n\n    (function () {\n        var ga = document.createElement('script');\n        ga.type = 'text/javascript';\n        ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n        var s = document.getElementsByTagName('script')[0];\n        s.parentNode.insertBefore(ga, s);\n    })();\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/js/env-data.js",
    "content": "json = JSON.parse(\"[\" +\n    \"{\\\"value\\\":\\\"44\\\",\\\"nvalue\\\":\\\"-4\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"California\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":1,\\\"region\\\":\\\"South\\\",\\\"date\\\":\\\"2012-05-25T16:10:09Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"22\\\",\\\"nvalue\\\":\\\"-2\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Colorado\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":2,\\\"region\\\":\\\"West\\\",\\\"date\\\":\\\"2012-06-10T16:10:19Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"33\\\",\\\"nvalue\\\":\\\"1\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Delaware\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":3,\\\"region\\\":\\\"West\\\",\\\"date\\\":\\\"2012-08-10T16:20:29Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"44\\\",\\\"nvalue\\\":\\\"-3\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"California\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":4,\\\"region\\\":\\\"South\\\",\\\"date\\\":\\\"2012-07-01T16:10:39Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"55\\\",\\\"nvalue\\\":\\\"-5\\\",\\\"countrycode\\\":\\\"CA\\\",\\\"state\\\":\\\"Ontario\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":5,\\\"region\\\":\\\"Central\\\",\\\"date\\\":\\\"2012-06-10T16:10:49Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"66\\\",\\\"nvalue\\\":\\\"-4\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"California\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":6,\\\"region\\\":\\\"West\\\",\\\"date\\\":\\\"2012-06-08T16:10:59Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"22\\\",\\\"nvalue\\\":\\\"10\\\",\\\"countrycode\\\":\\\"CA\\\",\\\"state\\\":\\\"Ontario\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":7,\\\"region\\\":\\\"East\\\",\\\"date\\\":\\\"2012-07-10T16:10:09Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"33\\\",\\\"nvalue\\\":\\\"1\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Mississippi\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":8,\\\"region\\\":\\\"Central\\\",\\\"date\\\":\\\"2012-07-10T16:10:19Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"44\\\",\\\"nvalue\\\":\\\"2\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Mississippi\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":9,\\\"region\\\":\\\"Central\\\",\\\"date\\\":\\\"2012-08-10T16:30:29Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"55\\\",\\\"nvalue\\\":\\\"-3\\\",\\\"countrycode\\\":\\\"US\\\",\\\"state\\\":\\\"Oklahoma\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":10,\\\"region\\\":\\\"\\\",\\\"date\\\":\\\"2012-06-10T16:10:39Z\\\"}\" +\n    \"]\");\n\njson2 = JSON.parse(\"[\" +\n    \"{\\\"value\\\":\\\"11\\\",\\\"nvalue\\\":\\\"-4\\\",\\\"countrycode\\\":\\\"UK\\\",\\\"state\\\":\\\"Liverpool\\\",\\\"status\\\":\\\"T\\\",\\\"id\\\":11,\\\"region\\\":\\\"South\\\",\\\"date\\\":\\\"2012-05-25T16:20:09Z\\\"}, \" +\n    \"{\\\"value\\\":\\\"76\\\",\\\"nvalue\\\":\\\"-1\\\",\\\"countrycode\\\":\\\"UK\\\",\\\"state\\\":\\\"London\\\",\\\"status\\\":\\\"F\\\",\\\"id\\\":12,\\\"region\\\":\\\"\\\",\\\"date\\\":\\\"2012-06-10T16:20:39Z\\\"}\" +\n    \"]\");\n\njsonColorData = JSON.parse(\"[\" +\n    \"{\\\"colData\\\":\\\"1\\\", \\\"rowData\\\": \\\"1\\\", \\\"colorData\\\": \\\"1\\\"},\" +\n    \"{\\\"colData\\\":\\\"1\\\", \\\"rowData\\\": \\\"2\\\", \\\"colorData\\\": \\\"2\\\"},\" +\n    \"{\\\"colData\\\":\\\"2\\\", \\\"rowData\\\": \\\"1\\\", \\\"colorData\\\": \\\"3\\\"},\" +\n    \"{\\\"colData\\\":\\\"2\\\", \\\"rowData\\\": \\\"2\\\", \\\"colorData\\\": \\\"4\\\"}\" +\n    \"]\");\n\ngeoJson = JSON.parse('{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"id\":\"01\",\"properties\":{\"name\":\"Alabama\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-87.359296,35.00118],[-85.606675,34.984749],[-85.431413,34.124869],[-85.184951,32.859696],[-85.069935,32.580372],[-84.960397,32.421541],[-85.004212,32.322956],[-84.889196,32.262709],[-85.058981,32.13674],[-85.053504,32.01077],[-85.141136,31.840985],[-85.042551,31.539753],[-85.113751,31.27686],[-85.004212,31.003013],[-85.497137,30.997536],[-87.600282,30.997536],[-87.633143,30.86609],[-87.408589,30.674397],[-87.446927,30.510088],[-87.37025,30.427934],[-87.518128,30.280057],[-87.655051,30.247195],[-87.90699,30.411504],[-87.934375,30.657966],[-88.011052,30.685351],[-88.10416,30.499135],[-88.137022,30.318396],[-88.394438,30.367688],[-88.471115,31.895754],[-88.241084,33.796253],[-88.098683,34.891641],[-88.202745,34.995703],[-87.359296,35.00118]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"02\",\"properties\":{\"name\":\"Alaska\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-131.602021,55.117982],[-131.569159,55.28229],[-131.355558,55.183705],[-131.38842,55.01392],[-131.645836,55.035827],[-131.602021,55.117982]]],[[[-131.832052,55.42469],[-131.645836,55.304197],[-131.749898,55.128935],[-131.832052,55.189182],[-131.832052,55.42469]]],[[[-132.976733,56.437924],[-132.735747,56.459832],[-132.631685,56.421493],[-132.664547,56.273616],[-132.878148,56.240754],[-133.069841,56.333862],[-132.976733,56.437924]]],[[[-133.595627,56.350293],[-133.162949,56.317431],[-133.05341,56.125739],[-132.620732,55.912138],[-132.472854,55.780691],[-132.4619,55.671152],[-132.357838,55.649245],[-132.341408,55.506844],[-132.166146,55.364444],[-132.144238,55.238474],[-132.029222,55.276813],[-131.97993,55.178228],[-131.958022,54.789365],[-132.029222,54.701734],[-132.308546,54.718165],[-132.385223,54.915335],[-132.483808,54.898904],[-132.686455,55.046781],[-132.746701,54.997489],[-132.916486,55.046781],[-132.889102,54.898904],[-132.73027,54.937242],[-132.626209,54.882473],[-132.675501,54.679826],[-132.867194,54.701734],[-133.157472,54.95915],[-133.239626,55.090597],[-133.223195,55.22752],[-133.453227,55.216566],[-133.453227,55.320628],[-133.277964,55.331582],[-133.102702,55.42469],[-133.17938,55.588998],[-133.387503,55.62186],[-133.420365,55.884753],[-133.497042,56.0162],[-133.639442,55.923092],[-133.694212,56.070969],[-133.546335,56.142169],[-133.666827,56.311955],[-133.595627,56.350293]]],[[[-133.738027,55.556137],[-133.546335,55.490413],[-133.414888,55.572568],[-133.283441,55.534229],[-133.420365,55.386352],[-133.633966,55.430167],[-133.738027,55.556137]]],[[[-133.907813,56.930849],[-134.050213,57.029434],[-133.885905,57.095157],[-133.343688,57.002049],[-133.102702,57.007526],[-132.932917,56.82131],[-132.620732,56.667956],[-132.653593,56.55294],[-132.817901,56.492694],[-133.042456,56.520078],[-133.201287,56.448878],[-133.420365,56.492694],[-133.66135,56.448878],[-133.710643,56.684386],[-133.688735,56.837741],[-133.869474,56.843218],[-133.907813,56.930849]]],[[[-134.115936,56.48174],[-134.25286,56.558417],[-134.400737,56.722725],[-134.417168,56.848695],[-134.296675,56.908941],[-134.170706,56.848695],[-134.143321,56.952757],[-133.748981,56.772017],[-133.710643,56.596755],[-133.847566,56.574848],[-133.935197,56.377678],[-133.836612,56.322908],[-133.957105,56.092877],[-134.110459,56.142169],[-134.132367,55.999769],[-134.230952,56.070969],[-134.291198,56.350293],[-134.115936,56.48174]]],[[[-134.636246,56.28457],[-134.669107,56.169554],[-134.806031,56.235277],[-135.178463,56.67891],[-135.413971,56.810356],[-135.331817,56.914418],[-135.424925,57.166357],[-135.687818,57.369004],[-135.419448,57.566174],[-135.298955,57.48402],[-135.063447,57.418296],[-134.849846,57.407343],[-134.844369,57.248511],[-134.636246,56.728202],[-134.636246,56.28457]]],[[[-134.712923,58.223407],[-134.373353,58.14673],[-134.176183,58.157683],[-134.187137,58.081006],[-133.902336,57.807159],[-134.099505,57.850975],[-134.148798,57.757867],[-133.935197,57.615466],[-133.869474,57.363527],[-134.083075,57.297804],[-134.154275,57.210173],[-134.499322,57.029434],[-134.603384,57.034911],[-134.6472,57.226604],[-134.575999,57.341619],[-134.608861,57.511404],[-134.729354,57.719528],[-134.707446,57.829067],[-134.784123,58.097437],[-134.91557,58.212453],[-134.953908,58.409623],[-134.712923,58.223407]]],[[[-135.857603,57.330665],[-135.715203,57.330665],[-135.567326,57.149926],[-135.633049,57.023957],[-135.857603,56.996572],[-135.824742,57.193742],[-135.857603,57.330665]]],[[[-136.279328,58.206976],[-135.978096,58.201499],[-135.780926,58.28913],[-135.496125,58.168637],[-135.64948,58.037191],[-135.59471,57.987898],[-135.45231,58.135776],[-135.107263,58.086483],[-134.91557,57.976944],[-135.025108,57.779775],[-134.937477,57.763344],[-134.822462,57.500451],[-135.085355,57.462112],[-135.572802,57.675713],[-135.556372,57.456635],[-135.709726,57.369004],[-135.890465,57.407343],[-136.000004,57.544266],[-136.208128,57.637374],[-136.366959,57.829067],[-136.569606,57.916698],[-136.558652,58.075529],[-136.421728,58.130299],[-136.377913,58.267222],[-136.279328,58.206976]]],[[[-147.079854,60.200582],[-147.501579,59.948643],[-147.53444,59.850058],[-147.874011,59.784335],[-147.80281,59.937689],[-147.435855,60.09652],[-147.205824,60.271782],[-147.079854,60.200582]]],[[[-147.561825,60.578491],[-147.616594,60.370367],[-147.758995,60.156767],[-147.956165,60.227967],[-147.791856,60.474429],[-147.561825,60.578491]]],[[[-147.786379,70.245291],[-147.682318,70.201475],[-147.162008,70.15766],[-146.888161,70.185044],[-146.510252,70.185044],[-146.099482,70.146706],[-145.858496,70.168614],[-145.622988,70.08646],[-145.195787,69.993352],[-144.620708,69.971444],[-144.461877,70.026213],[-144.078491,70.059075],[-143.914183,70.130275],[-143.497935,70.141229],[-143.503412,70.091936],[-143.25695,70.119321],[-142.747594,70.042644],[-142.402547,69.916674],[-142.079408,69.856428],[-142.008207,69.801659],[-141.712453,69.790705],[-141.433129,69.697597],[-141.378359,69.63735],[-141.208574,69.686643],[-141.00045,69.648304],[-141.00045,60.304644],[-140.53491,60.22249],[-140.474664,60.310121],[-139.987216,60.184151],[-139.696939,60.342983],[-139.088998,60.359413],[-139.198537,60.091043],[-139.045183,59.997935],[-138.700135,59.910304],[-138.623458,59.767904],[-137.604747,59.242118],[-137.445916,58.908024],[-137.265177,59.001132],[-136.827022,59.159963],[-136.580559,59.16544],[-136.465544,59.285933],[-136.476498,59.466672],[-136.301236,59.466672],[-136.25742,59.625503],[-135.945234,59.663842],[-135.479694,59.800766],[-135.025108,59.565257],[-135.068924,59.422857],[-134.959385,59.280456],[-134.701969,59.247595],[-134.378829,59.033994],[-134.400737,58.973748],[-134.25286,58.858732],[-133.842089,58.727285],[-133.173903,58.152206],[-133.075318,57.998852],[-132.867194,57.845498],[-132.560485,57.505928],[-132.253777,57.21565],[-132.368792,57.095157],[-132.05113,57.051341],[-132.127807,56.876079],[-131.870391,56.804879],[-131.837529,56.602232],[-131.580113,56.613186],[-131.087188,56.405062],[-130.78048,56.366724],[-130.621648,56.268139],[-130.468294,56.240754],[-130.424478,56.142169],[-130.101339,56.114785],[-130.002754,55.994292],[-130.150631,55.769737],[-130.128724,55.583521],[-129.986323,55.276813],[-130.095862,55.200136],[-130.336847,54.920812],[-130.687372,54.718165],[-130.785957,54.822227],[-130.917403,54.789365],[-131.010511,54.997489],[-130.983126,55.08512],[-131.092665,55.189182],[-130.862634,55.298721],[-130.928357,55.337059],[-131.158389,55.200136],[-131.284358,55.287767],[-131.426759,55.238474],[-131.843006,55.457552],[-131.700606,55.698537],[-131.963499,55.616383],[-131.974453,55.49589],[-132.182576,55.588998],[-132.226392,55.704014],[-132.083991,55.829984],[-132.127807,55.955953],[-132.324977,55.851892],[-132.522147,56.076446],[-132.642639,56.032631],[-132.719317,56.218847],[-132.527624,56.339339],[-132.341408,56.339339],[-132.396177,56.487217],[-132.297592,56.67891],[-132.450946,56.673433],[-132.768609,56.837741],[-132.993164,57.034911],[-133.51895,57.177311],[-133.507996,57.577128],[-133.677781,57.62642],[-133.639442,57.790728],[-133.814705,57.834544],[-134.072121,58.053622],[-134.143321,58.168637],[-134.586953,58.206976],[-135.074401,58.502731],[-135.282525,59.192825],[-135.38111,59.033994],[-135.337294,58.891593],[-135.140124,58.617746],[-135.189417,58.573931],[-135.05797,58.349376],[-135.085355,58.201499],[-135.277048,58.234361],[-135.430402,58.398669],[-135.633049,58.426053],[-135.91785,58.382238],[-135.912373,58.617746],[-136.087635,58.814916],[-136.246466,58.75467],[-136.876314,58.962794],[-136.931084,58.902547],[-136.586036,58.836824],[-136.317666,58.672516],[-136.213604,58.667039],[-136.180743,58.535592],[-136.043819,58.382238],[-136.388867,58.294607],[-136.591513,58.349376],[-136.59699,58.212453],[-136.859883,58.316515],[-136.947514,58.393192],[-137.111823,58.393192],[-137.566409,58.590362],[-137.900502,58.765624],[-137.933364,58.869686],[-138.11958,59.02304],[-138.634412,59.132579],[-138.919213,59.247595],[-139.417615,59.379041],[-139.746231,59.505011],[-139.718846,59.641934],[-139.625738,59.598119],[-139.5162,59.68575],[-139.625738,59.88292],[-139.488815,59.992458],[-139.554538,60.041751],[-139.801,59.833627],[-140.315833,59.696704],[-140.92925,59.745996],[-141.444083,59.871966],[-141.46599,59.970551],[-141.706976,59.948643],[-141.964392,60.019843],[-142.539471,60.085566],[-142.873564,60.091043],[-143.623905,60.036274],[-143.892275,59.997935],[-144.231845,60.140336],[-144.65357,60.206059],[-144.785016,60.29369],[-144.834309,60.441568],[-145.124586,60.430614],[-145.223171,60.299167],[-145.738004,60.474429],[-145.820158,60.551106],[-146.351421,60.408706],[-146.608837,60.238921],[-146.718376,60.397752],[-146.608837,60.485383],[-146.455483,60.463475],[-145.951604,60.578491],[-146.017328,60.666122],[-146.252836,60.622307],[-146.345944,60.737322],[-146.565022,60.753753],[-146.784099,61.044031],[-146.866253,60.972831],[-147.172962,60.934492],[-147.271547,60.972831],[-147.375609,60.879723],[-147.758995,60.912584],[-147.775426,60.808523],[-148.032842,60.781138],[-148.153334,60.819476],[-148.065703,61.005692],[-148.175242,61.000215],[-148.350504,60.803046],[-148.109519,60.737322],[-148.087611,60.594922],[-147.939734,60.441568],[-148.027365,60.277259],[-148.219058,60.332029],[-148.273827,60.249875],[-148.087611,60.217013],[-147.983549,59.997935],[-148.251919,59.95412],[-148.399797,59.997935],[-148.635305,59.937689],[-148.755798,59.986981],[-149.067984,59.981505],[-149.05703,60.063659],[-149.204907,60.008889],[-149.287061,59.904827],[-149.418508,59.997935],[-149.582816,59.866489],[-149.511616,59.806242],[-149.741647,59.729565],[-149.949771,59.718611],[-150.031925,59.61455],[-150.25648,59.521442],[-150.409834,59.554303],[-150.579619,59.444764],[-150.716543,59.450241],[-151.001343,59.225687],[-151.308052,59.209256],[-151.406637,59.280456],[-151.592853,59.159963],[-151.976239,59.253071],[-151.888608,59.422857],[-151.636669,59.483103],[-151.47236,59.472149],[-151.423068,59.537872],[-151.127313,59.669319],[-151.116359,59.778858],[-151.505222,59.63098],[-151.828361,59.718611],[-151.8667,59.778858],[-151.702392,60.030797],[-151.423068,60.211536],[-151.379252,60.359413],[-151.297098,60.386798],[-151.264237,60.545629],[-151.406637,60.720892],[-151.06159,60.786615],[-150.404357,61.038554],[-150.245526,60.939969],[-150.042879,60.912584],[-149.741647,61.016646],[-150.075741,61.15357],[-150.207187,61.257632],[-150.47008,61.246678],[-150.656296,61.29597],[-150.711066,61.252155],[-151.023251,61.180954],[-151.165652,61.044031],[-151.477837,61.011169],[-151.800977,60.852338],[-151.833838,60.748276],[-152.080301,60.693507],[-152.13507,60.578491],[-152.310332,60.507291],[-152.392486,60.304644],[-152.732057,60.173197],[-152.567748,60.069136],[-152.704672,59.915781],[-153.022334,59.888397],[-153.049719,59.691227],[-153.345474,59.620026],[-153.438582,59.702181],[-153.586459,59.548826],[-153.761721,59.543349],[-153.72886,59.433811],[-154.117723,59.368087],[-154.1944,59.066856],[-153.750768,59.050425],[-153.400243,58.968271],[-153.301658,58.869686],[-153.444059,58.710854],[-153.679567,58.612269],[-153.898645,58.606793],[-153.920553,58.519161],[-154.062953,58.4863],[-153.99723,58.376761],[-154.145107,58.212453],[-154.46277,58.059098],[-154.643509,58.059098],[-154.818771,58.004329],[-154.988556,58.015283],[-155.120003,57.955037],[-155.081664,57.872883],[-155.328126,57.829067],[-155.377419,57.708574],[-155.547204,57.785251],[-155.73342,57.549743],[-156.045606,57.566174],[-156.023698,57.440204],[-156.209914,57.473066],[-156.34136,57.418296],[-156.34136,57.248511],[-156.549484,56.985618],[-156.883577,56.952757],[-157.157424,56.832264],[-157.20124,56.766541],[-157.376502,56.859649],[-157.672257,56.607709],[-157.754411,56.67891],[-157.918719,56.657002],[-157.957058,56.514601],[-158.126843,56.459832],[-158.32949,56.48174],[-158.488321,56.339339],[-158.208997,56.295524],[-158.510229,55.977861],[-159.375585,55.873799],[-159.616571,55.594475],[-159.676817,55.654722],[-159.643955,55.829984],[-159.813741,55.857368],[-160.027341,55.791645],[-160.060203,55.720445],[-160.394296,55.605429],[-160.536697,55.473983],[-160.580512,55.567091],[-160.668143,55.457552],[-160.865313,55.528752],[-161.232268,55.358967],[-161.506115,55.364444],[-161.467776,55.49589],[-161.588269,55.62186],[-161.697808,55.517798],[-161.686854,55.408259],[-162.053809,55.074166],[-162.179779,55.15632],[-162.218117,55.03035],[-162.470057,55.052258],[-162.508395,55.249428],[-162.661749,55.293244],[-162.716519,55.222043],[-162.579595,55.134412],[-162.645319,54.997489],[-162.847965,54.926289],[-163.00132,55.079643],[-163.187536,55.090597],[-163.220397,55.03035],[-163.034181,54.942719],[-163.373752,54.800319],[-163.14372,54.76198],[-163.138243,54.696257],[-163.329936,54.74555],[-163.587352,54.614103],[-164.085754,54.61958],[-164.332216,54.531949],[-164.354124,54.466226],[-164.638925,54.389548],[-164.847049,54.416933],[-164.918249,54.603149],[-164.710125,54.663395],[-164.551294,54.88795],[-164.34317,54.893427],[-163.894061,55.041304],[-163.532583,55.046781],[-163.39566,54.904381],[-163.291598,55.008443],[-163.313505,55.128935],[-163.105382,55.183705],[-162.880827,55.183705],[-162.579595,55.446598],[-162.245502,55.682106],[-161.807347,55.89023],[-161.292514,55.983338],[-161.078914,55.939523],[-160.87079,55.999769],[-160.816021,55.912138],[-160.931036,55.813553],[-160.805067,55.736876],[-160.766728,55.857368],[-160.509312,55.868322],[-160.438112,55.791645],[-160.27928,55.76426],[-160.273803,55.857368],[-160.536697,55.939523],[-160.558604,55.994292],[-160.383342,56.251708],[-160.147834,56.399586],[-159.830171,56.541986],[-159.326293,56.667956],[-158.959338,56.848695],[-158.784076,56.782971],[-158.641675,56.810356],[-158.701922,56.925372],[-158.658106,57.034911],[-158.378782,57.264942],[-157.995396,57.41282],[-157.688688,57.609989],[-157.705118,57.719528],[-157.458656,58.497254],[-157.07527,58.705377],[-157.119086,58.869686],[-158.039212,58.634177],[-158.32949,58.661562],[-158.40069,58.760147],[-158.564998,58.803962],[-158.619768,58.913501],[-158.767645,58.864209],[-158.860753,58.694424],[-158.701922,58.480823],[-158.893615,58.387715],[-159.0634,58.420577],[-159.392016,58.760147],[-159.616571,58.929932],[-159.731586,58.929932],[-159.808264,58.803962],[-159.906848,58.782055],[-160.054726,58.886116],[-160.235465,58.902547],[-160.317619,59.072332],[-160.854359,58.88064],[-161.33633,58.743716],[-161.374669,58.667039],[-161.752577,58.552023],[-161.938793,58.656085],[-161.769008,58.776578],[-161.829255,59.061379],[-161.955224,59.36261],[-161.703285,59.48858],[-161.911409,59.740519],[-162.092148,59.88292],[-162.234548,60.091043],[-162.448149,60.178674],[-162.502918,59.997935],[-162.760334,59.959597],[-163.171105,59.844581],[-163.66403,59.795289],[-163.9324,59.806242],[-164.162431,59.866489],[-164.189816,60.02532],[-164.386986,60.074613],[-164.699171,60.29369],[-164.962064,60.337506],[-165.268773,60.578491],[-165.060649,60.68803],[-165.016834,60.890677],[-165.175665,60.846861],[-165.197573,60.972831],[-165.120896,61.076893],[-165.323543,61.170001],[-165.34545,61.071416],[-165.591913,61.109754],[-165.624774,61.279539],[-165.816467,61.301447],[-165.920529,61.416463],[-165.915052,61.558863],[-166.106745,61.49314],[-166.139607,61.630064],[-165.904098,61.662925],[-166.095791,61.81628],[-165.756221,61.827233],[-165.756221,62.013449],[-165.674067,62.139419],[-165.044219,62.539236],[-164.912772,62.659728],[-164.819664,62.637821],[-164.874433,62.807606],[-164.633448,63.097884],[-164.425324,63.212899],[-164.036462,63.262192],[-163.73523,63.212899],[-163.313505,63.037637],[-163.039658,63.059545],[-162.661749,63.22933],[-162.272887,63.486746],[-162.075717,63.514131],[-162.026424,63.448408],[-161.555408,63.448408],[-161.13916,63.503177],[-160.766728,63.771547],[-160.766728,63.837271],[-160.952944,64.08921],[-160.974852,64.237087],[-161.26513,64.395918],[-161.374669,64.532842],[-161.078914,64.494503],[-160.79959,64.609519],[-160.783159,64.719058],[-161.144637,64.921705],[-161.413007,64.762873],[-161.664946,64.790258],[-161.900455,64.702627],[-162.168825,64.680719],[-162.234548,64.620473],[-162.541257,64.532842],[-162.634365,64.384965],[-162.787719,64.324718],[-162.858919,64.49998],[-163.045135,64.538319],[-163.176582,64.401395],[-163.253259,64.467119],[-163.598306,64.565704],[-164.304832,64.560227],[-164.80871,64.450688],[-165.000403,64.434257],[-165.411174,64.49998],[-166.188899,64.576658],[-166.391546,64.636904],[-166.484654,64.735489],[-166.413454,64.872412],[-166.692778,64.987428],[-166.638008,65.113398],[-166.462746,65.179121],[-166.517516,65.337952],[-166.796839,65.337952],[-167.026871,65.381768],[-167.47598,65.414629],[-167.711489,65.496784],[-168.072967,65.578938],[-168.105828,65.682999],[-167.541703,65.819923],[-166.829701,66.049954],[-166.3313,66.186878],[-166.046499,66.110201],[-165.756221,66.09377],[-165.690498,66.203309],[-165.86576,66.21974],[-165.88219,66.312848],[-165.186619,66.466202],[-164.403417,66.581218],[-163.981692,66.592172],[-163.751661,66.553833],[-163.872153,66.389525],[-163.828338,66.274509],[-163.915969,66.192355],[-163.768091,66.060908],[-163.494244,66.082816],[-163.149197,66.060908],[-162.749381,66.088293],[-162.634365,66.039001],[-162.371472,66.028047],[-162.14144,66.077339],[-161.840208,66.02257],[-161.549931,66.241647],[-161.341807,66.252601],[-161.199406,66.208786],[-161.128206,66.334755],[-161.528023,66.395002],[-161.911409,66.345709],[-161.87307,66.510017],[-162.174302,66.68528],[-162.502918,66.740049],[-162.601503,66.89888],[-162.344087,66.937219],[-162.015471,66.778388],[-162.075717,66.652418],[-161.916886,66.553833],[-161.571838,66.438817],[-161.489684,66.55931],[-161.884024,66.718141],[-161.714239,67.002942],[-161.851162,67.052235],[-162.240025,66.991988],[-162.639842,67.008419],[-162.700088,67.057712],[-162.902735,67.008419],[-163.740707,67.128912],[-163.757138,67.254881],[-164.009077,67.534205],[-164.211724,67.638267],[-164.534863,67.725898],[-165.192096,67.966884],[-165.493328,68.059992],[-165.794559,68.081899],[-166.243668,68.246208],[-166.681824,68.339316],[-166.703731,68.372177],[-166.375115,68.42147],[-166.227238,68.574824],[-166.216284,68.881533],[-165.329019,68.859625],[-164.255539,68.930825],[-163.976215,68.985595],[-163.532583,69.138949],[-163.110859,69.374457],[-163.023228,69.609966],[-162.842489,69.812613],[-162.470057,69.982398],[-162.311225,70.108367],[-161.851162,70.311014],[-161.779962,70.256245],[-161.396576,70.239814],[-160.837928,70.343876],[-160.487404,70.453415],[-159.649432,70.792985],[-159.33177,70.809416],[-159.298908,70.760123],[-158.975769,70.798462],[-158.658106,70.787508],[-158.033735,70.831323],[-157.420318,70.979201],[-156.812377,71.285909],[-156.565915,71.351633],[-156.522099,71.296863],[-155.585543,71.170894],[-155.508865,71.083263],[-155.832005,70.968247],[-155.979882,70.96277],[-155.974405,70.809416],[-155.503388,70.858708],[-155.476004,70.940862],[-155.262403,71.017539],[-155.191203,70.973724],[-155.032372,71.148986],[-154.566832,70.990155],[-154.643509,70.869662],[-154.353231,70.8368],[-154.183446,70.7656],[-153.931507,70.880616],[-153.487874,70.886093],[-153.235935,70.924431],[-152.589656,70.886093],[-152.26104,70.842277],[-152.419871,70.606769],[-151.817408,70.546523],[-151.773592,70.486276],[-151.187559,70.382214],[-151.182082,70.431507],[-150.760358,70.49723],[-150.355064,70.491753],[-150.349588,70.436984],[-150.114079,70.431507],[-149.867617,70.508184],[-149.462323,70.519138],[-149.177522,70.486276],[-148.78866,70.404122],[-148.607921,70.420553],[-148.350504,70.305537],[-148.202627,70.349353],[-147.961642,70.316491],[-147.786379,70.245291]]],[[[-152.94018,58.026237],[-152.945657,57.982421],[-153.290705,58.048145],[-153.044242,58.305561],[-152.819688,58.327469],[-152.666333,58.562977],[-152.496548,58.354853],[-152.354148,58.426053],[-152.080301,58.311038],[-152.080301,58.152206],[-152.480117,58.130299],[-152.655379,58.059098],[-152.94018,58.026237]]],[[[-153.958891,57.538789],[-153.67409,57.670236],[-153.931507,57.69762],[-153.936983,57.812636],[-153.723383,57.889313],[-153.570028,57.834544],[-153.548121,57.719528],[-153.46049,57.796205],[-153.455013,57.96599],[-153.268797,57.889313],[-153.235935,57.998852],[-153.071627,57.933129],[-152.874457,57.933129],[-152.721103,57.993375],[-152.469163,57.889313],[-152.469163,57.599035],[-152.151501,57.620943],[-152.359625,57.42925],[-152.74301,57.505928],[-152.60061,57.379958],[-152.710149,57.275896],[-152.907319,57.325188],[-152.912796,57.128019],[-153.214027,57.073249],[-153.312612,56.991095],[-153.498828,57.067772],[-153.695998,56.859649],[-153.849352,56.837741],[-154.013661,56.744633],[-154.073907,56.969187],[-154.303938,56.848695],[-154.314892,56.919895],[-154.523016,56.991095],[-154.539447,57.193742],[-154.742094,57.275896],[-154.627078,57.511404],[-154.227261,57.659282],[-153.980799,57.648328],[-153.958891,57.538789]]],[[[-154.53397,56.602232],[-154.742094,56.399586],[-154.807817,56.432447],[-154.53397,56.602232]]],[[[-155.634835,55.923092],[-155.476004,55.912138],[-155.530773,55.704014],[-155.793666,55.731399],[-155.837482,55.802599],[-155.634835,55.923092]]],[[[-159.890418,55.28229],[-159.950664,55.068689],[-160.257373,54.893427],[-160.109495,55.161797],[-160.005433,55.134412],[-159.890418,55.28229]]],[[[-160.520266,55.358967],[-160.33405,55.358967],[-160.339527,55.249428],[-160.525743,55.128935],[-160.690051,55.211089],[-160.794113,55.134412],[-160.854359,55.320628],[-160.79959,55.380875],[-160.520266,55.358967]]],[[[-162.256456,54.981058],[-162.234548,54.893427],[-162.349564,54.838658],[-162.437195,54.931766],[-162.256456,54.981058]]],[[[-162.415287,63.634624],[-162.563165,63.536039],[-162.612457,63.62367],[-162.415287,63.634624]]],[[[-162.80415,54.488133],[-162.590549,54.449795],[-162.612457,54.367641],[-162.782242,54.373118],[-162.80415,54.488133]]],[[[-165.548097,54.29644],[-165.476897,54.181425],[-165.630251,54.132132],[-165.685021,54.252625],[-165.548097,54.29644]]],[[[-165.73979,54.15404],[-166.046499,54.044501],[-166.112222,54.121178],[-165.980775,54.219763],[-165.73979,54.15404]]],[[[-166.364161,60.359413],[-166.13413,60.397752],[-166.084837,60.326552],[-165.88219,60.342983],[-165.685021,60.277259],[-165.646682,59.992458],[-165.750744,59.89935],[-166.00816,59.844581],[-166.062929,59.745996],[-166.440838,59.855535],[-166.6161,59.850058],[-166.994009,59.992458],[-167.125456,59.992458],[-167.344534,60.074613],[-167.421211,60.206059],[-167.311672,60.238921],[-166.93924,60.206059],[-166.763978,60.310121],[-166.577762,60.321075],[-166.495608,60.392275],[-166.364161,60.359413]]],[[[-166.375115,54.01164],[-166.210807,53.934962],[-166.5449,53.748746],[-166.539423,53.715885],[-166.117699,53.852808],[-166.112222,53.776131],[-166.282007,53.683023],[-166.555854,53.622777],[-166.583239,53.529669],[-166.878994,53.431084],[-167.13641,53.425607],[-167.306195,53.332499],[-167.623857,53.250345],[-167.793643,53.337976],[-167.459549,53.442038],[-167.355487,53.425607],[-167.103548,53.513238],[-167.163794,53.611823],[-167.021394,53.715885],[-166.807793,53.666592],[-166.785886,53.732316],[-167.015917,53.754223],[-167.141887,53.825424],[-167.032348,53.945916],[-166.643485,54.017116],[-166.561331,53.880193],[-166.375115,54.01164]]],[[[-168.790446,53.157237],[-168.40706,53.34893],[-168.385152,53.431084],[-168.237275,53.524192],[-168.007243,53.568007],[-167.886751,53.518715],[-167.842935,53.387268],[-168.270136,53.244868],[-168.500168,53.036744],[-168.686384,52.965544],[-168.790446,53.157237]]],[[[-169.74891,52.894344],[-169.705095,52.795759],[-169.962511,52.790282],[-169.989896,52.856005],[-169.74891,52.894344]]],[[[-170.148727,57.221127],[-170.28565,57.128019],[-170.313035,57.221127],[-170.148727,57.221127]]],[[[-170.669036,52.697174],[-170.603313,52.604066],[-170.789529,52.538343],[-170.816914,52.636928],[-170.669036,52.697174]]],[[[-171.742517,63.716778],[-170.94836,63.5689],[-170.488297,63.69487],[-170.280174,63.683916],[-170.093958,63.612716],[-170.044665,63.492223],[-169.644848,63.4265],[-169.518879,63.366254],[-168.99857,63.338869],[-168.686384,63.295053],[-168.856169,63.147176],[-169.108108,63.180038],[-169.376478,63.152653],[-169.513402,63.08693],[-169.639372,62.939052],[-169.831064,63.075976],[-170.055619,63.169084],[-170.263743,63.180038],[-170.362328,63.2841],[-170.866206,63.415546],[-171.101715,63.421023],[-171.463193,63.306007],[-171.73704,63.366254],[-171.852055,63.486746],[-171.742517,63.716778]]],[[[-172.432611,52.390465],[-172.41618,52.275449],[-172.607873,52.253542],[-172.569535,52.352127],[-172.432611,52.390465]]],[[[-173.626584,52.14948],[-173.495138,52.105664],[-173.122706,52.111141],[-173.106275,52.07828],[-173.549907,52.028987],[-173.626584,52.14948]]],[[[-174.322156,52.280926],[-174.327632,52.379511],[-174.185232,52.41785],[-173.982585,52.319265],[-174.059262,52.226157],[-174.179755,52.231634],[-174.141417,52.127572],[-174.333109,52.116618],[-174.738403,52.007079],[-174.968435,52.039941],[-174.902711,52.116618],[-174.656249,52.105664],[-174.322156,52.280926]]],[[[-176.469116,51.853725],[-176.288377,51.870156],[-176.288377,51.744186],[-176.518409,51.760617],[-176.80321,51.61274],[-176.912748,51.80991],[-176.792256,51.815386],[-176.775825,51.963264],[-176.627947,51.968741],[-176.627947,51.859202],[-176.469116,51.853725]]],[[[-177.153734,51.946833],[-177.044195,51.897541],[-177.120872,51.727755],[-177.274226,51.678463],[-177.279703,51.782525],[-177.153734,51.946833]]],[[[-178.123152,51.919448],[-177.953367,51.913971],[-177.800013,51.793479],[-177.964321,51.651078],[-178.123152,51.919448]]],[[[173.107557,52.992929],[173.293773,52.927205],[173.304726,52.823143],[172.90491,52.762897],[172.642017,52.927205],[172.642017,53.003883],[173.107557,52.992929]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"04\",\"properties\":{\"name\":\"Arizona\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-109.042503,37.000263],[-109.04798,31.331629],[-111.074448,31.331629],[-112.246513,31.704061],[-114.815198,32.492741],[-114.72209,32.717295],[-114.524921,32.755634],[-114.470151,32.843265],[-114.524921,33.029481],[-114.661844,33.034958],[-114.727567,33.40739],[-114.524921,33.54979],[-114.497536,33.697668],[-114.535874,33.933176],[-114.415382,34.108438],[-114.256551,34.174162],[-114.136058,34.305608],[-114.333228,34.448009],[-114.470151,34.710902],[-114.634459,34.87521],[-114.634459,35.00118],[-114.574213,35.138103],[-114.596121,35.324319],[-114.678275,35.516012],[-114.738521,36.102045],[-114.371566,36.140383],[-114.251074,36.01989],[-114.152489,36.025367],[-114.048427,36.195153],[-114.048427,37.000263],[-110.499369,37.00574],[-109.042503,37.000263]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"05\",\"properties\":{\"name\":\"Arkansas\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-94.473842,36.501861],[-90.152536,36.496384],[-90.064905,36.304691],[-90.218259,36.184199],[-90.377091,35.997983],[-89.730812,35.997983],[-89.763673,35.811767],[-89.911551,35.756997],[-89.944412,35.603643],[-90.130628,35.439335],[-90.114197,35.198349],[-90.212782,35.023087],[-90.311367,34.995703],[-90.251121,34.908072],[-90.409952,34.831394],[-90.481152,34.661609],[-90.585214,34.617794],[-90.568783,34.420624],[-90.749522,34.365854],[-90.744046,34.300131],[-90.952169,34.135823],[-90.891923,34.026284],[-91.072662,33.867453],[-91.231493,33.560744],[-91.056231,33.429298],[-91.143862,33.347144],[-91.089093,33.13902],[-91.16577,33.002096],[-93.608485,33.018527],[-94.041164,33.018527],[-94.041164,33.54979],[-94.183564,33.593606],[-94.380734,33.544313],[-94.484796,33.637421],[-94.430026,35.395519],[-94.616242,36.501861],[-94.473842,36.501861]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"06\",\"properties\":{\"name\":\"California\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-123.233256,42.006186],[-122.378853,42.011663],[-121.037003,41.995232],[-120.001861,41.995232],[-119.996384,40.264519],[-120.001861,38.999346],[-118.71478,38.101128],[-117.498899,37.21934],[-116.540435,36.501861],[-115.85034,35.970598],[-114.634459,35.00118],[-114.634459,34.87521],[-114.470151,34.710902],[-114.333228,34.448009],[-114.136058,34.305608],[-114.256551,34.174162],[-114.415382,34.108438],[-114.535874,33.933176],[-114.497536,33.697668],[-114.524921,33.54979],[-114.727567,33.40739],[-114.661844,33.034958],[-114.524921,33.029481],[-114.470151,32.843265],[-114.524921,32.755634],[-114.72209,32.717295],[-116.04751,32.624187],[-117.126467,32.536556],[-117.24696,32.668003],[-117.252437,32.876127],[-117.329114,33.122589],[-117.471515,33.297851],[-117.7837,33.538836],[-118.183517,33.763391],[-118.260194,33.703145],[-118.413548,33.741483],[-118.391641,33.840068],[-118.566903,34.042715],[-118.802411,33.998899],[-119.218659,34.146777],[-119.278905,34.26727],[-119.558229,34.415147],[-119.875891,34.40967],[-120.138784,34.475393],[-120.472878,34.448009],[-120.64814,34.579455],[-120.609801,34.858779],[-120.670048,34.902595],[-120.631709,35.099764],[-120.894602,35.247642],[-120.905556,35.450289],[-121.004141,35.461243],[-121.168449,35.636505],[-121.283465,35.674843],[-121.332757,35.784382],[-121.716143,36.195153],[-121.896882,36.315645],[-121.935221,36.638785],[-121.858544,36.6114],[-121.787344,36.803093],[-121.929744,36.978355],[-122.105006,36.956447],[-122.335038,37.115279],[-122.417192,37.241248],[-122.400761,37.361741],[-122.515777,37.520572],[-122.515777,37.783465],[-122.329561,37.783465],[-122.406238,38.15042],[-122.488392,38.112082],[-122.504823,37.931343],[-122.701993,37.893004],[-122.937501,38.029928],[-122.97584,38.265436],[-123.129194,38.451652],[-123.331841,38.566668],[-123.44138,38.698114],[-123.737134,38.95553],[-123.687842,39.032208],[-123.824765,39.366301],[-123.764519,39.552517],[-123.85215,39.831841],[-124.109566,40.105688],[-124.361506,40.259042],[-124.410798,40.439781],[-124.158859,40.877937],[-124.109566,41.025814],[-124.158859,41.14083],[-124.065751,41.442061],[-124.147905,41.715908],[-124.257444,41.781632],[-124.213628,42.000709],[-123.233256,42.006186]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"08\",\"properties\":{\"name\":\"Colorado\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-107.919731,41.003906],[-105.728954,40.998429],[-104.053011,41.003906],[-102.053927,41.003906],[-102.053927,40.001626],[-102.042974,36.994786],[-103.001438,37.000263],[-104.337812,36.994786],[-106.868158,36.994786],[-107.421329,37.000263],[-109.042503,37.000263],[-109.042503,38.166851],[-109.058934,38.27639],[-109.053457,39.125316],[-109.04798,40.998429],[-107.919731,41.003906]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"09\",\"properties\":{\"name\":\"Connecticut\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-73.053528,42.039048],[-71.799309,42.022617],[-71.799309,42.006186],[-71.799309,41.414677],[-71.859555,41.321569],[-71.947186,41.338],[-72.385341,41.261322],[-72.905651,41.28323],[-73.130205,41.146307],[-73.371191,41.102491],[-73.655992,40.987475],[-73.727192,41.102491],[-73.48073,41.21203],[-73.55193,41.294184],[-73.486206,42.050002],[-73.053528,42.039048]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"10\",\"properties\":{\"name\":\"Delaware\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-75.414089,39.804456],[-75.507197,39.683964],[-75.611259,39.61824],[-75.589352,39.459409],[-75.441474,39.311532],[-75.403136,39.065069],[-75.189535,38.807653],[-75.09095,38.796699],[-75.047134,38.451652],[-75.693413,38.462606],[-75.786521,39.722302],[-75.616736,39.831841],[-75.414089,39.804456]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"11\",\"properties\":{\"name\":\"District of Columbia\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-77.035264,38.993869],[-76.909294,38.895284],[-77.040741,38.791222],[-77.117418,38.933623],[-77.035264,38.993869]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"12\",\"properties\":{\"name\":\"Florida\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-85.497137,30.997536],[-85.004212,31.003013],[-84.867289,30.712735],[-83.498053,30.647012],[-82.216449,30.570335],[-82.167157,30.356734],[-82.046664,30.362211],[-82.002849,30.564858],[-82.041187,30.751074],[-81.948079,30.827751],[-81.718048,30.745597],[-81.444201,30.707258],[-81.383954,30.27458],[-81.257985,29.787132],[-80.967707,29.14633],[-80.524075,28.461713],[-80.589798,28.41242],[-80.56789,28.094758],[-80.381674,27.738757],[-80.091397,27.021277],[-80.03115,26.796723],[-80.036627,26.566691],[-80.146166,25.739673],[-80.239274,25.723243],[-80.337859,25.465826],[-80.304997,25.383672],[-80.49669,25.197456],[-80.573367,25.241272],[-80.759583,25.164595],[-81.077246,25.120779],[-81.170354,25.224841],[-81.126538,25.378195],[-81.351093,25.821827],[-81.526355,25.903982],[-81.679709,25.843735],[-81.800202,26.090198],[-81.833064,26.292844],[-82.041187,26.517399],[-82.09048,26.665276],[-82.057618,26.878877],[-82.172634,26.917216],[-82.145249,26.791246],[-82.249311,26.758384],[-82.566974,27.300601],[-82.692943,27.437525],[-82.391711,27.837342],[-82.588881,27.815434],[-82.720328,27.689464],[-82.851774,27.886634],[-82.676512,28.434328],[-82.643651,28.888914],[-82.764143,28.998453],[-82.802482,29.14633],[-82.994175,29.179192],[-83.218729,29.420177],[-83.399469,29.518762],[-83.410422,29.66664],[-83.536392,29.721409],[-83.640454,29.885717],[-84.02384,30.104795],[-84.357933,30.055502],[-84.341502,29.902148],[-84.451041,29.929533],[-84.867289,29.743317],[-85.310921,29.699501],[-85.299967,29.80904],[-85.404029,29.940487],[-85.924338,30.236241],[-86.29677,30.362211],[-86.630863,30.395073],[-86.910187,30.373165],[-87.518128,30.280057],[-87.37025,30.427934],[-87.446927,30.510088],[-87.408589,30.674397],[-87.633143,30.86609],[-87.600282,30.997536],[-85.497137,30.997536]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"13\",\"properties\":{\"name\":\"Georgia\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-83.109191,35.00118],[-83.322791,34.787579],[-83.339222,34.683517],[-83.005129,34.469916],[-82.901067,34.486347],[-82.747713,34.26727],[-82.714851,34.152254],[-82.55602,33.94413],[-82.325988,33.81816],[-82.194542,33.631944],[-81.926172,33.462159],[-81.937125,33.347144],[-81.761863,33.160928],[-81.493493,33.007573],[-81.42777,32.843265],[-81.416816,32.629664],[-81.279893,32.558464],[-81.121061,32.290094],[-81.115584,32.120309],[-80.885553,32.032678],[-81.132015,31.693108],[-81.175831,31.517845],[-81.279893,31.364491],[-81.290846,31.20566],[-81.400385,31.13446],[-81.444201,30.707258],[-81.718048,30.745597],[-81.948079,30.827751],[-82.041187,30.751074],[-82.002849,30.564858],[-82.046664,30.362211],[-82.167157,30.356734],[-82.216449,30.570335],[-83.498053,30.647012],[-84.867289,30.712735],[-85.004212,31.003013],[-85.113751,31.27686],[-85.042551,31.539753],[-85.141136,31.840985],[-85.053504,32.01077],[-85.058981,32.13674],[-84.889196,32.262709],[-85.004212,32.322956],[-84.960397,32.421541],[-85.069935,32.580372],[-85.184951,32.859696],[-85.431413,34.124869],[-85.606675,34.984749],[-84.319594,34.990226],[-83.618546,34.984749],[-83.109191,35.00118]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"15\",\"properties\":{\"name\":\"Hawaii\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-155.634835,18.948267],[-155.881297,19.035898],[-155.919636,19.123529],[-155.886774,19.348084],[-156.062036,19.73147],[-155.925113,19.857439],[-155.826528,20.032702],[-155.897728,20.147717],[-155.87582,20.26821],[-155.596496,20.12581],[-155.284311,20.021748],[-155.092618,19.868393],[-155.092618,19.736947],[-154.807817,19.523346],[-154.983079,19.348084],[-155.295265,19.26593],[-155.514342,19.134483],[-155.634835,18.948267]]],[[[-156.587823,21.029505],[-156.472807,20.892581],[-156.324929,20.952827],[-156.00179,20.793996],[-156.051082,20.651596],[-156.379699,20.580396],[-156.445422,20.60778],[-156.461853,20.783042],[-156.631638,20.821381],[-156.697361,20.919966],[-156.587823,21.029505]]],[[[-156.982162,21.210244],[-157.080747,21.106182],[-157.310779,21.106182],[-157.239579,21.221198],[-156.982162,21.210244]]],[[[-157.951581,21.697691],[-157.842042,21.462183],[-157.896811,21.325259],[-158.110412,21.303352],[-158.252813,21.582676],[-158.126843,21.588153],[-157.951581,21.697691]]],[[[-159.468693,22.228955],[-159.353678,22.218001],[-159.298908,22.113939],[-159.33177,21.966061],[-159.446786,21.872953],[-159.764448,21.987969],[-159.726109,22.152277],[-159.468693,22.228955]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"16\",\"properties\":{\"name\":\"Idaho\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-116.04751,49.000239],[-116.04751,47.976051],[-115.724371,47.696727],[-115.718894,47.42288],[-115.527201,47.302388],[-115.324554,47.258572],[-115.302646,47.187372],[-114.930214,46.919002],[-114.886399,46.809463],[-114.623506,46.705401],[-114.612552,46.639678],[-114.322274,46.645155],[-114.464674,46.272723],[-114.492059,46.037214],[-114.387997,45.88386],[-114.568736,45.774321],[-114.497536,45.670259],[-114.546828,45.560721],[-114.333228,45.456659],[-114.086765,45.593582],[-113.98818,45.703121],[-113.807441,45.604536],[-113.834826,45.522382],[-113.736241,45.330689],[-113.571933,45.128042],[-113.45144,45.056842],[-113.456917,44.865149],[-113.341901,44.782995],[-113.133778,44.772041],[-113.002331,44.448902],[-112.887315,44.394132],[-112.783254,44.48724],[-112.471068,44.481763],[-112.241036,44.569394],[-112.104113,44.520102],[-111.868605,44.563917],[-111.819312,44.509148],[-111.616665,44.547487],[-111.386634,44.75561],[-111.227803,44.580348],[-111.047063,44.476286],[-111.047063,42.000709],[-112.164359,41.995232],[-114.04295,41.995232],[-117.027882,42.000709],[-117.027882,43.830007],[-116.896436,44.158624],[-116.97859,44.240778],[-117.170283,44.257209],[-117.241483,44.394132],[-117.038836,44.750133],[-116.934774,44.782995],[-116.830713,44.930872],[-116.847143,45.02398],[-116.732128,45.144473],[-116.671881,45.319735],[-116.463758,45.61549],[-116.545912,45.752413],[-116.78142,45.823614],[-116.918344,45.993399],[-116.92382,46.168661],[-117.055267,46.343923],[-117.038836,46.426077],[-117.044313,47.762451],[-117.033359,49.000239],[-116.04751,49.000239]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"17\",\"properties\":{\"name\":\"Illinois\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-90.639984,42.510065],[-88.788778,42.493634],[-87.802929,42.493634],[-87.83579,42.301941],[-87.682436,42.077386],[-87.523605,41.710431],[-87.529082,39.34987],[-87.63862,39.169131],[-87.512651,38.95553],[-87.49622,38.780268],[-87.62219,38.637868],[-87.655051,38.506421],[-87.83579,38.292821],[-87.950806,38.27639],[-87.923421,38.15042],[-88.000098,38.101128],[-88.060345,37.865619],[-88.027483,37.799896],[-88.15893,37.657496],[-88.065822,37.482234],[-88.476592,37.389126],[-88.514931,37.285064],[-88.421823,37.153617],[-88.547792,37.071463],[-88.914747,37.224817],[-89.029763,37.213863],[-89.183118,37.038601],[-89.133825,36.983832],[-89.292656,36.994786],[-89.517211,37.279587],[-89.435057,37.34531],[-89.517211,37.537003],[-89.517211,37.690357],[-89.84035,37.903958],[-89.949889,37.88205],[-90.059428,38.013497],[-90.355183,38.216144],[-90.349706,38.374975],[-90.179921,38.632391],[-90.207305,38.725499],[-90.10872,38.845992],[-90.251121,38.917192],[-90.470199,38.961007],[-90.585214,38.867899],[-90.661891,38.928146],[-90.727615,39.256762],[-91.061708,39.470363],[-91.368417,39.727779],[-91.494386,40.034488],[-91.50534,40.237135],[-91.417709,40.379535],[-91.401278,40.560274],[-91.121954,40.669813],[-91.09457,40.823167],[-90.963123,40.921752],[-90.946692,41.097014],[-91.111001,41.239415],[-91.045277,41.414677],[-90.656414,41.463969],[-90.344229,41.589939],[-90.311367,41.743293],[-90.179921,41.809016],[-90.141582,42.000709],[-90.168967,42.126679],[-90.393521,42.225264],[-90.420906,42.329326],[-90.639984,42.510065]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"18\",\"properties\":{\"name\":\"Indiana\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-85.990061,41.759724],[-84.807042,41.759724],[-84.807042,41.694001],[-84.801565,40.500028],[-84.817996,39.103408],[-84.894673,39.059592],[-84.812519,38.785745],[-84.987781,38.780268],[-85.173997,38.68716],[-85.431413,38.730976],[-85.42046,38.533806],[-85.590245,38.451652],[-85.655968,38.325682],[-85.83123,38.27639],[-85.924338,38.024451],[-86.039354,37.958727],[-86.263908,38.051835],[-86.302247,38.166851],[-86.521325,38.040881],[-86.504894,37.931343],[-86.729448,37.893004],[-86.795172,37.991589],[-87.047111,37.893004],[-87.129265,37.788942],[-87.381204,37.93682],[-87.512651,37.903958],[-87.600282,37.975158],[-87.682436,37.903958],[-87.934375,37.893004],[-88.027483,37.799896],[-88.060345,37.865619],[-88.000098,38.101128],[-87.923421,38.15042],[-87.950806,38.27639],[-87.83579,38.292821],[-87.655051,38.506421],[-87.62219,38.637868],[-87.49622,38.780268],[-87.512651,38.95553],[-87.63862,39.169131],[-87.529082,39.34987],[-87.523605,41.710431],[-87.42502,41.644708],[-87.118311,41.644708],[-86.822556,41.759724],[-85.990061,41.759724]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"19\",\"properties\":{\"name\":\"Iowa\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-91.368417,43.501391],[-91.215062,43.501391],[-91.204109,43.353514],[-91.056231,43.254929],[-91.176724,43.134436],[-91.143862,42.909881],[-91.067185,42.75105],[-90.711184,42.636034],[-90.639984,42.510065],[-90.420906,42.329326],[-90.393521,42.225264],[-90.168967,42.126679],[-90.141582,42.000709],[-90.179921,41.809016],[-90.311367,41.743293],[-90.344229,41.589939],[-90.656414,41.463969],[-91.045277,41.414677],[-91.111001,41.239415],[-90.946692,41.097014],[-90.963123,40.921752],[-91.09457,40.823167],[-91.121954,40.669813],[-91.401278,40.560274],[-91.417709,40.379535],[-91.527248,40.412397],[-91.729895,40.615043],[-91.833957,40.609566],[-93.257961,40.582182],[-94.632673,40.571228],[-95.7664,40.587659],[-95.881416,40.719105],[-95.826646,40.976521],[-95.925231,41.201076],[-95.919754,41.453015],[-96.095016,41.540646],[-96.122401,41.67757],[-96.062155,41.798063],[-96.127878,41.973325],[-96.264801,42.039048],[-96.44554,42.488157],[-96.631756,42.707235],[-96.544125,42.855112],[-96.511264,43.052282],[-96.434587,43.123482],[-96.560556,43.222067],[-96.527695,43.397329],[-96.582464,43.479483],[-96.451017,43.501391],[-91.368417,43.501391]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"20\",\"properties\":{\"name\":\"Kansas\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-101.90605,40.001626],[-95.306337,40.001626],[-95.207752,39.908518],[-94.884612,39.831841],[-95.109167,39.541563],[-94.983197,39.442978],[-94.824366,39.20747],[-94.610765,39.158177],[-94.616242,37.000263],[-100.087706,37.000263],[-102.042974,36.994786],[-102.053927,40.001626],[-101.90605,40.001626]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"21\",\"properties\":{\"name\":\"Kentucky\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-83.903347,38.769315],[-83.678792,38.632391],[-83.519961,38.703591],[-83.142052,38.626914],[-83.032514,38.725499],[-82.890113,38.758361],[-82.846298,38.588575],[-82.731282,38.561191],[-82.594358,38.424267],[-82.621743,38.123036],[-82.50125,37.931343],[-82.342419,37.783465],[-82.293127,37.668449],[-82.101434,37.553434],[-81.969987,37.537003],[-82.353373,37.268633],[-82.720328,37.120755],[-82.720328,37.044078],[-82.868205,36.978355],[-82.879159,36.890724],[-83.070852,36.852385],[-83.136575,36.742847],[-83.673316,36.600446],[-83.689746,36.584015],[-84.544149,36.594969],[-85.289013,36.627831],[-85.486183,36.616877],[-86.592525,36.655216],[-87.852221,36.633308],[-88.071299,36.677123],[-88.054868,36.496384],[-89.298133,36.507338],[-89.418626,36.496384],[-89.363857,36.622354],[-89.215979,36.578538],[-89.133825,36.983832],[-89.183118,37.038601],[-89.029763,37.213863],[-88.914747,37.224817],[-88.547792,37.071463],[-88.421823,37.153617],[-88.514931,37.285064],[-88.476592,37.389126],[-88.065822,37.482234],[-88.15893,37.657496],[-88.027483,37.799896],[-87.934375,37.893004],[-87.682436,37.903958],[-87.600282,37.975158],[-87.512651,37.903958],[-87.381204,37.93682],[-87.129265,37.788942],[-87.047111,37.893004],[-86.795172,37.991589],[-86.729448,37.893004],[-86.504894,37.931343],[-86.521325,38.040881],[-86.302247,38.166851],[-86.263908,38.051835],[-86.039354,37.958727],[-85.924338,38.024451],[-85.83123,38.27639],[-85.655968,38.325682],[-85.590245,38.451652],[-85.42046,38.533806],[-85.431413,38.730976],[-85.173997,38.68716],[-84.987781,38.780268],[-84.812519,38.785745],[-84.894673,39.059592],[-84.817996,39.103408],[-84.43461,39.103408],[-84.231963,38.895284],[-84.215533,38.807653],[-83.903347,38.769315]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"22\",\"properties\":{\"name\":\"Louisiana\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-93.608485,33.018527],[-91.16577,33.002096],[-91.072662,32.887081],[-91.143862,32.843265],[-91.154816,32.640618],[-91.006939,32.514649],[-90.985031,32.218894],[-91.105524,31.988862],[-91.341032,31.846462],[-91.401278,31.621907],[-91.499863,31.643815],[-91.516294,31.27686],[-91.636787,31.265906],[-91.565587,31.068736],[-91.636787,30.997536],[-89.747242,30.997536],[-89.845827,30.66892],[-89.681519,30.449842],[-89.643181,30.285534],[-89.522688,30.181472],[-89.818443,30.044549],[-89.84035,29.945964],[-89.599365,29.88024],[-89.495303,30.039072],[-89.287179,29.88024],[-89.30361,29.754271],[-89.424103,29.699501],[-89.648657,29.748794],[-89.621273,29.655686],[-89.69795,29.513285],[-89.506257,29.387316],[-89.199548,29.348977],[-89.09001,29.2011],[-89.002379,29.179192],[-89.16121,29.009407],[-89.336472,29.042268],[-89.484349,29.217531],[-89.851304,29.310638],[-89.851304,29.480424],[-90.032043,29.425654],[-90.021089,29.283254],[-90.103244,29.151807],[-90.23469,29.129899],[-90.333275,29.277777],[-90.563307,29.283254],[-90.645461,29.129899],[-90.798815,29.086084],[-90.963123,29.179192],[-91.09457,29.190146],[-91.220539,29.436608],[-91.445094,29.546147],[-91.532725,29.529716],[-91.620356,29.73784],[-91.883249,29.710455],[-91.888726,29.836425],[-92.146142,29.715932],[-92.113281,29.622824],[-92.31045,29.535193],[-92.617159,29.579009],[-92.97316,29.715932],[-93.2251,29.776178],[-93.767317,29.726886],[-93.838517,29.688547],[-93.926148,29.787132],[-93.690639,30.143133],[-93.767317,30.334826],[-93.696116,30.438888],[-93.728978,30.575812],[-93.630393,30.679874],[-93.526331,30.93729],[-93.542762,31.15089],[-93.816609,31.556184],[-93.822086,31.775262],[-94.041164,31.994339],[-94.041164,33.018527],[-93.608485,33.018527]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"23\",\"properties\":{\"name\":\"Maine\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-70.703921,43.057759],[-70.824413,43.128959],[-70.807983,43.227544],[-70.966814,43.34256],[-71.032537,44.657025],[-71.08183,45.303304],[-70.649151,45.440228],[-70.720352,45.511428],[-70.556043,45.664782],[-70.386258,45.735983],[-70.41912,45.796229],[-70.260289,45.889337],[-70.309581,46.064599],[-70.210996,46.327492],[-70.057642,46.415123],[-69.997395,46.694447],[-69.225147,47.461219],[-69.044408,47.428357],[-69.033454,47.242141],[-68.902007,47.176418],[-68.578868,47.285957],[-68.376221,47.285957],[-68.233821,47.357157],[-67.954497,47.198326],[-67.790188,47.066879],[-67.779235,45.944106],[-67.801142,45.675736],[-67.456095,45.604536],[-67.505388,45.48952],[-67.417757,45.379982],[-67.488957,45.281397],[-67.346556,45.128042],[-67.16034,45.160904],[-66.979601,44.804903],[-67.187725,44.646072],[-67.308218,44.706318],[-67.406803,44.596779],[-67.549203,44.624164],[-67.565634,44.531056],[-67.75185,44.54201],[-68.047605,44.328409],[-68.118805,44.476286],[-68.222867,44.48724],[-68.173574,44.328409],[-68.403606,44.251732],[-68.458375,44.377701],[-68.567914,44.311978],[-68.82533,44.311978],[-68.830807,44.459856],[-68.984161,44.426994],[-68.956777,44.322932],[-69.099177,44.103854],[-69.071793,44.043608],[-69.258008,43.923115],[-69.444224,43.966931],[-69.553763,43.840961],[-69.707118,43.82453],[-69.833087,43.720469],[-69.986442,43.742376],[-70.030257,43.851915],[-70.254812,43.676653],[-70.194565,43.567114],[-70.358873,43.528776],[-70.369827,43.435668],[-70.556043,43.320652],[-70.703921,43.057759]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"24\",\"properties\":{\"name\":\"Maryland\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-75.994645,37.95325],[-76.016553,37.95325],[-76.043938,37.95325],[-75.994645,37.95325]]],[[[-79.477979,39.722302],[-75.786521,39.722302],[-75.693413,38.462606],[-75.047134,38.451652],[-75.244304,38.029928],[-75.397659,38.013497],[-75.671506,37.95325],[-75.885106,37.909435],[-75.879629,38.073743],[-75.961783,38.139466],[-75.846768,38.210667],[-76.000122,38.374975],[-76.049415,38.303775],[-76.257538,38.320205],[-76.328738,38.500944],[-76.263015,38.500944],[-76.257538,38.736453],[-76.191815,38.829561],[-76.279446,39.147223],[-76.169907,39.333439],[-76.000122,39.366301],[-75.972737,39.557994],[-76.098707,39.536086],[-76.104184,39.437501],[-76.367077,39.311532],[-76.443754,39.196516],[-76.460185,38.906238],[-76.55877,38.769315],[-76.514954,38.539283],[-76.383508,38.380452],[-76.399939,38.259959],[-76.317785,38.139466],[-76.3616,38.057312],[-76.591632,38.216144],[-76.920248,38.292821],[-77.018833,38.446175],[-77.205049,38.358544],[-77.276249,38.479037],[-77.128372,38.632391],[-77.040741,38.791222],[-76.909294,38.895284],[-77.035264,38.993869],[-77.117418,38.933623],[-77.248864,39.026731],[-77.456988,39.076023],[-77.456988,39.223901],[-77.566527,39.306055],[-77.719881,39.322485],[-77.834897,39.601809],[-78.004682,39.601809],[-78.174467,39.694917],[-78.267575,39.61824],[-78.431884,39.623717],[-78.470222,39.514178],[-78.765977,39.585379],[-78.963147,39.437501],[-79.094593,39.470363],[-79.291763,39.300578],[-79.488933,39.20747],[-79.477979,39.722302]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"25\",\"properties\":{\"name\":\"Massachusetts\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-70.917521,42.887974],[-70.818936,42.871543],[-70.780598,42.696281],[-70.824413,42.55388],[-70.983245,42.422434],[-70.988722,42.269079],[-70.769644,42.247172],[-70.638197,42.08834],[-70.660105,41.962371],[-70.550566,41.929509],[-70.539613,41.814493],[-70.260289,41.715908],[-69.937149,41.809016],[-70.008349,41.672093],[-70.484843,41.5516],[-70.660105,41.546123],[-70.764167,41.639231],[-70.928475,41.611847],[-70.933952,41.540646],[-71.120168,41.496831],[-71.196845,41.67757],[-71.22423,41.710431],[-71.328292,41.781632],[-71.383061,42.01714],[-71.530939,42.01714],[-71.799309,42.006186],[-71.799309,42.022617],[-73.053528,42.039048],[-73.486206,42.050002],[-73.508114,42.08834],[-73.267129,42.745573],[-72.456542,42.729142],[-71.29543,42.696281],[-71.185891,42.789389],[-70.917521,42.887974]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"26\",\"properties\":{\"name\":\"Michigan\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-83.454238,41.732339],[-84.807042,41.694001],[-84.807042,41.759724],[-85.990061,41.759724],[-86.822556,41.759724],[-86.619909,41.891171],[-86.482986,42.115725],[-86.357016,42.252649],[-86.263908,42.444341],[-86.209139,42.718189],[-86.231047,43.013943],[-86.526801,43.594499],[-86.433693,43.813577],[-86.499417,44.07647],[-86.269385,44.34484],[-86.220093,44.569394],[-86.252954,44.689887],[-86.088646,44.73918],[-86.066738,44.903488],[-85.809322,44.947303],[-85.612152,45.128042],[-85.628583,44.766564],[-85.524521,44.750133],[-85.393075,44.930872],[-85.387598,45.237581],[-85.305444,45.314258],[-85.031597,45.363551],[-85.119228,45.577151],[-84.938489,45.75789],[-84.713934,45.768844],[-84.461995,45.653829],[-84.215533,45.637398],[-84.09504,45.494997],[-83.908824,45.484043],[-83.596638,45.352597],[-83.4871,45.358074],[-83.317314,45.144473],[-83.454238,45.029457],[-83.322791,44.88158],[-83.273499,44.711795],[-83.333745,44.339363],[-83.536392,44.246255],[-83.585684,44.054562],[-83.82667,43.988839],[-83.958116,43.758807],[-83.908824,43.671176],[-83.667839,43.589022],[-83.481623,43.714992],[-83.262545,43.972408],[-82.917498,44.070993],[-82.747713,43.994316],[-82.643651,43.851915],[-82.539589,43.435668],[-82.523158,43.227544],[-82.413619,42.975605],[-82.517681,42.614127],[-82.681989,42.559357],[-82.687466,42.690804],[-82.797005,42.652465],[-82.922975,42.351234],[-83.125621,42.236218],[-83.185868,42.006186],[-83.437807,41.814493],[-83.454238,41.732339]]],[[[-85.508091,45.730506],[-85.49166,45.610013],[-85.623106,45.588105],[-85.568337,45.75789],[-85.508091,45.730506]]],[[[-87.589328,45.095181],[-87.742682,45.199243],[-87.649574,45.341643],[-87.885083,45.363551],[-87.791975,45.500474],[-87.781021,45.675736],[-87.989145,45.796229],[-88.10416,45.922199],[-88.531362,46.020784],[-88.662808,45.987922],[-89.09001,46.135799],[-90.119674,46.338446],[-90.229213,46.508231],[-90.415429,46.568478],[-90.026566,46.672539],[-89.851304,46.793032],[-89.413149,46.842325],[-89.128348,46.990202],[-88.996902,46.995679],[-88.887363,47.099741],[-88.575177,47.247618],[-88.416346,47.373588],[-88.180837,47.455742],[-87.956283,47.384542],[-88.350623,47.077833],[-88.443731,46.973771],[-88.438254,46.787555],[-88.246561,46.929956],[-87.901513,46.908048],[-87.633143,46.809463],[-87.392158,46.535616],[-87.260711,46.486323],[-87.008772,46.530139],[-86.948526,46.469893],[-86.696587,46.437031],[-86.159846,46.667063],[-85.880522,46.68897],[-85.508091,46.678016],[-85.256151,46.754694],[-85.064458,46.760171],[-85.02612,46.480847],[-84.82895,46.442508],[-84.63178,46.486323],[-84.549626,46.4206],[-84.418179,46.502754],[-84.127902,46.530139],[-84.122425,46.179615],[-83.990978,46.031737],[-83.793808,45.993399],[-83.7719,46.091984],[-83.580208,46.091984],[-83.476146,45.987922],[-83.563777,45.911245],[-84.111471,45.976968],[-84.374364,45.933153],[-84.659165,46.053645],[-84.741319,45.944106],[-84.70298,45.850998],[-84.82895,45.872906],[-85.015166,46.00983],[-85.338305,46.091984],[-85.502614,46.097461],[-85.661445,45.966014],[-85.924338,45.933153],[-86.209139,45.960537],[-86.324155,45.905768],[-86.351539,45.796229],[-86.663725,45.703121],[-86.647294,45.834568],[-86.784218,45.861952],[-86.838987,45.725029],[-87.069019,45.719552],[-87.17308,45.659305],[-87.326435,45.423797],[-87.611236,45.122565],[-87.589328,45.095181]]],[[[-88.805209,47.976051],[-89.057148,47.850082],[-89.188594,47.833651],[-89.177641,47.937713],[-88.547792,48.173221],[-88.668285,48.008913],[-88.805209,47.976051]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"27\",\"properties\":{\"name\":\"Minnesota\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-92.014696,46.705401],[-92.091373,46.749217],[-92.29402,46.667063],[-92.29402,46.075553],[-92.354266,46.015307],[-92.639067,45.933153],[-92.869098,45.719552],[-92.885529,45.577151],[-92.770513,45.566198],[-92.644544,45.440228],[-92.75956,45.286874],[-92.737652,45.117088],[-92.808852,44.750133],[-92.545959,44.569394],[-92.337835,44.552964],[-92.233773,44.443425],[-91.927065,44.333886],[-91.877772,44.202439],[-91.592971,44.032654],[-91.43414,43.994316],[-91.242447,43.775238],[-91.269832,43.616407],[-91.215062,43.501391],[-91.368417,43.501391],[-96.451017,43.501391],[-96.451017,45.297827],[-96.681049,45.412843],[-96.856311,45.604536],[-96.582464,45.818137],[-96.560556,45.933153],[-96.598895,46.332969],[-96.719387,46.437031],[-96.801542,46.656109],[-96.785111,46.924479],[-96.823449,46.968294],[-96.856311,47.609096],[-97.053481,47.948667],[-97.130158,48.140359],[-97.16302,48.545653],[-97.097296,48.682577],[-97.228743,49.000239],[-95.152983,49.000239],[-95.152983,49.383625],[-94.955813,49.372671],[-94.824366,49.295994],[-94.69292,48.775685],[-94.588858,48.715438],[-94.260241,48.699007],[-94.221903,48.649715],[-93.838517,48.627807],[-93.794701,48.518268],[-93.466085,48.545653],[-93.466085,48.589469],[-93.208669,48.644238],[-92.984114,48.62233],[-92.726698,48.540176],[-92.655498,48.436114],[-92.50762,48.447068],[-92.370697,48.222514],[-92.304974,48.315622],[-92.053034,48.359437],[-92.009219,48.266329],[-91.713464,48.200606],[-91.713464,48.112975],[-91.565587,48.041775],[-91.264355,48.080113],[-91.083616,48.178698],[-90.837154,48.238944],[-90.749522,48.091067],[-90.579737,48.123929],[-90.377091,48.091067],[-90.141582,48.112975],[-89.873212,47.987005],[-89.615796,48.008913],[-89.637704,47.954144],[-89.971797,47.828174],[-90.437337,47.729589],[-90.738569,47.625527],[-91.171247,47.368111],[-91.357463,47.20928],[-91.642264,47.028541],[-92.091373,46.787555],[-92.014696,46.705401]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"28\",\"properties\":{\"name\":\"Mississippi\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-88.471115,34.995703],[-88.202745,34.995703],[-88.098683,34.891641],[-88.241084,33.796253],[-88.471115,31.895754],[-88.394438,30.367688],[-88.503977,30.323872],[-88.744962,30.34578],[-88.843547,30.411504],[-89.084533,30.367688],[-89.418626,30.252672],[-89.522688,30.181472],[-89.643181,30.285534],[-89.681519,30.449842],[-89.845827,30.66892],[-89.747242,30.997536],[-91.636787,30.997536],[-91.565587,31.068736],[-91.636787,31.265906],[-91.516294,31.27686],[-91.499863,31.643815],[-91.401278,31.621907],[-91.341032,31.846462],[-91.105524,31.988862],[-90.985031,32.218894],[-91.006939,32.514649],[-91.154816,32.640618],[-91.143862,32.843265],[-91.072662,32.887081],[-91.16577,33.002096],[-91.089093,33.13902],[-91.143862,33.347144],[-91.056231,33.429298],[-91.231493,33.560744],[-91.072662,33.867453],[-90.891923,34.026284],[-90.952169,34.135823],[-90.744046,34.300131],[-90.749522,34.365854],[-90.568783,34.420624],[-90.585214,34.617794],[-90.481152,34.661609],[-90.409952,34.831394],[-90.251121,34.908072],[-90.311367,34.995703],[-88.471115,34.995703]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"29\",\"properties\":{\"name\":\"Missouri\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-91.833957,40.609566],[-91.729895,40.615043],[-91.527248,40.412397],[-91.417709,40.379535],[-91.50534,40.237135],[-91.494386,40.034488],[-91.368417,39.727779],[-91.061708,39.470363],[-90.727615,39.256762],[-90.661891,38.928146],[-90.585214,38.867899],[-90.470199,38.961007],[-90.251121,38.917192],[-90.10872,38.845992],[-90.207305,38.725499],[-90.179921,38.632391],[-90.349706,38.374975],[-90.355183,38.216144],[-90.059428,38.013497],[-89.949889,37.88205],[-89.84035,37.903958],[-89.517211,37.690357],[-89.517211,37.537003],[-89.435057,37.34531],[-89.517211,37.279587],[-89.292656,36.994786],[-89.133825,36.983832],[-89.215979,36.578538],[-89.363857,36.622354],[-89.418626,36.496384],[-89.484349,36.496384],[-89.539119,36.496384],[-89.533642,36.249922],[-89.730812,35.997983],[-90.377091,35.997983],[-90.218259,36.184199],[-90.064905,36.304691],[-90.152536,36.496384],[-94.473842,36.501861],[-94.616242,36.501861],[-94.616242,37.000263],[-94.610765,39.158177],[-94.824366,39.20747],[-94.983197,39.442978],[-95.109167,39.541563],[-94.884612,39.831841],[-95.207752,39.908518],[-95.306337,40.001626],[-95.552799,40.264519],[-95.7664,40.587659],[-94.632673,40.571228],[-93.257961,40.582182],[-91.833957,40.609566]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"30\",\"properties\":{\"name\":\"Montana\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-104.047534,49.000239],[-104.042057,47.861036],[-104.047534,45.944106],[-104.042057,44.996596],[-104.058488,44.996596],[-105.91517,45.002073],[-109.080842,45.002073],[-111.05254,45.002073],[-111.047063,44.476286],[-111.227803,44.580348],[-111.386634,44.75561],[-111.616665,44.547487],[-111.819312,44.509148],[-111.868605,44.563917],[-112.104113,44.520102],[-112.241036,44.569394],[-112.471068,44.481763],[-112.783254,44.48724],[-112.887315,44.394132],[-113.002331,44.448902],[-113.133778,44.772041],[-113.341901,44.782995],[-113.456917,44.865149],[-113.45144,45.056842],[-113.571933,45.128042],[-113.736241,45.330689],[-113.834826,45.522382],[-113.807441,45.604536],[-113.98818,45.703121],[-114.086765,45.593582],[-114.333228,45.456659],[-114.546828,45.560721],[-114.497536,45.670259],[-114.568736,45.774321],[-114.387997,45.88386],[-114.492059,46.037214],[-114.464674,46.272723],[-114.322274,46.645155],[-114.612552,46.639678],[-114.623506,46.705401],[-114.886399,46.809463],[-114.930214,46.919002],[-115.302646,47.187372],[-115.324554,47.258572],[-115.527201,47.302388],[-115.718894,47.42288],[-115.724371,47.696727],[-116.04751,47.976051],[-116.04751,49.000239],[-111.50165,48.994762],[-109.453274,49.000239],[-104.047534,49.000239]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"31\",\"properties\":{\"name\":\"Nebraska\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-103.324578,43.002989],[-101.626726,42.997512],[-98.499393,42.997512],[-98.466531,42.94822],[-97.951699,42.767481],[-97.831206,42.866066],[-97.688806,42.844158],[-97.217789,42.844158],[-96.692003,42.657942],[-96.626279,42.515542],[-96.44554,42.488157],[-96.264801,42.039048],[-96.127878,41.973325],[-96.062155,41.798063],[-96.122401,41.67757],[-96.095016,41.540646],[-95.919754,41.453015],[-95.925231,41.201076],[-95.826646,40.976521],[-95.881416,40.719105],[-95.7664,40.587659],[-95.552799,40.264519],[-95.306337,40.001626],[-101.90605,40.001626],[-102.053927,40.001626],[-102.053927,41.003906],[-104.053011,41.003906],[-104.053011,43.002989],[-103.324578,43.002989]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"32\",\"properties\":{\"name\":\"Nevada\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-117.027882,42.000709],[-114.04295,41.995232],[-114.048427,37.000263],[-114.048427,36.195153],[-114.152489,36.025367],[-114.251074,36.01989],[-114.371566,36.140383],[-114.738521,36.102045],[-114.678275,35.516012],[-114.596121,35.324319],[-114.574213,35.138103],[-114.634459,35.00118],[-115.85034,35.970598],[-116.540435,36.501861],[-117.498899,37.21934],[-118.71478,38.101128],[-120.001861,38.999346],[-119.996384,40.264519],[-120.001861,41.995232],[-118.698349,41.989755],[-117.027882,42.000709]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"33\",\"properties\":{\"name\":\"New Hampshire\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-71.08183,45.303304],[-71.032537,44.657025],[-70.966814,43.34256],[-70.807983,43.227544],[-70.824413,43.128959],[-70.703921,43.057759],[-70.818936,42.871543],[-70.917521,42.887974],[-71.185891,42.789389],[-71.29543,42.696281],[-72.456542,42.729142],[-72.544173,42.80582],[-72.533219,42.953697],[-72.445588,43.008466],[-72.456542,43.150867],[-72.379864,43.572591],[-72.204602,43.769761],[-72.116971,43.994316],[-72.02934,44.07647],[-72.034817,44.322932],[-71.700724,44.41604],[-71.536416,44.585825],[-71.629524,44.750133],[-71.4926,44.914442],[-71.503554,45.013027],[-71.361154,45.270443],[-71.131122,45.243058],[-71.08183,45.303304]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"34\",\"properties\":{\"name\":\"New Jersey\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-74.236547,41.14083],[-73.902454,40.998429],[-74.022947,40.708151],[-74.187255,40.642428],[-74.274886,40.489074],[-74.001039,40.412397],[-73.979131,40.297381],[-74.099624,39.760641],[-74.411809,39.360824],[-74.614456,39.245808],[-74.795195,38.993869],[-74.888303,39.158177],[-75.178581,39.240331],[-75.534582,39.459409],[-75.55649,39.607286],[-75.561967,39.629194],[-75.507197,39.683964],[-75.414089,39.804456],[-75.145719,39.88661],[-75.129289,39.963288],[-74.82258,40.127596],[-74.773287,40.215227],[-75.058088,40.417874],[-75.069042,40.543843],[-75.195012,40.576705],[-75.205966,40.691721],[-75.052611,40.866983],[-75.134765,40.971045],[-74.882826,41.179168],[-74.828057,41.288707],[-74.69661,41.359907],[-74.236547,41.14083]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"35\",\"properties\":{\"name\":\"New Mexico\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-107.421329,37.000263],[-106.868158,36.994786],[-104.337812,36.994786],[-103.001438,37.000263],[-103.001438,36.501861],[-103.039777,36.501861],[-103.045254,34.01533],[-103.067161,33.002096],[-103.067161,31.999816],[-106.616219,31.999816],[-106.643603,31.901231],[-106.528588,31.786216],[-108.210008,31.786216],[-108.210008,31.331629],[-109.04798,31.331629],[-109.042503,37.000263],[-107.421329,37.000263]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"36\",\"properties\":{\"name\":\"New York\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-73.343806,45.013027],[-73.332852,44.804903],[-73.387622,44.618687],[-73.294514,44.437948],[-73.321898,44.246255],[-73.436914,44.043608],[-73.349283,43.769761],[-73.404052,43.687607],[-73.245221,43.523299],[-73.278083,42.833204],[-73.267129,42.745573],[-73.508114,42.08834],[-73.486206,42.050002],[-73.55193,41.294184],[-73.48073,41.21203],[-73.727192,41.102491],[-73.655992,40.987475],[-73.22879,40.905321],[-73.141159,40.965568],[-72.774204,40.965568],[-72.587988,40.998429],[-72.28128,41.157261],[-72.259372,41.042245],[-72.100541,40.992952],[-72.467496,40.845075],[-73.239744,40.625997],[-73.562884,40.582182],[-73.776484,40.593136],[-73.935316,40.543843],[-74.022947,40.708151],[-73.902454,40.998429],[-74.236547,41.14083],[-74.69661,41.359907],[-74.740426,41.431108],[-74.89378,41.436584],[-75.074519,41.60637],[-75.052611,41.754247],[-75.173104,41.869263],[-75.249781,41.863786],[-75.35932,42.000709],[-79.76278,42.000709],[-79.76278,42.252649],[-79.76278,42.269079],[-79.149363,42.55388],[-79.050778,42.690804],[-78.853608,42.783912],[-78.930285,42.953697],[-79.012439,42.986559],[-79.072686,43.260406],[-78.486653,43.375421],[-77.966344,43.369944],[-77.75822,43.34256],[-77.533665,43.233021],[-77.391265,43.276836],[-76.958587,43.271359],[-76.695693,43.34256],[-76.41637,43.523299],[-76.235631,43.528776],[-76.230154,43.802623],[-76.137046,43.961454],[-76.3616,44.070993],[-76.312308,44.196962],[-75.912491,44.366748],[-75.764614,44.514625],[-75.282643,44.848718],[-74.828057,45.018503],[-74.148916,44.991119],[-73.343806,45.013027]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"37\",\"properties\":{\"name\":\"North Carolina\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.978661,36.562108],[-80.294043,36.545677],[-79.510841,36.5402],[-75.868676,36.551154],[-75.75366,36.151337],[-76.032984,36.189676],[-76.071322,36.140383],[-76.410893,36.080137],[-76.460185,36.025367],[-76.68474,36.008937],[-76.673786,35.937736],[-76.399939,35.987029],[-76.3616,35.943213],[-76.060368,35.992506],[-75.961783,35.899398],[-75.781044,35.937736],[-75.715321,35.696751],[-75.775568,35.581735],[-75.89606,35.570781],[-76.147999,35.324319],[-76.482093,35.313365],[-76.536862,35.14358],[-76.394462,34.973795],[-76.279446,34.940933],[-76.493047,34.661609],[-76.673786,34.694471],[-76.991448,34.667086],[-77.210526,34.60684],[-77.555573,34.415147],[-77.82942,34.163208],[-77.971821,33.845545],[-78.179944,33.916745],[-78.541422,33.851022],[-79.675149,34.80401],[-80.797922,34.820441],[-80.781491,34.935456],[-80.934845,35.105241],[-81.038907,35.044995],[-81.044384,35.149057],[-82.276696,35.198349],[-82.550543,35.160011],[-82.764143,35.066903],[-83.109191,35.00118],[-83.618546,34.984749],[-84.319594,34.990226],[-84.29221,35.225734],[-84.09504,35.247642],[-84.018363,35.41195],[-83.7719,35.559827],[-83.498053,35.565304],[-83.251591,35.718659],[-82.994175,35.773428],[-82.775097,35.997983],[-82.638174,36.063706],[-82.610789,35.965121],[-82.216449,36.156814],[-82.03571,36.118475],[-81.909741,36.304691],[-81.723525,36.353984],[-81.679709,36.589492],[-80.978661,36.562108]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"38\",\"properties\":{\"name\":\"North Dakota\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-97.228743,49.000239],[-97.097296,48.682577],[-97.16302,48.545653],[-97.130158,48.140359],[-97.053481,47.948667],[-96.856311,47.609096],[-96.823449,46.968294],[-96.785111,46.924479],[-96.801542,46.656109],[-96.719387,46.437031],[-96.598895,46.332969],[-96.560556,45.933153],[-104.047534,45.944106],[-104.042057,47.861036],[-104.047534,49.000239],[-97.228743,49.000239]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"39\",\"properties\":{\"name\":\"Ohio\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.518598,41.978802],[-80.518598,40.636951],[-80.666475,40.582182],[-80.595275,40.472643],[-80.600752,40.319289],[-80.737675,40.078303],[-80.830783,39.711348],[-81.219646,39.388209],[-81.345616,39.344393],[-81.455155,39.410117],[-81.57017,39.267716],[-81.685186,39.273193],[-81.811156,39.0815],[-81.783771,38.966484],[-81.887833,38.873376],[-82.03571,39.026731],[-82.221926,38.785745],[-82.172634,38.632391],[-82.293127,38.577622],[-82.331465,38.446175],[-82.594358,38.424267],[-82.731282,38.561191],[-82.846298,38.588575],[-82.890113,38.758361],[-83.032514,38.725499],[-83.142052,38.626914],[-83.519961,38.703591],[-83.678792,38.632391],[-83.903347,38.769315],[-84.215533,38.807653],[-84.231963,38.895284],[-84.43461,39.103408],[-84.817996,39.103408],[-84.801565,40.500028],[-84.807042,41.694001],[-83.454238,41.732339],[-83.065375,41.595416],[-82.933929,41.513262],[-82.835344,41.589939],[-82.616266,41.431108],[-82.479343,41.381815],[-82.013803,41.513262],[-81.739956,41.485877],[-81.444201,41.672093],[-81.011523,41.852832],[-80.518598,41.978802],[-80.518598,41.978802]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"40\",\"properties\":{\"name\":\"Oklahoma\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-100.087706,37.000263],[-94.616242,37.000263],[-94.616242,36.501861],[-94.430026,35.395519],[-94.484796,33.637421],[-94.868182,33.74696],[-94.966767,33.861976],[-95.224183,33.960561],[-95.289906,33.87293],[-95.547322,33.878407],[-95.602092,33.933176],[-95.8376,33.834591],[-95.936185,33.889361],[-96.149786,33.840068],[-96.346956,33.686714],[-96.423633,33.774345],[-96.631756,33.845545],[-96.850834,33.845545],[-96.922034,33.960561],[-97.173974,33.736006],[-97.256128,33.861976],[-97.371143,33.823637],[-97.458774,33.905791],[-97.694283,33.982469],[-97.869545,33.851022],[-97.946222,33.987946],[-98.088623,34.004376],[-98.170777,34.113915],[-98.36247,34.157731],[-98.488439,34.064623],[-98.570593,34.146777],[-98.767763,34.135823],[-98.986841,34.223454],[-99.189488,34.2125],[-99.260688,34.404193],[-99.57835,34.415147],[-99.698843,34.382285],[-99.923398,34.573978],[-100.000075,34.563024],[-100.000075,36.501861],[-101.812942,36.501861],[-103.001438,36.501861],[-103.001438,37.000263],[-102.042974,36.994786],[-100.087706,37.000263]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"41\",\"properties\":{\"name\":\"Oregon\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-123.211348,46.174138],[-123.11824,46.185092],[-122.904639,46.08103],[-122.811531,45.960537],[-122.762239,45.659305],[-122.247407,45.549767],[-121.809251,45.708598],[-121.535404,45.725029],[-121.217742,45.670259],[-121.18488,45.604536],[-120.637186,45.746937],[-120.505739,45.697644],[-120.209985,45.725029],[-119.963522,45.823614],[-119.525367,45.911245],[-119.125551,45.933153],[-118.988627,45.998876],[-116.918344,45.993399],[-116.78142,45.823614],[-116.545912,45.752413],[-116.463758,45.61549],[-116.671881,45.319735],[-116.732128,45.144473],[-116.847143,45.02398],[-116.830713,44.930872],[-116.934774,44.782995],[-117.038836,44.750133],[-117.241483,44.394132],[-117.170283,44.257209],[-116.97859,44.240778],[-116.896436,44.158624],[-117.027882,43.830007],[-117.027882,42.000709],[-118.698349,41.989755],[-120.001861,41.995232],[-121.037003,41.995232],[-122.378853,42.011663],[-123.233256,42.006186],[-124.213628,42.000709],[-124.356029,42.115725],[-124.432706,42.438865],[-124.416275,42.663419],[-124.553198,42.838681],[-124.454613,43.002989],[-124.383413,43.271359],[-124.235536,43.55616],[-124.169813,43.8081],[-124.060274,44.657025],[-124.076705,44.772041],[-123.97812,45.144473],[-123.939781,45.659305],[-123.994551,45.944106],[-123.945258,46.113892],[-123.545441,46.261769],[-123.370179,46.146753],[-123.211348,46.174138]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"42\",\"properties\":{\"name\":\"Pennsylvania\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-79.76278,42.252649],[-79.76278,42.000709],[-75.35932,42.000709],[-75.249781,41.863786],[-75.173104,41.869263],[-75.052611,41.754247],[-75.074519,41.60637],[-74.89378,41.436584],[-74.740426,41.431108],[-74.69661,41.359907],[-74.828057,41.288707],[-74.882826,41.179168],[-75.134765,40.971045],[-75.052611,40.866983],[-75.205966,40.691721],[-75.195012,40.576705],[-75.069042,40.543843],[-75.058088,40.417874],[-74.773287,40.215227],[-74.82258,40.127596],[-75.129289,39.963288],[-75.145719,39.88661],[-75.414089,39.804456],[-75.616736,39.831841],[-75.786521,39.722302],[-79.477979,39.722302],[-80.518598,39.722302],[-80.518598,40.636951],[-80.518598,41.978802],[-80.518598,41.978802],[-80.332382,42.033571],[-79.76278,42.269079],[-79.76278,42.252649]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"44\",\"properties\":{\"name\":\"Rhode Island\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-71.196845,41.67757],[-71.120168,41.496831],[-71.317338,41.474923],[-71.196845,41.67757]]],[[[-71.530939,42.01714],[-71.383061,42.01714],[-71.328292,41.781632],[-71.22423,41.710431],[-71.344723,41.726862],[-71.448785,41.578985],[-71.481646,41.370861],[-71.859555,41.321569],[-71.799309,41.414677],[-71.799309,42.006186],[-71.530939,42.01714]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"45\",\"properties\":{\"name\":\"South Carolina\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-82.764143,35.066903],[-82.550543,35.160011],[-82.276696,35.198349],[-81.044384,35.149057],[-81.038907,35.044995],[-80.934845,35.105241],[-80.781491,34.935456],[-80.797922,34.820441],[-79.675149,34.80401],[-78.541422,33.851022],[-78.716684,33.80173],[-78.935762,33.637421],[-79.149363,33.380005],[-79.187701,33.171881],[-79.357487,33.007573],[-79.582041,33.007573],[-79.631334,32.887081],[-79.866842,32.755634],[-79.998289,32.613234],[-80.206412,32.552987],[-80.430967,32.399633],[-80.452875,32.328433],[-80.660998,32.246279],[-80.885553,32.032678],[-81.115584,32.120309],[-81.121061,32.290094],[-81.279893,32.558464],[-81.416816,32.629664],[-81.42777,32.843265],[-81.493493,33.007573],[-81.761863,33.160928],[-81.937125,33.347144],[-81.926172,33.462159],[-82.194542,33.631944],[-82.325988,33.81816],[-82.55602,33.94413],[-82.714851,34.152254],[-82.747713,34.26727],[-82.901067,34.486347],[-83.005129,34.469916],[-83.339222,34.683517],[-83.322791,34.787579],[-83.109191,35.00118],[-82.764143,35.066903]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"46\",\"properties\":{\"name\":\"South Dakota\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-104.047534,45.944106],[-96.560556,45.933153],[-96.582464,45.818137],[-96.856311,45.604536],[-96.681049,45.412843],[-96.451017,45.297827],[-96.451017,43.501391],[-96.582464,43.479483],[-96.527695,43.397329],[-96.560556,43.222067],[-96.434587,43.123482],[-96.511264,43.052282],[-96.544125,42.855112],[-96.631756,42.707235],[-96.44554,42.488157],[-96.626279,42.515542],[-96.692003,42.657942],[-97.217789,42.844158],[-97.688806,42.844158],[-97.831206,42.866066],[-97.951699,42.767481],[-98.466531,42.94822],[-98.499393,42.997512],[-101.626726,42.997512],[-103.324578,43.002989],[-104.053011,43.002989],[-104.058488,44.996596],[-104.042057,44.996596],[-104.047534,45.944106]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"47\",\"properties\":{\"name\":\"Tennessee\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-88.054868,36.496384],[-88.071299,36.677123],[-87.852221,36.633308],[-86.592525,36.655216],[-85.486183,36.616877],[-85.289013,36.627831],[-84.544149,36.594969],[-83.689746,36.584015],[-83.673316,36.600446],[-81.679709,36.589492],[-81.723525,36.353984],[-81.909741,36.304691],[-82.03571,36.118475],[-82.216449,36.156814],[-82.610789,35.965121],[-82.638174,36.063706],[-82.775097,35.997983],[-82.994175,35.773428],[-83.251591,35.718659],[-83.498053,35.565304],[-83.7719,35.559827],[-84.018363,35.41195],[-84.09504,35.247642],[-84.29221,35.225734],[-84.319594,34.990226],[-85.606675,34.984749],[-87.359296,35.00118],[-88.202745,34.995703],[-88.471115,34.995703],[-90.311367,34.995703],[-90.212782,35.023087],[-90.114197,35.198349],[-90.130628,35.439335],[-89.944412,35.603643],[-89.911551,35.756997],[-89.763673,35.811767],[-89.730812,35.997983],[-89.533642,36.249922],[-89.539119,36.496384],[-89.484349,36.496384],[-89.418626,36.496384],[-89.298133,36.507338],[-88.054868,36.496384]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"48\",\"properties\":{\"name\":\"Texas\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-101.812942,36.501861],[-100.000075,36.501861],[-100.000075,34.563024],[-99.923398,34.573978],[-99.698843,34.382285],[-99.57835,34.415147],[-99.260688,34.404193],[-99.189488,34.2125],[-98.986841,34.223454],[-98.767763,34.135823],[-98.570593,34.146777],[-98.488439,34.064623],[-98.36247,34.157731],[-98.170777,34.113915],[-98.088623,34.004376],[-97.946222,33.987946],[-97.869545,33.851022],[-97.694283,33.982469],[-97.458774,33.905791],[-97.371143,33.823637],[-97.256128,33.861976],[-97.173974,33.736006],[-96.922034,33.960561],[-96.850834,33.845545],[-96.631756,33.845545],[-96.423633,33.774345],[-96.346956,33.686714],[-96.149786,33.840068],[-95.936185,33.889361],[-95.8376,33.834591],[-95.602092,33.933176],[-95.547322,33.878407],[-95.289906,33.87293],[-95.224183,33.960561],[-94.966767,33.861976],[-94.868182,33.74696],[-94.484796,33.637421],[-94.380734,33.544313],[-94.183564,33.593606],[-94.041164,33.54979],[-94.041164,33.018527],[-94.041164,31.994339],[-93.822086,31.775262],[-93.816609,31.556184],[-93.542762,31.15089],[-93.526331,30.93729],[-93.630393,30.679874],[-93.728978,30.575812],[-93.696116,30.438888],[-93.767317,30.334826],[-93.690639,30.143133],[-93.926148,29.787132],[-93.838517,29.688547],[-94.002825,29.68307],[-94.523134,29.546147],[-94.70935,29.622824],[-94.742212,29.787132],[-94.873659,29.672117],[-94.966767,29.699501],[-95.016059,29.557101],[-94.911997,29.496854],[-94.895566,29.310638],[-95.081782,29.113469],[-95.383014,28.867006],[-95.985477,28.604113],[-96.045724,28.647929],[-96.226463,28.582205],[-96.23194,28.642452],[-96.478402,28.598636],[-96.593418,28.724606],[-96.664618,28.697221],[-96.401725,28.439805],[-96.593418,28.357651],[-96.774157,28.406943],[-96.801542,28.226204],[-97.026096,28.039988],[-97.256128,27.694941],[-97.404005,27.333463],[-97.513544,27.360848],[-97.540929,27.229401],[-97.425913,27.262263],[-97.480682,26.99937],[-97.557359,26.988416],[-97.562836,26.840538],[-97.469728,26.758384],[-97.442344,26.457153],[-97.332805,26.353091],[-97.30542,26.161398],[-97.217789,25.991613],[-97.524498,25.887551],[-97.650467,26.018997],[-97.885976,26.06829],[-98.198161,26.057336],[-98.466531,26.221644],[-98.669178,26.238075],[-98.822533,26.369522],[-99.030656,26.413337],[-99.173057,26.539307],[-99.266165,26.840538],[-99.446904,27.021277],[-99.424996,27.174632],[-99.50715,27.33894],[-99.479765,27.48134],[-99.605735,27.640172],[-99.709797,27.656603],[-99.879582,27.799003],[-99.934351,27.979742],[-100.082229,28.14405],[-100.29583,28.280974],[-100.399891,28.582205],[-100.498476,28.66436],[-100.629923,28.905345],[-100.673738,29.102515],[-100.799708,29.244915],[-101.013309,29.370885],[-101.062601,29.458516],[-101.259771,29.535193],[-101.413125,29.754271],[-101.851281,29.803563],[-102.114174,29.792609],[-102.338728,29.869286],[-102.388021,29.765225],[-102.629006,29.732363],[-102.809745,29.524239],[-102.919284,29.190146],[-102.97953,29.184669],[-103.116454,28.987499],[-103.280762,28.982022],[-103.527224,29.135376],[-104.146119,29.381839],[-104.266611,29.513285],[-104.507597,29.639255],[-104.677382,29.924056],[-104.688336,30.181472],[-104.858121,30.389596],[-104.896459,30.570335],[-105.005998,30.685351],[-105.394861,30.855136],[-105.602985,31.085167],[-105.77277,31.167321],[-105.953509,31.364491],[-106.205448,31.468553],[-106.38071,31.731446],[-106.528588,31.786216],[-106.643603,31.901231],[-106.616219,31.999816],[-103.067161,31.999816],[-103.067161,33.002096],[-103.045254,34.01533],[-103.039777,36.501861],[-103.001438,36.501861],[-101.812942,36.501861]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"49\",\"properties\":{\"name\":\"Utah\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-112.164359,41.995232],[-111.047063,42.000709],[-111.047063,40.998429],[-109.04798,40.998429],[-109.053457,39.125316],[-109.058934,38.27639],[-109.042503,38.166851],[-109.042503,37.000263],[-110.499369,37.00574],[-114.048427,37.000263],[-114.04295,41.995232],[-112.164359,41.995232]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"50\",\"properties\":{\"name\":\"Vermont\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-71.503554,45.013027],[-71.4926,44.914442],[-71.629524,44.750133],[-71.536416,44.585825],[-71.700724,44.41604],[-72.034817,44.322932],[-72.02934,44.07647],[-72.116971,43.994316],[-72.204602,43.769761],[-72.379864,43.572591],[-72.456542,43.150867],[-72.445588,43.008466],[-72.533219,42.953697],[-72.544173,42.80582],[-72.456542,42.729142],[-73.267129,42.745573],[-73.278083,42.833204],[-73.245221,43.523299],[-73.404052,43.687607],[-73.349283,43.769761],[-73.436914,44.043608],[-73.321898,44.246255],[-73.294514,44.437948],[-73.387622,44.618687],[-73.332852,44.804903],[-73.343806,45.013027],[-72.308664,45.002073],[-71.503554,45.013027]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"51\",\"properties\":{\"name\":\"Virginia\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-75.397659,38.013497],[-75.244304,38.029928],[-75.375751,37.860142],[-75.512674,37.799896],[-75.594828,37.569865],[-75.802952,37.197433],[-75.972737,37.120755],[-76.027507,37.257679],[-75.939876,37.564388],[-75.671506,37.95325],[-75.397659,38.013497]]],[[[-76.016553,37.95325],[-75.994645,37.95325],[-76.043938,37.95325],[-76.016553,37.95325]]],[[[-78.349729,39.464886],[-77.82942,39.130793],[-77.719881,39.322485],[-77.566527,39.306055],[-77.456988,39.223901],[-77.456988,39.076023],[-77.248864,39.026731],[-77.117418,38.933623],[-77.040741,38.791222],[-77.128372,38.632391],[-77.248864,38.588575],[-77.325542,38.446175],[-77.281726,38.342113],[-77.013356,38.374975],[-76.964064,38.216144],[-76.613539,38.15042],[-76.514954,38.024451],[-76.235631,37.887527],[-76.3616,37.608203],[-76.246584,37.389126],[-76.383508,37.285064],[-76.399939,37.159094],[-76.273969,37.082417],[-76.410893,36.961924],[-76.619016,37.120755],[-76.668309,37.065986],[-76.48757,36.95097],[-75.994645,36.923586],[-75.868676,36.551154],[-79.510841,36.5402],[-80.294043,36.545677],[-80.978661,36.562108],[-81.679709,36.589492],[-83.673316,36.600446],[-83.136575,36.742847],[-83.070852,36.852385],[-82.879159,36.890724],[-82.868205,36.978355],[-82.720328,37.044078],[-82.720328,37.120755],[-82.353373,37.268633],[-81.969987,37.537003],[-81.986418,37.454849],[-81.849494,37.285064],[-81.679709,37.20291],[-81.55374,37.208387],[-81.362047,37.339833],[-81.225123,37.235771],[-80.967707,37.290541],[-80.513121,37.482234],[-80.474782,37.421987],[-80.29952,37.509618],[-80.294043,37.690357],[-80.184505,37.849189],[-79.998289,37.997066],[-79.921611,38.177805],[-79.724442,38.364021],[-79.647764,38.594052],[-79.477979,38.457129],[-79.313671,38.413313],[-79.209609,38.495467],[-78.996008,38.851469],[-78.870039,38.763838],[-78.404499,39.169131],[-78.349729,39.464886]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"53\",\"properties\":{\"name\":\"Washington\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[-117.033359,49.000239],[-117.044313,47.762451],[-117.038836,46.426077],[-117.055267,46.343923],[-116.92382,46.168661],[-116.918344,45.993399],[-118.988627,45.998876],[-119.125551,45.933153],[-119.525367,45.911245],[-119.963522,45.823614],[-120.209985,45.725029],[-120.505739,45.697644],[-120.637186,45.746937],[-121.18488,45.604536],[-121.217742,45.670259],[-121.535404,45.725029],[-121.809251,45.708598],[-122.247407,45.549767],[-122.762239,45.659305],[-122.811531,45.960537],[-122.904639,46.08103],[-123.11824,46.185092],[-123.211348,46.174138],[-123.370179,46.146753],[-123.545441,46.261769],[-123.72618,46.300108],[-123.874058,46.239861],[-124.065751,46.327492],[-124.027412,46.464416],[-123.895966,46.535616],[-124.098612,46.74374],[-124.235536,47.285957],[-124.31769,47.357157],[-124.427229,47.740543],[-124.624399,47.88842],[-124.706553,48.184175],[-124.597014,48.381345],[-124.394367,48.288237],[-123.983597,48.162267],[-123.704273,48.167744],[-123.424949,48.118452],[-123.162056,48.167744],[-123.036086,48.080113],[-122.800578,48.08559],[-122.636269,47.866512],[-122.515777,47.882943],[-122.493869,47.587189],[-122.422669,47.318818],[-122.324084,47.346203],[-122.422669,47.576235],[-122.395284,47.800789],[-122.230976,48.030821],[-122.362422,48.123929],[-122.373376,48.288237],[-122.471961,48.468976],[-122.422669,48.600422],[-122.488392,48.753777],[-122.647223,48.775685],[-122.795101,48.8907],[-122.756762,49.000239],[-117.033359,49.000239]]],[[[-122.718423,48.310145],[-122.586977,48.35396],[-122.608885,48.151313],[-122.767716,48.227991],[-122.718423,48.310145]]],[[[-123.025132,48.583992],[-122.915593,48.715438],[-122.767716,48.556607],[-122.811531,48.419683],[-123.041563,48.458022],[-123.025132,48.583992]]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"54\",\"properties\":{\"name\":\"West Virginia\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-80.518598,40.636951],[-80.518598,39.722302],[-79.477979,39.722302],[-79.488933,39.20747],[-79.291763,39.300578],[-79.094593,39.470363],[-78.963147,39.437501],[-78.765977,39.585379],[-78.470222,39.514178],[-78.431884,39.623717],[-78.267575,39.61824],[-78.174467,39.694917],[-78.004682,39.601809],[-77.834897,39.601809],[-77.719881,39.322485],[-77.82942,39.130793],[-78.349729,39.464886],[-78.404499,39.169131],[-78.870039,38.763838],[-78.996008,38.851469],[-79.209609,38.495467],[-79.313671,38.413313],[-79.477979,38.457129],[-79.647764,38.594052],[-79.724442,38.364021],[-79.921611,38.177805],[-79.998289,37.997066],[-80.184505,37.849189],[-80.294043,37.690357],[-80.29952,37.509618],[-80.474782,37.421987],[-80.513121,37.482234],[-80.967707,37.290541],[-81.225123,37.235771],[-81.362047,37.339833],[-81.55374,37.208387],[-81.679709,37.20291],[-81.849494,37.285064],[-81.986418,37.454849],[-81.969987,37.537003],[-82.101434,37.553434],[-82.293127,37.668449],[-82.342419,37.783465],[-82.50125,37.931343],[-82.621743,38.123036],[-82.594358,38.424267],[-82.331465,38.446175],[-82.293127,38.577622],[-82.172634,38.632391],[-82.221926,38.785745],[-82.03571,39.026731],[-81.887833,38.873376],[-81.783771,38.966484],[-81.811156,39.0815],[-81.685186,39.273193],[-81.57017,39.267716],[-81.455155,39.410117],[-81.345616,39.344393],[-81.219646,39.388209],[-80.830783,39.711348],[-80.737675,40.078303],[-80.600752,40.319289],[-80.595275,40.472643],[-80.666475,40.582182],[-80.518598,40.636951]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"55\",\"properties\":{\"name\":\"Wisconsin\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-90.415429,46.568478],[-90.229213,46.508231],[-90.119674,46.338446],[-89.09001,46.135799],[-88.662808,45.987922],[-88.531362,46.020784],[-88.10416,45.922199],[-87.989145,45.796229],[-87.781021,45.675736],[-87.791975,45.500474],[-87.885083,45.363551],[-87.649574,45.341643],[-87.742682,45.199243],[-87.589328,45.095181],[-87.627666,44.974688],[-87.819359,44.95278],[-87.983668,44.722749],[-88.043914,44.563917],[-87.928898,44.536533],[-87.775544,44.640595],[-87.611236,44.837764],[-87.403112,44.914442],[-87.238804,45.166381],[-87.03068,45.22115],[-87.047111,45.089704],[-87.189511,44.969211],[-87.468835,44.552964],[-87.545512,44.322932],[-87.540035,44.158624],[-87.644097,44.103854],[-87.737205,43.8793],[-87.704344,43.687607],[-87.791975,43.561637],[-87.912467,43.249452],[-87.885083,43.002989],[-87.76459,42.783912],[-87.802929,42.493634],[-88.788778,42.493634],[-90.639984,42.510065],[-90.711184,42.636034],[-91.067185,42.75105],[-91.143862,42.909881],[-91.176724,43.134436],[-91.056231,43.254929],[-91.204109,43.353514],[-91.215062,43.501391],[-91.269832,43.616407],[-91.242447,43.775238],[-91.43414,43.994316],[-91.592971,44.032654],[-91.877772,44.202439],[-91.927065,44.333886],[-92.233773,44.443425],[-92.337835,44.552964],[-92.545959,44.569394],[-92.808852,44.750133],[-92.737652,45.117088],[-92.75956,45.286874],[-92.644544,45.440228],[-92.770513,45.566198],[-92.885529,45.577151],[-92.869098,45.719552],[-92.639067,45.933153],[-92.354266,46.015307],[-92.29402,46.075553],[-92.29402,46.667063],[-92.091373,46.749217],[-92.014696,46.705401],[-91.790141,46.694447],[-91.09457,46.864232],[-90.837154,46.95734],[-90.749522,46.88614],[-90.886446,46.754694],[-90.55783,46.584908],[-90.415429,46.568478]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"56\",\"properties\":{\"name\":\"Wyoming\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-109.080842,45.002073],[-105.91517,45.002073],[-104.058488,44.996596],[-104.053011,43.002989],[-104.053011,41.003906],[-105.728954,40.998429],[-107.919731,41.003906],[-109.04798,40.998429],[-111.047063,40.998429],[-111.047063,42.000709],[-111.047063,44.476286],[-111.05254,45.002073],[-109.080842,45.002073]]]}},' +\n    '{\"type\":\"Feature\",\"id\":\"72\",\"properties\":{\"name\":\"Puerto Rico\"},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-66.448338,17.984326],[-66.771478,18.006234],[-66.924832,17.929556],[-66.985078,17.973372],[-67.209633,17.956941],[-67.154863,18.19245],[-67.269879,18.362235],[-67.094617,18.515589],[-66.957694,18.488204],[-66.409999,18.488204],[-65.840398,18.433435],[-65.632274,18.367712],[-65.626797,18.203403],[-65.730859,18.186973],[-65.834921,18.017187],[-66.234737,17.929556],[-66.448338,17.984326]]]}}' +\n    ']}');\n\ngeoJson2 = JSON.parse('{\"type\":\"FeatureCollection\",\"features\":[' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-141.00045,68.498147],[-146.000897,68.487193],[-145.99542,67.999745],[-146.970315,67.999745],[-155.300742,67.999745],[-157.157424,68.207869],[-161.993563,68.2243],[-162.683657,68.300977],[-164.502001,68.229777],[-164.496525,68.021653],[-165.361881,68.02713],[-166.681824,68.339316],[-166.216284,68.881533],[-164.255539,68.930825],[-163.110859,69.374457],[-163.034181,69.724981],[-161.851162,70.311014],[-161.396576,70.239814],[-159.649432,70.792985],[-158.033735,70.831323],[-156.812377,71.285909],[-155.585543,71.170894],[-155.974405,70.809416],[-155.032372,71.148986],[-154.183446,70.7656],[-153.235935,70.924431],[-152.26104,70.842277],[-152.419871,70.606769],[-151.877654,70.431507],[-149.462323,70.519138],[-147.682318,70.201475],[-145.858496,70.168614],[-144.620708,69.971444],[-143.914183,70.130275],[-142.747594,70.042644],[-141.378359,69.63735],[-141.00045,69.648304],[-141.00045,68.498147]]]},\"id\":\"02185\"},' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-146.970315,67.999745],[-145.99542,67.999745],[-146.000897,68.487193],[-141.00045,68.498147],[-141.00045,65.841831],[-141.838422,65.463922],[-142.605194,65.392722],[-144.06206,64.680719],[-143.886798,65.09149],[-145.644896,65.031244],[-146.19259,65.452968],[-146.696468,65.321521],[-148.66269,65.211983],[-148.646259,64.604042],[-147.99998,64.341149],[-149.232292,64.35758],[-150.749404,64.363057],[-151.302575,64.012533],[-152.047439,64.001579],[-152.244609,63.656532],[-152.852549,63.651055],[-152.436302,63.169084],[-153.000427,62.725452],[-153.000427,62.292773],[-153.734337,62.02988],[-157.064316,62.02988],[-158.532136,62.117511],[-159.266046,61.947726],[-160.536697,61.947726],[-161.046052,62.205142],[-160.848882,63.010253],[-160.690051,63.536039],[-159.698725,63.793455],[-159.956141,64.050871],[-159.978049,64.746443],[-159.578232,64.921705],[-159.594663,65.524168],[-159.594663,65.956846],[-158.964815,66.121155],[-157.896811,66.126632],[-157.891334,66.477156],[-155.563635,66.307371],[-155.514342,66.570264],[-154.199877,66.718141],[-154.145107,67.161773],[-154.747571,67.254881],[-154.687324,67.599929],[-155.350034,67.775191],[-155.300742,67.999745],[-146.970315,67.999745]]]},\"id\":\"02290\"},' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-162.683657,68.300977],[-161.993563,68.2243],[-157.157424,68.207869],[-155.300742,67.999745],[-155.350034,67.775191],[-154.687324,67.599929],[-154.747571,67.254881],[-154.145107,67.161773],[-154.199877,66.718141],[-155.514342,66.570264],[-155.563635,66.307371],[-157.891334,66.477156],[-157.896811,66.126632],[-158.964815,66.121155],[-159.594663,65.956846],[-159.594663,65.524168],[-159.802787,65.436537],[-163.757138,65.436537],[-164.244585,65.781584],[-164.403417,66.581218],[-163.751661,66.553833],[-163.768091,66.060908],[-161.840208,66.02257],[-160.991283,66.23617],[-162.502918,66.740049],[-161.884024,66.718141],[-161.851162,67.052235],[-162.902735,67.008419],[-163.740707,67.128912],[-164.009077,67.534205],[-165.361881,68.02713],[-164.496525,68.021653],[-164.502001,68.229777],[-162.683657,68.300977]]]},\"id\":\"02188\"},' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-164.403417,66.581218],[-164.244585,65.781584],[-163.757138,65.436537],[-159.802787,65.436537],[-159.594663,65.524168],[-159.578232,64.921705],[-159.978049,64.746443],[-159.956141,64.050871],[-159.698725,63.793455],[-160.690051,63.536039],[-160.848882,63.010253],[-161.993563,63.010253],[-162.585072,63.273146],[-162.294794,63.541516],[-161.13916,63.503177],[-160.766728,63.771547],[-161.374669,64.532842],[-160.783159,64.719058],[-161.144637,64.921705],[-162.541257,64.532842],[-162.787719,64.324718],[-163.598306,64.565704],[-165.000403,64.434257],[-166.188899,64.576658],[-166.884471,65.140782],[-166.34773,65.277706],[-167.47598,65.414629],[-168.105828,65.682999],[-165.88219,66.312848],[-164.403417,66.581218]]]},\"id\":\"02180\"},' +\n    '{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[-141.838422,65.463922],[-141.00045,65.841831],[-141.00045,61.903911],[-141.827468,61.898434],[-141.964392,62.511851],[-142.314916,62.681636],[-143.103595,62.615913],[-143.125503,63.114314],[-145.146494,63.136222],[-145.360095,63.223853],[-146.482868,63.174561],[-146.488345,63.481269],[-146.975792,63.481269],[-147.003177,64.258995],[-146.236405,64.308287],[-144.06206,64.680719],[-142.605194,65.392722],[-141.838422,65.463922]]]},\"id\":\"02240\"}]}');\n\ngeoJson3 = JSON.parse('{\"type\":\"FeatureCollection\",\"features\":[' +\n    '{ \"type\": \"Feature\", \"id\": 0, \"properties\": { \"NAME\": \"BEAVER COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 1566, \"Color4\": \"4\", \"Shape_Leng\": 392919.40649299999, \"Shape_Area\": 6695395041.25 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.51531845654742, 38.501394951609782 ], [ -112.51559303490995, 38.501364363708305 ], [ -112.51583435311554, 38.501388274205986 ], [ -112.51624678687737, 38.501369417200507 ], [ -112.51645793284727, 38.501321625821937 ], [ -112.51689931035234, 38.501315908787298 ], [ -112.51714465969346, 38.501258661667819 ], [ -112.51733240341667, 38.501188643405293 ], [ -112.51757614480287, 38.501054819236849 ], [ -112.51780917741506, 38.500957179016005 ], [ -112.51808148321271, 38.500818477833235 ], [ -112.51839964491495, 38.500679181401175 ], [ -112.51858042396552, 38.500550677299756 ], [ -112.51868687429617, 38.500432148381734 ], [ -112.51880758757041, 38.500173757509984 ], [ -112.51882175620119, 38.500029391166379 ], [ -112.51865567680008, 38.499765708629326 ], [ -112.51858367595374, 38.499613448429301 ], [ -112.51849419557983, 38.499447897738058 ], [ -112.51839888903316, 38.499277916814265 ], [ -112.51829853190161, 38.499140442376309 ], [ -112.51821991888255, 38.499000883639589 ], [ -112.51814840419073, 38.498817076892564 ], [ -112.5180528156493, 38.498633582193747 ], [ -112.51794059908488, 38.498477337201713 ], [ -112.51784013051901, 38.498334456934359 ], [ -112.51766346462955, 38.498112362591556 ], [ -112.51754052322694, 38.497991400708891 ], [ -112.51739974382566, 38.497840031036439 ], [ -112.51727042879105, 38.497688512638788 ], [ -112.5171515385547, 38.497487296237779 ], [ -112.51703048816815, 38.497128407907638 ], [ -112.51698628977159, 38.496989303548105 ], [ -112.51694078132472, 38.496733067719994 ], [ -112.51685363904855, 38.496405279841916 ], [ -112.51675512856036, 38.496082144835832 ], [ -112.51665220974327, 38.495822146749546 ], [ -112.51652053864245, 38.495558015214513 ], [ -112.51634046501448, 38.495172856132115 ], [ -112.51623114324524, 38.494935469079806 ], [ -112.51614178197104, 38.494720352026704 ], [ -112.51605653444996, 38.494482653082173 ], [ -112.51598445023816, 38.494325886441985 ], [ -112.51587844872952, 38.494192087373996 ], [ -112.51561750555885, 38.494051282278605 ], [ -112.51553759771154, 38.494013567375241 ], [ -112.51546000146166, 38.493976723643044 ], [ -112.51526448044127, 38.493893645309598 ], [ -112.515057496693, 38.493810714951309 ], [ -112.5148371349933, 38.493745980129162 ], [ -112.51453673469004, 38.49363722298704 ], [ -112.51430520835248, 38.493532080144711 ], [ -112.51414847581373, 38.493439486892974 ], [ -112.51394541983557, 38.493324963768885 ], [ -112.51369040354894, 38.493193089103833 ], [ -112.51349890629386, 38.493082921489993 ], [ -112.51327828078571, 38.492950601414208 ], [ -112.5130047533157, 38.492755884458539 ], [ -112.51275500116688, 38.492601411133016 ], [ -112.51247593331985, 38.492415775909087 ], [ -112.51218275091107, 38.492158230847394 ], [ -112.51196235170859, 38.491926779596554 ], [ -112.51192360145679, 38.491883123912054 ], [ -112.51174920821416, 38.491713257101374 ], [ -112.51155660493464, 38.491494963356423 ], [ -112.51139696454274, 38.491317696423231 ], [ -112.51123375435688, 38.491134167328873 ], [ -112.51108088029086, 38.49095140576339 ], [ -112.51093402063076, 38.490782083532729 ], [ -112.51080416753074, 38.490603530268992 ], [ -112.51064490587484, 38.490389310498763 ], [ -112.51049748403705, 38.490192960643803 ], [ -112.5104040136321, 38.49005448905374 ], [ -112.51027226456429, 38.489839913881113 ], [ -112.51019953945095, 38.489651611680223 ], [ -112.51014184566036, 38.489359484098976 ], [ -112.5101143130166, 38.4891390590114 ], [ -112.51010671518443, 38.488775095033589 ], [ -112.51012473147803, 38.488539664255541 ], [ -112.51016719567622, 38.488376910821778 ], [ -112.51025005989044, 38.488227153513641 ], [ -112.51040620600466, 38.488017876665502 ], [ -112.51064615461912, 38.487703887094071 ], [ -112.51075098342311, 38.48756285752458 ], [ -112.51102429781955, 38.487144805217824 ], [ -112.51114013389353, 38.486927036062987 ], [ -112.5112865234416, 38.486744918244788 ], [ -112.51144865988491, 38.486603148472362 ], [ -112.51158807668861, 38.486416614553555 ], [ -112.51173397677276, 38.486266042524115 ], [ -112.51191933418953, 38.486083420877982 ], [ -112.5120480400153, 38.48593307044397 ], [ -112.51213578128457, 38.485742697355313 ], [ -112.5121415943165, 38.485472279173479 ], [ -112.51211443404617, 38.485269872522572 ], [ -112.51218507583896, 38.485084225891285 ], [ -112.51247988099594, 38.484927224359566 ], [ -112.51281038872027, 38.484832840957715 ], [ -112.51308330423177, 38.484725683593055 ], [ -112.51339069830752, 38.484622585757137 ], [ -112.51375558849713, 38.484527755375169 ], [ -112.51397260682801, 38.484488904244287 ], [ -112.51452699042861, 38.484409644444568 ], [ -112.51485958224025, 38.484360285516921 ], [ -112.51512092259264, 38.484302836058852 ], [ -112.51543824989737, 38.484181581488244 ], [ -112.51574584061841, 38.484033417774953 ], [ -112.51595974174985, 38.483845914623927 ], [ -112.51613182732137, 38.483577849517339 ], [ -112.51627601307239, 38.483346191136896 ], [ -112.51647901580702, 38.483185862457987 ], [ -112.51678498185372, 38.48301518848492 ], [ -112.51699418544095, 38.482877307199658 ], [ -112.51723119164413, 38.482698513884273 ], [ -112.51750220289452, 38.482501256593274 ], [ -112.51769909193237, 38.482322982161456 ], [ -112.51787343536179, 38.48216302248909 ], [ -112.51811007792476, 38.481967110390855 ], [ -112.51835842620916, 38.481782760921284 ], [ -112.5185553111926, 38.481604485112229 ], [ -112.51876403458071, 38.481444078323072 ], [ -112.51898231561948, 38.481247501450589 ], [ -112.51913468834833, 38.481078813440774 ], [ -112.51932356907642, 38.480792502927017 ], [ -112.51940394679914, 38.480525622734113 ], [ -112.51949933994565, 38.480154916121442 ], [ -112.51952154935366, 38.479902307684988 ], [ -112.51949372007248, 38.47961430271824 ], [ -112.51942425366475, 38.479308815054175 ], [ -112.51931580994474, 38.479057901626561 ], [ -112.51914225243237, 38.478708706873611 ], [ -112.51895988327904, 38.478485786294449 ], [ -112.51876512813136, 38.478218869974512 ], [ -112.51852439955942, 38.477946241402179 ], [ -112.51830201666795, 38.477728344276272 ], [ -112.51822871865558, 38.477677028130202 ], [ -112.51819373207874, 38.477648645056142 ], [ -112.51801679095054, 38.477520272719403 ], [ -112.51775103736475, 38.477366016766339 ], [ -112.51754123998924, 38.477256092374482 ], [ -112.51731530407783, 38.477141870963898 ], [ -112.51671942309171, 38.476879246114883 ], [ -112.51634993182368, 38.476752463530872 ], [ -112.51606145755217, 38.476662479115269 ], [ -112.51580246530385, 38.476611762775654 ], [ -112.51544004651656, 38.476548867030246 ], [ -112.51508392433736, 38.476512923044176 ], [ -112.51477317277555, 38.476453862542634 ], [ -112.51442146191805, 38.47635477933941 ], [ -112.51411014608888, 38.476268690016411 ], [ -112.51383274102237, 38.476159632916101 ], [ -112.51358858740242, 38.475996076724037 ], [ -112.51340746670147, 38.475831705506863 ], [ -112.51328497972372, 38.475620618004619 ], [ -112.51326478141905, 38.475586635473917 ], [ -112.51312724337049, 38.475313563250744 ], [ -112.5130233148421, 38.475003109704922 ], [ -112.51290805891583, 38.474699110386425 ], [ -112.51279351954102, 38.474429345197699 ], [ -112.51263832479262, 38.474133971751293 ], [ -112.51252455926198, 38.47390114322701 ], [ -112.51245766985753, 38.473717272236456 ], [ -112.51232342152238, 38.473327007542487 ], [ -112.5122007286875, 38.472941099188382 ], [ -112.51212191070124, 38.472734853340562 ], [ -112.51200147831041, 38.47245705301912 ], [ -112.51186845808918, 38.472125346304729 ], [ -112.51178438254533, 38.47194169669983 ], [ -112.5116399046649, 38.471610137576747 ], [ -112.51151374630858, 38.471332410577872 ], [ -112.51142168554475, 38.471040726221233 ], [ -112.51118562903352, 38.470714853947555 ], [ -112.51101438833405, 38.470473753857519 ], [ -112.51090702198414, 38.470272381097189 ], [ -112.51071774809499, 38.469990961596096 ], [ -112.51055148845269, 38.469713750680938 ], [ -112.51040758486765, 38.469409216822562 ], [ -112.5103027562635, 38.4690546158551 ], [ -112.51013912688258, 38.468353831570695 ], [ -112.5100289663509, 38.468018223099214 ], [ -112.50991989670007, 38.467734866933412 ], [ -112.50979048385908, 38.467575229958634 ], [ -112.5095067316568, 38.467544643721709 ], [ -112.50944584847488, 38.467538219193436 ], [ -112.509103297943, 38.467601207823151 ], [ -112.50890332785708, 38.467630818570683 ], [ -112.50851381375104, 38.467640341695876 ], [ -112.50828979897922, 38.467616192277681 ], [ -112.50787520878262, 38.467522404320221 ], [ -112.50746653672333, 38.467437550183284 ], [ -112.50706885574698, 38.467330024516976 ], [ -112.5067213142819, 38.46720833529448 ], [ -112.50635840865114, 38.467064313955113 ], [ -112.50602742355672, 38.466856800750293 ], [ -112.50575906800039, 38.466684527330962 ], [ -112.50559162390806, 38.466569530728826 ], [ -112.50542387744584, 38.466495089387841 ], [ -112.5052274841125, 38.466421015955923 ], [ -112.50504837312488, 38.466351225853742 ], [ -112.50448793729295, 38.46613313916734 ], [ -112.50411835321064, 38.465998208041064 ], [ -112.50381930100784, 38.465947979180818 ], [ -112.5034655743134, 38.46602461201136 ], [ -112.50310490165637, 38.466042758335483 ], [ -112.50278442822307, 38.466064893521875 ], [ -112.50244648585901, 38.466073734704516 ], [ -112.50193223949603, 38.466147916136471 ], [ -112.50173086854774, 38.466109946529066 ], [ -112.50153373247156, 38.465999830479532 ], [ -112.50129848425931, 38.465709973085424 ], [ -112.50124195661822, 38.465581833512239 ], [ -112.50114223504538, 38.465360528143485 ], [ -112.50112470569744, 38.465067879798291 ], [ -112.50117312654619, 38.464639214037369 ], [ -112.50110347340699, 38.464320199250373 ], [ -112.50101221123892, 38.464064541675882 ], [ -112.5009520238177, 38.463925635040773 ], [ -112.50091964247476, 38.463745820402607 ], [ -112.5009363899144, 38.463503196996221 ], [ -112.50103485338956, 38.463221678187324 ], [ -112.50105468856265, 38.46307273457284 ], [ -112.50102174713925, 38.462865892673506 ], [ -112.50095489786217, 38.462682013973158 ], [ -112.50077365279519, 38.46250861250013 ], [ -112.50065580246248, 38.462352421513138 ], [ -112.50057251406569, 38.462204799110289 ], [ -112.50045918034213, 38.461989975413054 ], [ -112.50029531215891, 38.461825362040095 ], [ -112.50005039778171, 38.461621234706534 ], [ -112.49996158026809, 38.461538565326244 ], [ -112.4998458494558, 38.461429206047818 ], [ -112.49952453850695, 38.461133237509934 ], [ -112.49939784384708, 38.460992477934042 ], [ -112.49929727136328, 38.460895540127986 ], [ -112.49921183706093, 38.460810123405075 ], [ -112.49900842861318, 38.460562207422953 ], [ -112.4988953819294, 38.460360895656748 ], [ -112.49877522711039, 38.46009298972195 ], [ -112.49858854136944, 38.459711488966867 ], [ -112.49843523573132, 38.459447611356552 ], [ -112.49826397157729, 38.459201986212904 ], [ -112.49807570835958, 38.458965589699034 ], [ -112.49788227655679, 38.458756293427278 ], [ -112.4977174343756, 38.458654769144722 ], [ -112.49760948050852, 38.458588563257379 ], [ -112.49733752393678, 38.458461373413336 ], [ -112.49711177138308, 38.458351615377865 ], [ -112.49689091035737, 38.458201242679984 ], [ -112.49673872139724, 38.458046387491351 ], [ -112.49666591694319, 38.457850867239763 ], [ -112.49660920077768, 38.45760197357415 ], [ -112.49656847979507, 38.457295201955048 ], [ -112.49658129104778, 38.457083268189812 ], [ -112.49660104105639, 38.456929820469156 ], [ -112.49667244239693, 38.456780218538839 ], [ -112.49694071650437, 38.456452376668189 ], [ -112.49707429398525, 38.456261428173235 ], [ -112.49717491582631, 38.455917705352299 ], [ -112.49718607740402, 38.455570620156536 ], [ -112.49701380287358, 38.455275442621243 ], [ -112.49671540838389, 38.454977370615595 ], [ -112.49651845104967, 38.454818581273855 ], [ -112.4963540024621, 38.454680102760676 ], [ -112.49607363610113, 38.454422350492393 ], [ -112.49597116878338, 38.454288486685059 ], [ -112.4958441770214, 38.454132407214551 ], [ -112.49546974090408, 38.453758705184079 ], [ -112.49515878640585, 38.453406720393957 ], [ -112.49502969255337, 38.453259678324031 ], [ -112.4948649272321, 38.45305001082572 ], [ -112.49456655087808, 38.452751932869553 ], [ -112.49434903129, 38.452540234229069 ], [ -112.4943254858831, 38.452509895488703 ], [ -112.49423877319521, 38.452417282009655 ], [ -112.49402371415741, 38.452213661704015 ], [ -112.49390689897827, 38.452106112342086 ], [ -112.493802816529, 38.452004708541068 ], [ -112.49365549023172, 38.451862403137753 ], [ -112.49338601264668, 38.451631539831247 ], [ -112.49329792095065, 38.451583099575679 ], [ -112.49317267259119, 38.451566673152072 ], [ -112.49309349774188, 38.451617245625513 ], [ -112.4929982519796, 38.45172209190094 ], [ -112.49280729547353, 38.451909261385936 ], [ -112.4925817822941, 38.452087859377372 ], [ -112.49222479419062, 38.452281649098971 ], [ -112.49170455703337, 38.452617195041761 ], [ -112.49128030695105, 38.452883930458803 ], [ -112.49081927261459, 38.453033982950622 ], [ -112.49042994384314, 38.453048849892717 ], [ -112.49005600244641, 38.452976108210962 ], [ -112.48960585081868, 38.452819626326409 ], [ -112.48926915763322, 38.452607631245861 ], [ -112.48911304380108, 38.45248345481582 ], [ -112.48870369019259, 38.452137209115776 ], [ -112.48848776075253, 38.451946205680798 ], [ -112.48826593559313, 38.451691295027359 ], [ -112.48812270170897, 38.451468728143752 ], [ -112.48802614457117, 38.451231149737914 ], [ -112.48800952474404, 38.450979939735788 ], [ -112.48803971186885, 38.450775896149956 ], [ -112.48809754063259, 38.450522839256244 ], [ -112.48811856401652, 38.450374783414318 ], [ -112.48810232569565, 38.449919007242627 ], [ -112.48806168304915, 38.449614033291688 ], [ -112.48798719011674, 38.449334721524806 ], [ -112.48772420801556, 38.449139808429329 ], [ -112.48750284095395, 38.449018260709096 ], [ -112.48745298725292, 38.448990056905032 ], [ -112.4871065265626, 38.4488592829425 ], [ -112.48684192449075, 38.448808572611256 ], [ -112.48664042424359, 38.448761566644166 ], [ -112.48640575720954, 38.448773556021713 ], [ -112.4861568628652, 38.448929909660777 ], [ -112.48582163909502, 38.449123403848446 ], [ -112.48553674792926, 38.449145040029336 ], [ -112.48529607420255, 38.449143586092873 ], [ -112.48476261963066, 38.44911430264456 ], [ -112.48451584861223, 38.449094901353021 ], [ -112.4842400679219, 38.449057844072058 ], [ -112.48401501010342, 38.448979591751403 ], [ -112.48384640349963, 38.448860072120297 ], [ -112.48358633234049, 38.448750722159772 ], [ -112.48333401916338, 38.448740400071188 ], [ -112.48314733631041, 38.448801338658036 ], [ -112.48297628391391, 38.448898125147181 ], [ -112.48268571732717, 38.44897840110368 ], [ -112.48238739409891, 38.448959647801843 ], [ -112.48218580390743, 38.448908129529336 ], [ -112.4819208361576, 38.448839389641229 ], [ -112.48171314997143, 38.448769924627932 ], [ -112.48148061729793, 38.448606152517819 ], [ -112.48121990575974, 38.448465265041833 ], [ -112.48104051175078, 38.448378319188635 ], [ -112.48083890565798, 38.448325897621842 ], [ -112.48051693670115, 38.448271392351998 ], [ -112.48011399775854, 38.448235932314368 ], [ -112.4796902541124, 38.448191722157993 ], [ -112.47922897346965, 38.448048857719698 ], [ -112.47886647769053, 38.447692973613584 ], [ -112.47870128797825, 38.447515729576196 ], [ -112.47855562944895, 38.447340942239691 ], [ -112.47833226646901, 38.447064403960042 ], [ -112.4781552803241, 38.446814314627289 ], [ -112.47803076586725, 38.446608620612338 ], [ -112.47786606473326, 38.446398927674508 ], [ -112.47756888760721, 38.446154859380172 ], [ -112.47751423684619, 38.446115897960517 ], [ -112.47730727388065, 38.445968916757522 ], [ -112.47700428069386, 38.445720414566786 ], [ -112.47675449296356, 38.445552344625661 ], [ -112.47652225714171, 38.445402075972915 ], [ -112.47624566802102, 38.445324458012088 ], [ -112.47599281673583, 38.445287092192864 ], [ -112.47567077282926, 38.445228068620537 ], [ -112.47542309960343, 38.445163601749279 ], [ -112.47489865679736, 38.445012503925696 ], [ -112.47429792131547, 38.444772248581472 ], [ -112.47389867046022, 38.444579018738935 ], [ -112.47350469145255, 38.444363192371128 ], [ -112.47316936620395, 38.444214213583848 ], [ -112.47281475307756, 38.443961843673605 ], [ -112.47266771404098, 38.443774449960941 ], [ -112.47261058550664, 38.443669733149306 ], [ -112.47258450464288, 38.443626805626643 ], [ -112.47246573929294, 38.443421033162224 ], [ -112.47231233388649, 38.443202178616986 ], [ -112.47216484013606, 38.442992261103427 ], [ -112.47195518485312, 38.442824577517584 ], [ -112.47176975136134, 38.44266469962897 ], [ -112.47171612376815, 38.442619414508101 ], [ -112.47154608835423, 38.442427802429464 ], [ -112.47148947481112, 38.442348310864801 ], [ -112.47141051102608, 38.442240263071284 ], [ -112.47127504416396, 38.442058129080877 ], [ -112.47109042852549, 38.441712602100566 ], [ -112.47097657527732, 38.44146621439814 ], [ -112.47081553106563, 38.441152832504052 ], [ -112.47069095602552, 38.44094262525951 ], [ -112.47060102097603, 38.440745500352222 ], [ -112.47049890019275, 38.440512482157978 ], [ -112.47026739430395, 38.440114374198146 ], [ -112.46998352024249, 38.440015204901989 ], [ -112.46967560286646, 38.440029881973793 ], [ -112.46941226810993, 38.440039493286015 ], [ -112.46929171767242, 38.440027487940846 ], [ -112.46907188297941, 38.43992210631523 ], [ -112.46890932324951, 38.439816006147311 ], [ -112.46861430290426, 38.439675520157273 ], [ -112.46832202177717, 38.439670172248519 ], [ -112.46812254753887, 38.439721334505961 ], [ -112.46788892739963, 38.439783738121484 ], [ -112.46740401098749, 38.43988443419471 ], [ -112.46712199834651, 38.439820379632714 ], [ -112.46698762283208, 38.439691394949811 ], [ -112.46684560564741, 38.439467884553061 ], [ -112.4668235065805, 38.439338394982649 ], [ -112.46680127995637, 38.439202598919316 ], [ -112.46677802900783, 38.438959578265894 ], [ -112.46666547121239, 38.438776250733532 ], [ -112.46642378896018, 38.438666631794938 ], [ -112.46624040156817, 38.438606747444069 ], [ -112.46584017223131, 38.438475681449631 ], [ -112.46551643541358, 38.438331041063023 ], [ -112.46515087837997, 38.438101313064983 ], [ -112.46479159720934, 38.437898540083509 ], [ -112.46455377422825, 38.437752822771479 ], [ -112.46436813475275, 38.437637993143127 ], [ -112.46408476837146, 38.437506361443177 ], [ -112.46381249358309, 38.43735656735825 ], [ -112.46356331080511, 38.437215495706027 ], [ -112.46331921956603, 38.43704281948304 ], [ -112.4630526752927, 38.436892952019022 ], [ -112.4627047693796, 38.436685524674282 ], [ -112.46231222947392, 38.436537228497016 ], [ -112.46186251019674, 38.436394150257811 ], [ -112.46148751836817, 38.43626365543156 ], [ -112.46117862018572, 38.436001667523598 ], [ -112.46100968417367, 38.435748747320758 ], [ -112.46098372206325, 38.43571122254064 ], [ -112.46088036844024, 38.435415129959651 ], [ -112.46073574592987, 38.435060976693592 ], [ -112.46060057367389, 38.434891442353653 ], [ -112.4603365840989, 38.434867698528805 ], [ -112.46018159036657, 38.43485160726015 ], [ -112.45979615332055, 38.4347708006622 ], [ -112.45945071576045, 38.434684988736379 ], [ -112.45906401085102, 38.43454111458535 ], [ -112.45864876294078, 38.43440210029393 ], [ -112.45839996274967, 38.434279035796415 ], [ -112.45799318145177, 38.43399122298672 ], [ -112.45770085236492, 38.433697478977138 ], [ -112.45746566426995, 38.433453488138944 ], [ -112.45722010117331, 38.43314924837226 ], [ -112.45699538341518, 38.432742016991803 ], [ -112.45686872197324, 38.432482256691046 ], [ -112.45670821198291, 38.432191376614654 ], [ -112.45653369072491, 38.432058372894808 ], [ -112.45632622592207, 38.431939295755697 ], [ -112.45627290549281, 38.431908418042156 ], [ -112.45578390795154, 38.431518887309316 ], [ -112.45560946236699, 38.431389485860109 ], [ -112.45535778365424, 38.431122265389938 ], [ -112.45523586331004, 38.43098410048102 ], [ -112.45520434193425, 38.430954753818504 ], [ -112.45514691751592, 38.430890583745928 ], [ -112.45502994103282, 38.43077038034788 ], [ -112.45480867215836, 38.430591094363145 ], [ -112.45474471980707, 38.430544127125714 ], [ -112.45440178129125, 38.430296060752795 ], [ -112.45411110825758, 38.430083390975035 ], [ -112.45372754531049, 38.429808792045563 ], [ -112.45332502781248, 38.429502886440673 ], [ -112.45301142616442, 38.429231923042124 ], [ -112.45277363485545, 38.428970832675013 ], [ -112.45275022288607, 38.428945890562531 ], [ -112.45258883684438, 38.428724404482971 ], [ -112.45247486919536, 38.428468086346882 ], [ -112.45240109658054, 38.428216676766667 ], [ -112.45230432810961, 38.427961046383885 ], [ -112.45225265063883, 38.42766881070699 ], [ -112.45222378936437, 38.427371786404706 ], [ -112.45223393089725, 38.427020209191575 ], [ -112.45228979365123, 38.426663559455775 ], [ -112.45228456025235, 38.426402288558791 ], [ -112.45235205561976, 38.426054506154451 ], [ -112.4524373611377, 38.425738043444298 ], [ -112.45257010106765, 38.425502096820132 ], [ -112.45271456356417, 38.425279522068699 ], [ -112.45282376474402, 38.425012326469385 ], [ -112.45277118511653, 38.424675044167948 ], [ -112.45269804750853, 38.424455167260447 ], [ -112.45262991464928, 38.424199181923662 ], [ -112.45251561158159, 38.423925745743418 ], [ -112.45231397285136, 38.423581299340249 ], [ -112.45218776859818, 38.423285481354945 ], [ -112.45216116520399, 38.423101073620821 ], [ -112.45224655871259, 38.422789115620709 ], [ -112.45229903839054, 38.422549658185787 ], [ -112.45228316550032, 38.422329071117801 ], [ -112.45223615440902, 38.42198360895182 ], [ -112.45215655563746, 38.421726864161215 ], [ -112.45205407138829, 38.421471304074259 ], [ -112.4519684051334, 38.421197512304062 ], [ -112.45186585020055, 38.420938348261565 ], [ -112.45178859871109, 38.420798724704923 ], [ -112.45167619820971, 38.420619885586689 ], [ -112.45156934388714, 38.420431966055588 ], [ -112.45155340175111, 38.420207775016777 ], [ -112.45163386246237, 38.419935529421629 ], [ -112.45160347498246, 38.419561924960746 ], [ -112.4515683538184, 38.419237942851019 ], [ -112.45150775941607, 38.419071979090106 ], [ -112.45130704110277, 38.418772577100007 ], [ -112.45107949811181, 38.41856362284792 ], [ -112.4508638585872, 38.418377049724882 ], [ -112.45075914619284, 38.418238666578858 ], [ -112.45072512573044, 38.418198535628413 ], [ -112.45066986181213, 38.418127127103048 ], [ -112.45042412850236, 38.417810257622733 ], [ -112.45025617705582, 38.417487919125769 ], [ -112.45010663942141, 38.417169858276758 ], [ -112.44998018592192, 38.416860523153225 ], [ -112.44986410424872, 38.416496989966205 ], [ -112.44980414651683, 38.416362557910368 ], [ -112.44972002600102, 38.416165343600731 ], [ -112.44955544136077, 38.415667236182443 ], [ -112.44939910504324, 38.41529518880948 ], [ -112.44924789082711, 38.414950112636561 ], [ -112.44907570634949, 38.414587272373453 ], [ -112.44887009529376, 38.414328478527011 ], [ -112.44874635149408, 38.414154282340327 ], [ -112.4485171214701, 38.413859733453471 ], [ -112.44851908674671, 38.413671366719214 ], [ -112.44853084765757, 38.413399972164086 ], [ -112.44850110961711, 38.413057898944679 ], [ -112.44841744646764, 38.412883206890413 ], [ -112.44831124211034, 38.412726816579351 ], [ -112.44803003507573, 38.412352705777302 ], [ -112.44781002251833, 38.412003070674906 ], [ -112.44757381958149, 38.41164552468809 ], [ -112.44736671254881, 38.411311048981503 ], [ -112.44719545048682, 38.411050926515557 ], [ -112.44697169251867, 38.410742789349484 ], [ -112.44676744773734, 38.410551561692778 ], [ -112.44666143012377, 38.410404179076771 ], [ -112.44641915383922, 38.410028682353079 ], [ -112.44630337134318, 38.409678658745875 ], [ -112.44618945383876, 38.409134862393188 ], [ -112.44608449556989, 38.408753164282075 ], [ -112.44603196138665, 38.408415877197918 ], [ -112.44594810947814, 38.407943802347731 ], [ -112.44585164019608, 38.407643103688116 ], [ -112.44563883199261, 38.407366369227695 ], [ -112.44547478630858, 38.407237724482002 ], [ -112.44531807772528, 38.407132419198739 ], [ -112.44524960849186, 38.407087304434114 ], [ -112.4450110293848, 38.406896496936838 ], [ -112.44484795144143, 38.406758827740724 ], [ -112.44474353376253, 38.406576278209009 ], [ -112.44452768671174, 38.406204055979487 ], [ -112.44443295052476, 38.406047520483334 ], [ -112.44432703413111, 38.405904640124419 ], [ -112.44408139175937, 38.405646330588048 ], [ -112.44391574413014, 38.405551947456168 ], [ -112.443780206421, 38.405474315193572 ], [ -112.44353521489353, 38.405306112618561 ], [ -112.44321871970722, 38.405170330810179 ], [ -112.44292451723233, 38.405061308498446 ], [ -112.44253863010317, 38.404948908282577 ], [ -112.44214605245534, 38.404787926379598 ], [ -112.44193314509442, 38.404735575432596 ], [ -112.44156407734046, 38.404604941780462 ], [ -112.44124662278149, 38.404478177999685 ], [ -112.44079454938718, 38.404204376796358 ], [ -112.4405497301739, 38.403986601823625 ], [ -112.44031743473094, 38.403822742127048 ], [ -112.44011510462052, 38.403726100885891 ], [ -112.43979801389045, 38.403617351888215 ], [ -112.43955543379523, 38.403512192558274 ], [ -112.43923297755175, 38.403421531171581 ], [ -112.43910014953953, 38.403364586855965 ], [ -112.43874413440092, 38.403256312970704 ], [ -112.43849577690413, 38.403206193259102 ], [ -112.43828886912199, 38.403167279412287 ], [ -112.43798501801476, 38.403148479214032 ], [ -112.43780605292733, 38.403132651856097 ], [ -112.43760753497261, 38.403112558277584 ], [ -112.43750862539868, 38.403091242543994 ], [ -112.43726551491909, 38.402959050053575 ], [ -112.43706247747505, 38.402826365648316 ], [ -112.43674200584599, 38.402546428848375 ], [ -112.43657144515367, 38.402318723309889 ], [ -112.43647038253093, 38.40213071796785 ], [ -112.43640529042199, 38.402024277455631 ], [ -112.43624427242855, 38.401989303285454 ], [ -112.4361952732682, 38.402001618912735 ], [ -112.43591931122886, 38.402060872687031 ], [ -112.43566286563404, 38.402122590212258 ], [ -112.43538764208151, 38.402103432521933 ], [ -112.43488103209047, 38.401965450536132 ], [ -112.43450152105966, 38.401884486207273 ], [ -112.43419106119848, 38.40182069886113 ], [ -112.43381896723845, 38.401825252027628 ], [ -112.43364453282229, 38.401980583827466 ], [ -112.43347285618779, 38.402275561907082 ], [ -112.43318469860337, 38.402761208543559 ], [ -112.43303688382331, 38.403046882518467 ], [ -112.43285805445562, 38.403269854114811 ], [ -112.43255732766617, 38.403467280737487 ], [ -112.43228458921513, 38.403574248226313 ], [ -112.43206212738384, 38.4036175192972 ], [ -112.43188000465584, 38.403673814509581 ], [ -112.4315728274201, 38.403776695326059 ], [ -112.43114281567253, 38.404038779031673 ], [ -112.43095155141594, 38.404212335637482 ], [ -112.43061787843962, 38.404423677055966 ], [ -112.43042519106355, 38.404525157143269 ], [ -112.43024386385689, 38.404621992453194 ], [ -112.42998900203622, 38.404764782970894 ], [ -112.42973360663598, 38.404880544558203 ], [ -112.42932909980651, 38.404984606954109 ], [ -112.42890794138324, 38.405057330294191 ], [ -112.42842267223118, 38.405189409205569 ], [ -112.42797756360483, 38.405325502562903 ], [ -112.42753034776374, 38.405529207140034 ], [ -112.42723003297542, 38.405690568643479 ], [ -112.42694258401238, 38.405923865767676 ], [ -112.42652452368814, 38.406212822004008 ], [ -112.42638396966888, 38.406345201557144 ], [ -112.42600394282623, 38.406530059244432 ], [ -112.42576570943847, 38.406645603395987 ], [ -112.42553390826795, 38.406797115343949 ], [ -112.42533179280242, 38.407002335556321 ], [ -112.42517565292641, 38.407216007917128 ], [ -112.42504356230958, 38.407487963214756 ], [ -112.42483512459793, 38.40795459672681 ], [ -112.42477506856736, 38.408104018820794 ], [ -112.42473185856882, 38.408528090763966 ], [ -112.42469726759438, 38.408807871818432 ], [ -112.42462224672494, 38.409070121117139 ], [ -112.42449490304317, 38.40929245408946 ], [ -112.42433320767762, 38.409515204463688 ], [ -112.42416991957195, 38.409656869319257 ], [ -112.42385795305624, 38.409809352227214 ], [ -112.42348256616843, 38.409940075660188 ], [ -112.42307872862467, 38.410080155037583 ], [ -112.4226282927465, 38.410180246429057 ], [ -112.42227553755968, 38.410297173814001 ], [ -112.42193398444402, 38.410401347932073 ], [ -112.42173596737412, 38.410524506411925 ], [ -112.4214023265296, 38.410740327191547 ], [ -112.42116055283611, 38.410968550356074 ], [ -112.42094211998379, 38.411219019066998 ], [ -112.42081476132974, 38.411441348251657 ], [ -112.42072933193626, 38.411757791038553 ], [ -112.42063817647401, 38.412074303172574 ], [ -112.420569851243, 38.412386933806943 ], [ -112.42050404667118, 38.412769824523323 ], [ -112.42044909584071, 38.413239095227958 ], [ -112.42040224178642, 38.413478471274331 ], [ -112.42032385704367, 38.413862415490271 ], [ -112.4202553349634, 38.414165135471812 ], [ -112.42010647819596, 38.414459817396981 ], [ -112.41991075743617, 38.414700997266614 ], [ -112.41977598889217, 38.414837804621754 ], [ -112.41958475735173, 38.415015848183273 ], [ -112.41947544661026, 38.415283015326402 ], [ -112.41936701660576, 38.415595229812503 ], [ -112.41930430292085, 38.415902384648348 ], [ -112.41922036071216, 38.416295406974797 ], [ -112.41911034172678, 38.416526535833462 ], [ -112.41893725080985, 38.416753922556325 ], [ -112.4187695321028, 38.416963220731539 ], [ -112.41849496102374, 38.417272940081851 ], [ -112.41832697554001, 38.417410147877021 ], [ -112.41811267189323, 38.417638933388339 ], [ -112.41783393719412, 38.418028905016989 ], [ -112.41775650525308, 38.418169522063089 ], [ -112.41761769105229, 38.418392887449414 ], [ -112.41747505186819, 38.418713624447747 ], [ -112.41740528198392, 38.418894700860598 ], [ -112.41735603705729, 38.419071023147524 ], [ -112.41728494530203, 38.419243103852153 ], [ -112.41718495937415, 38.419402016551786 ], [ -112.41704841579703, 38.419507301562859 ], [ -112.41678731085389, 38.419569034496298 ], [ -112.4162943498997, 38.419547959160688 ], [ -112.41573743623069, 38.419478090549056 ], [ -112.41514070555941, 38.41942221760128 ], [ -112.41468694884165, 38.41935560388896 ], [ -112.41428534138616, 38.419319899664075 ], [ -112.41389016281927, 38.419320162977542 ], [ -112.4134424810201, 38.419330069927327 ], [ -112.41291128783503, 38.419345488008439 ], [ -112.41249241089963, 38.419364055613414 ], [ -112.4122405611804, 38.41931302155762 ], [ -112.41180266992265, 38.419178618235321 ], [ -112.41124885895755, 38.418973516448432 ], [ -112.41078736676968, 38.418803347034597 ], [ -112.41025515111998, 38.418530393277642 ], [ -112.40976345840826, 38.418279478597711 ], [ -112.40931202516951, 38.418037089239071 ], [ -112.40883769153923, 38.417794973449901 ], [ -112.40836301114432, 38.417534836613768 ], [ -112.40789890291028, 38.417288088239147 ], [ -112.40765128539563, 38.417159493336761 ], [ -112.40719389555369, 38.416904550940508 ], [ -112.40682421272135, 38.416742274733487 ], [ -112.40657035702024, 38.416646194284176 ], [ -112.40599957706324, 38.416450282671903 ], [ -112.40562583211106, 38.416373661907691 ], [ -112.40520610747831, 38.416288579713353 ], [ -112.40481492518475, 38.416198648003466 ], [ -112.40430861883424, 38.416078554009211 ], [ -112.40408426925622, 38.41602717268561 ], [ -112.40378522414636, 38.415963168349791 ], [ -112.40339855069121, 38.415810096399689 ], [ -112.40303370109675, 38.415600889693145 ], [ -112.40301827125349, 38.415336132269339 ], [ -112.40301653359914, 38.415305513503206 ], [ -112.40313380967218, 38.415150911395791 ], [ -112.40325913770343, 38.414820485782485 ], [ -112.40322684941766, 38.414631628015172 ], [ -112.4030878285178, 38.414313379504947 ], [ -112.4028603613577, 38.414041247912451 ], [ -112.40263166370725, 38.413764624762301 ], [ -112.40250169524168, 38.413558912647275 ], [ -112.40240599349848, 38.413348284456852 ], [ -112.4023087248043, 38.413056570145699 ], [ -112.40222845916263, 38.412755640627346 ], [ -112.40215703291335, 38.412319430608626 ], [ -112.40212109187357, 38.411941371609593 ], [ -112.40208783711097, 38.411761536619494 ], [ -112.40201653388908, 38.411568639381876 ], [ -112.40188207804326, 38.411367485977742 ], [ -112.4017092264253, 38.411135250935757 ], [ -112.40157485929359, 38.410938601915106 ], [ -112.40145523580311, 38.410675090215364 ], [ -112.4013642918227, 38.410413938901527 ], [ -112.40121861929835, 38.409987627609766 ], [ -112.40099044677939, 38.409440645193385 ], [ -112.4008650158643, 38.409172696400177 ], [ -112.40075117538899, 38.408911818229811 ], [ -112.4006141047139, 38.40863409545063 ], [ -112.40048919559804, 38.408333698019753 ], [ -112.40034490917232, 38.408038037817327 ], [ -112.40007364412905, 38.407631248907286 ], [ -112.39997318881963, 38.40747023930583 ], [ -112.39983196338346, 38.407273670021027 ], [ -112.39971617429489, 38.407148889963658 ], [ -112.39956868845077, 38.406983935907064 ], [ -112.39933966498383, 38.406807339021711 ], [ -112.39924313571305, 38.406730991424794 ], [ -112.39901838423839, 38.406657075749763 ], [ -112.39876006489587, 38.406624112764725 ], [ -112.39844527732585, 38.406632375534862 ], [ -112.39810785010387, 38.406654425050391 ], [ -112.39791189847683, 38.406589175293547 ], [ -112.3978001204172, 38.406375130052496 ], [ -112.39775367643088, 38.406104433163321 ], [ -112.39774083806422, 38.406032493038289 ], [ -112.39772938577038, 38.405735244949767 ], [ -112.39769295143957, 38.40533015491355 ], [ -112.39765556311225, 38.40487551209236 ], [ -112.39768715081505, 38.404434465232896 ], [ -112.39774906288945, 38.404081370917822 ], [ -112.39791507888147, 38.403782005902123 ], [ -112.39809401850138, 38.40355908557742 ], [ -112.39839256868879, 38.403303196947647 ], [ -112.39874827700628, 38.403042119520073 ], [ -112.39899755862101, 38.402903968989243 ], [ -112.39935482642922, 38.402723976058134 ], [ -112.39967878712112, 38.402598449818818 ], [ -112.40009512342328, 38.402512371566026 ], [ -112.40072786510613, 38.402365129648047 ], [ -112.40117793769286, 38.402247103513702 ], [ -112.40153492180062, 38.40211216566361 ], [ -112.40192013708071, 38.401838109462723 ], [ -112.40207798504206, 38.40165058088656 ], [ -112.40227257391705, 38.401468019469235 ], [ -112.40249956758159, 38.40130309324622 ], [ -112.40286219483079, 38.401105002230075 ], [ -112.40330470212693, 38.400892436118575 ], [ -112.40367261393936, 38.400671750182568 ], [ -112.40386306434246, 38.400453189072216 ], [ -112.40389904001424, 38.400240984106276 ], [ -112.40385929047012, 38.399962098815443 ], [ -112.40377877319177, 38.399647655191359 ], [ -112.40374163842957, 38.399503913424432 ], [ -112.40367988109897, 38.399271251113134 ], [ -112.40362404940069, 38.398752848100976 ], [ -112.4035757026915, 38.398325373165356 ], [ -112.40357617463756, 38.397757632725785 ], [ -112.40360596480049, 38.397225587761938 ], [ -112.40368225743798, 38.396670456622516 ], [ -112.40368929965553, 38.396264847329682 ], [ -112.40373394686605, 38.39584977593217 ], [ -112.40377866851128, 38.395497785269924 ], [ -112.40383842219353, 38.395271777854703 ], [ -112.4038277198806, 38.395073649372378 ], [ -112.40379291402067, 38.39475415208269 ], [ -112.40367521007082, 38.394588846023119 ], [ -112.40343027190225, 38.394357476005673 ], [ -112.40325120310862, 38.394216334658104 ], [ -112.40304658376455, 38.394056574405688 ], [ -112.40268628213163, 38.393780624290045 ], [ -112.40221681059087, 38.393484351230867 ], [ -112.40186902413122, 38.393263219993585 ], [ -112.40147492667235, 38.393015606482166 ], [ -112.4011401720019, 38.392816846379226 ], [ -112.40091899812916, 38.392688821080704 ], [ -112.40069168136777, 38.392479763707485 ], [ -112.40052207132548, 38.392234870774132 ], [ -112.40049731851914, 38.392198218698454 ], [ -112.40027312158635, 38.391853948069581 ], [ -112.40014927222448, 38.391666182533108 ], [ -112.39993280041874, 38.39142545318699 ], [ -112.39966290539765, 38.391086232990929 ], [ -112.39954870010149, 38.390804630158286 ], [ -112.39938641359736, 38.390404647144585 ], [ -112.39920758301818, 38.390037303422332 ], [ -112.39903473837423, 38.389683405458229 ], [ -112.398885744739, 38.389378786773491 ], [ -112.39876138260119, 38.389163990718046 ], [ -112.39864432424396, 38.389031113653637 ], [ -112.39845802789262, 38.388870225248567 ], [ -112.39831164123848, 38.388700749882396 ], [ -112.39818069092674, 38.388440973357575 ], [ -112.39814469947459, 38.388058406213851 ], [ -112.39812830784402, 38.387801768791562 ], [ -112.39815120003311, 38.387504110164194 ], [ -112.39812648276866, 38.387112396777177 ], [ -112.39812656786602, 38.386819516026058 ], [ -112.39806967916118, 38.386540832406482 ], [ -112.39783371824475, 38.38617867354121 ], [ -112.39751841313449, 38.385858012845794 ], [ -112.39739237826701, 38.385793730255173 ], [ -112.39725826158902, 38.385725939198437 ], [ -112.39689595758574, 38.385640140923499 ], [ -112.39649706181912, 38.385437625570788 ], [ -112.39624723413394, 38.385246850663805 ], [ -112.39599229070426, 38.385087677050819 ], [ -112.39559253464608, 38.384840110359434 ], [ -112.39525426566985, 38.384515210972573 ], [ -112.39502144104988, 38.384315219278577 ], [ -112.3948024869694, 38.384241225720714 ], [ -112.39462290377938, 38.384130716527586 ], [ -112.39441939021009, 38.383966421603951 ], [ -112.39408294670717, 38.383736119776536 ], [ -112.39401041143347, 38.383536021747126 ], [ -112.39398627345672, 38.383471424639232 ], [ -112.39396209951877, 38.383106738567754 ], [ -112.39386525468103, 38.38283303364139 ], [ -112.39368889233779, 38.382591815085391 ], [ -112.39340882410995, 38.382315782385874 ], [ -112.39323887524496, 38.38217001084066 ], [ -112.39315402592459, 38.382043954480856 ], [ -112.39292240239547, 38.381726792109689 ], [ -112.39281124549989, 38.381601949289774 ], [ -112.39263653105793, 38.381446320595998 ], [ -112.39252542251667, 38.381383657629435 ], [ -112.39245713085523, 38.381344817483509 ], [ -112.39218065203457, 38.381195804023278 ], [ -112.39199516743524, 38.381075447891931 ], [ -112.39169748865193, 38.380835666882348 ], [ -112.39154670607766, 38.380733822553026 ], [ -112.39137866874729, 38.380627677002359 ], [ -112.39109062254664, 38.380531967257888 ], [ -112.39070528704869, 38.380437411168444 ], [ -112.3904059690625, 38.380350845164749 ], [ -112.39008393249215, 38.380273559526557 ], [ -112.38977454930398, 38.380259204876815 ], [ -112.38957988341723, 38.380257007009888 ], [ -112.38933762433933, 38.380160750093623 ], [ -112.38913413385039, 38.379996445445279 ], [ -112.38896644629507, 38.379908315644435 ], [ -112.38873695182561, 38.379820917907857 ], [ -112.38811295815582, 38.379877873730273 ], [ -112.38783894732376, 38.379917165263407 ], [ -112.38758176064417, 38.379938233583381 ], [ -112.38723810178129, 38.37998735990621 ], [ -112.38692562148663, 38.380050535030335 ], [ -112.38673111092912, 38.3800564411209 ], [ -112.38652413964961, 38.380009325233232 ], [ -112.38631041384176, 38.379908218637162 ], [ -112.3861010090184, 38.379793542989511 ], [ -112.38572896145811, 38.379734860131059 ], [ -112.3853161667746, 38.37964061085313 ], [ -112.38480900239573, 38.379520439961212 ], [ -112.3844889501419, 38.379546750051617 ], [ -112.38396919731977, 38.379606958348823 ], [ -112.38369944882004, 38.379569590368661 ], [ -112.38349828944413, 38.379526906351778 ], [ -112.38331541438109, 38.379542582304396 ], [ -112.38308761396956, 38.379603846632541 ], [ -112.3828376077381, 38.37970141933247 ], [ -112.38261014943753, 38.379780702117522 ], [ -112.3822675463544, 38.379825295571081 ], [ -112.38186617077973, 38.379789475554013 ], [ -112.38139125453573, 38.379799579432039 ], [ -112.38104866763945, 38.379845070307006 ], [ -112.38062028779242, 38.379894274264664 ], [ -112.38026520954718, 38.37988493855481 ], [ -112.38001872754634, 38.379806735414718 ], [ -112.37982154871113, 38.379732457222161 ], [ -112.37956751563112, 38.379618295169777 ], [ -112.37927897484872, 38.379495526915029 ], [ -112.37901836518579, 38.379336382483721 ], [ -112.37881438673652, 38.379145030309701 ], [ -112.37856838273866, 38.378850537344192 ], [ -112.37835666846246, 38.378673694064148 ], [ -112.3782684845642, 38.378611649020641 ], [ -112.37814454576848, 38.378535605561609 ], [ -112.37782603023487, 38.378341092368281 ], [ -112.37746702965507, 38.378124524778535 ], [ -112.37724683000654, 38.377982924846506 ], [ -112.37689560523934, 38.377874404697955 ], [ -112.37659443494286, 38.377688696055799 ], [ -112.37645948195379, 38.377514552417523 ], [ -112.37633578729097, 38.377330363530717 ], [ -112.37625339851284, 38.377211475066346 ], [ -112.3760238077295, 38.377117745147125 ], [ -112.37573697097085, 38.377144542525926 ], [ -112.37561149770295, 38.377168544415788 ], [ -112.37542401273677, 38.377242838295835 ], [ -112.37514539005826, 38.377340730420471 ], [ -112.37482576943088, 38.377389538310581 ], [ -112.37461334592031, 38.377355982779555 ], [ -112.3743599257911, 38.377273343103944 ], [ -112.37415083919589, 38.377113583531134 ], [ -112.37394004926422, 38.3768637263396 ], [ -112.37388767854222, 38.376758001891893 ], [ -112.37386267186086, 38.376706928187161 ], [ -112.37384790343656, 38.376531372733176 ], [ -112.37369619472265, 38.376136635034328 ], [ -112.37361475169463, 38.376006919501975 ], [ -112.37355352160124, 38.375795861555162 ], [ -112.37352790524663, 38.375651974172811 ], [ -112.3735590038609, 38.375480387034891 ], [ -112.37363613855442, 38.37532177799271 ], [ -112.37377126538379, 38.375203042003257 ], [ -112.37398248928135, 38.375173531123821 ], [ -112.3741815860846, 38.375108115146126 ], [ -112.37428195015127, 38.37496725679793 ], [ -112.37430510824582, 38.374678610155975 ], [ -112.3742498555805, 38.374481000037349 ], [ -112.37419537021667, 38.374323933645172 ], [ -112.37400679678662, 38.374037769053686 ], [ -112.3738353553058, 38.373809979555197 ], [ -112.37374810712363, 38.373675826225785 ], [ -112.37365945922583, 38.373528171641382 ], [ -112.37348730777111, 38.373202162107802 ], [ -112.3733680731475, 38.372950329648255 ], [ -112.37329831395041, 38.372590677877369 ], [ -112.37324861781012, 38.372383990364234 ], [ -112.37308806896189, 38.372065954780226 ], [ -112.37292411490104, 38.37187051833876 ], [ -112.37256473946054, 38.371571031656885 ], [ -112.3724009199957, 38.371443180844373 ], [ -112.37220954064907, 38.371189488203591 ], [ -112.37213088843909, 38.371085872826093 ], [ -112.37202782497711, 38.370780680356255 ], [ -112.37199589597584, 38.370605325317442 ], [ -112.37197011469624, 38.370452427638639 ], [ -112.37182272149097, 38.370224353494216 ], [ -112.37167931160077, 38.369964691476213 ], [ -112.37157875689424, 38.369731563036247 ], [ -112.37148718818248, 38.369489317629167 ], [ -112.37137485045108, 38.36923830337934 ], [ -112.37124513807214, 38.369037056788059 ], [ -112.37112182860905, 38.36887178208584 ], [ -112.37097665149415, 38.368760833406206 ], [ -112.37083138434633, 38.36870575834984 ], [ -112.37075187587574, 38.368677850558434 ], [ -112.37048197007867, 38.368629639502608 ], [ -112.37020051855686, 38.368576155736974 ], [ -112.36983345742281, 38.368535386983915 ], [ -112.36951662146203, 38.368426442288992 ], [ -112.36922199544192, 38.368281190362694 ], [ -112.36908195020038, 38.368138638274061 ], [ -112.36874926010486, 38.36779557146015 ], [ -112.36839118722162, 38.367624022994605 ], [ -112.3680039124193, 38.367421273119817 ], [ -112.36767385933777, 38.367217854345611 ], [ -112.36737218043606, 38.367001487218396 ], [ -112.36715655258492, 38.366795831005994 ], [ -112.36703629953394, 38.366609789201959 ], [ -112.36696794223013, 38.366505148965771 ], [ -112.36691195360532, 38.366266990686917 ], [ -112.36686338205627, 38.366118863305999 ], [ -112.36672461663706, 38.366043881431843 ], [ -112.36642364784478, 38.365925731483124 ], [ -112.36628430724843, 38.365820115858206 ], [ -112.36614976669586, 38.365604500856506 ], [ -112.36613495966769, 38.365486619577531 ], [ -112.36610234564266, 38.365213042642168 ], [ -112.36603288492854, 38.364866899930121 ], [ -112.36588484459034, 38.364602778461055 ], [ -112.36572057145872, 38.36438841050191 ], [ -112.36554434794078, 38.364147146266859 ], [ -112.36531795078719, 38.363672160703523 ], [ -112.36517724519166, 38.363493564427891 ], [ -112.36496821887143, 38.363333786990438 ], [ -112.36482917308446, 38.363243486079917 ], [ -112.3646611810331, 38.363135498471536 ], [ -112.36430270094553, 38.362940511346977 ], [ -112.36403048667241, 38.362767949932675 ], [ -112.36387910371744, 38.362630029147546 ], [ -112.36363456974146, 38.362407580120951 ], [ -112.36333792961192, 38.362092014344064 ], [ -112.3632597395423, 38.362011817879633 ], [ -112.36310258256911, 38.361809979763706 ], [ -112.36300588406097, 38.361536245665597 ], [ -112.36301679647254, 38.361202683959526 ], [ -112.363091489906, 38.360913439409366 ], [ -112.36329770851246, 38.360619060651388 ], [ -112.36355538449239, 38.360322280672584 ], [ -112.3638257861134, 38.360093841409125 ], [ -112.36398251917227, 38.359907276993646 ], [ -112.36408171638359, 38.35970425952268 ], [ -112.36414990496051, 38.359373635888176 ], [ -112.36411211031518, 38.359189334709335 ], [ -112.36392883127678, 38.358876055774132 ], [ -112.36368893264019, 38.358594976298484 ], [ -112.36341336620912, 38.358364776959064 ], [ -112.36338995720921, 38.358337112756857 ], [ -112.36313286492846, 38.358054429695109 ], [ -112.36308616563934, 38.358005408017682 ], [ -112.36285313414335, 38.357662966951573 ], [ -112.36268677473231, 38.357335971601621 ], [ -112.36267809761404, 38.35717836668811 ], [ -112.3626696739048, 38.357034276462386 ], [ -112.3626369299388, 38.356813868960728 ], [ -112.36248353573254, 38.356567828397367 ], [ -112.36231357025153, 38.356353521341283 ], [ -112.36212610481762, 38.356121393831309 ], [ -112.36192105533515, 38.355866940875686 ], [ -112.36178138639031, 38.35574239865894 ], [ -112.36149242375481, 38.355468192549637 ], [ -112.36139687741777, 38.355377382138599 ], [ -112.36110652341071, 38.35515095354166 ], [ -112.36083240656409, 38.354874771032634 ], [ -112.36070443636524, 38.354763609337311 ], [ -112.36044900299646, 38.35456831492241 ], [ -112.36022907691137, 38.354435690325111 ], [ -112.35973033237686, 38.354081005264632 ], [ -112.35931885530168, 38.353802807425772 ], [ -112.35892543670685, 38.353572161155817 ], [ -112.3585730939074, 38.353396009337231 ], [ -112.35819174441203, 38.353198564240721 ], [ -112.35779395797955, 38.353040058853054 ], [ -112.3573733907711, 38.352887222915051 ], [ -112.35691858431854, 38.352739287624914 ], [ -112.35646933239462, 38.352582274516124 ], [ -112.35592215622908, 38.352390345158184 ], [ -112.35543824771165, 38.352215705325804 ], [ -112.35507474683473, 38.352054090681733 ], [ -112.35479746225096, 38.351913106885519 ], [ -112.35455399976262, 38.351744696337036 ], [ -112.35433870580253, 38.351552529263344 ], [ -112.3541696991629, 38.351387763654252 ], [ -112.35399000691636, 38.351263674184509 ], [ -112.35372383334304, 38.351104535924335 ], [ -112.35345866730447, 38.350999456069466 ], [ -112.35325659750671, 38.350902659109792 ], [ -112.35305419288375, 38.350787842108204 ], [ -112.3529365094502, 38.350613470569854 ], [ -112.35291765807324, 38.350461389083485 ], [ -112.35288959074165, 38.350244529141428 ], [ -112.35286724834161, 38.349966323036348 ], [ -112.35280658855302, 38.34978138036049 ], [ -112.35270280049619, 38.349431118532607 ], [ -112.35248728372463, 38.349226333983999 ], [ -112.35233140368419, 38.349151531960771 ], [ -112.35222653521276, 38.349112188509864 ], [ -112.35203175584113, 38.349037834724818 ], [ -112.35157184959647, 38.348921478388164 ], [ -112.35110722877943, 38.348859245249145 ], [ -112.35077044179924, 38.348840596447133 ], [ -112.35044314253116, 38.34883986095624 ], [ -112.34998128328691, 38.348926285930176 ], [ -112.34977567762047, 38.348946676739608 ], [ -112.349570155446, 38.34897157211887 ], [ -112.34894820176127, 38.34906434164634 ], [ -112.34845153107138, 38.349125026962504 ], [ -112.34801658321206, 38.349120115689843 ], [ -112.3476146395947, 38.349043630360356 ], [ -112.34715390518753, 38.348882207235135 ], [ -112.34677906450599, 38.348724301537423 ], [ -112.34644990632803, 38.348561364113017 ], [ -112.34609139636285, 38.348358209710312 ], [ -112.34591249236034, 38.348275552811415 ], [ -112.34572800165064, 38.348200169189077 ], [ -112.34550323434425, 38.348112630997456 ], [ -112.3450152411875, 38.348023606484432 ], [ -112.3446708447244, 38.347964474363742 ], [ -112.34426269050502, 38.347861013319388 ], [ -112.34401479419472, 38.347760219749404 ], [ -112.34360795051886, 38.347417928974124 ], [ -112.34348500753971, 38.347267038580362 ], [ -112.34346926873987, 38.347220357621552 ], [ -112.34342445716295, 38.347086595427207 ], [ -112.34337958688907, 38.346825767642805 ], [ -112.3432312506269, 38.34653908986845 ], [ -112.34300141598402, 38.346176745216887 ], [ -112.34284861014616, 38.345957706545875 ], [ -112.34276155818421, 38.345643290812738 ], [ -112.34270100721507, 38.345400665852566 ], [ -112.34254903568794, 38.345226676158141 ], [ -112.34233819899497, 38.344963242270538 ], [ -112.34215430216531, 38.344609381653463 ], [ -112.34196137759017, 38.344386295072326 ], [ -112.34165744313685, 38.344038313348896 ], [ -112.34126662894234, 38.34363274801705 ], [ -112.34117271604747, 38.343566233824433 ], [ -112.34106368169813, 38.34348637481628 ], [ -112.34089008355282, 38.343380218701689 ], [ -112.34042856920986, 38.343173718564806 ], [ -112.34022439620455, 38.342960670583267 ], [ -112.34011499539622, 38.342736626077382 ], [ -112.34008767020572, 38.342681966416961 ], [ -112.34004679194588, 38.342326467547075 ], [ -112.33998900303669, 38.341984679604607 ], [ -112.33990029753672, 38.341827986834431 ], [ -112.33982467441221, 38.341698179900476 ], [ -112.33957300598961, 38.341453230930497 ], [ -112.33930041551378, 38.341190496779824 ], [ -112.33927478305516, 38.341165556519421 ], [ -112.33913645780554, 38.341048180644705 ], [ -112.33889897016341, 38.34088958151581 ], [ -112.3386558962784, 38.340738255115312 ], [ -112.33843348132631, 38.340465934208787 ], [ -112.33843114354538, 38.340401075907266 ], [ -112.33842137797541, 38.340119117913837 ], [ -112.33841839333452, 38.339646032240324 ], [ -112.33849988018051, 38.33941079511748 ], [ -112.3386027700157, 38.339095108519871 ], [ -112.33866210614241, 38.338899776096461 ], [ -112.33860142600703, 38.338711220932304 ], [ -112.33851264476522, 38.338550021942126 ], [ -112.33825484126609, 38.338219527778506 ], [ -112.33808424479463, 38.337964638217528 ], [ -112.33793594831866, 38.337677952606818 ], [ -112.33786897146597, 38.337457927524937 ], [ -112.33781128015923, 38.337120642933186 ], [ -112.33762692905681, 38.336739744227472 ], [ -112.33741953587362, 38.336350096205805 ], [ -112.33730191385914, 38.336175707437839 ], [ -112.33718462366623, 38.336019338381554 ], [ -112.33697615216131, 38.335882032529014 ], [ -112.33688666336914, 38.335806452465725 ], [ -112.33683303338617, 38.3357520918603 ], [ -112.33672474715833, 38.335587509035953 ], [ -112.33660588645864, 38.335345545053436 ], [ -112.33660665608673, 38.335076083072195 ], [ -112.33660755817516, 38.334813829020199 ], [ -112.33653511705012, 38.334607383036037 ], [ -112.33636486640366, 38.334370510410402 ], [ -112.33609639370555, 38.334080685868493 ], [ -112.3358316572448, 38.333682676329559 ], [ -112.33558557051373, 38.333365560075308 ], [ -112.33544226879297, 38.333038260895542 ], [ -112.33538118883817, 38.332827178803839 ], [ -112.3354275357872, 38.332547284632405 ], [ -112.33550960397451, 38.332343584049525 ], [ -112.33573399188171, 38.332102215015375 ], [ -112.33601606719006, 38.331887223751067 ], [ -112.33632642257349, 38.331654787072424 ], [ -112.33674499409616, 38.331396784070705 ], [ -112.33711268601635, 38.331171802318821 ], [ -112.33731153292766, 38.331097440161884 ], [ -112.33769405587168, 38.331057029728591 ], [ -112.33800796476055, 38.331018302177192 ], [ -112.33833186973742, 38.330901056884585 ], [ -112.33857978347788, 38.330695461202858 ], [ -112.33875268389281, 38.330454674169481 ], [ -112.33893047326397, 38.330168771964203 ], [ -112.33908347794437, 38.329779516605583 ], [ -112.33919064572838, 38.329386278614258 ], [ -112.33933370208844, 38.32907824289169 ], [ -112.33949341666981, 38.328742981241483 ], [ -112.33968860487262, 38.328470396838114 ], [ -112.33990517421879, 38.32811646141424 ], [ -112.34009728942708, 38.327677192752653 ], [ -112.34021829295862, 38.327414467040491 ], [ -112.34033141927414, 38.327034677554316 ], [ -112.34044429550542, 38.326641373069279 ], [ -112.34061444156718, 38.326251919654617 ], [ -112.34067460939298, 38.326102536704617 ], [ -112.34080828234372, 38.325596346274104 ], [ -112.34086504591828, 38.325262259755227 ], [ -112.3408772215658, 38.324991765812712 ], [ -112.34078587991806, 38.324690914101218 ], [ -112.34058033196555, 38.324400379774893 ], [ -112.34043346560281, 38.324190280743053 ], [ -112.34019452140541, 38.323949692476489 ], [ -112.34002884224434, 38.323649689641499 ], [ -112.34002958375957, 38.323379326355301 ], [ -112.3400985331775, 38.323085654050537 ], [ -112.34030456083195, 38.322781403225392 ], [ -112.34069788657567, 38.322398410318286 ], [ -112.34087639646229, 38.322153049968477 ], [ -112.34094716750202, 38.321958486424357 ], [ -112.34099589445066, 38.321809234058584 ], [ -112.34101362182967, 38.321529664643997 ], [ -112.34098999220103, 38.321178473507032 ], [ -112.34101186082044, 38.320813244323531 ], [ -112.34105304244693, 38.320564948060081 ], [ -112.34115074305174, 38.320279958091611 ], [ -112.34126476767079, 38.319949722175934 ], [ -112.34142081185416, 38.319727147478297 ], [ -112.34157743634276, 38.319536107343396 ], [ -112.341658809271, 38.319296362873537 ], [ -112.34161487879472, 38.319085087404758 ], [ -112.34151717857347, 38.318811344186948 ], [ -112.34135903231747, 38.318547304100846 ], [ -112.34132506387817, 38.318317890875626 ], [ -112.34123073223799, 38.318102685762575 ], [ -112.34111162136489, 38.317846309497668 ], [ -112.34095516518246, 38.317425443543442 ], [ -112.34082927619822, 38.317111468704304 ], [ -112.34082404839019, 38.316827655643301 ], [ -112.34081409836801, 38.316597967577884 ], [ -112.34085088838323, 38.316421816132191 ], [ -112.34094941456553, 38.316181875919703 ], [ -112.34105987405184, 38.315968834672134 ], [ -112.34113138604138, 38.315814815662804 ], [ -112.34120861570308, 38.315660731218422 ], [ -112.34133050957661, 38.315447558939567 ], [ -112.34146425369258, 38.315256780576895 ], [ -112.34155241980717, 38.315075535289012 ], [ -112.34160669317826, 38.314917207258283 ], [ -112.34158590310308, 38.314720085828725 ], [ -112.34145320281485, 38.314346711288259 ], [ -112.34120632985363, 38.313984555354402 ], [ -112.34095573308119, 38.313730583528333 ], [ -112.34078441151684, 38.313619894302633 ], [ -112.3406663579073, 38.31354464325851 ], [ -112.34030315059206, 38.313386581597676 ], [ -112.33992942133365, 38.313278204145007 ], [ -112.33959132610033, 38.313241513209796 ], [ -112.33912072790534, 38.313152263286725 ], [ -112.33896419377676, 38.313036896590248 ], [ -112.33884022691772, 38.312826533538207 ], [ -112.33877522782866, 38.312650643408574 ], [ -112.33876200265424, 38.312615648186849 ], [ -112.33872836086637, 38.3123411709621 ], [ -112.33878041844001, 38.312062110714955 ], [ -112.33885199797537, 38.311911696959093 ], [ -112.33901399934628, 38.311702575005285 ], [ -112.33921643763085, 38.311515520695529 ], [ -112.33944621984818, 38.311260564905226 ], [ -112.33965281506622, 38.310988751019757 ], [ -112.33992931308603, 38.3107864305424 ], [ -112.34025140085923, 38.310575477773767 ], [ -112.34056180281836, 38.310351139931718 ], [ -112.34090750364584, 38.310180468768372 ], [ -112.34126372501801, 38.309960111123978 ], [ -112.3416775342872, 38.309761623233442 ], [ -112.34197152316106, 38.309578022751957 ], [ -112.34217949933621, 38.309381888142205 ], [ -112.34233377491863, 38.309064707882115 ], [ -112.34241438716121, 38.308784417978011 ], [ -112.34254770136273, 38.308571113582779 ], [ -112.34281941186053, 38.308420208658944 ], [ -112.34321886485228, 38.308374179945559 ], [ -112.34359406785897, 38.308253629363612 ], [ -112.34400784433882, 38.308054232494875 ], [ -112.34417206777997, 38.307966737905396 ], [ -112.34456754103874, 38.307705367107125 ], [ -112.34480997519026, 38.307517844660588 ], [ -112.3452068584993, 38.307333056244502 ], [ -112.3455991879401, 38.30721140166289 ], [ -112.34581486310005, 38.307123314464896 ], [ -112.34632020317858, 38.306928265872003 ], [ -112.34669504345668, 38.306788784712182 ], [ -112.34715470085204, 38.306535680084977 ], [ -112.34746888767479, 38.306270727295093 ], [ -112.34769165671379, 38.305948247171173 ], [ -112.3478412013242, 38.305686086330589 ], [ -112.34801533133155, 38.305516464743697 ], [ -112.34824681542554, 38.305356096629772 ], [ -112.34847615404121, 38.30514168165012 ], [ -112.34860420283059, 38.304892383563512 ], [ -112.34866150119346, 38.304589827829325 ], [ -112.34873991525288, 38.304192404834893 ], [ -112.34879779663233, 38.303921383771538 ], [ -112.34888351167983, 38.303609489247286 ], [ -112.34892457494695, 38.303356685220116 ], [ -112.34898303917474, 38.303117198806625 ], [ -112.34907471986679, 38.302818753274082 ], [ -112.34913251560374, 38.302543227061911 ], [ -112.34914440885946, 38.30225921698144 ], [ -112.34918960185131, 38.301920752733892 ], [ -112.34922369460335, 38.30160043984754 ], [ -112.34931897784135, 38.301126221524164 ], [ -112.34935476405857, 38.300959090567147 ], [ -112.34938943999327, 38.300670312364907 ], [ -112.34939494771692, 38.300350328235467 ], [ -112.34938480755426, 38.300111630793495 ], [ -112.34932737319657, 38.29985094779915 ], [ -112.34913940707544, 38.299519671454789 ], [ -112.34895063309176, 38.299206427780128 ], [ -112.34875656121932, 38.298915774334617 ], [ -112.34857939053863, 38.298611408435534 ], [ -112.34833164510587, 38.298262794278372 ], [ -112.34815645494233, 38.298003464203632 ], [ -112.34800340575227, 38.297766409033933 ], [ -112.34780345838928, 38.297466809556425 ], [ -112.34765621136341, 38.297234193153749 ], [ -112.3476507939957, 38.296941369980161 ], [ -112.34776095612429, 38.296714807723696 ], [ -112.34787650060687, 38.296470159789571 ], [ -112.34792845383845, 38.296249673377126 ], [ -112.3478889468452, 38.295906775506467 ], [ -112.34781484892224, 38.295610235578366 ], [ -112.34771177667835, 38.295354581880325 ], [ -112.3475712273538, 38.295112876441017 ], [ -112.34747534960282, 38.294875163572399 ], [ -112.34739140502568, 38.294664349121966 ], [ -112.34730687774726, 38.294421999772986 ], [ -112.34723311711066, 38.294143479232027 ], [ -112.34717600596379, 38.293837731812701 ], [ -112.3470945081521, 38.293388074583817 ], [ -112.3470533202822, 38.293077638254125 ], [ -112.34702512480725, 38.292789582353763 ], [ -112.34698584713321, 38.292520578614209 ], [ -112.34696740203412, 38.292141390847739 ], [ -112.34696578893175, 38.291744887220077 ], [ -112.34700327206987, 38.291298369334676 ], [ -112.34708923146881, 38.290999990533258 ], [ -112.34723243343142, 38.290705460149432 ], [ -112.3473474709413, 38.290433782769647 ], [ -112.3474395605075, 38.290157862946195 ], [ -112.34755434648558, 38.289872670435912 ], [ -112.34769126196321, 38.28954757132874 ], [ -112.34787808578663, 38.289138989367892 ], [ -112.34803187936052, 38.288799276906907 ], [ -112.34810310146956, 38.288631738782861 ], [ -112.34816754763257, 38.28846878442662 ], [ -112.34829390273607, 38.288129386957479 ], [ -112.3483854858723, 38.287826436539511 ], [ -112.34849950708096, 38.287438516495854 ], [ -112.34863945252064, 38.28703047215398 ], [ -112.34873691540537, 38.286736465700429 ], [ -112.34884017657772, 38.286446898420998 ], [ -112.3489869937853, 38.286039675796189 ], [ -112.34906701478788, 38.285791830178859 ], [ -112.34914273854167, 38.285497172177195 ], [ -112.34923755308871, 38.285122088847743 ], [ -112.34932505691543, 38.284846220149205 ], [ -112.34946732079878, 38.284502132365411 ], [ -112.34957146897081, 38.284199036361997 ], [ -112.3497515943622, 38.283800441361166 ], [ -112.34986098028625, 38.283533332321745 ], [ -112.35008663352453, 38.283062117862151 ], [ -112.35034515708166, 38.282513923617444 ], [ -112.35043882877329, 38.282324497053146 ], [ -112.35053809843536, 38.282128697648353 ], [ -112.35069774794208, 38.281797925957193 ], [ -112.35089202159223, 38.281484779078845 ], [ -112.35109814162473, 38.281194025131754 ], [ -112.35138352131425, 38.280861804322498 ], [ -112.35165200349573, 38.280543295336351 ], [ -112.35196163251085, 38.280224311533019 ], [ -112.35222400387643, 38.279946425124322 ], [ -112.35251079470312, 38.279690786290033 ], [ -112.35285886094063, 38.279348827259575 ], [ -112.35300494462045, 38.27921196427129 ], [ -112.35323533196997, 38.278997527657687 ], [ -112.35349942267875, 38.278751160153938 ], [ -112.35381982512806, 38.278459082802442 ], [ -112.35407861535107, 38.27823530487256 ], [ -112.35438418313369, 38.278006480384093 ], [ -112.35468814952392, 38.27781462230886 ], [ -112.35497036400164, 38.277621212316397 ], [ -112.35529117438944, 38.27735165595864 ], [ -112.35557760919919, 38.277077990014647 ], [ -112.35591539202309, 38.276799223953489 ], [ -112.35622131365903, 38.276651497549587 ], [ -112.35648731386044, 38.276508737914071 ], [ -112.35662850857945, 38.276416986374372 ], [ -112.35709301690711, 38.276190822677371 ], [ -112.35749482714633, 38.275974394567335 ], [ -112.35791352762369, 38.275744251762212 ], [ -112.35823003092194, 38.275551338262268 ], [ -112.35874512185541, 38.275279523011349 ], [ -112.35917532779141, 38.275053748412653 ], [ -112.35966066176493, 38.274719190755633 ], [ -112.36003351288655, 38.27448326349819 ], [ -112.36035524896222, 38.274265050369763 ], [ -112.36069375711577, 38.274026815692984 ], [ -112.36081720911601, 38.273903723350799 ], [ -112.36099696605525, 38.273734918278308 ], [ -112.3613348808137, 38.273465147061877 ], [ -112.3616776662668, 38.273150258935871 ], [ -112.36198675052353, 38.272867302661282 ], [ -112.3622783520793, 38.272566524823915 ], [ -112.36251400159743, 38.272330380469484 ], [ -112.36279331098523, 38.271983783517562 ], [ -112.36306531994651, 38.27155255902484 ], [ -112.3632195970833, 38.271244362412915 ], [ -112.36344622266492, 38.270831688132148 ], [ -112.36367898137483, 38.270441471823496 ], [ -112.36386720267191, 38.27011485600719 ], [ -112.36410457561755, 38.269666007949809 ], [ -112.36440438118501, 38.269193903621122 ], [ -112.36482291694387, 38.268652828202889 ], [ -112.36520250580132, 38.268107698559859 ], [ -112.36557489465349, 38.267544627714152 ], [ -112.36583967676583, 38.267095457056627 ], [ -112.36612278637402, 38.266587495116411 ], [ -112.36634773243047, 38.266147799032325 ], [ -112.36656399461346, 38.265793816590779 ], [ -112.36680159082414, 38.265358478211844 ], [ -112.36688062973859, 38.265001587787715 ], [ -112.36693630568462, 38.264617933832184 ], [ -112.36706440365367, 38.264134305197665 ], [ -112.36717628748963, 38.263700430739384 ], [ -112.36728859234805, 38.263289080974424 ], [ -112.3673400715828, 38.262986582676476 ], [ -112.36740776260163, 38.26263432999464 ], [ -112.36750469733546, 38.262317783976563 ], [ -112.367719391618, 38.261576306192133 ], [ -112.3677734024605, 38.261408956530317 ], [ -112.36787655466718, 38.261119373363819 ], [ -112.36794584691386, 38.260852714620896 ], [ -112.36799135494557, 38.260536767728112 ], [ -112.36803846799005, 38.260306415089488 ], [ -112.36820002063241, 38.260083739854899 ], [ -112.36841828498659, 38.25983787323311 ], [ -112.3688588672906, 38.259562376963657 ], [ -112.36902875039426, 38.25947928777272 ], [ -112.3693642396708, 38.259389759680701 ], [ -112.36980392430414, 38.259371109358952 ], [ -112.37023654116645, 38.259280444779492 ], [ -112.37051370826792, 38.259128511263647 ], [ -112.3707358554428, 38.258846547434274 ], [ -112.37082231764323, 38.258521109073705 ], [ -112.37090217703731, 38.258209265629382 ], [ -112.3709891038429, 38.2579694347016 ], [ -112.37116046021737, 38.257661027841586 ], [ -112.37142424465355, 38.257405611784449 ], [ -112.37173763045789, 38.257356888848733 ], [ -112.37198952497569, 38.257380979300102 ], [ -112.37236241647147, 38.257457725389109 ], [ -112.37270631818608, 38.257512279720061 ], [ -112.37304937244382, 38.257521783484663 ], [ -112.37332267942588, 38.25746901938497 ], [ -112.37364075943843, 38.257366165062926 ], [ -112.37396302454772, 38.257182153829824 ], [ -112.37431778545908, 38.256903136204933 ], [ -112.37464465648721, 38.25666049185066 ], [ -112.37488045309904, 38.256436937622105 ], [ -112.37518353313526, 38.256145005136545 ], [ -112.37541284882727, 38.255880972277076 ], [ -112.37558567231935, 38.255712226186553 ], [ -112.37570458305242, 38.255593677397911 ], [ -112.37596876884746, 38.255360776232592 ], [ -112.3761985041771, 38.2551192666579 ], [ -112.37663221003847, 38.254785244726833 ], [ -112.37692453028691, 38.254529481585664 ], [ -112.37721650832465, 38.254255697946341 ], [ -112.37760460216172, 38.253927614949184 ], [ -112.37790883509696, 38.253697843998815 ], [ -112.37831329588326, 38.25332901293428 ], [ -112.37862809878511, 38.253054056486427 ], [ -112.37909998363395, 38.252624951987286 ], [ -112.37932441298481, 38.252406028423692 ], [ -112.37962259757207, 38.252159201554221 ], [ -112.37992026893677, 38.251885344278293 ], [ -112.38017240569171, 38.251621033762447 ], [ -112.38037348310498, 38.251376248378385 ], [ -112.38054033344523, 38.251134568929508 ], [ -112.38074045352865, 38.250839327555902 ], [ -112.38083339350715, 38.250617442378072 ], [ -112.38083799797964, 38.250558810859012 ], [ -112.38085829140563, 38.250423393578181 ], [ -112.38085556326941, 38.250279235320896 ], [ -112.38085368845759, 38.249878227919737 ], [ -112.38081352993083, 38.249567790006047 ], [ -112.38077231449824, 38.249261870447434 ], [ -112.38074885193858, 38.248807045606661 ], [ -112.38070013468102, 38.248406589299613 ], [ -112.38062953979816, 38.247997378459146 ], [ -112.38062434061878, 38.247722576637614 ], [ -112.38058341747706, 38.247371593958292 ], [ -112.38047496752567, 38.247075477114514 ], [ -112.38035830012039, 38.246707361591319 ], [ -112.3802501425876, 38.246366181534448 ], [ -112.38015405761111, 38.246119484353379 ], [ -112.38007187322187, 38.245701397397205 ], [ -112.38001475413331, 38.245400170340815 ], [ -112.37996368862858, 38.24511689585951 ], [ -112.37992926647449, 38.244807291088499 ], [ -112.3799013746515, 38.244540866649416 ], [ -112.37984664217294, 38.244365778080642 ], [ -112.37974109568655, 38.244222828649349 ], [ -112.3796072437746, 38.244093729770853 ], [ -112.3793521578506, 38.243898466575175 ], [ -112.37931967543931, 38.243872713862935 ], [ -112.37913871215362, 38.243729749143448 ], [ -112.37873124524197, 38.243392084852459 ], [ -112.37848221665475, 38.243214772357334 ], [ -112.3781579951432, 38.242988776946362 ], [ -112.37788620569135, 38.242816236424623 ], [ -112.37769557820205, 38.242705825775865 ], [ -112.37750597157108, 38.242649474298581 ], [ -112.37730024889945, 38.242647383143776 ], [ -112.37710578054522, 38.242636147640141 ], [ -112.37673330064615, 38.242577434936607 ], [ -112.37638358495509, 38.242513948079647 ], [ -112.37610093340402, 38.242431649904852 ], [ -112.37590735340466, 38.242406884120051 ], [ -112.3755808273462, 38.242361146775544 ], [ -112.37526251731562, 38.242144987045066 ], [ -112.37524742613135, 38.241950506552122 ], [ -112.3752570168753, 38.24185306546984 ], [ -112.3752765208549, 38.241675302158285 ], [ -112.37532198761568, 38.241359352242625 ], [ -112.37527546727009, 38.241012938700045 ], [ -112.37514080602253, 38.24053688524738 ], [ -112.37506162780399, 38.24027646748111 ], [ -112.37493087285026, 38.240007642054387 ], [ -112.3748300361637, 38.23981056129432 ], [ -112.37476969259215, 38.239640041807633 ], [ -112.37467977166186, 38.239415797260079 ], [ -112.37480766685866, 38.239229554607128 ], [ -112.37478815549176, 38.239103616323902 ], [ -112.37467954481589, 38.239100382742386 ], [ -112.37426313097298, 38.239195379312797 ], [ -112.37420169694072, 38.239209616632472 ], [ -112.37391098377788, 38.239244562392344 ], [ -112.37362589744352, 38.239274935608044 ], [ -112.37335113281652, 38.239246609852152 ], [ -112.37318370800827, 38.239153943982153 ], [ -112.37299770746986, 38.238984893880975 ], [ -112.37277828379227, 38.23886129408195 ], [ -112.37245664022352, 38.238770431158073 ], [ -112.37217967610736, 38.238624973372367 ], [ -112.37180476513804, 38.238435600346584 ], [ -112.3715848372205, 38.238284968401707 ], [ -112.37147326547718, 38.238124057785825 ], [ -112.37137869423765, 38.237955738844647 ], [ -112.37134320474897, 38.237891267726752 ], [ -112.37124843102936, 38.237712136726564 ], [ -112.37114506907932, 38.237379903263154 ], [ -112.37107593610345, 38.23710584728633 ], [ -112.37119490951874, 38.236991808110908 ], [ -112.37141546654964, 38.236872075736201 ], [ -112.3716523961761, 38.236711597913583 ], [ -112.37192173238023, 38.2364516095776 ], [ -112.37194178528851, 38.2363026783637 ], [ -112.3719125891551, 38.235965072455308 ], [ -112.37185081668696, 38.235717966615368 ], [ -112.37171999748186, 38.235444632054929 ], [ -112.37167117287622, 38.235278482094138 ], [ -112.37152271266692, 38.234978317695038 ], [ -112.37142819638562, 38.234812701616214 ], [ -112.37125329583253, 38.234625494943678 ], [ -112.37103740027572, 38.234384695375695 ], [ -112.3708981073666, 38.234268266381243 ], [ -112.37080399059256, 38.234184653661117 ], [ -112.37063565039993, 38.234042429046674 ], [ -112.37039318909871, 38.233846998172098 ], [ -112.37014421350115, 38.23366966670082 ], [ -112.36982678612605, 38.233497639687791 ], [ -112.36952750861363, 38.233379471585593 ], [ -112.36925645131844, 38.233242949581012 ], [ -112.3689390278486, 38.233070920079655 ], [ -112.36860942302202, 38.232858478063349 ], [ -112.36830266569011, 38.232645768709588 ], [ -112.36815146805847, 38.232503340557692 ], [ -112.36782597593145, 38.232205234950655 ], [ -112.36775225743671, 38.232112370020324 ], [ -112.36761809477143, 38.231964335450385 ], [ -112.36734718284804, 38.231652074478824 ], [ -112.36709670384283, 38.231393646449078 ], [ -112.36686848142068, 38.231103416852612 ], [ -112.36664135696515, 38.230871751600624 ], [ -112.36634468744484, 38.23058682396762 ], [ -112.36632247894886, 38.230560046714402 ], [ -112.36616359320371, 38.230372645703312 ], [ -112.36599425955359, 38.23017635413597 ], [ -112.36584239746747, 38.229997882853581 ], [ -112.36565517374211, 38.229761245247083 ], [ -112.36555001363348, 38.229636301743135 ], [ -112.36535069563517, 38.229363756581762 ], [ -112.36520446375638, 38.22918071295301 ], [ -112.36497516121121, 38.228831914400821 ], [ -112.36476981658822, 38.228542315587468 ], [ -112.36467003410847, 38.228399284821776 ], [ -112.36446474245339, 38.228112388404192 ], [ -112.36430717745435, 38.22793398132147 ], [ -112.36403916837523, 38.227653220361574 ], [ -112.36393134479529, 38.227568860035461 ], [ -112.36388956924716, 38.227534198947737 ], [ -112.36377821845824, 38.227444472300384 ], [ -112.36354078689783, 38.227271498182283 ], [ -112.36323416881413, 38.22706418065745 ], [ -112.36291816395052, 38.22690473464484 ], [ -112.36263484785319, 38.22678275841394 ], [ -112.36219216345764, 38.226630188358328 ], [ -112.36185259683668, 38.22649354278397 ], [ -112.36149625144739, 38.226376015959957 ], [ -112.3613121583162, 38.226306055874232 ], [ -112.36105936666395, 38.2262278802785 ], [ -112.36070865075402, 38.226105779776574 ], [ -112.3604215950231, 38.226028000054477 ], [ -112.36009397634498, 38.225919147883864 ], [ -112.35974334733794, 38.225801549436461 ], [ -112.3594217769417, 38.225710649199662 ], [ -112.3592437336502, 38.225658639662754 ], [ -112.35877292761924, 38.22552891215183 ], [ -112.35833647212097, 38.22540329114765 ], [ -112.35791160729707, 38.22528654635363 ], [ -112.35756736544235, 38.225204915261251 ], [ -112.35720465233132, 38.225051401117149 ], [ -112.35706012370801, 38.224958446860363 ], [ -112.3571602134148, 38.224688733196594 ], [ -112.35738261355579, 38.224423012071085 ], [ -112.35762713494879, 38.224118283220228 ], [ -112.35795870870935, 38.223826064581303 ], [ -112.35825777493069, 38.223628846771895 ], [ -112.35848327077875, 38.22346852763183 ], [ -112.35875319401893, 38.223240104046226 ], [ -112.35907812653409, 38.222898393386998 ], [ -112.3594551224835, 38.222592126609165 ], [ -112.35978799188844, 38.222308899778973 ], [ -112.36005609358094, 38.222044446487992 ], [ -112.3602463103896, 38.221830461054218 ], [ -112.36042964084545, 38.221553471432181 ], [ -112.36064672957264, 38.221249054284961 ], [ -112.36074070325338, 38.221081243567028 ], [ -112.36094494143818, 38.220700373206235 ], [ -112.3611457336669, 38.220441203888555 ], [ -112.36129407240935, 38.220187148607117 ], [ -112.36148323980561, 38.219856017867727 ], [ -112.36166118629762, 38.21959711267575 ], [ -112.36186659155295, 38.219279310861452 ], [ -112.36204445132647, 38.219015900110129 ], [ -112.36227336671094, 38.218733872583037 ], [ -112.36241402427095, 38.218619590406291 ], [ -112.36256153375649, 38.218505228516193 ], [ -112.36284321742015, 38.21835776667092 ], [ -112.36317155609991, 38.218200750330404 ], [ -112.36351562983663, 38.218030032338028 ], [ -112.36383116395287, 38.217737983517331 ], [ -112.36400909708104, 38.217479074927496 ], [ -112.36418140289206, 38.217224737452597 ], [ -112.364394015333, 38.216987955096513 ], [ -112.36449914303317, 38.216806493749125 ], [ -112.36461333433692, 38.216498759470866 ], [ -112.36465144185659, 38.216092778135149 ], [ -112.36460969205693, 38.215692231230804 ], [ -112.36463310943273, 38.21541709410667 ], [ -112.36478964161442, 38.215235935997825 ], [ -112.36493027174303, 38.21512074993899 ], [ -112.36519781836176, 38.215073479676619 ], [ -112.36553477746288, 38.215073164663202 ], [ -112.36589594107768, 38.21514556390089 ], [ -112.3662571222263, 38.215218863012744 ], [ -112.36664052064003, 38.215258558059823 ], [ -112.36704536029852, 38.215223202846616 ], [ -112.36729506746681, 38.215138285351472 ], [ -112.36753892909793, 38.215046225867901 ], [ -112.36781105341278, 38.214938516186244 ], [ -112.36812870509387, 38.214822164437159 ], [ -112.36832712085734, 38.214743249795539 ], [ -112.36881370716176, 38.214498759184544 ], [ -112.36906702612315, 38.214302047509669 ], [ -112.36927961423916, 38.214065256646592 ], [ -112.36956617663971, 38.213814084309696 ], [ -112.3697900970829, 38.213572654312472 ], [ -112.37014272445029, 38.213190036115485 ], [ -112.37054085786731, 38.212797873546542 ], [ -112.37076058349719, 38.212637598338041 ], [ -112.37104781151413, 38.21242246247396 ], [ -112.37131824666194, 38.212225546032023 ], [ -112.37155302604103, 38.212015527682212 ], [ -112.37190622860557, 38.211907762318575 ], [ -112.37224796851088, 38.21185870765818 ], [ -112.37257274790755, 38.211818862303048 ], [ -112.37287840926368, 38.211734179864081 ], [ -112.37318593047142, 38.211626944972224 ], [ -112.37352026468901, 38.211487853653701 ], [ -112.3738603073309, 38.211348694572081 ], [ -112.37413762660192, 38.211214774825983 ], [ -112.37442023085212, 38.21105826264268 ], [ -112.3747496979347, 38.210964284637328 ], [ -112.37501618813852, 38.210862031523384 ], [ -112.37528301674141, 38.210777797762987 ], [ -112.37549283288422, 38.210698737507386 ], [ -112.37576008440762, 38.210637027611575 ], [ -112.37599333204506, 38.210589233681667 ], [ -112.37627251111043, 38.210554418674874 ], [ -112.37662046026811, 38.210532314405476 ], [ -112.37695145003156, 38.210519420019068 ], [ -112.37727136000738, 38.210524678626463 ], [ -112.37759177959107, 38.210556966255083 ], [ -112.37788953073435, 38.210598531075028 ], [ -112.3781818274458, 38.210653677117214 ], [ -112.37857766333954, 38.210748160208738 ], [ -112.37904900121629, 38.210909344576208 ], [ -112.37932476621675, 38.210996223830271 ], [ -112.37970296590872, 38.211063874477837 ], [ -112.38004707831611, 38.211140936645336 ], [ -112.38034576919087, 38.211232049902755 ], [ -112.38060469851605, 38.211274064339925 ], [ -112.38083799464368, 38.211289343901221 ], [ -112.38105470767141, 38.211273276279648 ], [ -112.38131096263058, 38.211234213035297 ], [ -112.38155520167979, 38.211163748827857 ], [ -112.38180497953803, 38.21108420695483 ], [ -112.38208364603615, 38.211022348301483 ], [ -112.38242511838561, 38.210959749287582 ], [ -112.38276096571059, 38.210901721526888 ], [ -112.38316447559455, 38.210797835717443 ], [ -112.3834318057549, 38.210740613439967 ], [ -112.3836763822152, 38.210688164766204 ], [ -112.38390374407373, 38.210631412577158 ], [ -112.38417567324663, 38.210515556696571 ], [ -112.38448057892217, 38.210331721582989 ], [ -112.38471177048936, 38.210175791188234 ], [ -112.38500585191782, 38.210023624249033 ], [ -112.38527044480229, 38.209822238866884 ], [ -112.3854382300218, 38.209635513521029 ], [ -112.38570713165929, 38.209420558373424 ], [ -112.38592258735994, 38.209278329310166 ], [ -112.38612522492376, 38.209122733297804 ], [ -112.38639015333418, 38.208939365350709 ], [ -112.38658750687495, 38.208806360839283 ], [ -112.38678400477187, 38.208628306343428 ], [ -112.38697947567096, 38.208396191938 ], [ -112.3873136651992, 38.208251656074225 ], [ -112.38751768262679, 38.208169038183094 ], [ -112.38777852011917, 38.208071329033807 ], [ -112.3881592547265, 38.207972201414115 ], [ -112.38846585151008, 38.207878455543486 ], [ -112.38867036305832, 38.2078219644768 ], [ -112.38883370984362, 38.207702876464715 ], [ -112.38915886038579, 38.207383610452673 ], [ -112.38929859716148, 38.207224247430645 ], [ -112.38945457645825, 38.207078209903763 ], [ -112.38968596370439, 38.206873602916815 ], [ -112.38983847066449, 38.206785282490443 ], [ -112.39029067424272, 38.206541110502442 ], [ -112.39053413420154, 38.206430984362946 ], [ -112.39084581333157, 38.206304729081758 ], [ -112.39118060287453, 38.206192618199211 ], [ -112.39136244195753, 38.206145403138514 ], [ -112.39163494277702, 38.206061065149825 ], [ -112.39199896264184, 38.205984653198406 ], [ -112.39228339552037, 38.205927208064203 ], [ -112.39270596584439, 38.205926701011201 ], [ -112.3929340782127, 38.205910476313299 ], [ -112.39323052965061, 38.205884428094265 ], [ -112.393607597474, 38.205893469826911 ], [ -112.39439081241531, 38.205939141259663 ], [ -112.39473974699604, 38.205970142230164 ], [ -112.39505409956847, 38.205984430469428 ], [ -112.39520107796653, 38.205906081971463 ], [ -112.39522706125435, 38.205771495081123 ], [ -112.3952452367274, 38.205527055206332 ], [ -112.3953203492166, 38.205273827757097 ], [ -112.39540748164288, 38.205051999187738 ], [ -112.39548770016623, 38.204767169092783 ], [ -112.39558963632813, 38.204423503045533 ], [ -112.39572670366448, 38.204125380125866 ], [ -112.39591962170952, 38.203761706816216 ], [ -112.39609092361238, 38.203462275136374 ], [ -112.39620028542484, 38.203208639725524 ], [ -112.39632281465782, 38.202747572666333 ], [ -112.39644818268756, 38.202435168911947 ], [ -112.39658548402564, 38.202149658897952 ], [ -112.39670783233396, 38.201918398362153 ], [ -112.39685081804721, 38.201691398091761 ], [ -112.39713135527603, 38.201431218713942 ], [ -112.39735471572904, 38.201167213345947 ], [ -112.39748171323606, 38.200940402629193 ], [ -112.39756823136577, 38.200687037859531 ], [ -112.39764046682438, 38.200343723528228 ], [ -112.39770470464445, 38.200059983272283 ], [ -112.39778586296941, 38.199526410311734 ], [ -112.39784529939666, 38.19934996940443 ], [ -112.39806561330194, 38.199225684262551 ], [ -112.3984250036392, 38.199207885440359 ], [ -112.39877220053391, 38.199149677015868 ], [ -112.39925528463105, 38.199031270143976 ], [ -112.39943684170801, 38.198970528112433 ], [ -112.39969788876726, 38.198886308111689 ], [ -112.40004915238093, 38.198742433859884 ], [ -112.40029272672055, 38.198640397026821 ], [ -112.40055897962385, 38.198529978352177 ], [ -112.40081457631972, 38.198399859941169 ], [ -112.40100571532493, 38.198302953332636 ], [ -112.40116288032715, 38.198161392168906 ], [ -112.40131840397638, 38.197934236816579 ], [ -112.40143881154206, 38.197662440721956 ], [ -112.40153724766223, 38.197435966604942 ], [ -112.40163006101663, 38.197214065516512 ], [ -112.40170600736464, 38.19700588369188 ], [ -112.40175427450758, 38.196843092122037 ], [ -112.40184172353278, 38.196639278824847 ], [ -112.40201704559736, 38.196551571425459 ], [ -112.40222869191587, 38.196571573347278 ], [ -112.40259446774061, 38.196589733397168 ], [ -112.40296501852495, 38.196559170677332 ], [ -112.40330638661554, 38.196495611419465 ], [ -112.40357840471081, 38.196388721808923 ], [ -112.40380518675809, 38.196304902429233 ], [ -112.40408325792826, 38.196215963179277 ], [ -112.40428678965715, 38.19611079227667 ], [ -112.40457355947977, 38.195939739021725 ], [ -112.40482249652047, 38.195761027071534 ], [ -112.40510428138445, 38.195568403493098 ], [ -112.40529536988915, 38.195350730354669 ], [ -112.40551138208401, 38.195063366439506 ], [ -112.40559311021792, 38.194859618877764 ], [ -112.40563609209934, 38.194719418903297 ], [ -112.40569005741806, 38.194556557500377 ], [ -112.40586242455493, 38.194315676526877 ], [ -112.40603202781863, 38.194228031660231 ], [ -112.40620232382354, 38.19417642607646 ], [ -112.40645798401684, 38.194110279594753 ], [ -112.4067196987216, 38.194062083917828 ], [ -112.40707802040656, 38.193990199851548 ], [ -112.40736818890551, 38.193937155697199 ], [ -112.40770384967016, 38.193874553356345 ], [ -112.40789715016695, 38.193831681416761 ], [ -112.40829412571421, 38.193691740398222 ], [ -112.40858843810165, 38.193557535933458 ], [ -112.40881952480829, 38.193401559641181 ], [ -112.40904501951748, 38.193192479484161 ], [ -112.40928981209584, 38.192918281150206 ], [ -112.40951284232909, 38.192640738825268 ], [ -112.40967957107523, 38.192404425974395 ], [ -112.40981671576824, 38.192114396442946 ], [ -112.40992644813474, 38.191883273694572 ], [ -112.40995140973725, 38.191697327598696 ], [ -112.41000433829321, 38.191481306129575 ], [ -112.41004574618499, 38.191260015836065 ], [ -112.41007539026602, 38.191020842909737 ], [ -112.41012267950065, 38.190808493889726 ], [ -112.4101236390148, 38.190502977001913 ], [ -112.41012894420881, 38.190245171277894 ], [ -112.41017423471293, 38.189929208701159 ], [ -112.41017551202421, 38.189699388409458 ], [ -112.41016682462876, 38.18924889480148 ], [ -112.41021843049248, 38.188964398162007 ], [ -112.41037919777466, 38.188715539125013 ], [ -112.41050785446096, 38.188577912789704 ], [ -112.41074690632975, 38.188539893701524 ], [ -112.41097528976296, 38.18854075377925 ], [ -112.41123793765557, 38.188542102713939 ], [ -112.41161335740341, 38.18852947835957 ], [ -112.41197996836993, 38.188474602545632 ], [ -112.41227408583438, 38.188390858245057 ], [ -112.41248377899815, 38.188310832603662 ], [ -112.41266514145606, 38.188241961856185 ], [ -112.41296467904341, 38.188084252551292 ], [ -112.41324044392242, 38.187878164093206 ], [ -112.4134931923998, 38.187721917891999 ], [ -112.41366883669345, 38.187593635525552 ], [ -112.41392307320756, 38.187455394404239 ], [ -112.41423439521196, 38.187257887332798 ], [ -112.41454412952247, 38.187096446406855 ], [ -112.41476455208138, 38.186981140799396 ], [ -112.41512134869923, 38.186832649137521 ], [ -112.41531427724615, 38.186771745668189 ], [ -112.41553610070704, 38.186669939670352 ], [ -112.41573388151266, 38.186564818412855 ], [ -112.41598686426488, 38.186421180797488 ], [ -112.41633066989456, 38.186191734548807 ], [ -112.416487527725, 38.186096117690894 ], [ -112.41677045586732, 38.18590705729234 ], [ -112.41710793796564, 38.185646143242053 ], [ -112.41732142220626, 38.185467832910348 ], [ -112.41756862697275, 38.18526207915351 ], [ -112.41778729255692, 38.185056669540586 ], [ -112.41795598646296, 38.184923958763854 ], [ -112.41806111074037, 38.184751461803693 ], [ -112.41816879147237, 38.184475296338071 ], [ -112.41830921376221, 38.184297866773257 ], [ -112.41860320757814, 38.184150123315895 ], [ -112.41895005321344, 38.184078341999943 ], [ -112.41953099194716, 38.184008235362739 ], [ -112.42000963240699, 38.183961893142552 ], [ -112.42038536289232, 38.183907782135172 ], [ -112.42073861298391, 38.183871965896088 ], [ -112.421068770293, 38.183822910188432 ], [ -112.42133061282078, 38.18378369259905 ], [ -112.4216840368924, 38.183756883371487 ], [ -112.42193990862555, 38.183704218795697 ], [ -112.422234418061, 38.183583495923884 ], [ -112.4225213791557, 38.183368238235893 ], [ -112.42274072606843, 38.183198859048062 ], [ -112.42299300163982, 38.182961490660517 ], [ -112.42316054165958, 38.182770208730382 ], [ -112.42331122174106, 38.182592648899465 ], [ -112.42351730868219, 38.182328803475912 ], [ -112.4238752114728, 38.181945961086804 ], [ -112.42409016566663, 38.181551333727946 ], [ -112.42420440468541, 38.181261565299579 ], [ -112.42428387319008, 38.180945182704754 ], [ -112.42423191763247, 38.180622283676158 ], [ -112.42417536052334, 38.180356215768953 ], [ -112.4241115355868, 38.180010029535566 ], [ -112.42407246918178, 38.179762674499131 ], [ -112.42404665893309, 38.179609784236732 ], [ -112.42394692670331, 38.179178419758763 ], [ -112.42387107614213, 38.178800837298667 ], [ -112.42383332654033, 38.178621055871183 ], [ -112.4237532606994, 38.178320126097262 ], [ -112.42362367359685, 38.178114422352472 ], [ -112.42351630156779, 38.177876907229646 ], [ -112.42343237169661, 38.177670649658097 ], [ -112.42336389784791, 38.177378590975302 ], [ -112.42330044788444, 38.177051324667609 ], [ -112.42322703953592, 38.17679897833564 ], [ -112.42314127152976, 38.176498117144625 ], [ -112.42310203538892, 38.176241751697965 ], [ -112.42307921905238, 38.175949139337924 ], [ -112.42309248396487, 38.175750715282092 ], [ -112.42306466207749, 38.175494211436494 ], [ -112.42301383805388, 38.175228974396859 ], [ -112.42298795589987, 38.174778689675804 ], [ -112.42290684688913, 38.174423699909092 ], [ -112.42273478208776, 38.174087836209509 ], [ -112.42258080238057, 38.173801318941152 ], [ -112.42249038526683, 38.173554585238584 ], [ -112.42243982762351, 38.173302862571539 ], [ -112.42244642404053, 38.173054953440612 ], [ -112.42244678838176, 38.172780083886295 ], [ -112.42246067055666, 38.172554616397392 ], [ -112.42254610492168, 38.172310258056164 ], [ -112.42267754400741, 38.172024788339328 ], [ -112.42274251863704, 38.171843761564716 ], [ -112.42272128229625, 38.171632237523262 ], [ -112.42257950929989, 38.171386126070644 ], [ -112.42249445159264, 38.17112130336934 ], [ -112.42245443304216, 38.170824393038892 ], [ -112.42271888679507, 38.170628332631132 ], [ -112.42303501215721, 38.170447866944201 ], [ -112.42329435242215, 38.17028250793895 ], [ -112.42352928854757, 38.170036336470723 ], [ -112.42377581110964, 38.169799036011426 ], [ -112.42401618742551, 38.169539279642066 ], [ -112.42424383426678, 38.169212087376678 ], [ -112.42444391227151, 38.168934794995423 ], [ -112.42456137646808, 38.168811708220417 ], [ -112.42467778672129, 38.16869314010458 ], [ -112.42485169970082, 38.168479248335359 ], [ -112.42511331375765, 38.168138124215155 ], [ -112.42531979372325, 38.167896800542785 ], [ -112.42555427673578, 38.167628100594996 ], [ -112.42574424969925, 38.167418518507432 ], [ -112.42593906753541, 38.167164718589596 ], [ -112.426168085659, 38.16690870055362 ], [ -112.42638763917181, 38.166752829995382 ], [ -112.4266143028795, 38.166668968456982 ], [ -112.42724768016507, 38.1666612712161 ], [ -112.42758495518765, 38.166688712937315 ], [ -112.42793882136323, 38.166688915991571 ], [ -112.42830778366886, 38.166585296626685 ], [ -112.42852873846059, 38.166501500854388 ], [ -112.42888399999008, 38.166280890696036 ], [ -112.42905315882329, 38.166175194314285 ], [ -112.4292958799614, 38.166037060341999 ], [ -112.42947706562599, 38.165962758867003 ], [ -112.43002720661531, 38.165784832464176 ], [ -112.43049342766389, 38.165693539679616 ], [ -112.43084070202173, 38.165648754455354 ], [ -112.43133642023537, 38.165606664738554 ], [ -112.43179166700683, 38.16553803052625 ], [ -112.43218932399208, 38.165443061091551 ], [ -112.43243818344628, 38.165327375729497 ], [ -112.43277245533245, 38.165201635671792 ], [ -112.43301587166469, 38.16509953347181 ], [ -112.43321969847881, 38.165015937957286 ], [ -112.43359908568505, 38.164862608950259 ], [ -112.43378482258518, 38.164729667473736 ], [ -112.43399082289764, 38.164465804627405 ], [ -112.4342833811844, 38.164250449991457 ], [ -112.43448579148534, 38.16409477381255 ], [ -112.43466528914331, 38.163934871256643 ], [ -112.43481010932852, 38.163752862242035 ], [ -112.43490972365568, 38.163593935423464 ], [ -112.43501318863825, 38.163340335734944 ], [ -112.43502624330155, 38.163132900788021 ], [ -112.4349414163228, 38.162881602170039 ], [ -112.43475485746985, 38.162681112439337 ], [ -112.43452300674815, 38.162499199686316 ], [ -112.43443757275648, 38.162449776334675 ], [ -112.43424595257675, 38.162340368550922 ], [ -112.4340308683646, 38.162140226048017 ], [ -112.43388240680653, 38.161903221687979 ], [ -112.43386001913086, 38.161867447163267 ], [ -112.43375087492427, 38.161539842722796 ], [ -112.43361276229686, 38.161190061891467 ], [ -112.43351985498101, 38.160817199052183 ], [ -112.43342650759794, 38.160421811533062 ], [ -112.43337415878585, 38.16007999532907 ], [ -112.43334639684299, 38.159827998764385 ], [ -112.43322075906104, 38.159532136946666 ], [ -112.43307916990513, 38.159295948727781 ], [ -112.43294543018712, 38.158877622495538 ], [ -112.4328544693744, 38.158603867000643 ], [ -112.4327734213004, 38.158253388609232 ], [ -112.43273522129655, 38.15805108507594 ], [ -112.43263258712939, 38.157763953811603 ], [ -112.43252601142319, 38.157566990368821 ], [ -112.43238985179572, 38.157316315784676 ], [ -112.43226378182169, 38.156997928069096 ], [ -112.4322056525387, 38.156710253518021 ], [ -112.43216682905521, 38.15635925955845 ], [ -112.43217558222517, 38.156048239256336 ], [ -112.43213649949168, 38.155742308345495 ], [ -112.43209250943401, 38.155535569119138 ], [ -112.43208933724102, 38.15537339202168 ], [ -112.43214365312279, 38.155174465859659 ], [ -112.43224131045007, 38.154974109852994 ], [ -112.43238463911406, 38.154716421146048 ], [ -112.43249574552677, 38.154561862014639 ], [ -112.43267899076329, 38.154302784802468 ], [ -112.4327904485672, 38.154166245082692 ], [ -112.43289655350411, 38.154047794552859 ], [ -112.4330425055886, 38.153924351666362 ], [ -112.43319442680274, 38.153814353732145 ], [ -112.43333502559537, 38.153708999798759 ], [ -112.43348124085418, 38.153599071142558 ], [ -112.43366668542322, 38.153452615414359 ], [ -112.4339436040344, 38.153314955622768 ], [ -112.43421575801855, 38.153283694847701 ], [ -112.43445732266875, 38.153322199424046 ], [ -112.43468024302791, 38.153341104911554 ], [ -112.43509688778158, 38.153345025863253 ], [ -112.43543269046592, 38.153300367624354 ], [ -112.43583133643079, 38.15325944604367 ], [ -112.43618398821718, 38.153201061662166 ], [ -112.4365081142887, 38.153143025180697 ], [ -112.43685409569423, 38.15309373237784 ], [ -112.43723035313141, 38.153017032052283 ], [ -112.43753148055602, 38.152950262248062 ], [ -112.43786674894784, 38.15287856764899 ], [ -112.43807106722376, 38.152821993788464 ], [ -112.43831523161417, 38.152760425542169 ], [ -112.43854105112489, 38.15269457552705 ], [ -112.43890597330513, 38.152563936797989 ], [ -112.4391480211377, 38.152452826842271 ], [ -112.43935100887489, 38.152328677180392 ], [ -112.43960454329338, 38.152163353584356 ], [ -112.44004394706975, 38.151874088487183 ], [ -112.44039295522114, 38.151630990500173 ], [ -112.44057303037296, 38.15150261378902 ], [ -112.44077733128276, 38.151387457556652 ], [ -112.44096926960427, 38.151340042562047 ], [ -112.44151220790893, 38.1513829449759 ], [ -112.44177463211092, 38.151379723331587 ], [ -112.44210701059383, 38.151393666022095 ], [ -112.4425233902948, 38.151442623867368 ], [ -112.44292290914268, 38.151446727490153 ], [ -112.44316750850473, 38.151407673815967 ], [ -112.44347523411867, 38.151386768862388 ], [ -112.44379406726642, 38.151350406168064 ], [ -112.44399373756919, 38.151347951092966 ], [ -112.44407300289673, 38.151027050989541 ], [ -112.44406330031644, 38.150824400680456 ], [ -112.44408221068998, 38.150625904500423 ], [ -112.44412884537674, 38.150386513446328 ], [ -112.44423663302832, 38.150065262438524 ], [ -112.444235175949, 38.149991382086569 ], [ -112.45089440150105, 38.149999415104922 ], [ -112.45299417462483, 38.149995082070518 ], [ -112.45518534731919, 38.149995887292093 ], [ -112.45753068980568, 38.150001947776687 ], [ -112.4589171351744, 38.149994644640849 ], [ -112.45969895133221, 38.149998447106157 ], [ -112.46016121328648, 38.150001712179012 ], [ -112.46063497451527, 38.150009338386312 ], [ -112.46109739825047, 38.150020708530114 ], [ -112.46141081612296, 38.14999968580608 ], [ -112.46174773606056, 38.150012615181616 ], [ -112.46236955003866, 38.150004873438526 ], [ -112.46281318585991, 38.149932659492237 ], [ -112.4634001404583, 38.149893804639852 ], [ -112.46369613668082, 38.149857672581135 ], [ -112.46404894537841, 38.149809115944194 ], [ -112.46457365680182, 38.149739489336966 ], [ -112.46507969225408, 38.149706141252722 ], [ -112.46553646858264, 38.149663492585809 ], [ -112.46581406340925, 38.149620375273351 ], [ -112.46610464107708, 38.14959872393451 ], [ -112.46640063455474, 38.149562585107169 ], [ -112.46698749346093, 38.149519207562669 ], [ -112.46728370273915, 38.149493878173573 ], [ -112.46782456199071, 38.149433047269348 ], [ -112.46843414705657, 38.149384872460196 ], [ -112.46881552732216, 38.149338647844843 ], [ -112.46939026828129, 38.149260263227376 ], [ -112.46968160438755, 38.149219668442029 ], [ -112.47020440342681, 38.149168965780177 ], [ -112.47054622883279, 38.149142155876419 ], [ -112.47100863000479, 38.14909581073929 ], [ -112.47129788170086, 38.149065151218821 ], [ -112.47162212153023, 38.149015127419055 ], [ -112.47208365182824, 38.148982306909367 ], [ -112.47240819864139, 38.148947597426307 ], [ -112.472778255102, 38.148906007928147 ], [ -112.47333621842212, 38.148844937176648 ], [ -112.47334209655918, 38.147435393009964 ], [ -112.47869420541782, 38.147433008930513 ], [ -112.48941508982928, 38.147406569704508 ], [ -112.50068998188563, 38.147407219329416 ], [ -112.50356692717604, 38.147464143403091 ], [ -112.51233692513115, 38.147465078411962 ], [ -112.52437705480364, 38.14749775320405 ], [ -112.53881338560609, 38.147517643708333 ], [ -112.54974110558615, 38.147562287727439 ], [ -112.56047070930762, 38.147681543058823 ], [ -112.57203294145211, 38.147779661806595 ], [ -112.57732958191689, 38.147852826112974 ], [ -112.58710323764501, 38.148091525448372 ], [ -112.6006665508741, 38.148109293417676 ], [ -112.61222097682163, 38.148108933734299 ], [ -112.62576151856943, 38.148130421917067 ], [ -112.63167887602353, 38.148146576878496 ], [ -112.64239532324673, 38.1481828233646 ], [ -112.65058971712521, 38.148216620689261 ], [ -112.65737927097622, 38.148197588119622 ], [ -112.66445677225315, 38.148295740347578 ], [ -112.67075971214911, 38.148206230077093 ], [ -112.68501602604593, 38.147844817205836 ], [ -112.69651850023189, 38.147579167156998 ], [ -112.71250563376103, 38.14755887767965 ], [ -112.73040980454725, 38.147536111567248 ], [ -112.75073501210173, 38.147590792152826 ], [ -112.7532619513884, 38.147561199767331 ], [ -112.76436854647875, 38.147457921708018 ], [ -112.7735495332836, 38.147477314912507 ], [ -112.78360885271802, 38.147482651248588 ], [ -112.79117459356266, 38.147481032191664 ], [ -112.80129659365791, 38.147483895732186 ], [ -112.81130813830642, 38.147450642310872 ], [ -112.81500402848907, 38.14757830972939 ], [ -112.82629856969189, 38.147925854674206 ], [ -112.82684635371058, 38.147927246116815 ], [ -112.83791024695009, 38.147947437072929 ], [ -112.84737034503065, 38.147948572814208 ], [ -112.85116299301704, 38.147883434176912 ], [ -112.86094309611836, 38.147680176192594 ], [ -112.86656172331877, 38.147667591068668 ], [ -112.87578307927421, 38.147884704916073 ], [ -112.88081433508351, 38.148061950329499 ], [ -112.88123652133586, 38.148060593799499 ], [ -112.89528944145201, 38.148053578246483 ], [ -112.91044329626639, 38.148037785028123 ], [ -112.9212958775435, 38.148053548811092 ], [ -112.92495910856407, 38.148061135174892 ], [ -112.94381640152316, 38.148065864786346 ], [ -112.96382959534992, 38.148197824310671 ], [ -112.9811375040278, 38.148299054395942 ], [ -113.00079497016182, 38.148357714721854 ], [ -113.00515313468505, 38.148323917752258 ], [ -113.0155997405046, 38.148310853594907 ], [ -113.02821097929167, 38.148378435174749 ], [ -113.04385123229879, 38.148422608955343 ], [ -113.0603649452713, 38.148485416906993 ], [ -113.07623200287166, 38.148480740687297 ], [ -113.09188857881919, 38.148499294974144 ], [ -113.11045188645107, 38.148609525784998 ], [ -113.12583189354046, 38.148733048631371 ], [ -113.13103495826064, 38.148719822623328 ], [ -113.15340528361402, 38.148684702599894 ], [ -113.16995702412348, 38.148687223283119 ], [ -113.18580221148656, 38.148722190896343 ], [ -113.20257039760307, 38.14871517636648 ], [ -113.22001186661322, 38.148711056038657 ], [ -113.2368038243992, 38.148738344434008 ], [ -113.25081104662848, 38.148750870526079 ], [ -113.26142337313316, 38.148758684329465 ], [ -113.27325587735007, 38.148741916424008 ], [ -113.28384529459737, 38.148748144066424 ], [ -113.29667079368767, 38.148741229086937 ], [ -113.30802956931576, 38.148721207269247 ], [ -113.32357125779029, 38.148730003709758 ], [ -113.34449867694801, 38.148736532026184 ], [ -113.35957715729427, 38.148714662054061 ], [ -113.3758272395681, 38.148756353879222 ], [ -113.37880532349702, 38.148753713142824 ], [ -113.39084331468061, 38.148747944131792 ], [ -113.40681836819122, 38.148755797939366 ], [ -113.4255768543848, 38.148742739775948 ], [ -113.44439854715112, 38.148745186637598 ], [ -113.46465811015929, 38.148754076642767 ], [ -113.47249173962915, 38.148765046589816 ], [ -113.48144367763814, 38.148778889792275 ], [ -113.50078395804812, 38.148769426325472 ], [ -113.51220077157609, 38.148791455647071 ], [ -113.52757568117059, 38.148776768288556 ], [ -113.54655271023462, 38.148826140553425 ], [ -113.56287511048939, 38.148826809304268 ], [ -113.58092516504534, 38.148800744993345 ], [ -113.60287885708152, 38.148815151302671 ], [ -113.62585419088214, 38.148844040555765 ], [ -113.63282520241842, 38.148828444901035 ], [ -113.64874136270359, 38.148803736558371 ], [ -113.66732087083595, 38.148787553043995 ], [ -113.68978263709795, 38.148789444096529 ], [ -113.70586524185987, 38.148797310565591 ], [ -113.72494146748366, 38.148766842797428 ], [ -113.7507870054699, 38.148826194025325 ], [ -113.76666276377391, 38.148799925502438 ], [ -113.7843980900863, 38.148799484325991 ], [ -113.80635636138743, 38.148776547309936 ], [ -113.83185091650856, 38.14876783482962 ], [ -113.8533522148004, 38.148765131496575 ], [ -113.87583190478672, 38.148838123783086 ], [ -113.89678465905037, 38.148817459590894 ], [ -113.92172500196712, 38.148799253667498 ], [ -113.95724140343893, 38.148774591090294 ], [ -113.98198762741545, 38.148761053143218 ], [ -114.00080489538077, 38.148844491756499 ], [ -114.00285255191982, 38.148837161250817 ], [ -114.01306445811473, 38.148880835056971 ], [ -114.02379723686151, 38.148911999242806 ], [ -114.0374744756006, 38.148855189152783 ], [ -114.04944986166376, 38.148836514093617 ], [ -114.05000096318395, 38.148837507907253 ], [ -114.04999806778942, 38.151505331593988 ], [ -114.05001433454059, 38.165168884516142 ], [ -114.05001645956074, 38.181087881746734 ], [ -114.04999521323336, 38.192886478109202 ], [ -114.05005155660461, 38.208453539740638 ], [ -114.05016810329521, 38.219033125602067 ], [ -114.05020248136179, 38.222315308468218 ], [ -114.05028602079412, 38.237701414915549 ], [ -114.05009612622743, 38.249959296645322 ], [ -114.04984682742555, 38.256426498714383 ], [ -114.0494738008526, 38.264715931370908 ], [ -114.04973754867638, 38.282209993732195 ], [ -114.04963043648023, 38.303257985630339 ], [ -114.04952909014317, 38.322662454108354 ], [ -114.0497574951946, 38.353050665836385 ], [ -114.04991202446153, 38.374983591770587 ], [ -114.05000175424281, 38.394545983216254 ], [ -114.05010692938706, 38.405485091993448 ], [ -114.05024247287767, 38.419999194847868 ], [ -114.05021133436485, 38.436532995110561 ], [ -114.05016720215622, 38.458461858696012 ], [ -114.05017596063881, 38.482449701459778 ], [ -114.05022121063577, 38.485804467892855 ], [ -114.0504203092319, 38.499920361816493 ], [ -114.05027450106714, 38.520632759469876 ], [ -114.04996314734431, 38.534842984128325 ], [ -114.05008014071231, 38.557281806829565 ], [ -114.04999873574135, 38.572986897939302 ], [ -114.0497176904868, 38.572989722959996 ], [ -114.03785929809976, 38.573041609402068 ], [ -114.02460091036684, 38.573096975456153 ], [ -114.01230095452392, 38.573157683794264 ], [ -114.00080925639966, 38.573199962479237 ], [ -113.97650542239255, 38.573271494376385 ], [ -113.95773856191239, 38.573337706038075 ], [ -113.94803736355466, 38.573388952308953 ], [ -113.93834164852905, 38.573434749695018 ], [ -113.91926385427968, 38.573480062022789 ], [ -113.90011690272428, 38.573520366538268 ], [ -113.87581978112314, 38.57363382798637 ], [ -113.85434583812501, 38.573749946205474 ], [ -113.84328386541608, 38.573789649026409 ], [ -113.83221608271693, 38.573828444142571 ], [ -113.81225053326074, 38.57393181496608 ], [ -113.79071157278098, 38.574010761094151 ], [ -113.76964279647501, 38.574083609598937 ], [ -113.75457003688574, 38.574141337883361 ], [ -113.75083492049504, 38.574158066661333 ], [ -113.6258479132932, 38.572548346153646 ], [ -113.5008661753934, 38.572664318297356 ], [ -113.4821714920848, 38.572716499661297 ], [ -113.4663895804576, 38.572698907659664 ], [ -113.44481675892008, 38.572665196973588 ], [ -113.42313660233816, 38.572683785867497 ], [ -113.40492817658142, 38.572699114179287 ], [ -113.38594434433296, 38.572695885066203 ], [ -113.37583751204087, 38.572703350542476 ], [ -113.35600403830279, 38.57265844544262 ], [ -113.33529440928925, 38.57267271686414 ], [ -113.31870186793283, 38.572655852817029 ], [ -113.30332708929488, 38.572639694157672 ], [ -113.28709164040033, 38.572629330011303 ], [ -113.27317514333572, 38.572634748381965 ], [ -113.25080092197443, 38.572684393376072 ], [ -113.2320107018098, 38.572647017363366 ], [ -113.21405932204381, 38.572642107745217 ], [ -113.19782342198155, 38.572623852181081 ], [ -113.18209202583795, 38.572589426956029 ], [ -113.16630959902265, 38.572576354896896 ], [ -113.15259914934219, 38.572571705735044 ], [ -113.13825213471183, 38.572583390635188 ], [ -113.12580478208476, 38.572598461132095 ], [ -113.10679738811338, 38.572640406860444 ], [ -113.08908294051102, 38.572623744455754 ], [ -113.0750673539446, 38.572630764778964 ], [ -113.06778919263522, 38.572632566144406 ], [ -113.04539136768638, 38.572647803167996 ], [ -113.02663715072565, 38.572682197630144 ], [ -113.01335182879518, 38.572703406747799 ], [ -113.00540949715405, 38.572722661997766 ], [ -113.0007721792818, 38.572717348790441 ], [ -112.97508698624674, 38.57240583629936 ], [ -112.95526015128374, 38.572467603098296 ], [ -112.93391716444044, 38.57249430705459 ], [ -112.91423281815229, 38.572525134074866 ], [ -112.89512246070798, 38.572561373457255 ], [ -112.87577204149413, 38.572593831937219 ], [ -112.84034985581087, 38.572638170538539 ], [ -112.83754807228142, 38.572641652704164 ], [ -112.81480497674457, 38.572649665593211 ], [ -112.80597232350263, 38.572649350964319 ], [ -112.79076333415162, 38.572647001722828 ], [ -112.76589436357631, 38.572611332257217 ], [ -112.75079628840162, 38.572688616279336 ], [ -112.71937474858143, 38.572294856622761 ], [ -112.69634996788103, 38.572292976034362 ], [ -112.67419260107359, 38.57237688213511 ], [ -112.65578284032095, 38.572458592390269 ], [ -112.62578121532137, 38.572613415769403 ], [ -112.61786852600414, 38.572696043720313 ], [ -112.60705630472032, 38.572727878532831 ], [ -112.59645051383519, 38.572752293303289 ], [ -112.57919260790939, 38.572769281875267 ], [ -112.57612247410668, 38.572789044413227 ], [ -112.56589621514389, 38.572849731272072 ], [ -112.54995887651859, 38.572894290297086 ], [ -112.53252687592838, 38.57288146680402 ], [ -112.52057823767302, 38.572866115471385 ], [ -112.51539395173077, 38.572845051110107 ], [ -112.51537375219549, 38.57259389714374 ], [ -112.51537361033465, 38.572368616239757 ], [ -112.51537331934016, 38.572300134052966 ], [ -112.51537421856476, 38.572124401863633 ], [ -112.5153696758064, 38.571908189239437 ], [ -112.51541480443231, 38.57159761578562 ], [ -112.51551852153811, 38.571343955990137 ], [ -112.51565647493553, 38.571080841393503 ], [ -112.51583919292591, 38.57076307894954 ], [ -112.51606235703541, 38.570458309231064 ], [ -112.51631437794195, 38.570161275383413 ], [ -112.51653397885956, 38.569960181022452 ], [ -112.51684405414517, 38.569694834451511 ], [ -112.51717565631111, 38.56936162315052 ], [ -112.51732547311715, 38.569117276535806 ], [ -112.51750414718474, 38.568880665729466 ], [ -112.51777308495282, 38.568569892423938 ], [ -112.51798676889352, 38.5683607619059 ], [ -112.51816579921399, 38.568141266964922 ], [ -112.51833213019978, 38.567918331982597 ], [ -112.5184205447657, 38.567701814496054 ], [ -112.51851386240081, 38.567227509739169 ], [ -112.51853636703028, 38.566933448885749 ], [ -112.51854103363338, 38.566609882131246 ], [ -112.51851896685343, 38.566379478781229 ], [ -112.51847342000889, 38.566124148382052 ], [ -112.51838231646437, 38.565885629377796 ], [ -112.51829668537886, 38.565634423450803 ], [ -112.51821183224135, 38.565420153755056 ], [ -112.51801970941204, 38.565017136596062 ], [ -112.51795222115628, 38.564809850498364 ], [ -112.51791803814075, 38.564548965615174 ], [ -112.51791896079807, 38.564320066150806 ], [ -112.5179424340409, 38.564071950430048 ], [ -112.51797728664191, 38.563819181444039 ], [ -112.51796088410497, 38.563585099871943 ], [ -112.51797117693353, 38.563256053185221 ], [ -112.51796585070139, 38.563002904156988 ], [ -112.51792632969169, 38.562761012203296 ], [ -112.51789262181643, 38.562522649361114 ], [ -112.51782380984199, 38.562252301000555 ], [ -112.51771964790593, 38.561938255520815 ], [ -112.51759320229053, 38.561656038504715 ], [ -112.51744381830464, 38.561429087813217 ], [ -112.51726961780922, 38.561277252626112 ], [ -112.51709476316474, 38.561148855092952 ], [ -112.51704705743322, 38.561117933828434 ], [ -112.51693768809024, 38.561047260824587 ], [ -112.51679191682625, 38.560937409653519 ], [ -112.51654021196568, 38.560701871303195 ], [ -112.51646478409644, 38.560553260638109 ], [ -112.51640858544724, 38.560445852877137 ], [ -112.51631300912848, 38.5602668646452 ], [ -112.51621677072413, 38.560056345260364 ], [ -112.5161444266671, 38.559890572891973 ], [ -112.51609974485581, 38.559675780978147 ], [ -112.51603565731574, 38.559356709002842 ], [ -112.51592751426567, 38.558852574227856 ], [ -112.51585339320364, 38.55860211815655 ], [ -112.51581893757731, 38.558327718859267 ], [ -112.51575494728668, 38.558013151048875 ], [ -112.51573346062032, 38.557809773249609 ], [ -112.51570165507805, 38.557661498187016 ], [ -112.51550985203473, 38.55727198900275 ], [ -112.5154026389104, 38.557085040367419 ], [ -112.5152942535035, 38.556842236541947 ], [ -112.51529611212268, 38.55665748016709 ], [ -112.5154063221011, 38.556440682428587 ], [ -112.51556484547102, 38.556338604051398 ], [ -112.51570761575059, 38.556306116726226 ], [ -112.51611932184413, 38.556237705064852 ], [ -112.5163294724788, 38.556134956891562 ], [ -112.51652159889041, 38.555993693155777 ], [ -112.51668981291809, 38.555806781180578 ], [ -112.51686222877888, 38.55554682271616 ], [ -112.51696650658798, 38.555321089064208 ], [ -112.51707496729507, 38.555021408167995 ], [ -112.5171550670361, 38.554737414056007 ], [ -112.51719150985835, 38.554560319531831 ], [ -112.51720205463711, 38.554516027309084 ], [ -112.51722325557191, 38.554159804796001 ], [ -112.51724070863057, 38.553898249857497 ], [ -112.51722919588133, 38.553623553384888 ], [ -112.51723150426692, 38.553460418296673 ], [ -112.51726054342666, 38.553204119940567 ], [ -112.51725121968352, 38.552978957410964 ], [ -112.51721148838367, 38.552781223043731 ], [ -112.51713244787904, 38.552569580042949 ], [ -112.51705908727386, 38.552355159958914 ], [ -112.51699649894525, 38.552107258255056 ], [ -112.51692255230618, 38.551864910511313 ], [ -112.51688537031085, 38.551460783301934 ], [ -112.51694992509374, 38.551256290429116 ], [ -112.51705455663574, 38.551047673552439 ], [ -112.51717762676556, 38.550897391282675 ], [ -112.5173053151496, 38.550693882116221 ], [ -112.51736519260048, 38.550539913136156 ], [ -112.5173937271574, 38.550314259736226 ], [ -112.5174281897948, 38.549988503597149 ], [ -112.51748588840228, 38.549730932378232 ], [ -112.51749819109857, 38.549497379160037 ], [ -112.51748699802634, 38.548964954018523 ], [ -112.51742435474841, 38.548714349708483 ], [ -112.51739639254488, 38.548475911641589 ], [ -112.5173333633814, 38.548152320384546 ], [ -112.51732316645558, 38.547994754068029 ], [ -112.51733393573603, 38.547688228797327 ], [ -112.5173521261204, 38.547461808269908 ], [ -112.51738031100547, 38.547164969686307 ], [ -112.51741731816871, 38.547014901628202 ], [ -112.51747033949873, 38.546807854476761 ], [ -112.51754579227935, 38.546576185849538 ], [ -112.51758177616132, 38.546377469733727 ], [ -112.51763534583834, 38.546196548285501 ], [ -112.51763195578258, 38.546035289157011 ], [ -112.51759797445187, 38.545783412055449 ], [ -112.51756914200105, 38.545503533004265 ], [ -112.51750112597971, 38.545270119792022 ], [ -112.51745728382632, 38.545094966900194 ], [ -112.51734092210303, 38.544745032791575 ], [ -112.51726700161194, 38.54450358572916 ], [ -112.51715616917886, 38.544143667234657 ], [ -112.51700570019662, 38.543808592940096 ], [ -112.51685528943867, 38.543476221074073 ], [ -112.51671828149311, 38.543235591097023 ], [ -112.51658237205353, 38.543047212545638 ], [ -112.51644027374037, 38.542837286759124 ], [ -112.51625106288715, 38.542569397272565 ], [ -112.51614423040675, 38.542399565367766 ], [ -112.51600099973815, 38.542135585557986 ], [ -112.51592312924622, 38.541978895366867 ], [ -112.51581966967605, 38.541696377539964 ], [ -112.51580875211899, 38.541449607827637 ], [ -112.51580372130812, 38.5412099709581 ], [ -112.51581555609891, 38.54095389524268 ], [ -112.51587889507105, 38.540691745740013 ], [ -112.51590272970849, 38.540460746394388 ], [ -112.51594869197943, 38.540190711647206 ], [ -112.51597882894524, 38.53998666471972 ], [ -112.51602162109138, 38.539784256153276 ], [ -112.51611106876902, 38.539454183179942 ], [ -112.51616874601012, 38.539195711347524 ], [ -112.51622748219032, 38.538987689361981 ], [ -112.51627934788344, 38.538725688193907 ], [ -112.51632445657162, 38.538415113190602 ], [ -112.51632478135267, 38.538157384149322 ], [ -112.51631399871717, 38.537643876392281 ], [ -112.51632713678177, 38.537449961993651 ], [ -112.51633644343889, 38.537292142655303 ], [ -112.51633857229086, 38.537174967407843 ], [ -112.51635621566368, 38.536922420794951 ], [ -112.51637499394892, 38.536723927629254 ], [ -112.51638728050742, 38.536489473106627 ], [ -112.51636956812547, 38.536192327648948 ], [ -112.51630504287242, 38.535796663577955 ], [ -112.51623935929894, 38.535455082616338 ], [ -112.51616174604776, 38.535037059523383 ], [ -112.51608509827429, 38.534664981793192 ], [ -112.51600983182782, 38.53435866905199 ], [ -112.51592752653887, 38.533990268979423 ], [ -112.51588371485057, 38.533816015844756 ], [ -112.51581982518219, 38.533505049923221 ], [ -112.51576168972032, 38.533194910577663 ], [ -112.51571608290048, 38.53293507261774 ], [ -112.515693679778, 38.53268755011208 ], [ -112.51568403804427, 38.532228095240853 ], [ -112.51570824951746, 38.532015113495589 ], [ -112.51569252665242, 38.531812561296768 ], [ -112.51568713877035, 38.531555807070141 ], [ -112.51571023468793, 38.531289672673168 ], [ -112.5157625702966, 38.531050193778142 ], [ -112.51579819357917, 38.530834360808669 ], [ -112.51578856453408, 38.530648851282209 ], [ -112.51588115432007, 38.530414257915297 ], [ -112.51601937994566, 38.530222328068639 ], [ -112.51610174100784, 38.529992372667678 ], [ -112.51613656867339, 38.52973870211909 ], [ -112.51617295901225, 38.529504836328435 ], [ -112.51626455060064, 38.529277464660403 ], [ -112.51636354568133, 38.529020259496022 ], [ -112.51646690741218, 38.52880715339797 ], [ -112.5165433867799, 38.528625034115905 ], [ -112.51662429501582, 38.528380678940465 ], [ -112.51668913471848, 38.52819060011371 ], [ -112.51674814522617, 38.527996091085171 ], [ -112.51685144063262, 38.527725312707801 ], [ -112.51695337321866, 38.52738967000802 ], [ -112.51703287884314, 38.527078648535706 ], [ -112.51708432548477, 38.52685179638744 ], [ -112.5171484176042, 38.52657161322896 ], [ -112.51717726021938, 38.526306305047918 ], [ -112.5172580693565, 38.526057444976786 ], [ -112.5173506110972, 38.525821048703563 ], [ -112.51745513136487, 38.525608827802181 ], [ -112.51768065314647, 38.52514992882805 ], [ -112.51786881628054, 38.524823981002974 ], [ -112.51801277142465, 38.52457790621073 ], [ -112.51810759947709, 38.524450517321391 ], [ -112.51832670075878, 38.524232304079213 ], [ -112.51851813442525, 38.524062209596416 ], [ -112.51874218028183, 38.523861053060976 ], [ -112.5190203322896, 38.523669106597758 ], [ -112.51921149763153, 38.523486398543504 ], [ -112.51940951371132, 38.523356768388872 ], [ -112.51959638338032, 38.523242601921396 ], [ -112.51976629711324, 38.523140370059011 ], [ -112.51999920732929, 38.523033715515005 ], [ -112.52018070148057, 38.52293673952849 ], [ -112.5204367544342, 38.522839696126169 ], [ -112.52059595668031, 38.522773647682804 ], [ -112.52078337283857, 38.522685605227025 ], [ -112.52101582487964, 38.522557327323319 ], [ -112.52121326610541, 38.522400667481008 ], [ -112.52138235984449, 38.522259695028019 ], [ -112.52160848748713, 38.52210356287646 ], [ -112.52182341220022, 38.521960191843036 ], [ -112.52202191275867, 38.521853980582897 ], [ -112.52219107955329, 38.521716610571175 ], [ -112.52253880954748, 38.521343523620303 ], [ -112.5226271323335, 38.521180170188963 ], [ -112.5226120389204, 38.521008249193976 ], [ -112.52253917191236, 38.520816353372716 ], [ -112.52246081837916, 38.520636243635352 ], [ -112.52237094095283, 38.520453580273497 ], [ -112.5222869494923, 38.520278049403693 ], [ -112.52226661695134, 38.520129626037473 ], [ -112.52227390886078, 38.519931280899605 ], [ -112.52229775631962, 38.519702081802905 ], [ -112.5223107627627, 38.519502761208408 ], [ -112.52230630268771, 38.519291051787761 ], [ -112.52227805435487, 38.519039100456922 ], [ -112.52219801456394, 38.518778811114274 ], [ -112.52212811409562, 38.518455310214932 ], [ -112.52204110869184, 38.518136537312976 ], [ -112.52200253337078, 38.517938788402027 ], [ -112.521951941121, 38.517715062676828 ], [ -112.52183807263322, 38.517482246909466 ], [ -112.52166677580084, 38.517245671734258 ], [ -112.52144397428047, 38.517014271299608 ], [ -112.52127474699957, 38.51687589270599 ], [ -112.52120713970858, 38.516824505120262 ], [ -112.52097179434624, 38.516650939592196 ], [ -112.52075634167069, 38.516496039099117 ], [ -112.52054793117067, 38.516403225298355 ], [ -112.52029310475982, 38.516284880828678 ], [ -112.5197783083738, 38.516076192264009 ], [ -112.51955720238267, 38.515924967454872 ], [ -112.51940482132325, 38.515769245805359 ], [ -112.5192475616323, 38.515545100708117 ], [ -112.51911623001156, 38.515353961106968 ], [ -112.51897239116177, 38.51511342097632 ], [ -112.51887694801793, 38.514938035969976 ], [ -112.51883217677354, 38.514717837740022 ], [ -112.5189553504015, 38.514302617029337 ], [ -112.51905322725035, 38.514048127127815 ], [ -112.51909063281697, 38.513917877792842 ], [ -112.51909271572133, 38.513525855281856 ], [ -112.51904279031869, 38.513278689780769 ], [ -112.51896999799442, 38.513089493818065 ], [ -112.51890240905283, 38.512874998401401 ], [ -112.51880481110146, 38.512596911331862 ], [ -112.51863907992606, 38.512351247786178 ], [ -112.51848670859785, 38.512195524654032 ], [ -112.51832811287439, 38.512016452408723 ], [ -112.51823252423237, 38.511833859518987 ], [ -112.51815774877986, 38.511550069054259 ], [ -112.51825431936648, 38.511233418029782 ], [ -112.5183573033483, 38.510949124769731 ], [ -112.51845489429434, 38.510681121865709 ], [ -112.51849029330809, 38.51045537788638 ], [ -112.51852429162537, 38.510162967725087 ], [ -112.51854466812161, 38.510041049603927 ], [ -112.51856502562987, 38.509918230584006 ], [ -112.5185598210214, 38.509670484679027 ], [ -112.51857380211995, 38.509517109601063 ], [ -112.51860626677799, 38.509151726949959 ], [ -112.51861128653043, 38.508899342708737 ], [ -112.51853890860305, 38.508674996476117 ], [ -112.51837808789573, 38.508389618492032 ], [ -112.51825934630997, 38.508196512048002 ], [ -112.51810096835283, 38.508027349025774 ], [ -112.51795997838455, 38.507866971756627 ], [ -112.51775347071768, 38.507590295397549 ], [ -112.51756302789731, 38.507259342029364 ], [ -112.51738405209744, 38.506928239716409 ], [ -112.51729390304843, 38.506731157105897 ], [ -112.51716069594103, 38.506394955600712 ], [ -112.51703245424521, 38.506076712390467 ], [ -112.51696602477418, 38.505862200500133 ], [ -112.51691693214124, 38.505708741508762 ], [ -112.51678372881537, 38.505372539443137 ], [ -112.51664066822504, 38.505113061822044 ], [ -112.51654967322648, 38.504875438181067 ], [ -112.51651027080041, 38.504637146260173 ], [ -112.51648768799299, 38.504380613666001 ], [ -112.51649216118993, 38.504047133688083 ], [ -112.51649345298897, 38.503835348893539 ], [ -112.51649005171514, 38.503673187614247 ], [ -112.51638233450569, 38.503458308864076 ], [ -112.51616485358019, 38.503204299994039 ], [ -112.51594303225153, 38.503126069362914 ], [ -112.51568463234022, 38.502998749050178 ], [ -112.51544695050737, 38.502929734180164 ], [ -112.51521203402071, 38.502883211563002 ], [ -112.51500472724665, 38.502840836949822 ], [ -112.51482025552228, 38.502793660847729 ], [ -112.51450731473976, 38.502635503547978 ], [ -112.51433881424659, 38.502529545929889 ], [ -112.51419840959747, 38.502396190507874 ], [ -112.51414380066706, 38.502252714093302 ], [ -112.51421032375816, 38.502143716914865 ], [ -112.5143722191827, 38.501934360749722 ], [ -112.51455197078731, 38.501756313341772 ], [ -112.51485047943963, 38.501554200816038 ], [ -112.51507930928477, 38.501474643194356 ], [ -112.51531845654742, 38.501394951609782 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 1, \"properties\": { \"NAME\": \"BOX ELDER SCHOOL DISTRICT\", \"TOTENROLL\": 11187, \"Color4\": \"4\", \"Shape_Leng\": 568615.85489299998, \"Shape_Area\": 17428902409.0 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.1855713559281, 41.999639640348462 ], [ -112.17344390924946, 41.997080337992536 ], [ -112.16393143694599, 41.997177193250749 ], [ -112.16434943174322, 41.996925275784221 ], [ -112.16485093901575, 41.996618470451267 ], [ -112.1653008304188, 41.996460793792423 ], [ -112.16576981300388, 41.996356960322046 ], [ -112.16600803798329, 41.996178914292656 ], [ -112.16610752201046, 41.996006780612404 ], [ -112.16581808986524, 41.995694494062256 ], [ -112.16514685252083, 41.995300521573235 ], [ -112.16473868598956, 41.995097515178905 ], [ -112.16463312450963, 41.994936469720358 ], [ -112.16453823931141, 41.994698760782001 ], [ -112.1644785833808, 41.994406655485001 ], [ -112.1643398912768, 41.994083829230405 ], [ -112.16393375055141, 41.993660140615241 ], [ -112.16359272700286, 41.993496978339472 ], [ -112.16327756902443, 41.993428120946859 ], [ -112.16318075514199, 41.993415592360016 ], [ -112.16266741030248, 41.99340278038418 ], [ -112.16229940901272, 41.993415513878681 ], [ -112.16206336939396, 41.993381877879003 ], [ -112.16179046194937, 41.993312588640677 ], [ -112.16137644691632, 41.99311863583987 ], [ -112.16078087989983, 41.992899498242608 ], [ -112.16026623094639, 41.992814636845473 ], [ -112.15984146084325, 41.992692839045453 ], [ -112.15966430809058, 41.992577544707721 ], [ -112.15941383211378, 41.992413455093995 ], [ -112.15905202445657, 41.992101882207592 ], [ -112.15842939389864, 41.991720888890455 ], [ -112.15804573909868, 41.991535624046286 ], [ -112.15787462809807, 41.991420265952378 ], [ -112.15776802925868, 41.991200682333265 ], [ -112.15776867892221, 41.990903461760666 ], [ -112.15776419095711, 41.990655828667499 ], [ -112.15760335839956, 41.990441295121428 ], [ -112.1574189571277, 41.990258521700248 ], [ -112.15682436109857, 41.989824098524423 ], [ -112.15659342828977, 41.989604866095171 ], [ -112.15635114576047, 41.989292080047939 ], [ -112.15610730242037, 41.988826198870171 ], [ -112.15584666092172, 41.988432538203853 ], [ -112.15574529474952, 41.988167867423108 ], [ -112.15566188780983, 41.987894909883707 ], [ -112.15557633169934, 41.987503088218602 ], [ -112.15547529391408, 41.987256426829838 ], [ -112.15524132618678, 41.987002096781993 ], [ -112.15480495407996, 41.986569672861528 ], [ -112.15448438854897, 41.986199127998212 ], [ -112.1542285828053, 41.985737866086808 ], [ -112.15401575590326, 41.985316700704296 ], [ -112.15384125407189, 41.985012234097262 ], [ -112.15378141306533, 41.984706614740738 ], [ -112.15378232578873, 41.984422900923633 ], [ -112.15381251740027, 41.984089357055524 ], [ -112.15397823458331, 41.983907561228222 ], [ -112.15410162732378, 41.983721687461149 ], [ -112.15415187248266, 41.983496019820855 ], [ -112.15407508343809, 41.982920375983575 ], [ -112.15408399817555, 41.982411419139808 ], [ -112.15392102202837, 41.981742073334431 ], [ -112.15379823885523, 41.981292982509601 ], [ -112.15373318046785, 41.981032447881148 ], [ -112.15371052544255, 41.980780493524954 ], [ -112.15372978555276, 41.980510104867427 ], [ -112.1538042481414, 41.980288697101088 ], [ -112.15381900551645, 41.980036366674092 ], [ -112.15372362714628, 41.979834679021309 ], [ -112.15360424656313, 41.979573789574701 ], [ -112.15345505361985, 41.979333013874779 ], [ -112.15325757227012, 41.97909182247249 ], [ -112.15263382993405, 41.978305514882926 ], [ -112.1522807950052, 41.97780469489684 ], [ -112.15214961595059, 41.977558332672487 ], [ -112.15192378936588, 41.977083254161016 ], [ -112.15192300688227, 41.976704988643057 ], [ -112.15190607023472, 41.976434963323314 ], [ -112.15210343202887, 41.97600067017131 ], [ -112.15227159606891, 41.975620708812052 ], [ -112.15218877339088, 41.975378364371345 ], [ -112.15197500941001, 41.9752373062706 ], [ -112.15183843610572, 41.975026123098303 ], [ -112.15161610934648, 41.974744648648901 ], [ -112.15134357808097, 41.974423148003901 ], [ -112.151230014774, 41.974082039487804 ], [ -112.15115756270082, 41.973745021824705 ], [ -112.15105461897103, 41.973390296822501 ], [ -112.15100108019921, 41.973098121939181 ], [ -112.15091199829165, 41.972909878306908 ], [ -112.1508007907961, 41.972699340124407 ], [ -112.15074032872279, 41.972357698650193 ], [ -112.15067294232863, 41.971966590691224 ], [ -112.15061086090526, 41.971534900162951 ], [ -112.15071338452825, 41.971196128065088 ], [ -112.1508467224939, 41.970893073006891 ], [ -112.15087700568579, 41.970564031473806 ], [ -112.15070899910245, 41.970282010395508 ], [ -112.15051390659148, 41.970171384400253 ], [ -112.15040425343516, 41.970113940978393 ], [ -112.14982744372708, 41.969917073399635 ], [ -112.14962817493229, 41.969842513798589 ], [ -112.14947224999271, 41.969627918766385 ], [ -112.14944472450371, 41.969506606359303 ], [ -112.14943869980046, 41.969440018431492 ], [ -112.14931429504401, 41.969233213413965 ], [ -112.1490342645711, 41.969163964592013 ], [ -112.14838393019679, 41.968837231057279 ], [ -112.14810879743131, 41.96863733639313 ], [ -112.14801121540937, 41.96857976992748 ], [ -112.14765975521522, 41.968497722275039 ], [ -112.14693335100741, 41.968369884461318 ], [ -112.14642591930834, 41.968338927155123 ], [ -112.14608620583127, 41.968238744310597 ], [ -112.14584881476331, 41.968124029348047 ], [ -112.14562936257863, 41.968000128338218 ], [ -112.14503134208123, 41.967627820943967 ], [ -112.14456026466873, 41.967267754554065 ], [ -112.14442254051646, 41.966989925354049 ], [ -112.14423992741936, 41.966563935730996 ], [ -112.14405345906785, 41.966259572326294 ], [ -112.14389241311162, 41.96602700749839 ], [ -112.14367031424767, 41.96575452132825 ], [ -112.14355150130046, 41.965521535229868 ], [ -112.14344411085118, 41.965252409103634 ], [ -112.14335473827974, 41.964911051167562 ], [ -112.14325201498725, 41.964632871814295 ], [ -112.14310159289892, 41.964319141214986 ], [ -112.14300241228761, 41.964171521030302 ], [ -112.14293548776878, 41.96407311552958 ], [ -112.14283308960272, 41.963812945580884 ], [ -112.14278643469673, 41.963565730414516 ], [ -112.14265234709609, 41.963490509656062 ], [ -112.14255606504908, 41.963504977789825 ], [ -112.14242406931199, 41.963546820862369 ], [ -112.14219088434531, 41.963666226165749 ], [ -112.14139222810378, 41.963881320115327 ], [ -112.14086969221991, 41.964016208495167 ], [ -112.14040059791287, 41.96410282898929 ], [ -112.1397980426683, 41.964149342729932 ], [ -112.13872074052064, 41.964304138714354 ], [ -112.13829780344271, 41.9642723071753 ], [ -112.13808385078046, 41.964116814191804 ], [ -112.1378457680914, 41.963961559981563 ], [ -112.13751848191157, 41.96381169249959 ], [ -112.13739045355544, 41.963466209526239 ], [ -112.13740294560061, 41.963150857055695 ], [ -112.13742638165516, 41.962772350386558 ], [ -112.13728821796782, 41.962467497065951 ], [ -112.13701733845363, 41.962163958146022 ], [ -112.1365405698884, 41.961818325129201 ], [ -112.1363684415911, 41.961638997766784 ], [ -112.13619425034646, 41.9613435062222 ], [ -112.13609237069556, 41.961042795510252 ], [ -112.13571445723299, 41.960487228891523 ], [ -112.13555942481455, 41.960250989927509 ], [ -112.13534952643852, 41.959982869840005 ], [ -112.13515868598459, 41.959768600143832 ], [ -112.13487471681285, 41.959474191953468 ], [ -112.13468049154078, 41.959341013769425 ], [ -112.13445481911587, 41.959203642754154 ], [ -112.13438752115076, 41.959151169195195 ], [ -112.13417937203776, 41.958981200919325 ], [ -112.1340165443777, 41.958645064184246 ], [ -112.13394008575709, 41.958416152611541 ], [ -112.13391560278421, 41.95805613272158 ], [ -112.13400780727281, 41.957812045258059 ], [ -112.13402103401306, 41.957537215010163 ], [ -112.13385773210089, 41.957174063008232 ], [ -112.13378239332465, 41.957008186023003 ], [ -112.13369966610198, 41.956765826312946 ], [ -112.13364242448145, 41.956599770500944 ], [ -112.13345263729678, 41.956444029956224 ], [ -112.13314093370151, 41.956217440186045 ], [ -112.13301162870906, 41.956070108425855 ], [ -112.13288025086725, 41.955805711859234 ], [ -112.13261757823236, 41.955281420686454 ], [ -112.13221617604623, 41.95475849717279 ], [ -112.13216226247906, 41.954439296391485 ], [ -112.13221929775419, 41.954253198968374 ], [ -112.13222763164261, 41.954042363507803 ], [ -112.13214563158499, 41.953840524838469 ], [ -112.13185124415109, 41.953568727898826 ], [ -112.13153581700124, 41.95313051636527 ], [ -112.131313975518, 41.952867009474105 ], [ -112.13099308112828, 41.952460373192721 ], [ -112.13080703631594, 41.952173996229092 ], [ -112.13050513163672, 41.951749158357813 ], [ -112.13027566358208, 41.951463208093479 ], [ -112.13003581796593, 41.951204379168516 ], [ -112.12968851942445, 41.951009653048466 ], [ -112.12953074481143, 41.95095716617756 ], [ -112.12942765188726, 41.950926657523802 ], [ -112.12910116749053, 41.950817287116642 ], [ -112.12887932963564, 41.950621324510934 ], [ -112.12870520503411, 41.950394270074547 ], [ -112.12857463443741, 41.950105542615745 ], [ -112.12869202299382, 41.949920654775624 ], [ -112.12888318114926, 41.949540499782728 ], [ -112.12903080281106, 41.9492913677228 ], [ -112.12912032823508, 41.948895099317447 ], [ -112.12907695833805, 41.948556879247441 ], [ -112.12901387851278, 41.948332335632507 ], [ -112.12887523129241, 41.947995953068535 ], [ -112.12859770799498, 41.947651929102243 ], [ -112.12836437550072, 41.947419151466804 ], [ -112.12813694889391, 41.947179110058705 ], [ -112.12801759312283, 41.946910086019301 ], [ -112.12792744166508, 41.946586735538297 ], [ -112.12782967271961, 41.946173394168518 ], [ -112.12762697995748, 41.94603578352158 ], [ -112.12733942330111, 41.946080037821048 ], [ -112.12715212597681, 41.946062963105064 ], [ -112.12702839431407, 41.945956099088704 ], [ -112.12688192029833, 41.945790915505057 ], [ -112.12678217215884, 41.945607259997672 ], [ -112.12664512842773, 41.945360924456317 ], [ -112.12642246262712, 41.945047879633108 ], [ -112.12626105982532, 41.944788272757535 ], [ -112.12616679133929, 41.944573039936785 ], [ -112.12600508972551, 41.944296323129414 ], [ -112.12585081472186, 41.94409879103921 ], [ -112.12578646552319, 41.943869754609423 ], [ -112.12551056095582, 41.943615772664906 ], [ -112.12522490654365, 41.943150231238434 ], [ -112.12500170146025, 41.942805665800378 ], [ -112.12489856010338, 41.942428400538283 ], [ -112.12488920511936, 41.942239354227837 ], [ -112.12497634184814, 41.942049362422992 ], [ -112.12508038279805, 41.941791655606032 ], [ -112.1249386056065, 41.941618317449141 ], [ -112.12451519334282, 41.94120726260909 ], [ -112.12436531574831, 41.940916016964785 ], [ -112.12431232457439, 41.940646338750128 ], [ -112.12426340609761, 41.939921788642778 ], [ -112.12428978103053, 41.939363122739472 ], [ -112.1243448651087, 41.939065366310864 ], [ -112.124417881753, 41.938758427634824 ], [ -112.12450264206733, 41.938433360719394 ], [ -112.12448360030157, 41.938104807186882 ], [ -112.12435152462631, 41.937727824506638 ], [ -112.12416333925036, 41.937315364764039 ], [ -112.12405323323685, 41.93688412708557 ], [ -112.12402921209868, 41.936546615558335 ], [ -112.1240051121838, 41.936204601487702 ], [ -112.1240252212169, 41.935632486768831 ], [ -112.12407801062554, 41.935204157325622 ], [ -112.12414895278209, 41.934779252718862 ], [ -112.12419722906145, 41.934437430544989 ], [ -112.12412512666336, 41.934109396282658 ], [ -112.12395027870124, 41.933768857987204 ], [ -112.12362557737342, 41.933137072121845 ], [ -112.12337181429825, 41.932698232751697 ], [ -112.12323384337944, 41.932465411456384 ], [ -112.12308644170547, 41.932313741512246 ], [ -112.12287018564184, 41.932018639432641 ], [ -112.12273698999296, 41.931645268044846 ], [ -112.12267197052972, 41.931376606902838 ], [ -112.12254147759366, 41.931157221468105 ], [ -112.12250957637973, 41.931057560249933 ], [ -112.12248342074626, 41.930941630988087 ], [ -112.12251614088288, 41.930744066795 ], [ -112.12279852092568, 41.930339611697157 ], [ -112.1228048155278, 41.93001080962879 ], [ -112.12266284745628, 41.929480809138717 ], [ -112.12239910780967, 41.928884449505809 ], [ -112.12211401742586, 41.928445913236146 ], [ -112.12195354322667, 41.928235826620508 ], [ -112.12174014644826, 41.928102812894885 ], [ -112.12144726411566, 41.927907529043011 ], [ -112.12125053831974, 41.927693292212957 ], [ -112.12100837612024, 41.927294863504287 ], [ -112.12059715990598, 41.926884574512208 ], [ -112.12007948873193, 41.926317707184552 ], [ -112.11969932179517, 41.925889098770156 ], [ -112.11953854713543, 41.925660998389397 ], [ -112.11940791950464, 41.925432603843745 ], [ -112.11925967758989, 41.925231400649309 ], [ -112.1190321922668, 41.924981433349814 ], [ -112.11859531424234, 41.924481321081878 ], [ -112.118410194939, 41.924239946332435 ], [ -112.11832154170634, 41.92399763168995 ], [ -112.11839488625985, 41.923708706047471 ], [ -112.11842117789895, 41.923487788218267 ], [ -112.11836392876144, 41.92331722046481 ], [ -112.11820966618177, 41.923116074469014 ], [ -112.11789057954601, 41.922799447382474 ], [ -112.11749820639815, 41.922429493104595 ], [ -112.11706137690877, 41.922276128473442 ], [ -112.11682358064964, 41.922125329584759 ], [ -112.11672334990871, 41.921910146029504 ], [ -112.11662186370324, 41.921622921753389 ], [ -112.11637201330366, 41.921472239136797 ], [ -112.11615817988658, 41.92131219923143 ], [ -112.11603344527715, 41.921074736734127 ], [ -112.11592123985406, 41.920864172131054 ], [ -112.11571132039187, 41.920582504145621 ], [ -112.11527496925088, 41.920109393437848 ], [ -112.11499106510233, 41.919733873351376 ], [ -112.1148657893343, 41.919464891631378 ], [ -112.11454935375923, 41.919229288715243 ], [ -112.11416967498613, 41.918962775515048 ], [ -112.11392535216621, 41.918712961121635 ], [ -112.11366170865043, 41.918530883173929 ], [ -112.11344695255201, 41.918316807386681 ], [ -112.11302621178584, 41.918046185236037 ], [ -112.11279525155055, 41.917940344621258 ], [ -112.11243659927173, 41.917772694530626 ], [ -112.11218614824855, 41.917585982017634 ], [ -112.11173480652594, 41.917288631658259 ], [ -112.11144851716173, 41.917121178408557 ], [ -112.1112478454409, 41.917023147395 ], [ -112.11103585172512, 41.916967556670116 ], [ -112.11056961983857, 41.916854080681219 ], [ -112.11005611458765, 41.916796000193813 ], [ -112.10936692946635, 41.916690078611659 ], [ -112.10917261806331, 41.916610896387773 ], [ -112.10880787624826, 41.916438790401294 ], [ -112.10864175964876, 41.916246752295315 ], [ -112.10843230570461, 41.915640828001166 ], [ -112.10819687338945, 41.914927074591503 ], [ -112.10783139711612, 41.914363184632904 ], [ -112.10757824798878, 41.914018872100648 ], [ -112.10744889298344, 41.913790451063711 ], [ -112.10735877940014, 41.913530128241639 ], [ -112.10718353384736, 41.913158043544648 ], [ -112.10694684320313, 41.912719001300047 ], [ -112.10667507706968, 41.912343342962032 ], [ -112.10616789819859, 41.911951038281117 ], [ -112.10575720297162, 41.911559603494197 ], [ -112.10539355475575, 41.911099263929415 ], [ -112.10515435170494, 41.91086289103049 ], [ -112.10471004958423, 41.91061948451496 ], [ -112.10431614631131, 41.910501684294395 ], [ -112.10370726087625, 41.910503035596051 ], [ -112.10344180495298, 41.910492077084321 ], [ -112.10332719919371, 41.910488675113697 ], [ -112.1028316018284, 41.91041688008476 ], [ -112.10203986931063, 41.910302892502003 ], [ -112.10119805983047, 41.910081300215069 ], [ -112.10064017899724, 41.909893006880857 ], [ -112.10009922486583, 41.909636998935554 ], [ -112.09977619985982, 41.909432940993533 ], [ -112.0995372554637, 41.90921006372497 ], [ -112.09923177663555, 41.908974312996413 ], [ -112.09892096748305, 41.90877914228988 ], [ -112.09865374343187, 41.908664613362625 ], [ -112.09825994013198, 41.908551294624537 ], [ -112.09799866864265, 41.9084322039105 ], [ -112.09775571237937, 41.908326447437908 ], [ -112.09743455237174, 41.908230444570044 ], [ -112.0970283131672, 41.908094723869354 ], [ -112.09666875487498, 41.907868489555582 ], [ -112.09636321589504, 41.907628228358305 ], [ -112.09616871672321, 41.907535515741785 ], [ -112.09590776126184, 41.907434430477643 ], [ -112.09560476796617, 41.907342752380103 ], [ -112.09471718368881, 41.907261151899952 ], [ -112.09378153519022, 41.907189009056708 ], [ -112.09310925520644, 41.907006271951659 ], [ -112.09290835103523, 41.90689109817594 ], [ -112.09245632912832, 41.906544141069539 ], [ -112.0920032378001, 41.906134145870901 ], [ -112.09181416298073, 41.906005347693863 ], [ -112.09143846990247, 41.905891833226462 ], [ -112.09095528186286, 41.905837882065249 ], [ -112.09059202917479, 41.905746763209336 ], [ -112.090227704946, 41.905592606913281 ], [ -112.09003909483826, 41.9054908212889 ], [ -112.08950440000521, 41.905243710253451 ], [ -112.08918730480454, 41.905030559326079 ], [ -112.0887930044768, 41.904885689427481 ], [ -112.08829823027649, 41.904858856832476 ], [ -112.08800182216105, 41.904798619394221 ], [ -112.08751001948883, 41.904591622449409 ], [ -112.08721109224993, 41.904382797260396 ], [ -112.0865840237135, 41.90401946082082 ], [ -112.08616890616371, 41.903712659306741 ], [ -112.08593155632622, 41.903579804675786 ], [ -112.08571123613005, 41.903455795166209 ], [ -112.08565751043889, 41.903415773274219 ], [ -112.08545586808896, 41.903255560095353 ], [ -112.08516679683143, 41.902916040009664 ], [ -112.08485102864252, 41.902423658463263 ], [ -112.08464237366715, 41.902204966884582 ], [ -112.08435407341516, 41.901910470612449 ], [ -112.08416998691986, 41.90171856606301 ], [ -112.08397781819821, 41.901405147793398 ], [ -112.08387162796075, 41.901185487402714 ], [ -112.08350446584804, 41.900504447497617 ], [ -112.08327026823285, 41.900200431200339 ], [ -112.0830442302512, 41.900022430516437 ], [ -112.08272687809435, 41.899791250571575 ], [ -112.08195174008918, 41.899222131566404 ], [ -112.08147616523665, 41.898901471725885 ], [ -112.0812921872534, 41.898714965392401 ], [ -112.08116258754734, 41.898536052737761 ], [ -112.0810872289108, 41.898356629253612 ], [ -112.08103316749568, 41.898010382151568 ], [ -112.08095712642053, 41.897790435053913 ], [ -112.08079595378393, 41.897526255974682 ], [ -112.08026804108538, 41.896960201976412 ], [ -112.07994338275427, 41.896651625668326 ], [ -112.07938979447511, 41.896063292354413 ], [ -112.07928436434558, 41.895815699687311 ], [ -112.07936353987894, 41.895148462896721 ], [ -112.07941614581404, 41.894693132203727 ], [ -112.07938741534646, 41.894418699222243 ], [ -112.07929285059278, 41.8941719050164 ], [ -112.07915000045296, 41.893921061194419 ], [ -112.07883515746954, 41.893478190074902 ], [ -112.07833491898749, 41.892834409389422 ], [ -112.07794423948434, 41.892468804496133 ], [ -112.07751635953798, 41.892184607287021 ], [ -112.07693285355488, 41.891820808182274 ], [ -112.07618521844182, 41.89144503445219 ], [ -112.07590318705826, 41.891231517440822 ], [ -112.07575043181963, 41.891035702677826 ], [ -112.07540366897847, 41.890484140231138 ], [ -112.07525270202588, 41.89010727404672 ], [ -112.07506926387887, 41.889519054986472 ], [ -112.07491436501263, 41.888619838370268 ], [ -112.07483646698701, 41.888215267471843 ], [ -112.07469372581861, 41.888040973449002 ], [ -112.07447912723093, 41.887822318304551 ], [ -112.0743318691388, 41.887666079421315 ], [ -112.07409776281673, 41.887362042688878 ], [ -112.07389883228682, 41.88699913313333 ], [ -112.07375383298627, 41.886617705570551 ], [ -112.07358202472282, 41.886434675230724 ], [ -112.07336382178801, 41.886360158373883 ], [ -112.07309779145105, 41.886308604745359 ], [ -112.07227567593458, 41.886158667831772 ], [ -112.0720990521081, 41.886047733597259 ], [ -112.07180967793674, 41.885753214742763 ], [ -112.07166198066483, 41.885497903041149 ], [ -112.07159088526937, 41.885138299557227 ], [ -112.07148393645497, 41.884941150710219 ], [ -112.07115276984985, 41.884597483371472 ], [ -112.07070036204152, 41.884210812878017 ], [ -112.07034463601839, 41.883839451443151 ], [ -112.07002733512215, 41.883603731651348 ], [ -112.06958960529759, 41.883373636105063 ], [ -112.06904629587116, 41.882955381594577 ], [ -112.06881953309151, 41.882727822164782 ], [ -112.06853756944271, 41.882442232531936 ], [ -112.06816847539434, 41.882062882571866 ], [ -112.0679735747313, 41.881866548416639 ], [ -112.06777597082917, 41.881580172247141 ], [ -112.06765692024823, 41.881306575412019 ], [ -112.06747552114523, 41.880907464497405 ], [ -112.06728463694344, 41.880662455697923 ], [ -112.06710955177755, 41.880280398166555 ], [ -112.06697130788925, 41.879939428777213 ], [ -112.06660662213555, 41.879388905611421 ], [ -112.06630391348115, 41.878941382621569 ], [ -112.06591783376547, 41.878553176161006 ], [ -112.06561655532548, 41.878191201526633 ], [ -112.06555898048349, 41.877989985998148 ], [ -112.06557329969013, 41.877763785270901 ], [ -112.06568058886309, 41.877330468628926 ], [ -112.06577249591403, 41.877059415019147 ], [ -112.06563561292823, 41.876799491375429 ], [ -112.06534990882406, 41.87664902858829 ], [ -112.06504687965979, 41.876543759217668 ], [ -112.06440890766076, 41.87622543359749 ], [ -112.06412744081271, 41.875966848176141 ], [ -112.06400425927619, 41.875805869154384 ], [ -112.0638422423208, 41.875483129331457 ], [ -112.06369665803057, 41.875061163430722 ], [ -112.06384990147517, 41.874564375754531 ], [ -112.06412031583237, 41.874084515515868 ], [ -112.06424137617188, 41.873754649313582 ], [ -112.06443300961041, 41.873320551841857 ], [ -112.06447791714783, 41.873121988286641 ], [ -112.0644447171031, 41.872936758112587 ], [ -112.06434551855864, 41.872768351698056 ], [ -112.06422767988961, 41.872565892494691 ], [ -112.06420430356438, 41.872246371414604 ], [ -112.06426534176111, 41.871930571360515 ], [ -112.0642868242866, 41.871772755066026 ], [ -112.06431373333163, 41.871578861680263 ], [ -112.06434576999835, 41.871330880570788 ], [ -112.06448601744262, 41.871068386373224 ], [ -112.06464381314831, 41.870774205862098 ], [ -112.06461018061066, 41.870562860243716 ], [ -112.06459686215376, 41.870486426773027 ], [ -112.06437281291321, 41.870128235643747 ], [ -112.06419513669893, 41.869877694720117 ], [ -112.0642268743529, 41.869611702943608 ], [ -112.06429647379565, 41.869448937312342 ], [ -112.06439797393551, 41.869030085647438 ], [ -112.06430199728352, 41.868692323214873 ], [ -112.06416334640876, 41.868324333350223 ], [ -112.06398245532384, 41.867952231308848 ], [ -112.06372056640546, 41.867854683039049 ], [ -112.06313806722657, 41.867897004645037 ], [ -112.0627392118887, 41.8678961931125 ], [ -112.06244712551063, 41.868012380260367 ], [ -112.0620888076581, 41.868203934873378 ], [ -112.06183082281348, 41.868269367516874 ], [ -112.06109055127868, 41.868316740142326 ], [ -112.0602857267791, 41.868468281119661 ], [ -112.05967790398074, 41.868509918321877 ], [ -112.05944273229738, 41.868497677438462 ], [ -112.05906256989262, 41.868461554541064 ], [ -112.05858697583048, 41.868483953032595 ], [ -112.05834265941513, 41.86835560770816 ], [ -112.05825878649964, 41.868311347130359 ], [ -112.05781949603085, 41.867977643049777 ], [ -112.05748239320911, 41.867629486250763 ], [ -112.05725483594989, 41.867347870249702 ], [ -112.05696682006443, 41.867053300196289 ], [ -112.05674862801942, 41.86697424786545 ], [ -112.05628822448891, 41.866820866241632 ], [ -112.05605114750763, 41.866692449390563 ], [ -112.05585512642733, 41.866496104263419 ], [ -112.05572520473389, 41.866289243770559 ], [ -112.05563710918737, 41.866061283217583 ], [ -112.0553985551102, 41.865842811481272 ], [ -112.05523532280831, 41.865808284681215 ], [ -112.0551039120583, 41.865877042440694 ], [ -112.05491634261901, 41.865901282397012 ], [ -112.05421192828375, 41.86622298587028 ], [ -112.05376890765433, 41.866393676045213 ], [ -112.05332329756614, 41.866406770859413 ], [ -112.05305097222832, 41.866332711342174 ], [ -112.05286253662572, 41.866230861960176 ], [ -112.0526922694951, 41.866061295400264 ], [ -112.05253113896234, 41.865861022027744 ], [ -112.05244339505437, 41.865653771191148 ], [ -112.05203080148695, 41.865108142322256 ], [ -112.05194344410707, 41.864924304980292 ], [ -112.05180143197403, 41.864713948021041 ], [ -112.05163018838351, 41.864557898838605 ], [ -112.05153710449916, 41.864392127030911 ], [ -112.05164288699706, 41.864229938217946 ], [ -112.05190026129752, 41.86412760650682 ], [ -112.0521583287544, 41.864067599418355 ], [ -112.0523719123085, 41.863866594010759 ], [ -112.05252989457439, 41.863581434708813 ], [ -112.05262756693328, 41.863292324642714 ], [ -112.05268307436471, 41.86300360099581 ], [ -112.05262897818304, 41.862643828277044 ], [ -112.05255777260733, 41.862342755975348 ], [ -112.05237116419842, 41.861984197545461 ], [ -112.05214834422451, 41.861621467197772 ], [ -112.05185428067877, 41.861322435970301 ], [ -112.05162615644119, 41.861076840468392 ], [ -112.05150982059713, 41.860888764657076 ], [ -112.05141037484584, 41.860628480340779 ], [ -112.05131946063364, 41.860300567432233 ], [ -112.0512145343893, 41.859779138225072 ], [ -112.05109766123067, 41.859631597104709 ], [ -112.05085378718427, 41.859453694530494 ], [ -112.05034826866955, 41.859116063775488 ], [ -112.04998261148098, 41.858858212606449 ], [ -112.04972603458812, 41.858639893491493 ], [ -112.04965081263323, 41.858460446604042 ], [ -112.04974452972807, 41.858297468993726 ], [ -112.04987467889005, 41.85815217169543 ], [ -112.05001591580631, 41.857948229173218 ], [ -112.05009765900557, 41.857789864104213 ], [ -112.05015258422638, 41.857465119827168 ], [ -112.05013508686366, 41.857132031049233 ], [ -112.05009005366978, 41.856956811710184 ], [ -112.0499795058351, 41.856827224975291 ], [ -112.0499059057303, 41.856746837340459 ], [ -112.04972278993687, 41.856599900305596 ], [ -112.04935164222302, 41.856373620704076 ], [ -112.049152876885, 41.856006160955985 ], [ -112.04912965687879, 41.85569113766234 ], [ -112.04910592198976, 41.855344595505699 ], [ -112.04887682716718, 41.854963902173147 ], [ -112.04870539641199, 41.854794339913049 ], [ -112.04864237445749, 41.854623787553471 ], [ -112.0486870101345, 41.854406317818409 ], [ -112.04869818739891, 41.854353076054359 ], [ -112.04867614731786, 41.854110095632862 ], [ -112.04858308671929, 41.853944320872984 ], [ -112.04834313155902, 41.853635779366343 ], [ -112.04771001987267, 41.852857971365381 ], [ -112.04727260863689, 41.852186456091069 ], [ -112.0468090019066, 41.851533191295111 ], [ -112.04661100064794, 41.8512107534848 ], [ -112.04649812117448, 41.850937076730801 ], [ -112.04659183573233, 41.850774101516748 ], [ -112.046899194915, 41.850415534086963 ], [ -112.04736254002805, 41.849650240254306 ], [ -112.04780075697872, 41.848822126577375 ], [ -112.04794594491091, 41.848492055936504 ], [ -112.04806013910631, 41.848108227513066 ], [ -112.04802084644108, 41.84791494120374 ], [ -112.04791589977422, 41.847758280908884 ], [ -112.04768794202775, 41.847445124809639 ], [ -112.04743083161678, 41.847190777929775 ], [ -112.04704292930292, 41.847041200460822 ], [ -112.04680682519619, 41.846966795456112 ], [ -112.04665334062656, 41.846788059523391 ], [ -112.04674888684677, 41.846368375263296 ], [ -112.04685243806287, 41.845700932518589 ], [ -112.04679971234157, 41.845422204088209 ], [ -112.04669778535134, 41.84508087683718 ], [ -112.04628706912294, 41.844269508942723 ], [ -112.04605634474954, 41.843785246413645 ], [ -112.04585661193508, 41.843354741633625 ], [ -112.04580758239172, 41.842932771688773 ], [ -112.04587498658334, 41.842634034556362 ], [ -112.04603346096744, 41.842380402360121 ], [ -112.04613311281882, 41.842212869860262 ], [ -112.04615432347418, 41.842036144392367 ], [ -112.04575957781945, 41.841464208191489 ], [ -112.04518948427788, 41.840478655251637 ], [ -112.04463196364382, 41.839524508553311 ], [ -112.04402034252647, 41.838575354133638 ], [ -112.04334743180517, 41.837559202387162 ], [ -112.04267895556208, 41.836443931880027 ], [ -112.0420652749962, 41.835364187101703 ], [ -112.04159762778765, 41.834747863387321 ], [ -112.04102177002595, 41.833770446715505 ], [ -112.04082354778792, 41.833429085566401 ], [ -112.0406157954877, 41.833242726729623 ], [ -112.04038493255716, 41.833042166034346 ], [ -112.04021794812405, 41.83284462904362 ], [ -112.0400633644486, 41.83259474027134 ], [ -112.03970358770779, 41.831944106551632 ], [ -112.03943002852026, 41.831411580696191 ], [ -112.03916959276741, 41.830945585472541 ], [ -112.03901471201308, 41.830676783664096 ], [ -112.03886061891542, 41.830456611055581 ], [ -112.03848800226741, 41.83012763102851 ], [ -112.03815628047204, 41.829720821910776 ], [ -112.03819818579582, 41.829333152023494 ], [ -112.03830886051207, 41.829102478912958 ], [ -112.03835433030459, 41.828935442593014 ], [ -112.03839290634406, 41.828714427951283 ], [ -112.03832348181996, 41.828516906626383 ], [ -112.03826000518652, 41.82831482809884 ], [ -112.03806959562777, 41.828082373126875 ], [ -112.03781245646914, 41.827818997100159 ], [ -112.03760449857928, 41.827618223597995 ], [ -112.03736731370284, 41.827471754329146 ], [ -112.03710013347143, 41.827406616375733 ], [ -112.03683608841821, 41.827386483364187 ], [ -112.03610057367156, 41.827402127507213 ], [ -112.03584856916581, 41.827381883606726 ], [ -112.03548018010342, 41.827313151220579 ], [ -112.035305696669, 41.827022003978968 ], [ -112.03531524072447, 41.826792245193282 ], [ -112.03529706313742, 41.826486178690999 ], [ -112.03526816551884, 41.82611265797722 ], [ -112.03516067502387, 41.825793886249471 ], [ -112.0350883189556, 41.825488307939729 ], [ -112.03501961948875, 41.824512592336397 ], [ -112.03494751236671, 41.824147566882246 ], [ -112.03481146513018, 41.823924523887335 ], [ -112.03455644389598, 41.823790818863316 ], [ -112.03429099302743, 41.82375718244419 ], [ -112.03404545785369, 41.823763896623234 ], [ -112.03350263154255, 41.823778689804975 ], [ -112.03320670578928, 41.823721907463216 ], [ -112.0331077106962, 41.823556172502052 ], [ -112.03308080849726, 41.823380782253558 ], [ -112.03300545896977, 41.823187814167603 ], [ -112.03287651134393, 41.823031355154001 ], [ -112.032621367396, 41.822889540794925 ], [ -112.03194500826892, 41.822386736383876 ], [ -112.03176711239108, 41.822181178554679 ], [ -112.0313765071253, 41.821851435709974 ], [ -112.03113942998405, 41.821709455777871 ], [ -112.03083520886616, 41.821585190868142 ], [ -112.03043003312743, 41.821472639030162 ], [ -112.02960788396453, 41.821187291345232 ], [ -112.0291270748879, 41.82086285271248 ], [ -112.02873497756687, 41.820438542869276 ], [ -112.028494942666, 41.82011104409527 ], [ -112.02835662100733, 41.819743904992521 ], [ -112.02832313779616, 41.81953254525164 ], [ -112.02828835809083, 41.81924013600279 ], [ -112.02829308074323, 41.819159032624412 ], [ -112.02844317198441, 41.818756886701856 ], [ -112.02862595211606, 41.818516570034433 ], [ -112.02884434210456, 41.81824441033789 ], [ -112.0295079002734, 41.817576465571477 ], [ -112.02995212684928, 41.817122143485513 ], [ -112.03019944763942, 41.816777667410882 ], [ -112.03041115638273, 41.816465034043304 ], [ -112.03061174901025, 41.816210143488377 ], [ -112.03077762644175, 41.81604293001093 ], [ -112.03087097096657, 41.815857453030226 ], [ -112.03091729420562, 41.815667894615807 ], [ -112.03093727790261, 41.815487579385497 ], [ -112.03088125457263, 41.81499721194438 ], [ -112.03077496070297, 41.814750479038409 ], [ -112.03063248186466, 41.814499567312588 ], [ -112.03020714478693, 41.813877410711441 ], [ -112.02973366547475, 41.813255684055292 ], [ -112.02949309063786, 41.812893065249327 ], [ -112.02939942005102, 41.812682245013882 ], [ -112.02935353957857, 41.812448479428177 ], [ -112.02936009762279, 41.812106162299003 ], [ -112.02945592639965, 41.811699997496028 ], [ -112.02961222883089, 41.811311304126903 ], [ -112.02987816258756, 41.811002688809999 ], [ -112.03013966249472, 41.810793187442563 ], [ -112.03037007199158, 41.810521817446642 ], [ -112.0304682593864, 41.810263342100434 ], [ -112.0304828507855, 41.810047047953454 ], [ -112.03041339962778, 41.809845017959262 ], [ -112.03011462791459, 41.80923073179563 ], [ -112.02981780927102, 41.808738019124625 ], [ -112.02971769289537, 41.808500236365703 ], [ -112.02952243721772, 41.808335360718424 ], [ -112.02927939619552, 41.808193429952837 ], [ -112.02877511830333, 41.807900723027068 ], [ -112.02819862545756, 41.807608660311622 ], [ -112.0277716588468, 41.807256712611476 ], [ -112.02741741931104, 41.806935636627365 ], [ -112.02720563022777, 41.806865476339304 ], [ -112.02671650016144, 41.806766271176379 ], [ -112.02575227774028, 41.806692923868063 ], [ -112.0250412814764, 41.80664613075988 ], [ -112.02461355802251, 41.80662292649896 ], [ -112.02418058995548, 41.80657274697969 ], [ -112.02387080877851, 41.806471930388355 ], [ -112.02363409203002, 41.806347944832446 ], [ -112.02350004349789, 41.806245561032867 ], [ -112.02343900172873, 41.806192064067361 ], [ -112.02327328659756, 41.805990887228148 ], [ -112.0231736286815, 41.805780114936866 ], [ -112.02278531685579, 41.805585423368214 ], [ -112.02235194094928, 41.805584778020446 ], [ -112.02162568039786, 41.805712831723625 ], [ -112.02120356525116, 41.805739102323201 ], [ -112.02095773946932, 41.805723273939954 ], [ -112.02068570849207, 41.805649133614928 ], [ -112.02043796497288, 41.805588287099148 ], [ -112.01980900973128, 41.805400226414982 ], [ -112.01946962585346, 41.805253725975696 ], [ -112.01934842177603, 41.805201661443448 ], [ -112.01901464419014, 41.80502899013964 ], [ -112.01872270943029, 41.80483793314044 ], [ -112.01818756804012, 41.804567970140717 ], [ -112.01775550528876, 41.804193512984561 ], [ -112.01712810242627, 41.803721709078282 ], [ -112.01658221587861, 41.803456337065448 ], [ -112.01627776152286, 41.803233860708104 ], [ -112.01600934545397, 41.80300656136405 ], [ -112.01538161149544, 41.802512233649352 ], [ -112.01483806528432, 41.802012655271085 ], [ -112.01441758147077, 41.801683117111679 ], [ -112.01427059857373, 41.801522292298102 ], [ -112.01412935013634, 41.801343403021903 ], [ -112.01402399580904, 41.801150686473896 ], [ -112.01379566190977, 41.800792429086776 ], [ -112.01349540261091, 41.800452819493728 ], [ -112.01299273526874, 41.799871810041374 ], [ -112.01269184471126, 41.799415115134138 ], [ -112.01252299246237, 41.799087854553648 ], [ -112.01224334553744, 41.798527392648516 ], [ -112.01211442776922, 41.798366405766217 ], [ -112.01186417003176, 41.798143439884932 ], [ -112.01149846426082, 41.797850336173653 ], [ -112.01072504027427, 41.797270799642803 ], [ -112.01029200826724, 41.796905329092539 ], [ -112.00994909918101, 41.796530057708146 ], [ -112.00951346188765, 41.795997980708812 ], [ -112.00906480858234, 41.795402968514658 ], [ -112.00878888021106, 41.795076642705837 ], [ -112.00869586913483, 41.794901826271264 ], [ -112.00862551503153, 41.794636742493573 ], [ -112.008646265146, 41.794424899730373 ], [ -112.00870361184592, 41.794244259514436 ], [ -112.00880852983148, 41.794027174164796 ], [ -112.00917254579424, 41.793447539404859 ], [ -112.00941776835838, 41.793044580671072 ], [ -112.00956459079312, 41.792737058009031 ], [ -112.00961917545146, 41.792457366380027 ], [ -112.00962668867959, 41.792092523501957 ], [ -112.0096764590949, 41.791812874130201 ], [ -112.00976296611438, 41.791573432567645 ], [ -112.00981231151867, 41.791266766339412 ], [ -112.00970472575355, 41.790929955649304 ], [ -112.0095616059849, 41.790629484488136 ], [ -112.00953173116493, 41.790259565981039 ], [ -112.00956374526798, 41.790075545114128 ], [ -112.00966865587522, 41.789781900777612 ], [ -112.00997169719446, 41.789153261436191 ], [ -112.01014937501208, 41.788588771597226 ], [ -112.01029342541509, 41.788182196920943 ], [ -112.01034998448668, 41.787952025011258 ], [ -112.01041864681378, 41.78772625002793 ], [ -112.01062009483063, 41.787526327393628 ], [ -112.01086443475209, 41.787375564604616 ], [ -112.01114246621363, 41.787071388408421 ], [ -112.01158314886997, 41.786396498739023 ], [ -112.01168239662503, 41.786202878253377 ], [ -112.01170304953565, 41.785985631413581 ], [ -112.0116997929423, 41.785778502665949 ], [ -112.0116516616829, 41.785396135628879 ], [ -112.01167232865062, 41.785179789326072 ], [ -112.01171734349823, 41.784981242271158 ], [ -112.01187949609051, 41.784655567587187 ], [ -112.01226041787137, 41.783931663826912 ], [ -112.01280446692984, 41.782945122017175 ], [ -112.01305457882378, 41.782398002244207 ], [ -112.01330193192339, 41.782058063775104 ], [ -112.01354992066537, 41.781758649978386 ], [ -112.01380477417256, 41.781513216157968 ], [ -112.01402225356655, 41.781187050017607 ], [ -112.01409606063541, 41.780907186100428 ], [ -112.01427362584239, 41.780720978007011 ], [ -112.01457349330907, 41.780659785468643 ], [ -112.01487485128477, 41.780693150922879 ], [ -112.01537544148836, 41.780769789028803 ], [ -112.01620647601059, 41.780816481727058 ], [ -112.01702505306007, 41.780836258146309 ], [ -112.01738593051674, 41.780828559223018 ], [ -112.01769173996342, 41.780762802499773 ], [ -112.01804539023432, 41.780678607301027 ], [ -112.01865056226001, 41.780520126146925 ], [ -112.01994870721978, 41.780049258293701 ], [ -112.02070069086895, 41.779664291481609 ], [ -112.02105841796978, 41.779458458293995 ], [ -112.02158122201263, 41.779039495086657 ], [ -112.02209863290342, 41.778660207620867 ], [ -112.02304718276555, 41.778152784513161 ], [ -112.02416778840325, 41.777494305993166 ], [ -112.02540381174235, 41.776906841185358 ], [ -112.02604250991139, 41.776590401893245 ], [ -112.02637055660743, 41.776411837783698 ], [ -112.02659941131506, 41.776049518677937 ], [ -112.02658743556972, 41.775675841205285 ], [ -112.02626961415554, 41.775363440961712 ], [ -112.02609208460188, 41.775171379380289 ], [ -112.02603514813643, 41.774996254217903 ], [ -112.02603707243912, 41.774739541608469 ], [ -112.02603247915985, 41.774451363198061 ], [ -112.02592862923873, 41.773974927208243 ], [ -112.02602943815111, 41.773505670238329 ], [ -112.02632328706635, 41.77269242802813 ], [ -112.02655126763371, 41.772276075465705 ], [ -112.02674559721191, 41.772013139830676 ], [ -112.02698317908882, 41.771821872098265 ], [ -112.02725835795725, 41.771724839729409 ], [ -112.02771992695634, 41.771621635969765 ], [ -112.02803119335114, 41.771524278904707 ], [ -112.02874614827307, 41.771090052813207 ], [ -112.02911705535706, 41.770960634694845 ], [ -112.02964827357066, 41.770699179156026 ], [ -112.03037502173996, 41.770251326915812 ], [ -112.03120973685387, 41.769784487241537 ], [ -112.03160918995746, 41.769560232769607 ], [ -112.03195342533108, 41.769268921453985 ], [ -112.03231998360575, 41.768869326140788 ], [ -112.03261813780806, 41.768330738114393 ], [ -112.03278035001509, 41.767942885435986 ], [ -112.03299379148369, 41.766998848228098 ], [ -112.03308823545898, 41.766511628150461 ], [ -112.0331078141007, 41.76623223919092 ], [ -112.03311620547761, 41.765930433650283 ], [ -112.03320001649706, 41.765605432657281 ], [ -112.03336249323102, 41.765234689674642 ], [ -112.03358243690539, 41.764696802344396 ], [ -112.03363874896816, 41.764457613641405 ], [ -112.03360419676224, 41.764178711526498 ], [ -112.03346860635615, 41.763900718353085 ], [ -112.03317780094388, 41.763471004178633 ], [ -112.03309781099024, 41.763359137621102 ], [ -112.03296681917639, 41.763067592145525 ], [ -112.03298639759981, 41.762788203047243 ], [ -112.03301728173847, 41.762463677906553 ], [ -112.03308961375187, 41.762098249096432 ], [ -112.03322622069419, 41.761615152801916 ], [ -112.03305255648478, 41.761287963601397 ], [ -112.03266891209445, 41.760994185834072 ], [ -112.0324792896879, 41.760796838184724 ], [ -112.03235621101412, 41.760623210835838 ], [ -112.03222099459462, 41.760367729824537 ], [ -112.03184479387301, 41.759862220730014 ], [ -112.03153412238441, 41.759617321468575 ], [ -112.03140516456413, 41.759451852033258 ], [ -112.03147293117881, 41.759176533819826 ], [ -112.03165474182569, 41.758886681193701 ], [ -112.03171750289573, 41.758674455921017 ], [ -112.03189300882164, 41.758366645757327 ], [ -112.03204561285082, 41.758131096092796 ], [ -112.03212583563838, 41.757882686187578 ], [ -112.03221272087318, 41.75767474732281 ], [ -112.03235714347983, 41.757304167507471 ], [ -112.03246019136535, 41.756978993735508 ], [ -112.0324016669814, 41.756704809756819 ], [ -112.03222323384635, 41.756454220350733 ], [ -112.03211087826686, 41.756198533607908 ], [ -112.03213797308744, 41.756012748391534 ], [ -112.0322433435869, 41.755832564711767 ], [ -112.03234783310992, 41.75559744685394 ], [ -112.03237912661923, 41.755223379946372 ], [ -112.03239343831619, 41.755065630854283 ], [ -112.03242138728717, 41.754182704899833 ], [ -112.03260855179984, 41.75347758495689 ], [ -112.03306293975952, 41.752560201597376 ], [ -112.03321054330121, 41.752013957483378 ], [ -112.0332514262915, 41.751563245322203 ], [ -112.03327665292379, 41.751261287618732 ], [ -112.033366722228, 41.750877684667699 ], [ -112.03349837551293, 41.750462183437044 ], [ -112.03359792275465, 41.750294660407874 ], [ -112.03379815726507, 41.750030758270952 ], [ -112.03385827498927, 41.749954559408451 ], [ -112.03386906741576, 41.74965273138934 ], [ -112.03418513572173, 41.749412104743925 ], [ -112.03474476027749, 41.749059399814911 ], [ -112.03522499716853, 41.748631749600932 ], [ -112.03548782873037, 41.748147512196937 ], [ -112.03582918314824, 41.747685083479013 ], [ -112.03620997039677, 41.747132229122002 ], [ -112.03644943381865, 41.746616676045612 ], [ -112.0367110890992, 41.74606039115173 ], [ -112.03689667899972, 41.745635392158299 ], [ -112.0371363785213, 41.745209904399928 ], [ -112.03717679582662, 41.744732173904055 ], [ -112.03724662209702, 41.744213646805974 ], [ -112.03718780019953, 41.743921453580221 ], [ -112.03715933023379, 41.743647000120049 ], [ -112.03720902010822, 41.743371841064928 ], [ -112.03746935575749, 41.743108290406241 ], [ -112.0378617406766, 41.74283003602887 ], [ -112.03831699173445, 41.74234855688244 ], [ -112.03889493407323, 41.741645297436222 ], [ -112.03930953695114, 41.741254250880452 ], [ -112.03986784246332, 41.740825874673696 ], [ -112.04032277378981, 41.740326376567261 ], [ -112.04083086023287, 41.739767850223863 ], [ -112.04136364020283, 41.73924962886705 ], [ -112.04172592560315, 41.738971634011421 ], [ -112.04223635665092, 41.73848513537564 ], [ -112.04322225412415, 41.737062103285609 ], [ -112.04360080132984, 41.736230029867698 ], [ -112.04379083617609, 41.735786965008295 ], [ -112.04397460077107, 41.735253887668065 ], [ -112.04399208354357, 41.734848417788278 ], [ -112.04391462288359, 41.734520369305166 ], [ -112.0437881239889, 41.734134221319032 ], [ -112.04356304114137, 41.733897582686041 ], [ -112.04326218032892, 41.733585072919723 ], [ -112.04300915825868, 41.73318205893333 ], [ -112.04280422960251, 41.732778607868561 ], [ -112.04275049438417, 41.732504384627049 ], [ -112.04285002746542, 41.732264797991789 ], [ -112.04293877705591, 41.731804639684974 ], [ -112.04293192989952, 41.731381376725309 ], [ -112.04290249522934, 41.731048387941165 ], [ -112.04290016440893, 41.730904298405896 ], [ -112.04301798251366, 41.730754614783123 ], [ -112.04338290988956, 41.730643218445117 ], [ -112.0437772352258, 41.730491022755771 ], [ -112.04416321404891, 41.730194790862392 ], [ -112.04437993299551, 41.729841551322544 ], [ -112.04454651929395, 41.729362670247617 ], [ -112.04458804129307, 41.728956981342016 ], [ -112.04465214725319, 41.728461017850961 ], [ -112.04471917060455, 41.728145166199887 ], [ -112.04484094731869, 41.727869347754869 ], [ -112.04500450662762, 41.727575135320819 ], [ -112.04502497387396, 41.727354279559712 ], [ -112.04492369372005, 41.727039958357459 ], [ -112.04482153904733, 41.726671603454605 ], [ -112.04476094957285, 41.726271346261612 ], [ -112.04472764184936, 41.725699709366758 ], [ -112.04467240804345, 41.725258872192981 ], [ -112.04463851826421, 41.724651212754509 ], [ -112.04482768738038, 41.724082956983601 ], [ -112.04500658164328, 41.723251791974299 ], [ -112.0449011498803, 41.722680810772481 ], [ -112.04487054268411, 41.722275777234969 ], [ -112.04486193430006, 41.721744446574561 ], [ -112.04494974286278, 41.721153694002815 ], [ -112.04501689659492, 41.720549618762988 ], [ -112.04508119651072, 41.720066262299959 ], [ -112.0451960860152, 41.719737364870092 ], [ -112.04543235329632, 41.71910923347356 ], [ -112.04547182082166, 41.718577465161708 ], [ -112.04539160067668, 41.718078310051673 ], [ -112.04522802685445, 41.716886378850042 ], [ -112.04514064849714, 41.71631613370355 ], [ -112.04498895970322, 41.71585725868583 ], [ -112.04453323236982, 41.715181378301132 ], [ -112.04425412474161, 41.714648002111055 ], [ -112.04405351013214, 41.71413642936426 ], [ -112.04389642247156, 41.713714530230504 ], [ -112.04361286873269, 41.712905580189528 ], [ -112.04315992474632, 41.712027913047891 ], [ -112.04290110932394, 41.711261069051098 ], [ -112.04274191150961, 41.710707685795441 ], [ -112.04279155499704, 41.710432523332095 ], [ -112.04327174664557, 41.710022851803259 ], [ -112.04407285404589, 41.709389592499839 ], [ -112.04519038215705, 41.708627352556491 ], [ -112.04623714172915, 41.708320597148592 ], [ -112.04694687795623, 41.70798537905776 ], [ -112.04774646155356, 41.707262038422854 ], [ -112.04874731887105, 41.706721497909221 ], [ -112.04941115077204, 41.706521787827548 ], [ -112.04993640982659, 41.70630082277448 ], [ -112.05031672175123, 41.706036145526141 ], [ -112.05049226450576, 41.705818373960881 ], [ -112.05062829509866, 41.705609970348874 ], [ -112.05109484344848, 41.705105817708073 ], [ -112.05146880604423, 41.704525951262049 ], [ -112.05165011122907, 41.704145999954925 ], [ -112.05166446796156, 41.703920694654705 ], [ -112.05158950348547, 41.703745745059734 ], [ -112.051249350687, 41.703154398266562 ], [ -112.05123517845684, 41.703095982694251 ], [ -112.05114646721822, 41.702741019374564 ], [ -112.05115254348728, 41.70237618196488 ], [ -112.0512254455102, 41.70205576801262 ], [ -112.05144334753311, 41.701414280241913 ], [ -112.05170249616494, 41.700722876216986 ], [ -112.05186162799026, 41.700162988057798 ], [ -112.05186946149351, 41.699906217927271 ], [ -112.05173749274371, 41.699551650830465 ], [ -112.05155321295535, 41.699305645828915 ], [ -112.0512287677407, 41.69893932884208 ], [ -112.05089318983924, 41.698627154507335 ], [ -112.05057993275611, 41.698283250724153 ], [ -112.05043333584062, 41.698063019534629 ], [ -112.05009968674047, 41.697499530817765 ], [ -112.04971422760654, 41.697075221655624 ], [ -112.04954974362583, 41.696937116081941 ], [ -112.0492275907892, 41.696710380312503 ], [ -112.04918290066796, 41.696548662922808 ], [ -112.04935486573709, 41.696038198973277 ], [ -112.04946770190149, 41.695586820054167 ], [ -112.04945356841253, 41.695087062282383 ], [ -112.04938961134589, 41.694848961629063 ], [ -112.04928990128012, 41.694629201342188 ], [ -112.04915480439452, 41.694450295416061 ], [ -112.04896578550067, 41.694280888523359 ], [ -112.04838723140398, 41.69380429523509 ], [ -112.04787677487261, 41.693376616384853 ], [ -112.04768197413567, 41.693220770517641 ], [ -112.04749139590348, 41.693028857926528 ], [ -112.04750554630287, 41.692790044112925 ], [ -112.04757478722243, 41.692613776915856 ], [ -112.04767859459237, 41.692049894587711 ], [ -112.04750619703448, 41.691348922044853 ], [ -112.04738402085553, 41.690854651917455 ], [ -112.04718601553235, 41.69050068080918 ], [ -112.04693747151312, 41.689994051131286 ], [ -112.04685036345491, 41.689512971284948 ], [ -112.04674617807979, 41.688941977076972 ], [ -112.04671366026669, 41.688789154592577 ], [ -112.04648365902588, 41.688313879300871 ], [ -112.04626895873561, 41.688041121302163 ], [ -112.04598847418551, 41.687786975646468 ], [ -112.04563503215131, 41.68747945125552 ], [ -112.04536503574703, 41.687130635277235 ], [ -112.04507210748287, 41.686849579569021 ], [ -112.04473778867025, 41.686609430824554 ], [ -112.04433768717561, 41.686387892895191 ], [ -112.04366691251366, 41.686146294627271 ], [ -112.04299042681629, 41.685922758227825 ], [ -112.04250212216967, 41.685819105182468 ], [ -112.04216544484881, 41.68580414495419 ], [ -112.04176247380828, 41.685776274247601 ], [ -112.04130941476751, 41.685622758174311 ], [ -112.04087365266956, 41.685424048698302 ], [ -112.03999591206657, 41.685013170522723 ], [ -112.03905767986936, 41.684575811577766 ], [ -112.0384994065131, 41.684229585323692 ], [ -112.03811041338547, 41.683949379703499 ], [ -112.03736398963329, 41.683483252960578 ], [ -112.03691834311506, 41.683041428762515 ], [ -112.03662604831129, 41.682796373451353 ], [ -112.03619138876815, 41.682664287850855 ], [ -112.03583665135459, 41.682645869068196 ], [ -112.03537430028372, 41.682659943271545 ], [ -112.03468172050358, 41.682552692891917 ], [ -112.03398800387686, 41.682374293297556 ], [ -112.03337230455314, 41.682190684487772 ], [ -112.03283541416762, 41.682051399081054 ], [ -112.03233541473233, 41.68196492104645 ], [ -112.03201042702638, 41.681928209194965 ], [ -112.03156176907416, 41.68197186816716 ], [ -112.03130873775412, 41.682002060876343 ], [ -112.03120648226597, 41.681993971490428 ], [ -112.03112832496939, 41.681990169291339 ], [ -112.03106797172367, 41.681972696806461 ], [ -112.03090363809299, 41.681839066146289 ], [ -112.0307670895881, 41.681489018095988 ], [ -112.03054081591721, 41.680937117037082 ], [ -112.03031941091896, 41.680614850301559 ], [ -112.03026247979739, 41.680435220719325 ], [ -112.0302469474311, 41.680214688478273 ], [ -112.03021523665471, 41.679733098254275 ], [ -112.02997572141159, 41.679028195572108 ], [ -112.02988732537629, 41.678758777728994 ], [ -112.02972319871644, 41.678562094411618 ], [ -112.02948380629266, 41.678316546601515 ], [ -112.0289491416773, 41.677560243156684 ], [ -112.0285670081371, 41.676951187616815 ], [ -112.02838652250486, 41.676556494597435 ], [ -112.02832802352034, 41.676277800873841 ], [ -112.02833916006217, 41.675845364906017 ], [ -112.02814552042128, 41.675378733064612 ], [ -112.02787552626364, 41.675020867896258 ], [ -112.02757643679385, 41.674721807779562 ], [ -112.02745895863698, 41.674511193425907 ], [ -112.02741412450638, 41.674335957567763 ], [ -112.02736206740921, 41.674084226672392 ], [ -112.02734489991633, 41.6737601277731 ], [ -112.02739551487571, 41.673543507042304 ], [ -112.02755579863002, 41.673046688417145 ], [ -112.02762492015489, 41.672483132127191 ], [ -112.02761153730034, 41.672019390640877 ], [ -112.02751729887508, 41.671759029862535 ], [ -112.02738888936295, 41.671616065655925 ], [ -112.02722932290294, 41.671477883301542 ], [ -112.02697420899885, 41.671223463390611 ], [ -112.02675428711834, 41.670991246030248 ], [ -112.02656382212864, 41.670722737056224 ], [ -112.02639673695978, 41.670413487376685 ], [ -112.02606071355056, 41.670056207257673 ], [ -112.02569416631543, 41.669667673989935 ], [ -112.02536108340512, 41.669116714630206 ], [ -112.02519094961815, 41.66869039904487 ], [ -112.02494715124556, 41.668390838431073 ], [ -112.02422988715286, 41.667852308257231 ], [ -112.02352735583653, 41.667484775727004 ], [ -112.02332754288969, 41.667382974324049 ], [ -112.02302257639504, 41.667088457673607 ], [ -112.0226552805331, 41.666650382471317 ], [ -112.02230550638072, 41.666180625609499 ], [ -112.02182355454327, 41.665707539392173 ], [ -112.02125068039648, 41.665181216919265 ], [ -112.02048988361688, 41.664543972477794 ], [ -112.01990800561327, 41.664206870684353 ], [ -112.01925528210214, 41.663946953972399 ], [ -112.01895664535355, 41.663746943940005 ], [ -112.01874343588383, 41.663556083644295 ], [ -112.01858459235831, 41.663308897543637 ], [ -112.01830557582061, 41.662752934212833 ], [ -112.01821838699745, 41.662555552030796 ], [ -112.01802275822619, 41.662336612790988 ], [ -112.01782863420254, 41.662213134411893 ], [ -112.01767036921677, 41.662078529745536 ], [ -112.01731274198387, 41.661563791552268 ], [ -112.01729266453613, 41.661280247742809 ], [ -112.01730063787498, 41.661100036508827 ], [ -112.0172492696318, 41.660888825902468 ], [ -112.01709490209656, 41.660619981103402 ], [ -112.01678151229049, 41.660167898847305 ], [ -112.01650711344691, 41.659521819576163 ], [ -112.0163386900544, 41.659122495974486 ], [ -112.01599500769808, 41.658652665228935 ], [ -112.01587625267425, 41.658356482731406 ], [ -112.01586987463176, 41.657644983085746 ], [ -112.0158740258646, 41.657068495883124 ], [ -112.01576000505405, 41.656691207970518 ], [ -112.01562444307015, 41.656395173640824 ], [ -112.01552858076191, 41.656103291878516 ], [ -112.01546316291879, 41.65576160230755 ], [ -112.01538538389933, 41.655397504279179 ], [ -112.01534532776238, 41.655141157439999 ], [ -112.01523173931893, 41.654867446043191 ], [ -112.01501113720499, 41.654509112727752 ], [ -112.01485043721959, 41.654217802878165 ], [ -112.01473861880234, 41.653980103492195 ], [ -112.01457149342265, 41.653661828813881 ], [ -112.0143260359132, 41.653326231114058 ], [ -112.01419882245789, 41.652872497909442 ], [ -112.01421259570365, 41.652602164966368 ], [ -112.01419034578696, 41.652332149888018 ], [ -112.01400415670287, 41.65194648963783 ], [ -112.01380603494805, 41.651182638252429 ], [ -112.01362190200862, 41.65054476175375 ], [ -112.01349688745179, 41.650230617431568 ], [ -112.01330950908685, 41.649768406443343 ], [ -112.01308477154936, 41.649220957413213 ], [ -112.01289514194495, 41.648614652645122 ], [ -112.01274246763077, 41.648067468432032 ], [ -112.01276577063348, 41.647638527293395 ], [ -112.01288181837086, 41.647380803599681 ], [ -112.01315664002493, 41.64691001449328 ], [ -112.0134612060526, 41.646421849024684 ], [ -112.01367131075301, 41.646036295595827 ], [ -112.01380331458043, 41.64564782785736 ], [ -112.01394852350482, 41.645335803448823 ], [ -112.01401766690746, 41.645150548765812 ], [ -112.01398496799602, 41.644979703130183 ], [ -112.01379915513242, 41.644616556344445 ], [ -112.0136809312621, 41.644351890814249 ], [ -112.01368382872485, 41.644153709942387 ], [ -112.01378814303798, 41.643914102807138 ], [ -112.01405884689898, 41.643641502976649 ], [ -112.01443837951733, 41.643340920850854 ], [ -112.01465314514309, 41.643176898036494 ], [ -112.01480674995487, 41.643017918364315 ], [ -112.01500823556461, 41.642772948577722 ], [ -112.0152825997197, 41.642351696985926 ], [ -112.01552023462953, 41.64180917388888 ], [ -112.01549720614501, 41.641489626604645 ], [ -112.01543201688047, 41.64116144471258 ], [ -112.01522269101473, 41.640830032437435 ], [ -112.01498773180674, 41.640471824923466 ], [ -112.0147798088631, 41.640153009295595 ], [ -112.01427233328499, 41.639567525738464 ], [ -112.01379870880733, 41.638843032443134 ], [ -112.01329881354714, 41.637973754865612 ], [ -112.01302680456369, 41.637471756612797 ], [ -112.01285126165308, 41.636995928865502 ], [ -112.01284265050577, 41.636829373925771 ], [ -112.01287987281327, 41.636522805484141 ], [ -112.01300303163391, 41.63633707514564 ], [ -112.0131969483795, 41.636069657315929 ], [ -112.01325252822475, 41.635785444580414 ], [ -112.01302691691785, 41.635562256378449 ], [ -112.01244512944083, 41.635211603020508 ], [ -112.01202470395468, 41.634814490682764 ], [ -112.01156883381486, 41.634453717012661 ], [ -112.0111514450591, 41.63425022681605 ], [ -112.01061987728919, 41.634038731979018 ], [ -112.00989547140311, 41.633779390199635 ], [ -112.00944983815992, 41.633688730400102 ], [ -112.00908160151548, 41.633556857579229 ], [ -112.00873179392272, 41.633451843074823 ], [ -112.00844362277822, 41.633449868152411 ], [ -112.00813095203679, 41.633416582615482 ], [ -112.00792561781483, 41.633337319657414 ], [ -112.00738568181448, 41.632972762820508 ], [ -112.00728119296124, 41.632816054648984 ], [ -112.00695908956185, 41.632562175117947 ], [ -112.00669296856371, 41.632433903501465 ], [ -112.00642686262337, 41.632306531839603 ], [ -112.00617133309282, 41.632087194750135 ], [ -112.00598819291578, 41.631890641960716 ], [ -112.00579604180436, 41.631500515460978 ], [ -112.00561792651155, 41.631240868509387 ], [ -112.00539709977421, 41.630936559451186 ], [ -112.00521137674978, 41.630573396920781 ], [ -112.00517765983312, 41.63033500405885 ], [ -112.00511491351003, 41.630159914614033 ], [ -112.0049737945838, 41.629962992666648 ], [ -112.00485865321083, 41.629815382407955 ], [ -112.00463838258499, 41.629623655502634 ], [ -112.00452755462091, 41.629444482401219 ], [ -112.00461611248798, 41.629349134041142 ], [ -112.00460934170111, 41.629299654246594 ], [ -112.00494173162234, 41.629058060925303 ], [ -112.00587468851765, 41.628450929234752 ], [ -112.00636213102194, 41.628144925227986 ], [ -112.00661732836097, 41.62795804537128 ], [ -112.00707837456942, 41.627499148989308 ], [ -112.00721298462358, 41.627200735645879 ], [ -112.00732013541621, 41.62683500960992 ], [ -112.00739192435432, 41.626357004758411 ], [ -112.00733306603036, 41.62612333625502 ], [ -112.0073113327402, 41.625883938124254 ], [ -112.0073129322579, 41.625601101474508 ], [ -112.00723012233377, 41.624908281130267 ], [ -112.00739311212224, 41.624582597500478 ], [ -112.00751240904289, 41.62414921149292 ], [ -112.00770670506233, 41.623521515357396 ], [ -112.00769273949041, 41.623395538478441 ], [ -112.00767368428139, 41.623328152322657 ], [ -112.00746849578894, 41.622870589099342 ], [ -112.00729317549548, 41.622403756639358 ], [ -112.00702050997204, 41.621852209305317 ], [ -112.00676585211507, 41.621300503544468 ], [ -112.0066910387891, 41.621121016820517 ], [ -112.0065129493246, 41.620861370514795 ], [ -112.00632963052676, 41.620651308739987 ], [ -112.00623653645714, 41.620453967537685 ], [ -112.00620219175441, 41.62017504811449 ], [ -112.00624764498109, 41.619624316454157 ], [ -112.00628712475485, 41.619075438439332 ], [ -112.00625612132312, 41.618625354791625 ], [ -112.00614626947709, 41.6181219186684 ], [ -112.00604444963271, 41.617749015089487 ], [ -112.00598407547838, 41.61733972027654 ], [ -112.00590101218674, 41.616628885955571 ], [ -112.00594571035793, 41.616029522322016 ], [ -112.00601566916242, 41.615511001498469 ], [ -112.00609619019596, 41.615286019826144 ], [ -112.00625774857789, 41.614869378067333 ], [ -112.00627839036825, 41.614653026796958 ], [ -112.00614769371714, 41.614352432725646 ], [ -112.00585519984558, 41.614066765029449 ], [ -112.00556996782431, 41.613862097024821 ], [ -112.00506767912307, 41.613591772993971 ], [ -112.00453504402651, 41.613299194163325 ], [ -112.00432252077104, 41.61313892316543 ], [ -112.00386670838115, 41.612769109538569 ], [ -112.00369556149211, 41.612567944014494 ], [ -112.00362076721068, 41.612388454816156 ], [ -112.00359493496913, 41.611883381354943 ], [ -112.00370985175107, 41.611167213238659 ], [ -112.00373810325164, 41.610667071731669 ], [ -112.00370000588603, 41.61014499172326 ], [ -112.00367921091421, 41.609577725005977 ], [ -112.00371206915858, 41.609374777996607 ], [ -112.0038577377528, 41.609094285396928 ], [ -112.00398603400873, 41.608854476356932 ], [ -112.00401924007993, 41.608674043993538 ], [ -112.0039685838648, 41.608116045117164 ], [ -112.00398141659579, 41.607782669658413 ], [ -112.00403666605946, 41.607475945069254 ], [ -112.00413591941617, 41.606988693677316 ], [ -112.00426115064114, 41.606474193858809 ], [ -112.00436376587199, 41.606126523203883 ], [ -112.00445075614965, 41.605932110032121 ], [ -112.00453363235678, 41.605859328880612 ], [ -112.00463429744049, 41.60577288152512 ], [ -112.0048996530671, 41.605549887708946 ], [ -112.00502941811605, 41.605328078790819 ], [ -112.0050981972401, 41.605120313640541 ], [ -112.00519634419737, 41.604871759596612 ], [ -112.00532176138184, 41.604447328075786 ], [ -112.00542074541718, 41.604252809237693 ], [ -112.00576381542203, 41.603934558864594 ], [ -112.00592851048766, 41.603721450398702 ], [ -112.00596359730724, 41.603662597057813 ], [ -112.00620117510876, 41.603120090333 ], [ -112.00674629992449, 41.602291165650328 ], [ -112.00713858427656, 41.601666237790937 ], [ -112.0075436859296, 41.601094338262023 ], [ -112.00768242409329, 41.600756255627047 ], [ -112.00772853905295, 41.600635155870719 ], [ -112.0077651936891, 41.600291662948848 ], [ -112.00772107265819, 41.599769636225247 ], [ -112.00761906457006, 41.599383223791172 ], [ -112.0074402625158, 41.599074044860608 ], [ -112.00714713319086, 41.598743349474965 ], [ -112.00665896423786, 41.598216204473346 ], [ -112.00636903281405, 41.597781897003252 ], [ -112.00628868053089, 41.597552918490408 ], [ -112.00625686791004, 41.597436104218794 ], [ -112.00626529794785, 41.597206348515471 ], [ -112.00636363888468, 41.596971302184876 ], [ -112.00644865243433, 41.596650804661579 ], [ -112.00645052337738, 41.59638507779848 ], [ -112.00643487023486, 41.595763722473556 ], [ -112.00632407999777, 41.595197242739964 ], [ -112.00629756762955, 41.595035346347224 ], [ -112.00626866056663, 41.594333042624363 ], [ -112.00636677026881, 41.59369718052362 ], [ -112.00638074718407, 41.593052146956495 ], [ -112.00635117203117, 41.592693020945184 ], [ -112.00634823433508, 41.592503896699426 ], [ -112.00648052926482, 41.592137949316275 ], [ -112.00670468553257, 41.591892793800881 ], [ -112.00671416317245, 41.591730582248182 ], [ -112.00659858751925, 41.591628012140774 ], [ -112.00629643790393, 41.591486543059141 ], [ -112.00599387009466, 41.591318055406845 ], [ -112.00564129146893, 41.591019400851771 ], [ -112.00533049353601, 41.590706869117383 ], [ -112.00532999383428, 41.590288041264422 ], [ -112.00519349459614, 41.589996502628892 ], [ -112.0049329231052, 41.589827644909647 ], [ -112.00475639552643, 41.5896625556665 ], [ -112.00458398188938, 41.589375833719657 ], [ -112.00453913344251, 41.589191579103513 ], [ -112.00432236314015, 41.588752122805104 ], [ -112.00413741373403, 41.588430381768077 ], [ -112.00396282943467, 41.588003166254538 ], [ -112.00387516145577, 41.587765242363595 ], [ -112.00384126557002, 41.587513338156512 ], [ -112.00377821784795, 41.587315731362928 ], [ -112.00369675858104, 41.587091263820064 ], [ -112.00368762217134, 41.58688868269973 ], [ -112.00370212821353, 41.58666337728517 ], [ -112.0037331627266, 41.586343352465427 ], [ -112.00368294892836, 41.586199676436159 ], [ -112.00365205361315, 41.586141399673004 ], [ -112.00318841875389, 41.585641045782566 ], [ -112.00293233462236, 41.585373065507795 ], [ -112.00273120678436, 41.585167655402614 ], [ -112.0026329315436, 41.58501899376995 ], [ -112.00257757354876, 41.584930305720128 ], [ -112.00237339913356, 41.58445020332141 ], [ -112.00225539895918, 41.583879277734837 ], [ -112.00223267104361, 41.583573232569869 ], [ -112.00226378128086, 41.583257710883899 ], [ -112.00225800135212, 41.582883964260645 ], [ -112.00210800554245, 41.582493460449733 ], [ -112.00195144127812, 41.582143545871304 ], [ -112.0019373046125, 41.581927497267216 ], [ -112.00195153752261, 41.581684179934669 ], [ -112.00189394199879, 41.581450495730579 ], [ -112.00170728869776, 41.580938714075394 ], [ -112.00152234476334, 41.580692628423975 ], [ -112.00128476596076, 41.580456008047079 ], [ -112.00104802345844, 41.580273422853352 ], [ -112.0007504762452, 41.580037323489854 ], [ -112.00040224350045, 41.579626024725741 ], [ -112.00006392512744, 41.579079531172006 ], [ -111.99980551871421, 41.578658441947042 ], [ -111.99972332067283, 41.578384438218251 ], [ -111.9996832411906, 41.578119075356845 ], [ -111.99966141685353, 41.577870667355185 ], [ -111.99979846823386, 41.577423620884026 ], [ -112.00004328113326, 41.576963927604268 ], [ -112.00012814889564, 41.576633527042986 ], [ -112.00005857110659, 41.576399945927136 ], [ -111.99990022241488, 41.576243697771368 ], [ -111.99961621931801, 41.576106556314492 ], [ -111.99944784185753, 41.575999934146992 ], [ -111.99928572796956, 41.575677085232215 ], [ -111.99928218792789, 41.575447433182831 ], [ -111.99925278696708, 41.575096409100915 ], [ -111.999240882346, 41.575024455207384 ], [ -111.99895668742634, 41.57456305559726 ], [ -111.99896465626627, 41.57430177839295 ], [ -111.999009576226, 41.574103230306314 ], [ -111.99920212074859, 41.573754780956151 ], [ -111.99923280611254, 41.573488802683968 ], [ -111.99914693059438, 41.573286887626701 ], [ -111.99901196734857, 41.573090803347434 ], [ -111.9988809617262, 41.572762279064385 ], [ -111.99898445809085, 41.572473150264294 ], [ -111.99901780024103, 41.572301724238343 ], [ -111.99895855911261, 41.571959966347769 ], [ -111.99855097296513, 41.571585205675376 ], [ -111.99823652605457, 41.571416799936031 ], [ -111.99804835093458, 41.571269815196501 ], [ -111.99786541068268, 41.571073245237365 ], [ -111.99762892031671, 41.570904161183655 ], [ -111.99736236648833, 41.570729933128376 ], [ -111.99716855916371, 41.570606414441983 ], [ -111.99698025033851, 41.570450421904042 ], [ -111.99682757392559, 41.570271602172745 ], [ -111.9967349301492, 41.570096765392648 ], [ -111.99656314533675, 41.569845152802159 ], [ -111.99634264489006, 41.569545323347711 ], [ -111.99579377880728, 41.569028562735788 ], [ -111.9954360890123, 41.568698394481757 ], [ -111.99518382035622, 41.568281744406242 ], [ -111.99489997184112, 41.567760883695946 ], [ -111.99460471612753, 41.567277951079788 ], [ -111.99447320641168, 41.566914297711193 ], [ -111.99436761532358, 41.566676520593425 ], [ -111.99410729478878, 41.566124829834557 ], [ -111.99406773000393, 41.56589098509167 ], [ -111.9940993564237, 41.565606985285605 ], [ -111.99423979442199, 41.564988778649813 ], [ -111.99436610912602, 41.564622895190617 ], [ -111.9945882849195, 41.564251678776571 ], [ -111.99472914318515, 41.564052302059572 ], [ -111.99480921488126, 41.563799407996889 ], [ -111.99483181609878, 41.563709140552326 ], [ -111.99482801701886, 41.563461475724125 ], [ -111.99448563199259, 41.563032092600913 ], [ -111.99439335042946, 41.562879768522343 ], [ -111.99440195852962, 41.562659017906405 ], [ -111.99451366482879, 41.562513936676986 ], [ -111.99473936888829, 41.562373273432264 ], [ -111.99551255533386, 41.561960357132214 ], [ -111.99589852946494, 41.561713820389933 ], [ -111.99615218556569, 41.561441407247997 ], [ -111.99630447056288, 41.561205900761756 ], [ -111.99636172710957, 41.561029764352689 ], [ -111.99636963664163, 41.560763983626295 ], [ -111.99639477131271, 41.560448514051835 ], [ -111.99643099714223, 41.56007440157623 ], [ -111.99636516421299, 41.559692166333811 ], [ -111.99635935387815, 41.559313914502916 ], [ -111.99642045956521, 41.558998133127616 ], [ -111.99653930292128, 41.558537736155181 ], [ -111.99665400373152, 41.558198071373518 ], [ -111.99669727387054, 41.557892352315086 ], [ -111.99665853560974, 41.557712544168467 ], [ -111.99646848137226, 41.55744037263684 ], [ -111.99626290558965, 41.557328663395658 ], [ -111.99600359615135, 41.557231830782094 ], [ -111.99541924129494, 41.557052243711809 ], [ -111.99485714328478, 41.556759871089177 ], [ -111.99442135951452, 41.556493424902669 ], [ -111.99398592430234, 41.556249492031661 ], [ -111.9937616266015, 41.556089301239162 ], [ -111.99351851757332, 41.555875229342178 ], [ -111.99301893594892, 41.555357127364566 ], [ -111.99275584910585, 41.555012621912248 ], [ -111.99264332504868, 41.554711852107445 ], [ -111.99257152565031, 41.554329665788465 ], [ -111.99255306005323, 41.553906486591401 ], [ -111.99240133308706, 41.553394385570421 ], [ -111.99228853813084, 41.553075603251543 ], [ -111.99214349857266, 41.552608480129507 ], [ -111.99194981585137, 41.552096740403691 ], [ -111.99169591539642, 41.551567505267869 ], [ -111.9914384329502, 41.551195926561462 ], [ -111.99131544654792, 41.550994324748878 ], [ -111.99128169019201, 41.550746917509642 ], [ -111.99142769896918, 41.55049345676359 ], [ -111.99179963654339, 41.550116449908082 ], [ -111.99187915287166, 41.549827533249996 ], [ -111.99164213703757, 41.549617908130166 ], [ -111.99116567871275, 41.549431964101771 ], [ -111.99079701120935, 41.549237883538751 ], [ -111.99055326428349, 41.548979675191859 ], [ -111.99041773274898, 41.548741250825906 ], [ -111.99019085884201, 41.548409937910662 ], [ -111.98964519400265, 41.548009311047899 ], [ -111.98945049483302, 41.547821835126733 ], [ -111.9893754747113, 41.547619818324947 ], [ -111.98936245648416, 41.547552376225163 ], [ -111.98928931211964, 41.547080126740099 ], [ -111.9891701380176, 41.546734374192262 ], [ -111.98900687917934, 41.546249388822204 ], [ -111.98891168433015, 41.545903429696274 ], [ -111.98872589440495, 41.54551321342062 ], [ -111.98854678665333, 41.545167975462014 ], [ -111.98849533682375, 41.544938733680702 ], [ -111.98844940119889, 41.544677919194548 ], [ -111.98844192545356, 41.544187089946035 ], [ -111.98832413296304, 41.543931396664441 ], [ -111.98816493310946, 41.543712087991835 ], [ -111.98791976455932, 41.543358409407205 ], [ -111.98757277313845, 41.543010108453025 ], [ -111.98711094558193, 41.542599741742663 ], [ -111.98695815772351, 41.542407397958954 ], [ -111.98679228794497, 41.542143108436626 ], [ -111.98655802507221, 41.541717275429448 ], [ -111.98637750254423, 41.54127747008377 ], [ -111.98629948909138, 41.540877317706574 ], [ -111.98622822282314, 41.540526647126583 ], [ -111.98620007506135, 41.540252168110335 ], [ -111.98601623354418, 41.539988031486935 ], [ -111.98585828245412, 41.539849773778499 ], [ -111.98565728367245, 41.539639827028246 ], [ -111.98544320547849, 41.539357934174987 ], [ -111.98505926352124, 41.538942387752222 ], [ -111.98483428297756, 41.538731744236152 ], [ -111.98472409315143, 41.538580465732736 ], [ -111.98463166532409, 41.538414623455722 ], [ -111.98447044292294, 41.538060218248589 ], [ -111.98438906074469, 41.537832131291296 ], [ -111.98426310432995, 41.537431486956081 ], [ -111.98417578508497, 41.537207053532349 ], [ -111.98412379772245, 41.536940884377998 ], [ -111.98411481444386, 41.536743702848767 ], [ -111.98408817935643, 41.536568289741474 ], [ -111.98394977698436, 41.536137126883006 ], [ -111.98382527352535, 41.535831946198364 ], [ -111.98367891413407, 41.535666564479804 ], [ -111.98348481547329, 41.535515101739179 ], [ -111.98312038852559, 41.535198461175661 ], [ -111.98285103551522, 41.534826963421686 ], [ -111.98265993528075, 41.53447731440572 ], [ -111.98247135852903, 41.53429427738854 ], [ -111.9821217222929, 41.534162155578457 ], [ -111.98183310660332, 41.534101569601873 ], [ -111.98138908306781, 41.534069331060103 ], [ -111.98104217203965, 41.534117327469794 ], [ -111.98043449414021, 41.534361202129951 ], [ -111.97955222033039, 41.534679470991662 ], [ -111.9786503973267, 41.534894316228176 ], [ -111.978053875003, 41.53508403993947 ], [ -111.97780318400257, 41.535153726230917 ], [ -111.97758953582881, 41.535295154963833 ], [ -111.97756402385824, 41.535511545559636 ], [ -111.97769261368485, 41.535771662183258 ], [ -111.97775844548408, 41.536162917233654 ], [ -111.97768358629052, 41.536366216562108 ], [ -111.97755028652526, 41.536669092265534 ], [ -111.97735343290988, 41.5371301346187 ], [ -111.97722567040326, 41.537482502640465 ], [ -111.97711262940564, 41.53785726349269 ], [ -111.97701381048088, 41.538380522726953 ], [ -111.97699875252816, 41.538654470558193 ], [ -111.97694935287582, 41.538956632572827 ], [ -111.97692918805367, 41.539209907123784 ], [ -111.97689580272515, 41.539381328168744 ], [ -111.97685171789625, 41.539638408795824 ], [ -111.97663040232665, 41.540068132213356 ], [ -111.97622802450719, 41.540814645582948 ], [ -111.97581788366433, 41.541444129374256 ], [ -111.97543513177986, 41.541902241974547 ], [ -111.97497875859379, 41.542248387193311 ], [ -111.97465759959125, 41.542417743607501 ], [ -111.97416316070958, 41.542624596197321 ], [ -111.97381842798744, 41.542821171663803 ], [ -111.97356400541003, 41.543044003172177 ], [ -111.973381101706, 41.543239207029011 ], [ -111.97303043701781, 41.54344033395423 ], [ -111.97255874586047, 41.543565922097834 ], [ -111.97178003084871, 41.543604931930751 ], [ -111.97091777802959, 41.54366986213693 ], [ -111.97042795120355, 41.54378568672945 ], [ -111.97008200274097, 41.543902096932079 ], [ -111.96967051039911, 41.544045179803092 ], [ -111.96903656908238, 41.544145099967281 ], [ -111.96829992288546, 41.544191838206487 ], [ -111.96787934149164, 41.544127824980059 ], [ -111.96751210184993, 41.544022828869828 ], [ -111.96722251551435, 41.543899163955416 ], [ -111.96622822729206, 41.543551737772098 ], [ -111.96533159227836, 41.543320577151597 ], [ -111.96462284672171, 41.543227445519427 ], [ -111.96395141708948, 41.543224969716555 ], [ -111.96326318222702, 41.543301894402568 ], [ -111.96262923761375, 41.543401779279982 ], [ -111.9622528267258, 41.543485994947467 ], [ -111.96195480233879, 41.543601078945578 ], [ -111.96148568952268, 41.543902241123064 ], [ -111.96094118496855, 41.544375168822768 ], [ -111.96038568410235, 41.544915739985299 ], [ -111.96021698806818, 41.545182862101925 ], [ -111.96012274967323, 41.545377304439924 ], [ -111.96007226749849, 41.545611913884336 ], [ -111.96003916766392, 41.54580584564529 ], [ -111.96001785598547, 41.545986168129886 ], [ -111.95992161820087, 41.54636977873907 ], [ -111.95971628558848, 41.546673234820716 ], [ -111.95953219785335, 41.546791865104417 ], [ -111.95929442808547, 41.546928957417919 ], [ -111.95888156023997, 41.547063005946477 ], [ -111.95841707395898, 41.547192979642666 ], [ -111.95808339067264, 41.547411933904002 ], [ -111.95783535764986, 41.547585137616451 ], [ -111.95754062894278, 41.547925363332766 ], [ -111.95723864071174, 41.548180080081067 ], [ -111.95685199912263, 41.548385960781523 ], [ -111.95646555419489, 41.548605349380907 ], [ -111.95619353040937, 41.548859814114309 ], [ -111.95582139082606, 41.549236707996059 ], [ -111.95531190525321, 41.549650770744528 ], [ -111.95476977707538, 41.549884057095611 ], [ -111.95397749197278, 41.550229304758012 ], [ -111.95368674000636, 41.550434379184608 ], [ -111.95329487301261, 41.550694334573855 ], [ -111.95291380158028, 41.550873134156895 ], [ -111.95257409505943, 41.551011057295909 ], [ -111.95204835671106, 41.551137009083753 ], [ -111.95085346508901, 41.551421616798301 ], [ -111.94982035215514, 41.551700372218171 ], [ -111.94894421119787, 41.552054384365192 ], [ -111.94794961387502, 41.552508445925682 ], [ -111.94694097553601, 41.552823002589911 ], [ -111.94660691210932, 41.552938343575498 ], [ -111.94606869692151, 41.553032845481113 ], [ -111.94493087092621, 41.553123266878629 ], [ -111.94400852638974, 41.553189390046398 ], [ -111.94331860189595, 41.553159023430531 ], [ -111.94258527517442, 41.553029929036768 ], [ -111.94205163133094, 41.552944230228221 ], [ -111.94114742821033, 41.552690425396797 ], [ -111.94059271255746, 41.552474287534046 ], [ -111.94000659169782, 41.55215932426173 ], [ -111.93949306461373, 41.551888800971895 ], [ -111.93844438945833, 41.551510053974141 ], [ -111.93728814869904, 41.551154692302681 ], [ -111.93686520977261, 41.550928454850151 ], [ -111.93672414862795, 41.55070892704223 ], [ -111.93671529361892, 41.550510840171683 ], [ -111.93666413713368, 41.549957312371397 ], [ -111.93658456215999, 41.549345468984903 ], [ -111.93650078510309, 41.548940826001235 ], [ -111.93638325230397, 41.548689580748807 ], [ -111.9362115112901, 41.548420762282923 ], [ -111.93591975509004, 41.548143913246598 ], [ -111.9355254488956, 41.547822861694542 ], [ -111.93522183956131, 41.547555114516776 ], [ -111.93481023753829, 41.547198172203331 ], [ -111.93456707663957, 41.547047926564922 ], [ -111.93414442037576, 41.546838790310481 ], [ -111.93401060316808, 41.546704768857396 ], [ -111.93414451573673, 41.546428960363201 ], [ -111.93439260721256, 41.5460891732709 ], [ -111.93460064761499, 41.545632617105547 ], [ -111.93486331157385, 41.545139587497246 ], [ -111.93497254059665, 41.544815339581589 ], [ -111.93497038673111, 41.544665836957591 ], [ -111.9349642291488, 41.544571311033287 ], [ -111.93485672126943, 41.544265939060573 ], [ -111.93467868036026, 41.543974651184968 ], [ -111.93438609517872, 41.543638356948257 ], [ -111.93415398345033, 41.543338500350629 ], [ -111.93402546754848, 41.543155796655419 ], [ -111.93390698321551, 41.542837002005342 ], [ -111.93366872253638, 41.542109350354366 ], [ -111.93350724940893, 41.541718846340466 ], [ -111.93333573347161, 41.54146353222837 ], [ -111.93299633056569, 41.54120507656495 ], [ -111.93262838547612, 41.541045931062676 ], [ -111.93204395868622, 41.540838999450706 ], [ -111.93174343493062, 41.540782887896349 ], [ -111.9314433640323, 41.540758297241844 ], [ -111.93105253580673, 41.540674992884725 ], [ -111.93085282071351, 41.540542401851233 ], [ -111.93072475880055, 41.540390315304506 ], [ -111.93051671470477, 41.540094759947792 ], [ -111.93022418166159, 41.539759355111762 ], [ -111.92993945160308, 41.539549987856418 ], [ -111.92952234976167, 41.539305661014723 ], [ -111.92928466949081, 41.539032861036524 ], [ -111.92896134248548, 41.538639154645281 ], [ -111.92832311597562, 41.537937239865911 ], [ -111.92802431332561, 41.537664930628758 ], [ -111.92742511394526, 41.537259935018952 ], [ -111.92706294082362, 41.537082710460979 ], [ -111.92670291973565, 41.53697212107182 ], [ -111.92634252026872, 41.537002947452564 ], [ -111.92614035340615, 41.537117166553728 ], [ -111.92564237124974, 41.537503984475258 ], [ -111.92531626626153, 41.537754308500929 ], [ -111.92507742890443, 41.537819280929078 ], [ -111.92475295128423, 41.537763343731449 ], [ -111.92425969749478, 41.537641207942265 ], [ -111.92383378255718, 41.53761760881239 ], [ -111.92354119584446, 41.53769652074439 ], [ -111.92321896163172, 41.53779818809695 ], [ -111.92265923012, 41.538059387340084 ], [ -111.9218912581302, 41.538430340564823 ], [ -111.92131359920478, 41.538696180604546 ], [ -111.92072299037932, 41.538894567052736 ], [ -111.92022157856391, 41.539042696807172 ], [ -111.91974273483137, 41.539091564110727 ], [ -111.91931738569649, 41.539108476374935 ], [ -111.91879677720928, 41.539171184512014 ], [ -111.91850864141415, 41.539141961070541 ], [ -111.91799198743398, 41.539060517960174 ], [ -111.91767267524533, 41.538945972419711 ], [ -111.91699229057554, 41.538730722571643 ], [ -111.91653424134046, 41.538554229378619 ], [ -111.91635232633018, 41.538406158817757 ], [ -111.91655918562215, 41.538198244074117 ], [ -111.91678444666982, 41.53793523799748 ], [ -111.91684567752456, 41.537687050331449 ], [ -111.91678862059952, 41.537466827530778 ], [ -111.91647666409229, 41.537023455179956 ], [ -111.91600335798175, 41.536189551722991 ], [ -111.91578264547685, 41.53584002668633 ], [ -111.91532004858959, 41.535339303465449 ], [ -111.91513191106618, 41.535174166606893 ], [ -111.91504419835555, 41.534904646871318 ], [ -111.91504739877746, 41.534706461714528 ], [ -111.9151540952553, 41.534196702481246 ], [ -111.91517165631535, 41.53374169609846 ], [ -111.91499011547933, 41.533193697867425 ], [ -111.91485547770742, 41.532996609355187 ], [ -111.91424099285082, 41.532348469951444 ], [ -111.91385237573847, 41.531991268463742 ], [ -111.91368166003461, 41.531785457968013 ], [ -111.91358330308535, 41.531610597785409 ], [ -111.91352176453786, 41.531070650813128 ], [ -111.91350552893225, 41.530683467391384 ], [ -111.91357359509168, 41.530494674803016 ], [ -111.91361439111186, 41.53041238456953 ], [ -111.91380885589464, 41.53017665047728 ], [ -111.91402212140898, 41.529999313845053 ], [ -111.9141499032889, 41.529710065574136 ], [ -111.91407586384739, 41.529048619993539 ], [ -111.91401049236296, 41.528747396131088 ], [ -111.91394479889397, 41.528338087548562 ], [ -111.91384591178399, 41.527699357312287 ], [ -111.91365418904836, 41.52727753904928 ], [ -111.91343868923884, 41.526869420208847 ], [ -111.91341513810252, 41.526473287331633 ], [ -111.91343518048785, 41.526193902696939 ], [ -111.91353474434274, 41.525603135429492 ], [ -111.91372488698163, 41.525061188347436 ], [ -111.91371541011821, 41.524813563609214 ], [ -111.91370272876934, 41.524764124361134 ], [ -111.91367692265815, 41.524633723921397 ], [ -111.91358463243436, 41.524463318938466 ], [ -111.91314074453949, 41.524007473506323 ], [ -111.91273817477838, 41.523506261989063 ], [ -111.91251216470035, 41.523201808218424 ], [ -111.91210041600188, 41.522899728054739 ], [ -111.91185252931903, 41.522744066547524 ], [ -111.91168284346143, 41.522609402025275 ], [ -111.91161465584007, 41.522447811577464 ], [ -111.91160638597663, 41.522200176968383 ], [ -111.91172463476157, 41.521744371919119 ], [ -111.91190967507589, 41.521265518889678 ], [ -111.91197399052956, 41.520724572018743 ], [ -111.91204826521002, 41.520039429565657 ], [ -111.91209901420348, 41.519385999073677 ], [ -111.91206191068008, 41.518877381831615 ], [ -111.9119389133518, 41.518567605962261 ], [ -111.91173796811698, 41.518425082727987 ], [ -111.91096756557809, 41.518183487745269 ], [ -111.91013220757729, 41.518009956314913 ], [ -111.90959058022312, 41.517844003913545 ], [ -111.90926468989493, 41.517679045568407 ], [ -111.90897287170405, 41.517465177634691 ], [ -111.90860411349171, 41.517148333066388 ], [ -111.90797312761703, 41.516590361204848 ], [ -111.90757139933685, 41.516143167867348 ], [ -111.9074412390662, 41.515833443512641 ], [ -111.90734418492103, 41.51566307079235 ], [ -111.90713190833675, 41.515480095990618 ], [ -111.906804925822, 41.515321444286016 ], [ -111.90623896183627, 41.515126844516438 ], [ -111.90581737055315, 41.51497253840882 ], [ -111.90562887742303, 41.514775862521859 ], [ -111.9057557837656, 41.514509147940984 ], [ -111.90595274767509, 41.514367983431931 ], [ -111.90648238915219, 41.51410710196118 ], [ -111.90697059073277, 41.513882574049816 ], [ -111.90763506489027, 41.513408952414665 ], [ -111.90786343509656, 41.513028843456652 ], [ -111.90790090527744, 41.512708788695591 ], [ -111.90783166819602, 41.51247064196599 ], [ -111.90767654648701, 41.512003487040666 ], [ -111.90759949275736, 41.511720365352275 ], [ -111.90763158907656, 41.511444488770898 ], [ -111.90778264892205, 41.511106423558296 ], [ -111.90818576590772, 41.510369146052426 ], [ -111.90862607823593, 41.509721646181518 ], [ -111.90894877104697, 41.509232702005782 ], [ -111.90905288836572, 41.508966163703285 ], [ -111.90922839354616, 41.508320754290551 ], [ -111.90925507623984, 41.507572937304595 ], [ -111.90911660432184, 41.507096644987691 ], [ -111.90888442705977, 41.506774217216581 ], [ -111.90856668475055, 41.506330866366916 ], [ -111.90840482526956, 41.505895290712665 ], [ -111.90823680134832, 41.505447153248554 ], [ -111.90785077264493, 41.504832300001532 ], [ -111.90756369053278, 41.504438244353054 ], [ -111.90716985482337, 41.504121592198963 ], [ -111.90681227887495, 41.503827171042069 ], [ -111.90633276566869, 41.503380585514179 ], [ -111.90608932584831, 41.503107780796462 ], [ -111.90593037864673, 41.502879346561734 ], [ -111.90596380908853, 41.502698937008773 ], [ -111.90609289384051, 41.502504262889907 ], [ -111.90634726875267, 41.502272572054579 ], [ -111.90667295807305, 41.501999785553949 ], [ -111.90689517928422, 41.501610719022182 ], [ -111.90690718043848, 41.501182777051703 ], [ -111.90660832892135, 41.500802322503539 ], [ -111.90647971248163, 41.500600671768318 ], [ -111.90639820035656, 41.500340102109959 ], [ -111.90640729171174, 41.500132862231567 ], [ -111.9064645034716, 41.499939654784711 ], [ -111.90634042243002, 41.499633483257249 ], [ -111.90627462156954, 41.499210657965186 ], [ -111.90620593381756, 41.498580687067133 ], [ -111.9060615775133, 41.498108940274733 ], [ -111.90574201543065, 41.497530485388367 ], [ -111.90546727203154, 41.497158845041341 ], [ -111.90516945103091, 41.496850436878709 ], [ -111.90495868469773, 41.496771029623716 ], [ -111.90473314621154, 41.496921424847756 ], [ -111.90454523655092, 41.497193122497748 ], [ -111.90423565189452, 41.497330666753768 ], [ -111.90393572848001, 41.497301498833863 ], [ -111.90343090395893, 41.497183866676586 ], [ -111.90289864422394, 41.497161024545534 ], [ -111.90207698387152, 41.497176479516305 ], [ -111.90151495207181, 41.497252945017344 ], [ -111.900989980592, 41.497410183328228 ], [ -111.90076205945425, 41.497389450354426 ], [ -111.90064195325064, 41.497367872674445 ], [ -111.90015423003824, 41.497187040953001 ], [ -111.89929839804594, 41.496810925041686 ], [ -111.89879240243857, 41.496607712080788 ], [ -111.89852906015881, 41.496537711206535 ], [ -111.89782614161942, 41.496475645796949 ], [ -111.8973954474574, 41.496519540172635 ], [ -111.89700162258038, 41.496630700304941 ], [ -111.89634667284231, 41.496919537298616 ], [ -111.89611382034842, 41.496975395776531 ], [ -111.89584378818833, 41.496941470169013 ], [ -111.89540337823661, 41.496715213084897 ], [ -111.89487151505568, 41.496372570711465 ], [ -111.89433558832619, 41.496169570970579 ], [ -111.89392069519099, 41.496055701285854 ], [ -111.89340404232067, 41.495947124282289 ], [ -111.89271424977289, 41.495880421965808 ], [ -111.89193585050973, 41.495904475966164 ], [ -111.89124179877328, 41.495963900400163 ], [ -111.89073972150351, 41.496044352298618 ], [ -111.89012488849583, 41.496202237006983 ], [ -111.889587363123, 41.496318987526394 ], [ -111.88910911632829, 41.496390240656737 ], [ -111.88895942459671, 41.49639500071558 ], [ -111.88882167518032, 41.496396966089627 ], [ -111.88851571110547, 41.496363300940601 ], [ -111.8881375025786, 41.496303170913485 ], [ -111.88763937918982, 41.496234957872687 ], [ -111.88709401576851, 41.496216647347076 ], [ -111.88593080052607, 41.496135540307392 ], [ -111.88511670239552, 41.496177837796935 ], [ -111.8846498178831, 41.496203948311013 ], [ -111.88437349851881, 41.496147525785254 ], [ -111.88415615714844, 41.496023094251548 ], [ -111.88396259132394, 41.495884968575659 ], [ -111.88323931166485, 41.495557254253775 ], [ -111.88257569014537, 41.495211062896409 ], [ -111.88221378791602, 41.494939115969402 ], [ -111.88175292812703, 41.494613882623078 ], [ -111.88160099259106, 41.494452915417646 ], [ -111.88136893606713, 41.494125926403584 ], [ -111.88134797646997, 41.493905407403439 ], [ -111.88129126373441, 41.493698673358267 ], [ -111.88118614801685, 41.493456280809028 ], [ -111.88099736511653, 41.49322804007916 ], [ -111.88067407317828, 41.492798164078629 ], [ -111.88028618378409, 41.492463358575911 ], [ -111.88007901246596, 41.492203731356923 ], [ -111.88014062732677, 41.491888003142606 ], [ -111.88030588725123, 41.491706591655152 ], [ -111.88047017057843, 41.491453128718689 ], [ -111.8804498248262, 41.491277641426144 ], [ -111.88021362534279, 41.491085791626773 ], [ -111.87991282636781, 41.490989012608168 ], [ -111.87907136104891, 41.490774767475671 ], [ -111.87850667837715, 41.490652979382276 ], [ -111.87792469924101, 41.490580860896287 ], [ -111.877271459507, 41.49055431972014 ], [ -111.87668899679043, 41.490446169309742 ], [ -111.87640574831674, 41.490317721623583 ], [ -111.87604996449977, 41.490140285392691 ], [ -111.87566943796254, 41.489904488730765 ], [ -111.87555872426789, 41.489689155462301 ], [ -111.87554310809519, 41.489419054143141 ], [ -111.87556378984951, 41.489175698511218 ], [ -111.87559528518611, 41.488845790069497 ], [ -111.87559873953251, 41.488657510340929 ], [ -111.87554755376424, 41.488414701785182 ], [ -111.87544125576052, 41.488082239279805 ], [ -111.87534282686396, 41.487889330577197 ], [ -111.87532407222125, 41.487830925585321 ], [ -111.8751714270137, 41.487525837541703 ], [ -111.87487725150061, 41.487118241484303 ], [ -111.87464640613777, 41.486876798924683 ], [ -111.87439814114447, 41.486676021373249 ], [ -111.87410668533252, 41.486380994407241 ], [ -111.87405803699207, 41.486326419315191 ], [ -111.87386412217501, 41.486158554714933 ], [ -111.87357878077782, 41.485961659991254 ], [ -111.87331351237405, 41.485742994504655 ], [ -111.87317070532009, 41.48545584365808 ], [ -111.87320402578351, 41.485171859255821 ], [ -111.87329760651431, 41.485004512818925 ], [ -111.87355747638694, 41.484732318935784 ], [ -111.87388406543822, 41.484522668985576 ], [ -111.87409209181169, 41.484403992696699 ], [ -111.87453990157221, 41.484301507749578 ], [ -111.87492824856233, 41.48423099912889 ], [ -111.87529257994119, 41.484156168289324 ], [ -111.8755310180107, 41.484072386614287 ], [ -111.87582264868088, 41.483935956785686 ], [ -111.8763573673674, 41.483616626571973 ], [ -111.87685180083541, 41.483419200208637 ], [ -111.87723807481754, 41.483195574662979 ], [ -111.87742745720176, 41.48302749411183 ], [ -111.87760425415485, 41.482814472528446 ], [ -111.87777892284946, 41.482443838283857 ], [ -111.87778895480054, 41.482299644116978 ], [ -111.87778217637643, 41.482241148070507 ], [ -111.87767177303644, 41.482048332550839 ], [ -111.877496288637, 41.48191456123967 ], [ -111.87721693868239, 41.481628456893723 ], [ -111.87708118830687, 41.48133224954735 ], [ -111.87694392135374, 41.480923461677357 ], [ -111.87660033860408, 41.480314481497942 ], [ -111.87634922941838, 41.479901156006711 ], [ -111.87620199576106, 41.479641064432172 ], [ -111.87618202970451, 41.479492595171671 ], [ -111.87618113197618, 41.479425947581369 ], [ -111.87633855173534, 41.479108590108751 ], [ -111.87653403416681, 41.478949471811461 ], [ -111.8770249711521, 41.47849536161597 ], [ -111.87742143008525, 41.478141050996172 ], [ -111.87762657423963, 41.477810717335188 ], [ -111.87769460182832, 41.477526466482338 ], [ -111.87770843399908, 41.477220110757727 ], [ -111.87769092934649, 41.476810409519175 ], [ -111.87777766046061, 41.476580960738701 ], [ -111.87791354535099, 41.476443912520594 ], [ -111.87808549024098, 41.476316496951043 ], [ -111.87818038334895, 41.476248217280272 ], [ -111.87838740270189, 41.476057481938582 ], [ -111.87843892132102, 41.475881444968685 ], [ -111.87839516435673, 41.475656595137941 ], [ -111.8782710505766, 41.475423351537671 ], [ -111.87815150921323, 41.474996414613443 ], [ -111.87820162957658, 41.474716803732406 ], [ -111.87820995765291, 41.474446519281393 ], [ -111.87833870666215, 41.47422485579834 ], [ -111.87850465731455, 41.474097485342398 ], [ -111.87892716123113, 41.473900599266983 ], [ -111.87954792191969, 41.473751736265228 ], [ -111.87988860440467, 41.473704093795881 ], [ -111.88018234845339, 41.473727967684873 ], [ -111.88041196008362, 41.473880236283783 ], [ -111.88066630340472, 41.474089962178304 ], [ -111.88092627013829, 41.474272622345104 ], [ -111.88149820535918, 41.474497928269308 ], [ -111.88213338318093, 41.474529088059079 ], [ -111.8825272233663, 41.474426985910313 ], [ -111.8828300870012, 41.474240010800898 ], [ -111.88306005870798, 41.473977031962519 ], [ -111.88327780889901, 41.473696131785793 ], [ -111.88352085271057, 41.473514117884825 ], [ -111.88377078799671, 41.47339870499794 ], [ -111.88409296425961, 41.473311559879349 ], [ -111.88434347310067, 41.473238475942402 ], [ -111.88516881888333, 41.47316367132499 ], [ -111.88600016242981, 41.473089715323255 ], [ -111.88641933642653, 41.473090088631977 ], [ -111.88692309657289, 41.473145653845926 ], [ -111.88770650760193, 41.473157625043868 ], [ -111.88801245309804, 41.473110226609968 ], [ -111.88830467230578, 41.473022400244844 ], [ -111.88854232689856, 41.47288545417566 ], [ -111.88889789636615, 41.472613386722557 ], [ -111.88956713921212, 41.472071374001274 ], [ -111.89007717658245, 41.471710736718137 ], [ -111.89038495773937, 41.471448041796421 ], [ -111.89047841327198, 41.471276178413838 ], [ -111.89053026531565, 41.471127155473525 ], [ -111.89056458667707, 41.471009794013945 ], [ -111.89067477013951, 41.470747727301429 ], [ -111.89088741422626, 41.470534407430669 ], [ -111.8912430465838, 41.470356008773827 ], [ -111.89254001550319, 41.470093745768736 ], [ -111.89403809080791, 41.469738930795195 ], [ -111.89480246785912, 41.469588869128643 ], [ -111.89510134280793, 41.469551414960414 ], [ -111.89557502992247, 41.469511698310683 ], [ -111.89590836910548, 41.469455058234217 ], [ -111.89622063116033, 41.469520180841783 ], [ -111.89643970487705, 41.469775183556465 ], [ -111.89661013810709, 41.469976520825163 ], [ -111.89680307555243, 41.470159667647273 ], [ -111.89721463222709, 41.470390649531119 ], [ -111.8975027026262, 41.470437942610282 ], [ -111.89800463607247, 41.470361966091623 ], [ -111.89836411846173, 41.470377173691169 ], [ -111.89887433929627, 41.470467764853694 ], [ -111.89946944118505, 41.470634252586393 ], [ -111.90049032743335, 41.470846945094706 ], [ -111.90148758301217, 41.471082332127629 ], [ -111.90216614461697, 41.471221129630585 ], [ -111.90326500866911, 41.47144219316305 ], [ -111.90402790082049, 41.471616346810471 ], [ -111.90492358335987, 41.471866013282899 ], [ -111.90534445268808, 41.471988804356194 ], [ -111.90607660445058, 41.472104638503737 ], [ -111.90638744611371, 41.472066160004545 ], [ -111.90656549865203, 41.471952164812173 ], [ -111.90714528635998, 41.471533255169362 ], [ -111.90769260576346, 41.471191161364871 ], [ -111.90820922565013, 41.470880833110861 ], [ -111.90878092065795, 41.47065563730758 ], [ -111.90912742541273, 41.470598854916545 ], [ -111.90957602713699, 41.470563782555878 ], [ -111.91018647236896, 41.470540938903099 ], [ -111.91045495233064, 41.470471258873907 ], [ -111.91059202815109, 41.47042513697577 ], [ -111.91089409826471, 41.470274123766316 ], [ -111.91113207224704, 41.470078580715487 ], [ -111.91136330170636, 41.469914616365607 ], [ -111.91168465271494, 41.469772455663744 ], [ -111.9120910846699, 41.469719693021609 ], [ -111.91228879938792, 41.469728033127971 ], [ -111.91249853896467, 41.469739880442368 ], [ -111.9128883226535, 41.469780923590776 ], [ -111.91318099784925, 41.46972905988833 ], [ -111.91331509944276, 41.469471285421776 ], [ -111.91334615518645, 41.469124255485212 ], [ -111.91337078111897, 41.468745750817583 ], [ -111.91333699031691, 41.468471294642633 ], [ -111.91332392914926, 41.468393935051182 ], [ -111.91326065880052, 41.468152139411778 ], [ -111.91296470546251, 41.467969837936806 ], [ -111.91251907958387, 41.467788723194161 ], [ -111.91234387914078, 41.467677520961573 ], [ -111.91236057730328, 41.467587314890132 ], [ -111.91243752367804, 41.467523652990856 ], [ -111.91254503607026, 41.4675047853585 ], [ -111.91337842174909, 41.467583740551454 ], [ -111.9136949712225, 41.467527182279909 ], [ -111.91399910351865, 41.467439196040701 ], [ -111.91444559230787, 41.467255500035236 ], [ -111.91490449552265, 41.467103229319868 ], [ -111.91521869798386, 41.466880049320736 ], [ -111.91537862735295, 41.466671607341283 ], [ -111.91587718687592, 41.466019108481184 ], [ -111.91632789862867, 41.465285922312816 ], [ -111.9168012148422, 41.464457976803388 ], [ -111.91695765190823, 41.46408742781118 ], [ -111.91695474610918, 41.463881182283615 ], [ -111.91686774905934, 41.463655790866326 ], [ -111.91652603223652, 41.463199138454911 ], [ -111.9162994584413, 41.462840648856471 ], [ -111.9160768454478, 41.46233800933345 ], [ -111.91606788012065, 41.462126407552432 ], [ -111.9161652759614, 41.461814877590044 ], [ -111.91632883809606, 41.461525338877024 ], [ -111.91666232489852, 41.460973232130009 ], [ -111.91675398364985, 41.460679762081135 ], [ -111.91658804131384, 41.460374833868912 ], [ -111.9163712673149, 41.46028648730389 ], [ -111.91594529149528, 41.46022232480172 ], [ -111.91546423679895, 41.460073029047088 ], [ -111.91480736823399, 41.459767500616387 ], [ -111.91405573835762, 41.459534780452202 ], [ -111.91370677223436, 41.459497019778183 ], [ -111.91339662369271, 41.459494979309412 ], [ -111.91307286333939, 41.459461520243075 ], [ -111.91273580489751, 41.459333588349132 ], [ -111.91245766270107, 41.4591376328069 ], [ -111.91197346933031, 41.458763162887905 ], [ -111.91144196015497, 41.458429599014188 ], [ -111.91071890187249, 41.458097549379744 ], [ -111.90991091321487, 41.457685100619486 ], [ -111.90942145125115, 41.457360202066603 ], [ -111.90930167014864, 41.457271075211963 ], [ -111.90893047259696, 41.45692632409169 ], [ -111.90859610272692, 41.456560563877886 ], [ -111.90834634361204, 41.456251781785703 ], [ -111.90801826789115, 41.455907587847626 ], [ -111.90750482256547, 41.455578366614454 ], [ -111.90683531191313, 41.455218847668149 ], [ -111.9060712267614, 41.454945639920822 ], [ -111.9056030315965, 41.454855650085435 ], [ -111.90524399687402, 41.454866582776368 ], [ -111.90481938114411, 41.454896945731029 ], [ -111.90425609086898, 41.454856338259454 ], [ -111.9036788919646, 41.454676222831012 ], [ -111.90320875270204, 41.454445723295251 ], [ -111.90275077554425, 41.45422863745268 ], [ -111.90252211895665, 41.454143960810192 ], [ -111.90214396965257, 41.454071265096175 ], [ -111.90173675329825, 41.454060946967203 ], [ -111.90134761890414, 41.454059493098022 ], [ -111.90070633647382, 41.454005968234711 ], [ -111.90033921476288, 41.4538647240879 ], [ -111.90010932981544, 41.45369087911201 ], [ -111.90002297782451, 41.453506903335658 ], [ -111.89998950128468, 41.453250454700616 ], [ -111.90007281169062, 41.452781418651512 ], [ -111.90022726285045, 41.452262285141352 ], [ -111.90060706172744, 41.4511568076393 ], [ -111.90092890102545, 41.450189595766098 ], [ -111.90114325508685, 41.449674495348773 ], [ -111.90119986745962, 41.449439859611608 ], [ -111.90105079904552, 41.449049205726077 ], [ -111.90050241050805, 41.448350923144851 ], [ -111.89987684931349, 41.447698278552821 ], [ -111.89930684551707, 41.447166796005838 ], [ -111.89897306518338, 41.446836131217495 ], [ -111.89851335400915, 41.446488434334881 ], [ -111.89821493223016, 41.446116957806694 ], [ -111.8978740603532, 41.445705278514389 ], [ -111.8974571263535, 41.445420295223684 ], [ -111.89703751696486, 41.445288457086733 ], [ -111.89662785710208, 41.445183562066546 ], [ -111.89583002495715, 41.444969096600751 ], [ -111.89518541088104, 41.444753433358379 ], [ -111.89461949188436, 41.444514635996626 ], [ -111.89435405559762, 41.444363574116679 ], [ -111.89424901399781, 41.444211264865928 ], [ -111.89412106746579, 41.443960052101367 ], [ -111.89393719659346, 41.443646221949479 ], [ -111.8937193222357, 41.443471369704682 ], [ -111.89358624876586, 41.443369719067626 ], [ -111.8929375452812, 41.442766756417221 ], [ -111.89263939502111, 41.442498848151075 ], [ -111.89235628904287, 41.442280363134657 ], [ -111.89192194045987, 41.442031524227865 ], [ -111.89142188771467, 41.441792200235533 ], [ -111.89104131919555, 41.4416240078898 ], [ -111.89053314798262, 41.441578402183005 ], [ -111.8899412268033, 41.441623516256193 ], [ -111.88929111874991, 41.441790677138457 ], [ -111.88845425517044, 41.441869202771144 ], [ -111.8879407438135, 41.441958737995591 ], [ -111.88739755320492, 41.44206651469954 ], [ -111.88705087310431, 41.442100714427873 ], [ -111.8868233338353, 41.442093461364095 ], [ -111.88661387114982, 41.442095075939839 ], [ -111.88537486499256, 41.442091107504154 ], [ -111.8845615028726, 41.442137898011254 ], [ -111.88451368678082, 41.442142769384581 ], [ -111.88387894648751, 41.442120625926847 ], [ -111.88361476636297, 41.442059603576432 ], [ -111.88306704942312, 41.441834120417248 ], [ -111.88256751821713, 41.441630783486893 ], [ -111.88202139393056, 41.44152237945017 ], [ -111.88179831755316, 41.441402489571765 ], [ -111.88153768895279, 41.441161286962959 ], [ -111.88155296099691, 41.440963006854368 ], [ -111.88164041308349, 41.440791195812146 ], [ -111.88168126860201, 41.440714319678349 ], [ -111.88178557625368, 41.440461312611944 ], [ -111.88178319875763, 41.440285686271842 ], [ -111.88170833708408, 41.440061074730998 ], [ -111.88141206420828, 41.439396796464308 ], [ -111.88132249440183, 41.43896963047235 ], [ -111.88134784664686, 41.438631658138483 ], [ -111.88133339357236, 41.438005753397881 ], [ -111.88136156155655, 41.43743356656632 ], [ -111.88140780351722, 41.436870248613843 ], [ -111.88143465184837, 41.436289064347257 ], [ -111.88148953577058, 41.435833769088198 ], [ -111.8815071351401, 41.435365248341888 ], [ -111.88155514176304, 41.434932524235684 ], [ -111.88163258008507, 41.434463544836163 ], [ -111.88180796500318, 41.433714584479276 ], [ -111.88187507823909, 41.43336728419861 ], [ -111.88206174530582, 41.433010059830785 ], [ -111.88249564928607, 41.431907826191917 ], [ -111.88276846927853, 41.430842856638712 ], [ -111.88300354556159, 41.430084428564648 ], [ -111.883246431166, 41.429461051417057 ], [ -111.88340230786929, 41.429041009055624 ], [ -111.88347722323918, 41.428828759143634 ], [ -111.88368023025518, 41.427912945674287 ], [ -111.88401156819094, 41.427194309205198 ], [ -111.88418795065074, 41.426963264172947 ], [ -111.88432409909166, 41.426854128497716 ], [ -111.88443661968596, 41.426767692893812 ], [ -111.88494238248025, 41.426556632586788 ], [ -111.88552592362062, 41.426344971399118 ], [ -111.88723491908969, 41.425642735367603 ], [ -111.8883989891654, 41.425088802230356 ], [ -111.88919525405508, 41.424681819675016 ], [ -111.88968254414129, 41.424434851554864 ], [ -111.89022799972295, 41.424065830908162 ], [ -111.89064799173623, 41.423711290194305 ], [ -111.89130284974097, 41.423029760095893 ], [ -111.89149690968824, 41.422781452687374 ], [ -111.89177080811407, 41.422333461727717 ], [ -111.89189925171264, 41.422012701970175 ], [ -111.89200158041891, 41.42162008502482 ], [ -111.89217422129531, 41.421118833443437 ], [ -111.8922809885987, 41.42061358876898 ], [ -111.89229437487013, 41.420280209634285 ], [ -111.89241476975765, 41.419896459537377 ], [ -111.89263865612187, 41.419205653315984 ], [ -111.89280320653701, 41.418551336843009 ], [ -111.8928952252366, 41.418280399399293 ], [ -111.89301234499041, 41.418094837758005 ], [ -111.89314371174837, 41.418075803111925 ], [ -111.89326249650129, 41.418011828785446 ], [ -111.89346028688173, 41.418037315248718 ], [ -111.8942825976177, 41.418229090010051 ], [ -111.89497952872165, 41.418439849185646 ], [ -111.89553670193565, 41.418494061842956 ], [ -111.89609131767088, 41.418449209849264 ], [ -111.89660565557239, 41.418347021455929 ], [ -111.89751599804164, 41.417978724779928 ], [ -111.89806095620636, 41.418015005624824 ], [ -111.89832659040241, 41.418187676165793 ], [ -111.89844836170901, 41.418340752536878 ], [ -111.89871063573783, 41.418703505436532 ], [ -111.89908558669443, 41.418993317674001 ], [ -111.89957290406159, 41.419187671984318 ], [ -111.90017395476961, 41.419385638097282 ], [ -111.90070191168664, 41.419489595213086 ], [ -111.90107276749228, 41.419482187464943 ], [ -111.90141919481957, 41.419438940168618 ], [ -111.9025053366137, 41.419236764917514 ], [ -111.90353172136705, 41.419040453204964 ], [ -111.90397240328477, 41.418891070907115 ], [ -111.90421387781626, 41.418700917799121 ], [ -111.90463495528056, 41.418346317408762 ], [ -111.90488246709955, 41.418074147707635 ], [ -111.90515788791888, 41.417657638833987 ], [ -111.90537945605979, 41.417327123785945 ], [ -111.90547111599304, 41.416948089866388 ], [ -111.90546909229994, 41.416371629469907 ], [ -111.90547392656795, 41.415858167149196 ], [ -111.90547029897115, 41.415596979824066 ], [ -111.90542412085878, 41.415287487162907 ], [ -111.90540976754126, 41.415115557925496 ], [ -111.90543842742309, 41.415025257924881 ], [ -111.90549674766818, 41.414916709586478 ], [ -111.90561003267236, 41.414888795581874 ], [ -111.90579579119489, 41.414909851843682 ], [ -111.9062597321436, 41.415144895527753 ], [ -111.907055389444, 41.415570982561199 ], [ -111.9075012676192, 41.415797156154426 ], [ -111.90781358357484, 41.415883865872587 ], [ -111.90820312962427, 41.41593123309984 ], [ -111.90857346183176, 41.415887775574369 ], [ -111.9089611750554, 41.415803646044544 ], [ -111.90941324655147, 41.415615420907542 ], [ -111.90982331459261, 41.415418518728472 ], [ -111.9101374772645, 41.415208862658041 ], [ -111.91069010501712, 41.414938769977326 ], [ -111.91116212568154, 41.414894499148737 ], [ -111.91140134714809, 41.414888100596357 ], [ -111.91175989584576, 41.414858237334428 ], [ -111.91205188509362, 41.414774855965831 ], [ -111.91228405268072, 41.414691948229709 ], [ -111.91292041591386, 41.414421180827851 ], [ -111.91353259327161, 41.414132587064579 ], [ -111.91371438863051, 41.413870828267427 ], [ -111.91361487763281, 41.413600494456169 ], [ -111.91356374059168, 41.413366706960815 ], [ -111.91378229635696, 41.413166807494669 ], [ -111.91406690766381, 41.413069968441469 ], [ -111.91448690287474, 41.413071134546797 ], [ -111.91482882109122, 41.413135972097066 ], [ -111.91539200883791, 41.413194544588826 ], [ -111.91602111985794, 41.413176026181958 ], [ -111.91694573147804, 41.413069578852735 ], [ -111.91731433049839, 41.412904506528463 ], [ -111.91762763283312, 41.412636288462735 ], [ -111.9178522822492, 41.412445340115518 ], [ -111.91829379933847, 41.412360749901929 ], [ -111.91893550910804, 41.412472722962768 ], [ -111.91951778321898, 41.412612189814865 ], [ -111.91994866968798, 41.412622256381283 ], [ -111.92060648648801, 41.412603483372123 ], [ -111.92106798218326, 41.412662841752798 ], [ -111.92130846675313, 41.412746486938744 ], [ -111.9221446633056, 41.413073063099183 ], [ -111.92298493763637, 41.413264488798028 ], [ -111.92344573842439, 41.413274302260319 ], [ -111.92367196765603, 41.413195922948724 ], [ -111.92406396705103, 41.412994611396194 ], [ -111.92484344580505, 41.412695606203869 ], [ -111.92565546059966, 41.412581887276133 ], [ -111.92635475117577, 41.412534824634335 ], [ -111.92688892991299, 41.412656626492925 ], [ -111.92717180720341, 41.41277594762785 ], [ -111.92774025609025, 41.413203722328412 ], [ -111.9282365441686, 41.413605054080023 ], [ -111.9285959578835, 41.414057029401469 ], [ -111.92871829213475, 41.414245198156841 ], [ -111.92899133305802, 41.414513216897902 ], [ -111.9293477400625, 41.414753539269341 ], [ -111.92988361234534, 41.414992410125087 ], [ -111.93038975791993, 41.415244129279138 ], [ -111.93074281557098, 41.415584456904554 ], [ -111.93124972809554, 41.415973079045187 ], [ -111.93153962652688, 41.41616349122318 ], [ -111.93187623854428, 41.416273358125622 ], [ -111.93220011455037, 41.416329282628546 ], [ -111.93302688351309, 41.416408151200351 ], [ -111.93331930275771, 41.416356238445807 ], [ -111.93354462759864, 41.416214795057883 ], [ -111.93370427646023, 41.416082891693272 ], [ -111.93400652899827, 41.415882274718761 ], [ -111.93453263651526, 41.41585548377077 ], [ -111.93532415504883, 41.415979659347848 ], [ -111.93588725467794, 41.416029124644368 ], [ -111.93621523947911, 41.415954396626155 ], [ -111.93656058775665, 41.415838992873219 ], [ -111.93693031639225, 41.415754915555773 ], [ -111.93719970716576, 41.415766232518862 ], [ -111.93784603805727, 41.415778980448643 ], [ -111.93810944690205, 41.4157903440437 ], [ -111.93829625451951, 41.415883398697289 ], [ -111.9382800579546, 41.416005131137858 ], [ -111.93825144330953, 41.416095438832841 ], [ -111.93812403455692, 41.416388318642397 ], [ -111.93802811684056, 41.416790832214573 ], [ -111.93816672511475, 41.417276103302441 ], [ -111.93842705649324, 41.417904500241569 ], [ -111.93881179112716, 41.418446310838171 ], [ -111.93931332585937, 41.418789003087007 ], [ -111.93957882411253, 41.418944465074311 ], [ -111.94003127312118, 41.419201984455157 ], [ -111.94028343933383, 41.41967731739026 ], [ -111.94039287279708, 41.420212364792206 ], [ -111.94054620523026, 41.420472326681917 ], [ -111.94108918783773, 41.420783146162265 ], [ -111.94189749355985, 41.421235909887514 ], [ -111.94236772030651, 41.421479763231751 ], [ -111.94277701641893, 41.421647550875164 ], [ -111.94310756225633, 41.421748426984095 ], [ -111.94345124776642, 41.421930261185892 ], [ -111.94373517320795, 41.422117088301448 ], [ -111.94391700248585, 41.422277730165185 ], [ -111.94405891019171, 41.422573810657859 ], [ -111.94420895480694, 41.423018446613405 ], [ -111.94435814424548, 41.423486508645723 ], [ -111.94453069772464, 41.423749910210191 ], [ -111.94471879060376, 41.423929414900471 ], [ -111.94511639046759, 41.424114404240683 ], [ -111.94543479059416, 41.42420186223373 ], [ -111.94623417833026, 41.424447497736743 ], [ -111.94693982656197, 41.424747943783785 ], [ -111.94779568818208, 41.425255219326985 ], [ -111.94838868001573, 41.42570790905765 ], [ -111.94864206526327, 41.425849938558358 ], [ -111.94917745581725, 41.426044586336886 ], [ -111.94934860553711, 41.42620981126889 ], [ -111.94946338377942, 41.426366493782623 ], [ -111.94955062469158, 41.426604470189467 ], [ -111.94963109567021, 41.426788457925774 ], [ -111.94985555661384, 41.426998279060335 ], [ -111.95021223979982, 41.427247541059792 ], [ -111.9506506540564, 41.427356511700054 ], [ -111.95090280213439, 41.427412975968686 ], [ -111.95120347351886, 41.427514075542838 ], [ -111.95196595870293, 41.427768983450015 ], [ -111.95279876571388, 41.428167422434747 ], [ -111.95298004153095, 41.428287520954221 ], [ -111.95336126973888, 41.428577103099322 ], [ -111.95360488495776, 41.428867824749865 ], [ -111.9537210066398, 41.429033499180477 ], [ -111.95383101373508, 41.429190216777627 ], [ -111.95411742693322, 41.429542733555103 ], [ -111.95428281642722, 41.429803477280288 ], [ -111.95441913438451, 41.430122109344723 ], [ -111.9545069263356, 41.430396106836682 ], [ -111.95470512694526, 41.430853839835855 ], [ -111.95478029422571, 41.43108290482742 ], [ -111.95476025323715, 41.431348789586018 ], [ -111.95473442648634, 41.431628233452358 ], [ -111.95476751169988, 41.431844136553636 ], [ -111.95493868221192, 41.432090419389411 ], [ -111.95589952417758, 41.432726468717547 ], [ -111.95643762364227, 41.433100307058915 ], [ -111.95693311556586, 41.433424956575372 ], [ -111.95740954941027, 41.433674100382646 ], [ -111.95768012900918, 41.433761021420871 ], [ -111.95795656066711, 41.433838885688722 ], [ -111.95828621110863, 41.433873070466539 ], [ -111.95857948219216, 41.433875130805397 ], [ -111.95877076408559, 41.433860025656706 ], [ -111.95905586383476, 41.433713530799444 ], [ -111.95917348379606, 41.433572935475389 ], [ -111.95916132087463, 41.43347845919358 ], [ -111.95908513744455, 41.433262916773288 ], [ -111.95894002256362, 41.432755208398433 ], [ -111.95895998052661, 41.432484820006351 ], [ -111.95917089706313, 41.432177710724119 ], [ -111.9594711410318, 41.431841032369476 ], [ -111.95950944514077, 41.431597513038056 ], [ -111.95948193005222, 41.431354542664302 ], [ -111.95946684638885, 41.431142994502665 ], [ -111.95949384627161, 41.430944606444818 ], [ -111.95960534426814, 41.430795054284225 ], [ -111.95987135067556, 41.430572153700737 ], [ -111.96001781904404, 41.430359257516393 ], [ -111.96013557697168, 41.43022856814121 ], [ -111.96058054617087, 41.429561908562626 ], [ -111.96108282426181, 41.429048795087041 ], [ -111.96137075785454, 41.428771663376168 ], [ -111.96175315893883, 41.428327104202751 ], [ -111.96190420354661, 41.428019589532788 ], [ -111.96218322022729, 41.427463300685957 ], [ -111.96250531128108, 41.426987717419678 ], [ -111.96293409519309, 41.426443684658103 ], [ -111.96326082766669, 41.425877986272965 ], [ -111.96353597138891, 41.425465844986832 ], [ -111.96375919627168, 41.425184745433867 ], [ -111.96400774979277, 41.424998011013066 ], [ -111.96432357999585, 41.424909793658948 ], [ -111.96464352598072, 41.424695437173945 ], [ -111.96503593142876, 41.424525509050291 ], [ -111.9653195756872, 41.424284432957101 ], [ -111.96551500935492, 41.424147681746582 ], [ -111.9657218741054, 41.423974804598942 ], [ -111.96607530489435, 41.423598029610979 ], [ -111.96679147686089, 41.423069583417792 ], [ -111.96746722873867, 41.422640554214411 ], [ -111.96810500213012, 41.422072225716029 ], [ -111.96868561522076, 41.421684523251898 ], [ -111.96924108567806, 41.421215962942995 ], [ -111.96946614689359, 41.421060940546688 ], [ -111.96969710920759, 41.42090046351997 ], [ -111.97009480423992, 41.420686337194923 ], [ -111.97029162478378, 41.420644144002523 ], [ -111.97044071889309, 41.420611360487172 ], [ -111.97094170885734, 41.420503548104392 ], [ -111.97135336208157, 41.42042351011537 ], [ -111.9714486796376, 41.420395683039139 ], [ -111.97171137310076, 41.420357434871697 ], [ -111.97205641105656, 41.420223912514672 ], [ -111.97236555269059, 41.420090692526024 ], [ -111.97247269990834, 41.420053757200911 ], [ -111.97252970286684, 41.419864119614012 ], [ -111.97234572842262, 41.419563926250717 ], [ -111.9722092119727, 41.419236309281814 ], [ -111.97203936041298, 41.418679284640227 ], [ -111.97198565993398, 41.418287915666184 ], [ -111.97207707935621, 41.417998905863016 ], [ -111.97219928236812, 41.417768184066226 ], [ -111.97224237208869, 41.417448056542348 ], [ -111.97213059545695, 41.417174274795258 ], [ -111.97203630851175, 41.416949885966581 ], [ -111.97186605606383, 41.416686506148942 ], [ -111.97173081022402, 41.416443547458741 ], [ -111.97163592348038, 41.416098463883188 ], [ -111.9715247519283, 41.41546347871855 ], [ -111.97149324096759, 41.41495482539888 ], [ -111.97150117879725, 41.414684535655034 ], [ -111.97149661584207, 41.41437832176149 ], [ -111.97135487107431, 41.414100288440494 ], [ -111.9708558362268, 41.413532529208439 ], [ -111.97060091004171, 41.413286975945525 ], [ -111.97040821702173, 41.413203030878577 ], [ -111.97018455290863, 41.41312835409154 ], [ -111.96990904353515, 41.413027091676071 ], [ -111.96978060249681, 41.412757951598344 ], [ -111.96974030037677, 41.412542113045134 ], [ -111.96961564193828, 41.412205385160775 ], [ -111.96935952058502, 41.411878772279266 ], [ -111.96907813643897, 41.411462297301554 ], [ -111.9687118084736, 41.41096546997678 ], [ -111.96820152638843, 41.410442830670974 ], [ -111.96775731698405, 41.40993764814106 ], [ -111.96760894833567, 41.409614628484277 ], [ -111.96753931096382, 41.408953167766249 ], [ -111.96761203955106, 41.408210343503889 ], [ -111.96764043068102, 41.407704787586248 ], [ -111.96753597661449, 41.407115678964132 ], [ -111.96750139351079, 41.406800709488195 ], [ -111.96747344220508, 41.406126287434745 ], [ -111.96730890035893, 41.40551876807821 ], [ -111.96717658867577, 41.404664173609589 ], [ -111.96717595850464, 41.404218310572105 ], [ -111.96725892283877, 41.403681670325255 ], [ -111.96730818632476, 41.403050735164179 ], [ -111.96737187587735, 41.402505249342077 ], [ -111.96749193015553, 41.402130430926945 ], [ -111.96762153975189, 41.401593397991611 ], [ -111.96761512662542, 41.4011610945361 ], [ -111.96763012953106, 41.400962804545188 ], [ -111.96755488720565, 41.400729243714594 ], [ -111.96733988567121, 41.400348235076912 ], [ -111.96741148282082, 41.400013456787832 ], [ -111.96766531760547, 41.399705969715306 ], [ -111.96771333109002, 41.399313741882509 ], [ -111.96765422856267, 41.398958444732742 ], [ -111.96756953479979, 41.398490769619286 ], [ -111.96749717361399, 41.397644677754784 ], [ -111.96757248398448, 41.397076574989448 ], [ -111.96762661032531, 41.396693303067849 ], [ -111.96766573412032, 41.396508321245257 ], [ -111.96763202529456, 41.396251892325076 ], [ -111.96745783198855, 41.395798480745249 ], [ -111.96744771146778, 41.395519334756187 ], [ -111.96750183742597, 41.395136062796766 ], [ -111.96771334658818, 41.394395672683657 ], [ -111.96798583462021, 41.393492634866845 ], [ -111.96825035810858, 41.392778819941505 ], [ -111.96846379711597, 41.392250087249145 ], [ -111.96865141128768, 41.391996299061468 ], [ -111.96891024771885, 41.391705880981291 ], [ -111.96925530130493, 41.391180542079496 ], [ -111.96968493639633, 41.3907130378131 ], [ -111.97032218249078, 41.390131188009335 ], [ -111.97078136660008, 41.389640911748458 ], [ -111.97097333588545, 41.389278993402847 ], [ -111.97127273525754, 41.388902656712737 ], [ -111.97164502614315, 41.388602267150901 ], [ -111.97195885936969, 41.388392444845564 ], [ -111.97233302292187, 41.388218141726028 ], [ -111.97263610112607, 41.388089475633755 ], [ -111.97305675441068, 41.387824702518088 ], [ -111.9731482632824, 41.38754469719737 ], [ -111.97317399721111, 41.38726524812823 ], [ -111.97311003926123, 41.386986557628404 ], [ -111.9730826298606, 41.386752595321333 ], [ -111.9731861631553, 41.386476991964948 ], [ -111.97348352194551, 41.38596555465876 ], [ -111.97381419953417, 41.385683524991308 ], [ -111.97417114409809, 41.385558902665089 ], [ -111.97462274735443, 41.385365921465684 ], [ -111.97515886520543, 41.385226267064809 ], [ -111.97536625561816, 41.385098404682402 ], [ -111.97556034044705, 41.384880580057747 ], [ -111.97579936268616, 41.384468713440071 ], [ -111.97575884198984, 41.384158299395821 ], [ -111.97560660256815, 41.383974937200769 ], [ -111.97530877836454, 41.383653193126669 ], [ -111.9749497534368, 41.383237388394726 ], [ -111.97465194932357, 41.382916543140482 ], [ -111.9744383522285, 41.382628311643252 ], [ -111.97430366734011, 41.382418677323336 ], [ -111.97422063009572, 41.382063585246286 ], [ -111.97426690195267, 41.381878540266541 ], [ -111.97438910946619, 41.381332553300723 ], [ -111.97452742200032, 41.380583761576425 ], [ -111.97464611959444, 41.380123374975618 ], [ -111.9747308795471, 41.379792983374102 ], [ -111.97485274861207, 41.379545146088446 ], [ -111.97497426702046, 41.379273892197006 ], [ -111.97524699246365, 41.378717621157911 ], [ -111.97530791379852, 41.378392835595164 ], [ -111.97523427748688, 41.377866522228068 ], [ -111.97511415925861, 41.377430677476013 ], [ -111.97495508485109, 41.377188823468494 ], [ -111.97475422921256, 41.376951826915011 ], [ -111.97440767293341, 41.376567440477935 ], [ -111.97411821929242, 41.376403252864364 ], [ -111.97371517636128, 41.376240025784142 ], [ -111.97338990893572, 41.376079742371083 ], [ -111.97306433434856, 41.375898743417466 ], [ -111.97279952665957, 41.375702817839596 ], [ -111.97246045430572, 41.37549851181172 ], [ -111.97218315683854, 41.375266660411171 ], [ -111.97197494206959, 41.375016209837597 ], [ -111.97161692497116, 41.374663437808074 ], [ -111.97116279025921, 41.374279949699641 ], [ -111.97105848032921, 41.374100680301723 ], [ -111.97084482143015, 41.373805236123395 ], [ -111.9705289993049, 41.373474623309924 ], [ -111.97019889083487, 41.373067566412168 ], [ -111.96992651961162, 41.372763607987856 ], [ -111.96960506347214, 41.372455558768003 ], [ -111.96937515374483, 41.372272842300859 ], [ -111.96915853078143, 41.372099020949165 ], [ -111.96901038583114, 41.371866073853468 ], [ -111.96876758134643, 41.371539344881548 ], [ -111.96834091079445, 41.371070042941589 ], [ -111.96798664339693, 41.370564100350599 ], [ -111.96773554090217, 41.370160875215831 ], [ -111.96759995633346, 41.369887286849227 ], [ -111.96733823737451, 41.36957422500312 ], [ -111.96702232032332, 41.369234595534543 ], [ -111.96684091849316, 41.36909650367479 ], [ -111.96663613948355, 41.368994637885315 ], [ -111.96634673894894, 41.368830429929929 ], [ -111.965748876776, 41.368425608065373 ], [ -111.96540959525052, 41.368122200143993 ], [ -111.96518455883762, 41.367862870486405 ], [ -111.96504301217202, 41.367589328969913 ], [ -111.96482853724473, 41.367235331274721 ], [ -111.96447544882156, 41.36680593128483 ], [ -111.96421442220816, 41.366537893798423 ], [ -111.96388711282439, 41.366234380930187 ], [ -111.96364322618719, 41.365912153531525 ], [ -111.96343022595576, 41.365657223265281 ], [ -111.96324850960568, 41.365496609492745 ], [ -111.96318036628379, 41.365335044851463 ], [ -111.96342232078835, 41.365121343082237 ], [ -111.96450862068409, 41.36492308556322 ], [ -111.96533569341975, 41.364740503981075 ], [ -111.96612842555427, 41.364580723537109 ], [ -111.96654040005245, 41.364545737679634 ], [ -111.96689273343014, 41.364520258997324 ], [ -111.96729851626669, 41.364470910448404 ], [ -111.96772125646274, 41.364355663100064 ], [ -111.96859518993931, 41.364028543980929 ], [ -111.96916666345363, 41.363865200294455 ], [ -111.96956017819063, 41.3637952298456 ], [ -111.96997772172483, 41.363733162261987 ], [ -111.97017994728631, 41.363663901208952 ], [ -111.9704352990999, 41.363549154276036 ], [ -111.97075479390098, 41.363325775654282 ], [ -111.97161619729222, 41.362881641766087 ], [ -111.9725060897529, 41.36250481693645 ], [ -111.97285512287698, 41.362258664076869 ], [ -111.97310307838035, 41.362049394961488 ], [ -111.97327312813927, 41.361827272991036 ], [ -111.97340671004248, 41.361564925480309 ], [ -111.97348145954818, 41.361366128052651 ], [ -111.97355747114426, 41.361171823645748 ], [ -111.97379368059569, 41.36105723119708 ], [ -111.97385909267287, 41.361034158878461 ], [ -111.97456231774923, 41.360969656638346 ], [ -111.97506222514329, 41.360740234218611 ], [ -111.97541681272826, 41.360467003980339 ], [ -111.97610966311269, 41.360028768754873 ], [ -111.9766606737246, 41.359699823328874 ], [ -111.97695601859903, 41.359463121142802 ], [ -111.97739096630299, 41.358968518617118 ], [ -111.97776870048958, 41.35864554320856 ], [ -111.97806444113691, 41.358435857316735 ], [ -111.9783495751166, 41.358316335915596 ], [ -111.97914614791347, 41.358021320604244 ], [ -111.97966793798827, 41.357818714482427 ], [ -111.98035314968163, 41.357592195120048 ], [ -111.98103849180912, 41.357374678076127 ], [ -111.98197239229728, 41.35715053245567 ], [ -111.98247206458127, 41.356988636147456 ], [ -111.98297029790579, 41.356731270373352 ], [ -111.98353348383004, 41.356421103771325 ], [ -111.98441857289271, 41.356053235342195 ], [ -111.98495972715155, 41.355868454599694 ], [ -111.9851493478472, 41.355758741337958 ], [ -111.98550495285683, 41.355557531316379 ], [ -111.98594203878922, 41.35521060121458 ], [ -111.98651122823257, 41.354903971592599 ], [ -111.98714650712199, 41.354620191773961 ], [ -111.98788513648311, 41.354451718161009 ], [ -111.9885881759584, 41.354301560577078 ], [ -111.98954160753217, 41.354108712073725 ], [ -111.99020898572431, 41.353972362504145 ], [ -111.99087533664002, 41.353768461586235 ], [ -111.99136932568237, 41.353629094376032 ], [ -111.99188042126056, 41.35343553254085 ], [ -111.99221277119368, 41.353279539782854 ], [ -111.99239035101665, 41.353165414650462 ], [ -111.992573906522, 41.353051237701777 ], [ -111.99321984725826, 41.352685364059809 ], [ -111.99364128609807, 41.352492568181994 ], [ -111.99390720337318, 41.352292106563738 ], [ -111.99412428159155, 41.352024509906109 ], [ -111.99438175216596, 41.351661984934282 ], [ -111.99461367024188, 41.351191590068964 ], [ -111.99498097793102, 41.350584911494622 ], [ -111.99516191555398, 41.350299610267861 ], [ -111.99534278302239, 41.350009805596429 ], [ -111.99560738143485, 41.349723780021307 ], [ -111.99597648008104, 41.349549443397663 ], [ -111.99662604824934, 41.349503285938709 ], [ -111.99714678238854, 41.349552820117147 ], [ -111.99789591108356, 41.349685943052222 ], [ -111.99853074184409, 41.349770511582228 ], [ -111.99913563909722, 41.34985173348992 ], [ -111.99965663947961, 41.349918368256738 ], [ -111.99991979040372, 41.34992959331543 ], [ -112.00029023377436, 41.349921870189647 ], [ -112.00082196012853, 41.349908239579769 ], [ -112.00134197712374, 41.349832556564444 ], [ -112.00189632835053, 41.349813319615279 ], [ -112.00218220900994, 41.349747777754217 ], [ -112.00265251524242, 41.349626583409574 ], [ -112.00315798415413, 41.34946004307097 ], [ -112.00348980241036, 41.349272496093207 ], [ -112.00375512274253, 41.349035986869261 ], [ -112.00401843470182, 41.348668885608944 ], [ -112.00410927443646, 41.348357333819457 ], [ -112.0041210437337, 41.347956396750533 ], [ -112.00406728691365, 41.347569542655734 ], [ -112.00391459832767, 41.346967371212052 ], [ -112.00390371112663, 41.346647699360801 ], [ -112.00400142381645, 41.346394636459337 ], [ -112.00419536893389, 41.346181267609907 ], [ -112.00441884492218, 41.345945121896257 ], [ -112.00464912560547, 41.345762961444613 ], [ -112.00542403351875, 41.34524276544267 ], [ -112.0058560914912, 41.344968764354398 ], [ -112.00626604643422, 41.344812052650511 ], [ -112.00655808429474, 41.344759957367998 ], [ -112.00683907249001, 41.34476650688724 ], [ -112.00708399943416, 41.34475986002208 ], [ -112.00734601998192, 41.344699017902059 ], [ -112.00767689948728, 41.344452918138515 ], [ -112.00783552954232, 41.344275882423183 ], [ -112.0081005361894, 41.344021350780984 ], [ -112.00838591272996, 41.343847707709806 ], [ -112.0087354611826, 41.34372754657322 ], [ -112.00909329123066, 41.343679371912529 ], [ -112.00942812321072, 41.343689946740717 ], [ -112.01020020476599, 41.343764239599629 ], [ -112.01072006649414, 41.343759675031841 ], [ -112.0108273454978, 41.343740717755487 ], [ -112.01135185841528, 41.343650538055641 ], [ -112.01185163165357, 41.343506528381475 ], [ -112.01229234628056, 41.343408073640774 ], [ -112.01274423388307, 41.343336541445154 ], [ -112.01307561036106, 41.343432707493385 ], [ -112.01337598556165, 41.343533649333608 ], [ -112.01382791218654, 41.343772871895332 ], [ -112.01450788732379, 41.344073135135432 ], [ -112.01456792136861, 41.344090620920262 ], [ -112.01490338536337, 41.344141708057428 ], [ -112.01566219723721, 41.344130509849101 ], [ -112.01966145332111, 41.344203234781943 ], [ -112.0203012476876, 41.344224586751615 ], [ -112.02091011005211, 41.344178653214612 ], [ -112.02119608687165, 41.344122070820212 ], [ -112.02148810899236, 41.344069937813586 ], [ -112.02213626163808, 41.343861513784432 ], [ -112.02263544538711, 41.343604868637193 ], [ -112.02308358629979, 41.34329463002009 ], [ -112.02326586129877, 41.343103851632627 ], [ -112.02339421633667, 41.342904544946244 ], [ -112.02361071530434, 41.342533311345569 ], [ -112.02389442262954, 41.342027267392737 ], [ -112.0242417736265, 41.341311681897764 ], [ -112.02460164617543, 41.340632914632025 ], [ -112.02503863618787, 41.339918330005908 ], [ -112.02541155908646, 41.339310603258269 ], [ -112.02565650284068, 41.338925600914209 ], [ -112.0259440455676, 41.338589759645743 ], [ -112.02636929062112, 41.338270704686771 ], [ -112.02678152085571, 41.337884207857229 ], [ -112.02724575058443, 41.337384651377135 ], [ -112.02782370612066, 41.336897588656385 ], [ -112.02822040304041, 41.336664353245396 ], [ -112.02847674073054, 41.336549468691913 ], [ -112.02867214499585, 41.336511692173517 ], [ -112.02958072861881, 41.336530589912918 ], [ -112.02978386928149, 41.336528772386366 ], [ -112.03497698291709, 41.336550644291947 ], [ -112.03542521504929, 41.336554719168184 ], [ -112.03792912044223, 41.336563690489626 ], [ -112.04518989651443, 41.33659255678171 ], [ -112.04898462365037, 41.336607572155351 ], [ -112.04913996573812, 41.336606156123558 ], [ -112.09271656165087, 41.336772625667933 ], [ -112.11218019255897, 41.336842885910876 ], [ -112.12514191088374, 41.336883530148349 ], [ -112.1257454974604, 41.336886634891208 ], [ -112.13700296410275, 41.336857030173803 ], [ -112.13758257306851, 41.336855805967026 ], [ -112.20222877564937, 41.336671511393547 ], [ -112.23814541978699, 41.336551905334346 ], [ -112.25073066667143, 41.323850429476828 ], [ -112.32362347265966, 41.249934996440061 ], [ -112.36886284107727, 41.203908869845755 ], [ -112.37578297298641, 41.196859032969378 ], [ -112.40224944298521, 41.169935856745553 ], [ -112.44639755453841, 41.124950740539028 ], [ -112.45521645217207, 41.115953611355081 ], [ -112.46764229990377, 41.1032518899735 ], [ -112.48181573265042, 41.088789673562395 ], [ -112.48323571986403, 41.087343681754099 ], [ -112.49351741249667, 41.076883531452204 ], [ -112.49551751806844, 41.076371169681401 ], [ -112.5007391834823, 41.075096237478199 ], [ -112.51253201587694, 41.072145128365705 ], [ -112.52686919217703, 41.068555607530271 ], [ -112.54145919447251, 41.0649023737299 ], [ -112.56273754148729, 41.059562411063716 ], [ -112.57994946746106, 41.055247190024517 ], [ -112.59968456227232, 41.050313404097821 ], [ -112.61304246225045, 41.046965477312895 ], [ -112.62580244500977, 41.043791085404187 ], [ -112.65124601458645, 41.037389624262524 ], [ -112.66528413016584, 41.033863766258804 ], [ -112.68168394289319, 41.029716260488662 ], [ -112.68886373616401, 41.027899797008359 ], [ -112.700569355802, 41.024944272457766 ], [ -112.71828278765597, 41.02048753391616 ], [ -112.7369320125752, 41.015754557175441 ], [ -112.75082500875129, 41.012261023844005 ], [ -112.75925865406298, 41.010114867586118 ], [ -112.76498722522186, 41.0086626124994 ], [ -112.77096951717802, 41.007147624786199 ], [ -112.78285090106159, 41.004149533899138 ], [ -112.7929359125236, 41.001592534600881 ], [ -112.79935899617207, 40.99993860737343 ], [ -112.80737257046155, 40.99993930786799 ], [ -112.81921487617346, 40.999951131562746 ], [ -112.8330182986961, 40.999939566660316 ], [ -112.84117412224687, 40.999925743511675 ], [ -112.84933603929122, 40.999917550178743 ], [ -112.86278317314633, 40.99992164563573 ], [ -112.87583848658478, 40.999944961567444 ], [ -112.90006336737746, 40.999948002692861 ], [ -112.90330801439558, 40.999948501469326 ], [ -112.92377074839258, 40.999941976767495 ], [ -112.94860158787287, 40.99993459496477 ], [ -112.95643069976957, 40.999932543621576 ], [ -112.9715181912415, 40.999927602494168 ], [ -113.00082655270235, 40.999962869317706 ], [ -113.02391531870279, 40.999951463865941 ], [ -113.04494138895555, 40.999945030657422 ], [ -113.06753678783622, 40.999938134140393 ], [ -113.0923429843168, 40.999913699656062 ], [ -113.11165051436193, 40.999894748953729 ], [ -113.12584306183143, 40.999980555435926 ], [ -113.13431996533242, 40.999976969757761 ], [ -113.145317439365, 40.999975396859107 ], [ -113.15343782028008, 40.999977040678978 ], [ -113.1595085582838, 40.999980515748028 ], [ -113.16246179003602, 40.999979171118675 ], [ -113.17290709120529, 40.999962805433761 ], [ -113.18405767528967, 40.999954643068804 ], [ -113.19369938348316, 40.999942612830566 ], [ -113.20181976125704, 40.999945346565433 ], [ -113.21178250058807, 40.999934673257677 ], [ -113.22298697928831, 40.99993971892539 ], [ -113.23311182646565, 40.999942085818425 ], [ -113.2420523458629, 40.999939592659068 ], [ -113.25080304069883, 40.999949120625729 ], [ -113.25561234677669, 40.999954147361855 ], [ -113.26578343429443, 40.999953635024028 ], [ -113.27858791342676, 40.999952415169965 ], [ -113.29230139878321, 40.999937092648942 ], [ -113.30096828969958, 40.999930962119151 ], [ -113.30530164480848, 40.999925402055958 ], [ -113.32035283380772, 40.999916891886905 ], [ -113.33281858652232, 40.999920962158221 ], [ -113.35117454741612, 40.999903606521748 ], [ -113.35926518707876, 40.999909346860719 ], [ -113.36323624584651, 40.999913526976499 ], [ -113.37585160753504, 40.999946795077037 ], [ -113.39062330218965, 40.999938458527055 ], [ -113.41441231856982, 40.999919742731841 ], [ -113.41554294140866, 40.999919460925113 ], [ -113.42193222693446, 40.999924929098626 ], [ -113.43817271023735, 40.999932741927573 ], [ -113.46197988466768, 40.999926323054034 ], [ -113.48604271919626, 40.999922970794316 ], [ -113.50086307833934, 40.999948967134443 ], [ -113.51114713218573, 40.999955835029247 ], [ -113.52142513371939, 40.99996011448119 ], [ -113.54523216348638, 40.999955382539362 ], [ -113.56904480613841, 40.999943796216733 ], [ -113.59280323915229, 40.999915890016979 ], [ -113.61187286747183, 40.999921931167144 ], [ -113.62584870710293, 40.999941059271244 ], [ -113.62839274912558, 40.999937981785614 ], [ -113.65222947951446, 40.999940145952031 ], [ -113.6692609231944, 40.999966467223963 ], [ -113.68832971060073, 40.999955345469786 ], [ -113.69971203858618, 40.999932323743828 ], [ -113.71163042470928, 40.999936088020249 ], [ -113.72630010226304, 40.999918565311027 ], [ -113.73541050370245, 40.999896222634732 ], [ -113.7508387229657, 40.99993861419172 ], [ -113.77085911990261, 40.999945115961268 ], [ -113.78368677809141, 40.999946554091778 ], [ -113.80052024359114, 40.999934798586033 ], [ -113.82426710014556, 40.999931402363046 ], [ -113.83972760361306, 40.999925046071212 ], [ -113.86189912373884, 40.999921181093391 ], [ -113.87581670742966, 40.999975318047625 ], [ -113.88545798710784, 40.999972861349335 ], [ -113.8978328710957, 40.999954890715031 ], [ -113.91193231943593, 40.999955045448701 ], [ -113.93140306791923, 40.999906951753431 ], [ -113.94654903498729, 40.999916748795258 ], [ -113.96339414412225, 40.999907862637805 ], [ -113.98573128575966, 40.999893861407259 ], [ -114.0009026191307, 40.999940869850292 ], [ -114.00208592350714, 40.999950560253168 ], [ -114.00884426271773, 40.999949820093576 ], [ -114.01958565903237, 40.999961403885948 ], [ -114.02397817355845, 40.999958733517488 ], [ -114.02829349823995, 40.999957924956412 ], [ -114.03460565584307, 40.999949388088375 ], [ -114.04095789991831, 40.99990792342178 ], [ -114.04205703448436, 40.999896908500631 ], [ -114.04200435596938, 41.006630620547334 ], [ -114.04204550102735, 41.017725466358513 ], [ -114.04202730757969, 41.026754890564511 ], [ -114.04196415766535, 41.036614082177877 ], [ -114.04182852039973, 41.060898914066897 ], [ -114.04180201895834, 41.077093076646818 ], [ -114.04175999129448, 41.088433193849724 ], [ -114.04173519953422, 41.105816091786025 ], [ -114.04168688637502, 41.124874747839833 ], [ -114.04135938009881, 41.182573129180618 ], [ -114.04137853382458, 41.186976676736606 ], [ -114.04135374668236, 41.197122857688562 ], [ -114.04128203155572, 41.230564819638403 ], [ -114.04130989789832, 41.249936381510373 ], [ -114.04099880892416, 41.273824434912619 ], [ -114.04059008482785, 41.374928581708126 ], [ -114.0404136262497, 41.45316825956651 ], [ -114.04036589686595, 41.474297436731931 ], [ -114.04025686401386, 41.488989862779391 ], [ -114.04021847497, 41.493416377826065 ], [ -114.04018253021424, 41.49994209911155 ], [ -114.04073650979946, 41.537090158958158 ], [ -114.0401149984566, 41.595270666719784 ], [ -114.0401689901728, 41.603315900495211 ], [ -114.03986995205929, 41.653625406528022 ], [ -114.03989368192777, 41.659104755281867 ], [ -114.04011757820244, 41.710926523930354 ], [ -114.04012858466544, 41.7499827487459 ], [ -114.04020588914206, 41.754700539038666 ], [ -114.04016334074434, 41.760775942428978 ], [ -114.04017268812123, 41.766192558742603 ], [ -114.04000760110591, 41.783825353101037 ], [ -114.04007407754152, 41.795409249208724 ], [ -114.04005715995999, 41.798359016511846 ], [ -114.04012421148983, 41.827625234121669 ], [ -114.0403044830516, 41.833973850033843 ], [ -114.04045677240447, 41.86653818445884 ], [ -114.04040167384885, 41.87045702539875 ], [ -114.039946780412, 41.885125469821126 ], [ -114.03992196156196, 41.890443846843247 ], [ -114.03983676086072, 41.895759317472638 ], [ -114.03978576789987, 41.901033353762912 ], [ -114.03962570791391, 41.906548920262892 ], [ -114.03994371608404, 41.914235631192426 ], [ -114.0400892080746, 41.916816331505828 ], [ -114.04025775409379, 41.919729620142597 ], [ -114.04021422367451, 41.929217973465221 ], [ -114.04024843102597, 41.934251086620399 ], [ -114.04013791622314, 41.941440320882926 ], [ -114.04017496270941, 41.945770930986214 ], [ -114.04029669466696, 41.951247480168554 ], [ -114.04039467795502, 41.954829023442862 ], [ -114.04039633588572, 41.956639059814457 ], [ -114.04080507450782, 41.964341323475907 ], [ -114.04103579782871, 41.969315171595944 ], [ -114.04121862552354, 41.97465049999429 ], [ -114.04131876169772, 41.980199642691815 ], [ -114.0414038095127, 41.98565912803469 ], [ -114.04155587155579, 41.98910413998091 ], [ -114.04155510371541, 41.993926516261602 ], [ -114.02617470693184, 41.993626450721983 ], [ -114.01032974936402, 41.993353621732233 ], [ -114.0009012996059, 41.993241388913489 ], [ -113.9901886139464, 41.993106935069164 ], [ -113.98673785487479, 41.992886162726101 ], [ -113.96734878628388, 41.991804481916617 ], [ -113.93211710532388, 41.989941390763185 ], [ -113.91122660124903, 41.988852542165063 ], [ -113.89361288417543, 41.988298636612683 ], [ -113.87207901848006, 41.988150932341647 ], [ -113.86182779654726, 41.988082957740787 ], [ -113.81463133335227, 41.988647397534841 ], [ -113.76461265218717, 41.989431544939499 ], [ -113.75086880111135, 41.989694417201953 ], [ -113.70652915003333, 41.99036640187235 ], [ -113.66715015453885, 41.990901492447563 ], [ -113.6600089769353, 41.991026777396776 ], [ -113.64030075004179, 41.991288449950758 ], [ -113.6279947775448, 41.991462951851418 ], [ -113.62057419686965, 41.991520133542195 ], [ -113.60839344919411, 41.99168966922624 ], [ -113.60141890024839, 41.991762484763278 ], [ -113.58884553996808, 41.991898318755048 ], [ -113.58172451803416, 41.99193271489667 ], [ -113.56920271988861, 41.992182306950603 ], [ -113.54990435968881, 41.992572346303724 ], [ -113.53026343258973, 41.992732542123079 ], [ -113.50077361881135, 41.992946879037376 ], [ -113.25080946886919, 41.995988607404961 ], [ -113.07597625075407, 41.997555839997311 ], [ -113.00081357593093, 41.998152544400241 ], [ -112.93278355384089, 41.998710649501213 ], [ -112.87587455315487, 41.999146205763708 ], [ -112.87255369594304, 41.999168921653535 ], [ -112.75359274263627, 41.999909129925975 ], [ -112.7508340997674, 41.999919728680517 ], [ -112.7341724535634, 41.999943058761694 ], [ -112.62582892448964, 42.000335766512521 ], [ -112.59641193337515, 42.000415502599836 ], [ -112.57839440244906, 42.000552136606828 ], [ -112.57676469701224, 42.000565532306034 ], [ -112.56394151918457, 42.000605897846796 ], [ -112.53811854033168, 42.000675689231059 ], [ -112.50080581040707, 42.000863472647112 ], [ -112.37580459210739, 42.001137572358509 ], [ -112.36360346069861, 42.001148085072693 ], [ -112.25079752639409, 42.001203484331029 ], [ -112.24015378008308, 42.001206402143616 ], [ -112.23802864949887, 42.001206828185943 ], [ -112.23533630154769, 42.001222327624468 ], [ -112.19298394172775, 42.001197507565472 ], [ -112.18701870191802, 41.999944410773765 ], [ -112.1855713559281, 41.999639640348462 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 2, \"properties\": { \"NAME\": \"LOGAN CITY SCHOOL DISTRICT\", \"TOTENROLL\": 6133, \"Color4\": \"2\", \"Shape_Leng\": 62926.4399748, \"Shape_Area\": 43175012.75 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.84643929747675, 41.794747499773088 ], [ -111.84685810584413, 41.78752089166565 ], [ -111.84739376373614, 41.77829928318959 ], [ -111.84740546290617, 41.778091137403699 ], [ -111.84753771314863, 41.776163584629948 ], [ -111.84126556464354, 41.776101603056254 ], [ -111.83908724608294, 41.776067995924109 ], [ -111.83907815798973, 41.777678497545764 ], [ -111.83416432833798, 41.777613405004132 ], [ -111.83418494051607, 41.775954182524245 ], [ -111.83420333413042, 41.775237999477369 ], [ -111.8342333987394, 41.774308267739336 ], [ -111.83627435094601, 41.774331258082938 ], [ -111.83633153541858, 41.772527657510373 ], [ -111.83634752230545, 41.772369019405303 ], [ -111.83642111343106, 41.770531973150277 ], [ -111.83647086114209, 41.769638124519631 ], [ -111.83650250420737, 41.768739904097387 ], [ -111.83434976877871, 41.768711424482177 ], [ -111.83439741605613, 41.766910594387909 ], [ -111.83658127472731, 41.76693164106252 ], [ -111.83662394205128, 41.765122739644696 ], [ -111.83664032449948, 41.764994721975718 ], [ -111.83671206983885, 41.763201820649506 ], [ -111.83896303574551, 41.763212425916151 ], [ -111.8389825005827, 41.762767341435314 ], [ -111.83856153760478, 41.762774017565526 ], [ -111.83857495556909, 41.762326275171681 ], [ -111.83445248327614, 41.762247307460903 ], [ -111.83449674865497, 41.759535898711391 ], [ -111.8315376716358, 41.75945467468793 ], [ -111.83156779433546, 41.758526742047579 ], [ -111.83005910082626, 41.758508829778066 ], [ -111.83006868956929, 41.758786174220482 ], [ -111.82964762354803, 41.758782910753027 ], [ -111.82964573195895, 41.758916227106106 ], [ -111.82900446855199, 41.758908246309453 ], [ -111.82899497535256, 41.75938568254707 ], [ -111.8288975117395, 41.759383683680149 ], [ -111.82487316219849, 41.75924872146976 ], [ -111.824923361073, 41.759129469445682 ], [ -111.82484602484314, 41.758726513796574 ], [ -111.82412031298624, 41.758699296721872 ], [ -111.8240817571197, 41.759352576426032 ], [ -111.82384718298712, 41.759352457352414 ], [ -111.82157828434819, 41.759339882465071 ], [ -111.8204437089005, 41.759323671481603 ], [ -111.81939829196105, 41.759318522467247 ], [ -111.81533253481584, 41.759236662238727 ], [ -111.81396781216405, 41.759189595334867 ], [ -111.80884915321083, 41.759079833247725 ], [ -111.80856646658239, 41.759080021679296 ], [ -111.80869393779818, 41.7586936272928 ], [ -111.80888335765511, 41.758450907728701 ], [ -111.80881839440072, 41.758450464387884 ], [ -111.80440032087441, 41.75847067392349 ], [ -111.80343576379343, 41.758485529421847 ], [ -111.79995750845727, 41.758533218446736 ], [ -111.79996584598845, 41.759495102239612 ], [ -111.79997094742519, 41.759712134098365 ], [ -111.79943687524853, 41.759714950865977 ], [ -111.79943670060022, 41.760282389599453 ], [ -111.7981015694015, 41.760294374151457 ], [ -111.79560208760678, 41.760315312802362 ], [ -111.79454246322396, 41.760329851273134 ], [ -111.79455678654551, 41.762173473658805 ], [ -111.79185622526707, 41.762185813753895 ], [ -111.78987498983729, 41.762193147175466 ], [ -111.78903429149885, 41.762208831624982 ], [ -111.78497089399404, 41.762233964216115 ], [ -111.7801322169567, 41.762213781170338 ], [ -111.78011696035962, 41.758570573922114 ], [ -111.78495497954222, 41.758559238273413 ], [ -111.78493911401785, 41.754888112459149 ], [ -111.78495215360338, 41.753786472520687 ], [ -111.78494908995643, 41.753238870383122 ], [ -111.7848541838775, 41.745842999479798 ], [ -111.78482197208909, 41.744086860053081 ], [ -111.7815627902678, 41.744087459378981 ], [ -111.78155632116014, 41.742859852731669 ], [ -111.78020013424157, 41.742692533023266 ], [ -111.78014870144388, 41.740331252607568 ], [ -111.78496129064146, 41.740319191046709 ], [ -111.78493577681535, 41.741680319675623 ], [ -111.78970647436128, 41.741676451611909 ], [ -111.78970780500748, 41.740410962278858 ], [ -111.78967003464039, 41.736739076026467 ], [ -111.78863710553573, 41.736741666844409 ], [ -111.79046584125422, 41.731520359954068 ], [ -111.7888201863183, 41.731754142018616 ], [ -111.78486131889899, 41.731713699443816 ], [ -111.7848516053763, 41.729434095663564 ], [ -111.78499946200438, 41.72597439832812 ], [ -111.79443348172006, 41.725930276680515 ], [ -111.79446285994659, 41.724216041486095 ], [ -111.79443504643938, 41.721958178149045 ], [ -111.79443383820885, 41.721567282486149 ], [ -111.79442818142201, 41.718960693683634 ], [ -111.80329766254184, 41.718942265093908 ], [ -111.80349393133683, 41.719353413761873 ], [ -111.80335524844715, 41.719608380993677 ], [ -111.80066964205761, 41.719616317072763 ], [ -111.80024649454285, 41.719618364052273 ], [ -111.8002608741338, 41.720971116174546 ], [ -111.80028472026957, 41.72240846787394 ], [ -111.80075943289933, 41.722394352283658 ], [ -111.80186986618081, 41.722358686845475 ], [ -111.80322324281465, 41.722330319707233 ], [ -111.80397686201039, 41.722315141567456 ], [ -111.80404656373791, 41.722312852458181 ], [ -111.80405067396646, 41.722546105036223 ], [ -111.80405725519674, 41.722881119423953 ], [ -111.80402665047832, 41.7229335741808 ], [ -111.80399575379288, 41.722962612770225 ], [ -111.80396593573424, 41.722981736103691 ], [ -111.8039251635532, 41.722990127668005 ], [ -111.8038387319645, 41.723000640041931 ], [ -111.80378996681191, 41.723428813690141 ], [ -111.80401847862134, 41.72343532128032 ], [ -111.80406543031069, 41.723440396941513 ], [ -111.80407873005589, 41.72383210835887 ], [ -111.80410721557644, 41.724959585228937 ], [ -111.8041660076443, 41.72552841600664 ], [ -111.80422523516647, 41.727096119398496 ], [ -111.80426954555735, 41.728335171536024 ], [ -111.80443691717892, 41.728354715979769 ], [ -111.80465843527809, 41.728377483807833 ], [ -111.80477508762783, 41.728379368943884 ], [ -111.80516834833996, 41.728386521605344 ], [ -111.80536162726457, 41.728169899963447 ], [ -111.80569646599213, 41.728505314791754 ], [ -111.80590104522459, 41.72871194162051 ], [ -111.80643080907191, 41.729250445637923 ], [ -111.80645891488527, 41.729382651135566 ], [ -111.80488862337842, 41.729383753929056 ], [ -111.80488383474773, 41.729096464466707 ], [ -111.80350585656183, 41.729091697562666 ], [ -111.80350720905327, 41.729586171910171 ], [ -111.80429714973553, 41.729584248020743 ], [ -111.80429780172034, 41.729443734404938 ], [ -111.8048869496011, 41.729442311092086 ], [ -111.80585603832274, 41.729440022132884 ], [ -111.80900365606553, 41.729423307919426 ], [ -111.80907020278775, 41.728881519272655 ], [ -111.81000832437994, 41.728329086231192 ], [ -111.81005415995375, 41.728244998091078 ], [ -111.81031019388899, 41.728239590010936 ], [ -111.81096223382568, 41.728172841693215 ], [ -111.81096635187158, 41.728117869984459 ], [ -111.81097330641016, 41.728001630716186 ], [ -111.81135035803572, 41.727962940965249 ], [ -111.8117441725701, 41.727918727361732 ], [ -111.811988001119, 41.727898990583981 ], [ -111.81208778727172, 41.727898285385471 ], [ -111.81226904229877, 41.727874486739317 ], [ -111.81239924756338, 41.727902388601301 ], [ -111.81263962800465, 41.727895284607122 ], [ -111.81308582049813, 41.728000212005846 ], [ -111.81329871048754, 41.728101385043011 ], [ -111.81407215566796, 41.728222906494729 ], [ -111.81407338367454, 41.728320173285638 ], [ -111.81447639906411, 41.728338033360984 ], [ -111.8149069184479, 41.728343987878347 ], [ -111.81533274276516, 41.728358981086991 ], [ -111.81574893785702, 41.728373140380228 ], [ -111.81602438999025, 41.728381992888856 ], [ -111.81634435967101, 41.728393230563121 ], [ -111.81642269332569, 41.728312511803765 ], [ -111.81659573527044, 41.728114929794963 ], [ -111.81678504416058, 41.727967671032154 ], [ -111.81692316932447, 41.727861307317681 ], [ -111.81716989497868, 41.727785695611033 ], [ -111.81728367392397, 41.727750659824189 ], [ -111.81755200473117, 41.727672191525954 ], [ -111.81776980377859, 41.727685953543123 ], [ -111.81799067265331, 41.727657360441292 ], [ -111.81843646231458, 41.727635271363781 ], [ -111.8185416302866, 41.727584983783082 ], [ -111.81892086674885, 41.727150846767536 ], [ -111.81897299835397, 41.727090128378613 ], [ -111.81930025905433, 41.726634743747944 ], [ -111.81937856460063, 41.726457648353687 ], [ -111.81945303419705, 41.726262566274819 ], [ -111.81947049509792, 41.7262174067912 ], [ -111.81948911240224, 41.726168636260574 ], [ -111.81951825195948, 41.726096372501907 ], [ -111.81969445009169, 41.725864536699063 ], [ -111.81992629178866, 41.725753897974016 ], [ -111.82079713040409, 41.72568823448286 ], [ -111.82155833637718, 41.725133367920215 ], [ -111.82230617055684, 41.724945176602795 ], [ -111.82240771306382, 41.724894010719638 ], [ -111.82245440296276, 41.724878364649733 ], [ -111.82316251357595, 41.724686849284595 ], [ -111.82391630308966, 41.724683248184206 ], [ -111.82443904580769, 41.724851532279949 ], [ -111.82475942522633, 41.724896069485986 ], [ -111.82492148951604, 41.724876892131135 ], [ -111.8255564347383, 41.724981316611284 ], [ -111.82563354749449, 41.724994273042604 ], [ -111.82570026728354, 41.725040629975744 ], [ -111.82578374857981, 41.725081462216409 ], [ -111.82757880894667, 41.724802841446376 ], [ -111.82840714380228, 41.724612229230644 ], [ -111.82852059848096, 41.724552865777888 ], [ -111.82895910125849, 41.724433512934425 ], [ -111.82931770552538, 41.724365174260576 ], [ -111.82967553555402, 41.724330165928542 ], [ -111.82992095227294, 41.724341904118347 ], [ -111.83024796598517, 41.724341343144296 ], [ -111.83047398572198, 41.724340610515362 ], [ -111.83051245519111, 41.724340332472067 ], [ -111.83078206186413, 41.724269930355291 ], [ -111.83096484492599, 41.724179439443276 ], [ -111.83115268151914, 41.723921381634568 ], [ -111.83135680222854, 41.723434428079919 ], [ -111.8315583525418, 41.723121327702273 ], [ -111.83173777454239, 41.722957002528481 ], [ -111.83201579988655, 41.7227009925058 ], [ -111.83238663339402, 41.722649668994393 ], [ -111.83247545216317, 41.72263821715832 ], [ -111.8340055952288, 41.721497644246952 ], [ -111.8340401188678, 41.721471273378945 ], [ -111.83497823008186, 41.721035727363969 ], [ -111.83502483244904, 41.721013771925328 ], [ -111.83508500339666, 41.719347040228747 ], [ -111.83253015965337, 41.719332253155407 ], [ -111.83227326858209, 41.718429811340798 ], [ -111.83236591858139, 41.718249900934651 ], [ -111.83236230580337, 41.718156254298158 ], [ -111.83234580747416, 41.718088821300718 ], [ -111.83238354436084, 41.717752586804679 ], [ -111.83248299370756, 41.717633874642097 ], [ -111.8325424778176, 41.717399261635656 ], [ -111.83254169901399, 41.717338920365798 ], [ -111.83254993476098, 41.716952460300561 ], [ -111.8325566799078, 41.716729938463466 ], [ -111.83259589577153, 41.714366216301073 ], [ -111.83260807261172, 41.713353740456064 ], [ -111.8326082778192, 41.710295858943212 ], [ -111.83429133359036, 41.710313374927139 ], [ -111.83478913335607, 41.710325972296395 ], [ -111.83477063046685, 41.710103633508048 ], [ -111.83478493723739, 41.709444216227233 ], [ -111.83625138519496, 41.709444362173066 ], [ -111.83625039266755, 41.709275037547677 ], [ -111.8365364537764, 41.709273856135127 ], [ -111.8365173565515, 41.709840536264899 ], [ -111.83711834098227, 41.709838861835678 ], [ -111.83711729617526, 41.709480390348851 ], [ -111.83773390177754, 41.709478598906813 ], [ -111.83774161256545, 41.708961540145474 ], [ -111.83778629427619, 41.706477980269852 ], [ -111.83977589449132, 41.706506691331789 ], [ -111.83987164063113, 41.702873460652008 ], [ -111.83987886924834, 41.702782436895212 ], [ -111.84226919044644, 41.702857714182635 ], [ -111.84301455832838, 41.702781093107141 ], [ -111.844091175312, 41.702668708549034 ], [ -111.84480411467783, 41.702594115469061 ], [ -111.84480888780969, 41.702775121504629 ], [ -111.84546653454251, 41.702700030089879 ], [ -111.84590517805535, 41.702696802002038 ], [ -111.84866356162587, 41.703159240248993 ], [ -111.84880772131267, 41.703245543600417 ], [ -111.84889107006506, 41.703277353188845 ], [ -111.84898151106329, 41.70330010330045 ], [ -111.84908136488025, 41.703307471859006 ], [ -111.8492508860231, 41.703311623383911 ], [ -111.8489750677893, 41.701531172084266 ], [ -111.84890746584772, 41.700229255994181 ], [ -111.84905880745478, 41.70049654720416 ], [ -111.84940119177909, 41.700942566715739 ], [ -111.84967680186837, 41.701245867259296 ], [ -111.85017470573857, 41.701727663169621 ], [ -111.8503081434026, 41.701821249602808 ], [ -111.85039947604223, 41.701820573754716 ], [ -111.85188258249786, 41.702913849445466 ], [ -111.85196387354914, 41.702971792413123 ], [ -111.85227088182909, 41.703193790636085 ], [ -111.85631157482811, 41.700200442029448 ], [ -111.85586501070182, 41.700148825970579 ], [ -111.85818601981211, 41.69863274762448 ], [ -111.85818721295132, 41.698812879186562 ], [ -111.86029094321231, 41.69732269955432 ], [ -111.86029166612501, 41.697196595788427 ], [ -111.86033799715383, 41.692737769679496 ], [ -111.86217642733079, 41.692725793003824 ], [ -111.86220288082234, 41.695876253385656 ], [ -111.86329683346136, 41.695094336829065 ], [ -111.86377484592524, 41.694714251092158 ], [ -111.86415204273877, 41.694433998818155 ], [ -111.86433233567908, 41.694526316018909 ], [ -111.86459963477326, 41.694564836898984 ], [ -111.86485687490446, 41.694570106855082 ], [ -111.86505697619819, 41.695154057543071 ], [ -111.86499652127513, 41.695126590824628 ], [ -111.86490652876354, 41.69549565557616 ], [ -111.86503494908816, 41.695752289928976 ], [ -111.86592832952368, 41.696504853826788 ], [ -111.86613245822298, 41.696581676600793 ], [ -111.86614647237302, 41.696461777545082 ], [ -111.86704534771427, 41.696458601885773 ], [ -111.867066259571, 41.697299700145628 ], [ -111.86719413941709, 41.697425734226066 ], [ -111.86735341176468, 41.697473170124582 ], [ -111.86757327903175, 41.697468808319854 ], [ -111.86812795383008, 41.697249351563705 ], [ -111.86828168080743, 41.697241885227619 ], [ -111.86849125334837, 41.697276329650656 ], [ -111.86855742919636, 41.697282134418671 ], [ -111.86875351713451, 41.697296864830136 ], [ -111.86903829728449, 41.697293810877163 ], [ -111.86916318452388, 41.697286561453886 ], [ -111.86938739666185, 41.697247936630369 ], [ -111.86951832905909, 41.697154173668146 ], [ -111.86966512520401, 41.697078304549592 ], [ -111.86980161584601, 41.697040342742376 ], [ -111.86997214091764, 41.697030945595465 ], [ -111.87012317246213, 41.69700188034728 ], [ -111.87021628190421, 41.696955239489085 ], [ -111.87031639467223, 41.696893233577036 ], [ -111.87043182504198, 41.696808593998192 ], [ -111.87055380989074, 41.696764436253964 ], [ -111.87075793155725, 41.696751180616481 ], [ -111.87092151315797, 41.696761650125225 ], [ -111.87108270367158, 41.69677303822796 ], [ -111.8712268645707, 41.696769243274431 ], [ -111.87181426194721, 41.696749476557507 ], [ -111.87190573287099, 41.696759591006064 ], [ -111.87196451229592, 41.700132274087309 ], [ -111.87188391276544, 41.700126580727023 ], [ -111.87173609064737, 41.70012680148438 ], [ -111.86952604140997, 41.700135439129177 ], [ -111.86947452569152, 41.700147538043723 ], [ -111.86950133367247, 41.701066951701094 ], [ -111.86952230380004, 41.701999019201473 ], [ -111.86952489220076, 41.703707630195922 ], [ -111.86953736541912, 41.704900964889447 ], [ -111.86953838394081, 41.705154954886453 ], [ -111.86891555849034, 41.705227218650926 ], [ -111.86842979453996, 41.70601720271862 ], [ -111.86782028676969, 41.706544213876228 ], [ -111.8671244303823, 41.707086284602568 ], [ -111.86678103132012, 41.707113194291047 ], [ -111.86653121366894, 41.707216857583695 ], [ -111.86639308931173, 41.707403443438174 ], [ -111.86625467399139, 41.707568414497004 ], [ -111.8659913553864, 41.707651462270192 ], [ -111.8659643723237, 41.707790373532362 ], [ -111.86603598953427, 41.707932144527277 ], [ -111.86599580336491, 41.707982886624862 ], [ -111.8659219047336, 41.708029379250767 ], [ -111.86562981747117, 41.708028877810122 ], [ -111.86535562518378, 41.708018333160268 ], [ -111.86514543962923, 41.70794065412619 ], [ -111.86442154536094, 41.707379561067036 ], [ -111.86407591238688, 41.707239849816396 ], [ -111.86381398768481, 41.70706798376964 ], [ -111.86350943034635, 41.706764034446465 ], [ -111.86314257359615, 41.706474963477241 ], [ -111.8629429566725, 41.70628821616549 ], [ -111.86261491667828, 41.706205112527954 ], [ -111.86208584978939, 41.706189267429394 ], [ -111.86164678827792, 41.706252907444046 ], [ -111.86138607655872, 41.706261166943001 ], [ -111.86109350440954, 41.706223728842247 ], [ -111.86061586451791, 41.706098506757414 ], [ -111.86062998214828, 41.708238466592057 ], [ -111.86043543704383, 41.709423444248607 ], [ -111.860322512785, 41.710059283678909 ], [ -111.86030812484053, 41.713397386724459 ], [ -111.86013553423894, 41.718213819248838 ], [ -111.86268318966701, 41.718233450679826 ], [ -111.86262857499932, 41.720711683779022 ], [ -111.86484699170062, 41.720736440321055 ], [ -111.86495281212044, 41.720738345906099 ], [ -111.86495746986097, 41.720637432579558 ], [ -111.86500589892289, 41.718511418454092 ], [ -111.86506179192645, 41.718286723597679 ], [ -111.86507580678089, 41.71789751603626 ], [ -111.86508716895831, 41.715697021879201 ], [ -111.86783493738952, 41.715676302469326 ], [ -111.86782847967385, 41.71519627839298 ], [ -111.8701038436096, 41.715179071546324 ], [ -111.87006965051052, 41.716565506828239 ], [ -111.87028731217903, 41.716571064107256 ], [ -111.87025170385733, 41.716872167344647 ], [ -111.87041035825033, 41.716870064970259 ], [ -111.87120604620519, 41.71686043219389 ], [ -111.87183223706155, 41.71685117934728 ], [ -111.87210987895038, 41.716847271079267 ], [ -111.87550529718339, 41.716800734787761 ], [ -111.87549953143983, 41.717084498928607 ], [ -111.87545873051629, 41.718772719586774 ], [ -111.87545917056957, 41.718805141390831 ], [ -111.87534820633482, 41.720992883035123 ], [ -111.87131179870526, 41.720951505438961 ], [ -111.87126439488718, 41.722782084119586 ], [ -111.87003315922318, 41.722772498661563 ], [ -111.86955457812687, 41.722766213679485 ], [ -111.86503705071198, 41.722716546676033 ], [ -111.86496341930241, 41.724577043048036 ], [ -111.86992822132642, 41.724618823786258 ], [ -111.87128348544714, 41.724640079666017 ], [ -111.87252691240438, 41.724659466753408 ], [ -111.87252744437788, 41.724609924324838 ], [ -111.87479846329734, 41.724602564539389 ], [ -111.87480860640551, 41.726413790561502 ], [ -111.87997249877785, 41.726408586110693 ], [ -111.87974833806432, 41.7359748016368 ], [ -111.8881218342258, 41.736098628502646 ], [ -111.88905332948693, 41.736240940136291 ], [ -111.90185724691339, 41.739311600525063 ], [ -111.9018580395331, 41.739797969530557 ], [ -111.9018916649508, 41.74959095227095 ], [ -111.87913406682003, 41.749654755551497 ], [ -111.87924927562487, 41.744083079205453 ], [ -111.87415195616137, 41.743514905454433 ], [ -111.87409366860521, 41.745158216422489 ], [ -111.86906228629239, 41.745112619137075 ], [ -111.86898528255435, 41.746893875176426 ], [ -111.86398470557546, 41.746823504015403 ], [ -111.86392791236064, 41.750212343966282 ], [ -111.86392334609803, 41.750499699772597 ], [ -111.86396832513091, 41.750714627469513 ], [ -111.86397525572542, 41.752487141288732 ], [ -111.86231264956881, 41.752462703415098 ], [ -111.86154991795742, 41.752451312312949 ], [ -111.86144523314228, 41.757035727302586 ], [ -111.86142968905341, 41.758122079878312 ], [ -111.86389568836248, 41.758124279557244 ], [ -111.86384778399734, 41.760741152551873 ], [ -111.86557911564849, 41.761745904172336 ], [ -111.86656581034893, 41.761764586141375 ], [ -111.86650659254069, 41.767108838607065 ], [ -111.8634694196294, 41.767064153991349 ], [ -111.86351632171979, 41.765447960322682 ], [ -111.8587661500566, 41.765407907532847 ], [ -111.85836190357952, 41.765496494277926 ], [ -111.85616957707558, 41.765468719183005 ], [ -111.85612165204749, 41.768198172914069 ], [ -111.85835004088098, 41.768216672385613 ], [ -111.85831146084745, 41.769113148769705 ], [ -111.85614806275633, 41.769098667762883 ], [ -111.85373183223186, 41.769070713374269 ], [ -111.85367918472808, 41.770816644782393 ], [ -111.85364894873608, 41.772801092267343 ], [ -111.85361944956641, 41.775113385037876 ], [ -111.85358840484005, 41.775766616456451 ], [ -111.85358976066379, 41.776413302224384 ], [ -111.85359558677823, 41.777850760856957 ], [ -111.85632771092048, 41.777901582514815 ], [ -111.85630066999185, 41.778220628410793 ], [ -111.855932797356, 41.783403236906238 ], [ -111.86106280952087, 41.783491897040719 ], [ -111.86106826980229, 41.783360355481719 ], [ -111.86122352690741, 41.783361893719643 ], [ -111.86586251539454, 41.781568876900458 ], [ -111.86718183785993, 41.783834967003571 ], [ -111.86778236674184, 41.783837637727864 ], [ -111.86777508439698, 41.784011525715073 ], [ -111.86590151457381, 41.784020259021148 ], [ -111.86243588129514, 41.785288379358541 ], [ -111.86247512499992, 41.787677611987199 ], [ -111.86736707597619, 41.789899705991445 ], [ -111.86738494808419, 41.791225383768776 ], [ -111.86727918169765, 41.791236089896138 ], [ -111.86728782276046, 41.792055650579954 ], [ -111.86424907904168, 41.792071346996906 ], [ -111.86424551647143, 41.791895739667446 ], [ -111.86343275896247, 41.791240746523044 ], [ -111.86249861094626, 41.791225246843297 ], [ -111.86248811510112, 41.790621864642169 ], [ -111.85802892562182, 41.788535037380193 ], [ -111.85665682429484, 41.787892278360374 ], [ -111.85519648447412, 41.787942789415538 ], [ -111.85349219133985, 41.788564329919993 ], [ -111.85068480739251, 41.789591222756009 ], [ -111.85065803219317, 41.789932781994892 ], [ -111.85044310510993, 41.792793158065919 ], [ -111.85045032392213, 41.794067578147725 ], [ -111.85045190168144, 41.794733174791098 ], [ -111.84643929747675, 41.794747499773088 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 3, \"properties\": { \"NAME\": \"CACHE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 15409, \"Color4\": \"1\", \"Shape_Leng\": 352877.40808099997, \"Shape_Area\": 2992623946.4699998 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.10938363553102, 41.99765432403877 ], [ -112.07019833778691, 41.997715640749895 ], [ -112.03124388558956, 41.998247854768238 ], [ -112.01192697927341, 41.998361234269716 ], [ -112.00080112920141, 41.9983957338168 ], [ -111.94450431492433, 41.998512514321895 ], [ -111.91559559116341, 41.998562112318879 ], [ -111.83748457925333, 41.998843356600759 ], [ -111.83651268536678, 41.998850443366251 ], [ -111.7507481034838, 41.999344334657032 ], [ -111.6257351021729, 41.999386850874288 ], [ -111.6040863874923, 41.999484804873383 ], [ -111.58846207646998, 41.999502917629435 ], [ -111.50778623683456, 41.99955489380946 ], [ -111.50763873408543, 41.999226804162099 ], [ -111.50747876525291, 41.998849232940728 ], [ -111.50736798129716, 41.99858312633247 ], [ -111.50734798169175, 41.998345439627677 ], [ -111.50735891098843, 41.998201285198341 ], [ -111.50738123446814, 41.997971517387704 ], [ -111.50743327728513, 41.997683075077219 ], [ -111.50758550606461, 41.9970870635455 ], [ -111.50761308506972, 41.996759100085931 ], [ -111.50757989515802, 41.996380968157176 ], [ -111.50758378493809, 41.996110751879591 ], [ -111.50756977919147, 41.995867634626507 ], [ -111.50758060027117, 41.995709970638423 ], [ -111.50762135432927, 41.995520651055422 ], [ -111.50767446782723, 41.995367303342725 ], [ -111.50796621907307, 41.994857137683631 ], [ -111.50820566766795, 41.994450779148181 ], [ -111.50848298313083, 41.993796569778489 ], [ -111.50860695395221, 41.993444761628609 ], [ -111.50871173824767, 41.992957938738876 ], [ -111.50878833519933, 41.992570313704796 ], [ -111.50888608831089, 41.992110541674577 ], [ -111.50888250136025, 41.991660225447376 ], [ -111.50886755925526, 41.991300025955979 ], [ -111.50881675836807, 41.990985018604277 ], [ -111.50875420824173, 41.990710593183252 ], [ -111.50858211053892, 41.990324070033239 ], [ -111.50836772589406, 41.989933230546484 ], [ -111.50820213444132, 41.989605221158172 ], [ -111.50809090551573, 41.989281474238197 ], [ -111.50807725768361, 41.989083388410862 ], [ -111.50797756542444, 41.988692040432497 ], [ -111.50796195907563, 41.988399393432374 ], [ -111.50794311511957, 41.988003184280743 ], [ -111.50787968673473, 41.987769292041484 ], [ -111.50774652810674, 41.987571734791352 ], [ -111.50764817327533, 41.987500116573727 ], [ -111.50756324080949, 41.987446452225598 ], [ -111.50735623959474, 41.987375314070718 ], [ -111.50712186671419, 41.987353833034213 ], [ -111.50682603466906, 41.987346132849538 ], [ -111.50619901138468, 41.987438965914016 ], [ -111.50537166397361, 41.987541684262375 ], [ -111.50474069485742, 41.98759399680845 ], [ -111.50434136339503, 41.987627275164648 ], [ -111.50415904189873, 41.987623572689856 ], [ -111.50367723037127, 41.987607674361101 ], [ -111.503507904184, 41.987567887233723 ], [ -111.50330214967822, 41.987501239622276 ], [ -111.50316854321275, 41.987398248830537 ], [ -111.50309540283342, 41.987308502883124 ], [ -111.50297912502261, 41.987106362764358 ], [ -111.50257177922781, 41.986734370773952 ], [ -111.50235353180186, 41.986613736230204 ], [ -111.50214160415265, 41.986529100232595 ], [ -111.50188117805106, 41.986417655924257 ], [ -111.50162685939289, 41.986315190987135 ], [ -111.50139079036802, 41.986230659083581 ], [ -111.50112582064938, 41.986155259508436 ], [ -111.50094322106933, 41.986115526523477 ], [ -111.50073931623595, 41.986129926097853 ], [ -111.50039434938006, 41.986167456904404 ], [ -111.5001710591071, 41.986172933314414 ], [ -111.49995338182251, 41.986124344928321 ], [ -111.49973698246383, 41.98608475721862 ], [ -111.49946928415442, 41.985968835753937 ], [ -111.49916012127862, 41.985799054042367 ], [ -111.49865213085762, 41.985675168583498 ], [ -111.49816249543477, 41.985582724511787 ], [ -111.4980112150941, 41.985533844288618 ], [ -111.49787783175609, 41.985457866285422 ], [ -111.49776252091596, 41.985377306438444 ], [ -111.49762871738281, 41.985247290037741 ], [ -111.49752435676665, 41.985022576002805 ], [ -111.49743817409357, 41.984806789752817 ], [ -111.4972860200601, 41.984645329157011 ], [ -111.49716439548466, 41.984528769422198 ], [ -111.49693963982189, 41.98434510611358 ], [ -111.4962226068527, 41.98372674844083 ], [ -111.49570722518948, 41.983269635495866 ], [ -111.49537852726485, 41.983068404543246 ], [ -111.49528119088012, 41.98296975128158 ], [ -111.4952015426227, 41.982816981684749 ], [ -111.49509743877603, 41.982623787534934 ], [ -111.4948453808412, 41.982030434778871 ], [ -111.49473908318521, 41.981553539923866 ], [ -111.4946812442185, 41.981098952782176 ], [ -111.4945444592649, 41.980581659053875 ], [ -111.4943044851817, 41.979988252830246 ], [ -111.49424894914283, 41.979830875331565 ], [ -111.49418762189481, 41.979705046054434 ], [ -111.494035488302, 41.979543580898188 ], [ -111.49384124832608, 41.979400310000905 ], [ -111.49364100882229, 41.979261567900672 ], [ -111.49283513548221, 41.978850723712249 ], [ -111.4924291087998, 41.978635405403672 ], [ -111.49212569542686, 41.978421447149195 ], [ -111.49193753288117, 41.978282650275446 ], [ -111.49176740708472, 41.978134769161215 ], [ -111.49160914438689, 41.977959816989639 ], [ -111.49149933602325, 41.977807173824786 ], [ -111.49130469164768, 41.977609860307936 ], [ -111.49113439610747, 41.977439462292118 ], [ -111.4910131078568, 41.977363424435289 ], [ -111.49086767991491, 41.977287489667489 ], [ -111.49059520650779, 41.977171567693958 ], [ -111.49002657158414, 41.976998366256609 ], [ -111.48957225891515, 41.976779641180663 ], [ -111.48906211792433, 41.976520622127111 ], [ -111.48851897716631, 41.976365317922976 ], [ -111.48821692211344, 41.976326072847208 ], [ -111.4879270747245, 41.976304788432287 ], [ -111.48758322253838, 41.976324262679604 ], [ -111.48728761507662, 41.976339027793806 ], [ -111.48682296139033, 41.976345502446819 ], [ -111.48631568635666, 41.976302619089886 ], [ -111.48608614761133, 41.976275670533937 ], [ -111.48580220596129, 41.976237243073406 ], [ -111.48508800993142, 41.975966460280205 ], [ -111.48484572002239, 41.975849496408273 ], [ -111.48463914165725, 41.975666632569911 ], [ -111.48449886569449, 41.975472680551732 ], [ -111.48447983970513, 41.975351170774815 ], [ -111.48448454345861, 41.975175520818517 ], [ -111.48450114610678, 41.974977303959299 ], [ -111.4845541279109, 41.974801450231773 ], [ -111.48458266320748, 41.97458516963674 ], [ -111.48460689703452, 41.97380148672714 ], [ -111.48458492894261, 41.973291801664764 ], [ -111.48455827146834, 41.972959567859284 ], [ -111.48455714510848, 41.972810962462617 ], [ -111.48445253710986, 41.972544806324152 ], [ -111.4843723546974, 41.972316375067635 ], [ -111.48420001131082, 41.97187127155992 ], [ -111.48411996024564, 41.971659952232464 ], [ -111.48402194273682, 41.971466721946079 ], [ -111.48394243816784, 41.971327453601894 ], [ -111.48383245510954, 41.971147783597914 ], [ -111.48369748332411, 41.970855635280465 ], [ -111.48359868492157, 41.970558831079032 ], [ -111.48356125259647, 41.970396868516424 ], [ -111.48355999242033, 41.970230250244953 ], [ -111.4836069727491, 41.970058925429342 ], [ -111.48370164809305, 41.969810842863211 ], [ -111.48377876506729, 41.969634887648198 ], [ -111.48400493145633, 41.969219627041369 ], [ -111.48409299021526, 41.968895015216255 ], [ -111.4841092857703, 41.968656269421956 ], [ -111.48414924049487, 41.968354377064237 ], [ -111.48410378968043, 41.967930353944112 ], [ -111.48418967065614, 41.967318437927354 ], [ -111.48422365157575, 41.967024676685462 ], [ -111.4843172355111, 41.966633391791845 ], [ -111.48436994505609, 41.966422412974659 ], [ -111.48437508531029, 41.96630440370086 ], [ -111.48433757857397, 41.966132534230184 ], [ -111.48423337142506, 41.965917713995076 ], [ -111.48397636777267, 41.965445946625778 ], [ -111.4837016411086, 41.965023790095422 ], [ -111.4835247187909, 41.964767844742092 ], [ -111.48345691688944, 41.964578989813411 ], [ -111.48341328457184, 41.964394536415675 ], [ -111.48342384748248, 41.964195444102913 ], [ -111.48342245858018, 41.964011713481469 ], [ -111.48339750663129, 41.96390373826538 ], [ -111.48335452165659, 41.963804845654643 ], [ -111.48328150434202, 41.963724092831349 ], [ -111.48318408016164, 41.963607415920691 ], [ -111.48309913195573, 41.963544726571619 ], [ -111.48300218454111, 41.963491094331481 ], [ -111.4827590858943, 41.963420063276445 ], [ -111.48257307823035, 41.963398328548422 ], [ -111.48229010602343, 41.963480577838531 ], [ -111.48203713190304, 41.963540183756351 ], [ -111.48180791894993, 41.963550152602593 ], [ -111.48151786024125, 41.963492826020513 ], [ -111.4812637331122, 41.963399321323912 ], [ -111.48103350435127, 41.963274192513609 ], [ -111.48086991773994, 41.963184810894496 ], [ -111.48047583434114, 41.962934273457527 ], [ -111.48005128167193, 41.962643331944179 ], [ -111.47971123697636, 41.962356539114239 ], [ -111.47944949669093, 41.962051404893685 ], [ -111.47935086696366, 41.96177260923276 ], [ -111.47927013617384, 41.961466718671623 ], [ -111.47927471858978, 41.961273055609205 ], [ -111.47929089547459, 41.961016297271996 ], [ -111.4792778836435, 41.960890257858694 ], [ -111.4792103009238, 41.960728419449786 ], [ -111.47911325982849, 41.960661274239229 ], [ -111.47898608551158, 41.9605987580141 ], [ -111.47873288363228, 41.960465614330218 ], [ -111.4785557913235, 41.960343861568589 ], [ -111.47842231529825, 41.960245344195748 ], [ -111.4782704027766, 41.960101869986353 ], [ -111.47812951932565, 41.959980866383312 ], [ -111.47769279163889, 41.959509832720215 ], [ -111.47726773005029, 41.959145928565967 ], [ -111.47706739526244, 41.958981037938308 ], [ -111.47689165790834, 41.958878191008189 ], [ -111.47670392172203, 41.958784400326842 ], [ -111.47643758608162, 41.958668418787354 ], [ -111.47627361529138, 41.95852499192695 ], [ -111.47615777693481, 41.958363351816374 ], [ -111.47607807137319, 41.9581925550591 ], [ -111.47605879868935, 41.958035017722956 ], [ -111.47603288967578, 41.957796447590475 ], [ -111.47602572375527, 41.957644264059809 ], [ -111.47592570195367, 41.957175429592574 ], [ -111.47577181947891, 41.956765361773172 ], [ -111.47565549002174, 41.956537073538016 ], [ -111.47564831847063, 41.95638398930253 ], [ -111.47568347856986, 41.956244239736705 ], [ -111.47575523848381, 41.956158378719266 ], [ -111.4758809937522, 41.956031763697517 ], [ -111.47596488616671, 41.9559548589611 ], [ -111.47640281300438, 41.955619794601944 ], [ -111.47692502842227, 41.95526186169306 ], [ -111.47721326524476, 41.955080529906539 ], [ -111.47728646357835, 41.955026185405934 ], [ -111.47744063373483, 41.954827396888199 ], [ -111.4775119527207, 41.954682993005243 ], [ -111.47757697630061, 41.954503489110124 ], [ -111.47765951297643, 41.954245553972228 ], [ -111.47764499282368, 41.953916869604924 ], [ -111.47750297795528, 41.953480635053829 ], [ -111.47735419310132, 41.952945354652698 ], [ -111.47699808436084, 41.952113714137923 ], [ -111.47679461105211, 41.951524619809824 ], [ -111.47656199193379, 41.951071647376558 ], [ -111.4764522929394, 41.950922591253807 ], [ -111.476318404087, 41.950765529339094 ], [ -111.47616068756112, 41.950649096288529 ], [ -111.47600947314572, 41.950595683044526 ], [ -111.47583979311705, 41.950492809216222 ], [ -111.47576680059537, 41.950412051299189 ], [ -111.47572940034125, 41.950250085451771 ], [ -111.4757166322883, 41.950155567874098 ], [ -111.47565926022799, 41.949741496780113 ], [ -111.47545657662518, 41.94925597375876 ], [ -111.47529742697036, 41.948945901061755 ], [ -111.47521750154345, 41.948743580821954 ], [ -111.47511347419065, 41.948544962944005 ], [ -111.47497950003921, 41.948375290346043 ], [ -111.47473660502527, 41.948160133755877 ], [ -111.47460942650117, 41.948093109177023 ], [ -111.47448241520955, 41.948048600555332 ], [ -111.47405962380611, 41.947978293279355 ], [ -111.47382527258269, 41.947938730435745 ], [ -111.4737029879107, 41.947880691368795 ], [ -111.47350918989416, 41.947777913540421 ], [ -111.47337558140602, 41.947656873805379 ], [ -111.47330810115569, 41.947504938487533 ], [ -111.47328303305949, 41.947378047112615 ], [ -111.47323796935891, 41.947157568285526 ], [ -111.473236737089, 41.946990949086072 ], [ -111.47330656540731, 41.946481781667593 ], [ -111.47339508139083, 41.946215718533324 ], [ -111.47349618723571, 41.946020756482994 ], [ -111.47360983649644, 41.945890590978209 ], [ -111.47377193495934, 41.945786344935684 ], [ -111.47396436647676, 41.945705390921738 ], [ -111.47416244245942, 41.945572174298675 ], [ -111.47471525671439, 41.945282575591214 ], [ -111.47486498711878, 41.94513784889164 ], [ -111.47491837254887, 41.945016037353795 ], [ -111.47497121630828, 41.944821273589582 ], [ -111.47497018685353, 41.944682574342572 ], [ -111.47499847468343, 41.944430269117198 ], [ -111.47501443111811, 41.9441419880037 ], [ -111.47519660686139, 41.94333062912105 ], [ -111.47540149376492, 41.942816397709024 ], [ -111.47553101540016, 41.942225920888475 ], [ -111.47561080747957, 41.941599622967473 ], [ -111.47562998103056, 41.940933045781222 ], [ -111.47560331146603, 41.940590900619533 ], [ -111.47551049627917, 41.940276049572972 ], [ -111.47539864884477, 41.939997304151461 ], [ -111.47531404312639, 41.939813016489836 ], [ -111.47525889046396, 41.939696157317769 ], [ -111.47523975953345, 41.939556632202432 ], [ -111.4752205952539, 41.939412603853761 ], [ -111.47523064529135, 41.939141459694056 ], [ -111.47522237374275, 41.938839768470658 ], [ -111.4752752584631, 41.938651308905662 ], [ -111.47535373539215, 41.938497869610678 ], [ -111.47546005644352, 41.938357825056393 ], [ -111.47557858020618, 41.938236643993257 ], [ -111.47616046331778, 41.937647894124019 ], [ -111.47649516382302, 41.937236699287517 ], [ -111.47666189209426, 41.936947791795461 ], [ -111.4768043264515, 41.936636468101426 ], [ -111.4768624911552, 41.936348011066983 ], [ -111.47682255404521, 41.935844700471534 ], [ -111.47675271840032, 41.935537860798867 ], [ -111.47670352982311, 41.935249849491946 ], [ -111.4766303190726, 41.935137569224125 ], [ -111.47651482438526, 41.935016457662094 ], [ -111.47633891951288, 41.934882086508843 ], [ -111.47619350534072, 41.934792622314674 ], [ -111.47607258392777, 41.934752593435434 ], [ -111.47566127156088, 41.934592176844411 ], [ -111.47520218150196, 41.934495003679999 ], [ -111.47496650578618, 41.934432931662862 ], [ -111.47481517046531, 41.934357900986321 ], [ -111.47474075118127, 41.934244723815759 ], [ -111.4747352919171, 41.934159182379886 ], [ -111.47473931518724, 41.93405108489128 ], [ -111.4748878539114, 41.933586623621402 ], [ -111.47491693932763, 41.93344239550305 ], [ -111.47490953879735, 41.933257787963583 ], [ -111.47483619989004, 41.933127493558871 ], [ -111.47469635517332, 41.932974957225852 ], [ -111.47444059071712, 41.932642764958423 ], [ -111.47412372085175, 41.93220274354556 ], [ -111.47379462729859, 41.93174025480625 ], [ -111.47368497493306, 41.931592095981173 ], [ -111.47353327480357, 41.931466627319054 ], [ -111.47327285662857, 41.931319089765424 ], [ -111.47303066472317, 41.931189490015875 ], [ -111.47281262965819, 41.931064293652184 ], [ -111.47261861827903, 41.930925487874362 ], [ -111.47244813210447, 41.930705524278707 ], [ -111.47235601165491, 41.930480734692189 ], [ -111.47231803416392, 41.930237708830056 ], [ -111.47227985766573, 41.929967663529496 ], [ -111.47213732957628, 41.929449461165362 ], [ -111.47205111638139, 41.929207534174957 ], [ -111.47195310184236, 41.929000781926895 ], [ -111.47187367043165, 41.928860603143363 ], [ -111.4716063141876, 41.928587896460535 ], [ -111.47155134395672, 41.928493551381642 ], [ -111.47151426612542, 41.928372112559927 ], [ -111.47148908341467, 41.928228108011275 ], [ -111.47155412425751, 41.928052209341168 ], [ -111.47163738848396, 41.927894249273535 ], [ -111.47198886413253, 41.927307366394189 ], [ -111.47234189462078, 41.926932134603845 ], [ -111.47264028330838, 41.926507589514927 ], [ -111.47283622145464, 41.926092472305037 ], [ -111.47305714260155, 41.92579433957458 ], [ -111.47320083473794, 41.925654142850021 ], [ -111.47330857846471, 41.925545617759596 ], [ -111.47338630437891, 41.925455229828572 ], [ -111.47343960997459, 41.925324412153202 ], [ -111.4734500454442, 41.925104604378781 ], [ -111.47347352653036, 41.925018042736845 ], [ -111.47356277889816, 41.924855553130158 ], [ -111.47364623391564, 41.924724610998382 ], [ -111.47374731232024, 41.924530548822929 ], [ -111.47377625645534, 41.924367407169633 ], [ -111.47376330357132, 41.924246770119865 ], [ -111.47372625739692, 41.924129835170874 ], [ -111.47367138786399, 41.924049000748369 ], [ -111.47340380459808, 41.923743874632216 ], [ -111.47325222358502, 41.923631915049071 ], [ -111.4731547794875, 41.923501718685792 ], [ -111.47318423044497, 41.923407026399765 ], [ -111.47330436311054, 41.923343483994543 ], [ -111.4734186320667, 41.923302482526523 ], [ -111.47363517632198, 41.923229535476665 ], [ -111.47389329629249, 41.923070852264424 ], [ -111.47397714828142, 41.922993948748335 ], [ -111.47415084819175, 41.922835613393119 ], [ -111.47430146168185, 41.922816977848427 ], [ -111.47444769155518, 41.922857804805361 ], [ -111.47470649799097, 41.922954908776987 ], [ -111.47496062156164, 41.923070945718742 ], [ -111.47515977522818, 41.923092638654353 ], [ -111.47527276971486, 41.923042633859815 ], [ -111.47536978547367, 41.922952164708157 ], [ -111.47548338370659, 41.922821096408391 ], [ -111.47571667553089, 41.922567940967141 ], [ -111.47587126994635, 41.922273680138595 ], [ -111.4759714743256, 41.921963432396169 ], [ -111.47610194707626, 41.921669271215002 ], [ -111.47623889708402, 41.921435428282514 ], [ -111.47632753465544, 41.921191878168145 ], [ -111.47637279137906, 41.920790889686636 ], [ -111.47642541710935, 41.920570005763047 ], [ -111.47653301284916, 41.920443464661467 ], [ -111.47664687239346, 41.920348421112351 ], [ -111.47677258972999, 41.920226307936886 ], [ -111.47722149003263, 41.919778608567249 ], [ -111.47763889309327, 41.919150903223638 ], [ -111.4778767479183, 41.91870407890584 ], [ -111.47799475666106, 41.918357728074945 ], [ -111.47798788036333, 41.918244271497024 ], [ -111.47798010349887, 41.918010128048564 ], [ -111.47801530541845, 41.91787938345292 ], [ -111.47812232209861, 41.917676285736107 ], [ -111.47830708097959, 41.917387299855207 ], [ -111.47838425190778, 41.917224856632743 ], [ -111.47841322145216, 41.917067117571513 ], [ -111.47839985112829, 41.916891541377097 ], [ -111.47825707504208, 41.91634272348616 ], [ -111.478150644769, 41.915816270936929 ], [ -111.47806344640277, 41.915442853205448 ], [ -111.47801821783965, 41.915037736988765 ], [ -111.47802223076906, 41.914767517261964 ], [ -111.47803843626667, 41.914515260300433 ], [ -111.47801960973857, 41.914416264226503 ], [ -111.4779523491177, 41.914290449451293 ], [ -111.47790940655622, 41.914191553731357 ], [ -111.47785932657729, 41.913944076011269 ], [ -111.47790376276406, 41.913435008616339 ], [ -111.47799151340519, 41.91323649443838 ], [ -111.4780399092683, 41.913096688036923 ], [ -111.47813522984741, 41.91294317607629 ], [ -111.47832078214059, 41.912762267895438 ], [ -111.47845274584519, 41.912671650416485 ], [ -111.47862115175893, 41.912616907978617 ], [ -111.47891006815132, 41.912552655980441 ], [ -111.47948843843623, 41.912496201726256 ], [ -111.47976519444285, 41.912418488197162 ], [ -111.47986714589658, 41.912346008021991 ], [ -111.48010078750434, 41.912146882436303 ], [ -111.48029269837512, 41.912010978324574 ], [ -111.48085677406023, 41.911657353497979 ], [ -111.48138387107508, 41.911357921546397 ], [ -111.48184218102297, 41.911211890962235 ], [ -111.4823777248164, 41.911074540900927 ], [ -111.48277497834226, 41.910987307084653 ], [ -111.48354115593791, 41.910894015581697 ], [ -111.48418488958498, 41.910873289505886 ], [ -111.48440792576224, 41.910868746137169 ], [ -111.48452222663013, 41.910835839521077 ], [ -111.48473261916565, 41.910753890624456 ], [ -111.48490101460126, 41.910699139012934 ], [ -111.48517792668376, 41.910643928701639 ], [ -111.48553290441811, 41.910547857186451 ], [ -111.48571904333906, 41.910447995482777 ], [ -111.48596574183036, 41.910383904294292 ], [ -111.48609220773017, 41.910365355467952 ], [ -111.48625505075395, 41.910373672786463 ], [ -111.48645423692859, 41.910404352852069 ], [ -111.48658104471876, 41.910430835904926 ], [ -111.48724516712596, 41.91055501532356 ], [ -111.48770981642431, 41.910610686130788 ], [ -111.48806571631715, 41.910636194303528 ], [ -111.48838510091095, 41.91061682282001 ], [ -111.48857839747299, 41.910665537791708 ], [ -111.48883194718786, 41.910709492568159 ], [ -111.48909121658258, 41.910712891947206 ], [ -111.48928156598832, 41.910691365462533 ], [ -111.4896090327684, 41.910625120920791 ], [ -111.48986179110625, 41.910565498915133 ], [ -111.49034353621649, 41.910491388608115 ], [ -111.49090396372384, 41.910457470411401 ], [ -111.49132008185632, 41.910473704272626 ], [ -111.49174298926079, 41.91058898204578 ], [ -111.49190018511344, 41.910646852786002 ], [ -111.49220892949484, 41.910812155069749 ], [ -111.49228179324466, 41.91087939350858 ], [ -111.49239141793971, 41.911023031831341 ], [ -111.49241584442558, 41.911063457558328 ], [ -111.49245266766263, 41.911147963295043 ], [ -111.49246593667974, 41.91130552488206 ], [ -111.49247935115095, 41.911482000057681 ], [ -111.49248797616036, 41.91181971695449 ], [ -111.4925373838239, 41.911972620129816 ], [ -111.49259206577044, 41.912027326864774 ], [ -111.49271322444005, 41.912102463921407 ], [ -111.49279173803056, 41.912120140544346 ], [ -111.49294273648627, 41.912155519509405 ], [ -111.49306324424745, 41.912145995355999 ], [ -111.49327983220221, 41.912086521144978 ], [ -111.49368861394433, 41.911931649299191 ], [ -111.49431304132507, 41.911595712493344 ], [ -111.49472167832164, 41.91142282404487 ], [ -111.4951431362917, 41.91134895333159 ], [ -111.49541453566775, 41.911361292894526 ], [ -111.49575852439651, 41.911404842140954 ], [ -111.49613924425388, 41.911520285819385 ], [ -111.49628456313522, 41.91160071878187 ], [ -111.49650275153159, 41.911748387278458 ], [ -111.49657486882161, 41.911874170205095 ], [ -111.49661904430899, 41.911973053623456 ], [ -111.49666821756152, 41.912094432328935 ], [ -111.49681005878161, 41.912503626713047 ], [ -111.49695136104529, 41.912687654026243 ], [ -111.49713781994897, 41.912785921372858 ], [ -111.49757611333023, 41.912860580520942 ], [ -111.49782550048805, 41.912832479301464 ], [ -111.49804803813818, 41.912763062866667 ], [ -111.49828268213679, 41.912699898204615 ], [ -111.49862002014842, 41.912662406808181 ], [ -111.49877567085136, 41.912675240973456 ], [ -111.49896880600474, 41.912701422203057 ], [ -111.49913917884284, 41.91274661626543 ], [ -111.49925379118224, 41.912754224100375 ], [ -111.49930206453358, 41.912759418267228 ], [ -111.49934429494736, 41.912762837338768 ], [ -111.49947682553265, 41.912748750788097 ], [ -111.49971780604639, 41.912725185409784 ], [ -111.49992850132125, 41.912683737847104 ], [ -111.50010884093517, 41.91261540180551 ], [ -111.50027673558067, 41.912497582477187 ], [ -111.50038412989339, 41.912353006252793 ], [ -111.50049825617704, 41.912298468264886 ], [ -111.50057042657542, 41.912275636756711 ], [ -111.50072668413985, 41.912211908103671 ], [ -111.50091326166721, 41.91217056389889 ], [ -111.50101673814362, 41.912296207215554 ], [ -111.50108992978244, 41.912403969061018 ], [ -111.50124907624969, 41.912709504566678 ], [ -111.50131634556325, 41.912830802261887 ], [ -111.50141344253142, 41.912911439220977 ], [ -111.50155898267546, 41.913018884812779 ], [ -111.50172856852114, 41.913117218388784 ], [ -111.50203107399633, 41.913250997729001 ], [ -111.50273886397942, 41.913554131129729 ], [ -111.50315773146451, 41.913763955481038 ], [ -111.50331373949393, 41.913821815749387 ], [ -111.50345237112916, 41.913816704634314 ], [ -111.50363831426978, 41.913694297902495 ], [ -111.50371605377988, 41.91361289601975 ], [ -111.50390684881143, 41.913340955252451 ], [ -111.50422312975634, 41.912926156294283 ], [ -111.50452737724082, 41.912515012018872 ], [ -111.50486740350969, 41.912054172386391 ], [ -111.50496570643624, 41.911675455874665 ], [ -111.50506741372962, 41.911422819046166 ], [ -111.50512060757599, 41.911287483531055 ], [ -111.50520454860361, 41.9112285702546 ], [ -111.50528866705413, 41.911192173058524 ], [ -111.5054873316265, 41.911155271617041 ], [ -111.50562010624058, 41.911172700594527 ], [ -111.5060006287692, 41.911261092124555 ], [ -111.5066230507566, 41.911442986463037 ], [ -111.50739701629483, 41.91172778572286 ], [ -111.50809782133761, 41.911909325663494 ], [ -111.50843543506285, 41.911907831285959 ], [ -111.50855115973764, 41.911903716119085 ], [ -111.50862832142897, 41.91190247368489 ], [ -111.50879687792224, 41.911870203263341 ], [ -111.50904254930353, 41.91167907165481 ], [ -111.50912035821834, 41.91160757323177 ], [ -111.5093895053944, 41.911336176549561 ], [ -111.5097303502298, 41.910983400062115 ], [ -111.51007704075882, 41.910608079655482 ], [ -111.51029805796921, 41.910350404745031 ], [ -111.5105068725973, 41.910074770110022 ], [ -111.51076865061972, 41.909636777641516 ], [ -111.51099439738913, 41.90921695843452 ], [ -111.51119724868474, 41.908950355805572 ], [ -111.51143031273841, 41.908692625022496 ], [ -111.5116206721185, 41.908372036625543 ], [ -111.51176288113051, 41.908061569948522 ], [ -111.51178016799992, 41.907961517723578 ], [ -111.51177338424762, 41.907866976838072 ], [ -111.51178393046789, 41.907677787592249 ], [ -111.51179633273718, 41.906966197155334 ], [ -111.51187038455463, 41.9064254605765 ], [ -111.51194270829996, 41.905668568966746 ], [ -111.51203072087577, 41.905366449526134 ], [ -111.51202938954705, 41.905199830081713 ], [ -111.51196781254495, 41.905037982637367 ], [ -111.51186450640361, 41.904934865227567 ], [ -111.51171939911745, 41.904881471285819 ], [ -111.51150213402485, 41.904850915544472 ], [ -111.5111160810215, 41.904821110789719 ], [ -111.51003568060845, 41.90465478577164 ], [ -111.50964313571811, 41.904566460833642 ], [ -111.50943771409723, 41.904508828281564 ], [ -111.50913562835292, 41.904424603648053 ], [ -111.50888151791152, 41.904308641896293 ], [ -111.50869854700012, 41.904193265135703 ], [ -111.50800258834148, 41.903700072494516 ], [ -111.50781436298165, 41.903529776191867 ], [ -111.50767624612567, 41.903444822474093 ], [ -111.50743916325136, 41.903346795785396 ], [ -111.50718552344117, 41.903289372249063 ], [ -111.50624292034513, 41.903010718671084 ], [ -111.50558422903185, 41.902805563974219 ], [ -111.5051857090223, 41.902721753448787 ], [ -111.50494395215834, 41.902641755716211 ], [ -111.50475644735832, 41.902561519016771 ], [ -111.50457482914095, 41.902463242578364 ], [ -111.50441714595212, 41.902342343757823 ], [ -111.50407107517341, 41.902028625972996 ], [ -111.50384013899303, 41.901790959684874 ], [ -111.50372415833817, 41.901606829424509 ], [ -111.50355942495116, 41.901355361952419 ], [ -111.50335803089469, 41.901041007438096 ], [ -111.50313330547125, 41.900825829421017 ], [ -111.50288500052665, 41.900678305112208 ], [ -111.5026545963283, 41.900507284262922 ], [ -111.50233319147326, 41.900261904728467 ], [ -111.5021024445219, 41.900046750998747 ], [ -111.5018775505002, 41.89980905424725 ], [ -111.50148839621069, 41.899378428553881 ], [ -111.50112388569659, 41.899015244880381 ], [ -111.50075920341385, 41.898629543797895 ], [ -111.5005771804402, 41.898477221977814 ], [ -111.50048000107802, 41.898383074259385 ], [ -111.5004189169432, 41.898279762379246 ], [ -111.50038187282593, 41.898167338924722 ], [ -111.50038702148518, 41.898054731610848 ], [ -111.50042156938075, 41.897847424882031 ], [ -111.50046661492772, 41.897595038430538 ], [ -111.50053264576972, 41.897405608024044 ], [ -111.50064604199044, 41.89726100504334 ], [ -111.50084375137857, 41.897107027462376 ], [ -111.50090332189237, 41.897016699716666 ], [ -111.50093279036074, 41.896931006649439 ], [ -111.50094921854178, 41.89671927536785 ], [ -111.50095274724994, 41.896399518835146 ], [ -111.50094505882925, 41.896186992057956 ], [ -111.50090160766652, 41.896025959994439 ], [ -111.50084658764176, 41.895927125243539 ], [ -111.50083868636428, 41.89584159516361 ], [ -111.50081493820825, 41.895733617208506 ], [ -111.50077155101208, 41.895580690918258 ], [ -111.50058798945136, 41.89523022625297 ], [ -111.50049610395338, 41.89504148406526 ], [ -111.50036132548401, 41.894762860742553 ], [ -111.50026351956689, 41.89458765434189 ], [ -111.50019599062763, 41.894430329569978 ], [ -111.50015211394764, 41.894214357565914 ], [ -111.50009012102268, 41.893993961032294 ], [ -111.50003986664198, 41.893732982755822 ], [ -111.49997044971953, 41.893333383190424 ], [ -111.49999266576013, 41.892936086666865 ], [ -111.50003718288097, 41.892616151479722 ], [ -111.50011377756526, 41.892390647958855 ], [ -111.500220225467, 41.892128987146251 ], [ -111.50034485875878, 41.891880757192141 ], [ -111.50046356963344, 41.891646063103856 ], [ -111.50055225064121, 41.891425009982903 ], [ -111.50076654577578, 41.891081817280444 ], [ -111.5009216609912, 41.890878487742889 ], [ -111.5011365155143, 41.890607346297401 ], [ -111.50129162841829, 41.890404016255935 ], [ -111.50147687424902, 41.890200554417937 ], [ -111.50164443323315, 41.890047607632923 ], [ -111.50193751675805, 41.889761712019308 ], [ -111.50211637931531, 41.889513243013894 ], [ -111.50217665264231, 41.889359863799591 ], [ -111.5022465331091, 41.889201939131503 ], [ -111.50240057351516, 41.888862609494879 ], [ -111.50248865118931, 41.888565900261909 ], [ -111.50257334687232, 41.888452944574155 ], [ -111.50266176412916, 41.888353482740214 ], [ -111.50275762488424, 41.888281008665885 ], [ -111.50294948703444, 41.888154073270158 ], [ -111.50305147973552, 41.888095082301398 ], [ -111.50314124241677, 41.888013627811183 ], [ -111.50314039435912, 41.887905549857692 ], [ -111.50306120817142, 41.88779871577524 ], [ -111.50290937171954, 41.88764986782305 ], [ -111.50240123701559, 41.887408908169448 ], [ -111.50196524108283, 41.887298229658519 ], [ -111.50135766340547, 41.887287373574289 ], [ -111.50103272460235, 41.887351839358544 ], [ -111.5007496894422, 41.887380094284829 ], [ -111.5004371891862, 41.887494041584006 ], [ -111.49982255351091, 41.887505725153616 ], [ -111.49923815541869, 41.887530784197082 ], [ -111.49890708154271, 41.887581760427594 ], [ -111.49877374778063, 41.887640883849627 ], [ -111.49857733769788, 41.887803859259023 ], [ -111.4984150406556, 41.88785860460095 ], [ -111.49827663964692, 41.887886225613336 ], [ -111.49804160354087, 41.887887245172685 ], [ -111.49773361940881, 41.887807519183191 ], [ -111.49738282140862, 41.887646916542266 ], [ -111.49709218572993, 41.88747254221019 ], [ -111.49663232795541, 41.887236752100549 ], [ -111.49642682705935, 41.887160182072847 ], [ -111.49613706724404, 41.887098386620472 ], [ -111.49589583332514, 41.887076911540476 ], [ -111.49567901186026, 41.887094960541617 ], [ -111.49550442446301, 41.887119131677352 ], [ -111.49490292166828, 41.887270337773757 ], [ -111.49456577737189, 41.887315923568018 ], [ -111.49440923377271, 41.887335511926267 ], [ -111.49427654622779, 41.887322572886589 ], [ -111.49407147114339, 41.887300938339514 ], [ -111.49377530494523, 41.887189627043448 ], [ -111.4935332395858, 41.887060068872742 ], [ -111.49335102425238, 41.886876212234476 ], [ -111.49320476090237, 41.886665180474211 ], [ -111.49293547735093, 41.8861304314769 ], [ -111.49258058405275, 41.885433926427808 ], [ -111.49240263893543, 41.885020376208232 ], [ -111.49224814442536, 41.884521160444812 ], [ -111.49220842683401, 41.884057479805094 ], [ -111.49216241155258, 41.883715418094063 ], [ -111.49221591686789, 41.883462997980914 ], [ -111.49227413897701, 41.883197047391263 ], [ -111.49231493911246, 41.883016736192303 ], [ -111.49240862544595, 41.882660565321487 ], [ -111.4925689085559, 41.88234463940416 ], [ -111.49265133610871, 41.882092094976699 ], [ -111.49271488930091, 41.881736053064223 ], [ -111.49269878973557, 41.881209223314571 ], [ -111.4926584485338, 41.880664483872771 ], [ -111.4925699704927, 41.880128957657469 ], [ -111.49250732608679, 41.879818491043501 ], [ -111.49232880974537, 41.879328384762431 ], [ -111.49228493579184, 41.879107905724943 ], [ -111.49225345920178, 41.878932407631304 ], [ -111.49227590316357, 41.878716147707244 ], [ -111.49234637967102, 41.878477164804337 ], [ -111.492393790077, 41.878373383084508 ], [ -111.49277555871264, 41.877867363535749 ], [ -111.49298403306238, 41.877551230000115 ], [ -111.49309034760357, 41.877271562043056 ], [ -111.49311933304945, 41.877122824990849 ], [ -111.49315419850178, 41.876955148346973 ], [ -111.49318246350917, 41.876712743387166 ], [ -111.49319022129046, 41.876154286905745 ], [ -111.49320545856773, 41.875784941603897 ], [ -111.49319766738157, 41.875555300988673 ], [ -111.49317200780737, 41.87535275757746 ], [ -111.49315933387031, 41.87527175055871 ], [ -111.49315071208693, 41.874934031555981 ], [ -111.49338362282839, 41.87466282635252 ], [ -111.49386331804611, 41.874201416295151 ], [ -111.49423280110102, 41.873826043429681 ], [ -111.49440032118174, 41.873671305609435 ], [ -111.49453828366559, 41.873590550826407 ], [ -111.49464745669117, 41.873527032855073 ], [ -111.4952458535615, 41.87314616710465 ], [ -111.49582186980314, 41.87283294607353 ], [ -111.49636211290766, 41.872569414328652 ], [ -111.49670449932668, 41.872432831564339 ], [ -111.496968523056, 41.872292083484922 ], [ -111.49715449862938, 41.872187700009512 ], [ -111.49740027055414, 41.872024512863355 ], [ -111.4978381093848, 41.871765921037195 ], [ -111.49822241883163, 41.871597628087393 ], [ -111.49859530614599, 41.871510444927409 ], [ -111.49882996711469, 41.871468895181401 ], [ -111.49925122817095, 41.871404016852289 ], [ -111.49949758774511, 41.871317380724918 ], [ -111.49970772649792, 41.871221894842222 ], [ -111.49988773966945, 41.871126539704683 ], [ -111.50006750661113, 41.870999661441708 ], [ -111.50030051431503, 41.870746455315548 ], [ -111.5004560391029, 41.870601668373929 ], [ -111.50064027200897, 41.87042973557724 ], [ -111.50073727128685, 41.870351853927538 ], [ -111.50103136691251, 41.870206461939624 ], [ -111.50118069501011, 41.870040084638184 ], [ -111.50129340868068, 41.869814421855722 ], [ -111.50140415086823, 41.869336576184423 ], [ -111.50148508432163, 41.868899391294555 ], [ -111.50159215743028, 41.868723290405576 ], [ -111.50169951163939, 41.868583215529128 ], [ -111.50189135259414, 41.868460785040298 ], [ -111.50210123175808, 41.868333771951143 ], [ -111.50240761129724, 41.868219846625237 ], [ -111.50306920014953, 41.868072841170481 ], [ -111.50406792074267, 41.867892828793231 ], [ -111.50471748841647, 41.867750370021319 ], [ -111.50516313665455, 41.867725893587874 ], [ -111.50559762228568, 41.867814050028962 ], [ -111.50643066219492, 41.868017536929081 ], [ -111.50720845262998, 41.868090662665836 ], [ -111.50766686415218, 41.868156188508905 ], [ -111.50810164132493, 41.868280361517066 ], [ -111.50872418639796, 41.868529796992199 ], [ -111.50908096792472, 41.868694842497753 ], [ -111.50920897860645, 41.868730302335592 ], [ -111.50932217254615, 41.868720793566261 ], [ -111.50935789210375, 41.868666594143015 ], [ -111.50929696546069, 41.868581299409499 ], [ -111.50911315032324, 41.868194820479196 ], [ -111.50893357622937, 41.867583151520023 ], [ -111.50888387906625, 41.867394228162553 ], [ -111.50880448762007, 41.867259477357436 ], [ -111.50864631256943, 41.867066530999502 ], [ -111.50848297031958, 41.866981689347128 ], [ -111.50770811674519, 41.866516761769027 ], [ -111.50737376841415, 41.866139051415388 ], [ -111.50717864196302, 41.865843588256134 ], [ -111.50711672448105, 41.865632200934833 ], [ -111.50709084734852, 41.865407144188246 ], [ -111.50697877133402, 41.864947389420365 ], [ -111.5068384743884, 41.864728241721672 ], [ -111.50669282249592, 41.864593781779945 ], [ -111.50653519358725, 41.864468381316186 ], [ -111.50588734955168, 41.864060524757235 ], [ -111.50548156338228, 41.863788503420011 ], [ -111.50511160019619, 41.863474891606529 ], [ -111.50476630428862, 41.863233224923114 ], [ -111.50398397560595, 41.862727773886554 ], [ -111.50353656317003, 41.862369462534808 ], [ -111.50311236514858, 41.862051578529723 ], [ -111.50243994907296, 41.861577159271491 ], [ -111.50210059180739, 41.861321948220017 ], [ -111.50196496293475, 41.860926239773896 ], [ -111.5020274583112, 41.860444100219325 ], [ -111.50219704479051, 41.859790362229987 ], [ -111.50239174550798, 41.859267113402382 ], [ -111.50254646230228, 41.859023251550923 ], [ -111.50279153536243, 41.85877899396025 ], [ -111.50298887486768, 41.858593489431669 ], [ -111.50359275741627, 41.8580144046322 ], [ -111.50441893983786, 41.857362285681205 ], [ -111.50472369795614, 41.857049309677485 ], [ -111.50481182889074, 41.856766107132728 ], [ -111.5048100935978, 41.856545446827411 ], [ -111.50478986258722, 41.856270826676152 ], [ -111.50471343690941, 41.855744261508391 ], [ -111.50478983074132, 41.855500740663039 ], [ -111.50494498993986, 41.855315418063952 ], [ -111.50512410044631, 41.855111976201371 ], [ -111.50536932611331, 41.854890229442923 ], [ -111.50595019464681, 41.854455342924055 ], [ -111.5067036044866, 41.853902603207963 ], [ -111.50705242164736, 41.853680395755745 ], [ -111.50736955920233, 41.853413292892981 ], [ -111.50760236797842, 41.853146561871107 ], [ -111.50772597244708, 41.852781237710843 ], [ -111.50777832969652, 41.852546827883351 ], [ -111.50777736803573, 41.852425239519022 ], [ -111.50772822064711, 41.8523038641735 ], [ -111.50757040653272, 41.852151445068131 ], [ -111.50743169490892, 41.852129540833651 ], [ -111.50719675450047, 41.852126075140241 ], [ -111.50648598125063, 41.85212470828484 ], [ -111.5063172179712, 41.852111041397045 ], [ -111.50620250022261, 41.852076420295703 ], [ -111.50597871918561, 41.851960317158444 ], [ -111.50574852556726, 41.851794704079303 ], [ -111.505160841006, 41.851360457557227 ], [ -111.50447619342573, 41.850850075578002 ], [ -111.50407109120098, 41.850653703188478 ], [ -111.50375725580203, 41.850574018332154 ], [ -111.50343803370777, 41.850575418005015 ], [ -111.50306563225028, 41.850554532568346 ], [ -111.50234120270974, 41.850499158669706 ], [ -111.50207548410164, 41.85041025188967 ], [ -111.50182149552779, 41.850280762351318 ], [ -111.50157317920635, 41.850106213151243 ], [ -111.50131851775458, 41.849890259521715 ], [ -111.50098515173464, 41.849622408821638 ], [ -111.50088836262677, 41.849568789766643 ], [ -111.50075571687759, 41.849551354429984 ], [ -111.50059260528707, 41.849489017397055 ], [ -111.50041012658158, 41.849260137483043 ], [ -111.5001976047608, 41.849040394977486 ], [ -111.49977865847281, 41.848609889092877 ], [ -111.49941497411123, 41.848314244391531 ], [ -111.49924437355698, 41.848062793749911 ], [ -111.49904451490237, 41.847766435625466 ], [ -111.49898224948605, 41.847659524404449 ], [ -111.4988243905767, 41.847497185761 ], [ -111.49867914454127, 41.847407747779393 ], [ -111.49848561197193, 41.847305008884568 ], [ -111.49825133499535, 41.847229467029258 ], [ -111.49805099549474, 41.847180798147605 ], [ -111.49783985027483, 41.847136679188232 ], [ -111.49767699194534, 41.847105860927321 ], [ -111.49754988636096, 41.847025349774853 ], [ -111.49743503585113, 41.846971806017137 ], [ -111.49732575485086, 41.846859693368089 ], [ -111.49728289836028, 41.846769810218163 ], [ -111.49703888781551, 41.846370060650898 ], [ -111.49694099868955, 41.846173233727896 ], [ -111.49684971118957, 41.846051135196419 ], [ -111.49669803055549, 41.845907681280799 ], [ -111.4964251672621, 41.845670178825031 ], [ -111.49618844148674, 41.845432519599143 ], [ -111.49601786128589, 41.845181063929111 ], [ -111.49579920644248, 41.84494332583558 ], [ -111.49564133447615, 41.844777380031239 ], [ -111.49553836086635, 41.844701265911119 ], [ -111.49541735471753, 41.844629732916154 ], [ -111.49528440802776, 41.8445717615947 ], [ -111.49469814380552, 41.844304081910643 ], [ -111.49452868214033, 41.84419672916097 ], [ -111.49439535579243, 41.844089220623189 ], [ -111.49429802593758, 41.843963543269211 ], [ -111.49421859049326, 41.843815271643642 ], [ -111.49405317865569, 41.843451204776102 ], [ -111.49374302422065, 41.843060739311284 ], [ -111.49336174725845, 41.842819191983779 ], [ -111.49306547707604, 41.842667347272368 ], [ -111.49269700963518, 41.842524818389151 ], [ -111.49255178337168, 41.842435372475165 ], [ -111.49235208756214, 41.842311033050379 ], [ -111.49221394404915, 41.842202641898197 ], [ -111.49204311512121, 41.842072774092976 ], [ -111.49194004663188, 41.841983146789254 ], [ -111.49133361726972, 41.841436322855522 ], [ -111.49093941963376, 41.841077733218754 ], [ -111.49044855570466, 41.840678123351772 ], [ -111.48994022928309, 41.84035694571611 ], [ -111.48947501656959, 41.8401607777542 ], [ -111.4891728829113, 41.84002696166101 ], [ -111.48894931166777, 41.839928837893154 ], [ -111.48873190023284, 41.839848701243916 ], [ -111.48844814395304, 41.839755336010924 ], [ -111.48824876564248, 41.839670618313427 ], [ -111.48806143193966, 41.839585849088849 ], [ -111.48792843387412, 41.839518862517977 ], [ -111.48762603292862, 41.839349015933465 ], [ -111.48710557782022, 41.839013466126474 ], [ -111.48675490325508, 41.83883031161232 ], [ -111.48653708892078, 41.838696131182587 ], [ -111.4864145927758, 41.838584063932274 ], [ -111.48626426659166, 41.838455001288445 ], [ -111.48613112958948, 41.83836909874676 ], [ -111.48594979031373, 41.838279797238073 ], [ -111.48576848559691, 41.838194998738054 ], [ -111.48562207436521, 41.838105548985197 ], [ -111.48547192106858, 41.83799900177597 ], [ -111.48513251818099, 41.837712215424467 ], [ -111.48478603610886, 41.837284950485241 ], [ -111.48431929942768, 41.83688160949805 ], [ -111.48381045024951, 41.836482947415142 ], [ -111.48337430852142, 41.836142521873377 ], [ -111.48293800891361, 41.835780478777544 ], [ -111.48254456265637, 41.835511024949575 ], [ -111.48204835307168, 41.835188860418384 ], [ -111.4814617568762, 41.834858065732938 ], [ -111.48098977891949, 41.834553808792897 ], [ -111.48075355571478, 41.834370156443285 ], [ -111.48061425127433, 41.834262656699167 ], [ -111.48051692966132, 41.834132463926615 ], [ -111.48038926509831, 41.833970873848386 ], [ -111.4803041490142, 41.833862246385124 ], [ -111.48005945906188, 41.833350777033324 ], [ -111.47982168909489, 41.832959069910991 ], [ -111.47963251005909, 41.832623002130198 ], [ -111.47934752875351, 41.832359389028433 ], [ -111.47901446630301, 41.83210768469359 ], [ -111.47871767534572, 41.831874742699547 ], [ -111.47837783208, 41.831520386120246 ], [ -111.47801982827264, 41.831152593741102 ], [ -111.47762580164547, 41.830798460362026 ], [ -111.47741368674245, 41.830614700749678 ], [ -111.47728603702492, 41.830453107046267 ], [ -111.4771763511596, 41.83027792822088 ], [ -111.47704820118261, 41.830048784569954 ], [ -111.47689559991205, 41.829770204332824 ], [ -111.47667673440004, 41.829487395437098 ], [ -111.47646476013246, 41.829321647242232 ], [ -111.4763665173497, 41.829227482251859 ], [ -111.47605302381997, 41.829012616303409 ], [ -111.47572026505195, 41.828797829279033 ], [ -111.47547240263063, 41.828663752014457 ], [ -111.47520032395671, 41.828511760591311 ], [ -111.47487991880496, 41.828338351754532 ], [ -111.47463814076445, 41.828212353733818 ], [ -111.47440804654397, 41.828037669665669 ], [ -111.47411734529061, 41.82780919388334 ], [ -111.47380209751854, 41.827517770275712 ], [ -111.473505114402, 41.827253291210091 ], [ -111.47323268153229, 41.827051758558376 ], [ -111.47275364115396, 41.826756503262843 ], [ -111.4723131384572, 41.826461087494238 ], [ -111.47190153964037, 41.826165551275253 ], [ -111.4716895886461, 41.825999794052251 ], [ -111.47157463196633, 41.825923707344408 ], [ -111.47136925831776, 41.825833580542614 ], [ -111.47112780690706, 41.825749906186985 ], [ -111.47063880606184, 41.825571772643244 ], [ -111.47016754061907, 41.825348529874347 ], [ -111.46979297181872, 41.825174427718927 ], [ -111.46940665970376, 41.82504090341579 ], [ -111.46899640448576, 41.824926390079661 ], [ -111.46860479068295, 41.824891060030723 ], [ -111.46837574219194, 41.824855966581325 ], [ -111.46829132142508, 41.824838296962355 ], [ -111.46811622973206, 41.824771458825623 ], [ -111.46795168047377, 41.824664046378473 ], [ -111.46769871243043, 41.824485839148693 ], [ -111.46738922934972, 41.824152942463598 ], [ -111.46712316969175, 41.823829775945129 ], [ -111.46698267407857, 41.823717760812194 ], [ -111.46675154344635, 41.823561079268579 ], [ -111.46633527032516, 41.823279052270522 ], [ -111.46602649242283, 41.823041622243146 ], [ -111.46582608560151, 41.822803751943567 ], [ -111.46559561055923, 41.822570506619954 ], [ -111.46515298751578, 41.82213996799566 ], [ -111.46466210964213, 41.821696112464835 ], [ -111.4640018886368, 41.821144855979277 ], [ -111.46354640109081, 41.82059727308269 ], [ -111.4632187742355, 41.820247324968427 ], [ -111.46279346561492, 41.819708624202647 ], [ -111.46227767402995, 41.819144165912611 ], [ -111.46173281327214, 41.818722131431784 ], [ -111.46135151002665, 41.818439945509105 ], [ -111.46109131549925, 41.818255447670012 ], [ -111.46088492836074, 41.818018493214979 ], [ -111.46078747777312, 41.817861263044428 ], [ -111.46074465970617, 41.817766862119541 ], [ -111.46071925626646, 41.817582322112607 ], [ -111.46074825880861, 41.817429088109847 ], [ -111.46080130883472, 41.8172712541705 ], [ -111.46089067209333, 41.817140295277454 ], [ -111.46102214234335, 41.817004663865333 ], [ -111.46127938440938, 41.816778458080918 ], [ -111.46137476593059, 41.816647474634287 ], [ -111.46143399531726, 41.816512132873008 ], [ -111.46146322198679, 41.816390421996374 ], [ -111.46143192649123, 41.816223919622288 ], [ -111.4613466463292, 41.816084654835286 ], [ -111.46126754795588, 41.815967882469288 ], [ -111.46124227301907, 41.81580135585461 ], [ -111.46125344026467, 41.815679717529271 ], [ -111.46129347672564, 41.815554360501935 ], [ -111.46138821161641, 41.815165781546433 ], [ -111.46149352875852, 41.814742032961576 ], [ -111.46173742695866, 41.814335741145939 ], [ -111.46186304515564, 41.814056922092931 ], [ -111.46192640093068, 41.813826089996624 ], [ -111.46193689353252, 41.813610782227009 ], [ -111.46193539862018, 41.81340272819741 ], [ -111.46200514208442, 41.81305568096387 ], [ -111.46203342761645, 41.812803373184039 ], [ -111.461989446193, 41.812546852585967 ], [ -111.46184384519212, 41.812389816796667 ], [ -111.46160795236868, 41.812233143686626 ], [ -111.46124587759729, 41.812108501070824 ], [ -111.46109490586505, 41.812041555188998 ], [ -111.46096189602009, 41.811961026635082 ], [ -111.4607862660921, 41.811813116913115 ], [ -111.46041569265753, 41.81134173889415 ], [ -111.46017188611454, 41.810919390015165 ], [ -111.46007364258668, 41.810649575548567 ], [ -111.4600607338607, 41.810528033652474 ], [ -111.46007170917667, 41.810379375298034 ], [ -111.46007611733096, 41.810154184305098 ], [ -111.46014680208523, 41.809937734772433 ], [ -111.46026331953566, 41.809396851913981 ], [ -111.46024794974026, 41.809099684637303 ], [ -111.46021145897471, 41.808879160914451 ], [ -111.46012548237958, 41.808640821524975 ], [ -111.45998517304764, 41.808380182295096 ], [ -111.45966358306634, 41.808021192104519 ], [ -111.4593237786173, 41.807639756475233 ], [ -111.45889996876659, 41.807294683180459 ], [ -111.45854919441274, 41.807061903516434 ], [ -111.45829495125045, 41.806860261982827 ], [ -111.45814940431622, 41.806707724587248 ], [ -111.45781049900656, 41.80628124609202 ], [ -111.45762731667298, 41.806083823297428 ], [ -111.45750008614213, 41.805967239849146 ], [ -111.45735518368296, 41.805904768260902 ], [ -111.45718025099599, 41.805851422948251 ], [ -111.45695098846375, 41.805775776142809 ], [ -111.45643696338306, 41.805606687805515 ], [ -111.45590104957357, 41.805406159735611 ], [ -111.45558688798675, 41.80524077768375 ], [ -111.4553266743564, 41.805043656649367 ], [ -111.45516913281209, 41.804895666431413 ], [ -111.45476310125272, 41.804505472508097 ], [ -111.45430911551544, 41.804142487608644 ], [ -111.45397595430298, 41.803842072077373 ], [ -111.45385465819818, 41.803711950665559 ], [ -111.45381787859598, 41.803617523049844 ], [ -111.45379886919746, 41.803482493971323 ], [ -111.45381106167216, 41.803333831211603 ], [ -111.45384482593948, 41.803171572806235 ], [ -111.45392157466047, 41.802959606344068 ], [ -111.45397950410511, 41.80263963084208 ], [ -111.45395380857074, 41.802410055249752 ], [ -111.45392145899189, 41.802090436464177 ], [ -111.45382335078706, 41.801834126084813 ], [ -111.45372521160353, 41.801573312257815 ], [ -111.45359042239579, 41.80123608399024 ], [ -111.45342611382502, 41.800980034603043 ], [ -111.45321105921848, 41.800526032291032 ], [ -111.4530290778129, 41.800152961668914 ], [ -111.45287630366276, 41.799824810348106 ], [ -111.45268105423052, 41.799447287954585 ], [ -111.4524790918928, 41.798970715169034 ], [ -111.45230741369555, 41.798521043611863 ], [ -111.45219072468821, 41.79818824571916 ], [ -111.45207961197282, 41.797792377064553 ], [ -111.45202307513034, 41.797454838748195 ], [ -111.45200359677735, 41.79725225890553 ], [ -111.45202051189101, 41.797090067157356 ], [ -111.45207964208538, 41.796940319019818 ], [ -111.45220504670077, 41.796801118334017 ], [ -111.45231856666111, 41.796683580997254 ], [ -111.45240164760997, 41.796516625162951 ], [ -111.45243126271536, 41.796448956361623 ], [ -111.45242432618993, 41.796318382813212 ], [ -111.45236889727846, 41.796138461962315 ], [ -111.45233193429033, 41.796017013591623 ], [ -111.45212399922977, 41.795544966880485 ], [ -111.45191008097811, 41.795077446767074 ], [ -111.45170829644529, 41.794623388943783 ], [ -111.45157188656674, 41.794223115529654 ], [ -111.45143142533666, 41.793759809120687 ], [ -111.45124187338502, 41.793332723180967 ], [ -111.4510162808957, 41.792914785355428 ], [ -111.45083306746103, 41.792532708601314 ], [ -111.45085014217867, 41.792393033671502 ], [ -111.4508914767534, 41.792280284410751 ], [ -111.45099270341655, 41.792126768693826 ], [ -111.45111825266716, 41.792009185229446 ], [ -111.45126188586821, 41.791896034073915 ], [ -111.45139934299053, 41.791760389595581 ], [ -111.4514826412921, 41.791624957806889 ], [ -111.45153718132842, 41.791507652920203 ], [ -111.45167860382793, 41.791251299191877 ], [ -111.45182834044269, 41.791150733069387 ], [ -111.45200218466626, 41.791055476080153 ], [ -111.45215243300126, 41.791027863934126 ], [ -111.45228472360459, 41.791013832739118 ], [ -111.45285018071701, 41.790984584266042 ], [ -111.45310259947676, 41.79093855415794 ], [ -111.45328834299096, 41.790824333662641 ], [ -111.45349148447669, 41.790617272448188 ], [ -111.45357497372822, 41.790509759960216 ], [ -111.45367615946631, 41.79035173851954 ], [ -111.45374737815608, 41.790210948585354 ], [ -111.45380599630639, 41.789990046381376 ], [ -111.45391056762961, 41.789459122928882 ], [ -111.45399751740639, 41.788989516353396 ], [ -111.4542407628858, 41.788497675070495 ], [ -111.45433570401178, 41.78830815329907 ], [ -111.45436461380241, 41.788141410040836 ], [ -111.45436961348673, 41.787997278762248 ], [ -111.4543324289674, 41.787844307346099 ], [ -111.45425248833409, 41.787601435284238 ], [ -111.45413698551765, 41.787435262986094 ], [ -111.45397297102566, 41.787216141150594 ], [ -111.45364470413031, 41.786743671197627 ], [ -111.45336531478131, 41.786375488261825 ], [ -111.45317004057202, 41.785988958905023 ], [ -111.45305413131445, 41.785764241746037 ], [ -111.45302920721105, 41.785642745899253 ], [ -111.45307655074025, 41.785529972032712 ], [ -111.45316009124309, 41.785430565831177 ], [ -111.45329588316461, 41.785231876702618 ], [ -111.4533203297114, 41.785114689583395 ], [ -111.45332526811499, 41.784961551540192 ], [ -111.45338439071641, 41.784812703157471 ], [ -111.45344392554324, 41.78472239844762 ], [ -111.45353354483836, 41.784631974943814 ], [ -111.45381569891454, 41.784539890282076 ], [ -111.45407414676879, 41.784499238382516 ], [ -111.45426656086249, 41.784480463765355 ], [ -111.45442287337987, 41.784461831630807 ], [ -111.45457870866095, 41.784375648861506 ], [ -111.45466221353584, 41.784271738205078 ], [ -111.45473346163617, 41.784136351588685 ], [ -111.45477452963615, 41.783987573935228 ], [ -111.45482775845798, 41.783856762070542 ], [ -111.45498040805074, 41.78332024256035 ], [ -111.4549949563531, 41.782824801221807 ], [ -111.45496172095682, 41.782379087457549 ], [ -111.45491104079967, 41.782019009021575 ], [ -111.45470937234781, 41.781578465429575 ], [ -111.45456223773243, 41.781191747567703 ], [ -111.45448848029818, 41.78097136836756 ], [ -111.45444518774596, 41.780804910490154 ], [ -111.45444961449157, 41.78057971846561 ], [ -111.45449612509748, 41.780349856463062 ], [ -111.45459037938384, 41.780064862939973 ], [ -111.45464344727716, 41.779741302299378 ], [ -111.45465395882474, 41.779696225790964 ], [ -111.45464695627959, 41.779556645278753 ], [ -111.45459806769675, 41.779449655647554 ], [ -111.45447076216983, 41.779314153879099 ], [ -111.45430758753194, 41.779211218950749 ], [ -111.45405898039238, 41.779108621469319 ], [ -111.45386116583485, 41.779041850734821 ], [ -111.45363225683964, 41.779002223389689 ], [ -111.45283251843284, 41.778897294586002 ], [ -111.45216891099636, 41.778814341969422 ], [ -111.45172933568367, 41.778762029295805 ], [ -111.45158468350047, 41.778725669335586 ], [ -111.45150014466948, 41.778681867378502 ], [ -111.45147560538886, 41.778614411432827 ], [ -111.45156506107314, 41.778501472556613 ], [ -111.45163067224172, 41.778420151792041 ], [ -111.4518333314177, 41.778149145401642 ], [ -111.45204160039371, 41.777820471864004 ], [ -111.45215356280019, 41.777485872108954 ], [ -111.4522405469655, 41.777192802690323 ], [ -111.45230089998908, 41.777048453319061 ], [ -111.45233953261958, 41.776552916937966 ], [ -111.45232436761978, 41.776107130754923 ], [ -111.45230438911743, 41.775832496268876 ], [ -111.45229124950851, 41.775674925697373 ], [ -111.4522131363464, 41.775517610881636 ], [ -111.45204880337685, 41.775419180717577 ], [ -111.4518681000946, 41.775388367123142 ], [ -111.4517115876247, 41.775375472113112 ], [ -111.4514646132118, 41.775331407941536 ], [ -111.45118724323423, 41.775242427663684 ], [ -111.45098175105898, 41.775108129639413 ], [ -111.45075137582107, 41.774856838000538 ], [ -111.45062733051357, 41.774497044990227 ], [ -111.45051224466982, 41.774213776115921 ], [ -111.45042704455005, 41.774074501812393 ], [ -111.45034234882644, 41.774007281398006 ], [ -111.45026360621787, 41.77393103059768 ], [ -111.45018464336312, 41.773823256133639 ], [ -111.45014165028091, 41.773697326702923 ], [ -111.45009204328404, 41.773485856736635 ], [ -111.44993128704152, 41.772865003892477 ], [ -111.44976543050011, 41.772374772137603 ], [ -111.44963107044134, 41.772087074223435 ], [ -111.44960669293022, 41.772042134650668 ], [ -111.44952773351561, 41.771934359682874 ], [ -111.44931041249546, 41.771827125845192 ], [ -111.4491719249512, 41.771809653367256 ], [ -111.44900956299428, 41.77181929501571 ], [ -111.44880648234523, 41.77185611649125 ], [ -111.44831280405317, 41.771975134875014 ], [ -111.44794694001303, 41.772134184346378 ], [ -111.44767763974865, 41.772337891394606 ], [ -111.44736080590326, 41.77262734934893 ], [ -111.44697773872493, 41.772908957823482 ], [ -111.446845852905, 41.772976122603723 ], [ -111.44663564204978, 41.773026478461553 ], [ -111.44649727754697, 41.773027016273993 ], [ -111.44635261619882, 41.772987046911879 ], [ -111.44621372741861, 41.77291192767143 ], [ -111.44561013632601, 41.772624245131844 ], [ -111.44506055569992, 41.772316534798946 ], [ -111.44452347199457, 41.772075425230369 ], [ -111.44391442078135, 41.771866115714602 ], [ -111.44357623614553, 41.77167827498581 ], [ -111.44345520825749, 41.771575161738625 ], [ -111.44337024397809, 41.771467405696711 ], [ -111.44327253549756, 41.771256118297146 ], [ -111.44324726366669, 41.771080579356827 ], [ -111.44327616385344, 41.77090933490755 ], [ -111.44330357561817, 41.770521928240491 ], [ -111.4432937464302, 41.769968035760314 ], [ -111.44334621209197, 41.769724644340037 ], [ -111.44344711166309, 41.769526100952774 ], [ -111.44356035184782, 41.769372544827014 ], [ -111.44378193247061, 41.76922757715802 ], [ -111.44399179165248, 41.769127689357347 ], [ -111.44415327786459, 41.768991960184479 ], [ -111.44429612662744, 41.768770736351172 ], [ -111.44435457191253, 41.768522817800118 ], [ -111.44442489215974, 41.768252335771336 ], [ -111.44464968365841, 41.767702038898861 ], [ -111.44479025714486, 41.767152067608357 ], [ -111.44479261202237, 41.766796281858618 ], [ -111.44473740725137, 41.766467739921879 ], [ -111.4446880414435, 41.766287790915378 ], [ -111.44452835056478, 41.765811037626676 ], [ -111.44443703514551, 41.765653768303004 ], [ -111.44427952249713, 41.765492251396701 ], [ -111.44407410696863, 41.765362443950387 ], [ -111.44392295253755, 41.765250440504268 ], [ -111.44383191872836, 41.765133701122814 ], [ -111.44380101144255, 41.765013126626833 ], [ -111.4438603182134, 41.764890402234599 ], [ -111.4439621090625, 41.764822456395116 ], [ -111.44405782251549, 41.76474552694701 ], [ -111.44439859978581, 41.764442474609609 ], [ -111.44471014459346, 41.764262029705527 ], [ -111.445136215697, 41.764116267626193 ], [ -111.44524360801381, 41.763988852690282 ], [ -111.44527851485734, 41.763817584257353 ], [ -111.44529571911168, 41.763695922967202 ], [ -111.44526418087486, 41.763484380494411 ], [ -111.44516883137764, 41.762917308396133 ], [ -111.44527310314488, 41.762164818981887 ], [ -111.44531112809034, 41.761574712370937 ], [ -111.4452723619502, 41.761187561097216 ], [ -111.44527071191091, 41.760948881659651 ], [ -111.44534070894036, 41.760633364913531 ], [ -111.44541114128202, 41.7603808955161 ], [ -111.44540410518003, 41.760233207767769 ], [ -111.44530683705736, 41.760084068366197 ], [ -111.44510695352453, 41.759882185073749 ], [ -111.44480305038816, 41.759424004244678 ], [ -111.44466867779286, 41.759127292863553 ], [ -111.44452761735027, 41.758907166820684 ], [ -111.44429912498458, 41.758742321525453 ], [ -111.44410578490817, 41.758616070072662 ], [ -111.44377985373021, 41.758450699620511 ], [ -111.44313385593956, 41.758097415760922 ], [ -111.44287408872084, 41.757931787517514 ], [ -111.44257231467735, 41.757779831022894 ], [ -111.44220435259395, 41.75762362497985 ], [ -111.44204717436422, 41.757507138568499 ], [ -111.44183524940968, 41.757300792293009 ], [ -111.44160448004921, 41.756977426796247 ], [ -111.44130699983293, 41.756397616989219 ], [ -111.44112740402595, 41.755992990725105 ], [ -111.44104338977222, 41.755844697403347 ], [ -111.44104866405472, 41.755736592900817 ], [ -111.44105973672143, 41.755596941561912 ], [ -111.44114819229272, 41.755339901847016 ], [ -111.44140834294122, 41.754685893569018 ], [ -111.44149546885271, 41.75423520764955 ], [ -111.44147588356296, 41.754010107306271 ], [ -111.44140803170201, 41.75376267482725 ], [ -111.44126782694151, 41.753488499117438 ], [ -111.44107198666291, 41.75299386468307 ], [ -111.44108861072546, 41.752611002258313 ], [ -111.44121157285619, 41.752299787731168 ], [ -111.44124105645071, 41.752214107754789 ], [ -111.44131155765386, 41.751970647257536 ], [ -111.44138168812307, 41.751673145965029 ], [ -111.44142859568456, 41.751497328716887 ], [ -111.44152361359468, 41.751321326580467 ], [ -111.44161943352499, 41.751262412648181 ], [ -111.44176342554455, 41.751212320462301 ], [ -111.44191944495878, 41.751162181837188 ], [ -111.44238012747374, 41.750813638453344 ], [ -111.4427024579477, 41.750461122839241 ], [ -111.44277310649196, 41.750240178385368 ], [ -111.44279592346771, 41.750059949857182 ], [ -111.4428253420532, 41.749965262664354 ], [ -111.44261673105049, 41.749362595405998 ], [ -111.44234280925492, 41.748881774087401 ], [ -111.44202106736094, 41.748442568395902 ], [ -111.44186886941384, 41.74817204210769 ], [ -111.44182550870563, 41.747987564667099 ], [ -111.44184854992005, 41.747839760713859 ], [ -111.441943462539, 41.747649347275548 ], [ -111.44214690123164, 41.747499948545098 ], [ -111.4424217274597, 41.747237686667376 ], [ -111.44279310653647, 41.747024590769875 ], [ -111.44322501984614, 41.746869805902648 ], [ -111.44359087674086, 41.74672878500111 ], [ -111.44390791147734, 41.746484370654485 ], [ -111.44421889941762, 41.746235475284806 ], [ -111.44448748106771, 41.745941707937128 ], [ -111.44492886007826, 41.7454175915219 ], [ -111.44513113389205, 41.745101561782548 ], [ -111.44520179949029, 41.744885119096843 ], [ -111.4450983243846, 41.744704478513704 ], [ -111.44498881801769, 41.744521159077415 ], [ -111.44492716270032, 41.744300725391113 ], [ -111.44485351260283, 41.744084841621842 ], [ -111.44456654560814, 41.743455459502258 ], [ -111.44433004809484, 41.743168148991913 ], [ -111.44413641978632, 41.742993260296039 ], [ -111.44393104564386, 41.742858948334082 ], [ -111.44376197373565, 41.742756921154324 ], [ -111.44349686766327, 41.742680484148238 ], [ -111.44318980120579, 41.742623123168634 ], [ -111.44211223626395, 41.742447133532508 ], [ -111.44142567508817, 41.742292149922626 ], [ -111.44119064470026, 41.742216492742358 ], [ -111.4410215418113, 41.742109057405926 ], [ -111.44085228546942, 41.741979104799313 ], [ -111.4406945014376, 41.741768044550327 ], [ -111.44060270657826, 41.741534213446812 ], [ -111.44049025766905, 41.740917662052567 ], [ -111.44043248619191, 41.740382865027051 ], [ -111.44055576322393, 41.739944650003707 ], [ -111.44067466381289, 41.739746039043339 ], [ -111.44078924623079, 41.739619500893085 ], [ -111.44090752824624, 41.739506459000623 ], [ -111.44109312140978, 41.739388655087751 ], [ -111.44129058514145, 41.739248287667039 ], [ -111.44156583655439, 41.739052678011433 ], [ -111.44182176422251, 41.738669795398891 ], [ -111.4418862053618, 41.738421853770802 ], [ -111.44189123008218, 41.738277721670677 ], [ -111.4418719574435, 41.738097654810296 ], [ -111.44183483239907, 41.737944677736316 ], [ -111.44165173989184, 41.737549071442736 ], [ -111.44150540322971, 41.737252401159594 ], [ -111.44147435373924, 41.737108407651377 ], [ -111.44149106500839, 41.736914691854587 ], [ -111.44153817779623, 41.736770398012517 ], [ -111.44160332773752, 41.736626034829044 ], [ -111.44174626879762, 41.736427330260263 ], [ -111.44197840720901, 41.736084169618508 ], [ -111.442031561582, 41.735944355842435 ], [ -111.44203066609212, 41.735813757027785 ], [ -111.44198176430882, 41.735696853453696 ], [ -111.44191519608295, 41.735634060117619 ], [ -111.44185473294121, 41.735584753845394 ], [ -111.44172184395424, 41.735495194244649 ], [ -111.44116177157419, 41.735186602569215 ], [ -111.44078090000036, 41.735057461946745 ], [ -111.44035899252151, 41.734905959692504 ], [ -111.43997914224579, 41.734749791325626 ], [ -111.43967131200071, 41.734574431331446 ], [ -111.43930941615686, 41.734405582159738 ], [ -111.4390502147365, 41.734307495236067 ], [ -111.43856304716958, 41.734106696888325 ], [ -111.43763266102144, 41.733623863083082 ], [ -111.43724635455874, 41.733400157295222 ], [ -111.43682358129652, 41.73311804295988 ], [ -111.43651519417051, 41.732858010217804 ], [ -111.43625521091457, 41.732642828166291 ], [ -111.43603725295016, 41.73241847899326 ], [ -111.43576599482149, 41.732135785656084 ], [ -111.43552218139995, 41.731821462936303 ], [ -111.4352435312708, 41.731511775168087 ], [ -111.43498840372959, 41.731301976034274 ], [ -111.43471793828175, 41.731135468243863 ], [ -111.43449452510525, 41.730992200263501 ], [ -111.43402999946422, 41.730755268679289 ], [ -111.43343288263024, 41.730469296571755 ], [ -111.43299232137129, 41.730218759773926 ], [ -111.43268453775221, 41.73004428141401 ], [ -111.43209278737365, 41.729660105096244 ], [ -111.43178427906369, 41.729376641554943 ], [ -111.43132494327259, 41.729013580542464 ], [ -111.43103457294671, 41.728744458169743 ], [ -111.43080437622977, 41.728483215827254 ], [ -111.43062270788062, 41.728286642034639 ], [ -111.43035085962649, 41.728089505011155 ], [ -111.43007877274945, 41.727856339962997 ], [ -111.42973352797505, 41.727470327733741 ], [ -111.42939471873669, 41.72714733986399 ], [ -111.42911671764573, 41.726927705194626 ], [ -111.42895972809671, 41.726824710059574 ], [ -111.42880288877518, 41.726744231818401 ], [ -111.42853763271999, 41.726632632993947 ], [ -111.42823615891784, 41.726498650860208 ], [ -111.42803143842167, 41.72644987473047 ], [ -111.42782091585555, 41.726432644579035 ], [ -111.42732136330271, 41.726344432678303 ], [ -111.42661111172039, 41.726211965680243 ], [ -111.42584036160079, 41.726021172545359 ], [ -111.42524424531264, 41.725874763454918 ], [ -111.42488293434938, 41.725781525734227 ], [ -111.42452135761582, 41.725647756038335 ], [ -111.42423180105564, 41.725495705193673 ], [ -111.42383987420176, 41.725317010030665 ], [ -111.42329733351788, 41.725088428836173 ], [ -111.422773078768, 41.724897607495649 ], [ -111.4224659971044, 41.724822176765677 ], [ -111.42221328375591, 41.724787077288994 ], [ -111.42197157382071, 41.724779858775115 ], [ -111.42142526512109, 41.724708906320139 ], [ -111.42089004843055, 41.724679343174138 ], [ -111.42064944729952, 41.724657706500615 ], [ -111.42042690387066, 41.724639606085681 ], [ -111.4201803621025, 41.724628798652006 ], [ -111.42005965986904, 41.724556282652813 ], [ -111.41995799477915, 41.724453072904467 ], [ -111.41993183814212, 41.72431355885675 ], [ -111.4199963789975, 41.724070131991105 ], [ -111.42006578669843, 41.723651049338017 ], [ -111.41999708204314, 41.723254989178393 ], [ -111.41992981501602, 41.723079597048311 ], [ -111.41980871145168, 41.722944933407867 ], [ -111.41963966543581, 41.722832962413811 ], [ -111.41939833948412, 41.722698737303467 ], [ -111.41883176846798, 41.722466619755302 ], [ -111.41848781788291, 41.722265213645201 ], [ -111.41829464382337, 41.722139817906672 ], [ -111.41814935502029, 41.721982722831669 ], [ -111.41802799454597, 41.721807526368757 ], [ -111.41788043132067, 41.721299163166776 ], [ -111.41777611419639, 41.720970784094405 ], [ -111.41761752435544, 41.720615580920011 ], [ -111.41752572717134, 41.720363716258838 ], [ -111.4175004823874, 41.720178262129522 ], [ -111.41748697977516, 41.719949531342124 ], [ -111.41752021770358, 41.719512567153778 ], [ -111.41759587508996, 41.719128590562342 ], [ -111.4175756035861, 41.71878279227078 ], [ -111.41758628413005, 41.718575590558707 ], [ -111.41767466723688, 41.718300553317455 ], [ -111.41777311695152, 41.717723742089468 ], [ -111.41795667701821, 41.717295238097059 ], [ -111.41799107775134, 41.71703841105181 ], [ -111.4179657221321, 41.716835843858405 ], [ -111.41793004356786, 41.716709874424453 ], [ -111.41782523172178, 41.71648958196058 ], [ -111.4177270209042, 41.716174690989 ], [ -111.41772515461258, 41.715886470997035 ], [ -111.41776582854678, 41.715670153045529 ], [ -111.41785318609321, 41.715237495223597 ], [ -111.41785814648208, 41.715075349600745 ], [ -111.41781481909879, 41.714881854740277 ], [ -111.41774117739668, 41.714647938159324 ], [ -111.41755832883337, 41.714256794322573 ], [ -111.41742432289227, 41.713982564930312 ], [ -111.41734467331653, 41.713748669879401 ], [ -111.41726429617562, 41.71340218876955 ], [ -111.41716565031146, 41.713018844826586 ], [ -111.41706684261413, 41.712610281501547 ], [ -111.4170348702478, 41.712313163484289 ], [ -111.4170336476858, 41.712124018971977 ], [ -111.41710486744333, 41.711984150550606 ], [ -111.41725409669766, 41.711825083966097 ], [ -111.41764231436281, 41.711446276499487 ], [ -111.41779096367618, 41.711198041080117 ], [ -111.41786737423675, 41.710932053969934 ], [ -111.41789139154635, 41.710742817642632 ], [ -111.41790523846556, 41.710468050884039 ], [ -111.41785515215757, 41.709972842744918 ], [ -111.41780538679745, 41.709712718600521 ], [ -111.41780465197061, 41.709599231853488 ], [ -111.41782807939772, 41.709504572159304 ], [ -111.41788739138167, 41.709382760682622 ], [ -111.41797074283167, 41.709260861741051 ], [ -111.41811422225521, 41.709143247533611 ], [ -111.4185028452715, 41.708830187343985 ], [ -111.41928569771336, 41.708143694964356 ], [ -111.41990717276718, 41.707596496299551 ], [ -111.42034394954096, 41.707297665215719 ], [ -111.42079804661293, 41.706890683833201 ], [ -111.4210423874774, 41.706574540343084 ], [ -111.42110775916464, 41.706461712050185 ], [ -111.42116697402111, 41.706326388528765 ], [ -111.42118441511627, 41.706236253592309 ], [ -111.42115304438221, 41.70603370877317 ], [ -111.4210854399399, 41.705804275403679 ], [ -111.42105878925248, 41.705588202594008 ], [ -111.42111240234455, 41.705331303715518 ], [ -111.42114683742172, 41.705082581477299 ], [ -111.42116782489907, 41.704615035876166 ], [ -111.42114231757871, 41.704389951746236 ], [ -111.42111006637846, 41.704052303502024 ], [ -111.42109074521038, 41.703854217985892 ], [ -111.42101575319413, 41.703413144567072 ], [ -111.42099578625493, 41.703115983207468 ], [ -111.42106015564794, 41.702850037733249 ], [ -111.42117719758608, 41.702367728602333 ], [ -111.42133689039862, 41.701975334033499 ], [ -111.42149708124303, 41.70165949781596 ], [ -111.42157378909596, 41.701443045835838 ], [ -111.42160992824286, 41.701271778184143 ], [ -111.42161397074267, 41.701154670931111 ], [ -111.42155744699984, 41.700781083229472 ], [ -111.4215685534482, 41.700641432280008 ], [ -111.42158593368279, 41.700542290308434 ], [ -111.42161960984339, 41.700362024552014 ], [ -111.42158979553611, 41.700213516600002 ], [ -111.42150484502915, 41.700087728652896 ], [ -111.42137765508501, 41.699935074189987 ], [ -111.42092993104168, 41.699468345140723 ], [ -111.4205846006311, 41.699037268068601 ], [ -111.42036047985057, 41.698763371116719 ], [ -111.42023877643761, 41.69852963126089 ], [ -111.4201655261748, 41.698354260370145 ], [ -111.42002371710903, 41.697800841201875 ], [ -111.41993701508639, 41.697404844977001 ], [ -111.41988164688472, 41.697206890735771 ], [ -111.41983208278944, 41.696977390350774 ], [ -111.41981915732934, 41.696837827264559 ], [ -111.41995665577701, 41.696729239497934 ], [ -111.42015523775302, 41.696773549246629 ], [ -111.42026969733449, 41.696818166313541 ], [ -111.42062497719802, 41.696933959036848 ], [ -111.42114873928615, 41.697085161825605 ], [ -111.42202089641437, 41.697217069144322 ], [ -111.42256198295856, 41.69726011647446 ], [ -111.42275422920156, 41.697254005174038 ], [ -111.42284433760859, 41.697250070822129 ], [ -111.42307838565422, 41.697204173860094 ], [ -111.42327022418415, 41.697135914100507 ], [ -111.42436761211601, 41.696794100275021 ], [ -111.42495654543241, 41.696620788863036 ], [ -111.42551835444348, 41.696343993026041 ], [ -111.42592519391145, 41.696076775995529 ], [ -111.42622396326836, 41.695823469046807 ], [ -111.42639068890502, 41.695593169089918 ], [ -111.42652742975683, 41.695371987289811 ], [ -111.42660464907726, 41.695236593904035 ], [ -111.42681804120515, 41.694794452782283 ], [ -111.42685319934375, 41.694659215420444 ], [ -111.42686429338853, 41.694519563868987 ], [ -111.42680873384305, 41.694295492948513 ], [ -111.42671178787423, 41.694173356119698 ], [ -111.42654277598476, 41.694056890972945 ], [ -111.42625912767379, 41.693868793859401 ], [ -111.42584870915016, 41.693591094641597 ], [ -111.42543234507353, 41.693322423071962 ], [ -111.425238948092, 41.693152003523714 ], [ -111.425021482953, 41.692976268383219 ], [ -111.42436278437457, 41.692403147401905 ], [ -111.42411505174778, 41.69219239449685 ], [ -111.42398754606207, 41.691990204690136 ], [ -111.42394589116637, 41.691868762188214 ], [ -111.42393199282486, 41.691765231532855 ], [ -111.42395457703232, 41.69154447368421 ], [ -111.42411372383009, 41.691075516014408 ], [ -111.42430986443537, 41.690750535520955 ], [ -111.42441022766839, 41.690479951166203 ], [ -111.42440350909092, 41.690371890466075 ], [ -111.42437225477738, 41.690187359792716 ], [ -111.4242496064483, 41.689809513295444 ], [ -111.42415045938814, 41.689350515761447 ], [ -111.42417194750897, 41.688963129954544 ], [ -111.42422415582642, 41.68867921270688 ], [ -111.42430807862976, 41.688467235369828 ], [ -111.42451978925084, 41.687953047172847 ], [ -111.42478064269827, 41.68742066265763 ], [ -111.42492382437027, 41.687267012138669 ], [ -111.42516896099488, 41.687085962914004 ], [ -111.42538456730811, 41.686982483795283 ], [ -111.42588860403414, 41.68670409816135 ], [ -111.42604266089059, 41.686560313777761 ], [ -111.42612581920457, 41.686415891367815 ], [ -111.42617831415478, 41.686177007716239 ], [ -111.42615972620465, 41.686091508885127 ], [ -111.42608076366587, 41.68596119823254 ], [ -111.42598978597758, 41.685830932057961 ], [ -111.42555429114864, 41.685386692324059 ], [ -111.42539074853333, 41.685184637257038 ], [ -111.42531113618944, 41.684955249980803 ], [ -111.42530968295809, 41.684734580563173 ], [ -111.42533202292343, 41.684477794544982 ], [ -111.42532435444905, 41.68422562313652 ], [ -111.42532307915654, 41.684031974440039 ], [ -111.42537566419863, 41.683806601425985 ], [ -111.42548704838592, 41.683387357273695 ], [ -111.42570623907201, 41.682918174458081 ], [ -111.42592025071775, 41.682575110315526 ], [ -111.42599079535825, 41.682340663269912 ], [ -111.42600206759464, 41.682228032258323 ], [ -111.4259833028465, 41.682115512578036 ], [ -111.42591047175466, 41.682003193265047 ], [ -111.425819678192, 41.681899947595319 ], [ -111.42562542435732, 41.681594424409774 ], [ -111.42560017833591, 41.681409871537518 ], [ -111.42562313929733, 41.681247657988912 ], [ -111.42571795021422, 41.681049149750876 ], [ -111.42576523671406, 41.680931881759754 ], [ -111.42594147562565, 41.680327750292996 ], [ -111.42612990387666, 41.679750594729335 ], [ -111.42626578040732, 41.679403315869791 ], [ -111.42638446652455, 41.679182200612523 ], [ -111.42645536265287, 41.67900179470616 ], [ -111.42651451184304, 41.678861964491382 ], [ -111.42655560982115, 41.67871769766743 ], [ -111.42657874591912, 41.678582504637838 ], [ -111.42659557746771, 41.678402299279568 ], [ -111.42665331619774, 41.678230949208611 ], [ -111.42671378466396, 41.678109128265966 ], [ -111.42674940429593, 41.678045045284932 ], [ -111.42681420787326, 41.677852051742306 ], [ -111.4267895253252, 41.677753064802701 ], [ -111.426674649009, 41.67764090200852 ], [ -111.42634251189189, 41.67737642375257 ], [ -111.42617866049694, 41.677124831348245 ], [ -111.42596015437246, 41.676783369801377 ], [ -111.42574245190777, 41.676563501330818 ], [ -111.42551898138268, 41.6763796823844 ], [ -111.42519886916065, 41.676115156233664 ], [ -111.42484224486346, 41.675778706957196 ], [ -111.42452196083656, 41.67548715807515 ], [ -111.42408654638335, 41.675042911606077 ], [ -111.42373585190553, 41.674692926216139 ], [ -111.42354846320029, 41.674513473910359 ], [ -111.42332544864966, 41.674397202573672 ], [ -111.42316898015417, 41.674352743017984 ], [ -111.42293457262396, 41.674331087954229 ], [ -111.42269424108142, 41.67432206421104 ], [ -111.42197306446387, 41.674267068464133 ], [ -111.42129943718751, 41.674134432398922 ], [ -111.42095685267518, 41.67410416262782 ], [ -111.42075889724137, 41.674145419672286 ], [ -111.42061523601393, 41.674222506299152 ], [ -111.42039981679001, 41.674349394575323 ], [ -111.42014281852282, 41.67454849165739 ], [ -111.41975419775316, 41.674829133298132 ], [ -111.41946704495038, 41.675010324679796 ], [ -111.41920914112858, 41.675070712843436 ], [ -111.41895714426933, 41.675115766740177 ], [ -111.41849491669464, 41.67516248648235 ], [ -111.41802729362522, 41.675303799070235 ], [ -111.41776345621066, 41.675375914865626 ], [ -111.4172004252581, 41.675626557355585 ], [ -111.41680526116987, 41.675827049110168 ], [ -111.41642189346958, 41.675994170308449 ], [ -111.41619389513674, 41.676035528331511 ], [ -111.4159239646368, 41.676095051954533 ], [ -111.41579184320017, 41.676100033579232 ], [ -111.4155995084988, 41.676082714926025 ], [ -111.41536486545535, 41.676025016686403 ], [ -111.41525642985721, 41.675976769909909 ], [ -111.41494880314414, 41.675778822948025 ], [ -111.41465911774996, 41.675568200415753 ], [ -111.41452000803024, 41.675420084229998 ], [ -111.41433804289404, 41.675146022259327 ], [ -111.41412557802695, 41.674799111957192 ], [ -111.41407675071984, 41.674678592045247 ], [ -111.4141535676543, 41.674480157922062 ], [ -111.41428499283842, 41.674367094864337 ], [ -111.41444653756763, 41.67426743377758 ], [ -111.41472116761315, 41.67400523571748 ], [ -111.41489986304659, 41.67377040480482 ], [ -111.4149826829947, 41.673571948429263 ], [ -111.41502406385068, 41.673468216745015 ], [ -111.41505250562146, 41.6732204173071 ], [ -111.41504568900581, 41.673094341764553 ], [ -111.41502683039559, 41.672963806125679 ], [ -111.41497796811512, 41.672837882391953 ], [ -111.41488685793192, 41.672680586105024 ], [ -111.4147051592054, 41.672447055816782 ], [ -111.41456602726313, 41.67229443610244 ], [ -111.41451763445224, 41.672241468425206 ], [ -111.41439640148376, 41.672069868916914 ], [ -111.41432325540276, 41.671903500232837 ], [ -111.41424435175202, 41.671588534163988 ], [ -111.41414953252868, 41.671039439279788 ], [ -111.41405019848078, 41.670535396320261 ], [ -111.41397474685243, 41.670008749314185 ], [ -111.41395563169806, 41.669837682132943 ], [ -111.41397223672593, 41.669616946914168 ], [ -111.41400154656463, 41.669504251843939 ], [ -111.41404243588788, 41.669323961349171 ], [ -111.41413085500503, 41.669062435142081 ], [ -111.41435054262647, 41.668665328284241 ], [ -111.41452266978716, 41.668344953395533 ], [ -111.41458104940415, 41.668082634419015 ], [ -111.41459168049141, 41.667867324891532 ], [ -111.41453569025691, 41.667565786889142 ], [ -111.41439535640133, 41.667224020731609 ], [ -111.41414053519259, 41.666824120390359 ], [ -111.41398302386126, 41.666613019461757 ], [ -111.41364487421451, 41.666330511224025 ], [ -111.41346406238617, 41.666232082982859 ], [ -111.41315689659548, 41.666098080056962 ], [ -111.41274800572515, 41.666022988228576 ], [ -111.41193048515321, 41.665913331512925 ], [ -111.41083269353466, 41.665930771443897 ], [ -111.41018848981695, 41.665874525695976 ], [ -111.40984601118517, 41.665853229503554 ], [ -111.40946798252108, 41.665908619857277 ], [ -111.40919845862666, 41.666026672886133 ], [ -111.40894698569468, 41.6661500653573 ], [ -111.40831798046179, 41.666408105140228 ], [ -111.40780297556675, 41.666648623438192 ], [ -111.40745991705545, 41.666726401017812 ], [ -111.40723895401206, 41.666736191297801 ], [ -111.40701633587804, 41.666673929691306 ], [ -111.40681754356964, 41.666580058244826 ], [ -111.40661844014001, 41.6664366481413 ], [ -111.40604476264053, 41.665943282082416 ], [ -111.40586103130562, 41.665569232863199 ], [ -111.40577024998862, 41.665267813276017 ], [ -111.40571476123093, 41.665039227090773 ], [ -111.40570697433517, 41.664755528774066 ], [ -111.40581363637997, 41.664525469428192 ], [ -111.40594440552404, 41.664308835588862 ], [ -111.40611098178306, 41.664056046403864 ], [ -111.40641432856957, 41.663586601355846 ], [ -111.40653965470966, 41.663460057759082 ], [ -111.40664702005556, 41.663342584739631 ], [ -111.40670056088925, 41.663261330766488 ], [ -111.40673605631662, 41.663175637040858 ], [ -111.40672939884111, 41.663072078133162 ], [ -111.40665639617005, 41.662923718116275 ], [ -111.40636645582065, 41.662659032002885 ], [ -111.40577474079883, 41.662156720836236 ], [ -111.40521317543042, 41.661672314630863 ], [ -111.40463399680219, 41.661251017859712 ], [ -111.40414532950581, 41.660896953728844 ], [ -111.40343217042087, 41.660368035738855 ], [ -111.40283011057154, 41.659933299304505 ], [ -111.4024620460377, 41.659655366184943 ], [ -111.40223233061508, 41.659412976514155 ], [ -111.40214124254152, 41.659251166042957 ], [ -111.40207987312424, 41.659039712059595 ], [ -111.40207313954916, 41.658922642299309 ], [ -111.4020597565095, 41.658702013243925 ], [ -111.40205818791533, 41.658449817726627 ], [ -111.40209225827142, 41.658134447274719 ], [ -111.40203962342916, 41.657396042632605 ], [ -111.40194624260899, 41.656864945540477 ], [ -111.40190814036879, 41.656531813053704 ], [ -111.40189254671263, 41.655955407904578 ], [ -111.40186039427951, 41.655613247361757 ], [ -111.40177456182519, 41.655329821132028 ], [ -111.40173191173659, 41.655230891181596 ], [ -111.40156106094798, 41.654794639747301 ], [ -111.40152374513677, 41.654587604854655 ], [ -111.40154036115973, 41.65436236717953 ], [ -111.40157529919391, 41.654186605004725 ], [ -111.40162261591314, 41.654070246989257 ], [ -111.40187290842893, 41.653762227126997 ], [ -111.40219523307879, 41.653450351807955 ], [ -111.40235051562649, 41.653314700556649 ], [ -111.40251752658654, 41.653133972086501 ], [ -111.40266641033512, 41.652935292497951 ], [ -111.40285104063076, 41.652691451493951 ], [ -111.40317809617784, 41.652176895049713 ], [ -111.40332091491942, 41.651969228668911 ], [ -111.40345217881217, 41.651834560893917 ], [ -111.40361342570054, 41.651693482656057 ], [ -111.40379880827379, 41.651571234501098 ], [ -111.40396634529596, 41.651476070332677 ], [ -111.4046975202197, 41.651252822182691 ], [ -111.40513438411621, 41.651017096299533 ], [ -111.40551711965315, 41.650768048937508 ], [ -111.40628892588414, 41.650323971120564 ], [ -111.40665414938424, 41.650156046570054 ], [ -111.40704925132377, 41.649965497074021 ], [ -111.40738436369304, 41.649784166036 ], [ -111.40750411109684, 41.64972969841844 ], [ -111.40772579092213, 41.649652351173437 ], [ -111.40791144962141, 41.649576032055016 ], [ -111.40808458186868, 41.649417791659928 ], [ -111.40816786975481, 41.649294998121093 ], [ -111.40823894962071, 41.649140722703869 ], [ -111.40833528454883, 41.648231554710712 ], [ -111.4084482014683, 41.647096246963727 ], [ -111.40860425828235, 41.646137326613598 ], [ -111.40864756689832, 41.64538957522975 ], [ -111.40865660966459, 41.644920268021551 ], [ -111.40875756667293, 41.64474426867146 ], [ -111.40888896978966, 41.644635714927226 ], [ -111.40905639592336, 41.644527032843968 ], [ -111.41007406221323, 41.644050528834597 ], [ -111.41088298080828, 41.643606287354558 ], [ -111.4113359510655, 41.643271400870177 ], [ -111.41157429725786, 41.64298682086195 ], [ -111.41182467751017, 41.642706700834864 ], [ -111.41211719636583, 41.642444443587088 ], [ -111.41232054748929, 41.642322117109373 ], [ -111.41265720851312, 41.642203815375737 ], [ -111.41343527854717, 41.64201186826358 ], [ -111.41377053349554, 41.641862043111971 ], [ -111.41394998034539, 41.64175781419447 ], [ -111.41415924295602, 41.641621952360872 ], [ -111.41463047006251, 41.641142871759996 ], [ -111.41522588554876, 41.640370606491672 ], [ -111.41570982619399, 41.640004065528785 ], [ -111.41618123290094, 41.639556503032097 ], [ -111.41630652263699, 41.639434452056101 ], [ -111.41643275165366, 41.639271865107261 ], [ -111.41649671864627, 41.639136525247601 ], [ -111.41650211311284, 41.639041930025328 ], [ -111.41648897548026, 41.638866337080493 ], [ -111.41628129591382, 41.638313146063403 ], [ -111.4159471457351, 41.637697361849895 ], [ -111.4155229826796, 41.637086405610837 ], [ -111.41527358414584, 41.636578399442726 ], [ -111.41503043662975, 41.636295550416442 ], [ -111.41478992348914, 41.636048720203206 ], [ -111.4141793413589, 41.635384388050575 ], [ -111.41381073517189, 41.635007412597837 ], [ -111.41367748803218, 41.634823244300875 ], [ -111.41353780687409, 41.634571544879059 ], [ -111.41337264748739, 41.634090252907733 ], [ -111.41319068986596, 41.633798172577279 ], [ -111.41297928864969, 41.633595369167963 ], [ -111.41262259627632, 41.633201233256834 ], [ -111.4123736088308, 41.632751765857314 ], [ -111.41227006879916, 41.632517949575885 ], [ -111.41204532117035, 41.632103522623858 ], [ -111.41188747783255, 41.631825765230182 ], [ -111.41183865338272, 41.631699839090707 ], [ -111.41183790809794, 41.631582747906513 ], [ -111.41182495678093, 41.631434175179592 ], [ -111.41191258318298, 41.631054657252342 ], [ -111.41199973256883, 41.630600381008719 ], [ -111.4120215349455, 41.630253524840697 ], [ -111.41198419670162, 41.629857340894418 ], [ -111.41196918476197, 41.629573667184161 ], [ -111.41196810097149, 41.629403434555194 ], [ -111.41188911670599, 41.629254197683302 ], [ -111.41179215976861, 41.62911042947043 ], [ -111.4116583289952, 41.62883168486659 ], [ -111.41159169790349, 41.628548195893721 ], [ -111.41152909844313, 41.628332246621135 ], [ -111.41147447543929, 41.628237866292885 ], [ -111.41134136352991, 41.628071709017824 ], [ -111.41116609267529, 41.627883184319195 ], [ -111.41079200212644, 41.627578276061641 ], [ -111.41068304551544, 41.627434549746717 ], [ -111.4106402005212, 41.627304098021455 ], [ -111.41068739017444, 41.627173324656638 ], [ -111.41088397913023, 41.626938434260893 ], [ -111.41099156248278, 41.626865991860384 ], [ -111.41114696341226, 41.626761853050162 ], [ -111.41133806246563, 41.626608046546856 ], [ -111.41146316470522, 41.626458979578835 ], [ -111.41162362085151, 41.626206202762624 ], [ -111.41169441542539, 41.626012293839111 ], [ -111.41175952259591, 41.625867944995164 ], [ -111.41183666246268, 41.625728056618257 ], [ -111.41194409940971, 41.625633095766233 ], [ -111.4121175252276, 41.625532493924268 ], [ -111.41227329984081, 41.625487799945006 ], [ -111.41263279081798, 41.625386529879073 ], [ -111.41305820052014, 41.6252688088368 ], [ -111.41320793722033, 41.625218730947651 ], [ -111.41341146253701, 41.625132430520729 ], [ -111.41366883348316, 41.62501891429379 ], [ -111.41383648901031, 41.624955260258162 ], [ -111.41440515919385, 41.624714520081675 ], [ -111.41460215995676, 41.62454717599023 ], [ -111.41465586103025, 41.624497442532935 ], [ -111.41496020405592, 41.624221623814982 ], [ -111.41537794652767, 41.623846315043181 ], [ -111.41619613519174, 41.623208345910697 ], [ -111.41672137608471, 41.622751577868108 ], [ -111.41708029924011, 41.622565627935352 ], [ -111.41739181542076, 41.622474424963215 ], [ -111.41768561579528, 41.622428321682115 ], [ -111.41793795532567, 41.622467937106812 ], [ -111.41831082715576, 41.622583674923654 ], [ -111.41889464041191, 41.622833751556733 ], [ -111.4195206758834, 41.623115196444679 ], [ -111.42011720403194, 41.62347330720975 ], [ -111.42070287666004, 41.623822447347813 ], [ -111.42093642713957, 41.623925175546582 ], [ -111.42117100291844, 41.624000877821203 ], [ -111.42138739730473, 41.624049624572677 ], [ -111.42200604376808, 41.624114909413834 ], [ -111.42216206654244, 41.624109832933897 ], [ -111.42258214808484, 41.624099282248366 ], [ -111.42270192344461, 41.624058309356208 ], [ -111.42279177692886, 41.624030957235554 ], [ -111.42302479514747, 41.623867969856718 ], [ -111.42310829295653, 41.623786597494366 ], [ -111.42334119166959, 41.623605595447707 ], [ -111.42353234072779, 41.623465279287636 ], [ -111.42407027312264, 41.623121021367844 ], [ -111.42441117132989, 41.62293511506779 ], [ -111.42462067627342, 41.622848772705993 ], [ -111.42493765268462, 41.622676464044474 ], [ -111.42552331926288, 41.622291490288653 ], [ -111.42588033245721, 41.622001936786511 ], [ -111.42620331733224, 41.621649457696236 ], [ -111.42640619091223, 41.621468560702347 ], [ -111.42659756446123, 41.621364267508035 ], [ -111.42684289363199, 41.621250766433882 ], [ -111.42757323124647, 41.620964324480816 ], [ -111.42806382268272, 41.620728310648587 ], [ -111.4284940361338, 41.620438476375867 ], [ -111.42870899227793, 41.620271041105781 ], [ -111.4288757552508, 41.620076763528452 ], [ -111.42897677411518, 41.61992416433494 ], [ -111.42913737854951, 41.619706490535812 ], [ -111.4294294003064, 41.619214505685107 ], [ -111.42949878426239, 41.618998072798924 ], [ -111.42959928592592, 41.618768012725553 ], [ -111.4297301231547, 41.618587378968783 ], [ -111.42985486847121, 41.618393256980475 ], [ -111.42986024193105, 41.618298660890396 ], [ -111.4298403195684, 41.618190648526756 ], [ -111.42976248446425, 41.618037816480459 ], [ -111.42947772791725, 41.617633554913937 ], [ -111.42926555867423, 41.617314590365133 ], [ -111.42914371017461, 41.617040324474921 ], [ -111.42902666377138, 41.616766040520332 ], [ -111.42882182049442, 41.616465062240877 ], [ -111.42851316121391, 41.616074398182832 ], [ -111.4281626758419, 41.615710910778382 ], [ -111.42793248609318, 41.615387507142962 ], [ -111.42770850808078, 41.615095605267207 ], [ -111.42762933281752, 41.614920258562798 ], [ -111.42751949807425, 41.614645946136342 ], [ -111.42741503507382, 41.614276136827748 ], [ -111.42736010967765, 41.614137629453765 ], [ -111.42737716161135, 41.61399345014474 ], [ -111.42744798505949, 41.613813041928786 ], [ -111.42752400622854, 41.613511016518196 ], [ -111.42748505637513, 41.613065302677605 ], [ -111.42735719287397, 41.612786553418836 ], [ -111.42715108076281, 41.612472065779329 ], [ -111.4270062985776, 41.612175364464534 ], [ -111.42694972431667, 41.611968407879417 ], [ -111.42694277318365, 41.611824317720739 ], [ -111.4269773528663, 41.611608015327668 ], [ -111.42692735662521, 41.611306458162559 ], [ -111.42675107720795, 41.610964837177804 ], [ -111.42658145313483, 41.61072227095903 ], [ -111.42652658599431, 41.610591869405759 ], [ -111.42660329022617, 41.610393425285025 ], [ -111.42686515509492, 41.610063688602025 ], [ -111.42718666747048, 41.609679686170189 ], [ -111.42749694780413, 41.609412818864101 ], [ -111.42772349066169, 41.609187695648963 ], [ -111.42776468579045, 41.609065043739676 ], [ -111.42777048826549, 41.608853351707673 ], [ -111.42769591285438, 41.608646462349249 ], [ -111.42758017736111, 41.608385682504355 ], [ -111.42752418041327, 41.608084147748421 ], [ -111.42746173760159, 41.607715082505386 ], [ -111.42727236500245, 41.607206876555367 ], [ -111.42728813771591, 41.606869045837598 ], [ -111.4274295316779, 41.606472200949014 ], [ -111.42754223045078, 41.606273622237531 ], [ -111.42769737697049, 41.606142439931354 ], [ -111.42785852318536, 41.606011235084914 ], [ -111.42792387207399, 41.605911912028972 ], [ -111.42794760549766, 41.605871291026645 ], [ -111.42798265499096, 41.605727044428775 ], [ -111.42796385653146, 41.605606417151911 ], [ -111.42783498254869, 41.605172746964065 ], [ -111.42759167825244, 41.604674649986165 ], [ -111.42742625489483, 41.604157347676441 ], [ -111.42739438185411, 41.603873737461761 ], [ -111.42742902139052, 41.603667342404918 ], [ -111.42756463948533, 41.60330564693205 ], [ -111.42780698364767, 41.602750798769549 ], [ -111.42793516568103, 41.602354002150328 ], [ -111.42797072895118, 41.602106170027994 ], [ -111.42792756882641, 41.601930689044373 ], [ -111.42785399281888, 41.601692270387794 ], [ -111.42774441795338, 41.601453985615841 ], [ -111.42745353985089, 41.601018215131838 ], [ -111.42719911012902, 41.600649862939775 ], [ -111.42710183601926, 41.600456568131264 ], [ -111.42699814708183, 41.600200246192543 ], [ -111.42684503642009, 41.599727933234732 ], [ -111.42675795436907, 41.599259878589322 ], [ -111.42675130195252, 41.599160823332234 ], [ -111.42678038060205, 41.599021102731179 ], [ -111.4269288587799, 41.598790866110271 ], [ -111.42703008103076, 41.59867339568666 ], [ -111.42743541210596, 41.598271065959494 ], [ -111.42761373553888, 41.598018199289676 ], [ -111.42774313928214, 41.597625901658212 ], [ -111.42777678721944, 41.597269989268064 ], [ -111.42779665149197, 41.596643909979576 ], [ -111.42781687230824, 41.59607187293139 ], [ -111.42796141319779, 41.595247169451248 ], [ -111.42799880297044, 41.594549867198211 ], [ -111.42796591511643, 41.59411223602676 ], [ -111.4278496102033, 41.593761385124388 ], [ -111.42764355702019, 41.593446897050974 ], [ -111.4274561212418, 41.593226015058605 ], [ -111.42728666628251, 41.5930023637438 ], [ -111.42722614057547, 41.5929215231684 ], [ -111.42721307335175, 41.592759440718631 ], [ -111.42730840547176, 41.592660006380392 ], [ -111.42748631658084, 41.592528739471497 ], [ -111.42766680494704, 41.592424484534426 ], [ -111.42805472099325, 41.592116793441228 ], [ -111.42841839910977, 41.5917731622283 ], [ -111.42877541876896, 41.591330474598671 ], [ -111.42896514948602, 41.590991993843581 ], [ -111.42901827514777, 41.590861190045175 ], [ -111.42914177686569, 41.590486926961638 ], [ -111.42921122786554, 41.590103858233377 ], [ -111.429088865138, 41.589744023672083 ], [ -111.42891735096519, 41.589208730304904 ], [ -111.42878827767291, 41.588740832987973 ], [ -111.42855722871299, 41.588273315640393 ], [ -111.42844099089881, 41.587931472008826 ], [ -111.42829461242007, 41.58756722230526 ], [ -111.42817270601172, 41.587274939551001 ], [ -111.42813554817894, 41.587098535102328 ], [ -111.42803826816946, 41.586901637720686 ], [ -111.42783894824534, 41.5866952119868 ], [ -111.42712767802381, 41.586175433836402 ], [ -111.42692842257486, 41.585978013542068 ], [ -111.42686731068454, 41.585807101957812 ], [ -111.42692628653209, 41.585653759064797 ], [ -111.42700907776592, 41.585473305822362 ], [ -111.42710882498339, 41.585135161952323 ], [ -111.42717246228534, 41.584779137562201 ], [ -111.42715066797649, 41.584202751898374 ], [ -111.42716064622941, 41.583896466903845 ], [ -111.42721252307913, 41.583576515279198 ], [ -111.42719239114612, 41.583252327538567 ], [ -111.42720123519302, 41.582774007394441 ], [ -111.42720761501721, 41.58210384098804 ], [ -111.42715726825311, 41.581563590326503 ], [ -111.42716641515891, 41.581131206131609 ], [ -111.42726057266661, 41.580856133727949 ], [ -111.4273788400331, 41.580598986213559 ], [ -111.42754969186689, 41.580129971542696 ], [ -111.42758852840022, 41.579652440309985 ], [ -111.42750735415427, 41.579167248739758 ], [ -111.42749968717473, 41.578914172126638 ], [ -111.42755844746274, 41.57872930398495 ], [ -111.42762382907033, 41.578638987835419 ], [ -111.42772519718062, 41.578548537781032 ], [ -111.42789853827455, 41.578457819806218 ], [ -111.42846686803993, 41.578235024458152 ], [ -111.42916099713905, 41.577989238560896 ], [ -111.42950814921925, 41.577879854663678 ], [ -111.42971750212111, 41.577793503061081 ], [ -111.42996815135983, 41.577603412687097 ], [ -111.43015249600974, 41.577364029676794 ], [ -111.43024105628263, 41.577152026726786 ], [ -111.43044198613542, 41.576700909560337 ], [ -111.43055717950263, 41.576164543711684 ], [ -111.43058429889896, 41.575551945471283 ], [ -111.4305741738572, 41.574930479332828 ], [ -111.43054686117853, 41.574610822250797 ], [ -111.43048623255078, 41.574331822764194 ], [ -111.43039964421044, 41.57393672614652 ], [ -111.43031775106029, 41.573345252549359 ], [ -111.43028424385142, 41.57281484747174 ], [ -111.43030602503376, 41.572301349324775 ], [ -111.43035512379382, 41.571747215988623 ], [ -111.4303322864647, 41.571197855487256 ], [ -111.43027019776602, 41.570698182034803 ], [ -111.43028540965349, 41.570279285073013 ], [ -111.43029543127652, 41.569982006234831 ], [ -111.4304070723035, 41.569634806811756 ], [ -111.43053103489719, 41.569337101354606 ], [ -111.43059493766141, 41.569026109709753 ], [ -111.43062366607936, 41.568836848506692 ], [ -111.43062291842436, 41.568724259866265 ], [ -111.43058013295258, 41.568602821336619 ], [ -111.43049539960876, 41.56848604350683 ], [ -111.43011592543496, 41.568235258786366 ], [ -111.42987479858468, 41.568047006873435 ], [ -111.42973579763238, 41.567885394758846 ], [ -111.42959032326355, 41.567651748119843 ], [ -111.42948041289191, 41.567354917231441 ], [ -111.42939425185102, 41.567021968261919 ], [ -111.42940526122648, 41.566873306396346 ], [ -111.42947641635756, 41.566751441846151 ], [ -111.42979799900796, 41.566412465793434 ], [ -111.43004168190497, 41.566082787517459 ], [ -111.43013595522869, 41.56583022994235 ], [ -111.43031324763592, 41.565436847422802 ], [ -111.43061011566145, 41.564989873668203 ], [ -111.4307643562065, 41.564737991676495 ], [ -111.43078117910748, 41.564562285879262 ], [ -111.43075605655287, 41.564391240879409 ], [ -111.43073630249374, 41.564125598872955 ], [ -111.43079435249822, 41.56383714707421 ], [ -111.4309605165776, 41.563575312044421 ], [ -111.43115687072971, 41.563344889197808 ], [ -111.43143048705122, 41.563010591915521 ], [ -111.43156657498733, 41.562735357833603 ], [ -111.43158888210586, 41.56248306901476 ], [ -111.43153956342918, 41.562280589303072 ], [ -111.43147259183338, 41.562128616828133 ], [ -111.43124778833406, 41.561867346982922 ], [ -111.43089908175061, 41.561548894177477 ], [ -111.43064518396866, 41.561239993314658 ], [ -111.4306083040069, 41.561104120791718 ], [ -111.43061319994796, 41.560938367633355 ], [ -111.43070823524862, 41.560802001048543 ], [ -111.43076154251986, 41.560702720755707 ], [ -111.43084432170245, 41.560526767723161 ], [ -111.43089762854227, 41.560427487364556 ], [ -111.43102276863705, 41.560309923080844 ], [ -111.43114823754898, 41.5602418977331 ], [ -111.43128575824078, 41.560182834373919 ], [ -111.43142315887063, 41.560105756643033 ], [ -111.4317573801644, 41.559870311628302 ], [ -111.43205496295063, 41.559535922684063 ], [ -111.43213692711802, 41.55923837280001 ], [ -111.4321891507617, 41.558976963950634 ], [ -111.43213152700038, 41.558427733343024 ], [ -111.43208214982992, 41.558216246608424 ], [ -111.43204449480031, 41.557964182807758 ], [ -111.43210349361576, 41.557819843802768 ], [ -111.43227587309661, 41.557594012593718 ], [ -111.43243665000662, 41.557426772416228 ], [ -111.43251972078819, 41.557295853654679 ], [ -111.43258486389814, 41.557174009608943 ], [ -111.43271352729408, 41.556687129498165 ], [ -111.43278412181873, 41.55630405212078 ], [ -111.43285960500305, 41.556114613972419 ], [ -111.43299645413586, 41.555956470380167 ], [ -111.43310344449853, 41.555816453758382 ], [ -111.43325180253332, 41.555586207823175 ], [ -111.43326292164862, 41.555455559562333 ], [ -111.43326789471425, 41.55530241611568 ], [ -111.43322511336557, 41.555180978267835 ], [ -111.43300684257098, 41.55481790401268 ], [ -111.43287948702422, 41.554601306697379 ], [ -111.43287888606703, 41.554511235588222 ], [ -111.43291905191496, 41.554240864253494 ], [ -111.43309531029752, 41.553699760247817 ], [ -111.43331419546247, 41.553257576033403 ], [ -111.43345007476681, 41.552955318053669 ], [ -111.433622256178, 41.552702463380811 ], [ -111.43378781388391, 41.552535203160126 ], [ -111.4339672776533, 41.552295831493439 ], [ -111.43409824128581, 41.55215572338922 ], [ -111.43427734778589, 41.552042455347411 ], [ -111.43463537790684, 41.551788897089786 ], [ -111.43482611087671, 41.55162154019385 ], [ -111.43503413420834, 41.551350533135597 ], [ -111.4352965056796, 41.551137867692752 ], [ -111.43572044397155, 41.550879552841486 ], [ -111.4360492124048, 41.550734189129798 ], [ -111.43646209375632, 41.550615527274509 ], [ -111.43707853668451, 41.550455557339554 ], [ -111.43794484477975, 41.550186544638201 ], [ -111.43927455855051, 41.549825682662174 ], [ -111.44029174194614, 41.54952905378461 ], [ -111.44113554909084, 41.54930513990108 ], [ -111.44155471341041, 41.549231472367723 ], [ -111.44177041290129, 41.549212629215319 ], [ -111.44194992722895, 41.549162399030592 ], [ -111.44200372932448, 41.549139673878528 ], [ -111.44224230979752, 41.548959510424467 ], [ -111.44239697713246, 41.548782371536262 ], [ -111.44262282183188, 41.54849326740473 ], [ -111.44287325941288, 41.548118498320513 ], [ -111.44291282635362, 41.547942702683635 ], [ -111.4428934891619, 41.547744615547018 ], [ -111.44274650780631, 41.547290310544604 ], [ -111.44252657708728, 41.54668766483006 ], [ -111.44246543136782, 41.546512256831477 ], [ -111.44250001839954, 41.546309458403115 ], [ -111.44261265394178, 41.546123473535161 ], [ -111.44275564359127, 41.545993217248324 ], [ -111.44311975566727, 41.54576212733366 ], [ -111.44396780429921, 41.545290474118779 ], [ -111.44461878846562, 41.544932168617507 ], [ -111.44484089463549, 41.544800703054378 ], [ -111.44502389311774, 41.544561300202332 ], [ -111.44510058783106, 41.544380856347395 ], [ -111.44513519643134, 41.544182560653802 ], [ -111.44505417860401, 41.543732506645114 ], [ -111.44504654738269, 41.543493841339441 ], [ -111.44511702391499, 41.543280995036177 ], [ -111.44526974209906, 41.542822830249875 ], [ -111.44529720558499, 41.54245702533558 ], [ -111.44526615212514, 41.54229951687941 ], [ -111.44515102276769, 41.542119815516244 ], [ -111.44489190538654, 41.541922656471421 ], [ -111.44441056644624, 41.541663304358558 ], [ -111.44394038837513, 41.541282307820708 ], [ -111.44369873759533, 41.541008516088112 ], [ -111.44360132073375, 41.540788211676016 ], [ -111.44338146617343, 41.540194573966033 ], [ -111.44318055133424, 41.539740476843328 ], [ -111.44301984624509, 41.53920515819469 ], [ -111.44290475984869, 41.538854314466583 ], [ -111.44271660851562, 41.538512759271583 ], [ -111.44249842759486, 41.53816231194039 ], [ -111.44250958680435, 41.538040669620635 ], [ -111.44255628023325, 41.537855839019805 ], [ -111.44269085635992, 41.537373427159473 ], [ -111.44263454630051, 41.537026860446709 ], [ -111.44245190457671, 41.536613224586297 ], [ -111.44223932660285, 41.536204207213622 ], [ -111.44186983924764, 41.535638163542025 ], [ -111.44174827780589, 41.535390928013058 ], [ -111.44171619470379, 41.535080297122725 ], [ -111.44182046585257, 41.534548461928658 ], [ -111.441984089372, 41.533930828498661 ], [ -111.44213581465256, 41.533326751572112 ], [ -111.44225720138296, 41.532668746843584 ], [ -111.44245219517663, 41.532258161437078 ], [ -111.44260652169494, 41.532036886991143 ], [ -111.4428376255787, 41.531648680334655 ], [ -111.44290844704361, 41.531487175644507 ], [ -111.44299158065077, 41.531373362550845 ], [ -111.44309309982161, 41.531318927212588 ], [ -111.44327274821494, 41.53129571646042 ], [ -111.44401617632923, 41.531328877968591 ], [ -111.44452005387828, 41.531389982990689 ], [ -111.4447779864133, 41.531420511491632 ], [ -111.44557504832922, 41.531408418613218 ], [ -111.44621038071466, 41.53141045890645 ], [ -111.44686443718052, 41.531520511387271 ], [ -111.44779431779496, 41.531647501192793 ], [ -111.44811221823878, 41.531682292373397 ], [ -111.44850790925622, 41.531698764570727 ], [ -111.44860964206887, 41.531675849333745 ], [ -111.44877689789837, 41.531594130418469 ], [ -111.44894389797614, 41.531475482037365 ], [ -111.44947444994959, 41.531059971279028 ], [ -111.44986264645659, 41.530860291196568 ], [ -111.45028055742021, 41.530624463969311 ], [ -111.45066802994192, 41.530321199211947 ], [ -111.45105035018869, 41.530139552876498 ], [ -111.45128374415332, 41.530089096682111 ], [ -111.45211621475231, 41.530000256858521 ], [ -111.4528111519447, 41.529956989488369 ], [ -111.45344659579276, 41.529977004124248 ], [ -111.45401119130355, 41.530150420300707 ], [ -111.45449267160456, 41.530436754352124 ], [ -111.45479350431818, 41.530602201409707 ], [ -111.45514900469828, 41.530871016088007 ], [ -111.4554867174372, 41.531166922216336 ], [ -111.45587932248033, 41.53159772029008 ], [ -111.45613291263317, 41.531862432129998 ], [ -111.45645224304623, 41.532099860374935 ], [ -111.45698087238199, 41.532268900943826 ], [ -111.45747259157238, 41.532302975388767 ], [ -111.458041209946, 41.532192623576265 ], [ -111.45857326127533, 41.531996844772529 ], [ -111.45887755883628, 41.531801972524413 ], [ -111.45910346250699, 41.531539857189927 ], [ -111.45932783519386, 41.531061570643594 ], [ -111.45938486948569, 41.530651507481686 ], [ -111.45938789973995, 41.530232652632648 ], [ -111.45924642308262, 41.529719797516528 ], [ -111.45902738732941, 41.529256792332774 ], [ -111.45883421968023, 41.528891863855229 ], [ -111.45860328336447, 41.528609953488029 ], [ -111.45830822094882, 41.528412967534955 ], [ -111.45750241379062, 41.528028858942683 ], [ -111.45694255314464, 41.527675293512033 ], [ -111.45642452314843, 41.52730354456304 ], [ -111.45612275275172, 41.527002994735184 ], [ -111.45606786699355, 41.526868101758446 ], [ -111.45607906227274, 41.526755465147559 ], [ -111.45613794815769, 41.526606609876779 ], [ -111.45629877711559, 41.526466357511545 ], [ -111.45653133061542, 41.526298798078777 ], [ -111.45689553691949, 41.526103693067185 ], [ -111.45712666112301, 41.525733472087857 ], [ -111.45733330393219, 41.525291288948175 ], [ -111.45740293430907, 41.524966746366772 ], [ -111.45754228819617, 41.524331171725507 ], [ -111.45762244233885, 41.523799417319523 ], [ -111.45763255556513, 41.523533659316435 ], [ -111.45759545728518, 41.523371674058588 ], [ -111.45752227643781, 41.523191817572965 ], [ -111.45735733562397, 41.522746608192804 ], [ -111.45727708557585, 41.522413654122282 ], [ -111.45715583949195, 41.522215973709187 ], [ -111.45690250496301, 41.521982788475135 ], [ -111.45648052744164, 41.521628672483061 ], [ -111.45634669914085, 41.521345470964938 ], [ -111.45641699493342, 41.52111550366967 ], [ -111.45655301704436, 41.520858253258766 ], [ -111.45675460618567, 41.520551201662357 ], [ -111.45700914808418, 41.520275465141019 ], [ -111.45732642042614, 41.520058026628973 ], [ -111.45755948774183, 41.519967025710244 ], [ -111.45770270109384, 41.519880885651652 ], [ -111.45782739748668, 41.519718256333825 ], [ -111.45805931963675, 41.519465125972552 ], [ -111.45830407605578, 41.51933264299516 ], [ -111.45869884181955, 41.519228384925214 ], [ -111.45930380686112, 41.519189940883415 ], [ -111.4598368639496, 41.519151781197834 ], [ -111.46016059207295, 41.519001864442885 ], [ -111.46054713400984, 41.518752613972936 ], [ -111.46083233300313, 41.518409190737138 ], [ -111.46121821278018, 41.517898726337762 ], [ -111.46144447497765, 41.517695152437788 ], [ -111.4616413192404, 41.517568258996377 ], [ -111.46193836336614, 41.517206770629805 ], [ -111.46209845189316, 41.516967431633859 ], [ -111.46230532186141, 41.516565771308763 ], [ -111.4625426301935, 41.516231543616023 ], [ -111.46267320326349, 41.516055374237915 ], [ -111.46284017658195, 41.51594210997289 ], [ -111.46361653574198, 41.515575084254657 ], [ -111.46425576752031, 41.515305886764708 ], [ -111.46458387331768, 41.515101895456077 ], [ -111.46478537454102, 41.514790326196476 ], [ -111.46494422199795, 41.514379847669453 ], [ -111.46501228818954, 41.513843632446942 ], [ -111.4650519741642, 41.51352821311356 ], [ -111.46513466569424, 41.513361241874179 ], [ -111.46532498187088, 41.51316230928223 ], [ -111.46549068027349, 41.51304003888702 ], [ -111.46589012198005, 41.512759192161134 ], [ -111.466040143065, 41.512623473378028 ], [ -111.46614057969106, 41.512424903592461 ], [ -111.4661991066575, 41.512231007304422 ], [ -111.46623250352808, 41.511875079682135 ], [ -111.46625356146311, 41.511469661355534 ], [ -111.4662955150269, 41.510636306762578 ], [ -111.4663581955632, 41.510186583302016 ], [ -111.46652271601715, 41.509734645238218 ], [ -111.4667008082434, 41.509504233937157 ], [ -111.46686060047929, 41.509395496574541 ], [ -111.46702308001832, 41.509327281388053 ], [ -111.46791452717912, 41.509148013676061 ], [ -111.46877572037113, 41.508928329058328 ], [ -111.46926541479816, 41.508705650675637 ], [ -111.46945599106199, 41.508546342631021 ], [ -111.4695802198827, 41.508326054832793 ], [ -111.46968666293358, 41.508131961000501 ], [ -111.4701736438352, 41.507535482520154 ], [ -111.47066719405393, 41.507020041693885 ], [ -111.47119137108329, 41.506598150266839 ], [ -111.47166873718177, 41.506331375805907 ], [ -111.47195562197845, 41.506235621149663 ], [ -111.47233842175116, 41.506147578572779 ], [ -111.47329565273829, 41.505959892267413 ], [ -111.4742222526513, 41.505680448746212 ], [ -111.47487337103746, 41.505417448113533 ], [ -111.47554781529695, 41.505067876228907 ], [ -111.47630619120469, 41.504726960225184 ], [ -111.47701107079359, 41.504444809252973 ], [ -111.4777445679952, 41.504144520266387 ], [ -111.4780617252856, 41.503931528293265 ], [ -111.47818624088391, 41.503755366181586 ], [ -111.47826878696148, 41.503574874758996 ], [ -111.47829762087059, 41.503422529625304 ], [ -111.47825435311965, 41.503241660607756 ], [ -111.47813307973918, 41.503044001799516 ], [ -111.47786763181203, 41.502792897509543 ], [ -111.47752973481727, 41.502465530422747 ], [ -111.47711468960684, 41.502237563916502 ], [ -111.47666390142311, 41.502036766276539 ], [ -111.47647706804987, 41.501884414424929 ], [ -111.47639210956116, 41.501736144046227 ], [ -111.47636478047208, 41.501276879161608 ], [ -111.47643333381346, 41.500821720798676 ], [ -111.47631180653616, 41.500588031368068 ], [ -111.47614304872691, 41.500449115194129 ], [ -111.47560235239737, 41.500239678068873 ], [ -111.47521273875032, 41.500209762565511 ], [ -111.47507531912153, 41.500259871053942 ], [ -111.47494982108466, 41.500301823474771 ], [ -111.47480604868522, 41.50030241708977 ], [ -111.47471682334279, 41.500225321624079 ], [ -111.47469061080969, 41.500081311160677 ], [ -111.47474826515985, 41.499936954539258 ], [ -111.47471724151941, 41.499626326730109 ], [ -111.47476332322736, 41.499373928853167 ], [ -111.47489820789256, 41.498977045634909 ], [ -111.47519364546339, 41.498417365482155 ], [ -111.47533622820973, 41.498254642771954 ], [ -111.47556879671308, 41.49810956267897 ], [ -111.47580175971724, 41.498018524994684 ], [ -111.47613678800441, 41.49795859032389 ], [ -111.47670456929964, 41.497942727317294 ], [ -111.4774912643218, 41.49788091579466 ], [ -111.47775866954686, 41.497749197768648 ], [ -111.47794311002001, 41.497577290519303 ], [ -111.47799033675403, 41.497482516358644 ], [ -111.47801952638618, 41.497378809723429 ], [ -111.47798265778209, 41.497252859073335 ], [ -111.47765600863259, 41.496821859931991 ], [ -111.47713708395544, 41.496310590836295 ], [ -111.47674521449268, 41.495969933788096 ], [ -111.47627088391887, 41.495656639138637 ], [ -111.47571599454795, 41.495303142330428 ], [ -111.47524649873019, 41.494994327123429 ], [ -111.47511998411478, 41.494895768146428 ], [ -111.47504741287231, 41.49480148995417 ], [ -111.47502256442571, 41.494679992355934 ], [ -111.4750561022703, 41.49435108284694 ], [ -111.4750872242238, 41.493855545919963 ], [ -111.47513377456636, 41.49350406402764 ], [ -111.47517902113026, 41.493138175599512 ], [ -111.47521687519874, 41.492580459473231 ], [ -111.47527943822172, 41.492125325863405 ], [ -111.47537760947399, 41.491625007875307 ], [ -111.47542967292954, 41.491372584668099 ], [ -111.47552497667012, 41.490480455123581 ], [ -111.47557960279954, 41.48975963477141 ], [ -111.47556485711581, 41.489381383592985 ], [ -111.47550896905753, 41.489110490934983 ], [ -111.47553635430067, 41.48875998857033 ], [ -111.47557706185964, 41.488593182743365 ], [ -111.47567799285331, 41.48847116502202 ], [ -111.4758495656083, 41.488344351263066 ], [ -111.47603564412604, 41.488235492080165 ], [ -111.47632727765588, 41.487982076565068 ], [ -111.47676831266531, 41.487683003945286 ], [ -111.47728852693122, 41.487563749791029 ], [ -111.47757555227757, 41.487499506350389 ], [ -111.47785003584117, 41.487358751100182 ], [ -111.47804672341213, 41.487227325988492 ], [ -111.47821223272639, 41.487091526452033 ], [ -111.47830850413622, 41.486988441386657 ], [ -111.47837947451544, 41.486865645111799 ], [ -111.47852635659379, 41.486477714372555 ], [ -111.47865593223959, 41.48617992981238 ], [ -111.47881355851713, 41.485787450233374 ], [ -111.47913369280818, 41.485178115069388 ], [ -111.47963139852499, 41.484446438206611 ], [ -111.4799703497209, 41.483954118845965 ], [ -111.48009911493791, 41.483710380568461 ], [ -111.4801159183548, 41.483552680219766 ], [ -111.48007236678011, 41.483332179698003 ], [ -111.48004528657316, 41.482908942973431 ], [ -111.48009669364941, 41.48257094934047 ], [ -111.48022049836995, 41.482304712970446 ], [ -111.48046281457189, 41.481866840063304 ], [ -111.48063475973086, 41.481631928174274 ], [ -111.4809080798961, 41.481338043834505 ], [ -111.48111605444799, 41.481116491731896 ], [ -111.4813652487822, 41.480800188582464 ], [ -111.48167924909482, 41.480339494386655 ], [ -111.48187333895092, 41.479861286815471 ], [ -111.48206738593497, 41.479377674592065 ], [ -111.48212973951328, 41.479063954090293 ], [ -111.48220109067714, 41.478833064339462 ], [ -111.48222952436419, 41.478629376814943 ], [ -111.48217356483404, 41.478351281253502 ], [ -111.48198508549952, 41.477969254610485 ], [ -111.48175385571498, 41.477474813564569 ], [ -111.48147508920466, 41.47703011197558 ], [ -111.48146221257997, 41.476908565288355 ], [ -111.4815268844909, 41.476746160455541 ], [ -111.48166368273969, 41.476619483385477 ], [ -111.48181269056258, 41.476524281088643 ], [ -111.48243333853831, 41.476233441236019 ], [ -111.48294093935827, 41.476042154686674 ], [ -111.4836913178881, 41.475642673853827 ], [ -111.48409810721046, 41.475424783702756 ], [ -111.48446746516312, 41.475166516228427 ], [ -111.48480651019443, 41.474858834330661 ], [ -111.48510387011956, 41.474582853316335 ], [ -111.48537808140445, 41.474415058656 ], [ -111.48565402675352, 41.474319315651606 ], [ -111.4858380907524, 41.474268997371134 ], [ -111.48634025033478, 41.474154282129952 ], [ -111.4873029848934, 41.473970058520131 ], [ -111.48847996555159, 41.473609271857015 ], [ -111.48942340057775, 41.473249467080407 ], [ -111.48999077625038, 41.473049788315095 ], [ -111.49021743102169, 41.472930824926621 ], [ -111.49030653808927, 41.472835866856215 ], [ -111.49049043386111, 41.47260539272532 ], [ -111.49054289942453, 41.472416012413767 ], [ -111.49055930137037, 41.472208770965217 ], [ -111.49043614859487, 41.471758923255607 ], [ -111.4901685771256, 41.471215112565652 ], [ -111.48998817302478, 41.470954664879706 ], [ -111.48964799864333, 41.470469710625757 ], [ -111.48917063242783, 41.469895264216234 ], [ -111.48886772855211, 41.46942816397253 ], [ -111.48867828942996, 41.46892004733359 ], [ -111.48862894119958, 41.468727497275282 ], [ -111.48866354112178, 41.46855080402802 ], [ -111.48885856012168, 41.468207691799932 ], [ -111.48909508353969, 41.467810357975907 ], [ -111.48937287297392, 41.467327277178924 ], [ -111.48950205669678, 41.466988947592206 ], [ -111.48969046929979, 41.466564794794358 ], [ -111.48988625670914, 41.466325263308235 ], [ -111.49013633585788, 41.466139544958764 ], [ -111.49032701519181, 41.466017131537534 ], [ -111.49075728907226, 41.465907207063701 ], [ -111.49141586195265, 41.465899891770505 ], [ -111.49170291375026, 41.465853627785613 ], [ -111.491864163225, 41.4657988936086 ], [ -111.49209695379399, 41.465703319578793 ], [ -111.49274112891484, 41.465376293223137 ], [ -111.49298014273704, 41.465312216879319 ], [ -111.49329128325762, 41.465284761373461 ], [ -111.49358492618667, 41.465318630883012 ], [ -111.49392199227941, 41.465393747546919 ], [ -111.49456831141607, 41.465508067623681 ], [ -111.49523327813523, 41.465554747786669 ], [ -111.49529315112774, 41.465554490004997 ], [ -111.49572431211679, 41.465562540944703 ], [ -111.49635844375831, 41.46549134967411 ], [ -111.49698628406271, 41.465380549238567 ], [ -111.49784070836924, 41.465147164175761 ], [ -111.49915514209353, 41.464781169298455 ], [ -111.50007072388621, 41.464561013469847 ], [ -111.5005597151106, 41.464459804525383 ], [ -111.50075722319976, 41.46444993743205 ], [ -111.50087141483161, 41.464350358135967 ], [ -111.50092922269364, 41.464237513072995 ], [ -111.50098057672477, 41.463908516861864 ], [ -111.50103574023012, 41.463296669503393 ], [ -111.50112341757189, 41.463019758282272 ], [ -111.50115176475458, 41.46281336373891 ], [ -111.50110839924314, 41.462624395794023 ], [ -111.50100875907528, 41.462124915208072 ], [ -111.50098293939431, 41.461881825946655 ], [ -111.50104720125269, 41.461674374222675 ], [ -111.50120150921303, 41.461498056308528 ], [ -111.50207056273315, 41.46084122481988 ], [ -111.50311742747016, 41.459953918590557 ], [ -111.50353830824669, 41.459411628592669 ], [ -111.50363834046153, 41.459186003812952 ], [ -111.5037076719299, 41.458861431146772 ], [ -111.50363450176543, 41.457915966536973 ], [ -111.5033618641514, 41.456723669052948 ], [ -111.50323767866814, 41.456147733722581 ], [ -111.50312742410107, 41.455824847466069 ], [ -111.50302853793018, 41.455423546291392 ], [ -111.50307037389281, 41.454639712466431 ], [ -111.50315439087568, 41.453891723967459 ], [ -111.50324289624626, 41.453724698383347 ], [ -111.50340890823939, 41.453516799902289 ], [ -111.50361079436935, 41.4533033396402 ], [ -111.504264640607, 41.452702378402762 ], [ -111.50471112723154, 41.45238155539807 ], [ -111.5049788173129, 41.452163300235341 ], [ -111.50505548332438, 41.45201434015739 ], [ -111.50506031661101, 41.451865695421397 ], [ -111.50503518485988, 41.451712678493941 ], [ -111.50493931362044, 41.451546460848348 ], [ -111.50454052778011, 41.451223941038656 ], [ -111.50375152940451, 41.45060227912996 ], [ -111.5034022503315, 41.450332682689648 ], [ -111.50320283660685, 41.450090352943171 ], [ -111.50289971727885, 41.449596266532232 ], [ -111.50288931454324, 41.449024336374137 ], [ -111.50296483387494, 41.448726759017148 ], [ -111.50308865576552, 41.448483015319511 ], [ -111.50333831566516, 41.448256735945712 ], [ -111.50371948462407, 41.448007361533691 ], [ -111.50399307616844, 41.447780075184916 ], [ -111.50412970737159, 41.447645264877487 ], [ -111.50458067336525, 41.447134364403915 ], [ -111.50514410022237, 41.44646083346656 ], [ -111.50546984421867, 41.446013531671341 ], [ -111.50564079416567, 41.445674098596136 ], [ -111.50573408561932, 41.445354823163456 ], [ -111.50584956188636, 41.44480936192604 ], [ -111.50596451148697, 41.444196346607384 ], [ -111.50597917878724, 41.443772929689068 ], [ -111.50575380655278, 41.443269500773575 ], [ -111.50551100653202, 41.442833704199728 ], [ -111.50525249934307, 41.442533088570009 ], [ -111.50451643679473, 41.441932816352278 ], [ -111.50349283967904, 41.441144640562428 ], [ -111.50293240535117, 41.440651679289942 ], [ -111.50261269827188, 41.44032880635806 ], [ -111.50221985564245, 41.43983510921484 ], [ -111.50171240439167, 41.439224812972746 ], [ -111.50127145409503, 41.438699795994474 ], [ -111.50087226586878, 41.438156580439944 ], [ -111.50077505546898, 41.43796784595488 ], [ -111.50074405856691, 41.437828364495502 ], [ -111.50074291623152, 41.437679745574314 ], [ -111.50079003246076, 41.43758045788892 ], [ -111.50092055362637, 41.437431265755912 ], [ -111.50149843558454, 41.437086462770715 ], [ -111.50246044012049, 41.436884100008193 ], [ -111.50292613084211, 41.436737944997404 ], [ -111.50345072610126, 41.436469928955532 ], [ -111.50433905240799, 41.436029173851303 ], [ -111.50449969439043, 41.435906868115893 ], [ -111.50458848624012, 41.435780373555474 ], [ -111.50466457608442, 41.43555935577497 ], [ -111.50483999429301, 41.43502714294587 ], [ -111.50530836757649, 41.434457613399466 ], [ -111.50604501538545, 41.433756293224086 ], [ -111.50660313376834, 41.433186363517414 ], [ -111.50678633562578, 41.432888308655272 ], [ -111.50684467211381, 41.432694390085388 ], [ -111.5068967437288, 41.432464469019742 ], [ -111.50691293765706, 41.432238309015766 ], [ -111.50677240625505, 41.431712889158078 ], [ -111.50672197013499, 41.431537464727818 ], [ -111.50676995448549, 41.431397636852395 ], [ -111.50688756481215, 41.431284524763363 ], [ -111.50703065849746, 41.431216337835657 ], [ -111.507233312688, 41.431111858077259 ], [ -111.507316003471, 41.430971876943332 ], [ -111.50732688473983, 41.430832212428228 ], [ -111.50723540552309, 41.430611931584608 ], [ -111.50702938184787, 41.430283164544484 ], [ -111.50683397623285, 41.429780505203254 ], [ -111.50679688138462, 41.429627540771911 ], [ -111.50683138422438, 41.429447238370436 ], [ -111.50690837009608, 41.429343312705875 ], [ -111.50711017759038, 41.429130746617048 ], [ -111.50724703701312, 41.429031060556298 ], [ -111.50796142278921, 41.428555013754156 ], [ -111.50821799237626, 41.428459301688754 ], [ -111.50849884808918, 41.42840851932182 ], [ -111.50889357269347, 41.42837975145676 ], [ -111.50957528308783, 41.428319085903176 ], [ -111.51014898659277, 41.428221063692604 ], [ -111.51049467427796, 41.428043883650787 ], [ -111.51065450872426, 41.427822490028802 ], [ -111.51070107345156, 41.427655644171161 ], [ -111.51074711557852, 41.427422144940067 ], [ -111.51071302511386, 41.426889951638756 ], [ -111.51054578425595, 41.426165588190486 ], [ -111.51025700651024, 41.425203064043195 ], [ -111.51018259485548, 41.424870115546241 ], [ -111.51015710962689, 41.424672062955459 ], [ -111.51021950871308, 41.424234921152738 ], [ -111.51031925337973, 41.423982267977522 ], [ -111.51064403937886, 41.423431367642706 ], [ -111.51083310851421, 41.4231242723205 ], [ -111.51119133460664, 41.423023598398458 ], [ -111.51179491297366, 41.422926335963659 ], [ -111.51207577739348, 41.422880048576062 ], [ -111.51235041024984, 41.422802261898852 ], [ -111.51253532764414, 41.422729378032571 ], [ -111.51286338415069, 41.42259730694407 ], [ -111.51347637537501, 41.422176623384679 ], [ -111.51378611524299, 41.421998692996269 ], [ -111.5140424728547, 41.42188044999557 ], [ -111.51426941068276, 41.421825390647371 ], [ -111.51458029150085, 41.421792474268003 ], [ -111.51532210888199, 41.421775642739888 ], [ -111.51623790391621, 41.421816574874796 ], [ -111.51677636164864, 41.421809653793822 ], [ -111.51716527350763, 41.42180790627188 ], [ -111.51736838260366, 41.421766459218624 ], [ -111.51755311258766, 41.421671049300826 ], [ -111.51801067304299, 41.421272658726565 ], [ -111.51858722491156, 41.420639534199935 ], [ -111.51929887585834, 41.419992285730594 ], [ -111.51977436305482, 41.419593807140593 ], [ -111.52016169108614, 41.419245266608847 ], [ -111.52065860802664, 41.418684551814501 ], [ -111.5209055024708, 41.418133974612935 ], [ -111.52109105222701, 41.417394516416913 ], [ -111.52120437242208, 41.416601339831693 ], [ -111.5213370344062, 41.416132346793276 ], [ -111.52140923138086, 41.416032936704596 ], [ -111.5214928454389, 41.416014542671746 ], [ -111.52177392529829, 41.415999757009736 ], [ -111.52223466699284, 41.41600667416256 ], [ -111.52321615855095, 41.416042748905006 ], [ -111.52394612323469, 41.41604843458682 ], [ -111.52426324381406, 41.416051493789482 ], [ -111.52450233538404, 41.416023381472478 ], [ -111.52479458243798, 41.415909454600666 ], [ -111.52533121195214, 41.415681817182744 ], [ -111.52602222433366, 41.415309350911215 ], [ -111.52684473725023, 41.41492276709338 ], [ -111.52709527902701, 41.414831544179911 ], [ -111.52761463623847, 41.414689546847193 ], [ -111.52832040002887, 41.414663789383013 ], [ -111.52915230930564, 41.414700500279764 ], [ -111.52955332606918, 41.414721174110518 ], [ -111.52998987257932, 41.414696645188023 ], [ -111.5307189791823, 41.414598705167705 ], [ -111.53143240420405, 41.414632343035137 ], [ -111.531634461406, 41.414612493738524 ], [ -111.5317955504009, 41.414557704049713 ], [ -111.53203364085873, 41.414407978931322 ], [ -111.53231705361834, 41.413947283512449 ], [ -111.53241141333099, 41.413780207414781 ], [ -111.5326662328951, 41.413481779138124 ], [ -111.53290295554716, 41.413165419022853 ], [ -111.53300879892409, 41.412939740207165 ], [ -111.53318382318919, 41.412394873723876 ], [ -111.53320463384848, 41.412159680422498 ], [ -111.53325210548471, 41.411965798243898 ], [ -111.53333460583592, 41.411812287617579 ], [ -111.53358510680145, 41.411572426272123 ], [ -111.5338755683283, 41.411390927995036 ], [ -111.53417480923554, 41.411258929713483 ], [ -111.53463986093669, 41.411211731961295 ], [ -111.53536969781173, 41.411208338287757 ], [ -111.53568698003826, 41.411233884142327 ], [ -111.53612989023584, 41.411258843802969 ], [ -111.53675747276944, 41.411188361176485 ], [ -111.53706773454118, 41.411087830363606 ], [ -111.53730011481586, 41.410974151119355 ], [ -111.53779994913486, 41.41064754429739 ], [ -111.53824029114621, 41.410361747564167 ], [ -111.53913905891642, 41.409808079369952 ], [ -111.53988227718361, 41.409255134106537 ], [ -111.54010832822033, 41.409100944910172 ], [ -111.54031048727435, 41.408951371238906 ], [ -111.54047006193456, 41.408716425558595 ], [ -111.54064070342017, 41.408373337082352 ], [ -111.54069869535421, 41.408008258898647 ], [ -111.54060971942572, 41.407522269389148 ], [ -111.54030543444355, 41.407041794813182 ], [ -111.54022101922882, 41.406817002447958 ], [ -111.54019474171069, 41.406533387997918 ], [ -111.54025890039907, 41.406334920652512 ], [ -111.54042418951592, 41.406068421677872 ], [ -111.54071913462614, 41.405567116877577 ], [ -111.54095048035201, 41.405331833099396 ], [ -111.54115270060166, 41.405191265133809 ], [ -111.5415225197038, 41.405063419468057 ], [ -111.54179157644765, 41.405047740772083 ], [ -111.54238444608647, 41.405126916279833 ], [ -111.54292377415004, 41.405241470835705 ], [ -111.54310360058894, 41.405285659921184 ], [ -111.54333786305327, 41.405401652090347 ], [ -111.54350007526924, 41.405485556956215 ], [ -111.54360256055291, 41.405580552849635 ], [ -111.54374878824062, 41.405899629952387 ], [ -111.54378019908064, 41.406079632513944 ], [ -111.54377605720371, 41.406300337064941 ], [ -111.54371797370189, 41.406508685954293 ], [ -111.54371938542715, 41.406678021212471 ], [ -111.54378045054897, 41.406827257945565 ], [ -111.54393796963026, 41.40706521343192 ], [ -111.54406957688771, 41.407208711963747 ], [ -111.54416129079107, 41.407302857504718 ], [ -111.54439266316488, 41.407788170598621 ], [ -111.54457704806167, 41.408377292370965 ], [ -111.54466478312071, 41.408854277026677 ], [ -111.54481203937485, 41.409294949570267 ], [ -111.54493344229932, 41.409505151198957 ], [ -111.54512028794967, 41.409671806442105 ], [ -111.54534873078637, 41.409804936308234 ], [ -111.54603281289583, 41.410054803852127 ], [ -111.54642869160328, 41.410179030042663 ], [ -111.54669154099204, 41.410276864398391 ], [ -111.54720333836572, 41.410526642671002 ], [ -111.54808612765247, 41.410927780205533 ], [ -111.54845252097049, 41.411101681332191 ], [ -111.54871759675635, 41.411321102227738 ], [ -111.54903715953658, 41.411616826604799 ], [ -111.5495317306659, 41.412091865133618 ], [ -111.5497970799307, 41.412342808575367 ], [ -111.55008007444106, 41.412557636875768 ], [ -111.55052497578944, 41.412816727577777 ], [ -111.55100150537822, 41.413278334680321 ], [ -111.55135820160741, 41.413717995236624 ], [ -111.55177110833016, 41.414436618705153 ], [ -111.55206511085504, 41.415101765978903 ], [ -111.55238824231783, 41.415955930769783 ], [ -111.55259078595897, 41.416558462850084 ], [ -111.55266155913675, 41.417143612478093 ], [ -111.55256531007147, 41.41778811322375 ], [ -111.55256818061285, 41.418126782567455 ], [ -111.55261821210108, 41.418382356110108 ], [ -111.55280818867496, 41.418912887674828 ], [ -111.55325342973066, 41.419910583084885 ], [ -111.55350449779476, 41.42072906038382 ], [ -111.55364885264994, 41.421381411380878 ], [ -111.55375043718179, 41.422069998077326 ], [ -111.55393724466934, 41.422929317229041 ], [ -111.55404762422073, 41.423244048993496 ], [ -111.55404950002458, 41.423464724233781 ], [ -111.55408091763913, 41.42364112034457 ], [ -111.55413567941827, 41.423748046098261 ], [ -111.55423820143736, 41.423842131227381 ], [ -111.55438241615157, 41.423913496569419 ], [ -111.5552053281461, 41.42428334042522 ], [ -111.55620794606351, 41.424674828510923 ], [ -111.55664566348354, 41.424780801766779 ], [ -111.55668758640228, 41.424785102683344 ], [ -111.55699907444713, 41.424824128912938 ], [ -111.55754334147798, 41.424794470077472 ], [ -111.5579497178329, 41.424733951153378 ], [ -111.55848757605422, 41.424515161042279 ], [ -111.5588668498032, 41.424225078707899 ], [ -111.55933505837433, 41.423700367267678 ], [ -111.55953119581282, 41.423546285712284 ], [ -111.55969205089551, 41.423464435625846 ], [ -111.56007413515593, 41.423363493529365 ], [ -111.5609652990623, 41.423317717246569 ], [ -111.56140185894185, 41.423289466029381 ], [ -111.5619941330384, 41.423277566924718 ], [ -111.56277200732535, 41.423278268335658 ], [ -111.5631543190776, 41.423204337460923 ], [ -111.56353666888627, 41.42313490888948 ], [ -111.56399128542657, 41.423119169930452 ], [ -111.56434457502121, 41.423148963844731 ], [ -111.56481954789179, 41.423272738312058 ], [ -111.56510089603684, 41.423424484570674 ], [ -111.56533596579172, 41.423621495141489 ], [ -111.56568691033519, 41.4240701460511 ], [ -111.56589762033411, 41.424217733870307 ], [ -111.56619777781179, 41.424329751816401 ], [ -111.56677292446061, 41.424411590567189 ], [ -111.5676946108568, 41.424434068913349 ], [ -111.56919094505791, 41.424480720887452 ], [ -111.5695020845933, 41.424479181156777 ], [ -111.57035362641498, 41.424691143234483 ], [ -111.5712171722671, 41.424906642400778 ], [ -111.5714636483675, 41.425036928120363 ], [ -111.57155411177375, 41.425117546381685 ], [ -111.57163961888074, 41.425315286891184 ], [ -111.57161591000515, 41.425477539955097 ], [ -111.57158963780084, 41.425756903430738 ], [ -111.57163923646242, 41.425953921561096 ], [ -111.57177305629612, 41.426201863957566 ], [ -111.57216503519503, 41.426546704484167 ], [ -111.5723397076831, 41.426676444600353 ], [ -111.57248481859509, 41.426846865355586 ], [ -111.57275197074384, 41.427286003026829 ], [ -111.57294614959332, 41.427592192309895 ], [ -111.57320007283745, 41.427887274587647 ], [ -111.57362889190688, 41.428336413561901 ], [ -111.57389408286994, 41.428551271246782 ], [ -111.57426080245128, 41.42874310280299 ], [ -111.57468676701421, 41.428867080940378 ], [ -111.57502225997457, 41.428910442141543 ], [ -111.57527314449595, 41.42885964662154 ], [ -111.57544576939439, 41.428756097717972 ], [ -111.57558786202723, 41.428583343493038 ], [ -111.57573570695109, 41.428384438525569 ], [ -111.57605437376979, 41.427878422839989 ], [ -111.57646211412505, 41.427295396115959 ], [ -111.57714365934972, 41.426548859469357 ], [ -111.57771229967611, 41.425892960839214 ], [ -111.57818032753048, 41.425363670201548 ], [ -111.57893705773608, 41.424328504402922 ], [ -111.57941526972168, 41.423600992033116 ], [ -111.57959882363963, 41.423382986336478 ], [ -111.57985283002625, 41.423013299002548 ], [ -111.58021424381948, 41.422610642408728 ], [ -111.5807781200098, 41.422098872589956 ], [ -111.58132367636331, 41.421546658707271 ], [ -111.58189696816554, 41.420751098891223 ], [ -111.58212761434373, 41.420448180198001 ], [ -111.58236520703848, 41.420253316116529 ], [ -111.58266576464528, 41.419873478499674 ], [ -111.58295007837383, 41.419417158449157 ], [ -111.58303813125781, 41.419227554307064 ], [ -111.58318974782429, 41.41905384145214 ], [ -111.58333406318077, 41.418866654127974 ], [ -111.58357115468958, 41.418616844168113 ], [ -111.58379709330157, 41.418458066287734 ], [ -111.58403535966971, 41.418339759237718 ], [ -111.5843279553297, 41.418275220919746 ], [ -111.5848904660332, 41.418285873964948 ], [ -111.58581259646346, 41.418366753936532 ], [ -111.58669927765091, 41.418497348660921 ], [ -111.58704673918791, 41.418546018419342 ], [ -111.58738201632407, 41.418570429023276 ], [ -111.58782434415809, 41.418523132334229 ], [ -111.5882491697017, 41.418525464804873 ], [ -111.58881221178034, 41.418594644845449 ], [ -111.58978986769182, 41.418859862928372 ], [ -111.59037184181403, 41.419037028524251 ], [ -111.59117612742422, 41.419316635557088 ], [ -111.59173491328021, 41.419574981056677 ], [ -111.59197513214703, 41.419672828031587 ], [ -111.59222686766503, 41.419721073864615 ], [ -111.59293306541524, 41.419739955367383 ], [ -111.5936873325474, 41.419781103296351 ], [ -111.59431542384209, 41.419764349251416 ], [ -111.59522627796247, 41.419917272095148 ], [ -111.5955982530221, 41.420027941044779 ], [ -111.59595879852705, 41.420197216859002 ], [ -111.59703339071055, 41.420587976309704 ], [ -111.59742947001303, 41.420716529262904 ], [ -111.59764552142917, 41.420787467301352 ], [ -111.59780182501559, 41.420867722911176 ], [ -111.5980615357374, 41.421132094902795 ], [ -111.59819407348805, 41.421230488542044 ], [ -111.59835029613053, 41.421301736303086 ], [ -111.59853019527478, 41.421344937382713 ], [ -111.59885325138167, 41.421339653290936 ], [ -111.59918228227801, 41.421333436424177 ], [ -111.59951110600116, 41.421304700907427 ], [ -111.59988048505676, 41.421131632753209 ], [ -111.60039324905088, 41.420935296459575 ], [ -111.60101358072474, 41.420724884735726 ], [ -111.60184867460072, 41.420445790047481 ], [ -111.60223703178161, 41.42038520899451 ], [ -111.60246974605215, 41.42031643424599 ], [ -111.60267246141129, 41.420238808656634 ], [ -111.60295802213003, 41.420061665885115 ], [ -111.60378598981708, 41.419660992994018 ], [ -111.60406614625387, 41.419546928444746 ], [ -111.60429868857666, 41.419460135862252 ], [ -111.60493258914619, 41.419425278311827 ], [ -111.60532084526758, 41.419354779113846 ], [ -111.60572108314611, 41.419286017029066 ], [ -111.6066014128921, 41.419371454114042 ], [ -111.60695547734839, 41.419356075522508 ], [ -111.60718727990853, 41.419318822351023 ], [ -111.60754478716939, 41.419159303505154 ], [ -111.60824921728793, 41.418988942468332 ], [ -111.60854183318413, 41.418928846256115 ], [ -111.6089722570523, 41.418889638005773 ], [ -111.6099969841909, 41.419060756889039 ], [ -111.6108782867464, 41.419249742525672 ], [ -111.611148574007, 41.419360901047952 ], [ -111.6113412528025, 41.419490486370371 ], [ -111.61151046522895, 41.419669737429317 ], [ -111.61203018831365, 41.420347041253081 ], [ -111.6121470501332, 41.420558096115215 ], [ -111.61219647942615, 41.420724472114664 ], [ -111.61215275960019, 41.421166072896369 ], [ -111.61225164951647, 41.421629433590077 ], [ -111.61237976146352, 41.421763864443875 ], [ -111.61257775583655, 41.42182135923894 ], [ -111.61301452662944, 41.421819032863191 ], [ -111.61342266296394, 41.42182586501638 ], [ -111.61415289707452, 41.421979600720142 ], [ -111.61478253206668, 41.422124861871907 ], [ -111.61593330396472, 41.422330383370742 ], [ -111.61629233881933, 41.422332964440471 ], [ -111.61682467352821, 41.42231209662561 ], [ -111.61738735042782, 41.42233610107926 ], [ -111.6180517421972, 41.42235955641226 ], [ -111.61839898171091, 41.422380209290459 ], [ -111.61856646875536, 41.422374805166875 ], [ -111.61867378175337, 41.422333694356816 ], [ -111.61907217545509, 41.422070333552874 ], [ -111.61926261027629, 41.421961218568704 ], [ -111.61945928440821, 41.421879092205579 ], [ -111.61962030742852, 41.421823279295083 ], [ -111.620098239969, 41.421745041249089 ], [ -111.6202655537934, 41.421721620566814 ], [ -111.62045038824958, 41.421653067604524 ], [ -111.6207892396712, 41.421421548214866 ], [ -111.62129949509688, 41.420968418308156 ], [ -111.62157266378645, 41.420751663293501 ], [ -111.6217988942965, 41.420632442441345 ], [ -111.62240214952141, 41.420521090403959 ], [ -111.62259872928161, 41.420429951664822 ], [ -111.6227173572164, 41.420321219506882 ], [ -111.62286839720394, 41.419847507501885 ], [ -111.62291444514565, 41.419531995243275 ], [ -111.62297725329098, 41.419342497389202 ], [ -111.62307211916058, 41.419251908539557 ], [ -111.62325104684446, 41.419192390565954 ], [ -111.62363360830717, 41.419154287491573 ], [ -111.62415932772755, 41.41907036903158 ], [ -111.62476122636396, 41.418819395517843 ], [ -111.62492120974716, 41.418656391405243 ], [ -111.62499763978553, 41.41851545901784 ], [ -111.62527074269639, 41.418294191765753 ], [ -111.62579459406585, 41.418016614418619 ], [ -111.62612811684731, 41.41785716832257 ], [ -111.626610514596, 41.417624850414718 ], [ -111.62680144334364, 41.417569765310297 ], [ -111.62695083899115, 41.417550936282417 ], [ -111.62706459794512, 41.417559323840777 ], [ -111.62755739471226, 41.417786328561121 ], [ -111.62779141680718, 41.417857111962 ], [ -111.62794692572648, 41.417851759555447 ], [ -111.62825157010074, 41.417800555098459 ], [ -111.62904721546475, 41.41766559871445 ], [ -111.62967962612974, 41.417603590442134 ], [ -111.6300401796971, 41.417642150394435 ], [ -111.63022510169782, 41.417708693952541 ], [ -111.63040580399223, 41.41783380917586 ], [ -111.63056890710203, 41.417995050624761 ], [ -111.63072594107278, 41.418147317594617 ], [ -111.63084753457278, 41.418223214810951 ], [ -111.63099040495914, 41.418271972668549 ], [ -111.631098226424, 41.418284892554354 ], [ -111.63131924171836, 41.418247649949855 ], [ -111.63154541062835, 41.418124807253896 ], [ -111.63175922032022, 41.417961498166221 ], [ -111.63237116610998, 41.417516768127783 ], [ -111.6332275195019, 41.416980614754749 ], [ -111.63403696118047, 41.416543796182125 ], [ -111.63497721992464, 41.416025182352243 ], [ -111.63603117615645, 41.415510436095083 ], [ -111.63700197657175, 41.41505919320997 ], [ -111.63773438969473, 41.414703842660401 ], [ -111.63798481656161, 41.414616882876771 ], [ -111.63827149023304, 41.414565751541794 ], [ -111.63861222615442, 41.414536838224542 ], [ -111.63918086920616, 41.414565206852842 ], [ -111.63951641734231, 41.414617387334154 ], [ -111.63970191809322, 41.414620859855148 ], [ -111.63990501266967, 41.414588204156786 ], [ -111.64009569997927, 41.414510579541705 ], [ -111.64033805935711, 41.414333584347588 ], [ -111.64049927762014, 41.414179559169824 ], [ -111.64088308905022, 41.413663993350781 ], [ -111.64134307008068, 41.412985866306684 ], [ -111.64185670458227, 41.412289423015544 ], [ -111.6426187396191, 41.411303349556874 ], [ -111.64310877432789, 41.410643062416646 ], [ -111.64327236363931, 41.410245816907263 ], [ -111.64332965178949, 41.409988782182943 ], [ -111.6433481150047, 41.409434716222009 ], [ -111.64341694959862, 41.408529075036675 ], [ -111.64355716435139, 41.407582500566946 ], [ -111.64369893094886, 41.406793548846032 ], [ -111.64377818543312, 41.406338225222299 ], [ -111.64388323288149, 41.406071915293879 ], [ -111.64399568414795, 41.405949684295045 ], [ -111.64428133614857, 41.40579946086865 ], [ -111.6445139976408, 41.405735105110999 ], [ -111.64488414739867, 41.40566097083444 ], [ -111.64547669539914, 41.40569457903981 ], [ -111.64588361667745, 41.405709409798959 ], [ -111.64618818975676, 41.405658158251491 ], [ -111.64668342448076, 41.405530171196226 ], [ -111.64748999632079, 41.405430155232146 ], [ -111.64772323468394, 41.405424338684121 ], [ -111.64789107785572, 41.405459423803727 ], [ -111.64803527214636, 41.405522565217595 ], [ -111.64812601691486, 41.405624739920192 ], [ -111.64817480989585, 41.405719044113759 ], [ -111.64818391246401, 41.405912654706157 ], [ -111.64819718597462, 41.406164790728411 ], [ -111.6482283029645, 41.406286217053399 ], [ -111.64834936952325, 41.406429655357854 ], [ -111.64863216704568, 41.406594700713597 ], [ -111.64895081161188, 41.406755039423864 ], [ -111.64946159136595, 41.406986353081322 ], [ -111.65055377525037, 41.407331476409794 ], [ -111.65136307084302, 41.407502544421945 ], [ -111.65197930583599, 41.407629663255747 ], [ -111.65235821241258, 41.407713087021207 ], [ -111.65254436986865, 41.40778409158311 ], [ -111.65259294554147, 41.407855876275292 ], [ -111.65259942310446, 41.407905380920894 ], [ -111.65253556054205, 41.408099404906693 ], [ -111.6523654204384, 41.408433648109543 ], [ -111.65221952157319, 41.408799279962984 ], [ -111.6521228728343, 41.409304249081401 ], [ -111.6520323937888, 41.409828098909045 ], [ -111.65204120374661, 41.410110885160123 ], [ -111.6521882409459, 41.410456841343716 ], [ -111.65233451383314, 41.410726237727147 ], [ -111.65254074436611, 41.411008805154133 ], [ -111.65278366026322, 41.411250630223471 ], [ -111.65322313053127, 41.411644466823496 ], [ -111.65384304326211, 41.41201475762427 ], [ -111.65452926501371, 41.412434209191595 ], [ -111.65510183207189, 41.412854303807912 ], [ -111.65556043437977, 41.413244419386942 ], [ -111.65609770107882, 41.413722358191237 ], [ -111.65665927723826, 41.414237086499917 ], [ -111.65705792888565, 41.414613126111504 ], [ -111.65729469488669, 41.414954059217195 ], [ -111.65738068366728, 41.415175152742762 ], [ -111.65743683309859, 41.4154036227159 ], [ -111.65741621801982, 41.415732514689289 ], [ -111.65740642355495, 41.415947850174042 ], [ -111.65745026344365, 41.416142161903501 ], [ -111.65756076621203, 41.416420763228516 ], [ -111.65778000252543, 41.416802329194006 ], [ -111.65803307732394, 41.417098129844319 ], [ -111.65837792420308, 41.417357374762403 ], [ -111.65857091735748, 41.417509397857557 ], [ -111.65916703083987, 41.417884299434213 ], [ -111.65984151988643, 41.418317297211239 ], [ -111.66029963265963, 41.418652450440064 ], [ -111.66057762587438, 41.41892558358964 ], [ -111.66072934221572, 41.419136388778782 ], [ -111.6609357729985, 41.419432450750413 ], [ -111.66108940989508, 41.419832402001425 ], [ -111.66125569988311, 41.420299836570024 ], [ -111.66128314956649, 41.420646467672675 ], [ -111.66120386435057, 41.421088290985111 ], [ -111.66125547485329, 41.421457301944649 ], [ -111.66131886941575, 41.421808230119119 ], [ -111.66144003956555, 41.421956157324033 ], [ -111.66159706334257, 41.422099374474932 ], [ -111.66206092058917, 41.42240746487861 ], [ -111.66278265450902, 41.422772616836561 ], [ -111.66333572042073, 41.423026143102298 ], [ -111.66394999921978, 41.42341442591939 ], [ -111.66422131060608, 41.42361552856071 ], [ -111.66444383619239, 41.423843934807572 ], [ -111.66457265638773, 41.424036851946035 ], [ -111.6647318599814, 41.42439262907255 ], [ -111.6649097781079, 41.42482306001132 ], [ -111.66508406817593, 41.425484103477906 ], [ -111.66528160628165, 41.426077455964894 ], [ -111.6654367114371, 41.426617008530421 ], [ -111.66556144134347, 41.427111699101012 ], [ -111.66565381706448, 41.427367878174337 ], [ -111.66577620370261, 41.427632890983276 ], [ -111.66606208328679, 41.42808611452535 ], [ -111.66620256217912, 41.428364533331369 ], [ -111.6663546413386, 41.428606854804336 ], [ -111.66651132355906, 41.428714037060175 ], [ -111.66665686699342, 41.428785253689682 ], [ -111.66676963773789, 41.428811622632495 ], [ -111.66690114175884, 41.42879734917269 ], [ -111.66705754692471, 41.428760412462204 ], [ -111.66786193895264, 41.428539565927593 ], [ -111.66890673122664, 41.428303805047591 ], [ -111.66977859115582, 41.428127590267962 ], [ -111.67081278453401, 41.427909888765335 ], [ -111.6715823186554, 41.427792805595125 ], [ -111.67217372359264, 41.427694773133474 ], [ -111.67306328451657, 41.427495911323867 ], [ -111.67367277490239, 41.427411276585964 ], [ -111.67426473222662, 41.42736727508165 ], [ -111.67468339760373, 41.427346805640617 ], [ -111.67598749431208, 41.427307624283984 ], [ -111.67712442318437, 41.427305442110054 ], [ -111.67833881033971, 41.427271265807192 ], [ -111.67886536574856, 41.427268159936425 ], [ -111.67903267147111, 41.427244653862843 ], [ -111.67918179166416, 41.427198736184401 ], [ -111.67927691867089, 41.427139625886028 ], [ -111.67937157603872, 41.427035480838057 ], [ -111.6794539373367, 41.426899882118974 ], [ -111.67961818928451, 41.42658364982929 ], [ -111.67987129939954, 41.426181321065037 ], [ -111.68037392459578, 41.425606374078583 ], [ -111.68065354664878, 41.425451592757106 ], [ -111.68085641818536, 41.4253963473924 ], [ -111.68114880510112, 41.425318052996154 ], [ -111.6818775078941, 41.425192135232578 ], [ -111.68258213280912, 41.425052844475204 ], [ -111.68301085926936, 41.424852135231298 ], [ -111.68311134909928, 41.424734441217815 ], [ -111.68332434153879, 41.424503485319434 ], [ -111.68356098229737, 41.424245366039656 ], [ -111.68371503636016, 41.424100330748708 ], [ -111.68387434888355, 41.424000301454157 ], [ -111.68411378943964, 41.42389529175469 ], [ -111.68436443411626, 41.423831649375515 ], [ -111.68470414586649, 41.423702622461647 ], [ -111.68522194248195, 41.423438322378239 ], [ -111.68564907731202, 41.423088088368779 ], [ -111.68579629738296, 41.422862924308347 ], [ -111.68585423359062, 41.422682429064338 ], [ -111.68584487402649, 41.422475312493688 ], [ -111.68579032714145, 41.422295487761538 ], [ -111.68571696627465, 41.422147301366024 ], [ -111.68547489518042, 41.421887526541354 ], [ -111.68522128598289, 41.421668353643355 ], [ -111.68514792713006, 41.42152016685354 ], [ -111.68514636503077, 41.421371552470383 ], [ -111.68533065537736, 41.421257861132027 ], [ -111.68550411570644, 41.421252323983346 ], [ -111.68577985594024, 41.42130022193497 ], [ -111.68638509007242, 41.421386687675628 ], [ -111.68668457387845, 41.421416426807824 ], [ -111.68688206154309, 41.421419751665162 ], [ -111.68767628499903, 41.421270887242777 ], [ -111.68812923560114, 41.421101540303567 ], [ -111.68835526773039, 41.420974983959795 ], [ -111.6885394466448, 41.420851379905663 ], [ -111.68866917863181, 41.420671354249848 ], [ -111.68879205136581, 41.420408500538727 ], [ -111.68890282402458, 41.420133108643917 ], [ -111.68911819328173, 41.419564346496784 ], [ -111.6893040733612, 41.419036294324279 ], [ -111.689432980478, 41.418778808210163 ], [ -111.68963947199748, 41.418502841913124 ], [ -111.68984810629142, 41.418429531133107 ], [ -111.69009942028578, 41.418431626978787 ], [ -111.69096759797908, 41.418490369454865 ], [ -111.69166226733964, 41.41854924784986 ], [ -111.69211073580075, 41.418524032136141 ], [ -111.69253455521863, 41.418431406806477 ], [ -111.69280894832949, 41.418353191067865 ], [ -111.69350576780727, 41.418051745420996 ], [ -111.69381499995622, 41.417874234780541 ], [ -111.6940347298447, 41.417719782002052 ], [ -111.69419496763679, 41.417597214028135 ], [ -111.69455760786832, 41.417378845370017 ], [ -111.69471846771525, 41.417314821659275 ], [ -111.69487353660477, 41.417268847699503 ], [ -111.69506459715018, 41.417231663599594 ], [ -111.69573924187922, 41.417096977125311 ], [ -111.69599610067065, 41.41705849281643 ], [ -111.69616959679391, 41.417057443136322 ], [ -111.69636138712789, 41.417088709469404 ], [ -111.69656547010332, 41.417150526558942 ], [ -111.69679425415639, 41.417284253687804 ], [ -111.69707175752983, 41.417497851932886 ], [ -111.69744625759954, 41.417829760525976 ], [ -111.697657531473, 41.418004125804138 ], [ -111.69796419257034, 41.418146385812122 ], [ -111.69813831848376, 41.418203878074692 ], [ -111.69845009579672, 41.418265038253416 ], [ -111.69880380112345, 41.418330446677508 ], [ -111.69949341058302, 41.418474879732933 ], [ -111.69984793995377, 41.418616843654917 ], [ -111.70013724073262, 41.418813248421756 ], [ -111.70051127030459, 41.419099211554631 ], [ -111.70121012971454, 41.419546229804034 ], [ -111.70144592245809, 41.419773582824703 ], [ -111.70178425985586, 41.420077774344747 ], [ -111.70224221034503, 41.420376731070149 ], [ -111.70266343236143, 41.420598445832319 ], [ -111.70340819393475, 41.420860516607831 ], [ -111.70403261099453, 41.421059365841515 ], [ -111.70432757755059, 41.42122419905396 ], [ -111.70461092033729, 41.421420628912223 ], [ -111.70484747192269, 41.421716427138492 ], [ -111.70513335175571, 41.422147034893413 ], [ -111.70528981058247, 41.422339736890713 ], [ -111.7055445396722, 41.422545347295639 ], [ -111.70584574374858, 41.422732657025229 ], [ -111.70621291058521, 41.422933072304915 ], [ -111.70650283543401, 41.423183501948706 ], [ -111.7066602044975, 41.423349173982729 ], [ -111.70677549660073, 41.423497089318246 ], [ -111.70691574781816, 41.423739429792221 ], [ -111.70700498422275, 41.42424330070947 ], [ -111.70706994679853, 41.424715794497835 ], [ -111.70716311691963, 41.425030483840303 ], [ -111.70727846205654, 41.425182902038195 ], [ -111.70740509014685, 41.425272198346114 ], [ -111.70754324531596, 41.425320889940672 ], [ -111.70771002307593, 41.425360397816988 ], [ -111.7078488373045, 41.425359543824023 ], [ -111.70799803022204, 41.42532259585581 ], [ -111.70813457120452, 41.425222673176755 ], [ -111.70874727227641, 41.42488922634012 ], [ -111.70922938325846, 41.424652961440756 ], [ -111.70955679806731, 41.42449781532865 ], [ -111.70984855689372, 41.424365407000884 ], [ -111.71000309188753, 41.4242698748143 ], [ -111.71009210495308, 41.42420176930527 ], [ -111.71071592780514, 41.423792580429804 ], [ -111.71109010966003, 41.423537157929751 ], [ -111.71141100034689, 41.423333406423723 ], [ -111.71153576222173, 41.423251567500387 ], [ -111.71162591975802, 41.423178949976283 ], [ -111.71186400059973, 41.423172973352578 ], [ -111.71196610795508, 41.423208371465016 ], [ -111.71220068174833, 41.42331951317486 ], [ -111.71276802531438, 41.423766373979603 ], [ -111.71313238930732, 41.424255023980443 ], [ -111.71351451151584, 41.424725547674939 ], [ -111.71377490082926, 41.425007668214818 ], [ -111.71400355016894, 41.425123346694704 ], [ -111.7142914909207, 41.425189115453719 ], [ -111.71462790318674, 41.425200537516837 ], [ -111.71473415985184, 41.425177358737571 ], [ -111.71484758657377, 41.425153234561002 ], [ -111.71505014078187, 41.425071809213136 ], [ -111.71538332918659, 41.424898595698174 ], [ -111.7155742416335, 41.424846966511502 ], [ -111.71590897086017, 41.424814258631223 ], [ -111.71611813933796, 41.424790438137478 ], [ -111.71703229728415, 41.424667647019795 ], [ -111.71780788748811, 41.424568231986299 ], [ -111.71812639677781, 41.424584259264712 ], [ -111.71849246948025, 41.424681055976748 ], [ -111.71882912342645, 41.424823072748723 ], [ -111.71949784440451, 41.425233236752426 ], [ -111.71999809116744, 41.42566697000953 ], [ -111.72053808240534, 41.426231060597033 ], [ -111.72084836816079, 41.42669300206299 ], [ -111.72105589215255, 41.427061008229252 ], [ -111.72112958790169, 41.427231688408085 ], [ -111.72118423701667, 41.427303405672177 ], [ -111.72128650535006, 41.427352305673793 ], [ -111.7214540443872, 41.427351255161398 ], [ -111.72186321705746, 41.427015411823227 ], [ -111.72199574943221, 41.426663288496755 ], [ -111.72214722686982, 41.426184941367751 ], [ -111.72217973306493, 41.425770393240349 ], [ -111.72218646105529, 41.425405548040665 ], [ -111.72220834843708, 41.425220757283093 ], [ -111.72225391946444, 41.425013299131457 ], [ -111.72246497593375, 41.424620148495009 ], [ -111.72263524563118, 41.424326335953353 ], [ -111.72282704942238, 41.423816208261208 ], [ -111.7228804883047, 41.423239393547561 ], [ -111.72287215770186, 41.423027770010357 ], [ -111.7228290271762, 41.422915447443124 ], [ -111.72259194075671, 41.422579156084204 ], [ -111.7224703420386, 41.422405174534646 ], [ -111.72239010636321, 41.422184094213513 ], [ -111.72238232654271, 41.422022008314855 ], [ -111.72239244595116, 41.42185530628015 ], [ -111.72236073411064, 41.421693370637215 ], [ -111.72229362345226, 41.42157669465869 ], [ -111.72214688889827, 41.421401969786842 ], [ -111.7219849984501, 41.421263369781627 ], [ -111.72129291950763, 41.420902907539286 ], [ -111.72076871831821, 41.420572915702465 ], [ -111.72029258456276, 41.420260635501812 ], [ -111.72006907860434, 41.420068373562124 ], [ -111.71989333732047, 41.419866804825404 ], [ -111.71971695074923, 41.419606691159935 ], [ -111.71960697300759, 41.419400206806309 ], [ -111.71937256927268, 41.418762140805555 ], [ -111.7190892158054, 41.418025297780552 ], [ -111.7187879706552, 41.417293069480323 ], [ -111.71856169971366, 41.416848611905372 ], [ -111.71833761520242, 41.416602305099154 ], [ -111.71782294949028, 41.416047052561616 ], [ -111.71740045754792, 41.415711906630172 ], [ -111.71724382326015, 41.415613800736921 ], [ -111.71710099478368, 41.415574157312896 ], [ -111.71686663083035, 41.415589129070582 ], [ -111.71669472357169, 41.415734320018288 ], [ -111.71653596841487, 41.415987518761177 ], [ -111.7164469237582, 41.416051125768519 ], [ -111.7162324440668, 41.416133528638262 ], [ -111.71589094623279, 41.416090616571118 ], [ -111.71547019358665, 41.415913083917772 ], [ -111.71509735244558, 41.415739755684875 ], [ -111.71470592409749, 41.415507992962873 ], [ -111.71442846093611, 41.415302543769791 ], [ -111.71410966515961, 41.415146891691982 ], [ -111.7138033287723, 41.415036198920077 ], [ -111.71359236689322, 41.41489338757799 ], [ -111.71339889976608, 41.414709032868487 ], [ -111.7130288619088, 41.414243837483234 ], [ -111.71271957787492, 41.413862935037073 ], [ -111.71254422066511, 41.413692878663198 ], [ -111.71243594885505, 41.413639504148676 ], [ -111.71230409247192, 41.413617801803554 ], [ -111.71211883827011, 41.413636963581048 ], [ -111.71198762129539, 41.413673805676169 ], [ -111.71186180627907, 41.413657469938968 ], [ -111.71171772983554, 41.413612423024723 ], [ -111.7115357869199, 41.413496450851547 ], [ -111.71086980804419, 41.413212327525436 ], [ -111.71026378530577, 41.413049431498358 ], [ -111.71005421076597, 41.413032710073772 ], [ -111.70985096176445, 41.413047475501372 ], [ -111.70952286969981, 41.413135070555867 ], [ -111.70932584745776, 41.413172315413995 ], [ -111.70918202850763, 41.413150683235855 ], [ -111.70904340833202, 41.413056958813243 ], [ -111.70895760034902, 41.412868330019108 ], [ -111.70877577404613, 41.412652369441474 ], [ -111.70864937442181, 41.412581988759989 ], [ -111.7084391167363, 41.412502216066208 ], [ -111.70824753986504, 41.412489884275736 ], [ -111.70798441150276, 41.412499610491061 ], [ -111.70775214234166, 41.41259651907162 ], [ -111.70724712346389, 41.412919390977805 ], [ -111.70704568099406, 41.413100779166179 ], [ -111.70698480855798, 41.413114664488475 ], [ -111.70689053314099, 41.413137762515333 ], [ -111.70670969886626, 41.413012768366748 ], [ -111.70665993743144, 41.412837427682561 ], [ -111.70660783368774, 41.412445921244291 ], [ -111.70638010154653, 41.411857328042757 ], [ -111.70617066122684, 41.411300148328898 ], [ -111.70608962683892, 41.410998894181681 ], [ -111.70608101149632, 41.41075574435385 ], [ -111.70616198009547, 41.410498533457037 ], [ -111.70627937653633, 41.410290640177749 ], [ -111.70653501723963, 41.410032356622935 ], [ -111.70683503500607, 41.409673816523153 ], [ -111.70690350827731, 41.409368041276558 ], [ -111.70689989572496, 41.409034785609876 ], [ -111.70683685529208, 41.408737925072217 ], [ -111.70670935819844, 41.408454971681252 ], [ -111.70648515653345, 41.407749258919083 ], [ -111.70640874119495, 41.407321871266944 ], [ -111.70641504601328, 41.406799396790426 ], [ -111.70646730122608, 41.406100993599871 ], [ -111.70646950790271, 41.405200228511575 ], [ -111.70653149938126, 41.404848554721113 ], [ -111.70665447584535, 41.404604596544623 ], [ -111.70681348649067, 41.40437392814782 ], [ -111.70742389965791, 41.403846839925194 ], [ -111.70805790571002, 41.403289878436468 ], [ -111.7087535636461, 41.402902775778216 ], [ -111.70922922828272, 41.402638626676847 ], [ -111.70946063702753, 41.402466057157177 ], [ -111.70969768280472, 41.402261926080008 ], [ -111.70983888037294, 41.402044874590267 ], [ -111.70997350758692, 41.40177381834058 ], [ -111.7102405521233, 41.401029049745439 ], [ -111.71048803191856, 41.400685236005067 ], [ -111.71068315139328, 41.400476857976173 ], [ -111.71097935873217, 41.400213809876554 ], [ -111.71188371262609, 41.399771353274872 ], [ -111.71215143270314, 41.39963908747778 ], [ -111.71229943345668, 41.399498554737562 ], [ -111.71239276868268, 41.399281796326186 ], [ -111.71242585112184, 41.399024877059567 ], [ -111.71242319530111, 41.398781690346233 ], [ -111.71237431513879, 41.398687413979602 ], [ -111.71228317537347, 41.398557369106598 ], [ -111.71218674338398, 41.398490409590686 ], [ -111.71203040433198, 41.398414813205896 ], [ -111.71176645879444, 41.398344386073767 ], [ -111.71104634691086, 41.398128154052358 ], [ -111.71081769010081, 41.398002560746491 ], [ -111.7106667557438, 41.397873784702973 ], [ -111.71056983589554, 41.397761789199613 ], [ -111.71049600589588, 41.397573087057715 ], [ -111.71046437544376, 41.397414749893905 ], [ -111.7104731589728, 41.397122851771684 ], [ -111.71056527074938, 41.396793508204269 ], [ -111.71071763033098, 41.396504326299556 ], [ -111.71094160968394, 41.3962011903877 ], [ -111.71125411864142, 41.395789416465171 ], [ -111.71156657456207, 41.395373138234739 ], [ -111.71179809895229, 41.395214074435764 ], [ -111.71210727152949, 41.395045522109442 ], [ -111.71241777021517, 41.394998562401149 ], [ -111.71288410786529, 41.394982162797255 ], [ -111.71437890702555, 41.394941365516289 ], [ -111.71524687991484, 41.395008033568921 ], [ -111.7157431690426, 41.394995939954889 ], [ -111.71603577244638, 41.394953585567428 ], [ -111.71616057352968, 41.394880748623656 ], [ -111.71631413993124, 41.394704145878492 ], [ -111.71642015794656, 41.394554861577411 ], [ -111.71668388998523, 41.394062308781116 ], [ -111.71699966050103, 41.393407295518728 ], [ -111.71714135937397, 41.393239773117209 ], [ -111.71731903892942, 41.393081033767459 ], [ -111.71823258434446, 41.392399770054581 ], [ -111.71882710069181, 41.391968199697097 ], [ -111.71913514279014, 41.391808643047582 ], [ -111.719636443231, 41.391710929788616 ], [ -111.71988133619016, 41.391682375310793 ], [ -111.72013141397295, 41.391581727593234 ], [ -111.72041099445714, 41.391444864485081 ], [ -111.72124340019501, 41.391002784421175 ], [ -111.72192663933308, 41.390593160676936 ], [ -111.72256696101499, 41.389981132829604 ], [ -111.72284383692187, 41.389709167739873 ], [ -111.72297305372265, 41.389496678822844 ], [ -111.72308886247139, 41.389153664732383 ], [ -111.72315139898144, 41.388860526774501 ], [ -111.72336497363509, 41.388273694380416 ], [ -111.7235010123795, 41.388029635555576 ], [ -111.72381932314232, 41.387612386136567 ], [ -111.72449359118235, 41.386937981772263 ], [ -111.72523646523877, 41.386518955166935 ], [ -111.72573536194402, 41.386209553285617 ], [ -111.72631306546877, 41.385566372798735 ], [ -111.72671406121256, 41.384951328132423 ], [ -111.72696401281057, 41.384305709969453 ], [ -111.72709653587877, 41.383318546584036 ], [ -111.72715971969612, 41.382012053186173 ], [ -111.72702552543562, 41.381238252054338 ], [ -111.72683634842774, 41.380789069732053 ], [ -111.72655569558546, 41.380394509976064 ], [ -111.72610702137024, 41.379838873960693 ], [ -111.72594945940823, 41.37965070952994 ], [ -111.72542146048886, 41.378843359711027 ], [ -111.72521735160926, 41.378340223323391 ], [ -111.72516466688516, 41.377903689016534 ], [ -111.72518473090338, 41.37755677174934 ], [ -111.72534393607724, 41.376817148834618 ], [ -111.725555722999, 41.376505052993238 ], [ -111.72578629552632, 41.376269402491189 ], [ -111.7261308146914, 41.376064558992255 ], [ -111.72649954760203, 41.375886584258055 ], [ -111.72755403312459, 41.375542138621078 ], [ -111.72850933100479, 41.375418996450357 ], [ -111.72919015577691, 41.375347127526538 ], [ -111.72956520718577, 41.375200629377716 ], [ -111.72976643301355, 41.375122789183365 ], [ -111.73000627470097, 41.375076230116782 ], [ -111.73042468518408, 41.375064567443282 ], [ -111.73188334373019, 41.375041787968719 ], [ -111.7328635110369, 41.375004924026058 ], [ -111.73318640247514, 41.375006470185362 ], [ -111.73334782796157, 41.375005441542953 ], [ -111.7334432345536, 41.374982314592536 ], [ -111.73366936315716, 41.374886293739806 ], [ -111.73396115555157, 41.374780846083567 ], [ -111.73420005033896, 41.374756803210076 ], [ -111.73448125176198, 41.374773023816672 ], [ -111.73472045038133, 41.374776000591773 ], [ -111.73495351823438, 41.374765504692363 ], [ -111.7351692077154, 41.374804660905887 ], [ -111.73534836584697, 41.374785501054944 ], [ -111.73545588096502, 41.374775806392329 ], [ -111.7356350389269, 41.374756646096294 ], [ -111.73586753805802, 41.374695709669147 ], [ -111.736083265971, 41.374632177787426 ], [ -111.73618917874913, 41.374586462466226 ], [ -111.73634416730266, 41.374544936801293 ], [ -111.73652301953993, 41.374498754412031 ], [ -111.73673140913989, 41.374420856194547 ], [ -111.7368504233408, 41.374370552606031 ], [ -111.73704721069528, 41.374324254555574 ], [ -111.7371667329316, 41.374318985166283 ], [ -111.73732187278129, 41.374290968549673 ], [ -111.73752463819693, 41.374244631378737 ], [ -111.73772755597318, 41.374211804208002 ], [ -111.73792378233084, 41.374115966696905 ], [ -111.73801280008885, 41.374056846703887 ], [ -111.73815465793599, 41.373911815915406 ], [ -111.73842109808758, 41.373680413783859 ], [ -111.73862289284854, 41.373548509116723 ], [ -111.73878288776726, 41.373421376241041 ], [ -111.73897282581858, 41.373298554635419 ], [ -111.73919291080314, 41.373198057957474 ], [ -111.73932409211096, 41.373166589519336 ], [ -111.73953864643153, 41.373105760965416 ], [ -111.73980087553856, 41.373031114185395 ], [ -111.74011125893557, 41.372984981289079 ], [ -111.74020083474079, 41.372975397574812 ], [ -111.74059986358208, 41.372837716790166 ], [ -111.74077257626878, 41.372778055973299 ], [ -111.74107599787466, 41.372645492739188 ], [ -111.74135560657359, 41.372522089678426 ], [ -111.74159913878583, 41.37238090332545 ], [ -111.74184359090782, 41.372320778547099 ], [ -111.74192120860249, 41.372311270584433 ], [ -111.74214839020107, 41.372309805633591 ], [ -111.74235665335152, 41.372221989726178 ], [ -111.74238640225828, 41.372209187226119 ], [ -111.74258396502094, 41.372126844473982 ], [ -111.74277290132666, 41.372022038169256 ], [ -111.74295153702249, 41.371957832070123 ], [ -111.74320649115087, 41.37187511769671 ], [ -111.74346383599202, 41.371792387312574 ], [ -111.74370792509656, 41.371700734465705 ], [ -111.74390995951131, 41.371591337860274 ], [ -111.74414162855938, 41.371459230369553 ], [ -111.74439649139889, 41.371263919464027 ], [ -111.74460403947697, 41.371113951953483 ], [ -111.74481148386701, 41.370954977178386 ], [ -111.74492971481453, 41.37083711360097 ], [ -111.74509520659458, 41.370669402322235 ], [ -111.74518957471749, 41.370556196761243 ], [ -111.7453252251114, 41.370393182167213 ], [ -111.74547958081419, 41.370297602934976 ], [ -111.74569361586239, 41.370192629221542 ], [ -111.74581246105912, 41.370128806108788 ], [ -111.74597258788712, 41.370015173688991 ], [ -111.74605546013436, 41.369942575953928 ], [ -111.7461201916737, 41.36985208065969 ], [ -111.74632855481943, 41.369774165219347 ], [ -111.74652718633575, 41.369786388141179 ], [ -111.74666998304151, 41.369830499484181 ], [ -111.74695796832022, 41.369918706110617 ], [ -111.74719127416034, 41.369930702805256 ], [ -111.747394688884, 41.369942893169906 ], [ -111.74758206531361, 41.369911951080397 ], [ -111.74777064752176, 41.36988190160659 ], [ -111.74806913611999, 41.369843030598844 ], [ -111.74858332572242, 41.369845091370507 ], [ -111.74891841639021, 41.369869933725752 ], [ -111.74940863123702, 41.369866742301134 ], [ -111.74979191010389, 41.369922794739715 ], [ -111.75006140651155, 41.369962473234452 ], [ -111.75044441734954, 41.369995105589368 ], [ -111.750744002388, 41.370051700622014 ], [ -111.75090615034249, 41.370114596323702 ], [ -111.75142291233742, 41.370340015069324 ], [ -111.75168818866186, 41.370428358117159 ], [ -111.75197514310504, 41.370530070229506 ], [ -111.75214293972542, 41.370564103080653 ], [ -111.75237662226392, 41.370608513999315 ], [ -111.75252633908273, 41.370630053917296 ], [ -111.75278876105027, 41.370574292162111 ], [ -111.75307483601662, 41.370495856125146 ], [ -111.75331298018651, 41.370408725600377 ], [ -111.75367574208994, 41.37024061120222 ], [ -111.7541039819403, 41.370047746180497 ], [ -111.75462247543008, 41.369904730069059 ], [ -111.75502722438242, 41.369748946643043 ], [ -111.75530111779887, 41.369651669124103 ], [ -111.75556323116753, 41.369569781149529 ], [ -111.75587908499047, 41.369482135055179 ], [ -111.75621287248468, 41.36939437024418 ], [ -111.7568395893, 41.369304678255496 ], [ -111.75737159394737, 41.369296674276292 ], [ -111.75765886986284, 41.369322706620039 ], [ -111.75799389817539, 41.369342118420647 ], [ -111.75823365242435, 41.369394584261642 ], [ -111.75852710603705, 41.369437688090336 ], [ -111.7586882028985, 41.369409603413786 ], [ -111.75881946108852, 41.369386219055727 ], [ -111.7589269635148, 41.369376502558993 ], [ -111.75914134003858, 41.369303028061566 ], [ -111.75939142791078, 41.369215806169343 ], [ -111.7597189166768, 41.369101050086492 ], [ -111.76000466216423, 41.368995576328828 ], [ -111.76023078275021, 41.368904007121223 ], [ -111.76040357158422, 41.368853323905846 ], [ -111.76057651749773, 41.368816150730439 ], [ -111.76076210145959, 41.368837442874629 ], [ -111.76091800482799, 41.368876946098958 ], [ -111.76109168530282, 41.368902820199672 ], [ -111.76124722154276, 41.368910798951838 ], [ -111.76154072736695, 41.368958398531866 ], [ -111.76181650935284, 41.369024129814157 ], [ -111.76210975329798, 41.369049210779636 ], [ -111.76254128344388, 41.369140931407138 ], [ -111.76303841659464, 41.369218704093313 ], [ -111.76371510629338, 41.369313298217264 ], [ -111.76393105756433, 41.369374917705358 ], [ -111.76436207574103, 41.369422497862033 ], [ -111.76472784091497, 41.369513746330696 ], [ -111.76520185820425, 41.369659219937397 ], [ -111.76572306950526, 41.369750332222871 ], [ -111.76611293081028, 41.369856728777506 ], [ -111.76652123549137, 41.3700062374186 ], [ -111.76669005320696, 41.370126714769896 ], [ -111.76697152692584, 41.37026895995443 ], [ -111.76718386574808, 41.370429680488186 ], [ -111.76752230042284, 41.370738184289472 ], [ -111.76773381710363, 41.370930435709518 ], [ -111.76791639673417, 41.371203947815523 ], [ -111.76809220495331, 41.371409948171859 ], [ -111.76828060685654, 41.37166990948127 ], [ -111.76843832333793, 41.371862518747648 ], [ -111.76863794258904, 41.372059351680221 ], [ -111.76875596218819, 41.372333293603361 ], [ -111.76897930964289, 41.37261553912974 ], [ -111.76923902528304, 41.372838091267404 ], [ -111.76932950892464, 41.372905943743113 ], [ -111.76949860470522, 41.373048933903476 ], [ -111.76968738861083, 41.373340416682986 ], [ -111.76977210726392, 41.373426322460432 ], [ -111.7699238432706, 41.373618068866826 ], [ -111.77008675118891, 41.373743084444371 ], [ -111.77030447631412, 41.37395330455297 ], [ -111.77045696973369, 41.374208998750127 ], [ -111.77066855953002, 41.374405747905691 ], [ -111.77091004377033, 41.374602296392204 ], [ -111.77108624298357, 41.3748398158097 ], [ -111.77115910385734, 41.374933906785458 ], [ -111.77114217848587, 41.375019591897995 ], [ -111.77119003557843, 41.375122857954807 ], [ -111.77124695456642, 41.375284612300213 ], [ -111.77129077388213, 41.375450958189333 ], [ -111.77143798775808, 41.375765235434514 ], [ -111.77160008077993, 41.375921780675824 ], [ -111.77174524570191, 41.375961341140645 ], [ -111.77204444977713, 41.375981852942274 ], [ -111.77229672957876, 41.376079243031214 ], [ -111.77253721244369, 41.37619022307986 ], [ -111.77276007959055, 41.376328343552814 ], [ -111.77306622428183, 41.376429873971851 ], [ -111.77350913546393, 41.37646743150281 ], [ -111.77389834466896, 41.376514356051423 ], [ -111.77446697206226, 41.37656457564303 ], [ -111.77520941361016, 41.376649651768147 ], [ -111.77579678226874, 41.376767295089238 ], [ -111.77631833227153, 41.3768808756965 ], [ -111.77687004622106, 41.377016769146209 ], [ -111.77728516021809, 41.377230146837576 ], [ -111.7776339191244, 41.377394429986687 ], [ -111.77792860141446, 41.377536558816658 ], [ -111.77833779692526, 41.377754476459288 ], [ -111.77938290156278, 41.378147337319426 ], [ -111.77972652165369, 41.378281023253948 ], [ -111.78012895230545, 41.378432324533996 ], [ -111.78043364231863, 41.378510425533648 ], [ -111.78071589296941, 41.378612097569622 ], [ -111.78086816877557, 41.37884526029459 ], [ -111.78083751980107, 41.379282333824747 ], [ -111.78081091036543, 41.379557244252695 ], [ -111.78086025129242, 41.379683014941698 ], [ -111.78102254865695, 41.379753973761517 ], [ -111.78119588838437, 41.379748293330508 ], [ -111.78141118951579, 41.379751335229798 ], [ -111.78167486263817, 41.379799085818966 ], [ -111.78180301248383, 41.380014396064176 ], [ -111.78192599321422, 41.380297297794797 ], [ -111.78207779174566, 41.380489928173063 ], [ -111.78244990292386, 41.380604496415778 ], [ -111.78282788655447, 41.380710015965057 ], [ -111.78315242976049, 41.380946507232842 ], [ -111.78325097870082, 41.381086353989218 ], [ -111.78338748280527, 41.381498870507997 ], [ -111.78349862283925, 41.381790858610088 ], [ -111.78360981795008, 41.38208734997901 ], [ -111.78372510088734, 41.382226181583761 ], [ -111.78390588647534, 41.382342048017783 ], [ -111.7841885377952, 41.382475235052631 ], [ -111.78445874445728, 41.38256797234056 ], [ -111.78477163502305, 41.382629792286338 ], [ -111.78502799526589, 41.382664974471098 ], [ -111.78532079924956, 41.382647663689781 ], [ -111.7856559138292, 41.38266789491027 ], [ -111.78574576672696, 41.382680792673348 ], [ -111.78594226904291, 41.382710977029937 ], [ -111.78621470564111, 41.382889266484788 ], [ -111.78646175899061, 41.383045209955142 ], [ -111.78661939391283, 41.383224283026742 ], [ -111.78677740969881, 41.383434879621525 ], [ -111.78693026288961, 41.38361398494694 ], [ -111.78721971907039, 41.383913757212049 ], [ -111.78741882336344, 41.384060118337025 ], [ -111.78762388630021, 41.38420463682008 ], [ -111.78799014658215, 41.384327333832417 ], [ -111.78811033473434, 41.384376052103477 ], [ -111.78852509569782, 41.38445427832486 ], [ -111.78875742723052, 41.384479708552 ], [ -111.78900900226482, 41.384514013884996 ], [ -111.78921301368754, 41.38457116372043 ], [ -111.78923950214381, 41.384783559655354 ], [ -111.78921807807284, 41.384989978941753 ], [ -111.78921476686931, 41.385210686026518 ], [ -111.78926648106885, 41.385530999208576 ], [ -111.78934317955643, 41.385840331931789 ], [ -111.78947147822959, 41.386163722603619 ], [ -111.78961282455327, 41.386478016052578 ], [ -111.78971220521203, 41.386783589810761 ], [ -111.78985524371626, 41.387237487902325 ], [ -111.78992527286303, 41.387588300517343 ], [ -111.79014518015654, 41.387969610279015 ], [ -111.7904298321788, 41.388264903405734 ], [ -111.79071508701854, 41.38860973302377 ], [ -111.79083077872224, 41.388780080808907 ], [ -111.79101339648567, 41.389044547353819 ], [ -111.7911650786059, 41.389223654881881 ], [ -111.79124000496458, 41.389484357705491 ], [ -111.79139038351637, 41.389654466365933 ], [ -111.79163285482407, 41.389823941266059 ], [ -111.79194567292635, 41.389974916460382 ], [ -111.79215787076086, 41.390212154974336 ], [ -111.79234011519303, 41.390445095592654 ], [ -111.79245630665794, 41.390655972055328 ], [ -111.79255439451312, 41.390853461817066 ], [ -111.79262894545816, 41.391082639930886 ], [ -111.79269757151472, 41.391316362562037 ], [ -111.79289628395688, 41.391427587344566 ], [ -111.79309999196609, 41.391457709716526 ], [ -111.79346505462264, 41.391477711635503 ], [ -111.79377629615216, 41.391498083700512 ], [ -111.79414838073103, 41.39160360639255 ], [ -111.79452085034329, 41.391740651516379 ], [ -111.79477828260943, 41.391860475062494 ], [ -111.7951754876274, 41.391965820899983 ], [ -111.79543329452548, 41.392018084034859 ], [ -111.79606774438005, 41.392058733863522 ], [ -111.79636104879278, 41.392079223024318 ], [ -111.79661375653299, 41.392203578901942 ], [ -111.79682975897836, 41.392260632075335 ], [ -111.79704824190044, 41.392324873669111 ], [ -111.79718994728294, 41.392370731037175 ], [ -111.79740518027302, 41.392364735873855 ], [ -111.79761448804565, 41.392363285137797 ], [ -111.79790652764139, 41.392280192734461 ], [ -111.79823301532029, 41.39207976295787 ], [ -111.79855346569852, 41.391874870395789 ], [ -111.79906450698091, 41.39160560092845 ], [ -111.79942022629342, 41.391350919690197 ], [ -111.80011728681303, 41.391035315418833 ], [ -111.80074156928505, 41.390832807336182 ], [ -111.80120142694075, 41.390780064871414 ], [ -111.80159660952944, 41.390817846284939 ], [ -111.80195618882368, 41.390878393272779 ], [ -111.80218170414858, 41.390930866351056 ], [ -111.8024594015547, 41.39094694502419 ], [ -111.80284146207363, 41.39089023478779 ], [ -111.80313902488498, 41.390771060518667 ], [ -111.80359289995363, 41.390718350257245 ], [ -111.80392219173928, 41.390747576326589 ], [ -111.80435464376335, 41.390897681768202 ], [ -111.80452845468054, 41.390927992893083 ], [ -111.80474949548167, 41.390908432122046 ], [ -111.80492058459147, 41.390718077640173 ], [ -111.80505721069984, 41.390545979056164 ], [ -111.80530328616891, 41.390228994137402 ], [ -111.80562819499552, 41.389903349984806 ], [ -111.80581156140711, 41.389739029984163 ], [ -111.80607815672136, 41.389534493596919 ], [ -111.80640411560067, 41.389294411258625 ], [ -111.80677911392361, 41.389151265313458 ], [ -111.80710728509605, 41.38909041500213 ], [ -111.80774043062642, 41.389027423258248 ], [ -111.80808078309042, 41.38898449968768 ], [ -111.80877366965714, 41.388916578932822 ], [ -111.80904254135096, 41.388896673713973 ], [ -111.80961373837388, 41.388757543355432 ], [ -111.81019387501405, 41.388664285538901 ], [ -111.81082677815608, 41.388582362746803 ], [ -111.8112082573406, 41.388480591271225 ], [ -111.81175672258175, 41.388341610538134 ], [ -111.81229305764715, 41.388189201553914 ], [ -111.81304438254232, 41.388012752365391 ], [ -111.81359429955833, 41.387990850303915 ], [ -111.81414725001007, 41.388212127025035 ], [ -111.81440550614641, 41.388300374552777 ], [ -111.81461631782112, 41.388420483695896 ], [ -111.81477985376931, 41.388585964787694 ], [ -111.81504487952226, 41.388737215521552 ], [ -111.8154064173462, 41.388954437329978 ], [ -111.81565932863633, 41.389093161965512 ], [ -111.81590681288996, 41.389276061328999 ], [ -111.81618357859031, 41.389409211140389 ], [ -111.81647185451919, 41.389506248562462 ], [ -111.81664628698863, 41.389586078282164 ], [ -111.81699436384956, 41.389682689944166 ], [ -111.81728275497041, 41.38978873201718 ], [ -111.81764939442887, 41.389934751145141 ], [ -111.81798602269892, 41.390071974942124 ], [ -111.81823329127525, 41.390236855763597 ], [ -111.81848688002971, 41.390428713615741 ], [ -111.81866854040447, 41.390607571427616 ], [ -111.81886238792318, 41.390804357230593 ], [ -111.81898357147922, 41.390929599858623 ], [ -111.81923722167804, 41.391125959340442 ], [ -111.81944359819398, 41.391367692470126 ], [ -111.81970955115636, 41.391590985792334 ], [ -111.8199157045556, 41.391814704625808 ], [ -111.82009031717119, 41.391908039046271 ], [ -111.82025206419058, 41.391929404866843 ], [ -111.82044895609013, 41.39189197107487 ], [ -111.82066271203199, 41.391768845357788 ], [ -111.82081197743273, 41.391748864885635 ], [ -111.82109299825333, 41.391743256838467 ], [ -111.82126721556271, 41.39180506602036 ], [ -111.82160870703146, 41.39185216936712 ], [ -111.82191443156897, 41.391908534701457 ], [ -111.82227887983771, 41.391878908270158 ], [ -111.82256518856968, 41.391818313051921 ], [ -111.8227487521046, 41.391767459350234 ], [ -111.82309651161661, 41.391742453414615 ], [ -111.82366479418768, 41.391751898061294 ], [ -111.82376879154658, 41.391746649802947 ], [ -111.82395737684844, 41.391714673983373 ], [ -111.82428034900549, 41.391715963735159 ], [ -111.82458003805752, 41.391767861467699 ], [ -111.82488553691323, 41.391806205509909 ], [ -111.82499974016419, 41.391851324999791 ], [ -111.82528113682348, 41.391875428793213 ], [ -111.82546674892272, 41.391892112351904 ], [ -111.82575960466622, 41.39187649974437 ], [ -111.82608201884443, 41.391833651668122 ], [ -111.82620765861735, 41.391837253327218 ], [ -111.82631649860237, 41.391931050542901 ], [ -111.82637829619638, 41.392088238052629 ], [ -111.82641628749519, 41.392254604016301 ], [ -111.82647210546443, 41.392411834413544 ], [ -111.82664621542452, 41.392464628695791 ], [ -111.82684458883836, 41.392544270866502 ], [ -111.82702496504598, 41.392619538300863 ], [ -111.82734260094421, 41.392671299818133 ], [ -111.82749973924086, 41.392706199829973 ], [ -111.82767766383509, 41.392682401336913 ], [ -111.82784522388575, 41.39269020340015 ], [ -111.82796368512209, 41.392599276005178 ], [ -111.82801619249329, 41.392495311874569 ], [ -111.82804483613252, 41.392396023208633 ], [ -111.8281091892471, 41.392282966280391 ], [ -111.82835163197201, 41.392065041060469 ], [ -111.82846359662997, 41.391933626147761 ], [ -111.82850824702402, 41.391681995287897 ], [ -111.82849831007094, 41.391370407185605 ], [ -111.82852369320779, 41.391014427968102 ], [ -111.82853290863109, 41.390798181481756 ], [ -111.82860773258818, 41.390567951275656 ], [ -111.82868973702041, 41.390432248113221 ], [ -111.82889520425799, 41.390129016680696 ], [ -111.82915426019973, 41.389807383703065 ], [ -111.82938484496844, 41.3895985491963 ], [ -111.82951474310546, 41.389467003951047 ], [ -111.82985399436993, 41.389338452613167 ], [ -111.83002688438847, 41.389295771038768 ], [ -111.83027850970971, 41.389330886403663 ], [ -111.83051747625846, 41.389311146794242 ], [ -111.83061935226392, 41.389327525679313 ], [ -111.83070923413048, 41.389341288815324 ], [ -111.83099586767776, 41.389307692805545 ], [ -111.8313176918149, 41.38921979679693 ], [ -111.8315744250903, 41.389186415368698 ], [ -111.83182063344482, 41.389265703293482 ], [ -111.8319713937444, 41.389363695885493 ], [ -111.83218845031728, 41.389501742590866 ], [ -111.83229131493904, 41.38959557739782 ], [ -111.83239981511151, 41.389662348823123 ], [ -111.83250250793394, 41.389742673421338 ], [ -111.83267132510062, 41.389849541943043 ], [ -111.83277982608261, 41.389916312999489 ], [ -111.83292380461999, 41.389951300871267 ], [ -111.83317473243908, 41.389931469154632 ], [ -111.83336551558392, 41.38988505 ], [ -111.83365715192869, 41.389774847329399 ], [ -111.83391888767689, 41.389664860628066 ], [ -111.83415768152186, 41.389631603451306 ], [ -111.83428297190304, 41.389608176316557 ], [ -111.83456178171276, 41.389430508059817 ], [ -111.83462669661645, 41.389362480913888 ], [ -111.83472685704336, 41.389244656763587 ], [ -111.83496851724082, 41.388968174441665 ], [ -111.83512191873582, 41.388804926047335 ], [ -111.83533459890297, 41.388600713329829 ], [ -111.83565324183101, 41.38826512184977 ], [ -111.83588437704053, 41.388101307856672 ], [ -111.83618796063097, 41.387991011971039 ], [ -111.83651627035563, 41.387943588081001 ], [ -111.83672550416642, 41.387937563001749 ], [ -111.83698195761536, 41.387976231609848 ], [ -111.83711545928141, 41.388033809228943 ], [ -111.83745113523254, 41.388094419167182 ], [ -111.83775236033512, 41.38817329397191 ], [ -111.83823744680738, 41.388319285752779 ], [ -111.83847168856488, 41.388397745870378 ], [ -111.8387308456259, 41.388553488448771 ], [ -111.8389776968876, 41.388682297647144 ], [ -111.83910472080898, 41.388793965209452 ], [ -111.83926204979981, 41.388936937858098 ], [ -111.83932955417399, 41.389070657293189 ], [ -111.839331766808, 41.389242684496786 ], [ -111.83922069747069, 41.389441659745202 ], [ -111.83911240706769, 41.389856794712806 ], [ -111.83906032485181, 41.389992287075579 ], [ -111.83911530252013, 41.390081961190276 ], [ -111.8393436412191, 41.390165867044175 ], [ -111.83949912012601, 41.390164732771574 ], [ -111.83963072555024, 41.390167375501427 ], [ -111.83976833412234, 41.390171775768351 ], [ -111.83991156328855, 41.390148211582748 ], [ -111.84012620391145, 41.390097103322702 ], [ -111.84046659705481, 41.390058587435682 ], [ -111.8408743940069, 41.390145683019099 ], [ -111.84113350567513, 41.390296916691973 ], [ -111.84126732923301, 41.390471584630497 ], [ -111.84124544130418, 41.390629375948372 ], [ -111.84116406650973, 41.390904699676064 ], [ -111.84110168809286, 41.39107629820748 ], [ -111.84132132427051, 41.391412473753228 ], [ -111.84165295816815, 41.391621724665036 ], [ -111.84213467806401, 41.391874913729396 ], [ -111.84272491651201, 41.392194862250214 ], [ -111.84334935374066, 41.392383948325218 ], [ -111.84397178301288, 41.392509993236942 ], [ -111.84456055077847, 41.392622770609741 ], [ -111.84517755875362, 41.39269930753801 ], [ -111.84566242032997, 41.392731774974763 ], [ -111.84609386945768, 41.392796159384446 ], [ -111.84642342243303, 41.39284327680258 ], [ -111.84689145561168, 41.392961434068837 ], [ -111.8472275632252, 41.393052637667736 ], [ -111.84755876791588, 41.393226745362895 ], [ -111.84794413598611, 41.393426574687467 ], [ -111.84813637015219, 41.393491813319152 ], [ -111.84850850428826, 41.393593556587554 ], [ -111.84876055385159, 41.393659253800713 ], [ -111.8491734264629, 41.393674222439031 ], [ -111.84982463000036, 41.393619873345216 ], [ -111.85037369854933, 41.393530245477237 ], [ -111.85113958159191, 41.393556108782796 ], [ -111.85153451319793, 41.393571201661658 ], [ -111.85206699075994, 41.393585274687219 ], [ -111.85245072707824, 41.393658996036514 ], [ -111.85261933950149, 41.393746920902473 ], [ -111.85278884706048, 41.393903295836509 ], [ -111.85294054406991, 41.394069710788209 ], [ -111.85306162196721, 41.39418140684112 ], [ -111.85335542260043, 41.394237776921024 ], [ -111.85380424044446, 41.394256966077513 ], [ -111.85398353187155, 41.39424662801364 ], [ -111.85427082256653, 41.394262510352966 ], [ -111.85460595588084, 41.394278036634994 ], [ -111.85489855035355, 41.394333510978612 ], [ -111.85527870235178, 41.394498225169905 ], [ -111.85564651452003, 41.394725181554023 ], [ -111.8559841910516, 41.39493434596271 ], [ -111.85616039926121, 41.395144710968076 ], [ -111.85635384051774, 41.395300902492295 ], [ -111.85656018952469, 41.395529057514601 ], [ -111.85670531630701, 41.395649578140912 ], [ -111.85679295751366, 41.395947073455289 ], [ -111.85681360764563, 41.396153191182556 ], [ -111.85682273459011, 41.39639272241795 ], [ -111.8569394282267, 41.39662514731338 ], [ -111.8569887513202, 41.396737373554316 ], [ -111.8576358328413, 41.396822626982619 ], [ -111.85780926849239, 41.396821334082567 ], [ -111.85800621169957, 41.396788339418535 ], [ -111.85823850471292, 41.396714547050131 ], [ -111.85848838320044, 41.396613600540704 ], [ -111.85876774850426, 41.396480907203575 ], [ -111.85901134829008, 41.396357487700207 ], [ -111.85947539444581, 41.396169368772313 ], [ -111.85981539136277, 41.396099272381875 ], [ -111.86036511945451, 41.396059133104373 ], [ -111.86058041620818, 41.396057523003279 ], [ -111.86078464327345, 41.396123551473728 ], [ -111.86103671455945, 41.396189221551204 ], [ -111.86119973302054, 41.396305098836621 ], [ -111.86141651707324, 41.396416069627676 ], [ -111.86157563781698, 41.396689606573887 ], [ -111.86163865482179, 41.396932336812945 ], [ -111.86167171000039, 41.397170787650808 ], [ -111.86167905215146, 41.397364393609898 ], [ -111.86171372023635, 41.397634358536521 ], [ -111.86175144798973, 41.397773691992739 ], [ -111.86176596724177, 41.397967244171191 ], [ -111.8618046471818, 41.398178630344979 ], [ -111.86179488705015, 41.398345341907827 ], [ -111.86181029898528, 41.398606443503105 ], [ -111.86195059215267, 41.39881256471012 ], [ -111.86206133961278, 41.399045929558511 ], [ -111.86221951728048, 41.399247412677241 ], [ -111.86237076261956, 41.399376887670009 ], [ -111.86293025033559, 41.399620398633829 ], [ -111.8631456778718, 41.399627790208079 ], [ -111.8633611650525, 41.399639684672067 ], [ -111.8636836506481, 41.399601234444752 ], [ -111.86399399534815, 41.399549363261173 ], [ -111.86451211492243, 41.399378833000704 ], [ -111.86503603335061, 41.399194745587579 ], [ -111.86560247120076, 41.399059877064992 ], [ -111.86597297767834, 41.399034570367 ], [ -111.86652745069433, 41.398899787345201 ], [ -111.86691003697227, 41.398883394136469 ], [ -111.86730482395288, 41.398884922650716 ], [ -111.86754211536595, 41.39891736213324 ], [ -111.86770571144365, 41.398895411284819 ], [ -111.86793722169465, 41.398763056639126 ], [ -111.86813260714924, 41.398612959137068 ], [ -111.86826322325091, 41.398539913685781 ], [ -111.86843092210215, 41.39855666301807 ], [ -111.86857583754859, 41.398659155176226 ], [ -111.86876997845546, 41.398864861505992 ], [ -111.86886153650174, 41.399002885347407 ], [ -111.8690853550582, 41.399191252799696 ], [ -111.86926693755791, 41.399352015722968 ], [ -111.86944900113477, 41.39954880463776 ], [ -111.86963076563779, 41.399723076816876 ], [ -111.86983359128156, 41.400041309147724 ], [ -111.8698410181692, 41.400239417536156 ], [ -111.86988468563167, 41.400374199577591 ], [ -111.86987680761365, 41.400680513401319 ], [ -111.86983148278145, 41.400870013103685 ], [ -111.86985296860765, 41.401135571257008 ], [ -111.87000465382127, 41.401296558972874 ], [ -111.87021542828312, 41.401403054722259 ], [ -111.87048105363966, 41.401585698660732 ], [ -111.87065582980746, 41.401773533226816 ], [ -111.87079053124869, 41.401916633448359 ], [ -111.87174963308188, 41.402517375158766 ], [ -111.87194905423603, 41.40266899108741 ], [ -111.87220828698537, 41.402820153263093 ], [ -111.87243797694831, 41.402998561288761 ], [ -111.8727574449061, 41.403180791605038 ], [ -111.87296248990189, 41.403305340670769 ], [ -111.87315617630368, 41.403475012931779 ], [ -111.87329464662699, 41.403541518040633 ], [ -111.87346889338239, 41.403688818633597 ], [ -111.87367652500053, 41.403916932700596 ], [ -111.87383355571575, 41.404029234317669 ], [ -111.8741829868477, 41.404214836039834 ], [ -111.87435758845018, 41.404299080267492 ], [ -111.87459334317765, 41.404482842313278 ], [ -111.87486011707, 41.404660062776614 ], [ -111.87496804501345, 41.404768232447687 ], [ -111.87514372470379, 41.404932633753042 ], [ -111.87519961066107, 41.405085335638773 ], [ -111.87521966961705, 41.40524281376937 ], [ -111.87524764390662, 41.405544351183664 ], [ -111.87522825124341, 41.405882278784034 ], [ -111.87519447833238, 41.406040166389204 ], [ -111.87511371236391, 41.406262364447421 ], [ -111.87501473580782, 41.406464884510818 ], [ -111.87500494816648, 41.406627093363191 ], [ -111.87500162527979, 41.406825282913474 ], [ -111.87498078098228, 41.407055131842149 ], [ -111.87492302063498, 41.40720869802734 ], [ -111.87490942618945, 41.407533070191228 ], [ -111.87493460886733, 41.407626556335515 ], [ -111.87494283795944, 41.407794032619009 ], [ -111.87507038354725, 41.407937182051796 ], [ -111.8751974461982, 41.408044305151606 ], [ -111.87533018858385, 41.408128866234136 ], [ -111.87546365678743, 41.408267466427205 ], [ -111.87556032917091, 41.408338790501602 ], [ -111.87562831535017, 41.408501308208358 ], [ -111.87564872725932, 41.408684905127444 ], [ -111.87563398732291, 41.408923715102034 ], [ -111.87563997386452, 41.409369538974559 ], [ -111.87561955445045, 41.409630910801631 ], [ -111.87561146113026, 41.409919211192438 ], [ -111.87560137225641, 41.410058903635736 ], [ -111.87562693188571, 41.410180309846574 ], [ -111.87569436384521, 41.410301397353798 ], [ -111.8757670520353, 41.410368400040255 ], [ -111.87583997022536, 41.41045251510522 ], [ -111.87596674871885, 41.41053802155232 ], [ -111.87605724967261, 41.410594980222427 ], [ -111.87620161099676, 41.410653330139695 ], [ -111.87652021914438, 41.410768000256525 ], [ -111.8768509736713, 41.410896088105169 ], [ -111.87718281994191, 41.41110523381257 ], [ -111.87740669227867, 41.411292683385177 ], [ -111.87761257185831, 41.411476666779976 ], [ -111.87816768140743, 41.41182732493121 ], [ -111.87875863984719, 41.412174103578145 ], [ -111.87901230861932, 41.412352314927062 ], [ -111.87921824465752, 41.412539897948854 ], [ -111.87938877599521, 41.41276378104105 ], [ -111.87956614099595, 41.413050663819135 ], [ -111.87980026254847, 41.41355329122873 ], [ -111.87998452532801, 41.413907676476676 ], [ -111.88003858191637, 41.41436664317127 ], [ -111.87994531512342, 41.414903300038091 ], [ -111.87982262574296, 41.415210491751871 ], [ -111.87969220542794, 41.415742928737508 ], [ -111.87949549186038, 41.416239842527162 ], [ -111.87943688395391, 41.416330365054684 ], [ -111.87927211285211, 41.416534292100337 ], [ -111.87903622066915, 41.416788303310391 ], [ -111.87863233500077, 41.417007567327396 ], [ -111.87782291823359, 41.41732450307989 ], [ -111.87726873768352, 41.417490864263087 ], [ -111.8766080212459, 41.417743605349528 ], [ -111.87641246354245, 41.417794636206366 ], [ -111.87622678007619, 41.417868110151936 ], [ -111.87594784422973, 41.418036872057513 ], [ -111.87575858352287, 41.418200446977792 ], [ -111.87562237789949, 41.418305069377588 ], [ -111.87542072728081, 41.418437211964331 ], [ -111.87528476248313, 41.418559847027929 ], [ -111.87519091663259, 41.418700176427684 ], [ -111.87507960640467, 41.418876668382218 ], [ -111.87493892680996, 41.419093917100732 ], [ -111.8746973280533, 41.419370481378081 ], [ -111.87447869108681, 41.419574811027402 ], [ -111.87431969773908, 41.419765175830321 ], [ -111.87416638414659, 41.419932978634819 ], [ -111.87390628769158, 41.420169148264392 ], [ -111.8736170726481, 41.420464987565857 ], [ -111.87342778701259, 41.42062765805651 ], [ -111.87311909950759, 41.420810150103172 ], [ -111.87290512084253, 41.420916260218064 ], [ -111.87264301432107, 41.421002918618939 ], [ -111.87246461726559, 41.421085338658081 ], [ -111.87232821953788, 41.421176447418674 ], [ -111.87225805361409, 41.421298579940945 ], [ -111.87229695469512, 41.42143339667868 ], [ -111.87232820325616, 41.421622316095942 ], [ -111.87237201147231, 41.421766103037079 ], [ -111.8724751658324, 41.42187341013117 ], [ -111.87259040675517, 41.421989632902346 ], [ -111.87282542539782, 41.422113954338855 ], [ -111.87298212509349, 41.42219833611157 ], [ -111.87328343930906, 41.422358183302464 ], [ -111.87347017520125, 41.422451343847051 ], [ -111.87372870611019, 41.422543958853176 ], [ -111.87401817873381, 41.422712901477162 ], [ -111.87425277985653, 41.422805697092542 ], [ -111.87443371674378, 41.422912411291314 ], [ -111.87460836916314, 41.422996654372703 ], [ -111.87476525458572, 41.423094543445153 ], [ -111.87495247830384, 41.423223727620943 ], [ -111.87517541903227, 41.423339128623653 ], [ -111.87535654034454, 41.423459351113756 ], [ -111.87555524825088, 41.423552417149217 ], [ -111.87566433315102, 41.423655172477673 ], [ -111.87583119072204, 41.4236043613991 ], [ -111.87595689356388, 41.423607908085096 ], [ -111.87619572795097, 41.423570059584733 ], [ -111.87639231801417, 41.423505510082137 ], [ -111.87677456091036, 41.423453056673061 ], [ -111.87727840174928, 41.423543793867793 ], [ -111.87771758356249, 41.423720592857535 ], [ -111.87812165854315, 41.423956206489422 ], [ -111.87895900364649, 41.424373161762254 ], [ -111.87960875700338, 41.424633915159113 ], [ -111.88013226270958, 41.424850593582036 ], [ -111.88093630771223, 41.425015580855607 ], [ -111.88168342357039, 41.425041383532211 ], [ -111.88235429943084, 41.425004714057863 ], [ -111.88291060433571, 41.424991438597246 ], [ -111.8835468257881, 41.425135176850567 ], [ -111.8842330532988, 41.425436157365404 ], [ -111.88491385426926, 41.425777708955046 ], [ -111.88514335474122, 41.425933573527857 ], [ -111.88535539618897, 41.426125601736047 ], [ -111.88552592362062, 41.426344971399118 ], [ -111.88494238248025, 41.426556632586788 ], [ -111.88443661968596, 41.426767692893812 ], [ -111.88432409909166, 41.426854128497716 ], [ -111.88418795065074, 41.426963264172947 ], [ -111.88401156819094, 41.427194309205198 ], [ -111.88368023025518, 41.427912945674287 ], [ -111.88347722323918, 41.428828759143634 ], [ -111.88340230786929, 41.429041009055624 ], [ -111.883246431166, 41.429461051417057 ], [ -111.88300354556159, 41.430084428564648 ], [ -111.88276846927853, 41.430842856638712 ], [ -111.88249564928607, 41.431907826191917 ], [ -111.88206174530582, 41.433010059830785 ], [ -111.88187507823909, 41.43336728419861 ], [ -111.88180796500318, 41.433714584479276 ], [ -111.88163258008507, 41.434463544836163 ], [ -111.88155514176304, 41.434932524235684 ], [ -111.8815071351401, 41.435365248341888 ], [ -111.88148953577058, 41.435833769088198 ], [ -111.88143465184837, 41.436289064347257 ], [ -111.88140780351722, 41.436870248613843 ], [ -111.88136156155655, 41.43743356656632 ], [ -111.88133339357236, 41.438005753397881 ], [ -111.88134784664686, 41.438631658138483 ], [ -111.88132249440183, 41.43896963047235 ], [ -111.88141206420828, 41.439396796464308 ], [ -111.88170833708408, 41.440061074730998 ], [ -111.88178319875763, 41.440285686271842 ], [ -111.88178557625368, 41.440461312611944 ], [ -111.88168126860201, 41.440714319678349 ], [ -111.88164041308349, 41.440791195812146 ], [ -111.88155296099691, 41.440963006854368 ], [ -111.88153768895279, 41.441161286962959 ], [ -111.88179831755316, 41.441402489571765 ], [ -111.88202139393056, 41.44152237945017 ], [ -111.88256751821713, 41.441630783486893 ], [ -111.88306704942312, 41.441834120417248 ], [ -111.88361476636297, 41.442059603576432 ], [ -111.88387894648751, 41.442120625926847 ], [ -111.88451368678082, 41.442142769384581 ], [ -111.8845615028726, 41.442137898011254 ], [ -111.88537486499256, 41.442091107504154 ], [ -111.88661387114982, 41.442095075939839 ], [ -111.8868233338353, 41.442093461364095 ], [ -111.88705087310431, 41.442100714427873 ], [ -111.88739755320492, 41.44206651469954 ], [ -111.8879407438135, 41.441958737995591 ], [ -111.88845425517044, 41.441869202771144 ], [ -111.88929111874991, 41.441790677138457 ], [ -111.8899412268033, 41.441623516256193 ], [ -111.89053314798262, 41.441578402183005 ], [ -111.89104131919555, 41.4416240078898 ], [ -111.89142188771467, 41.441792200235533 ], [ -111.89192194045987, 41.442031524227865 ], [ -111.89235628904287, 41.442280363134657 ], [ -111.89263939502111, 41.442498848151075 ], [ -111.8929375452812, 41.442766756417221 ], [ -111.89358624876586, 41.443369719067626 ], [ -111.8937193222357, 41.443471369704682 ], [ -111.89393719659346, 41.443646221949479 ], [ -111.89412106746579, 41.443960052101367 ], [ -111.89424901399781, 41.444211264865928 ], [ -111.89435405559762, 41.444363574116679 ], [ -111.89461949188436, 41.444514635996626 ], [ -111.89518541088104, 41.444753433358379 ], [ -111.89583002495715, 41.444969096600751 ], [ -111.89662785710208, 41.445183562066546 ], [ -111.89703751696486, 41.445288457086733 ], [ -111.8974571263535, 41.445420295223684 ], [ -111.8978740603532, 41.445705278514389 ], [ -111.89821493223016, 41.446116957806694 ], [ -111.89851335400915, 41.446488434334881 ], [ -111.89897306518338, 41.446836131217495 ], [ -111.89930684551707, 41.447166796005838 ], [ -111.89987684931349, 41.447698278552821 ], [ -111.90050241050805, 41.448350923144851 ], [ -111.90105079904552, 41.449049205726077 ], [ -111.90119986745962, 41.449439859611608 ], [ -111.90114325508685, 41.449674495348773 ], [ -111.90092890102545, 41.450189595766098 ], [ -111.90060706172744, 41.4511568076393 ], [ -111.90022726285045, 41.452262285141352 ], [ -111.90007281169062, 41.452781418651512 ], [ -111.89998950128468, 41.453250454700616 ], [ -111.90002297782451, 41.453506903335658 ], [ -111.90010932981544, 41.45369087911201 ], [ -111.90033921476288, 41.4538647240879 ], [ -111.90070633647382, 41.454005968234711 ], [ -111.90134761890414, 41.454059493098022 ], [ -111.90173675329825, 41.454060946967203 ], [ -111.90214396965257, 41.454071265096175 ], [ -111.90252211895665, 41.454143960810192 ], [ -111.90275077554425, 41.45422863745268 ], [ -111.90320875270204, 41.454445723295251 ], [ -111.9036788919646, 41.454676222831012 ], [ -111.90425609086898, 41.454856338259454 ], [ -111.90481938114411, 41.454896945731029 ], [ -111.90524399687402, 41.454866582776368 ], [ -111.9056030315965, 41.454855650085435 ], [ -111.9060712267614, 41.454945639920822 ], [ -111.90683531191313, 41.455218847668149 ], [ -111.90750482256547, 41.455578366614454 ], [ -111.90801826789115, 41.455907587847626 ], [ -111.90834634361204, 41.456251781785703 ], [ -111.90859610272692, 41.456560563877886 ], [ -111.90893047259696, 41.45692632409169 ], [ -111.90930167014864, 41.457271075211963 ], [ -111.90942145125115, 41.457360202066603 ], [ -111.90991091321487, 41.457685100619486 ], [ -111.91071890187249, 41.458097549379744 ], [ -111.91144196015497, 41.458429599014188 ], [ -111.91197346933031, 41.458763162887905 ], [ -111.91245766270107, 41.4591376328069 ], [ -111.91273580489751, 41.459333588349132 ], [ -111.91307286333939, 41.459461520243075 ], [ -111.91339662369271, 41.459494979309412 ], [ -111.91370677223436, 41.459497019778183 ], [ -111.91405573835762, 41.459534780452202 ], [ -111.91480736823399, 41.459767500616387 ], [ -111.91546423679895, 41.460073029047088 ], [ -111.91594529149528, 41.46022232480172 ], [ -111.9163712673149, 41.46028648730389 ], [ -111.91658804131384, 41.460374833868912 ], [ -111.91675398364985, 41.460679762081135 ], [ -111.91666232489852, 41.460973232130009 ], [ -111.91632883809606, 41.461525338877024 ], [ -111.9161652759614, 41.461814877590044 ], [ -111.91606788012065, 41.462126407552432 ], [ -111.9160768454478, 41.46233800933345 ], [ -111.9162994584413, 41.462840648856471 ], [ -111.91652603223652, 41.463199138454911 ], [ -111.91686774905934, 41.463655790866326 ], [ -111.91695474610918, 41.463881182283615 ], [ -111.91695765190823, 41.46408742781118 ], [ -111.9168012148422, 41.464457976803388 ], [ -111.91632789862867, 41.465285922312816 ], [ -111.91587718687592, 41.466019108481184 ], [ -111.91537862735295, 41.466671607341283 ], [ -111.91521869798386, 41.466880049320736 ], [ -111.91490449552265, 41.467103229319868 ], [ -111.91444559230787, 41.467255500035236 ], [ -111.91399910351865, 41.467439196040701 ], [ -111.9136949712225, 41.467527182279909 ], [ -111.91337842174909, 41.467583740551454 ], [ -111.91254503607026, 41.4675047853585 ], [ -111.91243752367804, 41.467523652990856 ], [ -111.91236057730328, 41.467587314890132 ], [ -111.91234387914078, 41.467677520961573 ], [ -111.91251907958387, 41.467788723194161 ], [ -111.91296470546251, 41.467969837936806 ], [ -111.91326065880052, 41.468152139411778 ], [ -111.91332392914926, 41.468393935051182 ], [ -111.91333699031691, 41.468471294642633 ], [ -111.91337078111897, 41.468745750817583 ], [ -111.91334615518645, 41.469124255485212 ], [ -111.91331509944276, 41.469471285421776 ], [ -111.91318099784925, 41.46972905988833 ], [ -111.9128883226535, 41.469780923590776 ], [ -111.91249853896467, 41.469739880442368 ], [ -111.91228879938792, 41.469728033127971 ], [ -111.9120910846699, 41.469719693021609 ], [ -111.91168465271494, 41.469772455663744 ], [ -111.91136330170636, 41.469914616365607 ], [ -111.91113207224704, 41.470078580715487 ], [ -111.91089409826471, 41.470274123766316 ], [ -111.91059202815109, 41.47042513697577 ], [ -111.91045495233064, 41.470471258873907 ], [ -111.91018647236896, 41.470540938903099 ], [ -111.90957602713699, 41.470563782555878 ], [ -111.90912742541273, 41.470598854916545 ], [ -111.90878092065795, 41.47065563730758 ], [ -111.90820922565013, 41.470880833110861 ], [ -111.90769260576346, 41.471191161364871 ], [ -111.90714528635998, 41.471533255169362 ], [ -111.90656549865203, 41.471952164812173 ], [ -111.90638744611371, 41.472066160004545 ], [ -111.90607660445058, 41.472104638503737 ], [ -111.90534445268808, 41.471988804356194 ], [ -111.90492358335987, 41.471866013282899 ], [ -111.90402790082049, 41.471616346810471 ], [ -111.90326500866911, 41.47144219316305 ], [ -111.90216614461697, 41.471221129630585 ], [ -111.90148758301217, 41.471082332127629 ], [ -111.90049032743335, 41.470846945094706 ], [ -111.89946944118505, 41.470634252586393 ], [ -111.89887433929627, 41.470467764853694 ], [ -111.89836411846173, 41.470377173691169 ], [ -111.89800463607247, 41.470361966091623 ], [ -111.8975027026262, 41.470437942610282 ], [ -111.89721463222709, 41.470390649531119 ], [ -111.89680307555243, 41.470159667647273 ], [ -111.89661013810709, 41.469976520825163 ], [ -111.89643970487705, 41.469775183556465 ], [ -111.89622063116033, 41.469520180841783 ], [ -111.89590836910548, 41.469455058234217 ], [ -111.89557502992247, 41.469511698310683 ], [ -111.89510134280793, 41.469551414960414 ], [ -111.89480246785912, 41.469588869128643 ], [ -111.89403809080791, 41.469738930795195 ], [ -111.89254001550319, 41.470093745768736 ], [ -111.8912430465838, 41.470356008773827 ], [ -111.89088741422626, 41.470534407430669 ], [ -111.89067477013951, 41.470747727301429 ], [ -111.89056458667707, 41.471009794013945 ], [ -111.89053026531565, 41.471127155473525 ], [ -111.89047841327198, 41.471276178413838 ], [ -111.89038495773937, 41.471448041796421 ], [ -111.89007717658245, 41.471710736718137 ], [ -111.88956713921212, 41.472071374001274 ], [ -111.88889789636615, 41.472613386722557 ], [ -111.88854232689856, 41.47288545417566 ], [ -111.88830467230578, 41.473022400244844 ], [ -111.88801245309804, 41.473110226609968 ], [ -111.88770650760193, 41.473157625043868 ], [ -111.88692309657289, 41.473145653845926 ], [ -111.88641933642653, 41.473090088631977 ], [ -111.88600016242981, 41.473089715323255 ], [ -111.88516881888333, 41.47316367132499 ], [ -111.88434347310067, 41.473238475942402 ], [ -111.88409296425961, 41.473311559879349 ], [ -111.88377078799671, 41.47339870499794 ], [ -111.88352085271057, 41.473514117884825 ], [ -111.88327780889901, 41.473696131785793 ], [ -111.88306005870798, 41.473977031962519 ], [ -111.8828300870012, 41.474240010800898 ], [ -111.8825272233663, 41.474426985910313 ], [ -111.88213338318093, 41.474529088059079 ], [ -111.88149820535918, 41.474497928269308 ], [ -111.88092627013829, 41.474272622345104 ], [ -111.88066630340472, 41.474089962178304 ], [ -111.88041196008362, 41.473880236283783 ], [ -111.88018234845339, 41.473727967684873 ], [ -111.87988860440467, 41.473704093795881 ], [ -111.87954792191969, 41.473751736265228 ], [ -111.87892716123113, 41.473900599266983 ], [ -111.87850465731455, 41.474097485342398 ], [ -111.87833870666215, 41.47422485579834 ], [ -111.87820995765291, 41.474446519281393 ], [ -111.87820162957658, 41.474716803732406 ], [ -111.87815150921323, 41.474996414613443 ], [ -111.8782710505766, 41.475423351537671 ], [ -111.87839516435673, 41.475656595137941 ], [ -111.87843892132102, 41.475881444968685 ], [ -111.87838740270189, 41.476057481938582 ], [ -111.87818038334895, 41.476248217280272 ], [ -111.87808549024098, 41.476316496951043 ], [ -111.87791354535099, 41.476443912520594 ], [ -111.87777766046061, 41.476580960738701 ], [ -111.87769092934649, 41.476810409519175 ], [ -111.87770843399908, 41.477220110757727 ], [ -111.87769460182832, 41.477526466482338 ], [ -111.87762657423963, 41.477810717335188 ], [ -111.87742143008525, 41.478141050996172 ], [ -111.8770249711521, 41.47849536161597 ], [ -111.87653403416681, 41.478949471811461 ], [ -111.87633855173534, 41.479108590108751 ], [ -111.87618113197618, 41.479425947581369 ], [ -111.87618202970451, 41.479492595171671 ], [ -111.87620199576106, 41.479641064432172 ], [ -111.87634922941838, 41.479901156006711 ], [ -111.87660033860408, 41.480314481497942 ], [ -111.87694392135374, 41.480923461677357 ], [ -111.87708118830687, 41.48133224954735 ], [ -111.87721693868239, 41.481628456893723 ], [ -111.877496288637, 41.48191456123967 ], [ -111.87767177303644, 41.482048332550839 ], [ -111.87778217637643, 41.482241148070507 ], [ -111.87778895480054, 41.482299644116978 ], [ -111.87777892284946, 41.482443838283857 ], [ -111.87760425415485, 41.482814472528446 ], [ -111.87742745720176, 41.48302749411183 ], [ -111.87723807481754, 41.483195574662979 ], [ -111.87685180083541, 41.483419200208637 ], [ -111.8763573673674, 41.483616626571973 ], [ -111.87582264868088, 41.483935956785686 ], [ -111.8755310180107, 41.484072386614287 ], [ -111.87529257994119, 41.484156168289324 ], [ -111.87492824856233, 41.48423099912889 ], [ -111.87453990157221, 41.484301507749578 ], [ -111.87409209181169, 41.484403992696699 ], [ -111.87388406543822, 41.484522668985576 ], [ -111.87355747638694, 41.484732318935784 ], [ -111.87329760651431, 41.485004512818925 ], [ -111.87320402578351, 41.485171859255821 ], [ -111.87317070532009, 41.48545584365808 ], [ -111.87331351237405, 41.485742994504655 ], [ -111.87357878077782, 41.485961659991254 ], [ -111.87386412217501, 41.486158554714933 ], [ -111.87405803699207, 41.486326419315191 ], [ -111.87410668533252, 41.486380994407241 ], [ -111.87439814114447, 41.486676021373249 ], [ -111.87464640613777, 41.486876798924683 ], [ -111.87487725150061, 41.487118241484303 ], [ -111.8751714270137, 41.487525837541703 ], [ -111.87532407222125, 41.487830925585321 ], [ -111.87534282686396, 41.487889330577197 ], [ -111.87544125576052, 41.488082239279805 ], [ -111.87554755376424, 41.488414701785182 ], [ -111.87559873953251, 41.488657510340929 ], [ -111.87559528518611, 41.488845790069497 ], [ -111.87556378984951, 41.489175698511218 ], [ -111.87554310809519, 41.489419054143141 ], [ -111.87555872426789, 41.489689155462301 ], [ -111.87566943796254, 41.489904488730765 ], [ -111.87604996449977, 41.490140285392691 ], [ -111.87640574831674, 41.490317721623583 ], [ -111.87668899679043, 41.490446169309742 ], [ -111.877271459507, 41.49055431972014 ], [ -111.87792469924101, 41.490580860896287 ], [ -111.87850667837715, 41.490652979382276 ], [ -111.87907136104891, 41.490774767475671 ], [ -111.87991282636781, 41.490989012608168 ], [ -111.88021362534279, 41.491085791626773 ], [ -111.8804498248262, 41.491277641426144 ], [ -111.88047017057843, 41.491453128718689 ], [ -111.88030588725123, 41.491706591655152 ], [ -111.88014062732677, 41.491888003142606 ], [ -111.88007901246596, 41.492203731356923 ], [ -111.88028618378409, 41.492463358575911 ], [ -111.88067407317828, 41.492798164078629 ], [ -111.88099736511653, 41.49322804007916 ], [ -111.88118614801685, 41.493456280809028 ], [ -111.88129126373441, 41.493698673358267 ], [ -111.88134797646997, 41.493905407403439 ], [ -111.88136893606713, 41.494125926403584 ], [ -111.88160099259106, 41.494452915417646 ], [ -111.88175292812703, 41.494613882623078 ], [ -111.88221378791602, 41.494939115969402 ], [ -111.88257569014537, 41.495211062896409 ], [ -111.88323931166485, 41.495557254253775 ], [ -111.88396259132394, 41.495884968575659 ], [ -111.88415615714844, 41.496023094251548 ], [ -111.88437349851881, 41.496147525785254 ], [ -111.8846498178831, 41.496203948311013 ], [ -111.88511670239552, 41.496177837796935 ], [ -111.88593080052607, 41.496135540307392 ], [ -111.88709401576851, 41.496216647347076 ], [ -111.88763937918982, 41.496234957872687 ], [ -111.8881375025786, 41.496303170913485 ], [ -111.88851571110547, 41.496363300940601 ], [ -111.88882167518032, 41.496396966089627 ], [ -111.88895942459671, 41.49639500071558 ], [ -111.88910911632829, 41.496390240656737 ], [ -111.889587363123, 41.496318987526394 ], [ -111.89012488849583, 41.496202237006983 ], [ -111.89073972150351, 41.496044352298618 ], [ -111.89124179877328, 41.495963900400163 ], [ -111.89193585050973, 41.495904475966164 ], [ -111.89271424977289, 41.495880421965808 ], [ -111.89340404232067, 41.495947124282289 ], [ -111.89392069519099, 41.496055701285854 ], [ -111.89433558832619, 41.496169570970579 ], [ -111.89487151505568, 41.496372570711465 ], [ -111.89540337823661, 41.496715213084897 ], [ -111.89584378818833, 41.496941470169013 ], [ -111.89611382034842, 41.496975395776531 ], [ -111.89634667284231, 41.496919537298616 ], [ -111.89700162258038, 41.496630700304941 ], [ -111.8973954474574, 41.496519540172635 ], [ -111.89782614161942, 41.496475645796949 ], [ -111.89852906015881, 41.496537711206535 ], [ -111.89879240243857, 41.496607712080788 ], [ -111.89929839804594, 41.496810925041686 ], [ -111.90015423003824, 41.497187040953001 ], [ -111.90064195325064, 41.497367872674445 ], [ -111.90076205945425, 41.497389450354426 ], [ -111.900989980592, 41.497410183328228 ], [ -111.90151495207181, 41.497252945017344 ], [ -111.90207698387152, 41.497176479516305 ], [ -111.90289864422394, 41.497161024545534 ], [ -111.90343090395893, 41.497183866676586 ], [ -111.90393572848001, 41.497301498833863 ], [ -111.90423565189452, 41.497330666753768 ], [ -111.90454523655092, 41.497193122497748 ], [ -111.90473314621154, 41.496921424847756 ], [ -111.90495868469773, 41.496771029623716 ], [ -111.90516945103091, 41.496850436878709 ], [ -111.90546727203154, 41.497158845041341 ], [ -111.90574201543065, 41.497530485388367 ], [ -111.9060615775133, 41.498108940274733 ], [ -111.90620593381756, 41.498580687067133 ], [ -111.90627462156954, 41.499210657965186 ], [ -111.90634042243002, 41.499633483257249 ], [ -111.9064645034716, 41.499939654784711 ], [ -111.90640729171174, 41.500132862231567 ], [ -111.90639820035656, 41.500340102109959 ], [ -111.90647971248163, 41.500600671768318 ], [ -111.90660832892135, 41.500802322503539 ], [ -111.90690718043848, 41.501182777051703 ], [ -111.90689517928422, 41.501610719022182 ], [ -111.90667295807305, 41.501999785553949 ], [ -111.90634726875267, 41.502272572054579 ], [ -111.90609289384051, 41.502504262889907 ], [ -111.90596380908853, 41.502698937008773 ], [ -111.90593037864673, 41.502879346561734 ], [ -111.90608932584831, 41.503107780796462 ], [ -111.90633276566869, 41.503380585514179 ], [ -111.90681227887495, 41.503827171042069 ], [ -111.90716985482337, 41.504121592198963 ], [ -111.90756369053278, 41.504438244353054 ], [ -111.90785077264493, 41.504832300001532 ], [ -111.90823680134832, 41.505447153248554 ], [ -111.90840482526956, 41.505895290712665 ], [ -111.90856668475055, 41.506330866366916 ], [ -111.90888442705977, 41.506774217216581 ], [ -111.90911660432184, 41.507096644987691 ], [ -111.90925507623984, 41.507572937304595 ], [ -111.90922839354616, 41.508320754290551 ], [ -111.90905288836572, 41.508966163703285 ], [ -111.90894877104697, 41.509232702005782 ], [ -111.90862607823593, 41.509721646181518 ], [ -111.90818576590772, 41.510369146052426 ], [ -111.90778264892205, 41.511106423558296 ], [ -111.90763158907656, 41.511444488770898 ], [ -111.90759949275736, 41.511720365352275 ], [ -111.90767654648701, 41.512003487040666 ], [ -111.90783166819602, 41.51247064196599 ], [ -111.90790090527744, 41.512708788695591 ], [ -111.90786343509656, 41.513028843456652 ], [ -111.90763506489027, 41.513408952414665 ], [ -111.90697059073277, 41.513882574049816 ], [ -111.90648238915219, 41.51410710196118 ], [ -111.90595274767509, 41.514367983431931 ], [ -111.9057557837656, 41.514509147940984 ], [ -111.90562887742303, 41.514775862521859 ], [ -111.90581737055315, 41.51497253840882 ], [ -111.90623896183627, 41.515126844516438 ], [ -111.906804925822, 41.515321444286016 ], [ -111.90713190833675, 41.515480095990618 ], [ -111.90734418492103, 41.51566307079235 ], [ -111.9074412390662, 41.515833443512641 ], [ -111.90757139933685, 41.516143167867348 ], [ -111.90797312761703, 41.516590361204848 ], [ -111.90860411349171, 41.517148333066388 ], [ -111.90897287170405, 41.517465177634691 ], [ -111.90926468989493, 41.517679045568407 ], [ -111.90959058022312, 41.517844003913545 ], [ -111.91013220757729, 41.518009956314913 ], [ -111.91096756557809, 41.518183487745269 ], [ -111.91173796811698, 41.518425082727987 ], [ -111.9119389133518, 41.518567605962261 ], [ -111.91206191068008, 41.518877381831615 ], [ -111.91209901420348, 41.519385999073677 ], [ -111.91204826521002, 41.520039429565657 ], [ -111.91197399052956, 41.520724572018743 ], [ -111.91190967507589, 41.521265518889678 ], [ -111.91172463476157, 41.521744371919119 ], [ -111.91160638597663, 41.522200176968383 ], [ -111.91161465584007, 41.522447811577464 ], [ -111.91168284346143, 41.522609402025275 ], [ -111.91185252931903, 41.522744066547524 ], [ -111.91210041600188, 41.522899728054739 ], [ -111.91251216470035, 41.523201808218424 ], [ -111.91273817477838, 41.523506261989063 ], [ -111.91314074453949, 41.524007473506323 ], [ -111.91358463243436, 41.524463318938466 ], [ -111.91367692265815, 41.524633723921397 ], [ -111.91370272876934, 41.524764124361134 ], [ -111.91371541011821, 41.524813563609214 ], [ -111.91372488698163, 41.525061188347436 ], [ -111.91353474434274, 41.525603135429492 ], [ -111.91343518048785, 41.526193902696939 ], [ -111.91341513810252, 41.526473287331633 ], [ -111.91343868923884, 41.526869420208847 ], [ -111.91365418904836, 41.52727753904928 ], [ -111.91384591178399, 41.527699357312287 ], [ -111.91394479889397, 41.528338087548562 ], [ -111.91401049236296, 41.528747396131088 ], [ -111.91407586384739, 41.529048619993539 ], [ -111.9141499032889, 41.529710065574136 ], [ -111.91402212140898, 41.529999313845053 ], [ -111.91380885589464, 41.53017665047728 ], [ -111.91361439111186, 41.53041238456953 ], [ -111.91357359509168, 41.530494674803016 ], [ -111.91350552893225, 41.530683467391384 ], [ -111.91352176453786, 41.531070650813128 ], [ -111.91358330308535, 41.531610597785409 ], [ -111.91368166003461, 41.531785457968013 ], [ -111.91385237573847, 41.531991268463742 ], [ -111.91424099285082, 41.532348469951444 ], [ -111.91485547770742, 41.532996609355187 ], [ -111.91499011547933, 41.533193697867425 ], [ -111.91517165631535, 41.53374169609846 ], [ -111.9151540952553, 41.534196702481246 ], [ -111.91504739877746, 41.534706461714528 ], [ -111.91504419835555, 41.534904646871318 ], [ -111.91513191106618, 41.535174166606893 ], [ -111.91532004858959, 41.535339303465449 ], [ -111.91578264547685, 41.53584002668633 ], [ -111.91600335798175, 41.536189551722991 ], [ -111.91647666409229, 41.537023455179956 ], [ -111.91678862059952, 41.537466827530778 ], [ -111.91684567752456, 41.537687050331449 ], [ -111.91678444666982, 41.53793523799748 ], [ -111.91655918562215, 41.538198244074117 ], [ -111.91635232633018, 41.538406158817757 ], [ -111.91653424134046, 41.538554229378619 ], [ -111.91699229057554, 41.538730722571643 ], [ -111.91767267524533, 41.538945972419711 ], [ -111.91799198743398, 41.539060517960174 ], [ -111.91850864141415, 41.539141961070541 ], [ -111.91879677720928, 41.539171184512014 ], [ -111.91931738569649, 41.539108476374935 ], [ -111.91974273483137, 41.539091564110727 ], [ -111.92022157856391, 41.539042696807172 ], [ -111.92072299037932, 41.538894567052736 ], [ -111.92131359920478, 41.538696180604546 ], [ -111.9218912581302, 41.538430340564823 ], [ -111.92265923012, 41.538059387340084 ], [ -111.92321896163172, 41.53779818809695 ], [ -111.92354119584446, 41.53769652074439 ], [ -111.92383378255718, 41.53761760881239 ], [ -111.92425969749478, 41.537641207942265 ], [ -111.92475295128423, 41.537763343731449 ], [ -111.92507742890443, 41.537819280929078 ], [ -111.92531626626153, 41.537754308500929 ], [ -111.92564237124974, 41.537503984475258 ], [ -111.92614035340615, 41.537117166553728 ], [ -111.92634252026872, 41.537002947452564 ], [ -111.92670291973565, 41.53697212107182 ], [ -111.92706294082362, 41.537082710460979 ], [ -111.92742511394526, 41.537259935018952 ], [ -111.92802431332561, 41.537664930628758 ], [ -111.92832311597562, 41.537937239865911 ], [ -111.92896134248548, 41.538639154645281 ], [ -111.92928466949081, 41.539032861036524 ], [ -111.92952234976167, 41.539305661014723 ], [ -111.92993945160308, 41.539549987856418 ], [ -111.93022418166159, 41.539759355111762 ], [ -111.93051671470477, 41.540094759947792 ], [ -111.93072475880055, 41.540390315304506 ], [ -111.93085282071351, 41.540542401851233 ], [ -111.93105253580673, 41.540674992884725 ], [ -111.9314433640323, 41.540758297241844 ], [ -111.93174343493062, 41.540782887896349 ], [ -111.93204395868622, 41.540838999450706 ], [ -111.93262838547612, 41.541045931062676 ], [ -111.93299633056569, 41.54120507656495 ], [ -111.93333573347161, 41.54146353222837 ], [ -111.93350724940893, 41.541718846340466 ], [ -111.93366872253638, 41.542109350354366 ], [ -111.93390698321551, 41.542837002005342 ], [ -111.93402546754848, 41.543155796655419 ], [ -111.93415398345033, 41.543338500350629 ], [ -111.93438609517872, 41.543638356948257 ], [ -111.93467868036026, 41.543974651184968 ], [ -111.93485672126943, 41.544265939060573 ], [ -111.9349642291488, 41.544571311033287 ], [ -111.93497038673111, 41.544665836957591 ], [ -111.93497254059665, 41.544815339581589 ], [ -111.93486331157385, 41.545139587497246 ], [ -111.93460064761499, 41.545632617105547 ], [ -111.93439260721256, 41.5460891732709 ], [ -111.93414451573673, 41.546428960363201 ], [ -111.93401060316808, 41.546704768857396 ], [ -111.93414442037576, 41.546838790310481 ], [ -111.93456707663957, 41.547047926564922 ], [ -111.93481023753829, 41.547198172203331 ], [ -111.93522183956131, 41.547555114516776 ], [ -111.9355254488956, 41.547822861694542 ], [ -111.93591975509004, 41.548143913246598 ], [ -111.9362115112901, 41.548420762282923 ], [ -111.93638325230397, 41.548689580748807 ], [ -111.93650078510309, 41.548940826001235 ], [ -111.93658456215999, 41.549345468984903 ], [ -111.93666413713368, 41.549957312371397 ], [ -111.93671529361892, 41.550510840171683 ], [ -111.93672414862795, 41.55070892704223 ], [ -111.93686520977261, 41.550928454850151 ], [ -111.93728814869904, 41.551154692302681 ], [ -111.93844438945833, 41.551510053974141 ], [ -111.93949306461373, 41.551888800971895 ], [ -111.94000659169782, 41.55215932426173 ], [ -111.94059271255746, 41.552474287534046 ], [ -111.94114742821033, 41.552690425396797 ], [ -111.94205163133094, 41.552944230228221 ], [ -111.94258527517442, 41.553029929036768 ], [ -111.94331860189595, 41.553159023430531 ], [ -111.94400852638974, 41.553189390046398 ], [ -111.94493087092621, 41.553123266878629 ], [ -111.94606869692151, 41.553032845481113 ], [ -111.94660691210932, 41.552938343575498 ], [ -111.94694097553601, 41.552823002589911 ], [ -111.94794961387502, 41.552508445925682 ], [ -111.94894421119787, 41.552054384365192 ], [ -111.94982035215514, 41.551700372218171 ], [ -111.95085346508901, 41.551421616798301 ], [ -111.95204835671106, 41.551137009083753 ], [ -111.95257409505943, 41.551011057295909 ], [ -111.95291380158028, 41.550873134156895 ], [ -111.95329487301261, 41.550694334573855 ], [ -111.95368674000636, 41.550434379184608 ], [ -111.95397749197278, 41.550229304758012 ], [ -111.95476977707538, 41.549884057095611 ], [ -111.95531190525321, 41.549650770744528 ], [ -111.95582139082606, 41.549236707996059 ], [ -111.95619353040937, 41.548859814114309 ], [ -111.95646555419489, 41.548605349380907 ], [ -111.95685199912263, 41.548385960781523 ], [ -111.95723864071174, 41.548180080081067 ], [ -111.95754062894278, 41.547925363332766 ], [ -111.95783535764986, 41.547585137616451 ], [ -111.95808339067264, 41.547411933904002 ], [ -111.95841707395898, 41.547192979642666 ], [ -111.95888156023997, 41.547063005946477 ], [ -111.95929442808547, 41.546928957417919 ], [ -111.95953219785335, 41.546791865104417 ], [ -111.95971628558848, 41.546673234820716 ], [ -111.95992161820087, 41.54636977873907 ], [ -111.96001785598547, 41.545986168129886 ], [ -111.96003916766392, 41.54580584564529 ], [ -111.96007226749849, 41.545611913884336 ], [ -111.96012274967323, 41.545377304439924 ], [ -111.96021698806818, 41.545182862101925 ], [ -111.96038568410235, 41.544915739985299 ], [ -111.96094118496855, 41.544375168822768 ], [ -111.96148568952268, 41.543902241123064 ], [ -111.96195480233879, 41.543601078945578 ], [ -111.9622528267258, 41.543485994947467 ], [ -111.96262923761375, 41.543401779279982 ], [ -111.96326318222702, 41.543301894402568 ], [ -111.96395141708948, 41.543224969716555 ], [ -111.96462284672171, 41.543227445519427 ], [ -111.96533159227836, 41.543320577151597 ], [ -111.96622822729206, 41.543551737772098 ], [ -111.96722251551435, 41.543899163955416 ], [ -111.96751210184993, 41.544022828869828 ], [ -111.96787934149164, 41.544127824980059 ], [ -111.96829992288546, 41.544191838206487 ], [ -111.96903656908238, 41.544145099967281 ], [ -111.96967051039911, 41.544045179803092 ], [ -111.97008200274097, 41.543902096932079 ], [ -111.97042795120355, 41.54378568672945 ], [ -111.97091777802959, 41.54366986213693 ], [ -111.97178003084871, 41.543604931930751 ], [ -111.97255874586047, 41.543565922097834 ], [ -111.97303043701781, 41.54344033395423 ], [ -111.973381101706, 41.543239207029011 ], [ -111.97356400541003, 41.543044003172177 ], [ -111.97381842798744, 41.542821171663803 ], [ -111.97416316070958, 41.542624596197321 ], [ -111.97465759959125, 41.542417743607501 ], [ -111.97497875859379, 41.542248387193311 ], [ -111.97543513177986, 41.541902241974547 ], [ -111.97581788366433, 41.541444129374256 ], [ -111.97622802450719, 41.540814645582948 ], [ -111.97663040232665, 41.540068132213356 ], [ -111.97685171789625, 41.539638408795824 ], [ -111.97689580272515, 41.539381328168744 ], [ -111.97692918805367, 41.539209907123784 ], [ -111.97694935287582, 41.538956632572827 ], [ -111.97699875252816, 41.538654470558193 ], [ -111.97701381048088, 41.538380522726953 ], [ -111.97711262940564, 41.53785726349269 ], [ -111.97722567040326, 41.537482502640465 ], [ -111.97735343290988, 41.5371301346187 ], [ -111.97755028652526, 41.536669092265534 ], [ -111.97768358629052, 41.536366216562108 ], [ -111.97775844548408, 41.536162917233654 ], [ -111.97769261368485, 41.535771662183258 ], [ -111.97756402385824, 41.535511545559636 ], [ -111.97758953582881, 41.535295154963833 ], [ -111.97780318400257, 41.535153726230917 ], [ -111.978053875003, 41.53508403993947 ], [ -111.9786503973267, 41.534894316228176 ], [ -111.97955222033039, 41.534679470991662 ], [ -111.98043449414021, 41.534361202129951 ], [ -111.98104217203965, 41.534117327469794 ], [ -111.98138908306781, 41.534069331060103 ], [ -111.98183310660332, 41.534101569601873 ], [ -111.9821217222929, 41.534162155578457 ], [ -111.98247135852903, 41.53429427738854 ], [ -111.98265993528075, 41.53447731440572 ], [ -111.98285103551522, 41.534826963421686 ], [ -111.98312038852559, 41.535198461175661 ], [ -111.98348481547329, 41.535515101739179 ], [ -111.98367891413407, 41.535666564479804 ], [ -111.98382527352535, 41.535831946198364 ], [ -111.98394977698436, 41.536137126883006 ], [ -111.98408817935643, 41.536568289741474 ], [ -111.98411481444386, 41.536743702848767 ], [ -111.98412379772245, 41.536940884377998 ], [ -111.98417578508497, 41.537207053532349 ], [ -111.98426310432995, 41.537431486956081 ], [ -111.98438906074469, 41.537832131291296 ], [ -111.98447044292294, 41.538060218248589 ], [ -111.98463166532409, 41.538414623455722 ], [ -111.98472409315143, 41.538580465732736 ], [ -111.98483428297756, 41.538731744236152 ], [ -111.98505926352124, 41.538942387752222 ], [ -111.98544320547849, 41.539357934174987 ], [ -111.98565728367245, 41.539639827028246 ], [ -111.98585828245412, 41.539849773778499 ], [ -111.98601623354418, 41.539988031486935 ], [ -111.98620007506135, 41.540252168110335 ], [ -111.98622822282314, 41.540526647126583 ], [ -111.98629948909138, 41.540877317706574 ], [ -111.98637750254423, 41.54127747008377 ], [ -111.98655802507221, 41.541717275429448 ], [ -111.98679228794497, 41.542143108436626 ], [ -111.98695815772351, 41.542407397958954 ], [ -111.98711094558193, 41.542599741742663 ], [ -111.98757277313845, 41.543010108453025 ], [ -111.98791976455932, 41.543358409407205 ], [ -111.98816493310946, 41.543712087991835 ], [ -111.98832413296304, 41.543931396664441 ], [ -111.98844192545356, 41.544187089946035 ], [ -111.98844940119889, 41.544677919194548 ], [ -111.98849533682375, 41.544938733680702 ], [ -111.98854678665333, 41.545167975462014 ], [ -111.98872589440495, 41.54551321342062 ], [ -111.98891168433015, 41.545903429696274 ], [ -111.98900687917934, 41.546249388822204 ], [ -111.9891701380176, 41.546734374192262 ], [ -111.98928931211964, 41.547080126740099 ], [ -111.98936245648416, 41.547552376225163 ], [ -111.9893754747113, 41.547619818324947 ], [ -111.98945049483302, 41.547821835126733 ], [ -111.98964519400265, 41.548009311047899 ], [ -111.99019085884201, 41.548409937910662 ], [ -111.99041773274898, 41.548741250825906 ], [ -111.99055326428349, 41.548979675191859 ], [ -111.99079701120935, 41.549237883538751 ], [ -111.99116567871275, 41.549431964101771 ], [ -111.99164213703757, 41.549617908130166 ], [ -111.99187915287166, 41.549827533249996 ], [ -111.99179963654339, 41.550116449908082 ], [ -111.99142769896918, 41.55049345676359 ], [ -111.99128169019201, 41.550746917509642 ], [ -111.99131544654792, 41.550994324748878 ], [ -111.9914384329502, 41.551195926561462 ], [ -111.99169591539642, 41.551567505267869 ], [ -111.99194981585137, 41.552096740403691 ], [ -111.99214349857266, 41.552608480129507 ], [ -111.99228853813084, 41.553075603251543 ], [ -111.99240133308706, 41.553394385570421 ], [ -111.99255306005323, 41.553906486591401 ], [ -111.99257152565031, 41.554329665788465 ], [ -111.99264332504868, 41.554711852107445 ], [ -111.99275584910585, 41.555012621912248 ], [ -111.99301893594892, 41.555357127364566 ], [ -111.99351851757332, 41.555875229342178 ], [ -111.9937616266015, 41.556089301239162 ], [ -111.99398592430234, 41.556249492031661 ], [ -111.99442135951452, 41.556493424902669 ], [ -111.99485714328478, 41.556759871089177 ], [ -111.99541924129494, 41.557052243711809 ], [ -111.99600359615135, 41.557231830782094 ], [ -111.99626290558965, 41.557328663395658 ], [ -111.99646848137226, 41.55744037263684 ], [ -111.99665853560974, 41.557712544168467 ], [ -111.99669727387054, 41.557892352315086 ], [ -111.99665400373152, 41.558198071373518 ], [ -111.99653930292128, 41.558537736155181 ], [ -111.99642045956521, 41.558998133127616 ], [ -111.99635935387815, 41.559313914502916 ], [ -111.99636516421299, 41.559692166333811 ], [ -111.99643099714223, 41.56007440157623 ], [ -111.99639477131271, 41.560448514051835 ], [ -111.99636963664163, 41.560763983626295 ], [ -111.99636172710957, 41.561029764352689 ], [ -111.99630447056288, 41.561205900761756 ], [ -111.99615218556569, 41.561441407247997 ], [ -111.99589852946494, 41.561713820389933 ], [ -111.99551255533386, 41.561960357132214 ], [ -111.99473936888829, 41.562373273432264 ], [ -111.99451366482879, 41.562513936676986 ], [ -111.99440195852962, 41.562659017906405 ], [ -111.99439335042946, 41.562879768522343 ], [ -111.99448563199259, 41.563032092600913 ], [ -111.99482801701886, 41.563461475724125 ], [ -111.99483181609878, 41.563709140552326 ], [ -111.99480921488126, 41.563799407996889 ], [ -111.99472914318515, 41.564052302059572 ], [ -111.9945882849195, 41.564251678776571 ], [ -111.99436610912602, 41.564622895190617 ], [ -111.99423979442199, 41.564988778649813 ], [ -111.9940993564237, 41.565606985285605 ], [ -111.99406773000393, 41.56589098509167 ], [ -111.99410729478878, 41.566124829834557 ], [ -111.99436761532358, 41.566676520593425 ], [ -111.99447320641168, 41.566914297711193 ], [ -111.99460471612753, 41.567277951079788 ], [ -111.99489997184112, 41.567760883695946 ], [ -111.99518382035622, 41.568281744406242 ], [ -111.9954360890123, 41.568698394481757 ], [ -111.99579377880728, 41.569028562735788 ], [ -111.99634264489006, 41.569545323347711 ], [ -111.99656314533675, 41.569845152802159 ], [ -111.9967349301492, 41.570096765392648 ], [ -111.99682757392559, 41.570271602172745 ], [ -111.99698025033851, 41.570450421904042 ], [ -111.99716855916371, 41.570606414441983 ], [ -111.99736236648833, 41.570729933128376 ], [ -111.99762892031671, 41.570904161183655 ], [ -111.99786541068268, 41.571073245237365 ], [ -111.99804835093458, 41.571269815196501 ], [ -111.99823652605457, 41.571416799936031 ], [ -111.99855097296513, 41.571585205675376 ], [ -111.99895855911261, 41.571959966347769 ], [ -111.99901780024103, 41.572301724238343 ], [ -111.99898445809085, 41.572473150264294 ], [ -111.9988809617262, 41.572762279064385 ], [ -111.99901196734857, 41.573090803347434 ], [ -111.99914693059438, 41.573286887626701 ], [ -111.99923280611254, 41.573488802683968 ], [ -111.99920212074859, 41.573754780956151 ], [ -111.999009576226, 41.574103230306314 ], [ -111.99896465626627, 41.57430177839295 ], [ -111.99895668742634, 41.57456305559726 ], [ -111.999240882346, 41.575024455207384 ], [ -111.99925278696708, 41.575096409100915 ], [ -111.99928218792789, 41.575447433182831 ], [ -111.99928572796956, 41.575677085232215 ], [ -111.99944784185753, 41.575999934146992 ], [ -111.99961621931801, 41.576106556314492 ], [ -111.99990022241488, 41.576243697771368 ], [ -112.00005857110659, 41.576399945927136 ], [ -112.00012814889564, 41.576633527042986 ], [ -112.00004328113326, 41.576963927604268 ], [ -111.99979846823386, 41.577423620884026 ], [ -111.99966141685353, 41.577870667355185 ], [ -111.9996832411906, 41.578119075356845 ], [ -111.99972332067283, 41.578384438218251 ], [ -111.99980551871421, 41.578658441947042 ], [ -112.00006392512744, 41.579079531172006 ], [ -112.00040224350045, 41.579626024725741 ], [ -112.0007504762452, 41.580037323489854 ], [ -112.00104802345844, 41.580273422853352 ], [ -112.00128476596076, 41.580456008047079 ], [ -112.00152234476334, 41.580692628423975 ], [ -112.00170728869776, 41.580938714075394 ], [ -112.00189394199879, 41.581450495730579 ], [ -112.00195153752261, 41.581684179934669 ], [ -112.0019373046125, 41.581927497267216 ], [ -112.00195144127812, 41.582143545871304 ], [ -112.00210800554245, 41.582493460449733 ], [ -112.00225800135212, 41.582883964260645 ], [ -112.00226378128086, 41.583257710883899 ], [ -112.00223267104361, 41.583573232569869 ], [ -112.00225539895918, 41.583879277734837 ], [ -112.00237339913356, 41.58445020332141 ], [ -112.00257757354876, 41.584930305720128 ], [ -112.0026329315436, 41.58501899376995 ], [ -112.00273120678436, 41.585167655402614 ], [ -112.00293233462236, 41.585373065507795 ], [ -112.00318841875389, 41.585641045782566 ], [ -112.00365205361315, 41.586141399673004 ], [ -112.00368294892836, 41.586199676436159 ], [ -112.0037331627266, 41.586343352465427 ], [ -112.00370212821353, 41.58666337728517 ], [ -112.00368762217134, 41.58688868269973 ], [ -112.00369675858104, 41.587091263820064 ], [ -112.00377821784795, 41.587315731362928 ], [ -112.00384126557002, 41.587513338156512 ], [ -112.00387516145577, 41.587765242363595 ], [ -112.00396282943467, 41.588003166254538 ], [ -112.00413741373403, 41.588430381768077 ], [ -112.00432236314015, 41.588752122805104 ], [ -112.00453913344251, 41.589191579103513 ], [ -112.00458398188938, 41.589375833719657 ], [ -112.00475639552643, 41.5896625556665 ], [ -112.0049329231052, 41.589827644909647 ], [ -112.00519349459614, 41.589996502628892 ], [ -112.00532999383428, 41.590288041264422 ], [ -112.00533049353601, 41.590706869117383 ], [ -112.00564129146893, 41.591019400851771 ], [ -112.00599387009466, 41.591318055406845 ], [ -112.00629643790393, 41.591486543059141 ], [ -112.00659858751925, 41.591628012140774 ], [ -112.00671416317245, 41.591730582248182 ], [ -112.00670468553257, 41.591892793800881 ], [ -112.00648052926482, 41.592137949316275 ], [ -112.00634823433508, 41.592503896699426 ], [ -112.00635117203117, 41.592693020945184 ], [ -112.00638074718407, 41.593052146956495 ], [ -112.00636677026881, 41.59369718052362 ], [ -112.00626866056663, 41.594333042624363 ], [ -112.00629756762955, 41.595035346347224 ], [ -112.00632407999777, 41.595197242739964 ], [ -112.00643487023486, 41.595763722473556 ], [ -112.00645052337738, 41.59638507779848 ], [ -112.00644865243433, 41.596650804661579 ], [ -112.00636363888468, 41.596971302184876 ], [ -112.00626529794785, 41.597206348515471 ], [ -112.00625686791004, 41.597436104218794 ], [ -112.00628868053089, 41.597552918490408 ], [ -112.00636903281405, 41.597781897003252 ], [ -112.00665896423786, 41.598216204473346 ], [ -112.00714713319086, 41.598743349474965 ], [ -112.0074402625158, 41.599074044860608 ], [ -112.00761906457006, 41.599383223791172 ], [ -112.00772107265819, 41.599769636225247 ], [ -112.0077651936891, 41.600291662948848 ], [ -112.00772853905295, 41.600635155870719 ], [ -112.00768242409329, 41.600756255627047 ], [ -112.0075436859296, 41.601094338262023 ], [ -112.00713858427656, 41.601666237790937 ], [ -112.00674629992449, 41.602291165650328 ], [ -112.00620117510876, 41.603120090333 ], [ -112.00596359730724, 41.603662597057813 ], [ -112.00592851048766, 41.603721450398702 ], [ -112.00576381542203, 41.603934558864594 ], [ -112.00542074541718, 41.604252809237693 ], [ -112.00532176138184, 41.604447328075786 ], [ -112.00519634419737, 41.604871759596612 ], [ -112.0050981972401, 41.605120313640541 ], [ -112.00502941811605, 41.605328078790819 ], [ -112.0048996530671, 41.605549887708946 ], [ -112.00463429744049, 41.60577288152512 ], [ -112.00453363235678, 41.605859328880612 ], [ -112.00445075614965, 41.605932110032121 ], [ -112.00436376587199, 41.606126523203883 ], [ -112.00426115064114, 41.606474193858809 ], [ -112.00413591941617, 41.606988693677316 ], [ -112.00403666605946, 41.607475945069254 ], [ -112.00398141659579, 41.607782669658413 ], [ -112.0039685838648, 41.608116045117164 ], [ -112.00401924007993, 41.608674043993538 ], [ -112.00398603400873, 41.608854476356932 ], [ -112.0038577377528, 41.609094285396928 ], [ -112.00371206915858, 41.609374777996607 ], [ -112.00367921091421, 41.609577725005977 ], [ -112.00370000588603, 41.61014499172326 ], [ -112.00373810325164, 41.610667071731669 ], [ -112.00370985175107, 41.611167213238659 ], [ -112.00359493496913, 41.611883381354943 ], [ -112.00362076721068, 41.612388454816156 ], [ -112.00369556149211, 41.612567944014494 ], [ -112.00386670838115, 41.612769109538569 ], [ -112.00432252077104, 41.61313892316543 ], [ -112.00453504402651, 41.613299194163325 ], [ -112.00506767912307, 41.613591772993971 ], [ -112.00556996782431, 41.613862097024821 ], [ -112.00585519984558, 41.614066765029449 ], [ -112.00614769371714, 41.614352432725646 ], [ -112.00627839036825, 41.614653026796958 ], [ -112.00625774857789, 41.614869378067333 ], [ -112.00609619019596, 41.615286019826144 ], [ -112.00601566916242, 41.615511001498469 ], [ -112.00594571035793, 41.616029522322016 ], [ -112.00590101218674, 41.616628885955571 ], [ -112.00598407547838, 41.61733972027654 ], [ -112.00604444963271, 41.617749015089487 ], [ -112.00614626947709, 41.6181219186684 ], [ -112.00625612132312, 41.618625354791625 ], [ -112.00628712475485, 41.619075438439332 ], [ -112.00624764498109, 41.619624316454157 ], [ -112.00620219175441, 41.62017504811449 ], [ -112.00623653645714, 41.620453967537685 ], [ -112.00632963052676, 41.620651308739987 ], [ -112.0065129493246, 41.620861370514795 ], [ -112.0066910387891, 41.621121016820517 ], [ -112.00676585211507, 41.621300503544468 ], [ -112.00702050997204, 41.621852209305317 ], [ -112.00729317549548, 41.622403756639358 ], [ -112.00746849578894, 41.622870589099342 ], [ -112.00767368428139, 41.623328152322657 ], [ -112.00769273949041, 41.623395538478441 ], [ -112.00770670506233, 41.623521515357396 ], [ -112.00751240904289, 41.62414921149292 ], [ -112.00739311212224, 41.624582597500478 ], [ -112.00723012233377, 41.624908281130267 ], [ -112.0073129322579, 41.625601101474508 ], [ -112.0073113327402, 41.625883938124254 ], [ -112.00733306603036, 41.62612333625502 ], [ -112.00739192435432, 41.626357004758411 ], [ -112.00732013541621, 41.62683500960992 ], [ -112.00721298462358, 41.627200735645879 ], [ -112.00707837456942, 41.627499148989308 ], [ -112.00661732836097, 41.62795804537128 ], [ -112.00636213102194, 41.628144925227986 ], [ -112.00587468851765, 41.628450929234752 ], [ -112.00494173162234, 41.629058060925303 ], [ -112.00460934170111, 41.629299654246594 ], [ -112.00461611248798, 41.629349134041142 ], [ -112.00452755462091, 41.629444482401219 ], [ -112.00463838258499, 41.629623655502634 ], [ -112.00485865321083, 41.629815382407955 ], [ -112.0049737945838, 41.629962992666648 ], [ -112.00511491351003, 41.630159914614033 ], [ -112.00517765983312, 41.63033500405885 ], [ -112.00521137674978, 41.630573396920781 ], [ -112.00539709977421, 41.630936559451186 ], [ -112.00561792651155, 41.631240868509387 ], [ -112.00579604180436, 41.631500515460978 ], [ -112.00598819291578, 41.631890641960716 ], [ -112.00617133309282, 41.632087194750135 ], [ -112.00642686262337, 41.632306531839603 ], [ -112.00669296856371, 41.632433903501465 ], [ -112.00695908956185, 41.632562175117947 ], [ -112.00728119296124, 41.632816054648984 ], [ -112.00738568181448, 41.632972762820508 ], [ -112.00792561781483, 41.633337319657414 ], [ -112.00813095203679, 41.633416582615482 ], [ -112.00844362277822, 41.633449868152411 ], [ -112.00873179392272, 41.633451843074823 ], [ -112.00908160151548, 41.633556857579229 ], [ -112.00944983815992, 41.633688730400102 ], [ -112.00989547140311, 41.633779390199635 ], [ -112.01061987728919, 41.634038731979018 ], [ -112.0111514450591, 41.63425022681605 ], [ -112.01156883381486, 41.634453717012661 ], [ -112.01202470395468, 41.634814490682764 ], [ -112.01244512944083, 41.635211603020508 ], [ -112.01302691691785, 41.635562256378449 ], [ -112.01325252822475, 41.635785444580414 ], [ -112.0131969483795, 41.636069657315929 ], [ -112.01300303163391, 41.63633707514564 ], [ -112.01287987281327, 41.636522805484141 ], [ -112.01284265050577, 41.636829373925771 ], [ -112.01285126165308, 41.636995928865502 ], [ -112.01302680456369, 41.637471756612797 ], [ -112.01329881354714, 41.637973754865612 ], [ -112.01379870880733, 41.638843032443134 ], [ -112.01427233328499, 41.639567525738464 ], [ -112.0147798088631, 41.640153009295595 ], [ -112.01498773180674, 41.640471824923466 ], [ -112.01522269101473, 41.640830032437435 ], [ -112.01543201688047, 41.64116144471258 ], [ -112.01549720614501, 41.641489626604645 ], [ -112.01552023462953, 41.64180917388888 ], [ -112.0152825997197, 41.642351696985926 ], [ -112.01500823556461, 41.642772948577722 ], [ -112.01480674995487, 41.643017918364315 ], [ -112.01465314514309, 41.643176898036494 ], [ -112.01443837951733, 41.643340920850854 ], [ -112.01405884689898, 41.643641502976649 ], [ -112.01378814303798, 41.643914102807138 ], [ -112.01368382872485, 41.644153709942387 ], [ -112.0136809312621, 41.644351890814249 ], [ -112.01379915513242, 41.644616556344445 ], [ -112.01398496799602, 41.644979703130183 ], [ -112.01401766690746, 41.645150548765812 ], [ -112.01394852350482, 41.645335803448823 ], [ -112.01380331458043, 41.64564782785736 ], [ -112.01367131075301, 41.646036295595827 ], [ -112.0134612060526, 41.646421849024684 ], [ -112.01315664002493, 41.64691001449328 ], [ -112.01288181837086, 41.647380803599681 ], [ -112.01276577063348, 41.647638527293395 ], [ -112.01274246763077, 41.648067468432032 ], [ -112.01289514194495, 41.648614652645122 ], [ -112.01308477154936, 41.649220957413213 ], [ -112.01330950908685, 41.649768406443343 ], [ -112.01349688745179, 41.650230617431568 ], [ -112.01362190200862, 41.65054476175375 ], [ -112.01380603494805, 41.651182638252429 ], [ -112.01400415670287, 41.65194648963783 ], [ -112.01419034578696, 41.652332149888018 ], [ -112.01421259570365, 41.652602164966368 ], [ -112.01419882245789, 41.652872497909442 ], [ -112.0143260359132, 41.653326231114058 ], [ -112.01457149342265, 41.653661828813881 ], [ -112.01473861880234, 41.653980103492195 ], [ -112.01485043721959, 41.654217802878165 ], [ -112.01501113720499, 41.654509112727752 ], [ -112.01523173931893, 41.654867446043191 ], [ -112.01534532776238, 41.655141157439999 ], [ -112.01538538389933, 41.655397504279179 ], [ -112.01546316291879, 41.65576160230755 ], [ -112.01552858076191, 41.656103291878516 ], [ -112.01562444307015, 41.656395173640824 ], [ -112.01576000505405, 41.656691207970518 ], [ -112.0158740258646, 41.657068495883124 ], [ -112.01586987463176, 41.657644983085746 ], [ -112.01587625267425, 41.658356482731406 ], [ -112.01599500769808, 41.658652665228935 ], [ -112.0163386900544, 41.659122495974486 ], [ -112.01650711344691, 41.659521819576163 ], [ -112.01678151229049, 41.660167898847305 ], [ -112.01709490209656, 41.660619981103402 ], [ -112.0172492696318, 41.660888825902468 ], [ -112.01730063787498, 41.661100036508827 ], [ -112.01729266453613, 41.661280247742809 ], [ -112.01731274198387, 41.661563791552268 ], [ -112.01767036921677, 41.662078529745536 ], [ -112.01782863420254, 41.662213134411893 ], [ -112.01802275822619, 41.662336612790988 ], [ -112.01821838699745, 41.662555552030796 ], [ -112.01830557582061, 41.662752934212833 ], [ -112.01858459235831, 41.663308897543637 ], [ -112.01874343588383, 41.663556083644295 ], [ -112.01895664535355, 41.663746943940005 ], [ -112.01925528210214, 41.663946953972399 ], [ -112.01990800561327, 41.664206870684353 ], [ -112.02048988361688, 41.664543972477794 ], [ -112.02125068039648, 41.665181216919265 ], [ -112.02182355454327, 41.665707539392173 ], [ -112.02230550638072, 41.666180625609499 ], [ -112.0226552805331, 41.666650382471317 ], [ -112.02302257639504, 41.667088457673607 ], [ -112.02332754288969, 41.667382974324049 ], [ -112.02352735583653, 41.667484775727004 ], [ -112.02422988715286, 41.667852308257231 ], [ -112.02494715124556, 41.668390838431073 ], [ -112.02519094961815, 41.66869039904487 ], [ -112.02536108340512, 41.669116714630206 ], [ -112.02569416631543, 41.669667673989935 ], [ -112.02606071355056, 41.670056207257673 ], [ -112.02639673695978, 41.670413487376685 ], [ -112.02656382212864, 41.670722737056224 ], [ -112.02675428711834, 41.670991246030248 ], [ -112.02697420899885, 41.671223463390611 ], [ -112.02722932290294, 41.671477883301542 ], [ -112.02738888936295, 41.671616065655925 ], [ -112.02751729887508, 41.671759029862535 ], [ -112.02761153730034, 41.672019390640877 ], [ -112.02762492015489, 41.672483132127191 ], [ -112.02755579863002, 41.673046688417145 ], [ -112.02739551487571, 41.673543507042304 ], [ -112.02734489991633, 41.6737601277731 ], [ -112.02736206740921, 41.674084226672392 ], [ -112.02741412450638, 41.674335957567763 ], [ -112.02745895863698, 41.674511193425907 ], [ -112.02757643679385, 41.674721807779562 ], [ -112.02787552626364, 41.675020867896258 ], [ -112.02814552042128, 41.675378733064612 ], [ -112.02833916006217, 41.675845364906017 ], [ -112.02832802352034, 41.676277800873841 ], [ -112.02838652250486, 41.676556494597435 ], [ -112.0285670081371, 41.676951187616815 ], [ -112.0289491416773, 41.677560243156684 ], [ -112.02948380629266, 41.678316546601515 ], [ -112.02972319871644, 41.678562094411618 ], [ -112.02988732537629, 41.678758777728994 ], [ -112.02997572141159, 41.679028195572108 ], [ -112.03021523665471, 41.679733098254275 ], [ -112.0302469474311, 41.680214688478273 ], [ -112.03026247979739, 41.680435220719325 ], [ -112.03031941091896, 41.680614850301559 ], [ -112.03054081591721, 41.680937117037082 ], [ -112.0307670895881, 41.681489018095988 ], [ -112.03090363809299, 41.681839066146289 ], [ -112.03106797172367, 41.681972696806461 ], [ -112.03112832496939, 41.681990169291339 ], [ -112.03120648226597, 41.681993971490428 ], [ -112.03130873775412, 41.682002060876343 ], [ -112.03156176907416, 41.68197186816716 ], [ -112.03201042702638, 41.681928209194965 ], [ -112.03233541473233, 41.68196492104645 ], [ -112.03283541416762, 41.682051399081054 ], [ -112.03337230455314, 41.682190684487772 ], [ -112.03398800387686, 41.682374293297556 ], [ -112.03468172050358, 41.682552692891917 ], [ -112.03537430028372, 41.682659943271545 ], [ -112.03583665135459, 41.682645869068196 ], [ -112.03619138876815, 41.682664287850855 ], [ -112.03662604831129, 41.682796373451353 ], [ -112.03691834311506, 41.683041428762515 ], [ -112.03736398963329, 41.683483252960578 ], [ -112.03811041338547, 41.683949379703499 ], [ -112.0384994065131, 41.684229585323692 ], [ -112.03905767986936, 41.684575811577766 ], [ -112.03999591206657, 41.685013170522723 ], [ -112.04087365266956, 41.685424048698302 ], [ -112.04130941476751, 41.685622758174311 ], [ -112.04176247380828, 41.685776274247601 ], [ -112.04216544484881, 41.68580414495419 ], [ -112.04250212216967, 41.685819105182468 ], [ -112.04299042681629, 41.685922758227825 ], [ -112.04366691251366, 41.686146294627271 ], [ -112.04433768717561, 41.686387892895191 ], [ -112.04473778867025, 41.686609430824554 ], [ -112.04507210748287, 41.686849579569021 ], [ -112.04536503574703, 41.687130635277235 ], [ -112.04563503215131, 41.68747945125552 ], [ -112.04598847418551, 41.687786975646468 ], [ -112.04626895873561, 41.688041121302163 ], [ -112.04648365902588, 41.688313879300871 ], [ -112.04671366026669, 41.688789154592577 ], [ -112.04674617807979, 41.688941977076972 ], [ -112.04685036345491, 41.689512971284948 ], [ -112.04693747151312, 41.689994051131286 ], [ -112.04718601553235, 41.69050068080918 ], [ -112.04738402085553, 41.690854651917455 ], [ -112.04750619703448, 41.691348922044853 ], [ -112.04767859459237, 41.692049894587711 ], [ -112.04757478722243, 41.692613776915856 ], [ -112.04750554630287, 41.692790044112925 ], [ -112.04749139590348, 41.693028857926528 ], [ -112.04768197413567, 41.693220770517641 ], [ -112.04787677487261, 41.693376616384853 ], [ -112.04838723140398, 41.69380429523509 ], [ -112.04896578550067, 41.694280888523359 ], [ -112.04915480439452, 41.694450295416061 ], [ -112.04928990128012, 41.694629201342188 ], [ -112.04938961134589, 41.694848961629063 ], [ -112.04945356841253, 41.695087062282383 ], [ -112.04946770190149, 41.695586820054167 ], [ -112.04935486573709, 41.696038198973277 ], [ -112.04918290066796, 41.696548662922808 ], [ -112.0492275907892, 41.696710380312503 ], [ -112.04954974362583, 41.696937116081941 ], [ -112.04971422760654, 41.697075221655624 ], [ -112.05009968674047, 41.697499530817765 ], [ -112.05043333584062, 41.698063019534629 ], [ -112.05057993275611, 41.698283250724153 ], [ -112.05089318983924, 41.698627154507335 ], [ -112.0512287677407, 41.69893932884208 ], [ -112.05155321295535, 41.699305645828915 ], [ -112.05173749274371, 41.699551650830465 ], [ -112.05186946149351, 41.699906217927271 ], [ -112.05186162799026, 41.700162988057798 ], [ -112.05170249616494, 41.700722876216986 ], [ -112.05144334753311, 41.701414280241913 ], [ -112.0512254455102, 41.70205576801262 ], [ -112.05115254348728, 41.70237618196488 ], [ -112.05114646721822, 41.702741019374564 ], [ -112.05123517845684, 41.703095982694251 ], [ -112.051249350687, 41.703154398266562 ], [ -112.05158950348547, 41.703745745059734 ], [ -112.05166446796156, 41.703920694654705 ], [ -112.05165011122907, 41.704145999954925 ], [ -112.05146880604423, 41.704525951262049 ], [ -112.05109484344848, 41.705105817708073 ], [ -112.05062829509866, 41.705609970348874 ], [ -112.05049226450576, 41.705818373960881 ], [ -112.05031672175123, 41.706036145526141 ], [ -112.04993640982659, 41.70630082277448 ], [ -112.04941115077204, 41.706521787827548 ], [ -112.04874731887105, 41.706721497909221 ], [ -112.04774646155356, 41.707262038422854 ], [ -112.04694687795623, 41.70798537905776 ], [ -112.04623714172915, 41.708320597148592 ], [ -112.04519038215705, 41.708627352556491 ], [ -112.04407285404589, 41.709389592499839 ], [ -112.04327174664557, 41.710022851803259 ], [ -112.04279155499704, 41.710432523332095 ], [ -112.04274191150961, 41.710707685795441 ], [ -112.04290110932394, 41.711261069051098 ], [ -112.04315992474632, 41.712027913047891 ], [ -112.04361286873269, 41.712905580189528 ], [ -112.04389642247156, 41.713714530230504 ], [ -112.04405351013214, 41.71413642936426 ], [ -112.04425412474161, 41.714648002111055 ], [ -112.04453323236982, 41.715181378301132 ], [ -112.04498895970322, 41.71585725868583 ], [ -112.04514064849714, 41.71631613370355 ], [ -112.04522802685445, 41.716886378850042 ], [ -112.04539160067668, 41.718078310051673 ], [ -112.04547182082166, 41.718577465161708 ], [ -112.04543235329632, 41.71910923347356 ], [ -112.0451960860152, 41.719737364870092 ], [ -112.04508119651072, 41.720066262299959 ], [ -112.04501689659492, 41.720549618762988 ], [ -112.04494974286278, 41.721153694002815 ], [ -112.04486193430006, 41.721744446574561 ], [ -112.04487054268411, 41.722275777234969 ], [ -112.0449011498803, 41.722680810772481 ], [ -112.04500658164328, 41.723251791974299 ], [ -112.04482768738038, 41.724082956983601 ], [ -112.04463851826421, 41.724651212754509 ], [ -112.04467240804345, 41.725258872192981 ], [ -112.04472764184936, 41.725699709366758 ], [ -112.04476094957285, 41.726271346261612 ], [ -112.04482153904733, 41.726671603454605 ], [ -112.04492369372005, 41.727039958357459 ], [ -112.04502497387396, 41.727354279559712 ], [ -112.04500450662762, 41.727575135320819 ], [ -112.04484094731869, 41.727869347754869 ], [ -112.04471917060455, 41.728145166199887 ], [ -112.04465214725319, 41.728461017850961 ], [ -112.04458804129307, 41.728956981342016 ], [ -112.04454651929395, 41.729362670247617 ], [ -112.04437993299551, 41.729841551322544 ], [ -112.04416321404891, 41.730194790862392 ], [ -112.0437772352258, 41.730491022755771 ], [ -112.04338290988956, 41.730643218445117 ], [ -112.04301798251366, 41.730754614783123 ], [ -112.04290016440893, 41.730904298405896 ], [ -112.04290249522934, 41.731048387941165 ], [ -112.04293192989952, 41.731381376725309 ], [ -112.04293877705591, 41.731804639684974 ], [ -112.04285002746542, 41.732264797991789 ], [ -112.04275049438417, 41.732504384627049 ], [ -112.04280422960251, 41.732778607868561 ], [ -112.04300915825868, 41.73318205893333 ], [ -112.04326218032892, 41.733585072919723 ], [ -112.04356304114137, 41.733897582686041 ], [ -112.0437881239889, 41.734134221319032 ], [ -112.04391462288359, 41.734520369305166 ], [ -112.04399208354357, 41.734848417788278 ], [ -112.04397460077107, 41.735253887668065 ], [ -112.04379083617609, 41.735786965008295 ], [ -112.04360080132984, 41.736230029867698 ], [ -112.04322225412415, 41.737062103285609 ], [ -112.04223635665092, 41.73848513537564 ], [ -112.04172592560315, 41.738971634011421 ], [ -112.04136364020283, 41.73924962886705 ], [ -112.04083086023287, 41.739767850223863 ], [ -112.04032277378981, 41.740326376567261 ], [ -112.03986784246332, 41.740825874673696 ], [ -112.03930953695114, 41.741254250880452 ], [ -112.03889493407323, 41.741645297436222 ], [ -112.03831699173445, 41.74234855688244 ], [ -112.0378617406766, 41.74283003602887 ], [ -112.03746935575749, 41.743108290406241 ], [ -112.03720902010822, 41.743371841064928 ], [ -112.03715933023379, 41.743647000120049 ], [ -112.03718780019953, 41.743921453580221 ], [ -112.03724662209702, 41.744213646805974 ], [ -112.03717679582662, 41.744732173904055 ], [ -112.0371363785213, 41.745209904399928 ], [ -112.03689667899972, 41.745635392158299 ], [ -112.0367110890992, 41.74606039115173 ], [ -112.03644943381865, 41.746616676045612 ], [ -112.03620997039677, 41.747132229122002 ], [ -112.03582918314824, 41.747685083479013 ], [ -112.03548782873037, 41.748147512196937 ], [ -112.03522499716853, 41.748631749600932 ], [ -112.03474476027749, 41.749059399814911 ], [ -112.03418513572173, 41.749412104743925 ], [ -112.03386906741576, 41.74965273138934 ], [ -112.03385827498927, 41.749954559408451 ], [ -112.03379815726507, 41.750030758270952 ], [ -112.03359792275465, 41.750294660407874 ], [ -112.03349837551293, 41.750462183437044 ], [ -112.033366722228, 41.750877684667699 ], [ -112.03327665292379, 41.751261287618732 ], [ -112.0332514262915, 41.751563245322203 ], [ -112.03321054330121, 41.752013957483378 ], [ -112.03306293975952, 41.752560201597376 ], [ -112.03260855179984, 41.75347758495689 ], [ -112.03242138728717, 41.754182704899833 ], [ -112.03239343831619, 41.755065630854283 ], [ -112.03237912661923, 41.755223379946372 ], [ -112.03234783310992, 41.75559744685394 ], [ -112.0322433435869, 41.755832564711767 ], [ -112.03213797308744, 41.756012748391534 ], [ -112.03211087826686, 41.756198533607908 ], [ -112.03222323384635, 41.756454220350733 ], [ -112.0324016669814, 41.756704809756819 ], [ -112.03246019136535, 41.756978993735508 ], [ -112.03235714347983, 41.757304167507471 ], [ -112.03221272087318, 41.75767474732281 ], [ -112.03212583563838, 41.757882686187578 ], [ -112.03204561285082, 41.758131096092796 ], [ -112.03189300882164, 41.758366645757327 ], [ -112.03171750289573, 41.758674455921017 ], [ -112.03165474182569, 41.758886681193701 ], [ -112.03147293117881, 41.759176533819826 ], [ -112.03140516456413, 41.759451852033258 ], [ -112.03153412238441, 41.759617321468575 ], [ -112.03184479387301, 41.759862220730014 ], [ -112.03222099459462, 41.760367729824537 ], [ -112.03235621101412, 41.760623210835838 ], [ -112.0324792896879, 41.760796838184724 ], [ -112.03266891209445, 41.760994185834072 ], [ -112.03305255648478, 41.761287963601397 ], [ -112.03322622069419, 41.761615152801916 ], [ -112.03308961375187, 41.762098249096432 ], [ -112.03301728173847, 41.762463677906553 ], [ -112.03298639759981, 41.762788203047243 ], [ -112.03296681917639, 41.763067592145525 ], [ -112.03309781099024, 41.763359137621102 ], [ -112.03317780094388, 41.763471004178633 ], [ -112.03346860635615, 41.763900718353085 ], [ -112.03360419676224, 41.764178711526498 ], [ -112.03363874896816, 41.764457613641405 ], [ -112.03358243690539, 41.764696802344396 ], [ -112.03336249323102, 41.765234689674642 ], [ -112.03320001649706, 41.765605432657281 ], [ -112.03311620547761, 41.765930433650283 ], [ -112.0331078141007, 41.76623223919092 ], [ -112.03308823545898, 41.766511628150461 ], [ -112.03299379148369, 41.766998848228098 ], [ -112.03278035001509, 41.767942885435986 ], [ -112.03261813780806, 41.768330738114393 ], [ -112.03231998360575, 41.768869326140788 ], [ -112.03195342533108, 41.769268921453985 ], [ -112.03160918995746, 41.769560232769607 ], [ -112.03120973685387, 41.769784487241537 ], [ -112.03037502173996, 41.770251326915812 ], [ -112.02964827357066, 41.770699179156026 ], [ -112.02911705535706, 41.770960634694845 ], [ -112.02874614827307, 41.771090052813207 ], [ -112.02803119335114, 41.771524278904707 ], [ -112.02771992695634, 41.771621635969765 ], [ -112.02725835795725, 41.771724839729409 ], [ -112.02698317908882, 41.771821872098265 ], [ -112.02674559721191, 41.772013139830676 ], [ -112.02655126763371, 41.772276075465705 ], [ -112.02632328706635, 41.77269242802813 ], [ -112.02602943815111, 41.773505670238329 ], [ -112.02592862923873, 41.773974927208243 ], [ -112.02603247915985, 41.774451363198061 ], [ -112.02603707243912, 41.774739541608469 ], [ -112.02603514813643, 41.774996254217903 ], [ -112.02609208460188, 41.775171379380289 ], [ -112.02626961415554, 41.775363440961712 ], [ -112.02658743556972, 41.775675841205285 ], [ -112.02659941131506, 41.776049518677937 ], [ -112.02637055660743, 41.776411837783698 ], [ -112.02604250991139, 41.776590401893245 ], [ -112.02540381174235, 41.776906841185358 ], [ -112.02416778840325, 41.777494305993166 ], [ -112.02304718276555, 41.778152784513161 ], [ -112.02209863290342, 41.778660207620867 ], [ -112.02158122201263, 41.779039495086657 ], [ -112.02105841796978, 41.779458458293995 ], [ -112.02070069086895, 41.779664291481609 ], [ -112.01994870721978, 41.780049258293701 ], [ -112.01865056226001, 41.780520126146925 ], [ -112.01804539023432, 41.780678607301027 ], [ -112.01769173996342, 41.780762802499773 ], [ -112.01738593051674, 41.780828559223018 ], [ -112.01702505306007, 41.780836258146309 ], [ -112.01620647601059, 41.780816481727058 ], [ -112.01537544148836, 41.780769789028803 ], [ -112.01487485128477, 41.780693150922879 ], [ -112.01457349330907, 41.780659785468643 ], [ -112.01427362584239, 41.780720978007011 ], [ -112.01409606063541, 41.780907186100428 ], [ -112.01402225356655, 41.781187050017607 ], [ -112.01380477417256, 41.781513216157968 ], [ -112.01354992066537, 41.781758649978386 ], [ -112.01330193192339, 41.782058063775104 ], [ -112.01305457882378, 41.782398002244207 ], [ -112.01280446692984, 41.782945122017175 ], [ -112.01226041787137, 41.783931663826912 ], [ -112.01187949609051, 41.784655567587187 ], [ -112.01171734349823, 41.784981242271158 ], [ -112.01167232865062, 41.785179789326072 ], [ -112.0116516616829, 41.785396135628879 ], [ -112.0116997929423, 41.785778502665949 ], [ -112.01170304953565, 41.785985631413581 ], [ -112.01168239662503, 41.786202878253377 ], [ -112.01158314886997, 41.786396498739023 ], [ -112.01114246621363, 41.787071388408421 ], [ -112.01086443475209, 41.787375564604616 ], [ -112.01062009483063, 41.787526327393628 ], [ -112.01041864681378, 41.78772625002793 ], [ -112.01034998448668, 41.787952025011258 ], [ -112.01029342541509, 41.788182196920943 ], [ -112.01014937501208, 41.788588771597226 ], [ -112.00997169719446, 41.789153261436191 ], [ -112.00966865587522, 41.789781900777612 ], [ -112.00956374526798, 41.790075545114128 ], [ -112.00953173116493, 41.790259565981039 ], [ -112.0095616059849, 41.790629484488136 ], [ -112.00970472575355, 41.790929955649304 ], [ -112.00981231151867, 41.791266766339412 ], [ -112.00976296611438, 41.791573432567645 ], [ -112.0096764590949, 41.791812874130201 ], [ -112.00962668867959, 41.792092523501957 ], [ -112.00961917545146, 41.792457366380027 ], [ -112.00956459079312, 41.792737058009031 ], [ -112.00941776835838, 41.793044580671072 ], [ -112.00917254579424, 41.793447539404859 ], [ -112.00880852983148, 41.794027174164796 ], [ -112.00870361184592, 41.794244259514436 ], [ -112.008646265146, 41.794424899730373 ], [ -112.00862551503153, 41.794636742493573 ], [ -112.00869586913483, 41.794901826271264 ], [ -112.00878888021106, 41.795076642705837 ], [ -112.00906480858234, 41.795402968514658 ], [ -112.00951346188765, 41.795997980708812 ], [ -112.00994909918101, 41.796530057708146 ], [ -112.01029200826724, 41.796905329092539 ], [ -112.01072504027427, 41.797270799642803 ], [ -112.01149846426082, 41.797850336173653 ], [ -112.01186417003176, 41.798143439884932 ], [ -112.01211442776922, 41.798366405766217 ], [ -112.01224334553744, 41.798527392648516 ], [ -112.01252299246237, 41.799087854553648 ], [ -112.01269184471126, 41.799415115134138 ], [ -112.01299273526874, 41.799871810041374 ], [ -112.01349540261091, 41.800452819493728 ], [ -112.01379566190977, 41.800792429086776 ], [ -112.01402399580904, 41.801150686473896 ], [ -112.01412935013634, 41.801343403021903 ], [ -112.01427059857373, 41.801522292298102 ], [ -112.01441758147077, 41.801683117111679 ], [ -112.01483806528432, 41.802012655271085 ], [ -112.01538161149544, 41.802512233649352 ], [ -112.01600934545397, 41.80300656136405 ], [ -112.01627776152286, 41.803233860708104 ], [ -112.01658221587861, 41.803456337065448 ], [ -112.01712810242627, 41.803721709078282 ], [ -112.01775550528876, 41.804193512984561 ], [ -112.01818756804012, 41.804567970140717 ], [ -112.01872270943029, 41.80483793314044 ], [ -112.01901464419014, 41.80502899013964 ], [ -112.01934842177603, 41.805201661443448 ], [ -112.01946962585346, 41.805253725975696 ], [ -112.01980900973128, 41.805400226414982 ], [ -112.02043796497288, 41.805588287099148 ], [ -112.02068570849207, 41.805649133614928 ], [ -112.02095773946932, 41.805723273939954 ], [ -112.02120356525116, 41.805739102323201 ], [ -112.02162568039786, 41.805712831723625 ], [ -112.02235194094928, 41.805584778020446 ], [ -112.02278531685579, 41.805585423368214 ], [ -112.0231736286815, 41.805780114936866 ], [ -112.02327328659756, 41.805990887228148 ], [ -112.02343900172873, 41.806192064067361 ], [ -112.02350004349789, 41.806245561032867 ], [ -112.02363409203002, 41.806347944832446 ], [ -112.02387080877851, 41.806471930388355 ], [ -112.02418058995548, 41.80657274697969 ], [ -112.02461355802251, 41.80662292649896 ], [ -112.0250412814764, 41.80664613075988 ], [ -112.02575227774028, 41.806692923868063 ], [ -112.02671650016144, 41.806766271176379 ], [ -112.02720563022777, 41.806865476339304 ], [ -112.02741741931104, 41.806935636627365 ], [ -112.0277716588468, 41.807256712611476 ], [ -112.02819862545756, 41.807608660311622 ], [ -112.02877511830333, 41.807900723027068 ], [ -112.02927939619552, 41.808193429952837 ], [ -112.02952243721772, 41.808335360718424 ], [ -112.02971769289537, 41.808500236365703 ], [ -112.02981780927102, 41.808738019124625 ], [ -112.03011462791459, 41.80923073179563 ], [ -112.03041339962778, 41.809845017959262 ], [ -112.0304828507855, 41.810047047953454 ], [ -112.0304682593864, 41.810263342100434 ], [ -112.03037007199158, 41.810521817446642 ], [ -112.03013966249472, 41.810793187442563 ], [ -112.02987816258756, 41.811002688809999 ], [ -112.02961222883089, 41.811311304126903 ], [ -112.02945592639965, 41.811699997496028 ], [ -112.02936009762279, 41.812106162299003 ], [ -112.02935353957857, 41.812448479428177 ], [ -112.02939942005102, 41.812682245013882 ], [ -112.02949309063786, 41.812893065249327 ], [ -112.02973366547475, 41.813255684055292 ], [ -112.03020714478693, 41.813877410711441 ], [ -112.03063248186466, 41.814499567312588 ], [ -112.03077496070297, 41.814750479038409 ], [ -112.03088125457263, 41.81499721194438 ], [ -112.03093727790261, 41.815487579385497 ], [ -112.03091729420562, 41.815667894615807 ], [ -112.03087097096657, 41.815857453030226 ], [ -112.03077762644175, 41.81604293001093 ], [ -112.03061174901025, 41.816210143488377 ], [ -112.03041115638273, 41.816465034043304 ], [ -112.03019944763942, 41.816777667410882 ], [ -112.02995212684928, 41.817122143485513 ], [ -112.0295079002734, 41.817576465571477 ], [ -112.02884434210456, 41.81824441033789 ], [ -112.02862595211606, 41.818516570034433 ], [ -112.02844317198441, 41.818756886701856 ], [ -112.02829308074323, 41.819159032624412 ], [ -112.02828835809083, 41.81924013600279 ], [ -112.02832313779616, 41.81953254525164 ], [ -112.02835662100733, 41.819743904992521 ], [ -112.028494942666, 41.82011104409527 ], [ -112.02873497756687, 41.820438542869276 ], [ -112.0291270748879, 41.82086285271248 ], [ -112.02960788396453, 41.821187291345232 ], [ -112.03043003312743, 41.821472639030162 ], [ -112.03083520886616, 41.821585190868142 ], [ -112.03113942998405, 41.821709455777871 ], [ -112.0313765071253, 41.821851435709974 ], [ -112.03176711239108, 41.822181178554679 ], [ -112.03194500826892, 41.822386736383876 ], [ -112.032621367396, 41.822889540794925 ], [ -112.03287651134393, 41.823031355154001 ], [ -112.03300545896977, 41.823187814167603 ], [ -112.03308080849726, 41.823380782253558 ], [ -112.0331077106962, 41.823556172502052 ], [ -112.03320670578928, 41.823721907463216 ], [ -112.03350263154255, 41.823778689804975 ], [ -112.03404545785369, 41.823763896623234 ], [ -112.03429099302743, 41.82375718244419 ], [ -112.03455644389598, 41.823790818863316 ], [ -112.03481146513018, 41.823924523887335 ], [ -112.03494751236671, 41.824147566882246 ], [ -112.03501961948875, 41.824512592336397 ], [ -112.0350883189556, 41.825488307939729 ], [ -112.03516067502387, 41.825793886249471 ], [ -112.03526816551884, 41.82611265797722 ], [ -112.03529706313742, 41.826486178690999 ], [ -112.03531524072447, 41.826792245193282 ], [ -112.035305696669, 41.827022003978968 ], [ -112.03548018010342, 41.827313151220579 ], [ -112.03584856916581, 41.827381883606726 ], [ -112.03610057367156, 41.827402127507213 ], [ -112.03683608841821, 41.827386483364187 ], [ -112.03710013347143, 41.827406616375733 ], [ -112.03736731370284, 41.827471754329146 ], [ -112.03760449857928, 41.827618223597995 ], [ -112.03781245646914, 41.827818997100159 ], [ -112.03806959562777, 41.828082373126875 ], [ -112.03826000518652, 41.82831482809884 ], [ -112.03832348181996, 41.828516906626383 ], [ -112.03839290634406, 41.828714427951283 ], [ -112.03835433030459, 41.828935442593014 ], [ -112.03830886051207, 41.829102478912958 ], [ -112.03819818579582, 41.829333152023494 ], [ -112.03815628047204, 41.829720821910776 ], [ -112.03848800226741, 41.83012763102851 ], [ -112.03886061891542, 41.830456611055581 ], [ -112.03901471201308, 41.830676783664096 ], [ -112.03916959276741, 41.830945585472541 ], [ -112.03943002852026, 41.831411580696191 ], [ -112.03970358770779, 41.831944106551632 ], [ -112.0400633644486, 41.83259474027134 ], [ -112.04021794812405, 41.83284462904362 ], [ -112.04038493255716, 41.833042166034346 ], [ -112.0406157954877, 41.833242726729623 ], [ -112.04082354778792, 41.833429085566401 ], [ -112.04102177002595, 41.833770446715505 ], [ -112.04159762778765, 41.834747863387321 ], [ -112.0420652749962, 41.835364187101703 ], [ -112.04267895556208, 41.836443931880027 ], [ -112.04334743180517, 41.837559202387162 ], [ -112.04402034252647, 41.838575354133638 ], [ -112.04463196364382, 41.839524508553311 ], [ -112.04518948427788, 41.840478655251637 ], [ -112.04575957781945, 41.841464208191489 ], [ -112.04615432347418, 41.842036144392367 ], [ -112.04613311281882, 41.842212869860262 ], [ -112.04603346096744, 41.842380402360121 ], [ -112.04587498658334, 41.842634034556362 ], [ -112.04580758239172, 41.842932771688773 ], [ -112.04585661193508, 41.843354741633625 ], [ -112.04605634474954, 41.843785246413645 ], [ -112.04628706912294, 41.844269508942723 ], [ -112.04669778535134, 41.84508087683718 ], [ -112.04679971234157, 41.845422204088209 ], [ -112.04685243806287, 41.845700932518589 ], [ -112.04674888684677, 41.846368375263296 ], [ -112.04665334062656, 41.846788059523391 ], [ -112.04680682519619, 41.846966795456112 ], [ -112.04704292930292, 41.847041200460822 ], [ -112.04743083161678, 41.847190777929775 ], [ -112.04768794202775, 41.847445124809639 ], [ -112.04791589977422, 41.847758280908884 ], [ -112.04802084644108, 41.84791494120374 ], [ -112.04806013910631, 41.848108227513066 ], [ -112.04794594491091, 41.848492055936504 ], [ -112.04780075697872, 41.848822126577375 ], [ -112.04736254002805, 41.849650240254306 ], [ -112.046899194915, 41.850415534086963 ], [ -112.04659183573233, 41.850774101516748 ], [ -112.04649812117448, 41.850937076730801 ], [ -112.04661100064794, 41.8512107534848 ], [ -112.0468090019066, 41.851533191295111 ], [ -112.04727260863689, 41.852186456091069 ], [ -112.04771001987267, 41.852857971365381 ], [ -112.04834313155902, 41.853635779366343 ], [ -112.04858308671929, 41.853944320872984 ], [ -112.04867614731786, 41.854110095632862 ], [ -112.04869818739891, 41.854353076054359 ], [ -112.0486870101345, 41.854406317818409 ], [ -112.04864237445749, 41.854623787553471 ], [ -112.04870539641199, 41.854794339913049 ], [ -112.04887682716718, 41.854963902173147 ], [ -112.04910592198976, 41.855344595505699 ], [ -112.04912965687879, 41.85569113766234 ], [ -112.049152876885, 41.856006160955985 ], [ -112.04935164222302, 41.856373620704076 ], [ -112.04972278993687, 41.856599900305596 ], [ -112.0499059057303, 41.856746837340459 ], [ -112.0499795058351, 41.856827224975291 ], [ -112.05009005366978, 41.856956811710184 ], [ -112.05013508686366, 41.857132031049233 ], [ -112.05015258422638, 41.857465119827168 ], [ -112.05009765900557, 41.857789864104213 ], [ -112.05001591580631, 41.857948229173218 ], [ -112.04987467889005, 41.85815217169543 ], [ -112.04974452972807, 41.858297468993726 ], [ -112.04965081263323, 41.858460446604042 ], [ -112.04972603458812, 41.858639893491493 ], [ -112.04998261148098, 41.858858212606449 ], [ -112.05034826866955, 41.859116063775488 ], [ -112.05085378718427, 41.859453694530494 ], [ -112.05109766123067, 41.859631597104709 ], [ -112.0512145343893, 41.859779138225072 ], [ -112.05131946063364, 41.860300567432233 ], [ -112.05141037484584, 41.860628480340779 ], [ -112.05150982059713, 41.860888764657076 ], [ -112.05162615644119, 41.861076840468392 ], [ -112.05185428067877, 41.861322435970301 ], [ -112.05214834422451, 41.861621467197772 ], [ -112.05237116419842, 41.861984197545461 ], [ -112.05255777260733, 41.862342755975348 ], [ -112.05262897818304, 41.862643828277044 ], [ -112.05268307436471, 41.86300360099581 ], [ -112.05262756693328, 41.863292324642714 ], [ -112.05252989457439, 41.863581434708813 ], [ -112.0523719123085, 41.863866594010759 ], [ -112.0521583287544, 41.864067599418355 ], [ -112.05190026129752, 41.86412760650682 ], [ -112.05164288699706, 41.864229938217946 ], [ -112.05153710449916, 41.864392127030911 ], [ -112.05163018838351, 41.864557898838605 ], [ -112.05180143197403, 41.864713948021041 ], [ -112.05194344410707, 41.864924304980292 ], [ -112.05203080148695, 41.865108142322256 ], [ -112.05244339505437, 41.865653771191148 ], [ -112.05253113896234, 41.865861022027744 ], [ -112.0526922694951, 41.866061295400264 ], [ -112.05286253662572, 41.866230861960176 ], [ -112.05305097222832, 41.866332711342174 ], [ -112.05332329756614, 41.866406770859413 ], [ -112.05376890765433, 41.866393676045213 ], [ -112.05421192828375, 41.86622298587028 ], [ -112.05491634261901, 41.865901282397012 ], [ -112.0551039120583, 41.865877042440694 ], [ -112.05523532280831, 41.865808284681215 ], [ -112.0553985551102, 41.865842811481272 ], [ -112.05563710918737, 41.866061283217583 ], [ -112.05572520473389, 41.866289243770559 ], [ -112.05585512642733, 41.866496104263419 ], [ -112.05605114750763, 41.866692449390563 ], [ -112.05628822448891, 41.866820866241632 ], [ -112.05674862801942, 41.86697424786545 ], [ -112.05696682006443, 41.867053300196289 ], [ -112.05725483594989, 41.867347870249702 ], [ -112.05748239320911, 41.867629486250763 ], [ -112.05781949603085, 41.867977643049777 ], [ -112.05825878649964, 41.868311347130359 ], [ -112.05834265941513, 41.86835560770816 ], [ -112.05858697583048, 41.868483953032595 ], [ -112.05906256989262, 41.868461554541064 ], [ -112.05944273229738, 41.868497677438462 ], [ -112.05967790398074, 41.868509918321877 ], [ -112.0602857267791, 41.868468281119661 ], [ -112.06109055127868, 41.868316740142326 ], [ -112.06183082281348, 41.868269367516874 ], [ -112.0620888076581, 41.868203934873378 ], [ -112.06244712551063, 41.868012380260367 ], [ -112.0627392118887, 41.8678961931125 ], [ -112.06313806722657, 41.867897004645037 ], [ -112.06372056640546, 41.867854683039049 ], [ -112.06398245532384, 41.867952231308848 ], [ -112.06416334640876, 41.868324333350223 ], [ -112.06430199728352, 41.868692323214873 ], [ -112.06439797393551, 41.869030085647438 ], [ -112.06429647379565, 41.869448937312342 ], [ -112.0642268743529, 41.869611702943608 ], [ -112.06419513669893, 41.869877694720117 ], [ -112.06437281291321, 41.870128235643747 ], [ -112.06459686215376, 41.870486426773027 ], [ -112.06461018061066, 41.870562860243716 ], [ -112.06464381314831, 41.870774205862098 ], [ -112.06448601744262, 41.871068386373224 ], [ -112.06434576999835, 41.871330880570788 ], [ -112.06431373333163, 41.871578861680263 ], [ -112.0642868242866, 41.871772755066026 ], [ -112.06426534176111, 41.871930571360515 ], [ -112.06420430356438, 41.872246371414604 ], [ -112.06422767988961, 41.872565892494691 ], [ -112.06434551855864, 41.872768351698056 ], [ -112.0644447171031, 41.872936758112587 ], [ -112.06447791714783, 41.873121988286641 ], [ -112.06443300961041, 41.873320551841857 ], [ -112.06424137617188, 41.873754649313582 ], [ -112.06412031583237, 41.874084515515868 ], [ -112.06384990147517, 41.874564375754531 ], [ -112.06369665803057, 41.875061163430722 ], [ -112.0638422423208, 41.875483129331457 ], [ -112.06400425927619, 41.875805869154384 ], [ -112.06412744081271, 41.875966848176141 ], [ -112.06440890766076, 41.87622543359749 ], [ -112.06504687965979, 41.876543759217668 ], [ -112.06534990882406, 41.87664902858829 ], [ -112.06563561292823, 41.876799491375429 ], [ -112.06577249591403, 41.877059415019147 ], [ -112.06568058886309, 41.877330468628926 ], [ -112.06557329969013, 41.877763785270901 ], [ -112.06555898048349, 41.877989985998148 ], [ -112.06561655532548, 41.878191201526633 ], [ -112.06591783376547, 41.878553176161006 ], [ -112.06630391348115, 41.878941382621569 ], [ -112.06660662213555, 41.879388905611421 ], [ -112.06697130788925, 41.879939428777213 ], [ -112.06710955177755, 41.880280398166555 ], [ -112.06728463694344, 41.880662455697923 ], [ -112.06747552114523, 41.880907464497405 ], [ -112.06765692024823, 41.881306575412019 ], [ -112.06777597082917, 41.881580172247141 ], [ -112.0679735747313, 41.881866548416639 ], [ -112.06816847539434, 41.882062882571866 ], [ -112.06853756944271, 41.882442232531936 ], [ -112.06881953309151, 41.882727822164782 ], [ -112.06904629587116, 41.882955381594577 ], [ -112.06958960529759, 41.883373636105063 ], [ -112.07002733512215, 41.883603731651348 ], [ -112.07034463601839, 41.883839451443151 ], [ -112.07070036204152, 41.884210812878017 ], [ -112.07115276984985, 41.884597483371472 ], [ -112.07148393645497, 41.884941150710219 ], [ -112.07159088526937, 41.885138299557227 ], [ -112.07166198066483, 41.885497903041149 ], [ -112.07180967793674, 41.885753214742763 ], [ -112.0720990521081, 41.886047733597259 ], [ -112.07227567593458, 41.886158667831772 ], [ -112.07309779145105, 41.886308604745359 ], [ -112.07336382178801, 41.886360158373883 ], [ -112.07358202472282, 41.886434675230724 ], [ -112.07375383298627, 41.886617705570551 ], [ -112.07389883228682, 41.88699913313333 ], [ -112.07409776281673, 41.887362042688878 ], [ -112.0743318691388, 41.887666079421315 ], [ -112.07447912723093, 41.887822318304551 ], [ -112.07469372581861, 41.888040973449002 ], [ -112.07483646698701, 41.888215267471843 ], [ -112.07491436501263, 41.888619838370268 ], [ -112.07506926387887, 41.889519054986472 ], [ -112.07525270202588, 41.89010727404672 ], [ -112.07540366897847, 41.890484140231138 ], [ -112.07575043181963, 41.891035702677826 ], [ -112.07590318705826, 41.891231517440822 ], [ -112.07618521844182, 41.89144503445219 ], [ -112.07693285355488, 41.891820808182274 ], [ -112.07751635953798, 41.892184607287021 ], [ -112.07794423948434, 41.892468804496133 ], [ -112.07833491898749, 41.892834409389422 ], [ -112.07883515746954, 41.893478190074902 ], [ -112.07915000045296, 41.893921061194419 ], [ -112.07929285059278, 41.8941719050164 ], [ -112.07938741534646, 41.894418699222243 ], [ -112.07941614581404, 41.894693132203727 ], [ -112.07936353987894, 41.895148462896721 ], [ -112.07928436434558, 41.895815699687311 ], [ -112.07938979447511, 41.896063292354413 ], [ -112.07994338275427, 41.896651625668326 ], [ -112.08026804108538, 41.896960201976412 ], [ -112.08079595378393, 41.897526255974682 ], [ -112.08095712642053, 41.897790435053913 ], [ -112.08103316749568, 41.898010382151568 ], [ -112.0810872289108, 41.898356629253612 ], [ -112.08116258754734, 41.898536052737761 ], [ -112.0812921872534, 41.898714965392401 ], [ -112.08147616523665, 41.898901471725885 ], [ -112.08195174008918, 41.899222131566404 ], [ -112.08272687809435, 41.899791250571575 ], [ -112.0830442302512, 41.900022430516437 ], [ -112.08327026823285, 41.900200431200339 ], [ -112.08350446584804, 41.900504447497617 ], [ -112.08387162796075, 41.901185487402714 ], [ -112.08397781819821, 41.901405147793398 ], [ -112.08416998691986, 41.90171856606301 ], [ -112.08435407341516, 41.901910470612449 ], [ -112.08464237366715, 41.902204966884582 ], [ -112.08485102864252, 41.902423658463263 ], [ -112.08516679683143, 41.902916040009664 ], [ -112.08545586808896, 41.903255560095353 ], [ -112.08565751043889, 41.903415773274219 ], [ -112.08571123613005, 41.903455795166209 ], [ -112.08593155632622, 41.903579804675786 ], [ -112.08616890616371, 41.903712659306741 ], [ -112.0865840237135, 41.90401946082082 ], [ -112.08721109224993, 41.904382797260396 ], [ -112.08751001948883, 41.904591622449409 ], [ -112.08800182216105, 41.904798619394221 ], [ -112.08829823027649, 41.904858856832476 ], [ -112.0887930044768, 41.904885689427481 ], [ -112.08918730480454, 41.905030559326079 ], [ -112.08950440000521, 41.905243710253451 ], [ -112.09003909483826, 41.9054908212889 ], [ -112.090227704946, 41.905592606913281 ], [ -112.09059202917479, 41.905746763209336 ], [ -112.09095528186286, 41.905837882065249 ], [ -112.09143846990247, 41.905891833226462 ], [ -112.09181416298073, 41.906005347693863 ], [ -112.0920032378001, 41.906134145870901 ], [ -112.09245632912832, 41.906544141069539 ], [ -112.09290835103523, 41.90689109817594 ], [ -112.09310925520644, 41.907006271951659 ], [ -112.09378153519022, 41.907189009056708 ], [ -112.09471718368881, 41.907261151899952 ], [ -112.09560476796617, 41.907342752380103 ], [ -112.09590776126184, 41.907434430477643 ], [ -112.09616871672321, 41.907535515741785 ], [ -112.09636321589504, 41.907628228358305 ], [ -112.09666875487498, 41.907868489555582 ], [ -112.0970283131672, 41.908094723869354 ], [ -112.09743455237174, 41.908230444570044 ], [ -112.09775571237937, 41.908326447437908 ], [ -112.09799866864265, 41.9084322039105 ], [ -112.09825994013198, 41.908551294624537 ], [ -112.09865374343187, 41.908664613362625 ], [ -112.09892096748305, 41.90877914228988 ], [ -112.09923177663555, 41.908974312996413 ], [ -112.0995372554637, 41.90921006372497 ], [ -112.09977619985982, 41.909432940993533 ], [ -112.10009922486583, 41.909636998935554 ], [ -112.10064017899724, 41.909893006880857 ], [ -112.10119805983047, 41.910081300215069 ], [ -112.10203986931063, 41.910302892502003 ], [ -112.1028316018284, 41.91041688008476 ], [ -112.10332719919371, 41.910488675113697 ], [ -112.10344180495298, 41.910492077084321 ], [ -112.10370726087625, 41.910503035596051 ], [ -112.10431614631131, 41.910501684294395 ], [ -112.10471004958423, 41.91061948451496 ], [ -112.10515435170494, 41.91086289103049 ], [ -112.10539355475575, 41.911099263929415 ], [ -112.10575720297162, 41.911559603494197 ], [ -112.10616789819859, 41.911951038281117 ], [ -112.10667507706968, 41.912343342962032 ], [ -112.10694684320313, 41.912719001300047 ], [ -112.10718353384736, 41.913158043544648 ], [ -112.10735877940014, 41.913530128241639 ], [ -112.10744889298344, 41.913790451063711 ], [ -112.10757824798878, 41.914018872100648 ], [ -112.10783139711612, 41.914363184632904 ], [ -112.10819687338945, 41.914927074591503 ], [ -112.10843230570461, 41.915640828001166 ], [ -112.10864175964876, 41.916246752295315 ], [ -112.10880787624826, 41.916438790401294 ], [ -112.10917261806331, 41.916610896387773 ], [ -112.10936692946635, 41.916690078611659 ], [ -112.11005611458765, 41.916796000193813 ], [ -112.11056961983857, 41.916854080681219 ], [ -112.11103585172512, 41.916967556670116 ], [ -112.1112478454409, 41.917023147395 ], [ -112.11144851716173, 41.917121178408557 ], [ -112.11173480652594, 41.917288631658259 ], [ -112.11218614824855, 41.917585982017634 ], [ -112.11243659927173, 41.917772694530626 ], [ -112.11279525155055, 41.917940344621258 ], [ -112.11302621178584, 41.918046185236037 ], [ -112.11344695255201, 41.918316807386681 ], [ -112.11366170865043, 41.918530883173929 ], [ -112.11392535216621, 41.918712961121635 ], [ -112.11416967498613, 41.918962775515048 ], [ -112.11454935375923, 41.919229288715243 ], [ -112.1148657893343, 41.919464891631378 ], [ -112.11499106510233, 41.919733873351376 ], [ -112.11527496925088, 41.920109393437848 ], [ -112.11571132039187, 41.920582504145621 ], [ -112.11592123985406, 41.920864172131054 ], [ -112.11603344527715, 41.921074736734127 ], [ -112.11615817988658, 41.92131219923143 ], [ -112.11637201330366, 41.921472239136797 ], [ -112.11662186370324, 41.921622921753389 ], [ -112.11672334990871, 41.921910146029504 ], [ -112.11682358064964, 41.922125329584759 ], [ -112.11706137690877, 41.922276128473442 ], [ -112.11749820639815, 41.922429493104595 ], [ -112.11789057954601, 41.922799447382474 ], [ -112.11820966618177, 41.923116074469014 ], [ -112.11836392876144, 41.92331722046481 ], [ -112.11842117789895, 41.923487788218267 ], [ -112.11839488625985, 41.923708706047471 ], [ -112.11832154170634, 41.92399763168995 ], [ -112.118410194939, 41.924239946332435 ], [ -112.11859531424234, 41.924481321081878 ], [ -112.1190321922668, 41.924981433349814 ], [ -112.11925967758989, 41.925231400649309 ], [ -112.11940791950464, 41.925432603843745 ], [ -112.11953854713543, 41.925660998389397 ], [ -112.11969932179517, 41.925889098770156 ], [ -112.12007948873193, 41.926317707184552 ], [ -112.12059715990598, 41.926884574512208 ], [ -112.12100837612024, 41.927294863504287 ], [ -112.12125053831974, 41.927693292212957 ], [ -112.12144726411566, 41.927907529043011 ], [ -112.12174014644826, 41.928102812894885 ], [ -112.12195354322667, 41.928235826620508 ], [ -112.12211401742586, 41.928445913236146 ], [ -112.12239910780967, 41.928884449505809 ], [ -112.12266284745628, 41.929480809138717 ], [ -112.1228048155278, 41.93001080962879 ], [ -112.12279852092568, 41.930339611697157 ], [ -112.12251614088288, 41.930744066795 ], [ -112.12248342074626, 41.930941630988087 ], [ -112.12250957637973, 41.931057560249933 ], [ -112.12254147759366, 41.931157221468105 ], [ -112.12267197052972, 41.931376606902838 ], [ -112.12273698999296, 41.931645268044846 ], [ -112.12287018564184, 41.932018639432641 ], [ -112.12308644170547, 41.932313741512246 ], [ -112.12323384337944, 41.932465411456384 ], [ -112.12337181429825, 41.932698232751697 ], [ -112.12362557737342, 41.933137072121845 ], [ -112.12395027870124, 41.933768857987204 ], [ -112.12412512666336, 41.934109396282658 ], [ -112.12419722906145, 41.934437430544989 ], [ -112.12414895278209, 41.934779252718862 ], [ -112.12407801062554, 41.935204157325622 ], [ -112.1240252212169, 41.935632486768831 ], [ -112.1240051121838, 41.936204601487702 ], [ -112.12402921209868, 41.936546615558335 ], [ -112.12405323323685, 41.93688412708557 ], [ -112.12416333925036, 41.937315364764039 ], [ -112.12435152462631, 41.937727824506638 ], [ -112.12448360030157, 41.938104807186882 ], [ -112.12450264206733, 41.938433360719394 ], [ -112.124417881753, 41.938758427634824 ], [ -112.1243448651087, 41.939065366310864 ], [ -112.12428978103053, 41.939363122739472 ], [ -112.12426340609761, 41.939921788642778 ], [ -112.12431232457439, 41.940646338750128 ], [ -112.12436531574831, 41.940916016964785 ], [ -112.12451519334282, 41.94120726260909 ], [ -112.1249386056065, 41.941618317449141 ], [ -112.12508038279805, 41.941791655606032 ], [ -112.12497634184814, 41.942049362422992 ], [ -112.12488920511936, 41.942239354227837 ], [ -112.12489856010338, 41.942428400538283 ], [ -112.12500170146025, 41.942805665800378 ], [ -112.12522490654365, 41.943150231238434 ], [ -112.12551056095582, 41.943615772664906 ], [ -112.12578646552319, 41.943869754609423 ], [ -112.12585081472186, 41.94409879103921 ], [ -112.12600508972551, 41.944296323129414 ], [ -112.12616679133929, 41.944573039936785 ], [ -112.12626105982532, 41.944788272757535 ], [ -112.12642246262712, 41.945047879633108 ], [ -112.12664512842773, 41.945360924456317 ], [ -112.12678217215884, 41.945607259997672 ], [ -112.12688192029833, 41.945790915505057 ], [ -112.12702839431407, 41.945956099088704 ], [ -112.12715212597681, 41.946062963105064 ], [ -112.12733942330111, 41.946080037821048 ], [ -112.12762697995748, 41.94603578352158 ], [ -112.12782967271961, 41.946173394168518 ], [ -112.12792744166508, 41.946586735538297 ], [ -112.12801759312283, 41.946910086019301 ], [ -112.12813694889391, 41.947179110058705 ], [ -112.12836437550072, 41.947419151466804 ], [ -112.12859770799498, 41.947651929102243 ], [ -112.12887523129241, 41.947995953068535 ], [ -112.12901387851278, 41.948332335632507 ], [ -112.12907695833805, 41.948556879247441 ], [ -112.12912032823508, 41.948895099317447 ], [ -112.12903080281106, 41.9492913677228 ], [ -112.12888318114926, 41.949540499782728 ], [ -112.12869202299382, 41.949920654775624 ], [ -112.12857463443741, 41.950105542615745 ], [ -112.12870520503411, 41.950394270074547 ], [ -112.12887932963564, 41.950621324510934 ], [ -112.12910116749053, 41.950817287116642 ], [ -112.12942765188726, 41.950926657523802 ], [ -112.12953074481143, 41.95095716617756 ], [ -112.12968851942445, 41.951009653048466 ], [ -112.13003581796593, 41.951204379168516 ], [ -112.13027566358208, 41.951463208093479 ], [ -112.13050513163672, 41.951749158357813 ], [ -112.13080703631594, 41.952173996229092 ], [ -112.13099308112828, 41.952460373192721 ], [ -112.131313975518, 41.952867009474105 ], [ -112.13153581700124, 41.95313051636527 ], [ -112.13185124415109, 41.953568727898826 ], [ -112.13214563158499, 41.953840524838469 ], [ -112.13222763164261, 41.954042363507803 ], [ -112.13221929775419, 41.954253198968374 ], [ -112.13216226247906, 41.954439296391485 ], [ -112.13221617604623, 41.95475849717279 ], [ -112.13261757823236, 41.955281420686454 ], [ -112.13288025086725, 41.955805711859234 ], [ -112.13301162870906, 41.956070108425855 ], [ -112.13314093370151, 41.956217440186045 ], [ -112.13345263729678, 41.956444029956224 ], [ -112.13364242448145, 41.956599770500944 ], [ -112.13369966610198, 41.956765826312946 ], [ -112.13378239332465, 41.957008186023003 ], [ -112.13385773210089, 41.957174063008232 ], [ -112.13402103401306, 41.957537215010163 ], [ -112.13400780727281, 41.957812045258059 ], [ -112.13391560278421, 41.95805613272158 ], [ -112.13394008575709, 41.958416152611541 ], [ -112.1340165443777, 41.958645064184246 ], [ -112.13417937203776, 41.958981200919325 ], [ -112.13438752115076, 41.959151169195195 ], [ -112.13445481911587, 41.959203642754154 ], [ -112.13468049154078, 41.959341013769425 ], [ -112.13487471681285, 41.959474191953468 ], [ -112.13515868598459, 41.959768600143832 ], [ -112.13534952643852, 41.959982869840005 ], [ -112.13555942481455, 41.960250989927509 ], [ -112.13571445723299, 41.960487228891523 ], [ -112.13609237069556, 41.961042795510252 ], [ -112.13619425034646, 41.9613435062222 ], [ -112.1363684415911, 41.961638997766784 ], [ -112.1365405698884, 41.961818325129201 ], [ -112.13701733845363, 41.962163958146022 ], [ -112.13728821796782, 41.962467497065951 ], [ -112.13742638165516, 41.962772350386558 ], [ -112.13740294560061, 41.963150857055695 ], [ -112.13739045355544, 41.963466209526239 ], [ -112.13751848191157, 41.96381169249959 ], [ -112.1378457680914, 41.963961559981563 ], [ -112.13808385078046, 41.964116814191804 ], [ -112.13829780344271, 41.9642723071753 ], [ -112.13872074052064, 41.964304138714354 ], [ -112.1397980426683, 41.964149342729932 ], [ -112.14040059791287, 41.96410282898929 ], [ -112.14086969221991, 41.964016208495167 ], [ -112.14139222810378, 41.963881320115327 ], [ -112.14219088434531, 41.963666226165749 ], [ -112.14242406931199, 41.963546820862369 ], [ -112.14255606504908, 41.963504977789825 ], [ -112.14265234709609, 41.963490509656062 ], [ -112.14278643469673, 41.963565730414516 ], [ -112.14283308960272, 41.963812945580884 ], [ -112.14293548776878, 41.96407311552958 ], [ -112.14300241228761, 41.964171521030302 ], [ -112.14310159289892, 41.964319141214986 ], [ -112.14325201498725, 41.964632871814295 ], [ -112.14335473827974, 41.964911051167562 ], [ -112.14344411085118, 41.965252409103634 ], [ -112.14355150130046, 41.965521535229868 ], [ -112.14367031424767, 41.96575452132825 ], [ -112.14389241311162, 41.96602700749839 ], [ -112.14405345906785, 41.966259572326294 ], [ -112.14423992741936, 41.966563935730996 ], [ -112.14442254051646, 41.966989925354049 ], [ -112.14456026466873, 41.967267754554065 ], [ -112.14503134208123, 41.967627820943967 ], [ -112.14562936257863, 41.968000128338218 ], [ -112.14584881476331, 41.968124029348047 ], [ -112.14608620583127, 41.968238744310597 ], [ -112.14642591930834, 41.968338927155123 ], [ -112.14693335100741, 41.968369884461318 ], [ -112.14765975521522, 41.968497722275039 ], [ -112.14801121540937, 41.96857976992748 ], [ -112.14810879743131, 41.96863733639313 ], [ -112.14838393019679, 41.968837231057279 ], [ -112.1490342645711, 41.969163964592013 ], [ -112.14931429504401, 41.969233213413965 ], [ -112.14943869980046, 41.969440018431492 ], [ -112.14944472450371, 41.969506606359303 ], [ -112.14947224999271, 41.969627918766385 ], [ -112.14962817493229, 41.969842513798589 ], [ -112.14982744372708, 41.969917073399635 ], [ -112.15040425343516, 41.970113940978393 ], [ -112.15051390659148, 41.970171384400253 ], [ -112.15070899910245, 41.970282010395508 ], [ -112.15087700568579, 41.970564031473806 ], [ -112.1508467224939, 41.970893073006891 ], [ -112.15071338452825, 41.971196128065088 ], [ -112.15061086090526, 41.971534900162951 ], [ -112.15067294232863, 41.971966590691224 ], [ -112.15074032872279, 41.972357698650193 ], [ -112.1508007907961, 41.972699340124407 ], [ -112.15091199829165, 41.972909878306908 ], [ -112.15100108019921, 41.973098121939181 ], [ -112.15105461897103, 41.973390296822501 ], [ -112.15115756270082, 41.973745021824705 ], [ -112.151230014774, 41.974082039487804 ], [ -112.15134357808097, 41.974423148003901 ], [ -112.15161610934648, 41.974744648648901 ], [ -112.15183843610572, 41.975026123098303 ], [ -112.15197500941001, 41.9752373062706 ], [ -112.15218877339088, 41.975378364371345 ], [ -112.15227159606891, 41.975620708812052 ], [ -112.15210343202887, 41.97600067017131 ], [ -112.15190607023472, 41.976434963323314 ], [ -112.15192300688227, 41.976704988643057 ], [ -112.15192378936588, 41.977083254161016 ], [ -112.15214961595059, 41.977558332672487 ], [ -112.1522807950052, 41.97780469489684 ], [ -112.15263382993405, 41.978305514882926 ], [ -112.15325757227012, 41.97909182247249 ], [ -112.15345505361985, 41.979333013874779 ], [ -112.15360424656313, 41.979573789574701 ], [ -112.15372362714628, 41.979834679021309 ], [ -112.15381900551645, 41.980036366674092 ], [ -112.1538042481414, 41.980288697101088 ], [ -112.15372978555276, 41.980510104867427 ], [ -112.15371052544255, 41.980780493524954 ], [ -112.15373318046785, 41.981032447881148 ], [ -112.15379823885523, 41.981292982509601 ], [ -112.15392102202837, 41.981742073334431 ], [ -112.15408399817555, 41.982411419139808 ], [ -112.15407508343809, 41.982920375983575 ], [ -112.15415187248266, 41.983496019820855 ], [ -112.15410162732378, 41.983721687461149 ], [ -112.15397823458331, 41.983907561228222 ], [ -112.15381251740027, 41.984089357055524 ], [ -112.15378232578873, 41.984422900923633 ], [ -112.15378141306533, 41.984706614740738 ], [ -112.15384125407189, 41.985012234097262 ], [ -112.15401575590326, 41.985316700704296 ], [ -112.1542285828053, 41.985737866086808 ], [ -112.15448438854897, 41.986199127998212 ], [ -112.15480495407996, 41.986569672861528 ], [ -112.15524132618678, 41.987002096781993 ], [ -112.15547529391408, 41.987256426829838 ], [ -112.15557633169934, 41.987503088218602 ], [ -112.15566188780983, 41.987894909883707 ], [ -112.15574529474952, 41.988167867423108 ], [ -112.15584666092172, 41.988432538203853 ], [ -112.15610730242037, 41.988826198870171 ], [ -112.15635114576047, 41.989292080047939 ], [ -112.15659342828977, 41.989604866095171 ], [ -112.15682436109857, 41.989824098524423 ], [ -112.1574189571277, 41.990258521700248 ], [ -112.15760335839956, 41.990441295121428 ], [ -112.15776419095711, 41.990655828667499 ], [ -112.15776867892221, 41.990903461760666 ], [ -112.15776802925868, 41.991200682333265 ], [ -112.15787462809807, 41.991420265952378 ], [ -112.15804573909868, 41.991535624046286 ], [ -112.15842939389864, 41.991720888890455 ], [ -112.15905202445657, 41.992101882207592 ], [ -112.15941383211378, 41.992413455093995 ], [ -112.15966430809058, 41.992577544707721 ], [ -112.15984146084325, 41.992692839045453 ], [ -112.16026623094639, 41.992814636845473 ], [ -112.16078087989983, 41.992899498242608 ], [ -112.16137644691632, 41.99311863583987 ], [ -112.16179046194937, 41.993312588640677 ], [ -112.16206336939396, 41.993381877879003 ], [ -112.16229940901272, 41.993415513878681 ], [ -112.16266741030248, 41.99340278038418 ], [ -112.16318075514199, 41.993415592360016 ], [ -112.16327756902443, 41.993428120946859 ], [ -112.16359272700286, 41.993496978339472 ], [ -112.16393375055141, 41.993660140615241 ], [ -112.1643398912768, 41.994083829230405 ], [ -112.1644785833808, 41.994406655485001 ], [ -112.16453823931141, 41.994698760782001 ], [ -112.16463312450963, 41.994936469720358 ], [ -112.16473868598956, 41.995097515178905 ], [ -112.16514685252083, 41.995300521573235 ], [ -112.16581808986524, 41.995694494062256 ], [ -112.16610752201046, 41.996006780612404 ], [ -112.16600803798329, 41.996178914292656 ], [ -112.16576981300388, 41.996356960322046 ], [ -112.1653008304188, 41.996460793792423 ], [ -112.16485093901575, 41.996618470451267 ], [ -112.16434943174322, 41.996925275784221 ], [ -112.16393143694599, 41.997177193250749 ], [ -112.15822755272998, 41.997234891591354 ], [ -112.12582048861093, 41.997543818178301 ], [ -112.10938363553102, 41.99765432403877 ] ], [ [ -111.85044310510993, 41.792793158065919 ], [ -111.85065803219317, 41.789932781994892 ], [ -111.85068480739251, 41.789591222756009 ], [ -111.85349219133985, 41.788564329919993 ], [ -111.85519648447412, 41.787942789415538 ], [ -111.85665682429484, 41.787892278360374 ], [ -111.85802892562182, 41.788535037380193 ], [ -111.86248811510112, 41.790621864642169 ], [ -111.86249861094626, 41.791225246843297 ], [ -111.86343275896247, 41.791240746523044 ], [ -111.86424551647143, 41.791895739667446 ], [ -111.86424907904168, 41.792071346996906 ], [ -111.86728782276046, 41.792055650579954 ], [ -111.86727918169765, 41.791236089896138 ], [ -111.86738494808419, 41.791225383768776 ], [ -111.86736707597619, 41.789899705991445 ], [ -111.86247512499992, 41.787677611987199 ], [ -111.86243588129514, 41.785288379358541 ], [ -111.86590151457381, 41.784020259021148 ], [ -111.86777508439698, 41.784011525715073 ], [ -111.86778236674184, 41.783837637727864 ], [ -111.86718183785993, 41.783834967003571 ], [ -111.86586251539454, 41.781568876900458 ], [ -111.86122352690741, 41.783361893719643 ], [ -111.86106826980229, 41.783360355481719 ], [ -111.86106280952087, 41.783491897040719 ], [ -111.855932797356, 41.783403236906238 ], [ -111.85630066999185, 41.778220628410793 ], [ -111.85632771092048, 41.777901582514815 ], [ -111.85359558677823, 41.777850760856957 ], [ -111.85358976066379, 41.776413302224384 ], [ -111.85358840484005, 41.775766616456451 ], [ -111.85361944956641, 41.775113385037876 ], [ -111.85364894873608, 41.772801092267343 ], [ -111.85367918472808, 41.770816644782393 ], [ -111.85373183223186, 41.769070713374269 ], [ -111.85614806275633, 41.769098667762883 ], [ -111.85831146084745, 41.769113148769705 ], [ -111.85835004088098, 41.768216672385613 ], [ -111.85612165204749, 41.768198172914069 ], [ -111.85616957707558, 41.765468719183005 ], [ -111.85836190357952, 41.765496494277926 ], [ -111.8587661500566, 41.765407907532847 ], [ -111.86351632171979, 41.765447960322682 ], [ -111.8634694196294, 41.767064153991349 ], [ -111.86650659254069, 41.767108838607065 ], [ -111.86656581034893, 41.761764586141375 ], [ -111.86557911564849, 41.761745904172336 ], [ -111.86384778399734, 41.760741152551873 ], [ -111.86389568836248, 41.758124279557244 ], [ -111.86142968905341, 41.758122079878312 ], [ -111.86144523314228, 41.757035727302586 ], [ -111.86154991795742, 41.752451312312949 ], [ -111.86231264956881, 41.752462703415098 ], [ -111.86397525572542, 41.752487141288732 ], [ -111.86396832513091, 41.750714627469513 ], [ -111.86392334609803, 41.750499699772597 ], [ -111.86392791236064, 41.750212343966282 ], [ -111.86398470557546, 41.746823504015403 ], [ -111.86898528255435, 41.746893875176426 ], [ -111.86906228629239, 41.745112619137075 ], [ -111.87409366860521, 41.745158216422489 ], [ -111.87415195616137, 41.743514905454433 ], [ -111.87924927562487, 41.744083079205453 ], [ -111.87913406682003, 41.749654755551497 ], [ -111.9018916649508, 41.74959095227095 ], [ -111.9018580395331, 41.739797969530557 ], [ -111.90185724691339, 41.739311600525063 ], [ -111.88905332948693, 41.736240940136291 ], [ -111.8881218342258, 41.736098628502646 ], [ -111.87974833806432, 41.7359748016368 ], [ -111.87997249877785, 41.726408586110693 ], [ -111.87480860640551, 41.726413790561502 ], [ -111.87479846329734, 41.724602564539389 ], [ -111.87252744437788, 41.724609924324838 ], [ -111.87252691240438, 41.724659466753408 ], [ -111.87128348544714, 41.724640079666017 ], [ -111.86992822132642, 41.724618823786258 ], [ -111.86496341930241, 41.724577043048036 ], [ -111.86503705071198, 41.722716546676033 ], [ -111.86955457812687, 41.722766213679485 ], [ -111.87003315922318, 41.722772498661563 ], [ -111.87126439488718, 41.722782084119586 ], [ -111.87131179870526, 41.720951505438961 ], [ -111.87534820633482, 41.720992883035123 ], [ -111.87545917056957, 41.718805141390831 ], [ -111.87545873051629, 41.718772719586774 ], [ -111.87549953143983, 41.717084498928607 ], [ -111.87550529718339, 41.716800734787761 ], [ -111.87210987895038, 41.716847271079267 ], [ -111.87183223706155, 41.71685117934728 ], [ -111.87120604620519, 41.71686043219389 ], [ -111.87041035825033, 41.716870064970259 ], [ -111.87025170385733, 41.716872167344647 ], [ -111.87028731217903, 41.716571064107256 ], [ -111.87006965051052, 41.716565506828239 ], [ -111.8701038436096, 41.715179071546324 ], [ -111.86782847967385, 41.71519627839298 ], [ -111.86783493738952, 41.715676302469326 ], [ -111.86508716895831, 41.715697021879201 ], [ -111.86507580678089, 41.71789751603626 ], [ -111.86506179192645, 41.718286723597679 ], [ -111.86500589892289, 41.718511418454092 ], [ -111.86495746986097, 41.720637432579558 ], [ -111.86495281212044, 41.720738345906099 ], [ -111.86484699170062, 41.720736440321055 ], [ -111.86262857499932, 41.720711683779022 ], [ -111.86268318966701, 41.718233450679826 ], [ -111.86013553423894, 41.718213819248838 ], [ -111.86030812484053, 41.713397386724459 ], [ -111.860322512785, 41.710059283678909 ], [ -111.86043543704383, 41.709423444248607 ], [ -111.86062998214828, 41.708238466592057 ], [ -111.86061586451791, 41.706098506757414 ], [ -111.86109350440954, 41.706223728842247 ], [ -111.86138607655872, 41.706261166943001 ], [ -111.86164678827792, 41.706252907444046 ], [ -111.86208584978939, 41.706189267429394 ], [ -111.86261491667828, 41.706205112527954 ], [ -111.8629429566725, 41.70628821616549 ], [ -111.86314257359615, 41.706474963477241 ], [ -111.86350943034635, 41.706764034446465 ], [ -111.86381398768481, 41.70706798376964 ], [ -111.86407591238688, 41.707239849816396 ], [ -111.86442154536094, 41.707379561067036 ], [ -111.86514543962923, 41.70794065412619 ], [ -111.86535562518378, 41.708018333160268 ], [ -111.86562981747117, 41.708028877810122 ], [ -111.8659219047336, 41.708029379250767 ], [ -111.86599580336491, 41.707982886624862 ], [ -111.86603598953427, 41.707932144527277 ], [ -111.8659643723237, 41.707790373532362 ], [ -111.8659913553864, 41.707651462270192 ], [ -111.86625467399139, 41.707568414497004 ], [ -111.86639308931173, 41.707403443438174 ], [ -111.86653121366894, 41.707216857583695 ], [ -111.86678103132012, 41.707113194291047 ], [ -111.8671244303823, 41.707086284602568 ], [ -111.86782028676969, 41.706544213876228 ], [ -111.86842979453996, 41.70601720271862 ], [ -111.86891555849034, 41.705227218650926 ], [ -111.86953838394081, 41.705154954886453 ], [ -111.86953736541912, 41.704900964889447 ], [ -111.86952489220076, 41.703707630195922 ], [ -111.86952230380004, 41.701999019201473 ], [ -111.86950133367247, 41.701066951701094 ], [ -111.86947452569152, 41.700147538043723 ], [ -111.86952604140997, 41.700135439129177 ], [ -111.87173609064737, 41.70012680148438 ], [ -111.87188391276544, 41.700126580727023 ], [ -111.87196451229592, 41.700132274087309 ], [ -111.87190573287099, 41.696759591006064 ], [ -111.87181426194721, 41.696749476557507 ], [ -111.8712268645707, 41.696769243274431 ], [ -111.87108270367158, 41.69677303822796 ], [ -111.87092151315797, 41.696761650125225 ], [ -111.87075793155725, 41.696751180616481 ], [ -111.87055380989074, 41.696764436253964 ], [ -111.87043182504198, 41.696808593998192 ], [ -111.87031639467223, 41.696893233577036 ], [ -111.87021628190421, 41.696955239489085 ], [ -111.87012317246213, 41.69700188034728 ], [ -111.86997214091764, 41.697030945595465 ], [ -111.86980161584601, 41.697040342742376 ], [ -111.86966512520401, 41.697078304549592 ], [ -111.86951832905909, 41.697154173668146 ], [ -111.86938739666185, 41.697247936630369 ], [ -111.86916318452388, 41.697286561453886 ], [ -111.86903829728449, 41.697293810877163 ], [ -111.86875351713451, 41.697296864830136 ], [ -111.86855742919636, 41.697282134418671 ], [ -111.86849125334837, 41.697276329650656 ], [ -111.86828168080743, 41.697241885227619 ], [ -111.86812795383008, 41.697249351563705 ], [ -111.86757327903175, 41.697468808319854 ], [ -111.86735341176468, 41.697473170124582 ], [ -111.86719413941709, 41.697425734226066 ], [ -111.867066259571, 41.697299700145628 ], [ -111.86704534771427, 41.696458601885773 ], [ -111.86614647237302, 41.696461777545082 ], [ -111.86613245822298, 41.696581676600793 ], [ -111.86592832952368, 41.696504853826788 ], [ -111.86503494908816, 41.695752289928976 ], [ -111.86490652876354, 41.69549565557616 ], [ -111.86499652127513, 41.695126590824628 ], [ -111.86505697619819, 41.695154057543071 ], [ -111.86485687490446, 41.694570106855082 ], [ -111.86459963477326, 41.694564836898984 ], [ -111.86433233567908, 41.694526316018909 ], [ -111.86415204273877, 41.694433998818155 ], [ -111.86377484592524, 41.694714251092158 ], [ -111.86329683346136, 41.695094336829065 ], [ -111.86220288082234, 41.695876253385656 ], [ -111.86217642733079, 41.692725793003824 ], [ -111.86033799715383, 41.692737769679496 ], [ -111.86029166612501, 41.697196595788427 ], [ -111.86029094321231, 41.69732269955432 ], [ -111.85818721295132, 41.698812879186562 ], [ -111.85818601981211, 41.69863274762448 ], [ -111.85586501070182, 41.700148825970579 ], [ -111.85631157482811, 41.700200442029448 ], [ -111.85227088182909, 41.703193790636085 ], [ -111.85196387354914, 41.702971792413123 ], [ -111.85188258249786, 41.702913849445466 ], [ -111.85039947604223, 41.701820573754716 ], [ -111.8503081434026, 41.701821249602808 ], [ -111.85017470573857, 41.701727663169621 ], [ -111.84967680186837, 41.701245867259296 ], [ -111.84940119177909, 41.700942566715739 ], [ -111.84905880745478, 41.70049654720416 ], [ -111.84890746584772, 41.700229255994181 ], [ -111.8489750677893, 41.701531172084266 ], [ -111.8492508860231, 41.703311623383911 ], [ -111.84908136488025, 41.703307471859006 ], [ -111.84898151106329, 41.70330010330045 ], [ -111.84889107006506, 41.703277353188845 ], [ -111.84880772131267, 41.703245543600417 ], [ -111.84866356162587, 41.703159240248993 ], [ -111.84590517805535, 41.702696802002038 ], [ -111.84546653454251, 41.702700030089879 ], [ -111.84480888780969, 41.702775121504629 ], [ -111.84480411467783, 41.702594115469061 ], [ -111.844091175312, 41.702668708549034 ], [ -111.84301455832838, 41.702781093107141 ], [ -111.84226919044644, 41.702857714182635 ], [ -111.83987886924834, 41.702782436895212 ], [ -111.83987164063113, 41.702873460652008 ], [ -111.83977589449132, 41.706506691331789 ], [ -111.83778629427619, 41.706477980269852 ], [ -111.83774161256545, 41.708961540145474 ], [ -111.83773390177754, 41.709478598906813 ], [ -111.83711729617526, 41.709480390348851 ], [ -111.83711834098227, 41.709838861835678 ], [ -111.8365173565515, 41.709840536264899 ], [ -111.8365364537764, 41.709273856135127 ], [ -111.83625039266755, 41.709275037547677 ], [ -111.83625138519496, 41.709444362173066 ], [ -111.83478493723739, 41.709444216227233 ], [ -111.83477063046685, 41.710103633508048 ], [ -111.83478913335607, 41.710325972296395 ], [ -111.83429133359036, 41.710313374927139 ], [ -111.8326082778192, 41.710295858943212 ], [ -111.83260807261172, 41.713353740456064 ], [ -111.83259589577153, 41.714366216301073 ], [ -111.8325566799078, 41.716729938463466 ], [ -111.83254993476098, 41.716952460300561 ], [ -111.83254169901399, 41.717338920365798 ], [ -111.8325424778176, 41.717399261635656 ], [ -111.83248299370756, 41.717633874642097 ], [ -111.83238354436084, 41.717752586804679 ], [ -111.83234580747416, 41.718088821300718 ], [ -111.83236230580337, 41.718156254298158 ], [ -111.83236591858139, 41.718249900934651 ], [ -111.83227326858209, 41.718429811340798 ], [ -111.83253015965337, 41.719332253155407 ], [ -111.83508500339666, 41.719347040228747 ], [ -111.83502483244904, 41.721013771925328 ], [ -111.83497823008186, 41.721035727363969 ], [ -111.8340401188678, 41.721471273378945 ], [ -111.8340055952288, 41.721497644246952 ], [ -111.83247545216317, 41.72263821715832 ], [ -111.83238663339402, 41.722649668994393 ], [ -111.83201579988655, 41.7227009925058 ], [ -111.83173777454239, 41.722957002528481 ], [ -111.8315583525418, 41.723121327702273 ], [ -111.83135680222854, 41.723434428079919 ], [ -111.83115268151914, 41.723921381634568 ], [ -111.83096484492599, 41.724179439443276 ], [ -111.83078206186413, 41.724269930355291 ], [ -111.83051245519111, 41.724340332472067 ], [ -111.83047398572198, 41.724340610515362 ], [ -111.83024796598517, 41.724341343144296 ], [ -111.82992095227294, 41.724341904118347 ], [ -111.82967553555402, 41.724330165928542 ], [ -111.82931770552538, 41.724365174260576 ], [ -111.82895910125849, 41.724433512934425 ], [ -111.82852059848096, 41.724552865777888 ], [ -111.82840714380228, 41.724612229230644 ], [ -111.82757880894667, 41.724802841446376 ], [ -111.82578374857981, 41.725081462216409 ], [ -111.82570026728354, 41.725040629975744 ], [ -111.82563354749449, 41.724994273042604 ], [ -111.8255564347383, 41.724981316611284 ], [ -111.82492148951604, 41.724876892131135 ], [ -111.82475942522633, 41.724896069485986 ], [ -111.82443904580769, 41.724851532279949 ], [ -111.82391630308966, 41.724683248184206 ], [ -111.82316251357595, 41.724686849284595 ], [ -111.82245440296276, 41.724878364649733 ], [ -111.82240771306382, 41.724894010719638 ], [ -111.82230617055684, 41.724945176602795 ], [ -111.82155833637718, 41.725133367920215 ], [ -111.82079713040409, 41.72568823448286 ], [ -111.81992629178866, 41.725753897974016 ], [ -111.81969445009169, 41.725864536699063 ], [ -111.81951825195948, 41.726096372501907 ], [ -111.81948911240224, 41.726168636260574 ], [ -111.81947049509792, 41.7262174067912 ], [ -111.81945303419705, 41.726262566274819 ], [ -111.81937856460063, 41.726457648353687 ], [ -111.81930025905433, 41.726634743747944 ], [ -111.81897299835397, 41.727090128378613 ], [ -111.81892086674885, 41.727150846767536 ], [ -111.8185416302866, 41.727584983783082 ], [ -111.81843646231458, 41.727635271363781 ], [ -111.81799067265331, 41.727657360441292 ], [ -111.81776980377859, 41.727685953543123 ], [ -111.81755200473117, 41.727672191525954 ], [ -111.81728367392397, 41.727750659824189 ], [ -111.81716989497868, 41.727785695611033 ], [ -111.81692316932447, 41.727861307317681 ], [ -111.81678504416058, 41.727967671032154 ], [ -111.81659573527044, 41.728114929794963 ], [ -111.81642269332569, 41.728312511803765 ], [ -111.81634435967101, 41.728393230563121 ], [ -111.81602438999025, 41.728381992888856 ], [ -111.81574893785702, 41.728373140380228 ], [ -111.81533274276516, 41.728358981086991 ], [ -111.8149069184479, 41.728343987878347 ], [ -111.81447639906411, 41.728338033360984 ], [ -111.81407338367454, 41.728320173285638 ], [ -111.81407215566796, 41.728222906494729 ], [ -111.81329871048754, 41.728101385043011 ], [ -111.81308582049813, 41.728000212005846 ], [ -111.81263962800465, 41.727895284607122 ], [ -111.81239924756338, 41.727902388601301 ], [ -111.81226904229877, 41.727874486739317 ], [ -111.81208778727172, 41.727898285385471 ], [ -111.811988001119, 41.727898990583981 ], [ -111.8117441725701, 41.727918727361732 ], [ -111.81135035803572, 41.727962940965249 ], [ -111.81097330641016, 41.728001630716186 ], [ -111.81096635187158, 41.728117869984459 ], [ -111.81096223382568, 41.728172841693215 ], [ -111.81031019388899, 41.728239590010936 ], [ -111.81005415995375, 41.728244998091078 ], [ -111.81000832437994, 41.728329086231192 ], [ -111.80907020278775, 41.728881519272655 ], [ -111.80900365606553, 41.729423307919426 ], [ -111.80585603832274, 41.729440022132884 ], [ -111.8048869496011, 41.729442311092086 ], [ -111.80429780172034, 41.729443734404938 ], [ -111.80429714973553, 41.729584248020743 ], [ -111.80350720905327, 41.729586171910171 ], [ -111.80350585656183, 41.729091697562666 ], [ -111.80488383474773, 41.729096464466707 ], [ -111.80488862337842, 41.729383753929056 ], [ -111.80645891488527, 41.729382651135566 ], [ -111.80643080907191, 41.729250445637923 ], [ -111.80590104522459, 41.72871194162051 ], [ -111.80569646599213, 41.728505314791754 ], [ -111.80536162726457, 41.728169899963447 ], [ -111.80516834833996, 41.728386521605344 ], [ -111.80477508762783, 41.728379368943884 ], [ -111.80465843527809, 41.728377483807833 ], [ -111.80443691717892, 41.728354715979769 ], [ -111.80426954555735, 41.728335171536024 ], [ -111.80422523516647, 41.727096119398496 ], [ -111.8041660076443, 41.72552841600664 ], [ -111.80410721557644, 41.724959585228937 ], [ -111.80407873005589, 41.72383210835887 ], [ -111.80406543031069, 41.723440396941513 ], [ -111.80401847862134, 41.72343532128032 ], [ -111.80378996681191, 41.723428813690141 ], [ -111.8038387319645, 41.723000640041931 ], [ -111.8039251635532, 41.722990127668005 ], [ -111.80396593573424, 41.722981736103691 ], [ -111.80399575379288, 41.722962612770225 ], [ -111.80402665047832, 41.7229335741808 ], [ -111.80405725519674, 41.722881119423953 ], [ -111.80405067396646, 41.722546105036223 ], [ -111.80404656373791, 41.722312852458181 ], [ -111.80397686201039, 41.722315141567456 ], [ -111.80322324281465, 41.722330319707233 ], [ -111.80186986618081, 41.722358686845475 ], [ -111.80075943289933, 41.722394352283658 ], [ -111.80028472026957, 41.72240846787394 ], [ -111.8002608741338, 41.720971116174546 ], [ -111.80024649454285, 41.719618364052273 ], [ -111.80066964205761, 41.719616317072763 ], [ -111.80335524844715, 41.719608380993677 ], [ -111.80349393133683, 41.719353413761873 ], [ -111.80329766254184, 41.718942265093908 ], [ -111.79442818142201, 41.718960693683634 ], [ -111.79443383820885, 41.721567282486149 ], [ -111.79443504643938, 41.721958178149045 ], [ -111.79446285994659, 41.724216041486095 ], [ -111.79443348172006, 41.725930276680515 ], [ -111.78499946200438, 41.72597439832812 ], [ -111.7848516053763, 41.729434095663564 ], [ -111.78486131889899, 41.731713699443816 ], [ -111.7888201863183, 41.731754142018616 ], [ -111.79046584125422, 41.731520359954068 ], [ -111.78863710553573, 41.736741666844409 ], [ -111.78967003464039, 41.736739076026467 ], [ -111.78970780500748, 41.740410962278858 ], [ -111.78970647436128, 41.741676451611909 ], [ -111.78493577681535, 41.741680319675623 ], [ -111.78496129064146, 41.740319191046709 ], [ -111.78014870144388, 41.740331252607568 ], [ -111.78020013424157, 41.742692533023266 ], [ -111.78155632116014, 41.742859852731669 ], [ -111.7815627902678, 41.744087459378981 ], [ -111.78482197208909, 41.744086860053081 ], [ -111.7848541838775, 41.745842999479798 ], [ -111.78494908995643, 41.753238870383122 ], [ -111.78495215360338, 41.753786472520687 ], [ -111.78493911401785, 41.754888112459149 ], [ -111.78495497954222, 41.758559238273413 ], [ -111.78011696035962, 41.758570573922114 ], [ -111.7801322169567, 41.762213781170338 ], [ -111.78497089399404, 41.762233964216115 ], [ -111.78903429149885, 41.762208831624982 ], [ -111.78987498983729, 41.762193147175466 ], [ -111.79185622526707, 41.762185813753895 ], [ -111.79455678654551, 41.762173473658805 ], [ -111.79454246322396, 41.760329851273134 ], [ -111.79560208760678, 41.760315312802362 ], [ -111.7981015694015, 41.760294374151457 ], [ -111.79943670060022, 41.760282389599453 ], [ -111.79943687524853, 41.759714950865977 ], [ -111.79997094742519, 41.759712134098365 ], [ -111.79996584598845, 41.759495102239612 ], [ -111.79995750845727, 41.758533218446736 ], [ -111.80343576379343, 41.758485529421847 ], [ -111.80440032087441, 41.75847067392349 ], [ -111.80881839440072, 41.758450464387884 ], [ -111.80888335765511, 41.758450907728701 ], [ -111.80869393779818, 41.7586936272928 ], [ -111.80856646658239, 41.759080021679296 ], [ -111.80884915321083, 41.759079833247725 ], [ -111.81396781216405, 41.759189595334867 ], [ -111.81533253481584, 41.759236662238727 ], [ -111.81939829196105, 41.759318522467247 ], [ -111.8204437089005, 41.759323671481603 ], [ -111.82157828434819, 41.759339882465071 ], [ -111.82384718298712, 41.759352457352414 ], [ -111.8240817571197, 41.759352576426032 ], [ -111.82412031298624, 41.758699296721872 ], [ -111.82484602484314, 41.758726513796574 ], [ -111.824923361073, 41.759129469445682 ], [ -111.82487316219849, 41.75924872146976 ], [ -111.8288975117395, 41.759383683680149 ], [ -111.82899497535256, 41.75938568254707 ], [ -111.82900446855199, 41.758908246309453 ], [ -111.82964573195895, 41.758916227106106 ], [ -111.82964762354803, 41.758782910753027 ], [ -111.83006868956929, 41.758786174220482 ], [ -111.83005910082626, 41.758508829778066 ], [ -111.83156779433546, 41.758526742047579 ], [ -111.8315376716358, 41.75945467468793 ], [ -111.83449674865497, 41.759535898711391 ], [ -111.83445248327614, 41.762247307460903 ], [ -111.83857495556909, 41.762326275171681 ], [ -111.83856153760478, 41.762774017565526 ], [ -111.8389825005827, 41.762767341435314 ], [ -111.83896303574551, 41.763212425916151 ], [ -111.83671206983885, 41.763201820649506 ], [ -111.83664032449948, 41.764994721975718 ], [ -111.83662394205128, 41.765122739644696 ], [ -111.83658127472731, 41.76693164106252 ], [ -111.83439741605613, 41.766910594387909 ], [ -111.83434976877871, 41.768711424482177 ], [ -111.83650250420737, 41.768739904097387 ], [ -111.83647086114209, 41.769638124519631 ], [ -111.83642111343106, 41.770531973150277 ], [ -111.83634752230545, 41.772369019405303 ], [ -111.83633153541858, 41.772527657510373 ], [ -111.83627435094601, 41.774331258082938 ], [ -111.8342333987394, 41.774308267739336 ], [ -111.83420333413042, 41.775237999477369 ], [ -111.83418494051607, 41.775954182524245 ], [ -111.83416432833798, 41.777613405004132 ], [ -111.83907815798973, 41.777678497545764 ], [ -111.83908724608294, 41.776067995924109 ], [ -111.84126556464354, 41.776101603056254 ], [ -111.84753771314863, 41.776163584629948 ], [ -111.84740546290617, 41.778091137403699 ], [ -111.84739376373614, 41.77829928318959 ], [ -111.84685810584413, 41.78752089166565 ], [ -111.84643929747675, 41.794747499773088 ], [ -111.85045190168144, 41.794733174791098 ], [ -111.85045032392213, 41.794067578147725 ], [ -111.85044310510993, 41.792793158065919 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 4, \"properties\": { \"NAME\": \"CARBON COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 3458, \"Color4\": \"3\", \"Shape_Leng\": 333195.72890099999, \"Shape_Area\": 3843905172.3699999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.06068999884147, 39.814115945202865 ], [ -111.04663469426502, 39.814054869702339 ], [ -111.04648865054779, 39.814054928306362 ], [ -111.04182692122363, 39.814034177143704 ], [ -111.02762563551416, 39.814047437361971 ], [ -111.02317420729902, 39.814003361321923 ], [ -111.00876261334336, 39.813955789116008 ], [ -111.00854062714102, 39.813955805667582 ], [ -111.00846468438228, 39.813954910223181 ], [ -111.00067764170412, 39.813915572585692 ], [ -110.99224801665622, 39.813879275245377 ], [ -110.95226730317017, 39.813698524561154 ], [ -110.91430230715726, 39.813424413529134 ], [ -110.90988601288406, 39.813403047620923 ], [ -110.89535784794117, 39.81331877457044 ], [ -110.89108173966488, 39.813314839488257 ], [ -110.87657129212558, 39.813147140074335 ], [ -110.87571845032301, 39.81312370452342 ], [ -110.86482718695477, 39.813152073403465 ], [ -110.86469514782097, 39.813160929600222 ], [ -110.85790155809441, 39.813027568628037 ], [ -110.85781977691184, 39.813026567438975 ], [ -110.85781925713573, 39.813278849296445 ], [ -110.85519050724329, 39.813275598415601 ], [ -110.83879307536911, 39.813204420463506 ], [ -110.83604750827263, 39.813196068500197 ], [ -110.81671209012009, 39.813000450565511 ], [ -110.78240460752106, 39.812824055412705 ], [ -110.75941837602805, 39.812648027014589 ], [ -110.75070907256188, 39.812494491348275 ], [ -110.74047503578934, 39.812372041066773 ], [ -110.72410684957481, 39.812380228452255 ], [ -110.7053199750566, 39.81245116911316 ], [ -110.68649838022039, 39.81244238850276 ], [ -110.66765314125354, 39.812493557561041 ], [ -110.64887389444793, 39.812429239715392 ], [ -110.63002741249397, 39.812492314046615 ], [ -110.62568708452473, 39.812496413826686 ], [ -110.61205297729975, 39.812465145435723 ], [ -110.59324972866246, 39.812324169286164 ], [ -110.58247814749915, 39.812276899785118 ], [ -110.57447047712938, 39.812094638568951 ], [ -110.55568518898201, 39.811916105758513 ], [ -110.53693512973582, 39.811726563245266 ], [ -110.51812617385782, 39.811622044668155 ], [ -110.5181549294595, 39.806666640858168 ], [ -110.50073675651868, 39.806674094272161 ], [ -110.48066660805735, 39.806698629049741 ], [ -110.46186412874845, 39.806703053011262 ], [ -110.44310826362813, 39.806722673754273 ], [ -110.42432344527617, 39.806712088844868 ], [ -110.41804417422318, 39.806725816141402 ], [ -110.40547979642992, 39.806752221313282 ], [ -110.3803635548187, 39.806710916504329 ], [ -110.37566615265106, 39.806712766812822 ], [ -110.36175385541193, 39.80671816636324 ], [ -110.35239069630447, 39.806711336509935 ], [ -110.32423713389834, 39.806676930020508 ], [ -110.3054872991291, 39.806683348541426 ], [ -110.28672030960557, 39.806655096516927 ], [ -110.26866551066294, 39.806668844660031 ], [ -110.26849029121159, 39.806667740149472 ], [ -110.25575113453732, 39.806654303555646 ], [ -110.25065780585069, 39.806649453320325 ], [ -110.23236348555524, 39.806668618866475 ], [ -110.21363940146752, 39.806471154969366 ], [ -110.19500155922537, 39.806401911917412 ], [ -110.1761774866015, 39.806377907285018 ], [ -110.15757897754307, 39.806347981194129 ], [ -110.13873619426555, 39.806330379386218 ], [ -110.12567013358282, 39.806314647934812 ], [ -110.11993445135224, 39.806302820409101 ], [ -110.10107403645448, 39.806297888379937 ], [ -110.08225468498645, 39.806281204902831 ], [ -110.06339451995052, 39.806261138945445 ], [ -110.04513560134301, 39.806269985849234 ], [ -110.02635663655977, 39.806294120624962 ], [ -110.00751399722348, 39.806278631180625 ], [ -110.00069198494775, 39.806265125242817 ], [ -109.99600184975043, 39.806256170281401 ], [ -109.98873639871357, 39.80621109371392 ], [ -109.98429740612764, 39.806203854144222 ], [ -109.97696874372868, 39.806089913367181 ], [ -109.9726291862179, 39.80607409415979 ], [ -109.9721209604587, 39.806078602758888 ], [ -109.96990708040298, 39.806090503383189 ], [ -109.96091153451398, 39.806127419543827 ], [ -109.95756893773653, 39.80615600033898 ], [ -109.95112194572786, 39.806142947875472 ], [ -109.93760152106614, 39.806137063115074 ], [ -109.93232649387276, 39.806106661774493 ], [ -109.92588949395612, 39.806128338112437 ], [ -109.92079590497789, 39.806149546888996 ], [ -109.91808557600619, 39.806159443563963 ], [ -109.91703458134339, 39.806136123777804 ], [ -109.9142253848263, 39.806118878946847 ], [ -109.90956390919237, 39.80614724133445 ], [ -109.90253160437902, 39.806139500494183 ], [ -109.89900950846693, 39.806142171142504 ], [ -109.89887518847114, 39.806140896469302 ], [ -109.89469858300696, 39.806164252203487 ], [ -109.8908379021362, 39.806155339896343 ], [ -109.88316236834336, 39.806193431639613 ], [ -109.8832584315811, 39.806032180024104 ], [ -109.88347684177577, 39.805890125335019 ], [ -109.88386095447559, 39.805614517469202 ], [ -109.88406811923741, 39.805445324084239 ], [ -109.8842101703255, 39.805329562921045 ], [ -109.88457632059773, 39.805080809277591 ], [ -109.88496502726773, 39.804881825106534 ], [ -109.88549388810748, 39.804684185976868 ], [ -109.88596340253329, 39.80454453828763 ], [ -109.88673154548948, 39.804358200523922 ], [ -109.88748216497289, 39.804171689627061 ], [ -109.88807876901375, 39.804118844944369 ], [ -109.88868171965824, 39.804034523681842 ], [ -109.88922758387494, 39.803940642978624 ], [ -109.88982921884505, 39.803865312940047 ], [ -109.89021034048902, 39.803773455102288 ], [ -109.89085011938938, 39.803577753266268 ], [ -109.89133778627982, 39.803397713138231 ], [ -109.89180274254026, 39.803176909924069 ], [ -109.89222703469142, 39.802942201887205 ], [ -109.89261693613449, 39.802666619938378 ], [ -109.89297084292453, 39.802450157934487 ], [ -109.89315996594638, 39.802311409280222 ], [ -109.89334957924328, 39.80214203165302 ], [ -109.89358165735933, 39.801873950798978 ], [ -109.89367329436546, 39.801622550053615 ], [ -109.89371352937302, 39.801298580690464 ], [ -109.89373465728674, 39.80107353698822 ], [ -109.89347434902449, 39.80018809376589 ], [ -109.89317122386274, 39.799860849521409 ], [ -109.89290750858522, 39.799479921665878 ], [ -109.89201513237653, 39.798750619027402 ], [ -109.89156399060118, 39.798403937426109 ], [ -109.89106103341446, 39.798083788293638 ], [ -109.89096270590161, 39.798024284749225 ], [ -109.8905520244877, 39.79777709383248 ], [ -109.88987353704378, 39.797477785591234 ], [ -109.88928739615758, 39.797246930987718 ], [ -109.88868350961235, 39.797030319163525 ], [ -109.88757229969565, 39.796766495357865 ], [ -109.88645151239263, 39.79637282776995 ], [ -109.88539373217907, 39.796056338021799 ], [ -109.88512615091983, 39.795990698661114 ], [ -109.88469565724493, 39.795887453645392 ], [ -109.8842298391649, 39.795801886977692 ], [ -109.88343177702137, 39.795677082530624 ], [ -109.88293713102742, 39.795568708748995 ], [ -109.88277407426838, 39.795540109435393 ], [ -109.88249467369666, 39.795483360022502 ], [ -109.88197660149029, 39.795379261438136 ], [ -109.88152925613058, 39.795235298186789 ], [ -109.88103111331365, 39.794982725661242 ], [ -109.88075135144686, 39.794948493095553 ], [ -109.88037371437974, 39.794827722302877 ], [ -109.87959684246952, 39.794477850799645 ], [ -109.87913381915104, 39.794221104348523 ], [ -109.87878115384281, 39.794001461716569 ], [ -109.8785089919033, 39.79385917949692 ], [ -109.87830076639814, 39.793735534349459 ], [ -109.87817961287556, 39.793644265008353 ], [ -109.87779316473505, 39.793347709384896 ], [ -109.87721711394289, 39.792860111984034 ], [ -109.87691219785421, 39.792577857037038 ], [ -109.87670690994501, 39.792274041272499 ], [ -109.87639755226681, 39.791906148772654 ], [ -109.87632311440605, 39.791815329842365 ], [ -109.87611096627138, 39.79157451524469 ], [ -109.87587072594499, 39.791265854526834 ], [ -109.8757225864824, 39.791039174013306 ], [ -109.87564873712087, 39.790912321102581 ], [ -109.87522213528399, 39.79021443118981 ], [ -109.87504333973794, 39.79007755074575 ], [ -109.8749335805542, 39.790004408095513 ], [ -109.87475886984942, 39.789903606067519 ], [ -109.87458700890595, 39.789771297073401 ], [ -109.87450155924454, 39.789639826004908 ], [ -109.87443983114105, 39.78948606044321 ], [ -109.87439066133835, 39.789278357790842 ], [ -109.87434916573677, 39.788958106892267 ], [ -109.87425394950263, 39.788709413309732 ], [ -109.87417047713652, 39.788528407189375 ], [ -109.874065942313, 39.788063387483604 ], [ -109.87400539148605, 39.787837554565932 ], [ -109.87399914164929, 39.787576209283976 ], [ -109.87399507301855, 39.787395973496245 ], [ -109.87397065457736, 39.787102917533616 ], [ -109.87393331123957, 39.786886319565028 ], [ -109.87391436429452, 39.786615841205716 ], [ -109.87389549091202, 39.78634085863721 ], [ -109.8739604827756, 39.785936047555296 ], [ -109.87401012592467, 39.785756332923732 ], [ -109.87416617816167, 39.785496562346538 ], [ -109.874262305716, 39.785330813307631 ], [ -109.87434003738512, 39.785218944645891 ], [ -109.87451929298074, 39.78496840846406 ], [ -109.8746093606168, 39.784816115069937 ], [ -109.87488866940019, 39.78451699458131 ], [ -109.8750722187492, 39.784361102248155 ], [ -109.87517293364493, 39.784271980355342 ], [ -109.87529101588346, 39.784192036525894 ], [ -109.87552688623562, 39.784050165292228 ], [ -109.87576932680219, 39.783863308116743 ], [ -109.8759471076654, 39.783702853568549 ], [ -109.87627748288149, 39.783494322515701 ], [ -109.8766938882325, 39.783381226472315 ], [ -109.87714575970034, 39.783241442643416 ], [ -109.87798870287378, 39.783109943911526 ], [ -109.87885922463411, 39.783077813565221 ], [ -109.87950578253279, 39.783174156770151 ], [ -109.87995450667324, 39.783228042816745 ], [ -109.88054764936709, 39.783377923593434 ], [ -109.88141394317462, 39.783607018239863 ], [ -109.88239167810923, 39.783877724008093 ], [ -109.88323317324489, 39.784124585911421 ], [ -109.88430485650373, 39.784652959737151 ], [ -109.88485022517031, 39.784869932918781 ], [ -109.88539428895795, 39.785167979437169 ], [ -109.88636573829589, 39.785758440218281 ], [ -109.88681303936504, 39.785974462998396 ], [ -109.88729648132575, 39.786339492726057 ], [ -109.88763731403239, 39.786568006093738 ], [ -109.88801209125769, 39.786864417433975 ], [ -109.88876901566732, 39.787362703907924 ], [ -109.88918452610071, 39.787668511354902 ], [ -109.88989217040354, 39.787891519129666 ], [ -109.89011476445897, 39.787920677888422 ], [ -109.89044762801761, 39.787919356282295 ], [ -109.89077356800432, 39.787985541218198 ], [ -109.89153558544255, 39.788168514532259 ], [ -109.8922332392228, 39.788359878240641 ], [ -109.89316933704184, 39.788612076274987 ], [ -109.89403763002103, 39.788723067276777 ], [ -109.8949598132283, 39.788750773630916 ], [ -109.89556024458311, 39.788815053919905 ], [ -109.89600966727274, 39.788828340454891 ], [ -109.896231459432, 39.788834955301979 ], [ -109.89720000845249, 39.788884708469425 ], [ -109.8979071903476, 39.788846378105262 ], [ -109.89853947636149, 39.788744263729122 ], [ -109.8992358407215, 39.788651763605522 ], [ -109.89973917352988, 39.788579953716173 ], [ -109.90055445616754, 39.788353425739096 ], [ -109.9008535816606, 39.788270666150751 ], [ -109.9010412735078, 39.788218384893149 ], [ -109.90179873607249, 39.787955261192657 ], [ -109.90272629510434, 39.787644187013804 ], [ -109.90299088522676, 39.787529560895344 ], [ -109.90319673257888, 39.787436903523073 ], [ -109.90361412104707, 39.787260651300862 ], [ -109.9041195836748, 39.787053694958921 ], [ -109.90489533711032, 39.786740268553672 ], [ -109.90560719009585, 39.786405511654962 ], [ -109.90611362509382, 39.786136387850711 ], [ -109.90681894336589, 39.785844809043191 ], [ -109.90764834125433, 39.785460691698532 ], [ -109.90818838120589, 39.785281072461871 ], [ -109.90863436602399, 39.785141110413093 ], [ -109.90903179345139, 39.785117818032752 ], [ -109.90932911704921, 39.785147642484823 ], [ -109.90997566957479, 39.785248320962786 ], [ -109.91035464453492, 39.785284315654309 ], [ -109.91067483948281, 39.785344984878932 ], [ -109.91106621625528, 39.785335143490016 ], [ -109.91157471312735, 39.785303874791047 ], [ -109.91197783708563, 39.785289635589415 ], [ -109.91246255473021, 39.785285169553923 ], [ -109.9131399350502, 39.785282506169551 ], [ -109.91402052156353, 39.785353819461328 ], [ -109.91459182284082, 39.785413223687968 ], [ -109.91542471628073, 39.785547149105192 ], [ -109.91616497772083, 39.785630649265165 ], [ -109.91694012963931, 39.785723480203828 ], [ -109.91741731777894, 39.785827041304493 ], [ -109.91836734144218, 39.785939513714986 ], [ -109.91871046309647, 39.786028305008351 ], [ -109.91900104054352, 39.786116605813646 ], [ -109.91926151073288, 39.786263189468372 ], [ -109.91944298255784, 39.786607253462883 ], [ -109.91963416016409, 39.787077545304577 ], [ -109.91973206572857, 39.787537958685171 ], [ -109.9198239226798, 39.788011830408351 ], [ -109.91980534157537, 39.788453139581392 ], [ -109.91980131692368, 39.789083790832841 ], [ -109.91971364853681, 39.789835296144595 ], [ -109.91957279529704, 39.790626850354499 ], [ -109.91948963270239, 39.791090082520974 ], [ -109.91934983134887, 39.791814072313699 ], [ -109.91924336828558, 39.792646490349611 ], [ -109.91935435411303, 39.793390835175892 ], [ -109.9194410812202, 39.793819609831438 ], [ -109.91945662457933, 39.793945892209322 ], [ -109.91949362096763, 39.794194007067048 ], [ -109.91960039355969, 39.794834699214348 ], [ -109.91974241424654, 39.795462204621138 ], [ -109.9199001229063, 39.796206983593791 ], [ -109.91993311471616, 39.796337933195929 ], [ -109.92024166216004, 39.797147184357776 ], [ -109.92056935445351, 39.797852999730679 ], [ -109.92076141413669, 39.798269238249887 ], [ -109.92112070732281, 39.798822178889324 ], [ -109.92152257126912, 39.799267396195205 ], [ -109.92159735850605, 39.799340169892247 ], [ -109.92187455792002, 39.79954096201164 ], [ -109.92237415227315, 39.799712284780057 ], [ -109.92285095332153, 39.799847354511037 ], [ -109.92315403192366, 39.799887107976154 ], [ -109.92342294477881, 39.799870682742416 ], [ -109.9237393320511, 39.799806044200821 ], [ -109.92397272754174, 39.799745140096917 ], [ -109.92424370601447, 39.79967106923408 ], [ -109.92488308781952, 39.799492293971198 ], [ -109.92561659895075, 39.799269337660235 ], [ -109.92633440840206, 39.798929103641342 ], [ -109.9266696376524, 39.798779038055564 ], [ -109.92681097432515, 39.798703761850213 ], [ -109.92738834665872, 39.798380241880835 ], [ -109.92792539756546, 39.798020307138103 ], [ -109.92854073102772, 39.797507925650045 ], [ -109.92904441024369, 39.797039559482222 ], [ -109.9294009838479, 39.796641912515881 ], [ -109.92955128104825, 39.796364895341931 ], [ -109.92971544788809, 39.795946551506802 ], [ -109.92979145275925, 39.795564334613957 ], [ -109.9297648402252, 39.795397407225522 ], [ -109.92973752961331, 39.795275522560154 ], [ -109.92959403556303, 39.794737212773789 ], [ -109.9295177212162, 39.794386026159799 ], [ -109.9294799204727, 39.794187461034333 ], [ -109.92942565039544, 39.793921170168986 ], [ -109.92921945529595, 39.793284074080411 ], [ -109.92904571261101, 39.792813959098424 ], [ -109.92885808878211, 39.792109459890135 ], [ -109.92858176829198, 39.791476220085379 ], [ -109.92828541993269, 39.791004971724171 ], [ -109.92802585597171, 39.790421439404071 ], [ -109.92760024078321, 39.789701224344903 ], [ -109.92731532556506, 39.789171515112585 ], [ -109.92701878551604, 39.788713776403078 ], [ -109.92641221957908, 39.787915299853296 ], [ -109.92607503158618, 39.787443667837444 ], [ -109.92533899136401, 39.786711561106898 ], [ -109.92492626824368, 39.78621670153538 ], [ -109.92450193045592, 39.785718128893272 ], [ -109.92404794425629, 39.785249012274782 ], [ -109.92372829989571, 39.78477753601463 ], [ -109.92367265486145, 39.784601327881958 ], [ -109.92362270792954, 39.784434182420512 ], [ -109.92343333519899, 39.783846785581659 ], [ -109.92325254199596, 39.783083775941257 ], [ -109.92308451778597, 39.782550635617113 ], [ -109.92296300709953, 39.782180104039668 ], [ -109.92286283921514, 39.781863829532597 ], [ -109.92268389100289, 39.781357616700312 ], [ -109.92258428751745, 39.781005307751499 ], [ -109.92248939879956, 39.780725121298246 ], [ -109.92234935367102, 39.780345407039341 ], [ -109.92223483976734, 39.779826276988963 ], [ -109.92220620762785, 39.779416062714468 ], [ -109.92224629369045, 39.779092080255637 ], [ -109.92226085858738, 39.778532703522131 ], [ -109.9223287129404, 39.778299978414587 ], [ -109.92235864115858, 39.777953376878571 ], [ -109.92237419338642, 39.777630067444903 ], [ -109.92229845272504, 39.777245544164693 ], [ -109.92222769320989, 39.776916027209381 ], [ -109.92207014415037, 39.776536149843913 ], [ -109.92194614594743, 39.776251187449652 ], [ -109.9216837360389, 39.775856820563973 ], [ -109.92139917463241, 39.775385663380249 ], [ -109.92118213410608, 39.775077310673971 ], [ -109.92089343014467, 39.774497995376755 ], [ -109.92081142728559, 39.774141343313225 ], [ -109.92086762128847, 39.773907609471173 ], [ -109.92097459284545, 39.773413061724028 ], [ -109.92110230961353, 39.773085389167001 ], [ -109.92123558108614, 39.772775787808563 ], [ -109.92132623316681, 39.772578413442218 ], [ -109.9217467859054, 39.77181648316661 ], [ -109.92198455790226, 39.771543891211934 ], [ -109.92237732358868, 39.771065511153402 ], [ -109.92256804288179, 39.770815005687879 ], [ -109.92275869056508, 39.770569004161793 ], [ -109.92304462442397, 39.770202253373284 ], [ -109.92359630616681, 39.7696397498759 ], [ -109.92415022269405, 39.768933106448515 ], [ -109.92428101832412, 39.768781151084468 ], [ -109.92473275138191, 39.768262764838354 ], [ -109.92489420005452, 39.768016489096858 ], [ -109.92494229597344, 39.76792683591276 ], [ -109.92511161142946, 39.767549989556414 ], [ -109.92552198922451, 39.766311328012996 ], [ -109.92560980828826, 39.76591931044684 ], [ -109.92572728545392, 39.765496933738042 ], [ -109.92577108195978, 39.765308131713752 ], [ -109.92581486421494, 39.765120230521852 ], [ -109.9259182726674, 39.764476080325302 ], [ -109.92602990880796, 39.764053649132663 ], [ -109.92607291969937, 39.763915294997467 ], [ -109.92625065798531, 39.763370940825872 ], [ -109.926521831621, 39.762823846639648 ], [ -109.92669196463368, 39.762392945837718 ], [ -109.92687918488879, 39.761989232392068 ], [ -109.92712742224566, 39.761414894889839 ], [ -109.92717100239277, 39.761239605008129 ], [ -109.92749082714742, 39.760490235589927 ], [ -109.92754759472214, 39.760292542683786 ], [ -109.92756664050748, 39.760193609931065 ], [ -109.9275980204887, 39.759675831424211 ], [ -109.92759476959775, 39.759509118478604 ], [ -109.9275684677751, 39.759323271769617 ], [ -109.92754136952381, 39.759188774048724 ], [ -109.92743142618876, 39.758750778506965 ], [ -109.92739455710979, 39.758493655962823 ], [ -109.92733277121792, 39.757961501498002 ], [ -109.92738483989145, 39.757615101974217 ], [ -109.92739242283096, 39.757502548431248 ], [ -109.92741419319869, 39.757227947976276 ], [ -109.92747898069483, 39.756814091722156 ], [ -109.92762179914362, 39.756261303084663 ], [ -109.92773896691062, 39.755856940465712 ], [ -109.92781402560669, 39.75553327773919 ], [ -109.92784669673314, 39.755308332217709 ], [ -109.92790791778191, 39.755124194922772 ], [ -109.92796637551933, 39.754741814392276 ], [ -109.92802948113423, 39.754436060840078 ], [ -109.92806171803187, 39.754239041876339 ], [ -109.92817328712665, 39.75374362700083 ], [ -109.92822503499018, 39.753492728765345 ], [ -109.92826208716494, 39.753361526421898 ], [ -109.92833588392635, 39.753118940622514 ], [ -109.92839919567528, 39.752799673830573 ], [ -109.92841949434661, 39.752619663288577 ], [ -109.92848940845275, 39.752250902932921 ], [ -109.92860544726209, 39.75191860788869 ], [ -109.92869856180732, 39.7515590714154 ], [ -109.92880722798736, 39.751325816971935 ], [ -109.92886142126076, 39.751218198317311 ], [ -109.92899996090628, 39.75094016986138 ], [ -109.9292158935958, 39.750563746332389 ], [ -109.9293941621364, 39.750358163093694 ], [ -109.92956103783096, 39.750134454694269 ], [ -109.92964489355315, 39.74999557454619 ], [ -109.92972895805792, 39.749843181404103 ], [ -109.92981850896683, 39.749713363539776 ], [ -109.92990798983982, 39.749588049908006 ], [ -109.93034871807025, 39.749015478554952 ], [ -109.9309358756182, 39.748408214623105 ], [ -109.93141034582177, 39.747917038996789 ], [ -109.9318474334471, 39.747578685770833 ], [ -109.93211828293609, 39.747423504633133 ], [ -109.93242408614016, 39.747272248318488 ], [ -109.93304870503555, 39.747260872906359 ], [ -109.93356797267518, 39.747269249011772 ], [ -109.93380733649229, 39.747263339098403 ], [ -109.93411081688774, 39.747262522460133 ], [ -109.93433221732667, 39.747286179200401 ], [ -109.93459361711774, 39.747365163127689 ], [ -109.93490100474637, 39.747489618025789 ], [ -109.93517268926155, 39.74765879411806 ], [ -109.93550786842596, 39.74787360145951 ], [ -109.93602894349495, 39.748144171494516 ], [ -109.93655641194474, 39.74837875813774 ], [ -109.93698565464064, 39.748549373467569 ], [ -109.93713619326017, 39.748627336304374 ], [ -109.93754696452464, 39.748860849773067 ], [ -109.93816594054786, 39.7492179004756 ], [ -109.93895956729085, 39.749603574319337 ], [ -109.93977695862097, 39.749962430104311 ], [ -109.94022935993976, 39.750070175648908 ], [ -109.94093405128606, 39.750243291108866 ], [ -109.9411543466346, 39.750339905041749 ], [ -109.94143320319893, 39.75042353780627 ], [ -109.94164264248835, 39.750466893345397 ], [ -109.94185794499836, 39.7505084999787 ], [ -109.94227678359087, 39.750597911757517 ], [ -109.94269596762582, 39.750664800403371 ], [ -109.94305233991859, 39.750641016481623 ], [ -109.94333903137898, 39.750594072346153 ], [ -109.94364357264932, 39.750524765184792 ], [ -109.94405500716221, 39.750334795975235 ], [ -109.94507633978321, 39.749952152160496 ], [ -109.94529630038618, 39.749688358771458 ], [ -109.94539179481336, 39.749549572860175 ], [ -109.94545213970896, 39.749419477427544 ], [ -109.94547424725629, 39.749117846233837 ], [ -109.94539536957831, 39.748932426368448 ], [ -109.94529933005049, 39.748724325717028 ], [ -109.94530372626545, 39.748436048450394 ], [ -109.94529109838081, 39.748039497509914 ], [ -109.94520117734373, 39.747124174057994 ], [ -109.94520585227707, 39.74643495799797 ], [ -109.94522898999911, 39.746065761688115 ], [ -109.94526887683234, 39.745746272094678 ], [ -109.94540871302334, 39.745378136079864 ], [ -109.94556515981623, 39.745068715235831 ], [ -109.94568761187153, 39.744692311978895 ], [ -109.94572004069877, 39.744402487135979 ], [ -109.94573787529082, 39.744074688048862 ], [ -109.94578716269434, 39.743903947225945 ], [ -109.94591470484757, 39.743576243445446 ], [ -109.94619738095263, 39.743024700000824 ], [ -109.94642836675519, 39.742801548798262 ], [ -109.94651238623752, 39.742725727057589 ], [ -109.94664706431915, 39.742618830259325 ], [ -109.94681819153828, 39.742494244180243 ], [ -109.94692376373366, 39.742382577997297 ], [ -109.94705617379361, 39.742194570825149 ], [ -109.94709317013601, 39.742064262534569 ], [ -109.94712419455307, 39.741942909982868 ], [ -109.9471962729901, 39.741424592125888 ], [ -109.94721560595998, 39.740921112662711 ], [ -109.94726398789521, 39.740426005549153 ], [ -109.94738561326197, 39.74010275120785 ], [ -109.94751733035605, 39.739883202385613 ], [ -109.9476841904999, 39.739654962080522 ], [ -109.94777314633697, 39.739561164262156 ], [ -109.94785015899622, 39.739485277972328 ], [ -109.94814022523842, 39.73921310406471 ], [ -109.94862968619839, 39.738875161155157 ], [ -109.94917775990275, 39.7385197269112 ], [ -109.94938504139351, 39.738318879786362 ], [ -109.94962876384201, 39.738023757762292 ], [ -109.94989554801019, 39.737746863700295 ], [ -109.95017283673288, 39.737546648433415 ], [ -109.95047257275471, 39.737405200015296 ], [ -109.95067120646588, 39.737312391530317 ], [ -109.95101260579028, 39.737193843162345 ], [ -109.95122414185316, 39.737096645353169 ], [ -109.95141254507902, 39.736985723284917 ], [ -109.95177890957099, 39.736682694514734 ], [ -109.95222200231659, 39.736321792596613 ], [ -109.9525889052268, 39.735982726323748 ], [ -109.9528789380981, 39.735710539974455 ], [ -109.95320499563967, 39.735371103227308 ], [ -109.95354950595532, 39.734968762320683 ], [ -109.95380506210941, 39.734583638534794 ], [ -109.95390854040406, 39.734377342524667 ], [ -109.9540161312833, 39.734130538744111 ], [ -109.95411452313589, 39.733874642027182 ], [ -109.95416562021894, 39.733582279353861 ], [ -109.95419813530962, 39.733438413251989 ], [ -109.95422207428533, 39.733321499696181 ], [ -109.95427346271363, 39.732623692205109 ], [ -109.95431464640889, 39.732215011836729 ], [ -109.95431066390306, 39.732092440743713 ], [ -109.95423387255238, 39.731073625369135 ], [ -109.9541473299838, 39.73054576393735 ], [ -109.95399751261802, 39.730035352147731 ], [ -109.95391327552946, 39.729818354373869 ], [ -109.95374303242971, 39.729501471983419 ], [ -109.95355515383191, 39.729193440303312 ], [ -109.95333234352185, 39.728880588379113 ], [ -109.9530688366069, 39.728558359045252 ], [ -109.95263984075629, 39.727991367520268 ], [ -109.95230180071178, 39.72758286942252 ], [ -109.95220426832024, 39.72747386973969 ], [ -109.95210090278415, 39.727364817318239 ], [ -109.95200350741817, 39.727246808753591 ], [ -109.95192903685563, 39.727156036931717 ], [ -109.95175819522602, 39.726879690919588 ], [ -109.95165043058567, 39.726675993901907 ], [ -109.95149161277214, 39.726376330200488 ], [ -109.95128597944931, 39.726086154295601 ], [ -109.95104573020315, 39.72577043737239 ], [ -109.95096605720248, 39.725638172140137 ], [ -109.95072570169017, 39.725329661543512 ], [ -109.95047197437334, 39.725133653937291 ], [ -109.95006842893558, 39.72481465651353 ], [ -109.94956818352149, 39.724332603586795 ], [ -109.94909141440925, 39.723841751069507 ], [ -109.94872418129465, 39.723437483131576 ], [ -109.94845543053317, 39.723079155902731 ], [ -109.94830176959915, 39.722825485220554 ], [ -109.94824246493671, 39.722505094584001 ], [ -109.94826921877707, 39.722280088122822 ], [ -109.9483193728387, 39.722050788661662 ], [ -109.94843238926589, 39.721907653185028 ], [ -109.94860551360965, 39.721647932579678 ], [ -109.94871406388314, 39.721414656808967 ], [ -109.9487826721212, 39.72112245453058 ], [ -109.94889046864805, 39.72093872650386 ], [ -109.94899805944613, 39.720768511441669 ], [ -109.94906352040643, 39.72068350947751 ], [ -109.94936804274283, 39.720298837701222 ], [ -109.94971097626011, 39.719919918582789 ], [ -109.95003575708984, 39.719660666688746 ], [ -109.95014787803005, 39.719576086089567 ], [ -109.95051210571917, 39.719408190154645 ], [ -109.95077539983973, 39.71935651034984 ], [ -109.95098613041175, 39.719308859963355 ], [ -109.95132634141055, 39.71918579423194 ], [ -109.95157322722679, 39.719061884702555 ], [ -109.95174326356081, 39.71900485545067 ], [ -109.95201211529512, 39.718971242931978 ], [ -109.95232029639443, 39.719037094303971 ], [ -109.95249295373813, 39.719115237022741 ], [ -109.95288694627243, 39.719370169341715 ], [ -109.95326698385892, 39.71962227151122 ], [ -109.95378888220309, 39.719906284849586 ], [ -109.95421270148111, 39.720118233659292 ], [ -109.9546052571778, 39.720314582465228 ], [ -109.95484833329934, 39.720442910573823 ], [ -109.95535144319297, 39.720735757704723 ], [ -109.95575065185731, 39.72095558840762 ], [ -109.95613928390483, 39.721103242956126 ], [ -109.95663304638079, 39.721242831169185 ], [ -109.95689588095269, 39.721299252897509 ], [ -109.95717299956272, 39.721414367087498 ], [ -109.95746186629148, 39.721601665802744 ], [ -109.95767538045709, 39.721756752396459 ], [ -109.95790069719517, 39.72190293458695 ], [ -109.95812662501447, 39.72200857700588 ], [ -109.95841651342003, 39.722128307818757 ], [ -109.95863708406064, 39.722202366320651 ], [ -109.95911797441171, 39.722422918156468 ], [ -109.95936615464447, 39.722600837364254 ], [ -109.95967232846348, 39.722801800666602 ], [ -109.95993164979564, 39.723014957347239 ], [ -109.96015554098436, 39.723256627959081 ], [ -109.96042890145436, 39.723700564219392 ], [ -109.96081791494662, 39.724213109856912 ], [ -109.96124688811727, 39.724784576462106 ], [ -109.96147699201049, 39.725079458832859 ], [ -109.96166399899766, 39.725369450288639 ], [ -109.96176989958749, 39.725699260879914 ], [ -109.96181278279207, 39.725951923171067 ], [ -109.96182670212266, 39.726190811478247 ], [ -109.96181017089312, 39.726515022021339 ], [ -109.96171095799458, 39.726906067708086 ], [ -109.96164757351487, 39.7273199586472 ], [ -109.96168197033967, 39.727671654496298 ], [ -109.96175850398237, 39.728014717237357 ], [ -109.96185213361491, 39.728384962659995 ], [ -109.96188260822359, 39.728687068582403 ], [ -109.96192761118502, 39.729187523327404 ], [ -109.96191319705817, 39.729759526286692 ], [ -109.96175192600489, 39.730397790402129 ], [ -109.96169061524539, 39.73059546089349 ], [ -109.96165351773328, 39.730734783268112 ], [ -109.96162110487175, 39.73095073209209 ], [ -109.9616388979837, 39.731320299117073 ], [ -109.96169766323305, 39.731681222657123 ], [ -109.96169864461997, 39.732004688526921 ], [ -109.96163515584992, 39.732347399581144 ], [ -109.96147563329177, 39.732868549356219 ], [ -109.96133034539862, 39.733218637283159 ], [ -109.96105244758446, 39.733851351408624 ], [ -109.96088360276666, 39.734215643766106 ], [ -109.96080888602967, 39.734528520896582 ], [ -109.96073921791277, 39.734893700822845 ], [ -109.96065302281042, 39.735582189582125 ], [ -109.96065677489538, 39.736109304683197 ], [ -109.96070312581909, 39.736519671943313 ], [ -109.96069114994542, 39.737316944289567 ], [ -109.96069557875258, 39.737799015610683 ], [ -109.96080541890636, 39.738255901837725 ], [ -109.96094336058285, 39.738395889727052 ], [ -109.96110055109588, 39.738419821551496 ], [ -109.96130529604491, 39.738385614119174 ], [ -109.96168275653604, 39.73842953587797 ], [ -109.96185740089818, 39.738534712236124 ], [ -109.96200627074488, 39.738724351255037 ], [ -109.96209854995001, 39.739185584158456 ], [ -109.96222871240114, 39.739844473240069 ], [ -109.96234414349239, 39.740318526769748 ], [ -109.96245732190253, 39.740553796768097 ], [ -109.96254945932596, 39.740635709715072 ], [ -109.96272918343168, 39.740713900349753 ], [ -109.96287403539289, 39.740782769195704 ], [ -109.96334862538666, 39.741043791802277 ], [ -109.96346437300575, 39.741107895013727 ], [ -109.96397905452828, 39.741419728682104 ], [ -109.96452370349988, 39.741757055222081 ], [ -109.96495012487777, 39.74204016640666 ], [ -109.96531494943601, 39.742228122667704 ], [ -109.96549481558083, 39.742297300360541 ], [ -109.96616306348449, 39.742487056829937 ], [ -109.96685305669592, 39.742705834798976 ], [ -109.96754017198, 39.742883137382968 ], [ -109.96797643701103, 39.742977116431184 ], [ -109.9682848750203, 39.7430339179896 ], [ -109.96847728911797, 39.743044638034654 ], [ -109.96866440572892, 39.743019270957099 ], [ -109.9690222082918, 39.742896310484788 ], [ -109.96940286555075, 39.742805987590934 ], [ -109.9696070293115, 39.742811404123437 ], [ -109.96984578593532, 39.742845058111818 ], [ -109.97004926579309, 39.742896418463665 ], [ -109.97051470852645, 39.742990646881267 ], [ -109.97086426052464, 39.743029786366641 ], [ -109.97105707710566, 39.743013475899389 ], [ -109.97126176416994, 39.742983755415501 ], [ -109.97184215455775, 39.742804194191201 ], [ -109.97239330120311, 39.742628876121614 ], [ -109.97294994548263, 39.742476128904471 ], [ -109.97344200403893, 39.74234983763607 ], [ -109.97373991055971, 39.742329947099577 ], [ -109.97424806831873, 39.742298399085392 ], [ -109.97522373954736, 39.742221422640533 ], [ -109.976549559863, 39.742143020884221 ], [ -109.9774085320319, 39.742064997028976 ], [ -109.97795169491795, 39.742033741163944 ], [ -109.97850639380631, 39.742011594216187 ], [ -109.97891522409046, 39.741988161525775 ], [ -109.97937119717132, 39.741933607132289 ], [ -109.97997927091318, 39.741853357827715 ], [ -109.98113196229372, 39.741642737975397 ], [ -109.98164654379237, 39.741570669169647 ], [ -109.98240545270035, 39.741550294972711 ], [ -109.98322290689332, 39.741516913748576 ], [ -109.98404083671007, 39.74145109512726 ], [ -109.98488300277022, 39.741324215068182 ], [ -109.98504696877846, 39.741285104144168 ], [ -109.98567352555409, 39.741137411967642 ], [ -109.98629470708305, 39.740958134640408 ], [ -109.98652305064091, 39.740906068905581 ], [ -109.98676240343674, 39.740899148552813 ], [ -109.9871549739981, 39.740789950364729 ], [ -109.98726662355068, 39.74073686485815 ], [ -109.98796569037745, 39.740418603864207 ], [ -109.98901482628615, 39.740103388140355 ], [ -109.98914948260106, 39.740073026057551 ], [ -109.99008635736512, 39.739852328369373 ], [ -109.99110651283505, 39.739522425566541 ], [ -109.99149415371262, 39.739350100112588 ], [ -109.99164251178074, 39.739180199922927 ], [ -109.99189890935516, 39.738804008992815 ], [ -109.99225062369602, 39.738293495721109 ], [ -109.99266218518541, 39.737679886225244 ], [ -109.99286573443358, 39.737325759272011 ], [ -109.99299022321186, 39.73679074697872 ], [ -109.99322556119478, 39.736256695966816 ], [ -109.9933727267139, 39.73576692961305 ], [ -109.99338242720577, 39.735501219985821 ], [ -109.99338314589562, 39.735050728312189 ], [ -109.99344246796056, 39.734582724864936 ], [ -109.99345287609052, 39.734348556172037 ], [ -109.99347538306009, 39.73384419357388 ], [ -109.9934624518899, 39.733208879211688 ], [ -109.99345858058109, 39.732672752923492 ], [ -109.99335186082224, 39.731987070354123 ], [ -109.99318123274273, 39.731282813409095 ], [ -109.99313842848215, 39.731016648202143 ], [ -109.99300208693917, 39.730763186534325 ], [ -109.99288187118849, 39.730604469237797 ], [ -109.99261751614158, 39.73032737149984 ], [ -109.99234621451988, 39.730126797562114 ], [ -109.99208625394584, 39.729948846374498 ], [ -109.99178014987156, 39.729734453981152 ], [ -109.99123632340547, 39.729417984603316 ], [ -109.99051930527693, 39.728975669181345 ], [ -109.9899061313011, 39.728614441667553 ], [ -109.98912293430107, 39.728310295245308 ], [ -109.98829937017589, 39.727974256866368 ], [ -109.98725473290176, 39.727595739337104 ], [ -109.98639022010106, 39.727268340156392 ], [ -109.98551431271879, 39.726922815038698 ], [ -109.98505677087601, 39.72669356645541 ], [ -109.98486728336107, 39.726565770065768 ], [ -109.98472736941571, 39.726478951793233 ], [ -109.98420698768231, 39.726159050587292 ], [ -109.98364014216615, 39.725825225307865 ], [ -109.98333558016981, 39.725588299250937 ], [ -109.98312175562393, 39.725370187193306 ], [ -109.98285268540536, 39.725020946154793 ], [ -109.98265819266601, 39.724757952775718 ], [ -109.98254377806666, 39.724603780568998 ], [ -109.982234808187, 39.72419111858293 ], [ -109.98189694094195, 39.723760182391608 ], [ -109.9816667273368, 39.723546428876922 ], [ -109.98153528130825, 39.723360571364253 ], [ -109.98146243259067, 39.723157207896769 ], [ -109.98145944932284, 39.722963467358305 ], [ -109.98150949428856, 39.722734152179974 ], [ -109.98150730614405, 39.722486358776962 ], [ -109.98144715859007, 39.722292116677274 ], [ -109.98125369955009, 39.721880465408283 ], [ -109.98119311578884, 39.721636664486155 ], [ -109.98118555975849, 39.721357289022443 ], [ -109.98111974032341, 39.721072897215159 ], [ -109.98101236146233, 39.720837695430355 ], [ -109.9808538794244, 39.72050744019441 ], [ -109.98071309957542, 39.719767386310743 ], [ -109.98056455307938, 39.719158809623906 ], [ -109.98030454978941, 39.718592501650754 ], [ -109.97999237476397, 39.718004110733212 ], [ -109.97977610795999, 39.717637306281503 ], [ -109.97971354151493, 39.717528636694723 ], [ -109.97949694568049, 39.717184353759436 ], [ -109.97931255879297, 39.717029563143143 ], [ -109.97905341141488, 39.716802034968012 ], [ -109.97892206459485, 39.716610769250195 ], [ -109.97885372095362, 39.716498444386175 ], [ -109.97859783292257, 39.716050199363089 ], [ -109.97821522827191, 39.715492718782983 ], [ -109.97809533843096, 39.715315968911888 ], [ -109.97754386722931, 39.714738979572907 ], [ -109.97730224470568, 39.714510700801831 ], [ -109.97677029537745, 39.714192466201077 ], [ -109.97614454039393, 39.713906738850696 ], [ -109.97523572589085, 39.713434706306543 ], [ -109.97444843536502, 39.712950225253586 ], [ -109.97378508461352, 39.712526300364381 ], [ -109.9730382834673, 39.712144881448339 ], [ -109.97267996095147, 39.711920966680694 ], [ -109.97221761102934, 39.711632159039631 ], [ -109.97149063928191, 39.711095033018076 ], [ -109.97111154182728, 39.710699739676322 ], [ -109.97075007870562, 39.710295591440293 ], [ -109.97056767135189, 39.710010159682085 ], [ -109.97052905675541, 39.709861152537954 ], [ -109.97053160107427, 39.709689985389304 ], [ -109.9705872357606, 39.709478744053754 ], [ -109.97066619793303, 39.709267709507927 ], [ -109.97079221677095, 39.709030062106194 ], [ -109.97085595770861, 39.708665722704701 ], [ -109.97093572120022, 39.708400635121166 ], [ -109.97105014066069, 39.708158379587424 ], [ -109.97115175812431, 39.707992595376091 ], [ -109.97159441768922, 39.707248688246615 ], [ -109.97195931632473, 39.706634735628953 ], [ -109.97235799562976, 39.706102170704291 ], [ -109.97273509882903, 39.705844218190478 ], [ -109.97303465136112, 39.705702708384131 ], [ -109.97332280643113, 39.705543077024529 ], [ -109.97376921523151, 39.705330783910881 ], [ -109.9744606826206, 39.705111643962091 ], [ -109.97492921176952, 39.704980631684975 ], [ -109.97529846877583, 39.70485775137751 ], [ -109.97552231502546, 39.704786745848871 ], [ -109.97661060313555, 39.704472884924584 ], [ -109.97720258438798, 39.704275376561064 ], [ -109.97762478297381, 39.70412142019233 ], [ -109.97840217144275, 39.704006628166169 ], [ -109.97882250653095, 39.703978790989993 ], [ -109.97907909383818, 39.703981047518262 ], [ -109.97942858748645, 39.704011150182815 ], [ -109.97973706167591, 39.704054406337271 ], [ -109.98052875876573, 39.7041559657536 ], [ -109.98125405881179, 39.704410107166581 ], [ -109.98182250714119, 39.704622323630751 ], [ -109.98279804709912, 39.70491468966727 ], [ -109.98355967544045, 39.705079034998136 ], [ -109.98422428326175, 39.705098366565586 ], [ -109.98467915071382, 39.705102345318778 ], [ -109.98524554520407, 39.705057742117155 ], [ -109.98570159977839, 39.704980637240176 ], [ -109.98620489966321, 39.704863398118171 ], [ -109.98688242145394, 39.704797232217622 ], [ -109.98760626573414, 39.704753991294474 ], [ -109.98782216697329, 39.704746863722058 ], [ -109.98803813398196, 39.704735231320399 ], [ -109.98844707026686, 39.704689239938176 ], [ -109.98893817446202, 39.704607922683238 ], [ -109.98925347527492, 39.704583638008316 ], [ -109.98974962111394, 39.704556421218477 ], [ -109.99004612899745, 39.704540980864763 ], [ -109.99043270594544, 39.704508302977779 ], [ -109.99067245768654, 39.704465337476016 ], [ -109.99083620162158, 39.704435225846019 ], [ -109.99137544834215, 39.704331791693427 ], [ -109.99235890222299, 39.704002455986156 ], [ -109.99303293613852, 39.703774043751032 ], [ -109.9934567993909, 39.703502913989233 ], [ -109.99383407281141, 39.703226873906722 ], [ -109.99403017517504, 39.702976292993554 ], [ -109.99418741797132, 39.702590224980682 ], [ -109.994209817212, 39.702252543720078 ], [ -109.99412011184651, 39.702003991348491 ], [ -109.99395551509471, 39.701691719926828 ], [ -109.99373765263904, 39.701433046683725 ], [ -109.99353158531835, 39.701165465265426 ], [ -109.9935289605579, 39.700944697271702 ], [ -109.99355523045971, 39.700742199764306 ], [ -109.99352678665596, 39.700291452667109 ], [ -109.99340458572486, 39.69987142776823 ], [ -109.99328042265246, 39.699586535884094 ], [ -109.99305503125929, 39.699043980632929 ], [ -109.99297301135898, 39.698668452742915 ], [ -109.99295720719768, 39.698552086497244 ], [ -109.99293433705911, 39.698119407478934 ], [ -109.99294285243315, 39.697934776048726 ], [ -109.9930464269456, 39.697228388194411 ], [ -109.99321335400219, 39.696576609608208 ], [ -109.99341965436571, 39.696024282235499 ], [ -109.993688978516, 39.695549085828233 ], [ -109.99375781441313, 39.695226222741439 ], [ -109.99371641405135, 39.69486456218317 ], [ -109.99372361850919, 39.694770019418655 ], [ -109.99375538883379, 39.694590094364202 ], [ -109.99401094009424, 39.693857992112953 ], [ -109.99426847000306, 39.693310611778216 ], [ -109.99457307768813, 39.692894283800499 ], [ -109.99491759101177, 39.692460280370895 ], [ -109.99533271964052, 39.691981836775341 ], [ -109.99567657081425, 39.691592875386995 ], [ -109.99582532738071, 39.691468021622676 ], [ -109.99594207664236, 39.691378930993139 ], [ -109.99624767656454, 39.691214887728414 ], [ -109.99647080048973, 39.691108696031321 ], [ -109.99730006691415, 39.690620308712305 ], [ -109.99798802450971, 39.690225301327516 ], [ -109.99836344907808, 39.690070864989451 ], [ -109.99889661763551, 39.689895262494034 ], [ -109.99913657393974, 39.689834260888787 ], [ -109.99933072775373, 39.689795389141494 ], [ -109.99976256951417, 39.689690989603548 ], [ -109.99993223507614, 39.689651905894472 ], [ -110.00011265503932, 39.689594894485182 ], [ -110.0004940286213, 39.689512582683541 ], [ -110.0011713231945, 39.689450835622836 ], [ -110.00185412262665, 39.689411657005635 ], [ -110.00224508000916, 39.689392492044639 ], [ -110.00260753371471, 39.689328030768493 ], [ -110.00278302720292, 39.689288992941009 ], [ -110.00316368354387, 39.689175131071181 ], [ -110.00341140718902, 39.688979036784602 ], [ -110.00370640634507, 39.688739198439791 ], [ -110.00393658428008, 39.688546556471366 ], [ -110.00445611866861, 39.688100510293488 ], [ -110.00475934857042, 39.68777424343579 ], [ -110.00485968903027, 39.687608417764359 ], [ -110.00509340316732, 39.687168928744128 ], [ -110.00517281572482, 39.686917328109509 ], [ -110.00535412170643, 39.68655397479796 ], [ -110.00549267092461, 39.686163224865162 ], [ -110.00551410336773, 39.685888602248376 ], [ -110.0055493799366, 39.685461828513802 ], [ -110.00546432028273, 39.684888061475192 ], [ -110.00532406504823, 39.684503933391369 ], [ -110.00520667845788, 39.68415153618443 ], [ -110.00506480980438, 39.683880019450747 ], [ -110.00499659686049, 39.683757799397874 ], [ -110.00475024516487, 39.68345385177139 ], [ -110.00455519974535, 39.683231433839644 ], [ -110.00431934689264, 39.683008665673078 ], [ -110.00411160915023, 39.682858218498652 ], [ -110.00380437759124, 39.682733947555207 ], [ -110.0032892830958, 39.682549326509893 ], [ -110.00275942240985, 39.682418636628036 ], [ -110.0023508207599, 39.68245116697117 ], [ -110.00215040557167, 39.682521525246941 ], [ -110.00184006451768, 39.682694553783023 ], [ -110.00152253153479, 39.68288103469888 ], [ -110.00109461989682, 39.683039535134952 ], [ -110.00068465032317, 39.683166653251021 ], [ -109.99935491009759, 39.683596693823233 ], [ -109.99845320835736, 39.683859221079686 ], [ -109.99799095565038, 39.6839723636025 ], [ -109.99769304558625, 39.684010337649596 ], [ -109.99738937047493, 39.68404375613413 ], [ -109.9966584051422, 39.684191513992403 ], [ -109.99595065202517, 39.684346675975775 ], [ -109.99490429022229, 39.684531339297401 ], [ -109.99437919495597, 39.684634913375625 ], [ -109.99363730100987, 39.684651010995367 ], [ -109.99335739897445, 39.684653089823342 ], [ -109.99216147781473, 39.684696776187117 ], [ -109.99132688017464, 39.684752599527137 ], [ -109.99049908211946, 39.684741801732784 ], [ -109.99009185317021, 39.684678794425153 ], [ -109.98950454097897, 39.684570069517491 ], [ -109.98895895980478, 39.684398634778717 ], [ -109.98839681199949, 39.684163982927714 ], [ -109.98791622030217, 39.683934544250867 ], [ -109.98763954463256, 39.683715891621659 ], [ -109.98726050036522, 39.683320649906463 ], [ -109.98694460051502, 39.682993533108196 ], [ -109.98659869886173, 39.682724718833761 ], [ -109.98624054759424, 39.68249634173749 ], [ -109.98595334360948, 39.682201007872969 ], [ -109.98551249779304, 39.681647545094101 ], [ -109.98511915310033, 39.68103593055428 ], [ -109.98491528882506, 39.680624191977962 ], [ -109.98484227452285, 39.680434342924571 ], [ -109.98475480620728, 39.68003713660265 ], [ -109.9847512193637, 39.679883934612135 ], [ -109.98475871107975, 39.679770473642527 ], [ -109.98478564361062, 39.679523834080612 ], [ -109.98482325872261, 39.67934396217548 ], [ -109.98485412083949, 39.679227101484642 ], [ -109.98492114660435, 39.67902946656838 ], [ -109.98496936481199, 39.678921767596059 ], [ -109.98502347823116, 39.67880961510987 ], [ -109.98532075048361, 39.678415771349997 ], [ -109.98566241367607, 39.678175485243948 ], [ -109.9860203109516, 39.678020935257756 ], [ -109.98651909858852, 39.677800038586128 ], [ -109.98671429747931, 39.677608026170482 ], [ -109.98694061622008, 39.67728113427944 ], [ -109.98701267365396, 39.677137602211737 ], [ -109.98709082326758, 39.676976103149791 ], [ -109.98717061742485, 39.676701992833507 ], [ -109.9872138565341, 39.676535684155837 ], [ -109.98732078207128, 39.676000519057538 ], [ -109.98736770410657, 39.675581961161363 ], [ -109.9874843908139, 39.675176625595647 ], [ -109.98754025973312, 39.674943752528087 ], [ -109.98751565232611, 39.674632691381092 ], [ -109.98740924107827, 39.674334431995156 ], [ -109.98714913133702, 39.673782550702697 ], [ -109.98704894665964, 39.673457315119698 ], [ -109.98701568356648, 39.67333989433785 ], [ -109.98692631570466, 39.673072417297789 ], [ -109.98675887123102, 39.672562789642456 ], [ -109.98669764927888, 39.672364034355894 ], [ -109.98666879709971, 39.671944815273477 ], [ -109.98667077162983, 39.671809681749288 ], [ -109.98667086633647, 39.671404230294975 ], [ -109.98663068614842, 39.670962387159889 ], [ -109.98647333938098, 39.67056006667918 ], [ -109.98605604006724, 39.669596853254639 ], [ -109.98588895234457, 39.669063801081748 ], [ -109.98574672836139, 39.66882379256505 ], [ -109.98566153936373, 39.66866987757858 ], [ -109.98559966497508, 39.668516166185277 ], [ -109.98557054384655, 39.668115865360079 ], [ -109.98554968053669, 39.66794809607795 ], [ -109.98531463568307, 39.667279298458809 ], [ -109.98508130885439, 39.666493384574636 ], [ -109.984790210326, 39.665752015410611 ], [ -109.984449566948, 39.665050757466908 ], [ -109.9843210569679, 39.664671211094188 ], [ -109.98430660615709, 39.664463853326382 ], [ -109.98435129476503, 39.664198447382368 ], [ -109.98449180543999, 39.663758183159523 ], [ -109.98469046363108, 39.663327437167226 ], [ -109.9849047580436, 39.663022968347072 ], [ -109.98501817329445, 39.662920343907913 ], [ -109.98531699415776, 39.662734644839034 ], [ -109.98551595227698, 39.662681421622743 ], [ -109.98575603582805, 39.662606032078003 ], [ -109.98595555949886, 39.662514069768434 ], [ -109.98611515528468, 39.662362292111375 ], [ -109.98625720045577, 39.662214866060914 ], [ -109.98668267439579, 39.661817631385382 ], [ -109.98714409767946, 39.661353133141787 ], [ -109.98723355553372, 39.661214257274523 ], [ -109.98746590759274, 39.660869395718187 ], [ -109.98778024211393, 39.660498218042257 ], [ -109.98792267414504, 39.66032376304554 ], [ -109.98802948126905, 39.660194047789432 ], [ -109.98809595289693, 39.660032445747909 ], [ -109.98807507234427, 39.659865577534617 ], [ -109.98801379133538, 39.659671327069752 ], [ -109.98789383836244, 39.65950359547405 ], [ -109.98768116707603, 39.659299015315185 ], [ -109.98742253226028, 39.659048983673372 ], [ -109.98726172175485, 39.658885400213507 ], [ -109.98718694727059, 39.658817172610362 ], [ -109.98702707169603, 39.658589625476829 ], [ -109.98692807870705, 39.658184209815403 ], [ -109.98694760058343, 39.658044724001762 ], [ -109.98698526303208, 39.65786034605766 ], [ -109.98701048081855, 39.657729919979701 ], [ -109.98704638554545, 39.657586071997429 ], [ -109.98706661220905, 39.657478127548117 ], [ -109.98714797359646, 39.657095008052757 ], [ -109.98723737065534, 39.656560589310708 ], [ -109.98741387658129, 39.656047653134145 ], [ -109.98745623355249, 39.65594080253971 ], [ -109.98758229156776, 39.655689619398458 ], [ -109.98782673766307, 39.655313326881299 ], [ -109.98818223051546, 39.654915476127876 ], [ -109.98848873642493, 39.654679378995411 ], [ -109.98896626882276, 39.654305113796688 ], [ -109.98953775501275, 39.653882108627435 ], [ -109.99006051806811, 39.653602838183943 ], [ -109.99047648539133, 39.653453283271936 ], [ -109.99065765591249, 39.653418817592083 ], [ -109.99085074286731, 39.653366435010874 ], [ -109.99097364005175, 39.653331462482157 ], [ -109.99123180889153, 39.653212069070456 ], [ -109.99148022068677, 39.652961944175551 ], [ -109.99158681324242, 39.652845738674259 ], [ -109.9916875781948, 39.652729482477525 ], [ -109.99185447090942, 39.652474143947806 ], [ -109.99202227832234, 39.652155742521714 ], [ -109.99231513632813, 39.651653719165623 ], [ -109.99251534473196, 39.651110345971986 ], [ -109.99267960686115, 39.650634236251157 ], [ -109.99304825958059, 39.649727414323472 ], [ -109.99329311193929, 39.649319577934847 ], [ -109.99350117083414, 39.649037563382663 ], [ -109.99375636576667, 39.648719916466845 ], [ -109.99389240887152, 39.648581438650652 ], [ -109.99445870863524, 39.648108808123403 ], [ -109.99472366640016, 39.647840799022944 ], [ -109.99490846422697, 39.647635166278079 ], [ -109.99504527245338, 39.647443534150071 ], [ -109.99514675399594, 39.647276824478382 ], [ -109.99555171052505, 39.646676651140773 ], [ -109.99600753657197, 39.646185037168294 ], [ -109.99650671350011, 39.645919048262797 ], [ -109.99674140834581, 39.645808449583882 ], [ -109.99701675892366, 39.645707211610585 ], [ -109.99747804127608, 39.645643618385421 ], [ -109.9976817792507, 39.645658891920419 ], [ -109.99822242369186, 39.64574915221192 ], [ -109.99859500568333, 39.645774890420256 ], [ -109.99885176909719, 39.645750073641679 ], [ -109.9991262071931, 39.645711893460323 ], [ -109.99945314991936, 39.645669659894899 ], [ -109.99987817203947, 39.645695845721299 ], [ -110.00016684788395, 39.645801947222623 ], [ -110.00027206303209, 39.645860517525605 ], [ -110.00040483131966, 39.645948157177209 ], [ -110.0006639844911, 39.646162124515982 ], [ -110.00132453540876, 39.646424593847236 ], [ -110.00217672678778, 39.646733756475676 ], [ -110.00284292165379, 39.647009780820476 ], [ -110.00326057432432, 39.647144012182913 ], [ -110.00359710595907, 39.64724601080691 ], [ -110.00416535405353, 39.647444601444853 ], [ -110.00488510330379, 39.647644487446861 ], [ -110.00537378341778, 39.647702733937493 ], [ -110.0059330962487, 39.647712027397965 ], [ -110.00634136258017, 39.647688490673112 ], [ -110.00686764794614, 39.647562345607696 ], [ -110.00725246406741, 39.647548516261544 ], [ -110.00760773370516, 39.647563265499095 ], [ -110.00780609091457, 39.647547840987826 ], [ -110.00834920963116, 39.647466883482068 ], [ -110.00933126783954, 39.647254516731394 ], [ -110.00985274602974, 39.647056236292599 ], [ -110.01023476383388, 39.646829734831307 ], [ -110.0104057955225, 39.646687030586506 ], [ -110.01053123980233, 39.646471856918808 ], [ -110.01059335968046, 39.646202083077689 ], [ -110.01065138577405, 39.645810637942773 ], [ -110.01074284547242, 39.645117639074314 ], [ -110.01089595668319, 39.644596357058433 ], [ -110.01092682252376, 39.644474983501077 ], [ -110.0110332543323, 39.643957808775973 ], [ -110.01102653227468, 39.643529771538908 ], [ -110.01103033118839, 39.643263104753913 ], [ -110.01104411207022, 39.642786587466162 ], [ -110.01108707880721, 39.642633781483816 ], [ -110.01116615873556, 39.642400191969614 ], [ -110.01121579584641, 39.642269967984589 ], [ -110.01129326057314, 39.642067899993862 ], [ -110.01147470968557, 39.641601819787518 ], [ -110.01153132832671, 39.641308572089194 ], [ -110.01154490494315, 39.641173535989317 ], [ -110.01157782963379, 39.640498057932653 ], [ -110.01160947104563, 39.639912669981832 ], [ -110.01166049401918, 39.63952116429369 ], [ -110.01166237338199, 39.639061664556955 ], [ -110.01163920597894, 39.638642497169613 ], [ -110.01161213637427, 39.638088144833844 ], [ -110.01157718920167, 39.63767788724391 ], [ -110.01153308194561, 39.637501814658094 ], [ -110.01137418680706, 39.637203128546375 ], [ -110.01120210163491, 39.637012451310774 ], [ -110.01081548421654, 39.636747866094055 ], [ -110.01062438357907, 39.636665147447779 ], [ -110.01047950563522, 39.636609852618399 ], [ -110.01009122362311, 39.636462382317809 ], [ -110.00976031579722, 39.636377569663878 ], [ -110.00956267196868, 39.636345250139854 ], [ -110.00929461627301, 39.636347469191385 ], [ -110.00906720045568, 39.636359945465685 ], [ -110.00891618992753, 39.636326220648911 ], [ -110.00852778428518, 39.63618775419355 ], [ -110.00817523620329, 39.635986521822545 ], [ -110.0079096918053, 39.635813061873641 ], [ -110.00769703186832, 39.635608517714942 ], [ -110.00751253656045, 39.635471789692296 ], [ -110.00728111350421, 39.635357185606054 ], [ -110.00705642454268, 39.635260658857931 ], [ -110.00649376530325, 39.635003564373321 ], [ -110.00609546585953, 39.634824459652393 ], [ -110.00561430970156, 39.634572563343234 ], [ -110.00527977171951, 39.634335435907296 ], [ -110.00510700054194, 39.634194299409018 ], [ -110.00490555339049, 39.634021381583075 ], [ -110.00464630235327, 39.63381643268189 ], [ -110.00430646233993, 39.633543216536857 ], [ -110.00389691123397, 39.633255886428216 ], [ -110.0037530151713, 39.633133015763477 ], [ -110.00358031471514, 39.632987372537293 ], [ -110.00343175768029, 39.632783370429514 ], [ -110.00333517915954, 39.632611349547851 ], [ -110.00323944157323, 39.632380770029549 ], [ -110.0031194325842, 39.632217558016485 ], [ -110.00288977386238, 39.631981323726791 ], [ -110.00274575283814, 39.631867460851538 ], [ -110.00251512609242, 39.631698793399387 ], [ -110.00216896156255, 39.631461557142707 ], [ -110.00190849816838, 39.631342187831081 ], [ -110.00170137089304, 39.631241296576974 ], [ -110.00130665261483, 39.631058602182833 ], [ -110.00095325746605, 39.630919510441657 ], [ -110.00076775100365, 39.630854843957373 ], [ -110.0006228283748, 39.630804041531519 ], [ -110.00036360198955, 39.630599083268962 ], [ -110.0002892333559, 39.630503836984161 ], [ -110.00014658146061, 39.6302953764108 ], [ -109.9998194674873, 39.629869084607954 ], [ -109.99974620056287, 39.629778352516354 ], [ -109.99959131719619, 39.629610331464384 ], [ -109.99925191021597, 39.629228982773121 ], [ -109.99881626224582, 39.628815268187694 ], [ -109.9986965294806, 39.628634033709808 ], [ -109.9984171467693, 39.628211753390538 ], [ -109.99819882972326, 39.627999033892877 ], [ -109.99783639273359, 39.627680553262785 ], [ -109.99759485659077, 39.627462226227486 ], [ -109.99752606014663, 39.627385046482843 ], [ -109.99739435784717, 39.627226232651623 ], [ -109.99725884686416, 39.626927728877796 ], [ -109.99721575770776, 39.626684083567959 ], [ -109.99726385383926, 39.626580882332604 ], [ -109.99732412009567, 39.626441745628284 ], [ -109.9975018619845, 39.62623604685573 ], [ -109.99764367773649, 39.626097613736597 ], [ -109.99780335788003, 39.625932304191466 ], [ -109.99803196257749, 39.62583516490082 ], [ -109.99829571145894, 39.625724813033891 ], [ -109.99902086636233, 39.625532841269319 ], [ -109.99947171219864, 39.625375444113821 ], [ -109.99993455610579, 39.625193821146183 ], [ -110.00040222435787, 39.625081615819006 ], [ -110.00090538492016, 39.624931871330716 ], [ -110.00103987648914, 39.624896987481428 ], [ -110.00126200082083, 39.624844836698628 ], [ -110.00147266923578, 39.624779071821628 ], [ -110.0017595142139, 39.624682425755331 ], [ -110.00195833772467, 39.624630073396268 ], [ -110.00230925530482, 39.624533976443871 ], [ -110.00271745083639, 39.62450594615968 ], [ -110.00308417366533, 39.624526213228251 ], [ -110.0033453764119, 39.624592426520891 ], [ -110.0035249663099, 39.6246624442227 ], [ -110.00369882210268, 39.624726105376183 ], [ -110.0040005423304, 39.624810684961993 ], [ -110.00418074045281, 39.624838359254838 ], [ -110.00474285424733, 39.625045904633843 ], [ -110.00488143980559, 39.625131787152057 ], [ -110.00526510368267, 39.625271126193518 ], [ -110.00564133631875, 39.625359943629164 ], [ -110.00624448644227, 39.625468721590565 ], [ -110.00682711936069, 39.625545785549633 ], [ -110.00697248655197, 39.625565048595334 ], [ -110.0071945634904, 39.625597581286009 ], [ -110.00738509554044, 39.625636151094142 ], [ -110.0077696166921, 39.625716022343099 ], [ -110.00805259054535, 39.625808540412521 ], [ -110.00836093804887, 39.625919294666055 ], [ -110.0088248752068, 39.62598632515661 ], [ -110.00901121193934, 39.625992420032929 ], [ -110.00919767721071, 39.625989505575617 ], [ -110.00937274936325, 39.625968473396313 ], [ -110.00962367523601, 39.625939077563054 ], [ -110.0102627109632, 39.62565619990179 ], [ -110.01079273462899, 39.625255258693421 ], [ -110.01130373869633, 39.624962274740817 ], [ -110.01141134425635, 39.624769472676583 ], [ -110.01152003884349, 39.624500093627681 ], [ -110.01154033373535, 39.624302043359833 ], [ -110.01151908521327, 39.624157700389141 ], [ -110.01149097512264, 39.624004288886709 ], [ -110.01146520791146, 39.623849996298105 ], [ -110.01146679753856, 39.623738284144004 ], [ -110.01148632316209, 39.623594288129496 ], [ -110.01160064807448, 39.62333847206029 ], [ -110.011732574663, 39.623073795475534 ], [ -110.01185899580919, 39.622786546550408 ], [ -110.01197600856121, 39.62234154003383 ], [ -110.01206940071019, 39.621918857826685 ], [ -110.01206563000478, 39.621364702199507 ], [ -110.01207625859534, 39.621026912346267 ], [ -110.01210468107284, 39.620666748444918 ], [ -110.01213444819426, 39.620211989464899 ], [ -110.01216664507687, 39.619996019862789 ], [ -110.01227494743701, 39.619343705461105 ], [ -110.01242945889994, 39.618718814156416 ], [ -110.01251503403508, 39.618435722086843 ], [ -110.01258755141565, 39.618251630540165 ], [ -110.01270096702895, 39.618058876393803 ], [ -110.01283812740081, 39.617834788398227 ], [ -110.01292563244776, 39.617497651498162 ], [ -110.01292408230235, 39.617114707115121 ], [ -110.01289214407096, 39.616902697288751 ], [ -110.01287614302811, 39.616798944635157 ], [ -110.01288017440486, 39.616515159257048 ], [ -110.01293489609769, 39.616353441575363 ], [ -110.01297188894529, 39.616209593526833 ], [ -110.01318514308922, 39.615959121092352 ], [ -110.01370412996968, 39.615508516012284 ], [ -110.01401587838266, 39.615294918789566 ], [ -110.01446887323806, 39.614978902339224 ], [ -110.01472129019764, 39.614841386113639 ], [ -110.01499111460296, 39.614708522007085 ], [ -110.0152835322023, 39.614625404612632 ], [ -110.01547079652958, 39.614563920744381 ], [ -110.01597479333827, 39.614347442234454 ], [ -110.01641491374848, 39.614116905482163 ], [ -110.01656274607414, 39.613960479366078 ], [ -110.01669937583543, 39.613772422697437 ], [ -110.01684636060774, 39.613593463647639 ], [ -110.01702390217363, 39.613477834040381 ], [ -110.01731733135733, 39.613322638802735 ], [ -110.01743476635318, 39.613256055955816 ], [ -110.01765881547564, 39.61306423239354 ], [ -110.01782466865174, 39.612786319907862 ], [ -110.01789390711497, 39.61250308535876 ], [ -110.01802890710985, 39.612017678111584 ], [ -110.01808509528354, 39.6113387871806 ], [ -110.01812832378934, 39.610752591244839 ], [ -110.01810435959763, 39.610387477263963 ], [ -110.01807778645116, 39.610207049478213 ], [ -110.01799291269637, 39.610030633966417 ], [ -110.01789664657291, 39.609836101761765 ], [ -110.01784259799075, 39.609539210567803 ], [ -110.01789122410457, 39.609395459082769 ], [ -110.01802804471903, 39.609192986013575 ], [ -110.01818206815393, 39.609009579498192 ], [ -110.01849934266055, 39.60881403686502 ], [ -110.01933125242812, 39.608469665920317 ], [ -110.01990501222245, 39.608258263863156 ], [ -110.02040144066439, 39.608078643503674 ], [ -110.02094123991226, 39.607879564156534 ], [ -110.02113443152243, 39.607809110782583 ], [ -110.02154936050199, 39.60770898922673 ], [ -110.02197492125836, 39.607681037009058 ], [ -110.02221374894346, 39.607678542250184 ], [ -110.02242345902107, 39.607675801989849 ], [ -110.02318709989099, 39.607628164240708 ], [ -110.02352663575074, 39.607504876252875 ], [ -110.02380280781811, 39.607331498936006 ], [ -110.02397978961413, 39.607170802927307 ], [ -110.0240968020522, 39.607050148656093 ], [ -110.02449389190463, 39.606643520971247 ], [ -110.02454224932488, 39.606517784650578 ], [ -110.02456781857575, 39.60635581630256 ], [ -110.02463516277028, 39.606122117321839 ], [ -110.02471909184069, 39.605951628704041 ], [ -110.02482099612116, 39.605745250223798 ], [ -110.02485346196461, 39.60550675323227 ], [ -110.02482933727838, 39.605150649009872 ], [ -110.02476825093221, 39.604938397236872 ], [ -110.02464792096974, 39.604797729440286 ], [ -110.02452765469909, 39.604652556966812 ], [ -110.02450578854746, 39.604467664857168 ], [ -110.02456208032164, 39.604274418809233 ], [ -110.02462208233972, 39.604148780166234 ], [ -110.02474797211282, 39.603893047097976 ], [ -110.02480233982158, 39.60375384579541 ], [ -110.02496974853382, 39.603444399924676 ], [ -110.02523488601106, 39.603225875531209 ], [ -110.02555230375347, 39.603016799201434 ], [ -110.02603377660996, 39.602737016027447 ], [ -110.02663435620745, 39.602269015088076 ], [ -110.02714518694998, 39.60197145284026 ], [ -110.02744030932095, 39.601690103149608 ], [ -110.02781879059263, 39.601277901653802 ], [ -110.02811339093645, 39.601033487561679 ], [ -110.02841275463746, 39.600864798041769 ], [ -110.02867066402968, 39.600745317155599 ], [ -110.02893414382939, 39.600643902608525 ], [ -110.0290648276716, 39.600460286132915 ], [ -110.02909032098546, 39.600302821030368 ], [ -110.02911908499635, 39.599911118556889 ], [ -110.02914435299297, 39.599352698479755 ], [ -110.02915174824197, 39.599240133006454 ], [ -110.02920574791059, 39.598375606720609 ], [ -110.02921948656406, 39.598142357771209 ], [ -110.029268910889, 39.597939140582127 ], [ -110.02933503586122, 39.597791025014651 ], [ -110.02944837081746, 39.597598252866412 ], [ -110.02956821932712, 39.597355978987999 ], [ -110.02958193918305, 39.59720742553273 ], [ -110.02958357364221, 39.597090306778519 ], [ -110.0295819628531, 39.596788452114112 ], [ -110.02952631417553, 39.596603278492978 ], [ -110.02943047350716, 39.596377223258493 ], [ -110.0293678712091, 39.596273083140154 ], [ -110.02916247199636, 39.595969525763167 ], [ -110.02892270553303, 39.595625134935865 ], [ -110.02872983593774, 39.595258610185688 ], [ -110.0286054535774, 39.594991769789779 ], [ -110.02851468534899, 39.594819817296546 ], [ -110.02826897765833, 39.594484385592366 ], [ -110.02793442522763, 39.594256332342361 ], [ -110.02765707855559, 39.594101739416729 ], [ -110.02747216046511, 39.594000178626985 ], [ -110.02734570607147, 39.593881987627967 ], [ -110.02728930948196, 39.593750867750593 ], [ -110.02726765819105, 39.593633554025907 ], [ -110.02725201833188, 39.593502775340632 ], [ -110.02717450801862, 39.593132708601161 ], [ -110.0270905433912, 39.592974327215799 ], [ -110.02703921404455, 39.592897310774447 ], [ -110.02681001157056, 39.592548498859074 ], [ -110.02658757546305, 39.592298855268901 ], [ -110.02644334365812, 39.592203039809945 ], [ -110.02633373027534, 39.592130039760896 ], [ -110.02584908001511, 39.591810620640146 ], [ -110.02545166882661, 39.591582033177687 ], [ -110.02523760913454, 39.59140003368848 ], [ -110.02492042157667, 39.591181127609815 ], [ -110.02462469255212, 39.59109304858724 ], [ -110.02429979046074, 39.591009228930282 ], [ -110.02387047032815, 39.590897500596235 ], [ -110.02296953552121, 39.590700714105395 ], [ -110.02236646799501, 39.590605539435359 ], [ -110.02215744271426, 39.590563234610002 ], [ -110.02197778147504, 39.590503156202971 ], [ -110.02174053335857, 39.590397541720435 ], [ -110.02107670110294, 39.589986492042094 ], [ -110.02073188181346, 39.589663724538177 ], [ -110.02053761261452, 39.589400791468385 ], [ -110.02046588240593, 39.589201962540287 ], [ -110.02044288920422, 39.589098151480783 ], [ -110.02037518270046, 39.58894440737533 ], [ -110.02017553906809, 39.588649892692558 ], [ -110.01970671175874, 39.58803775010535 ], [ -110.01951975457617, 39.587752351500207 ], [ -110.01923916286609, 39.587335514441129 ], [ -110.01893043936421, 39.586931954452105 ], [ -110.01877566593252, 39.586759453803069 ], [ -110.01859855954473, 39.5865191878489 ], [ -110.01853966833021, 39.586153777486544 ], [ -110.01859075412804, 39.58583434702129 ], [ -110.01864645371036, 39.585600552354023 ], [ -110.0188404345265, 39.585057073594072 ], [ -110.01901919927079, 39.584766652565946 ], [ -110.01920222178531, 39.584587092628752 ], [ -110.01936725797738, 39.584444322413312 ], [ -110.01966258947864, 39.584144972854119 ], [ -110.01999943052687, 39.583791911423653 ], [ -110.02011175241067, 39.583671221005524 ], [ -110.02054388871679, 39.583165788128881 ], [ -110.02079068417343, 39.582591215281482 ], [ -110.02109385115006, 39.582147764713987 ], [ -110.02137423572977, 39.581668080613682 ], [ -110.02142201025123, 39.581582886030354 ], [ -110.021762376529, 39.580977563191574 ], [ -110.02217613382082, 39.580535040615494 ], [ -110.02240531439041, 39.58038379549189 ], [ -110.0226469083678, 39.580177692057099 ], [ -110.02292384561498, 39.579942151621609 ], [ -110.02330991566234, 39.579729152371534 ], [ -110.02379695563582, 39.579539525661524 ], [ -110.02437071449137, 39.579310079101944 ], [ -110.02482747881218, 39.579120193827883 ], [ -110.02512061822749, 39.578973985123433 ], [ -110.02530359702524, 39.578795315931195 ], [ -110.02555724807385, 39.578558672752649 ], [ -110.02580938380405, 39.578430138838044 ], [ -110.02610751972816, 39.578342535873205 ], [ -110.02628860328548, 39.578299002389123 ], [ -110.02644045524993, 39.578264233922319 ], [ -110.02679667427624, 39.578186126023404 ], [ -110.02740351263391, 39.578087589484177 ], [ -110.02784622728559, 39.578068768689143 ], [ -110.02797447918852, 39.578056326295467 ], [ -110.02840542563763, 39.578046415137045 ], [ -110.02866123745387, 39.578071079361472 ], [ -110.02916785763351, 39.578061797929983 ], [ -110.02970911921223, 39.577989732061127 ], [ -110.03029364375998, 39.577904509391637 ], [ -110.03092388468006, 39.577797139511986 ], [ -110.03163359413996, 39.577501213969263 ], [ -110.03182671689245, 39.577345144453979 ], [ -110.03197437243342, 39.577193200951754 ], [ -110.03207646206744, 39.576968795972917 ], [ -110.03212584923214, 39.576766477467643 ], [ -110.03216872600912, 39.57661366090425 ], [ -110.03225548128736, 39.576235954314967 ], [ -110.03238667298632, 39.57601179138431 ], [ -110.03259303414661, 39.575824295004658 ], [ -110.03291656251891, 39.575583712120974 ], [ -110.03326381002357, 39.575311789882903 ], [ -110.03372959753445, 39.574887678613919 ], [ -110.03423643723667, 39.574441381067764 ], [ -110.03471366697241, 39.574030876176231 ], [ -110.03494323633828, 39.573848073411412 ], [ -110.03507911127153, 39.573705038203194 ], [ -110.03518601959644, 39.573551851081369 ], [ -110.03528194798426, 39.573350818513262 ], [ -110.03539753543797, 39.572991369100436 ], [ -110.03543570568685, 39.572757420104871 ], [ -110.03549133746465, 39.572523616022323 ], [ -110.03553395437837, 39.572388816363222 ], [ -110.03559397043693, 39.572258666199929 ], [ -110.03582195448863, 39.571769500760105 ], [ -110.03613335608605, 39.571141368239701 ], [ -110.03636251750109, 39.570566614212453 ], [ -110.03666332773696, 39.569861805321217 ], [ -110.03678973225679, 39.569561010432928 ], [ -110.03691607333329, 39.569264719977326 ], [ -110.03729110270359, 39.568664142016672 ], [ -110.0376383321958, 39.567968725090452 ], [ -110.0377758089042, 39.567708566749189 ], [ -110.03783662600944, 39.567519855405294 ], [ -110.03790401005202, 39.567277136985041 ], [ -110.03802408617268, 39.567012329129881 ], [ -110.03808546217493, 39.566783076196835 ], [ -110.03808188290891, 39.566620862332563 ], [ -110.03792761611982, 39.5664114488306 ], [ -110.03771655676051, 39.566099749183827 ], [ -110.03764995412411, 39.565864931505473 ], [ -110.03761195386765, 39.565666391604879 ], [ -110.03756274972652, 39.565436223066584 ], [ -110.03752767701765, 39.565025966791616 ], [ -110.0375173449177, 39.564931273722124 ], [ -110.03744321475315, 39.564399055676475 ], [ -110.03728804336072, 39.563834630363282 ], [ -110.03721485036779, 39.563234843048285 ], [ -110.03725369370875, 39.562951342281238 ], [ -110.03731400950949, 39.562798667860207 ], [ -110.03748157207406, 39.562466676901956 ], [ -110.03770776619061, 39.562103635347405 ], [ -110.03782666339568, 39.561923513952287 ], [ -110.03781286469869, 39.561658498570701 ], [ -110.03778526031414, 39.561550147098046 ], [ -110.03775164956706, 39.561455261248447 ], [ -110.03763149100548, 39.561305597242331 ], [ -110.03746045064835, 39.561047388763313 ], [ -110.0374582111543, 39.56087257148603 ], [ -110.0374194983427, 39.560641588588162 ], [ -110.03733450857983, 39.560474195070427 ], [ -110.03719200858156, 39.560256768689179 ], [ -110.03708900046794, 39.560129771805173 ], [ -110.03687573270648, 39.559979335479248 ], [ -110.03665583612631, 39.559887410404684 ], [ -110.03615146869821, 39.559743569561647 ], [ -110.03541426018869, 39.559602299268839 ], [ -110.03504887897793, 39.559509163521689 ], [ -110.03438182165095, 39.559345943544557 ], [ -110.03371082340153, 39.559047533308103 ], [ -110.03315571947765, 39.558786124431315 ], [ -110.03276256251507, 39.558598142853661 ], [ -110.03256163615814, 39.558398244993086 ], [ -110.03239037129642, 39.558158047647609 ], [ -110.03234026281173, 39.55799454498424 ], [ -110.03225145986065, 39.557683853073236 ], [ -110.03221197649468, 39.557593421816328 ], [ -110.03213269701246, 39.557435082270615 ], [ -110.0320761942553, 39.55731297335857 ], [ -110.03186532583916, 39.556991353135714 ], [ -110.03170326248038, 39.556926931214335 ], [ -110.03147718729601, 39.556861975616577 ], [ -110.03126275109832, 39.556797116600102 ], [ -110.03098561964848, 39.556637126852053 ], [ -110.03082473657446, 39.556488017226819 ], [ -110.03026718188559, 39.555986901540294 ], [ -110.02972808433329, 39.555414756305289 ], [ -110.02934209335817, 39.555132215378116 ], [ -110.02909494779281, 39.554909399822556 ], [ -110.02891231638486, 39.554651081832702 ], [ -110.02869615404576, 39.554293370571088 ], [ -110.02860220619587, 39.553935779462051 ], [ -110.02858731262664, 39.553751845873798 ], [ -110.02859240192889, 39.553386973272048 ], [ -110.02861230922386, 39.553211439775367 ], [ -110.02863121117626, 39.553107979876231 ], [ -110.0286566859299, 39.55295051339948 ], [ -110.02869993149011, 39.552770669805781 ], [ -110.02889505637648, 39.55213257250503 ], [ -110.02898880821265, 39.5516693278094 ], [ -110.02898732261781, 39.551358461644426 ], [ -110.02898039501345, 39.55102051923177 ], [ -110.02894405961611, 39.550704856727997 ], [ -110.0288714931656, 39.550483499137755 ], [ -110.02882638778907, 39.550379504294014 ], [ -110.02869682834643, 39.550072072889307 ], [ -110.02854949983835, 39.549787018443972 ], [ -110.02827799525757, 39.549226112803268 ], [ -110.02821030831947, 39.549072372485 ], [ -110.02813680305904, 39.548918583470623 ], [ -110.02800146125293, 39.54852550543692 ], [ -110.02797667501709, 39.548300041691334 ], [ -110.02800309211618, 39.548075006173676 ], [ -110.02805316024907, 39.547823137657552 ], [ -110.0282396300025, 39.547387699358609 ], [ -110.02875569898229, 39.546684707754821 ], [ -110.0290427062796, 39.546132974774352 ], [ -110.02928911867662, 39.545570990680758 ], [ -110.02973683711812, 39.544760201377422 ], [ -110.03009483869261, 39.544123460688915 ], [ -110.03039269598425, 39.543626777221895 ], [ -110.03052015566901, 39.543248508258181 ], [ -110.0305522550788, 39.543032529595919 ], [ -110.03050759055833, 39.542897003025125 ], [ -110.03046855625536, 39.542775038802596 ], [ -110.03037747267905, 39.5426301146816 ], [ -110.03030909754732, 39.542525926155605 ], [ -110.03014438624881, 39.542236223246171 ], [ -110.02981909213949, 39.541778489793245 ], [ -110.02964776358328, 39.541546396644428 ], [ -110.02957368552133, 39.541434050820214 ], [ -110.02948898820537, 39.541248633093453 ], [ -110.02943388312488, 39.541027421339201 ], [ -110.029424443419, 39.540869662788502 ], [ -110.02944097360054, 39.540518400284959 ], [ -110.0295214375903, 39.540172176746353 ], [ -110.02979127106123, 39.539597772105544 ], [ -110.02999316622891, 39.539305722361014 ], [ -110.0300819884862, 39.539194736229192 ], [ -110.03023698540001, 39.539011318967162 ], [ -110.03032453049649, 39.538908431231427 ], [ -110.03065521418853, 39.53855978891999 ], [ -110.03103218580648, 39.538229552081795 ], [ -110.031624484707, 39.5378119064777 ], [ -110.0317196827646, 39.537744221493256 ], [ -110.03241286271344, 39.537267944346667 ], [ -110.03316574782285, 39.536765128814281 ], [ -110.03359183105395, 39.536583961598737 ], [ -110.03384924164274, 39.53648248337096 ], [ -110.03405391864894, 39.53640759716977 ], [ -110.03429342576027, 39.536338406165484 ], [ -110.03468452617521, 39.536246146016893 ], [ -110.03504602630018, 39.536190580954909 ], [ -110.03526728082797, 39.536178902191445 ], [ -110.03587149732878, 39.536242482530596 ], [ -110.03619077838054, 39.536294687055943 ], [ -110.0364236059541, 39.536287607197316 ], [ -110.03673268461802, 39.536236107427989 ], [ -110.03689626141451, 39.53618790641805 ], [ -110.03713552855258, 39.536135827084877 ], [ -110.03733382352131, 39.536101428480556 ], [ -110.03793978271118, 39.536038868562933 ], [ -110.03844108709357, 39.535970934595419 ], [ -110.03866276304147, 39.535928617888473 ], [ -110.03899518329527, 39.535871898969972 ], [ -110.03950892772733, 39.535745496401063 ], [ -110.03975278345121, 39.535697954721165 ], [ -110.04006834185031, 39.535682540719989 ], [ -110.04035333882031, 39.535689399247794 ], [ -110.04074849694742, 39.535724197134975 ], [ -110.04151534603929, 39.535808011819739 ], [ -110.04179416695249, 39.535840945709353 ], [ -110.04213184471749, 39.535824807426515 ], [ -110.04248719779565, 39.535792595260617 ], [ -110.04280759582036, 39.535763698262336 ], [ -110.043273679466, 39.535717979072984 ], [ -110.0437399479726, 39.535658744104673 ], [ -110.04414841113132, 39.535572001046248 ], [ -110.04448761891085, 39.535444140948833 ], [ -110.04466325598254, 39.5353644921138 ], [ -110.0449603906239, 39.535249800236777 ], [ -110.0461825912801, 39.534881404187807 ], [ -110.04698909879176, 39.534617711068059 ], [ -110.04760901154678, 39.534384019547709 ], [ -110.04774453595086, 39.534258985886972 ], [ -110.04785208056286, 39.534052630257634 ], [ -110.04805075614233, 39.533648794535111 ], [ -110.04819345448381, 39.53333910812097 ], [ -110.04823094226018, 39.533150198981645 ], [ -110.04802037719152, 39.532806083522395 ], [ -110.04783043703156, 39.532655857902931 ], [ -110.0474438184243, 39.53242292769918 ], [ -110.04661761774192, 39.532001680488861 ], [ -110.045929128357, 39.531721217381019 ], [ -110.04565304795739, 39.531489188489076 ], [ -110.04540011468397, 39.53126635933436 ], [ -110.0449392469484, 39.530933697776589 ], [ -110.04439131218918, 39.530586803175623 ], [ -110.04394134650195, 39.530308289047419 ], [ -110.04366342418054, 39.530211394672492 ], [ -110.04333345813139, 39.530091545571509 ], [ -110.04298783564234, 39.529840917376319 ], [ -110.04281041453936, 39.529627714567631 ], [ -110.04245477111756, 39.529259868439439 ], [ -110.04236306065208, 39.529159999663456 ], [ -110.04176798853739, 39.528519869756863 ], [ -110.04108904027858, 39.527888055158328 ], [ -110.04079090141177, 39.527570234902548 ], [ -110.04063039982226, 39.527312116873354 ], [ -110.04050880103944, 39.526932680743407 ], [ -110.04050589830675, 39.52672091480666 ], [ -110.04056451105666, 39.526266378596134 ], [ -110.04053295848841, 39.526022840113043 ], [ -110.04039119877093, 39.525755866104682 ], [ -110.04027202469281, 39.525538635039126 ], [ -110.04020371291563, 39.52542994741809 ], [ -110.03996907528689, 39.525148690492927 ], [ -110.03968672757036, 39.524952636784718 ], [ -110.03884784935292, 39.524616827443502 ], [ -110.03828123985272, 39.524364357706119 ], [ -110.03794510886989, 39.524272374254565 ], [ -110.03769024905918, 39.524192776065398 ], [ -110.03742980961725, 39.524096011545566 ], [ -110.03716943311817, 39.523994741814967 ], [ -110.0367765838932, 39.523797765699832 ], [ -110.03631537080821, 39.523496603066263 ], [ -110.03603204362165, 39.523372614769556 ], [ -110.03574790754068, 39.523307186022159 ], [ -110.03478380470699, 39.523195566052685 ], [ -110.03449867247626, 39.523202208379459 ], [ -110.03396336918782, 39.523211276339637 ], [ -110.0334847318712, 39.523328936595917 ], [ -110.03316833022146, 39.52349299587312 ], [ -110.03266654864639, 39.523601449938255 ], [ -110.03238301559446, 39.523576564332821 ], [ -110.03209190249221, 39.523511068580198 ], [ -110.03181339857318, 39.523459192570755 ], [ -110.0314988071936, 39.523492613049555 ], [ -110.0312652084024, 39.523558243726754 ], [ -110.03061538016863, 39.523854671246113 ], [ -110.02997868377122, 39.524043081133627 ], [ -110.02976328366941, 39.524054798866075 ], [ -110.02956552123847, 39.524053148005997 ], [ -110.02925111438731, 39.524073048479593 ], [ -110.02888961030909, 39.524133100971703 ], [ -110.02854605743114, 39.524157261182509 ], [ -110.02780229309751, 39.524096981158138 ], [ -110.02739620347816, 39.524016996527585 ], [ -110.02708379531195, 39.523893644179381 ], [ -110.02684234336893, 39.523687990347518 ], [ -110.02671626678253, 39.523551780351625 ], [ -110.0264294678601, 39.523261049186146 ], [ -110.02621878844022, 39.522934913825956 ], [ -110.02613431032911, 39.522735979596469 ], [ -110.02611925207427, 39.522564657816915 ], [ -110.02606923257632, 39.522397548260123 ], [ -110.0259956960612, 39.522248262220387 ], [ -110.02581903864372, 39.521985483247612 ], [ -110.02562100572885, 39.52158737036897 ], [ -110.02541785133953, 39.521139657559246 ], [ -110.02537965593308, 39.520959131362837 ], [ -110.02536365533423, 39.520855378778748 ], [ -110.02530968182053, 39.520471988541985 ], [ -110.02530981445928, 39.520129598293984 ], [ -110.02534456241123, 39.519724426169411 ], [ -110.0253644791084, 39.519547991282018 ], [ -110.02540763508814, 39.519373553287529 ], [ -110.02539660864062, 39.518913935502709 ], [ -110.02537086506636, 39.518674946679084 ], [ -110.02533682015428, 39.518530496405596 ], [ -110.02528315984102, 39.518291273474269 ], [ -110.02525710200693, 39.518074807723643 ], [ -110.02525886507895, 39.517948678274159 ], [ -110.02527188237603, 39.51784967409872 ], [ -110.02530291432977, 39.517710274609271 ], [ -110.02533461825725, 39.517606020923949 ], [ -110.0253763453896, 39.517450492536476 ], [ -110.02554081729338, 39.516919362436056 ], [ -110.02560483027439, 39.51650091986464 ], [ -110.02563124085609, 39.51627588361491 ], [ -110.02564496216665, 39.516126427557424 ], [ -110.02558038324244, 39.515752859594507 ], [ -110.02548547957518, 39.515468239395041 ], [ -110.0253977773869, 39.515084566109614 ], [ -110.02539441670434, 39.51490883694737 ], [ -110.02542757464509, 39.514617180977453 ], [ -110.02551036741495, 39.514103386463276 ], [ -110.02553652547496, 39.513896368642925 ], [ -110.02557711419169, 39.513572337752592 ], [ -110.02560412258219, 39.513221162069797 ], [ -110.02564661839963, 39.512677295525606 ], [ -110.02565663665072, 39.511960158724506 ], [ -110.02563002584219, 39.511783333570747 ], [ -110.02560826153498, 39.511675928432972 ], [ -110.02558638401523, 39.511576631621537 ], [ -110.02550273897991, 39.511319136567586 ], [ -110.02537338920406, 39.511002691235852 ], [ -110.02501885373735, 39.510152748842202 ], [ -110.02471930969672, 39.509114050016507 ], [ -110.02424538127295, 39.508069381563026 ], [ -110.02396067199989, 39.507634496308818 ], [ -110.02345037444782, 39.507112117547877 ], [ -110.02324531909922, 39.506804044044884 ], [ -110.02307629141556, 39.506415180063605 ], [ -110.02301042202191, 39.506135306631336 ], [ -110.02300577814609, 39.505968576697853 ], [ -110.02300861697282, 39.505765868365323 ], [ -110.02301855992459, 39.50555420940794 ], [ -110.02309699329832, 39.505352136318287 ], [ -110.023188408322, 39.505136656763135 ], [ -110.02330353133819, 39.504723149239574 ], [ -110.0234332111992, 39.504183619338235 ], [ -110.02343433219438, 39.503688061007018 ], [ -110.02336877898979, 39.503385664501927 ], [ -110.02321309081464, 39.50287527321251 ], [ -110.02316802325565, 39.502771275816606 ], [ -110.0230437065421, 39.50251253591221 ], [ -110.02284566685191, 39.502119823427968 ], [ -110.02271002594952, 39.501839363184992 ], [ -110.02258588922106, 39.501568009820865 ], [ -110.02252514644117, 39.501337735807518 ], [ -110.02243090480182, 39.501008066488176 ], [ -110.0222593627938, 39.500384911364947 ], [ -110.022205004697, 39.500114144367558 ], [ -110.02236477409423, 39.49991726078725 ], [ -110.02236230457576, 39.499678466318656 ], [ -110.02232368589701, 39.499529471138857 ], [ -110.02217572864039, 39.499298463414526 ], [ -110.02203883305197, 39.499108095028895 ], [ -110.02191312508845, 39.498949356753847 ], [ -110.02170645785377, 39.498758400963318 ], [ -110.02153941879037, 39.498644366131096 ], [ -110.02130298654829, 39.498502715923962 ], [ -110.02107173772353, 39.498406160531069 ], [ -110.02090394210123, 39.49834618039516 ], [ -110.01998413673958, 39.498005048298722 ], [ -110.01920824240928, 39.497768741882339 ], [ -110.01889029077877, 39.497635409366623 ], [ -110.01864198539289, 39.497511674220867 ], [ -110.01844013192974, 39.497392835903014 ], [ -110.01825624168035, 39.497237206570738 ], [ -110.01795794316321, 39.496947257718944 ], [ -110.01780330392421, 39.496779260281109 ], [ -110.0177289234053, 39.496693033733798 ], [ -110.01761568239111, 39.496475828983584 ], [ -110.01760122012548, 39.496263963998906 ], [ -110.01755529721139, 39.495808554200885 ], [ -110.01750368754017, 39.495344085962827 ], [ -110.01736793281957, 39.494991535681017 ], [ -110.01727873414291, 39.494801564755981 ], [ -110.01710344600593, 39.494448679975207 ], [ -110.01699564380014, 39.49425855154383 ], [ -110.01661435465395, 39.493669655386675 ], [ -110.01617474200452, 39.493093779929566 ], [ -110.01569424874052, 39.492531072194325 ], [ -110.01535713926025, 39.49210923707038 ], [ -110.01497460398971, 39.491610428241906 ], [ -110.01477001200604, 39.49127531223477 ], [ -110.01471494454483, 39.491139690519525 ], [ -110.01466489170983, 39.490895987221855 ], [ -110.01468583032461, 39.490648380377344 ], [ -110.01472575415673, 39.490373903391038 ], [ -110.01478597111993, 39.490144650033962 ], [ -110.01481063732618, 39.490044844284036 ], [ -110.01495898900042, 39.489420783683876 ], [ -110.01504985044274, 39.488750283066587 ], [ -110.01504629541505, 39.488178096254266 ], [ -110.01512400194831, 39.487615608105024 ], [ -110.01521028378804, 39.487269440728049 ], [ -110.01532077150539, 39.486855900684638 ], [ -110.01548300656631, 39.486483345241489 ], [ -110.01578555170657, 39.485643439357752 ], [ -110.01621387340674, 39.484954168601213 ], [ -110.01653594491222, 39.484460423093246 ], [ -110.01684227134449, 39.484093589423196 ], [ -110.01706040352018, 39.483879185306598 ], [ -110.01718986590434, 39.483768551356746 ], [ -110.01730153335589, 39.48368299584147 ], [ -110.01767169174919, 39.483406802891096 ], [ -110.01840580668326, 39.482881392078475 ], [ -110.01936376736214, 39.482147022397918 ], [ -110.02001572844873, 39.481674069384397 ], [ -110.02071467714195, 39.481166368007273 ], [ -110.02136629163985, 39.480716831275728 ], [ -110.02184212310168, 39.480364926106787 ], [ -110.02230000660995, 39.480048909467101 ], [ -110.02266873892736, 39.479871802232914 ], [ -110.0229839913151, 39.479694244453377 ], [ -110.02312029850806, 39.479591770589835 ], [ -110.02323201503565, 39.479501704493977 ], [ -110.02352004319097, 39.479275260592331 ], [ -110.02368525788434, 39.479100945933723 ], [ -110.02377408703926, 39.478984557079158 ], [ -110.02396987530906, 39.478702374357582 ], [ -110.02410646448314, 39.478496282518478 ], [ -110.02430325704319, 39.478142024734261 ], [ -110.02445910711629, 39.477805443817296 ], [ -110.02455673627641, 39.477391786175808 ], [ -110.02459218429279, 39.477018153454246 ], [ -110.02455106158844, 39.476715961282714 ], [ -110.02452847344081, 39.476585121503298 ], [ -110.02448487990819, 39.476376616355147 ], [ -110.02440788388348, 39.476062409661594 ], [ -110.02431518795517, 39.47562372811845 ], [ -110.02423246909775, 39.475303165998696 ], [ -110.02401472181998, 39.474661602489533 ], [ -110.02383432806266, 39.474259126858925 ], [ -110.02374909427286, 39.474118750584076 ], [ -110.02361792871348, 39.473937441912618 ], [ -110.02353787829485, 39.473842160843795 ], [ -110.02342895535149, 39.473733121683722 ], [ -110.02334290411741, 39.473651305633766 ], [ -110.02311261606857, 39.473491689709974 ], [ -110.02297994098473, 39.47341849205224 ], [ -110.0226623439988, 39.4732671519712 ], [ -110.02233318688477, 39.473111208643843 ], [ -110.02172558331777, 39.472831282135651 ], [ -110.02158876597616, 39.472722006568389 ], [ -110.02144541615107, 39.472581139574423 ], [ -110.02128538767424, 39.472386069806639 ], [ -110.0212122275552, 39.472214256986824 ], [ -110.02115719878506, 39.471993039714881 ], [ -110.02109799960365, 39.471654652490407 ], [ -110.02122573607896, 39.471250261089367 ], [ -110.02136058781207, 39.471084704239132 ], [ -110.02158601793441, 39.470843321248395 ], [ -110.02169802501807, 39.470731633998589 ], [ -110.02188640876153, 39.470562021694491 ], [ -110.0228589638122, 39.470016060437082 ], [ -110.02297627549864, 39.469940457997382 ], [ -110.02369776513495, 39.469473473203649 ], [ -110.02393282523167, 39.46929073383518 ], [ -110.03584894762706, 39.469277516669727 ], [ -110.04743943352089, 39.469273926578957 ], [ -110.05907649825515, 39.469265052638477 ], [ -110.0650286848973, 39.469263506160821 ], [ -110.07070249831824, 39.469214378611419 ], [ -110.08235626262531, 39.469261875443877 ], [ -110.08370466223805, 39.469272508417951 ], [ -110.09398199810967, 39.469231397284638 ], [ -110.1024105148165, 39.469220173447873 ], [ -110.10561315393602, 39.469231334673488 ], [ -110.11398914709284, 39.469236888257456 ], [ -110.11610504255027, 39.469230464692323 ], [ -110.11720370369763, 39.469225294954235 ], [ -110.12570797414969, 39.469199441537313 ], [ -110.13229916094224, 39.469230790034537 ], [ -110.15090486698072, 39.469287941734166 ], [ -110.16060633581984, 39.469280885781735 ], [ -110.1696218485895, 39.469278936538608 ], [ -110.18766414574016, 39.469306358190785 ], [ -110.20629990778455, 39.4692863757152 ], [ -110.22705724142257, 39.469273022130224 ], [ -110.24383251393036, 39.469293210480643 ], [ -110.25074969993207, 39.469288426822217 ], [ -110.25143555342082, 39.46929284383156 ], [ -110.25211554651113, 39.469301724345243 ], [ -110.25672505518132, 39.46929974173748 ], [ -110.27065798366502, 39.469315878518508 ], [ -110.27221002108284, 39.469312086646681 ], [ -110.2753140029011, 39.469313450659136 ], [ -110.27996425874123, 39.469306295419621 ], [ -110.28929370033636, 39.469305119528606 ], [ -110.2989254417724, 39.469300512706567 ], [ -110.30166906643261, 39.469299000071814 ], [ -110.30796437442659, 39.469287076436331 ], [ -110.31153930703158, 39.469276759328039 ], [ -110.3138120864635, 39.46927667690931 ], [ -110.31485836216301, 39.469278340771012 ], [ -110.31758580436113, 39.469267346706467 ], [ -110.32662319666623, 39.469292998152277 ], [ -110.33802789580555, 39.469281889366925 ], [ -110.34523564896399, 39.469286654057257 ], [ -110.35530931913557, 39.46926634823707 ], [ -110.36420278021514, 39.469270259805981 ], [ -110.3729276494424, 39.469277087432872 ], [ -110.37565365642355, 39.469296260358583 ], [ -110.37772293643451, 39.469302846480652 ], [ -110.38461708315155, 39.469277360897273 ], [ -110.39305108454975, 39.469311774784401 ], [ -110.39835211035908, 39.469335717401734 ], [ -110.40164788298458, 39.46934281049969 ], [ -110.41722106995098, 39.469385855381411 ], [ -110.42052719643031, 39.469406882130045 ], [ -110.43593067710557, 39.469451080806763 ], [ -110.43923798117576, 39.469471581292247 ], [ -110.45469978325842, 39.469495553825574 ], [ -110.45805328715353, 39.469556283279935 ], [ -110.47679317657034, 39.469628591039182 ], [ -110.48537271604323, 39.469648854060956 ], [ -110.49538801712964, 39.469670217777782 ], [ -110.50067304840155, 39.469665999025473 ], [ -110.51119278113194, 39.469706187470727 ], [ -110.53296194834554, 39.46967761434761 ], [ -110.54853427054626, 39.469708476094965 ], [ -110.56740256389368, 39.469726132556325 ], [ -110.58918892365307, 39.469742061892369 ], [ -110.60792359999122, 39.469752671426768 ], [ -110.62567547205285, 39.469847209241117 ], [ -110.62705335553574, 39.469802078019768 ], [ -110.62702148581378, 39.469238813828497 ], [ -110.6276551408386, 39.469227328508374 ], [ -110.63614051996117, 39.469474947030605 ], [ -110.64683630840788, 39.469431330558621 ], [ -110.66537920157577, 39.469423090320596 ], [ -110.68420701612797, 39.469394646159046 ], [ -110.70297072235603, 39.469403537660305 ], [ -110.70304512551202, 39.469403727673786 ], [ -110.72172262868709, 39.469458931696941 ], [ -110.73998068045594, 39.469460640482033 ], [ -110.75069967503757, 39.469416533524466 ], [ -110.75880868037005, 39.469379570635446 ], [ -110.77770590286038, 39.469453270530863 ], [ -110.79662089268979, 39.469429319271249 ], [ -110.81557641692453, 39.46946092477333 ], [ -110.83442736036763, 39.469480281079505 ], [ -110.85331904222886, 39.46948311711769 ], [ -110.8567195470598, 39.469482851153863 ], [ -110.87572169213183, 39.469477678624948 ], [ -110.9659890089973, 39.46971842246618 ], [ -110.98396233881037, 39.469741212337816 ], [ -111.00068010432973, 39.469796379972323 ], [ -111.00259253378356, 39.469778331806523 ], [ -111.00331913992844, 39.469760292081524 ], [ -111.05827377727229, 39.469655632873781 ], [ -111.05927356328478, 39.469628095707421 ], [ -111.07763052356238, 39.469630806460309 ], [ -111.07762802047991, 39.467378150943851 ], [ -111.0813248819974, 39.467389140441718 ], [ -111.08135421805579, 39.467623396307076 ], [ -111.08129624233082, 39.467753189919634 ], [ -111.08120919454942, 39.467875795301595 ], [ -111.08111634317636, 39.468006514230538 ], [ -111.08104094004929, 39.46814623155403 ], [ -111.08094834901146, 39.468502215881244 ], [ -111.08094857348138, 39.46869594423692 ], [ -111.08098972764328, 39.469096888529471 ], [ -111.08105406040804, 39.469434742237119 ], [ -111.08104273685535, 39.469695157247905 ], [ -111.08105481836373, 39.470088012141069 ], [ -111.08121815506198, 39.470583482598983 ], [ -111.08149810541236, 39.471380727035196 ], [ -111.08170228700975, 39.472002316794345 ], [ -111.0818248462693, 39.472416719273397 ], [ -111.08184263914619, 39.47271856259821 ], [ -111.08183132963383, 39.472988889211408 ], [ -111.0817966936156, 39.473196157872074 ], [ -111.08167504871071, 39.473564777770271 ], [ -111.08147790140045, 39.473993821597759 ], [ -111.08119374584894, 39.474588721236685 ], [ -111.08092686980712, 39.475049349884934 ], [ -111.08071798085973, 39.47538649218567 ], [ -111.08027668140863, 39.475832823232594 ], [ -111.07983411064578, 39.476189047278673 ], [ -111.07924862252331, 39.476630967957192 ], [ -111.07865133264694, 39.476924218483497 ], [ -111.07806916788128, 39.477230971698276 ], [ -111.07777866492813, 39.477384346819733 ], [ -111.07744167770507, 39.477560278714151 ], [ -111.07695362183603, 39.477812899918099 ], [ -111.07615190143567, 39.478313516772573 ], [ -111.07576859742461, 39.478674191685045 ], [ -111.07554218900438, 39.478971689207917 ], [ -111.07535065077963, 39.479260153073277 ], [ -111.07513600658315, 39.479688296020647 ], [ -111.07506077261282, 39.480008221306115 ], [ -111.07501336158354, 39.480251538391087 ], [ -111.07508468621735, 39.480620927381828 ], [ -111.07526533017483, 39.481008266818179 ], [ -111.07550987844451, 39.481349610363196 ], [ -111.07599884290617, 39.481904345302056 ], [ -111.07678462061909, 39.482728299661439 ], [ -111.07712810521213, 39.483147065537729 ], [ -111.07730287325714, 39.48346232068797 ], [ -111.07743692978114, 39.483764086768858 ], [ -111.0774953199417, 39.483989312991632 ], [ -111.07742590124566, 39.484304730390264 ], [ -111.07742607610118, 39.4844624158453 ], [ -111.07722273801251, 39.484602215419777 ], [ -111.07701949850369, 39.48483212060502 ], [ -111.07672336040631, 39.485179224597282 ], [ -111.07639812982453, 39.4855092267888 ], [ -111.07589848816589, 39.485855561108252 ], [ -111.07519558652955, 39.486427289911703 ], [ -111.07456235049092, 39.486910665880423 ], [ -111.07423124325803, 39.487199216927458 ], [ -111.07404537674461, 39.487379547427487 ], [ -111.07395255766261, 39.487577839683617 ], [ -111.07387033354615, 39.487898669273186 ], [ -111.07383112751177, 39.488212263002161 ], [ -111.07385583008912, 39.488478961017563 ], [ -111.07401218161642, 39.488974444464816 ], [ -111.07420495395573, 39.489816812369433 ], [ -111.07436837003732, 39.490388880770077 ], [ -111.07443834661407, 39.49057805848274 ], [ -111.07453747353243, 39.490839302218099 ], [ -111.07468897621361, 39.491141059897508 ], [ -111.07514314778555, 39.491726455837806 ], [ -111.07553314560398, 39.492109153327959 ], [ -111.07608020465671, 39.492545810371787 ], [ -111.07663306555189, 39.492964439801582 ], [ -111.07709275669575, 39.493256980118282 ], [ -111.07740110624835, 39.493405450005099 ], [ -111.07777928025629, 39.493594420037539 ], [ -111.07809925740871, 39.493738374989967 ], [ -111.0783087283164, 39.493859877061062 ], [ -111.07878010281541, 39.494188445143692 ], [ -111.07942618539565, 39.494742156786266 ], [ -111.07997336170726, 39.495241869330528 ], [ -111.08029940434776, 39.49559305750568 ], [ -111.08058472426136, 39.495926251802871 ], [ -111.08073043346498, 39.496214489470624 ], [ -111.08094028212413, 39.496651356961884 ], [ -111.08113856078187, 39.497137790327926 ], [ -111.08137754839001, 39.497624194829378 ], [ -111.08157109118217, 39.498034040736378 ], [ -111.0817509593944, 39.498682676326432 ], [ -111.08182138162238, 39.499227766956494 ], [ -111.08199058223479, 39.499701604295957 ], [ -111.08201996500551, 39.499961989330885 ], [ -111.08210755061717, 39.500263781923842 ], [ -111.08210202676113, 39.500511576747499 ], [ -111.08211996605685, 39.500930555978627 ], [ -111.08209128633824, 39.501268472902993 ], [ -111.08206845893584, 39.501637922689795 ], [ -111.08207461358025, 39.501926256804545 ], [ -111.08207512230136, 39.502358764107349 ], [ -111.08209312553545, 39.50283180661544 ], [ -111.08212268606857, 39.503241766897695 ], [ -111.08212882518129, 39.50351658507946 ], [ -111.0821349049466, 39.503740944076696 ], [ -111.08214668587964, 39.503867984842863 ], [ -111.08223420794349, 39.504111208454511 ], [ -111.08231017888178, 39.504422019463917 ], [ -111.08231622954888, 39.504621148834261 ], [ -111.08236293000131, 39.504768889146924 ], [ -111.0824041405195, 39.505192356823706 ], [ -111.08244502679557, 39.505341002266469 ], [ -111.08252081351951, 39.505494128210742 ], [ -111.08270714314058, 39.50568231674368 ], [ -111.08307977642943, 39.506034364373392 ], [ -111.08332544824783, 39.506236926389185 ], [ -111.08392377115577, 39.506610434676269 ], [ -111.08413338866114, 39.506813020982868 ], [ -111.08450615415346, 39.507263279066592 ], [ -111.08464605997806, 39.507528989048659 ], [ -111.08489084154728, 39.507947801964718 ], [ -111.08500761227407, 39.508317149885791 ], [ -111.08509539171727, 39.508758603416034 ], [ -111.08508993280604, 39.509051450794921 ], [ -111.0850610444697, 39.509209156826735 ], [ -111.08489858749117, 39.509533655908939 ], [ -111.08471281501286, 39.509817624198405 ], [ -111.08456186181516, 39.510038492910411 ], [ -111.08445168120885, 39.510308889907996 ], [ -111.08438209904168, 39.510484646416685 ], [ -111.08431149484984, 39.510777540936886 ], [ -111.08428393604997, 39.511074909482844 ], [ -111.08419707236386, 39.51139034209497 ], [ -111.084203247614, 39.51168768615522 ], [ -111.08433726311928, 39.511885821361965 ], [ -111.08449449576496, 39.512043392012572 ], [ -111.08484969440396, 39.512372018781548 ], [ -111.08508840851474, 39.512570076638923 ], [ -111.08547275556921, 39.512948238212303 ], [ -111.08563705589658, 39.513173381283586 ], [ -111.08579905840155, 39.513421052205906 ], [ -111.08592739847882, 39.513727316404392 ], [ -111.08603249465853, 39.514050717707121 ], [ -111.08616094934534, 39.514447988155176 ], [ -111.08620783272258, 39.514731785937713 ], [ -111.08622578934718, 39.515141752929175 ], [ -111.08627871861445, 39.515610262548591 ], [ -111.08638396547529, 39.516051701580047 ], [ -111.08638449559523, 39.516479702508178 ], [ -111.08634996888591, 39.516781581703071 ], [ -111.08634458718709, 39.51713299727016 ], [ -111.0863449832155, 39.517452871591658 ], [ -111.08629907304432, 39.517957496587904 ], [ -111.0862875842501, 39.518074642284333 ], [ -111.08627078013072, 39.518597266709776 ], [ -111.08618413327066, 39.519088405959714 ], [ -111.08603932632894, 39.51958859871138 ], [ -111.08585392560376, 39.520192442529655 ], [ -111.08563327605701, 39.520516984992312 ], [ -111.08535485598809, 39.521170454408114 ], [ -111.08534946897591, 39.521521869668867 ], [ -111.08553019883207, 39.521846116489542 ], [ -111.08582722475518, 39.522129729756706 ], [ -111.08625685818328, 39.522390717572286 ], [ -111.08678771505696, 39.522651628263183 ], [ -111.08728842758313, 39.522993654048165 ], [ -111.0877251432572, 39.523326715422037 ], [ -111.08806883690168, 39.52370039308429 ], [ -111.08824384751895, 39.524087713684175 ], [ -111.08833757051076, 39.524596738098182 ], [ -111.08844875868593, 39.52511475964473 ], [ -111.08861796893821, 39.525511094537592 ], [ -111.08889776006727, 39.525943386802261 ], [ -111.08930553532767, 39.526371074840782 ], [ -111.08970270479135, 39.52669064314744 ], [ -111.09014440053448, 39.527248954791929 ], [ -111.09028436223588, 39.527510151739158 ], [ -111.09054106478702, 39.528068605322296 ], [ -111.09065791104258, 39.528446956739543 ], [ -111.0909724862899, 39.528766584970285 ], [ -111.09112969548886, 39.528865577714399 ], [ -111.09157195863119, 39.528950830245527 ], [ -111.09215971516257, 39.529072007973646 ], [ -111.09251478566649, 39.529211389209344 ], [ -111.09316676472935, 39.52949920557748 ], [ -111.0936326022113, 39.529805189417701 ], [ -111.09420331166679, 39.530219212821073 ], [ -111.09446538511739, 39.530417231849668 ], [ -111.095251675965, 39.531056337942502 ], [ -111.09541501037113, 39.53137157255842 ], [ -111.09569505276346, 39.531939005736682 ], [ -111.09588177501813, 39.532335315150462 ], [ -111.09601602484315, 39.532650572836246 ], [ -111.09619103376873, 39.532988322947958 ], [ -111.09631369977474, 39.533339631947001 ], [ -111.09658815649213, 39.534063850557388 ], [ -111.09678646470498, 39.534415997166484 ], [ -111.09687860572747, 39.534569099341674 ], [ -111.09711870674302, 39.534848225263815 ], [ -111.09735192841671, 39.535199440631352 ], [ -111.09760828064094, 39.535447015065721 ], [ -111.09798120419191, 39.535838659095575 ], [ -111.09820837390757, 39.536018677850791 ], [ -111.09840045639135, 39.536072578545706 ], [ -111.09867987861975, 39.53617145742421 ], [ -111.09884300414116, 39.536319992450281 ], [ -111.09909935937898, 39.536563058281146 ], [ -111.09950105503917, 39.536720399261341 ], [ -111.10010633318674, 39.536832511095028 ], [ -111.10042054170698, 39.53684125059705 ], [ -111.10074056222913, 39.536845478952138 ], [ -111.10110712374953, 39.536845160693183 ], [ -111.10157236887386, 39.536687070962913 ], [ -111.10191539232818, 39.536506560285233 ], [ -111.10247971168629, 39.53646101153538 ], [ -111.10275315543899, 39.536446353307724 ], [ -111.10342335658585, 39.536392596863109 ], [ -111.10380613339477, 39.536342697794403 ], [ -111.10448695306701, 39.536387140424509 ], [ -111.10470220671604, 39.536368925694504 ], [ -111.10512117202319, 39.53639557913079 ], [ -111.10564508739698, 39.536566304068877 ], [ -111.106128392976, 39.536813653154141 ], [ -111.10648370976672, 39.537070128054523 ], [ -111.10680993679271, 39.537326628589611 ], [ -111.10707809892504, 39.537659771118413 ], [ -111.10736951692573, 39.537979375750545 ], [ -111.10766215699367, 39.538335020576561 ], [ -111.107849494373, 39.539073709402935 ], [ -111.10800611772733, 39.539515079323991 ], [ -111.1080821795443, 39.539785324125312 ], [ -111.10807694081441, 39.540159265418204 ], [ -111.10793194054004, 39.540461252421913 ], [ -111.10775215183382, 39.54084436611771 ], [ -111.10771173522033, 39.541048041208846 ], [ -111.10775861157163, 39.541258843797785 ], [ -111.10782307155141, 39.541551625726349 ], [ -111.10800993050944, 39.54197494637426 ], [ -111.10811526424078, 39.542357795241401 ], [ -111.10825554069906, 39.542758632472797 ], [ -111.10830811414991, 39.542889235917571 ], [ -111.10852426540218, 39.543435071287973 ], [ -111.10853638620991, 39.543745021533312 ], [ -111.10850769809113, 39.544006353110454 ], [ -111.10843815717226, 39.544191133457119 ], [ -111.10826979680695, 39.544443584665466 ], [ -111.10804331417623, 39.544741142204117 ], [ -111.10784000149214, 39.544971098979957 ], [ -111.10763672922815, 39.545228086878403 ], [ -111.10733464778799, 39.545561755010809 ], [ -111.10689871513998, 39.545891040264522 ], [ -111.10656753119848, 39.546224733129392 ], [ -111.1064923358588, 39.546522148755798 ], [ -111.10662066259734, 39.54672026224376 ], [ -111.10678396097224, 39.546954385481413 ], [ -111.10695316274344, 39.547242566077777 ], [ -111.10718640625142, 39.547548708382202 ], [ -111.10745446926462, 39.547790843438335 ], [ -111.10785660564271, 39.548178823688559 ], [ -111.10813036833957, 39.54834075839063 ], [ -111.10827601428014, 39.548444243591213 ], [ -111.10864405355873, 39.548606089213521 ], [ -111.10889325843283, 39.548691455785772 ], [ -111.10898658772673, 39.548831031100143 ], [ -111.10914973665207, 39.548961530289411 ], [ -111.10931290032785, 39.549101039734524 ], [ -111.10974971462369, 39.549325890644617 ], [ -111.11013991878244, 39.54951474207499 ], [ -111.11067566288143, 39.549734990449096 ], [ -111.11114734521753, 39.549923760869554 ], [ -111.11173550189984, 39.550162876258426 ], [ -111.11228266857329, 39.550242542416775 ], [ -111.11278336900251, 39.550377215143655 ], [ -111.11323757334651, 39.550547973015576 ], [ -111.11359279540446, 39.5506872891375 ], [ -111.11407613128415, 39.550876036245214 ], [ -111.11451296465, 39.551096363905323 ], [ -111.11472855788597, 39.551258340268312 ], [ -111.11496725970525, 39.551316672643324 ], [ -111.11527599154586, 39.551492071566599 ], [ -111.11552632647454, 39.55154588600341 ], [ -111.1158990247031, 39.551689682925584 ], [ -111.11611452536322, 39.551793088558675 ], [ -111.11633582377995, 39.551882972241394 ], [ -111.11617907388646, 39.552111995653227 ], [ -111.11602795807563, 39.552230184112929 ], [ -111.11580011720416, 39.552406116018425 ], [ -111.11564438770124, 39.552550439009629 ], [ -111.11551674929747, 39.552789344080331 ], [ -111.11541826120637, 39.553059756792067 ], [ -111.11534303667516, 39.553321135829087 ], [ -111.11530273803176, 39.553586985410682 ], [ -111.11523913730247, 39.553839342331095 ], [ -111.11520451625655, 39.554019586533968 ], [ -111.11512913499547, 39.554187256411929 ], [ -111.11498980591561, 39.554398239888982 ], [ -111.11483764394578, 39.554592115935037 ], [ -111.11460059906885, 39.554840138458097 ], [ -111.11438003335864, 39.555200775424773 ], [ -111.11429919706561, 39.555592811343928 ], [ -111.11429368019553, 39.555777531842956 ], [ -111.11436976950527, 39.556038761234689 ], [ -111.11443992828318, 39.556232417725418 ], [ -111.11461493768101, 39.556480033758447 ], [ -111.11497049026633, 39.556799554981417 ], [ -111.11533755952762, 39.557042474511491 ], [ -111.11608915119476, 39.557519282139751 ], [ -111.11661941955073, 39.557897191783731 ], [ -111.11698647007277, 39.558122085098603 ], [ -111.11713259672328, 39.558491367895897 ], [ -111.1171096718448, 39.558703137435238 ], [ -111.11708676197841, 39.558923917433482 ], [ -111.11706390498338, 39.55917623406603 ], [ -111.11696689582566, 39.559635866494141 ], [ -111.11695013848473, 39.560054870899563 ], [ -111.11702492696242, 39.560225994821273 ], [ -111.11708337323455, 39.560370103702155 ], [ -111.11729913932231, 39.560614070248285 ], [ -111.11751492669146, 39.560869749989436 ], [ -111.11773651477918, 39.561112808765934 ], [ -111.11803963697369, 39.561382815775609 ], [ -111.11833695785838, 39.561662739418082 ], [ -111.11864618780827, 39.562098531454751 ], [ -111.1186875613231, 39.562467918926885 ], [ -111.11875206402539, 39.562747177929133 ], [ -111.118671021019, 39.563008564627417 ], [ -111.1186482068475, 39.563283407546287 ], [ -111.11859052989647, 39.563594327942162 ], [ -111.11852684767184, 39.563797128676143 ], [ -111.11848055818497, 39.563959364486472 ], [ -111.11844002022002, 39.564081047261396 ], [ -111.11835900513658, 39.564360454610174 ], [ -111.11827827871268, 39.564810159612932 ], [ -111.11820303856851, 39.565063430559128 ], [ -111.11815697687025, 39.565360823117743 ], [ -111.11804098830744, 39.565613234308636 ], [ -111.11782595282142, 39.565811682979508 ], [ -111.11736527538363, 39.566010379571161 ], [ -111.11698831615492, 39.566149520954134 ], [ -111.11670904371775, 39.566227291824944 ], [ -111.11639491156753, 39.566344743030619 ], [ -111.1159179504496, 39.566556965889461 ], [ -111.11564465924542, 39.566732942401565 ], [ -111.11544706883933, 39.566926864040127 ], [ -111.11512743825743, 39.567242547687975 ], [ -111.11495891271805, 39.567413913502243 ], [ -111.1147730941762, 39.56768891658399 ], [ -111.11459288013837, 39.567833261980411 ], [ -111.11443600133599, 39.568009120771812 ], [ -111.11420351605122, 39.568226501838559 ], [ -111.11395934734028, 39.568419565616452 ], [ -111.11370355864537, 39.568627056998977 ], [ -111.11355245282068, 39.56877587751395 ], [ -111.11364015914876, 39.569014569264233 ], [ -111.11377433213073, 39.569190142164459 ], [ -111.11395513400379, 39.569401711072352 ], [ -111.11426400276594, 39.569613153845445 ], [ -111.11456100859148, 39.569689450440976 ], [ -111.11472985989502, 39.569711810045455 ], [ -111.11516656767598, 39.569783461857334 ], [ -111.11535289043002, 39.569810308475716 ], [ -111.1157604934928, 39.569881986938945 ], [ -111.11619155515316, 39.570057260913799 ], [ -111.11651196294841, 39.57020110763186 ], [ -111.11668098980365, 39.57032708461135 ], [ -111.11695478448597, 39.570443945486467 ], [ -111.11721105564472, 39.570524781516241 ], [ -111.11751404194368, 39.570691169197161 ], [ -111.11781128466541, 39.57090261424316 ], [ -111.11812008004502, 39.571059983975452 ], [ -111.11852900327426, 39.571217250803713 ], [ -111.11892980929309, 39.571392545428502 ], [ -111.11920944869419, 39.571518405451577 ], [ -111.11937847589961, 39.571639873241743 ], [ -111.11956504513554, 39.571806375067062 ], [ -111.11979238810399, 39.57198635026424 ], [ -111.12005475380313, 39.572220351627969 ], [ -111.12029963368143, 39.572440854793513 ], [ -111.12041640477213, 39.572638964084597 ], [ -111.12044704415661, 39.572851579295502 ], [ -111.12045780188195, 39.573012855454856 ], [ -111.12051045863211, 39.573165077704104 ], [ -111.12058686517831, 39.573584886047207 ], [ -111.12069220690798, 39.573904648127296 ], [ -111.12072746430329, 39.574093831218889 ], [ -111.1207394278303, 39.574278533266074 ], [ -111.12080405930317, 39.57462086364869 ], [ -111.12082179780661, 39.574778528283225 ], [ -111.12078712620928, 39.574927236934926 ], [ -111.12072344010264, 39.575130038482051 ], [ -111.1206018728324, 39.57552662496655 ], [ -111.120544030734, 39.575742936019729 ], [ -111.12043971602006, 39.576017863195673 ], [ -111.12032946970105, 39.576229723193954 ], [ -111.12023110747707, 39.576581232894974 ], [ -111.12009198400695, 39.576928279392753 ], [ -111.12000528653563, 39.577293292492541 ], [ -111.11997654251813, 39.577505067918338 ], [ -111.12001183866438, 39.577716777211648 ], [ -111.12037270756734, 39.57766684646333 ], [ -111.12090265195634, 39.577756400894472 ], [ -111.12115315629745, 39.577850749798337 ], [ -111.12134543635585, 39.577941554789838 ], [ -111.12158427302352, 39.578021498213523 ], [ -111.1217999110314, 39.578151924015856 ], [ -111.12203200916201, 39.57837243668834 ], [ -111.12226650085768, 39.578628988190935 ], [ -111.12251153723888, 39.57892156991128 ], [ -111.12272741814124, 39.579187150530778 ], [ -111.12292592225674, 39.579502306615183 ], [ -111.12302540597621, 39.57979053585386 ], [ -111.12308423183001, 39.580132870780808 ], [ -111.12303291671373, 39.580745635883062 ], [ -111.12307425472143, 39.581075374640022 ], [ -111.12302824962175, 39.581398898550624 ], [ -111.12308142044557, 39.581834948053128 ], [ -111.12315191031475, 39.582187181964024 ], [ -111.12340332058196, 39.582781604901143 ], [ -111.12353803274904, 39.583231984185225 ], [ -111.12364392315607, 39.583844581996779 ], [ -111.12365610435225, 39.584146419003453 ], [ -111.12370894640856, 39.584394150036623 ], [ -111.12386079577541, 39.584656192259878 ], [ -111.1240416991015, 39.584884864614509 ], [ -111.12423410535344, 39.585033331419247 ], [ -111.12445022943731, 39.585420549288145 ], [ -111.12457284865474, 39.585614142457018 ], [ -111.12464907401146, 39.585911405368932 ], [ -111.1246729696598, 39.586249271365659 ], [ -111.12479577684016, 39.586546484161751 ], [ -111.12477870502697, 39.586767258338504 ], [ -111.12475569737552, 39.586924965782309 ], [ -111.12472800728325, 39.587069162580455 ], [ -111.12464572953591, 39.587294511910422 ], [ -111.12465208497447, 39.587591849658899 ], [ -111.12465252089886, 39.587835131097471 ], [ -111.12471111936442, 39.588042308357011 ], [ -111.12478725910218, 39.588290013723856 ], [ -111.12486338321119, 39.588528708607079 ], [ -111.12498599288936, 39.588713290803703 ], [ -111.12515512064135, 39.588861781015062 ], [ -111.12528951521735, 39.589122938916312 ], [ -111.12536000588258, 39.589465259552725 ], [ -111.1253778722641, 39.589685996008392 ], [ -111.12541919269135, 39.589996811514851 ], [ -111.12544865481435, 39.59018960306809 ], [ -111.12546090353023, 39.590523877049449 ], [ -111.12547901432563, 39.590879769726534 ], [ -111.12549112351611, 39.591136554069841 ], [ -111.12554383111433, 39.591303190191695 ], [ -111.12571761662164, 39.591447169264242 ], [ -111.12605703756606, 39.591735135459565 ], [ -111.12637772935052, 39.591969058413817 ], [ -111.12675095397725, 39.592270501434385 ], [ -111.1270763995731, 39.592553974634008 ], [ -111.12728187521277, 39.592828567949354 ], [ -111.12743969357338, 39.593152770543234 ], [ -111.12752166356564, 39.593395962281747 ], [ -111.12760961436581, 39.593724746483119 ], [ -111.12765095548022, 39.594040066165846 ], [ -111.12769247894668, 39.59445450035016 ], [ -111.12787962639911, 39.594891300389371 ], [ -111.12794397260733, 39.595048912071441 ], [ -111.1280435409866, 39.595359662198099 ], [ -111.1280613510819, 39.595544356359419 ], [ -111.12805585790022, 39.595723669939211 ], [ -111.12807375275008, 39.595954317176187 ], [ -111.12803456022431, 39.596175115848716 ], [ -111.12798139126647, 39.596395929894662 ], [ -111.12789518348009, 39.597017744262146 ], [ -111.12776205497119, 39.597459401591557 ], [ -111.12771590549451, 39.597698228600059 ], [ -111.12772792489983, 39.597900949952709 ], [ -111.12784480975208, 39.598126082025686 ], [ -111.12803170267291, 39.598418715033851 ], [ -111.12835262322301, 39.598756251868423 ], [ -111.12857457839488, 39.599111918194225 ], [ -111.12881429894314, 39.59962524676957 ], [ -111.12906582100642, 39.60021965548632 ], [ -111.1292064193003, 39.600665515059376 ], [ -111.12930637006222, 39.601174492608045 ], [ -111.12958155844196, 39.601962597705182 ], [ -111.12972827330677, 39.602561626787875 ], [ -111.12985179577521, 39.603214744043129 ], [ -111.13000986042204, 39.603651572470575 ], [ -111.13034276693296, 39.604151277546805 ], [ -111.13046552870195, 39.604394420967175 ], [ -111.13064092833808, 39.604754640458353 ], [ -111.13095664378832, 39.605398529614234 ], [ -111.13124318447728, 39.60601091435413 ], [ -111.1313369574832, 39.606320766559975 ], [ -111.13135490008963, 39.606569433631279 ], [ -111.13136109721449, 39.606766754627138 ], [ -111.13134988448209, 39.606997433818194 ], [ -111.13126303041551, 39.607267844284415 ], [ -111.1311294449622, 39.607466224145995 ], [ -111.13096669454147, 39.607642110702322 ], [ -111.13053636928727, 39.608003011343449 ], [ -111.13025722103298, 39.608228584854643 ], [ -111.13013533030666, 39.608453981656368 ], [ -111.13008334048848, 39.608683805285061 ], [ -111.13007776895876, 39.60881896764144 ], [ -111.13007803873077, 39.608963133862396 ], [ -111.13011917090532, 39.609155910523725 ], [ -111.13019411406927, 39.609363966973113 ], [ -111.13040578910706, 39.609805239506443 ], [ -111.13061616647445, 39.610174429833201 ], [ -111.13079741462901, 39.610539147348256 ], [ -111.13090850616067, 39.610764282353891 ], [ -111.13110695090106, 39.610980308299958 ], [ -111.13138116841206, 39.61122327945121 ], [ -111.13175446704331, 39.611497674039249 ], [ -111.13191335989997, 39.611740774633347 ], [ -111.13195325006782, 39.61188940098554 ], [ -111.13204131392254, 39.612254222241113 ], [ -111.13207678456934, 39.612528999187987 ], [ -111.1320888364972, 39.61274072992741 ], [ -111.13202520893533, 39.612975072684371 ], [ -111.13193851258605, 39.613331082006859 ], [ -111.13195044449463, 39.613479740065138 ], [ -111.13199730846148, 39.613619348036359 ], [ -111.13212112077264, 39.613790404905828 ], [ -111.13224826574378, 39.613875859047148 ], [ -111.13245811575041, 39.613956713586354 ], [ -111.13289505070085, 39.613992256218026 ], [ -111.13392039508915, 39.61407667764702 ], [ -111.13427004516615, 39.614157367680804 ], [ -111.13444375781788, 39.614224744787094 ], [ -111.13477724802027, 39.614382040380995 ], [ -111.13522031851362, 39.614575249121216 ], [ -111.13551765356975, 39.614710058657124 ], [ -111.13588482756776, 39.614813249373135 ], [ -111.13637440637717, 39.614956842101684 ], [ -111.13684649453657, 39.615091442967973 ], [ -111.13728946849075, 39.61523058151797 ], [ -111.13752250359416, 39.615248326704993 ], [ -111.13774379061581, 39.615216528168474 ], [ -111.13792307497671, 39.615153242690113 ], [ -111.13808128169103, 39.615035919602043 ], [ -111.13820903681366, 39.614837538945231 ], [ -111.13826090571033, 39.614558154889878 ], [ -111.13820205618359, 39.61425637655703 ], [ -111.1381142260219, 39.614026715826995 ], [ -111.13800856400916, 39.613616868211345 ], [ -111.13795518352052, 39.613134875198817 ], [ -111.13801851388962, 39.612760868348907 ], [ -111.13811081513539, 39.612310238590837 ], [ -111.13815717127797, 39.612188543050927 ], [ -111.13833107037674, 39.611764847223554 ], [ -111.13858666530477, 39.611417642113878 ], [ -111.13891207229541, 39.61102980615825 ], [ -111.13912093855073, 39.610619582862178 ], [ -111.13932952240489, 39.610069698222581 ], [ -111.13954413549179, 39.609623425585582 ], [ -111.13973003096096, 39.609379921204095 ], [ -111.14007858372936, 39.608924475963889 ], [ -111.14036924254096, 39.608644802549101 ], [ -111.14059143521352, 39.608495862173797 ], [ -111.14085792895293, 39.608364888486101 ], [ -111.14119549033387, 39.608239234086376 ], [ -111.14155060255185, 39.608152302077599 ], [ -111.14191164127033, 39.608115820029433 ], [ -111.14248826498309, 39.608119619507633 ], [ -111.14316975558985, 39.608136802562086 ], [ -111.14383947655227, 39.608095428539137 ], [ -111.14474785569165, 39.607986175515457 ], [ -111.14579002234333, 39.607795653917314 ], [ -111.14646537292992, 39.607664153610934 ], [ -111.14714059698539, 39.607474081881733 ], [ -111.14757125338001, 39.607311348337888 ], [ -111.1479482282582, 39.607103629516985 ], [ -111.14825761035286, 39.606882480122067 ], [ -111.14851338799005, 39.60665238801689 ], [ -111.14867019030549, 39.606440442848623 ], [ -111.14876296371038, 39.606246600280436 ], [ -111.14882075273803, 39.606034781625873 ], [ -111.14882017409452, 39.605764470037684 ], [ -111.14877885521102, 39.605507726229121 ], [ -111.14868511738558, 39.605250148444732 ], [ -111.14864979875286, 39.605075391640689 ], [ -111.14857932955199, 39.604804268360361 ], [ -111.14847959037397, 39.604462901209573 ], [ -111.14841498691543, 39.604210692172792 ], [ -111.14833898576808, 39.604075633022013 ], [ -111.14822786780292, 39.603859524896258 ], [ -111.14813406898692, 39.603571311259586 ], [ -111.14809269638897, 39.603287535930846 ], [ -111.14799889124018, 39.602995717997672 ], [ -111.14780576012808, 39.602553552418733 ], [ -111.14761258557058, 39.602089761538039 ], [ -111.14752448175075, 39.601738467160658 ], [ -111.14750057468493, 39.601450164143515 ], [ -111.14755791426947, 39.601026601678015 ], [ -111.14763902648136, 39.60082826942773 ], [ -111.14781881460989, 39.600475733450352 ], [ -111.14804553980628, 39.600287127021538 ], [ -111.14821438960422, 39.600268890921022 ], [ -111.14855231030157, 39.600336037528002 ], [ -111.14891355555682, 39.600416668889636 ], [ -111.14960685224884, 39.600541924154825 ], [ -111.15031172104037, 39.600631118633281 ], [ -111.15069030446335, 39.600648649101267 ], [ -111.15102799452816, 39.600607663773005 ], [ -111.15124916011504, 39.600544303155559 ], [ -111.15154588672307, 39.600413265445162 ], [ -111.15172042201162, 39.600331943899405 ], [ -111.15214493357614, 39.600047560593012 ], [ -111.15237137709954, 39.599736404371519 ], [ -111.15249887569428, 39.599452408858866 ], [ -111.15267838042008, 39.598983631232187 ], [ -111.15296255855669, 39.598447137375977 ], [ -111.15320026317266, 39.597964766599695 ], [ -111.15338027606289, 39.597730258114609 ], [ -111.15353713301064, 39.597558852907341 ], [ -111.15382773007661, 39.59729716626611 ], [ -111.15424046768017, 39.596967738636152 ], [ -111.15502587037923, 39.596624297280215 ], [ -111.1554796340244, 39.596416451214296 ], [ -111.15616627987693, 39.596185764547741 ], [ -111.1564212124393, 39.596126853874154 ], [ -111.15670176742124, 39.596067908089303 ], [ -111.15705687124451, 39.596013366098965 ], [ -111.15748195692129, 39.596003780325312 ], [ -111.15767988000212, 39.5959719754185 ], [ -111.15836110112724, 39.595921491650095 ], [ -111.15896100224029, 39.595962120465245 ], [ -111.1593570923056, 39.59600572900635 ], [ -111.15971127733702, 39.596059305270664 ], [ -111.16027295168942, 39.596189183056325 ], [ -111.16062723200226, 39.596283303306976 ], [ -111.16114593150789, 39.596462793601233 ], [ -111.16179295860269, 39.596732207199693 ], [ -111.16214858698788, 39.596902909526158 ], [ -111.16252761624008, 39.597118630146149 ], [ -111.16280754320897, 39.597289436304791 ], [ -111.16316919069207, 39.597541220859569 ], [ -111.16351922553739, 39.597806536252577 ], [ -111.16378761675131, 39.598022408370205 ], [ -111.16409704029796, 39.598350852186783 ], [ -111.16445321532331, 39.598746807155671 ], [ -111.16474555861258, 39.599237460935981 ], [ -111.16493884791079, 39.599704827498371 ], [ -111.16500331674212, 39.599876834971077 ], [ -111.16513785012155, 39.600124430362023 ], [ -111.16523732429535, 39.600322518148573 ], [ -111.16555903461743, 39.600912242565812 ], [ -111.16571026515255, 39.601322000957595 ], [ -111.16583427797981, 39.601551589648032 ], [ -111.16593364867688, 39.601704624854371 ], [ -111.16604466752806, 39.601857643326035 ], [ -111.16617889621182, 39.601974586831886 ], [ -111.1663188953419, 39.602068995881488 ], [ -111.16654039684647, 39.602149772346166 ], [ -111.16671524293933, 39.602203584093736 ], [ -111.1674671102563, 39.602445784058204 ], [ -111.16831215471981, 39.602683338998688 ], [ -111.16941371104249, 39.603024133809541 ], [ -111.16993248343584, 39.603203584515839 ], [ -111.17028220847915, 39.6033202078765 ], [ -111.17049203743834, 39.603387478271095 ], [ -111.17066713297866, 39.603540398232006 ], [ -111.17076649502559, 39.603684418843592 ], [ -111.17084263889122, 39.60386000995134 ], [ -111.17091301447898, 39.604058135518827 ], [ -111.17108893303825, 39.604544438839078 ], [ -111.17120618016834, 39.604855125311921 ], [ -111.17131718320221, 39.605467669591356 ], [ -111.17134263287518, 39.605868595284683 ], [ -111.17134931207755, 39.606215486176566 ], [ -111.17140873174213, 39.606692950168046 ], [ -111.17155509427734, 39.606999088009509 ], [ -111.17173051289305, 39.607278151486078 ], [ -111.17209275993885, 39.607738047275575 ], [ -111.17249588981483, 39.608241131152347 ], [ -111.17317289957145, 39.608794263958053 ], [ -111.17370976098672, 39.609198930719664 ], [ -111.17392571728908, 39.609378815713612 ], [ -111.17403096408036, 39.609540845374987 ], [ -111.17410698724184, 39.609662371918922 ], [ -111.17413072542408, 39.609838039200071 ], [ -111.17413691110769, 39.609982196371092 ], [ -111.17418985126024, 39.610189356266723 ], [ -111.17427189199398, 39.610387462082834 ], [ -111.17445351652225, 39.610810678383622 ], [ -111.17472849607545, 39.611296826812755 ], [ -111.17498141372617, 39.611810038975428 ], [ -111.1751691321884, 39.61233686445653 ], [ -111.17538483517706, 39.612872657741441 ], [ -111.17558442548672, 39.613485063300388 ], [ -111.17573663426934, 39.613786681459054 ], [ -111.17584780804685, 39.613984741963115 ], [ -111.17597650275118, 39.614200796608195 ], [ -111.17608750437812, 39.614330378122631 ], [ -111.17626256215567, 39.614452654047717 ], [ -111.17647262498029, 39.61459650148911 ], [ -111.17671884908745, 39.614758314338417 ], [ -111.17748754202646, 39.615135579136037 ], [ -111.17796554693838, 39.615274509021887 ], [ -111.17867655334935, 39.615413078833107 ], [ -111.17936427420285, 39.615556185435871 ], [ -111.17980732399879, 39.615690656492433 ], [ -111.18039633088122, 39.615951945853539 ], [ -111.18053046817565, 39.616013909206671 ], [ -111.18080925670181, 39.616148631554445 ], [ -111.18116724366085, 39.61627421936506 ], [ -111.18150413222185, 39.616350281876748 ], [ -111.18188882249544, 39.616439784170268 ], [ -111.18223270273879, 39.616515833619729 ], [ -111.18256490988585, 39.616582890001986 ], [ -111.1831177572556, 39.616820795311483 ], [ -111.18345152419438, 39.61703651814291 ], [ -111.18373753894872, 39.617256820730837 ], [ -111.1839827173654, 39.617453760267026 ], [ -111.18418124084083, 39.617630049354254 ], [ -111.18437993028193, 39.617868509519241 ], [ -111.18463138316939, 39.618233030937191 ], [ -111.18483002795259, 39.618453469599508 ], [ -111.18515107650261, 39.618700744068882 ], [ -111.1855652933812, 39.618933452243297 ], [ -111.18583377686433, 39.619127647465419 ], [ -111.186014783229, 39.619285039567437 ], [ -111.18618413976368, 39.619442450052915 ], [ -111.18635952780834, 39.619676438895766 ], [ -111.18646521818788, 39.619987127629244 ], [ -111.18653004708312, 39.620266345513514 ], [ -111.18651347786744, 39.620604261556664 ], [ -111.18648504237073, 39.620862004205037 ], [ -111.18645096979215, 39.621190036877358 ], [ -111.18637046449976, 39.621582117740225 ], [ -111.18641810804088, 39.621969487770684 ], [ -111.18645402844362, 39.622329845424339 ], [ -111.18642007832176, 39.622703830754929 ], [ -111.18636867512205, 39.62308685443238 ], [ -111.18628280055863, 39.62365014094653 ], [ -111.1863419394119, 39.623978924969151 ], [ -111.18639523134149, 39.624299608982646 ], [ -111.18642549394394, 39.624722147188649 ], [ -111.18649054485385, 39.625082457909009 ], [ -111.18662516751856, 39.625316511544455 ], [ -111.18690632182472, 39.625879208112792 ], [ -111.18705929851225, 39.626437605215266 ], [ -111.18718818477912, 39.62670320369034 ], [ -111.18735180906846, 39.626887652618009 ], [ -111.18746285465991, 39.627018123916606 ], [ -111.18759711938979, 39.627117021302283 ], [ -111.18809288779242, 39.627323458277985 ], [ -111.18877500551439, 39.627498054157996 ], [ -111.18903157016618, 39.627578730330384 ], [ -111.18923562765885, 39.627632460356146 ], [ -111.18939894020842, 39.627699772018232 ], [ -111.18951109469418, 39.627807713595587 ], [ -111.18975525017915, 39.628037079562354 ], [ -111.18990246061368, 39.628181004979766 ], [ -111.19023995929683, 39.628455269148844 ], [ -111.19057263908707, 39.628670972810575 ], [ -111.19082964332337, 39.628909325773172 ], [ -111.19101092192771, 39.629152307876637 ], [ -111.19113379146519, 39.629341323576 ], [ -111.19122756803391, 39.62954390258804 ], [ -111.19142681247433, 39.629962556652707 ], [ -111.19159178534441, 39.630629052017092 ], [ -111.19170987730611, 39.63119651039802 ], [ -111.19186905439501, 39.63187202515379 ], [ -111.19189883347522, 39.632106245497603 ], [ -111.19190517021494, 39.63229094753877 ], [ -111.19189400284766, 39.632466668123577 ], [ -111.19181871980919, 39.63263348422327 ], [ -111.19145246195524, 39.632926925295124 ], [ -111.19122591245923, 39.633175083482413 ], [ -111.19112717232433, 39.633287875538493 ], [ -111.19074382203297, 39.633724607258365 ], [ -111.19065681007559, 39.63386531177504 ], [ -111.19051074763536, 39.634144872677915 ], [ -111.19043684714303, 39.634392778838169 ], [ -111.1905250862289, 39.634698986485063 ], [ -111.19077042231953, 39.634923842907234 ], [ -111.19110339515294, 39.635234153100427 ], [ -111.19138988173083, 39.635589590724081 ], [ -111.19146736771617, 39.635797602372278 ], [ -111.19153085266304, 39.635999329794153 ], [ -111.19160204104149, 39.636458740761555 ], [ -111.19163799612676, 39.636819095828599 ], [ -111.19168535650213, 39.637089328455822 ], [ -111.19178513379957, 39.637350464164975 ], [ -111.19197220246694, 39.637570908940972 ], [ -111.19234575686555, 39.637800055128118 ], [ -111.19246834824024, 39.637881846327971 ], [ -111.19257936861111, 39.63799339075927 ], [ -111.19267298617505, 39.638132896054977 ], [ -111.1927550628612, 39.638312967027758 ], [ -111.19273811983581, 39.638506717806813 ], [ -111.19270954784726, 39.638709498225602 ], [ -111.19275082413216, 39.638885131683907 ], [ -111.19284473101803, 39.639128255426868 ], [ -111.1927936516737, 39.639619404564144 ], [ -111.19275400062131, 39.640029441489105 ], [ -111.19277795922578, 39.640263670931134 ], [ -111.19276119090681, 39.640520493832028 ], [ -111.19265722828571, 39.640854049365068 ], [ -111.19265112573967, 39.641174828035844 ], [ -111.19269349128203, 39.641322527541064 ], [ -111.19279290323237, 39.641448507516522 ], [ -111.19297395865956, 39.641596877680385 ], [ -111.19334758824647, 39.641844041044976 ], [ -111.19358706876535, 39.642046375084298 ], [ -111.19393142833606, 39.642244028397023 ], [ -111.19424059948868, 39.642360646375316 ], [ -111.19470710754707, 39.642476999907231 ], [ -111.19530725137005, 39.642453466525517 ], [ -111.195534438078, 39.642426053271002 ], [ -111.1958142604195, 39.642466128480002 ], [ -111.19596008161484, 39.642515439498695 ], [ -111.19619926650583, 39.642609644424937 ], [ -111.19657274717815, 39.642798230340453 ], [ -111.19687050057233, 39.642995953765379 ], [ -111.19752478305912, 39.643566099125557 ], [ -111.19815515466186, 39.643921835262489 ], [ -111.19878546564053, 39.644254141153539 ], [ -111.19938058517826, 39.644505410892975 ], [ -111.19989969280392, 39.644666704943987 ], [ -111.20063456168823, 39.644877181097655 ], [ -111.20113019544264, 39.644979942932096 ], [ -111.20151526563701, 39.645136956582057 ], [ -111.20169040401539, 39.645244776755554 ], [ -111.20185397964474, 39.645384152963167 ], [ -111.20198266953113, 39.645550620636847 ], [ -111.20204140352777, 39.645708199518566 ], [ -111.20209472993604, 39.646009953276987 ], [ -111.20211362914526, 39.646496478938346 ], [ -111.20203408827966, 39.647199424026958 ], [ -111.20202902109072, 39.64746073275105 ], [ -111.20198306826306, 39.647690576371851 ], [ -111.20190209646788, 39.64790246015896 ], [ -111.20171670951463, 39.648281216554594 ], [ -111.20165889019728, 39.64843899790263 ], [ -111.20163619425038, 39.64865078029068 ], [ -111.201619574581, 39.648948150343557 ], [ -111.20159659050266, 39.64906081947634 ], [ -111.20149233081111, 39.649281753684363 ], [ -111.20142866924959, 39.649435039856691 ], [ -111.20138868478938, 39.649714429676429 ], [ -111.20139495707549, 39.649867594547239 ], [ -111.20136070864839, 39.650115438210108 ], [ -111.20143729494274, 39.650399131041816 ], [ -111.20154864020468, 39.650610680807553 ], [ -111.20170662285962, 39.650826654647943 ], [ -111.20184735841093, 39.651123751260613 ], [ -111.20193595772224, 39.651529062362258 ], [ -111.20202466298416, 39.651970414521131 ], [ -111.20196161629462, 39.652335442698394 ], [ -111.20192713278163, 39.652502193827971 ], [ -111.20178276642739, 39.652961971715932 ], [ -111.20160393952733, 39.653597510685167 ], [ -111.20159274116649, 39.653755210930335 ], [ -111.20158765885627, 39.654012014201967 ], [ -111.20164680498199, 39.654309252464259 ], [ -111.20162993541776, 39.654521024523085 ], [ -111.2015372981014, 39.654732928063432 ], [ -111.20131638537356, 39.654927033264286 ], [ -111.20090343702203, 39.655225089149177 ], [ -111.2007813289988, 39.655324413917455 ], [ -111.20063020917328, 39.655468840318875 ], [ -111.20051407186753, 39.65561771129898 ], [ -111.20049723759257, 39.655842998580631 ], [ -111.20060886228572, 39.656149157008372 ], [ -111.20087254866425, 39.656635258982924 ], [ -111.20103059521711, 39.656869254052687 ], [ -111.2013110931977, 39.657121057380955 ], [ -111.20154462499421, 39.657255807283875 ], [ -111.20174896278496, 39.657372586774194 ], [ -111.20199424510123, 39.657538851495509 ], [ -111.20268253636316, 39.657717858965185 ], [ -111.2035402025688, 39.658013699882829 ], [ -111.20387281408853, 39.658143766244706 ], [ -111.20413543091054, 39.658255934040596 ], [ -111.20433398720698, 39.658386234604642 ], [ -111.20447433792437, 39.658543668281162 ], [ -111.20463206883332, 39.65866502986848 ], [ -111.20487729610498, 39.658808762742986 ], [ -111.20519832327896, 39.658961371527866 ], [ -111.20595159440593, 39.659424069911886 ], [ -111.20679851091545, 39.660012741171741 ], [ -111.20762772629712, 39.660524850103911 ], [ -111.20807744639757, 39.660825891031202 ], [ -111.20842203519371, 39.661055036344294 ], [ -111.20873753633578, 39.661302253542665 ], [ -111.20891991131622, 39.661473121699942 ], [ -111.20910597459677, 39.661707055155759 ], [ -111.20950416021296, 39.662310028905864 ], [ -111.2097091390314, 39.662629525250168 ], [ -111.20979146620539, 39.662868149972397 ], [ -111.20986255843647, 39.663246454829519 ], [ -111.2100097560668, 39.66373274581656 ], [ -111.21017440205419, 39.664205489529287 ], [ -111.21030290979721, 39.664678298409854 ], [ -111.21034010205841, 39.665025128134367 ], [ -111.21035305806562, 39.665453094538925 ], [ -111.21045371213249, 39.665966499995783 ], [ -111.21056588948755, 39.666434832871957 ], [ -111.21063655193889, 39.666668972824517 ], [ -111.21074219067016, 39.666903049264242 ], [ -111.21088258690541, 39.667064980011958 ], [ -111.21115141823182, 39.667288848292159 ], [ -111.21157795156425, 39.667613344221209 ], [ -111.21188206901965, 39.667937160925312 ], [ -111.21231485008896, 39.668395896296808 ], [ -111.21255456330941, 39.668626121711483 ], [ -111.21294014747239, 39.668899328736451 ], [ -111.21327883833307, 39.66908792370706 ], [ -111.21370502902724, 39.669294377322885 ], [ -111.21408455830904, 39.669491905081081 ], [ -111.21439971423517, 39.669608457692974 ], [ -111.21459809930936, 39.669666658282573 ], [ -111.21486653683048, 39.669756265021164 ], [ -111.21520487088341, 39.669826820000026 ], [ -111.21581711595718, 39.669871636463611 ], [ -111.21655748252607, 39.669874763466538 ], [ -111.2169072553673, 39.669874110742981 ], [ -111.21709971502951, 39.669900782053077 ], [ -111.21728646948007, 39.669967109059861 ], [ -111.21756715294059, 39.670242298911013 ], [ -111.21762073579121, 39.670598105535618 ], [ -111.21764543960893, 39.671039564117621 ], [ -111.21771092324558, 39.671471935920039 ], [ -111.21780578266038, 39.671976334979291 ], [ -111.2178938937234, 39.67218791178896 ], [ -111.21820403225109, 39.672556751848326 ], [ -111.21846019931937, 39.672817568985366 ], [ -111.21863723904424, 39.673128091183628 ], [ -111.21888347065865, 39.673564626898155 ], [ -111.21895962860381, 39.673681617225846 ], [ -111.21912344846299, 39.673866019376433 ], [ -111.21936868825465, 39.673987195436112 ], [ -111.21991754095632, 39.674251961215475 ], [ -111.22037886290316, 39.674489859623151 ], [ -111.22089870279629, 39.674795222123379 ], [ -111.22141871986979, 39.675154643717462 ], [ -111.22164082100021, 39.675329920834351 ], [ -111.22182235809868, 39.675581862519728 ], [ -111.22201594603527, 39.675955419857161 ], [ -111.22211030913718, 39.67629312547993 ], [ -111.22218181461, 39.676775039440145 ], [ -111.22216053205571, 39.677411206861812 ], [ -111.22206925172428, 39.678036695730015 ], [ -111.22200670578367, 39.678532381343523 ], [ -111.22178687015284, 39.679068913681732 ], [ -111.22154915139096, 39.67948384076562 ], [ -111.2213578140164, 39.679817586336178 ], [ -111.22116743970572, 39.680088257718822 ], [ -111.22079276503078, 39.6803412587441 ], [ -111.22030471928815, 39.680513381081923 ], [ -111.22007763240276, 39.680608419674989 ], [ -111.21996715402287, 39.680703237010931 ], [ -111.21995607907206, 39.680887968887561 ], [ -111.22000894215131, 39.681010408662118 ], [ -111.22042394904939, 39.681337596149078 ], [ -111.22075107436299, 39.681530695948645 ], [ -111.22100804830711, 39.681665361483866 ], [ -111.22127096881803, 39.681836056260508 ], [ -111.22146988391957, 39.682047418802298 ], [ -111.22166931877456, 39.682420965136174 ], [ -111.22178693959151, 39.682736100530789 ], [ -111.22181658278996, 39.682889218749658 ], [ -111.22183512700279, 39.683218058696148 ], [ -111.22180095012338, 39.683470411918641 ], [ -111.2217028080742, 39.683776948952115 ], [ -111.22147790008367, 39.684556767533564 ], [ -111.22140856380086, 39.684755125945379 ], [ -111.2213698206827, 39.685039023665695 ], [ -111.22148613453247, 39.685309110308523 ], [ -111.22172014632973, 39.685551941322757 ], [ -111.22193066316122, 39.685740755078108 ], [ -111.22200695513014, 39.685893784008151 ], [ -111.22207177324243, 39.686105401641662 ], [ -111.22206109275196, 39.686411771553956 ], [ -111.22200359134732, 39.686664169297153 ], [ -111.22190517172966, 39.686885109225166 ], [ -111.22184748193961, 39.687078940425742 ], [ -111.22180742900791, 39.687317789293012 ], [ -111.22187288233442, 39.68772763186481 ], [ -111.22187991027243, 39.688101544912364 ], [ -111.22188128023592, 39.688529530399762 ], [ -111.22184164473914, 39.688899027410955 ], [ -111.22170243213806, 39.689129055282201 ], [ -111.22154013866485, 39.689435714344718 ], [ -111.22143002247209, 39.689647665809126 ], [ -111.22126791355031, 39.690012890890877 ], [ -111.2211927831561, 39.690224775442196 ], [ -111.22115865810086, 39.690495148622254 ], [ -111.22121672487584, 39.690783366734998 ], [ -111.22141794006482, 39.691341620088899 ], [ -111.22171724128852, 39.691935726881816 ], [ -111.22196328548894, 39.692286657371383 ], [ -111.22215058438033, 39.692502545676106 ], [ -111.22239605453764, 39.69267327093042 ], [ -111.22278741419167, 39.692875251794803 ], [ -111.22333160487038, 39.693090452902673 ], [ -111.22377401054064, 39.693206734691479 ], [ -111.22415332074463, 39.693287095531481 ], [ -111.22459669094279, 39.693340300443772 ], [ -111.22507508020703, 39.69340244605884 ], [ -111.22555915522362, 39.693419527320053 ], [ -111.2260778963054, 39.693337426133972 ], [ -111.22661405702202, 39.693232762967881 ], [ -111.22705683537846, 39.693104853259896 ], [ -111.22759887162857, 39.693014590485369 ], [ -111.228036188823, 39.693000217121508 ], [ -111.22836874690337, 39.69304912005456 ], [ -111.22864898548256, 39.693147681537226 ], [ -111.22886509314604, 39.693250873888232 ], [ -111.22906968732373, 39.693399139883418 ], [ -111.22916915091133, 39.693498056570434 ], [ -111.22937960783233, 39.693655320708345 ], [ -111.22947325559701, 39.693758753751119 ], [ -111.22965532950063, 39.694149439358682 ], [ -111.22976744698012, 39.694546570281247 ], [ -111.22980982199489, 39.695015020202995 ], [ -111.22978846721993, 39.695609739894422 ], [ -111.22971347638632, 39.695857670513384 ], [ -111.22972011456102, 39.69610093448442 ], [ -111.22976796354097, 39.696461250319118 ], [ -111.22985107285575, 39.696902588676238 ], [ -111.22989931170127, 39.697380037026804 ], [ -111.2299532037184, 39.697803412561349 ], [ -111.22989615527831, 39.698186461568831 ], [ -111.22978708175719, 39.69870927250156 ], [ -111.22969472606064, 39.698997783504076 ], [ -111.2296953234307, 39.699177987487431 ], [ -111.22985947148663, 39.699434455015954 ], [ -111.23006385873587, 39.699514241535638 ], [ -111.2303263931537, 39.699541652876782 ], [ -111.23102637277741, 39.69958080847033 ], [ -111.23181351730152, 39.699525178161181 ], [ -111.23231499678818, 39.699501650295737 ], [ -111.23265320931417, 39.699487457758849 ], [ -111.23322515782598, 39.699607948863878 ], [ -111.23379112425368, 39.699683397907826 ], [ -111.23425796221754, 39.699763549346066 ], [ -111.23460816003687, 39.699843934628682 ], [ -111.23494106104701, 39.699982920517201 ], [ -111.23518057358855, 39.700099568991092 ], [ -111.23538514029853, 39.700229803196905 ], [ -111.23559015200621, 39.700490684840155 ], [ -111.23587156583503, 39.700922605776221 ], [ -111.23616489325552, 39.701426583795964 ], [ -111.23624128013266, 39.701593118103403 ], [ -111.23635881567687, 39.701854176261726 ], [ -111.23644151234917, 39.702160356498339 ], [ -111.23647729010271, 39.702390045078424 ], [ -111.23653613579565, 39.702543099507089 ], [ -111.23663014480897, 39.702745638632635 ], [ -111.23675876341177, 39.702835478966776 ], [ -111.23695747803851, 39.702956712011698 ], [ -111.23712106059487, 39.703037470332454 ], [ -111.23739553508804, 39.703140527384228 ], [ -111.23806094783527, 39.703292339310998 ], [ -111.23902505813496, 39.703466058550063 ], [ -111.24004497674471, 39.703585592914294 ], [ -111.24034838519678, 39.703621006276769 ], [ -111.24138109247264, 39.70372698705043 ], [ -111.24158519451947, 39.703717552329145 ], [ -111.241876719339, 39.703689914673092 ], [ -111.24213894031422, 39.703621791274138 ], [ -111.24251188117611, 39.703526405340924 ], [ -111.24282085453474, 39.703485213496258 ], [ -111.24311245691364, 39.703480098200281 ], [ -111.24392935257053, 39.703582002836875 ], [ -111.24460037748349, 39.703666188599087 ], [ -111.24555757411169, 39.703857888627063 ], [ -111.24624642109401, 39.704032129662977 ], [ -111.24678353224009, 39.704179658451082 ], [ -111.24731481322972, 39.70432719716667 ], [ -111.24760090513841, 39.704411283786811 ], [ -111.24734361905749, 39.749945841792865 ], [ -111.24745892186392, 39.81312461333286 ], [ -111.20976253784694, 39.813081752020075 ], [ -111.17288405045416, 39.813052458475475 ], [ -111.17100887300619, 39.813050732185729 ], [ -111.15411468033658, 39.81300231995035 ], [ -111.14503084171864, 39.812973483983868 ], [ -111.12589342807995, 39.812892209576653 ], [ -111.12571350562666, 39.812892404647052 ], [ -111.09857771411185, 39.812781677608854 ], [ -111.09846905843028, 39.812780868857729 ], [ -111.09840246251639, 39.81278002434393 ], [ -111.09811037824932, 39.812778469658383 ], [ -111.09795264901561, 39.812774998878673 ], [ -111.0791653898707, 39.812302792501889 ], [ -111.07915583562067, 39.814158878065648 ], [ -111.07524185538104, 39.814156977049265 ], [ -111.06593008490374, 39.814149126482967 ], [ -111.06068999884147, 39.814115945202865 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 5, \"properties\": { \"NAME\": \"DAVIS COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 66019, \"Color4\": \"4\", \"Shape_Leng\": 209920.209653, \"Shape_Area\": 1644417688.8499999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.12578266577918, 41.152716386567569 ], [ -112.10319893929312, 41.152727733708943 ], [ -112.10315127637705, 41.152728190223456 ], [ -112.10298430519155, 41.152720781542058 ], [ -112.10203089585363, 41.152720899978746 ], [ -112.09863445823777, 41.152726323832269 ], [ -112.09831258271517, 41.152720385833135 ], [ -112.09343843779145, 41.15273073021585 ], [ -112.09333119587289, 41.152731748259001 ], [ -112.088802453596, 41.152729609372692 ], [ -112.08851647469754, 41.152732312423176 ], [ -112.08374941230882, 41.152732226837813 ], [ -112.07819575345253, 41.152730302170021 ], [ -112.07811234265098, 41.152731082952783 ], [ -112.07471588735653, 41.152735801452117 ], [ -112.0740246213324, 41.152733241681368 ], [ -112.06895964944441, 41.152735321367892 ], [ -112.03755657104878, 41.15273423720145 ], [ -112.02721206528699, 41.152736879311234 ], [ -112.02590102130817, 41.152730548535999 ], [ -112.02522180756547, 41.152736596237332 ], [ -112.0238988472843, 41.152730348732497 ], [ -112.02121745797409, 41.152736138212731 ], [ -112.02108624168882, 41.152728293729474 ], [ -112.01622379405551, 41.152726258181801 ], [ -112.013137115361, 41.152726426807234 ], [ -112.00075463549653, 41.152726584667228 ], [ -112.00015869248375, 41.152722753196059 ], [ -111.99953905404436, 41.152728132085066 ], [ -111.99930059474255, 41.152721193374568 ], [ -111.98764443191293, 41.15267760643686 ], [ -111.97932640164211, 41.152712599432085 ], [ -111.97183017159568, 41.15271303722475 ], [ -111.97168677792328, 41.152687223532425 ], [ -111.97142315850243, 41.152590361100017 ], [ -111.97107599363802, 41.152485194623821 ], [ -111.97075279506927, 41.152388832934712 ], [ -111.97027508588369, 41.15232079548808 ], [ -111.96988092342072, 41.152261060411377 ], [ -111.96915231385879, 41.152150091592205 ], [ -111.9687691412952, 41.152027205453649 ], [ -111.96829050890587, 41.151896112741426 ], [ -111.9679912818071, 41.151808549578583 ], [ -111.96781108359346, 41.151710977736343 ], [ -111.96752297943904, 41.151569272929613 ], [ -111.96729551569771, 41.15149912077139 ], [ -111.96716338048321, 41.151428167745792 ], [ -111.96691208561417, 41.151358214929111 ], [ -111.96640883609308, 41.151173274041312 ], [ -111.96597787822209, 41.151041771658541 ], [ -111.96537943854557, 41.150866632349668 ], [ -111.96492438876854, 41.150717312267744 ], [ -111.96454096819832, 41.150576398406749 ], [ -111.96416959704986, 41.150444390228749 ], [ -111.96386998610674, 41.150329796026988 ], [ -111.96331803490331, 41.150073186446271 ], [ -111.96299354120696, 41.14988673540271 ], [ -111.96275285459554, 41.149726606461535 ], [ -111.96258471718983, 41.149637933392427 ], [ -111.96236931263857, 41.149576678501894 ], [ -111.96227332864611, 41.149532441260234 ], [ -111.96206997206006, 41.149480092986302 ], [ -111.96189031547085, 41.149418538605048 ], [ -111.96157866584547, 41.149295031100614 ], [ -111.96133851108509, 41.149170926063022 ], [ -111.96082232604648, 41.148914005903855 ], [ -111.96074964922933, 41.148833541626253 ], [ -111.96058230554969, 41.148798905987306 ], [ -111.96043642716526, 41.148601950116905 ], [ -111.96041167605777, 41.14853910165926 ], [ -111.96042227716472, 41.14844893492657 ], [ -111.96031319780721, 41.148323734717785 ], [ -111.96025099215919, 41.148144096634262 ], [ -111.96010472206588, 41.147920120076243 ], [ -111.96010261977342, 41.147776012238936 ], [ -111.95981244760277, 41.147490179826704 ], [ -111.95967927775965, 41.147347164057223 ], [ -111.95916153836919, 41.146982155230845 ], [ -111.95842854479132, 41.146564888296744 ], [ -111.95767146819823, 41.146129801199386 ], [ -111.95762302160311, 41.146076156951494 ], [ -111.95756252898946, 41.146013604985761 ], [ -111.95745476936457, 41.145978469410878 ], [ -111.9574171899682, 41.145852672030472 ], [ -111.95724841463561, 41.145718957173166 ], [ -111.9568935824274, 41.145082348822818 ], [ -111.95665960675164, 41.14456183754028 ], [ -111.95658576181503, 41.144400309677778 ], [ -111.95647329367061, 41.144040929960859 ], [ -111.95642026912557, 41.143672048708076 ], [ -111.95644135007848, 41.143482708966054 ], [ -111.95646269266865, 41.143311382728442 ], [ -111.95648573655301, 41.143257144319634 ], [ -111.95651977878455, 41.143139759671087 ], [ -111.95657725727564, 41.1429951568539 ], [ -111.95653614755302, 41.142626176640661 ], [ -111.9565339225836, 41.14247306176236 ], [ -111.95643585901155, 41.142284711318069 ], [ -111.95637432421195, 41.142150104569431 ], [ -111.95634905609906, 41.142051228065235 ], [ -111.95633478644098, 41.141889205322371 ], [ -111.95629825841932, 41.141835461514113 ], [ -111.95620150481143, 41.141737178428528 ], [ -111.95610514394646, 41.141665915537097 ], [ -111.95596151862341, 41.141622068366821 ], [ -111.95578280456712, 41.141623551405118 ], [ -111.95558104642897, 41.141679272415509 ], [ -111.95546203433928, 41.141689267507843 ], [ -111.95534328363836, 41.141717276001593 ], [ -111.95520122702217, 41.141781509025506 ], [ -111.9550589087759, 41.141827728351444 ], [ -111.95485728002619, 41.141892454868348 ], [ -111.9547256999526, 41.141857514153003 ], [ -111.95442758083405, 41.141841969017293 ], [ -111.95431982969899, 41.14180683039158 ], [ -111.95416389925427, 41.141736059384918 ], [ -111.95410367504871, 41.141691519007132 ], [ -111.95387560688297, 41.141576305869755 ], [ -111.95339512269307, 41.141310048364026 ], [ -111.95329863502401, 41.14122977631154 ], [ -111.95305826446926, 41.14108763980925 ], [ -111.95286503009805, 41.140909081493753 ], [ -111.95274445468084, 41.140810992528728 ], [ -111.95248917542069, 41.140461797609142 ], [ -111.95234216734539, 41.140183769792131 ], [ -111.95218415847097, 41.139968887657133 ], [ -111.95198936683447, 41.139682246492782 ], [ -111.95185662061746, 41.139566241453423 ], [ -111.95171326304551, 41.139540402438911 ], [ -111.95127075650556, 41.139426955601671 ], [ -111.95013880679248, 41.139427290222578 ], [ -111.94985352310505, 41.139474682294882 ], [ -111.94962780855387, 41.13952158258347 ], [ -111.94928269471023, 41.139551450769424 ], [ -111.94905607056266, 41.139535302473305 ], [ -111.94886505844266, 41.139509852531873 ], [ -111.94872170209757, 41.139484009779679 ], [ -111.94862600147722, 41.139457774395233 ], [ -111.94852978184768, 41.139395511796614 ], [ -111.94838642587617, 41.139369668622507 ], [ -111.94832633746071, 41.139334131924045 ], [ -111.94830121230329, 41.139244260248063 ], [ -111.94812094773359, 41.139137649915028 ], [ -111.94782982843446, 41.138779731627217 ], [ -111.94755166310598, 41.138493768845485 ], [ -111.94750323041571, 41.138440120120485 ], [ -111.94735780321572, 41.13827016702696 ], [ -111.94719929686235, 41.138019250601651 ], [ -111.94710230327389, 41.137902946021597 ], [ -111.9463931845189, 41.137476397220581 ], [ -111.94612992143696, 41.137397489165615 ], [ -111.94591508950374, 41.137372229947836 ], [ -111.94581991060734, 41.137382019351556 ], [ -111.94579647169526, 41.137409235372957 ], [ -111.9457611192161, 41.137436549205674 ], [ -111.9455347617962, 41.137438407475614 ], [ -111.94523795754793, 41.137512906250457 ], [ -111.94502441837629, 41.137577713325037 ], [ -111.94470391495925, 41.137661413007571 ], [ -111.94458516670488, 41.137689410400128 ], [ -111.94446615993269, 41.137699394077849 ], [ -111.94437098032617, 41.13770918229114 ], [ -111.9443114123156, 41.137709670636482 ], [ -111.94420431906444, 41.13771955637786 ], [ -111.94389456532981, 41.137722094989748 ], [ -111.94298874409341, 41.137702490371318 ], [ -111.94246493219562, 41.137733800868801 ], [ -111.94190576546569, 41.137792421656357 ], [ -111.94116815062695, 41.137870513605677 ], [ -111.9407990851055, 41.137891544203868 ], [ -111.94044180432064, 41.137903469549556 ], [ -111.93945438487177, 41.138010613301411 ], [ -111.93932359147192, 41.138029695652904 ], [ -111.9386108252606, 41.138179631461995 ], [ -111.9383612792768, 41.138226703873457 ], [ -111.93808841882549, 41.138309997046207 ], [ -111.93789921053377, 41.138410624205093 ], [ -111.93759112049989, 41.138530234470785 ], [ -111.9373295304031, 41.138568394824674 ], [ -111.93704372782547, 41.13857972797873 ], [ -111.93690050605392, 41.138562877252973 ], [ -111.93672141486218, 41.13853731018645 ], [ -111.93606436412236, 41.138416541428015 ], [ -111.9353123896891, 41.138323563282263 ], [ -111.93501441815124, 41.138316974490095 ], [ -111.93470466078963, 41.138319488421665 ], [ -111.93465713367576, 41.138328881927521 ], [ -111.93440745630677, 41.138366938986572 ], [ -111.93350443726771, 41.138545409950417 ], [ -111.93330241355891, 41.13858307841852 ], [ -111.9332181232644, 41.138520706321586 ], [ -111.93314549158121, 41.138440223998998 ], [ -111.93298895320646, 41.138324389831034 ], [ -111.93273519145612, 41.138074224847124 ], [ -111.93252985174537, 41.137877714455421 ], [ -111.93234808544148, 41.13766299716692 ], [ -111.93212968691148, 41.137385520991145 ], [ -111.93196072929729, 41.137233754445838 ], [ -111.93167072533626, 41.136947848817762 ], [ -111.93144271219275, 41.136832590573519 ], [ -111.93132281288254, 41.136779512854744 ], [ -111.93108390644294, 41.136736404864543 ], [ -111.93086997332338, 41.136774165329363 ], [ -111.93058532285971, 41.136866543892545 ], [ -111.93025454465038, 41.137067388624814 ], [ -111.92981984952785, 41.137503275675208 ], [ -111.92969108910633, 41.137666456466057 ], [ -111.92964648685393, 41.137883005106396 ], [ -111.92949555094141, 41.138163466826498 ], [ -111.92942673873041, 41.138353187138257 ], [ -111.92934499518799, 41.138470948852337 ], [ -111.92920342804538, 41.138571177381642 ], [ -111.92893322301178, 41.138843592529611 ], [ -111.92876693722827, 41.138880964839146 ], [ -111.92855299575352, 41.138918721074674 ], [ -111.92808810065144, 41.138904451969566 ], [ -111.92732409020505, 41.138802510770681 ], [ -111.92710926024112, 41.138777216455466 ], [ -111.92702560960919, 41.138759873968688 ], [ -111.92685818167119, 41.138716181970928 ], [ -111.92665475889157, 41.13865476357622 ], [ -111.92629594988034, 41.13855856301354 ], [ -111.92602167869457, 41.138542752505664 ], [ -111.92584208481642, 41.138481141105487 ], [ -111.92540165381318, 41.138511703820065 ], [ -111.92516325099761, 41.138504610967168 ], [ -111.92472534969151, 41.138715308010575 ], [ -111.9246186310195, 41.138752196126347 ], [ -111.92457160804079, 41.138797612872786 ], [ -111.92427616392848, 41.138971133241085 ], [ -111.92406285154276, 41.139053915400218 ], [ -111.92382520519459, 41.139100860881548 ], [ -111.92358717942621, 41.139120785331535 ], [ -111.92321772132371, 41.139114739178837 ], [ -111.92308666811064, 41.139115789463595 ], [ -111.92232304089124, 41.139040835592297 ], [ -111.92185663237036, 41.138918459104659 ], [ -111.92173698898161, 41.138883385091269 ], [ -111.92162963786936, 41.13887523619065 ], [ -111.92105638496562, 41.1387807348476 ], [ -111.92078135804967, 41.13871087072561 ], [ -111.92055398711234, 41.138640625106483 ], [ -111.92030253716314, 41.13855255568987 ], [ -111.92021876262585, 41.138526201379676 ], [ -111.91952486691542, 41.138324561744632 ], [ -111.91878369742452, 41.138150318579982 ], [ -111.91805557588006, 41.138057037423835 ], [ -111.91732707982908, 41.137936731044491 ], [ -111.91700415445484, 41.137849223574882 ], [ -111.91680162120751, 41.137850835714694 ], [ -111.91665928357371, 41.137897007819284 ], [ -111.91649349440623, 41.137970389934864 ], [ -111.91644596480701, 41.137979775951536 ], [ -111.91627979912995, 41.138026137158882 ], [ -111.9161367087399, 41.138018267413273 ], [ -111.91605318714251, 41.138009923784033 ], [ -111.91564699213801, 41.137932082544324 ], [ -111.91538263572112, 41.137772042015918 ], [ -111.91501043154578, 41.137567818272892 ], [ -111.91470896069688, 41.137308984453853 ], [ -111.9145632446082, 41.137111968385675 ], [ -111.91453879186464, 41.137067123189304 ], [ -111.91437878661188, 41.136699070831 ], [ -111.91409864825638, 41.136259908648121 ], [ -111.91384371551882, 41.135919632347274 ], [ -111.91360082373468, 41.135588267828268 ], [ -111.91333398295245, 41.135248084790753 ], [ -111.91315291067789, 41.135078370786808 ], [ -111.91303315388107, 41.135034280707167 ], [ -111.91286449565318, 41.134900499329284 ], [ -111.91267363475049, 41.134883995944612 ], [ -111.91238597069508, 41.134760164558223 ], [ -111.91175257675739, 41.134621053688811 ], [ -111.91181488653028, 41.134818733671594 ], [ -111.91189048204687, 41.135115395026439 ], [ -111.91075859918584, 41.135115341867319 ], [ -111.91073955369349, 41.136322547139933 ], [ -111.91014388039581, 41.136327255175473 ], [ -111.90872605306735, 41.136329441023292 ], [ -111.90830908149704, 41.136332729684106 ], [ -111.90832511089957, 41.137494618496461 ], [ -111.90579482360339, 41.137181251803014 ], [ -111.90546931542755, 41.136904566956837 ], [ -111.9045283001889, 41.13605621220821 ], [ -111.9040646654977, 41.136131914885091 ], [ -111.90377936080603, 41.136179193063846 ], [ -111.9032448612855, 41.136300487780339 ], [ -111.90313788701143, 41.13631934228583 ], [ -111.90284054379705, 41.136357704653555 ], [ -111.90250696586037, 41.136360318662256 ], [ -111.90204196918098, 41.136336937273953 ], [ -111.90191067396344, 41.136319949598501 ], [ -111.90164820706774, 41.136294980704001 ], [ -111.90111074400845, 41.136200099765418 ], [ -111.90066846691434, 41.136095464233648 ], [ -111.90021353888102, 41.135936878620434 ], [ -111.89985441261567, 41.135813574356121 ], [ -111.89957868138831, 41.135689617732879 ], [ -111.89927998557988, 41.135628894850413 ], [ -111.89920813629631, 41.135602432115022 ], [ -111.89892172347506, 41.135568636042393 ], [ -111.89836056625221, 41.135482935007786 ], [ -111.89800353415231, 41.135512742500829 ], [ -111.89789655956572, 41.135531592143437 ], [ -111.89771810471058, 41.13555099877032 ], [ -111.8974088481735, 41.135589439961265 ], [ -111.89660057825526, 41.135730852115849 ], [ -111.89600711425079, 41.135897611589257 ], [ -111.89548476050113, 41.136036791602521 ], [ -111.89473653778157, 41.136213755376453 ], [ -111.89324105760292, 41.136639723873095 ], [ -111.89219522551372, 41.136836994296218 ], [ -111.8915060649401, 41.136977448130665 ], [ -111.89104338304556, 41.137125154057813 ], [ -111.89078274453504, 41.137235264389524 ], [ -111.89049827771368, 41.137345558340968 ], [ -111.89018937354867, 41.137411001066702 ], [ -111.88952403000816, 41.137551258993597 ], [ -111.88901258978308, 41.137618262400522 ], [ -111.88875085158416, 41.137647305747606 ], [ -111.88869140427997, 41.137656772269374 ], [ -111.8884419441884, 41.137712743815662 ], [ -111.88823977431484, 41.137741326550952 ], [ -111.88804963955052, 41.137778824024721 ], [ -111.88777598644249, 41.137807957013699 ], [ -111.8874898121971, 41.137792146445278 ], [ -111.88723950086943, 41.137785066818999 ], [ -111.88622622095608, 41.137747827585301 ], [ -111.88582042452741, 41.13769690161562 ], [ -111.88564111179994, 41.137653241008159 ], [ -111.88547334967467, 41.137582467702622 ], [ -111.88524553467066, 41.137476124165893 ], [ -111.88499413506263, 41.137387977127098 ], [ -111.88470772112784, 41.137354145725844 ], [ -111.88420637645832, 41.137285932103474 ], [ -111.88371755098166, 41.137262659640335 ], [ -111.88346724192907, 41.1372555717914 ], [ -111.88338384587129, 41.137256211371067 ], [ -111.88303919350801, 41.13732190907696 ], [ -111.88284881528317, 41.137341384082418 ], [ -111.88245505822283, 41.13729936184447 ], [ -111.88213374943477, 41.137328846499351 ], [ -111.88197911212751, 41.137348046359406 ], [ -111.88143192393487, 41.137415289822854 ], [ -111.88134876877325, 41.137433941842275 ], [ -111.8805517512678, 41.13753011597403 ], [ -111.88034957828422, 41.137558684890337 ], [ -111.87996893898597, 41.137606632683671 ], [ -111.87961176571937, 41.137627376398733 ], [ -111.87924231754688, 41.137621189064653 ], [ -111.87895614579084, 41.13760535726523 ], [ -111.87864554554886, 41.137544671696105 ], [ -111.8782272412613, 41.137448774963197 ], [ -111.87804841452305, 41.137441130330217 ], [ -111.87763191267997, 41.137480335880575 ], [ -111.87719158273447, 41.137519721380642 ], [ -111.87683524859955, 41.13760350525164 ], [ -111.87651477492039, 41.137696023036774 ], [ -111.87623052134721, 41.137824295936724 ], [ -111.87607660013464, 41.137897529704574 ], [ -111.87593447261955, 41.137961665706932 ], [ -111.87579186556783, 41.137989773663641 ], [ -111.87561411568628, 41.138063187978702 ], [ -111.87537715514171, 41.138164075633107 ], [ -111.87517545673521, 41.138228663382762 ], [ -111.87495004975366, 41.138302438742301 ], [ -111.87477181936704, 41.138339823892196 ], [ -111.87450995181537, 41.138359827996773 ], [ -111.87422389737932, 41.138352991434026 ], [ -111.87384229228924, 41.13832886329061 ], [ -111.87346044846358, 41.138286719933561 ], [ -111.87257690667845, 41.138149290098276 ], [ -111.87186147506421, 41.138109667885033 ], [ -111.871503580709, 41.138076344641313 ], [ -111.87108635551739, 41.138061484724908 ], [ -111.87070522956289, 41.138073374078331 ], [ -111.87039594416404, 41.13811174300205 ], [ -111.87016993683154, 41.13814047415255 ], [ -111.869991585017, 41.138168844947884 ], [ -111.86952765543313, 41.138226395160864 ], [ -111.86907504447753, 41.138238818708039 ], [ -111.86799004392003, 41.13818394434437 ], [ -111.86740590480971, 41.138161320821453 ], [ -111.86680985211456, 41.138138783984495 ], [ -111.86624942306346, 41.138106968292476 ], [ -111.86572473628853, 41.138074881255541 ], [ -111.86512797466717, 41.137998293743713 ], [ -111.86481702972809, 41.137910549799336 ], [ -111.86449428998827, 41.13783190141374 ], [ -111.86403955274668, 41.13768217922771 ], [ -111.8636697504022, 41.137648920942581 ], [ -111.86339490487138, 41.137587926129235 ], [ -111.86328756215084, 41.137579722759028 ], [ -111.86300174791593, 41.137590872279013 ], [ -111.862858545649, 41.137573929274225 ], [ -111.86240617342965, 41.137604340586726 ], [ -111.86131080578066, 41.13766658336656 ], [ -111.86108444229761, 41.137668275705941 ], [ -111.86079862721135, 41.137679419766521 ], [ -111.86066769237182, 41.13768940601846 ], [ -111.86049016146809, 41.137780811166216 ], [ -111.86040817674484, 41.137889518179733 ], [ -111.86037443599974, 41.138042904226175 ], [ -111.86026921130698, 41.13819682413488 ], [ -111.86029598163094, 41.138421821296731 ], [ -111.86027344824414, 41.138521076299853 ], [ -111.86039600210147, 41.138781389585219 ], [ -111.86043586442244, 41.139096367726111 ], [ -111.86042642235493, 41.139285603780912 ], [ -111.8603469075528, 41.139583457795638 ], [ -111.86027695233322, 41.139701082722063 ], [ -111.86024203347802, 41.139764398670579 ], [ -111.86010023922668, 41.139855536313348 ], [ -111.8599927755008, 41.139838322905376 ], [ -111.85989699079576, 41.139803006450975 ], [ -111.85956198033153, 41.139697412232017 ], [ -111.85921317586035, 41.139447793811513 ], [ -111.85865971888462, 41.139037558132571 ], [ -111.85843135398899, 41.138886126172821 ], [ -111.85821584351733, 41.138806661053152 ], [ -111.85790537311645, 41.138754926446943 ], [ -111.85769080242366, 41.138747516411961 ], [ -111.85733373205923, 41.138777198181856 ], [ -111.85720279444611, 41.138787180519763 ], [ -111.85691755986211, 41.138843350059346 ], [ -111.85663302796378, 41.138953560970499 ], [ -111.85624150217234, 41.139082582305164 ], [ -111.85613029253803, 41.138777140841619 ], [ -111.85600775547864, 41.138516822852424 ], [ -111.85594607746432, 41.138355139249313 ], [ -111.85593310956379, 41.138274164643313 ], [ -111.85594408675509, 41.138202019995731 ], [ -111.85597854054528, 41.138102677240454 ], [ -111.85604920452194, 41.138039096924238 ], [ -111.85616740698882, 41.137966155357006 ], [ -111.85628607777564, 41.137929241728877 ], [ -111.85652306741136, 41.137828393066307 ], [ -111.85678329803532, 41.137682331626472 ], [ -111.85700825490136, 41.137572563576946 ], [ -111.85715051768419, 41.137517457764055 ], [ -111.85722117989819, 41.137453876739691 ], [ -111.85724266209199, 41.137273559153599 ], [ -111.85722922374825, 41.137156556637507 ], [ -111.8571557475793, 41.137003969333449 ], [ -111.8570232893029, 41.136896860249976 ], [ -111.8567598977166, 41.136799732807852 ], [ -111.85632971498741, 41.136703844790119 ], [ -111.8557798112048, 41.136563805207736 ], [ -111.85551665681417, 41.136484688923183 ], [ -111.8553371326698, 41.136422966863691 ], [ -111.8551335475948, 41.136343407365409 ], [ -111.8549540241869, 41.136281684700045 ], [ -111.85464321739826, 41.136202920074552 ], [ -111.85402207332723, 41.136081416374331 ], [ -111.85335327716355, 41.135960262334571 ], [ -111.85276647847346, 41.135730402731255 ], [ -111.85252692474999, 41.135633089091129 ], [ -111.85231143193221, 41.135553612706744 ], [ -111.85207141327682, 41.135420269990618 ], [ -111.85174741875645, 41.135242508268057 ], [ -111.8516155552425, 41.135180427962574 ], [ -111.85125524064583, 41.134957893890082 ], [ -111.85103986796199, 41.134887422112726 ], [ -111.85088464462422, 41.134861545109132 ], [ -111.85070524552057, 41.134808822760597 ], [ -111.85057338384452, 41.134746741239447 ], [ -111.85046523280192, 41.134675476622547 ], [ -111.85030907966097, 41.134577542565502 ], [ -111.84997201801407, 41.134309793327432 ], [ -111.84973142742218, 41.134131410438258 ], [ -111.84949153533414, 41.134007069249186 ], [ -111.84921578832559, 41.133873983991343 ], [ -111.8489998406645, 41.133758473140738 ], [ -111.84891551931264, 41.133687031417743 ], [ -111.84885456004379, 41.133579385903353 ], [ -111.84880504970715, 41.133435624414879 ], [ -111.84880110220089, 41.13312938507206 ], [ -111.84876304100921, 41.132949507608906 ], [ -111.84866495060353, 41.132734040807975 ], [ -111.84839682995508, 41.132267605191252 ], [ -111.84815300287697, 41.131837021629465 ], [ -111.84792062790375, 41.131370321624679 ], [ -111.84767587982972, 41.130867680559184 ], [ -111.84742096149424, 41.13050023223532 ], [ -111.84728644621906, 41.13023098469889 ], [ -111.8470562843691, 41.129935416632726 ], [ -111.84686278856329, 41.129711641752642 ], [ -111.84665726585278, 41.129478947028915 ], [ -111.84653686798356, 41.129380744933805 ], [ -111.84644029526675, 41.129282367650617 ], [ -111.84639183538172, 41.129219668399791 ], [ -111.8463425653416, 41.129093919764756 ], [ -111.84632868527203, 41.12894088740034 ], [ -111.84635019494701, 41.128760571319397 ], [ -111.84636152849572, 41.128715448537676 ], [ -111.84645289091458, 41.128408508552454 ], [ -111.84663839210518, 41.128010797612227 ], [ -111.84674201181359, 41.127730790993603 ], [ -111.84677577950619, 41.12757740841144 ], [ -111.84679798240327, 41.127451134540955 ], [ -111.84679647694107, 41.127334042846641 ], [ -111.8468068835095, 41.127216863586405 ], [ -111.84680167232011, 41.126811546157008 ], [ -111.84672637947949, 41.126514838706385 ], [ -111.8466772266982, 41.126398097197715 ], [ -111.84660332419865, 41.126209474304261 ], [ -111.84648177490503, 41.126021201476625 ], [ -111.84631211629318, 41.125797250332056 ], [ -111.8461548334086, 41.125609239655567 ], [ -111.84598529267078, 41.125394295050995 ], [ -111.84579192973438, 41.125179525091937 ], [ -111.84559822117259, 41.124937733608093 ], [ -111.84548974487568, 41.124839442810604 ], [ -111.84533200428011, 41.124615402690871 ], [ -111.84518652299977, 41.124418296130663 ], [ -111.84510175562515, 41.124310823097211 ], [ -111.84500426822075, 41.12414038793149 ], [ -111.84493071974335, 41.123978785010017 ], [ -111.84488076340227, 41.12379899319096 ], [ -111.84484225663078, 41.12358308573225 ], [ -111.84486226706808, 41.123285677904683 ], [ -111.8448367116365, 41.123150746646928 ], [ -111.84481937106385, 41.122727501945185 ], [ -111.84482816334013, 41.12248422382541 ], [ -111.84475392418248, 41.122268578326441 ], [ -111.84471645829322, 41.122133734354826 ], [ -111.84461782035144, 41.12187322808775 ], [ -111.8445453147081, 41.121792688430297 ], [ -111.84450750312681, 41.121630823169788 ], [ -111.84458845519519, 41.121441063500569 ], [ -111.84467033071809, 41.121323360316204 ], [ -111.84483477395904, 41.12114199618118 ], [ -111.84497620321463, 41.12102385601851 ], [ -111.84518875060198, 41.120878170189506 ], [ -111.8453541159549, 41.120768861862743 ], [ -111.84550791672144, 41.120686661921702 ], [ -111.84572080873016, 41.120567996324986 ], [ -111.84588570980983, 41.120422658978931 ], [ -111.84600308275294, 41.120286678352237 ], [ -111.84609559260821, 41.120069808968545 ], [ -111.8461401120435, 41.119826268247543 ], [ -111.84611432410102, 41.119673323071012 ], [ -111.84614658555788, 41.119402848610036 ], [ -111.84622753025594, 41.119213087788275 ], [ -111.84640352739505, 41.119004612746814 ], [ -111.84659270708801, 41.118895127653396 ], [ -111.84680547560295, 41.118767453023302 ], [ -111.84697141196035, 41.118703177746561 ], [ -111.84732756797565, 41.118610479543911 ], [ -111.84755351916577, 41.118581793668589 ], [ -111.84780259561931, 41.118498889660344 ], [ -111.84800333413328, 41.118362293430295 ], [ -111.84813214566248, 41.118190194731888 ], [ -111.84824846634504, 41.117973148264895 ], [ -111.84836501823104, 41.117774115809482 ], [ -111.84849336369764, 41.117565988450181 ], [ -111.84859835193542, 41.117394064674713 ], [ -111.84867951921349, 41.117222316286934 ], [ -111.84878415832742, 41.117023371146601 ], [ -111.84890082300365, 41.116833345213706 ], [ -111.84905344946255, 41.116661069964643 ], [ -111.84919520984714, 41.116569945892586 ], [ -111.84932424702633, 41.116415860002071 ], [ -111.84933348663715, 41.116208609703826 ], [ -111.84927265944552, 41.116109971001521 ], [ -111.84918766420557, 41.115984486650596 ], [ -111.84915019305737, 41.115849644028394 ], [ -111.84920753719967, 41.115678070825474 ], [ -111.84944399397232, 41.115541208748795 ], [ -111.84960980347815, 41.115467922674014 ], [ -111.84982394913109, 41.1154483273423 ], [ -111.85008550176074, 41.115410365964159 ], [ -111.85039411231938, 41.115327017027475 ], [ -111.85060790842775, 41.115280399053546 ], [ -111.85080967808076, 41.115224861579989 ], [ -111.85116487895991, 41.115060095190401 ], [ -111.85141370472756, 41.114959169372995 ], [ -111.85171063451716, 41.114893919081858 ], [ -111.85197230025258, 41.114864960509436 ], [ -111.85240070247572, 41.114834767773473 ], [ -111.85255517980589, 41.114806600919358 ], [ -111.85282863796773, 41.114768545211682 ], [ -111.85316129465747, 41.114703026701193 ], [ -111.85337485339922, 41.114638389509437 ], [ -111.8536943155023, 41.114473880054611 ], [ -111.85400139939144, 41.114273429782401 ], [ -111.85422523081706, 41.114082603946812 ], [ -111.85442454101633, 41.113837912001394 ], [ -111.85460026430586, 41.113611410523397 ], [ -111.85470441258764, 41.11337643188439 ], [ -111.85480832645597, 41.113123439034894 ], [ -111.85498451401206, 41.112932965202987 ], [ -111.85524441690647, 41.112768893427528 ], [ -111.85555230673968, 41.112631488481071 ], [ -111.85573001137863, 41.112558105255282 ], [ -111.8558598443315, 41.112467061554305 ], [ -111.8560126765244, 41.112312791343484 ], [ -111.85612896106599, 41.11209573705478 ], [ -111.85611471149201, 41.111915684441087 ], [ -111.85595486084398, 41.111529531401303 ], [ -111.85585736499542, 41.11135910513454 ], [ -111.85578368785026, 41.111188501849469 ], [ -111.85574655701949, 41.111080682540901 ], [ -111.85562454263327, 41.11085639061811 ], [ -111.85552658094103, 41.110649935797085 ], [ -111.85527333577339, 41.110408602074706 ], [ -111.85508045510407, 41.110229875261794 ], [ -111.85486469239051, 41.110123381340287 ], [ -111.85469621548243, 41.109989512430161 ], [ -111.85460024361397, 41.109936176813072 ], [ -111.85448010382089, 41.109855996582048 ], [ -111.85426399303273, 41.109722480316904 ], [ -111.85423842411606, 41.109587550966083 ], [ -111.85416405277383, 41.109362904146735 ], [ -111.85413638300876, 41.109065847594508 ], [ -111.85408618016366, 41.108868045309627 ], [ -111.85392926661893, 41.10870706571955 ], [ -111.85393767414746, 41.108436765463949 ], [ -111.85395764006711, 41.108139355725733 ], [ -111.85407462460384, 41.10797634576253 ], [ -111.85425045056276, 41.107758851797421 ], [ -111.8544381838105, 41.107541269249054 ], [ -111.85455539968088, 41.107396272936363 ], [ -111.85471943095558, 41.107187873660685 ], [ -111.85491790107268, 41.106880131325838 ], [ -111.85510492851162, 41.106608505303761 ], [ -111.85542095760137, 41.106182786324524 ], [ -111.8555023275203, 41.106029047239964 ], [ -111.8556767404841, 41.10570346632116 ], [ -111.85583900980015, 41.105359959463691 ], [ -111.85596578744236, 41.105034731929891 ], [ -111.85610388686331, 41.104664380429128 ], [ -111.85624210176638, 41.104303035821921 ], [ -111.85628645697275, 41.104050483921434 ], [ -111.85634084741459, 41.103653730396985 ], [ -111.85644520838669, 41.103436764133171 ], [ -111.85647812275514, 41.103220328927343 ], [ -111.85649760790471, 41.102886890333068 ], [ -111.85637478753404, 41.10259954927696 ], [ -111.85632458324525, 41.102401747764823 ], [ -111.85630893166592, 41.102113610011095 ], [ -111.85625884496309, 41.101924815519332 ], [ -111.85610030538342, 41.10163773957926 ], [ -111.85596651745205, 41.101422543046198 ], [ -111.85570069794564, 41.101127255572486 ], [ -111.85555395309584, 41.100831083286053 ], [ -111.85539425058253, 41.100453935511361 ], [ -111.85515306965738, 41.100221519383652 ], [ -111.85499570722185, 41.100024512522673 ], [ -111.8548259715288, 41.099791565465239 ], [ -111.85460802525625, 41.099513936041689 ], [ -111.85437899097259, 41.099299444031701 ], [ -111.85423482376194, 41.099201425639208 ], [ -111.85404186251267, 41.099013689313608 ], [ -111.85387294941458, 41.098843790323777 ], [ -111.8536680834106, 41.098656141584357 ], [ -111.85334345102717, 41.098415331921188 ], [ -111.8530913104503, 41.098255056114425 ], [ -111.85275582391321, 41.098095396667702 ], [ -111.85245664141952, 41.097980507369961 ], [ -111.8522175755886, 41.097910212372206 ], [ -111.85200162528196, 41.097785698249133 ], [ -111.85176221154354, 41.097688381028057 ], [ -111.85160626141894, 41.097599454359667 ], [ -111.85150972858146, 41.097501080408158 ], [ -111.85151965764238, 41.097347871889518 ], [ -111.85157802733497, 41.097257360983455 ], [ -111.85179060053954, 41.097120670354983 ], [ -111.85201542858458, 41.097010912557145 ], [ -111.85225146384943, 41.096847023721033 ], [ -111.8524280819554, 41.096692581971745 ], [ -111.85256793164923, 41.096457340484584 ], [ -111.85269633988887, 41.096258215301269 ], [ -111.852883696681, 41.096013613859043 ], [ -111.85308354108675, 41.095813959399372 ], [ -111.85329505745162, 41.095596202242767 ], [ -111.85348241016668, 41.09535159983907 ], [ -111.8536699947262, 41.095125011309911 ], [ -111.8538456718445, 41.094898510715034 ], [ -111.85401084153004, 41.094780183161063 ], [ -111.85415149833371, 41.094607989383796 ], [ -111.85430452726682, 41.094471735505664 ], [ -111.85446864459954, 41.094272343517531 ], [ -111.85457288070914, 41.09404637159669 ], [ -111.85465342093138, 41.093829583303673 ], [ -111.85480329449463, 41.093450137399955 ], [ -111.8548951552594, 41.093188225157476 ], [ -111.85496472185184, 41.093043581681727 ], [ -111.85512719846737, 41.092718089523636 ], [ -111.85513746899341, 41.092591901921843 ], [ -111.855123344052, 41.092420855601837 ], [ -111.85506253080472, 41.092322219422556 ], [ -111.85462692204374, 41.091784974030972 ], [ -111.85450564855016, 41.091614722339749 ], [ -111.85443129762081, 41.09139007480826 ], [ -111.85440491923687, 41.091192095356035 ], [ -111.85438986300734, 41.090948992141435 ], [ -111.85423089204738, 41.090625884374418 ], [ -111.85408546108832, 41.090428787425722 ], [ -111.85385646054849, 41.090214293716123 ], [ -111.85377172407695, 41.090106826137784 ], [ -111.85362734491714, 41.089990792432765 ], [ -111.85341083540834, 41.089821245070766 ], [ -111.85338562630099, 41.089713336267117 ], [ -111.85333579106013, 41.089542554122453 ], [ -111.85320390171063, 41.089471467171265 ], [ -111.85301143830608, 41.08931975689211 ], [ -111.85270004095307, 41.089177934509159 ], [ -111.85255543284732, 41.089043885204127 ], [ -111.85218288298547, 41.088776402422916 ], [ -111.85183437883806, 41.088526756570275 ], [ -111.85154644883463, 41.088357733644401 ], [ -111.8512948164695, 41.088233481627057 ], [ -111.85107936479497, 41.088144993660961 ], [ -111.85093545950743, 41.08806498487656 ], [ -111.85082703694243, 41.087966697967651 ], [ -111.85082622358151, 41.087903648226415 ], [ -111.85096640955562, 41.087695429771529 ], [ -111.85110636219133, 41.087469196935324 ], [ -111.85122227181367, 41.087225125621821 ], [ -111.85130281514229, 41.087008339390295 ], [ -111.85140670228532, 41.086755348738151 ], [ -111.85143706784432, 41.08634075792029 ], [ -111.85141023564844, 41.086106749073529 ], [ -111.85137242920341, 41.085944885036099 ], [ -111.8513694064401, 41.085710700230145 ], [ -111.85147503546236, 41.085592816106157 ], [ -111.85157903609161, 41.085348832373448 ], [ -111.85157461723942, 41.085006562252005 ], [ -111.85152304628873, 41.084700672466738 ], [ -111.85156787282236, 41.084484149921309 ], [ -111.85176617490986, 41.084167405226118 ], [ -111.8518578028398, 41.083887480775388 ], [ -111.8519504769835, 41.083688620235755 ], [ -111.85195912384688, 41.083436333132624 ], [ -111.85201515419122, 41.083165679704237 ], [ -111.85203617013138, 41.082949332993486 ], [ -111.85198459881485, 41.082643443311646 ], [ -111.85194656044347, 41.082463565136869 ], [ -111.85178866927569, 41.08222151722395 ], [ -111.85158374530488, 41.082024856566171 ], [ -111.85122430549146, 41.081847353099498 ], [ -111.85103233391729, 41.081731667513552 ], [ -111.85090046276713, 41.081660577653366 ], [ -111.85080383854053, 41.08155319548689 ], [ -111.85077910172485, 41.081481314351386 ], [ -111.85078914686854, 41.081337112596344 ], [ -111.8508106310108, 41.081156794473912 ], [ -111.85085522533808, 41.080922257840591 ], [ -111.85087670918372, 41.080741939696033 ], [ -111.85086201749914, 41.080525856785165 ], [ -111.8508705521492, 41.080264562471953 ], [ -111.85084442178724, 41.080084595913924 ], [ -111.85084082070485, 41.079805375244028 ], [ -111.85078914147347, 41.079490477664301 ], [ -111.85073885652183, 41.079283665476503 ], [ -111.85065088767416, 41.07892399585004 ], [ -111.85058788749863, 41.078654221597795 ], [ -111.85050224258877, 41.078474694233456 ], [ -111.8504640947428, 41.078285808255472 ], [ -111.85039023770904, 41.078097185809042 ], [ -111.85032886463837, 41.077953511077119 ], [ -111.85021929914085, 41.077765152023609 ], [ -111.85003785182504, 41.077541291250178 ], [ -111.84990564210243, 41.077443178734988 ], [ -111.84968953175934, 41.077300644894258 ], [ -111.84947400217732, 41.077203146265184 ], [ -111.84925777761222, 41.077051604465595 ], [ -111.84913700928874, 41.076917374800843 ], [ -111.84911134878823, 41.076773436196717 ], [ -111.84907332189177, 41.076593556782299 ], [ -111.84897485385937, 41.076342058836111 ], [ -111.84886506320289, 41.076135684121155 ], [ -111.84873216289458, 41.075983527415183 ], [ -111.8484559670901, 41.075796393856216 ], [ -111.84836005040468, 41.075743052193936 ], [ -111.84831116571152, 41.07564432428422 ], [ -111.84833323406089, 41.07550904205543 ], [ -111.84837852858689, 41.075328548892855 ], [ -111.84839978602615, 41.075130216725036 ], [ -111.84846888528055, 41.0749495482412 ], [ -111.84858478349732, 41.074705479173936 ], [ -111.84882987023349, 41.074325338587435 ], [ -111.84896957088858, 41.074081093766459 ], [ -111.84914428220084, 41.073782542850765 ], [ -111.84924908505404, 41.073601610747801 ], [ -111.84941200752655, 41.073312154280636 ], [ -111.84945671795401, 41.073086625007406 ], [ -111.84953632298222, 41.072797782533186 ], [ -111.8496405433868, 41.072571814405052 ], [ -111.84987406221209, 41.072218780753957 ], [ -111.84999064667372, 41.072028753052855 ], [ -111.85014282046717, 41.071829454669306 ], [ -111.85029487729305, 41.0716211489542 ], [ -111.85044658494169, 41.071385821642174 ], [ -111.85055068397929, 41.071150845555053 ], [ -111.85063132689805, 41.070943066495744 ], [ -111.85062923713662, 41.07078093809951 ], [ -111.850661111245, 41.070483439108763 ], [ -111.85075319031284, 41.070239543552255 ], [ -111.85080886697457, 41.069941868753951 ], [ -111.85084166890604, 41.069716426758262 ], [ -111.85093328174824, 41.069436502503713 ], [ -111.85100120692567, 41.069165761100763 ], [ -111.85115325502846, 41.068957454243659 ], [ -111.85131697126297, 41.068731044990315 ], [ -111.8514929364064, 41.068531568965348 ], [ -111.85163366126953, 41.068368385100577 ], [ -111.85177368798283, 41.068151158258203 ], [ -111.85193763264941, 41.067942762401529 ], [ -111.85200752890373, 41.067825141683493 ], [ -111.85202993614949, 41.06771688006851 ], [ -111.85199272084503, 41.067600051309228 ], [ -111.85183486600303, 41.067358002494366 ], [ -111.85182075613567, 41.067186954889891 ], [ -111.85182951865438, 41.066943674232377 ], [ -111.85179009561357, 41.066655709784577 ], [ -111.85159491378833, 41.066287824557392 ], [ -111.85132693446047, 41.065812380853032 ], [ -111.85124049169266, 41.065569803518386 ], [ -111.85096142995239, 41.065157496752818 ], [ -111.85061143163325, 41.064781744932112 ], [ -111.85044157200143, 41.064530774680037 ], [ -111.85028338227308, 41.064261702052299 ], [ -111.85008960805803, 41.064001899713027 ], [ -111.84987133848654, 41.06368822968809 ], [ -111.84967710385378, 41.063392398009853 ], [ -111.84945953373239, 41.063132770019998 ], [ -111.84938662442048, 41.063016203431431 ], [ -111.84931174531927, 41.062746515262127 ], [ -111.84902115501376, 41.062361312522626 ], [ -111.84880428579683, 41.062155726096393 ], [ -111.84844403632761, 41.061906155007833 ], [ -111.84806126202608, 41.06175583660589 ], [ -111.84703275967195, 41.061367049073255 ], [ -111.846638438087, 41.061243834812949 ], [ -111.84641175855367, 41.061200460012117 ], [ -111.84622066414454, 41.061147815442332 ], [ -111.84613655536315, 41.061085377022096 ], [ -111.8459801229165, 41.060951405468195 ], [ -111.84575032923956, 41.060664836027996 ], [ -111.84565397539082, 41.060575463096512 ], [ -111.8455558913578, 41.060350982660538 ], [ -111.84538548581561, 41.060054968655813 ], [ -111.84515719686479, 41.059885491051695 ], [ -111.84476265706425, 41.059744255893349 ], [ -111.84453517732184, 41.059637827175173 ], [ -111.84441456618438, 41.059512598921529 ], [ -111.8443413242542, 41.059369007445618 ], [ -111.8443520720908, 41.059278848594808 ], [ -111.84443202950035, 41.059017030403822 ], [ -111.8444885325861, 41.058782408065021 ], [ -111.84461643307195, 41.058547262402783 ], [ -111.84468575660192, 41.05838461007292 ], [ -111.84473058920373, 41.05816808916213 ], [ -111.84473949246987, 41.057933815591184 ], [ -111.8446668278013, 41.057835260110089 ], [ -111.84456829047227, 41.057574749983658 ], [ -111.84448245977414, 41.057377202732241 ], [ -111.84446768030604, 41.05715211071432 ], [ -111.84450234159357, 41.057070784585285 ], [ -111.84462954748541, 41.056781595856151 ], [ -111.84459189086571, 41.056628735621906 ], [ -111.84436327036904, 41.056432234699962 ], [ -111.84419575956339, 41.056361397857842 ], [ -111.84393247967874, 41.056246222103027 ], [ -111.84391770240283, 41.056021129950103 ], [ -111.84393919827167, 41.055840812220787 ], [ -111.8438891842363, 41.055652010164202 ], [ -111.84386342909926, 41.055499062500353 ], [ -111.84395631927946, 41.055318221917524 ], [ -111.84403777047736, 41.055173497105173 ], [ -111.84401143955048, 41.054975513596368 ], [ -111.84397367033476, 41.05481364591494 ], [ -111.8438649681578, 41.05468832974001 ], [ -111.84375684186499, 41.054608049329133 ], [ -111.84374402220385, 41.054536079053975 ], [ -111.84382650885802, 41.054472418949707 ], [ -111.84399125143956, 41.054327084217554 ], [ -111.84409742017733, 41.054254242451506 ], [ -111.84414317329248, 41.054109779020628 ], [ -111.84420094017122, 41.053974235577286 ], [ -111.84419690988389, 41.053658984457883 ], [ -111.84418086581897, 41.05333481331057 ], [ -111.84411653657948, 41.05295694772353 ], [ -111.84408859457079, 41.052632863674923 ], [ -111.84410870742853, 41.052344459696471 ], [ -111.84408226243242, 41.052137468920783 ], [ -111.84411461902421, 41.051875999299675 ], [ -111.8441004180023, 41.051695942889403 ], [ -111.84391871911184, 41.051445049042464 ], [ -111.84385715563937, 41.051283355468406 ], [ -111.84384249510803, 41.051067270280178 ], [ -111.84386387470511, 41.050877945244473 ], [ -111.84386237849442, 41.050760851900321 ], [ -111.84404975710576, 41.050525271021037 ], [ -111.84418965694655, 41.050299045671991 ], [ -111.84417603179713, 41.050164025124047 ], [ -111.8441602192334, 41.049857868131809 ], [ -111.84400370262733, 41.049714886157481 ], [ -111.84377464784251, 41.049482354855343 ], [ -111.84360565973103, 41.049294423514084 ], [ -111.84322009480579, 41.048918908283234 ], [ -111.84301438140579, 41.04865017252542 ], [ -111.84284528266356, 41.048453232814367 ], [ -111.84267607001468, 41.048247285651641 ], [ -111.84250651373722, 41.04801431665939 ], [ -111.84216797904382, 41.047593413810404 ], [ -111.84200952010323, 41.047297306750458 ], [ -111.84181651791079, 41.047091532087727 ], [ -111.84164731200482, 41.046885583301282 ], [ -111.84150144314874, 41.046643431728853 ], [ -111.84125936326861, 41.046320910060295 ], [ -111.84098251107369, 41.046070705869148 ], [ -111.84084911715208, 41.045873502548638 ], [ -111.84053806649787, 41.045740651199466 ], [ -111.840287076574, 41.045652401248063 ], [ -111.84014316306656, 41.045563370181974 ], [ -111.84005896550129, 41.045491919713569 ], [ -111.83973499036789, 41.045278088096339 ], [ -111.83937647025601, 41.045154587505237 ], [ -111.83900582544199, 41.045013157998611 ], [ -111.83876525062249, 41.044807724443039 ], [ -111.83863049363896, 41.044502431997707 ], [ -111.83855545192992, 41.044214720947217 ], [ -111.83852662690862, 41.043818577134921 ], [ -111.83852205346295, 41.043458288977789 ], [ -111.83843351610354, 41.04304456347402 ], [ -111.83838341375927, 41.042846751161257 ], [ -111.83834235083368, 41.042423672122048 ], [ -111.83849312141766, 41.042116301948646 ], [ -111.83872522300479, 41.041655203023026 ], [ -111.83888777227887, 41.041338738538428 ], [ -111.83902732779451, 41.04108549749521 ], [ -111.83921492575597, 41.040867938597238 ], [ -111.83939188493309, 41.040749545318434 ], [ -111.8394978083292, 41.040658693368549 ], [ -111.83952034211976, 41.040559440777187 ], [ -111.83944816253282, 41.040496910277533 ], [ -111.8392214445001, 41.040444513237546 ], [ -111.83878002022007, 41.040348638432057 ], [ -111.83835117934387, 41.040306718639698 ], [ -111.83810078435341, 41.040263499666743 ], [ -111.83781458640473, 41.040211532395496 ], [ -111.83750391111612, 41.040105694046012 ], [ -111.83723945230781, 41.039891422604057 ], [ -111.83689103684306, 41.039623711998026 ], [ -111.8366277225614, 41.039499511242745 ], [ -111.83631511418687, 41.039240546961707 ], [ -111.83608600916597, 41.038998992131205 ], [ -111.83586823214881, 41.038712314449505 ], [ -111.83566383409931, 41.038542643906688 ], [ -111.83538646653038, 41.038247389322812 ], [ -111.83531338236425, 41.038112798387758 ], [ -111.83516801192442, 41.037906666905521 ], [ -111.83502287006935, 41.037718549666444 ], [ -111.83491398576942, 41.037575209802533 ], [ -111.83481802205746, 41.037512848656718 ], [ -111.83467481644044, 41.037477853729854 ], [ -111.83450759172409, 41.037425016457604 ], [ -111.83423296345705, 41.03734593231151 ], [ -111.83407843118646, 41.037356058865164 ], [ -111.8337798983745, 41.037268138592161 ], [ -111.83360032450722, 41.037179357151473 ], [ -111.83353982275177, 41.037098722329326 ], [ -111.83353902734036, 41.037035671749479 ], [ -111.83368154951988, 41.037016624752944 ], [ -111.83401474521119, 41.037023222018455 ], [ -111.83446587501088, 41.036947892029502 ], [ -111.83481028335002, 41.036900357523351 ], [ -111.83514211233803, 41.036798864861844 ], [ -111.83541366448661, 41.036634751869556 ], [ -111.83560240114363, 41.036507270913653 ], [ -111.83577935533877, 41.036388883143267 ], [ -111.83594521093879, 41.036333631940117 ], [ -111.83614732310899, 41.0363231576926 ], [ -111.83639690379806, 41.036303330553324 ], [ -111.83663447463407, 41.036274582012013 ], [ -111.83679953071521, 41.036156279049635 ], [ -111.83696219026402, 41.035848824242748 ], [ -111.83707760859684, 41.035568736477117 ], [ -111.83723980893529, 41.035225252392777 ], [ -111.83738027144497, 41.035044070902913 ], [ -111.83750849531577, 41.034835954028168 ], [ -111.83758868032058, 41.034592153947891 ], [ -111.83758673940025, 41.034439031201245 ], [ -111.83765514257172, 41.034204324736677 ], [ -111.83779503082071, 41.033978106636987 ], [ -111.83798249886448, 41.033751542413384 ], [ -111.83818208927238, 41.033542905818827 ], [ -111.83832277421502, 41.033379737628309 ], [ -111.83845110624218, 41.033180626925471 ], [ -111.83849651505533, 41.033009143571881 ], [ -111.83854135216515, 41.032792624093318 ], [ -111.83859751245699, 41.032530981934386 ], [ -111.83874883165281, 41.032268647238908 ], [ -111.83891261624154, 41.032051261867259 ], [ -111.83908818023228, 41.031824782442648 ], [ -111.83921604946963, 41.031589642000753 ], [ -111.83939172561786, 41.03137216933893 ], [ -111.83947247173982, 41.031173404017096 ], [ -111.83951696124001, 41.030929862468625 ], [ -111.83947830243689, 41.0306959346292 ], [ -111.8393201260708, 41.030417836947471 ], [ -111.83919946463168, 41.030283594772001 ], [ -111.83906485075481, 41.029987309028556 ], [ -111.83881015039508, 41.029601816606743 ], [ -111.83869932846243, 41.029305357231181 ], [ -111.83862476198986, 41.02905367421539 ], [ -111.83856254752037, 41.028837933501521 ], [ -111.83845092817555, 41.028478423231057 ], [ -111.83836446944218, 41.028226826522207 ], [ -111.83830054300418, 41.02787597718563 ], [ -111.83823547495689, 41.027435055486578 ], [ -111.83813655338435, 41.027138508892897 ], [ -111.83808383798609, 41.026733529464863 ], [ -111.83799658367363, 41.026418881744895 ], [ -111.83781417973842, 41.026104925657606 ], [ -111.83762113935775, 41.025890135261598 ], [ -111.83752484789659, 41.025800754403271 ], [ -111.83743862458174, 41.025567171285495 ], [ -111.83743588582396, 41.025350997647017 ], [ -111.83746848565185, 41.025107543029812 ], [ -111.83751229410599, 41.024809958554314 ], [ -111.83762655023742, 41.024439797553114 ], [ -111.83783732263946, 41.024177031625491 ], [ -111.83801241313142, 41.023914524753941 ], [ -111.83823541836442, 41.023678693336379 ], [ -111.83838763321988, 41.023488416785113 ], [ -111.83837322672807, 41.023290344107252 ], [ -111.83825041034149, 41.022984963132288 ], [ -111.83815320871977, 41.022823524823522 ], [ -111.8379471421004, 41.022518748878262 ], [ -111.83766994700426, 41.022232505665109 ], [ -111.83739366707793, 41.022018319671922 ], [ -111.83714117501893, 41.021803960226279 ], [ -111.83686535468493, 41.021625801885101 ], [ -111.83671978855979, 41.021401656987067 ], [ -111.83643116641939, 41.02115152595659 ], [ -111.83604808687893, 41.020956127836776 ], [ -111.83525905930347, 41.020637558049735 ], [ -111.83498347640673, 41.0204774095697 ], [ -111.83461275261399, 41.02031794941508 ], [ -111.83439868259194, 41.02031949938165 ], [ -111.83398357151785, 41.020412584576142 ], [ -111.83346085614437, 41.020461406091961 ], [ -111.83297291052011, 41.020437909370905 ], [ -111.83243796106676, 41.020459790445869 ], [ -111.83220157880589, 41.020578602434526 ], [ -111.83195364288227, 41.020724521556126 ], [ -111.83171725879571, 41.020843332563409 ], [ -111.83150454637402, 41.020952964236983 ], [ -111.83139807662303, 41.02099877267252 ], [ -111.83123202887448, 41.021036002633629 ], [ -111.8311128732216, 41.021018845786521 ], [ -111.83089812150274, 41.020966345732958 ], [ -111.83065981067038, 41.020932031219978 ], [ -111.83040960718201, 41.020897801899892 ], [ -111.83011183238297, 41.020863914671054 ], [ -111.82987352230182, 41.020829598524188 ], [ -111.82919562777957, 41.020834477565252 ], [ -111.82888596095381, 41.020800672721641 ], [ -111.82865886717209, 41.020712224950465 ], [ -111.82849056099349, 41.020569305715654 ], [ -111.82825010873927, 41.020363848183713 ], [ -111.82811714420363, 41.020193650188624 ], [ -111.82791248549654, 41.019996942825884 ], [ -111.82755277184307, 41.019765316202594 ], [ -111.82727664744374, 41.01956011272182 ], [ -111.82717981572158, 41.019425686562705 ], [ -111.82701072733852, 41.019219714194968 ], [ -111.82675794150586, 41.018978309667609 ], [ -111.82670913235981, 41.018879570921165 ], [ -111.82655317801979, 41.018772592505464 ], [ -111.82608734375911, 41.01861378684324 ], [ -111.82589650121287, 41.018570114129979 ], [ -111.82569342896907, 41.018499504477546 ], [ -111.82548956994101, 41.018365843549063 ], [ -111.8253079225302, 41.018105910100459 ], [ -111.82517418325115, 41.017872657605992 ], [ -111.82504010774259, 41.01761238311132 ], [ -111.82485689104672, 41.017226347013192 ], [ -111.82463878633277, 41.016903616782585 ], [ -111.82444379418556, 41.016526672302355 ], [ -111.82433283475928, 41.01621218306525 ], [ -111.82423522804527, 41.016014703292967 ], [ -111.8240062486795, 41.015773122298292 ], [ -111.82366867264632, 41.015406203772379 ], [ -111.82345114068721, 41.015128507495632 ], [ -111.82319838361073, 41.014887094719299 ], [ -111.82293407288013, 41.01467278812239 ], [ -111.82268210386916, 41.014494425159775 ], [ -111.8225610573506, 41.014324135455148 ], [ -111.82248847455467, 41.014225564480796 ], [ -111.82233096988691, 41.013992478077448 ], [ -111.82217290639525, 41.013714354998257 ], [ -111.82201417245321, 41.013382187942284 ], [ -111.82185342516625, 41.012887889412326 ], [ -111.82181584780054, 41.012735019843781 ], [ -111.82174226055942, 41.012555382727939 ], [ -111.8215844268712, 41.012295273300104 ], [ -111.82144992956064, 41.011998964968782 ], [ -111.82130477269503, 41.011801821412561 ], [ -111.82112383110776, 41.011595924511873 ], [ -111.82093077581825, 41.011372097414061 ], [ -111.82073883967692, 41.011238342925644 ], [ -111.82062947184832, 41.011049951727955 ], [ -111.82053188401628, 41.010852468467185 ], [ -111.82058921613877, 41.010680906563117 ], [ -111.82070466194075, 41.01040083373988 ], [ -111.82098434433478, 41.009939429223586 ], [ -111.82115845888411, 41.009595881362941 ], [ -111.82136667807806, 41.009125976876938 ], [ -111.82144599822141, 41.008810128299736 ], [ -111.82153899843485, 41.008638311670289 ], [ -111.82169044448226, 41.008385005467034 ], [ -111.82182977491669, 41.008113769250727 ], [ -111.82189764885543, 41.007834034312175 ], [ -111.82183618144363, 41.007672326864238 ], [ -111.8216314687123, 41.007466600081003 ], [ -111.82136797602948, 41.007315340388793 ], [ -111.82108025638342, 41.007128220281338 ], [ -111.82063595142031, 41.006780068620969 ], [ -111.82000241091187, 41.006514334509205 ], [ -111.81932287627551, 41.006375037227258 ], [ -111.81877491815128, 41.006297858048889 ], [ -111.81854922527771, 41.006317477232955 ], [ -111.81805016643789, 41.006348044531464 ], [ -111.81794404466117, 41.006420862446866 ], [ -111.81753866013453, 41.006333657458356 ], [ -111.81722828777355, 41.006236769336915 ], [ -111.81671277869683, 41.005898115356999 ], [ -111.81636618306037, 41.005756441050828 ], [ -111.81580656527028, 41.005697346513152 ], [ -111.81558042922907, 41.005680930613423 ], [ -111.81540152099316, 41.00563715587608 ], [ -111.81510393308596, 41.005612236380806 ], [ -111.81472444537695, 41.005695992260584 ], [ -111.81426239039375, 41.005834378812423 ], [ -111.81389445806296, 41.00589102602504 ], [ -111.81326416418703, 41.005886466782869 ], [ -111.81271654872909, 41.005836280655082 ], [ -111.81217960772972, 41.005686927581699 ], [ -111.81199926421232, 41.005526052335412 ], [ -111.81186570833944, 41.005301790538965 ], [ -111.81148400812496, 41.005205389275346 ], [ -111.81121119789117, 41.00526135820823 ], [ -111.81085361032093, 41.005191809461508 ], [ -111.81045991169081, 41.00508648110015 ], [ -111.81008900170362, 41.004899918292224 ], [ -111.80995699762966, 41.004801756801214 ], [ -111.80956021611247, 41.004444220072457 ], [ -111.80928310962287, 41.004148898504418 ], [ -111.80892365752281, 41.003926219024571 ], [ -111.80858688658061, 41.003613298235969 ], [ -111.80802289242034, 41.003193872227705 ], [ -111.80773566802637, 41.003042747504203 ], [ -111.80745978495078, 41.002846502068799 ], [ -111.80706346824108, 41.002524985746717 ], [ -111.80688380495694, 41.002418146252836 ], [ -111.80671537284007, 41.002257179215711 ], [ -111.80639029083645, 41.001926153847535 ], [ -111.80624629887602, 41.001819063785042 ], [ -111.80612575714801, 41.001684785209413 ], [ -111.80613534174941, 41.001495547853651 ], [ -111.80619204502867, 41.001269948501616 ], [ -111.80633153458842, 41.001007737579478 ], [ -111.8064231363018, 41.000718837182795 ], [ -111.80657506217113, 41.000501579500863 ], [ -111.80663297117393, 41.000375060699461 ], [ -111.80665499255163, 41.000230776792961 ], [ -111.80666490496618, 41.00006856139477 ], [ -111.80672281343081, 40.9999420425439 ], [ -111.80674527381827, 40.999833787990731 ], [ -111.80674307715218, 40.999653641097936 ], [ -111.80669354369986, 40.999491841719852 ], [ -111.806608453043, 40.999339299253045 ], [ -111.80647514776301, 40.999133045377363 ], [ -111.80638994829984, 40.998971495384311 ], [ -111.80623341528016, 40.998810444281283 ], [ -111.80613676685053, 40.998685006628811 ], [ -111.80600467138997, 40.998577832988488 ], [ -111.80584857907179, 40.998452810728672 ], [ -111.80569226797471, 40.998309773550893 ], [ -111.80564317685347, 40.99818400304877 ], [ -111.80548609925265, 40.997977914124746 ], [ -111.8052923695479, 40.997691007990326 ], [ -111.80523062355508, 40.997502268884709 ], [ -111.80507223372948, 40.997188091120144 ], [ -111.80502161041282, 40.996936217372365 ], [ -111.80498353360613, 40.996738304684179 ], [ -111.80494556661273, 40.996549399328181 ], [ -111.80488327488982, 40.996315623210094 ], [ -111.8047614315182, 40.996073254706573 ], [ -111.80463969858323, 40.995839893411294 ], [ -111.80455505554858, 40.995723378668082 ], [ -111.80433723135623, 40.995409614601826 ], [ -111.804275052395, 40.995184845436448 ], [ -111.80417742786689, 40.994978339760422 ], [ -111.80397291889747, 40.994781587647552 ], [ -111.80367385216789, 40.994630535074911 ], [ -111.80355321957057, 40.994487246113039 ], [ -111.80343291558401, 40.994370979097802 ], [ -111.80317987408471, 40.99409349069974 ], [ -111.8029515945836, 40.993896902356596 ], [ -111.8027590899743, 40.993709072541208 ], [ -111.80251914346736, 40.993530580820682 ], [ -111.80229195990366, 40.993424064758479 ], [ -111.80204056435019, 40.993281684211915 ], [ -111.80181109054033, 40.992986012501007 ], [ -111.80172591056596, 40.992824458710807 ], [ -111.80162818844985, 40.992608943318899 ], [ -111.80161259091668, 40.99230277549777 ], [ -111.80151519724207, 40.992114282084458 ], [ -111.80131059603721, 40.991908517627159 ], [ -111.80115376512975, 40.991720437052855 ], [ -111.800733879845, 40.991408070061077 ], [ -111.80050507216859, 40.991166439770986 ], [ -111.80009849668033, 40.990971083666892 ], [ -111.79991854952901, 40.990837210589589 ], [ -111.79979695237189, 40.990612851096991 ], [ -111.79963871407058, 40.990307672477833 ], [ -111.79948145651413, 40.990083559994936 ], [ -111.79933619622709, 40.989868372225637 ], [ -111.79919148072567, 40.989698221142078 ], [ -111.79902288252944, 40.989519227285072 ], [ -111.79884250665005, 40.9893493229253 ], [ -111.79859113401683, 40.989206934544562 ], [ -111.79834008840656, 40.989091567741916 ], [ -111.79791008331982, 40.988923390464926 ], [ -111.79762446378338, 40.988898342732888 ], [ -111.79726730402412, 40.988855772841411 ], [ -111.79695791053624, 40.988830887881079 ], [ -111.79664797518255, 40.98876096516765 ], [ -111.7965043529739, 40.988680884437166 ], [ -111.79633619811219, 40.988537916068566 ], [ -111.79614405297446, 40.988377096873265 ], [ -111.79594002164831, 40.988216359422886 ], [ -111.79575933233055, 40.988019427933935 ], [ -111.79554341598408, 40.987858771810735 ], [ -111.79535084180425, 40.987661921684747 ], [ -111.7951468146145, 40.987501182772647 ], [ -111.7950030887624, 40.98741209272282 ], [ -111.79482326974545, 40.987287218816 ], [ -111.79467900407663, 40.987153091396685 ], [ -111.79430672581955, 40.986840372409631 ], [ -111.79405515628919, 40.986679959113111 ], [ -111.79377992234411, 40.986528716352538 ], [ -111.79361231882032, 40.986430780824762 ], [ -111.79348070009782, 40.986359621774305 ], [ -111.79340873151313, 40.986306068308281 ], [ -111.79334843390627, 40.98623441819862 ], [ -111.79326306755021, 40.986054842906498 ], [ -111.79320201477132, 40.985920140941637 ], [ -111.7930334424202, 40.985741137971218 ], [ -111.79294732226461, 40.985498510636049 ], [ -111.79288519173782, 40.985273734503124 ], [ -111.79273985569853, 40.985049530551585 ], [ -111.79263071950179, 40.984870118207368 ], [ -111.79245891646727, 40.984420892334839 ], [ -111.79239765123498, 40.984268175076522 ], [ -111.79239527917383, 40.98407001226326 ], [ -111.79234557734804, 40.98389019105479 ], [ -111.79229544457797, 40.983674340210548 ], [ -111.79215043747656, 40.983477157610032 ], [ -111.79205319178006, 40.983297662952623 ], [ -111.7919078629872, 40.983073457810335 ], [ -111.79171488277775, 40.98284057160577 ], [ -111.79146193484929, 40.982563056080167 ], [ -111.79136501541436, 40.982410583001212 ], [ -111.79114880518254, 40.982222896008089 ], [ -111.79103935517139, 40.982016459767451 ], [ -111.79091909597503, 40.981900179033786 ], [ -111.79076296407342, 40.981766127958295 ], [ -111.79064195281128, 40.981586795063755 ], [ -111.79052137243214, 40.98144349166661 ], [ -111.79019711965333, 40.981166462227023 ], [ -111.78995746756638, 40.98100595806892 ], [ -111.78981354792255, 40.98089884643408 ], [ -111.7896573131942, 40.980755786384215 ], [ -111.78932042993459, 40.980415783908988 ], [ -111.78899640191574, 40.980156765779185 ], [ -111.78876864206224, 40.979996177712884 ], [ -111.78852771033566, 40.979727581491886 ], [ -111.78835777224947, 40.979431474818931 ], [ -111.78818826461813, 40.979171397536959 ], [ -111.78806651465617, 40.978929009825535 ], [ -111.78792131630119, 40.978713806697108 ], [ -111.78777515436198, 40.978417536592886 ], [ -111.78762995809625, 40.978202333059677 ], [ -111.78744857122717, 40.977942335783837 ], [ -111.78732618365231, 40.977645902663866 ], [ -111.7871446924467, 40.977376897437757 ], [ -111.78702455564691, 40.977269619832363 ], [ -111.78686812148896, 40.977108540933138 ], [ -111.78669894682058, 40.976875483522676 ], [ -111.78657720664077, 40.976633094054527 ], [ -111.78638426417216, 40.97640019832658 ], [ -111.78596080403467, 40.975772515232599 ], [ -111.7858027726643, 40.975476323366252 ], [ -111.78562097310005, 40.975180293242872 ], [ -111.78546422681306, 40.974992190015172 ], [ -111.78533157138716, 40.974830946930226 ], [ -111.78519784855412, 40.974579629370496 ], [ -111.7851956056502, 40.974390473311104 ], [ -111.78520428616235, 40.974120169410838 ], [ -111.7852698260011, 40.97363328236321 ], [ -111.78529188604045, 40.973489001530773 ], [ -111.78527839934786, 40.973353970992747 ], [ -111.78520517000175, 40.97319232289744 ], [ -111.78509671487733, 40.973066947293873 ], [ -111.78491674016671, 40.972924042233238 ], [ -111.78458194908464, 40.972755166139315 ], [ -111.78432992343814, 40.972549693350309 ], [ -111.78410049484829, 40.97224497651942 ], [ -111.78394269367551, 40.971966796647315 ], [ -111.78383264382603, 40.971706308210834 ], [ -111.78366274777733, 40.971410193830685 ], [ -111.78355312625992, 40.971185734844227 ], [ -111.78351438361395, 40.970924761385959 ], [ -111.78346183930053, 40.970501734721068 ], [ -111.78347052663182, 40.970231430710747 ], [ -111.78340791061562, 40.969961611245992 ], [ -111.78327409864565, 40.969701283645847 ], [ -111.78316533343904, 40.969548883734795 ], [ -111.78297093315422, 40.969189877495175 ], [ -111.78276497068008, 40.968857973911412 ], [ -111.78251253995731, 40.968616467041656 ], [ -111.78217713861484, 40.968393538903513 ], [ -111.78194986135271, 40.968268966315996 ], [ -111.78179431158253, 40.968179939566234 ], [ -111.78176852446484, 40.968008959210238 ], [ -111.78169584128578, 40.967892345852235 ], [ -111.78159800960121, 40.967658796731506 ], [ -111.78148914537998, 40.967497387670015 ], [ -111.78119004077999, 40.967328259573307 ], [ -111.78099863162791, 40.967221458366616 ], [ -111.78087841717438, 40.967105166459973 ], [ -111.78054260441654, 40.966846203577333 ], [ -111.78021719219888, 40.966461054895653 ], [ -111.7800361853474, 40.96622806724389 ], [ -111.77987873403964, 40.965976903605387 ], [ -111.77962409858982, 40.96554623349973 ], [ -111.7793835750807, 40.965304639064591 ], [ -111.77904756547089, 40.965027656693501 ], [ -111.77866212099535, 40.96458886005415 ], [ -111.77845809996795, 40.964419082498345 ], [ -111.77839688613561, 40.96426635681523 ], [ -111.77833556675746, 40.964104623630639 ], [ -111.77818874009206, 40.963745287707809 ], [ -111.77806620945219, 40.963430828494587 ], [ -111.77787206667726, 40.963089827797724 ], [ -111.77760853342176, 40.962911442024662 ], [ -111.77732028516932, 40.962652148666329 ], [ -111.77716401515573, 40.962500063137554 ], [ -111.77703182787918, 40.962374839619606 ], [ -111.77655219732455, 40.962008735869219 ], [ -111.77611011869112, 40.961804524563668 ], [ -111.77569001468926, 40.961447024613022 ], [ -111.77560578353022, 40.961357509486575 ], [ -111.77548400774009, 40.961106099561974 ], [ -111.77536297080533, 40.960917741806249 ], [ -111.7752776867182, 40.960738151681127 ], [ -111.77512100440248, 40.96055003335163 ], [ -111.77502246947965, 40.960253425722435 ], [ -111.77497241214979, 40.960037565798167 ], [ -111.77492203909769, 40.959794683411872 ], [ -111.77498932784748, 40.95945192008864 ], [ -111.77503527542757, 40.959316488439718 ], [ -111.77510530289511, 40.959207919438462 ], [ -111.77526985880453, 40.959053673850157 ], [ -111.77545828321367, 40.958908275670964 ], [ -111.77576542028667, 40.958753070268294 ], [ -111.77600179220008, 40.958643381304888 ], [ -111.7762263869987, 40.958542779335602 ], [ -111.77646328517669, 40.95847812681307 ], [ -111.77669986611728, 40.958386451382594 ], [ -111.77716188378768, 40.958266231491336 ], [ -111.77752990253272, 40.958236725583646 ], [ -111.77779130203389, 40.958234962396368 ], [ -111.77813545093247, 40.958196607401248 ], [ -111.77850357464283, 40.958176105864098 ], [ -111.77908620557585, 40.958208202923721 ], [ -111.77962130986457, 40.958240618431162 ], [ -111.77981120648808, 40.958221317786482 ], [ -111.78003643021766, 40.958174753262227 ], [ -111.78023735974013, 40.958083311784762 ], [ -111.78066287443815, 40.957891259417742 ], [ -111.78092352925022, 40.957826436873084 ], [ -111.78114885701791, 40.957788877658082 ], [ -111.7813731223015, 40.957661243345385 ], [ -111.78149023931525, 40.957516318564942 ], [ -111.7816305877992, 40.957326195233911 ], [ -111.78174780993606, 40.957190277659898 ], [ -111.78207751777938, 40.956935812344973 ], [ -111.78252742100102, 40.956797636766936 ], [ -111.7830385393724, 40.956812182866237 ], [ -111.78339509159464, 40.95681876887442 ], [ -111.78393103897815, 40.956923224166047 ], [ -111.78469497773634, 40.957215297339182 ], [ -111.78515106779199, 40.957599544171629 ], [ -111.78546298072281, 40.957849648746809 ], [ -111.78572715538637, 40.958082061447676 ], [ -111.78607332891177, 40.958214824458281 ], [ -111.78632487707596, 40.958384264572992 ], [ -111.78662438159013, 40.958589409668669 ], [ -111.78706721938842, 40.958856632832692 ], [ -111.7874731302898, 40.959016008321669 ], [ -111.7878424333595, 40.959094558904496 ], [ -111.7881639952513, 40.959155418322332 ], [ -111.7886877651475, 40.95923291010179 ], [ -111.78896180063967, 40.959294092401748 ], [ -111.7893204053851, 40.959471801437495 ], [ -111.78955944049784, 40.959587271013731 ], [ -111.78993229311054, 40.959963060510646 ], [ -111.79029326783106, 40.960338930189444 ], [ -111.79057074878943, 40.960688346737662 ], [ -111.79075102442185, 40.96085826578701 ], [ -111.79096597990919, 40.960946873024071 ], [ -111.79151191739781, 40.960889077154825 ], [ -111.79198645289627, 40.960822761044902 ], [ -111.7923555557385, 40.960883282129871 ], [ -111.79281907039977, 40.960889103756955 ], [ -111.79356819013491, 40.960928990686789 ], [ -111.79409219594294, 40.961024472569775 ], [ -111.79442489888855, 40.961022180493039 ], [ -111.79473286484745, 40.960938984389877 ], [ -111.79513394186478, 40.960692998145589 ], [ -111.7954874873315, 40.960447338475049 ], [ -111.79580570846547, 40.960228946085472 ], [ -111.79637225980348, 40.959909747770254 ], [ -111.79667848511551, 40.959682427646904 ], [ -111.79712696671872, 40.959427098686135 ], [ -111.79742303984841, 40.959343977625295 ], [ -111.79761184961838, 40.959234573398078 ], [ -111.79793092571835, 40.959088234640141 ], [ -111.7981681294756, 40.959050559982401 ], [ -111.79848980873098, 40.959120397940708 ], [ -111.79884756878249, 40.959226017712986 ], [ -111.79926691282931, 40.959511372999934 ], [ -111.7996129029307, 40.959626080155864 ], [ -111.79992248695234, 40.95967798163305 ], [ -111.80033879181784, 40.959711125120897 ], [ -111.80076610814753, 40.95967212520862 ], [ -111.80107438634458, 40.959615934538377 ], [ -111.80141830990088, 40.959559495267555 ], [ -111.8018103057058, 40.959547761536015 ], [ -111.8021073547298, 40.959545695260374 ], [ -111.80381606163265, 40.959344622914479 ], [ -111.8041951897189, 40.959251897203934 ], [ -111.8046449516814, 40.9591046282357 ], [ -111.80522530245646, 40.958947437336235 ], [ -111.80567418377132, 40.958728105092057 ], [ -111.80609864105483, 40.958454892809435 ], [ -111.80641703652979, 40.958254486290066 ], [ -111.80675864506188, 40.958008875568368 ], [ -111.80717110189903, 40.957726735120026 ], [ -111.80743041199591, 40.957553763977167 ], [ -111.80769015992989, 40.957416821894185 ], [ -111.80811602858668, 40.957260698591043 ], [ -111.80835299991092, 40.957204988264813 ], [ -111.8086378266545, 40.957175966344749 ], [ -111.80899515192155, 40.957245524982667 ], [ -111.80936512964146, 40.957378050932263 ], [ -111.80972311717819, 40.957501651721806 ], [ -111.81017781083843, 40.957759694510337 ], [ -111.81058531196445, 40.958045091824893 ], [ -111.81093307728671, 40.958303883336029 ], [ -111.81122121597278, 40.958545076997616 ], [ -111.81157987521163, 40.958722716296514 ], [ -111.81198584285016, 40.958882004938687 ], [ -111.81222513539856, 40.959015441974707 ], [ -111.81272627174873, 40.959183065659083 ], [ -111.81319309157628, 40.959459027288887 ], [ -111.81343327331929, 40.959664520904326 ], [ -111.81375685171076, 40.959887441739426 ], [ -111.81391231342887, 40.959967417879028 ], [ -111.81416283164087, 40.960046722567213 ], [ -111.81432895842177, 40.960027532933715 ], [ -111.81451785248787, 40.959927108664857 ], [ -111.81464667158912, 40.959773059563176 ], [ -111.81473840434141, 40.959502166162061 ], [ -111.81485356775615, 40.959204082555786 ], [ -111.81494341547855, 40.958780063341308 ], [ -111.81504769225886, 40.958563130028928 ], [ -111.81529177796979, 40.958120003662827 ], [ -111.81536062940619, 40.957921336906814 ], [ -111.81539383565548, 40.957722922209797 ], [ -111.8154140516702, 40.957434517617806 ], [ -111.81529213295721, 40.957183150919242 ], [ -111.81511036469519, 40.956896174525077 ], [ -111.8149287088026, 40.956618205209296 ], [ -111.81458805692488, 40.955972023787993 ], [ -111.81445359860825, 40.955666695651701 ], [ -111.81417634611243, 40.955344359461137 ], [ -111.81381437982519, 40.954896506061125 ], [ -111.81352381511982, 40.954457155860752 ], [ -111.81317285484641, 40.953937157243125 ], [ -111.81301276695089, 40.953478868960325 ], [ -111.81277896636142, 40.952822920051986 ], [ -111.81268115910196, 40.952598404923236 ], [ -111.81240260321336, 40.952167975219908 ], [ -111.81231535392553, 40.951835287133378 ], [ -111.81231060653889, 40.951447968604825 ], [ -111.81213721557295, 40.950872666183336 ], [ -111.81205129380106, 40.950648066711651 ], [ -111.81168903699435, 40.9501731836679 ], [ -111.81147276619774, 40.949976525892779 ], [ -111.81118499510262, 40.949762354402552 ], [ -111.81064708184977, 40.949495892076484 ], [ -111.80964794007748, 40.949403822662077 ], [ -111.80901675437788, 40.949282138690165 ], [ -111.80870688261284, 40.949203238895805 ], [ -111.80813674821287, 40.949216244711046 ], [ -111.80748400157195, 40.949274867272337 ], [ -111.8071035091794, 40.949250506884958 ], [ -111.80686513958594, 40.94918911795795 ], [ -111.80670499754004, 40.948721812602649 ], [ -111.80664252808678, 40.948470020297414 ], [ -111.80651857707397, 40.948047502375466 ], [ -111.80631256474096, 40.947715640135826 ], [ -111.80610754039392, 40.94746484434242 ], [ -111.80595146035874, 40.947330812573611 ], [ -111.80566481334272, 40.947206701225404 ], [ -111.80561630909702, 40.947125966399724 ], [ -111.80561488590243, 40.947008869813509 ], [ -111.80564395623784, 40.946468174977561 ], [ -111.80558006998135, 40.946099285336544 ], [ -111.80539935968669, 40.945893359295347 ], [ -111.80515750264446, 40.945543728830081 ], [ -111.80501090198381, 40.945211449185379 ], [ -111.80481733232206, 40.944924538190918 ], [ -111.80450628334073, 40.944746545021289 ], [ -111.8042552880635, 40.944622181312013 ], [ -111.80404004074741, 40.944506575965725 ], [ -111.80391939114449, 40.944354277872044 ], [ -111.80387045424197, 40.94423751248128 ], [ -111.80392755634008, 40.944047942153716 ], [ -111.80393692307607, 40.943840688243519 ], [ -111.80397048492833, 40.943669298418946 ], [ -111.80401439626131, 40.943371721600037 ], [ -111.80421109519246, 40.942937956139424 ], [ -111.80436158745772, 40.94261261110055 ], [ -111.80445355837121, 40.9423597397913 ], [ -111.80449659231948, 40.941990103228818 ], [ -111.80440983400953, 40.941693437844975 ], [ -111.80432198370839, 40.941306697958154 ], [ -111.80418804037184, 40.941037386129587 ], [ -111.80398206199239, 40.940705519013655 ], [ -111.80365904746381, 40.940518598607461 ], [ -111.80335957348811, 40.940313496857911 ], [ -111.80313137220415, 40.940107897889312 ], [ -111.80291406903947, 40.939821148709285 ], [ -111.8026268060347, 40.939642984606948 ], [ -111.80232821121295, 40.939509939669932 ], [ -111.80214872796296, 40.939403089981624 ], [ -111.8019570401098, 40.939269300274724 ], [ -111.80176491733825, 40.939099480436148 ], [ -111.80164395624722, 40.938920157326329 ], [ -111.8015808624347, 40.938614316878649 ], [ -111.80137468702134, 40.938264429869797 ], [ -111.80119335838627, 40.938004451918154 ], [ -111.80101290170862, 40.937816533291986 ], [ -111.80083179331635, 40.937574569637142 ], [ -111.80035188834948, 40.937181540521003 ], [ -111.80015955838864, 40.936993702937471 ], [ -111.79997986811256, 40.936868834815222 ], [ -111.79959640801549, 40.936592240067881 ], [ -111.79927396874972, 40.936450344244406 ], [ -111.79896297453375, 40.936272335354289 ], [ -111.79858190864485, 40.936193901298736 ], [ -111.79834305156598, 40.936087456793636 ], [ -111.79805635903261, 40.935954318244114 ], [ -111.79784136747777, 40.935856715721307 ], [ -111.79753048819006, 40.935687710352973 ], [ -111.79726668796219, 40.935482345759091 ], [ -111.79713278529793, 40.935213025090718 ], [ -111.79695191473711, 40.934989069971699 ], [ -111.7965198860677, 40.934622718365553 ], [ -111.79623158120238, 40.934354463104071 ], [ -111.79606410728717, 40.934256529080287 ], [ -111.795797614996, 40.933825974188892 ], [ -111.79568715213868, 40.933529465311459 ], [ -111.79556394856134, 40.933160978465018 ], [ -111.79554753299584, 40.932782746506916 ], [ -111.79550757951529, 40.932422693356024 ], [ -111.79543156319353, 40.932026856068227 ], [ -111.79520341517008, 40.931821240625482 ], [ -111.7949160996119, 40.931634049079179 ], [ -111.79437850665975, 40.93137651553927 ], [ -111.79378056313764, 40.931038320940928 ], [ -111.79336196318779, 40.930797979839141 ], [ -111.79305101133708, 40.930619954440004 ], [ -111.7926092013607, 40.930424811328152 ], [ -111.79249940439882, 40.930182343949696 ], [ -111.79243754546891, 40.92997557991464 ], [ -111.79217098665174, 40.929536008463067 ], [ -111.79202459504195, 40.929212717954499 ], [ -111.79195053936979, 40.92897901271472 ], [ -111.79182876328055, 40.928727618673449 ], [ -111.7916836653333, 40.928512417527386 ], [ -111.79145511114947, 40.92827076436582 ], [ -111.79120345062579, 40.928083318657876 ], [ -111.79104744664113, 40.927949265570575 ], [ -111.79098591666542, 40.927769523092735 ], [ -111.79094674324082, 40.927472520244258 ], [ -111.7910131669165, 40.92706669426245 ], [ -111.79122360722769, 40.926785995321168 ], [ -111.79145758296299, 40.926487117984728 ], [ -111.79179747304673, 40.926106438844272 ], [ -111.79211414519429, 40.925770959341826 ], [ -111.79244387368161, 40.925534479782712 ], [ -111.79272501998861, 40.925208250955222 ], [ -111.79295898345831, 40.924909370603999 ], [ -111.79309890823281, 40.92469221069981 ], [ -111.79332888256157, 40.92406005237256 ], [ -111.793429299248, 40.923518867410031 ], [ -111.7933300940216, 40.923168228815257 ], [ -111.79332610854625, 40.922834951521004 ], [ -111.7932493632032, 40.922376059451715 ], [ -111.79306832600032, 40.922134082310784 ], [ -111.79279035071008, 40.921730623108196 ], [ -111.7927627254745, 40.921406516469986 ], [ -111.79285234448854, 40.920955488385111 ], [ -111.79310724313973, 40.920422249382312 ], [ -111.79334043439678, 40.920060315687138 ], [ -111.79366722116822, 40.919580630220217 ], [ -111.79390019090987, 40.919200680397083 ], [ -111.79407389237144, 40.918830146477482 ], [ -111.79422384267586, 40.918459775866523 ], [ -111.7942324826748, 40.918189469085348 ], [ -111.79413263480288, 40.917784785820459 ], [ -111.79395096052018, 40.917488764779229 ], [ -111.7938639597555, 40.917165066971698 ], [ -111.79379844566071, 40.916652048026414 ], [ -111.7937572197991, 40.916183903042885 ], [ -111.79373077776198, 40.915958878900163 ], [ -111.79363222926152, 40.915662285050651 ], [ -111.79333193012927, 40.915376087505756 ], [ -111.79312834831806, 40.915233355947692 ], [ -111.79282945233575, 40.915064254636356 ], [ -111.79259057332951, 40.914948789534932 ], [ -111.79230559732859, 40.914950747893471 ], [ -111.79189086719728, 40.915025662651843 ], [ -111.79144115859465, 40.915154865481377 ], [ -111.791204322178, 40.91521054020339 ], [ -111.79089473800938, 40.91514059793068 ], [ -111.7907275354695, 40.915060670339564 ], [ -111.7905714561647, 40.91491760850522 ], [ -111.79047560578455, 40.914846199599083 ], [ -111.79032006390858, 40.914748174978648 ], [ -111.79004471057746, 40.914560888560601 ], [ -111.78964056794734, 40.914527623697353 ], [ -111.78910602671236, 40.914513266309008 ], [ -111.78874884518916, 40.914434635702698 ], [ -111.78824853566812, 40.914302932934518 ], [ -111.78801030900648, 40.914241503348769 ], [ -111.78762799264231, 40.914045933753634 ], [ -111.78728162055583, 40.913877142241461 ], [ -111.78701868724852, 40.913734805005497 ], [ -111.78676773562744, 40.913601393669047 ], [ -111.78630188348652, 40.913370356537357 ], [ -111.78598075921376, 40.913327504462124 ], [ -111.78560026673372, 40.913285055956322 ], [ -111.78507718357561, 40.913234568789804 ], [ -111.78469637263979, 40.913165094706009 ], [ -111.78423297885882, 40.913141222280366 ], [ -111.78386436216911, 40.91309868727533 ], [ -111.78342386581055, 40.913002589916836 ], [ -111.78304199504207, 40.912843035016635 ], [ -111.78282646305763, 40.912691358028795 ], [ -111.78259884602117, 40.912521746137926 ], [ -111.78243123514565, 40.912405776192408 ], [ -111.78226235077918, 40.91218171557226 ], [ -111.78212940650535, 40.911984435706287 ], [ -111.78199603848847, 40.911751125526813 ], [ -111.78198257303592, 40.91161609299192 ], [ -111.78177552556036, 40.911176092231891 ], [ -111.78168901716461, 40.910888414426481 ], [ -111.78167321862006, 40.910555215969843 ], [ -111.78165773851056, 40.910249040109626 ], [ -111.78168826589788, 40.909816436746702 ], [ -111.78170925381974, 40.909582079728402 ], [ -111.78165804871463, 40.909267137719951 ], [ -111.78142853764794, 40.908935387531059 ], [ -111.78134320020934, 40.908746792285022 ], [ -111.78121005365956, 40.908531496068832 ], [ -111.78094620069619, 40.908308076649739 ], [ -111.78076630678436, 40.908156154301196 ], [ -111.78064577765326, 40.908003829816266 ], [ -111.78045136472899, 40.907626798674514 ], [ -111.78040122625893, 40.907401931402994 ], [ -111.78017172803109, 40.907070178490805 ], [ -111.78001685465163, 40.907026184827401 ], [ -111.77980124277133, 40.90686549425088 ], [ -111.77958616088058, 40.906749841005649 ], [ -111.77937055093848, 40.906589149598645 ], [ -111.77920232635798, 40.906419129350226 ], [ -111.77908116969378, 40.90621275781502 ], [ -111.77895990808952, 40.905997378586235 ], [ -111.77890935320436, 40.90573648033579 ], [ -111.77882022265058, 40.905223611097206 ], [ -111.77887673059402, 40.904980006233671 ], [ -111.77883762636107, 40.904682997493353 ], [ -111.77884622245573, 40.904403683117629 ], [ -111.77880743576051, 40.904133696999402 ], [ -111.7786857563175, 40.90388228713919 ], [ -111.77846741167649, 40.903487397384815 ], [ -111.77834626277874, 40.90328102490426 ], [ -111.7782256425976, 40.90311969007363 ], [ -111.77802149748261, 40.902922885557281 ], [ -111.77784236374582, 40.902834011229899 ], [ -111.7776151100081, 40.90269141147364 ], [ -111.77742336723831, 40.902539563607498 ], [ -111.7772076708526, 40.902369860307992 ], [ -111.77699218641102, 40.902218171714715 ], [ -111.7766429526402, 40.901797135333219 ], [ -111.77635287075327, 40.90135768311189 ], [ -111.77623194301103, 40.90116932337105 ], [ -111.77619443271934, 40.901007426901863 ], [ -111.77614420869068, 40.900773549781675 ], [ -111.77606971564472, 40.900494794572793 ], [ -111.7761143585312, 40.900251270697538 ], [ -111.77615984349939, 40.900079807337434 ], [ -111.77619261445638, 40.899836363316396 ], [ -111.77631961834544, 40.899529227036396 ], [ -111.7764703635446, 40.8992219307572 ], [ -111.77668109544908, 40.898968279955106 ], [ -111.77688016539651, 40.89873272387733 ], [ -111.77715140940072, 40.898577755609139 ], [ -111.77730330857128, 40.898369541491377 ], [ -111.77765743645409, 40.89819599679565 ], [ -111.77797679374275, 40.898094751806319 ], [ -111.77843891893875, 40.898019567180896 ], [ -111.77896103207659, 40.897998025204203 ], [ -111.7793766230092, 40.898004225633933 ], [ -111.77994579643878, 40.897946328039531 ], [ -111.78024183037257, 40.897881267630083 ], [ -111.78040707131078, 40.897799075056604 ], [ -111.78050129788532, 40.897735379437577 ], [ -111.78060633628489, 40.89758152777442 ], [ -111.78073458644975, 40.897382477481045 ], [ -111.78080401116833, 40.897228866724205 ], [ -111.78094307153013, 40.896939660205881 ], [ -111.7810098466913, 40.896560860261424 ], [ -111.78112526937464, 40.896280821852429 ], [ -111.78128785573347, 40.895973438969385 ], [ -111.78136883038441, 40.895792724752084 ], [ -111.78144969860088, 40.895603002913191 ], [ -111.78135399211489, 40.895540593408725 ], [ -111.78108192276257, 40.895623510931387 ], [ -111.78063264096131, 40.895779693732727 ], [ -111.78006465067655, 40.895936677787113 ], [ -111.77937826818254, 40.896121484048443 ], [ -111.77865584719991, 40.896270496431697 ], [ -111.77821800365719, 40.896390559476977 ], [ -111.77775610051143, 40.896483758277469 ], [ -111.77739976739964, 40.896468144267068 ], [ -111.77720814873949, 40.896325303284584 ], [ -111.77692177617834, 40.896201116912643 ], [ -111.77664706464896, 40.896058834731306 ], [ -111.7762665715002, 40.896007346782426 ], [ -111.77600520647653, 40.895991089181088 ], [ -111.7756127383232, 40.89593067136596 ], [ -111.77520818991735, 40.895852316849428 ], [ -111.77499357237232, 40.89577268473186 ], [ -111.77474281806226, 40.895648253561944 ], [ -111.77455068212051, 40.895460370181596 ], [ -111.77436978756799, 40.895218361287498 ], [ -111.77411809147803, 40.895012860503321 ], [ -111.77399676192827, 40.894788467731175 ], [ -111.7737566241813, 40.894555863708383 ], [ -111.77361239543663, 40.894403690428561 ], [ -111.77337173593837, 40.894126047652193 ], [ -111.77316700391845, 40.893875188359999 ], [ -111.77290313191314, 40.893642741623495 ], [ -111.77271111182721, 40.893463862599546 ], [ -111.77255470332506, 40.893284744699869 ], [ -111.77220334589239, 40.8926745342252 ], [ -111.77210681446275, 40.892540056197447 ], [ -111.77206869111316, 40.892324112482477 ], [ -111.77195882467971, 40.892063607536798 ], [ -111.77180011863635, 40.891686321552882 ], [ -111.77173878043628, 40.891515574502542 ], [ -111.77160549098271, 40.891282250787093 ], [ -111.77153113285006, 40.891012499515767 ], [ -111.77148197963025, 40.890868695665567 ], [ -111.77143125727467, 40.890589777905461 ], [ -111.77142874633181, 40.890373595685162 ], [ -111.77143737268611, 40.890094280910191 ], [ -111.77145891479309, 40.88990496265945 ], [ -111.77148118917323, 40.88977869755449 ], [ -111.77146743636575, 40.889616640267533 ], [ -111.77147794575986, 40.889499462148947 ], [ -111.77142889844392, 40.889364665821795 ], [ -111.77124949644615, 40.889248757855043 ], [ -111.77114110258172, 40.889114358251689 ], [ -111.77102125798825, 40.889016068273719 ], [ -111.77087736131126, 40.888890914052432 ], [ -111.770816968967, 40.888801234753281 ], [ -111.77073221091872, 40.888657668482878 ], [ -111.77068212062058, 40.888432795827541 ], [ -111.77061974337543, 40.88817197205644 ], [ -111.77052322181743, 40.888037492511558 ], [ -111.77040348457024, 40.887948209446357 ], [ -111.77026042702454, 40.887895115192919 ], [ -111.77011830962152, 40.887923089153794 ], [ -111.76985812613273, 40.888005900895394 ], [ -111.7695978376223, 40.888079704454476 ], [ -111.76940865982995, 40.888144024749849 ], [ -111.76920677788148, 40.888136363094425 ], [ -111.76883924749328, 40.888174846962656 ], [ -111.76838852744733, 40.88820487564206 ], [ -111.76786669534128, 40.888244384339544 ], [ -111.76747511267425, 40.888255999107855 ], [ -111.76716744724676, 40.888339120745464 ], [ -111.76674067182826, 40.88838700030194 ], [ -111.76649183181313, 40.888424687556267 ], [ -111.76616115295036, 40.888571017535362 ], [ -111.76594864710167, 40.888671520316791 ], [ -111.76555851496053, 40.88880923510397 ], [ -111.76525157095654, 40.888955404920701 ], [ -111.76503833623089, 40.888992852784483 ], [ -111.76461124388489, 40.8890137016799 ], [ -111.76432637728652, 40.88901558991968 ], [ -111.76401735732649, 40.888981604276957 ], [ -111.76383807271738, 40.888874692260103 ], [ -111.76359944168459, 40.888768172906722 ], [ -111.7634551452569, 40.888606978841693 ], [ -111.76333407063291, 40.888400589405691 ], [ -111.76317821683608, 40.888266496369091 ], [ -111.76293876134018, 40.888087914697486 ], [ -111.76261684289634, 40.887963927622174 ], [ -111.76236665798918, 40.887884506985053 ], [ -111.76222319339503, 40.88779537223909 ], [ -111.76213866184673, 40.887669814684969 ], [ -111.76207735227403, 40.887499062124824 ], [ -111.76208756793694, 40.8873548618241 ], [ -111.76204906699557, 40.887102883818798 ], [ -111.76196340009025, 40.88687824231291 ], [ -111.76175790723758, 40.886555300922858 ], [ -111.7616487106708, 40.88634883117065 ], [ -111.76159896274656, 40.886150977052935 ], [ -111.76155994808717, 40.885853960706996 ], [ -111.76156985487165, 40.885682737541131 ], [ -111.7616504581617, 40.88546600599993 ], [ -111.76174292971213, 40.885249196009326 ], [ -111.76187173002691, 40.885095204086142 ], [ -111.7620123984684, 40.884941133603448 ], [ -111.76216472826208, 40.88476896927655 ], [ -111.76242263463723, 40.884488007216461 ], [ -111.7626099477361, 40.884261561199295 ], [ -111.76289107016453, 40.883935403038933 ], [ -111.7630428780935, 40.883718199458357 ], [ -111.76318312701403, 40.883528097077374 ], [ -111.76329984526448, 40.883356166865717 ], [ -111.76350809393124, 40.882886356533831 ], [ -111.76367145517011, 40.882642050693406 ], [ -111.76381159649544, 40.882442939927664 ], [ -111.76405730797423, 40.882135029974712 ], [ -111.76422149428666, 40.881962784328124 ], [ -111.76432426645289, 40.881610779293226 ], [ -111.76436925174988, 40.88139428176715 ], [ -111.76448482313292, 40.881123266512951 ], [ -111.76461371285629, 40.880978279167252 ], [ -111.7647288678283, 40.880671233175896 ], [ -111.76477312543317, 40.88039168211796 ], [ -111.76477084441824, 40.880193514422082 ], [ -111.76481406469173, 40.879823887098269 ], [ -111.76490485914321, 40.879462952546405 ], [ -111.76493849200969, 40.879291571572566 ], [ -111.76504115273944, 40.878930558183008 ], [ -111.76503793762762, 40.878651321828784 ], [ -111.765059494784, 40.878462004270787 ], [ -111.7651169655541, 40.878299473404773 ], [ -111.76521034974004, 40.878163729181033 ], [ -111.76542220078666, 40.878009182118511 ], [ -111.76558730755723, 40.877918003149887 ], [ -111.76585849408109, 40.877763061408679 ], [ -111.766036297803, 40.877743863994397 ], [ -111.76620181853046, 40.877688714650382 ], [ -111.76637972583725, 40.877678524332488 ], [ -111.76656960441075, 40.877677262489122 ], [ -111.76666412797539, 40.877640600959502 ], [ -111.76673408513247, 40.877532036157902 ], [ -111.76677906000631, 40.877315537634111 ], [ -111.7667535583344, 40.877162565830055 ], [ -111.7667150462228, 40.876910589044535 ], [ -111.76671244789927, 40.876685398446376 ], [ -111.76674690629176, 40.876586077911355 ], [ -111.76693407872112, 40.87635061726774 ], [ -111.76708668825292, 40.876205469346331 ], [ -111.76728707762278, 40.876087028321784 ], [ -111.76745186496757, 40.875968823847664 ], [ -111.76764007372331, 40.875823438308402 ], [ -111.76784129360513, 40.875777057319254 ], [ -111.76805365148574, 40.875667543597388 ], [ -111.76826632107975, 40.875585052356399 ], [ -111.76835969506341, 40.875449305610545 ], [ -111.76835740375061, 40.875251137910645 ], [ -111.7683320034625, 40.87510717404966 ], [ -111.76833033713106, 40.87496305207727 ], [ -111.76839997633597, 40.874827463394034 ], [ -111.7684693027709, 40.874664851797498 ], [ -111.76847919051755, 40.874493627881414 ], [ -111.76853550373687, 40.874232011441187 ], [ -111.76853331616749, 40.874042851331915 ], [ -111.76842422396295, 40.873845395178684 ], [ -111.76837498657714, 40.873692581780105 ], [ -111.76831471586077, 40.873611908407725 ], [ -111.76824174560224, 40.873459253035591 ], [ -111.76819313365905, 40.873360485300026 ], [ -111.76816856744907, 40.873288582357596 ], [ -111.7681791846482, 40.873180411807454 ], [ -111.76823674752137, 40.873026886974351 ], [ -111.76832959736434, 40.872846102090769 ], [ -111.76841151753023, 40.872746464829177 ], [ -111.76849354161085, 40.872655835136563 ], [ -111.7685401743224, 40.872583457853914 ], [ -111.76858711944683, 40.872538103432404 ], [ -111.7686452017341, 40.872429616525729 ], [ -111.76867903002339, 40.872276249624967 ], [ -111.76866664267811, 40.872231290573225 ], [ -111.76855963645383, 40.872213987008514 ], [ -111.76840610188695, 40.872278068221924 ], [ -111.76829992870231, 40.872332825436757 ], [ -111.76815826007007, 40.87239682727833 ], [ -111.76811141885497, 40.872451189155882 ], [ -111.76802918630604, 40.872523803326693 ], [ -111.76797037431284, 40.872569236536144 ], [ -111.76782901706312, 40.872660260861878 ], [ -111.76766382232294, 40.872742435350141 ], [ -111.76749800302436, 40.872770563833043 ], [ -111.76710682333824, 40.872809199456682 ], [ -111.76677456020816, 40.872811408810101 ], [ -111.76648997098629, 40.872831317041154 ], [ -111.76622911468245, 40.872851066909185 ], [ -111.76607505719743, 40.87287010688933 ], [ -111.76571937192456, 40.872899493732056 ], [ -111.76556562546043, 40.872945555930634 ], [ -111.76526937613015, 40.872983555186792 ], [ -111.76492617849965, 40.87306690665644 ], [ -111.76463003187554, 40.87311391191146 ], [ -111.76441757274236, 40.873214411721058 ], [ -111.76414609048875, 40.8733423271565 ], [ -111.76394539300121, 40.87343373985091 ], [ -111.76381620560318, 40.873551703616116 ], [ -111.7637216862128, 40.873588362799815 ], [ -111.76354409985102, 40.873625571837941 ], [ -111.76340128561417, 40.873590483894418 ], [ -111.76311586445225, 40.873538322745411 ], [ -111.76287760021485, 40.873458824029484 ], [ -111.76273437315203, 40.873387704702914 ], [ -111.76255575317894, 40.873334835842023 ], [ -111.76235340021192, 40.873282123572523 ], [ -111.76211596415945, 40.87327468437509 ], [ -111.7618790444767, 40.873312282886303 ], [ -111.76153511821762, 40.873332570834066 ], [ -111.76128560903359, 40.873307192996478 ], [ -111.76105952385251, 40.873254635093339 ], [ -111.7608690389043, 40.873201841904489 ], [ -111.76073788734482, 40.873148657073742 ], [ -111.76055834179249, 40.873014716314529 ], [ -111.76046206910297, 40.872898242909152 ], [ -111.76031771223057, 40.872728036462277 ], [ -111.76016107747027, 40.872521877454062 ], [ -111.7600173402504, 40.872405716474837 ], [ -111.75974296942263, 40.872281407544072 ], [ -111.75954072477553, 40.872237697928135 ], [ -111.75913675070998, 40.872195315859642 ], [ -111.75882781154957, 40.872161315499646 ], [ -111.75850782868162, 40.872199453533725 ], [ -111.75829464359185, 40.872236888596532 ], [ -111.75806959178708, 40.872274401259808 ], [ -111.75778602899199, 40.872384364512136 ], [ -111.75752578758282, 40.872458140603221 ], [ -111.75706443044398, 40.872587286304302 ], [ -111.75657954347241, 40.872734601157056 ], [ -111.75629577119086, 40.872826545472265 ], [ -111.7560350139952, 40.872855279962721 ], [ -111.755667354883, 40.872875705974224 ], [ -111.75534685474355, 40.872868797012252 ], [ -111.75509745180669, 40.872852413403635 ], [ -111.75467005030512, 40.872837194039128 ], [ -111.7544320029393, 40.872775693066892 ], [ -111.75414608091506, 40.872678471338439 ], [ -111.75393135893097, 40.872580783513634 ], [ -111.7537638993232, 40.872464769778546 ], [ -111.75350191684487, 40.872385406643275 ], [ -111.75331174651349, 40.872359623866792 ], [ -111.75296751601499, 40.87235286327131 ], [ -111.75271923774561, 40.872435558754887 ], [ -111.75237531280828, 40.872455819376093 ], [ -111.75212550429852, 40.87240339867563 ], [ -111.75198280043233, 40.872377304171351 ], [ -111.75178035660441, 40.872315565582063 ], [ -111.75167182623645, 40.872163131376126 ], [ -111.7515395634902, 40.872010851701774 ], [ -111.75137231312804, 40.871912849760768 ], [ -111.7511940113435, 40.871886986168313 ], [ -111.75107504176653, 40.871860735955181 ], [ -111.75096804047277, 40.871843416022827 ], [ -111.75077766910532, 40.871799613713847 ], [ -111.75027765308988, 40.871658734105367 ], [ -111.74951637614024, 40.871501533707203 ], [ -111.74883847149201, 40.871370812001466 ], [ -111.74830306660726, 40.871248170216091 ], [ -111.74800569913701, 40.871187040775261 ], [ -111.74770883888634, 40.871170948924117 ], [ -111.74740031505941, 40.871172948546779 ], [ -111.74687738795095, 40.871104269251248 ], [ -111.74666298515154, 40.871033590754813 ], [ -111.74646034790317, 40.870953827384696 ], [ -111.74635274229867, 40.870882457092222 ], [ -111.74619696405017, 40.870748340047662 ], [ -111.74581269619094, 40.870345450533478 ], [ -111.7452988150977, 40.870024472276441 ], [ -111.74495177030732, 40.869765472611618 ], [ -111.74480857011102, 40.869694330743279 ], [ -111.74460604005741, 40.869623571723196 ], [ -111.74430848139518, 40.869544417277353 ], [ -111.74414165118863, 40.869482435391959 ], [ -111.74406974927322, 40.869419840921907 ], [ -111.74403304212473, 40.869320986049125 ], [ -111.74399603260748, 40.86919510811299 ], [ -111.74399008391828, 40.868663654789351 ], [ -111.74395287323013, 40.868519761452973 ], [ -111.74387976284852, 40.868349074630231 ], [ -111.74378271970659, 40.868160525417117 ], [ -111.74334980994067, 40.86764984107694 ], [ -111.74283354571948, 40.867112666890733 ], [ -111.74242558839246, 40.866709918311223 ], [ -111.74189898154607, 40.866307931472384 ], [ -111.74133728720963, 40.865951209402454 ], [ -111.74094321942133, 40.865728532988129 ], [ -111.74052522296076, 40.865487992160411 ], [ -111.74038123411715, 40.865344783052514 ], [ -111.74029687310407, 40.865228216097634 ], [ -111.74024760658513, 40.865066382153053 ], [ -111.74024529960414, 40.864859205114882 ], [ -111.74029045327453, 40.864651723473521 ], [ -111.74031127457066, 40.864390347930183 ], [ -111.74016227414025, 40.863796753556045 ], [ -111.7398599349618, 40.86328521767787 ], [ -111.73954653726783, 40.862845818611426 ], [ -111.73922067805557, 40.862352448442401 ], [ -111.73905096680882, 40.862029235505148 ], [ -111.73898924040519, 40.861813430678026 ], [ -111.73897557359042, 40.86165136800139 ], [ -111.73897257002132, 40.86138113684239 ], [ -111.73893537448158, 40.861237241578124 ], [ -111.73889897996634, 40.861165407945371 ], [ -111.73947773746069, 40.86092748200749 ], [ -111.74019896446438, 40.860697647352765 ], [ -111.74118220754528, 40.860556208336398 ], [ -111.74177412223077, 40.860435294854462 ], [ -111.74196425419093, 40.860461097040648 ], [ -111.74220174337522, 40.860477585855087 ], [ -111.74272448159091, 40.86053727953982 ], [ -111.74367444074113, 40.860603225579247 ], [ -111.74452898184046, 40.860624737990342 ], [ -111.74505000718315, 40.860531290294794 ], [ -111.74593852393704, 40.860408439262841 ], [ -111.74682592434722, 40.860186496808396 ], [ -111.74726277900545, 40.859994492251879 ], [ -111.74772194149674, 40.859676224579154 ], [ -111.74803893197321, 40.859376893849742 ], [ -111.74810869825764, 40.859250324525348 ], [ -111.74817745070767, 40.859033678255336 ], [ -111.74819793547186, 40.858745278247405 ], [ -111.74822562150159, 40.858042447456455 ], [ -111.74832631472242, 40.857501293268555 ], [ -111.74846158377683, 40.856869831090712 ], [ -111.74868202550654, 40.856426991293283 ], [ -111.74892811902239, 40.85615514319214 ], [ -111.74922095439855, 40.855819932502065 ], [ -111.74968980984421, 40.855312418482761 ], [ -111.7497718385026, 40.855221801796681 ], [ -111.75018208006915, 40.854777725192207 ], [ -111.75048656311643, 40.854424418777697 ], [ -111.75079256834805, 40.854206226955888 ], [ -111.75091028560425, 40.854124385508996 ], [ -111.75111084174011, 40.854023987853182 ], [ -111.75125197944763, 40.853914968486848 ], [ -111.75143965343827, 40.853724570606573 ], [ -111.75155726724903, 40.853633720815061 ], [ -111.75174504139675, 40.853452330135177 ], [ -111.75200368752672, 40.85324345206871 ], [ -111.7520978791719, 40.853179779481657 ], [ -111.75228656759681, 40.853079457153179 ], [ -111.75251135418512, 40.853023940808349 ], [ -111.75264164384201, 40.853005074059062 ], [ -111.75285528061993, 40.85301268828389 ], [ -111.75305776836944, 40.853083433387376 ], [ -111.75326056261879, 40.853181201197955 ], [ -111.75345180052152, 40.853306069198624 ], [ -111.75361951705194, 40.853449107261383 ], [ -111.75377486067994, 40.853547184155474 ], [ -111.75425194020892, 40.853769274490162 ], [ -111.75475172704402, 40.853901130725291 ], [ -111.75495391270995, 40.853944849394367 ], [ -111.75517931362836, 40.853943373957037 ], [ -111.75534488695749, 40.853897248093077 ], [ -111.75558102513681, 40.853796609671228 ], [ -111.75578177785204, 40.853714219325184 ], [ -111.75625302654103, 40.853422863406706 ], [ -111.75642984618648, 40.853322612128757 ], [ -111.75662998151967, 40.853186174228519 ], [ -111.75688932872393, 40.853040339115296 ], [ -111.75712535894772, 40.852930689882754 ], [ -111.75732600453712, 40.852839289195337 ], [ -111.75751488918455, 40.852756973748313 ], [ -111.75763290336953, 40.852702148558087 ], [ -111.75784530788057, 40.85260166137833 ], [ -111.75790441737318, 40.852583256311142 ], [ -111.75801067064471, 40.852537516362226 ], [ -111.75820016972172, 40.852509245884022 ], [ -111.75843670948539, 40.852444632392164 ], [ -111.75867345429241, 40.852398033776645 ], [ -111.75885180921158, 40.852432894007286 ], [ -111.75907833571092, 40.852530495457053 ], [ -111.75935221186215, 40.852618776413827 ], [ -111.75947176721446, 40.852699064512812 ], [ -111.75957966562672, 40.852797445954721 ], [ -111.75977101702476, 40.852931311067785 ], [ -111.75998537472086, 40.853001965810741 ], [ -111.76013979994894, 40.853018964991136 ], [ -111.76024584640341, 40.852955207644243 ], [ -111.7603277547237, 40.852855575892214 ], [ -111.76037335295736, 40.852693124958947 ], [ -111.76046599073952, 40.852494330483701 ], [ -111.76054717711145, 40.852331644849258 ], [ -111.76077040846641, 40.852140997358404 ], [ -111.7609707373892, 40.852022567359029 ], [ -111.76138232781804, 40.851704558958652 ], [ -111.76167683436317, 40.851522447583456 ], [ -111.76191264481473, 40.851394773295738 ], [ -111.76208934723678, 40.851285505756607 ], [ -111.76223056423036, 40.851185480789766 ], [ -111.76254930783834, 40.851048248802392 ], [ -111.76279739079766, 40.85095652499686 ], [ -111.76318761796281, 40.850845843587031 ], [ -111.76356598120113, 40.850735239390687 ], [ -111.76386140848624, 40.850634191539811 ], [ -111.76406214123567, 40.85055178691325 ], [ -111.76426245946537, 40.85043335125917 ], [ -111.76449795043474, 40.850278648729677 ], [ -111.76469847418673, 40.850178227667179 ], [ -111.76489879015136, 40.850059790920483 ], [ -111.76509941624879, 40.849968376837978 ], [ -111.76527621324607, 40.849868112139596 ], [ -111.76568942879238, 40.849694211258559 ], [ -111.76623271334233, 40.849483411558609 ], [ -111.76669347718038, 40.849318199588083 ], [ -111.76698785463836, 40.849127067134695 ], [ -111.76727057593484, 40.848954028173949 ], [ -111.76756557379076, 40.848816940261024 ], [ -111.76784818827299, 40.848634892234585 ], [ -111.76823724881415, 40.848425109574222 ], [ -111.76849707210989, 40.848324286960398 ], [ -111.76879404270929, 40.848358341563745 ], [ -111.76913939972846, 40.848473148006782 ], [ -111.76958007248625, 40.848623350981129 ], [ -111.76986632953906, 40.848756566220253 ], [ -111.7701044086493, 40.848827043894211 ], [ -111.77042521110393, 40.848869943539249 ], [ -111.77082904981677, 40.848912287444726 ], [ -111.77133860489263, 40.848863839520902 ], [ -111.77172985026776, 40.848843205985197 ], [ -111.77203805965898, 40.848823126896896 ], [ -111.77228612096292, 40.848731382840256 ], [ -111.77256819887309, 40.848504285085554 ], [ -111.77280314023231, 40.848304527504553 ], [ -111.77324005026666, 40.848130440850753 ], [ -111.77368976303131, 40.848037341886339 ], [ -111.77408016409436, 40.847944639195525 ], [ -111.77488321793717, 40.84763296338101 ], [ -111.77528285226708, 40.847314985663687 ], [ -111.77587027712579, 40.846824584829776 ], [ -111.77629341529078, 40.846488428783871 ], [ -111.77673964162456, 40.846098065561151 ], [ -111.77699733844855, 40.845817070944001 ], [ -111.77734813687388, 40.845382306276917 ], [ -111.77788808338374, 40.844892215012287 ], [ -111.77812383889301, 40.844764507930918 ], [ -111.77852502174674, 40.844581633866618 ], [ -111.77884454325628, 40.844516418476765 ], [ -111.77934135267141, 40.844395954419994 ], [ -111.77974443031195, 40.844375213808668 ], [ -111.78008777804668, 40.844318842282888 ], [ -111.78039543529013, 40.84425370283104 ], [ -111.78078601596557, 40.844178992961048 ], [ -111.78096266794702, 40.844069696828626 ], [ -111.78125729818626, 40.843905551302946 ], [ -111.78151814190801, 40.843894776062804 ], [ -111.78174361321706, 40.843902256671434 ], [ -111.78198158119075, 40.843963702290573 ], [ -111.7822791741671, 40.844051768170189 ], [ -111.78267197689175, 40.844166212414436 ], [ -111.7830770664729, 40.844316605347451 ], [ -111.78356561231172, 40.844502463431191 ], [ -111.78401793948129, 40.844634515447311 ], [ -111.78436287780052, 40.844713245774336 ], [ -111.78460042607088, 40.844738655388916 ], [ -111.78486148494153, 40.844745887836439 ], [ -111.78511291482494, 40.844942360751801 ], [ -111.78535184659893, 40.845084868051686 ], [ -111.78575833086731, 40.845352350667277 ], [ -111.78610338134312, 40.845440083358945 ], [ -111.78659013306506, 40.845472798719165 ], [ -111.78700571556097, 40.845505997595765 ], [ -111.78748028664134, 40.845511767228842 ], [ -111.78776560532653, 40.845563869261781 ], [ -111.78807454099459, 40.845606800888575 ], [ -111.78813395584883, 40.845615403322519 ], [ -111.78852517601908, 40.845594713030728 ], [ -111.78885730146376, 40.845592442260234 ], [ -111.78922458426656, 40.845553896578949 ], [ -111.78966196700789, 40.845424786322461 ], [ -111.78989855705754, 40.845369116367955 ], [ -111.79017073141083, 40.845313202184919 ], [ -111.79059657029177, 40.845211192528552 ], [ -111.79090368544946, 40.845100987006127 ], [ -111.79115117066124, 40.844964164578883 ], [ -111.79160051435231, 40.844843973298659 ], [ -111.79188422486818, 40.844760950841881 ], [ -111.79222724191484, 40.84467752040274 ], [ -111.79262924328266, 40.844566658597792 ], [ -111.79297215099157, 40.844474218340032 ], [ -111.79319569199511, 40.844319539407493 ], [ -111.79353655616241, 40.844055952747716 ], [ -111.79395980163102, 40.843737747955821 ], [ -111.79414732401086, 40.84354728164093 ], [ -111.79448764260172, 40.843238654121244 ], [ -111.79473489824518, 40.843083808859795 ], [ -111.79514863918408, 40.842963849039002 ], [ -111.79546845902061, 40.842925610651648 ], [ -111.7959298575643, 40.842823336101802 ], [ -111.79620039923265, 40.842632293596928 ], [ -111.79635340715753, 40.842532145481364 ], [ -111.79668260433942, 40.842286646753109 ], [ -111.79684704019041, 40.84215038562111 ], [ -111.79722443297705, 40.84196761092182 ], [ -111.79749604716126, 40.841866641544449 ], [ -111.79786114354918, 40.841647916332619 ], [ -111.79811927373822, 40.841411913358868 ], [ -111.7983772940109, 40.841166902203319 ], [ -111.7986109421464, 40.840868009033883 ], [ -111.79875110839912, 40.840686871384726 ], [ -111.79892728859811, 40.840541517588775 ], [ -111.79904438104795, 40.840414589539627 ], [ -111.79927997131266, 40.84027783203328 ], [ -111.79971870687369, 40.840265782967755 ], [ -111.80001608935694, 40.840335787860894 ], [ -111.80025319406954, 40.84032513491389 ], [ -111.80044296447173, 40.840323818292596 ], [ -111.80071467538032, 40.840231849024079 ], [ -111.80110455786321, 40.840103025089661 ], [ -111.80147060914679, 40.839965357051824 ], [ -111.80172947973273, 40.839792399357925 ], [ -111.80192893780742, 40.83961084575057 ], [ -111.80218737142762, 40.839401856617748 ], [ -111.80254144748049, 40.839255260091903 ], [ -111.80301412621853, 40.83910783694192 ], [ -111.80329768894457, 40.839015779088179 ], [ -111.80362749573733, 40.838824306417941 ], [ -111.80386220027499, 40.838615478826938 ], [ -111.80410919905798, 40.838442598506077 ], [ -111.80438089711841, 40.838350620691379 ], [ -111.80470145164206, 40.838375410148416 ], [ -111.80503495648306, 40.838490191957426 ], [ -111.8055460402432, 40.83857670782065 ], [ -111.80595180062464, 40.838781065996905 ], [ -111.80630903036487, 40.838895678347413 ], [ -111.80664221292679, 40.838983432657557 ], [ -111.8069636451898, 40.839080276559159 ], [ -111.80738018037871, 40.839194470704385 ], [ -111.80784339322133, 40.83924527795277 ], [ -111.80800943931979, 40.839244115026517 ], [ -111.80821117612503, 40.8392517101734 ], [ -111.80834164091826, 40.839250796049711 ], [ -111.808779491588, 40.839166651862207 ], [ -111.80912366279634, 40.839182255073204 ], [ -111.809504182533, 40.83926066070687 ], [ -111.8098132115758, 40.839312541892127 ], [ -111.81006359682034, 40.839418884220983 ], [ -111.8106003901345, 40.839667347547987 ], [ -111.81116013982047, 40.839852588434098 ], [ -111.81155285584526, 40.839957926595545 ], [ -111.8120632992886, 40.839990367873447 ], [ -111.81261020496757, 40.84009461690097 ], [ -111.81310636758649, 40.839928970309039 ], [ -111.81358989619359, 40.839700352190718 ], [ -111.81396777926585, 40.839562561101381 ], [ -111.81423836556779, 40.839380484378019 ], [ -111.81446183953109, 40.839225764726763 ], [ -111.81475680565707, 40.839097564797555 ], [ -111.81498182205814, 40.839068950248979 ], [ -111.8151362277396, 40.839085876015581 ], [ -111.81540868544683, 40.839056925398175 ], [ -111.81565687005788, 40.838983103979807 ], [ -111.81602189012986, 40.838764321894899 ], [ -111.81629302004345, 40.838627278291561 ], [ -111.81656448045695, 40.83851725678452 ], [ -111.81690798622192, 40.838478791336556 ], [ -111.81718066185583, 40.83846785171044 ], [ -111.81726324120272, 40.838431233271166 ], [ -111.81738084797226, 40.838349324799786 ], [ -111.81762781017639, 40.838176415867451 ], [ -111.81785094001228, 40.837994667011422 ], [ -111.81839185539887, 40.837612479800924 ], [ -111.81852043301406, 40.837458425461925 ], [ -111.81863537691684, 40.837160333982304 ], [ -111.81866818650983, 40.836934892162638 ], [ -111.81872504827609, 40.83673630470534 ], [ -111.81885229333844, 40.836474159115191 ], [ -111.81914612989094, 40.836255872365186 ], [ -111.81946346232778, 40.836019401240122 ], [ -111.81978156926941, 40.835845982260537 ], [ -111.82006331823274, 40.835609762339814 ], [ -111.82034517623863, 40.835382549312207 ], [ -111.82058026007219, 40.835209718484833 ], [ -111.82120337638104, 40.834763874727528 ], [ -111.82143767750144, 40.83452798918092 ], [ -111.82176740920811, 40.834336465209461 ], [ -111.82212197074213, 40.834234846972372 ], [ -111.82252474841867, 40.834195942412144 ], [ -111.8228794193908, 40.834103329431116 ], [ -111.82321037044443, 40.834010884627226 ], [ -111.82366091831724, 40.833998660294206 ], [ -111.82401558660317, 40.833906043842028 ], [ -111.82429842795463, 40.833759889378435 ], [ -111.8246883373653, 40.833639993954741 ], [ -111.82500909912625, 40.833682742272934 ], [ -111.82534138555494, 40.833698382159106 ], [ -111.8258636460385, 40.833730677953405 ], [ -111.82632672181258, 40.833772403696692 ], [ -111.82669447526499, 40.833778777266311 ], [ -111.82724034378715, 40.833801889280529 ], [ -111.82754891240774, 40.833817692879308 ], [ -111.82783353824085, 40.83381565074631 ], [ -111.82807039017325, 40.833786925762269 ], [ -111.82811782778595, 40.83378658524132 ], [ -111.82841207033087, 40.833604305421098 ], [ -111.82864634163994, 40.833368405471347 ], [ -111.82880911905639, 40.833105993621828 ], [ -111.82891327218069, 40.832898052959841 ], [ -111.82899303305179, 40.832636237308328 ], [ -111.82907324215145, 40.83241045182254 ], [ -111.82924910926467, 40.832247037242972 ], [ -111.82967469025643, 40.832135876917746 ], [ -111.82996993221506, 40.832034661183464 ], [ -111.83018204744107, 40.831925034567469 ], [ -111.83054889158288, 40.83185933551097 ], [ -111.83084536787626, 40.831857200647967 ], [ -111.83123761654166, 40.831926441882359 ], [ -111.83194938538009, 40.831939327778379 ], [ -111.83221039737352, 40.831946453519251 ], [ -111.83241166345535, 40.831917976340101 ], [ -111.83250642323868, 40.831908284184642 ], [ -111.83296836267692, 40.831859907872101 ], [ -111.83328821854359, 40.831830572828565 ], [ -111.83376088743273, 40.831692032217042 ], [ -111.83404403629008, 40.831572876741902 ], [ -111.83432695829092, 40.831435705486939 ], [ -111.83448010839777, 40.83135352250148 ], [ -111.83463291925094, 40.831244316678081 ], [ -111.83482062843721, 40.831080807935855 ], [ -111.83504402632798, 40.830926048924184 ], [ -111.8351971743711, 40.830843864999544 ], [ -111.83543378618663, 40.830797109926152 ], [ -111.83569422844015, 40.83075919010426 ], [ -111.83625148072814, 40.830746143619749 ], [ -111.83674932534527, 40.830724516992525 ], [ -111.83714066675579, 40.830721677844416 ], [ -111.83757899000484, 40.830682462819532 ], [ -111.83783988406455, 40.830680568327026 ], [ -111.83801856026052, 40.830742329060861 ], [ -111.83845858517491, 40.830838223769248 ], [ -111.83885026766372, 40.830862401426735 ], [ -111.83910055266641, 40.830959673205392 ], [ -111.83968538719526, 40.831252693793346 ], [ -111.8397588137294, 40.831432326542703 ], [ -111.84039336607424, 40.831905148778809 ], [ -111.84095483785249, 40.83222535811796 ], [ -111.84120535871661, 40.832340640285011 ], [ -111.84133671983436, 40.832411749208759 ], [ -111.84139647093589, 40.832447346861002 ], [ -111.84168086207158, 40.832427255566571 ], [ -111.84194096503558, 40.832362299042174 ], [ -111.8421657181603, 40.832315616716826 ], [ -111.84231874641489, 40.832224415885406 ], [ -111.84261385494285, 40.832114160450061 ], [ -111.84293393549257, 40.832102813743262 ], [ -111.843123794528, 40.832110434667534 ], [ -111.84340909682361, 40.832162399325583 ], [ -111.84367011047836, 40.832169499116048 ], [ -111.84387251410864, 40.832231077214615 ], [ -111.84406225935354, 40.832229689066885 ], [ -111.84422680105207, 40.832111376393911 ], [ -111.84434322037862, 40.83193936555633 ], [ -111.84438711378709, 40.831659785164597 ], [ -111.84448824421619, 40.831217635291992 ], [ -111.84457980057852, 40.830955722597615 ], [ -111.84467249938024, 40.83078388505929 ], [ -111.84486052536182, 40.830647382791987 ], [ -111.84508309755486, 40.830429551909717 ], [ -111.84537693498683, 40.830220206745068 ], [ -111.8456946023728, 40.83001969450136 ], [ -111.84594134495232, 40.829837718207891 ], [ -111.84624783733608, 40.829691336549352 ], [ -111.8463544503623, 40.829681546075911 ], [ -111.84659185181953, 40.829697820869924 ], [ -111.84679356292483, 40.82970534879577 ], [ -111.84713906788095, 40.829828929236236 ], [ -111.84753166465629, 40.829925137595843 ], [ -111.84792460680116, 40.830048367157104 ], [ -111.84822313996985, 40.830208323010055 ], [ -111.84839076924648, 40.83033320740229 ], [ -111.84858108306854, 40.830376849450779 ], [ -111.84877093766434, 40.830384461125206 ], [ -111.84882988670795, 40.83035700231838 ], [ -111.84890069442663, 40.830329456219388 ], [ -111.84908744634485, 40.830093864494167 ], [ -111.84919291031795, 40.829993996255702 ], [ -111.84942720970945, 40.829767062322411 ], [ -111.84957987712546, 40.829648829433651 ], [ -111.84978066832058, 40.829584292027327 ], [ -111.84999412290588, 40.829582719490965 ], [ -111.85018351513436, 40.829554298812369 ], [ -111.85055055562488, 40.82950655147004 ], [ -111.85087073705857, 40.829504190384483 ], [ -111.85094165816753, 40.829485650556805 ], [ -111.85103629636396, 40.829466935726238 ], [ -111.85111907594576, 40.829448308308628 ], [ -111.85158155975368, 40.829444895291495 ], [ -111.85184210218245, 40.829415946655999 ], [ -111.85212624614938, 40.829377814742678 ], [ -111.85227948451787, 40.829304615869837 ], [ -111.85245678566739, 40.82925826406769 ], [ -111.85264571430478, 40.829193809335422 ], [ -111.85283521963491, 40.829174391830534 ], [ -111.8531080807111, 40.829181382709876 ], [ -111.85333431616809, 40.82925177635807 ], [ -111.85341744128706, 40.829260169815541 ], [ -111.85347696488418, 40.829277746183465 ], [ -111.85365484271628, 40.829276430073072 ], [ -111.853796105086, 40.829194309447807 ], [ -111.85379321653188, 40.828969121831989 ], [ -111.85373196013657, 40.828816433048068 ], [ -111.85367116612298, 40.828699774247028 ], [ -111.85364664064139, 40.828636897206188 ], [ -111.85369199479943, 40.828474411102441 ], [ -111.85382035718901, 40.828311310652332 ], [ -111.85399638336426, 40.828165873950319 ], [ -111.85426658153082, 40.827965689506755 ], [ -111.85459630061081, 40.827783080244842 ], [ -111.85484416712045, 40.827691160209923 ], [ -111.855127029012, 40.827553938439195 ], [ -111.85538617336, 40.82741689183473 ], [ -111.85561020527784, 40.8273161385154 ], [ -111.85592887004702, 40.827196665960201 ], [ -111.85622393327947, 40.827086376058197 ], [ -111.8566122375417, 40.826849276029144 ], [ -111.85690567473365, 40.826612879384172 ], [ -111.85710447784579, 40.826395201839269 ], [ -111.85727967974903, 40.826186707693864 ], [ -111.85737233915756, 40.826014860202413 ], [ -111.85743000450336, 40.825888314542553 ], [ -111.85753417289207, 40.825689356284478 ], [ -111.85768542384449, 40.82546302280825 ], [ -111.85778959082226, 40.825264064319271 ], [ -111.85788247982229, 40.825110231419465 ], [ -111.85798594912099, 40.824857227743841 ], [ -111.85804245133959, 40.82464060675855 ], [ -111.8580638446745, 40.824460280337291 ], [ -111.8581216235125, 40.824342741826413 ], [ -111.85825124454895, 40.824278719038766 ], [ -111.85837214356187, 40.824457986868218 ], [ -111.85845607633522, 40.824529429261808 ], [ -111.85857569848083, 40.824609614355467 ], [ -111.85913568283408, 40.824812637857676 ], [ -111.85958848563031, 40.824980423830205 ], [ -111.86009929934829, 40.82504868353152 ], [ -111.8608104147487, 40.825016354570153 ], [ -111.86125949389611, 40.824895894119578 ], [ -111.8617079884154, 40.824730394470905 ], [ -111.86219158701014, 40.824528597277123 ], [ -111.86261437727997, 40.824210144016725 ], [ -111.86294452165913, 40.824063541157685 ], [ -111.86332291239395, 40.823979634869907 ], [ -111.86363179289116, 40.824022364816791 ], [ -111.8638937110771, 40.824101479068226 ], [ -111.86428618021063, 40.824188623110366 ], [ -111.8646554031251, 40.824311973497082 ], [ -111.86498905451889, 40.824435589409752 ], [ -111.86509624134395, 40.824470819145247 ], [ -111.86514402304094, 40.824497485921391 ], [ -111.865322707139, 40.824559204342272 ], [ -111.86539350173005, 40.824531648223086 ], [ -111.86557078074047, 40.824485276447078 ], [ -111.86583094570356, 40.824429273997914 ], [ -111.86610214751256, 40.824310129565269 ], [ -111.86649180686358, 40.824181086478831 ], [ -111.86677603679271, 40.824151926238301 ], [ -111.86741658012163, 40.824165128596682 ], [ -111.86768953898532, 40.82418109266338 ], [ -111.86802178582995, 40.824196610010723 ], [ -111.86837704298915, 40.824157903027235 ], [ -111.86868510456473, 40.824137567059523 ], [ -111.8690272100273, 40.823999865120641 ], [ -111.86927374830302, 40.823808832125152 ], [ -111.86943645946013, 40.823555371840861 ], [ -111.86963297669558, 40.823166531045302 ], [ -111.86976561570606, 40.822426845300512 ], [ -111.86986915335196, 40.822182838826535 ], [ -111.86997386727285, 40.822028907031132 ], [ -111.8702560847716, 40.821846611203242 ], [ -111.87050378933428, 40.821745650393254 ], [ -111.87089460322088, 40.821706667378052 ], [ -111.87151164500607, 40.821738041197968 ], [ -111.87210509105051, 40.821778598451935 ], [ -111.87248475522125, 40.821793744522317 ], [ -111.87282873006008, 40.82180015099771 ], [ -111.873741492504, 40.821775224994497 ], [ -111.8744417724937, 40.821823969419498 ], [ -111.87477329869131, 40.821785422632971 ], [ -111.87528351012115, 40.821808577900008 ], [ -111.875579701283, 40.821788313603633 ], [ -111.87582917475164, 40.821822453401815 ], [ -111.89089021072246, 40.821896307007115 ], [ -111.90104132225412, 40.821925571068924 ], [ -111.90101911757613, 40.819881748625228 ], [ -111.90576682604215, 40.819883397358304 ], [ -111.90580859198346, 40.821942289023404 ], [ -111.91981384390381, 40.821984617108697 ], [ -111.92625319484972, 40.822005163068845 ], [ -111.93766124466055, 40.822030113899423 ], [ -111.93804079421923, 40.822036036731127 ], [ -111.94112411078056, 40.822046958305179 ], [ -111.94127825112436, 40.822045700760341 ], [ -111.94125581068231, 40.822135967239227 ], [ -111.94123311549518, 40.82220821911389 ], [ -111.94116643033446, 40.822524055001672 ], [ -111.94115635598095, 40.822650253921246 ], [ -111.94107564841222, 40.822813062391909 ], [ -111.94103127571856, 40.823029624449084 ], [ -111.94098486572425, 40.823102069705016 ], [ -111.94095018547212, 40.823165410933676 ], [ -111.94087980637156, 40.823220034969012 ], [ -111.94078545824142, 40.823256837754229 ], [ -111.94059599809329, 40.823276399298855 ], [ -111.94025150404484, 40.823234165841946 ], [ -111.94003782070612, 40.823217890542992 ], [ -111.93990726475097, 40.823209945954076 ], [ -111.9398243917786, 40.823219629450342 ], [ -111.93975337594617, 40.823229216300227 ], [ -111.9396228199966, 40.823221271389258 ], [ -111.93939753386765, 40.823223106080775 ], [ -111.93914840631946, 40.823216126082613 ], [ -111.93905367605183, 40.823225905551404 ], [ -111.93869923106976, 40.823318873521856 ], [ -111.93858129416763, 40.823364874779799 ], [ -111.93846399197082, 40.823455912442661 ], [ -111.9382423863638, 40.823718956729387 ], [ -111.93820770317629, 40.823782297158928 ], [ -111.93811487588054, 40.823927185440397 ], [ -111.93789428255124, 40.824262287507786 ], [ -111.93772048229482, 40.824551967117365 ], [ -111.93761681037722, 40.824769009822191 ], [ -111.93746520046905, 40.824950408646956 ], [ -111.93739760702408, 40.825203191300254 ], [ -111.93744744717056, 40.825373944679022 ], [ -111.93753527063885, 40.825715547713727 ], [ -111.93757173153024, 40.825778309739043 ], [ -111.93782645211984, 40.826181614345067 ], [ -111.93787489816312, 40.826253287169592 ], [ -111.93793621735976, 40.826396921978287 ], [ -111.93794883660121, 40.826450869379372 ], [ -111.93801218698256, 40.826738620954906 ], [ -111.93808523782425, 40.826873151947396 ], [ -111.93812258849093, 40.82699896487496 ], [ -111.93815943150587, 40.827088748586775 ], [ -111.93831815461282, 40.827411757648107 ], [ -111.93844321022954, 40.827870165316988 ], [ -111.93845583018279, 40.827924112641433 ], [ -111.93862666888734, 40.828265039323824 ], [ -111.93861697010281, 40.828418259849421 ], [ -111.9387244551293, 40.828471435249249 ], [ -111.93869078623371, 40.828606834163644 ], [ -111.93875122019114, 40.828687417367085 ], [ -111.93885895986377, 40.82875860722438 ], [ -111.93915668458828, 40.828846267127659 ], [ -111.93946614113261, 40.82892482239037 ], [ -111.93971643459366, 40.829012867097333 ], [ -111.93986051356808, 40.829137809961551 ], [ -111.93992133101594, 40.829245414399949 ], [ -111.93992247579344, 40.829326480026921 ], [ -111.9399023207622, 40.829578877425291 ], [ -111.93986916252121, 40.829750305802939 ], [ -111.93985946644753, 40.829903526364994 ], [ -111.93982592638601, 40.830047932851002 ], [ -111.93983969261484, 40.830182945604037 ], [ -111.93984134609484, 40.830300040381822 ], [ -111.93985434925614, 40.830381009384467 ], [ -111.93998835400605, 40.830632150694079 ], [ -111.94020498774282, 40.83085559344709 ], [ -111.94067167116762, 40.831149063693296 ], [ -111.94079114815678, 40.831211147664796 ], [ -111.94095831443657, 40.831290859182914 ], [ -111.94119637801825, 40.83135197539368 ], [ -111.94132745967771, 40.831395947475556 ], [ -111.9416008449662, 40.831438757972037 ], [ -111.94195736847101, 40.831489897317958 ], [ -111.94239703050334, 40.831549364738677 ], [ -111.94259901005344, 40.831574739522416 ], [ -111.94278964148917, 40.83163623999048 ], [ -111.94319449509715, 40.831750038774963 ], [ -111.94374165434309, 40.831862672036401 ], [ -111.94384863802611, 40.831879813413053 ], [ -111.9439200456779, 40.831897245793634 ], [ -111.94414740537049, 40.832039518378835 ], [ -111.94429047680694, 40.832092397271353 ], [ -111.94441034226443, 40.832181499256066 ], [ -111.94451924411518, 40.832333749133689 ], [ -111.9445555874567, 40.832387501492953 ], [ -111.94466666350789, 40.83269287488509 ], [ -111.94468159091433, 40.832908952350614 ], [ -111.94467203346397, 40.833071180391009 ], [ -111.94463914167437, 40.833260624467918 ], [ -111.94459490213283, 40.833486194729964 ], [ -111.94457207910138, 40.833549439850444 ], [ -111.94452617723101, 40.833657915531049 ], [ -111.94441078278474, 40.833884068285919 ], [ -111.9443773786047, 40.834037483183046 ], [ -111.94429679349126, 40.834209300927313 ], [ -111.9442396706326, 40.834362909930817 ], [ -111.94424363260342, 40.834642135379042 ], [ -111.94434246848922, 40.834920584195835 ], [ -111.9444750933059, 40.835072639828837 ], [ -111.94459522016412, 40.835179756055481 ], [ -111.94484810170846, 40.835447934597589 ], [ -111.94501605096607, 40.835581683621086 ], [ -111.94546175750146, 40.83606448057472 ], [ -111.94563034956118, 40.836243264990991 ], [ -111.9457629799867, 40.83639531904727 ], [ -111.94608805264525, 40.836734969418103 ], [ -111.94639145915231, 40.837218929616974 ], [ -111.94657358208094, 40.837514709667637 ], [ -111.94665865022992, 40.837658144605072 ], [ -111.9467443595463, 40.837846615776279 ], [ -111.94688924007028, 40.838025592877749 ], [ -111.9469741813777, 40.838160020295433 ], [ -111.94703412137945, 40.838204569783151 ], [ -111.94760582938412, 40.83837103275043 ], [ -111.94784392426513, 40.83843213482087 ], [ -111.94792745647428, 40.838467481676076 ], [ -111.94807054474441, 40.838520355636078 ], [ -111.94813061414884, 40.838573911795677 ], [ -111.94816657882485, 40.838600641122127 ], [ -111.94822639165224, 40.838636182717977 ], [ -111.94830941081817, 40.838635500268147 ], [ -111.94839307191178, 40.838679854034652 ], [ -111.94850199372402, 40.838832099764403 ], [ -111.94857379527039, 40.838876550910932 ], [ -111.94862251914388, 40.838966233344195 ], [ -111.94865034854865, 40.83925427040468 ], [ -111.9486646486292, 40.839425310686025 ], [ -111.94867971936728, 40.839650394477481 ], [ -111.94877909536301, 40.839964867975603 ], [ -111.94893738778133, 40.840251831797666 ], [ -111.94897373911299, 40.840305582604685 ], [ -111.94905817366516, 40.840403979353241 ], [ -111.94915485417215, 40.840529300199506 ], [ -111.94939501466789, 40.840734514940166 ], [ -111.94944348397421, 40.840806182472498 ], [ -111.94975467957889, 40.841001803453537 ], [ -111.9498266129078, 40.841055261016315 ], [ -111.95038777861245, 40.841311879888721 ], [ -111.95063903390148, 40.84146295075027 ], [ -111.95073507535629, 40.841543233976054 ], [ -111.95080662387664, 40.841569669174298 ], [ -111.95089067654072, 40.841641042780097 ], [ -111.95096261146993, 40.841694499610824 ], [ -111.95110725428226, 40.841855456591333 ], [ -111.95114425212188, 40.841954242885123 ], [ -111.95114553985981, 40.842044315313011 ], [ -111.95108688129766, 40.842089840488619 ], [ -111.95102835141388, 40.842144372877797 ], [ -111.95080454670779, 40.842254317464274 ], [ -111.95071004871748, 40.842282121241269 ], [ -111.95053342779941, 40.842373659808239 ], [ -111.95043905820305, 40.842410470609664 ], [ -111.95035629171612, 40.842429169132096 ], [ -111.95016780934758, 40.842520804861131 ], [ -111.94994374470468, 40.842612733310624 ], [ -111.94976789338446, 40.84275831419184 ], [ -111.94972147961899, 40.842830762764585 ], [ -111.94969942993809, 40.842948052250357 ], [ -111.94960570190813, 40.843029898606119 ], [ -111.94957526258696, 40.843390481317556 ], [ -111.9495784767952, 40.843615662430857 ], [ -111.94962810564229, 40.843768395021726 ], [ -111.94971190270556, 40.843821754955329 ], [ -111.94976063185389, 40.843911436774768 ], [ -111.94982147917489, 40.844019035394581 ], [ -111.94986982278759, 40.844081695432941 ], [ -111.94994163096499, 40.84412614561522 ], [ -111.95008460440563, 40.844170009630879 ], [ -111.95034747347316, 40.844302968767295 ], [ -111.95063355053611, 40.844399702836213 ], [ -111.95150094208758, 40.84450065089063 ], [ -111.9519413426256, 40.844605116939356 ], [ -111.95254779780322, 40.84470821018278 ], [ -111.9528811945524, 40.844795539592035 ], [ -111.95294075742582, 40.84481306414834 ], [ -111.95301231033835, 40.844839497914855 ], [ -111.95320286024878, 40.844891973272496 ], [ -111.95327467149866, 40.844936421339213 ], [ -111.95348997671715, 40.845060758030826 ], [ -111.95353806630804, 40.845105402010411 ], [ -111.95358628508231, 40.845159053200348 ], [ -111.95363540781433, 40.845275754987057 ], [ -111.95364856013775, 40.845365729239113 ], [ -111.95363811947003, 40.845464906837698 ], [ -111.95368646772427, 40.845527565209331 ], [ -111.95372489206216, 40.845725430081437 ], [ -111.95376357493208, 40.845941309391044 ], [ -111.95382727203086, 40.846247064813198 ], [ -111.95388941975072, 40.846444733435035 ], [ -111.95393776896965, 40.846507391680241 ], [ -111.95405806106676, 40.846623504671783 ], [ -111.95428652675766, 40.846837813931991 ], [ -111.95443054275023, 40.84695373025685 ], [ -111.95469407781012, 40.847131715334164 ], [ -111.95486259374238, 40.847301478105273 ], [ -111.95497219132531, 40.847498753300258 ], [ -111.95502235287968, 40.847687512193879 ], [ -111.95502545668725, 40.847903685558933 ], [ -111.95490903986472, 40.848057790355824 ], [ -111.95489808349396, 40.848120939113187 ], [ -111.95485115451163, 40.848157360769548 ], [ -111.95449828070772, 40.848367472026744 ], [ -111.954178663709, 40.848415157822409 ], [ -111.95404870284746, 40.848452265965477 ], [ -111.95396670505149, 40.848525010482163 ], [ -111.95393189526371, 40.848579348122314 ], [ -111.95394453199448, 40.848633293377738 ], [ -111.95396915958625, 40.848696147757906 ], [ -111.95401725217042, 40.84874079147712 ], [ -111.95410144664977, 40.848821169741029 ], [ -111.95449637193276, 40.849061126388278 ], [ -111.95482966375657, 40.849139442607253 ], [ -111.95498451288246, 40.849183202167296 ], [ -111.95507966546333, 40.849200430938346 ], [ -111.95524585919037, 40.849208063045538 ], [ -111.95530529726736, 40.849216579096051 ], [ -111.95541205295093, 40.849215694912829 ], [ -111.95551867923102, 40.84920580341079 ], [ -111.95566076127359, 40.849186609775479 ], [ -111.95614502068099, 40.849038464036987 ], [ -111.95643949100871, 40.848891890090897 ], [ -111.95687500407111, 40.848654062546601 ], [ -111.95718224002466, 40.848570438852995 ], [ -111.95757159871327, 40.848423074586201 ], [ -111.95813939813699, 40.848310260117103 ], [ -111.9584947260638, 40.848271274912236 ], [ -111.95882620060088, 40.848223478601092 ], [ -111.95905027138522, 40.848131532911353 ], [ -111.9591557263487, 40.848040573159622 ], [ -111.9591905315647, 40.847986233988664 ], [ -111.95933053131692, 40.847822920474336 ], [ -111.95950520521852, 40.84759626031672 ], [ -111.95961143838859, 40.847559343428422 ], [ -111.95971624188702, 40.84742334711472 ], [ -111.95982247466189, 40.847386430035336 ], [ -111.95986940034696, 40.84735000638797 ], [ -111.96010584815173, 40.847293988824582 ], [ -111.960272167581, 40.847310620949401 ], [ -111.96096051823891, 40.847331913370098 ], [ -111.96111484641541, 40.847339635882136 ], [ -111.96144761622267, 40.847381904179905 ], [ -111.96178077715041, 40.847451193131469 ], [ -111.9621503047395, 40.847574227536036 ], [ -111.96232952926293, 40.847662815379437 ], [ -111.96243771584896, 40.847761003969019 ], [ -111.96248633470404, 40.84784167292365 ], [ -111.96258200857828, 40.847894924323626 ], [ -111.96263114913314, 40.848011622025233 ], [ -111.96267989877367, 40.848101298093063 ], [ -111.96274272641405, 40.848343997580159 ], [ -111.96276723179508, 40.848397842790845 ], [ -111.96276827480939, 40.848469900407835 ], [ -111.96275771698268, 40.848560071430455 ], [ -111.96273673162443, 40.84874942067129 ], [ -111.96271600690136, 40.848956784306402 ], [ -111.96268211666936, 40.849074174915366 ], [ -111.96265995766879, 40.849182459319451 ], [ -111.96266204352639, 40.849326574537372 ], [ -111.96272291670986, 40.849434165962478 ], [ -111.96274833514735, 40.849551061566316 ], [ -111.96278457239839, 40.849595800553075 ], [ -111.96280933907012, 40.84966766013796 ], [ -111.96296654185119, 40.849873538499054 ], [ -111.96311149245156, 40.850052494073871 ], [ -111.96314799109633, 40.850115247333889 ], [ -111.96324497329068, 40.850258570102412 ], [ -111.96325748744948, 40.850303507035939 ], [ -111.96330610921078, 40.850384175577865 ], [ -111.96333205091734, 40.850537099808022 ], [ -111.96334652216893, 40.850717144685539 ], [ -111.96338563084038, 40.850960041790941 ], [ -111.96339997187636, 40.851131079449793 ], [ -111.96340088520131, 40.851194129823007 ], [ -111.96343803716778, 40.851301918948522 ], [ -111.96359394081327, 40.851417724378045 ], [ -111.96383170507229, 40.851451771038036 ], [ -111.96418756840157, 40.851448796941966 ], [ -111.96442494120659, 40.85145582079447 ], [ -111.96478145781242, 40.851497880828227 ], [ -111.96491259450012, 40.851541825336525 ], [ -111.9651392819715, 40.851630011663644 ], [ -111.96520016131821, 40.85173760167018 ], [ -111.96536662375703, 40.851763233487425 ], [ -111.96547573687516, 40.851924469360682 ], [ -111.9655248855989, 40.852041165658321 ], [ -111.96552567020035, 40.852095208793038 ], [ -111.96553831703424, 40.85214915263272 ], [ -111.96563543817534, 40.852301480438705 ], [ -111.96558982002294, 40.852427978289356 ], [ -111.96559073546554, 40.852491028607687 ], [ -111.96558044249208, 40.852599214166993 ], [ -111.96547629695539, 40.852780251586232 ], [ -111.96533460255668, 40.852826478920697 ], [ -111.96525300416297, 40.852926252893752 ], [ -111.96520803851742, 40.853097786534512 ], [ -111.96521013018399, 40.853241901546234 ], [ -111.96525875651572, 40.853322569173663 ], [ -111.96541545264033, 40.853492415136536 ], [ -111.96545156310503, 40.853528146023827 ], [ -111.96558414285192, 40.853671168756847 ], [ -111.96625878193639, 40.854377173430585 ], [ -111.96635564628831, 40.854511486150429 ], [ -111.96640584573395, 40.85470023944422 ], [ -111.96645565275699, 40.854861971160112 ], [ -111.96645630728665, 40.85490700707129 ], [ -111.96646908636082, 40.854969957950495 ], [ -111.96647065726229, 40.855078044134252 ], [ -111.96644981170085, 40.855276400924957 ], [ -111.96632416400587, 40.855610759920324 ], [ -111.96626825276866, 40.855845443535948 ], [ -111.96618002422402, 40.856305604753764 ], [ -111.9661718257358, 40.856557905178512 ], [ -111.96613924672569, 40.856765368426913 ], [ -111.96614317290341, 40.857035583824327 ], [ -111.9662288323066, 40.857215031811911 ], [ -111.96642112973386, 40.857384578029126 ], [ -111.96673428630152, 40.857706251696968 ], [ -111.96684328177228, 40.8578584787886 ], [ -111.9668809671427, 40.858002295282525 ], [ -111.96682335340668, 40.858119885783097 ], [ -111.96687198536519, 40.858200552600792 ], [ -111.96680198424768, 40.858282213829135 ], [ -111.96650788888132, 40.858455835735548 ], [ -111.96637922477773, 40.85858302961713 ], [ -111.96633242580882, 40.858628463068563 ], [ -111.96603976722409, 40.858901162746747 ], [ -111.9658876361534, 40.859046569162423 ], [ -111.96581789462286, 40.859146244159611 ], [ -111.96570239961645, 40.859363409733788 ], [ -111.96556396159642, 40.859634816883236 ], [ -111.9654128741237, 40.859852280101819 ], [ -111.96526191644065, 40.860078750302741 ], [ -111.96520377505436, 40.860160311295949 ], [ -111.96517001465968, 40.860286709602406 ], [ -111.96518344744604, 40.860394696453227 ], [ -111.96524420439779, 40.860493279007201 ], [ -111.96538840005364, 40.860618188008708 ], [ -111.96542451444883, 40.860653918817526 ], [ -111.96564224822546, 40.860940360818915 ], [ -111.9658353402402, 40.861163950846155 ], [ -111.96594525555776, 40.861379228870796 ], [ -111.96595855898798, 40.861478208421268 ], [ -111.96598438073606, 40.861622124473882 ], [ -111.96591869354121, 40.862001021869183 ], [ -111.96583813188472, 40.862172853595304 ], [ -111.96576917217311, 40.862326571581463 ], [ -111.96572367861063, 40.862462076514298 ], [ -111.96558484199932, 40.862706462099752 ], [ -111.96544495793293, 40.86287879014057 ], [ -111.9653514834993, 40.86297866345442 ], [ -111.96512854890304, 40.863151686171072 ], [ -111.96505801750827, 40.86319731766288 ], [ -111.96496375759368, 40.863243147630861 ], [ -111.96464486155485, 40.863344906066345 ], [ -111.96450340554546, 40.863409146902868 ], [ -111.96413783472779, 40.863565343832434 ], [ -111.96399690020395, 40.863665612755561 ], [ -111.96392728170936, 40.863774293791622 ], [ -111.96390446729883, 40.863837542319438 ], [ -111.96389338657821, 40.86389168451894 ], [ -111.96393080804793, 40.864017487511944 ], [ -111.96408739592735, 40.864178327548935 ], [ -111.96424346196912, 40.864303138667097 ], [ -111.9644475090078, 40.864463581435921 ], [ -111.96473526183213, 40.864668365055131 ], [ -111.96500020270727, 40.864936396654507 ], [ -111.96510750640479, 40.864971531898739 ], [ -111.96524102424075, 40.865177604684497 ], [ -111.96525406591232, 40.865258569916648 ], [ -111.96536594849587, 40.865608955815844 ], [ -111.96538095256837, 40.865825028546141 ], [ -111.96543155087957, 40.866040803335693 ], [ -111.96537837549404, 40.866464636742066 ], [ -111.96533379411984, 40.866663191633045 ], [ -111.96530003091105, 40.866789589870912 ], [ -111.96528986650657, 40.866906782335704 ], [ -111.96528114090162, 40.867123053626571 ], [ -111.96540358370952, 40.867383268385659 ], [ -111.96544140260256, 40.867536092254603 ], [ -111.96549095584498, 40.867679809619922 ], [ -111.96541038647987, 40.867851640969604 ], [ -111.96521286644663, 40.868141558396864 ], [ -111.96495562672611, 40.86840495034879 ], [ -111.96476879161372, 40.868613703275763 ], [ -111.9646630508868, 40.868686653787798 ], [ -111.96457009012595, 40.868822555134997 ], [ -111.96451259398069, 40.868949151579457 ], [ -111.96450190510421, 40.869030315289784 ], [ -111.9645033428779, 40.869129394106821 ], [ -111.96451586168538, 40.869174330709015 ], [ -111.96457571091089, 40.869209863234225 ], [ -111.96456515279205, 40.869300034111056 ], [ -111.96479490803868, 40.869595384944979 ], [ -111.96484380773107, 40.86969406671939 ], [ -111.96489218452021, 40.869756719817495 ], [ -111.96497654987988, 40.8698460965702 ], [ -111.9650017192174, 40.869944976811233 ], [ -111.96495543453646, 40.870026438365642 ], [ -111.96492049210845, 40.870071771984954 ], [ -111.96486142647568, 40.870090282630848 ], [ -111.96479049537211, 40.870108892501278 ], [ -111.96474303362183, 40.870109289506985 ], [ -111.96461225235115, 40.870092366845412 ], [ -111.96423125165209, 40.870005470112716 ], [ -111.96414780171551, 40.869979142961675 ], [ -111.96391062400365, 40.869990133632896 ], [ -111.96380527200913, 40.870090104872396 ], [ -111.96377176549629, 40.87023451697123 ], [ -111.96384426450498, 40.870323993703877 ], [ -111.96390515947925, 40.870431583880681 ], [ -111.96395353594153, 40.870494237368518 ], [ -111.9641937208882, 40.870690411353813 ], [ -111.96462414868178, 40.870912018646585 ], [ -111.96469664958454, 40.871001494811843 ], [ -111.96488754527326, 40.871071964008692 ], [ -111.96492588834306, 40.871260816582655 ], [ -111.96496213916598, 40.871305554569496 ], [ -111.96496527788419, 40.871521726416844 ], [ -111.96501509481672, 40.871683458186254 ], [ -111.96509998603673, 40.871808863427646 ], [ -111.96525567968553, 40.871906651313736 ], [ -111.96559027646309, 40.872065999126761 ], [ -111.96599515323713, 40.872161699581731 ], [ -111.9661143349886, 40.87219673432628 ], [ -111.96685106313323, 40.872262626772688 ], [ -111.9669221269713, 40.872253022776256 ], [ -111.96737329003413, 40.872267256058876 ], [ -111.96763446906746, 40.87227407339082 ], [ -111.96789459869473, 40.872208832920968 ], [ -111.96821300695655, 40.872071036629563 ], [ -111.96840141562534, 40.871970364063614 ], [ -111.96851941687207, 40.871924331962333 ], [ -111.96860182073377, 40.871878598695638 ], [ -111.96868448705372, 40.871850879670468 ], [ -111.9689198319695, 40.871713779030308 ], [ -111.96910836988515, 40.871622112475883 ], [ -111.9692506268286, 40.871611908826857 ], [ -111.96942940049047, 40.87166445584311 ], [ -111.96953606037741, 40.871654551038525 ], [ -111.96967923725492, 40.871707396893434 ], [ -111.96977521436577, 40.871778655950763 ], [ -111.96989505459338, 40.87185872250916 ], [ -111.97018351385366, 40.872108527453832 ], [ -111.97037888998851, 40.872485230365605 ], [ -111.97038020517878, 40.872575301807039 ], [ -111.97040459450844, 40.872620137856892 ], [ -111.97041777562193, 40.872710109458225 ], [ -111.97037241639843, 40.872854623100466 ], [ -111.97036291782318, 40.873016851517427 ], [ -111.97022486609789, 40.873315285161837 ], [ -111.96993768169152, 40.873966294601196 ], [ -111.96984722225915, 40.874273335755134 ], [ -111.96985064010808, 40.874507521463919 ], [ -111.96992459813929, 40.874696072727453 ], [ -111.97002097433116, 40.874794352917199 ], [ -111.97010469558066, 40.87483868998499 ], [ -111.97035467625413, 40.874890636550084 ], [ -111.97061639202639, 40.874933475566515 ], [ -111.9707114538266, 40.874941683764632 ], [ -111.97085384917634, 40.874940485205748 ], [ -111.97094930583455, 40.874975714624135 ], [ -111.97116289895025, 40.874973916278222 ], [ -111.97132968521164, 40.875017552980076 ], [ -111.97138941166762, 40.875044074695722 ], [ -111.9715215211404, 40.875151060898908 ], [ -111.97158203795807, 40.875231625332859 ], [ -111.97163095198447, 40.875330303973648 ], [ -111.97175290839874, 40.87555448263106 ], [ -111.971778090119, 40.875653361158292 ], [ -111.97183979330156, 40.875814989658458 ], [ -111.97187670996847, 40.875904761031059 ], [ -111.97188976207089, 40.875985725248931 ], [ -111.9718814525599, 40.876229017876618 ], [ -111.9718942412559, 40.876291967820286 ], [ -111.97186298905731, 40.876589503229738 ], [ -111.97185230812558, 40.876670667427582 ], [ -111.97184136369629, 40.876733817356318 ], [ -111.97178400665346, 40.876869424308659 ], [ -111.97171636339009, 40.87711321681428 ], [ -111.97163514069111, 40.877240016515721 ], [ -111.97101212943633, 40.877650634392232 ], [ -111.9706718092071, 40.877914738156839 ], [ -111.97048325581247, 40.878006407345261 ], [ -111.97034322159175, 40.878169733959744 ], [ -111.97030827869756, 40.878215069155004 ], [ -111.97012222265693, 40.878477873336969 ], [ -111.97000605195105, 40.878650007044278 ], [ -111.96986627817745, 40.8788313473611 ], [ -111.96970342691451, 40.879057922746554 ], [ -111.96963353928749, 40.87914859274553 ], [ -111.96908353970787, 40.879684701663422 ], [ -111.96886121650456, 40.879902767303392 ], [ -111.96868557274665, 40.880066391013663 ], [ -111.96845085455391, 40.880248527003886 ], [ -111.9683340200869, 40.880375623372494 ], [ -111.96824105100394, 40.880511527505782 ], [ -111.96819686338245, 40.880737104446304 ], [ -111.96827108656531, 40.88094367081699 ], [ -111.9683318674501, 40.881042251134147 ], [ -111.96868337580082, 40.88154376062004 ], [ -111.96871026276645, 40.881759732486834 ], [ -111.96867689288352, 40.881913152802056 ], [ -111.96866620732477, 40.881994316684171 ], [ -111.96860818282157, 40.882084886389762 ], [ -111.9685038696315, 40.882256918921108 ], [ -111.96848118489862, 40.882329175310062 ], [ -111.96843529008335, 40.882437659538461 ], [ -111.96841286781503, 40.882527930180693 ], [ -111.96830920987, 40.882744998204295 ], [ -111.96831026015722, 40.882817055273115 ], [ -111.96834665098703, 40.882870799144335 ], [ -111.96844224913779, 40.882915037609898 ], [ -111.968563027386, 40.883058155120423 ], [ -111.96890903088196, 40.883181364083555 ], [ -111.96926782335187, 40.883367522162757 ], [ -111.96940020914393, 40.883492524754942 ], [ -111.96952164778185, 40.883680676857963 ], [ -111.96957122253949, 40.883824391837344 ], [ -111.96954893284705, 40.883923669795372 ], [ -111.96944356775059, 40.884023646099891 ], [ -111.96945675012927, 40.884113617624344 ], [ -111.96941032997191, 40.88418607368996 ], [ -111.9689901790772, 40.884676049134058 ], [ -111.96873184092807, 40.88486739228312 ], [ -111.96857939480569, 40.884994787946376 ], [ -111.96852071101661, 40.885040321945169 ], [ -111.96848615730684, 40.885112677977951 ], [ -111.96847547107632, 40.885193841806277 ], [ -111.9685482557401, 40.88530132935572 ], [ -111.96863185806515, 40.88533666014613 ], [ -111.96876319579415, 40.885389606369493 ], [ -111.96906134498447, 40.885486192065471 ], [ -111.96955017478101, 40.885635223502774 ], [ -111.96968177678737, 40.885706182913431 ], [ -111.96977856341337, 40.885831484319532 ], [ -111.96979174665172, 40.885921455768653 ], [ -111.96980466692112, 40.88599341296532 ], [ -111.96976008684302, 40.886191968901095 ], [ -111.96974900753213, 40.886246111443931 ], [ -111.96961473964075, 40.886805750614094 ], [ -111.96955684383929, 40.8869053278788 ], [ -111.96939384080254, 40.887122895624429 ], [ -111.96910330575383, 40.887548724120748 ], [ -111.96865808096005, 40.887948826560923 ], [ -111.96844746653251, 40.888157784608204 ], [ -111.96818885085894, 40.88833111234662 ], [ -111.96793207149153, 40.888630539272725 ], [ -111.96769797755098, 40.888857709453859 ], [ -111.96763955223409, 40.888921257270653 ], [ -111.96742788197689, 40.889058156485035 ], [ -111.96696958792204, 40.889377287956371 ], [ -111.96684060374417, 40.889486468087398 ], [ -111.96672217703376, 40.889505477313833 ], [ -111.96655797869406, 40.88964197698445 ], [ -111.96649942052734, 40.889696517107517 ], [ -111.96638361447938, 40.889895668542692 ], [ -111.96637358030337, 40.890021867784306 ], [ -111.96630852565488, 40.890445799481235 ], [ -111.96626084329822, 40.891247930970614 ], [ -111.96619277296813, 40.891464698650658 ], [ -111.96615014422461, 40.89179836004616 ], [ -111.96612968141756, 40.89202373704493 ], [ -111.96604856131992, 40.892159539936692 ], [ -111.96602822910123, 40.892393924033215 ], [ -111.9658983205663, 40.892440053264039 ], [ -111.96587549872551, 40.892503301960247 ], [ -111.96565128918168, 40.892595261782823 ], [ -111.96542655524824, 40.89265119267187 ], [ -111.96530825340324, 40.892679207629669 ], [ -111.9650597799295, 40.892735336511194 ], [ -111.96488265382531, 40.892799876160431 ], [ -111.96473005145977, 40.892918259721426 ], [ -111.96455554102427, 40.893162941420421 ], [ -111.96452071727649, 40.893217282005423 ], [ -111.96411430528839, 40.89384224760235 ], [ -111.96413922159014, 40.89392311328281 ], [ -111.96402300902257, 40.894095240983383 ], [ -111.96387040217029, 40.894213623430907 ], [ -111.96366966215209, 40.89428736679718 ], [ -111.9634807914568, 40.894361010651494 ], [ -111.96333887682648, 40.894398229084487 ], [ -111.96320896247032, 40.894444355334521 ], [ -111.96306730876199, 40.894499587694511 ], [ -111.96289161265145, 40.894663202761997 ], [ -111.96282235262215, 40.894798904324801 ], [ -111.96271682975961, 40.894889867473616 ], [ -111.96257974447653, 40.895260348773171 ], [ -111.96248752661008, 40.895450291060698 ], [ -111.96245583321975, 40.895720802129254 ], [ -111.9624970572692, 40.896107811454634 ], [ -111.96255928020871, 40.896305472904785 ], [ -111.96258419560571, 40.896386338897912 ], [ -111.96258537075819, 40.896467403044738 ], [ -111.96259854665841, 40.896557375237457 ], [ -111.96243458367803, 40.896711883415726 ], [ -111.96229292450604, 40.89676711486419 ], [ -111.96222274745645, 40.896839766162806 ], [ -111.9621165680163, 40.896885693136916 ], [ -111.96183272626162, 40.896960126577284 ], [ -111.96167841308119, 40.896961413509523 ], [ -111.96118103619979, 40.897046634051854 ], [ -111.96076753192941, 40.897185203024833 ], [ -111.96045081244604, 40.89744907952376 ], [ -111.96039237272221, 40.897512623736802 ], [ -111.9601119125965, 40.897821238407587 ], [ -111.96005373269612, 40.897902796715726 ], [ -111.95994963358704, 40.898092835830248 ], [ -111.95991467331704, 40.898138167917388 ], [ -111.9598237460157, 40.898418179426081 ], [ -111.95982621996187, 40.898589314923925 ], [ -111.95980391113569, 40.898688590964774 ], [ -111.95979399364307, 40.898823796728792 ], [ -111.95976489196929, 40.899274449651919 ], [ -111.95976944911301, 40.899589699207638 ], [ -111.95988123399273, 40.899931080913618 ], [ -111.95989440701257, 40.900021053395029 ], [ -111.95996732484417, 40.900137553189516 ], [ -111.95860244039328, 40.900166923331618 ], [ -111.95866588082313, 40.921822100602924 ], [ -112.00075529238342, 40.921851839130198 ], [ -112.00443694790501, 40.921855859718015 ], [ -112.0065391514411, 40.921864552768916 ], [ -112.01359584481831, 40.918127407449489 ], [ -112.0271171133339, 40.91090932532606 ], [ -112.03166279233673, 40.908481581227768 ], [ -112.04108257282709, 40.903433419119537 ], [ -112.05450372468211, 40.896267077986401 ], [ -112.06375558279082, 40.891326697151136 ], [ -112.07515966552346, 40.885239505817836 ], [ -112.07572435732216, 40.884927961515992 ], [ -112.08413814166676, 40.880462185583021 ], [ -112.09342086928918, 40.875501118415229 ], [ -112.09440885420614, 40.874960263842318 ], [ -112.09737345557976, 40.873382684176498 ], [ -112.09793809006739, 40.873080039854578 ], [ -112.1031021738917, 40.870328304163024 ], [ -112.1103001709094, 40.866466782996191 ], [ -112.11153507150881, 40.865806297871814 ], [ -112.12576385298537, 40.858182476596504 ], [ -112.12702216931163, 40.857521597156399 ], [ -112.1292558660144, 40.8563106660676 ], [ -112.13367618046308, 40.853925169736179 ], [ -112.13788513514075, 40.851685720745394 ], [ -112.13833186344212, 40.851447099321319 ], [ -112.14630172298651, 40.847179350702959 ], [ -112.14765342078309, 40.846454260731299 ], [ -112.14826472574487, 40.846132889324508 ], [ -112.14842890611568, 40.846023156222515 ], [ -112.14856936510823, 40.845913659096084 ], [ -112.14865161037058, 40.845867799028234 ], [ -112.14881578944608, 40.845758065387834 ], [ -112.14931971688358, 40.845401724924059 ], [ -112.16528441157449, 40.834449703489632 ], [ -112.1654836365358, 40.834312567389162 ], [ -112.18707695596208, 40.819435990867184 ], [ -112.21703299431104, 40.798864321714412 ], [ -112.22620971276518, 40.792515425503822 ], [ -112.22734495336319, 40.791728644363673 ], [ -112.23846224933899, 40.784042907347747 ], [ -112.24024084535333, 40.782816695105026 ], [ -112.25015041724782, 40.775971567345756 ], [ -112.25073536048158, 40.775568864279755 ], [ -112.25333299170259, 40.773811089384736 ], [ -112.25867895707005, 40.770140579624723 ], [ -112.26015272083536, 40.76912457543375 ], [ -112.26090608925823, 40.770116263904946 ], [ -112.27235650914707, 40.785250556900827 ], [ -112.29067609972164, 40.809576456167242 ], [ -112.30136242747815, 40.823743382467221 ], [ -112.31689826467486, 40.844186724922359 ], [ -112.3326781901786, 40.865075452232063 ], [ -112.34016363718381, 40.874987685362171 ], [ -112.34376063129727, 40.879738122917516 ], [ -112.35365373566067, 40.892882274106405 ], [ -112.36022983675298, 40.901560698212407 ], [ -112.36539248261174, 40.908399823873779 ], [ -112.37577813023823, 40.921968529627335 ], [ -112.3849647669735, 40.934226491599638 ], [ -112.39547171936123, 40.948089137422286 ], [ -112.40941586272365, 40.966349699712957 ], [ -112.41244852182616, 40.970357126134125 ], [ -112.42627142335016, 40.988617029718725 ], [ -112.43494642090393, 40.999985352279012 ], [ -112.43843535714869, 41.004598910667639 ], [ -112.44787521091254, 41.017028592710894 ], [ -112.45691471491753, 41.028940072202353 ], [ -112.46811388310341, 41.043660753957866 ], [ -112.47703717917382, 41.055364875159761 ], [ -112.48916610693705, 41.071323556997868 ], [ -112.48941140867868, 41.071644663423911 ], [ -112.49351751443153, 41.076888033978044 ], [ -112.48897202493002, 41.07801878687745 ], [ -112.48667572332094, 41.078597911736111 ], [ -112.48435557888887, 41.079177298113855 ], [ -112.46658631250685, 41.083620477882064 ], [ -112.44803238110819, 41.088223918417704 ], [ -112.42138806388361, 41.094888163078878 ], [ -112.40287543217991, 41.099492841865732 ], [ -112.38466722757147, 41.103973791605291 ], [ -112.37574605648788, 41.106179477462881 ], [ -112.30037483118682, 41.124953329409344 ], [ -112.25077729391055, 41.137194611706576 ], [ -112.18965351855179, 41.152299572758842 ], [ -112.18668736268083, 41.153032775441879 ], [ -112.17511422247922, 41.152971280179017 ], [ -112.16780810453668, 41.152937497975557 ], [ -112.1676411277096, 41.152930183137556 ], [ -112.16274257816254, 41.152907677722439 ], [ -112.15606185004954, 41.152884219870586 ], [ -112.13643801555874, 41.152773884509472 ], [ -112.12578266577918, 41.152716386567569 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 6, \"properties\": { \"NAME\": \"DUCHESNE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 4448, \"Color4\": \"2\", \"Shape_Leng\": 394299.926205, \"Shape_Area\": 8405389721.6899996 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -110.25172537958234, 40.832341252604216 ], [ -110.25069994960924, 40.832298563297904 ], [ -110.25020743090322, 40.832326892629474 ], [ -110.24968424787122, 40.832445104303645 ], [ -110.24907662429291, 40.83268888141405 ], [ -110.24882640712366, 40.832790848878254 ], [ -110.24863017712165, 40.832838216271114 ], [ -110.24844055810836, 40.832825270204729 ], [ -110.24828675152379, 40.832791837898398 ], [ -110.24799731474111, 40.832690859285307 ], [ -110.24777856201516, 40.832527282149897 ], [ -110.24720408856435, 40.832041586145465 ], [ -110.24643884303958, 40.831541128699996 ], [ -110.24625026872998, 40.831436300300332 ], [ -110.24607897360654, 40.831376626458905 ], [ -110.24583637064148, 40.831329998809665 ], [ -110.24564079631867, 40.831319711733236 ], [ -110.24543975202315, 40.831268850799333 ], [ -110.24521555156332, 40.831168291877269 ], [ -110.24493384445707, 40.830909709341974 ], [ -110.24435689041479, 40.830541091929078 ], [ -110.24398665616127, 40.830245893615206 ], [ -110.24367500332686, 40.830014136908353 ], [ -110.24347596946836, 40.829891218612246 ], [ -110.24325053954692, 40.829795151996969 ], [ -110.24294369383234, 40.829662517134246 ], [ -110.24268990670173, 40.829557254940937 ], [ -110.24233087764975, 40.829320679387337 ], [ -110.24204760994611, 40.829200808734576 ], [ -110.2417695851623, 40.829141328063464 ], [ -110.24155664039677, 40.829094886343633 ], [ -110.24124985267392, 40.828957743159876 ], [ -110.24109078667898, 40.828866612971417 ], [ -110.24086670368722, 40.828757037970064 ], [ -110.2405773986701, 40.828647033209677 ], [ -110.2401931224821, 40.828545410664475 ], [ -110.23974450214784, 40.828470388004511 ], [ -110.23927608347735, 40.828363703682506 ], [ -110.23890970188376, 40.828253186470008 ], [ -110.23851300523805, 40.828201022542565 ], [ -110.23820478475247, 40.828189979282804 ], [ -110.23784835647204, 40.828246179661519 ], [ -110.23701020821606, 40.828425311465558 ], [ -110.23619618631693, 40.828568563341157 ], [ -110.23543635279573, 40.82864010148203 ], [ -110.23451559681507, 40.828782634065618 ], [ -110.2338204118083, 40.828904136633582 ], [ -110.23333238900382, 40.829058541264338 ], [ -110.23289179901886, 40.82921325923153 ], [ -110.23257608780611, 40.829337276931682 ], [ -110.23207562861241, 40.829541139620012 ], [ -110.23157386646817, 40.829857596276781 ], [ -110.23122720203284, 40.830094008905959 ], [ -110.23088719322996, 40.83026740615081 ], [ -110.23058910559583, 40.830405048440404 ], [ -110.230307619328, 40.830542800716884 ], [ -110.22983767542181, 40.830772981522081 ], [ -110.22962331618157, 40.830849022378118 ], [ -110.2293866045725, 40.830806903690778 ], [ -110.229153075141, 40.830490050050969 ], [ -110.22898409376131, 40.830232181843918 ], [ -110.22863926596679, 40.829797474232592 ], [ -110.22828101731641, 40.829497801584296 ], [ -110.22790529722749, 40.829170985727323 ], [ -110.22768805307042, 40.828984859660721 ], [ -110.22765493316028, 40.828772940843784 ], [ -110.22770435358304, 40.828602112337855 ], [ -110.22780708524593, 40.828436144848652 ], [ -110.22787481532629, 40.828220396872744 ], [ -110.22795553710826, 40.828009239985654 ], [ -110.22796861268952, 40.827802134555533 ], [ -110.22788244279097, 40.827562835568656 ], [ -110.22758775829897, 40.827407720318611 ], [ -110.22705060557853, 40.827196929699419 ], [ -110.22670292828916, 40.827009927761495 ], [ -110.22650873079286, 40.826882508440612 ], [ -110.22613812546201, 40.826627788147178 ], [ -110.22578426269179, 40.826463262918189 ], [ -110.2254650330953, 40.826380044635506 ], [ -110.22442481408632, 40.8260892919375 ], [ -110.22312482922547, 40.825702192803703 ], [ -110.22247379045345, 40.825598714597433 ], [ -110.22185171453734, 40.825553982613719 ], [ -110.22131201382098, 40.825563853652348 ], [ -110.22096135711872, 40.825633553415727 ], [ -110.2206402395027, 40.825712460055499 ], [ -110.22018196136845, 40.825858001663981 ], [ -110.21977164175608, 40.82595882385538 ], [ -110.21943913833961, 40.825997112387903 ], [ -110.21916634798559, 40.825999770578022 ], [ -110.21880990574213, 40.826056812883152 ], [ -110.2185597317698, 40.826153310017695 ], [ -110.21838620171788, 40.826287260290286 ], [ -110.21824226364016, 40.826425915019563 ], [ -110.21797974245241, 40.82656376579741 ], [ -110.21772378445202, 40.826647610153515 ], [ -110.21739027044792, 40.826771465587598 ], [ -110.21695490000256, 40.826984712610475 ], [ -110.21631179340285, 40.827214563764834 ], [ -110.21581199133074, 40.827359805844488 ], [ -110.21537264710263, 40.827406364717326 ], [ -110.21486871855187, 40.827398432087442 ], [ -110.21446516125668, 40.827427214277748 ], [ -110.21442252418937, 40.827422419757241 ], [ -110.21416912676671, 40.827389164629189 ], [ -110.21383702314601, 40.82729231393072 ], [ -110.21334202042421, 40.827131292915524 ], [ -110.21294657666617, 40.82697545322921 ], [ -110.21252100955398, 40.826859944304559 ], [ -110.21225591689702, 40.826813092568386 ], [ -110.21191746331341, 40.826752226528392 ], [ -110.21132006164024, 40.826626530833167 ], [ -110.21098957896935, 40.826493649483119 ], [ -110.21074189138763, 40.826379350416417 ], [ -110.2104887029049, 40.826228979630372 ], [ -110.2103482213479, 40.826074875600099 ], [ -110.21027301349635, 40.825916714046002 ], [ -110.21024481088182, 40.825794907773975 ], [ -110.21022488845537, 40.825474973676918 ], [ -110.21004920916795, 40.82528909895256 ], [ -110.20986669311614, 40.825179748422045 ], [ -110.20969567204557, 40.8251011048633 ], [ -110.20938933330906, 40.824933251601976 ], [ -110.20924773355523, 40.824873726612743 ], [ -110.20911907074904, 40.824823298525025 ], [ -110.20892362086741, 40.824704849446192 ], [ -110.20880109350502, 40.824537354037822 ], [ -110.2086558147501, 40.824288626947954 ], [ -110.20830409722834, 40.82394839930469 ], [ -110.20780346538946, 40.823665702646316 ], [ -110.20724269146078, 40.823454657666275 ], [ -110.20689466091487, 40.823303627208027 ], [ -110.20669474475945, 40.823162622665514 ], [ -110.20648937304935, 40.822981943339158 ], [ -110.20633075613202, 40.822858338154575 ], [ -110.20613127214445, 40.822681302045851 ], [ -110.20583698299562, 40.82249910881999 ], [ -110.20539906212736, 40.822428530536264 ], [ -110.20516784131173, 40.822426937764973 ], [ -110.20478861724368, 40.822406307686578 ], [ -110.20433285814629, 40.822340106595775 ], [ -110.20396047906168, 40.822242949694036 ], [ -110.20325787189014, 40.82199487305509 ], [ -110.20266133889943, 40.821801575629827 ], [ -110.20229440835161, 40.821744988763591 ], [ -110.20205138671633, 40.82173880395974 ], [ -110.20176637844999, 40.821772865899327 ], [ -110.20111826142987, 40.821926026570551 ], [ -110.20058397652592, 40.821980880141062 ], [ -110.20044157973852, 40.821988901738507 ], [ -110.19948057930505, 40.822028180314469 ], [ -110.19885699334097, 40.82211303472041 ], [ -110.19840554444247, 40.82218196597524 ], [ -110.19804318807793, 40.822238002221155 ], [ -110.19765679059562, 40.822320895294041 ], [ -110.19727060938339, 40.822385771799681 ], [ -110.19686615227562, 40.822491057524573 ], [ -110.19641420961878, 40.822600515272441 ], [ -110.19599147413115, 40.822746208339808 ], [ -110.19577813665536, 40.822834805234059 ], [ -110.19527012093725, 40.823069984984173 ], [ -110.19478867863624, 40.823264810219918 ], [ -110.19458504195902, 40.823335455829032 ], [ -110.19432292098274, 40.82343722200774 ], [ -110.19412574365917, 40.823561962216715 ], [ -110.19400693526805, 40.823678241237971 ], [ -110.19385001824686, 40.823807766424139 ], [ -110.19362890530736, 40.8239503552809 ], [ -110.19343152158368, 40.823994017392742 ], [ -110.1931657994481, 40.824001167719182 ], [ -110.19298809739941, 40.823986412224563 ], [ -110.19254963493357, 40.823960823312746 ], [ -110.19235963832624, 40.823982014332891 ], [ -110.19212150021141, 40.824061422418858 ], [ -110.19185355315608, 40.824154133776545 ], [ -110.19162710752961, 40.824247135315694 ], [ -110.19105938353634, 40.824514308187013 ], [ -110.19057803915749, 40.824699207212561 ], [ -110.19028626215834, 40.82480075609358 ], [ -110.19010740804723, 40.824880576074328 ], [ -110.18991609276311, 40.825009854369981 ], [ -110.18976512829906, 40.825234003734643 ], [ -110.18970463258482, 40.825332671030139 ], [ -110.18959028237936, 40.825471497703418 ], [ -110.18952418619023, 40.82554310041823 ], [ -110.18941620297532, 40.825645938123678 ], [ -110.18913369966859, 40.825959246126779 ], [ -110.18887672090828, 40.826124094632341 ], [ -110.18853666817824, 40.826293763285229 ], [ -110.18829163309513, 40.826354197295608 ], [ -110.18809694008259, 40.82637084403305 ], [ -110.18789008215983, 40.826315337784173 ], [ -110.1878092184031, 40.826139105145842 ], [ -110.18786494250396, 40.825945817301779 ], [ -110.18794987179902, 40.825788768515665 ], [ -110.18801827720326, 40.825528007001921 ], [ -110.18814251443327, 40.825064949802247 ], [ -110.18814657891373, 40.824731668334294 ], [ -110.18803793949746, 40.824402097871342 ], [ -110.18788587616248, 40.82422986829323 ], [ -110.18770378464276, 40.824088956422301 ], [ -110.18747387832418, 40.823979236849141 ], [ -110.18689648149542, 40.823677892221923 ], [ -110.18659087906713, 40.823455032585507 ], [ -110.18630350540822, 40.823196267177572 ], [ -110.18589750378342, 40.822941168189281 ], [ -110.18570433372656, 40.822737116293247 ], [ -110.18556463351509, 40.822524433167928 ], [ -110.1853778903441, 40.822279888361237 ], [ -110.18520926526969, 40.822008446055364 ], [ -110.18507555192055, 40.821791300409117 ], [ -110.18488227740471, 40.821596254757104 ], [ -110.18475300555149, 40.821500753297393 ], [ -110.18439345591774, 40.821327052684602 ], [ -110.18408093953687, 40.821186113777706 ], [ -110.18376290448977, 40.821011803955585 ], [ -110.18357506760525, 40.820857332306133 ], [ -110.18346995517207, 40.820725966829585 ], [ -110.18335293082248, 40.820599021129119 ], [ -110.18323003363382, 40.820467529538099 ], [ -110.18304622393076, 40.820371640037202 ], [ -110.18268155508012, 40.820229427180095 ], [ -110.18245117271526, 40.820160231939667 ], [ -110.18223198403732, 40.82014516589804 ], [ -110.18201275120065, 40.820133702481243 ], [ -110.18177565546277, 40.820128417831235 ], [ -110.18128292545747, 40.820178972532219 ], [ -110.1810326541783, 40.820280792636439 ], [ -110.18090045390193, 40.820423988270562 ], [ -110.1807460905917, 40.820440908982533 ], [ -110.18056795766763, 40.820462164853524 ], [ -110.18037281524131, 40.820420240916008 ], [ -110.17995444173641, 40.820210075014323 ], [ -110.17954216586537, 40.819986438380759 ], [ -110.1791482334054, 40.819717888860652 ], [ -110.17887907897043, 40.819427705179933 ], [ -110.17861629974752, 40.819101532707649 ], [ -110.17834161075757, 40.818779778997886 ], [ -110.17802431403909, 40.818547804931072 ], [ -110.17772408150252, 40.818374506125309 ], [ -110.17748224361458, 40.818273689965601 ], [ -110.17684493509473, 40.818030422330239 ], [ -110.17647905119573, 40.817892685396082 ], [ -110.17590041962582, 40.817699377499778 ], [ -110.17530915403196, 40.81756903510427 ], [ -110.17481805711323, 40.817488952306562 ], [ -110.1741965958408, 40.817403430172291 ], [ -110.17343940171983, 40.817267386198438 ], [ -110.17277633493696, 40.817190566719695 ], [ -110.17221969771801, 40.817137028077674 ], [ -110.17185887173365, 40.817070479050621 ], [ -110.17159315552706, 40.81698389257128 ], [ -110.17131017107573, 40.816855742866181 ], [ -110.17113345771301, 40.816763488716759 ], [ -110.17090806334976, 40.816771778404764 ], [ -110.17066829965727, 40.816981752224422 ], [ -110.17043345272064, 40.817272836363777 ], [ -110.17024602975167, 40.817564261092947 ], [ -110.17008964984663, 40.817743303995648 ], [ -110.16988684879804, 40.817936426093489 ], [ -110.1695188750391, 40.818252674665665 ], [ -110.16912384643958, 40.818646199295337 ], [ -110.16865637441317, 40.81904820891743 ], [ -110.16839959767248, 40.819194996628845 ], [ -110.1680955050702, 40.81933243420432 ], [ -110.16788615337727, 40.819479562723053 ], [ -110.16773026925924, 40.819618068200661 ], [ -110.16766404308397, 40.819698665860962 ], [ -110.16757421557092, 40.819770084811204 ], [ -110.16753113658685, 40.819801303308161 ], [ -110.1672823135327, 40.819880583034035 ], [ -110.16700367611033, 40.819878571528044 ], [ -110.16654605576065, 40.819870762279123 ], [ -110.1661144079295, 40.819872147327807 ], [ -110.16578777872314, 40.819914827893001 ], [ -110.16543078422424, 40.820014941509292 ], [ -110.16496101210882, 40.820125047842374 ], [ -110.16445556583471, 40.820243001437206 ], [ -110.16386717544985, 40.820355847513483 ], [ -110.16308951261725, 40.82043218503123 ], [ -110.16249661747301, 40.820431485854975 ], [ -110.16209268613994, 40.820491611505325 ], [ -110.16172985672657, 40.820583563717314 ], [ -110.16132615074609, 40.820625671559448 ], [ -110.16083397064735, 40.820631100966992 ], [ -110.16025828009407, 40.820676458147837 ], [ -110.15980686038031, 40.820740734302866 ], [ -110.15947321435844, 40.82086892543952 ], [ -110.15911602353538, 40.820983431431429 ], [ -110.15894979679638, 40.821000236486611 ], [ -110.15879543844693, 40.821016227003192 ], [ -110.15855885448997, 40.820970360667253 ], [ -110.15821613803941, 40.82087777677927 ], [ -110.15767270748162, 40.820716163768829 ], [ -110.15716570578877, 40.82048725151607 ], [ -110.15650948124447, 40.820243733556353 ], [ -110.15610257281718, 40.820164186616061 ], [ -110.15582980636735, 40.82016669524949 ], [ -110.15553834056841, 40.820241133378325 ], [ -110.15537222913699, 40.820248925750029 ], [ -110.15533546119111, 40.820249557398675 ], [ -110.1552654595242, 40.820252648213952 ], [ -110.15505266327878, 40.820201543840426 ], [ -110.15484073633172, 40.820081981781911 ], [ -110.15416484568986, 40.819613997845067 ], [ -110.15374667603753, 40.819394730194439 ], [ -110.15322732589702, 40.81920624775811 ], [ -110.15253259288974, 40.818822794690611 ], [ -110.15183574527572, 40.818605976878658 ], [ -110.15098004415196, 40.818293397976461 ], [ -110.15001741249067, 40.817998041727883 ], [ -110.1493026245723, 40.817794589016302 ], [ -110.1489007129601, 40.817697036785539 ], [ -110.14862945382188, 40.817582430622302 ], [ -110.1484177657392, 40.817445742604058 ], [ -110.14829351630969, 40.817333121520143 ], [ -110.14816101514845, 40.817124049722828 ], [ -110.1480458512256, 40.816857452170545 ], [ -110.14800660146989, 40.816681498927991 ], [ -110.14789567896194, 40.816176210463382 ], [ -110.14776206659779, 40.815868938621627 ], [ -110.14759798311314, 40.815719088149088 ], [ -110.14741686584041, 40.815510557088047 ], [ -110.14728933253645, 40.815284405028493 ], [ -110.14726815799584, 40.815086064134036 ], [ -110.14729475343128, 40.814861051159625 ], [ -110.14734335593461, 40.814676738536136 ], [ -110.14741195172978, 40.814505185372028 ], [ -110.1474316844259, 40.814353089527302 ], [ -110.14741022141294, 40.81417726745299 ], [ -110.14722928185681, 40.813955224793354 ], [ -110.14682429580198, 40.813636937211498 ], [ -110.14664732538142, 40.813568065503368 ], [ -110.14633355279366, 40.81353421490703 ], [ -110.14597554059388, 40.813621649165903 ], [ -110.14555365190073, 40.813789684704638 ], [ -110.14503769505249, 40.813803879132166 ], [ -110.14470032642232, 40.813760840850541 ], [ -110.14464703337673, 40.81375594156362 ], [ -110.14423934101677, 40.813649321863487 ], [ -110.14399826673478, 40.813494390959661 ], [ -110.14381013881096, 40.813371381824389 ], [ -110.14364624410889, 40.813208014531689 ], [ -110.14314247746708, 40.812735838274165 ], [ -110.14258438259621, 40.8123398273245 ], [ -110.1417489107553, 40.811847162573351 ], [ -110.14065780665544, 40.811411142504411 ], [ -110.13998519373858, 40.811162904284153 ], [ -110.13950128039254, 40.810992640964983 ], [ -110.13908158355436, 40.810899426093364 ], [ -110.13869076879139, 40.810864979819115 ], [ -110.13829948830717, 40.810866562282996 ], [ -110.13781871068537, 40.81091251656936 ], [ -110.13730660261118, 40.811088856156289 ], [ -110.13640209953071, 40.811352340784076 ], [ -110.13568628129997, 40.811693803224465 ], [ -110.13515015850818, 40.811892474231485 ], [ -110.13460181087872, 40.812027992362729 ], [ -110.13397847899444, 40.812185466002042 ], [ -110.13306966200287, 40.812322774665311 ], [ -110.13265988612726, 40.812378249281025 ], [ -110.13219018666705, 40.812482817812217 ], [ -110.13207714869289, 40.812513496837155 ], [ -110.13179144265251, 40.812601430976066 ], [ -110.13151119377792, 40.812725439002946 ], [ -110.13096237218474, 40.812987053517681 ], [ -110.13025456339754, 40.813256475342044 ], [ -110.12931676492879, 40.81370432489873 ], [ -110.12849999386522, 40.814053988910842 ], [ -110.12771156780764, 40.81450205270329 ], [ -110.12727480467395, 40.814805935230687 ], [ -110.12691728589236, 40.814943760867905 ], [ -110.12674503268494, 40.814968581479341 ], [ -110.12651425591959, 40.814935305162805 ], [ -110.12624375650769, 40.814766601935311 ], [ -110.12609270698893, 40.814621323874583 ], [ -110.12595736624912, 40.814453643686079 ], [ -110.12571988292228, 40.814118534402972 ], [ -110.12557197877351, 40.8140048088014 ], [ -110.12539633117807, 40.81383682244153 ], [ -110.1253097794978, 40.813655998763075 ], [ -110.12522915610094, 40.813475219964907 ], [ -110.12510164319093, 40.813253547843964 ], [ -110.12500993449251, 40.813014130369645 ], [ -110.12482361904691, 40.812755978441771 ], [ -110.12465438973572, 40.812551105269215 ], [ -110.12446136769179, 40.812352357152385 ], [ -110.12420896317489, 40.812161265492634 ], [ -110.12394399383783, 40.812024128139392 ], [ -110.12366088700334, 40.811913877545535 ], [ -110.12331903797465, 40.811762642206467 ], [ -110.12298222857396, 40.811679007001203 ], [ -110.12273427545651, 40.811600550678016 ], [ -110.12251566445899, 40.811544837937568 ], [ -110.12182468361203, 40.811345900381745 ], [ -110.12142860208405, 40.811261809472299 ], [ -110.12112670960236, 40.811227980824711 ], [ -110.12081266496097, 40.811216579729546 ], [ -110.12054005425213, 40.811209997817009 ], [ -110.12032114901621, 40.811176799624398 ], [ -110.11998422747068, 40.811102163197759 ], [ -110.11964677092493, 40.811068059406935 ], [ -110.11917908635712, 40.811019447903938 ], [ -110.11877595049226, 40.811020873627847 ], [ -110.11833108301718, 40.811039995796712 ], [ -110.11809972798733, 40.811051740138659 ], [ -110.11789801085715, 40.811063710621355 ], [ -110.11754253422012, 40.811047479655521 ], [ -110.11714514674667, 40.811062456212909 ], [ -110.1169361969023, 40.811083378043833 ], [ -110.1165758588977, 40.811076115267298 ], [ -110.11625570910147, 40.811078167586516 ], [ -110.1158398807879, 40.811142544460644 ], [ -110.11551284612905, 40.811216608965623 ], [ -110.11515552569253, 40.811249902577188 ], [ -110.11492540288805, 40.811258046648703 ], [ -110.11426062452456, 40.811319606910928 ], [ -110.11381545444215, 40.8113612302704 ], [ -110.11341794458296, 40.811385201414652 ], [ -110.11309138595139, 40.811423229198759 ], [ -110.11265214214723, 40.811464893621299 ], [ -110.11234396584909, 40.811458018792749 ], [ -110.11204111679592, 40.811496226015272 ], [ -110.11154894383505, 40.811505949544326 ], [ -110.11118203221831, 40.811458081608002 ], [ -110.11092163784319, 40.811424545953884 ], [ -110.11043671633111, 40.811335228502521 ], [ -110.11022512752581, 40.811198471270231 ], [ -110.10973178490154, 40.81085234723794 ], [ -110.10954971641029, 40.810724824926218 ], [ -110.10935070915366, 40.810534112939152 ], [ -110.10913398072313, 40.810338759583438 ], [ -110.10887594184256, 40.810129574186512 ], [ -110.10855899146688, 40.809892907913024 ], [ -110.10827658303481, 40.809733078941512 ], [ -110.10804747473018, 40.80957726470352 ], [ -110.10783510013395, 40.809499952282401 ], [ -110.10763464123939, 40.809418227445853 ], [ -110.10742809850004, 40.809348166083673 ], [ -110.10710508685575, 40.809210541055918 ], [ -110.10649585499792, 40.809021152798529 ], [ -110.106082569371, 40.808896338319322 ], [ -110.10581746959518, 40.808772670939788 ], [ -110.10558085856287, 40.808734803386443 ], [ -110.10542112207808, 40.808711044002742 ], [ -110.10518547955012, 40.808601116136551 ], [ -110.10505054215909, 40.80849647318405 ], [ -110.10472000311117, 40.808390312410701 ], [ -110.10433624032036, 40.808274729144642 ], [ -110.10395144893086, 40.808235707816877 ], [ -110.10366821025465, 40.808138919755834 ], [ -110.10337886323811, 40.808055596094839 ], [ -110.10316663244014, 40.807968366989179 ], [ -110.1028651289451, 40.807907468486981 ], [ -110.10262217075822, 40.807901074835783 ], [ -110.10240280039922, 40.807903872561994 ], [ -110.10198782951943, 40.807905147588464 ], [ -110.10159057976874, 40.807911063304239 ], [ -110.10124612865334, 40.807957926651973 ], [ -110.10074714179355, 40.808035113903323 ], [ -110.10044411977327, 40.808086801939702 ], [ -110.10019432136993, 40.808147912657809 ], [ -110.09996224359701, 40.808213665261242 ], [ -110.09948158337305, 40.808250452303227 ], [ -110.09922047701745, 40.808270934958387 ], [ -110.09878112445055, 40.808321554141628 ], [ -110.09848284155052, 40.808373274034118 ], [ -110.09822279796572, 40.808402771107062 ], [ -110.09788402546012, 40.808467685530786 ], [ -110.09739639757997, 40.808580980571016 ], [ -110.09725951940213, 40.808620447334164 ], [ -110.09705701287913, 40.808690929637429 ], [ -110.09674714172078, 40.808810117136424 ], [ -110.09654493952931, 40.808858079985477 ], [ -110.09621166275218, 40.808954561821821 ], [ -110.09591401043505, 40.809046817669106 ], [ -110.09551521254399, 40.80916620580031 ], [ -110.09514000195345, 40.80920740470544 ], [ -110.09490989673115, 40.809214608162065 ], [ -110.09463625719373, 40.809284528145596 ], [ -110.09436854449679, 40.809354494000871 ], [ -110.09406477673464, 40.809460209611345 ], [ -110.09369507099441, 40.809619456691372 ], [ -110.09311197565123, 40.809777025431011 ], [ -110.09280147910985, 40.809941239210055 ], [ -110.09256284697766, 40.810051967180229 ], [ -110.09227697841033, 40.810148810464462 ], [ -110.09163349472948, 40.810386971879758 ], [ -110.09125729759019, 40.810586697640687 ], [ -110.09095370379238, 40.810678893825454 ], [ -110.09043128281145, 40.810733330763888 ], [ -110.09018806990983, 40.810744925629024 ], [ -110.08992707436703, 40.810756379710782 ], [ -110.08965953565088, 40.810812823411077 ], [ -110.0893208045393, 40.810873208745768 ], [ -110.0890706778878, 40.810956813616578 ], [ -110.08876133678166, 40.811035446083856 ], [ -110.08834011125082, 40.811059143474118 ], [ -110.08752260361746, 40.811016647253695 ], [ -110.08709007834636, 40.810999713060269 ], [ -110.08685878084543, 40.811006891000432 ], [ -110.0865860522931, 40.811009236287383 ], [ -110.08630157986863, 40.811003380394332 ], [ -110.08605382115556, 40.811000517150859 ], [ -110.08574458919631, 40.810984554541477 ], [ -110.08550193129165, 40.810955606272906 ], [ -110.08530144668674, 40.810877445849989 ], [ -110.08496555777032, 40.810730648504332 ], [ -110.08458200276419, 40.810601488718376 ], [ -110.08408421673809, 40.810588529618038 ], [ -110.08385316825104, 40.810577686780313 ], [ -110.08331975565359, 40.810568945656577 ], [ -110.08269749288081, 40.81055499148902 ], [ -110.08227102377016, 40.810529079021585 ], [ -110.0819626702047, 40.810535634180567 ], [ -110.08140666646729, 40.81044562916356 ], [ -110.0813179406275, 40.810431410149 ], [ -110.08106929721772, 40.810406909084897 ], [ -110.08066048788952, 40.810390139688494 ], [ -110.08026353373772, 40.810373463352413 ], [ -110.07974834155047, 40.810333321692291 ], [ -110.07932817620038, 40.810280423538003 ], [ -110.07893154698422, 40.810240323466097 ], [ -110.07863541085744, 40.810220843013497 ], [ -110.07846918039424, 40.810238432943706 ], [ -110.0783385395253, 40.810254505276539 ], [ -110.07803636386613, 40.81024308256665 ], [ -110.07784082016293, 40.810237015593067 ], [ -110.07740835299643, 40.810216442233099 ], [ -110.07702944537651, 40.810180981518052 ], [ -110.07655543680031, 40.81016367597222 ], [ -110.07625394902993, 40.810102708101034 ], [ -110.07588694760548, 40.810063735618279 ], [ -110.07557310600477, 40.810038700470898 ], [ -110.07532372860994, 40.810067330492657 ], [ -110.07509797320832, 40.810102455200472 ], [ -110.07469403143436, 40.810162274773361 ], [ -110.07401592361818, 40.810327993138003 ], [ -110.07367680583265, 40.810415354488356 ], [ -110.07333737387297, 40.810525233219231 ], [ -110.07295538275994, 40.810711340053309 ], [ -110.07269830607713, 40.810866920412579 ], [ -110.07250674446735, 40.811000505993718 ], [ -110.07219569048544, 40.811200693076664 ], [ -110.07193312190283, 40.811324698281922 ], [ -110.07165907389737, 40.811421585435774 ], [ -110.07137846959611, 40.81156346096148 ], [ -110.07099066518552, 40.811740506074287 ], [ -110.07067499533944, 40.811846064073301 ], [ -110.07029361799991, 40.811987125160805 ], [ -110.06988216072756, 40.812159471733807 ], [ -110.06922079683928, 40.81239736361043 ], [ -110.06889919350343, 40.812502868851602 ], [ -110.06854732101901, 40.812653170600314 ], [ -110.06833808901342, 40.812777598159762 ], [ -110.06786702990743, 40.812971977061643 ], [ -110.06761770155789, 40.812996086587425 ], [ -110.06714668931484, 40.813186859566684 ], [ -110.0668590676085, 40.813405238285313 ], [ -110.06664926204441, 40.813570195707257 ], [ -110.06643920290519, 40.813753167396868 ], [ -110.06612339016785, 40.813867720054468 ], [ -110.06587347671204, 40.813933259486838 ], [ -110.06538031923915, 40.814095919987558 ], [ -110.06474927130419, 40.814198906342703 ], [ -110.06440994886489, 40.814214171820822 ], [ -110.06396163548472, 40.814138468541273 ], [ -110.06373108527066, 40.814091556010446 ], [ -110.06348339808837, 40.813998561311919 ], [ -110.06313000035408, 40.813834442548959 ], [ -110.06273512290058, 40.813669084895629 ], [ -110.06243911655814, 40.813639654709462 ], [ -110.06199643967203, 40.813500931135614 ], [ -110.06157111623361, 40.813392975420328 ], [ -110.06112186753147, 40.813300137638812 ], [ -110.06076059543457, 40.813274676178942 ], [ -110.06028195528964, 40.813248257659012 ], [ -110.0599382349632, 40.813155373941143 ], [ -110.0594818668463, 40.813147150283939 ], [ -110.05905017681258, 40.813070662616795 ], [ -110.05849468165603, 40.812945418796609 ], [ -110.05794468308555, 40.812850845585288 ], [ -110.05754130933461, 40.812784492677466 ], [ -110.05712951019288, 40.812727077856444 ], [ -110.05645920304396, 40.81267205186618 ], [ -110.05601494954476, 40.812645896874578 ], [ -110.05550077841342, 40.812533588459331 ], [ -110.05515729581283, 40.812508255098741 ], [ -110.05448785853885, 40.812475745664493 ], [ -110.05393710217588, 40.812435197262772 ], [ -110.05352268148303, 40.812395764782096 ], [ -110.05316747330612, 40.812361320953535 ], [ -110.05288358885184, 40.812313949046484 ], [ -110.05259965356113, 40.812270179364575 ], [ -110.05229734629047, 40.812267696486828 ], [ -110.05203020716245, 40.812293427677311 ], [ -110.05177397402333, 40.812385909681154 ], [ -110.05135665545622, 40.81255003432787 ], [ -110.05070497317146, 40.812935636368501 ], [ -110.05033193586601, 40.813319925339776 ], [ -110.05018800143986, 40.813435848989052 ], [ -110.04992319943285, 40.813712927437081 ], [ -110.04968727556893, 40.814043392384278 ], [ -110.04933888876288, 40.814361219317462 ], [ -110.04890217335249, 40.814636878637373 ], [ -110.04835359803363, 40.814857563561532 ], [ -110.04812016005474, 40.815013283812377 ], [ -110.0476718372766, 40.815270825957334 ], [ -110.04736081858434, 40.81546193760321 ], [ -110.04698948800437, 40.815724616956665 ], [ -110.04671061562753, 40.816154713463362 ], [ -110.04658322741709, 40.816356348500591 ], [ -110.04634842557222, 40.81660664142327 ], [ -110.04593945176883, 40.817013139610744 ], [ -110.04575825556543, 40.817245857900197 ], [ -110.04556932253873, 40.817604628654337 ], [ -110.04531936312944, 40.81808450667274 ], [ -110.04514950135743, 40.818353351099603 ], [ -110.04493762438358, 40.818657880800849 ], [ -110.04458204750927, 40.819060311838307 ], [ -110.04429081430688, 40.819440753945194 ], [ -110.04398539294777, 40.819735498512138 ], [ -110.04354055682886, 40.820159707365079 ], [ -110.0434205159456, 40.820261407112874 ], [ -110.04309108126745, 40.820493792623083 ], [ -110.04292353486021, 40.820600502797852 ], [ -110.04269722267918, 40.820670691764732 ], [ -110.04255708011874, 40.820520891255782 ], [ -110.04239889419523, 40.820388957476133 ], [ -110.04215295083009, 40.820175219873001 ], [ -110.04177052943031, 40.819969356573971 ], [ -110.04126387673757, 40.819744442994541 ], [ -110.04060380764736, 40.819468705623351 ], [ -110.04000772040855, 40.819279076093899 ], [ -110.0394593868922, 40.819067320254462 ], [ -110.03908147854736, 40.818960577314527 ], [ -110.03870922650427, 40.81887279777451 ], [ -110.03830690540345, 40.818814493892269 ], [ -110.03797466864864, 40.818829740571204 ], [ -110.0377858138545, 40.818769611403816 ], [ -110.03764601183924, 40.818597286923392 ], [ -110.03721099040064, 40.818422498909463 ], [ -110.0368498184274, 40.818306880002069 ], [ -110.03631688879307, 40.818260991222317 ], [ -110.03580126162541, 40.818248575433628 ], [ -110.03540955055965, 40.818276830153302 ], [ -110.03509529607938, 40.818278706391858 ], [ -110.03441271582821, 40.818331549595122 ], [ -110.03403318666254, 40.818337380758074 ], [ -110.03354036983536, 40.818387303359621 ], [ -110.03321861739218, 40.8184972116835 ], [ -110.03292735486376, 40.818548820521769 ], [ -110.03254690831014, 40.818617697437311 ], [ -110.03212517357518, 40.818671813379083 ], [ -110.0316857585796, 40.818718572714097 ], [ -110.03140133930759, 40.818707176795634 ], [ -110.03104401305816, 40.818816780355327 ], [ -110.03078726750519, 40.818940740340274 ], [ -110.03056016180511, 40.8190649488199 ], [ -110.03016094150613, 40.819201222574577 ], [ -110.02970797216169, 40.819364067888706 ], [ -110.02905239105453, 40.819597273012604 ], [ -110.02862412795854, 40.819691858661649 ], [ -110.02797544124338, 40.819858454038076 ], [ -110.02764004044731, 40.820089844181524 ], [ -110.02720418580347, 40.820297865498986 ], [ -110.02663250470052, 40.820468705917499 ], [ -110.02629400007024, 40.820506386851783 ], [ -110.02593158427352, 40.820557377396398 ], [ -110.02565848772575, 40.820582096213741 ], [ -110.02558163091673, 40.820567033753704 ], [ -110.02539244000629, 40.820530303143656 ], [ -110.02516169861035, 40.820496824460761 ], [ -110.0248726509149, 40.820396190869161 ], [ -110.02458402637191, 40.820266733481468 ], [ -110.02425856627225, 40.820223443780627 ], [ -110.0239867249246, 40.820162590142488 ], [ -110.02338929328471, 40.820067450939838 ], [ -110.02314110025495, 40.820011299664039 ], [ -110.02267047770228, 40.819759584686281 ], [ -110.02249994816172, 40.819663552460852 ], [ -110.02216594313985, 40.819394976250464 ], [ -110.02202545299664, 40.819272172943968 ], [ -110.02180263088117, 40.819103629752078 ], [ -110.02153738641144, 40.81899778463999 ], [ -110.02130671860041, 40.818959794717131 ], [ -110.02103462036068, 40.818916948609662 ], [ -110.02076431080792, 40.818752504602791 ], [ -110.0206081601185, 40.818485433371372 ], [ -110.02045108310848, 40.818281412362758 ], [ -110.02019829666325, 40.818135132465855 ], [ -110.02002191310721, 40.818034542690114 ], [ -110.01981029332453, 40.817911132447954 ], [ -110.01970243445447, 40.817585916112677 ], [ -110.01963981233186, 40.817409721537828 ], [ -110.01954170223974, 40.817227820334111 ], [ -110.01943190918567, 40.817034108913369 ], [ -110.01925046406146, 40.816874920777025 ], [ -110.01901553572876, 40.816724285922881 ], [ -110.01883869317541, 40.816655219587226 ], [ -110.01860277093088, 40.816572137925462 ], [ -110.01837910344226, 40.816462135058934 ], [ -110.01812725816001, 40.816252800297519 ], [ -110.01768031298919, 40.816006671442068 ], [ -110.01746330775264, 40.81584717769929 ], [ -110.01730006614288, 40.815660215685419 ], [ -110.01713628037557, 40.815510182964886 ], [ -110.01697875556148, 40.815337682526419 ], [ -110.01682676039626, 40.815192253992905 ], [ -110.01667523140588, 40.815015300065092 ], [ -110.01652869981567, 40.814901446869058 ], [ -110.01629498210832, 40.814669741781493 ], [ -110.01601877378643, 40.814505236323463 ], [ -110.01556433597577, 40.814366234519717 ], [ -110.0152217272633, 40.814282235547203 ], [ -110.01495564659881, 40.81423492233121 ], [ -110.0146371499677, 40.814124102495406 ], [ -110.01411771328003, 40.81397102732717 ], [ -110.01365142788087, 40.813831916752832 ], [ -110.01334445709465, 40.813743712725966 ], [ -110.01298380456319, 40.813677569467096 ], [ -110.01266963914387, 40.813674881263452 ], [ -110.01249187646161, 40.813668855664559 ], [ -110.01233064443707, 40.813667475477821 ], [ -110.01215986138395, 40.813670517452763 ], [ -110.01187540113399, 40.813663577264002 ], [ -110.011614116812, 40.813692868260553 ], [ -110.01138240366956, 40.813726916235233 ], [ -110.01115476370005, 40.813806040319129 ], [ -110.01089427610344, 40.813861460674964 ], [ -110.01036576385862, 40.813920887470282 ], [ -110.01003942085744, 40.813939707636607 ], [ -110.00993857015976, 40.81394424720942 ], [ -110.00933994275347, 40.813934604248843 ], [ -110.00894891788407, 40.813917733400913 ], [ -110.00858800087079, 40.813869590800394 ], [ -110.00822062018105, 40.813857424832278 ], [ -110.00773589440423, 40.813763173511056 ], [ -110.00686641084441, 40.813629575352699 ], [ -110.00635178183839, 40.813553077463695 ], [ -110.00587790788116, 40.813526474290683 ], [ -110.00551618836192, 40.813532365158146 ], [ -110.00508375447144, 40.813509719262846 ], [ -110.00472242540104, 40.813489486849477 ], [ -110.00399413673837, 40.813429151692432 ], [ -110.0034774512381, 40.813411177383195 ], [ -110.00315329240895, 40.813363335292522 ], [ -110.00285644019093, 40.81339229911368 ], [ -110.00254187235879, 40.813416604840619 ], [ -110.0020845018137, 40.813475707904935 ], [ -110.00160914509075, 40.813548165997382 ], [ -110.00122943986425, 40.813567400265462 ], [ -110.00098600214629, 40.813592317509105 ], [ -110.00067627912307, 40.813688726724756 ], [ -110.00034971874673, 40.813721930913808 ], [ -109.99992319987655, 40.813700217758125 ], [ -109.99929603534775, 40.813617307842883 ], [ -109.99898253492789, 40.813570447320963 ], [ -109.99862701348722, 40.813558353703115 ], [ -109.99839570110815, 40.813565354065304 ], [ -109.9981592400957, 40.813599334237274 ], [ -109.99798401951239, 40.813660870816008 ], [ -109.9977158186403, 40.813834203475295 ], [ -109.99730670440444, 40.814231519045585 ], [ -109.99694036807912, 40.81454362596542 ], [ -109.99680165646357, 40.814700065565049 ], [ -109.99660366693939, 40.814855989446336 ], [ -109.99648443376996, 40.814899993998061 ], [ -109.99631771070625, 40.814948089443902 ], [ -109.99592539389151, 40.815016742284513 ], [ -109.99518872354614, 40.815118428408127 ], [ -109.99470782830778, 40.815163784769418 ], [ -109.99422073261907, 40.815227101715294 ], [ -109.99397122266743, 40.815260959505871 ], [ -109.99385273558705, 40.815255422053461 ], [ -109.99369289035697, 40.815240515412633 ], [ -109.99351675944835, 40.815126374914648 ], [ -109.99347131156235, 40.814995357719525 ], [ -109.9934284789362, 40.814769775919778 ], [ -109.99334308877359, 40.814457342849195 ], [ -109.99319739826379, 40.813898456208896 ], [ -109.99290612213048, 40.813166239534759 ], [ -109.99257036220146, 40.812631816817785 ], [ -109.99220054205986, 40.811998003961932 ], [ -109.99175939545732, 40.811377079052981 ], [ -109.99139817086153, 40.810959538553504 ], [ -109.99106781542902, 40.810461191900281 ], [ -109.99079496343847, 40.810080455592264 ], [ -109.99051557295853, 40.809740198900364 ], [ -109.99020648089346, 40.809404185724908 ], [ -109.98975091969031, 40.808954285105024 ], [ -109.98917723176064, 40.808476322773231 ], [ -109.98879793883668, 40.808157707372473 ], [ -109.98847963008174, 40.80796123790023 ], [ -109.98826285853349, 40.80779268300644 ], [ -109.98805126253149, 40.807673718929394 ], [ -109.98786241747483, 40.807618012385127 ], [ -109.98769108014361, 40.807580475816764 ], [ -109.98748390683217, 40.807560641165153 ], [ -109.98726927882132, 40.807563261536288 ], [ -109.98706094143456, 40.807619986732611 ], [ -109.98684159246845, 40.807699135681872 ], [ -109.98662057795482, 40.80780979874352 ], [ -109.986369310458, 40.807960733077557 ], [ -109.98617159142378, 40.808098624929336 ], [ -109.98588510195799, 40.808226727849053 ], [ -109.9857422477063, 40.80826510872982 ], [ -109.98514201684627, 40.808364327038234 ], [ -109.9842257368485, 40.808585975816598 ], [ -109.98342888769697, 40.808750115553316 ], [ -109.98314342158417, 40.808810658175076 ], [ -109.9829525145777, 40.808890050364106 ], [ -109.98279103666536, 40.808983214202854 ], [ -109.98261770393266, 40.809076273273377 ], [ -109.98220004824729, 40.809252756044103 ], [ -109.98181919287634, 40.809348487122179 ], [ -109.98154626586928, 40.809364094796223 ], [ -109.98130938416431, 40.809348490953354 ], [ -109.98087125324722, 40.809313092410541 ], [ -109.98045676268946, 40.809282405282644 ], [ -109.98021912309115, 40.809316338302921 ], [ -109.98007025340725, 40.809360063959197 ], [ -109.97980752489033, 40.809483857595445 ], [ -109.97925222170336, 40.809744691483139 ], [ -109.97905586347726, 40.809792499817647 ], [ -109.97887763194053, 40.809817947439839 ], [ -109.9786284114427, 40.809833758019515 ], [ -109.97802955243792, 40.809841967274011 ], [ -109.97740114010119, 40.809844506478377 ], [ -109.97747674432232, 40.772470419384696 ], [ -109.97752096036646, 40.749949814244488 ], [ -109.97749049100712, 40.735621641618785 ], [ -109.97747457894612, 40.72118996615626 ], [ -109.9774654922622, 40.713659709648347 ], [ -109.97750430061174, 40.70686676167437 ], [ -109.97749939031802, 40.69402961866475 ], [ -109.97750542900955, 40.689376779761595 ], [ -109.97751748950591, 40.67929635794556 ], [ -109.97749541855839, 40.66486449118829 ], [ -109.97752506682463, 40.650527637367773 ], [ -109.97753463305115, 40.63595184351199 ], [ -109.9775426684055, 40.624960525484568 ], [ -109.97753424357923, 40.62241191590423 ], [ -109.97753320093092, 40.621317360558308 ], [ -109.97751796245672, 40.606808840214221 ], [ -109.97750938286559, 40.59224719237406 ], [ -109.97751842019892, 40.577688367435798 ], [ -109.97751277678357, 40.569134572599246 ], [ -109.97750354683505, 40.563143709120162 ], [ -109.97746552861277, 40.534198352521862 ], [ -109.9774811515976, 40.519577283302297 ], [ -109.97748868075865, 40.505095742700668 ], [ -109.97757267005977, 40.499953367217586 ], [ -109.97752467987371, 40.490677480398197 ], [ -109.97752450337408, 40.489911730048263 ], [ -109.97750731383083, 40.476272224218064 ], [ -109.97746609975206, 40.461880235486404 ], [ -109.97745711796512, 40.441623717236681 ], [ -109.97745183395445, 40.436758871726653 ], [ -109.97744957523443, 40.432939081038789 ], [ -109.97745303927999, 40.429286003202577 ], [ -109.97751227498647, 40.38916524854519 ], [ -109.97754650447084, 40.37498092309275 ], [ -109.9775489350618, 40.374742206507676 ], [ -109.97756327070407, 40.360232445636811 ], [ -109.97754464071261, 40.350317861413671 ], [ -109.97754427166812, 40.345742174555369 ], [ -109.97754164313815, 40.344746653633607 ], [ -109.97752203803167, 40.33122841611501 ], [ -109.97752394145385, 40.331102306239742 ], [ -109.97752013485778, 40.323944577903916 ], [ -109.97751648414963, 40.309363362512485 ], [ -109.9775147182245, 40.304408349147558 ], [ -109.97748348020392, 40.303358513896029 ], [ -109.97746384639684, 40.302709685682771 ], [ -109.97753603964314, 40.30221392272874 ], [ -109.97753177323666, 40.302106676801898 ], [ -109.97752091627144, 40.301656126122417 ], [ -109.977511349643, 40.301120000406023 ], [ -109.97751022877141, 40.299633489548192 ], [ -109.97750796739849, 40.299471305798441 ], [ -109.9775066260363, 40.299092010903195 ], [ -109.97750413686545, 40.298476667435537 ], [ -109.9775061518794, 40.296782073379973 ], [ -109.97751838321679, 40.294956036206862 ], [ -109.97749565144177, 40.291312552174844 ], [ -109.9774881864351, 40.287826860374693 ], [ -109.97750344818333, 40.280178251161814 ], [ -109.97751613319508, 40.272777360655205 ], [ -109.97759450380302, 40.260075154440862 ], [ -109.97754321294678, 40.258795400711428 ], [ -109.97754081519282, 40.25864222380973 ], [ -109.97753993071383, 40.258232299209212 ], [ -109.97749728656522, 40.251691268347486 ], [ -109.97747034611989, 40.249965773934065 ], [ -109.97747754080456, 40.247925259499276 ], [ -109.97747013927582, 40.244510715425086 ], [ -109.97746819257965, 40.244249431965201 ], [ -109.97748539937605, 40.229821362302161 ], [ -109.97748468798524, 40.229087105898337 ], [ -109.97749186729868, 40.215321089003545 ], [ -109.97747959056503, 40.214965116136099 ], [ -109.97745463546235, 40.200518584589346 ], [ -109.97745419963572, 40.200234789431931 ], [ -109.97745816616255, 40.171418674869443 ], [ -109.97746707436545, 40.1567380947671 ], [ -109.9774846782126, 40.142255760676811 ], [ -109.97754294514156, 40.127796273813196 ], [ -109.9775445649271, 40.12768817582306 ], [ -109.97751464861889, 40.124985103741317 ], [ -109.97755960422306, 40.120417752469677 ], [ -109.97753341726938, 40.116290328020369 ], [ -109.97753637763979, 40.11530923314286 ], [ -109.97753881886348, 40.113187546164887 ], [ -109.97752698121703, 40.107709736309943 ], [ -109.97749843068648, 40.096294578837018 ], [ -109.9775022061288, 40.096042348817647 ], [ -109.97752101285607, 40.088123242110456 ], [ -109.97749903476708, 40.085280576195501 ], [ -109.97749347207655, 40.081654233716051 ], [ -109.97749894926658, 40.067252695183647 ], [ -109.97752359821925, 40.0526620921881 ], [ -109.97751085836705, 40.038215275396944 ], [ -109.97754075087668, 40.023656180903174 ], [ -109.9775465304302, 40.0091373809922 ], [ -109.97712103182147, 39.999966415403208 ], [ -109.97706597842704, 39.994627768453441 ], [ -109.97707616969963, 39.980203537837198 ], [ -109.97706174475937, 39.972531748007015 ], [ -109.97706007416512, 39.965652905932558 ], [ -109.97703910515382, 39.954489813301656 ], [ -109.97706384786636, 39.951178995718656 ], [ -109.97705983828907, 39.948304889568007 ], [ -109.97705555812706, 39.945448798912501 ], [ -109.97705164100562, 39.936673375637781 ], [ -109.97701930306216, 39.92744720572621 ], [ -109.97702660144702, 39.922239684449181 ], [ -109.97703597489344, 39.918464715179447 ], [ -109.97702955670144, 39.909459483177073 ], [ -109.97704338716207, 39.907743259569578 ], [ -109.97704670855734, 39.900440930978306 ], [ -109.97707233137231, 39.893210867871417 ], [ -109.97703992983843, 39.882407928152297 ], [ -109.97703621924872, 39.878722915603127 ], [ -109.97701617152531, 39.874956669029039 ], [ -109.97704523928017, 39.873393735485244 ], [ -109.97702961703033, 39.864212664124189 ], [ -109.97709099137947, 39.855355708412873 ], [ -109.97708366413917, 39.853487017482038 ], [ -109.97707494504652, 39.849743379368157 ], [ -109.97710218027575, 39.846333417923695 ], [ -109.97705121377381, 39.835196867229541 ], [ -109.97701888949408, 39.82831669568202 ], [ -109.97698898532703, 39.819303011864136 ], [ -109.97697115875769, 39.810261490470161 ], [ -109.97696874372868, 39.806089913367181 ], [ -109.98429740612764, 39.806203854144222 ], [ -109.98873639871357, 39.80621109371392 ], [ -109.99600184975043, 39.806256170281401 ], [ -110.00069198494775, 39.806265125242817 ], [ -110.00751399722348, 39.806278631180625 ], [ -110.02635663655977, 39.806294120624962 ], [ -110.04513560134301, 39.806269985849234 ], [ -110.06339451995052, 39.806261138945445 ], [ -110.08225468498645, 39.806281204902831 ], [ -110.10107403645448, 39.806297888379937 ], [ -110.11993445135224, 39.806302820409101 ], [ -110.12567013358282, 39.806314647934812 ], [ -110.13873619426555, 39.806330379386218 ], [ -110.15757897754307, 39.806347981194129 ], [ -110.1761774866015, 39.806377907285018 ], [ -110.19500155922537, 39.806401911917412 ], [ -110.21363940146752, 39.806471154969366 ], [ -110.23236348555524, 39.806668618866475 ], [ -110.25065780585069, 39.806649453320325 ], [ -110.25575113453732, 39.806654303555646 ], [ -110.26849029121159, 39.806667740149472 ], [ -110.26866551066294, 39.806668844660031 ], [ -110.28672030960557, 39.806655096516927 ], [ -110.3054872991291, 39.806683348541426 ], [ -110.32423713389834, 39.806676930020508 ], [ -110.35239069630447, 39.806711336509935 ], [ -110.36175385541193, 39.80671816636324 ], [ -110.37566615265106, 39.806712766812822 ], [ -110.3803635548187, 39.806710916504329 ], [ -110.40547979642992, 39.806752221313282 ], [ -110.41804417422318, 39.806725816141402 ], [ -110.42432344527617, 39.806712088844868 ], [ -110.44310826362813, 39.806722673754273 ], [ -110.46186412874845, 39.806703053011262 ], [ -110.48066660805735, 39.806698629049741 ], [ -110.50073675651868, 39.806674094272161 ], [ -110.5181549294595, 39.806666640858168 ], [ -110.51812617385782, 39.811622044668155 ], [ -110.53693512973582, 39.811726563245266 ], [ -110.55568518898201, 39.811916105758513 ], [ -110.57447047712938, 39.812094638568951 ], [ -110.58247814749915, 39.812276899785118 ], [ -110.59324972866246, 39.812324169286164 ], [ -110.61205297729975, 39.812465145435723 ], [ -110.62568708452473, 39.812496413826686 ], [ -110.63002741249397, 39.812492314046615 ], [ -110.64887389444793, 39.812429239715392 ], [ -110.66765314125354, 39.812493557561041 ], [ -110.68649838022039, 39.81244238850276 ], [ -110.7053199750566, 39.81245116911316 ], [ -110.72410684957481, 39.812380228452255 ], [ -110.74047503578934, 39.812372041066773 ], [ -110.75070907256188, 39.812494491348275 ], [ -110.75941837602805, 39.812648027014589 ], [ -110.78240460752106, 39.812824055412705 ], [ -110.81671209012009, 39.813000450565511 ], [ -110.83604750827263, 39.813196068500197 ], [ -110.83879307536911, 39.813204420463506 ], [ -110.85519050724329, 39.813275598415601 ], [ -110.85781925713573, 39.813278849296445 ], [ -110.85781278473156, 39.824924369537719 ], [ -110.85780145477008, 39.870079050110519 ], [ -110.85774931758762, 39.87494078038403 ], [ -110.85770504448618, 39.885612151802739 ], [ -110.8576466505277, 39.899707269831289 ], [ -110.87573660668767, 39.8996379645126 ], [ -110.89174648871551, 39.89965401396914 ], [ -110.89188565097122, 39.937630985736014 ], [ -110.89183447966241, 39.981265706107067 ], [ -110.8919104513611, 39.999943123000911 ], [ -110.89186480373293, 40.010313351164335 ], [ -110.891759991124, 40.024742404453939 ], [ -110.89173152588637, 40.039040851748894 ], [ -110.89174395570009, 40.053415884462616 ], [ -110.89174411527131, 40.068133238326659 ], [ -110.8917974846445, 40.082575809442361 ], [ -110.8949702262899, 40.082592243970517 ], [ -110.89633080615755, 40.082602479224832 ], [ -110.89632685312607, 40.096806205433111 ], [ -110.8964164781638, 40.111199182609596 ], [ -110.89645428328872, 40.124956900392519 ], [ -110.89643733718756, 40.139989392445145 ], [ -110.89649046647568, 40.154485839262072 ], [ -110.8965812134289, 40.168968768969989 ], [ -110.89657685855133, 40.183442567860837 ], [ -110.89656674390255, 40.197835239892662 ], [ -110.89660328931765, 40.212448649719839 ], [ -110.89668686712284, 40.227057559811612 ], [ -110.89670033128407, 40.241405097036818 ], [ -110.89666970494154, 40.249949600886332 ], [ -110.89674295825267, 40.255906685379571 ], [ -110.89677967081749, 40.270437962944619 ], [ -110.89679280113663, 40.285010625913309 ], [ -110.89675319974495, 40.299439055702251 ], [ -110.89672910920558, 40.303668914575454 ], [ -110.89666060683111, 40.313871906719626 ], [ -110.89670281164017, 40.320930734972457 ], [ -110.89667440850832, 40.324120000785797 ], [ -110.89667968214542, 40.328381400279483 ], [ -110.89667951042162, 40.328494016224624 ], [ -110.89672179909547, 40.339363749470742 ], [ -110.89673424652844, 40.342782777845869 ], [ -110.89678291866491, 40.357197628042449 ], [ -110.89678426138383, 40.371761052101675 ], [ -110.89674405038237, 40.374953882965798 ], [ -110.89654431975538, 40.386162058219263 ], [ -110.89650438791914, 40.400702849241569 ], [ -110.89643491134109, 40.415278712807677 ], [ -110.89648322629459, 40.42220769086984 ], [ -110.89654015115383, 40.431216876161209 ], [ -110.90287117054163, 40.431222368330907 ], [ -110.90295061222163, 40.44566855300868 ], [ -110.90294134308029, 40.460308322254249 ], [ -110.90282155906155, 40.474677689666599 ], [ -110.90283489232156, 40.489159746063379 ], [ -110.90289017128612, 40.49992558169442 ], [ -110.90280818190126, 40.50358317380261 ], [ -110.90273281249988, 40.510821848959793 ], [ -110.90266341894979, 40.517997457059558 ], [ -110.90310352783938, 40.605798793207377 ], [ -110.90277435230304, 40.624951309625963 ], [ -110.90195044355569, 40.682187895728418 ], [ -110.90157253065601, 40.682471349324075 ], [ -110.9011815574455, 40.682781816692739 ], [ -110.90090892601184, 40.683087879980029 ], [ -110.90077258263936, 40.683258928818766 ], [ -110.90064791866941, 40.683533587971148 ], [ -110.90064753073939, 40.683794840885092 ], [ -110.90065911060348, 40.683966016763691 ], [ -110.90071804012645, 40.684128224630065 ], [ -110.90105473788093, 40.684515889129202 ], [ -110.90148576820529, 40.685137860145673 ], [ -110.901745486355, 40.685570500504788 ], [ -110.90188714801069, 40.685809352307196 ], [ -110.90198157207783, 40.685980598364623 ], [ -110.90198721871839, 40.686165282102145 ], [ -110.90192176624252, 40.686412966556766 ], [ -110.90182080315522, 40.686665125135946 ], [ -110.90160125530124, 40.687079339705491 ], [ -110.90147063046399, 40.687381020663125 ], [ -110.90138139264582, 40.687705258632015 ], [ -110.9013930812725, 40.687804364604993 ], [ -110.90143418419613, 40.688020609128237 ], [ -110.90156987286942, 40.688299995384853 ], [ -110.90176475012466, 40.688570423120083 ], [ -110.90211451443146, 40.688944582268547 ], [ -110.90266301847932, 40.689381969126366 ], [ -110.9030825666551, 40.689792218997667 ], [ -110.90340163843393, 40.690121304789287 ], [ -110.9038269838483, 40.69062164397576 ], [ -110.9040761835054, 40.690986704518437 ], [ -110.90433467377242, 40.691477894289378 ], [ -110.90460008921758, 40.692095211239838 ], [ -110.90480047798934, 40.692667430320142 ], [ -110.90494174816429, 40.693199961977122 ], [ -110.90498835627781, 40.693717100729238 ], [ -110.90500544458189, 40.694185568062437 ], [ -110.90499298810704, 40.694622480540815 ], [ -110.90485627277079, 40.695045777575992 ], [ -110.90455356795674, 40.695667129020492 ], [ -110.90439916425653, 40.696040862887266 ], [ -110.90431602754775, 40.696238985706763 ], [ -110.90423285164539, 40.69646413456536 ], [ -110.90421468440493, 40.696752398296134 ], [ -110.90419065691101, 40.697000117942714 ], [ -110.90404192586568, 40.697541417980098 ], [ -110.90387682456146, 40.697941267392814 ], [ -110.90351986353124, 40.69841392691248 ], [ -110.90334204782435, 40.69859845672098 ], [ -110.90319978672784, 40.698751485584474 ], [ -110.90309769786717, 40.698954095893228 ], [ -110.90314556282659, 40.699413580192449 ], [ -110.90327490719777, 40.700008263339583 ], [ -110.90348108885614, 40.700675981066574 ], [ -110.90356368271681, 40.700859827692341 ], [ -110.9035929830269, 40.701062548043033 ], [ -110.90359862881493, 40.701251735571503 ], [ -110.90356877106571, 40.701435488220206 ], [ -110.90342022673828, 40.701837152275303 ], [ -110.90324784445899, 40.702350504060242 ], [ -110.9030634588966, 40.702976454246048 ], [ -110.90293810045577, 40.703710558128925 ], [ -110.90288541999283, 40.704120409724268 ], [ -110.90287795102539, 40.704372647056672 ], [ -110.90289516450351, 40.704746522589808 ], [ -110.90301876784375, 40.705224087559913 ], [ -110.90307262743346, 40.705634028584832 ], [ -110.90313033274984, 40.705841277079557 ], [ -110.90313005211252, 40.706034963849419 ], [ -110.90298752630214, 40.706359157277099 ], [ -110.90282744499058, 40.706543700933167 ], [ -110.90254900848947, 40.706710127119358 ], [ -110.90206327877871, 40.706961959572126 ], [ -110.90141184462952, 40.70719112683696 ], [ -110.9008196035962, 40.70741583693728 ], [ -110.9005708678756, 40.707505709927489 ], [ -110.90026876546905, 40.707658597155039 ], [ -110.89996658754113, 40.707861031343626 ], [ -110.89975791002988, 40.708077059002221 ], [ -110.89953493716975, 40.708351630346556 ], [ -110.89942080791093, 40.708671339595703 ], [ -110.89942013697883, 40.709117269321766 ], [ -110.89939578213738, 40.70956768272189 ], [ -110.89932413346311, 40.709977515735105 ], [ -110.89909860795518, 40.710369196899208 ], [ -110.89892653815592, 40.71063930709137 ], [ -110.89858252422825, 40.71109394422615 ], [ -110.89809640300196, 40.711571877533615 ], [ -110.89784746367114, 40.711782460833199 ], [ -110.89750960466591, 40.712074943739275 ], [ -110.89725465762157, 40.712340473401973 ], [ -110.89698798052524, 40.712533922523761 ], [ -110.89656137621492, 40.712790288640946 ], [ -110.89618810787726, 40.713006162055756 ], [ -110.89580418886743, 40.713217520298805 ], [ -110.89543581347139, 40.71332979579136 ], [ -110.89492068687707, 40.713405901874474 ], [ -110.89443510032595, 40.713518067417489 ], [ -110.89406797629889, 40.713585296254664 ], [ -110.89364869419946, 40.713693014967461 ], [ -110.8931973078699, 40.713886284965724 ], [ -110.89246271918732, 40.714227933017575 ], [ -110.89182885302552, 40.714511114351723 ], [ -110.89142024629972, 40.714600817585293 ], [ -110.89104714952535, 40.714695057232987 ], [ -110.89068004511675, 40.714744257929986 ], [ -110.89049650378058, 40.714762101338103 ], [ -110.89016506657912, 40.714720346520707 ], [ -110.88960280942766, 40.714648641586422 ], [ -110.8887031384012, 40.714571203887935 ], [ -110.88760222952433, 40.714475546048341 ], [ -110.88720559364603, 40.714484167863141 ], [ -110.88685625437105, 40.71452886941632 ], [ -110.88657908170913, 40.714605171232442 ], [ -110.88633501447138, 40.714707630165471 ], [ -110.88596167786396, 40.714937884252535 ], [ -110.8855999638912, 40.715293369329039 ], [ -110.88543362313096, 40.715635534289333 ], [ -110.88526119842497, 40.716072284096221 ], [ -110.88515419987976, 40.716328925106438 ], [ -110.88515981944224, 40.716503699103271 ], [ -110.88521872283103, 40.716675823483747 ], [ -110.88530129229233, 40.716856079158262 ], [ -110.88542533265327, 40.71701835857715 ], [ -110.88562043615346, 40.717167195273049 ], [ -110.88631247259191, 40.717519217389622 ], [ -110.88658932895905, 40.717636602545284 ], [ -110.88683304954461, 40.717744945876674 ], [ -110.88706376364424, 40.717843366421263 ], [ -110.88729437662998, 40.718002144549864 ], [ -110.8874421556992, 40.71813381544078 ], [ -110.88750700464475, 40.718295133991099 ], [ -110.88754227480537, 40.718443811540062 ], [ -110.8875239081148, 40.718804140741412 ], [ -110.88744635512559, 40.719155403547333 ], [ -110.88742821535244, 40.719380602768481 ], [ -110.88749880969679, 40.719646427531679 ], [ -110.88759322175848, 40.71983119735593 ], [ -110.88770546307335, 40.71997544540411 ], [ -110.8878886945125, 40.720151292670089 ], [ -110.88807202499785, 40.720268583350069 ], [ -110.88824367385426, 40.720291271343186 ], [ -110.8883502153612, 40.720304887452293 ], [ -110.88880025764595, 40.720242261135148 ], [ -110.88939843871866, 40.720098697017214 ], [ -110.88967096174571, 40.719981845028308 ], [ -110.88993757846897, 40.719855978086507 ], [ -110.89020417198593, 40.71974362351741 ], [ -110.89047658142083, 40.719694334579621 ], [ -110.89071335156893, 40.719717080670101 ], [ -110.89095589505283, 40.719829918486049 ], [ -110.89115109392516, 40.719932801613879 ], [ -110.89130477576582, 40.720082490436205 ], [ -110.89148062011171, 40.720438498542165 ], [ -110.8915347792458, 40.720627731610193 ], [ -110.89161725371829, 40.720880051954325 ], [ -110.891770641115, 40.721213516799388 ], [ -110.89210748054272, 40.72159670073512 ], [ -110.89239720743642, 40.721826692324917 ], [ -110.89304679474989, 40.722120077866833 ], [ -110.89330816671649, 40.722314006188519 ], [ -110.89355061637048, 40.722494403456977 ], [ -110.89382851839535, 40.722719876180626 ], [ -110.89426597542999, 40.723134676571668 ], [ -110.89441355323059, 40.723409576102611 ], [ -110.89445474772498, 40.723567265502254 ], [ -110.89439532184015, 40.723706845534245 ], [ -110.8943004166279, 40.7238184661744 ], [ -110.89414028941148, 40.723990385024379 ], [ -110.89388531204827, 40.72423788931156 ], [ -110.89361232713482, 40.724638523791469 ], [ -110.89316117926292, 40.725376817860365 ], [ -110.89294137793492, 40.725836056215044 ], [ -110.89274506137274, 40.726416932921737 ], [ -110.89262032845043, 40.726663654384303 ], [ -110.89252534795006, 40.726817614159991 ], [ -110.89241265532945, 40.726940027020099 ], [ -110.89222894433463, 40.727042554422098 ], [ -110.89198013855007, 40.727123399838447 ], [ -110.8912990961763, 40.727212847155577 ], [ -110.89091423416804, 40.72721698842345 ], [ -110.8905826965748, 40.727198657306467 ], [ -110.89020977992345, 40.727139746899063 ], [ -110.88985464127181, 40.727071843587517 ], [ -110.88928633882404, 40.727012743591992 ], [ -110.88825611569293, 40.727011750875839 ], [ -110.88711936347984, 40.726983618846099 ], [ -110.88595885209156, 40.727000495472524 ], [ -110.88540113394306, 40.72698643012712 ], [ -110.88500445453946, 40.726977026962395 ], [ -110.88438969428633, 40.727080012522563 ], [ -110.88355457495553, 40.727241329035522 ], [ -110.8825595013933, 40.727452024521156 ], [ -110.88185468802101, 40.727581930902318 ], [ -110.88119126202362, 40.727743405901869 ], [ -110.88038564251242, 40.727954277466822 ], [ -110.87972209574654, 40.728178804518983 ], [ -110.87948632108241, 40.728246123567381 ], [ -110.87921858917788, 40.728304400037153 ], [ -110.87875074538019, 40.728353457197372 ], [ -110.87793244688683, 40.728366107740534 ], [ -110.87721120185907, 40.728405881748508 ], [ -110.87661315993586, 40.728419657892047 ], [ -110.87613355673555, 40.728422747698644 ], [ -110.87570135290466, 40.728408770106391 ], [ -110.87548823251858, 40.728390523092671 ], [ -110.87513317807134, 40.728282035619607 ], [ -110.87490848628897, 40.728119636428659 ], [ -110.87467191999117, 40.727975241228378 ], [ -110.87449454840525, 40.727839017712512 ], [ -110.87426984101567, 40.727686526778918 ], [ -110.87391508983856, 40.727420384278901 ], [ -110.87363716064939, 40.727234501903546 ], [ -110.87351894683172, 40.727127169340555 ], [ -110.87325303934122, 40.726847609100759 ], [ -110.87312305538049, 40.726703327678649 ], [ -110.8728392431818, 40.726500320432294 ], [ -110.87254345370312, 40.72636936857387 ], [ -110.87224146899651, 40.72638254773193 ], [ -110.87204604067692, 40.72640485292947 ], [ -110.87174999377515, 40.726409028718976 ], [ -110.87137099541103, 40.726444641668834 ], [ -110.87104532706242, 40.726457791303353 ], [ -110.87095063825288, 40.726435163821826 ], [ -110.87071391215207, 40.726380846939449 ], [ -110.87036470077901, 40.726321898967356 ], [ -110.87007356595461, 40.726235989328572 ], [ -110.86956007581419, 40.7260146979309 ], [ -110.86927612050509, 40.725891858863172 ], [ -110.86905144924843, 40.725730349102299 ], [ -110.86885635777291, 40.72558148464153 ], [ -110.86864943466604, 40.725428102052028 ], [ -110.86847814289953, 40.725220707694859 ], [ -110.86834834106106, 40.724990838737476 ], [ -110.8680824815046, 40.724702257882761 ], [ -110.86789931654178, 40.724512866406968 ], [ -110.8676155206124, 40.724314350602135 ], [ -110.86740853276575, 40.724197000353612 ], [ -110.86710689735233, 40.724039001801522 ], [ -110.86685836871128, 40.723971150403997 ], [ -110.866444200453, 40.723835541934079 ], [ -110.86598274196594, 40.723663842408129 ], [ -110.86577570471459, 40.723573515168738 ], [ -110.86553926492294, 40.723384057955336 ], [ -110.86524373069554, 40.723140479265787 ], [ -110.86484184915196, 40.722788671304436 ], [ -110.86466467378634, 40.722572255641822 ], [ -110.86451115378456, 40.722369380472678 ], [ -110.86426876484873, 40.722197930978936 ], [ -110.86408549844964, 40.72206708961756 ], [ -110.86364779485491, 40.721868382666045 ], [ -110.86335205314784, 40.721732902886174 ], [ -110.86299097835681, 40.72170004367441 ], [ -110.86254711733868, 40.721619338827281 ], [ -110.86196110616486, 40.721569091857155 ], [ -110.86139280080808, 40.721545889187972 ], [ -110.86076508606622, 40.721621707462916 ], [ -110.86014922002701, 40.721693032342756 ], [ -110.85983550789904, 40.721661121499402 ], [ -110.85936775160435, 40.72168397513019 ], [ -110.85892954346915, 40.721732087258395 ], [ -110.85836697676277, 40.721794459080016 ], [ -110.85776877180622, 40.721910836277303 ], [ -110.85720619290132, 40.72197770675902 ], [ -110.8567028552677, 40.722026630712755 ], [ -110.85603377544587, 40.72206183287534 ], [ -110.85546540958211, 40.722065626960848 ], [ -110.85505082884303, 40.722136275615995 ], [ -110.85461858994962, 40.722159154591651 ], [ -110.85436395450768, 40.722185859624702 ], [ -110.85393143147836, 40.722338460514628 ], [ -110.85360545418689, 40.722500203620257 ], [ -110.85324377466662, 40.722742978438191 ], [ -110.85292351589065, 40.722994813562735 ], [ -110.85276927629027, 40.723134251302319 ], [ -110.85221681098236, 40.723439840051228 ], [ -110.8518683362153, 40.723597045077675 ], [ -110.85137052229844, 40.723817117528817 ], [ -110.85102100007889, 40.723911257966847 ], [ -110.85058851870784, 40.724036820329822 ], [ -110.85029217833895, 40.724176070714115 ], [ -110.85010236665386, 40.724333476050823 ], [ -110.84981771326099, 40.724540305380579 ], [ -110.84962203153333, 40.724674279748015 ], [ -110.84910645864466, 40.724886211451299 ], [ -110.8488220444297, 40.724984934633198 ], [ -110.84828412360996, 40.725128367525215 ], [ -110.84814076207147, 40.725164213672109 ], [ -110.84777943827619, 40.725235807078946 ], [ -110.84760172614406, 40.725276111584584 ], [ -110.84747741287312, 40.725266938729348 ], [ -110.84723492337643, 40.725154009758008 ], [ -110.84696892754043, 40.724964475460965 ], [ -110.84681524931887, 40.724851663307753 ], [ -110.84655514544693, 40.72467564886567 ], [ -110.84624773005582, 40.724477049160299 ], [ -110.84591056820739, 40.724341469589305 ], [ -110.84565629561907, 40.724205999890927 ], [ -110.8455144103926, 40.724115723426749 ], [ -110.84501775243112, 40.723826780339643 ], [ -110.84478725985922, 40.723650801639565 ], [ -110.84436137106897, 40.723483567854394 ], [ -110.84396498164504, 40.723361415711068 ], [ -110.84369279724956, 40.723293482462452 ], [ -110.84342659721725, 40.723198530685586 ], [ -110.84324909924848, 40.723148742118582 ], [ -110.84307764895506, 40.723044909492138 ], [ -110.84301286255548, 40.722900682712549 ], [ -110.84298959568423, 40.722724081168138 ], [ -110.84280069081726, 40.722490499550908 ], [ -110.84266504108184, 40.722269602350927 ], [ -110.84236949970689, 40.722066504093782 ], [ -110.84209163603558, 40.721899463936282 ], [ -110.8418241638027, 40.721845045718688 ], [ -110.84147032972781, 40.721758977965152 ], [ -110.84121594753954, 40.721677550303738 ], [ -110.84080774468067, 40.721550866702813 ], [ -110.84060085559466, 40.721415451148367 ], [ -110.84028166462649, 40.721203306190638 ], [ -110.84013420682778, 40.720973380962967 ], [ -110.84008153880367, 40.720716560880639 ], [ -110.83990446001786, 40.720495602973294 ], [ -110.8397274148123, 40.720261131824842 ], [ -110.83955019780073, 40.720098729536502 ], [ -110.83936693153387, 40.719990370589727 ], [ -110.83906511041764, 40.719944906835465 ], [ -110.83860932152, 40.71991724447664 ], [ -110.83841405355794, 40.719876432279555 ], [ -110.83802372579837, 40.7197092247944 ], [ -110.83779336426244, 40.719492693173883 ], [ -110.83752067502431, 40.719154484422667 ], [ -110.83738598141827, 40.719037181999425 ], [ -110.83718489545051, 40.718955820489747 ], [ -110.83690220069725, 40.718838308657254 ], [ -110.83666446648138, 40.718734372767472 ], [ -110.83642194182389, 40.718652951284497 ], [ -110.83604938636937, 40.718485762276693 ], [ -110.83561776534893, 40.718264435918201 ], [ -110.83538121918312, 40.718160499069064 ], [ -110.83520972950498, 40.718082779781163 ], [ -110.8348369220008, 40.718020087121467 ], [ -110.83455985427413, 40.718024194706047 ], [ -110.83441067888522, 40.718020377345624 ], [ -110.83428636086225, 40.718019298081458 ], [ -110.83397381779707, 40.718005335977182 ], [ -110.83369435966237, 40.718018446721629 ], [ -110.8327942586767, 40.718120746228173 ], [ -110.83242727387439, 40.718097692391851 ], [ -110.8320662002903, 40.718078249458522 ], [ -110.83181177334322, 40.718024727861668 ], [ -110.83157533613974, 40.717880244332875 ], [ -110.83119708425195, 40.717631052391496 ], [ -110.83067732004936, 40.717159137415969 ], [ -110.83051778109461, 40.717040889632813 ], [ -110.83016889474737, 40.716887229374962 ], [ -110.8298791631119, 40.716751672605355 ], [ -110.82957223583684, 40.716395377126211 ], [ -110.82930052021479, 40.716160750036039 ], [ -110.82895179113297, 40.715948529905091 ], [ -110.82870405889361, 40.715596824107955 ], [ -110.82855660937658, 40.715384000396121 ], [ -110.82828521157731, 40.715028655046609 ], [ -110.82791867445863, 40.714838926966422 ], [ -110.82771801906605, 40.714599897660229 ], [ -110.82757658520745, 40.714351947786305 ], [ -110.82750149912449, 40.714086079528798 ], [ -110.82731299166656, 40.713729053914903 ], [ -110.82706976486413, 40.713472843252177 ], [ -110.8268337974671, 40.713157185653174 ], [ -110.82660937927857, 40.712954153437487 ], [ -110.82645600866496, 40.712746723267628 ], [ -110.82621969539657, 40.7125661941065 ], [ -110.82593067086258, 40.712169376578586 ], [ -110.82564106227518, 40.711997774525663 ], [ -110.82518022669539, 40.711659251904408 ], [ -110.82501487133422, 40.711510358078641 ], [ -110.82469591894227, 40.711244117960845 ], [ -110.82443008739216, 40.711037415077435 ], [ -110.82395726214126, 40.710761029222191 ], [ -110.82340632691569, 40.710476414140501 ], [ -110.82322412796005, 40.710431992717986 ], [ -110.82299935060382, 40.710372190964968 ], [ -110.82269152148264, 40.710380727259519 ], [ -110.8224782102146, 40.710461477609215 ], [ -110.8221466193703, 40.71050150630942 ], [ -110.8217678174852, 40.710487409059219 ], [ -110.82105738804673, 40.710526849109364 ], [ -110.82058960510247, 40.710583778650118 ], [ -110.82005078426783, 40.71064239731934 ], [ -110.8197962156062, 40.710655513245143 ], [ -110.81944095695268, 40.710690992879904 ], [ -110.81921010197658, 40.710690631572263 ], [ -110.81897907623222, 40.710753330334235 ], [ -110.81866615503442, 40.710892473846236 ], [ -110.81845756056876, 40.710977728507387 ], [ -110.81812575645068, 40.711094319138681 ], [ -110.8178059741451, 40.711143362651519 ], [ -110.81750403566339, 40.711160903091304 ], [ -110.8171014425626, 40.711187291997135 ], [ -110.81703041220958, 40.711186278569521 ], [ -110.81678772909703, 40.711181389326512 ], [ -110.81651554546067, 40.711141318817731 ], [ -110.81621960036597, 40.711131839369607 ], [ -110.81565728256537, 40.711121934108967 ], [ -110.81506523088896, 40.711161526245128 ], [ -110.81455612512774, 40.711174222565106 ], [ -110.81407063413877, 40.711209476387452 ], [ -110.81363240997962, 40.711276334880196 ], [ -110.81343710722166, 40.711262506390504 ], [ -110.81304035577524, 40.71131591662482 ], [ -110.81279765990084, 40.711315523315101 ], [ -110.81262607272654, 40.71128821888275 ], [ -110.81226502673277, 40.711274119269419 ], [ -110.81182686630704, 40.711317548431083 ], [ -110.81160184996573, 40.711345108345036 ], [ -110.8112523883381, 40.711421111309363 ], [ -110.81087918449072, 40.7115195960302 ], [ -110.81054736454398, 40.711636164833124 ], [ -110.81026312918232, 40.711671732748705 ], [ -110.810197989738, 40.711680634350778 ], [ -110.80990801389474, 40.711653131169463 ], [ -110.80960048526579, 40.711553528842657 ], [ -110.8092392842572, 40.711593471611607 ], [ -110.80898472024052, 40.711602960224603 ], [ -110.80864734078062, 40.71159249192813 ], [ -110.80844615745434, 40.711565132222546 ], [ -110.80817967701721, 40.711601625336534 ], [ -110.80780078394972, 40.711618111627701 ], [ -110.80733901597293, 40.711635359261059 ], [ -110.80704318710868, 40.71158531740744 ], [ -110.80671173791653, 40.711571249893119 ], [ -110.80640976600343, 40.711598670806623 ], [ -110.80612537447719, 40.711687379501655 ], [ -110.80584099266547, 40.711772484037432 ], [ -110.80555063826115, 40.711875595176224 ], [ -110.80526616306295, 40.711992228523826 ], [ -110.80491652001925, 40.712126768422266 ], [ -110.80464995909418, 40.712189378424483 ], [ -110.80433010906242, 40.712256401838651 ], [ -110.80399255273386, 40.712305376939057 ], [ -110.80373197587154, 40.712345473274418 ], [ -110.80329945474871, 40.712479867326408 ], [ -110.80306240886971, 40.71256954998929 ], [ -110.80280048705339, 40.712663694012598 ], [ -110.80254084981391, 40.712785768258783 ], [ -110.80228609915913, 40.712856500806197 ], [ -110.80198388214005, 40.712964086970764 ], [ -110.80166967800331, 40.713121199490438 ], [ -110.80139097649511, 40.713282876576329 ], [ -110.80118932217431, 40.713413155321717 ], [ -110.80092226967749, 40.713637912085382 ], [ -110.80079160859162, 40.713781825554015 ], [ -110.80055419183427, 40.713993119569139 ], [ -110.80036418469533, 40.714186477728411 ], [ -110.80025140420317, 40.714288981570249 ], [ -110.80003657039167, 40.714469684068327 ], [ -110.79975894878758, 40.71466288941361 ], [ -110.79958681816335, 40.714815738226598 ], [ -110.79944421782119, 40.714991159779892 ], [ -110.79914160755872, 40.715224859250412 ], [ -110.79904670190525, 40.715287754816814 ], [ -110.7989161826239, 40.715382118642232 ], [ -110.7987619431857, 40.715489953985113 ], [ -110.79851267434906, 40.715701223069232 ], [ -110.79824569888584, 40.715894443309551 ], [ -110.79790746600356, 40.716159607602535 ], [ -110.79768662090139, 40.71636642029469 ], [ -110.79726668911029, 40.716631439472287 ], [ -110.79700577672136, 40.716775119748419 ], [ -110.79656108572571, 40.717004058099931 ], [ -110.79631212004114, 40.717111723155639 ], [ -110.79595646831986, 40.717260639043445 ], [ -110.79562444520737, 40.717425811278346 ], [ -110.79522703588701, 40.717677349841814 ], [ -110.79481160083263, 40.71801443737175 ], [ -110.79467487345559, 40.718198872034904 ], [ -110.79446707724316, 40.718392188685705 ], [ -110.79406940797288, 40.718724800792522 ], [ -110.79374290095201, 40.71901699966287 ], [ -110.79349934224756, 40.719286824332507 ], [ -110.79324380193935, 40.719601670363012 ], [ -110.79302985384579, 40.719867042709311 ], [ -110.79282771649113, 40.720141444511967 ], [ -110.79263174929115, 40.720334779015609 ], [ -110.79242958089776, 40.720618188709075 ], [ -110.79220948194296, 40.720955617763252 ], [ -110.79198970326378, 40.721189447283798 ], [ -110.79180539993064, 40.721437754230038 ], [ -110.79164482426953, 40.721670788968083 ], [ -110.79143076475904, 40.721967688376139 ], [ -110.79113975256472, 40.722259943829187 ], [ -110.7909259172423, 40.722483872488347 ], [ -110.79077232200636, 40.722754755000487 ], [ -110.79060461809944, 40.722993180511892 ], [ -110.79030195480082, 40.723222352014318 ], [ -110.79004097056784, 40.723375925757139 ], [ -110.7897088173935, 40.723568106525704 ], [ -110.78931709933124, 40.723873686780863 ], [ -110.78916831891839, 40.724116649022044 ], [ -110.7890370715358, 40.724431712399067 ], [ -110.7889117150401, 40.724755795042711 ], [ -110.78881450578909, 40.7251655113064 ], [ -110.78873208892331, 40.725390577002216 ], [ -110.78841137527617, 40.72570529267044 ], [ -110.7878136554375, 40.725992472589958 ], [ -110.78740328347713, 40.726198916669972 ], [ -110.78718972143714, 40.726329148693374 ], [ -110.78681596789849, 40.726562684149677 ], [ -110.78664969774387, 40.726715524140502 ], [ -110.78637597419574, 40.727142929129101 ], [ -110.78624518325633, 40.727309347160549 ], [ -110.78603139900831, 40.727507141525635 ], [ -110.78582369319635, 40.727655399155701 ], [ -110.7856157985488, 40.72786221232144 ], [ -110.78549088179537, 40.728042153368648 ], [ -110.78518183711262, 40.728401924861011 ], [ -110.7848199938803, 40.728608449958649 ], [ -110.78466707408757, 40.728657712391247 ], [ -110.78438731506793, 40.728747276711523 ], [ -110.7841916473901, 40.728832493273124 ], [ -110.78388289807168, 40.729097670917859 ], [ -110.78380522565034, 40.729313733157468 ], [ -110.7837453886771, 40.729507307118901 ], [ -110.7836961362818, 40.729723422510048 ], [ -110.78355996919335, 40.730083513371568 ], [ -110.78353600760875, 40.730169050635872 ], [ -110.78347621288036, 40.730349111529307 ], [ -110.78341631559535, 40.730560702474264 ], [ -110.78333871299405, 40.730754242845727 ], [ -110.78324336113688, 40.730943245503752 ], [ -110.78299407037824, 40.73112835531294 ], [ -110.78279854334069, 40.731167625618426 ], [ -110.78257941645924, 40.731180726055456 ], [ -110.78230691096084, 40.731220751370429 ], [ -110.78192207942729, 40.731206511976779 ], [ -110.78165573018157, 40.731174478181117 ], [ -110.78145446970576, 40.731156080000346 ], [ -110.78123559339349, 40.731092604831005 ], [ -110.78092205302096, 40.731006427990209 ], [ -110.78072796960372, 40.7309664214024 ], [ -110.78034925654815, 40.730892731293132 ], [ -110.77990398727223, 40.730891883124393 ], [ -110.77967303333976, 40.730900451167315 ], [ -110.77941217617769, 40.730999048112302 ], [ -110.77913337606751, 40.731151662036126 ], [ -110.77880716057747, 40.731317697405316 ], [ -110.7784279516256, 40.731393543636351 ], [ -110.77801342128991, 40.731407161013465 ], [ -110.77757513707741, 40.731441451025923 ], [ -110.77684056446346, 40.731543632670494 ], [ -110.77641548330976, 40.731524792771125 ], [ -110.77611814906442, 40.731551242399398 ], [ -110.77568590214575, 40.731550403213319 ], [ -110.77532492163962, 40.73148664060141 ], [ -110.77502312327508, 40.73143200087479 ], [ -110.77461480505585, 40.731359135118183 ], [ -110.77431857899875, 40.73140810389917 ], [ -110.77405759011262, 40.731542723067221 ], [ -110.77374292792864, 40.731789844556928 ], [ -110.77354706984427, 40.73192459020828 ], [ -110.77340451736298, 40.732054935855579 ], [ -110.7731965553174, 40.732266230651781 ], [ -110.77298871442514, 40.732441490712112 ], [ -110.77273353282295, 40.732607648544715 ], [ -110.77253182570836, 40.73271985931671 ], [ -110.77225887798491, 40.732885981078006 ], [ -110.7720453727173, 40.732984654744506 ], [ -110.77183794201218, 40.733038296788301 ], [ -110.77159453633014, 40.733222492651386 ], [ -110.7714635733708, 40.733424927969068 ], [ -110.77096492844984, 40.733788789765292 ], [ -110.77063266563837, 40.733981815868752 ], [ -110.77036570689206, 40.734125423398588 ], [ -110.77008682661329, 40.734291528172662 ], [ -110.76981972574592, 40.734475673046475 ], [ -110.76949345540666, 40.734646186182935 ], [ -110.76923239747262, 40.734794307177097 ], [ -110.76901289784924, 40.734910980496778 ], [ -110.76877539905688, 40.735095182165331 ], [ -110.76857944322786, 40.735252440707846 ], [ -110.76838339274993, 40.735436724650697 ], [ -110.76815151480105, 40.735706518396199 ], [ -110.76790216765765, 40.735890694439156 ], [ -110.76760558749666, 40.736034235961498 ], [ -110.76731510028816, 40.736128241472571 ], [ -110.76707800093202, 40.736195328072782 ], [ -110.76678148057181, 40.736320850306342 ], [ -110.76643160149965, 40.736464281094669 ], [ -110.76614690623009, 40.736594329938796 ], [ -110.76571994815835, 40.736764628292818 ], [ -110.76543520276621, 40.736908188231141 ], [ -110.76522039524498, 40.73703387246114 ], [ -110.7651499492719, 40.737195884663265 ], [ -110.7651728599301, 40.737416642941106 ], [ -110.76518992819848, 40.737614867723714 ], [ -110.76524244784331, 40.737835686202246 ], [ -110.76531266980307, 40.738074557919823 ], [ -110.76537117529557, 40.738277371217642 ], [ -110.76540468298904, 40.738516168224578 ], [ -110.76540406586564, 40.738691835398988 ], [ -110.76549312845472, 40.738962275492909 ], [ -110.76570539821233, 40.739223957029672 ], [ -110.76587653224638, 40.739395468372372 ], [ -110.76601791878308, 40.739606557155547 ], [ -110.76606442294741, 40.739855289762332 ], [ -110.7660519478727, 40.740035437184332 ], [ -110.76608105264381, 40.740179634333735 ], [ -110.76618056183067, 40.740512254579777 ], [ -110.76626858430541, 40.740743053896914 ], [ -110.76639206387843, 40.740995545627506 ], [ -110.7664448421861, 40.741144294890098 ], [ -110.76634923847307, 40.741387334497183 ], [ -110.7661594328783, 40.74147253212891 ], [ -110.76595789316829, 40.741526175439255 ], [ -110.76569114707924, 40.741597703310781 ], [ -110.76548374781673, 40.741633316631102 ], [ -110.76523479872985, 40.741695870972315 ], [ -110.76495033248752, 40.741753848136355 ], [ -110.76458294053209, 40.741816159807307 ], [ -110.7642050439962, 40.741834306550736 ], [ -110.76381886269508, 40.741850633377943 ], [ -110.76332720077271, 40.741885660800264 ], [ -110.76307256638101, 40.741880634075265 ], [ -110.76284751053792, 40.741884676198111 ], [ -110.76269356791643, 40.741875351164161 ], [ -110.76229709184958, 40.74178895332787 ], [ -110.7620497891501, 40.741720879020718 ], [ -110.76188288268585, 40.741693508914686 ], [ -110.7614920412293, 40.741688197626019 ], [ -110.76127186855858, 40.741651707922792 ], [ -110.7610184357728, 40.741642174835825 ], [ -110.76058591404377, 40.741699834597185 ], [ -110.76037859260748, 40.741712917322637 ], [ -110.75977421582962, 40.741801747345249 ], [ -110.75946015019699, 40.74185514504893 ], [ -110.75877255227648, 40.742029378357742 ], [ -110.75835751537484, 40.742163639667645 ], [ -110.75801364038868, 40.74227102280399 ], [ -110.75785351408889, 40.742333747397353 ], [ -110.75750356804429, 40.742481655110311 ], [ -110.75718305109254, 40.742679171138512 ], [ -110.75709402191114, 40.742733035590547 ], [ -110.7569041187503, 40.742840739340338 ], [ -110.75666667327638, 40.742993385703784 ], [ -110.75649437103431, 40.743146169025884 ], [ -110.75629823114123, 40.743339440588358 ], [ -110.7561258613524, 40.74351024046485 ], [ -110.75591749607069, 40.743807084761066 ], [ -110.75580424809252, 40.744005035036764 ], [ -110.75565518537935, 40.744279482714489 ], [ -110.75546497854384, 40.744468261065172 ], [ -110.75520917894443, 40.74477851646251 ], [ -110.7550605582241, 40.744931347813861 ], [ -110.75487024861776, 40.745147150820721 ], [ -110.75469800289423, 40.745281914265135 ], [ -110.7544132306636, 40.745416438073164 ], [ -110.75434793498086, 40.745456837935684 ], [ -110.75411062366075, 40.745568940431625 ], [ -110.7537072507499, 40.745743748574931 ], [ -110.75352924497966, 40.745833454842533 ], [ -110.75314959211642, 40.745999303052116 ], [ -110.7528410904704, 40.746142780830965 ], [ -110.75273423568304, 40.746210116644839 ], [ -110.75258577303819, 40.746317901983488 ], [ -110.75240861463747, 40.746497694566052 ], [ -110.75216987777397, 40.746672850352532 ], [ -110.7519917670672, 40.74678957987549 ], [ -110.75183154057272, 40.746874817395209 ], [ -110.75163566108758, 40.746991508156668 ], [ -110.75140407782888, 40.747153164800636 ], [ -110.75119017724526, 40.747337380650528 ], [ -110.75098818787853, 40.747503604551873 ], [ -110.750732759472, 40.747705747181982 ], [ -110.75055563650712, 40.747556722257265 ], [ -110.75031333219394, 40.747416564690255 ], [ -110.75011812624625, 40.747352181016367 ], [ -110.74983427784721, 40.747235354907467 ], [ -110.749579691804, 40.74721228126517 ], [ -110.74926745388814, 40.747085482676567 ], [ -110.74902390175562, 40.746963336929085 ], [ -110.74874594895643, 40.746854628718708 ], [ -110.74854468452459, 40.746827164544705 ], [ -110.74823732429566, 40.746664339298192 ], [ -110.7481192477921, 40.746564986824119 ], [ -110.74775252870293, 40.746438065219564 ], [ -110.74755717140764, 40.746415116544355 ], [ -110.74730380790102, 40.746383031932176 ], [ -110.7470365720078, 40.746260830125799 ], [ -110.74672310763907, 40.746147534887747 ], [ -110.74658716433179, 40.746075167502894 ], [ -110.74620894841365, 40.745858129504342 ], [ -110.745966933644, 40.745645894424939 ], [ -110.74578350990251, 40.745600447450165 ], [ -110.74555873247512, 40.745527883153883 ], [ -110.74539935627533, 40.745388798881542 ], [ -110.74498506668658, 40.745314914409718 ], [ -110.74455946403729, 40.74510227058876 ], [ -110.74400921822064, 40.744961417815766 ], [ -110.74380809975712, 40.744897911201519 ], [ -110.74347081944434, 40.744820588749391 ], [ -110.74299621084062, 40.744724942355603 ], [ -110.74255325421471, 40.744714946557188 ], [ -110.74228687046882, 40.744682821886713 ], [ -110.74198479629375, 40.744691155637845 ], [ -110.74165920697097, 40.744654392840268 ], [ -110.7414457934954, 40.744707966719915 ], [ -110.74113752083485, 40.744787452507659 ], [ -110.74077008684354, 40.744850589085807 ], [ -110.74043228497806, 40.744908385961409 ], [ -110.74020719675445, 40.744917789029152 ], [ -110.73999991414357, 40.744917322281538 ], [ -110.73981667555802, 40.744825922252822 ], [ -110.73961545612664, 40.744789433982447 ], [ -110.73943149415081, 40.7448836093849 ], [ -110.73918242083192, 40.744968628751998 ], [ -110.73899283473654, 40.744986217432974 ], [ -110.73871427200973, 40.745039638911337 ], [ -110.73825773739021, 40.745169229567153 ], [ -110.7379910499113, 40.745214568464803 ], [ -110.73755249591522, 40.745289244534071 ], [ -110.73739846057198, 40.745302407113741 ], [ -110.73708992852573, 40.745445842715434 ], [ -110.7368465772669, 40.74558041749296 ], [ -110.73656760158607, 40.745737432008326 ], [ -110.73633035210807, 40.745826075637815 ], [ -110.73602202551585, 40.745916357962351 ], [ -110.73591533238428, 40.745938635450287 ], [ -110.73570191024545, 40.745992198670493 ], [ -110.7354703455953, 40.746140310452986 ], [ -110.73528048732096, 40.746225457073258 ], [ -110.73505496854511, 40.746342051703891 ], [ -110.73471690368923, 40.746462891576989 ], [ -110.73434342804786, 40.746552118781771 ], [ -110.73413581757997, 40.746632718339001 ], [ -110.733981419521, 40.746735961731567 ], [ -110.73382117029368, 40.746821174179026 ], [ -110.73366158554667, 40.746739728442712 ], [ -110.73354345877092, 40.746658378202348 ], [ -110.73345483690248, 40.746604121846453 ], [ -110.73314157422004, 40.746445747102818 ], [ -110.73282813276801, 40.746332414201724 ], [ -110.73250320839347, 40.746128967614361 ], [ -110.7320244470463, 40.745889128547404 ], [ -110.73172287308033, 40.745771315878912 ], [ -110.73144484491755, 40.745689591700284 ], [ -110.73122578774219, 40.745671064550216 ], [ -110.73076434374528, 40.745544769218661 ], [ -110.73058685316838, 40.745499311940755 ], [ -110.73026156117271, 40.745389547845207 ], [ -110.7300544411754, 40.745348524811099 ], [ -110.72945555127019, 40.745234514773642 ], [ -110.72896532423152, 40.74519733014511 ], [ -110.7287343880258, 40.745187778994499 ], [ -110.72850361674065, 40.745137688965045 ], [ -110.72823709156805, 40.745141566034782 ], [ -110.72771559196919, 40.745221414562621 ], [ -110.72747371979203, 40.745279399763014 ], [ -110.72738360755768, 40.745301708514333 ], [ -110.72708162100034, 40.745287481905613 ], [ -110.72678557539435, 40.745268764258554 ], [ -110.72643628387877, 40.745236406728587 ], [ -110.72605721447512, 40.745244516272265 ], [ -110.72586181284406, 40.745235043708284 ], [ -110.72560728002547, 40.745202908696186 ], [ -110.72515099728055, 40.745264883411615 ], [ -110.72487249674678, 40.745300254372857 ], [ -110.72432730239314, 40.745380031100574 ], [ -110.72379408199502, 40.745428303727742 ], [ -110.72323119281246, 40.745490015683615 ], [ -110.72276932021448, 40.74547088997398 ], [ -110.72253236801892, 40.745483833519373 ], [ -110.72214158322717, 40.74546037185938 ], [ -110.72183946202638, 40.745478562250639 ], [ -110.72165589012636, 40.745472714524134 ], [ -110.7214895931539, 40.745584921138793 ], [ -110.72170231175589, 40.745702546321276 ], [ -110.72184973423201, 40.745856048256471 ], [ -110.72194389286992, 40.746000413073205 ], [ -110.72203182938667, 40.746216831792623 ], [ -110.72205491916833, 40.746361025330742 ], [ -110.72197719537145, 40.746536506235017 ], [ -110.72187579988622, 40.746707425732097 ], [ -110.72162047456969, 40.746864461042698 ], [ -110.72125869658933, 40.746984303403991 ], [ -110.72105655501311, 40.74716939260626 ], [ -110.72095500558409, 40.747376345376701 ], [ -110.72077052045877, 40.747587601744065 ], [ -110.72069326298227, 40.747650475140375 ], [ -110.72041448608786, 40.747748894979104 ], [ -110.72023654376433, 40.747811524127641 ], [ -110.71989233325853, 40.747977348711942 ], [ -110.71966659269053, 40.748138955761632 ], [ -110.71958867132376, 40.748359477602804 ], [ -110.71948700195532, 40.748593454592786 ], [ -110.71944524033601, 40.748665422021716 ], [ -110.71938567269028, 40.748746354760861 ], [ -110.71926672638983, 40.748863177520846 ], [ -110.71897594522201, 40.748997599123996 ], [ -110.71879780848317, 40.749105268643618 ], [ -110.7184947619667, 40.749338753915715 ], [ -110.71832850705772, 40.749437443067194 ], [ -110.71807325808048, 40.749571949088555 ], [ -110.71786577102239, 40.749616485153865 ], [ -110.71767024353434, 40.749634024256281 ], [ -110.71747458249752, 40.749683092852791 ], [ -110.71722525365207, 40.749817611482236 ], [ -110.71708857146197, 40.749925379901498 ], [ -110.71689256528525, 40.750055524190977 ], [ -110.71660786908485, 40.750149415953892 ], [ -110.71630534619368, 40.750256776116508 ], [ -110.71605610865794, 40.750368770893196 ], [ -110.7157949862483, 40.750489744477228 ], [ -110.71554559343217, 40.750637772216095 ], [ -110.71536742759145, 40.750749940636723 ], [ -110.71521297187161, 40.750857662979755 ], [ -110.71500507891857, 40.750995882457552 ], [ -110.71488636721323, 40.751055046107048 ], [ -110.71474392905891, 40.751122258746292 ], [ -110.71465452718168, 40.751252662628978 ], [ -110.7145351058135, 40.751477582618861 ], [ -110.71433882023098, 40.75167078211765 ], [ -110.71404811343082, 40.751782669876725 ], [ -110.7138641542173, 40.751863291457063 ], [ -110.71354309634792, 40.75214626629397 ], [ -110.71345371008391, 40.752272164953609 ], [ -110.71335814900378, 40.752456604171741 ], [ -110.71333360574459, 40.752654732633758 ], [ -110.71318454277431, 40.752884081842986 ], [ -110.71295969918211, 40.75282947121368 ], [ -110.71266987699032, 40.752734159654842 ], [ -110.71242699353037, 40.752742563342245 ], [ -110.71227885925992, 40.752755707064452 ], [ -110.71220182087103, 40.752764523597556 ], [ -110.71192353507226, 40.752741307807682 ], [ -110.71168084607184, 40.752704667362543 ], [ -110.71145033444121, 40.752591483670443 ], [ -110.71137399732999, 40.752438146428155 ], [ -110.71124417429793, 40.75232611493513 ], [ -110.71094832063233, 40.752256908928238 ], [ -110.71072977489288, 40.752116727926946 ], [ -110.71057045979127, 40.751976695057927 ], [ -110.71033479194384, 40.751687828285611 ], [ -110.71016475873634, 40.751561280864273 ], [ -110.7099864145102, 40.751439216612525 ], [ -110.70966133943389, 40.751280748616772 ], [ -110.70936535085227, 40.751243969207358 ], [ -110.70895700420553, 40.75116636700983 ], [ -110.70861274372868, 40.751061899346112 ], [ -110.70841295932688, 40.750967705221719 ], [ -110.70835422645737, 40.750854048313741 ], [ -110.70831317970182, 40.750759354158134 ], [ -110.70817784000094, 40.750556318263222 ], [ -110.70805420887294, 40.750384841965243 ], [ -110.7078652697214, 40.750249234697414 ], [ -110.70762280907219, 40.750163038919801 ], [ -110.70741553048698, 40.750158009342613 ], [ -110.70714314056657, 40.750143805585886 ], [ -110.70680001343094, 40.750052848299191 ], [ -110.70642103352884, 40.750033867705923 ], [ -110.70624384516088, 40.749920809201683 ], [ -110.70607838394943, 40.749834806128924 ], [ -110.70564681554337, 40.749653534017369 ], [ -110.70530379241515, 40.749540051009753 ], [ -110.70513839305249, 40.749440533822792 ], [ -110.70489003606653, 40.749349812927143 ], [ -110.7045823727471, 40.749276956941301 ], [ -110.70431590979148, 40.749262761683916 ], [ -110.70409120553904, 40.749181108275046 ], [ -110.70409762741588, 40.749068517061552 ], [ -110.70393245077581, 40.748919451332249 ], [ -110.70358921435376, 40.748855510053616 ], [ -110.70323433346657, 40.748746494740629 ], [ -110.70279689730796, 40.748556188249076 ], [ -110.70244802228041, 40.748429168750157 ], [ -110.7022413321622, 40.748293506480813 ], [ -110.70207583995891, 40.748216506189408 ], [ -110.70184552112276, 40.748067269289734 ], [ -110.70165684273732, 40.747877600799853 ], [ -110.70139703394179, 40.747701260917943 ], [ -110.7009298961471, 40.747533392021545 ], [ -110.70038427971974, 40.747432882158257 ], [ -110.69993029745319, 40.747238017512167 ], [ -110.6997588474908, 40.747170007016564 ], [ -110.69936221990059, 40.747128435801322 ], [ -110.69895393055532, 40.747046294030802 ], [ -110.69859390185248, 40.747031841481054 ], [ -110.69813664206288, 40.747039655094852 ], [ -110.69807147796634, 40.747043088094188 ], [ -110.69792929246911, 40.747052625535375 ], [ -110.69762634464627, 40.746988771952324 ], [ -110.69725481877309, 40.746897711862154 ], [ -110.69673443553924, 40.746720677683172 ], [ -110.69632057780056, 40.746561938719012 ], [ -110.69609591709892, 40.746474864667171 ], [ -110.69614985080098, 40.74633627395562 ], [ -110.69624559393358, 40.746120319141241 ], [ -110.69625331566726, 40.745985210191861 ], [ -110.69614003547942, 40.745890321527177 ], [ -110.69580325362057, 40.745714667205149 ], [ -110.69565583405188, 40.745573744124364 ], [ -110.69559786285878, 40.745298828370565 ], [ -110.69555177791014, 40.745014935308959 ], [ -110.69551106102062, 40.744852672746021 ], [ -110.69503211342747, 40.744684748771931 ], [ -110.69448423322567, 40.744309442095108 ], [ -110.69418780113969, 40.744119476027642 ], [ -110.69387470583568, 40.743947482242163 ], [ -110.69347888696478, 40.743734729149139 ], [ -110.6932370067554, 40.743531392553429 ], [ -110.69309534984026, 40.743427416823479 ], [ -110.69290026930859, 40.743350324651963 ], [ -110.69268174925523, 40.743219118010664 ], [ -110.69246310558044, 40.743114936490628 ], [ -110.69233454178909, 40.742997481773564 ], [ -110.69215633203139, 40.742858273815237 ], [ -110.6917299203876, 40.742860739177125 ], [ -110.69151663963962, 40.742878186587411 ], [ -110.69136754709321, 40.742846257835623 ], [ -110.69125744366073, 40.742579308139291 ], [ -110.69121696363425, 40.74236839807282 ], [ -110.69112325172357, 40.742142931746521 ], [ -110.69088146786601, 40.741921573180633 ], [ -110.69069882264577, 40.741718389841559 ], [ -110.69052801842582, 40.741516138818831 ], [ -110.69022667179223, 40.74136939072929 ], [ -110.69002544439618, 40.741342725480784 ], [ -110.6896233502107, 40.741211920728531 ], [ -110.689409187316, 40.741165400645897 ], [ -110.68923810960302, 40.741277547971912 ], [ -110.68903604801504, 40.741430150380189 ], [ -110.68869794662747, 40.741546351102528 ], [ -110.68846713438293, 40.741514198166946 ], [ -110.6880456330391, 40.741481529544998 ], [ -110.68784551058843, 40.741471979869175 ], [ -110.68760877699731, 40.74143980920303 ], [ -110.68739558411174, 40.741439231995194 ], [ -110.68711716453977, 40.741456494844975 ], [ -110.68698108463843, 40.741429100009825 ], [ -110.68691125545128, 40.741418100265932 ], [ -110.68687812592192, 40.741410803495924 ], [ -110.68648420571282, 40.741306134999391 ], [ -110.68606539315792, 40.74120590176814 ], [ -110.68573860459145, 40.741182490916032 ], [ -110.68549005028864, 40.741145779407283 ], [ -110.68521188629242, 40.741108986613106 ], [ -110.68492758807918, 40.741117219525663 ], [ -110.68461958054533, 40.741129891268734 ], [ -110.6844240056823, 40.741160886896104 ], [ -110.68381416787273, 40.741132192049136 ], [ -110.68348852219395, 40.74111778658208 ], [ -110.68300323519635, 40.741049790982494 ], [ -110.68244704394124, 40.740948266380443 ], [ -110.6822280164958, 40.740929646328105 ], [ -110.68200905352654, 40.740897513101416 ], [ -110.68168961052177, 40.740824563590166 ], [ -110.68160747617583, 40.740662181810777 ], [ -110.6814779452386, 40.740504173494074 ], [ -110.68122952057563, 40.740441328156351 ], [ -110.68062044915632, 40.740254066755938 ], [ -110.68029498103061, 40.740203618272069 ], [ -110.67995153179697, 40.740198162138711 ], [ -110.67967346131289, 40.740143339006529 ], [ -110.67944907759589, 40.740007586688172 ], [ -110.67929541123887, 40.739944099446703 ], [ -110.67920552838578, 40.739916823793521 ], [ -110.67897022715832, 40.739835091950489 ], [ -110.67869150880297, 40.739915394031627 ], [ -110.67875150774546, 40.739753405779467 ], [ -110.67884710251714, 40.739578003599945 ], [ -110.67897265244522, 40.739330615643915 ], [ -110.67884297868551, 40.739204134137886 ], [ -110.67868894631155, 40.739217218389555 ], [ -110.67859424051176, 40.739207946084989 ], [ -110.67850545655946, 40.739198690197348 ], [ -110.67822133939863, 40.739170872599601 ], [ -110.67799644063373, 40.739143219523463 ], [ -110.67761182707648, 40.739079085513978 ], [ -110.6772617566504, 40.738974507995422 ], [ -110.67694333813691, 40.738937582709276 ], [ -110.67680110601746, 40.73895970609604 ], [ -110.67669438279992, 40.73898643308825 ], [ -110.67647527617233, 40.738985819151999 ], [ -110.67617931719906, 40.738957963335764 ], [ -110.67598391972277, 40.738952910667422 ], [ -110.67577049445019, 40.739001858787404 ], [ -110.67544455455626, 40.739050490189499 ], [ -110.67524895534676, 40.739086875390235 ], [ -110.67497030586085, 40.739152754886497 ], [ -110.67466770082679, 40.739273518807714 ], [ -110.67441262311915, 40.739362885818196 ], [ -110.67408047286695, 40.739470051909663 ], [ -110.67380159621445, 40.739581871924727 ], [ -110.67348714341234, 40.739702599253917 ], [ -110.67326724109208, 40.739864132221989 ], [ -110.67298825114938, 40.739998471501764 ], [ -110.67274492393641, 40.740105885349578 ], [ -110.67238302520494, 40.740239988058939 ], [ -110.672117148618, 40.740356345193909 ], [ -110.67161189223897, 40.740499046771411 ], [ -110.67116115996519, 40.740632892860908 ], [ -110.67070452615208, 40.740762216037055 ], [ -110.67046729230215, 40.740833607955253 ], [ -110.67025980124154, 40.74087805849009 ], [ -110.67005823187557, 40.740922525579037 ], [ -110.66972022962803, 40.74101254596782 ], [ -110.6694534775848, 40.741064933220102 ], [ -110.66918620740462, 40.741221818386741 ], [ -110.66895446802062, 40.741378804841752 ], [ -110.66869906180756, 40.741531218585543 ], [ -110.66834885712312, 40.741692368025767 ], [ -110.66807034231219, 40.741727601891633 ], [ -110.6678454616859, 40.741695424785334 ], [ -110.66757888038033, 40.741712674563921 ], [ -110.66751970935113, 40.741702594649162 ], [ -110.66735404941473, 40.741670587160193 ], [ -110.66723571649736, 40.741648625371944 ], [ -110.66693965987268, 40.741638762828842 ], [ -110.66660855838413, 40.741768431930531 ], [ -110.66634626396683, 40.74187577745095 ], [ -110.66629885604418, 40.741881946431349 ], [ -110.66615070116305, 40.741902237824483 ], [ -110.66572451629602, 40.741860465530245 ], [ -110.66550517934704, 40.741903972333269 ], [ -110.66513801207545, 40.741902907685777 ], [ -110.66490686666747, 40.741939172195146 ], [ -110.66471123526956, 40.741979142859869 ], [ -110.66452769670057, 40.741969600929821 ], [ -110.66390011727485, 40.741936244990427 ], [ -110.66356904959146, 40.741822672712637 ], [ -110.66326160302945, 40.741722681331169 ], [ -110.6628840045878, 40.741676535978925 ], [ -110.66250497183717, 40.741679932610111 ], [ -110.66222556589658, 40.741656593730831 ], [ -110.661965224657, 40.741610788460569 ], [ -110.66165117475715, 40.74164590275663 ], [ -110.66142577227625, 40.741717310748818 ], [ -110.66136056137189, 40.741730632372551 ], [ -110.66124198356047, 40.741757310271716 ], [ -110.66101125278423, 40.741711589752704 ], [ -110.66085769172611, 40.741630061064839 ], [ -110.6606394466897, 40.741458255802705 ], [ -110.66043357360708, 40.741182887382976 ], [ -110.66033964667849, 40.741020455836654 ], [ -110.66011052400798, 40.740659436496607 ], [ -110.660016456406, 40.740524930987782 ], [ -110.65965506273719, 40.740554495226192 ], [ -110.65945344147113, 40.740607952259623 ], [ -110.65917467834318, 40.740691810489537 ], [ -110.65893733595152, 40.740782096481638 ], [ -110.65870637992822, 40.740781413793457 ], [ -110.65848181121673, 40.740689762467085 ], [ -110.65832232906847, 40.740609113739502 ], [ -110.6580623867598, 40.740486727561915 ], [ -110.65790890136313, 40.740391682231632 ], [ -110.65769598953766, 40.740336999270681 ], [ -110.65729350778034, 40.740295266142404 ], [ -110.65704467209574, 40.740317048596403 ], [ -110.65674288638837, 40.740271108393074 ], [ -110.65648229950092, 40.740274837443302 ], [ -110.65616158901015, 40.740454054935554 ], [ -110.65611405128354, 40.740485443487401 ], [ -110.65592387672066, 40.74061550173689 ], [ -110.65581786267659, 40.740732297730951 ], [ -110.65568507165599, 40.740988647369626 ], [ -110.6555532595368, 40.741284637692772 ], [ -110.65547545557233, 40.741442957190763 ], [ -110.65533834268774, 40.741618215920532 ], [ -110.65517772702287, 40.741757369791962 ], [ -110.65483345741686, 40.741909487294102 ], [ -110.65458405571657, 40.742039366163155 ], [ -110.65438249590549, 40.742079301571515 ], [ -110.65416337962851, 40.742078645240511 ], [ -110.65373076549086, 40.742135904206592 ], [ -110.65351150880051, 40.742162272071859 ], [ -110.65332762066019, 40.7422202759209 ], [ -110.65322622022485, 40.742359604896826 ], [ -110.6530473171713, 40.74259779562955 ], [ -110.65290427341846, 40.742773033595185 ], [ -110.65274940806324, 40.742943731503395 ], [ -110.65253464061658, 40.743244873824047 ], [ -110.65244498752553, 40.743402254682159 ], [ -110.65219520019902, 40.743604196111733 ], [ -110.65204662888834, 40.743702843088769 ], [ -110.6518743494992, 40.743805021813657 ], [ -110.6516424619408, 40.74398089103245 ], [ -110.6514759576756, 40.744111013293285 ], [ -110.65136851063548, 40.744272843862753 ], [ -110.65117746885076, 40.744565046625468 ], [ -110.65110458150275, 40.744686442613229 ], [ -110.65099248896865, 40.744830241544122 ], [ -110.65079042386407, 40.74496475956493 ], [ -110.65065359782058, 40.745081457482563 ], [ -110.65046339953021, 40.745211506534247 ], [ -110.65029613490472, 40.74548576256273 ], [ -110.6502541356608, 40.745589234348785 ], [ -110.6501111253486, 40.745755460236289 ], [ -110.64993274525293, 40.745890048527095 ], [ -110.64964188595017, 40.746015286546132 ], [ -110.64930892979145, 40.746262012182925 ], [ -110.64909508310477, 40.746382978479112 ], [ -110.64893925197512, 40.746508625157951 ], [ -110.64872620911694, 40.746701662094374 ], [ -110.64859494273895, 40.746885939027116 ], [ -110.64846350960465, 40.747101745430982 ], [ -110.64839163297034, 40.747254672856371 ], [ -110.64833257202355, 40.747448178023994 ], [ -110.64811697019096, 40.747676339577616 ], [ -110.64794464127611, 40.747784818224133 ], [ -110.64775923936081, 40.747901364461967 ], [ -110.64759385469533, 40.748040493040641 ], [ -110.64747445153273, 40.748220300567624 ], [ -110.64743822605121, 40.748350814732092 ], [ -110.6474260953499, 40.748404829323121 ], [ -110.64741334607623, 40.748575953921566 ], [ -110.64731182839664, 40.748733294380813 ], [ -110.64721040545447, 40.748872617821526 ], [ -110.64704887419232, 40.749178416593537 ], [ -110.64695322978575, 40.749344783285963 ], [ -110.64689297823834, 40.749538283998454 ], [ -110.64683286932193, 40.749704759292129 ], [ -110.64681436233168, 40.749844336046586 ], [ -110.64689030964017, 40.750042757744559 ], [ -110.64700167498376, 40.750263809229153 ], [ -110.64711285056102, 40.750520894436271 ], [ -110.64716463679824, 40.750808427236869 ], [ -110.64717585867913, 40.750926474253653 ], [ -110.64723943885524, 40.75122395251816 ], [ -110.64720830088628, 40.751512132642858 ], [ -110.64718367601542, 40.751688625983292 ], [ -110.64711892752396, 40.751836169114718 ], [ -110.64712249902693, 40.752056890788751 ], [ -110.64705004227413, 40.752317918685179 ], [ -110.64691833123615, 40.752583269566436 ], [ -110.64681678239613, 40.752745113678358 ], [ -110.64678026706846, 40.752929678247099 ], [ -110.64674379921436, 40.753105234343117 ], [ -110.64666596519115, 40.753262646589363 ], [ -110.64651101170455, 40.753442344103568 ], [ -110.64623231730013, 40.753500046084689 ], [ -110.64596549246002, 40.753553279502597 ], [ -110.6456927441196, 40.753606494118408 ], [ -110.64536555563454, 40.753649631363437 ], [ -110.64499902520427, 40.753739491390967 ], [ -110.64446520330144, 40.753877481463071 ], [ -110.64397267281366, 40.754047126537664 ], [ -110.64341491319207, 40.754230080884874 ], [ -110.64297575807018, 40.754386373689712 ], [ -110.64275029275368, 40.754457744790102 ], [ -110.64231050695129, 40.754731144866227 ], [ -110.64215004986869, 40.754829742033948 ], [ -110.64199660349924, 40.754946377916873 ], [ -110.64179303903703, 40.755130422526697 ], [ -110.64150720062253, 40.7554133057996 ], [ -110.64132863208003, 40.755574905722092 ], [ -110.64113237038266, 40.755722036595998 ], [ -110.6409301021471, 40.755884463055992 ], [ -110.6407218902357, 40.75605047409136 ], [ -110.64050739003508, 40.756284029617305 ], [ -110.64012674352099, 40.756571118348148 ], [ -110.63987048436798, 40.756858594007944 ], [ -110.63958436279567, 40.757191018794551 ], [ -110.6393095009295, 40.757631581146853 ], [ -110.63908926211128, 40.757829081660006 ], [ -110.63891082746798, 40.757963652404342 ], [ -110.63870243332931, 40.758161189223408 ], [ -110.63847437510651, 40.758489288629242 ], [ -110.63825446107957, 40.758844438861352 ], [ -110.63802187934667, 40.759131984497188 ], [ -110.63761660645133, 40.759585646433173 ], [ -110.63749130538946, 40.759751911818213 ], [ -110.63734235812638, 40.759909094171661 ], [ -110.63715767234076, 40.760102198326052 ], [ -110.63690782514938, 40.760295097191282 ], [ -110.63667574756452, 40.760488051449691 ], [ -110.63649599350455, 40.760645135699271 ], [ -110.63603817901489, 40.761170695140535 ], [ -110.63578798037665, 40.76142665052997 ], [ -110.63556110594736, 40.761750243408407 ], [ -110.63497675465555, 40.76244656197369 ], [ -110.63473790173825, 40.76279263674008 ], [ -110.63463618439098, 40.762976990723423 ], [ -110.63450430404627, 40.763260343499709 ], [ -110.63445037174047, 40.763372779967419 ], [ -110.63428277320523, 40.763687549365407 ], [ -110.63419835595312, 40.763957539277982 ], [ -110.63413193235507, 40.764187047545356 ], [ -110.63397585707928, 40.764560408754186 ], [ -110.63395771426305, 40.764627915565512 ], [ -110.63390923437444, 40.764825950557224 ], [ -110.63383678592503, 40.765073456665768 ], [ -110.63378225761357, 40.765293993846164 ], [ -110.63374002229423, 40.765433492793861 ], [ -110.63343100281458, 40.765608178956548 ], [ -110.6332588017471, 40.765680601351733 ], [ -110.63310531978222, 40.765796324177941 ], [ -110.63298503242044, 40.765908548935442 ], [ -110.63272927677718, 40.766092411154695 ], [ -110.6325746279542, 40.766204526120212 ], [ -110.63229566974977, 40.766298227717485 ], [ -110.63195127116877, 40.766441267133231 ], [ -110.63170158406447, 40.766598120674651 ], [ -110.63154599626994, 40.766665188367547 ], [ -110.63137468160087, 40.766790761365627 ], [ -110.63117861392391, 40.766892832702688 ], [ -110.63088737372973, 40.767063965383159 ], [ -110.63053077039773, 40.767270021528098 ], [ -110.6301744894804, 40.767417521853595 ], [ -110.62993116862745, 40.767493314751967 ], [ -110.62950406860574, 40.767591038720305 ], [ -110.62922502522763, 40.767698245450255 ], [ -110.62903529673756, 40.767724661460647 ], [ -110.62872088155231, 40.76780022325012 ], [ -110.62838881811417, 40.767853205917888 ], [ -110.62816926634133, 40.767915558764855 ], [ -110.62787234593515, 40.768040721762326 ], [ -110.62765801347908, 40.768229210499285 ], [ -110.62754487212578, 40.768332444005665 ], [ -110.62738958043926, 40.768557157057089 ], [ -110.62722904288749, 40.76866023720838 ], [ -110.62706863074594, 40.768740796106663 ], [ -110.62675985576895, 40.768865917908762 ], [ -110.62651645013919, 40.768955216162702 ], [ -110.62615957082399, 40.769206300673929 ], [ -110.62573744380637, 40.769470685342384 ], [ -110.62547051371254, 40.769528375083148 ], [ -110.62520373500828, 40.769559038982699 ], [ -110.62498452919469, 40.769558326866381 ], [ -110.62478314243754, 40.769549564556144 ], [ -110.62429721329048, 40.769569604195866 ], [ -110.62409550170067, 40.769618494484199 ], [ -110.62382764381341, 40.769630233686378 ], [ -110.62365129232406, 40.769594525289634 ], [ -110.62327878756123, 40.769462685621868 ], [ -110.62316662972431, 40.769390250874167 ], [ -110.62281225699476, 40.769195408902306 ], [ -110.62262310786264, 40.76911821767527 ], [ -110.62232182846408, 40.768964086369749 ], [ -110.622102981911, 40.768900309954027 ], [ -110.62186643913127, 40.768822962283224 ], [ -110.62147668020475, 40.768600974530742 ], [ -110.62129365815508, 40.768488667784013 ], [ -110.62101108414647, 40.768171539258596 ], [ -110.62082832519827, 40.768013288908641 ], [ -110.620640129463, 40.767769438946189 ], [ -110.6204105931633, 40.767502931264573 ], [ -110.6201814433652, 40.767168860080503 ], [ -110.62005203304257, 40.767006279757666 ], [ -110.61992870155481, 40.766816693580935 ], [ -110.6198053964346, 40.76662260306626 ], [ -110.61973507606136, 40.766487242751822 ], [ -110.61966555201538, 40.766212252092394 ], [ -110.6196191344806, 40.766040936166043 ], [ -110.61953109400558, 40.765896508731679 ], [ -110.61940758615995, 40.765738451402221 ], [ -110.61918975569634, 40.765499005546303 ], [ -110.61909571560622, 40.765368070836587 ], [ -110.61899451552532, 40.76524612098715 ], [ -110.61878820171032, 40.765065268130854 ], [ -110.61848828883566, 40.76488410552107 ], [ -110.61824630437236, 40.764725655207549 ], [ -110.61803430224933, 40.764504243573107 ], [ -110.61779837327146, 40.764323290908337 ], [ -110.61754451866705, 40.764169304089954 ], [ -110.6173199234636, 40.764078473787052 ], [ -110.61698939536139, 40.763865675713276 ], [ -110.61673546674805, 40.76372519973048 ], [ -110.61649341298669, 40.763580258358388 ], [ -110.61626323404766, 40.763430851671231 ], [ -110.61598543147743, 40.763321824676218 ], [ -110.61576658879018, 40.763261639655241 ], [ -110.61560115511551, 40.763185416680912 ], [ -110.61545249566035, 40.763076818474673 ], [ -110.61522966323639, 40.762886895585204 ], [ -110.61492206329979, 40.762809296708454 ], [ -110.61464387530776, 40.762767829545361 ], [ -110.61440125690179, 40.76272197627079 ], [ -110.61411693734279, 40.762716521672679 ], [ -110.61390288435467, 40.762648241407952 ], [ -110.61351943567868, 40.762574889307572 ], [ -110.6132357956815, 40.762452323267361 ], [ -110.61294036132621, 40.76232070839233 ], [ -110.61267488714365, 40.762130637536139 ], [ -110.61240349067791, 40.76194054617519 ], [ -110.6120314386566, 40.761742008120265 ], [ -110.61177829385782, 40.761469998539617 ], [ -110.61166652896401, 40.761334493792042 ], [ -110.61155484318792, 40.761185476326311 ], [ -110.61141348687039, 40.761045367434278 ], [ -110.61120697040718, 40.760905038872671 ], [ -110.61101217090524, 40.760787270889018 ], [ -110.6107877799536, 40.760664898491903 ], [ -110.61045707929509, 40.760488115379005 ], [ -110.61027394549683, 40.760401915560422 ], [ -110.61009060161528, 40.760351749074673 ], [ -110.60989638502623, 40.760134886749427 ], [ -110.60981424429379, 40.759999480314178 ], [ -110.60969048054521, 40.759890958811376 ], [ -110.60945435328492, 40.759750526948523 ], [ -110.60891625607753, 40.759586550267898 ], [ -110.60857340154807, 40.759463772058652 ], [ -110.60832527241156, 40.759350322927887 ], [ -110.60807724993992, 40.759218856454872 ], [ -110.60794764631675, 40.759096800364084 ], [ -110.60774764920247, 40.758857393288139 ], [ -110.60764173561847, 40.758736318220308 ], [ -110.60738202879031, 40.758577784762792 ], [ -110.60733557377894, 40.758419075605723 ], [ -110.6073005895302, 40.758324366419117 ], [ -110.6071660201424, 40.758040137982462 ], [ -110.60702523670474, 40.757805435446016 ], [ -110.60702619157543, 40.757643284130317 ], [ -110.60702116999323, 40.757490121047717 ], [ -110.60702249619942, 40.757264910873566 ], [ -110.60674409746966, 40.757263962588631 ], [ -110.60653061688377, 40.757303773618162 ], [ -110.60634697083641, 40.757306750808489 ], [ -110.60626403819353, 40.757307368765851 ], [ -110.60605198117193, 40.757306645121972 ], [ -110.60587304188391, 40.757315042776646 ], [ -110.60564200341224, 40.75731875785057 ], [ -110.60533396096174, 40.757322209161948 ], [ -110.60519177316581, 40.757326227137362 ], [ -110.60500222496064, 40.757325578562046 ], [ -110.60451653440624, 40.757319410964747 ], [ -110.60414317442316, 40.75734966101583 ], [ -110.60395351925065, 40.757367027525397 ], [ -110.6038053544228, 40.757380031868557 ], [ -110.60372838251021, 40.757374362455046 ], [ -110.60364550327813, 40.757365970126905 ], [ -110.60328431075153, 40.757342207662056 ], [ -110.60306511884676, 40.757345958297662 ], [ -110.60284019118305, 40.757318158724459 ], [ -110.60252630575383, 40.757308069553815 ], [ -110.60193006218172, 40.757166381473219 ], [ -110.60159722285944, 40.75715622440044 ], [ -110.60117693322604, 40.757109729854768 ], [ -110.60090462032002, 40.757081762753245 ], [ -110.60065592020314, 40.7570673895965 ], [ -110.60055519081197, 40.757072446164173 ], [ -110.60022356924952, 40.757056884192899 ], [ -110.59984479870249, 40.757001520021014 ], [ -110.59931177846373, 40.756986157824755 ], [ -110.59883125630103, 40.75710610446275 ], [ -110.59842816986963, 40.75715424986511 ], [ -110.59815550539656, 40.757184830867146 ], [ -110.59776448194697, 40.75719698160492 ], [ -110.59729615563064, 40.757258408536266 ], [ -110.59675623084655, 40.757405164991674 ], [ -110.59627610989691, 40.757457537982148 ], [ -110.59575411520102, 40.757577326703512 ], [ -110.59546354110321, 40.757630360070316 ], [ -110.59512536068272, 40.757719260047075 ], [ -110.594822719869, 40.75780828380563 ], [ -110.59462096800152, 40.757866131135437 ], [ -110.59445528408449, 40.758032207871935 ], [ -110.59426452914532, 40.758229726273285 ], [ -110.59410226053072, 40.758418335956662 ], [ -110.59391161307894, 40.758597836969798 ], [ -110.59366781764304, 40.75875012480293 ], [ -110.59345840964696, 40.759091713492545 ], [ -110.59315463446899, 40.759365404787701 ], [ -110.59287576330458, 40.759634678831148 ], [ -110.59254123553909, 40.759899251410758 ], [ -110.59230211607107, 40.760060561404366 ], [ -110.5920177004716, 40.760266753683595 ], [ -110.5918748170006, 40.760383360038041 ], [ -110.59160723306559, 40.760549072201336 ], [ -110.5913991603438, 40.760669951549872 ], [ -110.5911316844813, 40.76081764582284 ], [ -110.59093421748197, 40.760947570477839 ], [ -110.59078052987623, 40.761086658611923 ], [ -110.59059625939224, 40.761189603735581 ], [ -110.59040019619471, 40.761283498130695 ], [ -110.59002655891869, 40.761354240075718 ], [ -110.58967647730208, 40.761447586006994 ], [ -110.58947448831786, 40.761541457754035 ], [ -110.58915272803195, 40.761652919986652 ], [ -110.58899906284029, 40.761787501515606 ], [ -110.58883258676731, 40.761886002885198 ], [ -110.58858337165425, 40.761952679067683 ], [ -110.58831657922767, 40.761987761989971 ], [ -110.58805571031144, 40.762022865438702 ], [ -110.58783077339436, 40.76199503658961 ], [ -110.58774789608795, 40.761985731995757 ], [ -110.58755221637293, 40.76201656286166 ], [ -110.58719620408147, 40.762109880054368 ], [ -110.58689367233615, 40.762176361862295 ], [ -110.58653176239132, 40.762265151601298 ], [ -110.58598054099228, 40.762312722623612 ], [ -110.58568407080283, 40.762356701560066 ], [ -110.58544074667216, 40.762427896380956 ], [ -110.5852273771582, 40.762445146890428 ], [ -110.58511376862609, 40.762424018805774 ], [ -110.58496702041074, 40.762397366291189 ], [ -110.58472994439298, 40.762416332340251 ], [ -110.58455778907381, 40.762474268495531 ], [ -110.58427294039568, 40.762554319940648 ], [ -110.58389948629163, 40.762593512660942 ], [ -110.58369804785345, 40.762597290494234 ], [ -110.58340738628749, 40.762659301679939 ], [ -110.58317599076848, 40.762717021912962 ], [ -110.58303511333935, 40.762509315779887 ], [ -110.58281764973479, 40.76223376832818 ], [ -110.5826405837294, 40.762129529504222 ], [ -110.58255237500816, 40.762025611849502 ], [ -110.58249392634534, 40.761899280349418 ], [ -110.58250709849499, 40.761687626449699 ], [ -110.58264456189519, 40.761493538380563 ], [ -110.58268650130685, 40.761418017990707 ], [ -110.58267532996277, 40.761309874667127 ], [ -110.58252827970232, 40.761142684148737 ], [ -110.58227389840998, 40.760898532089932 ], [ -110.58210436833289, 40.760726755364601 ], [ -110.58198073321358, 40.760604691810656 ], [ -110.58188680143962, 40.760469222869354 ], [ -110.58171594754455, 40.760319962214361 ], [ -110.5815509615377, 40.760179731158274 ], [ -110.58137427030324, 40.760016935958092 ], [ -110.58116226457609, 40.759817978010595 ], [ -110.58096777624931, 40.759659621880871 ], [ -110.58090975695785, 40.759465726742683 ], [ -110.5806445897318, 40.759243152462531 ], [ -110.58052634440205, 40.759018409092164 ], [ -110.58040999345626, 40.758869344559663 ], [ -110.58018657232064, 40.758602778927226 ], [ -110.57992021437089, 40.758570279692258 ], [ -110.57954690091775, 40.758402261522775 ], [ -110.57936491267972, 40.758329529726353 ], [ -110.57920620079454, 40.758135266659089 ], [ -110.57903481900019, 40.758071581593114 ], [ -110.57879836517549, 40.757994145932315 ], [ -110.57859258138085, 40.757750163008744 ], [ -110.57842159953239, 40.757623418413594 ], [ -110.5782676483735, 40.757613847370045 ], [ -110.57812560667719, 40.757594410214978 ], [ -110.57778292806987, 40.757454424908403 ], [ -110.5776474316767, 40.757336817558794 ], [ -110.57750601240915, 40.757219188366257 ], [ -110.57742351331289, 40.757151321955121 ], [ -110.57707999354078, 40.757144658504536 ], [ -110.57689667827819, 40.757095340260882 ], [ -110.57661258657151, 40.757058264087661 ], [ -110.5762809941276, 40.757039029998055 ], [ -110.57599092244804, 40.757010938923003 ], [ -110.57600524154901, 40.756808298408714 ], [ -110.57604697940295, 40.756578732857719 ], [ -110.57587589090247, 40.756470001251181 ], [ -110.57542086810111, 40.75648634537017 ], [ -110.57526556337247, 40.756503791095284 ], [ -110.57505796728465, 40.756547168980553 ], [ -110.5748033174757, 40.75653812336342 ], [ -110.57456647206126, 40.75652373766669 ], [ -110.57424759805224, 40.756554091828001 ], [ -110.57399148190842, 40.756589181068499 ], [ -110.57379552422451, 40.756665030539253 ], [ -110.57356388235235, 40.756763269288598 ], [ -110.57345258174048, 40.756753849405982 ], [ -110.57314370202751, 40.756703160205248 ], [ -110.5728663761676, 40.756720151333553 ], [ -110.57256841473435, 40.756814539183843 ], [ -110.57244392130072, 40.7568302934991 ], [ -110.57239650016314, 40.756835522961708 ], [ -110.57225514900155, 40.756708879007448 ], [ -110.57198909150301, 40.756631319670966 ], [ -110.57178189178494, 40.7566125339076 ], [ -110.57154487330472, 40.756625167116695 ], [ -110.57146795724925, 40.756611368673369 ], [ -110.57112348212675, 40.756569550476257 ], [ -110.57094121858054, 40.756541847282612 ], [ -110.57066288787823, 40.756530902774308 ], [ -110.57042621161644, 40.756490384321047 ], [ -110.57016570328402, 40.756471397224622 ], [ -110.56995284255204, 40.756412048471866 ], [ -110.56942601409962, 40.756356933565115 ], [ -110.56903502601767, 40.756363581944775 ], [ -110.56880381481093, 40.756394248375791 ], [ -110.56860811392481, 40.756429551372072 ], [ -110.56832301010373, 40.756550101207871 ], [ -110.56802576711171, 40.756715647810687 ], [ -110.56789490040197, 40.756800739443868 ], [ -110.56770459597375, 40.756917138343113 ], [ -110.56739611631957, 40.756988051115144 ], [ -110.56722436915889, 40.756982902926353 ], [ -110.56690456820961, 40.756972694696699 ], [ -110.56661453022222, 40.756940075895173 ], [ -110.56636000314805, 40.756912094087546 ], [ -110.56603433795684, 40.756892852831456 ], [ -110.56582104005911, 40.756901059181779 ], [ -110.56573207310419, 40.756918741615813 ], [ -110.56553032848312, 40.756972033806534 ], [ -110.56535787747295, 40.757074983163371 ], [ -110.56511932994229, 40.757321820511805 ], [ -110.56505326302243, 40.757461204543191 ], [ -110.56479758905708, 40.757608882281829 ], [ -110.56473829653811, 40.757617667261144 ], [ -110.56442995755251, 40.757666051168435 ], [ -110.56405678455855, 40.757664642182142 ], [ -110.56380773760716, 40.757704239795082 ], [ -110.56360027189666, 40.75772597694786 ], [ -110.56331594938926, 40.757724901498698 ], [ -110.56307892550706, 40.757737517290415 ], [ -110.56279439640313, 40.757767969802259 ], [ -110.56256323661806, 40.757789615328299 ], [ -110.56200572842543, 40.757895603834953 ], [ -110.56180356385235, 40.758011947952703 ], [ -110.56167265712861, 40.758101536634541 ], [ -110.56151201454033, 40.758209029349416 ], [ -110.56127937202359, 40.758275709558227 ], [ -110.56103153550991, 40.758310801482857 ], [ -110.56079361979721, 40.758458537855901 ], [ -110.56069111378467, 40.75855273778167 ], [ -110.56050010956793, 40.758772720720174 ], [ -110.56038767998329, 40.758934446908576 ], [ -110.56018423290199, 40.759244467677249 ], [ -110.56009887183755, 40.759433322450391 ], [ -110.55998007108542, 40.759662588255956 ], [ -110.55984871301607, 40.759819737433126 ], [ -110.55963993160668, 40.760039651090892 ], [ -110.55955649595634, 40.760115905591157 ], [ -110.55937170454239, 40.760290867427415 ], [ -110.55906236720345, 40.760487874619642 ], [ -110.5589183008461, 40.760595426997085 ], [ -110.55871694999067, 40.760765820189746 ], [ -110.55841939624118, 40.760971879266087 ], [ -110.55818146525226, 40.761119610107095 ], [ -110.55791477120319, 40.761316777428107 ], [ -110.55765785212819, 40.761468938726587 ], [ -110.55742619992272, 40.76156264062331 ], [ -110.5570872920614, 40.761750520488128 ], [ -110.55674835237352, 40.76194290351269 ], [ -110.5564274216009, 40.762099320465417 ], [ -110.55613136921224, 40.762255832206144 ], [ -110.55584515331354, 40.762358329611992 ], [ -110.55560164789814, 40.762451982205874 ], [ -110.55531069130711, 40.762554460025527 ], [ -110.55512058887471, 40.762634804503058 ], [ -110.55483522400657, 40.762786849809942 ], [ -110.55459141493641, 40.762925541939737 ], [ -110.55412138474983, 40.763230018300668 ], [ -110.55384747127604, 40.763440661083649 ], [ -110.55368084922178, 40.763552623932348 ], [ -110.55341315843795, 40.763718246891877 ], [ -110.55306253139098, 40.763883548066723 ], [ -110.55283071345723, 40.763999761457619 ], [ -110.55247999285959, 40.764178573339436 ], [ -110.55236072812953, 40.764295222176152 ], [ -110.55225905352565, 40.764438964833417 ], [ -110.5520622318227, 40.764636389535312 ], [ -110.55178827581757, 40.764851531480907 ], [ -110.55154372624658, 40.765098317020446 ], [ -110.55138879283498, 40.765232843351349 ], [ -110.55109599926166, 40.765605560289195 ], [ -110.55100625903744, 40.765735835377789 ], [ -110.55082583532023, 40.765960347406164 ], [ -110.55062982561789, 40.766211824146389 ], [ -110.55037873546267, 40.766548667314268 ], [ -110.55013842806065, 40.767043201794856 ], [ -110.54994125810124, 40.767290168506662 ], [ -110.54979117666502, 40.767582361385649 ], [ -110.54970644335859, 40.767847783366442 ], [ -110.54954967495307, 40.768252556818204 ], [ -110.54940447948894, 40.768697913733206 ], [ -110.54925973859012, 40.769075708009098 ], [ -110.54919323103796, 40.769273636530521 ], [ -110.54913267794731, 40.769467083990328 ], [ -110.54907005398346, 40.769966814298222 ], [ -110.54903268012072, 40.770236924989121 ], [ -110.54898363966026, 40.770479964389047 ], [ -110.54891105302551, 40.770700390330482 ], [ -110.54880304050437, 40.770902660603561 ], [ -110.54848705787565, 40.771194202834401 ], [ -110.5482834567663, 40.771513209793049 ], [ -110.54819259854955, 40.771806533012622 ], [ -110.54813794042444, 40.772003606359512 ], [ -110.54792673139001, 40.772570318080888 ], [ -110.54788376248419, 40.772790859308664 ], [ -110.54776963544386, 40.773020130236105 ], [ -110.5475913741283, 40.773096004237459 ], [ -110.54729919709688, 40.773369619301576 ], [ -110.54714939602141, 40.773616766743665 ], [ -110.54707185384157, 40.77369303512269 ], [ -110.54703128995156, 40.773733414393121 ], [ -110.54691680792958, 40.773665400838475 ], [ -110.54680585040461, 40.773601905286831 ], [ -110.54658190291028, 40.773425358840321 ], [ -110.5461153483688, 40.773202815255033 ], [ -110.54577837405586, 40.773093386786513 ], [ -110.54522952345776, 40.772775925863236 ], [ -110.5448278729165, 40.772594171300995 ], [ -110.54454450275985, 40.772444412149916 ], [ -110.54424317522302, 40.772321607043644 ], [ -110.54370501667674, 40.772175343590824 ], [ -110.54317167456509, 40.772191250657492 ], [ -110.54294696366655, 40.77212820188609 ], [ -110.54268085482047, 40.772054178367533 ], [ -110.54244455513292, 40.771953246767602 ], [ -110.54177605577991, 40.771807358317318 ], [ -110.5415277790984, 40.771725295244778 ], [ -110.54087743612045, 40.771524521540115 ], [ -110.54063483803546, 40.771478513353436 ], [ -110.54004324893064, 40.771350037236402 ], [ -110.53965818256958, 40.771343997571641 ], [ -110.53933217538844, 40.771365218053063 ], [ -110.53889319622324, 40.771444541873734 ], [ -110.53838938842503, 40.771474057680976 ], [ -110.53814641802943, 40.771482094097479 ], [ -110.53788561140729, 40.7714990671344 ], [ -110.53743375176553, 40.771555812435643 ], [ -110.53724528723114, 40.771564065416072 ], [ -110.53681805971237, 40.771656941286771 ], [ -110.53646835176231, 40.771678058544737 ], [ -110.53620209543905, 40.771626540882764 ], [ -110.53588817325793, 40.771613567697464 ], [ -110.53578737361822, 40.771624873388681 ], [ -110.53566282538289, 40.77164329028092 ], [ -110.53534308532868, 40.771614977663987 ], [ -110.53504146471221, 40.771537190125628 ], [ -110.53475150546399, 40.771486474471267 ], [ -110.53455028962891, 40.771454133154307 ], [ -110.53426647585384, 40.771371911132292 ], [ -110.5340657954891, 40.771262998430714 ], [ -110.53380549247134, 40.771207895855085 ], [ -110.53351607113112, 40.771080606567352 ], [ -110.53319252218478, 40.770750486054816 ], [ -110.53315231154956, 40.770570152317433 ], [ -110.53308285704892, 40.770335648918874 ], [ -110.53300836781911, 40.769974104473285 ], [ -110.53297448621886, 40.769736141508425 ], [ -110.53290509626514, 40.769492629676805 ], [ -110.53278799626416, 40.76929396742986 ], [ -110.53254806336977, 40.768869593671106 ], [ -110.53232480121054, 40.768602936694244 ], [ -110.53210163560917, 40.768322766831204 ], [ -110.53192573966336, 40.768060805373672 ], [ -110.53174309880592, 40.767915927524392 ], [ -110.53139533906629, 40.76766227633388 ], [ -110.5312836962527, 40.767531198855849 ], [ -110.53094154777051, 40.767322611869652 ], [ -110.53072989208243, 40.76709203316166 ], [ -110.5306241693666, 40.766961879964413 ], [ -110.53009448960496, 40.766463352812067 ], [ -110.52995918658991, 40.766327673410601 ], [ -110.52980633401391, 40.766160392387064 ], [ -110.52963583695423, 40.765975022123378 ], [ -110.52929000212261, 40.765451115543577 ], [ -110.52909064483335, 40.765158424857084 ], [ -110.52893821689406, 40.764931687880775 ], [ -110.52878017777755, 40.764660785829243 ], [ -110.5286745326944, 40.764520721700315 ], [ -110.52845158699168, 40.764213519831557 ], [ -110.52809882714874, 40.763833718271798 ], [ -110.52794604227816, 40.763658327296497 ], [ -110.52767392770795, 40.763435603264078 ], [ -110.52754574434543, 40.763299950116092 ], [ -110.52739264947505, 40.763168699092581 ], [ -110.5265972456685, 40.76255736095645 ], [ -110.52625472157737, 40.762407314087255 ], [ -110.5258591412818, 40.762221013974056 ], [ -110.52552853213062, 40.762062005330378 ], [ -110.52527474070487, 40.761930337446515 ], [ -110.52510346554546, 40.761857564260417 ], [ -110.52460689995857, 40.761711382803043 ], [ -110.52439438493214, 40.76160690869802 ], [ -110.52393880653472, 40.761528457515816 ], [ -110.52351246165975, 40.76150417663375 ], [ -110.5181812835601, 40.763103584130768 ], [ -110.51774741185149, 40.763299960302021 ], [ -110.51745063336163, 40.763379796831259 ], [ -110.5171001156596, 40.763517963398243 ], [ -110.5168090962069, 40.763620343773702 ], [ -110.51640506510334, 40.763785309839371 ], [ -110.51605447778563, 40.763932481483657 ], [ -110.51578152086709, 40.763994396473485 ], [ -110.51557984656156, 40.764029584364941 ], [ -110.51523596552278, 40.764068678934592 ], [ -110.51496896396384, 40.764126112734054 ], [ -110.51444677454957, 40.764245532460755 ], [ -110.51433991441465, 40.764276612776619 ], [ -110.51413788426564, 40.76436044287054 ], [ -110.51385869797355, 40.764463766451648 ], [ -110.51354371094921, 40.764602071836123 ], [ -110.5132643321444, 40.76473151798244 ], [ -110.51284909545926, 40.764806338693191 ], [ -110.51246950046948, 40.764867795642047 ], [ -110.51224392833088, 40.764929902409776 ], [ -110.51203632540236, 40.76496505903885 ], [ -110.51162078917943, 40.765080412568807 ], [ -110.51129447454494, 40.765146595385929 ], [ -110.51105721742894, 40.765186128950347 ], [ -110.51076645239704, 40.765251560023948 ], [ -110.51057075521642, 40.765278656780524 ], [ -110.51041666480384, 40.765287011748185 ], [ -110.51029811843316, 40.765295517339425 ], [ -110.51007300594071, 40.765294561900753 ], [ -110.50958773355767, 40.765224936596653 ], [ -110.50932724292713, 40.765201307966279 ], [ -110.5090904484931, 40.765177779548424 ], [ -110.50885904769254, 40.765226342059918 ], [ -110.5084145149667, 40.765255979327783 ], [ -110.50822491351562, 40.765259675820921 ], [ -110.50775066055796, 40.765302696716923 ], [ -110.50747775701375, 40.76535558370189 ], [ -110.50709166437078, 40.765493567945761 ], [ -110.50688365755376, 40.765582764909972 ], [ -110.50667594994206, 40.765631424271994 ], [ -110.50641501894418, 40.765667243658662 ], [ -110.50616019842934, 40.765677864644985 ], [ -110.50589950049749, 40.765682153915535 ], [ -110.50559680683699, 40.765757430286619 ], [ -110.50532369938426, 40.765837336962221 ], [ -110.50509781672508, 40.765939966905876 ], [ -110.50487792430513, 40.766033613548991 ], [ -110.50446203472215, 40.76619398251151 ], [ -110.50420090623125, 40.766255920844827 ], [ -110.5039692637917, 40.766336002435146 ], [ -110.50370914487806, 40.76642136623412 ], [ -110.50357730123682, 40.766464941093588 ], [ -110.50330415497291, 40.766549347082112 ], [ -110.50303699925543, 40.766624769664567 ], [ -110.50269848475578, 40.766735918366699 ], [ -110.50229019865628, 40.766828748080009 ], [ -110.50208245027058, 40.766881903253719 ], [ -110.50174308447987, 40.766948002703963 ], [ -110.50136898758008, 40.767063498139322 ], [ -110.50113025692765, 40.767139939962732 ], [ -110.50094739493375, 40.767192299807789 ], [ -110.50070988863405, 40.767263340921332 ], [ -110.50047217946833, 40.767361406324 ], [ -110.50029384652838, 40.767441711246043 ], [ -110.50002008452972, 40.767607183737631 ], [ -110.49988914412198, 40.767687693343348 ], [ -110.49962709343458, 40.767871232746707 ], [ -110.49939473014977, 40.768045891778776 ], [ -110.49912713120813, 40.768178958078295 ], [ -110.4987886294707, 40.768286491894457 ], [ -110.49838479702272, 40.768415361287225 ], [ -110.49780837870334, 40.768647076692048 ], [ -110.4975692016006, 40.768938813506843 ], [ -110.49755038368531, 40.769077463238609 ], [ -110.4975489519704, 40.769267537391663 ], [ -110.49745872932706, 40.769447315515812 ], [ -110.49732148447524, 40.769577341735122 ], [ -110.49706476637729, 40.76983747112412 ], [ -110.49676214156915, 40.77005686128706 ], [ -110.49626654917829, 40.770409635854222 ], [ -110.49587311141936, 40.770728622086764 ], [ -110.49577753658386, 40.770831802818435 ], [ -110.4957042292005, 40.77112426024005 ], [ -110.49569129041282, 40.771268340427817 ], [ -110.49541658131612, 40.771555413067354 ], [ -110.49508344235821, 40.771734126867948 ], [ -110.49458349166912, 40.772033724593449 ], [ -110.4942260007047, 40.772297910406259 ], [ -110.49404114160615, 40.772454749581378 ], [ -110.49386823347236, 40.772598128055783 ], [ -110.49358820194436, 40.772804096029553 ], [ -110.49333173055371, 40.773028183841319 ], [ -110.49314060717825, 40.77322913589979 ], [ -110.49283648826753, 40.773485444053648 ], [ -110.49248001083863, 40.773614500706877 ], [ -110.49190910881204, 40.773891253299041 ], [ -110.49171218433926, 40.774075061183332 ], [ -110.49146142048725, 40.774326195530492 ], [ -110.49125843124496, 40.774527992975813 ], [ -110.49081625345444, 40.77501610731467 ], [ -110.4906066059288, 40.775313364709397 ], [ -110.49049086729292, 40.775727246501461 ], [ -110.49045303152836, 40.775871216041629 ], [ -110.49042979404582, 40.775965703074405 ], [ -110.49016034802126, 40.776333862972507 ], [ -110.48992017953411, 40.776747194306985 ], [ -110.48967439321505, 40.777119961856023 ], [ -110.48926873052814, 40.777478508581346 ], [ -110.48898122046865, 40.777882619796678 ], [ -110.48854928552917, 40.778575264158818 ], [ -110.48827271514084, 40.778942487022029 ], [ -110.4879517255393, 40.779229336173685 ], [ -110.48771271624517, 40.779488621934604 ], [ -110.48755653434172, 40.779764490381559 ], [ -110.48724652932204, 40.780163092070531 ], [ -110.48711401731933, 40.780288622609447 ], [ -110.48686727465393, 40.780165910537406 ], [ -110.48628295899368, 40.77986602930973 ], [ -110.48593381414022, 40.77965277402194 ], [ -110.4855915385921, 40.779471078152255 ], [ -110.48510214269486, 40.779158101216389 ], [ -110.48478475601004, 40.778823368962563 ], [ -110.484379156806, 40.778402660650457 ], [ -110.48382585318164, 40.777927239109928 ], [ -110.48348533660005, 40.777520331503069 ], [ -110.48327980872752, 40.777280685259328 ], [ -110.48273307609252, 40.776724211028217 ], [ -110.48226786824117, 40.776352774918365 ], [ -110.48212678823755, 40.776208005326637 ], [ -110.48180319054731, 40.775913775283158 ], [ -110.48173864636495, 40.775832408613212 ], [ -110.4814392070826, 40.775479730545271 ], [ -110.48096889647917, 40.775004668043998 ], [ -110.48046696856896, 40.774786204565679 ], [ -110.47979392715592, 40.774476882304 ], [ -110.47896540522116, 40.774351529233208 ], [ -110.4783796966361, 40.774240780815731 ], [ -110.47782946810463, 40.774139198511207 ], [ -110.47751037746578, 40.774029651782762 ], [ -110.47720920335372, 40.773902168263895 ], [ -110.47694996275376, 40.773716318533012 ], [ -110.47635220156896, 40.773632530811049 ], [ -110.47584433917322, 40.773418524554266 ], [ -110.47548434918907, 40.773236718141661 ], [ -110.47516491234022, 40.773172206040911 ], [ -110.47471630390892, 40.772958464281288 ], [ -110.4745685282348, 40.772764107960995 ], [ -110.47443554038966, 40.772497750482209 ], [ -110.47399889460318, 40.772270547590615 ], [ -110.47346692519508, 40.772110472203508 ], [ -110.47295277478129, 40.771945070621832 ], [ -110.47261585072694, 40.771845338292735 ], [ -110.4722247228557, 40.771857062990492 ], [ -110.47183305986034, 40.771936347959063 ], [ -110.4711985241243, 40.772010014672716 ], [ -110.47064664515779, 40.772120091230356 ], [ -110.4701360218489, 40.772257380191348 ], [ -110.46983950572694, 40.772292052514771 ], [ -110.46979799774246, 40.772296366086522 ], [ -110.46954298930468, 40.772326724074169 ], [ -110.46892097808328, 40.772314854706593 ], [ -110.46819006184026, 40.772586249106894 ], [ -110.46765479677984, 40.772840524486071 ], [ -110.46710132180336, 40.773148764495453 ], [ -110.46653592027643, 40.773465955228978 ], [ -110.46585718606835, 40.773877208269198 ], [ -110.46540499281841, 40.774113840532472 ], [ -110.4649588295471, 40.774336986165139 ], [ -110.46430561220906, 40.774667271489868 ], [ -110.46377429509462, 40.775016136648986 ], [ -110.46333253404313, 40.775279834791633 ], [ -110.46294082866604, 40.775507730063573 ], [ -110.46270321673279, 40.775583196513594 ], [ -110.46231730047083, 40.775680492898978 ], [ -110.46203239705007, 40.775742224810173 ], [ -110.46178289711524, 40.775822138204546 ], [ -110.4616089295597, 40.776087078358742 ], [ -110.46139799220626, 40.776527512030484 ], [ -110.46128338029986, 40.776779215878079 ], [ -110.46113263512629, 40.777102819109331 ], [ -110.46106400187685, 40.777530403710728 ], [ -110.46110325694009, 40.777805347143051 ], [ -110.46116068797218, 40.778030828520215 ], [ -110.46122422645963, 40.778233817057441 ], [ -110.46134745327359, 40.778383033018983 ], [ -110.46147078976171, 40.778518736567449 ], [ -110.46132091472123, 40.778734241685747 ], [ -110.46119532173286, 40.778877791768274 ], [ -110.46109321054124, 40.779048476950393 ], [ -110.46098404494705, 40.779358761232736 ], [ -110.4609757531085, 40.779651499573212 ], [ -110.46094965822348, 40.779800919193811 ], [ -110.4608306337114, 40.78001116261283 ], [ -110.46058613069778, 40.780203703231876 ], [ -110.46018687544941, 40.780481100487705 ], [ -110.45981106281032, 40.780790135915105 ], [ -110.45942917525103, 40.781117158683571 ], [ -110.45882760546716, 40.781497201259221 ], [ -110.45849962320729, 40.781752405515014 ], [ -110.45816957488722, 40.782115701370508 ], [ -110.45787707987088, 40.782524215283225 ], [ -110.45778576696468, 40.782676931098401 ], [ -110.45756609592942, 40.782874086135855 ], [ -110.4574223071953, 40.783067093304176 ], [ -110.45719477804953, 40.783210159557171 ], [ -110.45700093341233, 40.783146187938797 ], [ -110.45690155659044, 40.782979062672275 ], [ -110.45648886209811, 40.782720376822311 ], [ -110.45604606567277, 40.782520102975624 ], [ -110.45579859199661, 40.782347774288482 ], [ -110.45542090660575, 40.782156813600537 ], [ -110.45523232969093, 40.782028903374439 ], [ -110.45493159733225, 40.781848213711882 ], [ -110.45431826459956, 40.781489478462134 ], [ -110.45406895033528, 40.781398214032578 ], [ -110.45345326716699, 40.781471872054901 ], [ -110.45316844179604, 40.781520069553778 ], [ -110.45284231560363, 40.781546450076256 ], [ -110.45276533712159, 40.781539779087169 ], [ -110.4526291564078, 40.781526521276596 ], [ -110.45225615218285, 40.781488717276581 ], [ -110.45186511302089, 40.781482356226697 ], [ -110.45159817383805, 40.781517122026095 ], [ -110.4512120219843, 40.781636901267518 ], [ -110.45091556607393, 40.781658012329039 ], [ -110.45050663850931, 40.781665074334221 ], [ -110.45002734897918, 40.781581714372734 ], [ -110.44948317882938, 40.781462008835803 ], [ -110.44918098385037, 40.781460566763364 ], [ -110.44865932596342, 40.781485101111599 ], [ -110.44838113059629, 40.781447737529945 ], [ -110.44826273461882, 40.781433658729512 ], [ -110.44779515120972, 40.781368362508459 ], [ -110.44744003889755, 40.781317115782521 ], [ -110.44703733739898, 40.781288161231046 ], [ -110.44651045771994, 40.781227980762196 ], [ -110.4458049849837, 40.781124600283079 ], [ -110.44561014639011, 40.781182219771445 ], [ -110.44539627135633, 40.781248755959346 ], [ -110.4451348429746, 40.781333080143156 ], [ -110.44486292824942, 40.781395732840942 ], [ -110.44481423511121, 40.781408110507684 ], [ -110.44452449175236, 40.781334647996822 ], [ -110.44435925685588, 40.781252775825692 ], [ -110.44430682944994, 40.78114442114429 ], [ -110.44406051808674, 40.780836945107552 ], [ -110.44366630188351, 40.780501730007906 ], [ -110.44347842152885, 40.780293628110762 ], [ -110.44310070821052, 40.780111635492553 ], [ -110.44272243231495, 40.779997202822479 ], [ -110.44211412835699, 40.779755537781021 ], [ -110.44144019876541, 40.779567603023466 ], [ -110.44080174865617, 40.779388844785437 ], [ -110.44045880523767, 40.779301601467949 ], [ -110.44007465119441, 40.779182627354238 ], [ -110.43982100360607, 40.779046268518279 ], [ -110.43964374063083, 40.778986852495613 ], [ -110.4392656286564, 40.778854392244945 ], [ -110.43882875957605, 40.778663089646628 ], [ -110.43850971265459, 40.778553435436798 ], [ -110.4384295299143, 40.778224234211912 ], [ -110.43840708130735, 40.778075484347788 ], [ -110.43836666792345, 40.777949168350183 ], [ -110.43826616940683, 40.77792165361862 ], [ -110.43789965058177, 40.777820775144583 ], [ -110.43769850249438, 40.777783761089935 ], [ -110.4371232781285, 40.777839512143323 ], [ -110.43680806507497, 40.777837974194902 ], [ -110.43647091283968, 40.777908396428842 ], [ -110.43607401742943, 40.777896548186618 ], [ -110.4356299732831, 40.77785473987803 ], [ -110.43531590710938, 40.777857707723356 ], [ -110.43491863057665, 40.777890896252494 ], [ -110.43468716377718, 40.777935706030966 ], [ -110.43430161435387, 40.777983363517045 ], [ -110.43387428298843, 40.778066848829937 ], [ -110.43345279911765, 40.77815936978697 ], [ -110.43300188013039, 40.778229223274785 ], [ -110.43278223044372, 40.778277690695539 ], [ -110.43249090430682, 40.778393369128814 ], [ -110.43231215429637, 40.778509600686817 ], [ -110.43203687536148, 40.77882804860657 ], [ -110.43174370313159, 40.779159920514736 ], [ -110.43162962764748, 40.779335024830431 ], [ -110.43148527273105, 40.779586552263567 ], [ -110.43121571849788, 40.779927547648889 ], [ -110.43103504050281, 40.780268980621187 ], [ -110.43077036828902, 40.780731613962779 ], [ -110.4305420138173, 40.781104340723289 ], [ -110.4303676777739, 40.781396257031751 ], [ -110.43007244533815, 40.78196683998133 ], [ -110.42996266868958, 40.782331142574435 ], [ -110.42988180300505, 40.782640635947672 ], [ -110.42983222554656, 40.783033162164472 ], [ -110.429781470073, 40.783424781660088 ], [ -110.42965418232667, 40.783757467538784 ], [ -110.42956248546203, 40.784085824945386 ], [ -110.42944639131214, 40.784495138225637 ], [ -110.42947208797651, 40.784954699289699 ], [ -110.42943487633909, 40.785148198256934 ], [ -110.42923805575268, 40.785295865307326 ], [ -110.4290121457427, 40.785380328518194 ], [ -110.42879192934112, 40.78549184499478 ], [ -110.42866701437023, 40.785684909518238 ], [ -110.42859329186811, 40.785851201882593 ], [ -110.42844286951579, 40.786116207899639 ], [ -110.42830952812186, 40.786462374896267 ], [ -110.42812788987825, 40.786911900195754 ], [ -110.42798207506215, 40.787330072988922 ], [ -110.42792418098495, 40.787861287792303 ], [ -110.42773699691756, 40.78826574234192 ], [ -110.42746608674844, 40.788620234395353 ], [ -110.42739534738385, 40.788714472674293 ], [ -110.42726912093472, 40.788921041806461 ], [ -110.42716621083528, 40.789172769056393 ], [ -110.42696960560147, 40.789293407667763 ], [ -110.42668976342541, 40.789445162171639 ], [ -110.42644547652849, 40.789597092725096 ], [ -110.42607042640149, 40.789793414946971 ], [ -110.42570047749643, 40.790085251437993 ], [ -110.42537783367402, 40.790389033353236 ], [ -110.42512048374, 40.79068052776168 ], [ -110.42499374135204, 40.79094564699168 ], [ -110.42486668702767, 40.791246798509349 ], [ -110.42479901078335, 40.791534733128692 ], [ -110.42478084328756, 40.79157968505659 ], [ -110.42466017960902, 40.791826817180407 ], [ -110.42455838278178, 40.791947924289403 ], [ -110.42430304619838, 40.792005205888778 ], [ -110.42411363799113, 40.791977235250812 ], [ -110.42395432856476, 40.791895363579314 ], [ -110.42374858276925, 40.791700653572327 ], [ -110.4234306288883, 40.791460340085507 ], [ -110.42320114203802, 40.791270014712261 ], [ -110.42295946091603, 40.791119265292231 ], [ -110.4223284701375, 40.790756669012779 ], [ -110.42183320965235, 40.790461412328895 ], [ -110.42144969009524, 40.790265807314761 ], [ -110.42103112461839, 40.790011469937475 ], [ -110.42058700714136, 40.789833574985082 ], [ -110.42015731056972, 40.789633229537891 ], [ -110.4195610897328, 40.789364481203719 ], [ -110.41897048568494, 40.789131792070144 ], [ -110.41844460047419, 40.788953477109409 ], [ -110.41799575622561, 40.788775548352596 ], [ -110.41732765263649, 40.788596510898202 ], [ -110.41687830160511, 40.788477130492389 ], [ -110.41649864450947, 40.788520253802716 ], [ -110.41621368442355, 40.788577367743343 ], [ -110.41600065656911, 40.788541156644008 ], [ -110.41590229068382, 40.788269502884248 ], [ -110.41582698991014, 40.788070934663189 ], [ -110.41556229684885, 40.787844381798763 ], [ -110.41538624924372, 40.787646203820373 ], [ -110.41521725069465, 40.787320140555558 ], [ -110.41509612689357, 40.786941169538387 ], [ -110.41493229836144, 40.786701613662842 ], [ -110.41481560064437, 40.786493826332446 ], [ -110.41458647194565, 40.786267451535394 ], [ -110.4142034728588, 40.786017773988085 ], [ -110.41387795203902, 40.785971078484373 ], [ -110.41359967922433, 40.785942639185187 ], [ -110.41339871883682, 40.785883062494975 ], [ -110.41311523458447, 40.785773518995065 ], [ -110.41289326950299, 40.785407545429038 ], [ -110.41272888922221, 40.78523194396314 ], [ -110.41255887782043, 40.785022982122079 ], [ -110.4124240164853, 40.784860142392091 ], [ -110.41231250103597, 40.784737959678772 ], [ -110.41207607104795, 40.784669191526355 ], [ -110.41182783002489, 40.78459585843504 ], [ -110.41146724124607, 40.784494926347193 ], [ -110.4112122885943, 40.784376515169598 ], [ -110.4110008281711, 40.784298863710347 ], [ -110.41080058255257, 40.784293337177445 ], [ -110.41044370190745, 40.784309531406507 ], [ -110.41030737316142, 40.784313339063182 ], [ -110.41019589209711, 40.784321777816906 ], [ -110.41011170067621, 40.784326752567438 ], [ -110.40989230176842, 40.784342746960085 ], [ -110.40960885832773, 40.784363818383881 ], [ -110.40939439119926, 40.784358216647732 ], [ -110.40897943894896, 40.784374109110544 ], [ -110.40838111236792, 40.784353026049743 ], [ -110.40796067431593, 40.784319339942364 ], [ -110.40774783275474, 40.784264196705699 ], [ -110.40755877396944, 40.78420016667625 ], [ -110.40737548098984, 40.78415418295981 ], [ -110.40702615175418, 40.784120858619154 ], [ -110.40654561815474, 40.784181447837092 ], [ -110.40628152725917, 40.784291794815317 ], [ -110.4060278848979, 40.784426517931642 ], [ -110.40574381693254, 40.78438451710889 ], [ -110.40557810074887, 40.784361142318417 ], [ -110.40496808516681, 40.784321964337956 ], [ -110.40459469193513, 40.78432904681933 ], [ -110.40422053388735, 40.78442170493684 ], [ -110.40359080777314, 40.784598622009838 ], [ -110.40313957332687, 40.784695382469984 ], [ -110.40274787643527, 40.784760919568747 ], [ -110.40229042331481, 40.784890075126377 ], [ -110.40211229842997, 40.784928789757757 ], [ -110.40186293618002, 40.784981548483422 ], [ -110.40130471118486, 40.785113781130669 ], [ -110.4009073677551, 40.785147752913858 ], [ -110.40071738196055, 40.78518730465801 ], [ -110.4004801930592, 40.785204089600363 ], [ -110.40026005172875, 40.785302039178795 ], [ -110.40012863300117, 40.785418466598294 ], [ -110.40002087608828, 40.785539521146738 ], [ -110.39984688170097, 40.78577734163008 ], [ -110.39976883347006, 40.785889541942716 ], [ -110.39961318241706, 40.786064397964779 ], [ -110.39944563844023, 40.786243696124778 ], [ -110.39917723350926, 40.78643598166704 ], [ -110.39892145024166, 40.786542751574224 ], [ -110.39859610741902, 40.786608620150602 ], [ -110.39830407041354, 40.786661148731739 ], [ -110.39801301475332, 40.786736202940503 ], [ -110.39775151426967, 40.786819518319035 ], [ -110.39742412070032, 40.786980862968697 ], [ -110.39732297442467, 40.787025377232943 ], [ -110.39698998705894, 40.787149756581726 ], [ -110.39680583763452, 40.787198340854751 ], [ -110.39647799954078, 40.787408326367355 ], [ -110.39632667146142, 40.787758866199987 ], [ -110.39624673845535, 40.78807824964867 ], [ -110.39623247756833, 40.788213302483193 ], [ -110.39619034528285, 40.788415773195695 ], [ -110.39617130262813, 40.788555305240742 ], [ -110.39596851372752, 40.788698379824758 ], [ -110.395808961361, 40.788647997785255 ], [ -110.39544866154215, 40.788515487488176 ], [ -110.39523659365109, 40.788374744547042 ], [ -110.39491757360436, 40.788264970170225 ], [ -110.39441554641216, 40.788077662396901 ], [ -110.39412006905982, 40.787986026359469 ], [ -110.39391454584533, 40.787777751622066 ], [ -110.39381511628135, 40.787633093382176 ], [ -110.39361486542843, 40.787496913776693 ], [ -110.39333729231974, 40.787391857072215 ], [ -110.39306523586349, 40.787331871202639 ], [ -110.39269264563822, 40.787248834382154 ], [ -110.39220141637799, 40.787178684262635 ], [ -110.39192323058592, 40.787141184659816 ], [ -110.3916316725804, 40.78727027108318 ], [ -110.39144117376959, 40.787364756643782 ], [ -110.39119163790974, 40.787434607480662 ], [ -110.3908415181869, 40.787486810688364 ], [ -110.39031963832332, 40.787528196104923 ], [ -110.38997485804745, 40.787644385213028 ], [ -110.38978444655275, 40.78772895914215 ], [ -110.38964811817917, 40.787731841524433 ], [ -110.38952959220379, 40.787732115380699 ], [ -110.38913889646757, 40.787685005289667 ], [ -110.38877759115582, 40.787664174197232 ], [ -110.38850532298162, 40.787627598551445 ], [ -110.38831022370944, 40.787577017768662 ], [ -110.38801998008205, 40.787561966078506 ], [ -110.38749266050431, 40.787550159730316 ], [ -110.38730315693053, 40.787535640930265 ], [ -110.38710180171344, 40.787521058870006 ], [ -110.38685357824498, 40.787447672207129 ], [ -110.38651597015469, 40.787427860800619 ], [ -110.38623733052948, 40.787439891806571 ], [ -110.38591799813932, 40.787366124884784 ], [ -110.38561174483164, 40.78728792247059 ], [ -110.3853917602884, 40.787237204254581 ], [ -110.38511967029963, 40.787181703732053 ], [ -110.3848000078894, 40.787143965940885 ], [ -110.3844554157974, 40.787110598530113 ], [ -110.38400043729416, 40.78709465785407 ], [ -110.38355053289152, 40.787042708510256 ], [ -110.3831535030823, 40.78704058679957 ], [ -110.38272075158717, 40.787056289627856 ], [ -110.38241256730311, 40.787059144853664 ], [ -110.38234149086681, 40.787055161025521 ], [ -110.38228342619688, 40.787053949357691 ], [ -110.38199784353804, 40.787047915970078 ], [ -110.38137563279541, 40.787044581921663 ], [ -110.38112073908272, 40.78705222362742 ], [ -110.38097255184874, 40.787055933007515 ], [ -110.38056379607845, 40.78704022673822 ], [ -110.38011314100225, 40.787069336416771 ], [ -110.37986980542577, 40.787108567178727 ], [ -110.37964470809753, 40.787098348760431 ], [ -110.37941355923613, 40.787101610098851 ], [ -110.37916433927309, 40.787136303477801 ], [ -110.37896244173298, 40.787180259510954 ], [ -110.37875352675663, 40.787341287828283 ], [ -110.37859819536757, 40.787475578850056 ], [ -110.37822865006056, 40.787703304768812 ], [ -110.37793697943552, 40.787841364406255 ], [ -110.37755654535405, 40.787965431787498 ], [ -110.37733026752792, 40.788081321374229 ], [ -110.37717531029796, 40.788175074260074 ], [ -110.37688863511902, 40.78841225159875 ], [ -110.3766623125036, 40.788532643865352 ], [ -110.3764538511986, 40.788644123713048 ], [ -110.3762218117933, 40.78874196298829 ], [ -110.37597859440532, 40.788767673419471 ], [ -110.37590756718619, 40.788758280798106 ], [ -110.37571251662544, 40.788703174753053 ], [ -110.37561215505748, 40.788662093523357 ], [ -110.37548233265727, 40.788602835780239 ], [ -110.37522323734942, 40.788425767638785 ], [ -110.3751000172569, 40.788294477282683 ], [ -110.37491732738853, 40.788185385883587 ], [ -110.37460397251967, 40.788107115809595 ], [ -110.37436714777215, 40.788083310794129 ], [ -110.3738448985608, 40.788162455321562 ], [ -110.37357125715643, 40.788272675401487 ], [ -110.37346391332167, 40.788344160534116 ], [ -110.37339220950835, 40.788406830617006 ], [ -110.37325468506759, 40.788536706846259 ], [ -110.37292350442002, 40.78909343393277 ], [ -110.37288015802346, 40.789291385127584 ], [ -110.37282072704298, 40.789435197942325 ], [ -110.37266956863283, 40.78962805875986 ], [ -110.37249605994793, 40.789802780853499 ], [ -110.37222887607979, 40.789981497326892 ], [ -110.37165006013602, 40.79027562694943 ], [ -110.37137661034239, 40.790364222435478 ], [ -110.37098408512166, 40.790510723387364 ], [ -110.3706979732963, 40.790684828855042 ], [ -110.37058473889445, 40.790751774897309 ], [ -110.37014369389365, 40.791015118617096 ], [ -110.36970328429983, 40.791210900463454 ], [ -110.36920361023127, 40.791406356651301 ], [ -110.36859065263482, 40.791673258704343 ], [ -110.36816861062731, 40.79180607577208 ], [ -110.36779380595134, 40.791957167077143 ], [ -110.36721605317975, 40.792260288594086 ], [ -110.36705523137969, 40.792344987131564 ], [ -110.36677494218247, 40.792528123203148 ], [ -110.36658363160413, 40.79270273858036 ], [ -110.36640412983925, 40.792881922717022 ], [ -110.36625357352585, 40.793133333400597 ], [ -110.3660420387247, 40.793564578483604 ], [ -110.36590923551599, 40.793943105791513 ], [ -110.36567002681504, 40.794666072768578 ], [ -110.36551293679584, 40.794980505826359 ], [ -110.36532609966682, 40.795182169057881 ], [ -110.3649701915713, 40.795337859230507 ], [ -110.36463126262987, 40.795453103645364 ], [ -110.36420386391298, 40.795522817226114 ], [ -110.36364062662659, 40.795542233523193 ], [ -110.36342078492549, 40.795599575980482 ], [ -110.36305849014569, 40.795678652945135 ], [ -110.36267854403218, 40.795744118561025 ], [ -110.36236387568908, 40.795800935197384 ], [ -110.36181772523989, 40.795892504820337 ], [ -110.36150305549086, 40.795949319096955 ], [ -110.36122377206543, 40.796024345368991 ], [ -110.36080713944983, 40.796206711889269 ], [ -110.36061035141425, 40.796331740245456 ], [ -110.36036554437264, 40.796519561404722 ], [ -110.35997847044203, 40.796832711636355 ], [ -110.3594163255751, 40.797230469236766 ], [ -110.3592670668328, 40.797343147264847 ], [ -110.35908784477894, 40.797489890865101 ], [ -110.35879998183974, 40.797839621987684 ], [ -110.35854279033595, 40.798081421219621 ], [ -110.35820354694368, 40.798349788916092 ], [ -110.35793426707546, 40.798492426342712 ], [ -110.35773197421328, 40.798572376730561 ], [ -110.3575000467641, 40.798652161750027 ], [ -110.35723115519984, 40.798754261568213 ], [ -110.35694650531026, 40.798892306814764 ], [ -110.35680923149829, 40.798990634856914 ], [ -110.35646883463761, 40.79925448672369 ], [ -110.35609235140622, 40.799572187005843 ], [ -110.35603387601711, 40.799612398775018 ], [ -110.3557641509602, 40.799800070944571 ], [ -110.35548410442958, 40.799951650948351 ], [ -110.35540082234738, 40.799982715355462 ], [ -110.35516858212118, 40.800094023544034 ], [ -110.35498920412498, 40.80025517335288 ], [ -110.35485667413333, 40.800475139864382 ], [ -110.35466277062794, 40.800911867013845 ], [ -110.35458350303942, 40.801140238685996 ], [ -110.35445715880206, 40.801333213903028 ], [ -110.35425257646588, 40.801525751135571 ], [ -110.35391369131851, 40.80175356990469 ], [ -110.353555268997, 40.802039833226118 ], [ -110.35293394093226, 40.802541725306469 ], [ -110.35244380751507, 40.802961472499867 ], [ -110.35230006602093, 40.803113809555008 ], [ -110.35225225733579, 40.80327569349032 ], [ -110.35232584900378, 40.803510326618941 ], [ -110.35243008785892, 40.803763148624277 ], [ -110.35247579876348, 40.803939070160155 ], [ -110.35247387261361, 40.804137245493223 ], [ -110.35238264259056, 40.804375457676677 ], [ -110.35216610549759, 40.804698546648403 ], [ -110.35202200910879, 40.804886915149012 ], [ -110.35191408963388, 40.8050124274558 ], [ -110.35179866470916, 40.805300049755722 ], [ -110.35168152931591, 40.805763327249657 ], [ -110.35162022959508, 40.805971078171247 ], [ -110.35142195714478, 40.806243820916613 ], [ -110.35123043521808, 40.806431921767825 ], [ -110.35099763895153, 40.806597268993563 ], [ -110.35070517108471, 40.806802818011739 ], [ -110.35039488360921, 40.807011869334183 ], [ -110.35005484985605, 40.807353176544417 ], [ -110.34973506164405, 40.807806301665899 ], [ -110.34939343897798, 40.808188135952889 ], [ -110.34909402802529, 40.808496338023701 ], [ -110.34895009072947, 40.808666686523324 ], [ -110.34886595499303, 40.808904935734958 ], [ -110.3488455773486, 40.809048955971626 ], [ -110.34897544422149, 40.809711810032177 ], [ -110.34907994380492, 40.809937610907681 ], [ -110.34918475214427, 40.810131883845251 ], [ -110.34935432747042, 40.810371564191527 ], [ -110.34953027173815, 40.810566237937124 ], [ -110.34961782645046, 40.810706362492127 ], [ -110.34960328785888, 40.810981038254603 ], [ -110.34955968126418, 40.8111969952148 ], [ -110.34966360459437, 40.811482248026081 ], [ -110.34970440546287, 40.811553644743093 ], [ -110.34986278972977, 40.811725697854655 ], [ -110.35013420215543, 40.811857849421024 ], [ -110.35063070399309, 40.812009284325065 ], [ -110.35084859139975, 40.812159149840426 ], [ -110.3509659227592, 40.812285928202471 ], [ -110.3510707841119, 40.812475695440632 ], [ -110.35112203022784, 40.812692186399836 ], [ -110.35117582615852, 40.813255516866079 ], [ -110.35125539764834, 40.813607293715513 ], [ -110.35136861013123, 40.814279059425104 ], [ -110.35136536396541, 40.814612353627254 ], [ -110.35136686035607, 40.814945674472746 ], [ -110.35132840408822, 40.815241836062327 ], [ -110.35130231302207, 40.815485818178516 ], [ -110.35112187444075, 40.815750552577022 ], [ -110.35062657264585, 40.816081078244778 ], [ -110.35024482826752, 40.816317652703368 ], [ -110.34974380940197, 40.816625621232937 ], [ -110.34906857183553, 40.817166824202125 ], [ -110.34850693434417, 40.817609571855172 ], [ -110.34769192285177, 40.818496802121047 ], [ -110.34715221304862, 40.819119835742164 ], [ -110.34687706627339, 40.819366010456683 ], [ -110.34654855940025, 40.819611882288896 ], [ -110.34610068003663, 40.819938152572625 ], [ -110.34563470024749, 40.820295847949467 ], [ -110.34505964961086, 40.820891645770871 ], [ -110.34492682344153, 40.821134119352095 ], [ -110.34474678729678, 40.821353803567249 ], [ -110.34453206369311, 40.821483206104041 ], [ -110.344305525915, 40.821608036877208 ], [ -110.34392306167456, 40.821912149228595 ], [ -110.34362420710467, 40.822275290796952 ], [ -110.34316584815005, 40.822939305962201 ], [ -110.34303385536965, 40.823096201926255 ], [ -110.34287227034484, 40.823247524128014 ], [ -110.34273482747055, 40.823355743181942 ], [ -110.34247890178027, 40.823453377596266 ], [ -110.34207550654028, 40.823473598913353 ], [ -110.34164857317543, 40.823475667646484 ], [ -110.34098443478207, 40.823480884294675 ], [ -110.34065241017134, 40.823478987225734 ], [ -110.34045068995736, 40.823491346844172 ], [ -110.34024923747231, 40.823476682357565 ], [ -110.33985382488207, 40.823289747714519 ], [ -110.33948293474515, 40.823021876259624 ], [ -110.33908877892266, 40.822708828185199 ], [ -110.33827942394358, 40.8224114149358 ], [ -110.33801980569652, 40.822283807568077 ], [ -110.3375703205952, 40.822169523088505 ], [ -110.33718566912586, 40.822094345596632 ], [ -110.33683096798363, 40.821988710327233 ], [ -110.33642946551785, 40.821819745788083 ], [ -110.33606371781049, 40.821632968758884 ], [ -110.33571544407819, 40.821477820685168 ], [ -110.335188796433, 40.821254080615837 ], [ -110.3346115248808, 40.820994012464631 ], [ -110.33381484875129, 40.82073717894432 ], [ -110.3329442564193, 40.82052045051396 ], [ -110.33202846507376, 40.820199856883875 ], [ -110.3313901998615, 40.819993470040068 ], [ -110.33113019719467, 40.819906382870073 ], [ -110.33080497981213, 40.819818916865358 ], [ -110.33049705113275, 40.81978109664162 ], [ -110.3303076145844, 40.819752071049663 ], [ -110.32968057938746, 40.819726809395462 ], [ -110.32910526636304, 40.81962887682517 ], [ -110.32856064776665, 40.819544632672432 ], [ -110.32820529257417, 40.819506530312943 ], [ -110.32784382730105, 40.819486408123389 ], [ -110.32742882254905, 40.819483989561689 ], [ -110.32700159638739, 40.819517531937869 ], [ -110.32601028248132, 40.819633358855462 ], [ -110.32554086981543, 40.819734212582922 ], [ -110.32507738441878, 40.819835099070239 ], [ -110.32451876468026, 40.819962452021421 ], [ -110.32362813628967, 40.820087856319091 ], [ -110.32283870475614, 40.820173309814116 ], [ -110.32234000684531, 40.820237944887872 ], [ -110.32167548779678, 40.820283586123587 ], [ -110.32139642563152, 40.820322482967491 ], [ -110.32093311381567, 40.820405336939338 ], [ -110.32032135299576, 40.820509835662243 ], [ -110.31978022891465, 40.820664293971873 ], [ -110.31927381142458, 40.82078742502766 ], [ -110.31877550801968, 40.820928618616648 ], [ -110.31827615512009, 40.821056291205757 ], [ -110.31761676947707, 40.821178510979806 ], [ -110.31715928359681, 40.821270392644315 ], [ -110.31695126785138, 40.821318707617486 ], [ -110.31665987889649, 40.821402562123602 ], [ -110.31638636811574, 40.821477513402847 ], [ -110.31601754234158, 40.82159604026711 ], [ -110.31582688542909, 40.821685894868018 ], [ -110.31560608384932, 40.821824215820385 ], [ -110.31527661670253, 40.822151068351289 ], [ -110.31504274994296, 40.822406420160213 ], [ -110.31478451679375, 40.822724685717738 ], [ -110.31450265815091, 40.82303380187907 ], [ -110.31416748258111, 40.823338096180784 ], [ -110.31373165035218, 40.823628278148995 ], [ -110.31347558907154, 40.823734855739126 ], [ -110.31316636104832, 40.823822198567392 ], [ -110.31264852857694, 40.824013696427009 ], [ -110.31215930145635, 40.824190949030708 ], [ -110.31187510197545, 40.82426582581644 ], [ -110.31151259180091, 40.824344738800399 ], [ -110.31075948244185, 40.824466359862612 ], [ -110.30976702268623, 40.824568527416417 ], [ -110.30947033561759, 40.824589273046413 ], [ -110.30907850274772, 40.824636473393959 ], [ -110.30883522363611, 40.824653033018542 ], [ -110.30854409077169, 40.824709843208076 ], [ -110.30830034330916, 40.824771440981742 ], [ -110.30810972317646, 40.82485587790935 ], [ -110.30771624856082, 40.825060711065362 ], [ -110.3071863078253, 40.825273731852313 ], [ -110.30684124592773, 40.825384264354462 ], [ -110.30633595510326, 40.825507345159345 ], [ -110.30592025725875, 40.825567903885116 ], [ -110.30554041554043, 40.825601651707949 ], [ -110.30496491120762, 40.825634219674626 ], [ -110.30383728792523, 40.825731017556706 ], [ -110.30351085395503, 40.825760576749552 ], [ -110.30295252182668, 40.825851793030068 ], [ -110.30258401643889, 40.825935145877928 ], [ -110.30213202933059, 40.826063034655135 ], [ -110.30177486053613, 40.826195999757431 ], [ -110.30142300510477, 40.826387550603641 ], [ -110.30103420078214, 40.826709498488206 ], [ -110.30060844472574, 40.82716184299283 ], [ -110.30025231974443, 40.827758742805294 ], [ -110.29996103272539, 40.828392068533013 ], [ -110.2998154581749, 40.828701975203053 ], [ -110.29966490055443, 40.82892176733921 ], [ -110.29950400068901, 40.829109967044019 ], [ -110.29924006924396, 40.829284028112333 ], [ -110.29873245744675, 40.829623263107393 ], [ -110.29843218435103, 40.82998177371892 ], [ -110.29808285654487, 40.830493127958569 ], [ -110.29772493243775, 40.831256664073145 ], [ -110.29743531724375, 40.831727841882703 ], [ -110.29722971290109, 40.832104942496791 ], [ -110.29705518210281, 40.832347106028578 ], [ -110.29689948611033, 40.832490291656534 ], [ -110.29672580975968, 40.832651384263222 ], [ -110.2965229596966, 40.832767256700791 ], [ -110.29613158913214, 40.83287747451125 ], [ -110.2956310612622, 40.83299152876554 ], [ -110.2949117420381, 40.833158294224638 ], [ -110.29410964049946, 40.833302027683956 ], [ -110.29354558974255, 40.833366137964994 ], [ -110.29319549044504, 40.833386514517656 ], [ -110.29304710105824, 40.833399117873817 ], [ -110.2926918853593, 40.83334289014936 ], [ -110.29233743652873, 40.833214598840613 ], [ -110.29214266271318, 40.833127824099179 ], [ -110.29191895917938, 40.832973308469263 ], [ -110.29171897581328, 40.832818938037235 ], [ -110.29163725317605, 40.832696822868371 ], [ -110.29150364932295, 40.832434758822522 ], [ -110.29145803339956, 40.832263319057184 ], [ -110.29144399704127, 40.831799300194653 ], [ -110.29142511799999, 40.831455964136964 ], [ -110.2914156465914, 40.831231596750705 ], [ -110.29139355837107, 40.83107831823952 ], [ -110.29136530087135, 40.830947522832027 ], [ -110.29130223316783, 40.830744446354132 ], [ -110.29121487198049, 40.830595271001854 ], [ -110.29106821548309, 40.830445731218859 ], [ -110.29050454597935, 40.829919778614951 ], [ -110.2903644463053, 40.829711723622928 ], [ -110.29033652751313, 40.829549400605963 ], [ -110.29035614068415, 40.829378361564487 ], [ -110.29035772528292, 40.829229732630417 ], [ -110.29011644271161, 40.829057088493492 ], [ -110.28992269291969, 40.828875728018147 ], [ -110.28980669929847, 40.828631787067046 ], [ -110.28966535482013, 40.82854083280538 ], [ -110.28957101321973, 40.828490705651966 ], [ -110.28946462067562, 40.828458521012607 ], [ -110.28909885777946, 40.828393208871972 ], [ -110.28868859253721, 40.828386175831966 ], [ -110.28845108019877, 40.828416240581227 ], [ -110.28820184373173, 40.828433620736739 ], [ -110.28773979497628, 40.82838933034806 ], [ -110.28686398362278, 40.828221768543621 ], [ -110.28610584600357, 40.828140508179793 ], [ -110.28587468802515, 40.828130969962032 ], [ -110.28556143430464, 40.828146146443949 ], [ -110.28532885841848, 40.828158218524337 ], [ -110.28469402991973, 40.828190317759542 ], [ -110.28411912418423, 40.82816423072191 ], [ -110.2834491553364, 40.82815556722209 ], [ -110.28304041789549, 40.82811699417072 ], [ -110.28276761918879, 40.828119802704357 ], [ -110.28252451577325, 40.828118291072755 ], [ -110.28224426188025, 40.828152581419111 ], [ -110.28181182742343, 40.828221957432021 ], [ -110.28123536648089, 40.82833998080455 ], [ -110.28091448964008, 40.828401940866421 ], [ -110.28059343697564, 40.828480114063453 ], [ -110.28032559223193, 40.8285730317427 ], [ -110.27999781944476, 40.828724129418205 ], [ -110.27971728554975, 40.828893537904648 ], [ -110.27940136867753, 40.829044707892201 ], [ -110.27863932667812, 40.829323710150007 ], [ -110.27842469453853, 40.829430468708061 ], [ -110.2781561201045, 40.829590038923421 ], [ -110.27792354152763, 40.829711097688914 ], [ -110.27769141176758, 40.829790720148964 ], [ -110.27737038784403, 40.829865281154071 ], [ -110.27681674227563, 40.830064500872901 ], [ -110.27595426771035, 40.830306822076643 ], [ -110.27503690015763, 40.83068842204424 ], [ -110.27410736822947, 40.83109696332108 ], [ -110.2730344313149, 40.831603685838957 ], [ -110.27191755603278, 40.832330826681748 ], [ -110.2716669801771, 40.832468875094051 ], [ -110.27138067694219, 40.832620209904327 ], [ -110.27110099273985, 40.832708527060142 ], [ -110.27080994176556, 40.832751729718652 ], [ -110.27034045469667, 40.832843349357177 ], [ -110.26986518483041, 40.832921417891249 ], [ -110.26917629382713, 40.833011643964561 ], [ -110.26849372682416, 40.833065872447243 ], [ -110.26766760510621, 40.833231790586765 ], [ -110.26660982005967, 40.833432263854476 ], [ -110.26573485937558, 40.83372397510356 ], [ -110.26505187689861, 40.833922314794656 ], [ -110.2636883714995, 40.834309989306824 ], [ -110.26261177004574, 40.834600389597846 ], [ -110.26156575850574, 40.834805395930282 ], [ -110.26128092240268, 40.83482158911314 ], [ -110.26121569327731, 40.834821171400712 ], [ -110.26096658661295, 40.834824080033002 ], [ -110.26041590492821, 40.834748483831987 ], [ -110.25991306447605, 40.834637158380431 ], [ -110.25954068335626, 40.834526668174036 ], [ -110.25925172288601, 40.834380678894021 ], [ -110.25901617259437, 40.83423142860552 ], [ -110.25880421234697, 40.834094040306269 ], [ -110.25858048361415, 40.833948468432666 ], [ -110.25812011511618, 40.833751828432348 ], [ -110.2574884885734, 40.833491025727 ], [ -110.25745899034341, 40.833477323279801 ], [ -110.2566567639053, 40.833093804561841 ], [ -110.25561685401928, 40.832753788793639 ], [ -110.25485262508155, 40.832685796330253 ], [ -110.25369784471681, 40.83254320581559 ], [ -110.25277377127682, 40.832451644444255 ], [ -110.25172537958234, 40.832341252604216 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 7, \"properties\": { \"NAME\": \"EMERY COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2359, \"Color4\": \"1\", \"Shape_Leng\": 614817.73073199997, \"Shape_Area\": 11573953013.700001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.24392935257053, 39.703582002836875 ], [ -111.24311245691364, 39.703480098200281 ], [ -111.24282085453474, 39.703485213496258 ], [ -111.24251188117611, 39.703526405340924 ], [ -111.24213894031422, 39.703621791274138 ], [ -111.241876719339, 39.703689914673092 ], [ -111.24158519451947, 39.703717552329145 ], [ -111.24138109247264, 39.70372698705043 ], [ -111.24034838519678, 39.703621006276769 ], [ -111.24004497674471, 39.703585592914294 ], [ -111.23902505813496, 39.703466058550063 ], [ -111.23806094783527, 39.703292339310998 ], [ -111.23739553508804, 39.703140527384228 ], [ -111.23712106059487, 39.703037470332454 ], [ -111.23695747803851, 39.702956712011698 ], [ -111.23675876341177, 39.702835478966776 ], [ -111.23663014480897, 39.702745638632635 ], [ -111.23653613579565, 39.702543099507089 ], [ -111.23647729010271, 39.702390045078424 ], [ -111.23644151234917, 39.702160356498339 ], [ -111.23635881567687, 39.701854176261726 ], [ -111.23624128013266, 39.701593118103403 ], [ -111.23616489325552, 39.701426583795964 ], [ -111.23587156583503, 39.700922605776221 ], [ -111.23559015200621, 39.700490684840155 ], [ -111.23538514029853, 39.700229803196905 ], [ -111.23518057358855, 39.700099568991092 ], [ -111.23494106104701, 39.699982920517201 ], [ -111.23460816003687, 39.699843934628682 ], [ -111.23425796221754, 39.699763549346066 ], [ -111.23379112425368, 39.699683397907826 ], [ -111.23322515782598, 39.699607948863878 ], [ -111.23265320931417, 39.699487457758849 ], [ -111.23231499678818, 39.699501650295737 ], [ -111.23181351730152, 39.699525178161181 ], [ -111.23102637277741, 39.69958080847033 ], [ -111.2303263931537, 39.699541652876782 ], [ -111.23006385873587, 39.699514241535638 ], [ -111.22985947148663, 39.699434455015954 ], [ -111.2296953234307, 39.699177987487431 ], [ -111.22969472606064, 39.698997783504076 ], [ -111.22978708175719, 39.69870927250156 ], [ -111.22989615527831, 39.698186461568831 ], [ -111.2299532037184, 39.697803412561349 ], [ -111.22989931170127, 39.697380037026804 ], [ -111.22985107285575, 39.696902588676238 ], [ -111.22976796354097, 39.696461250319118 ], [ -111.22972011456102, 39.69610093448442 ], [ -111.22971347638632, 39.695857670513384 ], [ -111.22978846721993, 39.695609739894422 ], [ -111.22980982199489, 39.695015020202995 ], [ -111.22976744698012, 39.694546570281247 ], [ -111.22965532950063, 39.694149439358682 ], [ -111.22947325559701, 39.693758753751119 ], [ -111.22937960783233, 39.693655320708345 ], [ -111.22916915091133, 39.693498056570434 ], [ -111.22906968732373, 39.693399139883418 ], [ -111.22886509314604, 39.693250873888232 ], [ -111.22864898548256, 39.693147681537226 ], [ -111.22836874690337, 39.69304912005456 ], [ -111.228036188823, 39.693000217121508 ], [ -111.22759887162857, 39.693014590485369 ], [ -111.22705683537846, 39.693104853259896 ], [ -111.22661405702202, 39.693232762967881 ], [ -111.2260778963054, 39.693337426133972 ], [ -111.22555915522362, 39.693419527320053 ], [ -111.22507508020703, 39.69340244605884 ], [ -111.22459669094279, 39.693340300443772 ], [ -111.22415332074463, 39.693287095531481 ], [ -111.22377401054064, 39.693206734691479 ], [ -111.22333160487038, 39.693090452902673 ], [ -111.22278741419167, 39.692875251794803 ], [ -111.22239605453764, 39.69267327093042 ], [ -111.22215058438033, 39.692502545676106 ], [ -111.22196328548894, 39.692286657371383 ], [ -111.22171724128852, 39.691935726881816 ], [ -111.22141794006482, 39.691341620088899 ], [ -111.22121672487584, 39.690783366734998 ], [ -111.22115865810086, 39.690495148622254 ], [ -111.2211927831561, 39.690224775442196 ], [ -111.22126791355031, 39.690012890890877 ], [ -111.22143002247209, 39.689647665809126 ], [ -111.22154013866485, 39.689435714344718 ], [ -111.22170243213806, 39.689129055282201 ], [ -111.22184164473914, 39.688899027410955 ], [ -111.22188128023592, 39.688529530399762 ], [ -111.22187991027243, 39.688101544912364 ], [ -111.22187288233442, 39.68772763186481 ], [ -111.22180742900791, 39.687317789293012 ], [ -111.22184748193961, 39.687078940425742 ], [ -111.22190517172966, 39.686885109225166 ], [ -111.22200359134732, 39.686664169297153 ], [ -111.22206109275196, 39.686411771553956 ], [ -111.22207177324243, 39.686105401641662 ], [ -111.22200695513014, 39.685893784008151 ], [ -111.22193066316122, 39.685740755078108 ], [ -111.22172014632973, 39.685551941322757 ], [ -111.22148613453247, 39.685309110308523 ], [ -111.2213698206827, 39.685039023665695 ], [ -111.22140856380086, 39.684755125945379 ], [ -111.22147790008367, 39.684556767533564 ], [ -111.2217028080742, 39.683776948952115 ], [ -111.22180095012338, 39.683470411918641 ], [ -111.22183512700279, 39.683218058696148 ], [ -111.22181658278996, 39.682889218749658 ], [ -111.22178693959151, 39.682736100530789 ], [ -111.22166931877456, 39.682420965136174 ], [ -111.22146988391957, 39.682047418802298 ], [ -111.22127096881803, 39.681836056260508 ], [ -111.22100804830711, 39.681665361483866 ], [ -111.22075107436299, 39.681530695948645 ], [ -111.22042394904939, 39.681337596149078 ], [ -111.22000894215131, 39.681010408662118 ], [ -111.21995607907206, 39.680887968887561 ], [ -111.21996715402287, 39.680703237010931 ], [ -111.22007763240276, 39.680608419674989 ], [ -111.22030471928815, 39.680513381081923 ], [ -111.22079276503078, 39.6803412587441 ], [ -111.22116743970572, 39.680088257718822 ], [ -111.2213578140164, 39.679817586336178 ], [ -111.22154915139096, 39.67948384076562 ], [ -111.22178687015284, 39.679068913681732 ], [ -111.22200670578367, 39.678532381343523 ], [ -111.22206925172428, 39.678036695730015 ], [ -111.22216053205571, 39.677411206861812 ], [ -111.22218181461, 39.676775039440145 ], [ -111.22211030913718, 39.67629312547993 ], [ -111.22201594603527, 39.675955419857161 ], [ -111.22182235809868, 39.675581862519728 ], [ -111.22164082100021, 39.675329920834351 ], [ -111.22141871986979, 39.675154643717462 ], [ -111.22089870279629, 39.674795222123379 ], [ -111.22037886290316, 39.674489859623151 ], [ -111.21991754095632, 39.674251961215475 ], [ -111.21936868825465, 39.673987195436112 ], [ -111.21912344846299, 39.673866019376433 ], [ -111.21895962860381, 39.673681617225846 ], [ -111.21888347065865, 39.673564626898155 ], [ -111.21863723904424, 39.673128091183628 ], [ -111.21846019931937, 39.672817568985366 ], [ -111.21820403225109, 39.672556751848326 ], [ -111.2178938937234, 39.67218791178896 ], [ -111.21780578266038, 39.671976334979291 ], [ -111.21771092324558, 39.671471935920039 ], [ -111.21764543960893, 39.671039564117621 ], [ -111.21762073579121, 39.670598105535618 ], [ -111.21756715294059, 39.670242298911013 ], [ -111.21728646948007, 39.669967109059861 ], [ -111.21709971502951, 39.669900782053077 ], [ -111.2169072553673, 39.669874110742981 ], [ -111.21655748252607, 39.669874763466538 ], [ -111.21581711595718, 39.669871636463611 ], [ -111.21520487088341, 39.669826820000026 ], [ -111.21486653683048, 39.669756265021164 ], [ -111.21459809930936, 39.669666658282573 ], [ -111.21439971423517, 39.669608457692974 ], [ -111.21408455830904, 39.669491905081081 ], [ -111.21370502902724, 39.669294377322885 ], [ -111.21327883833307, 39.66908792370706 ], [ -111.21294014747239, 39.668899328736451 ], [ -111.21255456330941, 39.668626121711483 ], [ -111.21231485008896, 39.668395896296808 ], [ -111.21188206901965, 39.667937160925312 ], [ -111.21157795156425, 39.667613344221209 ], [ -111.21115141823182, 39.667288848292159 ], [ -111.21088258690541, 39.667064980011958 ], [ -111.21074219067016, 39.666903049264242 ], [ -111.21063655193889, 39.666668972824517 ], [ -111.21056588948755, 39.666434832871957 ], [ -111.21045371213249, 39.665966499995783 ], [ -111.21035305806562, 39.665453094538925 ], [ -111.21034010205841, 39.665025128134367 ], [ -111.21030290979721, 39.664678298409854 ], [ -111.21017440205419, 39.664205489529287 ], [ -111.2100097560668, 39.66373274581656 ], [ -111.20986255843647, 39.663246454829519 ], [ -111.20979146620539, 39.662868149972397 ], [ -111.2097091390314, 39.662629525250168 ], [ -111.20950416021296, 39.662310028905864 ], [ -111.20910597459677, 39.661707055155759 ], [ -111.20891991131622, 39.661473121699942 ], [ -111.20873753633578, 39.661302253542665 ], [ -111.20842203519371, 39.661055036344294 ], [ -111.20807744639757, 39.660825891031202 ], [ -111.20762772629712, 39.660524850103911 ], [ -111.20679851091545, 39.660012741171741 ], [ -111.20595159440593, 39.659424069911886 ], [ -111.20519832327896, 39.658961371527866 ], [ -111.20487729610498, 39.658808762742986 ], [ -111.20463206883332, 39.65866502986848 ], [ -111.20447433792437, 39.658543668281162 ], [ -111.20433398720698, 39.658386234604642 ], [ -111.20413543091054, 39.658255934040596 ], [ -111.20387281408853, 39.658143766244706 ], [ -111.2035402025688, 39.658013699882829 ], [ -111.20268253636316, 39.657717858965185 ], [ -111.20199424510123, 39.657538851495509 ], [ -111.20174896278496, 39.657372586774194 ], [ -111.20154462499421, 39.657255807283875 ], [ -111.2013110931977, 39.657121057380955 ], [ -111.20103059521711, 39.656869254052687 ], [ -111.20087254866425, 39.656635258982924 ], [ -111.20060886228572, 39.656149157008372 ], [ -111.20049723759257, 39.655842998580631 ], [ -111.20051407186753, 39.65561771129898 ], [ -111.20063020917328, 39.655468840318875 ], [ -111.2007813289988, 39.655324413917455 ], [ -111.20090343702203, 39.655225089149177 ], [ -111.20131638537356, 39.654927033264286 ], [ -111.2015372981014, 39.654732928063432 ], [ -111.20162993541776, 39.654521024523085 ], [ -111.20164680498199, 39.654309252464259 ], [ -111.20158765885627, 39.654012014201967 ], [ -111.20159274116649, 39.653755210930335 ], [ -111.20160393952733, 39.653597510685167 ], [ -111.20178276642739, 39.652961971715932 ], [ -111.20192713278163, 39.652502193827971 ], [ -111.20196161629462, 39.652335442698394 ], [ -111.20202466298416, 39.651970414521131 ], [ -111.20193595772224, 39.651529062362258 ], [ -111.20184735841093, 39.651123751260613 ], [ -111.20170662285962, 39.650826654647943 ], [ -111.20154864020468, 39.650610680807553 ], [ -111.20143729494274, 39.650399131041816 ], [ -111.20136070864839, 39.650115438210108 ], [ -111.20139495707549, 39.649867594547239 ], [ -111.20138868478938, 39.649714429676429 ], [ -111.20142866924959, 39.649435039856691 ], [ -111.20149233081111, 39.649281753684363 ], [ -111.20159659050266, 39.64906081947634 ], [ -111.201619574581, 39.648948150343557 ], [ -111.20163619425038, 39.64865078029068 ], [ -111.20165889019728, 39.64843899790263 ], [ -111.20171670951463, 39.648281216554594 ], [ -111.20190209646788, 39.64790246015896 ], [ -111.20198306826306, 39.647690576371851 ], [ -111.20202902109072, 39.64746073275105 ], [ -111.20203408827966, 39.647199424026958 ], [ -111.20211362914526, 39.646496478938346 ], [ -111.20209472993604, 39.646009953276987 ], [ -111.20204140352777, 39.645708199518566 ], [ -111.20198266953113, 39.645550620636847 ], [ -111.20185397964474, 39.645384152963167 ], [ -111.20169040401539, 39.645244776755554 ], [ -111.20151526563701, 39.645136956582057 ], [ -111.20113019544264, 39.644979942932096 ], [ -111.20063456168823, 39.644877181097655 ], [ -111.19989969280392, 39.644666704943987 ], [ -111.19938058517826, 39.644505410892975 ], [ -111.19878546564053, 39.644254141153539 ], [ -111.19815515466186, 39.643921835262489 ], [ -111.19752478305912, 39.643566099125557 ], [ -111.19687050057233, 39.642995953765379 ], [ -111.19657274717815, 39.642798230340453 ], [ -111.19619926650583, 39.642609644424937 ], [ -111.19596008161484, 39.642515439498695 ], [ -111.1958142604195, 39.642466128480002 ], [ -111.195534438078, 39.642426053271002 ], [ -111.19530725137005, 39.642453466525517 ], [ -111.19470710754707, 39.642476999907231 ], [ -111.19424059948868, 39.642360646375316 ], [ -111.19393142833606, 39.642244028397023 ], [ -111.19358706876535, 39.642046375084298 ], [ -111.19334758824647, 39.641844041044976 ], [ -111.19297395865956, 39.641596877680385 ], [ -111.19279290323237, 39.641448507516522 ], [ -111.19269349128203, 39.641322527541064 ], [ -111.19265112573967, 39.641174828035844 ], [ -111.19265722828571, 39.640854049365068 ], [ -111.19276119090681, 39.640520493832028 ], [ -111.19277795922578, 39.640263670931134 ], [ -111.19275400062131, 39.640029441489105 ], [ -111.1927936516737, 39.639619404564144 ], [ -111.19284473101803, 39.639128255426868 ], [ -111.19275082413216, 39.638885131683907 ], [ -111.19270954784726, 39.638709498225602 ], [ -111.19273811983581, 39.638506717806813 ], [ -111.1927550628612, 39.638312967027758 ], [ -111.19267298617505, 39.638132896054977 ], [ -111.19257936861111, 39.63799339075927 ], [ -111.19246834824024, 39.637881846327971 ], [ -111.19234575686555, 39.637800055128118 ], [ -111.19197220246694, 39.637570908940972 ], [ -111.19178513379957, 39.637350464164975 ], [ -111.19168535650213, 39.637089328455822 ], [ -111.19163799612676, 39.636819095828599 ], [ -111.19160204104149, 39.636458740761555 ], [ -111.19153085266304, 39.635999329794153 ], [ -111.19146736771617, 39.635797602372278 ], [ -111.19138988173083, 39.635589590724081 ], [ -111.19110339515294, 39.635234153100427 ], [ -111.19077042231953, 39.634923842907234 ], [ -111.1905250862289, 39.634698986485063 ], [ -111.19043684714303, 39.634392778838169 ], [ -111.19051074763536, 39.634144872677915 ], [ -111.19065681007559, 39.63386531177504 ], [ -111.19074382203297, 39.633724607258365 ], [ -111.19112717232433, 39.633287875538493 ], [ -111.19122591245923, 39.633175083482413 ], [ -111.19145246195524, 39.632926925295124 ], [ -111.19181871980919, 39.63263348422327 ], [ -111.19189400284766, 39.632466668123577 ], [ -111.19190517021494, 39.63229094753877 ], [ -111.19189883347522, 39.632106245497603 ], [ -111.19186905439501, 39.63187202515379 ], [ -111.19170987730611, 39.63119651039802 ], [ -111.19159178534441, 39.630629052017092 ], [ -111.19142681247433, 39.629962556652707 ], [ -111.19122756803391, 39.62954390258804 ], [ -111.19113379146519, 39.629341323576 ], [ -111.19101092192771, 39.629152307876637 ], [ -111.19082964332337, 39.628909325773172 ], [ -111.19057263908707, 39.628670972810575 ], [ -111.19023995929683, 39.628455269148844 ], [ -111.18990246061368, 39.628181004979766 ], [ -111.18975525017915, 39.628037079562354 ], [ -111.18951109469418, 39.627807713595587 ], [ -111.18939894020842, 39.627699772018232 ], [ -111.18923562765885, 39.627632460356146 ], [ -111.18903157016618, 39.627578730330384 ], [ -111.18877500551439, 39.627498054157996 ], [ -111.18809288779242, 39.627323458277985 ], [ -111.18759711938979, 39.627117021302283 ], [ -111.18746285465991, 39.627018123916606 ], [ -111.18735180906846, 39.626887652618009 ], [ -111.18718818477912, 39.62670320369034 ], [ -111.18705929851225, 39.626437605215266 ], [ -111.18690632182472, 39.625879208112792 ], [ -111.18662516751856, 39.625316511544455 ], [ -111.18649054485385, 39.625082457909009 ], [ -111.18642549394394, 39.624722147188649 ], [ -111.18639523134149, 39.624299608982646 ], [ -111.1863419394119, 39.623978924969151 ], [ -111.18628280055863, 39.62365014094653 ], [ -111.18636867512205, 39.62308685443238 ], [ -111.18642007832176, 39.622703830754929 ], [ -111.18645402844362, 39.622329845424339 ], [ -111.18641810804088, 39.621969487770684 ], [ -111.18637046449976, 39.621582117740225 ], [ -111.18645096979215, 39.621190036877358 ], [ -111.18648504237073, 39.620862004205037 ], [ -111.18651347786744, 39.620604261556664 ], [ -111.18653004708312, 39.620266345513514 ], [ -111.18646521818788, 39.619987127629244 ], [ -111.18635952780834, 39.619676438895766 ], [ -111.18618413976368, 39.619442450052915 ], [ -111.186014783229, 39.619285039567437 ], [ -111.18583377686433, 39.619127647465419 ], [ -111.1855652933812, 39.618933452243297 ], [ -111.18515107650261, 39.618700744068882 ], [ -111.18483002795259, 39.618453469599508 ], [ -111.18463138316939, 39.618233030937191 ], [ -111.18437993028193, 39.617868509519241 ], [ -111.18418124084083, 39.617630049354254 ], [ -111.1839827173654, 39.617453760267026 ], [ -111.18373753894872, 39.617256820730837 ], [ -111.18345152419438, 39.61703651814291 ], [ -111.1831177572556, 39.616820795311483 ], [ -111.18256490988585, 39.616582890001986 ], [ -111.18223270273879, 39.616515833619729 ], [ -111.18188882249544, 39.616439784170268 ], [ -111.18150413222185, 39.616350281876748 ], [ -111.18116724366085, 39.61627421936506 ], [ -111.18080925670181, 39.616148631554445 ], [ -111.18053046817565, 39.616013909206671 ], [ -111.18039633088122, 39.615951945853539 ], [ -111.17980732399879, 39.615690656492433 ], [ -111.17936427420285, 39.615556185435871 ], [ -111.17867655334935, 39.615413078833107 ], [ -111.17796554693838, 39.615274509021887 ], [ -111.17748754202646, 39.615135579136037 ], [ -111.17671884908745, 39.614758314338417 ], [ -111.17647262498029, 39.61459650148911 ], [ -111.17626256215567, 39.614452654047717 ], [ -111.17608750437812, 39.614330378122631 ], [ -111.17597650275118, 39.614200796608195 ], [ -111.17584780804685, 39.613984741963115 ], [ -111.17573663426934, 39.613786681459054 ], [ -111.17558442548672, 39.613485063300388 ], [ -111.17538483517706, 39.612872657741441 ], [ -111.1751691321884, 39.61233686445653 ], [ -111.17498141372617, 39.611810038975428 ], [ -111.17472849607545, 39.611296826812755 ], [ -111.17445351652225, 39.610810678383622 ], [ -111.17427189199398, 39.610387462082834 ], [ -111.17418985126024, 39.610189356266723 ], [ -111.17413691110769, 39.609982196371092 ], [ -111.17413072542408, 39.609838039200071 ], [ -111.17410698724184, 39.609662371918922 ], [ -111.17403096408036, 39.609540845374987 ], [ -111.17392571728908, 39.609378815713612 ], [ -111.17370976098672, 39.609198930719664 ], [ -111.17317289957145, 39.608794263958053 ], [ -111.17249588981483, 39.608241131152347 ], [ -111.17209275993885, 39.607738047275575 ], [ -111.17173051289305, 39.607278151486078 ], [ -111.17155509427734, 39.606999088009509 ], [ -111.17140873174213, 39.606692950168046 ], [ -111.17134931207755, 39.606215486176566 ], [ -111.17134263287518, 39.605868595284683 ], [ -111.17131718320221, 39.605467669591356 ], [ -111.17120618016834, 39.604855125311921 ], [ -111.17108893303825, 39.604544438839078 ], [ -111.17091301447898, 39.604058135518827 ], [ -111.17084263889122, 39.60386000995134 ], [ -111.17076649502559, 39.603684418843592 ], [ -111.17066713297866, 39.603540398232006 ], [ -111.17049203743834, 39.603387478271095 ], [ -111.17028220847915, 39.6033202078765 ], [ -111.16993248343584, 39.603203584515839 ], [ -111.16941371104249, 39.603024133809541 ], [ -111.16831215471981, 39.602683338998688 ], [ -111.1674671102563, 39.602445784058204 ], [ -111.16671524293933, 39.602203584093736 ], [ -111.16654039684647, 39.602149772346166 ], [ -111.1663188953419, 39.602068995881488 ], [ -111.16617889621182, 39.601974586831886 ], [ -111.16604466752806, 39.601857643326035 ], [ -111.16593364867688, 39.601704624854371 ], [ -111.16583427797981, 39.601551589648032 ], [ -111.16571026515255, 39.601322000957595 ], [ -111.16555903461743, 39.600912242565812 ], [ -111.16523732429535, 39.600322518148573 ], [ -111.16513785012155, 39.600124430362023 ], [ -111.16500331674212, 39.599876834971077 ], [ -111.16493884791079, 39.599704827498371 ], [ -111.16474555861258, 39.599237460935981 ], [ -111.16445321532331, 39.598746807155671 ], [ -111.16409704029796, 39.598350852186783 ], [ -111.16378761675131, 39.598022408370205 ], [ -111.16351922553739, 39.597806536252577 ], [ -111.16316919069207, 39.597541220859569 ], [ -111.16280754320897, 39.597289436304791 ], [ -111.16252761624008, 39.597118630146149 ], [ -111.16214858698788, 39.596902909526158 ], [ -111.16179295860269, 39.596732207199693 ], [ -111.16114593150789, 39.596462793601233 ], [ -111.16062723200226, 39.596283303306976 ], [ -111.16027295168942, 39.596189183056325 ], [ -111.15971127733702, 39.596059305270664 ], [ -111.1593570923056, 39.59600572900635 ], [ -111.15896100224029, 39.595962120465245 ], [ -111.15836110112724, 39.595921491650095 ], [ -111.15767988000212, 39.5959719754185 ], [ -111.15748195692129, 39.596003780325312 ], [ -111.15705687124451, 39.596013366098965 ], [ -111.15670176742124, 39.596067908089303 ], [ -111.1564212124393, 39.596126853874154 ], [ -111.15616627987693, 39.596185764547741 ], [ -111.1554796340244, 39.596416451214296 ], [ -111.15502587037923, 39.596624297280215 ], [ -111.15424046768017, 39.596967738636152 ], [ -111.15382773007661, 39.59729716626611 ], [ -111.15353713301064, 39.597558852907341 ], [ -111.15338027606289, 39.597730258114609 ], [ -111.15320026317266, 39.597964766599695 ], [ -111.15296255855669, 39.598447137375977 ], [ -111.15267838042008, 39.598983631232187 ], [ -111.15249887569428, 39.599452408858866 ], [ -111.15237137709954, 39.599736404371519 ], [ -111.15214493357614, 39.600047560593012 ], [ -111.15172042201162, 39.600331943899405 ], [ -111.15154588672307, 39.600413265445162 ], [ -111.15124916011504, 39.600544303155559 ], [ -111.15102799452816, 39.600607663773005 ], [ -111.15069030446335, 39.600648649101267 ], [ -111.15031172104037, 39.600631118633281 ], [ -111.14960685224884, 39.600541924154825 ], [ -111.14891355555682, 39.600416668889636 ], [ -111.14855231030157, 39.600336037528002 ], [ -111.14821438960422, 39.600268890921022 ], [ -111.14804553980628, 39.600287127021538 ], [ -111.14781881460989, 39.600475733450352 ], [ -111.14763902648136, 39.60082826942773 ], [ -111.14755791426947, 39.601026601678015 ], [ -111.14750057468493, 39.601450164143515 ], [ -111.14752448175075, 39.601738467160658 ], [ -111.14761258557058, 39.602089761538039 ], [ -111.14780576012808, 39.602553552418733 ], [ -111.14799889124018, 39.602995717997672 ], [ -111.14809269638897, 39.603287535930846 ], [ -111.14813406898692, 39.603571311259586 ], [ -111.14822786780292, 39.603859524896258 ], [ -111.14833898576808, 39.604075633022013 ], [ -111.14841498691543, 39.604210692172792 ], [ -111.14847959037397, 39.604462901209573 ], [ -111.14857932955199, 39.604804268360361 ], [ -111.14864979875286, 39.605075391640689 ], [ -111.14868511738558, 39.605250148444732 ], [ -111.14877885521102, 39.605507726229121 ], [ -111.14882017409452, 39.605764470037684 ], [ -111.14882075273803, 39.606034781625873 ], [ -111.14876296371038, 39.606246600280436 ], [ -111.14867019030549, 39.606440442848623 ], [ -111.14851338799005, 39.60665238801689 ], [ -111.14825761035286, 39.606882480122067 ], [ -111.1479482282582, 39.607103629516985 ], [ -111.14757125338001, 39.607311348337888 ], [ -111.14714059698539, 39.607474081881733 ], [ -111.14646537292992, 39.607664153610934 ], [ -111.14579002234333, 39.607795653917314 ], [ -111.14474785569165, 39.607986175515457 ], [ -111.14383947655227, 39.608095428539137 ], [ -111.14316975558985, 39.608136802562086 ], [ -111.14248826498309, 39.608119619507633 ], [ -111.14191164127033, 39.608115820029433 ], [ -111.14155060255185, 39.608152302077599 ], [ -111.14119549033387, 39.608239234086376 ], [ -111.14085792895293, 39.608364888486101 ], [ -111.14059143521352, 39.608495862173797 ], [ -111.14036924254096, 39.608644802549101 ], [ -111.14007858372936, 39.608924475963889 ], [ -111.13973003096096, 39.609379921204095 ], [ -111.13954413549179, 39.609623425585582 ], [ -111.13932952240489, 39.610069698222581 ], [ -111.13912093855073, 39.610619582862178 ], [ -111.13891207229541, 39.61102980615825 ], [ -111.13858666530477, 39.611417642113878 ], [ -111.13833107037674, 39.611764847223554 ], [ -111.13815717127797, 39.612188543050927 ], [ -111.13811081513539, 39.612310238590837 ], [ -111.13801851388962, 39.612760868348907 ], [ -111.13795518352052, 39.613134875198817 ], [ -111.13800856400916, 39.613616868211345 ], [ -111.1381142260219, 39.614026715826995 ], [ -111.13820205618359, 39.61425637655703 ], [ -111.13826090571033, 39.614558154889878 ], [ -111.13820903681366, 39.614837538945231 ], [ -111.13808128169103, 39.615035919602043 ], [ -111.13792307497671, 39.615153242690113 ], [ -111.13774379061581, 39.615216528168474 ], [ -111.13752250359416, 39.615248326704993 ], [ -111.13728946849075, 39.61523058151797 ], [ -111.13684649453657, 39.615091442967973 ], [ -111.13637440637717, 39.614956842101684 ], [ -111.13588482756776, 39.614813249373135 ], [ -111.13551765356975, 39.614710058657124 ], [ -111.13522031851362, 39.614575249121216 ], [ -111.13477724802027, 39.614382040380995 ], [ -111.13444375781788, 39.614224744787094 ], [ -111.13427004516615, 39.614157367680804 ], [ -111.13392039508915, 39.61407667764702 ], [ -111.13289505070085, 39.613992256218026 ], [ -111.13245811575041, 39.613956713586354 ], [ -111.13224826574378, 39.613875859047148 ], [ -111.13212112077264, 39.613790404905828 ], [ -111.13199730846148, 39.613619348036359 ], [ -111.13195044449463, 39.613479740065138 ], [ -111.13193851258605, 39.613331082006859 ], [ -111.13202520893533, 39.612975072684371 ], [ -111.1320888364972, 39.61274072992741 ], [ -111.13207678456934, 39.612528999187987 ], [ -111.13204131392254, 39.612254222241113 ], [ -111.13195325006782, 39.61188940098554 ], [ -111.13191335989997, 39.611740774633347 ], [ -111.13175446704331, 39.611497674039249 ], [ -111.13138116841206, 39.61122327945121 ], [ -111.13110695090106, 39.610980308299958 ], [ -111.13090850616067, 39.610764282353891 ], [ -111.13079741462901, 39.610539147348256 ], [ -111.13061616647445, 39.610174429833201 ], [ -111.13040578910706, 39.609805239506443 ], [ -111.13019411406927, 39.609363966973113 ], [ -111.13011917090532, 39.609155910523725 ], [ -111.13007803873077, 39.608963133862396 ], [ -111.13007776895876, 39.60881896764144 ], [ -111.13008334048848, 39.608683805285061 ], [ -111.13013533030666, 39.608453981656368 ], [ -111.13025722103298, 39.608228584854643 ], [ -111.13053636928727, 39.608003011343449 ], [ -111.13096669454147, 39.607642110702322 ], [ -111.1311294449622, 39.607466224145995 ], [ -111.13126303041551, 39.607267844284415 ], [ -111.13134988448209, 39.606997433818194 ], [ -111.13136109721449, 39.606766754627138 ], [ -111.13135490008963, 39.606569433631279 ], [ -111.1313369574832, 39.606320766559975 ], [ -111.13124318447728, 39.60601091435413 ], [ -111.13095664378832, 39.605398529614234 ], [ -111.13064092833808, 39.604754640458353 ], [ -111.13046552870195, 39.604394420967175 ], [ -111.13034276693296, 39.604151277546805 ], [ -111.13000986042204, 39.603651572470575 ], [ -111.12985179577521, 39.603214744043129 ], [ -111.12972827330677, 39.602561626787875 ], [ -111.12958155844196, 39.601962597705182 ], [ -111.12930637006222, 39.601174492608045 ], [ -111.1292064193003, 39.600665515059376 ], [ -111.12906582100642, 39.60021965548632 ], [ -111.12881429894314, 39.59962524676957 ], [ -111.12857457839488, 39.599111918194225 ], [ -111.12835262322301, 39.598756251868423 ], [ -111.12803170267291, 39.598418715033851 ], [ -111.12784480975208, 39.598126082025686 ], [ -111.12772792489983, 39.597900949952709 ], [ -111.12771590549451, 39.597698228600059 ], [ -111.12776205497119, 39.597459401591557 ], [ -111.12789518348009, 39.597017744262146 ], [ -111.12798139126647, 39.596395929894662 ], [ -111.12803456022431, 39.596175115848716 ], [ -111.12807375275008, 39.595954317176187 ], [ -111.12805585790022, 39.595723669939211 ], [ -111.1280613510819, 39.595544356359419 ], [ -111.1280435409866, 39.595359662198099 ], [ -111.12794397260733, 39.595048912071441 ], [ -111.12787962639911, 39.594891300389371 ], [ -111.12769247894668, 39.59445450035016 ], [ -111.12765095548022, 39.594040066165846 ], [ -111.12760961436581, 39.593724746483119 ], [ -111.12752166356564, 39.593395962281747 ], [ -111.12743969357338, 39.593152770543234 ], [ -111.12728187521277, 39.592828567949354 ], [ -111.1270763995731, 39.592553974634008 ], [ -111.12675095397725, 39.592270501434385 ], [ -111.12637772935052, 39.591969058413817 ], [ -111.12605703756606, 39.591735135459565 ], [ -111.12571761662164, 39.591447169264242 ], [ -111.12554383111433, 39.591303190191695 ], [ -111.12549112351611, 39.591136554069841 ], [ -111.12547901432563, 39.590879769726534 ], [ -111.12546090353023, 39.590523877049449 ], [ -111.12544865481435, 39.59018960306809 ], [ -111.12541919269135, 39.589996811514851 ], [ -111.1253778722641, 39.589685996008392 ], [ -111.12536000588258, 39.589465259552725 ], [ -111.12528951521735, 39.589122938916312 ], [ -111.12515512064135, 39.588861781015062 ], [ -111.12498599288936, 39.588713290803703 ], [ -111.12486338321119, 39.588528708607079 ], [ -111.12478725910218, 39.588290013723856 ], [ -111.12471111936442, 39.588042308357011 ], [ -111.12465252089886, 39.587835131097471 ], [ -111.12465208497447, 39.587591849658899 ], [ -111.12464572953591, 39.587294511910422 ], [ -111.12472800728325, 39.587069162580455 ], [ -111.12475569737552, 39.586924965782309 ], [ -111.12477870502697, 39.586767258338504 ], [ -111.12479577684016, 39.586546484161751 ], [ -111.1246729696598, 39.586249271365659 ], [ -111.12464907401146, 39.585911405368932 ], [ -111.12457284865474, 39.585614142457018 ], [ -111.12445022943731, 39.585420549288145 ], [ -111.12423410535344, 39.585033331419247 ], [ -111.1240416991015, 39.584884864614509 ], [ -111.12386079577541, 39.584656192259878 ], [ -111.12370894640856, 39.584394150036623 ], [ -111.12365610435225, 39.584146419003453 ], [ -111.12364392315607, 39.583844581996779 ], [ -111.12353803274904, 39.583231984185225 ], [ -111.12340332058196, 39.582781604901143 ], [ -111.12315191031475, 39.582187181964024 ], [ -111.12308142044557, 39.581834948053128 ], [ -111.12302824962175, 39.581398898550624 ], [ -111.12307425472143, 39.581075374640022 ], [ -111.12303291671373, 39.580745635883062 ], [ -111.12308423183001, 39.580132870780808 ], [ -111.12302540597621, 39.57979053585386 ], [ -111.12292592225674, 39.579502306615183 ], [ -111.12272741814124, 39.579187150530778 ], [ -111.12251153723888, 39.57892156991128 ], [ -111.12226650085768, 39.578628988190935 ], [ -111.12203200916201, 39.57837243668834 ], [ -111.1217999110314, 39.578151924015856 ], [ -111.12158427302352, 39.578021498213523 ], [ -111.12134543635585, 39.577941554789838 ], [ -111.12115315629745, 39.577850749798337 ], [ -111.12090265195634, 39.577756400894472 ], [ -111.12037270756734, 39.57766684646333 ], [ -111.12001183866438, 39.577716777211648 ], [ -111.11997654251813, 39.577505067918338 ], [ -111.12000528653563, 39.577293292492541 ], [ -111.12009198400695, 39.576928279392753 ], [ -111.12023110747707, 39.576581232894974 ], [ -111.12032946970105, 39.576229723193954 ], [ -111.12043971602006, 39.576017863195673 ], [ -111.120544030734, 39.575742936019729 ], [ -111.1206018728324, 39.57552662496655 ], [ -111.12072344010264, 39.575130038482051 ], [ -111.12078712620928, 39.574927236934926 ], [ -111.12082179780661, 39.574778528283225 ], [ -111.12080405930317, 39.57462086364869 ], [ -111.1207394278303, 39.574278533266074 ], [ -111.12072746430329, 39.574093831218889 ], [ -111.12069220690798, 39.573904648127296 ], [ -111.12058686517831, 39.573584886047207 ], [ -111.12051045863211, 39.573165077704104 ], [ -111.12045780188195, 39.573012855454856 ], [ -111.12044704415661, 39.572851579295502 ], [ -111.12041640477213, 39.572638964084597 ], [ -111.12029963368143, 39.572440854793513 ], [ -111.12005475380313, 39.572220351627969 ], [ -111.11979238810399, 39.57198635026424 ], [ -111.11956504513554, 39.571806375067062 ], [ -111.11937847589961, 39.571639873241743 ], [ -111.11920944869419, 39.571518405451577 ], [ -111.11892980929309, 39.571392545428502 ], [ -111.11852900327426, 39.571217250803713 ], [ -111.11812008004502, 39.571059983975452 ], [ -111.11781128466541, 39.57090261424316 ], [ -111.11751404194368, 39.570691169197161 ], [ -111.11721105564472, 39.570524781516241 ], [ -111.11695478448597, 39.570443945486467 ], [ -111.11668098980365, 39.57032708461135 ], [ -111.11651196294841, 39.57020110763186 ], [ -111.11619155515316, 39.570057260913799 ], [ -111.1157604934928, 39.569881986938945 ], [ -111.11535289043002, 39.569810308475716 ], [ -111.11516656767598, 39.569783461857334 ], [ -111.11472985989502, 39.569711810045455 ], [ -111.11456100859148, 39.569689450440976 ], [ -111.11426400276594, 39.569613153845445 ], [ -111.11395513400379, 39.569401711072352 ], [ -111.11377433213073, 39.569190142164459 ], [ -111.11364015914876, 39.569014569264233 ], [ -111.11355245282068, 39.56877587751395 ], [ -111.11370355864537, 39.568627056998977 ], [ -111.11395934734028, 39.568419565616452 ], [ -111.11420351605122, 39.568226501838559 ], [ -111.11443600133599, 39.568009120771812 ], [ -111.11459288013837, 39.567833261980411 ], [ -111.1147730941762, 39.56768891658399 ], [ -111.11495891271805, 39.567413913502243 ], [ -111.11512743825743, 39.567242547687975 ], [ -111.11544706883933, 39.566926864040127 ], [ -111.11564465924542, 39.566732942401565 ], [ -111.1159179504496, 39.566556965889461 ], [ -111.11639491156753, 39.566344743030619 ], [ -111.11670904371775, 39.566227291824944 ], [ -111.11698831615492, 39.566149520954134 ], [ -111.11736527538363, 39.566010379571161 ], [ -111.11782595282142, 39.565811682979508 ], [ -111.11804098830744, 39.565613234308636 ], [ -111.11815697687025, 39.565360823117743 ], [ -111.11820303856851, 39.565063430559128 ], [ -111.11827827871268, 39.564810159612932 ], [ -111.11835900513658, 39.564360454610174 ], [ -111.11844002022002, 39.564081047261396 ], [ -111.11848055818497, 39.563959364486472 ], [ -111.11852684767184, 39.563797128676143 ], [ -111.11859052989647, 39.563594327942162 ], [ -111.1186482068475, 39.563283407546287 ], [ -111.118671021019, 39.563008564627417 ], [ -111.11875206402539, 39.562747177929133 ], [ -111.1186875613231, 39.562467918926885 ], [ -111.11864618780827, 39.562098531454751 ], [ -111.11833695785838, 39.561662739418082 ], [ -111.11803963697369, 39.561382815775609 ], [ -111.11773651477918, 39.561112808765934 ], [ -111.11751492669146, 39.560869749989436 ], [ -111.11729913932231, 39.560614070248285 ], [ -111.11708337323455, 39.560370103702155 ], [ -111.11702492696242, 39.560225994821273 ], [ -111.11695013848473, 39.560054870899563 ], [ -111.11696689582566, 39.559635866494141 ], [ -111.11706390498338, 39.55917623406603 ], [ -111.11708676197841, 39.558923917433482 ], [ -111.1171096718448, 39.558703137435238 ], [ -111.11713259672328, 39.558491367895897 ], [ -111.11698647007277, 39.558122085098603 ], [ -111.11661941955073, 39.557897191783731 ], [ -111.11608915119476, 39.557519282139751 ], [ -111.11533755952762, 39.557042474511491 ], [ -111.11497049026633, 39.556799554981417 ], [ -111.11461493768101, 39.556480033758447 ], [ -111.11443992828318, 39.556232417725418 ], [ -111.11436976950527, 39.556038761234689 ], [ -111.11429368019553, 39.555777531842956 ], [ -111.11429919706561, 39.555592811343928 ], [ -111.11438003335864, 39.555200775424773 ], [ -111.11460059906885, 39.554840138458097 ], [ -111.11483764394578, 39.554592115935037 ], [ -111.11498980591561, 39.554398239888982 ], [ -111.11512913499547, 39.554187256411929 ], [ -111.11520451625655, 39.554019586533968 ], [ -111.11523913730247, 39.553839342331095 ], [ -111.11530273803176, 39.553586985410682 ], [ -111.11534303667516, 39.553321135829087 ], [ -111.11541826120637, 39.553059756792067 ], [ -111.11551674929747, 39.552789344080331 ], [ -111.11564438770124, 39.552550439009629 ], [ -111.11580011720416, 39.552406116018425 ], [ -111.11602795807563, 39.552230184112929 ], [ -111.11617907388646, 39.552111995653227 ], [ -111.11633582377995, 39.551882972241394 ], [ -111.11611452536322, 39.551793088558675 ], [ -111.1158990247031, 39.551689682925584 ], [ -111.11552632647454, 39.55154588600341 ], [ -111.11527599154586, 39.551492071566599 ], [ -111.11496725970525, 39.551316672643324 ], [ -111.11472855788597, 39.551258340268312 ], [ -111.11451296465, 39.551096363905323 ], [ -111.11407613128415, 39.550876036245214 ], [ -111.11359279540446, 39.5506872891375 ], [ -111.11323757334651, 39.550547973015576 ], [ -111.11278336900251, 39.550377215143655 ], [ -111.11228266857329, 39.550242542416775 ], [ -111.11173550189984, 39.550162876258426 ], [ -111.11114734521753, 39.549923760869554 ], [ -111.11067566288143, 39.549734990449096 ], [ -111.11013991878244, 39.54951474207499 ], [ -111.10974971462369, 39.549325890644617 ], [ -111.10931290032785, 39.549101039734524 ], [ -111.10914973665207, 39.548961530289411 ], [ -111.10898658772673, 39.548831031100143 ], [ -111.10889325843283, 39.548691455785772 ], [ -111.10864405355873, 39.548606089213521 ], [ -111.10827601428014, 39.548444243591213 ], [ -111.10813036833957, 39.54834075839063 ], [ -111.10785660564271, 39.548178823688559 ], [ -111.10745446926462, 39.547790843438335 ], [ -111.10718640625142, 39.547548708382202 ], [ -111.10695316274344, 39.547242566077777 ], [ -111.10678396097224, 39.546954385481413 ], [ -111.10662066259734, 39.54672026224376 ], [ -111.1064923358588, 39.546522148755798 ], [ -111.10656753119848, 39.546224733129392 ], [ -111.10689871513998, 39.545891040264522 ], [ -111.10733464778799, 39.545561755010809 ], [ -111.10763672922815, 39.545228086878403 ], [ -111.10784000149214, 39.544971098979957 ], [ -111.10804331417623, 39.544741142204117 ], [ -111.10826979680695, 39.544443584665466 ], [ -111.10843815717226, 39.544191133457119 ], [ -111.10850769809113, 39.544006353110454 ], [ -111.10853638620991, 39.543745021533312 ], [ -111.10852426540218, 39.543435071287973 ], [ -111.10830811414991, 39.542889235917571 ], [ -111.10825554069906, 39.542758632472797 ], [ -111.10811526424078, 39.542357795241401 ], [ -111.10800993050944, 39.54197494637426 ], [ -111.10782307155141, 39.541551625726349 ], [ -111.10775861157163, 39.541258843797785 ], [ -111.10771173522033, 39.541048041208846 ], [ -111.10775215183382, 39.54084436611771 ], [ -111.10793194054004, 39.540461252421913 ], [ -111.10807694081441, 39.540159265418204 ], [ -111.1080821795443, 39.539785324125312 ], [ -111.10800611772733, 39.539515079323991 ], [ -111.107849494373, 39.539073709402935 ], [ -111.10766215699367, 39.538335020576561 ], [ -111.10736951692573, 39.537979375750545 ], [ -111.10707809892504, 39.537659771118413 ], [ -111.10680993679271, 39.537326628589611 ], [ -111.10648370976672, 39.537070128054523 ], [ -111.106128392976, 39.536813653154141 ], [ -111.10564508739698, 39.536566304068877 ], [ -111.10512117202319, 39.53639557913079 ], [ -111.10470220671604, 39.536368925694504 ], [ -111.10448695306701, 39.536387140424509 ], [ -111.10380613339477, 39.536342697794403 ], [ -111.10342335658585, 39.536392596863109 ], [ -111.10275315543899, 39.536446353307724 ], [ -111.10247971168629, 39.53646101153538 ], [ -111.10191539232818, 39.536506560285233 ], [ -111.10157236887386, 39.536687070962913 ], [ -111.10110712374953, 39.536845160693183 ], [ -111.10074056222913, 39.536845478952138 ], [ -111.10042054170698, 39.53684125059705 ], [ -111.10010633318674, 39.536832511095028 ], [ -111.09950105503917, 39.536720399261341 ], [ -111.09909935937898, 39.536563058281146 ], [ -111.09884300414116, 39.536319992450281 ], [ -111.09867987861975, 39.53617145742421 ], [ -111.09840045639135, 39.536072578545706 ], [ -111.09820837390757, 39.536018677850791 ], [ -111.09798120419191, 39.535838659095575 ], [ -111.09760828064094, 39.535447015065721 ], [ -111.09735192841671, 39.535199440631352 ], [ -111.09711870674302, 39.534848225263815 ], [ -111.09687860572747, 39.534569099341674 ], [ -111.09678646470498, 39.534415997166484 ], [ -111.09658815649213, 39.534063850557388 ], [ -111.09631369977474, 39.533339631947001 ], [ -111.09619103376873, 39.532988322947958 ], [ -111.09601602484315, 39.532650572836246 ], [ -111.09588177501813, 39.532335315150462 ], [ -111.09569505276346, 39.531939005736682 ], [ -111.09541501037113, 39.53137157255842 ], [ -111.095251675965, 39.531056337942502 ], [ -111.09446538511739, 39.530417231849668 ], [ -111.09420331166679, 39.530219212821073 ], [ -111.0936326022113, 39.529805189417701 ], [ -111.09316676472935, 39.52949920557748 ], [ -111.09251478566649, 39.529211389209344 ], [ -111.09215971516257, 39.529072007973646 ], [ -111.09157195863119, 39.528950830245527 ], [ -111.09112969548886, 39.528865577714399 ], [ -111.0909724862899, 39.528766584970285 ], [ -111.09065791104258, 39.528446956739543 ], [ -111.09054106478702, 39.528068605322296 ], [ -111.09028436223588, 39.527510151739158 ], [ -111.09014440053448, 39.527248954791929 ], [ -111.08970270479135, 39.52669064314744 ], [ -111.08930553532767, 39.526371074840782 ], [ -111.08889776006727, 39.525943386802261 ], [ -111.08861796893821, 39.525511094537592 ], [ -111.08844875868593, 39.52511475964473 ], [ -111.08833757051076, 39.524596738098182 ], [ -111.08824384751895, 39.524087713684175 ], [ -111.08806883690168, 39.52370039308429 ], [ -111.0877251432572, 39.523326715422037 ], [ -111.08728842758313, 39.522993654048165 ], [ -111.08678771505696, 39.522651628263183 ], [ -111.08625685818328, 39.522390717572286 ], [ -111.08582722475518, 39.522129729756706 ], [ -111.08553019883207, 39.521846116489542 ], [ -111.08534946897591, 39.521521869668867 ], [ -111.08535485598809, 39.521170454408114 ], [ -111.08563327605701, 39.520516984992312 ], [ -111.08585392560376, 39.520192442529655 ], [ -111.08603932632894, 39.51958859871138 ], [ -111.08618413327066, 39.519088405959714 ], [ -111.08627078013072, 39.518597266709776 ], [ -111.0862875842501, 39.518074642284333 ], [ -111.08629907304432, 39.517957496587904 ], [ -111.0863449832155, 39.517452871591658 ], [ -111.08634458718709, 39.51713299727016 ], [ -111.08634996888591, 39.516781581703071 ], [ -111.08638449559523, 39.516479702508178 ], [ -111.08638396547529, 39.516051701580047 ], [ -111.08627871861445, 39.515610262548591 ], [ -111.08622578934718, 39.515141752929175 ], [ -111.08620783272258, 39.514731785937713 ], [ -111.08616094934534, 39.514447988155176 ], [ -111.08603249465853, 39.514050717707121 ], [ -111.08592739847882, 39.513727316404392 ], [ -111.08579905840155, 39.513421052205906 ], [ -111.08563705589658, 39.513173381283586 ], [ -111.08547275556921, 39.512948238212303 ], [ -111.08508840851474, 39.512570076638923 ], [ -111.08484969440396, 39.512372018781548 ], [ -111.08449449576496, 39.512043392012572 ], [ -111.08433726311928, 39.511885821361965 ], [ -111.084203247614, 39.51168768615522 ], [ -111.08419707236386, 39.51139034209497 ], [ -111.08428393604997, 39.511074909482844 ], [ -111.08431149484984, 39.510777540936886 ], [ -111.08438209904168, 39.510484646416685 ], [ -111.08445168120885, 39.510308889907996 ], [ -111.08456186181516, 39.510038492910411 ], [ -111.08471281501286, 39.509817624198405 ], [ -111.08489858749117, 39.509533655908939 ], [ -111.0850610444697, 39.509209156826735 ], [ -111.08508993280604, 39.509051450794921 ], [ -111.08509539171727, 39.508758603416034 ], [ -111.08500761227407, 39.508317149885791 ], [ -111.08489084154728, 39.507947801964718 ], [ -111.08464605997806, 39.507528989048659 ], [ -111.08450615415346, 39.507263279066592 ], [ -111.08413338866114, 39.506813020982868 ], [ -111.08392377115577, 39.506610434676269 ], [ -111.08332544824783, 39.506236926389185 ], [ -111.08307977642943, 39.506034364373392 ], [ -111.08270714314058, 39.50568231674368 ], [ -111.08252081351951, 39.505494128210742 ], [ -111.08244502679557, 39.505341002266469 ], [ -111.0824041405195, 39.505192356823706 ], [ -111.08236293000131, 39.504768889146924 ], [ -111.08231622954888, 39.504621148834261 ], [ -111.08231017888178, 39.504422019463917 ], [ -111.08223420794349, 39.504111208454511 ], [ -111.08214668587964, 39.503867984842863 ], [ -111.0821349049466, 39.503740944076696 ], [ -111.08212882518129, 39.50351658507946 ], [ -111.08212268606857, 39.503241766897695 ], [ -111.08209312553545, 39.50283180661544 ], [ -111.08207512230136, 39.502358764107349 ], [ -111.08207461358025, 39.501926256804545 ], [ -111.08206845893584, 39.501637922689795 ], [ -111.08209128633824, 39.501268472902993 ], [ -111.08211996605685, 39.500930555978627 ], [ -111.08210202676113, 39.500511576747499 ], [ -111.08210755061717, 39.500263781923842 ], [ -111.08201996500551, 39.499961989330885 ], [ -111.08199058223479, 39.499701604295957 ], [ -111.08182138162238, 39.499227766956494 ], [ -111.0817509593944, 39.498682676326432 ], [ -111.08157109118217, 39.498034040736378 ], [ -111.08137754839001, 39.497624194829378 ], [ -111.08113856078187, 39.497137790327926 ], [ -111.08094028212413, 39.496651356961884 ], [ -111.08073043346498, 39.496214489470624 ], [ -111.08058472426136, 39.495926251802871 ], [ -111.08029940434776, 39.49559305750568 ], [ -111.07997336170726, 39.495241869330528 ], [ -111.07942618539565, 39.494742156786266 ], [ -111.07878010281541, 39.494188445143692 ], [ -111.0783087283164, 39.493859877061062 ], [ -111.07809925740871, 39.493738374989967 ], [ -111.07777928025629, 39.493594420037539 ], [ -111.07740110624835, 39.493405450005099 ], [ -111.07709275669575, 39.493256980118282 ], [ -111.07663306555189, 39.492964439801582 ], [ -111.07608020465671, 39.492545810371787 ], [ -111.07553314560398, 39.492109153327959 ], [ -111.07514314778555, 39.491726455837806 ], [ -111.07468897621361, 39.491141059897508 ], [ -111.07453747353243, 39.490839302218099 ], [ -111.07443834661407, 39.49057805848274 ], [ -111.07436837003732, 39.490388880770077 ], [ -111.07420495395573, 39.489816812369433 ], [ -111.07401218161642, 39.488974444464816 ], [ -111.07385583008912, 39.488478961017563 ], [ -111.07383112751177, 39.488212263002161 ], [ -111.07387033354615, 39.487898669273186 ], [ -111.07395255766261, 39.487577839683617 ], [ -111.07404537674461, 39.487379547427487 ], [ -111.07423124325803, 39.487199216927458 ], [ -111.07456235049092, 39.486910665880423 ], [ -111.07519558652955, 39.486427289911703 ], [ -111.07589848816589, 39.485855561108252 ], [ -111.07639812982453, 39.4855092267888 ], [ -111.07672336040631, 39.485179224597282 ], [ -111.07701949850369, 39.48483212060502 ], [ -111.07722273801251, 39.484602215419777 ], [ -111.07742607610118, 39.4844624158453 ], [ -111.07742590124566, 39.484304730390264 ], [ -111.0774953199417, 39.483989312991632 ], [ -111.07743692978114, 39.483764086768858 ], [ -111.07730287325714, 39.48346232068797 ], [ -111.07712810521213, 39.483147065537729 ], [ -111.07678462061909, 39.482728299661439 ], [ -111.07599884290617, 39.481904345302056 ], [ -111.07550987844451, 39.481349610363196 ], [ -111.07526533017483, 39.481008266818179 ], [ -111.07508468621735, 39.480620927381828 ], [ -111.07501336158354, 39.480251538391087 ], [ -111.07506077261282, 39.480008221306115 ], [ -111.07513600658315, 39.479688296020647 ], [ -111.07535065077963, 39.479260153073277 ], [ -111.07554218900438, 39.478971689207917 ], [ -111.07576859742461, 39.478674191685045 ], [ -111.07615190143567, 39.478313516772573 ], [ -111.07695362183603, 39.477812899918099 ], [ -111.07744167770507, 39.477560278714151 ], [ -111.07777866492813, 39.477384346819733 ], [ -111.07806916788128, 39.477230971698276 ], [ -111.07865133264694, 39.476924218483497 ], [ -111.07924862252331, 39.476630967957192 ], [ -111.07983411064578, 39.476189047278673 ], [ -111.08027668140863, 39.475832823232594 ], [ -111.08071798085973, 39.47538649218567 ], [ -111.08092686980712, 39.475049349884934 ], [ -111.08119374584894, 39.474588721236685 ], [ -111.08147790140045, 39.473993821597759 ], [ -111.08167504871071, 39.473564777770271 ], [ -111.0817966936156, 39.473196157872074 ], [ -111.08183132963383, 39.472988889211408 ], [ -111.08184263914619, 39.47271856259821 ], [ -111.0818248462693, 39.472416719273397 ], [ -111.08170228700975, 39.472002316794345 ], [ -111.08149810541236, 39.471380727035196 ], [ -111.08121815506198, 39.470583482598983 ], [ -111.08105481836373, 39.470088012141069 ], [ -111.08104273685535, 39.469695157247905 ], [ -111.08105406040804, 39.469434742237119 ], [ -111.08098972764328, 39.469096888529471 ], [ -111.08094857348138, 39.46869594423692 ], [ -111.08094834901146, 39.468502215881244 ], [ -111.08104094004929, 39.46814623155403 ], [ -111.08111634317636, 39.468006514230538 ], [ -111.08120919454942, 39.467875795301595 ], [ -111.08129624233082, 39.467753189919634 ], [ -111.08135421805579, 39.467623396307076 ], [ -111.0813248819974, 39.467389140441718 ], [ -111.07762802047991, 39.467378150943851 ], [ -111.07763052356238, 39.469630806460309 ], [ -111.05927356328478, 39.469628095707421 ], [ -111.05827377727229, 39.469655632873781 ], [ -111.00331913992844, 39.469760292081524 ], [ -111.00259253378356, 39.469778331806523 ], [ -111.00068010432973, 39.469796379972323 ], [ -110.98396233881037, 39.469741212337816 ], [ -110.9659890089973, 39.46971842246618 ], [ -110.87572169213183, 39.469477678624948 ], [ -110.8567195470598, 39.469482851153863 ], [ -110.85331904222886, 39.46948311711769 ], [ -110.83442736036763, 39.469480281079505 ], [ -110.81557641692453, 39.46946092477333 ], [ -110.79662089268979, 39.469429319271249 ], [ -110.77770590286038, 39.469453270530863 ], [ -110.75880868037005, 39.469379570635446 ], [ -110.75069967503757, 39.469416533524466 ], [ -110.73998068045594, 39.469460640482033 ], [ -110.72172262868709, 39.469458931696941 ], [ -110.70304512551202, 39.469403727673786 ], [ -110.70297072235603, 39.469403537660305 ], [ -110.68420701612797, 39.469394646159046 ], [ -110.66537920157577, 39.469423090320596 ], [ -110.64683630840788, 39.469431330558621 ], [ -110.63614051996117, 39.469474947030605 ], [ -110.6276551408386, 39.469227328508374 ], [ -110.62702148581378, 39.469238813828497 ], [ -110.62705335553574, 39.469802078019768 ], [ -110.62567547205285, 39.469847209241117 ], [ -110.60792359999122, 39.469752671426768 ], [ -110.58918892365307, 39.469742061892369 ], [ -110.56740256389368, 39.469726132556325 ], [ -110.54853427054626, 39.469708476094965 ], [ -110.53296194834554, 39.46967761434761 ], [ -110.51119278113194, 39.469706187470727 ], [ -110.50067304840155, 39.469665999025473 ], [ -110.49538801712964, 39.469670217777782 ], [ -110.48537271604323, 39.469648854060956 ], [ -110.47679317657034, 39.469628591039182 ], [ -110.45805328715353, 39.469556283279935 ], [ -110.45469978325842, 39.469495553825574 ], [ -110.43923798117576, 39.469471581292247 ], [ -110.43593067710557, 39.469451080806763 ], [ -110.42052719643031, 39.469406882130045 ], [ -110.41722106995098, 39.469385855381411 ], [ -110.40164788298458, 39.46934281049969 ], [ -110.39835211035908, 39.469335717401734 ], [ -110.39305108454975, 39.469311774784401 ], [ -110.38461708315155, 39.469277360897273 ], [ -110.37772293643451, 39.469302846480652 ], [ -110.37565365642355, 39.469296260358583 ], [ -110.3729276494424, 39.469277087432872 ], [ -110.36420278021514, 39.469270259805981 ], [ -110.35530931913557, 39.46926634823707 ], [ -110.34523564896399, 39.469286654057257 ], [ -110.33802789580555, 39.469281889366925 ], [ -110.32662319666623, 39.469292998152277 ], [ -110.31758580436113, 39.469267346706467 ], [ -110.31485836216301, 39.469278340771012 ], [ -110.3138120864635, 39.46927667690931 ], [ -110.31153930703158, 39.469276759328039 ], [ -110.30796437442659, 39.469287076436331 ], [ -110.30166906643261, 39.469299000071814 ], [ -110.2989254417724, 39.469300512706567 ], [ -110.28929370033636, 39.469305119528606 ], [ -110.27996425874123, 39.469306295419621 ], [ -110.2753140029011, 39.469313450659136 ], [ -110.27221002108284, 39.469312086646681 ], [ -110.27065798366502, 39.469315878518508 ], [ -110.25672505518132, 39.46929974173748 ], [ -110.25211554651113, 39.469301724345243 ], [ -110.25143555342082, 39.46929284383156 ], [ -110.25074969993207, 39.469288426822217 ], [ -110.24383251393036, 39.469293210480643 ], [ -110.22705724142257, 39.469273022130224 ], [ -110.20629990778455, 39.4692863757152 ], [ -110.18766414574016, 39.469306358190785 ], [ -110.1696218485895, 39.469278936538608 ], [ -110.16060633581984, 39.469280885781735 ], [ -110.15090486698072, 39.469287941734166 ], [ -110.13229916094224, 39.469230790034537 ], [ -110.12570797414969, 39.469199441537313 ], [ -110.11720370369763, 39.469225294954235 ], [ -110.11610504255027, 39.469230464692323 ], [ -110.11398914709284, 39.469236888257456 ], [ -110.10561315393602, 39.469231334673488 ], [ -110.1024105148165, 39.469220173447873 ], [ -110.09398199810967, 39.469231397284638 ], [ -110.08370466223805, 39.469272508417951 ], [ -110.08235626262531, 39.469261875443877 ], [ -110.07070249831824, 39.469214378611419 ], [ -110.0650286848973, 39.469263506160821 ], [ -110.05907649825515, 39.469265052638477 ], [ -110.04743943352089, 39.469273926578957 ], [ -110.03584894762706, 39.469277516669727 ], [ -110.02393282523167, 39.46929073383518 ], [ -110.02418001142564, 39.469072054238708 ], [ -110.02429769761882, 39.468969422456546 ], [ -110.02452213705831, 39.468714509741055 ], [ -110.02464714355739, 39.468503814482645 ], [ -110.0247487130724, 39.468306438084547 ], [ -110.02483834384491, 39.468131487413814 ], [ -110.02495891969193, 39.467821640478682 ], [ -110.02512495475494, 39.467169780124166 ], [ -110.02519693018451, 39.466593719223326 ], [ -110.02513872116749, 39.466183258946508 ], [ -110.02503364216324, 39.465799436796928 ], [ -110.02490525480263, 39.465419924276503 ], [ -110.02479323471546, 39.46511713710516 ], [ -110.02469252434973, 39.464836970627303 ], [ -110.0246277533314, 39.464480517252518 ], [ -110.02457378844133, 39.464182721958394 ], [ -110.02455186299062, 39.464087929017531 ], [ -110.02451851579659, 39.463978623645666 ], [ -110.02445165817757, 39.463771724998125 ], [ -110.02431627080347, 39.463477751652356 ], [ -110.02410009034506, 39.463142553408133 ], [ -110.0239691955946, 39.462943226382194 ], [ -110.02372452782438, 39.462567241584729 ], [ -110.02330866968755, 39.461964558928003 ], [ -110.0229388051993, 39.461398302748314 ], [ -110.02255094572035, 39.460872440852256 ], [ -110.02211729568647, 39.460296635460345 ], [ -110.02160273786085, 39.459688611379654 ], [ -110.02102300448895, 39.459170140231329 ], [ -110.02055748088875, 39.458796794386082 ], [ -110.02007415007459, 39.458450327790999 ], [ -110.01966529318582, 39.458181075339652 ], [ -110.01941272921688, 39.458039284904977 ], [ -110.01931922274875, 39.457993444454431 ], [ -110.01904762230591, 39.457883029056745 ], [ -110.01873572522605, 39.457745241840549 ], [ -110.0183945213472, 39.457625227196786 ], [ -110.01781090363022, 39.457386029327388 ], [ -110.01761440719348, 39.457307781252744 ], [ -110.01695032880403, 39.457004826614742 ], [ -110.01648337071457, 39.456735972869986 ], [ -110.01612691192781, 39.456461744894845 ], [ -110.01585109759172, 39.456238656512447 ], [ -110.01565177779702, 39.455948637049048 ], [ -110.01555603918098, 39.455731577251036 ], [ -110.01552965013695, 39.455542135638751 ], [ -110.01555082628751, 39.455276508344461 ], [ -110.01558330654335, 39.45503350270404 ], [ -110.01562096283764, 39.454835592820629 ], [ -110.01565792102254, 39.454687234169967 ], [ -110.01574104768301, 39.454561792245222 ], [ -110.01585322764447, 39.454436596127117 ], [ -110.01592403454123, 39.454360606970738 ], [ -110.01622955224991, 39.45412441641583 ], [ -110.01640416905506, 39.454022273893656 ], [ -110.01682655222695, 39.453823111691626 ], [ -110.01753995000269, 39.453509271663165 ], [ -110.01821681987356, 39.453313155038153 ], [ -110.01886415235683, 39.453151024767052 ], [ -110.01915613727328, 39.453049868200367 ], [ -110.01950685931088, 39.452904154139759 ], [ -110.01958877638756, 39.452864297970891 ], [ -110.01965319840937, 39.452828799463731 ], [ -110.01991132800444, 39.45265527240047 ], [ -110.0200232448158, 39.452548090755251 ], [ -110.02014716130572, 39.452413978907394 ], [ -110.02039044498061, 39.452055612486738 ], [ -110.020432255044, 39.451974871068394 ], [ -110.0205337482723, 39.451782002314701 ], [ -110.02067938561495, 39.451341719194744 ], [ -110.02068582721249, 39.451296721435419 ], [ -110.02075049512825, 39.450828725120616 ], [ -110.02088450821442, 39.450388343780169 ], [ -110.02091488518755, 39.450293990299151 ], [ -110.02109139799654, 39.449723315615365 ], [ -110.02146964652552, 39.44893808846691 ], [ -110.02157962652248, 39.4484704727208 ], [ -110.02180791643923, 39.447936273947661 ], [ -110.02205762853244, 39.447532004665256 ], [ -110.02225843743049, 39.447300323511357 ], [ -110.02250611645843, 39.447041103682274 ], [ -110.02293155920293, 39.446535590642483 ], [ -110.02324534637202, 39.44611924238685 ], [ -110.02344804747533, 39.445751517785943 ], [ -110.02355734630703, 39.445414545087836 ], [ -110.0235745655276, 39.445013726349956 ], [ -110.02361640816427, 39.444513999768517 ], [ -110.02362624416521, 39.444225749138347 ], [ -110.02358253311775, 39.444027153082281 ], [ -110.02354387721942, 39.443882661927027 ], [ -110.02352732842802, 39.443819450090778 ], [ -110.02342816212062, 39.443431169660094 ], [ -110.02339328204387, 39.443016397716057 ], [ -110.02348561722891, 39.442728839751567 ], [ -110.0235679307868, 39.442576353791843 ], [ -110.02359767148762, 39.442527046193526 ], [ -110.02365115432067, 39.442441896238812 ], [ -110.02378748267036, 39.442249316674832 ], [ -110.02403551506926, 39.441963064989629 ], [ -110.02412586690571, 39.441734057516577 ], [ -110.02415749286261, 39.441549609327126 ], [ -110.02414989704326, 39.441261212237102 ], [ -110.02405054198449, 39.440886446215117 ], [ -110.02394478768348, 39.440137693999212 ], [ -110.02386827154614, 39.439375671365937 ], [ -110.02367861071309, 39.438810928132767 ], [ -110.02356474926339, 39.438643279486257 ], [ -110.0232841142834, 39.438352589627826 ], [ -110.02303657577737, 39.438188323003757 ], [ -110.02278272548661, 39.438060044508148 ], [ -110.02242462249596, 39.437908363193038 ], [ -110.02198607221831, 39.437692931379054 ], [ -110.02167558180614, 39.437460554323494 ], [ -110.02143493112823, 39.437219753641301 ], [ -110.02131495312906, 39.43707457737333 ], [ -110.02127542288446, 39.436993150931407 ], [ -110.0211454033236, 39.436735259701003 ], [ -110.02103331687206, 39.436441477569751 ], [ -110.02095261065462, 39.435981266633064 ], [ -110.02095519614389, 39.435796574703431 ], [ -110.02101599937529, 39.435603362383922 ], [ -110.02104636933414, 39.435509008549104 ], [ -110.02120851220603, 39.435131935316761 ], [ -110.02134691264956, 39.43479070375944 ], [ -110.02138309087805, 39.434696398692523 ], [ -110.02144395493833, 39.434498681403539 ], [ -110.0215623306317, 39.433927515173757 ], [ -110.0215882521417, 39.43332043039613 ], [ -110.02163390544057, 39.432964001454629 ], [ -110.02165435670811, 39.43274792318563 ], [ -110.02166508023322, 39.432396606637361 ], [ -110.0216504888902, 39.432193749231665 ], [ -110.02164353370257, 39.431860304808573 ], [ -110.02162307065547, 39.431661903207335 ], [ -110.02154505907166, 39.431341376672393 ], [ -110.02142995797129, 39.430931334757297 ], [ -110.02131883710008, 39.430569081487576 ], [ -110.021159235483, 39.430018102063258 ], [ -110.02103103001797, 39.429548480537434 ], [ -110.02095746339972, 39.428993719635422 ], [ -110.02093195092614, 39.428741212717561 ], [ -110.02090650166511, 39.428484201098691 ], [ -110.02082108033024, 39.427946460059346 ], [ -110.02086260203166, 39.427470157513206 ], [ -110.02095843776451, 39.427263724167602 ], [ -110.0210109391481, 39.427165051258385 ], [ -110.02113685187589, 39.426967881333738 ], [ -110.02133711181217, 39.42677133683403 ], [ -110.02152524976229, 39.426610731759659 ], [ -110.0216719090924, 39.426508345356538 ], [ -110.02239383435904, 39.425978294061508 ], [ -110.02290483713962, 39.42557621691833 ], [ -110.02332345458079, 39.425133715841859 ], [ -110.02350152621264, 39.424861293485236 ], [ -110.02361003568674, 39.424578375453919 ], [ -110.02370193672161, 39.424236750024761 ], [ -110.02370619844183, 39.42393133176634 ], [ -110.02363642476021, 39.423519869873715 ], [ -110.0235309103595, 39.423172082041027 ], [ -110.02338222520901, 39.423004140539248 ], [ -110.02315879003244, 39.422781508451287 ], [ -110.02301515990534, 39.422667671598809 ], [ -110.02243310798869, 39.422252806121733 ], [ -110.02190565840338, 39.421838396877561 ], [ -110.02169808112049, 39.421728525890586 ], [ -110.02149544318173, 39.421680868160813 ], [ -110.02121665873639, 39.421678522634025 ], [ -110.02096614542187, 39.421731378111083 ], [ -110.02079727178021, 39.421761493177875 ], [ -110.02063420601533, 39.421791656898947 ], [ -110.01969646478244, 39.421972977029434 ], [ -110.01962077103794, 39.421985854747668 ], [ -110.01929539501376, 39.421992122355356 ], [ -110.01898796092537, 39.4219615975518 ], [ -110.01865790152139, 39.421887630926442 ], [ -110.01846726047613, 39.421813037808519 ], [ -110.01837488835037, 39.421772612358915 ], [ -110.01811523455056, 39.421648779845313 ], [ -110.01802287549239, 39.421607453182624 ], [ -110.01751512401438, 39.421364388838647 ], [ -110.01718615731133, 39.421212937456254 ], [ -110.0169085775655, 39.421124992569105 ], [ -110.01683919856299, 39.421101880073195 ], [ -110.0164977323066, 39.421013394207755 ], [ -110.01632974516761, 39.42098043717678 ], [ -110.01621971092301, 39.420956980500485 ], [ -110.01546115256409, 39.420788374507261 ], [ -110.01474581027972, 39.420521014749525 ], [ -110.01425465764049, 39.420255550687983 ], [ -110.01391497631735, 39.420040926164553 ], [ -110.01357599558071, 39.419776749146507 ], [ -110.01322603698723, 39.419467425788895 ], [ -110.01247366852763, 39.418861846292806 ], [ -110.01198132439858, 39.418353080493397 ], [ -110.0117411535429, 39.418085232123488 ], [ -110.01155318993406, 39.417822332117872 ], [ -110.01146811103683, 39.417677441988246 ], [ -110.01137728847522, 39.417527997755883 ], [ -110.01109806068233, 39.417147185504355 ], [ -110.01096154269838, 39.416943289774835 ], [ -110.01088903622313, 39.416730927749221 ], [ -110.01086235400793, 39.416564007580561 ], [ -110.01083075571887, 39.416333972460286 ], [ -110.01082673089293, 39.416207791958506 ], [ -110.01078439377542, 39.415833498312459 ], [ -110.01071271890731, 39.415233693887451 ], [ -110.01052992507358, 39.414605912876333 ], [ -110.01040643307822, 39.41397413080243 ], [ -110.01035011677673, 39.413356435739352 ], [ -110.01029764900926, 39.412959529435405 ], [ -110.01029489911015, 39.41274325516315 ], [ -110.01033432842887, 39.412419214291681 ], [ -110.01039590345346, 39.412171950647135 ], [ -110.01044133015233, 39.411834445043041 ], [ -110.01040916189407, 39.411644951840103 ], [ -110.01033583429313, 39.411491150285073 ], [ -110.01024018512709, 39.411355179673521 ], [ -110.01020481787582, 39.411309826472603 ], [ -110.00996551849948, 39.410982512655153 ], [ -110.00990864533577, 39.410897330323962 ], [ -110.00981974624709, 39.41061274428408 ], [ -110.00986907009094, 39.410410428845893 ], [ -110.00988751070469, 39.410338502148754 ], [ -110.00994155807606, 39.410212815757113 ], [ -110.00998935226218, 39.410118612719508 ], [ -110.01002508633023, 39.410055843627688 ], [ -110.01035518347106, 39.409711749720849 ], [ -110.01082547210265, 39.409310279029235 ], [ -110.01113163406021, 39.409015536843029 ], [ -110.01126097736257, 39.408904005521563 ], [ -110.01141373878441, 39.408779157375811 ], [ -110.01166010982125, 39.408605546840747 ], [ -110.01197724316771, 39.408355947883308 ], [ -110.01222431048394, 39.408132784505497 ], [ -110.01257786919078, 39.407770862385746 ], [ -110.01291425785006, 39.407390772539003 ], [ -110.01298514624141, 39.407305774620134 ], [ -110.01351064779115, 39.406693015318311 ], [ -110.01377837991768, 39.406321351099677 ], [ -110.01383660560187, 39.406228135868261 ], [ -110.01402195540133, 39.405850366369215 ], [ -110.01413034507102, 39.405576465769848 ], [ -110.01446369798542, 39.404998115221211 ], [ -110.01472693546353, 39.404449805414643 ], [ -110.01491983133802, 39.40394775377186 ], [ -110.01500118915675, 39.403448361603957 ], [ -110.01511244319734, 39.40305284285008 ], [ -110.01527971193956, 39.402720871409855 ], [ -110.01548156410918, 39.402407213325645 ], [ -110.01576681474961, 39.402026681934139 ], [ -110.01623756774936, 39.401503551038665 ], [ -110.01690682535539, 39.400986601028357 ], [ -110.01751668339357, 39.400563755449014 ], [ -110.01789737499848, 39.400332697473161 ], [ -110.01827907454268, 39.400029562924111 ], [ -110.01842676809119, 39.399849698574066 ], [ -110.01851044138184, 39.399680106504135 ], [ -110.0185350550736, 39.399581198905551 ], [ -110.01856206774488, 39.399311112459003 ], [ -110.01854029523126, 39.399207308283295 ], [ -110.01851381473841, 39.399107969622094 ], [ -110.01841805345295, 39.398814321138616 ], [ -110.01807101831631, 39.398302300505421 ], [ -110.01795761330342, 39.398107617970759 ], [ -110.01787942414374, 39.397886201177975 ], [ -110.01787532380038, 39.397764525085101 ], [ -110.01797627593375, 39.397522094311022 ], [ -110.01809532556993, 39.397396952430867 ], [ -110.01838411256529, 39.39709303309639 ], [ -110.01889592078139, 39.396619794841662 ], [ -110.01932994896647, 39.396226993006188 ], [ -110.01956353084826, 39.395800963755313 ], [ -110.01966708558547, 39.395454932761886 ], [ -110.01967680064989, 39.395175689602567 ], [ -110.01962132783092, 39.394990507216427 ], [ -110.01958226371518, 39.394877546960608 ], [ -110.0194753592835, 39.394633362910604 ], [ -110.01928736441479, 39.394374979492412 ], [ -110.01903437098056, 39.393782659735287 ], [ -110.01898728073893, 39.393413733760895 ], [ -110.01899183595194, 39.393088493578183 ], [ -110.01903007653253, 39.392845532850025 ], [ -110.01910245648135, 39.392652417622301 ], [ -110.01930558615915, 39.392244152819771 ], [ -110.01944718986368, 39.392083157555305 ], [ -110.01962930558653, 39.391931513984758 ], [ -110.01990986236248, 39.391798720424077 ], [ -110.020143595856, 39.391692563308624 ], [ -110.0204711617268, 39.391519617078885 ], [ -110.02055906315313, 39.391461788923031 ], [ -110.02072350648967, 39.39132801581254 ], [ -110.02080011134869, 39.391247566157624 ], [ -110.02093603004516, 39.391077510692014 ], [ -110.02098442551969, 39.3909382553204 ], [ -110.02099735854014, 39.390843753983496 ], [ -110.02103999754191, 39.390285462238019 ], [ -110.02094226469332, 39.389883672895522 ], [ -110.02081053951358, 39.389670817735947 ], [ -110.02070263077853, 39.389498710115426 ], [ -110.02051439278968, 39.389258347438478 ], [ -110.02032066576545, 39.388995411996468 ], [ -110.02013211537633, 39.388777572297791 ], [ -110.01994362917191, 39.388555227583574 ], [ -110.01939565635223, 39.387883833717758 ], [ -110.01905933070874, 39.387439484274182 ], [ -110.01845875030511, 39.38679467387594 ], [ -110.01793919912456, 39.386168565323317 ], [ -110.01756212933324, 39.385732878075849 ], [ -110.01708386066838, 39.385062061743305 ], [ -110.01694335046794, 39.384731991414746 ], [ -110.01691199716473, 39.384483937769502 ], [ -110.01690928931829, 39.384263157648952 ], [ -110.01697617684383, 39.384047470795977 ], [ -110.01700627562337, 39.383971135842032 ], [ -110.01711354379135, 39.383773811052599 ], [ -110.01732119945443, 39.383455692297503 ], [ -110.01741004073949, 39.383330295589779 ], [ -110.01763675014458, 39.382895200618414 ], [ -110.01769354013436, 39.382571302001438 ], [ -110.0177378360373, 39.382310371381905 ], [ -110.01780188202264, 39.381882913139769 ], [ -110.01789489115288, 39.381045721335411 ], [ -110.0180304837983, 39.380483709168516 ], [ -110.01821118516301, 39.380016687743193 ], [ -110.01852595563686, 39.379510249699599 ], [ -110.0185981962548, 39.379326143636483 ], [ -110.01880759762641, 39.378881889509962 ], [ -110.0189313200466, 39.378752280397336 ], [ -110.01917323731261, 39.378556088734996 ], [ -110.01959308340832, 39.378338869661583 ], [ -110.01973901286726, 39.378281530867106 ], [ -110.01994904252014, 39.378206710801635 ], [ -110.02018235229926, 39.378127581143168 ], [ -110.0212072482195, 39.377898329779619 ], [ -110.02214302313266, 39.377815191751687 ], [ -110.02323575252105, 39.377716243908104 ], [ -110.02365429460531, 39.377674704138542 ], [ -110.02407282367813, 39.37763406380293 ], [ -110.02477137825802, 39.377493950528503 ], [ -110.02519216135231, 39.377291135787267 ], [ -110.02539151339907, 39.377148637528158 ], [ -110.02550317357658, 39.377050457092793 ], [ -110.02560403901232, 39.376893617798601 ], [ -110.02568231307178, 39.376691536661902 ], [ -110.02566853246384, 39.376430116302082 ], [ -110.02561324544511, 39.37623142196955 ], [ -110.02548356851453, 39.375955515197447 ], [ -110.02534759976243, 39.375714696586158 ], [ -110.02521766166176, 39.375457709401012 ], [ -110.02516673975303, 39.375362672354257 ], [ -110.02513291720248, 39.375290304843055 ], [ -110.02506594904013, 39.375096918664745 ], [ -110.02512002853815, 39.374964917160888 ], [ -110.02510592441874, 39.374726921306547 ], [ -110.02510156141155, 39.374623263787363 ], [ -110.02512141732744, 39.374447725032176 ], [ -110.02519513881317, 39.37415550079853 ], [ -110.02520410848358, 39.374011407630839 ], [ -110.02515428226413, 39.373754190381469 ], [ -110.02496133128557, 39.373437205470324 ], [ -110.02479570979526, 39.373242091311916 ], [ -110.02458290510984, 39.373100644517649 ], [ -110.02445788285627, 39.37299147015429 ], [ -110.02427987132778, 39.372769219815915 ], [ -110.02417266900318, 39.372547563056266 ], [ -110.02415600973708, 39.372493360216076 ], [ -110.02403983461078, 39.372082407118732 ], [ -110.02403032560605, 39.371514664453272 ], [ -110.02411891699994, 39.370988291875513 ], [ -110.02424057390579, 39.370588343801401 ], [ -110.0243675942644, 39.370219977375221 ], [ -110.02442813937202, 39.370040274502905 ], [ -110.02443039620771, 39.369878103968183 ], [ -110.02441954104951, 39.369823949804875 ], [ -110.02438653682658, 39.369693020467821 ], [ -110.02430258560484, 39.369552653408775 ], [ -110.02416977091755, 39.369419985990675 ], [ -110.02403216328054, 39.36929809085111 ], [ -110.02353207528526, 39.368946990079316 ], [ -110.02304965424642, 39.368578014434163 ], [ -110.02267700391073, 39.368246000909735 ], [ -110.02233949252268, 39.367891755107742 ], [ -110.02204668646949, 39.367578431423077 ], [ -110.02188344148928, 39.367297732975189 ], [ -110.02180981866607, 39.367166461439133 ], [ -110.02175884434334, 39.367075927636108 ], [ -110.02161153702309, 39.366817889097803 ], [ -110.0215605632023, 39.366727355208937 ], [ -110.02131074487613, 39.36632879107264 ], [ -110.02107335378501, 39.365871762488709 ], [ -110.02101821334131, 39.365664056412285 ], [ -110.0209791623259, 39.365551096239578 ], [ -110.02092465144175, 39.365298342754237 ], [ -110.02082453225135, 39.364986637010759 ], [ -110.02067610007533, 39.364809682545342 ], [ -110.0205728992926, 39.364718708651012 ], [ -110.02023308623104, 39.364531132101298 ], [ -110.02010635860425, 39.364462486028039 ], [ -110.01985277815689, 39.364334202944967 ], [ -110.01952514231144, 39.364106179507544 ], [ -110.01918072909014, 39.363832961076902 ], [ -110.0189756580986, 39.363556411172752 ], [ -110.01882218684209, 39.363325348655273 ], [ -110.01876043227884, 39.363176154148661 ], [ -110.01871583523821, 39.363045125358347 ], [ -110.01863467717422, 39.362706545959625 ], [ -110.01867729052492, 39.362481641993384 ], [ -110.01878470898015, 39.362270800264369 ], [ -110.0189259997759, 39.362127823011662 ], [ -110.01921338716907, 39.361913091703904 ], [ -110.01992701357743, 39.36151453120624 ], [ -110.02049910754893, 39.361276063638307 ], [ -110.02083208024382, 39.361121181506064 ], [ -110.0209197540492, 39.361076866514999 ], [ -110.02143967729798, 39.360833450047764 ], [ -110.02203566351844, 39.360545617804092 ], [ -110.0224513775521, 39.360283299857699 ], [ -110.02276232237176, 39.360042626967534 ], [ -110.02310419308506, 39.359748149609779 ], [ -110.02334509122269, 39.359452823827624 ], [ -110.02341604285915, 39.359358808607574 ], [ -110.02345167542778, 39.359300539119786 ], [ -110.02363576562375, 39.359000230695493 ], [ -110.0237691340417, 39.358591369956798 ], [ -110.02380965682738, 39.358181730215513 ], [ -110.02374428791239, 39.357874823377315 ], [ -110.02367747719784, 39.357671525643411 ], [ -110.02364397791244, 39.35757663387971 ], [ -110.02353736431284, 39.357314433566955 ], [ -110.02326515951525, 39.356858017761581 ], [ -110.02303676866931, 39.356589388469139 ], [ -110.0227844662067, 39.356371016982877 ], [ -110.02215851459771, 39.35589721060154 ], [ -110.02165411018748, 39.355446949130943 ], [ -110.02145447859563, 39.355197480636562 ], [ -110.02131993281341, 39.354858453714115 ], [ -110.0213292048911, 39.354609840603317 ], [ -110.02138600250618, 39.354282334330712 ], [ -110.02139614154935, 39.353971555700127 ], [ -110.02147230610278, 39.353503647648886 ], [ -110.02156473292402, 39.353117872234407 ], [ -110.02173173413476, 39.352793995369368 ], [ -110.02194564190677, 39.352435371323715 ], [ -110.02214706382057, 39.352139715798273 ], [ -110.02252929457271, 39.351777999576612 ], [ -110.0228869949063, 39.351510686901058 ], [ -110.02339012323152, 39.351217561949653 ], [ -110.02390391145573, 39.350992103353484 ], [ -110.02428967340683, 39.350792600810507 ], [ -110.02455757414994, 39.350722762181924 ], [ -110.0248012638791, 39.350724804491072 ], [ -110.0251019107402, 39.350803913156433 ], [ -110.02522880675539, 39.350859039441822 ], [ -110.02547099507389, 39.350969194429588 ], [ -110.02609936525087, 39.35126729772238 ], [ -110.02652672645367, 39.351415042226591 ], [ -110.02686895418863, 39.35150891103828 ], [ -110.02726709649482, 39.351587928283173 ], [ -110.02770769004249, 39.351618641852433 ], [ -110.0283164859659, 39.351655263571338 ], [ -110.02886726035321, 39.351691397941103 ], [ -110.0292621856273, 39.35166766119255 ], [ -110.02969791314192, 39.351630747472534 ], [ -110.02980834223671, 39.351618152310692 ], [ -110.03027364074559, 39.351540935451084 ], [ -110.0305006119366, 39.351493268462491 ], [ -110.03100190443975, 39.351330748244912 ], [ -110.03129319627652, 39.351247573021155 ], [ -110.03141560208935, 39.351208044350635 ], [ -110.03180072264604, 39.351053564278601 ], [ -110.03197016686114, 39.350969373561824 ], [ -110.03204627880599, 39.350920448576801 ], [ -110.03215177436134, 39.350844736240838 ], [ -110.03249894783953, 39.350496211223927 ], [ -110.03272228606946, 39.350290824882897 ], [ -110.03276358409093, 39.350241610052407 ], [ -110.03312921323801, 39.349816646721024 ], [ -110.03356675854297, 39.349225584044973 ], [ -110.03392071143404, 39.348805026429936 ], [ -110.03421701253798, 39.348356957582936 ], [ -110.03441244516907, 39.348070241221045 ], [ -110.03468633812983, 39.347563416507597 ], [ -110.03476579118239, 39.347271232155464 ], [ -110.03481454868887, 39.347101336853179 ], [ -110.03482226696869, 39.347046436415631 ], [ -110.03491014016171, 39.346479499500767 ], [ -110.03496708788164, 39.345714073546375 ], [ -110.03494811672137, 39.344984060225997 ], [ -110.03494659020484, 39.344673182944504 ], [ -110.03496141529178, 39.344439031076554 ], [ -110.03499203429119, 39.344322147563425 ], [ -110.03502808308697, 39.344232340769878 ], [ -110.03508795771002, 39.344097678654862 ], [ -110.03512999369691, 39.343994405609472 ], [ -110.03521381753377, 39.343805878550207 ], [ -110.03530980143974, 39.343576904649559 ], [ -110.03562378511863, 39.34310645184101 ], [ -110.03581438585843, 39.342747608171784 ], [ -110.0358505565484, 39.34264879152942 ], [ -110.03588104944151, 39.342540917266092 ], [ -110.03588815067791, 39.34244636507831 ], [ -110.03588920285792, 39.342369783924553 ], [ -110.03582199926373, 39.342193521017975 ], [ -110.03565264477758, 39.341935316532975 ], [ -110.03542851061503, 39.341694678948556 ], [ -110.03511426456421, 39.341340661709552 ], [ -110.03494961773332, 39.341077989925211 ], [ -110.03490907555563, 39.340735251905834 ], [ -110.03498760689259, 39.34042503823872 ], [ -110.03514209500864, 39.340160507105082 ], [ -110.03529509572958, 39.340004090336954 ], [ -110.03546549953249, 39.339847817589352 ], [ -110.03574736411531, 39.339602362323497 ], [ -110.03588961062719, 39.339468382092733 ], [ -110.03595924084007, 39.339383358387991 ], [ -110.03600077755338, 39.339316123104865 ], [ -110.03609491162705, 39.339136691206036 ], [ -110.03620445281184, 39.338849259871161 ], [ -110.03630574775063, 39.338570770714647 ], [ -110.03646817761094, 39.338234218823821 ], [ -110.03657451487555, 39.338095435129311 ], [ -110.03662178948727, 39.338032752391584 ], [ -110.03681644087641, 39.337800088354179 ], [ -110.03704521749614, 39.337617264519942 ], [ -110.03749628655035, 39.337301120045908 ], [ -110.03792297419426, 39.33707037278166 ], [ -110.03817889861931, 39.337022929815319 ], [ -110.03828356401472, 39.337005773556101 ], [ -110.03862540481033, 39.336954534215586 ], [ -110.03881208630642, 39.336879486127124 ], [ -110.03915797331737, 39.336702130468204 ], [ -110.03942740885797, 39.33651513223932 ], [ -110.04008865022649, 39.336101595559164 ], [ -110.04065559136097, 39.335795404844269 ], [ -110.04117778186756, 39.33536719976447 ], [ -110.04178771688278, 39.334885651180727 ], [ -110.04219178725273, 39.33460964890579 ], [ -110.04243257134287, 39.33439537603558 ], [ -110.04266804467822, 39.334145016615636 ], [ -110.04299255477484, 39.33374671410612 ], [ -110.04336926774883, 39.333348839725879 ], [ -110.04381021367639, 39.332919954726535 ], [ -110.04423887818184, 39.332540525410835 ], [ -110.04467988725187, 39.33210623117828 ], [ -110.04518461162407, 39.33167876534047 ], [ -110.0453956997209, 39.331513800811052 ], [ -110.04570166583039, 39.331197334781159 ], [ -110.04588553634622, 39.330900591485786 ], [ -110.04600003179998, 39.330586159140935 ], [ -110.04615592527593, 39.330213497050401 ], [ -110.0463771028337, 39.329732341390297 ], [ -110.04651515059281, 39.329391970689784 ], [ -110.04671713576357, 39.329042211816841 ], [ -110.04678863643487, 39.32890313311318 ], [ -110.04680689382414, 39.328840208437676 ], [ -110.04681959546589, 39.328759217062682 ], [ -110.04684036034783, 39.328511595624889 ], [ -110.04683028867879, 39.328398880650411 ], [ -110.04683090027939, 39.328353832659708 ], [ -110.04683749567852, 39.328295317770682 ], [ -110.0468467820436, 39.328038591712456 ], [ -110.04693037119361, 39.327863569482211 ], [ -110.04706628464187, 39.327679964978913 ], [ -110.04717924089577, 39.327478151178099 ], [ -110.0472931745378, 39.327204260443871 ], [ -110.04743800296825, 39.326790958086171 ], [ -110.0475811797415, 39.326499285140471 ], [ -110.04763490890942, 39.32638709223189 ], [ -110.04772374432329, 39.326252660008684 ], [ -110.04778266227048, 39.326185562494992 ], [ -110.04794172183684, 39.326005750489067 ], [ -110.04804708924934, 39.325935428517454 ], [ -110.04850871799408, 39.325686906127537 ], [ -110.04892247831725, 39.325546118023084 ], [ -110.04953301307167, 39.325438472534977 ], [ -110.04989267957107, 39.325436903624365 ], [ -110.05023397084113, 39.325507268514528 ], [ -110.05068557439064, 39.325570422603768 ], [ -110.05094018215777, 39.325616650840161 ], [ -110.05113677699298, 39.325663306674969 ], [ -110.05166728016275, 39.325811799821288 ], [ -110.05172613721986, 39.325834805856054 ], [ -110.05188776211033, 39.325893790370657 ], [ -110.05208373803846, 39.325986393659498 ], [ -110.05245215039054, 39.326196637320066 ], [ -110.0528711257859, 39.32652893444353 ], [ -110.05311622027527, 39.326850805051791 ], [ -110.05333018988021, 39.327330107579968 ], [ -110.05366083610895, 39.327760800052566 ], [ -110.05381429906235, 39.327995422317805 ], [ -110.05411679408942, 39.328449312192284 ], [ -110.05431360250805, 39.328739250704672 ], [ -110.05443239602337, 39.32905018056772 ], [ -110.05443557531466, 39.32924483541229 ], [ -110.05443846337627, 39.329461113329785 ], [ -110.05447041435202, 39.329673122036603 ], [ -110.05451390576697, 39.32988972977455 ], [ -110.05460978377883, 39.330093247103768 ], [ -110.0547290463047, 39.330283438364518 ], [ -110.05488213439338, 39.330460388269181 ], [ -110.05528623869336, 39.330693439245707 ], [ -110.05535529952382, 39.330734547468367 ], [ -110.05556907091071, 39.330799356450079 ], [ -110.055812099912, 39.330845480122818 ], [ -110.05606139014908, 39.33085741378423 ], [ -110.05637480139714, 39.330846439213012 ], [ -110.05671171740832, 39.330813127787764 ], [ -110.05734005156711, 39.330678554016579 ], [ -110.05761394665916, 39.330586160638894 ], [ -110.05771896082295, 39.330541957838605 ], [ -110.05777738930296, 39.330510893735344 ], [ -110.05794224559895, 39.330416715776451 ], [ -110.05820487655591, 39.330212498351173 ], [ -110.05828718333358, 39.330131167819879 ], [ -110.05838716931601, 39.330029255865718 ], [ -110.05866389951947, 39.329725133738371 ], [ -110.05886630869568, 39.329339314567456 ], [ -110.05912652544387, 39.328881877470238 ], [ -110.0593291239055, 39.328568143798449 ], [ -110.059507976064, 39.328294765607261 ], [ -110.05953147770971, 39.328185927162878 ], [ -110.05955067694272, 39.328051824249542 ], [ -110.05955774446188, 39.327957269980303 ], [ -110.05956704460203, 39.327696037512389 ], [ -110.05953253723609, 39.327240723006753 ], [ -110.05943972635204, 39.326807463861051 ], [ -110.05944032982838, 39.32676241569375 ], [ -110.05941204623856, 39.326275614245112 ], [ -110.05936074348772, 39.325775110813055 ], [ -110.05927151443926, 39.325507675622013 ], [ -110.05919258244749, 39.325337638179839 ], [ -110.05911331278608, 39.325192827662143 ], [ -110.05898276046625, 39.324979121858128 ], [ -110.05875153998606, 39.32448617399271 ], [ -110.05828548369566, 39.323770565938723 ], [ -110.05790631451168, 39.32306466985208 ], [ -110.05747264540928, 39.322443932021045 ], [ -110.05714503494683, 39.32187361006126 ], [ -110.05712244057504, 39.321828373966255 ], [ -110.05694639747209, 39.321547618754032 ], [ -110.05667218349313, 39.321234530560488 ], [ -110.05638008851136, 39.320957339224321 ], [ -110.05592784474752, 39.320512151967243 ], [ -110.05587154358342, 39.320385546690503 ], [ -110.05580430950968, 39.320209294309706 ], [ -110.05571599717052, 39.319875185094105 ], [ -110.05562865486525, 39.319468998723728 ], [ -110.0556270955999, 39.31915361444026 ], [ -110.0556737499153, 39.318703462004592 ], [ -110.05579664503526, 39.318190853629581 ], [ -110.05603679894014, 39.317584584516169 ], [ -110.05622710301986, 39.317234713388395 ], [ -110.05633403473267, 39.317046357261042 ], [ -110.05656287411981, 39.316849978514291 ], [ -110.05664479166902, 39.316796578682073 ], [ -110.05678982639918, 39.316707647750867 ], [ -110.05689598001148, 39.31666345474197 ], [ -110.05717568047109, 39.316566603684905 ], [ -110.05756984485978, 39.316497710599421 ], [ -110.05786157722292, 39.316455019038322 ], [ -110.05814091310999, 39.316385194570081 ], [ -110.05827532509598, 39.316309691754327 ], [ -110.05838672059718, 39.316220486663198 ], [ -110.05867384672491, 39.31600204861838 ], [ -110.05906572069206, 39.315757424729952 ], [ -110.05950477037729, 39.3154546115993 ], [ -110.0599365097537, 39.315264370576827 ], [ -110.06025922089199, 39.315073247802474 ], [ -110.06045202740412, 39.314881075688142 ], [ -110.06058208078598, 39.314697407457423 ], [ -110.06064121763956, 39.314612283726163 ], [ -110.0607242138036, 39.314477794032008 ], [ -110.06094432496428, 39.314065080988009 ], [ -110.06109285682867, 39.313800465553101 ], [ -110.06136001869747, 39.313338572683499 ], [ -110.06167447219727, 39.312809480632886 ], [ -110.06193032909592, 39.312324968640738 ], [ -110.06209979905101, 39.311794706880207 ], [ -110.06219888527946, 39.311323347998034 ], [ -110.0622112511266, 39.310831467006373 ], [ -110.0621291991088, 39.310461369950822 ], [ -110.06194559585013, 39.309878704605239 ], [ -110.06171875688764, 39.309493924443778 ], [ -110.06138904730297, 39.30899568147138 ], [ -110.06125253781501, 39.308795445649025 ], [ -110.06107595582539, 39.308556140720334 ], [ -110.06081312929737, 39.308261174852795 ], [ -110.0606186240753, 39.308061371422575 ], [ -110.06050989502587, 39.307952366327427 ], [ -110.06033852585198, 39.307757254460533 ], [ -110.06001809281953, 39.307433888795586 ], [ -110.05979374309291, 39.307297818522699 ], [ -110.05971865056669, 39.307275586476116 ], [ -110.05949922012024, 39.307205333030666 ], [ -110.05941706091855, 39.307191153271866 ], [ -110.05934875807419, 39.30718159073993 ], [ -110.05915764563902, 39.307162025043539 ], [ -110.05908226389001, 39.307161415781501 ], [ -110.05870969324531, 39.30726743253571 ], [ -110.05865721610009, 39.307288633730479 ], [ -110.05856353297841, 39.307355455922291 ], [ -110.05844025289406, 39.307467091841879 ], [ -110.05811728259606, 39.307766335482491 ], [ -110.05748667796608, 39.308085614455102 ], [ -110.05685679332942, 39.30835083199257 ], [ -110.05671152365753, 39.308372181534487 ], [ -110.05658956965674, 39.308384709215929 ], [ -110.05633424566544, 39.308396155700898 ], [ -110.05559249747263, 39.308354097922631 ], [ -110.05499662625678, 39.308245639960333 ], [ -110.054100985031, 39.308004089351115 ], [ -110.05328774501308, 39.307673095677458 ], [ -110.05275815827571, 39.307380447311644 ], [ -110.05225146645699, 39.307110509524591 ], [ -110.05184909179657, 39.306845924542422 ], [ -110.05171119105839, 39.306751090682361 ], [ -110.05124583965012, 39.306426520398922 ], [ -110.05078530174728, 39.306089372613819 ], [ -110.05067739781153, 39.306006495941979 ], [ -110.05055665225393, 39.305929821881215 ], [ -110.05045880863813, 39.305874960027396 ], [ -110.05038519698667, 39.305829306397726 ], [ -110.05019433191427, 39.305706105710229 ], [ -110.05010295726136, 39.305601737840028 ], [ -110.04999455299277, 39.305470199017499 ], [ -110.04990946467321, 39.305329839749334 ], [ -110.04979037814142, 39.305130633778163 ], [ -110.04962020545949, 39.304935515951207 ], [ -110.04946468292604, 39.304772054723863 ], [ -110.04941957566216, 39.304677074719017 ], [ -110.04935235990072, 39.304501719486403 ], [ -110.04932447735798, 39.304419494991819 ], [ -110.0493025029341, 39.304329209165083 ], [ -110.0492840636736, 39.303977643708905 ], [ -110.04929211710856, 39.303811012674004 ], [ -110.04929297039162, 39.303747945174649 ], [ -110.04930602973437, 39.303639924163598 ], [ -110.04932537488278, 39.303495911926227 ], [ -110.04939830597799, 39.303248714910261 ], [ -110.04947605793863, 39.302988041239338 ], [ -110.04952115650916, 39.302740616866188 ], [ -110.04947696443395, 39.302578064527523 ], [ -110.04935269487669, 39.302333762519275 ], [ -110.0492965414232, 39.302198144348516 ], [ -110.04912338139343, 39.301710155502917 ], [ -110.04905215095782, 39.301403211865107 ], [ -110.04910700374181, 39.301206326861355 ], [ -110.04917866530204, 39.301052830192809 ], [ -110.04936755530657, 39.300806580112805 ], [ -110.04954388527837, 39.300631411249235 ], [ -110.0497780484539, 39.300467526944871 ], [ -110.05029863877797, 39.300133875813103 ], [ -110.05082404867557, 39.299872346769227 ], [ -110.05169873038547, 39.299510038482815 ], [ -110.05249786010813, 39.299159723592233 ], [ -110.05333682693805, 39.298864692058821 ], [ -110.05390749558934, 39.298685513871575 ], [ -110.0546835833628, 39.298322381677913 ], [ -110.05577828970655, 39.297980751228266 ], [ -110.05676990673444, 39.297542762328952 ], [ -110.05772564992139, 39.297184669358806 ], [ -110.05870975683497, 39.29687275214598 ], [ -110.05965937016177, 39.296538021320565 ], [ -110.0604459767324, 39.2962515258899 ], [ -110.06058004630316, 39.296198543868286 ], [ -110.06162922460901, 39.295788009644589 ], [ -110.06257397338545, 39.295381130392933 ], [ -110.06341901170111, 39.295059042557867 ], [ -110.06440910178024, 39.294729103637863 ], [ -110.06539320545723, 39.294412624174242 ], [ -110.06577172297048, 39.29428951294782 ], [ -110.06615591701899, 39.294175456676747 ], [ -110.06670835777344, 39.294053737327971 ], [ -110.06710426367646, 39.293930761135158 ], [ -110.06752418292224, 39.293745802349541 ], [ -110.06790378038765, 39.293540695760584 ], [ -110.06850091458902, 39.293108457761583 ], [ -110.06901024493297, 39.292738589197405 ], [ -110.06960665006352, 39.292360403579416 ], [ -110.06987015537361, 39.292164274409203 ], [ -110.07016915840595, 39.291914364139579 ], [ -110.07026884547, 39.291829558918437 ], [ -110.07042136363738, 39.291695616776032 ], [ -110.0705692433599, 39.291561637399269 ], [ -110.0708792718769, 39.29126675993593 ], [ -110.07116646577947, 39.290944667443767 ], [ -110.07153223264464, 39.290555620822758 ], [ -110.07167930530215, 39.290394601545927 ], [ -110.07187956329662, 39.290157415372271 ], [ -110.07216300207922, 39.289767710356337 ], [ -110.0724878497888, 39.289315259800524 ], [ -110.07281878743237, 39.288840330103049 ], [ -110.07319639403065, 39.288343244236238 ], [ -110.07330406634279, 39.288091802422628 ], [ -110.07339978759813, 39.287867297406891 ], [ -110.0734415541381, 39.287777523054622 ], [ -110.07355543718572, 39.287494593040286 ], [ -110.07364110601206, 39.287152869021398 ], [ -110.0736605742246, 39.286995337087539 ], [ -110.07366827040403, 39.286851227499987 ], [ -110.07367845922161, 39.286517913528229 ], [ -110.07355419167327, 39.286269131154405 ], [ -110.07349751675794, 39.286170463785538 ], [ -110.07334329671316, 39.285907025737345 ], [ -110.07311650075788, 39.285607868085826 ], [ -110.07277546243282, 39.285091543952582 ], [ -110.07268036263689, 39.284829476873171 ], [ -110.07264465694951, 39.284459754638242 ], [ -110.07265024152659, 39.284036297167781 ], [ -110.07275644855356, 39.283455954140287 ], [ -110.07301303780437, 39.28281373356527 ], [ -110.07314451321515, 39.282603029215586 ], [ -110.07331463282118, 39.282451201722523 ], [ -110.07343742944492, 39.282371082853501 ], [ -110.07351941240661, 39.282308660461098 ], [ -110.07373591482062, 39.282156300341242 ], [ -110.07380008041781, 39.282126174462348 ], [ -110.07417911025344, 39.281957985975126 ], [ -110.07469672152968, 39.281831445728834 ], [ -110.07495851363423, 39.281761440452392 ], [ -110.07544140224145, 39.281630115664491 ], [ -110.07578499529546, 39.281511199280153 ], [ -110.07608262950245, 39.281360379790506 ], [ -110.07620601286224, 39.281235209191308 ], [ -110.07634873770681, 39.280961515564556 ], [ -110.076497198708, 39.280692372586429 ], [ -110.07662330094337, 39.280359977274607 ], [ -110.07683327151398, 39.279821000963061 ], [ -110.07694044423231, 39.279605594117882 ], [ -110.07698793838503, 39.279520369082661 ], [ -110.07714183545703, 39.279278300357682 ], [ -110.07720795935576, 39.279098610640318 ], [ -110.07722966301661, 39.278769892457341 ], [ -110.07721096995927, 39.278427338064134 ], [ -110.07730997457645, 39.277950556026603 ], [ -110.07737869684978, 39.277572651528793 ], [ -110.07741033688202, 39.277370161654829 ], [ -110.07751200322804, 39.277132183810281 ], [ -110.07755044316271, 39.276853156860071 ], [ -110.07750367705661, 39.276352692845784 ], [ -110.07735833356462, 39.276031661589471 ], [ -110.07720526782842, 39.275769138456702 ], [ -110.07704469300197, 39.275637210674098 ], [ -110.07683715942085, 39.275549963847098 ], [ -110.07676222507887, 39.275517832281132 ], [ -110.07666416588829, 39.275481011944557 ], [ -110.07616227950076, 39.275296817065396 ], [ -110.0759091021536, 39.27515424119219 ], [ -110.07571965785732, 39.275013972836248 ], [ -110.07567388204693, 39.274968555983769 ], [ -110.07541581234763, 39.274669154098163 ], [ -110.07527065942851, 39.274334605665416 ], [ -110.07518774809866, 39.274027583497187 ], [ -110.07517107115319, 39.273973386860199 ], [ -110.0751263032721, 39.273851386871996 ], [ -110.07498307455532, 39.273282575198579 ], [ -110.07491258662206, 39.272912576596809 ], [ -110.07483323315421, 39.272335261420373 ], [ -110.07472666901202, 39.272064093701225 ], [ -110.07460337040325, 39.271743234033408 ], [ -110.07439272287215, 39.271453217354264 ], [ -110.07411696123977, 39.271266305601941 ], [ -110.07390394503962, 39.27115648320175 ], [ -110.0735926408761, 39.271027857072824 ], [ -110.07331013799208, 39.270912975380298 ], [ -110.07310835926768, 39.270830273060255 ], [ -110.07280858988653, 39.270706242007499 ], [ -110.07260740619868, 39.270578490057076 ], [ -110.07256835242369, 39.270551146907245 ], [ -110.07248695766098, 39.270482017263269 ], [ -110.07233212798697, 39.270355535129767 ], [ -110.07212633888041, 39.27013763864943 ], [ -110.07195999081038, 39.270005657813208 ], [ -110.07171286240596, 39.269846000674995 ], [ -110.0713730066993, 39.269685603548538 ], [ -110.07108436049992, 39.269597699575321 ], [ -110.07064503174826, 39.269508592350547 ], [ -110.07006034021764, 39.269454365459346 ], [ -110.06965502421184, 39.26942319461952 ], [ -110.0694233590588, 39.269409629532127 ], [ -110.06913389398369, 39.269383888022389 ], [ -110.06894347718065, 39.269319290729548 ], [ -110.06875475648107, 39.269214158538261 ], [ -110.06845569178043, 39.268950456076695 ], [ -110.06831761485387, 39.268872760419704 ], [ -110.06821962907989, 39.268831428220615 ], [ -110.06793116949834, 39.268730001888557 ], [ -110.06744536748016, 39.268649521309378 ], [ -110.06660742013844, 39.268462593429589 ], [ -110.06614056244533, 39.26826512016212 ], [ -110.065605837948, 39.267940950641922 ], [ -110.06497229818764, 39.267638511988615 ], [ -110.06407941261979, 39.267225857272763 ], [ -110.06333601541303, 39.266904505297575 ], [ -110.06258688982338, 39.266578597119711 ], [ -110.06213768203277, 39.266363228515949 ], [ -110.06174708997609, 39.266098771633899 ], [ -110.06149438378307, 39.265925531852098 ], [ -110.06132177259634, 39.265743926502836 ], [ -110.06122036127933, 39.265612453791135 ], [ -110.06111289777887, 39.265413351924636 ], [ -110.06106302561915, 39.265241746453725 ], [ -110.06101967019465, 39.265016129289492 ], [ -110.06093123344426, 39.264781137852466 ], [ -110.06077052932814, 39.264576199862361 ], [ -110.06071914322895, 39.264518116879628 ], [ -110.06067338391429, 39.264472694248177 ], [ -110.06050211780993, 39.26427758245709 ], [ -110.06040057366836, 39.264069516958664 ], [ -110.06042024452032, 39.263898472301427 ], [ -110.06046984067279, 39.263656484520133 ], [ -110.06055392977476, 39.263435499607994 ], [ -110.06060317631626, 39.26321963997308 ], [ -110.06061717170654, 39.263039538764723 ], [ -110.06064843158944, 39.262868587524359 ], [ -110.06058490592923, 39.262417539749976 ], [ -110.06051462391335, 39.262038523058479 ], [ -110.06050961085941, 39.261979913017306 ], [ -110.06050610132081, 39.261808681263453 ], [ -110.06052697394217, 39.26154753913756 ], [ -110.06052635097571, 39.261160073660925 ], [ -110.06039880251657, 39.259861502420762 ], [ -110.06030594658905, 39.259437249756637 ], [ -110.06026584489057, 39.258968369163469 ], [ -110.06027807539078, 39.258486394768966 ], [ -110.06030955377612, 39.257864909598922 ], [ -110.06040753710032, 39.257036714534564 ], [ -110.06058804492034, 39.256538076131683 ], [ -110.06072159389394, 39.256084112230319 ], [ -110.06091730365819, 39.255314373241831 ], [ -110.06111601526516, 39.254753706680567 ], [ -110.0612384493609, 39.25426360953481 ], [ -110.06129360119576, 39.254038786125371 ], [ -110.06143161335943, 39.253683975081074 ], [ -110.06154440555162, 39.253482142865472 ], [ -110.0616917218624, 39.253298610147326 ], [ -110.06186800813182, 39.253115310611427 ], [ -110.06226615073352, 39.252807647355631 ], [ -110.06245805781298, 39.252669526293701 ], [ -110.06265502898677, 39.252325100119066 ], [ -110.06269823865991, 39.252126310922215 ], [ -110.06274890944545, 39.251802332691035 ], [ -110.06282934878848, 39.251505626153417 ], [ -110.06301893467486, 39.251106174421373 ], [ -110.06313679265241, 39.250958445649971 ], [ -110.06331312915738, 39.250770638856444 ], [ -110.06336145861999, 39.250622350594334 ], [ -110.06336941014921, 39.250460221478953 ], [ -110.0633485718493, 39.250284344720427 ], [ -110.06330515739889, 39.250063232737894 ], [ -110.06336477447496, 39.249937562060076 ], [ -110.06331324862946, 39.249455073736925 ], [ -110.06310666937796, 39.248867714701987 ], [ -110.06277884448754, 39.24824784202869 ], [ -110.06248134866328, 39.24796160954557 ], [ -110.06213423219261, 39.247485751382058 ], [ -110.06148675158455, 39.246939891545345 ], [ -110.06126941614981, 39.246726387747358 ], [ -110.06117749907774, 39.246667077064494 ], [ -110.06075213676242, 39.246411346862423 ], [ -110.06058550491677, 39.246306379465445 ], [ -110.0605052362381, 39.246242656846171 ], [ -110.06035640668489, 39.246106295172993 ], [ -110.06030505815561, 39.246046410040712 ], [ -110.06010533818545, 39.245815925807143 ], [ -110.05994630649171, 39.245575857857212 ], [ -110.05984436883863, 39.245399325723149 ], [ -110.05955509698917, 39.244932937466714 ], [ -110.05929932572118, 39.244561431765469 ], [ -110.05912370177481, 39.244262658877005 ], [ -110.0589328664235, 39.243801569594616 ], [ -110.05885923833864, 39.24367482435246 ], [ -110.05880317120808, 39.243534704881078 ], [ -110.05871070576913, 39.243083420862 ], [ -110.05871684762442, 39.242623923009333 ], [ -110.05856938784838, 39.24186582929476 ], [ -110.05858809469304, 39.241419949031332 ], [ -110.05857196770927, 39.240892690520397 ], [ -110.05861172447983, 39.240519066239926 ], [ -110.05863247579545, 39.240266933283422 ], [ -110.0586526248231, 39.240059849140764 ], [ -110.05870204001366, 39.239830474675209 ], [ -110.05870601374818, 39.23953315237371 ], [ -110.05865724832795, 39.239280457507093 ], [ -110.05853949736635, 39.238987557726155 ], [ -110.05837705394178, 39.238570849334501 ], [ -110.05830307075706, 39.238471133009746 ], [ -110.0580243983058, 39.238081417574897 ], [ -110.05765780434773, 39.237335065785075 ], [ -110.05739018290774, 39.236985986549023 ], [ -110.0569799157483, 39.236473558419057 ], [ -110.0566094795895, 39.236015515924763 ], [ -110.05614864683413, 39.235386436632162 ], [ -110.05557892307068, 39.234583466249987 ], [ -110.05515234281944, 39.234079910054014 ], [ -110.0550839801094, 39.233993753361752 ], [ -110.0545670142687, 39.23323265538108 ], [ -110.05401796652238, 39.232273058023104 ], [ -110.0537458766912, 39.231396805133464 ], [ -110.0536354155245, 39.230994929289082 ], [ -110.05356176684356, 39.230440169685622 ], [ -110.05369421892962, 39.230067299696273 ], [ -110.05371365286138, 39.229914274804656 ], [ -110.05373223963528, 39.229824318288777 ], [ -110.05378311497824, 39.229486828384267 ], [ -110.05382601972889, 39.229311467244997 ], [ -110.05395731889574, 39.229024189664962 ], [ -110.05402206080466, 39.228948124093712 ], [ -110.05423987748635, 39.228688581072483 ], [ -110.05429383016596, 39.228639459998959 ], [ -110.05478392385579, 39.228292018786362 ], [ -110.05511830207524, 39.227979355393906 ], [ -110.05589522672022, 39.227494569189268 ], [ -110.05663581868397, 39.22669410692118 ], [ -110.05747063800409, 39.226209778882506 ], [ -110.05790948953025, 39.225879931101332 ], [ -110.05835449002443, 39.225523099058414 ], [ -110.05905625204899, 39.225024167557251 ], [ -110.05952989973134, 39.224690089249016 ], [ -110.05976952762533, 39.224529830065805 ], [ -110.06003835368904, 39.224351784480483 ], [ -110.06063488006457, 39.223924080114067 ], [ -110.0611311996124, 39.223626221070568 ], [ -110.06168277403893, 39.223441439581784 ], [ -110.0623461649739, 39.223298104081223 ], [ -110.06271134138332, 39.223278516236569 ], [ -110.06290258710875, 39.223271044227587 ], [ -110.0632273411756, 39.22324211878562 ], [ -110.06334329477247, 39.22323404050141 ], [ -110.0638822213589, 39.223215846041192 ], [ -110.06415950465221, 39.223272138769403 ], [ -110.06462116612653, 39.223401997755921 ], [ -110.06508223167567, 39.2235769039712 ], [ -110.06589008725679, 39.223808654579159 ], [ -110.06616641941649, 39.22393702105267 ], [ -110.06676392949525, 39.22430674594434 ], [ -110.06697589934966, 39.224484154027927 ], [ -110.06728973785805, 39.224842592827343 ], [ -110.06762334937667, 39.225457995889499 ], [ -110.06776284212215, 39.225860091487817 ], [ -110.06779170852869, 39.225954935555663 ], [ -110.0678948878144, 39.226387376935811 ], [ -110.06802105998636, 39.226920922734031 ], [ -110.06817446527975, 39.227147419189805 ], [ -110.06822569988223, 39.22721540978872 ], [ -110.06844813453934, 39.227478501124054 ], [ -110.06865367100542, 39.227705413859951 ], [ -110.06877972711887, 39.227810045515099 ], [ -110.06888864547707, 39.227896518509304 ], [ -110.06916498722276, 39.22802577901944 ], [ -110.06943597816462, 39.228121656303024 ], [ -110.06960889656715, 39.228187014092946 ], [ -110.0700881671591, 39.228302574907055 ], [ -110.07084304371959, 39.228515846748117 ], [ -110.07204588192486, 39.228759715744388 ], [ -110.07214990350853, 39.228778565959189 ], [ -110.07289005549571, 39.22887907271744 ], [ -110.07335402172568, 39.228837711008282 ], [ -110.07392379778351, 39.228679147758477 ], [ -110.07431357687442, 39.228552491156378 ], [ -110.07468007954448, 39.228433758017239 ], [ -110.07555451545332, 39.228012690140744 ], [ -110.076217850516, 39.227698070770799 ], [ -110.07684460475434, 39.227257006908431 ], [ -110.07730778053813, 39.226832665449358 ], [ -110.07744932502055, 39.226640055092659 ], [ -110.07769765986191, 39.226254558647568 ], [ -110.07794037686904, 39.225855501009335 ], [ -110.07795953287621, 39.225719590009682 ], [ -110.07797269647865, 39.225598949879505 ], [ -110.07799402149938, 39.225297257841568 ], [ -110.07806227058811, 39.224950883339908 ], [ -110.07807047892202, 39.224766227476188 ], [ -110.07801609699531, 39.224495473851213 ], [ -110.07790456381589, 39.224165697746649 ], [ -110.07781524367927, 39.223909084653883 ], [ -110.07770335856256, 39.223606337867523 ], [ -110.07752689270161, 39.223369759258063 ], [ -110.07738470642447, 39.223169495001279 ], [ -110.07720922193118, 39.22285813424358 ], [ -110.07689740636647, 39.222342049351617 ], [ -110.07681259722848, 39.222183688640889 ], [ -110.07671153498885, 39.221939596664583 ], [ -110.07663995077338, 39.221656090856293 ], [ -110.07660373033274, 39.221326009301094 ], [ -110.07663717381662, 39.220983864882335 ], [ -110.07673473655382, 39.220610690951602 ], [ -110.07695427304212, 39.22021145119885 ], [ -110.07727190749915, 39.219840020465767 ], [ -110.07740776417609, 39.219638354041372 ], [ -110.07745503899835, 39.219566642227434 ], [ -110.07771552037518, 39.219136187482434 ], [ -110.07788327809692, 39.218709503513828 ], [ -110.07788090512516, 39.218448172058437 ], [ -110.07782593892503, 39.218222467366388 ], [ -110.07780353995014, 39.218163719952827 ], [ -110.07768141607157, 39.21784737565666 ], [ -110.07740746574029, 39.217448731762296 ], [ -110.07694586767815, 39.216872890116505 ], [ -110.07650442448957, 39.216085452965835 ], [ -110.07625037683229, 39.21558334004002 ], [ -110.07606771471161, 39.214937620180145 ], [ -110.07582714605148, 39.214291440580247 ], [ -110.07553500688688, 39.213603401546784 ], [ -110.0752002452347, 39.213074514314556 ], [ -110.07469550047105, 39.2122595350463 ], [ -110.07467292852684, 39.212214301800621 ], [ -110.07417457819486, 39.211354317046506 ], [ -110.07377414846721, 39.210535657264472 ], [ -110.07349774668995, 39.209974790133955 ], [ -110.07290661410224, 39.208686049078068 ], [ -110.07252063895911, 39.207651240687298 ], [ -110.07243458207415, 39.207149555249778 ], [ -110.07234630979593, 39.206816353969799 ], [ -110.07232387741725, 39.206320581499497 ], [ -110.07234073266352, 39.205919735223922 ], [ -110.07245507384128, 39.205591751543857 ], [ -110.07260492551518, 39.205205480233062 ], [ -110.07271329632965, 39.204890964921113 ], [ -110.0727180353868, 39.204530570642227 ], [ -110.07271621413581, 39.204228694327711 ], [ -110.07279192978716, 39.203314700635289 ], [ -110.07286745162001, 39.202855750767341 ], [ -110.07301618284356, 39.202113543048974 ], [ -110.07310948603043, 39.201623196590134 ], [ -110.07320136706036, 39.201240968364267 ], [ -110.07346180430424, 39.200810521290968 ], [ -110.07392488244489, 39.200381684605922 ], [ -110.07419470367044, 39.200118010341207 ], [ -110.07442346227306, 39.199894557836728 ], [ -110.07523751707424, 39.199193674074287 ], [ -110.07590657757493, 39.198509656076581 ], [ -110.07628864139296, 39.198074760579267 ], [ -110.07652972089068, 39.197793732297633 ], [ -110.07703682437145, 39.197094907427953 ], [ -110.07753180847021, 39.196436532934641 ], [ -110.07770843899307, 39.196212660986312 ], [ -110.07803239607006, 39.195791716796833 ], [ -110.07831197623973, 39.195221742108458 ], [ -110.07862634687027, 39.19464753641423 ], [ -110.07903463533972, 39.19397495324074 ], [ -110.07925874513839, 39.19366134591808 ], [ -110.079463604062, 39.193491759163777 ], [ -110.07968009929348, 39.19331775855067 ], [ -110.07989606465794, 39.193184302036421 ], [ -110.08005354935155, 39.193095437461977 ], [ -110.08025758247564, 39.192988918511887 ], [ -110.08079148357164, 39.192894013100251 ], [ -110.08183997914213, 39.192852721338042 ], [ -110.08280181099705, 39.1927972216616 ], [ -110.08387347289607, 39.192755192877918 ], [ -110.08525176382479, 39.192730880549739 ], [ -110.08560473126201, 39.192747167596401 ], [ -110.08595774557706, 39.192759849611896 ], [ -110.0873033835111, 39.193021801068767 ], [ -110.08857207785832, 39.193324584894533 ], [ -110.08951624346412, 39.19347163515657 ], [ -110.08997811264965, 39.193484254569555 ], [ -110.09023359676269, 39.193427679513043 ], [ -110.09038453647277, 39.193396419103379 ], [ -110.09052966353866, 39.193366915287683 ], [ -110.09080303717678, 39.193269929907359 ], [ -110.09098413006588, 39.193145191428179 ], [ -110.09106593433728, 39.193087259291403 ], [ -110.0914513906114, 39.192828951859816 ], [ -110.09184280726323, 39.192557173349094 ], [ -110.09222993734264, 39.192258327612876 ], [ -110.09317091430921, 39.191932254859225 ], [ -110.093613900853, 39.191701420430512 ], [ -110.09422586829153, 39.191386295256891 ], [ -110.09538923908219, 39.190962814068754 ], [ -110.09655138466309, 39.190633925427534 ], [ -110.09747141707179, 39.190222052336281 ], [ -110.09799090330732, 39.189892674489343 ], [ -110.09824872891299, 39.189651377737789 ], [ -110.09858296046986, 39.189320563207133 ], [ -110.09880679629204, 39.189020431759261 ], [ -110.09932375635724, 39.188434219418575 ], [ -110.10002275915738, 39.187645766045762 ], [ -110.10061007155534, 39.186988905549029 ], [ -110.10115335287323, 39.186515523477858 ], [ -110.1012362988869, 39.186457592878817 ], [ -110.10193146506582, 39.1859673569531 ], [ -110.1023528356325, 39.185610170365294 ], [ -110.10247623115895, 39.185466947476847 ], [ -110.10283449382983, 39.185064218714231 ], [ -110.1033357999049, 39.184338199275366 ], [ -110.10396397365642, 39.183194148845793 ], [ -110.10434335487507, 39.182494219584314 ], [ -110.10452106572659, 39.182175700353881 ], [ -110.10496248965021, 39.181147349635637 ], [ -110.10522012510961, 39.180459998200334 ], [ -110.10534607535531, 39.18011404750083 ], [ -110.10548771148088, 39.179443826295703 ], [ -110.10543037940943, 39.178943283669213 ], [ -110.10530812290843, 39.178541361883696 ], [ -110.10528009613135, 39.178469059823769 ], [ -110.1051165824103, 39.178125391566553 ], [ -110.10495181351874, 39.177880832852502 ], [ -110.10469552317093, 39.177549967556942 ], [ -110.10399893596762, 39.176792206417247 ], [ -110.10274156453826, 39.175525515994615 ], [ -110.10213819549537, 39.174723407113461 ], [ -110.10158647075532, 39.17395773670313 ], [ -110.10112799115207, 39.173143223235272 ], [ -110.10068659777839, 39.172351366923323 ], [ -110.10013536630962, 39.171549649821557 ], [ -110.09972218421282, 39.170816578210975 ], [ -110.09969976971614, 39.170758735494722 ], [ -110.09941914333666, 39.170070840079788 ], [ -110.0988308822776, 39.16899850441655 ], [ -110.09875515023994, 39.168583418792494 ], [ -110.09875842777014, 39.168326634399527 ], [ -110.0988722374036, 39.168025650479343 ], [ -110.09891979991521, 39.167926898725206 ], [ -110.0990383032351, 39.16771155417289 ], [ -110.09925743711051, 39.167411384137019 ], [ -110.09939724020171, 39.167250269059195 ], [ -110.09947836689797, 39.167151776462667 ], [ -110.09972064563034, 39.166851784374444 ], [ -110.10038561012065, 39.165991876230464 ], [ -110.10090255695972, 39.165392137486052 ], [ -110.1013233492134, 39.165070991960384 ], [ -110.10204763703614, 39.164549439266864 ], [ -110.10286312429086, 39.163681665373346 ], [ -110.10350734306847, 39.163082894454213 ], [ -110.10415556619976, 39.162623819290545 ], [ -110.10476717598367, 39.162313138710111 ], [ -110.10505782697237, 39.162211746107779 ], [ -110.10535993649322, 39.162119451627213 ], [ -110.10598105718495, 39.161971033498332 ], [ -110.10660767711482, 39.161845181409738 ], [ -110.10739975662618, 39.161815207702183 ], [ -110.10904718541471, 39.161602542855519 ], [ -110.10994668014531, 39.161406671660366 ], [ -110.11068975950181, 39.161223116246966 ], [ -110.11134160880492, 39.160930729770975 ], [ -110.11201996552275, 39.160462829310624 ], [ -110.11243339460596, 39.160168619632842 ], [ -110.11280775448856, 39.159851583803373 ], [ -110.11325352907049, 39.15937739962628 ], [ -110.1135611002137, 39.158848097150681 ], [ -110.11379327331466, 39.158331736780696 ], [ -110.11417608812617, 39.157708390366139 ], [ -110.11464125960458, 39.157162260915605 ], [ -110.11489475800572, 39.156790234469234 ], [ -110.11506583470562, 39.156530217765237 ], [ -110.11545688051224, 39.155802402985806 ], [ -110.1156781788402, 39.155228286221394 ], [ -110.11584583070213, 39.154779013446266 ], [ -110.11597752342067, 39.15442858749612 ], [ -110.11616174062191, 39.154042516141004 ], [ -110.11628826414294, 39.153642490634667 ], [ -110.11630652396497, 39.153570541902425 ], [ -110.11633175313888, 39.153404031566048 ], [ -110.11636434592701, 39.153111424451303 ], [ -110.11632708586451, 39.152944440271263 ], [ -110.11630357351928, 39.152881185679739 ], [ -110.11620213052122, 39.152664154793698 ], [ -110.11604260297769, 39.152464705055465 ], [ -110.11590571277965, 39.152305975885412 ], [ -110.11571629860603, 39.152182891625898 ], [ -110.11551520042332, 39.152068729283862 ], [ -110.1151702445803, 39.151890398131457 ], [ -110.11483607212861, 39.151775224174251 ], [ -110.11433569084885, 39.151532633626282 ], [ -110.11387660514912, 39.151227278622521 ], [ -110.11352683264573, 39.150972313320985 ], [ -110.11294188007332, 39.150553360873431 ], [ -110.11257078177709, 39.15015405593202 ], [ -110.11249896189433, 39.149883181931862 ], [ -110.11244506563136, 39.149567389863194 ], [ -110.11250200352497, 39.14918035460672 ], [ -110.11260284981014, 39.148982882637611 ], [ -110.11266178152461, 39.148897727757742 ], [ -110.11277935037883, 39.148750844013776 ], [ -110.11297985195611, 39.148450504904481 ], [ -110.11307480842814, 39.148261097480457 ], [ -110.11307661790779, 39.148116936754924 ], [ -110.11307394233063, 39.147869116469501 ], [ -110.11303581821791, 39.147679597288565 ], [ -110.11301380690243, 39.147589320698756 ], [ -110.11289048339681, 39.147273000296387 ], [ -110.11272592700828, 39.1470149367427 ], [ -110.11246857751132, 39.146774188143638 ], [ -110.11225643828951, 39.146619386985833 ], [ -110.11190011610849, 39.146427443182425 ], [ -110.11150936636189, 39.146212708562302 ], [ -110.11123523422603, 39.145926774746492 ], [ -110.11097919728313, 39.145582407407325 ], [ -110.11059066627348, 39.145191973901149 ], [ -110.10961447617807, 39.144603316410674 ], [ -110.10843451087842, 39.144116717530572 ], [ -110.10727502830304, 39.143842020002921 ], [ -110.10606274710911, 39.143625476906351 ], [ -110.10500960696858, 39.143635416137968 ], [ -110.10421261569617, 39.143521162200088 ], [ -110.10307257390969, 39.143084375998036 ], [ -110.10248139147609, 39.142710377583889 ], [ -110.10243562518872, 39.142669476042229 ], [ -110.1022132091727, 39.142415457481796 ], [ -110.10198753968028, 39.141962272319418 ], [ -110.10182445520326, 39.141592469399995 ], [ -110.10171143324941, 39.141289732840619 ], [ -110.10107321716697, 39.140157547078424 ], [ -110.10052209928608, 39.1393657413333 ], [ -110.10014586078567, 39.13892580779919 ], [ -110.10010616988041, 39.138862424954119 ], [ -110.09993623889039, 39.138577268996229 ], [ -110.09978349148922, 39.138305761878023 ], [ -110.09960166031412, 39.13759249504141 ], [ -110.09950430717375, 39.137060098893137 ], [ -110.09951101006902, 39.136988063351964 ], [ -110.09960414962768, 39.136488677050878 ], [ -110.09974596426875, 39.13625548867347 ], [ -110.10006279717462, 39.135816400496381 ], [ -110.10036447162379, 39.135386205326547 ], [ -110.10076927862045, 39.134943288682109 ], [ -110.10127190119263, 39.134541674003188 ], [ -110.10245117644511, 39.133699229120843 ], [ -110.10279400051584, 39.133580221136128 ], [ -110.10318905444468, 39.13344809763656 ], [ -110.10394239616141, 39.133345760578244 ], [ -110.10475221046883, 39.133351983506138 ], [ -110.10552754667279, 39.133339914368626 ], [ -110.10643171549815, 39.133112565630114 ], [ -110.10724598401784, 39.132857488509799 ], [ -110.10779811271354, 39.132654464910644 ], [ -110.10923484729665, 39.132030183454901 ], [ -110.11013980370751, 39.131370287176821 ], [ -110.11104493718946, 39.130786977998653 ], [ -110.1115639961907, 39.130359311951203 ], [ -110.11175271119511, 39.130072400399087 ], [ -110.1118284118017, 39.129940516549723 ], [ -110.11207860025732, 39.129456733403735 ], [ -110.1123938089969, 39.128769797693295 ], [ -110.11247239406254, 39.128500068040246 ], [ -110.1125814249333, 39.128108922484472 ], [ -110.11278452374226, 39.127596845200827 ], [ -110.1131942363789, 39.126752934920489 ], [ -110.11345068007297, 39.126137636362607 ], [ -110.11368875161631, 39.125603295927533 ], [ -110.11380186113102, 39.125347344124378 ], [ -110.11406026950188, 39.124574367488805 ], [ -110.11420895255156, 39.124156488636693 ], [ -110.11423392097724, 39.124102612717707 ], [ -110.11452611888107, 39.123401979167625 ], [ -110.11460773718777, 39.123258424042447 ], [ -110.11465623404581, 39.123173188430918 ], [ -110.11491629268244, 39.122729121599932 ], [ -110.11497255668762, 39.122485352177819 ], [ -110.11502828817004, 39.122099205721476 ], [ -110.11498994590374, 39.121927706630778 ], [ -110.11478743576771, 39.121471116086404 ], [ -110.11458425145082, 39.121068585731528 ], [ -110.11420203850702, 39.12018260892895 ], [ -110.11394339838621, 39.119590426029333 ], [ -110.11346809243386, 39.118288334154691 ], [ -110.11308378494292, 39.117110382583988 ], [ -110.11278513580989, 39.116481848658538 ], [ -110.11260437404857, 39.116138056475904 ], [ -110.1122387287444, 39.115779339694072 ], [ -110.11183669275489, 39.115555508820989 ], [ -110.11177341974545, 39.11552799385278 ], [ -110.11116898436156, 39.115302618283636 ], [ -110.11052395926633, 39.115085940832977 ], [ -110.10978799928927, 39.114742412045544 ], [ -110.10927814727874, 39.113895993024506 ], [ -110.10903612457049, 39.113367002532073 ], [ -110.10909214049845, 39.113052047158888 ], [ -110.10929255350977, 39.112751711579399 ], [ -110.10973640454758, 39.112408180232485 ], [ -110.10994061206092, 39.112265564247615 ], [ -110.11040038874798, 39.112034788907565 ], [ -110.11080750725876, 39.111852269263338 ], [ -110.11087734052627, 39.111817659171599 ], [ -110.11119787568734, 39.111621862384638 ], [ -110.1116185800399, 39.111278147258098 ], [ -110.11198848108688, 39.110834923007737 ], [ -110.11262281715034, 39.110056700719888 ], [ -110.11266877935348, 39.109988567257012 ], [ -110.11331859903233, 39.108988789121206 ], [ -110.11401068201903, 39.108214602513236 ], [ -110.11463133319495, 39.107602066581656 ], [ -110.11488930435189, 39.107320180011222 ], [ -110.11520644784814, 39.106930610335041 ], [ -110.11534989614997, 39.106557743736971 ], [ -110.11555745367146, 39.10614481396054 ], [ -110.11620239589146, 39.104973773313198 ], [ -110.11677455926018, 39.104072506667158 ], [ -110.11720199078304, 39.103183657598535 ], [ -110.1176456898985, 39.102380534199511 ], [ -110.11792002192476, 39.101711292304394 ], [ -110.11807012483055, 39.101266384447726 ], [ -110.11807281924834, 39.101050141318112 ], [ -110.1180700686844, 39.100806824049457 ], [ -110.11805592306521, 39.100549904097186 ], [ -110.11801522668328, 39.100103552667264 ], [ -110.11791082110533, 39.099201664571751 ], [ -110.11766923321487, 39.098172584342954 ], [ -110.11746941398951, 39.097040193318477 ], [ -110.11747227832623, 39.096810434863173 ], [ -110.11746936122702, 39.096580632634719 ], [ -110.11747329259713, 39.096265277864866 ], [ -110.11758741774588, 39.095922823098299 ], [ -110.11772902230258, 39.095695015695931 ], [ -110.11801028669505, 39.095395275727299 ], [ -110.11825017072597, 39.095168211112608 ], [ -110.11858395659432, 39.094922031762181 ], [ -110.11944942073578, 39.09450956054166 ], [ -110.12101367079811, 39.093322902401631 ], [ -110.12238051568853, 39.092665484653793 ], [ -110.12368755114528, 39.092167095814794 ], [ -110.12454637786173, 39.091912228870733 ], [ -110.12512665220939, 39.091740870160912 ], [ -110.12599123862364, 39.091486936832254 ], [ -110.12631726496629, 39.091303753834119 ], [ -110.12663744197606, 39.091125932695036 ], [ -110.12711448078799, 39.090886208157592 ], [ -110.12781702833364, 39.090643663328208 ], [ -110.12811302095859, 39.090551261679238 ], [ -110.12881535122285, 39.090325830070967 ], [ -110.13015839930759, 39.090088956295936 ], [ -110.13153795004476, 39.089891987322439 ], [ -110.13242330782269, 39.089826490735085 ], [ -110.13305408514967, 39.089777116710437 ], [ -110.13449060518025, 39.089553503305922 ], [ -110.13490258707964, 39.089430406804595 ], [ -110.13631255330814, 39.089012837206475 ], [ -110.13754589725659, 39.088855263331446 ], [ -110.13844918267866, 39.088740292958761 ], [ -110.1405120132312, 39.08835452784767 ], [ -110.14156232997698, 39.088032462718999 ], [ -110.14207931586235, 39.087829915797052 ], [ -110.14247530759829, 39.087593135993245 ], [ -110.14274562674467, 39.087231078910627 ], [ -110.14283773541375, 39.086785710938813 ], [ -110.14287792647019, 39.086330950192561 ], [ -110.14289521278003, 39.085857998992424 ], [ -110.14281995523029, 39.084911289081866 ], [ -110.14264016070616, 39.084481943850868 ], [ -110.1423829861901, 39.084236755042546 ], [ -110.14215945915069, 39.084077417890271 ], [ -110.14171808888149, 39.083862410840887 ], [ -110.14135506144557, 39.083670506626014 ], [ -110.14044804825795, 39.083145690153152 ], [ -110.13988148434569, 39.082672939149731 ], [ -110.13978502482398, 39.082523545742106 ], [ -110.13969440070348, 39.082369689798988 ], [ -110.13967897513467, 39.082211883150471 ], [ -110.13973466361232, 39.08191042488707 ], [ -110.13985850342617, 39.081613974857653 ], [ -110.14007812183115, 39.08123713190124 ], [ -110.14048831097658, 39.080780594249902 ], [ -110.14091446915805, 39.08043681053848 ], [ -110.14157909066535, 39.080067747996601 ], [ -110.14272184670374, 39.07916604199626 ], [ -110.14356866466642, 39.078451382840122 ], [ -110.14425237643802, 39.077839147275242 ], [ -110.14458444283582, 39.077625319173556 ], [ -110.1446734395759, 39.077531356236314 ], [ -110.14493613074488, 39.077222402389516 ], [ -110.14500913210316, 39.076921068208932 ], [ -110.14500782165774, 39.076550705267898 ], [ -110.14516183682431, 39.076241855030013 ], [ -110.14539710422092, 39.075905665906035 ], [ -110.14549202563907, 39.075703613346434 ], [ -110.14551023427499, 39.07563165852855 ], [ -110.14558491574377, 39.075190665199514 ], [ -110.14556489395137, 39.074933704054196 ], [ -110.14547060614515, 39.074604110398475 ], [ -110.14528755952375, 39.074445075726096 ], [ -110.14508679430877, 39.074317449477164 ], [ -110.14475343578926, 39.074160916240857 ], [ -110.14435026649886, 39.074041716144144 ], [ -110.14416565655398, 39.074012427125417 ], [ -110.1430824044796, 39.073730536058534 ], [ -110.14300748794523, 39.073711963416152 ], [ -110.1421601268394, 39.073521006471687 ], [ -110.14170098212772, 39.073251802263641 ], [ -110.141432674067, 39.072974990495538 ], [ -110.14107337083456, 39.072575858904159 ], [ -110.14083494836818, 39.072218166569691 ], [ -110.14033994159634, 39.071571130379184 ], [ -110.1398322038055, 39.071021317331365 ], [ -110.13979289688599, 39.070926411493879 ], [ -110.13964695536089, 39.070569398863647 ], [ -110.13963610785251, 39.070510747089699 ], [ -110.13960630057679, 39.070109536010605 ], [ -110.13967751936808, 39.069480189927063 ], [ -110.13975470191475, 39.068835568957283 ], [ -110.13984929858823, 39.06723230153802 ], [ -110.13983508272719, 39.065641747578596 ], [ -110.13945232345159, 39.063751109576614 ], [ -110.13923279314984, 39.062316732735589 ], [ -110.13901255981257, 39.060940921810797 ], [ -110.13908706707603, 39.060040366711362 ], [ -110.13925668662317, 39.059397328501774 ], [ -110.13959072152674, 39.058539237824768 ], [ -110.1397693198127, 39.058108024731304 ], [ -110.13989923007492, 39.057879201010117 ], [ -110.14051367119907, 39.056865481636692 ], [ -110.14115369150157, 39.055933046701114 ], [ -110.14169308170344, 39.054815140709714 ], [ -110.14222700369689, 39.053670158537358 ], [ -110.14305726006371, 39.051910093427125 ], [ -110.14368775688945, 39.050324271033396 ], [ -110.14426000170525, 39.049062415877515 ], [ -110.14502053624393, 39.047229734829706 ], [ -110.1454453904626, 39.046016353355441 ], [ -110.14591538893356, 39.045370998568892 ], [ -110.14664273230349, 39.043985012028266 ], [ -110.14716817784385, 39.043050801827668 ], [ -110.14740462246576, 39.04260648193182 ], [ -110.14808277023545, 39.041463425208057 ], [ -110.14845413884642, 39.040847976721878 ], [ -110.14869374947949, 39.040619943183437 ], [ -110.14908388143053, 39.040365974121094 ], [ -110.14915825763909, 39.040330472369661 ], [ -110.14945030899582, 39.04016139185272 ], [ -110.14959532439138, 39.040112888300911 ], [ -110.14982186335041, 39.040010912316561 ], [ -110.15016437008518, 39.039873736572233 ], [ -110.15123237390591, 39.03945799232153 ], [ -110.15217225348671, 39.039126912298549 ], [ -110.15307660334969, 39.038867655392409 ], [ -110.15396066075232, 39.038468572312937 ], [ -110.15488251241528, 39.038096789601624 ], [ -110.15502211891406, 39.038016701234966 ], [ -110.15578385072509, 39.037603201293443 ], [ -110.1562449215722, 39.037210049442969 ], [ -110.15650316388711, 39.036869495657811 ], [ -110.15667176342301, 39.036294004641348 ], [ -110.15678307704275, 39.035677549248106 ], [ -110.15680912790401, 39.03542993237771 ], [ -110.15686598824335, 39.035020338425454 ], [ -110.15678090059845, 39.034402463020761 ], [ -110.15661847270297, 39.033973261411347 ], [ -110.15624997422134, 39.033384874789704 ], [ -110.15573739689081, 39.032768410884842 ], [ -110.15534868722042, 39.032423174817978 ], [ -110.15513187265661, 39.03219632700123 ], [ -110.15474333005425, 39.031837573462617 ], [ -110.15442281670941, 39.031587445048984 ], [ -110.15428511242186, 39.031508951211421 ], [ -110.15382169239035, 39.031132530569373 ], [ -110.15347171376429, 39.030931746846711 ], [ -110.15320735697608, 39.030817189184127 ], [ -110.15309777245965, 39.030802876919914 ], [ -110.1525570793566, 39.03060971668436 ], [ -110.15187181538306, 39.030429920599623 ], [ -110.15054705328809, 39.030108496308301 ], [ -110.14955659913275, 39.029848968200405 ], [ -110.14817506158543, 39.029446904233545 ], [ -110.14697907412308, 39.028987608851104 ], [ -110.14641050775538, 39.028713116403679 ], [ -110.14585992418645, 39.028384686249815 ], [ -110.14424068598879, 39.027579840817047 ], [ -110.14258699354706, 39.026761203023888 ], [ -110.14195046077306, 39.026378055994876 ], [ -110.14153760632205, 39.026127212906708 ], [ -110.14075854778997, 39.025589821573163 ], [ -110.14071860913411, 39.025548977394976 ], [ -110.14024463327345, 39.025099435134614 ], [ -110.14018742294158, 39.025053957916512 ], [ -110.13993052329444, 39.024804258588397 ], [ -110.13990862204125, 39.024704974933798 ], [ -110.13981790540554, 39.024564633854119 ], [ -110.13973372915838, 39.024361263190386 ], [ -110.13969919790318, 39.023874408736781 ], [ -110.13974306651737, 39.023590882376915 ], [ -110.13977870226411, 39.023510045207011 ], [ -110.13995709811303, 39.023087838556258 ], [ -110.14014496872926, 39.022836912514443 ], [ -110.14049051972424, 39.02244297034845 ], [ -110.14103019758679, 39.021757595661761 ], [ -110.14138380244319, 39.02117447668693 ], [ -110.1415532364764, 39.020918906994098 ], [ -110.14229815053137, 39.020071935187453 ], [ -110.14271743655939, 39.019787562764328 ], [ -110.14286916884782, 39.019658016592253 ], [ -110.14370148561919, 39.019127967913896 ], [ -110.14394533412705, 39.019022525374417 ], [ -110.14495553430638, 39.018587488523863 ], [ -110.14582003403372, 39.018260410593761 ], [ -110.14620297628193, 39.01811453056709 ], [ -110.14717838078761, 39.017689131846652 ], [ -110.1477121705429, 39.017485777252347 ], [ -110.14837770112354, 39.017373493254944 ], [ -110.14913444156288, 39.017360993109143 ], [ -110.14997732127975, 39.017389665809553 ], [ -110.15157807321258, 39.017311207865987 ], [ -110.15233621139545, 39.017181552498755 ], [ -110.15271913478347, 39.017035650839418 ], [ -110.15298105115058, 39.016866341536726 ], [ -110.15319131416605, 39.016669623313156 ], [ -110.15338505708354, 39.016405201365679 ], [ -110.15349443109037, 39.015950933236731 ], [ -110.15358771440592, 39.01539292025624 ], [ -110.15358961988099, 39.014748638457952 ], [ -110.15357294001701, 39.01469445066499 ], [ -110.15357957413222, 39.014622409774653 ], [ -110.15356289430385, 39.014568221979502 ], [ -110.15355030716384, 39.014170739874935 ], [ -110.15317621314462, 39.01357779590672 ], [ -110.15308504326133, 39.013474407179586 ], [ -110.15269860103572, 39.012948955470421 ], [ -110.15164175772644, 39.01198158923048 ], [ -110.1509792346738, 39.011364012415434 ], [ -110.15026545382688, 39.010687486109063 ], [ -110.14929146084349, 39.010040597138612 ], [ -110.1481880182297, 39.00959550540918 ], [ -110.14708285807623, 39.009294568836239 ], [ -110.14620035977879, 39.00920701324246 ], [ -110.14565109409644, 39.00926156440476 ], [ -110.14504321643759, 39.00938777250331 ], [ -110.14428531215283, 39.009503865923477 ], [ -110.14371801359587, 39.009616848042313 ], [ -110.14303668301916, 39.009608240637036 ], [ -110.14246541358749, 39.009571602716996 ], [ -110.14180163545289, 39.009544193748027 ], [ -110.14129436447895, 39.009468371906252 ], [ -110.14112136309073, 39.009448174982303 ], [ -110.14056914205169, 39.009269292167637 ], [ -110.14018504427153, 39.009036678082857 ], [ -110.14000735022896, 39.008927234735616 ], [ -110.13996148323088, 39.0088998632149 ], [ -110.13984120530881, 39.008817876272218 ], [ -110.13967032362569, 39.008622876900866 ], [ -110.13962527567935, 39.00852792780853 ], [ -110.13947721931075, 39.008355624311733 ], [ -110.13941000293428, 39.00818391699746 ], [ -110.139302312734, 39.008016416607042 ], [ -110.1392132016019, 39.007745425189128 ], [ -110.1389550171138, 39.007130762911245 ], [ -110.13861311454494, 39.006753375817219 ], [ -110.13829489134791, 39.006328403610546 ], [ -110.13805371380899, 39.005740898261678 ], [ -110.13796563815309, 39.005385208802785 ], [ -110.13794747441909, 39.004978672404754 ], [ -110.13792886246158, 39.004609078321522 ], [ -110.13794809809394, 39.004451525581153 ], [ -110.13796363750656, 39.004122733930686 ], [ -110.14284665469914, 39.000950746203827 ], [ -110.14538689991249, 39.00098289844729 ], [ -110.14977814109841, 39.002190036089061 ], [ -110.14992851772631, 39.002169505134859 ], [ -110.15011360151408, 39.00214382013786 ], [ -110.150252117847, 39.002149334687644 ], [ -110.15025244121806, 39.002122303606228 ], [ -110.15017806915924, 38.997237718990888 ], [ -110.14781110034966, 38.997211442935686 ], [ -110.14779650033165, 38.996021864132814 ], [ -110.14325025853258, 38.99525415952747 ], [ -110.14325956285732, 38.994961365385841 ], [ -110.14115796745091, 38.994481839802368 ], [ -110.14025404039509, 38.994272431447428 ], [ -110.1340087576348, 38.994221738048005 ], [ -110.1337863325036, 39.001478563325968 ], [ -110.12464566779883, 39.001486933143426 ], [ -110.12443198658826, 39.001489835251121 ], [ -110.09638080588205, 39.001500318292365 ], [ -110.09628216507926, 38.993367914704137 ], [ -110.09632266784057, 38.986097141955774 ], [ -110.07844412660533, 38.986078051924672 ], [ -110.05974025743129, 38.986045969292888 ], [ -110.05973756463595, 38.993317919497322 ], [ -110.04116925396914, 38.993283943389606 ], [ -110.0411852279308, 38.978749149500814 ], [ -110.02258226747028, 38.978743485467 ], [ -110.02260133460051, 38.964339362999496 ], [ -110.00416808218091, 38.964354728519112 ], [ -110.00417801265988, 38.950040624841556 ], [ -110.02264217230557, 38.950025499760535 ], [ -110.04125620609506, 38.950022200752116 ], [ -110.04124611177092, 38.957195002583234 ], [ -110.05051347714291, 38.957208592474885 ], [ -110.05049854183719, 38.964380450072539 ], [ -110.05976571793386, 38.964392406456028 ], [ -110.06909863748974, 38.96440865678791 ], [ -110.06908916743264, 38.978799387664694 ], [ -110.0784457526325, 38.97882860378283 ], [ -110.09636317073, 38.978824558069306 ], [ -110.09638915455785, 38.979505101344472 ], [ -110.1056997682259, 38.97952727038917 ], [ -110.10568226458, 38.983212698437079 ], [ -110.11499904098208, 38.98324318566808 ], [ -110.11964536304383, 38.9833008622318 ], [ -110.1197783614973, 38.979553222360224 ], [ -110.13389778448779, 38.979546239334667 ], [ -110.13408831204342, 38.979543147794338 ], [ -110.1478313467334, 38.979635313187636 ], [ -110.14782778903202, 38.979450558043901 ], [ -110.14785217276996, 38.979342601973435 ], [ -110.14802166369883, 38.979168121638573 ], [ -110.14819697964928, 38.97898917798188 ], [ -110.1483882610831, 38.978922990323866 ], [ -110.14873036592709, 38.97879482450108 ], [ -110.14904911251695, 38.978689015277837 ], [ -110.14932173732515, 38.97857836335529 ], [ -110.14942643905171, 38.978511542758405 ], [ -110.14948464252504, 38.97847141669758 ], [ -110.14965369627525, 38.978332975481351 ], [ -110.14978861416853, 38.978152833860541 ], [ -110.14986541475379, 38.978005610043489 ], [ -110.1500603545495, 38.977633066069636 ], [ -110.15018997220132, 38.977413236142688 ], [ -110.15032595304335, 38.977143890886133 ], [ -110.15040922299141, 38.976938141090201 ], [ -110.15050119252271, 38.97648735034533 ], [ -110.15053980581607, 38.97615421760846 ], [ -110.15053855563055, 38.975775738722469 ], [ -110.15046156422031, 38.975456182242226 ], [ -110.15031104200466, 38.975107254498504 ], [ -110.1502209349174, 38.9748227459554 ], [ -110.15006968092841, 38.974438668912988 ], [ -110.14991529632393, 38.973833794740933 ], [ -110.14981485762875, 38.973544704975787 ], [ -110.14973205720395, 38.973228710068575 ], [ -110.14967687527448, 38.97301654502558 ], [ -110.14960534937282, 38.972723160135963 ], [ -110.14951095419988, 38.972411586132928 ], [ -110.14941046516712, 38.972127001193179 ], [ -110.14924654655205, 38.971837448139539 ], [ -110.14883521949676, 38.971483012150223 ], [ -110.14833802940866, 38.9710693753347 ], [ -110.14806349304766, 38.970860113945982 ], [ -110.14771570377509, 38.970502533369505 ], [ -110.14745903584826, 38.970247443975516 ], [ -110.14692920047746, 38.969765978684123 ], [ -110.14671074362782, 38.969597674417159 ], [ -110.14635612544581, 38.969329250642986 ], [ -110.14582983897107, 38.968937918238922 ], [ -110.14542763424707, 38.968691671294678 ], [ -110.14491221208787, 38.968453604607227 ], [ -110.14461499123138, 38.968212629687564 ], [ -110.14450637200363, 38.968126227104271 ], [ -110.14402507936961, 38.967834339535251 ], [ -110.14378465149456, 38.967670374220262 ], [ -110.14335535752727, 38.967374359803173 ], [ -110.14282251671553, 38.967050549675257 ], [ -110.1425080504967, 38.966804937109686 ], [ -110.14213609523682, 38.966540878702453 ], [ -110.14197614179835, 38.966404534804497 ], [ -110.14182673955285, 38.966254751485565 ], [ -110.14147314753249, 38.965999837196918 ], [ -110.14106755492226, 38.965654427142489 ], [ -110.14098186378061, 38.965581706823997 ], [ -110.14061639899766, 38.965259118563871 ], [ -110.14047970847386, 38.965204044688491 ], [ -110.14021990553644, 38.965116524488657 ], [ -110.13992102571682, 38.965015198920938 ], [ -110.13964005837585, 38.964864443069153 ], [ -110.13955409714458, 38.96481424770267 ], [ -110.13914155943769, 38.964662520474029 ], [ -110.13864761692429, 38.964370517415084 ], [ -110.13831527560171, 38.964173422068939 ], [ -110.13802248223355, 38.963951386546348 ], [ -110.1377205341612, 38.963722974806572 ], [ -110.13740010024915, 38.963496227884178 ], [ -110.13727549664713, 38.963301566037117 ], [ -110.13700690276841, 38.963083311337002 ], [ -110.13692143754021, 38.962992567307751 ], [ -110.13668900016546, 38.962648422491817 ], [ -110.13657290474244, 38.962228542844834 ], [ -110.13638102887161, 38.961871180682238 ], [ -110.13633710236586, 38.961591508408922 ], [ -110.13631687036529, 38.961451685074387 ], [ -110.13633048978268, 38.961280573061103 ], [ -110.13634251746687, 38.96114549406434 ], [ -110.13653160008438, 38.960781939591044 ], [ -110.13673827112925, 38.960490604503221 ], [ -110.13685031312662, 38.960293186796456 ], [ -110.13700444102618, 38.959956406557609 ], [ -110.13726095743085, 38.959742034303275 ], [ -110.13751142890656, 38.959550144805689 ], [ -110.13773865414737, 38.959371599811746 ], [ -110.1380067613179, 38.959152805915423 ], [ -110.13824597201393, 38.958937402497718 ], [ -110.138683201313, 38.958572071946534 ], [ -110.13919027875114, 38.958156792182713 ], [ -110.13980714631681, 38.957728802635593 ], [ -110.14037588599524, 38.957462657027705 ], [ -110.14043385932275, 38.957440556014234 ], [ -110.14103667103282, 38.957219714146035 ], [ -110.14168585710097, 38.956981187794398 ], [ -110.14238081921654, 38.956774533439955 ], [ -110.14324304367413, 38.956574509678305 ], [ -110.14386822576593, 38.956411489064401 ], [ -110.14459143047367, 38.956254590324143 ], [ -110.14524483983814, 38.956143133107467 ], [ -110.14593947011369, 38.95596258754415 ], [ -110.14636138311677, 38.955907101482921 ], [ -110.1472524470919, 38.955706357799485 ], [ -110.14784249647299, 38.955584510677539 ], [ -110.14835726468489, 38.955484639272747 ], [ -110.14882614127842, 38.955361902857931 ], [ -110.14935373916654, 38.955153986017045 ], [ -110.14979470777986, 38.95485532354202 ], [ -110.15009341036895, 38.954582657072471 ], [ -110.15051999164298, 38.954135201924956 ], [ -110.15086616629594, 38.953655620906687 ], [ -110.15105531576829, 38.953278525726816 ], [ -110.15128458287354, 38.952924250006632 ], [ -110.15153802684912, 38.952574655182858 ], [ -110.15158965998607, 38.952502940768987 ], [ -110.15184787779414, 38.952139863105685 ], [ -110.15210851932092, 38.951573148808876 ], [ -110.15217379981419, 38.951421333379031 ], [ -110.15237538773448, 38.950967730819997 ], [ -110.15247016967032, 38.950761160990162 ], [ -110.15246431805315, 38.950283523580055 ], [ -110.15209157939563, 38.949604974296705 ], [ -110.15168272742467, 38.949052318464709 ], [ -110.15132150843029, 38.948860456631536 ], [ -110.1509843902526, 38.94858316234788 ], [ -110.15018199839287, 38.948131266899047 ], [ -110.14988376678066, 38.947980409755175 ], [ -110.14977457946445, 38.947943569491329 ], [ -110.14854991026661, 38.947583203767934 ], [ -110.14776220978138, 38.947352173957889 ], [ -110.14751510086414, 38.947269268264364 ], [ -110.1471188007019, 38.947117687725211 ], [ -110.14637699414232, 38.946909512012894 ], [ -110.14592300588822, 38.946757505485841 ], [ -110.1447390696808, 38.946275746347617 ], [ -110.14436739087597, 38.946092797606099 ], [ -110.1440863253591, 38.945955568360446 ], [ -110.14356964620586, 38.945740014348466 ], [ -110.14306461700217, 38.945515532361739 ], [ -110.14223341079541, 38.9450678764088 ], [ -110.14160238332093, 38.944766767729305 ], [ -110.14113024082948, 38.944591179882977 ], [ -110.14078704484373, 38.94443996864792 ], [ -110.14025150079007, 38.943877328794969 ], [ -110.1398928978852, 38.943473687028323 ], [ -110.13947889700472, 38.942880399900766 ], [ -110.13921810235567, 38.942500005176655 ], [ -110.13893510692161, 38.942047356228571 ], [ -110.13866882189754, 38.941644391664404 ], [ -110.1385335866408, 38.941377562272848 ], [ -110.13827487479745, 38.940825967344963 ], [ -110.13799776969373, 38.94036434830128 ], [ -110.13782434086964, 38.939917011304665 ], [ -110.13749956461598, 38.939581196166664 ], [ -110.13706895533036, 38.938933710133718 ], [ -110.13684258071308, 38.938571586894518 ], [ -110.13660390001388, 38.938177832849945 ], [ -110.13643054583549, 38.937820606587273 ], [ -110.13638575298224, 38.937708535847328 ], [ -110.13630828399921, 38.937436724417012 ], [ -110.13620805875016, 38.937138611933719 ], [ -110.13610119123439, 38.936912540089992 ], [ -110.13603487301032, 38.936767869429254 ], [ -110.13584833699987, 38.936356477243251 ], [ -110.13566230048339, 38.935999155868963 ], [ -110.13549912036638, 38.935660025948557 ], [ -110.13532957164023, 38.935370410425186 ], [ -110.13513221159526, 38.934995882928334 ], [ -110.13503777374429, 38.934696911108823 ], [ -110.13475510490375, 38.934127107950559 ], [ -110.13465571571632, 38.933856033933964 ], [ -110.1346392324099, 38.933788327423571 ], [ -110.13458439778283, 38.933553628606042 ], [ -110.13447011142212, 38.932989578589577 ], [ -110.13441449331947, 38.932344862297754 ], [ -110.13440366910527, 38.932286208947772 ], [ -110.13434465651555, 38.931920815947969 ], [ -110.13432987171321, 38.931713447686782 ], [ -110.13433244576537, 38.931501702532664 ], [ -110.13438956386187, 38.931168710058373 ], [ -110.13460571258058, 38.930850413537854 ], [ -110.13493815255245, 38.930551000972955 ], [ -110.13503730173363, 38.930461623257351 ], [ -110.13525834273923, 38.930310069791432 ], [ -110.13556018288583, 38.93005999057393 ], [ -110.13582906481687, 38.929863734049391 ], [ -110.13605674461412, 38.92964013820491 ], [ -110.13637301662294, 38.929245983665751 ], [ -110.13657261837074, 38.928959100289191 ], [ -110.13660875447668, 38.928833210082345 ], [ -110.13666443295642, 38.92852273377202 ], [ -110.13659979669394, 38.928144684303682 ], [ -110.13647559404232, 38.92792208878862 ], [ -110.13637292237674, 38.927826711078282 ], [ -110.13606991162303, 38.927603693199572 ], [ -110.1358813816461, 38.92745361206957 ], [ -110.13578008365232, 38.927340221501751 ], [ -110.1356765882623, 38.927217803322897 ], [ -110.13556347698155, 38.927032235078492 ], [ -110.13546244840254, 38.926801699948236 ], [ -110.1353850377958, 38.926526283399923 ], [ -110.13545225476332, 38.926215893025542 ], [ -110.1357567607719, 38.925839675247154 ], [ -110.13613585878433, 38.925495548064958 ], [ -110.13645574883108, 38.925277139203502 ], [ -110.13676251164652, 38.925094677395983 ], [ -110.13737900200913, 38.924770323888573 ], [ -110.1378082374499, 38.924571642885411 ], [ -110.13808111745553, 38.92442407120307 ], [ -110.13822040804786, 38.924353009541292 ], [ -110.13844071478547, 38.924260017544043 ], [ -110.13890983682163, 38.924101276364162 ], [ -110.13956841025038, 38.92401601994149 ], [ -110.14029586471928, 38.923958300880422 ], [ -110.14083843530088, 38.92392625045045 ], [ -110.14124215335785, 38.923929221136198 ], [ -110.14233306034494, 38.92386515131102 ], [ -110.14289441040383, 38.923806195510345 ], [ -110.14351613552338, 38.923810758824821 ], [ -110.14404527420793, 38.923936291991787 ], [ -110.14442174201911, 38.923903006817525 ], [ -110.14496342759438, 38.92384840256144 ], [ -110.14564360265997, 38.92388492207477 ], [ -110.14631197370748, 38.923943879457795 ], [ -110.14654202236146, 38.923999629184436 ], [ -110.14735916183874, 38.924158792040906 ], [ -110.1478938620517, 38.924302370935763 ], [ -110.1487616769535, 38.924565523408212 ], [ -110.14896278461197, 38.924630068588108 ], [ -110.14906611467285, 38.924671372548318 ], [ -110.14921416211104, 38.924735530496434 ], [ -110.14942752874384, 38.924836209273039 ], [ -110.14984747987519, 38.92492938111787 ], [ -110.15038337332838, 38.924973833434642 ], [ -110.15064274965368, 38.92498923786539 ], [ -110.15135652428202, 38.925111575597739 ], [ -110.15187031571907, 38.925074759043788 ], [ -110.15239116086066, 38.92492985628197 ], [ -110.15300379086067, 38.924827069012998 ], [ -110.15323498326997, 38.924787294469816 ], [ -110.15347743197832, 38.92477103038371 ], [ -110.15384570561113, 38.924844889440195 ], [ -110.15439835821171, 38.924935402258818 ], [ -110.15463428042844, 38.924983068472216 ], [ -110.15488170591817, 38.925033520870748 ], [ -110.15567051993629, 38.925151869861978 ], [ -110.15633255768095, 38.925260286074703 ], [ -110.15729248417045, 38.925542063459801 ], [ -110.15797282459729, 38.925664119411174 ], [ -110.15841456006338, 38.925770033386435 ], [ -110.15871366518502, 38.925840675035239 ], [ -110.15934623821329, 38.926002929419582 ], [ -110.15985298959868, 38.926074162225248 ], [ -110.16047456319521, 38.926191275011483 ], [ -110.16125800373192, 38.926278008224763 ], [ -110.16173004731746, 38.926357994769454 ], [ -110.16263392316942, 38.926504156794131 ], [ -110.16332057936434, 38.926581170596613 ], [ -110.16391836232607, 38.926662049481145 ], [ -110.16435098944478, 38.926660641715308 ], [ -110.1649269100354, 38.926736853297399 ], [ -110.16610330272458, 38.9267632855952 ], [ -110.16673769354253, 38.926772321423883 ], [ -110.16731446054459, 38.926776437133768 ], [ -110.16807584579112, 38.926777360248877 ], [ -110.16854354266368, 38.926736537292868 ], [ -110.16936818286902, 38.926754122796766 ], [ -110.16991526113176, 38.926831005673584 ], [ -110.1704277974749, 38.926902233754269 ], [ -110.17095218491626, 38.926946509947953 ], [ -110.17149980104894, 38.926977431751105 ], [ -110.17196666995565, 38.927007778233161 ], [ -110.17249687929797, 38.92704758315471 ], [ -110.17279700902192, 38.927031687838358 ], [ -110.17330461889814, 38.927030778224051 ], [ -110.1734553633529, 38.926964261175584 ], [ -110.17384399379515, 38.926777775631209 ], [ -110.17408208823804, 38.926639785773233 ], [ -110.17445367342239, 38.926430649392856 ], [ -110.17469936029313, 38.926135014684242 ], [ -110.17517086868597, 38.925764379484555 ], [ -110.17557316132222, 38.925393253520717 ], [ -110.17595882471065, 38.924963435455695 ], [ -110.17635150121777, 38.924425530239667 ], [ -110.17674106780775, 38.923756938180439 ], [ -110.17694069238894, 38.923352838355576 ], [ -110.1771435602553, 38.922767634311491 ], [ -110.17729917273063, 38.922278517512346 ], [ -110.17740205549674, 38.921860218016263 ], [ -110.17766179701734, 38.921343899386684 ], [ -110.17792002701584, 38.920958233066443 ], [ -110.17799058521503, 38.920841583261065 ], [ -110.1782616970751, 38.920338860166595 ], [ -110.17841013672766, 38.919970442349587 ], [ -110.17854200076745, 38.919538828686171 ], [ -110.17857431663251, 38.919237178042977 ], [ -110.17854303878694, 38.918948596827299 ], [ -110.17849627830171, 38.918502209134346 ], [ -110.17845512948209, 38.918069377813339 ], [ -110.1784137733061, 38.917654567563446 ], [ -110.17841273402034, 38.91724454666376 ], [ -110.17832612669342, 38.916752821900296 ], [ -110.17809945342351, 38.916404291625803 ], [ -110.17790868279313, 38.915943372612659 ], [ -110.17762459688338, 38.915472784655336 ], [ -110.17752953528867, 38.915314417381794 ], [ -110.17722333271047, 38.914861695180306 ], [ -110.17690627716259, 38.914350322242299 ], [ -110.17654278063867, 38.913865654725349 ], [ -110.1763685973972, 38.913467929110723 ], [ -110.17623010923228, 38.91297583651675 ], [ -110.17614185488924, 38.912628278937454 ], [ -110.1761022410645, 38.9121639177283 ], [ -110.17621507817303, 38.911781733968596 ], [ -110.17638584654048, 38.911476554793907 ], [ -110.17666046105721, 38.911167602117636 ], [ -110.17687574402768, 38.911002411209672 ], [ -110.17724142039249, 38.910797729049442 ], [ -110.17775811203607, 38.910499490805449 ], [ -110.17802024878789, 38.910271548645653 ], [ -110.17807275907319, 38.910218751686408 ], [ -110.17836513822651, 38.909868467979365 ], [ -110.17855282809172, 38.909594944120677 ], [ -110.17861147763109, 38.909509749427428 ], [ -110.1788169315943, 38.909195799249801 ], [ -110.17886981422573, 38.909110563854668 ], [ -110.17892877440377, 38.908998337275037 ], [ -110.17907038185172, 38.908719982774173 ], [ -110.17920658517041, 38.908410050534812 ], [ -110.17928522927804, 38.908090702196972 ], [ -110.17925457521434, 38.907748057207478 ], [ -110.17918802757949, 38.907517801131739 ], [ -110.17900735175652, 38.907183112510452 ], [ -110.17875125143904, 38.906888443927869 ], [ -110.17840726024978, 38.906714808902215 ], [ -110.17806882898076, 38.906559234614896 ], [ -110.17768946518997, 38.906452933222667 ], [ -110.1773098425432, 38.906369157035549 ], [ -110.17680455458928, 38.906181764757036 ], [ -110.17663231308647, 38.906116569902764 ], [ -110.17598991262216, 38.905918294611979 ], [ -110.1758393540683, 38.905873076493386 ], [ -110.17540286917657, 38.90572040679006 ], [ -110.17476566233957, 38.905472599285694 ], [ -110.17416871713952, 38.905234084411227 ], [ -110.17342851620245, 38.904917956266431 ], [ -110.17287251650947, 38.904630162481531 ], [ -110.17249432163588, 38.904424728172458 ], [ -110.17236816300705, 38.904364359307465 ], [ -110.17177164357271, 38.904090691126584 ], [ -110.17120428261742, 38.903789291851936 ], [ -110.17066753757575, 38.903334915116808 ], [ -110.17017084487981, 38.902907854506125 ], [ -110.16978228989198, 38.902603213415361 ], [ -110.1692557816237, 38.902261544288066 ], [ -110.16891278162767, 38.902006786617704 ], [ -110.16853524274825, 38.901747276318538 ], [ -110.16791675983998, 38.901382417843898 ], [ -110.16708769374809, 38.900781760010247 ], [ -110.1666481162992, 38.90040465401156 ], [ -110.16616918614132, 38.899941657883765 ], [ -110.16562721122135, 38.899446669674838 ], [ -110.16510841099156, 38.898942833347832 ], [ -110.16472184163794, 38.898472381479259 ], [ -110.16427981026997, 38.897814997214496 ], [ -110.16405516633799, 38.897304249979399 ], [ -110.16379530007916, 38.896847317897155 ], [ -110.16366639866581, 38.896530998728366 ], [ -110.1636270990919, 38.896440604096867 ], [ -110.16332935652474, 38.895772534884777 ], [ -110.16312647471523, 38.895373681970057 ], [ -110.1627917809316, 38.894907199888287 ], [ -110.1624446088628, 38.894521729148515 ], [ -110.16222236546643, 38.894299357495534 ], [ -110.16207416867542, 38.894154113014082 ], [ -110.16176037597897, 38.893872509888148 ], [ -110.16118494757112, 38.893287147517412 ], [ -110.16078199851667, 38.892743573037968 ], [ -110.16048082150684, 38.892272819470165 ], [ -110.16008637870777, 38.891693258429562 ], [ -110.15981382223451, 38.891240731604725 ], [ -110.15966199538671, 38.890915231538848 ], [ -110.15962265078967, 38.890829340841137 ], [ -110.15937595852026, 38.890237323651263 ], [ -110.15929232696324, 38.889506804597488 ], [ -110.15930457067714, 38.888957202169507 ], [ -110.15936862669938, 38.888511602922762 ], [ -110.15940492851797, 38.888268558564334 ], [ -110.15950871278483, 38.887778188566344 ], [ -110.15971721132294, 38.887207470118298 ], [ -110.15988445344689, 38.886713050666941 ], [ -110.16007502658397, 38.886195369305646 ], [ -110.16030047991531, 38.885652706699652 ], [ -110.16051991095125, 38.885131627486039 ], [ -110.16072834030136, 38.884565412083475 ], [ -110.16084390305372, 38.884052596870013 ], [ -110.16097659759987, 38.883553421586392 ], [ -110.16103308493719, 38.883161834564937 ], [ -110.16104524903004, 38.883107853974664 ], [ -110.16116063743119, 38.882609455182468 ], [ -110.16127709412912, 38.882020049439504 ], [ -110.16130164396769, 38.881893165975093 ], [ -110.16139398308985, 38.881393700149815 ], [ -110.16147309841762, 38.881038320599785 ], [ -110.16149747809011, 38.880925853984152 ], [ -110.16155955323343, 38.880646948330607 ], [ -110.1615888614399, 38.88050748306911 ], [ -110.16165618224736, 38.880174546989899 ], [ -110.1617308543412, 38.879706493575256 ], [ -110.16177568886026, 38.87942295830733 ], [ -110.16181605284521, 38.878833005433222 ], [ -110.16174192355042, 38.878273770334708 ], [ -110.16168809750943, 38.877948975725268 ], [ -110.16167784053832, 38.877840766017911 ], [ -110.1616549509219, 38.877335966659636 ], [ -110.16162502745361, 38.876939252847002 ], [ -110.16161303032268, 38.876488599656909 ], [ -110.16156454612171, 38.876199888619944 ], [ -110.16144245982876, 38.875798007261018 ], [ -110.16128436402582, 38.875517520256665 ], [ -110.16109142365066, 38.875259311072085 ], [ -110.16093253573345, 38.875046402960834 ], [ -110.16084233343916, 38.874874539273016 ], [ -110.16077507939933, 38.874711851778272 ], [ -110.16072585782332, 38.874486214434413 ], [ -110.16066489774721, 38.874278515381029 ], [ -110.16065718641499, 38.87395405154993 ], [ -110.16062562676379, 38.873697001375241 ], [ -110.16063292694602, 38.873566389340375 ], [ -110.1606401741045, 38.873440282593769 ], [ -110.1606437775815, 38.873133922735654 ], [ -110.16072161505777, 38.872886670154507 ], [ -110.1607833277366, 38.872540176813906 ], [ -110.16086360095672, 38.872085680618028 ], [ -110.16089421826696, 38.87193270770662 ], [ -110.16096179833646, 38.871577245020532 ], [ -110.16100473605734, 38.871356775468087 ], [ -110.16107178537112, 38.871046365613878 ], [ -110.16110360733688, 38.870888895596572 ], [ -110.1611391518143, 38.870708923930806 ], [ -110.16118282975707, 38.870425380140908 ], [ -110.16123760990672, 38.870177961464307 ], [ -110.16126748427054, 38.870088062520814 ], [ -110.16138078380528, 38.869765368687304 ], [ -110.16160428897506, 38.869383089905213 ], [ -110.16169363321255, 38.869235043978307 ], [ -110.16186880986426, 38.868943432376454 ], [ -110.1620564520093, 38.868669932643357 ], [ -110.16222637023303, 38.868433251994773 ], [ -110.1622615930543, 38.868378535412674 ], [ -110.16242639198244, 38.868086848469723 ], [ -110.16255687648311, 38.867772386823994 ], [ -110.16263507115889, 38.867493595512556 ], [ -110.16268513803874, 38.867156028650165 ], [ -110.16272949444867, 38.866813915126222 ], [ -110.16275582219474, 38.866534751814541 ], [ -110.16282809335826, 38.866269434876926 ], [ -110.1628549488679, 38.865945218508251 ], [ -110.16288138141492, 38.865657044517071 ], [ -110.16288434024351, 38.865404747682611 ], [ -110.16285844335634, 38.865155848539615 ], [ -110.16278668840813, 38.864885894513449 ], [ -110.16277235957065, 38.864633473716601 ], [ -110.16258234938452, 38.864127475210481 ], [ -110.16246381923102, 38.863914858244613 ], [ -110.16231642408609, 38.863706539794556 ], [ -110.16209427532709, 38.863484167801218 ], [ -110.16178015043802, 38.863143987568904 ], [ -110.16141463060687, 38.862862011307712 ], [ -110.16104894249682, 38.862692674718581 ], [ -110.16064219015327, 38.862486996412429 ], [ -110.16032113497728, 38.862345012406593 ], [ -110.15969012909525, 38.862097167100465 ], [ -110.15930510738812, 38.862004282528474 ], [ -110.15902402245594, 38.861894122450757 ], [ -110.15850657364346, 38.861791270217729 ], [ -110.15807497783078, 38.861738597135464 ], [ -110.15755038689385, 38.861752836888449 ], [ -110.15723863229796, 38.861800150111712 ], [ -110.15681230275062, 38.861887186468394 ], [ -110.15648146859159, 38.861988428077098 ], [ -110.15597870019778, 38.862106449021496 ], [ -110.15567217266825, 38.862198852626321 ], [ -110.15530188436141, 38.862322334029137 ], [ -110.1551862623093, 38.862353037458476 ], [ -110.15504759037259, 38.862383574009314 ], [ -110.15463802988019, 38.862416655561674 ], [ -110.15425782571033, 38.862403990339409 ], [ -110.15373327215981, 38.862414608646475 ], [ -110.15320808789343, 38.862478387038699 ], [ -110.15267111044372, 38.862564605896551 ], [ -110.15220781316889, 38.862754987783426 ], [ -110.1518079008066, 38.862945828183179 ], [ -110.15140238448829, 38.863123109444089 ], [ -110.15111244863355, 38.863273294260793 ], [ -110.15065920971207, 38.863586297493804 ], [ -110.15036253194029, 38.863818434722852 ], [ -110.15030437011697, 38.863863068344919 ], [ -110.14961837713724, 38.864362711093641 ], [ -110.14951955412781, 38.86443408229281 ], [ -110.14921145127876, 38.864657121978937 ], [ -110.14895668506963, 38.864853515469484 ], [ -110.14882757264601, 38.864951699397828 ], [ -110.14841434001751, 38.865291118242581 ], [ -110.14831470818986, 38.86543006764046 ], [ -110.14826790786969, 38.865488300109817 ], [ -110.14819768036372, 38.865577901417716 ], [ -110.14798739644587, 38.865909787439051 ], [ -110.1478336700339, 38.866138455240836 ], [ -110.14761824286104, 38.866321615750962 ], [ -110.14736139885076, 38.866594586969121 ], [ -110.14708704913375, 38.866885452449495 ], [ -110.1467713341526, 38.867261622856489 ], [ -110.14662669231949, 38.867404747559988 ], [ -110.14629980311263, 38.867654676125575 ], [ -110.14597481890281, 38.867841538260578 ], [ -110.14562586463215, 38.86810482055931 ], [ -110.14521346176468, 38.868372143068868 ], [ -110.14488348327426, 38.868590505271264 ], [ -110.14473163064112, 38.868661484010133 ], [ -110.14435531131814, 38.868802908875075 ], [ -110.14393942412597, 38.868975582177185 ], [ -110.14353329634565, 38.869103268842551 ], [ -110.14304240514292, 38.869186176526568 ], [ -110.1425628439507, 38.869285385746892 ], [ -110.14219357972924, 38.869318719289176 ], [ -110.1418128433787, 38.869347461685983 ], [ -110.14149028942953, 38.869330672735792 ], [ -110.14116814767488, 38.869279642826299 ], [ -110.14064975052112, 38.869253300907374 ], [ -110.14008023610005, 38.869164402036965 ], [ -110.13973605435989, 38.869029400409147 ], [ -110.13951857190551, 38.868902540474487 ], [ -110.13926043452054, 38.868801513384916 ], [ -110.1389753967147, 38.868637207998837 ], [ -110.13877912005525, 38.868568175625732 ], [ -110.13868202030146, 38.868495368771967 ], [ -110.13847656749169, 38.868327143448646 ], [ -110.1382652439721, 38.868167885785319 ], [ -110.13796329338993, 38.867877294333418 ], [ -110.13773658875172, 38.867560223672179 ], [ -110.13756653436437, 38.867324673026125 ], [ -110.13741534843788, 38.866958597013074 ], [ -110.13733146581548, 38.866746210823948 ], [ -110.13719126316174, 38.866425272349652 ], [ -110.13704611604372, 38.866036712071548 ], [ -110.13694620035942, 38.865720576635383 ], [ -110.13682285351796, 38.865435807628003 ], [ -110.13669972559374, 38.865133017406663 ], [ -110.13655957242491, 38.864808473938375 ], [ -110.13645359271949, 38.864517524968605 ], [ -110.13630240730268, 38.864152348527519 ], [ -110.13617444798709, 38.863772925516585 ], [ -110.13615906857152, 38.863615113167512 ], [ -110.13614874296927, 38.863515911959603 ], [ -110.13613923519199, 38.863349131684721 ], [ -110.13613548993462, 38.863182394030062 ], [ -110.13613903369219, 38.862889551398951 ], [ -110.13617307957654, 38.862457258448011 ], [ -110.13620767012887, 38.86197991272941 ], [ -110.13623029938027, 38.861538523899732 ], [ -110.1362121482764, 38.861038259629851 ], [ -110.13623249549552, 38.86088071145641 ], [ -110.13623902091445, 38.860817680251607 ], [ -110.13625745244596, 38.860723197367712 ], [ -110.13632579732264, 38.860313686254436 ], [ -110.13644512943773, 38.859976642920117 ], [ -110.13652832058189, 38.859292395085767 ], [ -110.13657383177365, 38.858864692185357 ], [ -110.13665298885134, 38.858513834487518 ], [ -110.1368095031725, 38.85796079295055 ], [ -110.13690627087396, 38.857583031103388 ], [ -110.13701417145568, 38.857142271902362 ], [ -110.13711790569192, 38.856760055615879 ], [ -110.13730745974979, 38.856333416356385 ], [ -110.13761263034316, 38.855876090750741 ], [ -110.13793470182621, 38.855450428811174 ], [ -110.13825035516483, 38.855078786754909 ], [ -110.13856634216671, 38.854679211044918 ], [ -110.13889893724301, 38.85433562734331 ], [ -110.13901563936707, 38.854214834300592 ], [ -110.13926677295387, 38.853936431919927 ], [ -110.13933830423181, 38.853834229504464 ], [ -110.13937231955563, 38.853784917654636 ], [ -110.1397003497728, 38.85334127179253 ], [ -110.13989917758083, 38.853099429297153 ], [ -110.14028411263085, 38.852714774646401 ], [ -110.14046516378863, 38.85251335144617 ], [ -110.14058783874719, 38.852374577993579 ], [ -110.14063463648007, 38.852316348445854 ], [ -110.14082231446541, 38.852042882485364 ], [ -110.14086339355987, 38.851981006225962 ], [ -110.14110434346858, 38.851589882707941 ], [ -110.14128218866863, 38.851271286804284 ], [ -110.1415043612639, 38.85090795958596 ], [ -110.14167061061204, 38.8504991640988 ], [ -110.14176635649135, 38.850203393576969 ], [ -110.14187321299339, 38.849941947803316 ], [ -110.14192825938062, 38.849676516749327 ], [ -110.14203123649874, 38.849258244415751 ], [ -110.14223161398284, 38.848885744174133 ], [ -110.14244847269552, 38.848580048734298 ], [ -110.14268313255074, 38.848231228933443 ], [ -110.14296900352176, 38.847935951525962 ], [ -110.14332002895307, 38.847492463589973 ], [ -110.14351301273466, 38.84725507741382 ], [ -110.14375348894727, 38.846900891170513 ], [ -110.14395250080139, 38.84664101997852 ], [ -110.1441575962221, 38.846354158871939 ], [ -110.14439172220867, 38.84604858615171 ], [ -110.14463777837057, 38.845708857064068 ], [ -110.14489030514511, 38.845309699691299 ], [ -110.14519645738561, 38.844762246409729 ], [ -110.1453673536997, 38.844443592923035 ], [ -110.145550794275, 38.844039422795326 ], [ -110.14578172080721, 38.843518451649238 ], [ -110.14588326535824, 38.843217312876298 ], [ -110.14596898066779, 38.842794404567577 ], [ -110.14599617115167, 38.842447665052177 ], [ -110.14604091300214, 38.842078525364379 ], [ -110.14606137269384, 38.841812839056921 ], [ -110.14605857379773, 38.841565005469299 ], [ -110.14610293774943, 38.841227402791716 ], [ -110.14611327552797, 38.840844494400734 ], [ -110.14611198413482, 38.840470512359722 ], [ -110.14610401669556, 38.840173078295521 ], [ -110.1460660615483, 38.83997455026919 ], [ -110.14592506191568, 38.839721200486153 ], [ -110.14581162732871, 38.839571683087527 ], [ -110.14556747786312, 38.839272521551663 ], [ -110.14515062192967, 38.838963084290164 ], [ -110.14499078242424, 38.838840260635514 ], [ -110.14495083611291, 38.838808428363144 ], [ -110.14469355385545, 38.838644339708033 ], [ -110.14452181723669, 38.838552968161771 ], [ -110.14422459115664, 38.838357046059485 ], [ -110.14413866947342, 38.838315865277629 ], [ -110.14358852465897, 38.838073031174041 ], [ -110.14303897800391, 38.837780636223421 ], [ -110.14249541256768, 38.8374702598177 ], [ -110.14211836234335, 38.837206160901758 ], [ -110.14165412523963, 38.836910781395474 ], [ -110.1409395749927, 38.836544171697724 ], [ -110.14055096060818, 38.836284488371348 ], [ -110.14035097547078, 38.83614784589323 ], [ -110.1398136826286, 38.835796951915754 ], [ -110.13924759382628, 38.835445843278592 ], [ -110.13876063331018, 38.835221474831627 ], [ -110.13818716401842, 38.835005477532405 ], [ -110.13776824498935, 38.834871720862438 ], [ -110.1370380052561, 38.834758191647218 ], [ -110.13695176562477, 38.834744037415057 ], [ -110.13631966945633, 38.834613206017259 ], [ -110.13588332328918, 38.834491929695083 ], [ -110.13550905408856, 38.834477445605117 ], [ -110.135053793751, 38.834491197085413 ], [ -110.13415564457074, 38.834448497570889 ], [ -110.13343551513468, 38.834452168886379 ], [ -110.13287075697082, 38.834469605187756 ], [ -110.13244460348135, 38.834458330669037 ], [ -110.13208161491229, 38.834463744437763 ], [ -110.13171284425229, 38.834470916376333 ], [ -110.13096560292379, 38.834430215118118 ], [ -110.13053815554639, 38.834430638825097 ], [ -110.13019282045211, 38.834405539399 ], [ -110.1295824089768, 38.834387475423569 ], [ -110.12895460759397, 38.834378289974396 ], [ -110.12843735919728, 38.834278911049793 ], [ -110.12804730793259, 38.834141730417969 ], [ -110.12790977962672, 38.834082129712257 ], [ -110.12762248848817, 38.834021410471742 ], [ -110.12749044584869, 38.833984378713083 ], [ -110.12732395271766, 38.833938078048547 ], [ -110.12720913568897, 38.833905680354967 ], [ -110.12709996880642, 38.833882336159434 ], [ -110.12678343827412, 38.833857441910709 ], [ -110.12628757369305, 38.833894285296338 ], [ -110.12615498108813, 38.833902304857183 ], [ -110.12609161992464, 38.833901830846038 ], [ -110.12588409079996, 38.833913795141157 ], [ -110.12565225891595, 38.833934588547976 ], [ -110.12551029037225, 38.833861434707018 ], [ -110.12521225419269, 38.833737549391934 ], [ -110.12473536962118, 38.833635752957768 ], [ -110.12423024924504, 38.833487784815105 ], [ -110.12381708200081, 38.833357625888596 ], [ -110.12330005857099, 38.833241104304932 ], [ -110.12295013326593, 38.833121329473073 ], [ -110.12263964435455, 38.833073940903255 ], [ -110.12219673053779, 38.833021050761339 ], [ -110.12172601393699, 38.832886847420312 ], [ -110.12142267163237, 38.832726867013733 ], [ -110.1209541640757, 38.832413350575209 ], [ -110.12071414079139, 38.832257449361322 ], [ -110.12051487068433, 38.832066710080561 ], [ -110.12045810290502, 38.831998697252587 ], [ -110.12024310730766, 38.831681679665664 ], [ -110.12008449218366, 38.831464211656794 ], [ -110.11990898673335, 38.831215076314791 ], [ -110.11970729134812, 38.830753975696432 ], [ -110.11968010145995, 38.83062310564717 ], [ -110.11959725590751, 38.830334116815813 ], [ -110.11944651474668, 38.829945490839705 ], [ -110.11942021375155, 38.829742536290446 ], [ -110.11939385738529, 38.829544087007072 ], [ -110.11941917218594, 38.829359544319999 ], [ -110.1194379500465, 38.829238032086366 ], [ -110.11936895778261, 38.828759908229578 ], [ -110.11935827107455, 38.828692242224001 ], [ -110.11930909862592, 38.828475598097533 ], [ -110.11924785201956, 38.828303919873747 ], [ -110.119239386152, 38.828056042736016 ], [ -110.11929555275502, 38.827705021856239 ], [ -110.1193797950318, 38.827412786640267 ], [ -110.11948014975724, 38.827215292440535 ], [ -110.11962624730712, 38.827045177072925 ], [ -110.11991789669217, 38.826749097493135 ], [ -110.12025476570412, 38.826522745464622 ], [ -110.12039261802579, 38.826460703766131 ], [ -110.12045180839311, 38.826425103854412 ], [ -110.12064901681991, 38.826313946060729 ], [ -110.12073025923159, 38.826264994906545 ], [ -110.1211943965922, 38.825993639861082 ], [ -110.12150151953121, 38.825843657278746 ], [ -110.12176834726823, 38.825691568670813 ], [ -110.12219764388006, 38.825442476142698 ], [ -110.12251147302052, 38.82521504323136 ], [ -110.12279074387223, 38.824987349962292 ], [ -110.12321565483286, 38.82462557819369 ], [ -110.12349470017074, 38.824415904309362 ], [ -110.12369322383773, 38.824196614348701 ], [ -110.12375751516583, 38.824120499691048 ], [ -110.12388022767509, 38.82397723764231 ], [ -110.12405724646378, 38.823632527262141 ], [ -110.12420427508752, 38.823384914907841 ], [ -110.12437072149469, 38.822962626674936 ], [ -110.12452520613753, 38.8225762941413 ], [ -110.1245847841152, 38.822414535333152 ], [ -110.12467503315901, 38.822099812423119 ], [ -110.12471289764642, 38.821829753971784 ], [ -110.12470769011014, 38.821784657926806 ], [ -110.12468807355023, 38.821505157370012 ], [ -110.12466347029554, 38.821162539588116 ], [ -110.12460736896493, 38.821040465226346 ], [ -110.12441437467929, 38.82080922802249 ], [ -110.12415775635405, 38.820600042030193 ], [ -110.123741101935, 38.820290529715344 ], [ -110.12306386029974, 38.820096208398624 ], [ -110.12278793740448, 38.820052684380812 ], [ -110.12202319862507, 38.819948715215752 ], [ -110.12184472573529, 38.819942868078058 ], [ -110.12175258214526, 38.819942175403582 ], [ -110.12114224170223, 38.819928574026669 ], [ -110.1206303581734, 38.819870653590044 ], [ -110.11968787165884, 38.819795969831532 ], [ -110.11917461657058, 38.819756055498701 ], [ -110.11856341549398, 38.819719004511107 ], [ -110.11796053330785, 38.819661286905031 ], [ -110.11737378830986, 38.819602786970854 ], [ -110.11672386302253, 38.819530289311423 ], [ -110.11633292377722, 38.819473264431501 ], [ -110.11570614796025, 38.819391924814951 ], [ -110.11521272067986, 38.819239500621038 ], [ -110.11477660558369, 38.819110037150239 ], [ -110.11419646414815, 38.818983985785131 ], [ -110.11394402234779, 38.818905474470341 ], [ -110.11325988924902, 38.818805663901365 ], [ -110.11285578433746, 38.818789078788612 ], [ -110.11235815193685, 38.818605070716288 ], [ -110.1120267123335, 38.818395289651797 ], [ -110.11161001197485, 38.818094745274628 ], [ -110.11149030863966, 38.817994709487429 ], [ -110.11135349723877, 38.817881026336941 ], [ -110.11127360212548, 38.817821844447224 ], [ -110.11108546648579, 38.817667219210712 ], [ -110.1107724318281, 38.817367460579902 ], [ -110.11051117227012, 38.817072601025842 ], [ -110.11037475655459, 38.816927379819354 ], [ -110.11028391769295, 38.816822155746706 ], [ -110.10997172001402, 38.816455716928452 ], [ -110.10978476863077, 38.816206478847 ], [ -110.10950194156472, 38.815794304383004 ], [ -110.10932662295222, 38.815536142816484 ], [ -110.10928726676673, 38.815459245804909 ], [ -110.10917518178529, 38.815210577498007 ], [ -110.1091300673687, 38.815133636523271 ], [ -110.10882382107319, 38.814752821718663 ], [ -110.10860333784098, 38.814422223248229 ], [ -110.10841746369064, 38.814087382774041 ], [ -110.10812962470789, 38.813616592501255 ], [ -110.10796549593728, 38.813385548491659 ], [ -110.10751230001206, 38.81278282854467 ], [ -110.10736637692139, 38.812569945573891 ], [ -110.10724643689164, 38.812397812316448 ], [ -110.10670252730807, 38.811681753319981 ], [ -110.10644442680362, 38.811229208995712 ], [ -110.10626360216183, 38.810768243839348 ], [ -110.10611536342098, 38.810280493458968 ], [ -110.10604411116499, 38.809991583057283 ], [ -110.10590612739098, 38.809512922241808 ], [ -110.10586186482274, 38.809368400873055 ], [ -110.10575662926288, 38.809034173101914 ], [ -110.10565111298853, 38.808722471610629 ], [ -110.10556038130564, 38.808149552139625 ], [ -110.1054320606072, 38.807819652995384 ], [ -110.10530260408215, 38.807120276894977 ], [ -110.10514543152151, 38.806335079826844 ], [ -110.1051042159485, 38.805947273135011 ], [ -110.1051052779796, 38.805402090388263 ], [ -110.10505943259172, 38.804924133955922 ], [ -110.10508008753605, 38.804653949540942 ], [ -110.10508764881098, 38.804509824718295 ], [ -110.10499000920134, 38.804121585680342 ], [ -110.10493364045541, 38.803472331460391 ], [ -110.1048925401209, 38.803075513979294 ], [ -110.10487769131186, 38.802881654615447 ], [ -110.10493802903923, 38.802661336976762 ], [ -110.10492826130898, 38.802521585075517 ], [ -110.10488366655832, 38.802404094921869 ], [ -110.10483275069845, 38.802331613442355 ], [ -110.10476484425202, 38.802236473195805 ], [ -110.10473662042514, 38.802191199814558 ], [ -110.10469705074608, 38.802132322349792 ], [ -110.10461261644095, 38.801977579960038 ], [ -110.10456236654075, 38.801851936056202 ], [ -110.10449558875308, 38.801666690046979 ], [ -110.10452595506891, 38.801540762828111 ], [ -110.1045554754492, 38.801482414807175 ], [ -110.10463822246626, 38.801311831853369 ], [ -110.10475003813006, 38.801118943002571 ], [ -110.10496029289226, 38.800881751026743 ], [ -110.10509564376709, 38.800648490689255 ], [ -110.10525932989479, 38.800451492881493 ], [ -110.10551631577175, 38.800160589142749 ], [ -110.1058830266947, 38.799843490245017 ], [ -110.10608080237743, 38.79968279782188 ], [ -110.10648216463258, 38.799356950669534 ], [ -110.10682962692638, 38.799197401552057 ], [ -110.10703332465069, 38.79902323560605 ], [ -110.10723657166744, 38.798885111575572 ], [ -110.10757883469083, 38.798680463316785 ], [ -110.10772383319205, 38.798595962104287 ], [ -110.10810029980514, 38.798418607786218 ], [ -110.10850094483509, 38.798241436723977 ], [ -110.10870385009522, 38.798130341792124 ], [ -110.1090095693102, 38.797992996263545 ], [ -110.10940297589657, 38.797841900035664 ], [ -110.10969764576747, 38.797759438215323 ], [ -110.10998170847711, 38.797603902233654 ], [ -110.11009176686146, 38.797550671914529 ], [ -110.11045649508945, 38.797390342247198 ], [ -110.11057816787373, 38.797329089595003 ], [ -110.11094869580803, 38.797165197949191 ], [ -110.11115064287188, 38.797130688631057 ], [ -110.11143223832244, 38.797173381902191 ], [ -110.11178806163419, 38.797266201676806 ], [ -110.11206932258476, 38.79733592517978 ], [ -110.11225958767001, 38.797314842323424 ], [ -110.11243274889098, 38.79728011207898 ], [ -110.1125597411326, 38.797254042362738 ], [ -110.11287129664501, 38.79720233963473 ], [ -110.11307368969797, 38.79713178462859 ], [ -110.1134259349258, 38.797048849244554 ], [ -110.11379545069286, 38.796966043784174 ], [ -110.11385894631111, 38.79695300819597 ], [ -110.11396866615134, 38.796926805946981 ], [ -110.11408990012825, 38.79690069089542 ], [ -110.11443738129378, 38.796830332340335 ], [ -110.11470210451748, 38.796747630870108 ], [ -110.11550512548922, 38.796528426445825 ], [ -110.11569002018086, 38.796475757296278 ], [ -110.11593265231151, 38.796410007561761 ], [ -110.11626180692107, 38.796331394596919 ], [ -110.11652187611155, 38.796252258355018 ], [ -110.11697824051123, 38.796129547946684 ], [ -110.11730717043366, 38.796068953205484 ], [ -110.11775211828072, 38.795938043216815 ], [ -110.11813929438921, 38.795822916112257 ], [ -110.11829584436735, 38.795733983121295 ], [ -110.11857323574819, 38.795650467276246 ], [ -110.1188507374453, 38.795557940158524 ], [ -110.1189086403532, 38.795531342474469 ], [ -110.11896665415664, 38.795495734155359 ], [ -110.11905389660792, 38.795424300408953 ], [ -110.11934501770638, 38.795160657375881 ], [ -110.11960098521659, 38.794946311668149 ], [ -110.11999798667489, 38.794593350260008 ], [ -110.12023580500377, 38.794356337824496 ], [ -110.12031175250964, 38.794266795181336 ], [ -110.12057578484497, 38.793957887820859 ], [ -110.12075547697825, 38.793765494023887 ], [ -110.12087786548517, 38.793644760386393 ], [ -110.12094788855254, 38.793568689907794 ], [ -110.12106451955503, 38.793447912753514 ], [ -110.12126362668411, 38.793174561165841 ], [ -110.12142896581985, 38.792837875192014 ], [ -110.12164234810491, 38.792339344045658 ], [ -110.12169747632518, 38.792069414978577 ], [ -110.12164953627635, 38.791753653904898 ], [ -110.12158371832476, 38.791487321373054 ], [ -110.12150024374975, 38.791252396123468 ], [ -110.12135809705684, 38.791107144140774 ], [ -110.12117653958789, 38.79088950397918 ], [ -110.12093154975449, 38.790680397792009 ], [ -110.12081839886712, 38.790611960613056 ], [ -110.12076582545841, 38.790580024958601 ], [ -110.12066287071902, 38.790525181525688 ], [ -110.12054293420871, 38.790446780419906 ], [ -110.12047445296056, 38.790397603148136 ], [ -110.12036625153047, 38.790301267288683 ], [ -110.12021313859303, 38.790111775243979 ], [ -110.11993544300894, 38.789753731764321 ], [ -110.11986182679554, 38.789654051329478 ], [ -110.11966947377557, 38.789378654201109 ], [ -110.11958457806055, 38.789259964561076 ], [ -110.11935804303371, 38.788955472712928 ], [ -110.11908610150007, 38.788598371691812 ], [ -110.11897263620024, 38.788462344456114 ], [ -110.11892166014192, 38.788394374202277 ], [ -110.11862675275189, 38.788032593201422 ], [ -110.1185367697162, 38.787859795694061 ], [ -110.1184749475473, 38.787737674702726 ], [ -110.11827204675291, 38.787384697151793 ], [ -110.11799763205356, 38.786855456105449 ], [ -110.11779269638733, 38.786574553972038 ], [ -110.11773607754972, 38.786497529132966 ], [ -110.11741955865966, 38.786022037513703 ], [ -110.11726702921513, 38.785786587524512 ], [ -110.11723304749285, 38.785741273535351 ], [ -110.11709723216451, 38.785551006864836 ], [ -110.11692749179868, 38.78531092065387 ], [ -110.11659188027535, 38.784983971496736 ], [ -110.11630143097173, 38.784729454570289 ], [ -110.11592038820203, 38.784352596883316 ], [ -110.11554382528004, 38.784079403617874 ], [ -110.11525891670188, 38.783842948944489 ], [ -110.11479148798234, 38.78346993921101 ], [ -110.11448400609024, 38.783197265810649 ], [ -110.11400099038558, 38.782688962909582 ], [ -110.11363058993147, 38.78238427008511 ], [ -110.11334552701211, 38.782161326751861 ], [ -110.11329992603767, 38.782124934906165 ], [ -110.1130488424335, 38.781947305973205 ], [ -110.11276383889908, 38.78171985594016 ], [ -110.11270119420045, 38.781665311535363 ], [ -110.11231990731255, 38.781310968857092 ], [ -110.11083256979367, 38.780096631228886 ], [ -110.11039977886247, 38.779719361710768 ], [ -110.11010892491041, 38.779500872114042 ], [ -110.10986953783645, 38.779309808219317 ], [ -110.10939685940586, 38.778900691026195 ], [ -110.10899805635431, 38.778568732636302 ], [ -110.10852409766952, 38.778263233964005 ], [ -110.10801024688286, 38.777925888762276 ], [ -110.10721210647368, 38.777307014379915 ], [ -110.10672033527926, 38.777046429627433 ], [ -110.10613709867221, 38.776735580182283 ], [ -110.10526485632892, 38.776521641554417 ], [ -110.10486310087424, 38.776428450239131 ], [ -110.10434516704335, 38.776419976086345 ], [ -110.1040357822677, 38.776304961188004 ], [ -110.10323424164295, 38.775961784402604 ], [ -110.10295398757368, 38.7758190546474 ], [ -110.10280525045592, 38.77574582112296 ], [ -110.10235294672231, 38.775553107009642 ], [ -110.10171681313129, 38.775331943863826 ], [ -110.10128719710676, 38.775166434416143 ], [ -110.10116235273603, 38.775115911204892 ], [ -110.10094944206119, 38.775019653062493 ], [ -110.1000557442179, 38.774683855819241 ], [ -110.09940885162619, 38.774404022771407 ], [ -110.09887035018589, 38.774201619442373 ], [ -110.09832551278724, 38.773954107433404 ], [ -110.09784138476918, 38.773639475586982 ], [ -110.09721832628541, 38.773296734181208 ], [ -110.09671009277375, 38.77297740570215 ], [ -110.09598829843296, 38.772705986255509 ], [ -110.09529346259471, 38.772487938702398 ], [ -110.09454945619602, 38.772244273972554 ], [ -110.09385736502985, 38.77190097981142 ], [ -110.09305097853293, 38.771493714361604 ], [ -110.09249610860994, 38.771223568711676 ], [ -110.09184915169563, 38.770953606019752 ], [ -110.09112751481902, 38.770582130584074 ], [ -110.09050698227848, 38.770135741261747 ], [ -110.09026203865616, 38.769935582543376 ], [ -110.09018123471085, 38.769862861782684 ], [ -110.08990948239469, 38.769598512207189 ], [ -110.08948000405928, 38.768974276898618 ], [ -110.08924224895502, 38.768571414036295 ], [ -110.0889963202752, 38.768087383753773 ], [ -110.08889749112609, 38.767712637416118 ], [ -110.08878801326138, 38.767270221935497 ], [ -110.08879254080701, 38.766914304213934 ], [ -110.08877917397345, 38.766607810035097 ], [ -110.08873669031473, 38.76632812322282 ], [ -110.08866214405225, 38.765854439751443 ], [ -110.08851181084682, 38.765366647947161 ], [ -110.08829391331878, 38.764942310324123 ], [ -110.08807391541903, 38.764592751107564 ], [ -110.0876420098725, 38.763710761648099 ], [ -110.08724643451399, 38.763139950106392 ], [ -110.08696923691113, 38.762763808744445 ], [ -110.08674906822981, 38.762428663988857 ], [ -110.08648936850882, 38.762034635243445 ], [ -110.08627795306894, 38.761825718653427 ], [ -110.08609715193383, 38.761653086975308 ], [ -110.08586513737247, 38.761344882322867 ], [ -110.08568612073955, 38.76103258608024 ], [ -110.08548656392864, 38.760796726386261 ], [ -110.08508249446187, 38.760443017518774 ], [ -110.08484934874346, 38.760224015592286 ], [ -110.08480371866763, 38.760192118123989 ], [ -110.08454720135231, 38.760000868158535 ], [ -110.08413164438399, 38.759646164869437 ], [ -110.08399021182197, 38.75945581545384 ], [ -110.08389964468314, 38.759337956392599 ], [ -110.08371949071511, 38.759025648176852 ], [ -110.08351120222603, 38.758663555927875 ], [ -110.0833025584591, 38.758329396093679 ], [ -110.08277427006826, 38.757342098978079 ], [ -110.08262331043179, 38.756997576785572 ], [ -110.08259516411673, 38.756948693865951 ], [ -110.08243176393707, 38.756677066759195 ], [ -110.08224086537864, 38.756306097200302 ], [ -110.08211216372793, 38.756021224861648 ], [ -110.08207302999109, 38.755931703854358 ], [ -110.08197207101608, 38.755727251419472 ], [ -110.08191068454697, 38.755578079785003 ], [ -110.08184941377424, 38.755419897541863 ], [ -110.08167508974667, 38.755103126107237 ], [ -110.08154063874879, 38.75481820792853 ], [ -110.0814736943282, 38.754204900949794 ], [ -110.08149547068028, 38.753852723033134 ], [ -110.08159392134935, 38.753444375232569 ], [ -110.08178673657108, 38.75312598238704 ], [ -110.08195077896447, 38.752897478072612 ], [ -110.08228966374128, 38.752495523583391 ], [ -110.08259185556662, 38.752262696045925 ], [ -110.08271958516072, 38.752173583642552 ], [ -110.08316594464573, 38.751915752597817 ], [ -110.08361097602524, 38.751761541536673 ], [ -110.08435121426773, 38.751469963662927 ], [ -110.08507171294151, 38.751281858689893 ], [ -110.08528642925879, 38.751229470281586 ], [ -110.08574232654063, 38.751124899284001 ], [ -110.08620932719717, 38.75105195352721 ], [ -110.08700432667408, 38.750977062658215 ], [ -110.08783994220765, 38.750875448868292 ], [ -110.08855376094404, 38.750849477092153 ], [ -110.08923311630436, 38.750818726670879 ], [ -110.08966404651609, 38.750867141179619 ], [ -110.09025037564278, 38.750912257983451 ], [ -110.09109970416824, 38.751090083921248 ], [ -110.09175928882259, 38.751257417959728 ], [ -110.09205237003383, 38.751286729454357 ], [ -110.09223687850982, 38.751256622332498 ], [ -110.09230033714191, 38.75124359791721 ], [ -110.09258880592846, 38.751182757298842 ], [ -110.09290639473568, 38.751094206324126 ], [ -110.09312615239834, 38.751006697773462 ], [ -110.09321871958137, 38.750966864212984 ], [ -110.0936121033341, 38.750799598133973 ], [ -110.09413293604261, 38.750563930007942 ], [ -110.09445614838808, 38.750485331021771 ], [ -110.09481331110703, 38.750452051550418 ], [ -110.09532119775174, 38.750329822700586 ], [ -110.09588650231184, 38.750217047278525 ], [ -110.09608257000245, 38.750182517722202 ], [ -110.09654385825691, 38.750104980655735 ], [ -110.09675171585681, 38.750048012355073 ], [ -110.09705213692185, 38.749951207035323 ], [ -110.09736400705312, 38.749858995103089 ], [ -110.09762409674713, 38.749766382589989 ], [ -110.0977511229201, 38.749731317188264 ], [ -110.09801098488225, 38.749656725050492 ], [ -110.09837491541634, 38.749542383385588 ], [ -110.09883169011938, 38.749365675923691 ], [ -110.09913882146299, 38.749192319176537 ], [ -110.09949237343378, 38.748987778995186 ], [ -110.09973621614269, 38.748813933050599 ], [ -110.10010692236132, 38.748617633456021 ], [ -110.10039153225728, 38.748404449360997 ], [ -110.10076955898823, 38.748082944070333 ], [ -110.10110076624714, 38.747824158009969 ], [ -110.10136867545931, 38.747565785520081 ], [ -110.10154376510805, 38.747367977212853 ], [ -110.1017954391782, 38.747027474212075 ], [ -110.10186030362023, 38.746901811545754 ], [ -110.10188992695682, 38.746833551711731 ], [ -110.10206235292291, 38.746388806827269 ], [ -110.10215190994558, 38.746129062203096 ], [ -110.10230538106079, 38.74581934392188 ], [ -110.10237735036766, 38.745585597395561 ], [ -110.10249113525094, 38.745320631611413 ], [ -110.10266200834471, 38.74490741405927 ], [ -110.10274491742683, 38.744718808795085 ], [ -110.10283972650052, 38.744498754513387 ], [ -110.10308704041041, 38.744045571140902 ], [ -110.10329885279238, 38.743578597592261 ], [ -110.10347810882136, 38.743138408456993 ], [ -110.10364876949976, 38.742833325798813 ], [ -110.10385996807297, 38.742506926022976 ], [ -110.10414681668672, 38.742111716976858 ], [ -110.1044450686488, 38.741816622375659 ], [ -110.1046649387161, 38.741624559084862 ], [ -110.1047872070005, 38.74150834582268 ], [ -110.10507888806235, 38.741186164678965 ], [ -110.1051840095525, 38.741060808194632 ], [ -110.10540710570665, 38.740702055085194 ], [ -110.10548357547131, 38.740567467520847 ], [ -110.10553647267321, 38.740477757119351 ], [ -110.10565416514345, 38.740266886956007 ], [ -110.10576610438368, 38.740055972651902 ], [ -110.10591267038102, 38.739836311565632 ], [ -110.10604124777224, 38.739675087593362 ], [ -110.10623377581742, 38.739460283332434 ], [ -110.10640180547045, 38.739272326028193 ], [ -110.10654286771906, 38.739124714200265 ], [ -110.10658369625618, 38.739079968652483 ], [ -110.10675248170637, 38.738923556924803 ], [ -110.10700951659625, 38.738610117510532 ], [ -110.10729508681206, 38.738314918470913 ], [ -110.10755565363782, 38.738087114243868 ], [ -110.10770850740647, 38.737916161021531 ], [ -110.10774932330928, 38.737872316107314 ], [ -110.10794167320425, 38.737671024851124 ], [ -110.10810514832033, 38.737478524485894 ], [ -110.10840248296709, 38.73716178474622 ], [ -110.10863601353081, 38.736886911888092 ], [ -110.10891465622419, 38.736592557076648 ], [ -110.10903225119451, 38.736480809348436 ], [ -110.10923034595089, 38.736279559679133 ], [ -110.10930026806415, 38.736208000259495 ], [ -110.10948099278708, 38.736015629324697 ], [ -110.10970823748632, 38.735783060531446 ], [ -110.1098818896585, 38.735604152380972 ], [ -110.11027206928343, 38.735314248079582 ], [ -110.11058642936673, 38.735014754076374 ], [ -110.11072023680646, 38.734894116418879 ], [ -110.11092977076937, 38.734697456562095 ], [ -110.11112148889455, 38.734545718501771 ], [ -110.11131912577666, 38.734380507819274 ], [ -110.1114701311928, 38.734264505785127 ], [ -110.11166201443618, 38.734099250775841 ], [ -110.11198321001976, 38.733804310616954 ], [ -110.11216939459572, 38.733634505696202 ], [ -110.11233728338314, 38.73345555001297 ], [ -110.11238396857229, 38.733401835306239 ], [ -110.11248895423768, 38.733285482486195 ], [ -110.11252988721006, 38.733231724047478 ], [ -110.11269953767267, 38.733003217765457 ], [ -110.11280491236167, 38.732855327234731 ], [ -110.11284590057718, 38.732797063331873 ], [ -110.11289280785714, 38.732725327030479 ], [ -110.11300610671076, 38.732401771524351 ], [ -110.11310572795159, 38.732253837046308 ], [ -110.11312934842341, 38.732204452805092 ], [ -110.1132355677226, 38.731988080599194 ], [ -110.11331239203345, 38.731822851083123 ], [ -110.11337855879738, 38.73158905300938 ], [ -110.11343925172098, 38.731332684534458 ], [ -110.11353490057549, 38.731040534943681 ], [ -110.11360876636009, 38.730649093183757 ], [ -110.1136297074613, 38.730350970072401 ], [ -110.11365129417719, 38.730000584914933 ], [ -110.11366675037543, 38.729680792483954 ], [ -110.11365931102156, 38.729351814906607 ], [ -110.1135108086544, 38.728800984981348 ], [ -110.11346718990268, 38.728606906097575 ], [ -110.11342363819868, 38.728407420776371 ], [ -110.11333008222279, 38.728065173837471 ], [ -110.11319765049537, 38.727703707679012 ], [ -110.11304013620978, 38.727324027972053 ], [ -110.11288494387838, 38.726849744458782 ], [ -110.11273969616681, 38.726501697789828 ], [ -110.11252007148603, 38.726121545924805 ], [ -110.11234712918611, 38.725687678828855 ], [ -110.11178007903519, 38.725030034985089 ], [ -110.11150283921934, 38.724658454949633 ], [ -110.11123034886846, 38.724368014262424 ], [ -110.11085724165233, 38.723842507546884 ], [ -110.11055259562075, 38.723362578225689 ], [ -110.11020845461707, 38.72291388791669 ], [ -110.10997134467743, 38.722461505676982 ], [ -110.10975085227948, 38.722153434245541 ], [ -110.10942338418715, 38.72165981079737 ], [ -110.10933282137819, 38.721541970759226 ], [ -110.10907345130624, 38.72121557873821 ], [ -110.10875611998577, 38.720740053727816 ], [ -110.10796768487228, 38.719390418493468 ], [ -110.10781576117765, 38.719119813844209 ], [ -110.10765826707048, 38.718834747990911 ], [ -110.107552755588, 38.718532055629204 ], [ -110.10737461449835, 38.718057589158896 ], [ -110.10720747268583, 38.717623758374785 ], [ -110.10712485550737, 38.717330251960675 ], [ -110.10696430850057, 38.716828884495293 ], [ -110.10689024736432, 38.716310154360009 ], [ -110.10692934869361, 38.715940979267401 ], [ -110.10693919215481, 38.71561213265867 ], [ -110.10700637274994, 38.715297241315319 ], [ -110.10708954207375, 38.714991483581379 ], [ -110.10710856033653, 38.714942065259663 ], [ -110.10713234714049, 38.714879166014462 ], [ -110.10721526433649, 38.714686050714882 ], [ -110.10743223519431, 38.714349773884145 ], [ -110.10772317556304, 38.714077142073172 ], [ -110.10799658245359, 38.713826904647682 ], [ -110.10806625950003, 38.713773366858796 ], [ -110.10825759094456, 38.713648664481674 ], [ -110.10858230022217, 38.713434863172012 ], [ -110.10903396340571, 38.713185982212707 ], [ -110.10923701601941, 38.713043344403026 ], [ -110.10972863632691, 38.712818195197869 ], [ -110.11037536738306, 38.712605939263604 ], [ -110.11063480238779, 38.712553843619247 ], [ -110.11110175099427, 38.712462773210646 ], [ -110.11147076457067, 38.712385375212094 ], [ -110.11202900260102, 38.712352668819271 ], [ -110.11269726479676, 38.71225861499331 ], [ -110.11308286966, 38.712234506034235 ], [ -110.11346255703111, 38.712223868280262 ], [ -110.11398069665958, 38.712178232312695 ], [ -110.11458989567916, 38.71220988196751 ], [ -110.11526200440939, 38.712269940364898 ], [ -110.11543391418746, 38.712319903553407 ], [ -110.11619709791168, 38.71245634274127 ], [ -110.11671971278797, 38.712514361476465 ], [ -110.11710979356968, 38.712593906062857 ], [ -110.11775311222277, 38.71265733737755 ], [ -110.11852957560153, 38.712649676497321 ], [ -110.11905285756822, 38.712653620439099 ], [ -110.1195765817735, 38.712621519098271 ], [ -110.12030958215492, 38.712406253029293 ], [ -110.12067350914816, 38.712273817094726 ], [ -110.12106104297189, 38.712091993854344 ], [ -110.12143088276626, 38.711946082637006 ], [ -110.12169130021124, 38.711812865656746 ], [ -110.12175493928662, 38.711781803205909 ], [ -110.12225857513651, 38.711510732295949 ], [ -110.12239209826427, 38.711408101540158 ], [ -110.12263028202366, 38.711211634551432 ], [ -110.12285148908987, 38.710992510776094 ], [ -110.12302707846871, 38.710741503914633 ], [ -110.12318635166754, 38.71041377604714 ], [ -110.12336331404006, 38.710050134273445 ], [ -110.12343677241195, 38.709685716275978 ], [ -110.12342408866607, 38.70931164084692 ], [ -110.12336424906556, 38.709031833386447 ], [ -110.12335031123817, 38.708760480469337 ], [ -110.12322836669485, 38.708386486866743 ], [ -110.12310566388469, 38.708074667309475 ], [ -110.12286320375023, 38.707680845083956 ], [ -110.12260272553023, 38.707349968174974 ], [ -110.12239322773557, 38.707082554380143 ], [ -110.12216659200892, 38.706805999961091 ], [ -110.12210405949796, 38.706746955211749 ], [ -110.12177956806383, 38.706478676849137 ], [ -110.12135722149915, 38.706218673859865 ], [ -110.12095124477901, 38.7060308850442 ], [ -110.12060287866585, 38.705834516549395 ], [ -110.12001252619211, 38.705676878162208 ], [ -110.11958113623365, 38.705592526485518 ], [ -110.11944451235028, 38.705573474502991 ], [ -110.11934112675189, 38.70556368428872 ], [ -110.11892177958292, 38.705528984566186 ], [ -110.11850254348852, 38.705485272600406 ], [ -110.11803692230602, 38.705472749782672 ], [ -110.11747864033499, 38.705513595231466 ], [ -110.11688530488088, 38.705599231147723 ], [ -110.11639026902034, 38.705640549061016 ], [ -110.11556172926348, 38.705773964222765 ], [ -110.11533578209823, 38.705817312782159 ], [ -110.11485649352174, 38.705980399598964 ], [ -110.11425490004514, 38.706268720040057 ], [ -110.11419131832886, 38.706295273090902 ], [ -110.11347424012712, 38.706528645074151 ], [ -110.11277681825592, 38.706753150211512 ], [ -110.11205987790073, 38.707067618656424 ], [ -110.11160843116458, 38.707302996059504 ], [ -110.11130748363134, 38.707458411547854 ], [ -110.1108205836355, 38.707770114746197 ], [ -110.11031693205977, 38.708041136354794 ], [ -110.10971491222834, 38.708360970427215 ], [ -110.10944197960266, 38.708575169554798 ], [ -110.10928521989881, 38.708695631632537 ], [ -110.10883246744577, 38.709034621246147 ], [ -110.10837803181481, 38.70950876972983 ], [ -110.10805160440466, 38.709862236848309 ], [ -110.10780093359263, 38.710135177043682 ], [ -110.10732118611188, 38.710793865180882 ], [ -110.10690720503781, 38.711250293452899 ], [ -110.1064880292805, 38.711661622692759 ], [ -110.10624444290077, 38.711826474816093 ], [ -110.10599510512613, 38.71199128244541 ], [ -110.10539219064182, 38.712378673681705 ], [ -110.10499875388182, 38.712569411164594 ], [ -110.10420324128556, 38.712721021165798 ], [ -110.10352825757549, 38.712891573070934 ], [ -110.1030430325885, 38.71306357698078 ], [ -110.10288709709583, 38.713116449938454 ], [ -110.10241359522894, 38.713270518052077 ], [ -110.10152944506112, 38.71361067195938 ], [ -110.10100288538241, 38.713867959468175 ], [ -110.10015474920925, 38.71408672380452 ], [ -110.09935374239275, 38.714215729475001 ], [ -110.09868663413978, 38.714215094412431 ], [ -110.09623547057048, 38.714313322858466 ], [ -110.09569942994123, 38.714408305118447 ], [ -110.095112258646, 38.714453325658575 ], [ -110.09451330152943, 38.714520780846478 ], [ -110.09370658689569, 38.714645197763772 ], [ -110.0927974430178, 38.714683204626866 ], [ -110.09209588537928, 38.714677758844552 ], [ -110.09134849529885, 38.714658435336027 ], [ -110.090211387671, 38.714532442287826 ], [ -110.08959763196076, 38.71440600881192 ], [ -110.08908152149708, 38.71428934448123 ], [ -110.08892125283016, 38.714229520623455 ], [ -110.08875511959872, 38.71417866238707 ], [ -110.08868634331972, 38.714160103229688 ], [ -110.08842871872187, 38.7140679793918 ], [ -110.08823457824397, 38.713958326982521 ], [ -110.08785279385286, 38.713680496815122 ], [ -110.08765382129606, 38.713498713352429 ], [ -110.0874213214871, 38.713240069695104 ], [ -110.08722332531242, 38.712981694946393 ], [ -110.08705368092645, 38.712755081668391 ], [ -110.08683406196089, 38.712388398807057 ], [ -110.08653715271673, 38.711768788268181 ], [ -110.08646721655984, 38.711389756696654 ], [ -110.08644605076761, 38.711245406491969 ], [ -110.08644093136375, 38.71119580295624 ], [ -110.0864203391227, 38.711006399463784 ], [ -110.08640515306135, 38.710844072862592 ], [ -110.08638530649864, 38.710596100087933 ], [ -110.08631623241035, 38.710149488446788 ], [ -110.08623783843241, 38.709531584370502 ], [ -110.08617606478596, 38.708963373637694 ], [ -110.08619467674606, 38.70840480266164 ], [ -110.0862858465749, 38.708018919402789 ], [ -110.08631264254774, 38.70772084627329 ], [ -110.0863500664388, 38.707491344006698 ], [ -110.08643515177243, 38.70713154653675 ], [ -110.08649223238213, 38.706712955054549 ], [ -110.08651120176339, 38.70657792987739 ], [ -110.0865570111702, 38.706141227143071 ], [ -110.08671861726465, 38.705642347965536 ], [ -110.08700648525885, 38.705162477605072 ], [ -110.08707104968931, 38.705059348775521 ], [ -110.08746884357099, 38.704526266061904 ], [ -110.0878078760469, 38.704091850708323 ], [ -110.08810551282708, 38.703747227129114 ], [ -110.08852587800715, 38.703246758298214 ], [ -110.08889371413954, 38.702807157236464 ], [ -110.08921325237772, 38.702548311253793 ], [ -110.08951416145813, 38.702307342450929 ], [ -110.09000317821287, 38.701923651883902 ], [ -110.09035179812263, 38.701637994336643 ], [ -110.09080498844511, 38.701267538968288 ], [ -110.09159942730601, 38.700738426294855 ], [ -110.09198817788271, 38.700461185932824 ], [ -110.09255724941845, 38.700019530867664 ], [ -110.09275494563816, 38.699845339281488 ], [ -110.09280133836801, 38.699814158724955 ], [ -110.09334586684409, 38.699493965550054 ], [ -110.09392396343526, 38.699156006771503 ], [ -110.09420818960335, 38.699050069961274 ], [ -110.09446815460836, 38.698952956148702 ], [ -110.09530491301317, 38.698711614846786 ], [ -110.0960781413486, 38.698492305367303 ], [ -110.09647010613189, 38.698414230561681 ], [ -110.09702419126761, 38.698246389560907 ], [ -110.09752696182228, 38.698043905889378 ], [ -110.09820966135423, 38.697706732972755 ], [ -110.09861668067225, 38.697344902287931 ], [ -110.09875607250244, 38.697233331977358 ], [ -110.09896518769992, 38.697063723508954 ], [ -110.09925608847681, 38.696791111513726 ], [ -110.09954766493827, 38.696464434488625 ], [ -110.09980035113706, 38.696029318336812 ], [ -110.09985316500934, 38.695944114877371 ], [ -110.1000756913168, 38.69562141069008 ], [ -110.10020561175401, 38.695347557205466 ], [ -110.10035847040419, 38.69507838583062 ], [ -110.10040554527619, 38.694992236790249 ], [ -110.10063565425004, 38.694522700966814 ], [ -110.10078248986683, 38.694275110466094 ], [ -110.10082470607085, 38.694117732353341 ], [ -110.10097220566884, 38.693816978339683 ], [ -110.1010077136628, 38.693736147053968 ], [ -110.1010907344983, 38.693534024591351 ], [ -110.1010241738806, 38.693339763794313 ], [ -110.10098601905305, 38.693172756105454 ], [ -110.10095333116381, 38.69302831940017 ], [ -110.10094262321876, 38.692965155962547 ], [ -110.10092616654954, 38.6929019483239 ], [ -110.10083295022007, 38.692540768081479 ], [ -110.1007828475809, 38.69240971478834 ], [ -110.10072175542179, 38.692238024812475 ], [ -110.1006714275377, 38.692124992911353 ], [ -110.10057635164323, 38.691912489340616 ], [ -110.10047473772198, 38.691763016516745 ], [ -110.10037346279903, 38.691586511443603 ], [ -110.10027219965424, 38.691409105211385 ], [ -110.10010892155363, 38.691133896503246 ], [ -110.10007589759634, 38.691016491698129 ], [ -110.09989561253848, 38.690722227459744 ], [ -110.0997830692222, 38.690527611940055 ], [ -110.09967025544438, 38.690354622043301 ], [ -110.09949514606521, 38.690106356130734 ], [ -110.09934219579921, 38.689924946395116 ], [ -110.09902519619911, 38.689530500233424 ], [ -110.09872425826858, 38.689230798706419 ], [ -110.09847471936037, 38.68895852743961 ], [ -110.0982879622991, 38.688722786126739 ], [ -110.09796984223753, 38.68841844435849 ], [ -110.09755513484602, 38.688023240454946 ], [ -110.09742439468484, 38.687905080735028 ], [ -110.09716206629827, 38.687736341256254 ], [ -110.0966102015099, 38.687276993840499 ], [ -110.09640581340524, 38.687072653874615 ], [ -110.09633199270583, 38.686999990696151 ], [ -110.09598991600963, 38.686681941003641 ], [ -110.09568884783455, 38.686485863954964 ], [ -110.09537485159537, 38.686312215110803 ], [ -110.09509027884229, 38.686084723544248 ], [ -110.09471453202106, 38.685793444351695 ], [ -110.09457805242742, 38.685675237012219 ], [ -110.09437896842981, 38.685506980939984 ], [ -110.09410612550101, 38.685261554621668 ], [ -110.09391704941248, 38.685120410072322 ], [ -110.09374717660315, 38.685006448820936 ], [ -110.09353028369264, 38.684883111266778 ], [ -110.09338248218071, 38.684751297375719 ], [ -110.09302940021928, 38.684487223260234 ], [ -110.09282542842377, 38.68425133966231 ], [ -110.09265458049641, 38.684123851865117 ], [ -110.09207978029072, 38.683664305082054 ], [ -110.09163474098773, 38.683399512787155 ], [ -110.09135616747541, 38.683154035528929 ], [ -110.09110719039775, 38.682841200653684 ], [ -110.09075987408397, 38.682577164488315 ], [ -110.09040106456831, 38.682313037897472 ], [ -110.08989623748108, 38.681777426011095 ], [ -110.08964710022759, 38.681478104154678 ], [ -110.08953937614771, 38.681360114760899 ], [ -110.08932950552112, 38.681137696504159 ], [ -110.08910802643007, 38.680924199049862 ], [ -110.08903427651688, 38.680847026000997 ], [ -110.08882032493601, 38.68058402283922 ], [ -110.08843313040616, 38.680202518240549 ], [ -110.0880992759883, 38.679785381885807 ], [ -110.08788521081057, 38.679441271705826 ], [ -110.08761930470267, 38.679105768294534 ], [ -110.08722872815808, 38.678629611478264 ], [ -110.08706576885696, 38.678335462438071 ], [ -110.08685774662342, 38.677968868501836 ], [ -110.08673679776032, 38.677535367153851 ], [ -110.0866386683423, 38.677115561279258 ], [ -110.08665491587738, 38.676741706620625 ], [ -110.08669106090724, 38.676611320638663 ], [ -110.08674502055615, 38.676436015734318 ], [ -110.08685242382353, 38.676125954025018 ], [ -110.08698218593719, 38.67586563058034 ], [ -110.08717522005151, 38.675511178979448 ], [ -110.08739877276626, 38.675197517407732 ], [ -110.08755141135667, 38.675036499459452 ], [ -110.08760295987128, 38.674960302965559 ], [ -110.0878310496005, 38.674651181721686 ], [ -110.08827890403225, 38.674235634121942 ], [ -110.08860366261362, 38.674008369346559 ], [ -110.08872561078573, 38.673910191905911 ], [ -110.08883020280243, 38.673820890725644 ], [ -110.08915016982309, 38.673517889545714 ], [ -110.08939424533239, 38.673307116182329 ], [ -110.08956808677907, 38.673195824457046 ], [ -110.08978261411303, 38.673048802678096 ], [ -110.08999236317565, 38.672825144620752 ], [ -110.09019624976634, 38.672610452180194 ], [ -110.09051547589672, 38.672365115710974 ], [ -110.09069511740429, 38.672249361571872 ], [ -110.09113144616876, 38.671833713129601 ], [ -110.09150824976588, 38.671579809700042 ], [ -110.09172276831235, 38.671432784214772 ], [ -110.09182706836782, 38.671366007054175 ], [ -110.09226731149096, 38.671094570503996 ], [ -110.09247095881901, 38.670897895358145 ], [ -110.09272045554492, 38.670711488307447 ], [ -110.0929940984736, 38.670433349480248 ], [ -110.09332207702882, 38.670039381361093 ], [ -110.09347273347481, 38.669851305217364 ], [ -110.0935137002875, 38.669793047225006 ], [ -110.09364866212992, 38.669573308534034 ], [ -110.09378356633884, 38.669358075038481 ], [ -110.09395926540985, 38.669098099314276 ], [ -110.09411231662976, 38.66881091303425 ], [ -110.09428442343093, 38.668379688172699 ], [ -110.09436743238608, 38.668177569489657 ], [ -110.09437972051064, 38.668114583291064 ], [ -110.09446562324585, 38.667682690581699 ], [ -110.09450309990633, 38.66744507391163 ], [ -110.09451653408655, 38.667291079176742 ], [ -110.0945193147232, 38.667070315950326 ], [ -110.09447651939247, 38.666817659185398 ], [ -110.09440527498707, 38.666542253064954 ], [ -110.09429858658709, 38.666343171231318 ], [ -110.09418103002011, 38.666094441194218 ], [ -110.0940399202341, 38.665890586715875 ], [ -110.09371059484057, 38.665572628486665 ], [ -110.09318606120171, 38.665239638574938 ], [ -110.09279188246468, 38.665051843481649 ], [ -110.09223669042927, 38.664871809136578 ], [ -110.09171461400373, 38.664800168829181 ], [ -110.09099567753029, 38.664844147511324 ], [ -110.09078812046059, 38.664896603969865 ], [ -110.09034018881391, 38.664960708237828 ], [ -110.09000540093699, 38.664985138830446 ], [ -110.089389042701, 38.665097492839678 ], [ -110.08868056714736, 38.665222643312035 ], [ -110.08834584140038, 38.665332680037764 ], [ -110.08786130486372, 38.66547308824299 ], [ -110.0874799754102, 38.665632322933497 ], [ -110.08705198531945, 38.6658452618857 ], [ -110.08650297121243, 38.666084288936396 ], [ -110.0856234179692, 38.666555031826036 ], [ -110.08473770510841, 38.667057260470649 ], [ -110.08390904492013, 38.667591469850926 ], [ -110.08382910899169, 38.667640407604651 ], [ -110.08336489219334, 38.667898107185245 ], [ -110.08287124841428, 38.668299759981508 ], [ -110.0824319079686, 38.668499075371784 ], [ -110.08207422811215, 38.66860440808324 ], [ -110.08196463675363, 38.668635088566226 ], [ -110.0817239613307, 38.668669245637517 ], [ -110.08146886017339, 38.668752852791606 ], [ -110.08112807251445, 38.668885350092943 ], [ -110.08083216343573, 38.669103809418026 ], [ -110.08072164894375, 38.669206574368367 ], [ -110.08039567749266, 38.669528429802213 ], [ -110.07980942163533, 38.669978905068866 ], [ -110.07976304289198, 38.670010080795898 ], [ -110.07949626337222, 38.670197225220477 ], [ -110.07912459518282, 38.670496188324172 ], [ -110.0786362526253, 38.670929405250824 ], [ -110.07815561572562, 38.671209483492312 ], [ -110.07771560870825, 38.67145833951119 ], [ -110.07733956759181, 38.671649123056667 ], [ -110.07703307882026, 38.67179449509257 ], [ -110.07659926288206, 38.672008250449863 ], [ -110.07653569822705, 38.672034783380731 ], [ -110.07613103158722, 38.67221632535972 ], [ -110.07600390152415, 38.672269390666493 ], [ -110.07588832331238, 38.672318041308877 ], [ -110.07556521342283, 38.672414615459822 ], [ -110.07507491587037, 38.672550418852204 ], [ -110.07459043319335, 38.672680859226347 ], [ -110.07411219501272, 38.67277259712634 ], [ -110.07370310659726, 38.672850462200635 ], [ -110.07316218261614, 38.672900246330954 ], [ -110.07267931022301, 38.672905430249969 ], [ -110.07221385356246, 38.672897232931639 ], [ -110.07174857160476, 38.672875517745517 ], [ -110.07134180868471, 38.672773160977783 ], [ -110.07082156154245, 38.672557256224351 ], [ -110.07033696532217, 38.672251516541806 ], [ -110.0698810083409, 38.671864898205051 ], [ -110.06949051347983, 38.671483304733385 ], [ -110.0692979164038, 38.671265493790344 ], [ -110.0692583877501, 38.671211109608812 ], [ -110.06912429417513, 38.671002775541503 ], [ -110.06902191730943, 38.670830740201225 ], [ -110.06885975043205, 38.670482502504292 ], [ -110.06867436412706, 38.670152102881588 ], [ -110.06861029368973, 38.66977400646298 ], [ -110.06857441570533, 38.669349274167558 ], [ -110.06856140050678, 38.669200479034082 ], [ -110.06853260083811, 38.66867307075313 ], [ -110.06857406833085, 38.668222820690161 ], [ -110.06859770748045, 38.667551644219515 ], [ -110.06878290947421, 38.667097131572234 ], [ -110.06890389897704, 38.666630392325018 ], [ -110.06904788472674, 38.666162934791579 ], [ -110.0692406124143, 38.66592566099991 ], [ -110.0696262388561, 38.665437596361969 ], [ -110.06987765146576, 38.665106166349972 ], [ -110.070267908568, 38.664703746636704 ], [ -110.07072061471909, 38.664360397248942 ], [ -110.07113315006649, 38.664012221246786 ], [ -110.07161545214963, 38.663601516239112 ], [ -110.0721784878867, 38.663168920608896 ], [ -110.07269043946108, 38.662686353314697 ], [ -110.07309030152381, 38.662428185925677 ], [ -110.0735901107071, 38.661995082258485 ], [ -110.07371797869965, 38.661883449732301 ], [ -110.0739446923627, 38.661682483517964 ], [ -110.07412556289584, 38.661471241189133 ], [ -110.07414911615784, 38.661427270694652 ], [ -110.07443845024416, 38.660825782042465 ], [ -110.07449533807301, 38.660424313882068 ], [ -110.07449056092405, 38.65990250316792 ], [ -110.07437459122103, 38.659536614763276 ], [ -110.07420719866623, 38.659147790164468 ], [ -110.07390875302167, 38.658672317331344 ], [ -110.07370491619407, 38.658436401035132 ], [ -110.07342812521402, 38.658064732117907 ], [ -110.07315011766067, 38.657787674956609 ], [ -110.07291162386971, 38.657655116325415 ], [ -110.07274379880035, 38.657568175579442 ], [ -110.07230014100048, 38.657303320529685 ], [ -110.07135179895712, 38.656872248774341 ], [ -110.07095725854391, 38.656720423905853 ], [ -110.07072771760984, 38.656696071442852 ], [ -110.07018268233324, 38.656628658677668 ], [ -110.06970607303566, 38.656602339925676 ], [ -110.06917728554069, 38.656611650512239 ], [ -110.06868227255484, 38.656675297373624 ], [ -110.06816793814656, 38.656810881199618 ], [ -110.067707145234, 38.656982936008554 ], [ -110.06761480328746, 38.65701374063989 ], [ -110.06731455995254, 38.657123992207232 ], [ -110.06681256838695, 38.657282197510284 ], [ -110.06641341507724, 38.657486279610659 ], [ -110.06586554788606, 38.657725219235545 ], [ -110.06512869886218, 38.658178924837109 ], [ -110.0644799408645, 38.658574754801066 ], [ -110.06375392116429, 38.659078102107941 ], [ -110.06305756963171, 38.659685316064824 ], [ -110.06229075172325, 38.660318995694752 ], [ -110.06134615511068, 38.660923307601017 ], [ -110.06107935093931, 38.661111311190894 ], [ -110.06052264780105, 38.661495241458233 ], [ -110.06031989519857, 38.661618874133211 ], [ -110.05961361779575, 38.66201421448546 ], [ -110.0594462117039, 38.662071443884955 ], [ -110.05915819381836, 38.662123197107192 ], [ -110.05837779920894, 38.662121422868815 ], [ -110.05767116505159, 38.662016604197447 ], [ -110.05705406128088, 38.661745788306497 ], [ -110.0564665206705, 38.66141212638621 ], [ -110.05603010002469, 38.660949012900694 ], [ -110.05574711330446, 38.66061780490444 ], [ -110.05572007640532, 38.660576133223245 ], [ -110.05553278601614, 38.660309679677049 ], [ -110.05535270002143, 38.660019853821396 ], [ -110.05531194035855, 38.65962301371524 ], [ -110.0552980642891, 38.659366971859086 ], [ -110.05528356089309, 38.659158686470803 ], [ -110.0553347251746, 38.658763489900949 ], [ -110.05541535220804, 38.658312659210132 ], [ -110.05544000462879, 38.658185794535207 ], [ -110.05550940457918, 38.657277083014257 ], [ -110.05566577690908, 38.656746660244373 ], [ -110.05584868706295, 38.656383166338642 ], [ -110.05606654272647, 38.655983907660207 ], [ -110.05625934396245, 38.655742149715806 ], [ -110.05646434454243, 38.655446420132378 ], [ -110.05656562618485, 38.655172382699405 ], [ -110.05661916907899, 38.655033134444949 ], [ -110.05689317262015, 38.654733454749639 ], [ -110.05726620725677, 38.654330938942437 ], [ -110.05784658800916, 38.653452476200094 ], [ -110.05824406730081, 38.652937508727263 ], [ -110.05868847655195, 38.652436434940931 ], [ -110.05896764722415, 38.65209173362539 ], [ -110.05923688599113, 38.65171541104224 ], [ -110.05948649968332, 38.651433552089962 ], [ -110.05974415487982, 38.651151757222465 ], [ -110.059855436191, 38.650990442382593 ], [ -110.05993834371876, 38.650801864522776 ], [ -110.06001164421622, 38.650469023343483 ], [ -110.05990056585833, 38.650175252748859 ], [ -110.0596916715179, 38.649804096927852 ], [ -110.0596085857736, 38.649654737122844 ], [ -110.05949046914917, 38.649460037455356 ], [ -110.05931434141692, 38.649219813017211 ], [ -110.05903360605672, 38.648806624738114 ], [ -110.05880258207794, 38.648458719506678 ], [ -110.05864970414106, 38.648286268348933 ], [ -110.05821909224819, 38.647823209064704 ], [ -110.05796398599743, 38.647559817599337 ], [ -110.05765131331253, 38.647304973471542 ], [ -110.05741297373777, 38.647077762396414 ], [ -110.0570881065166, 38.64687688829062 ], [ -110.05652348838898, 38.646556928602237 ], [ -110.05594099016443, 38.646286385872777 ], [ -110.05542038911416, 38.646115468034552 ], [ -110.05472679201372, 38.645992714041327 ], [ -110.05403702317412, 38.645928562507592 ], [ -110.05318188410649, 38.64594417319983 ], [ -110.05275687938466, 38.645931720799766 ], [ -110.05204817792546, 38.646083683367088 ], [ -110.0513855518149, 38.64622700364469 ], [ -110.05098730928542, 38.646363453715914 ], [ -110.05053108061807, 38.646539984107726 ], [ -110.05000412532054, 38.646851112759421 ], [ -110.04952666809244, 38.647329356301348 ], [ -110.04909043226293, 38.647731334105536 ], [ -110.04870631429338, 38.648102193400405 ], [ -110.04834973777177, 38.648562490542012 ], [ -110.04805034579616, 38.649043077498845 ], [ -110.04776867437656, 38.649486860235044 ], [ -110.04757216363575, 38.650007934459587 ], [ -110.04746776873623, 38.650601851414137 ], [ -110.04730224821381, 38.65129890400766 ], [ -110.04720431145765, 38.652185750783907 ], [ -110.04720341624643, 38.652253330629399 ], [ -110.04715533574628, 38.65328026337054 ], [ -110.0471338922725, 38.654465116167991 ], [ -110.04720627282997, 38.655073989755799 ], [ -110.04721188583642, 38.656038278102741 ], [ -110.04728910370579, 38.656629167669919 ], [ -110.04734471549185, 38.657202759101246 ], [ -110.04746516750576, 38.657653419449204 ], [ -110.04741233765917, 38.658171156779197 ], [ -110.04728576505863, 38.658616200538376 ], [ -110.04708155359462, 38.658848838830366 ], [ -110.04647309316103, 38.659231379253235 ], [ -110.04556068679746, 38.659566378605852 ], [ -110.04511034612541, 38.659724911845977 ], [ -110.04459218873045, 38.659797279156585 ], [ -110.04396107490837, 38.65972093062021 ], [ -110.04323296406795, 38.659592419143998 ], [ -110.04256302349415, 38.659411210852433 ], [ -110.04198454143717, 38.659266794288101 ], [ -110.04123387567611, 38.659106545036366 ], [ -110.04102210496799, 38.659042628886382 ], [ -110.04059852863645, 38.658917498634061 ], [ -110.04003220809025, 38.658723608365939 ], [ -110.03967268263699, 38.658535919203807 ], [ -110.03910702987602, 38.658292466126689 ], [ -110.0383480704152, 38.657894223909139 ], [ -110.03784725881268, 38.657529641171919 ], [ -110.03749505869699, 38.657224854723111 ], [ -110.03713693483738, 38.65693353585651 ], [ -110.03682490046045, 38.656633583822654 ], [ -110.03654250260077, 38.656266288026998 ], [ -110.03647046431735, 38.656067439294155 ], [ -110.03640955558406, 38.655895717018254 ], [ -110.03625465366127, 38.655448366289782 ], [ -110.03605880975583, 38.65505474758146 ], [ -110.0359272563739, 38.654580553963392 ], [ -110.03581458409212, 38.653983957925682 ], [ -110.03581964538745, 38.653606413215989 ], [ -110.03589075715806, 38.65301673890604 ], [ -110.03593060439373, 38.652616050650288 ], [ -110.03605802059256, 38.652112450489447 ], [ -110.03625267808115, 38.651307515130476 ], [ -110.03644571342932, 38.651052274423471 ], [ -110.0367924078336, 38.650478386462588 ], [ -110.03709664880076, 38.65007086282413 ], [ -110.03732487246339, 38.649761840544379 ], [ -110.03765232904611, 38.649336483207172 ], [ -110.03789615640522, 38.649149244960682 ], [ -110.03811167856495, 38.648930232779122 ], [ -110.03830439967095, 38.648697515304193 ], [ -110.03900542837174, 38.647833655362895 ], [ -110.0394596171334, 38.647382298955229 ], [ -110.03970935854255, 38.647181587944651 ], [ -110.04006365026174, 38.646896123990437 ], [ -110.04052297048834, 38.646489863548872 ], [ -110.04084811054992, 38.646235698723387 ], [ -110.04090029527283, 38.646200080105501 ], [ -110.04131771116417, 38.64591963561282 ], [ -110.04140472492614, 38.645857267327131 ], [ -110.04193823404836, 38.64548765562315 ], [ -110.04241767399219, 38.645208616262906 ], [ -110.04288213776098, 38.644932155860438 ], [ -110.04345476777664, 38.644643961842533 ], [ -110.04386043571292, 38.644381435304616 ], [ -110.04419022190223, 38.644208403632113 ], [ -110.04448525085165, 38.644056715025997 ], [ -110.04459002032827, 38.643954838191085 ], [ -110.04465399013847, 38.643896785047417 ], [ -110.04492758092947, 38.643628670199327 ], [ -110.04527046466634, 38.643334085353153 ], [ -110.04585449298513, 38.642617919928163 ], [ -110.04601868783617, 38.642366933358865 ], [ -110.04624762475122, 38.641999323178098 ], [ -110.04649510641774, 38.64153273570124 ], [ -110.04661620559244, 38.641065117719407 ], [ -110.04663415543466, 38.641011194197802 ], [ -110.04681222000681, 38.640580086741458 ], [ -110.04694887791203, 38.640238758004934 ], [ -110.04708751525772, 38.639747852035079 ], [ -110.0471079581841, 38.639505605515659 ], [ -110.04723415339753, 38.639173202781997 ], [ -110.04742165482708, 38.638809758375068 ], [ -110.04746287895907, 38.638733495119759 ], [ -110.04768676776257, 38.638311770870374 ], [ -110.04778106103554, 38.638132305635132 ], [ -110.0479049692466, 38.63788549404358 ], [ -110.04807009938901, 38.637562418798403 ], [ -110.04828231372869, 38.63715411575788 ], [ -110.04849547868992, 38.636673726886201 ], [ -110.0487258731215, 38.636193477677111 ], [ -110.0488676619136, 38.635897246308943 ], [ -110.04900616396792, 38.635501859942202 ], [ -110.04901727720477, 38.635443374592398 ], [ -110.04915659292874, 38.634899302475425 ], [ -110.04930111484072, 38.63439582485001 ], [ -110.04933638073862, 38.633900470862841 ], [ -110.04926825581875, 38.633404276642288 ], [ -110.04917662066849, 38.632948443687717 ], [ -110.04899390680548, 38.632429689912144 ], [ -110.04879238044052, 38.632030637802465 ], [ -110.04865934076236, 38.631665485373745 ], [ -110.04862602150047, 38.631578702582942 ], [ -110.04843130334827, 38.631099501488251 ], [ -110.04817938923, 38.630601811418124 ], [ -110.04804577127044, 38.630280810620327 ], [ -110.04795522675632, 38.630090829140421 ], [ -110.04785537373209, 38.629909783481452 ], [ -110.04760251389882, 38.629484177633451 ], [ -110.04736767865876, 38.629085752951717 ], [ -110.04719152096648, 38.628854521267975 ], [ -110.04705624060888, 38.628659668895217 ], [ -110.04702805977732, 38.628618886909031 ], [ -110.04690420765091, 38.628428633272257 ], [ -110.04679704973641, 38.62827906796187 ], [ -110.04667278115365, 38.62812035147163 ], [ -110.04654946783356, 38.62788954939721 ], [ -110.04636901929372, 38.627635752348986 ], [ -110.04617726425425, 38.627368345356651 ], [ -110.0459632535034, 38.627046686629292 ], [ -110.04578855247013, 38.626792935537466 ], [ -110.04561965572992, 38.626534725700097 ], [ -110.04554133939088, 38.626376382831367 ], [ -110.04549054535649, 38.626308381015619 ], [ -110.0454227603884, 38.626222217235131 ], [ -110.0453312121043, 38.626108824541959 ], [ -110.04523640931653, 38.625980986566859 ], [ -110.04502646483375, 38.625786423635041 ], [ -110.04469173575397, 38.625472788779547 ], [ -110.04445332912292, 38.62525906793072 ], [ -110.04433330703985, 38.625213930487938 ], [ -110.04415049230433, 38.625139442625127 ], [ -110.04402598356846, 38.624913133899533 ], [ -110.04385716914571, 38.624736027078477 ], [ -110.04368200230279, 38.624518315628329 ], [ -110.04346590469184, 38.624268728478263 ], [ -110.04320646002523, 38.623996257298977 ], [ -110.04290094184189, 38.623646809546464 ], [ -110.04245042035178, 38.622971754591127 ], [ -110.04228310243003, 38.622596401212824 ], [ -110.0421162057627, 38.622189510217254 ], [ -110.04196641994342, 38.621791770737111 ], [ -110.04192179504471, 38.621692277051913 ], [ -110.04182722233043, 38.621461705220327 ], [ -110.04172164403009, 38.621194996519478 ], [ -110.04164580031929, 38.620851932148767 ], [ -110.04162266241315, 38.620432700316826 ], [ -110.04168380837758, 38.620153839607035 ], [ -110.04173322840721, 38.619892906139732 ], [ -110.04191582285357, 38.619119398356098 ], [ -110.04201811471157, 38.618683170173931 ], [ -110.04203033997833, 38.618282251134922 ], [ -110.04209292062752, 38.617895261840296 ], [ -110.04211756916391, 38.617769300298491 ], [ -110.04221346606693, 38.617468194493753 ], [ -110.04242595131684, 38.617037373636741 ], [ -110.04270076364342, 38.616670143997233 ], [ -110.04302601069621, 38.616397047556923 ], [ -110.04338496832025, 38.616180098162708 ], [ -110.04368567319656, 38.61602485207343 ], [ -110.04379543883114, 38.615976184981854 ], [ -110.04429766728346, 38.615782031535083 ], [ -110.04487317101882, 38.615692108318918 ], [ -110.04529332788783, 38.615623443987346 ], [ -110.04583503094713, 38.615483676022329 ], [ -110.04655427101159, 38.615381399068042 ], [ -110.04712366885084, 38.61531845001123 ], [ -110.04762894556058, 38.615327069669846 ], [ -110.04812806316581, 38.615367177900346 ], [ -110.04875303960003, 38.615444353996089 ], [ -110.04883905765071, 38.61545406496225 ], [ -110.04928558403633, 38.615475717372952 ], [ -110.05013471731694, 38.615626800648457 ], [ -110.05055817655111, 38.615742883531397 ], [ -110.05072985763513, 38.615789334895439 ], [ -110.05119316027583, 38.615932773757393 ], [ -110.05180535524168, 38.616108958357358 ], [ -110.05298268824777, 38.616546548024367 ], [ -110.05426239679392, 38.617061552658654 ], [ -110.05492315920334, 38.617476922939495 ], [ -110.05571618805112, 38.617879839525237 ], [ -110.05652058139964, 38.618292755231742 ], [ -110.05736538375875, 38.618690671138083 ], [ -110.05818688901272, 38.619026212876918 ], [ -110.05905172289769, 38.619299015604881 ], [ -110.05984151115787, 38.619513534238315 ], [ -110.06085426709902, 38.619719023469059 ], [ -110.06158976791706, 38.619869111668542 ], [ -110.06244377532852, 38.619916510663096 ], [ -110.06268479907693, 38.619931959301908 ], [ -110.06342509957054, 38.619978440159528 ], [ -110.06376990524295, 38.619963176407047 ], [ -110.06411476934393, 38.619943406266522 ], [ -110.06467299663508, 38.619857753383243 ], [ -110.06517432061452, 38.619731090644471 ], [ -110.06541692318977, 38.619624888619327 ], [ -110.06567130298079, 38.619496250939164 ], [ -110.06589110811936, 38.619376348348652 ], [ -110.06614571989923, 38.619229688118061 ], [ -110.06640009701005, 38.619101048810784 ], [ -110.06650463529849, 38.619011766117339 ], [ -110.06669607405544, 38.61886460062977 ], [ -110.06677039894052, 38.618802111721813 ], [ -110.0670385748719, 38.61858346426304 ], [ -110.06716649111044, 38.61846282649114 ], [ -110.06730061646161, 38.618306191348267 ], [ -110.06781128368311, 38.617900229556085 ], [ -110.06786994692959, 38.617805173095135 ], [ -110.06807495223104, 38.617496804258167 ], [ -110.06837823341357, 38.617138752156187 ], [ -110.06851955306327, 38.616869526795021 ], [ -110.068796271807, 38.616344545917109 ], [ -110.06894596344968, 38.615871722532063 ], [ -110.06896580030077, 38.615670018621202 ], [ -110.06899794903622, 38.615404429693037 ], [ -110.06899975444161, 38.615264762920518 ], [ -110.06899193851989, 38.614980832600999 ], [ -110.06899310328888, 38.614890724999832 ], [ -110.06898852560062, 38.614800571704997 ], [ -110.06896354068762, 38.614511998904611 ], [ -110.0689328135455, 38.614223380392922 ], [ -110.06891680940227, 38.614128630316586 ], [ -110.06880163614478, 38.613708670259406 ], [ -110.06871696507888, 38.613239388550696 ], [ -110.06859408792896, 38.612882448750817 ], [ -110.06844816772004, 38.612619948099585 ], [ -110.06839208518321, 38.612515867152609 ], [ -110.06829128853893, 38.612316807389746 ], [ -110.06822952249347, 38.612208175259951 ], [ -110.0681117331801, 38.611990956636269 ], [ -110.06771278191066, 38.611311901768708 ], [ -110.06763988314023, 38.611176145540064 ], [ -110.06748834427184, 38.61090458718553 ], [ -110.06720572963911, 38.610555384389478 ], [ -110.06687793975765, 38.610147244648985 ], [ -110.06669078609477, 38.609965518147163 ], [ -110.06634525015174, 38.609597787971573 ], [ -110.06604360935636, 38.609388111777697 ], [ -110.06578814001683, 38.609160780058971 ], [ -110.06524257902468, 38.608719355907184 ], [ -110.06487286055382, 38.608446050972347 ], [ -110.06466773013962, 38.608322753573134 ], [ -110.0642864150424, 38.608058365783016 ], [ -110.0637057177358, 38.607670723653023 ], [ -110.06319186661038, 38.607442219666964 ], [ -110.06268981897921, 38.607189476404074 ], [ -110.06211306093243, 38.606941539212329 ], [ -110.06143969419655, 38.606616224922412 ], [ -110.0608351172548, 38.606300470596636 ], [ -110.05988563004732, 38.606013483516527 ], [ -110.05982270611716, 38.605994954565716 ], [ -110.05890726542863, 38.60573977404929 ], [ -110.05813449017812, 38.605553322520677 ], [ -110.05711488571195, 38.605360371401098 ], [ -110.05628381756252, 38.605241025653612 ], [ -110.05521077552892, 38.605182802395625 ], [ -110.05418767057115, 38.605170031412918 ], [ -110.05331602752375, 38.605167488647893 ], [ -110.05212039957269, 38.60526144399936 ], [ -110.05057706262424, 38.605595882059113 ], [ -110.04926912194446, 38.605932212491396 ], [ -110.0481966400833, 38.606265937870887 ], [ -110.04690465025111, 38.606696994175863 ], [ -110.04594829490418, 38.606932516074174 ], [ -110.0451838749925, 38.607070467921559 ], [ -110.04414543758969, 38.607345857780551 ], [ -110.04341221887049, 38.607641757333823 ], [ -110.04271525227705, 38.607888384583902 ], [ -110.04221916614145, 38.607969935985331 ], [ -110.04194488483999, 38.607954173056847 ], [ -110.04124753230738, 38.60805660145499 ], [ -110.04048678546066, 38.608262140184529 ], [ -110.0398119226471, 38.608486402089788 ], [ -110.03905146782418, 38.608669404628905 ], [ -110.038861203255, 38.608726417846796 ], [ -110.03861327866822, 38.60880098037768 ], [ -110.03759854731128, 38.609103541610104 ], [ -110.03690202520559, 38.60922848002491 ], [ -110.03625772090243, 38.609313291832535 ], [ -110.03523456610908, 38.609385965349453 ], [ -110.03451101832911, 38.609384503204815 ], [ -110.03374171627433, 38.609369141248102 ], [ -110.03223285218121, 38.609262048910061 ], [ -110.03153263730677, 38.609233726307799 ], [ -110.03056285493945, 38.609180637264132 ], [ -110.02986421922849, 38.609035166017847 ], [ -110.02911869173947, 38.608960493753941 ], [ -110.0287117929869, 38.608899442149479 ], [ -110.02787511514018, 38.608770836444499 ], [ -110.02643572457097, 38.608623694066132 ], [ -110.0256889745004, 38.60864000768256 ], [ -110.02502084235448, 38.608787640854537 ], [ -110.0245193449512, 38.608927647825148 ], [ -110.02373404931765, 38.609245518513617 ], [ -110.0235724202453, 38.609307251543683 ], [ -110.02324335824497, 38.609435174313894 ], [ -110.02282107924921, 38.60966144605549 ], [ -110.02181763733341, 38.610395623084059 ], [ -110.02147535737727, 38.610650494802599 ], [ -110.02136509563344, 38.610735183472201 ], [ -110.02096630751139, 38.611006703198321 ], [ -110.02043632033202, 38.611466368186449 ], [ -110.02003801169398, 38.612039779396305 ], [ -110.01971916764511, 38.612681442404181 ], [ -110.01914622271667, 38.613848156711995 ], [ -110.01882868574113, 38.614814247665322 ], [ -110.01848038466794, 38.616351418456411 ], [ -110.01814985544819, 38.617426439084333 ], [ -110.01798749518653, 38.617961269838993 ], [ -110.01776294637293, 38.618423485035706 ], [ -110.01765644426669, 38.618652388005401 ], [ -110.01738781916217, 38.619398099314232 ], [ -110.01719482846067, 38.620072352052972 ], [ -110.01690094574734, 38.620984565327142 ], [ -110.01658783705028, 38.621621760888814 ], [ -110.01627064165748, 38.622137263948503 ], [ -110.01590287952541, 38.622990277410388 ], [ -110.01548865710863, 38.623459903802384 ], [ -110.01517428025295, 38.623768159608289 ], [ -110.01474052862021, 38.623985292899526 ], [ -110.01431557816386, 38.624062818275945 ], [ -110.01408995516371, 38.624096963769297 ], [ -110.01375611476274, 38.624148219917949 ], [ -110.0133828747327, 38.62414056720251 ], [ -110.01314166440622, 38.624138532854694 ], [ -110.01240862296015, 38.624064760092466 ], [ -110.01169057698641, 38.623986603595561 ], [ -110.01108782744076, 38.623877876558069 ], [ -110.01053474558653, 38.623665932629706 ], [ -110.00996322734586, 38.623458335905397 ], [ -110.00940807375159, 38.623313956429847 ], [ -110.00867212328082, 38.622951763217188 ], [ -110.00827709736797, 38.62285829907249 ], [ -110.00724907382741, 38.622435045173525 ], [ -110.00600888541359, 38.621987450855507 ], [ -110.0053583002158, 38.621684537728314 ], [ -110.00466783184706, 38.621358752608053 ], [ -110.00399572001395, 38.620952014939178 ], [ -110.00340781237482, 38.620686572271339 ], [ -110.00285513944742, 38.620365554790354 ], [ -110.0021368555024, 38.619976436231916 ], [ -110.00184697275691, 38.619757684179532 ], [ -110.00150085155003, 38.619452840893501 ], [ -110.00133050719076, 38.619311706601195 ], [ -110.00069931983707, 38.618855735321361 ], [ -110.00053933824354, 38.618795793150952 ], [ -110.00046062948454, 38.618673463619515 ], [ -110.00026263911263, 38.618455492642468 ], [ -110.00009954347324, 38.618206278801487 ], [ -109.99994156589321, 38.618002166681755 ], [ -109.99965326229717, 38.617670777169252 ], [ -109.99951825732461, 38.617466860880903 ], [ -109.99947300546582, 38.617416909893954 ], [ -109.99912828298616, 38.617012943468282 ], [ -109.99887369039834, 38.616735910241445 ], [ -109.99880129283864, 38.616573081184825 ], [ -109.99869550568854, 38.616333367373059 ], [ -109.99853972879195, 38.615971568408291 ], [ -109.99850633927755, 38.615894683643816 ], [ -109.99831105677116, 38.615482982159989 ], [ -109.99823592722831, 38.615103849873549 ], [ -109.99810268578277, 38.614773783976041 ], [ -109.99795714607569, 38.614502188287304 ], [ -109.9977710606188, 38.613842744335813 ], [ -109.99772226423407, 38.61363505848383 ], [ -109.9976817808469, 38.61324270505434 ], [ -109.99754823169813, 38.6129351649356 ], [ -109.99748901818407, 38.61265079070504 ], [ -109.99746338003941, 38.612429785656609 ], [ -109.99742556799289, 38.612258240350556 ], [ -109.99739867595507, 38.612127341018514 ], [ -109.99729889266933, 38.611869653968959 ], [ -109.99724953439586, 38.611702515471379 ], [ -109.99725204312828, 38.611522303984245 ], [ -109.99717067903296, 38.611179163981944 ], [ -109.99711121740374, 38.610912810665766 ], [ -109.99699395981172, 38.610672996843455 ], [ -109.99688730861061, 38.610496355382743 ], [ -109.99675919594178, 38.610211389999144 ], [ -109.996664720144, 38.609985288637525 ], [ -109.99654235114838, 38.609700372252014 ], [ -109.99652007381465, 38.609650617117055 ], [ -109.99624304054754, 38.609008413628118 ], [ -109.99614268215501, 38.608710168128496 ], [ -109.99608341452914, 38.608430298393692 ], [ -109.99602857061082, 38.608245088938276 ], [ -109.99603221224437, 38.60798378222303 ], [ -109.99608166237833, 38.607731880182612 ], [ -109.99617729721203, 38.607462351020587 ], [ -109.9962366605909, 38.607323179622639 ], [ -109.99638340481231, 38.607094641140336 ], [ -109.99641292927274, 38.607036318608486 ], [ -109.99642124413459, 38.606851650978889 ], [ -109.99641057662571, 38.606792983722023 ], [ -109.99635971733174, 38.606733971735494 ], [ -109.99631466256737, 38.606670503687873 ], [ -109.99615715983597, 38.606434849518692 ], [ -109.99602231077832, 38.606221918647989 ], [ -109.99587640623628, 38.605978253114451 ], [ -109.99580971714765, 38.605819075650743 ], [ -109.99575694811757, 38.605485191458847 ], [ -109.99577618236736, 38.605341170008323 ], [ -109.99580090691802, 38.605215218984377 ], [ -109.9958800680904, 38.604891478613617 ], [ -109.99600972186676, 38.604652881006018 ], [ -109.99605077883534, 38.604591052824347 ], [ -109.99616206458363, 38.604434303537573 ], [ -109.99637675942093, 38.604273935288106 ], [ -109.99656274591605, 38.604113320455305 ], [ -109.99682999027475, 38.603890320349947 ], [ -109.99698789469865, 38.60368440576417 ], [ -109.99703633480409, 38.60350458774289 ], [ -109.99702118008996, 38.603355765433051 ], [ -109.99698475314059, 38.60308510334611 ], [ -109.99682521518233, 38.602583588477799 ], [ -109.99666392282887, 38.602208221602488 ], [ -109.99659941856224, 38.601892260288551 ], [ -109.99650040443794, 38.601580508815921 ], [ -109.99643445822873, 38.601368169157645 ], [ -109.99638466938535, 38.601232567181533 ], [ -109.9962177665105, 38.600848139848672 ], [ -109.99613503750598, 38.600604115210317 ], [ -109.99601394114239, 38.600229092178942 ], [ -109.99593115072132, 38.599989572684244 ], [ -109.99591493168973, 38.599917340188519 ], [ -109.99587295757098, 38.59963311253216 ], [ -109.99562302145451, 38.599027185908149 ], [ -109.99557455435162, 38.598796972386602 ], [ -109.99559344600993, 38.598265446133979 ], [ -109.99568458404352, 38.597905761612573 ], [ -109.99576879992229, 38.597630727283196 ], [ -109.99588251075106, 38.597299172448309 ], [ -109.99594374891808, 38.597024841958415 ], [ -109.99594221340959, 38.59672293781837 ], [ -109.99594086618464, 38.596407517771823 ], [ -109.99595125167481, 38.596074175032847 ], [ -109.995972239976, 38.595804004950658 ], [ -109.99601625402902, 38.595529526565763 ], [ -109.99609995109164, 38.595291435278028 ], [ -109.99620038042468, 38.595088632972555 ], [ -109.99635381842747, 38.594789860301837 ], [ -109.99660977699484, 38.59413780767396 ], [ -109.99666969243808, 38.593958087884289 ], [ -109.99674695495636, 38.593769505100433 ], [ -109.99684768124087, 38.593545076691633 ], [ -109.99698865390724, 38.593316487304165 ], [ -109.9971422978545, 38.59300239539067 ], [ -109.9973014929874, 38.592701868333087 ], [ -109.9973805697951, 38.592382631289247 ], [ -109.99741154859849, 38.592301791593457 ], [ -109.99755288513406, 38.591964163261217 ], [ -109.99758825546938, 38.591897779815739 ], [ -109.99770008151009, 38.591700480692921 ], [ -109.99784627461702, 38.591508882769951 ], [ -109.99808016442277, 38.59120358716374 ], [ -109.99826667628979, 38.591002421022687 ], [ -109.99859371105876, 38.590604200131679 ], [ -109.99885029343962, 38.590318021622018 ], [ -109.99896716568146, 38.590170328630563 ], [ -109.99910712398626, 38.590013821282867 ], [ -109.99928196155781, 38.589826071132414 ], [ -109.99944392934205, 38.589738240364653 ], [ -109.99951338864939, 38.589697380459818 ], [ -109.99960030645681, 38.58963954755783 ], [ -109.99995352910878, 38.589421780257233 ], [ -110.00016205498973, 38.589288386736783 ], [ -110.00023724126378, 38.589248476492145 ], [ -110.00039329138593, 38.589173210194026 ], [ -110.00069241123079, 38.589130706348811 ], [ -110.00081408136514, 38.58905064006467 ], [ -110.0010228543254, 38.588899223726891 ], [ -110.00127220730492, 38.588802223443899 ], [ -110.00167360158611, 38.588670472985619 ], [ -110.00181894224689, 38.58862214846615 ], [ -110.00209578404032, 38.588529886716017 ], [ -110.00240737829218, 38.588415391334735 ], [ -110.00258027108509, 38.58836730072283 ], [ -110.00310475063236, 38.588218570917711 ], [ -110.0035481676462, 38.58811961401824 ], [ -110.00429153042228, 38.587917771053853 ], [ -110.00451052903298, 38.587856552307791 ], [ -110.00491461021475, 38.587778883648873 ], [ -110.00539132767396, 38.587679301706487 ], [ -110.00581191438171, 38.587570229295359 ], [ -110.00586841661108, 38.587552685897244 ], [ -110.00644569323865, 38.58740438951569 ], [ -110.0070209507697, 38.587319154981202 ], [ -110.00753849537253, 38.587255957426045 ], [ -110.00773384664254, 38.587244096382747 ], [ -110.00785469987238, 38.58722259177209 ], [ -110.00815393157758, 38.587171058031082 ], [ -110.00857907432449, 38.587147625324718 ], [ -110.00910730415369, 38.587142186171953 ], [ -110.0096245240246, 38.587102407026173 ], [ -110.01002639610151, 38.587101301358871 ], [ -110.01066342874299, 38.587115700063052 ], [ -110.01110503705382, 38.587147368702283 ], [ -110.01177506690809, 38.587183668243505 ], [ -110.01242923503247, 38.587288318983695 ], [ -110.0132318099664, 38.587371688259502 ], [ -110.01343240776848, 38.587395908718094 ], [ -110.01450194086503, 38.587688788462202 ], [ -110.01530323067564, 38.587866755542642 ], [ -110.01590849568835, 38.588106150827784 ], [ -110.01656895480625, 38.588508217342863 ], [ -110.01740089350473, 38.588965790219035 ], [ -110.01775409157314, 38.58916701252177 ], [ -110.01815650020164, 38.58954888054371 ], [ -110.01827545242541, 38.589667030506476 ], [ -110.01840002271624, 38.589794239165855 ], [ -110.01909284701873, 38.590773311365659 ], [ -110.01934523866778, 38.591126882668668 ], [ -110.01957512858341, 38.591615440300323 ], [ -110.01978317804989, 38.591937098210558 ], [ -110.0203455989284, 38.592797918494888 ], [ -110.0205545122482, 38.593056500395839 ], [ -110.02078980451428, 38.593486524778271 ], [ -110.02120820261827, 38.593962237596344 ], [ -110.02170023307583, 38.59451246034233 ], [ -110.02181871004581, 38.594666649458361 ], [ -110.02190329308931, 38.594780002564967 ], [ -110.02215631030468, 38.595174125531884 ], [ -110.02247203954846, 38.595601213888834 ], [ -110.0229853685719, 38.596275970388156 ], [ -110.02325133217815, 38.596647669812363 ], [ -110.02350828444752, 38.597091386923807 ], [ -110.02411696142158, 38.597934551355621 ], [ -110.02421272891308, 38.598070525253107 ], [ -110.02446063883798, 38.59841954212088 ], [ -110.02477579818311, 38.598890776670153 ], [ -110.02503519587498, 38.599239888036351 ], [ -110.02538511420825, 38.599688881300075 ], [ -110.02546970864317, 38.599802231883608 ], [ -110.02557659797976, 38.599965332320572 ], [ -110.02600708310609, 38.600401477037508 ], [ -110.02635829140738, 38.600755855422932 ], [ -110.02686843398683, 38.601246729815884 ], [ -110.02732733713117, 38.601705635186583 ], [ -110.02771331039928, 38.602037769253009 ], [ -110.02824648545864, 38.602525224320836 ], [ -110.0291400068654, 38.603117499235069 ], [ -110.02951493785828, 38.60341799485478 ], [ -110.02995864871063, 38.603728071149348 ], [ -110.03072219204532, 38.604166959018293 ], [ -110.03117353231929, 38.604337412859749 ], [ -110.03157954776172, 38.604462431459112 ], [ -110.03182534537129, 38.604545570563367 ], [ -110.0320714461845, 38.604606182458561 ], [ -110.03257616065986, 38.604650908861913 ], [ -110.0330530748365, 38.604627815756075 ], [ -110.03332903344231, 38.604603060761164 ], [ -110.03359344828499, 38.60458271561761 ], [ -110.03411284792472, 38.604388747096529 ], [ -110.03447728334488, 38.604188991859701 ], [ -110.03481869026982, 38.603993551368582 ], [ -110.03517786287419, 38.603757703771862 ], [ -110.03548523903747, 38.603530439810228 ], [ -110.03593652106389, 38.603190813480275 ], [ -110.03618241504563, 38.602923389674487 ], [ -110.03644989568572, 38.602673265288693 ], [ -110.03668329125223, 38.602481435643298 ], [ -110.03699585246444, 38.602209151863747 ], [ -110.03734503105959, 38.601860569119424 ], [ -110.0378208767244, 38.601485991820297 ], [ -110.03805154724502, 38.601325677877973 ], [ -110.03823695342855, 38.601201038214498 ], [ -110.03850496762118, 38.600995971830358 ], [ -110.03887613663933, 38.60071965859472 ], [ -110.03928815234113, 38.600394115206797 ], [ -110.03938786286592, 38.600322840245106 ], [ -110.03960698366875, 38.600166934204147 ], [ -110.03965339390078, 38.60013126832294 ], [ -110.03976929921119, 38.600051114242881 ], [ -110.04015780216132, 38.599765927395268 ], [ -110.04042471731026, 38.599556341651528 ], [ -110.04084174094537, 38.59928490389499 ], [ -110.04122987588602, 38.59902674547908 ], [ -110.04160670554532, 38.59875497561876 ], [ -110.04196624915163, 38.598487568849215 ], [ -110.04227920279011, 38.598269343988676 ], [ -110.04256925009767, 38.598046425014957 ], [ -110.04291024711543, 38.597877992207742 ], [ -110.04326356199905, 38.597646577217361 ], [ -110.04336779782935, 38.597579841641235 ], [ -110.04373863175148, 38.597326039158077 ], [ -110.04399489484827, 38.59713888729479 ], [ -110.04416764983873, 38.59701413469211 ], [ -110.04440542010636, 38.596835842558974 ], [ -110.0447417410823, 38.596586260844731 ], [ -110.04495739441137, 38.596430316272354 ], [ -110.0455320729782, 38.595957384745468 ], [ -110.04602319602412, 38.595636968152661 ], [ -110.04618507371919, 38.595552676496794 ], [ -110.04630084519654, 38.595481526428067 ], [ -110.04663673614003, 38.595263476607329 ], [ -110.04683945365234, 38.595129952367593 ], [ -110.04712468643785, 38.594834889008155 ], [ -110.04754397956756, 38.594387717127724 ], [ -110.04777694438934, 38.594137285226587 ], [ -110.04794550960983, 38.593980951854888 ], [ -110.04831128203443, 38.593673023144092 ], [ -110.04849126697448, 38.593521287685611 ], [ -110.04895736109462, 38.593006903273768 ], [ -110.04921872267478, 38.592779228442737 ], [ -110.04943918510403, 38.59260529106475 ], [ -110.04982139395872, 38.592356067119233 ], [ -110.04998325987215, 38.592271770011045 ], [ -110.05028307835541, 38.592175074732943 ], [ -110.05060041458297, 38.592055991521882 ], [ -110.05099203355329, 38.591963643811802 ], [ -110.05121129134413, 38.591880711555163 ], [ -110.05148982592529, 38.591743287900684 ], [ -110.05158733477556, 38.591662972769534 ], [ -110.05164557041219, 38.591600362726354 ], [ -110.05185543119951, 38.591358746960807 ], [ -110.05198373801345, 38.591206587306495 ], [ -110.05218840097696, 38.590923474929554 ], [ -110.05222360233518, 38.590866085056 ], [ -110.05233515979742, 38.59067774249155 ], [ -110.05255207060179, 38.590336152476134 ], [ -110.05288559961373, 38.589857626639024 ], [ -110.05294418777919, 38.589767983625201 ], [ -110.05321907681451, 38.589382704059631 ], [ -110.05343608592207, 38.589033002543978 ], [ -110.05368173548692, 38.588688038048538 ], [ -110.05394631821015, 38.58821255614567 ], [ -110.05423403578929, 38.587723742974923 ], [ -110.05448133143767, 38.587252625908619 ], [ -110.0547644235634, 38.586678162600087 ], [ -110.05490005055972, 38.586404400443229 ], [ -110.05522284444285, 38.585866303410604 ], [ -110.05533509449182, 38.585623893009021 ], [ -110.05555155057488, 38.585314735542902 ], [ -110.05566332655457, 38.585108367865637 ], [ -110.05572208432902, 38.585005207137982 ], [ -110.05590386068769, 38.584713792604767 ], [ -110.05617847831769, 38.584346526859889 ], [ -110.05644723523264, 38.583988224911025 ], [ -110.0567160366046, 38.583626317978577 ], [ -110.05681563127442, 38.583473020124934 ], [ -110.0569553932021, 38.583320947020816 ], [ -110.05719959224112, 38.583084103690993 ], [ -110.05751882043104, 38.582816323016722 ], [ -110.05785544244159, 38.582535163877694 ], [ -110.05816106757192, 38.582429483031611 ], [ -110.05842136134846, 38.582278378039462 ], [ -110.05857230311953, 38.582148922216462 ], [ -110.05871211757338, 38.581992341508517 ], [ -110.05879149862389, 38.581628004822832 ], [ -110.05881845650723, 38.581321822749736 ], [ -110.05860231060448, 38.58072981591441 ], [ -110.05847347353468, 38.58048546275564 ], [ -110.0582427351607, 38.580132148736531 ], [ -110.05788843435501, 38.57957056981548 ], [ -110.05738767597744, 38.579147492217338 ], [ -110.0569163852288, 38.578841802469242 ], [ -110.05655779840815, 38.578609113252256 ], [ -110.05613566632279, 38.578407451564203 ], [ -110.05574721864576, 38.578263735222492 ], [ -110.05489582330937, 38.578055000373432 ], [ -110.05405215064496, 38.577958067263161 ], [ -110.05347833150167, 38.577943515175676 ], [ -110.05265715833444, 38.577969313546355 ], [ -110.05146417396875, 38.5778965690684 ], [ -110.05075212227746, 38.577917831343598 ], [ -110.05003935811069, 38.577993153889814 ], [ -110.04952711857183, 38.578097135905409 ], [ -110.04875008788727, 38.578257540095649 ], [ -110.04779554515538, 38.578384953986188 ], [ -110.04702945098731, 38.578585988466344 ], [ -110.04627128482245, 38.578621266709604 ], [ -110.04587525709178, 38.578618038877948 ], [ -110.04531895198343, 38.578581060218845 ], [ -110.04448246144493, 38.578462488586979 ], [ -110.04404454511186, 38.578241729942818 ], [ -110.04392980179054, 38.578150675406732 ], [ -110.04360049618455, 38.57787763308017 ], [ -110.04328996533279, 38.577487590830927 ], [ -110.0430368199179, 38.577098918139612 ], [ -110.04295223543953, 38.576984678733133 ], [ -110.04268134921253, 38.576635511796617 ], [ -110.04237046966577, 38.576272499411772 ], [ -110.04207609309508, 38.575963691642833 ], [ -110.04183899222049, 38.575664363761803 ], [ -110.04149959238633, 38.575288499137088 ], [ -110.04129688359433, 38.574993056482576 ], [ -110.04112698256512, 38.574820441796135 ], [ -110.04090046908887, 38.574588786714173 ], [ -110.04063408239912, 38.574334275040137 ], [ -110.0402373155046, 38.573957035322394 ], [ -110.0399094821675, 38.573575853862472 ], [ -110.03965058133514, 38.573190731225495 ], [ -110.03937446606098, 38.572805466719693 ], [ -110.03920379899303, 38.572604906564308 ], [ -110.03884853797803, 38.572215386389203 ], [ -110.03847910561879, 38.571942000078224 ], [ -110.03813191101693, 38.57172286575566 ], [ -110.03773922761425, 38.571471815368724 ], [ -110.03730601369348, 38.571247465513721 ], [ -110.03689449495064, 38.571117915787376 ], [ -110.03676280059358, 38.571094302734693 ], [ -110.03666531118989, 38.571088093355073 ], [ -110.03592527999159, 38.571060372079017 ], [ -110.03536752096541, 38.571136882224735 ], [ -110.03458341032687, 38.571400769303644 ], [ -110.03418476943344, 38.571595738638578 ], [ -110.03368349986457, 38.571653782204748 ], [ -110.0329344036131, 38.571959401187137 ], [ -110.03208835131809, 38.572560699469847 ], [ -110.03134033320914, 38.573126755975821 ], [ -110.03055134237023, 38.573751044447988 ], [ -110.02984957675623, 38.574290439115089 ], [ -110.02877618437088, 38.575146662452028 ], [ -110.02834125097255, 38.575476486255383 ], [ -110.02767364485803, 38.576034174583434 ], [ -110.02732032094806, 38.576355660724424 ], [ -110.02657542645279, 38.57693973544189 ], [ -110.02606725133408, 38.57725091797893 ], [ -110.02538579027427, 38.577557050719165 ], [ -110.02461629473882, 38.577581280251998 ], [ -110.02448488545453, 38.577536027624042 ], [ -110.02432486464004, 38.5774842281362 ], [ -110.02403355727573, 38.577378164603289 ], [ -110.02363985670564, 38.577203658336593 ], [ -110.02303025921547, 38.57686513787862 ], [ -110.02251902981959, 38.576468859670037 ], [ -110.02210317484243, 38.57623558705663 ], [ -110.02169520076038, 38.575844673783472 ], [ -110.0214868208438, 38.575550050986948 ], [ -110.02122282343201, 38.575124292797234 ], [ -110.02087731421467, 38.574445523992807 ], [ -110.02072164802929, 38.573989129809888 ], [ -110.02069399231152, 38.573912298794447 ], [ -110.02060687694399, 38.573564618626776 ], [ -110.02043441070828, 38.573162153758616 ], [ -110.02034621080838, 38.572809958426447 ], [ -110.02016990592566, 38.572267779310792 ], [ -110.02010757174237, 38.571870741674516 ], [ -110.02007162215129, 38.5715595362553 ], [ -110.02001210517039, 38.571293192107277 ], [ -110.0198240224636, 38.570773443061626 ], [ -110.01945958747081, 38.569716018787403 ], [ -110.0192431704443, 38.569254607562208 ], [ -110.01898069530097, 38.568635104672047 ], [ -110.01882822267903, 38.56803004090758 ], [ -110.01875468348162, 38.567529273519398 ], [ -110.01862962072555, 38.567019062342183 ], [ -110.01841347886233, 38.566454016854514 ], [ -110.01822523567758, 38.565947781187987 ], [ -110.01812893267183, 38.565433304730114 ], [ -110.0179653471469, 38.564886722624742 ], [ -110.01775966823027, 38.564312751834052 ], [ -110.01768985394131, 38.563960708378907 ], [ -110.01765213922425, 38.563780157200206 ], [ -110.01758379810178, 38.563319985210761 ], [ -110.0174612371234, 38.56304860446803 ], [ -110.01698281566577, 38.562359695782675 ], [ -110.01665429844509, 38.562041525685132 ], [ -110.01621651380529, 38.561740459840912 ], [ -110.0157532193757, 38.561542812826417 ], [ -110.01539329562715, 38.561508244779375 ], [ -110.01487925137629, 38.561329092063659 ], [ -110.01430199227555, 38.561156614177982 ], [ -110.01388397373364, 38.561090011202872 ], [ -110.01320132675507, 38.561070740688535 ], [ -110.01265472972301, 38.561174272261184 ], [ -110.01158608799976, 38.561264382509123 ], [ -110.01074474427979, 38.561518615354608 ], [ -110.01006430963254, 38.561756179586901 ], [ -110.00940533879995, 38.562102062249053 ], [ -110.00867167505686, 38.562537425892792 ], [ -110.00858951186444, 38.562586294531087 ], [ -110.00787714801409, 38.563057880428751 ], [ -110.00691365536795, 38.563428202557233 ], [ -110.00630234756333, 38.563644703009174 ], [ -110.00556770066562, 38.564065619804396 ], [ -110.00527218999569, 38.564270378542474 ], [ -110.00480216617795, 38.564644875655176 ], [ -110.00435415843852, 38.565087146032141 ], [ -110.00361710885494, 38.565680153807939 ], [ -110.00313453209573, 38.566131136818846 ], [ -110.00256499978062, 38.566644458853901 ], [ -110.00193376885017, 38.567053617180811 ], [ -110.00142397609852, 38.567396220247396 ], [ -110.00121455608594, 38.56751609161924 ], [ -110.00094967066758, 38.56766252435628 ], [ -110.00063223874716, 38.567790484413813 ], [ -110.00035378982517, 38.568004387851062 ], [ -109.99999057131244, 38.568122943381169 ], [ -109.99966643676129, 38.568237325951834 ], [ -109.99929276145241, 38.56836480164668 ], [ -109.99875650470466, 38.568544955786024 ], [ -109.9980762156124, 38.56876442732942 ], [ -109.99735182887147, 38.568852847303532 ], [ -109.99689140710186, 38.568944426477188 ], [ -109.996684513936, 38.568964281295266 ], [ -109.99606367079026, 38.569035557373269 ], [ -109.99540353400636, 38.569043410920585 ], [ -109.99499047436049, 38.56903085323345 ], [ -109.99479573584634, 38.569002145829742 ], [ -109.99454941219763, 38.568968489132267 ], [ -109.99385691754109, 38.568827362757702 ], [ -109.99337752632552, 38.5687151003509 ], [ -109.99260064023545, 38.568370477249587 ], [ -109.99244096548848, 38.568297009163125 ], [ -109.99217288681169, 38.568177548947858 ], [ -109.99166751734815, 38.567871304080086 ], [ -109.99122745955708, 38.567655737055645 ], [ -109.99076061568398, 38.567385867154037 ], [ -109.9903869787004, 38.567017670571246 ], [ -109.99031332379934, 38.566949447389845 ], [ -109.9900419117982, 38.566658731025882 ], [ -109.98972490972135, 38.566345091258398 ], [ -109.98936711027179, 38.566076156944256 ], [ -109.98910239061884, 38.565717908330804 ], [ -109.98881472005336, 38.565359460840881 ], [ -109.98852799969981, 38.564933432994849 ], [ -109.9883151858464, 38.564557607670331 ], [ -109.9882883368354, 38.56450781117865 ], [ -109.98812500101776, 38.564123401425562 ], [ -109.98798145257513, 38.563801343345901 ], [ -109.98786290839165, 38.563251504885066 ], [ -109.98779967465741, 38.562849936721371 ], [ -109.98778965189533, 38.562746215309673 ], [ -109.98774338055573, 38.562362817201546 ], [ -109.98777137903352, 38.561921485169286 ], [ -109.98783836315799, 38.561728312466855 ], [ -109.98790993737173, 38.561535179406008 ], [ -109.98802420486113, 38.561162181023199 ], [ -109.98813644957509, 38.560933352528167 ], [ -109.98834819765496, 38.560565702263382 ], [ -109.98840135537931, 38.560458021028808 ], [ -109.98854500291436, 38.560035711485725 ], [ -109.98862174313739, 38.559883175302538 ], [ -109.98889187468069, 38.559443934614862 ], [ -109.98909062400134, 38.55918431126625 ], [ -109.98937708028572, 38.558808292426484 ], [ -109.98952471489662, 38.558592384423825 ], [ -109.98979802621236, 38.558253199091169 ], [ -109.98999588621693, 38.558056648521436 ], [ -109.99025755415374, 38.557811083546746 ], [ -109.99048403749525, 38.557619284891928 ], [ -109.99071652200303, 38.557408612904389 ], [ -109.9907861814096, 38.557351538448366 ], [ -109.99109404820602, 38.557084741699406 ], [ -109.99118770325906, 38.55695307647516 ], [ -109.99137494936689, 38.556694251100524 ], [ -109.99157343025948, 38.556452644478 ], [ -109.99184126514913, 38.556175587916158 ], [ -109.9921374715714, 38.555921304321998 ], [ -109.99248411951423, 38.555753065550185 ], [ -109.99295806188422, 38.555509321196574 ], [ -109.99345733890829, 38.555094569845224 ], [ -109.9938397868885, 38.554827505769502 ], [ -109.99419777517691, 38.554668371050646 ], [ -109.99441768467086, 38.554535084362115 ], [ -109.99464339362714, 38.5543973411949 ], [ -109.99496203102848, 38.554179289870063 ], [ -109.99514152431419, 38.554063678257933 ], [ -109.99526881526342, 38.553988171127898 ], [ -109.99556318252404, 38.553864533035018 ], [ -109.9958351504754, 38.553701050416663 ], [ -109.99629842025406, 38.553397723320337 ], [ -109.99640924820801, 38.553268003355051 ], [ -109.99667680219869, 38.553008956493578 ], [ -109.99699094201759, 38.552700743611759 ], [ -109.99726391624407, 38.552464271149098 ], [ -109.99736271560407, 38.552374098856717 ], [ -109.99754281373042, 38.552214331147781 ], [ -109.99761712767503, 38.552151885340336 ], [ -109.9977632100325, 38.552044995263941 ], [ -109.99801210430533, 38.551889420494255 ], [ -109.99826542188157, 38.551828506302385 ], [ -109.99849603980581, 38.551749373879865 ], [ -109.99887053981567, 38.551639029316952 ], [ -109.99899718537733, 38.551609472416523 ], [ -109.99925630093928, 38.551544099776244 ], [ -109.99934840998884, 38.551522357809695 ], [ -109.99961295004692, 38.551479560096226 ], [ -109.99977428098475, 38.551431374102151 ], [ -109.99989593756315, 38.55134770314983 ], [ -110.00014583581827, 38.55111913725959 ], [ -110.00028533963246, 38.550989658444237 ], [ -110.0004250300972, 38.550846663437724 ], [ -110.00048321349995, 38.550788583912102 ], [ -110.00062309029401, 38.550632072637406 ], [ -110.00075169160573, 38.550461046153266 ], [ -110.00095023609045, 38.550211313109635 ], [ -110.00106209811912, 38.550005898780235 ], [ -110.00123833985531, 38.5497091138295 ], [ -110.00136748646901, 38.549498439602175 ], [ -110.00149625843549, 38.54931479726141 ], [ -110.00158387303158, 38.549202897720683 ], [ -110.00175299051945, 38.549006081553649 ], [ -110.0018637395784, 38.548880861446506 ], [ -110.00193944290794, 38.54880040117812 ], [ -110.00209677295589, 38.548626013361876 ], [ -110.00226601220346, 38.548420185711905 ], [ -110.00241676744275, 38.548223212041613 ], [ -110.00262861844143, 38.547923123601542 ], [ -110.00272795251607, 38.547793299511092 ], [ -110.0028681296787, 38.547614258609727 ], [ -110.00301420223649, 38.547340644374493 ], [ -110.0030809447378, 38.547160977775668 ], [ -110.0031343689101, 38.547031663520521 ], [ -110.00322878493074, 38.546842319546506 ], [ -110.00329369487486, 38.546712201829628 ], [ -110.00345861949357, 38.546402700482709 ], [ -110.00357023202417, 38.546214403764822 ], [ -110.00370528878689, 38.545990259447926 ], [ -110.00392202797107, 38.545667680716207 ], [ -110.00403906421646, 38.545501959045566 ], [ -110.004132717678, 38.545367579477158 ], [ -110.00437202745584, 38.545072227119022 ], [ -110.0046640219996, 38.544700722282968 ], [ -110.00486410155848, 38.544337447157844 ], [ -110.00508114088119, 38.543992339303692 ], [ -110.00520958301402, 38.543831219200165 ], [ -110.00529138632267, 38.543723773217579 ], [ -110.00546708607749, 38.543463925023616 ], [ -110.00560904714857, 38.543154225315263 ], [ -110.00562120290611, 38.543104763901404 ], [ -110.00565205752761, 38.542947320220691 ], [ -110.00570198295753, 38.542654862134263 ], [ -110.00575851299278, 38.542299377792766 ], [ -110.00572654544278, 38.541704330220831 ], [ -110.00574442016053, 38.541239475232281 ], [ -110.00560326204418, 38.540657918976336 ], [ -110.00552704664784, 38.540359883481223 ], [ -110.00547901748405, 38.540098134412219 ], [ -110.00539644627185, 38.539845103627194 ], [ -110.00520854635059, 38.539325330844498 ], [ -110.00510889209124, 38.539063142912823 ], [ -110.00481293816416, 38.538474862938337 ], [ -110.00466007831814, 38.538243763491586 ], [ -110.00438068600451, 38.537786293762451 ], [ -110.00420172395508, 38.537451336434273 ], [ -110.00388613958617, 38.537039517656666 ], [ -110.00358710830285, 38.536675601255759 ], [ -110.00340709578103, 38.536417233751322 ], [ -110.00316888738116, 38.536135841066027 ], [ -110.00287598784524, 38.535826946812008 ], [ -110.00265582768928, 38.535568236202906 ], [ -110.00258237910332, 38.535486504596676 ], [ -110.00253143924448, 38.535436505897678 ], [ -110.00231664411329, 38.53520487565477 ], [ -110.00209105062099, 38.534924489434438 ], [ -110.00187047263539, 38.534696413784602 ], [ -110.00157537855087, 38.534464097573569 ], [ -110.00141676520262, 38.534318556558603 ], [ -110.00125230443764, 38.53418107603769 ], [ -110.00107036241381, 38.534063272024007 ], [ -110.00091091536081, 38.533895193790244 ], [ -110.00072427371379, 38.533785459726403 ], [ -110.0005984581296, 38.533757350512275 ], [ -110.00037070603618, 38.533633747303419 ], [ -110.00013952629699, 38.533343396669686 ], [ -110.00000909854499, 38.533234141522129 ], [ -109.99986724941684, 38.533121183957228 ], [ -109.99957339025126, 38.532883466190029 ], [ -109.99928894747025, 38.532628705809053 ], [ -109.99904599156409, 38.532360781773377 ], [ -109.99879156594336, 38.532092759148327 ], [ -109.99864896101265, 38.531951857157836 ], [ -109.99848040951787, 38.531779191853246 ], [ -109.99832224558213, 38.531602109290596 ], [ -109.99823745943583, 38.531511266180544 ], [ -109.99815828423587, 38.531429482790621 ], [ -109.99793765426773, 38.531206806329166 ], [ -109.99773304499558, 38.53106987841273 ], [ -109.99744328948506, 38.530868237503633 ], [ -109.9972897275745, 38.530773200058889 ], [ -109.9972271983217, 38.530732111563175 ], [ -109.99693157233438, 38.530540332058308 ], [ -109.99660153425729, 38.530348256900545 ], [ -109.99639674219732, 38.530224842742889 ], [ -109.99627181092949, 38.530133654086498 ], [ -109.99614713039551, 38.530024443905212 ], [ -109.99599452372576, 38.529860923497019 ], [ -109.99563800572334, 38.529510912561463 ], [ -109.99554200488517, 38.529401947751374 ], [ -109.99537962140894, 38.529116683746267 ], [ -109.99520487843898, 38.528895297022466 ], [ -109.995154211493, 38.528826372727842 ], [ -109.99509224914789, 38.528744734984251 ], [ -109.99490094087766, 38.528477245585385 ], [ -109.9947216063988, 38.52817381158566 ], [ -109.99456950840052, 38.527974246581195 ], [ -109.99448504470746, 38.527860874079828 ], [ -109.99442314663737, 38.527774730642356 ], [ -109.99428819373273, 38.527579818402849 ], [ -109.99410898944375, 38.527267372788067 ], [ -109.99396413596773, 38.526959727936429 ], [ -109.99388238468589, 38.526651723973956 ], [ -109.99380615603783, 38.526359087418989 ], [ -109.99375930704949, 38.526016237355357 ], [ -109.99379072632509, 38.525737142328893 ], [ -109.99383521973408, 38.525507724399688 ], [ -109.99399352078972, 38.525261260778294 ], [ -109.9941743851863, 38.525042026088933 ], [ -109.99433741591525, 38.524867696821389 ], [ -109.99450618101139, 38.524693416562144 ], [ -109.99458766433217, 38.524608504387118 ], [ -109.99469246413767, 38.524496757015498 ], [ -109.99489021649993, 38.524300195616242 ], [ -109.99516296281236, 38.524072736259612 ], [ -109.99534275575087, 38.523930090619096 ], [ -109.99544680178485, 38.523872406758535 ], [ -109.99564323532007, 38.523770456421794 ], [ -109.99582769726511, 38.523704450200967 ], [ -109.99601870773127, 38.523579923266141 ], [ -109.99633689017578, 38.523384391933909 ], [ -109.99653999466852, 38.523214908894609 ], [ -109.996696542367, 38.523093690189967 ], [ -109.9967545057192, 38.523050029118821 ], [ -109.99693435551957, 38.522902875577238 ], [ -109.99726381497453, 38.522720955955755 ], [ -109.99751734282532, 38.522637514925236 ], [ -109.99774730524365, 38.522598930544795 ], [ -109.99805818204362, 38.522515979213352 ], [ -109.99840895325949, 38.52245139188485 ], [ -109.99873098653079, 38.522391063649735 ], [ -109.99887517253272, 38.522333719944847 ], [ -109.99900202856747, 38.522285239692387 ], [ -109.99925560286826, 38.522198190556701 ], [ -109.99957209898091, 38.522123393815207 ], [ -109.99969870473113, 38.522092934233143 ], [ -109.99987123993141, 38.522059262117118 ], [ -109.99992878904081, 38.522045334805426 ], [ -110.00017601558389, 38.522002387193993 ], [ -110.00047965661523, 38.522027509036846 ], [ -110.00066404751982, 38.521966000417727 ], [ -110.00085186821818, 38.522071238808763 ], [ -110.00176129999689, 38.522254725442373 ], [ -110.00212703207742, 38.52235246664285 ], [ -110.00254475324984, 38.522423614238676 ], [ -110.00273874816635, 38.522497360958802 ], [ -110.00366427728973, 38.522762076024371 ], [ -110.00396143026056, 38.522842105543177 ], [ -110.00432618757854, 38.523011024713242 ], [ -110.00472534454322, 38.523181136336589 ], [ -110.00518783728597, 38.523333761162483 ], [ -110.0055015795284, 38.52345898666119 ], [ -110.00665999147837, 38.523891472757086 ], [ -110.00673411447026, 38.523923642822155 ], [ -110.00687643976416, 38.524001450273417 ], [ -110.00721351223584, 38.524098932541747 ], [ -110.00748194959155, 38.524182314384781 ], [ -110.00797350164976, 38.524308139202994 ], [ -110.0083618843763, 38.524428582355405 ], [ -110.00899083668556, 38.524573590073949 ], [ -110.00947228254441, 38.52460019342108 ], [ -110.00953530773424, 38.524605232472226 ], [ -110.00997478172033, 38.524681043530308 ], [ -110.01043406482199, 38.524734490891653 ], [ -110.01058299467043, 38.524749267158704 ], [ -110.0110469285268, 38.524798245525126 ], [ -110.01133874540852, 38.524850274758535 ], [ -110.01152270325707, 38.524820286655057 ], [ -110.01170672258156, 38.52478579288637 ], [ -110.01219515045594, 38.524721424913373 ], [ -110.01235078888014, 38.524665062398135 ], [ -110.0127147527505, 38.524474378444125 ], [ -110.01289420490014, 38.52435423228831 ], [ -110.01313217711473, 38.524148967093176 ], [ -110.0132970677833, 38.523834944079347 ], [ -110.01332314577661, 38.523605363169175 ], [ -110.01332981596752, 38.52353692976498 ], [ -110.01335760388494, 38.523182099341007 ], [ -110.01335592887749, 38.522884696094835 ], [ -110.01329733424905, 38.522555271918272 ], [ -110.01327358072895, 38.522194600035078 ], [ -110.01325699919278, 38.521644740897742 ], [ -110.0131621154883, 38.521116751294961 ], [ -110.01309895713734, 38.520701676417012 ], [ -110.01309554798323, 38.520531324751232 ], [ -110.01309832897681, 38.520327681609849 ], [ -110.01309258122237, 38.519908584647446 ], [ -110.01310988333518, 38.519481571311829 ], [ -110.01311191276119, 38.518912943996121 ], [ -110.0131286730166, 38.518525577931918 ], [ -110.01315788666888, 38.518066222401679 ], [ -110.01319789249045, 38.517656522677086 ], [ -110.01316729867139, 38.517376899045622 ], [ -110.01317258893677, 38.516989436207602 ], [ -110.01323608571835, 38.516539381255718 ], [ -110.01329679225677, 38.516377680384636 ], [ -110.01339102629073, 38.516112626247732 ], [ -110.01340884479603, 38.516067717367591 ], [ -110.01351606280181, 38.515775737099524 ], [ -110.01373987487283, 38.515345055848414 ], [ -110.01397392386919, 38.515004578370437 ], [ -110.01411968103221, 38.514830075456402 ], [ -110.01456583730166, 38.514495888260903 ], [ -110.01492400931232, 38.514305148093236 ], [ -110.01509818898869, 38.51414890663402 ], [ -110.01525473522979, 38.514024057941981 ], [ -110.01560747554674, 38.513810740451724 ], [ -110.01597796872279, 38.513557017932115 ], [ -110.01634113098703, 38.513420386141483 ], [ -110.01651389562362, 38.513367766436815 ], [ -110.01676718525955, 38.513297799025501 ], [ -110.01714814315442, 38.513201867274027 ], [ -110.01756664014438, 38.51312877875101 ], [ -110.01819930807495, 38.5129944019466 ], [ -110.01892847782926, 38.512932924738664 ], [ -110.01942815366122, 38.512878533263219 ], [ -110.01995027716821, 38.512860374771684 ], [ -110.02077076525448, 38.512831191660197 ], [ -110.02158948436804, 38.512932659290314 ], [ -110.02205280237125, 38.513022141808513 ], [ -110.02299091052157, 38.5132011970748 ], [ -110.02319075854349, 38.513265947018525 ], [ -110.02378450963121, 38.513464652421078 ], [ -110.0243778991853, 38.513690387247252 ], [ -110.02473111821433, 38.513864554055296 ], [ -110.02522184223045, 38.514048876350579 ], [ -110.02612765808259, 38.514497992112055 ], [ -110.02645282006677, 38.51462686133204 ], [ -110.02667482423357, 38.514750366332031 ], [ -110.02686260452133, 38.514860068780706 ], [ -110.02733595563889, 38.515057755582184 ], [ -110.02771701246994, 38.515295227325737 ], [ -110.02853365084205, 38.515554335974088 ], [ -110.02886951615449, 38.515740962898903 ], [ -110.02904069196238, 38.515806366275186 ], [ -110.02929748651609, 38.515902218174382 ], [ -110.02977725105447, 38.516050383333926 ], [ -110.03031966240766, 38.516231507857285 ], [ -110.03083353661, 38.516402480691653 ], [ -110.0310269413628, 38.516521234846074 ], [ -110.03156695686845, 38.516881668847347 ], [ -110.03190197936749, 38.517132263993567 ], [ -110.03249090168968, 38.517695863835264 ], [ -110.03283800344542, 38.517901497051554 ], [ -110.03321414230196, 38.518080333554728 ], [ -110.03363139226055, 38.518273025863763 ], [ -110.03374989131579, 38.518332580540623 ], [ -110.03393787244482, 38.518428755612248 ], [ -110.03492751417606, 38.518621658421679 ], [ -110.03508790661854, 38.51863649796298 ], [ -110.0355804937515, 38.518685615151043 ], [ -110.03642386290016, 38.518665522914702 ], [ -110.03663037404219, 38.518662716225357 ], [ -110.03724882048469, 38.518649779127365 ], [ -110.03871586530926, 38.518395983529985 ], [ -110.03930314395672, 38.518225072932808 ], [ -110.04009185278247, 38.518001739919463 ], [ -110.04075439366983, 38.517777368055391 ], [ -110.04147559175644, 38.517454342599393 ], [ -110.04186769913079, 38.517295338962839 ], [ -110.04231219264233, 38.51707818564369 ], [ -110.04288320311184, 38.516835029351924 ], [ -110.043235161859, 38.516675692914575 ], [ -110.04373788753132, 38.516391421257822 ], [ -110.04418434799035, 38.516024680580159 ], [ -110.04445205676203, 38.515730376558643 ], [ -110.04473142290101, 38.515421748084989 ], [ -110.04496443453418, 38.51514878815469 ], [ -110.04514647697992, 38.514826748284747 ], [ -110.04537632112459, 38.514359106262205 ], [ -110.04547223659242, 38.51404447430081 ], [ -110.04557483737459, 38.513657802127241 ], [ -110.04564362580211, 38.513225795137906 ], [ -110.04570973687531, 38.512996532353235 ], [ -110.04576402207231, 38.512794208633288 ], [ -110.04581530828942, 38.512384588415202 ], [ -110.04579659362938, 38.512064516035537 ], [ -110.04577841434121, 38.511703894771365 ], [ -110.04573593058093, 38.511446711459229 ], [ -110.04571386907581, 38.511293330584699 ], [ -110.04565346192798, 38.510743116702145 ], [ -110.04555833695558, 38.510129536964854 ], [ -110.04543956347953, 38.509569835316043 ], [ -110.04527414629317, 38.509068330141446 ], [ -110.0450516892234, 38.50854382998876 ], [ -110.04482106096579, 38.508204005315427 ], [ -110.04466366596945, 38.507963907807643 ], [ -110.04432169849105, 38.507370842428777 ], [ -110.04383962241624, 38.506965880644863 ], [ -110.04316881319853, 38.50652332760739 ], [ -110.04262768156055, 38.506248549901137 ], [ -110.0418300277118, 38.505859023159495 ], [ -110.04131673852683, 38.505647550061688 ], [ -110.04043870717442, 38.505266367670323 ], [ -110.04035323988722, 38.505225114069404 ], [ -110.03978316133728, 38.504972615628702 ], [ -110.03917850530365, 38.504733348481921 ], [ -110.03804350259749, 38.504273438943386 ], [ -110.03757031120105, 38.504066784758102 ], [ -110.03695426309434, 38.503822906617792 ], [ -110.03652700632479, 38.503612120050036 ], [ -110.03604127552479, 38.50348646305391 ], [ -110.03595551257192, 38.503467733406218 ], [ -110.03530906448367, 38.503354267981187 ], [ -110.03453593955398, 38.503280307967309 ], [ -110.0338204525162, 38.503184288814836 ], [ -110.03286440104114, 38.503068255181951 ], [ -110.03221132376632, 38.503022306689196 ], [ -110.03089581821143, 38.502772614330112 ], [ -110.03000894162786, 38.502630094343004 ], [ -110.02929962679119, 38.50241694491487 ], [ -110.02839906512084, 38.502098568596743 ], [ -110.02781227774196, 38.501814332016714 ], [ -110.02727721661688, 38.501521510326604 ], [ -110.0270382938983, 38.501379842164418 ], [ -110.02662297227498, 38.501137577321401 ], [ -110.02621966609334, 38.500854857670738 ], [ -110.02573188097371, 38.500458785949412 ], [ -110.02555084395949, 38.500277043057402 ], [ -110.02527959375024, 38.499981901149489 ], [ -110.03742392212337, 38.499986823726552 ], [ -110.04884036372569, 38.499968355799425 ], [ -110.06034289240614, 38.499944058299384 ], [ -110.07006723762589, 38.499972113449928 ], [ -110.08854774294794, 38.499964198581054 ], [ -110.10650066362632, 38.499962860637694 ], [ -110.1176758749118, 38.499979998297491 ], [ -110.12568642935499, 38.499958968430995 ], [ -110.14060009286624, 38.499983744282432 ], [ -110.16352397949362, 38.500019047375353 ], [ -110.1803072343104, 38.50002056264983 ], [ -110.19874777041886, 38.500008492701042 ], [ -110.21674696512018, 38.499981555866533 ], [ -110.23526751924315, 38.499995811512484 ], [ -110.25072634261177, 38.499992095770452 ], [ -110.25366777000181, 38.500001865321359 ], [ -110.27224581270774, 38.500006132728771 ], [ -110.2820569485509, 38.499976568073073 ], [ -110.29074416310468, 38.499952898260794 ], [ -110.30896216878669, 38.499953665565826 ], [ -110.32659877958284, 38.499952763131176 ], [ -110.32705178257493, 38.499950860945766 ], [ -110.34552096603366, 38.499951889631014 ], [ -110.35849099177456, 38.49998309699626 ], [ -110.3756411029924, 38.500017202675949 ], [ -110.38223537715471, 38.499998099297322 ], [ -110.40066450929667, 38.499995626968563 ], [ -110.41916253369722, 38.499984287696222 ], [ -110.43680624482374, 38.49996682264122 ], [ -110.45522404539506, 38.499950302554851 ], [ -110.47379193404801, 38.499954090414114 ], [ -110.49221412304247, 38.499967820792087 ], [ -110.50070048722044, 38.499968258852569 ], [ -110.51041964066722, 38.499973241724412 ], [ -110.51902757791612, 38.499972859867604 ], [ -110.52886610207914, 38.499963283931692 ], [ -110.53053475137929, 38.499956466377157 ], [ -110.54200279793154, 38.49996131937305 ], [ -110.54675063715352, 38.49995275336282 ], [ -110.55347110749656, 38.499924496085157 ], [ -110.56525456459654, 38.499923768264971 ], [ -110.57640151449058, 38.499928566544774 ], [ -110.58371815940133, 38.499927764485115 ], [ -110.58785247659208, 38.499915349922837 ], [ -110.61082288532405, 38.499948869954245 ], [ -110.6256740155424, 38.49996122847633 ], [ -110.6390800708668, 38.499994295818162 ], [ -110.65650461107289, 38.500019658899546 ], [ -110.66811739342404, 38.499985550742601 ], [ -110.67498104017322, 38.499991280804068 ], [ -110.67962577446676, 38.499959017666256 ], [ -110.69108946815763, 38.499922223768813 ], [ -110.71177077924746, 38.499997475574723 ], [ -110.73026207643623, 38.499978437161957 ], [ -110.75068793230051, 38.499992155627879 ], [ -110.78637687710983, 38.499968060488797 ], [ -110.80574657326299, 38.499970245534072 ], [ -110.82322288734376, 38.499970890777526 ], [ -110.84171072904748, 38.499956781530173 ], [ -110.86012858250433, 38.499957694618146 ], [ -110.87570226168428, 38.500002294220231 ], [ -110.8793663412192, 38.500001619405893 ], [ -110.89774410815176, 38.499978551754772 ], [ -110.90904027618211, 38.499956326906812 ], [ -110.92045109597417, 38.499955620812109 ], [ -110.93470603186287, 38.499941904890235 ], [ -110.95303788149738, 38.499946183919846 ], [ -110.97146148792132, 38.499929591802683 ], [ -110.9901660500323, 38.499959692253675 ], [ -111.00070529275511, 38.500033101229221 ], [ -111.00840617214538, 38.500032801686388 ], [ -111.03508686663125, 38.500004416248046 ], [ -111.04655502502263, 38.499986901026368 ], [ -111.06396369424976, 38.499978687459702 ], [ -111.0823517149914, 38.499949177555671 ], [ -111.10126387179679, 38.499961389402266 ], [ -111.10137167236475, 38.499961296148307 ], [ -111.11979639466108, 38.499948406025055 ], [ -111.12573699803352, 38.500005264002411 ], [ -111.15676980372146, 38.49998586158592 ], [ -111.17522210230855, 38.500000263858844 ], [ -111.19359984157637, 38.50000737619326 ], [ -111.21154161261354, 38.499953814308661 ], [ -111.22997093680718, 38.499959632429245 ], [ -111.25069400001021, 38.499998217921458 ], [ -111.26689846995271, 38.499993954285308 ], [ -111.28537945191371, 38.500013466134654 ], [ -111.3038717792659, 38.500002995988304 ], [ -111.3058213404509, 38.499997921613001 ], [ -111.30573933335691, 38.505014269016172 ], [ -111.30576112669735, 38.510168226030402 ], [ -111.30575969974699, 38.51254291377797 ], [ -111.30571796948995, 38.527083998584985 ], [ -111.30567669977785, 38.541733190537023 ], [ -111.30561737833695, 38.556184128658977 ], [ -111.30548421981288, 38.570819969677444 ], [ -111.30548406182425, 38.585690639375493 ], [ -111.30700546867284, 38.585708287284916 ], [ -111.30698103793094, 38.588060474775929 ], [ -111.30702455334966, 38.592886266046371 ], [ -111.30704408816878, 38.600167872202356 ], [ -111.30700812055093, 38.614636628999335 ], [ -111.30702083533208, 38.617619541839609 ], [ -111.30704346452804, 38.621580219853847 ], [ -111.30706953184804, 38.6249992704875 ], [ -111.30705310967915, 38.672308036587886 ], [ -111.29917297988166, 38.67232845813534 ], [ -111.29914361161616, 38.714972390172214 ], [ -111.29915190658275, 38.744548927277719 ], [ -111.2986510679288, 38.750006805261997 ], [ -111.29845688392248, 38.751737550693313 ], [ -111.29862244795007, 38.758329193387183 ], [ -111.29875478000037, 38.763844015750514 ], [ -111.29882335964922, 38.80758644878923 ], [ -111.29889185299541, 38.851797155536183 ], [ -111.29891644679788, 38.865931707751187 ], [ -111.29893124750122, 38.874970235928672 ], [ -111.2986861115462, 38.894895309895333 ], [ -111.29831959256626, 38.924422331785863 ], [ -111.29813887861278, 38.939124952822965 ], [ -111.29813641124396, 38.939913458811461 ], [ -111.29816211172897, 38.968083037777312 ], [ -111.29815150081583, 38.999960737658846 ], [ -111.29814258806994, 39.011594377984821 ], [ -111.29812666635652, 39.011928738399845 ], [ -111.29810529799269, 39.017843815962593 ], [ -111.29932968594214, 39.017831669524874 ], [ -111.29932675886658, 39.028095543069249 ], [ -111.29932983739957, 39.028825449449975 ], [ -111.29933314599496, 39.032348853052511 ], [ -111.29934129321914, 39.042495526176289 ], [ -111.29938233674106, 39.046744231073241 ], [ -111.29939664621001, 39.056976470128809 ], [ -111.29944044286738, 39.071448396517276 ], [ -111.29945659886177, 39.076638815994819 ], [ -111.29949652463668, 39.086082456963766 ], [ -111.29946517043221, 39.100540987303575 ], [ -111.29941965156857, 39.104816905654637 ], [ -111.29930126186319, 39.117842840472299 ], [ -111.29977549109135, 39.117832610808591 ], [ -111.29972468171633, 39.124951544987837 ], [ -111.29964034104013, 39.132349901600698 ], [ -111.29966703236566, 39.146835201285015 ], [ -111.29970517539074, 39.161284391164742 ], [ -111.29967960313398, 39.17571568693738 ], [ -111.29964857495673, 39.190223554820996 ], [ -111.29970435873587, 39.204717646771677 ], [ -111.29964407526388, 39.219148924261034 ], [ -111.29966023762474, 39.233575463868512 ], [ -111.29968007476049, 39.248042507537789 ], [ -111.29967080237324, 39.249948346549239 ], [ -111.29968095205419, 39.294516283216694 ], [ -111.30082328572578, 39.294531359126672 ], [ -111.30126772840133, 39.308938582248203 ], [ -111.30110925690819, 39.323382471120368 ], [ -111.30102673118229, 39.337958586512642 ], [ -111.30079288245894, 39.352435036845563 ], [ -111.30066310419474, 39.366834590494214 ], [ -111.30076986190738, 39.371425296943272 ], [ -111.30085351522847, 39.374957296226732 ], [ -111.30091455570637, 39.379439985364449 ], [ -111.3008779817095, 39.393906811775288 ], [ -111.30080712701985, 39.40850434599642 ], [ -111.30079843647056, 39.422700707730314 ], [ -111.30098224909283, 39.451651465999745 ], [ -111.30118486846726, 39.463878356634801 ], [ -111.3012401029049, 39.467252687288934 ], [ -111.2847841072315, 39.467145474342345 ], [ -111.28230784858854, 39.467125381120226 ], [ -111.26638053271182, 39.467238643578447 ], [ -111.25072839890225, 39.467273442564178 ], [ -111.24744407651571, 39.467221908110801 ], [ -111.2477921382705, 39.481773293579359 ], [ -111.24761821572353, 39.499943497287475 ], [ -111.24754014079903, 39.510720289573179 ], [ -111.24754173820057, 39.517725983424924 ], [ -111.24754998500885, 39.551172985306657 ], [ -111.2471484653955, 39.551182850270145 ], [ -111.24706213347733, 39.559657389520488 ], [ -111.24700379051438, 39.566181092063779 ], [ -111.24722498187947, 39.580930730115433 ], [ -111.2471493256491, 39.595361993189719 ], [ -111.24707198998964, 39.609980640143554 ], [ -111.24772521486213, 39.624932880543781 ], [ -111.24796235546172, 39.63913991053348 ], [ -111.24760090513841, 39.704411283786811 ], [ -111.24731481322972, 39.70432719716667 ], [ -111.24678353224009, 39.704179658451082 ], [ -111.24624642109401, 39.704032129662977 ], [ -111.24555757411169, 39.703857888627063 ], [ -111.24460037748349, 39.703666188599087 ], [ -111.24392935257053, 39.703582002836875 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 8, \"properties\": { \"NAME\": \"GARFIELD COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 925, \"Color4\": \"2\", \"Shape_Leng\": 628857.25372599997, \"Shape_Area\": 13480400256.700001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.46063497451527, 38.150009338386312 ], [ -112.46016121328648, 38.150001712179012 ], [ -112.45969895133221, 38.149998447106157 ], [ -112.4589171351744, 38.149994644640849 ], [ -112.45753068980568, 38.150001947776687 ], [ -112.45518534731919, 38.149995887292093 ], [ -112.45299417462483, 38.149995082070518 ], [ -112.45089440150105, 38.149999415104922 ], [ -112.444235175949, 38.149991382086569 ], [ -112.44355659364082, 38.150014144786219 ], [ -112.44247295459203, 38.150040978541547 ], [ -112.44132556885802, 38.150018117590506 ], [ -112.44014390170689, 38.149992962237462 ], [ -112.43753602403744, 38.149984361172955 ], [ -112.4336099873565, 38.149973777513928 ], [ -112.42943908118328, 38.149988573406439 ], [ -112.42429940440988, 38.150010468895523 ], [ -112.4214965870059, 38.150012887611965 ], [ -112.41974608601933, 38.150020545844214 ], [ -112.4159335094996, 38.150035035152598 ], [ -112.41138596991317, 38.150049224119336 ], [ -112.40986241122157, 38.150048600002201 ], [ -112.40939454416657, 38.150050611285621 ], [ -112.40801441782162, 38.150031118838299 ], [ -112.40601666386169, 38.150059560622658 ], [ -112.40515505698666, 38.150060861316952 ], [ -112.40376851597303, 38.150063925745748 ], [ -112.40119432680194, 38.150027078383729 ], [ -112.3979588891782, 38.150025084113629 ], [ -112.39453535935921, 38.150034246434757 ], [ -112.39045567706845, 38.150046573743708 ], [ -112.38785373009843, 38.15005031656159 ], [ -112.38529852824108, 38.150112028542061 ], [ -112.38443121077569, 38.150113244475897 ], [ -112.38249140346653, 38.15006850644609 ], [ -112.37936303155652, 38.150055727058515 ], [ -112.37572958369581, 38.150129890673554 ], [ -112.36996556371929, 38.150089129080136 ], [ -112.36552626773305, 38.150095772485422 ], [ -112.36347214540208, 38.150101615551762 ], [ -112.36011149921022, 38.150118055793669 ], [ -112.3526022387119, 38.15012367769647 ], [ -112.34653485532921, 38.150032087833743 ], [ -112.34194520605273, 38.149930517093409 ], [ -112.33976416282847, 38.149860792820753 ], [ -112.33717195105598, 38.149773180212399 ], [ -112.33430549331106, 38.149666096379534 ], [ -112.33145192622551, 38.149639905125873 ], [ -112.32871319497013, 38.149652899662748 ], [ -112.32622556327694, 38.149667500930256 ], [ -112.32567779983327, 38.149669179548106 ], [ -112.32300198057507, 38.149690342744776 ], [ -112.31615544806965, 38.149740237343458 ], [ -112.31301750757173, 38.149766351202153 ], [ -112.30734635042624, 38.149811596905344 ], [ -112.30657029952607, 38.149811221452595 ], [ -112.30454915953008, 38.149811160328248 ], [ -112.30190746543795, 38.149826957592417 ], [ -112.29774895465833, 38.149836936561726 ], [ -112.29200200525936, 38.149792157334232 ], [ -112.28872140747225, 38.149819191137503 ], [ -112.28670678798301, 38.149800726992396 ], [ -112.28225710519696, 38.14986741977706 ], [ -112.28002600260268, 38.149869228721833 ], [ -112.2772300107234, 38.149872634153546 ], [ -112.26904153126564, 38.149870381930675 ], [ -112.26345540571866, 38.149886453265246 ], [ -112.262474037264, 38.149892501074639 ], [ -112.26177891332368, 38.149886453428863 ], [ -112.25604960710076, 38.149938858018302 ], [ -112.25198703973679, 38.149955201863939 ], [ -112.25121691347394, 38.149967915539804 ], [ -112.25110279386365, 38.149968230121019 ], [ -112.25074900919581, 38.149968393671578 ], [ -112.24870646547734, 38.149985623338878 ], [ -112.23439727059693, 38.150109861860329 ], [ -112.23291847043309, 38.15005780485113 ], [ -112.23025471891869, 38.150121788289034 ], [ -112.22555920226114, 38.150166376926187 ], [ -112.22043427599276, 38.150125119201292 ], [ -112.21285704025667, 38.150167568664436 ], [ -112.20741965078508, 38.150210078970446 ], [ -112.20338005559843, 38.150238022927802 ], [ -112.19865018054053, 38.150277381349987 ], [ -112.1954321415929, 38.150296663785667 ], [ -112.18824235761464, 38.150306543517061 ], [ -112.1844245864326, 38.150291035758421 ], [ -112.18288549328216, 38.150320066217439 ], [ -112.17956229261702, 38.150258862919031 ], [ -112.17946530106795, 38.15025983705177 ], [ -112.17647993474942, 38.150199659191735 ], [ -112.17242874540068, 38.150217642097523 ], [ -112.16924990192263, 38.150190754449476 ], [ -112.16606428379848, 38.150168354086929 ], [ -112.15840704575292, 38.150135985771371 ], [ -112.15621152835794, 38.15015311505104 ], [ -112.15567978273592, 38.150158348882513 ], [ -112.15282000853342, 38.150172937234288 ], [ -112.15104641936605, 38.150168704233515 ], [ -112.14958468152227, 38.150110022536055 ], [ -112.14577055784312, 38.14996254446411 ], [ -112.14045570817041, 38.149816006823556 ], [ -112.13607838097614, 38.149777322271405 ], [ -112.13415522974671, 38.149768873369375 ], [ -112.13131315387658, 38.149746717848082 ], [ -112.12577177688931, 38.149709844112515 ], [ -112.12351103496412, 38.149641370602268 ], [ -112.12083428106882, 38.149608367439065 ], [ -112.11489950511806, 38.149592758760392 ], [ -112.10774885854764, 38.149548670709294 ], [ -112.10512941940185, 38.149531892109259 ], [ -112.10060898441984, 38.149461688453002 ], [ -112.09768777674734, 38.149489027852916 ], [ -112.09671764123001, 38.149484572803232 ], [ -112.09245946036523, 38.149398087599145 ], [ -112.08719725279578, 38.149329758885109 ], [ -112.07863089895443, 38.149246525178143 ], [ -112.07472833018137, 38.149282302212185 ], [ -112.07034655619891, 38.149326823970597 ], [ -112.06586666414617, 38.149295468209054 ], [ -112.06184983499087, 38.14932284182936 ], [ -112.06094252307791, 38.149322029270657 ], [ -112.06094611865383, 38.147600647111531 ], [ -112.06095258650355, 38.146077509243106 ], [ -112.06094592991253, 38.145617941775349 ], [ -112.05807021911532, 38.145625859064538 ], [ -112.05730558392295, 38.145623732708536 ], [ -112.05371664695281, 38.14563345571613 ], [ -112.05311182350303, 38.145634374309282 ], [ -112.04826117738489, 38.145596656946864 ], [ -112.04278346356526, 38.145600357598795 ], [ -112.03920028474835, 38.145614091928216 ], [ -112.03684348660788, 38.145598872157095 ], [ -112.03469214282465, 38.145586301424487 ], [ -112.03037259236189, 38.145579214284396 ], [ -112.02520275782244, 38.145565874842823 ], [ -112.02391785729617, 38.145572577395811 ], [ -112.02240582150955, 38.145576737170039 ], [ -112.02205323258671, 38.145579805950632 ], [ -112.01763712074762, 38.145604633698994 ], [ -112.01272463733514, 38.145633576444368 ], [ -112.00762374476612, 38.14565491788732 ], [ -112.00603213606053, 38.145682080324647 ], [ -112.00329806468837, 38.145700961380435 ], [ -112.00074878296446, 38.145713698225691 ], [ -111.98921923509357, 38.145887976424163 ], [ -111.98636647054944, 38.145907462920491 ], [ -111.98268647778481, 38.145938310494287 ], [ -111.97398557759347, 38.146001774850561 ], [ -111.96652285161996, 38.146063424248794 ], [ -111.95825588790761, 38.146063570982591 ], [ -111.95134465157403, 38.146061174567571 ], [ -111.95128028326498, 38.150770661630879 ], [ -111.95127449003365, 38.151203302348101 ], [ -111.94974525461149, 38.151211172552358 ], [ -111.94826172389214, 38.151223160014702 ], [ -111.93507970482935, 38.151220703788503 ], [ -111.93135341018322, 38.15122417671094 ], [ -111.93102810416512, 38.151221348523855 ], [ -111.92261112457766, 38.151229190114279 ], [ -111.91446231031286, 38.151234340669703 ], [ -111.90571989659769, 38.15122998630595 ], [ -111.89673194859925, 38.151213337385371 ], [ -111.89002247591969, 38.151232830554058 ], [ -111.88465140050073, 38.151223841901142 ], [ -111.8804571690241, 38.151228322136042 ], [ -111.87575531520632, 38.151254463614329 ], [ -111.86965478455028, 38.151232201131599 ], [ -111.86460458486567, 38.151237943931612 ], [ -111.85946313662315, 38.151248643523907 ], [ -111.8536253881412, 38.15125066222555 ], [ -111.84729121801151, 38.151256874277045 ], [ -111.84330687772575, 38.151253105717032 ], [ -111.84064303126928, 38.151249671530145 ], [ -111.83397212745072, 38.151252167374281 ], [ -111.82662204017865, 38.151245547763125 ], [ -111.81934632663037, 38.151255974149315 ], [ -111.81118600728833, 38.151258544135352 ], [ -111.80267184876855, 38.151258459565618 ], [ -111.7947739897496, 38.151258095034372 ], [ -111.78430255666532, 38.151265400889052 ], [ -111.77598807878479, 38.151262048010992 ], [ -111.76793612226511, 38.151260896481226 ], [ -111.76023360823292, 38.151279462667347 ], [ -111.75461730877142, 38.151288644423424 ], [ -111.75074828437415, 38.151290908086658 ], [ -111.74612521388623, 38.151216724578951 ], [ -111.74194806313456, 38.151221556570086 ], [ -111.73681206842625, 38.151212431639429 ], [ -111.73154492764817, 38.151213812742192 ], [ -111.72599247221956, 38.151216721557873 ], [ -111.72121609346988, 38.151218209824577 ], [ -111.71594306718424, 38.151201803542065 ], [ -111.71197697609033, 38.151198875199817 ], [ -111.70781796894946, 38.151192469429176 ], [ -111.70322309012873, 38.151197539411562 ], [ -111.69925137286994, 38.151203227479023 ], [ -111.69422276977748, 38.151206020464834 ], [ -111.68889959293666, 38.15119680752931 ], [ -111.68376932750184, 38.1511907366313 ], [ -111.67853068217677, 38.151189574044416 ], [ -111.67064415592645, 38.151185301938412 ], [ -111.66222693807471, 38.151183493607633 ], [ -111.65441461951272, 38.151182219425934 ], [ -111.65006633916984, 38.151197354108568 ], [ -111.64470772065035, 38.151181827904736 ], [ -111.6406274722428, 38.151177116472368 ], [ -111.63525196665704, 38.1511882885099 ], [ -111.63523179951805, 38.150178993567295 ], [ -111.62572876398947, 38.150113743601459 ], [ -111.62414953615924, 38.150152788939693 ], [ -111.61892272201456, 38.150193966957112 ], [ -111.61228492500632, 38.150196312344256 ], [ -111.60559813797492, 38.150209350227293 ], [ -111.59640491610328, 38.150206822418781 ], [ -111.57941641865192, 38.150183707360362 ], [ -111.5696579697245, 38.15014582256336 ], [ -111.56214652766766, 38.150078368846202 ], [ -111.55623572431166, 38.150079472138579 ], [ -111.55365066113684, 38.150078167122835 ], [ -111.54575274948141, 38.150066462608315 ], [ -111.54357285998704, 38.150066657450232 ], [ -111.53586337728105, 38.150070539585478 ], [ -111.52521512171585, 38.150087093589008 ], [ -111.51577108126989, 38.150124438090977 ], [ -111.50755944145234, 38.150133172600384 ], [ -111.50073443507098, 38.15013452837654 ], [ -111.4900564296663, 38.150144416543952 ], [ -111.48193717884897, 38.150146467797526 ], [ -111.4726812079688, 38.15015253783573 ], [ -111.46499451703859, 38.150156182553495 ], [ -111.4558640652419, 38.150159529004043 ], [ -111.44906754021773, 38.150155068035204 ], [ -111.44126678553263, 38.150171114789437 ], [ -111.43399093366676, 38.150171186212766 ], [ -111.4234337739295, 38.150164656833134 ], [ -111.41741335451403, 38.150163674978572 ], [ -111.41410929523055, 38.150169962907221 ], [ -111.41411264058672, 38.153789415337613 ], [ -111.4090279480064, 38.15380723291014 ], [ -111.40261337884475, 38.153792444859675 ], [ -111.39744878451337, 38.153810035002202 ], [ -111.39229553643383, 38.153815643749262 ], [ -111.38588103322218, 38.153813460528376 ], [ -111.38170937793988, 38.153822585821644 ], [ -111.37787434895523, 38.153816961485582 ], [ -111.37573422474446, 38.153805802088065 ], [ -111.3681669779961, 38.153811740979776 ], [ -111.35906467335685, 38.153835414112208 ], [ -111.35128059970761, 38.153849940299274 ], [ -111.34165323023937, 38.153869326950073 ], [ -111.33498764956282, 38.153875008127805 ], [ -111.32482380056828, 38.153889136567336 ], [ -111.31670851300056, 38.153858125104932 ], [ -111.30914672640394, 38.153810677123083 ], [ -111.30371256488532, 38.15378790283269 ], [ -111.2982572439721, 38.153613518581402 ], [ -111.2921389428495, 38.153471174744851 ], [ -111.28554182225794, 38.153464866748976 ], [ -111.27897314855211, 38.153435589036022 ], [ -111.27233586245977, 38.153370052498673 ], [ -111.26674857970762, 38.153287340671049 ], [ -111.26178349707956, 38.153245337323455 ], [ -111.25628765467444, 38.153194369501932 ], [ -111.25078042037012, 38.153147675151743 ], [ -111.24086202318314, 38.153159420888514 ], [ -111.23421910665969, 38.153100754449142 ], [ -111.22943102573744, 38.153078660666445 ], [ -111.22074505808, 38.153009686222454 ], [ -111.21259561830324, 38.152966137450015 ], [ -111.20222614043199, 38.152885309601544 ], [ -111.19532647743665, 38.15282939149099 ], [ -111.19094812940442, 38.152791527800133 ], [ -111.18629814336447, 38.152753932058303 ], [ -111.18039718395062, 38.152695548598643 ], [ -111.1750783865419, 38.152663040297064 ], [ -111.16829290449262, 38.152609870162301 ], [ -111.15800363918139, 38.152633174918293 ], [ -111.14859889458451, 38.15264544992835 ], [ -111.14595085698646, 38.152599200641475 ], [ -111.14206434229793, 38.152495813861989 ], [ -111.13687674190687, 38.152416353549349 ], [ -111.13179201134349, 38.152413156337182 ], [ -111.12567439728068, 38.152433380356769 ], [ -111.11821011542983, 38.152535762736832 ], [ -111.11194974064556, 38.152505845870856 ], [ -111.10337241257653, 38.15246864466512 ], [ -111.09628457365811, 38.152443124502284 ], [ -111.08767304496841, 38.152427336505845 ], [ -111.08122439069243, 38.152418454005137 ], [ -111.07185956952534, 38.15239751877872 ], [ -111.06419535966289, 38.152366808325105 ], [ -111.05656541907712, 38.152365323057793 ], [ -111.04787402804128, 38.15237459478081 ], [ -111.04159088143832, 38.152371580095775 ], [ -111.03232309554383, 38.152360977179406 ], [ -111.02364311864697, 38.152381971734727 ], [ -111.01591045605824, 38.152386878803931 ], [ -111.00846313007007, 38.152387651514672 ], [ -111.00070763892202, 38.152414992281678 ], [ -110.99350570359705, 38.152384171809508 ], [ -110.98765056414867, 38.152387307196655 ], [ -110.98056276535434, 38.152382743053138 ], [ -110.97233361596076, 38.152375685368568 ], [ -110.9681422357377, 38.152356417728257 ], [ -110.96401888221615, 38.152337381884848 ], [ -110.95696533197692, 38.152330502984249 ], [ -110.94879326876627, 38.152309199189652 ], [ -110.94019891133883, 38.152287112570271 ], [ -110.93137060438139, 38.152241728966828 ], [ -110.92137808065679, 38.152244477926999 ], [ -110.91094045355528, 38.152228014791902 ], [ -110.90285965747165, 38.152257660276042 ], [ -110.88906643154151, 38.152263468148746 ], [ -110.88168757050563, 38.152283305206787 ], [ -110.87574674486196, 38.15234025941195 ], [ -110.86267845272899, 38.152244593816704 ], [ -110.85870664332312, 38.152199326096955 ], [ -110.84426304698546, 38.15211797443034 ], [ -110.84094175517288, 38.152104511030672 ], [ -110.82589312289015, 38.152092180765187 ], [ -110.82235613484858, 38.152073365560859 ], [ -110.80754605039144, 38.152063551490571 ], [ -110.80420652272987, 38.152044513117637 ], [ -110.78922761650433, 38.152005069740753 ], [ -110.78570089283065, 38.151994181791835 ], [ -110.76844269811612, 38.151970438638109 ], [ -110.75074231906716, 38.151758462840419 ], [ -110.73146476178201, 38.151846654292491 ], [ -110.71314057762763, 38.151834874897538 ], [ -110.69479897915532, 38.151896798842166 ], [ -110.68271782820619, 38.151909848333624 ], [ -110.66972360044861, 38.151923597476809 ], [ -110.65800772596948, 38.151926119189937 ], [ -110.639717638985, 38.151948047110558 ], [ -110.62569049259226, 38.151962764267431 ], [ -110.62054899948572, 38.15191562361958 ], [ -110.60776608622237, 38.151899767697387 ], [ -110.60218492014656, 38.151903528500512 ], [ -110.59441788500634, 38.151944559423725 ], [ -110.58544158599973, 38.151886182347965 ], [ -110.56710718689276, 38.151878621176358 ], [ -110.5653996773257, 38.151890340692297 ], [ -110.54871926158512, 38.151854473337401 ], [ -110.53035534540379, 38.151827542649158 ], [ -110.52784461917264, 38.151794945024534 ], [ -110.51879381555959, 38.151798769240699 ], [ -110.51032493178113, 38.151826854966465 ], [ -110.50064660715694, 38.151799625039082 ], [ -110.48706480897837, 38.151790665663199 ], [ -110.47565745769572, 38.15175381281648 ], [ -110.43909004474975, 38.151647059439306 ], [ -110.42999360998512, 38.151653736214776 ], [ -110.42077696298179, 38.151707783453965 ], [ -110.40714940299327, 38.151720900503918 ], [ -110.400261704142, 38.151694944684394 ], [ -110.3827876953914, 38.151730593626745 ], [ -110.37566579379887, 38.151733508217546 ], [ -110.36155899902313, 38.151734280263355 ], [ -110.35012866331189, 38.151730172421431 ], [ -110.34520393052325, 38.15172084503196 ], [ -110.32689163524638, 38.151693931563564 ], [ -110.31149666554008, 38.151658769177118 ], [ -110.29304081204906, 38.15161221689538 ], [ -110.2902331113054, 38.151617814393298 ], [ -110.28549090123745, 38.151620604571242 ], [ -110.28165037035274, 38.151619709080464 ], [ -110.27189759061828, 38.151640766410111 ], [ -110.27024264581028, 38.151644014040414 ], [ -110.25717469397536, 38.1516296847322 ], [ -110.25061171381736, 38.151669105228081 ], [ -110.2448882894205, 38.151641459793311 ], [ -110.23814842087702, 38.15167904631501 ], [ -110.23143741398526, 38.151684891189326 ], [ -110.2239501805162, 38.151703251072739 ], [ -110.21509298660924, 38.151757048450207 ], [ -110.20626495712541, 38.151751793820679 ], [ -110.20221262814698, 38.151749121882787 ], [ -110.19743123453735, 38.15174583661755 ], [ -110.18770161162914, 38.151737528270942 ], [ -110.17724697368513, 38.151754880640539 ], [ -110.16948588879448, 38.151767849052071 ], [ -110.15993885246246, 38.151763037563661 ], [ -110.15030053460679, 38.151756789511126 ], [ -110.14324724256255, 38.151755117381995 ], [ -110.13669619882694, 38.151747702051111 ], [ -110.12726920659601, 38.151727598114746 ], [ -110.12568841652701, 38.151733865682225 ], [ -110.12064405987887, 38.151714230369713 ], [ -110.11514252026232, 38.151749515447257 ], [ -110.10800357111431, 38.151754093340706 ], [ -110.10016860733124, 38.151743894240745 ], [ -110.09120359000534, 38.151746964441017 ], [ -110.08419036968277, 38.151737548756671 ], [ -110.07618979977683, 38.151737976777966 ], [ -110.06827477304057, 38.151743044517325 ], [ -110.05900726265124, 38.151751169959425 ], [ -110.04985282479306, 38.151753170088227 ], [ -110.04131750057162, 38.151715351240014 ], [ -110.03296370534343, 38.151673900636752 ], [ -110.02617310311985, 38.151662852511656 ], [ -110.01973056945219, 38.151654317389415 ], [ -110.01302563632292, 38.151638717747311 ], [ -110.00764579483501, 38.151620420652932 ], [ -110.00068874633716, 38.151597479826499 ], [ -109.99790300742256, 38.151668372967997 ], [ -109.99440485225249, 38.151673620780535 ], [ -109.9892292255054, 38.151661635621302 ], [ -109.98294600360524, 38.151688502415404 ], [ -109.97655462641968, 38.151696065835438 ], [ -109.9707167804746, 38.151703627663608 ], [ -109.96398877520967, 38.151707556305993 ], [ -109.95829909908363, 38.151729326118726 ], [ -109.952187457802, 38.151729031602152 ], [ -109.94565904524717, 38.151742702724242 ], [ -109.93837754741497, 38.151744699561739 ], [ -109.93016025653878, 38.151742230069921 ], [ -109.9279632272947, 38.151744726409042 ], [ -109.92786101925306, 38.151320215778071 ], [ -109.92775622641661, 38.151072322326513 ], [ -109.92765317596931, 38.150705482449219 ], [ -109.92756696621137, 38.150357722058139 ], [ -109.9274804405199, 38.150031588203078 ], [ -109.92743224440785, 38.149815754286394 ], [ -109.92731266133539, 38.149409108981246 ], [ -109.92722559663653, 38.149119920377487 ], [ -109.92722398286006, 38.14884052455632 ], [ -109.92722814052718, 38.148556675293378 ], [ -109.92722712064482, 38.14823672954811 ], [ -109.92726046519327, 38.147908085377821 ], [ -109.92734070621091, 38.147494252698486 ], [ -109.92743653161982, 38.147185104885239 ], [ -109.92756668053846, 38.146869961786315 ], [ -109.92774239161558, 38.146560641875745 ], [ -109.92787208313713, 38.146354543014048 ], [ -109.92800021715931, 38.146098862144534 ], [ -109.92806050079795, 38.145878611065875 ], [ -109.92805265088711, 38.145635207366261 ], [ -109.9280860763748, 38.145378661922777 ], [ -109.9281505936238, 38.145180980153569 ], [ -109.9282853729858, 38.144938878001398 ], [ -109.92838578863163, 38.144705474447917 ], [ -109.9285095514532, 38.144436234592312 ], [ -109.92859350928471, 38.144157619183346 ], [ -109.92865418478333, 38.143910334380415 ], [ -109.9286762629648, 38.143649179021203 ], [ -109.92865750728109, 38.143293022006191 ], [ -109.9286743864746, 38.142919165410618 ], [ -109.92869082508614, 38.142653452411011 ], [ -109.9286998695794, 38.14234711658667 ], [ -109.92872611564211, 38.142113036075756 ], [ -109.92880607775047, 38.141717223981836 ], [ -109.92888623657051, 38.141307895138432 ], [ -109.92893549873196, 38.141060505970039 ], [ -109.92900147992697, 38.140840306142003 ], [ -109.92914798715003, 38.140575778937887 ], [ -109.92927678618609, 38.140351645486739 ], [ -109.9295033562009, 38.140074329180422 ], [ -109.92975759277462, 38.139855844519616 ], [ -109.93006973093595, 38.13957930674394 ], [ -109.93037624092277, 38.13929730947271 ], [ -109.93053924911689, 38.139074387313258 ], [ -109.93077754852706, 38.138774644462394 ], [ -109.93097454578739, 38.138568253231035 ], [ -109.93123545010029, 38.138283134841927 ], [ -109.9314310935282, 38.138091150193347 ], [ -109.93161594197977, 38.137935116265538 ], [ -109.93190605891907, 38.137680903908745 ], [ -109.93227542264719, 38.137391361969236 ], [ -109.93255259121743, 38.137164067203408 ], [ -109.93292846717944, 38.136897113125627 ], [ -109.93330200611575, 38.136633741519582 ], [ -109.93369350835404, 38.136390358870464 ], [ -109.93401571489215, 38.136204024847643 ], [ -109.9343656559867, 38.13607201545301 ], [ -109.93481204824765, 38.135976928999568 ], [ -109.93526394746667, 38.13589540923774 ], [ -109.93569211156405, 38.135876758892984 ], [ -109.93611515975036, 38.135817505213979 ], [ -109.93646949191104, 38.135775652472105 ], [ -109.9368234183729, 38.135761733176061 ], [ -109.93720602398278, 38.135737257529193 ], [ -109.93748613163901, 38.135699236246339 ], [ -109.93769247273474, 38.135633510202439 ], [ -109.93789323961248, 38.13555872106857 ], [ -109.93822612279033, 38.135422039691456 ], [ -109.93855913527483, 38.135276346207782 ], [ -109.93894302970028, 38.135162654544281 ], [ -109.93928115705539, 38.13505756064599 ], [ -109.93951005168097, 38.135010059694849 ], [ -109.93987001747075, 38.134972753677673 ], [ -109.9402063832474, 38.134989307559159 ], [ -109.94045128284593, 38.135018553919849 ], [ -109.94079297569345, 38.135061289913047 ], [ -109.94111726916375, 38.135123695172382 ], [ -109.94139509445473, 38.1352433596197 ], [ -109.94171311218525, 38.135345360901113 ], [ -109.94202653225611, 38.135370715163269 ], [ -109.94228368835945, 38.135341488003924 ], [ -109.94272345198323, 38.135309397957052 ], [ -109.94312840364701, 38.135317548494513 ], [ -109.94345958721759, 38.135297997142203 ], [ -109.94363694511046, 38.135263543041056 ], [ -109.94394615466166, 38.135185212576332 ], [ -109.94416973195382, 38.135110617744637 ], [ -109.94443408364407, 38.134977808799626 ], [ -109.94473881956884, 38.134813818930773 ], [ -109.9450259868327, 38.134681213608808 ], [ -109.94533564644821, 38.134571340353254 ], [ -109.94580502831971, 38.134462899881768 ], [ -109.94613704986236, 38.134384768339423 ], [ -109.94657349852604, 38.134185906010799 ], [ -109.94704397680732, 38.134000865592455 ], [ -109.94737139090586, 38.133846084431738 ], [ -109.94778430407902, 38.133696574446397 ], [ -109.94815754395691, 38.133528683073273 ], [ -109.94850725371832, 38.133410147683897 ], [ -109.94894272094234, 38.1332788601486 ], [ -109.94935607999642, 38.133097805414209 ], [ -109.94984436755298, 38.132863345129579 ], [ -109.95022907165666, 38.132691043426377 ], [ -109.95060070845071, 38.132554673040225 ], [ -109.95077964897759, 38.132488679049523 ], [ -109.95126209481906, 38.132263172951347 ], [ -109.95153167663202, 38.132161937703373 ], [ -109.95203084411675, 38.131963614672259 ], [ -109.95238572929475, 38.131881163141628 ], [ -109.95270486129886, 38.131825428771769 ], [ -109.95304448137252, 38.131693271284732 ], [ -109.95344178553606, 38.131516565082386 ], [ -109.95389314038646, 38.131389906756439 ], [ -109.95431044522272, 38.131330536101842 ], [ -109.95449310725279, 38.131323149731635 ], [ -109.95473371063309, 38.131253192324429 ], [ -109.95489432681181, 38.131191535116216 ], [ -109.95512474160407, 38.131035869030299 ], [ -109.95530401086089, 38.130866229107028 ], [ -109.95564530613437, 38.130535807445391 ], [ -109.95585725695173, 38.130474605297437 ], [ -109.95613861926795, 38.130346427065504 ], [ -109.95638671845794, 38.130150360070218 ], [ -109.95665853056792, 38.129891416769986 ], [ -109.95701692729762, 38.129561142905814 ], [ -109.95728911958609, 38.129275164442454 ], [ -109.9574992066717, 38.128943572439411 ], [ -109.95765763575793, 38.128634052512439 ], [ -109.95783291904968, 38.128342706571125 ], [ -109.95792168120481, 38.128118185413875 ], [ -109.95803838588799, 38.127934467595232 ], [ -109.95814329791051, 38.127777682096614 ], [ -109.95830146552439, 38.1274861835861 ], [ -109.95840201704415, 38.127234729527032 ], [ -109.95856069455357, 38.126907185760302 ], [ -109.95868944338017, 38.126678512278417 ], [ -109.95886888561142, 38.126495349696171 ], [ -109.95905447862896, 38.12628069811398 ], [ -109.95920109298696, 38.126079219394384 ], [ -109.95923628599168, 38.125930827444137 ], [ -109.95926095621402, 38.125800366949811 ], [ -109.95931388916823, 38.125688181537015 ], [ -109.95932189574006, 38.125526030169524 ], [ -109.9592663937522, 38.125417390252586 ], [ -109.95924530610759, 38.125295536692654 ], [ -109.95924716127355, 38.125164874047066 ], [ -109.95927125546372, 38.125074964007432 ], [ -109.95925529584926, 38.124993711453861 ], [ -109.95916576420279, 38.124871251458671 ], [ -109.95919056209712, 38.124731779735079 ], [ -109.95925611707833, 38.12453408881936 ], [ -109.95934469091951, 38.12432218201959 ], [ -109.95946182070115, 38.124107824385746 ], [ -109.95955031666824, 38.123901324131587 ], [ -109.95965541134332, 38.123731020215736 ], [ -109.95975455898937, 38.123577787006717 ], [ -109.9598143310719, 38.123385451930005 ], [ -109.95988456380013, 38.12325990085516 ], [ -109.96000176694983, 38.123040135863967 ], [ -109.9601230111938, 38.122937567125959 ], [ -109.96026200469284, 38.122790093584825 ], [ -109.96035600855321, 38.122597159939907 ], [ -109.9604731964169, 38.122378295540663 ], [ -109.96060745564621, 38.122162285767878 ], [ -109.96075317207476, 38.121942772246207 ], [ -109.96089235397729, 38.12178178104886 ], [ -109.96098609941194, 38.121606869279269 ], [ -109.9610626064506, 38.121440817328619 ], [ -109.96114608490697, 38.121265814614745 ], [ -109.96129033803712, 38.121068818329952 ], [ -109.96148725285948, 38.12085876888154 ], [ -109.96163802921215, 38.120684360711714 ], [ -109.96181174581808, 38.120501142719192 ], [ -109.96197309800836, 38.120385407902376 ], [ -109.9620994643286, 38.120323437917669 ], [ -109.96227760676862, 38.120230381917324 ], [ -109.96245606757138, 38.120114797553931 ], [ -109.96254308367564, 38.120011923910994 ], [ -109.9625961347628, 38.119890725542845 ], [ -109.96258080998714, 38.119764417159274 ], [ -109.96260072495211, 38.119566321083397 ], [ -109.96270593364665, 38.119387002886981 ], [ -109.96283363610608, 38.11923041408815 ], [ -109.96298369210959, 38.119106466975744 ], [ -109.96314030464708, 38.118922194706911 ], [ -109.96319488305376, 38.11869286116297 ], [ -109.96328368021939, 38.118463829565954 ], [ -109.96332678776366, 38.118238900890965 ], [ -109.96339764638874, 38.118068291251006 ], [ -109.96348447347464, 38.117897822455205 ], [ -109.96354474730467, 38.117749650232653 ], [ -109.96352397289688, 38.117605269111181 ], [ -109.96348038613058, 38.117460686707886 ], [ -109.96342000872177, 38.117293425219096 ], [ -109.96341248803881, 38.117018481715647 ], [ -109.96340420303252, 38.116797605650845 ], [ -109.96342379631126, 38.116622037398436 ], [ -109.96346062595941, 38.116437608853026 ], [ -109.96345150009593, 38.11627620697125 ], [ -109.96343707889477, 38.116085918787512 ], [ -109.96341041102291, 38.115955004160107 ], [ -109.96341531542727, 38.115608071290048 ], [ -109.96344271304382, 38.115283867787248 ], [ -109.96353790851292, 38.115005324268608 ], [ -109.96361567615435, 38.114749157834865 ], [ -109.96372074785977, 38.114578849695341 ], [ -109.9638428003573, 38.114417703593475 ], [ -109.96398804568211, 38.114229724778106 ], [ -109.96416168991567, 38.114050107306511 ], [ -109.96439778446754, 38.113890867306161 ], [ -109.96466246843427, 38.113726471355676 ], [ -109.96493253605155, 38.113584653159791 ], [ -109.9651564715908, 38.113478477471801 ], [ -109.96539757843583, 38.11336794638634 ], [ -109.96563862101044, 38.113261920420307 ], [ -109.96598161407458, 38.113206359372725 ], [ -109.96626206661682, 38.113136728472206 ], [ -109.96654258213538, 38.113062591265432 ], [ -109.9669150395612, 38.112939693863829 ], [ -109.9672698164496, 38.112857195535909 ], [ -109.96771173102934, 38.112743017275029 ], [ -109.96803677577155, 38.112665662788608 ], [ -109.96834611838885, 38.112569243523865 ], [ -109.96856389968413, 38.112494550548973 ], [ -109.96879352948248, 38.112388417852117 ], [ -109.96897202421403, 38.11226831738427 ], [ -109.9691619237737, 38.112148316710687 ], [ -109.96933458798226, 38.112037176898042 ], [ -109.96957017116773, 38.111913070134335 ], [ -109.96973687834559, 38.111819902225996 ], [ -109.96992544653497, 38.111794518587537 ], [ -109.97018751673048, 38.111814840850798 ], [ -109.97043849798217, 38.11181253440725 ], [ -109.97069600399395, 38.111751704133923 ], [ -109.97103886004278, 38.111705139421126 ], [ -109.97125556168309, 38.111707037179379 ], [ -109.97144907349804, 38.11173576865226 ], [ -109.97180194467674, 38.111788425560142 ], [ -109.97205913755201, 38.111831231911921 ], [ -109.97233091781379, 38.111891288825177 ], [ -109.97267148879185, 38.112007823424761 ], [ -109.97284800748514, 38.112028292859378 ], [ -109.97300870531667, 38.111956697458389 ], [ -109.97327279563255, 38.111832832425712 ], [ -109.97360423973934, 38.111705049060802 ], [ -109.97386916609793, 38.111602819689367 ], [ -109.97416688987833, 38.111520703336275 ], [ -109.97453736765368, 38.111456344810563 ], [ -109.9748586759931, 38.111400568458869 ], [ -109.97507688820043, 38.111294323759964 ], [ -109.9753408468174, 38.11117946526462 ], [ -109.97553593245713, 38.111095548952314 ], [ -109.97587934892985, 38.111008419233904 ], [ -109.9761599099582, 38.110929753137114 ], [ -109.97640099226523, 38.110819199064444 ], [ -109.97659613863635, 38.110730775311374 ], [ -109.97673450997519, 38.110623831975147 ], [ -109.97688942300465, 38.110557588255823 ], [ -109.97712366931637, 38.110528084610159 ], [ -109.97739205847006, 38.110422272416756 ], [ -109.97772590842698, 38.110284584633156 ], [ -109.97808741824693, 38.110126407999488 ], [ -109.97828274908687, 38.110024464438105 ], [ -109.97854149768895, 38.109873503817475 ], [ -109.97869741139586, 38.109735167294048 ], [ -109.97887664899369, 38.109560082492152 ], [ -109.97905040901026, 38.109368727509214 ], [ -109.97924648897873, 38.109212714496458 ], [ -109.97947659494004, 38.10907051529724 ], [ -109.97962592514629, 38.108995207036919 ], [ -109.97972368208315, 38.10893747549769 ], [ -109.97996005267953, 38.108754773987677 ], [ -109.98012742887873, 38.108612028837179 ], [ -109.98039293594049, 38.108384517408879 ], [ -109.98064045745288, 38.108219936047348 ], [ -109.98083640576077, 38.108072931563662 ], [ -109.98110084465598, 38.107922014550908 ], [ -109.98147312729778, 38.10780808147539 ], [ -109.98179495050358, 38.107631524409769 ], [ -109.98200970291821, 38.107362112360157 ], [ -109.98217104192371, 38.107160731360949 ], [ -109.98230571174658, 38.106990662496486 ], [ -109.98240515159951, 38.106811275944906 ], [ -109.98253291496573, 38.106645653181836 ], [ -109.9827448841732, 38.106494277977383 ], [ -109.98290818775735, 38.10631544391201 ], [ -109.98304772843261, 38.106122885334031 ], [ -109.98326791169994, 38.10587244390603 ], [ -109.98339642077399, 38.105652752235692 ], [ -109.98352353888545, 38.105451073171288 ], [ -109.98358513513207, 38.105203765156517 ], [ -109.98360550050458, 38.104968717775741 ], [ -109.98367033436313, 38.1048169691148 ], [ -109.98378644984599, 38.104668367696014 ], [ -109.98397779098443, 38.104441107606142 ], [ -109.98416263018429, 38.104271470324505 ], [ -109.98432484724631, 38.104088118584144 ], [ -109.98439564288752, 38.103917494987662 ], [ -109.98436936560371, 38.10375594589204 ], [ -109.98430363558664, 38.103560709850832 ], [ -109.98432323703622, 38.103380631303132 ], [ -109.98438219124563, 38.103241448726244 ], [ -109.98447529503279, 38.103107067488033 ], [ -109.9846032342232, 38.102927925229089 ], [ -109.98462841201474, 38.102756907199911 ], [ -109.98458497871312, 38.102598814817476 ], [ -109.98457055439351, 38.10240492352343 ], [ -109.98463013090763, 38.102220684161402 ], [ -109.98474691364167, 38.102023420490191 ], [ -109.98480549181429, 38.101911271617631 ], [ -109.98493442549193, 38.101660038315934 ], [ -109.98507440651341, 38.101517049127267 ], [ -109.98522314855751, 38.101400271404103 ], [ -109.98540709230217, 38.101294612355105 ], [ -109.98564844057785, 38.101161510161639 ], [ -109.985895614413, 38.101019445341251 ], [ -109.9862060680925, 38.100837370194995 ], [ -109.98653940229849, 38.100650084131921 ], [ -109.98687202552696, 38.100514161691706 ], [ -109.98716859548973, 38.100511311130845 ], [ -109.98755624555932, 38.100520059577207 ], [ -109.98790380886636, 38.100541078813663 ], [ -109.98830706402728, 38.100576095184636 ], [ -109.98879248825284, 38.100607311181157 ], [ -109.98916292186959, 38.100624017321827 ], [ -109.98959613805347, 38.100636756012939 ], [ -109.98987546654382, 38.100643663997459 ], [ -109.99025216061548, 38.100619864691232 ], [ -109.99054909062308, 38.100590872706867 ], [ -109.99089801868557, 38.1005127583201 ], [ -109.99122458473427, 38.100402006227249 ], [ -109.9915510631111, 38.100297561153248 ], [ -109.99180888350239, 38.100209649628042 ], [ -109.99212328813698, 38.100153766363533 ], [ -109.99231702605516, 38.100164440507442 ], [ -109.99247605815252, 38.100210866374091 ], [ -109.99263447181761, 38.100302348774967 ], [ -109.9928154458037, 38.100412049176434 ], [ -109.99300893716489, 38.100440744889866 ], [ -109.99328894547597, 38.100398082323913 ], [ -109.99354001165625, 38.100386714610941 ], [ -109.99380836864896, 38.100361975819553 ], [ -109.99400799459697, 38.100359178985173 ], [ -109.99413312607251, 38.100382781324463 ], [ -109.99429123340791, 38.100496789906629 ], [ -109.99446589102752, 38.100651495766414 ], [ -109.99464005544765, 38.100842246789306 ], [ -109.99480851888113, 38.101032948779597 ], [ -109.99503326158349, 38.101278206379234 ], [ -109.99521300745458, 38.101478016699112 ], [ -109.99542189328591, 38.101632112604122 ], [ -109.99566407334066, 38.101770270405076 ], [ -109.99597697091309, 38.101908130796197 ], [ -109.99607334927926, 38.101949510190757 ], [ -109.99658307476625, 38.102206211945969 ], [ -109.99694584547861, 38.102367026708684 ], [ -109.99732510801384, 38.102573043146414 ], [ -109.99769309175555, 38.102769949737301 ], [ -109.99794734434667, 38.102943354234398 ], [ -109.99816787805578, 38.103080421034328 ], [ -109.99837700846649, 38.103217390208563 ], [ -109.99859275200384, 38.103287723545492 ], [ -109.99886070006555, 38.10329361197946 ], [ -109.99916161892024, 38.103390806004924 ], [ -109.999433290716, 38.103541824655515 ], [ -109.99963610832108, 38.103723799885685 ], [ -109.99982120626792, 38.103950685970922 ], [ -110.0000060596717, 38.104195594499316 ], [ -110.00011108404196, 38.104439823386819 ], [ -110.00018233816644, 38.104651320130884 ], [ -110.00017204426909, 38.104904481210902 ], [ -110.0002036519201, 38.105179628631987 ], [ -110.00027372798833, 38.105477634388109 ], [ -110.00033344392196, 38.105698946480317 ], [ -110.00043332172771, 38.105902575414952 ], [ -110.0006912683082, 38.106224710115733 ], [ -110.00131735324725, 38.106734728420179 ], [ -110.00251865633956, 38.107722779755484 ], [ -110.0035922008058, 38.108461894220902 ], [ -110.00429459861772, 38.108814826776701 ], [ -110.00495769675165, 38.1091223602822 ], [ -110.00550826444596, 38.109317183743599 ], [ -110.00613335921845, 38.109483795418377 ], [ -110.00665701876021, 38.109560323369955 ], [ -110.00703253443945, 38.109626584595745 ], [ -110.00757833572199, 38.109752863817121 ], [ -110.00810218163342, 38.109815868305404 ], [ -110.00849003106993, 38.109813734723531 ], [ -110.00921467442397, 38.109789205869326 ], [ -110.00954128867144, 38.109760416407035 ], [ -110.01008875239128, 38.109679412629269 ], [ -110.01058682241205, 38.109539409677858 ], [ -110.01118292759227, 38.109319118070488 ], [ -110.01160170393889, 38.109137887542843 ], [ -110.01188343535384, 38.10896902158926 ], [ -110.01222226350245, 38.108795227560506 ], [ -110.01269810793495, 38.108610867903217 ], [ -110.01304808288189, 38.108456091198462 ], [ -110.01331282216314, 38.108278066610069 ], [ -110.01356014977695, 38.108122426254418 ], [ -110.01386170616654, 38.107750942643307 ], [ -110.01417381651196, 38.107442633672484 ], [ -110.01448404757329, 38.107274000500254 ], [ -110.01479943495282, 38.107145965600537 ], [ -110.01512670999767, 38.106981979836895 ], [ -110.01552351265904, 38.106736562782103 ], [ -110.01584051607959, 38.106487772218628 ], [ -110.01592701844315, 38.106416397451738 ], [ -110.01630123569872, 38.106153664949936 ], [ -110.01669225519286, 38.105913602898703 ], [ -110.01695794260804, 38.10566347851411 ], [ -110.01711547833813, 38.105398028927169 ], [ -110.01713043265434, 38.10513318891347 ], [ -110.01716875111487, 38.104827087203319 ], [ -110.01733852153987, 38.104499553912525 ], [ -110.01756434666258, 38.104244588445994 ], [ -110.01786891459682, 38.104071392567057 ], [ -110.01827090003441, 38.103862960233457 ], [ -110.01855841861163, 38.103685113866668 ], [ -110.01871921143935, 38.103601740131545 ], [ -110.01914486786505, 38.103328613013197 ], [ -110.01945560014073, 38.103120315963217 ], [ -110.01973825375285, 38.102879339086257 ], [ -110.01994689917017, 38.102628731778587 ], [ -110.02009264021615, 38.102391118107427 ], [ -110.02021137457473, 38.102040623712796 ], [ -110.02039246859582, 38.101717686391716 ], [ -110.0205832807149, 38.101521003750442 ], [ -110.02077949307163, 38.101346896861955 ], [ -110.02104478914596, 38.101123796904481 ], [ -110.02149387919636, 38.100802189171326 ], [ -110.02178736823274, 38.100602754599066 ], [ -110.02208080763283, 38.100406923837141 ], [ -110.02224910454304, 38.100187519933847 ], [ -110.02240065509353, 38.099940939151963 ], [ -110.02247111834041, 38.099788314088435 ], [ -110.02256985032307, 38.099653949005116 ], [ -110.02269090907838, 38.099555819269703 ], [ -110.02282347915047, 38.099449673954339 ], [ -110.02304832160821, 38.099265887587144 ], [ -110.0232093396074, 38.099164484574935 ], [ -110.02354305365679, 38.098941046332527 ], [ -110.02375671704294, 38.098740042049641 ], [ -110.02397007957539, 38.098561565949488 ], [ -110.02427526794688, 38.098338789860215 ], [ -110.02460860365169, 38.098143283928032 ], [ -110.0249240541027, 38.098006209438161 ], [ -110.02530347892127, 38.097775034233877 ], [ -110.02574693586136, 38.097445251934445 ], [ -110.02602930764178, 38.097222282005454 ], [ -110.02627212505826, 38.096971946283425 ], [ -110.02657422821189, 38.096550864890361 ], [ -110.02685316309527, 38.096156628109028 ], [ -110.02714391616121, 38.095730944935994 ], [ -110.02735376986035, 38.09538570331727 ], [ -110.02760478571061, 38.09494617131363 ], [ -110.02771705371559, 38.094649689784433 ], [ -110.0278935286124, 38.094241083810964 ], [ -110.02798964500273, 38.093872368806529 ], [ -110.0281073658833, 38.093508338616047 ], [ -110.02824957480294, 38.093189573019579 ], [ -110.02847063949177, 38.092857940576451 ], [ -110.02871403024305, 38.092562542020183 ], [ -110.02893965943511, 38.092316564605575 ], [ -110.02917086915058, 38.092079645293055 ], [ -110.02937945120458, 38.091829019928539 ], [ -110.02957728474205, 38.091528736947616 ], [ -110.02973983734034, 38.0913092743249 ], [ -110.02980445643597, 38.091165608712224 ], [ -110.03000240550097, 38.09085631346904 ], [ -110.03018176104044, 38.09065952002473 ], [ -110.0303845272727, 38.090416955981759 ], [ -110.03054159999535, 38.090180323310371 ], [ -110.03073199758181, 38.090010657438832 ], [ -110.03097416800352, 38.089806269652314 ], [ -110.03113060703544, 38.089617396919003 ], [ -110.03122568966194, 38.089325276184667 ], [ -110.03127510390101, 38.089037285100709 ], [ -110.03139250298669, 38.088695779679874 ], [ -110.03150541024193, 38.088435349175555 ], [ -110.03164508681999, 38.088220201419169 ], [ -110.03182544174223, 38.087946807697712 ], [ -110.03195408228409, 38.087790149572974 ], [ -110.03208115488302, 38.087579403655717 ], [ -110.03227219551314, 38.087360171953108 ], [ -110.03253235809552, 38.087087434302155 ], [ -110.03266644694136, 38.086863226793142 ], [ -110.0327958433876, 38.086562374612477 ], [ -110.03295326790969, 38.086297802759262 ], [ -110.03313901718036, 38.086046982421422 ], [ -110.03327850630421, 38.085845349734178 ], [ -110.03337232925969, 38.085647847463505 ], [ -110.03353010561314, 38.085356240292654 ], [ -110.03368633861545, 38.085181782173628 ], [ -110.03388420895993, 38.084962603866629 ], [ -110.03413656760259, 38.084761898003258 ], [ -110.0343672030307, 38.084565519309024 ], [ -110.03458032046082, 38.084400539845554 ], [ -110.03477027887612, 38.084262407147349 ], [ -110.03492532193192, 38.084178062166735 ], [ -110.03501160158771, 38.084120189710752 ], [ -110.03506332193686, 38.08408907080139 ], [ -110.03519003877395, 38.08399097417076 ], [ -110.03540886859156, 38.083911658465574 ], [ -110.03569394351649, 38.083823873513239 ], [ -110.03603164091351, 38.083723000850291 ], [ -110.03650739376563, 38.083528628348539 ], [ -110.03682240459118, 38.083418554919774 ], [ -110.03724043860011, 38.083277781107995 ], [ -110.03753905440733, 38.083113496628897 ], [ -110.03779770594038, 38.082953390389662 ], [ -110.03816073708244, 38.082658950966987 ], [ -110.03843762029149, 38.082412472834754 ], [ -110.03871489100987, 38.082136256058014 ], [ -110.03900992159681, 38.081809714018092 ], [ -110.03931165226973, 38.081406619995342 ], [ -110.03942835272645, 38.081114668723977 ], [ -110.03953793564341, 38.080669447156701 ], [ -110.03962007819491, 38.080404250611267 ], [ -110.03983114515874, 38.080045476500295 ], [ -110.04002903312835, 38.079735261669626 ], [ -110.04024376112088, 38.079445011453537 ], [ -110.0404807703092, 38.079194597629808 ], [ -110.04066013958114, 38.078992380141223 ], [ -110.04096036634105, 38.078702826483976 ], [ -110.0412080650711, 38.078506573218391 ], [ -110.04144406797181, 38.078332755205608 ], [ -110.04170971074785, 38.078159178407631 ], [ -110.04199023151992, 38.077981216046332 ], [ -110.04223203683895, 38.077799332490002 ], [ -110.0424348447837, 38.077547734602888 ], [ -110.04260913895222, 38.077296805305899 ], [ -110.04270868439907, 38.077094835492481 ], [ -110.04276251106215, 38.076901505675366 ], [ -110.04287506553723, 38.076663591752677 ], [ -110.04308852744947, 38.076381437004038 ], [ -110.04329114062365, 38.076144255924994 ], [ -110.04348254025051, 38.075892563244452 ], [ -110.04368090598118, 38.075543592134437 ], [ -110.04389015348704, 38.075234364106734 ], [ -110.04405250929372, 38.075023891557549 ], [ -110.04413976799796, 38.074889414087487 ], [ -110.04435430114668, 38.074611771858251 ], [ -110.04448186854395, 38.074446078200374 ], [ -110.04468406150589, 38.074240434866006 ], [ -110.04491545588826, 38.073980953589384 ], [ -110.04499078468392, 38.073886934673048 ], [ -110.04503720386649, 38.073824224489186 ], [ -110.04522217685484, 38.073627452747829 ], [ -110.04543781489373, 38.073264198812474 ], [ -110.04558423353271, 38.072963469730865 ], [ -110.04573047531414, 38.072676257738458 ], [ -110.04586514082256, 38.072402470290932 ], [ -110.04604028866916, 38.072083948844472 ], [ -110.04627918487041, 38.071684832063596 ], [ -110.04654544853112, 38.071285035537869 ], [ -110.04679774396025, 38.070819333904979 ], [ -110.04700725688835, 38.070487570873986 ], [ -110.04715442325062, 38.070128264509563 ], [ -110.04719893781298, 38.069772632011798 ], [ -110.04719239001082, 38.069398560531162 ], [ -110.04711069669878, 38.069104992214875 ], [ -110.04692112325962, 38.068779005311413 ], [ -110.04674920496535, 38.068498223757167 ], [ -110.0465016759962, 38.068158247338509 ], [ -110.04630611573886, 38.067854742081245 ], [ -110.04614975059503, 38.067605629564589 ], [ -110.0459712912929, 38.067302262525402 ], [ -110.04568677051712, 38.066826796661509 ], [ -110.04549627236271, 38.066572899850279 ], [ -110.04521569977555, 38.06623265231346 ], [ -110.044849231011, 38.065923249801166 ], [ -110.04461778869194, 38.065750131261957 ], [ -110.04444351548155, 38.065563958338778 ], [ -110.04424191955962, 38.065287438011588 ], [ -110.04415527258675, 38.065025370979264 ], [ -110.0440952527304, 38.064731976702589 ], [ -110.04411028596273, 38.0644527115629 ], [ -110.04410769408641, 38.064213859302491 ], [ -110.04409975487876, 38.063947926048613 ], [ -110.04400408986635, 38.063415410558136 ], [ -110.04394515296462, 38.063126531194534 ], [ -110.04387864107029, 38.062981790158155 ], [ -110.04373045641913, 38.062543478370948 ], [ -110.04354725859675, 38.062167968955961 ], [ -110.04340959533627, 38.06179733609838 ], [ -110.04333462127438, 38.061427213335044 ], [ -110.04328226738136, 38.061070793384644 ], [ -110.04324142898507, 38.060705454628966 ], [ -110.04317250763746, 38.060308343466843 ], [ -110.04311369360505, 38.060010452064283 ], [ -110.04301046362811, 38.059622073954145 ], [ -110.04290664779775, 38.059278753484421 ], [ -110.04284119777596, 38.059052907904245 ], [ -110.0428113489826, 38.058719202154087 ], [ -110.04282045193598, 38.058457913636168 ], [ -110.04286909316922, 38.058223984596651 ], [ -110.04296291231145, 38.058021967160954 ], [ -110.0431201446963, 38.0578520096782 ], [ -110.04338901034562, 38.057687466833542 ], [ -110.04360150078925, 38.057563020940101 ], [ -110.04375113016042, 38.057451582020946 ], [ -110.0438496477517, 38.057326208374121 ], [ -110.04391497020349, 38.057123958311372 ], [ -110.04391214421844, 38.056903128873444 ], [ -110.04389689872264, 38.056673185895178 ], [ -110.04386219393605, 38.056361972033109 ], [ -110.04391676330449, 38.056110065657812 ], [ -110.04394178480393, 38.055939031498589 ], [ -110.04391628213617, 38.055709005055697 ], [ -110.04387955861131, 38.055465368559418 ], [ -110.04385370452862, 38.055262376760588 ], [ -110.04383830939092, 38.055131570118988 ], [ -110.04383924738133, 38.055059477661139 ], [ -110.04380047247189, 38.054973543377123 ], [ -110.04381415565888, 38.054797910718726 ], [ -110.04377743286425, 38.05455427416377 ], [ -110.04380309895603, 38.054333676416228 ], [ -110.04384039602628, 38.054095148243391 ], [ -110.04394577947103, 38.05387970514456 ], [ -110.04403923821555, 38.053704721268197 ], [ -110.04409897564437, 38.053493413026224 ], [ -110.04416968732495, 38.053314639035278 ], [ -110.0443385345035, 38.053039327753261 ], [ -110.04450141271191, 38.052784696472749 ], [ -110.04466412578608, 38.052542681129246 ], [ -110.04476427481109, 38.052291144610976 ], [ -110.04488181041354, 38.052017217980563 ], [ -110.04502294562594, 38.051681296584398 ], [ -110.04513549527762, 38.051352352798574 ], [ -110.04533338651572, 38.051034015801555 ], [ -110.04545074234942, 38.050773605841307 ], [ -110.04554536363403, 38.050508504889613 ], [ -110.04567501950672, 38.050266219587058 ], [ -110.04585315102847, 38.050064883963614 ], [ -110.04606655071056, 38.049868340538424 ], [ -110.04626814402253, 38.049703244743441 ], [ -110.04648718106615, 38.049511252531389 ], [ -110.04660394586365, 38.049295899132986 ], [ -110.04670861284849, 38.049134522627057 ], [ -110.04687025872208, 38.048973608047376 ], [ -110.04708864947033, 38.048831178304788 ], [ -110.04729552674863, 38.048697667357061 ], [ -110.04750123555328, 38.048654271800451 ], [ -110.04788346257331, 38.048621318306779 ], [ -110.0482022538276, 38.048646431340465 ], [ -110.04860674731557, 38.048654212141372 ], [ -110.04895379539187, 38.048697576884393 ], [ -110.04938631272208, 38.048741631830289 ], [ -110.04979633013069, 38.048762971998457 ], [ -110.05022896485455, 38.048798012271625 ], [ -110.05061648214415, 38.04879663646846 ], [ -110.05095318349093, 38.04875879902427 ], [ -110.0513465148386, 38.048748455228392 ], [ -110.0517624169281, 38.048755415990719 ], [ -110.0521563175928, 38.048700912699843 ], [ -110.05248293578644, 38.048649470770847 ], [ -110.05285303187922, 38.048584859475049 ], [ -110.05321833687333, 38.048538233473721 ], [ -110.05360027105719, 38.048527790328158 ], [ -110.05391941214371, 38.048525853096258 ], [ -110.05425558899799, 38.048528558325714 ], [ -110.05476299302599, 38.048510108287225 ], [ -110.05512300408307, 38.048431889937987 ], [ -110.05552871339627, 38.0483450251362 ], [ -110.05584958996673, 38.048207908670172 ], [ -110.05611999442188, 38.0480072983474 ], [ -110.05645463543658, 38.047685533868304 ], [ -110.05675369895027, 38.047471633293746 ], [ -110.05705229834165, 38.047293778342805 ], [ -110.05735002960152, 38.047183509644626 ], [ -110.057619213188, 38.047077517591262 ], [ -110.0579162613593, 38.047020415908491 ], [ -110.05825392099209, 38.046906859883428 ], [ -110.05857945993458, 38.046760760692358 ], [ -110.05885634286992, 38.04658723344351 ], [ -110.05907545341341, 38.046386205507268 ], [ -110.05933319207445, 38.046194498801917 ], [ -110.05958117898516, 38.046052282443377 ], [ -110.0598683127921, 38.045878834771884 ], [ -110.06009783451999, 38.045754494695679 ], [ -110.0603561895221, 38.045603347040327 ], [ -110.06057414146478, 38.045492432339898 ], [ -110.06090109693396, 38.0453238066073 ], [ -110.06121101546348, 38.045150537625076 ], [ -110.06150412719349, 38.044954602290701 ], [ -110.06176863419101, 38.044767450445534 ], [ -110.06207929564798, 38.044535603566011 ], [ -110.06234414448454, 38.044321415508485 ], [ -110.06262642922925, 38.04408032825738 ], [ -110.0628453496859, 38.043892810411883 ], [ -110.06310455383949, 38.043674069323892 ], [ -110.06339208339901, 38.043468170892325 ], [ -110.06363947620868, 38.043281779633858 ], [ -110.06388158332744, 38.043062900600994 ], [ -110.06409502948563, 38.042857311686326 ], [ -110.06438904183007, 38.042589275825691 ], [ -110.06476913276576, 38.042273256322559 ], [ -110.0650471989761, 38.042004190646701 ], [ -110.06528896014292, 38.041722218062546 ], [ -110.06561454259287, 38.041211091334489 ], [ -110.06581767149864, 38.04091979798239 ], [ -110.06603201026947, 38.040643013393037 ], [ -110.06622899229345, 38.04038681938377 ], [ -110.0664032295721, 38.040126839378082 ], [ -110.06649644544628, 38.039965353771784 ], [ -110.06658983249969, 38.039790350621971 ], [ -110.06674047747272, 38.039593270591006 ], [ -110.06694291124828, 38.039356044946857 ], [ -110.06715770607404, 38.039132435850412 ], [ -110.06736025151692, 38.038886197792024 ], [ -110.06754645829778, 38.038580346938964 ], [ -110.06763830169383, 38.038436874578395 ], [ -110.06773452577848, 38.038127605936715 ], [ -110.06780125271935, 38.037718063971163 ], [ -110.06785703876591, 38.037362510501069 ], [ -110.06798193114383, 38.036948923282331 ], [ -110.06811149130819, 38.036616485882448 ], [ -110.06828058665944, 38.036311399319743 ], [ -110.06843731634082, 38.03608282122245 ], [ -110.06862891154627, 38.035800443795758 ], [ -110.06874598873169, 38.0355535259935 ], [ -110.06884107617999, 38.035243345995603 ], [ -110.06897153058142, 38.034839715400587 ], [ -110.06909619540848, 38.034443248828758 ], [ -110.06928299922438, 38.03408873181727 ], [ -110.06947566902844, 38.033720742070308 ], [ -110.06966788090135, 38.033388798590458 ], [ -110.06989056879364, 38.032989501682103 ], [ -110.07014538363737, 38.032572433297851 ], [ -110.07037205422115, 38.032218229707453 ], [ -110.07066189812372, 38.03182396851129 ], [ -110.07088207038558, 38.031532800443614 ], [ -110.07110822200923, 38.031219147774365 ], [ -110.07136319588892, 38.030878684616852 ], [ -110.07154428289495, 38.030524118544044 ], [ -110.07167894297029, 38.030236779821934 ], [ -110.07190616731997, 38.029837514602363 ], [ -110.07208035893569, 38.029577525136169 ], [ -110.07224271312047, 38.02935259099543 ], [ -110.07246821575974, 38.029089400791726 ], [ -110.07259557934479, 38.028838053628405 ], [ -110.07268507316672, 38.02860803778713 ], [ -110.0727687337221, 38.028388790943808 ], [ -110.07285024015984, 38.028159613216545 ], [ -110.07293389612231, 38.027850240498303 ], [ -110.07302828535802, 38.027593225236757 ], [ -110.07315159823953, 38.027301288878682 ], [ -110.07329848988363, 38.026946450224465 ], [ -110.07340720896751, 38.026456121935148 ], [ -110.07349570551204, 38.026214381153814 ], [ -110.07362962351851, 38.025984714534154 ], [ -110.07382077477278, 38.025733868446849 ], [ -110.07403516305513, 38.025447154746132 ], [ -110.07425535918419, 38.025151473787751 ], [ -110.07445265570598, 38.024864624701507 ], [ -110.07465581678285, 38.024564302555312 ], [ -110.07493330833304, 38.024242033451685 ], [ -110.07525134934549, 38.023866007140256 ], [ -110.07549516911936, 38.02350291520191 ], [ -110.07569234308249, 38.023225075524572 ], [ -110.07591212963078, 38.022960932093604 ], [ -110.07610890447779, 38.022714632569347 ], [ -110.07627257723745, 38.022382453123996 ], [ -110.07637167047552, 38.022202980000671 ], [ -110.07649975169784, 38.021983177863113 ], [ -110.07663899771372, 38.021781488418689 ], [ -110.07678963468302, 38.021579888241817 ], [ -110.07688432988829, 38.021296735421394 ], [ -110.07698996379912, 38.021049718711652 ], [ -110.07708967511768, 38.020820680570537 ], [ -110.07720658617966, 38.02058276474213 ], [ -110.07727838236087, 38.020308444403078 ], [ -110.07728035998265, 38.020150739700682 ], [ -110.07731205931177, 38.019894129809082 ], [ -110.07734904732868, 38.019670006704416 ], [ -110.07733812981138, 38.019177833870479 ], [ -110.07727582731799, 38.018695171596434 ], [ -110.07721776339655, 38.018328804892754 ], [ -110.07713626219521, 38.018014527193941 ], [ -110.07701549177916, 38.017652174458057 ], [ -110.07693931464712, 38.017367679929777 ], [ -110.07685687733805, 38.017128199134717 ], [ -110.07677979688619, 38.016915798102751 ], [ -110.0766803871921, 38.016667171316641 ], [ -110.07656953068972, 38.016422960836245 ], [ -110.07645805290727, 38.016228314608362 ], [ -110.07634041981615, 38.015979544379213 ], [ -110.07621920058234, 38.015744264736817 ], [ -110.07608613105252, 38.015454816306288 ], [ -110.07588432212374, 38.015196371558289 ], [ -110.07570005335606, 38.014902013978066 ], [ -110.07551708784163, 38.014504021546081 ], [ -110.07540135378103, 38.014285908079351 ], [ -110.07528878846614, 38.014087647117009 ], [ -110.0751940635916, 38.013920169175918 ], [ -110.0749224146502, 38.013327707495648 ], [ -110.07476144486357, 38.012992975025249 ], [ -110.07465161973326, 38.012667657419016 ], [ -110.07448057128623, 38.012319326333717 ], [ -110.0743300835102, 38.011966650552722 ], [ -110.07413687581519, 38.011478449270591 ], [ -110.07408508302127, 38.011067968346843 ], [ -110.07407868082093, 38.010671363702095 ], [ -110.07407052157225, 38.010414440448145 ], [ -110.07406794397694, 38.010166573732761 ], [ -110.07413563279691, 38.00976604613453 ], [ -110.07420224410916, 38.009451129668534 ], [ -110.07416634670781, 38.009135406083146 ], [ -110.07407998921578, 38.008756196951872 ], [ -110.07399857923122, 38.00843650985783 ], [ -110.07396320458258, 38.008079332319681 ], [ -110.07400134101022, 38.007764191627018 ], [ -110.0740787737015, 38.007494423342358 ], [ -110.07419646006254, 38.007103301798118 ], [ -110.07433801206922, 38.006807000301251 ], [ -110.0744550220721, 38.00656007476406 ], [ -110.07458540303108, 38.006155533763874 ], [ -110.07462900372742, 38.005858460958777 ], [ -110.07463905931797, 38.005511554825183 ], [ -110.07468226293926, 38.005246022958268 ], [ -110.07474368250705, 38.004890508338505 ], [ -110.07471900380133, 38.004588391863059 ], [ -110.07471665033297, 38.00432250146293 ], [ -110.07474863375838, 38.004043362317162 ], [ -110.07475800886957, 38.00375052635426 ], [ -110.07477792345773, 38.003525367857961 ], [ -110.07485129600151, 38.003124884074467 ], [ -110.0749512715589, 38.002873317533393 ], [ -110.07506382387159, 38.002527217419605 ], [ -110.07519960528363, 38.00214524941584 ], [ -110.07532229901955, 38.001898367470382 ], [ -110.07549162139384, 38.001566232171783 ], [ -110.07568969645847, 38.001211791075491 ], [ -110.0758813967329, 38.000911375192871 ], [ -110.07605003577356, 38.000633309317926 ], [ -110.07616093988665, 38.000417877923141 ], [ -110.07637654328296, 38.000027522815664 ], [ -110.07655212698963, 37.999649470683948 ], [ -110.07675942188598, 37.999467240966744 ], [ -110.07720870411075, 37.999060693346088 ], [ -110.07757674017788, 37.998775177026019 ], [ -110.07803057945713, 37.998458788090907 ], [ -110.0783759007869, 37.99816768355425 ], [ -110.07886924167158, 37.997879539997925 ], [ -110.07915568994439, 37.997742087744939 ], [ -110.07988271544868, 37.997436842977713 ], [ -110.08062766069983, 37.997064139106698 ], [ -110.08113204730932, 37.996802208875792 ], [ -110.08174060662796, 37.996405900570196 ], [ -110.08234301636723, 37.996045591563856 ], [ -110.08285939496628, 37.995734177953416 ], [ -110.08341540185374, 37.995441096154941 ], [ -110.08363858333716, 37.995352709158034 ], [ -110.08419915752746, 37.995149785453201 ], [ -110.08444504528714, 37.995066981305392 ], [ -110.0848162188931, 37.994983349157138 ], [ -110.08514166207451, 37.994913780295661 ], [ -110.08563775108748, 37.994859056368661 ], [ -110.08593382920418, 37.994861358008926 ], [ -110.08655986898677, 37.994888753806926 ], [ -110.08717982456098, 37.994947643247194 ], [ -110.0877476212556, 37.994988099576886 ], [ -110.08809077995519, 37.994959216786945 ], [ -110.08838155526635, 37.994929926945893 ], [ -110.08887200418611, 37.994870639326152 ], [ -110.08927140708737, 37.994806138305854 ], [ -110.08955068236143, 37.994785769138986 ], [ -110.0898978377642, 37.99480197515701 ], [ -110.09019302541144, 37.99487636022085 ], [ -110.09042033296294, 37.994914169036406 ], [ -110.09116091907772, 37.994888350448392 ], [ -110.09139475485397, 37.994858613102394 ], [ -110.09211870309217, 37.994796609405206 ], [ -110.09267752967513, 37.994733327423013 ], [ -110.09288858917026, 37.994703411375433 ], [ -110.09310523134141, 37.994682550631019 ], [ -110.09329312700534, 37.994683999438152 ], [ -110.09349146748092, 37.994762135830669 ], [ -110.09369554656156, 37.994836711061424 ], [ -110.09407554719439, 37.994960408191758 ], [ -110.09446675952304, 37.995098610639438 ], [ -110.09478367633814, 37.995258771521733 ], [ -110.09523553137687, 37.995559665566525 ], [ -110.09545007250289, 37.995710024359646 ], [ -110.09571535063192, 37.995902231015535 ], [ -110.09638165883995, 37.996361589274393 ], [ -110.09678769916341, 37.996684656904726 ], [ -110.09696408019799, 37.99678965669473 ], [ -110.09717190614172, 37.996930948154365 ], [ -110.09739259103911, 37.997045300049507 ], [ -110.09769315834052, 37.997146745521249 ], [ -110.09827782029514, 37.997299938388821 ], [ -110.09877652284943, 37.997497532799841 ], [ -110.09925239679711, 37.997699456566316 ], [ -110.09968813947724, 37.997923602763819 ], [ -110.09989141863723, 37.998064854622342 ], [ -110.10019631131408, 37.998278984710439 ], [ -110.1003877088086, 37.998460701638749 ], [ -110.10089484244799, 37.9989016926177 ], [ -110.10120411574897, 37.999224005149607 ], [ -110.1015469521838, 37.999596142756381 ], [ -110.10179825567913, 38.000002729527033 ], [ -110.10194907646041, 38.000243617326461 ], [ -110.10207735190839, 38.000465406262613 ], [ -110.10222212149651, 38.000642257834464 ], [ -110.10235767104105, 38.000828051476567 ], [ -110.10249827100536, 38.000973326677602 ], [ -110.1026618135384, 38.001105257836208 ], [ -110.10282486254049, 38.001277741828616 ], [ -110.10299935588765, 38.00144580657544 ], [ -110.10323614774389, 38.001642285300839 ], [ -110.10338847991603, 38.001759709754879 ], [ -110.10361975496728, 38.00194172544024 ], [ -110.10382233979213, 38.002141547285433 ], [ -110.10397334695702, 38.00236801367349 ], [ -110.10415233381512, 38.002635249839123 ], [ -110.10426880478116, 38.002798364347825 ], [ -110.10444883505018, 38.002979988049717 ], [ -110.10468738824858, 38.003126006551049 ], [ -110.10503820037636, 38.00331343579694 ], [ -110.10542904010492, 38.003487649566893 ], [ -110.10572356739189, 38.003620572828503 ], [ -110.10601813952145, 38.003749890644926 ], [ -110.10628409779044, 38.003890706677339 ], [ -110.10653854768383, 38.004041348560094 ], [ -110.10667363146013, 38.004173057910258 ], [ -110.10683122069753, 38.004327469609557 ], [ -110.10705068595841, 38.004545439351595 ], [ -110.10728750952096, 38.004741008896048 ], [ -110.10758090917062, 38.004967650262557 ], [ -110.10781268518861, 38.005110005953284 ], [ -110.10798850168979, 38.005264554389548 ], [ -110.10824203921877, 38.00539716042011 ], [ -110.10850723294094, 38.005601955274791 ], [ -110.10878956676243, 38.005802373122286 ], [ -110.10910032113728, 38.006007511928324 ], [ -110.1095178110658, 38.006240496109719 ], [ -110.1098075831251, 38.006391398408503 ], [ -110.11003986909465, 38.006492295505005 ], [ -110.11034602417493, 38.006607269971745 ], [ -110.11059534143682, 38.006712801137986 ], [ -110.11090681217051, 38.006859358539977 ], [ -110.11122896654715, 38.007064577927714 ], [ -110.11145534428346, 38.007183452829288 ], [ -110.11172635698321, 38.007379271781936 ], [ -110.11200328337148, 38.007557109520185 ], [ -110.11216712930664, 38.007666498197622 ], [ -110.11244400352103, 38.007848840817758 ], [ -110.11274404961225, 38.007998912182856 ], [ -110.11299911339755, 38.008100876576478 ], [ -110.11324919947636, 38.008143319562961 ], [ -110.11355596339817, 38.008208720855556 ], [ -110.11390324297012, 38.00822035091668 ], [ -110.11414253668414, 38.008213141245747 ], [ -110.11445033161439, 38.008192928042348 ], [ -110.11473556359877, 38.008154518921401 ], [ -110.11493553461155, 38.008101948465395 ], [ -110.11520351890854, 38.008076927323998 ], [ -110.11548858766473, 38.00805203408131 ], [ -110.11583592103501, 38.008059152523401 ], [ -110.11614344444244, 38.008061464404527 ], [ -110.11656974923282, 38.00813226261851 ], [ -110.11706456650025, 38.008189153541053 ], [ -110.11752524761434, 38.008243082419845 ], [ -110.11798523315883, 38.008260052509641 ], [ -110.11843621503374, 38.008267940674074 ], [ -110.11885156505653, 38.008302597991616 ], [ -110.11923355474576, 38.008269409268593 ], [ -110.1196627811218, 38.008191509811326 ], [ -110.12013474921024, 38.008158991744324 ], [ -110.12058486102244, 38.008144333583552 ], [ -110.12096099291236, 38.008124614373472 ], [ -110.12136597553625, 38.008073565334399 ], [ -110.12181103682511, 38.008004788961834 ], [ -110.12223890522671, 38.007944895192864 ], [ -110.12263894301555, 38.007830716436864 ], [ -110.12287909395384, 38.007751394326355 ], [ -110.12324431661982, 38.0076910295858 ], [ -110.12355216097797, 38.007666286581724 ], [ -110.12383729006872, 38.007635965943358 ], [ -110.12395155183889, 38.007606174302467 ], [ -110.12447042676627, 38.007555962982472 ], [ -110.1249323525426, 38.007505325587147 ], [ -110.12522327173016, 38.007466933299625 ], [ -110.12569631860113, 38.007438907208964 ], [ -110.12615312570148, 38.007339558733122 ], [ -110.12692350000381, 38.007212795342028 ], [ -110.12763553896258, 38.007106323192396 ], [ -110.1280359986314, 38.007051612511155 ], [ -110.12844060815674, 38.0070311792322 ], [ -110.12901014325887, 38.007030892800806 ], [ -110.12963205050552, 38.006936358589762 ], [ -110.13026603786172, 38.006783328293423 ], [ -110.13086654545363, 38.006571464975067 ], [ -110.13119811924875, 38.006465763561899 ], [ -110.13163193222552, 38.006383347839737 ], [ -110.13249403049895, 38.006204050575775 ], [ -110.13321309817854, 38.006079571117724 ], [ -110.13460163701666, 38.005688735529787 ], [ -110.13525838261306, 38.005535845662081 ], [ -110.13582443345371, 38.005346235074249 ], [ -110.13606472117509, 38.005253367933108 ], [ -110.13628238814567, 38.005146815187182 ], [ -110.13651223655772, 38.00497275666433 ], [ -110.13697857549826, 38.004543573196962 ], [ -110.1372442777791, 38.004225574032212 ], [ -110.13745796500163, 38.00406942032707 ], [ -110.13770423762226, 38.003854021716002 ], [ -110.13813221969153, 38.003294770158845 ], [ -110.13851254090568, 38.002914519486808 ], [ -110.13892665622208, 38.002566059263607 ], [ -110.13915206017991, 38.002283811118573 ], [ -110.13926336280882, 38.002018752718286 ], [ -110.13937717282479, 38.001636548109914 ], [ -110.13958037376072, 38.001304567012482 ], [ -110.1397044501209, 38.000823297988596 ], [ -110.1398237061663, 38.000364525157522 ], [ -110.13984289452218, 38.000184412481289 ], [ -110.13990225859817, 37.999977555686371 ], [ -110.14029119351676, 37.999345007644315 ], [ -110.14067490071035, 37.998671863073298 ], [ -110.1410582329006, 37.998030258696836 ], [ -110.14138884052868, 37.997514445230067 ], [ -110.14171751695032, 37.997066211603538 ], [ -110.14193406129999, 37.996662222194431 ], [ -110.14210883502398, 37.996226383339462 ], [ -110.14231873616005, 37.995903458617747 ], [ -110.14248199254683, 37.99567392505157 ], [ -110.14262497577354, 37.995522653591337 ], [ -110.14275276014185, 37.995307281272666 ], [ -110.14281654715536, 37.99520860695123 ], [ -110.14312587425516, 37.99456194953396 ], [ -110.14351731969793, 37.993708598026487 ], [ -110.14377491885881, 37.993102118942993 ], [ -110.14400147917675, 37.992716223602294 ], [ -110.144274371957, 37.992263069926942 ], [ -110.14461428959972, 37.991823922076975 ], [ -110.14485780565059, 37.991546300296918 ], [ -110.14519822769904, 37.991161230351587 ], [ -110.14531424360892, 37.990977313825105 ], [ -110.14539588829975, 37.990811172758342 ], [ -110.1454825989307, 37.990699144451419 ], [ -110.14555853819678, 37.990632101168273 ], [ -110.14566051096425, 37.9905787659564 ], [ -110.14582076697339, 37.990507828636829 ], [ -110.14624517213417, 37.990245036526893 ], [ -110.14656719521166, 37.989972487293677 ], [ -110.14689615247669, 37.989690974782498 ], [ -110.14707979500723, 37.98956703059612 ], [ -110.14734228866577, 37.989419323593303 ], [ -110.14772620232638, 37.989210308504923 ], [ -110.14843036082897, 37.988782800857201 ], [ -110.14886100623006, 37.988569614031341 ], [ -110.14934951976062, 37.988275730096845 ], [ -110.14967404905714, 37.988178937468376 ], [ -110.15002217779478, 37.988109352521839 ], [ -110.15037693468935, 37.987958700339625 ], [ -110.15069685881537, 37.98776723850046 ], [ -110.15125362794383, 37.987478345767514 ], [ -110.15193554448555, 37.987100226051737 ], [ -110.15251833571072, 37.986924173372131 ], [ -110.15321007351102, 37.986681307139136 ], [ -110.15380362395192, 37.986559401592025 ], [ -110.15451062406859, 37.986474359377802 ], [ -110.15496732587415, 37.98636948944467 ], [ -110.15532770607867, 37.986223368939761 ], [ -110.15559140311429, 37.986067540535984 ], [ -110.15575225953897, 37.985942517755802 ], [ -110.15598877909918, 37.985673834825526 ], [ -110.15612717086331, 37.985521612256683 ], [ -110.15668538348764, 37.985003781706325 ], [ -110.15696232601115, 37.984684915544797 ], [ -110.15730229230277, 37.984331350806045 ], [ -110.15756049138787, 37.984157453122776 ], [ -110.15781176004916, 37.984091657469705 ], [ -110.15865225247484, 37.983881368376146 ], [ -110.15905732777459, 37.983708517940933 ], [ -110.15941199393791, 37.983562343901063 ], [ -110.15972768101983, 37.983339282463284 ], [ -110.16002644125142, 37.983102580243212 ], [ -110.16040520958565, 37.982839410336702 ], [ -110.16075634100369, 37.982603080058226 ], [ -110.16105452070191, 37.982316801228045 ], [ -110.16148261932138, 37.981720510054174 ], [ -110.16182383159743, 37.98125428213207 ], [ -110.1621547297503, 37.980693346410476 ], [ -110.1623593570517, 37.980221637439314 ], [ -110.16257008409454, 37.979713920711085 ], [ -110.1627713168855, 37.979039401086951 ], [ -110.16292028835603, 37.978454636080443 ], [ -110.1629939227807, 37.977986499812005 ], [ -110.16303801862618, 37.977612786609662 ], [ -110.16310483308426, 37.977243741362976 ], [ -110.16313861727254, 37.976775321353486 ], [ -110.16316347184924, 37.976090532943864 ], [ -110.16325648147136, 37.975419748357503 ], [ -110.16330251802174, 37.974874807334139 ], [ -110.16341249934578, 37.974213155902305 ], [ -110.16356228365187, 37.973555392413516 ], [ -110.16364281763668, 37.972980053176542 ], [ -110.16383299454172, 37.972273907762386 ], [ -110.16406967561331, 37.971482471704782 ], [ -110.16421678118915, 37.971059919709226 ], [ -110.16433726368575, 37.970474949577415 ], [ -110.16451938587547, 37.96997603783263 ], [ -110.16477448008105, 37.969567771028252 ], [ -110.16504223121599, 37.969046934563281 ], [ -110.16531052950825, 37.968477432654659 ], [ -110.16551409144009, 37.968094935297515 ], [ -110.16573563436921, 37.96763235191446 ], [ -110.16618094827903, 37.967012730638579 ], [ -110.16653302704916, 37.966583516624326 ], [ -110.1667756632438, 37.966368930307823 ], [ -110.16713793977755, 37.965943391726526 ], [ -110.16753554114371, 37.965514496881795 ], [ -110.16800227137878, 37.965012185284372 ], [ -110.1686517256628, 37.964457988191739 ], [ -110.16917961677787, 37.964083183373781 ], [ -110.16973545279724, 37.963753636991299 ], [ -110.17018827887335, 37.963472931331019 ], [ -110.17060126106725, 37.963191942984828 ], [ -110.17112979172991, 37.96275855104075 ], [ -110.17151390412636, 37.962513406906766 ], [ -110.17208185968055, 37.962116339147954 ], [ -110.17236850385366, 37.961933595252162 ], [ -110.17263158224731, 37.961821885456175 ], [ -110.17344953215841, 37.961463521167381 ], [ -110.17406234382651, 37.961125341592741 ], [ -110.17440603378087, 37.96093037534127 ], [ -110.17458383671546, 37.960809049902082 ], [ -110.17480182108562, 37.960657362770306 ], [ -110.17505929074422, 37.96053749668129 ], [ -110.17598052365945, 37.96010232931885 ], [ -110.17634138829148, 37.959897563628253 ], [ -110.1765251585871, 37.959751041335309 ], [ -110.17677784658115, 37.959549122092618 ], [ -110.17700106136269, 37.959438024719212 ], [ -110.17785271922214, 37.959115014926773 ], [ -110.17866537465795, 37.958716019638771 ], [ -110.17947904409647, 37.958225095824616 ], [ -110.18018875050689, 37.957869534197918 ], [ -110.18054930225898, 37.957690890179371 ], [ -110.18073859963873, 37.957557918793945 ], [ -110.18104307858223, 37.957303175726054 ], [ -110.18165877112756, 37.956699100236875 ], [ -110.18239830601071, 37.956217554177229 ], [ -110.18326378030675, 37.955669282205342 ], [ -110.18400823756262, 37.955255355600222 ], [ -110.18450059439883, 37.954992893625764 ], [ -110.18498795396549, 37.954667305725735 ], [ -110.18553167021814, 37.95439167604755 ], [ -110.18635785580797, 37.953892679048003 ], [ -110.18690656096113, 37.953576520066562 ], [ -110.18739403961123, 37.953238305004881 ], [ -110.18786470953567, 37.952875637427752 ], [ -110.18823748258697, 37.952616840386789 ], [ -110.18850773152286, 37.95236544648759 ], [ -110.18886910850811, 37.952107470069976 ], [ -110.18929818632732, 37.951903134295051 ], [ -110.18977872473464, 37.951780266119528 ], [ -110.19032537180455, 37.951648838206289 ], [ -110.19081075598704, 37.951498960883342 ], [ -110.1912514532044, 37.951272165955281 ], [ -110.19173217931525, 37.951027618857502 ], [ -110.19258481116363, 37.950600861215854 ], [ -110.19327765515773, 37.950213559174202 ], [ -110.19380340918642, 37.950013474763985 ], [ -110.19442548546269, 37.949851901142978 ], [ -110.19532110541192, 37.949655243141898 ], [ -110.19574352755809, 37.949536459318431 ], [ -110.19619910922603, 37.949508028116981 ], [ -110.19710060712329, 37.94929337115417 ], [ -110.19803231552768, 37.94891668348447 ], [ -110.19903420729831, 37.94836471732507 ], [ -110.19992100667329, 37.947929125832871 ], [ -110.20052667481737, 37.947703417543394 ], [ -110.20131161740044, 37.947213046674186 ], [ -110.20185045448267, 37.946851686302168 ], [ -110.20225850802375, 37.946480423957695 ], [ -110.20276003547528, 37.945884474378822 ], [ -110.20327861551718, 37.945289539319077 ], [ -110.2038105514488, 37.944616281152875 ], [ -110.20411565511834, 37.944185732399632 ], [ -110.20439528927793, 37.943583767905473 ], [ -110.20469305721124, 37.942882784730244 ], [ -110.20485183351175, 37.942406180829074 ], [ -110.20508374060378, 37.941479431974209 ], [ -110.20513323957353, 37.941110242544774 ], [ -110.20521182767341, 37.940681765237692 ], [ -110.2053250192732, 37.940210260223779 ], [ -110.20544376326443, 37.939751410443129 ], [ -110.20555049572974, 37.939351062468134 ], [ -110.205662577168, 37.938982295206763 ], [ -110.20577954862176, 37.938582016085341 ], [ -110.20586475391134, 37.93817250963987 ], [ -110.20589100328573, 37.9378482266522 ], [ -110.20593081319997, 37.937321247543075 ], [ -110.20591883515027, 37.936847995582916 ], [ -110.20583322374551, 37.936343603158541 ], [ -110.20582818337657, 37.935648683422798 ], [ -110.20579337426648, 37.935287937049111 ], [ -110.20576830504537, 37.934445072292256 ], [ -110.20557401333453, 37.933465873209357 ], [ -110.20532934865717, 37.932409724771425 ], [ -110.20514649436159, 37.931426095544033 ], [ -110.20484062195403, 37.930243353217008 ], [ -110.20474283138344, 37.929814584674709 ], [ -110.20444762877442, 37.929226757631042 ], [ -110.20416901168416, 37.92868410595586 ], [ -110.20398712918568, 37.928245755153227 ], [ -110.2038323405973, 37.927721965801176 ], [ -110.20360037128778, 37.927075079846482 ], [ -110.20346601909696, 37.92687228383619 ], [ -110.20323530947722, 37.926636389207452 ], [ -110.20283544848527, 37.926259649993924 ], [ -110.2022836627271, 37.925727760768233 ], [ -110.20169282466513, 37.925125304187972 ], [ -110.20115144791674, 37.924684509513796 ], [ -110.20089226097951, 37.924452923345171 ], [ -110.2007745085443, 37.924294399668646 ], [ -110.20064606249557, 37.924072713633244 ], [ -110.20048072511833, 37.923580392797099 ], [ -110.20023565409437, 37.92309654263925 ], [ -110.19992679322631, 37.922724918290598 ], [ -110.19959050944081, 37.922259373461529 ], [ -110.19934697281685, 37.921634932102101 ], [ -110.1991246197892, 37.921155740499543 ], [ -110.19910431010142, 37.920930282184671 ], [ -110.19910228702015, 37.920592288258291 ], [ -110.19916888818636, 37.920325962487823 ], [ -110.19920317559398, 37.920101776965957 ], [ -110.19914442073689, 37.919854426267179 ], [ -110.19903870069797, 37.919636498145842 ], [ -110.19878227552813, 37.919152567463627 ], [ -110.19871155648813, 37.91885466334427 ], [ -110.19861843767706, 37.918524160530502 ], [ -110.19846394117694, 37.917978734774337 ], [ -110.19834634899041, 37.917387594846332 ], [ -110.19831652514958, 37.916990828081438 ], [ -110.19832612589197, 37.916630381093462 ], [ -110.19839642017267, 37.915918847885564 ], [ -110.19847927789489, 37.915621989459588 ], [ -110.19865309151432, 37.915330256736183 ], [ -110.1988948643564, 37.915066024800886 ], [ -110.19923979750799, 37.914730391810323 ], [ -110.19957389885877, 37.914344212346847 ], [ -110.19999456212329, 37.913843256317776 ], [ -110.20047774523972, 37.913346328594265 ], [ -110.20077799058255, 37.912933778389259 ], [ -110.20090696998588, 37.91257864793743 ], [ -110.20094538509422, 37.912182344781016 ], [ -110.20083660533147, 37.911721952427129 ], [ -110.20086306027261, 37.911379644941498 ], [ -110.2010546478098, 37.911020432914952 ], [ -110.20124535648499, 37.910742329966553 ], [ -110.20156180382804, 37.910302849012062 ], [ -110.20185962254654, 37.9096919972039 ], [ -110.20213561736745, 37.909310823603661 ], [ -110.20240736990783, 37.909006229571588 ], [ -110.2026497502933, 37.908682508967154 ], [ -110.2027196419273, 37.908530665718047 ], [ -110.20317715378177, 37.907772180379865 ], [ -110.20341503456888, 37.907337569867586 ], [ -110.20376819103402, 37.906761336076627 ], [ -110.20401228614908, 37.906277195737225 ], [ -110.20411742155206, 37.906021041110002 ], [ -110.20423494956393, 37.905670335453046 ], [ -110.20433590042205, 37.905274453435808 ], [ -110.20442547607053, 37.904878494410426 ], [ -110.2044777642711, 37.90424794963684 ], [ -110.20454220149789, 37.903545384214873 ], [ -110.2046408775951, 37.902937684805039 ], [ -110.20472123506758, 37.902235226700064 ], [ -110.20478445566128, 37.901645313122543 ], [ -110.20481764135921, 37.901203908345494 ], [ -110.20483365975898, 37.900772301667956 ], [ -110.2048382754423, 37.900343321774244 ], [ -110.20483457657581, 37.900158533602443 ], [ -110.20490337417939, 37.899578571544389 ], [ -110.20503071360505, 37.898843082656519 ], [ -110.20512236103137, 37.898253360530774 ], [ -110.20530430278384, 37.897728239119047 ], [ -110.20550205156724, 37.897319489741477 ], [ -110.20578388414718, 37.897023967927126 ], [ -110.20622016729968, 37.896643865078197 ], [ -110.20672964355977, 37.89633185021065 ], [ -110.20722793611934, 37.896001732086489 ], [ -110.20750903206282, 37.89577379740971 ], [ -110.20771668694962, 37.895500303500484 ], [ -110.20791456114432, 37.895078031404147 ], [ -110.20820418556623, 37.894584273370889 ], [ -110.20844595191184, 37.894311007550584 ], [ -110.20878409276835, 37.894065427617875 ], [ -110.20920742799109, 37.893829431931934 ], [ -110.20979055173822, 37.893540430410631 ], [ -110.21090431167801, 37.893083740251221 ], [ -110.21187302266692, 37.892896453963409 ], [ -110.21271639426838, 37.892730853559172 ], [ -110.21388970040036, 37.892553931703816 ], [ -110.21491973841252, 37.892480591785393 ], [ -110.21546551858835, 37.892492342246683 ], [ -110.21631179338159, 37.892588108187439 ], [ -110.2176510942613, 37.892844870939825 ], [ -110.21846818321843, 37.893012530264592 ], [ -110.21913691206588, 37.893228770533746 ], [ -110.21982982172527, 37.893417227429453 ], [ -110.22067970262145, 37.893604015772205 ], [ -110.22142824037702, 37.893802745708044 ], [ -110.22206902833651, 37.893973720256092 ], [ -110.22283543806856, 37.894204104375689 ], [ -110.22370799583032, 37.894399132190564 ], [ -110.22460477156493, 37.89456276808685 ], [ -110.2251263032788, 37.894719421082854 ], [ -110.22592604150293, 37.89491845951941 ], [ -110.22670327452673, 37.895094812539753 ], [ -110.22756590059011, 37.895262707990042 ], [ -110.22827490509619, 37.895438602893464 ], [ -110.22890420989859, 37.895622984307224 ], [ -110.22939793731774, 37.89572085269041 ], [ -110.23008542554572, 37.895779428687561 ], [ -110.23081234449511, 37.895874309785768 ], [ -110.23148272937746, 37.895937272290972 ], [ -110.23227162661328, 37.89597847187926 ], [ -110.23313075570914, 37.896047162350811 ], [ -110.23416526143369, 37.896094455594643 ], [ -110.23486422351128, 37.896144065494795 ], [ -110.23588148636593, 37.896209257297123 ], [ -110.23694503341247, 37.896198131048862 ], [ -110.2379915210358, 37.896186884749454 ], [ -110.23912880572379, 37.896194241829456 ], [ -110.24038606149671, 37.896148285032581 ], [ -110.24167105457497, 37.896170089978717 ], [ -110.24268342323789, 37.896158582135428 ], [ -110.2436043938872, 37.896187036174332 ], [ -110.24453636978312, 37.896251605104304 ], [ -110.24515004474168, 37.896300606527923 ], [ -110.24566131856837, 37.896353454977948 ], [ -110.2467357813815, 37.896387374538421 ], [ -110.2475088541579, 37.896420259189668 ], [ -110.24827911308746, 37.896618056255093 ], [ -110.24921132097167, 37.896772718349261 ], [ -110.24980043446978, 37.896889135384399 ], [ -110.25034055454871, 37.897014250317241 ], [ -110.25070375980694, 37.897088665925715 ], [ -110.2513445096145, 37.897273000447939 ], [ -110.25215403506473, 37.897638661277824 ], [ -110.25254475756819, 37.897804276003441 ], [ -110.25289651389576, 37.897886723736349 ], [ -110.25343055108929, 37.897939682972293 ], [ -110.25450954655231, 37.898090727689876 ], [ -110.25508876134452, 37.898175510574397 ], [ -110.2554453374235, 37.89834450473505 ], [ -110.25577975851655, 37.898454774098667 ], [ -110.25696152470546, 37.898566789509481 ], [ -110.25800705959527, 37.898653599613247 ], [ -110.25912669514709, 37.898723742427421 ], [ -110.25990477290902, 37.898827778932585 ], [ -110.26048323358754, 37.898989139952917 ], [ -110.26115254857778, 37.89916458778459 ], [ -110.26179419848023, 37.899263248922978 ], [ -110.26245376466049, 37.899276396574002 ], [ -110.26307451276546, 37.899190155930164 ], [ -110.2643901109568, 37.899000102192502 ], [ -110.26550716211709, 37.898759224118486 ], [ -110.26657862361323, 37.898527064212395 ], [ -110.26717732929417, 37.898368561534824 ], [ -110.26813625263739, 37.898014012873823 ], [ -110.2694773254883, 37.897544661339033 ], [ -110.27000875764475, 37.897286584989786 ], [ -110.27068386111215, 37.8968761775876 ], [ -110.27150787167432, 37.896358533399876 ], [ -110.27233329915818, 37.89569578474331 ], [ -110.27316455772932, 37.895016842983665 ], [ -110.27367525029763, 37.894551325483519 ], [ -110.2739973146234, 37.894183784154869 ], [ -110.27419881335402, 37.893932666046013 ], [ -110.27449301595153, 37.893506367753076 ], [ -110.27496058644159, 37.892797230780566 ], [ -110.27539914291407, 37.892146496995473 ], [ -110.27590777865015, 37.891306921926386 ], [ -110.2763822335947, 37.890472542112967 ], [ -110.27678643603349, 37.889843222548173 ], [ -110.27701736514817, 37.889371464308773 ], [ -110.27734030284998, 37.888445119349242 ], [ -110.27750003037703, 37.887810690790005 ], [ -110.27776350765394, 37.887032692196748 ], [ -110.27796752600219, 37.886520208664514 ], [ -110.27828771832162, 37.885756075891614 ], [ -110.27849397179362, 37.885013776085593 ], [ -110.2785669912372, 37.884523020575251 ], [ -110.27867702397511, 37.883735066045418 ], [ -110.27881583308293, 37.882911235983492 ], [ -110.27889391834667, 37.88248360143762 ], [ -110.27901289869254, 37.881943555974949 ], [ -110.27906797674979, 37.881542819040199 ], [ -110.27906016424981, 37.881177748542463 ], [ -110.27898077139183, 37.880573397625106 ], [ -110.2788385786078, 37.879995700630701 ], [ -110.27881900141445, 37.879671116041663 ], [ -110.27876645580606, 37.879229161652958 ], [ -110.27882148021078, 37.878833832064998 ], [ -110.27885994074387, 37.878387928667344 ], [ -110.2787554918106, 37.8780213646749 ], [ -110.27862330736562, 37.877700596465715 ], [ -110.27823098843892, 37.877004197718811 ], [ -110.27799048345409, 37.876598043242254 ], [ -110.27792993713473, 37.876393980094406 ], [ -110.27787101006332, 37.876024089254386 ], [ -110.27782613699351, 37.875379390722017 ], [ -110.27779633931812, 37.874937575157247 ], [ -110.27781647339863, 37.874622246665076 ], [ -110.27778125519993, 37.874153359045081 ], [ -110.27777816611606, 37.873887459088159 ], [ -110.27778098174741, 37.873599063051934 ], [ -110.27773643474137, 37.873386986236483 ], [ -110.27762673745887, 37.873093393414784 ], [ -110.27749325341426, 37.872790641587422 ], [ -110.27724739816264, 37.872352006039662 ], [ -110.27713017825661, 37.872130469881469 ], [ -110.27702494477796, 37.871845916780345 ], [ -110.27697109350734, 37.871539146842601 ], [ -110.27696170617294, 37.871336298514734 ], [ -110.2770042636639, 37.871053554200095 ], [ -110.27712051702056, 37.870791992086303 ], [ -110.27725377021829, 37.870535941955787 ], [ -110.27740932029437, 37.870325093113699 ], [ -110.27784023112649, 37.869859065129987 ], [ -110.27815141208855, 37.869428353179266 ], [ -110.27869608847433, 37.868954006485858 ], [ -110.2790118471722, 37.868635981758899 ], [ -110.27927749322653, 37.868326662326282 ], [ -110.27969464678729, 37.867986724046418 ], [ -110.28051144663129, 37.867586136691294 ], [ -110.28113392252563, 37.867292512410579 ], [ -110.28141971081337, 37.867132024307999 ], [ -110.28160855965943, 37.867002489298592 ], [ -110.28195284974224, 37.866671111186754 ], [ -110.28222315490632, 37.866348293947532 ], [ -110.2825105983587, 37.866133735659425 ], [ -110.28276612272639, 37.866045163236677 ], [ -110.28326191073083, 37.865917494933846 ], [ -110.28413774133784, 37.865874153521027 ], [ -110.28441041502248, 37.865892935662551 ], [ -110.28469383860174, 37.865975774293993 ], [ -110.28505562206546, 37.866185269131577 ], [ -110.28542908058967, 37.866363288459048 ], [ -110.28609685231407, 37.866556610939625 ], [ -110.28671539575954, 37.866785683135397 ], [ -110.28722545673619, 37.866946498409462 ], [ -110.28767315805203, 37.867089809640575 ], [ -110.28825044611267, 37.867353774608212 ], [ -110.28853795050993, 37.867486199792147 ], [ -110.28918970615048, 37.867810095474354 ], [ -110.28981711756222, 37.868183411827772 ], [ -110.29048988061578, 37.868570517545521 ], [ -110.29074387149714, 37.868760418132936 ], [ -110.29093549079271, 37.86893371927944 ], [ -110.29108186023635, 37.86908331404166 ], [ -110.29119377839936, 37.869268752933436 ], [ -110.29129884725026, 37.869575825026281 ], [ -110.29143638381942, 37.870054338056335 ], [ -110.29164747570653, 37.870569345178374 ], [ -110.29186942202145, 37.871138494736464 ], [ -110.29213181070723, 37.871640290057634 ], [ -110.29218576813875, 37.871942547482504 ], [ -110.29232443537867, 37.872303898096838 ], [ -110.29250810736609, 37.872715090076106 ], [ -110.29273243604683, 37.873036396758387 ], [ -110.2930300222755, 37.873425739865446 ], [ -110.29339565671904, 37.873833516491977 ], [ -110.29353575344912, 37.874046160952155 ], [ -110.29366439530787, 37.874267749439547 ], [ -110.29373599291266, 37.874628695882194 ], [ -110.2936121179454, 37.87497945664402 ], [ -110.29357275856989, 37.875529008677184 ], [ -110.29362056619784, 37.875880799442179 ], [ -110.29376820810926, 37.876494563775331 ], [ -110.29384414110802, 37.876878068332957 ], [ -110.29397830896751, 37.877712567983473 ], [ -110.29412940610322, 37.878560688258794 ], [ -110.29416667346155, 37.879421645178844 ], [ -110.2941755495785, 37.880278826581197 ], [ -110.2941098884083, 37.881201355204873 ], [ -110.29403547002016, 37.881849838621299 ], [ -110.29408746338862, 37.882359379891582 ], [ -110.29423475828177, 37.882892024767862 ], [ -110.29439709486078, 37.883874503740365 ], [ -110.29453015405161, 37.884827064299031 ], [ -110.29458017511186, 37.885543890146593 ], [ -110.29476402035108, 37.885941559551938 ], [ -110.29508931503955, 37.886413080291462 ], [ -110.29559691941677, 37.886847836971761 ], [ -110.29588365424686, 37.887070368575131 ], [ -110.29638085320225, 37.887523986721241 ], [ -110.29667351586477, 37.887841187317335 ], [ -110.29690423627069, 37.888094926899534 ], [ -110.29740151017381, 37.88842236051125 ], [ -110.29809104049613, 37.888863599850225 ], [ -110.29851455280944, 37.889055395367585 ], [ -110.29930924623089, 37.889321502614017 ], [ -110.29998391437088, 37.889532813389451 ], [ -110.30084481837679, 37.889893939485987 ], [ -110.3013660158781, 37.890099824271701 ], [ -110.30172334229833, 37.890196579952324 ], [ -110.30265988177972, 37.890377883389277 ], [ -110.30343215823052, 37.890491511992032 ], [ -110.30396105585753, 37.890484726362189 ], [ -110.30474586037107, 37.890475844944689 ], [ -110.3054501284747, 37.890565625070685 ], [ -110.30617621229889, 37.89075467151973 ], [ -110.30702764766967, 37.890917412794103 ], [ -110.30750468952897, 37.890983310490519 ], [ -110.30796513792075, 37.890999537730004 ], [ -110.30859743424811, 37.890881579096479 ], [ -110.30952102415198, 37.890625626045058 ], [ -110.30984580406859, 37.890555427436212 ], [ -110.31013015012215, 37.890552587764368 ], [ -110.31069863212328, 37.890569437395058 ], [ -110.31115384620593, 37.890536951807412 ], [ -110.31146136458024, 37.890488278694328 ], [ -110.31193389611883, 37.890427951367506 ], [ -110.31290713601302, 37.890334494206151 ], [ -110.31409063239163, 37.890255773687009 ], [ -110.31532517575106, 37.890190857543111 ], [ -110.31632015276348, 37.890205653473046 ], [ -110.31738303020708, 37.890256886404508 ], [ -110.31883252060643, 37.890314854026578 ], [ -110.31971859427838, 37.89042362656371 ], [ -110.32025859804669, 37.890445673188374 ], [ -110.32104427918424, 37.890341151285547 ], [ -110.3214138328274, 37.890347788694825 ], [ -110.32198148186174, 37.890455609441126 ], [ -110.32269031068914, 37.890670592230705 ], [ -110.32313362054259, 37.890695674432578 ], [ -110.32386783719251, 37.890622382935511 ], [ -110.32439766593778, 37.890513664901121 ], [ -110.32504719717552, 37.890373184403586 ], [ -110.32579771923074, 37.890381991850496 ], [ -110.32654852887416, 37.890359250958696 ], [ -110.32719719366592, 37.890313389216537 ], [ -110.32768034673352, 37.890334175555672 ], [ -110.32819716619514, 37.89040472308529 ], [ -110.32875301198303, 37.890561113587758 ], [ -110.32921248240194, 37.890685407114667 ], [ -110.32955884491405, 37.890741457833897 ], [ -110.33041769363027, 37.890719307562286 ], [ -110.33100360836622, 37.890695600182454 ], [ -110.3318901945574, 37.890750206583412 ], [ -110.33341285635507, 37.890894032703443 ], [ -110.33404937864786, 37.890933687149641 ], [ -110.33448274347836, 37.890927125152487 ], [ -110.33464666646198, 37.890910025978641 ], [ -110.33534121783006, 37.890820215418486 ], [ -110.33586528100483, 37.890718623486762 ], [ -110.33621794202632, 37.890707093280895 ], [ -110.33692257670859, 37.890760635630365 ], [ -110.33810871826536, 37.891019672880645 ], [ -110.33864269223096, 37.891081258129134 ], [ -110.33912601536116, 37.891083972630113 ], [ -110.33976920285944, 37.891014577260435 ], [ -110.34057751251484, 37.890920867315621 ], [ -110.34170977759025, 37.89084608846396 ], [ -110.34350063187267, 37.890887635078045 ], [ -110.34505727856164, 37.89104952602078 ], [ -110.34613589529236, 37.891253806649921 ], [ -110.34668693671217, 37.891315450235652 ], [ -110.34758527393151, 37.891329445544528 ], [ -110.34822701814483, 37.891423129831274 ], [ -110.34914616589374, 37.891657143763908 ], [ -110.35000852065502, 37.891883626603772 ], [ -110.35117715505925, 37.892201019660099 ], [ -110.35223862900295, 37.892418669337786 ], [ -110.35352721182913, 37.892547427730079 ], [ -110.35470422995672, 37.892689079868163 ], [ -110.35590278220762, 37.892839851004879 ], [ -110.35686306286733, 37.892926217887904 ], [ -110.35756816619711, 37.892930068227251 ], [ -110.35821668814894, 37.892901159337612 ], [ -110.35891660531902, 37.892847290604315 ], [ -110.36027158586266, 37.89266539089094 ], [ -110.36134103872392, 37.892621627092105 ], [ -110.36210358602237, 37.892558164957258 ], [ -110.36271832738785, 37.892489391299172 ], [ -110.36347012050474, 37.892353758658658 ], [ -110.36436994768719, 37.892196388338917 ], [ -110.36504044819391, 37.892123397143735 ], [ -110.36567911211219, 37.892049329276034 ], [ -110.36650550416644, 37.89183386409875 ], [ -110.36754855410732, 37.891551059087462 ], [ -110.36864184838967, 37.891376669463156 ], [ -110.37000281138826, 37.891154131388546 ], [ -110.37102733106339, 37.891041540691312 ], [ -110.37192158626291, 37.890866958144628 ], [ -110.37261014886401, 37.890807539513901 ], [ -110.3736335834335, 37.89082200268269 ], [ -110.3747190023892, 37.890903481938579 ], [ -110.37566370005669, 37.890814761735982 ], [ -110.37627928968524, 37.890642272875048 ], [ -110.37664957416176, 37.890563117861113 ], [ -110.37699688541562, 37.89051087890315 ], [ -110.37733892752163, 37.890409039896952 ], [ -110.37801079504891, 37.890305337935978 ], [ -110.3793662623719, 37.890189916304266 ], [ -110.37988320564146, 37.890116030706388 ], [ -110.38043047100726, 37.889952173049274 ], [ -110.38105889159725, 37.889739168409378 ], [ -110.38169598425478, 37.889576678405902 ], [ -110.38237380308229, 37.889439634859635 ], [ -110.38351444780554, 37.889170719344115 ], [ -110.38426559650026, 37.888967353113429 ], [ -110.38482375852753, 37.888858510876794 ], [ -110.38545024115923, 37.888739207149399 ], [ -110.38657240733131, 37.888501710722963 ], [ -110.38739844683488, 37.888316740547545 ], [ -110.3883215167758, 37.888087204060483 ], [ -110.38892564581013, 37.887919095719894 ], [ -110.38945618962471, 37.887710044381215 ], [ -110.3899524815192, 37.887379138361958 ], [ -110.3903483998803, 37.887083762221209 ], [ -110.39106399949613, 37.886497118007 ], [ -110.3916755748065, 37.886112723190394 ], [ -110.39204667286764, 37.885929874831689 ], [ -110.39245143961904, 37.88580127675791 ], [ -110.39325446968382, 37.88564318534592 ], [ -110.39470227714308, 37.885209004066127 ], [ -110.39604156042668, 37.884832832354213 ], [ -110.39710234074637, 37.884441699903164 ], [ -110.39794085484185, 37.88411251198972 ], [ -110.398739415363, 37.883801139914972 ], [ -110.3993730125423, 37.883497933798445 ], [ -110.40026395560612, 37.88301126995087 ], [ -110.40085759474924, 37.882725878102626 ], [ -110.40148593274232, 37.882508256836864 ], [ -110.40209577416968, 37.882186889226901 ], [ -110.40298139833791, 37.881650606295217 ], [ -110.40366663788066, 37.881284547994547 ], [ -110.4042095530499, 37.880940297863397 ], [ -110.40467395550611, 37.880460453744405 ], [ -110.4050189953375, 37.879975498058464 ], [ -110.40523869956748, 37.879521453543703 ], [ -110.40541929224426, 37.878981587877632 ], [ -110.40549805473077, 37.878378116932033 ], [ -110.40548947324417, 37.878031074384474 ], [ -110.40540209602079, 37.877584491234941 ], [ -110.40535346529417, 37.877268791741578 ], [ -110.40532674225564, 37.877056852010767 ], [ -110.4052688433931, 37.87647972954337 ], [ -110.40523799380895, 37.876073990074886 ], [ -110.40525302341918, 37.875618911015678 ], [ -110.40529528227172, 37.875312683489256 ], [ -110.4053037568639, 37.874965726909075 ], [ -110.40526276951134, 37.874406715609787 ], [ -110.40511543653224, 37.873639868559529 ], [ -110.40510624105067, 37.873369432889668 ], [ -110.40514259684743, 37.87309021439453 ], [ -110.40514531447553, 37.872752241584337 ], [ -110.40505765522734, 37.87234170828598 ], [ -110.40498802975182, 37.871809590863428 ], [ -110.40500740346154, 37.871521273532871 ], [ -110.40498530352242, 37.871300343916339 ], [ -110.40493690915693, 37.871097307345956 ], [ -110.40486221718794, 37.870488553824231 ], [ -110.40482995812408, 37.870258559810758 ], [ -110.4047294114437, 37.8700372335175 ], [ -110.40459008862842, 37.869689529335155 ], [ -110.40445895442384, 37.869030918588294 ], [ -110.40434476708477, 37.86838591284004 ], [ -110.40417828961952, 37.867881244827714 ], [ -110.40409589732444, 37.867523913762348 ], [ -110.40401295409683, 37.867235078499888 ], [ -110.40390119031883, 37.866995668661851 ], [ -110.40377824009504, 37.866733669605594 ], [ -110.40364960639776, 37.866471641625637 ], [ -110.40354990369404, 37.866146669171641 ], [ -110.40349520387434, 37.865880509023476 ], [ -110.40340089622227, 37.865591615688047 ], [ -110.40327302891785, 37.865234954795369 ], [ -110.40319588460184, 37.864932628776096 ], [ -110.40318024937895, 37.864756796298508 ], [ -110.40316828499866, 37.864125826596293 ], [ -110.40312662813061, 37.863652433596414 ], [ -110.40300608533335, 37.863093017205443 ], [ -110.40301384146129, 37.862836186353753 ], [ -110.40312459341088, 37.862495155550448 ], [ -110.40358647713953, 37.861608815219839 ], [ -110.40390305117425, 37.861119210307592 ], [ -110.40413291148236, 37.860809425546066 ], [ -110.40423768832089, 37.86050351398633 ], [ -110.40426270898517, 37.860219731297704 ], [ -110.40422586022147, 37.859854518613439 ], [ -110.40414292468074, 37.859565683135379 ], [ -110.40401393894518, 37.859348718466102 ], [ -110.40356978574874, 37.858742598851997 ], [ -110.40321096784254, 37.858127897069195 ], [ -110.40312319022907, 37.857735386806453 ], [ -110.40304688981031, 37.857329415146225 ], [ -110.40297721879632, 37.856806308051702 ], [ -110.40287341106507, 37.856287534265483 ], [ -110.40266444495317, 37.855277018446145 ], [ -110.40265996005226, 37.854564968635671 ], [ -110.40255830317705, 37.85378032173881 ], [ -110.40252889463798, 37.853198833839976 ], [ -110.40261347913298, 37.852577365722048 ], [ -110.40273041641919, 37.852172373699233 ], [ -110.40288076105897, 37.851853174490472 ], [ -110.40306520350134, 37.851534147925101 ], [ -110.40324905592107, 37.851288123411386 ], [ -110.40346709314326, 37.851031456168435 ], [ -110.40400580723225, 37.850475377515494 ], [ -110.40452750025823, 37.849914703742989 ], [ -110.40487741977758, 37.849511788569721 ], [ -110.40547819807939, 37.849009193373071 ], [ -110.40586112834009, 37.848740735711118 ], [ -110.40622675400404, 37.848503735070359 ], [ -110.406661232525, 37.848326566102131 ], [ -110.40823277353442, 37.847810817928213 ], [ -110.40946876743799, 37.847465515048185 ], [ -110.41133676494435, 37.846970138850885 ], [ -110.41254345861131, 37.846732813289002 ], [ -110.41349452532704, 37.846480682925275 ], [ -110.41414983100411, 37.846258619394433 ], [ -110.41469151289151, 37.846031480994171 ], [ -110.41525027533977, 37.845799918388373 ], [ -110.41587118900401, 37.84561372651563 ], [ -110.416668335241, 37.845419391432465 ], [ -110.41719281337834, 37.845210182270598 ], [ -110.41791657269579, 37.844952384327108 ], [ -110.41849201124751, 37.844765953775884 ], [ -110.41914065004016, 37.844665505196907 ], [ -110.4201012692661, 37.844638693927692 ], [ -110.42070402052347, 37.844592088892867 ], [ -110.42109666030248, 37.844525520728482 ], [ -110.42160946591389, 37.844353187820388 ], [ -110.42239048506454, 37.844037058816319 ], [ -110.42321756212293, 37.843643638161083 ], [ -110.42382229493865, 37.843341056872269 ], [ -110.42424321074071, 37.843144828920821 ], [ -110.42470087770441, 37.842899207339912 ], [ -110.42528350480556, 37.84251449191698 ], [ -110.42608931429592, 37.841928068256813 ], [ -110.42659822925224, 37.841520454394264 ], [ -110.42694168622324, 37.841197657069657 ], [ -110.42735315469456, 37.840897722026298 ], [ -110.42793135777765, 37.840346230656614 ], [ -110.42887516602846, 37.839544145011715 ], [ -110.42961920819224, 37.838853747233351 ], [ -110.43011120930539, 37.838423503335854 ], [ -110.43068910192436, 37.837759333590441 ], [ -110.43110322996604, 37.837256604643159 ], [ -110.43146466909685, 37.836806796770816 ], [ -110.43183298177576, 37.836201095297056 ], [ -110.43202876624986, 37.835715335434202 ], [ -110.43224951422548, 37.835234202064555 ], [ -110.43257188085495, 37.834690466571239 ], [ -110.43284726967913, 37.834344790884487 ], [ -110.43301435548616, 37.834043658405292 ], [ -110.43321146958303, 37.833530863621249 ], [ -110.43354387857975, 37.832563560397958 ], [ -110.43382207883599, 37.831699645526768 ], [ -110.43424110571959, 37.830399273481135 ], [ -110.43442428688975, 37.829476315510178 ], [ -110.43459141619465, 37.828422590761342 ], [ -110.43471501477832, 37.827116291100189 ], [ -110.43477428643315, 37.826049429657644 ], [ -110.43483712034974, 37.825260187293104 ], [ -110.43488283379567, 37.824480777009917 ], [ -110.43479537239459, 37.824029704336425 ], [ -110.43476889157115, 37.823777211562522 ], [ -110.43480455900709, 37.823570082317133 ], [ -110.43491517950604, 37.823219103686469 ], [ -110.43503788237223, 37.822773545726818 ], [ -110.43505770782158, 37.822408611776844 ], [ -110.4350654154498, 37.822142763379382 ], [ -110.43514208425742, 37.821773595465899 ], [ -110.43523637875199, 37.821327900940219 ], [ -110.4352909746773, 37.820873002915562 ], [ -110.43541343094114, 37.820458988918119 ], [ -110.43542695511782, 37.82017514215179 ], [ -110.43547504443356, 37.819828369566345 ], [ -110.43556768714703, 37.819598980322638 ], [ -110.43579259876198, 37.819158417536642 ], [ -110.4358471895098, 37.818703519046998 ], [ -110.43580517393131, 37.818252664340484 ], [ -110.43571771377644, 37.817801591889896 ], [ -110.43564884031225, 37.81714781429622 ], [ -110.43560234701461, 37.816539209191582 ], [ -110.43556959816178, 37.816214581664582 ], [ -110.43561365424824, 37.815800191405089 ], [ -110.43563258258229, 37.815552422575017 ], [ -110.43555173328804, 37.814979704978228 ], [ -110.43546280269047, 37.814722406173672 ], [ -110.43540224025803, 37.814469749805355 ], [ -110.43539290439708, 37.81420381933188 ], [ -110.43543493182754, 37.813906589264988 ], [ -110.4354449016873, 37.81334331976452 ], [ -110.43544340790271, 37.812793514884916 ], [ -110.43547602963389, 37.812239366914625 ], [ -110.4354790147909, 37.811847312286105 ], [ -110.43576523100658, 37.810812179366742 ], [ -110.43597382810249, 37.810272393448678 ], [ -110.43615251423952, 37.809930751753051 ], [ -110.43624760899479, 37.809376902292357 ], [ -110.43634321611103, 37.808755457018485 ], [ -110.4365513510393, 37.808275154009102 ], [ -110.43686139228569, 37.807838600597215 ], [ -110.43722325975214, 37.80730855782631 ], [ -110.43747005629501, 37.806971745829721 ], [ -110.43770473928328, 37.806734019437236 ], [ -110.43828772986359, 37.806254600508517 ], [ -110.43884093969352, 37.805806582587671 ], [ -110.43920109047546, 37.805650568556253 ], [ -110.4396618615819, 37.805558123697828 ], [ -110.44013354866775, 37.805524314000799 ], [ -110.44114933130768, 37.805646307369962 ], [ -110.44175627963381, 37.805752835679634 ], [ -110.44228296801515, 37.805958124916096 ], [ -110.44279111167965, 37.806212896082904 ], [ -110.44371587019441, 37.806658908027124 ], [ -110.4442176345561, 37.807008280361607 ], [ -110.44470961862892, 37.807299019368294 ], [ -110.4454001993988, 37.807617730734187 ], [ -110.44609014655701, 37.808022059421191 ], [ -110.44685958658361, 37.808431263899266 ], [ -110.44731206601618, 37.808690260714293 ], [ -110.44796331385099, 37.808954693976389 ], [ -110.44909662866149, 37.809320523044001 ], [ -110.44983305528912, 37.8095898508411 ], [ -110.45046791460729, 37.809768569389199 ], [ -110.45084824303214, 37.809801888817127 ], [ -110.45130859253047, 37.809767981609461 ], [ -110.45202427651104, 37.809771312994833 ], [ -110.45285386055058, 37.809734610223046 ], [ -110.45343906977212, 37.80971479419371 ], [ -110.45390566191317, 37.809604294532427 ], [ -110.45493513716022, 37.809419787591132 ], [ -110.45606631837514, 37.809307846025291 ], [ -110.45674817599993, 37.809275841443146 ], [ -110.45771440864463, 37.809193767741782 ], [ -110.45843058155151, 37.809129464246944 ], [ -110.45934513961507, 37.808966923051742 ], [ -110.46034713242773, 37.808809281864725 ], [ -110.46117128429987, 37.808736443201887 ], [ -110.46183048039677, 37.808695292421433 ], [ -110.46250699006413, 37.8086163619517 ], [ -110.4634616136354, 37.808566635222824 ], [ -110.46421704712159, 37.808570073530483 ], [ -110.46489883647394, 37.808546133206114 ], [ -110.46557468565412, 37.80855821436807 ], [ -110.46627909704821, 37.808547888324057 ], [ -110.46724472132242, 37.80854775279478 ], [ -110.46788623262935, 37.808595717781863 ], [ -110.46854381573579, 37.808778948233837 ], [ -110.46890071792298, 37.808911247757933 ], [ -110.46939397346168, 37.809039653908648 ], [ -110.46966661309865, 37.809040881643753 ], [ -110.4700476879397, 37.808970491847816 ], [ -110.47071885935452, 37.808842819459791 ], [ -110.47114543628513, 37.808763617440633 ], [ -110.47141920574222, 37.808606215670906 ], [ -110.47172200304543, 37.808360615074882 ], [ -110.47214523800208, 37.807952416326586 ], [ -110.47261451628138, 37.807458797707511 ], [ -110.47281575312712, 37.807116299333593 ], [ -110.47292025816178, 37.806797703198406 ], [ -110.47306446324156, 37.806487396328571 ], [ -110.47327885659399, 37.806051219678999 ], [ -110.47361557779415, 37.805665161330317 ], [ -110.4738725087842, 37.80547703393426 ], [ -110.47412433396018, 37.805207765241519 ], [ -110.47449677180006, 37.80474975889004 ], [ -110.47484233856144, 37.804075316991124 ], [ -110.47499272020606, 37.803692930260894 ], [ -110.47511377758484, 37.803441102709925 ], [ -110.47547560617834, 37.802874888518616 ], [ -110.47578501871328, 37.802330972689312 ], [ -110.47602794025434, 37.801872384812995 ], [ -110.47648243763973, 37.801049705800928 ], [ -110.47669572258422, 37.800604504388225 ], [ -110.47694980884418, 37.800010767346109 ], [ -110.47718209506117, 37.799286242790835 ], [ -110.47729951518231, 37.798903706461196 ], [ -110.47736387350521, 37.798474967716274 ], [ -110.47737751152809, 37.7981514573694 ], [ -110.47738214689898, 37.797493520444206 ], [ -110.47735350146769, 37.79672277183515 ], [ -110.47730442211032, 37.796434134316449 ], [ -110.47717574167473, 37.796158663221249 ], [ -110.47694449082607, 37.795932308794704 ], [ -110.4766508680019, 37.795692157180582 ], [ -110.47636825510801, 37.795501625922427 ], [ -110.47585829475599, 37.795337122120699 ], [ -110.47516096368837, 37.795167275004815 ], [ -110.47455421134757, 37.795038386814007 ], [ -110.47416325990379, 37.794910458873289 ], [ -110.47385758926929, 37.794769390838525 ], [ -110.47368247039437, 37.79463791841976 ], [ -110.47356410899573, 37.794511205923996 ], [ -110.47346836754723, 37.794398114081609 ], [ -110.47335696533342, 37.794091170068995 ], [ -110.47327899712151, 37.793874506625137 ], [ -110.4732301913608, 37.793549816061415 ], [ -110.47298816633202, 37.792444626242201 ], [ -110.47269911149495, 37.79156545468598 ], [ -110.47251075306124, 37.790901245562559 ], [ -110.47243528977693, 37.790333080777373 ], [ -110.47232139189148, 37.78957997466258 ], [ -110.47226357561159, 37.788926263967717 ], [ -110.47211379577001, 37.788268535927507 ], [ -110.47206334766682, 37.787537345092773 ], [ -110.47202240962498, 37.786906242519379 ], [ -110.47207797044088, 37.786280078845948 ], [ -110.4720981467341, 37.785838525766174 ], [ -110.47209528945865, 37.785441935117412 ], [ -110.47203571472812, 37.785036077175583 ], [ -110.47192118709113, 37.784373098563748 ], [ -110.4717263346715, 37.783826930427061 ], [ -110.47146421528208, 37.783158782865563 ], [ -110.47108225318918, 37.782575721561194 ], [ -110.4707694025315, 37.781856871032254 ], [ -110.47056371070151, 37.781240349616489 ], [ -110.47037004026114, 37.780531046481642 ], [ -110.47014236480844, 37.77981347821958 ], [ -110.46989763756572, 37.779258069286463 ], [ -110.46957731617212, 37.778634720969471 ], [ -110.46926200896205, 37.778263762328386 ], [ -110.46903625730152, 37.778073469277651 ], [ -110.46875891813966, 37.777951443113444 ], [ -110.46843030076249, 37.777854421781356 ], [ -110.46782987034858, 37.777657027673641 ], [ -110.46749559732999, 37.777557274251542 ], [ -110.4671153578721, 37.777375292407058 ], [ -110.46679494366569, 37.777085422338828 ], [ -110.46642430694092, 37.776515916506561 ], [ -110.4660714212649, 37.775847345305117 ], [ -110.46553300454345, 37.774925563516582 ], [ -110.46493792544766, 37.773990002168887 ], [ -110.46443200663019, 37.773289184853432 ], [ -110.46396032316964, 37.772565988177867 ], [ -110.46358294634969, 37.772149666004744 ], [ -110.4631202538522, 37.771755486811529 ], [ -110.46261243686966, 37.771478270978655 ], [ -110.46198936615885, 37.771123915021462 ], [ -110.46155373396252, 37.770914622804113 ], [ -110.46120257330092, 37.77080035332542 ], [ -110.46088491979994, 37.770762847887809 ], [ -110.46023264816223, 37.770678743588952 ], [ -110.459710589298, 37.770644805104197 ], [ -110.45931234298259, 37.770760149454631 ], [ -110.45889660449691, 37.770938504185438 ], [ -110.4584749897509, 37.771143869883645 ], [ -110.45772888295289, 37.771470320089655 ], [ -110.45703456902811, 37.771700563502442 ], [ -110.4564598270677, 37.771882683399369 ], [ -110.45618673041392, 37.771962541731995 ], [ -110.45560198477698, 37.771959841735097 ], [ -110.45486956738395, 37.771965468934312 ], [ -110.45427316947291, 37.772003267599644 ], [ -110.45364861738069, 37.772009386698535 ], [ -110.45258118160294, 37.772022459045949 ], [ -110.45149784956649, 37.77203544773073 ], [ -110.45039491476891, 37.772088894181508 ], [ -110.44964432923994, 37.772094404156732 ], [ -110.44932704314959, 37.772160520452545 ], [ -110.44889524520039, 37.772203567536756 ], [ -110.44850946652252, 37.772165710118735 ], [ -110.44792538636223, 37.772226067145724 ], [ -110.4469297419183, 37.772356595473283 ], [ -110.44576467885544, 37.772517864656422 ], [ -110.44480865584762, 37.772815304510353 ], [ -110.44391504091568, 37.773117537665335 ], [ -110.4433804363878, 37.773241197574748 ], [ -110.44271481393109, 37.773422820913467 ], [ -110.4420326306315, 37.773541270080521 ], [ -110.44150376507218, 37.773655935481415 ], [ -110.44103731390794, 37.773775401153074 ], [ -110.44076849833618, 37.773886789944186 ], [ -110.43992715351571, 37.774180227622779 ], [ -110.43945389648191, 37.774448371420704 ], [ -110.43866644040067, 37.774971891355655 ], [ -110.43814659522513, 37.775393031201666 ], [ -110.43751921462186, 37.77576858976046 ], [ -110.43673186770675, 37.776274070814615 ], [ -110.43590445946818, 37.776819913850417 ], [ -110.43555665897176, 37.777012030677078 ], [ -110.43525461969395, 37.777159300138031 ], [ -110.43487288109729, 37.777334127312272 ], [ -110.43433132469187, 37.777619047631816 ], [ -110.43349916923509, 37.778038666941519 ], [ -110.4326731642043, 37.778395218024201 ], [ -110.43203530639506, 37.77864901934462 ], [ -110.43111356180113, 37.778901446925474 ], [ -110.43000998725519, 37.779171014079189 ], [ -110.429424363035, 37.77927543594685 ], [ -110.4287202549874, 37.779281938747118 ], [ -110.42841978929023, 37.779221896290643 ], [ -110.42815370252933, 37.779121460851961 ], [ -110.428091491278, 37.779089612975369 ], [ -110.42786009656483, 37.778908227116126 ], [ -110.42774755111552, 37.778776990253995 ], [ -110.42757252867705, 37.778501239756963 ], [ -110.42719560583608, 37.778048751702428 ], [ -110.42673058318721, 37.777388531894182 ], [ -110.42641675024743, 37.776855230061734 ], [ -110.42619470137652, 37.776200697100094 ], [ -110.4260446507183, 37.775780855769355 ], [ -110.42608185749776, 37.775374544801394 ], [ -110.42617505705726, 37.77506945354903 ], [ -110.42631977661358, 37.774709632935917 ], [ -110.42647006760598, 37.774363358935084 ], [ -110.42662478155469, 37.774179342635229 ], [ -110.42681369751418, 37.773977466230292 ], [ -110.42700306457357, 37.773717006336156 ], [ -110.42711855678084, 37.773465200124583 ], [ -110.42721738716328, 37.773312457278323 ], [ -110.42774933876994, 37.772652576358333 ], [ -110.4281617738484, 37.77217688231331 ], [ -110.42848302322048, 37.771745810240283 ], [ -110.42869550306739, 37.771431380757676 ], [ -110.42889631504983, 37.77115745344517 ], [ -110.42918290463022, 37.770802823062276 ], [ -110.42950833026519, 37.77056555078984 ], [ -110.43004501319534, 37.770171569623386 ], [ -110.43066071856519, 37.769836553204733 ], [ -110.4315501184924, 37.769345124133189 ], [ -110.43210893794539, 37.769023345346923 ], [ -110.43253123218108, 37.768736959090262 ], [ -110.43311385108215, 37.768271079770265 ], [ -110.43370699151689, 37.767913405815484 ], [ -110.43400328482191, 37.767770618956014 ], [ -110.43431647691796, 37.767645037442634 ], [ -110.43477215689693, 37.76744532949899 ], [ -110.43523981170118, 37.76716365753083 ], [ -110.43596421664363, 37.766711963038574 ], [ -110.4365516200976, 37.76635875370156 ], [ -110.43719031290784, 37.765978746911109 ], [ -110.43791982541616, 37.765599169827723 ], [ -110.43855874320916, 37.765187610571438 ], [ -110.43924279434756, 37.764812315179526 ], [ -110.43975012442745, 37.764534419123137 ], [ -110.44024064527422, 37.764226697609907 ], [ -110.44085595035578, 37.763932184568247 ], [ -110.44148970333771, 37.763448479460656 ], [ -110.44217252076946, 37.763082174161887 ], [ -110.44269829027725, 37.762764694650585 ], [ -110.44296031843265, 37.762644255871457 ], [ -110.44349528606959, 37.762462013599155 ], [ -110.44390016647716, 37.762216062999016 ], [ -110.44424273904453, 37.76195179085412 ], [ -110.4445803404812, 37.761592856095149 ], [ -110.44475778246949, 37.761396304051232 ], [ -110.44526850154394, 37.760658728720415 ], [ -110.44568841119468, 37.759918020016698 ], [ -110.44581578250222, 37.759584230714083 ], [ -110.4459785472898, 37.759071245691175 ], [ -110.44622692173161, 37.758495570541044 ], [ -110.44665296878664, 37.757689992106052 ], [ -110.44694730487534, 37.757038820460558 ], [ -110.44713316232813, 37.756471862937538 ], [ -110.44732465927632, 37.755909438088892 ], [ -110.44739662493298, 37.755391518315719 ], [ -110.44741807688374, 37.754796749672998 ], [ -110.44746807488367, 37.754179581868847 ], [ -110.44748421869193, 37.753535215755925 ], [ -110.44744891241578, 37.752940180823188 ], [ -110.44746468736091, 37.752345385307386 ], [ -110.44745191648836, 37.751772988842113 ], [ -110.44753526559138, 37.7510973913935 ], [ -110.44751167526006, 37.750606062690174 ], [ -110.44752694232095, 37.750232087401073 ], [ -110.44756751219691, 37.749966388822344 ], [ -110.44768093951851, 37.749214320009408 ], [ -110.44771634984286, 37.748268102058788 ], [ -110.44778497347377, 37.747434704333024 ], [ -110.44786186562303, 37.747015951589766 ], [ -110.44783687119755, 37.746560668766293 ], [ -110.4477668776012, 37.746051095974813 ], [ -110.44765573741756, 37.744968993032366 ], [ -110.44764437225344, 37.744207325545446 ], [ -110.44757752663681, 37.743427371573148 ], [ -110.44758107694938, 37.742949689236873 ], [ -110.44758828958868, 37.742590096804804 ], [ -110.44764792519838, 37.742201907815755 ], [ -110.44773048716667, 37.741783181343536 ], [ -110.44786413708985, 37.740598572808366 ], [ -110.44791582729556, 37.739751574790631 ], [ -110.44812607071142, 37.738950385042678 ], [ -110.44832929725891, 37.738329425877694 ], [ -110.44845711335685, 37.737928936778893 ], [ -110.44875606541152, 37.73740756979295 ], [ -110.44911326047765, 37.736683677234304 ], [ -110.44941283693885, 37.736076685964072 ], [ -110.44979812398165, 37.735388975141568 ], [ -110.45020563445748, 37.7347644590267 ], [ -110.45089190840285, 37.734042095064723 ], [ -110.45139576375611, 37.733431543206216 ], [ -110.45190969678818, 37.732992286866818 ], [ -110.45259457085926, 37.732455578218712 ], [ -110.45355293019945, 37.731765106425044 ], [ -110.45420799525286, 37.731421132700568 ], [ -110.45506167794369, 37.731073567022726 ], [ -110.45589318433366, 37.730653787076648 ], [ -110.45686098798093, 37.730216602847193 ], [ -110.45777676209121, 37.729909862875353 ], [ -110.45960861533825, 37.729251296797756 ], [ -110.4613715017497, 37.728709558781041 ], [ -110.46313468807574, 37.728122729551245 ], [ -110.46409642473598, 37.727729622632374 ], [ -110.46531562753064, 37.72703753566023 ], [ -110.46631957050018, 37.726293987590303 ], [ -110.46726685416337, 37.725536654951561 ], [ -110.46830073593011, 37.724567894383128 ], [ -110.46874822861602, 37.723875893485051 ], [ -110.46897368563086, 37.723448781028843 ], [ -110.46914574558561, 37.723030440896956 ], [ -110.46923841752913, 37.722764967955882 ], [ -110.46952735820435, 37.722027183757476 ], [ -110.46966260028977, 37.721360813265719 ], [ -110.46967638863113, 37.721018372552955 ], [ -110.46965290596303, 37.720333261380105 ], [ -110.46964907763531, 37.719278696006555 ], [ -110.46950777845514, 37.718408283251392 ], [ -110.4693368959658, 37.717708988525033 ], [ -110.46914319615537, 37.717027617212295 ], [ -110.46902270976129, 37.716580919430164 ], [ -110.46894771908187, 37.715800936641074 ], [ -110.46905462244561, 37.715129931858947 ], [ -110.46911344069434, 37.714837266453486 ], [ -110.4693082763947, 37.714563239808392 ], [ -110.46948009832282, 37.714334175471514 ], [ -110.46962426221113, 37.714005840805768 ], [ -110.46988229630979, 37.71361943192565 ], [ -110.47037486393479, 37.712959172341129 ], [ -110.47099779648532, 37.712313015460289 ], [ -110.47162119818194, 37.711599257947938 ], [ -110.47206063816904, 37.711227176783858 ], [ -110.47304743013845, 37.710302325501466 ], [ -110.47423071563365, 37.709181853279659 ], [ -110.47508742576889, 37.708355550068838 ], [ -110.47591501303887, 37.707634566074162 ], [ -110.47655356979654, 37.707173220129036 ], [ -110.47743088816692, 37.706636316439678 ], [ -110.47851355678952, 37.70609580791384 ], [ -110.4793039704801, 37.705653144914173 ], [ -110.47976438726793, 37.705515471773154 ], [ -110.48039452437972, 37.705441637683712 ], [ -110.4810537747975, 37.705259769261012 ], [ -110.48220708699431, 37.704994441861118 ], [ -110.48321846504736, 37.704746507670173 ], [ -110.4842011016046, 37.704552518609773 ], [ -110.48508734015564, 37.704353593776922 ], [ -110.48587185168672, 37.704100139170571 ], [ -110.48615626006361, 37.703984206536795 ], [ -110.48720883661437, 37.703515592580807 ], [ -110.48773501560237, 37.703049190029091 ], [ -110.48810491082924, 37.702708292404267 ], [ -110.48834015313957, 37.702317236402735 ], [ -110.48839333700137, 37.702006509506383 ], [ -110.48836712127624, 37.701694536747581 ], [ -110.48826654055976, 37.701474176573683 ], [ -110.48797452117559, 37.701049285325389 ], [ -110.48765402861103, 37.700641394827066 ], [ -110.48705645240766, 37.700112421946081 ], [ -110.48657145356987, 37.699709220692604 ], [ -110.48600708835349, 37.69930116486632 ], [ -110.48554422007049, 37.698980076582608 ], [ -110.48514986346464, 37.698594390091614 ], [ -110.48481798519492, 37.698196356677109 ], [ -110.48448090702897, 37.697730700046719 ], [ -110.48422131880051, 37.697378047294698 ], [ -110.48398332728374, 37.6966919973977 ], [ -110.48382790169832, 37.696204600415022 ], [ -110.48371152131905, 37.695812013526961 ], [ -110.48358968336166, 37.695388757468756 ], [ -110.48354027318169, 37.69515329461133 ], [ -110.48355342877188, 37.694891967259267 ], [ -110.48362865565642, 37.694675978096775 ], [ -110.48400989249731, 37.69367717324743 ], [ -110.4843331656904, 37.692857477752227 ], [ -110.48447372819378, 37.692214544225038 ], [ -110.48454577412156, 37.69163800925584 ], [ -110.48465976128999, 37.690737179344936 ], [ -110.4847391277298, 37.689921824101738 ], [ -110.48470959252222, 37.689272738636866 ], [ -110.48474125186361, 37.688795172901266 ], [ -110.48478553055349, 37.688132889896572 ], [ -110.48477783661896, 37.687605579043542 ], [ -110.48467147530228, 37.686585711516614 ], [ -110.48456444934794, 37.685662283019546 ], [ -110.48454918952324, 37.684589634786654 ], [ -110.48439652969836, 37.6837056648627 ], [ -110.48443806947189, 37.682619744643382 ], [ -110.48441277453358, 37.682177982638706 ], [ -110.48452313012753, 37.681799906656067 ], [ -110.48471107955893, 37.681516809204403 ], [ -110.48509521768618, 37.680906484167799 ], [ -110.48560576884024, 37.680218293543902 ], [ -110.48598391800741, 37.679652104480695 ], [ -110.48622995600401, 37.679166458388949 ], [ -110.48633573063459, 37.678792867171346 ], [ -110.48640203141203, 37.678387557382926 ], [ -110.48647858380163, 37.677811039428931 ], [ -110.48644735959843, 37.67740530486487 ], [ -110.48635875294329, 37.677098466705552 ], [ -110.48624170422615, 37.676805024527319 ], [ -110.48603536820339, 37.676303887160678 ], [ -110.48598103232425, 37.675961144792787 ], [ -110.48600052895365, 37.675600697565699 ], [ -110.48602575733928, 37.675231261985694 ], [ -110.48613064185994, 37.674821613585856 ], [ -110.4863265826142, 37.674362788485297 ], [ -110.48662448222031, 37.673917926825915 ], [ -110.48712236720417, 37.673248601456571 ], [ -110.48770510117632, 37.672606682391077 ], [ -110.48841887431382, 37.671870689026534 ], [ -110.4890792906792, 37.67147245931973 ], [ -110.49016096800875, 37.670823674806726 ], [ -110.49116858573646, 37.670224134003469 ], [ -110.49198915951158, 37.669614765695009 ], [ -110.49234293822884, 37.669281894875084 ], [ -110.49265143898933, 37.668937110899648 ], [ -110.49290303545096, 37.668622726734675 ], [ -110.49355417363174, 37.667913472187422 ], [ -110.4939892889158, 37.667288913917467 ], [ -110.49424700199421, 37.66690695309557 ], [ -110.49445969555494, 37.666475225459543 ], [ -110.49456985387096, 37.666115164654606 ], [ -110.49476423878215, 37.665205651783239 ], [ -110.494978721781, 37.66434129111888 ], [ -110.49517040199183, 37.663494858986134 ], [ -110.49532825754213, 37.662954734845435 ], [ -110.49560368690071, 37.662464686571688 ], [ -110.49592568202682, 37.661962217947703 ], [ -110.49654341873443, 37.660981501839416 ], [ -110.49702436461833, 37.660276007061483 ], [ -110.49719667370869, 37.659943248360221 ], [ -110.49732375996065, 37.659591368675152 ], [ -110.4973829921117, 37.659213962387483 ], [ -110.49733995266278, 37.658871272280841 ], [ -110.49726716373623, 37.658569015361429 ], [ -110.49718870972708, 37.657761987422759 ], [ -110.49692297828328, 37.656818960712535 ], [ -110.49673478498339, 37.656146664268363 ], [ -110.49675008192979, 37.655559961155959 ], [ -110.49682080215679, 37.655160070552569 ], [ -110.49697157626551, 37.654656867858073 ], [ -110.49734136706761, 37.653616501852419 ], [ -110.49766497703854, 37.652698519312615 ], [ -110.49798084793491, 37.652086956531107 ], [ -110.4982326372825, 37.651732000635945 ], [ -110.49862560886331, 37.651454257749656 ], [ -110.49889333702527, 37.65125710170355 ], [ -110.49921219650766, 37.651042135416333 ], [ -110.4996389870519, 37.650791572705593 ], [ -110.50009929896068, 37.650613257273484 ], [ -110.50072311627935, 37.650395072085786 ], [ -110.50126267175681, 37.65040186110113 ], [ -110.50152867226967, 37.650461572154036 ], [ -110.5017774887944, 37.650548250081059 ], [ -110.50199742453901, 37.650715925705164 ], [ -110.50232954747344, 37.651059834552711 ], [ -110.50283672032013, 37.651503627149445 ], [ -110.50319755103068, 37.651793574428282 ], [ -110.50364392117359, 37.652006365759874 ], [ -110.50396651389411, 37.652080730782529 ], [ -110.50425522477884, 37.652136024512572 ], [ -110.50466266592495, 37.652236882881461 ], [ -110.50518385556991, 37.652450883868148 ], [ -110.50569669468203, 37.652727940991447 ], [ -110.50615270720395, 37.653027291364857 ], [ -110.50662176041128, 37.653412321303229 ], [ -110.50720824008765, 37.653869946736712 ], [ -110.50798670307893, 37.654441036954204 ], [ -110.50865210949459, 37.654966584431996 ], [ -110.50937385255885, 37.655546442528141 ], [ -110.51013528536444, 37.656126461011681 ], [ -110.51097599900847, 37.656720323267898 ], [ -110.5115521688308, 37.657029164108096 ], [ -110.51212949349626, 37.657162246732589 ], [ -110.51265110782613, 37.657146376230159 ], [ -110.51315609918603, 37.657071848086787 ], [ -110.51355380104501, 37.656933781983049 ], [ -110.51421377529816, 37.656562447971545 ], [ -110.51501016491389, 37.656133084423814 ], [ -110.51575024255204, 37.655644897538721 ], [ -110.51654211406313, 37.65503523804027 ], [ -110.51730484378261, 37.654547134086457 ], [ -110.51786809810449, 37.654224956977956 ], [ -110.51851142981846, 37.653790437153638 ], [ -110.5192859932009, 37.65322124835761 ], [ -110.52000915473644, 37.65271043203672 ], [ -110.52083488181742, 37.652114401012405 ], [ -110.5214954135031, 37.651643881106587 ], [ -110.52195073356974, 37.65135279311513 ], [ -110.52226383081849, 37.651142247657731 ], [ -110.52285092097792, 37.650630862492164 ], [ -110.52343239276112, 37.650110438284138 ], [ -110.52375796752948, 37.649719672045165 ], [ -110.52425409196528, 37.649248472562945 ], [ -110.52472247414642, 37.648682518898916 ], [ -110.52501391441882, 37.648309638257935 ], [ -110.52550455445075, 37.647806864510265 ], [ -110.52595021859302, 37.647245321086309 ], [ -110.52628337020036, 37.646728390981131 ], [ -110.52659186566461, 37.646166294117592 ], [ -110.52716479801076, 37.645195148413563 ], [ -110.5276587131964, 37.644169603182775 ], [ -110.52806096708861, 37.643296916304465 ], [ -110.52845848418814, 37.642275488354535 ], [ -110.52873464370398, 37.641623122405221 ], [ -110.52892598918038, 37.64093887029604 ], [ -110.52909525976403, 37.640159889252715 ], [ -110.5292335466181, 37.63979990616091 ], [ -110.52935961661085, 37.639579581461149 ], [ -110.52955964233952, 37.639314484658826 ], [ -110.53039403942799, 37.638205558170569 ], [ -110.53106263742724, 37.637324005121435 ], [ -110.531244516833, 37.637058833201621 ], [ -110.53140576764916, 37.636829632576166 ], [ -110.53160535431419, 37.636632130750421 ], [ -110.53175354205338, 37.636497518261919 ], [ -110.53189091006996, 37.636280840889654 ], [ -110.53223957813641, 37.635805415877407 ], [ -110.53274700238792, 37.635316197202762 ], [ -110.53341903781531, 37.634782560454532 ], [ -110.53438054425402, 37.634173448763683 ], [ -110.53474428153901, 37.634003629346431 ], [ -110.53503390658304, 37.633904722500731 ], [ -110.53648692564346, 37.633532778835253 ], [ -110.53778649014203, 37.633231421911923 ], [ -110.53864837714593, 37.633144661345689 ], [ -110.53897599229279, 37.633132421853475 ], [ -110.53960581643787, 37.633184454803676 ], [ -110.54026369708166, 37.63328166066065 ], [ -110.54083862445711, 37.633414593608421 ], [ -110.54158626189103, 37.633660862269288 ], [ -110.54230955134763, 37.633997165625033 ], [ -110.54298165357196, 37.634364813136877 ], [ -110.54316746940201, 37.634559320580038 ], [ -110.54350612337865, 37.634781459331776 ], [ -110.54389052683273, 37.634936173576968 ], [ -110.54456831215525, 37.63530383400478 ], [ -110.5451163659164, 37.635572744518576 ], [ -110.54621236474496, 37.636130386933772 ], [ -110.54691180012577, 37.636669371472181 ], [ -110.54761086307533, 37.637271444105025 ], [ -110.54830405203219, 37.637909543610419 ], [ -110.54895276096613, 37.638407761526722 ], [ -110.54959551221732, 37.638955526716849 ], [ -110.55027769831572, 37.639543998924452 ], [ -110.55105073272209, 37.640105772756293 ], [ -110.55164296946704, 37.640576720741365 ], [ -110.55222427952297, 37.640980925250965 ], [ -110.55267013257607, 37.641292676882905 ], [ -110.55317821619101, 37.641623590625528 ], [ -110.55358518254262, 37.641805398838841 ], [ -110.55407133174377, 37.64201454510691 ], [ -110.55467104568599, 37.642188064583841 ], [ -110.55539549786329, 37.64235303778694 ], [ -110.55629598998765, 37.642460081788826 ], [ -110.55686251167644, 37.642498264605891 ], [ -110.55724249239005, 37.642454624360198 ], [ -110.55771293660757, 37.642447375584943 ], [ -110.55852948965718, 37.642373820235512 ], [ -110.55902890940479, 37.642258514069454 ], [ -110.55938156247264, 37.642043510543417 ], [ -110.55984761294987, 37.641819915688892 ], [ -110.56064323966439, 37.641448825998886 ], [ -110.56119543152062, 37.641031758810897 ], [ -110.56168588673923, 37.640510805730877 ], [ -110.56223380015119, 37.639854862987988 ], [ -110.56255986727849, 37.63933780274705 ], [ -110.56302953381996, 37.638492284859964 ], [ -110.56326541824797, 37.637889261285238 ], [ -110.56336990359475, 37.63746601874206 ], [ -110.56346305382893, 37.637042734133502 ], [ -110.56357373093302, 37.636529380347589 ], [ -110.56363445881937, 37.635835573850954 ], [ -110.56360873381061, 37.635389315800026 ], [ -110.56365683550767, 37.634916290588109 ], [ -110.56379560464549, 37.634443600559557 ], [ -110.56384415228057, 37.63389396298551 ], [ -110.56391025223249, 37.633249749561159 ], [ -110.56393017536934, 37.632749579715508 ], [ -110.56401295725642, 37.632159508142522 ], [ -110.56405013696819, 37.631615236295701 ], [ -110.56406415519869, 37.631155604763244 ], [ -110.56411773850368, 37.630713244822346 ], [ -110.56409243322128, 37.630194880835745 ], [ -110.5640554006107, 37.629744073978642 ], [ -110.56399744053759, 37.628995747482172 ], [ -110.56410021677941, 37.627891985343261 ], [ -110.56418622811745, 37.626747600655186 ], [ -110.56416176548277, 37.626085024945795 ], [ -110.56416389689699, 37.625719989837251 ], [ -110.56417298016426, 37.62532884150108 ], [ -110.56421910132957, 37.624999121109425 ], [ -110.56448444558926, 37.624193400672965 ], [ -110.56459730371715, 37.623301489544389 ], [ -110.56468581382229, 37.622697917535952 ], [ -110.56491830544091, 37.621693779478605 ], [ -110.56509822412357, 37.62095984947431 ], [ -110.56519782237885, 37.620396878062174 ], [ -110.56533982823944, 37.619361759680011 ], [ -110.56544073916132, 37.618572555935962 ], [ -110.56552291536102, 37.618081627202301 ], [ -110.56570748844032, 37.617518967906854 ], [ -110.56580718208541, 37.616937969138668 ], [ -110.56595731246442, 37.616451796682213 ], [ -110.56627983589759, 37.615547133564007 ], [ -110.56658981770144, 37.614849732111971 ], [ -110.56700168917665, 37.614166223790932 ], [ -110.56737807390641, 37.613739466502984 ], [ -110.56781084504739, 37.613357981630443 ], [ -110.56819166144027, 37.613143053450024 ], [ -110.5690554156775, 37.612686526048648 ], [ -110.56973114740246, 37.612414082171611 ], [ -110.57045834714197, 37.612057095508767 ], [ -110.57153714441706, 37.611636484707354 ], [ -110.57262697077256, 37.611266379143714 ], [ -110.57346232631853, 37.611012518602323 ], [ -110.57394953886876, 37.61081147634367 ], [ -110.57452265072087, 37.610646795526755 ], [ -110.57529972371665, 37.610478339394021 ], [ -110.57599748419698, 37.610309593195389 ], [ -110.57697305238958, 37.610101278565523 ], [ -110.57782414530227, 37.609864568966536 ], [ -110.57868688295356, 37.609571110131796 ], [ -110.5792713047681, 37.609406446545165 ], [ -110.57989032153098, 37.609133741966183 ], [ -110.58087833145039, 37.608722636879861 ], [ -110.5820870806691, 37.608343852398576 ], [ -110.582717105854, 37.608125252516295 ], [ -110.5837949946562, 37.607845135522282 ], [ -110.58494050162707, 37.607628340571729 ], [ -110.58579133664861, 37.607428527485084 ], [ -110.58677290419625, 37.607148045097134 ], [ -110.58791839208448, 37.606931221100965 ], [ -110.58816793639457, 37.606878011531023 ], [ -110.58864446950663, 37.606752583955164 ], [ -110.58985811494298, 37.606500826207004 ], [ -110.59103190740059, 37.606284070283444 ], [ -110.59200701291, 37.606143230232838 ], [ -110.5928122499747, 37.605988275973537 ], [ -110.59395765406228, 37.605780406385932 ], [ -110.59514829529193, 37.605586201022483 ], [ -110.59644103885255, 37.605365292465734 ], [ -110.5976031987767, 37.605198005239544 ], [ -110.59841935583441, 37.605115157467431 ], [ -110.59906559885749, 37.605027220201684 ], [ -110.59949094741398, 37.604934023235927 ], [ -110.59977468155363, 37.60484034456934 ], [ -110.60047272093145, 37.604599346577047 ], [ -110.60134661986102, 37.604309364624498 ], [ -110.60202213541822, 37.604041240982852 ], [ -110.60256210681244, 37.603696042729503 ], [ -110.60296036681774, 37.603368392218485 ], [ -110.60326820831597, 37.602999875882489 ], [ -110.60348548382684, 37.602618435635314 ], [ -110.60377707233198, 37.602109253411442 ], [ -110.60397283688361, 37.60151051569715 ], [ -110.60412361865355, 37.60084853251665 ], [ -110.60425781095105, 37.600109879045277 ], [ -110.60430565437464, 37.599632326164318 ], [ -110.60432611851972, 37.599190735276025 ], [ -110.60431600116246, 37.598748140481831 ], [ -110.60428894099958, 37.598510094405768 ], [ -110.60416756321121, 37.597685857046649 ], [ -110.604068707038, 37.597315072175249 ], [ -110.60403106058175, 37.596937281800251 ], [ -110.60392031875645, 37.596458295324496 ], [ -110.60361313120421, 37.595641545552098 ], [ -110.6033276006624, 37.5950141504497 ], [ -110.60311025522375, 37.594346423304948 ], [ -110.60290419310665, 37.59368774712302 ], [ -110.60273758841078, 37.593065257201232 ], [ -110.60255913198453, 37.592541875238624 ], [ -110.60225768656522, 37.591716127334657 ], [ -110.60195015701599, 37.590970577938428 ], [ -110.60158035505269, 37.590221212088778 ], [ -110.60122171406664, 37.589504331214997 ], [ -110.60098729279783, 37.588859075614366 ], [ -110.60066823940582, 37.588154945605105 ], [ -110.60036728996927, 37.587243566002712 ], [ -110.60016172910197, 37.586499258004871 ], [ -110.60006960280754, 37.585723786777663 ], [ -110.59982067473416, 37.58461879186568 ], [ -110.59961110466361, 37.583568010639112 ], [ -110.59947913008041, 37.582832964092496 ], [ -110.59933573579825, 37.582115905520411 ], [ -110.59905397030836, 37.580802585387204 ], [ -110.59886171862, 37.579694174704521 ], [ -110.59868438475684, 37.578972492907099 ], [ -110.59856314714841, 37.578350149928362 ], [ -110.59845396747464, 37.577380828387319 ], [ -110.59833442350498, 37.576654835619827 ], [ -110.59828770356174, 37.575865094684346 ], [ -110.59820673482072, 37.575126613981119 ], [ -110.59826592393624, 37.574649100200489 ], [ -110.59824567185491, 37.574202863254015 ], [ -110.59823650223734, 37.573801731470802 ], [ -110.59833515562408, 37.573355899087623 ], [ -110.59839639946036, 37.572495318413154 ], [ -110.59854726646398, 37.571815312379208 ], [ -110.59871472973119, 37.571207470486982 ], [ -110.59894478572453, 37.570541253185766 ], [ -110.59916288585082, 37.569992170291137 ], [ -110.59946665865823, 37.569303668328345 ], [ -110.59969641735765, 37.568690627987081 ], [ -110.60015265669357, 37.568075650359596 ], [ -110.60053476169077, 37.567558667288516 ], [ -110.60108071339914, 37.567105331228497 ], [ -110.60154648328005, 37.566822978656795 ], [ -110.60216537744017, 37.566491566026642 ], [ -110.60314780438144, 37.565936034945352 ], [ -110.60404488802685, 37.565456824246354 ], [ -110.60515131746523, 37.565000840779604 ], [ -110.60609835760062, 37.564706558419921 ], [ -110.60693732502433, 37.564506550559507 ], [ -110.60833738697862, 37.564191223780661 ], [ -110.61013378493428, 37.563868176296076 ], [ -110.61139156070217, 37.563692052750405 ], [ -110.61303945534698, 37.56361634376325 ], [ -110.61378694907785, 37.563582737322854 ], [ -110.61492415207546, 37.563730668214149 ], [ -110.61604506922301, 37.563743332445611 ], [ -110.61688871504323, 37.563728046062458 ], [ -110.61773809108486, 37.563699251927396 ], [ -110.61856486217052, 37.563662266483924 ], [ -110.61926149767737, 37.563609532665048 ], [ -110.61985619918023, 37.563561874673788 ], [ -110.62067829353676, 37.563330167366047 ], [ -110.62153480713339, 37.563008429461171 ], [ -110.62218709490823, 37.562767153621891 ], [ -110.62284021910826, 37.562359126701601 ], [ -110.62353858125748, 37.561960253901162 ], [ -110.62441377022607, 37.561296040666996 ], [ -110.62526537341179, 37.560816523215664 ], [ -110.62569684339299, 37.560574526752404 ], [ -110.6264752400274, 37.560013646643931 ], [ -110.6269080452977, 37.559502145502677 ], [ -110.62724405397326, 37.559101203535946 ], [ -110.62787474338325, 37.558638996381248 ], [ -110.62857288746197, 37.558271640076576 ], [ -110.62942445197932, 37.557787585358682 ], [ -110.63029289930392, 37.557321604361604 ], [ -110.63149053039115, 37.556681782288699 ], [ -110.6325518245413, 37.556134363123633 ], [ -110.6332328957234, 37.555775939405883 ], [ -110.63383597347121, 37.555390229271879 ], [ -110.63470900426164, 37.554901695858526 ], [ -110.63583938031861, 37.554107489676809 ], [ -110.63662906456968, 37.553524042666716 ], [ -110.63724199382496, 37.552967087994709 ], [ -110.63765363698462, 37.552359938064626 ], [ -110.63815501499816, 37.551689966866213 ], [ -110.63870168963524, 37.551015625283732 ], [ -110.63924241157757, 37.550399850916165 ], [ -110.63971485281603, 37.549855974019657 ], [ -110.64013666896902, 37.549244339301133 ], [ -110.64062093629322, 37.548592332130148 ], [ -110.64128163486431, 37.547738054182645 ], [ -110.64207342888814, 37.546690378521106 ], [ -110.64257451392901, 37.546065454613782 ], [ -110.64300792768705, 37.545386242617148 ], [ -110.64341858617357, 37.544729494103983 ], [ -110.64376635594475, 37.544203250900118 ], [ -110.64434692736971, 37.543519970802727 ], [ -110.64489891094298, 37.542895189899149 ], [ -110.64541690497543, 37.542274811050476 ], [ -110.64583284379896, 37.541690178035964 ], [ -110.6462314774769, 37.541173093335907 ], [ -110.64683500292399, 37.540413254059864 ], [ -110.69182337290098, 37.540692462107174 ], [ -110.75067995656737, 37.540592534538739 ], [ -110.75455114133848, 37.540627685103047 ], [ -110.77269621038145, 37.540709073984509 ], [ -110.79092645589634, 37.540706703289182 ], [ -110.80925852019534, 37.540728723479319 ], [ -110.82755109214136, 37.540702772135141 ], [ -110.84566818960121, 37.54068277151805 ], [ -110.86332677700061, 37.540695515958113 ], [ -110.87571605502487, 37.540727232364667 ], [ -110.88960512379495, 37.540808635350906 ], [ -110.90789096622569, 37.540738684896617 ], [ -110.92140211716115, 37.540707889452641 ], [ -110.93602145445287, 37.54067164691169 ], [ -110.95430837541235, 37.540571975304267 ], [ -110.97337743577351, 37.540465143929005 ], [ -110.98037748108347, 37.540443980571325 ], [ -111.00064521704235, 37.54045462272596 ], [ -111.01204290560341, 37.540368381164043 ], [ -111.01680392173712, 37.540364194210014 ], [ -111.02785182893079, 37.540347683538691 ], [ -111.0346492320942, 37.540336871098809 ], [ -111.05326992747, 37.54032092578457 ], [ -111.06860790764861, 37.540272449515115 ], [ -111.07135288833241, 37.540257302413579 ], [ -111.08212341686585, 37.54022326255393 ], [ -111.08927170679246, 37.540213568213638 ], [ -111.09126396896508, 37.540230072521908 ], [ -111.10041015072922, 37.540213636181605 ], [ -111.11386917977671, 37.540264520282022 ], [ -111.12570952745064, 37.540315604623871 ], [ -111.13680829240444, 37.540276227242394 ], [ -111.20919141736081, 37.54035496456256 ], [ -111.25074494335757, 37.540183906325666 ], [ -111.25284471587804, 37.540183935858586 ], [ -111.26401706574367, 37.540177512833836 ], [ -111.28220754869767, 37.540180510089982 ], [ -111.30004150754206, 37.540195131955215 ], [ -111.30706528600913, 37.540199610767736 ], [ -111.31822073390182, 37.540215144062266 ], [ -111.32530654867671, 37.540168796051333 ], [ -111.34349130214643, 37.540162368591567 ], [ -111.35463540575851, 37.540174494773737 ], [ -111.36173837334815, 37.540170976944012 ], [ -111.37285450069902, 37.540248169698692 ], [ -111.37570133761558, 37.540244554777765 ], [ -111.39102211466708, 37.540212844086298 ], [ -111.40882202638964, 37.540215656494176 ], [ -111.40911066782331, 37.540214656853117 ], [ -111.43398510500103, 37.54019346138373 ], [ -111.45220955535638, 37.540210706256616 ], [ -111.4575229811398, 37.540221786438401 ], [ -111.48173074544667, 37.540215647961261 ], [ -111.490763751732, 37.540228026824053 ], [ -111.49986445741241, 37.540207880788905 ], [ -111.50075288831937, 37.540186089639889 ], [ -111.51463611323541, 37.540175974928182 ], [ -111.5146775174306, 37.539612450031861 ], [ -111.53287381947973, 37.539675955893365 ], [ -111.54308942384908, 37.539660962486039 ], [ -111.55166393169287, 37.539675297149856 ], [ -111.5612345690156, 37.539693292455333 ], [ -111.56929954426644, 37.539686233283476 ], [ -111.57933997285642, 37.539709508682272 ], [ -111.5874672563948, 37.53970991635741 ], [ -111.60567419349253, 37.539685535417043 ], [ -111.62345729969419, 37.539741706677063 ], [ -111.6257432105516, 37.539671028006012 ], [ -111.63374639609903, 37.539722988493516 ], [ -111.64166988996716, 37.539720758778863 ], [ -111.65185732231697, 37.539728055138426 ], [ -111.65978087754036, 37.539733623141274 ], [ -111.66998518725811, 37.539730247614301 ], [ -111.67797114151846, 37.539752267703662 ], [ -111.6831779847632, 37.539749298483478 ], [ -111.69619624905091, 37.539745370737698 ], [ -111.71445269915688, 37.539703923913187 ], [ -111.73221881822174, 37.539760941921692 ], [ -111.74228141844567, 37.53973957785071 ], [ -111.75068039421043, 37.539749576123356 ], [ -111.76022285014568, 37.53978316752805 ], [ -111.76862737779216, 37.539782839891529 ], [ -111.77867325739599, 37.539789128528199 ], [ -111.78683007821959, 37.539807165059628 ], [ -111.7968858719542, 37.539788403112517 ], [ -111.80502551255425, 37.539788173032754 ], [ -111.82320868329133, 37.53978899567376 ], [ -111.8408212085873, 37.539777562531398 ], [ -111.84087363888537, 37.535878912574212 ], [ -111.87572373130607, 37.535896005395607 ], [ -111.87709321123312, 37.53589034794998 ], [ -111.89532738358899, 37.535888702295935 ], [ -111.91413330410612, 37.535902348877904 ], [ -111.93171638375604, 37.535882094799732 ], [ -111.94731337407782, 37.535888691869403 ], [ -111.96551411461564, 37.53593506008928 ], [ -111.98334081370629, 37.53594117782005 ], [ -112.0007605181231, 37.535984106586163 ], [ -112.00163068934897, 37.535967715280705 ], [ -112.02002838606529, 37.535850782335828 ], [ -112.03835904887657, 37.535884796777381 ], [ -112.05135174347585, 37.535905027066285 ], [ -112.05267715370294, 37.535906738399163 ], [ -112.12572721337477, 37.535990008521203 ], [ -112.12885110458689, 37.535991730890288 ], [ -112.16483805442827, 37.536011741934189 ], [ -112.16484725669507, 37.536967042537185 ], [ -112.2507710054709, 37.536966889440883 ], [ -112.255066467809, 37.536975387134682 ], [ -112.26421165304346, 37.536972460756012 ], [ -112.26977000079849, 37.536966894806234 ], [ -112.27343028091907, 37.536962625852311 ], [ -112.27393394669942, 37.536962600503919 ], [ -112.28149466110519, 37.53696640668646 ], [ -112.29277916557669, 37.536974080375309 ], [ -112.31621934430372, 37.536971975918682 ], [ -112.32982320618133, 37.536995294239908 ], [ -112.34254050443947, 37.537000089539355 ], [ -112.35135182745236, 37.537003219270758 ], [ -112.36117631129606, 37.537016547541477 ], [ -112.36118243552906, 37.542956007139423 ], [ -112.36613911218302, 37.542957340512636 ], [ -112.36814355439502, 37.542947649045978 ], [ -112.37577874795231, 37.542971585479677 ], [ -112.38136394901547, 37.542928901830052 ], [ -112.38277295743124, 37.542916914165168 ], [ -112.39307792329289, 37.542858861259376 ], [ -112.40826643631428, 37.542768796505655 ], [ -112.42215465825413, 37.542755537398882 ], [ -112.43587761121876, 37.542684070165969 ], [ -112.44891158712083, 37.542691567470392 ], [ -112.46222338200877, 37.542725729311094 ], [ -112.47288025100039, 37.542728451280666 ], [ -112.48095575930077, 37.542699530086665 ], [ -112.48744237205005, 37.542685579133746 ], [ -112.48942766474252, 37.542683081603236 ], [ -112.49621821052295, 37.542642281414217 ], [ -112.50077345940457, 37.542611501222979 ], [ -112.50320730872612, 37.542625600915216 ], [ -112.50608832083532, 37.542642959538959 ], [ -112.50819911784754, 37.542634038630993 ], [ -112.51158907344714, 37.542631240906132 ], [ -112.515968715285, 37.542593109604127 ], [ -112.51923382006778, 37.542573669805854 ], [ -112.52166135947047, 37.542555925276105 ], [ -112.52498924382641, 37.542562555356128 ], [ -112.52990079533338, 37.542521541353672 ], [ -112.53243062669425, 37.542524781554093 ], [ -112.53416788584283, 37.542515737759757 ], [ -112.5382252573596, 37.542494487025103 ], [ -112.54202875886777, 37.542512464019723 ], [ -112.54287894650928, 37.542519381615875 ], [ -112.54550929303251, 37.542512014955648 ], [ -112.54741702515553, 37.542536595263705 ], [ -112.55153047887785, 37.542545696475152 ], [ -112.55548220719606, 37.542561291574032 ], [ -112.55664782097617, 37.542550434455457 ], [ -112.55797251043849, 37.542569011221467 ], [ -112.55936565745604, 37.542613707102156 ], [ -112.56269012847928, 37.542728372797413 ], [ -112.56881313673887, 37.542975228261049 ], [ -112.57269302681605, 37.543126392007849 ], [ -112.57659517990153, 37.543259105263033 ], [ -112.57863890200261, 37.543290376951738 ], [ -112.58450809318408, 37.543306381603806 ], [ -112.59081791673208, 37.543284612998242 ], [ -112.59474559413121, 37.543285697510186 ], [ -112.59684560295806, 37.54330237431035 ], [ -112.60817481857235, 37.543256740290381 ], [ -112.61441054819241, 37.543212187520204 ], [ -112.62577303665766, 37.543137370669854 ], [ -112.63200236623634, 37.543060432047525 ], [ -112.63459973719931, 37.543047028429548 ], [ -112.64101254724106, 37.543079731516421 ], [ -112.64790049353651, 37.54310094815407 ], [ -112.65144992406309, 37.543145980944168 ], [ -112.65777695316326, 37.543138415683373 ], [ -112.66269432259003, 37.543109816897108 ], [ -112.66612403346447, 37.543115537420803 ], [ -112.66998087468771, 37.543241293234445 ], [ -112.67524777589566, 37.543405503259088 ], [ -112.67676562556888, 37.54345605477139 ], [ -112.67828913414584, 37.543506506281382 ], [ -112.68159105054455, 37.54361723843332 ], [ -112.68329004997088, 37.54366963165365 ], [ -112.68385753205517, 37.543738145563182 ], [ -112.68397030421058, 37.562329479770916 ], [ -112.68402321191459, 37.574734504878933 ], [ -112.68394976514944, 37.583789549197803 ], [ -112.68391781269433, 37.587146271317998 ], [ -112.68385445462184, 37.59061699765742 ], [ -112.6837739095386, 37.594078954887678 ], [ -112.68360284395068, 37.599304148062956 ], [ -112.68348458405949, 37.603857151966025 ], [ -112.68354886636031, 37.607713585595704 ], [ -112.68366354897822, 37.618576507663747 ], [ -112.68369417812659, 37.624956905989819 ], [ -112.68358399586003, 37.63187554952507 ], [ -112.68519825816091, 37.632351788609213 ], [ -112.68635744375835, 37.660062901376854 ], [ -112.68639556272821, 37.660996043185747 ], [ -112.68568785226016, 37.687839691683529 ], [ -112.68597713628405, 37.702615848425538 ], [ -112.68601825632864, 37.717445087469798 ], [ -112.68895821354933, 37.717263304460289 ], [ -112.68902567742106, 37.73177218799561 ], [ -112.68909998980375, 37.746726147915894 ], [ -112.68907204323673, 37.749989900874112 ], [ -112.68931284934301, 37.761576247583626 ], [ -112.68931037048954, 37.775437150462736 ], [ -112.68929535119509, 37.781561192074079 ], [ -112.68922969373898, 37.805805038472187 ], [ -112.66998554072345, 37.805646900762845 ], [ -112.65155865749473, 37.806379889455393 ], [ -112.6429120937627, 37.806730637389997 ], [ -112.63332253643904, 37.806354825553974 ], [ -112.6257595485404, 37.806189099714608 ], [ -112.61490445508167, 37.805851779007988 ], [ -112.60567581135588, 37.80534709651775 ], [ -112.59683669654457, 37.805255481462019 ], [ -112.58789267889139, 37.805038444095842 ], [ -112.57855107408251, 37.804551179601269 ], [ -112.578502456892, 37.819071598239717 ], [ -112.57846039432722, 37.832562691188514 ], [ -112.57836747311052, 37.861520397390777 ], [ -112.57838759295458, 37.874984431274342 ], [ -112.57839962763931, 37.882153504260792 ], [ -112.58844491492667, 37.88217607561392 ], [ -112.58841232068674, 37.890449728880313 ], [ -112.57785857869565, 37.890420464341432 ], [ -112.54133229007289, 37.890435865042896 ], [ -112.50544804225375, 37.890436217288347 ], [ -112.50076766609759, 37.890396857658615 ], [ -112.48650573860574, 37.890325511608985 ], [ -112.47945153039966, 37.890431521109591 ], [ -112.46828067683487, 37.890540771635322 ], [ -112.46804396190988, 37.904958936604679 ], [ -112.46785930632601, 37.919420579565042 ], [ -112.46752319283091, 37.933989522467009 ], [ -112.46726434048487, 37.948439407524681 ], [ -112.46698945967867, 37.958937594753948 ], [ -112.46703917256936, 37.962866308869408 ], [ -112.46704982342332, 37.977700291449253 ], [ -112.47903944755211, 37.977734865864051 ], [ -112.47890228645674, 37.985649295957501 ], [ -112.4789772497422, 37.992218234020143 ], [ -112.47868011035516, 37.998120438519642 ], [ -112.47863189981541, 37.999973045322918 ], [ -112.47871531187474, 38.010079133116363 ], [ -112.4786646149571, 38.021727966648747 ], [ -112.47869470921101, 38.033709210783918 ], [ -112.47868231337171, 38.042158221923827 ], [ -112.47868348650725, 38.057510311240939 ], [ -112.47869378675843, 38.065949992747093 ], [ -112.47870163161014, 38.072001497465457 ], [ -112.4786945630495, 38.073348889735996 ], [ -112.4787335172762, 38.091696929631382 ], [ -112.47874808088103, 38.110297559009737 ], [ -112.47875530515894, 38.122193307736197 ], [ -112.47873145209358, 38.124969300718611 ], [ -112.47874820845581, 38.129475081757946 ], [ -112.47873392654257, 38.136117087885289 ], [ -112.47873137313908, 38.141078208240273 ], [ -112.47873233997628, 38.144800136141242 ], [ -112.47870141754137, 38.146885892424002 ], [ -112.47869420541782, 38.147433008930513 ], [ -112.47334209655918, 38.147435393009964 ], [ -112.47333621842212, 38.148844937176648 ], [ -112.472778255102, 38.148906007928147 ], [ -112.47240819864139, 38.148947597426307 ], [ -112.47208365182824, 38.148982306909367 ], [ -112.47162212153023, 38.149015127419055 ], [ -112.47129788170086, 38.149065151218821 ], [ -112.47100863000479, 38.14909581073929 ], [ -112.47054622883279, 38.149142155876419 ], [ -112.47020440342681, 38.149168965780177 ], [ -112.46968160438755, 38.149219668442029 ], [ -112.46939026828129, 38.149260263227376 ], [ -112.46881552732216, 38.149338647844843 ], [ -112.46843414705657, 38.149384872460196 ], [ -112.46782456199071, 38.149433047269348 ], [ -112.46728370273915, 38.149493878173573 ], [ -112.46698749346093, 38.149519207562669 ], [ -112.46640063455474, 38.149562585107169 ], [ -112.46610464107708, 38.14959872393451 ], [ -112.46581406340925, 38.149620375273351 ], [ -112.46553646858264, 38.149663492585809 ], [ -112.46507969225408, 38.149706141252722 ], [ -112.46457365680182, 38.149739489336966 ], [ -112.46404894537841, 38.149809115944194 ], [ -112.46369613668082, 38.149857672581135 ], [ -112.4634001404583, 38.149893804639852 ], [ -112.46281318585991, 38.149932659492237 ], [ -112.46236955003866, 38.150004873438526 ], [ -112.46174773606056, 38.150012615181616 ], [ -112.46141081612296, 38.14999968580608 ], [ -112.46109739825047, 38.150020708530114 ], [ -112.46063497451527, 38.150009338386312 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 9, \"properties\": { \"NAME\": \"GRAND COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 1510, \"Color4\": \"2\", \"Shape_Leng\": 520509.100631, \"Shape_Area\": 9547981360.3600006 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -109.05509778902999, 39.498695925904642 ], [ -109.05497878451243, 39.49862636258166 ], [ -109.05488277671471, 39.49856619358696 ], [ -109.05471077313938, 39.498437180725666 ], [ -109.05445070983788, 39.498171549859478 ], [ -109.05434923584986, 39.498057231437635 ], [ -109.05406973029744, 39.497863350910549 ], [ -109.05390002277963, 39.49769383218441 ], [ -109.05368218859374, 39.497582069579884 ], [ -109.0533836181375, 39.497446430437421 ], [ -109.05308137325743, 39.497234147540865 ], [ -109.05293796383255, 39.497164173337033 ], [ -109.0526232484406, 39.497190434253511 ], [ -109.05250588175849, 39.497229010834069 ], [ -109.05211777877864, 39.497384679588301 ], [ -109.05143609635502, 39.497684083532157 ], [ -109.05099915133367, 39.394119840916716 ], [ -109.05092796242297, 39.381032015138004 ], [ -109.05089867995393, 39.374990491712204 ], [ -109.0507887650685, 39.366213150341693 ], [ -109.0507740387024, 39.365073168951547 ], [ -109.05076878232322, 39.364636107465486 ], [ -109.05073457264949, 39.361901071119931 ], [ -109.05072176436715, 39.360900772508437 ], [ -109.05101336491124, 39.350202046570907 ], [ -109.05102184842005, 39.343215099465901 ], [ -109.05102429844467, 39.342291636861255 ], [ -109.05103271254055, 39.335723635926385 ], [ -109.05101495602028, 39.333606034848188 ], [ -109.0510158884728, 39.333029422971684 ], [ -109.05100450590791, 39.331935441893407 ], [ -109.05105685041976, 39.321276807865253 ], [ -109.05101842208275, 39.317437979310476 ], [ -109.05106079503756, 39.31319505934124 ], [ -109.05106922533706, 39.312055456642 ], [ -109.05107309915489, 39.311915869091358 ], [ -109.05112000367488, 39.306672929054301 ], [ -109.0510649408013, 39.30029754116309 ], [ -109.05106376702794, 39.300130839279916 ], [ -109.05105574960476, 39.299374778542891 ], [ -109.05103386963437, 39.296819217831313 ], [ -109.05102809471637, 39.292219588667677 ], [ -109.05106368395948, 39.277763846568917 ], [ -109.05109550126586, 39.274106366598275 ], [ -109.05109302448545, 39.273777464283462 ], [ -109.05112101526458, 39.270466798805437 ], [ -109.05114541556046, 39.267912902704865 ], [ -109.05113227662218, 39.266295406470249 ], [ -109.05112261309284, 39.264970789733439 ], [ -109.05112143629164, 39.264804086906679 ], [ -109.05110530167619, 39.263294658572363 ], [ -109.0511247981679, 39.254640969481009 ], [ -109.05113210960398, 39.249982965329771 ], [ -109.0511854591974, 39.241568588436287 ], [ -109.05123455934742, 39.234352451728292 ], [ -109.05123666087695, 39.233229848192835 ], [ -109.05122975641694, 39.231595328908888 ], [ -109.05122485996728, 39.222351037415045 ], [ -109.05122364556733, 39.219882288364381 ], [ -109.05122103977639, 39.219138922968561 ], [ -109.05122416680307, 39.217769460997928 ], [ -109.05121964495075, 39.205367158928283 ], [ -109.05129960998045, 39.180892839226821 ], [ -109.0513356582066, 39.164914162744779 ], [ -109.05134108832216, 39.163040165803849 ], [ -109.05134441368916, 39.161661685368287 ], [ -109.05130866760213, 39.150794969575749 ], [ -109.05126708043868, 39.139928138197526 ], [ -109.05133039881152, 39.135072767490485 ], [ -109.05136135434101, 39.132523432896527 ], [ -109.05137183589015, 39.131933447883512 ], [ -109.05145929935227, 39.124983629028563 ], [ -109.05178438951862, 39.103526992096434 ], [ -109.0518655516077, 39.088607571748483 ], [ -109.05197764465363, 39.074868965179377 ], [ -109.05212292644869, 39.057815137141141 ], [ -109.05226081742995, 39.04102153558933 ], [ -109.05234906677025, 39.030445919160165 ], [ -109.05247561259385, 39.015946064935427 ], [ -109.05257803648765, 39.008424219252746 ], [ -109.05259580170605, 39.007145059987238 ], [ -109.05267225524847, 39.001199566339899 ], [ -109.05268226495464, 38.999992358245102 ], [ -109.05282495012487, 38.989565351816836 ], [ -109.05283484251648, 38.988741076457174 ], [ -109.05285650072078, 38.986687094010563 ], [ -109.0530092367011, 38.972264165823439 ], [ -109.05311700301239, 38.963692656318116 ], [ -109.0531742761726, 38.959071319399271 ], [ -109.05318505239659, 38.958256065184152 ], [ -109.05318793926351, 38.957729009532216 ], [ -109.05329854436003, 38.947995194704305 ], [ -109.05335417236591, 38.943220643186095 ], [ -109.05342719046988, 38.937387662145298 ], [ -109.05354536671747, 38.928636072277612 ], [ -109.0537832750871, 38.901568350036129 ], [ -109.05382090775454, 38.897023229281345 ], [ -109.05401796461011, 38.875018560781719 ], [ -109.05510018418761, 38.852019392732636 ], [ -109.0551715456635, 38.850457264814061 ], [ -109.05528948622026, 38.848030906729555 ], [ -109.05566515987555, 38.841216229787243 ], [ -109.05568697377694, 38.840838152648956 ], [ -109.05642281606406, 38.822473491091522 ], [ -109.05742347415843, 38.797517458098113 ], [ -109.05900677643842, 38.749963406898566 ], [ -109.05939648119886, 38.731534138040708 ], [ -109.05983515111501, 38.710641209956869 ], [ -109.05976693995254, 38.689766832096169 ], [ -109.05976170671318, 38.688045701964974 ], [ -109.05968520947269, 38.666405203456932 ], [ -109.05969314841002, 38.662918182353891 ], [ -109.05971124208006, 38.648834691435106 ], [ -109.05979794260493, 38.637527625675673 ], [ -109.0598040013783, 38.63645093931207 ], [ -109.05988824814486, 38.625017660255217 ], [ -109.06018787837998, 38.499973364361509 ], [ -109.06199260791546, 38.499978021690609 ], [ -109.07457778815555, 38.499959494779951 ], [ -109.08987967154627, 38.499975857849158 ], [ -109.10836361752892, 38.499992113909052 ], [ -109.12567353544316, 38.499959626905891 ], [ -109.13378043555164, 38.499963875154435 ], [ -109.14592312615295, 38.499944133969457 ], [ -109.16541107296655, 38.499985292139748 ], [ -109.1747109901456, 38.499972951384748 ], [ -109.1816658578381, 38.499964025278381 ], [ -109.19454896025293, 38.499960645005729 ], [ -109.2128552439946, 38.499984682975558 ], [ -109.23445904903647, 38.499979031752588 ], [ -109.25066800517635, 38.499961002329194 ], [ -109.26137853130281, 38.499944815915065 ], [ -109.27388930869603, 38.499931674334618 ], [ -109.29082560802368, 38.499950340491949 ], [ -109.30251051991715, 38.499949113462314 ], [ -109.3147229912084, 38.499945302616332 ], [ -109.33336119404379, 38.499959766786468 ], [ -109.35060337217409, 38.499947099377529 ], [ -109.35377403059492, 38.499946663798397 ], [ -109.36176640080376, 38.499955129814936 ], [ -109.36355531379219, 38.499953111314944 ], [ -109.37566935697613, 38.499995631058631 ], [ -109.38203938811466, 38.499993712282986 ], [ -109.39748057708228, 38.499962753935904 ], [ -109.41932503025458, 38.499984833314265 ], [ -109.42354121245945, 38.499977512384611 ], [ -109.42350449078825, 38.483428724588279 ], [ -109.43737463365153, 38.483435384762245 ], [ -109.43736623633571, 38.476163705984156 ], [ -109.44148578789058, 38.476166423390232 ], [ -109.44148601273477, 38.47592708342394 ], [ -109.45992623429781, 38.475906989296007 ], [ -109.46454051976836, 38.475905397105329 ], [ -109.46454285323324, 38.483154036856895 ], [ -109.46915952108357, 38.483153919416409 ], [ -109.46916446144772, 38.490711860044129 ], [ -109.47377324821474, 38.490711551392394 ], [ -109.47378872753205, 38.494346867478946 ], [ -109.47840390616199, 38.494348173709326 ], [ -109.48301938641927, 38.494346147840879 ], [ -109.48292786731945, 38.49998809123619 ], [ -109.49679200429891, 38.499977653146018 ], [ -109.50067367136052, 38.499977856744643 ], [ -109.52163038154056, 38.499965863380005 ], [ -109.5331264545819, 38.4999608495853 ], [ -109.54874501481947, 38.499957209583378 ], [ -109.58849051049572, 38.499974453749928 ], [ -109.62566308745365, 38.499920996927301 ], [ -109.6275551306862, 38.49992516444464 ], [ -109.62882798681163, 38.499926558462242 ], [ -109.63845603544074, 38.499926257052792 ], [ -109.65485894146077, 38.499931991405909 ], [ -109.65813861725339, 38.499932671817234 ], [ -109.66838460418347, 38.499942394731697 ], [ -109.68127403497198, 38.499942269609505 ], [ -109.69485169353186, 38.499933077941954 ], [ -109.70682938141259, 38.499938897667974 ], [ -109.71889298369457, 38.499950739789199 ], [ -109.72830209848468, 38.499949663989369 ], [ -109.7349304894783, 38.499940353700971 ], [ -109.74292892490689, 38.4999498889092 ], [ -109.7506693274393, 38.499960630841827 ], [ -109.75841127951283, 38.499948348245034 ], [ -109.78206777632899, 38.499944448514967 ], [ -109.81785831269852, 38.499932722099963 ], [ -109.84954319729012, 38.499941884617847 ], [ -109.86283986846007, 38.499945592192944 ], [ -109.8698465991755, 38.499945833037643 ], [ -109.87084427553022, 38.499946445228801 ], [ -109.87566668462313, 38.499929761809511 ], [ -109.87959950741394, 38.499967454341871 ], [ -109.8947713762381, 38.499958425418178 ], [ -109.91374463593485, 38.499960222918524 ], [ -109.92420908312805, 38.499948678665866 ], [ -109.93219079141998, 38.499936116925831 ], [ -109.9615483077514, 38.499925261702636 ], [ -109.97763165427165, 38.499936102766107 ], [ -109.98956403714736, 38.499922510853246 ], [ -110.00065808718907, 38.499995176110566 ], [ -110.01444840072078, 38.49997235809758 ], [ -110.02527959375024, 38.499981901149489 ], [ -110.02555084395949, 38.500277043057402 ], [ -110.02573188097371, 38.500458785949412 ], [ -110.02621966609334, 38.500854857670738 ], [ -110.02662297227498, 38.501137577321401 ], [ -110.0270382938983, 38.501379842164418 ], [ -110.02727721661688, 38.501521510326604 ], [ -110.02781227774196, 38.501814332016714 ], [ -110.02839906512084, 38.502098568596743 ], [ -110.02929962679119, 38.50241694491487 ], [ -110.03000894162786, 38.502630094343004 ], [ -110.03089581821143, 38.502772614330112 ], [ -110.03221132376632, 38.503022306689196 ], [ -110.03286440104114, 38.503068255181951 ], [ -110.0338204525162, 38.503184288814836 ], [ -110.03453593955398, 38.503280307967309 ], [ -110.03530906448367, 38.503354267981187 ], [ -110.03595551257192, 38.503467733406218 ], [ -110.03604127552479, 38.50348646305391 ], [ -110.03652700632479, 38.503612120050036 ], [ -110.03695426309434, 38.503822906617792 ], [ -110.03757031120105, 38.504066784758102 ], [ -110.03804350259749, 38.504273438943386 ], [ -110.03917850530365, 38.504733348481921 ], [ -110.03978316133728, 38.504972615628702 ], [ -110.04035323988722, 38.505225114069404 ], [ -110.04043870717442, 38.505266367670323 ], [ -110.04131673852683, 38.505647550061688 ], [ -110.0418300277118, 38.505859023159495 ], [ -110.04262768156055, 38.506248549901137 ], [ -110.04316881319853, 38.50652332760739 ], [ -110.04383962241624, 38.506965880644863 ], [ -110.04432169849105, 38.507370842428777 ], [ -110.04466366596945, 38.507963907807643 ], [ -110.04482106096579, 38.508204005315427 ], [ -110.0450516892234, 38.50854382998876 ], [ -110.04527414629317, 38.509068330141446 ], [ -110.04543956347953, 38.509569835316043 ], [ -110.04555833695558, 38.510129536964854 ], [ -110.04565346192798, 38.510743116702145 ], [ -110.04571386907581, 38.511293330584699 ], [ -110.04573593058093, 38.511446711459229 ], [ -110.04577841434121, 38.511703894771365 ], [ -110.04579659362938, 38.512064516035537 ], [ -110.04581530828942, 38.512384588415202 ], [ -110.04576402207231, 38.512794208633288 ], [ -110.04570973687531, 38.512996532353235 ], [ -110.04564362580211, 38.513225795137906 ], [ -110.04557483737459, 38.513657802127241 ], [ -110.04547223659242, 38.51404447430081 ], [ -110.04537632112459, 38.514359106262205 ], [ -110.04514647697992, 38.514826748284747 ], [ -110.04496443453418, 38.51514878815469 ], [ -110.04473142290101, 38.515421748084989 ], [ -110.04445205676203, 38.515730376558643 ], [ -110.04418434799035, 38.516024680580159 ], [ -110.04373788753132, 38.516391421257822 ], [ -110.043235161859, 38.516675692914575 ], [ -110.04288320311184, 38.516835029351924 ], [ -110.04231219264233, 38.51707818564369 ], [ -110.04186769913079, 38.517295338962839 ], [ -110.04147559175644, 38.517454342599393 ], [ -110.04075439366983, 38.517777368055391 ], [ -110.04009185278247, 38.518001739919463 ], [ -110.03930314395672, 38.518225072932808 ], [ -110.03871586530926, 38.518395983529985 ], [ -110.03724882048469, 38.518649779127365 ], [ -110.03663037404219, 38.518662716225357 ], [ -110.03642386290016, 38.518665522914702 ], [ -110.0355804937515, 38.518685615151043 ], [ -110.03508790661854, 38.51863649796298 ], [ -110.03492751417606, 38.518621658421679 ], [ -110.03393787244482, 38.518428755612248 ], [ -110.03374989131579, 38.518332580540623 ], [ -110.03363139226055, 38.518273025863763 ], [ -110.03321414230196, 38.518080333554728 ], [ -110.03283800344542, 38.517901497051554 ], [ -110.03249090168968, 38.517695863835264 ], [ -110.03190197936749, 38.517132263993567 ], [ -110.03156695686845, 38.516881668847347 ], [ -110.0310269413628, 38.516521234846074 ], [ -110.03083353661, 38.516402480691653 ], [ -110.03031966240766, 38.516231507857285 ], [ -110.02977725105447, 38.516050383333926 ], [ -110.02929748651609, 38.515902218174382 ], [ -110.02904069196238, 38.515806366275186 ], [ -110.02886951615449, 38.515740962898903 ], [ -110.02853365084205, 38.515554335974088 ], [ -110.02771701246994, 38.515295227325737 ], [ -110.02733595563889, 38.515057755582184 ], [ -110.02686260452133, 38.514860068780706 ], [ -110.02667482423357, 38.514750366332031 ], [ -110.02645282006677, 38.51462686133204 ], [ -110.02612765808259, 38.514497992112055 ], [ -110.02522184223045, 38.514048876350579 ], [ -110.02473111821433, 38.513864554055296 ], [ -110.0243778991853, 38.513690387247252 ], [ -110.02378450963121, 38.513464652421078 ], [ -110.02319075854349, 38.513265947018525 ], [ -110.02299091052157, 38.5132011970748 ], [ -110.02205280237125, 38.513022141808513 ], [ -110.02158948436804, 38.512932659290314 ], [ -110.02077076525448, 38.512831191660197 ], [ -110.01995027716821, 38.512860374771684 ], [ -110.01942815366122, 38.512878533263219 ], [ -110.01892847782926, 38.512932924738664 ], [ -110.01819930807495, 38.5129944019466 ], [ -110.01756664014438, 38.51312877875101 ], [ -110.01714814315442, 38.513201867274027 ], [ -110.01676718525955, 38.513297799025501 ], [ -110.01651389562362, 38.513367766436815 ], [ -110.01634113098703, 38.513420386141483 ], [ -110.01597796872279, 38.513557017932115 ], [ -110.01560747554674, 38.513810740451724 ], [ -110.01525473522979, 38.514024057941981 ], [ -110.01509818898869, 38.51414890663402 ], [ -110.01492400931232, 38.514305148093236 ], [ -110.01456583730166, 38.514495888260903 ], [ -110.01411968103221, 38.514830075456402 ], [ -110.01397392386919, 38.515004578370437 ], [ -110.01373987487283, 38.515345055848414 ], [ -110.01351606280181, 38.515775737099524 ], [ -110.01340884479603, 38.516067717367591 ], [ -110.01339102629073, 38.516112626247732 ], [ -110.01329679225677, 38.516377680384636 ], [ -110.01323608571835, 38.516539381255718 ], [ -110.01317258893677, 38.516989436207602 ], [ -110.01316729867139, 38.517376899045622 ], [ -110.01319789249045, 38.517656522677086 ], [ -110.01315788666888, 38.518066222401679 ], [ -110.0131286730166, 38.518525577931918 ], [ -110.01311191276119, 38.518912943996121 ], [ -110.01310988333518, 38.519481571311829 ], [ -110.01309258122237, 38.519908584647446 ], [ -110.01309832897681, 38.520327681609849 ], [ -110.01309554798323, 38.520531324751232 ], [ -110.01309895713734, 38.520701676417012 ], [ -110.0131621154883, 38.521116751294961 ], [ -110.01325699919278, 38.521644740897742 ], [ -110.01327358072895, 38.522194600035078 ], [ -110.01329733424905, 38.522555271918272 ], [ -110.01335592887749, 38.522884696094835 ], [ -110.01335760388494, 38.523182099341007 ], [ -110.01332981596752, 38.52353692976498 ], [ -110.01332314577661, 38.523605363169175 ], [ -110.0132970677833, 38.523834944079347 ], [ -110.01313217711473, 38.524148967093176 ], [ -110.01289420490014, 38.52435423228831 ], [ -110.0127147527505, 38.524474378444125 ], [ -110.01235078888014, 38.524665062398135 ], [ -110.01219515045594, 38.524721424913373 ], [ -110.01170672258156, 38.52478579288637 ], [ -110.01152270325707, 38.524820286655057 ], [ -110.01133874540852, 38.524850274758535 ], [ -110.0110469285268, 38.524798245525126 ], [ -110.01058299467043, 38.524749267158704 ], [ -110.01043406482199, 38.524734490891653 ], [ -110.00997478172033, 38.524681043530308 ], [ -110.00953530773424, 38.524605232472226 ], [ -110.00947228254441, 38.52460019342108 ], [ -110.00899083668556, 38.524573590073949 ], [ -110.0083618843763, 38.524428582355405 ], [ -110.00797350164976, 38.524308139202994 ], [ -110.00748194959155, 38.524182314384781 ], [ -110.00721351223584, 38.524098932541747 ], [ -110.00687643976416, 38.524001450273417 ], [ -110.00673411447026, 38.523923642822155 ], [ -110.00665999147837, 38.523891472757086 ], [ -110.0055015795284, 38.52345898666119 ], [ -110.00518783728597, 38.523333761162483 ], [ -110.00472534454322, 38.523181136336589 ], [ -110.00432618757854, 38.523011024713242 ], [ -110.00396143026056, 38.522842105543177 ], [ -110.00366427728973, 38.522762076024371 ], [ -110.00273874816635, 38.522497360958802 ], [ -110.00254475324984, 38.522423614238676 ], [ -110.00212703207742, 38.52235246664285 ], [ -110.00176129999689, 38.522254725442373 ], [ -110.00085186821818, 38.522071238808763 ], [ -110.00066404751982, 38.521966000417727 ], [ -110.00047965661523, 38.522027509036846 ], [ -110.00017601558389, 38.522002387193993 ], [ -109.99992878904081, 38.522045334805426 ], [ -109.99987123993141, 38.522059262117118 ], [ -109.99969870473113, 38.522092934233143 ], [ -109.99957209898091, 38.522123393815207 ], [ -109.99925560286826, 38.522198190556701 ], [ -109.99900202856747, 38.522285239692387 ], [ -109.99887517253272, 38.522333719944847 ], [ -109.99873098653079, 38.522391063649735 ], [ -109.99840895325949, 38.52245139188485 ], [ -109.99805818204362, 38.522515979213352 ], [ -109.99774730524365, 38.522598930544795 ], [ -109.99751734282532, 38.522637514925236 ], [ -109.99726381497453, 38.522720955955755 ], [ -109.99693435551957, 38.522902875577238 ], [ -109.9967545057192, 38.523050029118821 ], [ -109.996696542367, 38.523093690189967 ], [ -109.99653999466852, 38.523214908894609 ], [ -109.99633689017578, 38.523384391933909 ], [ -109.99601870773127, 38.523579923266141 ], [ -109.99582769726511, 38.523704450200967 ], [ -109.99564323532007, 38.523770456421794 ], [ -109.99544680178485, 38.523872406758535 ], [ -109.99534275575087, 38.523930090619096 ], [ -109.99516296281236, 38.524072736259612 ], [ -109.99489021649993, 38.524300195616242 ], [ -109.99469246413767, 38.524496757015498 ], [ -109.99458766433217, 38.524608504387118 ], [ -109.99450618101139, 38.524693416562144 ], [ -109.99433741591525, 38.524867696821389 ], [ -109.9941743851863, 38.525042026088933 ], [ -109.99399352078972, 38.525261260778294 ], [ -109.99383521973408, 38.525507724399688 ], [ -109.99379072632509, 38.525737142328893 ], [ -109.99375930704949, 38.526016237355357 ], [ -109.99380615603783, 38.526359087418989 ], [ -109.99388238468589, 38.526651723973956 ], [ -109.99396413596773, 38.526959727936429 ], [ -109.99410898944375, 38.527267372788067 ], [ -109.99428819373273, 38.527579818402849 ], [ -109.99442314663737, 38.527774730642356 ], [ -109.99448504470746, 38.527860874079828 ], [ -109.99456950840052, 38.527974246581195 ], [ -109.9947216063988, 38.52817381158566 ], [ -109.99490094087766, 38.528477245585385 ], [ -109.99509224914789, 38.528744734984251 ], [ -109.995154211493, 38.528826372727842 ], [ -109.99520487843898, 38.528895297022466 ], [ -109.99537962140894, 38.529116683746267 ], [ -109.99554200488517, 38.529401947751374 ], [ -109.99563800572334, 38.529510912561463 ], [ -109.99599452372576, 38.529860923497019 ], [ -109.99614713039551, 38.530024443905212 ], [ -109.99627181092949, 38.530133654086498 ], [ -109.99639674219732, 38.530224842742889 ], [ -109.99660153425729, 38.530348256900545 ], [ -109.99693157233438, 38.530540332058308 ], [ -109.9972271983217, 38.530732111563175 ], [ -109.9972897275745, 38.530773200058889 ], [ -109.99744328948506, 38.530868237503633 ], [ -109.99773304499558, 38.53106987841273 ], [ -109.99793765426773, 38.531206806329166 ], [ -109.99815828423587, 38.531429482790621 ], [ -109.99823745943583, 38.531511266180544 ], [ -109.99832224558213, 38.531602109290596 ], [ -109.99848040951787, 38.531779191853246 ], [ -109.99864896101265, 38.531951857157836 ], [ -109.99879156594336, 38.532092759148327 ], [ -109.99904599156409, 38.532360781773377 ], [ -109.99928894747025, 38.532628705809053 ], [ -109.99957339025126, 38.532883466190029 ], [ -109.99986724941684, 38.533121183957228 ], [ -110.00000909854499, 38.533234141522129 ], [ -110.00013952629699, 38.533343396669686 ], [ -110.00037070603618, 38.533633747303419 ], [ -110.0005984581296, 38.533757350512275 ], [ -110.00072427371379, 38.533785459726403 ], [ -110.00091091536081, 38.533895193790244 ], [ -110.00107036241381, 38.534063272024007 ], [ -110.00125230443764, 38.53418107603769 ], [ -110.00141676520262, 38.534318556558603 ], [ -110.00157537855087, 38.534464097573569 ], [ -110.00187047263539, 38.534696413784602 ], [ -110.00209105062099, 38.534924489434438 ], [ -110.00231664411329, 38.53520487565477 ], [ -110.00253143924448, 38.535436505897678 ], [ -110.00258237910332, 38.535486504596676 ], [ -110.00265582768928, 38.535568236202906 ], [ -110.00287598784524, 38.535826946812008 ], [ -110.00316888738116, 38.536135841066027 ], [ -110.00340709578103, 38.536417233751322 ], [ -110.00358710830285, 38.536675601255759 ], [ -110.00388613958617, 38.537039517656666 ], [ -110.00420172395508, 38.537451336434273 ], [ -110.00438068600451, 38.537786293762451 ], [ -110.00466007831814, 38.538243763491586 ], [ -110.00481293816416, 38.538474862938337 ], [ -110.00510889209124, 38.539063142912823 ], [ -110.00520854635059, 38.539325330844498 ], [ -110.00539644627185, 38.539845103627194 ], [ -110.00547901748405, 38.540098134412219 ], [ -110.00552704664784, 38.540359883481223 ], [ -110.00560326204418, 38.540657918976336 ], [ -110.00574442016053, 38.541239475232281 ], [ -110.00572654544278, 38.541704330220831 ], [ -110.00575851299278, 38.542299377792766 ], [ -110.00570198295753, 38.542654862134263 ], [ -110.00565205752761, 38.542947320220691 ], [ -110.00562120290611, 38.543104763901404 ], [ -110.00560904714857, 38.543154225315263 ], [ -110.00546708607749, 38.543463925023616 ], [ -110.00529138632267, 38.543723773217579 ], [ -110.00520958301402, 38.543831219200165 ], [ -110.00508114088119, 38.543992339303692 ], [ -110.00486410155848, 38.544337447157844 ], [ -110.0046640219996, 38.544700722282968 ], [ -110.00437202745584, 38.545072227119022 ], [ -110.004132717678, 38.545367579477158 ], [ -110.00403906421646, 38.545501959045566 ], [ -110.00392202797107, 38.545667680716207 ], [ -110.00370528878689, 38.545990259447926 ], [ -110.00357023202417, 38.546214403764822 ], [ -110.00345861949357, 38.546402700482709 ], [ -110.00329369487486, 38.546712201829628 ], [ -110.00322878493074, 38.546842319546506 ], [ -110.0031343689101, 38.547031663520521 ], [ -110.0030809447378, 38.547160977775668 ], [ -110.00301420223649, 38.547340644374493 ], [ -110.0028681296787, 38.547614258609727 ], [ -110.00272795251607, 38.547793299511092 ], [ -110.00262861844143, 38.547923123601542 ], [ -110.00241676744275, 38.548223212041613 ], [ -110.00226601220346, 38.548420185711905 ], [ -110.00209677295589, 38.548626013361876 ], [ -110.00193944290794, 38.54880040117812 ], [ -110.0018637395784, 38.548880861446506 ], [ -110.00175299051945, 38.549006081553649 ], [ -110.00158387303158, 38.549202897720683 ], [ -110.00149625843549, 38.54931479726141 ], [ -110.00136748646901, 38.549498439602175 ], [ -110.00123833985531, 38.5497091138295 ], [ -110.00106209811912, 38.550005898780235 ], [ -110.00095023609045, 38.550211313109635 ], [ -110.00075169160573, 38.550461046153266 ], [ -110.00062309029401, 38.550632072637406 ], [ -110.00048321349995, 38.550788583912102 ], [ -110.0004250300972, 38.550846663437724 ], [ -110.00028533963246, 38.550989658444237 ], [ -110.00014583581827, 38.55111913725959 ], [ -109.99989593756315, 38.55134770314983 ], [ -109.99977428098475, 38.551431374102151 ], [ -109.99961295004692, 38.551479560096226 ], [ -109.99934840998884, 38.551522357809695 ], [ -109.99925630093928, 38.551544099776244 ], [ -109.99899718537733, 38.551609472416523 ], [ -109.99887053981567, 38.551639029316952 ], [ -109.99849603980581, 38.551749373879865 ], [ -109.99826542188157, 38.551828506302385 ], [ -109.99801210430533, 38.551889420494255 ], [ -109.9977632100325, 38.552044995263941 ], [ -109.99761712767503, 38.552151885340336 ], [ -109.99754281373042, 38.552214331147781 ], [ -109.99736271560407, 38.552374098856717 ], [ -109.99726391624407, 38.552464271149098 ], [ -109.99699094201759, 38.552700743611759 ], [ -109.99667680219869, 38.553008956493578 ], [ -109.99640924820801, 38.553268003355051 ], [ -109.99629842025406, 38.553397723320337 ], [ -109.9958351504754, 38.553701050416663 ], [ -109.99556318252404, 38.553864533035018 ], [ -109.99526881526342, 38.553988171127898 ], [ -109.99514152431419, 38.554063678257933 ], [ -109.99496203102848, 38.554179289870063 ], [ -109.99464339362714, 38.5543973411949 ], [ -109.99441768467086, 38.554535084362115 ], [ -109.99419777517691, 38.554668371050646 ], [ -109.9938397868885, 38.554827505769502 ], [ -109.99345733890829, 38.555094569845224 ], [ -109.99295806188422, 38.555509321196574 ], [ -109.99248411951423, 38.555753065550185 ], [ -109.9921374715714, 38.555921304321998 ], [ -109.99184126514913, 38.556175587916158 ], [ -109.99157343025948, 38.556452644478 ], [ -109.99137494936689, 38.556694251100524 ], [ -109.99118770325906, 38.55695307647516 ], [ -109.99109404820602, 38.557084741699406 ], [ -109.9907861814096, 38.557351538448366 ], [ -109.99071652200303, 38.557408612904389 ], [ -109.99048403749525, 38.557619284891928 ], [ -109.99025755415374, 38.557811083546746 ], [ -109.98999588621693, 38.558056648521436 ], [ -109.98979802621236, 38.558253199091169 ], [ -109.98952471489662, 38.558592384423825 ], [ -109.98937708028572, 38.558808292426484 ], [ -109.98909062400134, 38.55918431126625 ], [ -109.98889187468069, 38.559443934614862 ], [ -109.98862174313739, 38.559883175302538 ], [ -109.98854500291436, 38.560035711485725 ], [ -109.98840135537931, 38.560458021028808 ], [ -109.98834819765496, 38.560565702263382 ], [ -109.98813644957509, 38.560933352528167 ], [ -109.98802420486113, 38.561162181023199 ], [ -109.98790993737173, 38.561535179406008 ], [ -109.98783836315799, 38.561728312466855 ], [ -109.98777137903352, 38.561921485169286 ], [ -109.98774338055573, 38.562362817201546 ], [ -109.98778965189533, 38.562746215309673 ], [ -109.98779967465741, 38.562849936721371 ], [ -109.98786290839165, 38.563251504885066 ], [ -109.98798145257513, 38.563801343345901 ], [ -109.98812500101776, 38.564123401425562 ], [ -109.9882883368354, 38.56450781117865 ], [ -109.9883151858464, 38.564557607670331 ], [ -109.98852799969981, 38.564933432994849 ], [ -109.98881472005336, 38.565359460840881 ], [ -109.98910239061884, 38.565717908330804 ], [ -109.98936711027179, 38.566076156944256 ], [ -109.98972490972135, 38.566345091258398 ], [ -109.9900419117982, 38.566658731025882 ], [ -109.99031332379934, 38.566949447389845 ], [ -109.9903869787004, 38.567017670571246 ], [ -109.99076061568398, 38.567385867154037 ], [ -109.99122745955708, 38.567655737055645 ], [ -109.99166751734815, 38.567871304080086 ], [ -109.99217288681169, 38.568177548947858 ], [ -109.99244096548848, 38.568297009163125 ], [ -109.99260064023545, 38.568370477249587 ], [ -109.99337752632552, 38.5687151003509 ], [ -109.99385691754109, 38.568827362757702 ], [ -109.99454941219763, 38.568968489132267 ], [ -109.99479573584634, 38.569002145829742 ], [ -109.99499047436049, 38.56903085323345 ], [ -109.99540353400636, 38.569043410920585 ], [ -109.99606367079026, 38.569035557373269 ], [ -109.996684513936, 38.568964281295266 ], [ -109.99689140710186, 38.568944426477188 ], [ -109.99735182887147, 38.568852847303532 ], [ -109.9980762156124, 38.56876442732942 ], [ -109.99875650470466, 38.568544955786024 ], [ -109.99929276145241, 38.56836480164668 ], [ -109.99966643676129, 38.568237325951834 ], [ -109.99999057131244, 38.568122943381169 ], [ -110.00035378982517, 38.568004387851062 ], [ -110.00063223874716, 38.567790484413813 ], [ -110.00094967066758, 38.56766252435628 ], [ -110.00121455608594, 38.56751609161924 ], [ -110.00142397609852, 38.567396220247396 ], [ -110.00193376885017, 38.567053617180811 ], [ -110.00256499978062, 38.566644458853901 ], [ -110.00313453209573, 38.566131136818846 ], [ -110.00361710885494, 38.565680153807939 ], [ -110.00435415843852, 38.565087146032141 ], [ -110.00480216617795, 38.564644875655176 ], [ -110.00527218999569, 38.564270378542474 ], [ -110.00556770066562, 38.564065619804396 ], [ -110.00630234756333, 38.563644703009174 ], [ -110.00691365536795, 38.563428202557233 ], [ -110.00787714801409, 38.563057880428751 ], [ -110.00858951186444, 38.562586294531087 ], [ -110.00867167505686, 38.562537425892792 ], [ -110.00940533879995, 38.562102062249053 ], [ -110.01006430963254, 38.561756179586901 ], [ -110.01074474427979, 38.561518615354608 ], [ -110.01158608799976, 38.561264382509123 ], [ -110.01265472972301, 38.561174272261184 ], [ -110.01320132675507, 38.561070740688535 ], [ -110.01388397373364, 38.561090011202872 ], [ -110.01430199227555, 38.561156614177982 ], [ -110.01487925137629, 38.561329092063659 ], [ -110.01539329562715, 38.561508244779375 ], [ -110.0157532193757, 38.561542812826417 ], [ -110.01621651380529, 38.561740459840912 ], [ -110.01665429844509, 38.562041525685132 ], [ -110.01698281566577, 38.562359695782675 ], [ -110.0174612371234, 38.56304860446803 ], [ -110.01758379810178, 38.563319985210761 ], [ -110.01765213922425, 38.563780157200206 ], [ -110.01768985394131, 38.563960708378907 ], [ -110.01775966823027, 38.564312751834052 ], [ -110.0179653471469, 38.564886722624742 ], [ -110.01812893267183, 38.565433304730114 ], [ -110.01822523567758, 38.565947781187987 ], [ -110.01841347886233, 38.566454016854514 ], [ -110.01862962072555, 38.567019062342183 ], [ -110.01875468348162, 38.567529273519398 ], [ -110.01882822267903, 38.56803004090758 ], [ -110.01898069530097, 38.568635104672047 ], [ -110.0192431704443, 38.569254607562208 ], [ -110.01945958747081, 38.569716018787403 ], [ -110.0198240224636, 38.570773443061626 ], [ -110.02001210517039, 38.571293192107277 ], [ -110.02007162215129, 38.5715595362553 ], [ -110.02010757174237, 38.571870741674516 ], [ -110.02016990592566, 38.572267779310792 ], [ -110.02034621080838, 38.572809958426447 ], [ -110.02043441070828, 38.573162153758616 ], [ -110.02060687694399, 38.573564618626776 ], [ -110.02069399231152, 38.573912298794447 ], [ -110.02072164802929, 38.573989129809888 ], [ -110.02087731421467, 38.574445523992807 ], [ -110.02122282343201, 38.575124292797234 ], [ -110.0214868208438, 38.575550050986948 ], [ -110.02169520076038, 38.575844673783472 ], [ -110.02210317484243, 38.57623558705663 ], [ -110.02251902981959, 38.576468859670037 ], [ -110.02303025921547, 38.57686513787862 ], [ -110.02363985670564, 38.577203658336593 ], [ -110.02403355727573, 38.577378164603289 ], [ -110.02432486464004, 38.5774842281362 ], [ -110.02448488545453, 38.577536027624042 ], [ -110.02461629473882, 38.577581280251998 ], [ -110.02538579027427, 38.577557050719165 ], [ -110.02606725133408, 38.57725091797893 ], [ -110.02657542645279, 38.57693973544189 ], [ -110.02732032094806, 38.576355660724424 ], [ -110.02767364485803, 38.576034174583434 ], [ -110.02834125097255, 38.575476486255383 ], [ -110.02877618437088, 38.575146662452028 ], [ -110.02984957675623, 38.574290439115089 ], [ -110.03055134237023, 38.573751044447988 ], [ -110.03134033320914, 38.573126755975821 ], [ -110.03208835131809, 38.572560699469847 ], [ -110.0329344036131, 38.571959401187137 ], [ -110.03368349986457, 38.571653782204748 ], [ -110.03418476943344, 38.571595738638578 ], [ -110.03458341032687, 38.571400769303644 ], [ -110.03536752096541, 38.571136882224735 ], [ -110.03592527999159, 38.571060372079017 ], [ -110.03666531118989, 38.571088093355073 ], [ -110.03676280059358, 38.571094302734693 ], [ -110.03689449495064, 38.571117915787376 ], [ -110.03730601369348, 38.571247465513721 ], [ -110.03773922761425, 38.571471815368724 ], [ -110.03813191101693, 38.57172286575566 ], [ -110.03847910561879, 38.571942000078224 ], [ -110.03884853797803, 38.572215386389203 ], [ -110.03920379899303, 38.572604906564308 ], [ -110.03937446606098, 38.572805466719693 ], [ -110.03965058133514, 38.573190731225495 ], [ -110.0399094821675, 38.573575853862472 ], [ -110.0402373155046, 38.573957035322394 ], [ -110.04063408239912, 38.574334275040137 ], [ -110.04090046908887, 38.574588786714173 ], [ -110.04112698256512, 38.574820441796135 ], [ -110.04129688359433, 38.574993056482576 ], [ -110.04149959238633, 38.575288499137088 ], [ -110.04183899222049, 38.575664363761803 ], [ -110.04207609309508, 38.575963691642833 ], [ -110.04237046966577, 38.576272499411772 ], [ -110.04268134921253, 38.576635511796617 ], [ -110.04295223543953, 38.576984678733133 ], [ -110.0430368199179, 38.577098918139612 ], [ -110.04328996533279, 38.577487590830927 ], [ -110.04360049618455, 38.57787763308017 ], [ -110.04392980179054, 38.578150675406732 ], [ -110.04404454511186, 38.578241729942818 ], [ -110.04448246144493, 38.578462488586979 ], [ -110.04531895198343, 38.578581060218845 ], [ -110.04587525709178, 38.578618038877948 ], [ -110.04627128482245, 38.578621266709604 ], [ -110.04702945098731, 38.578585988466344 ], [ -110.04779554515538, 38.578384953986188 ], [ -110.04875008788727, 38.578257540095649 ], [ -110.04952711857183, 38.578097135905409 ], [ -110.05003935811069, 38.577993153889814 ], [ -110.05075212227746, 38.577917831343598 ], [ -110.05146417396875, 38.5778965690684 ], [ -110.05265715833444, 38.577969313546355 ], [ -110.05347833150167, 38.577943515175676 ], [ -110.05405215064496, 38.577958067263161 ], [ -110.05489582330937, 38.578055000373432 ], [ -110.05574721864576, 38.578263735222492 ], [ -110.05613566632279, 38.578407451564203 ], [ -110.05655779840815, 38.578609113252256 ], [ -110.0569163852288, 38.578841802469242 ], [ -110.05738767597744, 38.579147492217338 ], [ -110.05788843435501, 38.57957056981548 ], [ -110.0582427351607, 38.580132148736531 ], [ -110.05847347353468, 38.58048546275564 ], [ -110.05860231060448, 38.58072981591441 ], [ -110.05881845650723, 38.581321822749736 ], [ -110.05879149862389, 38.581628004822832 ], [ -110.05871211757338, 38.581992341508517 ], [ -110.05857230311953, 38.582148922216462 ], [ -110.05842136134846, 38.582278378039462 ], [ -110.05816106757192, 38.582429483031611 ], [ -110.05785544244159, 38.582535163877694 ], [ -110.05751882043104, 38.582816323016722 ], [ -110.05719959224112, 38.583084103690993 ], [ -110.0569553932021, 38.583320947020816 ], [ -110.05681563127442, 38.583473020124934 ], [ -110.0567160366046, 38.583626317978577 ], [ -110.05644723523264, 38.583988224911025 ], [ -110.05617847831769, 38.584346526859889 ], [ -110.05590386068769, 38.584713792604767 ], [ -110.05572208432902, 38.585005207137982 ], [ -110.05566332655457, 38.585108367865637 ], [ -110.05555155057488, 38.585314735542902 ], [ -110.05533509449182, 38.585623893009021 ], [ -110.05522284444285, 38.585866303410604 ], [ -110.05490005055972, 38.586404400443229 ], [ -110.0547644235634, 38.586678162600087 ], [ -110.05448133143767, 38.587252625908619 ], [ -110.05423403578929, 38.587723742974923 ], [ -110.05394631821015, 38.58821255614567 ], [ -110.05368173548692, 38.588688038048538 ], [ -110.05343608592207, 38.589033002543978 ], [ -110.05321907681451, 38.589382704059631 ], [ -110.05294418777919, 38.589767983625201 ], [ -110.05288559961373, 38.589857626639024 ], [ -110.05255207060179, 38.590336152476134 ], [ -110.05233515979742, 38.59067774249155 ], [ -110.05222360233518, 38.590866085056 ], [ -110.05218840097696, 38.590923474929554 ], [ -110.05198373801345, 38.591206587306495 ], [ -110.05185543119951, 38.591358746960807 ], [ -110.05164557041219, 38.591600362726354 ], [ -110.05158733477556, 38.591662972769534 ], [ -110.05148982592529, 38.591743287900684 ], [ -110.05121129134413, 38.591880711555163 ], [ -110.05099203355329, 38.591963643811802 ], [ -110.05060041458297, 38.592055991521882 ], [ -110.05028307835541, 38.592175074732943 ], [ -110.04998325987215, 38.592271770011045 ], [ -110.04982139395872, 38.592356067119233 ], [ -110.04943918510403, 38.59260529106475 ], [ -110.04921872267478, 38.592779228442737 ], [ -110.04895736109462, 38.593006903273768 ], [ -110.04849126697448, 38.593521287685611 ], [ -110.04831128203443, 38.593673023144092 ], [ -110.04794550960983, 38.593980951854888 ], [ -110.04777694438934, 38.594137285226587 ], [ -110.04754397956756, 38.594387717127724 ], [ -110.04712468643785, 38.594834889008155 ], [ -110.04683945365234, 38.595129952367593 ], [ -110.04663673614003, 38.595263476607329 ], [ -110.04630084519654, 38.595481526428067 ], [ -110.04618507371919, 38.595552676496794 ], [ -110.04602319602412, 38.595636968152661 ], [ -110.0455320729782, 38.595957384745468 ], [ -110.04495739441137, 38.596430316272354 ], [ -110.0447417410823, 38.596586260844731 ], [ -110.04440542010636, 38.596835842558974 ], [ -110.04416764983873, 38.59701413469211 ], [ -110.04399489484827, 38.59713888729479 ], [ -110.04373863175148, 38.597326039158077 ], [ -110.04336779782935, 38.597579841641235 ], [ -110.04326356199905, 38.597646577217361 ], [ -110.04291024711543, 38.597877992207742 ], [ -110.04256925009767, 38.598046425014957 ], [ -110.04227920279011, 38.598269343988676 ], [ -110.04196624915163, 38.598487568849215 ], [ -110.04160670554532, 38.59875497561876 ], [ -110.04122987588602, 38.59902674547908 ], [ -110.04084174094537, 38.59928490389499 ], [ -110.04042471731026, 38.599556341651528 ], [ -110.04015780216132, 38.599765927395268 ], [ -110.03976929921119, 38.600051114242881 ], [ -110.03965339390078, 38.60013126832294 ], [ -110.03960698366875, 38.600166934204147 ], [ -110.03938786286592, 38.600322840245106 ], [ -110.03928815234113, 38.600394115206797 ], [ -110.03887613663933, 38.60071965859472 ], [ -110.03850496762118, 38.600995971830358 ], [ -110.03823695342855, 38.601201038214498 ], [ -110.03805154724502, 38.601325677877973 ], [ -110.0378208767244, 38.601485991820297 ], [ -110.03734503105959, 38.601860569119424 ], [ -110.03699585246444, 38.602209151863747 ], [ -110.03668329125223, 38.602481435643298 ], [ -110.03644989568572, 38.602673265288693 ], [ -110.03618241504563, 38.602923389674487 ], [ -110.03593652106389, 38.603190813480275 ], [ -110.03548523903747, 38.603530439810228 ], [ -110.03517786287419, 38.603757703771862 ], [ -110.03481869026982, 38.603993551368582 ], [ -110.03447728334488, 38.604188991859701 ], [ -110.03411284792472, 38.604388747096529 ], [ -110.03359344828499, 38.60458271561761 ], [ -110.03332903344231, 38.604603060761164 ], [ -110.0330530748365, 38.604627815756075 ], [ -110.03257616065986, 38.604650908861913 ], [ -110.0320714461845, 38.604606182458561 ], [ -110.03182534537129, 38.604545570563367 ], [ -110.03157954776172, 38.604462431459112 ], [ -110.03117353231929, 38.604337412859749 ], [ -110.03072219204532, 38.604166959018293 ], [ -110.02995864871063, 38.603728071149348 ], [ -110.02951493785828, 38.60341799485478 ], [ -110.0291400068654, 38.603117499235069 ], [ -110.02824648545864, 38.602525224320836 ], [ -110.02771331039928, 38.602037769253009 ], [ -110.02732733713117, 38.601705635186583 ], [ -110.02686843398683, 38.601246729815884 ], [ -110.02635829140738, 38.600755855422932 ], [ -110.02600708310609, 38.600401477037508 ], [ -110.02557659797976, 38.599965332320572 ], [ -110.02546970864317, 38.599802231883608 ], [ -110.02538511420825, 38.599688881300075 ], [ -110.02503519587498, 38.599239888036351 ], [ -110.02477579818311, 38.598890776670153 ], [ -110.02446063883798, 38.59841954212088 ], [ -110.02421272891308, 38.598070525253107 ], [ -110.02411696142158, 38.597934551355621 ], [ -110.02350828444752, 38.597091386923807 ], [ -110.02325133217815, 38.596647669812363 ], [ -110.0229853685719, 38.596275970388156 ], [ -110.02247203954846, 38.595601213888834 ], [ -110.02215631030468, 38.595174125531884 ], [ -110.02190329308931, 38.594780002564967 ], [ -110.02181871004581, 38.594666649458361 ], [ -110.02170023307583, 38.59451246034233 ], [ -110.02120820261827, 38.593962237596344 ], [ -110.02078980451428, 38.593486524778271 ], [ -110.0205545122482, 38.593056500395839 ], [ -110.0203455989284, 38.592797918494888 ], [ -110.01978317804989, 38.591937098210558 ], [ -110.01957512858341, 38.591615440300323 ], [ -110.01934523866778, 38.591126882668668 ], [ -110.01909284701873, 38.590773311365659 ], [ -110.01840002271624, 38.589794239165855 ], [ -110.01827545242541, 38.589667030506476 ], [ -110.01815650020164, 38.58954888054371 ], [ -110.01775409157314, 38.58916701252177 ], [ -110.01740089350473, 38.588965790219035 ], [ -110.01656895480625, 38.588508217342863 ], [ -110.01590849568835, 38.588106150827784 ], [ -110.01530323067564, 38.587866755542642 ], [ -110.01450194086503, 38.587688788462202 ], [ -110.01343240776848, 38.587395908718094 ], [ -110.0132318099664, 38.587371688259502 ], [ -110.01242923503247, 38.587288318983695 ], [ -110.01177506690809, 38.587183668243505 ], [ -110.01110503705382, 38.587147368702283 ], [ -110.01066342874299, 38.587115700063052 ], [ -110.01002639610151, 38.587101301358871 ], [ -110.0096245240246, 38.587102407026173 ], [ -110.00910730415369, 38.587142186171953 ], [ -110.00857907432449, 38.587147625324718 ], [ -110.00815393157758, 38.587171058031082 ], [ -110.00785469987238, 38.58722259177209 ], [ -110.00773384664254, 38.587244096382747 ], [ -110.00753849537253, 38.587255957426045 ], [ -110.0070209507697, 38.587319154981202 ], [ -110.00644569323865, 38.58740438951569 ], [ -110.00586841661108, 38.587552685897244 ], [ -110.00581191438171, 38.587570229295359 ], [ -110.00539132767396, 38.587679301706487 ], [ -110.00491461021475, 38.587778883648873 ], [ -110.00451052903298, 38.587856552307791 ], [ -110.00429153042228, 38.587917771053853 ], [ -110.0035481676462, 38.58811961401824 ], [ -110.00310475063236, 38.588218570917711 ], [ -110.00258027108509, 38.58836730072283 ], [ -110.00240737829218, 38.588415391334735 ], [ -110.00209578404032, 38.588529886716017 ], [ -110.00181894224689, 38.58862214846615 ], [ -110.00167360158611, 38.588670472985619 ], [ -110.00127220730492, 38.588802223443899 ], [ -110.0010228543254, 38.588899223726891 ], [ -110.00081408136514, 38.58905064006467 ], [ -110.00069241123079, 38.589130706348811 ], [ -110.00039329138593, 38.589173210194026 ], [ -110.00023724126378, 38.589248476492145 ], [ -110.00016205498973, 38.589288386736783 ], [ -109.99995352910878, 38.589421780257233 ], [ -109.99960030645681, 38.58963954755783 ], [ -109.99951338864939, 38.589697380459818 ], [ -109.99944392934205, 38.589738240364653 ], [ -109.99928196155781, 38.589826071132414 ], [ -109.99910712398626, 38.590013821282867 ], [ -109.99896716568146, 38.590170328630563 ], [ -109.99885029343962, 38.590318021622018 ], [ -109.99859371105876, 38.590604200131679 ], [ -109.99826667628979, 38.591002421022687 ], [ -109.99808016442277, 38.59120358716374 ], [ -109.99784627461702, 38.591508882769951 ], [ -109.99770008151009, 38.591700480692921 ], [ -109.99758825546938, 38.591897779815739 ], [ -109.99755288513406, 38.591964163261217 ], [ -109.99741154859849, 38.592301791593457 ], [ -109.9973805697951, 38.592382631289247 ], [ -109.9973014929874, 38.592701868333087 ], [ -109.9971422978545, 38.59300239539067 ], [ -109.99698865390724, 38.593316487304165 ], [ -109.99684768124087, 38.593545076691633 ], [ -109.99674695495636, 38.593769505100433 ], [ -109.99666969243808, 38.593958087884289 ], [ -109.99660977699484, 38.59413780767396 ], [ -109.99635381842747, 38.594789860301837 ], [ -109.99620038042468, 38.595088632972555 ], [ -109.99609995109164, 38.595291435278028 ], [ -109.99601625402902, 38.595529526565763 ], [ -109.995972239976, 38.595804004950658 ], [ -109.99595125167481, 38.596074175032847 ], [ -109.99594086618464, 38.596407517771823 ], [ -109.99594221340959, 38.59672293781837 ], [ -109.99594374891808, 38.597024841958415 ], [ -109.99588251075106, 38.597299172448309 ], [ -109.99576879992229, 38.597630727283196 ], [ -109.99568458404352, 38.597905761612573 ], [ -109.99559344600993, 38.598265446133979 ], [ -109.99557455435162, 38.598796972386602 ], [ -109.99562302145451, 38.599027185908149 ], [ -109.99587295757098, 38.59963311253216 ], [ -109.99591493168973, 38.599917340188519 ], [ -109.99593115072132, 38.599989572684244 ], [ -109.99601394114239, 38.600229092178942 ], [ -109.99613503750598, 38.600604115210317 ], [ -109.9962177665105, 38.600848139848672 ], [ -109.99638466938535, 38.601232567181533 ], [ -109.99643445822873, 38.601368169157645 ], [ -109.99650040443794, 38.601580508815921 ], [ -109.99659941856224, 38.601892260288551 ], [ -109.99666392282887, 38.602208221602488 ], [ -109.99682521518233, 38.602583588477799 ], [ -109.99698475314059, 38.60308510334611 ], [ -109.99702118008996, 38.603355765433051 ], [ -109.99703633480409, 38.60350458774289 ], [ -109.99698789469865, 38.60368440576417 ], [ -109.99682999027475, 38.603890320349947 ], [ -109.99656274591605, 38.604113320455305 ], [ -109.99637675942093, 38.604273935288106 ], [ -109.99616206458363, 38.604434303537573 ], [ -109.99605077883534, 38.604591052824347 ], [ -109.99600972186676, 38.604652881006018 ], [ -109.9958800680904, 38.604891478613617 ], [ -109.99580090691802, 38.605215218984377 ], [ -109.99577618236736, 38.605341170008323 ], [ -109.99575694811757, 38.605485191458847 ], [ -109.99580971714765, 38.605819075650743 ], [ -109.99587640623628, 38.605978253114451 ], [ -109.99602231077832, 38.606221918647989 ], [ -109.99615715983597, 38.606434849518692 ], [ -109.99631466256737, 38.606670503687873 ], [ -109.99635971733174, 38.606733971735494 ], [ -109.99641057662571, 38.606792983722023 ], [ -109.99642124413459, 38.606851650978889 ], [ -109.99641292927274, 38.607036318608486 ], [ -109.99638340481231, 38.607094641140336 ], [ -109.9962366605909, 38.607323179622639 ], [ -109.99617729721203, 38.607462351020587 ], [ -109.99608166237833, 38.607731880182612 ], [ -109.99603221224437, 38.60798378222303 ], [ -109.99602857061082, 38.608245088938276 ], [ -109.99608341452914, 38.608430298393692 ], [ -109.99614268215501, 38.608710168128496 ], [ -109.99624304054754, 38.609008413628118 ], [ -109.99652007381465, 38.609650617117055 ], [ -109.99654235114838, 38.609700372252014 ], [ -109.996664720144, 38.609985288637525 ], [ -109.99675919594178, 38.610211389999144 ], [ -109.99688730861061, 38.610496355382743 ], [ -109.99699395981172, 38.610672996843455 ], [ -109.99711121740374, 38.610912810665766 ], [ -109.99717067903296, 38.611179163981944 ], [ -109.99725204312828, 38.611522303984245 ], [ -109.99724953439586, 38.611702515471379 ], [ -109.99729889266933, 38.611869653968959 ], [ -109.99739867595507, 38.612127341018514 ], [ -109.99742556799289, 38.612258240350556 ], [ -109.99746338003941, 38.612429785656609 ], [ -109.99748901818407, 38.61265079070504 ], [ -109.99754823169813, 38.6129351649356 ], [ -109.9976817808469, 38.61324270505434 ], [ -109.99772226423407, 38.61363505848383 ], [ -109.9977710606188, 38.613842744335813 ], [ -109.99795714607569, 38.614502188287304 ], [ -109.99810268578277, 38.614773783976041 ], [ -109.99823592722831, 38.615103849873549 ], [ -109.99831105677116, 38.615482982159989 ], [ -109.99850633927755, 38.615894683643816 ], [ -109.99853972879195, 38.615971568408291 ], [ -109.99869550568854, 38.616333367373059 ], [ -109.99880129283864, 38.616573081184825 ], [ -109.99887369039834, 38.616735910241445 ], [ -109.99912828298616, 38.617012943468282 ], [ -109.99947300546582, 38.617416909893954 ], [ -109.99951825732461, 38.617466860880903 ], [ -109.99965326229717, 38.617670777169252 ], [ -109.99994156589321, 38.618002166681755 ], [ -110.00009954347324, 38.618206278801487 ], [ -110.00026263911263, 38.618455492642468 ], [ -110.00046062948454, 38.618673463619515 ], [ -110.00053933824354, 38.618795793150952 ], [ -110.00069931983707, 38.618855735321361 ], [ -110.00133050719076, 38.619311706601195 ], [ -110.00150085155003, 38.619452840893501 ], [ -110.00184697275691, 38.619757684179532 ], [ -110.0021368555024, 38.619976436231916 ], [ -110.00285513944742, 38.620365554790354 ], [ -110.00340781237482, 38.620686572271339 ], [ -110.00399572001395, 38.620952014939178 ], [ -110.00466783184706, 38.621358752608053 ], [ -110.0053583002158, 38.621684537728314 ], [ -110.00600888541359, 38.621987450855507 ], [ -110.00724907382741, 38.622435045173525 ], [ -110.00827709736797, 38.62285829907249 ], [ -110.00867212328082, 38.622951763217188 ], [ -110.00940807375159, 38.623313956429847 ], [ -110.00996322734586, 38.623458335905397 ], [ -110.01053474558653, 38.623665932629706 ], [ -110.01108782744076, 38.623877876558069 ], [ -110.01169057698641, 38.623986603595561 ], [ -110.01240862296015, 38.624064760092466 ], [ -110.01314166440622, 38.624138532854694 ], [ -110.0133828747327, 38.62414056720251 ], [ -110.01375611476274, 38.624148219917949 ], [ -110.01408995516371, 38.624096963769297 ], [ -110.01431557816386, 38.624062818275945 ], [ -110.01474052862021, 38.623985292899526 ], [ -110.01517428025295, 38.623768159608289 ], [ -110.01548865710863, 38.623459903802384 ], [ -110.01590287952541, 38.622990277410388 ], [ -110.01627064165748, 38.622137263948503 ], [ -110.01658783705028, 38.621621760888814 ], [ -110.01690094574734, 38.620984565327142 ], [ -110.01719482846067, 38.620072352052972 ], [ -110.01738781916217, 38.619398099314232 ], [ -110.01765644426669, 38.618652388005401 ], [ -110.01776294637293, 38.618423485035706 ], [ -110.01798749518653, 38.617961269838993 ], [ -110.01814985544819, 38.617426439084333 ], [ -110.01848038466794, 38.616351418456411 ], [ -110.01882868574113, 38.614814247665322 ], [ -110.01914622271667, 38.613848156711995 ], [ -110.01971916764511, 38.612681442404181 ], [ -110.02003801169398, 38.612039779396305 ], [ -110.02043632033202, 38.611466368186449 ], [ -110.02096630751139, 38.611006703198321 ], [ -110.02136509563344, 38.610735183472201 ], [ -110.02147535737727, 38.610650494802599 ], [ -110.02181763733341, 38.610395623084059 ], [ -110.02282107924921, 38.60966144605549 ], [ -110.02324335824497, 38.609435174313894 ], [ -110.0235724202453, 38.609307251543683 ], [ -110.02373404931765, 38.609245518513617 ], [ -110.0245193449512, 38.608927647825148 ], [ -110.02502084235448, 38.608787640854537 ], [ -110.0256889745004, 38.60864000768256 ], [ -110.02643572457097, 38.608623694066132 ], [ -110.02787511514018, 38.608770836444499 ], [ -110.0287117929869, 38.608899442149479 ], [ -110.02911869173947, 38.608960493753941 ], [ -110.02986421922849, 38.609035166017847 ], [ -110.03056285493945, 38.609180637264132 ], [ -110.03153263730677, 38.609233726307799 ], [ -110.03223285218121, 38.609262048910061 ], [ -110.03374171627433, 38.609369141248102 ], [ -110.03451101832911, 38.609384503204815 ], [ -110.03523456610908, 38.609385965349453 ], [ -110.03625772090243, 38.609313291832535 ], [ -110.03690202520559, 38.60922848002491 ], [ -110.03759854731128, 38.609103541610104 ], [ -110.03861327866822, 38.60880098037768 ], [ -110.038861203255, 38.608726417846796 ], [ -110.03905146782418, 38.608669404628905 ], [ -110.0398119226471, 38.608486402089788 ], [ -110.04048678546066, 38.608262140184529 ], [ -110.04124753230738, 38.60805660145499 ], [ -110.04194488483999, 38.607954173056847 ], [ -110.04221916614145, 38.607969935985331 ], [ -110.04271525227705, 38.607888384583902 ], [ -110.04341221887049, 38.607641757333823 ], [ -110.04414543758969, 38.607345857780551 ], [ -110.0451838749925, 38.607070467921559 ], [ -110.04594829490418, 38.606932516074174 ], [ -110.04690465025111, 38.606696994175863 ], [ -110.0481966400833, 38.606265937870887 ], [ -110.04926912194446, 38.605932212491396 ], [ -110.05057706262424, 38.605595882059113 ], [ -110.05212039957269, 38.60526144399936 ], [ -110.05331602752375, 38.605167488647893 ], [ -110.05418767057115, 38.605170031412918 ], [ -110.05521077552892, 38.605182802395625 ], [ -110.05628381756252, 38.605241025653612 ], [ -110.05711488571195, 38.605360371401098 ], [ -110.05813449017812, 38.605553322520677 ], [ -110.05890726542863, 38.60573977404929 ], [ -110.05982270611716, 38.605994954565716 ], [ -110.05988563004732, 38.606013483516527 ], [ -110.0608351172548, 38.606300470596636 ], [ -110.06143969419655, 38.606616224922412 ], [ -110.06211306093243, 38.606941539212329 ], [ -110.06268981897921, 38.607189476404074 ], [ -110.06319186661038, 38.607442219666964 ], [ -110.0637057177358, 38.607670723653023 ], [ -110.0642864150424, 38.608058365783016 ], [ -110.06466773013962, 38.608322753573134 ], [ -110.06487286055382, 38.608446050972347 ], [ -110.06524257902468, 38.608719355907184 ], [ -110.06578814001683, 38.609160780058971 ], [ -110.06604360935636, 38.609388111777697 ], [ -110.06634525015174, 38.609597787971573 ], [ -110.06669078609477, 38.609965518147163 ], [ -110.06687793975765, 38.610147244648985 ], [ -110.06720572963911, 38.610555384389478 ], [ -110.06748834427184, 38.61090458718553 ], [ -110.06763988314023, 38.611176145540064 ], [ -110.06771278191066, 38.611311901768708 ], [ -110.0681117331801, 38.611990956636269 ], [ -110.06822952249347, 38.612208175259951 ], [ -110.06829128853893, 38.612316807389746 ], [ -110.06839208518321, 38.612515867152609 ], [ -110.06844816772004, 38.612619948099585 ], [ -110.06859408792896, 38.612882448750817 ], [ -110.06871696507888, 38.613239388550696 ], [ -110.06880163614478, 38.613708670259406 ], [ -110.06891680940227, 38.614128630316586 ], [ -110.0689328135455, 38.614223380392922 ], [ -110.06896354068762, 38.614511998904611 ], [ -110.06898852560062, 38.614800571704997 ], [ -110.06899310328888, 38.614890724999832 ], [ -110.06899193851989, 38.614980832600999 ], [ -110.06899975444161, 38.615264762920518 ], [ -110.06899794903622, 38.615404429693037 ], [ -110.06896580030077, 38.615670018621202 ], [ -110.06894596344968, 38.615871722532063 ], [ -110.068796271807, 38.616344545917109 ], [ -110.06851955306327, 38.616869526795021 ], [ -110.06837823341357, 38.617138752156187 ], [ -110.06807495223104, 38.617496804258167 ], [ -110.06786994692959, 38.617805173095135 ], [ -110.06781128368311, 38.617900229556085 ], [ -110.06730061646161, 38.618306191348267 ], [ -110.06716649111044, 38.61846282649114 ], [ -110.0670385748719, 38.61858346426304 ], [ -110.06677039894052, 38.618802111721813 ], [ -110.06669607405544, 38.61886460062977 ], [ -110.06650463529849, 38.619011766117339 ], [ -110.06640009701005, 38.619101048810784 ], [ -110.06614571989923, 38.619229688118061 ], [ -110.06589110811936, 38.619376348348652 ], [ -110.06567130298079, 38.619496250939164 ], [ -110.06541692318977, 38.619624888619327 ], [ -110.06517432061452, 38.619731090644471 ], [ -110.06467299663508, 38.619857753383243 ], [ -110.06411476934393, 38.619943406266522 ], [ -110.06376990524295, 38.619963176407047 ], [ -110.06342509957054, 38.619978440159528 ], [ -110.06268479907693, 38.619931959301908 ], [ -110.06244377532852, 38.619916510663096 ], [ -110.06158976791706, 38.619869111668542 ], [ -110.06085426709902, 38.619719023469059 ], [ -110.05984151115787, 38.619513534238315 ], [ -110.05905172289769, 38.619299015604881 ], [ -110.05818688901272, 38.619026212876918 ], [ -110.05736538375875, 38.618690671138083 ], [ -110.05652058139964, 38.618292755231742 ], [ -110.05571618805112, 38.617879839525237 ], [ -110.05492315920334, 38.617476922939495 ], [ -110.05426239679392, 38.617061552658654 ], [ -110.05298268824777, 38.616546548024367 ], [ -110.05180535524168, 38.616108958357358 ], [ -110.05119316027583, 38.615932773757393 ], [ -110.05072985763513, 38.615789334895439 ], [ -110.05055817655111, 38.615742883531397 ], [ -110.05013471731694, 38.615626800648457 ], [ -110.04928558403633, 38.615475717372952 ], [ -110.04883905765071, 38.61545406496225 ], [ -110.04875303960003, 38.615444353996089 ], [ -110.04812806316581, 38.615367177900346 ], [ -110.04762894556058, 38.615327069669846 ], [ -110.04712366885084, 38.61531845001123 ], [ -110.04655427101159, 38.615381399068042 ], [ -110.04583503094713, 38.615483676022329 ], [ -110.04529332788783, 38.615623443987346 ], [ -110.04487317101882, 38.615692108318918 ], [ -110.04429766728346, 38.615782031535083 ], [ -110.04379543883114, 38.615976184981854 ], [ -110.04368567319656, 38.61602485207343 ], [ -110.04338496832025, 38.616180098162708 ], [ -110.04302601069621, 38.616397047556923 ], [ -110.04270076364342, 38.616670143997233 ], [ -110.04242595131684, 38.617037373636741 ], [ -110.04221346606693, 38.617468194493753 ], [ -110.04211756916391, 38.617769300298491 ], [ -110.04209292062752, 38.617895261840296 ], [ -110.04203033997833, 38.618282251134922 ], [ -110.04201811471157, 38.618683170173931 ], [ -110.04191582285357, 38.619119398356098 ], [ -110.04173322840721, 38.619892906139732 ], [ -110.04168380837758, 38.620153839607035 ], [ -110.04162266241315, 38.620432700316826 ], [ -110.04164580031929, 38.620851932148767 ], [ -110.04172164403009, 38.621194996519478 ], [ -110.04182722233043, 38.621461705220327 ], [ -110.04192179504471, 38.621692277051913 ], [ -110.04196641994342, 38.621791770737111 ], [ -110.0421162057627, 38.622189510217254 ], [ -110.04228310243003, 38.622596401212824 ], [ -110.04245042035178, 38.622971754591127 ], [ -110.04290094184189, 38.623646809546464 ], [ -110.04320646002523, 38.623996257298977 ], [ -110.04346590469184, 38.624268728478263 ], [ -110.04368200230279, 38.624518315628329 ], [ -110.04385716914571, 38.624736027078477 ], [ -110.04402598356846, 38.624913133899533 ], [ -110.04415049230433, 38.625139442625127 ], [ -110.04433330703985, 38.625213930487938 ], [ -110.04445332912292, 38.62525906793072 ], [ -110.04469173575397, 38.625472788779547 ], [ -110.04502646483375, 38.625786423635041 ], [ -110.04523640931653, 38.625980986566859 ], [ -110.0453312121043, 38.626108824541959 ], [ -110.0454227603884, 38.626222217235131 ], [ -110.04549054535649, 38.626308381015619 ], [ -110.04554133939088, 38.626376382831367 ], [ -110.04561965572992, 38.626534725700097 ], [ -110.04578855247013, 38.626792935537466 ], [ -110.0459632535034, 38.627046686629292 ], [ -110.04617726425425, 38.627368345356651 ], [ -110.04636901929372, 38.627635752348986 ], [ -110.04654946783356, 38.62788954939721 ], [ -110.04667278115365, 38.62812035147163 ], [ -110.04679704973641, 38.62827906796187 ], [ -110.04690420765091, 38.628428633272257 ], [ -110.04702805977732, 38.628618886909031 ], [ -110.04705624060888, 38.628659668895217 ], [ -110.04719152096648, 38.628854521267975 ], [ -110.04736767865876, 38.629085752951717 ], [ -110.04760251389882, 38.629484177633451 ], [ -110.04785537373209, 38.629909783481452 ], [ -110.04795522675632, 38.630090829140421 ], [ -110.04804577127044, 38.630280810620327 ], [ -110.04817938923, 38.630601811418124 ], [ -110.04843130334827, 38.631099501488251 ], [ -110.04862602150047, 38.631578702582942 ], [ -110.04865934076236, 38.631665485373745 ], [ -110.04879238044052, 38.632030637802465 ], [ -110.04899390680548, 38.632429689912144 ], [ -110.04917662066849, 38.632948443687717 ], [ -110.04926825581875, 38.633404276642288 ], [ -110.04933638073862, 38.633900470862841 ], [ -110.04930111484072, 38.63439582485001 ], [ -110.04915659292874, 38.634899302475425 ], [ -110.04901727720477, 38.635443374592398 ], [ -110.04900616396792, 38.635501859942202 ], [ -110.0488676619136, 38.635897246308943 ], [ -110.0487258731215, 38.636193477677111 ], [ -110.04849547868992, 38.636673726886201 ], [ -110.04828231372869, 38.63715411575788 ], [ -110.04807009938901, 38.637562418798403 ], [ -110.0479049692466, 38.63788549404358 ], [ -110.04778106103554, 38.638132305635132 ], [ -110.04768676776257, 38.638311770870374 ], [ -110.04746287895907, 38.638733495119759 ], [ -110.04742165482708, 38.638809758375068 ], [ -110.04723415339753, 38.639173202781997 ], [ -110.0471079581841, 38.639505605515659 ], [ -110.04708751525772, 38.639747852035079 ], [ -110.04694887791203, 38.640238758004934 ], [ -110.04681222000681, 38.640580086741458 ], [ -110.04663415543466, 38.641011194197802 ], [ -110.04661620559244, 38.641065117719407 ], [ -110.04649510641774, 38.64153273570124 ], [ -110.04624762475122, 38.641999323178098 ], [ -110.04601868783617, 38.642366933358865 ], [ -110.04585449298513, 38.642617919928163 ], [ -110.04527046466634, 38.643334085353153 ], [ -110.04492758092947, 38.643628670199327 ], [ -110.04465399013847, 38.643896785047417 ], [ -110.04459002032827, 38.643954838191085 ], [ -110.04448525085165, 38.644056715025997 ], [ -110.04419022190223, 38.644208403632113 ], [ -110.04386043571292, 38.644381435304616 ], [ -110.04345476777664, 38.644643961842533 ], [ -110.04288213776098, 38.644932155860438 ], [ -110.04241767399219, 38.645208616262906 ], [ -110.04193823404836, 38.64548765562315 ], [ -110.04140472492614, 38.645857267327131 ], [ -110.04131771116417, 38.64591963561282 ], [ -110.04090029527283, 38.646200080105501 ], [ -110.04084811054992, 38.646235698723387 ], [ -110.04052297048834, 38.646489863548872 ], [ -110.04006365026174, 38.646896123990437 ], [ -110.03970935854255, 38.647181587944651 ], [ -110.0394596171334, 38.647382298955229 ], [ -110.03900542837174, 38.647833655362895 ], [ -110.03830439967095, 38.648697515304193 ], [ -110.03811167856495, 38.648930232779122 ], [ -110.03789615640522, 38.649149244960682 ], [ -110.03765232904611, 38.649336483207172 ], [ -110.03732487246339, 38.649761840544379 ], [ -110.03709664880076, 38.65007086282413 ], [ -110.0367924078336, 38.650478386462588 ], [ -110.03644571342932, 38.651052274423471 ], [ -110.03625267808115, 38.651307515130476 ], [ -110.03605802059256, 38.652112450489447 ], [ -110.03593060439373, 38.652616050650288 ], [ -110.03589075715806, 38.65301673890604 ], [ -110.03581964538745, 38.653606413215989 ], [ -110.03581458409212, 38.653983957925682 ], [ -110.0359272563739, 38.654580553963392 ], [ -110.03605880975583, 38.65505474758146 ], [ -110.03625465366127, 38.655448366289782 ], [ -110.03640955558406, 38.655895717018254 ], [ -110.03647046431735, 38.656067439294155 ], [ -110.03654250260077, 38.656266288026998 ], [ -110.03682490046045, 38.656633583822654 ], [ -110.03713693483738, 38.65693353585651 ], [ -110.03749505869699, 38.657224854723111 ], [ -110.03784725881268, 38.657529641171919 ], [ -110.0383480704152, 38.657894223909139 ], [ -110.03910702987602, 38.658292466126689 ], [ -110.03967268263699, 38.658535919203807 ], [ -110.04003220809025, 38.658723608365939 ], [ -110.04059852863645, 38.658917498634061 ], [ -110.04102210496799, 38.659042628886382 ], [ -110.04123387567611, 38.659106545036366 ], [ -110.04198454143717, 38.659266794288101 ], [ -110.04256302349415, 38.659411210852433 ], [ -110.04323296406795, 38.659592419143998 ], [ -110.04396107490837, 38.65972093062021 ], [ -110.04459218873045, 38.659797279156585 ], [ -110.04511034612541, 38.659724911845977 ], [ -110.04556068679746, 38.659566378605852 ], [ -110.04647309316103, 38.659231379253235 ], [ -110.04708155359462, 38.658848838830366 ], [ -110.04728576505863, 38.658616200538376 ], [ -110.04741233765917, 38.658171156779197 ], [ -110.04746516750576, 38.657653419449204 ], [ -110.04734471549185, 38.657202759101246 ], [ -110.04728910370579, 38.656629167669919 ], [ -110.04721188583642, 38.656038278102741 ], [ -110.04720627282997, 38.655073989755799 ], [ -110.0471338922725, 38.654465116167991 ], [ -110.04715533574628, 38.65328026337054 ], [ -110.04720341624643, 38.652253330629399 ], [ -110.04720431145765, 38.652185750783907 ], [ -110.04730224821381, 38.65129890400766 ], [ -110.04746776873623, 38.650601851414137 ], [ -110.04757216363575, 38.650007934459587 ], [ -110.04776867437656, 38.649486860235044 ], [ -110.04805034579616, 38.649043077498845 ], [ -110.04834973777177, 38.648562490542012 ], [ -110.04870631429338, 38.648102193400405 ], [ -110.04909043226293, 38.647731334105536 ], [ -110.04952666809244, 38.647329356301348 ], [ -110.05000412532054, 38.646851112759421 ], [ -110.05053108061807, 38.646539984107726 ], [ -110.05098730928542, 38.646363453715914 ], [ -110.0513855518149, 38.64622700364469 ], [ -110.05204817792546, 38.646083683367088 ], [ -110.05275687938466, 38.645931720799766 ], [ -110.05318188410649, 38.64594417319983 ], [ -110.05403702317412, 38.645928562507592 ], [ -110.05472679201372, 38.645992714041327 ], [ -110.05542038911416, 38.646115468034552 ], [ -110.05594099016443, 38.646286385872777 ], [ -110.05652348838898, 38.646556928602237 ], [ -110.0570881065166, 38.64687688829062 ], [ -110.05741297373777, 38.647077762396414 ], [ -110.05765131331253, 38.647304973471542 ], [ -110.05796398599743, 38.647559817599337 ], [ -110.05821909224819, 38.647823209064704 ], [ -110.05864970414106, 38.648286268348933 ], [ -110.05880258207794, 38.648458719506678 ], [ -110.05903360605672, 38.648806624738114 ], [ -110.05931434141692, 38.649219813017211 ], [ -110.05949046914917, 38.649460037455356 ], [ -110.0596085857736, 38.649654737122844 ], [ -110.0596916715179, 38.649804096927852 ], [ -110.05990056585833, 38.650175252748859 ], [ -110.06001164421622, 38.650469023343483 ], [ -110.05993834371876, 38.650801864522776 ], [ -110.059855436191, 38.650990442382593 ], [ -110.05974415487982, 38.651151757222465 ], [ -110.05948649968332, 38.651433552089962 ], [ -110.05923688599113, 38.65171541104224 ], [ -110.05896764722415, 38.65209173362539 ], [ -110.05868847655195, 38.652436434940931 ], [ -110.05824406730081, 38.652937508727263 ], [ -110.05784658800916, 38.653452476200094 ], [ -110.05726620725677, 38.654330938942437 ], [ -110.05689317262015, 38.654733454749639 ], [ -110.05661916907899, 38.655033134444949 ], [ -110.05656562618485, 38.655172382699405 ], [ -110.05646434454243, 38.655446420132378 ], [ -110.05625934396245, 38.655742149715806 ], [ -110.05606654272647, 38.655983907660207 ], [ -110.05584868706295, 38.656383166338642 ], [ -110.05566577690908, 38.656746660244373 ], [ -110.05550940457918, 38.657277083014257 ], [ -110.05544000462879, 38.658185794535207 ], [ -110.05541535220804, 38.658312659210132 ], [ -110.0553347251746, 38.658763489900949 ], [ -110.05528356089309, 38.659158686470803 ], [ -110.0552980642891, 38.659366971859086 ], [ -110.05531194035855, 38.65962301371524 ], [ -110.05535270002143, 38.660019853821396 ], [ -110.05553278601614, 38.660309679677049 ], [ -110.05572007640532, 38.660576133223245 ], [ -110.05574711330446, 38.66061780490444 ], [ -110.05603010002469, 38.660949012900694 ], [ -110.0564665206705, 38.66141212638621 ], [ -110.05705406128088, 38.661745788306497 ], [ -110.05767116505159, 38.662016604197447 ], [ -110.05837779920894, 38.662121422868815 ], [ -110.05915819381836, 38.662123197107192 ], [ -110.0594462117039, 38.662071443884955 ], [ -110.05961361779575, 38.66201421448546 ], [ -110.06031989519857, 38.661618874133211 ], [ -110.06052264780105, 38.661495241458233 ], [ -110.06107935093931, 38.661111311190894 ], [ -110.06134615511068, 38.660923307601017 ], [ -110.06229075172325, 38.660318995694752 ], [ -110.06305756963171, 38.659685316064824 ], [ -110.06375392116429, 38.659078102107941 ], [ -110.0644799408645, 38.658574754801066 ], [ -110.06512869886218, 38.658178924837109 ], [ -110.06586554788606, 38.657725219235545 ], [ -110.06641341507724, 38.657486279610659 ], [ -110.06681256838695, 38.657282197510284 ], [ -110.06731455995254, 38.657123992207232 ], [ -110.06761480328746, 38.65701374063989 ], [ -110.067707145234, 38.656982936008554 ], [ -110.06816793814656, 38.656810881199618 ], [ -110.06868227255484, 38.656675297373624 ], [ -110.06917728554069, 38.656611650512239 ], [ -110.06970607303566, 38.656602339925676 ], [ -110.07018268233324, 38.656628658677668 ], [ -110.07072771760984, 38.656696071442852 ], [ -110.07095725854391, 38.656720423905853 ], [ -110.07135179895712, 38.656872248774341 ], [ -110.07230014100048, 38.657303320529685 ], [ -110.07274379880035, 38.657568175579442 ], [ -110.07291162386971, 38.657655116325415 ], [ -110.07315011766067, 38.657787674956609 ], [ -110.07342812521402, 38.658064732117907 ], [ -110.07370491619407, 38.658436401035132 ], [ -110.07390875302167, 38.658672317331344 ], [ -110.07420719866623, 38.659147790164468 ], [ -110.07437459122103, 38.659536614763276 ], [ -110.07449056092405, 38.65990250316792 ], [ -110.07449533807301, 38.660424313882068 ], [ -110.07443845024416, 38.660825782042465 ], [ -110.07414911615784, 38.661427270694652 ], [ -110.07412556289584, 38.661471241189133 ], [ -110.0739446923627, 38.661682483517964 ], [ -110.07371797869965, 38.661883449732301 ], [ -110.0735901107071, 38.661995082258485 ], [ -110.07309030152381, 38.662428185925677 ], [ -110.07269043946108, 38.662686353314697 ], [ -110.0721784878867, 38.663168920608896 ], [ -110.07161545214963, 38.663601516239112 ], [ -110.07113315006649, 38.664012221246786 ], [ -110.07072061471909, 38.664360397248942 ], [ -110.070267908568, 38.664703746636704 ], [ -110.06987765146576, 38.665106166349972 ], [ -110.0696262388561, 38.665437596361969 ], [ -110.0692406124143, 38.66592566099991 ], [ -110.06904788472674, 38.666162934791579 ], [ -110.06890389897704, 38.666630392325018 ], [ -110.06878290947421, 38.667097131572234 ], [ -110.06859770748045, 38.667551644219515 ], [ -110.06857406833085, 38.668222820690161 ], [ -110.06853260083811, 38.66867307075313 ], [ -110.06856140050678, 38.669200479034082 ], [ -110.06857441570533, 38.669349274167558 ], [ -110.06861029368973, 38.66977400646298 ], [ -110.06867436412706, 38.670152102881588 ], [ -110.06885975043205, 38.670482502504292 ], [ -110.06902191730943, 38.670830740201225 ], [ -110.06912429417513, 38.671002775541503 ], [ -110.0692583877501, 38.671211109608812 ], [ -110.0692979164038, 38.671265493790344 ], [ -110.06949051347983, 38.671483304733385 ], [ -110.0698810083409, 38.671864898205051 ], [ -110.07033696532217, 38.672251516541806 ], [ -110.07082156154245, 38.672557256224351 ], [ -110.07134180868471, 38.672773160977783 ], [ -110.07174857160476, 38.672875517745517 ], [ -110.07221385356246, 38.672897232931639 ], [ -110.07267931022301, 38.672905430249969 ], [ -110.07316218261614, 38.672900246330954 ], [ -110.07370310659726, 38.672850462200635 ], [ -110.07411219501272, 38.67277259712634 ], [ -110.07459043319335, 38.672680859226347 ], [ -110.07507491587037, 38.672550418852204 ], [ -110.07556521342283, 38.672414615459822 ], [ -110.07588832331238, 38.672318041308877 ], [ -110.07600390152415, 38.672269390666493 ], [ -110.07613103158722, 38.67221632535972 ], [ -110.07653569822705, 38.672034783380731 ], [ -110.07659926288206, 38.672008250449863 ], [ -110.07703307882026, 38.67179449509257 ], [ -110.07733956759181, 38.671649123056667 ], [ -110.07771560870825, 38.67145833951119 ], [ -110.07815561572562, 38.671209483492312 ], [ -110.0786362526253, 38.670929405250824 ], [ -110.07912459518282, 38.670496188324172 ], [ -110.07949626337222, 38.670197225220477 ], [ -110.07976304289198, 38.670010080795898 ], [ -110.07980942163533, 38.669978905068866 ], [ -110.08039567749266, 38.669528429802213 ], [ -110.08072164894375, 38.669206574368367 ], [ -110.08083216343573, 38.669103809418026 ], [ -110.08112807251445, 38.668885350092943 ], [ -110.08146886017339, 38.668752852791606 ], [ -110.0817239613307, 38.668669245637517 ], [ -110.08196463675363, 38.668635088566226 ], [ -110.08207422811215, 38.66860440808324 ], [ -110.0824319079686, 38.668499075371784 ], [ -110.08287124841428, 38.668299759981508 ], [ -110.08336489219334, 38.667898107185245 ], [ -110.08382910899169, 38.667640407604651 ], [ -110.08390904492013, 38.667591469850926 ], [ -110.08473770510841, 38.667057260470649 ], [ -110.0856234179692, 38.666555031826036 ], [ -110.08650297121243, 38.666084288936396 ], [ -110.08705198531945, 38.6658452618857 ], [ -110.0874799754102, 38.665632322933497 ], [ -110.08786130486372, 38.66547308824299 ], [ -110.08834584140038, 38.665332680037764 ], [ -110.08868056714736, 38.665222643312035 ], [ -110.089389042701, 38.665097492839678 ], [ -110.09000540093699, 38.664985138830446 ], [ -110.09034018881391, 38.664960708237828 ], [ -110.09078812046059, 38.664896603969865 ], [ -110.09099567753029, 38.664844147511324 ], [ -110.09171461400373, 38.664800168829181 ], [ -110.09223669042927, 38.664871809136578 ], [ -110.09279188246468, 38.665051843481649 ], [ -110.09318606120171, 38.665239638574938 ], [ -110.09371059484057, 38.665572628486665 ], [ -110.0940399202341, 38.665890586715875 ], [ -110.09418103002011, 38.666094441194218 ], [ -110.09429858658709, 38.666343171231318 ], [ -110.09440527498707, 38.666542253064954 ], [ -110.09447651939247, 38.666817659185398 ], [ -110.0945193147232, 38.667070315950326 ], [ -110.09451653408655, 38.667291079176742 ], [ -110.09450309990633, 38.66744507391163 ], [ -110.09446562324585, 38.667682690581699 ], [ -110.09437972051064, 38.668114583291064 ], [ -110.09436743238608, 38.668177569489657 ], [ -110.09428442343093, 38.668379688172699 ], [ -110.09411231662976, 38.66881091303425 ], [ -110.09395926540985, 38.669098099314276 ], [ -110.09378356633884, 38.669358075038481 ], [ -110.09364866212992, 38.669573308534034 ], [ -110.0935137002875, 38.669793047225006 ], [ -110.09347273347481, 38.669851305217364 ], [ -110.09332207702882, 38.670039381361093 ], [ -110.0929940984736, 38.670433349480248 ], [ -110.09272045554492, 38.670711488307447 ], [ -110.09247095881901, 38.670897895358145 ], [ -110.09226731149096, 38.671094570503996 ], [ -110.09182706836782, 38.671366007054175 ], [ -110.09172276831235, 38.671432784214772 ], [ -110.09150824976588, 38.671579809700042 ], [ -110.09113144616876, 38.671833713129601 ], [ -110.09069511740429, 38.672249361571872 ], [ -110.09051547589672, 38.672365115710974 ], [ -110.09019624976634, 38.672610452180194 ], [ -110.08999236317565, 38.672825144620752 ], [ -110.08978261411303, 38.673048802678096 ], [ -110.08956808677907, 38.673195824457046 ], [ -110.08939424533239, 38.673307116182329 ], [ -110.08915016982309, 38.673517889545714 ], [ -110.08883020280243, 38.673820890725644 ], [ -110.08872561078573, 38.673910191905911 ], [ -110.08860366261362, 38.674008369346559 ], [ -110.08827890403225, 38.674235634121942 ], [ -110.0878310496005, 38.674651181721686 ], [ -110.08760295987128, 38.674960302965559 ], [ -110.08755141135667, 38.675036499459452 ], [ -110.08739877276626, 38.675197517407732 ], [ -110.08717522005151, 38.675511178979448 ], [ -110.08698218593719, 38.67586563058034 ], [ -110.08685242382353, 38.676125954025018 ], [ -110.08674502055615, 38.676436015734318 ], [ -110.08669106090724, 38.676611320638663 ], [ -110.08665491587738, 38.676741706620625 ], [ -110.0866386683423, 38.677115561279258 ], [ -110.08673679776032, 38.677535367153851 ], [ -110.08685774662342, 38.677968868501836 ], [ -110.08706576885696, 38.678335462438071 ], [ -110.08722872815808, 38.678629611478264 ], [ -110.08761930470267, 38.679105768294534 ], [ -110.08788521081057, 38.679441271705826 ], [ -110.0880992759883, 38.679785381885807 ], [ -110.08843313040616, 38.680202518240549 ], [ -110.08882032493601, 38.68058402283922 ], [ -110.08903427651688, 38.680847026000997 ], [ -110.08910802643007, 38.680924199049862 ], [ -110.08932950552112, 38.681137696504159 ], [ -110.08953937614771, 38.681360114760899 ], [ -110.08964710022759, 38.681478104154678 ], [ -110.08989623748108, 38.681777426011095 ], [ -110.09040106456831, 38.682313037897472 ], [ -110.09075987408397, 38.682577164488315 ], [ -110.09110719039775, 38.682841200653684 ], [ -110.09135616747541, 38.683154035528929 ], [ -110.09163474098773, 38.683399512787155 ], [ -110.09207978029072, 38.683664305082054 ], [ -110.09265458049641, 38.684123851865117 ], [ -110.09282542842377, 38.68425133966231 ], [ -110.09302940021928, 38.684487223260234 ], [ -110.09338248218071, 38.684751297375719 ], [ -110.09353028369264, 38.684883111266778 ], [ -110.09374717660315, 38.685006448820936 ], [ -110.09391704941248, 38.685120410072322 ], [ -110.09410612550101, 38.685261554621668 ], [ -110.09437896842981, 38.685506980939984 ], [ -110.09457805242742, 38.685675237012219 ], [ -110.09471453202106, 38.685793444351695 ], [ -110.09509027884229, 38.686084723544248 ], [ -110.09537485159537, 38.686312215110803 ], [ -110.09568884783455, 38.686485863954964 ], [ -110.09598991600963, 38.686681941003641 ], [ -110.09633199270583, 38.686999990696151 ], [ -110.09640581340524, 38.687072653874615 ], [ -110.0966102015099, 38.687276993840499 ], [ -110.09716206629827, 38.687736341256254 ], [ -110.09742439468484, 38.687905080735028 ], [ -110.09755513484602, 38.688023240454946 ], [ -110.09796984223753, 38.68841844435849 ], [ -110.0982879622991, 38.688722786126739 ], [ -110.09847471936037, 38.68895852743961 ], [ -110.09872425826858, 38.689230798706419 ], [ -110.09902519619911, 38.689530500233424 ], [ -110.09934219579921, 38.689924946395116 ], [ -110.09949514606521, 38.690106356130734 ], [ -110.09967025544438, 38.690354622043301 ], [ -110.0997830692222, 38.690527611940055 ], [ -110.09989561253848, 38.690722227459744 ], [ -110.10007589759634, 38.691016491698129 ], [ -110.10010892155363, 38.691133896503246 ], [ -110.10027219965424, 38.691409105211385 ], [ -110.10037346279903, 38.691586511443603 ], [ -110.10047473772198, 38.691763016516745 ], [ -110.10057635164323, 38.691912489340616 ], [ -110.1006714275377, 38.692124992911353 ], [ -110.10072175542179, 38.692238024812475 ], [ -110.1007828475809, 38.69240971478834 ], [ -110.10083295022007, 38.692540768081479 ], [ -110.10092616654954, 38.6929019483239 ], [ -110.10094262321876, 38.692965155962547 ], [ -110.10095333116381, 38.69302831940017 ], [ -110.10098601905305, 38.693172756105454 ], [ -110.1010241738806, 38.693339763794313 ], [ -110.1010907344983, 38.693534024591351 ], [ -110.1010077136628, 38.693736147053968 ], [ -110.10097220566884, 38.693816978339683 ], [ -110.10082470607085, 38.694117732353341 ], [ -110.10078248986683, 38.694275110466094 ], [ -110.10063565425004, 38.694522700966814 ], [ -110.10040554527619, 38.694992236790249 ], [ -110.10035847040419, 38.69507838583062 ], [ -110.10020561175401, 38.695347557205466 ], [ -110.1000756913168, 38.69562141069008 ], [ -110.09985316500934, 38.695944114877371 ], [ -110.09980035113706, 38.696029318336812 ], [ -110.09954766493827, 38.696464434488625 ], [ -110.09925608847681, 38.696791111513726 ], [ -110.09896518769992, 38.697063723508954 ], [ -110.09875607250244, 38.697233331977358 ], [ -110.09861668067225, 38.697344902287931 ], [ -110.09820966135423, 38.697706732972755 ], [ -110.09752696182228, 38.698043905889378 ], [ -110.09702419126761, 38.698246389560907 ], [ -110.09647010613189, 38.698414230561681 ], [ -110.0960781413486, 38.698492305367303 ], [ -110.09530491301317, 38.698711614846786 ], [ -110.09446815460836, 38.698952956148702 ], [ -110.09420818960335, 38.699050069961274 ], [ -110.09392396343526, 38.699156006771503 ], [ -110.09334586684409, 38.699493965550054 ], [ -110.09280133836801, 38.699814158724955 ], [ -110.09275494563816, 38.699845339281488 ], [ -110.09255724941845, 38.700019530867664 ], [ -110.09198817788271, 38.700461185932824 ], [ -110.09159942730601, 38.700738426294855 ], [ -110.09080498844511, 38.701267538968288 ], [ -110.09035179812263, 38.701637994336643 ], [ -110.09000317821287, 38.701923651883902 ], [ -110.08951416145813, 38.702307342450929 ], [ -110.08921325237772, 38.702548311253793 ], [ -110.08889371413954, 38.702807157236464 ], [ -110.08852587800715, 38.703246758298214 ], [ -110.08810551282708, 38.703747227129114 ], [ -110.0878078760469, 38.704091850708323 ], [ -110.08746884357099, 38.704526266061904 ], [ -110.08707104968931, 38.705059348775521 ], [ -110.08700648525885, 38.705162477605072 ], [ -110.08671861726465, 38.705642347965536 ], [ -110.0865570111702, 38.706141227143071 ], [ -110.08651120176339, 38.70657792987739 ], [ -110.08649223238213, 38.706712955054549 ], [ -110.08643515177243, 38.70713154653675 ], [ -110.0863500664388, 38.707491344006698 ], [ -110.08631264254774, 38.70772084627329 ], [ -110.0862858465749, 38.708018919402789 ], [ -110.08619467674606, 38.70840480266164 ], [ -110.08617606478596, 38.708963373637694 ], [ -110.08623783843241, 38.709531584370502 ], [ -110.08631623241035, 38.710149488446788 ], [ -110.08638530649864, 38.710596100087933 ], [ -110.08640515306135, 38.710844072862592 ], [ -110.0864203391227, 38.711006399463784 ], [ -110.08644093136375, 38.71119580295624 ], [ -110.08644605076761, 38.711245406491969 ], [ -110.08646721655984, 38.711389756696654 ], [ -110.08653715271673, 38.711768788268181 ], [ -110.08683406196089, 38.712388398807057 ], [ -110.08705368092645, 38.712755081668391 ], [ -110.08722332531242, 38.712981694946393 ], [ -110.0874213214871, 38.713240069695104 ], [ -110.08765382129606, 38.713498713352429 ], [ -110.08785279385286, 38.713680496815122 ], [ -110.08823457824397, 38.713958326982521 ], [ -110.08842871872187, 38.7140679793918 ], [ -110.08868634331972, 38.714160103229688 ], [ -110.08875511959872, 38.71417866238707 ], [ -110.08892125283016, 38.714229520623455 ], [ -110.08908152149708, 38.71428934448123 ], [ -110.08959763196076, 38.71440600881192 ], [ -110.090211387671, 38.714532442287826 ], [ -110.09134849529885, 38.714658435336027 ], [ -110.09209588537928, 38.714677758844552 ], [ -110.0927974430178, 38.714683204626866 ], [ -110.09370658689569, 38.714645197763772 ], [ -110.09451330152943, 38.714520780846478 ], [ -110.095112258646, 38.714453325658575 ], [ -110.09569942994123, 38.714408305118447 ], [ -110.09623547057048, 38.714313322858466 ], [ -110.09868663413978, 38.714215094412431 ], [ -110.09935374239275, 38.714215729475001 ], [ -110.10015474920925, 38.71408672380452 ], [ -110.10100288538241, 38.713867959468175 ], [ -110.10152944506112, 38.71361067195938 ], [ -110.10241359522894, 38.713270518052077 ], [ -110.10288709709583, 38.713116449938454 ], [ -110.1030430325885, 38.71306357698078 ], [ -110.10352825757549, 38.712891573070934 ], [ -110.10420324128556, 38.712721021165798 ], [ -110.10499875388182, 38.712569411164594 ], [ -110.10539219064182, 38.712378673681705 ], [ -110.10599510512613, 38.71199128244541 ], [ -110.10624444290077, 38.711826474816093 ], [ -110.1064880292805, 38.711661622692759 ], [ -110.10690720503781, 38.711250293452899 ], [ -110.10732118611188, 38.710793865180882 ], [ -110.10780093359263, 38.710135177043682 ], [ -110.10805160440466, 38.709862236848309 ], [ -110.10837803181481, 38.70950876972983 ], [ -110.10883246744577, 38.709034621246147 ], [ -110.10928521989881, 38.708695631632537 ], [ -110.10944197960266, 38.708575169554798 ], [ -110.10971491222834, 38.708360970427215 ], [ -110.11031693205977, 38.708041136354794 ], [ -110.1108205836355, 38.707770114746197 ], [ -110.11130748363134, 38.707458411547854 ], [ -110.11160843116458, 38.707302996059504 ], [ -110.11205987790073, 38.707067618656424 ], [ -110.11277681825592, 38.706753150211512 ], [ -110.11347424012712, 38.706528645074151 ], [ -110.11419131832886, 38.706295273090902 ], [ -110.11425490004514, 38.706268720040057 ], [ -110.11485649352174, 38.705980399598964 ], [ -110.11533578209823, 38.705817312782159 ], [ -110.11556172926348, 38.705773964222765 ], [ -110.11639026902034, 38.705640549061016 ], [ -110.11688530488088, 38.705599231147723 ], [ -110.11747864033499, 38.705513595231466 ], [ -110.11803692230602, 38.705472749782672 ], [ -110.11850254348852, 38.705485272600406 ], [ -110.11892177958292, 38.705528984566186 ], [ -110.11934112675189, 38.70556368428872 ], [ -110.11944451235028, 38.705573474502991 ], [ -110.11958113623365, 38.705592526485518 ], [ -110.12001252619211, 38.705676878162208 ], [ -110.12060287866585, 38.705834516549395 ], [ -110.12095124477901, 38.7060308850442 ], [ -110.12135722149915, 38.706218673859865 ], [ -110.12177956806383, 38.706478676849137 ], [ -110.12210405949796, 38.706746955211749 ], [ -110.12216659200892, 38.706805999961091 ], [ -110.12239322773557, 38.707082554380143 ], [ -110.12260272553023, 38.707349968174974 ], [ -110.12286320375023, 38.707680845083956 ], [ -110.12310566388469, 38.708074667309475 ], [ -110.12322836669485, 38.708386486866743 ], [ -110.12335031123817, 38.708760480469337 ], [ -110.12336424906556, 38.709031833386447 ], [ -110.12342408866607, 38.70931164084692 ], [ -110.12343677241195, 38.709685716275978 ], [ -110.12336331404006, 38.710050134273445 ], [ -110.12318635166754, 38.71041377604714 ], [ -110.12302707846871, 38.710741503914633 ], [ -110.12285148908987, 38.710992510776094 ], [ -110.12263028202366, 38.711211634551432 ], [ -110.12239209826427, 38.711408101540158 ], [ -110.12225857513651, 38.711510732295949 ], [ -110.12175493928662, 38.711781803205909 ], [ -110.12169130021124, 38.711812865656746 ], [ -110.12143088276626, 38.711946082637006 ], [ -110.12106104297189, 38.712091993854344 ], [ -110.12067350914816, 38.712273817094726 ], [ -110.12030958215492, 38.712406253029293 ], [ -110.1195765817735, 38.712621519098271 ], [ -110.11905285756822, 38.712653620439099 ], [ -110.11852957560153, 38.712649676497321 ], [ -110.11775311222277, 38.71265733737755 ], [ -110.11710979356968, 38.712593906062857 ], [ -110.11671971278797, 38.712514361476465 ], [ -110.11619709791168, 38.71245634274127 ], [ -110.11543391418746, 38.712319903553407 ], [ -110.11526200440939, 38.712269940364898 ], [ -110.11458989567916, 38.71220988196751 ], [ -110.11398069665958, 38.712178232312695 ], [ -110.11346255703111, 38.712223868280262 ], [ -110.11308286966, 38.712234506034235 ], [ -110.11269726479676, 38.71225861499331 ], [ -110.11202900260102, 38.712352668819271 ], [ -110.11147076457067, 38.712385375212094 ], [ -110.11110175099427, 38.712462773210646 ], [ -110.11063480238779, 38.712553843619247 ], [ -110.11037536738306, 38.712605939263604 ], [ -110.10972863632691, 38.712818195197869 ], [ -110.10923701601941, 38.713043344403026 ], [ -110.10903396340571, 38.713185982212707 ], [ -110.10858230022217, 38.713434863172012 ], [ -110.10825759094456, 38.713648664481674 ], [ -110.10806625950003, 38.713773366858796 ], [ -110.10799658245359, 38.713826904647682 ], [ -110.10772317556304, 38.714077142073172 ], [ -110.10743223519431, 38.714349773884145 ], [ -110.10721526433649, 38.714686050714882 ], [ -110.10713234714049, 38.714879166014462 ], [ -110.10710856033653, 38.714942065259663 ], [ -110.10708954207375, 38.714991483581379 ], [ -110.10700637274994, 38.715297241315319 ], [ -110.10693919215481, 38.71561213265867 ], [ -110.10692934869361, 38.715940979267401 ], [ -110.10689024736432, 38.716310154360009 ], [ -110.10696430850057, 38.716828884495293 ], [ -110.10712485550737, 38.717330251960675 ], [ -110.10720747268583, 38.717623758374785 ], [ -110.10737461449835, 38.718057589158896 ], [ -110.107552755588, 38.718532055629204 ], [ -110.10765826707048, 38.718834747990911 ], [ -110.10781576117765, 38.719119813844209 ], [ -110.10796768487228, 38.719390418493468 ], [ -110.10875611998577, 38.720740053727816 ], [ -110.10907345130624, 38.72121557873821 ], [ -110.10933282137819, 38.721541970759226 ], [ -110.10942338418715, 38.72165981079737 ], [ -110.10975085227948, 38.722153434245541 ], [ -110.10997134467743, 38.722461505676982 ], [ -110.11020845461707, 38.72291388791669 ], [ -110.11055259562075, 38.723362578225689 ], [ -110.11085724165233, 38.723842507546884 ], [ -110.11123034886846, 38.724368014262424 ], [ -110.11150283921934, 38.724658454949633 ], [ -110.11178007903519, 38.725030034985089 ], [ -110.11234712918611, 38.725687678828855 ], [ -110.11252007148603, 38.726121545924805 ], [ -110.11273969616681, 38.726501697789828 ], [ -110.11288494387838, 38.726849744458782 ], [ -110.11304013620978, 38.727324027972053 ], [ -110.11319765049537, 38.727703707679012 ], [ -110.11333008222279, 38.728065173837471 ], [ -110.11342363819868, 38.728407420776371 ], [ -110.11346718990268, 38.728606906097575 ], [ -110.1135108086544, 38.728800984981348 ], [ -110.11365931102156, 38.729351814906607 ], [ -110.11366675037543, 38.729680792483954 ], [ -110.11365129417719, 38.730000584914933 ], [ -110.1136297074613, 38.730350970072401 ], [ -110.11360876636009, 38.730649093183757 ], [ -110.11353490057549, 38.731040534943681 ], [ -110.11343925172098, 38.731332684534458 ], [ -110.11337855879738, 38.73158905300938 ], [ -110.11331239203345, 38.731822851083123 ], [ -110.1132355677226, 38.731988080599194 ], [ -110.11312934842341, 38.732204452805092 ], [ -110.11310572795159, 38.732253837046308 ], [ -110.11300610671076, 38.732401771524351 ], [ -110.11289280785714, 38.732725327030479 ], [ -110.11284590057718, 38.732797063331873 ], [ -110.11280491236167, 38.732855327234731 ], [ -110.11269953767267, 38.733003217765457 ], [ -110.11252988721006, 38.733231724047478 ], [ -110.11248895423768, 38.733285482486195 ], [ -110.11238396857229, 38.733401835306239 ], [ -110.11233728338314, 38.73345555001297 ], [ -110.11216939459572, 38.733634505696202 ], [ -110.11198321001976, 38.733804310616954 ], [ -110.11166201443618, 38.734099250775841 ], [ -110.1114701311928, 38.734264505785127 ], [ -110.11131912577666, 38.734380507819274 ], [ -110.11112148889455, 38.734545718501771 ], [ -110.11092977076937, 38.734697456562095 ], [ -110.11072023680646, 38.734894116418879 ], [ -110.11058642936673, 38.735014754076374 ], [ -110.11027206928343, 38.735314248079582 ], [ -110.1098818896585, 38.735604152380972 ], [ -110.10970823748632, 38.735783060531446 ], [ -110.10948099278708, 38.736015629324697 ], [ -110.10930026806415, 38.736208000259495 ], [ -110.10923034595089, 38.736279559679133 ], [ -110.10903225119451, 38.736480809348436 ], [ -110.10891465622419, 38.736592557076648 ], [ -110.10863601353081, 38.736886911888092 ], [ -110.10840248296709, 38.73716178474622 ], [ -110.10810514832033, 38.737478524485894 ], [ -110.10794167320425, 38.737671024851124 ], [ -110.10774932330928, 38.737872316107314 ], [ -110.10770850740647, 38.737916161021531 ], [ -110.10755565363782, 38.738087114243868 ], [ -110.10729508681206, 38.738314918470913 ], [ -110.10700951659625, 38.738610117510532 ], [ -110.10675248170637, 38.738923556924803 ], [ -110.10658369625618, 38.739079968652483 ], [ -110.10654286771906, 38.739124714200265 ], [ -110.10640180547045, 38.739272326028193 ], [ -110.10623377581742, 38.739460283332434 ], [ -110.10604124777224, 38.739675087593362 ], [ -110.10591267038102, 38.739836311565632 ], [ -110.10576610438368, 38.740055972651902 ], [ -110.10565416514345, 38.740266886956007 ], [ -110.10553647267321, 38.740477757119351 ], [ -110.10548357547131, 38.740567467520847 ], [ -110.10540710570665, 38.740702055085194 ], [ -110.1051840095525, 38.741060808194632 ], [ -110.10507888806235, 38.741186164678965 ], [ -110.1047872070005, 38.74150834582268 ], [ -110.1046649387161, 38.741624559084862 ], [ -110.1044450686488, 38.741816622375659 ], [ -110.10414681668672, 38.742111716976858 ], [ -110.10385996807297, 38.742506926022976 ], [ -110.10364876949976, 38.742833325798813 ], [ -110.10347810882136, 38.743138408456993 ], [ -110.10329885279238, 38.743578597592261 ], [ -110.10308704041041, 38.744045571140902 ], [ -110.10283972650052, 38.744498754513387 ], [ -110.10274491742683, 38.744718808795085 ], [ -110.10266200834471, 38.74490741405927 ], [ -110.10249113525094, 38.745320631611413 ], [ -110.10237735036766, 38.745585597395561 ], [ -110.10230538106079, 38.74581934392188 ], [ -110.10215190994558, 38.746129062203096 ], [ -110.10206235292291, 38.746388806827269 ], [ -110.10188992695682, 38.746833551711731 ], [ -110.10186030362023, 38.746901811545754 ], [ -110.1017954391782, 38.747027474212075 ], [ -110.10154376510805, 38.747367977212853 ], [ -110.10136867545931, 38.747565785520081 ], [ -110.10110076624714, 38.747824158009969 ], [ -110.10076955898823, 38.748082944070333 ], [ -110.10039153225728, 38.748404449360997 ], [ -110.10010692236132, 38.748617633456021 ], [ -110.09973621614269, 38.748813933050599 ], [ -110.09949237343378, 38.748987778995186 ], [ -110.09913882146299, 38.749192319176537 ], [ -110.09883169011938, 38.749365675923691 ], [ -110.09837491541634, 38.749542383385588 ], [ -110.09801098488225, 38.749656725050492 ], [ -110.0977511229201, 38.749731317188264 ], [ -110.09762409674713, 38.749766382589989 ], [ -110.09736400705312, 38.749858995103089 ], [ -110.09705213692185, 38.749951207035323 ], [ -110.09675171585681, 38.750048012355073 ], [ -110.09654385825691, 38.750104980655735 ], [ -110.09608257000245, 38.750182517722202 ], [ -110.09588650231184, 38.750217047278525 ], [ -110.09532119775174, 38.750329822700586 ], [ -110.09481331110703, 38.750452051550418 ], [ -110.09445614838808, 38.750485331021771 ], [ -110.09413293604261, 38.750563930007942 ], [ -110.0936121033341, 38.750799598133973 ], [ -110.09321871958137, 38.750966864212984 ], [ -110.09312615239834, 38.751006697773462 ], [ -110.09290639473568, 38.751094206324126 ], [ -110.09258880592846, 38.751182757298842 ], [ -110.09230033714191, 38.75124359791721 ], [ -110.09223687850982, 38.751256622332498 ], [ -110.09205237003383, 38.751286729454357 ], [ -110.09175928882259, 38.751257417959728 ], [ -110.09109970416824, 38.751090083921248 ], [ -110.09025037564278, 38.750912257983451 ], [ -110.08966404651609, 38.750867141179619 ], [ -110.08923311630436, 38.750818726670879 ], [ -110.08855376094404, 38.750849477092153 ], [ -110.08783994220765, 38.750875448868292 ], [ -110.08700432667408, 38.750977062658215 ], [ -110.08620932719717, 38.75105195352721 ], [ -110.08574232654063, 38.751124899284001 ], [ -110.08528642925879, 38.751229470281586 ], [ -110.08507171294151, 38.751281858689893 ], [ -110.08435121426773, 38.751469963662927 ], [ -110.08361097602524, 38.751761541536673 ], [ -110.08316594464573, 38.751915752597817 ], [ -110.08271958516072, 38.752173583642552 ], [ -110.08259185556662, 38.752262696045925 ], [ -110.08228966374128, 38.752495523583391 ], [ -110.08195077896447, 38.752897478072612 ], [ -110.08178673657108, 38.75312598238704 ], [ -110.08159392134935, 38.753444375232569 ], [ -110.08149547068028, 38.753852723033134 ], [ -110.0814736943282, 38.754204900949794 ], [ -110.08154063874879, 38.75481820792853 ], [ -110.08167508974667, 38.755103126107237 ], [ -110.08184941377424, 38.755419897541863 ], [ -110.08191068454697, 38.755578079785003 ], [ -110.08197207101608, 38.755727251419472 ], [ -110.08207302999109, 38.755931703854358 ], [ -110.08211216372793, 38.756021224861648 ], [ -110.08224086537864, 38.756306097200302 ], [ -110.08243176393707, 38.756677066759195 ], [ -110.08259516411673, 38.756948693865951 ], [ -110.08262331043179, 38.756997576785572 ], [ -110.08277427006826, 38.757342098978079 ], [ -110.0833025584591, 38.758329396093679 ], [ -110.08351120222603, 38.758663555927875 ], [ -110.08371949071511, 38.759025648176852 ], [ -110.08389964468314, 38.759337956392599 ], [ -110.08399021182197, 38.75945581545384 ], [ -110.08413164438399, 38.759646164869437 ], [ -110.08454720135231, 38.760000868158535 ], [ -110.08480371866763, 38.760192118123989 ], [ -110.08484934874346, 38.760224015592286 ], [ -110.08508249446187, 38.760443017518774 ], [ -110.08548656392864, 38.760796726386261 ], [ -110.08568612073955, 38.76103258608024 ], [ -110.08586513737247, 38.761344882322867 ], [ -110.08609715193383, 38.761653086975308 ], [ -110.08627795306894, 38.761825718653427 ], [ -110.08648936850882, 38.762034635243445 ], [ -110.08674906822981, 38.762428663988857 ], [ -110.08696923691113, 38.762763808744445 ], [ -110.08724643451399, 38.763139950106392 ], [ -110.0876420098725, 38.763710761648099 ], [ -110.08807391541903, 38.764592751107564 ], [ -110.08829391331878, 38.764942310324123 ], [ -110.08851181084682, 38.765366647947161 ], [ -110.08866214405225, 38.765854439751443 ], [ -110.08873669031473, 38.76632812322282 ], [ -110.08877917397345, 38.766607810035097 ], [ -110.08879254080701, 38.766914304213934 ], [ -110.08878801326138, 38.767270221935497 ], [ -110.08889749112609, 38.767712637416118 ], [ -110.0889963202752, 38.768087383753773 ], [ -110.08924224895502, 38.768571414036295 ], [ -110.08948000405928, 38.768974276898618 ], [ -110.08990948239469, 38.769598512207189 ], [ -110.09018123471085, 38.769862861782684 ], [ -110.09026203865616, 38.769935582543376 ], [ -110.09050698227848, 38.770135741261747 ], [ -110.09112751481902, 38.770582130584074 ], [ -110.09184915169563, 38.770953606019752 ], [ -110.09249610860994, 38.771223568711676 ], [ -110.09305097853293, 38.771493714361604 ], [ -110.09385736502985, 38.77190097981142 ], [ -110.09454945619602, 38.772244273972554 ], [ -110.09529346259471, 38.772487938702398 ], [ -110.09598829843296, 38.772705986255509 ], [ -110.09671009277375, 38.77297740570215 ], [ -110.09721832628541, 38.773296734181208 ], [ -110.09784138476918, 38.773639475586982 ], [ -110.09832551278724, 38.773954107433404 ], [ -110.09887035018589, 38.774201619442373 ], [ -110.09940885162619, 38.774404022771407 ], [ -110.1000557442179, 38.774683855819241 ], [ -110.10094944206119, 38.775019653062493 ], [ -110.10116235273603, 38.775115911204892 ], [ -110.10128719710676, 38.775166434416143 ], [ -110.10171681313129, 38.775331943863826 ], [ -110.10235294672231, 38.775553107009642 ], [ -110.10280525045592, 38.77574582112296 ], [ -110.10295398757368, 38.7758190546474 ], [ -110.10323424164295, 38.775961784402604 ], [ -110.1040357822677, 38.776304961188004 ], [ -110.10434516704335, 38.776419976086345 ], [ -110.10486310087424, 38.776428450239131 ], [ -110.10526485632892, 38.776521641554417 ], [ -110.10613709867221, 38.776735580182283 ], [ -110.10672033527926, 38.777046429627433 ], [ -110.10721210647368, 38.777307014379915 ], [ -110.10801024688286, 38.777925888762276 ], [ -110.10852409766952, 38.778263233964005 ], [ -110.10899805635431, 38.778568732636302 ], [ -110.10939685940586, 38.778900691026195 ], [ -110.10986953783645, 38.779309808219317 ], [ -110.11010892491041, 38.779500872114042 ], [ -110.11039977886247, 38.779719361710768 ], [ -110.11083256979367, 38.780096631228886 ], [ -110.11231990731255, 38.781310968857092 ], [ -110.11270119420045, 38.781665311535363 ], [ -110.11276383889908, 38.78171985594016 ], [ -110.1130488424335, 38.781947305973205 ], [ -110.11329992603767, 38.782124934906165 ], [ -110.11334552701211, 38.782161326751861 ], [ -110.11363058993147, 38.78238427008511 ], [ -110.11400099038558, 38.782688962909582 ], [ -110.11448400609024, 38.783197265810649 ], [ -110.11479148798234, 38.78346993921101 ], [ -110.11525891670188, 38.783842948944489 ], [ -110.11554382528004, 38.784079403617874 ], [ -110.11592038820203, 38.784352596883316 ], [ -110.11630143097173, 38.784729454570289 ], [ -110.11659188027535, 38.784983971496736 ], [ -110.11692749179868, 38.78531092065387 ], [ -110.11709723216451, 38.785551006864836 ], [ -110.11723304749285, 38.785741273535351 ], [ -110.11726702921513, 38.785786587524512 ], [ -110.11741955865966, 38.786022037513703 ], [ -110.11773607754972, 38.786497529132966 ], [ -110.11779269638733, 38.786574553972038 ], [ -110.11799763205356, 38.786855456105449 ], [ -110.11827204675291, 38.787384697151793 ], [ -110.1184749475473, 38.787737674702726 ], [ -110.1185367697162, 38.787859795694061 ], [ -110.11862675275189, 38.788032593201422 ], [ -110.11892166014192, 38.788394374202277 ], [ -110.11897263620024, 38.788462344456114 ], [ -110.11908610150007, 38.788598371691812 ], [ -110.11935804303371, 38.788955472712928 ], [ -110.11958457806055, 38.789259964561076 ], [ -110.11966947377557, 38.789378654201109 ], [ -110.11986182679554, 38.789654051329478 ], [ -110.11993544300894, 38.789753731764321 ], [ -110.12021313859303, 38.790111775243979 ], [ -110.12036625153047, 38.790301267288683 ], [ -110.12047445296056, 38.790397603148136 ], [ -110.12054293420871, 38.790446780419906 ], [ -110.12066287071902, 38.790525181525688 ], [ -110.12076582545841, 38.790580024958601 ], [ -110.12081839886712, 38.790611960613056 ], [ -110.12093154975449, 38.790680397792009 ], [ -110.12117653958789, 38.79088950397918 ], [ -110.12135809705684, 38.791107144140774 ], [ -110.12150024374975, 38.791252396123468 ], [ -110.12158371832476, 38.791487321373054 ], [ -110.12164953627635, 38.791753653904898 ], [ -110.12169747632518, 38.792069414978577 ], [ -110.12164234810491, 38.792339344045658 ], [ -110.12142896581985, 38.792837875192014 ], [ -110.12126362668411, 38.793174561165841 ], [ -110.12106451955503, 38.793447912753514 ], [ -110.12094788855254, 38.793568689907794 ], [ -110.12087786548517, 38.793644760386393 ], [ -110.12075547697825, 38.793765494023887 ], [ -110.12057578484497, 38.793957887820859 ], [ -110.12031175250964, 38.794266795181336 ], [ -110.12023580500377, 38.794356337824496 ], [ -110.11999798667489, 38.794593350260008 ], [ -110.11960098521659, 38.794946311668149 ], [ -110.11934501770638, 38.795160657375881 ], [ -110.11905389660792, 38.795424300408953 ], [ -110.11896665415664, 38.795495734155359 ], [ -110.1189086403532, 38.795531342474469 ], [ -110.1188507374453, 38.795557940158524 ], [ -110.11857323574819, 38.795650467276246 ], [ -110.11829584436735, 38.795733983121295 ], [ -110.11813929438921, 38.795822916112257 ], [ -110.11775211828072, 38.795938043216815 ], [ -110.11730717043366, 38.796068953205484 ], [ -110.11697824051123, 38.796129547946684 ], [ -110.11652187611155, 38.796252258355018 ], [ -110.11626180692107, 38.796331394596919 ], [ -110.11593265231151, 38.796410007561761 ], [ -110.11569002018086, 38.796475757296278 ], [ -110.11550512548922, 38.796528426445825 ], [ -110.11470210451748, 38.796747630870108 ], [ -110.11443738129378, 38.796830332340335 ], [ -110.11408990012825, 38.79690069089542 ], [ -110.11396866615134, 38.796926805946981 ], [ -110.11385894631111, 38.79695300819597 ], [ -110.11379545069286, 38.796966043784174 ], [ -110.1134259349258, 38.797048849244554 ], [ -110.11307368969797, 38.79713178462859 ], [ -110.11287129664501, 38.79720233963473 ], [ -110.1125597411326, 38.797254042362738 ], [ -110.11243274889098, 38.79728011207898 ], [ -110.11225958767001, 38.797314842323424 ], [ -110.11206932258476, 38.79733592517978 ], [ -110.11178806163419, 38.797266201676806 ], [ -110.11143223832244, 38.797173381902191 ], [ -110.11115064287188, 38.797130688631057 ], [ -110.11094869580803, 38.797165197949191 ], [ -110.11057816787373, 38.797329089595003 ], [ -110.11045649508945, 38.797390342247198 ], [ -110.11009176686146, 38.797550671914529 ], [ -110.10998170847711, 38.797603902233654 ], [ -110.10969764576747, 38.797759438215323 ], [ -110.10940297589657, 38.797841900035664 ], [ -110.1090095693102, 38.797992996263545 ], [ -110.10870385009522, 38.798130341792124 ], [ -110.10850094483509, 38.798241436723977 ], [ -110.10810029980514, 38.798418607786218 ], [ -110.10772383319205, 38.798595962104287 ], [ -110.10757883469083, 38.798680463316785 ], [ -110.10723657166744, 38.798885111575572 ], [ -110.10703332465069, 38.79902323560605 ], [ -110.10682962692638, 38.799197401552057 ], [ -110.10648216463258, 38.799356950669534 ], [ -110.10608080237743, 38.79968279782188 ], [ -110.1058830266947, 38.799843490245017 ], [ -110.10551631577175, 38.800160589142749 ], [ -110.10525932989479, 38.800451492881493 ], [ -110.10509564376709, 38.800648490689255 ], [ -110.10496029289226, 38.800881751026743 ], [ -110.10475003813006, 38.801118943002571 ], [ -110.10463822246626, 38.801311831853369 ], [ -110.1045554754492, 38.801482414807175 ], [ -110.10452595506891, 38.801540762828111 ], [ -110.10449558875308, 38.801666690046979 ], [ -110.10456236654075, 38.801851936056202 ], [ -110.10461261644095, 38.801977579960038 ], [ -110.10469705074608, 38.802132322349792 ], [ -110.10473662042514, 38.802191199814558 ], [ -110.10476484425202, 38.802236473195805 ], [ -110.10483275069845, 38.802331613442355 ], [ -110.10488366655832, 38.802404094921869 ], [ -110.10492826130898, 38.802521585075517 ], [ -110.10493802903923, 38.802661336976762 ], [ -110.10487769131186, 38.802881654615447 ], [ -110.1048925401209, 38.803075513979294 ], [ -110.10493364045541, 38.803472331460391 ], [ -110.10499000920134, 38.804121585680342 ], [ -110.10508764881098, 38.804509824718295 ], [ -110.10508008753605, 38.804653949540942 ], [ -110.10505943259172, 38.804924133955922 ], [ -110.1051052779796, 38.805402090388263 ], [ -110.1051042159485, 38.805947273135011 ], [ -110.10514543152151, 38.806335079826844 ], [ -110.10530260408215, 38.807120276894977 ], [ -110.1054320606072, 38.807819652995384 ], [ -110.10556038130564, 38.808149552139625 ], [ -110.10565111298853, 38.808722471610629 ], [ -110.10575662926288, 38.809034173101914 ], [ -110.10586186482274, 38.809368400873055 ], [ -110.10590612739098, 38.809512922241808 ], [ -110.10604411116499, 38.809991583057283 ], [ -110.10611536342098, 38.810280493458968 ], [ -110.10626360216183, 38.810768243839348 ], [ -110.10644442680362, 38.811229208995712 ], [ -110.10670252730807, 38.811681753319981 ], [ -110.10724643689164, 38.812397812316448 ], [ -110.10736637692139, 38.812569945573891 ], [ -110.10751230001206, 38.81278282854467 ], [ -110.10796549593728, 38.813385548491659 ], [ -110.10812962470789, 38.813616592501255 ], [ -110.10841746369064, 38.814087382774041 ], [ -110.10860333784098, 38.814422223248229 ], [ -110.10882382107319, 38.814752821718663 ], [ -110.1091300673687, 38.815133636523271 ], [ -110.10917518178529, 38.815210577498007 ], [ -110.10928726676673, 38.815459245804909 ], [ -110.10932662295222, 38.815536142816484 ], [ -110.10950194156472, 38.815794304383004 ], [ -110.10978476863077, 38.816206478847 ], [ -110.10997172001402, 38.816455716928452 ], [ -110.11028391769295, 38.816822155746706 ], [ -110.11037475655459, 38.816927379819354 ], [ -110.11051117227012, 38.817072601025842 ], [ -110.1107724318281, 38.817367460579902 ], [ -110.11108546648579, 38.817667219210712 ], [ -110.11127360212548, 38.817821844447224 ], [ -110.11135349723877, 38.817881026336941 ], [ -110.11149030863966, 38.817994709487429 ], [ -110.11161001197485, 38.818094745274628 ], [ -110.1120267123335, 38.818395289651797 ], [ -110.11235815193685, 38.818605070716288 ], [ -110.11285578433746, 38.818789078788612 ], [ -110.11325988924902, 38.818805663901365 ], [ -110.11394402234779, 38.818905474470341 ], [ -110.11419646414815, 38.818983985785131 ], [ -110.11477660558369, 38.819110037150239 ], [ -110.11521272067986, 38.819239500621038 ], [ -110.11570614796025, 38.819391924814951 ], [ -110.11633292377722, 38.819473264431501 ], [ -110.11672386302253, 38.819530289311423 ], [ -110.11737378830986, 38.819602786970854 ], [ -110.11796053330785, 38.819661286905031 ], [ -110.11856341549398, 38.819719004511107 ], [ -110.11917461657058, 38.819756055498701 ], [ -110.11968787165884, 38.819795969831532 ], [ -110.1206303581734, 38.819870653590044 ], [ -110.12114224170223, 38.819928574026669 ], [ -110.12175258214526, 38.819942175403582 ], [ -110.12184472573529, 38.819942868078058 ], [ -110.12202319862507, 38.819948715215752 ], [ -110.12278793740448, 38.820052684380812 ], [ -110.12306386029974, 38.820096208398624 ], [ -110.123741101935, 38.820290529715344 ], [ -110.12415775635405, 38.820600042030193 ], [ -110.12441437467929, 38.82080922802249 ], [ -110.12460736896493, 38.821040465226346 ], [ -110.12466347029554, 38.821162539588116 ], [ -110.12468807355023, 38.821505157370012 ], [ -110.12470769011014, 38.821784657926806 ], [ -110.12471289764642, 38.821829753971784 ], [ -110.12467503315901, 38.822099812423119 ], [ -110.1245847841152, 38.822414535333152 ], [ -110.12452520613753, 38.8225762941413 ], [ -110.12437072149469, 38.822962626674936 ], [ -110.12420427508752, 38.823384914907841 ], [ -110.12405724646378, 38.823632527262141 ], [ -110.12388022767509, 38.82397723764231 ], [ -110.12375751516583, 38.824120499691048 ], [ -110.12369322383773, 38.824196614348701 ], [ -110.12349470017074, 38.824415904309362 ], [ -110.12321565483286, 38.82462557819369 ], [ -110.12279074387223, 38.824987349962292 ], [ -110.12251147302052, 38.82521504323136 ], [ -110.12219764388006, 38.825442476142698 ], [ -110.12176834726823, 38.825691568670813 ], [ -110.12150151953121, 38.825843657278746 ], [ -110.1211943965922, 38.825993639861082 ], [ -110.12073025923159, 38.826264994906545 ], [ -110.12064901681991, 38.826313946060729 ], [ -110.12045180839311, 38.826425103854412 ], [ -110.12039261802579, 38.826460703766131 ], [ -110.12025476570412, 38.826522745464622 ], [ -110.11991789669217, 38.826749097493135 ], [ -110.11962624730712, 38.827045177072925 ], [ -110.11948014975724, 38.827215292440535 ], [ -110.1193797950318, 38.827412786640267 ], [ -110.11929555275502, 38.827705021856239 ], [ -110.119239386152, 38.828056042736016 ], [ -110.11924785201956, 38.828303919873747 ], [ -110.11930909862592, 38.828475598097533 ], [ -110.11935827107455, 38.828692242224001 ], [ -110.11936895778261, 38.828759908229578 ], [ -110.1194379500465, 38.829238032086366 ], [ -110.11941917218594, 38.829359544319999 ], [ -110.11939385738529, 38.829544087007072 ], [ -110.11942021375155, 38.829742536290446 ], [ -110.11944651474668, 38.829945490839705 ], [ -110.11959725590751, 38.830334116815813 ], [ -110.11968010145995, 38.83062310564717 ], [ -110.11970729134812, 38.830753975696432 ], [ -110.11990898673335, 38.831215076314791 ], [ -110.12008449218366, 38.831464211656794 ], [ -110.12024310730766, 38.831681679665664 ], [ -110.12045810290502, 38.831998697252587 ], [ -110.12051487068433, 38.832066710080561 ], [ -110.12071414079139, 38.832257449361322 ], [ -110.1209541640757, 38.832413350575209 ], [ -110.12142267163237, 38.832726867013733 ], [ -110.12172601393699, 38.832886847420312 ], [ -110.12219673053779, 38.833021050761339 ], [ -110.12263964435455, 38.833073940903255 ], [ -110.12295013326593, 38.833121329473073 ], [ -110.12330005857099, 38.833241104304932 ], [ -110.12381708200081, 38.833357625888596 ], [ -110.12423024924504, 38.833487784815105 ], [ -110.12473536962118, 38.833635752957768 ], [ -110.12521225419269, 38.833737549391934 ], [ -110.12551029037225, 38.833861434707018 ], [ -110.12565225891595, 38.833934588547976 ], [ -110.12588409079996, 38.833913795141157 ], [ -110.12609161992464, 38.833901830846038 ], [ -110.12615498108813, 38.833902304857183 ], [ -110.12628757369305, 38.833894285296338 ], [ -110.12678343827412, 38.833857441910709 ], [ -110.12709996880642, 38.833882336159434 ], [ -110.12720913568897, 38.833905680354967 ], [ -110.12732395271766, 38.833938078048547 ], [ -110.12749044584869, 38.833984378713083 ], [ -110.12762248848817, 38.834021410471742 ], [ -110.12790977962672, 38.834082129712257 ], [ -110.12804730793259, 38.834141730417969 ], [ -110.12843735919728, 38.834278911049793 ], [ -110.12895460759397, 38.834378289974396 ], [ -110.1295824089768, 38.834387475423569 ], [ -110.13019282045211, 38.834405539399 ], [ -110.13053815554639, 38.834430638825097 ], [ -110.13096560292379, 38.834430215118118 ], [ -110.13171284425229, 38.834470916376333 ], [ -110.13208161491229, 38.834463744437763 ], [ -110.13244460348135, 38.834458330669037 ], [ -110.13287075697082, 38.834469605187756 ], [ -110.13343551513468, 38.834452168886379 ], [ -110.13415564457074, 38.834448497570889 ], [ -110.135053793751, 38.834491197085413 ], [ -110.13550905408856, 38.834477445605117 ], [ -110.13588332328918, 38.834491929695083 ], [ -110.13631966945633, 38.834613206017259 ], [ -110.13695176562477, 38.834744037415057 ], [ -110.1370380052561, 38.834758191647218 ], [ -110.13776824498935, 38.834871720862438 ], [ -110.13818716401842, 38.835005477532405 ], [ -110.13876063331018, 38.835221474831627 ], [ -110.13924759382628, 38.835445843278592 ], [ -110.1398136826286, 38.835796951915754 ], [ -110.14035097547078, 38.83614784589323 ], [ -110.14055096060818, 38.836284488371348 ], [ -110.1409395749927, 38.836544171697724 ], [ -110.14165412523963, 38.836910781395474 ], [ -110.14211836234335, 38.837206160901758 ], [ -110.14249541256768, 38.8374702598177 ], [ -110.14303897800391, 38.837780636223421 ], [ -110.14358852465897, 38.838073031174041 ], [ -110.14413866947342, 38.838315865277629 ], [ -110.14422459115664, 38.838357046059485 ], [ -110.14452181723669, 38.838552968161771 ], [ -110.14469355385545, 38.838644339708033 ], [ -110.14495083611291, 38.838808428363144 ], [ -110.14499078242424, 38.838840260635514 ], [ -110.14515062192967, 38.838963084290164 ], [ -110.14556747786312, 38.839272521551663 ], [ -110.14581162732871, 38.839571683087527 ], [ -110.14592506191568, 38.839721200486153 ], [ -110.1460660615483, 38.83997455026919 ], [ -110.14610401669556, 38.840173078295521 ], [ -110.14611198413482, 38.840470512359722 ], [ -110.14611327552797, 38.840844494400734 ], [ -110.14610293774943, 38.841227402791716 ], [ -110.14605857379773, 38.841565005469299 ], [ -110.14606137269384, 38.841812839056921 ], [ -110.14604091300214, 38.842078525364379 ], [ -110.14599617115167, 38.842447665052177 ], [ -110.14596898066779, 38.842794404567577 ], [ -110.14588326535824, 38.843217312876298 ], [ -110.14578172080721, 38.843518451649238 ], [ -110.145550794275, 38.844039422795326 ], [ -110.1453673536997, 38.844443592923035 ], [ -110.14519645738561, 38.844762246409729 ], [ -110.14489030514511, 38.845309699691299 ], [ -110.14463777837057, 38.845708857064068 ], [ -110.14439172220867, 38.84604858615171 ], [ -110.1441575962221, 38.846354158871939 ], [ -110.14395250080139, 38.84664101997852 ], [ -110.14375348894727, 38.846900891170513 ], [ -110.14351301273466, 38.84725507741382 ], [ -110.14332002895307, 38.847492463589973 ], [ -110.14296900352176, 38.847935951525962 ], [ -110.14268313255074, 38.848231228933443 ], [ -110.14244847269552, 38.848580048734298 ], [ -110.14223161398284, 38.848885744174133 ], [ -110.14203123649874, 38.849258244415751 ], [ -110.14192825938062, 38.849676516749327 ], [ -110.14187321299339, 38.849941947803316 ], [ -110.14176635649135, 38.850203393576969 ], [ -110.14167061061204, 38.8504991640988 ], [ -110.1415043612639, 38.85090795958596 ], [ -110.14128218866863, 38.851271286804284 ], [ -110.14110434346858, 38.851589882707941 ], [ -110.14086339355987, 38.851981006225962 ], [ -110.14082231446541, 38.852042882485364 ], [ -110.14063463648007, 38.852316348445854 ], [ -110.14058783874719, 38.852374577993579 ], [ -110.14046516378863, 38.85251335144617 ], [ -110.14028411263085, 38.852714774646401 ], [ -110.13989917758083, 38.853099429297153 ], [ -110.1397003497728, 38.85334127179253 ], [ -110.13937231955563, 38.853784917654636 ], [ -110.13933830423181, 38.853834229504464 ], [ -110.13926677295387, 38.853936431919927 ], [ -110.13901563936707, 38.854214834300592 ], [ -110.13889893724301, 38.85433562734331 ], [ -110.13856634216671, 38.854679211044918 ], [ -110.13825035516483, 38.855078786754909 ], [ -110.13793470182621, 38.855450428811174 ], [ -110.13761263034316, 38.855876090750741 ], [ -110.13730745974979, 38.856333416356385 ], [ -110.13711790569192, 38.856760055615879 ], [ -110.13701417145568, 38.857142271902362 ], [ -110.13690627087396, 38.857583031103388 ], [ -110.1368095031725, 38.85796079295055 ], [ -110.13665298885134, 38.858513834487518 ], [ -110.13657383177365, 38.858864692185357 ], [ -110.13652832058189, 38.859292395085767 ], [ -110.13644512943773, 38.859976642920117 ], [ -110.13632579732264, 38.860313686254436 ], [ -110.13625745244596, 38.860723197367712 ], [ -110.13623902091445, 38.860817680251607 ], [ -110.13623249549552, 38.86088071145641 ], [ -110.1362121482764, 38.861038259629851 ], [ -110.13623029938027, 38.861538523899732 ], [ -110.13620767012887, 38.86197991272941 ], [ -110.13617307957654, 38.862457258448011 ], [ -110.13613903369219, 38.862889551398951 ], [ -110.13613548993462, 38.863182394030062 ], [ -110.13613923519199, 38.863349131684721 ], [ -110.13614874296927, 38.863515911959603 ], [ -110.13615906857152, 38.863615113167512 ], [ -110.13617444798709, 38.863772925516585 ], [ -110.13630240730268, 38.864152348527519 ], [ -110.13645359271949, 38.864517524968605 ], [ -110.13655957242491, 38.864808473938375 ], [ -110.13669972559374, 38.865133017406663 ], [ -110.13682285351796, 38.865435807628003 ], [ -110.13694620035942, 38.865720576635383 ], [ -110.13704611604372, 38.866036712071548 ], [ -110.13719126316174, 38.866425272349652 ], [ -110.13733146581548, 38.866746210823948 ], [ -110.13741534843788, 38.866958597013074 ], [ -110.13756653436437, 38.867324673026125 ], [ -110.13773658875172, 38.867560223672179 ], [ -110.13796329338993, 38.867877294333418 ], [ -110.1382652439721, 38.868167885785319 ], [ -110.13847656749169, 38.868327143448646 ], [ -110.13868202030146, 38.868495368771967 ], [ -110.13877912005525, 38.868568175625732 ], [ -110.1389753967147, 38.868637207998837 ], [ -110.13926043452054, 38.868801513384916 ], [ -110.13951857190551, 38.868902540474487 ], [ -110.13973605435989, 38.869029400409147 ], [ -110.14008023610005, 38.869164402036965 ], [ -110.14064975052112, 38.869253300907374 ], [ -110.14116814767488, 38.869279642826299 ], [ -110.14149028942953, 38.869330672735792 ], [ -110.1418128433787, 38.869347461685983 ], [ -110.14219357972924, 38.869318719289176 ], [ -110.1425628439507, 38.869285385746892 ], [ -110.14304240514292, 38.869186176526568 ], [ -110.14353329634565, 38.869103268842551 ], [ -110.14393942412597, 38.868975582177185 ], [ -110.14435531131814, 38.868802908875075 ], [ -110.14473163064112, 38.868661484010133 ], [ -110.14488348327426, 38.868590505271264 ], [ -110.14521346176468, 38.868372143068868 ], [ -110.14562586463215, 38.86810482055931 ], [ -110.14597481890281, 38.867841538260578 ], [ -110.14629980311263, 38.867654676125575 ], [ -110.14662669231949, 38.867404747559988 ], [ -110.1467713341526, 38.867261622856489 ], [ -110.14708704913375, 38.866885452449495 ], [ -110.14736139885076, 38.866594586969121 ], [ -110.14761824286104, 38.866321615750962 ], [ -110.1478336700339, 38.866138455240836 ], [ -110.14798739644587, 38.865909787439051 ], [ -110.14819768036372, 38.865577901417716 ], [ -110.14826790786969, 38.865488300109817 ], [ -110.14831470818986, 38.86543006764046 ], [ -110.14841434001751, 38.865291118242581 ], [ -110.14882757264601, 38.864951699397828 ], [ -110.14895668506963, 38.864853515469484 ], [ -110.14921145127876, 38.864657121978937 ], [ -110.14951955412781, 38.86443408229281 ], [ -110.14961837713724, 38.864362711093641 ], [ -110.15030437011697, 38.863863068344919 ], [ -110.15036253194029, 38.863818434722852 ], [ -110.15065920971207, 38.863586297493804 ], [ -110.15111244863355, 38.863273294260793 ], [ -110.15140238448829, 38.863123109444089 ], [ -110.1518079008066, 38.862945828183179 ], [ -110.15220781316889, 38.862754987783426 ], [ -110.15267111044372, 38.862564605896551 ], [ -110.15320808789343, 38.862478387038699 ], [ -110.15373327215981, 38.862414608646475 ], [ -110.15425782571033, 38.862403990339409 ], [ -110.15463802988019, 38.862416655561674 ], [ -110.15504759037259, 38.862383574009314 ], [ -110.1551862623093, 38.862353037458476 ], [ -110.15530188436141, 38.862322334029137 ], [ -110.15567217266825, 38.862198852626321 ], [ -110.15597870019778, 38.862106449021496 ], [ -110.15648146859159, 38.861988428077098 ], [ -110.15681230275062, 38.861887186468394 ], [ -110.15723863229796, 38.861800150111712 ], [ -110.15755038689385, 38.861752836888449 ], [ -110.15807497783078, 38.861738597135464 ], [ -110.15850657364346, 38.861791270217729 ], [ -110.15902402245594, 38.861894122450757 ], [ -110.15930510738812, 38.862004282528474 ], [ -110.15969012909525, 38.862097167100465 ], [ -110.16032113497728, 38.862345012406593 ], [ -110.16064219015327, 38.862486996412429 ], [ -110.16104894249682, 38.862692674718581 ], [ -110.16141463060687, 38.862862011307712 ], [ -110.16178015043802, 38.863143987568904 ], [ -110.16209427532709, 38.863484167801218 ], [ -110.16231642408609, 38.863706539794556 ], [ -110.16246381923102, 38.863914858244613 ], [ -110.16258234938452, 38.864127475210481 ], [ -110.16277235957065, 38.864633473716601 ], [ -110.16278668840813, 38.864885894513449 ], [ -110.16285844335634, 38.865155848539615 ], [ -110.16288434024351, 38.865404747682611 ], [ -110.16288138141492, 38.865657044517071 ], [ -110.1628549488679, 38.865945218508251 ], [ -110.16282809335826, 38.866269434876926 ], [ -110.16275582219474, 38.866534751814541 ], [ -110.16272949444867, 38.866813915126222 ], [ -110.16268513803874, 38.867156028650165 ], [ -110.16263507115889, 38.867493595512556 ], [ -110.16255687648311, 38.867772386823994 ], [ -110.16242639198244, 38.868086848469723 ], [ -110.1622615930543, 38.868378535412674 ], [ -110.16222637023303, 38.868433251994773 ], [ -110.1620564520093, 38.868669932643357 ], [ -110.16186880986426, 38.868943432376454 ], [ -110.16169363321255, 38.869235043978307 ], [ -110.16160428897506, 38.869383089905213 ], [ -110.16138078380528, 38.869765368687304 ], [ -110.16126748427054, 38.870088062520814 ], [ -110.16123760990672, 38.870177961464307 ], [ -110.16118282975707, 38.870425380140908 ], [ -110.1611391518143, 38.870708923930806 ], [ -110.16110360733688, 38.870888895596572 ], [ -110.16107178537112, 38.871046365613878 ], [ -110.16100473605734, 38.871356775468087 ], [ -110.16096179833646, 38.871577245020532 ], [ -110.16089421826696, 38.87193270770662 ], [ -110.16086360095672, 38.872085680618028 ], [ -110.1607833277366, 38.872540176813906 ], [ -110.16072161505777, 38.872886670154507 ], [ -110.1606437775815, 38.873133922735654 ], [ -110.1606401741045, 38.873440282593769 ], [ -110.16063292694602, 38.873566389340375 ], [ -110.16062562676379, 38.873697001375241 ], [ -110.16065718641499, 38.87395405154993 ], [ -110.16066489774721, 38.874278515381029 ], [ -110.16072585782332, 38.874486214434413 ], [ -110.16077507939933, 38.874711851778272 ], [ -110.16084233343916, 38.874874539273016 ], [ -110.16093253573345, 38.875046402960834 ], [ -110.16109142365066, 38.875259311072085 ], [ -110.16128436402582, 38.875517520256665 ], [ -110.16144245982876, 38.875798007261018 ], [ -110.16156454612171, 38.876199888619944 ], [ -110.16161303032268, 38.876488599656909 ], [ -110.16162502745361, 38.876939252847002 ], [ -110.1616549509219, 38.877335966659636 ], [ -110.16167784053832, 38.877840766017911 ], [ -110.16168809750943, 38.877948975725268 ], [ -110.16174192355042, 38.878273770334708 ], [ -110.16181605284521, 38.878833005433222 ], [ -110.16177568886026, 38.87942295830733 ], [ -110.1617308543412, 38.879706493575256 ], [ -110.16165618224736, 38.880174546989899 ], [ -110.1615888614399, 38.88050748306911 ], [ -110.16155955323343, 38.880646948330607 ], [ -110.16149747809011, 38.880925853984152 ], [ -110.16147309841762, 38.881038320599785 ], [ -110.16139398308985, 38.881393700149815 ], [ -110.16130164396769, 38.881893165975093 ], [ -110.16127709412912, 38.882020049439504 ], [ -110.16116063743119, 38.882609455182468 ], [ -110.16104524903004, 38.883107853974664 ], [ -110.16103308493719, 38.883161834564937 ], [ -110.16097659759987, 38.883553421586392 ], [ -110.16084390305372, 38.884052596870013 ], [ -110.16072834030136, 38.884565412083475 ], [ -110.16051991095125, 38.885131627486039 ], [ -110.16030047991531, 38.885652706699652 ], [ -110.16007502658397, 38.886195369305646 ], [ -110.15988445344689, 38.886713050666941 ], [ -110.15971721132294, 38.887207470118298 ], [ -110.15950871278483, 38.887778188566344 ], [ -110.15940492851797, 38.888268558564334 ], [ -110.15936862669938, 38.888511602922762 ], [ -110.15930457067714, 38.888957202169507 ], [ -110.15929232696324, 38.889506804597488 ], [ -110.15937595852026, 38.890237323651263 ], [ -110.15962265078967, 38.890829340841137 ], [ -110.15966199538671, 38.890915231538848 ], [ -110.15981382223451, 38.891240731604725 ], [ -110.16008637870777, 38.891693258429562 ], [ -110.16048082150684, 38.892272819470165 ], [ -110.16078199851667, 38.892743573037968 ], [ -110.16118494757112, 38.893287147517412 ], [ -110.16176037597897, 38.893872509888148 ], [ -110.16207416867542, 38.894154113014082 ], [ -110.16222236546643, 38.894299357495534 ], [ -110.1624446088628, 38.894521729148515 ], [ -110.1627917809316, 38.894907199888287 ], [ -110.16312647471523, 38.895373681970057 ], [ -110.16332935652474, 38.895772534884777 ], [ -110.1636270990919, 38.896440604096867 ], [ -110.16366639866581, 38.896530998728366 ], [ -110.16379530007916, 38.896847317897155 ], [ -110.16405516633799, 38.897304249979399 ], [ -110.16427981026997, 38.897814997214496 ], [ -110.16472184163794, 38.898472381479259 ], [ -110.16510841099156, 38.898942833347832 ], [ -110.16562721122135, 38.899446669674838 ], [ -110.16616918614132, 38.899941657883765 ], [ -110.1666481162992, 38.90040465401156 ], [ -110.16708769374809, 38.900781760010247 ], [ -110.16791675983998, 38.901382417843898 ], [ -110.16853524274825, 38.901747276318538 ], [ -110.16891278162767, 38.902006786617704 ], [ -110.1692557816237, 38.902261544288066 ], [ -110.16978228989198, 38.902603213415361 ], [ -110.17017084487981, 38.902907854506125 ], [ -110.17066753757575, 38.903334915116808 ], [ -110.17120428261742, 38.903789291851936 ], [ -110.17177164357271, 38.904090691126584 ], [ -110.17236816300705, 38.904364359307465 ], [ -110.17249432163588, 38.904424728172458 ], [ -110.17287251650947, 38.904630162481531 ], [ -110.17342851620245, 38.904917956266431 ], [ -110.17416871713952, 38.905234084411227 ], [ -110.17476566233957, 38.905472599285694 ], [ -110.17540286917657, 38.90572040679006 ], [ -110.1758393540683, 38.905873076493386 ], [ -110.17598991262216, 38.905918294611979 ], [ -110.17663231308647, 38.906116569902764 ], [ -110.17680455458928, 38.906181764757036 ], [ -110.1773098425432, 38.906369157035549 ], [ -110.17768946518997, 38.906452933222667 ], [ -110.17806882898076, 38.906559234614896 ], [ -110.17840726024978, 38.906714808902215 ], [ -110.17875125143904, 38.906888443927869 ], [ -110.17900735175652, 38.907183112510452 ], [ -110.17918802757949, 38.907517801131739 ], [ -110.17925457521434, 38.907748057207478 ], [ -110.17928522927804, 38.908090702196972 ], [ -110.17920658517041, 38.908410050534812 ], [ -110.17907038185172, 38.908719982774173 ], [ -110.17892877440377, 38.908998337275037 ], [ -110.17886981422573, 38.909110563854668 ], [ -110.1788169315943, 38.909195799249801 ], [ -110.17861147763109, 38.909509749427428 ], [ -110.17855282809172, 38.909594944120677 ], [ -110.17836513822651, 38.909868467979365 ], [ -110.17807275907319, 38.910218751686408 ], [ -110.17802024878789, 38.910271548645653 ], [ -110.17775811203607, 38.910499490805449 ], [ -110.17724142039249, 38.910797729049442 ], [ -110.17687574402768, 38.911002411209672 ], [ -110.17666046105721, 38.911167602117636 ], [ -110.17638584654048, 38.911476554793907 ], [ -110.17621507817303, 38.911781733968596 ], [ -110.1761022410645, 38.9121639177283 ], [ -110.17614185488924, 38.912628278937454 ], [ -110.17623010923228, 38.91297583651675 ], [ -110.1763685973972, 38.913467929110723 ], [ -110.17654278063867, 38.913865654725349 ], [ -110.17690627716259, 38.914350322242299 ], [ -110.17722333271047, 38.914861695180306 ], [ -110.17752953528867, 38.915314417381794 ], [ -110.17762459688338, 38.915472784655336 ], [ -110.17790868279313, 38.915943372612659 ], [ -110.17809945342351, 38.916404291625803 ], [ -110.17832612669342, 38.916752821900296 ], [ -110.17841273402034, 38.91724454666376 ], [ -110.1784137733061, 38.917654567563446 ], [ -110.17845512948209, 38.918069377813339 ], [ -110.17849627830171, 38.918502209134346 ], [ -110.17854303878694, 38.918948596827299 ], [ -110.17857431663251, 38.919237178042977 ], [ -110.17854200076745, 38.919538828686171 ], [ -110.17841013672766, 38.919970442349587 ], [ -110.1782616970751, 38.920338860166595 ], [ -110.17799058521503, 38.920841583261065 ], [ -110.17792002701584, 38.920958233066443 ], [ -110.17766179701734, 38.921343899386684 ], [ -110.17740205549674, 38.921860218016263 ], [ -110.17729917273063, 38.922278517512346 ], [ -110.1771435602553, 38.922767634311491 ], [ -110.17694069238894, 38.923352838355576 ], [ -110.17674106780775, 38.923756938180439 ], [ -110.17635150121777, 38.924425530239667 ], [ -110.17595882471065, 38.924963435455695 ], [ -110.17557316132222, 38.925393253520717 ], [ -110.17517086868597, 38.925764379484555 ], [ -110.17469936029313, 38.926135014684242 ], [ -110.17445367342239, 38.926430649392856 ], [ -110.17408208823804, 38.926639785773233 ], [ -110.17384399379515, 38.926777775631209 ], [ -110.1734553633529, 38.926964261175584 ], [ -110.17330461889814, 38.927030778224051 ], [ -110.17279700902192, 38.927031687838358 ], [ -110.17249687929797, 38.92704758315471 ], [ -110.17196666995565, 38.927007778233161 ], [ -110.17149980104894, 38.926977431751105 ], [ -110.17095218491626, 38.926946509947953 ], [ -110.1704277974749, 38.926902233754269 ], [ -110.16991526113176, 38.926831005673584 ], [ -110.16936818286902, 38.926754122796766 ], [ -110.16854354266368, 38.926736537292868 ], [ -110.16807584579112, 38.926777360248877 ], [ -110.16731446054459, 38.926776437133768 ], [ -110.16673769354253, 38.926772321423883 ], [ -110.16610330272458, 38.9267632855952 ], [ -110.1649269100354, 38.926736853297399 ], [ -110.16435098944478, 38.926660641715308 ], [ -110.16391836232607, 38.926662049481145 ], [ -110.16332057936434, 38.926581170596613 ], [ -110.16263392316942, 38.926504156794131 ], [ -110.16173004731746, 38.926357994769454 ], [ -110.16125800373192, 38.926278008224763 ], [ -110.16047456319521, 38.926191275011483 ], [ -110.15985298959868, 38.926074162225248 ], [ -110.15934623821329, 38.926002929419582 ], [ -110.15871366518502, 38.925840675035239 ], [ -110.15841456006338, 38.925770033386435 ], [ -110.15797282459729, 38.925664119411174 ], [ -110.15729248417045, 38.925542063459801 ], [ -110.15633255768095, 38.925260286074703 ], [ -110.15567051993629, 38.925151869861978 ], [ -110.15488170591817, 38.925033520870748 ], [ -110.15463428042844, 38.924983068472216 ], [ -110.15439835821171, 38.924935402258818 ], [ -110.15384570561113, 38.924844889440195 ], [ -110.15347743197832, 38.92477103038371 ], [ -110.15323498326997, 38.924787294469816 ], [ -110.15300379086067, 38.924827069012998 ], [ -110.15239116086066, 38.92492985628197 ], [ -110.15187031571907, 38.925074759043788 ], [ -110.15135652428202, 38.925111575597739 ], [ -110.15064274965368, 38.92498923786539 ], [ -110.15038337332838, 38.924973833434642 ], [ -110.14984747987519, 38.92492938111787 ], [ -110.14942752874384, 38.924836209273039 ], [ -110.14921416211104, 38.924735530496434 ], [ -110.14906611467285, 38.924671372548318 ], [ -110.14896278461197, 38.924630068588108 ], [ -110.1487616769535, 38.924565523408212 ], [ -110.1478938620517, 38.924302370935763 ], [ -110.14735916183874, 38.924158792040906 ], [ -110.14654202236146, 38.923999629184436 ], [ -110.14631197370748, 38.923943879457795 ], [ -110.14564360265997, 38.92388492207477 ], [ -110.14496342759438, 38.92384840256144 ], [ -110.14442174201911, 38.923903006817525 ], [ -110.14404527420793, 38.923936291991787 ], [ -110.14351613552338, 38.923810758824821 ], [ -110.14289441040383, 38.923806195510345 ], [ -110.14233306034494, 38.92386515131102 ], [ -110.14124215335785, 38.923929221136198 ], [ -110.14083843530088, 38.92392625045045 ], [ -110.14029586471928, 38.923958300880422 ], [ -110.13956841025038, 38.92401601994149 ], [ -110.13890983682163, 38.924101276364162 ], [ -110.13844071478547, 38.924260017544043 ], [ -110.13822040804786, 38.924353009541292 ], [ -110.13808111745553, 38.92442407120307 ], [ -110.1378082374499, 38.924571642885411 ], [ -110.13737900200913, 38.924770323888573 ], [ -110.13676251164652, 38.925094677395983 ], [ -110.13645574883108, 38.925277139203502 ], [ -110.13613585878433, 38.925495548064958 ], [ -110.1357567607719, 38.925839675247154 ], [ -110.13545225476332, 38.926215893025542 ], [ -110.1353850377958, 38.926526283399923 ], [ -110.13546244840254, 38.926801699948236 ], [ -110.13556347698155, 38.927032235078492 ], [ -110.1356765882623, 38.927217803322897 ], [ -110.13578008365232, 38.927340221501751 ], [ -110.1358813816461, 38.92745361206957 ], [ -110.13606991162303, 38.927603693199572 ], [ -110.13637292237674, 38.927826711078282 ], [ -110.13647559404232, 38.92792208878862 ], [ -110.13659979669394, 38.928144684303682 ], [ -110.13666443295642, 38.92852273377202 ], [ -110.13660875447668, 38.928833210082345 ], [ -110.13657261837074, 38.928959100289191 ], [ -110.13637301662294, 38.929245983665751 ], [ -110.13605674461412, 38.92964013820491 ], [ -110.13582906481687, 38.929863734049391 ], [ -110.13556018288583, 38.93005999057393 ], [ -110.13525834273923, 38.930310069791432 ], [ -110.13503730173363, 38.930461623257351 ], [ -110.13493815255245, 38.930551000972955 ], [ -110.13460571258058, 38.930850413537854 ], [ -110.13438956386187, 38.931168710058373 ], [ -110.13433244576537, 38.931501702532664 ], [ -110.13432987171321, 38.931713447686782 ], [ -110.13434465651555, 38.931920815947969 ], [ -110.13440366910527, 38.932286208947772 ], [ -110.13441449331947, 38.932344862297754 ], [ -110.13447011142212, 38.932989578589577 ], [ -110.13458439778283, 38.933553628606042 ], [ -110.1346392324099, 38.933788327423571 ], [ -110.13465571571632, 38.933856033933964 ], [ -110.13475510490375, 38.934127107950559 ], [ -110.13503777374429, 38.934696911108823 ], [ -110.13513221159526, 38.934995882928334 ], [ -110.13532957164023, 38.935370410425186 ], [ -110.13549912036638, 38.935660025948557 ], [ -110.13566230048339, 38.935999155868963 ], [ -110.13584833699987, 38.936356477243251 ], [ -110.13603487301032, 38.936767869429254 ], [ -110.13610119123439, 38.936912540089992 ], [ -110.13620805875016, 38.937138611933719 ], [ -110.13630828399921, 38.937436724417012 ], [ -110.13638575298224, 38.937708535847328 ], [ -110.13643054583549, 38.937820606587273 ], [ -110.13660390001388, 38.938177832849945 ], [ -110.13684258071308, 38.938571586894518 ], [ -110.13706895533036, 38.938933710133718 ], [ -110.13749956461598, 38.939581196166664 ], [ -110.13782434086964, 38.939917011304665 ], [ -110.13799776969373, 38.94036434830128 ], [ -110.13827487479745, 38.940825967344963 ], [ -110.1385335866408, 38.941377562272848 ], [ -110.13866882189754, 38.941644391664404 ], [ -110.13893510692161, 38.942047356228571 ], [ -110.13921810235567, 38.942500005176655 ], [ -110.13947889700472, 38.942880399900766 ], [ -110.1398928978852, 38.943473687028323 ], [ -110.14025150079007, 38.943877328794969 ], [ -110.14078704484373, 38.94443996864792 ], [ -110.14113024082948, 38.944591179882977 ], [ -110.14160238332093, 38.944766767729305 ], [ -110.14223341079541, 38.9450678764088 ], [ -110.14306461700217, 38.945515532361739 ], [ -110.14356964620586, 38.945740014348466 ], [ -110.1440863253591, 38.945955568360446 ], [ -110.14436739087597, 38.946092797606099 ], [ -110.1447390696808, 38.946275746347617 ], [ -110.14592300588822, 38.946757505485841 ], [ -110.14637699414232, 38.946909512012894 ], [ -110.1471188007019, 38.947117687725211 ], [ -110.14751510086414, 38.947269268264364 ], [ -110.14776220978138, 38.947352173957889 ], [ -110.14854991026661, 38.947583203767934 ], [ -110.14977457946445, 38.947943569491329 ], [ -110.14988376678066, 38.947980409755175 ], [ -110.15018199839287, 38.948131266899047 ], [ -110.1509843902526, 38.94858316234788 ], [ -110.15132150843029, 38.948860456631536 ], [ -110.15168272742467, 38.949052318464709 ], [ -110.15209157939563, 38.949604974296705 ], [ -110.15246431805315, 38.950283523580055 ], [ -110.15247016967032, 38.950761160990162 ], [ -110.15237538773448, 38.950967730819997 ], [ -110.15217379981419, 38.951421333379031 ], [ -110.15210851932092, 38.951573148808876 ], [ -110.15184787779414, 38.952139863105685 ], [ -110.15158965998607, 38.952502940768987 ], [ -110.15153802684912, 38.952574655182858 ], [ -110.15128458287354, 38.952924250006632 ], [ -110.15105531576829, 38.953278525726816 ], [ -110.15086616629594, 38.953655620906687 ], [ -110.15051999164298, 38.954135201924956 ], [ -110.15009341036895, 38.954582657072471 ], [ -110.14979470777986, 38.95485532354202 ], [ -110.14935373916654, 38.955153986017045 ], [ -110.14882614127842, 38.955361902857931 ], [ -110.14835726468489, 38.955484639272747 ], [ -110.14784249647299, 38.955584510677539 ], [ -110.1472524470919, 38.955706357799485 ], [ -110.14636138311677, 38.955907101482921 ], [ -110.14593947011369, 38.95596258754415 ], [ -110.14524483983814, 38.956143133107467 ], [ -110.14459143047367, 38.956254590324143 ], [ -110.14386822576593, 38.956411489064401 ], [ -110.14324304367413, 38.956574509678305 ], [ -110.14238081921654, 38.956774533439955 ], [ -110.14168585710097, 38.956981187794398 ], [ -110.14103667103282, 38.957219714146035 ], [ -110.14043385932275, 38.957440556014234 ], [ -110.14037588599524, 38.957462657027705 ], [ -110.13980714631681, 38.957728802635593 ], [ -110.13919027875114, 38.958156792182713 ], [ -110.138683201313, 38.958572071946534 ], [ -110.13824597201393, 38.958937402497718 ], [ -110.1380067613179, 38.959152805915423 ], [ -110.13773865414737, 38.959371599811746 ], [ -110.13751142890656, 38.959550144805689 ], [ -110.13726095743085, 38.959742034303275 ], [ -110.13700444102618, 38.959956406557609 ], [ -110.13685031312662, 38.960293186796456 ], [ -110.13673827112925, 38.960490604503221 ], [ -110.13653160008438, 38.960781939591044 ], [ -110.13634251746687, 38.96114549406434 ], [ -110.13633048978268, 38.961280573061103 ], [ -110.13631687036529, 38.961451685074387 ], [ -110.13633710236586, 38.961591508408922 ], [ -110.13638102887161, 38.961871180682238 ], [ -110.13657290474244, 38.962228542844834 ], [ -110.13668900016546, 38.962648422491817 ], [ -110.13692143754021, 38.962992567307751 ], [ -110.13700690276841, 38.963083311337002 ], [ -110.13727549664713, 38.963301566037117 ], [ -110.13740010024915, 38.963496227884178 ], [ -110.1377205341612, 38.963722974806572 ], [ -110.13802248223355, 38.963951386546348 ], [ -110.13831527560171, 38.964173422068939 ], [ -110.13864761692429, 38.964370517415084 ], [ -110.13914155943769, 38.964662520474029 ], [ -110.13955409714458, 38.96481424770267 ], [ -110.13964005837585, 38.964864443069153 ], [ -110.13992102571682, 38.965015198920938 ], [ -110.14021990553644, 38.965116524488657 ], [ -110.14047970847386, 38.965204044688491 ], [ -110.14061639899766, 38.965259118563871 ], [ -110.14098186378061, 38.965581706823997 ], [ -110.14106755492226, 38.965654427142489 ], [ -110.14147314753249, 38.965999837196918 ], [ -110.14182673955285, 38.966254751485565 ], [ -110.14197614179835, 38.966404534804497 ], [ -110.14213609523682, 38.966540878702453 ], [ -110.1425080504967, 38.966804937109686 ], [ -110.14282251671553, 38.967050549675257 ], [ -110.14335535752727, 38.967374359803173 ], [ -110.14378465149456, 38.967670374220262 ], [ -110.14402507936961, 38.967834339535251 ], [ -110.14450637200363, 38.968126227104271 ], [ -110.14461499123138, 38.968212629687564 ], [ -110.14491221208787, 38.968453604607227 ], [ -110.14542763424707, 38.968691671294678 ], [ -110.14582983897107, 38.968937918238922 ], [ -110.14635612544581, 38.969329250642986 ], [ -110.14671074362782, 38.969597674417159 ], [ -110.14692920047746, 38.969765978684123 ], [ -110.14745903584826, 38.970247443975516 ], [ -110.14771570377509, 38.970502533369505 ], [ -110.14806349304766, 38.970860113945982 ], [ -110.14833802940866, 38.9710693753347 ], [ -110.14883521949676, 38.971483012150223 ], [ -110.14924654655205, 38.971837448139539 ], [ -110.14941046516712, 38.972127001193179 ], [ -110.14951095419988, 38.972411586132928 ], [ -110.14960534937282, 38.972723160135963 ], [ -110.14967687527448, 38.97301654502558 ], [ -110.14973205720395, 38.973228710068575 ], [ -110.14981485762875, 38.973544704975787 ], [ -110.14991529632393, 38.973833794740933 ], [ -110.15006968092841, 38.974438668912988 ], [ -110.1502209349174, 38.9748227459554 ], [ -110.15031104200466, 38.975107254498504 ], [ -110.15046156422031, 38.975456182242226 ], [ -110.15053855563055, 38.975775738722469 ], [ -110.15053980581607, 38.97615421760846 ], [ -110.15050119252271, 38.97648735034533 ], [ -110.15040922299141, 38.976938141090201 ], [ -110.15032595304335, 38.977143890886133 ], [ -110.15018997220132, 38.977413236142688 ], [ -110.1500603545495, 38.977633066069636 ], [ -110.14986541475379, 38.978005610043489 ], [ -110.14978861416853, 38.978152833860541 ], [ -110.14965369627525, 38.978332975481351 ], [ -110.14948464252504, 38.97847141669758 ], [ -110.14942643905171, 38.978511542758405 ], [ -110.14932173732515, 38.97857836335529 ], [ -110.14904911251695, 38.978689015277837 ], [ -110.14873036592709, 38.97879482450108 ], [ -110.1483882610831, 38.978922990323866 ], [ -110.14819697964928, 38.97898917798188 ], [ -110.14802166369883, 38.979168121638573 ], [ -110.14785217276996, 38.979342601973435 ], [ -110.14782778903202, 38.979450558043901 ], [ -110.1478313467334, 38.979635313187636 ], [ -110.13408831204342, 38.979543147794338 ], [ -110.13389778448779, 38.979546239334667 ], [ -110.1197783614973, 38.979553222360224 ], [ -110.11964536304383, 38.9833008622318 ], [ -110.11499904098208, 38.98324318566808 ], [ -110.10568226458, 38.983212698437079 ], [ -110.1056997682259, 38.97952727038917 ], [ -110.09638915455785, 38.979505101344472 ], [ -110.09636317073, 38.978824558069306 ], [ -110.0784457526325, 38.97882860378283 ], [ -110.06908916743264, 38.978799387664694 ], [ -110.06909863748974, 38.96440865678791 ], [ -110.05976571793386, 38.964392406456028 ], [ -110.05049854183719, 38.964380450072539 ], [ -110.05051347714291, 38.957208592474885 ], [ -110.04124611177092, 38.957195002583234 ], [ -110.04125620609506, 38.950022200752116 ], [ -110.02264217230557, 38.950025499760535 ], [ -110.00417801265988, 38.950040624841556 ], [ -110.00416808218091, 38.964354728519112 ], [ -110.02260133460051, 38.964339362999496 ], [ -110.02258226747028, 38.978743485467 ], [ -110.0411852279308, 38.978749149500814 ], [ -110.04116925396914, 38.993283943389606 ], [ -110.05973756463595, 38.993317919497322 ], [ -110.05974025743129, 38.986045969292888 ], [ -110.07844412660533, 38.986078051924672 ], [ -110.09632266784057, 38.986097141955774 ], [ -110.09628216507926, 38.993367914704137 ], [ -110.09638080588205, 39.001500318292365 ], [ -110.12443198658826, 39.001489835251121 ], [ -110.12464566779883, 39.001486933143426 ], [ -110.1337863325036, 39.001478563325968 ], [ -110.1340087576348, 38.994221738048005 ], [ -110.14025404039509, 38.994272431447428 ], [ -110.14115796745091, 38.994481839802368 ], [ -110.14325956285732, 38.994961365385841 ], [ -110.14325025853258, 38.99525415952747 ], [ -110.14779650033165, 38.996021864132814 ], [ -110.14781110034966, 38.997211442935686 ], [ -110.15017806915924, 38.997237718990888 ], [ -110.15025244121806, 39.002122303606228 ], [ -110.150252117847, 39.002149334687644 ], [ -110.15011360151408, 39.00214382013786 ], [ -110.14992851772631, 39.002169505134859 ], [ -110.14977814109841, 39.002190036089061 ], [ -110.14538689991249, 39.00098289844729 ], [ -110.14284665469914, 39.000950746203827 ], [ -110.13796363750656, 39.004122733930686 ], [ -110.13794809809394, 39.004451525581153 ], [ -110.13792886246158, 39.004609078321522 ], [ -110.13794747441909, 39.004978672404754 ], [ -110.13796563815309, 39.005385208802785 ], [ -110.13805371380899, 39.005740898261678 ], [ -110.13829489134791, 39.006328403610546 ], [ -110.13861311454494, 39.006753375817219 ], [ -110.1389550171138, 39.007130762911245 ], [ -110.1392132016019, 39.007745425189128 ], [ -110.139302312734, 39.008016416607042 ], [ -110.13941000293428, 39.00818391699746 ], [ -110.13947721931075, 39.008355624311733 ], [ -110.13962527567935, 39.00852792780853 ], [ -110.13967032362569, 39.008622876900866 ], [ -110.13984120530881, 39.008817876272218 ], [ -110.13996148323088, 39.0088998632149 ], [ -110.14000735022896, 39.008927234735616 ], [ -110.14018504427153, 39.009036678082857 ], [ -110.14056914205169, 39.009269292167637 ], [ -110.14112136309073, 39.009448174982303 ], [ -110.14129436447895, 39.009468371906252 ], [ -110.14180163545289, 39.009544193748027 ], [ -110.14246541358749, 39.009571602716996 ], [ -110.14303668301916, 39.009608240637036 ], [ -110.14371801359587, 39.009616848042313 ], [ -110.14428531215283, 39.009503865923477 ], [ -110.14504321643759, 39.00938777250331 ], [ -110.14565109409644, 39.00926156440476 ], [ -110.14620035977879, 39.00920701324246 ], [ -110.14708285807623, 39.009294568836239 ], [ -110.1481880182297, 39.00959550540918 ], [ -110.14929146084349, 39.010040597138612 ], [ -110.15026545382688, 39.010687486109063 ], [ -110.1509792346738, 39.011364012415434 ], [ -110.15164175772644, 39.01198158923048 ], [ -110.15269860103572, 39.012948955470421 ], [ -110.15308504326133, 39.013474407179586 ], [ -110.15317621314462, 39.01357779590672 ], [ -110.15355030716384, 39.014170739874935 ], [ -110.15356289430385, 39.014568221979502 ], [ -110.15357957413222, 39.014622409774653 ], [ -110.15357294001701, 39.01469445066499 ], [ -110.15358961988099, 39.014748638457952 ], [ -110.15358771440592, 39.01539292025624 ], [ -110.15349443109037, 39.015950933236731 ], [ -110.15338505708354, 39.016405201365679 ], [ -110.15319131416605, 39.016669623313156 ], [ -110.15298105115058, 39.016866341536726 ], [ -110.15271913478347, 39.017035650839418 ], [ -110.15233621139545, 39.017181552498755 ], [ -110.15157807321258, 39.017311207865987 ], [ -110.14997732127975, 39.017389665809553 ], [ -110.14913444156288, 39.017360993109143 ], [ -110.14837770112354, 39.017373493254944 ], [ -110.1477121705429, 39.017485777252347 ], [ -110.14717838078761, 39.017689131846652 ], [ -110.14620297628193, 39.01811453056709 ], [ -110.14582003403372, 39.018260410593761 ], [ -110.14495553430638, 39.018587488523863 ], [ -110.14394533412705, 39.019022525374417 ], [ -110.14370148561919, 39.019127967913896 ], [ -110.14286916884782, 39.019658016592253 ], [ -110.14271743655939, 39.019787562764328 ], [ -110.14229815053137, 39.020071935187453 ], [ -110.1415532364764, 39.020918906994098 ], [ -110.14138380244319, 39.02117447668693 ], [ -110.14103019758679, 39.021757595661761 ], [ -110.14049051972424, 39.02244297034845 ], [ -110.14014496872926, 39.022836912514443 ], [ -110.13995709811303, 39.023087838556258 ], [ -110.13977870226411, 39.023510045207011 ], [ -110.13974306651737, 39.023590882376915 ], [ -110.13969919790318, 39.023874408736781 ], [ -110.13973372915838, 39.024361263190386 ], [ -110.13981790540554, 39.024564633854119 ], [ -110.13990862204125, 39.024704974933798 ], [ -110.13993052329444, 39.024804258588397 ], [ -110.14018742294158, 39.025053957916512 ], [ -110.14024463327345, 39.025099435134614 ], [ -110.14071860913411, 39.025548977394976 ], [ -110.14075854778997, 39.025589821573163 ], [ -110.14153760632205, 39.026127212906708 ], [ -110.14195046077306, 39.026378055994876 ], [ -110.14258699354706, 39.026761203023888 ], [ -110.14424068598879, 39.027579840817047 ], [ -110.14585992418645, 39.028384686249815 ], [ -110.14641050775538, 39.028713116403679 ], [ -110.14697907412308, 39.028987608851104 ], [ -110.14817506158543, 39.029446904233545 ], [ -110.14955659913275, 39.029848968200405 ], [ -110.15054705328809, 39.030108496308301 ], [ -110.15187181538306, 39.030429920599623 ], [ -110.1525570793566, 39.03060971668436 ], [ -110.15309777245965, 39.030802876919914 ], [ -110.15320735697608, 39.030817189184127 ], [ -110.15347171376429, 39.030931746846711 ], [ -110.15382169239035, 39.031132530569373 ], [ -110.15428511242186, 39.031508951211421 ], [ -110.15442281670941, 39.031587445048984 ], [ -110.15474333005425, 39.031837573462617 ], [ -110.15513187265661, 39.03219632700123 ], [ -110.15534868722042, 39.032423174817978 ], [ -110.15573739689081, 39.032768410884842 ], [ -110.15624997422134, 39.033384874789704 ], [ -110.15661847270297, 39.033973261411347 ], [ -110.15678090059845, 39.034402463020761 ], [ -110.15686598824335, 39.035020338425454 ], [ -110.15680912790401, 39.03542993237771 ], [ -110.15678307704275, 39.035677549248106 ], [ -110.15667176342301, 39.036294004641348 ], [ -110.15650316388711, 39.036869495657811 ], [ -110.1562449215722, 39.037210049442969 ], [ -110.15578385072509, 39.037603201293443 ], [ -110.15502211891406, 39.038016701234966 ], [ -110.15488251241528, 39.038096789601624 ], [ -110.15396066075232, 39.038468572312937 ], [ -110.15307660334969, 39.038867655392409 ], [ -110.15217225348671, 39.039126912298549 ], [ -110.15123237390591, 39.03945799232153 ], [ -110.15016437008518, 39.039873736572233 ], [ -110.14982186335041, 39.040010912316561 ], [ -110.14959532439138, 39.040112888300911 ], [ -110.14945030899582, 39.04016139185272 ], [ -110.14915825763909, 39.040330472369661 ], [ -110.14908388143053, 39.040365974121094 ], [ -110.14869374947949, 39.040619943183437 ], [ -110.14845413884642, 39.040847976721878 ], [ -110.14808277023545, 39.041463425208057 ], [ -110.14740462246576, 39.04260648193182 ], [ -110.14716817784385, 39.043050801827668 ], [ -110.14664273230349, 39.043985012028266 ], [ -110.14591538893356, 39.045370998568892 ], [ -110.1454453904626, 39.046016353355441 ], [ -110.14502053624393, 39.047229734829706 ], [ -110.14426000170525, 39.049062415877515 ], [ -110.14368775688945, 39.050324271033396 ], [ -110.14305726006371, 39.051910093427125 ], [ -110.14222700369689, 39.053670158537358 ], [ -110.14169308170344, 39.054815140709714 ], [ -110.14115369150157, 39.055933046701114 ], [ -110.14051367119907, 39.056865481636692 ], [ -110.13989923007492, 39.057879201010117 ], [ -110.1397693198127, 39.058108024731304 ], [ -110.13959072152674, 39.058539237824768 ], [ -110.13925668662317, 39.059397328501774 ], [ -110.13908706707603, 39.060040366711362 ], [ -110.13901255981257, 39.060940921810797 ], [ -110.13923279314984, 39.062316732735589 ], [ -110.13945232345159, 39.063751109576614 ], [ -110.13983508272719, 39.065641747578596 ], [ -110.13984929858823, 39.06723230153802 ], [ -110.13975470191475, 39.068835568957283 ], [ -110.13967751936808, 39.069480189927063 ], [ -110.13960630057679, 39.070109536010605 ], [ -110.13963610785251, 39.070510747089699 ], [ -110.13964695536089, 39.070569398863647 ], [ -110.13979289688599, 39.070926411493879 ], [ -110.1398322038055, 39.071021317331365 ], [ -110.14033994159634, 39.071571130379184 ], [ -110.14083494836818, 39.072218166569691 ], [ -110.14107337083456, 39.072575858904159 ], [ -110.141432674067, 39.072974990495538 ], [ -110.14170098212772, 39.073251802263641 ], [ -110.1421601268394, 39.073521006471687 ], [ -110.14300748794523, 39.073711963416152 ], [ -110.1430824044796, 39.073730536058534 ], [ -110.14416565655398, 39.074012427125417 ], [ -110.14435026649886, 39.074041716144144 ], [ -110.14475343578926, 39.074160916240857 ], [ -110.14508679430877, 39.074317449477164 ], [ -110.14528755952375, 39.074445075726096 ], [ -110.14547060614515, 39.074604110398475 ], [ -110.14556489395137, 39.074933704054196 ], [ -110.14558491574377, 39.075190665199514 ], [ -110.14551023427499, 39.07563165852855 ], [ -110.14549202563907, 39.075703613346434 ], [ -110.14539710422092, 39.075905665906035 ], [ -110.14516183682431, 39.076241855030013 ], [ -110.14500782165774, 39.076550705267898 ], [ -110.14500913210316, 39.076921068208932 ], [ -110.14493613074488, 39.077222402389516 ], [ -110.1446734395759, 39.077531356236314 ], [ -110.14458444283582, 39.077625319173556 ], [ -110.14425237643802, 39.077839147275242 ], [ -110.14356866466642, 39.078451382840122 ], [ -110.14272184670374, 39.07916604199626 ], [ -110.14157909066535, 39.080067747996601 ], [ -110.14091446915805, 39.08043681053848 ], [ -110.14048831097658, 39.080780594249902 ], [ -110.14007812183115, 39.08123713190124 ], [ -110.13985850342617, 39.081613974857653 ], [ -110.13973466361232, 39.08191042488707 ], [ -110.13967897513467, 39.082211883150471 ], [ -110.13969440070348, 39.082369689798988 ], [ -110.13978502482398, 39.082523545742106 ], [ -110.13988148434569, 39.082672939149731 ], [ -110.14044804825795, 39.083145690153152 ], [ -110.14135506144557, 39.083670506626014 ], [ -110.14171808888149, 39.083862410840887 ], [ -110.14215945915069, 39.084077417890271 ], [ -110.1423829861901, 39.084236755042546 ], [ -110.14264016070616, 39.084481943850868 ], [ -110.14281995523029, 39.084911289081866 ], [ -110.14289521278003, 39.085857998992424 ], [ -110.14287792647019, 39.086330950192561 ], [ -110.14283773541375, 39.086785710938813 ], [ -110.14274562674467, 39.087231078910627 ], [ -110.14247530759829, 39.087593135993245 ], [ -110.14207931586235, 39.087829915797052 ], [ -110.14156232997698, 39.088032462718999 ], [ -110.1405120132312, 39.08835452784767 ], [ -110.13844918267866, 39.088740292958761 ], [ -110.13754589725659, 39.088855263331446 ], [ -110.13631255330814, 39.089012837206475 ], [ -110.13490258707964, 39.089430406804595 ], [ -110.13449060518025, 39.089553503305922 ], [ -110.13305408514967, 39.089777116710437 ], [ -110.13242330782269, 39.089826490735085 ], [ -110.13153795004476, 39.089891987322439 ], [ -110.13015839930759, 39.090088956295936 ], [ -110.12881535122285, 39.090325830070967 ], [ -110.12811302095859, 39.090551261679238 ], [ -110.12781702833364, 39.090643663328208 ], [ -110.12711448078799, 39.090886208157592 ], [ -110.12663744197606, 39.091125932695036 ], [ -110.12631726496629, 39.091303753834119 ], [ -110.12599123862364, 39.091486936832254 ], [ -110.12512665220939, 39.091740870160912 ], [ -110.12454637786173, 39.091912228870733 ], [ -110.12368755114528, 39.092167095814794 ], [ -110.12238051568853, 39.092665484653793 ], [ -110.12101367079811, 39.093322902401631 ], [ -110.11944942073578, 39.09450956054166 ], [ -110.11858395659432, 39.094922031762181 ], [ -110.11825017072597, 39.095168211112608 ], [ -110.11801028669505, 39.095395275727299 ], [ -110.11772902230258, 39.095695015695931 ], [ -110.11758741774588, 39.095922823098299 ], [ -110.11747329259713, 39.096265277864866 ], [ -110.11746936122702, 39.096580632634719 ], [ -110.11747227832623, 39.096810434863173 ], [ -110.11746941398951, 39.097040193318477 ], [ -110.11766923321487, 39.098172584342954 ], [ -110.11791082110533, 39.099201664571751 ], [ -110.11801522668328, 39.100103552667264 ], [ -110.11805592306521, 39.100549904097186 ], [ -110.1180700686844, 39.100806824049457 ], [ -110.11807281924834, 39.101050141318112 ], [ -110.11807012483055, 39.101266384447726 ], [ -110.11792002192476, 39.101711292304394 ], [ -110.1176456898985, 39.102380534199511 ], [ -110.11720199078304, 39.103183657598535 ], [ -110.11677455926018, 39.104072506667158 ], [ -110.11620239589146, 39.104973773313198 ], [ -110.11555745367146, 39.10614481396054 ], [ -110.11534989614997, 39.106557743736971 ], [ -110.11520644784814, 39.106930610335041 ], [ -110.11488930435189, 39.107320180011222 ], [ -110.11463133319495, 39.107602066581656 ], [ -110.11401068201903, 39.108214602513236 ], [ -110.11331859903233, 39.108988789121206 ], [ -110.11266877935348, 39.109988567257012 ], [ -110.11262281715034, 39.110056700719888 ], [ -110.11198848108688, 39.110834923007737 ], [ -110.1116185800399, 39.111278147258098 ], [ -110.11119787568734, 39.111621862384638 ], [ -110.11087734052627, 39.111817659171599 ], [ -110.11080750725876, 39.111852269263338 ], [ -110.11040038874798, 39.112034788907565 ], [ -110.10994061206092, 39.112265564247615 ], [ -110.10973640454758, 39.112408180232485 ], [ -110.10929255350977, 39.112751711579399 ], [ -110.10909214049845, 39.113052047158888 ], [ -110.10903612457049, 39.113367002532073 ], [ -110.10927814727874, 39.113895993024506 ], [ -110.10978799928927, 39.114742412045544 ], [ -110.11052395926633, 39.115085940832977 ], [ -110.11116898436156, 39.115302618283636 ], [ -110.11177341974545, 39.11552799385278 ], [ -110.11183669275489, 39.115555508820989 ], [ -110.1122387287444, 39.115779339694072 ], [ -110.11260437404857, 39.116138056475904 ], [ -110.11278513580989, 39.116481848658538 ], [ -110.11308378494292, 39.117110382583988 ], [ -110.11346809243386, 39.118288334154691 ], [ -110.11394339838621, 39.119590426029333 ], [ -110.11420203850702, 39.12018260892895 ], [ -110.11458425145082, 39.121068585731528 ], [ -110.11478743576771, 39.121471116086404 ], [ -110.11498994590374, 39.121927706630778 ], [ -110.11502828817004, 39.122099205721476 ], [ -110.11497255668762, 39.122485352177819 ], [ -110.11491629268244, 39.122729121599932 ], [ -110.11465623404581, 39.123173188430918 ], [ -110.11460773718777, 39.123258424042447 ], [ -110.11452611888107, 39.123401979167625 ], [ -110.11423392097724, 39.124102612717707 ], [ -110.11420895255156, 39.124156488636693 ], [ -110.11406026950188, 39.124574367488805 ], [ -110.11380186113102, 39.125347344124378 ], [ -110.11368875161631, 39.125603295927533 ], [ -110.11345068007297, 39.126137636362607 ], [ -110.1131942363789, 39.126752934920489 ], [ -110.11278452374226, 39.127596845200827 ], [ -110.1125814249333, 39.128108922484472 ], [ -110.11247239406254, 39.128500068040246 ], [ -110.1123938089969, 39.128769797693295 ], [ -110.11207860025732, 39.129456733403735 ], [ -110.1118284118017, 39.129940516549723 ], [ -110.11175271119511, 39.130072400399087 ], [ -110.1115639961907, 39.130359311951203 ], [ -110.11104493718946, 39.130786977998653 ], [ -110.11013980370751, 39.131370287176821 ], [ -110.10923484729665, 39.132030183454901 ], [ -110.10779811271354, 39.132654464910644 ], [ -110.10724598401784, 39.132857488509799 ], [ -110.10643171549815, 39.133112565630114 ], [ -110.10552754667279, 39.133339914368626 ], [ -110.10475221046883, 39.133351983506138 ], [ -110.10394239616141, 39.133345760578244 ], [ -110.10318905444468, 39.13344809763656 ], [ -110.10279400051584, 39.133580221136128 ], [ -110.10245117644511, 39.133699229120843 ], [ -110.10127190119263, 39.134541674003188 ], [ -110.10076927862045, 39.134943288682109 ], [ -110.10036447162379, 39.135386205326547 ], [ -110.10006279717462, 39.135816400496381 ], [ -110.09974596426875, 39.13625548867347 ], [ -110.09960414962768, 39.136488677050878 ], [ -110.09951101006902, 39.136988063351964 ], [ -110.09950430717375, 39.137060098893137 ], [ -110.09960166031412, 39.13759249504141 ], [ -110.09978349148922, 39.138305761878023 ], [ -110.09993623889039, 39.138577268996229 ], [ -110.10010616988041, 39.138862424954119 ], [ -110.10014586078567, 39.13892580779919 ], [ -110.10052209928608, 39.1393657413333 ], [ -110.10107321716697, 39.140157547078424 ], [ -110.10171143324941, 39.141289732840619 ], [ -110.10182445520326, 39.141592469399995 ], [ -110.10198753968028, 39.141962272319418 ], [ -110.1022132091727, 39.142415457481796 ], [ -110.10243562518872, 39.142669476042229 ], [ -110.10248139147609, 39.142710377583889 ], [ -110.10307257390969, 39.143084375998036 ], [ -110.10421261569617, 39.143521162200088 ], [ -110.10500960696858, 39.143635416137968 ], [ -110.10606274710911, 39.143625476906351 ], [ -110.10727502830304, 39.143842020002921 ], [ -110.10843451087842, 39.144116717530572 ], [ -110.10961447617807, 39.144603316410674 ], [ -110.11059066627348, 39.145191973901149 ], [ -110.11097919728313, 39.145582407407325 ], [ -110.11123523422603, 39.145926774746492 ], [ -110.11150936636189, 39.146212708562302 ], [ -110.11190011610849, 39.146427443182425 ], [ -110.11225643828951, 39.146619386985833 ], [ -110.11246857751132, 39.146774188143638 ], [ -110.11272592700828, 39.1470149367427 ], [ -110.11289048339681, 39.147273000296387 ], [ -110.11301380690243, 39.147589320698756 ], [ -110.11303581821791, 39.147679597288565 ], [ -110.11307394233063, 39.147869116469501 ], [ -110.11307661790779, 39.148116936754924 ], [ -110.11307480842814, 39.148261097480457 ], [ -110.11297985195611, 39.148450504904481 ], [ -110.11277935037883, 39.148750844013776 ], [ -110.11266178152461, 39.148897727757742 ], [ -110.11260284981014, 39.148982882637611 ], [ -110.11250200352497, 39.14918035460672 ], [ -110.11244506563136, 39.149567389863194 ], [ -110.11249896189433, 39.149883181931862 ], [ -110.11257078177709, 39.15015405593202 ], [ -110.11294188007332, 39.150553360873431 ], [ -110.11352683264573, 39.150972313320985 ], [ -110.11387660514912, 39.151227278622521 ], [ -110.11433569084885, 39.151532633626282 ], [ -110.11483607212861, 39.151775224174251 ], [ -110.1151702445803, 39.151890398131457 ], [ -110.11551520042332, 39.152068729283862 ], [ -110.11571629860603, 39.152182891625898 ], [ -110.11590571277965, 39.152305975885412 ], [ -110.11604260297769, 39.152464705055465 ], [ -110.11620213052122, 39.152664154793698 ], [ -110.11630357351928, 39.152881185679739 ], [ -110.11632708586451, 39.152944440271263 ], [ -110.11636434592701, 39.153111424451303 ], [ -110.11633175313888, 39.153404031566048 ], [ -110.11630652396497, 39.153570541902425 ], [ -110.11628826414294, 39.153642490634667 ], [ -110.11616174062191, 39.154042516141004 ], [ -110.11597752342067, 39.15442858749612 ], [ -110.11584583070213, 39.154779013446266 ], [ -110.1156781788402, 39.155228286221394 ], [ -110.11545688051224, 39.155802402985806 ], [ -110.11506583470562, 39.156530217765237 ], [ -110.11489475800572, 39.156790234469234 ], [ -110.11464125960458, 39.157162260915605 ], [ -110.11417608812617, 39.157708390366139 ], [ -110.11379327331466, 39.158331736780696 ], [ -110.1135611002137, 39.158848097150681 ], [ -110.11325352907049, 39.15937739962628 ], [ -110.11280775448856, 39.159851583803373 ], [ -110.11243339460596, 39.160168619632842 ], [ -110.11201996552275, 39.160462829310624 ], [ -110.11134160880492, 39.160930729770975 ], [ -110.11068975950181, 39.161223116246966 ], [ -110.10994668014531, 39.161406671660366 ], [ -110.10904718541471, 39.161602542855519 ], [ -110.10739975662618, 39.161815207702183 ], [ -110.10660767711482, 39.161845181409738 ], [ -110.10598105718495, 39.161971033498332 ], [ -110.10535993649322, 39.162119451627213 ], [ -110.10505782697237, 39.162211746107779 ], [ -110.10476717598367, 39.162313138710111 ], [ -110.10415556619976, 39.162623819290545 ], [ -110.10350734306847, 39.163082894454213 ], [ -110.10286312429086, 39.163681665373346 ], [ -110.10204763703614, 39.164549439266864 ], [ -110.1013233492134, 39.165070991960384 ], [ -110.10090255695972, 39.165392137486052 ], [ -110.10038561012065, 39.165991876230464 ], [ -110.09972064563034, 39.166851784374444 ], [ -110.09947836689797, 39.167151776462667 ], [ -110.09939724020171, 39.167250269059195 ], [ -110.09925743711051, 39.167411384137019 ], [ -110.0990383032351, 39.16771155417289 ], [ -110.09891979991521, 39.167926898725206 ], [ -110.0988722374036, 39.168025650479343 ], [ -110.09875842777014, 39.168326634399527 ], [ -110.09875515023994, 39.168583418792494 ], [ -110.0988308822776, 39.16899850441655 ], [ -110.09941914333666, 39.170070840079788 ], [ -110.09969976971614, 39.170758735494722 ], [ -110.09972218421282, 39.170816578210975 ], [ -110.10013536630962, 39.171549649821557 ], [ -110.10068659777839, 39.172351366923323 ], [ -110.10112799115207, 39.173143223235272 ], [ -110.10158647075532, 39.17395773670313 ], [ -110.10213819549537, 39.174723407113461 ], [ -110.10274156453826, 39.175525515994615 ], [ -110.10399893596762, 39.176792206417247 ], [ -110.10469552317093, 39.177549967556942 ], [ -110.10495181351874, 39.177880832852502 ], [ -110.1051165824103, 39.178125391566553 ], [ -110.10528009613135, 39.178469059823769 ], [ -110.10530812290843, 39.178541361883696 ], [ -110.10543037940943, 39.178943283669213 ], [ -110.10548771148088, 39.179443826295703 ], [ -110.10534607535531, 39.18011404750083 ], [ -110.10522012510961, 39.180459998200334 ], [ -110.10496248965021, 39.181147349635637 ], [ -110.10452106572659, 39.182175700353881 ], [ -110.10434335487507, 39.182494219584314 ], [ -110.10396397365642, 39.183194148845793 ], [ -110.1033357999049, 39.184338199275366 ], [ -110.10283449382983, 39.185064218714231 ], [ -110.10247623115895, 39.185466947476847 ], [ -110.1023528356325, 39.185610170365294 ], [ -110.10193146506582, 39.1859673569531 ], [ -110.1012362988869, 39.186457592878817 ], [ -110.10115335287323, 39.186515523477858 ], [ -110.10061007155534, 39.186988905549029 ], [ -110.10002275915738, 39.187645766045762 ], [ -110.09932375635724, 39.188434219418575 ], [ -110.09880679629204, 39.189020431759261 ], [ -110.09858296046986, 39.189320563207133 ], [ -110.09824872891299, 39.189651377737789 ], [ -110.09799090330732, 39.189892674489343 ], [ -110.09747141707179, 39.190222052336281 ], [ -110.09655138466309, 39.190633925427534 ], [ -110.09538923908219, 39.190962814068754 ], [ -110.09422586829153, 39.191386295256891 ], [ -110.093613900853, 39.191701420430512 ], [ -110.09317091430921, 39.191932254859225 ], [ -110.09222993734264, 39.192258327612876 ], [ -110.09184280726323, 39.192557173349094 ], [ -110.0914513906114, 39.192828951859816 ], [ -110.09106593433728, 39.193087259291403 ], [ -110.09098413006588, 39.193145191428179 ], [ -110.09080303717678, 39.193269929907359 ], [ -110.09052966353866, 39.193366915287683 ], [ -110.09038453647277, 39.193396419103379 ], [ -110.09023359676269, 39.193427679513043 ], [ -110.08997811264965, 39.193484254569555 ], [ -110.08951624346412, 39.19347163515657 ], [ -110.08857207785832, 39.193324584894533 ], [ -110.0873033835111, 39.193021801068767 ], [ -110.08595774557706, 39.192759849611896 ], [ -110.08560473126201, 39.192747167596401 ], [ -110.08525176382479, 39.192730880549739 ], [ -110.08387347289607, 39.192755192877918 ], [ -110.08280181099705, 39.1927972216616 ], [ -110.08183997914213, 39.192852721338042 ], [ -110.08079148357164, 39.192894013100251 ], [ -110.08025758247564, 39.192988918511887 ], [ -110.08005354935155, 39.193095437461977 ], [ -110.07989606465794, 39.193184302036421 ], [ -110.07968009929348, 39.19331775855067 ], [ -110.079463604062, 39.193491759163777 ], [ -110.07925874513839, 39.19366134591808 ], [ -110.07903463533972, 39.19397495324074 ], [ -110.07862634687027, 39.19464753641423 ], [ -110.07831197623973, 39.195221742108458 ], [ -110.07803239607006, 39.195791716796833 ], [ -110.07770843899307, 39.196212660986312 ], [ -110.07753180847021, 39.196436532934641 ], [ -110.07703682437145, 39.197094907427953 ], [ -110.07652972089068, 39.197793732297633 ], [ -110.07628864139296, 39.198074760579267 ], [ -110.07590657757493, 39.198509656076581 ], [ -110.07523751707424, 39.199193674074287 ], [ -110.07442346227306, 39.199894557836728 ], [ -110.07419470367044, 39.200118010341207 ], [ -110.07392488244489, 39.200381684605922 ], [ -110.07346180430424, 39.200810521290968 ], [ -110.07320136706036, 39.201240968364267 ], [ -110.07310948603043, 39.201623196590134 ], [ -110.07301618284356, 39.202113543048974 ], [ -110.07286745162001, 39.202855750767341 ], [ -110.07279192978716, 39.203314700635289 ], [ -110.07271621413581, 39.204228694327711 ], [ -110.0727180353868, 39.204530570642227 ], [ -110.07271329632965, 39.204890964921113 ], [ -110.07260492551518, 39.205205480233062 ], [ -110.07245507384128, 39.205591751543857 ], [ -110.07234073266352, 39.205919735223922 ], [ -110.07232387741725, 39.206320581499497 ], [ -110.07234630979593, 39.206816353969799 ], [ -110.07243458207415, 39.207149555249778 ], [ -110.07252063895911, 39.207651240687298 ], [ -110.07290661410224, 39.208686049078068 ], [ -110.07349774668995, 39.209974790133955 ], [ -110.07377414846721, 39.210535657264472 ], [ -110.07417457819486, 39.211354317046506 ], [ -110.07467292852684, 39.212214301800621 ], [ -110.07469550047105, 39.2122595350463 ], [ -110.0752002452347, 39.213074514314556 ], [ -110.07553500688688, 39.213603401546784 ], [ -110.07582714605148, 39.214291440580247 ], [ -110.07606771471161, 39.214937620180145 ], [ -110.07625037683229, 39.21558334004002 ], [ -110.07650442448957, 39.216085452965835 ], [ -110.07694586767815, 39.216872890116505 ], [ -110.07740746574029, 39.217448731762296 ], [ -110.07768141607157, 39.21784737565666 ], [ -110.07780353995014, 39.218163719952827 ], [ -110.07782593892503, 39.218222467366388 ], [ -110.07788090512516, 39.218448172058437 ], [ -110.07788327809692, 39.218709503513828 ], [ -110.07771552037518, 39.219136187482434 ], [ -110.07745503899835, 39.219566642227434 ], [ -110.07740776417609, 39.219638354041372 ], [ -110.07727190749915, 39.219840020465767 ], [ -110.07695427304212, 39.22021145119885 ], [ -110.07673473655382, 39.220610690951602 ], [ -110.07663717381662, 39.220983864882335 ], [ -110.07660373033274, 39.221326009301094 ], [ -110.07663995077338, 39.221656090856293 ], [ -110.07671153498885, 39.221939596664583 ], [ -110.07681259722848, 39.222183688640889 ], [ -110.07689740636647, 39.222342049351617 ], [ -110.07720922193118, 39.22285813424358 ], [ -110.07738470642447, 39.223169495001279 ], [ -110.07752689270161, 39.223369759258063 ], [ -110.07770335856256, 39.223606337867523 ], [ -110.07781524367927, 39.223909084653883 ], [ -110.07790456381589, 39.224165697746649 ], [ -110.07801609699531, 39.224495473851213 ], [ -110.07807047892202, 39.224766227476188 ], [ -110.07806227058811, 39.224950883339908 ], [ -110.07799402149938, 39.225297257841568 ], [ -110.07797269647865, 39.225598949879505 ], [ -110.07795953287621, 39.225719590009682 ], [ -110.07794037686904, 39.225855501009335 ], [ -110.07769765986191, 39.226254558647568 ], [ -110.07744932502055, 39.226640055092659 ], [ -110.07730778053813, 39.226832665449358 ], [ -110.07684460475434, 39.227257006908431 ], [ -110.076217850516, 39.227698070770799 ], [ -110.07555451545332, 39.228012690140744 ], [ -110.07468007954448, 39.228433758017239 ], [ -110.07431357687442, 39.228552491156378 ], [ -110.07392379778351, 39.228679147758477 ], [ -110.07335402172568, 39.228837711008282 ], [ -110.07289005549571, 39.22887907271744 ], [ -110.07214990350853, 39.228778565959189 ], [ -110.07204588192486, 39.228759715744388 ], [ -110.07084304371959, 39.228515846748117 ], [ -110.0700881671591, 39.228302574907055 ], [ -110.06960889656715, 39.228187014092946 ], [ -110.06943597816462, 39.228121656303024 ], [ -110.06916498722276, 39.22802577901944 ], [ -110.06888864547707, 39.227896518509304 ], [ -110.06877972711887, 39.227810045515099 ], [ -110.06865367100542, 39.227705413859951 ], [ -110.06844813453934, 39.227478501124054 ], [ -110.06822569988223, 39.22721540978872 ], [ -110.06817446527975, 39.227147419189805 ], [ -110.06802105998636, 39.226920922734031 ], [ -110.0678948878144, 39.226387376935811 ], [ -110.06779170852869, 39.225954935555663 ], [ -110.06776284212215, 39.225860091487817 ], [ -110.06762334937667, 39.225457995889499 ], [ -110.06728973785805, 39.224842592827343 ], [ -110.06697589934966, 39.224484154027927 ], [ -110.06676392949525, 39.22430674594434 ], [ -110.06616641941649, 39.22393702105267 ], [ -110.06589008725679, 39.223808654579159 ], [ -110.06508223167567, 39.2235769039712 ], [ -110.06462116612653, 39.223401997755921 ], [ -110.06415950465221, 39.223272138769403 ], [ -110.0638822213589, 39.223215846041192 ], [ -110.06334329477247, 39.22323404050141 ], [ -110.0632273411756, 39.22324211878562 ], [ -110.06290258710875, 39.223271044227587 ], [ -110.06271134138332, 39.223278516236569 ], [ -110.0623461649739, 39.223298104081223 ], [ -110.06168277403893, 39.223441439581784 ], [ -110.0611311996124, 39.223626221070568 ], [ -110.06063488006457, 39.223924080114067 ], [ -110.06003835368904, 39.224351784480483 ], [ -110.05976952762533, 39.224529830065805 ], [ -110.05952989973134, 39.224690089249016 ], [ -110.05905625204899, 39.225024167557251 ], [ -110.05835449002443, 39.225523099058414 ], [ -110.05790948953025, 39.225879931101332 ], [ -110.05747063800409, 39.226209778882506 ], [ -110.05663581868397, 39.22669410692118 ], [ -110.05589522672022, 39.227494569189268 ], [ -110.05511830207524, 39.227979355393906 ], [ -110.05478392385579, 39.228292018786362 ], [ -110.05429383016596, 39.228639459998959 ], [ -110.05423987748635, 39.228688581072483 ], [ -110.05402206080466, 39.228948124093712 ], [ -110.05395731889574, 39.229024189664962 ], [ -110.05382601972889, 39.229311467244997 ], [ -110.05378311497824, 39.229486828384267 ], [ -110.05373223963528, 39.229824318288777 ], [ -110.05371365286138, 39.229914274804656 ], [ -110.05369421892962, 39.230067299696273 ], [ -110.05356176684356, 39.230440169685622 ], [ -110.0536354155245, 39.230994929289082 ], [ -110.0537458766912, 39.231396805133464 ], [ -110.05401796652238, 39.232273058023104 ], [ -110.0545670142687, 39.23323265538108 ], [ -110.0550839801094, 39.233993753361752 ], [ -110.05515234281944, 39.234079910054014 ], [ -110.05557892307068, 39.234583466249987 ], [ -110.05614864683413, 39.235386436632162 ], [ -110.0566094795895, 39.236015515924763 ], [ -110.0569799157483, 39.236473558419057 ], [ -110.05739018290774, 39.236985986549023 ], [ -110.05765780434773, 39.237335065785075 ], [ -110.0580243983058, 39.238081417574897 ], [ -110.05830307075706, 39.238471133009746 ], [ -110.05837705394178, 39.238570849334501 ], [ -110.05853949736635, 39.238987557726155 ], [ -110.05865724832795, 39.239280457507093 ], [ -110.05870601374818, 39.23953315237371 ], [ -110.05870204001366, 39.239830474675209 ], [ -110.0586526248231, 39.240059849140764 ], [ -110.05863247579545, 39.240266933283422 ], [ -110.05861172447983, 39.240519066239926 ], [ -110.05857196770927, 39.240892690520397 ], [ -110.05858809469304, 39.241419949031332 ], [ -110.05856938784838, 39.24186582929476 ], [ -110.05871684762442, 39.242623923009333 ], [ -110.05871070576913, 39.243083420862 ], [ -110.05880317120808, 39.243534704881078 ], [ -110.05885923833864, 39.24367482435246 ], [ -110.0589328664235, 39.243801569594616 ], [ -110.05912370177481, 39.244262658877005 ], [ -110.05929932572118, 39.244561431765469 ], [ -110.05955509698917, 39.244932937466714 ], [ -110.05984436883863, 39.245399325723149 ], [ -110.05994630649171, 39.245575857857212 ], [ -110.06010533818545, 39.245815925807143 ], [ -110.06030505815561, 39.246046410040712 ], [ -110.06035640668489, 39.246106295172993 ], [ -110.0605052362381, 39.246242656846171 ], [ -110.06058550491677, 39.246306379465445 ], [ -110.06075213676242, 39.246411346862423 ], [ -110.06117749907774, 39.246667077064494 ], [ -110.06126941614981, 39.246726387747358 ], [ -110.06148675158455, 39.246939891545345 ], [ -110.06213423219261, 39.247485751382058 ], [ -110.06248134866328, 39.24796160954557 ], [ -110.06277884448754, 39.24824784202869 ], [ -110.06310666937796, 39.248867714701987 ], [ -110.06331324862946, 39.249455073736925 ], [ -110.06336477447496, 39.249937562060076 ], [ -110.06330515739889, 39.250063232737894 ], [ -110.0633485718493, 39.250284344720427 ], [ -110.06336941014921, 39.250460221478953 ], [ -110.06336145861999, 39.250622350594334 ], [ -110.06331312915738, 39.250770638856444 ], [ -110.06313679265241, 39.250958445649971 ], [ -110.06301893467486, 39.251106174421373 ], [ -110.06282934878848, 39.251505626153417 ], [ -110.06274890944545, 39.251802332691035 ], [ -110.06269823865991, 39.252126310922215 ], [ -110.06265502898677, 39.252325100119066 ], [ -110.06245805781298, 39.252669526293701 ], [ -110.06226615073352, 39.252807647355631 ], [ -110.06186800813182, 39.253115310611427 ], [ -110.0616917218624, 39.253298610147326 ], [ -110.06154440555162, 39.253482142865472 ], [ -110.06143161335943, 39.253683975081074 ], [ -110.06129360119576, 39.254038786125371 ], [ -110.0612384493609, 39.25426360953481 ], [ -110.06111601526516, 39.254753706680567 ], [ -110.06091730365819, 39.255314373241831 ], [ -110.06072159389394, 39.256084112230319 ], [ -110.06058804492034, 39.256538076131683 ], [ -110.06040753710032, 39.257036714534564 ], [ -110.06030955377612, 39.257864909598922 ], [ -110.06027807539078, 39.258486394768966 ], [ -110.06026584489057, 39.258968369163469 ], [ -110.06030594658905, 39.259437249756637 ], [ -110.06039880251657, 39.259861502420762 ], [ -110.06052635097571, 39.261160073660925 ], [ -110.06052697394217, 39.26154753913756 ], [ -110.06050610132081, 39.261808681263453 ], [ -110.06050961085941, 39.261979913017306 ], [ -110.06051462391335, 39.262038523058479 ], [ -110.06058490592923, 39.262417539749976 ], [ -110.06064843158944, 39.262868587524359 ], [ -110.06061717170654, 39.263039538764723 ], [ -110.06060317631626, 39.26321963997308 ], [ -110.06055392977476, 39.263435499607994 ], [ -110.06046984067279, 39.263656484520133 ], [ -110.06042024452032, 39.263898472301427 ], [ -110.06040057366836, 39.264069516958664 ], [ -110.06050211780993, 39.26427758245709 ], [ -110.06067338391429, 39.264472694248177 ], [ -110.06071914322895, 39.264518116879628 ], [ -110.06077052932814, 39.264576199862361 ], [ -110.06093123344426, 39.264781137852466 ], [ -110.06101967019465, 39.265016129289492 ], [ -110.06106302561915, 39.265241746453725 ], [ -110.06111289777887, 39.265413351924636 ], [ -110.06122036127933, 39.265612453791135 ], [ -110.06132177259634, 39.265743926502836 ], [ -110.06149438378307, 39.265925531852098 ], [ -110.06174708997609, 39.266098771633899 ], [ -110.06213768203277, 39.266363228515949 ], [ -110.06258688982338, 39.266578597119711 ], [ -110.06333601541303, 39.266904505297575 ], [ -110.06407941261979, 39.267225857272763 ], [ -110.06497229818764, 39.267638511988615 ], [ -110.065605837948, 39.267940950641922 ], [ -110.06614056244533, 39.26826512016212 ], [ -110.06660742013844, 39.268462593429589 ], [ -110.06744536748016, 39.268649521309378 ], [ -110.06793116949834, 39.268730001888557 ], [ -110.06821962907989, 39.268831428220615 ], [ -110.06831761485387, 39.268872760419704 ], [ -110.06845569178043, 39.268950456076695 ], [ -110.06875475648107, 39.269214158538261 ], [ -110.06894347718065, 39.269319290729548 ], [ -110.06913389398369, 39.269383888022389 ], [ -110.0694233590588, 39.269409629532127 ], [ -110.06965502421184, 39.26942319461952 ], [ -110.07006034021764, 39.269454365459346 ], [ -110.07064503174826, 39.269508592350547 ], [ -110.07108436049992, 39.269597699575321 ], [ -110.0713730066993, 39.269685603548538 ], [ -110.07171286240596, 39.269846000674995 ], [ -110.07195999081038, 39.270005657813208 ], [ -110.07212633888041, 39.27013763864943 ], [ -110.07233212798697, 39.270355535129767 ], [ -110.07248695766098, 39.270482017263269 ], [ -110.07256835242369, 39.270551146907245 ], [ -110.07260740619868, 39.270578490057076 ], [ -110.07280858988653, 39.270706242007499 ], [ -110.07310835926768, 39.270830273060255 ], [ -110.07331013799208, 39.270912975380298 ], [ -110.0735926408761, 39.271027857072824 ], [ -110.07390394503962, 39.27115648320175 ], [ -110.07411696123977, 39.271266305601941 ], [ -110.07439272287215, 39.271453217354264 ], [ -110.07460337040325, 39.271743234033408 ], [ -110.07472666901202, 39.272064093701225 ], [ -110.07483323315421, 39.272335261420373 ], [ -110.07491258662206, 39.272912576596809 ], [ -110.07498307455532, 39.273282575198579 ], [ -110.0751263032721, 39.273851386871996 ], [ -110.07517107115319, 39.273973386860199 ], [ -110.07518774809866, 39.274027583497187 ], [ -110.07527065942851, 39.274334605665416 ], [ -110.07541581234763, 39.274669154098163 ], [ -110.07567388204693, 39.274968555983769 ], [ -110.07571965785732, 39.275013972836248 ], [ -110.0759091021536, 39.27515424119219 ], [ -110.07616227950076, 39.275296817065396 ], [ -110.07666416588829, 39.275481011944557 ], [ -110.07676222507887, 39.275517832281132 ], [ -110.07683715942085, 39.275549963847098 ], [ -110.07704469300197, 39.275637210674098 ], [ -110.07720526782842, 39.275769138456702 ], [ -110.07735833356462, 39.276031661589471 ], [ -110.07750367705661, 39.276352692845784 ], [ -110.07755044316271, 39.276853156860071 ], [ -110.07751200322804, 39.277132183810281 ], [ -110.07741033688202, 39.277370161654829 ], [ -110.07737869684978, 39.277572651528793 ], [ -110.07730997457645, 39.277950556026603 ], [ -110.07721096995927, 39.278427338064134 ], [ -110.07722966301661, 39.278769892457341 ], [ -110.07720795935576, 39.279098610640318 ], [ -110.07714183545703, 39.279278300357682 ], [ -110.07698793838503, 39.279520369082661 ], [ -110.07694044423231, 39.279605594117882 ], [ -110.07683327151398, 39.279821000963061 ], [ -110.07662330094337, 39.280359977274607 ], [ -110.076497198708, 39.280692372586429 ], [ -110.07634873770681, 39.280961515564556 ], [ -110.07620601286224, 39.281235209191308 ], [ -110.07608262950245, 39.281360379790506 ], [ -110.07578499529546, 39.281511199280153 ], [ -110.07544140224145, 39.281630115664491 ], [ -110.07495851363423, 39.281761440452392 ], [ -110.07469672152968, 39.281831445728834 ], [ -110.07417911025344, 39.281957985975126 ], [ -110.07380008041781, 39.282126174462348 ], [ -110.07373591482062, 39.282156300341242 ], [ -110.07351941240661, 39.282308660461098 ], [ -110.07343742944492, 39.282371082853501 ], [ -110.07331463282118, 39.282451201722523 ], [ -110.07314451321515, 39.282603029215586 ], [ -110.07301303780437, 39.28281373356527 ], [ -110.07275644855356, 39.283455954140287 ], [ -110.07265024152659, 39.284036297167781 ], [ -110.07264465694951, 39.284459754638242 ], [ -110.07268036263689, 39.284829476873171 ], [ -110.07277546243282, 39.285091543952582 ], [ -110.07311650075788, 39.285607868085826 ], [ -110.07334329671316, 39.285907025737345 ], [ -110.07349751675794, 39.286170463785538 ], [ -110.07355419167327, 39.286269131154405 ], [ -110.07367845922161, 39.286517913528229 ], [ -110.07366827040403, 39.286851227499987 ], [ -110.0736605742246, 39.286995337087539 ], [ -110.07364110601206, 39.287152869021398 ], [ -110.07355543718572, 39.287494593040286 ], [ -110.0734415541381, 39.287777523054622 ], [ -110.07339978759813, 39.287867297406891 ], [ -110.07330406634279, 39.288091802422628 ], [ -110.07319639403065, 39.288343244236238 ], [ -110.07281878743237, 39.288840330103049 ], [ -110.0724878497888, 39.289315259800524 ], [ -110.07216300207922, 39.289767710356337 ], [ -110.07187956329662, 39.290157415372271 ], [ -110.07167930530215, 39.290394601545927 ], [ -110.07153223264464, 39.290555620822758 ], [ -110.07116646577947, 39.290944667443767 ], [ -110.0708792718769, 39.29126675993593 ], [ -110.0705692433599, 39.291561637399269 ], [ -110.07042136363738, 39.291695616776032 ], [ -110.07026884547, 39.291829558918437 ], [ -110.07016915840595, 39.291914364139579 ], [ -110.06987015537361, 39.292164274409203 ], [ -110.06960665006352, 39.292360403579416 ], [ -110.06901024493297, 39.292738589197405 ], [ -110.06850091458902, 39.293108457761583 ], [ -110.06790378038765, 39.293540695760584 ], [ -110.06752418292224, 39.293745802349541 ], [ -110.06710426367646, 39.293930761135158 ], [ -110.06670835777344, 39.294053737327971 ], [ -110.06615591701899, 39.294175456676747 ], [ -110.06577172297048, 39.29428951294782 ], [ -110.06539320545723, 39.294412624174242 ], [ -110.06440910178024, 39.294729103637863 ], [ -110.06341901170111, 39.295059042557867 ], [ -110.06257397338545, 39.295381130392933 ], [ -110.06162922460901, 39.295788009644589 ], [ -110.06058004630316, 39.296198543868286 ], [ -110.0604459767324, 39.2962515258899 ], [ -110.05965937016177, 39.296538021320565 ], [ -110.05870975683497, 39.29687275214598 ], [ -110.05772564992139, 39.297184669358806 ], [ -110.05676990673444, 39.297542762328952 ], [ -110.05577828970655, 39.297980751228266 ], [ -110.0546835833628, 39.298322381677913 ], [ -110.05390749558934, 39.298685513871575 ], [ -110.05333682693805, 39.298864692058821 ], [ -110.05249786010813, 39.299159723592233 ], [ -110.05169873038547, 39.299510038482815 ], [ -110.05082404867557, 39.299872346769227 ], [ -110.05029863877797, 39.300133875813103 ], [ -110.0497780484539, 39.300467526944871 ], [ -110.04954388527837, 39.300631411249235 ], [ -110.04936755530657, 39.300806580112805 ], [ -110.04917866530204, 39.301052830192809 ], [ -110.04910700374181, 39.301206326861355 ], [ -110.04905215095782, 39.301403211865107 ], [ -110.04912338139343, 39.301710155502917 ], [ -110.0492965414232, 39.302198144348516 ], [ -110.04935269487669, 39.302333762519275 ], [ -110.04947696443395, 39.302578064527523 ], [ -110.04952115650916, 39.302740616866188 ], [ -110.04947605793863, 39.302988041239338 ], [ -110.04939830597799, 39.303248714910261 ], [ -110.04932537488278, 39.303495911926227 ], [ -110.04930602973437, 39.303639924163598 ], [ -110.04929297039162, 39.303747945174649 ], [ -110.04929211710856, 39.303811012674004 ], [ -110.0492840636736, 39.303977643708905 ], [ -110.0493025029341, 39.304329209165083 ], [ -110.04932447735798, 39.304419494991819 ], [ -110.04935235990072, 39.304501719486403 ], [ -110.04941957566216, 39.304677074719017 ], [ -110.04946468292604, 39.304772054723863 ], [ -110.04962020545949, 39.304935515951207 ], [ -110.04979037814142, 39.305130633778163 ], [ -110.04990946467321, 39.305329839749334 ], [ -110.04999455299277, 39.305470199017499 ], [ -110.05010295726136, 39.305601737840028 ], [ -110.05019433191427, 39.305706105710229 ], [ -110.05038519698667, 39.305829306397726 ], [ -110.05045880863813, 39.305874960027396 ], [ -110.05055665225393, 39.305929821881215 ], [ -110.05067739781153, 39.306006495941979 ], [ -110.05078530174728, 39.306089372613819 ], [ -110.05124583965012, 39.306426520398922 ], [ -110.05171119105839, 39.306751090682361 ], [ -110.05184909179657, 39.306845924542422 ], [ -110.05225146645699, 39.307110509524591 ], [ -110.05275815827571, 39.307380447311644 ], [ -110.05328774501308, 39.307673095677458 ], [ -110.054100985031, 39.308004089351115 ], [ -110.05499662625678, 39.308245639960333 ], [ -110.05559249747263, 39.308354097922631 ], [ -110.05633424566544, 39.308396155700898 ], [ -110.05658956965674, 39.308384709215929 ], [ -110.05671152365753, 39.308372181534487 ], [ -110.05685679332942, 39.30835083199257 ], [ -110.05748667796608, 39.308085614455102 ], [ -110.05811728259606, 39.307766335482491 ], [ -110.05844025289406, 39.307467091841879 ], [ -110.05856353297841, 39.307355455922291 ], [ -110.05865721610009, 39.307288633730479 ], [ -110.05870969324531, 39.30726743253571 ], [ -110.05908226389001, 39.307161415781501 ], [ -110.05915764563902, 39.307162025043539 ], [ -110.05934875807419, 39.30718159073993 ], [ -110.05941706091855, 39.307191153271866 ], [ -110.05949922012024, 39.307205333030666 ], [ -110.05971865056669, 39.307275586476116 ], [ -110.05979374309291, 39.307297818522699 ], [ -110.06001809281953, 39.307433888795586 ], [ -110.06033852585198, 39.307757254460533 ], [ -110.06050989502587, 39.307952366327427 ], [ -110.0606186240753, 39.308061371422575 ], [ -110.06081312929737, 39.308261174852795 ], [ -110.06107595582539, 39.308556140720334 ], [ -110.06125253781501, 39.308795445649025 ], [ -110.06138904730297, 39.30899568147138 ], [ -110.06171875688764, 39.309493924443778 ], [ -110.06194559585013, 39.309878704605239 ], [ -110.0621291991088, 39.310461369950822 ], [ -110.0622112511266, 39.310831467006373 ], [ -110.06219888527946, 39.311323347998034 ], [ -110.06209979905101, 39.311794706880207 ], [ -110.06193032909592, 39.312324968640738 ], [ -110.06167447219727, 39.312809480632886 ], [ -110.06136001869747, 39.313338572683499 ], [ -110.06109285682867, 39.313800465553101 ], [ -110.06094432496428, 39.314065080988009 ], [ -110.0607242138036, 39.314477794032008 ], [ -110.06064121763956, 39.314612283726163 ], [ -110.06058208078598, 39.314697407457423 ], [ -110.06045202740412, 39.314881075688142 ], [ -110.06025922089199, 39.315073247802474 ], [ -110.0599365097537, 39.315264370576827 ], [ -110.05950477037729, 39.3154546115993 ], [ -110.05906572069206, 39.315757424729952 ], [ -110.05867384672491, 39.31600204861838 ], [ -110.05838672059718, 39.316220486663198 ], [ -110.05827532509598, 39.316309691754327 ], [ -110.05814091310999, 39.316385194570081 ], [ -110.05786157722292, 39.316455019038322 ], [ -110.05756984485978, 39.316497710599421 ], [ -110.05717568047109, 39.316566603684905 ], [ -110.05689598001148, 39.31666345474197 ], [ -110.05678982639918, 39.316707647750867 ], [ -110.05664479166902, 39.316796578682073 ], [ -110.05656287411981, 39.316849978514291 ], [ -110.05633403473267, 39.317046357261042 ], [ -110.05622710301986, 39.317234713388395 ], [ -110.05603679894014, 39.317584584516169 ], [ -110.05579664503526, 39.318190853629581 ], [ -110.0556737499153, 39.318703462004592 ], [ -110.0556270955999, 39.31915361444026 ], [ -110.05562865486525, 39.319468998723728 ], [ -110.05571599717052, 39.319875185094105 ], [ -110.05580430950968, 39.320209294309706 ], [ -110.05587154358342, 39.320385546690503 ], [ -110.05592784474752, 39.320512151967243 ], [ -110.05638008851136, 39.320957339224321 ], [ -110.05667218349313, 39.321234530560488 ], [ -110.05694639747209, 39.321547618754032 ], [ -110.05712244057504, 39.321828373966255 ], [ -110.05714503494683, 39.32187361006126 ], [ -110.05747264540928, 39.322443932021045 ], [ -110.05790631451168, 39.32306466985208 ], [ -110.05828548369566, 39.323770565938723 ], [ -110.05875153998606, 39.32448617399271 ], [ -110.05898276046625, 39.324979121858128 ], [ -110.05911331278608, 39.325192827662143 ], [ -110.05919258244749, 39.325337638179839 ], [ -110.05927151443926, 39.325507675622013 ], [ -110.05936074348772, 39.325775110813055 ], [ -110.05941204623856, 39.326275614245112 ], [ -110.05944032982838, 39.32676241569375 ], [ -110.05943972635204, 39.326807463861051 ], [ -110.05953253723609, 39.327240723006753 ], [ -110.05956704460203, 39.327696037512389 ], [ -110.05955774446188, 39.327957269980303 ], [ -110.05955067694272, 39.328051824249542 ], [ -110.05953147770971, 39.328185927162878 ], [ -110.059507976064, 39.328294765607261 ], [ -110.0593291239055, 39.328568143798449 ], [ -110.05912652544387, 39.328881877470238 ], [ -110.05886630869568, 39.329339314567456 ], [ -110.05866389951947, 39.329725133738371 ], [ -110.05838716931601, 39.330029255865718 ], [ -110.05828718333358, 39.330131167819879 ], [ -110.05820487655591, 39.330212498351173 ], [ -110.05794224559895, 39.330416715776451 ], [ -110.05777738930296, 39.330510893735344 ], [ -110.05771896082295, 39.330541957838605 ], [ -110.05761394665916, 39.330586160638894 ], [ -110.05734005156711, 39.330678554016579 ], [ -110.05671171740832, 39.330813127787764 ], [ -110.05637480139714, 39.330846439213012 ], [ -110.05606139014908, 39.33085741378423 ], [ -110.055812099912, 39.330845480122818 ], [ -110.05556907091071, 39.330799356450079 ], [ -110.05535529952382, 39.330734547468367 ], [ -110.05528623869336, 39.330693439245707 ], [ -110.05488213439338, 39.330460388269181 ], [ -110.0547290463047, 39.330283438364518 ], [ -110.05460978377883, 39.330093247103768 ], [ -110.05451390576697, 39.32988972977455 ], [ -110.05447041435202, 39.329673122036603 ], [ -110.05443846337627, 39.329461113329785 ], [ -110.05443557531466, 39.32924483541229 ], [ -110.05443239602337, 39.32905018056772 ], [ -110.05431360250805, 39.328739250704672 ], [ -110.05411679408942, 39.328449312192284 ], [ -110.05381429906235, 39.327995422317805 ], [ -110.05366083610895, 39.327760800052566 ], [ -110.05333018988021, 39.327330107579968 ], [ -110.05311622027527, 39.326850805051791 ], [ -110.0528711257859, 39.32652893444353 ], [ -110.05245215039054, 39.326196637320066 ], [ -110.05208373803846, 39.325986393659498 ], [ -110.05188776211033, 39.325893790370657 ], [ -110.05172613721986, 39.325834805856054 ], [ -110.05166728016275, 39.325811799821288 ], [ -110.05113677699298, 39.325663306674969 ], [ -110.05094018215777, 39.325616650840161 ], [ -110.05068557439064, 39.325570422603768 ], [ -110.05023397084113, 39.325507268514528 ], [ -110.04989267957107, 39.325436903624365 ], [ -110.04953301307167, 39.325438472534977 ], [ -110.04892247831725, 39.325546118023084 ], [ -110.04850871799408, 39.325686906127537 ], [ -110.04804708924934, 39.325935428517454 ], [ -110.04794172183684, 39.326005750489067 ], [ -110.04778266227048, 39.326185562494992 ], [ -110.04772374432329, 39.326252660008684 ], [ -110.04763490890942, 39.32638709223189 ], [ -110.0475811797415, 39.326499285140471 ], [ -110.04743800296825, 39.326790958086171 ], [ -110.0472931745378, 39.327204260443871 ], [ -110.04717924089577, 39.327478151178099 ], [ -110.04706628464187, 39.327679964978913 ], [ -110.04693037119361, 39.327863569482211 ], [ -110.0468467820436, 39.328038591712456 ], [ -110.04683749567852, 39.328295317770682 ], [ -110.04683090027939, 39.328353832659708 ], [ -110.04683028867879, 39.328398880650411 ], [ -110.04684036034783, 39.328511595624889 ], [ -110.04681959546589, 39.328759217062682 ], [ -110.04680689382414, 39.328840208437676 ], [ -110.04678863643487, 39.32890313311318 ], [ -110.04671713576357, 39.329042211816841 ], [ -110.04651515059281, 39.329391970689784 ], [ -110.0463771028337, 39.329732341390297 ], [ -110.04615592527593, 39.330213497050401 ], [ -110.04600003179998, 39.330586159140935 ], [ -110.04588553634622, 39.330900591485786 ], [ -110.04570166583039, 39.331197334781159 ], [ -110.0453956997209, 39.331513800811052 ], [ -110.04518461162407, 39.33167876534047 ], [ -110.04467988725187, 39.33210623117828 ], [ -110.04423887818184, 39.332540525410835 ], [ -110.04381021367639, 39.332919954726535 ], [ -110.04336926774883, 39.333348839725879 ], [ -110.04299255477484, 39.33374671410612 ], [ -110.04266804467822, 39.334145016615636 ], [ -110.04243257134287, 39.33439537603558 ], [ -110.04219178725273, 39.33460964890579 ], [ -110.04178771688278, 39.334885651180727 ], [ -110.04117778186756, 39.33536719976447 ], [ -110.04065559136097, 39.335795404844269 ], [ -110.04008865022649, 39.336101595559164 ], [ -110.03942740885797, 39.33651513223932 ], [ -110.03915797331737, 39.336702130468204 ], [ -110.03881208630642, 39.336879486127124 ], [ -110.03862540481033, 39.336954534215586 ], [ -110.03828356401472, 39.337005773556101 ], [ -110.03817889861931, 39.337022929815319 ], [ -110.03792297419426, 39.33707037278166 ], [ -110.03749628655035, 39.337301120045908 ], [ -110.03704521749614, 39.337617264519942 ], [ -110.03681644087641, 39.337800088354179 ], [ -110.03662178948727, 39.338032752391584 ], [ -110.03657451487555, 39.338095435129311 ], [ -110.03646817761094, 39.338234218823821 ], [ -110.03630574775063, 39.338570770714647 ], [ -110.03620445281184, 39.338849259871161 ], [ -110.03609491162705, 39.339136691206036 ], [ -110.03600077755338, 39.339316123104865 ], [ -110.03595924084007, 39.339383358387991 ], [ -110.03588961062719, 39.339468382092733 ], [ -110.03574736411531, 39.339602362323497 ], [ -110.03546549953249, 39.339847817589352 ], [ -110.03529509572958, 39.340004090336954 ], [ -110.03514209500864, 39.340160507105082 ], [ -110.03498760689259, 39.34042503823872 ], [ -110.03490907555563, 39.340735251905834 ], [ -110.03494961773332, 39.341077989925211 ], [ -110.03511426456421, 39.341340661709552 ], [ -110.03542851061503, 39.341694678948556 ], [ -110.03565264477758, 39.341935316532975 ], [ -110.03582199926373, 39.342193521017975 ], [ -110.03588920285792, 39.342369783924553 ], [ -110.03588815067791, 39.34244636507831 ], [ -110.03588104944151, 39.342540917266092 ], [ -110.0358505565484, 39.34264879152942 ], [ -110.03581438585843, 39.342747608171784 ], [ -110.03562378511863, 39.34310645184101 ], [ -110.03530980143974, 39.343576904649559 ], [ -110.03521381753377, 39.343805878550207 ], [ -110.03512999369691, 39.343994405609472 ], [ -110.03508795771002, 39.344097678654862 ], [ -110.03502808308697, 39.344232340769878 ], [ -110.03499203429119, 39.344322147563425 ], [ -110.03496141529178, 39.344439031076554 ], [ -110.03494659020484, 39.344673182944504 ], [ -110.03494811672137, 39.344984060225997 ], [ -110.03496708788164, 39.345714073546375 ], [ -110.03491014016171, 39.346479499500767 ], [ -110.03482226696869, 39.347046436415631 ], [ -110.03481454868887, 39.347101336853179 ], [ -110.03476579118239, 39.347271232155464 ], [ -110.03468633812983, 39.347563416507597 ], [ -110.03441244516907, 39.348070241221045 ], [ -110.03421701253798, 39.348356957582936 ], [ -110.03392071143404, 39.348805026429936 ], [ -110.03356675854297, 39.349225584044973 ], [ -110.03312921323801, 39.349816646721024 ], [ -110.03276358409093, 39.350241610052407 ], [ -110.03272228606946, 39.350290824882897 ], [ -110.03249894783953, 39.350496211223927 ], [ -110.03215177436134, 39.350844736240838 ], [ -110.03204627880599, 39.350920448576801 ], [ -110.03197016686114, 39.350969373561824 ], [ -110.03180072264604, 39.351053564278601 ], [ -110.03141560208935, 39.351208044350635 ], [ -110.03129319627652, 39.351247573021155 ], [ -110.03100190443975, 39.351330748244912 ], [ -110.0305006119366, 39.351493268462491 ], [ -110.03027364074559, 39.351540935451084 ], [ -110.02980834223671, 39.351618152310692 ], [ -110.02969791314192, 39.351630747472534 ], [ -110.0292621856273, 39.35166766119255 ], [ -110.02886726035321, 39.351691397941103 ], [ -110.0283164859659, 39.351655263571338 ], [ -110.02770769004249, 39.351618641852433 ], [ -110.02726709649482, 39.351587928283173 ], [ -110.02686895418863, 39.35150891103828 ], [ -110.02652672645367, 39.351415042226591 ], [ -110.02609936525087, 39.35126729772238 ], [ -110.02547099507389, 39.350969194429588 ], [ -110.02522880675539, 39.350859039441822 ], [ -110.0251019107402, 39.350803913156433 ], [ -110.0248012638791, 39.350724804491072 ], [ -110.02455757414994, 39.350722762181924 ], [ -110.02428967340683, 39.350792600810507 ], [ -110.02390391145573, 39.350992103353484 ], [ -110.02339012323152, 39.351217561949653 ], [ -110.0228869949063, 39.351510686901058 ], [ -110.02252929457271, 39.351777999576612 ], [ -110.02214706382057, 39.352139715798273 ], [ -110.02194564190677, 39.352435371323715 ], [ -110.02173173413476, 39.352793995369368 ], [ -110.02156473292402, 39.353117872234407 ], [ -110.02147230610278, 39.353503647648886 ], [ -110.02139614154935, 39.353971555700127 ], [ -110.02138600250618, 39.354282334330712 ], [ -110.0213292048911, 39.354609840603317 ], [ -110.02131993281341, 39.354858453714115 ], [ -110.02145447859563, 39.355197480636562 ], [ -110.02165411018748, 39.355446949130943 ], [ -110.02215851459771, 39.35589721060154 ], [ -110.0227844662067, 39.356371016982877 ], [ -110.02303676866931, 39.356589388469139 ], [ -110.02326515951525, 39.356858017761581 ], [ -110.02353736431284, 39.357314433566955 ], [ -110.02364397791244, 39.35757663387971 ], [ -110.02367747719784, 39.357671525643411 ], [ -110.02374428791239, 39.357874823377315 ], [ -110.02380965682738, 39.358181730215513 ], [ -110.0237691340417, 39.358591369956798 ], [ -110.02363576562375, 39.359000230695493 ], [ -110.02345167542778, 39.359300539119786 ], [ -110.02341604285915, 39.359358808607574 ], [ -110.02334509122269, 39.359452823827624 ], [ -110.02310419308506, 39.359748149609779 ], [ -110.02276232237176, 39.360042626967534 ], [ -110.0224513775521, 39.360283299857699 ], [ -110.02203566351844, 39.360545617804092 ], [ -110.02143967729798, 39.360833450047764 ], [ -110.0209197540492, 39.361076866514999 ], [ -110.02083208024382, 39.361121181506064 ], [ -110.02049910754893, 39.361276063638307 ], [ -110.01992701357743, 39.36151453120624 ], [ -110.01921338716907, 39.361913091703904 ], [ -110.0189259997759, 39.362127823011662 ], [ -110.01878470898015, 39.362270800264369 ], [ -110.01867729052492, 39.362481641993384 ], [ -110.01863467717422, 39.362706545959625 ], [ -110.01871583523821, 39.363045125358347 ], [ -110.01876043227884, 39.363176154148661 ], [ -110.01882218684209, 39.363325348655273 ], [ -110.0189756580986, 39.363556411172752 ], [ -110.01918072909014, 39.363832961076902 ], [ -110.01952514231144, 39.364106179507544 ], [ -110.01985277815689, 39.364334202944967 ], [ -110.02010635860425, 39.364462486028039 ], [ -110.02023308623104, 39.364531132101298 ], [ -110.0205728992926, 39.364718708651012 ], [ -110.02067610007533, 39.364809682545342 ], [ -110.02082453225135, 39.364986637010759 ], [ -110.02092465144175, 39.365298342754237 ], [ -110.0209791623259, 39.365551096239578 ], [ -110.02101821334131, 39.365664056412285 ], [ -110.02107335378501, 39.365871762488709 ], [ -110.02131074487613, 39.36632879107264 ], [ -110.0215605632023, 39.366727355208937 ], [ -110.02161153702309, 39.366817889097803 ], [ -110.02175884434334, 39.367075927636108 ], [ -110.02180981866607, 39.367166461439133 ], [ -110.02188344148928, 39.367297732975189 ], [ -110.02204668646949, 39.367578431423077 ], [ -110.02233949252268, 39.367891755107742 ], [ -110.02267700391073, 39.368246000909735 ], [ -110.02304965424642, 39.368578014434163 ], [ -110.02353207528526, 39.368946990079316 ], [ -110.02403216328054, 39.36929809085111 ], [ -110.02416977091755, 39.369419985990675 ], [ -110.02430258560484, 39.369552653408775 ], [ -110.02438653682658, 39.369693020467821 ], [ -110.02441954104951, 39.369823949804875 ], [ -110.02443039620771, 39.369878103968183 ], [ -110.02442813937202, 39.370040274502905 ], [ -110.0243675942644, 39.370219977375221 ], [ -110.02424057390579, 39.370588343801401 ], [ -110.02411891699994, 39.370988291875513 ], [ -110.02403032560605, 39.371514664453272 ], [ -110.02403983461078, 39.372082407118732 ], [ -110.02415600973708, 39.372493360216076 ], [ -110.02417266900318, 39.372547563056266 ], [ -110.02427987132778, 39.372769219815915 ], [ -110.02445788285627, 39.37299147015429 ], [ -110.02458290510984, 39.373100644517649 ], [ -110.02479570979526, 39.373242091311916 ], [ -110.02496133128557, 39.373437205470324 ], [ -110.02515428226413, 39.373754190381469 ], [ -110.02520410848358, 39.374011407630839 ], [ -110.02519513881317, 39.37415550079853 ], [ -110.02512141732744, 39.374447725032176 ], [ -110.02510156141155, 39.374623263787363 ], [ -110.02510592441874, 39.374726921306547 ], [ -110.02512002853815, 39.374964917160888 ], [ -110.02506594904013, 39.375096918664745 ], [ -110.02513291720248, 39.375290304843055 ], [ -110.02516673975303, 39.375362672354257 ], [ -110.02521766166176, 39.375457709401012 ], [ -110.02534759976243, 39.375714696586158 ], [ -110.02548356851453, 39.375955515197447 ], [ -110.02561324544511, 39.37623142196955 ], [ -110.02566853246384, 39.376430116302082 ], [ -110.02568231307178, 39.376691536661902 ], [ -110.02560403901232, 39.376893617798601 ], [ -110.02550317357658, 39.377050457092793 ], [ -110.02539151339907, 39.377148637528158 ], [ -110.02519216135231, 39.377291135787267 ], [ -110.02477137825802, 39.377493950528503 ], [ -110.02407282367813, 39.37763406380293 ], [ -110.02365429460531, 39.377674704138542 ], [ -110.02323575252105, 39.377716243908104 ], [ -110.02214302313266, 39.377815191751687 ], [ -110.0212072482195, 39.377898329779619 ], [ -110.02018235229926, 39.378127581143168 ], [ -110.01994904252014, 39.378206710801635 ], [ -110.01973901286726, 39.378281530867106 ], [ -110.01959308340832, 39.378338869661583 ], [ -110.01917323731261, 39.378556088734996 ], [ -110.0189313200466, 39.378752280397336 ], [ -110.01880759762641, 39.378881889509962 ], [ -110.0185981962548, 39.379326143636483 ], [ -110.01852595563686, 39.379510249699599 ], [ -110.01821118516301, 39.380016687743193 ], [ -110.0180304837983, 39.380483709168516 ], [ -110.01789489115288, 39.381045721335411 ], [ -110.01780188202264, 39.381882913139769 ], [ -110.0177378360373, 39.382310371381905 ], [ -110.01769354013436, 39.382571302001438 ], [ -110.01763675014458, 39.382895200618414 ], [ -110.01741004073949, 39.383330295589779 ], [ -110.01732119945443, 39.383455692297503 ], [ -110.01711354379135, 39.383773811052599 ], [ -110.01700627562337, 39.383971135842032 ], [ -110.01697617684383, 39.384047470795977 ], [ -110.01690928931829, 39.384263157648952 ], [ -110.01691199716473, 39.384483937769502 ], [ -110.01694335046794, 39.384731991414746 ], [ -110.01708386066838, 39.385062061743305 ], [ -110.01756212933324, 39.385732878075849 ], [ -110.01793919912456, 39.386168565323317 ], [ -110.01845875030511, 39.38679467387594 ], [ -110.01905933070874, 39.387439484274182 ], [ -110.01939565635223, 39.387883833717758 ], [ -110.01994362917191, 39.388555227583574 ], [ -110.02013211537633, 39.388777572297791 ], [ -110.02032066576545, 39.388995411996468 ], [ -110.02051439278968, 39.389258347438478 ], [ -110.02070263077853, 39.389498710115426 ], [ -110.02081053951358, 39.389670817735947 ], [ -110.02094226469332, 39.389883672895522 ], [ -110.02103999754191, 39.390285462238019 ], [ -110.02099735854014, 39.390843753983496 ], [ -110.02098442551969, 39.3909382553204 ], [ -110.02093603004516, 39.391077510692014 ], [ -110.02080011134869, 39.391247566157624 ], [ -110.02072350648967, 39.39132801581254 ], [ -110.02055906315313, 39.391461788923031 ], [ -110.0204711617268, 39.391519617078885 ], [ -110.020143595856, 39.391692563308624 ], [ -110.01990986236248, 39.391798720424077 ], [ -110.01962930558653, 39.391931513984758 ], [ -110.01944718986368, 39.392083157555305 ], [ -110.01930558615915, 39.392244152819771 ], [ -110.01910245648135, 39.392652417622301 ], [ -110.01903007653253, 39.392845532850025 ], [ -110.01899183595194, 39.393088493578183 ], [ -110.01898728073893, 39.393413733760895 ], [ -110.01903437098056, 39.393782659735287 ], [ -110.01928736441479, 39.394374979492412 ], [ -110.0194753592835, 39.394633362910604 ], [ -110.01958226371518, 39.394877546960608 ], [ -110.01962132783092, 39.394990507216427 ], [ -110.01967680064989, 39.395175689602567 ], [ -110.01966708558547, 39.395454932761886 ], [ -110.01956353084826, 39.395800963755313 ], [ -110.01932994896647, 39.396226993006188 ], [ -110.01889592078139, 39.396619794841662 ], [ -110.01838411256529, 39.39709303309639 ], [ -110.01809532556993, 39.397396952430867 ], [ -110.01797627593375, 39.397522094311022 ], [ -110.01787532380038, 39.397764525085101 ], [ -110.01787942414374, 39.397886201177975 ], [ -110.01795761330342, 39.398107617970759 ], [ -110.01807101831631, 39.398302300505421 ], [ -110.01841805345295, 39.398814321138616 ], [ -110.01851381473841, 39.399107969622094 ], [ -110.01854029523126, 39.399207308283295 ], [ -110.01856206774488, 39.399311112459003 ], [ -110.0185350550736, 39.399581198905551 ], [ -110.01851044138184, 39.399680106504135 ], [ -110.01842676809119, 39.399849698574066 ], [ -110.01827907454268, 39.400029562924111 ], [ -110.01789737499848, 39.400332697473161 ], [ -110.01751668339357, 39.400563755449014 ], [ -110.01690682535539, 39.400986601028357 ], [ -110.01623756774936, 39.401503551038665 ], [ -110.01576681474961, 39.402026681934139 ], [ -110.01548156410918, 39.402407213325645 ], [ -110.01527971193956, 39.402720871409855 ], [ -110.01511244319734, 39.40305284285008 ], [ -110.01500118915675, 39.403448361603957 ], [ -110.01491983133802, 39.40394775377186 ], [ -110.01472693546353, 39.404449805414643 ], [ -110.01446369798542, 39.404998115221211 ], [ -110.01413034507102, 39.405576465769848 ], [ -110.01402195540133, 39.405850366369215 ], [ -110.01383660560187, 39.406228135868261 ], [ -110.01377837991768, 39.406321351099677 ], [ -110.01351064779115, 39.406693015318311 ], [ -110.01298514624141, 39.407305774620134 ], [ -110.01291425785006, 39.407390772539003 ], [ -110.01257786919078, 39.407770862385746 ], [ -110.01222431048394, 39.408132784505497 ], [ -110.01197724316771, 39.408355947883308 ], [ -110.01166010982125, 39.408605546840747 ], [ -110.01141373878441, 39.408779157375811 ], [ -110.01126097736257, 39.408904005521563 ], [ -110.01113163406021, 39.409015536843029 ], [ -110.01082547210265, 39.409310279029235 ], [ -110.01035518347106, 39.409711749720849 ], [ -110.01002508633023, 39.410055843627688 ], [ -110.00998935226218, 39.410118612719508 ], [ -110.00994155807606, 39.410212815757113 ], [ -110.00988751070469, 39.410338502148754 ], [ -110.00986907009094, 39.410410428845893 ], [ -110.00981974624709, 39.41061274428408 ], [ -110.00990864533577, 39.410897330323962 ], [ -110.00996551849948, 39.410982512655153 ], [ -110.01020481787582, 39.411309826472603 ], [ -110.01024018512709, 39.411355179673521 ], [ -110.01033583429313, 39.411491150285073 ], [ -110.01040916189407, 39.411644951840103 ], [ -110.01044133015233, 39.411834445043041 ], [ -110.01039590345346, 39.412171950647135 ], [ -110.01033432842887, 39.412419214291681 ], [ -110.01029489911015, 39.41274325516315 ], [ -110.01029764900926, 39.412959529435405 ], [ -110.01035011677673, 39.413356435739352 ], [ -110.01040643307822, 39.41397413080243 ], [ -110.01052992507358, 39.414605912876333 ], [ -110.01071271890731, 39.415233693887451 ], [ -110.01078439377542, 39.415833498312459 ], [ -110.01082673089293, 39.416207791958506 ], [ -110.01083075571887, 39.416333972460286 ], [ -110.01086235400793, 39.416564007580561 ], [ -110.01088903622313, 39.416730927749221 ], [ -110.01096154269838, 39.416943289774835 ], [ -110.01109806068233, 39.417147185504355 ], [ -110.01137728847522, 39.417527997755883 ], [ -110.01146811103683, 39.417677441988246 ], [ -110.01155318993406, 39.417822332117872 ], [ -110.0117411535429, 39.418085232123488 ], [ -110.01198132439858, 39.418353080493397 ], [ -110.01247366852763, 39.418861846292806 ], [ -110.01322603698723, 39.419467425788895 ], [ -110.01357599558071, 39.419776749146507 ], [ -110.01391497631735, 39.420040926164553 ], [ -110.01425465764049, 39.420255550687983 ], [ -110.01474581027972, 39.420521014749525 ], [ -110.01546115256409, 39.420788374507261 ], [ -110.01621971092301, 39.420956980500485 ], [ -110.01632974516761, 39.42098043717678 ], [ -110.0164977323066, 39.421013394207755 ], [ -110.01683919856299, 39.421101880073195 ], [ -110.0169085775655, 39.421124992569105 ], [ -110.01718615731133, 39.421212937456254 ], [ -110.01751512401438, 39.421364388838647 ], [ -110.01802287549239, 39.421607453182624 ], [ -110.01811523455056, 39.421648779845313 ], [ -110.01837488835037, 39.421772612358915 ], [ -110.01846726047613, 39.421813037808519 ], [ -110.01865790152139, 39.421887630926442 ], [ -110.01898796092537, 39.4219615975518 ], [ -110.01929539501376, 39.421992122355356 ], [ -110.01962077103794, 39.421985854747668 ], [ -110.01969646478244, 39.421972977029434 ], [ -110.02063420601533, 39.421791656898947 ], [ -110.02079727178021, 39.421761493177875 ], [ -110.02096614542187, 39.421731378111083 ], [ -110.02121665873639, 39.421678522634025 ], [ -110.02149544318173, 39.421680868160813 ], [ -110.02169808112049, 39.421728525890586 ], [ -110.02190565840338, 39.421838396877561 ], [ -110.02243310798869, 39.422252806121733 ], [ -110.02301515990534, 39.422667671598809 ], [ -110.02315879003244, 39.422781508451287 ], [ -110.02338222520901, 39.423004140539248 ], [ -110.0235309103595, 39.423172082041027 ], [ -110.02363642476021, 39.423519869873715 ], [ -110.02370619844183, 39.42393133176634 ], [ -110.02370193672161, 39.424236750024761 ], [ -110.02361003568674, 39.424578375453919 ], [ -110.02350152621264, 39.424861293485236 ], [ -110.02332345458079, 39.425133715841859 ], [ -110.02290483713962, 39.42557621691833 ], [ -110.02239383435904, 39.425978294061508 ], [ -110.0216719090924, 39.426508345356538 ], [ -110.02152524976229, 39.426610731759659 ], [ -110.02133711181217, 39.42677133683403 ], [ -110.02113685187589, 39.426967881333738 ], [ -110.0210109391481, 39.427165051258385 ], [ -110.02095843776451, 39.427263724167602 ], [ -110.02086260203166, 39.427470157513206 ], [ -110.02082108033024, 39.427946460059346 ], [ -110.02090650166511, 39.428484201098691 ], [ -110.02093195092614, 39.428741212717561 ], [ -110.02095746339972, 39.428993719635422 ], [ -110.02103103001797, 39.429548480537434 ], [ -110.021159235483, 39.430018102063258 ], [ -110.02131883710008, 39.430569081487576 ], [ -110.02142995797129, 39.430931334757297 ], [ -110.02154505907166, 39.431341376672393 ], [ -110.02162307065547, 39.431661903207335 ], [ -110.02164353370257, 39.431860304808573 ], [ -110.0216504888902, 39.432193749231665 ], [ -110.02166508023322, 39.432396606637361 ], [ -110.02165435670811, 39.43274792318563 ], [ -110.02163390544057, 39.432964001454629 ], [ -110.0215882521417, 39.43332043039613 ], [ -110.0215623306317, 39.433927515173757 ], [ -110.02144395493833, 39.434498681403539 ], [ -110.02138309087805, 39.434696398692523 ], [ -110.02134691264956, 39.43479070375944 ], [ -110.02120851220603, 39.435131935316761 ], [ -110.02104636933414, 39.435509008549104 ], [ -110.02101599937529, 39.435603362383922 ], [ -110.02095519614389, 39.435796574703431 ], [ -110.02095261065462, 39.435981266633064 ], [ -110.02103331687206, 39.436441477569751 ], [ -110.0211454033236, 39.436735259701003 ], [ -110.02127542288446, 39.436993150931407 ], [ -110.02131495312906, 39.43707457737333 ], [ -110.02143493112823, 39.437219753641301 ], [ -110.02167558180614, 39.437460554323494 ], [ -110.02198607221831, 39.437692931379054 ], [ -110.02242462249596, 39.437908363193038 ], [ -110.02278272548661, 39.438060044508148 ], [ -110.02303657577737, 39.438188323003757 ], [ -110.0232841142834, 39.438352589627826 ], [ -110.02356474926339, 39.438643279486257 ], [ -110.02367861071309, 39.438810928132767 ], [ -110.02386827154614, 39.439375671365937 ], [ -110.02394478768348, 39.440137693999212 ], [ -110.02405054198449, 39.440886446215117 ], [ -110.02414989704326, 39.441261212237102 ], [ -110.02415749286261, 39.441549609327126 ], [ -110.02412586690571, 39.441734057516577 ], [ -110.02403551506926, 39.441963064989629 ], [ -110.02378748267036, 39.442249316674832 ], [ -110.02365115432067, 39.442441896238812 ], [ -110.02359767148762, 39.442527046193526 ], [ -110.0235679307868, 39.442576353791843 ], [ -110.02348561722891, 39.442728839751567 ], [ -110.02339328204387, 39.443016397716057 ], [ -110.02342816212062, 39.443431169660094 ], [ -110.02352732842802, 39.443819450090778 ], [ -110.02354387721942, 39.443882661927027 ], [ -110.02358253311775, 39.444027153082281 ], [ -110.02362624416521, 39.444225749138347 ], [ -110.02361640816427, 39.444513999768517 ], [ -110.0235745655276, 39.445013726349956 ], [ -110.02355734630703, 39.445414545087836 ], [ -110.02344804747533, 39.445751517785943 ], [ -110.02324534637202, 39.44611924238685 ], [ -110.02293155920293, 39.446535590642483 ], [ -110.02250611645843, 39.447041103682274 ], [ -110.02225843743049, 39.447300323511357 ], [ -110.02205762853244, 39.447532004665256 ], [ -110.02180791643923, 39.447936273947661 ], [ -110.02157962652248, 39.4484704727208 ], [ -110.02146964652552, 39.44893808846691 ], [ -110.02109139799654, 39.449723315615365 ], [ -110.02091488518755, 39.450293990299151 ], [ -110.02088450821442, 39.450388343780169 ], [ -110.02075049512825, 39.450828725120616 ], [ -110.02068582721249, 39.451296721435419 ], [ -110.02067938561495, 39.451341719194744 ], [ -110.0205337482723, 39.451782002314701 ], [ -110.020432255044, 39.451974871068394 ], [ -110.02039044498061, 39.452055612486738 ], [ -110.02014716130572, 39.452413978907394 ], [ -110.0200232448158, 39.452548090755251 ], [ -110.01991132800444, 39.45265527240047 ], [ -110.01965319840937, 39.452828799463731 ], [ -110.01958877638756, 39.452864297970891 ], [ -110.01950685931088, 39.452904154139759 ], [ -110.01915613727328, 39.453049868200367 ], [ -110.01886415235683, 39.453151024767052 ], [ -110.01821681987356, 39.453313155038153 ], [ -110.01753995000269, 39.453509271663165 ], [ -110.01682655222695, 39.453823111691626 ], [ -110.01640416905506, 39.454022273893656 ], [ -110.01622955224991, 39.45412441641583 ], [ -110.01592403454123, 39.454360606970738 ], [ -110.01585322764447, 39.454436596127117 ], [ -110.01574104768301, 39.454561792245222 ], [ -110.01565792102254, 39.454687234169967 ], [ -110.01562096283764, 39.454835592820629 ], [ -110.01558330654335, 39.45503350270404 ], [ -110.01555082628751, 39.455276508344461 ], [ -110.01552965013695, 39.455542135638751 ], [ -110.01555603918098, 39.455731577251036 ], [ -110.01565177779702, 39.455948637049048 ], [ -110.01585109759172, 39.456238656512447 ], [ -110.01612691192781, 39.456461744894845 ], [ -110.01648337071457, 39.456735972869986 ], [ -110.01695032880403, 39.457004826614742 ], [ -110.01761440719348, 39.457307781252744 ], [ -110.01781090363022, 39.457386029327388 ], [ -110.0183945213472, 39.457625227196786 ], [ -110.01873572522605, 39.457745241840549 ], [ -110.01904762230591, 39.457883029056745 ], [ -110.01931922274875, 39.457993444454431 ], [ -110.01941272921688, 39.458039284904977 ], [ -110.01966529318582, 39.458181075339652 ], [ -110.02007415007459, 39.458450327790999 ], [ -110.02055748088875, 39.458796794386082 ], [ -110.02102300448895, 39.459170140231329 ], [ -110.02160273786085, 39.459688611379654 ], [ -110.02211729568647, 39.460296635460345 ], [ -110.02255094572035, 39.460872440852256 ], [ -110.0229388051993, 39.461398302748314 ], [ -110.02330866968755, 39.461964558928003 ], [ -110.02372452782438, 39.462567241584729 ], [ -110.0239691955946, 39.462943226382194 ], [ -110.02410009034506, 39.463142553408133 ], [ -110.02431627080347, 39.463477751652356 ], [ -110.02445165817757, 39.463771724998125 ], [ -110.02451851579659, 39.463978623645666 ], [ -110.02455186299062, 39.464087929017531 ], [ -110.02457378844133, 39.464182721958394 ], [ -110.0246277533314, 39.464480517252518 ], [ -110.02469252434973, 39.464836970627303 ], [ -110.02479323471546, 39.46511713710516 ], [ -110.02490525480263, 39.465419924276503 ], [ -110.02503364216324, 39.465799436796928 ], [ -110.02513872116749, 39.466183258946508 ], [ -110.02519693018451, 39.466593719223326 ], [ -110.02512495475494, 39.467169780124166 ], [ -110.02495891969193, 39.467821640478682 ], [ -110.02483834384491, 39.468131487413814 ], [ -110.0247487130724, 39.468306438084547 ], [ -110.02464714355739, 39.468503814482645 ], [ -110.02452213705831, 39.468714509741055 ], [ -110.02429769761882, 39.468969422456546 ], [ -110.02418001142564, 39.469072054238708 ], [ -110.02393282523167, 39.46929073383518 ], [ -110.01623664748512, 39.469306971182647 ], [ -110.00070489152388, 39.46933221424937 ], [ -109.93732865082131, 39.46176026185509 ], [ -109.90530670591102, 39.461625407924338 ], [ -109.90302846739419, 39.461621959246706 ], [ -109.86814043265608, 39.461548908994217 ], [ -109.82953470020678, 39.461716355687066 ], [ -109.82656461606388, 39.461726968190995 ], [ -109.79119114384845, 39.461842169749865 ], [ -109.77767754101467, 39.461890118969656 ], [ -109.76535550330827, 39.461931134373103 ], [ -109.7576254859855, 39.461938904347981 ], [ -109.75064507617373, 39.461954216653872 ], [ -109.74492005165702, 39.461969151235621 ], [ -109.73032573088005, 39.461999925173167 ], [ -109.71174529491508, 39.461983871933029 ], [ -109.69308962943502, 39.461952289703895 ], [ -109.68366318869299, 39.46192705131795 ], [ -109.67432393580548, 39.461902042491396 ], [ -109.6556671097061, 39.461935620726749 ], [ -109.65480051529279, 39.461907578155198 ], [ -109.65388976126688, 39.461879017913134 ], [ -109.64718798250242, 39.461913867389697 ], [ -109.63714399460169, 39.461967771215107 ], [ -109.63595758592004, 39.462007920436584 ], [ -109.60714402611643, 39.462211451402929 ], [ -109.59980838655132, 39.46226300411557 ], [ -109.59894888569214, 39.462230125551784 ], [ -109.59851337032777, 39.462211361873479 ], [ -109.58093560817871, 39.462340549865161 ], [ -109.57987156368297, 39.462363599414083 ], [ -109.52703547704114, 39.462377526032697 ], [ -109.50067866901382, 39.462378522875746 ], [ -109.45046440024487, 39.462376996646988 ], [ -109.44993615999704, 39.462348331597234 ], [ -109.39517074472468, 39.462380178333191 ], [ -109.37569077469853, 39.462330411248693 ], [ -109.28336792041416, 39.462220282634171 ], [ -109.27346492653861, 39.462213296264089 ], [ -109.25067148254199, 39.46221044306639 ], [ -109.12570601818314, 39.462109968618499 ], [ -109.11716394693335, 39.46211609516461 ], [ -109.10667615857439, 39.462207949221657 ], [ -109.10648773028609, 39.462298581091005 ], [ -109.10636451950937, 39.462341622666159 ], [ -109.10616493625372, 39.462414953907405 ], [ -109.10573537995013, 39.462610673441745 ], [ -109.10556967281745, 39.462720594345434 ], [ -109.10517472332079, 39.462925885375789 ], [ -109.1046078302147, 39.463470739731846 ], [ -109.10450975181976, 39.46365834394031 ], [ -109.1045406966407, 39.463803003360866 ], [ -109.10466190044083, 39.464048240801972 ], [ -109.10475044903841, 39.464211858638407 ], [ -109.1048888375706, 39.464466385672033 ], [ -109.10494882966942, 39.464611518482116 ], [ -109.10498980607566, 39.464814904210414 ], [ -109.10504249897686, 39.465014877028892 ], [ -109.10509646264615, 39.465168020203279 ], [ -109.10513395149306, 39.465285757076359 ], [ -109.10524764029182, 39.465593939145414 ], [ -109.10530140427878, 39.465968717043175 ], [ -109.10523056285308, 39.466223437294062 ], [ -109.10524779021198, 39.46644535613715 ], [ -109.10525684369023, 39.466540105304588 ], [ -109.10526494435749, 39.466669976680784 ], [ -109.10519515259077, 39.466885972374911 ], [ -109.10510930032596, 39.467051252048911 ], [ -109.10501702730399, 39.467238951179887 ], [ -109.10494958002111, 39.467368492028477 ], [ -109.10483076905956, 39.467677389007008 ], [ -109.10478128020823, 39.468001831477423 ], [ -109.10478332612779, 39.468140613817937 ], [ -109.10477660534637, 39.468388270290859 ], [ -109.10464495048684, 39.468742005986222 ], [ -109.10449806531295, 39.469014406114539 ], [ -109.10441850710976, 39.469161768471459 ], [ -109.10437502859584, 39.469264670738845 ], [ -109.10429656991893, 39.469371507406969 ], [ -109.10276227829833, 39.469152769651991 ], [ -109.10243027412268, 39.469178884653388 ], [ -109.10224179695047, 39.46927040951612 ], [ -109.10190575334221, 39.469445116620044 ], [ -109.10167538329968, 39.469581004877327 ], [ -109.10141981505501, 39.469788558488169 ], [ -109.10122356636298, 39.469952032089751 ], [ -109.10080446694882, 39.47018844699096 ], [ -109.10054786082547, 39.47022029316193 ], [ -109.10031522821663, 39.470225501525803 ], [ -109.10017640815136, 39.470200708765319 ], [ -109.09971121484875, 39.469994892718439 ], [ -109.09942551079178, 39.46981453359539 ], [ -109.09921979498587, 39.469685034837042 ], [ -109.09897750610453, 39.469618005316185 ], [ -109.0987659074417, 39.469704641550003 ], [ -109.09859833343153, 39.469882094130853 ], [ -109.09831333894675, 39.470102674010292 ], [ -109.09801760629247, 39.470290642688084 ], [ -109.09772282880731, 39.470443488535381 ], [ -109.09729733227333, 39.4706581627741 ], [ -109.09668593830051, 39.470954482760582 ], [ -109.0962099480622, 39.471144901099059 ], [ -109.09606879520666, 39.471205657008703 ], [ -109.09586708881228, 39.471355517516088 ], [ -109.09580530747257, 39.471489650445534 ], [ -109.09582574704424, 39.471592695381631 ], [ -109.09594330797995, 39.471757695846037 ], [ -109.09607165423738, 39.471953505680105 ], [ -109.09619274271685, 39.472202353505729 ], [ -109.09629402087211, 39.472538270485202 ], [ -109.09630306262748, 39.472633019981053 ], [ -109.0962698392724, 39.472785640115184 ], [ -109.09622646916516, 39.472884036108852 ], [ -109.09616419594875, 39.473036180454919 ], [ -109.09610527683762, 39.47327847628074 ], [ -109.09607162737838, 39.473404060383793 ], [ -109.09600879632586, 39.473619263097405 ], [ -109.09589079397402, 39.47389662968417 ], [ -109.09577008898694, 39.474273058085423 ], [ -109.09574160647421, 39.474678026052104 ], [ -109.09565760183035, 39.474987483049887 ], [ -109.09538967561214, 39.47543357633046 ], [ -109.09530452612812, 39.47557183082683 ], [ -109.09515881802739, 39.475799189476426 ], [ -109.09515553729092, 39.476132492907787 ], [ -109.09524782387747, 39.476371859972112 ], [ -109.09538183891141, 39.476573169159693 ], [ -109.09545233536001, 39.47675902207942 ], [ -109.09547275107073, 39.476862967576672 ], [ -109.0954857597708, 39.477025354457879 ], [ -109.09548528093073, 39.477255993717066 ], [ -109.09548943311832, 39.477529955171242 ], [ -109.09564254061323, 39.477883839964029 ], [ -109.09580047739215, 39.478273842262247 ], [ -109.09586095237789, 39.478400968011961 ], [ -109.09600972680681, 39.478700723419429 ], [ -109.09608689687845, 39.478855151455335 ], [ -109.09603177878829, 39.478957859660696 ], [ -109.09593042287, 39.479050800816132 ], [ -109.09564165934412, 39.479194729709107 ], [ -109.09551075905493, 39.479305205769876 ], [ -109.09516020327455, 39.479583265773634 ], [ -109.09497762173574, 39.479670370192736 ], [ -109.09467228260191, 39.479782491209662 ], [ -109.09447202271171, 39.479878314702674 ], [ -109.09427163935577, 39.47997864064417 ], [ -109.09407076368042, 39.480096977455673 ], [ -109.09341409159558, 39.480515067816299 ], [ -109.09274027528883, 39.480922061504813 ], [ -109.0923780792712, 39.4811999219001 ], [ -109.09210057793354, 39.481569267713887 ], [ -109.09203767191738, 39.481743923233502 ], [ -109.09200716780184, 39.482009206990284 ], [ -109.09198616652857, 39.482139502080727 ], [ -109.09188221571472, 39.482326998224025 ], [ -109.09179037807617, 39.482496673833651 ], [ -109.0916254877318, 39.482786780191432 ], [ -109.09140953063284, 39.483030999613462 ], [ -109.09122508843562, 39.483185639727438 ], [ -109.09088203095695, 39.483400742020578 ], [ -109.09072811847248, 39.483501824903797 ], [ -109.09054391988393, 39.483647458265999 ], [ -109.09038468033162, 39.483900716058457 ], [ -109.09025849353768, 39.484093251122495 ], [ -109.08998443870921, 39.48454823971106 ], [ -109.08987540724837, 39.484708621524497 ], [ -109.08981928930167, 39.484847348695212 ], [ -109.08977833246958, 39.48502686834977 ], [ -109.08977056853135, 39.485310544281639 ], [ -109.08982170048434, 39.485821329911694 ], [ -109.08983782124213, 39.486081973270295 ], [ -109.08983882596638, 39.48625767765045 ], [ -109.08986617448636, 39.48653292091236 ], [ -109.08988091520834, 39.486843995508188 ], [ -109.08988694027589, 39.48730358580714 ], [ -109.08986873331995, 39.487501498528552 ], [ -109.08985168845996, 39.48769943033745 ], [ -109.08982969507315, 39.487865747103378 ], [ -109.08973367233681, 39.488400242140685 ], [ -109.08957990565288, 39.488920273541538 ], [ -109.08937445166247, 39.48941693099848 ], [ -109.08907490423442, 39.489952584472221 ], [ -109.08898984685371, 39.490086330493739 ], [ -109.08874788362041, 39.490217496526846 ], [ -109.0885026983379, 39.490254007972354 ], [ -109.08819457519665, 39.490253445209973 ], [ -109.08800688586274, 39.490313425346748 ], [ -109.08792984598354, 39.490578842994182 ], [ -109.08790367651959, 39.49089735325947 ], [ -109.08791048733416, 39.491073153001921 ], [ -109.0879332517691, 39.491303272934104 ], [ -109.0879555227944, 39.491551403988225 ], [ -109.08790360242423, 39.491748761625587 ], [ -109.08780570834524, 39.49192644269521 ], [ -109.08772616131536, 39.492071089914695 ], [ -109.0876711679347, 39.49216839004275 ], [ -109.0875678067015, 39.492333367468895 ], [ -109.08743862106081, 39.492379893801399 ], [ -109.0873177893474, 39.49233375833979 ], [ -109.08707624791342, 39.492194639009419 ], [ -109.08684318917601, 39.492043045332188 ], [ -109.08664797013014, 39.491953339530021 ], [ -109.08653346974636, 39.491888387273228 ], [ -109.08640796411294, 39.491800729662799 ], [ -109.08629524394483, 39.491713282424172 ], [ -109.08619305730055, 39.491580960399709 ], [ -109.08610427364295, 39.491426334922551 ], [ -109.08589048054185, 39.491166040136562 ], [ -109.08559889303294, 39.490986451258003 ], [ -109.08517987738537, 39.490789446121489 ], [ -109.08500788469094, 39.490701021178303 ], [ -109.08479076116696, 39.49056229943168 ], [ -109.08458615103005, 39.490391348848462 ], [ -109.08440918929551, 39.490272208423228 ], [ -109.08400289191532, 39.490035766339446 ], [ -109.08373359468699, 39.489891677780989 ], [ -109.08356754100059, 39.489798843824602 ], [ -109.08312798973945, 39.489503287873802 ], [ -109.08291643755588, 39.489373664157988 ], [ -109.08252943626938, 39.489281689183869 ], [ -109.08222082314357, 39.489299121765988 ], [ -109.08174637674942, 39.489427338076496 ], [ -109.08157614299232, 39.489486694912763 ], [ -109.08124613332799, 39.489647925681254 ], [ -109.08099055405575, 39.48985092764903 ], [ -109.0808937351789, 39.489988978249627 ], [ -109.0808425145446, 39.490160216285403 ], [ -109.08079603992581, 39.490370274019924 ], [ -109.08062468842979, 39.49047015425834 ], [ -109.08034574565167, 39.490465547708197 ], [ -109.08000310157759, 39.490451779601237 ], [ -109.07957430427214, 39.490399647644892 ], [ -109.07912881746901, 39.490320209447511 ], [ -109.0788498289551, 39.490275055274871 ], [ -109.07851716027658, 39.490152431300523 ], [ -109.07821238686296, 39.490030267599238 ], [ -109.0778216860439, 39.489861634053192 ], [ -109.07766726311813, 39.489768984060795 ], [ -109.0774842558352, 39.489658742809034 ], [ -109.07718261298231, 39.48942310703378 ], [ -109.07691648038586, 39.489206978197494 ], [ -109.07675297710183, 39.489190758510624 ], [ -109.07670745896804, 39.489365692869818 ], [ -109.0767264844738, 39.489519171158165 ], [ -109.07673758915794, 39.489749100115873 ], [ -109.07672125091308, 39.489920012476553 ], [ -109.07665186656921, 39.490117075919635 ], [ -109.07651893005843, 39.490299573217023 ], [ -109.07638105041345, 39.490450454893065 ], [ -109.07618875809175, 39.490677017529357 ], [ -109.07605038038074, 39.490845909776596 ], [ -109.07590092079363, 39.491037142435715 ], [ -109.07574233112604, 39.491264262192033 ], [ -109.07561420791831, 39.491482876521211 ], [ -109.07548297919219, 39.49181405942592 ], [ -109.07538021017065, 39.492167336475291 ], [ -109.07524696678044, 39.492571463546525 ], [ -109.07520924117837, 39.492674449338786 ], [ -109.0751451641748, 39.492889618852878 ], [ -109.07503434623402, 39.493113023838482 ], [ -109.07494801596205, 39.493291786233449 ], [ -109.07486762100531, 39.493466142058203 ], [ -109.07479117357103, 39.493708135270133 ], [ -109.07477579534007, 39.494054750470802 ], [ -109.0747719437758, 39.494194335598351 ], [ -109.07476290180257, 39.494311310729387 ], [ -109.07484917856331, 39.494555999194098 ], [ -109.07515123228984, 39.494777232391051 ], [ -109.07531122578565, 39.494878987572193 ], [ -109.07547429895766, 39.495079899210644 ], [ -109.07548244463227, 39.495206168589071 ], [ -109.07539636110478, 39.495375925727359 ], [ -109.0753295754982, 39.495478430305099 ], [ -109.07512203922252, 39.495835377722855 ], [ -109.07493600842689, 39.496255748161971 ], [ -109.07476281661619, 39.496632183865309 ], [ -109.0745944902566, 39.497042936368508 ], [ -109.07447785157895, 39.49726624418976 ], [ -109.07421425579426, 39.497505136233585 ], [ -109.07389822057885, 39.497621529020002 ], [ -109.07371817660804, 39.497614040422327 ], [ -109.07356744075467, 39.497598027719874 ], [ -109.07321370554776, 39.497605678539443 ], [ -109.07315066020723, 39.497951503026009 ], [ -109.07315348733928, 39.498059665107327 ], [ -109.07315727610846, 39.498343530342488 ], [ -109.07316364325776, 39.498744563111792 ], [ -109.07313837201374, 39.499027946549035 ], [ -109.07312052939211, 39.499252890729061 ], [ -109.07308646062152, 39.499644243463223 ], [ -109.07297649524853, 39.499836126657883 ], [ -109.0728533224077, 39.499874627577945 ], [ -109.07262752274498, 39.499839349765537 ], [ -109.07228772190858, 39.499721094376291 ], [ -109.07203510285048, 39.499604284211109 ], [ -109.0719096025867, 39.499516611156814 ], [ -109.07173997124383, 39.499342614637143 ], [ -109.0716798975194, 39.499201969197031 ], [ -109.07156913423213, 39.499001920305645 ], [ -109.0715190668987, 39.498920003193703 ], [ -109.071440686689, 39.498810587470132 ], [ -109.07133274896448, 39.498718700415523 ], [ -109.07095775062054, 39.498401645942486 ], [ -109.07048395324074, 39.49808295012209 ], [ -109.07040507739913, 39.497991544674086 ], [ -109.0703098870233, 39.497859325115492 ], [ -109.07018144496814, 39.497667990988546 ], [ -109.07003992777527, 39.497318771630148 ], [ -109.06998691658512, 39.497133194589772 ], [ -109.06990733800791, 39.496857080351802 ], [ -109.06984864025874, 39.496666904009381 ], [ -109.06973332004887, 39.496421729689139 ], [ -109.06946000637559, 39.496002748708705 ], [ -109.06934157350486, 39.495870142295125 ], [ -109.0691992711928, 39.495759663243383 ], [ -109.06910790385483, 39.495699583005901 ], [ -109.06875056956972, 39.495585530915136 ], [ -109.06850735103509, 39.495549955761589 ], [ -109.06827604579284, 39.495546111697998 ], [ -109.06807001835634, 39.495637288129856 ], [ -109.06783471797955, 39.495903664739075 ], [ -109.06774367635148, 39.496041800015405 ], [ -109.06762816519783, 39.496223675424908 ], [ -109.06750060585198, 39.496420666703365 ], [ -109.06732458074481, 39.49668802775205 ], [ -109.06711305968909, 39.496977322204657 ], [ -109.06693511241804, 39.497104100956477 ], [ -109.06676454848301, 39.497174241784442 ], [ -109.06652476643693, 39.497224310766825 ], [ -109.06619187004085, 39.497277334836092 ], [ -109.06594702441079, 39.497300289585922 ], [ -109.06553882319476, 39.497343049065812 ], [ -109.06489727403491, 39.497413455837957 ], [ -109.06456093728116, 39.497380826799251 ], [ -109.06435171145623, 39.497377342541505 ], [ -109.06424285066568, 39.497528692598877 ], [ -109.06418085904302, 39.497667308797418 ], [ -109.06404612595108, 39.497912828452776 ], [ -109.06385239820254, 39.498188898763985 ], [ -109.06364704505646, 39.498464775047466 ], [ -109.06336832198473, 39.498870067485477 ], [ -109.06316190094947, 39.499393688756733 ], [ -109.06309346828138, 39.499554720939727 ], [ -109.06296269135611, 39.499615608578203 ], [ -109.06268987923633, 39.499430869750135 ], [ -109.06235991255177, 39.499168595956498 ], [ -109.06209025234354, 39.499037965809954 ], [ -109.06177853339497, 39.498956186399688 ], [ -109.06103116988622, 39.498858129635906 ], [ -109.06080550558157, 39.498818326365893 ], [ -109.06066105838769, 39.498785283622901 ], [ -109.06031286831667, 39.498760553093035 ], [ -109.0601444475882, 39.498753237416381 ], [ -109.05979447964485, 39.498792443724099 ], [ -109.05956643668665, 39.498838189412368 ], [ -109.05906335329588, 39.498946913773437 ], [ -109.05880612439483, 39.498996675351563 ], [ -109.05841334055404, 39.4991117438312 ], [ -109.05798367810401, 39.499298271439883 ], [ -109.05779468650586, 39.499403228418991 ], [ -109.05746650183377, 39.499704069582513 ], [ -109.05725413494321, 39.499813139764932 ], [ -109.05708153051238, 39.499747187412829 ], [ -109.05667389601869, 39.4995601806908 ], [ -109.05651366941798, 39.499467405716345 ], [ -109.05626145547572, 39.499337053846524 ], [ -109.05608316671965, 39.499266500167387 ], [ -109.05589956831896, 39.49917783823895 ], [ -109.05568753817566, 39.499066176443371 ], [ -109.0553900870145, 39.498890018016738 ], [ -109.05509778902999, 39.498695925904642 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 10, \"properties\": { \"NAME\": \"IRON COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 8483, \"Color4\": \"3\", \"Shape_Leng\": 434079.419784, \"Shape_Area\": 8552549242.8599997 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.86688042246588, 38.14763548978388 ], [ -112.86126179841479, 38.147648090097825 ], [ -112.85148170157429, 38.147851374504206 ], [ -112.84768905595399, 38.147916523389547 ], [ -112.83822896305973, 38.147915413228255 ], [ -112.82716507579292, 38.147895252191844 ], [ -112.82661729206794, 38.147893862230667 ], [ -112.81532275553175, 38.14754634786464 ], [ -112.81162686681299, 38.147418690453989 ], [ -112.80161532776702, 38.147451970946079 ], [ -112.79149333316802, 38.147449134779755 ], [ -112.78392759644134, 38.147450774297951 ], [ -112.77386828244104, 38.147445465168552 ], [ -112.76468730052423, 38.14742609679751 ], [ -112.75358071188585, 38.147529404887123 ], [ -112.75105377409189, 38.147559004104593 ], [ -112.73072857725161, 38.147504378503022 ], [ -112.71282441617772, 38.147527193046244 ], [ -112.69683729129447, 38.147547525771493 ], [ -112.68533482440284, 38.147813206913803 ], [ -112.67107851966854, 38.148174658321906 ], [ -112.66477558351231, 38.14826418563765 ], [ -112.65769808556811, 38.148166052569003 ], [ -112.65090853540079, 38.148185103508119 ], [ -112.64271414571587, 38.148151328359766 ], [ -112.63199770400158, 38.148115110875537 ], [ -112.62608034960132, 38.148098971928313 ], [ -112.61253981489585, 38.148077520390252 ], [ -112.60098539502469, 38.148077911342966 ], [ -112.58742208883291, 38.148060180082886 ], [ -112.57764843718434, 38.147821507221359 ], [ -112.57235179917036, 38.1477483572572 ], [ -112.56078957263362, 38.147650269812885 ], [ -112.550059973982, 38.147531043534208 ], [ -112.53913225948723, 38.147486429098485 ], [ -112.52469593608308, 38.147466577674322 ], [ -112.51265581249555, 38.147433935478553 ], [ -112.50388581906306, 38.147433024211615 ], [ -112.50100887500885, 38.147376107931343 ], [ -112.48973398875512, 38.147375488830853 ], [ -112.47901310996713, 38.147401957080284 ], [ -112.47902030151668, 38.146853939633864 ], [ -112.47905121488222, 38.144768183442494 ], [ -112.4790502318931, 38.141046255856615 ], [ -112.47905276376959, 38.136085135911252 ], [ -112.47906701686486, 38.12944313030296 ], [ -112.4790502409725, 38.124937349687329 ], [ -112.47907408198967, 38.122161356873505 ], [ -112.47906680615885, 38.110265609165694 ], [ -112.47905216200691, 38.091664981389336 ], [ -112.47901312841286, 38.07331694314103 ], [ -112.47902019114279, 38.071969550964646 ], [ -112.47901232012937, 38.065918046776083 ], [ -112.47900198340479, 38.057478366007174 ], [ -112.47900074395288, 38.042126277983897 ], [ -112.47901310330978, 38.03367726752095 ], [ -112.47898295737274, 38.021696024474664 ], [ -112.47903360402887, 38.010047191785276 ], [ -112.47895014845481, 37.999941105067144 ], [ -112.47899835098676, 37.998088498289661 ], [ -112.47929546479166, 37.992186293485183 ], [ -112.47922047325524, 37.985617356177634 ], [ -112.47935760020643, 37.977702926380459 ], [ -112.4673679821923, 37.977668384303399 ], [ -112.46735726751555, 37.962834402990552 ], [ -112.46730753775401, 37.958905689337094 ], [ -112.46758237328208, 37.948407502243491 ], [ -112.46784116340748, 37.93395761769532 ], [ -112.46817721417543, 37.919388675105417 ], [ -112.46836180761672, 37.904927032856826 ], [ -112.46859846060305, 37.890508868456067 ], [ -112.47976930787809, 37.890399587871528 ], [ -112.48682351194743, 37.890293559393136 ], [ -112.50108543228527, 37.890364867051467 ], [ -112.5057658061577, 37.890404214081258 ], [ -112.54165003510231, 37.890403765265582 ], [ -112.57817630432002, 37.890388266280361 ], [ -112.58873004082463, 37.890417502420966 ], [ -112.58876259961103, 37.882143849818874 ], [ -112.57871731756748, 37.882121305490351 ], [ -112.5787052521946, 37.87495223318362 ], [ -112.5786850747442, 37.861488200570086 ], [ -112.57877787212287, 37.832530496734108 ], [ -112.57881989624947, 37.819040305866274 ], [ -112.57886843225577, 37.80451898743511 ], [ -112.58821003418831, 37.805006226799399 ], [ -112.59715404801533, 37.80522324012798 ], [ -112.60599315851356, 37.805314831439901 ], [ -112.61522179947279, 37.805819489102809 ], [ -112.62607688857342, 37.806156780630808 ], [ -112.63363987313332, 37.806322486147678 ], [ -112.64322942692225, 37.806698272200599 ], [ -112.65187598451816, 37.806347501084062 ], [ -112.67030285470815, 37.805614462990285 ], [ -112.68954699801071, 37.805772549023025 ], [ -112.68961255211028, 37.781528704802675 ], [ -112.68962754531725, 37.77540466374581 ], [ -112.68962996517175, 37.761543762206429 ], [ -112.68938910991046, 37.749957417268199 ], [ -112.68941704258445, 37.746693664552126 ], [ -112.68934266668424, 37.73173970628401 ], [ -112.68927514122809, 37.717230824339431 ], [ -112.68633518636426, 37.717412615207785 ], [ -112.68629400340512, 37.702583377712429 ], [ -112.68600465687176, 37.687807223178844 ], [ -112.6867122736236, 37.660964476343182 ], [ -112.68667413033351, 37.660030433776456 ], [ -112.68551482812359, 37.632319326800229 ], [ -112.68390056467699, 37.631843092078846 ], [ -112.68401071763964, 37.624924448920083 ], [ -112.68398006154709, 37.618544051294862 ], [ -112.68386533310871, 37.607681130587252 ], [ -112.68380103455982, 37.603824697503541 ], [ -112.68391927516791, 37.599271693726244 ], [ -112.68409031861223, 37.594046500600996 ], [ -112.68417084904497, 37.59058454349158 ], [ -112.68423419244172, 37.58711381731981 ], [ -112.6842661510253, 37.583757996403541 ], [ -112.68433953926541, 37.574702051804252 ], [ -112.68428657931045, 37.562297028042138 ], [ -112.68417372892515, 37.543705695941128 ], [ -112.68701383767701, 37.543665143363356 ], [ -112.69249734779909, 37.543645235270667 ], [ -112.69786213891039, 37.543631286111214 ], [ -112.70054432548415, 37.543615210480453 ], [ -112.70324378868258, 37.543612343449979 ], [ -112.70577866780651, 37.543589261526463 ], [ -112.71107070537121, 37.543611813136295 ], [ -112.71556986162011, 37.543609602372186 ], [ -112.7189655949982, 37.543614279967727 ], [ -112.71977492544478, 37.543616011041927 ], [ -112.72231034552176, 37.543616899872333 ], [ -112.72576847036136, 37.543627681348369 ], [ -112.72889808519345, 37.543626950540506 ], [ -112.73246321566792, 37.543615239696649 ], [ -112.73520256436942, 37.543624574692338 ], [ -112.73713248053578, 37.543627734888112 ], [ -112.73825799484725, 37.543597648379794 ], [ -112.73872766566612, 37.54359523784813 ], [ -112.74065118817093, 37.543566890829162 ], [ -112.74302195780255, 37.543545428350498 ], [ -112.74447054706451, 37.54353664815639 ], [ -112.74611718617771, 37.543526723386655 ], [ -112.74770115085585, 37.543498777268184 ], [ -112.75105285028883, 37.543557258055841 ], [ -112.75169789723449, 37.54355219433679 ], [ -112.75369590111832, 37.543563085666548 ], [ -112.7561235472176, 37.543554033674184 ], [ -112.75822325433536, 37.543557927789593 ], [ -112.76043636157515, 37.543570908446988 ], [ -112.76309627114817, 37.543571767730711 ], [ -112.76563694916995, 37.543556325454162 ], [ -112.76705725949044, 37.543548592090723 ], [ -112.76829632143955, 37.543534544293607 ], [ -112.76981323037158, 37.543543355675411 ], [ -112.77234258560019, 37.543527938728452 ], [ -112.77484877426032, 37.543490284670042 ], [ -112.77617909561539, 37.543506325622197 ], [ -112.77709589920046, 37.543506046242669 ], [ -112.77865784829149, 37.543505053345662 ], [ -112.77994269639623, 37.543512724516972 ], [ -112.78254536983179, 37.543486970797915 ], [ -112.78373372050669, 37.54348253907061 ], [ -112.78507627070344, 37.543489282401715 ], [ -112.78733869235793, 37.543482086330677 ], [ -112.78864040126223, 37.54348490122495 ], [ -112.78882719857899, 37.543486576961591 ], [ -112.78930251620751, 37.543483879488328 ], [ -112.79180943514768, 37.543477397652765 ], [ -112.79444690009946, 37.543486903057435 ], [ -112.79656346486728, 37.543486253368698 ], [ -112.79817675080164, 37.543502245559743 ], [ -112.79923005721581, 37.543530357038442 ], [ -112.80078081018389, 37.543534649265069 ], [ -112.80412585689687, 37.543551166872412 ], [ -112.80666224608896, 37.543593487305486 ], [ -112.81032985952793, 37.543609397882598 ], [ -112.81209140561116, 37.543624728372158 ], [ -112.8123110794843, 37.543628565947827 ], [ -112.81362997047448, 37.543639853624406 ], [ -112.81583769603151, 37.543664494644879 ], [ -112.82107113572444, 37.543606406080855 ], [ -112.82632663668117, 37.543525213021994 ], [ -112.8323413841687, 37.543481571211515 ], [ -112.83743353582975, 37.54347902424167 ], [ -112.84127106821106, 37.543455278002064 ], [ -112.84554960239346, 37.543460562494566 ], [ -112.84739804909073, 37.543465895762907 ], [ -112.84951133478572, 37.543470655817956 ], [ -112.85306564287299, 37.543482506340112 ], [ -112.85636515688714, 37.543489244538087 ], [ -112.85964758456136, 37.543491653406903 ], [ -112.86279423989032, 37.543496113552763 ], [ -112.86650738827241, 37.543478015141027 ], [ -112.87013356963654, 37.543467486312302 ], [ -112.87024673221612, 37.543466594682947 ], [ -112.87343301917971, 37.54347194550764 ], [ -112.8760858075179, 37.543416295411419 ], [ -112.90142908406595, 37.543510970190638 ], [ -112.90137035738206, 37.499923731373208 ], [ -112.90137389524509, 37.499617253817021 ], [ -113.00108382455072, 37.499510787722869 ], [ -113.02175659277167, 37.499541672128686 ], [ -113.03731634149779, 37.499567138202309 ], [ -113.03730642310813, 37.49691322214759 ], [ -113.03730308473556, 37.495957988346717 ], [ -113.03714220654578, 37.485249774774559 ], [ -113.03702347549061, 37.474423657761768 ], [ -113.06988388246414, 37.474429127550188 ], [ -113.12610130899799, 37.474241606068269 ], [ -113.14644031731434, 37.473771883108071 ], [ -113.14646304856197, 37.48088918268968 ], [ -113.1983844963401, 37.481033534773381 ], [ -113.2172906648193, 37.480981974632591 ], [ -113.21734448386248, 37.481846109224556 ], [ -113.2539090998353, 37.48198749731813 ], [ -113.25368097133924, 37.497122762755602 ], [ -113.25363528181707, 37.499966872745375 ], [ -113.25367449954369, 37.511613925051364 ], [ -113.25372388881773, 37.529046346677525 ], [ -113.2720735085459, 37.52909289226983 ], [ -113.29060437977489, 37.529332223310945 ], [ -113.30876571606765, 37.529145107713404 ], [ -113.32739746237229, 37.529171212506895 ], [ -113.36272567579519, 37.529217293613371 ], [ -113.36395415597178, 37.529241358997353 ], [ -113.37608190097677, 37.529345690929148 ], [ -113.38227174495785, 37.529356096372183 ], [ -113.47451993538125, 37.52902614437803 ], [ -113.47496864316918, 37.618314999715828 ], [ -113.50112859851869, 37.618209145313394 ], [ -113.51167358096727, 37.618151736387766 ], [ -113.58809270366625, 37.618234005171466 ], [ -113.58814487258871, 37.604680120385829 ], [ -113.60655235630487, 37.60474331035477 ], [ -113.62484381195998, 37.604761148398147 ], [ -113.62611022995465, 37.604732955575258 ], [ -113.71731073113436, 37.604608725954193 ], [ -113.75113375131062, 37.604676055930241 ], [ -113.81040931785439, 37.60474705537527 ], [ -113.82877334235307, 37.604726962018532 ], [ -113.86507735437432, 37.604711006836858 ], [ -113.8654786957073, 37.604692244262054 ], [ -113.87610654089744, 37.604658771228699 ], [ -113.90217212838827, 37.604650873880303 ], [ -113.92025283124205, 37.604636990478035 ], [ -113.93890347876716, 37.604574587659215 ], [ -113.95703973651601, 37.60482397812514 ], [ -113.97524382341733, 37.60478503164309 ], [ -114.00113224319645, 37.604750664935956 ], [ -114.0116086557002, 37.604762866211651 ], [ -114.02928568332614, 37.604720006410872 ], [ -114.05268304822644, 37.604706730193804 ], [ -114.05261662023322, 37.607235814779187 ], [ -114.05281440271925, 37.624940244864931 ], [ -114.05272690400166, 37.636223263299037 ], [ -114.05239143698384, 37.663163335543572 ], [ -114.0523830702021, 37.665033158322764 ], [ -114.05246009477575, 37.677307481365212 ], [ -114.05253233462453, 37.679594183857795 ], [ -114.05234711656988, 37.707273558288158 ], [ -114.05233038063234, 37.708661547601018 ], [ -114.05217409490275, 37.721842859632829 ], [ -114.05217411879812, 37.723086250891981 ], [ -114.05195499244782, 37.749919415879369 ], [ -114.0519840244406, 37.751729684536059 ], [ -114.05159905083781, 37.754924715908793 ], [ -114.05108433658563, 37.759105202672991 ], [ -114.05074236941577, 37.762105399255951 ], [ -114.0505559709751, 37.763506785847895 ], [ -114.05033063977277, 37.765341662770588 ], [ -114.05025674512909, 37.766001310328768 ], [ -114.05022247065126, 37.766299529685639 ], [ -114.05001607506891, 37.77190822016518 ], [ -114.04970070697918, 37.780111915474578 ], [ -114.04968149164981, 37.781991003887903 ], [ -114.04953073860695, 37.790608489811248 ], [ -114.04947232969045, 37.794984365031375 ], [ -114.04915438844904, 37.801055437014817 ], [ -114.04869013221011, 37.809366576509937 ], [ -114.04926793525246, 37.815816277637282 ], [ -114.04996203851634, 37.823569402050886 ], [ -114.04990436585541, 37.830193229242383 ], [ -114.04980768484265, 37.838295696516496 ], [ -114.0499188934854, 37.84085614811584 ], [ -114.05019095989596, 37.850624896241541 ], [ -114.05030350750403, 37.861343810702813 ], [ -114.05014166602965, 37.874912457066372 ], [ -114.04998072491944, 37.881340703049275 ], [ -114.05013983134209, 37.885332473694433 ], [ -114.05037433791979, 37.891011643554783 ], [ -114.05051649710362, 37.897343718502363 ], [ -114.05059192061682, 37.906985049252683 ], [ -114.0506333517086, 37.91778231621339 ], [ -114.0506677425733, 37.928791483164666 ], [ -114.05076080832062, 37.947511540478764 ], [ -114.05068685150216, 37.963893335764375 ], [ -114.05064199131236, 37.977647984628895 ], [ -114.05067116654192, 37.989477097403778 ], [ -114.0506780799285, 37.999914759413642 ], [ -114.0507120611321, 38.015861179238478 ], [ -114.05066457776282, 38.037220035942163 ], [ -114.05082325609477, 38.059005948222392 ], [ -114.05057256129321, 38.083406238918464 ], [ -114.05040518358255, 38.09815493625613 ], [ -114.05046876068262, 38.112969683429149 ], [ -114.05041240858139, 38.124926957966558 ], [ -114.05036111300437, 38.134757810007379 ], [ -114.0503189471074, 38.148802213801076 ], [ -114.04976780844228, 38.148800321483606 ], [ -114.03779243057673, 38.148819028763683 ], [ -114.02411523852899, 38.148876775658117 ], [ -114.01338242970375, 38.148844740352509 ], [ -114.00317056714205, 38.148801994063128 ], [ -114.00112291198914, 38.148809330080141 ], [ -113.98230565609175, 38.148725942142519 ], [ -113.95755944846532, 38.148739546716364 ], [ -113.92204307037825, 38.148764304928569 ], [ -113.89710270818154, 38.148781677904509 ], [ -113.87615000326362, 38.148803298639358 ], [ -113.85367032753213, 38.148730366916716 ], [ -113.83216904314203, 38.148733128170512 ], [ -113.80667450447008, 38.14874190933417 ], [ -113.78471624735255, 38.148764905509701 ], [ -113.7669809323837, 38.148765394474921 ], [ -113.75110518431973, 38.148791705774542 ], [ -113.72525966251045, 38.148732424208632 ], [ -113.70618341582056, 38.148762043126553 ], [ -113.69010085447333, 38.14875512026677 ], [ -113.66763906954395, 38.148752389473934 ], [ -113.64905960596253, 38.148769523360166 ], [ -113.63314345575405, 38.14879427460852 ], [ -113.62617241634202, 38.148808988737201 ], [ -113.60319709703165, 38.148780161419104 ], [ -113.58124345060025, 38.148766714644253 ], [ -113.56319340734267, 38.148792827626593 ], [ -113.54687101717279, 38.148792202895137 ], [ -113.52789399959107, 38.148742881819459 ], [ -113.51251909951021, 38.148757610645362 ], [ -113.5011022928894, 38.148735612122216 ], [ -113.48176202435367, 38.148745127758389 ], [ -113.47281009174969, 38.148731308707241 ], [ -113.46497646700821, 38.148720359894916 ], [ -113.44471691628532, 38.148711524549142 ], [ -113.42589520508164, 38.148708228013156 ], [ -113.40713676012531, 38.148722237247824 ], [ -113.39116168679863, 38.148713526069074 ], [ -113.37912370302898, 38.148719327557195 ], [ -113.37614565016574, 38.148722876818411 ], [ -113.35989557745907, 38.148681228854365 ], [ -113.34481707738597, 38.148702239008841 ], [ -113.32388969952804, 38.148696667689528 ], [ -113.30834802025964, 38.148687913201989 ], [ -113.29698925145954, 38.148707965679392 ], [ -113.28416375999593, 38.148714915281261 ], [ -113.27357434898188, 38.148708716227759 ], [ -113.26174185181978, 38.148725516076404 ], [ -113.2511295315319, 38.148717730926428 ], [ -113.23712228996254, 38.148704342077522 ], [ -113.22033036942277, 38.148677999605674 ], [ -113.20288891062735, 38.148682167031282 ], [ -113.18612073431656, 38.148689226843324 ], [ -113.17027555601419, 38.148654302027602 ], [ -113.15372379859687, 38.148650925419773 ], [ -113.13135351281754, 38.148687006491215 ], [ -113.12615045115461, 38.148700246552139 ], [ -113.11077045238244, 38.148576765266824 ], [ -113.09220712918967, 38.148465683952516 ], [ -113.07655058785849, 38.14844807263092 ], [ -113.06068353933404, 38.148452791719379 ], [ -113.04416983548806, 38.148390028394232 ], [ -113.0285295911666, 38.148345896880315 ], [ -113.01591833442824, 38.148277448678904 ], [ -113.00547175936742, 38.148291441773054 ], [ -113.00111359745026, 38.148325250516343 ], [ -112.98145614213294, 38.148266643322238 ], [ -112.96414824273286, 38.148165460026853 ], [ -112.94413503561698, 38.148032653863815 ], [ -112.92527775338563, 38.148027975215641 ], [ -112.92161452441614, 38.148020398753154 ], [ -112.91076197274252, 38.148005565068402 ], [ -112.89560812640113, 38.148021399251803 ], [ -112.88155521408937, 38.14802845279663 ], [ -112.88113302807616, 38.148029810467904 ], [ -112.87610177427679, 38.147852578676272 ], [ -112.86688042246588, 38.14763548978388 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 11, \"properties\": { \"NAME\": \"JUAB COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2286, \"Color4\": \"3\", \"Shape_Leng\": 358515.14086799999, \"Shape_Area\": 3132651699.29 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.82460945839725, 39.947718475146857 ], [ -111.82426378265474, 39.947689399412106 ], [ -111.82391853951913, 39.947696358446692 ], [ -111.82369951194259, 39.947490691339183 ], [ -111.82364447343089, 39.947293769526013 ], [ -111.82360574646134, 39.947090424993796 ], [ -111.82354944833952, 39.946690793358634 ], [ -111.82334602743782, 39.946321938714355 ], [ -111.82329402972152, 39.94628086327522 ], [ -111.82317468874122, 39.946188009622873 ], [ -111.8229620063867, 39.946022839741389 ], [ -111.82275426004863, 39.945781051792189 ], [ -111.82260121968154, 39.945610953079395 ], [ -111.82243397272424, 39.945427440357363 ], [ -111.8223029029932, 39.945234661062528 ], [ -111.82209575447216, 39.945042421126743 ], [ -111.82191786839221, 39.944849973353605 ], [ -111.82174588944649, 39.94466198828971 ], [ -111.82158583142446, 39.944491937930877 ], [ -111.82130131571923, 39.944192128093604 ], [ -111.82110490823655, 39.943918722709626 ], [ -111.82084369797326, 39.943609736914382 ], [ -111.82036021689017, 39.94331133327217 ], [ -111.81986697140194, 39.943175171735206 ], [ -111.81963202672476, 39.943104755182418 ], [ -111.81921588216824, 39.943053638157821 ], [ -111.81863480560186, 39.942913587100286 ], [ -111.81824679647997, 39.942767665763121 ], [ -111.81792353724967, 39.942652820370412 ], [ -111.81765933595017, 39.942582606206514 ], [ -111.81727116994017, 39.942423168095388 ], [ -111.81690630674463, 39.942254554747748 ], [ -111.81664136894285, 39.942122176301517 ], [ -111.81648286079489, 39.942080946996455 ], [ -111.81614238345458, 39.941994148029671 ], [ -111.81563159949619, 39.941858091849817 ], [ -111.81533846430516, 39.941815105119375 ], [ -111.81495701498969, 39.941727689824759 ], [ -111.81472208015363, 39.94165726320319 ], [ -111.81424061473065, 39.94152549969786 ], [ -111.81377660031579, 39.941384601959228 ], [ -111.8134823479873, 39.941247016168028 ], [ -111.81315250522438, 39.941069135456011 ], [ -111.81293052095029, 39.940905814092261 ], [ -111.81263480354835, 39.940743009144775 ], [ -111.81254527892258, 39.94069498406062 ], [ -111.81233886381385, 39.940561284549652 ], [ -111.8122146955718, 39.940454037696185 ], [ -111.81210239124886, 39.940360222205101 ], [ -111.81176016055603, 39.94012386097539 ], [ -111.81156709108066, 39.940029709459353 ], [ -111.81144229736218, 39.939968415793011 ], [ -111.81106474713577, 39.939714280208001 ], [ -111.81098803515218, 39.939660758427962 ], [ -111.81086998831881, 39.939575991627422 ], [ -111.81038237402922, 39.939417225778456 ], [ -111.81004610132021, 39.939188926536069 ], [ -111.80975230117237, 39.93908826793929 ], [ -111.80944024595516, 39.938928271776646 ], [ -111.80895067349515, 39.93870194049591 ], [ -111.80866846764938, 39.93849218039071 ], [ -111.8083906268666, 39.938255359931112 ], [ -111.80825375861025, 39.93806260478582 ], [ -111.80809933608484, 39.937869971827702 ], [ -111.80800348405951, 39.93768143534318 ], [ -111.80785395072391, 39.937406779323659 ], [ -111.8076997002818, 39.937228560191059 ], [ -111.80749145194305, 39.936937194200013 ], [ -111.80731990282044, 39.93678071840494 ], [ -111.80692562422281, 39.936594258657436 ], [ -111.80674380226159, 39.93655948502122 ], [ -111.80624952140246, 39.936328670054998 ], [ -111.80599547377771, 39.936123212356328 ], [ -111.80589937639388, 39.935913052371298 ], [ -111.80580299432047, 39.935678567965958 ], [ -111.80574210213574, 39.935476271911185 ], [ -111.80566281079379, 39.935202025712407 ], [ -111.80535952878176, 39.934789684528212 ], [ -111.80516537607492, 39.934700935565182 ], [ -111.80483616658373, 39.934572580040324 ], [ -111.80460775077491, 39.934556145954907 ], [ -111.80429630809698, 39.934445685081315 ], [ -111.80385096963214, 39.9343947151484 ], [ -111.80354580169804, 39.934320247734277 ], [ -111.80324590652683, 39.934196189371043 ], [ -111.80286952359661, 39.934036620927685 ], [ -111.80259741433775, 39.933786231976335 ], [ -111.80230775310555, 39.933535963830934 ], [ -111.80210621815888, 39.933415726664997 ], [ -111.80196005416146, 39.933326640279837 ], [ -111.80152415342302, 39.933180993715922 ], [ -111.80117146248892, 39.932944673033639 ], [ -111.80090776086108, 39.932812249676331 ], [ -111.80065382115079, 39.932713995354646 ], [ -111.8000890586891, 39.932456611274361 ], [ -111.79956029875071, 39.932275559035332 ], [ -111.79905552257713, 39.93214389271855 ], [ -111.79863940627176, 39.932088196411769 ], [ -111.79800316157142, 39.932124111452339 ], [ -111.79775603146531, 39.932107792635655 ], [ -111.79745151784391, 39.93208826409208 ], [ -111.7970406690843, 39.931982071190603 ], [ -111.79670584522361, 39.931871750536317 ], [ -111.79631157102182, 39.93168074945438 ], [ -111.7959178729249, 39.931539296714902 ], [ -111.79558859121285, 39.931401905502618 ], [ -111.79515399033731, 39.931265235696642 ], [ -111.79471944326403, 39.931133068762165 ], [ -111.794348739402, 39.930955414021611 ], [ -111.7940295522225, 39.930678297961208 ], [ -111.79385027282125, 39.930355174360898 ], [ -111.79377579342419, 39.929986284229578 ], [ -111.79377105856847, 39.929576372646785 ], [ -111.79369996217756, 39.929500276417571 ], [ -111.79366930258472, 39.929378854553136 ], [ -111.79343934610844, 39.929227262547357 ], [ -111.7929207976243, 39.928811856161651 ], [ -111.79279871138937, 39.928474825013566 ], [ -111.7926913168142, 39.928295364088527 ], [ -111.79257144181794, 39.928048415161612 ], [ -111.79252250509069, 39.927864049562331 ], [ -111.79242122274432, 39.927707070988873 ], [ -111.79226143261438, 39.927550492125853 ], [ -111.79204131812578, 39.927236654293075 ], [ -111.79158236164068, 39.927014544525996 ], [ -111.79120531877392, 39.926791873978331 ], [ -111.79089393244152, 39.926681376398605 ], [ -111.79049985951751, 39.926503868519752 ], [ -111.79006561027738, 39.92639420629942 ], [ -111.78955426805653, 39.926194969799226 ], [ -111.7892244751301, 39.926111622346774 ], [ -111.78885012460388, 39.926020468324552 ], [ -111.78855494346864, 39.925791826233443 ], [ -111.78821581342946, 39.925302198910998 ], [ -111.78801390656865, 39.925043189040174 ], [ -111.78775866438674, 39.924725076711823 ], [ -111.78750285686679, 39.924357413908162 ], [ -111.7872889861308, 39.924075058573621 ], [ -111.78712161175831, 39.923765357879525 ], [ -111.78699601751157, 39.923527451511056 ], [ -111.78692287209354, 39.92327116950095 ], [ -111.78666507961962, 39.922831440028133 ], [ -111.78655769456775, 39.922548360733316 ], [ -111.78646048033987, 39.922233678132194 ], [ -111.78645810959131, 39.92202646943948 ], [ -111.78636197874467, 39.921806381996156 ], [ -111.78628334797615, 39.921581670904516 ], [ -111.78621051651915, 39.921352415539488 ], [ -111.78639288229969, 39.920927719446105 ], [ -111.78654867483175, 39.920737457455843 ], [ -111.7866207230478, 39.920489199878851 ], [ -111.78673765014599, 39.920379388288325 ], [ -111.7868860021716, 39.920050425773148 ], [ -111.78695896068871, 39.919779637344703 ], [ -111.78693754280917, 39.919441916091309 ], [ -111.78692383154959, 39.919266318498856 ], [ -111.78685736623584, 39.919082069130269 ], [ -111.78679649361129, 39.918875257323208 ], [ -111.78674881648797, 39.91879899772119 ], [ -111.78675265608467, 39.9186232810005 ], [ -111.78682380928392, 39.918194833720094 ], [ -111.78692484067831, 39.917821143251196 ], [ -111.78704940497396, 39.917459005654933 ], [ -111.78724448709502, 39.917124319473089 ], [ -111.78745737505469, 39.916812036478944 ], [ -111.78771726666655, 39.916517453337555 ], [ -111.78797829185203, 39.916321969494255 ], [ -111.78833922799888, 39.916166349845462 ], [ -111.78853678005197, 39.916047879406229 ], [ -111.78878025161251, 39.915852513125742 ], [ -111.78893048652466, 39.915689314975225 ], [ -111.78902791738673, 39.915512961283035 ], [ -111.78906100006293, 39.915337045411519 ], [ -111.78893598357863, 39.915148690650874 ], [ -111.78871747499286, 39.914969981501841 ], [ -111.78848289820216, 39.914818410546246 ], [ -111.7882635317528, 39.914666735708941 ], [ -111.78809197909484, 39.914501220813094 ], [ -111.78786234312369, 39.914372139460433 ], [ -111.78774753446071, 39.914053072138799 ], [ -111.78760912187006, 39.913716145442379 ], [ -111.78750001038013, 39.913383524457316 ], [ -111.7873558023817, 39.91305114166471 ], [ -111.78725937225418, 39.912804027273864 ], [ -111.78719136551966, 39.91248464153751 ], [ -111.78716404827254, 39.912142455059637 ], [ -111.7871173426413, 39.911741836541914 ], [ -111.78713768229684, 39.911372297138435 ], [ -111.78719599304499, 39.910844828622054 ], [ -111.78725041319684, 39.910488572462768 ], [ -111.78729364982269, 39.910177441143098 ], [ -111.78727751613015, 39.909790129669034 ], [ -111.78719858738508, 39.909538391356151 ], [ -111.78701991219127, 39.909260300635403 ], [ -111.78677844272487, 39.909117782589462 ], [ -111.78650198177344, 39.908984511167283 ], [ -111.78618478317216, 39.908869534870625 ], [ -111.78591479132245, 39.908790276936621 ], [ -111.78556198466015, 39.908630491288946 ], [ -111.78532679437851, 39.908627579456343 ], [ -111.78494699337364, 39.908562577580717 ], [ -111.7847710027481, 39.90851871979546 ], [ -111.78463549428999, 39.908434043750766 ], [ -111.78449931816658, 39.908290808397439 ], [ -111.78429202771883, 39.908066965731166 ], [ -111.78410859748764, 39.907883505422042 ], [ -111.78387842639776, 39.907704865688132 ], [ -111.78357792352875, 39.907616798728611 ], [ -111.78321588228602, 39.907569690731613 ], [ -111.78291762752406, 39.90757620973276 ], [ -111.78260706843686, 39.907632364889729 ], [ -111.78250249240106, 39.907592526542054 ], [ -111.78232624956296, 39.907526142237046 ], [ -111.78215021197795, 39.90747777587157 ], [ -111.78211907092394, 39.907311304671857 ], [ -111.7820209859123, 39.907019147778414 ], [ -111.78197172662702, 39.906699632145774 ], [ -111.78192155407619, 39.906402647128118 ], [ -111.78197183953398, 39.906195082670848 ], [ -111.78203899562135, 39.905927939735932 ], [ -111.78217861523963, 39.905757613826196 ], [ -111.78235136757215, 39.905620400471939 ], [ -111.78256879560851, 39.905605418644797 ], [ -111.78278875884472, 39.905504826200932 ], [ -111.78295836915075, 39.905400068430843 ], [ -111.78301928143675, 39.905201441543191 ], [ -111.78305740336135, 39.90495341461672 ], [ -111.78307202687905, 39.90469653655186 ], [ -111.78305607259094, 39.904322737546664 ], [ -111.78307695512669, 39.904101856395059 ], [ -111.78299871519438, 39.903908673976915 ], [ -111.78274572904888, 39.903779739788661 ], [ -111.78255656822002, 39.903605325328975 ], [ -111.78230199583086, 39.903336748918541 ], [ -111.78212320317654, 39.903045136340104 ], [ -111.78202146978543, 39.902843101864754 ], [ -111.78191881530847, 39.902559985262961 ], [ -111.78192215497251, 39.902339222531602 ], [ -111.78182478718279, 39.902006516242459 ], [ -111.78173495831548, 39.901822420823251 ], [ -111.78156818384662, 39.901661368464893 ], [ -111.78144458763587, 39.90149101509563 ], [ -111.78129032346686, 39.901298343697235 ], [ -111.78108316710951, 39.901083503839189 ], [ -111.7808462578779, 39.900823814907866 ], [ -111.78047477255991, 39.900559625408619 ], [ -111.78021576080009, 39.900413607494961 ], [ -111.77989799936428, 39.900244558618979 ], [ -111.77960943539506, 39.900174420476063 ], [ -111.77928150643046, 39.900036972582775 ], [ -111.77904660727877, 39.899953858658975 ], [ -111.77882114462837, 39.899774275916208 ], [ -111.77853227223075, 39.899469882082286 ], [ -111.77838458276734, 39.899340231250271 ], [ -111.77819656628625, 39.899264909717211 ], [ -111.77779866871451, 39.899249559549332 ], [ -111.77730750168475, 39.899261862666734 ], [ -111.77501587666738, 39.8993627938749 ], [ -111.77479968689072, 39.89938225813399 ], [ -111.77458283763946, 39.899343162616503 ], [ -111.77442385445917, 39.899248720417653 ], [ -111.77428803223646, 39.899133400787996 ], [ -111.77406976487478, 39.898968176395172 ], [ -111.77388150066798, 39.898870324964172 ], [ -111.77354117851144, 39.898773487618016 ], [ -111.7732362008197, 39.898698938137983 ], [ -111.77249203799622, 39.8985777602905 ], [ -111.77209979152649, 39.898544333275709 ], [ -111.7715669821292, 39.898493820611058 ], [ -111.7712097763211, 39.898455652529812 ], [ -111.770934650079, 39.898434957344811 ], [ -111.77068200918789, 39.898333023740037 ], [ -111.77024257449375, 39.898263864764985 ], [ -111.77002608416042, 39.898256292670688 ], [ -111.76970452490687, 39.898267437228476 ], [ -111.76955312243672, 39.898327005840315 ], [ -111.76936698207447, 39.898418339080386 ], [ -111.76906846295581, 39.898397794661065 ], [ -111.76885167024355, 39.898363192932926 ], [ -111.76865822090301, 39.89832393116577 ], [ -111.76838783738029, 39.898204090519144 ], [ -111.76826905921774, 39.898042700784153 ], [ -111.76813721410299, 39.897863377841382 ], [ -111.76799737005993, 39.897805740245943 ], [ -111.76780891645039, 39.897689860521204 ], [ -111.76751629946827, 39.897673777923409 ], [ -111.76718051987368, 39.897563377053885 ], [ -111.76700418126011, 39.89737984222787 ], [ -111.76685671867467, 39.897268194725932 ], [ -111.76680262814865, 39.897137910033067 ], [ -111.76670810198392, 39.897052941749784 ], [ -111.76636084648365, 39.896857021073508 ], [ -111.7660076945668, 39.896656633383508 ], [ -111.76563715043167, 39.896469874162996 ], [ -111.76516164122089, 39.89631083582271 ], [ -111.76488417147674, 39.896078410920417 ], [ -111.76461390339563, 39.895967570442892 ], [ -111.7643254411407, 39.895798285407992 ], [ -111.76413090088009, 39.895659915193789 ], [ -111.76384234107888, 39.895481619761696 ], [ -111.76338793624534, 39.895115209157773 ], [ -111.76306312247924, 39.894937150402036 ], [ -111.76289289939562, 39.894776093509783 ], [ -111.76270441269867, 39.894655700686137 ], [ -111.76239681926182, 39.894342379417843 ], [ -111.76221918238028, 39.894145330951673 ], [ -111.76199556061181, 39.894020662965666 ], [ -111.7618535623391, 39.89387293378747 ], [ -111.7616759780973, 39.893680389032497 ], [ -111.76157456804057, 39.893500858522586 ], [ -111.76155488034289, 39.893307276547887 ], [ -111.76151270831808, 39.893195831629939 ], [ -111.76147534063959, 39.892884336992253 ], [ -111.7614649334465, 39.892578071200965 ], [ -111.76139191767001, 39.89232177051354 ], [ -111.76122028629906, 39.892138195739868 ], [ -111.76094329508422, 39.891946302243774 ], [ -111.76070818632688, 39.891839726730559 ], [ -111.76043789179697, 39.891724371631284 ], [ -111.76020813474317, 39.891572710856472 ], [ -111.76003170540331, 39.891483768949492 ], [ -111.75982018974722, 39.891395056655654 ], [ -111.75954415008606, 39.891288746926058 ], [ -111.7591851490635, 39.891083871520927 ], [ -111.75883249465038, 39.890924002618746 ], [ -111.75852077606704, 39.890763864898155 ], [ -111.75824449274289, 39.890635029064832 ], [ -111.758067572097, 39.890501038193847 ], [ -111.75778387658912, 39.890336210373476 ], [ -111.75770783557471, 39.890228589227675 ], [ -111.75753110544565, 39.890111714960391 ], [ -111.75738229558681, 39.889874827303785 ], [ -111.75723912623351, 39.889618981963807 ], [ -111.75712024050509, 39.889444066406725 ], [ -111.75694164055257, 39.889156917556164 ], [ -111.75692826080677, 39.889003837696734 ], [ -111.75693827145685, 39.888850605168237 ], [ -111.75706538211872, 39.888710123024168 ], [ -111.75722832106986, 39.888636980572677 ], [ -111.75740850489298, 39.888536695763591 ], [ -111.75765846201547, 39.888399915521795 ], [ -111.75794340410908, 39.888253896266427 ], [ -111.75822180268001, 39.888044850242721 ], [ -111.75849970310374, 39.887790757626668 ], [ -111.75870929657246, 39.887600180082067 ], [ -111.75888072010817, 39.887342278155863 ], [ -111.75893725737076, 39.887166216374844 ], [ -111.7589879469289, 39.886990192832002 ], [ -111.75905622813524, 39.8868185590444 ], [ -111.75929764478136, 39.886438565541454 ], [ -111.75956909089602, 39.886130453551814 ], [ -111.75982948642701, 39.885880977267298 ], [ -111.76004349957711, 39.885667843723702 ], [ -111.76031498910007, 39.8853642346009 ], [ -111.76045328333612, 39.8851786261841 ], [ -111.76057958367153, 39.884966066738173 ], [ -111.76075751254355, 39.884663070099037 ], [ -111.76085342974301, 39.884347096476766 ], [ -111.76090386344322, 39.884148549109192 ], [ -111.7609886328032, 39.883882202615709 ], [ -111.76094546178204, 39.883679764452502 ], [ -111.76079679390554, 39.88345549375952 ], [ -111.76059615017407, 39.883290127716265 ], [ -111.76039682611011, 39.883138267429615 ], [ -111.76019421888388, 39.882900834808467 ], [ -111.75991127183271, 39.882695462704881 ], [ -111.75966851005053, 39.8824222528593 ], [ -111.75938482113402, 39.882149310472407 ], [ -111.75927723969225, 39.881938283487912 ], [ -111.75915800471192, 39.881730936613394 ], [ -111.75901627387729, 39.881498509265832 ], [ -111.75890227420864, 39.881341582981719 ], [ -111.758682759998, 39.881054704092961 ], [ -111.75854574941522, 39.880825849195659 ], [ -111.75843842081046, 39.880637344335803 ], [ -111.75835472838406, 39.880471209438653 ], [ -111.75829407645499, 39.88027338936795 ], [ -111.75833856867862, 39.880065871964639 ], [ -111.7583352440727, 39.879764063793814 ], [ -111.7583389075688, 39.879565823174829 ], [ -111.75834232295102, 39.879345059549223 ], [ -111.75834479554129, 39.87903870851148 ], [ -111.75825912078564, 39.878692389459765 ], [ -111.75815734544207, 39.878476818402426 ], [ -111.75801444558493, 39.878243496329773 ], [ -111.75795850272208, 39.877942031935341 ], [ -111.75795716372163, 39.877820407693655 ], [ -111.75793635078607, 39.877523218605205 ], [ -111.75795165902747, 39.877320396894994 ], [ -111.75794204355404, 39.876978085341364 ], [ -111.75780984910254, 39.876654594454124 ], [ -111.75763633373566, 39.876295333910498 ], [ -111.75739945037003, 39.876022080527051 ], [ -111.75725095953403, 39.875811318541821 ], [ -111.75702817976867, 39.875650595474035 ], [ -111.75687331887461, 39.875498438624149 ], [ -111.75667280696173, 39.875342074470957 ], [ -111.75655538328131, 39.875297791207458 ], [ -111.7563088929995, 39.875213805172095 ], [ -111.75605173136978, 39.87511637338892 ], [ -111.75587477394764, 39.875081487353306 ], [ -111.75575170257693, 39.875055259790791 ], [ -111.75558716266659, 39.874979748046457 ], [ -111.75548517112951, 39.87484976951739 ], [ -111.75522830845586, 39.874779363518883 ], [ -111.75505812097759, 39.874721907505496 ], [ -111.7548940270935, 39.874686936223384 ], [ -111.75470659722788, 39.874656621487588 ], [ -111.75445465993484, 39.874608706363126 ], [ -111.75429616625195, 39.874551173159688 ], [ -111.75411881644993, 39.874480247554793 ], [ -111.75372179178673, 39.874424264237348 ], [ -111.75351082979969, 39.87438058569856 ], [ -111.75318819603709, 39.874283572866517 ], [ -111.75307092415784, 39.874252799857466 ], [ -111.7526083240803, 39.874188228617818 ], [ -111.75232067203343, 39.874081976504712 ], [ -111.75212106018149, 39.874006687299314 ], [ -111.75194413552141, 39.873867280661649 ], [ -111.75180741764359, 39.873661841157293 ], [ -111.75172365153335, 39.873486691824922 ], [ -111.75166164823841, 39.873162738686489 ], [ -111.7515673598876, 39.872987657414775 ], [ -111.75150477850615, 39.87271776707739 ], [ -111.75146694829279, 39.872465736055943 ], [ -111.75141202222956, 39.872254360148517 ], [ -111.75138540385682, 39.872065325481039 ], [ -111.75130290834475, 39.871899177420296 ], [ -111.75118406891124, 39.87172425482062 ], [ -111.750983728265, 39.871581394348389 ], [ -111.75085447501272, 39.871523667053523 ], [ -111.7507313627423, 39.871492929456593 ], [ -111.75002673769563, 39.871213677372666 ], [ -111.74921669299304, 39.87091708225914 ], [ -111.74831302056485, 39.870612075686829 ], [ -111.74774375308584, 39.870413025065524 ], [ -111.74753826189256, 39.870333260850181 ], [ -111.74742055919371, 39.870261940456182 ], [ -111.74732034588747, 39.870186002321837 ], [ -111.74724858076789, 39.870037801886177 ], [ -111.74720024877865, 39.869893955378551 ], [ -111.74710397636456, 39.869642299240297 ], [ -111.7469897270941, 39.869350214379075 ], [ -111.74681259033886, 39.869189177419869 ], [ -111.74664188637053, 39.869082157987997 ], [ -111.74633029531741, 39.86892198572103 ], [ -111.74547274604357, 39.868553590919831 ], [ -111.74407997325693, 39.867886793806385 ], [ -111.74305657963767, 39.867316722658039 ], [ -111.74224495973847, 39.866866920672173 ], [ -111.74143315109509, 39.866507212897595 ], [ -111.74092307854743, 39.866262700724178 ], [ -111.74054122004054, 39.866089446775767 ], [ -111.74020042827632, 39.865929444309266 ], [ -111.73998244503657, 39.865773162351545 ], [ -111.73988181093914, 39.865656675929465 ], [ -111.73975706896934, 39.865472769096414 ], [ -111.73954411156431, 39.865239870284121 ], [ -111.73933811329249, 39.865110540304229 ], [ -111.73907897388632, 39.864931994246234 ], [ -111.73844832980375, 39.864453982421324 ], [ -111.73817735930234, 39.864261994817525 ], [ -111.73805363804173, 39.864172683330011 ], [ -111.73798856520179, 39.864101018334239 ], [ -111.73796412143602, 39.864002065175711 ], [ -111.73796272187795, 39.863871430819394 ], [ -111.73799088754328, 39.863772142937165 ], [ -111.73801335244973, 39.863686406139408 ], [ -111.73808504772796, 39.863285010253705 ], [ -111.73810012235428, 39.863055162359096 ], [ -111.73808703177225, 39.86292460237776 ], [ -111.73800809752439, 39.86265030323603 ], [ -111.73780631485984, 39.862367775625827 ], [ -111.73731850942707, 39.861578007715444 ], [ -111.73694278655634, 39.860882129368449 ], [ -111.73688868570662, 39.860742819854877 ], [ -111.73682294283756, 39.860608089208839 ], [ -111.73677990654816, 39.860410145093219 ], [ -111.73676049210519, 39.860234575632703 ], [ -111.73677136346787, 39.860157922547515 ], [ -111.73674350257416, 39.859739139784445 ], [ -111.73669400870583, 39.859374553704619 ], [ -111.73665622768824, 39.859230635448121 ], [ -111.73655483833576, 39.859042071659502 ], [ -111.73639500854172, 39.858854779788359 ], [ -111.73618901612068, 39.858723641989741 ], [ -111.73572403388798, 39.858424760893001 ], [ -111.73566516032099, 39.858385490783135 ], [ -111.73559980692583, 39.858286796465023 ], [ -111.73552058479011, 39.858093586206664 ], [ -111.73540244963345, 39.857869087982749 ], [ -111.73520528704495, 39.857469397676169 ], [ -111.73501517309326, 39.857182285981501 ], [ -111.73473652257316, 39.856814645764928 ], [ -111.73459930439553, 39.856554227963372 ], [ -111.73457438806906, 39.856410227471123 ], [ -111.73457190032651, 39.856176886996721 ], [ -111.73462161254314, 39.855905374383646 ], [ -111.73466659390982, 39.855738406469811 ], [ -111.73468239916053, 39.85557612827558 ], [ -111.73464512108725, 39.855369136807624 ], [ -111.73459624979324, 39.855171228633338 ], [ -111.7345018378616, 39.854978113752665 ], [ -111.73431038969059, 39.854564870663033 ], [ -111.7341342839654, 39.854165044967715 ], [ -111.73407997148604, 39.853895091790747 ], [ -111.73414296676003, 39.853773059508363 ], [ -111.73422358208573, 39.853659024570909 ], [ -111.73426407205363, 39.85361912473136 ], [ -111.73491918142905, 39.853114926776399 ], [ -111.73520334531617, 39.852904997450068 ], [ -111.73541753641955, 39.852710827889588 ], [ -111.73568441362485, 39.85252443270835 ], [ -111.73587622472137, 39.852424107174741 ], [ -111.73616772878705, 39.852354683329793 ], [ -111.73623187403959, 39.852340761379338 ], [ -111.73694321822309, 39.852178571180389 ], [ -111.73718733775057, 39.852050881458844 ], [ -111.73729751542737, 39.851969092131547 ], [ -111.73745362909763, 39.851810426536829 ], [ -111.73750516866021, 39.851710989981974 ], [ -111.7375391747333, 39.851611664883869 ], [ -111.73756232322793, 39.851480874163173 ], [ -111.73760685872344, 39.851382383082274 ], [ -111.73768229621422, 39.851331447938854 ], [ -111.73775798436633, 39.851303936890737 ], [ -111.73784560245134, 39.851298874659541 ], [ -111.73802069385145, 39.851275236070606 ], [ -111.73845322905366, 39.851276988323704 ], [ -111.73888035452592, 39.8513193179677 ], [ -111.73911451787161, 39.851353865789143 ], [ -111.73929005354377, 39.851371667988936 ], [ -111.739447853012, 39.851370662196935 ], [ -111.73963462318216, 39.851346045735632 ], [ -111.73973393000431, 39.851340907548462 ], [ -111.73992125136907, 39.851367643533173 ], [ -111.7401132774431, 39.851397052167087 ], [ -111.74030029906829, 39.851395858765954 ], [ -111.74041830806381, 39.851390600636023 ], [ -111.7406807745938, 39.851339370598204 ], [ -111.7409026204021, 39.851315429117022 ], [ -111.74100187863117, 39.851305785205803 ], [ -111.74116595833969, 39.851345281500649 ], [ -111.74128304056551, 39.851362553157983 ], [ -111.74159878474032, 39.851374049854982 ], [ -111.74227673762437, 39.85136971366213 ], [ -111.74297738810377, 39.851302158848895 ], [ -111.74343846502617, 39.851240640415426 ], [ -111.74377208450282, 39.851175432505734 ], [ -111.74394571275924, 39.851124764667418 ], [ -111.74487774876373, 39.850834971719223 ], [ -111.74542492701924, 39.850628734119148 ], [ -111.74561681592596, 39.850537401896915 ], [ -111.74584878588519, 39.850369227523487 ], [ -111.74594166131745, 39.850310065989618 ], [ -111.74606390449441, 39.850264230352202 ], [ -111.74623285327283, 39.850213589189593 ], [ -111.74634345623912, 39.850172333087635 ], [ -111.74645970821251, 39.850113020733218 ], [ -111.74655224118298, 39.850022326270427 ], [ -111.7466838318101, 39.849868311042286 ], [ -111.74671290427892, 39.849746490273724 ], [ -111.74671718668576, 39.84960230432862 ], [ -111.7467920749712, 39.848962119391658 ], [ -111.74684563554362, 39.848511279566146 ], [ -111.74695076742931, 39.847965503660312 ], [ -111.74694184764449, 39.847681749200625 ], [ -111.74691490754425, 39.847353061245698 ], [ -111.74689508097464, 39.847141456198038 ], [ -111.74689824016579, 39.846893663533905 ], [ -111.74693675633758, 39.846672672913563 ], [ -111.7470098968607, 39.846410914747167 ], [ -111.74713480248565, 39.846072238953738 ], [ -111.7475120524677, 39.845290451884381 ], [ -111.74797806599113, 39.844610804140686 ], [ -111.74831797191707, 39.844159017674045 ], [ -111.74857433877889, 39.843549194922886 ], [ -111.74880172735845, 39.842962083379341 ], [ -111.74897292703467, 39.842582562032078 ], [ -111.7491748606671, 39.842342495526971 ], [ -111.74938877397109, 39.842129381005677 ], [ -111.74992620373085, 39.841571798598885 ], [ -111.75006428548109, 39.841264568946677 ], [ -111.75010726739112, 39.841025528404671 ], [ -111.75008704104806, 39.840777886638712 ], [ -111.74995495545549, 39.840454383800186 ], [ -111.74981187012617, 39.840194021271188 ], [ -111.74963731549975, 39.839726633916733 ], [ -111.7495510507346, 39.839317240272194 ], [ -111.74952424901568, 39.839002066459024 ], [ -111.74954473296738, 39.838736141644304 ], [ -111.7495287366649, 39.838339808751009 ], [ -111.7494537202497, 39.837889797635135 ], [ -111.74933751828706, 39.837413923710749 ], [ -111.74925081425948, 39.837071205892322 ], [ -111.7492075072163, 39.836742623600941 ], [ -111.74918571930249, 39.836350832880825 ], [ -111.7491706557866, 39.836040087973814 ], [ -111.74912554499242, 39.835652952764661 ], [ -111.74905219822715, 39.835356099023585 ], [ -111.74892680305194, 39.835109135796266 ], [ -111.74875451793669, 39.834848960182143 ], [ -111.74865907336654, 39.834669377737498 ], [ -111.74851747224457, 39.834544152548588 ], [ -111.74845714034672, 39.834476967388618 ], [ -111.74839276497609, 39.834360253712582 ], [ -111.7483802576736, 39.834284651055157 ], [ -111.74837279156539, 39.83413513451702 ], [ -111.74845818666255, 39.833927355413785 ], [ -111.74863413871526, 39.833556813304988 ], [ -111.7487939191297, 39.833096276058406 ], [ -111.74889659564299, 39.832865860252035 ], [ -111.74904674803823, 39.832702712256051 ], [ -111.74919091008941, 39.832526087861709 ], [ -111.74970519060008, 39.831995685042223 ], [ -111.75019726843828, 39.831573542593375 ], [ -111.75044021217428, 39.831346723233189 ], [ -111.75059079889984, 39.831224115071606 ], [ -111.75071942805099, 39.831124173614924 ], [ -111.75093223184408, 39.83092007305946 ], [ -111.75107707222081, 39.83080651138323 ], [ -111.75130848158325, 39.830701398865948 ], [ -111.75159510568729, 39.830622957973475 ], [ -111.75174593429429, 39.830522871555978 ], [ -111.7519138974438, 39.830386634186318 ], [ -111.75202387584631, 39.830291317119205 ], [ -111.75213395220229, 39.83020500923859 ], [ -111.75228517221775, 39.830140959286297 ], [ -111.75241925731855, 39.830113059973058 ], [ -111.75267589931074, 39.830071751556929 ], [ -111.75279819073626, 39.830034017400607 ], [ -111.75315203109422, 39.82979746277914 ], [ -111.75338401186937, 39.829638282851683 ], [ -111.75357538904885, 39.82950639598613 ], [ -111.75374324763396, 39.829361146713623 ], [ -111.75393923476754, 39.829116605203303 ], [ -111.75412923025195, 39.828858587411162 ], [ -111.75428981488433, 39.828582740665141 ], [ -111.75446886187324, 39.828392367946257 ], [ -111.75471197755051, 39.828183558328412 ], [ -111.75509545781259, 39.827987349613004 ], [ -111.75529925193221, 39.827922953538852 ], [ -111.75553745862156, 39.827799768469717 ], [ -111.75569436449669, 39.827722162149655 ], [ -111.75578086514055, 39.827617984499142 ], [ -111.75593423199416, 39.827324162606203 ], [ -111.75611434089463, 39.827124770480552 ], [ -111.75626471074492, 39.826984136474636 ], [ -111.75646672218524, 39.826757571230971 ], [ -111.75664463175177, 39.8264644893354 ], [ -111.75682375574691, 39.826282221383273 ], [ -111.75707219480927, 39.826027421411879 ], [ -111.7573035207996, 39.825810574319895 ], [ -111.75755746218722, 39.825525103615362 ], [ -111.75789186558941, 39.825118373668815 ], [ -111.75820970915939, 39.824800048303388 ], [ -111.75846923757231, 39.824492014231005 ], [ -111.75874534851893, 39.82409827675734 ], [ -111.75890030953923, 39.823844985102426 ], [ -111.75911948234562, 39.823586768145383 ], [ -111.7593559316437, 39.823305912857997 ], [ -111.75955668224421, 39.822966726221473 ], [ -111.75964153416352, 39.822713892508766 ], [ -111.75971589222432, 39.822569246664706 ], [ -111.75996383093907, 39.822271195994787 ], [ -111.76014813199407, 39.822030324342144 ], [ -111.7603487161845, 39.821676721475626 ], [ -111.76045659344967, 39.821393102440069 ], [ -111.76065164036994, 39.821067466120475 ], [ -111.76088310336415, 39.820759610521165 ], [ -111.7610667114419, 39.820456573341076 ], [ -111.76122088520601, 39.820239323395505 ], [ -111.76139330413262, 39.819981408784471 ], [ -111.76161814801169, 39.819709634875281 ], [ -111.76174562118015, 39.81961419366268 ], [ -111.76184408449377, 39.819536962679628 ], [ -111.76206942274462, 39.819310234335504 ], [ -111.76224847418034, 39.819124354381749 ], [ -111.76235208102153, 39.818984019594694 ], [ -111.76247301322179, 39.818825550976932 ], [ -111.76257617105188, 39.818644674205281 ], [ -111.76266190312269, 39.818472921824998 ], [ -111.76273060799556, 39.818346331017445 ], [ -111.7628515382256, 39.818187862006688 ], [ -111.76308824302367, 39.817933126101757 ], [ -111.76326729814122, 39.81774814552039 ], [ -111.7634343103676, 39.817530808112352 ], [ -111.7635899376601, 39.817340575212498 ], [ -111.76375664870926, 39.817096209487055 ], [ -111.76385420852297, 39.816937893248998 ], [ -111.76398686653692, 39.816783850791879 ], [ -111.76408407619368, 39.816594001861034 ], [ -111.76416445949577, 39.816467333267973 ], [ -111.76424419387074, 39.816282104261418 ], [ -111.76426646182485, 39.81618284820712 ], [ -111.76421873268525, 39.81609306315849 ], [ -111.76412799777982, 39.815917966861562 ], [ -111.76409826304072, 39.815764993640336 ], [ -111.76410270764396, 39.815638825152156 ], [ -111.76407699769864, 39.815427260772559 ], [ -111.76409836773163, 39.815246921146588 ], [ -111.76413756092188, 39.815093493966231 ], [ -111.76420616002696, 39.814957892981276 ], [ -111.76431529864962, 39.814790490100066 ], [ -111.76440687299269, 39.814619598853348 ], [ -111.76450329956887, 39.814464893461803 ], [ -111.76456677513207, 39.814288781254824 ], [ -111.7646224921609, 39.814045145540177 ], [ -111.76474835322459, 39.813805552456188 ], [ -111.76489837710085, 39.813637879516023 ], [ -111.7650078116359, 39.813497503847572 ], [ -111.76519203204512, 39.813253020495317 ], [ -111.76534754507156, 39.813053775947743 ], [ -111.76550235761255, 39.812791466173188 ], [ -111.76556895281128, 39.8124756785977 ], [ -111.76564233809015, 39.812245440677302 ], [ -111.765721863849, 39.812042192026688 ], [ -111.76589968692596, 39.811748195005777 ], [ -111.76603188051472, 39.811553608409028 ], [ -111.76613486836952, 39.811359214505906 ], [ -111.76623196465339, 39.811160354438464 ], [ -111.76630594662564, 39.810984171820245 ], [ -111.76636275553524, 39.810839637406147 ], [ -111.76638643711863, 39.810762896407446 ], [ -111.76636669558791, 39.810668422316702 ], [ -111.76633109971353, 39.810619102689579 ], [ -111.76613270791282, 39.810638432728219 ], [ -111.76372354018501, 39.810938128758728 ], [ -111.76246962334797, 39.811117564569066 ], [ -111.76184523479638, 39.811175725691641 ], [ -111.76116283266724, 39.811270303854648 ], [ -111.75976287732733, 39.811450668374754 ], [ -111.75919713133821, 39.811530055132948 ], [ -111.75865325307709, 39.811579563311668 ], [ -111.75830470207823, 39.811649416432495 ], [ -111.75763372490118, 39.81172137430675 ], [ -111.75703274000944, 39.811783861704399 ], [ -111.75651932039766, 39.811841270112041 ], [ -111.75586586251254, 39.811913103540753 ], [ -111.75504394871881, 39.812071624180028 ], [ -111.75466432812593, 39.812078598881506 ], [ -111.75430831793756, 39.812107943733928 ], [ -111.75373594140309, 39.812116168357669 ], [ -111.75309347171097, 39.81212484512546 ], [ -111.7516037012044, 39.812107475198125 ], [ -111.75117141207275, 39.812105769678809 ], [ -111.75068625917569, 39.812077374716949 ], [ -111.69028007386494, 39.812620053585121 ], [ -111.64210156558165, 39.813030922760731 ], [ -111.64236768116938, 39.798316115915533 ], [ -111.62572901167596, 39.798370990069714 ], [ -111.62251121055752, 39.798397306928862 ], [ -111.62268368771684, 39.783845181453501 ], [ -111.60384171254833, 39.783949255243257 ], [ -111.58479955627271, 39.783866572522889 ], [ -111.58503226855723, 39.749969479672387 ], [ -111.58506618939994, 39.740179820520311 ], [ -111.6039068364946, 39.739948182305064 ], [ -111.62575859891922, 39.739736938069115 ], [ -111.6427445669397, 39.739640526871113 ], [ -111.64259323795928, 39.725229685878666 ], [ -111.66146617797291, 39.7251642334911 ], [ -111.66138954720014, 39.717753841829577 ], [ -111.68018345046912, 39.717573175268484 ], [ -111.68023178162113, 39.71002240244286 ], [ -111.68962586133614, 39.709750741357624 ], [ -111.68956917761251, 39.695267270075369 ], [ -111.69903728900309, 39.695021443074687 ], [ -111.71862147338206, 39.694613566344515 ], [ -111.71667770388861, 39.636883767651476 ], [ -111.71545971555071, 39.63686424530421 ], [ -111.71543611102223, 39.624957351511419 ], [ -111.7156419877042, 39.548174700010136 ], [ -111.71324463090569, 39.54819394172619 ], [ -111.71325637217232, 39.515796985201717 ], [ -111.71325711487113, 39.499942220102298 ], [ -111.71314146772625, 39.460158068878634 ], [ -111.7314599705162, 39.460080335486985 ], [ -111.7317738426997, 39.460082866145008 ], [ -111.74771504732601, 39.459990475203135 ], [ -111.74770464252093, 39.457931643787376 ], [ -111.74742759545369, 39.440718843939479 ], [ -111.74729595546989, 39.416976911490224 ], [ -111.74710710143445, 39.382949645599609 ], [ -111.75074102801004, 39.382917245047061 ], [ -111.76575786677503, 39.382724773462584 ], [ -111.80325791031842, 39.382408859368077 ], [ -111.82185632162569, 39.382206893121214 ], [ -111.84052482669671, 39.382051005708881 ], [ -111.86263228435891, 39.381605371220616 ], [ -111.87576299431673, 39.381516291377878 ], [ -111.8814984616188, 39.381495507035744 ], [ -111.89960202246851, 39.381227193373661 ], [ -111.89965801328992, 39.381518702170631 ], [ -111.92252614587147, 39.381573909038565 ], [ -111.92214900593274, 39.374972172662709 ], [ -111.92156053123227, 39.366858327850345 ], [ -111.95880801824266, 39.366169926691555 ], [ -111.95835622652962, 39.351373818029238 ], [ -111.95778778601101, 39.336939053551532 ], [ -112.00077660742458, 39.336829640566748 ], [ -112.0030333019857, 39.336819224516418 ], [ -112.00701429025277, 39.33681187941098 ], [ -112.01335992483838, 39.336797349277319 ], [ -112.01575009742251, 39.336790029621916 ], [ -112.01571450011912, 39.332726579256679 ], [ -112.01565030157045, 39.329893317794401 ], [ -112.01566092560213, 39.327018854494625 ], [ -112.01568158981387, 39.322432293170493 ], [ -112.01574560169209, 39.318436444241463 ], [ -112.01579296969376, 39.314492999292234 ], [ -112.01846099820665, 39.314501223356501 ], [ -112.02927814740063, 39.314536730826021 ], [ -112.04136520654619, 39.314555373545474 ], [ -112.04821465716432, 39.314547958972106 ], [ -112.05327773336707, 39.314538297914531 ], [ -112.0533026286075, 39.315038159023651 ], [ -112.05863685781986, 39.315007789596415 ], [ -112.06483185655259, 39.314982820500376 ], [ -112.07213343127484, 39.314956345217851 ], [ -112.07214923859429, 39.319335327341818 ], [ -112.07216266544857, 39.323709822923227 ], [ -112.07217430206362, 39.327890605310841 ], [ -112.0722366910254, 39.329696642520645 ], [ -112.08161114917583, 39.329695503516611 ], [ -112.08936726700774, 39.329704262296744 ], [ -112.0919832213574, 39.329684253775994 ], [ -112.10031919873975, 39.329677830232555 ], [ -112.10773272322739, 39.329666076774572 ], [ -112.10956585510087, 39.329666636588549 ], [ -112.11234771163922, 39.32950042041363 ], [ -112.11969195503188, 39.32951109341785 ], [ -112.12578264491307, 39.329488382175299 ], [ -112.13311519580958, 39.329493815725172 ], [ -112.14037196983318, 39.329477003414155 ], [ -112.14833040322195, 39.32944470836847 ], [ -112.15550592991971, 39.329426852715692 ], [ -112.16195682713624, 39.329439218347879 ], [ -112.16822166760927, 39.329426062530963 ], [ -112.17693545331451, 39.329468925174695 ], [ -112.18432622929272, 39.329488563376756 ], [ -112.19351018220216, 39.329547925454236 ], [ -112.1954649235005, 39.32953687430502 ], [ -112.19577943486614, 39.329542653848392 ], [ -112.1956194049761, 39.329751538391029 ], [ -112.19531157500627, 39.330070066199966 ], [ -112.19512370243029, 39.330279236001942 ], [ -112.19486661160367, 39.330511642277365 ], [ -112.19451061139839, 39.33072704225664 ], [ -112.19417047666347, 39.330852173816737 ], [ -112.19375486299597, 39.330973573359337 ], [ -112.19351989326169, 39.331142676589224 ], [ -112.19317114053761, 39.331443597482114 ], [ -112.19302805135152, 39.33155769500879 ], [ -112.19277567746364, 39.331726975140889 ], [ -112.19248750657165, 39.331838053555586 ], [ -112.19221070557244, 39.331935499108653 ], [ -112.19193350605221, 39.33200952090494 ], [ -112.19157551631989, 39.332108697444959 ], [ -112.19139792575635, 39.332172687655365 ], [ -112.19105083334802, 39.332298782397551 ], [ -112.19067573056213, 39.332415251170929 ], [ -112.19042739102342, 39.332480864725724 ], [ -112.19005716997978, 39.33254321884916 ], [ -112.18971617843056, 39.332618788692137 ], [ -112.18946173166707, 39.3326664417107 ], [ -112.18906586499757, 39.332927284799887 ], [ -112.18899763537404, 39.333009075956546 ], [ -112.18883255573515, 39.333195476638423 ], [ -112.1885404789503, 39.333419215894125 ], [ -112.18833410859783, 39.333565490484098 ], [ -112.18804653286973, 39.333712593680374 ], [ -112.18778902478566, 39.333922462489859 ], [ -112.18756563138905, 39.334091435588284 ], [ -112.18733147436772, 39.334310075566265 ], [ -112.18718958882738, 39.334496237288619 ], [ -112.18711745977139, 39.33469069778981 ], [ -112.18715034742624, 39.334920128894353 ], [ -112.18717888251503, 39.33523520368189 ], [ -112.18718223497579, 39.335433399444952 ], [ -112.18739043332069, 39.335737630870625 ], [ -112.18760246750404, 39.335925587932806 ], [ -112.18778539349235, 39.336107534360394 ], [ -112.18785934531743, 39.336363577443841 ], [ -112.18795062314832, 39.336614938390021 ], [ -112.18801885182185, 39.336875544988118 ], [ -112.18816172629276, 39.337090337234073 ], [ -112.18822919360392, 39.337305899209518 ], [ -112.18824411916479, 39.337570654019963 ], [ -112.18820239756614, 39.337779221350807 ], [ -112.18807538798028, 39.338158956826227 ], [ -112.18817109703507, 39.338329178244479 ], [ -112.18826312533281, 39.33869316177281 ], [ -112.18869994885532, 39.339067139651796 ], [ -112.18895167116136, 39.339199724983018 ], [ -112.18912256506543, 39.339355661778292 ], [ -112.18920232627896, 39.33961164447058 ], [ -112.18917736784866, 39.339850676291746 ], [ -112.18914958500672, 39.339923043734885 ], [ -112.18900412113702, 39.340240796581625 ], [ -112.18890510886399, 39.340560777836615 ], [ -112.18894037151189, 39.340929845779627 ], [ -112.18901334082624, 39.341127330037622 ], [ -112.18916767652679, 39.341332993297982 ], [ -112.1894793264446, 39.341577595552558 ], [ -112.18970762627238, 39.341696902873366 ], [ -112.19002448385201, 39.341837830324629 ], [ -112.19021697205233, 39.341966513261312 ], [ -112.19035887055287, 39.342122744660188 ], [ -112.19046069746376, 39.342310922332395 ], [ -112.19063161770525, 39.342467757550274 ], [ -112.19088318772982, 39.342590428622231 ], [ -112.19145047869782, 39.342854935326784 ], [ -112.19151505538615, 39.342899326373839 ], [ -112.19174496956167, 39.343113222704936 ], [ -112.19187588371454, 39.343305606430576 ], [ -112.191941302804, 39.343399546014169 ], [ -112.19228274266139, 39.343688887648206 ], [ -112.19244542108305, 39.344043133126213 ], [ -112.19251367430799, 39.344303736396625 ], [ -112.19251216042504, 39.344556044111187 ], [ -112.19243570520341, 39.34483705207434 ], [ -112.19227876665195, 39.345162134657336 ], [ -112.19209092217724, 39.345375804221256 ], [ -112.19166591198737, 39.345632449237314 ], [ -112.19143569581225, 39.34574293162256 ], [ -112.19105213146401, 39.346048707463893 ], [ -112.19085474255166, 39.346384113574842 ], [ -112.19077116247034, 39.346587703582323 ], [ -112.19066559947905, 39.346863601910954 ], [ -112.1905800390127, 39.347292472856324 ], [ -112.19058035303151, 39.34765288694387 ], [ -112.19058509258727, 39.347932161847417 ], [ -112.19067220019635, 39.348278172247035 ], [ -112.19079289464004, 39.34855175543462 ], [ -112.19093099474603, 39.348825160354451 ], [ -112.1911984136092, 39.349196356163226 ], [ -112.19148897804722, 39.349495230911394 ], [ -112.19168859271934, 39.34970042680753 ], [ -112.19196739271656, 39.350057988567919 ], [ -112.19209375612083, 39.350254923585787 ], [ -112.19226643338162, 39.350582035150062 ], [ -112.19231499081948, 39.350707683620904 ], [ -112.19239447130771, 39.350945645545394 ], [ -112.19240052033906, 39.351301495386508 ], [ -112.19239213275753, 39.351490800266284 ], [ -112.19238977665543, 39.351693558975519 ], [ -112.19237597006301, 39.351905445430468 ], [ -112.19236277596755, 39.352153367298619 ], [ -112.19230973447102, 39.352446749556698 ], [ -112.19226799007006, 39.3527219951864 ], [ -112.19220968183872, 39.353046967817548 ], [ -112.19213457976147, 39.353408154141434 ], [ -112.19206466648222, 39.353733245556796 ], [ -112.19197612178918, 39.353986444387637 ], [ -112.19186375607903, 39.354203845440061 ], [ -112.19171138777904, 39.35445769773635 ], [ -112.19155886534236, 39.354702540985166 ], [ -112.19141733385948, 39.354911229816146 ], [ -112.19134787500559, 39.35526334735318 ], [ -112.19138697251783, 39.355515238837356 ], [ -112.1914783661048, 39.355771100056948 ], [ -112.19159327514686, 39.356044741232083 ], [ -112.19169535611836, 39.356246430299421 ], [ -112.19181476772508, 39.356443436559772 ], [ -112.19192548467855, 39.356811729686669 ], [ -112.19195855334624, 39.357050167026642 ], [ -112.19199200506299, 39.357311126465405 ], [ -112.19204408895213, 39.357643978347177 ], [ -112.1921309107238, 39.357971969099601 ], [ -112.19223034534971, 39.35829082012355 ], [ -112.192360436087, 39.358501231939158 ], [ -112.19247696180973, 39.358869464863737 ], [ -112.19246949320316, 39.359112822583022 ], [ -112.1923696451733, 39.359384158176837 ], [ -112.19226748713092, 39.359587939245088 ], [ -112.19225745531699, 39.359885385666935 ], [ -112.19220736553996, 39.360079622753432 ], [ -112.1919801661151, 39.360370283530791 ], [ -112.19179342951109, 39.360651519031279 ], [ -112.19177113801214, 39.360705809813176 ], [ -112.19176946948731, 39.3609491080231 ], [ -112.19178856145726, 39.361048027011421 ], [ -112.19181345606746, 39.361146886562551 ], [ -112.19188683873062, 39.361366890006849 ], [ -112.19197694058462, 39.361546175280992 ], [ -112.19201503364421, 39.361738607845218 ], [ -112.19181892399438, 39.362151491344555 ], [ -112.1917134963852, 39.362436399036248 ], [ -112.19165975648902, 39.362689240864803 ], [ -112.19164654348596, 39.362936261386608 ], [ -112.19172559258539, 39.36314809746321 ], [ -112.19185058958278, 39.363331530586841 ], [ -112.19206912094164, 39.363554552212406 ], [ -112.19235667447815, 39.363740824523923 ], [ -112.1929308664439, 39.364059313918084 ], [ -112.19338059705677, 39.364225900078729 ], [ -112.19359095604983, 39.364309341304846 ], [ -112.19388796469408, 39.364436945149343 ], [ -112.19420432051936, 39.364541823655266 ], [ -112.19449845400537, 39.364773075083292 ], [ -112.19465849951595, 39.365037238922966 ], [ -112.19472748338484, 39.365270801136077 ], [ -112.19475530066903, 39.365540827609898 ], [ -112.19478869086561, 39.365797281236546 ], [ -112.19481208744756, 39.366148446682409 ], [ -112.1947990541038, 39.366405376965744 ], [ -112.19476999335534, 39.36674356542018 ], [ -112.1947640832267, 39.367077911979734 ], [ -112.19470979854478, 39.36729832313911 ], [ -112.19462751122215, 39.367578490411667 ], [ -112.19456851255396, 39.367862923726861 ], [ -112.19456869633864, 39.368214327415309 ], [ -112.19462576067073, 39.368497569116066 ], [ -112.19463663010872, 39.368794800667089 ], [ -112.19459008140407, 39.369128663303016 ], [ -112.19454909600675, 39.369516531172565 ], [ -112.19451485320479, 39.369823236214806 ], [ -112.19458367895645, 39.370115367506884 ], [ -112.19476169399098, 39.370343304835622 ], [ -112.19489312977791, 39.370562709833521 ], [ -112.19493155884967, 39.370774059470506 ], [ -112.19473961835253, 39.371091394320203 ], [ -112.19471947570167, 39.371271809038028 ], [ -112.19483296540137, 39.371459861951877 ], [ -112.19496928554598, 39.371625154291728 ], [ -112.19496716807569, 39.371841425485307 ], [ -112.19485432379093, 39.372031802619539 ], [ -112.19479386390593, 39.372230652127158 ], [ -112.19480900289292, 39.372437735703699 ], [ -112.19486026853104, 39.372721036615751 ], [ -112.19480088309172, 39.372982947816951 ], [ -112.19464979160715, 39.373313378545035 ], [ -112.19446195796554, 39.373531556374473 ], [ -112.1941469039661, 39.373778070833673 ], [ -112.19391148745115, 39.373929158184318 ], [ -112.19350226724023, 39.374100048800308 ], [ -112.19337031715527, 39.374191506142509 ], [ -112.19311191290799, 39.374356343239889 ], [ -112.19284297333839, 39.374584360509836 ], [ -112.19253050367148, 39.375051598670815 ], [ -112.19252304604453, 39.375227377714687 ], [ -112.19256650819734, 39.375393624459001 ], [ -112.19261600429193, 39.375573324916722 ], [ -112.19262594724566, 39.375816503508702 ], [ -112.19260030088729, 39.376014994945358 ], [ -112.19254569657379, 39.376217387338194 ], [ -112.19242239615239, 39.376476348166186 ], [ -112.19226410301862, 39.37672575601475 ], [ -112.19208221010452, 39.376952879472817 ], [ -112.19189412906998, 39.377157540066939 ], [ -112.19173690494868, 39.377470008946638 ], [ -112.19167133260508, 39.377710356866245 ], [ -112.19158274307007, 39.377962653976581 ], [ -112.19142406078926, 39.378189538672245 ], [ -112.19121451960139, 39.378498037344883 ], [ -112.19099894288033, 39.378793081838047 ], [ -112.19084475965714, 39.378943331399455 ], [ -112.19070371466489, 39.379183550153776 ], [ -112.19069349692991, 39.379607142816489 ], [ -112.19072046384107, 39.379827621255487 ], [ -112.19064349199249, 39.380080699732765 ], [ -112.19047823258204, 39.38026259848629 ], [ -112.19030136395241, 39.380444615774124 ], [ -112.19006958895324, 39.380811907283935 ], [ -112.19028549260487, 39.380877276549157 ], [ -112.19039554320436, 39.380862635046292 ], [ -112.19099780368747, 39.38077537802797 ], [ -112.19150803790303, 39.380738617481214 ], [ -112.1918447584017, 39.380739673818809 ], [ -112.19233369117987, 39.380815757635418 ], [ -112.19247352880599, 39.380845860812045 ], [ -112.19270081311542, 39.380897593364281 ], [ -112.19293420871296, 39.38096728357192 ], [ -112.19330538239012, 39.381286949888825 ], [ -112.19347106221632, 39.381470864304788 ], [ -112.19355631170095, 39.381704259664694 ], [ -112.19365928161227, 39.381955493905473 ], [ -112.19390332129556, 39.382308899861265 ], [ -112.19399068377372, 39.382393601933153 ], [ -112.19408044496521, 39.382482784507658 ], [ -112.19415751358154, 39.382576602475986 ], [ -112.1942461911254, 39.382670301229041 ], [ -112.1944111703215, 39.382812773690304 ], [ -112.19494320901939, 39.383032569915585 ], [ -112.19516987913339, 39.383115840205512 ], [ -112.19551595870527, 39.383256450544771 ], [ -112.19574190719069, 39.383569491705373 ], [ -112.19585024634395, 39.383794538604768 ], [ -112.19590593081941, 39.383995798632817 ], [ -112.19597485466367, 39.384292432498611 ], [ -112.19603147804079, 39.384548646075601 ], [ -112.19612888738544, 39.384813450670237 ], [ -112.19624301896771, 39.385037536551899 ], [ -112.19643849219325, 39.38526529102792 ], [ -112.19672653234423, 39.38547407228814 ], [ -112.19712958871612, 39.385618596791339 ], [ -112.19729273327403, 39.385652959452891 ], [ -112.19757769764233, 39.38568156280256 ], [ -112.1978881198021, 39.385772975932468 ], [ -112.19815009211848, 39.385882907940221 ], [ -112.19841345732675, 39.386006340559163 ], [ -112.19872356883508, 39.386147311675373 ], [ -112.19895195396562, 39.386262093100441 ], [ -112.19915704411265, 39.386372608994719 ], [ -112.1993798573564, 39.386500962551608 ], [ -112.19973772173195, 39.386718026761805 ], [ -112.19993793556897, 39.386882653750774 ], [ -112.2002170070824, 39.387244694970029 ], [ -112.20033100144165, 39.387459767713111 ], [ -112.200468910255, 39.387715140221502 ], [ -112.20056580061973, 39.387948409929528 ], [ -112.20072546358656, 39.388117959139251 ], [ -112.20110121824389, 39.38836186548442 ], [ -112.2013825531385, 39.388516642010416 ], [ -112.20164661382519, 39.38867970559577 ], [ -112.20191163406288, 39.388898622912457 ], [ -112.20198330352584, 39.388947439468737 ], [ -112.2022112378459, 39.389102765659018 ], [ -112.20250326003566, 39.389203366811806 ], [ -112.20295294401942, 39.389288821560093 ], [ -112.20334465717249, 39.389446957088722 ], [ -112.2034958940008, 39.389530991121546 ], [ -112.20368946838252, 39.389646123186374 ], [ -112.20401733092639, 39.389804917028073 ], [ -112.20435641760388, 39.389941067839253 ], [ -112.20483714867946, 39.390210906225697 ], [ -112.2050846752955, 39.39035701343407 ], [ -112.2053649433868, 39.390516296420124 ], [ -112.2056931238626, 39.390693102897721 ], [ -112.20598663100368, 39.390879278230649 ], [ -112.2061454605761, 39.390999271488951 ], [ -112.20650979446005, 39.391252288832206 ], [ -112.20667443378056, 39.391439798776197 ], [ -112.20672319928352, 39.391506870636178 ], [ -112.20679023682617, 39.391690887569659 ], [ -112.20692662541448, 39.391856164291525 ], [ -112.20706990650734, 39.392084441820906 ], [ -112.20722062402241, 39.392407250721142 ], [ -112.20732311585095, 39.392626940814324 ], [ -112.20743636453055, 39.392796962214774 ], [ -112.20765387408828, 39.392952385710977 ], [ -112.2078528856629, 39.393112506023826 ], [ -112.20809076075024, 39.393371336299275 ], [ -112.20824047569849, 39.393635586891833 ], [ -112.20835582651395, 39.393927225269358 ], [ -112.20838285558108, 39.394147698138838 ], [ -112.20830585572267, 39.39439628258166 ], [ -112.20815808810661, 39.394581628430082 ], [ -112.20795755897245, 39.394737787789431 ], [ -112.20764081333144, 39.394888846028962 ], [ -112.20738617026561, 39.39493744192378 ], [ -112.20677544442236, 39.394876201133407 ], [ -112.20643254112446, 39.394857231785728 ], [ -112.20614119043749, 39.394864758004253 ], [ -112.20581192765532, 39.394896103374307 ], [ -112.20548696769944, 39.394907580451481 ], [ -112.20516976623453, 39.395032506688572 ], [ -112.20491069483158, 39.395161335184895 ], [ -112.20467430164074, 39.395258392036332 ], [ -112.2041179918146, 39.395322718729169 ], [ -112.2036993845749, 39.395291009348831 ], [ -112.20315182112881, 39.395188549390092 ], [ -112.20289414090426, 39.395060563945655 ], [ -112.20262577906254, 39.394986750470729 ], [ -112.20214184640443, 39.394870112391402 ], [ -112.20159041501314, 39.394880314452436 ], [ -112.20134039627644, 39.394927948330839 ], [ -112.20090235807409, 39.395049605554604 ], [ -112.20067610303082, 39.395060951277337 ], [ -112.20051920354173, 39.395053560154437 ], [ -112.20040859264624, 39.395036680841621 ], [ -112.20024519311207, 39.394988809819196 ], [ -112.20001220660758, 39.394946161564256 ], [ -112.19982666643756, 39.394961590824465 ], [ -112.19968261248985, 39.395026148935408 ], [ -112.19962106802498, 39.395161938923856 ], [ -112.19964837884693, 39.39540043172056 ], [ -112.19973335828563, 39.395615803902437 ], [ -112.19985967087437, 39.395871296309195 ], [ -112.19980663597318, 39.396097102155373 ], [ -112.19967038765103, 39.396346292007699 ], [ -112.19951122880526, 39.396546160980876 ], [ -112.1993226557866, 39.396723807094624 ], [ -112.19918081913883, 39.39691809081836 ], [ -112.19931287603552, 39.397169920407947 ], [ -112.19947510359479, 39.397488115363977 ], [ -112.19936300357594, 39.3977235403013 ], [ -112.19917442708044, 39.397901186193884 ], [ -112.19897904143104, 39.398020334671358 ], [ -112.19877908321811, 39.398211612755823 ], [ -112.19841430589499, 39.398611826608686 ], [ -112.1981915841497, 39.398830369234794 ], [ -112.19798946381437, 39.398895523310678 ], [ -112.19758894777607, 39.39890415232373 ], [ -112.1973393027603, 39.398906722048515 ], [ -112.19681540411725, 39.398831019896051 ], [ -112.1963864821696, 39.398808400767599 ], [ -112.19597853787786, 39.398790069568214 ], [ -112.19549620401854, 39.398767996254534 ], [ -112.19514174934127, 39.39875361759109 ], [ -112.19479975155851, 39.398788666852063 ], [ -112.19445225503893, 39.398841792275149 ], [ -112.19382119993638, 39.398951889063667 ], [ -112.19365910074897, 39.398980583506081 ], [ -112.19334139852815, 39.399078451670078 ], [ -112.19307044821601, 39.399193860210389 ], [ -112.19273509678257, 39.399278392197083 ], [ -112.19241020547875, 39.399295238345779 ], [ -112.19195626887019, 39.399235916831124 ], [ -112.19161778845078, 39.399136666422564 ], [ -112.19138572413601, 39.399080475977279 ], [ -112.1911995342147, 39.39919501208955 ], [ -112.19127649451327, 39.399554638213175 ], [ -112.19116009027118, 39.399880202937403 ], [ -112.19096087128412, 39.400116511854364 ], [ -112.19077807266213, 39.400294085047825 ], [ -112.1905837380199, 39.400476281195779 ], [ -112.19036228743052, 39.400771383906573 ], [ -112.19021462715692, 39.400966617356076 ], [ -112.19000349923155, 39.401185926794888 ], [ -112.18978576806489, 39.401358449549903 ], [ -112.18949180880338, 39.401487600636948 ], [ -112.18930526270007, 39.401786849591396 ], [ -112.1892602007258, 39.402210796835483 ], [ -112.18917097697819, 39.402427957399311 ], [ -112.18906716497565, 39.402811958505595 ], [ -112.1891059026743, 39.403041326489991 ], [ -112.18920781893601, 39.403229502028019 ], [ -112.18929292958995, 39.403453890683281 ], [ -112.18919469348178, 39.403824319312399 ], [ -112.18905420681361, 39.404100571048552 ], [ -112.18912632869825, 39.404243999414611 ], [ -112.18922182858626, 39.404396199088339 ], [ -112.18934836276134, 39.404597638299911 ], [ -112.18944369722861, 39.404808406731469 ], [ -112.18953532100579, 39.40507417613982 ], [ -112.18965824237276, 39.405472978525125 ], [ -112.18977819503615, 39.40569701039157 ], [ -112.18998531948029, 39.405924655587064 ], [ -112.19011596774415, 39.406094515592073 ], [ -112.19025395461942, 39.406354403806453 ], [ -112.19027566232354, 39.406606471350614 ], [ -112.19026764908074, 39.406818296443411 ], [ -112.19026559536282, 39.407039070893916 ], [ -112.19038922927102, 39.407479312628467 ], [ -112.19041421667421, 39.407582675871353 ], [ -112.19047603441425, 39.407802796648511 ], [ -112.19066208680125, 39.408156800960995 ], [ -112.19078080954625, 39.408376339073207 ], [ -112.19079825786044, 39.408650975878921 ], [ -112.19068022836835, 39.408881947776649 ], [ -112.19061468698382, 39.409125897839743 ], [ -112.19067154305253, 39.409395626103816 ], [ -112.19067552719481, 39.409629854169019 ], [ -112.19033569515337, 39.409795518278251 ], [ -112.19007577585974, 39.409879270797383 ], [ -112.18974075252281, 39.409986316766719 ], [ -112.18939449754239, 39.410116002467504 ], [ -112.18905381836733, 39.410232114634844 ], [ -112.18874255384912, 39.41037045106404 ], [ -112.18841432690137, 39.410535990981529 ], [ -112.18813736469521, 39.410642439151012 ], [ -112.18780783558127, 39.410731402771283 ], [ -112.18758366698673, 39.410868846713683 ], [ -112.18747761879332, 39.411122218874702 ], [ -112.18756563825298, 39.411517775235488 ], [ -112.18759887550365, 39.411765220226265 ], [ -112.18761507473469, 39.412035364997358 ], [ -112.1877368671698, 39.41236750397551 ], [ -112.18783650356856, 39.412762941415693 ], [ -112.18786706683504, 39.412852732680435 ], [ -112.18789067978328, 39.413217410183471 ], [ -112.18797601400347, 39.413522890134992 ], [ -112.1881037852191, 39.413796400384093 ], [ -112.18825515346174, 39.414159772774724 ], [ -112.18831842388974, 39.414465477802445 ], [ -112.18838200084332, 39.414789200313706 ], [ -112.18845619816625, 39.415054247093238 ], [ -112.18856662945451, 39.415332439072088 ], [ -112.18872104260265, 39.415601171132387 ], [ -112.18892833152313, 39.415836925327945 ], [ -112.18928763319632, 39.41613149421795 ], [ -112.18986682908765, 39.416377860103466 ], [ -112.19024024950052, 39.416477658434168 ], [ -112.19071400241813, 39.416671036989371 ], [ -112.19091932355133, 39.416790574441997 ], [ -112.19096654768032, 39.41683514257506 ], [ -112.19110363987859, 39.417040976387604 ], [ -112.19092317481807, 39.417358185727984 ], [ -112.19079275078121, 39.417544232739942 ], [ -112.19065613558915, 39.41770781715779 ], [ -112.19056705092585, 39.417933987218454 ], [ -112.19054392717166, 39.418213544055696 ], [ -112.19063081236867, 39.418609109112595 ], [ -112.19066092209145, 39.418671873188543 ], [ -112.19079481591896, 39.419030915573423 ], [ -112.19085580265546, 39.419201487392854 ], [ -112.1909644755933, 39.419443653525228 ], [ -112.19119014147017, 39.419734178261585 ], [ -112.19139112222632, 39.419939357303079 ], [ -112.19165782741116, 39.420251986536648 ], [ -112.19166450130793, 39.420643867227824 ], [ -112.19156342465409, 39.421189126222544 ], [ -112.1915682725826, 39.421473802737118 ], [ -112.19161810855351, 39.421671519265139 ], [ -112.19172632784708, 39.42188665823862 ], [ -112.19172931992348, 39.422062328842792 ], [ -112.19158223377343, 39.422293598948286 ], [ -112.19139488751031, 39.42248022965142 ], [ -112.19134101807843, 39.422796142632407 ], [ -112.19157403864486, 39.423176694264747 ], [ -112.19182837454107, 39.423444397998395 ], [ -112.1920053591864, 39.42367234746645 ], [ -112.19226247207133, 39.424034630087938 ], [ -112.1924280075695, 39.424204129173447 ], [ -112.19263587253276, 39.424471406439061 ], [ -112.19272080666218, 39.424683178982804 ], [ -112.19277380664309, 39.424997996545301 ], [ -112.19270646764147, 39.42520502331837 ], [ -112.19259494209102, 39.425409800027452 ], [ -112.1924054208134, 39.42560546490769 ], [ -112.192193367747, 39.42577432948719 ], [ -112.19201668326744, 39.425973466279601 ], [ -112.19192187729796, 39.426205101924189 ], [ -112.19187917382934, 39.426426292236215 ], [ -112.1920944787899, 39.426789003433811 ], [ -112.19234164017092, 39.426975686525125 ], [ -112.19253614646789, 39.427140383186703 ], [ -112.19279569443339, 39.427371989850045 ], [ -112.19306112903158, 39.427608040689606 ], [ -112.19327979322287, 39.427826550135087 ], [ -112.19337873199588, 39.428177838187203 ], [ -112.19332486146783, 39.428425273420032 ], [ -112.19317753730242, 39.428643032317943 ], [ -112.19298940124465, 39.428852199335616 ], [ -112.19283588289539, 39.429047495554833 ], [ -112.19272263725274, 39.429219852811507 ], [ -112.19255568592163, 39.429649554450556 ], [ -112.1925084798183, 39.429947378660401 ], [ -112.1924906318423, 39.430195345139737 ], [ -112.19246396099368, 39.430402855679453 ], [ -112.19242094986495, 39.43060602858035 ], [ -112.19245956264217, 39.430826385237864 ], [ -112.19275566443928, 39.431156730376145 ], [ -112.19286328807006, 39.431335832747635 ], [ -112.19285031831399, 39.431597264647714 ], [ -112.19270894828237, 39.431823972117698 ], [ -112.19255849486417, 39.432199442589457 ], [ -112.19247635955641, 39.432493119664208 ], [ -112.19238826148498, 39.432777847497306 ], [ -112.19226423648152, 39.43299987142283 ], [ -112.19203063118451, 39.433268970922278 ], [ -112.19192890199818, 39.433435803112289 ], [ -112.19178225407863, 39.433694099572016 ], [ -112.19161175666196, 39.433916598983231 ], [ -112.19138501337605, 39.434247797957603 ], [ -112.19127398104165, 39.434550780432026 ], [ -112.19120422240394, 39.434889381273436 ], [ -112.19114761495617, 39.435317950383798 ], [ -112.19113440826287, 39.435565868931015 ], [ -112.1910614150012, 39.435782863704731 ], [ -112.19098531958031, 39.436022415946063 ], [ -112.19088001499334, 39.436320834173358 ], [ -112.19075912375354, 39.436727535477424 ], [ -112.19076167501767, 39.437218570671725 ], [ -112.19077452000214, 39.437290521548626 ], [ -112.1908177134866, 39.437438749226722 ], [ -112.19086778998314, 39.437649978494349 ], [ -112.19091832706441, 39.437888233908971 ], [ -112.19100036429144, 39.438270331470925 ], [ -112.19112222154421, 39.438602464495183 ], [ -112.19110450974765, 39.438927016566794 ], [ -112.19101678222536, 39.439234265070844 ], [ -112.19091597820345, 39.43945604959405 ], [ -112.19081502013886, 39.439668825306839 ], [ -112.19074225203502, 39.439899332896495 ], [ -112.19068511284021, 39.440228793666314 ], [ -112.19074026502851, 39.44066973341652 ], [ -112.19087892831713, 39.441033230504409 ], [ -112.19105169213495, 39.441283749509822 ], [ -112.19121161087082, 39.441462317472343 ], [ -112.19148971128753, 39.44175680827599 ], [ -112.19175711679937, 39.442105469731153 ], [ -112.19178693106089, 39.442150215662721 ], [ -112.1918830280258, 39.442333941811953 ], [ -112.19197446805488, 39.442585292781523 ], [ -112.1920835672271, 39.442849978090045 ], [ -112.19231062155373, 39.443217072357704 ], [ -112.19246513810236, 39.443419120636435 ], [ -112.19262054685677, 39.443673419220993 ], [ -112.19272941972939, 39.443924590744423 ], [ -112.19284279638214, 39.444099128513997 ], [ -112.19295082529359, 39.444300751882942 ], [ -112.19311213958004, 39.444560395348468 ], [ -112.19338087128017, 39.444985626638129 ], [ -112.19353235376192, 39.445349889673906 ], [ -112.19365322097589, 39.445622561818837 ], [ -112.19373685435203, 39.445824434776789 ], [ -112.19393419484061, 39.446083707199179 ], [ -112.19420039836758, 39.446360292717891 ], [ -112.19442401233341, 39.446524686501718 ], [ -112.19467636778988, 39.446670764026948 ], [ -112.19501021380898, 39.446825013929832 ], [ -112.19536125929666, 39.446965570652175 ], [ -112.19560145960378, 39.447080235096244 ], [ -112.19611494822317, 39.44720560393484 ], [ -112.19637846652506, 39.447324532064336 ], [ -112.19663710125346, 39.447497571520771 ], [ -112.1968009045307, 39.447901348484898 ], [ -112.19677617419929, 39.448153890802196 ], [ -112.19673355160123, 39.448379586393827 ], [ -112.19685616431575, 39.448753152136 ], [ -112.19690409298616, 39.448837355467795 ], [ -112.19716001057209, 39.449190627193722 ], [ -112.19722754515223, 39.449401673453522 ], [ -112.19731536462668, 39.449779200928873 ], [ -112.19734611170239, 39.44987799739625 ], [ -112.19745036371415, 39.450129211685763 ], [ -112.19761629479319, 39.450385196852764 ], [ -112.19786307294849, 39.450611516146289 ], [ -112.19796981834716, 39.450668983345061 ], [ -112.19818648681047, 39.450765864155507 ], [ -112.19844266392619, 39.45086233740588 ], [ -112.19866638289417, 39.450963649789728 ], [ -112.19886655025239, 39.451114761041616 ], [ -112.19913039709293, 39.451251699918387 ], [ -112.19945792361644, 39.451374465984266 ], [ -112.19989274932612, 39.451315918606831 ], [ -112.20025250787414, 39.451285175225479 ], [ -112.20058685231949, 39.451466434495565 ], [ -112.2007635527995, 39.451604269304596 ], [ -112.20113639961555, 39.451929293734437 ], [ -112.20138150671292, 39.452057410733502 ], [ -112.20172089340225, 39.45219356324619 ], [ -112.20216819451635, 39.452184434912034 ], [ -112.20231902492939, 39.45216936017227 ], [ -112.20258706494167, 39.452211639947485 ], [ -112.20275006147273, 39.452565859855085 ], [ -112.20274866961155, 39.452822666898037 ], [ -112.20266609021037, 39.453089323870586 ], [ -112.20251564726566, 39.453397228759833 ], [ -112.2023395604939, 39.453700893453068 ], [ -112.20211257434345, 39.454018599447316 ], [ -112.20182206025706, 39.454359487227883 ], [ -112.20161784626234, 39.454649926095733 ], [ -112.20146600109901, 39.454944328677662 ], [ -112.20130183710232, 39.455198312118263 ], [ -112.20118413951985, 39.45545091433253 ], [ -112.2010604294267, 39.455691865176703 ], [ -112.20089595264081, 39.455927830730083 ], [ -112.2007781131054, 39.456172324744237 ], [ -112.200707220843, 39.456443364684795 ], [ -112.20070651829873, 39.456740710645811 ], [ -112.20081009548214, 39.45701895928444 ], [ -112.2009943243287, 39.457255828693896 ], [ -112.20126183797241, 39.457604465747892 ], [ -112.20134519921413, 39.457720737977965 ], [ -112.20154175000268, 39.457998025351053 ], [ -112.20170258658504, 39.458226125017191 ], [ -112.20192129812456, 39.458440110875316 ], [ -112.20222811619381, 39.458708148022751 ], [ -112.20241814956034, 39.45894405402646 ], [ -112.20267188474888, 39.459166686522543 ], [ -112.20291274394987, 39.459316468553638 ], [ -112.20316564442705, 39.459490453185595 ], [ -112.20339441889168, 39.459613328464535 ], [ -112.20365336514944, 39.459800764834817 ], [ -112.20384884459094, 39.460014987429673 ], [ -112.20369777377908, 39.460354435942982 ], [ -112.20344094315747, 39.460627401908518 ], [ -112.20323524587079, 39.460899838214686 ], [ -112.20303156111845, 39.461154232820327 ], [ -112.20283920198329, 39.461391390427828 ], [ -112.20259187801979, 39.461609293611552 ], [ -112.20229831278805, 39.461774513883668 ], [ -112.20203922422212, 39.461916851390043 ], [ -112.20166345112608, 39.462033363435843 ], [ -112.20133261530705, 39.462059307471243 ], [ -112.20100704816296, 39.462053660255023 ], [ -112.2007500500648, 39.462047304090916 ], [ -112.20040278837583, 39.462064404841179 ], [ -112.20014199259836, 39.462107642944979 ], [ -112.19974606522914, 39.462404561938236 ], [ -112.19959311549404, 39.462568324510613 ], [ -112.19939367478018, 39.462800143340246 ], [ -112.19917960848365, 39.462924890617558 ], [ -112.19888120784196, 39.463147817791494 ], [ -112.19874304230756, 39.463563713952638 ], [ -112.19874125009549, 39.463797999047422 ], [ -112.19871590433959, 39.464014506436527 ], [ -112.19863298820989, 39.464263143157716 ], [ -112.19853767647601, 39.464466856311034 ], [ -112.19824942028471, 39.464942865401412 ], [ -112.19806832902975, 39.465228554347924 ], [ -112.19790482447343, 39.46552307208276 ], [ -112.19770025366697, 39.465795486947812 ], [ -112.19739084671787, 39.466055465674003 ], [ -112.19705765199319, 39.466284152586297 ], [ -112.19666053063258, 39.466513496451689 ], [ -112.19633802831365, 39.466688009757448 ], [ -112.19588867723665, 39.466922393476068 ], [ -112.19558321970885, 39.467074203763907 ], [ -112.19530643235021, 39.467203192905679 ], [ -112.19489071004182, 39.467365145068619 ], [ -112.19455215156171, 39.467620910693498 ], [ -112.19433447547735, 39.467807856882523 ], [ -112.19385008772669, 39.468033582364797 ], [ -112.19338586456063, 39.468078893856706 ], [ -112.19298502826851, 39.468092017297217 ], [ -112.19258326898111, 39.46805108731094 ], [ -112.19214641082682, 39.467997000413938 ], [ -112.1918963648945, 39.467990553506894 ], [ -112.19164473376031, 39.468231904251319 ], [ -112.19158710827718, 39.468601915134386 ], [ -112.19150393111029, 39.468837034031878 ], [ -112.19136929464102, 39.469122236506635 ], [ -112.19120362848447, 39.469633012974349 ], [ -112.19117587640478, 39.469709884408424 ], [ -112.19111028507513, 39.469953833087693 ], [ -112.19107497023371, 39.470337130458631 ], [ -112.19116868433336, 39.470651529183129 ], [ -112.19128256313542, 39.470853093111799 ], [ -112.19149442437644, 39.471346485977314 ], [ -112.19167514527001, 39.471786136074748 ], [ -112.19199575453929, 39.472111723778852 ], [ -112.19229799968687, 39.472451014245394 ], [ -112.19258785496518, 39.472745379747465 ], [ -112.19279291949675, 39.473180273143022 ], [ -112.19285256851252, 39.473337340490254 ], [ -112.19295179910242, 39.47363366048134 ], [ -112.19297354355831, 39.473885724194965 ], [ -112.19297777538418, 39.474133462455427 ], [ -112.19297581056982, 39.47435873867817 ], [ -112.19291518725213, 39.474553080875182 ], [ -112.19283720452501, 39.474752106248097 ], [ -112.19270923637019, 39.475087698967819 ], [ -112.19245537058565, 39.475539913861162 ], [ -112.19219921002674, 39.475857899128123 ], [ -112.19203216663151, 39.47628849924299 ], [ -112.1919924200779, 39.476684456252862 ], [ -112.19198817681972, 39.4771169912365 ], [ -112.19196372893501, 39.477387549031057 ], [ -112.19192982453984, 39.477785248108212 ], [ -112.19197387807084, 39.477982120697312 ], [ -112.19194850726129, 39.478198626489792 ], [ -112.19185950838661, 39.478433805001188 ], [ -112.19170674236173, 39.478679548299162 ], [ -112.19151433409445, 39.478986967255601 ], [ -112.19128721889366, 39.479304652756902 ], [ -112.19109343942529, 39.47953189395291 ], [ -112.19077982539349, 39.479891010602636 ], [ -112.19051140231218, 39.480173076684075 ], [ -112.19029467516403, 39.480418571977403 ], [ -112.19011220732692, 39.480627675253444 ], [ -112.18987934476047, 39.480949921922011 ], [ -112.18971011118474, 39.481253496581211 ], [ -112.18938470379904, 39.481603719878791 ], [ -112.1892257107671, 39.481826096957107 ], [ -112.18906289862309, 39.482165645906122 ], [ -112.18888891982108, 39.482532339499976 ], [ -112.18876197764746, 39.482930087717691 ], [ -112.18872328277602, 39.483047616365262 ], [ -112.18861721245858, 39.483305492408959 ], [ -112.18840092915273, 39.483578010281462 ], [ -112.18814211498001, 39.483742839610457 ], [ -112.1878996649335, 39.483844429551326 ], [ -112.18764558860568, 39.483946137750578 ], [ -112.1874083370198, 39.48401163264186 ], [ -112.18708427599655, 39.484100538997119 ], [ -112.18678904844201, 39.484175634787249 ], [ -112.18657572017985, 39.484280528801449 ], [ -112.18650583385553, 39.484615521610941 ], [ -112.1865324536751, 39.484813475030684 ], [ -112.18656029859628, 39.485083497778398 ], [ -112.18657185345391, 39.48542126348584 ], [ -112.18658830265358, 39.485704917844345 ], [ -112.1865938917381, 39.486033734171251 ], [ -112.18660515608384, 39.486354383351561 ], [ -112.18671251709669, 39.486582147357758 ], [ -112.18690376867335, 39.486751389406926 ], [ -112.18721597280215, 39.486716665975237 ], [ -112.18759297580711, 39.486663259369479 ], [ -112.18787010915702, 39.486822612300081 ], [ -112.18792746003318, 39.486844551895267 ], [ -112.18820036546697, 39.486823742690888 ], [ -112.18858103381224, 39.486644152247237 ], [ -112.1887990131529, 39.486470729290325 ], [ -112.18906418573175, 39.486337369296287 ], [ -112.1894650510218, 39.486319753489219 ], [ -112.19016215806397, 39.486218012084343 ], [ -112.19051978624172, 39.486119743205819 ], [ -112.19087422298141, 39.486107103069486 ], [ -112.19131503156346, 39.486317931484287 ], [ -112.19149142562122, 39.486501734540226 ], [ -112.1916981097439, 39.486688830939016 ], [ -112.19221219256758, 39.48683222915588 ], [ -112.1926253012889, 39.486850517786003 ], [ -112.19304491604234, 39.4869092841911 ], [ -112.19347553397584, 39.486999471908071 ], [ -112.19392064353423, 39.4871210449868 ], [ -112.1942769339669, 39.487216498087577 ], [ -112.19465004780294, 39.487275736334823 ], [ -112.19501719497256, 39.487326024487871 ], [ -112.195441547513, 39.487321661962937 ], [ -112.19577739255115, 39.487241621352887 ], [ -112.19600759893865, 39.48710410010009 ], [ -112.19634732538471, 39.486911390151477 ], [ -112.19660883368553, 39.486904193821935 ], [ -112.19689956142602, 39.486905706321807 ], [ -112.19725369149118, 39.486875029432717 ], [ -112.19759565428316, 39.486812941025491 ], [ -112.19785662097055, 39.486774211696854 ], [ -112.19818214878406, 39.486770857330441 ], [ -112.19847822490617, 39.486745280103051 ], [ -112.19882623093538, 39.486696641116772 ], [ -112.19917483999301, 39.486683134729127 ], [ -112.19944759978401, 39.486721768086802 ], [ -112.19969375943668, 39.486768784484788 ], [ -112.19992325346085, 39.48692860010469 ], [ -112.20011238264594, 39.487107753391598 ], [ -112.20033017522294, 39.487263183866375 ], [ -112.20057570152328, 39.487340839660803 ], [ -112.20100609881845, 39.487349909725218 ], [ -112.20147121936023, 39.487349609148083 ], [ -112.20176179423846, 39.487409677467973 ], [ -112.2019632217462, 39.487559867880442 ], [ -112.20194549168131, 39.487880814897338 ], [ -112.20176288517493, 39.488080927348975 ], [ -112.20151160570029, 39.488344820749688 ], [ -112.2013144255868, 39.488711772097744 ], [ -112.20121366465834, 39.48900564521049 ], [ -112.20123056199726, 39.489244241327476 ], [ -112.20136372402294, 39.489549212694854 ], [ -112.20147828449254, 39.489786799520495 ], [ -112.2016098978235, 39.490001684437267 ], [ -112.20172973032408, 39.490207680753919 ], [ -112.20176817745889, 39.490414518237216 ], [ -112.20175422750025, 39.49061739222298 ], [ -112.2018165487378, 39.49086002373938 ], [ -112.20186073232162, 39.491062296760951 ], [ -112.20170098316527, 39.491239647227481 ], [ -112.20132590569617, 39.491405707377474 ], [ -112.20088284825306, 39.491676085965025 ], [ -112.20059659479166, 39.491935833460033 ], [ -112.20040288947045, 39.492167594067823 ], [ -112.20015841085051, 39.49248998061266 ], [ -112.20008632109341, 39.492693454528407 ], [ -112.20016522707124, 39.492886359511665 ], [ -112.20044597958191, 39.492982573196862 ], [ -112.20083416710133, 39.492901977458303 ], [ -112.20113422104671, 39.492768229762859 ], [ -112.20141210544541, 39.492697781865893 ], [ -112.20172138337875, 39.49276216195004 ], [ -112.2022281712443, 39.493153371541744 ], [ -112.20246389388102, 39.493335642953774 ], [ -112.20276806066205, 39.493440619026998 ], [ -112.20315927628322, 39.49353568324733 ], [ -112.20348679238059, 39.493645821904167 ], [ -112.20398635308405, 39.49395420460921 ], [ -112.20424039428275, 39.494186739797108 ], [ -112.20437846017265, 39.494437595322019 ], [ -112.20457480343866, 39.494695956034711 ], [ -112.20479497827003, 39.494987407182904 ], [ -112.20492173150566, 39.495256399654586 ], [ -112.20511595242739, 39.495728323205512 ], [ -112.20524487099188, 39.49612253464511 ], [ -112.20533427710066, 39.496585633112346 ], [ -112.20541081187544, 39.496976783323028 ], [ -112.20550447789346, 39.497349735411781 ], [ -112.2055490883167, 39.497912410300273 ], [ -112.20559702317307, 39.498330887462664 ], [ -112.20563945599926, 39.498767442030143 ], [ -112.20560731896488, 39.499263336184427 ], [ -112.20566029104889, 39.499636709998683 ], [ -112.20579419386318, 39.499982213773009 ], [ -112.20582810127124, 39.500194502697966 ], [ -112.20581173802158, 39.500324419242837 ], [ -112.20577329663053, 39.500455465800229 ], [ -112.20574074707065, 39.500590956331756 ], [ -112.20570936495032, 39.500794011206338 ], [ -112.20569425760296, 39.500929320814848 ], [ -112.20568675462086, 39.501168168788219 ], [ -112.20566707835511, 39.501375607324832 ], [ -112.2056547729252, 39.501673071345749 ], [ -112.20561866559383, 39.501939246522575 ], [ -112.20555867829592, 39.502169628551385 ], [ -112.20546139942334, 39.502597720461459 ], [ -112.2054306538994, 39.50283771038864 ], [ -112.20535446740001, 39.503140341791941 ], [ -112.20531820266498, 39.503397508261138 ], [ -112.20540341721319, 39.503617374379331 ], [ -112.20548746484276, 39.503769676095331 ], [ -112.20553514753131, 39.503836758054128 ], [ -112.20566594456865, 39.5040020901058 ], [ -112.20582869499701, 39.504333779071999 ], [ -112.2059702136188, 39.504782820502548 ], [ -112.20596333442857, 39.505057702622153 ], [ -112.20590947182788, 39.505306041559614 ], [ -112.20586181271227, 39.505576841583689 ], [ -112.2058485735044, 39.505820253980623 ], [ -112.20585215509708, 39.506027451135445 ], [ -112.20583528130825, 39.506397043828578 ], [ -112.2058614206932, 39.506563461130796 ], [ -112.20610394803813, 39.506799715013322 ], [ -112.20632298468298, 39.507022696865327 ], [ -112.20642510584197, 39.507210850972584 ], [ -112.20647575224831, 39.507449095243139 ], [ -112.20648717620355, 39.507773343314696 ], [ -112.20649200646731, 39.508052608883546 ], [ -112.20648536306585, 39.508341003705006 ], [ -112.20649027132919, 39.508624773529519 ], [ -112.20652029326519, 39.509015503856247 ], [ -112.20655438514538, 39.509305277869686 ], [ -112.20664068658068, 39.509587301781629 ], [ -112.20672801739545, 39.509928782120255 ], [ -112.20676091053819, 39.51014919007833 ], [ -112.20679876759846, 39.510387566845004 ], [ -112.20683338535795, 39.510640393506186 ], [ -112.20704933441795, 39.511020182947 ], [ -112.20719232466327, 39.511216922013283 ], [ -112.20726358619154, 39.511301778635044 ], [ -112.20747674797583, 39.511520313983624 ], [ -112.20761966248408, 39.511712548194758 ], [ -112.207708916209, 39.511828753234667 ], [ -112.20807537970518, 39.512167332005269 ], [ -112.20843064653033, 39.512195174907696 ], [ -112.20858191698302, 39.512198107330356 ], [ -112.20881467680351, 39.512204697261716 ], [ -112.20895431709549, 39.512207750141279 ], [ -112.20909977248776, 39.512210742367408 ], [ -112.20955303716757, 39.512188006504111 ], [ -112.20987985422401, 39.512252181700916 ], [ -112.21010130597713, 39.512344483412768 ], [ -112.21031423580517, 39.512481924301994 ], [ -112.2106327085534, 39.512735397907065 ], [ -112.21087604581271, 39.512949107533963 ], [ -112.2111983926157, 39.513157488327593 ], [ -112.21139814249037, 39.513272539086628 ], [ -112.21165588835763, 39.513377974813658 ], [ -112.21190153497481, 39.513456505590355 ], [ -112.21233577402468, 39.513677231832943 ], [ -112.21267060870849, 39.513867457894506 ], [ -112.21291138299013, 39.514000098370268 ], [ -112.21333989168558, 39.514225385685869 ], [ -112.21353453826528, 39.514381031752244 ], [ -112.21374576920532, 39.514486948385652 ], [ -112.21411338600178, 39.51455519063984 ], [ -112.2144969589167, 39.514537668412295 ], [ -112.21509514730384, 39.514486366099881 ], [ -112.21538017397062, 39.514487891382288 ], [ -112.21569466957322, 39.514511633191837 ], [ -112.21605095616444, 39.514597107119883 ], [ -112.21640758929729, 39.514702398691952 ], [ -112.21669426708563, 39.514798510223727 ], [ -112.21692884375966, 39.514908681753795 ], [ -112.21710589697781, 39.515055495788914 ], [ -112.21740900439556, 39.515426243572072 ], [ -112.21750527410613, 39.515609943672295 ], [ -112.21756413980033, 39.515983248946128 ], [ -112.21767809289298, 39.516180278899377 ], [ -112.21791684522488, 39.516529173981219 ], [ -112.21801193772136, 39.516645309722271 ], [ -112.2181721021234, 39.516823834596906 ], [ -112.21841957813189, 39.517005949153251 ], [ -112.21857966570148, 39.517179969170314 ], [ -112.21870478235063, 39.517349850534814 ], [ -112.21883728976303, 39.517609755876563 ], [ -112.21883257648314, 39.517672876429124 ], [ -112.21878762684524, 39.517763449360011 ], [ -112.21866894664804, 39.517895341030098 ], [ -112.21849993737027, 39.51800973985587 ], [ -112.21822942191849, 39.518107181990281 ], [ -112.21784062869537, 39.51815991094535 ], [ -112.21747528589984, 39.518223205178813 ], [ -112.21720384090202, 39.518334169911732 ], [ -112.21682362800642, 39.518545384465718 ], [ -112.21673144292511, 39.518595905347524 ], [ -112.21648946626944, 39.518729085354465 ], [ -112.21627617399108, 39.518839439314249 ], [ -112.21599850052797, 39.518927039994423 ], [ -112.21567513362332, 39.519062871765115 ], [ -112.21553679868946, 39.51913549874137 ], [ -112.21533529198275, 39.519254737894961 ], [ -112.21499726940417, 39.519551101890357 ], [ -112.21471598863721, 39.51976578049549 ], [ -112.2144294395849, 39.520012049026349 ], [ -112.21424018745877, 39.520167198893233 ], [ -112.21409258599249, 39.520375974381039 ], [ -112.21393397948042, 39.52062090525331 ], [ -112.21378110926005, 39.520861270924335 ], [ -112.21361024170245, 39.521070288740887 ], [ -112.21342145525911, 39.521252462887304 ], [ -112.21318629776719, 39.521444130883545 ], [ -112.21283529171295, 39.5216640377377 ], [ -112.21245395067476, 39.521812178688293 ], [ -112.21217030357242, 39.521891723426968 ], [ -112.21188673410235, 39.521975771745737 ], [ -112.21157982202487, 39.522055557609185 ], [ -112.21127197015797, 39.522081291499234 ], [ -112.21093960264255, 39.522035198701246 ], [ -112.21058358087076, 39.521966825908976 ], [ -112.21018833400477, 39.521984456948033 ], [ -112.20993895359747, 39.522027598836537 ], [ -112.20959156195835, 39.522121316061543 ], [ -112.20912227783066, 39.522297391734696 ], [ -112.2088404908411, 39.522417454741067 ], [ -112.20854661049616, 39.522578188530801 ], [ -112.20817852618597, 39.522820784347523 ], [ -112.20787418118903, 39.523049201418381 ], [ -112.20762729216916, 39.523236475042118 ], [ -112.20718987671003, 39.52350681851641 ], [ -112.2069595122077, 39.523640759156656 ], [ -112.20657898942169, 39.523837527260696 ], [ -112.20638861809309, 39.523929604875853 ], [ -112.20608774066748, 39.524022828886629 ], [ -112.20575778195905, 39.52411635380065 ], [ -112.2053936266754, 39.524250778140214 ], [ -112.20516922806006, 39.524393663534831 ], [ -112.20481452945295, 39.524738825760735 ], [ -112.20458468550831, 39.524903390855563 ], [ -112.2043485574024, 39.525040990130655 ], [ -112.20392150552469, 39.525239132677733 ], [ -112.20351662732894, 39.525373972949957 ], [ -112.2030717336565, 39.525549771723931 ], [ -112.20273734613652, 39.525724425371664 ], [ -112.20212410322939, 39.525920883765792 ], [ -112.20162365715414, 39.525911642248111 ], [ -112.20138418169573, 39.525855551679307 ], [ -112.2008230286547, 39.525699167523889 ], [ -112.20047847453618, 39.525621635216218 ], [ -112.20014601888602, 39.525571007446807 ], [ -112.19984900371853, 39.525551548450522 ], [ -112.1994417904485, 39.525551246237441 ], [ -112.19911080792367, 39.525586196841054 ], [ -112.19883240352283, 39.525634119465025 ], [ -112.19832942635915, 39.525815905299041 ], [ -112.19772862252616, 39.526059966172568 ], [ -112.19754941689663, 39.526125784828643 ], [ -112.19719103554895, 39.526259223038828 ], [ -112.19666376355734, 39.526381784846926 ], [ -112.19637868749668, 39.526380214400895 ], [ -112.19607554424037, 39.526342788522761 ], [ -112.1957664922752, 39.526300016541157 ], [ -112.19552237778635, 39.52631243884565 ], [ -112.19527335825772, 39.526378071043915 ], [ -112.19500391458992, 39.526609699704444 ], [ -112.19478584345656, 39.526784035648539 ], [ -112.19460831588178, 39.526948043312863 ], [ -112.19436703897549, 39.5271262210385 ], [ -112.19414251551326, 39.527263680410194 ], [ -112.19390085057879, 39.527419335748945 ], [ -112.19367089450786, 39.527579375420963 ], [ -112.19337329954755, 39.527866251398848 ], [ -112.19330385481979, 39.528227370875989 ], [ -112.1934070468009, 39.528546172135876 ], [ -112.19342477879702, 39.528834315231428 ], [ -112.19333595596198, 39.52908300663313 ], [ -112.19320549133442, 39.529278064494029 ], [ -112.19306920942041, 39.529473181918668 ], [ -112.19287079444793, 39.529777058792007 ], [ -112.19281447855353, 39.529885758670062 ], [ -112.19271945026541, 39.530111987859151 ], [ -112.19265350457357, 39.530337918546287 ], [ -112.19276298321103, 39.5306161100428 ], [ -112.19285324661743, 39.530723305614366 ], [ -112.19292924189382, 39.530812627239079 ], [ -112.19306549280336, 39.530955391265358 ], [ -112.19313063301263, 39.531022298781942 ], [ -112.19333163974171, 39.53120944851517 ], [ -112.1936338615736, 39.53153161185498 ], [ -112.19373216004273, 39.531836046625841 ], [ -112.19366164913286, 39.532135006964509 ], [ -112.19358374715527, 39.532342139562232 ], [ -112.19349064662647, 39.532680976440105 ], [ -112.19341934716515, 39.532933992906287 ], [ -112.19329080394579, 39.53324165797752 ], [ -112.19316202827061, 39.533535810051397 ], [ -112.1930493143355, 39.533748705717869 ], [ -112.19297747252517, 39.533970191910583 ], [ -112.1929343295555, 39.53416885811145 ], [ -112.19298564589722, 39.534447646144891 ], [ -112.19317856052032, 39.53484121154208 ], [ -112.19329946687913, 39.535106670751055 ], [ -112.19341997305985, 39.535348707533622 ], [ -112.19351667177321, 39.535559453130041 ], [ -112.19360824836382, 39.535810796916813 ], [ -112.19368067682764, 39.535963225626233 ], [ -112.1938405939048, 39.536128270876418 ], [ -112.19424475413842, 39.536286301407905 ], [ -112.19442601170884, 39.536338499686138 ], [ -112.19469584452307, 39.536398797380699 ], [ -112.19507580791011, 39.536570588941643 ], [ -112.19526458372712, 39.536721820226987 ], [ -112.19545940936709, 39.536886504192481 ], [ -112.19573729979069, 39.537144939811874 ], [ -112.19597354401778, 39.537349742422464 ], [ -112.19626175810016, 39.537531484272122 ], [ -112.19647900657722, 39.537646379885267 ], [ -112.19697090450607, 39.537830527997471 ], [ -112.19711726450117, 39.537883081434686 ], [ -112.19731014734214, 39.537934254411873 ], [ -112.19757379760445, 39.538040560793959 ], [ -112.19771573483595, 39.538174250344362 ], [ -112.19780251945899, 39.538484205944947 ], [ -112.19779987680396, 39.538668941128918 ], [ -112.19764241120504, 39.538985918897083 ], [ -112.19757187970603, 39.539283079393208 ], [ -112.19760058409067, 39.539599039623496 ], [ -112.19757125384564, 39.53992370697047 ], [ -112.19756410930985, 39.540185074700624 ], [ -112.1974281288154, 39.540398214108293 ], [ -112.19710769052699, 39.540712365011707 ], [ -112.19690570030632, 39.540876627924519 ], [ -112.19669463319357, 39.541054499160097 ], [ -112.19647270022251, 39.541345108632704 ], [ -112.19642444179964, 39.541584374155306 ], [ -112.19650324177387, 39.541768270799174 ], [ -112.19665394225916, 39.542073063968679 ], [ -112.19672048920191, 39.542221046050457 ], [ -112.19675166638586, 39.542342361890661 ], [ -112.19678346268898, 39.542499711898785 ], [ -112.1968147174973, 39.54262553198523 ], [ -112.19711241383655, 39.54295133600796 ], [ -112.19745827168019, 39.543167620358354 ], [ -112.19789197234482, 39.543348759763397 ], [ -112.19817874462204, 39.543444915098441 ], [ -112.19866929318206, 39.543547978311175 ], [ -112.19898538855718, 39.543657344407244 ], [ -112.19936090310175, 39.543838177535633 ], [ -112.19948493718756, 39.543945019074634 ], [ -112.19975472616818, 39.544068376172895 ], [ -112.20000589892398, 39.544124348853309 ], [ -112.20043106210699, 39.544146988488066 ], [ -112.20085620999836, 39.544168725710058 ], [ -112.2011118970311, 39.544148964226707 ], [ -112.20147213289317, 39.544118210251519 ], [ -112.20180390120925, 39.544123790076441 ], [ -112.20205467155037, 39.544156336133788 ], [ -112.2023548892566, 39.544289283578685 ], [ -112.20257224937788, 39.544476247419503 ], [ -112.20279612542232, 39.544636113011045 ], [ -112.20325559406403, 39.544960226631439 ], [ -112.20346721500671, 39.545084177261536 ], [ -112.20353648815789, 39.545119500420128 ], [ -112.20379023217808, 39.545256529419518 ], [ -112.20412844666208, 39.545298076327022 ], [ -112.20455013668239, 39.545455888768245 ], [ -112.20462662586836, 39.545504651672246 ], [ -112.20487354774095, 39.545650759121656 ], [ -112.20519020755223, 39.545791637800932 ], [ -112.20542456045507, 39.545883813634461 ], [ -112.20569623828135, 39.546115258748415 ], [ -112.20585070127042, 39.546298363775861 ], [ -112.20612169582282, 39.546490170395906 ], [ -112.20647387825761, 39.546665816350952 ], [ -112.20668535398214, 39.546780752412133 ], [ -112.20691444045859, 39.546904515320833 ], [ -112.2073018628744, 39.547098714020997 ], [ -112.20773598780582, 39.547301436205707 ], [ -112.20794731128913, 39.54740736139577 ], [ -112.20801185644214, 39.547438225930364 ], [ -112.20832931196431, 39.547624138288406 ], [ -112.20857191586758, 39.547855878817515 ], [ -112.20885099333923, 39.548177340663699 ], [ -112.20900507831658, 39.548337919998154 ], [ -112.20923007620738, 39.548560832137781 ], [ -112.20947748776757, 39.548733954896321 ], [ -112.20966609321394, 39.548871648754591 ], [ -112.20979573544203, 39.548964905519234 ], [ -112.21004942187058, 39.549164091061556 ], [ -112.21015619937684, 39.549281011796829 ], [ -112.21019196935184, 39.549330194973791 ], [ -112.21028858240295, 39.549531916553732 ], [ -112.21034798031023, 39.549869177427091 ], [ -112.2103517374381, 39.550085381151902 ], [ -112.21041360953339, 39.55036405041978 ], [ -112.21057516539715, 39.550619155997715 ], [ -112.21075788156185, 39.550752404293746 ], [ -112.21115869591682, 39.551045561612987 ], [ -112.21122354352624, 39.551093540390724 ], [ -112.21138237771969, 39.551191897134146 ], [ -112.21147059301477, 39.551245038258088 ], [ -112.21164678892332, 39.551337807574278 ], [ -112.21186410568954, 39.55145267310845 ], [ -112.21225117510643, 39.551624333358092 ], [ -112.21246236170329, 39.551721241474105 ], [ -112.2127880342062, 39.551708833109885 ], [ -112.2130963298894, 39.551701110281734 ], [ -112.2134896144369, 39.551895226783834 ], [ -112.21361848250429, 39.55194343669725 ], [ -112.21370033255631, 39.551965107182752 ], [ -112.21388164503374, 39.552017274126555 ], [ -112.21406893322398, 39.552078388470875 ], [ -112.21415675902908, 39.552109006317274 ], [ -112.21443280055183, 39.55225388782543 ], [ -112.21469212638618, 39.552441290917763 ], [ -112.21483955158791, 39.552552376281213 ], [ -112.2150229095737, 39.552721651499645 ], [ -112.21506434606913, 39.552761763765872 ], [ -112.21518315174636, 39.552900178247555 ], [ -112.21536155767092, 39.553119060306287 ], [ -112.21559429687423, 39.553450000133473 ], [ -112.21576735879502, 39.553695967765336 ], [ -112.21599428333764, 39.554026967572142 ], [ -112.21621397550534, 39.554276951619663 ], [ -112.2163805150291, 39.554482441056777 ], [ -112.21663127049328, 39.554844725483385 ], [ -112.21692598037612, 39.555057882292537 ], [ -112.21697017443543, 39.555255641847182 ], [ -112.21679286522273, 39.555433195614206 ], [ -112.21648817323617, 39.555648123059328 ], [ -112.21637368749595, 39.555757442728407 ], [ -112.21632218453124, 39.555807537389789 ], [ -112.21616405912124, 39.55608400057244 ], [ -112.21608023913383, 39.556283100079206 ], [ -112.21586415987838, 39.556573684451827 ], [ -112.21566286162657, 39.55671094200077 ], [ -112.21547917623975, 39.556857025087062 ], [ -112.21526230661628, 39.557102566074633 ], [ -112.21503466234873, 39.557397774889132 ], [ -112.21517164015894, 39.557576544705128 ], [ -112.21530122749448, 39.557665290597654 ], [ -112.21537765903824, 39.557709541772546 ], [ -112.21544795729956, 39.557735836837864 ], [ -112.21589269288046, 39.557807770258599 ], [ -112.21622847357631, 39.557772721101763 ], [ -112.21651281171941, 39.557724694355144 ], [ -112.21672543403567, 39.557569296577554 ], [ -112.21675633305813, 39.557339215406756 ], [ -112.21692035635523, 39.557067194762794 ], [ -112.21703830037295, 39.556822686787676 ], [ -112.21712323618013, 39.556687546674425 ], [ -112.21719162865394, 39.556604838384814 ], [ -112.21730053190126, 39.556509091559079 ], [ -112.2175305262989, 39.556349005275251 ], [ -112.21781282741159, 39.556251441133888 ], [ -112.21834813388024, 39.556178254357853 ], [ -112.21869654888282, 39.556134055537413 ], [ -112.21891121139917, 39.556095763728855 ], [ -112.21926536545166, 39.556046997956571 ], [ -112.21953851062777, 39.55595853580266 ], [ -112.21992891657258, 39.55572017537834 ], [ -112.22006933333076, 39.555430377897821 ], [ -112.22014637515524, 39.555177286084238 ], [ -112.22020108900257, 39.554978489289191 ], [ -112.22014972572416, 39.554704220375093 ], [ -112.22000047264214, 39.554489544824825 ], [ -112.21965307322967, 39.554258928617728 ], [ -112.21963812286415, 39.554069873281342 ], [ -112.2219538304502, 39.554041041597728 ], [ -112.22756976035701, 39.554040419928121 ], [ -112.23274331524297, 39.55403521016823 ], [ -112.23596725855205, 39.554027996488344 ], [ -112.23596476322636, 39.553559497992026 ], [ -112.24144171576491, 39.553600229322882 ], [ -112.24676706521157, 39.553624308793715 ], [ -112.25078287043748, 39.553640622097184 ], [ -112.26692712140631, 39.553681078355368 ], [ -112.27931699067709, 39.55368049294507 ], [ -112.2927315254114, 39.553703232125493 ], [ -112.30783907783216, 39.553700875667019 ], [ -112.3222130412051, 39.553682378300991 ], [ -112.33009853904801, 39.553682489615078 ], [ -112.3358541047879, 39.553684044587101 ], [ -112.34675351354959, 39.553652844871173 ], [ -112.36006302770679, 39.553664520014664 ], [ -112.37578104729837, 39.553637170275181 ], [ -112.38797383285275, 39.553681387853942 ], [ -112.40802059616395, 39.553665466391358 ], [ -112.42277450710854, 39.553679474849844 ], [ -112.42984527623247, 39.553682786667309 ], [ -112.43365710514264, 39.553685375844942 ], [ -112.44575572879657, 39.553679639171023 ], [ -112.45678418308748, 39.553704083183 ], [ -112.46095687046821, 39.553709360813066 ], [ -112.46236521293247, 39.553710566817877 ], [ -112.46237221961526, 39.552381512829811 ], [ -112.46522324464124, 39.552359113932908 ], [ -112.47411487241662, 39.552341262696238 ], [ -112.48252388580288, 39.552342403823978 ], [ -112.49220735643519, 39.552344597101431 ], [ -112.49856964641647, 39.552424900597003 ], [ -112.50079328783333, 39.552454767249195 ], [ -112.52525179863429, 39.552442639004923 ], [ -112.56907868346775, 39.552453754061744 ], [ -112.59821434497344, 39.552430581703177 ], [ -112.62578644206992, 39.552440005919657 ], [ -112.64407753705042, 39.552484473290569 ], [ -112.65892902392129, 39.55251214870875 ], [ -112.67453680853558, 39.552531532550539 ], [ -112.68966049590168, 39.552506305215459 ], [ -112.71194296564208, 39.552527020709405 ], [ -112.72447840596764, 39.552557887388105 ], [ -112.7288719986137, 39.552560170136928 ], [ -112.75079983437156, 39.552596723613611 ], [ -112.77223183534737, 39.552587146023725 ], [ -112.78849666653902, 39.552591097067072 ], [ -112.79962959910097, 39.552621013656925 ], [ -112.79965388763459, 39.567067594827272 ], [ -112.79962267026126, 39.581614109029012 ], [ -112.79964707967122, 39.596056118293099 ], [ -112.79964355410046, 39.610539070922037 ], [ -112.79964573118187, 39.625012892996232 ], [ -112.79891441307608, 39.639507057049933 ], [ -112.79891876953501, 39.654061866758681 ], [ -112.7989506242009, 39.668548646242215 ], [ -112.7989668732604, 39.68305815843685 ], [ -112.78062409332655, 39.683061655380378 ], [ -112.76192663644061, 39.683058625648073 ], [ -112.75079193616916, 39.683096442543956 ], [ -112.74319464611885, 39.68307472351254 ], [ -112.72440026593928, 39.683162601494153 ], [ -112.70566806483198, 39.68317444492115 ], [ -112.68680121948506, 39.683165398937895 ], [ -112.66821955086751, 39.683136573767591 ], [ -112.64946358880839, 39.683134277486872 ], [ -112.63063705394207, 39.683107416154989 ], [ -112.62578469839255, 39.683089875928438 ], [ -112.61188098515719, 39.683153103256124 ], [ -112.59312505093702, 39.683105660065998 ], [ -112.57436035116258, 39.683185943640034 ], [ -112.55562481281638, 39.683114142297633 ], [ -112.53669047374237, 39.683226645510857 ], [ -112.51788352456903, 39.683037073629222 ], [ -112.50074399512428, 39.683111222973992 ], [ -112.49892135011473, 39.682945563864912 ], [ -112.47999058046241, 39.682958671571399 ], [ -112.4612915886141, 39.68318200796908 ], [ -112.42226348321152, 39.684108131610714 ], [ -112.40352644452756, 39.684151442550068 ], [ -112.34718266653547, 39.68425124901038 ], [ -112.34733808217891, 39.698543523692976 ], [ -112.34734254936608, 39.698773221965503 ], [ -112.34730176878115, 39.713166847095195 ], [ -112.34719236687518, 39.728827106931647 ], [ -112.34724784134899, 39.743422263597196 ], [ -112.34713788429708, 39.750000648582848 ], [ -112.34712806572725, 39.757884273924304 ], [ -112.32705841692265, 39.757421753766593 ], [ -112.30824666556524, 39.757414598698723 ], [ -112.28957512201052, 39.757415448781906 ], [ -112.27073355542285, 39.757376413332715 ], [ -112.251852532174, 39.757414930272972 ], [ -112.25077829877507, 39.757399483239624 ], [ -112.23306702711865, 39.757575496679003 ], [ -112.21420848114609, 39.757571609229082 ], [ -112.19540722025846, 39.757506403333871 ], [ -112.17628645607032, 39.757529685392171 ], [ -112.15733554853094, 39.757590468787754 ], [ -112.13817359827431, 39.757598870501404 ], [ -112.12577519063554, 39.757530589737307 ], [ -112.11982605049414, 39.757439480771893 ], [ -112.11984049663691, 39.758691712325948 ], [ -112.11957321744343, 39.772100950813957 ], [ -112.08978933455364, 39.781826788407827 ], [ -112.08958422422721, 39.781779160324589 ], [ -112.08908813940124, 39.781792827083059 ], [ -112.08859101450403, 39.781814610337946 ], [ -112.08853381661997, 39.781816047876696 ], [ -112.08792068807281, 39.781812787814978 ], [ -112.08739434910929, 39.781759157125059 ], [ -112.08690303867749, 39.781705195958736 ], [ -112.08649850486985, 39.781599965124215 ], [ -112.08632274293718, 39.781561967302572 ], [ -112.08601888624843, 39.781546791719521 ], [ -112.08557049662699, 39.781623065982352 ], [ -112.08505098915032, 39.781632429665663 ], [ -112.0845710742621, 39.781560332362744 ], [ -112.08419737450919, 39.781559319527751 ], [ -112.0838811355282, 39.781499204792311 ], [ -112.08352304236061, 39.781376411064265 ], [ -112.08318295862986, 39.781284982589142 ], [ -112.08295602314286, 39.78126007109789 ], [ -112.08257011675846, 39.78129971124892 ], [ -112.08210392856603, 39.781358118468795 ], [ -112.08154461447369, 39.781435411501199 ], [ -112.08117710565564, 39.781456855856469 ], [ -112.08091988337902, 39.78143672748454 ], [ -112.08068566070959, 39.781393859730294 ], [ -112.08046761358921, 39.781265247320604 ], [ -112.08040486655693, 39.780986526177017 ], [ -112.08036568294169, 39.780721100388838 ], [ -112.08026614877798, 39.780330098479048 ], [ -112.0800758161932, 39.780106623849186 ], [ -112.0797215471499, 39.779854040833136 ], [ -112.07935979614243, 39.779496111023938 ], [ -112.07910426834427, 39.7792101721463 ], [ -112.07893131519441, 39.778977524102011 ], [ -112.07868285244082, 39.778844686097962 ], [ -112.07838010618268, 39.778824975194041 ], [ -112.07809433833997, 39.778845650113631 ], [ -112.07769125342045, 39.778831374467941 ], [ -112.07728669365939, 39.778722507630562 ], [ -112.07689310847567, 39.778568488253249 ], [ -112.07654144175983, 39.778481652587757 ], [ -112.07618534148969, 39.77848495553225 ], [ -112.07582945158458, 39.778501770218497 ], [ -112.07550844752487, 39.778509250641704 ], [ -112.07543254322913, 39.778509053108721 ], [ -112.07529821973357, 39.778506693904305 ], [ -112.07509375956947, 39.778499578424032 ], [ -112.07494900816239, 39.778577503150345 ], [ -112.07446071784932, 39.779091082133931 ], [ -112.07400003858615, 39.779127782113044 ], [ -112.073836777103, 39.779141906780787 ], [ -112.07369041283185, 39.779116231511843 ], [ -112.07349671662095, 39.779050449561915 ], [ -112.07325958942074, 39.778894970396898 ], [ -112.0730517001476, 39.778667141522959 ], [ -112.07285679511607, 39.778448202080639 ], [ -112.07260783488098, 39.778207237292222 ], [ -112.0724135129696, 39.778100914926647 ], [ -112.07213823308092, 39.778044894446374 ], [ -112.07200973421723, 39.778041576630862 ], [ -112.07173021029651, 39.778088306783332 ], [ -112.07166614947373, 39.778098809236049 ], [ -112.07163689117729, 39.778094574497494 ], [ -112.07134437824931, 39.778056730988347 ], [ -112.07099841877634, 39.777960815923478 ], [ -112.07081098483843, 39.777922001238323 ], [ -112.07051805428819, 39.777857129912022 ], [ -112.07017870205533, 39.777810705673318 ], [ -112.06974441333851, 39.777666047152998 ], [ -112.06926300701323, 39.777494791565282 ], [ -112.06887000364216, 39.777376778921294 ], [ -112.06850174528371, 39.77734863572492 ], [ -112.0683268253693, 39.777363760960618 ], [ -112.06807129265142, 39.777451706803184 ], [ -112.06783980603737, 39.77758448013099 ], [ -112.06767809203231, 39.777698591357208 ], [ -112.06753451689056, 39.777853079876103 ], [ -112.06718348396379, 39.778184267538819 ], [ -112.06699954358209, 39.778371562092886 ], [ -112.06679251557055, 39.778576187333172 ], [ -112.06667312217853, 39.778784511644488 ], [ -112.0666000130015, 39.778965380847922 ], [ -112.06654976782242, 39.779114505353512 ], [ -112.06642585607572, 39.779408464599179 ], [ -112.06629973288908, 39.779634870072691 ], [ -112.06615968174904, 39.779942492104588 ], [ -112.06595355013225, 39.780205671674246 ], [ -112.06564150102054, 39.780415764408502 ], [ -112.06531249195915, 39.780662051436906 ], [ -112.06501392018936, 39.780989146922082 ], [ -112.06492211014114, 39.781093602860167 ], [ -112.06462216020847, 39.781331512378642 ], [ -112.06431050446521, 39.781567726510751 ], [ -112.06391122088729, 39.781801139283104 ], [ -112.06363156247829, 39.781916326132588 ], [ -112.06327661060801, 39.78191957900075 ], [ -112.06305525087843, 39.781953141551277 ], [ -112.0627471520198, 39.782041557233732 ], [ -112.06250881790034, 39.782110412644307 ], [ -112.06214777346085, 39.782173182912928 ], [ -112.06176315457743, 39.782221751987599 ], [ -112.06128422656784, 39.782212618255635 ], [ -112.06095048898547, 39.78215260098105 ], [ -112.06069174741604, 39.782033333184174 ], [ -112.060504161541, 39.781908909616746 ], [ -112.06034280896917, 39.781743701668624 ], [ -112.06024691192393, 39.781582400396864 ], [ -112.06026549368708, 39.781271390431677 ], [ -112.06030874068652, 39.781045748763596 ], [ -112.06026908104317, 39.780744280774613 ], [ -112.06020669230072, 39.780483564794004 ], [ -112.05998237749958, 39.780324337422627 ], [ -112.05973606648577, 39.780253607137155 ], [ -112.05951806114189, 39.780124954769661 ], [ -112.05933398531968, 39.780000497193022 ], [ -112.05909227847499, 39.779772951873497 ], [ -112.05880201266412, 39.779500799777132 ], [ -112.05855797420817, 39.779273274584725 ], [ -112.05832252428074, 39.779072700133433 ], [ -112.05800328254782, 39.778814325033139 ], [ -112.0576964083003, 39.778600885642675 ], [ -112.05741901418365, 39.778406097525014 ], [ -112.05710066108054, 39.77820537493831 ], [ -112.05678677328996, 39.777991095998814 ], [ -112.05639077084177, 39.77767575221332 ], [ -112.0560031403468, 39.777449528564283 ], [ -112.05569154188171, 39.777308205715244 ], [ -112.05543363940288, 39.777242076580194 ], [ -112.05503483618668, 39.777124970696221 ], [ -112.0546726277456, 39.777110243375198 ], [ -112.05414820271763, 39.777178077405694 ], [ -112.05368800447468, 39.777246226907131 ], [ -112.05347206643708, 39.777251791329775 ], [ -112.05324446678972, 39.777258362178841 ], [ -112.05287504742287, 39.777153595984565 ], [ -112.05257107830916, 39.777129323821995 ], [ -112.05240110063363, 39.777085816067967 ], [ -112.05210146059397, 39.776962394826505 ], [ -112.05180149247278, 39.776817352085025 ], [ -112.05154764847127, 39.776710633073904 ], [ -112.05130144328905, 39.776568705797715 ], [ -112.0509184369255, 39.776337918197008 ], [ -112.05072449540992, 39.776254080549542 ], [ -112.05059593189283, 39.776246234645384 ], [ -112.05035727629567, 39.77629344434029 ], [ -112.05029958527507, 39.776339015857644 ], [ -112.05015034135091, 39.776507049160315 ], [ -112.04996030190979, 39.776679956316272 ], [ -112.04975660158902, 39.776722343575081 ], [ -112.0493824471511, 39.77668968803804 ], [ -112.04899730170334, 39.776702180013245 ], [ -112.04850735248429, 39.776733637420413 ], [ -112.04815146298242, 39.776750367191369 ], [ -112.04774330794228, 39.776785587512933 ], [ -112.04741097327887, 39.77681561715729 ], [ -112.04718378384875, 39.776849202034128 ], [ -112.04695157561665, 39.77693689099172 ], [ -112.04678996444969, 39.777059982194992 ], [ -112.04664688920961, 39.777250480052771 ], [ -112.04652105330914, 39.777422802519638 ], [ -112.04634906099695, 39.777631580524066 ], [ -112.0461960131563, 39.777934791152816 ], [ -112.04614022772873, 39.778106481650681 ], [ -112.04598826909098, 39.778481761151305 ], [ -112.04582190581307, 39.778676972808334 ], [ -112.04564977197624, 39.778876741156743 ], [ -112.04542530127122, 39.779090495553604 ], [ -112.0451190313124, 39.779300481296509 ], [ -112.04483597466441, 39.779501247357473 ], [ -112.04465711261454, 39.779642510638936 ], [ -112.04456011635676, 39.779792046647927 ], [ -112.04452645115221, 39.77988244838587 ], [ -112.04453128657154, 39.780202255282369 ], [ -112.04456279179009, 39.780355139498546 ], [ -112.04464881391146, 39.780638176065793 ], [ -112.04467095961391, 39.780944312278955 ], [ -112.04459922070795, 39.781219759088103 ], [ -112.04442260112131, 39.781509664639003 ], [ -112.04413973774923, 39.781723942035264 ], [ -112.04376923361976, 39.781934502131968 ], [ -112.0435129712383, 39.781977351230637 ], [ -112.04324591671921, 39.782078860933026 ], [ -112.04305509657409, 39.782202209490407 ], [ -112.04279028438826, 39.782452360819633 ], [ -112.0424447560989, 39.782770810669533 ], [ -112.04216181344925, 39.782980579021711 ], [ -112.04191926069142, 39.783158449504633 ], [ -112.04179306277405, 39.783308245345644 ], [ -112.04156130136248, 39.783427454059407 ], [ -112.04124637842104, 39.783452804934335 ], [ -112.04088420664226, 39.783442539306463 ], [ -112.04055645343445, 39.783391419516157 ], [ -112.0400350763031, 39.783355549111143 ], [ -112.03948739982644, 39.783356852408147 ], [ -112.03924191117876, 39.78334013045118 ], [ -112.03885631965194, 39.783325563290632 ], [ -112.03844764636855, 39.783329221142367 ], [ -112.03799219979295, 39.783328791010163 ], [ -112.03753050905561, 39.783301385309215 ], [ -112.03722007044665, 39.783236586465044 ], [ -112.03686815663144, 39.783131612966038 ], [ -112.03652091949473, 39.782949111732187 ], [ -112.03599239086739, 39.782747505380961 ], [ -112.03561061536499, 39.782597745271453 ], [ -112.03514120217136, 39.782444260741627 ], [ -112.0348007017655, 39.782321159372309 ], [ -112.03434323817518, 39.78218558477942 ], [ -112.03393865625678, 39.782072061900159 ], [ -112.03347394271042, 39.78184194477933 ], [ -112.03312123311623, 39.781682907679098 ], [ -112.0327095386109, 39.781483849993819 ], [ -112.03246259035848, 39.781368919002304 ], [ -112.03211042384685, 39.781245913468389 ], [ -112.03183489285524, 39.781171779783264 ], [ -112.03164170004493, 39.78113745792546 ], [ -112.03130826056319, 39.781095372343813 ], [ -112.03110970082267, 39.781092631861782 ], [ -112.03080632566828, 39.781108841894969 ], [ -112.03052677278878, 39.781156374154868 ], [ -112.03033499144198, 39.781216641289262 ], [ -112.03013280990064, 39.78136259425797 ], [ -112.02993089612912, 39.781526564250413 ], [ -112.02967160781807, 39.781758617064021 ], [ -112.02945908964604, 39.781994759334268 ], [ -112.02921670834348, 39.782186116697929 ], [ -112.02898321059264, 39.782268375287281 ], [ -112.02865806067116, 39.782312703415442 ], [ -112.02822080486713, 39.782357123024298 ], [ -112.02779605725917, 39.782378905513013 ], [ -112.02721261716498, 39.782487685112145 ], [ -112.02695620774914, 39.782521489108397 ], [ -112.02657786639222, 39.782601420648867 ], [ -112.02619959105087, 39.782685855312401 ], [ -112.02598505101885, 39.782786860973864 ], [ -112.02588040185721, 39.782895904683571 ], [ -112.02578586562807, 39.783135502108813 ], [ -112.02575565239142, 39.783460124710366 ], [ -112.02582522434082, 39.7838199047277 ], [ -112.02589859798682, 39.784121086884994 ], [ -112.02586921811856, 39.784423177409401 ], [ -112.02580981317384, 39.784748058020043 ], [ -112.02574987256553, 39.785036903826906 ], [ -112.02570784796869, 39.785352620849345 ], [ -112.02553851491864, 39.785746046934214 ], [ -112.02532744154669, 39.786081277405835 ], [ -112.02505100647338, 39.786340500964798 ], [ -112.02476285708212, 39.786518738468821 ], [ -112.02452881813149, 39.7865658543924 ], [ -112.02432306813775, 39.786473067123474 ], [ -112.02405316225583, 39.786385350608498 ], [ -112.02369688172683, 39.78637948432597 ], [ -112.02344582727902, 39.786381698811397 ], [ -112.02335261188023, 39.786396035710347 ], [ -112.02312531160155, 39.78642506963304 ], [ -112.02310772943812, 39.786420719715544 ], [ -112.0229321080573, 39.786390733437102 ], [ -112.02273233254149, 39.786306900540062 ], [ -112.02254483460676, 39.786263503536837 ], [ -112.02236397545522, 39.786274106978716 ], [ -112.02212553144633, 39.786339276615259 ], [ -112.02188728690855, 39.786417958815932 ], [ -112.02161361113139, 39.786469922846251 ], [ -112.02140939731427, 39.78648073041132 ], [ -112.02107123112168, 39.786515241051049 ], [ -112.02081553581196, 39.78659857954375 ], [ -112.02059507059333, 39.786695122437415 ], [ -112.02032666237716, 39.786787581539038 ], [ -112.02007870315337, 39.786920404692793 ], [ -112.01985352803, 39.787093571505764 ], [ -112.0197448569037, 39.787247694379253 ], [ -112.01964866043349, 39.787455766771643 ], [ -112.01949506153987, 39.787731016468584 ], [ -112.01932523529453, 39.788093804258665 ], [ -112.01916567543921, 39.788360996978689 ], [ -112.01897254441383, 39.788727592856617 ], [ -112.0187905572175, 39.7890580510769 ], [ -112.01857950748227, 39.789397773981655 ], [ -112.01838570631249, 39.789719325375344 ], [ -112.01819117284275, 39.78999132857772 ], [ -112.01785590881239, 39.790224021564974 ], [ -112.0174443395337, 39.790430353056109 ], [ -112.017119952429, 39.79060888933094 ], [ -112.01692289095305, 39.790709725041445 ], [ -112.01675036482291, 39.79089053327202 ], [ -112.01661349442108, 39.791113375252237 ], [ -112.01647090358361, 39.79134437605785 ], [ -112.01632240658431, 39.791570923478396 ], [ -112.01614431619824, 39.791770700253721 ], [ -112.01583199492214, 39.791976156867079 ], [ -112.01562796246296, 39.792000467526606 ], [ -112.0154175610076, 39.791988794089356 ], [ -112.01512501682704, 39.791950809299109 ], [ -112.0148450114343, 39.791971278253023 ], [ -112.01460003965846, 39.791991440212847 ], [ -112.01432600521404, 39.792020865575267 ], [ -112.01407499567492, 39.792027564402552 ], [ -112.01376041865875, 39.792079867404595 ], [ -112.01360355972351, 39.792135296907453 ], [ -112.01338379374668, 39.792281374285722 ], [ -112.01315804243787, 39.792417592652257 ], [ -112.01299714055196, 39.792595590848357 ], [ -112.01284318682977, 39.792849211063881 ], [ -112.01260834380348, 39.793162101127052 ], [ -112.01233288914692, 39.793493364754944 ], [ -112.01203407536399, 39.79382483145438 ], [ -112.01168184839129, 39.794098198948127 ], [ -112.01138091762823, 39.794285524546467 ], [ -112.01103353558558, 39.794491273842276 ], [ -112.01071547934175, 39.794705776529902 ], [ -112.01046086153359, 39.7948656667309 ], [ -112.01012521817441, 39.795075816018262 ], [ -112.00976434116538, 39.795317718457277 ], [ -112.00939447898782, 39.795424549948791 ], [ -112.00931848951704, 39.795419805039543 ], [ -112.00909050799511, 39.795404669140254 ], [ -112.00884971603274, 39.795312159321078 ], [ -112.00867991694436, 39.795282100954253 ], [ -112.00839195147627, 39.795158465708631 ], [ -112.00819715170708, 39.795016000556359 ], [ -112.00799539564667, 39.794797011625512 ], [ -112.00786397422985, 39.794595431175551 ], [ -112.0076809869896, 39.794461872399211 ], [ -112.00751132192224, 39.794440821012053 ], [ -112.00723766864526, 39.794497255963371 ], [ -112.00703396701699, 39.794544974324481 ], [ -112.00675557706784, 39.794677132143583 ], [ -112.00650080466168, 39.794746916346355 ], [ -112.00608105109403, 39.794876694712983 ], [ -112.00569192238393, 39.795024225876283 ], [ -112.00540160014714, 39.795139365120782 ], [ -112.00500741596687, 39.795340997006363 ], [ -112.00467090135031, 39.795492573971941 ], [ -112.00440025558564, 39.795756203171798 ], [ -112.00414148293879, 39.796033243791236 ], [ -112.00394162570144, 39.796345813571897 ], [ -112.00379314232866, 39.796576849781339 ], [ -112.00363271727937, 39.796789969351572 ], [ -112.00350063720154, 39.796944279430491 ], [ -112.00339762270316, 39.797089328151756 ], [ -112.00339479455889, 39.797296579532905 ], [ -112.00340482366731, 39.797584808516135 ], [ -112.0033615119885, 39.797819439551205 ], [ -112.00327069856138, 39.798000422099953 ], [ -112.00319720684099, 39.7981677400184 ], [ -112.00319607988159, 39.798492104890578 ], [ -112.00321837665352, 39.798820772158258 ], [ -112.00324703692226, 39.799185423836128 ], [ -112.00330522297344, 39.799572344841408 ], [ -112.00334904630112, 39.79977468781081 ], [ -112.00327017154005, 39.799973586797918 ], [ -112.00306794315445, 39.800123997913751 ], [ -112.00280075758138, 39.800225415844061 ], [ -112.0023699944083, 39.800323741451137 ], [ -112.00207827128777, 39.800344280932926 ], [ -112.00177539149809, 39.800400955453973 ], [ -112.00159586389238, 39.800506118706643 ], [ -112.00141108408823, 39.80065187139045 ], [ -112.00082558207794, 39.800954248541878 ], [ -112.00061606930021, 39.801005609740749 ], [ -112.00051653235305, 39.800988448347972 ], [ -112.00040531595161, 39.800971387568666 ], [ -112.00011877658724, 39.800946828128268 ], [ -111.9997561902204, 39.800913913381947 ], [ -111.99941741963811, 39.800912326889438 ], [ -111.9990788446195, 39.800924252517916 ], [ -111.99900286269106, 39.800920401797605 ], [ -111.99878082186922, 39.800913303440481 ], [ -111.99848221284191, 39.800861814257694 ], [ -111.99812072172858, 39.800904567821831 ], [ -111.99762598336198, 39.801022346863569 ], [ -111.99720247872605, 39.801219699404754 ], [ -111.99691730827259, 39.801370812627951 ], [ -111.99668651044371, 39.80148541865978 ], [ -111.99633800770205, 39.801619054730836 ], [ -111.99590527663726, 39.801582225325355 ], [ -111.99558304761688, 39.80151291169102 ], [ -111.99534874096433, 39.801465367627813 ], [ -111.99516881012528, 39.801462406055443 ], [ -111.99498763409802, 39.801535137739386 ], [ -111.99478585022105, 39.801717966162236 ], [ -111.9945969648455, 39.80190428761491 ], [ -111.99433637794618, 39.802140777482265 ], [ -111.99403192464989, 39.802494770792883 ], [ -111.99372681980358, 39.802803719562299 ], [ -111.99345459853598, 39.803043911023209 ], [ -111.99313321456324, 39.803358403521059 ], [ -111.99274056680007, 39.803672603886611 ], [ -111.99235933647203, 39.803968685548149 ], [ -111.99196590491876, 39.804228830821422 ], [ -111.99164722639514, 39.804407247153094 ], [ -111.99125827127605, 39.80457274822659 ], [ -111.99102063913951, 39.804700916179037 ], [ -111.9907433538947, 39.804915015920741 ], [ -111.99053614837348, 39.805128516748844 ], [ -111.99045677825168, 39.805295876726838 ], [ -111.99030213209043, 39.805508928454579 ], [ -111.99018290080764, 39.805747806341387 ], [ -111.99009892956803, 39.806001699982154 ], [ -111.98998671285433, 39.806322507515304 ], [ -111.989932962227, 39.806647321044821 ], [ -111.98988914737647, 39.806850416678706 ], [ -111.98973501281591, 39.80709950268276 ], [ -111.98960917449541, 39.80728527813163 ], [ -111.98961292052806, 39.807546532055873 ], [ -111.98969226817475, 39.807784616478159 ], [ -111.98980704618916, 39.808049428158164 ], [ -111.98982040657745, 39.808166442317386 ], [ -111.98982025121083, 39.80856287731612 ], [ -111.98987156157645, 39.808882289450658 ], [ -111.98984175198181, 39.809247442899917 ], [ -111.98976489509458, 39.809590473035335 ], [ -111.98975338151976, 39.810009529466903 ], [ -111.98975809750407, 39.81033834889007 ], [ -111.98980544208565, 39.810788437648739 ], [ -111.98985882181884, 39.81125198964083 ], [ -111.98980935727671, 39.811468648077181 ], [ -111.98968293002387, 39.811613884192617 ], [ -111.98942755511909, 39.811728685400858 ], [ -111.98914758982804, 39.811758102105323 ], [ -111.9887719788714, 39.811635165802677 ], [ -111.98841208472649, 39.811385956453677 ], [ -111.98805887223196, 39.811195253110753 ], [ -111.98787042424819, 39.811088739539798 ], [ -111.98754115734688, 39.810938375056914 ], [ -111.98718723245442, 39.810779209579863 ], [ -111.98689475991547, 39.810669074518977 ], [ -111.98649009751965, 39.810556288712185 ], [ -111.9862215463898, 39.810566680603593 ], [ -111.98593555062311, 39.810582626025877 ], [ -111.98556643549425, 39.810504673349278 ], [ -111.98507442470606, 39.810410644242872 ], [ -111.98464047386224, 39.810291793723522 ], [ -111.98413061007314, 39.810174486480889 ], [ -111.98384917156079, 39.810100289536116 ], [ -111.98352652883442, 39.810003916552006 ], [ -111.98304606414743, 39.809899870092281 ], [ -111.98255879836373, 39.809728305297718 ], [ -111.98225368066319, 39.809631780342244 ], [ -111.98193662642308, 39.809517335883555 ], [ -111.98164832720707, 39.809371112765035 ], [ -111.98137665390477, 39.809161679282738 ], [ -111.98101044639202, 39.808876460676871 ], [ -111.98068550896271, 39.808617921652278 ], [ -111.98035486152756, 39.808368439804291 ], [ -111.98018395419804, 39.808261765411935 ], [ -111.97992473795209, 39.808106282389268 ], [ -111.97965416180435, 39.807973419349651 ], [ -111.97937326578493, 39.807854157574887 ], [ -111.97875630356144, 39.807679166411994 ], [ -111.97818121612291, 39.807491205119128 ], [ -111.97754822613398, 39.807338867279007 ], [ -111.9768337804305, 39.807208835448613 ], [ -111.9762425700177, 39.807119207760159 ], [ -111.97575090102697, 39.80704675971581 ], [ -111.97541203579361, 39.807040599094123 ], [ -111.97497934387491, 39.807008196349223 ], [ -111.97463451133028, 39.806993073732563 ], [ -111.97431823184641, 39.806931760008759 ], [ -111.9736867293831, 39.80688390299126 ], [ -111.97313748724073, 39.806870491114978 ], [ -111.97266943810908, 39.806815851617031 ], [ -111.97230689564347, 39.806787355736532 ], [ -111.97179840960507, 39.806764586107079 ], [ -111.97137244866205, 39.806795182591607 ], [ -111.97086491322132, 39.806839974919988 ], [ -111.97061435044438, 39.80688261564454 ], [ -111.97030582755241, 39.806957275084436 ], [ -111.97007856192734, 39.806995214890009 ], [ -111.969804193743, 39.807006518357866 ], [ -111.96960625581619, 39.807053221971529 ], [ -111.96946684739711, 39.807108446088577 ], [ -111.96939796557533, 39.807194615355712 ], [ -111.9693819629687, 39.807302867469808 ], [ -111.96940043300684, 39.807370287163941 ], [ -111.96942581901824, 39.807514232944705 ], [ -111.96945164804384, 39.807689709549884 ], [ -111.96949108536236, 39.807919131638563 ], [ -111.96949879490302, 39.808135304020006 ], [ -111.96939225592375, 39.808451539512809 ], [ -111.96923816988931, 39.808709607966108 ], [ -111.96908929069042, 39.808922583391258 ], [ -111.96887622835153, 39.809140599532789 ], [ -111.96862171206521, 39.809318416964992 ], [ -111.96835718714948, 39.809532356831198 ], [ -111.96804925096852, 39.809733143501141 ], [ -111.96769676716829, 39.810006379822838 ], [ -111.96747766706353, 39.810210928945217 ], [ -111.96724079130453, 39.810397606110705 ], [ -111.96699876794202, 39.81063387994562 ], [ -111.96685470863797, 39.810774733393835 ], [ -111.96665767191429, 39.810970087235681 ], [ -111.96650360271103, 39.811147063095703 ], [ -111.96638258867017, 39.811265199321944 ], [ -111.96621020629232, 39.8114693569091 ], [ -111.9661077223146, 39.811659417436005 ], [ -111.96601196130624, 39.811912490931334 ], [ -111.96589836208703, 39.812143188188223 ], [ -111.96573809894893, 39.812378778680653 ], [ -111.965554156397, 39.812592041355714 ], [ -111.96536989763122, 39.812782781713011 ], [ -111.96524931987784, 39.812932447626928 ], [ -111.96515178993947, 39.813059397037506 ], [ -111.96497374763067, 39.813277114629713 ], [ -111.96479526334052, 39.813463301107646 ], [ -111.96469189094705, 39.813590298709173 ], [ -111.96457696232559, 39.813726402153051 ], [ -111.96448018557986, 39.813907403890497 ], [ -111.96440143475863, 39.814124295150037 ], [ -111.96433474306241, 39.814368115698606 ], [ -111.96432633469072, 39.814602441930482 ], [ -111.9642826285511, 39.814819041806977 ], [ -111.96419238294924, 39.815049543220411 ], [ -111.96405477918985, 39.81523538878578 ], [ -111.96385216819776, 39.815367715102155 ], [ -111.96362464658463, 39.815473218389165 ], [ -111.96343475858862, 39.81559642844622 ], [ -111.96324318604672, 39.815682711759749 ], [ -111.96302821102464, 39.815766486053015 ], [ -111.96283683863946, 39.815867182808084 ], [ -111.96271543302336, 39.815958288844392 ], [ -111.9626819577247, 39.816071189832819 ], [ -111.96275525639582, 39.816300332985534 ], [ -111.96291045716291, 39.816537806224332 ], [ -111.96305868611071, 39.816694248403905 ], [ -111.96331299998458, 39.816917383540869 ], [ -111.96353151352594, 39.817086756292539 ], [ -111.96374424986769, 39.817260681541043 ], [ -111.96388124036763, 39.817448750484644 ], [ -111.96390712247897, 39.817628732556472 ], [ -111.96381617993715, 39.817809685176584 ], [ -111.96374169101726, 39.817913917284635 ], [ -111.96367875855414, 39.818009043500311 ], [ -111.96357550326614, 39.818145048924222 ], [ -111.96343293117827, 39.81839400392532 ], [ -111.96331855829834, 39.818570645778202 ], [ -111.96322158302108, 39.818738133223682 ], [ -111.96316581105009, 39.818927803164755 ], [ -111.96322165337419, 39.819161595739814 ], [ -111.96329502021777, 39.819395242774029 ], [ -111.96336768307832, 39.819578440424443 ], [ -111.96348754311106, 39.81979458252993 ], [ -111.96361957752532, 39.82004576180455 ], [ -111.96371618665844, 39.820270205630941 ], [ -111.96379577548147, 39.820530830162298 ], [ -111.96384031597022, 39.820791745801579 ], [ -111.96386180544164, 39.821075377542996 ], [ -111.96384239174274, 39.821358448101563 ], [ -111.96379379525902, 39.821643563048717 ], [ -111.96372671709574, 39.821860356639377 ], [ -111.96364154739673, 39.822036756138203 ], [ -111.96349337783086, 39.822303777268445 ], [ -111.96327441548655, 39.822521831846757 ], [ -111.96302134509664, 39.822807742992019 ], [ -111.96313531275335, 39.82343838718937 ], [ -111.96345176900053, 39.823925895233778 ], [ -111.96390611649861, 39.82424647563473 ], [ -111.9641670587902, 39.824523612497281 ], [ -111.96445080366061, 39.82476001489573 ], [ -111.96459918009528, 39.824925463429949 ], [ -111.96482299729064, 39.825054245024191 ], [ -111.96478575869023, 39.82531584015603 ], [ -111.9647757131002, 39.825433051650954 ], [ -111.96467401157614, 39.825680767040694 ], [ -111.96454896682987, 39.825930478381643 ], [ -111.96440035185557, 39.826165969770983 ], [ -111.9642399259983, 39.826392549288869 ], [ -111.96410255221477, 39.826596412410723 ], [ -111.96409922882299, 39.826776636850191 ], [ -111.96414772792632, 39.826902371572231 ], [ -111.96415621464229, 39.827091507693567 ], [ -111.96415867046362, 39.827267179169446 ], [ -111.96404321483215, 39.82736724687944 ], [ -111.96376964563484, 39.827441598579497 ], [ -111.96352489598745, 39.827487779779077 ], [ -111.96314121970038, 39.827627014287515 ], [ -111.96279308483322, 39.827801090951468 ], [ -111.96249149643312, 39.827961265651368 ], [ -111.96220360187573, 39.828265483427543 ], [ -111.96200842527035, 39.828514872638756 ], [ -111.96183617619729, 39.82873253699362 ], [ -111.96164608543565, 39.828927824386369 ], [ -111.96143947174225, 39.829195327107698 ], [ -111.96123957767148, 39.829525842645381 ], [ -111.96116557476539, 39.829666108279703 ], [ -111.9610630507691, 39.829856164250771 ], [ -111.96092810867539, 39.830235695237555 ], [ -111.96084801104668, 39.830357991466485 ], [ -111.96062436503661, 39.830661673112886 ], [ -111.96041415834175, 39.831091380768314 ], [ -111.96023875262318, 39.831502780300617 ], [ -111.96003061051312, 39.832081132406159 ], [ -111.95987764206609, 39.83242567288648 ], [ -111.95973482743229, 39.832660209174271 ], [ -111.95953956701342, 39.83290508990153 ], [ -111.95940273068642, 39.833149487137959 ], [ -111.95932815626769, 39.833249212018657 ], [ -111.95917863083763, 39.833421635247674 ], [ -111.95903569904443, 39.833648062770621 ], [ -111.95892210465425, 39.833883257446466 ], [ -111.95874605689812, 39.834249610733188 ], [ -111.95867826243142, 39.83441685289251 ], [ -111.95862296710497, 39.834642555629586 ], [ -111.95850502986065, 39.83498590373074 ], [ -111.95838187484748, 39.835374343956019 ], [ -111.95820550755536, 39.835718174419164 ], [ -111.95804585324649, 39.836003302683402 ], [ -111.95788757440904, 39.836387527485229 ], [ -111.95768758045972, 39.836713532550426 ], [ -111.95748458196863, 39.836823326169274 ], [ -111.95735088416863, 39.836873983656751 ], [ -111.95716919250789, 39.836834938708968 ], [ -111.95699265615289, 39.836746296886432 ], [ -111.956798404173, 39.836644286164379 ], [ -111.9565097924645, 39.83647998436809 ], [ -111.95626126970194, 39.836256787494676 ], [ -111.95583093494083, 39.835985534174611 ], [ -111.95543112820529, 39.835808631039711 ], [ -111.95481961164278, 39.835534361073094 ], [ -111.95461374312426, 39.835436947174678 ], [ -111.95421587513046, 39.835399676264437 ], [ -111.95379929539308, 39.83527696442205 ], [ -111.95346471461285, 39.835167992889502 ], [ -111.95310624096783, 39.835021375388109 ], [ -111.95270016830598, 39.834812979824875 ], [ -111.95231728217284, 39.834590877734207 ], [ -111.95198244579971, 39.834462983336962 ], [ -111.95168428306388, 39.834451914975183 ], [ -111.95145014115189, 39.834422301121521 ], [ -111.95120437623963, 39.834397287014966 ], [ -111.95105762614311, 39.834348936097456 ], [ -111.95084082645951, 39.834305664081008 ], [ -111.95066543488721, 39.834298992661481 ], [ -111.95053147597662, 39.834330723793954 ], [ -111.95041511944015, 39.834367716464754 ], [ -111.95035799656101, 39.834462787715736 ], [ -111.95027315002314, 39.83466620406552 ], [ -111.94999244368965, 39.835073945709091 ], [ -111.94981454581546, 39.835309658096257 ], [ -111.94961843601098, 39.835495965196813 ], [ -111.9494398534849, 39.835682128516368 ], [ -111.94922092855928, 39.835909165918643 ], [ -111.94907379012864, 39.836257248384975 ], [ -111.94898352882956, 39.836492242467813 ], [ -111.94890998959821, 39.836668535775978 ], [ -111.94889523834337, 39.836870476697435 ], [ -111.94898778255128, 39.837140915641349 ], [ -111.94928897973503, 39.838305224478376 ], [ -111.94936729582604, 39.838475770356951 ], [ -111.94955625762039, 39.838618381052697 ], [ -111.94970376046352, 39.838720786622019 ], [ -111.94987550479738, 39.838886062314032 ], [ -111.95000516915732, 39.838966088983035 ], [ -111.94999422789569, 39.839020237559311 ], [ -111.94988550611311, 39.839187809696696 ], [ -111.94978360934122, 39.839341811106955 ], [ -111.94966234197764, 39.839532010316951 ], [ -111.94943098519641, 39.839790684181111 ], [ -111.9492834578964, 39.840026147047048 ], [ -111.94926952595955, 39.840287546058121 ], [ -111.94932011715797, 39.840566436701693 ], [ -111.94930083831375, 39.840863918755879 ], [ -111.94918005341707, 39.841004559433685 ], [ -111.9490127701409, 39.841163600045142 ], [ -111.94874086540845, 39.841364040333083 ], [ -111.94859104808988, 39.84151843257235 ], [ -111.94848786137831, 39.841749026873813 ], [ -111.94842287686944, 39.842037872611883 ], [ -111.94839046395767, 39.842655310611974 ], [ -111.9484115266815, 39.842911918397782 ], [ -111.94834518625173, 39.843187260391367 ], [ -111.94821431961873, 39.843445110154001 ], [ -111.94812111505873, 39.843891858220061 ], [ -111.94799900153566, 39.844361366994164 ], [ -111.94795720938518, 39.844722101394304 ], [ -111.94790453499922, 39.845141488520035 ], [ -111.94788643854095, 39.845525454749982 ], [ -111.94784649119778, 39.846020420281917 ], [ -111.94790428790763, 39.846398360411492 ], [ -111.94790346222636, 39.846763264813745 ], [ -111.94790779885004, 39.847078573010855 ], [ -111.94793171136449, 39.847542383205486 ], [ -111.94798199327515, 39.847798752078432 ], [ -111.94802593605222, 39.848019133460006 ], [ -111.94811669185174, 39.848243637104922 ], [ -111.94814310377882, 39.848464161711071 ], [ -111.94825748401868, 39.848706491752331 ], [ -111.94830068452765, 39.848872820169113 ], [ -111.94827892042804, 39.848990125685894 ], [ -111.94816390145839, 39.849126213128258 ], [ -111.94802525845164, 39.849244473903099 ], [ -111.94776052618548, 39.849543961083356 ], [ -111.94751276618547, 39.849802764854552 ], [ -111.94729932530991, 39.85000722894457 ], [ -111.9470744427629, 39.850229805684222 ], [ -111.9468537388705, 39.850416308622194 ], [ -111.94665825256882, 39.850566566085668 ], [ -111.94641410178967, 39.850663161403347 ], [ -111.94612891819692, 39.850751081087473 ], [ -111.94587947838706, 39.850888262580632 ], [ -111.94575817470967, 39.8509928645245 ], [ -111.94561361792113, 39.851106665718035 ], [ -111.94539265474786, 39.851189555139094 ], [ -111.94518245250144, 39.851204782859568 ], [ -111.94472317234181, 39.85129862247657 ], [ -111.94433783543494, 39.851414382852795 ], [ -111.94411009986634, 39.851429751371896 ], [ -111.94372525141172, 39.851495951768662 ], [ -111.94348662890287, 39.851569971424432 ], [ -111.94320365728031, 39.851820042571354 ], [ -111.9430244610074, 39.851965656549034 ], [ -111.94269350010613, 39.852126018455259 ], [ -111.94246145775918, 39.852254041404343 ], [ -111.94225396166324, 39.852467457716081 ], [ -111.94214439970666, 39.852576465406912 ], [ -111.94191290897234, 39.852745026932077 ], [ -111.94169298249086, 39.852904484299899 ], [ -111.94144863169629, 39.852987556086248 ], [ -111.94126236608588, 39.853044027575486 ], [ -111.94090056275317, 39.853172199318877 ], [ -111.94054689087061, 39.853296700076953 ], [ -111.94006433463147, 39.853485313040473 ], [ -111.93972148651505, 39.853632248094918 ], [ -111.93952517508565, 39.853809529661035 ], [ -111.93916761537763, 39.85416380790145 ], [ -111.93906425854769, 39.854299791870453 ], [ -111.93886855731341, 39.854522116432292 ], [ -111.93871948738571, 39.854735053478905 ], [ -111.9385766321878, 39.854889376275018 ], [ -111.93850600510665, 39.854939501698354 ], [ -111.93840597170896, 39.854976350268458 ], [ -111.93818720238338, 39.855050198422887 ], [ -111.93795926542776, 39.855137635013541 ], [ -111.93774320479736, 39.855152896661139 ], [ -111.93748130778792, 39.855236101952308 ], [ -111.93723540699834, 39.855292147972278 ], [ -111.93709144456669, 39.855365389593878 ], [ -111.93704554647024, 39.855428829060656 ], [ -111.93702929950034, 39.855523563317419 ], [ -111.93703767285572, 39.855623504566665 ], [ -111.93705628693718, 39.855874727887532 ], [ -111.93714130083031, 39.856022702922949 ], [ -111.93724415039797, 39.856278651484892 ], [ -111.93733567930511, 39.856561720850173 ], [ -111.93740150171877, 39.856673811524608 ], [ -111.93747304635424, 39.856776846102747 ], [ -111.9376038953623, 39.856942469927027 ], [ -111.93771665938893, 39.857067695669237 ], [ -111.9378881766394, 39.857214970763835 ], [ -111.93802413618199, 39.857326493930636 ], [ -111.93812448856312, 39.857398661775321 ], [ -111.93815480356018, 39.857478603868358 ], [ -111.93815609165023, 39.857573196419629 ], [ -111.93814002977339, 39.857681444006737 ], [ -111.9380892678226, 39.857817001652791 ], [ -111.93799248412681, 39.858006990285212 ], [ -111.93790148328993, 39.858192427169953 ], [ -111.93775178949799, 39.85836031889702 ], [ -111.93749129019568, 39.858547125671912 ], [ -111.9372070427966, 39.858707094332175 ], [ -111.93700351800715, 39.858785321979596 ], [ -111.93674751236207, 39.858872982925497 ], [ -111.93650460948996, 39.858978557127131 ], [ -111.93623580516784, 39.859070825183267 ], [ -111.93608044422639, 39.859252275199871 ], [ -111.93594827192798, 39.859505616332129 ], [ -111.93581240819925, 39.859745472382521 ], [ -111.93555988430924, 39.860089882037258 ], [ -111.93541663724892, 39.860302767751115 ], [ -111.93506407318495, 39.860598429136694 ], [ -111.93487265809509, 39.860708089735112 ], [ -111.93455343603473, 39.860876442598752 ], [ -111.93439095082168, 39.860964245776557 ], [ -111.93414729552117, 39.861101355414476 ], [ -111.93398601850024, 39.861278345343841 ], [ -111.93394803507748, 39.861494886458942 ], [ -111.93392715897143, 39.861679755501989 ], [ -111.93388899196209, 39.861882783359796 ], [ -111.93378086740375, 39.862099889124828 ], [ -111.93363194883725, 39.862326332957636 ], [ -111.93345239070403, 39.862535003577399 ], [ -111.93313105570219, 39.8628934763207 ], [ -111.93292374300077, 39.863124893898288 ], [ -111.9327739654675, 39.863288274914623 ], [ -111.93262983722329, 39.863437194630691 ], [ -111.93244474336662, 39.863582839583309 ], [ -111.93216102427745, 39.863784236686904 ], [ -111.93189464413491, 39.863971078108037 ], [ -111.93162801884431, 39.86413990128635 ], [ -111.93129191934902, 39.864358835597002 ], [ -111.93100690291118, 39.864464736417524 ], [ -111.93074532749185, 39.864574953336529 ], [ -111.93059339942377, 39.86457977631526 ], [ -111.93054664951215, 39.864581052372813 ], [ -111.93029518162136, 39.864574059793306 ], [ -111.93009035420052, 39.864557682871393 ], [ -111.9298331627805, 39.864559744985726 ], [ -111.9296019804754, 39.864669715674836 ], [ -111.92937351446608, 39.864721100440391 ], [ -111.92914597410685, 39.864754457741761 ], [ -111.92879068771458, 39.86485190622286 ], [ -111.92854561075113, 39.864885402775165 ], [ -111.92823514262865, 39.864838333950154 ], [ -111.92808359004884, 39.864871081018542 ], [ -111.92799748863429, 39.864988897340162 ], [ -111.92789421509802, 39.865133880374628 ], [ -111.92783228315649, 39.865310066909366 ], [ -111.92781114694215, 39.865476917276666 ], [ -111.92778518465408, 39.865719488552124 ], [ -111.92777593313723, 39.865900659512619 ], [ -111.92775984109646, 39.866008004836189 ], [ -111.92772987757304, 39.866387557015564 ], [ -111.9277159211039, 39.866653457683057 ], [ -111.92767937144077, 39.866978102727288 ], [ -111.92764716230374, 39.867190991548526 ], [ -111.92757388884465, 39.867393397011881 ], [ -111.92749516207097, 39.867538183335753 ], [ -111.92737908424081, 39.867687773155893 ], [ -111.9272519502414, 39.867797808145568 ], [ -111.92710755812422, 39.867928703477816 ], [ -111.92697456556218, 39.868037884011976 ], [ -111.9268293964807, 39.868111122513028 ], [ -111.92660220725416, 39.868171501429153 ], [ -111.92636215735176, 39.868231982619392 ], [ -111.92622960515874, 39.868287100007969 ], [ -111.9260850404645, 39.868405381730817 ], [ -111.92604575668993, 39.868527327629451 ], [ -111.92601834571067, 39.868662693413803 ], [ -111.92599561112938, 39.868798021853486 ], [ -111.9259756992456, 39.868969366930166 ], [ -111.92596826593669, 39.869199176040233 ], [ -111.92587202033052, 39.86951979208709 ], [ -111.92584485088695, 39.86967317547002 ], [ -111.92577085506619, 39.869822427721054 ], [ -111.92565563611208, 39.869949484445719 ], [ -111.92555704582767, 39.870008834906372 ], [ -111.92543525403299, 39.870081885101939 ], [ -111.9252793558928, 39.870227285612259 ], [ -111.92520396634424, 39.87027293599116 ], [ -111.9251608917755, 39.870548078280947 ], [ -111.92528510564517, 39.870655204908267 ], [ -111.92539665980539, 39.870690354068827 ], [ -111.92553129453589, 39.870702794461543 ], [ -111.92567834749323, 39.870769194340205 ], [ -111.92579592950347, 39.870817809693314 ], [ -111.92594955558039, 39.870938215508517 ], [ -111.92604611724458, 39.871162689357085 ], [ -111.9261363490529, 39.871351174495011 ], [ -111.92621501082152, 39.871548761743156 ], [ -111.92629970070639, 39.871759815471563 ], [ -111.92634328807031, 39.871957682735989 ], [ -111.92638096918597, 39.872151092256857 ], [ -111.92645336245444, 39.87231719511594 ], [ -111.92653087470019, 39.872429198294412 ], [ -111.92658542772439, 39.872572919105941 ], [ -111.92661599099374, 39.872671782608407 ], [ -111.92659577664831, 39.872820605622906 ], [ -111.926537238788, 39.872902161377525 ], [ -111.9264619684073, 39.872956821397707 ], [ -111.92636313217552, 39.87299815491378 ], [ -111.92620607832737, 39.873057972854895 ], [ -111.92606601695437, 39.873077110857317 ], [ -111.92587918757305, 39.873096622050952 ], [ -111.92569796184655, 39.873098068641113 ], [ -111.92551691774126, 39.873113028181962 ], [ -111.92537721926318, 39.873159191823873 ], [ -111.92499904475557, 39.873297355385667 ], [ -111.92488166930492, 39.873351449202964 ], [ -111.9247608707513, 39.873411877047531 ], [ -111.92467384584958, 39.873462124737891 ], [ -111.92442946184492, 39.873549665863955 ], [ -111.92417917071297, 39.873632748652071 ], [ -111.92391613854832, 39.873724942187032 ], [ -111.92376567310643, 39.873753170084157 ], [ -111.92353785838873, 39.873768499052105 ], [ -111.92333377811501, 39.87380976700986 ], [ -111.92315193677307, 39.873852659556881 ], [ -111.92295482297953, 39.873890267482942 ], [ -111.92282663218002, 39.87392282179718 ], [ -111.9225996616378, 39.874001210729105 ], [ -111.92241337175767, 39.874061256105755 ], [ -111.92219260833895, 39.874166624241909 ], [ -111.92199510799438, 39.874262797239737 ], [ -111.92182117243067, 39.874372297291487 ], [ -111.92168231300502, 39.874481518340517 ], [ -111.92174704550565, 39.87494951288005 ], [ -111.92189500873491, 39.875083483662301 ], [ -111.9219253252199, 39.875164330765941 ], [ -111.92199666250225, 39.875339454530739 ], [ -111.92206630216252, 39.87564973854137 ], [ -111.92208203641346, 39.875951441289594 ], [ -111.92207450641951, 39.876262338767482 ], [ -111.92195522125138, 39.876523669868639 ], [ -111.92180702931417, 39.876809557015577 ], [ -111.92176779373416, 39.876936005844804 ], [ -111.92177617300996, 39.877125144723941 ], [ -111.92169161368281, 39.877360071149702 ], [ -111.92165169073218, 39.877522564528007 ], [ -111.92157420648579, 39.877761939522834 ], [ -111.92156498584687, 39.877946713351037 ], [ -111.92156792833741, 39.878166528677625 ], [ -111.92150670464527, 39.878397665591095 ], [ -111.92126338409038, 39.878566279639735 ], [ -111.92108340932771, 39.878662311845964 ], [ -111.92098648998802, 39.878847782071865 ], [ -111.92103115175338, 39.87912673063866 ], [ -111.92100535417086, 39.879383714282021 ], [ -111.92092615406227, 39.879582558395299 ], [ -111.92095833957808, 39.879803042449254 ], [ -111.92104850904678, 39.879987026885978 ], [ -111.92105658553953, 39.880153643679748 ], [ -111.92082537273842, 39.880353694856659 ], [ -111.92059867997304, 39.880454602112898 ], [ -111.92025643884962, 39.880660038318666 ], [ -111.92001407051244, 39.88090072040044 ], [ -111.91975434098926, 39.881155054326754 ], [ -111.91934814107137, 39.881388024400984 ], [ -111.91901704376579, 39.881552824601009 ], [ -111.9186150627059, 39.881664126661811 ], [ -111.9180720376319, 39.88172248526643 ], [ -111.91775101962477, 39.881766471028357 ], [ -111.91769350103247, 39.881838103435427 ], [ -111.9176772819055, 39.881937339343885 ], [ -111.91770921806443, 39.882139806660334 ], [ -111.91771818764479, 39.882373989923991 ], [ -111.91753987917957, 39.882596140328516 ], [ -111.9171863327085, 39.88283229015444 ], [ -111.91694281791452, 39.882988282948844 ], [ -111.91659392658349, 39.883135197362911 ], [ -111.91604701941355, 39.883342238529387 ], [ -111.91566912957857, 39.883507398768337 ], [ -111.91533075727395, 39.883654226333626 ], [ -111.91525138769208, 39.883753960289269 ], [ -111.91524775692086, 39.883920669821116 ], [ -111.91529692831365, 39.884100477293991 ], [ -111.91527617606987, 39.884298856161436 ], [ -111.91516831798805, 39.884542971304704 ], [ -111.91500103103409, 39.884715477029992 ], [ -111.91481059468116, 39.884906184671891 ], [ -111.91468423514347, 39.885078367085967 ], [ -111.91445991160438, 39.885359439166209 ], [ -111.91434507695041, 39.885518916642127 ], [ -111.91425909421771, 39.885649335273335 ], [ -111.91420844498002, 39.885798395836922 ], [ -111.91420430040073, 39.886014663097299 ], [ -111.91416126563068, 39.886208712477973 ], [ -111.91409987873605, 39.886429935813418 ], [ -111.91394433870948, 39.88660685227984 ], [ -111.91369089094816, 39.886897162118856 ], [ -111.91354782051208, 39.887132543327482 ], [ -111.91339985840438, 39.887440041062014 ], [ -111.91327420807252, 39.887666274942184 ], [ -111.91313125418444, 39.887910664470837 ], [ -111.9130423931738, 39.888177152381225 ], [ -111.91303932062634, 39.888474499027076 ], [ -111.91301396841209, 39.888767516179456 ], [ -111.9128709516293, 39.889007400962797 ], [ -111.91269633265917, 39.889157436579396 ], [ -111.91242476570416, 39.889317244510011 ], [ -111.91214659853091, 39.889508637913231 ], [ -111.91189199856969, 39.889713359991006 ], [ -111.9116437219202, 39.889954070878119 ], [ -111.91146548188524, 39.890184320046998 ], [ -111.9114080333436, 39.890262255569013 ], [ -111.91124727456361, 39.890487862123408 ], [ -111.91113472675391, 39.890732911169614 ], [ -111.91104291917377, 39.890954371769062 ], [ -111.91091701633536, 39.89116258545701 ], [ -111.91077816560609, 39.891276298130776 ], [ -111.91060446743178, 39.891408303807722 ], [ -111.91047737045288, 39.891526428710364 ], [ -111.91035641859166, 39.891667029652147 ], [ -111.91028147244623, 39.891748705868302 ], [ -111.91002065365237, 39.891926443319427 ], [ -111.90981765468896, 39.892054172855651 ], [ -111.909684826632, 39.892181351615157 ], [ -111.90962813661949, 39.892316942799617 ], [ -111.90957782993652, 39.892493027837048 ], [ -111.90951547040804, 39.892642178078731 ], [ -111.90948461149921, 39.892962266796353 ], [ -111.90946424514453, 39.893191274570682 ], [ -111.90945577658273, 39.893435505627387 ], [ -111.90947766614175, 39.893764190380082 ], [ -111.90957450552348, 39.894011199390505 ], [ -111.90965976909018, 39.894267308874788 ], [ -111.9096034942287, 39.894434430921869 ], [ -111.90946376293, 39.894570673304585 ], [ -111.90924447932304, 39.894617441650936 ], [ -111.90905104497909, 39.894673016718187 ], [ -111.90872469563463, 39.89476116725416 ], [ -111.90841027905944, 39.894867242926047 ], [ -111.90810751727182, 39.89505881923305 ], [ -111.90795896008103, 39.895235672850596 ], [ -111.90779694239029, 39.895367582832172 ], [ -111.90752345703565, 39.895473335678126 ], [ -111.90725516539018, 39.895529493550519 ], [ -111.90689372199704, 39.895617913495407 ], [ -111.90678278932913, 39.895632295625269 ], [ -111.90650280054589, 39.895688543223933 ], [ -111.90614701341831, 39.895762501008278 ], [ -111.90592557426838, 39.895823695553162 ], [ -111.90573903271876, 39.895870201493736 ], [ -111.90551733199476, 39.895911575824144 ], [ -111.9052960695949, 39.89598628243337 ], [ -111.90508660932107, 39.896069005294812 ], [ -111.90480784946354, 39.89621894075205 ], [ -111.90463980952863, 39.896338279648333 ], [ -111.90443281970124, 39.896520089449517 ], [ -111.90432869492545, 39.896696591867673 ], [ -111.90423317130328, 39.896904561289631 ], [ -111.90411871081454, 39.897184756366954 ], [ -111.90406242018921, 39.89735187581924 ], [ -111.90390825031965, 39.897636885123973 ], [ -111.90372477933994, 39.897917617686488 ], [ -111.90352339561582, 39.89817055926023 ], [ -111.90336143347518, 39.898307868454189 ], [ -111.90311722952728, 39.898417887689277 ], [ -111.90280255096378, 39.898505930693922 ], [ -111.90247493428362, 39.898499471050641 ], [ -111.90227633222577, 39.898519036008921 ], [ -111.90196685064628, 39.898557482628519 ], [ -111.90171012055616, 39.898604528008626 ], [ -111.901511695037, 39.898637604927067 ], [ -111.90149416224115, 39.89863864220407 ], [ -111.90136104753498, 39.898656795504351 ], [ -111.90111979477916, 39.898635245091832 ], [ -111.90092680414524, 39.898636744613214 ], [ -111.90062914735988, 39.898685006534443 ], [ -111.90045381909655, 39.89869537785372 ], [ -111.90035445852804, 39.898700654227511 ], [ -111.90010835052092, 39.898665624764575 ], [ -111.90003215884755, 39.898653602475349 ], [ -111.89984442712155, 39.898610010570756 ], [ -111.89963224255534, 39.898485520209931 ], [ -111.8993728611009, 39.898329861340741 ], [ -111.89925519099128, 39.898276715317152 ], [ -111.89895037964716, 39.898225020046588 ], [ -111.89864445795297, 39.898177837458604 ], [ -111.89829379654867, 39.898108476232082 ], [ -111.89795827599477, 39.897944394184385 ], [ -111.89766831369901, 39.897775453619012 ], [ -111.89729209440092, 39.897629704191338 ], [ -111.89688809936723, 39.897506692771863 ], [ -111.89649018864409, 39.897401652431014 ], [ -111.89617322142132, 39.897404102395811 ], [ -111.89594613085615, 39.897481539162875 ], [ -111.89581842258521, 39.897555504873147 ], [ -111.89558070206544, 39.897715011902257 ], [ -111.89539467573687, 39.897802041188399 ], [ -111.8951035581088, 39.897903396052641 ], [ -111.89485822882457, 39.89792781385944 ], [ -111.89461874750984, 39.897952186032747 ], [ -111.89439020104456, 39.897917909902489 ], [ -111.89423247662243, 39.897932640920061 ], [ -111.89408106860236, 39.897983362084574 ], [ -111.8937901815095, 39.898012633758164 ], [ -111.89370133629377, 39.898016922405063 ], [ -111.89343829776989, 39.898028860017504 ], [ -111.89326870107875, 39.898030166546015 ], [ -111.89304623702544, 39.898013860443641 ], [ -111.89276494074677, 39.897970977561116 ], [ -111.89233784992001, 39.897960750152372 ], [ -111.89194005837736, 39.897954800699935 ], [ -111.89163682986106, 39.898024705845472 ], [ -111.89142161510217, 39.898116458079194 ], [ -111.89125926680997, 39.898225823143058 ], [ -111.89113224053926, 39.898352936081032 ], [ -111.89102380854955, 39.898560993898968 ], [ -111.89090309314732, 39.898814194806597 ], [ -111.89087267331168, 39.899084721459829 ], [ -111.89088728649045, 39.899309853312268 ], [ -111.89094330453644, 39.899570706103432 ], [ -111.89096405809339, 39.899818315159067 ], [ -111.89096025166215, 39.899976015267725 ], [ -111.89091024183334, 39.900179119167341 ], [ -111.89086648842762, 39.900413709145333 ], [ -111.89082255974141, 39.90063478580123 ], [ -111.89067961614285, 39.900888157158079 ], [ -111.89050754597636, 39.901150761769756 ], [ -111.89035232023686, 39.901359178218641 ], [ -111.89016790951787, 39.901572323376364 ], [ -111.89002349289581, 39.90171218221559 ], [ -111.8898610873465, 39.901817941826039 ], [ -111.88963971859918, 39.901887213562404 ], [ -111.88942958045368, 39.901920359693023 ], [ -111.88901538490641, 39.902004623717687 ], [ -111.88871891517157, 39.902146547526776 ], [ -111.88864329177026, 39.902178661240967 ], [ -111.88848075497381, 39.902274509188899 ], [ -111.88829546344098, 39.902420084905032 ], [ -111.88813953022344, 39.902574445233704 ], [ -111.88793072659129, 39.902711190680556 ], [ -111.8877211082561, 39.902784873663748 ], [ -111.88752243106094, 39.902799909084891 ], [ -111.88735282233488, 39.90280120709032 ], [ -111.88714238974759, 39.902811826934304 ], [ -111.88693259599044, 39.90287199519522 ], [ -111.88665337362181, 39.902991257407095 ], [ -111.88639216046825, 39.903146420330131 ], [ -111.88612421793626, 39.903324158489454 ], [ -111.88590512190964, 39.903388900858538 ], [ -111.88569380753809, 39.903422049216928 ], [ -111.885454245546, 39.903441898248175 ], [ -111.88524971725222, 39.903456974458983 ], [ -111.88504565254044, 39.903508085813925 ], [ -111.88470793774046, 39.903627789766901 ], [ -111.88436553140535, 39.903837626123241 ], [ -111.88412787825185, 39.904006118908164 ], [ -111.88387343033307, 39.904233302661297 ], [ -111.88367845180467, 39.904536615634122 ], [ -111.88345311691492, 39.904753665857747 ], [ -111.88318072439635, 39.904950351609578 ], [ -111.88290768269898, 39.905096587011535 ], [ -111.88264639522463, 39.905247237180852 ], [ -111.88242158644049, 39.905505726278058 ], [ -111.88225062892016, 39.905858407690658 ], [ -111.88210306517583, 39.906210910879764 ], [ -111.88196059792156, 39.906504811678616 ], [ -111.88184639222797, 39.90672191443317 ], [ -111.88173820801235, 39.906952485917977 ], [ -111.88164716574583, 39.907151392814704 ], [ -111.88155096685554, 39.907404397375672 ], [ -111.88142407899952, 39.907545013177959 ], [ -111.88129620933969, 39.907609053375424 ], [ -111.88113243746528, 39.907610297958009 ], [ -111.88089738139307, 39.907526491174785 ], [ -111.88071456293633, 39.907410753021914 ], [ -111.88050836074792, 39.907296093116194 ], [ -111.88027266076007, 39.907161835305189 ], [ -111.88003662738238, 39.907001451242252 ], [ -111.87988907826485, 39.906898958729812 ], [ -111.87975305458393, 39.906782863948202 ], [ -111.879399757446, 39.906600843776047 ], [ -111.8792112102204, 39.906494156422262 ], [ -111.87892352018403, 39.906410744667909 ], [ -111.87859500368671, 39.906336651297998 ], [ -111.87827256685499, 39.906280530465239 ], [ -111.87787954146629, 39.906193408998085 ], [ -111.87764541380119, 39.906181666622864 ], [ -111.87740775640724, 39.906260048081485 ], [ -111.87722225816873, 39.906392093039962 ], [ -111.87703596652534, 39.906461976360461 ], [ -111.87647598839995, 39.906677038722783 ], [ -111.87559268608847, 39.906674702106258 ], [ -111.87530038859418, 39.906780521103975 ], [ -111.87503353898693, 39.906863622935425 ], [ -111.87488794575549, 39.906914275191163 ], [ -111.87448086775986, 39.907102045914094 ], [ -111.87406759505338, 39.907262832624745 ], [ -111.87352386896805, 39.90728494938498 ], [ -111.8729720945239, 39.907226036345904 ], [ -111.87236417084981, 39.907167543108834 ], [ -111.87137903223382, 39.906976735507847 ], [ -111.87051798106364, 39.906884095410753 ], [ -111.86982769087, 39.906880265738415 ], [ -111.86900821148301, 39.906836856262828 ], [ -111.86868572274277, 39.906776204261682 ], [ -111.86830480202993, 39.906720493801735 ], [ -111.86767657855918, 39.906535991268399 ], [ -111.8670998627948, 39.906261002525234 ], [ -111.86671656200781, 39.906016099568809 ], [ -111.86633394481295, 39.905825248810594 ], [ -111.86619845645409, 39.905749677967762 ], [ -111.86595561877849, 39.905882133282127 ], [ -111.86584638263193, 39.90612621264372 ], [ -111.86571116882033, 39.906537166483453 ], [ -111.86543642854363, 39.907016734792755 ], [ -111.86513664518236, 39.907365847701257 ], [ -111.86478955677855, 39.907674768692672 ], [ -111.86433218243147, 39.908052083971704 ], [ -111.86382795375145, 39.908425241611276 ], [ -111.86330587817908, 39.908775104543722 ], [ -111.86291042708216, 39.909053746750168 ], [ -111.86239469450356, 39.909350400777136 ], [ -111.86188284644189, 39.909583955307028 ], [ -111.86133443267984, 39.909700652301709 ], [ -111.86101317761332, 39.909739077222952 ], [ -111.86059197823045, 39.90973769912879 ], [ -111.86002388576762, 39.909777953004692 ], [ -111.8596694361261, 39.909875183851319 ], [ -111.85936117237119, 39.910017120145611 ], [ -111.85911696767208, 39.910136056620118 ], [ -111.85892996062334, 39.910150956649112 ], [ -111.8588135382487, 39.91019686778646 ], [ -111.85858687973138, 39.910315673190468 ], [ -111.85849391013883, 39.910365915230727 ], [ -111.85838997283609, 39.910474801838319 ], [ -111.85821207453588, 39.910750916361287 ], [ -111.85797719906293, 39.911149083973733 ], [ -111.85801712871901, 39.911536208213178 ], [ -111.85810306707835, 39.911859923624547 ], [ -111.85821330347541, 39.912255537188557 ], [ -111.85836409378285, 39.912619316264866 ], [ -111.85849233136473, 39.913050835276465 ], [ -111.8587344682598, 39.913702249679829 ], [ -111.85879542799094, 39.913899111866115 ], [ -111.85890462571292, 39.914304643036886 ], [ -111.85899860446045, 39.914709385843558 ], [ -111.85892722979897, 39.915083819392848 ], [ -111.85880697499459, 39.915291934475377 ], [ -111.858783632523, 39.915296612237704 ], [ -111.85842771285617, 39.915372226772291 ], [ -111.85837002596746, 39.915343822618453 ], [ -111.85812751206264, 39.915224886940379 ], [ -111.85772726131168, 39.915029633784862 ], [ -111.85747409664719, 39.914900864781544 ], [ -111.85696253808841, 39.914692917402725 ], [ -111.85655896079436, 39.91460580183351 ], [ -111.85630597631695, 39.914585146001457 ], [ -111.85595533510725, 39.914614764213617 ], [ -111.85553055401466, 39.914798094270786 ], [ -111.85522810928809, 39.914939976620786 ], [ -111.85485552324718, 39.915086880196881 ], [ -111.85451145623901, 39.915175008995391 ], [ -111.8540733456767, 39.915227790488551 ], [ -111.8534538939947, 39.915281905212289 ], [ -111.85293550665911, 39.915465914716926 ], [ -111.85260397252085, 39.915621518841967 ], [ -111.8521848025088, 39.915786775886247 ], [ -111.85182334664363, 39.915888539150238 ], [ -111.85142684694739, 39.915995063497135 ], [ -111.85101285246375, 39.91610621977015 ], [ -111.85072794183, 39.916247961705849 ], [ -111.85040865559714, 39.916448518476329 ], [ -111.85015344806908, 39.916626981146422 ], [ -111.8496657269629, 39.916926977044824 ], [ -111.84928280944479, 39.917186560380095 ], [ -111.84901588536857, 39.917364205383613 ], [ -111.84879548096559, 39.917518984855178 ], [ -111.84850030551893, 39.917777923266719 ], [ -111.84827064710672, 39.918036381630536 ], [ -111.84791624238309, 39.918331790857302 ], [ -111.84762613258309, 39.918527621709082 ], [ -111.84727078294388, 39.91865185054462 ], [ -111.84686239359345, 39.918744931552659 ], [ -111.84647751405971, 39.918846849249547 ], [ -111.84615296882993, 39.919002383913345 ], [ -111.84609970305667, 39.919047821380993 ], [ -111.84596074371443, 39.919165962098631 ], [ -111.84590623418384, 39.919490710900561 ], [ -111.84598016002445, 39.919792899243895 ], [ -111.84600720803189, 39.920089122744209 ], [ -111.84592427883898, 39.920481651999552 ], [ -111.84574012226233, 39.920730763563732 ], [ -111.84549190039465, 39.921003767361661 ], [ -111.84526209128298, 39.921346912447788 ], [ -111.84510182940615, 39.921636392656474 ], [ -111.84498279494464, 39.921948096565075 ], [ -111.84476292039362, 39.922147913210956 ], [ -111.84442509772317, 39.922272005624791 ], [ -111.84398748668752, 39.922369794216031 ], [ -111.84344997679521, 39.922432268909908 ], [ -111.84297074812353, 39.922476297907558 ], [ -111.84245244360767, 39.922673774595211 ], [ -111.84219084521219, 39.922811722249108 ], [ -111.8415998785474, 39.923287223169389 ], [ -111.84133414594754, 39.923565750977417 ], [ -111.84110232320039, 39.923746726901868 ], [ -111.84082282502592, 39.923856871092873 ], [ -111.8407770262924, 39.923843688585777 ], [ -111.84047638218972, 39.923755770810352 ], [ -111.84025235872572, 39.923617743395191 ], [ -111.83989863639623, 39.923399567386575 ], [ -111.839481222251, 39.923235909944111 ], [ -111.8390821420325, 39.923136087537841 ], [ -111.83869545622819, 39.923092935527023 ], [ -111.83835127282575, 39.923176512402996 ], [ -111.83822923870986, 39.923244967832687 ], [ -111.83797992342318, 39.923431469855252 ], [ -111.83764306999799, 39.923636623282981 ], [ -111.83723082817708, 39.923897279597803 ], [ -111.83692862325778, 39.92406524077667 ], [ -111.83650837664163, 39.924149361207775 ], [ -111.83625719000193, 39.924182707277978 ], [ -111.8357943999584, 39.924136490584573 ], [ -111.8353259242694, 39.92410382762877 ], [ -111.83491540649355, 39.924025696691714 ], [ -111.8343761248875, 39.923943986106572 ], [ -111.83379714816272, 39.923966170610115 ], [ -111.83336011132818, 39.924113468639028 ], [ -111.83330177043258, 39.924127402574371 ], [ -111.8330756220054, 39.9242957080696 ], [ -111.83297151418614, 39.924395563299854 ], [ -111.83304488667451, 39.924656318926637 ], [ -111.83307786284593, 39.924963314475875 ], [ -111.8330924467837, 39.925201067081268 ], [ -111.83300402417166, 39.925629665472208 ], [ -111.8329946159237, 39.925818937789693 ], [ -111.83297837431112, 39.925927171457509 ], [ -111.83298028509527, 39.926084828326388 ], [ -111.83290627119776, 39.927219687238484 ], [ -111.83286832934702, 39.927468628794671 ], [ -111.83287231440482, 39.92779745589489 ], [ -111.83289336064317, 39.928085616563365 ], [ -111.83282101205029, 39.928392467596304 ], [ -111.83277709836879, 39.928631541252891 ], [ -111.83256580094627, 39.929061021582996 ], [ -111.8322419148538, 39.929374183063096 ], [ -111.83207480153536, 39.929587111461913 ], [ -111.83199086586035, 39.929903955787786 ], [ -111.83176877369938, 39.93040919389626 ], [ -111.83185390504971, 39.930674370517352 ], [ -111.831914814846, 39.930872147801523 ], [ -111.83197616130533, 39.93110596087665 ], [ -111.83197298258989, 39.931326722336863 ], [ -111.83198724811066, 39.931538348870752 ], [ -111.83189164025542, 39.931857979709285 ], [ -111.83189870205271, 39.931957937151488 ], [ -111.8318327417071, 39.932309790251843 ], [ -111.83178332766974, 39.932675039197761 ], [ -111.83186968681491, 39.932944711757209 ], [ -111.83192660185476, 39.933295683157553 ], [ -111.83199954412579, 39.933520403173667 ], [ -111.83223024022088, 39.934207992291618 ], [ -111.83225183182446, 39.934541197529633 ], [ -111.83234856406, 39.934797280568858 ], [ -111.83245120301416, 39.935057825970667 ], [ -111.83262449660673, 39.935353902811826 ], [ -111.83270334949914, 39.935583084711752 ], [ -111.83271985680919, 39.935979394426603 ], [ -111.83271822015114, 39.936327181875328 ], [ -111.83271092851245, 39.936691227438139 ], [ -111.83262654001437, 39.936971135213106 ], [ -111.83246362396774, 39.937048887834088 ], [ -111.83230835998931, 39.937275245863248 ], [ -111.83216490735145, 39.937510528631883 ], [ -111.83206832138282, 39.937749979732956 ], [ -111.831936559357, 39.937984277329285 ], [ -111.83153820726142, 39.938337613652237 ], [ -111.83111375474456, 39.938662304572269 ], [ -111.83073048296309, 39.938908314214963 ], [ -111.83050656732149, 39.939265802763515 ], [ -111.83055330252323, 39.939742983589781 ], [ -111.83060354826652, 39.940026430058204 ], [ -111.83059051332573, 39.940400427142784 ], [ -111.83048221418855, 39.940639960750701 ], [ -111.83037451327871, 39.940929043462106 ], [ -111.83029693142002, 39.941289087196417 ], [ -111.83013572819331, 39.941606482970705 ], [ -111.83010434525616, 39.941818436232438 ], [ -111.82987932867488, 39.942085834065189 ], [ -111.82984526147764, 39.942172571281453 ], [ -111.82968904167345, 39.942321448877131 ], [ -111.82939948610228, 39.942575793041435 ], [ -111.82922166157456, 39.942874385986471 ], [ -111.82915507983596, 39.943176687951734 ], [ -111.82904206109292, 39.943510855980108 ], [ -111.82876871370341, 39.944138986124912 ], [ -111.8285587035665, 39.944681070567249 ], [ -111.82830517099171, 39.945011737110406 ], [ -111.82818597790695, 39.945319820146082 ], [ -111.82791655670937, 39.945789349013189 ], [ -111.82773920621676, 39.946128479920766 ], [ -111.8276249817431, 39.946363548131977 ], [ -111.82740628165269, 39.946671439676209 ], [ -111.82710591685181, 39.947002437761789 ], [ -111.82685063339282, 39.947188958038346 ], [ -111.82632646038321, 39.947404423812337 ], [ -111.82565580943606, 39.947607415954373 ], [ -111.82529398383497, 39.947695584649935 ], [ -111.82508920068459, 39.947701547162836 ], [ -111.82460945839725, 39.947718475146857 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 12, \"properties\": { \"NAME\": \"TINTIC SCHOOL DISTRICT\", \"TOTENROLL\": 220, \"Color4\": \"1\", \"Shape_Leng\": 444934.21218799998, \"Shape_Area\": 5688533707.6999998 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.17813598659511, 40.011298984142108 ], [ -112.17781938323351, 40.011284183764296 ], [ -112.17757938919233, 40.011295632369041 ], [ -112.1772934760087, 40.011294032842024 ], [ -112.17707042387117, 40.01133684134448 ], [ -112.17700622574156, 40.011351007626523 ], [ -112.17653702324725, 40.011319734751559 ], [ -112.17630773815441, 40.011272510551976 ], [ -112.17575335341117, 40.01112497630043 ], [ -112.1755016572813, 40.01106896843892 ], [ -112.17517887364706, 40.011035303679876 ], [ -112.1749378912892, 40.010989096332359 ], [ -112.17477427385157, 40.011013278855138 ], [ -112.17461628192487, 40.011023889942678 ], [ -112.17435885522757, 40.011043617091445 ], [ -112.17435709513271, 40.010940927157229 ], [ -112.17436866875983, 40.01086422950614 ], [ -112.17430853873635, 40.010842315250308 ], [ -112.17420139454251, 40.01074339606992 ], [ -112.17408718943497, 40.010574274585679 ], [ -112.1738080344708, 40.010009507026666 ], [ -112.17364040727334, 40.009799482713142 ], [ -112.17345551818977, 40.009607651864293 ], [ -112.17330060995158, 40.00945605970314 ], [ -112.17309252557942, 40.009277977298211 ], [ -112.17276159709679, 40.009110147292326 ], [ -112.17246219066719, 40.009072634529211 ], [ -112.1719936987555, 40.009081878534218 ], [ -112.17183534102686, 40.009070866815492 ], [ -112.17174153480357, 40.009066409730899 ], [ -112.17144536816157, 40.008875700783541 ], [ -112.17131320141787, 40.008683333453718 ], [ -112.17113872733893, 40.008414813150289 ], [ -112.17099454041103, 40.008204547997408 ], [ -112.17090483770833, 40.008097340919186 ], [ -112.17069121444587, 40.00793732900452 ], [ -112.17040222040356, 40.007823125274236 ], [ -112.17005565708681, 40.007768063615202 ], [ -112.16965778333379, 40.007727033034705 ], [ -112.16941007979142, 40.007697999914541 ], [ -112.1691694048441, 40.007668895348601 ], [ -112.16885875344136, 40.007658515068627 ], [ -112.16857153010284, 40.007647897700103 ], [ -112.16831359182203, 40.0076369843664 ], [ -112.16803762198379, 40.007599223826382 ], [ -112.16774963143668, 40.007543564838869 ], [ -112.16756167054952, 40.007513925700515 ], [ -112.16747982618428, 40.007523759769583 ], [ -112.1672038572149, 40.007485997229836 ], [ -112.16694745370017, 40.007565160021755 ], [ -112.16678397935769, 40.0075974383249 ], [ -112.16658547020333, 40.007636375730826 ], [ -112.16613333138676, 40.007573355659339 ], [ -112.1658527319486, 40.007607712205221 ], [ -112.16553082675799, 40.007624464610977 ], [ -112.16525060972131, 40.007681339513397 ], [ -112.16476107088583, 40.007830412563131 ], [ -112.16451218877695, 40.008007697531063 ], [ -112.16426394819773, 40.008222815265768 ], [ -112.16388308654108, 40.008217631779701 ], [ -112.16345320290213, 40.00815437772733 ], [ -112.16316592614649, 40.008071671783725 ], [ -112.16293065063599, 40.008015471659881 ], [ -112.16276581279065, 40.007967573750953 ], [ -112.1623718632535, 40.007881431431045 ], [ -112.16230096771729, 40.007846104692987 ], [ -112.16206500622854, 40.007749367088749 ], [ -112.16197030104624, 40.007691755248196 ], [ -112.16168153585306, 40.007590140647899 ], [ -112.16133955472085, 40.007459327422886 ], [ -112.16105050142492, 40.007340596138263 ], [ -112.16074395447824, 40.007226544090663 ], [ -112.16049004497974, 40.007107459361521 ], [ -112.16031360073305, 40.006996607899495 ], [ -112.16005631029944, 40.006746918776187 ], [ -112.15991356077289, 40.006550139425336 ], [ -112.15972693741575, 40.006322265843089 ], [ -112.15961268386712, 40.006147724583407 ], [ -112.15937778829181, 40.005767172475075 ], [ -112.15918884517295, 40.005678967977516 ], [ -112.15913106714383, 40.005657022256578 ], [ -112.15866347340155, 40.005440966512964 ], [ -112.1584302605248, 40.005159499766798 ], [ -112.15826810742473, 40.004923270596329 ], [ -112.15801822573042, 40.004695125476601 ], [ -112.15771656321807, 40.004522454912873 ], [ -112.15755678744407, 40.004357375791649 ], [ -112.1573663292853, 40.004179088674832 ], [ -112.15718649024812, 40.004005199931491 ], [ -112.15694682344304, 40.003687756635742 ], [ -112.15675449928976, 40.003329297610492 ], [ -112.15670754236658, 40.003045967859535 ], [ -112.15646483657825, 40.002895229131681 ], [ -112.15641684370345, 40.002828137001373 ], [ -112.15607328560473, 40.00260182326921 ], [ -112.15574159481677, 40.002384399621278 ], [ -112.15557620010023, 40.002232887923661 ], [ -112.15542017659617, 40.002081282547543 ], [ -112.15536382327153, 40.001865616937906 ], [ -112.15530769807707, 40.001663463234763 ], [ -112.15519004771004, 40.001286237988978 ], [ -112.15516232762081, 40.00096217306146 ], [ -112.15486006177858, 40.000474169062159 ], [ -112.15455370746476, 40.00036910789045 ], [ -112.15445422444255, 40.000374603731089 ], [ -112.15440013311301, 40.000362529307417 ], [ -112.15420734527103, 40.000323006012152 ], [ -112.15374262737402, 40.000205104698772 ], [ -112.15346945871048, 39.999983487929477 ], [ -112.1532057160718, 39.999625733515117 ], [ -112.15302820739286, 39.999519386020864 ], [ -112.15295199927345, 39.999515639503628 ], [ -112.15266885016874, 39.999396828203203 ], [ -112.1522573173575, 39.999306321251524 ], [ -112.15195616234246, 39.999161559725103 ], [ -112.15163521496132, 39.998884554677481 ], [ -112.15144403094295, 39.998661217320858 ], [ -112.15130623523461, 39.998477891929902 ], [ -112.15121687863332, 39.998388684780387 ], [ -112.15099777755928, 39.998246709355023 ], [ -112.15071935910927, 39.998060275096101 ], [ -112.15061581166714, 39.997823452801427 ], [ -112.15059429677079, 39.997588518809252 ], [ -112.15068262762507, 39.997267804977774 ], [ -112.15072478918127, 39.996988092216483 ], [ -112.15080771628551, 39.996694460385626 ], [ -112.15090265732034, 39.996418728149415 ], [ -112.15098754918498, 39.996242200011821 ], [ -112.15104437039878, 39.996138026532734 ], [ -112.15111229849229, 39.995997704744511 ], [ -112.15115574336643, 39.995794559691447 ], [ -112.15117583961511, 39.995596151296915 ], [ -112.15121883026737, 39.995365982250505 ], [ -112.15134882804864, 39.99508539660421 ], [ -112.15135766554668, 39.994914128484417 ], [ -112.15131768894589, 39.99462622193856 ], [ -112.15122576596374, 39.994383878860454 ], [ -112.15118099320314, 39.99415908632583 ], [ -112.15110686581934, 39.993930080595398 ], [ -112.15086461699438, 39.993454983436706 ], [ -112.15078648853603, 39.993406207066606 ], [ -112.1506863721302, 39.99330359200615 ], [ -112.15037899823163, 39.993135463173871 ], [ -112.15007351465324, 39.99307993343281 ], [ -112.14960637349496, 39.993093577813781 ], [ -112.14930663234995, 39.993101055544457 ], [ -112.14901932096869, 39.993081380778861 ], [ -112.1488304261361, 39.992993158517642 ], [ -112.14862925585548, 39.992801448417005 ], [ -112.14839616386296, 39.992592035291644 ], [ -112.1481002838817, 39.992410272214805 ], [ -112.14781154302541, 39.992305018383362 ], [ -112.1475413502047, 39.992258141895945 ], [ -112.14703129913835, 39.992227153271557 ], [ -112.14677852361126, 39.992171093114379 ], [ -112.146472519841, 39.992084025744703 ], [ -112.14616553801626, 39.991938405498821 ], [ -112.14596441158093, 39.991818766245459 ], [ -112.14570299798864, 39.991596113419064 ], [ -112.14541087821949, 39.991288173232242 ], [ -112.14511826696403, 39.991020779888103 ], [ -112.14494669171943, 39.990846789832347 ], [ -112.14449174987156, 39.990608026992952 ], [ -112.14421998745361, 39.990466558446755 ], [ -112.14397149813355, 39.990315850027116 ], [ -112.14366250111784, 39.990048614664154 ], [ -112.14351465458743, 39.989892407274155 ], [ -112.14332682692694, 39.989867231914637 ], [ -112.14292590310973, 39.98977658671587 ], [ -112.14264393726717, 39.989725310083479 ], [ -112.14225191750366, 39.989747193546599 ], [ -112.14198661864991, 39.989641694016584 ], [ -112.14210936725038, 39.988924228826853 ], [ -112.14215711488357, 39.988626444609849 ], [ -112.14222610457196, 39.988549183886015 ], [ -112.14225898626511, 39.988413717225797 ], [ -112.14233721036986, 39.988187708576802 ], [ -112.14233874334175, 39.987998493844302 ], [ -112.14219872891269, 39.987608861273941 ], [ -112.14220502304302, 39.987283556043792 ], [ -112.14216463990998, 39.986968621277491 ], [ -112.14206660471362, 39.986708311664721 ], [ -112.14192424940236, 39.986529524229468 ], [ -112.14180319865783, 39.986364040982387 ], [ -112.1415584855183, 39.986087156868138 ], [ -112.14125829563473, 39.985995513474762 ], [ -112.14120335024677, 39.985860911881112 ], [ -112.14112032830013, 39.985798662785761 ], [ -112.14096449651308, 39.985583968774677 ], [ -112.14080333502716, 39.985400860292025 ], [ -112.14062498354825, 39.985240444535535 ], [ -112.14047575874311, 39.985070732367625 ], [ -112.14035017981195, 39.984914301607979 ], [ -112.13995302081197, 39.984625399596744 ], [ -112.13952801173217, 39.984422360402391 ], [ -112.13923383648053, 39.984339662071612 ], [ -112.13909241715773, 39.984286995022025 ], [ -112.13876435844793, 39.984209133268784 ], [ -112.13862620301367, 39.984070843194914 ], [ -112.13845384969156, 39.983918473658697 ], [ -112.13824091565185, 39.983790828104482 ], [ -112.13799253844357, 39.98364461019338 ], [ -112.13780744644166, 39.983430199099253 ], [ -112.13753505390899, 39.983248177891404 ], [ -112.13732818774831, 39.983133084395568 ], [ -112.13693922123838, 39.982983738982618 ], [ -112.13668462152636, 39.982815055473722 ], [ -112.13644736395717, 39.982632687070705 ], [ -112.13623915836149, 39.982436519078732 ], [ -112.13608193208904, 39.982136241533283 ], [ -112.13604801737223, 39.981856377951416 ], [ -112.13606734856032, 39.981609327648073 ], [ -112.13610176722598, 39.981212571414339 ], [ -112.13601489906172, 39.980988184915006 ], [ -112.13588856953061, 39.980714632731939 ], [ -112.13573075228734, 39.980378322308901 ], [ -112.13560734134218, 39.98006870309586 ], [ -112.1354401815106, 39.979804559945634 ], [ -112.13533084600199, 39.979566878684885 ], [ -112.13512190771885, 39.979325668095555 ], [ -112.13495544377282, 39.979174136424199 ], [ -112.13479498421196, 39.979031555240816 ], [ -112.13455239686722, 39.978879867332452 ], [ -112.13437379406174, 39.978702326010826 ], [ -112.13410811812589, 39.978570684085739 ], [ -112.13389398781617, 39.978369163926381 ], [ -112.13365112194306, 39.978200358722766 ], [ -112.13348414301979, 39.978017296581029 ], [ -112.13318325497116, 39.977880591146302 ], [ -112.13294639586002, 39.977720735234662 ], [ -112.13264454338858, 39.977525475886424 ], [ -112.13227777291705, 39.97729931661344 ], [ -112.13196480983467, 39.977140202119003 ], [ -112.13153957344583, 39.97691911623788 ], [ -112.13119734160104, 39.976760285390064 ], [ -112.13070259935073, 39.976584922401777 ], [ -112.13028404111314, 39.976413319125989 ], [ -112.12987563591058, 39.976147015277753 ], [ -112.12956157115559, 39.975920333473027 ], [ -112.12902445017707, 39.975659785705858 ], [ -112.12861812904509, 39.97551959050368 ], [ -112.12843531107744, 39.975440284777726 ], [ -112.12822944659376, 39.975383726934815 ], [ -112.12781304901435, 39.975342731838253 ], [ -112.12756547838933, 39.975313607230859 ], [ -112.12728564184555, 39.975316329285732 ], [ -112.12696321021221, 39.975292436237751 ], [ -112.12662306789453, 39.975259704913647 ], [ -112.12611774817265, 39.975151996533143 ], [ -112.12571143577451, 39.975011791003702 ], [ -112.12523250960268, 39.974728136459831 ], [ -112.12491157832191, 39.974438441818059 ], [ -112.12469846246574, 39.974296357452666 ], [ -112.12433817984295, 39.974106147934783 ], [ -112.12376891829209, 39.974026078106199 ], [ -112.12309406983651, 39.974005590636629 ], [ -112.12245061340062, 39.973971280922747 ], [ -112.12183540505252, 39.9739457037617 ], [ -112.12132446872417, 39.973851543052525 ], [ -112.12066323735384, 39.973875957369238 ], [ -112.11992993146872, 39.973789346069779 ], [ -112.1192909264614, 39.973740560516617 ], [ -112.11831129208507, 39.973628387915205 ], [ -112.11770720922388, 39.973566643304956 ], [ -112.11680647005336, 39.973624878407961 ], [ -112.11570193068864, 39.973752640045319 ], [ -112.11468534669146, 39.973888554852657 ], [ -112.11405426051431, 39.973966698800773 ], [ -112.1133802927049, 39.973928127189886 ], [ -112.11263286087949, 39.973692046944052 ], [ -112.11213298945461, 39.973557196472733 ], [ -112.11176373680139, 39.973533710313561 ], [ -112.11138357854902, 39.973559880043105 ], [ -112.11088837785864, 39.973713284831 ], [ -112.11037524773859, 39.973844335412778 ], [ -112.11035775794431, 39.97384900773725 ], [ -112.10986520107545, 39.97380417284942 ], [ -112.10983148548904, 39.973529704565777 ], [ -112.10976959211408, 39.973323077652445 ], [ -112.10973228142988, 39.973188291701582 ], [ -112.10968915758822, 39.972694080487756 ], [ -112.10963026410985, 39.972310837620192 ], [ -112.10959890808786, 39.971820117454392 ], [ -112.10968572558767, 39.971395837523431 ], [ -112.10981359799699, 39.97090359278635 ], [ -112.10980220219477, 39.970633415414845 ], [ -112.1098011094474, 39.970565854254325 ], [ -112.10955131049886, 39.970324987937232 ], [ -112.10930700314223, 39.970061544629715 ], [ -112.10883922474524, 39.969809248408644 ], [ -112.10846832631279, 39.9696100811286 ], [ -112.10816723291371, 39.969455293039928 ], [ -112.10785920350018, 39.969160922384674 ], [ -112.10757650488515, 39.968767203745934 ], [ -112.1072897806488, 39.968414065830785 ], [ -112.10708133799183, 39.968195322832685 ], [ -112.10696288241544, 39.968110863406515 ], [ -112.10644375833334, 39.9678680572529 ], [ -112.10605912797632, 39.967614955868989 ], [ -112.1057914435238, 39.967352628963816 ], [ -112.10562742899772, 39.966983900768284 ], [ -112.10551091278921, 39.966656163264048 ], [ -112.10534764148611, 39.966333376277113 ], [ -112.1049567351218, 39.966053302289154 ], [ -112.1045846250187, 39.965849629094642 ], [ -112.10423498914858, 39.965587178446441 ], [ -112.1040314040101, 39.965305316582587 ], [ -112.10386069569297, 39.964883493045711 ], [ -112.10367163245184, 39.964412291397345 ], [ -112.10354666956853, 39.963922460012434 ], [ -112.10354022406027, 39.96352159580195 ], [ -112.10360162864289, 39.96297142776973 ], [ -112.10350464441726, 39.962765131124549 ], [ -112.10320553619538, 39.96236705262973 ], [ -112.10299574995227, 39.962062723842088 ], [ -112.10281970986621, 39.961672482704458 ], [ -112.10283545153816, 39.961194825867572 ], [ -112.10291528795003, 39.960698540015265 ], [ -112.10298486464382, 39.96029244738849 ], [ -112.10293369758949, 39.960022647182853 ], [ -112.10279725970398, 39.959546438116902 ], [ -112.10270512299235, 39.95927702754269 ], [ -112.10242373860416, 39.958887787680347 ], [ -112.10213925251543, 39.958669758454903 ], [ -112.10175562981185, 39.958475194762229 ], [ -112.10134960927684, 39.958343909604118 ], [ -112.10085312400383, 39.958046805086049 ], [ -112.10032188672248, 39.957772552228533 ], [ -112.09986355800753, 39.957664282273647 ], [ -112.09974599549709, 39.95763386418561 ], [ -112.0990283399907, 39.957415431273247 ], [ -112.09857550804372, 39.957284580143835 ], [ -112.09826251160155, 39.957112760301655 ], [ -112.09799009739001, 39.956916229349282 ], [ -112.09734021934443, 39.956908868945341 ], [ -112.09714763804953, 39.956945829227195 ], [ -112.09708341544483, 39.956956347607687 ], [ -112.09693167405601, 39.956984812379851 ], [ -112.09631648067229, 39.956950089275317 ], [ -112.09578121419173, 39.956788473277051 ], [ -112.09530695333518, 39.956414553263407 ], [ -112.09495488684199, 39.955994429186092 ], [ -112.09470074058622, 39.955474273913332 ], [ -112.09439442699951, 39.954986144085126 ], [ -112.09413456546535, 39.954474150033064 ], [ -112.09406388485772, 39.954079296469764 ], [ -112.09400256003482, 39.953904188375368 ], [ -112.09411846281314, 39.953831017803068 ], [ -112.09428003711994, 39.953685339316266 ], [ -112.09460194848239, 39.953610223354367 ], [ -112.09519563195653, 39.953546053516469 ], [ -112.09578805154199, 39.953549464460679 ], [ -112.09624881901327, 39.953446002491276 ], [ -112.09652954985846, 39.953064944798783 ], [ -112.09670061683539, 39.952414636461441 ], [ -112.09707493050632, 39.951663299027054 ], [ -112.09725657748831, 39.951309304992883 ], [ -112.09766663526098, 39.950963959549114 ], [ -112.09821163698369, 39.950638957309458 ], [ -112.09870974348338, 39.95030989220141 ], [ -112.0991431103207, 39.949958914851706 ], [ -112.09936810165199, 39.949754065622137 ], [ -112.10000079603789, 39.949423718499716 ], [ -112.10024211265392, 39.949142131168635 ], [ -112.10054873904363, 39.94891848562655 ], [ -112.10101380354025, 39.948720363325414 ], [ -112.10152610111599, 39.948620895812425 ], [ -112.10214520806733, 39.948466353066969 ], [ -112.10252819124617, 39.948259995482147 ], [ -112.1028026526561, 39.947856458150831 ], [ -112.10296548894209, 39.947426953512704 ], [ -112.10342084860488, 39.946990159814561 ], [ -112.10360695425685, 39.946479346442679 ], [ -112.1036038910335, 39.945997362555794 ], [ -112.10367410219776, 39.945631805715657 ], [ -112.10378072651125, 39.945346988430579 ], [ -112.10370016510609, 39.945068458141677 ], [ -112.10346102775345, 39.944755398961476 ], [ -112.10364834557808, 39.944393232097902 ], [ -112.10372628872142, 39.944144726232452 ], [ -112.10371891697383, 39.94405019569345 ], [ -112.10371616644926, 39.943879039612881 ], [ -112.10351734361161, 39.943525053462707 ], [ -112.10344776522064, 39.943201370380002 ], [ -112.10322705868606, 39.942942192722498 ], [ -112.10313762069039, 39.942839433490668 ], [ -112.1030601754925, 39.942754579264907 ], [ -112.10313241215773, 39.942515137623197 ], [ -112.10321308983893, 39.942436887364636 ], [ -112.10339385164325, 39.942395524794037 ], [ -112.10379565506197, 39.942270070194233 ], [ -112.10427850956472, 39.942089784598302 ], [ -112.10460402241345, 39.941951539498895 ], [ -112.10505037215349, 39.941685106403149 ], [ -112.10554051441876, 39.94123085437564 ], [ -112.10566776069263, 39.940773755247363 ], [ -112.10598992006464, 39.940064329780078 ], [ -112.10625859883642, 39.939304959961518 ], [ -112.10611350268449, 39.93865314851098 ], [ -112.10584120602533, 39.938097151022454 ], [ -112.10569829150198, 39.93758046210894 ], [ -112.10522570683074, 39.937305670807113 ], [ -112.10468825679341, 39.936999962050521 ], [ -112.10427931796534, 39.936679512323323 ], [ -112.10368856631446, 39.936333763342184 ], [ -112.10339217993615, 39.936097830088897 ], [ -112.10323211757877, 39.935896637272144 ], [ -112.10291100994748, 39.935287039348381 ], [ -112.10250013810617, 39.934844971866717 ], [ -112.10254968826234, 39.934650794080014 ], [ -112.10280950860972, 39.934432092243938 ], [ -112.10325228774884, 39.93394586543743 ], [ -112.10340506679248, 39.933620966502382 ], [ -112.10317159119046, 39.933293436697447 ], [ -112.10299185927899, 39.933032967165381 ], [ -112.10293950028441, 39.932687496266915 ], [ -112.10308561756294, 39.932312207246028 ], [ -112.10352253074417, 39.931826035112366 ], [ -112.10402632755793, 39.931496892621816 ], [ -112.10417785280968, 39.931094521848827 ], [ -112.10430778375552, 39.930804976707364 ], [ -112.1042510027458, 39.930548743582243 ], [ -112.10414149503413, 39.930288507777583 ], [ -112.1039537607103, 39.929893872554338 ], [ -112.10388202487124, 39.929435065272273 ], [ -112.10372860122807, 39.92899055003538 ], [ -112.10359042479038, 39.928766625013303 ], [ -112.103120078895, 39.928626947374532 ], [ -112.10237469476552, 39.928485378506196 ], [ -112.10149475510599, 39.928345083290907 ], [ -112.10070784748561, 39.928167859694724 ], [ -112.10014115604619, 39.928222791378772 ], [ -112.09999504118899, 39.928233187405453 ], [ -112.09962133865297, 39.928281780531165 ], [ -112.09953355430453, 39.928280811176187 ], [ -112.09943987635188, 39.928277194758607 ], [ -112.09924669892288, 39.928271818816306 ], [ -112.0988696104519, 39.928108715570595 ], [ -112.09855469932037, 39.928174767249807 ], [ -112.09789674159644, 39.928450387437231 ], [ -112.09708534363277, 39.928864402185404 ], [ -112.09632475874747, 39.929236486526868 ], [ -112.09564442062512, 39.929504196933046 ], [ -112.09501495163832, 39.929659703631735 ], [ -112.09440436554172, 39.929898818130745 ], [ -112.09387989839523, 39.93003440724457 ], [ -112.09339586689057, 39.930137178018242 ], [ -112.09327922877121, 39.930161702987213 ], [ -112.09302572107522, 39.930042463428471 ], [ -112.09269200331538, 39.929662700325053 ], [ -112.0925975138786, 39.929240138664468 ], [ -112.09259036671021, 39.928790625908448 ], [ -112.09266024872861, 39.928401652608386 ], [ -112.09259594413916, 39.928037368916485 ], [ -112.09243578917081, 39.927827151962248 ], [ -112.09210948593409, 39.927618499975033 ], [ -112.0913921693934, 39.92740001411255 ], [ -112.09098663889267, 39.927286705774868 ], [ -112.09038241418375, 39.927188779309752 ], [ -112.08972231029469, 39.926887757368178 ], [ -112.08924466909544, 39.926654391660477 ], [ -112.08881496045926, 39.926491749879311 ], [ -112.08849334049023, 39.926134384752572 ], [ -112.08841862971065, 39.925850381898321 ], [ -112.08811422301484, 39.925471230954408 ], [ -112.08785496266766, 39.925356538690018 ], [ -112.08743289719577, 39.925306440361233 ], [ -112.08713518134094, 39.925349775680814 ], [ -112.08681962974336, 39.925375258170817 ], [ -112.08643465933507, 39.925450943291757 ], [ -112.08624873586118, 39.925533772046933 ], [ -112.08601076106029, 39.925581049563277 ], [ -112.08584587180751, 39.925587999749993 ], [ -112.08550676137489, 39.925603788718561 ], [ -112.08524757586697, 39.92549359472337 ], [ -112.08505532184658, 39.925175552249129 ], [ -112.08504360841549, 39.92487834403304 ], [ -112.08514560003866, 39.924593586078835 ], [ -112.08523578752708, 39.924376510758599 ], [ -112.08532583220698, 39.924150427066834 ], [ -112.08532247506228, 39.923937831158831 ], [ -112.08518504141935, 39.92338592610168 ], [ -112.08513868705973, 39.923043993862024 ], [ -112.08493052610606, 39.922829710700292 ], [ -112.08463655103891, 39.922738761015808 ], [ -112.08429624635285, 39.922677975666119 ], [ -112.08393854876761, 39.922627262521047 ], [ -112.08364892027743, 39.922440767541474 ], [ -112.08345221855311, 39.922284937210186 ], [ -112.08322921039505, 39.922093313770269 ], [ -112.08303917559633, 39.92191489633985 ], [ -112.08298815515934, 39.921721665716845 ], [ -112.08290242546164, 39.921479206245181 ], [ -112.08290873207068, 39.921136781089437 ], [ -112.08286480331445, 39.920947988965935 ], [ -112.08280846576172, 39.92071426451151 ], [ -112.08275762360235, 39.920457964600509 ], [ -112.08272617558272, 39.920318608864434 ], [ -112.08272883271894, 39.920115867152283 ], [ -112.08274889702527, 39.919903953235881 ], [ -112.08275346966641, 39.91982282376965 ], [ -112.08283227955869, 39.919700457619633 ], [ -112.08311025934483, 39.919445591212288 ], [ -112.08325944005401, 39.919259499878947 ], [ -112.08337359325242, 39.919078240471485 ], [ -112.08351479303587, 39.918757078752755 ], [ -112.08345987504363, 39.918613437685551 ], [ -112.08343420510967, 39.918469523285708 ], [ -112.08334447414136, 39.918344226741539 ], [ -112.08319667389954, 39.91824650157001 ], [ -112.08295592007187, 39.918190187848509 ], [ -112.08287345888245, 39.918154919457301 ], [ -112.08269740519954, 39.918120525014842 ], [ -112.08253319261058, 39.918095029392127 ], [ -112.08225163493722, 39.918048104808115 ], [ -112.08182242181698, 39.917912460890562 ], [ -112.08141090059691, 39.917785660008448 ], [ -112.08116944139287, 39.917684300915788 ], [ -112.08086222211317, 39.917493457911498 ], [ -112.08073147996242, 39.917364036782942 ], [ -112.08057387137173, 39.917014129571072 ], [ -112.08071146923069, 39.916463258704219 ], [ -112.08090659547263, 39.916222684166989 ], [ -112.08106529267596, 39.915897758277019 ], [ -112.0813421508591, 39.915646510300704 ], [ -112.08157800519187, 39.915392040301995 ], [ -112.08169194407186, 39.915197269968964 ], [ -112.08167184508847, 39.915035283807498 ], [ -112.08159233242915, 39.91481528916664 ], [ -112.08143628425817, 39.914564474557835 ], [ -112.08134780670986, 39.914146351049013 ], [ -112.08133199962704, 39.91388521861731 ], [ -112.08140286738802, 39.91355570544183 ], [ -112.08125604199253, 39.913147135609286 ], [ -112.08109613285599, 39.913022491581096 ], [ -112.08080027907296, 39.912809018077319 ], [ -112.0806231782628, 39.91270705776251 ], [ -112.08021647816709, 39.912512635066513 ], [ -112.07986143144483, 39.912254662305529 ], [ -112.07961239112694, 39.912041650685268 ], [ -112.07941075250169, 39.911866938761555 ], [ -112.07896219898302, 39.911614338466293 ], [ -112.07839230382427, 39.911457466396648 ], [ -112.07774729242824, 39.911359852499615 ], [ -112.07750100041285, 39.911321598056965 ], [ -112.0771016477895, 39.911221697432985 ], [ -112.07660342828393, 39.911158752081803 ], [ -112.0764506503064, 39.91111512225045 ], [ -112.07614199516024, 39.91120357905794 ], [ -112.07605397880609, 39.911186376598152 ], [ -112.07596701970537, 39.911236736688487 ], [ -112.07567527612343, 39.911284491865715 ], [ -112.07535943181651, 39.911287421544721 ], [ -112.07448624603443, 39.911187400588055 ], [ -112.07392982072992, 39.911143002417845 ], [ -112.07348698739774, 39.911255218996473 ], [ -112.07308439252492, 39.911322013206338 ], [ -112.07293233319011, 39.911324321339094 ], [ -112.07274522213822, 39.911329656466606 ], [ -112.07232971990589, 39.911319084409435 ], [ -112.07221268416305, 39.911316562857948 ], [ -112.07192306495274, 39.911125532990773 ], [ -112.07167509196061, 39.910979165776546 ], [ -112.07127378452445, 39.910753127852182 ], [ -112.07101441105593, 39.910625784820873 ], [ -112.07095359283564, 39.910476786204605 ], [ -112.07074733801164, 39.910379584779896 ], [ -112.07060401904303, 39.910191705284412 ], [ -112.07039685409279, 39.910035948828266 ], [ -112.07037711999332, 39.909895580275894 ], [ -112.07030035772146, 39.909473735701063 ], [ -112.07024617606294, 39.909375129527191 ], [ -112.07007813369283, 39.909101885732241 ], [ -112.06976429382387, 39.908857015877963 ], [ -112.06961019402189, 39.908727797362388 ], [ -112.06917192327487, 39.90838046248706 ], [ -112.06885537116619, 39.908261750439948 ], [ -112.06836476866174, 39.908009496335879 ], [ -112.06788265694952, 39.907851763431118 ], [ -112.06765315942353, 39.90776378013063 ], [ -112.06698264958823, 39.90752759197651 ], [ -112.06674059059661, 39.907383862504517 ], [ -112.06650964314338, 39.907202189712926 ], [ -112.06632302757872, 39.906861538609967 ], [ -112.06634146342536, 39.906541525823613 ], [ -112.06606483450541, 39.906431448584108 ], [ -112.06598747655347, 39.906346567917943 ], [ -112.06551067210437, 39.90615273756427 ], [ -112.06512786542767, 39.905985070839442 ], [ -112.06469130821829, 39.905745819019302 ], [ -112.06453053977923, 39.905562596819806 ], [ -112.06414718119953, 39.905358893195846 ], [ -112.06375261559764, 39.905186824954399 ], [ -112.06315196336854, 39.90492654835154 ], [ -112.0629653002098, 39.904959793512333 ], [ -112.06255152439681, 39.904679781163622 ], [ -112.06246728061966, 39.904527388640062 ], [ -112.06231202151412, 39.904321588624263 ], [ -112.06226885657408, 39.904177829271816 ], [ -112.06221359057615, 39.90408373396464 ], [ -112.06221546102468, 39.903750358845819 ], [ -112.0621931858829, 39.903444233920389 ], [ -112.06234273789617, 39.903280689710542 ], [ -112.06239175497302, 39.903045989041317 ], [ -112.06247334271309, 39.902647914760628 ], [ -112.06234539520614, 39.902316629940017 ], [ -112.06246626397269, 39.901810980565656 ], [ -112.06256723062286, 39.901607337642005 ], [ -112.06264136476695, 39.901408445363487 ], [ -112.0625546897417, 39.901098405699024 ], [ -112.06237110213911, 39.900951428111604 ], [ -112.06203880920573, 39.90064363804818 ], [ -112.06176639844193, 39.900046988915754 ], [ -112.06175402356227, 39.899245240533723 ], [ -112.06165440833901, 39.898854231392683 ], [ -112.06150417871397, 39.8985943258905 ], [ -112.06132053063124, 39.898442842253871 ], [ -112.06112992383274, 39.898219344522971 ], [ -112.06092734469622, 39.897977936632373 ], [ -112.0604485990754, 39.897653462218393 ], [ -112.06033644879024, 39.897586915129928 ], [ -112.06015342025172, 39.897399385188372 ], [ -112.05992161815873, 39.897234824983322 ], [ -112.05970485292306, 39.896831370185588 ], [ -112.05958429016583, 39.896598220009942 ], [ -112.05950611904559, 39.896459284106321 ], [ -112.05915938247435, 39.895894841258567 ], [ -112.05898621238754, 39.895815335616319 ], [ -112.05889319504305, 39.895775641433467 ], [ -112.05852821323003, 39.895621304096622 ], [ -112.05830658375494, 39.895280958757098 ], [ -112.05802627258035, 39.894927633850273 ], [ -112.05777136283763, 39.894704717059646 ], [ -112.05715224413692, 39.8943770042114 ], [ -112.05693951756648, 39.894234788222633 ], [ -112.05631780960509, 39.894118822250618 ], [ -112.05578499171035, 39.894078626061365 ], [ -112.05536933246852, 39.894050875767078 ], [ -112.05431993043548, 39.893884732517904 ], [ -112.0537669513417, 39.893673526137526 ], [ -112.05352423769087, 39.893482022994974 ], [ -112.05351123233143, 39.893396549039942 ], [ -112.05358083541827, 39.892976965824367 ], [ -112.0538091458007, 39.892609998594054 ], [ -112.05418548349124, 39.891980404116332 ], [ -112.05449797712387, 39.891382922890266 ], [ -112.05482926741919, 39.891172686848073 ], [ -112.05541915242303, 39.890893424860579 ], [ -112.05554220258352, 39.890832840883412 ], [ -112.05600185564127, 39.890679996075441 ], [ -112.05646500267358, 39.890373952743566 ], [ -112.05667740760157, 39.890115241088488 ], [ -112.05671356545578, 39.889804076992469 ], [ -112.05672646632695, 39.889425552050085 ], [ -112.0567451579013, 39.889195634371397 ], [ -112.05701658274641, 39.888972423029756 ], [ -112.0573660941954, 39.888883644602707 ], [ -112.05775047956776, 39.888781032487699 ], [ -112.05821457574545, 39.888538041397531 ], [ -112.05855750136395, 39.888021358697216 ], [ -112.05910005098259, 39.88755691022461 ], [ -112.05955606804646, 39.887169832322712 ], [ -112.05948724436605, 39.886877645802329 ], [ -112.05937081409878, 39.886531835904549 ], [ -112.05932787525379, 39.886401587450109 ], [ -112.05938893228891, 39.886189301673063 ], [ -112.0594403979598, 39.885733841476025 ], [ -112.05972490230975, 39.88522219372112 ], [ -112.05990631146474, 39.884851137961348 ], [ -112.06018836180412, 39.884560249238099 ], [ -112.06039405568328, 39.884247533767009 ], [ -112.06017495259471, 39.884069342856421 ], [ -112.0601632188189, 39.883763120105279 ], [ -112.06008297051594, 39.883412475111975 ], [ -112.05994329584072, 39.88307588775946 ], [ -112.0598323699479, 39.882707503509323 ], [ -112.05973590264556, 39.882442598657761 ], [ -112.05964363742505, 39.882222703862773 ], [ -112.05964421409736, 39.881880329632338 ], [ -112.05969290182267, 39.881244700186052 ], [ -112.05950004743396, 39.88087165825263 ], [ -112.05936226647354, 39.880657584805746 ], [ -112.05914749934901, 39.880380245348505 ], [ -112.05913074754847, 39.880051543829637 ], [ -112.05943928672069, 39.879963133387299 ], [ -112.05958232526598, 39.879759108068157 ], [ -112.05981841838747, 39.879522698231682 ], [ -112.06007948043528, 39.879313088820396 ], [ -112.06058679876749, 39.879299440738038 ], [ -112.06077993418107, 39.879311188903372 ], [ -112.06104693008568, 39.879259193024645 ], [ -112.06125217462854, 39.879297858754107 ], [ -112.06154821171513, 39.879081619193698 ], [ -112.0617274589077, 39.878951139441199 ], [ -112.06197662399829, 39.878804702677535 ], [ -112.06221257883847, 39.878635862090476 ], [ -112.06260586799927, 39.878280880432214 ], [ -112.06268548968748, 39.878135995455196 ], [ -112.06289261395973, 39.877917864229133 ], [ -112.06287883540335, 39.877782844795554 ], [ -112.06324478005591, 39.877247917261258 ], [ -112.06328457833162, 39.876796165657424 ], [ -112.06340443746041, 39.876606763643728 ], [ -112.06375365510111, 39.876503553209837 ], [ -112.06486093209593, 39.876269049781712 ], [ -112.06512984869333, 39.876266580332967 ], [ -112.06552015124319, 39.876173798912653 ], [ -112.06599895164058, 39.876132459125998 ], [ -112.06620836129267, 39.876062961264161 ], [ -112.06638213646558, 39.875957751825446 ], [ -112.06668103329744, 39.8756261485088 ], [ -112.06684840233648, 39.875484958428515 ], [ -112.06704951992336, 39.875257865303617 ], [ -112.06720219335158, 39.874923101021622 ], [ -112.06706778961279, 39.874550434475381 ], [ -112.06697570419998, 39.8742674756014 ], [ -112.06698905364773, 39.873997061259821 ], [ -112.06717264310016, 39.873771030113744 ], [ -112.06746093860151, 39.8735106990421 ], [ -112.06771910913446, 39.873192982394926 ], [ -112.06795876208824, 39.872812367649949 ], [ -112.06817579832256, 39.87248151415907 ], [ -112.06841134791725, 39.872213557743372 ], [ -112.06864286755302, 39.872062764335922 ], [ -112.06902532376736, 39.871843006413513 ], [ -112.06925793998306, 39.871687696811321 ], [ -112.06962063672509, 39.871400546195659 ], [ -112.06975235629288, 39.871223641781611 ], [ -112.07008912567149, 39.870697971234911 ], [ -112.07022362903577, 39.870399409351528 ], [ -112.07037167032327, 39.870069188335151 ], [ -112.07057895631527, 39.869864556370722 ], [ -112.0708396065009, 39.869708083835491 ], [ -112.07125275521055, 39.869583538229165 ], [ -112.07163207752274, 39.869539490234807 ], [ -112.07190236946937, 39.869627089692464 ], [ -112.07215005172453, 39.869764450996477 ], [ -112.07229097368767, 39.86980369193364 ], [ -112.07237907629809, 39.869829906510688 ], [ -112.07264099907985, 39.869755406638355 ], [ -112.07303455895909, 39.869499493931869 ], [ -112.0733519852848, 39.869235274781211 ], [ -112.0736351093679, 39.869020925772098 ], [ -112.07367663430711, 39.868984502479208 ], [ -112.07394661558635, 39.868752254932247 ], [ -112.07423480830143, 39.868488304050906 ], [ -112.07454566319976, 39.868178192906242 ], [ -112.074781609201, 39.867938149984525 ], [ -112.07510465596975, 39.867660359354716 ], [ -112.07571102121979, 39.867181726517906 ], [ -112.0758426467963, 39.867000311166628 ], [ -112.07588653754378, 39.86681610566518 ], [ -112.07591689412342, 39.866513998307163 ], [ -112.07603603943718, 39.866282244039581 ], [ -112.07614660451277, 39.866249684172416 ], [ -112.07622118364459, 39.866158894916168 ], [ -112.07655692012607, 39.866020633198822 ], [ -112.07695374018908, 39.865900723758436 ], [ -112.07739168654845, 39.86586872623802 ], [ -112.07791239443723, 39.865895422108672 ], [ -112.07846916077268, 39.865984848419366 ], [ -112.07880965901255, 39.866076283870427 ], [ -112.07908466199299, 39.866091745048365 ], [ -112.07924113922485, 39.866004696726748 ], [ -112.07929332174221, 39.865977181975111 ], [ -112.07954104675251, 39.865744227544987 ], [ -112.07970302876308, 39.865635504026514 ], [ -112.08012090783059, 39.865442408965365 ], [ -112.08052245067852, 39.865326047245901 ], [ -112.08081394000547, 39.865274678789284 ], [ -112.08087138674711, 39.865210174406172 ], [ -112.0810402567369, 39.865168056787553 ], [ -112.08122010949441, 39.865080787922153 ], [ -112.0812912156718, 39.864769289560321 ], [ -112.08132689778797, 39.864435597098371 ], [ -112.08136247134696, 39.86416947855755 ], [ -112.08135312816482, 39.863872244738211 ], [ -112.0813819181175, 39.863471944498421 ], [ -112.08142433517445, 39.863194950421445 ], [ -112.08151415632074, 39.862884178311845 ], [ -112.08153141606341, 39.862568676925243 ], [ -112.08148675416213, 39.862330335602309 ], [ -112.08137131884259, 39.862052110343534 ], [ -112.08131107033275, 39.861863467753558 ], [ -112.08116623367562, 39.861648584464398 ], [ -112.08096461442815, 39.86146576425277 ], [ -112.08083883614619, 39.861273227234364 ], [ -112.08078517368705, 39.861206154315816 ], [ -112.08072840198234, 39.860940896283743 ], [ -112.08065353146925, 39.860639767917874 ], [ -112.08057308549745, 39.860355809918154 ], [ -112.08052819184712, 39.859357048896022 ], [ -112.08044493640107, 39.858893823220768 ], [ -112.08035373691837, 39.85866942938744 ], [ -112.08017529472068, 39.858472877184525 ], [ -112.08000776572064, 39.858226669539981 ], [ -112.0798584772551, 39.858025340493768 ], [ -112.07962146690602, 39.85782122390215 ], [ -112.07950649602698, 39.857497042539748 ], [ -112.07947453912216, 39.857024328803433 ], [ -112.07947925427111, 39.856952207027163 ], [ -112.07955156062835, 39.85671728090778 ], [ -112.07971610479517, 39.856400408515647 ], [ -112.07986867653916, 39.856065627868354 ], [ -112.0799091472406, 39.855664317728404 ], [ -112.07990997889243, 39.855344464261499 ], [ -112.07999185247238, 39.854974302652487 ], [ -112.08010963741606, 39.854657865002828 ], [ -112.08021101880109, 39.854413657909227 ], [ -112.08034204377437, 39.854196203843763 ], [ -112.08041441512563, 39.853965781367265 ], [ -112.08056346531447, 39.853779693235168 ], [ -112.08062457125419, 39.853576404787027 ], [ -112.08056803315608, 39.853325559720822 ], [ -112.08038466451667, 39.85318671585356 ], [ -112.0803082684714, 39.853160398181537 ], [ -112.07993121538738, 39.85297019986146 ], [ -112.07957951633385, 39.852905900724288 ], [ -112.07937969129728, 39.85283568245724 ], [ -112.07912769398681, 39.852792978468479 ], [ -112.07878796659247, 39.852746585030062 ], [ -112.07829749423802, 39.852778174886808 ], [ -112.07789446997208, 39.852795435445955 ], [ -112.07756263005035, 39.852879606404919 ], [ -112.07727718928975, 39.852940821131959 ], [ -112.07693654710512, 39.852835867426776 ], [ -112.07682241386303, 39.85263871267172 ], [ -112.07678671645596, 39.852598500215279 ], [ -112.07645037624832, 39.85202049349413 ], [ -112.07622359332466, 39.851720771401951 ], [ -112.07598963218052, 39.851335522834546 ], [ -112.07586860548125, 39.851070857909789 ], [ -112.0757361030129, 39.850819813893452 ], [ -112.07562739862026, 39.850595578275261 ], [ -112.0755603045435, 39.85041600545992 ], [ -112.07517223516021, 39.849892532883509 ], [ -112.07514548698339, 39.849676546818458 ], [ -112.07522378537512, 39.849450577293688 ], [ -112.07526617771106, 39.849170882059525 ], [ -112.0753387720618, 39.848953975069115 ], [ -112.07528780579706, 39.848684155008485 ], [ -112.07519360460397, 39.848639979470263 ], [ -112.07515720754314, 39.848554724200035 ], [ -112.07490945612727, 39.848408359436235 ], [ -112.07458328055333, 39.848105050016066 ], [ -112.07431629108822, 39.847774162242345 ], [ -112.07408878422798, 39.847501471634196 ], [ -112.07398635532654, 39.847304205463452 ], [ -112.07394771444015, 39.847074814489559 ], [ -112.07401980550956, 39.846825477783149 ], [ -112.07417274999533, 39.846514125981599 ], [ -112.0743852369732, 39.84627339955734 ], [ -112.07460321476056, 39.846010097483479 ], [ -112.07482126113837, 39.845751299237612 ], [ -112.07502818117021, 39.845528642718882 ], [ -112.07521693736587, 39.845265610291499 ], [ -112.07527692782622, 39.844990256623262 ], [ -112.07520906752156, 39.84476113684822 ], [ -112.07503595800513, 39.844528487612081 ], [ -112.0749162119033, 39.844344897284572 ], [ -112.07487165630094, 39.844111056441456 ], [ -112.07487265288604, 39.843800210529771 ], [ -112.07490258459099, 39.843471076959091 ], [ -112.07498115817769, 39.843263124359169 ], [ -112.07504185052237, 39.843032813019782 ], [ -112.07500898175239, 39.842798863866179 ], [ -112.07497076180032, 39.842596498445694 ], [ -112.07498358478179, 39.842294552621475 ], [ -112.07507250830082, 39.842000911276244 ], [ -112.07510433524276, 39.841793391783604 ], [ -112.07511875930537, 39.841594142357586 ], [ -112.07516200505118, 39.841369398454731 ], [ -112.07516891382564, 39.841063002487402 ], [ -112.07519169113542, 39.840724925250377 ], [ -112.07517179244832, 39.840423282603297 ], [ -112.07509425643869, 39.840023066722964 ], [ -112.07522083353216, 39.839895756837969 ], [ -112.07523723817239, 39.839823526663686 ], [ -112.07521182921626, 39.839693120590418 ], [ -112.0749200358168, 39.839718349256913 ], [ -112.07487913556049, 39.839718728249615 ], [ -112.07457537527247, 39.839726047404874 ], [ -112.07442900804341, 39.839708482673991 ], [ -112.07425922719982, 39.839688431658196 ], [ -112.07376589847127, 39.839530823414215 ], [ -112.07329052132357, 39.839400076264276 ], [ -112.07302488118157, 39.83930342632884 ], [ -112.07275589026246, 39.839216717511228 ], [ -112.07206368741258, 39.839046525324179 ], [ -112.07192107795511, 39.838894677148083 ], [ -112.07185414562412, 39.838724110025503 ], [ -112.07179235616505, 39.838508446498345 ], [ -112.07172098220036, 39.838428018011157 ], [ -112.07147397485421, 39.838326687452884 ], [ -112.07121104963186, 39.838329115702898 ], [ -112.07080100535468, 39.838265328212884 ], [ -112.07061284730143, 39.838190481875763 ], [ -112.07038844417343, 39.838039386634897 ], [ -112.07027463467401, 39.837860241325593 ], [ -112.07018328773977, 39.83762232516122 ], [ -112.07008998389659, 39.837258290166787 ], [ -112.0700106733232, 39.837042787234367 ], [ -112.06988532097398, 39.836872757744629 ], [ -112.06976462377061, 39.836626102117499 ], [ -112.06974965372567, 39.836414510509812 ], [ -112.06982585902338, 39.836053416822303 ], [ -112.06990115491278, 39.835633767923454 ], [ -112.07000114815969, 39.835299484007052 ], [ -112.06997928676019, 39.835020382637346 ], [ -112.06983396466424, 39.834692866142966 ], [ -112.06969749126307, 39.834558978028028 ], [ -112.06951337046917, 39.834366965499271 ], [ -112.06941125437177, 39.834187711390904 ], [ -112.06933744279826, 39.833949632729471 ], [ -112.06924873986996, 39.833806293926422 ], [ -112.06912927061859, 39.83371369335476 ], [ -112.06901122156481, 39.833637297169304 ], [ -112.06881146318541, 39.833567059579103 ], [ -112.06864105671679, 39.833505561035686 ], [ -112.06842955850185, 39.833431827017911 ], [ -112.06807635080109, 39.833262992798325 ], [ -112.06773998831694, 39.833049854529754 ], [ -112.06752659566264, 39.832853603288598 ], [ -112.06737739991132, 39.832652256095564 ], [ -112.06716428836816, 39.832474021139305 ], [ -112.06695674142614, 39.83227771504113 ], [ -112.06683641147873, 39.832053577176431 ], [ -112.06674626906167, 39.831892230058394 ], [ -112.06659032976889, 39.831632380232072 ], [ -112.06638793267058, 39.831390976812216 ], [ -112.06610957320443, 39.831073687988088 ], [ -112.06593516738543, 39.830904104765359 ], [ -112.06572741988494, 39.830694283549761 ], [ -112.06563851992343, 39.830537428994212 ], [ -112.06560736037133, 39.830411578242661 ], [ -112.06552988162335, 39.830313182280442 ], [ -112.06545177676945, 39.830174247984189 ], [ -112.06541463646484, 39.830039442314998 ], [ -112.0654532206627, 39.829889525526269 ], [ -112.06561423752169, 39.829722266551919 ], [ -112.06597887592247, 39.829498176811335 ], [ -112.06634344229589, 39.829269581694923 ], [ -112.06668554393265, 39.829099755600907 ], [ -112.06710275344034, 39.828875178937359 ], [ -112.06741042681956, 39.828746211424793 ], [ -112.06759492962901, 39.82858684240815 ], [ -112.06763929449558, 39.828433267766485 ], [ -112.06764791023349, 39.828234973181289 ], [ -112.06773859172782, 39.828053942870284 ], [ -112.06785994689095, 39.82796723290064 ], [ -112.06809097250749, 39.827793920160602 ], [ -112.06826218276353, 39.827531059906548 ], [ -112.06833254525215, 39.827170020475499 ], [ -112.06839720478501, 39.826818043292263 ], [ -112.06844454768219, 39.826479740222531 ], [ -112.06853778679428, 39.826086955658511 ], [ -112.06864375517003, 39.825761627164113 ], [ -112.06874159582141, 39.825364295115612 ], [ -112.06872298754094, 39.825143726681219 ], [ -112.06865837770481, 39.824819969398476 ], [ -112.06863701450844, 39.824572396932048 ], [ -112.0686500032309, 39.82427945906533 ], [ -112.06874609993768, 39.824071348621061 ], [ -112.06882967538839, 39.823809294698137 ], [ -112.06899628824681, 39.823627563725807 ], [ -112.06916297005033, 39.823450336773107 ], [ -112.06932080690784, 39.823079480556629 ], [ -112.06931105513722, 39.822827296227906 ], [ -112.06932529770351, 39.822615434801243 ], [ -112.06932034007448, 39.822295632808164 ], [ -112.06940181644009, 39.821898450839527 ], [ -112.06947731088935, 39.821492314139988 ], [ -112.06950072140843, 39.82111819180809 ], [ -112.06952496973607, 39.820798120504328 ], [ -112.06959115436723, 39.820545236036118 ], [ -112.06971386527687, 39.82017019807661 ], [ -112.06978193459987, 39.820038928367225 ], [ -112.06990236512389, 39.819893661054671 ], [ -112.07015672376431, 39.819720128917595 ], [ -112.07042895415715, 39.819568955824103 ], [ -112.07064458904716, 39.819535431764351 ], [ -112.07084756248952, 39.819438955588275 ], [ -112.07097934294706, 39.819347641181452 ], [ -112.07106067921778, 39.81924327763894 ], [ -112.07110447132381, 39.819053667583404 ], [ -112.07120527575044, 39.818773433128676 ], [ -112.07132979352764, 39.818515504101029 ], [ -112.07143199535871, 39.818325354518983 ], [ -112.07148445994909, 39.817941953515934 ], [ -112.07146795098349, 39.817631267887329 ], [ -112.07139220677701, 39.817267971452161 ], [ -112.07125169521727, 39.816871936724247 ], [ -112.07110723981793, 39.816522789174407 ], [ -112.07098835359761, 39.816089614222683 ], [ -112.07097798202129, 39.815797792348619 ], [ -112.07100715407964, 39.815419111311364 ], [ -112.07105587599574, 39.815170891927771 ], [ -112.07116160704754, 39.814832048141632 ], [ -112.0713378458917, 39.814519582604532 ], [ -112.07156094898426, 39.814215693766172 ], [ -112.07170965997854, 39.814011599555919 ], [ -112.07189313444407, 39.813789164371173 ], [ -112.07202502129954, 39.81363027421353 ], [ -112.07226098979035, 39.813402848483499 ], [ -112.07249723677164, 39.813193439309345 ], [ -112.07264657300769, 39.813029882232797 ], [ -112.07269423718837, 39.81271409832101 ], [ -112.07262581160893, 39.812521020090593 ], [ -112.07261223184892, 39.812323830854602 ], [ -112.07270870680755, 39.812141841774768 ], [ -112.07295774985883, 39.812004391794567 ], [ -112.07313113109596, 39.811884759767089 ], [ -112.07340882849365, 39.811711905529627 ], [ -112.07355850979101, 39.811570868588511 ], [ -112.0737031209068, 39.811479432319857 ], [ -112.07399458528612, 39.811440695418348 ], [ -112.07413412628593, 39.811398859491547 ], [ -112.07441341815966, 39.811328699904081 ], [ -112.07481655227481, 39.811333975816403 ], [ -112.07505059289858, 39.811358836873183 ], [ -112.07531154502183, 39.811311369579322 ], [ -112.07543888732509, 39.811161527453301 ], [ -112.0754887839885, 39.810989878588416 ], [ -112.07551523439106, 39.810813041160074 ], [ -112.07554290619224, 39.810714577731723 ], [ -112.07561728729867, 39.810614780292973 ], [ -112.07568617883072, 39.810537558223075 ], [ -112.07574367024147, 39.810478461429881 ], [ -112.07590516533783, 39.810346321734535 ], [ -112.07616608697812, 39.810222269436998 ], [ -112.07643868843687, 39.810098108191156 ], [ -112.07677039542779, 39.810018446826092 ], [ -112.07718809006161, 39.809834373413757 ], [ -112.07739690914408, 39.809665753031602 ], [ -112.07762513467672, 39.809393339222154 ], [ -112.07775571976319, 39.809152465345541 ], [ -112.0778322219337, 39.808814787799093 ], [ -112.07787978950797, 39.808494497636367 ], [ -112.0778469161572, 39.808259646972687 ], [ -112.07782561090472, 39.808017480977583 ], [ -112.0777622850276, 39.807702725835064 ], [ -112.07769966311152, 39.807433013161095 ], [ -112.07762374386472, 39.807059811098263 ], [ -112.07767278835129, 39.806834110247998 ], [ -112.07779515107813, 39.80644104676869 ], [ -112.07788465290055, 39.806187940541285 ], [ -112.07802629221297, 39.805907320382858 ], [ -112.078145203631, 39.805667455404567 ], [ -112.07825320830159, 39.805477245638571 ], [ -112.07844867120154, 39.805277213074021 ], [ -112.07856265516872, 39.805095957251844 ], [ -112.07865940029323, 39.80493288121032 ], [ -112.07877957507483, 39.804774092154084 ], [ -112.07896905375169, 39.8045651045272 ], [ -112.079151705485, 39.804293111372907 ], [ -112.07923479642125, 39.804004024406019 ], [ -112.07923591769213, 39.803702185117928 ], [ -112.07930226291317, 39.80346280783332 ], [ -112.07939161469656, 39.803200691934393 ], [ -112.0794530912122, 39.803023527583655 ], [ -112.07957876254531, 39.802843062970375 ], [ -112.07974044401128, 39.802724430864188 ], [ -112.07992077163753, 39.80267770353182 ], [ -112.08003615707655, 39.802586531354905 ], [ -112.08004424228147, 39.802356705727462 ], [ -112.08002272019769, 39.802101027211982 ], [ -112.07998075518266, 39.801957260721025 ], [ -112.07989521033998, 39.801790474291685 ], [ -112.07979930953938, 39.80163369497064 ], [ -112.07965781917785, 39.801549418346895 ], [ -112.07946504018591, 39.801546707098758 ], [ -112.07898983318083, 39.801560136990432 ], [ -112.07860682214886, 39.801568203007605 ], [ -112.07812733712041, 39.801532115121553 ], [ -112.07769907333238, 39.801409956209746 ], [ -112.07736403430002, 39.801273415395059 ], [ -112.07710440565555, 39.801103738232406 ], [ -112.07690228898205, 39.800876764827208 ], [ -112.07672886572331, 39.800617089428741 ], [ -112.07667737199318, 39.800311233280141 ], [ -112.07675624525838, 39.800125799983071 ], [ -112.07696774066821, 39.799831017847502 ], [ -112.07717944513634, 39.79954974811487 ], [ -112.07740908806528, 39.799295340896279 ], [ -112.07757519848268, 39.799086572385015 ], [ -112.07781581407276, 39.798787013325729 ], [ -112.07807408645853, 39.7984962995342 ], [ -112.07835085976863, 39.79826848200279 ], [ -112.07862207338398, 39.798058735144053 ], [ -112.07894637375796, 39.797807949807428 ], [ -112.07913290531049, 39.797486366328272 ], [ -112.07926213976874, 39.797160810583279 ], [ -112.07931110216609, 39.796930604569098 ], [ -112.07944139112746, 39.796672612498739 ], [ -112.07958554092971, 39.796554143639582 ], [ -112.07979279455103, 39.796363008757623 ], [ -112.07988481297106, 39.796272054127741 ], [ -112.08001671912115, 39.796117659367596 ], [ -112.08018281413948, 39.795908887219291 ], [ -112.08041151778222, 39.795595918857828 ], [ -112.08068587484584, 39.795214951134511 ], [ -112.0809267457366, 39.794933402821343 ], [ -112.08116796732573, 39.794674375308837 ], [ -112.08138027405568, 39.794433636426042 ], [ -112.08153524733103, 39.794261005284461 ], [ -112.08171421098358, 39.79412869452451 ], [ -112.08207460677154, 39.794021721181736 ], [ -112.08225512193343, 39.79398850324953 ], [ -112.0824295154696, 39.79393732248316 ], [ -112.0825390441959, 39.79384620239243 ], [ -112.08272257250157, 39.793632759023673 ], [ -112.08290737120207, 39.793500391978228 ], [ -112.08312009219867, 39.793286675529487 ], [ -112.08331508310019, 39.793059609473829 ], [ -112.08342952944513, 39.792909878728047 ], [ -112.08345716918086, 39.792810512510584 ], [ -112.08351955951613, 39.792692802132649 ], [ -112.0836582085995, 39.79259690414019 ], [ -112.08395436563323, 39.792490524885217 ], [ -112.08421577141759, 39.792402489253163 ], [ -112.08461047988642, 39.792250138282419 ], [ -112.0848007563033, 39.792095192440911 ], [ -112.08489124087914, 39.791981723587149 ], [ -112.08502280923753, 39.791732723030499 ], [ -112.08514871496133, 39.791569368678068 ], [ -112.08544978361826, 39.791404375774597 ], [ -112.08588500086061, 39.791229116954867 ], [ -112.08616925845733, 39.791109328667595 ], [ -112.08642336616255, 39.791003336724053 ], [ -112.08671469924155, 39.790887985773225 ], [ -112.08704538016501, 39.790749740903721 ], [ -112.08726533694892, 39.790626047380904 ], [ -112.08740598534651, 39.790286860705962 ], [ -112.08733024749046, 39.789927177119161 ], [ -112.08724959371654, 39.789626103438579 ], [ -112.08715697983747, 39.789307122070277 ], [ -112.08707105622821, 39.789042136939848 ], [ -112.08690866491999, 39.788741828675271 ], [ -112.08678842061718, 39.788522213951914 ], [ -112.0867912112769, 39.788328476346877 ], [ -112.08683521170509, 39.78815597637265 ], [ -112.08692523932922, 39.787939798039261 ], [ -112.08704999945864, 39.787704373605386 ], [ -112.08716336546757, 39.78748707545698 ], [ -112.08721855918445, 39.787283837003145 ], [ -112.08721473029544, 39.78704060726767 ], [ -112.08717629651751, 39.786824731254782 ], [ -112.08716797658164, 39.786667137038194 ], [ -112.08717610827692, 39.786441814894218 ], [ -112.08729516843039, 39.786215453394412 ], [ -112.08743829027547, 39.786033915477155 ], [ -112.0877503676863, 39.785828269132722 ], [ -112.08809789872736, 39.78564931902779 ], [ -112.08837678817194, 39.785561110105562 ], [ -112.08855685212369, 39.785500857139837 ], [ -112.08865496694278, 39.785427857985944 ], [ -112.08869371913285, 39.78529324781335 ], [ -112.08861581976971, 39.785166939901927 ], [ -112.08847891365096, 39.785001542145196 ], [ -112.08831879724369, 39.784845371745554 ], [ -112.08819976192987, 39.784702330639327 ], [ -112.08817392543008, 39.784544900711658 ], [ -112.08824698337988, 39.784364018771186 ], [ -112.08831968610788, 39.784160615509165 ], [ -112.08846258816035, 39.783965563594286 ], [ -112.08858156899778, 39.783734696539469 ], [ -112.08872510840123, 39.78358018260414 ], [ -112.08892773826946, 39.783470163215512 ], [ -112.08909448668868, 39.783306421186218 ], [ -112.08923068022077, 39.783056471236748 ], [ -112.08929755490169, 39.78285402302452 ], [ -112.08943411623895, 39.782627494963407 ], [ -112.08960527848809, 39.782373612320306 ], [ -112.08979950721296, 39.782101493109039 ], [ -112.08984386601956, 39.781952414091052 ], [ -112.08984244475172, 39.781862329000681 ], [ -112.08978933455364, 39.781826788407827 ], [ -112.11957321744343, 39.772100950813957 ], [ -112.11984049663691, 39.758691712325948 ], [ -112.11982605049414, 39.757439480771893 ], [ -112.12577519063554, 39.757530589737307 ], [ -112.13817359827431, 39.757598870501404 ], [ -112.15733554853094, 39.757590468787754 ], [ -112.17628645607032, 39.757529685392171 ], [ -112.19540722025846, 39.757506403333871 ], [ -112.21420848114609, 39.757571609229082 ], [ -112.23306702711865, 39.757575496679003 ], [ -112.25077829877507, 39.757399483239624 ], [ -112.251852532174, 39.757414930272972 ], [ -112.27073355542285, 39.757376413332715 ], [ -112.28957512201052, 39.757415448781906 ], [ -112.30824666556524, 39.757414598698723 ], [ -112.32705841692265, 39.757421753766593 ], [ -112.34712806572725, 39.757884273924304 ], [ -112.34713788429708, 39.750000648582848 ], [ -112.34724784134899, 39.743422263597196 ], [ -112.34719236687518, 39.728827106931647 ], [ -112.34730176878115, 39.713166847095195 ], [ -112.34734254936608, 39.698773221965503 ], [ -112.34733808217891, 39.698543523692976 ], [ -112.34718266653547, 39.68425124901038 ], [ -112.40352644452756, 39.684151442550068 ], [ -112.42226348321152, 39.684108131610714 ], [ -112.4612915886141, 39.68318200796908 ], [ -112.47999058046241, 39.682958671571399 ], [ -112.49892135011473, 39.682945563864912 ], [ -112.50074399512428, 39.683111222973992 ], [ -112.51788352456903, 39.683037073629222 ], [ -112.53669047374237, 39.683226645510857 ], [ -112.55562481281638, 39.683114142297633 ], [ -112.57436035116258, 39.683185943640034 ], [ -112.59312505093702, 39.683105660065998 ], [ -112.61188098515719, 39.683153103256124 ], [ -112.62578469839255, 39.683089875928438 ], [ -112.63063705394207, 39.683107416154989 ], [ -112.64946358880839, 39.683134277486872 ], [ -112.66821955086751, 39.683136573767591 ], [ -112.68680121948506, 39.683165398937895 ], [ -112.70566806483198, 39.68317444492115 ], [ -112.72440026593928, 39.683162601494153 ], [ -112.74319464611885, 39.68307472351254 ], [ -112.75079193616916, 39.683096442543956 ], [ -112.76192663644061, 39.683058625648073 ], [ -112.78062409332655, 39.683061655380378 ], [ -112.7989668732604, 39.68305815843685 ], [ -112.7989506242009, 39.668548646242215 ], [ -112.79891876953501, 39.654061866758681 ], [ -112.79891441307608, 39.639507057049933 ], [ -112.79964573118187, 39.625012892996232 ], [ -112.79964355410046, 39.610539070922037 ], [ -112.79964707967122, 39.596056118293099 ], [ -112.79962267026126, 39.581614109029012 ], [ -112.79965388763459, 39.567067594827272 ], [ -112.79962959910097, 39.552621013656925 ], [ -112.80593800804077, 39.552635754521688 ], [ -112.81836166322866, 39.552622182769724 ], [ -112.82248731841084, 39.552616105916279 ], [ -112.84035740722743, 39.552591204611176 ], [ -112.8570464668031, 39.55257793020796 ], [ -112.86313777915058, 39.55257050836375 ], [ -112.87580699644782, 39.552560365301851 ], [ -112.89586609786517, 39.553005102403631 ], [ -112.93081347198181, 39.552911599768088 ], [ -112.96581304671513, 39.552820206735291 ], [ -113.00102521594725, 39.552642523347785 ], [ -113.00338155510521, 39.552628943938025 ], [ -113.04329504848417, 39.552645576188361 ], [ -113.07476497429195, 39.552623894948852 ], [ -113.12590715347399, 39.552433567612013 ], [ -113.14260206180676, 39.55244219105321 ], [ -113.16104308295353, 39.552465495714266 ], [ -113.18037389910772, 39.552473677451324 ], [ -113.19887210756285, 39.552467373235437 ], [ -113.22182151889075, 39.552454156559044 ], [ -113.23593889477212, 39.55247609487796 ], [ -113.25083035460162, 39.552503842539302 ], [ -113.26929372626378, 39.552505003587314 ], [ -113.28741965145811, 39.55250897031808 ], [ -113.31334866448032, 39.552514435916102 ], [ -113.33540338689734, 39.552519086914209 ], [ -113.35256180587173, 39.552515204666783 ], [ -113.37579034229998, 39.55251092119105 ], [ -113.3878979162423, 39.552505904358263 ], [ -113.40542442796881, 39.552482130479198 ], [ -113.42439320088428, 39.55247066023086 ], [ -113.44215932240877, 39.552512910199901 ], [ -113.46225704819928, 39.552507541818059 ], [ -113.47542431508035, 39.552493442374562 ], [ -113.48895391297819, 39.552524137853283 ], [ -113.5008803377106, 39.552632827357186 ], [ -113.51393403177367, 39.552697880070276 ], [ -113.53948613146174, 39.552759143339436 ], [ -113.56796221108401, 39.55274566201016 ], [ -113.59735933059109, 39.552781168675509 ], [ -113.62521922714706, 39.552789924666556 ], [ -113.63420911385468, 39.552793581845989 ], [ -113.67257486910881, 39.552741391160801 ], [ -113.71010501575333, 39.55275456129057 ], [ -113.75083711493903, 39.552670775604874 ], [ -113.76273693773699, 39.55284323897606 ], [ -113.7745707253105, 39.552817870964148 ], [ -113.78591723206183, 39.552830010247 ], [ -113.79691364160485, 39.552817941052396 ], [ -113.80796230065808, 39.552803565264682 ], [ -113.81586965218227, 39.552805789971032 ], [ -113.81584659538395, 39.550941605306782 ], [ -113.81586634345815, 39.54582073612292 ], [ -113.81585600407776, 39.544270635698609 ], [ -113.82111242676736, 39.544201628967741 ], [ -113.83927467312822, 39.54404370425403 ], [ -113.85970825606272, 39.54380721043546 ], [ -113.8725961195217, 39.543709858449525 ], [ -113.87784215279308, 39.543674570167745 ], [ -113.89683193919123, 39.543589813987211 ], [ -113.91756369764789, 39.543512247080521 ], [ -113.94408531426271, 39.543360907891625 ], [ -113.96353729026436, 39.543182339286247 ], [ -113.98165408072445, 39.543046505329315 ], [ -114.00082845135211, 39.542939969745937 ], [ -114.00298063723721, 39.542933881358358 ], [ -114.01093716880166, 39.542894511667832 ], [ -114.02413254000024, 39.54279485645106 ], [ -114.03521325341086, 39.542762500896011 ], [ -114.04765654445521, 39.542760894288769 ], [ -114.04762155349759, 39.571185855237459 ], [ -114.04758588680529, 39.588694813396607 ], [ -114.04757061316462, 39.601752340223833 ], [ -114.04756857323881, 39.621741150594957 ], [ -114.04755617818348, 39.624907784280865 ], [ -114.04753122835619, 39.633889397979623 ], [ -114.04750056781381, 39.642209066078074 ], [ -114.04737485723915, 39.654463194995529 ], [ -114.04729748046024, 39.668477088660993 ], [ -114.0472109505974, 39.680954446768602 ], [ -114.04704273267602, 39.691440480309019 ], [ -114.046929977669, 39.700271192778636 ], [ -114.04684349832134, 39.708903031981009 ], [ -114.04681991555998, 39.719226692293709 ], [ -114.04690112879562, 39.72848465763208 ], [ -114.04708398740861, 39.738987530404188 ], [ -114.04743251933246, 39.749909404045802 ], [ -114.04763970514026, 39.763627403937178 ], [ -114.04777981831491, 39.775000605542822 ], [ -114.04781391775154, 39.787538584221096 ], [ -114.04775841558789, 39.802141682802521 ], [ -114.04760826644765, 39.81816686843387 ], [ -114.04746233352303, 39.830717620544988 ], [ -114.04728748728215, 39.842084595305941 ], [ -114.04717089932375, 39.856086585646089 ], [ -114.04716469724619, 39.874953416797702 ], [ -114.04710772744151, 39.884223841923856 ], [ -114.04699729582101, 39.892946193451984 ], [ -114.0470583552933, 39.906194887048372 ], [ -114.03960073814592, 39.906165590884953 ], [ -114.03131302875953, 39.906144023400238 ], [ -114.02286717349182, 39.906116980169976 ], [ -114.01371991760992, 39.90609855883605 ], [ -114.00721087348265, 39.906096540929845 ], [ -114.00084180688543, 39.906086027213405 ], [ -113.98397883850383, 39.906021626031084 ], [ -113.96869066053385, 39.905995495385334 ], [ -113.95136030764372, 39.90594281383509 ], [ -113.93937715121692, 39.905936665251751 ], [ -113.92367032852857, 39.905969247336479 ], [ -113.90889697688357, 39.905950141343439 ], [ -113.89791854148737, 39.905918070220238 ], [ -113.8858684952839, 39.905881024528306 ], [ -113.87583249706684, 39.905842296072443 ], [ -113.8649349849762, 39.905787969085843 ], [ -113.8512885770165, 39.905728227038431 ], [ -113.83364861960291, 39.905688037169348 ], [ -113.81854125074642, 39.905655644338786 ], [ -113.79878950670171, 39.905602932712625 ], [ -113.78347252263131, 39.905594441690617 ], [ -113.77002134030337, 39.905591581931724 ], [ -113.75749927983074, 39.905570456192429 ], [ -113.75079736526608, 39.905576607802431 ], [ -113.72963160020129, 39.905559154215481 ], [ -113.70058857766287, 39.905555022176252 ], [ -113.68546419876661, 39.90554167336078 ], [ -113.66933844006417, 39.905495368462063 ], [ -113.65580216454595, 39.905414523773707 ], [ -113.64210101142085, 39.905304325103621 ], [ -113.62585779761194, 39.90539876775955 ], [ -113.60994062167725, 39.905456562826473 ], [ -113.59484774365279, 39.905507226571267 ], [ -113.57975956758351, 39.905528791828672 ], [ -113.56689286597459, 39.905526231224947 ], [ -113.55105515276695, 39.905524619065439 ], [ -113.53829948152294, 39.905520938525669 ], [ -113.52481359093885, 39.905540770832772 ], [ -113.51254898109195, 39.905532560485213 ], [ -113.50084565098064, 39.905519948084084 ], [ -113.48588958826792, 39.905481378847995 ], [ -113.47152563376585, 39.905482301522404 ], [ -113.46035488643319, 39.905481260103507 ], [ -113.44787955539911, 39.905470668117189 ], [ -113.43546164522724, 39.905430499033656 ], [ -113.42521475772945, 39.905424664639334 ], [ -113.41345367855452, 39.905435951258767 ], [ -113.4017623533894, 39.905435588615411 ], [ -113.38672008898178, 39.90544454326254 ], [ -113.37580056475285, 39.905439174499961 ], [ -113.36545344349518, 39.905412086004659 ], [ -113.34908899742112, 39.905411596577629 ], [ -113.33227994054143, 39.905408732296948 ], [ -113.32062344186178, 39.905403976457151 ], [ -113.30590212572866, 39.905396000652665 ], [ -113.29159645534604, 39.90540045702258 ], [ -113.27692727341935, 39.905378756539335 ], [ -113.2649588283489, 39.9053520006916 ], [ -113.25644037284572, 39.905410043593996 ], [ -113.25081739218058, 39.905515769581228 ], [ -113.24877043716619, 39.905518565718012 ], [ -113.24878121159945, 39.904775138159174 ], [ -113.24266445716896, 39.904803562955991 ], [ -113.23355837482706, 39.904811832233058 ], [ -113.22442279885506, 39.904812744235905 ], [ -113.21480786453603, 39.904821194972882 ], [ -113.20400590008794, 39.904837911109581 ], [ -113.19068902821783, 39.904856133811776 ], [ -113.17865785750685, 39.904880196813288 ], [ -113.16274528802265, 39.904898920474771 ], [ -113.15015370521583, 39.904921467632654 ], [ -113.13944482489106, 39.904925928961127 ], [ -113.12581093286866, 39.904910108242468 ], [ -113.11168462897258, 39.904858411013123 ], [ -113.09946078576192, 39.904859736308495 ], [ -113.08631205669238, 39.904835881254975 ], [ -113.07124087747144, 39.904871926426168 ], [ -113.05684461005433, 39.904947188975726 ], [ -113.04261547654232, 39.905019518700975 ], [ -113.02755515335035, 39.905031669095919 ], [ -113.01312077601916, 39.905049009934324 ], [ -113.00078032772598, 39.90506896980483 ], [ -112.98374343740508, 39.904893305287004 ], [ -112.97010420698973, 39.904697980625521 ], [ -112.95545277657624, 39.904693803491874 ], [ -112.93881385883442, 39.904730039340748 ], [ -112.92555822934278, 39.904653681889201 ], [ -112.91134776598193, 39.904523986144056 ], [ -112.89796943099857, 39.90466271116005 ], [ -112.88522402818755, 39.904636445664778 ], [ -112.87578684639196, 39.90452826783288 ], [ -112.87263816452803, 39.904498091418603 ], [ -112.86637366063958, 39.904441457260063 ], [ -112.85539243584122, 39.904333942611338 ], [ -112.84703851778688, 39.90426914313916 ], [ -112.83881369435693, 39.90421971169868 ], [ -112.83053552361099, 39.904143511122555 ], [ -112.82348032508909, 39.904088029930165 ], [ -112.81619546554776, 39.904017698819942 ], [ -112.80773780406491, 39.903965203283143 ], [ -112.80046662394459, 39.903925201493351 ], [ -112.79818531683678, 39.903915563260043 ], [ -112.79819131714343, 39.903474021423918 ], [ -112.79101547478203, 39.903499515893557 ], [ -112.78220188925701, 39.903522726762112 ], [ -112.77966953426899, 39.903530096584142 ], [ -112.77348170138518, 39.903539333759191 ], [ -112.76618839273883, 39.903547068863361 ], [ -112.75922247412674, 39.903549377251146 ], [ -112.75077688996994, 39.903555603196537 ], [ -112.73631405862791, 39.903610947485454 ], [ -112.72383901765218, 39.903634946533323 ], [ -112.70777429295121, 39.903674498773498 ], [ -112.69458987581834, 39.90372831864876 ], [ -112.68353107384119, 39.903740781745228 ], [ -112.67303798811433, 39.903735017638532 ], [ -112.66245142974626, 39.903734148138312 ], [ -112.6513046148781, 39.903785338836961 ], [ -112.63614956944352, 39.903765962028956 ], [ -112.62577955047544, 39.903772199425639 ], [ -112.61496864421748, 39.903684548436146 ], [ -112.60499765648719, 39.903696880626988 ], [ -112.59224526126258, 39.903674511879267 ], [ -112.57524199702168, 39.903659021537742 ], [ -112.55746815653829, 39.903709950720724 ], [ -112.54416300687831, 39.903766293497696 ], [ -112.52696269699364, 39.903836436317064 ], [ -112.51448782599557, 39.903883839588048 ], [ -112.50589658408833, 39.903927272805433 ], [ -112.50080255028337, 39.903948277021918 ], [ -112.4836692045839, 39.903875985790449 ], [ -112.46659686545388, 39.903921115657063 ], [ -112.45962507838513, 39.903933414655675 ], [ -112.45258765100279, 39.903939809997901 ], [ -112.43596122813352, 39.903999164592108 ], [ -112.43287316071294, 39.904010340562287 ], [ -112.41829877285093, 39.904081424994061 ], [ -112.4021279876393, 39.904174497578751 ], [ -112.38912817523806, 39.904308451667177 ], [ -112.37582427841267, 39.904449061179477 ], [ -112.36591145266341, 39.904521216141184 ], [ -112.35545251836903, 39.904486290017914 ], [ -112.3469296315385, 39.904450469263352 ], [ -112.34192241330115, 39.90443194799029 ], [ -112.34181986810604, 39.905171914476988 ], [ -112.34186565879388, 39.90572006356836 ], [ -112.34201318606081, 39.906385960569644 ], [ -112.34195201523987, 39.907147971812819 ], [ -112.34207013050487, 39.907805199475 ], [ -112.3425613516434, 39.908397743535737 ], [ -112.34297037234195, 39.908974119512287 ], [ -112.3432026793301, 39.909786788333342 ], [ -112.34312760775586, 39.910675093753085 ], [ -112.34302864546882, 39.911059143839353 ], [ -112.34291172323724, 39.911362316362002 ], [ -112.34279844948456, 39.911552827775431 ], [ -112.34268838501873, 39.911608159438686 ], [ -112.34246904698024, 39.911759356036683 ], [ -112.34210503752324, 39.911691494273065 ], [ -112.34181562488297, 39.911609253816835 ], [ -112.34153110064992, 39.911657593805806 ], [ -112.34155114578759, 39.912085313047534 ], [ -112.3416784456884, 39.9123135821999 ], [ -112.34170064921534, 39.912552076944365 ], [ -112.34160179161823, 39.912882067554683 ], [ -112.34146538125225, 39.91308635961488 ], [ -112.34123524484201, 39.913224164572625 ], [ -112.34100426145461, 39.913438559592613 ], [ -112.34041063849065, 39.913895898917239 ], [ -112.34006893890373, 39.914372847418477 ], [ -112.33993012838332, 39.915054668649375 ], [ -112.33987196926662, 39.915672491159462 ], [ -112.33972294897262, 39.916431010702361 ], [ -112.3396693195148, 39.91698120945297 ], [ -112.33955126332293, 39.917527647794842 ], [ -112.33933383019001, 39.917777920837288 ], [ -112.33906749809726, 39.917920644364003 ], [ -112.33833596488692, 39.91820838542337 ], [ -112.33763507279947, 39.91856784429195 ], [ -112.33742739966981, 39.918718896756999 ], [ -112.33727388735842, 39.918887343128198 ], [ -112.33725091977465, 39.919270511401074 ], [ -112.33727547664384, 39.919630607758322 ], [ -112.33736143894407, 39.920440470221749 ], [ -112.337185234863, 39.921006496634263 ], [ -112.33707846256287, 39.921232064330098 ], [ -112.33704224879382, 39.921475738139385 ], [ -112.33706715613789, 39.921853849344011 ], [ -112.3371068080498, 39.92208763868571 ], [ -112.3369128369114, 39.922342141262284 ], [ -112.33674121068405, 39.922542328957171 ], [ -112.33660538044548, 39.922778141653104 ], [ -112.33641009192678, 39.92296508742524 ], [ -112.33617795465159, 39.923062362712962 ], [ -112.33609746379527, 39.923135366252794 ], [ -112.33572031530257, 39.923297378136873 ], [ -112.33540698383753, 39.923431625269849 ], [ -112.33532379246779, 39.923666830116709 ], [ -112.33554477362654, 39.923898531253165 ], [ -112.33573537083855, 39.924072020379093 ], [ -112.33639508650984, 39.924600481806678 ], [ -112.33689459565484, 39.925013663671713 ], [ -112.33683502180844, 39.925861241913864 ], [ -112.33687287680621, 39.926604087529874 ], [ -112.33698529024018, 39.927269492641315 ], [ -112.33707298817011, 39.927566694963978 ], [ -112.33702680712439, 39.927899677320276 ], [ -112.33664277352591, 39.928611349731845 ], [ -112.33653462173419, 39.928766658699423 ], [ -112.33627862848445, 39.929142602053069 ], [ -112.33600014296258, 39.929866569810471 ], [ -112.33549349976539, 39.930593165432008 ], [ -112.33543413866732, 39.930850619284215 ], [ -112.33554311677432, 39.931038562825741 ], [ -112.33565218303964, 39.931231009977239 ], [ -112.33588343566417, 39.931989645881686 ], [ -112.33600497896433, 39.93258287038099 ], [ -112.33626857030985, 39.933138419526792 ], [ -112.33665604314052, 39.933805158057538 ], [ -112.33709810546152, 39.934570369704865 ], [ -112.3377288577168, 39.935108165607076 ], [ -112.33787398676452, 39.935348845440181 ], [ -112.33756413046802, 39.935664148558779 ], [ -112.33737514575778, 39.936477180847774 ], [ -112.33737663631752, 39.936553744103797 ], [ -112.33743326139823, 39.93705762083863 ], [ -112.33753809563578, 39.937633016974665 ], [ -112.33813760870684, 39.938067561848733 ], [ -112.33828756102281, 39.938255029508113 ], [ -112.33841586639879, 39.93853284150881 ], [ -112.33837180960175, 39.938974813757063 ], [ -112.33842230143688, 39.939163429469019 ], [ -112.33843575814092, 39.939253368702246 ], [ -112.33854671874855, 39.939842207114246 ], [ -112.33867991474742, 39.940430788578453 ], [ -112.33909123755521, 39.941056699865555 ], [ -112.33942036227221, 39.941728606667823 ], [ -112.33969811699603, 39.94216686029916 ], [ -112.33975685573017, 39.94247790857478 ], [ -112.33982128836656, 39.943080797297156 ], [ -112.33976850586954, 39.943675130325019 ], [ -112.33949766435201, 39.944191799131019 ], [ -112.33919993390397, 39.944830405526119 ], [ -112.33909822944585, 39.945017175166491 ], [ -112.33889673645159, 39.945188880338158 ], [ -112.3386066477177, 39.945319263864221 ], [ -112.33855495166388, 39.945369412812667 ], [ -112.33836282415979, 39.945421183210719 ], [ -112.33805533740227, 39.94555987473975 ], [ -112.33774574380413, 39.945590476354745 ], [ -112.33692254825354, 39.945694572717926 ], [ -112.33653068411952, 39.945708101012976 ], [ -112.33651313011038, 39.945708303408807 ], [ -112.33620309688433, 39.945716382346298 ], [ -112.33528874348957, 39.945587272101044 ], [ -112.3349716014274, 39.945590924903051 ], [ -112.33468639177757, 39.945671690468359 ], [ -112.33446386074357, 39.945966158769195 ], [ -112.33448107721526, 39.946249758329046 ], [ -112.3344276393334, 39.946511647627929 ], [ -112.33441203498451, 39.947214564488633 ], [ -112.33433704005765, 39.947873117688772 ], [ -112.33437343151959, 39.948480836629429 ], [ -112.33455718769167, 39.949262543191452 ], [ -112.33459550409735, 39.949487338236153 ], [ -112.33435047927566, 39.949769451953493 ], [ -112.33428323465078, 39.949923386620505 ], [ -112.33421005050425, 39.950072884888129 ], [ -112.33413608991789, 39.950483665996941 ], [ -112.333900290976, 39.950999918152775 ], [ -112.33365841919351, 39.95126397520221 ], [ -112.33350797598764, 39.951594550799271 ], [ -112.33310395051545, 39.952189316774202 ], [ -112.33289110257873, 39.952380962847819 ], [ -112.33268550414439, 39.952644600735212 ], [ -112.33229613365904, 39.952788723166563 ], [ -112.33175373431941, 39.952285922551035 ], [ -112.33096128652218, 39.951565259278667 ], [ -112.33055206606591, 39.951047409395144 ], [ -112.33018030313032, 39.950529128154066 ], [ -112.32977654692255, 39.949930127628676 ], [ -112.32970213990214, 39.949714754392822 ], [ -112.32944763941275, 39.949569017632314 ], [ -112.32923225334763, 39.949327331592414 ], [ -112.32877255376475, 39.948558690219656 ], [ -112.32822533558289, 39.94780366297104 ], [ -112.32788169540586, 39.947285051660607 ], [ -112.32741911624379, 39.946668697321378 ], [ -112.32678111740657, 39.946423736750042 ], [ -112.32599856982672, 39.946148893129056 ], [ -112.3256028746667, 39.945964220224077 ], [ -112.32532542585598, 39.945841260282734 ], [ -112.32467291324889, 39.945389236354828 ], [ -112.32391807192553, 39.944789721312354 ], [ -112.32350257959959, 39.944488144222717 ], [ -112.32322121562989, 39.944465228899695 ], [ -112.32312174417129, 39.944466364325876 ], [ -112.32295499001542, 39.944620527480694 ], [ -112.32276991786368, 39.944735257792146 ], [ -112.32257977441581, 39.944890588249997 ], [ -112.32222770101474, 39.945146869644638 ], [ -112.32138932882572, 39.945679879253404 ], [ -112.32104709563835, 39.945839643656797 ], [ -112.32067023748657, 39.946025028037255 ], [ -112.3203781869816, 39.946055383420251 ], [ -112.32034316514829, 39.946060287065535 ], [ -112.31999000315795, 39.945956195600466 ], [ -112.31952679082636, 39.945911917340723 ], [ -112.3189638458805, 39.945855257869688 ], [ -112.31835400423122, 39.945794624297598 ], [ -112.31766662651519, 39.945658288456443 ], [ -112.31736794708148, 39.945648169014767 ], [ -112.31692186052356, 39.945581162029676 ], [ -112.31644833100516, 39.945609064369421 ], [ -112.31598004829087, 39.945605372082106 ], [ -112.31562475365907, 39.94569499498197 ], [ -112.31530508400171, 39.945811240968212 ], [ -112.31506217148936, 39.945962653175144 ], [ -112.31472896104709, 39.946227707371897 ], [ -112.31420334335016, 39.94665350874326 ], [ -112.31367248652127, 39.947050536819425 ], [ -112.31284940817268, 39.947469792331447 ], [ -112.31244238252351, 39.947609543448451 ], [ -112.31201582129084, 39.947645905411044 ], [ -112.31177091613174, 39.947693724446708 ], [ -112.31096100503848, 39.94788397717398 ], [ -112.31080376887245, 39.947925396970049 ], [ -112.31065480826884, 39.948093756442823 ], [ -112.31042951808945, 39.948249464448445 ], [ -112.30970769742795, 39.948455830543828 ], [ -112.30934352203131, 39.948387868948828 ], [ -112.30926909468221, 39.948167977711101 ], [ -112.3095447326175, 39.947890075376925 ], [ -112.30983896370725, 39.947359697225679 ], [ -112.30989753070565, 39.946809457926776 ], [ -112.30978737109923, 39.946189049406797 ], [ -112.30946780964611, 39.94539081699287 ], [ -112.3092781740456, 39.944960504462259 ], [ -112.30912226172265, 39.944764056986095 ], [ -112.3088428574973, 39.944843792569799 ], [ -112.30825832516093, 39.944881924180621 ], [ -112.30743886036153, 39.945183977531158 ], [ -112.30654263469603, 39.945450852429154 ], [ -112.30642734581805, 39.945235924486013 ], [ -112.30648078717266, 39.94496864180465 ], [ -112.30644889156108, 39.94483025540589 ], [ -112.30622142743897, 39.944256212489059 ], [ -112.30591858628827, 39.943719056147486 ], [ -112.30555187215768, 39.943146580425427 ], [ -112.30553046602408, 39.942944108302498 ], [ -112.30548656956391, 39.942543680971085 ], [ -112.30564469422416, 39.941933760392843 ], [ -112.30556713108334, 39.941240003221694 ], [ -112.30545070153924, 39.940656599258553 ], [ -112.30544958874292, 39.940598050173655 ], [ -112.30549602859475, 39.939962358850387 ], [ -112.30514986065245, 39.939299555186146 ], [ -112.30472004361056, 39.938853919465885 ], [ -112.30438145019066, 39.938281122907853 ], [ -112.30404388850616, 39.93776237058097 ], [ -112.30361049872469, 39.937127571541765 ], [ -112.30326953559239, 39.937045815149098 ], [ -112.3028964332034, 39.937059018576775 ], [ -112.30256583161848, 39.936968134164992 ], [ -112.30228218177125, 39.936822664444932 ], [ -112.30202703516039, 39.93663723214307 ], [ -112.30172244314737, 39.936621732869504 ], [ -112.30137137265575, 39.936932898024892 ], [ -112.30073818576426, 39.937488682207096 ], [ -112.30012153509975, 39.937991121500055 ], [ -112.29935621976934, 39.938369091129161 ], [ -112.29840832825772, 39.938686034402316 ], [ -112.2974041122244, 39.938809896363544 ], [ -112.29655201453052, 39.938932048369509 ], [ -112.29621334492344, 39.938971873674951 ], [ -112.29576952930624, 39.939021882823667 ], [ -112.29513705013866, 39.939308244925336 ], [ -112.29452169397838, 39.939571888655074 ], [ -112.29370155025053, 39.939837814730431 ], [ -112.29271070499594, 39.940051581781319 ], [ -112.29232462649904, 39.940060391208014 ], [ -112.29193269690774, 39.940069264557707 ], [ -112.29101002254899, 39.940174143463665 ], [ -112.29020377263936, 39.940246186097262 ], [ -112.28924421169188, 39.94025686185131 ], [ -112.28848763911269, 39.940481501396981 ], [ -112.28770951498555, 39.940805479817051 ], [ -112.28690789478163, 39.94112520912676 ], [ -112.28580840061839, 39.941164438335171 ], [ -112.28474291619452, 39.941144718503814 ], [ -112.28433666588542, 39.941014077777389 ], [ -112.28412375428859, 39.940894808329837 ], [ -112.28394527614019, 39.940739119139678 ], [ -112.2837304300289, 39.940516261210355 ], [ -112.28327493703249, 39.940255524359962 ], [ -112.28268310882619, 39.939901694609794 ], [ -112.28233731311879, 39.939873987050227 ], [ -112.28200249631239, 39.940120946646331 ], [ -112.28177188318389, 39.940934351283722 ], [ -112.28147868902835, 39.94121688709901 ], [ -112.28122334170956, 39.941332328247384 ], [ -112.28082012017254, 39.941363812586935 ], [ -112.28051307542394, 39.941217647084898 ], [ -112.28006127509443, 39.940840634319159 ], [ -112.27945775583478, 39.940486917170155 ], [ -112.27883901891894, 39.939944165266191 ], [ -112.27851426366772, 39.93947474878378 ], [ -112.27827578384387, 39.93923862699436 ], [ -112.27783562412471, 39.939171403723087 ], [ -112.27754224314745, 39.939192656289954 ], [ -112.27669996879837, 39.939467715727211 ], [ -112.27582717887086, 39.939738600161711 ], [ -112.27500503441958, 39.939900807027215 ], [ -112.27427892722714, 39.939877257684785 ], [ -112.27319967423117, 39.939744964182339 ], [ -112.27248393598695, 39.939649213684874 ], [ -112.27168713413562, 39.939284062974856 ], [ -112.270973253428, 39.938972054646797 ], [ -112.27059186086974, 39.938917673746133 ], [ -112.27028342831588, 39.939011148944815 ], [ -112.26998711311322, 39.939127014336755 ], [ -112.26974930630789, 39.939242238132266 ], [ -112.2695879725273, 39.939442214232002 ], [ -112.26935266582812, 39.939629485864423 ], [ -112.2690818306166, 39.939857688739146 ], [ -112.26878783913172, 39.940099658683231 ], [ -112.26817744359239, 39.940637898541766 ], [ -112.26756024022232, 39.941441989938788 ], [ -112.26741101954114, 39.941601287779847 ], [ -112.26722084004332, 39.941761033179702 ], [ -112.26693002658467, 39.941858811635512 ], [ -112.26660344075164, 39.9419209422202 ], [ -112.26585631619456, 39.942028207617433 ], [ -112.26561089828333, 39.942048906282707 ], [ -112.26500312104181, 39.942096082985309 ], [ -112.26467068099869, 39.942158272017473 ], [ -112.26422037754985, 39.942239764549186 ], [ -112.26325007066588, 39.942304399404421 ], [ -112.26233778866474, 39.942278299256294 ], [ -112.2616319423676, 39.942403106961549 ], [ -112.26078963213146, 39.942745622764079 ], [ -112.2600502558054, 39.943276213225289 ], [ -112.25931285006133, 39.943914891610952 ], [ -112.25886560739508, 39.944419776797901 ], [ -112.25847050955993, 39.944896164702371 ], [ -112.25804708941237, 39.945424212785362 ], [ -112.2576539762851, 39.94600959130856 ], [ -112.25729655922234, 39.946563048056944 ], [ -112.25704146580095, 39.947079356116618 ], [ -112.25670083524835, 39.947655152691503 ], [ -112.25665023058721, 39.947768320038541 ], [ -112.25648110716691, 39.948441361015888 ], [ -112.25631569114819, 39.948677400858131 ], [ -112.25604387068091, 39.948856031728276 ], [ -112.25585397408845, 39.949033774429864 ], [ -112.25529622915457, 39.949580385557404 ], [ -112.25465663104758, 39.950132384725244 ], [ -112.25447958320565, 39.950373052576303 ], [ -112.25420840940416, 39.95058771013278 ], [ -112.25401547625057, 39.950599707931673 ], [ -112.25323971479717, 39.950427006790527 ], [ -112.25247491907361, 39.950534377338194 ], [ -112.25232570080111, 39.950568423725173 ], [ -112.25206107371228, 39.950628943142931 ], [ -112.25167749483066, 39.950457400460877 ], [ -112.25111458512607, 39.950080573699132 ], [ -112.25036668918118, 39.950151709933472 ], [ -112.25029086032944, 39.950166042100989 ], [ -112.2494411519414, 39.950431974727067 ], [ -112.24888550961369, 39.950775818758466 ], [ -112.24854982552012, 39.951306490635865 ], [ -112.24813818432185, 39.952166826104474 ], [ -112.24761898428376, 39.952906689549046 ], [ -112.24717462479762, 39.953578174191421 ], [ -112.24683056331729, 39.95429362576705 ], [ -112.24645502526405, 39.954887786568243 ], [ -112.24606453966049, 39.955626258718326 ], [ -112.24579895830087, 39.956151664042622 ], [ -112.24532935316282, 39.956724308336845 ], [ -112.2448158976418, 39.957138854570069 ], [ -112.24446062472524, 39.957238170014783 ], [ -112.24402663953487, 39.957193276339282 ], [ -112.24321784849754, 39.957138887366987 ], [ -112.24252341883626, 39.956934610251189 ], [ -112.24223640133286, 39.956924172325238 ], [ -112.24198337263113, 39.957174644851058 ], [ -112.24178650487148, 39.957293877511233 ], [ -112.24148965430001, 39.957387152270378 ], [ -112.24125051410317, 39.957434760822004 ], [ -112.2409574792237, 39.95741537467994 ], [ -112.24058390874632, 39.957474331431264 ], [ -112.24030541089317, 39.957611553262701 ], [ -112.23959398656589, 39.958086756352373 ], [ -112.23944419320812, 39.958219896801467 ], [ -112.23900810776763, 39.958383126129853 ], [ -112.23875350130974, 39.958547117341816 ], [ -112.23869957477051, 39.958867530681744 ], [ -112.23850414185351, 39.959261531999182 ], [ -112.23825504187782, 39.959471411691325 ], [ -112.23754176636925, 39.959780847292471 ], [ -112.23681541152352, 39.960144475037254 ], [ -112.23649179280619, 39.960377669800771 ], [ -112.23631864202807, 39.960514659172489 ], [ -112.23631619642845, 39.960703884603006 ], [ -112.23644201574291, 39.96118905510064 ], [ -112.23622397439085, 39.96175897875581 ], [ -112.23611073164841, 39.962297152123128 ], [ -112.23611523286962, 39.96319715212919 ], [ -112.23624323004447, 39.963803026542216 ], [ -112.23650418065722, 39.964314684756935 ], [ -112.23666764368727, 39.964939100128547 ], [ -112.23671550564113, 39.965645834065285 ], [ -112.2367755624463, 39.966379466222662 ], [ -112.23671564005879, 39.966627866406952 ], [ -112.23653718902253, 39.966796445779281 ], [ -112.23642954570671, 39.966995802745977 ], [ -112.23631112223126, 39.967181760371865 ], [ -112.23610239329722, 39.967359671508831 ], [ -112.23580622143018, 39.967493467220933 ], [ -112.23516785729846, 39.967806594227902 ], [ -112.23510582022763, 39.967937892817936 ], [ -112.23515261507077, 39.968586076856553 ], [ -112.23539851357236, 39.969236643514833 ], [ -112.23533654139743, 39.9696967875282 ], [ -112.23516814871279, 39.970099504017604 ], [ -112.23483605818164, 39.970580544965514 ], [ -112.23447017347628, 39.97107095436516 ], [ -112.23392358230852, 39.971540762874724 ], [ -112.23328970580766, 39.972106097130222 ], [ -112.23289998192621, 39.972574231507949 ], [ -112.23227496401154, 39.972981800124302 ], [ -112.23175676502568, 39.973469315481935 ], [ -112.23108219827712, 39.974053089028104 ], [ -112.23038394540765, 39.974622694932428 ], [ -112.22992980879326, 39.975092404006134 ], [ -112.22946369944509, 39.975547823139088 ], [ -112.22919347821987, 39.975825478289586 ], [ -112.22896928134691, 39.976057597416599 ], [ -112.22858527939655, 39.976521151799957 ], [ -112.22812582823414, 39.97702244326053 ], [ -112.2275462994065, 39.977685373368914 ], [ -112.22739919303851, 39.978299575462728 ], [ -112.22748582871422, 39.978559932602671 ], [ -112.22738120372503, 39.97893042895798 ], [ -112.22690063024514, 39.979561675531968 ], [ -112.22655788277592, 39.980041904339345 ], [ -112.22603495958785, 39.98059791592425 ], [ -112.22598876710444, 39.980634442446949 ], [ -112.22559397645932, 39.981152157709161 ], [ -112.22515900184065, 39.981715343747901 ], [ -112.22477824070715, 39.982363545159622 ], [ -112.22481821183955, 39.982962252275485 ], [ -112.22497652261424, 39.98369485053415 ], [ -112.22540817410137, 39.984190312560074 ], [ -112.22563540822074, 39.984453688856874 ], [ -112.22572107962772, 39.984660000465738 ], [ -112.22576750155706, 39.984898260256429 ], [ -112.22584168378592, 39.985510119070462 ], [ -112.22590822693623, 39.98628422886938 ], [ -112.22572539521262, 39.986867272902799 ], [ -112.22541893828632, 39.987348916024473 ], [ -112.2252753159588, 39.987570265375922 ], [ -112.22516279951165, 39.987828224491359 ], [ -112.22496694156924, 39.988010484037304 ], [ -112.22492130679903, 39.988078537324881 ], [ -112.22472552794905, 39.988265300354492 ], [ -112.22441449300187, 39.988556889583265 ], [ -112.22409045842933, 39.988776539619302 ], [ -112.22375903924242, 39.988910676878319 ], [ -112.2234673199803, 39.988972318419783 ], [ -112.22265039073109, 39.989138605432792 ], [ -112.22166662225582, 39.989473320543482 ], [ -112.22135845574061, 39.989598196375709 ], [ -112.22093991853703, 39.989773786252023 ], [ -112.22063174931245, 39.989898660185453 ], [ -112.22021890344824, 39.990065178061258 ], [ -112.21952771995862, 39.990387784582346 ], [ -112.21880773304811, 39.990737718294021 ], [ -112.21821727942491, 39.991126828539137 ], [ -112.21753361071872, 39.991543943508674 ], [ -112.21669840856843, 39.992003188033188 ], [ -112.21585840282246, 39.992192193220824 ], [ -112.21498863544177, 39.992354475985636 ], [ -112.21475608753794, 39.992451513115817 ], [ -112.2144548672605, 39.992639364033018 ], [ -112.21430565249705, 39.99281210733362 ], [ -112.21419300663609, 39.993065552422124 ], [ -112.21364357606211, 39.993458714323239 ], [ -112.21288014587466, 39.993673924391288 ], [ -112.2120599849105, 39.993993331558201 ], [ -112.21139553437892, 39.994175963507573 ], [ -112.21091300692687, 39.994379214521466 ], [ -112.21060482011323, 39.994571632974647 ], [ -112.21040578815172, 39.994776424758626 ], [ -112.21033903876221, 39.995042900896991 ], [ -112.21009889743124, 39.995374253883497 ], [ -112.20970507008346, 39.995626125641856 ], [ -112.20908643419119, 39.996083054554695 ], [ -112.20863808944242, 39.996565232599607 ], [ -112.20806984019514, 39.996890993458436 ], [ -112.20728261228091, 39.997088395933197 ], [ -112.20722436942211, 39.997107021596378 ], [ -112.20673642843769, 39.997337340022561 ], [ -112.2064714106186, 39.99758785942084 ], [ -112.20609837446591, 39.99802419631029 ], [ -112.20567943518132, 39.99851506630511 ], [ -112.20562475544799, 39.998736366814896 ], [ -112.20535814420168, 39.998896805688894 ], [ -112.20501943635365, 39.99895438494589 ], [ -112.20443761727657, 39.999176660406235 ], [ -112.20358656650139, 39.999410738991308 ], [ -112.2028788332501, 39.999467639429255 ], [ -112.20246424215765, 39.999540414003128 ], [ -112.20221398824673, 39.999632204078573 ], [ -112.20190897783145, 39.99994168939832 ], [ -112.20165594754096, 40.00054344216548 ], [ -112.20163481212401, 40.000674298404363 ], [ -112.20151956663913, 40.00111695657435 ], [ -112.20147532109696, 40.001266071291468 ], [ -112.20132002605426, 40.001763201169219 ], [ -112.2012140434535, 40.002400367093998 ], [ -112.20108968431853, 40.002991775137197 ], [ -112.2010211265642, 40.003090688711609 ], [ -112.20064193290456, 40.003513557561043 ], [ -112.20053255147252, 40.003622804202912 ], [ -112.20014045556553, 40.003978234196758 ], [ -112.19985038455192, 40.004138903364385 ], [ -112.19948782517696, 40.004174189868529 ], [ -112.19894237008437, 40.004134787359362 ], [ -112.19817349739598, 40.004048140584196 ], [ -112.19742553481888, 40.003817121411338 ], [ -112.19736641790081, 40.003786199184304 ], [ -112.19717024767104, 40.003689122019566 ], [ -112.19693400860639, 40.003511373327633 ], [ -112.1966880320599, 40.003513913745358 ], [ -112.19591842082947, 40.003720066781476 ], [ -112.19520198575118, 40.003952694626804 ], [ -112.19492212417568, 40.004027656406997 ], [ -112.19453137833938, 40.004126284219083 ], [ -112.19414947021377, 40.00439599923947 ], [ -112.19385930457535, 40.004552149712111 ], [ -112.19331136464729, 40.00470644951583 ], [ -112.19310622352516, 40.004699552374049 ], [ -112.19254772140796, 40.004583673741777 ], [ -112.19221964886839, 40.004244690295444 ], [ -112.19199942735449, 40.004044243079271 ], [ -112.19167754706886, 40.004061067798006 ], [ -112.19141830461928, 40.0043114934439 ], [ -112.19082842223409, 40.004749109594243 ], [ -112.19018366076523, 40.004995385046918 ], [ -112.18997266398816, 40.005056113403263 ], [ -112.18930170356433, 40.005210756565596 ], [ -112.18863295863068, 40.005493307370486 ], [ -112.18836510919343, 40.005586149042323 ], [ -112.18802347880982, 40.005815789285982 ], [ -112.18767502186695, 40.005922068976069 ], [ -112.18727527526902, 40.005908146450651 ], [ -112.18686053382184, 40.005975461212437 ], [ -112.18654121634124, 40.006140901442656 ], [ -112.18621150899256, 40.006383027509827 ], [ -112.18600924741382, 40.006542763239594 ], [ -112.18545898471537, 40.006903366256715 ], [ -112.18498722712373, 40.00733253668195 ], [ -112.18467747290559, 40.008119526217079 ], [ -112.18432336860643, 40.008645694048738 ], [ -112.18386453157434, 40.009213473352297 ], [ -112.18336782161063, 40.009623972207599 ], [ -112.18285485599006, 40.010111215193746 ], [ -112.1827570721384, 40.010215821989441 ], [ -112.1823548410915, 40.010670399355512 ], [ -112.18202015686971, 40.010965720002993 ], [ -112.18186429513871, 40.011099748697816 ], [ -112.18115012510705, 40.011471012309521 ], [ -112.18092933327603, 40.011576871337667 ], [ -112.18043809537846, 40.011626923891193 ], [ -112.18007501953223, 40.011635126720122 ], [ -112.1798000359736, 40.011655945703559 ], [ -112.17973475241521, 40.011607058399591 ], [ -112.17940357965162, 40.011426636809112 ], [ -112.17891601341614, 40.011349612286864 ], [ -112.17862869616185, 40.011334516165419 ], [ -112.17813598659511, 40.011298984142108 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 13, \"properties\": { \"NAME\": \"PIUTE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 305, \"Color4\": \"1\", \"Shape_Leng\": 226007.912453, \"Shape_Area\": 1981638093.8099999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.3997558931745, 38.510068756360084 ], [ -112.39909561971341, 38.510027084514419 ], [ -112.39832746244417, 38.510040766408913 ], [ -112.38852763134592, 38.510062768556708 ], [ -112.38728900151882, 38.510063933206375 ], [ -112.38190431479774, 38.510064526843735 ], [ -112.37576172026444, 38.510015205363381 ], [ -112.36561570657827, 38.509926711739908 ], [ -112.36314973247097, 38.509919399987965 ], [ -112.3541465746631, 38.509920234103042 ], [ -112.34453632118053, 38.509962493393893 ], [ -112.33120056745759, 38.510111260855183 ], [ -112.32593195537551, 38.510189063605651 ], [ -112.31971929230966, 38.510385412125807 ], [ -112.30825623939151, 38.510721315109407 ], [ -112.30720120533823, 38.510728592360159 ], [ -112.29676979073824, 38.511038331961693 ], [ -112.28858550632032, 38.511241330141608 ], [ -112.28862596606945, 38.511709487828313 ], [ -112.28535324749205, 38.511745459284377 ], [ -112.27383431149339, 38.511862328113857 ], [ -112.27022787067891, 38.511901506783296 ], [ -112.26239549904946, 38.511972693886186 ], [ -112.25608832920879, 38.512031511331678 ], [ -112.2519370006577, 38.51206695881632 ], [ -112.25115125387813, 38.512061839852372 ], [ -112.25075547466518, 38.51205705652535 ], [ -112.23951464953932, 38.51201347835913 ], [ -112.22802270403635, 38.512040844097086 ], [ -112.2165875870062, 38.512038555015117 ], [ -112.20508371097887, 38.512040362234536 ], [ -112.19361407354182, 38.512032579296864 ], [ -112.18214429146765, 38.512016464546647 ], [ -112.17065769262209, 38.512024626677054 ], [ -112.15919950056332, 38.512016961679635 ], [ -112.14771375996979, 38.512008445048423 ], [ -112.13571545344276, 38.512008279744116 ], [ -112.12573115287955, 38.512005563204845 ], [ -112.11963507232323, 38.512005434480955 ], [ -112.11730653467164, 38.511991629148291 ], [ -112.10185631847087, 38.51157029304489 ], [ -112.09037635567401, 38.51125870803822 ], [ -112.08388174702638, 38.511066674751191 ], [ -112.07888918100274, 38.510919027836785 ], [ -112.06743378280159, 38.510627494812077 ], [ -112.06240800754981, 38.510479447356488 ], [ -112.06234503715071, 38.501900814814512 ], [ -112.05729885154147, 38.501883400467456 ], [ -112.05140394369629, 38.501859873932759 ], [ -112.04436778586194, 38.50182370433987 ], [ -112.03307230606039, 38.501860810284008 ], [ -112.01475988992885, 38.502007404468323 ], [ -112.00994235316303, 38.502022014632942 ], [ -112.0007796524704, 38.50196099221462 ], [ -111.99644448083018, 38.501943888338339 ], [ -111.978080061706, 38.502071670445659 ], [ -111.95980779004427, 38.502236370384828 ], [ -111.941206455355, 38.502238650848724 ], [ -111.92277660481783, 38.502200577478952 ], [ -111.90429550823437, 38.502191540266637 ], [ -111.89045346836018, 38.502197574757282 ], [ -111.87896742662123, 38.502145562665582 ], [ -111.87649588182816, 38.50213344613946 ], [ -111.87577333044719, 38.502128938631117 ], [ -111.86743003694335, 38.502114432612004 ], [ -111.85473460634863, 38.502104141148166 ], [ -111.8489660048717, 38.502096535513317 ], [ -111.83133372129333, 38.502105873066029 ], [ -111.81295626110901, 38.502140260377736 ], [ -111.7942801842232, 38.502137741350232 ], [ -111.77575279608895, 38.502099716908646 ], [ -111.7666410347171, 38.502078610858042 ], [ -111.76654929495562, 38.502079211363906 ], [ -111.7692387299514, 38.499934758373264 ], [ -111.78061086504714, 38.491059345418478 ], [ -111.79911198000234, 38.476515447888126 ], [ -111.81750337646574, 38.462045989594401 ], [ -111.82356912630713, 38.457218142939595 ], [ -111.82395532928405, 38.456408854849649 ], [ -111.82434075466936, 38.455531980994614 ], [ -111.82483580850707, 38.454721923895185 ], [ -111.8253243515863, 38.453844320600915 ], [ -111.82550164788424, 38.453311364217768 ], [ -111.82558091975937, 38.452725026387647 ], [ -111.8257281765159, 38.452070619395265 ], [ -111.82588719817007, 38.451443165195961 ], [ -111.82601813425771, 38.450865474695576 ], [ -111.82634289670233, 38.450200803163298 ], [ -111.8261902045129, 38.449372776657185 ], [ -111.82590630440073, 38.44859524078629 ], [ -111.8258287921373, 38.448329933306432 ], [ -111.82587175142002, 38.448077294621079 ], [ -111.82598928450957, 38.447832240991289 ], [ -111.82629148684303, 38.447200171552097 ], [ -111.82666216778219, 38.446544186957325 ], [ -111.8271418512264, 38.445900949674311 ], [ -111.82743901652226, 38.44533109549932 ], [ -111.82768512981812, 38.444806661188387 ], [ -111.82776499352953, 38.444274388979764 ], [ -111.82789347007471, 38.443584063164806 ], [ -111.8281623488636, 38.44294681684763 ], [ -111.82832044257368, 38.44274292925045 ], [ -111.82855290853713, 38.442529503533812 ], [ -111.82876967028945, 38.442445961277187 ], [ -111.82963046756963, 38.442066772487436 ], [ -111.83033558528275, 38.441602165509877 ], [ -111.83079512934613, 38.441206885830326 ], [ -111.8312940464663, 38.440748240977875 ], [ -111.8320692822802, 38.440404788124717 ], [ -111.83275569820246, 38.440309791562292 ], [ -111.83297990283322, 38.440276655855484 ], [ -111.83313343333006, 38.440275564281286 ], [ -111.83335649191991, 38.440242436003601 ], [ -111.83359064504424, 38.440177686359085 ], [ -111.83374329420346, 38.440099998225875 ], [ -111.83386917618387, 38.439986452377255 ], [ -111.83400474731629, 38.439818765403388 ], [ -111.83409402157949, 38.439610853831503 ], [ -111.83427622282494, 38.439014764362433 ], [ -111.83450997856703, 38.438418307397221 ], [ -111.83456103934097, 38.437877223353311 ], [ -111.8345775727056, 38.437322867161377 ], [ -111.83458247119549, 38.43725073621124 ], [ -111.83471727863454, 38.43651980329485 ], [ -111.83485962806603, 38.435946526575194 ], [ -111.83536973259842, 38.435469760492687 ], [ -111.83617837912028, 38.435049440180698 ], [ -111.83639558787377, 38.435007335896657 ], [ -111.83654921285397, 38.434916119118348 ], [ -111.83678147358226, 38.434689160451413 ], [ -111.83702180795544, 38.434169253301803 ], [ -111.83698447938144, 38.433417016985921 ], [ -111.83691512345366, 38.432867779608323 ], [ -111.83671412599158, 38.432328494219867 ], [ -111.83661472026311, 38.432153469719033 ], [ -111.83654447535244, 38.432023297020024 ], [ -111.83658816845167, 38.431838238784117 ], [ -111.83671273020103, 38.431711181206119 ], [ -111.83671178382977, 38.431629178628654 ], [ -111.83700315139185, 38.431064748002235 ], [ -111.83708793297136, 38.430469349322109 ], [ -111.83715636184481, 38.429946163493717 ], [ -111.83716141347232, 38.429887549291536 ], [ -111.83727837458584, 38.429102668081462 ], [ -111.83722510699859, 38.428954350371512 ], [ -111.83718329530956, 38.428805950787918 ], [ -111.83718230688685, 38.428720343669276 ], [ -111.837230630796, 38.428539758032137 ], [ -111.83758179823931, 38.428492188397811 ], [ -111.83760252245881, 38.428501052283195 ], [ -111.83769572945492, 38.428536434083775 ], [ -111.83788006084973, 38.428625236389635 ], [ -111.83802986949411, 38.428700767272517 ], [ -111.83817957428013, 38.428767286686004 ], [ -111.83842066424991, 38.428810622040018 ], [ -111.83850654010672, 38.428806402764017 ], [ -111.83946242080138, 38.428741881974595 ], [ -111.83954828606829, 38.428736760809642 ], [ -111.84059001941193, 38.42866620848875 ], [ -111.84067587404661, 38.428660185372593 ], [ -111.84137998812604, 38.428619984944589 ], [ -111.84146582171445, 38.42861215899773 ], [ -111.84234061761862, 38.428471594839628 ], [ -111.84242651373198, 38.428469174950486 ], [ -111.84350295267171, 38.428428086899586 ], [ -111.84434408895606, 38.428349031798852 ], [ -111.84456589838963, 38.428212253109059 ], [ -111.84490226235454, 38.428074648091759 ], [ -111.84509485346388, 38.42788851298085 ], [ -111.84591344743363, 38.427350897588745 ], [ -111.84641821720561, 38.426919181876777 ], [ -111.84709349432917, 38.426373581323645 ], [ -111.84759299666356, 38.425982452695791 ], [ -111.84813741830206, 38.425514394679375 ], [ -111.84876069988752, 38.424933112740696 ], [ -111.84886749729981, 38.424269955761353 ], [ -111.84881110356264, 38.41210953266966 ], [ -111.84839706980289, 38.39775994148026 ], [ -111.84791792938807, 38.383208913989868 ], [ -111.84761485935559, 38.374996587298796 ], [ -111.84745619408216, 38.36865682125952 ], [ -111.8469668967584, 38.354174282950041 ], [ -111.84654192536495, 38.3392983126286 ], [ -111.84601847415176, 38.324788006377496 ], [ -111.84555138747947, 38.309691462765137 ], [ -111.84550382124688, 38.307564927466366 ], [ -111.84508038270768, 38.295221255610997 ], [ -111.84504443861307, 38.29310814948289 ], [ -111.8445900681704, 38.278570187697539 ], [ -111.8441932902787, 38.264049798205527 ], [ -111.8439362626812, 38.255665729846207 ], [ -111.84381565391928, 38.251660638973384 ], [ -111.8437108785415, 38.250012144396635 ], [ -111.8436805453767, 38.248475767683225 ], [ -111.84350250693264, 38.24384923612827 ], [ -111.84336262590961, 38.23955588157645 ], [ -111.84325941278139, 38.237149437141461 ], [ -111.84326447626289, 38.235609197701677 ], [ -111.84327694795573, 38.233721029491093 ], [ -111.84325435432734, 38.231269843056808 ], [ -111.84324694354159, 38.227164786097006 ], [ -111.84323394013383, 38.22356445672095 ], [ -111.84321608631313, 38.218553730119858 ], [ -111.84320099153869, 38.210316560823856 ], [ -111.84320182850666, 38.20395383580712 ], [ -111.8432329389138, 38.197739590601493 ], [ -111.84323499424684, 38.191976166288647 ], [ -111.84322372851699, 38.187037464932878 ], [ -111.84322290067388, 38.182013066853621 ], [ -111.84322344076419, 38.178493724550236 ], [ -111.84322288431478, 38.173590984756174 ], [ -111.84322367489467, 38.167219208631266 ], [ -111.84324995449722, 38.162167562023718 ], [ -111.84326689735224, 38.15660226994958 ], [ -111.84330687772575, 38.151253105717032 ], [ -111.84729121801151, 38.151256874277045 ], [ -111.8536253881412, 38.15125066222555 ], [ -111.85946313662315, 38.151248643523907 ], [ -111.86460458486567, 38.151237943931612 ], [ -111.86965478455028, 38.151232201131599 ], [ -111.87575531520632, 38.151254463614329 ], [ -111.8804571690241, 38.151228322136042 ], [ -111.88465140050073, 38.151223841901142 ], [ -111.89002247591969, 38.151232830554058 ], [ -111.89673194859925, 38.151213337385371 ], [ -111.90571989659769, 38.15122998630595 ], [ -111.91446231031286, 38.151234340669703 ], [ -111.92261112457766, 38.151229190114279 ], [ -111.93102810416512, 38.151221348523855 ], [ -111.93135341018322, 38.15122417671094 ], [ -111.93507970482935, 38.151220703788503 ], [ -111.94826172389214, 38.151223160014702 ], [ -111.94974525461149, 38.151211172552358 ], [ -111.95127449003365, 38.151203302348101 ], [ -111.95128028326498, 38.150770661630879 ], [ -111.95134465157403, 38.146061174567571 ], [ -111.95825588790761, 38.146063570982591 ], [ -111.96652285161996, 38.146063424248794 ], [ -111.97398557759347, 38.146001774850561 ], [ -111.98268647778481, 38.145938310494287 ], [ -111.98636647054944, 38.145907462920491 ], [ -111.98921923509357, 38.145887976424163 ], [ -112.00074878296446, 38.145713698225691 ], [ -112.00329806468837, 38.145700961380435 ], [ -112.00603213606053, 38.145682080324647 ], [ -112.00762374476612, 38.14565491788732 ], [ -112.01272463733514, 38.145633576444368 ], [ -112.01763712074762, 38.145604633698994 ], [ -112.02205323258671, 38.145579805950632 ], [ -112.02240582150955, 38.145576737170039 ], [ -112.02391785729617, 38.145572577395811 ], [ -112.02520275782244, 38.145565874842823 ], [ -112.03037259236189, 38.145579214284396 ], [ -112.03469214282465, 38.145586301424487 ], [ -112.03684348660788, 38.145598872157095 ], [ -112.03920028474835, 38.145614091928216 ], [ -112.04278346356526, 38.145600357598795 ], [ -112.04826117738489, 38.145596656946864 ], [ -112.05311182350303, 38.145634374309282 ], [ -112.05371664695281, 38.14563345571613 ], [ -112.05730558392295, 38.145623732708536 ], [ -112.05807021911532, 38.145625859064538 ], [ -112.06094592991253, 38.145617941775349 ], [ -112.06095258650355, 38.146077509243106 ], [ -112.06094611865383, 38.147600647111531 ], [ -112.06094252307791, 38.149322029270657 ], [ -112.06184983499087, 38.14932284182936 ], [ -112.06586666414617, 38.149295468209054 ], [ -112.07034655619891, 38.149326823970597 ], [ -112.07472833018137, 38.149282302212185 ], [ -112.07863089895443, 38.149246525178143 ], [ -112.08719725279578, 38.149329758885109 ], [ -112.09245946036523, 38.149398087599145 ], [ -112.09671764123001, 38.149484572803232 ], [ -112.09768777674734, 38.149489027852916 ], [ -112.10060898441984, 38.149461688453002 ], [ -112.10512941940185, 38.149531892109259 ], [ -112.10774885854764, 38.149548670709294 ], [ -112.11489950511806, 38.149592758760392 ], [ -112.12083428106882, 38.149608367439065 ], [ -112.12351103496412, 38.149641370602268 ], [ -112.12577177688931, 38.149709844112515 ], [ -112.13131315387658, 38.149746717848082 ], [ -112.13415522974671, 38.149768873369375 ], [ -112.13607838097614, 38.149777322271405 ], [ -112.14045570817041, 38.149816006823556 ], [ -112.14577055784312, 38.14996254446411 ], [ -112.14958468152227, 38.150110022536055 ], [ -112.15104641936605, 38.150168704233515 ], [ -112.15282000853342, 38.150172937234288 ], [ -112.15567978273592, 38.150158348882513 ], [ -112.15621152835794, 38.15015311505104 ], [ -112.15840704575292, 38.150135985771371 ], [ -112.16606428379848, 38.150168354086929 ], [ -112.16924990192263, 38.150190754449476 ], [ -112.17242874540068, 38.150217642097523 ], [ -112.17647993474942, 38.150199659191735 ], [ -112.17946530106795, 38.15025983705177 ], [ -112.17956229261702, 38.150258862919031 ], [ -112.18288549328216, 38.150320066217439 ], [ -112.1844245864326, 38.150291035758421 ], [ -112.18824235761464, 38.150306543517061 ], [ -112.1954321415929, 38.150296663785667 ], [ -112.19865018054053, 38.150277381349987 ], [ -112.20338005559843, 38.150238022927802 ], [ -112.20741965078508, 38.150210078970446 ], [ -112.21285704025667, 38.150167568664436 ], [ -112.22043427599276, 38.150125119201292 ], [ -112.22555920226114, 38.150166376926187 ], [ -112.23025471891869, 38.150121788289034 ], [ -112.23291847043309, 38.15005780485113 ], [ -112.23439727059693, 38.150109861860329 ], [ -112.24870646547734, 38.149985623338878 ], [ -112.25074900919581, 38.149968393671578 ], [ -112.25110279386365, 38.149968230121019 ], [ -112.25121691347394, 38.149967915539804 ], [ -112.25198703973679, 38.149955201863939 ], [ -112.25604960710076, 38.149938858018302 ], [ -112.26177891332368, 38.149886453428863 ], [ -112.262474037264, 38.149892501074639 ], [ -112.26345540571866, 38.149886453265246 ], [ -112.26904153126564, 38.149870381930675 ], [ -112.2772300107234, 38.149872634153546 ], [ -112.28002600260268, 38.149869228721833 ], [ -112.28225710519696, 38.14986741977706 ], [ -112.28670678798301, 38.149800726992396 ], [ -112.28872140747225, 38.149819191137503 ], [ -112.29200200525936, 38.149792157334232 ], [ -112.29774895465833, 38.149836936561726 ], [ -112.30190746543795, 38.149826957592417 ], [ -112.30454915953008, 38.149811160328248 ], [ -112.30657029952607, 38.149811221452595 ], [ -112.30734635042624, 38.149811596905344 ], [ -112.31301750757173, 38.149766351202153 ], [ -112.31615544806965, 38.149740237343458 ], [ -112.32300198057507, 38.149690342744776 ], [ -112.32567779983327, 38.149669179548106 ], [ -112.32622556327694, 38.149667500930256 ], [ -112.32871319497013, 38.149652899662748 ], [ -112.33145192622551, 38.149639905125873 ], [ -112.33430549331106, 38.149666096379534 ], [ -112.33717195105598, 38.149773180212399 ], [ -112.33976416282847, 38.149860792820753 ], [ -112.34194520605273, 38.149930517093409 ], [ -112.34653485532921, 38.150032087833743 ], [ -112.3526022387119, 38.15012367769647 ], [ -112.36011149921022, 38.150118055793669 ], [ -112.36347214540208, 38.150101615551762 ], [ -112.36552626773305, 38.150095772485422 ], [ -112.36996556371929, 38.150089129080136 ], [ -112.37572958369581, 38.150129890673554 ], [ -112.37936303155652, 38.150055727058515 ], [ -112.38249140346653, 38.15006850644609 ], [ -112.38443121077569, 38.150113244475897 ], [ -112.38529852824108, 38.150112028542061 ], [ -112.38785373009843, 38.15005031656159 ], [ -112.39045567706845, 38.150046573743708 ], [ -112.39453535935921, 38.150034246434757 ], [ -112.3979588891782, 38.150025084113629 ], [ -112.40119432680194, 38.150027078383729 ], [ -112.40376851597303, 38.150063925745748 ], [ -112.40515505698666, 38.150060861316952 ], [ -112.40601666386169, 38.150059560622658 ], [ -112.40801441782162, 38.150031118838299 ], [ -112.40939454416657, 38.150050611285621 ], [ -112.40986241122157, 38.150048600002201 ], [ -112.41138596991317, 38.150049224119336 ], [ -112.4159335094996, 38.150035035152598 ], [ -112.41974608601933, 38.150020545844214 ], [ -112.4214965870059, 38.150012887611965 ], [ -112.42429940440988, 38.150010468895523 ], [ -112.42943908118328, 38.149988573406439 ], [ -112.4336099873565, 38.149973777513928 ], [ -112.43753602403744, 38.149984361172955 ], [ -112.44014390170689, 38.149992962237462 ], [ -112.44132556885802, 38.150018117590506 ], [ -112.44247295459203, 38.150040978541547 ], [ -112.44423528256438, 38.14999678796601 ], [ -112.44423686402921, 38.150076975177178 ], [ -112.44412909413121, 38.150399127164775 ], [ -112.44408245943855, 38.150638518218607 ], [ -112.44406354906354, 38.150837014398313 ], [ -112.44407325164732, 38.151039664706914 ], [ -112.44399398630898, 38.151360564810084 ], [ -112.44379431597184, 38.151363019886283 ], [ -112.44347546500872, 38.151398481602328 ], [ -112.44316775710277, 38.151420287537569 ], [ -112.44292315769891, 38.15145934121302 ], [ -112.44252363878221, 38.151455237592465 ], [ -112.44210725900909, 38.151406279749608 ], [ -112.44177488046881, 38.151392337060976 ], [ -112.44151245622167, 38.151395558706731 ], [ -112.44096951782309, 38.151352656296005 ], [ -112.44077757946896, 38.151400071291562 ], [ -112.44057327852501, 38.151515227524818 ], [ -112.44039320334331, 38.151643604236696 ], [ -112.44004419513399, 38.15188670222512 ], [ -112.43960479128449, 38.152175967324105 ], [ -112.43935125682383, 38.152341290921193 ], [ -112.43914826905277, 38.152465440583924 ], [ -112.43890622117951, 38.152576550540743 ], [ -112.43854129893757, 38.152707189271553 ], [ -112.43831547938854, 38.152773039287794 ], [ -112.43807131495664, 38.152834607535304 ], [ -112.43786699664602, 38.152891181396832 ], [ -112.4375317281971, 38.152962875997616 ], [ -112.43723060072121, 38.153029645803358 ], [ -112.43685434321991, 38.153106346130826 ], [ -112.43650836175523, 38.153155638935488 ], [ -112.43618423562839, 38.153213675418641 ], [ -112.43583158378181, 38.153272059801971 ], [ -112.43543293774862, 38.153312981384765 ], [ -112.43509713500686, 38.153357639625433 ], [ -112.43468049018139, 38.153353718676044 ], [ -112.43445756978365, 38.153334813189815 ], [ -112.4342160050915, 38.153296308614877 ], [ -112.43394385106075, 38.153327569391379 ], [ -112.4336669324031, 38.153465229184199 ], [ -112.43348148780342, 38.153611684913116 ], [ -112.43333527252041, 38.153721613569886 ], [ -112.43319467370448, 38.153826967503825 ], [ -112.43304275246516, 38.153936965438646 ], [ -112.43289680035662, 38.15406040832567 ], [ -112.43279069540249, 38.154178858855843 ], [ -112.43267923758057, 38.154315398575939 ], [ -112.43249599231478, 38.154574475788564 ], [ -112.43238488588432, 38.154729034920251 ], [ -112.43224157482278, 38.15498762461133 ], [ -112.4321438998556, 38.155187079634203 ], [ -112.43208958396625, 38.15538600579611 ], [ -112.43209275616121, 38.155548182893199 ], [ -112.43213674622828, 38.155754922118867 ], [ -112.4321758289712, 38.156060853028819 ], [ -112.43216707580248, 38.156371873330315 ], [ -112.43220589929578, 38.156722867288913 ], [ -112.43226402859133, 38.157010541839057 ], [ -112.43239009858989, 38.157328929553252 ], [ -112.43252625824303, 38.157579604136117 ], [ -112.43263283396934, 38.157776567577876 ], [ -112.43273546815671, 38.158063698841019 ], [ -112.43277366816895, 38.158266002373679 ], [ -112.43285471626001, 38.158616480763868 ], [ -112.43294565945483, 38.158889335274665 ], [ -112.43307939919768, 38.159307661505402 ], [ -112.43322100601797, 38.159544750705884 ], [ -112.43334664382418, 38.159840612522281 ], [ -112.43337440577405, 38.16009260908627 ], [ -112.43342675459819, 38.160434425289225 ], [ -112.43352010200086, 38.160829812806988 ], [ -112.43361300933601, 38.161202675644951 ], [ -112.4337511219903, 38.161552456474773 ], [ -112.43386026621862, 38.161880060913937 ], [ -112.43403111548422, 38.162152839797137 ], [ -112.43424619973518, 38.16235298229843 ], [ -112.43452325395573, 38.162511813431962 ], [ -112.43475510471899, 38.162693726183313 ], [ -112.43494164594279, 38.162893314930933 ], [ -112.43502649060146, 38.163145514529518 ], [ -112.43501343593775, 38.163352949476064 ], [ -112.4349099709396, 38.163606549164612 ], [ -112.43481035659669, 38.163765475983389 ], [ -112.43466551872778, 38.163946584016863 ], [ -112.43448603870067, 38.164107387554971 ], [ -112.43428362836622, 38.164263063734651 ], [ -112.43399107003096, 38.164478418371765 ], [ -112.43378506968534, 38.164742281218643 ], [ -112.43359933275437, 38.164875222695919 ], [ -112.43321994548414, 38.165028551704708 ], [ -112.43301611863563, 38.165112147220178 ], [ -112.43277270226237, 38.165214249421275 ], [ -112.43243843031969, 38.165339989480557 ], [ -112.43218957082365, 38.165455674843734 ], [ -112.43179191377071, 38.16555064428043 ], [ -112.43133666692141, 38.165619278495093 ], [ -112.43084094862274, 38.165661368214536 ], [ -112.43049367420545, 38.165706153440617 ], [ -112.43002745307734, 38.165797446227543 ], [ -112.4294773119948, 38.165975372633035 ], [ -112.42929612629965, 38.166049674108862 ], [ -112.42905340512094, 38.166187808082185 ], [ -112.42888424625951, 38.16629350446464 ], [ -112.42852898467075, 38.166514114624476 ], [ -112.42830802984169, 38.166597910397812 ], [ -112.42793906747337, 38.166701529764495 ], [ -112.42758520123685, 38.166701326712193 ], [ -112.42724792615589, 38.166673884992882 ], [ -112.42661454876125, 38.166681582237231 ], [ -112.42638788501523, 38.166765443776697 ], [ -112.42616833146596, 38.166921314335823 ], [ -112.42593931330518, 38.167177332372482 ], [ -112.42574449543767, 38.167431132290851 ], [ -112.42555450489277, 38.167639813394452 ], [ -112.42532003939274, 38.167909414327497 ], [ -112.42511355939369, 38.168150738000485 ], [ -112.42485194529478, 38.168491862121392 ], [ -112.42467803228716, 38.168705753891103 ], [ -112.42456162201492, 38.168824322007346 ], [ -112.42444415779921, 38.168947408782707 ], [ -112.42424407976243, 38.169224701164474 ], [ -112.42401643288483, 38.169551893430402 ], [ -112.4237760565298, 38.169811649800515 ], [ -112.42352953392734, 38.170048950260671 ], [ -112.42329459776361, 38.170295121729652 ], [ -112.42303525745544, 38.170460480735976 ], [ -112.42271911452286, 38.170640045439015 ], [ -112.42245467824362, 38.170837006833025 ], [ -112.42249469680361, 38.171133917162621 ], [ -112.42257975452786, 38.171398739862894 ], [ -112.42272152755081, 38.171644851314198 ], [ -112.42274276389713, 38.171856375355077 ], [ -112.42267778925788, 38.172037402129661 ], [ -112.42254635015202, 38.172322871846596 ], [ -112.42246091577442, 38.172567230187767 ], [ -112.42244703359911, 38.172792697676265 ], [ -112.42244666926022, 38.173067567229992 ], [ -112.42244007284425, 38.173315476360415 ], [ -112.4224906304985, 38.173567199026635 ], [ -112.42258104762999, 38.173813932728187 ], [ -112.42273502736624, 38.17410044999508 ], [ -112.42290709220023, 38.174436313693 ], [ -112.42298820122807, 38.174791303458512 ], [ -112.42301408339051, 38.175241588178444 ], [ -112.42306490742521, 38.175506825217241 ], [ -112.42309272931965, 38.175763329062121 ], [ -112.42307946440663, 38.175961753117612 ], [ -112.42310228074966, 38.1762543654769 ], [ -112.42314151689953, 38.176510730922786 ], [ -112.4232272849231, 38.176811592112685 ], [ -112.42330069328651, 38.177063938443709 ], [ -112.4233641432638, 38.177391204750336 ], [ -112.42343261712686, 38.177683263432137 ], [ -112.42351654701434, 38.177889521002776 ], [ -112.423623919064, 38.178127036124501 ], [ -112.42375350619071, 38.178332739868139 ], [ -112.42383357204808, 38.178633669640973 ], [ -112.42387132165798, 38.178813451067867 ], [ -112.42394717223554, 38.179191033526735 ], [ -112.42404690448633, 38.179622398003225 ], [ -112.42407271474082, 38.179775288265141 ], [ -112.42411178115475, 38.180022643300838 ], [ -112.42417560610532, 38.180368829533116 ], [ -112.42423216322656, 38.180634897439454 ], [ -112.42428411879597, 38.180957796467055 ], [ -112.42420465028037, 38.181274179061646 ], [ -112.42409041124445, 38.181563947490012 ], [ -112.42387545701705, 38.181958574849212 ], [ -112.4235175541681, 38.182341417239456 ], [ -112.42331146719377, 38.182605262663564 ], [ -112.42316078708787, 38.182782822494936 ], [ -112.42299324704091, 38.182974104425568 ], [ -112.42274095390239, 38.183210571830706 ], [ -112.42252162447902, 38.183380852002657 ], [ -112.42223466333675, 38.183596109691756 ], [ -112.42194015385158, 38.183716832564926 ], [ -112.42168428207478, 38.183769497142002 ], [ -112.42133085794246, 38.183796306371448 ], [ -112.42106899786438, 38.183834622978331 ], [ -112.42073885800428, 38.183884579671535 ], [ -112.4203856078521, 38.183920395912473 ], [ -112.42000987730248, 38.183974506921778 ], [ -112.41953123676051, 38.184020849144488 ], [ -112.41895029792724, 38.184090955784718 ], [ -112.41860345223277, 38.184162737102426 ], [ -112.41830945836745, 38.184310480561074 ], [ -112.41816903605493, 38.184487910126265 ], [ -112.41806133783777, 38.184763174607014 ], [ -112.41795623101278, 38.184936572552253 ], [ -112.41778751961296, 38.185068382344689 ], [ -112.41756887145873, 38.185274692943288 ], [ -112.4173216666514, 38.18548044670105 ], [ -112.41710818237554, 38.185658757033529 ], [ -112.41677070022132, 38.185919671085095 ], [ -112.41648777203186, 38.186108731484779 ], [ -112.41633091417522, 38.18620434834336 ], [ -112.41598710848827, 38.186433794593405 ], [ -112.41573412569369, 38.186577432209859 ], [ -112.41553634485487, 38.186682553468202 ], [ -112.41531452135662, 38.186784359467019 ], [ -112.41512159277697, 38.186845262937283 ], [ -112.41476479609889, 38.186993754600771 ], [ -112.41454437350296, 38.187109060209202 ], [ -112.41423463914047, 38.18727050113646 ], [ -112.41392331708411, 38.187468008209173 ], [ -112.41366908052736, 38.18760624933158 ], [ -112.41349343620453, 38.187734531698716 ], [ -112.41324068768496, 38.187890777900947 ], [ -112.41296492276018, 38.188096866360098 ], [ -112.41266538512255, 38.188254575666285 ], [ -112.41248402263396, 38.1883234464146 ], [ -112.41227432943474, 38.188403472056962 ], [ -112.41198021192031, 38.188487216358972 ], [ -112.41161358349906, 38.18854119118798 ], [ -112.41123818107856, 38.188554716531158 ], [ -112.41097553314064, 38.188553367597905 ], [ -112.41074713228672, 38.18855160653429 ], [ -112.41050809775835, 38.188590526610824 ], [ -112.41037944105106, 38.188728152946524 ], [ -112.41021867374333, 38.188977011983873 ], [ -112.4101670678732, 38.189261508623005 ], [ -112.41017575527408, 38.189712002229967 ], [ -112.41017447796456, 38.189941822521163 ], [ -112.4101291874554, 38.190257785097479 ], [ -112.41012388226272, 38.190515590820965 ], [ -112.41012292275107, 38.190821107708132 ], [ -112.41007563351015, 38.191033456727929 ], [ -112.4100459894261, 38.191272629653916 ], [ -112.41000458152909, 38.19149391994717 ], [ -112.40995167033937, 38.191710842403062 ], [ -112.4099266913607, 38.191895887511727 ], [ -112.40981695897729, 38.192127010260194 ], [ -112.40967981426316, 38.192417039791764 ], [ -112.4095130854903, 38.192653352643028 ], [ -112.40929005522101, 38.192930894968583 ], [ -112.4090452452396, 38.193204192316202 ], [ -112.40881976785657, 38.193414173461086 ], [ -112.40858868111141, 38.193570149754272 ], [ -112.40829436867439, 38.193704354220337 ], [ -112.40789739305987, 38.193844295240737 ], [ -112.40770409253011, 38.193887167181266 ], [ -112.40736843170812, 38.193949769523805 ], [ -112.40707824582006, 38.194001912691895 ], [ -112.40671994141343, 38.194074697747695 ], [ -112.40645822666394, 38.194122893425941 ], [ -112.40620256642713, 38.194189039908878 ], [ -112.40603227039328, 38.194240645493451 ], [ -112.40586266710108, 38.194328290360836 ], [ -112.40569029993658, 38.194569171334749 ], [ -112.40563633460998, 38.194732032737612 ], [ -112.40559335272235, 38.194872232712022 ], [ -112.40551162457614, 38.195075980273756 ], [ -112.40529561234649, 38.195363344189474 ], [ -112.40510452381075, 38.195581017328465 ], [ -112.40482273889981, 38.195773640908023 ], [ -112.40457380181773, 38.195952352859173 ], [ -112.40428703194713, 38.196123406115298 ], [ -112.40408350018406, 38.196228577018786 ], [ -112.40380542896668, 38.196317516270049 ], [ -112.40357864688102, 38.196401335650783 ], [ -112.40330662873974, 38.196508225262569 ], [ -112.4029652433004, 38.196570883533234 ], [ -112.40259469245694, 38.196601446254853 ], [ -112.40222893385481, 38.196584187196031 ], [ -112.40201728749965, 38.196564185275406 ], [ -112.40184196540557, 38.196651892675554 ], [ -112.40175451636705, 38.196855705972773 ], [ -112.4017062492172, 38.19701849754253 ], [ -112.40163030285788, 38.197226679367127 ], [ -112.4015374894894, 38.197448580455578 ], [ -112.40143905335422, 38.197675054572642 ], [ -112.40131864577012, 38.197946850667321 ], [ -112.40116312209602, 38.198174006020011 ], [ -112.40100595706792, 38.198315567184274 ], [ -112.40081481803058, 38.198412473793631 ], [ -112.40055920402975, 38.198541691216178 ], [ -112.40029296834346, 38.198653010881578 ], [ -112.4000493939627, 38.198755047715736 ], [ -112.39969813028969, 38.198898921969125 ], [ -112.39943708318613, 38.198983141971105 ], [ -112.39925552607839, 38.199043884003487 ], [ -112.39877244189891, 38.19916229087773 ], [ -112.3984252449448, 38.199220499303962 ], [ -112.39806585454568, 38.199238298128051 ], [ -112.3978455406035, 38.199362583270847 ], [ -112.39778610416752, 38.199539024178087 ], [ -112.39770492860539, 38.200071696147539 ], [ -112.39764070800446, 38.200356337393607 ], [ -112.39756847253635, 38.200699651724577 ], [ -112.39748195439391, 38.200953016494161 ], [ -112.39735495686693, 38.201179827211099 ], [ -112.39713157915612, 38.201442931589327 ], [ -112.39685105910272, 38.201704011958498 ], [ -112.39670807336675, 38.20193101222916 ], [ -112.39658572503932, 38.202162272765136 ], [ -112.39644842368001, 38.202447782779245 ], [ -112.39632305563133, 38.202760186533645 ], [ -112.39620052638119, 38.203221253592488 ], [ -112.39609116455205, 38.203474889003374 ], [ -112.39591986262224, 38.2037743206835 ], [ -112.39572694454705, 38.20413799399342 ], [ -112.39558987718961, 38.204436116913172 ], [ -112.39548794101307, 38.20477978296023 ], [ -112.39540772247835, 38.205064613055001 ], [ -112.39532059003898, 38.205286441624345 ], [ -112.39524547753899, 38.205539669073438 ], [ -112.3952273020649, 38.205784108947803 ], [ -112.39520131877377, 38.205918695838008 ], [ -112.39505434035102, 38.205997044336584 ], [ -112.39473998772421, 38.20598275609904 ], [ -112.39439105308301, 38.205951755130471 ], [ -112.39360783800616, 38.205906083702033 ], [ -112.39323077011763, 38.205897041971426 ], [ -112.39293431862879, 38.205923090191995 ], [ -112.39270620622125, 38.205939314891097 ], [ -112.3922836358243, 38.205939821946359 ], [ -112.39199920289718, 38.205997267081969 ], [ -112.39163518297021, 38.206073679035164 ], [ -112.39136268210441, 38.206158017025139 ], [ -112.39118084299044, 38.20620523208671 ], [ -112.39084605339069, 38.206317342970806 ], [ -112.39053437420795, 38.206443598253394 ], [ -112.39029091420807, 38.206553724393963 ], [ -112.3898387105539, 38.206797896383854 ], [ -112.38968618643511, 38.206885315818411 ], [ -112.38945481628393, 38.207090823798588 ], [ -112.3892988369615, 38.207236861325995 ], [ -112.38915910016306, 38.207396224348429 ], [ -112.38883394956753, 38.207715490361537 ], [ -112.38867060275506, 38.207834578374218 ], [ -112.38846609117201, 38.207891069441885 ], [ -112.38815949433634, 38.207984815313957 ], [ -112.38777875966413, 38.208083942935481 ], [ -112.3875179221276, 38.208181652085948 ], [ -112.38731392177024, 38.208265170971103 ], [ -112.38697971508083, 38.20840880584322 ], [ -112.38678424414999, 38.208640920249202 ], [ -112.3865877462207, 38.208818974745739 ], [ -112.386390392647, 38.208951979257932 ], [ -112.38612546419243, 38.209135347206036 ], [ -112.38592282659498, 38.209290943219138 ], [ -112.38570737085837, 38.209433172283255 ], [ -112.38543846917631, 38.209648127431834 ], [ -112.38527068392943, 38.209834852778172 ], [ -112.38500609100103, 38.210036238161308 ], [ -112.3847120095231, 38.210188405101746 ], [ -112.38448081791735, 38.210344335497396 ], [ -112.38417591219078, 38.210528170612221 ], [ -112.38390398297194, 38.210644026493995 ], [ -112.38367662107464, 38.210700778684135 ], [ -112.38343204457257, 38.210753227359078 ], [ -112.3831647143666, 38.210810449637862 ], [ -112.38276120441388, 38.210914335449232 ], [ -112.38242535703142, 38.210972363211596 ], [ -112.38208388462357, 38.211034962227181 ], [ -112.38180521807789, 38.211096820881885 ], [ -112.38155544017719, 38.211176362756063 ], [ -112.38131120108645, 38.21124682696464 ], [ -112.38105494608338, 38.211285890210284 ], [ -112.38083823301839, 38.211301957832966 ], [ -112.38060493685036, 38.211286678272963 ], [ -112.38034600748011, 38.211244663837256 ], [ -112.38004731655303, 38.211153550581621 ], [ -112.3797032040856, 38.211076488416104 ], [ -112.37932500432777, 38.211008837770706 ], [ -112.37904922227447, 38.210921057522427 ], [ -112.37857790131949, 38.21076077415367 ], [ -112.37818206535663, 38.210666291064449 ], [ -112.37788976859426, 38.210611145023947 ], [ -112.37759201739924, 38.210569580205672 ], [ -112.37727159775997, 38.210537292578806 ], [ -112.37695168772889, 38.210532033973124 ], [ -112.37662069790842, 38.210544928361266 ], [ -112.37627274869088, 38.210567032632454 ], [ -112.37599356957762, 38.210601847640667 ], [ -112.37576032190033, 38.210649641571699 ], [ -112.37549307033132, 38.210711351468788 ], [ -112.37528325415298, 38.210790411725334 ], [ -112.37501642550475, 38.210874645486967 ], [ -112.37474993525581, 38.210976898602098 ], [ -112.37442046811717, 38.211070876608993 ], [ -112.37413786381953, 38.211227388793468 ], [ -112.37386054450177, 38.211361308540724 ], [ -112.37352050180236, 38.211500467623857 ], [ -112.37318616752826, 38.211639558943851 ], [ -112.37287864626836, 38.211746793837094 ], [ -112.3725729848602, 38.211831476277503 ], [ -112.3722482054078, 38.21187132163427 ], [ -112.37190646544393, 38.211920376296369 ], [ -112.37155326281932, 38.212028141661634 ], [ -112.37131848340151, 38.212238160012234 ], [ -112.37104804820868, 38.212435076455172 ], [ -112.37076082014399, 38.212650212320312 ], [ -112.37054109447755, 38.212810487529637 ], [ -112.37014296099512, 38.213202650099817 ], [ -112.36979033357012, 38.213585268297848 ], [ -112.36956641309031, 38.213826698295748 ], [ -112.36927985064243, 38.214077870633609 ], [ -112.36906726249174, 38.214314661497276 ], [ -112.36881394348829, 38.214511373173082 ], [ -112.36832735710195, 38.214755863786117 ], [ -112.36812894130489, 38.214834778428617 ], [ -112.36781128956996, 38.214951130179131 ], [ -112.36753914834395, 38.215057938862415 ], [ -112.36729530353662, 38.215150899346646 ], [ -112.36704559632592, 38.215235816842906 ], [ -112.36664075659786, 38.215271172058181 ], [ -112.36625734126822, 38.215230576013177 ], [ -112.36553501322825, 38.21508577866777 ], [ -112.36519803723274, 38.215085192682515 ], [ -112.36493050740445, 38.215133363946642 ], [ -112.36478986042125, 38.215247649005384 ], [ -112.36463334504538, 38.215429708115238 ], [ -112.36460992766786, 38.215704845238911 ], [ -112.36465167747809, 38.216105392142168 ], [ -112.3646135699553, 38.216511373477218 ], [ -112.36449937863442, 38.216819107755406 ], [ -112.36439425091763, 38.217000569102957 ], [ -112.36418163844199, 38.217237351459659 ], [ -112.36400933260336, 38.217491688934899 ], [ -112.36383139944667, 38.217750597525125 ], [ -112.36351586527843, 38.218042646346845 ], [ -112.36317179148374, 38.218213364340656 ], [ -112.36284345274862, 38.218370380682565 ], [ -112.36256176903758, 38.218517842529003 ], [ -112.36241425952753, 38.218632204419627 ], [ -112.36227360194418, 38.218746486596864 ], [ -112.36204468652258, 38.219028514124552 ], [ -112.36186682672059, 38.219291924876238 ], [ -112.36166142143246, 38.219609726690926 ], [ -112.36148347491191, 38.219868631883287 ], [ -112.36129430748578, 38.220199762622947 ], [ -112.36114596871987, 38.22045381790462 ], [ -112.36094517645867, 38.22071298722279 ], [ -112.3607409382418, 38.221093857583831 ], [ -112.36064696454625, 38.221261668301899 ], [ -112.36042987578415, 38.221566085449609 ], [ -112.36024654529896, 38.221843075072002 ], [ -112.36005632845927, 38.222057060506309 ], [ -112.35978822672271, 38.222321513798128 ], [ -112.35945535726266, 38.222604740629457 ], [ -112.35907836125074, 38.222911007408612 ], [ -112.35875342868235, 38.2232527180688 ], [ -112.35848350539749, 38.223481141655327 ], [ -112.35825800951184, 38.223641460796223 ], [ -112.35795894324052, 38.223838678606761 ], [ -112.35762736942516, 38.224130897246788 ], [ -112.35738284799248, 38.224435626098263 ], [ -112.35716367338104, 38.224690495577221 ], [ -112.35706035809353, 38.22497106088808 ], [ -112.35720488674257, 38.225064015143921 ], [ -112.35756759991754, 38.2252175292858 ], [ -112.35791184183239, 38.225299160376196 ], [ -112.35833670673064, 38.22541590516775 ], [ -112.35877316230533, 38.225541526169359 ], [ -112.3592439684187, 38.225671253677547 ], [ -112.35942201174137, 38.225723263213411 ], [ -112.3597435821939, 38.225814163448334 ], [ -112.36009419448266, 38.225930860892952 ], [ -112.36042182999809, 38.226040614062299 ], [ -112.36070888577923, 38.22611839378272 ], [ -112.36105960175077, 38.226240494282557 ], [ -112.36131239344734, 38.226318669876797 ], [ -112.36149648661092, 38.226388629961399 ], [ -112.36185283206272, 38.226506156783294 ], [ -112.36219239874347, 38.226642802355578 ], [ -112.36263508321676, 38.226795372408525 ], [ -112.36291839936405, 38.22691734863767 ], [ -112.36323440428357, 38.227076794648283 ], [ -112.36354102242197, 38.227284112171056 ], [ -112.36377845402485, 38.227457086287536 ], [ -112.36403940398867, 38.227665834346915 ], [ -112.36430741311646, 38.2279465953048 ], [ -112.36446496130914, 38.228124101387579 ], [ -112.36467026983716, 38.228411898802193 ], [ -112.36477005233537, 38.228554929567046 ], [ -112.36497539699626, 38.228844528378701 ], [ -112.365204699584, 38.229193326928915 ], [ -112.36535093148957, 38.229376370556523 ], [ -112.36555024952462, 38.229648915716247 ], [ -112.36565540965246, 38.229773859219378 ], [ -112.36584263341216, 38.230010496824377 ], [ -112.36599449552601, 38.230188968105587 ], [ -112.36616382920704, 38.230385259671614 ], [ -112.36634492348126, 38.230599437934508 ], [ -112.36664159305523, 38.230884365565331 ], [ -112.36686871755194, 38.23111603081562 ], [ -112.36709694001598, 38.23140626041026 ], [ -112.36734741906663, 38.231664688438144 ], [ -112.36762175784688, 38.2319769094726 ], [ -112.36782621223743, 38.232217848906259 ], [ -112.3681517044232, 38.23251595451093 ], [ -112.36830290208216, 38.232658382661718 ], [ -112.36860965946886, 38.232871092013411 ], [ -112.36893926435415, 38.233083534027507 ], [ -112.36925668788029, 38.233255563526839 ], [ -112.36952774522348, 38.23339208552968 ], [ -112.36982702278858, 38.233510253630051 ], [ -112.37014445021998, 38.233682280641041 ], [ -112.37039342586205, 38.233859612110628 ], [ -112.37063588720682, 38.234055042983499 ], [ -112.37081116582894, 38.234201692513679 ], [ -112.37103763715491, 38.234397309309649 ], [ -112.37125353275106, 38.234638108875977 ], [ -112.37142843333595, 38.234825315547198 ], [ -112.37152294963499, 38.234990931625155 ], [ -112.37167140987248, 38.235291096022827 ], [ -112.37172023448797, 38.235457245982992 ], [ -112.37185105371799, 38.235730580542153 ], [ -112.37191282619888, 38.235977686381233 ], [ -112.37194202234024, 38.236315292288751 ], [ -112.37192196942974, 38.236464223502431 ], [ -112.37165263318128, 38.236724211839281 ], [ -112.37141570351525, 38.236884689662794 ], [ -112.37119514644726, 38.237004422038424 ], [ -112.3710761730124, 38.23711846121423 ], [ -112.37114530600253, 38.237392517190095 ], [ -112.37124866797326, 38.237724750652241 ], [ -112.37134344171076, 38.237903881651533 ], [ -112.37147350246342, 38.238136671709434 ], [ -112.37158507422738, 38.238297582324371 ], [ -112.37180500218419, 38.23844821426777 ], [ -112.37217989628328, 38.238636686296964 ], [ -112.37245687738515, 38.238783045075081 ], [ -112.37277852101025, 38.238873907997061 ], [ -112.37299794472681, 38.238997507794664 ], [ -112.37318394529878, 38.239166557894485 ], [ -112.37335137013673, 38.239259223763405 ], [ -112.37362613481146, 38.239287549517762 ], [ -112.37391122119479, 38.23925717630064 ], [ -112.37420193440757, 38.239222230539298 ], [ -112.37467978236438, 38.239112996646931 ], [ -112.37478839305902, 38.23911623022785 ], [ -112.37480790443036, 38.239242168510707 ], [ -112.37468000921307, 38.239428411163935 ], [ -112.37476993016081, 38.239652655710522 ], [ -112.37483027374424, 38.23982317519652 ], [ -112.37493111044989, 38.240020255955628 ], [ -112.37506186542851, 38.240289081381093 ], [ -112.37514104366294, 38.240549499146383 ], [ -112.37527570493781, 38.241025552597293 ], [ -112.3753222252944, 38.241371966138892 ], [ -112.37527675852844, 38.241687916054111 ], [ -112.37524766380223, 38.241963120447515 ], [ -112.37526273801396, 38.242156699947472 ], [ -112.37558106507818, 38.242373760668286 ], [ -112.37590759119344, 38.242419498010953 ], [ -112.37610117122647, 38.242444263794667 ], [ -112.37638382282708, 38.242526561967793 ], [ -112.37673353857912, 38.242590048822777 ], [ -112.37710601854306, 38.242648761524194 ], [ -112.37730048693095, 38.24265999702677 ], [ -112.37750620963817, 38.242662088180474 ], [ -112.37769581630238, 38.242718439656635 ], [ -112.37788644382556, 38.24282885030415 ], [ -112.37815823332586, 38.243001390824084 ], [ -112.37848245489536, 38.243227386232832 ], [ -112.3787314835271, 38.243404698726252 ], [ -112.37913895051206, 38.243742363014356 ], [ -112.37935239624736, 38.243911080444583 ], [ -112.37960748221711, 38.244106343638478 ], [ -112.37974133415331, 38.244235442515986 ], [ -112.37984688065914, 38.244378391946405 ], [ -112.37990161314866, 38.244553480514519 ], [ -112.37992950497875, 38.244819904952877 ], [ -112.37996392714142, 38.245129509723043 ], [ -112.38001499265742, 38.245412784203459 ], [ -112.38007211175842, 38.245714011258904 ], [ -112.38015429616543, 38.246132098213728 ], [ -112.38025038116065, 38.246378795393753 ], [ -112.38035853871504, 38.246719975449324 ], [ -112.38047520614363, 38.247088090971104 ], [ -112.38058365611629, 38.247384207813667 ], [ -112.38062457926809, 38.247735190492016 ], [ -112.38062977845073, 38.248009992312937 ], [ -112.38070037334927, 38.248419203152146 ], [ -112.38074909061868, 38.248819659458064 ], [ -112.38077255318629, 38.249274484297736 ], [ -112.38081376862863, 38.249580403855461 ], [ -112.38085392716498, 38.24989084176827 ], [ -112.38085580198054, 38.250291849168562 ], [ -112.38085853011847, 38.25043600742552 ], [ -112.38083823669012, 38.250571424706173 ], [ -112.38083363221736, 38.25063005622512 ], [ -112.38074069222468, 38.250851941402978 ], [ -112.3805405721092, 38.251147182777004 ], [ -112.38037372174217, 38.25138886222625 ], [ -112.38017264429625, 38.251633647610852 ], [ -112.37992050749999, 38.251897958127465 ], [ -112.37962283608617, 38.252171815404395 ], [ -112.37932465144949, 38.252418642274918 ], [ -112.37910022206171, 38.25263756583923 ], [ -112.37862833713497, 38.253066670339955 ], [ -112.37831353418106, 38.253341626788895 ], [ -112.37790907332797, 38.253710457854787 ], [ -112.37760482332922, 38.253939327816475 ], [ -112.37721674644075, 38.254268311804779 ], [ -112.37692476835488, 38.254542095445061 ], [ -112.37663244805809, 38.254797858587231 ], [ -112.3761987421246, 38.255131880519869 ], [ -112.3759690067573, 38.255373390095258 ], [ -112.3757048209186, 38.255606291261486 ], [ -112.37558591016595, 38.255724840050497 ], [ -112.37541308664544, 38.255893586141575 ], [ -112.37518377091602, 38.256157619001684 ], [ -112.3748806908299, 38.256449551488217 ], [ -112.37464489417923, 38.256673105717546 ], [ -112.37431802309666, 38.25691575007302 ], [ -112.37396326212634, 38.257194767699197 ], [ -112.37364099696291, 38.257378778933614 ], [ -112.37332291689623, 38.257481633257122 ], [ -112.37304960986737, 38.257534397358135 ], [ -112.37270655555022, 38.25752489359536 ], [ -112.37236265377571, 38.257470339266348 ], [ -112.37198976221481, 38.257393593179486 ], [ -112.37173786765327, 38.257369502729503 ], [ -112.37142448179517, 38.257418225666775 ], [ -112.37116069731553, 38.257673641724743 ], [ -112.37098934091406, 38.257982048584999 ], [ -112.37090241409548, 38.258221879512732 ], [ -112.37082253775831, 38.258532821965147 ], [ -112.37073609247763, 38.258859161317119 ], [ -112.37051394526674, 38.259141125147067 ], [ -112.37023677811864, 38.259293058664042 ], [ -112.3698041611823, 38.259383723245591 ], [ -112.36936447647309, 38.259402373569635 ], [ -112.36902898713932, 38.259491901663218 ], [ -112.36885910400699, 38.259574990854858 ], [ -112.36841852162914, 38.259850487126052 ], [ -112.36820025723931, 38.260096353748466 ], [ -112.36803870457089, 38.260319028983439 ], [ -112.36799159152024, 38.260549381621793 ], [ -112.36794608348332, 38.260865328514143 ], [ -112.36787679122692, 38.26113198725686 ], [ -112.36777363900487, 38.261421570423266 ], [ -112.36771962815445, 38.261588920085003 ], [ -112.36750493384108, 38.262330397868986 ], [ -112.36740799909316, 38.262646943886885 ], [ -112.36734030806561, 38.262999196568309 ], [ -112.36728882882451, 38.263301694865874 ], [ -112.36717652395016, 38.263713044630563 ], [ -112.36706464009853, 38.264146919088482 ], [ -112.36693654211143, 38.264630547722632 ], [ -112.36688086615904, 38.26501420167763 ], [ -112.36680182723393, 38.265371092101411 ], [ -112.36656423098584, 38.265806430480659 ], [ -112.36634796876847, 38.266160412922567 ], [ -112.36612302267683, 38.266600109006902 ], [ -112.3658398961484, 38.267107169955302 ], [ -112.36557511399707, 38.26755634061324 ], [ -112.36520274195786, 38.26812031245192 ], [ -112.36482315303935, 38.268665442095759 ], [ -112.36440461721267, 38.26920651751503 ], [ -112.36410481159737, 38.269678621844285 ], [ -112.36386743861446, 38.270127469901944 ], [ -112.3636792172876, 38.270454085718526 ], [ -112.36344645854072, 38.270844302027577 ], [ -112.36321983292339, 38.271256976308635 ], [ -112.36306555576252, 38.271565172920702 ], [ -112.36279354675781, 38.271996397413936 ], [ -112.36251422048697, 38.272342093373929 ], [ -112.36227858776775, 38.272579138721724 ], [ -112.36198698616407, 38.272879916559972 ], [ -112.36167790185628, 38.273162872835577 ], [ -112.36133511634651, 38.273477760962699 ], [ -112.36099720153192, 38.273747532180316 ], [ -112.360817444563, 38.273916337253382 ], [ -112.36069399254244, 38.274039429595959 ], [ -112.36035548433232, 38.274277664274003 ], [ -112.36003376501115, 38.274496778396887 ], [ -112.35966089701871, 38.27473180466253 ], [ -112.35917556296405, 38.275066362321368 ], [ -112.35874535695552, 38.275292136921834 ], [ -112.35823026593525, 38.275563952174863 ], [ -112.35791376258388, 38.275756865676051 ], [ -112.35749506203599, 38.275987008482851 ], [ -112.3570932517291, 38.276203436594528 ], [ -112.35662874332299, 38.27642960029349 ], [ -112.35648754858033, 38.276521351833708 ], [ -112.3562215483341, 38.276664111470325 ], [ -112.35591562664648, 38.276811837875485 ], [ -112.35557784376647, 38.277090603937815 ], [ -112.35529140890947, 38.277364269882717 ], [ -112.35497059846844, 38.277633826241576 ], [ -112.35468838394351, 38.277827236235098 ], [ -112.35438441750229, 38.278019094311503 ], [ -112.35407884966874, 38.278247918801057 ], [ -112.35382005940282, 38.278471696731806 ], [ -112.35349965690052, 38.278763774084354 ], [ -112.35323556614811, 38.279010141588955 ], [ -112.35300517876055, 38.279224578203277 ], [ -112.3528590950566, 38.279361441192037 ], [ -112.35251102876174, 38.279703400223561 ], [ -112.35222423788758, 38.279959039058802 ], [ -112.35196186647892, 38.280236925468259 ], [ -112.35165223741291, 38.280555909272522 ], [ -112.35138375518761, 38.280874418259387 ], [ -112.35109837545151, 38.281206639069417 ], [ -112.35089225538577, 38.281497393016956 ], [ -112.35069798170463, 38.281810539895631 ], [ -112.35053833217307, 38.282141311586919 ], [ -112.35043904580101, 38.282336209996188 ], [ -112.3503453907892, 38.28252653755618 ], [ -112.35008686719193, 38.283074731801051 ], [ -112.34986121391856, 38.283545946260809 ], [ -112.3497518279778, 38.283813055300215 ], [ -112.34957170255858, 38.284211650301124 ], [ -112.34946755437106, 38.284514746304431 ], [ -112.34932529046598, 38.284858834088219 ], [ -112.34923778662642, 38.285134702786621 ], [ -112.3491429720661, 38.285509786115753 ], [ -112.34906724830168, 38.285804444117176 ], [ -112.34898722728735, 38.286052289734386 ], [ -112.34884041005775, 38.286459512359087 ], [ -112.34873714886993, 38.286749079638426 ], [ -112.34863968597081, 38.287043086091849 ], [ -112.34849974051033, 38.287451130433574 ], [ -112.34838571928518, 38.28783905047699 ], [ -112.34829413613562, 38.28814200089478 ], [ -112.34816778101309, 38.288481398363842 ], [ -112.3481033348403, 38.288644352720063 ], [ -112.34803211272032, 38.288811890844137 ], [ -112.34787831912267, 38.289151603305164 ], [ -112.34769149527031, 38.289560185266112 ], [ -112.34755457977171, 38.289885284373291 ], [ -112.34743979377613, 38.29017047688356 ], [ -112.3473477041963, 38.290446396706891 ], [ -112.34723266666879, 38.290718074086683 ], [ -112.34708946468385, 38.291012604470623 ], [ -112.34700350527251, 38.291310983271842 ], [ -112.34696602213165, 38.291757501156482 ], [ -112.3469676352376, 38.292154004783278 ], [ -112.34698606368521, 38.29253229155352 ], [ -112.34702535802614, 38.292802196287603 ], [ -112.34705355350837, 38.293090252187191 ], [ -112.34709474138801, 38.293400688515995 ], [ -112.34717623921756, 38.293850345743486 ], [ -112.34723335037688, 38.29415609316186 ], [ -112.34730711102858, 38.294434613701831 ], [ -112.34739163832364, 38.294676963049866 ], [ -112.34747558291707, 38.294887777499405 ], [ -112.34757146068664, 38.295125490367006 ], [ -112.34771201003755, 38.295367195805071 ], [ -112.34781508230141, 38.295622849502031 ], [ -112.3478891802397, 38.295919389429102 ], [ -112.34792867057092, 38.296261386304423 ], [ -112.34787673400393, 38.296482773711048 ], [ -112.34776118950339, 38.296727421645258 ], [ -112.3476510273576, 38.296953983901808 ], [ -112.34765644472871, 38.297246807074735 ], [ -112.347803691782, 38.29747942347614 ], [ -112.34800363918212, 38.297779022951957 ], [ -112.34815668840066, 38.298016078120362 ], [ -112.34833187859672, 38.298275408193618 ], [ -112.34857962407528, 38.298624022348761 ], [ -112.34875679478921, 38.298928388246267 ], [ -112.34895086669766, 38.299219041690137 ], [ -112.34913964071666, 38.299532285363149 ], [ -112.3493276068731, 38.299863561705813 ], [ -112.34938504124293, 38.300124244699298 ], [ -112.34939518140934, 38.300362942140708 ], [ -112.34938967368741, 38.300682926269481 ], [ -112.34935499774913, 38.30097170447128 ], [ -112.34931921152712, 38.301138835428119 ], [ -112.34922392827657, 38.30161305375097 ], [ -112.34918983552132, 38.301933366636803 ], [ -112.34914464252448, 38.302271830883861 ], [ -112.34913274926907, 38.302555840963784 ], [ -112.34907495352442, 38.302831367175656 ], [ -112.34898327281901, 38.303129812708043 ], [ -112.34892480858309, 38.303369299121314 ], [ -112.34888374531097, 38.30362210314815 ], [ -112.34879803025122, 38.303933997672175 ], [ -112.34874013217751, 38.304204117742373 ], [ -112.34866173479436, 38.304602441729237 ], [ -112.34860443642408, 38.304904997463062 ], [ -112.34847638761464, 38.305154295549805 ], [ -112.34824704896103, 38.305368710530175 ], [ -112.34801556482832, 38.305529078644959 ], [ -112.3478414347922, 38.305698700232398 ], [ -112.3476918901581, 38.305960861073189 ], [ -112.34746912108321, 38.30628334119757 ], [ -112.34715493420828, 38.306548293988506 ], [ -112.3466952767354, 38.306801398617552 ], [ -112.34632043639355, 38.306940879779027 ], [ -112.34581509622913, 38.307135928374116 ], [ -112.34559942103255, 38.307224015573041 ], [ -112.34520709152484, 38.30734567015643 ], [ -112.3448101915087, 38.307529557580352 ], [ -112.34456777395665, 38.307717981021561 ], [ -112.34417230063156, 38.307979351821309 ], [ -112.3440080771627, 38.30806684641145 ], [ -112.34359428398757, 38.308265342287733 ], [ -112.34321909754219, 38.30838679386553 ], [ -112.34281964448164, 38.308432822580883 ], [ -112.34254793393804, 38.308583727505791 ], [ -112.34241461971519, 38.308797031901257 ], [ -112.34233400746098, 38.309077321805191 ], [ -112.34217973185447, 38.309394502065373 ], [ -112.34197175564495, 38.309590636675779 ], [ -112.34167776672169, 38.309774237158393 ], [ -112.34126395738247, 38.309972725050635 ], [ -112.34090773595044, 38.310193082696394 ], [ -112.34056203506449, 38.310363753861168 ], [ -112.34025163305347, 38.310588091704332 ], [ -112.33992954522623, 38.310799044474173 ], [ -112.33965303058206, 38.311000463957342 ], [ -112.33944645190864, 38.311273178838476 ], [ -112.33921666965364, 38.311528134629413 ], [ -112.33901423133554, 38.311715188939807 ], [ -112.33885222993833, 38.311924310894007 ], [ -112.3387806503918, 38.312074724649918 ], [ -112.33872859281146, 38.312353784896722 ], [ -112.33876223460743, 38.312628262120697 ], [ -112.33884045888622, 38.312839147471202 ], [ -112.33896442576849, 38.313049510522156 ], [ -112.33912095992513, 38.313164877217574 ], [ -112.3395915582024, 38.313254127138023 ], [ -112.33992965349459, 38.313290818071422 ], [ -112.34030338281865, 38.31339919552191 ], [ -112.34066659019811, 38.313557257180534 ], [ -112.34095596542367, 38.31374319744846 ], [ -112.34120656224165, 38.313997169272682 ], [ -112.34145343524864, 38.314359325204492 ], [ -112.34158613556298, 38.314732699743459 ], [ -112.34160692564342, 38.314929821172498 ], [ -112.34155265226424, 38.315088149203163 ], [ -112.34146448613588, 38.315269394491111 ], [ -112.34133074199832, 38.315460172854046 ], [ -112.34120884810545, 38.315673345133078 ], [ -112.34113161843165, 38.315827429577539 ], [ -112.341060106431, 38.315981448586896 ], [ -112.34094964692734, 38.316194489834587 ], [ -112.34085112072997, 38.316434430047067 ], [ -112.34081433070983, 38.316610581492561 ], [ -112.34082426413954, 38.316839368563571 ], [ -112.34082950854695, 38.317124082617809 ], [ -112.34095539755562, 38.317438057455604 ], [ -112.34111187036895, 38.317859824401715 ], [ -112.34123096466452, 38.318115299671852 ], [ -112.34132527971965, 38.318329603790509 ], [ -112.34135926476993, 38.318559918008503 ], [ -112.34151741105552, 38.318823958093219 ], [ -112.34161511129601, 38.319097701309936 ], [ -112.34165904178164, 38.319308976778046 ], [ -112.34157766884131, 38.319548721247799 ], [ -112.34142104432716, 38.319739761383097 ], [ -112.34126500011861, 38.319962336081048 ], [ -112.34115097548256, 38.320292571996617 ], [ -112.34105325826201, 38.32057666097176 ], [ -112.34101209323161, 38.320825858228091 ], [ -112.34099022461146, 38.321191087410931 ], [ -112.34101385424712, 38.321542278547014 ], [ -112.34099612686737, 38.321821847961083 ], [ -112.34094739991153, 38.321971100326785 ], [ -112.34087662886115, 38.322165663870869 ], [ -112.34069811894562, 38.322411024221054 ], [ -112.34030479313695, 38.322794017129368 ], [ -112.34009876544933, 38.323098267954926 ], [ -112.3400298160219, 38.323391940259413 ], [ -112.34002907450878, 38.323662303545021 ], [ -112.34019475370106, 38.323962306378512 ], [ -112.34043369794188, 38.324202894643328 ], [ -112.3405805643318, 38.324412993673953 ], [ -112.34078611232236, 38.324703527998601 ], [ -112.34087745398844, 38.325004379708965 ], [ -112.34086527834104, 38.325274873650962 ], [ -112.34080851475943, 38.325608960169404 ], [ -112.34067484178975, 38.326115150599527 ], [ -112.34061467395475, 38.326264533549519 ], [ -112.34044452786677, 38.326653986964217 ], [ -112.34033165161919, 38.327047291448984 ], [ -112.34021852528723, 38.327427080934918 ], [ -112.34009752173689, 38.327689806647143 ], [ -112.33990540649894, 38.328129075308773 ], [ -112.3396888371182, 38.328483010733009 ], [ -112.33949364888383, 38.328755595136791 ], [ -112.33933393427755, 38.32909085678709 ], [ -112.33919087789526, 38.329398892509744 ], [ -112.33908371009593, 38.329792130500778 ], [ -112.33893070539226, 38.330181385859348 ], [ -112.33875291599264, 38.330467288064916 ], [ -112.33858001554977, 38.330708075098677 ], [ -112.33833210176805, 38.330913670781236 ], [ -112.33800818016631, 38.331030015082547 ], [ -112.33769428779304, 38.331069643628197 ], [ -112.33731176478305, 38.331110054063366 ], [ -112.33711291783789, 38.33118441622117 ], [ -112.33674522585584, 38.331409397974454 ], [ -112.33632665426275, 38.331667400977786 ], [ -112.33601629882745, 38.331899837657524 ], [ -112.33573422347196, 38.332114828922826 ], [ -112.33550983552787, 38.332356197957608 ], [ -112.33542776732803, 38.332559898540453 ], [ -112.33538142037328, 38.332839792711539 ], [ -112.33544250034042, 38.333050874802474 ], [ -112.33558580208874, 38.333378173980797 ], [ -112.3358318888651, 38.333695290233088 ], [ -112.33609662537505, 38.334093299769805 ], [ -112.3363650981221, 38.33438312430971 ], [ -112.33653534880004, 38.334619996933952 ], [ -112.33660778993936, 38.334826442917297 ], [ -112.33660687129822, 38.335087795976136 ], [ -112.33660611822697, 38.335358158949404 ], [ -112.33672497894926, 38.335600122930785 ], [ -112.33683099393265, 38.335765632830075 ], [ -112.33697638399829, 38.335894646421913 ], [ -112.33718485554049, 38.336031952273089 ], [ -112.33730214575503, 38.336188321328429 ], [ -112.33741976779136, 38.336362710095429 ], [ -112.33762716101374, 38.33675235811517 ], [ -112.33781151215128, 38.337133256819108 ], [ -112.33786920347082, 38.337470541409836 ], [ -112.33793618033697, 38.337690566490906 ], [ -112.33808447684102, 38.337977252100224 ], [ -112.33825505676717, 38.338231240668257 ], [ -112.33851287689075, 38.338562635821354 ], [ -112.3386016581493, 38.338723834810722 ], [ -112.33866233829677, 38.338912389974155 ], [ -112.33860300216139, 38.339107722397458 ], [ -112.33850009573024, 38.339422508003672 ], [ -112.33841862545282, 38.33965864611767 ], [ -112.33842161009817, 38.340131731790144 ], [ -112.33843371345405, 38.340478548084285 ], [ -112.33865612844697, 38.340750868989069 ], [ -112.33889920237539, 38.340902195387997 ], [ -112.33913669006002, 38.341060794515315 ], [ -112.33929950380225, 38.341203123716639 ], [ -112.33957323832315, 38.341465844797995 ], [ -112.33982490679145, 38.34171079376614 ], [ -112.33990052993013, 38.341840600699427 ], [ -112.33998923544679, 38.3419972934688 ], [ -112.34004702436886, 38.342339081410245 ], [ -112.34008790263874, 38.342694580279151 ], [ -112.34022462866359, 38.342973284444149 ], [ -112.3404288017061, 38.343186332424182 ], [ -112.34089031613081, 38.343392832558237 ], [ -112.34106391430711, 38.343498988671698 ], [ -112.34126686158774, 38.343645361871097 ], [ -112.34165767585341, 38.344050927200051 ], [ -112.34196161036233, 38.344398908921157 ], [ -112.34215453497279, 38.344621995500823 ], [ -112.34233843183729, 38.344975856116172 ], [ -112.34254926856902, 38.34523929000212 ], [ -112.34270124012396, 38.345413279695386 ], [ -112.34276179110562, 38.345655904654727 ], [ -112.34284884308531, 38.345970320386726 ], [ -112.34300164895147, 38.346189359056474 ], [ -112.34323148363725, 38.346551703706076 ], [ -112.34337981992753, 38.346838381479039 ], [ -112.34342469021138, 38.347099209262652 ], [ -112.34348524060015, 38.347279652415118 ], [ -112.3436081836019, 38.347430542807906 ], [ -112.34401502735118, 38.347772833580336 ], [ -112.34426290704813, 38.347872726161008 ], [ -112.34467107799634, 38.347977088190845 ], [ -112.34501547451967, 38.348036220309616 ], [ -112.3455034677618, 38.348125244819911 ], [ -112.34572823510791, 38.34821278301019 ], [ -112.34591272585024, 38.348288166631399 ], [ -112.34609162988447, 38.348370823529194 ], [ -112.34645013991353, 38.348573977929604 ], [ -112.3467792814611, 38.348736014365201 ], [ -112.34715413889782, 38.348894821047374 ], [ -112.34761487338628, 38.349056244169851 ], [ -112.34801681707398, 38.349132729497093 ], [ -112.34845174829897, 38.349136739781407 ], [ -112.34894843578434, 38.349076955448872 ], [ -112.34957038957616, 38.348984185918376 ], [ -112.34977591178607, 38.34895929053809 ], [ -112.349981517488, 38.348938899727628 ], [ -112.35044336007731, 38.348851573766105 ], [ -112.35077067613648, 38.348853210240655 ], [ -112.35110746317524, 38.348871859040877 ], [ -112.3515720840734, 38.348934092177352 ], [ -112.3520319903988, 38.349050448511356 ], [ -112.3523316382948, 38.349164145745505 ], [ -112.35248751836292, 38.349238947767759 ], [ -112.35270303517359, 38.349443732314803 ], [ -112.35280682325136, 38.349793994141393 ], [ -112.35286746628698, 38.34997803583223 ], [ -112.35288982545826, 38.350257142920881 ], [ -112.35293674417805, 38.350626084348278 ], [ -112.3530544276335, 38.350800455885654 ], [ -112.35325683229252, 38.350915272885928 ], [ -112.35345890212615, 38.351012069844344 ], [ -112.35372406821159, 38.3511171496976 ], [ -112.35399024183245, 38.351276287956033 ], [ -112.35416993411118, 38.351400377424575 ], [ -112.35433894078153, 38.351565143032438 ], [ -112.35455421799358, 38.351756409121194 ], [ -112.35479769731256, 38.351925720651444 ], [ -112.35507498194562, 38.352066704445903 ], [ -112.35543848288697, 38.352228319087715 ], [ -112.35592239148981, 38.352402958917196 ], [ -112.35646956775189, 38.352594888271859 ], [ -112.35691881975507, 38.352751901377957 ], [ -112.35737362628778, 38.352899836665408 ], [ -112.35779419357047, 38.353052672600874 ], [ -112.35819196324034, 38.353210277004322 ], [ -112.35857332963649, 38.35340862308022 ], [ -112.35892567249856, 38.353584774896575 ], [ -112.35931909116357, 38.353815421163965 ], [ -112.35973056831247, 38.354093619000068 ], [ -112.36022931293651, 38.354448304057172 ], [ -112.36044923906088, 38.354580928653036 ], [ -112.36070467247563, 38.354776223066175 ], [ -112.36083264269763, 38.354887384760595 ], [ -112.36110675959414, 38.355163567267589 ], [ -112.36139711365348, 38.355389995862517 ], [ -112.3617816226958, 38.355755012380051 ], [ -112.36192129166595, 38.355879554595781 ], [ -112.36212634118614, 38.356134007549791 ], [ -112.36231380665456, 38.356366135058288 ], [ -112.36248377216687, 38.356580442113021 ], [ -112.36263716640183, 38.356826482675039 ], [ -112.36266991037537, 38.357046890176051 ], [ -112.36267833408728, 38.357190980401427 ], [ -112.36268701120839, 38.357348585314547 ], [ -112.36285337065107, 38.357675580662914 ], [ -112.36311817555112, 38.358064513427223 ], [ -112.36341587442807, 38.358376463071707 ], [ -112.36368916930083, 38.358607590003423 ], [ -112.36392906798143, 38.35888866947721 ], [ -112.36411234705429, 38.359201948410778 ], [ -112.36415014170774, 38.359386249589008 ], [ -112.3640819362119, 38.359715972244558 ], [ -112.36398275589497, 38.359919890694222 ], [ -112.36382602281047, 38.360106455110113 ], [ -112.36355562114449, 38.360334894374496 ], [ -112.36329794512235, 38.360631674354018 ], [ -112.36309172648261, 38.360926053112451 ], [ -112.36301703303863, 38.361215297662369 ], [ -112.363006120628, 38.36154885936778 ], [ -112.36310281915524, 38.361822593464787 ], [ -112.36326110356825, 38.362023517293757 ], [ -112.36363480642497, 38.362420193817954 ], [ -112.36387934044527, 38.362642642842793 ], [ -112.36403072342767, 38.362780563626828 ], [ -112.36430293774953, 38.362953125039319 ], [ -112.36466140098182, 38.363147211183708 ], [ -112.36496845579424, 38.363346400678431 ], [ -112.36517748215209, 38.363506178114434 ], [ -112.36531818777355, 38.363684774388958 ], [ -112.36554458497048, 38.36415975995007 ], [ -112.36572080852105, 38.364401024183678 ], [ -112.36588508168299, 38.364615392141495 ], [ -112.36603312204913, 38.36487951360921 ], [ -112.36610258277824, 38.365225656320142 ], [ -112.366150003843, 38.3656171145334 ], [ -112.36628454442075, 38.365832729533913 ], [ -112.3664250294142, 38.365938331818718 ], [ -112.36672485388769, 38.36605649510475 ], [ -112.36686361933162, 38.366131476978005 ], [ -112.36691219089036, 38.366279604358361 ], [ -112.36696817952692, 38.366517762636406 ], [ -112.3671567899169, 38.366808444675009 ], [ -112.36737241780723, 38.367014100885832 ], [ -112.36767409676314, 38.367230468010995 ], [ -112.36800414990368, 38.367433886783012 ], [ -112.36839142477494, 38.36763663665532 ], [ -112.36874949772179, 38.367808185118626 ], [ -112.36908218787798, 38.36815125193003 ], [ -112.36922223314505, 38.368293804017618 ], [ -112.36951685921753, 38.368439055942048 ], [ -112.36983369523423, 38.368548000635066 ], [ -112.37020075643234, 38.368588769386079 ], [ -112.37048222499809, 38.368643154124939 ], [ -112.37075211384779, 38.368690464204427 ], [ -112.37097688950591, 38.368773447050835 ], [ -112.37112206664695, 38.368884395729452 ], [ -112.37124537613288, 38.36904967043067 ], [ -112.37137508853603, 38.369250917020835 ], [ -112.37148742628908, 38.369501931269525 ], [ -112.37157899501878, 38.369744176675596 ], [ -112.37167954974475, 38.369977305114524 ], [ -112.37182295966207, 38.370236967131206 ], [ -112.37197035289486, 38.370465041274372 ], [ -112.37199613418028, 38.370617938952705 ], [ -112.37202806318858, 38.370793293990971 ], [ -112.37213112667104, 38.371098486459601 ], [ -112.37240114125743, 38.371454893502019 ], [ -112.37256386735841, 38.371585460634961 ], [ -112.37292435327738, 38.371883131966378 ], [ -112.37308830736835, 38.372078568406565 ], [ -112.37324885624716, 38.372396603989039 ], [ -112.37329855239786, 38.37260329150147 ], [ -112.37336831161014, 38.372962943271212 ], [ -112.37348754625658, 38.373214775729572 ], [ -112.37365969774397, 38.373540785261532 ], [ -112.37374834565843, 38.373688439845154 ], [ -112.37383559385688, 38.373822593173813 ], [ -112.3740070353694, 38.374050382670916 ], [ -112.37419560883464, 38.374336547260789 ], [ -112.37425009420927, 38.374493613652326 ], [ -112.37430534688588, 38.374691223770235 ], [ -112.37428218878978, 38.374979870411693 ], [ -112.37418182470689, 38.375120728760116 ], [ -112.37398272786962, 38.375186144738713 ], [ -112.37377150393567, 38.375215655619208 ], [ -112.37363637708383, 38.37533439160913 ], [ -112.37355924237828, 38.375493000651375 ], [ -112.37352814376007, 38.375664587789075 ], [ -112.37355376012036, 38.375808475170992 ], [ -112.37361499022619, 38.376019533117024 ], [ -112.37369643326946, 38.376149248648673 ], [ -112.37384814201307, 38.376543986345865 ], [ -112.37386291044145, 38.376719541799396 ], [ -112.37394028785957, 38.376876339951075 ], [ -112.37415107782999, 38.377126197140967 ], [ -112.37436016446286, 38.377285956712321 ], [ -112.37461358463676, 38.377368596386404 ], [ -112.37482600818451, 38.377402151916243 ], [ -112.37514562886696, 38.377353344024542 ], [ -112.37542425159303, 38.377255451898641 ], [ -112.3756117365911, 38.377181158017756 ], [ -112.37573720988058, 38.377157156127289 ], [ -112.37602291921361, 38.377131273154568 ], [ -112.37625363751282, 38.377224088664818 ], [ -112.37645972099214, 38.377527166014254 ], [ -112.37659467400614, 38.377701309651442 ], [ -112.3768958443565, 38.377887018291588 ], [ -112.37724706918561, 38.37799553843805 ], [ -112.37746726887359, 38.378137138368601 ], [ -112.37782626951758, 38.378353705955959 ], [ -112.37814478510815, 38.378548219147191 ], [ -112.37835917987594, 38.378685379759233 ], [ -112.37856862215462, 38.37886315092684 ], [ -112.37881462619774, 38.379157643890416 ], [ -112.37901860468406, 38.379348996062937 ], [ -112.37927921439361, 38.379508140492526 ], [ -112.37956775522717, 38.379630908745462 ], [ -112.37982178835227, 38.379745070796247 ], [ -112.38001896722236, 38.379819348987596 ], [ -112.38026544926667, 38.379897552126209 ], [ -112.38062052757364, 38.37990688783416 ], [ -112.38104890749463, 38.37985768387432 ], [ -112.38139149445001, 38.379812192997626 ], [ -112.38186641077638, 38.379802089117099 ], [ -112.38226778642107, 38.379837909131943 ], [ -112.38261038956328, 38.379793315676665 ], [ -112.38283784790268, 38.379714032890583 ], [ -112.38308785417672, 38.379616460189531 ], [ -112.38331565462725, 38.379555195860284 ], [ -112.38349851255923, 38.379538618938525 ], [ -112.38369968913314, 38.37958220392246 ], [ -112.38396943768002, 38.37961957190111 ], [ -112.38448919059189, 38.37955936360126 ], [ -112.38480924290106, 38.379533053509199 ], [ -112.38531640736905, 38.379653224398155 ], [ -112.38572920212503, 38.379747473673667 ], [ -112.38610124975044, 38.379806156530009 ], [ -112.38631065461115, 38.379920832176303 ], [ -112.38652438045699, 38.380021938771002 ], [ -112.38673135177282, 38.380069054657461 ], [ -112.38692584515853, 38.380062247599049 ], [ -112.38723834271244, 38.379999973440214 ], [ -112.38758200163457, 38.379950847115666 ], [ -112.38783918835864, 38.379929778794356 ], [ -112.38811319923794, 38.37989048725985 ], [ -112.3887371930156, 38.379833531434208 ], [ -112.38896667029489, 38.379920028203308 ], [ -112.38913437511086, 38.380009058969108 ], [ -112.38933786563656, 38.380173363616024 ], [ -112.38958012475734, 38.380269620530783 ], [ -112.38977479067792, 38.380271818396672 ], [ -112.39008417391994, 38.380286173044716 ], [ -112.39040621054687, 38.380363458681018 ], [ -112.3907055285858, 38.380450024682929 ], [ -112.39109086415147, 38.380544580770099 ], [ -112.39137889314183, 38.380639389547781 ], [ -112.39154694776343, 38.380746436062367 ], [ -112.39169773036477, 38.380848280390644 ], [ -112.39199540920185, 38.381088061398124 ], [ -112.39218089383442, 38.381208417528221 ], [ -112.3924573727044, 38.381357430986647 ], [ -112.39263677293911, 38.38145893409795 ], [ -112.39281148741276, 38.381614562790453 ], [ -112.39292264432872, 38.381739405609508 ], [ -112.39315180583482, 38.382047585547063 ], [ -112.39324024456684, 38.382181709768027 ], [ -112.39340906613279, 38.382328395881814 ], [ -112.39368913441166, 38.382604428579221 ], [ -112.39386549678761, 38.382845647133749 ], [ -112.39396234164455, 38.383119352058998 ], [ -112.39398651558984, 38.383484038129566 ], [ -112.39408318885937, 38.383748733265783 ], [ -112.39441963242274, 38.383979035090896 ], [ -112.39462314602879, 38.384143330013082 ], [ -112.39480272925094, 38.384253839205002 ], [ -112.39502168337009, 38.384327832761535 ], [ -112.39525450803224, 38.384527824453841 ], [ -112.39559277707005, 38.3848527238382 ], [ -112.3959925331998, 38.385100290526879 ], [ -112.39624747667513, 38.385259464138166 ], [ -112.39649730440536, 38.385450239043386 ], [ -112.39689618291037, 38.385651853431376 ], [ -112.39725850430997, 38.385738552666318 ], [ -112.39751865590176, 38.385870626311991 ], [ -112.39783396106957, 38.386191287005012 ], [ -112.39806992203013, 38.38655344586823 ], [ -112.39812679339862, 38.386831228525402 ], [ -112.39812672565246, 38.387125010237398 ], [ -112.3981514429246, 38.387516723623428 ], [ -112.39812855073411, 38.387814382250291 ], [ -112.39814494236977, 38.388071019671933 ], [ -112.3981809338315, 38.38845358681462 ], [ -112.39831188416825, 38.388713363338191 ], [ -112.39845827084929, 38.388882838703204 ], [ -112.39864454987791, 38.389042826145982 ], [ -112.39876162561312, 38.389176604170416 ], [ -112.39888598777439, 38.389391400224724 ], [ -112.39903498143813, 38.389696018907998 ], [ -112.3992078261152, 38.390049916870403 ], [ -112.39938665672864, 38.390417260590894 ], [ -112.39954892589566, 38.390816342642545 ], [ -112.39966314858287, 38.391098846434282 ], [ -112.39993304365382, 38.391438066628162 ], [ -112.40014951549927, 38.391678795972602 ], [ -112.40027336488428, 38.391866561507996 ], [ -112.40049756185901, 38.392210832134921 ], [ -112.40069192474387, 38.392492377142297 ], [ -112.40091924154657, 38.392701434513832 ], [ -112.40114041545884, 38.392829459810883 ], [ -112.40147517018917, 38.393028219911592 ], [ -112.40186926771868, 38.39327583342034 ], [ -112.40221705424068, 38.393496964655277 ], [ -112.40268652586558, 38.393793237711265 ], [ -112.40304681014929, 38.394068286865902 ], [ -112.40343051577048, 38.394370089421635 ], [ -112.40367545398362, 38.394601459437261 ], [ -112.40379315795536, 38.394766765495845 ], [ -112.40382796382413, 38.395086262784645 ], [ -112.40383866614066, 38.395284391266493 ], [ -112.40377891245001, 38.395510398681523 ], [ -112.40373419080008, 38.395862389343264 ], [ -112.40368954358541, 38.39627746074013 ], [ -112.40368250137018, 38.396683070032118 ], [ -112.40360620872428, 38.397238201170758 ], [ -112.40357641856085, 38.397770246133604 ], [ -112.40357594661964, 38.398337986571967 ], [ -112.40362429334097, 38.398765461506422 ], [ -112.40368010762815, 38.399282963559727 ], [ -112.40374188239683, 38.399516526827597 ], [ -112.40377901716676, 38.399660268594026 ], [ -112.40385953446183, 38.399974712217002 ], [ -112.40389928401531, 38.400253597507003 ], [ -112.40386330833911, 38.400465802472688 ], [ -112.40367285790482, 38.400684363583601 ], [ -112.4033049460304, 38.400905049521107 ], [ -112.4028624212429, 38.401116714677094 ], [ -112.40249981134872, 38.401315706652227 ], [ -112.40227281764618, 38.401480632876108 ], [ -112.40207822873897, 38.401663194294095 ], [ -112.40192036334675, 38.401849821913004 ], [ -112.4015351654072, 38.402124779073077 ], [ -112.40117818123858, 38.402259716924824 ], [ -112.40072810857465, 38.402377743061329 ], [ -112.40009536678312, 38.402524984982406 ], [ -112.39967903040936, 38.402611063237259 ], [ -112.39935506966226, 38.402736589478046 ], [ -112.39899780179351, 38.402916582410711 ], [ -112.39874852013668, 38.403054732942579 ], [ -112.39839281175965, 38.403315810371502 ], [ -112.39809426152257, 38.40357169900232 ], [ -112.3979153218735, 38.403794619327513 ], [ -112.39774930585523, 38.404093984343454 ], [ -112.39768739377314, 38.404447078658109 ], [ -112.3976558060687, 38.404888125516791 ], [ -112.39769319440646, 38.405342768336801 ], [ -112.39772962874711, 38.405747858371939 ], [ -112.39774108104555, 38.406045106459764 ], [ -112.39780036341182, 38.406387743472919 ], [ -112.39791214149274, 38.406601788712912 ], [ -112.39810809315441, 38.406667038468548 ], [ -112.39844552043483, 38.40664498895125 ], [ -112.39876030805949, 38.406636726179435 ], [ -112.39901862744719, 38.406669689163017 ], [ -112.39924337896157, 38.40674360483667 ], [ -112.39956893175808, 38.406996549316638 ], [ -112.39971641762926, 38.40716150337208 ], [ -112.39983220673905, 38.407286283428554 ], [ -112.39997343220148, 38.407482852712171 ], [ -112.40007388752977, 38.407643862312732 ], [ -112.40034515262371, 38.408050651220428 ], [ -112.40048943907709, 38.408346311421447 ], [ -112.40061434821729, 38.408646708851002 ], [ -112.40075141891863, 38.408924431628847 ], [ -112.40086524201942, 38.40918440884105 ], [ -112.40099069035521, 38.409453258589991 ], [ -112.40121886291863, 38.410000241003971 ], [ -112.40136453547203, 38.41042655229402 ], [ -112.40145547947051, 38.41068770360679 ], [ -112.40157510298408, 38.410951215305332 ], [ -112.40170947014084, 38.411147864324825 ], [ -112.40188232179089, 38.411380099365367 ], [ -112.40201677766184, 38.411581252768357 ], [ -112.40208808089781, 38.411774150005165 ], [ -112.40212133566776, 38.411953984994703 ], [ -112.40215725930253, 38.412331143036717 ], [ -112.4022287029826, 38.412768254010111 ], [ -112.40230896864084, 38.413069183527398 ], [ -112.40240623735448, 38.413360897837379 ], [ -112.40250193911616, 38.413571526026828 ], [ -112.40263190760611, 38.413777238140725 ], [ -112.40286060529874, 38.414053861289027 ], [ -112.40308807250076, 38.414325992879704 ], [ -112.40322709342756, 38.414644241388494 ], [ -112.40325938172062, 38.414833099155224 ], [ -112.40313405367044, 38.415163524768495 ], [ -112.40301677757837, 38.415318126876222 ], [ -112.40303396250903, 38.41561440402058 ], [ -112.40339879474128, 38.415822709769543 ], [ -112.40378546826497, 38.415975781717222 ], [ -112.40408451342739, 38.416039786051286 ], [ -112.40430886304486, 38.416091167373565 ], [ -112.40481516948445, 38.416211261364808 ], [ -112.40520635184681, 38.416301193072393 ], [ -112.40562607655328, 38.41638627526428 ], [ -112.40599982157113, 38.416462896026296 ], [ -112.40657060162908, 38.416658807635066 ], [ -112.40682445737515, 38.416754888082778 ], [ -112.40719414027321, 38.416917164287455 ], [ -112.40765154768272, 38.417173007633799 ], [ -112.40789914775574, 38.417300701581439 ], [ -112.40836325607263, 38.417547449953013 ], [ -112.40883793655237, 38.417807586786019 ], [ -112.40931227026725, 38.418049702572077 ], [ -112.40976370358662, 38.418292091927732 ], [ -112.41025539638603, 38.418543006604466 ], [ -112.41078761213069, 38.418815960357932 ], [ -112.41124910440028, 38.418986129768889 ], [ -112.4118029154635, 38.419191231552325 ], [ -112.41224080679855, 38.419325634871953 ], [ -112.41249265656204, 38.419376668926269 ], [ -112.41291153357012, 38.419358101319055 ], [ -112.41344272684741, 38.419342683235087 ], [ -112.41389040872433, 38.419332776282872 ], [ -112.41428558735994, 38.419332512967273 ], [ -112.41468719488556, 38.419368217189891 ], [ -112.41514095168283, 38.41943483089959 ], [ -112.41573766487066, 38.419489802894361 ], [ -112.41629459622483, 38.419560572452419 ], [ -112.41678755726493, 38.4195816477853 ], [ -112.41704866225294, 38.419519914850561 ], [ -112.41718520585287, 38.419414629838975 ], [ -112.41728519179672, 38.419255717139137 ], [ -112.41735628356282, 38.4190836364345 ], [ -112.41740552849646, 38.418907314147695 ], [ -112.41747529839128, 38.418726237734845 ], [ -112.41761793759733, 38.418405500736419 ], [ -112.41775675182029, 38.418182135349824 ], [ -112.41783418377356, 38.41804151830361 ], [ -112.41811291851769, 38.417651546674264 ], [ -112.41832722219971, 38.417422761162278 ], [ -112.41849520771143, 38.417285553366483 ], [ -112.4187697788355, 38.416975834015332 ], [ -112.41893749756989, 38.416766535839656 ], [ -112.41911058851488, 38.416539149116339 ], [ -112.41922060751736, 38.41630802025756 ], [ -112.41930454973716, 38.415914997931523 ], [ -112.41936726343026, 38.415607843095984 ], [ -112.41947569345086, 38.415295628609975 ], [ -112.41958500420897, 38.415028461466811 ], [ -112.41977623578109, 38.414850417904631 ], [ -112.4199110043473, 38.41471361054905 ], [ -112.42010672513901, 38.414472430678877 ], [ -112.42025558192972, 38.414177748753531 ], [ -112.42032410401922, 38.413875028772267 ], [ -112.4204024887722, 38.413491084556718 ], [ -112.42044934283251, 38.4132517085106 ], [ -112.42050429366839, 38.412782437806676 ], [ -112.42057009824826, 38.412399547090772 ], [ -112.4206384234884, 38.412086916456701 ], [ -112.42072957896369, 38.411770404322866 ], [ -112.42081500836922, 38.411453961536182 ], [ -112.42094236704345, 38.411231632351303 ], [ -112.42116079993153, 38.410981163639711 ], [ -112.42140257366502, 38.410752940474367 ], [ -112.42173621456564, 38.410537119693387 ], [ -112.42193421400995, 38.410413060264098 ], [ -112.42227578484297, 38.410309787092991 ], [ -112.42262854009007, 38.410192859706378 ], [ -112.42307897604566, 38.410092768312644 ], [ -112.42348281365838, 38.409952688933338 ], [ -112.42385820061027, 38.40982196549858 ], [ -112.42417016717887, 38.409669482589251 ], [ -112.42433345531164, 38.409527817733071 ], [ -112.42449515070335, 38.40930506735846 ], [ -112.42462249440528, 38.409082734385905 ], [ -112.42469751528543, 38.408820485087354 ], [ -112.42473210626341, 38.408540704033314 ], [ -112.42477531626568, 38.408116632090803 ], [ -112.4248353723054, 38.407967209996812 ], [ -112.42504381004912, 38.407500576484622 ], [ -112.4251759006865, 38.40722862118686 ], [ -112.42533204058775, 38.407014948825655 ], [ -112.42553415608658, 38.406809728612615 ], [ -112.42576595729605, 38.406658216663708 ], [ -112.42600419072419, 38.406542672511094 ], [ -112.42638419991965, 38.406356913874617 ], [ -112.42652477167377, 38.406225435268503 ], [ -112.42694283206811, 38.405936479030487 ], [ -112.42723028107903, 38.40570318190521 ], [ -112.42753059591811, 38.405541820400465 ], [ -112.42797781183512, 38.405338115821316 ], [ -112.42842292053763, 38.405202022461829 ], [ -112.42890818977284, 38.405069943548057 ], [ -112.42932934826865, 38.404997220205814 ], [ -112.42973385516751, 38.404893157807905 ], [ -112.4299892506111, 38.40477739621943 ], [ -112.43024411247477, 38.404634605700643 ], [ -112.43042543971211, 38.404537770389929 ], [ -112.43061812712075, 38.404436290301788 ], [ -112.4309518001532, 38.404224948881911 ], [ -112.43114306444147, 38.404051392275427 ], [ -112.43157307626144, 38.403789308568008 ], [ -112.43188025354965, 38.403686427750046 ], [ -112.43206237630881, 38.403630132536797 ], [ -112.43228483817836, 38.403586861464781 ], [ -112.43255757667586, 38.403479893974662 ], [ -112.43285830351579, 38.403282467350756 ], [ -112.43303713291257, 38.403059495753908 ], [ -112.43318494771577, 38.402773821778815 ], [ -112.43347310534595, 38.402288175141777 ], [ -112.43364478200763, 38.401993197061842 ], [ -112.43381921645273, 38.401837865261385 ], [ -112.43419131047737, 38.40183331209284 ], [ -112.43450177039307, 38.401897099437136 ], [ -112.43488128149058, 38.4019780637637 ], [ -112.43538789157087, 38.402116045746411 ], [ -112.43566311517139, 38.402135203435179 ], [ -112.43591956081025, 38.402073485908673 ], [ -112.43624452206576, 38.402001916505455 ], [ -112.43640554008749, 38.402036890674665 ], [ -112.4364706322087, 38.402143331186281 ], [ -112.43657169485067, 38.402331336527361 ], [ -112.43674225557466, 38.402559042064411 ], [ -112.43706272726192, 38.402838978861972 ], [ -112.43726576474245, 38.402971663265824 ], [ -112.43750887526546, 38.403103855754608 ], [ -112.43760778485675, 38.403125171487609 ], [ -112.43780630284617, 38.403145265064978 ], [ -112.43798526796482, 38.403161092421882 ], [ -112.43828911912503, 38.403179892618418 ], [ -112.4384960269435, 38.403218806464004 ], [ -112.4387443844839, 38.403268926174121 ], [ -112.43910039968533, 38.403377200057172 ], [ -112.43923322772115, 38.403434144371921 ], [ -112.43955568402147, 38.403524805756639 ], [ -112.43979826415979, 38.403629965085003 ], [ -112.44011535494595, 38.403738714080696 ], [ -112.44031768509241, 38.403835355320517 ], [ -112.44054998057719, 38.403999215015446 ], [ -112.44079479983496, 38.404216989986359 ], [ -112.44124687331031, 38.404490791186589 ], [ -112.44156432792558, 38.40461755496532 ], [ -112.44193339574485, 38.404748188615123 ], [ -112.44214628523697, 38.404799638619309 ], [ -112.44253888086075, 38.404961521461281 ], [ -112.44292476805798, 38.405073921674763 ], [ -112.44321897058498, 38.405182943984627 ], [ -112.44353546582751, 38.405318725790956 ], [ -112.44378045739907, 38.40548692836424 ], [ -112.44408164279133, 38.405658943756677 ], [ -112.44432728520809, 38.405917253291115 ], [ -112.44443320162144, 38.406060133649135 ], [ -112.44452793782628, 38.40621666914442 ], [ -112.44474738129827, 38.406596957485434 ], [ -112.44484820261663, 38.406771440902681 ], [ -112.44501128058957, 38.406909110097601 ], [ -112.44524985973982, 38.407099917593129 ], [ -112.44547503759703, 38.407250337639425 ], [ -112.44563908331072, 38.407378982383918 ], [ -112.44585189155369, 38.407655716842569 ], [ -112.44594836085521, 38.407956415501005 ], [ -112.44603221278255, 38.408428490349706 ], [ -112.44608474697795, 38.408765777432841 ], [ -112.44618970526849, 38.409147475542539 ], [ -112.44630362279761, 38.409691271893429 ], [ -112.44641940531692, 38.410041295499227 ], [ -112.44666168164699, 38.410416792220765 ], [ -112.4467676992803, 38.410564174835855 ], [ -112.44697194409885, 38.41075540249102 ], [ -112.44719570210867, 38.411063539655174 ], [ -112.44736696420279, 38.411323662119614 ], [ -112.44757407127447, 38.411658137824304 ], [ -112.44781027425559, 38.412015683809045 ], [ -112.44803028685439, 38.412365318909458 ], [ -112.44831149394126, 38.41273942970912 ], [ -112.44841769831844, 38.412895820019266 ], [ -112.44850136148402, 38.413070512072679 ], [ -112.44853109953274, 38.413412585291184 ], [ -112.44851932063116, 38.413683078908186 ], [ -112.44851737334703, 38.413872346579666 ], [ -112.44874660341351, 38.414166895464597 ], [ -112.44887034723628, 38.414341091650215 ], [ -112.44907595833008, 38.414599885494944 ], [ -112.44924814284091, 38.414962725756304 ], [ -112.44939935708645, 38.415307801927646 ], [ -112.44955569343453, 38.415679849298932 ], [ -112.44972027810788, 38.416177956715231 ], [ -112.4498043986401, 38.416375171023972 ], [ -112.44986435638361, 38.416509603079184 ], [ -112.44998043808029, 38.416873136264769 ], [ -112.45010689160453, 38.417182471386923 ], [ -112.45025642926784, 38.417500532234413 ], [ -112.45042438074648, 38.417822870729744 ], [ -112.45067011410184, 38.418139740208012 ], [ -112.45086411091292, 38.418389662828218 ], [ -112.45107975047669, 38.418576235949637 ], [ -112.4513072935091, 38.418785190200005 ], [ -112.45150801186001, 38.419084592188348 ], [ -112.45156860627438, 38.419250555948558 ], [ -112.45160372744746, 38.41957453805739 ], [ -112.45163411493606, 38.419948142517292 ], [ -112.45155363618024, 38.420219487176908 ], [ -112.45156959635408, 38.420444579150541 ], [ -112.45167645069692, 38.420632498680632 ], [ -112.45178885121948, 38.420811337797858 ], [ -112.45186608468626, 38.420950060418619 ], [ -112.45196865767664, 38.421210125395135 ], [ -112.45205432394891, 38.421483917164259 ], [ -112.45215680821822, 38.421739477250092 ], [ -112.45223638896329, 38.421995321104845 ], [ -112.45228341810854, 38.422341684204667 ], [ -112.4522992910035, 38.422562271272071 ], [ -112.4522468113186, 38.422801728706787 ], [ -112.45216141779797, 38.423113686706706 ], [ -112.45218802119845, 38.423298094440291 ], [ -112.45231422547626, 38.423593912424252 ], [ -112.45251586424466, 38.423938358825538 ], [ -112.4526301673347, 38.424211795004545 ], [ -112.45269830020811, 38.424467780340407 ], [ -112.45277143783082, 38.42468765724702 ], [ -112.45282401747052, 38.425024939547441 ], [ -112.45271481627408, 38.425292135146783 ], [ -112.45257035375445, 38.425514709898543 ], [ -112.45243761380355, 38.425750656522943 ], [ -112.45235230827362, 38.426067119232897 ], [ -112.45228481289764, 38.426414901636868 ], [ -112.45229004629979, 38.426676172533263 ], [ -112.45223418353932, 38.4270328222686 ], [ -112.45222404200786, 38.427384399481021 ], [ -112.45225290329002, 38.427681423782495 ], [ -112.45230458077242, 38.42797365945848 ], [ -112.4524013492625, 38.428229289840161 ], [ -112.45247512189242, 38.428480699419431 ], [ -112.45258908956359, 38.428737017554319 ], [ -112.45274705771882, 38.428959447169795 ], [ -112.45301167896173, 38.429244536110026 ], [ -112.45332528066679, 38.429515499506238 ], [ -112.45372779823758, 38.429821405108207 ], [ -112.45411136125389, 38.430096004034937 ], [ -112.45440203434003, 38.430308673810607 ], [ -112.45474497291775, 38.430556740181075 ], [ -112.45503019419517, 38.430782993401159 ], [ -112.4551471706997, 38.43090319679829 ], [ -112.4553580368768, 38.431134878440616 ], [ -112.45560969754514, 38.431401197976747 ], [ -112.45578416125184, 38.431531500356733 ], [ -112.4562731588817, 38.431921031085999 ], [ -112.45653394416054, 38.432070985936853 ], [ -112.45670846545009, 38.432203989655441 ], [ -112.456868975471, 38.432494869730313 ], [ -112.45699563693731, 38.432754630029798 ], [ -112.45722035473823, 38.433161861408109 ], [ -112.45747286269369, 38.433469619404036 ], [ -112.45770110601846, 38.4337100920091 ], [ -112.45799343515883, 38.434003836016416 ], [ -112.45840021653012, 38.434291648823212 ], [ -112.45864901676562, 38.434414713319043 ], [ -112.45906426474939, 38.434553727607842 ], [ -112.45945096972738, 38.434697601756376 ], [ -112.45979640734838, 38.43478341368008 ], [ -112.46018184446218, 38.434864220275678 ], [ -112.46060082784275, 38.434904055366758 ], [ -112.4607360001238, 38.435073589705546 ], [ -112.46088062266256, 38.435427742970035 ], [ -112.46098397630624, 38.435723835549794 ], [ -112.46117887446528, 38.43601428053104 ], [ -112.46148777270385, 38.436276268436707 ], [ -112.46186276459885, 38.436406763260557 ], [ -112.46231248395556, 38.436549841496927 ], [ -112.46270502393088, 38.436698137671655 ], [ -112.46305292990642, 38.43690556501398 ], [ -112.46331947422749, 38.437055432476171 ], [ -112.46356356551063, 38.437228108697418 ], [ -112.46381274833323, 38.437369180347922 ], [ -112.46408502317036, 38.437518974431001 ], [ -112.46436838960214, 38.437650606129068 ], [ -112.464554029111, 38.43776543575612 ], [ -112.46479185213479, 38.437911153066494 ], [ -112.46515113336979, 38.438113926045503 ], [ -112.4655166904691, 38.438343654040978 ], [ -112.46584042734449, 38.43848829442544 ], [ -112.46622680175959, 38.438614126889966 ], [ -112.46642404417665, 38.438679244767044 ], [ -112.4666657264719, 38.438788863704055 ], [ -112.46677828428861, 38.438972191235379 ], [ -112.46680153524342, 38.43921521188814 ], [ -112.4668458609446, 38.439480497521068 ], [ -112.46698787815602, 38.439704007916525 ], [ -112.46712225369501, 38.43983299259839 ], [ -112.46740426638566, 38.439897047158652 ], [ -112.46788918288125, 38.439796351082897 ], [ -112.46812282131211, 38.439734848391922 ], [ -112.4683222773331, 38.439682785207722 ], [ -112.46861455851109, 38.439688133114814 ], [ -112.46890957890896, 38.43982861910289 ], [ -112.46907213866812, 38.439934719269658 ], [ -112.46929197340036, 38.440040100893803 ], [ -112.46941252385898, 38.440052106238262 ], [ -112.46967587693229, 38.440043395849614 ], [ -112.46999633992415, 38.440025857895861 ], [ -112.47026765020247, 38.440126987145391 ], [ -112.47049915613519, 38.440525095103048 ], [ -112.47060127693838, 38.440758113296219 ], [ -112.47069121200533, 38.440955238202569 ], [ -112.47081578706904, 38.441165445445947 ], [ -112.47097683131163, 38.44147882733845 ], [ -112.47109068458187, 38.441725215039696 ], [ -112.47127528196337, 38.442069841094131 ], [ -112.47141074884891, 38.442251975083451 ], [ -112.47154634449646, 38.442440415364459 ], [ -112.47171637994172, 38.442632027441725 ], [ -112.47195544107016, 38.442837190449417 ], [ -112.47216509639114, 38.443004874033704 ], [ -112.47231259016917, 38.443214791545977 ], [ -112.47246597729635, 38.443432745166469 ], [ -112.47258476097682, 38.443639418553168 ], [ -112.47266797039075, 38.443787062886678 ], [ -112.47281500945465, 38.443974456598099 ], [ -112.47316962264506, 38.444226826505783 ], [ -112.4735049479534, 38.444375805290846 ], [ -112.4738989270316, 38.444591631655946 ], [ -112.47429817795812, 38.444784861495805 ], [ -112.47489891354677, 38.445025116836099 ], [ -112.47542335644549, 38.445176214656378 ], [ -112.47567102971503, 38.44524068152608 ], [ -112.47599307367818, 38.445299705096446 ], [ -112.47624592500773, 38.445337070914157 ], [ -112.47652251417728, 38.44541468887325 ], [ -112.47675475004093, 38.44556495752434 ], [ -112.47700453781624, 38.445733027463682 ], [ -112.47730753105807, 38.445981529652158 ], [ -112.47756914483186, 38.446167472272919 ], [ -112.47786632201189, 38.44641154056503 ], [ -112.47803102317647, 38.446621233501482 ], [ -112.47815553765689, 38.446826927515275 ], [ -112.47833252383489, 38.447077016846478 ], [ -112.47855588685626, 38.447353555124266 ], [ -112.47886673515519, 38.447705586495616 ], [ -112.47922923100069, 38.448061470598894 ], [ -112.47969051172504, 38.448204335034262 ], [ -112.48011425544534, 38.448248545188129 ], [ -112.48051719445841, 38.448284005223385 ], [ -112.4808391634718, 38.448338510491261 ], [ -112.48104076960017, 38.448390932056796 ], [ -112.48122016364117, 38.448477877908793 ], [ -112.48148087522603, 38.448618765382967 ], [ -112.48171340794153, 38.448782537491404 ], [ -112.48192107573541, 38.448851101584644 ], [ -112.48218606196106, 38.448920742389809 ], [ -112.48238765218811, 38.448972260661051 ], [ -112.48268597546847, 38.448991013961155 ], [ -112.48297654210506, 38.448910738003157 ], [ -112.48314759453042, 38.448813951513252 ], [ -112.48333427741534, 38.448753012925472 ], [ -112.48358659063645, 38.4487633350126 ], [ -112.48384666184187, 38.448872684971384 ], [ -112.48401526847613, 38.448992204601282 ], [ -112.48424032633449, 38.449070456920467 ], [ -112.48451608861167, 38.449106613282162 ], [ -112.48476287813473, 38.449126915489856 ], [ -112.48529633279975, 38.44915619893505 ], [ -112.48553700656836, 38.449157652870156 ], [ -112.48582189778354, 38.449136016687682 ], [ -112.48615710312846, 38.448941621581525 ], [ -112.48640601599648, 38.448786168858355 ], [ -112.48664068307126, 38.448774179479493 ], [ -112.48684218335393, 38.448821185445311 ], [ -112.48710678547231, 38.448871895774943 ], [ -112.48745324622415, 38.449002669735201 ], [ -112.48772446703539, 38.449152421257615 ], [ -112.48798744918415, 38.449347334351167 ], [ -112.48806192362618, 38.449625745200919 ], [ -112.48810258478852, 38.449931620067083 ], [ -112.48811880460929, 38.45038649532173 ], [ -112.48809779973023, 38.4505354520794 ], [ -112.48803997095877, 38.450788508972913 ], [ -112.48800978383059, 38.450992552558475 ], [ -112.48802640366294, 38.451243762559969 ], [ -112.48812296081977, 38.451481340964726 ], [ -112.488270980998, 38.451713759697199 ], [ -112.4884880199313, 38.451958818498653 ], [ -112.48870394941071, 38.452149821931989 ], [ -112.48911330309367, 38.452496067628928 ], [ -112.48926941695413, 38.452620244057819 ], [ -112.48960611020019, 38.452832239135965 ], [ -112.49005626190772, 38.452988721017604 ], [ -112.49043020337025, 38.453061462697057 ], [ -112.49081953220931, 38.453046595752745 ], [ -112.49128056662465, 38.452896543258625 ], [ -112.49170481677835, 38.452629807839713 ], [ -112.49222505402304, 38.452294261894657 ], [ -112.49258204218687, 38.452100472171416 ], [ -112.4928075554039, 38.451921874179057 ], [ -112.49299851194147, 38.451734704693386 ], [ -112.49309375771936, 38.451629858417618 ], [ -112.49317293258197, 38.451579285943851 ], [ -112.49329818096339, 38.451595712366696 ], [ -112.49338627267522, 38.451644152621647 ], [ -112.49365575030932, 38.451875015926106 ], [ -112.493906032014, 38.452119640652647 ], [ -112.49424468740528, 38.452426218069739 ], [ -112.49435041858334, 38.452551931483555 ], [ -112.49456681112255, 38.452764545650737 ], [ -112.49486518753129, 38.453062623604559 ], [ -112.4950299528832, 38.453272291101463 ], [ -112.49515904675951, 38.453419333170324 ], [ -112.49547000131518, 38.453771317957894 ], [ -112.49584443750116, 38.454145019985397 ], [ -112.49607389662354, 38.454434963261292 ], [ -112.49635426303574, 38.454692715527408 ], [ -112.49652336895032, 38.454834739137432 ], [ -112.49671566902322, 38.454989983379598 ], [ -112.49701406356763, 38.455288055382887 ], [ -112.49718633813082, 38.455583232916545 ], [ -112.49717517655439, 38.455930318111641 ], [ -112.49707455469904, 38.456274040932399 ], [ -112.49694097719667, 38.456464989427722 ], [ -112.49667270304559, 38.456792831299211 ], [ -112.496601301694, 38.456942433229607 ], [ -112.49658155168338, 38.45709588095005 ], [ -112.49656874043042, 38.457307814714909 ], [ -112.49660946142299, 38.457614586333101 ], [ -112.49666020677473, 38.457851841349289 ], [ -112.49673898206922, 38.458059000248596 ], [ -112.49689115243588, 38.458212954524882 ], [ -112.49711203212287, 38.458364228132304 ], [ -112.49733778471692, 38.45847398616624 ], [ -112.4976097413372, 38.458601176008429 ], [ -112.49788253743453, 38.458768906176395 ], [ -112.49807596927296, 38.458978202446573 ], [ -112.49826423252566, 38.459214598958852 ], [ -112.49843549671179, 38.459460224100994 ], [ -112.49858880237909, 38.459724101709853 ], [ -112.49877546950998, 38.460104701552964 ], [ -112.49889564299853, 38.460373508396557 ], [ -112.49900867105454, 38.460573919251772 ], [ -112.49922034263624, 38.4608334444005 ], [ -112.49939585070688, 38.461006921823724 ], [ -112.49952478103673, 38.46114494933483 ], [ -112.49984612936078, 38.461442719689252 ], [ -112.50005065906375, 38.461633847436964 ], [ -112.50029557348552, 38.461837974768656 ], [ -112.50045944169882, 38.462002588140308 ], [ -112.50057277544413, 38.462217411836434 ], [ -112.50065606385678, 38.462365034238481 ], [ -112.50077391421148, 38.462521225224449 ], [ -112.50095515931166, 38.462694626696049 ], [ -112.50102200860208, 38.462878505395622 ], [ -112.50105495003316, 38.463085347294324 ], [ -112.50103511485801, 38.463234290908588 ], [ -112.50093663269305, 38.463514908808811 ], [ -112.50091990392804, 38.463758433123409 ], [ -112.50095228527832, 38.463938247761007 ], [ -112.50101247271131, 38.464077154395468 ], [ -112.50110373489768, 38.46433281196888 ], [ -112.501173388052, 38.464651826754789 ], [ -112.50112496719881, 38.465080492515057 ], [ -112.50114249655255, 38.465373140859526 ], [ -112.50129874579696, 38.465722585799796 ], [ -112.50153399405289, 38.466012443191914 ], [ -112.50173113016444, 38.466122559240077 ], [ -112.50193250114816, 38.466160528846238 ], [ -112.50244674760003, 38.466086347411469 ], [ -112.50278469002284, 38.466077506226874 ], [ -112.50310516351176, 38.466055371038692 ], [ -112.50346583623143, 38.46603722471253 ], [ -112.50381956298676, 38.465960591880098 ], [ -112.50411861524212, 38.466010820738482 ], [ -112.50448819939007, 38.466145751862335 ], [ -112.50504863532164, 38.466363838545021 ], [ -112.50522774634113, 38.466433628646016 ], [ -112.50542413970936, 38.466507702076633 ], [ -112.5055918862015, 38.466582143416488 ], [ -112.50575933032407, 38.466697140017395 ], [ -112.50602768592877, 38.4668694134348 ], [ -112.50635867108278, 38.467076926637255 ], [ -112.50672157677811, 38.467220947974198 ], [ -112.50706911830487, 38.46734263719442 ], [ -112.50746679935149, 38.467450162858185 ], [ -112.50787547148276, 38.467535016992557 ], [ -112.50829006175245, 38.46762880494741 ], [ -112.50851407656351, 38.46765295436424 ], [ -112.50890359073732, 38.467643431236809 ], [ -112.5091035608578, 38.467613820488182 ], [ -112.50944611144874, 38.46755083185662 ], [ -112.50979072810514, 38.467586941715368 ], [ -112.50992015975834, 38.46774747959342 ], [ -112.5100292106394, 38.468029934853774 ], [ -112.51013938998487, 38.468366444228089 ], [ -112.51030301940089, 38.469067228510013 ], [ -112.51040784802665, 38.469421829476111 ], [ -112.51055175163961, 38.469726363332988 ], [ -112.51071801131349, 38.470003574246583 ], [ -112.51090728523826, 38.47028499374597 ], [ -112.51101465160876, 38.470486366505227 ], [ -112.51118589234034, 38.47072746659375 ], [ -112.51142194889574, 38.471053338865346 ], [ -112.51151400967836, 38.471345023220834 ], [ -112.5116401680593, 38.471622750218366 ], [ -112.51178464596801, 38.471954309339885 ], [ -112.51186872152823, 38.472137958943904 ], [ -112.51200174177575, 38.472469665656803 ], [ -112.51212217419018, 38.472747465976951 ], [ -112.51220099219213, 38.472953711823862 ], [ -112.51232368505202, 38.473339620176425 ], [ -112.51245793341424, 38.473729884868774 ], [ -112.51252482283206, 38.473913755858533 ], [ -112.51263858838473, 38.474146584381636 ], [ -112.51279378316296, 38.474441957826514 ], [ -112.51290830372852, 38.474710822112023 ], [ -112.51302357850948, 38.475015722331158 ], [ -112.51312750705893, 38.475326175875701 ], [ -112.51326502629723, 38.475598347195806 ], [ -112.51340773044359, 38.47584431812907 ], [ -112.51358885117766, 38.476008689344837 ], [ -112.5138330048417, 38.476172245535125 ], [ -112.51411040995757, 38.476281302633581 ], [ -112.51442172584179, 38.476367391954561 ], [ -112.5147734367615, 38.476466475155533 ], [ -112.51508418837803, 38.476525535655135 ], [ -112.51544031061961, 38.476561479639052 ], [ -112.51580272947064, 38.476624375382208 ], [ -112.51606172176457, 38.476675091720196 ], [ -112.51635021496315, 38.476765977034134 ], [ -112.51671968742079, 38.476891858715504 ], [ -112.51731556851321, 38.477154483560462 ], [ -112.51754150446507, 38.477268704969482 ], [ -112.51775130187818, 38.477378629359876 ], [ -112.51801705551175, 38.477532885311057 ], [ -112.5183022812808, 38.477740956865794 ], [ -112.51852464530926, 38.477957953090815 ], [ -112.51876539282956, 38.478231482560268 ], [ -112.5189601480137, 38.4784983988785 ], [ -112.51914251720092, 38.478721319456113 ], [ -112.51931607474684, 38.479070514207294 ], [ -112.51942451848814, 38.479321427633735 ], [ -112.51949398491085, 38.479626915296727 ], [ -112.51952181419959, 38.479914920262694 ], [ -112.51949960479013, 38.480167528698736 ], [ -112.5194042116305, 38.480538235311172 ], [ -112.51932383389632, 38.480805115503962 ], [ -112.51913495313801, 38.481091426018203 ], [ -112.51898258038422, 38.481260114028544 ], [ -112.51876429930928, 38.481456690901879 ], [ -112.51855557588631, 38.48161709769191 ], [ -112.51835869087023, 38.48179537350174 ], [ -112.51811034254429, 38.481979722972348 ], [ -112.51787369994194, 38.482175635071556 ], [ -112.51769935648366, 38.482335594744598 ], [ -112.51750246741319, 38.48251386917719 ], [ -112.51723145611741, 38.48271112646934 ], [ -112.51699444987463, 38.48288991978572 ], [ -112.51678524625225, 38.483027801071906 ], [ -112.51647928015383, 38.4831984750464 ], [ -112.51627627738536, 38.483358803726148 ], [ -112.5161320916114, 38.483590462106925 ], [ -112.51596000601242, 38.483858527213954 ], [ -112.51574610484546, 38.484046030365811 ], [ -112.51543851407222, 38.48419419408058 ], [ -112.51512118671333, 38.484315448652779 ], [ -112.51485984631593, 38.484372898112248 ], [ -112.5145272544468, 38.484422257041736 ], [ -112.51397287075032, 38.484501516844517 ], [ -112.51375585238199, 38.484540367976578 ], [ -112.51339096212968, 38.484635198360472 ], [ -112.51308356800133, 38.48473829619796 ], [ -112.51281065244328, 38.484845453563985 ], [ -112.51248014466223, 38.484939836967548 ], [ -112.51218533945534, 38.485096838500652 ], [ -112.51211469765198, 38.48528248513194 ], [ -112.51214185792898, 38.485484891782264 ], [ -112.51213604489858, 38.485755309963551 ], [ -112.5120483036158, 38.485945683052307 ], [ -112.51191959776902, 38.486096033486739 ], [ -112.51173424032167, 38.486278655133553 ], [ -112.51158834021352, 38.486429227163519 ], [ -112.51144892338728, 38.486615761082739 ], [ -112.51128678691704, 38.486757530855805 ], [ -112.51114039734517, 38.486939648674444 ], [ -112.51102456125305, 38.487157417829494 ], [ -112.5107512468129, 38.487575470136946 ], [ -112.51064641799198, 38.487716499706735 ], [ -112.51040646933865, 38.488030489278891 ], [ -112.51025032319919, 38.488239766127492 ], [ -112.51016745897192, 38.488389523435785 ], [ -112.51012499476786, 38.488552276869441 ], [ -112.510106959667, 38.488786806746127 ], [ -112.51011457631027, 38.489151671624064 ], [ -112.51014210896091, 38.489372096711016 ], [ -112.5101998027643, 38.489664224291289 ], [ -112.5102725278921, 38.48985252649134 ], [ -112.5104042769849, 38.490067101662753 ], [ -112.51049774740743, 38.49020557325197 ], [ -112.51064516927279, 38.490401923105637 ], [ -112.51080443095846, 38.490616142874487 ], [ -112.51093428408279, 38.49079469613708 ], [ -112.5110811437701, 38.490964018366505 ], [ -112.51123401786448, 38.491146779930716 ], [ -112.51139722808054, 38.491330309023724 ], [ -112.51155686850194, 38.491507575955602 ], [ -112.51175061810275, 38.491725854900857 ], [ -112.51196259651911, 38.491938491292743 ], [ -112.51218301459376, 38.4921708434415 ], [ -112.51247619705607, 38.49242838850094 ], [ -112.51275526495353, 38.49261402372283 ], [ -112.51300501714734, 38.492768497046562 ], [ -112.51327854466687, 38.492963214000227 ], [ -112.51349917021474, 38.493095534074442 ], [ -112.51369066750425, 38.493205701686911 ], [ -112.51394568383658, 38.493337576350207 ], [ -112.51414873985122, 38.493452099472847 ], [ -112.51430547241817, 38.493544692723475 ], [ -112.51453699879707, 38.493649835564241 ], [ -112.51483739915375, 38.493758592704346 ], [ -112.51505776089249, 38.493823327525078 ], [ -112.51526474467762, 38.493906257881989 ], [ -112.51546026573288, 38.493989336214121 ], [ -112.51561776985822, 38.494063894848594 ], [ -112.51587871307572, 38.494204699942145 ], [ -112.5159847146041, 38.494338499009231 ], [ -112.51605679882998, 38.494495265648659 ], [ -112.51614204636816, 38.494732964592188 ], [ -112.51623140765997, 38.494948081644303 ], [ -112.51634072945052, 38.495185468695453 ], [ -112.51652080311354, 38.495570627775969 ], [ -112.51665247423981, 38.495834759309666 ], [ -112.5167553930773, 38.496094757394793 ], [ -112.51685390358571, 38.496417892399606 ], [ -112.51694104588019, 38.496745680276462 ], [ -112.51698655433742, 38.497001916103763 ], [ -112.51703075274301, 38.497141020462713 ], [ -112.51715180315405, 38.497499908791383 ], [ -112.51727069341304, 38.497701125191256 ], [ -112.51740000847164, 38.497852643587841 ], [ -112.51754078789889, 38.498004013259127 ], [ -112.51766372932408, 38.498124975140826 ], [ -112.51784039524645, 38.498347069482115 ], [ -112.5179408638312, 38.498489949748574 ], [ -112.51805308041666, 38.498646194739614 ], [ -112.51814866897651, 38.498829689437471 ], [ -112.51822018368254, 38.499013496183686 ], [ -112.51829879671662, 38.499153054919653 ], [ -112.51839915386697, 38.499290529356706 ], [ -112.51849446043188, 38.499460510279576 ], [ -112.51858394082295, 38.499626060969938 ], [ -112.51865594168328, 38.499778321169224 ], [ -112.51882202111587, 38.500042003704735 ], [ -112.51880785248397, 38.500186370048112 ], [ -112.51868713919113, 38.500444760920004 ], [ -112.51858068884304, 38.500563289838389 ], [ -112.51839990976217, 38.500691793940597 ], [ -112.51808174800576, 38.500831090374213 ], [ -112.51780942325145, 38.500968890662406 ], [ -112.51757640951003, 38.501067431780264 ], [ -112.51733266808262, 38.501201255949852 ], [ -112.51714492432731, 38.50127127421333 ], [ -112.51689957494396, 38.501328521334116 ], [ -112.51645819736196, 38.501334238371321 ], [ -112.51624705135569, 38.501382029751028 ], [ -112.5158346175221, 38.501400886758866 ], [ -112.51559329927423, 38.501376976262648 ], [ -112.5153187208641, 38.50140756416566 ], [ -112.51507957356048, 38.501487255751464 ], [ -112.51485074367619, 38.501566813374311 ], [ -112.51455223497373, 38.501768925901345 ], [ -112.51437248333946, 38.501946973309963 ], [ -112.51421058788867, 38.502156329475596 ], [ -112.51414406478696, 38.502265326654189 ], [ -112.51419867372827, 38.502408803068136 ], [ -112.51433907840314, 38.502542158489028 ], [ -112.51450757892671, 38.502648116105917 ], [ -112.51482050089078, 38.502805372506657 ], [ -112.51500499152228, 38.5028534495044 ], [ -112.51521229833288, 38.502895824116294 ], [ -112.51544719597855, 38.502941445835411 ], [ -112.51568489673592, 38.503011361600457 ], [ -112.51593966841384, 38.503129717476618 ], [ -112.51616511806158, 38.503216912541077 ], [ -112.51638259902742, 38.503470921409296 ], [ -112.51649031625769, 38.503685800158365 ], [ -112.51649371753363, 38.503847961437287 ], [ -112.51649242573637, 38.504059746231391 ], [ -112.51648795254182, 38.504393226208606 ], [ -112.51651053535558, 38.504649758802088 ], [ -112.51654993779077, 38.504888050722251 ], [ -112.51664093280748, 38.505125674362169 ], [ -112.51678399342521, 38.505385151981862 ], [ -112.5169171967775, 38.505721354045995 ], [ -112.51696627051714, 38.505873912141261 ], [ -112.5170327189051, 38.506089324926229 ], [ -112.51716096062628, 38.506407568135039 ], [ -112.5172941677601, 38.506743769638724 ], [ -112.51738431682672, 38.506940852248277 ], [ -112.51756329266094, 38.507271954559478 ], [ -112.51775373551767, 38.507602907925836 ], [ -112.51796024322319, 38.507879584283103 ], [ -112.51810123321755, 38.508039961551084 ], [ -112.51825961120394, 38.508209124572005 ], [ -112.51837833388961, 38.508401330120442 ], [ -112.51853917355029, 38.508687608997455 ], [ -112.51861155149243, 38.508911955229181 ], [ -112.51860653174151, 38.509164339469883 ], [ -112.51857406708126, 38.509529722120391 ], [ -112.51856008598175, 38.509683097198099 ], [ -112.51856529059346, 38.509930843102516 ], [ -112.51854481952799, 38.510048256757287 ], [ -112.51349398568723, 38.510050575033546 ], [ -112.50764360349648, 38.51004495052004 ], [ -112.50313632693705, 38.510044327085438 ], [ -112.50072684123505, 38.509995033425064 ], [ -112.49115504355056, 38.509945208481192 ], [ -112.47285194923593, 38.510005659292226 ], [ -112.45460479388741, 38.509999472359006 ], [ -112.43630826422429, 38.510049620327905 ], [ -112.41807071412643, 38.510069159038451 ], [ -112.41146553145202, 38.51005885352513 ], [ -112.40735981029385, 38.510067722720201 ], [ -112.40465323666159, 38.510073188723574 ], [ -112.3997558931745, 38.510068756360084 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 14, \"properties\": { \"NAME\": \"RICH COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 484, \"Color4\": \"2\", \"Shape_Leng\": 299642.58843499998, \"Shape_Area\": 2811580376.1999998 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.04674855447016, 42.001717737273943 ], [ -111.04674726896133, 41.999961437908233 ], [ -111.04692340746944, 41.993179341413814 ], [ -111.04679801000107, 41.978570541975202 ], [ -111.04668838705119, 41.968955925041691 ], [ -111.04663650196841, 41.964006753383956 ], [ -111.04680843102122, 41.95158639742084 ], [ -111.04677669657382, 41.949438301593027 ], [ -111.04673751158712, 41.937085550677153 ], [ -111.04675563155956, 41.920603136929252 ], [ -111.04660027070078, 41.905971647105169 ], [ -111.04668176613175, 41.893708821644708 ], [ -111.04667973318563, 41.890916703020451 ], [ -111.04643311405054, 41.874947654928377 ], [ -111.04626023237037, 41.835731703304539 ], [ -111.04627983168544, 41.821140456719867 ], [ -111.04634766604242, 41.806670747609346 ], [ -111.0463300132707, 41.792192029401328 ], [ -111.04632687962011, 41.777808743101858 ], [ -111.04633251944209, 41.77728543310932 ], [ -111.04630851285526, 41.762311255885145 ], [ -111.04625874589973, 41.749967112258268 ], [ -111.046246065242, 41.749057404138291 ], [ -111.0462329208479, 41.739118107505632 ], [ -111.04619222254075, 41.732669052409626 ], [ -111.0461472815503, 41.728679829747591 ], [ -111.04609633353716, 41.724688805278127 ], [ -111.04607397138066, 41.710214385169053 ], [ -111.04601556283434, 41.695730935764189 ], [ -111.04605326188673, 41.681189765349117 ], [ -111.04601301073102, 41.675284678373316 ], [ -111.04595281778867, 41.666664826265482 ], [ -111.04594863951947, 41.652338871259367 ], [ -111.04591824661536, 41.643363187168177 ], [ -111.04596521398362, 41.62496587450741 ], [ -111.0459700326607, 41.623299529702109 ], [ -111.04596575015397, 41.60881583884585 ], [ -111.04585524845855, 41.579870906312784 ], [ -111.04582094640242, 41.565283533098246 ], [ -111.04577285127421, 41.556613970053355 ], [ -111.04575813238493, 41.554447704232985 ], [ -111.04573994328153, 41.550759192943623 ], [ -111.0457764751384, 41.536252783985951 ], [ -111.04588790061806, 41.507320907574787 ], [ -111.04587670521703, 41.499948315686503 ], [ -111.04591363035367, 41.492854926542051 ], [ -111.0459752869566, 41.478393398388889 ], [ -111.04612073589892, 41.463922792649825 ], [ -111.04619031076814, 41.452280545467246 ], [ -111.04621819323383, 41.449393620533442 ], [ -111.0461960086496, 41.4349950691877 ], [ -111.04626950708348, 41.420506367453171 ], [ -111.04623052598127, 41.406035689517253 ], [ -111.04639983119995, 41.374932288937032 ], [ -111.04642134744287, 41.358096956986174 ], [ -111.04647199250051, 41.343576543131704 ], [ -111.04654696870762, 41.314576150594085 ], [ -111.04661429654927, 41.300073635313666 ], [ -111.0466244327947, 41.289147198307717 ], [ -111.04667723190111, 41.271064019865555 ], [ -111.04672307572315, 41.251629610800684 ], [ -111.05690433046058, 41.251552966456977 ], [ -111.05788903252201, 41.251543467748078 ], [ -111.05823515296021, 41.25152077360017 ], [ -111.05890353352164, 41.251488906157626 ], [ -111.05965542758236, 41.251416456298273 ], [ -111.06026406505859, 41.251317053064426 ], [ -111.06095623466076, 41.251199586731147 ], [ -111.06161259016989, 41.251077631482474 ], [ -111.0621853373287, 41.250897166684531 ], [ -111.06284164435905, 41.250730165225185 ], [ -111.06335475883172, 41.250603774202865 ], [ -111.06392154238256, 41.250436815804598 ], [ -111.06463740761588, 41.25015717294503 ], [ -111.06511582129527, 41.249950623707363 ], [ -111.06580061119639, 41.249638562915628 ], [ -111.06671203659502, 41.249196653947415 ], [ -111.06733355437261, 41.248885521426949 ], [ -111.06795381671859, 41.24852033918652 ], [ -111.06844286421811, 41.248231798369808 ], [ -111.06891991066774, 41.24788471162551 ], [ -111.06949826717603, 41.247411451880048 ], [ -111.07005278856006, 41.246978739024378 ], [ -111.07042247025385, 41.246694766211412 ], [ -111.07079217791323, 41.246437815736996 ], [ -111.07117383712297, 41.246198872381527 ], [ -111.07123947908062, 41.246198831787488 ], [ -111.07166174331036, 41.24598688523286 ], [ -111.07224152464462, 41.24575682269824 ], [ -111.07286186014387, 41.24550871587472 ], [ -111.07336285372064, 41.245269689652005 ], [ -111.07407844422333, 41.244832350592972 ], [ -111.0745316283525, 41.244539302880305 ], [ -111.07477606684589, 41.244345475524092 ], [ -111.07495495148267, 41.244228257102243 ], [ -111.0751993256065, 41.243980381747527 ], [ -111.07555096788805, 41.243610829477426 ], [ -111.0758250640926, 41.243268350771402 ], [ -111.07621101024904, 41.242642049915652 ], [ -111.07673043755238, 41.241867029162741 ], [ -111.07709371341228, 41.241258756022702 ], [ -111.07756541053973, 41.240506282919398 ], [ -111.07804659025864, 41.239708762050761 ], [ -111.07851715929661, 41.239029249305581 ], [ -111.07914381670797, 41.238158660659778 ], [ -111.07984570950282, 41.23734746824357 ], [ -111.08064400093092, 41.236338931677793 ], [ -111.08118614803466, 41.235684579516715 ], [ -111.08172709216703, 41.235031126371567 ], [ -111.08250278920984, 41.234129786219896 ], [ -111.08302109250171, 41.233521382401847 ], [ -111.08368969524319, 41.232881339497382 ], [ -111.08418300638101, 41.232340507533486 ], [ -111.0842366269185, 41.232281917143659 ], [ -111.08488482132182, 41.231565315161518 ], [ -111.08561891273406, 41.230848645609193 ], [ -111.08634580523082, 41.230113960935938 ], [ -111.0869237005155, 41.229505494441582 ], [ -111.08751946349486, 41.228882598800553 ], [ -111.08784710546753, 41.228522934946447 ], [ -111.0886870718105, 41.227621503102768 ], [ -111.08957475279902, 41.226729035771996 ], [ -111.09024777823555, 41.225931312668365 ], [ -111.09100416740016, 41.225034432944085 ], [ -111.09139718328136, 41.224525176179547 ], [ -111.09167099264278, 41.224093480808492 ], [ -111.09206987973153, 41.223524764939782 ], [ -111.09240313616758, 41.222952497161621 ], [ -111.092825738653, 41.222290077489582 ], [ -111.09318269609376, 41.221614197495185 ], [ -111.09353366821078, 41.220929313287186 ], [ -111.09398572356154, 41.220023652115998 ], [ -111.0944199751428, 41.21919006677922 ], [ -111.09487175902115, 41.218113252075419 ], [ -111.09523438281089, 41.2172617065902 ], [ -111.09555548656279, 41.216576840408955 ], [ -111.09585277088536, 41.215923520726555 ], [ -111.09609659828801, 41.215427883067626 ], [ -111.09633445741143, 41.214932249843379 ], [ -111.09686372594606, 41.213859865648779 ], [ -111.09732756230346, 41.212918148744805 ], [ -111.09769031327367, 41.212192705328356 ], [ -111.09815440204142, 41.211435646682311 ], [ -111.09857090158289, 41.210768705879964 ], [ -111.09895178412197, 41.210218896904635 ], [ -111.09939232199815, 41.20968254701048 ], [ -111.09985083393707, 41.209204731209716 ], [ -111.10085138909145, 41.208285052539765 ], [ -111.10128026229694, 41.207937871600471 ], [ -111.10153636479579, 41.207712448306026 ], [ -111.1037338646732, 41.20946252835418 ], [ -111.10595058766957, 41.211225159288212 ], [ -111.11030317094604, 41.214690015972771 ], [ -111.11122073975308, 41.214112627811353 ], [ -111.11197743593199, 41.213643483645484 ], [ -111.11226343088629, 41.21346755111469 ], [ -111.1131688812962, 41.212800080102156 ], [ -111.1139255874928, 41.212353442786146 ], [ -111.11449165267082, 41.21203760476763 ], [ -111.11502801707925, 41.211793856857327 ], [ -111.11542728582971, 41.211599787409817 ], [ -111.11615426102527, 41.211220724451145 ], [ -111.11884802950935, 41.210069467930765 ], [ -111.1215655596622, 41.20891812311902 ], [ -111.12170858009061, 41.208854916697113 ], [ -111.12576280379523, 41.208156951669338 ], [ -111.12609665022761, 41.208085424125024 ], [ -111.12641270457749, 41.208066161020867 ], [ -111.12675253814196, 41.208007236076206 ], [ -111.12690752302139, 41.207966529795854 ], [ -111.12710427984668, 41.207938388285129 ], [ -111.12727120273625, 41.207903073084559 ], [ -111.12802242637666, 41.207781534434837 ], [ -111.12840402926933, 41.207735169248437 ], [ -111.12856975638751, 41.207698952707062 ], [ -111.12910156285353, 41.207608278661326 ], [ -111.1292625181211, 41.207572066471741 ], [ -111.12954871565516, 41.207535713238784 ], [ -111.12971564331446, 41.207503997652303 ], [ -111.13003761489888, 41.207463098948814 ], [ -111.13020453320726, 41.207426878708681 ], [ -111.13066364720308, 41.20737231125311 ], [ -111.13105122231936, 41.207332236054491 ], [ -111.13121216503167, 41.207290616406723 ], [ -111.13148045953234, 41.207249774813185 ], [ -111.13163543065222, 41.207204558226593 ], [ -111.13173679880568, 41.207195434404369 ], [ -111.13188579668598, 41.207145720357744 ], [ -111.13199311955128, 41.207132085534845 ], [ -111.13214209897052, 41.207073363266261 ], [ -111.13225538554585, 41.207059721355762 ], [ -111.13261905503076, 41.206996247761467 ], [ -111.1329588956803, 41.206946312398522 ], [ -111.13316153034538, 41.206878518939874 ], [ -111.1332686788752, 41.206779307970834 ], [ -111.13320880281888, 41.20666227439358 ], [ -111.13317879181307, 41.206567726029526 ], [ -111.13315474472255, 41.206473170760631 ], [ -111.13300499052586, 41.206148158179481 ], [ -111.13281330382506, 41.205730412246048 ], [ -111.13266962773427, 41.205460340449065 ], [ -111.13254964408094, 41.205109169966349 ], [ -111.13246551641511, 41.204793989758599 ], [ -111.1323396821375, 41.204497774027466 ], [ -111.13216588265659, 41.204073700796009 ], [ -111.13205204890764, 41.203812601813176 ], [ -111.13189762765985, 41.203533533363803 ], [ -111.13181832117509, 41.203240866866096 ], [ -111.13171648772247, 41.203014884654905 ], [ -111.13157276978517, 41.202718688443944 ], [ -111.13144695975247, 41.202430578726386 ], [ -111.1313509950219, 41.202155946699143 ], [ -111.13121310729251, 41.201791283156901 ], [ -111.13105144847768, 41.20146718211798 ], [ -111.13094953244547, 41.201197060441238 ], [ -111.13088352283053, 41.20098995330568 ], [ -111.13069778144889, 41.20054877611333 ], [ -111.13062590851872, 41.200391219029356 ], [ -111.13042231662259, 41.199968077435322 ], [ -111.13033230514101, 41.199684429773995 ], [ -111.13024246408372, 41.199486357105272 ], [ -111.13011060482444, 41.199148709022602 ], [ -111.1299549139887, 41.198820996379027 ], [ -111.12987703532195, 41.198640024952212 ], [ -111.12976927218808, 41.198423956237427 ], [ -111.12967341814431, 41.198198866079935 ], [ -111.12955951572106, 41.197892724808625 ], [ -111.12949360260025, 41.197730656275567 ], [ -111.12948732001676, 41.197568520671311 ], [ -111.12988046985768, 41.197360895667039 ], [ -111.13016642627693, 41.197225453929747 ], [ -111.13042264709114, 41.197130580828095 ], [ -111.1306371012831, 41.197023143441164 ], [ -111.13086942212779, 41.196904875839699 ], [ -111.13112560472052, 41.196791985358558 ], [ -111.13139969326598, 41.196688081805085 ], [ -111.13150692704033, 41.196638415808231 ], [ -111.13194178725628, 41.196421728175189 ], [ -111.13222765375723, 41.196245745727609 ], [ -111.13248369522317, 41.196065292914135 ], [ -111.13267417102215, 41.195898426968768 ], [ -111.13294797999747, 41.195659401105843 ], [ -111.13316229564128, 41.195488002855292 ], [ -111.1334766573863, 41.195253432789173 ], [ -111.13365161588372, 41.195082079223255 ], [ -111.1339421228478, 41.194847535551681 ], [ -111.1341803394636, 41.194703131376471 ], [ -111.13447221053595, 41.194554160105838 ], [ -111.13465811900485, 41.194490887375522 ], [ -111.1348296703442, 41.194405111326262 ], [ -111.13495461023076, 41.194269846027716 ], [ -111.13513897290794, 41.194035423635839 ], [ -111.13538910003996, 41.193886499000051 ], [ -111.13568702041368, 41.193782557179496 ], [ -111.13622338114602, 41.193646805045837 ], [ -111.13662871116246, 41.1935832693866 ], [ -111.13695650714297, 41.193510816594745 ], [ -111.13714731197636, 41.193510589539351 ], [ -111.13743919927242, 41.193375122602234 ], [ -111.13760002075686, 41.193293859182319 ], [ -111.13781548073064, 41.193108938943212 ], [ -111.13789753608742, 41.192999844738416 ], [ -111.13795076649262, 41.192793499325226 ], [ -111.13800996669934, 41.192590749900084 ], [ -111.13829000832273, 41.192495830682816 ], [ -111.13860592893143, 41.192450411245083 ], [ -111.13893963200431, 41.192355425853769 ], [ -111.13916601798108, 41.192265073186576 ], [ -111.13939340476983, 41.192084639520182 ], [ -111.13957662951175, 41.191886243059066 ], [ -111.13971938485611, 41.191723927141389 ], [ -111.13985016662578, 41.191539105744639 ], [ -111.13997500439245, 41.191363299353291 ], [ -111.14018801834271, 41.191155857752044 ], [ -111.14033805822629, 41.191055686938462 ], [ -111.1407374270475, 41.191002052790964 ], [ -111.14103552883827, 41.190992680196594 ], [ -111.14129781728336, 41.190965334901698 ], [ -111.14151827160579, 41.190893000741042 ], [ -111.14172664522282, 41.190748617535078 ], [ -111.14181558554084, 41.19051880567617 ], [ -111.14186285679129, 41.190320572851874 ], [ -111.14180282503087, 41.190131480102217 ], [ -111.14168313151741, 41.189924444850014 ], [ -111.14148590939257, 41.189708496795198 ], [ -111.14130659478855, 41.189501534362748 ], [ -111.14113917683328, 41.189281045157244 ], [ -111.14097159577202, 41.188983988417945 ], [ -111.14085175253744, 41.188704888926551 ], [ -111.14074369967408, 41.188362719309396 ], [ -111.14066525627572, 41.187925930034346 ], [ -111.14063499261168, 41.187714280381947 ], [ -111.14070596922751, 41.187448459426406 ], [ -111.14086049155505, 41.187218568034446 ], [ -111.14106288326155, 41.187069689285742 ], [ -111.14133077914823, 41.186884698047024 ], [ -111.14161060729424, 41.186704195480608 ], [ -111.14203333736695, 41.186437940633589 ], [ -111.14230726794709, 41.186288971435928 ], [ -111.1426763836743, 41.186045300302602 ], [ -111.14292055033059, 41.185918886363808 ], [ -111.14319439823957, 41.185733883371022 ], [ -111.14343274626498, 41.185674134361001 ], [ -111.14383209955469, 41.18562949740928 ], [ -111.14435658161334, 41.185552273709263 ], [ -111.14472016992109, 41.185511281676654 ], [ -111.14505405750495, 41.185519869599261 ], [ -111.14536390822678, 41.18544291142301 ], [ -111.14560211553483, 41.185321003282461 ], [ -111.14595935983188, 41.185108864407532 ], [ -111.14628088073353, 41.184919289657209 ], [ -111.14662645816695, 41.184824266806551 ], [ -111.14685861853769, 41.184666331972146 ], [ -111.14713204688115, 41.184301161199976 ], [ -111.14733450624166, 41.184192807035387 ], [ -111.14757852558904, 41.184007831723932 ], [ -111.14792375175021, 41.183759670324122 ], [ -111.14815596615017, 41.183628756619889 ], [ -111.14847734122324, 41.183380624224242 ], [ -111.14874517061487, 41.183182103799098 ], [ -111.14921579818296, 41.183028359929686 ], [ -111.14966738717696, 41.182892654771713 ], [ -111.14996645824257, 41.182802186270209 ], [ -111.15050249352311, 41.182576288364054 ], [ -111.15066945084861, 41.182589582000865 ], [ -111.15077075562861, 41.182570532741423 ], [ -111.15133088369336, 41.182453595612117 ], [ -111.1516584104557, 41.182295525703921 ], [ -111.1519975568753, 41.182006824262544 ], [ -111.15225933542105, 41.181776775785835 ], [ -111.15256281171065, 41.181533159555578 ], [ -111.1529021576397, 41.181333633860568 ], [ -111.15309867036612, 41.181239690130219 ], [ -111.15352725918062, 41.180964377137343 ], [ -111.15366383698101, 41.180734492250402 ], [ -111.15378259263998, 41.180531654844593 ], [ -111.15393142900598, 41.180445880484868 ], [ -111.15415768995373, 41.18032847449858 ], [ -111.15436615037451, 41.180247123732237 ], [ -111.15471738795972, 41.180039469554004 ], [ -111.15502120820096, 41.179948981510826 ], [ -111.15542033559754, 41.179826836263793 ], [ -111.1556705653005, 41.179763442665461 ], [ -111.15618276413794, 41.17956007031848 ], [ -111.15631960816901, 41.17944728526215 ], [ -111.15638475471225, 41.17926703776152 ], [ -111.15644395027932, 41.1790913022786 ], [ -111.15653294141812, 41.17891102229332 ], [ -111.15667545502231, 41.178676621714871 ], [ -111.15677041699129, 41.178500837388725 ], [ -111.15701396916933, 41.178140187436398 ], [ -111.15707922012656, 41.17800497913791 ], [ -111.1571729339727, 41.177806676273278 ], [ -111.15729902093128, 41.17768489674387 ], [ -111.1575015510294, 41.177621564281203 ], [ -111.15769213673502, 41.17754923985958 ], [ -111.15786483844708, 41.177476939635085 ], [ -111.15805544498636, 41.177413622538509 ], [ -111.15825796267612, 41.177345784782304 ], [ -111.15843647246048, 41.177210420022831 ], [ -111.15856728141162, 41.177070616684958 ], [ -111.15875053697712, 41.176926236942293 ], [ -111.1590975080736, 41.176939270128919 ], [ -111.15943721671843, 41.176907272538998 ], [ -111.15964583471344, 41.176897975613713 ], [ -111.15984242088231, 41.176843655223713 ], [ -111.16012824814953, 41.176717146807974 ], [ -111.16031868557195, 41.176586266514633 ], [ -111.16054472386666, 41.176387776604322 ], [ -111.1607101229711, 41.176256930554274 ], [ -111.16102676709016, 41.176058313230008 ], [ -111.16128908694424, 41.176071458133507 ], [ -111.16165264533149, 41.176043924586274 ], [ -111.16203389790179, 41.175939797355845 ], [ -111.16248174597798, 41.175768015248003 ], [ -111.1628319402983, 41.175640508488556 ], [ -111.16318365407835, 41.175645415503674 ], [ -111.16347581141625, 41.175672025089696 ], [ -111.16359497814653, 41.175650236793324 ], [ -111.16373202562011, 41.175627522161122 ], [ -111.16422652944527, 41.175522325826385 ], [ -111.16446018985332, 41.175517488451746 ], [ -111.16480462343493, 41.17547195634279 ], [ -111.16513847377807, 41.175484990110427 ], [ -111.16537125894367, 41.175606263564482 ], [ -111.16575344539274, 41.17587595295327 ], [ -111.16609912903732, 41.175852935072186 ], [ -111.16627183979257, 41.175789630171948 ], [ -111.16656994862369, 41.175811719337318 ], [ -111.16692202715163, 41.175959840942163 ], [ -111.16708923415254, 41.17607670195202 ], [ -111.16739933547872, 41.176125795444129 ], [ -111.16764354396265, 41.176048872618594 ], [ -111.16783407941536, 41.175963019538571 ], [ -111.16814365095431, 41.17580492876634 ], [ -111.16865579178274, 41.175606004905944 ], [ -111.16884043300597, 41.175547182661916 ], [ -111.16897722379714, 41.175425374620836 ], [ -111.16913749890402, 41.175163908567619 ], [ -111.16929191614528, 41.174942986707563 ], [ -111.16974455364506, 41.174789185221513 ], [ -111.17006033224558, 41.174730167679947 ], [ -111.17022709860819, 41.174675873575865 ], [ -111.17050697051397, 41.174562860111152 ], [ -111.17098239453122, 41.174463067779435 ], [ -111.17110855495061, 41.174381808787913 ], [ -111.17123351114986, 41.17429604746733 ], [ -111.17155594558882, 41.174047848755905 ], [ -111.17176405861349, 41.173849363456604 ], [ -111.17189344019991, 41.173632979376144 ], [ -111.17199403230515, 41.173349078423293 ], [ -111.17207096896131, 41.173137276407573 ], [ -111.17217166567687, 41.17289391095067 ], [ -111.17236186732929, 41.17268644334343 ], [ -111.17270128720266, 41.172555319462482 ], [ -111.17297537464337, 41.172514372341659 ], [ -111.17320772474693, 41.172468983358179 ], [ -111.17335043802338, 41.172338153195355 ], [ -111.17345135449446, 41.172180361911593 ], [ -111.17357004557132, 41.171982007914899 ], [ -111.1737426080508, 41.171869148199654 ], [ -111.1740284941371, 41.171783140951547 ], [ -111.1744213966451, 41.171593379397791 ], [ -111.17476626469497, 41.171273073902952 ], [ -111.17503960225255, 41.170952876084279 ], [ -111.17531886169725, 41.170619156638175 ], [ -111.17547936429747, 41.170456768839848 ], [ -111.17575309219224, 41.170285200137002 ], [ -111.17594974160879, 41.170266883976943 ], [ -111.17636693053745, 41.170248230004468 ], [ -111.17672467127494, 41.170288217528253 ], [ -111.17707620694412, 41.170237233021133 ], [ -111.17744561634636, 41.170183517516975 ], [ -111.17771972742612, 41.170156071008783 ], [ -111.17818459928451, 41.170137336871498 ], [ -111.1783932785557, 41.170159533777834 ], [ -111.17869736305626, 41.170195094281105 ], [ -111.17884151222188, 41.170159739486316 ], [ -111.17898328437909, 41.170127090594548 ], [ -111.17917960109244, 41.169987161890283 ], [ -111.17936384612803, 41.169792303049697 ], [ -111.17956000363544, 41.169594722948339 ], [ -111.17969673757204, 41.169463894186933 ], [ -111.17982783070553, 41.16945017764386 ], [ -111.1801735125208, 41.169440629468632 ], [ -111.18044908329829, 41.169512261820394 ], [ -111.18093093645037, 41.169601585600276 ], [ -111.18142582940969, 41.169663862923358 ], [ -111.18178111110196, 41.169676814719324 ], [ -111.18198616396309, 41.169680994907694 ], [ -111.18231377794766, 41.169603909102747 ], [ -111.18250435050749, 41.169545055518739 ], [ -111.18261175141961, 41.169585421146643 ], [ -111.18283887526863, 41.169810260008951 ], [ -111.18312622027221, 41.170255697853413 ], [ -111.18331169967969, 41.17050762585346 ], [ -111.18347318743191, 41.170705543971103 ], [ -111.18372921509635, 41.170606048245915 ], [ -111.18418195278649, 41.170510741553613 ], [ -111.18466422629483, 41.170320802093478 ], [ -111.18515844340611, 41.170139849376142 ], [ -111.18568836738864, 41.169939920246918 ], [ -111.18599213886228, 41.169863763215574 ], [ -111.18638423713521, 41.169827097541699 ], [ -111.186725113154, 41.169804025531079 ], [ -111.18696351981255, 41.1697991348166 ], [ -111.18733894319034, 41.169767897737813 ], [ -111.18805379934025, 41.169626208570371 ], [ -111.18847058049698, 41.169467887943448 ], [ -111.18876812496686, 41.169300753310708 ], [ -111.18897640390105, 41.169183308213277 ], [ -111.18937519502806, 41.168988981947919 ], [ -111.18965507462801, 41.168898441778595 ], [ -111.18996463835225, 41.168767316121382 ], [ -111.19018482119384, 41.168645345213051 ], [ -111.19047055423675, 41.168518761520929 ], [ -111.1908037338471, 41.16831102681688 ], [ -111.19110241995033, 41.168130372282128 ], [ -111.1912856969431, 41.16802647642038 ], [ -111.19154772820805, 41.167949473233058 ], [ -111.19186929626156, 41.167849850367723 ], [ -111.19243504845832, 41.167685862329364 ], [ -111.19280417995576, 41.167546522312811 ], [ -111.19333981077907, 41.167275385400089 ], [ -111.19377427248972, 41.167058464047606 ], [ -111.19404808189061, 41.166935494699601 ], [ -111.19419673111386, 41.1668145373757 ], [ -111.19441069973016, 41.166611497095616 ], [ -111.19470220264471, 41.166426341320083 ], [ -111.19506534605964, 41.166281599371843 ], [ -111.19535705969544, 41.166168505344956 ], [ -111.1958331210926, 41.165915473743681 ], [ -111.19625588724341, 41.165779634620378 ], [ -111.19655974561643, 41.165743084609147 ], [ -111.19678014860961, 41.165702172413987 ], [ -111.19707800573694, 41.165652119329572 ], [ -111.19754848894243, 41.165529705764357 ], [ -111.19807243483696, 41.165348646532991 ], [ -111.19827481956978, 41.165262722596054 ], [ -111.1984892326259, 41.165212809466567 ], [ -111.19882902447885, 41.16523474336303 ], [ -111.19903785855115, 41.165310950458483 ], [ -111.19924661124946, 41.165360133397705 ], [ -111.19954825685369, 41.165381230352786 ], [ -111.19972327537693, 41.165312466426151 ], [ -111.19975898658684, 41.165296190149562 ], [ -111.19993704953237, 41.165052665947591 ], [ -111.20009755989308, 41.164917267631161 ], [ -111.20024619067253, 41.164795401700864 ], [ -111.20047229013966, 41.164669797584722 ], [ -111.20109141311399, 41.164433610274649 ], [ -111.20158541636049, 41.164212051426105 ], [ -111.20202599800294, 41.164062647955333 ], [ -111.20258574884157, 41.163904025292815 ], [ -111.2029548903195, 41.163781767811628 ], [ -111.20313930059469, 41.163668843055163 ], [ -111.20320441455432, 41.16352460060601 ], [ -111.20334212761529, 41.163344198077247 ], [ -111.20344168276783, 41.163159358791376 ], [ -111.2036080853964, 41.163005929186433 ], [ -111.20378657437948, 41.162906525810655 ], [ -111.20406643609851, 41.162824958560158 ], [ -111.20444771239366, 41.162774738586727 ], [ -111.20486462089836, 41.162683918090657 ], [ -111.20515661067041, 41.162669886440213 ], [ -111.2052874037427, 41.16256606168681 ], [ -111.20561463097029, 41.162385318505301 ], [ -111.20594804179041, 41.162276627147897 ], [ -111.2061804456655, 41.162267203411446 ], [ -111.20638269724711, 41.162145233524527 ], [ -111.20667410415072, 41.161946535542782 ], [ -111.20706087945936, 41.161752169411749 ], [ -111.20739410008397, 41.161584922347082 ], [ -111.20756058897413, 41.161463014764806 ], [ -111.2077148023082, 41.161228529349906 ], [ -111.20782732523635, 41.161003126925593 ], [ -111.20805323763577, 41.160827063517445 ], [ -111.20826714397869, 41.160623997432552 ], [ -111.20844550528282, 41.160488555117489 ], [ -111.20880839972172, 41.160285218310079 ], [ -111.20901688612234, 41.160253312256764 ], [ -111.20924902453449, 41.160162810994379 ], [ -111.2095110033186, 41.160085766961366 ], [ -111.20985032687189, 41.159968045540808 ], [ -111.21017758617057, 41.159805305231451 ], [ -111.21043334356557, 41.159647198625187 ], [ -111.21072474158493, 41.159452994329357 ], [ -111.21095661486675, 41.159281418272442 ], [ -111.21108720418933, 41.159119035376477 ], [ -111.21115803891264, 41.15890721798425 ], [ -111.21136572398304, 41.158627589644183 ], [ -111.21155597791655, 41.158487616658356 ], [ -111.21191877915615, 41.158261750207679 ], [ -111.21219273870499, 41.158207197970427 ], [ -111.21246065111212, 41.158125632287081 ], [ -111.21274019041734, 41.157953964678143 ], [ -111.21297830413035, 41.157872452818786 ], [ -111.21328781311198, 41.157754776358288 ], [ -111.21362131933554, 41.157686598471848 ], [ -111.21400241195056, 41.157591307271595 ], [ -111.21456771490018, 41.157333528115792 ], [ -111.2148234815312, 41.157184419672362 ], [ -111.2151268479282, 41.157012701810416 ], [ -111.21533486391299, 41.156841161431963 ], [ -111.21547717917008, 41.156624703669621 ], [ -111.21557795573261, 41.156462371381537 ], [ -111.21565485345647, 41.156287472529122 ], [ -111.21581530711438, 41.156151151441854 ], [ -111.21599997255478, 41.156129186147524 ], [ -111.21625012432489, 41.156087280068007 ], [ -111.21650613422938, 41.156014735283321 ], [ -111.21663677752291, 41.155874865878609 ], [ -111.21689217748694, 41.155617657665275 ], [ -111.21742704612096, 41.155175257976602 ], [ -111.21793233278264, 41.154799570852866 ], [ -111.21834835298779, 41.154461884283101 ], [ -111.21862157307932, 41.154191126416819 ], [ -111.21892460108766, 41.153924815238504 ], [ -111.21921578364019, 41.153681045768174 ], [ -111.21945975773765, 41.153576989337971 ], [ -111.21988842980473, 41.153463571979692 ], [ -111.22023966374847, 41.153359309097453 ], [ -111.22080507208219, 41.153151042920236 ], [ -111.22116171692799, 41.152884623029138 ], [ -111.22140509400565, 41.152604907799471 ], [ -111.22163045583031, 41.152284690746228 ], [ -111.2219750837676, 41.151991267446903 ], [ -111.22235015714816, 41.151891456164421 ], [ -111.22290992296, 41.151782278416071 ], [ -111.22331428352591, 41.151533775446083 ], [ -111.22365986217235, 41.151172785287045 ], [ -111.22390800464153, 41.150897559440132 ], [ -111.22418089556746, 41.15054121294353 ], [ -111.22444182007412, 41.150171377104797 ], [ -111.2247026647681, 41.149779020821818 ], [ -111.22479644954875, 41.149323934087718 ], [ -111.22482519642408, 41.149017606130876 ], [ -111.22487184950018, 41.148720251193616 ], [ -111.22493060393873, 41.148476920574709 ], [ -111.22510868235828, 41.148278396784669 ], [ -111.22546542226415, 41.148052499172593 ], [ -111.225887332037, 41.147718376699942 ], [ -111.22616683851651, 41.147560188306031 ], [ -111.22651781396122, 41.147392850718418 ], [ -111.22682737353963, 41.147311169602183 ], [ -111.22699987299886, 41.147225253822526 ], [ -111.22740475032579, 41.147138879283958 ], [ -111.2276608844202, 41.147115853371645 ], [ -111.22795290920155, 41.147133291867434 ], [ -111.22841178549697, 41.147154902904944 ], [ -111.22842295207276, 41.146938688792943 ], [ -111.2283328729862, 41.146736187398218 ], [ -111.22826087259426, 41.146592202100727 ], [ -111.22820074238483, 41.146434681240734 ], [ -111.22821810211713, 41.146286014852542 ], [ -111.2283485324929, 41.146097489175901 ], [ -111.22863990836518, 41.145929362415231 ], [ -111.22891357076709, 41.145808111718189 ], [ -111.22916348682422, 41.145712130013365 ], [ -111.22935357139899, 41.145545103696968 ], [ -111.22943618657958, 41.145315235150854 ], [ -111.22948922986134, 41.145148481464275 ], [ -111.22952444532361, 41.144995275274155 ], [ -111.22969685660654, 41.144886835597909 ], [ -111.23003603406399, 41.144760046761725 ], [ -111.23033987083728, 41.144750431625148 ], [ -111.2306079267611, 41.144731879319238 ], [ -111.23094246151629, 41.144641129115712 ], [ -111.23120888222891, 41.144496466655916 ], [ -111.23134029902486, 41.144252986743631 ], [ -111.23139209751146, 41.14407272264873 ], [ -111.23144451726569, 41.143730313212771 ], [ -111.23153926084815, 41.143563474751716 ], [ -111.23164598667333, 41.143415528922858 ], [ -111.23202051702678, 41.143179666269461 ], [ -111.23240705935265, 41.142971702972112 ], [ -111.23282380349319, 41.142880781400031 ], [ -111.23319909559849, 41.142862006279948 ], [ -111.23373522222728, 41.142833895711213 ], [ -111.23406855139224, 41.14274313885435 ], [ -111.23427672938044, 41.142643627614952 ], [ -111.23475325762806, 41.142611129495833 ], [ -111.23534279422198, 41.142524350559022 ], [ -111.23590888465334, 41.142545712684672 ], [ -111.23620691388453, 41.142581133995115 ], [ -111.23663584145707, 41.142566741692242 ], [ -111.23704083953245, 41.142525373019225 ], [ -111.23731485542065, 41.142510396044408 ], [ -111.23779758643066, 41.142546333392673 ], [ -111.2381730380848, 41.142572581764568 ], [ -111.23856037339478, 41.142589796298537 ], [ -111.23864964219091, 41.142561686583441 ], [ -111.2388519755789, 41.142495508803854 ], [ -111.23924608044801, 41.142408214138428 ], [ -111.23960174503092, 41.142236322834023 ], [ -111.23999464261574, 41.142145424914247 ], [ -111.24033995770364, 41.142077144950015 ], [ -111.24074470331807, 41.141968203740078 ], [ -111.24112015280278, 41.14199444251517 ], [ -111.24143628737806, 41.142092868439782 ], [ -111.24196136549848, 41.142303454881421 ], [ -111.24220003245352, 41.142397537388057 ], [ -111.24257648072197, 41.142694009448782 ], [ -111.24285740441231, 41.142936633662202 ], [ -111.24301188643356, 41.14314349196713 ], [ -111.24299011366847, 41.143378646784114 ], [ -111.24299092497783, 41.14359844034697 ], [ -111.24300958070148, 41.143810089057375 ], [ -111.24314769859089, 41.144102557686665 ], [ -111.24344658817638, 41.144367662480093 ], [ -111.24367950664339, 41.144515802038057 ], [ -111.24409147239598, 41.144744633882105 ], [ -111.24436690367108, 41.145108873962556 ], [ -111.24452811043467, 41.14519861188225 ], [ -111.24465254704161, 41.145013683664168 ], [ -111.2448304727523, 41.144792609633015 ], [ -111.24493710023728, 41.14462573494675 ], [ -111.24511513799141, 41.144435287428827 ], [ -111.24526958377659, 41.144309747474729 ], [ -111.24553726393191, 41.144192073213155 ], [ -111.24578713599655, 41.144092452328827 ], [ -111.24601923392255, 41.144019892867831 ], [ -111.24643643776494, 41.144055033118917 ], [ -111.24678202624234, 41.144058797294086 ], [ -111.24707389014209, 41.144035651668325 ], [ -111.24734801484185, 41.144048575400994 ], [ -111.24757442377991, 41.144048089036815 ], [ -111.24786645693489, 41.144069981047984 ], [ -111.24822418260231, 41.144132266790834 ], [ -111.24862957408278, 41.144194448553897 ], [ -111.24887986715621, 41.144207420073847 ], [ -111.24921340383813, 41.144175170985662 ], [ -111.24966632500956, 41.144201214259247 ], [ -111.24981069666028, 41.144249544477354 ], [ -111.24985722491301, 41.144263856370372 ], [ -111.25032073459028, 41.144253842098792 ], [ -111.25061954206826, 41.144176624394753 ], [ -111.25079203642122, 41.14409968097835 ], [ -111.25111818129434, 41.144004386457766 ], [ -111.25133959995865, 41.143945351561904 ], [ -111.25167874779095, 41.143823003076641 ], [ -111.25202986228285, 41.143714139413618 ], [ -111.25250013736039, 41.143605013552083 ], [ -111.25294623243343, 41.143405858844375 ], [ -111.25343432593195, 41.143283178035624 ], [ -111.25370815357785, 41.143219519269365 ], [ -111.25426176531219, 41.143092186636231 ], [ -111.25468455963866, 41.143032700654992 ], [ -111.25512514000526, 41.142950653725954 ], [ -111.25565968105657, 41.142823356606151 ], [ -111.25623823913099, 41.142677943097738 ], [ -111.2568633372412, 41.142550438923948 ], [ -111.2573157219619, 41.142441333282449 ], [ -111.25791095528874, 41.142295874119611 ], [ -111.25833946579498, 41.142176909099966 ], [ -111.25891044109515, 41.141924303920668 ], [ -111.25934474914332, 41.141765686908144 ], [ -111.26007068987576, 41.14152984219578 ], [ -111.26075616535871, 41.141307596512142 ], [ -111.26134423131873, 41.141162135816515 ], [ -111.26174906152517, 41.141084648643144 ], [ -111.26225524595222, 41.141024945362446 ], [ -111.26246983626862, 41.141051480649708 ], [ -111.26274895133483, 41.141122908408484 ], [ -111.26290564076298, 41.141271182995432 ], [ -111.26310322251364, 41.141513948022293 ], [ -111.26337820456453, 41.141743023757606 ], [ -111.26355029734535, 41.141868742222591 ], [ -111.26386225780335, 41.142106740183664 ], [ -111.26405363471058, 41.142286461732851 ], [ -111.26434064777635, 41.142542531564821 ], [ -111.26448503277092, 41.14288900824203 ], [ -111.26467094454894, 41.143190349306664 ], [ -111.26495291229215, 41.14367162918122 ], [ -111.26498424379407, 41.144054397129757 ], [ -111.26496720337049, 41.144261620324095 ], [ -111.26496778351017, 41.14440574698375 ], [ -111.26493891724181, 41.144635517359859 ], [ -111.26484435115529, 41.144825803592511 ], [ -111.26475588041052, 41.145050306127303 ], [ -111.26461377410581, 41.145272229404057 ], [ -111.26438818979742, 41.145479030523866 ], [ -111.26420991228386, 41.145596543526544 ], [ -111.26385875394244, 41.145691932375939 ], [ -111.26348367131496, 41.145764854884106 ], [ -111.26299563237703, 41.14590109009162 ], [ -111.26252532261179, 41.14600125083809 ], [ -111.26212620978806, 41.14602558050094 ], [ -111.26162604894968, 41.146111392701918 ], [ -111.26115000955249, 41.146270112825533 ], [ -111.26075770576914, 41.146509713434483 ], [ -111.26043119066739, 41.146812219957773 ], [ -111.26034834350587, 41.146956535165188 ], [ -111.26026547817298, 41.147096346352861 ], [ -111.26019502784531, 41.147362241372505 ], [ -111.26011858290633, 41.1476191418787 ], [ -111.26001282186409, 41.147996815624133 ], [ -111.25988307261314, 41.14833580899603 ], [ -111.25977099856608, 41.148624317582275 ], [ -111.25967101837021, 41.148957838748963 ], [ -111.25953487707844, 41.149187849374528 ], [ -111.25939252771271, 41.149354817864307 ], [ -111.25914302887011, 41.149549051246787 ], [ -111.25880427292878, 41.149775012622428 ], [ -111.25865599718635, 41.149951001493271 ], [ -111.25853208613321, 41.150262055354702 ], [ -111.25845534838567, 41.150446891366677 ], [ -111.25814720942549, 41.150884469850872 ], [ -111.25788001896811, 41.151128284041867 ], [ -111.2577077791305, 41.151272797337171 ], [ -111.25754740324338, 41.151403771863123 ], [ -111.25735139718844, 41.151566353731866 ], [ -111.2571078427721, 41.151760569361102 ], [ -111.2569355995852, 41.151905081495748 ], [ -111.25681716105714, 41.152094513368112 ], [ -111.25662793550589, 41.152468766586821 ], [ -111.25645600535414, 41.15269434917807 ], [ -111.25612346341319, 41.152992352625489 ], [ -111.25591560127732, 41.153172974346226 ], [ -111.25560650201318, 41.153370935547848 ], [ -111.25540428509335, 41.153471372732042 ], [ -111.25514263134195, 41.153611576363389 ], [ -111.25494051417699, 41.153738135668384 ], [ -111.25473252439333, 41.153887227567481 ], [ -111.2545780429744, 41.154004672894999 ], [ -111.2541919066074, 41.154316301120403 ], [ -111.25385901608479, 41.154528722874176 ], [ -111.25365678946092, 41.15462825619764 ], [ -111.25350833288415, 41.154763702779569 ], [ -111.25329475891958, 41.155011892175153 ], [ -111.25309909542196, 41.155269049796914 ], [ -111.25292142908218, 41.155557695502594 ], [ -111.25281487352504, 41.155742593068759 ], [ -111.25268496830773, 41.156054554307921 ], [ -111.25255469191563, 41.156270130790254 ], [ -111.25251328839748, 41.156351293398991 ], [ -111.25246592552871, 41.156432469053257 ], [ -111.25227612751819, 41.156667092409137 ], [ -111.25209810868829, 41.156865657740063 ], [ -111.25185462261457, 41.157086885900689 ], [ -111.25155744928792, 41.157294718826236 ], [ -111.25131959229066, 41.157430357734953 ], [ -111.25104001540917, 41.157565186282575 ], [ -111.25079638928024, 41.157751281366998 ], [ -111.25053476013447, 41.157904986361721 ], [ -111.25016715524411, 41.15808594490408 ], [ -111.24989898784119, 41.158401806272465 ], [ -111.24957931025907, 41.158650218779798 ], [ -111.24926279642207, 41.158790527803717 ], [ -111.24901273758231, 41.158854124497168 ], [ -111.24880504181326, 41.159088780737747 ], [ -111.24871595591806, 41.15917004492939 ], [ -111.24849034551433, 41.159395731293515 ], [ -111.24831816542923, 41.159567254173396 ], [ -111.24806862916877, 41.159770471331115 ], [ -111.2478725238846, 41.15991952511574 ], [ -111.24775958045583, 41.159996335905596 ], [ -111.24755748031555, 41.160136394066662 ], [ -111.24737926851849, 41.160289912534296 ], [ -111.24713585542636, 41.160538154379125 ], [ -111.24692201897054, 41.160727780460263 ], [ -111.24677339963095, 41.160827186684102 ], [ -111.24654163155557, 41.16100333850261 ], [ -111.24639331465073, 41.161183815360481 ], [ -111.2462381655975, 41.161449882387132 ], [ -111.24620397012707, 41.161549043202335 ], [ -111.24606785692552, 41.161806061320398 ], [ -111.24594332542438, 41.16197297480106 ], [ -111.24575956576876, 41.162239102233926 ], [ -111.24555225122087, 41.162581847348669 ], [ -111.24551083511795, 41.162663007386705 ], [ -111.24539231082343, 41.162843419403536 ], [ -111.24520852973164, 41.163105041979748 ], [ -111.24502457942094, 41.163321624752996 ], [ -111.24463256751754, 41.163682776836637 ], [ -111.2444771209251, 41.163872274263412 ], [ -111.24431781309497, 41.163985211913356 ], [ -111.2440854925436, 41.164017232345905 ], [ -111.24375779598937, 41.164044950199809 ], [ -111.24348383868609, 41.164099577450358 ], [ -111.24330519352064, 41.164141391603323 ], [ -111.24308488835771, 41.164199507751768 ], [ -111.24287657257196, 41.164276514936837 ], [ -111.24271601915684, 41.164375941036788 ], [ -111.2426152311931, 41.164520280894124 ], [ -111.242501632985, 41.164746620155881 ], [ -111.2423546180204, 41.164962220048871 ], [ -111.24221252270962, 41.165219246059685 ], [ -111.24210454712593, 41.165354592595669 ], [ -111.24195109229964, 41.165440490739606 ], [ -111.24180846455451, 41.165553389855098 ], [ -111.24154751110223, 41.165905248145009 ], [ -111.24143476492846, 41.166040604042657 ], [ -111.24136387146412, 41.166211904004932 ], [ -111.24137632063898, 41.166356005397354 ], [ -111.24152577099333, 41.166477299676373 ], [ -111.24163343449278, 41.16658066549239 ], [ -111.24173543609943, 41.166765114789158 ], [ -111.24180750478472, 41.166913594965905 ], [ -111.24177818388974, 41.167044272027972 ], [ -111.24154633094336, 41.167206901857291 ], [ -111.24142157940592, 41.167319762973428 ], [ -111.2408864443932, 41.167672194012077 ], [ -111.24076185570929, 41.167830093891041 ], [ -111.24063724994997, 41.167983489684516 ], [ -111.24050697974783, 41.168217968848509 ], [ -111.24034101239386, 41.168470538275407 ], [ -111.24015724489468, 41.168745664476923 ], [ -111.24002104396432, 41.168989163391124 ], [ -111.23990231255287, 41.16912002621207 ], [ -111.23966460212603, 41.169314192272701 ], [ -111.23942047405038, 41.16938316049545 ], [ -111.23923613985046, 41.169504250206934 ], [ -111.23908174147914, 41.16966221013427 ], [ -111.23880852551025, 41.169928511801515 ], [ -111.23855291437685, 41.170119109472019 ], [ -111.23843386449525, 41.170163494984969 ], [ -111.23831483403724, 41.170213285111416 ], [ -111.23808843272253, 41.170240777201755 ], [ -111.23776587804812, 41.1703810668903 ], [ -111.23761282892174, 41.170584061848501 ], [ -111.23744077011732, 41.170805111707061 ], [ -111.23720329000632, 41.171066831868117 ], [ -111.23696048031512, 41.171504217710137 ], [ -111.2367990812045, 41.171707228728572 ], [ -111.23670597304331, 41.172004682761866 ], [ -111.23658190084423, 41.172311208267544 ], [ -111.23652869197907, 41.172432924983866 ], [ -111.23647583923049, 41.172653728480213 ], [ -111.23644676433666, 41.172856467219567 ], [ -111.23632813215265, 41.173018853924468 ], [ -111.23613801861946, 41.173194899007996 ], [ -111.23605495579154, 41.173303164753456 ], [ -111.23585303218208, 41.173510761410533 ], [ -111.23567498287311, 41.1737273168158 ], [ -111.23555040251379, 41.173894218845938 ], [ -111.23527739642624, 41.174228071199622 ], [ -111.23515847218906, 41.17431028645801 ], [ -111.23499776674076, 41.174377273320523 ], [ -111.23480758139384, 41.174535300407506 ], [ -111.23470687310828, 41.174711160790764 ], [ -111.23470770906917, 41.174945365909181 ], [ -111.23465475178577, 41.17513914482906 ], [ -111.23459597462916, 41.175372570569245 ], [ -111.23448336180044, 41.175553859751098 ], [ -111.23437633690581, 41.175630645187738 ], [ -111.23418010523564, 41.175766163627657 ], [ -111.23407920099432, 41.175887976106893 ], [ -111.2340557096219, 41.175987111328986 ], [ -111.2340263693531, 41.176117786263411 ], [ -111.23399701294053, 41.176243957244019 ], [ -111.23397961059821, 41.176379111883456 ], [ -111.23391450354848, 41.176509859433089 ], [ -111.23381943063572, 41.176595628019321 ], [ -111.23367059560324, 41.176649977777046 ], [ -111.2334146365036, 41.176754088217415 ], [ -111.2332777709216, 41.176821925136878 ], [ -111.23312342413855, 41.177003297465468 ], [ -111.23305827964981, 41.177124135847798 ], [ -111.23301691884156, 41.177227810969931 ], [ -111.23305246728151, 41.177502481548075 ], [ -111.23311387798751, 41.177673508333065 ], [ -111.23324682338725, 41.17784439023827 ], [ -111.23329990520497, 41.178019937754719 ], [ -111.23337806923558, 41.178208045550917 ], [ -111.23349777690312, 41.178343822969289 ], [ -111.23363557369294, 41.17853721444164 ], [ -111.23388673170581, 41.178757399446717 ], [ -111.23411392110633, 41.178942501618074 ], [ -111.23444273678095, 41.179206666462541 ], [ -111.23471779365727, 41.179440312899352 ], [ -111.23508816987396, 41.179655748258391 ], [ -111.23518369665534, 41.179696089001673 ], [ -111.23534497595442, 41.179785839038601 ], [ -111.23539295720403, 41.179866812508664 ], [ -111.23544709029076, 41.180000920266764 ], [ -111.23544756450777, 41.18013333610967 ], [ -111.23543012867306, 41.180258582203365 ], [ -111.23540687971668, 41.180425276724215 ], [ -111.23540183752255, 41.180682013480912 ], [ -111.23546238767548, 41.180943120123324 ], [ -111.23558859552949, 41.18122661230241 ], [ -111.23567262168419, 41.18138407942844 ], [ -111.23585792964842, 41.181523323240896 ], [ -111.23607304611103, 41.18166250565789 ], [ -111.23611540779444, 41.181838073725572 ], [ -111.23611592544769, 41.181982199759901 ], [ -111.23605101122395, 41.182166995654079 ], [ -111.2358740220084, 41.182685314957162 ], [ -111.2358813411773, 41.183063633530871 ], [ -111.23587030666791, 41.183311374520116 ], [ -111.23574040927771, 41.183662950166045 ], [ -111.23565188758575, 41.183915353653333 ], [ -111.23553326588321, 41.184086747159874 ], [ -111.23527737757567, 41.184217885296796 ], [ -111.23517605963153, 41.184227100162033 ], [ -111.23510455054108, 41.184236254093925 ], [ -111.23496145180529, 41.184232042139037 ], [ -111.23469330051809, 41.18426862062411 ], [ -111.2342522732704, 41.184310054192864 ], [ -111.23375742920669, 41.184306555611563 ], [ -111.23348321915974, 41.184316119756296 ], [ -111.23323881795697, 41.184325622886853 ], [ -111.23307212750724, 41.184393519876494 ], [ -111.23281081362836, 41.184677798481601 ], [ -111.23250736630958, 41.184849562306404 ], [ -111.23183466400566, 41.185130164456524 ], [ -111.23126906386435, 41.185351996057783 ], [ -111.23082258717643, 41.185542058416658 ], [ -111.23016185749026, 41.185840642651996 ], [ -111.2296442715667, 41.186156953636704 ], [ -111.22934681823904, 41.186342209053819 ], [ -111.22896674264835, 41.186770842270732 ], [ -111.22869368122072, 41.187113686371646 ], [ -111.22853846237498, 41.187397744451729 ], [ -111.22849316388839, 41.187744639835728 ], [ -111.22839302899601, 41.188096147904218 ], [ -111.2283171328359, 41.188560206989571 ], [ -111.22828212634634, 41.188780970752553 ], [ -111.22811648247476, 41.189155128176644 ], [ -111.2280335895133, 41.189321939083079 ], [ -111.2278615589846, 41.189574501668979 ], [ -111.22769512740882, 41.189722560908969 ], [ -111.22752852980089, 41.189822878194697 ], [ -111.2271957160802, 41.190134308843 ], [ -111.22699335516675, 41.190238299064319 ], [ -111.22679091589997, 41.19031976925519 ], [ -111.2266484257096, 41.190495704405059 ], [ -111.22654125870204, 41.190540954904399 ], [ -111.22644006942124, 41.190590697516427 ], [ -111.22613676412129, 41.19081649171023 ], [ -111.22588680870018, 41.190952101173657 ], [ -111.22567899119268, 41.19120473061912 ], [ -111.22566159885157, 41.191348891573121 ], [ -111.22579941554272, 41.19154679590644 ], [ -111.22603834704431, 41.191672438229553 ], [ -111.22641440066138, 41.191793306603749 ], [ -111.22661727980491, 41.191837947230589 ], [ -111.22682635488169, 41.191950134761413 ], [ -111.22702363327825, 41.192099277670167 ], [ -111.22714941853555, 41.192264775533516 ], [ -111.22741232998895, 41.192426399400752 ], [ -111.22774092429671, 41.192614916581164 ], [ -111.2279740102076, 41.192772094164702 ], [ -111.22820734435969, 41.193000433401622 ], [ -111.22854834206487, 41.193324943366513 ], [ -111.22860825013731, 41.193405895802861 ], [ -111.22872803537204, 41.193558792713922 ], [ -111.22894501220524, 41.193882646915448 ], [ -111.22911781707188, 41.194192175892496 ], [ -111.2293036378028, 41.194471952528332 ], [ -111.22942330080545, 41.19458881723245 ], [ -111.2297577326991, 41.194736781291112 ], [ -111.23005615309758, 41.194817256886026 ], [ -111.23028903137501, 41.194911374665715 ], [ -111.23045625682349, 41.194987607516637 ], [ -111.23054516927688, 41.195176595956788 ], [ -111.23058294451245, 41.195406222368639 ], [ -111.23058397185207, 41.195698977795431 ], [ -111.23066275335377, 41.196059136919907 ], [ -111.23079518586015, 41.196414684504219 ], [ -111.23093436372801, 41.196653115418435 ], [ -111.23122059513813, 41.196994842096927 ], [ -111.23144820207244, 41.197282638352938 ], [ -111.23165173673972, 41.197507427129793 ], [ -111.23186158547334, 41.197831289934406 ], [ -111.23191630183651, 41.198128441079767 ], [ -111.2317859888966, 41.198376421171574 ], [ -111.23162571665443, 41.198583925734305 ], [ -111.23143594521841, 41.198881568524754 ], [ -111.23120482637681, 41.199291892962066 ], [ -111.2309496461079, 41.199643713707403 ], [ -111.23083074654652, 41.199747543114931 ], [ -111.23071780980463, 41.199851360452726 ], [ -111.23043230311002, 41.200059114123832 ], [ -111.23030188603371, 41.200280068921778 ], [ -111.23019028892854, 41.200766719431179 ], [ -111.23017337745654, 41.201045998572702 ], [ -111.23031811997467, 41.201508715957807 ], [ -111.23049218212483, 41.201829049426536 ], [ -111.23080338527461, 41.202143703104134 ], [ -111.23117850512469, 41.202318605002901 ], [ -111.23153793154461, 41.202439489755619 ], [ -111.23163969100466, 41.20254738006512 ], [ -111.23167583697384, 41.202650898338476 ], [ -111.23158686158051, 41.202786195962538 ], [ -111.23146814780414, 41.202944073066448 ], [ -111.23134343824536, 41.203092954177762 ], [ -111.23111804580832, 41.203440211275748 ], [ -111.23088655763161, 41.203750547704537 ], [ -111.23045224875973, 41.204045075451432 ], [ -111.22994035870333, 41.204325343819846 ], [ -111.22953508559974, 41.204398215553994 ], [ -111.22909404560794, 41.204475660971575 ], [ -111.22871857305462, 41.204543966591963 ], [ -111.22827167704125, 41.204652948169226 ], [ -111.22780247695053, 41.204865563077512 ], [ -111.22739061860796, 41.205105086585625 ], [ -111.22707582065817, 41.205475031931869 ], [ -111.22685640791055, 41.205835780633699 ], [ -111.22663119992862, 41.206246083784976 ], [ -111.22651294949982, 41.206543577325228 ], [ -111.22629346804348, 41.206886309216337 ], [ -111.22633033745218, 41.207201513435365 ], [ -111.22642653561334, 41.207426521949444 ], [ -111.22664695462201, 41.207700829439354 ], [ -111.22686913875295, 41.207794974944676 ], [ -111.2271438060711, 41.207889016515153 ], [ -111.22732312916021, 41.208005765428872 ], [ -111.22739550726763, 41.208239828018876 ], [ -111.22727074728681, 41.208379696791418 ], [ -111.22703858836275, 41.208506265354735 ], [ -111.22671114456132, 41.208673556627438 ], [ -111.22637779717327, 41.208858874374393 ], [ -111.22594330727595, 41.209116452847162 ], [ -111.22547372541041, 41.209576776159082 ], [ -111.22520625300957, 41.209843032602542 ], [ -111.22499240931167, 41.210095671801128 ], [ -111.22468310674347, 41.210339488974626 ], [ -111.22424297456094, 41.21069615887788 ], [ -111.22387882640798, 41.210949088550727 ], [ -111.2233979604208, 41.211256290930997 ], [ -111.22292209067204, 41.211631040853845 ], [ -111.22270769778196, 41.211726038592268 ], [ -111.22237417107668, 41.211866305526399 ], [ -111.22207680953174, 41.212119100474219 ], [ -111.22185679946818, 41.212317698271001 ], [ -111.2216368184768, 41.21252530348216 ], [ -111.22147638863976, 41.212705770063863 ], [ -111.22144122514172, 41.212890499559244 ], [ -111.22142973680094, 41.213021136142473 ], [ -111.22159091224034, 41.213061361653921 ], [ -111.22173436195929, 41.213151164497319 ], [ -111.22178244228374, 41.213259166659178 ], [ -111.22170560435802, 41.213466496206969 ], [ -111.22164048203085, 41.213610747883884 ], [ -111.22156977488574, 41.213867608949862 ], [ -111.22160102598508, 41.214290919849581 ], [ -111.22162555288013, 41.214489046313659 ], [ -111.22169226055738, 41.214814102866086 ], [ -111.22170572930379, 41.214916766917526 ], [ -111.22189021416598, 41.215146112863664 ], [ -111.22208161411987, 41.215303382030761 ], [ -111.22234420910389, 41.215347914784616 ], [ -111.22264269900036, 41.215423905169736 ], [ -111.22309778396794, 41.215594174378921 ], [ -111.22341302279895, 41.215683642151376 ], [ -111.22377738745908, 41.215836068847736 ], [ -111.22405199185724, 41.215903094091942 ], [ -111.22428479802998, 41.215956688257926 ], [ -111.22484555318766, 41.215978114485907 ], [ -111.22520938210975, 41.215972899595762 ], [ -111.22547732585093, 41.216184060716564 ], [ -111.22560428775456, 41.216332442252849 ], [ -111.22568692562776, 41.216426863178079 ], [ -111.22609531885128, 41.21689086920528 ], [ -111.22623289283268, 41.217002296846822 ], [ -111.22653762364941, 41.217154831903983 ], [ -111.22675260417053, 41.217226471908283 ], [ -111.22714048589974, 41.217275250883411 ], [ -111.22751634499181, 41.217297028638676 ], [ -111.22796985596551, 41.217350179081762 ], [ -111.22811924161742, 41.217426450309937 ], [ -111.22832226068738, 41.217488202395842 ], [ -111.22853111012174, 41.21751120863297 ], [ -111.22888309609873, 41.217528525354922 ], [ -111.22910967995578, 41.217505555062679 ], [ -111.22952121958272, 41.217495727670389 ], [ -111.22989696714495, 41.217485069478073 ], [ -111.23026090187352, 41.217507762866845 ], [ -111.23071430569075, 41.217529375103396 ], [ -111.23106653006927, 41.217614243833509 ], [ -111.23147838763003, 41.217694487687545 ], [ -111.23183043893795, 41.217729811043185 ], [ -111.23224805585747, 41.217751489277802 ], [ -111.23246897744926, 41.217814098728482 ], [ -111.23278552838258, 41.217930561808409 ], [ -111.23313791749317, 41.218060463296553 ], [ -111.23338297254652, 41.218199589166971 ], [ -111.2334963849771, 41.21822187898195 ], [ -111.23365758051187, 41.218262087515342 ], [ -111.23386635080986, 41.218261663725784 ], [ -111.23423589930702, 41.218184345602154 ], [ -111.23447407865585, 41.218067659147174 ], [ -111.23470615707569, 41.217913151506323 ], [ -111.23494405739534, 41.217718996811911 ], [ -111.23514039628212, 41.217578973818249 ], [ -111.23531316572362, 41.217520069641338 ], [ -111.23562344833616, 41.217550962800082 ], [ -111.23595860536116, 41.217532260775428 ], [ -111.23624957407749, 41.21750013660585 ], [ -111.23658326180498, 41.217404868731613 ], [ -111.23704788097734, 41.217228259455148 ], [ -111.23742899108581, 41.21705182050659 ], [ -111.23783395809409, 41.216875331023928 ], [ -111.2381853057787, 41.216716966805535 ], [ -111.2385127765689, 41.216554147023039 ], [ -111.23877463410331, 41.216391462369835 ], [ -111.23927499541922, 41.216205762080605 ], [ -111.2394717147568, 41.216173825558492 ], [ -111.23977578152302, 41.216137161293666 ], [ -111.24017524966155, 41.216091289406435 ], [ -111.2405149881324, 41.216023021173534 ], [ -111.2410453137056, 41.21587778610381 ], [ -111.24132540707059, 41.215810541098833 ], [ -111.2416112755617, 41.2156919383226 ], [ -111.24198646289913, 41.215532611675371 ], [ -111.2421592905371, 41.215492613661048 ], [ -111.24232610016711, 41.21543821542631 ], [ -111.24250488862248, 41.215397303560565 ], [ -111.24282082929196, 41.215347094413183 ], [ -111.24314883208341, 41.215332890493379 ], [ -111.24342327026015, 41.215350326493414 ], [ -111.24370958762658, 41.215354224864512 ], [ -111.24401384568066, 41.215370695556544 ], [ -111.24422267698512, 41.215389169437849 ], [ -111.24446730943039, 41.215411170100865 ], [ -111.24465836129195, 41.215460307760431 ], [ -111.24486750882363, 41.215563453966297 ], [ -111.24509470219219, 41.21570709688806 ], [ -111.24532161048782, 41.215774172903544 ], [ -111.24552449226928, 41.215796260251572 ], [ -111.24581084540148, 41.215809161209869 ], [ -111.24594208092329, 41.2158124841635 ], [ -111.24617484026024, 41.21584891917572 ], [ -111.24637772255242, 41.215871005018819 ], [ -111.24662232365989, 41.215883993278112 ], [ -111.24679531526321, 41.215888126616278 ], [ -111.24692050504434, 41.215869842476799 ], [ -111.24713500841109, 41.21580993027446 ], [ -111.24729580256039, 41.215742926710121 ], [ -111.24751019311597, 41.215653288014757 ], [ -111.24765896553095, 41.215561988477447 ], [ -111.24793267453722, 41.215385745665728 ], [ -111.24803381750756, 41.215317968689348 ], [ -111.24829000543605, 41.215240849551073 ], [ -111.24850444071626, 41.215163819948827 ], [ -111.24877821404489, 41.215005590760022 ], [ -111.24890312500602, 41.214914341152635 ], [ -111.24913533593907, 41.214806645122522 ], [ -111.24941536161366, 41.214724967957579 ], [ -111.24967156271921, 41.214652349657406 ], [ -111.24986822084631, 41.214606883669227 ], [ -111.25003497033806, 41.214538962559068 ], [ -111.25020776980692, 41.214493547790141 ], [ -111.25039266980379, 41.21449314590793 ], [ -111.25047613866657, 41.214483956499024 ], [ -111.25054173114771, 41.21447930986858 ], [ -111.25067879462495, 41.214447483971504 ], [ -111.25094711158472, 41.214424379859089 ], [ -111.25116313363399, 41.214451833379385 ], [ -111.25141256748836, 41.214481915922718 ], [ -111.25159162371793, 41.214513052491853 ], [ -111.25181839627564, 41.214544084451127 ], [ -111.25202124181001, 41.214557152547499 ], [ -111.25231397060627, 41.214678118076591 ], [ -111.25249939066588, 41.21481283003034 ], [ -111.25264912812602, 41.214974643642506 ], [ -111.25284053162447, 41.215113845856649 ], [ -111.25299611372458, 41.215244118561664 ], [ -111.25318791817932, 41.215486910038209 ], [ -111.25340340874594, 41.215684609621093 ], [ -111.25355928898925, 41.215891447948707 ], [ -111.25369099834595, 41.216017268312029 ], [ -111.25399025889573, 41.216282341363311 ], [ -111.2541161969169, 41.216457717342315 ], [ -111.25423008412248, 41.216601592176367 ], [ -111.2543857423091, 41.2167498785725 ], [ -111.25467248555825, 41.216861843385509 ], [ -111.25506115523525, 41.21710870007292 ], [ -111.25528811348777, 41.217184764199494 ], [ -111.25568215583931, 41.217278472798718 ], [ -111.25592106249499, 41.217359013088426 ], [ -111.25614082972405, 41.217426083624567 ], [ -111.25634522963425, 41.217529219492874 ], [ -111.25649456049698, 41.217582934295002 ], [ -111.25645973932443, 41.217830728700598 ], [ -111.25630556836855, 41.218065276955876 ], [ -111.2561396036499, 41.218334981978927 ], [ -111.25581318930378, 41.21875997889591 ], [ -111.25545167857213, 41.219364309593928 ], [ -111.2552734478885, 41.219549366423834 ], [ -111.25498209130137, 41.219788720808587 ], [ -111.25474543598092, 41.219982914041744 ], [ -111.25439923213328, 41.220231396136533 ], [ -111.25431007064186, 41.220312664009867 ], [ -111.25418597310475, 41.220614702027014 ], [ -111.25411542084275, 41.220880590226052 ], [ -111.25409836232322, 41.221096817002959 ], [ -111.25401017518475, 41.221430303126901 ], [ -111.25374371085297, 41.221939835780361 ], [ -111.25348837286171, 41.222242162076434 ], [ -111.2532565633671, 41.222458861204892 ], [ -111.25311424858124, 41.22267986712145 ], [ -111.25300084044171, 41.222971971582339 ], [ -111.25291951209823, 41.223229775530221 ], [ -111.25281931609217, 41.223545271246024 ], [ -111.25277997973821, 41.223864236429257 ], [ -111.25273805569336, 41.224130961581452 ], [ -111.25265577105409, 41.224450921731794 ], [ -111.25259764205879, 41.224847395757337 ], [ -111.25261704643232, 41.225239195727944 ], [ -111.25261184650667, 41.225748151999603 ], [ -111.25266156141561, 41.225955224011756 ], [ -111.25267453280867, 41.226225431733134 ], [ -111.25275884876261, 41.226432427757246 ], [ -111.25293306607517, 41.226747320740664 ], [ -111.25307135219809, 41.22702626092876 ], [ -111.25316215728249, 41.227368360428251 ], [ -111.25330089763123, 41.227764401622714 ], [ -111.25334374945479, 41.228047154467241 ], [ -111.25337478138967, 41.228358758471487 ], [ -111.2534532234957, 41.22858828650341 ], [ -111.25350750714303, 41.228741300777799 ], [ -111.25363908565609, 41.228826585782365 ], [ -111.25384849895566, 41.228983762022622 ], [ -111.25412918948653, 41.229059709785659 ], [ -111.25434411673702, 41.229099770666537 ], [ -111.25446349992242, 41.229116621863263 ], [ -111.25454109430913, 41.229126359022906 ], [ -111.25467215062365, 41.229076525977206 ], [ -111.25477343001737, 41.229040270469298 ], [ -111.25504743839612, 41.228931569483436 ], [ -111.25539905404969, 41.228836207544987 ], [ -111.25586391367929, 41.22871356935817 ], [ -111.25628708135339, 41.22860903782918 ], [ -111.25647177462223, 41.228545571540472 ], [ -111.25698340660823, 41.228484978941729 ], [ -111.25733068941531, 41.228503119915452 ], [ -111.25763483840552, 41.2284754162254 ], [ -111.25787918775706, 41.228411814192356 ], [ -111.25825522666094, 41.228460514729306 ], [ -111.25861921031311, 41.228477713573319 ], [ -111.25894622405755, 41.22849949834221 ], [ -111.25917404233066, 41.228480069290747 ], [ -111.25952593802357, 41.228457657853319 ], [ -111.25976412359557, 41.228344522436174 ], [ -111.26013314448335, 41.228127500545945 ], [ -111.2604841727867, 41.227887097708837 ], [ -111.26086523112095, 41.227697970623836 ], [ -111.26113931334181, 41.227611774634084 ], [ -111.26131805131176, 41.227552818006359 ], [ -111.2615027367068, 41.227489343659961 ], [ -111.26193796256911, 41.227420795449376 ], [ -111.26239755439813, 41.227478300250482 ], [ -111.26299441215383, 41.227549001603485 ], [ -111.26328821348665, 41.227620393177439 ], [ -111.26364487204319, 41.22759705747653 ], [ -111.26405579506198, 41.227419561681934 ], [ -111.26418678993342, 41.227357106923193 ], [ -111.264544204182, 41.227225672265831 ], [ -111.26474076233164, 41.2271486536441 ], [ -111.2650386633547, 41.227053385737122 ], [ -111.26550378366026, 41.227002770979098 ], [ -111.26599864017784, 41.226929565981301 ], [ -111.26642201769079, 41.226883547866159 ], [ -111.26698256744676, 41.22682820237128 ], [ -111.26737033331865, 41.226827302681095 ], [ -111.26752541763342, 41.22682153776848 ], [ -111.26783680870955, 41.226817210769511 ], [ -111.26828318491262, 41.226852203147764 ], [ -111.26849803972878, 41.22687422205356 ], [ -111.26914286359026, 41.227003330846877 ], [ -111.26961466746644, 41.227128337322981 ], [ -111.27011589367852, 41.227154186286256 ], [ -111.27062882874327, 41.227125958333858 ], [ -111.27108794227659, 41.227066327270826 ], [ -111.27173739613737, 41.226871127325438 ], [ -111.27235683116652, 41.226630955367035 ], [ -111.27288700255735, 41.226445038861065 ], [ -111.27341137420989, 41.226299669098047 ], [ -111.27385239474978, 41.226195030615088 ], [ -111.27459120189437, 41.225972578413725 ], [ -111.27510376703178, 41.225858756638829 ], [ -111.27542566032646, 41.225799436017574 ], [ -111.27615917808821, 41.225740028867257 ], [ -111.27657087145163, 41.225756155769105 ], [ -111.27695287419618, 41.225804780946113 ], [ -111.27724541349525, 41.225858124219151 ], [ -111.27755596415842, 41.225938446948284 ], [ -111.27789028243625, 41.225996191808022 ], [ -111.27827842493816, 41.226085333183534 ], [ -111.27846335716612, 41.226084886129037 ], [ -111.27857664537699, 41.226071100314428 ], [ -111.27887438728803, 41.225944269452484 ], [ -111.27904704336824, 41.225862780355776 ], [ -111.27931351354448, 41.225677472970581 ], [ -111.27956451027791, 41.22550121040176 ], [ -111.27983230502861, 41.225347426140416 ], [ -111.28010616009549, 41.225216146190498 ], [ -111.28032059408582, 41.225139958268954 ], [ -111.28064824810666, 41.225034668878223 ], [ -111.28106684589874, 41.22499221171708 ], [ -111.28129821290439, 41.224970027872757 ], [ -111.28148935848354, 41.225028111948404 ], [ -111.28169157081707, 41.225162735541936 ], [ -111.2818545665142, 41.225333486256012 ], [ -111.28195677298999, 41.225517897400181 ], [ -111.28210087417447, 41.225733733368557 ], [ -111.28227045769648, 41.226048593256905 ], [ -111.28239543250618, 41.226255467847707 ], [ -111.28249812656719, 41.226552475648973 ], [ -111.28254699523872, 41.226818087884638 ], [ -111.28262001779179, 41.227151199820156 ], [ -111.28263280244921, 41.227349341538265 ], [ -111.28274129039815, 41.227605799439921 ], [ -111.28281973714002, 41.227812787745037 ], [ -111.28295784167253, 41.228019629410113 ], [ -111.28300603360185, 41.228127605380564 ], [ -111.28294083762994, 41.228226852124237 ], [ -111.28275599645575, 41.228249825816469 ], [ -111.2825352443049, 41.228245863728887 ], [ -111.28239799329546, 41.228237192537527 ], [ -111.28220122039431, 41.228260194600018 ], [ -111.28204659472878, 41.228373171764872 ], [ -111.2819518390872, 41.228535545406459 ], [ -111.28185756653617, 41.228810516105128 ], [ -111.2818110198149, 41.229085369924327 ], [ -111.2817585068584, 41.229360238310512 ], [ -111.28165237789312, 41.229653253542324 ], [ -111.28151636050234, 41.229932829939969 ], [ -111.28121986015098, 41.230352420087669 ], [ -111.28088090019676, 41.23060997149085 ], [ -111.28063125408545, 41.230826768874849 ], [ -111.2801968909143, 41.231098062506028 ], [ -111.27987580198767, 41.23135106350491 ], [ -111.27944185414636, 41.231721439734279 ], [ -111.27924545304258, 41.231834514450732 ], [ -111.27914427877415, 41.231893310856819 ], [ -111.27895973224686, 41.231988340623182 ], [ -111.27869745372448, 41.232043022879445 ], [ -111.27846502438493, 41.232102136288752 ], [ -111.27807755215225, 41.23217963946994 ], [ -111.27780369833977, 41.232319021532511 ], [ -111.27754742555491, 41.232383595325167 ], [ -111.27711250676158, 41.232528768561323 ], [ -111.27685662770587, 41.232687021613494 ], [ -111.27655957264359, 41.232984994821372 ], [ -111.27641721899055, 41.233183509539302 ], [ -111.27629295277433, 41.233427019972048 ], [ -111.27615080206401, 41.233674176296468 ], [ -111.27600284314731, 41.233959179361989 ], [ -111.27581887312522, 41.234193824484393 ], [ -111.27550352938636, 41.234401760129465 ], [ -111.27523564982104, 41.234546526461841 ], [ -111.27500328397262, 41.234623648429348 ], [ -111.2746695840472, 41.234723531331589 ], [ -111.27427036618171, 41.234850592911229 ], [ -111.27388322989036, 41.235013655796571 ], [ -111.2733768390338, 41.235195016277032 ], [ -111.27302532822155, 41.235317456332986 ], [ -111.27268574891089, 41.235439867059519 ], [ -111.27238183597511, 41.2355306649239 ], [ -111.27201874339953, 41.235738703929172 ], [ -111.2718400675132, 41.235815692656885 ], [ -111.27153635668321, 41.235956031014254 ], [ -111.27118506171372, 41.236132512064458 ], [ -111.27085149699036, 41.2362684149873 ], [ -111.27050607215926, 41.236422360513856 ], [ -111.27024399138917, 41.236531070155102 ], [ -111.26994014411204, 41.236639877118925 ], [ -111.26965425094266, 41.236762153017537 ], [ -111.26954160845095, 41.236938069908838 ], [ -111.26942959418467, 41.237267118729328 ], [ -111.269412748606, 41.23752388196813 ], [ -111.26937789207969, 41.23775366377108 ], [ -111.26936706830192, 41.238023924672753 ], [ -111.26937388556595, 41.238231089328046 ], [ -111.26947026232104, 41.238452456983211 ], [ -111.26959038810412, 41.238644943823445 ], [ -111.2697223221238, 41.238806776178045 ], [ -111.26982438609269, 41.238959670524224 ], [ -111.27002254870368, 41.239265472921012 ], [ -111.27020863119621, 41.239535271907677 ], [ -111.27035889210831, 41.23979974998344 ], [ -111.27050310198162, 41.240043524012314 ], [ -111.27079148033765, 41.240520262174137 ], [ -111.27097100737755, 41.240645949711855 ], [ -111.27118044404831, 41.240789582225865 ], [ -111.2717543481731, 41.241049456772636 ], [ -111.27204836886779, 41.241156856648978 ], [ -111.27240571488154, 41.24128212167124 ], [ -111.27265084612527, 41.241398643500311 ], [ -111.27280662365332, 41.241551407926124 ], [ -111.2729446134072, 41.241731237841847 ], [ -111.27314225513963, 41.241906422174516 ], [ -111.27331629258725, 41.242144717112893 ], [ -111.27384953821409, 41.242665905147803 ], [ -111.27440681149916, 41.243223064776124 ], [ -111.27464066042293, 41.243492742548526 ], [ -111.27497614187524, 41.243807216382123 ], [ -111.2750540927791, 41.243897108628602 ], [ -111.2752159435255, 41.244072374818408 ], [ -111.27535953428502, 41.244162109942891 ], [ -111.27551481392966, 41.244193265944133 ], [ -111.27559840776584, 41.2442056768705 ], [ -111.2756760230704, 41.244215399697353 ], [ -111.27587292191257, 41.244210424194939 ], [ -111.27620109922198, 41.244205133526599 ], [ -111.27649353020398, 41.244213439528835 ], [ -111.2767085927745, 41.244270573089558 ], [ -111.27689405539178, 41.244383626051814 ], [ -111.27706208874598, 41.24460841788725 ], [ -111.27716457853791, 41.244855886860492 ], [ -111.27724346647814, 41.245166467446417 ], [ -111.27734063800322, 41.245567082322943 ], [ -111.27741342695279, 41.245846150005129 ], [ -111.27742650464327, 41.246116353672832 ], [ -111.27740497151431, 41.246386640716821 ], [ -111.27741630336907, 41.246526234911556 ], [ -111.27744709302391, 41.24675135667966 ], [ -111.27748428860214, 41.247080053125003 ], [ -111.27750261022484, 41.24717909518133 ], [ -111.27752133210434, 41.24737271855782 ], [ -111.27751595537556, 41.247512352989183 ], [ -111.27748743265025, 41.247823192092831 ], [ -111.2774704446466, 41.248039421099755 ], [ -111.27734047261339, 41.248350504568492 ], [ -111.27723870599051, 41.248557929860979 ], [ -111.27715722863117, 41.248765306219966 ], [ -111.27710420512469, 41.248927574866443 ], [ -111.27700372551284, 41.249157516419999 ], [ -111.27695685918151, 41.249364809345117 ], [ -111.27695773409641, 41.249571987418058 ], [ -111.27697039227495, 41.249743105806232 ], [ -111.27701262280371, 41.249851098212758 ], [ -111.27711441656155, 41.249931923764571 ], [ -111.27717476004234, 41.250089415593791 ], [ -111.27725285475015, 41.250210833313886 ], [ -111.27736088379569, 41.25035469845465 ], [ -111.27755859770667, 41.250537981791311 ], [ -111.27766102629693, 41.250768335326676 ], [ -111.27781712403063, 41.250988650663217 ], [ -111.27800262288511, 41.251105304737436 ], [ -111.27813508039122, 41.251379723689197 ], [ -111.27830902364407, 41.251585582695185 ], [ -111.27830393882812, 41.251793675863084 ], [ -111.2782209997782, 41.251938001583397 ], [ -111.27806028642786, 41.252037475942195 ], [ -111.2779116764077, 41.252176555312019 ], [ -111.27779276046414, 41.252281333097955 ], [ -111.27756090683343, 41.252493576233881 ], [ -111.27725631854943, 41.252724009721952 ], [ -111.2770076370695, 41.252909268765045 ], [ -111.27672818660888, 41.253157656017713 ], [ -111.27653238158025, 41.253428361289153 ], [ -111.27646768254891, 41.253653712347088 ], [ -111.27651664257968, 41.253941845241634 ], [ -111.27654767970326, 41.254225517237238 ], [ -111.27659652653527, 41.254486626862608 ], [ -111.27669251090354, 41.254603497976369 ], [ -111.27676452791997, 41.254697907057576 ], [ -111.27716523221852, 41.254895115324878 ], [ -111.27730915417563, 41.255056909633119 ], [ -111.27740586472402, 41.255344927059092 ], [ -111.27744819491579, 41.255475438518296 ], [ -111.27737724301038, 41.25563324639333 ], [ -111.27725877323783, 41.25584521559918 ], [ -111.27715225449751, 41.256060759038114 ], [ -111.27689699159292, 41.256386555626555 ], [ -111.27668245913105, 41.256747384269381 ], [ -111.27663640010688, 41.256864596633427 ], [ -111.27666817675448, 41.257040172811521 ], [ -111.2767393069164, 41.257206646571731 ], [ -111.27696091728315, 41.257390774045483 ], [ -111.27723633990284, 41.257597291077445 ], [ -111.27761379987629, 41.25793867876682 ], [ -111.27778764833126, 41.258118415864267 ], [ -111.27813479400805, 41.258347277199007 ], [ -111.27843398361665, 41.258526710451314 ], [ -111.27867216192145, 41.258674763238112 ], [ -111.27884826855414, 41.258822965875567 ], [ -111.27911068736627, 41.259056533312474 ], [ -111.27956575711904, 41.259397726336019 ], [ -111.27997289033968, 41.259693995026005 ], [ -111.28022595934928, 41.259972621700619 ], [ -111.28031525806377, 41.260197599744835 ], [ -111.2804119124545, 41.260467598877355 ], [ -111.28059856091181, 41.260845472412619 ], [ -111.28073676717821, 41.261061323074493 ], [ -111.28089286518656, 41.261273526786937 ], [ -111.28085181326365, 41.261443874632754 ], [ -111.28064831758354, 41.261592999785833 ], [ -111.28033972775299, 41.261732471920396 ], [ -111.27989291788506, 41.261932631675897 ], [ -111.27939220917249, 41.262091484555889 ], [ -111.27886269429058, 41.262214373775102 ], [ -111.27827252453058, 41.262391454053549 ], [ -111.27771140285793, 41.262663043279389 ], [ -111.27745540806376, 41.262821297197725 ], [ -111.27722304387933, 41.262921843646374 ], [ -111.27682380798119, 41.263084044090618 ], [ -111.27663318259819, 41.26317458038929 ], [ -111.27629488768673, 41.263351045054421 ], [ -111.27606736707969, 41.263468692383249 ], [ -111.27577558922317, 41.263636036156193 ], [ -111.2755612931245, 41.263776170332441 ], [ -111.27519761986628, 41.263880630006391 ], [ -111.27486377158485, 41.263980513426226 ], [ -111.27466118397814, 41.264066571101338 ], [ -111.27425653480307, 41.26436479347813 ], [ -111.2740432875345, 41.264757141006484 ], [ -111.27392080586824, 41.265158280013679 ], [ -111.27391479103697, 41.265433032507993 ], [ -111.27397572491347, 41.265730145215471 ], [ -111.27406610606408, 41.265931705014019 ], [ -111.27418622827294, 41.266107972047756 ], [ -111.27434798105003, 41.266247207744946 ], [ -111.27461140002659, 41.266431239801356 ], [ -111.27488112972354, 41.266696326445079 ], [ -111.27509107432483, 41.266939035789683 ], [ -111.27527138207716, 41.267231358537281 ], [ -111.27537968104416, 41.267433775186703 ], [ -111.27545278930383, 41.267784904714595 ], [ -111.27553766670978, 41.268095470886919 ], [ -111.27554490475725, 41.268397215016158 ], [ -111.27546815432893, 41.268600074271326 ], [ -111.27554060165393, 41.268793568690171 ], [ -111.27564357864927, 41.269149130425617 ], [ -111.27586009116382, 41.269531443471962 ], [ -111.2760651224595, 41.270021877236054 ], [ -111.27617981567336, 41.270323363511089 ], [ -111.27618722780971, 41.270665642166321 ], [ -111.27606870830512, 41.270873105835364 ], [ -111.27595022598328, 41.271089577086386 ], [ -111.27584362155989, 41.271291607270292 ], [ -111.27580342989963, 41.271670931916304 ], [ -111.27584635534026, 41.271941063044423 ], [ -111.27593677366431, 41.272148025736328 ], [ -111.27603316232984, 41.272354974035068 ], [ -111.27619004673724, 41.272750940883228 ], [ -111.2762565690016, 41.272953456717936 ], [ -111.27635199383595, 41.273214453812201 ], [ -111.27644332449825, 41.273353855395115 ], [ -111.2765334995899, 41.273502267473752 ], [ -111.27670759581989, 41.273731547969795 ], [ -111.27693540345332, 41.273956195107473 ], [ -111.27708571779382, 41.274208051703013 ], [ -111.27721802433568, 41.274436531186829 ], [ -111.27719477706852, 41.27458611655134 ], [ -111.27717181165994, 41.274802358905518 ], [ -111.27717516480455, 41.275595036659084 ], [ -111.27713453639767, 41.275869872142465 ], [ -111.27718283057808, 41.275995864971406 ], [ -111.27728522189008, 41.276208202299316 ], [ -111.27741154399621, 41.276432191995475 ], [ -111.27747250421913, 41.276729302201545 ], [ -111.2773442801679, 41.277184504599042 ], [ -111.27727825251806, 41.277382835027339 ], [ -111.27705784938766, 41.27750046691839 ], [ -111.27682523855736, 41.277555073211609 ], [ -111.27656162008275, 41.277618761316283 ], [ -111.27619294363598, 41.277687204797687 ], [ -111.2757696054275, 41.277818832572741 ], [ -111.27538117707824, 41.278017933710359 ], [ -111.27498940993328, 41.278275592135302 ], [ -111.27478145033217, 41.278514795078344 ], [ -111.27459142292011, 41.278759359540445 ], [ -111.27450288289772, 41.279001880183131 ], [ -111.2744675135005, 41.279110057963969 ], [ -111.27428378924358, 41.27943477617378 ], [ -111.27415342020991, 41.279669289161568 ], [ -111.27399863362221, 41.28006149636952 ], [ -111.27384593216807, 41.280381636098987 ], [ -111.27367393538611, 41.280656782553166 ], [ -111.27351353978919, 41.280850831112424 ], [ -111.27330552908111, 41.281081023628786 ], [ -111.27302602006418, 41.281347416483484 ], [ -111.27275814995821, 41.281541718802579 ], [ -111.27208496798168, 41.281903623115973 ], [ -111.27179274301355, 41.28198538344008 ], [ -111.27156611982637, 41.282048972726287 ], [ -111.27130979213166, 41.282148662706277 ], [ -111.2710239829768, 41.282338499352733 ], [ -111.27083355806924, 41.282492980576947 ], [ -111.27061358758385, 41.282722295531009 ], [ -111.27042358451513, 41.282979463791953 ], [ -111.270263415184, 41.283232057804575 ], [ -111.27003764026183, 41.283502821051705 ], [ -111.26986502556322, 41.283633838638536 ], [ -111.26965636282394, 41.283710893720702 ], [ -111.2693582485302, 41.283815181093772 ], [ -111.26894652118997, 41.283879198154665 ], [ -111.26836766524112, 41.283957115133589 ], [ -111.26800372112359, 41.284025521313765 ], [ -111.26756825493001, 41.284125619827634 ], [ -111.26714471073568, 41.284221185138804 ], [ -111.2669059500259, 41.284239754498316 ], [ -111.26667316003463, 41.284258309532156 ], [ -111.26634494605693, 41.284304108245124 ], [ -111.26588529945356, 41.284332194089721 ], [ -111.26560470538529, 41.284341849579839 ], [ -111.2649849015278, 41.284631526845381 ], [ -111.26438890313179, 41.284903130535483 ], [ -111.26386469259891, 41.285209696951867 ], [ -111.26342975916928, 41.285445796040356 ], [ -111.26306111486329, 41.285833973476656 ], [ -111.26262135550591, 41.286357428624427 ], [ -111.26234034816041, 41.286564347426122 ], [ -111.26216290065442, 41.286687257424482 ], [ -111.26199596263473, 41.286750691903059 ], [ -111.26179314373351, 41.286800696074366 ], [ -111.26153667458614, 41.286873341226254 ], [ -111.26141754026007, 41.286945674029909 ], [ -111.26126898130678, 41.287126166809585 ], [ -111.26118036639046, 41.287365073955293 ], [ -111.26114672145823, 41.2876128641158 ], [ -111.26123624441935, 41.287900909814802 ], [ -111.26120782547326, 41.288261285294297 ], [ -111.26110767931706, 41.288603807904103 ], [ -111.26087022482164, 41.288954748633195 ], [ -111.26053741301604, 41.289352745121128 ], [ -111.26012752048371, 41.289889634512619 ], [ -111.25975933187819, 41.290403908876797 ], [ -111.25943848101549, 41.290809982101109 ], [ -111.25943935888171, 41.291031571278701 ], [ -111.25952375918973, 41.291233155092584 ], [ -111.25967372523256, 41.291403964542994 ], [ -111.25972789754631, 41.291511935571002 ], [ -111.25989020107119, 41.291781802356162 ], [ -111.25996910063519, 41.29210140000459 ], [ -111.25992810408707, 41.292304167369622 ], [ -111.25988142166447, 41.292579009692957 ], [ -111.25978637606767, 41.29270533296895 ], [ -111.25971510949297, 41.292804579216828 ], [ -111.25962637418263, 41.293016461909325 ], [ -111.25984871958471, 41.293367263153321 ], [ -111.25998056169156, 41.293484066446325 ], [ -111.26028009555178, 41.293722095404767 ], [ -111.26053212643691, 41.294027789331828 ], [ -111.2607188287823, 41.294423708313658 ], [ -111.26086306674297, 41.294653079555694 ], [ -111.26096586192881, 41.294972622204554 ], [ -111.26107441449437, 41.295238105104538 ], [ -111.26117862160653, 41.29561169090605 ], [ -111.26141220118627, 41.29607956438258 ], [ -111.26155646324113, 41.296313438511852 ], [ -111.26183261418457, 41.296673121205714 ], [ -111.26199443464675, 41.296816877212017 ], [ -111.26235980972329, 41.297086277900988 ], [ -111.2626587363583, 41.297166666081502 ], [ -111.26311315402545, 41.297300744757209 ], [ -111.26373433765052, 41.297321842690884 ], [ -111.2643853637248, 41.297338364857652 ], [ -111.26488728925828, 41.297404769203894 ], [ -111.26537164645883, 41.297556785577726 ], [ -111.26596377783842, 41.29777610915265 ], [ -111.26661513906053, 41.297873687761395 ], [ -111.26695009073269, 41.297999020133709 ], [ -111.26738081833602, 41.298178175659515 ], [ -111.26781164040797, 41.298379848741888 ], [ -111.26831365115943, 41.298464253445985 ], [ -111.26872143249211, 41.298580403113995 ], [ -111.26902489231752, 41.298597709846732 ], [ -111.26948521231709, 41.298709230131855 ], [ -111.26977198796004, 41.298735581707824 ], [ -111.27005844799962, 41.298685367372144 ], [ -111.27039884310315, 41.298680064433668 ], [ -111.27079315532661, 41.298715168577139 ], [ -111.27124731661148, 41.298780756737081 ], [ -111.2718747357299, 41.298861247229439 ], [ -111.27220959009264, 41.298959541225443 ], [ -111.272376867746, 41.298972657184336 ], [ -111.27253817326854, 41.298985787039314 ], [ -111.27298052895078, 41.299083824228262 ], [ -111.27341116347007, 41.299235033316101 ], [ -111.27374595046739, 41.299316208257125 ], [ -111.27398532957716, 41.299432739589506 ], [ -111.27442784145491, 41.299566801856123 ], [ -111.27468501096615, 41.299652662945967 ], [ -111.27473361685959, 41.299849816794051 ], [ -111.27470447363662, 41.30002103368804 ], [ -111.27463393979272, 41.300291434623631 ], [ -111.27459302148033, 41.300503214461827 ], [ -111.2745577919239, 41.300647422556196 ], [ -111.27455238623789, 41.300782551755653 ], [ -111.27453015888364, 41.301178945914209 ], [ -111.27458496835828, 41.301431032268923 ], [ -111.27464544836967, 41.301611043038861 ], [ -111.27477156896786, 41.301777385481259 ], [ -111.27495085597072, 41.301803980649552 ], [ -111.27520782289889, 41.301839397604404 ], [ -111.27545280728189, 41.301865834906557 ], [ -111.27566214675771, 41.301937395809738 ], [ -111.27603302826883, 41.302076127218342 ], [ -111.27650565292836, 41.302264155715584 ], [ -111.27677511971913, 41.302430151530487 ], [ -111.27691262078325, 41.302461347974599 ], [ -111.27717605967729, 41.302613845718405 ], [ -111.27749313809385, 41.302739190312657 ], [ -111.27772630013737, 41.302793575293059 ], [ -111.27807936502367, 41.302953961664521 ], [ -111.27840833447465, 41.30306576337771 ], [ -111.27897075374922, 41.30329860324975 ], [ -111.27931130649682, 41.303324800684436 ], [ -111.27957438510205, 41.303390819393734 ], [ -111.27994476687607, 41.303408835530099 ], [ -111.2801238137027, 41.303377773619665 ], [ -111.2803567024056, 41.303367298135264 ], [ -111.28058963350423, 41.303366730600317 ], [ -111.28084081086608, 41.30344268394623 ], [ -111.2811039146785, 41.303514103744817 ], [ -111.2813072348782, 41.303572157428988 ], [ -111.28170817509633, 41.303751331905644 ], [ -111.28203010397014, 41.303890163719345 ], [ -111.28234864488873, 41.304074041677204 ], [ -111.28264823062817, 41.304293996279966 ], [ -111.28298345984112, 41.304468823740805 ], [ -111.28312726808993, 41.304575662314114 ], [ -111.28336094823416, 41.304747135288103 ], [ -111.28365400170156, 41.304836491000991 ], [ -111.28409051883656, 41.304952515234888 ], [ -111.28445507097047, 41.305001157570281 ], [ -111.28486746439251, 41.305063191987045 ], [ -111.28517806673764, 41.305066926797792 ], [ -111.2855723464946, 41.305083964831887 ], [ -111.28579962549968, 41.305155462737574 ], [ -111.2860511857581, 41.305316076537864 ], [ -111.28603380280201, 41.305438625068973 ], [ -111.28602260512882, 41.30560980004929 ], [ -111.28592776445383, 41.305775778168268 ], [ -111.28574956723712, 41.30600231504323 ], [ -111.28566048585826, 41.306119636816391 ], [ -111.28547067107708, 41.306421867124754 ], [ -111.2852806150516, 41.306669150469119 ], [ -111.28515595353399, 41.306846011116853 ], [ -111.28499566560815, 41.307071601645909 ], [ -111.284787279433, 41.307225249009555 ], [ -111.28463824968522, 41.307293175683384 ], [ -111.28449519258206, 41.30736108740259 ], [ -111.28429882850233, 41.307532719647092 ], [ -111.28412653130802, 41.307744826989257 ], [ -111.28397818366312, 41.307970386597908 ], [ -111.28388942855725, 41.308164271960202 ], [ -111.28391418033998, 41.308362381216376 ], [ -111.28399276802983, 41.308578373134026 ], [ -111.28409520948328, 41.308785298380307 ], [ -111.28418004518522, 41.309064328911461 ], [ -111.28428873503071, 41.309334292716514 ], [ -111.28446244535131, 41.309446460312152 ], [ -111.28471940814767, 41.30947284823224 ], [ -111.2848149197012, 41.309459100341243 ], [ -111.28487461195094, 41.309449944891547 ], [ -111.2852627289525, 41.309417456640368 ], [ -111.2856391351734, 41.309439042575022 ], [ -111.28602147541353, 41.309451604795164 ], [ -111.28643405605364, 41.309549664019329 ], [ -111.28671491264805, 41.309575988024868 ], [ -111.28704917230229, 41.309521108538725 ], [ -111.28723414229164, 41.309475608439023 ], [ -111.28744264852156, 41.309348979621895 ], [ -111.28756855069457, 41.30918292276337 ], [ -111.28771578908419, 41.308978979929719 ], [ -111.28782263144313, 41.308825581257175 ], [ -111.28812648555306, 41.30864917017265 ], [ -111.28859172964123, 41.308499376998412 ], [ -111.28892596231383, 41.308439988254868 ], [ -111.28932627617141, 41.308466005999357 ], [ -111.28952334706894, 41.308456502761047 ], [ -111.28968467927707, 41.308469608480173 ], [ -111.28998331197145, 41.308464352692098 ], [ -111.29016833681663, 41.308432359344778 ], [ -111.29060470939011, 41.308507824311313 ], [ -111.29089195657404, 41.308628703266209 ], [ -111.29123332327309, 41.308830514244605 ], [ -111.2914911889858, 41.309059558896507 ], [ -111.29165891766856, 41.309167226906162 ], [ -111.29185053940466, 41.309274834093074 ], [ -111.29217946344782, 41.309364077055228 ], [ -111.29237080492233, 41.309408629914593 ], [ -111.2924790460105, 41.309570494227927 ], [ -111.2924799719171, 41.309777669847414 ], [ -111.29257073730075, 41.310038663577231 ], [ -111.29272747071492, 41.310358039773142 ], [ -111.29303333531624, 41.310631997510285 ], [ -111.29324924009653, 41.310825114009688 ], [ -111.29339362828527, 41.311054443344702 ], [ -111.2934604452745, 41.311301985745779 ], [ -111.29366507385177, 41.311643757811758 ], [ -111.29384534593504, 41.311882002727117 ], [ -111.29399571194529, 41.312111316001257 ], [ -111.29415199168081, 41.312327102356747 ], [ -111.29430821168107, 41.312529377044029 ], [ -111.29454808107631, 41.312735941360323 ], [ -111.29460232867632, 41.312843895328719 ], [ -111.29462116559534, 41.313047421873073 ], [ -111.29454336594857, 41.313280921240548 ], [ -111.29455114234327, 41.313416017320932 ], [ -111.29455784571405, 41.313578139338254 ], [ -111.29462444666767, 41.313776138980785 ], [ -111.29466762030373, 41.31407778745718 ], [ -111.29473991389872, 41.314478446374224 ], [ -111.29483843150571, 41.314865526455357 ], [ -111.29476786382521, 41.315113419744137 ], [ -111.29456613825336, 41.315420198931491 ], [ -111.29447246464834, 41.315843801843215 ], [ -111.29456261796028, 41.315965175500523 ], [ -111.29465898874908, 41.316140579534263 ], [ -111.29483891160763, 41.316297754043916 ], [ -111.29507879655648, 41.316504317067199 ], [ -111.29531264823331, 41.316697383470924 ], [ -111.29547467308851, 41.316859106749384 ], [ -111.29560703308196, 41.317065944611535 ], [ -111.2957330536226, 41.317191729069386 ], [ -111.29609395067945, 41.317735768664249 ], [ -111.29623824185215, 41.317938071211984 ], [ -111.29634613951077, 41.31801886299516 ], [ -111.29651381754587, 41.318108508420885 ], [ -111.29669937700231, 41.318189099786295 ], [ -111.29681981609725, 41.318400470789861 ], [ -111.29683871883101, 41.318616607411307 ], [ -111.29674990591752, 41.318792487015919 ], [ -111.29665473049563, 41.318882809576522 ], [ -111.29649979431616, 41.318968782148801 ], [ -111.2962909080091, 41.319014358643443 ], [ -111.2960342700364, 41.319069065301903 ], [ -111.295837371856, 41.319123617863625 ], [ -111.29559877725197, 41.319205300343249 ], [ -111.29540797435058, 41.319286859684176 ], [ -111.29514659596389, 41.319350584250493 ], [ -111.29478120772174, 41.319401063052545 ], [ -111.29444109236567, 41.319492010799628 ], [ -111.29407738347898, 41.319650575737867 ], [ -111.2939048233464, 41.3198041477497 ], [ -111.29371450187067, 41.319993795709131 ], [ -111.29353049695288, 41.320259992871627 ], [ -111.29348966812925, 41.320480786148508 ], [ -111.29348438096051, 41.320633930882451 ], [ -111.29364649602738, 41.320814572602394 ], [ -111.29377763921863, 41.321016010896493 ], [ -111.29388748242924, 41.321263442789387 ], [ -111.2940259016183, 41.321488282276228 ], [ -111.29416620521904, 41.321866247990208 ], [ -111.29422661678278, 41.322280448625698 ], [ -111.2942038741339, 41.322537226714928 ], [ -111.29425292491322, 41.322816340569545 ], [ -111.29428419479511, 41.323127026859467 ], [ -111.29431503942803, 41.32334313319069 ], [ -111.29439420671751, 41.323676216229231 ], [ -111.29446102038486, 41.323919253644334 ], [ -111.29448087002342, 41.324347069327935 ], [ -111.29448107684486, 41.324393008143716 ], [ -111.2944757674031, 41.324540748245838 ], [ -111.29440346615563, 41.324671545054613 ], [ -111.2943337165713, 41.324838366146274 ], [ -111.29434064368078, 41.325050029706894 ], [ -111.29433003215816, 41.32534731138476 ], [ -111.29436756208268, 41.325721035494716 ], [ -111.29438072757782, 41.325991233195118 ], [ -111.29444195416774, 41.326319858072132 ], [ -111.29438972269948, 41.326662284706039 ], [ -111.29436143020732, 41.327013657787596 ], [ -111.29435047392774, 41.327234374711352 ], [ -111.2944350532981, 41.327441335715157 ], [ -111.29462744339547, 41.327706570845059 ], [ -111.29474787321564, 41.327913439827768 ], [ -111.29497755381072, 41.328232625101663 ], [ -111.29506077894204, 41.32840355824468 ], [ -111.29510353786551, 41.328610625911566 ], [ -111.29511117924967, 41.328979922335222 ], [ -111.29502297761299, 41.329295418196445 ], [ -111.29492837361906, 41.329516349460434 ], [ -111.29491122048034, 41.32968753983431 ], [ -111.29489418910833, 41.329885753006714 ], [ -111.29493678600468, 41.330056790274128 ], [ -111.2950691102898, 41.330250116794517 ], [ -111.29524893080632, 41.330375763541461 ], [ -111.29535089314034, 41.330461075145514 ], [ -111.29574561360154, 41.33054113094294 ], [ -111.29608643701955, 41.330594300929953 ], [ -111.2965405831758, 41.330602139476397 ], [ -111.29698751843783, 41.330600987132385 ], [ -111.29733555420131, 41.330663142513508 ], [ -111.29770048487076, 41.330761283961728 ], [ -111.29791608033371, 41.330868818581152 ], [ -111.29828768659551, 41.331120071848865 ], [ -111.29859241527664, 41.331380505121381 ], [ -111.298965407392, 41.331672287241801 ], [ -111.29922887117345, 41.331793206588877 ], [ -111.29940237815975, 41.331842297746604 ], [ -111.29961779425487, 41.331909294959502 ], [ -111.29985105376471, 41.331958229880073 ], [ -111.30003636739249, 41.33197576236357 ], [ -111.30034730502766, 41.332024493762091 ], [ -111.30065220579736, 41.332059728536052 ], [ -111.30102893374342, 41.332121797773382 ], [ -111.30162701531971, 41.332241835972155 ], [ -111.30192009209919, 41.332304121474472 ], [ -111.30214651740562, 41.332425131274562 ], [ -111.30235635863684, 41.332577711146079 ], [ -111.30274727930603, 41.332864929982648 ], [ -111.3030592459549, 41.333134339991197 ], [ -111.30326284473796, 41.333228384575307 ], [ -111.30347235671375, 41.333308901656892 ], [ -111.303627919825, 41.333352629116419 ], [ -111.30398648495738, 41.333361591135777 ], [ -111.30435118901082, 41.333405665833233 ], [ -111.30464418963392, 41.333449929182898 ], [ -111.30500325540694, 41.333566078329909 ], [ -111.30535632607064, 41.333677738409165 ], [ -111.30572116434004, 41.33400555091152 ], [ -111.30591497724548, 41.334050074436981 ], [ -111.30614806614575, 41.33431518177413 ], [ -111.30623822455179, 41.334427538148731 ], [ -111.30648963529656, 41.334521449774421 ], [ -111.30673557840205, 41.334723467787242 ], [ -111.30707104916814, 41.334902727205879 ], [ -111.30729892090551, 41.335073265272769 ], [ -111.3076580850439, 41.33520742122387 ], [ -111.30772474803233, 41.335405412327638 ], [ -111.30788802399987, 41.335562610352866 ], [ -111.30798913825004, 41.335716371419366 ], [ -111.30812114752949, 41.335832217368839 ], [ -111.30830629855456, 41.336065921631558 ], [ -111.30862530399962, 41.336299266740447 ], [ -111.30893095258264, 41.33648760833519 ], [ -111.30921240224885, 41.336612960267644 ], [ -111.30964953917123, 41.336805450462712 ], [ -111.31005144416415, 41.337128645454207 ], [ -111.31032124666508, 41.337317079881615 ], [ -111.31045307511138, 41.337393289758666 ], [ -111.31069274452493, 41.337527758426219 ], [ -111.31098617486924, 41.337657577496635 ], [ -111.31121372339499, 41.337756047053588 ], [ -111.31142951423823, 41.337895082586009 ], [ -111.31154941512908, 41.337975827316761 ], [ -111.31166336204259, 41.338061091889635 ], [ -111.31189128254431, 41.338237025234825 ], [ -111.31216657177733, 41.338320951209951 ], [ -111.3125254838063, 41.338396542567764 ], [ -111.31318398396461, 41.338637960264982 ], [ -111.31335152210802, 41.338682542709506 ], [ -111.31351966523481, 41.338853230922332 ], [ -111.31357400922977, 41.33897018284452 ], [ -111.31388587660474, 41.33920353267559 ], [ -111.31423957295272, 41.339435866684987 ], [ -111.31450924535633, 41.339592764646746 ], [ -111.31479096192989, 41.339768545176064 ], [ -111.31524673731839, 41.340100582160296 ], [ -111.31548655689986, 41.340262063417256 ], [ -111.31574434904356, 41.340432502552638 ], [ -111.31588814200809, 41.340508673329367 ], [ -111.31619476787272, 41.340890658043179 ], [ -111.31645813005014, 41.341223218603773 ], [ -111.31662796296672, 41.341492982083068 ], [ -111.31685065311586, 41.341817546673724 ], [ -111.31697143707108, 41.34207753618319 ], [ -111.31717606702954, 41.342374226024752 ], [ -111.31726036682645, 41.342504605096288 ], [ -111.31753169998395, 41.342999279420951 ], [ -111.31781400433754, 41.34329124991195 ], [ -111.31804199908484, 41.343475277597399 ], [ -111.31838352196115, 41.343654486984349 ], [ -111.3187907856481, 41.343833513276692 ], [ -111.31947276248189, 41.343971241337563 ], [ -111.31986761567768, 41.344055717603013 ], [ -111.32032829741246, 41.344158024676879 ], [ -111.32061684089467, 41.344256305722922 ], [ -111.32086096154235, 41.344314175333629 ], [ -111.32119625458525, 41.344439347623762 ], [ -111.32169859362203, 41.344504601449771 ], [ -111.32211107558712, 41.344526867736953 ], [ -111.32252930302886, 41.344502276508528 ], [ -111.3230793075729, 41.344537665376592 ], [ -111.32331599248423, 41.344541504567822 ], [ -111.32353952949499, 41.34454538023347 ], [ -111.3239816216104, 41.344512609726785 ], [ -111.32419097173627, 41.344548050941476 ], [ -111.32430470076399, 41.344583761253695 ], [ -111.32443649305367, 41.344646443574668 ], [ -111.32459239226483, 41.344749592315821 ], [ -111.3248500467233, 41.344883980559686 ], [ -111.32511952056853, 41.344991311798154 ], [ -111.32527539926443, 41.345089955824868 ], [ -111.32547313556879, 41.345192985114601 ], [ -111.32565271891008, 41.345251027034863 ], [ -111.32597041110387, 41.345439288932454 ], [ -111.32623939450669, 41.345447534464924 ], [ -111.32651437688337, 41.345460266188852 ], [ -111.32685498728866, 41.345450291698938 ], [ -111.32710022296592, 41.345490129532344 ], [ -111.32720258857992, 41.345642969079641 ], [ -111.32718589441075, 41.346128530350498 ], [ -111.32718359776719, 41.346624859861031 ], [ -111.3272153067621, 41.346989580589309 ], [ -111.32732430570762, 41.347273012418754 ], [ -111.3275171856841, 41.347597640761805 ], [ -111.32759525747764, 41.347910885633787 ], [ -111.327580851462, 41.348137019255518 ], [ -111.32762327634632, 41.348492701598751 ], [ -111.32769750331398, 41.348992416119181 ], [ -111.32770553518283, 41.349402242332069 ], [ -111.32760018841881, 41.349848421985293 ], [ -111.32752323924905, 41.349998168332661 ], [ -111.3274290271542, 41.350281277263782 ], [ -111.32739918853201, 41.350529073083521 ], [ -111.32737776247099, 41.350785852625044 ], [ -111.32732532393366, 41.351056231862074 ], [ -111.32733292516491, 41.351380486327862 ], [ -111.32735218714555, 41.35164615776425 ], [ -111.32725166116474, 41.351862627687467 ], [ -111.32718733487911, 41.352146552115528 ], [ -111.32717632792884, 41.352335744423044 ], [ -111.32717741033417, 41.352551925356828 ], [ -111.32707653973915, 41.352699937807614 ], [ -111.32708969324565, 41.352939504355099 ], [ -111.32710911256069, 41.353236702144166 ], [ -111.32723578242702, 41.353466037521898 ], [ -111.32742829226639, 41.353713200782614 ], [ -111.32760986397801, 41.353924364187677 ], [ -111.32784308939293, 41.354184922320243 ], [ -111.32803551321518, 41.354414069447799 ], [ -111.32831802712539, 41.354728532074986 ], [ -111.32870836149797, 41.355087724400185 ], [ -111.32888247370103, 41.35524035723946 ], [ -111.32914597423665, 41.355338688222723 ], [ -111.32934338903027, 41.355370551035939 ], [ -111.32960652271552, 41.355395919947782 ], [ -111.32985184287122, 41.355444759236185 ], [ -111.33000763997012, 41.355520877726093 ], [ -111.33019950629865, 41.355637427000033 ], [ -111.3303439871555, 41.355839684760092 ], [ -111.33056044808144, 41.356091277742529 ], [ -111.33070458912073, 41.356225978552636 ], [ -111.33088514260301, 41.356468666420504 ], [ -111.33110169900213, 41.356738273399273 ], [ -111.3312878217788, 41.356899875651941 ], [ -111.33185837940272, 41.357429683717918 ], [ -111.33201418357, 41.357505799438762 ], [ -111.33221171621105, 41.357559275353381 ], [ -111.3323802133865, 41.357545277350866 ], [ -111.33255202189933, 41.357477223581867 ], [ -111.33285575042113, 41.357255657887649 ], [ -111.33298084151234, 41.357169723266352 ], [ -111.33317858180664, 41.357029532253499 ], [ -111.33349931884095, 41.356861961562664 ], [ -111.33380922581257, 41.356680909898166 ], [ -111.33409533654886, 41.35652244562764 ], [ -111.33429206135767, 41.356418286277851 ], [ -111.33485933812852, 41.356304041356019 ], [ -111.33524747614604, 41.356226346250118 ], [ -111.33567780200313, 41.356216084243513 ], [ -111.33594669190632, 41.356197284325653 ], [ -111.33617397168122, 41.356223643633555 ], [ -111.33627542041489, 41.356190919674766 ], [ -111.33647233091739, 41.35612368746046 ], [ -111.33679473801796, 41.356050683121701 ], [ -111.33700359764771, 41.355982514262415 ], [ -111.33739789457896, 41.355940824510185 ], [ -111.33787585073972, 41.355894383997153 ], [ -111.33822830507833, 41.355852814235639 ], [ -111.33858061892833, 41.355784220826514 ], [ -111.33874754102723, 41.355698156851133 ], [ -111.33904540310265, 41.355503615027935 ], [ -111.33923002198115, 41.355372459908288 ], [ -111.33943866629896, 41.3552637527849 ], [ -111.33963584697308, 41.355249659556989 ], [ -111.33980337529903, 41.35528069185218 ], [ -111.34007272423959, 41.355351056784954 ], [ -111.34023467910188, 41.355459570804243 ], [ -111.34045783463816, 41.355841736438713 ], [ -111.34058511982488, 41.356179147071892 ], [ -111.34067567295145, 41.356350024585957 ], [ -111.3407663205146, 41.356538917061883 ], [ -111.34093448722375, 41.356691549205649 ], [ -111.34101256992903, 41.356763379134961 ], [ -111.34110862746044, 41.35684326262804 ], [ -111.34124691317052, 41.356996883633407 ], [ -111.34136128493903, 41.357149674636801 ], [ -111.34155960104127, 41.357351758534662 ], [ -111.34176340112782, 41.357459245393841 ], [ -111.34202090515868, 41.357548556985648 ], [ -111.34235042328186, 41.357691699741203 ], [ -111.34271609155294, 41.357888779842469 ], [ -111.34294975930831, 41.357991671811682 ], [ -111.34326120702788, 41.358107842823244 ], [ -111.3436742271317, 41.358214702056308 ], [ -111.34396141120222, 41.358263386201507 ], [ -111.34431453892347, 41.358347902980107 ], [ -111.34463770834127, 41.358418996907481 ], [ -111.34493720588114, 41.35853519915598 ], [ -111.34538057180941, 41.358727534019053 ], [ -111.34559000269881, 41.358767439755624 ], [ -111.34614756760487, 41.359076528176253 ], [ -111.34638734680719, 41.359202814655028 ], [ -111.34662125918888, 41.359349835905135 ], [ -111.34667599031086, 41.359525320298744 ], [ -111.34668151337175, 41.359664922292026 ], [ -111.34661747994218, 41.359764199356505 ], [ -111.34649293225138, 41.359950132064313 ], [ -111.34638118947336, 41.360296362309903 ], [ -111.34628578224631, 41.360566878997631 ], [ -111.34621693914676, 41.360886857766452 ], [ -111.34624206782351, 41.361116477279097 ], [ -111.34638701643, 41.361395278276852 ], [ -111.346603007864, 41.361543254204477 ], [ -111.34681299848108, 41.361686743980954 ], [ -111.34699924590417, 41.361861831737805 ], [ -111.34751473489283, 41.362121498126264 ], [ -111.34791021328513, 41.362295952392017 ], [ -111.34833493510055, 41.362348713519509 ], [ -111.34868046019636, 41.362347667162716 ], [ -111.34901061106704, 41.362378193166066 ], [ -111.34939397042633, 41.362521152302271 ], [ -111.34992670834845, 41.362650144573671 ], [ -111.35029172676037, 41.362716591466288 ], [ -111.35071623554438, 41.362728810028827 ], [ -111.35077001798254, 41.362725043054716 ], [ -111.35129592966713, 41.362695515179254 ], [ -111.35176814099678, 41.362685065117276 ], [ -111.352204460056, 41.362670219145315 ], [ -111.35261110787027, 41.362695996851066 ], [ -111.35292818371782, 41.362740063142887 ], [ -111.35326911831997, 41.362774146911271 ], [ -111.35356221479095, 41.362805674354767 ], [ -111.35389671333783, 41.362755104147368 ], [ -111.35435674876629, 41.362704146490614 ], [ -111.35518136595542, 41.36263855089053 ], [ -111.35570144889992, 41.362636944581055 ], [ -111.35614971765352, 41.362621145952026 ], [ -111.3565563223698, 41.362638802966487 ], [ -111.35714754981402, 41.362528877904523 ], [ -111.35757881290539, 41.362464485185669 ], [ -111.35782234310005, 41.362396170888474 ], [ -111.35889703620282, 41.36214961788761 ], [ -111.35945248688738, 41.362057807845851 ], [ -111.35985846366908, 41.361961958791582 ], [ -111.3601151409417, 41.36189359852952 ], [ -111.36035866632143, 41.361825278877681 ], [ -111.36090935472687, 41.361737980539552 ], [ -111.36123181150745, 41.361673915302653 ], [ -111.36159648667363, 41.361677273882165 ], [ -111.36207449182116, 41.361635236561938 ], [ -111.36263646146698, 41.36164247477538 ], [ -111.36294781112444, 41.361731569751711 ], [ -111.36322914698526, 41.361798239497588 ], [ -111.36354487945657, 41.361815257837826 ], [ -111.36378524557992, 41.361824406690502 ], [ -111.36407258065319, 41.361894658467307 ], [ -111.36436532146467, 41.361862205225876 ], [ -111.36470598060991, 41.361846713924706 ], [ -111.36508844450528, 41.361823882883947 ], [ -111.3656500126405, 41.361759046470787 ], [ -111.36589625074491, 41.361749256196887 ], [ -111.3661397896476, 41.361684527331931 ], [ -111.36636682748139, 41.36166218642866 ], [ -111.36664771145402, 41.361647780423269 ], [ -111.36693454786472, 41.361628850929726 ], [ -111.36713794714557, 41.361655225170892 ], [ -111.36725286860876, 41.361893561153678 ], [ -111.36727216966599, 41.362136706033596 ], [ -111.36726722995282, 41.362321378559031 ], [ -111.36738876429236, 41.36267228885125 ], [ -111.36744458763881, 41.363031515699149 ], [ -111.36749500117456, 41.363491645395854 ], [ -111.36751392354428, 41.363667234041621 ], [ -111.36755761996469, 41.363995873507925 ], [ -111.36760709217013, 41.364288463914647 ], [ -111.3677165997249, 41.364625900687635 ], [ -111.36777832871387, 41.364971596914486 ], [ -111.36786980732806, 41.365291976595508 ], [ -111.36797845524367, 41.365476285898488 ], [ -111.3681887337389, 41.365660269982925 ], [ -111.36845233493749, 41.365758510376011 ], [ -111.36860184181754, 41.365767039248787 ], [ -111.36884135302104, 41.365833829161367 ], [ -111.36896145227253, 41.365928024404738 ], [ -111.36911785416417, 41.366098668033096 ], [ -111.36947173910409, 41.366303807383709 ], [ -111.36965150077327, 41.366376191997652 ], [ -111.36992767587856, 41.366582480282702 ], [ -111.37010786758296, 41.366730526968787 ], [ -111.37023410183181, 41.366851724053134 ], [ -111.37038445428585, 41.367008873930871 ], [ -111.37053488923011, 41.367180435563533 ], [ -111.37068493130936, 41.367282639442855 ], [ -111.37084128981074, 41.367444273182919 ], [ -111.37110520927094, 41.367596552260807 ], [ -111.37136905313091, 41.367735319515575 ], [ -111.37163269308589, 41.367838056269427 ], [ -111.37202247115606, 41.368043972544783 ], [ -111.37223235859517, 41.368155889308632 ], [ -111.37240635025704, 41.368263418034964 ], [ -111.37255009041614, 41.36830799097676 ], [ -111.37269347094839, 41.368289511446626 ], [ -111.37285476109233, 41.368266469894493 ], [ -111.37305805474445, 41.368270314870273 ], [ -111.37330304323889, 41.368247001332463 ], [ -111.37348229420498, 41.3682284044556 ], [ -111.37363796618172, 41.368268433495601 ], [ -111.37371602130358, 41.368326729680106 ], [ -111.37374730548267, 41.368569834262615 ], [ -111.37374202288831, 41.368691454505218 ], [ -111.3737667359696, 41.368830992597694 ], [ -111.37382768127772, 41.369033466437521 ], [ -111.37385977519983, 41.369209011065607 ], [ -111.37387624766329, 41.369371094979826 ], [ -111.37393204992378, 41.369510532011454 ], [ -111.37407155274525, 41.369649696969859 ], [ -111.37425595155193, 41.3696941355959 ], [ -111.37440541650598, 41.36969364941568 ], [ -111.37457910584229, 41.369747129999674 ], [ -111.37472906193383, 41.369832214324127 ], [ -111.37485635137048, 41.369926379921438 ], [ -111.37509486434188, 41.370023785955787 ], [ -111.37529886758021, 41.37015012846966 ], [ -111.3754499694745, 41.370226200476928 ], [ -111.37575407340579, 41.370292765173517 ], [ -111.37607164223559, 41.370413330861219 ], [ -111.37620943688454, 41.370462422454452 ], [ -111.3764127894471, 41.370475268935728 ], [ -111.37677767009689, 41.370505601580525 ], [ -111.37728047167673, 41.370606641280652 ], [ -111.37785372950785, 41.370691233725701 ], [ -111.37822001641715, 41.37075758770532 ], [ -111.37859160923387, 41.370913999380861 ], [ -111.37911942975666, 41.371204108981871 ], [ -111.37958142054126, 41.371482723378207 ], [ -111.38019883216568, 41.371755417945622 ], [ -111.38051056866894, 41.371898509681849 ], [ -111.38066664746955, 41.37200608505438 ], [ -111.3808109267428, 41.372140722148607 ], [ -111.3809794898043, 41.372338332071585 ], [ -111.38112382303242, 41.372481976214793 ], [ -111.38132807701916, 41.372647940703651 ], [ -111.38153227941416, 41.372804897366741 ], [ -111.38162706154756, 41.372858628854608 ], [ -111.38196431297709, 41.373069189210497 ], [ -111.38235412833892, 41.373270566304754 ], [ -111.38279780935021, 41.373480770528261 ], [ -111.38306180741033, 41.373637525526277 ], [ -111.38334966972269, 41.373785192791445 ], [ -111.38358943691374, 41.373887981525797 ], [ -111.38382771783907, 41.373941232770441 ], [ -111.38414590557771, 41.373958186301742 ], [ -111.38454631167542, 41.373925322293864 ], [ -111.38483327609292, 41.373919859191645 ], [ -111.38537746937423, 41.373936053303119 ], [ -111.3860884618416, 41.373848097643155 ], [ -111.38669177770343, 41.373751491838426 ], [ -111.38735480112179, 41.373641170468652 ], [ -111.38815536466146, 41.373534885251992 ], [ -111.3890041057977, 41.373486981190197 ], [ -111.38947689834671, 41.373561946828161 ], [ -111.38988384285948, 41.373623622195637 ], [ -111.39011704870022, 41.373627335666875 ], [ -111.39036202398371, 41.373599482051105 ], [ -111.39061890305257, 41.373562579882218 ], [ -111.39093557120083, 41.37352547404268 ], [ -111.3911685878705, 41.373497659334731 ], [ -111.3913358360863, 41.37347006782818 ], [ -111.39168228994193, 41.373414843387685 ], [ -111.39214188290191, 41.373282667600115 ], [ -111.39248189595087, 41.373150897875718 ], [ -111.39280394385987, 41.373014684655068 ], [ -111.39304274158276, 41.372954418963253 ], [ -111.39329970336138, 41.372931922730075 ], [ -111.39396357653351, 41.372965682407667 ], [ -111.39466345978705, 41.373021833827742 ], [ -111.39523210842346, 41.373127973731293 ], [ -111.39588473664374, 41.373278860077363 ], [ -111.39599244444672, 41.373292901695969 ], [ -111.39613009057952, 41.373314046261619 ], [ -111.3962793994376, 41.373286509322874 ], [ -111.39642253786066, 41.373227466756617 ], [ -111.39660133058831, 41.373132270635551 ], [ -111.39679786788054, 41.373005486361038 ], [ -111.39704802257468, 41.372846990075281 ], [ -111.39772105635988, 41.372421307517541 ], [ -111.39841816140301, 41.372022560547073 ], [ -111.3988884502908, 41.371687649152143 ], [ -111.39950756892762, 41.371248631511527 ], [ -111.39982273156285, 41.370968300470828 ], [ -111.40001867672197, 41.370746932612931 ], [ -111.40032691738391, 41.370313494528581 ], [ -111.40048042855848, 41.369997693354257 ], [ -111.40055103925536, 41.369812791181332 ], [ -111.40065181873237, 41.369672822083707 ], [ -111.40075306762098, 41.369609416122557 ], [ -111.40087834116173, 41.369563941646227 ], [ -111.40112916435363, 41.369518029476104 ], [ -111.40138632560526, 41.369530644253622 ], [ -111.4014700476513, 41.369533955260259 ], [ -111.40221751238191, 41.369554765036497 ], [ -111.40245657173772, 41.369540417797062 ], [ -111.40294072426073, 41.369520708332438 ], [ -111.40344784471542, 41.369347786589614 ], [ -111.40366829926475, 41.369225410486244 ], [ -111.40385869326192, 41.369076116563427 ], [ -111.40400692479169, 41.36887652761304 ], [ -111.40416647689867, 41.368574211704555 ], [ -111.40428890782067, 41.368070255008426 ], [ -111.40430436726319, 41.367670261790494 ], [ -111.40423025156157, 41.367286796959888 ], [ -111.40410770268619, 41.366805318921955 ], [ -111.40399594438681, 41.366328306648896 ], [ -111.40396499235889, 41.36596360605472 ], [ -111.40402212805564, 41.365535542751161 ], [ -111.40414516209127, 41.365129767077299 ], [ -111.40429886022415, 41.364849089687432 ], [ -111.40443494063085, 41.364619817533104 ], [ -111.40448215194762, 41.364520567587576 ], [ -111.40450517740918, 41.364377265207182 ], [ -111.40451009003489, 41.364205202042541 ], [ -111.40450280108104, 41.36399354814904 ], [ -111.40457141733592, 41.36368254339326 ], [ -111.40456988310225, 41.363434838694545 ], [ -111.40452197165813, 41.36322783139466 ], [ -111.40445504815573, 41.363039806931347 ], [ -111.40438096492356, 41.362660845591698 ], [ -111.40441549411285, 41.362444540865198 ], [ -111.40449220299446, 41.362282133725955 ], [ -111.40460536461724, 41.362214178617428 ], [ -111.40473062129972, 41.362168699965764 ], [ -111.40485017905378, 41.36216827943543 ], [ -111.40503571697454, 41.362203657148889 ], [ -111.40534139985716, 41.362333191691128 ], [ -111.40589835222936, 41.362493366204646 ], [ -111.40628700083322, 41.362505506240602 ], [ -111.40668752128724, 41.362504091549226 ], [ -111.40697390010054, 41.362413002755623 ], [ -111.40721846088738, 41.362326565049386 ], [ -111.40767845000673, 41.36227539443918 ], [ -111.40788778320581, 41.362291767208426 ], [ -111.40804320851755, 41.362291216229615 ], [ -111.40821008863992, 41.362210456403034 ], [ -111.40834665099901, 41.362061345838669 ], [ -111.40852995272178, 41.361930084483113 ], [ -111.40873995078439, 41.361861781511912 ], [ -111.40891422226795, 41.361816124211359 ], [ -111.40933708731484, 41.361756071233714 ], [ -111.40991679709353, 41.361731488707953 ], [ -111.41062850020477, 41.361782997325989 ], [ -111.41133428327018, 41.361843530342092 ], [ -111.41162733996399, 41.361865001616941 ], [ -111.41189671260702, 41.361922587480933 ], [ -111.41219608872247, 41.361998080534946 ], [ -111.41274645082379, 41.362059161455448 ], [ -111.41347034340586, 41.362146639333289 ], [ -111.41400883776642, 41.362221268310833 ], [ -111.41417633278645, 41.362238680908334 ], [ -111.41434981149602, 41.362256972482115 ], [ -111.41462464571464, 41.362232562761676 ], [ -111.4153060960668, 41.362225601767413 ], [ -111.4157365611017, 41.362233055156899 ], [ -111.41604738244945, 41.362227428074291 ], [ -111.41680085449929, 41.362265236033238 ], [ -111.41717171361654, 41.362299922835831 ], [ -111.41756622558178, 41.362293988243991 ], [ -111.41785267451134, 41.362216383596966 ], [ -111.41809696054061, 41.362089389402591 ], [ -111.41837116375609, 41.361966789751158 ], [ -111.4188959734351, 41.361771216399667 ], [ -111.4194513342098, 41.361679117170397 ], [ -111.41978568759355, 41.361614844558815 ], [ -111.42017987644634, 41.361559360166495 ], [ -111.42030514987094, 41.361518368329563 ], [ -111.42046025422351, 41.361468259730906 ], [ -111.42057946249709, 41.361413778293091 ], [ -111.42072824050302, 41.361309646607715 ], [ -111.4208484928094, 41.361417298608174 ], [ -111.42108876635582, 41.361596572508859 ], [ -111.42150253804981, 41.361796828913484 ], [ -111.42187398442232, 41.361922475576456 ], [ -111.42223950675361, 41.362056249647246 ], [ -111.42244336577973, 41.362150081719811 ], [ -111.42273771553546, 41.362370588771604 ], [ -111.4232372305955, 41.362885791244501 ], [ -111.42346007273551, 41.363140788397985 ], [ -111.42362355736751, 41.363460858607802 ], [ -111.42367278348627, 41.363676860678972 ], [ -111.42369903267306, 41.364037069498153 ], [ -111.42360554729932, 41.364555352704983 ], [ -111.42355416670543, 41.364744702161317 ], [ -111.4235250938512, 41.364870916049526 ], [ -111.42362176613774, 41.365028193841539 ], [ -111.42379545349966, 41.365077096345807 ], [ -111.42385520566826, 41.365072372471076 ], [ -111.42391484090609, 41.365049633726947 ], [ -111.42412334457455, 41.364936270058266 ], [ -111.42431338653206, 41.364741905367261 ], [ -111.42453917881178, 41.364529393208052 ], [ -111.42469979653961, 41.364407197494891 ], [ -111.42501557963573, 41.364243894248318 ], [ -111.42555849759246, 41.364075246620679 ], [ -111.42571378003102, 41.364052153210274 ], [ -111.42587506976464, 41.364033541177641 ], [ -111.42618542839982, 41.36395582733121 ], [ -111.42648344795245, 41.363819608741416 ], [ -111.42684015741848, 41.363516530438169 ], [ -111.42713773183087, 41.363312754522752 ], [ -111.42732829044255, 41.363199451628432 ], [ -111.42753678225537, 41.363086081795608 ], [ -111.42768561185717, 41.362990948599062 ], [ -111.42833655815582, 41.362889443605731 ], [ -111.42907051294257, 41.36268403764339 ], [ -111.42975042496425, 41.362442798270465 ], [ -111.43002487438977, 41.362360704331621 ], [ -111.43036502043751, 41.362269356438247 ], [ -111.43066385491552, 41.362259230884952 ], [ -111.43089708121239, 41.362271869322079 ], [ -111.43110032903523, 41.36227110813325 ], [ -111.43152397282978, 41.36215061956014 ], [ -111.43159557033505, 41.3621296335022 ], [ -111.43181026730333, 41.362052263198628 ], [ -111.43212673616297, 41.361997029488577 ], [ -111.43258111247947, 41.362004330080822 ], [ -111.43325107986439, 41.362069367092246 ], [ -111.43368196395421, 41.362139805239487 ], [ -111.43390948174103, 41.362192993452467 ], [ -111.43405925762677, 41.36224197064309 ], [ -111.4342212589324, 41.362331435878389 ], [ -111.43433552741416, 41.362434592498929 ], [ -111.43449812872598, 41.362614131444346 ], [ -111.43476326088685, 41.36292929816176 ], [ -111.43504700741636, 41.363346180163909 ], [ -111.4354916048363, 41.363857933782043 ], [ -111.4359382397639, 41.364315632108038 ], [ -111.43624564755255, 41.364692787819841 ], [ -111.43654680986114, 41.365029432026574 ], [ -111.43672796045271, 41.365298973683416 ], [ -111.43683722384554, 41.365546268861536 ], [ -111.43690548426559, 41.365919826438585 ], [ -111.4369079848387, 41.366293633628963 ], [ -111.43692658239802, 41.366392646957237 ], [ -111.43698699769223, 41.366486997681498 ], [ -111.43707840973001, 41.366567719204689 ], [ -111.43720314957987, 41.366625794967405 ], [ -111.43741284149462, 41.366692555357943 ], [ -111.43767606674874, 41.366718577444018 ], [ -111.43786731128026, 41.36670884230935 ], [ -111.4381179457697, 41.36664033117669 ], [ -111.4384756805303, 41.366495747385208 ], [ -111.43879163860809, 41.366362130934526 ], [ -111.43905402138643, 41.366262947022612 ], [ -111.43936437460303, 41.36618519768902 ], [ -111.43970498202505, 41.366161377708288 ], [ -111.44024921308949, 41.366190823704123 ], [ -111.44090690939198, 41.366201817202544 ], [ -111.44176194837561, 41.366221057197222 ], [ -111.44222950693292, 41.366228269049827 ], [ -111.44237191083023, 41.366245736993847 ], [ -111.44255144088207, 41.36627206962558 ], [ -111.44280303968108, 41.366346765895791 ], [ -111.44294088130547, 41.366396678155859 ], [ -111.44315057825598, 41.366463428068478 ], [ -111.44340794880787, 41.366507474846514 ], [ -111.44379089373697, 41.366555540671399 ], [ -111.44433537488092, 41.366620996886098 ], [ -111.44511353142032, 41.366762111781185 ], [ -111.4453828302849, 41.366801604185277 ], [ -111.44565826141168, 41.366863591281948 ], [ -111.44585596912135, 41.366924978106248 ], [ -111.44599531748038, 41.367019919001599 ], [ -111.44649235277743, 41.367315243373284 ], [ -111.44669071566241, 41.367472107064103 ], [ -111.44681111439233, 41.36759324263128 ], [ -111.44686559750222, 41.367692114977899 ], [ -111.44688476527148, 41.367872193081297 ], [ -111.44686270071682, 41.368142507554253 ], [ -111.44675179142745, 41.368534769897821 ], [ -111.44653983186977, 41.369012996694956 ], [ -111.44634614341379, 41.369540694133285 ], [ -111.44619337875329, 41.369933118183376 ], [ -111.44595244027256, 41.370546570489417 ], [ -111.44576413716692, 41.37098867354117 ], [ -111.44569957069263, 41.371164572251793 ], [ -111.44568237236645, 41.371272730319099 ], [ -111.44573100115912, 41.371389641053852 ], [ -111.44582730607084, 41.371483848018642 ], [ -111.44597156403074, 41.371595884315973 ], [ -111.44637913283937, 41.3717429298474 ], [ -111.4467267311595, 41.371863183886994 ], [ -111.44699059737734, 41.371979258329894 ], [ -111.44720108747168, 41.372158592940494 ], [ -111.447321804384, 41.372324764725739 ], [ -111.44750896774558, 41.372589761814758 ], [ -111.44764148951842, 41.372733368296124 ], [ -111.44782171900185, 41.372858773738912 ], [ -111.44793571846151, 41.372916879575413 ], [ -111.44816350161013, 41.373001565083108 ], [ -111.44849267837814, 41.373049824545447 ], [ -111.44906057615164, 41.373034098433401 ], [ -111.44932977925437, 41.37305556666287 ], [ -111.4496765525175, 41.373054212128856 ], [ -111.45009532029653, 41.3730886054555 ], [ -111.45035876252737, 41.373141620471529 ], [ -111.45077790430386, 41.373230055554998 ], [ -111.4511367295017, 41.373242160835701 ], [ -111.45135193751193, 41.373236813144061 ], [ -111.45161482064694, 41.373208758916796 ], [ -111.45232589956223, 41.373147416604063 ], [ -111.45333541927329, 41.373012833663665 ], [ -111.45424968077714, 41.372937167440064 ], [ -111.45480539867978, 41.372889934395019 ], [ -111.45530189276215, 41.372924001558069 ], [ -111.45560719030797, 41.372976838947693 ], [ -111.4558766467334, 41.373034321324823 ], [ -111.45606837861308, 41.373092111131108 ], [ -111.45636829676215, 41.373230540177317 ], [ -111.45663215397175, 41.373342088685327 ], [ -111.45693175929223, 41.37343547941402 ], [ -111.45717135586928, 41.373497581119153 ], [ -111.45745856314075, 41.373527966413285 ], [ -111.45796104224692, 41.373561998299813 ], [ -111.45857079397793, 41.373546058681526 ], [ -111.45895828914142, 41.373553521509031 ], [ -111.4590969993221, 41.373552968209815 ], [ -111.45929442930735, 41.37357019562711 ], [ -111.459550896274, 41.373650240269747 ], [ -111.45982785071612, 41.373752721514478 ], [ -111.46022369641753, 41.373926787591849 ], [ -111.46039762495414, 41.374002656597334 ], [ -111.46058961777236, 41.374096468267595 ], [ -111.46079989759612, 41.374239748269922 ], [ -111.46095659025403, 41.374414769197656 ], [ -111.46104102717449, 41.374518018502464 ], [ -111.46122160529532, 41.374688439555214 ], [ -111.46140268721588, 41.374930018443827 ], [ -111.46162770619664, 41.375465969723628 ], [ -111.46187647329837, 41.375977504643046 ], [ -111.46210693710074, 41.376436868334167 ], [ -111.46213807611775, 41.376612391693328 ], [ -111.46213453605847, 41.376788054312925 ], [ -111.46209854893853, 41.376941328202115 ], [ -111.46198822675869, 41.377405663061559 ], [ -111.46167444827233, 41.377848295197118 ], [ -111.46163959167541, 41.37799255677249 ], [ -111.4616173304322, 41.378226843890438 ], [ -111.46166580189978, 41.37831672551853 ], [ -111.46177460834512, 41.378482929691486 ], [ -111.4619921017955, 41.378798223738364 ], [ -111.46223331084603, 41.379084597753852 ], [ -111.46245029169661, 41.379326931345702 ], [ -111.4626906811764, 41.379497109549582 ], [ -111.46307473829155, 41.379689228206423 ], [ -111.46396289700822, 41.380136030937486 ], [ -111.46503112736742, 41.380676679042878 ], [ -111.46532502344068, 41.380801597429908 ], [ -111.46558892648439, 41.380913125014125 ], [ -111.46587655583738, 41.380997533126276 ], [ -111.46619385863492, 41.381050293695026 ], [ -111.46683968410618, 41.381052179255057 ], [ -111.46719810356582, 41.381001182806941 ], [ -111.46745496673205, 41.380964109239031 ], [ -111.46799981688322, 41.381060978260116 ], [ -111.46910216079456, 41.381349236831895 ], [ -111.46986267117495, 41.381499263271778 ], [ -111.47026970613233, 41.381556149962371 ], [ -111.47067719641829, 41.381676086558329 ], [ -111.47086906408332, 41.381747362417428 ], [ -111.4711750328317, 41.381885727820453 ], [ -111.47168613350316, 41.382275464552784 ], [ -111.47202964554245, 41.382643367559687 ], [ -111.47247471927858, 41.382997341156013 ], [ -111.47302096441751, 41.3832833401787 ], [ -111.4735000184984, 41.38353898725525 ], [ -111.47378895699244, 41.383635980774244 ], [ -111.47428490236476, 41.383746532695632 ], [ -111.47484846232777, 41.383780238903405 ], [ -111.47593113625511, 41.383820804080493 ], [ -111.4764935016707, 41.383854507169652 ], [ -111.47681697100421, 41.383929731848205 ], [ -111.47716475547992, 41.384058900369659 ], [ -111.47742888937418, 41.384197422527308 ], [ -111.4776996568806, 41.384425091734656 ], [ -111.47794757524269, 41.384798778243251 ], [ -111.47807439828074, 41.385131532423323 ], [ -111.47814348506178, 41.385419488393715 ], [ -111.47820605644149, 41.385797547320493 ], [ -111.47821012184978, 41.386352398161826 ], [ -111.47819967308368, 41.386558715453468 ], [ -111.47818483466645, 41.386982133942915 ], [ -111.47817164595992, 41.387630735316215 ], [ -111.47810474065571, 41.388293971960543 ], [ -111.47813836375128, 41.388801860289036 ], [ -111.47822598185148, 41.389332943900328 ], [ -111.47832496795175, 41.389782911854198 ], [ -111.47841331534829, 41.390413075647963 ], [ -111.47835119528342, 41.390913254924811 ], [ -111.47818287731013, 41.391612042360705 ], [ -111.4778538384578, 41.392415084237307 ], [ -111.47765402563581, 41.392897819540117 ], [ -111.47756011527404, 41.393141414057972 ], [ -111.47753159626555, 41.393330691639953 ], [ -111.47755716709801, 41.393555775060456 ], [ -111.47768060579278, 41.394077702396025 ], [ -111.47773013351926, 41.394307190082053 ], [ -111.47773812580569, 41.394581888093953 ], [ -111.47768657372325, 41.394892863619127 ], [ -111.47755653537742, 41.395267217925579 ], [ -111.47737571890298, 41.395731858521316 ], [ -111.47725751743054, 41.395926011775401 ], [ -111.47714649238587, 41.396120135143761 ], [ -111.47684987004693, 41.396616781530547 ], [ -111.47659621452134, 41.397100638548928 ], [ -111.47614690875328, 41.397822203987175 ], [ -111.47572090034092, 41.398459000077388 ], [ -111.47552677218596, 41.398905677425176 ], [ -111.47541693667588, 41.399428570535783 ], [ -111.47538837604849, 41.399613343777013 ], [ -111.47543780163768, 41.399829321298249 ], [ -111.47561250651367, 41.399999743158894 ], [ -111.47584071559506, 41.400124905637632 ], [ -111.4763380191124, 41.400239946407581 ], [ -111.47681662324766, 41.400251475446254 ], [ -111.47757561484315, 41.400324892070294 ], [ -111.47888863853515, 41.400580654351721 ], [ -111.48063206377707, 41.40096071056297 ], [ -111.48126133800407, 41.401124720314414 ], [ -111.48165704112836, 41.401249170531543 ], [ -111.48199907939279, 41.401396363120263 ], [ -111.48247430961985, 41.401759177904346 ], [ -111.48301790935268, 41.402468495039273 ], [ -111.48349047641651, 41.403277191226593 ], [ -111.48380713115131, 41.4040324956433 ], [ -111.48415172953747, 41.404521958390511 ], [ -111.48436239349793, 41.404696719251376 ], [ -111.48454381093697, 41.404799542384069 ], [ -111.48477052278629, 41.40487965549746 ], [ -111.48511776491414, 41.404918726015815 ], [ -111.48565964335474, 41.404907432516723 ], [ -111.48649326232118, 41.404872384409487 ], [ -111.48780299902685, 41.404831709710997 ], [ -111.48933394284258, 41.404774766705785 ], [ -111.49023123489367, 41.404775450958468 ], [ -111.49054245374334, 41.404796643454581 ], [ -111.49081787733442, 41.404830598393346 ], [ -111.49178310836065, 41.405114718895376 ], [ -111.49259235215476, 41.405337347019334 ], [ -111.49318563716558, 41.405478926508792 ], [ -111.49367155920514, 41.405661497647863 ], [ -111.49400192945102, 41.405841131656004 ], [ -111.49457918224468, 41.406234083668316 ], [ -111.4948690110391, 41.406431003781556 ], [ -111.49557709729068, 41.406878334050454 ], [ -111.49639433895646, 41.407361219271102 ], [ -111.49691036534119, 41.407566165652547 ], [ -111.49734202889218, 41.407690406391566 ], [ -111.49798908021098, 41.407818217263639 ], [ -111.49900832777814, 41.408115554439064 ], [ -111.4994046930062, 41.408316504716829 ], [ -111.49964566523745, 41.40853614363045 ], [ -111.49989369136453, 41.408895368468237 ], [ -111.5001864621894, 41.409628211684776 ], [ -111.5004014707532, 41.410361392279228 ], [ -111.5005248485825, 41.410847263384156 ], [ -111.5005519235673, 41.41125698914005 ], [ -111.50057142623577, 41.411459574165043 ], [ -111.50066858884242, 41.411647409191602 ], [ -111.50074135222653, 41.411774098985752 ], [ -111.50094561721131, 41.411885804184784 ], [ -111.50137887527701, 41.412212692539384 ], [ -111.5015295089315, 41.41235165302917 ], [ -111.50175788001323, 41.41248577056043 ], [ -111.50212409068963, 41.412650812581873 ], [ -111.5023702031818, 41.412757828818378 ], [ -111.50277878029665, 41.412985736581419 ], [ -111.50311598746271, 41.413268000266534 ], [ -111.50347516604423, 41.413451083796936 ], [ -111.5036561855695, 41.413495329261394 ], [ -111.50383002632259, 41.413539605876359 ], [ -111.50418897707424, 41.413538033476172 ], [ -111.50431447049685, 41.413519468390625 ], [ -111.50443514299803, 41.413496420531494 ], [ -111.50491793676272, 41.413417738692971 ], [ -111.5056964302043, 41.41351340269037 ], [ -111.506600733685, 41.413631026397148 ], [ -111.50708573796496, 41.413682935137892 ], [ -111.50753495300192, 41.413748511028786 ], [ -111.50762616793392, 41.413784138805511 ], [ -111.50781109633665, 41.4138688944305 ], [ -111.50791339590521, 41.413945007005324 ], [ -111.50820294509116, 41.414249984935083 ], [ -111.5082384163379, 41.414348911236125 ], [ -111.50825252589532, 41.414470450749647 ], [ -111.50823553298143, 41.414593028406237 ], [ -111.50815268208275, 41.414709591663389 ], [ -111.50805762699937, 41.414795583103469 ], [ -111.5078911309016, 41.41492692756426 ], [ -111.50752808316088, 41.415171733254986 ], [ -111.50727240560414, 41.4153755305136 ], [ -111.50707113114414, 41.415651147783393 ], [ -111.50684707944916, 41.416075489467104 ], [ -111.5067723493558, 41.416467646686911 ], [ -111.50666903432058, 41.417031072978155 ], [ -111.50645722097761, 41.417491390072811 ], [ -111.50636345388405, 41.417744013882192 ], [ -111.50638329157813, 41.417987130118149 ], [ -111.50648629578363, 41.418153316183364 ], [ -111.50685388081962, 41.418489480099574 ], [ -111.50704621137552, 41.418601226872241 ], [ -111.50758716870013, 41.418918609149308 ], [ -111.50806640236883, 41.419146186078152 ], [ -111.50861979397558, 41.419368929421324 ], [ -111.50941800218519, 41.419680661736571 ], [ -111.51015181368565, 41.420172824735445 ], [ -111.51035626212277, 41.420302527264688 ], [ -111.51050696892985, 41.420445979199911 ], [ -111.51064141748067, 41.420652555829442 ], [ -111.51073751103414, 41.420851195783918 ], [ -111.51077467343552, 41.421012265651342 ], [ -111.51085686339003, 41.421421743478 ], [ -111.51089984373141, 41.421714297422596 ], [ -111.51094402112832, 41.422006846019727 ], [ -111.51101973962996, 41.422506427703269 ], [ -111.51099778346433, 41.422758736075586 ], [ -111.51090402663374, 41.423011363297071 ], [ -111.51083310851421, 41.4231242723205 ], [ -111.51064403937886, 41.423431367642706 ], [ -111.51031925337973, 41.423982267977522 ], [ -111.51021950871308, 41.424234921152738 ], [ -111.51015710962689, 41.424672062955459 ], [ -111.51018259485548, 41.424870115546241 ], [ -111.51025700651024, 41.425203064043195 ], [ -111.51054578425595, 41.426165588190486 ], [ -111.51071302511386, 41.426889951638756 ], [ -111.51074711557852, 41.427422144940067 ], [ -111.51070107345156, 41.427655644171161 ], [ -111.51065450872426, 41.427822490028802 ], [ -111.51049467427796, 41.428043883650787 ], [ -111.51014898659277, 41.428221063692604 ], [ -111.50957528308783, 41.428319085903176 ], [ -111.50889357269347, 41.42837975145676 ], [ -111.50849884808918, 41.42840851932182 ], [ -111.50821799237626, 41.428459301688754 ], [ -111.50796142278921, 41.428555013754156 ], [ -111.50724703701312, 41.429031060556298 ], [ -111.50711017759038, 41.429130746617048 ], [ -111.50690837009608, 41.429343312705875 ], [ -111.50683138422438, 41.429447238370436 ], [ -111.50679688138462, 41.429627540771911 ], [ -111.50683397623285, 41.429780505203254 ], [ -111.50702938184787, 41.430283164544484 ], [ -111.50723540552309, 41.430611931584608 ], [ -111.50732688473983, 41.430832212428228 ], [ -111.507316003471, 41.430971876943332 ], [ -111.507233312688, 41.431111858077259 ], [ -111.50703065849746, 41.431216337835657 ], [ -111.50688756481215, 41.431284524763363 ], [ -111.50676995448549, 41.431397636852395 ], [ -111.50672197013499, 41.431537464727818 ], [ -111.50677240625505, 41.431712889158078 ], [ -111.50691293765706, 41.432238309015766 ], [ -111.5068967437288, 41.432464469019742 ], [ -111.50684467211381, 41.432694390085388 ], [ -111.50678633562578, 41.432888308655272 ], [ -111.50660313376834, 41.433186363517414 ], [ -111.50604501538545, 41.433756293224086 ], [ -111.50530836757649, 41.434457613399466 ], [ -111.50483999429301, 41.43502714294587 ], [ -111.50466457608442, 41.43555935577497 ], [ -111.50458848624012, 41.435780373555474 ], [ -111.50449969439043, 41.435906868115893 ], [ -111.50433905240799, 41.436029173851303 ], [ -111.50345072610126, 41.436469928955532 ], [ -111.50292613084211, 41.436737944997404 ], [ -111.50246044012049, 41.436884100008193 ], [ -111.50149843558454, 41.437086462770715 ], [ -111.50092055362637, 41.437431265755912 ], [ -111.50079003246076, 41.43758045788892 ], [ -111.50074291623152, 41.437679745574314 ], [ -111.50074405856691, 41.437828364495502 ], [ -111.50077505546898, 41.43796784595488 ], [ -111.50087226586878, 41.438156580439944 ], [ -111.50127145409503, 41.438699795994474 ], [ -111.50171240439167, 41.439224812972746 ], [ -111.50221985564245, 41.43983510921484 ], [ -111.50261269827188, 41.44032880635806 ], [ -111.50293240535117, 41.440651679289942 ], [ -111.50349283967904, 41.441144640562428 ], [ -111.50451643679473, 41.441932816352278 ], [ -111.50525249934307, 41.442533088570009 ], [ -111.50551100653202, 41.442833704199728 ], [ -111.50575380655278, 41.443269500773575 ], [ -111.50597917878724, 41.443772929689068 ], [ -111.50596451148697, 41.444196346607384 ], [ -111.50584956188636, 41.44480936192604 ], [ -111.50573408561932, 41.445354823163456 ], [ -111.50564079416567, 41.445674098596136 ], [ -111.50546984421867, 41.446013531671341 ], [ -111.50514410022237, 41.44646083346656 ], [ -111.50458067336525, 41.447134364403915 ], [ -111.50412970737159, 41.447645264877487 ], [ -111.50399307616844, 41.447780075184916 ], [ -111.50371948462407, 41.448007361533691 ], [ -111.50333831566516, 41.448256735945712 ], [ -111.50308865576552, 41.448483015319511 ], [ -111.50296483387494, 41.448726759017148 ], [ -111.50288931454324, 41.449024336374137 ], [ -111.50289971727885, 41.449596266532232 ], [ -111.50320283660685, 41.450090352943171 ], [ -111.5034022503315, 41.450332682689648 ], [ -111.50375152940451, 41.45060227912996 ], [ -111.50454052778011, 41.451223941038656 ], [ -111.50493931362044, 41.451546460848348 ], [ -111.50503518485988, 41.451712678493941 ], [ -111.50506031661101, 41.451865695421397 ], [ -111.50505548332438, 41.45201434015739 ], [ -111.5049788173129, 41.452163300235341 ], [ -111.50471112723154, 41.45238155539807 ], [ -111.504264640607, 41.452702378402762 ], [ -111.50361079436935, 41.4533033396402 ], [ -111.50340890823939, 41.453516799902289 ], [ -111.50324289624626, 41.453724698383347 ], [ -111.50315439087568, 41.453891723967459 ], [ -111.50307037389281, 41.454639712466431 ], [ -111.50302853793018, 41.455423546291392 ], [ -111.50312742410107, 41.455824847466069 ], [ -111.50323767866814, 41.456147733722581 ], [ -111.5033618641514, 41.456723669052948 ], [ -111.50363450176543, 41.457915966536973 ], [ -111.5037076719299, 41.458861431146772 ], [ -111.50363834046153, 41.459186003812952 ], [ -111.50353830824669, 41.459411628592669 ], [ -111.50311742747016, 41.459953918590557 ], [ -111.50207056273315, 41.46084122481988 ], [ -111.50120150921303, 41.461498056308528 ], [ -111.50104720125269, 41.461674374222675 ], [ -111.50098293939431, 41.461881825946655 ], [ -111.50100875907528, 41.462124915208072 ], [ -111.50110839924314, 41.462624395794023 ], [ -111.50115176475458, 41.46281336373891 ], [ -111.50112341757189, 41.463019758282272 ], [ -111.50103574023012, 41.463296669503393 ], [ -111.50098057672477, 41.463908516861864 ], [ -111.50092922269364, 41.464237513072995 ], [ -111.50087141483161, 41.464350358135967 ], [ -111.50075722319976, 41.46444993743205 ], [ -111.5005597151106, 41.464459804525383 ], [ -111.50007072388621, 41.464561013469847 ], [ -111.49915514209353, 41.464781169298455 ], [ -111.49784070836924, 41.465147164175761 ], [ -111.49698628406271, 41.465380549238567 ], [ -111.49635844375831, 41.46549134967411 ], [ -111.49572431211679, 41.465562540944703 ], [ -111.49529315112774, 41.465554490004997 ], [ -111.49523327813523, 41.465554747786669 ], [ -111.49456831141607, 41.465508067623681 ], [ -111.49392199227941, 41.465393747546919 ], [ -111.49358492618667, 41.465318630883012 ], [ -111.49329128325762, 41.465284761373461 ], [ -111.49298014273704, 41.465312216879319 ], [ -111.49274112891484, 41.465376293223137 ], [ -111.49209695379399, 41.465703319578793 ], [ -111.491864163225, 41.4657988936086 ], [ -111.49170291375026, 41.465853627785613 ], [ -111.49141586195265, 41.465899891770505 ], [ -111.49075728907226, 41.465907207063701 ], [ -111.49032701519181, 41.466017131537534 ], [ -111.49013633585788, 41.466139544958764 ], [ -111.48988625670914, 41.466325263308235 ], [ -111.48969046929979, 41.466564794794358 ], [ -111.48950205669678, 41.466988947592206 ], [ -111.48937287297392, 41.467327277178924 ], [ -111.48909508353969, 41.467810357975907 ], [ -111.48885856012168, 41.468207691799932 ], [ -111.48866354112178, 41.46855080402802 ], [ -111.48862894119958, 41.468727497275282 ], [ -111.48867828942996, 41.46892004733359 ], [ -111.48886772855211, 41.46942816397253 ], [ -111.48917063242783, 41.469895264216234 ], [ -111.48964799864333, 41.470469710625757 ], [ -111.48998817302478, 41.470954664879706 ], [ -111.4901685771256, 41.471215112565652 ], [ -111.49043614859487, 41.471758923255607 ], [ -111.49055930137037, 41.472208770965217 ], [ -111.49054289942453, 41.472416012413767 ], [ -111.49049043386111, 41.47260539272532 ], [ -111.49030653808927, 41.472835866856215 ], [ -111.49021743102169, 41.472930824926621 ], [ -111.48999077625038, 41.473049788315095 ], [ -111.48942340057775, 41.473249467080407 ], [ -111.48847996555159, 41.473609271857015 ], [ -111.4873029848934, 41.473970058520131 ], [ -111.48634025033478, 41.474154282129952 ], [ -111.4858380907524, 41.474268997371134 ], [ -111.48565402675352, 41.474319315651606 ], [ -111.48537808140445, 41.474415058656 ], [ -111.48510387011956, 41.474582853316335 ], [ -111.48480651019443, 41.474858834330661 ], [ -111.48446746516312, 41.475166516228427 ], [ -111.48409810721046, 41.475424783702756 ], [ -111.4836913178881, 41.475642673853827 ], [ -111.48294093935827, 41.476042154686674 ], [ -111.48243333853831, 41.476233441236019 ], [ -111.48181269056258, 41.476524281088643 ], [ -111.48166368273969, 41.476619483385477 ], [ -111.4815268844909, 41.476746160455541 ], [ -111.48146221257997, 41.476908565288355 ], [ -111.48147508920466, 41.47703011197558 ], [ -111.48175385571498, 41.477474813564569 ], [ -111.48198508549952, 41.477969254610485 ], [ -111.48217356483404, 41.478351281253502 ], [ -111.48222952436419, 41.478629376814943 ], [ -111.48220109067714, 41.478833064339462 ], [ -111.48212973951328, 41.479063954090293 ], [ -111.48206738593497, 41.479377674592065 ], [ -111.48187333895092, 41.479861286815471 ], [ -111.48167924909482, 41.480339494386655 ], [ -111.4813652487822, 41.480800188582464 ], [ -111.48111605444799, 41.481116491731896 ], [ -111.4809080798961, 41.481338043834505 ], [ -111.48063475973086, 41.481631928174274 ], [ -111.48046281457189, 41.481866840063304 ], [ -111.48022049836995, 41.482304712970446 ], [ -111.48009669364941, 41.48257094934047 ], [ -111.48004528657316, 41.482908942973431 ], [ -111.48007236678011, 41.483332179698003 ], [ -111.4801159183548, 41.483552680219766 ], [ -111.48009911493791, 41.483710380568461 ], [ -111.4799703497209, 41.483954118845965 ], [ -111.47963139852499, 41.484446438206611 ], [ -111.47913369280818, 41.485178115069388 ], [ -111.47881355851713, 41.485787450233374 ], [ -111.47865593223959, 41.48617992981238 ], [ -111.47852635659379, 41.486477714372555 ], [ -111.47837947451544, 41.486865645111799 ], [ -111.47830850413622, 41.486988441386657 ], [ -111.47821223272639, 41.487091526452033 ], [ -111.47804672341213, 41.487227325988492 ], [ -111.47785003584117, 41.487358751100182 ], [ -111.47757555227757, 41.487499506350389 ], [ -111.47728852693122, 41.487563749791029 ], [ -111.47676831266531, 41.487683003945286 ], [ -111.47632727765588, 41.487982076565068 ], [ -111.47603564412604, 41.488235492080165 ], [ -111.4758495656083, 41.488344351263066 ], [ -111.47567799285331, 41.48847116502202 ], [ -111.47557706185964, 41.488593182743365 ], [ -111.47553635430067, 41.48875998857033 ], [ -111.47550896905753, 41.489110490934983 ], [ -111.47556485711581, 41.489381383592985 ], [ -111.47557960279954, 41.48975963477141 ], [ -111.47552497667012, 41.490480455123581 ], [ -111.47542967292954, 41.491372584668099 ], [ -111.47537760947399, 41.491625007875307 ], [ -111.47527943822172, 41.492125325863405 ], [ -111.47521687519874, 41.492580459473231 ], [ -111.47517902113026, 41.493138175599512 ], [ -111.47513377456636, 41.49350406402764 ], [ -111.4750872242238, 41.493855545919963 ], [ -111.4750561022703, 41.49435108284694 ], [ -111.47502256442571, 41.494679992355934 ], [ -111.47504741287231, 41.49480148995417 ], [ -111.47511998411478, 41.494895768146428 ], [ -111.47524649873019, 41.494994327123429 ], [ -111.47571599454795, 41.495303142330428 ], [ -111.47627088391887, 41.495656639138637 ], [ -111.47674521449268, 41.495969933788096 ], [ -111.47713708395544, 41.496310590836295 ], [ -111.47765600863259, 41.496821859931991 ], [ -111.47798265778209, 41.497252859073335 ], [ -111.47801952638618, 41.497378809723429 ], [ -111.47799033675403, 41.497482516358644 ], [ -111.47794311002001, 41.497577290519303 ], [ -111.47775866954686, 41.497749197768648 ], [ -111.4774912643218, 41.49788091579466 ], [ -111.47670456929964, 41.497942727317294 ], [ -111.47613678800441, 41.49795859032389 ], [ -111.47580175971724, 41.498018524994684 ], [ -111.47556879671308, 41.49810956267897 ], [ -111.47533622820973, 41.498254642771954 ], [ -111.47519364546339, 41.498417365482155 ], [ -111.47489820789256, 41.498977045634909 ], [ -111.47476332322736, 41.499373928853167 ], [ -111.47471724151941, 41.499626326730109 ], [ -111.47474826515985, 41.499936954539258 ], [ -111.47469061080969, 41.500081311160677 ], [ -111.47471682334279, 41.500225321624079 ], [ -111.47480604868522, 41.50030241708977 ], [ -111.47494982108466, 41.500301823474771 ], [ -111.47507531912153, 41.500259871053942 ], [ -111.47521273875032, 41.500209762565511 ], [ -111.47560235239737, 41.500239678068873 ], [ -111.47614304872691, 41.500449115194129 ], [ -111.47631180653616, 41.500588031368068 ], [ -111.47643333381346, 41.500821720798676 ], [ -111.47636478047208, 41.501276879161608 ], [ -111.47639210956116, 41.501736144046227 ], [ -111.47647706804987, 41.501884414424929 ], [ -111.47666390142311, 41.502036766276539 ], [ -111.47711468960684, 41.502237563916502 ], [ -111.47752973481727, 41.502465530422747 ], [ -111.47786763181203, 41.502792897509543 ], [ -111.47813307973918, 41.503044001799516 ], [ -111.47825435311965, 41.503241660607756 ], [ -111.47829762087059, 41.503422529625304 ], [ -111.47826878696148, 41.503574874758996 ], [ -111.47818624088391, 41.503755366181586 ], [ -111.4780617252856, 41.503931528293265 ], [ -111.4777445679952, 41.504144520266387 ], [ -111.47701107079359, 41.504444809252973 ], [ -111.47630619120469, 41.504726960225184 ], [ -111.47554781529695, 41.505067876228907 ], [ -111.47487337103746, 41.505417448113533 ], [ -111.4742222526513, 41.505680448746212 ], [ -111.47329565273829, 41.505959892267413 ], [ -111.47233842175116, 41.506147578572779 ], [ -111.47195562197845, 41.506235621149663 ], [ -111.47166873718177, 41.506331375805907 ], [ -111.47119137108329, 41.506598150266839 ], [ -111.47066719405393, 41.507020041693885 ], [ -111.4701736438352, 41.507535482520154 ], [ -111.46968666293358, 41.508131961000501 ], [ -111.4695802198827, 41.508326054832793 ], [ -111.46945599106199, 41.508546342631021 ], [ -111.46926541479816, 41.508705650675637 ], [ -111.46877572037113, 41.508928329058328 ], [ -111.46791452717912, 41.509148013676061 ], [ -111.46702308001832, 41.509327281388053 ], [ -111.46686060047929, 41.509395496574541 ], [ -111.4667008082434, 41.509504233937157 ], [ -111.46652271601715, 41.509734645238218 ], [ -111.4663581955632, 41.510186583302016 ], [ -111.4662955150269, 41.510636306762578 ], [ -111.46625356146311, 41.511469661355534 ], [ -111.46623250352808, 41.511875079682135 ], [ -111.4661991066575, 41.512231007304422 ], [ -111.46614057969106, 41.512424903592461 ], [ -111.466040143065, 41.512623473378028 ], [ -111.46589012198005, 41.512759192161134 ], [ -111.46549068027349, 41.51304003888702 ], [ -111.46532498187088, 41.51316230928223 ], [ -111.46513466569424, 41.513361241874179 ], [ -111.4650519741642, 41.51352821311356 ], [ -111.46501228818954, 41.513843632446942 ], [ -111.46494422199795, 41.514379847669453 ], [ -111.46478537454102, 41.514790326196476 ], [ -111.46458387331768, 41.515101895456077 ], [ -111.46425576752031, 41.515305886764708 ], [ -111.46361653574198, 41.515575084254657 ], [ -111.46284017658195, 41.51594210997289 ], [ -111.46267320326349, 41.516055374237915 ], [ -111.4625426301935, 41.516231543616023 ], [ -111.46230532186141, 41.516565771308763 ], [ -111.46209845189316, 41.516967431633859 ], [ -111.46193836336614, 41.517206770629805 ], [ -111.4616413192404, 41.517568258996377 ], [ -111.46144447497765, 41.517695152437788 ], [ -111.46121821278018, 41.517898726337762 ], [ -111.46083233300313, 41.518409190737138 ], [ -111.46054713400984, 41.518752613972936 ], [ -111.46016059207295, 41.519001864442885 ], [ -111.4598368639496, 41.519151781197834 ], [ -111.45930380686112, 41.519189940883415 ], [ -111.45869884181955, 41.519228384925214 ], [ -111.45830407605578, 41.51933264299516 ], [ -111.45805931963675, 41.519465125972552 ], [ -111.45782739748668, 41.519718256333825 ], [ -111.45770270109384, 41.519880885651652 ], [ -111.45755948774183, 41.519967025710244 ], [ -111.45732642042614, 41.520058026628973 ], [ -111.45700914808418, 41.520275465141019 ], [ -111.45675460618567, 41.520551201662357 ], [ -111.45655301704436, 41.520858253258766 ], [ -111.45641699493342, 41.52111550366967 ], [ -111.45634669914085, 41.521345470964938 ], [ -111.45648052744164, 41.521628672483061 ], [ -111.45690250496301, 41.521982788475135 ], [ -111.45715583949195, 41.522215973709187 ], [ -111.45727708557585, 41.522413654122282 ], [ -111.45735733562397, 41.522746608192804 ], [ -111.45752227643781, 41.523191817572965 ], [ -111.45759545728518, 41.523371674058588 ], [ -111.45763255556513, 41.523533659316435 ], [ -111.45762244233885, 41.523799417319523 ], [ -111.45754228819617, 41.524331171725507 ], [ -111.45740293430907, 41.524966746366772 ], [ -111.45733330393219, 41.525291288948175 ], [ -111.45712666112301, 41.525733472087857 ], [ -111.45689553691949, 41.526103693067185 ], [ -111.45653133061542, 41.526298798078777 ], [ -111.45629877711559, 41.526466357511545 ], [ -111.45613794815769, 41.526606609876779 ], [ -111.45607906227274, 41.526755465147559 ], [ -111.45606786699355, 41.526868101758446 ], [ -111.45612275275172, 41.527002994735184 ], [ -111.45642452314843, 41.52730354456304 ], [ -111.45694255314464, 41.527675293512033 ], [ -111.45750241379062, 41.528028858942683 ], [ -111.45830822094882, 41.528412967534955 ], [ -111.45860328336447, 41.528609953488029 ], [ -111.45883421968023, 41.528891863855229 ], [ -111.45902738732941, 41.529256792332774 ], [ -111.45924642308262, 41.529719797516528 ], [ -111.45938789973995, 41.530232652632648 ], [ -111.45938486948569, 41.530651507481686 ], [ -111.45932783519386, 41.531061570643594 ], [ -111.45910346250699, 41.531539857189927 ], [ -111.45887755883628, 41.531801972524413 ], [ -111.45857326127533, 41.531996844772529 ], [ -111.458041209946, 41.532192623576265 ], [ -111.45747259157238, 41.532302975388767 ], [ -111.45698087238199, 41.532268900943826 ], [ -111.45645224304623, 41.532099860374935 ], [ -111.45613291263317, 41.531862432129998 ], [ -111.45587932248033, 41.53159772029008 ], [ -111.4554867174372, 41.531166922216336 ], [ -111.45514900469828, 41.530871016088007 ], [ -111.45479350431818, 41.530602201409707 ], [ -111.45449267160456, 41.530436754352124 ], [ -111.45401119130355, 41.530150420300707 ], [ -111.45344659579276, 41.529977004124248 ], [ -111.4528111519447, 41.529956989488369 ], [ -111.45211621475231, 41.530000256858521 ], [ -111.45128374415332, 41.530089096682111 ], [ -111.45105035018869, 41.530139552876498 ], [ -111.45066802994192, 41.530321199211947 ], [ -111.45028055742021, 41.530624463969311 ], [ -111.44986264645659, 41.530860291196568 ], [ -111.44947444994959, 41.531059971279028 ], [ -111.44894389797614, 41.531475482037365 ], [ -111.44877689789837, 41.531594130418469 ], [ -111.44860964206887, 41.531675849333745 ], [ -111.44850790925622, 41.531698764570727 ], [ -111.44811221823878, 41.531682292373397 ], [ -111.44779431779496, 41.531647501192793 ], [ -111.44686443718052, 41.531520511387271 ], [ -111.44621038071466, 41.53141045890645 ], [ -111.44557504832922, 41.531408418613218 ], [ -111.4447779864133, 41.531420511491632 ], [ -111.44452005387828, 41.531389982990689 ], [ -111.44401617632923, 41.531328877968591 ], [ -111.44327274821494, 41.53129571646042 ], [ -111.44309309982161, 41.531318927212588 ], [ -111.44299158065077, 41.531373362550845 ], [ -111.44290844704361, 41.531487175644507 ], [ -111.4428376255787, 41.531648680334655 ], [ -111.44260652169494, 41.532036886991143 ], [ -111.44245219517663, 41.532258161437078 ], [ -111.44225720138296, 41.532668746843584 ], [ -111.44213581465256, 41.533326751572112 ], [ -111.441984089372, 41.533930828498661 ], [ -111.44182046585257, 41.534548461928658 ], [ -111.44171619470379, 41.535080297122725 ], [ -111.44174827780589, 41.535390928013058 ], [ -111.44186983924764, 41.535638163542025 ], [ -111.44223932660285, 41.536204207213622 ], [ -111.44245190457671, 41.536613224586297 ], [ -111.44263454630051, 41.537026860446709 ], [ -111.44269085635992, 41.537373427159473 ], [ -111.44255628023325, 41.537855839019805 ], [ -111.44250958680435, 41.538040669620635 ], [ -111.44249842759486, 41.53816231194039 ], [ -111.44271660851562, 41.538512759271583 ], [ -111.44290475984869, 41.538854314466583 ], [ -111.44301984624509, 41.53920515819469 ], [ -111.44318055133424, 41.539740476843328 ], [ -111.44338146617343, 41.540194573966033 ], [ -111.44360132073375, 41.540788211676016 ], [ -111.44369873759533, 41.541008516088112 ], [ -111.44394038837513, 41.541282307820708 ], [ -111.44441056644624, 41.541663304358558 ], [ -111.44489190538654, 41.541922656471421 ], [ -111.44515102276769, 41.542119815516244 ], [ -111.44526615212514, 41.54229951687941 ], [ -111.44529720558499, 41.54245702533558 ], [ -111.44526974209906, 41.542822830249875 ], [ -111.44511702391499, 41.543280995036177 ], [ -111.44504654738269, 41.543493841339441 ], [ -111.44505417860401, 41.543732506645114 ], [ -111.44513519643134, 41.544182560653802 ], [ -111.44510058783106, 41.544380856347395 ], [ -111.44502389311774, 41.544561300202332 ], [ -111.44484089463549, 41.544800703054378 ], [ -111.44461878846562, 41.544932168617507 ], [ -111.44396780429921, 41.545290474118779 ], [ -111.44311975566727, 41.54576212733366 ], [ -111.44275564359127, 41.545993217248324 ], [ -111.44261265394178, 41.546123473535161 ], [ -111.44250001839954, 41.546309458403115 ], [ -111.44246543136782, 41.546512256831477 ], [ -111.44252657708728, 41.54668766483006 ], [ -111.44274650780631, 41.547290310544604 ], [ -111.4428934891619, 41.547744615547018 ], [ -111.44291282635362, 41.547942702683635 ], [ -111.44287325941288, 41.548118498320513 ], [ -111.44262282183188, 41.54849326740473 ], [ -111.44239697713246, 41.548782371536262 ], [ -111.44224230979752, 41.548959510424467 ], [ -111.44200372932448, 41.549139673878528 ], [ -111.44194992722895, 41.549162399030592 ], [ -111.44177041290129, 41.549212629215319 ], [ -111.44155471341041, 41.549231472367723 ], [ -111.44113554909084, 41.54930513990108 ], [ -111.44029174194614, 41.54952905378461 ], [ -111.43927455855051, 41.549825682662174 ], [ -111.43794484477975, 41.550186544638201 ], [ -111.43707853668451, 41.550455557339554 ], [ -111.43646209375632, 41.550615527274509 ], [ -111.4360492124048, 41.550734189129798 ], [ -111.43572044397155, 41.550879552841486 ], [ -111.4352965056796, 41.551137867692752 ], [ -111.43503413420834, 41.551350533135597 ], [ -111.43482611087671, 41.55162154019385 ], [ -111.43463537790684, 41.551788897089786 ], [ -111.43427734778589, 41.552042455347411 ], [ -111.43409824128581, 41.55215572338922 ], [ -111.4339672776533, 41.552295831493439 ], [ -111.43378781388391, 41.552535203160126 ], [ -111.433622256178, 41.552702463380811 ], [ -111.43345007476681, 41.552955318053669 ], [ -111.43331419546247, 41.553257576033403 ], [ -111.43309531029752, 41.553699760247817 ], [ -111.43291905191496, 41.554240864253494 ], [ -111.43287888606703, 41.554511235588222 ], [ -111.43287948702422, 41.554601306697379 ], [ -111.43300684257098, 41.55481790401268 ], [ -111.43322511336557, 41.555180978267835 ], [ -111.43326789471425, 41.55530241611568 ], [ -111.43326292164862, 41.555455559562333 ], [ -111.43325180253332, 41.555586207823175 ], [ -111.43310344449853, 41.555816453758382 ], [ -111.43299645413586, 41.555956470380167 ], [ -111.43285960500305, 41.556114613972419 ], [ -111.43278412181873, 41.55630405212078 ], [ -111.43271352729408, 41.556687129498165 ], [ -111.43258486389814, 41.557174009608943 ], [ -111.43251972078819, 41.557295853654679 ], [ -111.43243665000662, 41.557426772416228 ], [ -111.43227587309661, 41.557594012593718 ], [ -111.43210349361576, 41.557819843802768 ], [ -111.43204449480031, 41.557964182807758 ], [ -111.43208214982992, 41.558216246608424 ], [ -111.43213152700038, 41.558427733343024 ], [ -111.4321891507617, 41.558976963950634 ], [ -111.43213692711802, 41.55923837280001 ], [ -111.43205496295063, 41.559535922684063 ], [ -111.4317573801644, 41.559870311628302 ], [ -111.43142315887063, 41.560105756643033 ], [ -111.43128575824078, 41.560182834373919 ], [ -111.43114823754898, 41.5602418977331 ], [ -111.43102276863705, 41.560309923080844 ], [ -111.43089762854227, 41.560427487364556 ], [ -111.43084432170245, 41.560526767723161 ], [ -111.43076154251986, 41.560702720755707 ], [ -111.43070823524862, 41.560802001048543 ], [ -111.43061319994796, 41.560938367633355 ], [ -111.4306083040069, 41.561104120791718 ], [ -111.43064518396866, 41.561239993314658 ], [ -111.43089908175061, 41.561548894177477 ], [ -111.43124778833406, 41.561867346982922 ], [ -111.43147259183338, 41.562128616828133 ], [ -111.43153956342918, 41.562280589303072 ], [ -111.43158888210586, 41.56248306901476 ], [ -111.43156657498733, 41.562735357833603 ], [ -111.43143048705122, 41.563010591915521 ], [ -111.43115687072971, 41.563344889197808 ], [ -111.4309605165776, 41.563575312044421 ], [ -111.43079435249822, 41.56383714707421 ], [ -111.43073630249374, 41.564125598872955 ], [ -111.43075605655287, 41.564391240879409 ], [ -111.43078117910748, 41.564562285879262 ], [ -111.4307643562065, 41.564737991676495 ], [ -111.43061011566145, 41.564989873668203 ], [ -111.43031324763592, 41.565436847422802 ], [ -111.43013595522869, 41.56583022994235 ], [ -111.43004168190497, 41.566082787517459 ], [ -111.42979799900796, 41.566412465793434 ], [ -111.42947641635756, 41.566751441846151 ], [ -111.42940526122648, 41.566873306396346 ], [ -111.42939425185102, 41.567021968261919 ], [ -111.42948041289191, 41.567354917231441 ], [ -111.42959032326355, 41.567651748119843 ], [ -111.42973579763238, 41.567885394758846 ], [ -111.42987479858468, 41.568047006873435 ], [ -111.43011592543496, 41.568235258786366 ], [ -111.43049539960876, 41.56848604350683 ], [ -111.43058013295258, 41.568602821336619 ], [ -111.43062291842436, 41.568724259866265 ], [ -111.43062366607936, 41.568836848506692 ], [ -111.43059493766141, 41.569026109709753 ], [ -111.43053103489719, 41.569337101354606 ], [ -111.4304070723035, 41.569634806811756 ], [ -111.43029543127652, 41.569982006234831 ], [ -111.43028540965349, 41.570279285073013 ], [ -111.43027019776602, 41.570698182034803 ], [ -111.4303322864647, 41.571197855487256 ], [ -111.43035512379382, 41.571747215988623 ], [ -111.43030602503376, 41.572301349324775 ], [ -111.43028424385142, 41.57281484747174 ], [ -111.43031775106029, 41.573345252549359 ], [ -111.43039964421044, 41.57393672614652 ], [ -111.43048623255078, 41.574331822764194 ], [ -111.43054686117853, 41.574610822250797 ], [ -111.4305741738572, 41.574930479332828 ], [ -111.43058429889896, 41.575551945471283 ], [ -111.43055717950263, 41.576164543711684 ], [ -111.43044198613542, 41.576700909560337 ], [ -111.43024105628263, 41.577152026726786 ], [ -111.43015249600974, 41.577364029676794 ], [ -111.42996815135983, 41.577603412687097 ], [ -111.42971750212111, 41.577793503061081 ], [ -111.42950814921925, 41.577879854663678 ], [ -111.42916099713905, 41.577989238560896 ], [ -111.42846686803993, 41.578235024458152 ], [ -111.42789853827455, 41.578457819806218 ], [ -111.42772519718062, 41.578548537781032 ], [ -111.42762382907033, 41.578638987835419 ], [ -111.42755844746274, 41.57872930398495 ], [ -111.42749968717473, 41.578914172126638 ], [ -111.42750735415427, 41.579167248739758 ], [ -111.42758852840022, 41.579652440309985 ], [ -111.42754969186689, 41.580129971542696 ], [ -111.4273788400331, 41.580598986213559 ], [ -111.42726057266661, 41.580856133727949 ], [ -111.42716641515891, 41.581131206131609 ], [ -111.42715726825311, 41.581563590326503 ], [ -111.42720761501721, 41.58210384098804 ], [ -111.42720123519302, 41.582774007394441 ], [ -111.42719239114612, 41.583252327538567 ], [ -111.42721252307913, 41.583576515279198 ], [ -111.42716064622941, 41.583896466903845 ], [ -111.42715066797649, 41.584202751898374 ], [ -111.42717246228534, 41.584779137562201 ], [ -111.42710882498339, 41.585135161952323 ], [ -111.42700907776592, 41.585473305822362 ], [ -111.42692628653209, 41.585653759064797 ], [ -111.42686731068454, 41.585807101957812 ], [ -111.42692842257486, 41.585978013542068 ], [ -111.42712767802381, 41.586175433836402 ], [ -111.42783894824534, 41.5866952119868 ], [ -111.42803826816946, 41.586901637720686 ], [ -111.42813554817894, 41.587098535102328 ], [ -111.42817270601172, 41.587274939551001 ], [ -111.42829461242007, 41.58756722230526 ], [ -111.42844099089881, 41.587931472008826 ], [ -111.42855722871299, 41.588273315640393 ], [ -111.42878827767291, 41.588740832987973 ], [ -111.42891735096519, 41.589208730304904 ], [ -111.429088865138, 41.589744023672083 ], [ -111.42921122786554, 41.590103858233377 ], [ -111.42914177686569, 41.590486926961638 ], [ -111.42901827514777, 41.590861190045175 ], [ -111.42896514948602, 41.590991993843581 ], [ -111.42877541876896, 41.591330474598671 ], [ -111.42841839910977, 41.5917731622283 ], [ -111.42805472099325, 41.592116793441228 ], [ -111.42766680494704, 41.592424484534426 ], [ -111.42748631658084, 41.592528739471497 ], [ -111.42730840547176, 41.592660006380392 ], [ -111.42721307335175, 41.592759440718631 ], [ -111.42722614057547, 41.5929215231684 ], [ -111.42728666628251, 41.5930023637438 ], [ -111.4274561212418, 41.593226015058605 ], [ -111.42764355702019, 41.593446897050974 ], [ -111.4278496102033, 41.593761385124388 ], [ -111.42796591511643, 41.59411223602676 ], [ -111.42799880297044, 41.594549867198211 ], [ -111.42796141319779, 41.595247169451248 ], [ -111.42781687230824, 41.59607187293139 ], [ -111.42779665149197, 41.596643909979576 ], [ -111.42777678721944, 41.597269989268064 ], [ -111.42774313928214, 41.597625901658212 ], [ -111.42761373553888, 41.598018199289676 ], [ -111.42743541210596, 41.598271065959494 ], [ -111.42703008103076, 41.59867339568666 ], [ -111.4269288587799, 41.598790866110271 ], [ -111.42678038060205, 41.599021102731179 ], [ -111.42675130195252, 41.599160823332234 ], [ -111.42675795436907, 41.599259878589322 ], [ -111.42684503642009, 41.599727933234732 ], [ -111.42699814708183, 41.600200246192543 ], [ -111.42710183601926, 41.600456568131264 ], [ -111.42719911012902, 41.600649862939775 ], [ -111.42745353985089, 41.601018215131838 ], [ -111.42774441795338, 41.601453985615841 ], [ -111.42785399281888, 41.601692270387794 ], [ -111.42792756882641, 41.601930689044373 ], [ -111.42797072895118, 41.602106170027994 ], [ -111.42793516568103, 41.602354002150328 ], [ -111.42780698364767, 41.602750798769549 ], [ -111.42756463948533, 41.60330564693205 ], [ -111.42742902139052, 41.603667342404918 ], [ -111.42739438185411, 41.603873737461761 ], [ -111.42742625489483, 41.604157347676441 ], [ -111.42759167825244, 41.604674649986165 ], [ -111.42783498254869, 41.605172746964065 ], [ -111.42796385653146, 41.605606417151911 ], [ -111.42798265499096, 41.605727044428775 ], [ -111.42794760549766, 41.605871291026645 ], [ -111.42792387207399, 41.605911912028972 ], [ -111.42785852318536, 41.606011235084914 ], [ -111.42769737697049, 41.606142439931354 ], [ -111.42754223045078, 41.606273622237531 ], [ -111.4274295316779, 41.606472200949014 ], [ -111.42728813771591, 41.606869045837598 ], [ -111.42727236500245, 41.607206876555367 ], [ -111.42746173760159, 41.607715082505386 ], [ -111.42752418041327, 41.608084147748421 ], [ -111.42758017736111, 41.608385682504355 ], [ -111.42769591285438, 41.608646462349249 ], [ -111.42777048826549, 41.608853351707673 ], [ -111.42776468579045, 41.609065043739676 ], [ -111.42772349066169, 41.609187695648963 ], [ -111.42749694780413, 41.609412818864101 ], [ -111.42718666747048, 41.609679686170189 ], [ -111.42686515509492, 41.610063688602025 ], [ -111.42660329022617, 41.610393425285025 ], [ -111.42652658599431, 41.610591869405759 ], [ -111.42658145313483, 41.61072227095903 ], [ -111.42675107720795, 41.610964837177804 ], [ -111.42692735662521, 41.611306458162559 ], [ -111.4269773528663, 41.611608015327668 ], [ -111.42694277318365, 41.611824317720739 ], [ -111.42694972431667, 41.611968407879417 ], [ -111.4270062985776, 41.612175364464534 ], [ -111.42715108076281, 41.612472065779329 ], [ -111.42735719287397, 41.612786553418836 ], [ -111.42748505637513, 41.613065302677605 ], [ -111.42752400622854, 41.613511016518196 ], [ -111.42744798505949, 41.613813041928786 ], [ -111.42737716161135, 41.61399345014474 ], [ -111.42736010967765, 41.614137629453765 ], [ -111.42741503507382, 41.614276136827748 ], [ -111.42751949807425, 41.614645946136342 ], [ -111.42762933281752, 41.614920258562798 ], [ -111.42770850808078, 41.615095605267207 ], [ -111.42793248609318, 41.615387507142962 ], [ -111.4281626758419, 41.615710910778382 ], [ -111.42851316121391, 41.616074398182832 ], [ -111.42882182049442, 41.616465062240877 ], [ -111.42902666377138, 41.616766040520332 ], [ -111.42914371017461, 41.617040324474921 ], [ -111.42926555867423, 41.617314590365133 ], [ -111.42947772791725, 41.617633554913937 ], [ -111.42976248446425, 41.618037816480459 ], [ -111.4298403195684, 41.618190648526756 ], [ -111.42986024193105, 41.618298660890396 ], [ -111.42985486847121, 41.618393256980475 ], [ -111.4297301231547, 41.618587378968783 ], [ -111.42959928592592, 41.618768012725553 ], [ -111.42949878426239, 41.618998072798924 ], [ -111.4294294003064, 41.619214505685107 ], [ -111.42913737854951, 41.619706490535812 ], [ -111.42897677411518, 41.61992416433494 ], [ -111.4288757552508, 41.620076763528452 ], [ -111.42870899227793, 41.620271041105781 ], [ -111.4284940361338, 41.620438476375867 ], [ -111.42806382268272, 41.620728310648587 ], [ -111.42757323124647, 41.620964324480816 ], [ -111.42684289363199, 41.621250766433882 ], [ -111.42659756446123, 41.621364267508035 ], [ -111.42640619091223, 41.621468560702347 ], [ -111.42620331733224, 41.621649457696236 ], [ -111.42588033245721, 41.622001936786511 ], [ -111.42552331926288, 41.622291490288653 ], [ -111.42493765268462, 41.622676464044474 ], [ -111.42462067627342, 41.622848772705993 ], [ -111.42441117132989, 41.62293511506779 ], [ -111.42407027312264, 41.623121021367844 ], [ -111.42353234072779, 41.623465279287636 ], [ -111.42334119166959, 41.623605595447707 ], [ -111.42310829295653, 41.623786597494366 ], [ -111.42302479514747, 41.623867969856718 ], [ -111.42279177692886, 41.624030957235554 ], [ -111.42270192344461, 41.624058309356208 ], [ -111.42258214808484, 41.624099282248366 ], [ -111.42216206654244, 41.624109832933897 ], [ -111.42200604376808, 41.624114909413834 ], [ -111.42138739730473, 41.624049624572677 ], [ -111.42117100291844, 41.624000877821203 ], [ -111.42093642713957, 41.623925175546582 ], [ -111.42070287666004, 41.623822447347813 ], [ -111.42011720403194, 41.62347330720975 ], [ -111.4195206758834, 41.623115196444679 ], [ -111.41889464041191, 41.622833751556733 ], [ -111.41831082715576, 41.622583674923654 ], [ -111.41793795532567, 41.622467937106812 ], [ -111.41768561579528, 41.622428321682115 ], [ -111.41739181542076, 41.622474424963215 ], [ -111.41708029924011, 41.622565627935352 ], [ -111.41672137608471, 41.622751577868108 ], [ -111.41619613519174, 41.623208345910697 ], [ -111.41537794652767, 41.623846315043181 ], [ -111.41496020405592, 41.624221623814982 ], [ -111.41465586103025, 41.624497442532935 ], [ -111.41460215995676, 41.62454717599023 ], [ -111.41440515919385, 41.624714520081675 ], [ -111.41383648901031, 41.624955260258162 ], [ -111.41366883348316, 41.62501891429379 ], [ -111.41341146253701, 41.625132430520729 ], [ -111.41320793722033, 41.625218730947651 ], [ -111.41305820052014, 41.6252688088368 ], [ -111.41263279081798, 41.625386529879073 ], [ -111.41227329984081, 41.625487799945006 ], [ -111.4121175252276, 41.625532493924268 ], [ -111.41194409940971, 41.625633095766233 ], [ -111.41183666246268, 41.625728056618257 ], [ -111.41175952259591, 41.625867944995164 ], [ -111.41169441542539, 41.626012293839111 ], [ -111.41162362085151, 41.626206202762624 ], [ -111.41146316470522, 41.626458979578835 ], [ -111.41133806246563, 41.626608046546856 ], [ -111.41114696341226, 41.626761853050162 ], [ -111.41099156248278, 41.626865991860384 ], [ -111.41088397913023, 41.626938434260893 ], [ -111.41068739017444, 41.627173324656638 ], [ -111.4106402005212, 41.627304098021455 ], [ -111.41068304551544, 41.627434549746717 ], [ -111.41079200212644, 41.627578276061641 ], [ -111.41116609267529, 41.627883184319195 ], [ -111.41134136352991, 41.628071709017824 ], [ -111.41147447543929, 41.628237866292885 ], [ -111.41152909844313, 41.628332246621135 ], [ -111.41159169790349, 41.628548195893721 ], [ -111.4116583289952, 41.62883168486659 ], [ -111.41179215976861, 41.62911042947043 ], [ -111.41188911670599, 41.629254197683302 ], [ -111.41196810097149, 41.629403434555194 ], [ -111.41196918476197, 41.629573667184161 ], [ -111.41198419670162, 41.629857340894418 ], [ -111.4120215349455, 41.630253524840697 ], [ -111.41199973256883, 41.630600381008719 ], [ -111.41191258318298, 41.631054657252342 ], [ -111.41182495678093, 41.631434175179592 ], [ -111.41183790809794, 41.631582747906513 ], [ -111.41183865338272, 41.631699839090707 ], [ -111.41188747783255, 41.631825765230182 ], [ -111.41204532117035, 41.632103522623858 ], [ -111.41227006879916, 41.632517949575885 ], [ -111.4123736088308, 41.632751765857314 ], [ -111.41262259627632, 41.633201233256834 ], [ -111.41297928864969, 41.633595369167963 ], [ -111.41319068986596, 41.633798172577279 ], [ -111.41337264748739, 41.634090252907733 ], [ -111.41353780687409, 41.634571544879059 ], [ -111.41367748803218, 41.634823244300875 ], [ -111.41381073517189, 41.635007412597837 ], [ -111.4141793413589, 41.635384388050575 ], [ -111.41478992348914, 41.636048720203206 ], [ -111.41503043662975, 41.636295550416442 ], [ -111.41527358414584, 41.636578399442726 ], [ -111.4155229826796, 41.637086405610837 ], [ -111.4159471457351, 41.637697361849895 ], [ -111.41628129591382, 41.638313146063403 ], [ -111.41648897548026, 41.638866337080493 ], [ -111.41650211311284, 41.639041930025328 ], [ -111.41649671864627, 41.639136525247601 ], [ -111.41643275165366, 41.639271865107261 ], [ -111.41630652263699, 41.639434452056101 ], [ -111.41618123290094, 41.639556503032097 ], [ -111.41570982619399, 41.640004065528785 ], [ -111.41522588554876, 41.640370606491672 ], [ -111.41463047006251, 41.641142871759996 ], [ -111.41415924295602, 41.641621952360872 ], [ -111.41394998034539, 41.64175781419447 ], [ -111.41377053349554, 41.641862043111971 ], [ -111.41343527854717, 41.64201186826358 ], [ -111.41265720851312, 41.642203815375737 ], [ -111.41232054748929, 41.642322117109373 ], [ -111.41211719636583, 41.642444443587088 ], [ -111.41182467751017, 41.642706700834864 ], [ -111.41157429725786, 41.64298682086195 ], [ -111.4113359510655, 41.643271400870177 ], [ -111.41088298080828, 41.643606287354558 ], [ -111.41007406221323, 41.644050528834597 ], [ -111.40905639592336, 41.644527032843968 ], [ -111.40888896978966, 41.644635714927226 ], [ -111.40875756667293, 41.64474426867146 ], [ -111.40865660966459, 41.644920268021551 ], [ -111.40864756689832, 41.64538957522975 ], [ -111.40860425828235, 41.646137326613598 ], [ -111.4084482014683, 41.647096246963727 ], [ -111.40833528454883, 41.648231554710712 ], [ -111.40823894962071, 41.649140722703869 ], [ -111.40816786975481, 41.649294998121093 ], [ -111.40808458186868, 41.649417791659928 ], [ -111.40791144962141, 41.649576032055016 ], [ -111.40772579092213, 41.649652351173437 ], [ -111.40750411109684, 41.64972969841844 ], [ -111.40738436369304, 41.649784166036 ], [ -111.40704925132377, 41.649965497074021 ], [ -111.40665414938424, 41.650156046570054 ], [ -111.40628892588414, 41.650323971120564 ], [ -111.40551711965315, 41.650768048937508 ], [ -111.40513438411621, 41.651017096299533 ], [ -111.4046975202197, 41.651252822182691 ], [ -111.40396634529596, 41.651476070332677 ], [ -111.40379880827379, 41.651571234501098 ], [ -111.40361342570054, 41.651693482656057 ], [ -111.40345217881217, 41.651834560893917 ], [ -111.40332091491942, 41.651969228668911 ], [ -111.40317809617784, 41.652176895049713 ], [ -111.40285104063076, 41.652691451493951 ], [ -111.40266641033512, 41.652935292497951 ], [ -111.40251752658654, 41.653133972086501 ], [ -111.40235051562649, 41.653314700556649 ], [ -111.40219523307879, 41.653450351807955 ], [ -111.40187290842893, 41.653762227126997 ], [ -111.40162261591314, 41.654070246989257 ], [ -111.40157529919391, 41.654186605004725 ], [ -111.40154036115973, 41.65436236717953 ], [ -111.40152374513677, 41.654587604854655 ], [ -111.40156106094798, 41.654794639747301 ], [ -111.40173191173659, 41.655230891181596 ], [ -111.40177456182519, 41.655329821132028 ], [ -111.40186039427951, 41.655613247361757 ], [ -111.40189254671263, 41.655955407904578 ], [ -111.40190814036879, 41.656531813053704 ], [ -111.40194624260899, 41.656864945540477 ], [ -111.40203962342916, 41.657396042632605 ], [ -111.40209225827142, 41.658134447274719 ], [ -111.40205818791533, 41.658449817726627 ], [ -111.4020597565095, 41.658702013243925 ], [ -111.40207313954916, 41.658922642299309 ], [ -111.40207987312424, 41.659039712059595 ], [ -111.40214124254152, 41.659251166042957 ], [ -111.40223233061508, 41.659412976514155 ], [ -111.4024620460377, 41.659655366184943 ], [ -111.40283011057154, 41.659933299304505 ], [ -111.40343217042087, 41.660368035738855 ], [ -111.40414532950581, 41.660896953728844 ], [ -111.40463399680219, 41.661251017859712 ], [ -111.40521317543042, 41.661672314630863 ], [ -111.40577474079883, 41.662156720836236 ], [ -111.40636645582065, 41.662659032002885 ], [ -111.40665639617005, 41.662923718116275 ], [ -111.40672939884111, 41.663072078133162 ], [ -111.40673605631662, 41.663175637040858 ], [ -111.40670056088925, 41.663261330766488 ], [ -111.40664702005556, 41.663342584739631 ], [ -111.40653965470966, 41.663460057759082 ], [ -111.40641432856957, 41.663586601355846 ], [ -111.40611098178306, 41.664056046403864 ], [ -111.40594440552404, 41.664308835588862 ], [ -111.40581363637997, 41.664525469428192 ], [ -111.40570697433517, 41.664755528774066 ], [ -111.40571476123093, 41.665039227090773 ], [ -111.40577024998862, 41.665267813276017 ], [ -111.40586103130562, 41.665569232863199 ], [ -111.40604476264053, 41.665943282082416 ], [ -111.40661844014001, 41.6664366481413 ], [ -111.40681754356964, 41.666580058244826 ], [ -111.40701633587804, 41.666673929691306 ], [ -111.40723895401206, 41.666736191297801 ], [ -111.40745991705545, 41.666726401017812 ], [ -111.40780297556675, 41.666648623438192 ], [ -111.40831798046179, 41.666408105140228 ], [ -111.40894698569468, 41.6661500653573 ], [ -111.40919845862666, 41.666026672886133 ], [ -111.40946798252108, 41.665908619857277 ], [ -111.40984601118517, 41.665853229503554 ], [ -111.41018848981695, 41.665874525695976 ], [ -111.41083269353466, 41.665930771443897 ], [ -111.41193048515321, 41.665913331512925 ], [ -111.41274800572515, 41.666022988228576 ], [ -111.41315689659548, 41.666098080056962 ], [ -111.41346406238617, 41.666232082982859 ], [ -111.41364487421451, 41.666330511224025 ], [ -111.41398302386126, 41.666613019461757 ], [ -111.41414053519259, 41.666824120390359 ], [ -111.41439535640133, 41.667224020731609 ], [ -111.41453569025691, 41.667565786889142 ], [ -111.41459168049141, 41.667867324891532 ], [ -111.41458104940415, 41.668082634419015 ], [ -111.41452266978716, 41.668344953395533 ], [ -111.41435054262647, 41.668665328284241 ], [ -111.41413085500503, 41.669062435142081 ], [ -111.41404243588788, 41.669323961349171 ], [ -111.41400154656463, 41.669504251843939 ], [ -111.41397223672593, 41.669616946914168 ], [ -111.41395563169806, 41.669837682132943 ], [ -111.41397474685243, 41.670008749314185 ], [ -111.41405019848078, 41.670535396320261 ], [ -111.41414953252868, 41.671039439279788 ], [ -111.41424435175202, 41.671588534163988 ], [ -111.41432325540276, 41.671903500232837 ], [ -111.41439640148376, 41.672069868916914 ], [ -111.41451763445224, 41.672241468425206 ], [ -111.41456602726313, 41.67229443610244 ], [ -111.4147051592054, 41.672447055816782 ], [ -111.41488685793192, 41.672680586105024 ], [ -111.41497796811512, 41.672837882391953 ], [ -111.41502683039559, 41.672963806125679 ], [ -111.41504568900581, 41.673094341764553 ], [ -111.41505250562146, 41.6732204173071 ], [ -111.41502406385068, 41.673468216745015 ], [ -111.4149826829947, 41.673571948429263 ], [ -111.41489986304659, 41.67377040480482 ], [ -111.41472116761315, 41.67400523571748 ], [ -111.41444653756763, 41.67426743377758 ], [ -111.41428499283842, 41.674367094864337 ], [ -111.4141535676543, 41.674480157922062 ], [ -111.41407675071984, 41.674678592045247 ], [ -111.41412557802695, 41.674799111957192 ], [ -111.41433804289404, 41.675146022259327 ], [ -111.41452000803024, 41.675420084229998 ], [ -111.41465911774996, 41.675568200415753 ], [ -111.41494880314414, 41.675778822948025 ], [ -111.41525642985721, 41.675976769909909 ], [ -111.41536486545535, 41.676025016686403 ], [ -111.4155995084988, 41.676082714926025 ], [ -111.41579184320017, 41.676100033579232 ], [ -111.4159239646368, 41.676095051954533 ], [ -111.41619389513674, 41.676035528331511 ], [ -111.41642189346958, 41.675994170308449 ], [ -111.41680526116987, 41.675827049110168 ], [ -111.4172004252581, 41.675626557355585 ], [ -111.41776345621066, 41.675375914865626 ], [ -111.41802729362522, 41.675303799070235 ], [ -111.41849491669464, 41.67516248648235 ], [ -111.41895714426933, 41.675115766740177 ], [ -111.41920914112858, 41.675070712843436 ], [ -111.41946704495038, 41.675010324679796 ], [ -111.41975419775316, 41.674829133298132 ], [ -111.42014281852282, 41.67454849165739 ], [ -111.42039981679001, 41.674349394575323 ], [ -111.42061523601393, 41.674222506299152 ], [ -111.42075889724137, 41.674145419672286 ], [ -111.42095685267518, 41.67410416262782 ], [ -111.42129943718751, 41.674134432398922 ], [ -111.42197306446387, 41.674267068464133 ], [ -111.42269424108142, 41.67432206421104 ], [ -111.42293457262396, 41.674331087954229 ], [ -111.42316898015417, 41.674352743017984 ], [ -111.42332544864966, 41.674397202573672 ], [ -111.42354846320029, 41.674513473910359 ], [ -111.42373585190553, 41.674692926216139 ], [ -111.42408654638335, 41.675042911606077 ], [ -111.42452196083656, 41.67548715807515 ], [ -111.42484224486346, 41.675778706957196 ], [ -111.42519886916065, 41.676115156233664 ], [ -111.42551898138268, 41.6763796823844 ], [ -111.42574245190777, 41.676563501330818 ], [ -111.42596015437246, 41.676783369801377 ], [ -111.42617866049694, 41.677124831348245 ], [ -111.42634251189189, 41.67737642375257 ], [ -111.426674649009, 41.67764090200852 ], [ -111.4267895253252, 41.677753064802701 ], [ -111.42681420787326, 41.677852051742306 ], [ -111.42674940429593, 41.678045045284932 ], [ -111.42671378466396, 41.678109128265966 ], [ -111.42665331619774, 41.678230949208611 ], [ -111.42659557746771, 41.678402299279568 ], [ -111.42657874591912, 41.678582504637838 ], [ -111.42655560982115, 41.67871769766743 ], [ -111.42651451184304, 41.678861964491382 ], [ -111.42645536265287, 41.67900179470616 ], [ -111.42638446652455, 41.679182200612523 ], [ -111.42626578040732, 41.679403315869791 ], [ -111.42612990387666, 41.679750594729335 ], [ -111.42594147562565, 41.680327750292996 ], [ -111.42576523671406, 41.680931881759754 ], [ -111.42571795021422, 41.681049149750876 ], [ -111.42562313929733, 41.681247657988912 ], [ -111.42560017833591, 41.681409871537518 ], [ -111.42562542435732, 41.681594424409774 ], [ -111.425819678192, 41.681899947595319 ], [ -111.42591047175466, 41.682003193265047 ], [ -111.4259833028465, 41.682115512578036 ], [ -111.42600206759464, 41.682228032258323 ], [ -111.42599079535825, 41.682340663269912 ], [ -111.42592025071775, 41.682575110315526 ], [ -111.42570623907201, 41.682918174458081 ], [ -111.42548704838592, 41.683387357273695 ], [ -111.42537566419863, 41.683806601425985 ], [ -111.42532307915654, 41.684031974440039 ], [ -111.42532435444905, 41.68422562313652 ], [ -111.42533202292343, 41.684477794544982 ], [ -111.42530968295809, 41.684734580563173 ], [ -111.42531113618944, 41.684955249980803 ], [ -111.42539074853333, 41.685184637257038 ], [ -111.42555429114864, 41.685386692324059 ], [ -111.42598978597758, 41.685830932057961 ], [ -111.42608076366587, 41.68596119823254 ], [ -111.42615972620465, 41.686091508885127 ], [ -111.42617831415478, 41.686177007716239 ], [ -111.42612581920457, 41.686415891367815 ], [ -111.42604266089059, 41.686560313777761 ], [ -111.42588860403414, 41.68670409816135 ], [ -111.42538456730811, 41.686982483795283 ], [ -111.42516896099488, 41.687085962914004 ], [ -111.42492382437027, 41.687267012138669 ], [ -111.42478064269827, 41.68742066265763 ], [ -111.42451978925084, 41.687953047172847 ], [ -111.42430807862976, 41.688467235369828 ], [ -111.42422415582642, 41.68867921270688 ], [ -111.42417194750897, 41.688963129954544 ], [ -111.42415045938814, 41.689350515761447 ], [ -111.4242496064483, 41.689809513295444 ], [ -111.42437225477738, 41.690187359792716 ], [ -111.42440350909092, 41.690371890466075 ], [ -111.42441022766839, 41.690479951166203 ], [ -111.42430986443537, 41.690750535520955 ], [ -111.42411372383009, 41.691075516014408 ], [ -111.42395457703232, 41.69154447368421 ], [ -111.42393199282486, 41.691765231532855 ], [ -111.42394589116637, 41.691868762188214 ], [ -111.42398754606207, 41.691990204690136 ], [ -111.42411505174778, 41.69219239449685 ], [ -111.42436278437457, 41.692403147401905 ], [ -111.425021482953, 41.692976268383219 ], [ -111.425238948092, 41.693152003523714 ], [ -111.42543234507353, 41.693322423071962 ], [ -111.42584870915016, 41.693591094641597 ], [ -111.42625912767379, 41.693868793859401 ], [ -111.42654277598476, 41.694056890972945 ], [ -111.42671178787423, 41.694173356119698 ], [ -111.42680873384305, 41.694295492948513 ], [ -111.42686429338853, 41.694519563868987 ], [ -111.42685319934375, 41.694659215420444 ], [ -111.42681804120515, 41.694794452782283 ], [ -111.42660464907726, 41.695236593904035 ], [ -111.42652742975683, 41.695371987289811 ], [ -111.42639068890502, 41.695593169089918 ], [ -111.42622396326836, 41.695823469046807 ], [ -111.42592519391145, 41.696076775995529 ], [ -111.42551835444348, 41.696343993026041 ], [ -111.42495654543241, 41.696620788863036 ], [ -111.42436761211601, 41.696794100275021 ], [ -111.42327022418415, 41.697135914100507 ], [ -111.42307838565422, 41.697204173860094 ], [ -111.42284433760859, 41.697250070822129 ], [ -111.42275422920156, 41.697254005174038 ], [ -111.42256198295856, 41.69726011647446 ], [ -111.42202089641437, 41.697217069144322 ], [ -111.42114873928615, 41.697085161825605 ], [ -111.42062497719802, 41.696933959036848 ], [ -111.42026969733449, 41.696818166313541 ], [ -111.42015523775302, 41.696773549246629 ], [ -111.41995665577701, 41.696729239497934 ], [ -111.41981915732934, 41.696837827264559 ], [ -111.41983208278944, 41.696977390350774 ], [ -111.41988164688472, 41.697206890735771 ], [ -111.41993701508639, 41.697404844977001 ], [ -111.42002371710903, 41.697800841201875 ], [ -111.4201655261748, 41.698354260370145 ], [ -111.42023877643761, 41.69852963126089 ], [ -111.42036047985057, 41.698763371116719 ], [ -111.4205846006311, 41.699037268068601 ], [ -111.42092993104168, 41.699468345140723 ], [ -111.42137765508501, 41.699935074189987 ], [ -111.42150484502915, 41.700087728652896 ], [ -111.42158979553611, 41.700213516600002 ], [ -111.42161960984339, 41.700362024552014 ], [ -111.42158593368279, 41.700542290308434 ], [ -111.4215685534482, 41.700641432280008 ], [ -111.42155744699984, 41.700781083229472 ], [ -111.42161397074267, 41.701154670931111 ], [ -111.42160992824286, 41.701271778184143 ], [ -111.42157378909596, 41.701443045835838 ], [ -111.42149708124303, 41.70165949781596 ], [ -111.42133689039862, 41.701975334033499 ], [ -111.42117719758608, 41.702367728602333 ], [ -111.42106015564794, 41.702850037733249 ], [ -111.42099578625493, 41.703115983207468 ], [ -111.42101575319413, 41.703413144567072 ], [ -111.42109074521038, 41.703854217985892 ], [ -111.42111006637846, 41.704052303502024 ], [ -111.42114231757871, 41.704389951746236 ], [ -111.42116782489907, 41.704615035876166 ], [ -111.42114683742172, 41.705082581477299 ], [ -111.42111240234455, 41.705331303715518 ], [ -111.42105878925248, 41.705588202594008 ], [ -111.4210854399399, 41.705804275403679 ], [ -111.42115304438221, 41.70603370877317 ], [ -111.42118441511627, 41.706236253592309 ], [ -111.42116697402111, 41.706326388528765 ], [ -111.42110775916464, 41.706461712050185 ], [ -111.4210423874774, 41.706574540343084 ], [ -111.42079804661293, 41.706890683833201 ], [ -111.42034394954096, 41.707297665215719 ], [ -111.41990717276718, 41.707596496299551 ], [ -111.41928569771336, 41.708143694964356 ], [ -111.4185028452715, 41.708830187343985 ], [ -111.41811422225521, 41.709143247533611 ], [ -111.41797074283167, 41.709260861741051 ], [ -111.41788739138167, 41.709382760682622 ], [ -111.41782807939772, 41.709504572159304 ], [ -111.41780465197061, 41.709599231853488 ], [ -111.41780538679745, 41.709712718600521 ], [ -111.41785515215757, 41.709972842744918 ], [ -111.41790523846556, 41.710468050884039 ], [ -111.41789139154635, 41.710742817642632 ], [ -111.41786737423675, 41.710932053969934 ], [ -111.41779096367618, 41.711198041080117 ], [ -111.41764231436281, 41.711446276499487 ], [ -111.41725409669766, 41.711825083966097 ], [ -111.41710486744333, 41.711984150550606 ], [ -111.4170336476858, 41.712124018971977 ], [ -111.4170348702478, 41.712313163484289 ], [ -111.41706684261413, 41.712610281501547 ], [ -111.41716565031146, 41.713018844826586 ], [ -111.41726429617562, 41.71340218876955 ], [ -111.41734467331653, 41.713748669879401 ], [ -111.41742432289227, 41.713982564930312 ], [ -111.41755832883337, 41.714256794322573 ], [ -111.41774117739668, 41.714647938159324 ], [ -111.41781481909879, 41.714881854740277 ], [ -111.41785814648208, 41.715075349600745 ], [ -111.41785318609321, 41.715237495223597 ], [ -111.41776582854678, 41.715670153045529 ], [ -111.41772515461258, 41.715886470997035 ], [ -111.4177270209042, 41.716174690989 ], [ -111.41782523172178, 41.71648958196058 ], [ -111.41793004356786, 41.716709874424453 ], [ -111.4179657221321, 41.716835843858405 ], [ -111.41799107775134, 41.71703841105181 ], [ -111.41795667701821, 41.717295238097059 ], [ -111.41777311695152, 41.717723742089468 ], [ -111.41767466723688, 41.718300553317455 ], [ -111.41758628413005, 41.718575590558707 ], [ -111.4175756035861, 41.71878279227078 ], [ -111.41759587508996, 41.719128590562342 ], [ -111.41752021770358, 41.719512567153778 ], [ -111.41748697977516, 41.719949531342124 ], [ -111.4175004823874, 41.720178262129522 ], [ -111.41752572717134, 41.720363716258838 ], [ -111.41761752435544, 41.720615580920011 ], [ -111.41777611419639, 41.720970784094405 ], [ -111.41788043132067, 41.721299163166776 ], [ -111.41802799454597, 41.721807526368757 ], [ -111.41814935502029, 41.721982722831669 ], [ -111.41829464382337, 41.722139817906672 ], [ -111.41848781788291, 41.722265213645201 ], [ -111.41883176846798, 41.722466619755302 ], [ -111.41939833948412, 41.722698737303467 ], [ -111.41963966543581, 41.722832962413811 ], [ -111.41980871145168, 41.722944933407867 ], [ -111.41992981501602, 41.723079597048311 ], [ -111.41999708204314, 41.723254989178393 ], [ -111.42006578669843, 41.723651049338017 ], [ -111.4199963789975, 41.724070131991105 ], [ -111.41993183814212, 41.72431355885675 ], [ -111.41995799477915, 41.724453072904467 ], [ -111.42005965986904, 41.724556282652813 ], [ -111.4201803621025, 41.724628798652006 ], [ -111.42042690387066, 41.724639606085681 ], [ -111.42064944729952, 41.724657706500615 ], [ -111.42089004843055, 41.724679343174138 ], [ -111.42142526512109, 41.724708906320139 ], [ -111.42197157382071, 41.724779858775115 ], [ -111.42221328375591, 41.724787077288994 ], [ -111.4224659971044, 41.724822176765677 ], [ -111.422773078768, 41.724897607495649 ], [ -111.42329733351788, 41.725088428836173 ], [ -111.42383987420176, 41.725317010030665 ], [ -111.42423180105564, 41.725495705193673 ], [ -111.42452135761582, 41.725647756038335 ], [ -111.42488293434938, 41.725781525734227 ], [ -111.42524424531264, 41.725874763454918 ], [ -111.42584036160079, 41.726021172545359 ], [ -111.42661111172039, 41.726211965680243 ], [ -111.42732136330271, 41.726344432678303 ], [ -111.42782091585555, 41.726432644579035 ], [ -111.42803143842167, 41.72644987473047 ], [ -111.42823615891784, 41.726498650860208 ], [ -111.42853763271999, 41.726632632993947 ], [ -111.42880288877518, 41.726744231818401 ], [ -111.42895972809671, 41.726824710059574 ], [ -111.42911671764573, 41.726927705194626 ], [ -111.42939471873669, 41.72714733986399 ], [ -111.42973352797505, 41.727470327733741 ], [ -111.43007877274945, 41.727856339962997 ], [ -111.43035085962649, 41.728089505011155 ], [ -111.43062270788062, 41.728286642034639 ], [ -111.43080437622977, 41.728483215827254 ], [ -111.43103457294671, 41.728744458169743 ], [ -111.43132494327259, 41.729013580542464 ], [ -111.43178427906369, 41.729376641554943 ], [ -111.43209278737365, 41.729660105096244 ], [ -111.43268453775221, 41.73004428141401 ], [ -111.43299232137129, 41.730218759773926 ], [ -111.43343288263024, 41.730469296571755 ], [ -111.43402999946422, 41.730755268679289 ], [ -111.43449452510525, 41.730992200263501 ], [ -111.43471793828175, 41.731135468243863 ], [ -111.43498840372959, 41.731301976034274 ], [ -111.4352435312708, 41.731511775168087 ], [ -111.43552218139995, 41.731821462936303 ], [ -111.43576599482149, 41.732135785656084 ], [ -111.43603725295016, 41.73241847899326 ], [ -111.43625521091457, 41.732642828166291 ], [ -111.43651519417051, 41.732858010217804 ], [ -111.43682358129652, 41.73311804295988 ], [ -111.43724635455874, 41.733400157295222 ], [ -111.43763266102144, 41.733623863083082 ], [ -111.43856304716958, 41.734106696888325 ], [ -111.4390502147365, 41.734307495236067 ], [ -111.43930941615686, 41.734405582159738 ], [ -111.43967131200071, 41.734574431331446 ], [ -111.43997914224579, 41.734749791325626 ], [ -111.44035899252151, 41.734905959692504 ], [ -111.44078090000036, 41.735057461946745 ], [ -111.44116177157419, 41.735186602569215 ], [ -111.44172184395424, 41.735495194244649 ], [ -111.44185473294121, 41.735584753845394 ], [ -111.44191519608295, 41.735634060117619 ], [ -111.44198176430882, 41.735696853453696 ], [ -111.44203066609212, 41.735813757027785 ], [ -111.442031561582, 41.735944355842435 ], [ -111.44197840720901, 41.736084169618508 ], [ -111.44174626879762, 41.736427330260263 ], [ -111.44160332773752, 41.736626034829044 ], [ -111.44153817779623, 41.736770398012517 ], [ -111.44149106500839, 41.736914691854587 ], [ -111.44147435373924, 41.737108407651377 ], [ -111.44150540322971, 41.737252401159594 ], [ -111.44165173989184, 41.737549071442736 ], [ -111.44183483239907, 41.737944677736316 ], [ -111.4418719574435, 41.738097654810296 ], [ -111.44189123008218, 41.738277721670677 ], [ -111.4418862053618, 41.738421853770802 ], [ -111.44182176422251, 41.738669795398891 ], [ -111.44156583655439, 41.739052678011433 ], [ -111.44129058514145, 41.739248287667039 ], [ -111.44109312140978, 41.739388655087751 ], [ -111.44090752824624, 41.739506459000623 ], [ -111.44078924623079, 41.739619500893085 ], [ -111.44067466381289, 41.739746039043339 ], [ -111.44055576322393, 41.739944650003707 ], [ -111.44043248619191, 41.740382865027051 ], [ -111.44049025766905, 41.740917662052567 ], [ -111.44060270657826, 41.741534213446812 ], [ -111.4406945014376, 41.741768044550327 ], [ -111.44085228546942, 41.741979104799313 ], [ -111.4410215418113, 41.742109057405926 ], [ -111.44119064470026, 41.742216492742358 ], [ -111.44142567508817, 41.742292149922626 ], [ -111.44211223626395, 41.742447133532508 ], [ -111.44318980120579, 41.742623123168634 ], [ -111.44349686766327, 41.742680484148238 ], [ -111.44376197373565, 41.742756921154324 ], [ -111.44393104564386, 41.742858948334082 ], [ -111.44413641978632, 41.742993260296039 ], [ -111.44433004809484, 41.743168148991913 ], [ -111.44456654560814, 41.743455459502258 ], [ -111.44485351260283, 41.744084841621842 ], [ -111.44492716270032, 41.744300725391113 ], [ -111.44498881801769, 41.744521159077415 ], [ -111.4450983243846, 41.744704478513704 ], [ -111.44520179949029, 41.744885119096843 ], [ -111.44513113389205, 41.745101561782548 ], [ -111.44492886007826, 41.7454175915219 ], [ -111.44448748106771, 41.745941707937128 ], [ -111.44421889941762, 41.746235475284806 ], [ -111.44390791147734, 41.746484370654485 ], [ -111.44359087674086, 41.74672878500111 ], [ -111.44322501984614, 41.746869805902648 ], [ -111.44279310653647, 41.747024590769875 ], [ -111.4424217274597, 41.747237686667376 ], [ -111.44214690123164, 41.747499948545098 ], [ -111.441943462539, 41.747649347275548 ], [ -111.44184854992005, 41.747839760713859 ], [ -111.44182550870563, 41.747987564667099 ], [ -111.44186886941384, 41.74817204210769 ], [ -111.44202106736094, 41.748442568395902 ], [ -111.44234280925492, 41.748881774087401 ], [ -111.44261673105049, 41.749362595405998 ], [ -111.4428253420532, 41.749965262664354 ], [ -111.44279592346771, 41.750059949857182 ], [ -111.44277310649196, 41.750240178385368 ], [ -111.4427024579477, 41.750461122839241 ], [ -111.44238012747374, 41.750813638453344 ], [ -111.44191944495878, 41.751162181837188 ], [ -111.44176342554455, 41.751212320462301 ], [ -111.44161943352499, 41.751262412648181 ], [ -111.44152361359468, 41.751321326580467 ], [ -111.44142859568456, 41.751497328716887 ], [ -111.44138168812307, 41.751673145965029 ], [ -111.44131155765386, 41.751970647257536 ], [ -111.44124105645071, 41.752214107754789 ], [ -111.44121157285619, 41.752299787731168 ], [ -111.44108861072546, 41.752611002258313 ], [ -111.44107198666291, 41.75299386468307 ], [ -111.44126782694151, 41.753488499117438 ], [ -111.44140803170201, 41.75376267482725 ], [ -111.44147588356296, 41.754010107306271 ], [ -111.44149546885271, 41.75423520764955 ], [ -111.44140834294122, 41.754685893569018 ], [ -111.44114819229272, 41.755339901847016 ], [ -111.44105973672143, 41.755596941561912 ], [ -111.44104866405472, 41.755736592900817 ], [ -111.44104338977222, 41.755844697403347 ], [ -111.44112740402595, 41.755992990725105 ], [ -111.44130699983293, 41.756397616989219 ], [ -111.44160448004921, 41.756977426796247 ], [ -111.44183524940968, 41.757300792293009 ], [ -111.44204717436422, 41.757507138568499 ], [ -111.44220435259395, 41.75762362497985 ], [ -111.44257231467735, 41.757779831022894 ], [ -111.44287408872084, 41.757931787517514 ], [ -111.44313385593956, 41.758097415760922 ], [ -111.44377985373021, 41.758450699620511 ], [ -111.44410578490817, 41.758616070072662 ], [ -111.44429912498458, 41.758742321525453 ], [ -111.44452761735027, 41.758907166820684 ], [ -111.44466867779286, 41.759127292863553 ], [ -111.44480305038816, 41.759424004244678 ], [ -111.44510695352453, 41.759882185073749 ], [ -111.44530683705736, 41.760084068366197 ], [ -111.44540410518003, 41.760233207767769 ], [ -111.44541114128202, 41.7603808955161 ], [ -111.44534070894036, 41.760633364913531 ], [ -111.44527071191091, 41.760948881659651 ], [ -111.4452723619502, 41.761187561097216 ], [ -111.44531112809034, 41.761574712370937 ], [ -111.44527310314488, 41.762164818981887 ], [ -111.44516883137764, 41.762917308396133 ], [ -111.44526418087486, 41.763484380494411 ], [ -111.44529571911168, 41.763695922967202 ], [ -111.44527851485734, 41.763817584257353 ], [ -111.44524360801381, 41.763988852690282 ], [ -111.445136215697, 41.764116267626193 ], [ -111.44471014459346, 41.764262029705527 ], [ -111.44439859978581, 41.764442474609609 ], [ -111.44405782251549, 41.76474552694701 ], [ -111.4439621090625, 41.764822456395116 ], [ -111.4438603182134, 41.764890402234599 ], [ -111.44380101144255, 41.765013126626833 ], [ -111.44383191872836, 41.765133701122814 ], [ -111.44392295253755, 41.765250440504268 ], [ -111.44407410696863, 41.765362443950387 ], [ -111.44427952249713, 41.765492251396701 ], [ -111.44443703514551, 41.765653768303004 ], [ -111.44452835056478, 41.765811037626676 ], [ -111.4446880414435, 41.766287790915378 ], [ -111.44473740725137, 41.766467739921879 ], [ -111.44479261202237, 41.766796281858618 ], [ -111.44479025714486, 41.767152067608357 ], [ -111.44464968365841, 41.767702038898861 ], [ -111.44442489215974, 41.768252335771336 ], [ -111.44435457191253, 41.768522817800118 ], [ -111.44429612662744, 41.768770736351172 ], [ -111.44415327786459, 41.768991960184479 ], [ -111.44399179165248, 41.769127689357347 ], [ -111.44378193247061, 41.76922757715802 ], [ -111.44356035184782, 41.769372544827014 ], [ -111.44344711166309, 41.769526100952774 ], [ -111.44334621209197, 41.769724644340037 ], [ -111.4432937464302, 41.769968035760314 ], [ -111.44330357561817, 41.770521928240491 ], [ -111.44327616385344, 41.77090933490755 ], [ -111.44324726366669, 41.771080579356827 ], [ -111.44327253549756, 41.771256118297146 ], [ -111.44337024397809, 41.771467405696711 ], [ -111.44345520825749, 41.771575161738625 ], [ -111.44357623614553, 41.77167827498581 ], [ -111.44391442078135, 41.771866115714602 ], [ -111.44452347199457, 41.772075425230369 ], [ -111.44506055569992, 41.772316534798946 ], [ -111.44561013632601, 41.772624245131844 ], [ -111.44621372741861, 41.77291192767143 ], [ -111.44635261619882, 41.772987046911879 ], [ -111.44649727754697, 41.773027016273993 ], [ -111.44663564204978, 41.773026478461553 ], [ -111.446845852905, 41.772976122603723 ], [ -111.44697773872493, 41.772908957823482 ], [ -111.44736080590326, 41.77262734934893 ], [ -111.44767763974865, 41.772337891394606 ], [ -111.44794694001303, 41.772134184346378 ], [ -111.44831280405317, 41.771975134875014 ], [ -111.44880648234523, 41.77185611649125 ], [ -111.44900956299428, 41.77181929501571 ], [ -111.4491719249512, 41.771809653367256 ], [ -111.44931041249546, 41.771827125845192 ], [ -111.44952773351561, 41.771934359682874 ], [ -111.44960669293022, 41.772042134650668 ], [ -111.44963107044134, 41.772087074223435 ], [ -111.44976543050011, 41.772374772137603 ], [ -111.44993128704152, 41.772865003892477 ], [ -111.45009204328404, 41.773485856736635 ], [ -111.45014165028091, 41.773697326702923 ], [ -111.45018464336312, 41.773823256133639 ], [ -111.45026360621787, 41.77393103059768 ], [ -111.45034234882644, 41.774007281398006 ], [ -111.45042704455005, 41.774074501812393 ], [ -111.45051224466982, 41.774213776115921 ], [ -111.45062733051357, 41.774497044990227 ], [ -111.45075137582107, 41.774856838000538 ], [ -111.45098175105898, 41.775108129639413 ], [ -111.45118724323423, 41.775242427663684 ], [ -111.4514646132118, 41.775331407941536 ], [ -111.4517115876247, 41.775375472113112 ], [ -111.4518681000946, 41.775388367123142 ], [ -111.45204880337685, 41.775419180717577 ], [ -111.4522131363464, 41.775517610881636 ], [ -111.45229124950851, 41.775674925697373 ], [ -111.45230438911743, 41.775832496268876 ], [ -111.45232436761978, 41.776107130754923 ], [ -111.45233953261958, 41.776552916937966 ], [ -111.45230089998908, 41.777048453319061 ], [ -111.4522405469655, 41.777192802690323 ], [ -111.45215356280019, 41.777485872108954 ], [ -111.45204160039371, 41.777820471864004 ], [ -111.4518333314177, 41.778149145401642 ], [ -111.45163067224172, 41.778420151792041 ], [ -111.45156506107314, 41.778501472556613 ], [ -111.45147560538886, 41.778614411432827 ], [ -111.45150014466948, 41.778681867378502 ], [ -111.45158468350047, 41.778725669335586 ], [ -111.45172933568367, 41.778762029295805 ], [ -111.45216891099636, 41.778814341969422 ], [ -111.45283251843284, 41.778897294586002 ], [ -111.45363225683964, 41.779002223389689 ], [ -111.45386116583485, 41.779041850734821 ], [ -111.45405898039238, 41.779108621469319 ], [ -111.45430758753194, 41.779211218950749 ], [ -111.45447076216983, 41.779314153879099 ], [ -111.45459806769675, 41.779449655647554 ], [ -111.45464695627959, 41.779556645278753 ], [ -111.45465395882474, 41.779696225790964 ], [ -111.45464344727716, 41.779741302299378 ], [ -111.45459037938384, 41.780064862939973 ], [ -111.45449612509748, 41.780349856463062 ], [ -111.45444961449157, 41.78057971846561 ], [ -111.45444518774596, 41.780804910490154 ], [ -111.45448848029818, 41.78097136836756 ], [ -111.45456223773243, 41.781191747567703 ], [ -111.45470937234781, 41.781578465429575 ], [ -111.45491104079967, 41.782019009021575 ], [ -111.45496172095682, 41.782379087457549 ], [ -111.4549949563531, 41.782824801221807 ], [ -111.45498040805074, 41.78332024256035 ], [ -111.45482775845798, 41.783856762070542 ], [ -111.45477452963615, 41.783987573935228 ], [ -111.45473346163617, 41.784136351588685 ], [ -111.45466221353584, 41.784271738205078 ], [ -111.45457870866095, 41.784375648861506 ], [ -111.45442287337987, 41.784461831630807 ], [ -111.45426656086249, 41.784480463765355 ], [ -111.45407414676879, 41.784499238382516 ], [ -111.45381569891454, 41.784539890282076 ], [ -111.45353354483836, 41.784631974943814 ], [ -111.45344392554324, 41.78472239844762 ], [ -111.45338439071641, 41.784812703157471 ], [ -111.45332526811499, 41.784961551540192 ], [ -111.4533203297114, 41.785114689583395 ], [ -111.45329588316461, 41.785231876702618 ], [ -111.45316009124309, 41.785430565831177 ], [ -111.45307655074025, 41.785529972032712 ], [ -111.45302920721105, 41.785642745899253 ], [ -111.45305413131445, 41.785764241746037 ], [ -111.45317004057202, 41.785988958905023 ], [ -111.45336531478131, 41.786375488261825 ], [ -111.45364470413031, 41.786743671197627 ], [ -111.45397297102566, 41.787216141150594 ], [ -111.45413698551765, 41.787435262986094 ], [ -111.45425248833409, 41.787601435284238 ], [ -111.4543324289674, 41.787844307346099 ], [ -111.45436961348673, 41.787997278762248 ], [ -111.45436461380241, 41.788141410040836 ], [ -111.45433570401178, 41.78830815329907 ], [ -111.4542407628858, 41.788497675070495 ], [ -111.45399751740639, 41.788989516353396 ], [ -111.45391056762961, 41.789459122928882 ], [ -111.45380599630639, 41.789990046381376 ], [ -111.45374737815608, 41.790210948585354 ], [ -111.45367615946631, 41.79035173851954 ], [ -111.45357497372822, 41.790509759960216 ], [ -111.45349148447669, 41.790617272448188 ], [ -111.45328834299096, 41.790824333662641 ], [ -111.45310259947676, 41.79093855415794 ], [ -111.45285018071701, 41.790984584266042 ], [ -111.45228472360459, 41.791013832739118 ], [ -111.45215243300126, 41.791027863934126 ], [ -111.45200218466626, 41.791055476080153 ], [ -111.45182834044269, 41.791150733069387 ], [ -111.45167860382793, 41.791251299191877 ], [ -111.45153718132842, 41.791507652920203 ], [ -111.4514826412921, 41.791624957806889 ], [ -111.45139934299053, 41.791760389595581 ], [ -111.45126188586821, 41.791896034073915 ], [ -111.45111825266716, 41.792009185229446 ], [ -111.45099270341655, 41.792126768693826 ], [ -111.4508914767534, 41.792280284410751 ], [ -111.45085014217867, 41.792393033671502 ], [ -111.45083306746103, 41.792532708601314 ], [ -111.4510162808957, 41.792914785355428 ], [ -111.45124187338502, 41.793332723180967 ], [ -111.45143142533666, 41.793759809120687 ], [ -111.45157188656674, 41.794223115529654 ], [ -111.45170829644529, 41.794623388943783 ], [ -111.45191008097811, 41.795077446767074 ], [ -111.45212399922977, 41.795544966880485 ], [ -111.45233193429033, 41.796017013591623 ], [ -111.45236889727846, 41.796138461962315 ], [ -111.45242432618993, 41.796318382813212 ], [ -111.45243126271536, 41.796448956361623 ], [ -111.45240164760997, 41.796516625162951 ], [ -111.45231856666111, 41.796683580997254 ], [ -111.45220504670077, 41.796801118334017 ], [ -111.45207964208538, 41.796940319019818 ], [ -111.45202051189101, 41.797090067157356 ], [ -111.45200359677735, 41.79725225890553 ], [ -111.45202307513034, 41.797454838748195 ], [ -111.45207961197282, 41.797792377064553 ], [ -111.45219072468821, 41.79818824571916 ], [ -111.45230741369555, 41.798521043611863 ], [ -111.4524790918928, 41.798970715169034 ], [ -111.45268105423052, 41.799447287954585 ], [ -111.45287630366276, 41.799824810348106 ], [ -111.4530290778129, 41.800152961668914 ], [ -111.45321105921848, 41.800526032291032 ], [ -111.45342611382502, 41.800980034603043 ], [ -111.45359042239579, 41.80123608399024 ], [ -111.45372521160353, 41.801573312257815 ], [ -111.45382335078706, 41.801834126084813 ], [ -111.45392145899189, 41.802090436464177 ], [ -111.45395380857074, 41.802410055249752 ], [ -111.45397950410511, 41.80263963084208 ], [ -111.45392157466047, 41.802959606344068 ], [ -111.45384482593948, 41.803171572806235 ], [ -111.45381106167216, 41.803333831211603 ], [ -111.45379886919746, 41.803482493971323 ], [ -111.45381787859598, 41.803617523049844 ], [ -111.45385465819818, 41.803711950665559 ], [ -111.45397595430298, 41.803842072077373 ], [ -111.45430911551544, 41.804142487608644 ], [ -111.45476310125272, 41.804505472508097 ], [ -111.45516913281209, 41.804895666431413 ], [ -111.4553266743564, 41.805043656649367 ], [ -111.45558688798675, 41.80524077768375 ], [ -111.45590104957357, 41.805406159735611 ], [ -111.45643696338306, 41.805606687805515 ], [ -111.45695098846375, 41.805775776142809 ], [ -111.45718025099599, 41.805851422948251 ], [ -111.45735518368296, 41.805904768260902 ], [ -111.45750008614213, 41.805967239849146 ], [ -111.45762731667298, 41.806083823297428 ], [ -111.45781049900656, 41.80628124609202 ], [ -111.45814940431622, 41.806707724587248 ], [ -111.45829495125045, 41.806860261982827 ], [ -111.45854919441274, 41.807061903516434 ], [ -111.45889996876659, 41.807294683180459 ], [ -111.4593237786173, 41.807639756475233 ], [ -111.45966358306634, 41.808021192104519 ], [ -111.45998517304764, 41.808380182295096 ], [ -111.46012548237958, 41.808640821524975 ], [ -111.46021145897471, 41.808879160914451 ], [ -111.46024794974026, 41.809099684637303 ], [ -111.46026331953566, 41.809396851913981 ], [ -111.46014680208523, 41.809937734772433 ], [ -111.46007611733096, 41.810154184305098 ], [ -111.46007170917667, 41.810379375298034 ], [ -111.4600607338607, 41.810528033652474 ], [ -111.46007364258668, 41.810649575548567 ], [ -111.46017188611454, 41.810919390015165 ], [ -111.46041569265753, 41.81134173889415 ], [ -111.4607862660921, 41.811813116913115 ], [ -111.46096189602009, 41.811961026635082 ], [ -111.46109490586505, 41.812041555188998 ], [ -111.46124587759729, 41.812108501070824 ], [ -111.46160795236868, 41.812233143686626 ], [ -111.46184384519212, 41.812389816796667 ], [ -111.461989446193, 41.812546852585967 ], [ -111.46203342761645, 41.812803373184039 ], [ -111.46200514208442, 41.81305568096387 ], [ -111.46193539862018, 41.81340272819741 ], [ -111.46193689353252, 41.813610782227009 ], [ -111.46192640093068, 41.813826089996624 ], [ -111.46186304515564, 41.814056922092931 ], [ -111.46173742695866, 41.814335741145939 ], [ -111.46149352875852, 41.814742032961576 ], [ -111.46138821161641, 41.815165781546433 ], [ -111.46129347672564, 41.815554360501935 ], [ -111.46125344026467, 41.815679717529271 ], [ -111.46124227301907, 41.81580135585461 ], [ -111.46126754795588, 41.815967882469288 ], [ -111.4613466463292, 41.816084654835286 ], [ -111.46143192649123, 41.816223919622288 ], [ -111.46146322198679, 41.816390421996374 ], [ -111.46143399531726, 41.816512132873008 ], [ -111.46137476593059, 41.816647474634287 ], [ -111.46127938440938, 41.816778458080918 ], [ -111.46102214234335, 41.817004663865333 ], [ -111.46089067209333, 41.817140295277454 ], [ -111.46080130883472, 41.8172712541705 ], [ -111.46074825880861, 41.817429088109847 ], [ -111.46071925626646, 41.817582322112607 ], [ -111.46074465970617, 41.817766862119541 ], [ -111.46078747777312, 41.817861263044428 ], [ -111.46088492836074, 41.818018493214979 ], [ -111.46109131549925, 41.818255447670012 ], [ -111.46135151002665, 41.818439945509105 ], [ -111.46173281327214, 41.818722131431784 ], [ -111.46227767402995, 41.819144165912611 ], [ -111.46279346561492, 41.819708624202647 ], [ -111.4632187742355, 41.820247324968427 ], [ -111.46354640109081, 41.82059727308269 ], [ -111.4640018886368, 41.821144855979277 ], [ -111.46466210964213, 41.821696112464835 ], [ -111.46515298751578, 41.82213996799566 ], [ -111.46559561055923, 41.822570506619954 ], [ -111.46582608560151, 41.822803751943567 ], [ -111.46602649242283, 41.823041622243146 ], [ -111.46633527032516, 41.823279052270522 ], [ -111.46675154344635, 41.823561079268579 ], [ -111.46698267407857, 41.823717760812194 ], [ -111.46712316969175, 41.823829775945129 ], [ -111.46738922934972, 41.824152942463598 ], [ -111.46769871243043, 41.824485839148693 ], [ -111.46795168047377, 41.824664046378473 ], [ -111.46811622973206, 41.824771458825623 ], [ -111.46829132142508, 41.824838296962355 ], [ -111.46837574219194, 41.824855966581325 ], [ -111.46860479068295, 41.824891060030723 ], [ -111.46899640448576, 41.824926390079661 ], [ -111.46940665970376, 41.82504090341579 ], [ -111.46979297181872, 41.825174427718927 ], [ -111.47016754061907, 41.825348529874347 ], [ -111.47063880606184, 41.825571772643244 ], [ -111.47112780690706, 41.825749906186985 ], [ -111.47136925831776, 41.825833580542614 ], [ -111.47157463196633, 41.825923707344408 ], [ -111.4716895886461, 41.825999794052251 ], [ -111.47190153964037, 41.826165551275253 ], [ -111.4723131384572, 41.826461087494238 ], [ -111.47275364115396, 41.826756503262843 ], [ -111.47323268153229, 41.827051758558376 ], [ -111.473505114402, 41.827253291210091 ], [ -111.47380209751854, 41.827517770275712 ], [ -111.47411734529061, 41.82780919388334 ], [ -111.47440804654397, 41.828037669665669 ], [ -111.47463814076445, 41.828212353733818 ], [ -111.47487991880496, 41.828338351754532 ], [ -111.47520032395671, 41.828511760591311 ], [ -111.47547240263063, 41.828663752014457 ], [ -111.47572026505195, 41.828797829279033 ], [ -111.47605302381997, 41.829012616303409 ], [ -111.4763665173497, 41.829227482251859 ], [ -111.47646476013246, 41.829321647242232 ], [ -111.47667673440004, 41.829487395437098 ], [ -111.47689559991205, 41.829770204332824 ], [ -111.47704820118261, 41.830048784569954 ], [ -111.4771763511596, 41.83027792822088 ], [ -111.47728603702492, 41.830453107046267 ], [ -111.47741368674245, 41.830614700749678 ], [ -111.47762580164547, 41.830798460362026 ], [ -111.47801982827264, 41.831152593741102 ], [ -111.47837783208, 41.831520386120246 ], [ -111.47871767534572, 41.831874742699547 ], [ -111.47901446630301, 41.83210768469359 ], [ -111.47934752875351, 41.832359389028433 ], [ -111.47963251005909, 41.832623002130198 ], [ -111.47982168909489, 41.832959069910991 ], [ -111.48005945906188, 41.833350777033324 ], [ -111.4803041490142, 41.833862246385124 ], [ -111.48038926509831, 41.833970873848386 ], [ -111.48051692966132, 41.834132463926615 ], [ -111.48061425127433, 41.834262656699167 ], [ -111.48075355571478, 41.834370156443285 ], [ -111.48098977891949, 41.834553808792897 ], [ -111.4814617568762, 41.834858065732938 ], [ -111.48204835307168, 41.835188860418384 ], [ -111.48254456265637, 41.835511024949575 ], [ -111.48293800891361, 41.835780478777544 ], [ -111.48337430852142, 41.836142521873377 ], [ -111.48381045024951, 41.836482947415142 ], [ -111.48431929942768, 41.83688160949805 ], [ -111.48478603610886, 41.837284950485241 ], [ -111.48513251818099, 41.837712215424467 ], [ -111.48547192106858, 41.83799900177597 ], [ -111.48562207436521, 41.838105548985197 ], [ -111.48576848559691, 41.838194998738054 ], [ -111.48594979031373, 41.838279797238073 ], [ -111.48613112958948, 41.83836909874676 ], [ -111.48626426659166, 41.838455001288445 ], [ -111.4864145927758, 41.838584063932274 ], [ -111.48653708892078, 41.838696131182587 ], [ -111.48675490325508, 41.83883031161232 ], [ -111.48710557782022, 41.839013466126474 ], [ -111.48762603292862, 41.839349015933465 ], [ -111.48792843387412, 41.839518862517977 ], [ -111.48806143193966, 41.839585849088849 ], [ -111.48824876564248, 41.839670618313427 ], [ -111.48844814395304, 41.839755336010924 ], [ -111.48873190023284, 41.839848701243916 ], [ -111.48894931166777, 41.839928837893154 ], [ -111.4891728829113, 41.84002696166101 ], [ -111.48947501656959, 41.8401607777542 ], [ -111.48994022928309, 41.84035694571611 ], [ -111.49044855570466, 41.840678123351772 ], [ -111.49093941963376, 41.841077733218754 ], [ -111.49133361726972, 41.841436322855522 ], [ -111.49194004663188, 41.841983146789254 ], [ -111.49204311512121, 41.842072774092976 ], [ -111.49221394404915, 41.842202641898197 ], [ -111.49235208756214, 41.842311033050379 ], [ -111.49255178337168, 41.842435372475165 ], [ -111.49269700963518, 41.842524818389151 ], [ -111.49306547707604, 41.842667347272368 ], [ -111.49336174725845, 41.842819191983779 ], [ -111.49374302422065, 41.843060739311284 ], [ -111.49405317865569, 41.843451204776102 ], [ -111.49421859049326, 41.843815271643642 ], [ -111.49429802593758, 41.843963543269211 ], [ -111.49439535579243, 41.844089220623189 ], [ -111.49452868214033, 41.84419672916097 ], [ -111.49469814380552, 41.844304081910643 ], [ -111.49528440802776, 41.8445717615947 ], [ -111.49541735471753, 41.844629732916154 ], [ -111.49553836086635, 41.844701265911119 ], [ -111.49564133447615, 41.844777380031239 ], [ -111.49579920644248, 41.84494332583558 ], [ -111.49601786128589, 41.845181063929111 ], [ -111.49618844148674, 41.845432519599143 ], [ -111.4964251672621, 41.845670178825031 ], [ -111.49669803055549, 41.845907681280799 ], [ -111.49684971118957, 41.846051135196419 ], [ -111.49694099868955, 41.846173233727896 ], [ -111.49703888781551, 41.846370060650898 ], [ -111.49728289836028, 41.846769810218163 ], [ -111.49732575485086, 41.846859693368089 ], [ -111.49743503585113, 41.846971806017137 ], [ -111.49754988636096, 41.847025349774853 ], [ -111.49767699194534, 41.847105860927321 ], [ -111.49783985027483, 41.847136679188232 ], [ -111.49805099549474, 41.847180798147605 ], [ -111.49825133499535, 41.847229467029258 ], [ -111.49848561197193, 41.847305008884568 ], [ -111.49867914454127, 41.847407747779393 ], [ -111.4988243905767, 41.847497185761 ], [ -111.49898224948605, 41.847659524404449 ], [ -111.49904451490237, 41.847766435625466 ], [ -111.49924437355698, 41.848062793749911 ], [ -111.49941497411123, 41.848314244391531 ], [ -111.49977865847281, 41.848609889092877 ], [ -111.5001976047608, 41.849040394977486 ], [ -111.50041012658158, 41.849260137483043 ], [ -111.50059260528707, 41.849489017397055 ], [ -111.50075571687759, 41.849551354429984 ], [ -111.50088836262677, 41.849568789766643 ], [ -111.50098515173464, 41.849622408821638 ], [ -111.50131851775458, 41.849890259521715 ], [ -111.50157317920635, 41.850106213151243 ], [ -111.50182149552779, 41.850280762351318 ], [ -111.50207548410164, 41.85041025188967 ], [ -111.50234120270974, 41.850499158669706 ], [ -111.50306563225028, 41.850554532568346 ], [ -111.50343803370777, 41.850575418005015 ], [ -111.50375725580203, 41.850574018332154 ], [ -111.50407109120098, 41.850653703188478 ], [ -111.50447619342573, 41.850850075578002 ], [ -111.505160841006, 41.851360457557227 ], [ -111.50574852556726, 41.851794704079303 ], [ -111.50597871918561, 41.851960317158444 ], [ -111.50620250022261, 41.852076420295703 ], [ -111.5063172179712, 41.852111041397045 ], [ -111.50648598125063, 41.85212470828484 ], [ -111.50719675450047, 41.852126075140241 ], [ -111.50743169490892, 41.852129540833651 ], [ -111.50757040653272, 41.852151445068131 ], [ -111.50772822064711, 41.8523038641735 ], [ -111.50777736803573, 41.852425239519022 ], [ -111.50777832969652, 41.852546827883351 ], [ -111.50772597244708, 41.852781237710843 ], [ -111.50760236797842, 41.853146561871107 ], [ -111.50736955920233, 41.853413292892981 ], [ -111.50705242164736, 41.853680395755745 ], [ -111.5067036044866, 41.853902603207963 ], [ -111.50595019464681, 41.854455342924055 ], [ -111.50536932611331, 41.854890229442923 ], [ -111.50512410044631, 41.855111976201371 ], [ -111.50494498993986, 41.855315418063952 ], [ -111.50478983074132, 41.855500740663039 ], [ -111.50471343690941, 41.855744261508391 ], [ -111.50478986258722, 41.856270826676152 ], [ -111.5048100935978, 41.856545446827411 ], [ -111.50481182889074, 41.856766107132728 ], [ -111.50472369795614, 41.857049309677485 ], [ -111.50441893983786, 41.857362285681205 ], [ -111.50359275741627, 41.8580144046322 ], [ -111.50298887486768, 41.858593489431669 ], [ -111.50279153536243, 41.85877899396025 ], [ -111.50254646230228, 41.859023251550923 ], [ -111.50239174550798, 41.859267113402382 ], [ -111.50219704479051, 41.859790362229987 ], [ -111.5020274583112, 41.860444100219325 ], [ -111.50196496293475, 41.860926239773896 ], [ -111.50210059180739, 41.861321948220017 ], [ -111.50243994907296, 41.861577159271491 ], [ -111.50311236514858, 41.862051578529723 ], [ -111.50353656317003, 41.862369462534808 ], [ -111.50398397560595, 41.862727773886554 ], [ -111.50476630428862, 41.863233224923114 ], [ -111.50511160019619, 41.863474891606529 ], [ -111.50548156338228, 41.863788503420011 ], [ -111.50588734955168, 41.864060524757235 ], [ -111.50653519358725, 41.864468381316186 ], [ -111.50669282249592, 41.864593781779945 ], [ -111.5068384743884, 41.864728241721672 ], [ -111.50697877133402, 41.864947389420365 ], [ -111.50709084734852, 41.865407144188246 ], [ -111.50711672448105, 41.865632200934833 ], [ -111.50717864196302, 41.865843588256134 ], [ -111.50737376841415, 41.866139051415388 ], [ -111.50770811674519, 41.866516761769027 ], [ -111.50848297031958, 41.866981689347128 ], [ -111.50864631256943, 41.867066530999502 ], [ -111.50880448762007, 41.867259477357436 ], [ -111.50888387906625, 41.867394228162553 ], [ -111.50893357622937, 41.867583151520023 ], [ -111.50911315032324, 41.868194820479196 ], [ -111.50929696546069, 41.868581299409499 ], [ -111.50935789210375, 41.868666594143015 ], [ -111.50932217254615, 41.868720793566261 ], [ -111.50920897860645, 41.868730302335592 ], [ -111.50908096792472, 41.868694842497753 ], [ -111.50872418639796, 41.868529796992199 ], [ -111.50810164132493, 41.868280361517066 ], [ -111.50766686415218, 41.868156188508905 ], [ -111.50720845262998, 41.868090662665836 ], [ -111.50643066219492, 41.868017536929081 ], [ -111.50559762228568, 41.867814050028962 ], [ -111.50516313665455, 41.867725893587874 ], [ -111.50471748841647, 41.867750370021319 ], [ -111.50406792074267, 41.867892828793231 ], [ -111.50306920014953, 41.868072841170481 ], [ -111.50240761129724, 41.868219846625237 ], [ -111.50210123175808, 41.868333771951143 ], [ -111.50189135259414, 41.868460785040298 ], [ -111.50169951163939, 41.868583215529128 ], [ -111.50159215743028, 41.868723290405576 ], [ -111.50148508432163, 41.868899391294555 ], [ -111.50140415086823, 41.869336576184423 ], [ -111.50129340868068, 41.869814421855722 ], [ -111.50118069501011, 41.870040084638184 ], [ -111.50103136691251, 41.870206461939624 ], [ -111.50073727128685, 41.870351853927538 ], [ -111.50064027200897, 41.87042973557724 ], [ -111.5004560391029, 41.870601668373929 ], [ -111.50030051431503, 41.870746455315548 ], [ -111.50006750661113, 41.870999661441708 ], [ -111.49988773966945, 41.871126539704683 ], [ -111.49970772649792, 41.871221894842222 ], [ -111.49949758774511, 41.871317380724918 ], [ -111.49925122817095, 41.871404016852289 ], [ -111.49882996711469, 41.871468895181401 ], [ -111.49859530614599, 41.871510444927409 ], [ -111.49822241883163, 41.871597628087393 ], [ -111.4978381093848, 41.871765921037195 ], [ -111.49740027055414, 41.872024512863355 ], [ -111.49715449862938, 41.872187700009512 ], [ -111.496968523056, 41.872292083484922 ], [ -111.49670449932668, 41.872432831564339 ], [ -111.49636211290766, 41.872569414328652 ], [ -111.49582186980314, 41.87283294607353 ], [ -111.4952458535615, 41.87314616710465 ], [ -111.49464745669117, 41.873527032855073 ], [ -111.49453828366559, 41.873590550826407 ], [ -111.49440032118174, 41.873671305609435 ], [ -111.49423280110102, 41.873826043429681 ], [ -111.49386331804611, 41.874201416295151 ], [ -111.49338362282839, 41.87466282635252 ], [ -111.49315071208693, 41.874934031555981 ], [ -111.49315933387031, 41.87527175055871 ], [ -111.49317200780737, 41.87535275757746 ], [ -111.49319766738157, 41.875555300988673 ], [ -111.49320545856773, 41.875784941603897 ], [ -111.49319022129046, 41.876154286905745 ], [ -111.49318246350917, 41.876712743387166 ], [ -111.49315419850178, 41.876955148346973 ], [ -111.49311933304945, 41.877122824990849 ], [ -111.49309034760357, 41.877271562043056 ], [ -111.49298403306238, 41.877551230000115 ], [ -111.49277555871264, 41.877867363535749 ], [ -111.492393790077, 41.878373383084508 ], [ -111.49234637967102, 41.878477164804337 ], [ -111.49227590316357, 41.878716147707244 ], [ -111.49225345920178, 41.878932407631304 ], [ -111.49228493579184, 41.879107905724943 ], [ -111.49232880974537, 41.879328384762431 ], [ -111.49250732608679, 41.879818491043501 ], [ -111.4925699704927, 41.880128957657469 ], [ -111.4926584485338, 41.880664483872771 ], [ -111.49269878973557, 41.881209223314571 ], [ -111.49271488930091, 41.881736053064223 ], [ -111.49265133610871, 41.882092094976699 ], [ -111.4925689085559, 41.88234463940416 ], [ -111.49240862544595, 41.882660565321487 ], [ -111.49231493911246, 41.883016736192303 ], [ -111.49227413897701, 41.883197047391263 ], [ -111.49221591686789, 41.883462997980914 ], [ -111.49216241155258, 41.883715418094063 ], [ -111.49220842683401, 41.884057479805094 ], [ -111.49224814442536, 41.884521160444812 ], [ -111.49240263893543, 41.885020376208232 ], [ -111.49258058405275, 41.885433926427808 ], [ -111.49293547735093, 41.8861304314769 ], [ -111.49320476090237, 41.886665180474211 ], [ -111.49335102425238, 41.886876212234476 ], [ -111.4935332395858, 41.887060068872742 ], [ -111.49377530494523, 41.887189627043448 ], [ -111.49407147114339, 41.887300938339514 ], [ -111.49427654622779, 41.887322572886589 ], [ -111.49440923377271, 41.887335511926267 ], [ -111.49456577737189, 41.887315923568018 ], [ -111.49490292166828, 41.887270337773757 ], [ -111.49550442446301, 41.887119131677352 ], [ -111.49567901186026, 41.887094960541617 ], [ -111.49589583332514, 41.887076911540476 ], [ -111.49613706724404, 41.887098386620472 ], [ -111.49642682705935, 41.887160182072847 ], [ -111.49663232795541, 41.887236752100549 ], [ -111.49709218572993, 41.88747254221019 ], [ -111.49738282140862, 41.887646916542266 ], [ -111.49773361940881, 41.887807519183191 ], [ -111.49804160354087, 41.887887245172685 ], [ -111.49827663964692, 41.887886225613336 ], [ -111.4984150406556, 41.88785860460095 ], [ -111.49857733769788, 41.887803859259023 ], [ -111.49877374778063, 41.887640883849627 ], [ -111.49890708154271, 41.887581760427594 ], [ -111.49923815541869, 41.887530784197082 ], [ -111.49982255351091, 41.887505725153616 ], [ -111.5004371891862, 41.887494041584006 ], [ -111.5007496894422, 41.887380094284829 ], [ -111.50103272460235, 41.887351839358544 ], [ -111.50135766340547, 41.887287373574289 ], [ -111.50196524108283, 41.887298229658519 ], [ -111.50240123701559, 41.887408908169448 ], [ -111.50290937171954, 41.88764986782305 ], [ -111.50306120817142, 41.88779871577524 ], [ -111.50314039435912, 41.887905549857692 ], [ -111.50314124241677, 41.888013627811183 ], [ -111.50305147973552, 41.888095082301398 ], [ -111.50294948703444, 41.888154073270158 ], [ -111.50275762488424, 41.888281008665885 ], [ -111.50266176412916, 41.888353482740214 ], [ -111.50257334687232, 41.888452944574155 ], [ -111.50248865118931, 41.888565900261909 ], [ -111.50240057351516, 41.888862609494879 ], [ -111.5022465331091, 41.889201939131503 ], [ -111.50217665264231, 41.889359863799591 ], [ -111.50211637931531, 41.889513243013894 ], [ -111.50193751675805, 41.889761712019308 ], [ -111.50164443323315, 41.890047607632923 ], [ -111.50147687424902, 41.890200554417937 ], [ -111.50129162841829, 41.890404016255935 ], [ -111.5011365155143, 41.890607346297401 ], [ -111.5009216609912, 41.890878487742889 ], [ -111.50076654577578, 41.891081817280444 ], [ -111.50055225064121, 41.891425009982903 ], [ -111.50046356963344, 41.891646063103856 ], [ -111.50034485875878, 41.891880757192141 ], [ -111.500220225467, 41.892128987146251 ], [ -111.50011377756526, 41.892390647958855 ], [ -111.50003718288097, 41.892616151479722 ], [ -111.49999266576013, 41.892936086666865 ], [ -111.49997044971953, 41.893333383190424 ], [ -111.50003986664198, 41.893732982755822 ], [ -111.50009012102268, 41.893993961032294 ], [ -111.50015211394764, 41.894214357565914 ], [ -111.50019599062763, 41.894430329569978 ], [ -111.50026351956689, 41.89458765434189 ], [ -111.50036132548401, 41.894762860742553 ], [ -111.50049610395338, 41.89504148406526 ], [ -111.50058798945136, 41.89523022625297 ], [ -111.50077155101208, 41.895580690918258 ], [ -111.50081493820825, 41.895733617208506 ], [ -111.50083868636428, 41.89584159516361 ], [ -111.50084658764176, 41.895927125243539 ], [ -111.50090160766652, 41.896025959994439 ], [ -111.50094505882925, 41.896186992057956 ], [ -111.50095274724994, 41.896399518835146 ], [ -111.50094921854178, 41.89671927536785 ], [ -111.50093279036074, 41.896931006649439 ], [ -111.50090332189237, 41.897016699716666 ], [ -111.50084375137857, 41.897107027462376 ], [ -111.50064604199044, 41.89726100504334 ], [ -111.50053264576972, 41.897405608024044 ], [ -111.50046661492772, 41.897595038430538 ], [ -111.50042156938075, 41.897847424882031 ], [ -111.50038702148518, 41.898054731610848 ], [ -111.50038187282593, 41.898167338924722 ], [ -111.5004189169432, 41.898279762379246 ], [ -111.50048000107802, 41.898383074259385 ], [ -111.5005771804402, 41.898477221977814 ], [ -111.50075920341385, 41.898629543797895 ], [ -111.50112388569659, 41.899015244880381 ], [ -111.50148839621069, 41.899378428553881 ], [ -111.5018775505002, 41.89980905424725 ], [ -111.5021024445219, 41.900046750998747 ], [ -111.50233319147326, 41.900261904728467 ], [ -111.5026545963283, 41.900507284262922 ], [ -111.50288500052665, 41.900678305112208 ], [ -111.50313330547125, 41.900825829421017 ], [ -111.50335803089469, 41.901041007438096 ], [ -111.50355942495116, 41.901355361952419 ], [ -111.50372415833817, 41.901606829424509 ], [ -111.50384013899303, 41.901790959684874 ], [ -111.50407107517341, 41.902028625972996 ], [ -111.50441714595212, 41.902342343757823 ], [ -111.50457482914095, 41.902463242578364 ], [ -111.50475644735832, 41.902561519016771 ], [ -111.50494395215834, 41.902641755716211 ], [ -111.5051857090223, 41.902721753448787 ], [ -111.50558422903185, 41.902805563974219 ], [ -111.50624292034513, 41.903010718671084 ], [ -111.50718552344117, 41.903289372249063 ], [ -111.50743916325136, 41.903346795785396 ], [ -111.50767624612567, 41.903444822474093 ], [ -111.50781436298165, 41.903529776191867 ], [ -111.50800258834148, 41.903700072494516 ], [ -111.50869854700012, 41.904193265135703 ], [ -111.50888151791152, 41.904308641896293 ], [ -111.50913562835292, 41.904424603648053 ], [ -111.50943771409723, 41.904508828281564 ], [ -111.50964313571811, 41.904566460833642 ], [ -111.51003568060845, 41.90465478577164 ], [ -111.5111160810215, 41.904821110789719 ], [ -111.51150213402485, 41.904850915544472 ], [ -111.51171939911745, 41.904881471285819 ], [ -111.51186450640361, 41.904934865227567 ], [ -111.51196781254495, 41.905037982637367 ], [ -111.51202938954705, 41.905199830081713 ], [ -111.51203072087577, 41.905366449526134 ], [ -111.51194270829996, 41.905668568966746 ], [ -111.51187038455463, 41.9064254605765 ], [ -111.51179633273718, 41.906966197155334 ], [ -111.51178393046789, 41.907677787592249 ], [ -111.51177338424762, 41.907866976838072 ], [ -111.51178016799992, 41.907961517723578 ], [ -111.51176288113051, 41.908061569948522 ], [ -111.5116206721185, 41.908372036625543 ], [ -111.51143031273841, 41.908692625022496 ], [ -111.51119724868474, 41.908950355805572 ], [ -111.51099439738913, 41.90921695843452 ], [ -111.51076865061972, 41.909636777641516 ], [ -111.5105068725973, 41.910074770110022 ], [ -111.51029805796921, 41.910350404745031 ], [ -111.51007704075882, 41.910608079655482 ], [ -111.5097303502298, 41.910983400062115 ], [ -111.5093895053944, 41.911336176549561 ], [ -111.50912035821834, 41.91160757323177 ], [ -111.50904254930353, 41.91167907165481 ], [ -111.50879687792224, 41.911870203263341 ], [ -111.50862832142897, 41.91190247368489 ], [ -111.50855115973764, 41.911903716119085 ], [ -111.50843543506285, 41.911907831285959 ], [ -111.50809782133761, 41.911909325663494 ], [ -111.50739701629483, 41.91172778572286 ], [ -111.5066230507566, 41.911442986463037 ], [ -111.5060006287692, 41.911261092124555 ], [ -111.50562010624058, 41.911172700594527 ], [ -111.5054873316265, 41.911155271617041 ], [ -111.50528866705413, 41.911192173058524 ], [ -111.50520454860361, 41.9112285702546 ], [ -111.50512060757599, 41.911287483531055 ], [ -111.50506741372962, 41.911422819046166 ], [ -111.50496570643624, 41.911675455874665 ], [ -111.50486740350969, 41.912054172386391 ], [ -111.50452737724082, 41.912515012018872 ], [ -111.50422312975634, 41.912926156294283 ], [ -111.50390684881143, 41.913340955252451 ], [ -111.50371605377988, 41.91361289601975 ], [ -111.50363831426978, 41.913694297902495 ], [ -111.50345237112916, 41.913816704634314 ], [ -111.50331373949393, 41.913821815749387 ], [ -111.50315773146451, 41.913763955481038 ], [ -111.50273886397942, 41.913554131129729 ], [ -111.50203107399633, 41.913250997729001 ], [ -111.50172856852114, 41.913117218388784 ], [ -111.50155898267546, 41.913018884812779 ], [ -111.50141344253142, 41.912911439220977 ], [ -111.50131634556325, 41.912830802261887 ], [ -111.50124907624969, 41.912709504566678 ], [ -111.50108992978244, 41.912403969061018 ], [ -111.50101673814362, 41.912296207215554 ], [ -111.50091326166721, 41.91217056389889 ], [ -111.50072668413985, 41.912211908103671 ], [ -111.50057042657542, 41.912275636756711 ], [ -111.50049825617704, 41.912298468264886 ], [ -111.50038412989339, 41.912353006252793 ], [ -111.50027673558067, 41.912497582477187 ], [ -111.50010884093517, 41.91261540180551 ], [ -111.49992850132125, 41.912683737847104 ], [ -111.49971780604639, 41.912725185409784 ], [ -111.49947682553265, 41.912748750788097 ], [ -111.49934429494736, 41.912762837338768 ], [ -111.49930206453358, 41.912759418267228 ], [ -111.49925379118224, 41.912754224100375 ], [ -111.49913917884284, 41.91274661626543 ], [ -111.49896880600474, 41.912701422203057 ], [ -111.49877567085136, 41.912675240973456 ], [ -111.49862002014842, 41.912662406808181 ], [ -111.49828268213679, 41.912699898204615 ], [ -111.49804803813818, 41.912763062866667 ], [ -111.49782550048805, 41.912832479301464 ], [ -111.49757611333023, 41.912860580520942 ], [ -111.49713781994897, 41.912785921372858 ], [ -111.49695136104529, 41.912687654026243 ], [ -111.49681005878161, 41.912503626713047 ], [ -111.49666821756152, 41.912094432328935 ], [ -111.49661904430899, 41.911973053623456 ], [ -111.49657486882161, 41.911874170205095 ], [ -111.49650275153159, 41.911748387278458 ], [ -111.49628456313522, 41.91160071878187 ], [ -111.49613924425388, 41.911520285819385 ], [ -111.49575852439651, 41.911404842140954 ], [ -111.49541453566775, 41.911361292894526 ], [ -111.4951431362917, 41.91134895333159 ], [ -111.49472167832164, 41.91142282404487 ], [ -111.49431304132507, 41.911595712493344 ], [ -111.49368861394433, 41.911931649299191 ], [ -111.49327983220221, 41.912086521144978 ], [ -111.49306324424745, 41.912145995355999 ], [ -111.49294273648627, 41.912155519509405 ], [ -111.49279173803056, 41.912120140544346 ], [ -111.49271322444005, 41.912102463921407 ], [ -111.49259206577044, 41.912027326864774 ], [ -111.4925373838239, 41.911972620129816 ], [ -111.49248797616036, 41.91181971695449 ], [ -111.49247935115095, 41.911482000057681 ], [ -111.49246593667974, 41.91130552488206 ], [ -111.49245266766263, 41.911147963295043 ], [ -111.49241584442558, 41.911063457558328 ], [ -111.49239141793971, 41.911023031831341 ], [ -111.49228179324466, 41.91087939350858 ], [ -111.49220892949484, 41.910812155069749 ], [ -111.49190018511344, 41.910646852786002 ], [ -111.49174298926079, 41.91058898204578 ], [ -111.49132008185632, 41.910473704272626 ], [ -111.49090396372384, 41.910457470411401 ], [ -111.49034353621649, 41.910491388608115 ], [ -111.48986179110625, 41.910565498915133 ], [ -111.4896090327684, 41.910625120920791 ], [ -111.48928156598832, 41.910691365462533 ], [ -111.48909121658258, 41.910712891947206 ], [ -111.48883194718786, 41.910709492568159 ], [ -111.48857839747299, 41.910665537791708 ], [ -111.48838510091095, 41.91061682282001 ], [ -111.48806571631715, 41.910636194303528 ], [ -111.48770981642431, 41.910610686130788 ], [ -111.48724516712596, 41.91055501532356 ], [ -111.48658104471876, 41.910430835904926 ], [ -111.48645423692859, 41.910404352852069 ], [ -111.48625505075395, 41.910373672786463 ], [ -111.48609220773017, 41.910365355467952 ], [ -111.48596574183036, 41.910383904294292 ], [ -111.48571904333906, 41.910447995482777 ], [ -111.48553290441811, 41.910547857186451 ], [ -111.48517792668376, 41.910643928701639 ], [ -111.48490101460126, 41.910699139012934 ], [ -111.48473261916565, 41.910753890624456 ], [ -111.48452222663013, 41.910835839521077 ], [ -111.48440792576224, 41.910868746137169 ], [ -111.48418488958498, 41.910873289505886 ], [ -111.48354115593791, 41.910894015581697 ], [ -111.48277497834226, 41.910987307084653 ], [ -111.4823777248164, 41.911074540900927 ], [ -111.48184218102297, 41.911211890962235 ], [ -111.48138387107508, 41.911357921546397 ], [ -111.48085677406023, 41.911657353497979 ], [ -111.48029269837512, 41.912010978324574 ], [ -111.48010078750434, 41.912146882436303 ], [ -111.47986714589658, 41.912346008021991 ], [ -111.47976519444285, 41.912418488197162 ], [ -111.47948843843623, 41.912496201726256 ], [ -111.47891006815132, 41.912552655980441 ], [ -111.47862115175893, 41.912616907978617 ], [ -111.47845274584519, 41.912671650416485 ], [ -111.47832078214059, 41.912762267895438 ], [ -111.47813522984741, 41.91294317607629 ], [ -111.4780399092683, 41.913096688036923 ], [ -111.47799151340519, 41.91323649443838 ], [ -111.47790376276406, 41.913435008616339 ], [ -111.47785932657729, 41.913944076011269 ], [ -111.47790940655622, 41.914191553731357 ], [ -111.4779523491177, 41.914290449451293 ], [ -111.47801960973857, 41.914416264226503 ], [ -111.47803843626667, 41.914515260300433 ], [ -111.47802223076906, 41.914767517261964 ], [ -111.47801821783965, 41.915037736988765 ], [ -111.47806344640277, 41.915442853205448 ], [ -111.478150644769, 41.915816270936929 ], [ -111.47825707504208, 41.91634272348616 ], [ -111.47839985112829, 41.916891541377097 ], [ -111.47841322145216, 41.917067117571513 ], [ -111.47838425190778, 41.917224856632743 ], [ -111.47830708097959, 41.917387299855207 ], [ -111.47812232209861, 41.917676285736107 ], [ -111.47801530541845, 41.91787938345292 ], [ -111.47798010349887, 41.918010128048564 ], [ -111.47798788036333, 41.918244271497024 ], [ -111.47799475666106, 41.918357728074945 ], [ -111.4778767479183, 41.91870407890584 ], [ -111.47763889309327, 41.919150903223638 ], [ -111.47722149003263, 41.919778608567249 ], [ -111.47677258972999, 41.920226307936886 ], [ -111.47664687239346, 41.920348421112351 ], [ -111.47653301284916, 41.920443464661467 ], [ -111.47642541710935, 41.920570005763047 ], [ -111.47637279137906, 41.920790889686636 ], [ -111.47632753465544, 41.921191878168145 ], [ -111.47623889708402, 41.921435428282514 ], [ -111.47610194707626, 41.921669271215002 ], [ -111.4759714743256, 41.921963432396169 ], [ -111.47587126994635, 41.922273680138595 ], [ -111.47571667553089, 41.922567940967141 ], [ -111.47548338370659, 41.922821096408391 ], [ -111.47536978547367, 41.922952164708157 ], [ -111.47527276971486, 41.923042633859815 ], [ -111.47515977522818, 41.923092638654353 ], [ -111.47496062156164, 41.923070945718742 ], [ -111.47470649799097, 41.922954908776987 ], [ -111.47444769155518, 41.922857804805361 ], [ -111.47430146168185, 41.922816977848427 ], [ -111.47415084819175, 41.922835613393119 ], [ -111.47397714828142, 41.922993948748335 ], [ -111.47389329629249, 41.923070852264424 ], [ -111.47363517632198, 41.923229535476665 ], [ -111.4734186320667, 41.923302482526523 ], [ -111.47330436311054, 41.923343483994543 ], [ -111.47318423044497, 41.923407026399765 ], [ -111.4731547794875, 41.923501718685792 ], [ -111.47325222358502, 41.923631915049071 ], [ -111.47340380459808, 41.923743874632216 ], [ -111.47367138786399, 41.924049000748369 ], [ -111.47372625739692, 41.924129835170874 ], [ -111.47376330357132, 41.924246770119865 ], [ -111.47377625645534, 41.924367407169633 ], [ -111.47374731232024, 41.924530548822929 ], [ -111.47364623391564, 41.924724610998382 ], [ -111.47356277889816, 41.924855553130158 ], [ -111.47347352653036, 41.925018042736845 ], [ -111.4734500454442, 41.925104604378781 ], [ -111.47343960997459, 41.925324412153202 ], [ -111.47338630437891, 41.925455229828572 ], [ -111.47330857846471, 41.925545617759596 ], [ -111.47320083473794, 41.925654142850021 ], [ -111.47305714260155, 41.92579433957458 ], [ -111.47283622145464, 41.926092472305037 ], [ -111.47264028330838, 41.926507589514927 ], [ -111.47234189462078, 41.926932134603845 ], [ -111.47198886413253, 41.927307366394189 ], [ -111.47163738848396, 41.927894249273535 ], [ -111.47155412425751, 41.928052209341168 ], [ -111.47148908341467, 41.928228108011275 ], [ -111.47151426612542, 41.928372112559927 ], [ -111.47155134395672, 41.928493551381642 ], [ -111.4716063141876, 41.928587896460535 ], [ -111.47187367043165, 41.928860603143363 ], [ -111.47195310184236, 41.929000781926895 ], [ -111.47205111638139, 41.929207534174957 ], [ -111.47213732957628, 41.929449461165362 ], [ -111.47227985766573, 41.929967663529496 ], [ -111.47231803416392, 41.930237708830056 ], [ -111.47235601165491, 41.930480734692189 ], [ -111.47244813210447, 41.930705524278707 ], [ -111.47261861827903, 41.930925487874362 ], [ -111.47281262965819, 41.931064293652184 ], [ -111.47303066472317, 41.931189490015875 ], [ -111.47327285662857, 41.931319089765424 ], [ -111.47353327480357, 41.931466627319054 ], [ -111.47368497493306, 41.931592095981173 ], [ -111.47379462729859, 41.93174025480625 ], [ -111.47412372085175, 41.93220274354556 ], [ -111.47444059071712, 41.932642764958423 ], [ -111.47469635517332, 41.932974957225852 ], [ -111.47483619989004, 41.933127493558871 ], [ -111.47490953879735, 41.933257787963583 ], [ -111.47491693932763, 41.93344239550305 ], [ -111.4748878539114, 41.933586623621402 ], [ -111.47473931518724, 41.93405108489128 ], [ -111.4747352919171, 41.934159182379886 ], [ -111.47474075118127, 41.934244723815759 ], [ -111.47481517046531, 41.934357900986321 ], [ -111.47496650578618, 41.934432931662862 ], [ -111.47520218150196, 41.934495003679999 ], [ -111.47566127156088, 41.934592176844411 ], [ -111.47607258392777, 41.934752593435434 ], [ -111.47619350534072, 41.934792622314674 ], [ -111.47633891951288, 41.934882086508843 ], [ -111.47651482438526, 41.935016457662094 ], [ -111.4766303190726, 41.935137569224125 ], [ -111.47670352982311, 41.935249849491946 ], [ -111.47675271840032, 41.935537860798867 ], [ -111.47682255404521, 41.935844700471534 ], [ -111.4768624911552, 41.936348011066983 ], [ -111.4768043264515, 41.936636468101426 ], [ -111.47666189209426, 41.936947791795461 ], [ -111.47649516382302, 41.937236699287517 ], [ -111.47616046331778, 41.937647894124019 ], [ -111.47557858020618, 41.938236643993257 ], [ -111.47546005644352, 41.938357825056393 ], [ -111.47535373539215, 41.938497869610678 ], [ -111.4752752584631, 41.938651308905662 ], [ -111.47522237374275, 41.938839768470658 ], [ -111.47523064529135, 41.939141459694056 ], [ -111.4752205952539, 41.939412603853761 ], [ -111.47523975953345, 41.939556632202432 ], [ -111.47525889046396, 41.939696157317769 ], [ -111.47531404312639, 41.939813016489836 ], [ -111.47539864884477, 41.939997304151461 ], [ -111.47551049627917, 41.940276049572972 ], [ -111.47560331146603, 41.940590900619533 ], [ -111.47562998103056, 41.940933045781222 ], [ -111.47561080747957, 41.941599622967473 ], [ -111.47553101540016, 41.942225920888475 ], [ -111.47540149376492, 41.942816397709024 ], [ -111.47519660686139, 41.94333062912105 ], [ -111.47501443111811, 41.9441419880037 ], [ -111.47499847468343, 41.944430269117198 ], [ -111.47497018685353, 41.944682574342572 ], [ -111.47497121630828, 41.944821273589582 ], [ -111.47491837254887, 41.945016037353795 ], [ -111.47486498711878, 41.94513784889164 ], [ -111.47471525671439, 41.945282575591214 ], [ -111.47416244245942, 41.945572174298675 ], [ -111.47396436647676, 41.945705390921738 ], [ -111.47377193495934, 41.945786344935684 ], [ -111.47360983649644, 41.945890590978209 ], [ -111.47349618723571, 41.946020756482994 ], [ -111.47339508139083, 41.946215718533324 ], [ -111.47330656540731, 41.946481781667593 ], [ -111.473236737089, 41.946990949086072 ], [ -111.47323796935891, 41.947157568285526 ], [ -111.47328303305949, 41.947378047112615 ], [ -111.47330810115569, 41.947504938487533 ], [ -111.47337558140602, 41.947656873805379 ], [ -111.47350918989416, 41.947777913540421 ], [ -111.4737029879107, 41.947880691368795 ], [ -111.47382527258269, 41.947938730435745 ], [ -111.47405962380611, 41.947978293279355 ], [ -111.47448241520955, 41.948048600555332 ], [ -111.47460942650117, 41.948093109177023 ], [ -111.47473660502527, 41.948160133755877 ], [ -111.47497950003921, 41.948375290346043 ], [ -111.47511347419065, 41.948544962944005 ], [ -111.47521750154345, 41.948743580821954 ], [ -111.47529742697036, 41.948945901061755 ], [ -111.47545657662518, 41.94925597375876 ], [ -111.47565926022799, 41.949741496780113 ], [ -111.4757166322883, 41.950155567874098 ], [ -111.47572940034125, 41.950250085451771 ], [ -111.47576680059537, 41.950412051299189 ], [ -111.47583979311705, 41.950492809216222 ], [ -111.47600947314572, 41.950595683044526 ], [ -111.47616068756112, 41.950649096288529 ], [ -111.476318404087, 41.950765529339094 ], [ -111.4764522929394, 41.950922591253807 ], [ -111.47656199193379, 41.951071647376558 ], [ -111.47679461105211, 41.951524619809824 ], [ -111.47699808436084, 41.952113714137923 ], [ -111.47735419310132, 41.952945354652698 ], [ -111.47750297795528, 41.953480635053829 ], [ -111.47764499282368, 41.953916869604924 ], [ -111.47765951297643, 41.954245553972228 ], [ -111.47757697630061, 41.954503489110124 ], [ -111.4775119527207, 41.954682993005243 ], [ -111.47744063373483, 41.954827396888199 ], [ -111.47728646357835, 41.955026185405934 ], [ -111.47721326524476, 41.955080529906539 ], [ -111.47692502842227, 41.95526186169306 ], [ -111.47640281300438, 41.955619794601944 ], [ -111.47596488616671, 41.9559548589611 ], [ -111.4758809937522, 41.956031763697517 ], [ -111.47575523848381, 41.956158378719266 ], [ -111.47568347856986, 41.956244239736705 ], [ -111.47564831847063, 41.95638398930253 ], [ -111.47565549002174, 41.956537073538016 ], [ -111.47577181947891, 41.956765361773172 ], [ -111.47592570195367, 41.957175429592574 ], [ -111.47602572375527, 41.957644264059809 ], [ -111.47603288967578, 41.957796447590475 ], [ -111.47605879868935, 41.958035017722956 ], [ -111.47607807137319, 41.9581925550591 ], [ -111.47615777693481, 41.958363351816374 ], [ -111.47627361529138, 41.95852499192695 ], [ -111.47643758608162, 41.958668418787354 ], [ -111.47670392172203, 41.958784400326842 ], [ -111.47689165790834, 41.958878191008189 ], [ -111.47706739526244, 41.958981037938308 ], [ -111.47726773005029, 41.959145928565967 ], [ -111.47769279163889, 41.959509832720215 ], [ -111.47812951932565, 41.959980866383312 ], [ -111.4782704027766, 41.960101869986353 ], [ -111.47842231529825, 41.960245344195748 ], [ -111.4785557913235, 41.960343861568589 ], [ -111.47873288363228, 41.960465614330218 ], [ -111.47898608551158, 41.9605987580141 ], [ -111.47911325982849, 41.960661274239229 ], [ -111.4792103009238, 41.960728419449786 ], [ -111.4792778836435, 41.960890257858694 ], [ -111.47929089547459, 41.961016297271996 ], [ -111.47927471858978, 41.961273055609205 ], [ -111.47927013617384, 41.961466718671623 ], [ -111.47935086696366, 41.96177260923276 ], [ -111.47944949669093, 41.962051404893685 ], [ -111.47971123697636, 41.962356539114239 ], [ -111.48005128167193, 41.962643331944179 ], [ -111.48047583434114, 41.962934273457527 ], [ -111.48086991773994, 41.963184810894496 ], [ -111.48103350435127, 41.963274192513609 ], [ -111.4812637331122, 41.963399321323912 ], [ -111.48151786024125, 41.963492826020513 ], [ -111.48180791894993, 41.963550152602593 ], [ -111.48203713190304, 41.963540183756351 ], [ -111.48229010602343, 41.963480577838531 ], [ -111.48257307823035, 41.963398328548422 ], [ -111.4827590858943, 41.963420063276445 ], [ -111.48300218454111, 41.963491094331481 ], [ -111.48309913195573, 41.963544726571619 ], [ -111.48318408016164, 41.963607415920691 ], [ -111.48328150434202, 41.963724092831349 ], [ -111.48335452165659, 41.963804845654643 ], [ -111.48339750663129, 41.96390373826538 ], [ -111.48342245858018, 41.964011713481469 ], [ -111.48342384748248, 41.964195444102913 ], [ -111.48341328457184, 41.964394536415675 ], [ -111.48345691688944, 41.964578989813411 ], [ -111.4835247187909, 41.964767844742092 ], [ -111.4837016411086, 41.965023790095422 ], [ -111.48397636777267, 41.965445946625778 ], [ -111.48423337142506, 41.965917713995076 ], [ -111.48433757857397, 41.966132534230184 ], [ -111.48437508531029, 41.96630440370086 ], [ -111.48436994505609, 41.966422412974659 ], [ -111.4843172355111, 41.966633391791845 ], [ -111.48422365157575, 41.967024676685462 ], [ -111.48418967065614, 41.967318437927354 ], [ -111.48410378968043, 41.967930353944112 ], [ -111.48414924049487, 41.968354377064237 ], [ -111.4841092857703, 41.968656269421956 ], [ -111.48409299021526, 41.968895015216255 ], [ -111.48400493145633, 41.969219627041369 ], [ -111.48377876506729, 41.969634887648198 ], [ -111.48370164809305, 41.969810842863211 ], [ -111.4836069727491, 41.970058925429342 ], [ -111.48355999242033, 41.970230250244953 ], [ -111.48356125259647, 41.970396868516424 ], [ -111.48359868492157, 41.970558831079032 ], [ -111.48369748332411, 41.970855635280465 ], [ -111.48383245510954, 41.971147783597914 ], [ -111.48394243816784, 41.971327453601894 ], [ -111.48402194273682, 41.971466721946079 ], [ -111.48411996024564, 41.971659952232464 ], [ -111.48420001131082, 41.97187127155992 ], [ -111.4843723546974, 41.972316375067635 ], [ -111.48445253710986, 41.972544806324152 ], [ -111.48455714510848, 41.972810962462617 ], [ -111.48455827146834, 41.972959567859284 ], [ -111.48458492894261, 41.973291801664764 ], [ -111.48460689703452, 41.97380148672714 ], [ -111.48458266320748, 41.97458516963674 ], [ -111.4845541279109, 41.974801450231773 ], [ -111.48450114610678, 41.974977303959299 ], [ -111.48448454345861, 41.975175520818517 ], [ -111.48447983970513, 41.975351170774815 ], [ -111.48449886569449, 41.975472680551732 ], [ -111.48463914165725, 41.975666632569911 ], [ -111.48484572002239, 41.975849496408273 ], [ -111.48508800993142, 41.975966460280205 ], [ -111.48580220596129, 41.976237243073406 ], [ -111.48608614761133, 41.976275670533937 ], [ -111.48631568635666, 41.976302619089886 ], [ -111.48682296139033, 41.976345502446819 ], [ -111.48728761507662, 41.976339027793806 ], [ -111.48758322253838, 41.976324262679604 ], [ -111.4879270747245, 41.976304788432287 ], [ -111.48821692211344, 41.976326072847208 ], [ -111.48851897716631, 41.976365317922976 ], [ -111.48906211792433, 41.976520622127111 ], [ -111.48957225891515, 41.976779641180663 ], [ -111.49002657158414, 41.976998366256609 ], [ -111.49059520650779, 41.977171567693958 ], [ -111.49086767991491, 41.977287489667489 ], [ -111.4910131078568, 41.977363424435289 ], [ -111.49113439610747, 41.977439462292118 ], [ -111.49130469164768, 41.977609860307936 ], [ -111.49149933602325, 41.977807173824786 ], [ -111.49160914438689, 41.977959816989639 ], [ -111.49176740708472, 41.978134769161215 ], [ -111.49193753288117, 41.978282650275446 ], [ -111.49212569542686, 41.978421447149195 ], [ -111.4924291087998, 41.978635405403672 ], [ -111.49283513548221, 41.978850723712249 ], [ -111.49364100882229, 41.979261567900672 ], [ -111.49384124832608, 41.979400310000905 ], [ -111.494035488302, 41.979543580898188 ], [ -111.49418762189481, 41.979705046054434 ], [ -111.49424894914283, 41.979830875331565 ], [ -111.4943044851817, 41.979988252830246 ], [ -111.4945444592649, 41.980581659053875 ], [ -111.4946812442185, 41.981098952782176 ], [ -111.49473908318521, 41.981553539923866 ], [ -111.4948453808412, 41.982030434778871 ], [ -111.49509743877603, 41.982623787534934 ], [ -111.4952015426227, 41.982816981684749 ], [ -111.49528119088012, 41.98296975128158 ], [ -111.49537852726485, 41.983068404543246 ], [ -111.49570722518948, 41.983269635495866 ], [ -111.4962226068527, 41.98372674844083 ], [ -111.49693963982189, 41.98434510611358 ], [ -111.49716439548466, 41.984528769422198 ], [ -111.4972860200601, 41.984645329157011 ], [ -111.49743817409357, 41.984806789752817 ], [ -111.49752435676665, 41.985022576002805 ], [ -111.49762871738281, 41.985247290037741 ], [ -111.49776252091596, 41.985377306438444 ], [ -111.49787783175609, 41.985457866285422 ], [ -111.4980112150941, 41.985533844288618 ], [ -111.49816249543477, 41.985582724511787 ], [ -111.49865213085762, 41.985675168583498 ], [ -111.49916012127862, 41.985799054042367 ], [ -111.49946928415442, 41.985968835753937 ], [ -111.49973698246383, 41.98608475721862 ], [ -111.49995338182251, 41.986124344928321 ], [ -111.5001710591071, 41.986172933314414 ], [ -111.50039434938006, 41.986167456904404 ], [ -111.50073931623595, 41.986129926097853 ], [ -111.50094322106933, 41.986115526523477 ], [ -111.50112582064938, 41.986155259508436 ], [ -111.50139079036802, 41.986230659083581 ], [ -111.50162685939289, 41.986315190987135 ], [ -111.50188117805106, 41.986417655924257 ], [ -111.50214160415265, 41.986529100232595 ], [ -111.50235353180186, 41.986613736230204 ], [ -111.50257177922781, 41.986734370773952 ], [ -111.50297912502261, 41.987106362764358 ], [ -111.50309540283342, 41.987308502883124 ], [ -111.50316854321275, 41.987398248830537 ], [ -111.50330214967822, 41.987501239622276 ], [ -111.503507904184, 41.987567887233723 ], [ -111.50367723037127, 41.987607674361101 ], [ -111.50415904189873, 41.987623572689856 ], [ -111.50434136339503, 41.987627275164648 ], [ -111.50474069485742, 41.98759399680845 ], [ -111.50537166397361, 41.987541684262375 ], [ -111.50619901138468, 41.987438965914016 ], [ -111.50682603466906, 41.987346132849538 ], [ -111.50712186671419, 41.987353833034213 ], [ -111.50735623959474, 41.987375314070718 ], [ -111.50756324080949, 41.987446452225598 ], [ -111.50764817327533, 41.987500116573727 ], [ -111.50774652810674, 41.987571734791352 ], [ -111.50787968673473, 41.987769292041484 ], [ -111.50794311511957, 41.988003184280743 ], [ -111.50796195907563, 41.988399393432374 ], [ -111.50797756542444, 41.988692040432497 ], [ -111.50807725768361, 41.989083388410862 ], [ -111.50809090551573, 41.989281474238197 ], [ -111.50820213444132, 41.989605221158172 ], [ -111.50836772589406, 41.989933230546484 ], [ -111.50858211053892, 41.990324070033239 ], [ -111.50875420824173, 41.990710593183252 ], [ -111.50881675836807, 41.990985018604277 ], [ -111.50886755925526, 41.991300025955979 ], [ -111.50888250136025, 41.991660225447376 ], [ -111.50888608831089, 41.992110541674577 ], [ -111.50878833519933, 41.992570313704796 ], [ -111.50871173824767, 41.992957938738876 ], [ -111.50860695395221, 41.993444761628609 ], [ -111.50848298313083, 41.993796569778489 ], [ -111.50820566766795, 41.994450779148181 ], [ -111.50796621907307, 41.994857137683631 ], [ -111.50767446782723, 41.995367303342725 ], [ -111.50762135432927, 41.995520651055422 ], [ -111.50758060027117, 41.995709970638423 ], [ -111.50756977919147, 41.995867634626507 ], [ -111.50758378493809, 41.996110751879591 ], [ -111.50757989515802, 41.996380968157176 ], [ -111.50761308506972, 41.996759100085931 ], [ -111.50758550606461, 41.9970870635455 ], [ -111.50743327728513, 41.997683075077219 ], [ -111.50738123446814, 41.997971517387704 ], [ -111.50735891098843, 41.998201285198341 ], [ -111.50734798169175, 41.998345439627677 ], [ -111.50736798129716, 41.99858312633247 ], [ -111.50747876525291, 41.998849232940728 ], [ -111.50763873408543, 41.999226804162099 ], [ -111.50778623683456, 41.99955489380946 ], [ -111.5007890758299, 41.999563115964563 ], [ -111.48377638782549, 41.999618060682018 ], [ -111.47167826845485, 41.999704435278396 ], [ -111.46402364014581, 41.999798678966933 ], [ -111.45964764785712, 41.999946880702247 ], [ -111.44755721565444, 42.000282868208124 ], [ -111.4398305181705, 42.00044783273384 ], [ -111.43968565573218, 42.000452891003476 ], [ -111.43037075205827, 42.000569251197483 ], [ -111.42398493840362, 42.000651557789872 ], [ -111.41903903673646, 42.00064269885457 ], [ -111.40721211488834, 42.000698772340918 ], [ -111.37575199622248, 42.000842087960642 ], [ -111.26881306405421, 42.001340464336998 ], [ -111.25076731273244, 42.001412826903916 ], [ -111.20505767349265, 42.001476558812193 ], [ -111.12763911611229, 42.00162477245555 ], [ -111.12574937817921, 42.001626858083569 ], [ -111.08885406466619, 42.001584788494576 ], [ -111.04674855447016, 42.001717737273943 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 15, \"properties\": { \"NAME\": \"MILLARD COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2826, \"Color4\": \"2\", \"Shape_Leng\": 582471.795994, \"Shape_Area\": 17708258501.0 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -113.46225704819928, 39.552507541818059 ], [ -113.44215932240877, 39.552512910199901 ], [ -113.42439320088428, 39.55247066023086 ], [ -113.40542442796881, 39.552482130479198 ], [ -113.3878979162423, 39.552505904358263 ], [ -113.37579034229998, 39.55251092119105 ], [ -113.35256180587173, 39.552515204666783 ], [ -113.33540338689734, 39.552519086914209 ], [ -113.31334866448032, 39.552514435916102 ], [ -113.28741965145811, 39.55250897031808 ], [ -113.26929372626378, 39.552505003587314 ], [ -113.25083035460162, 39.552503842539302 ], [ -113.23593889477212, 39.55247609487796 ], [ -113.22182151889075, 39.552454156559044 ], [ -113.19887210756285, 39.552467373235437 ], [ -113.18037389910772, 39.552473677451324 ], [ -113.16104308295353, 39.552465495714266 ], [ -113.14260206180676, 39.55244219105321 ], [ -113.12590715347399, 39.552433567612013 ], [ -113.07476497429195, 39.552623894948852 ], [ -113.04329504848417, 39.552645576188361 ], [ -113.00338155510521, 39.552628943938025 ], [ -113.00102521594725, 39.552642523347785 ], [ -112.96581304671513, 39.552820206735291 ], [ -112.93081347198181, 39.552911599768088 ], [ -112.89586609786517, 39.553005102403631 ], [ -112.87580699644782, 39.552560365301851 ], [ -112.86313777915058, 39.55257050836375 ], [ -112.8570464668031, 39.55257793020796 ], [ -112.84035740722743, 39.552591204611176 ], [ -112.82248731841084, 39.552616105916279 ], [ -112.81836166322866, 39.552622182769724 ], [ -112.80593800804077, 39.552635754521688 ], [ -112.79962959910097, 39.552621013656925 ], [ -112.78849666653902, 39.552591097067072 ], [ -112.77223183534737, 39.552587146023725 ], [ -112.75079983437156, 39.552596723613611 ], [ -112.7288719986137, 39.552560170136928 ], [ -112.72447840596764, 39.552557887388105 ], [ -112.71194296564208, 39.552527020709405 ], [ -112.68966049590168, 39.552506305215459 ], [ -112.67453680853558, 39.552531532550539 ], [ -112.65892902392129, 39.55251214870875 ], [ -112.64407753705042, 39.552484473290569 ], [ -112.62578644206992, 39.552440005919657 ], [ -112.59821434497344, 39.552430581703177 ], [ -112.56907868346775, 39.552453754061744 ], [ -112.52525179863429, 39.552442639004923 ], [ -112.50079328783333, 39.552454767249195 ], [ -112.49856964641647, 39.552424900597003 ], [ -112.49220735643519, 39.552344597101431 ], [ -112.48252388580288, 39.552342403823978 ], [ -112.47411487241662, 39.552341262696238 ], [ -112.46522324464124, 39.552359113932908 ], [ -112.46237221961526, 39.552381512829811 ], [ -112.46236521293247, 39.553710566817877 ], [ -112.46095687046821, 39.553709360813066 ], [ -112.45678418308748, 39.553704083183 ], [ -112.44575572879657, 39.553679639171023 ], [ -112.43365710514264, 39.553685375844942 ], [ -112.42984527623247, 39.553682786667309 ], [ -112.42277450710854, 39.553679474849844 ], [ -112.40802059616395, 39.553665466391358 ], [ -112.38797383285275, 39.553681387853942 ], [ -112.37578104729837, 39.553637170275181 ], [ -112.36006302770679, 39.553664520014664 ], [ -112.34675351354959, 39.553652844871173 ], [ -112.3358541047879, 39.553684044587101 ], [ -112.33009853904801, 39.553682489615078 ], [ -112.3222130412051, 39.553682378300991 ], [ -112.30783907783216, 39.553700875667019 ], [ -112.2927315254114, 39.553703232125493 ], [ -112.27931699067709, 39.55368049294507 ], [ -112.26692712140631, 39.553681078355368 ], [ -112.25078287043748, 39.553640622097184 ], [ -112.24676706521157, 39.553624308793715 ], [ -112.24144171576491, 39.553600229322882 ], [ -112.23596476322636, 39.553559497992026 ], [ -112.23596725855205, 39.554027996488344 ], [ -112.23274331524297, 39.55403521016823 ], [ -112.22756976035701, 39.554040419928121 ], [ -112.2219538304502, 39.554041041597728 ], [ -112.21963812286415, 39.554069873281342 ], [ -112.21965307322967, 39.554258928617728 ], [ -112.22000047264214, 39.554489544824825 ], [ -112.22014972572416, 39.554704220375093 ], [ -112.22020108900257, 39.554978489289191 ], [ -112.22014637515524, 39.555177286084238 ], [ -112.22006933333076, 39.555430377897821 ], [ -112.21992891657258, 39.55572017537834 ], [ -112.21953851062777, 39.55595853580266 ], [ -112.21926536545166, 39.556046997956571 ], [ -112.21891121139917, 39.556095763728855 ], [ -112.21869654888282, 39.556134055537413 ], [ -112.21834813388024, 39.556178254357853 ], [ -112.21781282741159, 39.556251441133888 ], [ -112.2175305262989, 39.556349005275251 ], [ -112.21730053190126, 39.556509091559079 ], [ -112.21719162865394, 39.556604838384814 ], [ -112.21712323618013, 39.556687546674425 ], [ -112.21703830037295, 39.556822686787676 ], [ -112.21692035635523, 39.557067194762794 ], [ -112.21675633305813, 39.557339215406756 ], [ -112.21672543403567, 39.557569296577554 ], [ -112.21651281171941, 39.557724694355144 ], [ -112.21622847357631, 39.557772721101763 ], [ -112.21589269288046, 39.557807770258599 ], [ -112.21544795729956, 39.557735836837864 ], [ -112.21537765903824, 39.557709541772546 ], [ -112.21530122749448, 39.557665290597654 ], [ -112.21517164015894, 39.557576544705128 ], [ -112.21503466234873, 39.557397774889132 ], [ -112.21526230661628, 39.557102566074633 ], [ -112.21547917623975, 39.556857025087062 ], [ -112.21566286162657, 39.55671094200077 ], [ -112.21586415987838, 39.556573684451827 ], [ -112.21608023913383, 39.556283100079206 ], [ -112.21616405912124, 39.55608400057244 ], [ -112.21632218453124, 39.555807537389789 ], [ -112.21637368749595, 39.555757442728407 ], [ -112.21648817323617, 39.555648123059328 ], [ -112.21679286522273, 39.555433195614206 ], [ -112.21697017443543, 39.555255641847182 ], [ -112.21692598037612, 39.555057882292537 ], [ -112.21663127049328, 39.554844725483385 ], [ -112.2163805150291, 39.554482441056777 ], [ -112.21621397550534, 39.554276951619663 ], [ -112.21599428333764, 39.554026967572142 ], [ -112.21576735879502, 39.553695967765336 ], [ -112.21559429687423, 39.553450000133473 ], [ -112.21536155767092, 39.553119060306287 ], [ -112.21518315174636, 39.552900178247555 ], [ -112.21506434606913, 39.552761763765872 ], [ -112.2150229095737, 39.552721651499645 ], [ -112.21483955158791, 39.552552376281213 ], [ -112.21469212638618, 39.552441290917763 ], [ -112.21443280055183, 39.55225388782543 ], [ -112.21415675902908, 39.552109006317274 ], [ -112.21406893322398, 39.552078388470875 ], [ -112.21388164503374, 39.552017274126555 ], [ -112.21370033255631, 39.551965107182752 ], [ -112.21361848250429, 39.55194343669725 ], [ -112.2134896144369, 39.551895226783834 ], [ -112.2130963298894, 39.551701110281734 ], [ -112.2127880342062, 39.551708833109885 ], [ -112.21246236170329, 39.551721241474105 ], [ -112.21225117510643, 39.551624333358092 ], [ -112.21186410568954, 39.55145267310845 ], [ -112.21164678892332, 39.551337807574278 ], [ -112.21147059301477, 39.551245038258088 ], [ -112.21138237771969, 39.551191897134146 ], [ -112.21122354352624, 39.551093540390724 ], [ -112.21115869591682, 39.551045561612987 ], [ -112.21075788156185, 39.550752404293746 ], [ -112.21057516539715, 39.550619155997715 ], [ -112.21041360953339, 39.55036405041978 ], [ -112.2103517374381, 39.550085381151902 ], [ -112.21034798031023, 39.549869177427091 ], [ -112.21028858240295, 39.549531916553732 ], [ -112.21019196935184, 39.549330194973791 ], [ -112.21015619937684, 39.549281011796829 ], [ -112.21004942187058, 39.549164091061556 ], [ -112.20979573544203, 39.548964905519234 ], [ -112.20966609321394, 39.548871648754591 ], [ -112.20947748776757, 39.548733954896321 ], [ -112.20923007620738, 39.548560832137781 ], [ -112.20900507831658, 39.548337919998154 ], [ -112.20885099333923, 39.548177340663699 ], [ -112.20857191586758, 39.547855878817515 ], [ -112.20832931196431, 39.547624138288406 ], [ -112.20801185644214, 39.547438225930364 ], [ -112.20794731128913, 39.54740736139577 ], [ -112.20773598780582, 39.547301436205707 ], [ -112.2073018628744, 39.547098714020997 ], [ -112.20691444045859, 39.546904515320833 ], [ -112.20668535398214, 39.546780752412133 ], [ -112.20647387825761, 39.546665816350952 ], [ -112.20612169582282, 39.546490170395906 ], [ -112.20585070127042, 39.546298363775861 ], [ -112.20569623828135, 39.546115258748415 ], [ -112.20542456045507, 39.545883813634461 ], [ -112.20519020755223, 39.545791637800932 ], [ -112.20487354774095, 39.545650759121656 ], [ -112.20462662586836, 39.545504651672246 ], [ -112.20455013668239, 39.545455888768245 ], [ -112.20412844666208, 39.545298076327022 ], [ -112.20379023217808, 39.545256529419518 ], [ -112.20353648815789, 39.545119500420128 ], [ -112.20346721500671, 39.545084177261536 ], [ -112.20325559406403, 39.544960226631439 ], [ -112.20279612542232, 39.544636113011045 ], [ -112.20257224937788, 39.544476247419503 ], [ -112.2023548892566, 39.544289283578685 ], [ -112.20205467155037, 39.544156336133788 ], [ -112.20180390120925, 39.544123790076441 ], [ -112.20147213289317, 39.544118210251519 ], [ -112.2011118970311, 39.544148964226707 ], [ -112.20085620999836, 39.544168725710058 ], [ -112.20043106210699, 39.544146988488066 ], [ -112.20000589892398, 39.544124348853309 ], [ -112.19975472616818, 39.544068376172895 ], [ -112.19948493718756, 39.543945019074634 ], [ -112.19936090310175, 39.543838177535633 ], [ -112.19898538855718, 39.543657344407244 ], [ -112.19866929318206, 39.543547978311175 ], [ -112.19817874462204, 39.543444915098441 ], [ -112.19789197234482, 39.543348759763397 ], [ -112.19745827168019, 39.543167620358354 ], [ -112.19711241383655, 39.54295133600796 ], [ -112.1968147174973, 39.54262553198523 ], [ -112.19678346268898, 39.542499711898785 ], [ -112.19675166638586, 39.542342361890661 ], [ -112.19672048920191, 39.542221046050457 ], [ -112.19665394225916, 39.542073063968679 ], [ -112.19650324177387, 39.541768270799174 ], [ -112.19642444179964, 39.541584374155306 ], [ -112.19647270022251, 39.541345108632704 ], [ -112.19669463319357, 39.541054499160097 ], [ -112.19690570030632, 39.540876627924519 ], [ -112.19710769052699, 39.540712365011707 ], [ -112.1974281288154, 39.540398214108293 ], [ -112.19756410930985, 39.540185074700624 ], [ -112.19757125384564, 39.53992370697047 ], [ -112.19760058409067, 39.539599039623496 ], [ -112.19757187970603, 39.539283079393208 ], [ -112.19764241120504, 39.538985918897083 ], [ -112.19779987680396, 39.538668941128918 ], [ -112.19780251945899, 39.538484205944947 ], [ -112.19771573483595, 39.538174250344362 ], [ -112.19757379760445, 39.538040560793959 ], [ -112.19731014734214, 39.537934254411873 ], [ -112.19711726450117, 39.537883081434686 ], [ -112.19697090450607, 39.537830527997471 ], [ -112.19647900657722, 39.537646379885267 ], [ -112.19626175810016, 39.537531484272122 ], [ -112.19597354401778, 39.537349742422464 ], [ -112.19573729979069, 39.537144939811874 ], [ -112.19545940936709, 39.536886504192481 ], [ -112.19526458372712, 39.536721820226987 ], [ -112.19507580791011, 39.536570588941643 ], [ -112.19469584452307, 39.536398797380699 ], [ -112.19442601170884, 39.536338499686138 ], [ -112.19424475413842, 39.536286301407905 ], [ -112.1938405939048, 39.536128270876418 ], [ -112.19368067682764, 39.535963225626233 ], [ -112.19360824836382, 39.535810796916813 ], [ -112.19351667177321, 39.535559453130041 ], [ -112.19341997305985, 39.535348707533622 ], [ -112.19329946687913, 39.535106670751055 ], [ -112.19317856052032, 39.53484121154208 ], [ -112.19298564589722, 39.534447646144891 ], [ -112.1929343295555, 39.53416885811145 ], [ -112.19297747252517, 39.533970191910583 ], [ -112.1930493143355, 39.533748705717869 ], [ -112.19316202827061, 39.533535810051397 ], [ -112.19329080394579, 39.53324165797752 ], [ -112.19341934716515, 39.532933992906287 ], [ -112.19349064662647, 39.532680976440105 ], [ -112.19358374715527, 39.532342139562232 ], [ -112.19366164913286, 39.532135006964509 ], [ -112.19373216004273, 39.531836046625841 ], [ -112.1936338615736, 39.53153161185498 ], [ -112.19333163974171, 39.53120944851517 ], [ -112.19313063301263, 39.531022298781942 ], [ -112.19306549280336, 39.530955391265358 ], [ -112.19292924189382, 39.530812627239079 ], [ -112.19285324661743, 39.530723305614366 ], [ -112.19276298321103, 39.5306161100428 ], [ -112.19265350457357, 39.530337918546287 ], [ -112.19271945026541, 39.530111987859151 ], [ -112.19281447855353, 39.529885758670062 ], [ -112.19287079444793, 39.529777058792007 ], [ -112.19306920942041, 39.529473181918668 ], [ -112.19320549133442, 39.529278064494029 ], [ -112.19333595596198, 39.52908300663313 ], [ -112.19342477879702, 39.528834315231428 ], [ -112.1934070468009, 39.528546172135876 ], [ -112.19330385481979, 39.528227370875989 ], [ -112.19337329954755, 39.527866251398848 ], [ -112.19367089450786, 39.527579375420963 ], [ -112.19390085057879, 39.527419335748945 ], [ -112.19414251551326, 39.527263680410194 ], [ -112.19436703897549, 39.5271262210385 ], [ -112.19460831588178, 39.526948043312863 ], [ -112.19478584345656, 39.526784035648539 ], [ -112.19500391458992, 39.526609699704444 ], [ -112.19527335825772, 39.526378071043915 ], [ -112.19552237778635, 39.52631243884565 ], [ -112.1957664922752, 39.526300016541157 ], [ -112.19607554424037, 39.526342788522761 ], [ -112.19637868749668, 39.526380214400895 ], [ -112.19666376355734, 39.526381784846926 ], [ -112.19719103554895, 39.526259223038828 ], [ -112.19754941689663, 39.526125784828643 ], [ -112.19772862252616, 39.526059966172568 ], [ -112.19832942635915, 39.525815905299041 ], [ -112.19883240352283, 39.525634119465025 ], [ -112.19911080792367, 39.525586196841054 ], [ -112.1994417904485, 39.525551246237441 ], [ -112.19984900371853, 39.525551548450522 ], [ -112.20014601888602, 39.525571007446807 ], [ -112.20047847453618, 39.525621635216218 ], [ -112.2008230286547, 39.525699167523889 ], [ -112.20138418169573, 39.525855551679307 ], [ -112.20162365715414, 39.525911642248111 ], [ -112.20212410322939, 39.525920883765792 ], [ -112.20273734613652, 39.525724425371664 ], [ -112.2030717336565, 39.525549771723931 ], [ -112.20351662732894, 39.525373972949957 ], [ -112.20392150552469, 39.525239132677733 ], [ -112.2043485574024, 39.525040990130655 ], [ -112.20458468550831, 39.524903390855563 ], [ -112.20481452945295, 39.524738825760735 ], [ -112.20516922806006, 39.524393663534831 ], [ -112.2053936266754, 39.524250778140214 ], [ -112.20575778195905, 39.52411635380065 ], [ -112.20608774066748, 39.524022828886629 ], [ -112.20638861809309, 39.523929604875853 ], [ -112.20657898942169, 39.523837527260696 ], [ -112.2069595122077, 39.523640759156656 ], [ -112.20718987671003, 39.52350681851641 ], [ -112.20762729216916, 39.523236475042118 ], [ -112.20787418118903, 39.523049201418381 ], [ -112.20817852618597, 39.522820784347523 ], [ -112.20854661049616, 39.522578188530801 ], [ -112.2088404908411, 39.522417454741067 ], [ -112.20912227783066, 39.522297391734696 ], [ -112.20959156195835, 39.522121316061543 ], [ -112.20993895359747, 39.522027598836537 ], [ -112.21018833400477, 39.521984456948033 ], [ -112.21058358087076, 39.521966825908976 ], [ -112.21093960264255, 39.522035198701246 ], [ -112.21127197015797, 39.522081291499234 ], [ -112.21157982202487, 39.522055557609185 ], [ -112.21188673410235, 39.521975771745737 ], [ -112.21217030357242, 39.521891723426968 ], [ -112.21245395067476, 39.521812178688293 ], [ -112.21283529171295, 39.5216640377377 ], [ -112.21318629776719, 39.521444130883545 ], [ -112.21342145525911, 39.521252462887304 ], [ -112.21361024170245, 39.521070288740887 ], [ -112.21378110926005, 39.520861270924335 ], [ -112.21393397948042, 39.52062090525331 ], [ -112.21409258599249, 39.520375974381039 ], [ -112.21424018745877, 39.520167198893233 ], [ -112.2144294395849, 39.520012049026349 ], [ -112.21471598863721, 39.51976578049549 ], [ -112.21499726940417, 39.519551101890357 ], [ -112.21533529198275, 39.519254737894961 ], [ -112.21553679868946, 39.51913549874137 ], [ -112.21567513362332, 39.519062871765115 ], [ -112.21599850052797, 39.518927039994423 ], [ -112.21627617399108, 39.518839439314249 ], [ -112.21648946626944, 39.518729085354465 ], [ -112.21673144292511, 39.518595905347524 ], [ -112.21682362800642, 39.518545384465718 ], [ -112.21720384090202, 39.518334169911732 ], [ -112.21747528589984, 39.518223205178813 ], [ -112.21784062869537, 39.51815991094535 ], [ -112.21822942191849, 39.518107181990281 ], [ -112.21849993737027, 39.51800973985587 ], [ -112.21866894664804, 39.517895341030098 ], [ -112.21878762684524, 39.517763449360011 ], [ -112.21883257648314, 39.517672876429124 ], [ -112.21883728976303, 39.517609755876563 ], [ -112.21870478235063, 39.517349850534814 ], [ -112.21857966570148, 39.517179969170314 ], [ -112.21841957813189, 39.517005949153251 ], [ -112.2181721021234, 39.516823834596906 ], [ -112.21801193772136, 39.516645309722271 ], [ -112.21791684522488, 39.516529173981219 ], [ -112.21767809289298, 39.516180278899377 ], [ -112.21756413980033, 39.515983248946128 ], [ -112.21750527410613, 39.515609943672295 ], [ -112.21740900439556, 39.515426243572072 ], [ -112.21710589697781, 39.515055495788914 ], [ -112.21692884375966, 39.514908681753795 ], [ -112.21669426708563, 39.514798510223727 ], [ -112.21640758929729, 39.514702398691952 ], [ -112.21605095616444, 39.514597107119883 ], [ -112.21569466957322, 39.514511633191837 ], [ -112.21538017397062, 39.514487891382288 ], [ -112.21509514730384, 39.514486366099881 ], [ -112.2144969589167, 39.514537668412295 ], [ -112.21411338600178, 39.51455519063984 ], [ -112.21374576920532, 39.514486948385652 ], [ -112.21353453826528, 39.514381031752244 ], [ -112.21333989168558, 39.514225385685869 ], [ -112.21291138299013, 39.514000098370268 ], [ -112.21267060870849, 39.513867457894506 ], [ -112.21233577402468, 39.513677231832943 ], [ -112.21190153497481, 39.513456505590355 ], [ -112.21165588835763, 39.513377974813658 ], [ -112.21139814249037, 39.513272539086628 ], [ -112.2111983926157, 39.513157488327593 ], [ -112.21087604581271, 39.512949107533963 ], [ -112.2106327085534, 39.512735397907065 ], [ -112.21031423580517, 39.512481924301994 ], [ -112.21010130597713, 39.512344483412768 ], [ -112.20987985422401, 39.512252181700916 ], [ -112.20955303716757, 39.512188006504111 ], [ -112.20909977248776, 39.512210742367408 ], [ -112.20895431709549, 39.512207750141279 ], [ -112.20881467680351, 39.512204697261716 ], [ -112.20858191698302, 39.512198107330356 ], [ -112.20843064653033, 39.512195174907696 ], [ -112.20807537970518, 39.512167332005269 ], [ -112.207708916209, 39.511828753234667 ], [ -112.20761966248408, 39.511712548194758 ], [ -112.20747674797583, 39.511520313983624 ], [ -112.20726358619154, 39.511301778635044 ], [ -112.20719232466327, 39.511216922013283 ], [ -112.20704933441795, 39.511020182947 ], [ -112.20683338535795, 39.510640393506186 ], [ -112.20679876759846, 39.510387566845004 ], [ -112.20676091053819, 39.51014919007833 ], [ -112.20672801739545, 39.509928782120255 ], [ -112.20664068658068, 39.509587301781629 ], [ -112.20655438514538, 39.509305277869686 ], [ -112.20652029326519, 39.509015503856247 ], [ -112.20649027132919, 39.508624773529519 ], [ -112.20648536306585, 39.508341003705006 ], [ -112.20649200646731, 39.508052608883546 ], [ -112.20648717620355, 39.507773343314696 ], [ -112.20647575224831, 39.507449095243139 ], [ -112.20642510584197, 39.507210850972584 ], [ -112.20632298468298, 39.507022696865327 ], [ -112.20610394803813, 39.506799715013322 ], [ -112.2058614206932, 39.506563461130796 ], [ -112.20583528130825, 39.506397043828578 ], [ -112.20585215509708, 39.506027451135445 ], [ -112.2058485735044, 39.505820253980623 ], [ -112.20586181271227, 39.505576841583689 ], [ -112.20590947182788, 39.505306041559614 ], [ -112.20596333442857, 39.505057702622153 ], [ -112.2059702136188, 39.504782820502548 ], [ -112.20582869499701, 39.504333779071999 ], [ -112.20566594456865, 39.5040020901058 ], [ -112.20553514753131, 39.503836758054128 ], [ -112.20548746484276, 39.503769676095331 ], [ -112.20540341721319, 39.503617374379331 ], [ -112.20531820266498, 39.503397508261138 ], [ -112.20535446740001, 39.503140341791941 ], [ -112.2054306538994, 39.50283771038864 ], [ -112.20546139942334, 39.502597720461459 ], [ -112.20555867829592, 39.502169628551385 ], [ -112.20561866559383, 39.501939246522575 ], [ -112.2056547729252, 39.501673071345749 ], [ -112.20566707835511, 39.501375607324832 ], [ -112.20568675462086, 39.501168168788219 ], [ -112.20569425760296, 39.500929320814848 ], [ -112.20570936495032, 39.500794011206338 ], [ -112.20574074707065, 39.500590956331756 ], [ -112.20577329663053, 39.500455465800229 ], [ -112.20581173802158, 39.500324419242837 ], [ -112.20582810127124, 39.500194502697966 ], [ -112.20579419386318, 39.499982213773009 ], [ -112.20566029104889, 39.499636709998683 ], [ -112.20560731896488, 39.499263336184427 ], [ -112.20563945599926, 39.498767442030143 ], [ -112.20559702317307, 39.498330887462664 ], [ -112.2055490883167, 39.497912410300273 ], [ -112.20550447789346, 39.497349735411781 ], [ -112.20541081187544, 39.496976783323028 ], [ -112.20533427710066, 39.496585633112346 ], [ -112.20524487099188, 39.49612253464511 ], [ -112.20511595242739, 39.495728323205512 ], [ -112.20492173150566, 39.495256399654586 ], [ -112.20479497827003, 39.494987407182904 ], [ -112.20457480343866, 39.494695956034711 ], [ -112.20437846017265, 39.494437595322019 ], [ -112.20424039428275, 39.494186739797108 ], [ -112.20398635308405, 39.49395420460921 ], [ -112.20348679238059, 39.493645821904167 ], [ -112.20315927628322, 39.49353568324733 ], [ -112.20276806066205, 39.493440619026998 ], [ -112.20246389388102, 39.493335642953774 ], [ -112.2022281712443, 39.493153371541744 ], [ -112.20172138337875, 39.49276216195004 ], [ -112.20141210544541, 39.492697781865893 ], [ -112.20113422104671, 39.492768229762859 ], [ -112.20083416710133, 39.492901977458303 ], [ -112.20044597958191, 39.492982573196862 ], [ -112.20016522707124, 39.492886359511665 ], [ -112.20008632109341, 39.492693454528407 ], [ -112.20015841085051, 39.49248998061266 ], [ -112.20040288947045, 39.492167594067823 ], [ -112.20059659479166, 39.491935833460033 ], [ -112.20088284825306, 39.491676085965025 ], [ -112.20132590569617, 39.491405707377474 ], [ -112.20170098316527, 39.491239647227481 ], [ -112.20186073232162, 39.491062296760951 ], [ -112.2018165487378, 39.49086002373938 ], [ -112.20175422750025, 39.49061739222298 ], [ -112.20176817745889, 39.490414518237216 ], [ -112.20172973032408, 39.490207680753919 ], [ -112.2016098978235, 39.490001684437267 ], [ -112.20147828449254, 39.489786799520495 ], [ -112.20136372402294, 39.489549212694854 ], [ -112.20123056199726, 39.489244241327476 ], [ -112.20121366465834, 39.48900564521049 ], [ -112.2013144255868, 39.488711772097744 ], [ -112.20151160570029, 39.488344820749688 ], [ -112.20176288517493, 39.488080927348975 ], [ -112.20194549168131, 39.487880814897338 ], [ -112.2019632217462, 39.487559867880442 ], [ -112.20176179423846, 39.487409677467973 ], [ -112.20147121936023, 39.487349609148083 ], [ -112.20100609881845, 39.487349909725218 ], [ -112.20057570152328, 39.487340839660803 ], [ -112.20033017522294, 39.487263183866375 ], [ -112.20011238264594, 39.487107753391598 ], [ -112.19992325346085, 39.48692860010469 ], [ -112.19969375943668, 39.486768784484788 ], [ -112.19944759978401, 39.486721768086802 ], [ -112.19917483999301, 39.486683134729127 ], [ -112.19882623093538, 39.486696641116772 ], [ -112.19847822490617, 39.486745280103051 ], [ -112.19818214878406, 39.486770857330441 ], [ -112.19785662097055, 39.486774211696854 ], [ -112.19759565428316, 39.486812941025491 ], [ -112.19725369149118, 39.486875029432717 ], [ -112.19689956142602, 39.486905706321807 ], [ -112.19660883368553, 39.486904193821935 ], [ -112.19634732538471, 39.486911390151477 ], [ -112.19600759893865, 39.48710410010009 ], [ -112.19577739255115, 39.487241621352887 ], [ -112.195441547513, 39.487321661962937 ], [ -112.19501719497256, 39.487326024487871 ], [ -112.19465004780294, 39.487275736334823 ], [ -112.1942769339669, 39.487216498087577 ], [ -112.19392064353423, 39.4871210449868 ], [ -112.19347553397584, 39.486999471908071 ], [ -112.19304491604234, 39.4869092841911 ], [ -112.1926253012889, 39.486850517786003 ], [ -112.19221219256758, 39.48683222915588 ], [ -112.1916981097439, 39.486688830939016 ], [ -112.19149142562122, 39.486501734540226 ], [ -112.19131503156346, 39.486317931484287 ], [ -112.19087422298141, 39.486107103069486 ], [ -112.19051978624172, 39.486119743205819 ], [ -112.19016215806397, 39.486218012084343 ], [ -112.1894650510218, 39.486319753489219 ], [ -112.18906418573175, 39.486337369296287 ], [ -112.1887990131529, 39.486470729290325 ], [ -112.18858103381224, 39.486644152247237 ], [ -112.18820036546697, 39.486823742690888 ], [ -112.18792746003318, 39.486844551895267 ], [ -112.18787010915702, 39.486822612300081 ], [ -112.18759297580711, 39.486663259369479 ], [ -112.18721597280215, 39.486716665975237 ], [ -112.18690376867335, 39.486751389406926 ], [ -112.18671251709669, 39.486582147357758 ], [ -112.18660515608384, 39.486354383351561 ], [ -112.1865938917381, 39.486033734171251 ], [ -112.18658830265358, 39.485704917844345 ], [ -112.18657185345391, 39.48542126348584 ], [ -112.18656029859628, 39.485083497778398 ], [ -112.1865324536751, 39.484813475030684 ], [ -112.18650583385553, 39.484615521610941 ], [ -112.18657572017985, 39.484280528801449 ], [ -112.18678904844201, 39.484175634787249 ], [ -112.18708427599655, 39.484100538997119 ], [ -112.1874083370198, 39.48401163264186 ], [ -112.18764558860568, 39.483946137750578 ], [ -112.1878996649335, 39.483844429551326 ], [ -112.18814211498001, 39.483742839610457 ], [ -112.18840092915273, 39.483578010281462 ], [ -112.18861721245858, 39.483305492408959 ], [ -112.18872328277602, 39.483047616365262 ], [ -112.18876197764746, 39.482930087717691 ], [ -112.18888891982108, 39.482532339499976 ], [ -112.18906289862309, 39.482165645906122 ], [ -112.1892257107671, 39.481826096957107 ], [ -112.18938470379904, 39.481603719878791 ], [ -112.18971011118474, 39.481253496581211 ], [ -112.18987934476047, 39.480949921922011 ], [ -112.19011220732692, 39.480627675253444 ], [ -112.19029467516403, 39.480418571977403 ], [ -112.19051140231218, 39.480173076684075 ], [ -112.19077982539349, 39.479891010602636 ], [ -112.19109343942529, 39.47953189395291 ], [ -112.19128721889366, 39.479304652756902 ], [ -112.19151433409445, 39.478986967255601 ], [ -112.19170674236173, 39.478679548299162 ], [ -112.19185950838661, 39.478433805001188 ], [ -112.19194850726129, 39.478198626489792 ], [ -112.19197387807084, 39.477982120697312 ], [ -112.19192982453984, 39.477785248108212 ], [ -112.19196372893501, 39.477387549031057 ], [ -112.19198817681972, 39.4771169912365 ], [ -112.1919924200779, 39.476684456252862 ], [ -112.19203216663151, 39.47628849924299 ], [ -112.19219921002674, 39.475857899128123 ], [ -112.19245537058565, 39.475539913861162 ], [ -112.19270923637019, 39.475087698967819 ], [ -112.19283720452501, 39.474752106248097 ], [ -112.19291518725213, 39.474553080875182 ], [ -112.19297581056982, 39.47435873867817 ], [ -112.19297777538418, 39.474133462455427 ], [ -112.19297354355831, 39.473885724194965 ], [ -112.19295179910242, 39.47363366048134 ], [ -112.19285256851252, 39.473337340490254 ], [ -112.19279291949675, 39.473180273143022 ], [ -112.19258785496518, 39.472745379747465 ], [ -112.19229799968687, 39.472451014245394 ], [ -112.19199575453929, 39.472111723778852 ], [ -112.19167514527001, 39.471786136074748 ], [ -112.19149442437644, 39.471346485977314 ], [ -112.19128256313542, 39.470853093111799 ], [ -112.19116868433336, 39.470651529183129 ], [ -112.19107497023371, 39.470337130458631 ], [ -112.19111028507513, 39.469953833087693 ], [ -112.19117587640478, 39.469709884408424 ], [ -112.19120362848447, 39.469633012974349 ], [ -112.19136929464102, 39.469122236506635 ], [ -112.19150393111029, 39.468837034031878 ], [ -112.19158710827718, 39.468601915134386 ], [ -112.19164473376031, 39.468231904251319 ], [ -112.1918963648945, 39.467990553506894 ], [ -112.19214641082682, 39.467997000413938 ], [ -112.19258326898111, 39.46805108731094 ], [ -112.19298502826851, 39.468092017297217 ], [ -112.19338586456063, 39.468078893856706 ], [ -112.19385008772669, 39.468033582364797 ], [ -112.19433447547735, 39.467807856882523 ], [ -112.19455215156171, 39.467620910693498 ], [ -112.19489071004182, 39.467365145068619 ], [ -112.19530643235021, 39.467203192905679 ], [ -112.19558321970885, 39.467074203763907 ], [ -112.19588867723665, 39.466922393476068 ], [ -112.19633802831365, 39.466688009757448 ], [ -112.19666053063258, 39.466513496451689 ], [ -112.19705765199319, 39.466284152586297 ], [ -112.19739084671787, 39.466055465674003 ], [ -112.19770025366697, 39.465795486947812 ], [ -112.19790482447343, 39.46552307208276 ], [ -112.19806832902975, 39.465228554347924 ], [ -112.19824942028471, 39.464942865401412 ], [ -112.19853767647601, 39.464466856311034 ], [ -112.19863298820989, 39.464263143157716 ], [ -112.19871590433959, 39.464014506436527 ], [ -112.19874125009549, 39.463797999047422 ], [ -112.19874304230756, 39.463563713952638 ], [ -112.19888120784196, 39.463147817791494 ], [ -112.19917960848365, 39.462924890617558 ], [ -112.19939367478018, 39.462800143340246 ], [ -112.19959311549404, 39.462568324510613 ], [ -112.19974606522914, 39.462404561938236 ], [ -112.20014199259836, 39.462107642944979 ], [ -112.20040278837583, 39.462064404841179 ], [ -112.2007500500648, 39.462047304090916 ], [ -112.20100704816296, 39.462053660255023 ], [ -112.20133261530705, 39.462059307471243 ], [ -112.20166345112608, 39.462033363435843 ], [ -112.20203922422212, 39.461916851390043 ], [ -112.20229831278805, 39.461774513883668 ], [ -112.20259187801979, 39.461609293611552 ], [ -112.20283920198329, 39.461391390427828 ], [ -112.20303156111845, 39.461154232820327 ], [ -112.20323524587079, 39.460899838214686 ], [ -112.20344094315747, 39.460627401908518 ], [ -112.20369777377908, 39.460354435942982 ], [ -112.20384884459094, 39.460014987429673 ], [ -112.20365336514944, 39.459800764834817 ], [ -112.20339441889168, 39.459613328464535 ], [ -112.20316564442705, 39.459490453185595 ], [ -112.20291274394987, 39.459316468553638 ], [ -112.20267188474888, 39.459166686522543 ], [ -112.20241814956034, 39.45894405402646 ], [ -112.20222811619381, 39.458708148022751 ], [ -112.20192129812456, 39.458440110875316 ], [ -112.20170258658504, 39.458226125017191 ], [ -112.20154175000268, 39.457998025351053 ], [ -112.20134519921413, 39.457720737977965 ], [ -112.20126183797241, 39.457604465747892 ], [ -112.2009943243287, 39.457255828693896 ], [ -112.20081009548214, 39.45701895928444 ], [ -112.20070651829873, 39.456740710645811 ], [ -112.200707220843, 39.456443364684795 ], [ -112.2007781131054, 39.456172324744237 ], [ -112.20089595264081, 39.455927830730083 ], [ -112.2010604294267, 39.455691865176703 ], [ -112.20118413951985, 39.45545091433253 ], [ -112.20130183710232, 39.455198312118263 ], [ -112.20146600109901, 39.454944328677662 ], [ -112.20161784626234, 39.454649926095733 ], [ -112.20182206025706, 39.454359487227883 ], [ -112.20211257434345, 39.454018599447316 ], [ -112.2023395604939, 39.453700893453068 ], [ -112.20251564726566, 39.453397228759833 ], [ -112.20266609021037, 39.453089323870586 ], [ -112.20274866961155, 39.452822666898037 ], [ -112.20275006147273, 39.452565859855085 ], [ -112.20258706494167, 39.452211639947485 ], [ -112.20231902492939, 39.45216936017227 ], [ -112.20216819451635, 39.452184434912034 ], [ -112.20172089340225, 39.45219356324619 ], [ -112.20138150671292, 39.452057410733502 ], [ -112.20113639961555, 39.451929293734437 ], [ -112.2007635527995, 39.451604269304596 ], [ -112.20058685231949, 39.451466434495565 ], [ -112.20025250787414, 39.451285175225479 ], [ -112.19989274932612, 39.451315918606831 ], [ -112.19945792361644, 39.451374465984266 ], [ -112.19913039709293, 39.451251699918387 ], [ -112.19886655025239, 39.451114761041616 ], [ -112.19866638289417, 39.450963649789728 ], [ -112.19844266392619, 39.45086233740588 ], [ -112.19818648681047, 39.450765864155507 ], [ -112.19796981834716, 39.450668983345061 ], [ -112.19786307294849, 39.450611516146289 ], [ -112.19761629479319, 39.450385196852764 ], [ -112.19745036371415, 39.450129211685763 ], [ -112.19734611170239, 39.44987799739625 ], [ -112.19731536462668, 39.449779200928873 ], [ -112.19722754515223, 39.449401673453522 ], [ -112.19716001057209, 39.449190627193722 ], [ -112.19690409298616, 39.448837355467795 ], [ -112.19685616431575, 39.448753152136 ], [ -112.19673355160123, 39.448379586393827 ], [ -112.19677617419929, 39.448153890802196 ], [ -112.1968009045307, 39.447901348484898 ], [ -112.19663710125346, 39.447497571520771 ], [ -112.19637846652506, 39.447324532064336 ], [ -112.19611494822317, 39.44720560393484 ], [ -112.19560145960378, 39.447080235096244 ], [ -112.19536125929666, 39.446965570652175 ], [ -112.19501021380898, 39.446825013929832 ], [ -112.19467636778988, 39.446670764026948 ], [ -112.19442401233341, 39.446524686501718 ], [ -112.19420039836758, 39.446360292717891 ], [ -112.19393419484061, 39.446083707199179 ], [ -112.19373685435203, 39.445824434776789 ], [ -112.19365322097589, 39.445622561818837 ], [ -112.19353235376192, 39.445349889673906 ], [ -112.19338087128017, 39.444985626638129 ], [ -112.19311213958004, 39.444560395348468 ], [ -112.19295082529359, 39.444300751882942 ], [ -112.19284279638214, 39.444099128513997 ], [ -112.19272941972939, 39.443924590744423 ], [ -112.19262054685677, 39.443673419220993 ], [ -112.19246513810236, 39.443419120636435 ], [ -112.19231062155373, 39.443217072357704 ], [ -112.1920835672271, 39.442849978090045 ], [ -112.19197446805488, 39.442585292781523 ], [ -112.1918830280258, 39.442333941811953 ], [ -112.19178693106089, 39.442150215662721 ], [ -112.19175711679937, 39.442105469731153 ], [ -112.19148971128753, 39.44175680827599 ], [ -112.19121161087082, 39.441462317472343 ], [ -112.19105169213495, 39.441283749509822 ], [ -112.19087892831713, 39.441033230504409 ], [ -112.19074026502851, 39.44066973341652 ], [ -112.19068511284021, 39.440228793666314 ], [ -112.19074225203502, 39.439899332896495 ], [ -112.19081502013886, 39.439668825306839 ], [ -112.19091597820345, 39.43945604959405 ], [ -112.19101678222536, 39.439234265070844 ], [ -112.19110450974765, 39.438927016566794 ], [ -112.19112222154421, 39.438602464495183 ], [ -112.19100036429144, 39.438270331470925 ], [ -112.19091832706441, 39.437888233908971 ], [ -112.19086778998314, 39.437649978494349 ], [ -112.1908177134866, 39.437438749226722 ], [ -112.19077452000214, 39.437290521548626 ], [ -112.19076167501767, 39.437218570671725 ], [ -112.19075912375354, 39.436727535477424 ], [ -112.19088001499334, 39.436320834173358 ], [ -112.19098531958031, 39.436022415946063 ], [ -112.1910614150012, 39.435782863704731 ], [ -112.19113440826287, 39.435565868931015 ], [ -112.19114761495617, 39.435317950383798 ], [ -112.19120422240394, 39.434889381273436 ], [ -112.19127398104165, 39.434550780432026 ], [ -112.19138501337605, 39.434247797957603 ], [ -112.19161175666196, 39.433916598983231 ], [ -112.19178225407863, 39.433694099572016 ], [ -112.19192890199818, 39.433435803112289 ], [ -112.19203063118451, 39.433268970922278 ], [ -112.19226423648152, 39.43299987142283 ], [ -112.19238826148498, 39.432777847497306 ], [ -112.19247635955641, 39.432493119664208 ], [ -112.19255849486417, 39.432199442589457 ], [ -112.19270894828237, 39.431823972117698 ], [ -112.19285031831399, 39.431597264647714 ], [ -112.19286328807006, 39.431335832747635 ], [ -112.19275566443928, 39.431156730376145 ], [ -112.19245956264217, 39.430826385237864 ], [ -112.19242094986495, 39.43060602858035 ], [ -112.19246396099368, 39.430402855679453 ], [ -112.1924906318423, 39.430195345139737 ], [ -112.1925084798183, 39.429947378660401 ], [ -112.19255568592163, 39.429649554450556 ], [ -112.19272263725274, 39.429219852811507 ], [ -112.19283588289539, 39.429047495554833 ], [ -112.19298940124465, 39.428852199335616 ], [ -112.19317753730242, 39.428643032317943 ], [ -112.19332486146783, 39.428425273420032 ], [ -112.19337873199588, 39.428177838187203 ], [ -112.19327979322287, 39.427826550135087 ], [ -112.19306112903158, 39.427608040689606 ], [ -112.19279569443339, 39.427371989850045 ], [ -112.19253614646789, 39.427140383186703 ], [ -112.19234164017092, 39.426975686525125 ], [ -112.1920944787899, 39.426789003433811 ], [ -112.19187917382934, 39.426426292236215 ], [ -112.19192187729796, 39.426205101924189 ], [ -112.19201668326744, 39.425973466279601 ], [ -112.192193367747, 39.42577432948719 ], [ -112.1924054208134, 39.42560546490769 ], [ -112.19259494209102, 39.425409800027452 ], [ -112.19270646764147, 39.42520502331837 ], [ -112.19277380664309, 39.424997996545301 ], [ -112.19272080666218, 39.424683178982804 ], [ -112.19263587253276, 39.424471406439061 ], [ -112.1924280075695, 39.424204129173447 ], [ -112.19226247207133, 39.424034630087938 ], [ -112.1920053591864, 39.42367234746645 ], [ -112.19182837454107, 39.423444397998395 ], [ -112.19157403864486, 39.423176694264747 ], [ -112.19134101807843, 39.422796142632407 ], [ -112.19139488751031, 39.42248022965142 ], [ -112.19158223377343, 39.422293598948286 ], [ -112.19172931992348, 39.422062328842792 ], [ -112.19172632784708, 39.42188665823862 ], [ -112.19161810855351, 39.421671519265139 ], [ -112.1915682725826, 39.421473802737118 ], [ -112.19156342465409, 39.421189126222544 ], [ -112.19166450130793, 39.420643867227824 ], [ -112.19165782741116, 39.420251986536648 ], [ -112.19139112222632, 39.419939357303079 ], [ -112.19119014147017, 39.419734178261585 ], [ -112.1909644755933, 39.419443653525228 ], [ -112.19085580265546, 39.419201487392854 ], [ -112.19079481591896, 39.419030915573423 ], [ -112.19066092209145, 39.418671873188543 ], [ -112.19063081236867, 39.418609109112595 ], [ -112.19054392717166, 39.418213544055696 ], [ -112.19056705092585, 39.417933987218454 ], [ -112.19065613558915, 39.41770781715779 ], [ -112.19079275078121, 39.417544232739942 ], [ -112.19092317481807, 39.417358185727984 ], [ -112.19110363987859, 39.417040976387604 ], [ -112.19096654768032, 39.41683514257506 ], [ -112.19091932355133, 39.416790574441997 ], [ -112.19071400241813, 39.416671036989371 ], [ -112.19024024950052, 39.416477658434168 ], [ -112.18986682908765, 39.416377860103466 ], [ -112.18928763319632, 39.41613149421795 ], [ -112.18892833152313, 39.415836925327945 ], [ -112.18872104260265, 39.415601171132387 ], [ -112.18856662945451, 39.415332439072088 ], [ -112.18845619816625, 39.415054247093238 ], [ -112.18838200084332, 39.414789200313706 ], [ -112.18831842388974, 39.414465477802445 ], [ -112.18825515346174, 39.414159772774724 ], [ -112.1881037852191, 39.413796400384093 ], [ -112.18797601400347, 39.413522890134992 ], [ -112.18789067978328, 39.413217410183471 ], [ -112.18786706683504, 39.412852732680435 ], [ -112.18783650356856, 39.412762941415693 ], [ -112.1877368671698, 39.41236750397551 ], [ -112.18761507473469, 39.412035364997358 ], [ -112.18759887550365, 39.411765220226265 ], [ -112.18756563825298, 39.411517775235488 ], [ -112.18747761879332, 39.411122218874702 ], [ -112.18758366698673, 39.410868846713683 ], [ -112.18780783558127, 39.410731402771283 ], [ -112.18813736469521, 39.410642439151012 ], [ -112.18841432690137, 39.410535990981529 ], [ -112.18874255384912, 39.41037045106404 ], [ -112.18905381836733, 39.410232114634844 ], [ -112.18939449754239, 39.410116002467504 ], [ -112.18974075252281, 39.409986316766719 ], [ -112.19007577585974, 39.409879270797383 ], [ -112.19033569515337, 39.409795518278251 ], [ -112.19067552719481, 39.409629854169019 ], [ -112.19067154305253, 39.409395626103816 ], [ -112.19061468698382, 39.409125897839743 ], [ -112.19068022836835, 39.408881947776649 ], [ -112.19079825786044, 39.408650975878921 ], [ -112.19078080954625, 39.408376339073207 ], [ -112.19066208680125, 39.408156800960995 ], [ -112.19047603441425, 39.407802796648511 ], [ -112.19041421667421, 39.407582675871353 ], [ -112.19038922927102, 39.407479312628467 ], [ -112.19026559536282, 39.407039070893916 ], [ -112.19026764908074, 39.406818296443411 ], [ -112.19027566232354, 39.406606471350614 ], [ -112.19025395461942, 39.406354403806453 ], [ -112.19011596774415, 39.406094515592073 ], [ -112.18998531948029, 39.405924655587064 ], [ -112.18977819503615, 39.40569701039157 ], [ -112.18965824237276, 39.405472978525125 ], [ -112.18953532100579, 39.40507417613982 ], [ -112.18944369722861, 39.404808406731469 ], [ -112.18934836276134, 39.404597638299911 ], [ -112.18922182858626, 39.404396199088339 ], [ -112.18912632869825, 39.404243999414611 ], [ -112.18905420681361, 39.404100571048552 ], [ -112.18919469348178, 39.403824319312399 ], [ -112.18929292958995, 39.403453890683281 ], [ -112.18920781893601, 39.403229502028019 ], [ -112.1891059026743, 39.403041326489991 ], [ -112.18906716497565, 39.402811958505595 ], [ -112.18917097697819, 39.402427957399311 ], [ -112.1892602007258, 39.402210796835483 ], [ -112.18930526270007, 39.401786849591396 ], [ -112.18949180880338, 39.401487600636948 ], [ -112.18978576806489, 39.401358449549903 ], [ -112.19000349923155, 39.401185926794888 ], [ -112.19021462715692, 39.400966617356076 ], [ -112.19036228743052, 39.400771383906573 ], [ -112.1905837380199, 39.400476281195779 ], [ -112.19077807266213, 39.400294085047825 ], [ -112.19096087128412, 39.400116511854364 ], [ -112.19116009027118, 39.399880202937403 ], [ -112.19127649451327, 39.399554638213175 ], [ -112.1911995342147, 39.39919501208955 ], [ -112.19138572413601, 39.399080475977279 ], [ -112.19161778845078, 39.399136666422564 ], [ -112.19195626887019, 39.399235916831124 ], [ -112.19241020547875, 39.399295238345779 ], [ -112.19273509678257, 39.399278392197083 ], [ -112.19307044821601, 39.399193860210389 ], [ -112.19334139852815, 39.399078451670078 ], [ -112.19365910074897, 39.398980583506081 ], [ -112.19382119993638, 39.398951889063667 ], [ -112.19445225503893, 39.398841792275149 ], [ -112.19479975155851, 39.398788666852063 ], [ -112.19514174934127, 39.39875361759109 ], [ -112.19549620401854, 39.398767996254534 ], [ -112.19597853787786, 39.398790069568214 ], [ -112.1963864821696, 39.398808400767599 ], [ -112.19681540411725, 39.398831019896051 ], [ -112.1973393027603, 39.398906722048515 ], [ -112.19758894777607, 39.39890415232373 ], [ -112.19798946381437, 39.398895523310678 ], [ -112.1981915841497, 39.398830369234794 ], [ -112.19841430589499, 39.398611826608686 ], [ -112.19877908321811, 39.398211612755823 ], [ -112.19897904143104, 39.398020334671358 ], [ -112.19917442708044, 39.397901186193884 ], [ -112.19936300357594, 39.3977235403013 ], [ -112.19947510359479, 39.397488115363977 ], [ -112.19931287603552, 39.397169920407947 ], [ -112.19918081913883, 39.39691809081836 ], [ -112.1993226557866, 39.396723807094624 ], [ -112.19951122880526, 39.396546160980876 ], [ -112.19967038765103, 39.396346292007699 ], [ -112.19980663597318, 39.396097102155373 ], [ -112.19985967087437, 39.395871296309195 ], [ -112.19973335828563, 39.395615803902437 ], [ -112.19964837884693, 39.39540043172056 ], [ -112.19962106802498, 39.395161938923856 ], [ -112.19968261248985, 39.395026148935408 ], [ -112.19982666643756, 39.394961590824465 ], [ -112.20001220660758, 39.394946161564256 ], [ -112.20024519311207, 39.394988809819196 ], [ -112.20040859264624, 39.395036680841621 ], [ -112.20051920354173, 39.395053560154437 ], [ -112.20067610303082, 39.395060951277337 ], [ -112.20090235807409, 39.395049605554604 ], [ -112.20134039627644, 39.394927948330839 ], [ -112.20159041501314, 39.394880314452436 ], [ -112.20214184640443, 39.394870112391402 ], [ -112.20262577906254, 39.394986750470729 ], [ -112.20289414090426, 39.395060563945655 ], [ -112.20315182112881, 39.395188549390092 ], [ -112.2036993845749, 39.395291009348831 ], [ -112.2041179918146, 39.395322718729169 ], [ -112.20467430164074, 39.395258392036332 ], [ -112.20491069483158, 39.395161335184895 ], [ -112.20516976623453, 39.395032506688572 ], [ -112.20548696769944, 39.394907580451481 ], [ -112.20581192765532, 39.394896103374307 ], [ -112.20614119043749, 39.394864758004253 ], [ -112.20643254112446, 39.394857231785728 ], [ -112.20677544442236, 39.394876201133407 ], [ -112.20738617026561, 39.39493744192378 ], [ -112.20764081333144, 39.394888846028962 ], [ -112.20795755897245, 39.394737787789431 ], [ -112.20815808810661, 39.394581628430082 ], [ -112.20830585572267, 39.39439628258166 ], [ -112.20838285558108, 39.394147698138838 ], [ -112.20835582651395, 39.393927225269358 ], [ -112.20824047569849, 39.393635586891833 ], [ -112.20809076075024, 39.393371336299275 ], [ -112.2078528856629, 39.393112506023826 ], [ -112.20765387408828, 39.392952385710977 ], [ -112.20743636453055, 39.392796962214774 ], [ -112.20732311585095, 39.392626940814324 ], [ -112.20722062402241, 39.392407250721142 ], [ -112.20706990650734, 39.392084441820906 ], [ -112.20692662541448, 39.391856164291525 ], [ -112.20679023682617, 39.391690887569659 ], [ -112.20672319928352, 39.391506870636178 ], [ -112.20667443378056, 39.391439798776197 ], [ -112.20650979446005, 39.391252288832206 ], [ -112.2061454605761, 39.390999271488951 ], [ -112.20598663100368, 39.390879278230649 ], [ -112.2056931238626, 39.390693102897721 ], [ -112.2053649433868, 39.390516296420124 ], [ -112.2050846752955, 39.39035701343407 ], [ -112.20483714867946, 39.390210906225697 ], [ -112.20435641760388, 39.389941067839253 ], [ -112.20401733092639, 39.389804917028073 ], [ -112.20368946838252, 39.389646123186374 ], [ -112.2034958940008, 39.389530991121546 ], [ -112.20334465717249, 39.389446957088722 ], [ -112.20295294401942, 39.389288821560093 ], [ -112.20250326003566, 39.389203366811806 ], [ -112.2022112378459, 39.389102765659018 ], [ -112.20198330352584, 39.388947439468737 ], [ -112.20191163406288, 39.388898622912457 ], [ -112.20164661382519, 39.38867970559577 ], [ -112.2013825531385, 39.388516642010416 ], [ -112.20110121824389, 39.38836186548442 ], [ -112.20072546358656, 39.388117959139251 ], [ -112.20056580061973, 39.387948409929528 ], [ -112.200468910255, 39.387715140221502 ], [ -112.20033100144165, 39.387459767713111 ], [ -112.2002170070824, 39.387244694970029 ], [ -112.19993793556897, 39.386882653750774 ], [ -112.19973772173195, 39.386718026761805 ], [ -112.1993798573564, 39.386500962551608 ], [ -112.19915704411265, 39.386372608994719 ], [ -112.19895195396562, 39.386262093100441 ], [ -112.19872356883508, 39.386147311675373 ], [ -112.19841345732675, 39.386006340559163 ], [ -112.19815009211848, 39.385882907940221 ], [ -112.1978881198021, 39.385772975932468 ], [ -112.19757769764233, 39.38568156280256 ], [ -112.19729273327403, 39.385652959452891 ], [ -112.19712958871612, 39.385618596791339 ], [ -112.19672653234423, 39.38547407228814 ], [ -112.19643849219325, 39.38526529102792 ], [ -112.19624301896771, 39.385037536551899 ], [ -112.19612888738544, 39.384813450670237 ], [ -112.19603147804079, 39.384548646075601 ], [ -112.19597485466367, 39.384292432498611 ], [ -112.19590593081941, 39.383995798632817 ], [ -112.19585024634395, 39.383794538604768 ], [ -112.19574190719069, 39.383569491705373 ], [ -112.19551595870527, 39.383256450544771 ], [ -112.19516987913339, 39.383115840205512 ], [ -112.19494320901939, 39.383032569915585 ], [ -112.1944111703215, 39.382812773690304 ], [ -112.1942461911254, 39.382670301229041 ], [ -112.19415751358154, 39.382576602475986 ], [ -112.19408044496521, 39.382482784507658 ], [ -112.19399068377372, 39.382393601933153 ], [ -112.19390332129556, 39.382308899861265 ], [ -112.19365928161227, 39.381955493905473 ], [ -112.19355631170095, 39.381704259664694 ], [ -112.19347106221632, 39.381470864304788 ], [ -112.19330538239012, 39.381286949888825 ], [ -112.19293420871296, 39.38096728357192 ], [ -112.19270081311542, 39.380897593364281 ], [ -112.19247352880599, 39.380845860812045 ], [ -112.19233369117987, 39.380815757635418 ], [ -112.1918447584017, 39.380739673818809 ], [ -112.19150803790303, 39.380738617481214 ], [ -112.19099780368747, 39.38077537802797 ], [ -112.19039554320436, 39.380862635046292 ], [ -112.19028549260487, 39.380877276549157 ], [ -112.19006958895324, 39.380811907283935 ], [ -112.19030136395241, 39.380444615774124 ], [ -112.19047823258204, 39.38026259848629 ], [ -112.19064349199249, 39.380080699732765 ], [ -112.19072046384107, 39.379827621255487 ], [ -112.19069349692991, 39.379607142816489 ], [ -112.19070371466489, 39.379183550153776 ], [ -112.19084475965714, 39.378943331399455 ], [ -112.19099894288033, 39.378793081838047 ], [ -112.19121451960139, 39.378498037344883 ], [ -112.19142406078926, 39.378189538672245 ], [ -112.19158274307007, 39.377962653976581 ], [ -112.19167133260508, 39.377710356866245 ], [ -112.19173690494868, 39.377470008946638 ], [ -112.19189412906998, 39.377157540066939 ], [ -112.19208221010452, 39.376952879472817 ], [ -112.19226410301862, 39.37672575601475 ], [ -112.19242239615239, 39.376476348166186 ], [ -112.19254569657379, 39.376217387338194 ], [ -112.19260030088729, 39.376014994945358 ], [ -112.19262594724566, 39.375816503508702 ], [ -112.19261600429193, 39.375573324916722 ], [ -112.19256650819734, 39.375393624459001 ], [ -112.19252304604453, 39.375227377714687 ], [ -112.19253050367148, 39.375051598670815 ], [ -112.19284297333839, 39.374584360509836 ], [ -112.19311191290799, 39.374356343239889 ], [ -112.19337031715527, 39.374191506142509 ], [ -112.19350226724023, 39.374100048800308 ], [ -112.19391148745115, 39.373929158184318 ], [ -112.1941469039661, 39.373778070833673 ], [ -112.19446195796554, 39.373531556374473 ], [ -112.19464979160715, 39.373313378545035 ], [ -112.19480088309172, 39.372982947816951 ], [ -112.19486026853104, 39.372721036615751 ], [ -112.19480900289292, 39.372437735703699 ], [ -112.19479386390593, 39.372230652127158 ], [ -112.19485432379093, 39.372031802619539 ], [ -112.19496716807569, 39.371841425485307 ], [ -112.19496928554598, 39.371625154291728 ], [ -112.19483296540137, 39.371459861951877 ], [ -112.19471947570167, 39.371271809038028 ], [ -112.19473961835253, 39.371091394320203 ], [ -112.19493155884967, 39.370774059470506 ], [ -112.19489312977791, 39.370562709833521 ], [ -112.19476169399098, 39.370343304835622 ], [ -112.19458367895645, 39.370115367506884 ], [ -112.19451485320479, 39.369823236214806 ], [ -112.19454909600675, 39.369516531172565 ], [ -112.19459008140407, 39.369128663303016 ], [ -112.19463663010872, 39.368794800667089 ], [ -112.19462576067073, 39.368497569116066 ], [ -112.19456869633864, 39.368214327415309 ], [ -112.19456851255396, 39.367862923726861 ], [ -112.19462751122215, 39.367578490411667 ], [ -112.19470979854478, 39.36729832313911 ], [ -112.1947640832267, 39.367077911979734 ], [ -112.19476999335534, 39.36674356542018 ], [ -112.1947990541038, 39.366405376965744 ], [ -112.19481208744756, 39.366148446682409 ], [ -112.19478869086561, 39.365797281236546 ], [ -112.19475530066903, 39.365540827609898 ], [ -112.19472748338484, 39.365270801136077 ], [ -112.19465849951595, 39.365037238922966 ], [ -112.19449845400537, 39.364773075083292 ], [ -112.19420432051936, 39.364541823655266 ], [ -112.19388796469408, 39.364436945149343 ], [ -112.19359095604983, 39.364309341304846 ], [ -112.19338059705677, 39.364225900078729 ], [ -112.1929308664439, 39.364059313918084 ], [ -112.19235667447815, 39.363740824523923 ], [ -112.19206912094164, 39.363554552212406 ], [ -112.19185058958278, 39.363331530586841 ], [ -112.19172559258539, 39.36314809746321 ], [ -112.19164654348596, 39.362936261386608 ], [ -112.19165975648902, 39.362689240864803 ], [ -112.1917134963852, 39.362436399036248 ], [ -112.19181892399438, 39.362151491344555 ], [ -112.19201503364421, 39.361738607845218 ], [ -112.19197694058462, 39.361546175280992 ], [ -112.19188683873062, 39.361366890006849 ], [ -112.19181345606746, 39.361146886562551 ], [ -112.19178856145726, 39.361048027011421 ], [ -112.19176946948731, 39.3609491080231 ], [ -112.19177113801214, 39.360705809813176 ], [ -112.19179342951109, 39.360651519031279 ], [ -112.1919801661151, 39.360370283530791 ], [ -112.19220736553996, 39.360079622753432 ], [ -112.19225745531699, 39.359885385666935 ], [ -112.19226748713092, 39.359587939245088 ], [ -112.1923696451733, 39.359384158176837 ], [ -112.19246949320316, 39.359112822583022 ], [ -112.19247696180973, 39.358869464863737 ], [ -112.192360436087, 39.358501231939158 ], [ -112.19223034534971, 39.35829082012355 ], [ -112.1921309107238, 39.357971969099601 ], [ -112.19204408895213, 39.357643978347177 ], [ -112.19199200506299, 39.357311126465405 ], [ -112.19195855334624, 39.357050167026642 ], [ -112.19192548467855, 39.356811729686669 ], [ -112.19181476772508, 39.356443436559772 ], [ -112.19169535611836, 39.356246430299421 ], [ -112.19159327514686, 39.356044741232083 ], [ -112.1914783661048, 39.355771100056948 ], [ -112.19138697251783, 39.355515238837356 ], [ -112.19134787500559, 39.35526334735318 ], [ -112.19141733385948, 39.354911229816146 ], [ -112.19155886534236, 39.354702540985166 ], [ -112.19171138777904, 39.35445769773635 ], [ -112.19186375607903, 39.354203845440061 ], [ -112.19197612178918, 39.353986444387637 ], [ -112.19206466648222, 39.353733245556796 ], [ -112.19213457976147, 39.353408154141434 ], [ -112.19220968183872, 39.353046967817548 ], [ -112.19226799007006, 39.3527219951864 ], [ -112.19230973447102, 39.352446749556698 ], [ -112.19236277596755, 39.352153367298619 ], [ -112.19237597006301, 39.351905445430468 ], [ -112.19238977665543, 39.351693558975519 ], [ -112.19239213275753, 39.351490800266284 ], [ -112.19240052033906, 39.351301495386508 ], [ -112.19239447130771, 39.350945645545394 ], [ -112.19231499081948, 39.350707683620904 ], [ -112.19226643338162, 39.350582035150062 ], [ -112.19209375612083, 39.350254923585787 ], [ -112.19196739271656, 39.350057988567919 ], [ -112.19168859271934, 39.34970042680753 ], [ -112.19148897804722, 39.349495230911394 ], [ -112.1911984136092, 39.349196356163226 ], [ -112.19093099474603, 39.348825160354451 ], [ -112.19079289464004, 39.34855175543462 ], [ -112.19067220019635, 39.348278172247035 ], [ -112.19058509258727, 39.347932161847417 ], [ -112.19058035303151, 39.34765288694387 ], [ -112.1905800390127, 39.347292472856324 ], [ -112.19066559947905, 39.346863601910954 ], [ -112.19077116247034, 39.346587703582323 ], [ -112.19085474255166, 39.346384113574842 ], [ -112.19105213146401, 39.346048707463893 ], [ -112.19143569581225, 39.34574293162256 ], [ -112.19166591198737, 39.345632449237314 ], [ -112.19209092217724, 39.345375804221256 ], [ -112.19227876665195, 39.345162134657336 ], [ -112.19243570520341, 39.34483705207434 ], [ -112.19251216042504, 39.344556044111187 ], [ -112.19251367430799, 39.344303736396625 ], [ -112.19244542108305, 39.344043133126213 ], [ -112.19228274266139, 39.343688887648206 ], [ -112.191941302804, 39.343399546014169 ], [ -112.19187588371454, 39.343305606430576 ], [ -112.19174496956167, 39.343113222704936 ], [ -112.19151505538615, 39.342899326373839 ], [ -112.19145047869782, 39.342854935326784 ], [ -112.19088318772982, 39.342590428622231 ], [ -112.19063161770525, 39.342467757550274 ], [ -112.19046069746376, 39.342310922332395 ], [ -112.19035887055287, 39.342122744660188 ], [ -112.19021697205233, 39.341966513261312 ], [ -112.19002448385201, 39.341837830324629 ], [ -112.18970762627238, 39.341696902873366 ], [ -112.1894793264446, 39.341577595552558 ], [ -112.18916767652679, 39.341332993297982 ], [ -112.18901334082624, 39.341127330037622 ], [ -112.18894037151189, 39.340929845779627 ], [ -112.18890510886399, 39.340560777836615 ], [ -112.18900412113702, 39.340240796581625 ], [ -112.18914958500672, 39.339923043734885 ], [ -112.18917736784866, 39.339850676291746 ], [ -112.18920232627896, 39.33961164447058 ], [ -112.18912256506543, 39.339355661778292 ], [ -112.18895167116136, 39.339199724983018 ], [ -112.18869994885532, 39.339067139651796 ], [ -112.18826312533281, 39.33869316177281 ], [ -112.18817109703507, 39.338329178244479 ], [ -112.18807538798028, 39.338158956826227 ], [ -112.18820239756614, 39.337779221350807 ], [ -112.18824411916479, 39.337570654019963 ], [ -112.18822919360392, 39.337305899209518 ], [ -112.18816172629276, 39.337090337234073 ], [ -112.18801885182185, 39.336875544988118 ], [ -112.18795062314832, 39.336614938390021 ], [ -112.18785934531743, 39.336363577443841 ], [ -112.18778539349235, 39.336107534360394 ], [ -112.18760246750404, 39.335925587932806 ], [ -112.18739043332069, 39.335737630870625 ], [ -112.18718223497579, 39.335433399444952 ], [ -112.18717888251503, 39.33523520368189 ], [ -112.18715034742624, 39.334920128894353 ], [ -112.18711745977139, 39.33469069778981 ], [ -112.18718958882738, 39.334496237288619 ], [ -112.18733147436772, 39.334310075566265 ], [ -112.18756563138905, 39.334091435588284 ], [ -112.18778902478566, 39.333922462489859 ], [ -112.18804653286973, 39.333712593680374 ], [ -112.18833410859783, 39.333565490484098 ], [ -112.1885404789503, 39.333419215894125 ], [ -112.18883255573515, 39.333195476638423 ], [ -112.18899763537404, 39.333009075956546 ], [ -112.18906586499757, 39.332927284799887 ], [ -112.18946173166707, 39.3326664417107 ], [ -112.18971617843056, 39.332618788692137 ], [ -112.19005716997978, 39.33254321884916 ], [ -112.19042739102342, 39.332480864725724 ], [ -112.19067573056213, 39.332415251170929 ], [ -112.19105083334802, 39.332298782397551 ], [ -112.19139792575635, 39.332172687655365 ], [ -112.19157551631989, 39.332108697444959 ], [ -112.19193350605221, 39.33200952090494 ], [ -112.19221070557244, 39.331935499108653 ], [ -112.19248750657165, 39.331838053555586 ], [ -112.19277567746364, 39.331726975140889 ], [ -112.19302805135152, 39.33155769500879 ], [ -112.19317114053761, 39.331443597482114 ], [ -112.19351989326169, 39.331142676589224 ], [ -112.19375486299597, 39.330973573359337 ], [ -112.19417047666347, 39.330852173816737 ], [ -112.19451061139839, 39.33072704225664 ], [ -112.19486661160367, 39.330511642277365 ], [ -112.19512370243029, 39.330279236001942 ], [ -112.19531157500627, 39.330070066199966 ], [ -112.1956194049761, 39.329751538391029 ], [ -112.19577943486614, 39.329542653848392 ], [ -112.1954649235005, 39.32953687430502 ], [ -112.19351018220216, 39.329547925454236 ], [ -112.18432622929272, 39.329488563376756 ], [ -112.17693545331451, 39.329468925174695 ], [ -112.16822166760927, 39.329426062530963 ], [ -112.16195682713624, 39.329439218347879 ], [ -112.15550592991971, 39.329426852715692 ], [ -112.14833040322195, 39.32944470836847 ], [ -112.14037196983318, 39.329477003414155 ], [ -112.13311519580958, 39.329493815725172 ], [ -112.12578264491307, 39.329488382175299 ], [ -112.11969195503188, 39.32951109341785 ], [ -112.11234771163922, 39.32950042041363 ], [ -112.10956585510087, 39.329666636588549 ], [ -112.10773272322739, 39.329666076774572 ], [ -112.10031919873975, 39.329677830232555 ], [ -112.0919832213574, 39.329684253775994 ], [ -112.08936726700774, 39.329704262296744 ], [ -112.08161114917583, 39.329695503516611 ], [ -112.0722366910254, 39.329696642520645 ], [ -112.07217430206362, 39.327890605310841 ], [ -112.07216266544857, 39.323709822923227 ], [ -112.07214923859429, 39.319335327341818 ], [ -112.07213343127484, 39.314956345217851 ], [ -112.06483185655259, 39.314982820500376 ], [ -112.05863685781986, 39.315007789596415 ], [ -112.0533026286075, 39.315038159023651 ], [ -112.05327773336707, 39.314538297914531 ], [ -112.04821465716432, 39.314547958972106 ], [ -112.04136520654619, 39.314555373545474 ], [ -112.02927814740063, 39.314536730826021 ], [ -112.01846099820665, 39.314501223356501 ], [ -112.01579296969376, 39.314492999292234 ], [ -112.0156781225145, 39.30935796459125 ], [ -112.01561037962641, 39.307078874703457 ], [ -112.01584540775478, 39.301674967944344 ], [ -112.01616418362336, 39.295247620226824 ], [ -112.01626320239166, 39.292872458189407 ], [ -112.01618328962729, 39.290151948078311 ], [ -112.01602309210232, 39.285485841427928 ], [ -112.01603367963672, 39.281403932016453 ], [ -112.01603969890574, 39.278610581474616 ], [ -112.01608109507887, 39.26903640669687 ], [ -112.0160854890763, 39.258583999183173 ], [ -112.01608432128336, 39.249992328480161 ], [ -112.01607772248943, 39.227447612670446 ], [ -112.01614163636333, 39.198130613400586 ], [ -112.01571465634117, 39.185366073564573 ], [ -112.01543145050094, 39.175339534181234 ], [ -112.01516972760874, 39.166799573563395 ], [ -112.01487931416472, 39.153840039790097 ], [ -112.01478065839632, 39.14858307786082 ], [ -112.01461820618732, 39.14049275519401 ], [ -112.01448621862328, 39.132505780966561 ], [ -112.01443618612961, 39.124986647976691 ], [ -112.01434319814032, 39.113259795023787 ], [ -112.01429777668744, 39.108074420659001 ], [ -112.01417428252468, 39.090981796995209 ], [ -112.01415083741225, 39.078848779750707 ], [ -112.01413869813709, 39.069198158649407 ], [ -112.01415324304449, 39.060844869640277 ], [ -112.01414858800607, 39.053248658395695 ], [ -112.01415472853989, 39.045517178779029 ], [ -112.01398714810161, 39.032258946292174 ], [ -112.01407317941188, 39.027365216825778 ], [ -112.01413413588951, 39.024355005647735 ], [ -112.01905474722628, 39.0243166261345 ], [ -112.0189252037936, 39.015775303739815 ], [ -112.018749214606, 39.003026214177304 ], [ -112.01878338432513, 39.002187887786079 ], [ -112.01886828069496, 38.999974932130996 ], [ -112.01881825294409, 38.998177662753342 ], [ -112.0189003117644, 38.995847586575678 ], [ -112.0212039843632, 38.995845467189064 ], [ -112.028835570366, 38.995760395448833 ], [ -112.03671549413646, 38.995681629018229 ], [ -112.04325036792829, 38.995618871125743 ], [ -112.05335293139517, 38.995528095647749 ], [ -112.05652808032484, 38.995503890507983 ], [ -112.05651349963962, 38.993746869141752 ], [ -112.05648232170999, 38.990485152502295 ], [ -112.0564846067367, 38.988308963005977 ], [ -112.05874828215737, 38.988351520674193 ], [ -112.06272143124471, 38.988437047933857 ], [ -112.06583438082529, 38.988521290053448 ], [ -112.06580198038407, 38.985975964847675 ], [ -112.06553950041352, 38.970776700866857 ], [ -112.06534739458813, 38.961420447981446 ], [ -112.06529911759232, 38.959352843796317 ], [ -112.07129195487592, 38.959158311290224 ], [ -112.07405478039, 38.95906983812533 ], [ -112.08530801131825, 38.958717919235063 ], [ -112.09635346261742, 38.958371373149973 ], [ -112.10644121569658, 38.958046382491965 ], [ -112.10931925877316, 38.95795147659873 ], [ -112.11506961769206, 38.957766012172392 ], [ -112.1221409097884, 38.957549548018441 ], [ -112.12580784856939, 38.957425020512957 ], [ -112.12950625672228, 38.957320798644488 ], [ -112.13397613748776, 38.957178328014827 ], [ -112.13392328227411, 38.948068663335363 ], [ -112.13387532039779, 38.939625756983297 ], [ -112.13384378297738, 38.935399867230899 ], [ -112.14250873731987, 38.935491085884799 ], [ -112.15091515359813, 38.935575199524102 ], [ -112.15090316990968, 38.925482910109366 ], [ -112.150836603572, 38.910723390030746 ], [ -112.15082791527597, 38.906614409191413 ], [ -112.16209235351714, 38.906777660137998 ], [ -112.16920368252079, 38.906859842665575 ], [ -112.16933874449938, 38.899627077159707 ], [ -112.16951275766507, 38.889145402455284 ], [ -112.16966451608232, 38.879064928444144 ], [ -112.17883623134678, 38.879121376155538 ], [ -112.18817522518378, 38.879184412130691 ], [ -112.18828956776078, 38.874975049959673 ], [ -112.18832060457672, 38.874416043715343 ], [ -112.18842516309113, 38.872734402559324 ], [ -112.18845469771331, 38.866547952460493 ], [ -112.18845911654408, 38.864736666603896 ], [ -112.19742631393723, 38.864735172632358 ], [ -112.20733853435306, 38.864727728677856 ], [ -112.22091633520149, 38.864739748406841 ], [ -112.22493318567564, 38.86474273780501 ], [ -112.22489670979378, 38.853884706235547 ], [ -112.22487022193125, 38.845621762949271 ], [ -112.22482481962686, 38.837597802639856 ], [ -112.22836177114296, 38.837587692022964 ], [ -112.22836508773432, 38.83074367602385 ], [ -112.22837279944177, 38.822813758627049 ], [ -112.22836612430348, 38.813374606843013 ], [ -112.22832427966685, 38.801818175194093 ], [ -112.22837512660936, 38.791432207112742 ], [ -112.22838559159851, 38.781307972060361 ], [ -112.22837726454939, 38.774112576462372 ], [ -112.22836408612476, 38.765290689651813 ], [ -112.22835863667386, 38.76396609034046 ], [ -112.22016363917008, 38.763961827771666 ], [ -112.21912771745907, 38.763959122167208 ], [ -112.21907674938875, 38.754876279759053 ], [ -112.21904943081859, 38.75090258428569 ], [ -112.21904438554193, 38.749929416818446 ], [ -112.21903964599801, 38.749041853348956 ], [ -112.21798223283191, 38.749048371780752 ], [ -112.21810015045365, 38.748200080657824 ], [ -112.21819997618195, 38.746964491872205 ], [ -112.21883691242701, 38.739419892439955 ], [ -112.21920871426236, 38.735572688556701 ], [ -112.21913335360973, 38.734523655824169 ], [ -112.21875794108078, 38.727665446012971 ], [ -112.22418489114098, 38.727496097420151 ], [ -112.23285981528338, 38.727220196491103 ], [ -112.23664854485422, 38.727117097759908 ], [ -112.23664661426412, 38.726004220247312 ], [ -112.23664825271034, 38.725431984058673 ], [ -112.23665074939032, 38.724575882093418 ], [ -112.23661644802877, 38.720917647019583 ], [ -112.23659789103841, 38.719840989565782 ], [ -112.24142350848548, 38.719789844773196 ], [ -112.24147885418186, 38.718401512717037 ], [ -112.24149382638903, 38.717937270321833 ], [ -112.24161249098309, 38.713826842985938 ], [ -112.24164793129079, 38.712551362648227 ], [ -112.24458585484484, 38.712511111952864 ], [ -112.25077146010943, 38.712386524478049 ], [ -112.25331702056883, 38.712337635573235 ], [ -112.25551411756851, 38.71229063171117 ], [ -112.25554734047803, 38.710902530538164 ], [ -112.2555845622264, 38.707770693464262 ], [ -112.25561446844522, 38.705535561360605 ], [ -112.25561698391611, 38.705021888171352 ], [ -112.25726183916822, 38.70504025705231 ], [ -112.26274744121031, 38.705039712272431 ], [ -112.26845189648157, 38.705059064120242 ], [ -112.27400663323954, 38.705066252068619 ], [ -112.27402767411003, 38.703335848600105 ], [ -112.27405669514204, 38.701407108474285 ], [ -112.27953138326589, 38.701455458775605 ], [ -112.2832577441947, 38.701482203773651 ], [ -112.2832698842718, 38.699909594856798 ], [ -112.28331948283964, 38.691424883991679 ], [ -112.28338931933253, 38.686968010511819 ], [ -112.28685604559428, 38.68698397783384 ], [ -112.28793690292756, 38.686990100426911 ], [ -112.29109309966182, 38.687000350633582 ], [ -112.29108467584078, 38.685572146738572 ], [ -112.29107900661636, 38.684617007431783 ], [ -112.29107406580516, 38.683382508361511 ], [ -112.29719220633126, 38.683422933846145 ], [ -112.30353202330106, 38.683451556752331 ], [ -112.30986132631429, 38.683470942190347 ], [ -112.30983758258205, 38.680907485297595 ], [ -112.30980497216333, 38.677226721140954 ], [ -112.3097822285776, 38.676294302591266 ], [ -112.31080356594794, 38.676260330358353 ], [ -112.31217199712628, 38.676222455024146 ], [ -112.31453910274615, 38.676168836052263 ], [ -112.3174232309843, 38.676100334307925 ], [ -112.31902594838751, 38.676050727788763 ], [ -112.32215948740811, 38.67610545432423 ], [ -112.32642133707012, 38.676192360718282 ], [ -112.33078341445554, 38.676228408829786 ], [ -112.33585896235128, 38.676242628984014 ], [ -112.34157220362951, 38.676240303286022 ], [ -112.34653178039574, 38.676200421393482 ], [ -112.35206560651852, 38.676438448109081 ], [ -112.35651870435333, 38.676667127209761 ], [ -112.35644299867485, 38.679659755775901 ], [ -112.35639566088332, 38.683850555257905 ], [ -112.36156048742339, 38.683997789342108 ], [ -112.36374494939133, 38.684062445709344 ], [ -112.36589139749289, 38.684122999631725 ], [ -112.36788495781228, 38.684063650464751 ], [ -112.36888346048613, 38.684033942972178 ], [ -112.37440750422456, 38.683906065060405 ], [ -112.37576240484069, 38.683876614829252 ], [ -112.38162310460542, 38.683739928961622 ], [ -112.38422583600978, 38.683674002973959 ], [ -112.38939586780661, 38.682899895258828 ], [ -112.39785016997124, 38.681645693798551 ], [ -112.40111734177125, 38.681169545457635 ], [ -112.40740278912469, 38.681309431604618 ], [ -112.41584492545775, 38.681505789098878 ], [ -112.41992683392206, 38.681600472786528 ], [ -112.43073620126239, 38.681396622861477 ], [ -112.4477928735989, 38.681209206819076 ], [ -112.44783385123284, 38.676739135626036 ], [ -112.44786401535642, 38.673900227014919 ], [ -112.45672081842544, 38.67389386011665 ], [ -112.46660112969391, 38.673910034724187 ], [ -112.46660877648894, 38.668088695682528 ], [ -112.46663296312151, 38.662514051351856 ], [ -112.46664328183306, 38.659076138848356 ], [ -112.47176908928425, 38.659080230521809 ], [ -112.47550990404433, 38.659078150275164 ], [ -112.47543193939585, 38.656902923500219 ], [ -112.47529879542449, 38.652709876548656 ], [ -112.47503698214075, 38.644706694808399 ], [ -112.47985037222573, 38.644654904780182 ], [ -112.48427929569974, 38.644625818639753 ], [ -112.48436327622395, 38.638393481202392 ], [ -112.48440272500375, 38.633900874167445 ], [ -112.48443641218803, 38.63052122708924 ], [ -112.48450471486028, 38.624920764196901 ], [ -112.48461227816084, 38.615096214128265 ], [ -112.48458172722611, 38.606927874122583 ], [ -112.48453398414647, 38.600431337507992 ], [ -112.49384613631877, 38.600393916139872 ], [ -112.50076925358201, 38.600332353586211 ], [ -112.50165350795602, 38.600334525030298 ], [ -112.50249174759155, 38.600332775054056 ], [ -112.50304298308939, 38.600334706340362 ], [ -112.50304999626377, 38.59929471432693 ], [ -112.50305659630529, 38.598234902624213 ], [ -112.50302616686444, 38.593472828064542 ], [ -112.50296540534025, 38.587530659319796 ], [ -112.50292703908676, 38.58211085305657 ], [ -112.50291192641581, 38.576704260386634 ], [ -112.5028486746421, 38.571190145351871 ], [ -112.50393922424409, 38.571194158479855 ], [ -112.50593078889274, 38.571195581987027 ], [ -112.50895533501448, 38.571192668367793 ], [ -112.5122092932595, 38.571182206718547 ], [ -112.51285544077199, 38.571615410005592 ], [ -112.51539395173077, 38.572845051110107 ], [ -112.52057823767302, 38.572866115471385 ], [ -112.53252687592838, 38.57288146680402 ], [ -112.54995887651859, 38.572894290297086 ], [ -112.56589621514389, 38.572849731272072 ], [ -112.57612247410668, 38.572789044413227 ], [ -112.57919260790939, 38.572769281875267 ], [ -112.59645051383519, 38.572752293303289 ], [ -112.60705630472032, 38.572727878532831 ], [ -112.61786852600414, 38.572696043720313 ], [ -112.62578121532137, 38.572613415769403 ], [ -112.65578284032095, 38.572458592390269 ], [ -112.67419260107359, 38.57237688213511 ], [ -112.69634996788103, 38.572292976034362 ], [ -112.71937474858143, 38.572294856622761 ], [ -112.75079628840162, 38.572688616279336 ], [ -112.76589436357631, 38.572611332257217 ], [ -112.79076333415162, 38.572647001722828 ], [ -112.80597232350263, 38.572649350964319 ], [ -112.81480497674457, 38.572649665593211 ], [ -112.83754807228142, 38.572641652704164 ], [ -112.84034985581087, 38.572638170538539 ], [ -112.87577204149413, 38.572593831937219 ], [ -112.89512246070798, 38.572561373457255 ], [ -112.91423281815229, 38.572525134074866 ], [ -112.93391716444044, 38.57249430705459 ], [ -112.95526015128374, 38.572467603098296 ], [ -112.97508698624674, 38.57240583629936 ], [ -113.0007721792818, 38.572717348790441 ], [ -113.00540949715405, 38.572722661997766 ], [ -113.01335182879518, 38.572703406747799 ], [ -113.02663715072565, 38.572682197630144 ], [ -113.04539136768638, 38.572647803167996 ], [ -113.06778919263522, 38.572632566144406 ], [ -113.0750673539446, 38.572630764778964 ], [ -113.08908294051102, 38.572623744455754 ], [ -113.10679738811338, 38.572640406860444 ], [ -113.12580478208476, 38.572598461132095 ], [ -113.13825213471183, 38.572583390635188 ], [ -113.15259914934219, 38.572571705735044 ], [ -113.16630959902265, 38.572576354896896 ], [ -113.18209202583795, 38.572589426956029 ], [ -113.19782342198155, 38.572623852181081 ], [ -113.21405932204381, 38.572642107745217 ], [ -113.2320107018098, 38.572647017363366 ], [ -113.25080092197443, 38.572684393376072 ], [ -113.27317514333572, 38.572634748381965 ], [ -113.28709164040033, 38.572629330011303 ], [ -113.30332708929488, 38.572639694157672 ], [ -113.31870186793283, 38.572655852817029 ], [ -113.33529440928925, 38.57267271686414 ], [ -113.35600403830279, 38.57265844544262 ], [ -113.37583751204087, 38.572703350542476 ], [ -113.38594434433296, 38.572695885066203 ], [ -113.40492817658142, 38.572699114179287 ], [ -113.42313660233816, 38.572683785867497 ], [ -113.44481675892008, 38.572665196973588 ], [ -113.4663895804576, 38.572698907659664 ], [ -113.4821714920848, 38.572716499661297 ], [ -113.5008661753934, 38.572664318297356 ], [ -113.6258479132932, 38.572548346153646 ], [ -113.75083492049504, 38.574158066661333 ], [ -113.75457003688574, 38.574141337883361 ], [ -113.76964279647501, 38.574083609598937 ], [ -113.79071157278098, 38.574010761094151 ], [ -113.81225053326074, 38.57393181496608 ], [ -113.83221608271693, 38.573828444142571 ], [ -113.84328386541608, 38.573789649026409 ], [ -113.85434583812501, 38.573749946205474 ], [ -113.87581978112314, 38.57363382798637 ], [ -113.90011690272428, 38.573520366538268 ], [ -113.91926385427968, 38.573480062022789 ], [ -113.93834164852905, 38.573434749695018 ], [ -113.94803736355466, 38.573388952308953 ], [ -113.95773856191239, 38.573337706038075 ], [ -113.97650542239255, 38.573271494376385 ], [ -114.00080925639966, 38.573199962479237 ], [ -114.01230095452392, 38.573157683794264 ], [ -114.02460091036684, 38.573096975456153 ], [ -114.03785929809976, 38.573041609402068 ], [ -114.0497176904868, 38.572989722959996 ], [ -114.04999873574135, 38.572986897939302 ], [ -114.04998571335216, 38.575390879154753 ], [ -114.04996996252362, 38.588981581455151 ], [ -114.04993960812907, 38.606424039997819 ], [ -114.04993293409852, 38.624960448670784 ], [ -114.04992422846196, 38.636942763672764 ], [ -114.04988792725196, 38.651520392586399 ], [ -114.04981775063261, 38.669625921944792 ], [ -114.04981639855421, 38.669864696947847 ], [ -114.04978829771166, 38.690847470884073 ], [ -114.0497782323723, 38.709811703960526 ], [ -114.04977680060378, 38.716131553459299 ], [ -114.04975663378031, 38.733767167711299 ], [ -114.04970894420077, 38.749939507177608 ], [ -114.04969051103008, 38.756665172324595 ], [ -114.04968156999948, 38.765503180750258 ], [ -114.04967309659213, 38.769760125084076 ], [ -114.04963576284048, 38.783059178735321 ], [ -114.04964885578154, 38.795512759004829 ], [ -114.04961741942152, 38.809887278325185 ], [ -114.04960023513969, 38.825157783014419 ], [ -114.04961645693247, 38.832792376250545 ], [ -114.04964601050337, 38.844539156039154 ], [ -114.0496376936926, 38.859304869055521 ], [ -114.04962048070453, 38.87493563444113 ], [ -114.04956252271241, 38.895130391612248 ], [ -114.04945689167417, 38.920799173850476 ], [ -114.04929359834806, 38.946455870600616 ], [ -114.04924284521208, 38.968565516465709 ], [ -114.04910777302223, 38.999936435438521 ], [ -114.04908662260425, 39.016103050425919 ], [ -114.04889085531345, 39.03276967726886 ], [ -114.04894642365579, 39.050708919451331 ], [ -114.0489208836394, 39.072258189532128 ], [ -114.04888836192715, 39.085186372564166 ], [ -114.04886481102842, 39.092150623346306 ], [ -114.04875170429477, 39.107495179167351 ], [ -114.04867549264095, 39.124897192946165 ], [ -114.04869314958383, 39.138170807509148 ], [ -114.04865757842103, 39.154896053722531 ], [ -114.04860935158879, 39.173598960519612 ], [ -114.04856456235756, 39.19103604457117 ], [ -114.04854479275291, 39.203693451908286 ], [ -114.04851635087604, 39.218688756875729 ], [ -114.04853615413221, 39.235461933505924 ], [ -114.04849787320133, 39.249952966992687 ], [ -114.0485294288038, 39.260838788982781 ], [ -114.04848715887285, 39.272023807210253 ], [ -114.04844571695551, 39.283893424301027 ], [ -114.04845033307973, 39.296153680445421 ], [ -114.048422043473, 39.313527011169491 ], [ -114.04838830243084, 39.329968087108185 ], [ -114.04839504592024, 39.341998506062339 ], [ -114.04831023308361, 39.357922887046541 ], [ -114.0481395246692, 39.374935886078269 ], [ -114.04820403414733, 39.378950979155633 ], [ -114.04816305955937, 39.390140305691332 ], [ -114.04810556972981, 39.404545989579773 ], [ -114.04799969867069, 39.423299380196042 ], [ -114.04793412086499, 39.445366684631281 ], [ -114.04793489008401, 39.461491303394716 ], [ -114.04791611268253, 39.472905138313095 ], [ -114.04788953291525, 39.47801796283116 ], [ -114.04785943532754, 39.48304980314149 ], [ -114.04782995233799, 39.499932724152906 ], [ -114.04772545991234, 39.519482176208427 ], [ -114.04766414056552, 39.539080893826025 ], [ -114.04765654445521, 39.542760894288769 ], [ -114.03521325341086, 39.542762500896011 ], [ -114.02413254000024, 39.54279485645106 ], [ -114.01093716880166, 39.542894511667832 ], [ -114.00298063723721, 39.542933881358358 ], [ -114.00082845135211, 39.542939969745937 ], [ -113.98165408072445, 39.543046505329315 ], [ -113.96353729026436, 39.543182339286247 ], [ -113.94408531426271, 39.543360907891625 ], [ -113.91756369764789, 39.543512247080521 ], [ -113.89683193919123, 39.543589813987211 ], [ -113.87784215279308, 39.543674570167745 ], [ -113.8725961195217, 39.543709858449525 ], [ -113.85970825606272, 39.54380721043546 ], [ -113.83927467312822, 39.54404370425403 ], [ -113.82111242676736, 39.544201628967741 ], [ -113.81585600407776, 39.544270635698609 ], [ -113.81586634345815, 39.54582073612292 ], [ -113.81584659538395, 39.550941605306782 ], [ -113.81586965218227, 39.552805789971032 ], [ -113.80796230065808, 39.552803565264682 ], [ -113.79691364160485, 39.552817941052396 ], [ -113.78591723206183, 39.552830010247 ], [ -113.7745707253105, 39.552817870964148 ], [ -113.76273693773699, 39.55284323897606 ], [ -113.75083711493903, 39.552670775604874 ], [ -113.71010501575333, 39.55275456129057 ], [ -113.67257486910881, 39.552741391160801 ], [ -113.63420911385468, 39.552793581845989 ], [ -113.62521922714706, 39.552789924666556 ], [ -113.59735933059109, 39.552781168675509 ], [ -113.56796221108401, 39.55274566201016 ], [ -113.53948613146174, 39.552759143339436 ], [ -113.51393403177367, 39.552697880070276 ], [ -113.5008803377106, 39.552632827357186 ], [ -113.48895391297819, 39.552524137853283 ], [ -113.47542431508035, 39.552493442374562 ], [ -113.46225704819928, 39.552507541818059 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 16, \"properties\": { \"NAME\": \"MORGAN COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2437, \"Color4\": \"1\", \"Shape_Leng\": 272291.022753, \"Shape_Area\": 1581022585.9400001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.38382771783907, 41.373941232770441 ], [ -111.38358943691374, 41.373887981525797 ], [ -111.38334966972269, 41.373785192791445 ], [ -111.38306180741033, 41.373637525526277 ], [ -111.38279780935021, 41.373480770528261 ], [ -111.38235412833892, 41.373270566304754 ], [ -111.38196431297709, 41.373069189210497 ], [ -111.38162706154756, 41.372858628854608 ], [ -111.38153227941416, 41.372804897366741 ], [ -111.38132807701916, 41.372647940703651 ], [ -111.38112382303242, 41.372481976214793 ], [ -111.3809794898043, 41.372338332071585 ], [ -111.3808109267428, 41.372140722148607 ], [ -111.38066664746955, 41.37200608505438 ], [ -111.38051056866894, 41.371898509681849 ], [ -111.38019883216568, 41.371755417945622 ], [ -111.37958142054126, 41.371482723378207 ], [ -111.37911942975666, 41.371204108981871 ], [ -111.37859160923387, 41.370913999380861 ], [ -111.37822001641715, 41.37075758770532 ], [ -111.37785372950785, 41.370691233725701 ], [ -111.37728047167673, 41.370606641280652 ], [ -111.37677767009689, 41.370505601580525 ], [ -111.3764127894471, 41.370475268935728 ], [ -111.37620943688454, 41.370462422454452 ], [ -111.37607164223559, 41.370413330861219 ], [ -111.37575407340579, 41.370292765173517 ], [ -111.3754499694745, 41.370226200476928 ], [ -111.37529886758021, 41.37015012846966 ], [ -111.37509486434188, 41.370023785955787 ], [ -111.37485635137048, 41.369926379921438 ], [ -111.37472906193383, 41.369832214324127 ], [ -111.37457910584229, 41.369747129999674 ], [ -111.37440541650598, 41.36969364941568 ], [ -111.37425595155193, 41.3696941355959 ], [ -111.37407155274525, 41.369649696969859 ], [ -111.37393204992378, 41.369510532011454 ], [ -111.37387624766329, 41.369371094979826 ], [ -111.37385977519983, 41.369209011065607 ], [ -111.37382768127772, 41.369033466437521 ], [ -111.3737667359696, 41.368830992597694 ], [ -111.37374202288831, 41.368691454505218 ], [ -111.37374730548267, 41.368569834262615 ], [ -111.37371602130358, 41.368326729680106 ], [ -111.37363796618172, 41.368268433495601 ], [ -111.37348229420498, 41.3682284044556 ], [ -111.37330304323889, 41.368247001332463 ], [ -111.37305805474445, 41.368270314870273 ], [ -111.37285476109233, 41.368266469894493 ], [ -111.37269347094839, 41.368289511446626 ], [ -111.37255009041614, 41.36830799097676 ], [ -111.37240635025704, 41.368263418034964 ], [ -111.37223235859517, 41.368155889308632 ], [ -111.37202247115606, 41.368043972544783 ], [ -111.37163269308589, 41.367838056269427 ], [ -111.37136905313091, 41.367735319515575 ], [ -111.37110520927094, 41.367596552260807 ], [ -111.37084128981074, 41.367444273182919 ], [ -111.37068493130936, 41.367282639442855 ], [ -111.37053488923011, 41.367180435563533 ], [ -111.37038445428585, 41.367008873930871 ], [ -111.37023410183181, 41.366851724053134 ], [ -111.37010786758296, 41.366730526968787 ], [ -111.36992767587856, 41.366582480282702 ], [ -111.36965150077327, 41.366376191997652 ], [ -111.36947173910409, 41.366303807383709 ], [ -111.36911785416417, 41.366098668033096 ], [ -111.36896145227253, 41.365928024404738 ], [ -111.36884135302104, 41.365833829161367 ], [ -111.36860184181754, 41.365767039248787 ], [ -111.36845233493749, 41.365758510376011 ], [ -111.3681887337389, 41.365660269982925 ], [ -111.36797845524367, 41.365476285898488 ], [ -111.36786980732806, 41.365291976595508 ], [ -111.36777832871387, 41.364971596914486 ], [ -111.3677165997249, 41.364625900687635 ], [ -111.36760709217013, 41.364288463914647 ], [ -111.36755761996469, 41.363995873507925 ], [ -111.36751392354428, 41.363667234041621 ], [ -111.36749500117456, 41.363491645395854 ], [ -111.36744458763881, 41.363031515699149 ], [ -111.36738876429236, 41.36267228885125 ], [ -111.36726722995282, 41.362321378559031 ], [ -111.36727216966599, 41.362136706033596 ], [ -111.36725286860876, 41.361893561153678 ], [ -111.36713794714557, 41.361655225170892 ], [ -111.36693454786472, 41.361628850929726 ], [ -111.36664771145402, 41.361647780423269 ], [ -111.36636682748139, 41.36166218642866 ], [ -111.3661397896476, 41.361684527331931 ], [ -111.36589625074491, 41.361749256196887 ], [ -111.3656500126405, 41.361759046470787 ], [ -111.36508844450528, 41.361823882883947 ], [ -111.36470598060991, 41.361846713924706 ], [ -111.36436532146467, 41.361862205225876 ], [ -111.36407258065319, 41.361894658467307 ], [ -111.36378524557992, 41.361824406690502 ], [ -111.36354487945657, 41.361815257837826 ], [ -111.36322914698526, 41.361798239497588 ], [ -111.36294781112444, 41.361731569751711 ], [ -111.36263646146698, 41.36164247477538 ], [ -111.36207449182116, 41.361635236561938 ], [ -111.36159648667363, 41.361677273882165 ], [ -111.36123181150745, 41.361673915302653 ], [ -111.36090935472687, 41.361737980539552 ], [ -111.36035866632143, 41.361825278877681 ], [ -111.3601151409417, 41.36189359852952 ], [ -111.35985846366908, 41.361961958791582 ], [ -111.35945248688738, 41.362057807845851 ], [ -111.35889703620282, 41.36214961788761 ], [ -111.35782234310005, 41.362396170888474 ], [ -111.35757881290539, 41.362464485185669 ], [ -111.35714754981402, 41.362528877904523 ], [ -111.3565563223698, 41.362638802966487 ], [ -111.35614971765352, 41.362621145952026 ], [ -111.35570144889992, 41.362636944581055 ], [ -111.35518136595542, 41.36263855089053 ], [ -111.35435674876629, 41.362704146490614 ], [ -111.35389671333783, 41.362755104147368 ], [ -111.35356221479095, 41.362805674354767 ], [ -111.35326911831997, 41.362774146911271 ], [ -111.35292818371782, 41.362740063142887 ], [ -111.35261110787027, 41.362695996851066 ], [ -111.352204460056, 41.362670219145315 ], [ -111.35176814099678, 41.362685065117276 ], [ -111.35129592966713, 41.362695515179254 ], [ -111.35077001798254, 41.362725043054716 ], [ -111.35071623554438, 41.362728810028827 ], [ -111.35029172676037, 41.362716591466288 ], [ -111.34992670834845, 41.362650144573671 ], [ -111.34939397042633, 41.362521152302271 ], [ -111.34901061106704, 41.362378193166066 ], [ -111.34868046019636, 41.362347667162716 ], [ -111.34833493510055, 41.362348713519509 ], [ -111.34791021328513, 41.362295952392017 ], [ -111.34751473489283, 41.362121498126264 ], [ -111.34699924590417, 41.361861831737805 ], [ -111.34681299848108, 41.361686743980954 ], [ -111.346603007864, 41.361543254204477 ], [ -111.34638701643, 41.361395278276852 ], [ -111.34624206782351, 41.361116477279097 ], [ -111.34621693914676, 41.360886857766452 ], [ -111.34628578224631, 41.360566878997631 ], [ -111.34638118947336, 41.360296362309903 ], [ -111.34649293225138, 41.359950132064313 ], [ -111.34661747994218, 41.359764199356505 ], [ -111.34668151337175, 41.359664922292026 ], [ -111.34667599031086, 41.359525320298744 ], [ -111.34662125918888, 41.359349835905135 ], [ -111.34638734680719, 41.359202814655028 ], [ -111.34614756760487, 41.359076528176253 ], [ -111.34559000269881, 41.358767439755624 ], [ -111.34538057180941, 41.358727534019053 ], [ -111.34493720588114, 41.35853519915598 ], [ -111.34463770834127, 41.358418996907481 ], [ -111.34431453892347, 41.358347902980107 ], [ -111.34396141120222, 41.358263386201507 ], [ -111.3436742271317, 41.358214702056308 ], [ -111.34326120702788, 41.358107842823244 ], [ -111.34294975930831, 41.357991671811682 ], [ -111.34271609155294, 41.357888779842469 ], [ -111.34235042328186, 41.357691699741203 ], [ -111.34202090515868, 41.357548556985648 ], [ -111.34176340112782, 41.357459245393841 ], [ -111.34155960104127, 41.357351758534662 ], [ -111.34136128493903, 41.357149674636801 ], [ -111.34124691317052, 41.356996883633407 ], [ -111.34110862746044, 41.35684326262804 ], [ -111.34101256992903, 41.356763379134961 ], [ -111.34093448722375, 41.356691549205649 ], [ -111.3407663205146, 41.356538917061883 ], [ -111.34067567295145, 41.356350024585957 ], [ -111.34058511982488, 41.356179147071892 ], [ -111.34045783463816, 41.355841736438713 ], [ -111.34023467910188, 41.355459570804243 ], [ -111.34007272423959, 41.355351056784954 ], [ -111.33980337529903, 41.35528069185218 ], [ -111.33963584697308, 41.355249659556989 ], [ -111.33943866629896, 41.3552637527849 ], [ -111.33923002198115, 41.355372459908288 ], [ -111.33904540310265, 41.355503615027935 ], [ -111.33874754102723, 41.355698156851133 ], [ -111.33858061892833, 41.355784220826514 ], [ -111.33822830507833, 41.355852814235639 ], [ -111.33787585073972, 41.355894383997153 ], [ -111.33739789457896, 41.355940824510185 ], [ -111.33700359764771, 41.355982514262415 ], [ -111.33679473801796, 41.356050683121701 ], [ -111.33647233091739, 41.35612368746046 ], [ -111.33627542041489, 41.356190919674766 ], [ -111.33617397168122, 41.356223643633555 ], [ -111.33594669190632, 41.356197284325653 ], [ -111.33567780200313, 41.356216084243513 ], [ -111.33524747614604, 41.356226346250118 ], [ -111.33485933812852, 41.356304041356019 ], [ -111.33429206135767, 41.356418286277851 ], [ -111.33409533654886, 41.35652244562764 ], [ -111.33380922581257, 41.356680909898166 ], [ -111.33349931884095, 41.356861961562664 ], [ -111.33317858180664, 41.357029532253499 ], [ -111.33298084151234, 41.357169723266352 ], [ -111.33285575042113, 41.357255657887649 ], [ -111.33255202189933, 41.357477223581867 ], [ -111.3323802133865, 41.357545277350866 ], [ -111.33221171621105, 41.357559275353381 ], [ -111.33201418357, 41.357505799438762 ], [ -111.33185837940272, 41.357429683717918 ], [ -111.3312878217788, 41.356899875651941 ], [ -111.33110169900213, 41.356738273399273 ], [ -111.33088514260301, 41.356468666420504 ], [ -111.33070458912073, 41.356225978552636 ], [ -111.33056044808144, 41.356091277742529 ], [ -111.3303439871555, 41.355839684760092 ], [ -111.33019950629865, 41.355637427000033 ], [ -111.33000763997012, 41.355520877726093 ], [ -111.32985184287122, 41.355444759236185 ], [ -111.32960652271552, 41.355395919947782 ], [ -111.32934338903027, 41.355370551035939 ], [ -111.32914597423665, 41.355338688222723 ], [ -111.32888247370103, 41.35524035723946 ], [ -111.32870836149797, 41.355087724400185 ], [ -111.32831802712539, 41.354728532074986 ], [ -111.32803551321518, 41.354414069447799 ], [ -111.32784308939293, 41.354184922320243 ], [ -111.32760986397801, 41.353924364187677 ], [ -111.32742829226639, 41.353713200782614 ], [ -111.32723578242702, 41.353466037521898 ], [ -111.32710911256069, 41.353236702144166 ], [ -111.32708969324565, 41.352939504355099 ], [ -111.32707653973915, 41.352699937807614 ], [ -111.32717741033417, 41.352551925356828 ], [ -111.32717632792884, 41.352335744423044 ], [ -111.32718733487911, 41.352146552115528 ], [ -111.32725166116474, 41.351862627687467 ], [ -111.32735218714555, 41.35164615776425 ], [ -111.32733292516491, 41.351380486327862 ], [ -111.32732532393366, 41.351056231862074 ], [ -111.32737776247099, 41.350785852625044 ], [ -111.32739918853201, 41.350529073083521 ], [ -111.3274290271542, 41.350281277263782 ], [ -111.32752323924905, 41.349998168332661 ], [ -111.32760018841881, 41.349848421985293 ], [ -111.32770553518283, 41.349402242332069 ], [ -111.32769750331398, 41.348992416119181 ], [ -111.32762327634632, 41.348492701598751 ], [ -111.327580851462, 41.348137019255518 ], [ -111.32759525747764, 41.347910885633787 ], [ -111.3275171856841, 41.347597640761805 ], [ -111.32732430570762, 41.347273012418754 ], [ -111.3272153067621, 41.346989580589309 ], [ -111.32718359776719, 41.346624859861031 ], [ -111.32718589441075, 41.346128530350498 ], [ -111.32720258857992, 41.345642969079641 ], [ -111.32710022296592, 41.345490129532344 ], [ -111.32685498728866, 41.345450291698938 ], [ -111.32651437688337, 41.345460266188852 ], [ -111.32623939450669, 41.345447534464924 ], [ -111.32597041110387, 41.345439288932454 ], [ -111.32565271891008, 41.345251027034863 ], [ -111.32547313556879, 41.345192985114601 ], [ -111.32527539926443, 41.345089955824868 ], [ -111.32511952056853, 41.344991311798154 ], [ -111.3248500467233, 41.344883980559686 ], [ -111.32459239226483, 41.344749592315821 ], [ -111.32443649305367, 41.344646443574668 ], [ -111.32430470076399, 41.344583761253695 ], [ -111.32419097173627, 41.344548050941476 ], [ -111.3239816216104, 41.344512609726785 ], [ -111.32353952949499, 41.34454538023347 ], [ -111.32332435934543, 41.344541481063445 ], [ -111.32330643035712, 41.344541531429229 ], [ -111.3230793075729, 41.344537665376592 ], [ -111.32252930302886, 41.344502276508528 ], [ -111.32211107558712, 41.344526867736953 ], [ -111.32169859362203, 41.344504601449771 ], [ -111.32119625458525, 41.344439347623762 ], [ -111.32086096154235, 41.344314175333629 ], [ -111.32061684089467, 41.344256305722922 ], [ -111.32032829741246, 41.344158024676879 ], [ -111.31986761567768, 41.344055717603013 ], [ -111.31947276248189, 41.343971241337563 ], [ -111.3187907856481, 41.343833513276692 ], [ -111.31838352196115, 41.343654486984349 ], [ -111.31804199908484, 41.343475277597399 ], [ -111.31781400433754, 41.34329124991195 ], [ -111.31753169998395, 41.342999279420951 ], [ -111.31726036682645, 41.342504605096288 ], [ -111.31717606702954, 41.342374226024752 ], [ -111.31697143707108, 41.34207753618319 ], [ -111.31685065311586, 41.341817546673724 ], [ -111.31662796296672, 41.341492982083068 ], [ -111.31645813005014, 41.341223218603773 ], [ -111.31619476787272, 41.340890658043179 ], [ -111.31588814200809, 41.340508673329367 ], [ -111.31574434904356, 41.340432502552638 ], [ -111.31548655689986, 41.340262063417256 ], [ -111.31524673731839, 41.340100582160296 ], [ -111.31479096192989, 41.339768545176064 ], [ -111.31450924535633, 41.339592764646746 ], [ -111.31423957295272, 41.339435866684987 ], [ -111.31388587660474, 41.33920353267559 ], [ -111.31357400922977, 41.33897018284452 ], [ -111.31351966523481, 41.338853230922332 ], [ -111.31335152210802, 41.338682542709506 ], [ -111.31318398396461, 41.338637960264982 ], [ -111.3125254838063, 41.338396542567764 ], [ -111.31216657177733, 41.338320951209951 ], [ -111.31189128254431, 41.338237025234825 ], [ -111.31166336204259, 41.338061091889635 ], [ -111.31154941512908, 41.337975827316761 ], [ -111.31142951423823, 41.337895082586009 ], [ -111.31121372339499, 41.337756047053588 ], [ -111.31098617486924, 41.337657577496635 ], [ -111.31069274452493, 41.337527758426219 ], [ -111.31045307511138, 41.337393289758666 ], [ -111.31032124666508, 41.337317079881615 ], [ -111.31005144416415, 41.337128645454207 ], [ -111.30964953917123, 41.336805450462712 ], [ -111.30921240224885, 41.336612960267644 ], [ -111.30893095258264, 41.33648760833519 ], [ -111.30862530399962, 41.336299266740447 ], [ -111.30830629855456, 41.336065921631558 ], [ -111.30812114752949, 41.335832217368839 ], [ -111.30798913825004, 41.335716371419366 ], [ -111.30788802399987, 41.335562610352866 ], [ -111.30772474803233, 41.335405412327638 ], [ -111.3076580850439, 41.33520742122387 ], [ -111.30729892090551, 41.335073265272769 ], [ -111.30707104916814, 41.334902727205879 ], [ -111.30673557840205, 41.334723467787242 ], [ -111.30648963529656, 41.334521449774421 ], [ -111.30623822455179, 41.334427538148731 ], [ -111.30614806614575, 41.33431518177413 ], [ -111.30591497724548, 41.334050074436981 ], [ -111.30572116434004, 41.33400555091152 ], [ -111.30535632607064, 41.333677738409165 ], [ -111.30500325540694, 41.333566078329909 ], [ -111.30464418963392, 41.333449929182898 ], [ -111.30435118901082, 41.333405665833233 ], [ -111.30398648495738, 41.333361591135777 ], [ -111.303627919825, 41.333352629116419 ], [ -111.30347235671375, 41.333308901656892 ], [ -111.30326284473796, 41.333228384575307 ], [ -111.3030592459549, 41.333134339991197 ], [ -111.30274727930603, 41.332864929982648 ], [ -111.30235635863684, 41.332577711146079 ], [ -111.30214651740562, 41.332425131274562 ], [ -111.30192009209919, 41.332304121474472 ], [ -111.30162701531971, 41.332241835972155 ], [ -111.30102893374342, 41.332121797773382 ], [ -111.30065220579736, 41.332059728536052 ], [ -111.30034730502766, 41.332024493762091 ], [ -111.30003636739249, 41.33197576236357 ], [ -111.29985105376471, 41.331958229880073 ], [ -111.29961779425487, 41.331909294959502 ], [ -111.29940237815975, 41.331842297746604 ], [ -111.29922887117345, 41.331793206588877 ], [ -111.298965407392, 41.331672287241801 ], [ -111.29859241527664, 41.331380505121381 ], [ -111.29828768659551, 41.331120071848865 ], [ -111.29791608033371, 41.330868818581152 ], [ -111.29770048487076, 41.330761283961728 ], [ -111.29733555420131, 41.330663142513508 ], [ -111.29698751843783, 41.330600987132385 ], [ -111.2965405831758, 41.330602139476397 ], [ -111.29608643701955, 41.330594300929953 ], [ -111.29574561360154, 41.33054113094294 ], [ -111.29535089314034, 41.330461075145514 ], [ -111.29524893080632, 41.330375763541461 ], [ -111.2950691102898, 41.330250116794517 ], [ -111.29493678600468, 41.330056790274128 ], [ -111.29489418910833, 41.329885753006714 ], [ -111.29491122048034, 41.32968753983431 ], [ -111.29492837361906, 41.329516349460434 ], [ -111.29502297761299, 41.329295418196445 ], [ -111.29511117924967, 41.328979922335222 ], [ -111.29510353786551, 41.328610625911566 ], [ -111.29506077894204, 41.32840355824468 ], [ -111.29497755381072, 41.328232625101663 ], [ -111.29474787321564, 41.327913439827768 ], [ -111.29462744339547, 41.327706570845059 ], [ -111.2944350532981, 41.327441335715157 ], [ -111.29435047392774, 41.327234374711352 ], [ -111.29436143020732, 41.327013657787596 ], [ -111.29438972269948, 41.326662284706039 ], [ -111.29444195416774, 41.326319858072132 ], [ -111.29438072757782, 41.325991233195118 ], [ -111.29436756208268, 41.325721035494716 ], [ -111.29433003215816, 41.32534731138476 ], [ -111.29434064368078, 41.325050029706894 ], [ -111.2943337165713, 41.324838366146274 ], [ -111.29440346615563, 41.324671545054613 ], [ -111.2944757674031, 41.324540748245838 ], [ -111.29448107684486, 41.324393008143716 ], [ -111.29448087002342, 41.324347069327935 ], [ -111.29446102038486, 41.323919253644334 ], [ -111.29439420671751, 41.323676216229231 ], [ -111.29431503942803, 41.32334313319069 ], [ -111.29428419479511, 41.323127026859467 ], [ -111.29425292491322, 41.322816340569545 ], [ -111.2942038741339, 41.322537226714928 ], [ -111.29422661678278, 41.322280448625698 ], [ -111.29416620521904, 41.321866247990208 ], [ -111.2940259016183, 41.321488282276228 ], [ -111.29388748242924, 41.321263442789387 ], [ -111.29377763921863, 41.321016010896493 ], [ -111.29364649602738, 41.320814572602394 ], [ -111.29348438096051, 41.320633930882451 ], [ -111.29348966812925, 41.320480786148508 ], [ -111.29353049695288, 41.320259992871627 ], [ -111.29371450187067, 41.319993795709131 ], [ -111.2939048233464, 41.3198041477497 ], [ -111.29407738347898, 41.319650575737867 ], [ -111.29444109236567, 41.319492010799628 ], [ -111.29478120772174, 41.319401063052545 ], [ -111.29514659596389, 41.319350584250493 ], [ -111.29540797435058, 41.319286859684176 ], [ -111.29559877725197, 41.319205300343249 ], [ -111.295837371856, 41.319123617863625 ], [ -111.2960342700364, 41.319069065301903 ], [ -111.2962909080091, 41.319014358643443 ], [ -111.29649979431616, 41.318968782148801 ], [ -111.29665473049563, 41.318882809576522 ], [ -111.29674990591752, 41.318792487015919 ], [ -111.29683871883101, 41.318616607411307 ], [ -111.29681981609725, 41.318400470789861 ], [ -111.29669937700231, 41.318189099786295 ], [ -111.29651381754587, 41.318108508420885 ], [ -111.29634613951077, 41.31801886299516 ], [ -111.29623824185215, 41.317938071211984 ], [ -111.29609395067945, 41.317735768664249 ], [ -111.2957330536226, 41.317191729069386 ], [ -111.29560703308196, 41.317065944611535 ], [ -111.29547467308851, 41.316859106749384 ], [ -111.29531264823331, 41.316697383470924 ], [ -111.29507879655648, 41.316504317067199 ], [ -111.29483891160763, 41.316297754043916 ], [ -111.29465898874908, 41.316140579534263 ], [ -111.29456261796028, 41.315965175500523 ], [ -111.29447246464834, 41.315843801843215 ], [ -111.29456613825336, 41.315420198931491 ], [ -111.29476786382521, 41.315113419744137 ], [ -111.29483843150571, 41.314865526455357 ], [ -111.29473991389872, 41.314478446374224 ], [ -111.29466762030373, 41.31407778745718 ], [ -111.29462444666767, 41.313776138980785 ], [ -111.29455784571405, 41.313578139338254 ], [ -111.29455114234327, 41.313416017320932 ], [ -111.29454336594857, 41.313280921240548 ], [ -111.29462116559534, 41.313047421873073 ], [ -111.29460232867632, 41.312843895328719 ], [ -111.29454808107631, 41.312735941360323 ], [ -111.29430821168107, 41.312529377044029 ], [ -111.29415199168081, 41.312327102356747 ], [ -111.29399571194529, 41.312111316001257 ], [ -111.29384534593504, 41.311882002727117 ], [ -111.29366507385177, 41.311643757811758 ], [ -111.2934604452745, 41.311301985745779 ], [ -111.29339362828527, 41.311054443344702 ], [ -111.29324924009653, 41.310825114009688 ], [ -111.29303333531624, 41.310631997510285 ], [ -111.29272747071492, 41.310358039773142 ], [ -111.29257073730075, 41.310038663577231 ], [ -111.2924799719171, 41.309777669847414 ], [ -111.2924790460105, 41.309570494227927 ], [ -111.29237080492233, 41.309408629914593 ], [ -111.29217946344782, 41.309364077055228 ], [ -111.29185053940466, 41.309274834093074 ], [ -111.29165891766856, 41.309167226906162 ], [ -111.2914911889858, 41.309059558896507 ], [ -111.29123332327309, 41.308830514244605 ], [ -111.29089195657404, 41.308628703266209 ], [ -111.29060470939011, 41.308507824311313 ], [ -111.29016833681663, 41.308432359344778 ], [ -111.28998331197145, 41.308464352692098 ], [ -111.28968467927707, 41.308469608480173 ], [ -111.28952334706894, 41.308456502761047 ], [ -111.28932627617141, 41.308466005999357 ], [ -111.28892596231383, 41.308439988254868 ], [ -111.28859172964123, 41.308499376998412 ], [ -111.28812648555306, 41.30864917017265 ], [ -111.28782263144313, 41.308825581257175 ], [ -111.28771578908419, 41.308978979929719 ], [ -111.28756855069457, 41.30918292276337 ], [ -111.28744264852156, 41.309348979621895 ], [ -111.28723414229164, 41.309475608439023 ], [ -111.28704917230229, 41.309521108538725 ], [ -111.28671491264805, 41.309575988024868 ], [ -111.28643405605364, 41.309549664019329 ], [ -111.28602147541353, 41.309451604795164 ], [ -111.2856391351734, 41.309439042575022 ], [ -111.2852627289525, 41.309417456640368 ], [ -111.28487461195094, 41.309449944891547 ], [ -111.2848149197012, 41.309459100341243 ], [ -111.28471940814767, 41.30947284823224 ], [ -111.28446244535131, 41.309446460312152 ], [ -111.28428873503071, 41.309334292716514 ], [ -111.28418004518522, 41.309064328911461 ], [ -111.28409520948328, 41.308785298380307 ], [ -111.28399276802983, 41.308578373134026 ], [ -111.28391418033998, 41.308362381216376 ], [ -111.28388942855725, 41.308164271960202 ], [ -111.28397818366312, 41.307970386597908 ], [ -111.28412653130802, 41.307744826989257 ], [ -111.28429882850233, 41.307532719647092 ], [ -111.28449519258206, 41.30736108740259 ], [ -111.28463824968522, 41.307293175683384 ], [ -111.284787279433, 41.307225249009555 ], [ -111.28499566560815, 41.307071601645909 ], [ -111.28515595353399, 41.306846011116853 ], [ -111.2852806150516, 41.306669150469119 ], [ -111.28547067107708, 41.306421867124754 ], [ -111.28566048585826, 41.306119636816391 ], [ -111.28574956723712, 41.30600231504323 ], [ -111.28592776445383, 41.305775778168268 ], [ -111.28602260512882, 41.30560980004929 ], [ -111.28603380280201, 41.305438625068973 ], [ -111.2860511857581, 41.305316076537864 ], [ -111.28579962549968, 41.305155462737574 ], [ -111.2855723464946, 41.305083964831887 ], [ -111.28517806673764, 41.305066926797792 ], [ -111.28486746439251, 41.305063191987045 ], [ -111.28445507097047, 41.305001157570281 ], [ -111.28409051883656, 41.304952515234888 ], [ -111.28365400170156, 41.304836491000991 ], [ -111.28336094823416, 41.304747135288103 ], [ -111.28312726808993, 41.304575662314114 ], [ -111.28298345984112, 41.304468823740805 ], [ -111.28264823062817, 41.304293996279966 ], [ -111.28234864488873, 41.304074041677204 ], [ -111.28203010397014, 41.303890163719345 ], [ -111.28170817509633, 41.303751331905644 ], [ -111.2813072348782, 41.303572157428988 ], [ -111.2811039146785, 41.303514103744817 ], [ -111.28084081086608, 41.30344268394623 ], [ -111.28058963350423, 41.303366730600317 ], [ -111.2803567024056, 41.303367298135264 ], [ -111.2801238137027, 41.303377773619665 ], [ -111.27994476687607, 41.303408835530099 ], [ -111.27957438510205, 41.303390819393734 ], [ -111.27931130649682, 41.303324800684436 ], [ -111.27897075374922, 41.30329860324975 ], [ -111.27840833447465, 41.30306576337771 ], [ -111.27807936502367, 41.302953961664521 ], [ -111.27772630013737, 41.302793575293059 ], [ -111.27749313809385, 41.302739190312657 ], [ -111.27717605967729, 41.302613845718405 ], [ -111.27691262078325, 41.302461347974599 ], [ -111.27677511971913, 41.302430151530487 ], [ -111.27650565292836, 41.302264155715584 ], [ -111.27603302826883, 41.302076127218342 ], [ -111.27566214675771, 41.301937395809738 ], [ -111.27545280728189, 41.301865834906557 ], [ -111.27520782289889, 41.301839397604404 ], [ -111.27495085597072, 41.301803980649552 ], [ -111.27477156896786, 41.301777385481259 ], [ -111.27464544836967, 41.301611043038861 ], [ -111.27458496835828, 41.301431032268923 ], [ -111.27453015888364, 41.301178945914209 ], [ -111.27455238623789, 41.300782551755653 ], [ -111.2745577919239, 41.300647422556196 ], [ -111.27459302148033, 41.300503214461827 ], [ -111.27463393979272, 41.300291434623631 ], [ -111.27470447363662, 41.30002103368804 ], [ -111.27473361685959, 41.299849816794051 ], [ -111.27468501096615, 41.299652662945967 ], [ -111.27442784145491, 41.299566801856123 ], [ -111.27398532957716, 41.299432739589506 ], [ -111.27374595046739, 41.299316208257125 ], [ -111.27341116347007, 41.299235033316101 ], [ -111.27298052895078, 41.299083824228262 ], [ -111.27253817326854, 41.298985787039314 ], [ -111.272376867746, 41.298972657184336 ], [ -111.27220959009264, 41.298959541225443 ], [ -111.2718747357299, 41.298861247229439 ], [ -111.27124731661148, 41.298780756737081 ], [ -111.27079315532661, 41.298715168577139 ], [ -111.27039884310315, 41.298680064433668 ], [ -111.27005844799962, 41.298685367372144 ], [ -111.26977198796004, 41.298735581707824 ], [ -111.26948521231709, 41.298709230131855 ], [ -111.26902489231752, 41.298597709846732 ], [ -111.26872143249211, 41.298580403113995 ], [ -111.26831365115943, 41.298464253445985 ], [ -111.26781164040797, 41.298379848741888 ], [ -111.26738081833602, 41.298178175659515 ], [ -111.26695009073269, 41.297999020133709 ], [ -111.26661513906053, 41.297873687761395 ], [ -111.26596377783842, 41.29777610915265 ], [ -111.26537164645883, 41.297556785577726 ], [ -111.26488728925828, 41.297404769203894 ], [ -111.2643853637248, 41.297338364857652 ], [ -111.26373433765052, 41.297321842690884 ], [ -111.26311315402545, 41.297300744757209 ], [ -111.2626587363583, 41.297166666081502 ], [ -111.26235980972329, 41.297086277900988 ], [ -111.26199443464675, 41.296816877212017 ], [ -111.26183261418457, 41.296673121205714 ], [ -111.26155646324113, 41.296313438511852 ], [ -111.26141220118627, 41.29607956438258 ], [ -111.26117862160653, 41.29561169090605 ], [ -111.26107441449437, 41.295238105104538 ], [ -111.26096586192881, 41.294972622204554 ], [ -111.26086306674297, 41.294653079555694 ], [ -111.2607188287823, 41.294423708313658 ], [ -111.26053212643691, 41.294027789331828 ], [ -111.26028009555178, 41.293722095404767 ], [ -111.25998056169156, 41.293484066446325 ], [ -111.25984871958471, 41.293367263153321 ], [ -111.25962637418263, 41.293016461909325 ], [ -111.25971510949297, 41.292804579216828 ], [ -111.25978637606767, 41.29270533296895 ], [ -111.25988142166447, 41.292579009692957 ], [ -111.25992810408707, 41.292304167369622 ], [ -111.25996910063519, 41.29210140000459 ], [ -111.25989020107119, 41.291781802356162 ], [ -111.25972789754631, 41.291511935571002 ], [ -111.25967372523256, 41.291403964542994 ], [ -111.25952375918973, 41.291233155092584 ], [ -111.25943935888171, 41.291031571278701 ], [ -111.25943848101549, 41.290809982101109 ], [ -111.25975933187819, 41.290403908876797 ], [ -111.26012752048371, 41.289889634512619 ], [ -111.26053741301604, 41.289352745121128 ], [ -111.26087022482164, 41.288954748633195 ], [ -111.26110767931706, 41.288603807904103 ], [ -111.26120782547326, 41.288261285294297 ], [ -111.26123624441935, 41.287900909814802 ], [ -111.26114672145823, 41.2876128641158 ], [ -111.26118036639046, 41.287365073955293 ], [ -111.26126898130678, 41.287126166809585 ], [ -111.26141754026007, 41.286945674029909 ], [ -111.26153667458614, 41.286873341226254 ], [ -111.26179314373351, 41.286800696074366 ], [ -111.26199596263473, 41.286750691903059 ], [ -111.26216290065442, 41.286687257424482 ], [ -111.26234034816041, 41.286564347426122 ], [ -111.26262135550591, 41.286357428624427 ], [ -111.26306111486329, 41.285833973476656 ], [ -111.26342975916928, 41.285445796040356 ], [ -111.26386469259891, 41.285209696951867 ], [ -111.26438890313179, 41.284903130535483 ], [ -111.2649849015278, 41.284631526845381 ], [ -111.26560470538529, 41.284341849579839 ], [ -111.26588529945356, 41.284332194089721 ], [ -111.26634494605693, 41.284304108245124 ], [ -111.26667316003463, 41.284258309532156 ], [ -111.2669059500259, 41.284239754498316 ], [ -111.26714471073568, 41.284221185138804 ], [ -111.26756825493001, 41.284125619827634 ], [ -111.26800372112359, 41.284025521313765 ], [ -111.26836766524112, 41.283957115133589 ], [ -111.26894652118997, 41.283879198154665 ], [ -111.2693582485302, 41.283815181093772 ], [ -111.26965636282394, 41.283710893720702 ], [ -111.26986502556322, 41.283633838638536 ], [ -111.27003764026183, 41.283502821051705 ], [ -111.270263415184, 41.283232057804575 ], [ -111.27042358451513, 41.282979463791953 ], [ -111.27061358758385, 41.282722295531009 ], [ -111.27083355806924, 41.282492980576947 ], [ -111.2710239829768, 41.282338499352733 ], [ -111.27130979213166, 41.282148662706277 ], [ -111.27156611982637, 41.282048972726287 ], [ -111.27179274301355, 41.28198538344008 ], [ -111.27208496798168, 41.281903623115973 ], [ -111.27275814995821, 41.281541718802579 ], [ -111.27302602006418, 41.281347416483484 ], [ -111.27330552908111, 41.281081023628786 ], [ -111.27351353978919, 41.280850831112424 ], [ -111.27367393538611, 41.280656782553166 ], [ -111.27384593216807, 41.280381636098987 ], [ -111.27399863362221, 41.28006149636952 ], [ -111.27415342020991, 41.279669289161568 ], [ -111.27428378924358, 41.27943477617378 ], [ -111.2744675135005, 41.279110057963969 ], [ -111.27450288289772, 41.279001880183131 ], [ -111.27459142292011, 41.278759359540445 ], [ -111.27478145033217, 41.278514795078344 ], [ -111.27498940993328, 41.278275592135302 ], [ -111.27538117707824, 41.278017933710359 ], [ -111.2757696054275, 41.277818832572741 ], [ -111.27619294363598, 41.277687204797687 ], [ -111.27656162008275, 41.277618761316283 ], [ -111.27682523855736, 41.277555073211609 ], [ -111.27705784938766, 41.27750046691839 ], [ -111.27727825251806, 41.277382835027339 ], [ -111.2773442801679, 41.277184504599042 ], [ -111.27747250421913, 41.276729302201545 ], [ -111.27741154399621, 41.276432191995475 ], [ -111.27728522189008, 41.276208202299316 ], [ -111.27718283057808, 41.275995864971406 ], [ -111.27713453639767, 41.275869872142465 ], [ -111.27717516480455, 41.275595036659084 ], [ -111.27717181165994, 41.274802358905518 ], [ -111.27719477706852, 41.27458611655134 ], [ -111.27721802433568, 41.274436531186829 ], [ -111.27708571779382, 41.274208051703013 ], [ -111.27693540345332, 41.273956195107473 ], [ -111.27670759581989, 41.273731547969795 ], [ -111.2765334995899, 41.273502267473752 ], [ -111.27644332449825, 41.273353855395115 ], [ -111.27635199383595, 41.273214453812201 ], [ -111.2762565690016, 41.272953456717936 ], [ -111.27619004673724, 41.272750940883228 ], [ -111.27603316232984, 41.272354974035068 ], [ -111.27593677366431, 41.272148025736328 ], [ -111.27584635534026, 41.271941063044423 ], [ -111.27580342989963, 41.271670931916304 ], [ -111.27584362155989, 41.271291607270292 ], [ -111.27595022598328, 41.271089577086386 ], [ -111.27606870830512, 41.270873105835364 ], [ -111.27618722780971, 41.270665642166321 ], [ -111.27617981567336, 41.270323363511089 ], [ -111.2760651224595, 41.270021877236054 ], [ -111.27586009116382, 41.269531443471962 ], [ -111.27564357864927, 41.269149130425617 ], [ -111.27554060165393, 41.268793568690171 ], [ -111.27546815432893, 41.268600074271326 ], [ -111.27554490475725, 41.268397215016158 ], [ -111.27553766670978, 41.268095470886919 ], [ -111.27545278930383, 41.267784904714595 ], [ -111.27537968104416, 41.267433775186703 ], [ -111.27527138207716, 41.267231358537281 ], [ -111.27509107432483, 41.266939035789683 ], [ -111.27488112972354, 41.266696326445079 ], [ -111.27461140002659, 41.266431239801356 ], [ -111.27434798105003, 41.266247207744946 ], [ -111.27418622827294, 41.266107972047756 ], [ -111.27406610606408, 41.265931705014019 ], [ -111.27397572491347, 41.265730145215471 ], [ -111.27391479103697, 41.265433032507993 ], [ -111.27392080586824, 41.265158280013679 ], [ -111.2740432875345, 41.264757141006484 ], [ -111.27425653480307, 41.26436479347813 ], [ -111.27466118397814, 41.264066571101338 ], [ -111.27486377158485, 41.263980513426226 ], [ -111.27519761986628, 41.263880630006391 ], [ -111.2755612931245, 41.263776170332441 ], [ -111.27577558922317, 41.263636036156193 ], [ -111.27606736707969, 41.263468692383249 ], [ -111.27629488768673, 41.263351045054421 ], [ -111.27663318259819, 41.26317458038929 ], [ -111.27682380798119, 41.263084044090618 ], [ -111.27722304387933, 41.262921843646374 ], [ -111.27745540806376, 41.262821297197725 ], [ -111.27771140285793, 41.262663043279389 ], [ -111.27827252453058, 41.262391454053549 ], [ -111.27886269429058, 41.262214373775102 ], [ -111.27939220917249, 41.262091484555889 ], [ -111.27989291788506, 41.261932631675897 ], [ -111.28033972775299, 41.261732471920396 ], [ -111.28064831758354, 41.261592999785833 ], [ -111.28085181326365, 41.261443874632754 ], [ -111.28089286518656, 41.261273526786937 ], [ -111.28073676717821, 41.261061323074493 ], [ -111.28059856091181, 41.260845472412619 ], [ -111.2804119124545, 41.260467598877355 ], [ -111.28031525806377, 41.260197599744835 ], [ -111.28022595934928, 41.259972621700619 ], [ -111.27997289033968, 41.259693995026005 ], [ -111.27956575711904, 41.259397726336019 ], [ -111.27911068736627, 41.259056533312474 ], [ -111.27884826855414, 41.258822965875567 ], [ -111.27867216192145, 41.258674763238112 ], [ -111.27843398361665, 41.258526710451314 ], [ -111.27813479400805, 41.258347277199007 ], [ -111.27778764833126, 41.258118415864267 ], [ -111.27761379987629, 41.25793867876682 ], [ -111.27723633990284, 41.257597291077445 ], [ -111.27696091728315, 41.257390774045483 ], [ -111.2767393069164, 41.257206646571731 ], [ -111.27666817675448, 41.257040172811521 ], [ -111.27663640010688, 41.256864596633427 ], [ -111.27668245913105, 41.256747384269381 ], [ -111.27689699159292, 41.256386555626555 ], [ -111.27715225449751, 41.256060759038114 ], [ -111.27725877323783, 41.25584521559918 ], [ -111.27737724301038, 41.25563324639333 ], [ -111.27744819491579, 41.255475438518296 ], [ -111.27740586472402, 41.255344927059092 ], [ -111.27730915417563, 41.255056909633119 ], [ -111.27716523221852, 41.254895115324878 ], [ -111.27676452791997, 41.254697907057576 ], [ -111.27669251090354, 41.254603497976369 ], [ -111.27659652653527, 41.254486626862608 ], [ -111.27654767970326, 41.254225517237238 ], [ -111.27651664257968, 41.253941845241634 ], [ -111.27646768254891, 41.253653712347088 ], [ -111.27653238158025, 41.253428361289153 ], [ -111.27672818660888, 41.253157656017713 ], [ -111.2770076370695, 41.252909268765045 ], [ -111.27725631854943, 41.252724009721952 ], [ -111.27756090683343, 41.252493576233881 ], [ -111.27779276046414, 41.252281333097955 ], [ -111.2779116764077, 41.252176555312019 ], [ -111.27806028642786, 41.252037475942195 ], [ -111.2782209997782, 41.251938001583397 ], [ -111.27830393882812, 41.251793675863084 ], [ -111.27830902364407, 41.251585582695185 ], [ -111.27813508039122, 41.251379723689197 ], [ -111.27800262288511, 41.251105304737436 ], [ -111.27781712403063, 41.250988650663217 ], [ -111.27766102629693, 41.250768335326676 ], [ -111.27755859770667, 41.250537981791311 ], [ -111.27736088379569, 41.25035469845465 ], [ -111.27725285475015, 41.250210833313886 ], [ -111.27717476004234, 41.250089415593791 ], [ -111.27711441656155, 41.249931923764571 ], [ -111.27701262280371, 41.249851098212758 ], [ -111.27697039227495, 41.249743105806232 ], [ -111.27695773409641, 41.249571987418058 ], [ -111.27695685918151, 41.249364809345117 ], [ -111.27700372551284, 41.249157516419999 ], [ -111.27710420512469, 41.248927574866443 ], [ -111.27715722863117, 41.248765306219966 ], [ -111.27723870599051, 41.248557929860979 ], [ -111.27734047261339, 41.248350504568492 ], [ -111.2774704446466, 41.248039421099755 ], [ -111.27748743265025, 41.247823192092831 ], [ -111.27751595537556, 41.247512352989183 ], [ -111.27752133210434, 41.24737271855782 ], [ -111.27750261022484, 41.24717909518133 ], [ -111.27748428860214, 41.247080053125003 ], [ -111.27744709302391, 41.24675135667966 ], [ -111.27741630336907, 41.246526234911556 ], [ -111.27740497151431, 41.246386640716821 ], [ -111.27742650464327, 41.246116353672832 ], [ -111.27741342695279, 41.245846150005129 ], [ -111.27734063800322, 41.245567082322943 ], [ -111.27724346647814, 41.245166467446417 ], [ -111.27716457853791, 41.244855886860492 ], [ -111.27706208874598, 41.24460841788725 ], [ -111.27689405539178, 41.244383626051814 ], [ -111.2767085927745, 41.244270573089558 ], [ -111.27649353020398, 41.244213439528835 ], [ -111.27620109922198, 41.244205133526599 ], [ -111.27587292191257, 41.244210424194939 ], [ -111.2756760230704, 41.244215399697353 ], [ -111.27559840776584, 41.2442056768705 ], [ -111.27551481392966, 41.244193265944133 ], [ -111.27535953428502, 41.244162109942891 ], [ -111.2752159435255, 41.244072374818408 ], [ -111.2750540927791, 41.243897108628602 ], [ -111.27497614187524, 41.243807216382123 ], [ -111.27464066042293, 41.243492742548526 ], [ -111.27440681149916, 41.243223064776124 ], [ -111.27384953821409, 41.242665905147803 ], [ -111.27331629258725, 41.242144717112893 ], [ -111.27314225513963, 41.241906422174516 ], [ -111.2729446134072, 41.241731237841847 ], [ -111.27280662365332, 41.241551407926124 ], [ -111.27265084612527, 41.241398643500311 ], [ -111.27240571488154, 41.24128212167124 ], [ -111.27204836886779, 41.241156856648978 ], [ -111.2717543481731, 41.241049456772636 ], [ -111.27118044404831, 41.240789582225865 ], [ -111.27097100737755, 41.240645949711855 ], [ -111.27079148033765, 41.240520262174137 ], [ -111.27050310198162, 41.240043524012314 ], [ -111.27035889210831, 41.23979974998344 ], [ -111.27020863119621, 41.239535271907677 ], [ -111.27002254870368, 41.239265472921012 ], [ -111.26982438609269, 41.238959670524224 ], [ -111.2697223221238, 41.238806776178045 ], [ -111.26959038810412, 41.238644943823445 ], [ -111.26947026232104, 41.238452456983211 ], [ -111.26937388556595, 41.238231089328046 ], [ -111.26936706830192, 41.238023924672753 ], [ -111.26937789207969, 41.23775366377108 ], [ -111.269412748606, 41.23752388196813 ], [ -111.26942959418467, 41.237267118729328 ], [ -111.26954160845095, 41.236938069908838 ], [ -111.26965425094266, 41.236762153017537 ], [ -111.26994014411204, 41.236639877118925 ], [ -111.27024399138917, 41.236531070155102 ], [ -111.27050607215926, 41.236422360513856 ], [ -111.27085149699036, 41.2362684149873 ], [ -111.27118506171372, 41.236132512064458 ], [ -111.27153635668321, 41.235956031014254 ], [ -111.2718400675132, 41.235815692656885 ], [ -111.27201874339953, 41.235738703929172 ], [ -111.27238183597511, 41.2355306649239 ], [ -111.27268574891089, 41.235439867059519 ], [ -111.27302532822155, 41.235317456332986 ], [ -111.2733768390338, 41.235195016277032 ], [ -111.27388322989036, 41.235013655796571 ], [ -111.27427036618171, 41.234850592911229 ], [ -111.2746695840472, 41.234723531331589 ], [ -111.27500328397262, 41.234623648429348 ], [ -111.27523564982104, 41.234546526461841 ], [ -111.27550352938636, 41.234401760129465 ], [ -111.27581887312522, 41.234193824484393 ], [ -111.27600284314731, 41.233959179361989 ], [ -111.27615080206401, 41.233674176296468 ], [ -111.27629295277433, 41.233427019972048 ], [ -111.27641721899055, 41.233183509539302 ], [ -111.27655957264359, 41.232984994821372 ], [ -111.27685662770587, 41.232687021613494 ], [ -111.27711250676158, 41.232528768561323 ], [ -111.27754742555491, 41.232383595325167 ], [ -111.27780369833977, 41.232319021532511 ], [ -111.27807755215225, 41.23217963946994 ], [ -111.27846502438493, 41.232102136288752 ], [ -111.27869745372448, 41.232043022879445 ], [ -111.27895973224686, 41.231988340623182 ], [ -111.27914427877415, 41.231893310856819 ], [ -111.27924545304258, 41.231834514450732 ], [ -111.27944185414636, 41.231721439734279 ], [ -111.27987580198767, 41.23135106350491 ], [ -111.2801968909143, 41.231098062506028 ], [ -111.28063125408545, 41.230826768874849 ], [ -111.28088090019676, 41.23060997149085 ], [ -111.28121986015098, 41.230352420087669 ], [ -111.28151636050234, 41.229932829939969 ], [ -111.28165237789312, 41.229653253542324 ], [ -111.2817585068584, 41.229360238310512 ], [ -111.2818110198149, 41.229085369924327 ], [ -111.28185756653617, 41.228810516105128 ], [ -111.2819518390872, 41.228535545406459 ], [ -111.28204659472878, 41.228373171764872 ], [ -111.28220122039431, 41.228260194600018 ], [ -111.28239799329546, 41.228237192537527 ], [ -111.2825352443049, 41.228245863728887 ], [ -111.28275599645575, 41.228249825816469 ], [ -111.28294083762994, 41.228226852124237 ], [ -111.28300603360185, 41.228127605380564 ], [ -111.28295784167253, 41.228019629410113 ], [ -111.28281973714002, 41.227812787745037 ], [ -111.28274129039815, 41.227605799439921 ], [ -111.28263280244921, 41.227349341538265 ], [ -111.28262001779179, 41.227151199820156 ], [ -111.28254699523872, 41.226818087884638 ], [ -111.28249812656719, 41.226552475648973 ], [ -111.28239543250618, 41.226255467847707 ], [ -111.28227045769648, 41.226048593256905 ], [ -111.28210087417447, 41.225733733368557 ], [ -111.28195677298999, 41.225517897400181 ], [ -111.2818545665142, 41.225333486256012 ], [ -111.28169157081707, 41.225162735541936 ], [ -111.28148935848354, 41.225028111948404 ], [ -111.28129821290439, 41.224970027872757 ], [ -111.28106684589874, 41.22499221171708 ], [ -111.28064824810666, 41.225034668878223 ], [ -111.28032059408582, 41.225139958268954 ], [ -111.28010616009549, 41.225216146190498 ], [ -111.27983230502861, 41.225347426140416 ], [ -111.27956451027791, 41.22550121040176 ], [ -111.27931351354448, 41.225677472970581 ], [ -111.27904704336824, 41.225862780355776 ], [ -111.27887438728803, 41.225944269452484 ], [ -111.27857664537699, 41.226071100314428 ], [ -111.27846335716612, 41.226084886129037 ], [ -111.27827842493816, 41.226085333183534 ], [ -111.27789028243625, 41.225996191808022 ], [ -111.27755596415842, 41.225938446948284 ], [ -111.27724541349525, 41.225858124219151 ], [ -111.27695287419618, 41.225804780946113 ], [ -111.27657087145163, 41.225756155769105 ], [ -111.27615917808821, 41.225740028867257 ], [ -111.27542566032646, 41.225799436017574 ], [ -111.27510376703178, 41.225858756638829 ], [ -111.27459120189437, 41.225972578413725 ], [ -111.27385239474978, 41.226195030615088 ], [ -111.27341137420989, 41.226299669098047 ], [ -111.27288700255735, 41.226445038861065 ], [ -111.27235683116652, 41.226630955367035 ], [ -111.27173739613737, 41.226871127325438 ], [ -111.27108794227659, 41.227066327270826 ], [ -111.27062882874327, 41.227125958333858 ], [ -111.27011589367852, 41.227154186286256 ], [ -111.26961466746644, 41.227128337322981 ], [ -111.26914286359026, 41.227003330846877 ], [ -111.26849803972878, 41.22687422205356 ], [ -111.26828318491262, 41.226852203147764 ], [ -111.26783680870955, 41.226817210769511 ], [ -111.26752541763342, 41.22682153776848 ], [ -111.26737033331865, 41.226827302681095 ], [ -111.26698256744676, 41.22682820237128 ], [ -111.26642201769079, 41.226883547866159 ], [ -111.26599864017784, 41.226929565981301 ], [ -111.26550378366026, 41.227002770979098 ], [ -111.2650386633547, 41.227053385737122 ], [ -111.26474076233164, 41.2271486536441 ], [ -111.264544204182, 41.227225672265831 ], [ -111.26418678993342, 41.227357106923193 ], [ -111.26405579506198, 41.227419561681934 ], [ -111.26364487204319, 41.22759705747653 ], [ -111.26328821348665, 41.227620393177439 ], [ -111.26299441215383, 41.227549001603485 ], [ -111.26239755439813, 41.227478300250482 ], [ -111.26193796256911, 41.227420795449376 ], [ -111.2615027367068, 41.227489343659961 ], [ -111.26131805131176, 41.227552818006359 ], [ -111.26113931334181, 41.227611774634084 ], [ -111.26086523112095, 41.227697970623836 ], [ -111.2604841727867, 41.227887097708837 ], [ -111.26013314448335, 41.228127500545945 ], [ -111.25976412359557, 41.228344522436174 ], [ -111.25952593802357, 41.228457657853319 ], [ -111.25917404233066, 41.228480069290747 ], [ -111.25894622405755, 41.22849949834221 ], [ -111.25861921031311, 41.228477713573319 ], [ -111.25825522666094, 41.228460514729306 ], [ -111.25787918775706, 41.228411814192356 ], [ -111.25763483840552, 41.2284754162254 ], [ -111.25733068941531, 41.228503119915452 ], [ -111.25698340660823, 41.228484978941729 ], [ -111.25647177462223, 41.228545571540472 ], [ -111.25628708135339, 41.22860903782918 ], [ -111.25586391367929, 41.22871356935817 ], [ -111.25539905404969, 41.228836207544987 ], [ -111.25504743839612, 41.228931569483436 ], [ -111.25477343001737, 41.229040270469298 ], [ -111.25467215062365, 41.229076525977206 ], [ -111.25454109430913, 41.229126359022906 ], [ -111.25446349992242, 41.229116621863263 ], [ -111.25434411673702, 41.229099770666537 ], [ -111.25412918948653, 41.229059709785659 ], [ -111.25384849895566, 41.228983762022622 ], [ -111.25363908565609, 41.228826585782365 ], [ -111.25350750714303, 41.228741300777799 ], [ -111.2534532234957, 41.22858828650341 ], [ -111.25337478138967, 41.228358758471487 ], [ -111.25334374945479, 41.228047154467241 ], [ -111.25330089763123, 41.227764401622714 ], [ -111.25316215728249, 41.227368360428251 ], [ -111.25307135219809, 41.22702626092876 ], [ -111.25293306607517, 41.226747320740664 ], [ -111.25275884876261, 41.226432427757246 ], [ -111.25267453280867, 41.226225431733134 ], [ -111.25266156141561, 41.225955224011756 ], [ -111.25261184650667, 41.225748151999603 ], [ -111.25261704643232, 41.225239195727944 ], [ -111.25259764205879, 41.224847395757337 ], [ -111.25265577105409, 41.224450921731794 ], [ -111.25273805569336, 41.224130961581452 ], [ -111.25277997973821, 41.223864236429257 ], [ -111.25281931609217, 41.223545271246024 ], [ -111.25291951209823, 41.223229775530221 ], [ -111.25300084044171, 41.222971971582339 ], [ -111.25311424858124, 41.22267986712145 ], [ -111.2532565633671, 41.222458861204892 ], [ -111.25348837286171, 41.222242162076434 ], [ -111.25374371085297, 41.221939835780361 ], [ -111.25401017518475, 41.221430303126901 ], [ -111.25409836232322, 41.221096817002959 ], [ -111.25411542084275, 41.220880590226052 ], [ -111.25418597310475, 41.220614702027014 ], [ -111.25431007064186, 41.220312664009867 ], [ -111.25439923213328, 41.220231396136533 ], [ -111.25474543598092, 41.219982914041744 ], [ -111.25498209130137, 41.219788720808587 ], [ -111.2552734478885, 41.219549366423834 ], [ -111.25545167857213, 41.219364309593928 ], [ -111.25581318930378, 41.21875997889591 ], [ -111.2561396036499, 41.218334981978927 ], [ -111.25630556836855, 41.218065276955876 ], [ -111.25645973932443, 41.217830728700598 ], [ -111.25649456049698, 41.217582934295002 ], [ -111.25634522963425, 41.217529219492874 ], [ -111.25614082972405, 41.217426083624567 ], [ -111.25592106249499, 41.217359013088426 ], [ -111.25568215583931, 41.217278472798718 ], [ -111.25528811348777, 41.217184764199494 ], [ -111.25506115523525, 41.21710870007292 ], [ -111.25467248555825, 41.216861843385509 ], [ -111.2543857423091, 41.2167498785725 ], [ -111.25423008412248, 41.216601592176367 ], [ -111.2541161969169, 41.216457717342315 ], [ -111.25399025889573, 41.216282341363311 ], [ -111.25369099834595, 41.216017268312029 ], [ -111.25355928898925, 41.215891447948707 ], [ -111.25340340874594, 41.215684609621093 ], [ -111.25318791817932, 41.215486910038209 ], [ -111.25299611372458, 41.215244118561664 ], [ -111.25284053162447, 41.215113845856649 ], [ -111.25264912812602, 41.214974643642506 ], [ -111.25249939066588, 41.21481283003034 ], [ -111.25231397060627, 41.214678118076591 ], [ -111.25202124181001, 41.214557152547499 ], [ -111.25181839627564, 41.214544084451127 ], [ -111.25159162371793, 41.214513052491853 ], [ -111.25141256748836, 41.214481915922718 ], [ -111.25116313363399, 41.214451833379385 ], [ -111.25094711158472, 41.214424379859089 ], [ -111.25067879462495, 41.214447483971504 ], [ -111.25054173114771, 41.21447930986858 ], [ -111.25047613866657, 41.214483956499024 ], [ -111.25039266980379, 41.21449314590793 ], [ -111.25020776980692, 41.214493547790141 ], [ -111.25003497033806, 41.214538962559068 ], [ -111.24986822084631, 41.214606883669227 ], [ -111.24967156271921, 41.214652349657406 ], [ -111.24941536161366, 41.214724967957579 ], [ -111.24913533593907, 41.214806645122522 ], [ -111.24890312500602, 41.214914341152635 ], [ -111.24877821404489, 41.215005590760022 ], [ -111.24850444071626, 41.215163819948827 ], [ -111.24829000543605, 41.215240849551073 ], [ -111.24803381750756, 41.215317968689348 ], [ -111.24793267453722, 41.215385745665728 ], [ -111.24765896553095, 41.215561988477447 ], [ -111.24751019311597, 41.215653288014757 ], [ -111.24729580256039, 41.215742926710121 ], [ -111.24713500841109, 41.21580993027446 ], [ -111.24692050504434, 41.215869842476799 ], [ -111.24679531526321, 41.215888126616278 ], [ -111.24662232365989, 41.215883993278112 ], [ -111.24637772255242, 41.215871005018819 ], [ -111.24617484026024, 41.21584891917572 ], [ -111.24594208092329, 41.2158124841635 ], [ -111.24581084540148, 41.215809161209869 ], [ -111.24552449226928, 41.215796260251572 ], [ -111.24532161048782, 41.215774172903544 ], [ -111.24509470219219, 41.21570709688806 ], [ -111.24486750882363, 41.215563453966297 ], [ -111.24465836129195, 41.215460307760431 ], [ -111.24446730943039, 41.215411170100865 ], [ -111.24422267698512, 41.215389169437849 ], [ -111.24401384568066, 41.215370695556544 ], [ -111.24370958762658, 41.215354224864512 ], [ -111.24342327026015, 41.215350326493414 ], [ -111.24314883208341, 41.215332890493379 ], [ -111.24282082929196, 41.215347094413183 ], [ -111.24250488862248, 41.215397303560565 ], [ -111.24232610016711, 41.21543821542631 ], [ -111.2421592905371, 41.215492613661048 ], [ -111.24198646289913, 41.215532611675371 ], [ -111.2416112755617, 41.2156919383226 ], [ -111.24132540707059, 41.215810541098833 ], [ -111.2410453137056, 41.21587778610381 ], [ -111.2405149881324, 41.216023021173534 ], [ -111.24017524966155, 41.216091289406435 ], [ -111.23977578152302, 41.216137161293666 ], [ -111.2394717147568, 41.216173825558492 ], [ -111.23927499541922, 41.216205762080605 ], [ -111.23877463410331, 41.216391462369835 ], [ -111.2385127765689, 41.216554147023039 ], [ -111.2381853057787, 41.216716966805535 ], [ -111.23783395809409, 41.216875331023928 ], [ -111.23742899108581, 41.21705182050659 ], [ -111.23704788097734, 41.217228259455148 ], [ -111.23658326180498, 41.217404868731613 ], [ -111.23624957407749, 41.21750013660585 ], [ -111.23595860536116, 41.217532260775428 ], [ -111.23562344833616, 41.217550962800082 ], [ -111.23531316572362, 41.217520069641338 ], [ -111.23514039628212, 41.217578973818249 ], [ -111.23494405739534, 41.217718996811911 ], [ -111.23470615707569, 41.217913151506323 ], [ -111.23447407865585, 41.218067659147174 ], [ -111.23423589930702, 41.218184345602154 ], [ -111.23386635080986, 41.218261663725784 ], [ -111.23365758051187, 41.218262087515342 ], [ -111.2334963849771, 41.21822187898195 ], [ -111.23338297254652, 41.218199589166971 ], [ -111.23313791749317, 41.218060463296553 ], [ -111.23278552838258, 41.217930561808409 ], [ -111.23246897744926, 41.217814098728482 ], [ -111.23224805585747, 41.217751489277802 ], [ -111.23183043893795, 41.217729811043185 ], [ -111.23147838763003, 41.217694487687545 ], [ -111.23106653006927, 41.217614243833509 ], [ -111.23071430569075, 41.217529375103396 ], [ -111.23026090187352, 41.217507762866845 ], [ -111.22989696714495, 41.217485069478073 ], [ -111.22952121958272, 41.217495727670389 ], [ -111.22910967995578, 41.217505555062679 ], [ -111.22888309609873, 41.217528525354922 ], [ -111.22853111012174, 41.21751120863297 ], [ -111.22832226068738, 41.217488202395842 ], [ -111.22811924161742, 41.217426450309937 ], [ -111.22796985596551, 41.217350179081762 ], [ -111.22751634499181, 41.217297028638676 ], [ -111.22714048589974, 41.217275250883411 ], [ -111.22675260417053, 41.217226471908283 ], [ -111.22653762364941, 41.217154831903983 ], [ -111.22623289283268, 41.217002296846822 ], [ -111.22609531885128, 41.21689086920528 ], [ -111.22568692562776, 41.216426863178079 ], [ -111.22560428775456, 41.216332442252849 ], [ -111.22547732585093, 41.216184060716564 ], [ -111.22520938210975, 41.215972899595762 ], [ -111.22484555318766, 41.215978114485907 ], [ -111.22428479802998, 41.215956688257926 ], [ -111.22405199185724, 41.215903094091942 ], [ -111.22377738745908, 41.215836068847736 ], [ -111.22341302279895, 41.215683642151376 ], [ -111.22309778396794, 41.215594174378921 ], [ -111.22264269900036, 41.215423905169736 ], [ -111.22234420910389, 41.215347914784616 ], [ -111.22208161411987, 41.215303382030761 ], [ -111.22189021416598, 41.215146112863664 ], [ -111.22170572930379, 41.214916766917526 ], [ -111.22169226055738, 41.214814102866086 ], [ -111.22162555288013, 41.214489046313659 ], [ -111.22160102598508, 41.214290919849581 ], [ -111.22156977488574, 41.213867608949862 ], [ -111.22164048203085, 41.213610747883884 ], [ -111.22170560435802, 41.213466496206969 ], [ -111.22178244228374, 41.213259166659178 ], [ -111.22173436195929, 41.213151164497319 ], [ -111.22159091224034, 41.213061361653921 ], [ -111.22142973680094, 41.213021136142473 ], [ -111.22144122514172, 41.212890499559244 ], [ -111.22147638863976, 41.212705770063863 ], [ -111.2216368184768, 41.21252530348216 ], [ -111.22185679946818, 41.212317698271001 ], [ -111.22207680953174, 41.212119100474219 ], [ -111.22237417107668, 41.211866305526399 ], [ -111.22270769778196, 41.211726038592268 ], [ -111.22292209067204, 41.211631040853845 ], [ -111.2233979604208, 41.211256290930997 ], [ -111.22387882640798, 41.210949088550727 ], [ -111.22424297456094, 41.21069615887788 ], [ -111.22468310674347, 41.210339488974626 ], [ -111.22499240931167, 41.210095671801128 ], [ -111.22520625300957, 41.209843032602542 ], [ -111.22547372541041, 41.209576776159082 ], [ -111.22594330727595, 41.209116452847162 ], [ -111.22637779717327, 41.208858874374393 ], [ -111.22671114456132, 41.208673556627438 ], [ -111.22703858836275, 41.208506265354735 ], [ -111.22727074728681, 41.208379696791418 ], [ -111.22739550726763, 41.208239828018876 ], [ -111.22732312916021, 41.208005765428872 ], [ -111.2271438060711, 41.207889016515153 ], [ -111.22686913875295, 41.207794974944676 ], [ -111.22664695462201, 41.207700829439354 ], [ -111.22642653561334, 41.207426521949444 ], [ -111.22633033745218, 41.207201513435365 ], [ -111.22629346804348, 41.206886309216337 ], [ -111.22651294949982, 41.206543577325228 ], [ -111.22663119992862, 41.206246083784976 ], [ -111.22685640791055, 41.205835780633699 ], [ -111.22707582065817, 41.205475031931869 ], [ -111.22739061860796, 41.205105086585625 ], [ -111.22780247695053, 41.204865563077512 ], [ -111.22827167704125, 41.204652948169226 ], [ -111.22871857305462, 41.204543966591963 ], [ -111.22909404560794, 41.204475660971575 ], [ -111.22953508559974, 41.204398215553994 ], [ -111.22994035870333, 41.204325343819846 ], [ -111.23045224875973, 41.204045075451432 ], [ -111.23088655763161, 41.203750547704537 ], [ -111.23111804580832, 41.203440211275748 ], [ -111.23134343824536, 41.203092954177762 ], [ -111.23146814780414, 41.202944073066448 ], [ -111.23158686158051, 41.202786195962538 ], [ -111.23167583697384, 41.202650898338476 ], [ -111.23163969100466, 41.20254738006512 ], [ -111.23153793154461, 41.202439489755619 ], [ -111.23117850512469, 41.202318605002901 ], [ -111.23080338527461, 41.202143703104134 ], [ -111.23049218212483, 41.201829049426536 ], [ -111.23031811997467, 41.201508715957807 ], [ -111.23017337745654, 41.201045998572702 ], [ -111.23019028892854, 41.200766719431179 ], [ -111.23030188603371, 41.200280068921778 ], [ -111.23043230311002, 41.200059114123832 ], [ -111.23071780980463, 41.199851360452726 ], [ -111.23083074654652, 41.199747543114931 ], [ -111.2309496461079, 41.199643713707403 ], [ -111.23120482637681, 41.199291892962066 ], [ -111.23143594521841, 41.198881568524754 ], [ -111.23162571665443, 41.198583925734305 ], [ -111.2317859888966, 41.198376421171574 ], [ -111.23191630183651, 41.198128441079767 ], [ -111.23186158547334, 41.197831289934406 ], [ -111.23165173673972, 41.197507427129793 ], [ -111.23144820207244, 41.197282638352938 ], [ -111.23122059513813, 41.196994842096927 ], [ -111.23093436372801, 41.196653115418435 ], [ -111.23079518586015, 41.196414684504219 ], [ -111.23066275335377, 41.196059136919907 ], [ -111.23058397185207, 41.195698977795431 ], [ -111.23058294451245, 41.195406222368639 ], [ -111.23054516927688, 41.195176595956788 ], [ -111.23045625682349, 41.194987607516637 ], [ -111.23028903137501, 41.194911374665715 ], [ -111.23005615309758, 41.194817256886026 ], [ -111.2297577326991, 41.194736781291112 ], [ -111.22942330080545, 41.19458881723245 ], [ -111.2293036378028, 41.194471952528332 ], [ -111.22911781707188, 41.194192175892496 ], [ -111.22894501220524, 41.193882646915448 ], [ -111.22872803537204, 41.193558792713922 ], [ -111.22860825013731, 41.193405895802861 ], [ -111.22854834206487, 41.193324943366513 ], [ -111.22820734435969, 41.193000433401622 ], [ -111.2279740102076, 41.192772094164702 ], [ -111.22774092429671, 41.192614916581164 ], [ -111.22741232998895, 41.192426399400752 ], [ -111.22714941853555, 41.192264775533516 ], [ -111.22702363327825, 41.192099277670167 ], [ -111.22682635488169, 41.191950134761413 ], [ -111.22661727980491, 41.191837947230589 ], [ -111.22641440066138, 41.191793306603749 ], [ -111.22603834704431, 41.191672438229553 ], [ -111.22579941554272, 41.19154679590644 ], [ -111.22566159885157, 41.191348891573121 ], [ -111.22567899119268, 41.19120473061912 ], [ -111.22588680870018, 41.190952101173657 ], [ -111.22613676412129, 41.19081649171023 ], [ -111.22644006942124, 41.190590697516427 ], [ -111.22654125870204, 41.190540954904399 ], [ -111.2266484257096, 41.190495704405059 ], [ -111.22679091589997, 41.19031976925519 ], [ -111.22699335516675, 41.190238299064319 ], [ -111.2271957160802, 41.190134308843 ], [ -111.22752852980089, 41.189822878194697 ], [ -111.22769512740882, 41.189722560908969 ], [ -111.2278615589846, 41.189574501668979 ], [ -111.2280335895133, 41.189321939083079 ], [ -111.22811648247476, 41.189155128176644 ], [ -111.22828212634634, 41.188780970752553 ], [ -111.2283171328359, 41.188560206989571 ], [ -111.22839302899601, 41.188096147904218 ], [ -111.22849316388839, 41.187744639835728 ], [ -111.22853846237498, 41.187397744451729 ], [ -111.22869368122072, 41.187113686371646 ], [ -111.22896674264835, 41.186770842270732 ], [ -111.22934681823904, 41.186342209053819 ], [ -111.2296442715667, 41.186156953636704 ], [ -111.23016185749026, 41.185840642651996 ], [ -111.23082258717643, 41.185542058416658 ], [ -111.23126906386435, 41.185351996057783 ], [ -111.23183466400566, 41.185130164456524 ], [ -111.23250736630958, 41.184849562306404 ], [ -111.23281081362836, 41.184677798481601 ], [ -111.23307212750724, 41.184393519876494 ], [ -111.23323881795697, 41.184325622886853 ], [ -111.23348321915974, 41.184316119756296 ], [ -111.23375742920669, 41.184306555611563 ], [ -111.2342522732704, 41.184310054192864 ], [ -111.23469330051809, 41.18426862062411 ], [ -111.23496145180529, 41.184232042139037 ], [ -111.23510455054108, 41.184236254093925 ], [ -111.23517605963153, 41.184227100162033 ], [ -111.23527737757567, 41.184217885296796 ], [ -111.23553326588321, 41.184086747159874 ], [ -111.23565188758575, 41.183915353653333 ], [ -111.23574040927771, 41.183662950166045 ], [ -111.23587030666791, 41.183311374520116 ], [ -111.2358813411773, 41.183063633530871 ], [ -111.2358740220084, 41.182685314957162 ], [ -111.23605101122395, 41.182166995654079 ], [ -111.23611592544769, 41.181982199759901 ], [ -111.23611540779444, 41.181838073725572 ], [ -111.23607304611103, 41.18166250565789 ], [ -111.23585792964842, 41.181523323240896 ], [ -111.23567262168419, 41.18138407942844 ], [ -111.23558859552949, 41.18122661230241 ], [ -111.23546238767548, 41.180943120123324 ], [ -111.23540183752255, 41.180682013480912 ], [ -111.23540687971668, 41.180425276724215 ], [ -111.23543012867306, 41.180258582203365 ], [ -111.23544756450777, 41.18013333610967 ], [ -111.23544709029076, 41.180000920266764 ], [ -111.23539295720403, 41.179866812508664 ], [ -111.23534497595442, 41.179785839038601 ], [ -111.23518369665534, 41.179696089001673 ], [ -111.23508816987396, 41.179655748258391 ], [ -111.23471779365727, 41.179440312899352 ], [ -111.23444273678095, 41.179206666462541 ], [ -111.23411392110633, 41.178942501618074 ], [ -111.23388673170581, 41.178757399446717 ], [ -111.23363557369294, 41.17853721444164 ], [ -111.23349777690312, 41.178343822969289 ], [ -111.23337806923558, 41.178208045550917 ], [ -111.23329990520497, 41.178019937754719 ], [ -111.23324682338725, 41.17784439023827 ], [ -111.23311387798751, 41.177673508333065 ], [ -111.23305246728151, 41.177502481548075 ], [ -111.23301691884156, 41.177227810969931 ], [ -111.23305827964981, 41.177124135847798 ], [ -111.23312342413855, 41.177003297465468 ], [ -111.2332777709216, 41.176821925136878 ], [ -111.2334146365036, 41.176754088217415 ], [ -111.23367059560324, 41.176649977777046 ], [ -111.23381943063572, 41.176595628019321 ], [ -111.23391450354848, 41.176509859433089 ], [ -111.23397961059821, 41.176379111883456 ], [ -111.23399701294053, 41.176243957244019 ], [ -111.2340263693531, 41.176117786263411 ], [ -111.2340557096219, 41.175987111328986 ], [ -111.23407920099432, 41.175887976106893 ], [ -111.23418010523564, 41.175766163627657 ], [ -111.23437633690581, 41.175630645187738 ], [ -111.23448336180044, 41.175553859751098 ], [ -111.23459597462916, 41.175372570569245 ], [ -111.23465475178577, 41.17513914482906 ], [ -111.23470770906917, 41.174945365909181 ], [ -111.23470687310828, 41.174711160790764 ], [ -111.23480758139384, 41.174535300407506 ], [ -111.23499776674076, 41.174377273320523 ], [ -111.23515847218906, 41.17431028645801 ], [ -111.23527739642624, 41.174228071199622 ], [ -111.23555040251379, 41.173894218845938 ], [ -111.23567498287311, 41.1737273168158 ], [ -111.23585303218208, 41.173510761410533 ], [ -111.23605495579154, 41.173303164753456 ], [ -111.23613801861946, 41.173194899007996 ], [ -111.23632813215265, 41.173018853924468 ], [ -111.23644676433666, 41.172856467219567 ], [ -111.23647583923049, 41.172653728480213 ], [ -111.23652869197907, 41.172432924983866 ], [ -111.23658190084423, 41.172311208267544 ], [ -111.23670597304331, 41.172004682761866 ], [ -111.2367990812045, 41.171707228728572 ], [ -111.23696048031512, 41.171504217710137 ], [ -111.23720329000632, 41.171066831868117 ], [ -111.23744077011732, 41.170805111707061 ], [ -111.23761282892174, 41.170584061848501 ], [ -111.23776587804812, 41.1703810668903 ], [ -111.23808843272253, 41.170240777201755 ], [ -111.23831483403724, 41.170213285111416 ], [ -111.23843386449525, 41.170163494984969 ], [ -111.23855291437685, 41.170119109472019 ], [ -111.23880852551025, 41.169928511801515 ], [ -111.23908174147914, 41.16966221013427 ], [ -111.23923613985046, 41.169504250206934 ], [ -111.23942047405038, 41.16938316049545 ], [ -111.23966460212603, 41.169314192272701 ], [ -111.23990231255287, 41.16912002621207 ], [ -111.24002104396432, 41.168989163391124 ], [ -111.24015724489468, 41.168745664476923 ], [ -111.24034101239386, 41.168470538275407 ], [ -111.24050697974783, 41.168217968848509 ], [ -111.24063724994997, 41.167983489684516 ], [ -111.24076185570929, 41.167830093891041 ], [ -111.2408864443932, 41.167672194012077 ], [ -111.24142157940592, 41.167319762973428 ], [ -111.24154633094336, 41.167206901857291 ], [ -111.24177818388974, 41.167044272027972 ], [ -111.24180750478472, 41.166913594965905 ], [ -111.24173543609943, 41.166765114789158 ], [ -111.24163343449278, 41.16658066549239 ], [ -111.24152577099333, 41.166477299676373 ], [ -111.24137632063898, 41.166356005397354 ], [ -111.24136387146412, 41.166211904004932 ], [ -111.24143476492846, 41.166040604042657 ], [ -111.24154751110223, 41.165905248145009 ], [ -111.24180846455451, 41.165553389855098 ], [ -111.24195109229964, 41.165440490739606 ], [ -111.24210454712593, 41.165354592595669 ], [ -111.24221252270962, 41.165219246059685 ], [ -111.2423546180204, 41.164962220048871 ], [ -111.242501632985, 41.164746620155881 ], [ -111.2426152311931, 41.164520280894124 ], [ -111.24271601915684, 41.164375941036788 ], [ -111.24287657257196, 41.164276514936837 ], [ -111.24308488835771, 41.164199507751768 ], [ -111.24330519352064, 41.164141391603323 ], [ -111.24348383868609, 41.164099577450358 ], [ -111.24375779598937, 41.164044950199809 ], [ -111.2440854925436, 41.164017232345905 ], [ -111.24431781309497, 41.163985211913356 ], [ -111.2444771209251, 41.163872274263412 ], [ -111.24463256751754, 41.163682776836637 ], [ -111.24502457942094, 41.163321624752996 ], [ -111.24520852973164, 41.163105041979748 ], [ -111.24539231082343, 41.162843419403536 ], [ -111.24551083511795, 41.162663007386705 ], [ -111.24555225122087, 41.162581847348669 ], [ -111.24575956576876, 41.162239102233926 ], [ -111.24594332542438, 41.16197297480106 ], [ -111.24606785692552, 41.161806061320398 ], [ -111.24620397012707, 41.161549043202335 ], [ -111.2462381655975, 41.161449882387132 ], [ -111.24639331465073, 41.161183815360481 ], [ -111.24654163155557, 41.16100333850261 ], [ -111.24677339963095, 41.160827186684102 ], [ -111.24692201897054, 41.160727780460263 ], [ -111.24713585542636, 41.160538154379125 ], [ -111.24737926851849, 41.160289912534296 ], [ -111.24755748031555, 41.160136394066662 ], [ -111.24775958045583, 41.159996335905596 ], [ -111.2478725238846, 41.15991952511574 ], [ -111.24806862916877, 41.159770471331115 ], [ -111.24831816542923, 41.159567254173396 ], [ -111.24849034551433, 41.159395731293515 ], [ -111.24871595591806, 41.15917004492939 ], [ -111.24880504181326, 41.159088780737747 ], [ -111.24901273758231, 41.158854124497168 ], [ -111.24926279642207, 41.158790527803717 ], [ -111.24957931025907, 41.158650218779798 ], [ -111.24989898784119, 41.158401806272465 ], [ -111.25016715524411, 41.15808594490408 ], [ -111.25053476013447, 41.157904986361721 ], [ -111.25079638928024, 41.157751281366998 ], [ -111.25104001540917, 41.157565186282575 ], [ -111.25131959229066, 41.157430357734953 ], [ -111.25155744928792, 41.157294718826236 ], [ -111.25185462261457, 41.157086885900689 ], [ -111.25209810868829, 41.156865657740063 ], [ -111.25227612751819, 41.156667092409137 ], [ -111.25246592552871, 41.156432469053257 ], [ -111.25251328839748, 41.156351293398991 ], [ -111.25255469191563, 41.156270130790254 ], [ -111.25268496830773, 41.156054554307921 ], [ -111.25281487352504, 41.155742593068759 ], [ -111.25292142908218, 41.155557695502594 ], [ -111.25309909542196, 41.155269049796914 ], [ -111.25329475891958, 41.155011892175153 ], [ -111.25350833288415, 41.154763702779569 ], [ -111.25365678946092, 41.15462825619764 ], [ -111.25385901608479, 41.154528722874176 ], [ -111.2541919066074, 41.154316301120403 ], [ -111.2545780429744, 41.154004672894999 ], [ -111.25473252439333, 41.153887227567481 ], [ -111.25494051417699, 41.153738135668384 ], [ -111.25514263134195, 41.153611576363389 ], [ -111.25540428509335, 41.153471372732042 ], [ -111.25560650201318, 41.153370935547848 ], [ -111.25591560127732, 41.153172974346226 ], [ -111.25612346341319, 41.152992352625489 ], [ -111.25645600535414, 41.15269434917807 ], [ -111.25662793550589, 41.152468766586821 ], [ -111.25681716105714, 41.152094513368112 ], [ -111.2569355995852, 41.151905081495748 ], [ -111.2571078427721, 41.151760569361102 ], [ -111.25735139718844, 41.151566353731866 ], [ -111.25754740324338, 41.151403771863123 ], [ -111.2577077791305, 41.151272797337171 ], [ -111.25788001896811, 41.151128284041867 ], [ -111.25814720942549, 41.150884469850872 ], [ -111.25845534838567, 41.150446891366677 ], [ -111.25853208613321, 41.150262055354702 ], [ -111.25865599718635, 41.149951001493271 ], [ -111.25880427292878, 41.149775012622428 ], [ -111.25914302887011, 41.149549051246787 ], [ -111.25939252771271, 41.149354817864307 ], [ -111.25953487707844, 41.149187849374528 ], [ -111.25967101837021, 41.148957838748963 ], [ -111.25977099856608, 41.148624317582275 ], [ -111.25988307261314, 41.14833580899603 ], [ -111.26001282186409, 41.147996815624133 ], [ -111.26011858290633, 41.1476191418787 ], [ -111.26019502784531, 41.147362241372505 ], [ -111.26026547817298, 41.147096346352861 ], [ -111.26034834350587, 41.146956535165188 ], [ -111.26043119066739, 41.146812219957773 ], [ -111.26075770576914, 41.146509713434483 ], [ -111.26115000955249, 41.146270112825533 ], [ -111.26162604894968, 41.146111392701918 ], [ -111.26212620978806, 41.14602558050094 ], [ -111.26252532261179, 41.14600125083809 ], [ -111.26299563237703, 41.14590109009162 ], [ -111.26348367131496, 41.145764854884106 ], [ -111.26385875394244, 41.145691932375939 ], [ -111.26420991228386, 41.145596543526544 ], [ -111.26438818979742, 41.145479030523866 ], [ -111.26461377410581, 41.145272229404057 ], [ -111.26475588041052, 41.145050306127303 ], [ -111.26484435115529, 41.144825803592511 ], [ -111.26493891724181, 41.144635517359859 ], [ -111.26496778351017, 41.14440574698375 ], [ -111.26496720337049, 41.144261620324095 ], [ -111.26498424379407, 41.144054397129757 ], [ -111.26525210521373, 41.143990724660576 ], [ -111.26536520048721, 41.143963440190539 ], [ -111.26561522318677, 41.143908815968452 ], [ -111.26611515808789, 41.143772542149804 ], [ -111.26668669739246, 41.143663124415262 ], [ -111.26725819821171, 41.143544695932974 ], [ -111.26752018878044, 41.143503551809353 ], [ -111.26810261297865, 41.143434637773019 ], [ -111.26867671304304, 41.14337024420734 ], [ -111.26926630290573, 41.143305811575033 ], [ -111.26981312288575, 41.143273004111421 ], [ -111.27014686605303, 41.143294741938568 ], [ -111.27058182228231, 41.143298225105575 ], [ -111.27086801258996, 41.143347096530405 ], [ -111.27116017993109, 41.143400457174593 ], [ -111.27136880486685, 41.143422485906768 ], [ -111.27171429809559, 41.14340365550931 ], [ -111.27199998721929, 41.143330917296751 ], [ -111.27217243557693, 41.143249437981424 ], [ -111.27260083669734, 41.14310880100188 ], [ -111.27283277064821, 41.143004659912052 ], [ -111.27327911757436, 41.142881993904147 ], [ -111.27379694010617, 41.142754652305769 ], [ -111.27421366242527, 41.142672589087105 ], [ -111.27461247216613, 41.142581559061433 ], [ -111.27501738929921, 41.142526545079939 ], [ -111.27535088541461, 41.142489716414893 ], [ -111.27577390167308, 41.142488704520019 ], [ -111.27603043831647, 41.142570062915588 ], [ -111.27647747237002, 41.142613130089607 ], [ -111.27684130727553, 41.142706840307838 ], [ -111.27703824331363, 41.142782934870581 ], [ -111.27717429434134, 41.142832151604132 ], [ -111.27749771187231, 41.142948476986092 ], [ -111.27822451365803, 41.142928707899586 ], [ -111.27864151742891, 41.142914187992865 ], [ -111.27889752114228, 41.142868528476889 ], [ -111.27943335949298, 41.142777149933615 ], [ -111.27995752936143, 41.14274434925958 ], [ -111.28039209859372, 41.142657716321693 ], [ -111.28077919493208, 41.142616237467024 ], [ -111.28124985643815, 41.142610585323048 ], [ -111.28163700974901, 41.142582615448021 ], [ -111.28204809112017, 41.142577105690663 ], [ -111.28261417655573, 41.142593734298835 ], [ -111.28322210377971, 41.142641785262228 ], [ -111.28368229702461, 41.142695601718657 ], [ -111.28392553453172, 41.142730133669659 ], [ -111.28423579743546, 41.142832960548716 ], [ -111.28452240445671, 41.142976381018144 ], [ -111.28460716015238, 41.143011302849324 ], [ -111.28486857351241, 41.143115149495365 ], [ -111.28517821532797, 41.143073847372037 ], [ -111.28592851543576, 41.142977403509207 ], [ -111.28628582000616, 41.142935980095722 ], [ -111.28652406200642, 41.142917371773798 ], [ -111.28707208093576, 41.142888983407701 ], [ -111.28746411770531, 41.142888005779589 ], [ -111.28798977139893, 41.142922724853051 ], [ -111.28854408331161, 41.142970881746876 ], [ -111.28919433765192, 41.143158419140249 ], [ -111.28941033511535, 41.143229940680079 ], [ -111.28986801138203, 41.143251309940403 ], [ -111.29008251659189, 41.143254373183026 ], [ -111.29012422682253, 41.143255168942652 ], [ -111.29058273722579, 41.143195461273947 ], [ -111.290844532431, 41.143113728610807 ], [ -111.29139189310966, 41.142936689374324 ], [ -111.29174249738854, 41.142728618000852 ], [ -111.29195612606674, 41.142534404787426 ], [ -111.2921876273457, 41.142340145841331 ], [ -111.29233561615706, 41.142123578383639 ], [ -111.2926136170895, 41.141667968537661 ], [ -111.29277953670692, 41.141464866941071 ], [ -111.29300495367448, 41.141243597780111 ], [ -111.29314703967836, 41.141040556259263 ], [ -111.2932770887917, 41.140810521195021 ], [ -111.29353734495409, 41.140386482209635 ], [ -111.29362013111961, 41.14024664718643 ], [ -111.29383912102286, 41.139921800693728 ], [ -111.29420051001274, 41.139465974130069 ], [ -111.2943376612953, 41.139226911668381 ], [ -111.29452744037631, 41.139032754517807 ], [ -111.29486482649317, 41.138806691308496 ], [ -111.29533913434032, 41.138557756141594 ], [ -111.2957627293848, 41.138426053299817 ], [ -111.2962682942015, 41.138240090083798 ], [ -111.29655389289434, 41.138158283176587 ], [ -111.29686915685348, 41.138049375098774 ], [ -111.29726166460512, 41.137895226830814 ], [ -111.29767933469671, 41.137772540227928 ], [ -111.29799948326232, 41.137690640450039 ], [ -111.29863645270467, 41.137581795690814 ], [ -111.29913059531059, 41.137507548791518 ], [ -111.29935067515646, 41.137430409058375 ], [ -111.2998265823434, 41.137276936096278 ], [ -111.3000882357161, 41.137171761920719 ], [ -111.3004669665241, 41.136873510486652 ], [ -111.30064614129751, 41.136710898882008 ], [ -111.30082981361973, 41.136489723197755 ], [ -111.30116171929274, 41.13611502364509 ], [ -111.30129783235169, 41.135916491538509 ], [ -111.30135499432545, 41.13538937347424 ], [ -111.30140120978736, 41.135073972218997 ], [ -111.30151250099921, 41.134659312506763 ], [ -111.30163044947983, 41.134397771421789 ], [ -111.30181466944532, 41.134298200808104 ], [ -111.30200486672034, 41.134203118234737 ], [ -111.3022666780607, 41.13413577230282 ], [ -111.30248684225816, 41.134080245552106 ], [ -111.30279039024803, 41.134020896043559 ], [ -111.30301688800242, 41.134047324539274 ], [ -111.30330862469694, 41.134010524761571 ], [ -111.3035825102543, 41.133978275294233 ], [ -111.30416573240778, 41.133850624727842 ], [ -111.30444507429888, 41.133710262659783 ], [ -111.3046172695787, 41.133588199304256 ], [ -111.30499591755023, 41.133280925035457 ], [ -111.30526409400225, 41.13304600639524 ], [ -111.30554846773607, 41.132707452009917 ], [ -111.30572569540048, 41.132387197328896 ], [ -111.30587349189257, 41.132143588627528 ], [ -111.30596297145838, 41.131913646646126 ], [ -111.30615179487013, 41.131525800357473 ], [ -111.30636985886983, 41.131277500220548 ], [ -111.30674388769846, 41.131006264449226 ], [ -111.30714260223158, 41.130919625974585 ], [ -111.30780916587263, 41.130787230688568 ], [ -111.30823776751423, 41.130723028604585 ], [ -111.30858905539553, 41.130686056097424 ], [ -111.30897010617842, 41.130644498691986 ], [ -111.31010729872172, 41.130519834956814 ], [ -111.31050198353198, 41.130590835987469 ], [ -111.31075749056033, 41.130707251256993 ], [ -111.31091317770523, 41.130877983491153 ], [ -111.31114083812447, 41.131152113322393 ], [ -111.31135056569728, 41.131412779134067 ], [ -111.31182233796974, 41.131659223543032 ], [ -111.3121089345279, 41.131798071668236 ], [ -111.31250837762022, 41.131865449703753 ], [ -111.31293744814752, 41.131899416224918 ], [ -111.31332499582145, 41.131970426944193 ], [ -111.31373080156985, 41.132122458758985 ], [ -111.31414230839809, 41.13222042551341 ], [ -111.31457755852102, 41.132300309936738 ], [ -111.31467173989516, 41.132312663939743 ], [ -111.31492328178888, 41.132344405432271 ], [ -111.31531007941743, 41.132257771287939 ], [ -111.31563737057833, 41.132184810918474 ], [ -111.3159468980048, 41.132134418370924 ], [ -111.31643977107278, 41.132056497481095 ], [ -111.3168877381751, 41.132055266126848 ], [ -111.31747176388464, 41.132103202236074 ], [ -111.31808018410004, 41.132268172197698 ], [ -111.31846226151549, 41.132438268864064 ], [ -111.3187553120367, 41.132676170711754 ], [ -111.31931237642834, 41.133305188810162 ], [ -111.31959402234969, 41.133646712213007 ], [ -111.31982203468405, 41.133983879809634 ], [ -111.31999092454492, 41.134168075011537 ], [ -111.32017536980854, 41.134365738741238 ], [ -111.32055799100519, 41.134643922973439 ], [ -111.32093452645962, 41.134895098848041 ], [ -111.32124533688102, 41.135105920740735 ], [ -111.3215262264327, 41.135288900475352 ], [ -111.32175953384923, 41.135487326038763 ], [ -111.32198655057448, 41.135617307851525 ], [ -111.32229758822299, 41.135873166270656 ], [ -111.32252500443724, 41.136084217950227 ], [ -111.3227889171436, 41.136448303012315 ], [ -111.32300457674084, 41.136690914680536 ], [ -111.32319042858927, 41.136929105559851 ], [ -111.32334633962007, 41.137135852155602 ], [ -111.32384796289547, 41.137377659203473 ], [ -111.3241760016264, 41.137453304589719 ], [ -111.32427129489989, 41.137447631588799 ], [ -111.32449761746642, 41.137434383092867 ], [ -111.32496628975143, 41.137275421899368 ], [ -111.32527080080608, 41.137170970454854 ], [ -111.32557989869005, 41.137030473223746 ], [ -111.32594285747318, 41.136939366805805 ], [ -111.32637148100336, 41.136875097241756 ], [ -111.32688361955515, 41.136833109147538 ], [ -111.32738422327452, 41.136867719595763 ], [ -111.32832086606892, 41.137130790078452 ], [ -111.32886337747742, 41.137205810665705 ], [ -111.32966851509528, 41.137379165470342 ], [ -111.33010246824894, 41.137427466818451 ], [ -111.33089652612351, 41.137528780753549 ], [ -111.33106372099866, 41.137604868408886 ], [ -111.33145193361001, 41.137797424151714 ], [ -111.33169071088531, 41.137891320917149 ], [ -111.33212033448306, 41.138025203140607 ], [ -111.332138229824, 41.138029655547733 ], [ -111.33238881032403, 41.138100996824889 ], [ -111.33245425237281, 41.138082791979819 ], [ -111.33268034324442, 41.138023587267512 ], [ -111.33284777664687, 41.137910503594483 ], [ -111.333000843091, 41.137783949203779 ], [ -111.3331965522777, 41.13760772726404 ], [ -111.33354676261024, 41.137353588926317 ], [ -111.33399229866329, 41.137100974782186 ], [ -111.33428870797785, 41.136811858927608 ], [ -111.33449568500919, 41.136509490003476 ], [ -111.33485544466109, 41.135792308475075 ], [ -111.33516875338215, 41.135313973056391 ], [ -111.33544642879041, 41.134858260530521 ], [ -111.33565321074849, 41.134519857974638 ], [ -111.33608013078494, 41.134126764978291 ], [ -111.33644864782795, 41.133963545163546 ], [ -111.33678746940218, 41.133818427000598 ], [ -111.33716297010417, 41.133623656449736 ], [ -111.33733384354508, 41.133488036098242 ], [ -111.33749969206002, 41.133301985363616 ], [ -111.33755307979685, 41.133257689701331 ], [ -111.33787363117274, 41.133036053787158 ], [ -111.3382366201058, 41.132958420532283 ], [ -111.33873769638201, 41.132857860162986 ], [ -111.33917744402729, 41.132879086318844 ], [ -111.33974920657637, 41.132854881491966 ], [ -111.34029722886605, 41.132847859174127 ], [ -111.34068443820088, 41.132846714736672 ], [ -111.34096430838697, 41.132824267519339 ], [ -111.34110038770802, 41.132643704500452 ], [ -111.34127181635563, 41.132387369322629 ], [ -111.34140788926649, 41.132205905146456 ], [ -111.34167513675543, 41.132047472658449 ], [ -111.34191857842453, 41.131893614210242 ], [ -111.34220962787077, 41.131730605824501 ], [ -111.34245857438823, 41.13149025297264 ], [ -111.34269523963634, 41.131179673620267 ], [ -111.34301503633294, 41.130818401407787 ], [ -111.34325143364582, 41.130457376809773 ], [ -111.34342242082849, 41.13011906674592 ], [ -111.34350494710904, 41.129952172463028 ], [ -111.34377740840506, 41.129654095293965 ], [ -111.34418713136739, 41.129405151537348 ], [ -111.34451967289246, 41.129205981232985 ], [ -111.34490598795554, 41.129038177035454 ], [ -111.34517340300583, 41.128915767921633 ], [ -111.34563128954547, 41.12876576285182 ], [ -111.34589908059269, 41.128715415040809 ], [ -111.34638729225, 41.128668908080087 ], [ -111.34703063793812, 41.128671475923731 ], [ -111.34733499890727, 41.128778654865556 ], [ -111.34753800183165, 41.128868122785356 ], [ -111.34781260475349, 41.12897989423508 ], [ -111.34800993780341, 41.129123426520309 ], [ -111.34818373048647, 41.129321077693902 ], [ -111.34826760121153, 41.129410904312742 ], [ -111.34844756665741, 41.129649072474834 ], [ -111.34865707894505, 41.129842110863208 ], [ -111.34886023008067, 41.129958600020558 ], [ -111.3490864213736, 41.129926386798971 ], [ -111.3494553365187, 41.12984870022337 ], [ -111.34984259961989, 41.129861036875255 ], [ -111.34986640285669, 41.129856460582268 ], [ -111.350265076635, 41.129774177028381 ], [ -111.35065810437339, 41.129750461362136 ], [ -111.35101017850292, 41.129866493335754 ], [ -111.35135096498432, 41.130099662811986 ], [ -111.35160199743676, 41.130257437937168 ], [ -111.35196562373334, 41.130304970831162 ], [ -111.35225198515488, 41.130385167693298 ], [ -111.35244863306801, 41.13039807825929 ], [ -111.35274613721491, 41.130334111620449 ], [ -111.35293021973175, 41.130225451684346 ], [ -111.35313209962696, 41.130103224882205 ], [ -111.35359491724796, 41.129764004832367 ], [ -111.35400474878841, 41.12954204990195 ], [ -111.35426030800046, 41.129433168169264 ], [ -111.3545517813706, 41.129356604189816 ], [ -111.35485532768844, 41.129309728727492 ], [ -111.35568246285384, 41.129149537755474 ], [ -111.35614701413618, 41.129134590532743 ], [ -111.35669012071268, 41.129105886223904 ], [ -111.35718336137083, 41.129108862017091 ], [ -111.35748117281585, 41.129103434275663 ], [ -111.3577435864032, 41.129161171779408 ], [ -111.35807145098792, 41.129205193251998 ], [ -111.35833979771539, 41.129258406948232 ], [ -111.35878084112549, 41.129302074302643 ], [ -111.35913839253671, 41.129327984253877 ], [ -111.35959703664015, 41.129322049545777 ], [ -111.36005665039335, 41.129275573927188 ], [ -111.36035287667438, 41.129198079619258 ], [ -111.36062604749046, 41.129044088618649 ], [ -111.36087529153201, 41.128872155895358 ], [ -111.3612967096913, 41.128596090645523 ], [ -111.36161765267788, 41.128464467484392 ], [ -111.36191474304978, 41.12832841435651 ], [ -111.36231316925748, 41.128205553827172 ], [ -111.36261085211952, 41.128177593199169 ], [ -111.36297400798331, 41.128140417521202 ], [ -111.36331363506581, 41.128157362982925 ], [ -111.36355800596957, 41.128183616102767 ], [ -111.3638307698635, 41.128173746985432 ], [ -111.36408246326076, 41.128231503912737 ], [ -111.36429737540195, 41.128316400643421 ], [ -111.36439965996927, 41.128500741416936 ], [ -111.36456176115949, 41.128729932880944 ], [ -111.36468812328515, 41.128959237247564 ], [ -111.36489234785769, 41.129264862970025 ], [ -111.365078254682, 41.12948947426392 ], [ -111.36531737396453, 41.129641852434105 ], [ -111.36566384132287, 41.129816409447891 ], [ -111.36606937774999, 41.129900697627995 ], [ -111.36633190211356, 41.12997643121799 ], [ -111.36659425158648, 41.130020636729775 ], [ -111.36691549190229, 41.129943045959692 ], [ -111.36713473809927, 41.129735163229554 ], [ -111.36718590214655, 41.129509799903104 ], [ -111.36723839377611, 41.129095264078337 ], [ -111.36725505841554, 41.128879018678404 ], [ -111.36722389379928, 41.128631397696481 ], [ -111.36727609734942, 41.128379006937159 ], [ -111.36728064752664, 41.128126768076513 ], [ -111.3673151313793, 41.127901457808214 ], [ -111.36735527014292, 41.127622081407658 ], [ -111.36744296048354, 41.127324537296566 ], [ -111.36756028185461, 41.126999874526561 ], [ -111.36764835257675, 41.126770789928976 ], [ -111.3677183169028, 41.126499425378228 ], [ -111.36779446847974, 41.126269477892343 ], [ -111.36782347107636, 41.126129761052596 ], [ -111.36789331327363, 41.125836777517549 ], [ -111.36793385091366, 41.125629463679097 ], [ -111.36801022721916, 41.125440051376373 ], [ -111.36807466519822, 41.125246173151417 ], [ -111.36807313001648, 41.12497143352374 ], [ -111.36805365545816, 41.124684139970725 ], [ -111.3680109749255, 41.124507719158252 ], [ -111.36797377790765, 41.124246605433562 ], [ -111.36794278900948, 41.124030511953585 ], [ -111.3678517852882, 41.123733537922618 ], [ -111.36782702988405, 41.1235669685977 ], [ -111.36785580490928, 41.123386716321505 ], [ -111.36791991436856, 41.123134287031235 ], [ -111.36801445826566, 41.12299886475072 ], [ -111.36813275085265, 41.122849854474097 ], [ -111.36828660343801, 41.122669202327906 ], [ -111.36843462501611, 41.122511088672972 ], [ -111.368518471179, 41.122380204188055 ], [ -111.36861164514534, 41.122213257707536 ], [ -111.36868198392325, 41.122010352137096 ], [ -111.36869841534094, 41.121753570913974 ], [ -111.36869738187353, 41.121568909754835 ], [ -111.36866015867818, 41.121303292191861 ], [ -111.36862321300043, 41.121087217846757 ], [ -111.36855658852694, 41.12088925447739 ], [ -111.36849584483178, 41.120677760216154 ], [ -111.36838152335342, 41.120470941256087 ], [ -111.36824948591186, 41.120291202877709 ], [ -111.36804595326583, 41.120107188750659 ], [ -111.36787207541705, 41.119900559506064 ], [ -111.36768088405869, 41.119793073531646 ], [ -111.36755490625367, 41.119631331045866 ], [ -111.36760174893477, 41.119487053173032 ], [ -111.36780937362383, 41.119337758072589 ], [ -111.36802265128759, 41.119134396376779 ], [ -111.36815274790486, 41.118967332225431 ], [ -111.36832440842193, 41.118777614982072 ], [ -111.3686268930626, 41.118551446852521 ], [ -111.36890027782103, 41.118446979479465 ], [ -111.36921530138703, 41.118333369994929 ], [ -111.3694771769559, 41.118301002357754 ], [ -111.36987542722534, 41.1181601000442 ], [ -111.37003575105109, 41.118074008951901 ], [ -111.37020190363052, 41.117965378835486 ], [ -111.37031422154917, 41.117815484598395 ], [ -111.37043805528576, 41.117595290596995 ], [ -111.3704835977997, 41.117432999631596 ], [ -111.37050123763609, 41.117180718084597 ], [ -111.37041045489717, 41.116923380345249 ], [ -111.37032629673311, 41.116784927227826 ], [ -111.37025516021882, 41.116632019349197 ], [ -111.37017543321342, 41.116434098870769 ], [ -111.37004874755475, 41.116146248856616 ], [ -111.37003564770792, 41.11593460219494 ], [ -111.37011210811968, 41.11576320399125 ], [ -111.37030745008076, 41.115550887543165 ], [ -111.3704971138844, 41.115388133195289 ], [ -111.37068109999815, 41.115274940977898 ], [ -111.37094250630203, 41.115161499222836 ], [ -111.37129876726846, 41.11497118293881 ], [ -111.37154800650457, 41.114812738852073 ], [ -111.37173201460914, 41.114704048894247 ], [ -111.3720298317218, 41.114500406844734 ], [ -111.37224211866165, 41.114337576547165 ], [ -111.37244961480995, 41.114170257325441 ], [ -111.37269884824532, 41.114011810751677 ], [ -111.37294828440183, 41.113889395116722 ], [ -111.37321548355708, 41.113748905331228 ], [ -111.37335749255823, 41.113586300598641 ], [ -111.37345791593458, 41.113441846563852 ], [ -111.37354635172565, 41.11328391925305 ], [ -111.37368217379587, 41.113080798008973 ], [ -111.37383005880835, 41.112904661565594 ], [ -111.37406704133119, 41.112687699521636 ], [ -111.37419721226397, 41.112538644217743 ], [ -111.37445246729652, 41.112393686313183 ], [ -111.37466079670777, 41.112374992959516 ], [ -111.37492272272323, 41.112356124828324 ], [ -111.37511316066986, 41.11233298485935 ], [ -111.37543379152434, 41.112165291815181 ], [ -111.37558599756109, 41.111912570701996 ], [ -111.37559763574022, 41.111655803700891 ], [ -111.37552432638978, 41.11133175331188 ], [ -111.37542139636395, 41.111034823495181 ], [ -111.37542037010518, 41.110854666068093 ], [ -111.37550890040583, 41.11071475295828 ], [ -111.37563274978415, 41.11050266031797 ], [ -111.37566150313833, 41.110323306586075 ], [ -111.37561801610109, 41.110007266175195 ], [ -111.37550310087985, 41.109696863374154 ], [ -111.37551432304829, 41.10957611905463 ], [ -111.3755433432396, 41.109443606266595 ], [ -111.3756317019876, 41.109273967053916 ], [ -111.37582684778636, 41.10903371675758 ], [ -111.37599194033123, 41.108744920776147 ], [ -111.37620556992027, 41.108613606807914 ], [ -111.37647317296968, 41.108548775603516 ], [ -111.37678234093464, 41.108463089359319 ], [ -111.37702014802282, 41.108394751103958 ], [ -111.37727566440749, 41.10829933024165 ], [ -111.37744175465953, 41.108186185720342 ], [ -111.37760168311506, 41.108037028981599 ], [ -111.37768974047562, 41.10781604329884 ], [ -111.37770662404218, 41.107644835129193 ], [ -111.37770476576037, 41.107320551650098 ], [ -111.37763175552975, 41.107049648845418 ], [ -111.37764237987678, 41.106825313714289 ], [ -111.37764694110791, 41.106582081552446 ], [ -111.37761587764447, 41.106356982235468 ], [ -111.37750116587686, 41.106082612750789 ], [ -111.37735724933171, 41.105907427302057 ], [ -111.37714764750324, 41.105700027732873 ], [ -111.37705774126211, 41.105597630265407 ], [ -111.37703928499279, 41.105494098126442 ], [ -111.37719956869894, 41.105407997048601 ], [ -111.37746128573708, 41.105357595672565 ], [ -111.37763963862983, 41.105307466971581 ], [ -111.37786508545123, 41.105162599058637 ], [ -111.37819729930372, 41.104945315909156 ], [ -111.37834489561031, 41.104724134162048 ], [ -111.37835988958942, 41.1042241382466 ], [ -111.37837537455461, 41.103809717142489 ], [ -111.3783434879701, 41.103441392626841 ], [ -111.37833965715694, 41.102773908672802 ], [ -111.37834998900652, 41.102499129186583 ], [ -111.37835454744788, 41.102255896826485 ], [ -111.37829322138909, 41.101945320401178 ], [ -111.37817854045953, 41.101675455301049 ], [ -111.37812961500798, 41.101450414557206 ], [ -111.37806290482878, 41.101238944221407 ], [ -111.37804380258463, 41.101022813615181 ], [ -111.37801892709861, 41.100838230128055 ], [ -111.37813591762666, 41.100473020039388 ], [ -111.37821839158698, 41.100318711604743 ], [ -111.37829486972663, 41.100157216349388 ], [ -111.37835866393141, 41.099860641861412 ], [ -111.37833308503775, 41.099553551155829 ], [ -111.37832913080136, 41.098864447819636 ], [ -111.37835753081021, 41.098625641047718 ], [ -111.37842211948727, 41.098467787927817 ], [ -111.37851104066277, 41.098399935412971 ], [ -111.37870728747355, 41.098358754292022 ], [ -111.37893917990527, 41.098303943523099 ], [ -111.37915326200488, 41.098258198954845 ], [ -111.37958152902119, 41.098184724401932 ], [ -111.37995633973222, 41.098133944695078 ], [ -111.38019431407028, 41.098101631488433 ], [ -111.38039663754471, 41.098082046777556 ], [ -111.38069987547442, 41.098009881586869 ], [ -111.3808840558471, 41.097941712452126 ], [ -111.3811686967022, 41.097742593880582 ], [ -111.38140497555717, 41.097417521877709 ], [ -111.38152859362165, 41.097172994209316 ], [ -111.38162084961266, 41.096859208218035 ], [ -111.38163838455183, 41.096597015597183 ], [ -111.38159504003559, 41.096308901226365 ], [ -111.38153359501612, 41.09597940968164 ], [ -111.38147894853152, 41.095795826171759 ], [ -111.38141257215821, 41.095642908868903 ], [ -111.38135797318256, 41.095467432388723 ], [ -111.38120837654157, 41.095337310524954 ], [ -111.38102205010682, 41.09523883814775 ], [ -111.38078993043267, 41.095045932158961 ], [ -111.38047290188446, 41.094789348855421 ], [ -111.38037044882509, 41.094574394407474 ], [ -111.38034481604311, 41.094259196795122 ], [ -111.38037910846343, 41.094011361828898 ], [ -111.38043087141182, 41.093695908675322 ], [ -111.38058418604368, 41.093439573328133 ], [ -111.38079086213268, 41.093145227553499 ], [ -111.38096228936807, 41.092932971344275 ], [ -111.38128158736049, 41.092553576425658 ], [ -111.38137603429651, 41.092413638823615 ], [ -111.38148781987452, 41.092183563067437 ], [ -111.38145635969074, 41.091890905038603 ], [ -111.38135392884283, 41.091679554509376 ], [ -111.38126829099258, 41.091283482914989 ], [ -111.3811358611195, 41.091031695119334 ], [ -111.38104533913693, 41.090820304889228 ], [ -111.38081737346637, 41.090519288219035 ], [ -111.38058428838876, 41.09036241711059 ], [ -111.38017918143989, 41.090107024460934 ], [ -111.3800642055856, 41.089990298845969 ], [ -111.37998380732907, 41.089675281528343 ], [ -111.38003735644865, 41.089463415248225 ], [ -111.38013042585629, 41.089084769233757 ], [ -111.38031915857997, 41.088777871988064 ], [ -111.38040731147342, 41.088579403393652 ], [ -111.38051225757523, 41.088196213769045 ], [ -111.38055806255666, 41.087880779920795 ], [ -111.38055689317231, 41.087678102117856 ], [ -111.38050175759848, 41.08740804197005 ], [ -111.38050045330073, 41.087181943600463 ], [ -111.38066004350678, 41.086984139645011 ], [ -111.38092111260289, 41.086834643640223 ], [ -111.38123014187289, 41.086743540864447 ], [ -111.38145596039362, 41.086675232947321 ], [ -111.3818599992542, 41.086543277572559 ], [ -111.38207955051119, 41.086420940746713 ], [ -111.38233991960662, 41.086357020561834 ], [ -111.38261528560558, 41.086415559824069 ], [ -111.38293720458887, 41.086494662298719 ], [ -111.38335996168038, 41.086511272704612 ], [ -111.38344330160662, 41.086510995400936 ], [ -111.38366358331758, 41.086514766187321 ], [ -111.38397905824745, 41.086509211295237 ], [ -111.38463242737096, 41.086259310081822 ], [ -111.38493523309172, 41.086123177762914 ], [ -111.38519046773415, 41.085996211757539 ], [ -111.38545721745376, 41.085802546900439 ], [ -111.38565231118989, 41.08557128734661 ], [ -111.38575266535484, 41.085426822198656 ], [ -111.38587165156726, 41.085211130756939 ], [ -111.38602419887087, 41.08503406148975 ], [ -111.38621984740865, 41.084898284714257 ], [ -111.38643369621869, 41.08482099907377 ], [ -111.38675514186041, 41.084819920603081 ], [ -111.38711259440714, 41.084868264700852 ], [ -111.38745274489891, 41.085011250681085 ], [ -111.38788829938741, 41.085180938764232 ], [ -111.38812133031568, 41.085328787344729 ], [ -111.3884076984008, 41.085435919327665 ], [ -111.38872356579753, 41.085497910700461 ], [ -111.38881886300061, 41.085506597247232 ], [ -111.38893799781715, 41.08551970729394 ], [ -111.3892950038324, 41.085491477468786 ], [ -111.38950284497423, 41.085405198362274 ], [ -111.38967483609819, 41.085296519932193 ], [ -111.38981105705565, 41.085178954182794 ], [ -111.39007222597826, 41.085051056473468 ], [ -111.39030406741368, 41.084997123745239 ], [ -111.39068445401223, 41.084896745801878 ], [ -111.39094530513786, 41.084715699532275 ], [ -111.39105138546036, 41.084535178023877 ], [ -111.39111571653035, 41.084341286012965 ], [ -111.39122766829088, 41.084147232285048 ], [ -111.39134589264478, 41.084007205609318 ], [ -111.39159491879339, 41.083840610933002 ], [ -111.39183800714503, 41.083676738330624 ], [ -111.39221696451378, 41.083337646081389 ], [ -111.39233414066403, 41.083021964392245 ], [ -111.39239068055018, 41.082720001190893 ], [ -111.39241407359904, 41.082449679116124 ], [ -111.39240654049091, 41.082183966386701 ], [ -111.39235154871984, 41.081945439494397 ], [ -111.39224832214214, 41.081603483829667 ], [ -111.39244426917237, 41.081521743905661 ], [ -111.39283734179922, 41.081556436843741 ], [ -111.39308736398419, 41.081559187431409 ], [ -111.39316356004892, 41.081559828281989 ], [ -111.39342043505803, 41.081513911122656 ], [ -111.39374746725856, 41.081454241555711 ], [ -111.39411616553899, 41.081394428558127 ], [ -111.39440697064937, 41.081249304240963 ], [ -111.39466795881002, 41.081095273234332 ], [ -111.39494012246105, 41.080819594215214 ], [ -111.39513446871005, 41.080670294576223 ], [ -111.39530140649978, 41.080516584594612 ], [ -111.39570605685898, 41.080299001707672 ], [ -111.39599585240987, 41.08018540512159 ], [ -111.39626340708448, 41.080134940877578 ], [ -111.39659670697648, 41.080129290167577 ], [ -111.39704954001431, 41.080204299428189 ], [ -111.39772845208047, 41.080260510623482 ], [ -111.39818145036726, 41.08036253911019 ], [ -111.39874221744383, 41.080567785888086 ], [ -111.39902852735723, 41.080665883685896 ], [ -111.39929698115161, 41.080764042646805 ], [ -111.39975667445842, 41.080987650830217 ], [ -111.39994185233532, 41.081095105235825 ], [ -111.40009751483811, 41.081243198194137 ], [ -111.40029429812866, 41.081301067283931 ], [ -111.40039524240086, 41.081260180203465 ], [ -111.40055502653193, 41.081106487495177 ], [ -111.40066096535266, 41.080907941390613 ], [ -111.40079060335925, 41.080691296590281 ], [ -111.40097386591785, 41.080483473129618 ], [ -111.40135286747234, 41.080162366729887 ], [ -111.4015664637141, 41.080049021524715 ], [ -111.40174451030047, 41.079962824119676 ], [ -111.40191630237175, 41.079827103796774 ], [ -111.402206232127, 41.07954233754144 ], [ -111.40235962171779, 41.079317500751124 ], [ -111.40244184797479, 41.079136151113971 ], [ -111.40255979221773, 41.078955577445129 ], [ -111.40267801069906, 41.078820043115975 ], [ -111.40310538181994, 41.078624875029945 ], [ -111.40337953758581, 41.078682468187857 ], [ -111.40365926019143, 41.07867698459841 ], [ -111.40389742812107, 41.078689662161551 ], [ -111.40427861289923, 41.07872886180872 ], [ -111.40452879585386, 41.078759512080794 ], [ -111.40473665097079, 41.078682213475851 ], [ -111.40493202087535, 41.078510373480547 ], [ -111.40515103221999, 41.07831142577372 ], [ -111.40531688855393, 41.078180225267261 ], [ -111.4059852062494, 41.077484249958175 ], [ -111.40607960701846, 41.077348796028225 ], [ -111.40614394246373, 41.077163903513579 ], [ -111.40619592997814, 41.07690698978854 ], [ -111.40616525523225, 41.076758464474622 ], [ -111.40613441429569, 41.076582915471384 ], [ -111.4062043347916, 41.076338549834119 ], [ -111.40634156501972, 41.07619934144315 ], [ -111.40663112980683, 41.07605419057343 ], [ -111.40688647791994, 41.075958704285988 ], [ -111.40728992714159, 41.075750092951004 ], [ -111.40750338761559, 41.075618720983407 ], [ -111.40768714369298, 41.075496461804519 ], [ -111.40788844833281, 41.075324595724005 ], [ -111.40800659368284, 41.075180048031669 ], [ -111.40825553876232, 41.075012516655427 ], [ -111.40862972099727, 41.074885077102536 ], [ -111.40908888604147, 41.074833002621382 ], [ -111.40949854176414, 41.074859472643652 ], [ -111.40969644851523, 41.074908313670448 ], [ -111.4099398409839, 41.074997528952792 ], [ -111.41013083025773, 41.075082426197945 ], [ -111.41031561615938, 41.075126808812072 ], [ -111.41060720416839, 41.075117662883919 ], [ -111.41078550034658, 41.07507559021191 ], [ -111.41104109109419, 41.075020630249853 ], [ -111.41134387459455, 41.074897940596081 ], [ -111.41150968193035, 41.074762227252023 ], [ -111.41179309035508, 41.074396387173927 ], [ -111.41214224007352, 41.074074450911446 ], [ -111.41295689698448, 41.073955329954288 ], [ -111.41338561670436, 41.073985321081246 ], [ -111.41382011903973, 41.073988265574847 ], [ -111.41425515859925, 41.074076783357199 ], [ -111.41460673380864, 41.074143079603786 ], [ -111.41498222988642, 41.07422730481332 ], [ -111.41539893537815, 41.074239315530967 ], [ -111.41584542800278, 41.074255721295891 ], [ -111.41602384338543, 41.074233457886002 ], [ -111.41604169286778, 41.074232492633719 ], [ -111.41619632397089, 41.074213918062277 ], [ -111.41643991808493, 41.074145477319682 ], [ -111.4166835401294, 41.074081540005849 ], [ -111.41696284344158, 41.074012969026711 ], [ -111.41705809910428, 41.074017128355202 ], [ -111.41727845440768, 41.07403885084414 ], [ -111.41772608650646, 41.074235406990034 ], [ -111.41789931386324, 41.074333867881997 ], [ -111.4182454903693, 41.07448665025148 ], [ -111.41859771736797, 41.074654723346775 ], [ -111.41895657849619, 41.074929967489346 ], [ -111.41957141034828, 41.07521058442817 ], [ -111.42036472199491, 41.075477935790254 ], [ -111.42071677012208, 41.075616276332553 ], [ -111.42173201875902, 41.07596388050991 ], [ -111.42232275304552, 41.076195927221399 ], [ -111.42257223439969, 41.076303109630395 ], [ -111.42287147475439, 41.076558742308748 ], [ -111.42290287976977, 41.07681535747377 ], [ -111.42291787933006, 41.077112569209604 ], [ -111.42280070861088, 41.077590427630277 ], [ -111.42275580507574, 41.078013972287515 ], [ -111.42269229450106, 41.078320480084273 ], [ -111.422641091481, 41.078689999262181 ], [ -111.4227622982603, 41.079027357691878 ], [ -111.42303794525849, 41.07931460464291 ], [ -111.42322347382382, 41.079471564780867 ], [ -111.42354255889505, 41.079848731746218 ], [ -111.42376232384562, 41.079960524755016 ], [ -111.42404277345028, 41.080067589999032 ], [ -111.42448355799709, 41.080115511509568 ], [ -111.4247932545033, 41.080142295274001 ], [ -111.4253057806483, 41.080238592765653 ], [ -111.42575887864575, 41.08034952049573 ], [ -111.42628909580621, 41.080419624811221 ], [ -111.42667044890142, 41.080481269916596 ], [ -111.4269024594268, 41.080460592821886 ], [ -111.42698574462206, 41.08045307777293 ], [ -111.42711544002765, 41.080442688222661 ], [ -111.4272474987994, 41.080429587340056 ], [ -111.42765242836784, 41.080455109461965 ], [ -111.42808076404732, 41.08041838746886 ], [ -111.42868246411493, 41.080496322452639 ], [ -111.42920163059955, 41.080697071596113 ], [ -111.42939849599054, 41.08076389873036 ], [ -111.42978695048976, 41.081001164552447 ], [ -111.43020449398561, 41.081134727570706 ], [ -111.43057383251308, 41.081178388442616 ], [ -111.4307818407629, 41.081128066571232 ], [ -111.43101911009823, 41.081001066223017 ], [ -111.43128001109304, 41.080846952707127 ], [ -111.43152897682495, 41.080688379257055 ], [ -111.43186760877491, 41.080588021743196 ], [ -111.43212909615035, 41.080523984874716 ], [ -111.43246230547747, 41.080504718644654 ], [ -111.43272458953852, 41.080562286478553 ], [ -111.43293887156084, 41.080561481576439 ], [ -111.43302675834744, 41.08052962306413 ], [ -111.43315860315259, 41.080484087134202 ], [ -111.43356270641557, 41.08038347850696 ], [ -111.43403337952343, 41.080449267162969 ], [ -111.43424218318621, 41.080520545089378 ], [ -111.43453994518002, 41.080541942776584 ], [ -111.43485014626417, 41.080644365443284 ], [ -111.43508269523316, 41.080705643345738 ], [ -111.43524433410104, 41.080845558907093 ], [ -111.4353529615761, 41.081070350450219 ], [ -111.4356097738448, 41.081199996984708 ], [ -111.4358187600867, 41.081298295576403 ], [ -111.43602137786166, 41.081333561356999 ], [ -111.43624176355007, 41.081355247401873 ], [ -111.43647979783967, 41.081345337910584 ], [ -111.43671753987273, 41.081291289465923 ], [ -111.43721699326339, 41.081207421963342 ], [ -111.43744868628997, 41.081138982041175 ], [ -111.43792502189636, 41.081159692906567 ], [ -111.43817495985174, 41.081149734673801 ], [ -111.43852647645957, 41.081197941854519 ], [ -111.43886524999719, 41.081120083443274 ], [ -111.43910319306595, 41.081096656768018 ], [ -111.43939410689968, 41.080982946869831 ], [ -111.43953630222532, 41.080883315727363 ], [ -111.43970822856814, 41.080779066921885 ], [ -111.43989852174033, 41.080751316386966 ], [ -111.44031539243124, 41.080781252448439 ], [ -111.44060723521943, 41.08080716110792 ], [ -111.44100038769415, 41.08085069749346 ], [ -111.44154839094608, 41.080907151376088 ], [ -111.441846488694, 41.080978073301537 ], [ -111.44215679356063, 41.081093987987693 ], [ -111.44253892625606, 41.081269079291602 ], [ -111.44289083358987, 41.081374923326976 ], [ -111.44315237366382, 41.081319869332013 ], [ -111.44361052200384, 41.081291082224929 ], [ -111.44393231179893, 41.081343891383348 ], [ -111.44443895853864, 41.081445531198867 ], [ -111.44469542563915, 41.081521110340177 ], [ -111.44489856504921, 41.08163292711459 ], [ -111.44502438503031, 41.081754050243426 ], [ -111.44528799805695, 41.082006158691598 ], [ -111.44549669089992, 41.082058499658345 ], [ -111.44574098287954, 41.082093587204199 ], [ -111.44612221098285, 41.082132648180824 ], [ -111.44649129084117, 41.082135722678863 ], [ -111.44703231916846, 41.082039040244062 ], [ -111.4475728875473, 41.081874796511073 ], [ -111.44811909965399, 41.081665487928142 ], [ -111.44844507145589, 41.081457034093184 ], [ -111.448711732351, 41.081280338566287 ], [ -111.44886514462567, 41.081081563442623 ], [ -111.44905365662522, 41.080792570587974 ], [ -111.44917684544185, 41.080526352255504 ], [ -111.44932430233268, 41.080327599713179 ], [ -111.44963795409831, 41.080059737212622 ], [ -111.45001727407809, 41.07982044324806 ], [ -111.45059269935247, 41.07953444015876 ], [ -111.4508654835503, 41.079384739888944 ], [ -111.45122634736799, 41.079059036606388 ], [ -111.45136158248755, 41.07881528889282 ], [ -111.45150255295347, 41.078539990268851 ], [ -111.45167932708532, 41.07827806323931 ], [ -111.4518565007964, 41.078074686868035 ], [ -111.45206926210521, 41.077853154451077 ], [ -111.45231711647337, 41.077541403102593 ], [ -111.45243396357829, 41.077221157580965 ], [ -111.45250979467728, 41.076995657836058 ], [ -111.45263354958767, 41.076815010194174 ], [ -111.45276341025522, 41.076656858623956 ], [ -111.45292306069628, 41.076503093857077 ], [ -111.45306500937302, 41.076371918667753 ], [ -111.45321913964884, 41.076281231752198 ], [ -111.45356397692829, 41.076225826463052 ], [ -111.45371145944004, 41.076207229698312 ], [ -111.45377170390572, 41.076139431871994 ], [ -111.45374166585461, 41.076099013793005 ], [ -111.45366355470846, 41.075992125181372 ], [ -111.45363710922092, 41.075608485038551 ], [ -111.45371975331379, 41.075509070763822 ], [ -111.45384963980251, 41.075355421879429 ], [ -111.454033029709, 41.075192553962872 ], [ -111.45420997092278, 41.074957646511898 ], [ -111.45445805252874, 41.074681921863728 ], [ -111.45493217266953, 41.074387288334435 ], [ -111.45529962451572, 41.07416063498188 ], [ -111.45551884189622, 41.074015639277647 ], [ -111.45571465602757, 41.073929288254334 ], [ -111.45595774055769, 41.07379320540435 ], [ -111.45612974688561, 41.073706947875372 ], [ -111.45636126909541, 41.073620454400434 ], [ -111.45668231442343, 41.073569638038556 ], [ -111.45699111291412, 41.073469324889039 ], [ -111.45746614964449, 41.073309798528328 ], [ -111.45763210742972, 41.073210050639069 ], [ -111.45774437547456, 41.073092499627229 ], [ -111.4579692854376, 41.072911444293261 ], [ -111.45809320537631, 41.072757814288074 ], [ -111.45820547183369, 41.07264026282612 ], [ -111.45844309552979, 41.072576261112062 ], [ -111.4585981484834, 41.072620684571319 ], [ -111.45886593651477, 41.072615114489196 ], [ -111.45921087512954, 41.072577708062681 ], [ -111.45954939136085, 41.072472765577345 ], [ -111.45994748446172, 41.072376592399557 ], [ -111.46014338209595, 41.072303745634144 ], [ -111.46030952177213, 41.072231017410026 ], [ -111.46064233445833, 41.072162126837583 ], [ -111.46085069979338, 41.072170301798906 ], [ -111.46111864310927, 41.072187246076261 ], [ -111.46153590956402, 41.072280160477902 ], [ -111.46194152636022, 41.072409152406664 ], [ -111.46234682918875, 41.07249310373885 ], [ -111.46254955359176, 41.072545437873728 ], [ -111.46269853765328, 41.072572764812108 ], [ -111.46282962932432, 41.072594758572485 ], [ -111.46312072354831, 41.072517921124188 ], [ -111.46337539957756, 41.072340338842146 ], [ -111.4636422050511, 41.072195136297232 ], [ -111.46387387027906, 41.072131147361439 ], [ -111.4641707796598, 41.072035366870558 ], [ -111.46438455767979, 41.071966944915047 ], [ -111.46471688894434, 41.071830483878372 ], [ -111.4651549799367, 41.071499921175885 ], [ -111.46539224329462, 41.071386362114673 ], [ -111.46562387218459, 41.071317865761195 ], [ -111.46594454917293, 41.071217480611267 ], [ -111.46619988704977, 41.071135375101065 ], [ -111.46655585669458, 41.070976292899481 ], [ -111.46686389503759, 41.070772363364156 ], [ -111.46712992136914, 41.070519058836339 ], [ -111.4673901155449, 41.070282892707169 ], [ -111.46762040456106, 41.070026128740572 ], [ -111.46781500967182, 41.069773112410637 ], [ -111.46792075959679, 41.069579009156129 ], [ -111.46803226851337, 41.069357858142737 ], [ -111.46832138647018, 41.069005368045879 ], [ -111.46846145239361, 41.0687831997285 ], [ -111.46865293406637, 41.068594152072833 ], [ -111.46884640478868, 41.068350146652563 ], [ -111.46904560116626, 41.068074589277451 ], [ -111.4691820344086, 41.067844327558596 ], [ -111.46928166607029, 41.067627727682371 ], [ -111.46934607110219, 41.067478831878667 ], [ -111.46967702342099, 41.067153192165755 ], [ -111.46987842893651, 41.067021753771876 ], [ -111.4700622372001, 41.066926419175083 ], [ -111.47026943181825, 41.066772436249337 ], [ -111.47039881324, 41.066555713963659 ], [ -111.47049856740796, 41.06635712868043 ], [ -111.47067568330944, 41.066158227351707 ], [ -111.47094222276665, 41.065981480562151 ], [ -111.47109604697111, 41.065854738510971 ], [ -111.47139208128755, 41.065641837718559 ], [ -111.4715520477741, 41.065542094209221 ], [ -111.47193110163003, 41.065288315852278 ], [ -111.47206102226481, 41.0651481582508 ], [ -111.47220889153563, 41.065021439095041 ], [ -111.4725176261655, 41.064921084532251 ], [ -111.47285621076793, 41.064834118803468 ], [ -111.47314828123402, 41.064733830927594 ], [ -111.47344340445126, 41.064561465008346 ], [ -111.47367406372457, 41.064362339036137 ], [ -111.47396474666662, 41.064235030503774 ], [ -111.47432221368889, 41.064292112328381 ], [ -111.47468045859993, 41.064457286980186 ], [ -111.47496163647229, 41.064663314602718 ], [ -111.47500950222694, 41.064699149687812 ], [ -111.47520106303342, 41.064856001564728 ], [ -111.47523674205543, 41.064852251192491 ], [ -111.47552343562488, 41.064832151515589 ], [ -111.47575923969445, 41.06468704872313 ], [ -111.47601984120804, 41.064514818731581 ], [ -111.47625107738709, 41.06439675808118 ], [ -111.47663674017514, 41.064237521912666 ], [ -111.47699359109902, 41.064209021093205 ], [ -111.47721341132718, 41.064158566475179 ], [ -111.47743918197337, 41.064108086784849 ], [ -111.47773649168451, 41.064075326287224 ], [ -111.47805132718439, 41.063997451844401 ], [ -111.47852105093942, 41.063942354523057 ], [ -111.4789189598811, 41.063831703576746 ], [ -111.47923954733795, 41.063726777696687 ], [ -111.47945920064646, 41.063653799250339 ], [ -111.47976222884532, 41.063589481400925 ], [ -111.48005451242908, 41.063520703467077 ], [ -111.48033839887965, 41.063442951697837 ], [ -111.48070135847729, 41.063436934176387 ], [ -111.48102808873823, 41.063359001982334 ], [ -111.48134232574176, 41.063200048184534 ], [ -111.48160320245141, 41.063068340831464 ], [ -111.48185072369708, 41.062900656346265 ], [ -111.48202458741912, 41.062751295641441 ], [ -111.48218258399136, 41.062547952484586 ], [ -111.48235376962562, 41.062358066045888 ], [ -111.48268509300804, 41.062095443932044 ], [ -111.48298113881985, 41.061891521350148 ], [ -111.4832891234354, 41.061692952793173 ], [ -111.48349080831211, 41.06160562904946 ], [ -111.48380615321815, 41.061599801520956 ], [ -111.48394384070286, 41.061711824607585 ], [ -111.48417042350121, 41.061773929534937 ], [ -111.48438963474288, 41.061804536660226 ], [ -111.48467665596144, 41.061831254950206 ], [ -111.48505749089875, 41.061829652584692 ], [ -111.4854146494657, 41.06184526407862 ], [ -111.48583106177055, 41.061826393905349 ], [ -111.48642561178865, 41.061755424287064 ], [ -111.48662181353887, 41.06173207570378 ], [ -111.48703170271783, 41.061635759102778 ], [ -111.48740615359637, 41.06157562332573 ], [ -111.48779795615189, 41.061447852155339 ], [ -111.4882789147011, 41.061306189777071 ], [ -111.48867703114514, 41.061227933400062 ], [ -111.48902750942429, 41.061145373766081 ], [ -111.48930817180864, 41.061117158113461 ], [ -111.48965190897985, 41.061088673789001 ], [ -111.48999696965005, 41.061078199006943 ], [ -111.49021693650947, 41.061050239203453 ], [ -111.49054448011505, 41.061084877784147 ], [ -111.49074786085023, 41.0612272406077 ], [ -111.49110754352135, 41.061582428960229 ], [ -111.49131822498927, 41.061905822379373 ], [ -111.49164203655718, 41.062237740895455 ], [ -111.49187612248615, 41.062506984828985 ], [ -111.49220605163934, 41.062860495031948 ], [ -111.49244599867453, 41.063117101406988 ], [ -111.49266771908363, 41.063323339869527 ], [ -111.49303249294883, 41.063560494270753 ], [ -111.49332548387338, 41.063747509506371 ], [ -111.49366619679495, 41.063949633318884 ], [ -111.49413129761307, 41.064073753220974 ], [ -111.49444110715569, 41.064121968863248 ], [ -111.49485130331807, 41.064066159578879 ], [ -111.49521994500354, 41.064024039556081 ], [ -111.49549283362325, 41.06391026537338 ], [ -111.4961461607336, 41.063740804668285 ], [ -111.49657386634105, 41.063639873405435 ], [ -111.49697127467694, 41.063467006479243 ], [ -111.49739207636995, 41.063239988655305 ], [ -111.49761744781696, 41.063139025850447 ], [ -111.4980859589794, 41.062926212406836 ], [ -111.49820823657639, 41.062727505777332 ], [ -111.49835581207483, 41.062411584393459 ], [ -111.49855116102889, 41.062275618017935 ], [ -111.49877769029338, 41.062171044687403 ], [ -111.49904308394417, 41.062012254047943 ], [ -111.49945750979687, 41.061731207689839 ], [ -111.49960453461188, 41.061500863953945 ], [ -111.4998114451208, 41.061320705636753 ], [ -111.50004928718603, 41.061296252778696 ], [ -111.50031750268346, 41.061353641231506 ], [ -111.50045531989633, 41.061479156135015 ], [ -111.5005744716477, 41.061654296471552 ], [ -111.50065445299298, 41.061843119003065 ], [ -111.50076306576665, 41.062040825153126 ], [ -111.50096151264489, 41.062157067859637 ], [ -111.50124150352295, 41.062354028406027 ], [ -111.50144471265337, 41.062470249557514 ], [ -111.50166550048978, 41.062550361451365 ], [ -111.5020350196742, 41.062625321020583 ], [ -111.50238063442873, 41.062686871477794 ], [ -111.50277361460866, 41.062716685931221 ], [ -111.50303554438625, 41.062729054993724 ], [ -111.50337479786194, 41.062736581679914 ], [ -111.50358310359726, 41.06274017562982 ], [ -111.50383296050879, 41.062730075405739 ], [ -111.50405302990555, 41.06271560088895 ], [ -111.50427891219231, 41.062683084330452 ], [ -111.50464214010331, 41.062713022601912 ], [ -111.50495226069265, 41.062801745045249 ], [ -111.5051787976588, 41.062854800727955 ], [ -111.50566134982726, 41.062924749041549 ], [ -111.5062152415052, 41.062985373883059 ], [ -111.5070257725254, 41.06314395617941 ], [ -111.5074308317572, 41.063196221821642 ], [ -111.50765695640072, 41.063195225894859 ], [ -111.50789460116449, 41.063144634251877 ], [ -111.50807385997186, 41.063085291461967 ], [ -111.50828630328543, 41.063007785846736 ], [ -111.50853442565247, 41.062772480800184 ], [ -111.50866972800418, 41.06256920158522 ], [ -111.50889867634316, 41.06216282662546 ], [ -111.50899806477348, 41.061932681321714 ], [ -111.50913928672446, 41.061725772146737 ], [ -111.50932214736655, 41.061516877149941 ], [ -111.50953546141025, 41.061398828952015 ], [ -111.50986120759489, 41.061199210127221 ], [ -111.51015726917174, 41.061008729887668 ], [ -111.51036386366282, 41.060791620863533 ], [ -111.51067084733329, 41.060474977602567 ], [ -111.51080767698618, 41.06031672951832 ], [ -111.51094797164053, 41.060144953762709 ], [ -111.51110695803762, 41.059928054456407 ], [ -111.51125411248564, 41.059720215512158 ], [ -111.51136591297063, 41.059557573738658 ], [ -111.51154834882486, 41.059295529267423 ], [ -111.51184975371096, 41.059028452097095 ], [ -111.51213414387172, 41.058869546906884 ], [ -111.51247184011122, 41.058678875633525 ], [ -111.51271468062912, 41.058533665914489 ], [ -111.513017547103, 41.058455749207234 ], [ -111.51322562962042, 41.058432302449603 ], [ -111.51348134870558, 41.058413147118024 ], [ -111.51379663983235, 41.058402733730382 ], [ -111.51410580529549, 41.05836982656529 ], [ -111.51439715491834, 41.058341502145431 ], [ -111.51465868306097, 41.058304302077687 ], [ -111.51503882839158, 41.05821702681186 ], [ -111.51527056957066, 41.058175454429183 ], [ -111.51559142957944, 41.058116367507601 ], [ -111.51600702018744, 41.057996501308502 ], [ -111.51627417924047, 41.057918735923899 ], [ -111.5166895629242, 41.05777274470698 ], [ -111.51697418278289, 41.057645354873834 ], [ -111.51725323952149, 41.057567533844171 ], [ -111.51762746228623, 41.057484780670571 ], [ -111.51794852168234, 41.057451809774626 ], [ -111.51824007760902, 41.057450499008183 ], [ -111.51866288995105, 41.057493637321365 ], [ -111.51895448850797, 41.057497729413761 ], [ -111.51897828900528, 41.057497622232205 ], [ -111.51934127491322, 41.057499590215848 ], [ -111.51962022185567, 41.057408251805676 ], [ -111.51984572343405, 41.057330665968571 ], [ -111.5204869859833, 41.057156617620777 ], [ -111.52084313884654, 41.05704691132582 ], [ -111.5211992549655, 41.056932700046964 ], [ -111.52144274550096, 41.056873045919311 ], [ -111.52187022469229, 41.056754005591131 ], [ -111.52223116870459, 41.056648777357275 ], [ -111.52265377801959, 41.056516244043003 ], [ -111.52309308136041, 41.056388137452515 ], [ -111.52341965413552, 41.056301077702017 ], [ -111.52368081171463, 41.056218818354608 ], [ -111.52389404705605, 41.056096239838766 ], [ -111.52427348774408, 41.055923360376099 ], [ -111.52451643508016, 41.055796141481679 ], [ -111.52476529563849, 41.055664391097658 ], [ -111.52510293871896, 41.055473683021603 ], [ -111.52546427199887, 41.055269353786215 ], [ -111.52572499262305, 41.055133043194843 ], [ -111.52600349009157, 41.054987642773661 ], [ -111.52627001478481, 41.054833288253583 ], [ -111.52670209260873, 41.054547559133141 ], [ -111.5270750638738, 41.054311643285423 ], [ -111.52738910990728, 41.054148060711 ], [ -111.52786336693869, 41.053929694941729 ], [ -111.52824264059684, 41.053738786940677 ], [ -111.52852682404583, 41.053561825983934 ], [ -111.52875760251857, 41.053403125572721 ], [ -111.5290003875802, 41.05325788173635 ], [ -111.52938545937026, 41.053048927142385 ], [ -111.52981200313658, 41.052818161157852 ], [ -111.5301141648163, 41.052658229012309 ], [ -111.53048246198638, 41.052435835748227 ], [ -111.53085443506475, 41.052226936524598 ], [ -111.53120372477751, 41.052009132551817 ], [ -111.5314582897882, 41.051850317062843 ], [ -111.53183159146353, 41.051659424754433 ], [ -111.53218105640656, 41.051464137259131 ], [ -111.53243594375125, 41.051345854583353 ], [ -111.53259574640123, 41.051241522969875 ], [ -111.53272569186521, 41.051123816998334 ], [ -111.53287794502569, 41.050821341580786 ], [ -111.53295416195012, 41.050681363505227 ], [ -111.53311911183091, 41.050477918193515 ], [ -111.53331993930571, 41.050296826878231 ], [ -111.53353858490942, 41.050112049476581 ], [ -111.5337982419004, 41.049848711178477 ], [ -111.53402740424586, 41.049640463049322 ], [ -111.53426525861268, 41.04947721469852 ], [ -111.53467985617597, 41.049245585183591 ], [ -111.53511237183761, 41.049022879082543 ], [ -111.535349506003, 41.048918184527047 ], [ -111.53562751767313, 41.048718714371688 ], [ -111.53583417261075, 41.048524079391498 ], [ -111.53602816018596, 41.048234917817119 ], [ -111.5361158273202, 41.048040835692689 ], [ -111.53618604840881, 41.047896379265197 ], [ -111.53635667463359, 41.047661374454876 ], [ -111.53653387079457, 41.047502907728777 ], [ -111.5368120559646, 41.047325954147887 ], [ -111.53708443695569, 41.047167043161686 ], [ -111.53732776695693, 41.047093844026669 ], [ -111.5376837638745, 41.046975078231704 ], [ -111.53794490326722, 41.046897290646569 ], [ -111.53839031865274, 41.046800625522209 ], [ -111.5387047048648, 41.046686555011071 ], [ -111.53896543764721, 41.046559222406387 ], [ -111.53919043800794, 41.046427552338166 ], [ -111.53954558179406, 41.04620519150572 ], [ -111.53982345893009, 41.045992199633744 ], [ -111.54016656018868, 41.045752777873318 ], [ -111.54053994217008, 41.045578972279486 ], [ -111.54086577432057, 41.045410793507017 ], [ -111.54104912394946, 41.045279315259052 ], [ -111.54115502528167, 41.045134688242342 ], [ -111.54130814888856, 41.044944798772853 ], [ -111.5414611239492, 41.044736893567432 ], [ -111.54149537780133, 41.044561074427456 ], [ -111.54160438259311, 41.044069620031493 ], [ -111.54171586033645, 41.043879925697574 ], [ -111.5418148117454, 41.043613721169173 ], [ -111.5419197924782, 41.043357397120126 ], [ -111.54207800121181, 41.043062988531865 ], [ -111.54218932806442, 41.042855278190338 ], [ -111.54238940497116, 41.042588597334479 ], [ -111.54260100782017, 41.042276821275202 ], [ -111.54283075084754, 41.042000991840389 ], [ -111.54300895799517, 41.041824494054012 ], [ -111.54320233448675, 41.04161189202258 ], [ -111.54336674874195, 41.041349881566461 ], [ -111.5434837283337, 41.041107011612468 ], [ -111.54355325165311, 41.040880579972907 ], [ -111.54362203691205, 41.040709101288236 ], [ -111.54369926101377, 41.040551094925554 ], [ -111.54391248269745, 41.040437487350971 ], [ -111.54429750668849, 41.04023749099418 ], [ -111.54464713420789, 41.04007369310726 ], [ -111.54499096007848, 41.03992793783155 ], [ -111.54528675033818, 41.039728360093477 ], [ -111.54548702846105, 41.039488697157672 ], [ -111.54559789235223, 41.039226936889577 ], [ -111.54564213241837, 41.038821362012534 ], [ -111.54559113094724, 41.038408130689888 ], [ -111.54557647472369, 41.038073998744629 ], [ -111.54545479353871, 41.03774577822449 ], [ -111.54536861744961, 41.03739486924237 ], [ -111.54552141371434, 41.037168943021371 ], [ -111.54582930982581, 41.036996330887391 ], [ -111.54608946954569, 41.036805927876451 ], [ -111.5465042814071, 41.036614791042602 ], [ -111.54676518303788, 41.036514464226052 ], [ -111.54700314861849, 41.036517839110111 ], [ -111.54728267706474, 41.036512008020907 ], [ -111.54765704078882, 41.036465189091551 ], [ -111.54795438366222, 41.03645566847112 ], [ -111.54845297832016, 41.036326282313233 ], [ -111.54869529042733, 41.036280088336184 ], [ -111.54886796731049, 41.0361576564393 ], [ -111.549187970809, 41.036012002036721 ], [ -111.54943109637442, 41.035920762012601 ], [ -111.54969865078014, 41.035905974024466 ], [ -111.55007773779877, 41.035855521456668 ], [ -111.55040591782247, 41.03583503758054 ], [ -111.5506504558484, 41.035770812613734 ], [ -111.5510474035126, 41.0355797447735 ], [ -111.55133654436224, 41.035443240084639 ], [ -111.55169779952499, 41.035252340737564 ], [ -111.55192239741852, 41.035080111013862 ], [ -111.55203992910339, 41.034908393728173 ], [ -111.5521572720141, 41.034714156907683 ], [ -111.5522626429143, 41.034510969203495 ], [ -111.55229705119756, 41.034357666171751 ], [ -111.55234256476227, 41.034109724572396 ], [ -111.55254351586608, 41.033955623190657 ], [ -111.55282175180089, 41.033796646714308 ], [ -111.55305285517098, 41.033691944508817 ], [ -111.55339659145481, 41.033541660440669 ], [ -111.55362174509034, 41.033436985660487 ], [ -111.5539771102731, 41.033255115550261 ], [ -111.5540770163001, 41.033110505249141 ], [ -111.55426489354022, 41.032816837710257 ], [ -111.55443014910672, 41.032662904675043 ], [ -111.55461967907944, 41.032566506615417 ], [ -111.55483839560371, 41.0324042083991 ], [ -111.55509229858455, 41.032182286649402 ], [ -111.55523887477926, 41.031929352979695 ], [ -111.55521322957898, 41.031708777339659 ], [ -111.55509799006099, 41.031443592579755 ], [ -111.55498384829754, 41.031309020302835 ], [ -111.55486364584259, 41.031160964890333 ], [ -111.55457002323401, 41.030902043094194 ], [ -111.55431320709684, 41.030776263872859 ], [ -111.55400912013755, 41.030687644648282 ], [ -111.5535016062384, 41.0304558716225 ], [ -111.55333375210535, 41.03029903528531 ], [ -111.55318251443062, 41.030137614879862 ], [ -111.55300376773853, 41.029958309997589 ], [ -111.55296600955624, 41.029710767487018 ], [ -111.55311371929103, 41.029592952979066 ], [ -111.55327298431257, 41.029434546207597 ], [ -111.55349142233017, 41.029239822524488 ], [ -111.5536807250954, 41.029117303466577 ], [ -111.55383418350729, 41.028976039260769 ], [ -111.55392215826936, 41.028827883075117 ], [ -111.55423924486021, 41.028339919412794 ], [ -111.55446264155114, 41.028028064250307 ], [ -111.5546758421401, 41.027918940777042 ], [ -111.55494876365032, 41.02798068395871 ], [ -111.55522353497044, 41.027979360630553 ], [ -111.55563921146923, 41.027900788287866 ], [ -111.55591165653728, 41.027764352494465 ], [ -111.55608916945269, 41.027655398532247 ], [ -111.55620084358756, 41.027497217286857 ], [ -111.55628751474292, 41.027195026421275 ], [ -111.55629611170355, 41.026803130959586 ], [ -111.55624027382673, 41.026528652251365 ], [ -111.55623250732208, 41.026312494418335 ], [ -111.55622402079501, 41.026010762733982 ], [ -111.55625250633251, 41.025861990969965 ], [ -111.55635212343209, 41.025684950630833 ], [ -111.55648163528555, 41.02552668296115 ], [ -111.55642701853664, 41.025397229436976 ], [ -111.55639000094264, 41.025238864879974 ], [ -111.55637034740099, 41.025023665205026 ], [ -111.55649889599952, 41.024892426571135 ], [ -111.5566886359217, 41.02482394924143 ], [ -111.55687289684963, 41.024669920735299 ], [ -111.55708447570447, 41.024511255827079 ], [ -111.55724536405684, 41.024406884461577 ], [ -111.55746934111491, 41.024167085627866 ], [ -111.55752149743329, 41.024004686805448 ], [ -111.55754937145201, 41.023783852498475 ], [ -111.55755311529182, 41.023522598266439 ], [ -111.55750875132152, 41.023198519731487 ], [ -111.55742847053089, 41.022846689626775 ], [ -111.55731385308881, 41.022654469623092 ], [ -111.55710434348346, 41.022493335887326 ], [ -111.55686510029327, 41.022332345423685 ], [ -111.55662600995191, 41.022189370008164 ], [ -111.5561550674683, 41.022056521213223 ], [ -111.5558038597341, 41.022017678689338 ], [ -111.55542272875152, 41.021956458932024 ], [ -111.55508771944277, 41.021863487291746 ], [ -111.55483281494628, 41.021819673897404 ], [ -111.55454111572291, 41.021785045118101 ], [ -111.55428513578759, 41.021754747903657 ], [ -111.55396836650375, 41.02156709975074 ], [ -111.55364357774796, 41.021131765205759 ], [ -111.55349249413308, 41.020844230118612 ], [ -111.55338439633751, 41.020718635101417 ], [ -111.55333467348838, 41.020462141606956 ], [ -111.5534405388082, 41.020321106216734 ], [ -111.55353411051286, 41.020132386580215 ], [ -111.55367079218999, 41.019978591565469 ], [ -111.55375134793077, 41.019798041600531 ], [ -111.55380369870149, 41.01965816376795 ], [ -111.55396191951425, 41.019378150812848 ], [ -111.55403662194777, 41.019067010590391 ], [ -111.55409476719196, 41.018909088456411 ], [ -111.55417624557299, 41.018697005202796 ], [ -111.55424618900724, 41.018385887691885 ], [ -111.55430825973623, 41.018128856892673 ], [ -111.55435307556033, 41.017799843823632 ], [ -111.55436296725331, 41.017561080218705 ], [ -111.55433164891495, 41.017372059642021 ], [ -111.55432355023927, 41.017115366236823 ], [ -111.5543804092506, 41.016804311488634 ], [ -111.55444434709352, 41.01662834495275 ], [ -111.55471046201995, 41.01645140555987 ], [ -111.55498214388557, 41.016229397974186 ], [ -111.55521882651226, 41.016088631728486 ], [ -111.55544922128618, 41.015907358600536 ], [ -111.55559000360925, 41.015676972140987 ], [ -111.55573086066084, 41.015455593296835 ], [ -111.55586592193242, 41.015252258535426 ], [ -111.5559939757909, 41.014922843228817 ], [ -111.55611540039136, 41.014512386338673 ], [ -111.55628446873931, 41.014110707523443 ], [ -111.55636608590875, 41.013916638211832 ], [ -111.55650129373402, 41.013731318268107 ], [ -111.556837531545, 41.013409904794948 ], [ -111.55719880274103, 41.013237003932332 ], [ -111.55744130215535, 41.013082692717447 ], [ -111.55765963634491, 41.012883457112139 ], [ -111.55788932940258, 41.012621108997251 ], [ -111.55808345852773, 41.012372444852254 ], [ -111.55833078841998, 41.012086589229739 ], [ -111.5584178943694, 41.011839343678247 ], [ -111.55844549450177, 41.011586981468774 ], [ -111.55849695422508, 41.011343511798259 ], [ -111.55857893434707, 41.01119357907443 ], [ -111.55874977542599, 41.011004480474945 ], [ -111.55905797238245, 41.010885879976932 ], [ -111.55931879164318, 41.010790028965417 ], [ -111.55953828625168, 41.010729509805543 ], [ -111.55980524829219, 41.010657049094213 ], [ -111.56009575670763, 41.010556548049202 ], [ -111.56047510846976, 41.010415077579495 ], [ -111.56093060847303, 41.010138112882849 ], [ -111.56143969327594, 41.009869893552384 ], [ -111.56177676737117, 41.009652055326761 ], [ -111.56203665923063, 41.009448104720832 ], [ -111.56237338454858, 41.009189729705938 ], [ -111.56252091704118, 41.009058391442707 ], [ -111.56264386153039, 41.008832587289554 ], [ -111.5627905495887, 41.008602162989945 ], [ -111.56294885961832, 41.008340153159956 ], [ -111.56315538536741, 41.00815447695004 ], [ -111.563350471362, 41.00802200445122 ], [ -111.56367583812286, 41.007827639074655 ], [ -111.56393602416905, 41.007659715366373 ], [ -111.56422601362728, 41.007500653351869 ], [ -111.56445650759628, 41.007337377883303 ], [ -111.56469236922123, 41.007106514408484 ], [ -111.56491016184467, 41.006848714499654 ], [ -111.56519929874595, 41.0065905643661 ], [ -111.5654161681019, 41.006364296596701 ], [ -111.56563579929336, 41.006183055697818 ], [ -111.56596608609397, 41.005870652677864 ], [ -111.56634370164417, 41.005530991665786 ], [ -111.56653839549219, 41.005354375634667 ], [ -111.56679729103847, 41.005037816978785 ], [ -111.56694990163786, 41.004807358149279 ], [ -111.56706680068551, 41.004572570714409 ], [ -111.56716544627393, 41.004427954667491 ], [ -111.56732557479521, 41.004242499180457 ], [ -111.56750223325795, 41.004043449830554 ], [ -111.56783242329603, 41.003722033684205 ], [ -111.5680803518603, 41.003514524973227 ], [ -111.56833340648323, 41.003350229672684 ], [ -111.56854009512318, 41.003187063329626 ], [ -111.56868265230624, 41.003033221194798 ], [ -111.5687347649544, 41.002870816992427 ], [ -111.56873310001168, 41.002677149506709 ], [ -111.56870861130682, 41.002456570104734 ], [ -111.56862202272939, 41.002204768435767 ], [ -111.56844200568361, 41.002011980586246 ], [ -111.56828638895747, 41.001891137544874 ], [ -111.56799241234899, 41.001581804484587 ], [ -111.56763381616561, 41.001362870627538 ], [ -111.56730493965571, 41.001142888563756 ], [ -111.56708965319133, 41.000996213822646 ], [ -111.56687439855295, 41.000853141787864 ], [ -111.56674233580587, 41.000705156266378 ], [ -111.56668790524479, 41.000597325756885 ], [ -111.56658047174307, 41.000548308896064 ], [ -111.56662749134216, 41.000485020543231 ], [ -111.56690026425477, 41.000402605791301 ], [ -111.56717319092169, 41.000338205989749 ], [ -111.56749317425718, 41.000215020740463 ], [ -111.56787268281427, 41.000100549549011 ], [ -111.56813989441302, 41.000063200142598 ], [ -111.56845466493583, 41.000025615592477 ], [ -111.56881780744635, 41.000082377348654 ], [ -111.56916956443436, 41.000197747321856 ], [ -111.56955714730081, 41.000330955558027 ], [ -111.57023723724274, 41.000602342563312 ], [ -111.57054757888432, 41.00074043362077 ], [ -111.57079264362605, 41.000892359352534 ], [ -111.571060867453, 41.000972104433039 ], [ -111.57137035680284, 41.001011107566967 ], [ -111.5719643105968, 41.000945104727535 ], [ -111.57251594679576, 41.000798235446659 ], [ -111.57279419054355, 41.000661730541886 ], [ -111.57317259975898, 41.000421132936744 ], [ -111.57330824047813, 41.00029434395077 ], [ -111.57345569242663, 41.000158487869797 ], [ -111.57352617242685, 41.00005904729462 ], [ -111.57347169235139, 40.999946716152358 ], [ -111.57416192906661, 40.999330724224876 ], [ -111.57469844931681, 40.998814584535751 ], [ -111.57508259008486, 40.99855143159369 ], [ -111.57541436100766, 40.998419157369042 ], [ -111.57590034102796, 40.998245575063983 ], [ -111.57622518346021, 40.998000730896059 ], [ -111.57646101006658, 40.99777434735207 ], [ -111.57685116096431, 40.997520166612652 ], [ -111.57714158553108, 40.997419622931446 ], [ -111.57734949146128, 40.997400565453951 ], [ -111.57758708123752, 40.997376854781841 ], [ -111.57779400367461, 40.997245199198325 ], [ -111.57789986653367, 40.997114049930104 ], [ -111.57808186795417, 40.996851900163172 ], [ -111.57838803496732, 40.996512557633189 ], [ -111.57863050235379, 40.996367209912037 ], [ -111.57886127656975, 40.996244440848493 ], [ -111.57908627092803, 40.996140617535737 ], [ -111.57945391762325, 40.996034275153811 ], [ -111.57986302481588, 40.995910607504442 ], [ -111.5802015861459, 40.995877375303344 ], [ -111.58047645997574, 40.995903016004696 ], [ -111.58074341486098, 40.995974637663814 ], [ -111.58104162200544, 40.996084836351478 ], [ -111.58125606842981, 40.996134201029577 ], [ -111.58147648346194, 40.996186237654157 ], [ -111.58184488685451, 40.99616636235902 ], [ -111.58186866502778, 40.996166242335676 ], [ -111.5822545847536, 40.996110244594689 ], [ -111.58271215549485, 40.996089916102882 ], [ -111.58302162847804, 40.996128888093999 ], [ -111.58427097561388, 40.9962351646966 ], [ -111.58513947678222, 40.996298320701996 ], [ -111.58572906378041, 40.996416936792563 ], [ -111.5863427105137, 40.996566956105141 ], [ -111.58671131405353, 40.996569584682483 ], [ -111.58674103692542, 40.996569433396573 ], [ -111.5869963339813, 40.996532100938374 ], [ -111.58727508922708, 40.996458615695325 ], [ -111.58746471547747, 40.996390088128358 ], [ -111.58766008588856, 40.996299010521042 ], [ -111.58786678466083, 40.996144817564165 ], [ -111.58839774785223, 40.995687195546211 ], [ -111.58871060216516, 40.99543787328227 ], [ -111.5891370000983, 40.995255531268157 ], [ -111.58948093585312, 40.995159187098601 ], [ -111.58964669804978, 40.995081769789536 ], [ -111.58989439711078, 40.994859802100414 ], [ -111.59004770702043, 40.994719390676039 ], [ -111.59020089577228, 40.994565467395752 ], [ -111.59074914051926, 40.994049192813492 ], [ -111.59100876090048, 40.993831665699396 ], [ -111.59129874498166, 40.993686047698858 ], [ -111.59166608417841, 40.993549040136656 ], [ -111.59210384648796, 40.993443198333949 ], [ -111.59249052691334, 40.993342121522389 ], [ -111.59283368116783, 40.993160193634033 ], [ -111.59298099629443, 40.99301530502305 ], [ -111.59306296455101, 40.992875256525181 ], [ -111.59312693833037, 40.992717284190526 ], [ -111.59320858294502, 40.992541204518517 ], [ -111.59335375569995, 40.992157609598472 ], [ -111.59347250745373, 40.991612003192046 ], [ -111.59344378117191, 40.990927529065729 ], [ -111.5934137860049, 40.990234053196481 ], [ -111.59346215309473, 40.98966178436595 ], [ -111.5935300070123, 40.989274082975541 ], [ -111.59363223078886, 40.988742073523987 ], [ -111.59369466418035, 40.988412953119209 ], [ -111.59371561153516, 40.988097558620325 ], [ -111.59368298391563, 40.987773431835713 ], [ -111.59363175792835, 40.987363822990027 ], [ -111.59362856693524, 40.987008015890133 ], [ -111.59364890834738, 40.986625063011374 ], [ -111.59368210629866, 40.986350142198681 ], [ -111.59356731917246, 40.986143544872974 ], [ -111.59333960413461, 40.985937528719106 ], [ -111.59286084772829, 40.985575160062098 ], [ -111.59260392231248, 40.985292723000619 ], [ -111.59243421802397, 40.98505938221102 ], [ -111.59221732946378, 40.984866820442249 ], [ -111.59181689916471, 40.984621151490884 ], [ -111.59141199871469, 40.984407032750433 ], [ -111.59125630172967, 40.984277212570568 ], [ -111.59116562136779, 40.984106521901644 ], [ -111.59113433561102, 40.983931022508202 ], [ -111.59112561719132, 40.983620284433272 ], [ -111.59104494299129, 40.983238750523284 ], [ -111.59085004393276, 40.982711869215876 ], [ -111.59061766484815, 40.982114014779384 ], [ -111.59025687633898, 40.981512313251756 ], [ -111.58991381882819, 40.98103213050657 ], [ -111.5894871614498, 40.980507333195845 ], [ -111.58910251318378, 40.980027360598704 ], [ -111.58874750564067, 40.979538227093911 ], [ -111.58853761749141, 40.979327606010443 ], [ -111.58835808606463, 40.97918889524486 ], [ -111.58790461751757, 40.978988524078538 ], [ -111.58776114603877, 40.978894669496498 ], [ -111.58765261330552, 40.978719562793124 ], [ -111.58768036935928, 40.978498720272526 ], [ -111.58777980024183, 40.978318049246177 ], [ -111.58800134079544, 40.977699857366247 ], [ -111.58812621505045, 40.977172240265773 ], [ -111.58817357951028, 40.976482870711131 ], [ -111.58826664420944, 40.975586079045307 ], [ -111.58831460646766, 40.97496426778028 ], [ -111.58827530970653, 40.974554594700869 ], [ -111.58817737634962, 40.97410017969159 ], [ -111.58812396750743, 40.973573471726354 ], [ -111.58800019858714, 40.973020097928426 ], [ -111.58778645619626, 40.972372596448473 ], [ -111.58768858008584, 40.972057807892412 ], [ -111.58762679857334, 40.9717923804509 ], [ -111.5876727387551, 40.971611981959107 ], [ -111.58778388428358, 40.97141323458365 ], [ -111.58791217636841, 40.97113782981382 ], [ -111.5880050537271, 40.970889630174618 ], [ -111.58800257457273, 40.970610388077404 ], [ -111.58802178500419, 40.970096821665585 ], [ -111.58810181638812, 40.969740588799596 ], [ -111.5881945311466, 40.969474373343189 ], [ -111.58822252187598, 40.969280553811906 ], [ -111.58820213565663, 40.96899239478671 ], [ -111.58811179315063, 40.968722609068095 ], [ -111.58785249733532, 40.968431164322752 ], [ -111.58756480196637, 40.968153376048825 ], [ -111.58740260991711, 40.967956021660655 ], [ -111.58734681548771, 40.967695067479781 ], [ -111.58739279366345, 40.967519172893546 ], [ -111.58746836151482, 40.96732961517624 ], [ -111.58772877422837, 40.966676092551431 ], [ -111.58791522905635, 40.966259862749773 ], [ -111.58800399398737, 40.966084650506154 ], [ -111.5880317360749, 40.965862906680101 ], [ -111.58788733375712, 40.965660958039251 ], [ -111.58765411726395, 40.965494594024449 ], [ -111.58739727065182, 40.965343663911725 ], [ -111.58655550085774, 40.96489843909945 ], [ -111.58587474959803, 40.964518150012559 ], [ -111.58561120467876, 40.964280770931765 ], [ -111.58549656131324, 40.964083172175229 ], [ -111.58541717048121, 40.963840353155717 ], [ -111.58534340349397, 40.963561472600979 ], [ -111.58511288843178, 40.963026653046228 ], [ -111.58485286835149, 40.962514503229244 ], [ -111.58457502790905, 40.962002443131155 ], [ -111.58422094613557, 40.96160337158102 ], [ -111.58402373521301, 40.961474652187533 ], [ -111.58378479227305, 40.961329928950882 ], [ -111.58339745810115, 40.961202171009646 ], [ -111.58295133762871, 40.961145874061323 ], [ -111.58261267787405, 40.961147585919043 ], [ -111.58223306157974, 40.961221569490419 ], [ -111.58187106297248, 40.961272041491561 ], [ -111.58156841470652, 40.961315006405236 ], [ -111.58118784801346, 40.961280892526645 ], [ -111.58088384871829, 40.961169821655652 ], [ -111.5805257464625, 40.96098695653842 ], [ -111.57984464414707, 40.960557988759504 ], [ -111.57925770595644, 40.960024949134315 ], [ -111.57913762011522, 40.959881420627511 ], [ -111.57898272117187, 40.95969752975634 ], [ -111.57853719874588, 40.959163776111552 ], [ -111.57829715178478, 40.95889022914595 ], [ -111.57794406730058, 40.958599231874189 ], [ -111.57781835995998, 40.958491763083394 ], [ -111.57760223750888, 40.958372135615647 ], [ -111.57738996799655, 40.958421843339728 ], [ -111.57722336108947, 40.958529875624485 ], [ -111.57638639603948, 40.959165540394316 ], [ -111.57563045773597, 40.959691794856155 ], [ -111.57501674739528, 40.960176798004703 ], [ -111.57421966550763, 40.960757297771657 ], [ -111.57378683987926, 40.960999972557858 ], [ -111.57360421923481, 40.961044120806584 ], [ -111.5732999805891, 40.961041129931992 ], [ -111.5730031951659, 40.960938109792473 ], [ -111.57258570967664, 40.96075641590695 ], [ -111.57201999579425, 40.960610588144846 ], [ -111.57166308656041, 40.960562813071817 ], [ -111.5713077933073, 40.960564574189057 ], [ -111.57089707814377, 40.960616153961212 ], [ -111.56982848467653, 40.960720530969112 ], [ -111.56935206382002, 40.960731892898771 ], [ -111.5690554173359, 40.960644175895801 ], [ -111.56866813821892, 40.960519070597115 ], [ -111.56825660070837, 40.960336430835795 ], [ -111.56730143534381, 40.959809648600654 ], [ -111.56666900005443, 40.959501974493612 ], [ -111.56644859553383, 40.959435495771302 ], [ -111.56625287258649, 40.959476093463671 ], [ -111.56610527218264, 40.959585817993521 ], [ -111.56583347353356, 40.959762812907179 ], [ -111.56552556425886, 40.959885934872268 ], [ -111.5652171543433, 40.95995050491296 ], [ -111.56435670776449, 40.960077232022869 ], [ -111.56328208641516, 40.960171668805813 ], [ -111.56242772277865, 40.960175839747265 ], [ -111.56151678516969, 40.960094701625515 ], [ -111.56056445797567, 40.959896650421967 ], [ -111.56003442503497, 40.959750590280457 ], [ -111.55900932973559, 40.95937721893889 ], [ -111.55847835523231, 40.959118553157374 ], [ -111.55797050495951, 40.958783202940928 ], [ -111.55731309981941, 40.958326061365504 ], [ -111.55691841578228, 40.958022589049321 ], [ -111.55675020933883, 40.957802699440606 ], [ -111.55664734862324, 40.957581593279727 ], [ -111.55657432266172, 40.95737565701458 ], [ -111.55646503800025, 40.957096928911056 ], [ -111.55635113677238, 40.956975867272163 ], [ -111.55619587549855, 40.956882029787934 ], [ -111.55595747794716, 40.956793097130294 ], [ -111.55558221078891, 40.95667779886108 ], [ -111.5546997340218, 40.956299197429743 ], [ -111.55400185125818, 40.955969247733648 ], [ -111.55348160158482, 40.955566375199581 ], [ -111.55322396076484, 40.955306372499336 ], [ -111.55291853184963, 40.955015069517927 ], [ -111.55214051331507, 40.954334170941152 ], [ -111.55174624423749, 40.95407481907845 ], [ -111.55135930548801, 40.953982083455323 ], [ -111.55094266390228, 40.953889488467809 ], [ -111.55053274997452, 40.953891446494254 ], [ -111.54923280105099, 40.954028265947144 ], [ -111.54862138880834, 40.954233862536455 ], [ -111.54827367121541, 40.954429193980182 ], [ -111.54792473360556, 40.954620926869147 ], [ -111.54746936440058, 40.954874420230347 ], [ -111.54712557465363, 40.954970638788886 ], [ -111.54689996981435, 40.954989725649 ], [ -111.5467871376138, 40.954995665754353 ], [ -111.54667432768501, 40.955004308119037 ], [ -111.54601481512671, 40.95499842503245 ], [ -111.54480744513151, 40.954837483842475 ], [ -111.54389753043984, 40.954724672559877 ], [ -111.54275639763401, 40.954670595587849 ], [ -111.54193796597775, 40.954846503045218 ], [ -111.54139295079329, 40.955038236829694 ], [ -111.5403268712405, 40.955299973023422 ], [ -111.53855352098873, 40.955821740388942 ], [ -111.53714985623984, 40.956364279375151 ], [ -111.5366351397679, 40.956632419627581 ], [ -111.53613893470749, 40.956986049875255 ], [ -111.53565457014999, 40.957335118839431 ], [ -111.53470241347915, 40.957880033533094 ], [ -111.53426494692647, 40.958152309004447 ], [ -111.53405286980873, 40.958229861666787 ], [ -111.53377860465795, 40.958258156498019 ], [ -111.53357058321795, 40.958249210308523 ], [ -111.53342792940798, 40.958241762979789 ], [ -111.53293981727928, 40.958127813849849 ], [ -111.53215372956538, 40.957900833593115 ], [ -111.53171134141465, 40.957709197246736 ], [ -111.53136016020621, 40.957481105883005 ], [ -111.53085778622189, 40.95706904052858 ], [ -111.53018244335554, 40.956572190069579 ], [ -111.52974028577745, 40.95625893362287 ], [ -111.52953677241517, 40.956069794370194 ], [ -111.52942876211651, 40.95593606742063 ], [ -111.52928434375499, 40.955707020020043 ], [ -111.52905700487719, 40.955509881840975 ], [ -111.52878170863377, 40.955258913633592 ], [ -111.52856049332195, 40.955084267008139 ], [ -111.52834554325682, 40.954950128388838 ], [ -111.52807122108436, 40.954820765437134 ], [ -111.52782653260975, 40.954682257914278 ], [ -111.5274804202849, 40.954490164386939 ], [ -111.52706287658079, 40.954280379857472 ], [ -111.52654365438842, 40.954134115994307 ], [ -111.5261047565004, 40.954077565861489 ], [ -111.52579569078475, 40.954060959206849 ], [ -111.52545663541886, 40.954008455373824 ], [ -111.52490284801034, 40.953847928415833 ], [ -111.52476060808368, 40.95374137762321 ], [ -111.5247338379651, 40.95351178888545 ], [ -111.52482742792108, 40.953326693616539 ], [ -111.52492606622809, 40.95302897204958 ], [ -111.52495198818711, 40.952551416297659 ], [ -111.52503714497787, 40.952051970953164 ], [ -111.5251877755769, 40.951568442159015 ], [ -111.52534363484608, 40.951145244660331 ], [ -111.52544635407347, 40.950463751975896 ], [ -111.52539408157041, 40.94986494068656 ], [ -111.52519351439894, 40.949293829683015 ], [ -111.52496414081305, 40.948835452745115 ], [ -111.52447104456103, 40.948081002426008 ], [ -111.52400204092272, 40.947366977598044 ], [ -111.52368318821947, 40.946859459074069 ], [ -111.52360339724963, 40.946534622940412 ], [ -111.5235830225045, 40.946211318593754 ], [ -111.52359244803907, 40.945900490482579 ], [ -111.52369086771608, 40.94557574578036 ], [ -111.52381952045913, 40.94531842566488 ], [ -111.52392498169445, 40.945133276948631 ], [ -111.52424626182328, 40.944446287155749 ], [ -111.52446077395167, 40.943779600284685 ], [ -111.52460915235577, 40.943013222014393 ], [ -111.52488927197639, 40.942381367948563 ], [ -111.525222522654, 40.941708733893485 ], [ -111.52539600272208, 40.941113397282862 ], [ -111.52548031421722, 40.940509458479603 ], [ -111.52566531096497, 40.939869027468433 ], [ -111.52583487891353, 40.939530443828851 ], [ -111.52612881701407, 40.939146251101086 ], [ -111.52649789028739, 40.938500474411271 ], [ -111.5265380356343, 40.938320125474746 ], [ -111.52654354585114, 40.938266050624783 ], [ -111.52655324289834, 40.937991253755584 ], [ -111.5264308358706, 40.937685531079929 ], [ -111.52610803956827, 40.937276226661169 ], [ -111.52607670641143, 40.937070079936113 ], [ -111.52611599443497, 40.936781635609186 ], [ -111.52610348010798, 40.935952930544531 ], [ -111.52619386118837, 40.935366979580223 ], [ -111.52632112641636, 40.934938505154562 ], [ -111.52647274701266, 40.934585588972567 ], [ -111.52676004816253, 40.934116746745254 ], [ -111.52690018736897, 40.933814328820986 ], [ -111.52699900299478, 40.933543628592147 ], [ -111.52699166818459, 40.93336800048418 ], [ -111.52693700074732, 40.933215109402404 ], [ -111.52689997146337, 40.93303961697152 ], [ -111.52687453396854, 40.9328280383994 ], [ -111.52681328436351, 40.932594102708492 ], [ -111.52669905031402, 40.932418962891724 ], [ -111.52654313753578, 40.932230500846252 ], [ -111.52639813813889, 40.931920376832139 ], [ -111.52637263121865, 40.931699790130679 ], [ -111.52632215404356, 40.931326176427021 ], [ -111.52630144269212, 40.930961435115321 ], [ -111.52632906340084, 40.930700068549768 ], [ -111.52637301916911, 40.930401693397009 ], [ -111.52652429397207, 40.929856901797798 ], [ -111.52670757100574, 40.92900478090521 ], [ -111.52699104647087, 40.928057614607688 ], [ -111.52734073159051, 40.927222748434076 ], [ -111.52745626947841, 40.926815945736315 ], [ -111.52747237267639, 40.926600573728116 ], [ -111.52744672116992, 40.926361971126234 ], [ -111.5271607470693, 40.925498481992761 ], [ -111.52697680300757, 40.924769650319938 ], [ -111.52695025249683, 40.924417547022856 ], [ -111.52699433018022, 40.923985847873908 ], [ -111.5271516890755, 40.923611284021966 ], [ -111.52736353418516, 40.923367992012082 ], [ -111.52757568577316, 40.923163433912919 ], [ -111.52792953168338, 40.922855532130427 ], [ -111.52819466295396, 40.922593077164471 ], [ -111.52835909761417, 40.922362612072661 ], [ -111.52848775987479, 40.922114294076565 ], [ -111.5285161221164, 40.921947510425483 ], [ -111.52853156783934, 40.921650165518045 ], [ -111.52848158903042, 40.921339607985786 ], [ -111.52841196769822, 40.920799428572032 ], [ -111.52845451611697, 40.920326297400813 ], [ -111.52860070383896, 40.91989322854262 ], [ -111.52876326404358, 40.919428555312514 ], [ -111.52879630589275, 40.91910410462625 ], [ -111.52875355764817, 40.918955663516236 ], [ -111.52862185233082, 40.918821142672471 ], [ -111.52840144864102, 40.918732970525795 ], [ -111.52810437949384, 40.918710909750025 ], [ -111.52775402213375, 40.918708009550528 ], [ -111.52677563229709, 40.918879136802438 ], [ -111.5259872789661, 40.919053893268526 ], [ -111.52544122585576, 40.919083407580771 ], [ -111.52538176337607, 40.919072868531948 ], [ -111.52531634896454, 40.919060554903723 ], [ -111.52519152206808, 40.919044007681578 ], [ -111.52498968351978, 40.919050331729885 ], [ -111.52474064976055, 40.919095605931972 ], [ -111.52445613900812, 40.919159958403505 ], [ -111.5240946154417, 40.919247180986432 ], [ -111.52386905377715, 40.919257214213395 ], [ -111.5235603996812, 40.919272128439722 ], [ -111.52338803562698, 40.919251290927576 ], [ -111.52310870778236, 40.919220128449275 ], [ -111.52288236518255, 40.919131071859361 ], [ -111.52252472014315, 40.918957030889601 ], [ -111.5221964817266, 40.918746822392706 ], [ -111.52179112686123, 40.91854597022774 ], [ -111.52162420716434, 40.918462047246166 ], [ -111.52132646894887, 40.918354393052333 ], [ -111.52101767694388, 40.918351284465849 ], [ -111.52070945047923, 40.918420239006359 ], [ -111.52028271776985, 40.918521256550221 ], [ -111.51995160901922, 40.918549774892121 ], [ -111.51967152848141, 40.918573558182445 ], [ -111.51937422298414, 40.918520847708464 ], [ -111.51901086408795, 40.918373846478602 ], [ -111.51877377165331, 40.918275821865478 ], [ -111.51846305349778, 40.918178127803493 ], [ -111.51770774647171, 40.918023875651379 ], [ -111.51708890214033, 40.917855494247846 ], [ -111.51660788272696, 40.917695500475631 ], [ -111.5162608792396, 40.917512384009427 ], [ -111.51556356043839, 40.917177691832244 ], [ -111.51490816062703, 40.916887849828591 ], [ -111.51462829448357, 40.9166323620776 ], [ -111.51469098695766, 40.91644741177528 ], [ -111.51474899900579, 40.916271490643574 ], [ -111.51478340078479, 40.916113691512834 ], [ -111.51472839175807, 40.915911249896695 ], [ -111.51467373239375, 40.915753848280254 ], [ -111.51454143326288, 40.915538239005244 ], [ -111.51424648773626, 40.915021576264657 ], [ -111.51400686761029, 40.914594749339855 ], [ -111.51395636790753, 40.914360758074039 ], [ -111.51393677718127, 40.914131133191653 ], [ -111.5137435772191, 40.913717611243946 ], [ -111.51340855208443, 40.913237158012578 ], [ -111.51306008353978, 40.912860359293362 ], [ -111.51270756516874, 40.912573660737856 ], [ -111.51226696685634, 40.912413468922601 ], [ -111.51185654242296, 40.912316199765691 ], [ -111.51137497823676, 40.912232757112861 ], [ -111.51079835259839, 40.912140725220723 ], [ -111.51049507642031, 40.912079009862218 ], [ -111.51029852955141, 40.911998804824087 ], [ -111.51011951739501, 40.911882488583572 ], [ -111.50993988295863, 40.911685099879541 ], [ -111.50953812464763, 40.911168896937937 ], [ -111.50927232257538, 40.910728663012662 ], [ -111.50911020644035, 40.910337516549035 ], [ -111.50899619602315, 40.910180374063358 ], [ -111.50875050426862, 40.909884183354272 ], [ -111.50857674719332, 40.90967775818676 ], [ -111.50845604327884, 40.90942155303604 ], [ -111.50847816895958, 40.909209759726167 ], [ -111.50851851898705, 40.909051936028348 ], [ -111.5085585927566, 40.908858080207821 ], [ -111.50864018919079, 40.908659537070868 ], [ -111.50869206685408, 40.90845662079802 ], [ -111.50872043889642, 40.908285337347408 ], [ -111.50874729189401, 40.90791587728198 ], [ -111.50884676574941, 40.907726263434455 ], [ -111.50901747909616, 40.907536335080202 ], [ -111.50939476463273, 40.907187848379778 ], [ -111.5097057475037, 40.906709933485132 ], [ -111.50985249499706, 40.906492183953887 ], [ -111.50998088514878, 40.906203349566553 ], [ -111.51009094548334, 40.905847033586376 ], [ -111.51017722409181, 40.90548631852176 ], [ -111.51024451539031, 40.904972545663092 ], [ -111.51018856056893, 40.904643988925969 ], [ -111.51002547461667, 40.904279872627306 ], [ -111.50994080845177, 40.904077559431641 ], [ -111.50981396582728, 40.903794357575897 ], [ -111.50966289497413, 40.90344820426786 ], [ -111.50953498315529, 40.903025377533758 ], [ -111.50953853423256, 40.902714574119464 ], [ -111.50957190462856, 40.902421655616564 ], [ -111.5096592190549, 40.902196061266615 ], [ -111.50985831711247, 40.90183935175488 ], [ -111.51017443976978, 40.901261419876704 ], [ -111.5103144830922, 40.900945508295642 ], [ -111.51043755489248, 40.900738672597193 ], [ -111.51059532778315, 40.900412773000419 ], [ -111.51064028736, 40.900083769395216 ], [ -111.51069093998595, 40.899723211339214 ], [ -111.5106768510086, 40.899435006694894 ], [ -111.51061475526481, 40.899079452002226 ], [ -111.51046931547705, 40.898692736970062 ], [ -111.51035612851121, 40.898486045937716 ], [ -111.51002535539631, 40.898082133598081 ], [ -111.50976779822281, 40.897781492676458 ], [ -111.50945188778198, 40.897611729990736 ], [ -111.50914857572137, 40.897536498471595 ], [ -111.50872016458243, 40.897403263769242 ], [ -111.50825023934493, 40.897274714601551 ], [ -111.50719769421134, 40.897183859795703 ], [ -111.50652114794917, 40.897048104549526 ], [ -111.50633580760862, 40.896874156419713 ], [ -111.50623931839706, 40.896675495463541 ], [ -111.50604594357527, 40.896225926590397 ], [ -111.50592431358359, 40.895843605287766 ], [ -111.50587521594619, 40.895632124391177 ], [ -111.50587367197581, 40.895429443243451 ], [ -111.50592565112349, 40.895240039838029 ], [ -111.50595982330678, 40.895050714524437 ], [ -111.50598866347279, 40.894784841586777 ], [ -111.50597433559614, 40.894618249910636 ], [ -111.50584241619708, 40.8944431656899 ], [ -111.50566970357217, 40.894367352070006 ], [ -111.50546741673227, 40.894305180340758 ], [ -111.50462951983533, 40.894178228444602 ], [ -111.5037087686289, 40.894083161589336 ], [ -111.50322782461852, 40.894062740215695 ], [ -111.50293019828797, 40.893951434032125 ], [ -111.50256052951056, 40.893732340761488 ], [ -111.50229186756575, 40.893526318968298 ], [ -111.50209422785908, 40.893292962299505 ], [ -111.50168019390287, 40.892700212492741 ], [ -111.50129662577653, 40.892210924830309 ], [ -111.50111670421951, 40.891964877706741 ], [ -111.50110370542536, 40.891815395432232 ], [ -111.50112038978808, 40.891666685019011 ], [ -111.50120782118813, 40.891454608658186 ], [ -111.50124295410268, 40.891233751167903 ], [ -111.50122266978491, 40.891062680487416 ], [ -111.50112017410598, 40.890851429412599 ], [ -111.5009883429767, 40.890685347472505 ], [ -111.50076110854016, 40.890461125296717 ], [ -111.50033743947887, 40.890161183924555 ], [ -111.49983624511248, 40.889812030990001 ], [ -111.49953813539175, 40.889633155311294 ], [ -111.49944198877104, 40.889475925358873 ], [ -111.49942877077285, 40.889296716176553 ], [ -111.49942690138919, 40.88904809344772 ], [ -111.4994490836223, 40.888840805029787 ], [ -111.49951586662317, 40.888250467959843 ], [ -111.49950613826263, 40.887746041653571 ], [ -111.49952571184778, 40.887191942383218 ], [ -111.49947025935805, 40.88692103070786 ], [ -111.49939083783046, 40.886619594329936 ], [ -111.49929294239571, 40.886229055015789 ], [ -111.49906861843643, 40.885599440120195 ], [ -111.4988863826121, 40.885041709628197 ], [ -111.49859766476554, 40.884529481009999 ], [ -111.49836388304762, 40.884219702608505 ], [ -111.49805288658443, 40.883901248798331 ], [ -111.49759312477893, 40.88352938579834 ], [ -111.49724676418255, 40.883242611634749 ], [ -111.49688341158111, 40.883064010095559 ], [ -111.4964618020575, 40.88287214561926 ], [ -111.49622762301443, 40.882665960787101 ], [ -111.49604726883679, 40.882355947686989 ], [ -111.49592679832044, 40.88211774381562 ], [ -111.4957519445398, 40.881749152129508 ], [ -111.49561947309311, 40.881492982739353 ], [ -111.4953435645875, 40.881101402805285 ], [ -111.49509764626534, 40.880752032822613 ], [ -111.49492363948895, 40.880496040866731 ], [ -111.49483331726954, 40.88032076504043 ], [ -111.4948430389437, 40.880032455233213 ], [ -111.49484834862577, 40.879789206233625 ], [ -111.4948223180742, 40.879640679660731 ], [ -111.49472596923208, 40.879452817846271 ], [ -111.49446837974345, 40.879128719932517 ], [ -111.49419380109165, 40.878913695616774 ], [ -111.49359171072403, 40.878546930194346 ], [ -111.49279880170643, 40.878054859692277 ], [ -111.49226836879068, 40.877746335588711 ], [ -111.49197633441453, 40.877576422336013 ], [ -111.49177911210477, 40.877388087360202 ], [ -111.49169496972982, 40.877244311956289 ], [ -111.49161059447164, 40.877069008137155 ], [ -111.49153808755999, 40.876893653672902 ], [ -111.4914658808357, 40.87675883560653 ], [ -111.49134036899136, 40.876637757153105 ], [ -111.49107827104019, 40.876502846754114 ], [ -111.49068580788835, 40.876392813065905 ], [ -111.49040024920562, 40.876294935299654 ], [ -111.49006015705103, 40.876044145985595 ], [ -111.48992238292158, 40.875869067753044 ], [ -111.48968960165095, 40.875685384359187 ], [ -111.48956416143261, 40.875573312024969 ], [ -111.48945635723838, 40.875438643747977 ], [ -111.48938319445402, 40.875173206783408 ], [ -111.4892983636903, 40.874934844419144 ], [ -111.48926624098047, 40.87460167034267 ], [ -111.4892587819193, 40.874394509058391 ], [ -111.4890907812912, 40.874142986682038 ], [ -111.488947709614, 40.874053509375337 ], [ -111.48831678507111, 40.873790434706521 ], [ -111.48792532417548, 40.873652461292899 ], [ -111.48769242713369, 40.873612908505322 ], [ -111.48709253331987, 40.873534367895324 ], [ -111.48679552076739, 40.873490579839952 ], [ -111.48659324906176, 40.873419366209049 ], [ -111.48633708066242, 40.873280816557624 ], [ -111.4861591053036, 40.873123920003472 ], [ -111.48603809337462, 40.872966783149494 ], [ -111.48582013770179, 40.872373147529643 ], [ -111.48579525124082, 40.872215605484783 ], [ -111.4857690135989, 40.872035548139309 ], [ -111.48572085591556, 40.87177901175113 ], [ -111.48553392330415, 40.871369916887403 ], [ -111.48534965975108, 40.871163499325263 ], [ -111.4851158524486, 40.870997827615064 ], [ -111.48482380029706, 40.870818887665017 ], [ -111.48424550282677, 40.870442964354204 ], [ -111.48411998329438, 40.87031737370976 ], [ -111.48403596493613, 40.870187104579124 ], [ -111.48394542327721, 40.869975787189183 ], [ -111.48389562847265, 40.869656198028402 ], [ -111.48390497022838, 40.869309335558818 ], [ -111.48389729910436, 40.869070645212133 ], [ -111.48393158698197, 40.868890333410576 ], [ -111.48394178106791, 40.868660576493454 ], [ -111.48386300987872, 40.868435696997764 ], [ -111.48379705625662, 40.868341385460745 ], [ -111.48341405639148, 40.867892571286319 ], [ -111.4831022917993, 40.86744796166856 ], [ -111.48295236911535, 40.867065732464219 ], [ -111.48276522901565, 40.866787255425486 ], [ -111.48254305772352, 40.86642334480463 ], [ -111.48222422940493, 40.865821115184332 ], [ -111.4818869878378, 40.865133381700367 ], [ -111.4816702376918, 40.86469737939435 ], [ -111.48152999735684, 40.864175477422656 ], [ -111.48152223766316, 40.863923274454166 ], [ -111.48151470638959, 40.863702599942741 ], [ -111.48149814349205, 40.863054063791147 ], [ -111.48138110449281, 40.862622148713903 ], [ -111.48113494407384, 40.862055646000144 ], [ -111.4808106080807, 40.861507485402221 ], [ -111.48037372198942, 40.860982313625506 ], [ -111.4801460087243, 40.860667967317873 ], [ -111.47992345636547, 40.860246398966744 ], [ -111.47979630033204, 40.85989019480833 ], [ -111.47975417233968, 40.859642638678096 ], [ -111.4797570333954, 40.859381382796883 ], [ -111.47980870239876, 40.859142444930541 ], [ -111.47983155433108, 40.859020736288414 ], [ -111.47983116430343, 40.858966687427063 ], [ -111.47978208048885, 40.858741681236864 ], [ -111.47968002853352, 40.858575449986873 ], [ -111.47961986061777, 40.858458590781851 ], [ -111.47955455727899, 40.858287702402023 ], [ -111.47961745657287, 40.858125289419121 ], [ -111.47972877271343, 40.857931145596829 ], [ -111.48009250840592, 40.857366606315466 ], [ -111.48046295114555, 40.856910138911104 ], [ -111.48065154363282, 40.856738193313809 ], [ -111.48075138091981, 40.856598146800344 ], [ -111.48083893014072, 40.856399596704534 ], [ -111.48083766001085, 40.856223937849144 ], [ -111.48081872386233, 40.856066369462297 ], [ -111.48051280211223, 40.855599206431314 ], [ -111.48040498387746, 40.855455520796269 ], [ -111.48039752261542, 40.855243854010645 ], [ -111.48052682302551, 40.855076659693744 ], [ -111.48069758164922, 40.854900284052825 ], [ -111.48101540090839, 40.85455213503127 ], [ -111.48127516871297, 40.85437989154061 ], [ -111.48151060804275, 40.854288824804918 ], [ -111.48210368238026, 40.854106179260199 ], [ -111.48274240112744, 40.853837759656045 ], [ -111.48338118016785, 40.853578344679086 ], [ -111.48369494714413, 40.853491449441997 ], [ -111.483908428812, 40.85348154567221 ], [ -111.48418142580555, 40.85349841698298 ], [ -111.48462071217143, 40.853541614428813 ], [ -111.4851196135225, 40.853625097403743 ], [ -111.48577290960181, 40.853730449198736 ], [ -111.48610522692597, 40.853747066133103 ], [ -111.4864731686869, 40.853768036090543 ], [ -111.48655621513726, 40.853767685837695 ], [ -111.4868409128421, 40.853761980445711 ], [ -111.48712010087472, 40.853813951509657 ], [ -111.48731688304093, 40.853953651728609 ], [ -111.48750205972482, 40.8541285334923 ], [ -111.48795499406768, 40.854413987037134 ], [ -111.48813289292772, 40.854405126800721 ], [ -111.48818608205278, 40.854377876455104 ], [ -111.48829193105298, 40.854251310573297 ], [ -111.48834340018149, 40.853989848517777 ], [ -111.48851923997253, 40.853700834532525 ], [ -111.48860686148529, 40.853515790805318 ], [ -111.48864669679946, 40.853285907334438 ], [ -111.48871585999376, 40.853010857486161 ], [ -111.48881971297499, 40.852613146051141 ], [ -111.48902514628868, 40.852315898247426 ], [ -111.48927229206693, 40.852044597579138 ], [ -111.48955509239208, 40.851782153487108 ], [ -111.48993279746172, 40.851519305658499 ], [ -111.49039831880108, 40.851099336718534 ], [ -111.49090621320256, 40.850795394242539 ], [ -111.49147914412971, 40.850463246332509 ], [ -111.49179771824578, 40.850227669548538 ], [ -111.49201528720911, 40.849970001661788 ], [ -111.49219747199713, 40.849740410456398 ], [ -111.49230233262413, 40.849482322009337 ], [ -111.49233052327509, 40.849284016316105 ], [ -111.49235258226445, 40.849058711499083 ], [ -111.49245866754278, 40.848806022711486 ], [ -111.49260939718522, 40.848494588400804 ], [ -111.49276687606815, 40.848133578692817 ], [ -111.49290762720841, 40.847916775086098 ], [ -111.49312525116071, 40.847668113214347 ], [ -111.49328329312077, 40.847383672000106 ], [ -111.49337082638561, 40.847189616431415 ], [ -111.49344454189489, 40.846892022951174 ], [ -111.49336098674267, 40.846662665353691 ], [ -111.49322359954763, 40.846532630599235 ], [ -111.4928661234606, 40.846317956113211 ], [ -111.49265086506497, 40.84608465637961 ], [ -111.49279167904542, 40.845876861006957 ], [ -111.49304641934387, 40.845835234582133 ], [ -111.49330742448628, 40.845838622964024 ], [ -111.49358582215662, 40.845787885748827 ], [ -111.49376878583681, 40.845665488929413 ], [ -111.49391609506627, 40.845534236047662 ], [ -111.49404544305965, 40.845380538818127 ], [ -111.49424469233982, 40.845055381756453 ], [ -111.49445040637278, 40.844802264092266 ], [ -111.49465065663327, 40.844612228514983 ], [ -111.49498214608262, 40.84436397556847 ], [ -111.49520404023176, 40.844213483259118 ], [ -111.49532294160717, 40.844091358933134 ], [ -111.49538670712755, 40.843892899571564 ], [ -111.49538503023162, 40.843667695908202 ], [ -111.4954245011383, 40.84339276913785 ], [ -111.49544031508471, 40.843126952379109 ], [ -111.49536875389194, 40.84291556145083 ], [ -111.4952599059951, 40.842794414914579 ], [ -111.49512835350892, 40.84265084463172 ], [ -111.49504471780034, 40.84257012763694 ], [ -111.49490120397267, 40.842413095761565 ], [ -111.49487593941616, 40.842206010094024 ], [ -111.49499839635035, 40.842083870811976 ], [ -111.49517653558469, 40.841952483963674 ], [ -111.49540692566447, 40.841828980058615 ], [ -111.49576049923682, 40.841522075094097 ], [ -111.49614411967575, 40.841268189600171 ], [ -111.49648082897833, 40.84108657223257 ], [ -111.49683465598628, 40.840814795770569 ], [ -111.4970642382179, 40.840584091595161 ], [ -111.4972100488279, 40.8402546552053 ], [ -111.49727845666399, 40.839885014309644 ], [ -111.49731270187158, 40.839547050169095 ], [ -111.49741014760875, 40.839253855721161 ], [ -111.49760963180154, 40.838964725308436 ], [ -111.49788533498003, 40.838558155870452 ], [ -111.49813205671796, 40.838241795320592 ], [ -111.49831916789068, 40.837885153741418 ], [ -111.49845367242759, 40.837631435406671 ], [ -111.49850553475754, 40.8374294221748 ], [ -111.49852140944625, 40.837173513766537 ], [ -111.49853683186576, 40.836857250720179 ], [ -111.49851088346601, 40.836560084167857 ], [ -111.49846744799574, 40.836303531158833 ], [ -111.49847582838287, 40.835997207790676 ], [ -111.4986101715173, 40.835564221808106 ], [ -111.49880957205686, 40.835266081074806 ], [ -111.4989861348167, 40.835086049427694 ], [ -111.49925102785276, 40.834822757566705 ], [ -111.49954530591722, 40.834524204904454 ], [ -111.49996245620849, 40.834004412059528 ], [ -111.50004365038265, 40.833760832035139 ], [ -111.50008296118722, 40.83346788703259 ], [ -111.50006893512798, 40.833179677434515 ], [ -111.50000194510621, 40.832945748082892 ], [ -111.49982699107939, 40.83254923352419 ], [ -111.49984854612346, 40.832260869691133 ], [ -111.50006023790479, 40.832022129177382 ], [ -111.50030844889768, 40.831908447386702 ], [ -111.50057461816779, 40.831817208272369 ], [ -111.50075146527318, 40.831676809793485 ], [ -111.50108299752706, 40.831603302683234 ], [ -111.50126607816787, 40.831503414374311 ], [ -111.50139433190054, 40.83136773025776 ], [ -111.50148351586051, 40.831241224285549 ], [ -111.50162897902845, 40.83087124531216 ], [ -111.50171579443229, 40.830588002355626 ], [ -111.50182685798814, 40.830374919791758 ], [ -111.50197882460856, 40.830081483902987 ], [ -111.50239745811589, 40.829764365710794 ], [ -111.50268021459327, 40.829515401522386 ], [ -111.50294958331291, 40.829221452719842 ], [ -111.50338598954117, 40.828746605443222 ], [ -111.50410950284727, 40.827973223233116 ], [ -111.50472061199311, 40.827236362042534 ], [ -111.50496150102143, 40.8269425330435 ], [ -111.50514956968532, 40.826721002490025 ], [ -111.50537266666289, 40.826427250513255 ], [ -111.50561160000434, 40.825876687577136 ], [ -111.50564567104448, 40.825678352124896 ], [ -111.50573235328712, 40.825380692973681 ], [ -111.50599088221047, 40.825068767498635 ], [ -111.50632676348197, 40.824792535830255 ], [ -111.50670496956008, 40.824624218840199 ], [ -111.50709496361965, 40.824446840334559 ], [ -111.50734823979666, 40.824225019496225 ], [ -111.50750023691035, 40.823940584409456 ], [ -111.50750982925138, 40.823643262928506 ], [ -111.50760883967602, 40.823408607295114 ], [ -111.5077554199607, 40.823191759150127 ], [ -111.5083444827507, 40.822684691162209 ], [ -111.50927452773091, 40.821797759929289 ], [ -111.50974665572124, 40.821354260070812 ], [ -111.51005753209925, 40.821069119423512 ], [ -111.51035252980633, 40.820878637074372 ], [ -111.51079602523464, 40.820723530484244 ], [ -111.51151950145598, 40.82058519814143 ], [ -111.51215156568519, 40.820433754382194 ], [ -111.51246513849019, 40.820346781543506 ], [ -111.51279649710665, 40.820259728802 ], [ -111.5130508489294, 40.820182026040527 ], [ -111.51323412320615, 40.820113647392418 ], [ -111.51353531428465, 40.819959163214456 ], [ -111.513807207328, 40.819849851068263 ], [ -111.51406871271715, 40.819777519284273 ], [ -111.51512163298554, 40.819614273974267 ], [ -111.51560144884186, 40.819558079888132 ], [ -111.5160816129595, 40.819546924589581 ], [ -111.51641359153804, 40.819540934899358 ], [ -111.5166743544132, 40.819526254729936 ], [ -111.51692228050238, 40.819385512934033 ], [ -111.51704879693703, 40.818880471786898 ], [ -111.51711791322296, 40.818618916420519 ], [ -111.51716359399967, 40.818393499931496 ], [ -111.51709652445246, 40.818155076099906 ], [ -111.51700745100729, 40.817984314349907 ], [ -111.51689229192847, 40.817813669394702 ], [ -111.51673653906336, 40.817607172251691 ], [ -111.5166401013373, 40.81740401268555 ], [ -111.51657360071576, 40.817238554576818 ], [ -111.51650074563574, 40.817018173193617 ], [ -111.51639193544345, 40.816748406089303 ], [ -111.51633146244038, 40.816595532703715 ], [ -111.5162284075909, 40.81630321848435 ], [ -111.51619663395711, 40.815875458160384 ], [ -111.51617723751316, 40.815055773774226 ], [ -111.51629824236836, 40.814604808588911 ], [ -111.51637802666878, 40.814190061641945 ], [ -111.51650631924819, 40.813914728856659 ], [ -111.51652267196846, 40.813729981874964 ], [ -111.51642415212463, 40.81325747782644 ], [ -111.51635726518377, 40.81304157371963 ], [ -111.51616557202072, 40.812785689824395 ], [ -111.5159693827637, 40.812714499519018 ], [ -111.51564859713643, 40.812630353074553 ], [ -111.51500158769039, 40.812525141130834 ], [ -111.51474608379013, 40.812449709240568 ], [ -111.5145318689212, 40.812347067222106 ], [ -111.5144005446523, 40.812230542555369 ], [ -111.51428658795848, 40.812059889443454 ], [ -111.51410571885067, 40.811668826609726 ], [ -111.51393091898089, 40.811295753391406 ], [ -111.51361786101646, 40.810828706368248 ], [ -111.51350547632539, 40.81070759209166 ], [ -111.51330281262182, 40.810564358167341 ], [ -111.51313044907633, 40.810506569717354 ], [ -111.51294047523801, 40.810471380506954 ], [ -111.51262018947736, 40.810450282745187 ], [ -111.51195067089425, 40.810498297827905 ], [ -111.51151830653568, 40.810549762121333 ], [ -111.51112712657263, 40.810560504183236 ], [ -111.51087711344304, 40.810426484215682 ], [ -111.51086349563381, 40.810196828183749 ], [ -111.5109080866028, 40.809827282900358 ], [ -111.51099882199188, 40.80929087624984 ], [ -111.51104399909896, 40.808997900389237 ], [ -111.51115359417084, 40.808601942392855 ], [ -111.51131693928185, 40.808257995305354 ], [ -111.51156934472417, 40.807932570955117 ], [ -111.51224684886361, 40.807384551604052 ], [ -111.5130600541964, 40.80675484850898 ], [ -111.513744260632, 40.806310388113189 ], [ -111.51414553230455, 40.806074380010791 ], [ -111.51432190027718, 40.805884415695793 ], [ -111.51446245827935, 40.805663081065852 ], [ -111.51454980647664, 40.805460000540727 ], [ -111.51458983818027, 40.80527064371384 ], [ -111.51456879232137, 40.804848239353021 ], [ -111.5144682410543, 40.804109090560935 ], [ -111.51443641278233, 40.803825464956056 ], [ -111.51437560855376, 40.80362754919085 ], [ -111.51421916705081, 40.803326461968496 ], [ -111.51413441122187, 40.803097123068916 ], [ -111.51407298302368, 40.802818133447964 ], [ -111.51404447812455, 40.802196674293768 ], [ -111.51409201979278, 40.801444253068489 ], [ -111.51413537106517, 40.80091706283801 ], [ -111.5142916844263, 40.800434411598879 ], [ -111.51463856628938, 40.800068020783897 ], [ -111.51518685949678, 40.799687217051535 ], [ -111.51647295073533, 40.798906736647979 ], [ -111.51718707336289, 40.798511668237069 ], [ -111.51741696496757, 40.798348484572571 ], [ -111.51752817731162, 40.798167815803382 ], [ -111.51756854620726, 40.798023498718308 ], [ -111.51756637726211, 40.797744244904855 ], [ -111.51750817339644, 40.79711841506878 ], [ -111.51754756227022, 40.796847983320923 ], [ -111.51777531256472, 40.796410049156769 ], [ -111.51807982704176, 40.795935735859366 ], [ -111.51831160580983, 40.795254552852789 ], [ -111.51838661321118, 40.794992068393483 ], [ -111.51840289355569, 40.794799213227456 ], [ -111.51834741713793, 40.794524703012534 ], [ -111.51839408822447, 40.794276759416192 ], [ -111.51852059598883, 40.793930264329262 ], [ -111.51880110731447, 40.793572266562869 ], [ -111.51903570459457, 40.793102769129312 ], [ -111.51919025308375, 40.792552554806207 ], [ -111.51931932761931, 40.79223217188143 ], [ -111.51954904356431, 40.791897822932569 ], [ -111.51977821317244, 40.791797697245542 ], [ -111.52023962395917, 40.791687515760785 ], [ -111.52046436727775, 40.791627946963267 ], [ -111.52053530729465, 40.791605105692355 ], [ -111.52091360628896, 40.791477279385859 ], [ -111.5212146858249, 40.791327279385257 ], [ -111.5214799243862, 40.791141406533697 ], [ -111.52172166794324, 40.790982664834061 ], [ -111.52197554502838, 40.790859901784899 ], [ -111.52239553250155, 40.79075890756117 ], [ -111.52288102528398, 40.790698153298642 ], [ -111.52347854962778, 40.790564820717869 ], [ -111.52385655380206, 40.790400952048707 ], [ -111.52413938277176, 40.790192471932706 ], [ -111.52440993239516, 40.789929995851118 ], [ -111.52506890908883, 40.78932342882154 ], [ -111.52550342915384, 40.788812469790365 ], [ -111.52563820151977, 40.788618172899021 ], [ -111.52579071568188, 40.788419290747633 ], [ -111.52607374348423, 40.788237830479488 ], [ -111.52652287566518, 40.788078133003076 ], [ -111.52682403393881, 40.787941630734856 ], [ -111.52698982941054, 40.7877742161496 ], [ -111.52714551121984, 40.78737713038074 ], [ -111.52723873033814, 40.787174913738788 ], [ -111.52736060212463, 40.786849149398869 ], [ -111.52749251397933, 40.78629452268477 ], [ -111.5277204842882, 40.785897105577639 ], [ -111.52790261502234, 40.78569808511434 ], [ -111.52807342828999, 40.785566680038166 ], [ -111.52833926732471, 40.785461865218615 ], [ -111.52895311132364, 40.78530140398167 ], [ -111.52928567383044, 40.78524132370098 ], [ -111.52946897854669, 40.78519093592606 ], [ -111.52981748778261, 40.785049704275025 ], [ -111.5305082535255, 40.784726728222537 ], [ -111.5307804771998, 40.784680433796424 ], [ -111.53102924885057, 40.784665776470554 ], [ -111.53123693531852, 40.784700854612744 ], [ -111.53141523762895, 40.784766696668711 ], [ -111.53169321434889, 40.78484739370964 ], [ -111.53230499944543, 40.784876103022299 ], [ -111.53296846323066, 40.784846015045503 ], [ -111.53340692970447, 40.784839484815684 ], [ -111.53363752760977, 40.784775359022802 ], [ -111.53386158622216, 40.784634690616478 ], [ -111.53414508109474, 40.784516267962125 ], [ -111.53443561354543, 40.784388803498217 ], [ -111.53472894163724, 40.784166735898417 ], [ -111.53488210508411, 40.784053419560948 ], [ -111.53518236017574, 40.783808797393348 ], [ -111.53538303537945, 40.783708772804054 ], [ -111.53557811002059, 40.78364931219722 ], [ -111.53583869165868, 40.783630085433771 ], [ -111.53625919180263, 40.783601106504378 ], [ -111.53699360287632, 40.783552648635109 ], [ -111.53805293862544, 40.783381056507174 ], [ -111.5385737342593, 40.783297550336528 ], [ -111.53892272375946, 40.783219348580914 ], [ -111.53923637768857, 40.783168336456008 ], [ -111.53977523848334, 40.783120774523347 ], [ -111.54070589469572, 40.783012819529283 ], [ -111.54144452409385, 40.782901253939897 ], [ -111.54197705277231, 40.782804164582188 ], [ -111.54249154680697, 40.782675627734406 ], [ -111.54313018071846, 40.782510470292571 ], [ -111.54386325166307, 40.782299821670236 ], [ -111.5444309201237, 40.782153008510953 ], [ -111.54554946821118, 40.781981068209376 ], [ -111.54653216125354, 40.781862910848304 ], [ -111.54715363663763, 40.781775285680254 ], [ -111.54752623552875, 40.781687937444907 ], [ -111.54786873267203, 40.781543076397128 ], [ -111.54808637308125, 40.781347458854981 ], [ -111.54835175566815, 40.781048916904687 ], [ -111.548793378306, 40.780853134309602 ], [ -111.54923688832142, 40.780742921989869 ], [ -111.54998299678164, 40.780680813032788 ], [ -111.55048635172922, 40.780642378841996 ], [ -111.55082372282614, 40.780595726349084 ], [ -111.55130859309985, 40.78047179585527 ], [ -111.55211901692354, 40.780305767814014 ], [ -111.55323807397565, 40.78020131448276 ], [ -111.55375863800514, 40.780095219609933 ], [ -111.55408993645204, 40.780031470522154 ], [ -111.55452251046782, 40.780032996065827 ], [ -111.55500350629067, 40.780156802994483 ], [ -111.55529448224524, 40.780231975593331 ], [ -111.55594146408352, 40.780363988268817 ], [ -111.5569028279031, 40.780535018867688 ], [ -111.55782253094225, 40.780683721540299 ], [ -111.55797833957725, 40.7807505321531 ], [ -111.55806074986145, 40.780826706054363 ], [ -111.55803225408242, 40.780961971640728 ], [ -111.55784441429381, 40.781174580032044 ], [ -111.55770997706304, 40.781395938546687 ], [ -111.55757145914788, 40.78183802529805 ], [ -111.55744573178391, 40.782392656524792 ], [ -111.55741288265457, 40.782716220946035 ], [ -111.55753992447499, 40.783027301853771 ], [ -111.55778418980653, 40.783183770427122 ], [ -111.55816436688612, 40.783294538575888 ], [ -111.55840229413212, 40.783401489654935 ], [ -111.55861701047424, 40.783567107949978 ], [ -111.55885086380258, 40.783894786415416 ], [ -111.55900755103106, 40.784348056564802 ], [ -111.55910498930702, 40.784519647100417 ], [ -111.55928404364003, 40.784671924127963 ], [ -111.55958279756217, 40.784823620470881 ], [ -111.55979542861527, 40.784881144485723 ], [ -111.56019263882561, 40.784901738144342 ], [ -111.56075661273961, 40.784880981861427 ], [ -111.56185133764976, 40.784835118538567 ], [ -111.56272287536987, 40.784745290871626 ], [ -111.56368134424316, 40.784704578825576 ], [ -111.56443363693577, 40.784669371743782 ], [ -111.56529916555135, 40.784710177431911 ], [ -111.56570314270584, 40.784829812591333 ], [ -111.5658760195299, 40.784950579850992 ], [ -111.56598455555279, 40.785170756061511 ], [ -111.56610402583098, 40.785282776397452 ], [ -111.56636613483244, 40.78544364340911 ], [ -111.56661558969721, 40.785509982603692 ], [ -111.56735665154484, 40.78554687967894 ], [ -111.56849397826602, 40.785492636199763 ], [ -111.5687368564207, 40.785482430875852 ], [ -111.56962559279596, 40.78546363353604 ], [ -111.57060991893496, 40.785535342646874 ], [ -111.57099421507216, 40.785569475727669 ], [ -111.5712023490718, 40.785654026471342 ], [ -111.57164443374873, 40.785931101031707 ], [ -111.57204897054706, 40.786113770696645 ], [ -111.57267868992055, 40.786295321601848 ], [ -111.57332688738451, 40.786557853811402 ], [ -111.5736306933094, 40.786741018333664 ], [ -111.57388740426831, 40.786960450300455 ], [ -111.57422266641781, 40.787355156671623 ], [ -111.5745637420155, 40.787736320331895 ], [ -111.57490447192282, 40.788076946407401 ], [ -111.57514906825703, 40.788264906095371 ], [ -111.57530392095768, 40.788354219188435 ], [ -111.57552499735517, 40.788426085637944 ], [ -111.57565430052439, 40.788438953408878 ], [ -111.57585004483788, 40.7884595971382 ], [ -111.57621149116211, 40.788453288555843 ], [ -111.57667976101695, 40.788464462035215 ], [ -111.57733142456041, 40.788438682184939 ], [ -111.57764573592092, 40.788464134687374 ], [ -111.57790074857751, 40.788485379075773 ], [ -111.57854114616967, 40.788527212582444 ], [ -111.5791699273384, 40.788596126344693 ], [ -111.57964545619464, 40.78876039588058 ], [ -111.58002036252573, 40.788938682029212 ], [ -111.58049012674489, 40.789120994044268 ], [ -111.58089961239675, 40.789186497098456 ], [ -111.58121388926241, 40.789207435792399 ], [ -111.58146333336656, 40.789269238597434 ], [ -111.58160642325223, 40.789367610971098 ], [ -111.58179873051648, 40.789672930519153 ], [ -111.58189045284864, 40.789996773999292 ], [ -111.58188107771281, 40.790280588993681 ], [ -111.58179615624924, 40.790735946368486 ], [ -111.58172104200648, 40.790957033269088 ], [ -111.58170534674511, 40.791195837578933 ], [ -111.58179020099622, 40.791411613711084 ], [ -111.58192795960676, 40.791577576246723 ], [ -111.58242820553589, 40.79185431572882 ], [ -111.58275513560415, 40.791965271284425 ], [ -111.58370167605329, 40.792446945797074 ], [ -111.58379704972782, 40.79250952276864 ], [ -111.58393987380491, 40.792576363788733 ], [ -111.5841889382271, 40.792593120087247 ], [ -111.58452693748973, 40.792613929610809 ], [ -111.58496615927093, 40.792688276004327 ], [ -111.58559600698084, 40.792873358781883 ], [ -111.58604144314616, 40.792980100112501 ], [ -111.58652867460901, 40.793121760401633 ], [ -111.587146408034, 40.793276267388499 ], [ -111.58747916010999, 40.793373667141118 ], [ -111.5877230962689, 40.793480526835715 ], [ -111.58789679010127, 40.793686837326867 ], [ -111.58793389833592, 40.793862313848386 ], [ -111.58800238761303, 40.794235817251895 ], [ -111.58806121050866, 40.794857103339091 ], [ -111.58805878137863, 40.795253489273868 ], [ -111.58808582633598, 40.795631707988697 ], [ -111.58805210282648, 40.795839975952312 ], [ -111.58794831632852, 40.796168413817284 ], [ -111.58778670004715, 40.796660199800833 ], [ -111.58777098570322, 40.796894500519187 ], [ -111.58777893851664, 40.797124176424319 ], [ -111.58785805232338, 40.797357994040404 ], [ -111.58796011877807, 40.797506114019228 ], [ -111.58813915449007, 40.797644833119016 ], [ -111.58832996502446, 40.797774483413782 ], [ -111.58881855773555, 40.798065667758166 ], [ -111.5892062229557, 40.798337546767534 ], [ -111.58963674251595, 40.798763250545932 ], [ -111.59009777974259, 40.799287889920564 ], [ -111.5902295288009, 40.799440360264001 ], [ -111.59047997737223, 40.7996102400339 ], [ -111.59077602670293, 40.799708718775712 ], [ -111.59101536165237, 40.79982820677548 ], [ -111.59117604299681, 40.800034578708178 ], [ -111.59115962063623, 40.800187807029751 ], [ -111.59103893561877, 40.800481200915911 ], [ -111.59100465177985, 40.800625512215433 ], [ -111.59104173231589, 40.800796483408291 ], [ -111.59120440081904, 40.801092929882216 ], [ -111.59149882694126, 40.801541844891545 ], [ -111.59165449227763, 40.801716712125533 ], [ -111.59181572553699, 40.801851012431428 ], [ -111.59208388872665, 40.802011789285793 ], [ -111.59236374741025, 40.802154488511739 ], [ -111.59250724161085, 40.802293383144452 ], [ -111.59260992696557, 40.802509059253829 ], [ -111.59274417259546, 40.802940776576598 ], [ -111.59284854304185, 40.803345621786463 ], [ -111.59302320082737, 40.803655516650643 ], [ -111.5933597118336, 40.80416817053117 ], [ -111.59374979955393, 40.804705771410461 ], [ -111.59397072013404, 40.804884803817195 ], [ -111.59419696676127, 40.804996244817929 ], [ -111.5945522315463, 40.805084499440362 ], [ -111.5950578936737, 40.805153960472545 ], [ -111.59552688711463, 40.805232617024892 ], [ -111.59628693214867, 40.805377331428772 ], [ -111.59687544660348, 40.805563466406106 ], [ -111.5975422338426, 40.80588432009602 ], [ -111.59836927340413, 40.806226860114315 ], [ -111.59930362554771, 40.806636400340338 ], [ -111.60019040587503, 40.807028163484176 ], [ -111.60114946643347, 40.807545661741415 ], [ -111.60159648138944, 40.807813585861098 ], [ -111.6021562891934, 40.808098936561287 ], [ -111.60257277688585, 40.808267923049968 ], [ -111.60353710768865, 40.808708801806787 ], [ -111.60384686188902, 40.808873837696019 ], [ -111.60433432867237, 40.809024429360242 ], [ -111.60487523781599, 40.809184648107376 ], [ -111.60526176443483, 40.809316847199135 ], [ -111.60591513474304, 40.8094575532701 ], [ -111.60661666878902, 40.809679078581034 ], [ -111.60706326835651, 40.809897436996287 ], [ -111.60772315124636, 40.810101157763263 ], [ -111.6084835243485, 40.810272815203511 ], [ -111.60923241626894, 40.81048506631867 ], [ -111.60945228473585, 40.810542460129632 ], [ -111.60974214427713, 40.810603987887575 ], [ -111.6100220659084, 40.810616020927242 ], [ -111.61029487412493, 40.810628090914314 ], [ -111.61049745556438, 40.81073962492929 ], [ -111.61065920278489, 40.810923442394056 ], [ -111.61077249463652, 40.810994910397298 ], [ -111.61103390312149, 40.811056585506272 ], [ -111.61133618774286, 40.811050479998435 ], [ -111.61174538238835, 40.811066328047822 ], [ -111.61255190800081, 40.811097181931473 ], [ -111.61322807713462, 40.811135029009954 ], [ -111.61379674664992, 40.811086962856912 ], [ -111.61422301978233, 40.811026139360933 ], [ -111.61478480346376, 40.810874507720989 ], [ -111.61562544683532, 40.810748411138938 ], [ -111.61637157373805, 40.81065884723413 ], [ -111.616608482009, 40.810635060233047 ], [ -111.61678696288308, 40.810575551266396 ], [ -111.61695091608716, 40.810483689255122 ], [ -111.61752259037999, 40.810121193457171 ], [ -111.61827175072555, 40.809720809182302 ], [ -111.61870810937046, 40.809470737420909 ], [ -111.61941500690963, 40.808989496181958 ], [ -111.62032764482989, 40.808322471169383 ], [ -111.62101143765069, 40.807908907780693 ], [ -111.62129415938784, 40.807713703797255 ], [ -111.62169972039261, 40.807342172270815 ], [ -111.62232245158715, 40.806739752350374 ], [ -111.62265217066314, 40.806373130708195 ], [ -111.62295496277406, 40.805916568848886 ], [ -111.6233540282953, 40.805486511477362 ], [ -111.62374237244516, 40.805178124947176 ], [ -111.62404853108501, 40.804955762061262 ], [ -111.62419532354401, 40.804806328343233 ], [ -111.6243247130965, 40.804697526700956 ], [ -111.62457302964752, 40.804628619304616 ], [ -111.62485178515173, 40.804645126961873 ], [ -111.62522004318517, 40.804724208250306 ], [ -111.62555777700564, 40.804708864967743 ], [ -111.62572852880115, 40.804586324795707 ], [ -111.62593590204298, 40.804576191529939 ], [ -111.62634421281869, 40.804501908022175 ], [ -111.6267600168465, 40.804468120462452 ], [ -111.62707285406808, 40.80445290798459 ], [ -111.62748133245769, 40.804396636475069 ], [ -111.62788311871917, 40.804259323746045 ], [ -111.62814252013685, 40.804109272156587 ], [ -111.62836571931585, 40.803891853648217 ], [ -111.62866529171953, 40.803601950870942 ], [ -111.6291959392333, 40.803301778981982 ], [ -111.6299815376893, 40.803009221373429 ], [ -111.63077378129962, 40.80279319405885 ], [ -111.63159053968064, 40.802662607557096 ], [ -111.63213567020932, 40.802641605348022 ], [ -111.63241424802396, 40.802640078790098 ], [ -111.63275708380847, 40.802539106048144 ], [ -111.63295770928322, 40.802443416737425 ], [ -111.63322408943208, 40.802405921269141 ], [ -111.63354999786542, 40.802395123741135 ], [ -111.63383284497642, 40.802344023748063 ], [ -111.63415285378338, 40.802211642618268 ], [ -111.63486170801723, 40.801955507427415 ], [ -111.63531702281595, 40.801840395439186 ], [ -111.63577267984601, 40.801761313639645 ], [ -111.63616305168789, 40.801673581542161 ], [ -111.6366062068397, 40.801527001872977 ], [ -111.63714402086042, 40.801361880899044 ], [ -111.63772280424865, 40.801142480179649 ], [ -111.63822354015608, 40.800819910902938 ], [ -111.63860417738255, 40.800335851766647 ], [ -111.63886064582726, 40.799884008557328 ], [ -111.63904105469896, 40.799536183429922 ], [ -111.63919394442077, 40.799409217982685 ], [ -111.63944802275891, 40.799326733950174 ], [ -111.63998555232234, 40.799134575880196 ], [ -111.64066601601007, 40.799013689524315 ], [ -111.64105162366585, 40.79892596734058 ], [ -111.64102271053008, 40.799124314323144 ], [ -111.64097815513962, 40.799421841358082 ], [ -111.64101012934847, 40.799664892413098 ], [ -111.64102912333691, 40.799790905462892 ], [ -111.64113914499926, 40.800137120228285 ], [ -111.64122658685463, 40.800600570437339 ], [ -111.64123018453043, 40.800974401853644 ], [ -111.64114556979166, 40.801420791181783 ], [ -111.64109589458347, 40.801925541317189 ], [ -111.64113052956418, 40.802321721360386 ], [ -111.64120503637083, 40.802672637471574 ], [ -111.64127348671865, 40.803010074476589 ], [ -111.64130167590388, 40.803352239433949 ], [ -111.64125139370492, 40.803793933602087 ], [ -111.64114890712271, 40.804231413585292 ], [ -111.64090450927532, 40.804705715653149 ], [ -111.64081715850951, 40.804868353135049 ], [ -111.64078228739963, 40.80494061449307 ], [ -111.64081902144723, 40.805062024707532 ], [ -111.64095024742493, 40.805146876190904 ], [ -111.64159253208783, 40.80536401374156 ], [ -111.64212154838604, 40.8055142146723 ], [ -111.64226419755175, 40.805553958775945 ], [ -111.64236552853437, 40.805611949663536 ], [ -111.64244916422801, 40.805679047451456 ], [ -111.64247940958434, 40.805741938256801 ], [ -111.64249182918816, 40.805800424087167 ], [ -111.64246881435329, 40.805872619918901 ], [ -111.64239906594531, 40.806016242780842 ], [ -111.64236991498791, 40.806066852452126 ], [ -111.64220698491408, 40.806383055503822 ], [ -111.64181085727515, 40.807105936344385 ], [ -111.6417060266083, 40.807300201267957 ], [ -111.64160106519338, 40.807480954132132 ], [ -111.64147771312354, 40.807598749945484 ], [ -111.64106429690672, 40.807758695686445 ], [ -111.64080992862348, 40.807814159456605 ], [ -111.64050857184047, 40.807914925809328 ], [ -111.64026147216181, 40.808109979099555 ], [ -111.63973325948805, 40.808662424886201 ], [ -111.63965689121659, 40.808734915942487 ], [ -111.63913953015059, 40.80918370157417 ], [ -111.63903979524781, 40.809292355475769 ], [ -111.6389815112834, 40.809396275508441 ], [ -111.63896415999631, 40.809441413875774 ], [ -111.63895952837207, 40.809576566347722 ], [ -111.63896657952584, 40.809693637208468 ], [ -111.63902157176993, 40.809864493280202 ], [ -111.63911987428411, 40.810224286947026 ], [ -111.63926508224255, 40.810529769910779 ], [ -111.63948757057351, 40.810857345498697 ], [ -111.63972784492591, 40.811184822018788 ], [ -111.63981403774868, 40.811517656790741 ], [ -111.63997270903546, 40.811989720464247 ], [ -111.63998664243537, 40.812205845990412 ], [ -111.63999339277477, 40.812291388824384 ], [ -111.64000018641306, 40.812381435641555 ], [ -111.6400237084664, 40.812484902336109 ], [ -111.64010273795667, 40.812565539960261 ], [ -111.64018036556153, 40.812623664183192 ], [ -111.64040768386575, 40.812712487150677 ], [ -111.64046603886712, 40.812739188579094 ], [ -111.64053159424319, 40.812774858453231 ], [ -111.64068087073987, 40.812885734392623 ], [ -111.64071774782737, 40.8130215571896 ], [ -111.64071822445403, 40.813071101011587 ], [ -111.64070723482313, 40.813161246527521 ], [ -111.64066141297752, 40.813328157275478 ], [ -111.64063839365838, 40.813400352682457 ], [ -111.64046207134133, 40.814176058108615 ], [ -111.64039418977312, 40.814515152512158 ], [ -111.64037908157358, 40.814793597365941 ], [ -111.64047095094102, 40.815099374581074 ], [ -111.64061721583055, 40.815512951029696 ], [ -111.64086988963653, 40.815894406684706 ], [ -111.64113927612644, 40.81616406418005 ], [ -111.64140241537915, 40.816400424519351 ], [ -111.64170084058534, 40.816606860130904 ], [ -111.64195516605575, 40.817158563690882 ], [ -111.64199221322122, 40.817311501064658 ], [ -111.64201692590325, 40.817414960630686 ], [ -111.64203004221517, 40.817545510046244 ], [ -111.64198435108503, 40.81772593312801 ], [ -111.64196276464497, 40.817946760049765 ], [ -111.64196324228064, 40.817996303817253 ], [ -111.64199423112778, 40.81813576221618 ], [ -111.6420902519442, 40.818255940971717 ], [ -111.64227002908412, 40.818454026841053 ], [ -111.64267591136814, 40.818735532473859 ], [ -111.64314169244429, 40.819079761842524 ], [ -111.64329103972928, 40.819196038917468 ], [ -111.64343445887762, 40.819312348857217 ], [ -111.64364283265738, 40.819401270948127 ], [ -111.64406516202948, 40.819543049081489 ], [ -111.64446429282303, 40.819738105032179 ], [ -111.64515630686445, 40.820176551654015 ], [ -111.64536542775973, 40.820342038142478 ], [ -111.64559382743062, 40.820538945893325 ], [ -111.64568366965419, 40.820754645581715 ], [ -111.64573280347669, 40.820930035083585 ], [ -111.64572439663962, 40.821285915322889 ], [ -111.6456681220557, 40.821597021267571 ], [ -111.64561747012893, 40.821876566186148 ], [ -111.64560086266185, 40.821998272977602 ], [ -111.64557300873314, 40.822183101730602 ], [ -111.64559921379434, 40.822439695442 ], [ -111.64568501440429, 40.822727485131601 ], [ -111.64571104540796, 40.822966062902061 ], [ -111.645706994771, 40.823159766862673 ], [ -111.64568611806547, 40.823452657734805 ], [ -111.64561118090553, 40.82367378367551 ], [ -111.64557059475496, 40.82376859931545 ], [ -111.64552992114687, 40.823854406998237 ], [ -111.64553716037541, 40.823989492954297 ], [ -111.64562793745354, 40.824056548216298 ], [ -111.64606044848401, 40.82414421130607 ], [ -111.64680886970748, 40.824279648446741 ], [ -111.64772291454626, 40.824373613042255 ], [ -111.6479189256476, 40.824408546121582 ], [ -111.64834068174407, 40.824487252616919 ], [ -111.64888093341692, 40.824556282735209 ], [ -111.64924287319867, 40.824581271767627 ], [ -111.64955245238949, 40.824587636776066 ], [ -111.64958092095937, 40.824588377331686 ], [ -111.64984724777996, 40.824537331127409 ], [ -111.65064442098905, 40.82419952622746 ], [ -111.65091004083241, 40.824076414125017 ], [ -111.65115093383407, 40.823971457830709 ], [ -111.65139477058435, 40.823925039202628 ], [ -111.65163839104804, 40.823977714002183 ], [ -111.6517575896351, 40.824040099678626 ], [ -111.65187152970712, 40.824170979001977 ], [ -111.65193068440708, 40.824277845046517 ], [ -111.65196204496831, 40.824331718400913 ], [ -111.65202947062916, 40.824556548060606 ], [ -111.65211188206717, 40.824979478373891 ], [ -111.65210408802648, 40.825515523836842 ], [ -111.65214903396519, 40.825866598405014 ], [ -111.65227225237281, 40.826338844164212 ], [ -111.65227565054337, 40.82668564931506 ], [ -111.65226068705105, 40.826974003500972 ], [ -111.65234102866964, 40.827185247209144 ], [ -111.6524062221624, 40.827302888910168 ], [ -111.65246001902688, 40.82734672595177 ], [ -111.65289498294239, 40.827560467362609 ], [ -111.65315715734381, 40.827689605486285 ], [ -111.65346083858692, 40.827818507914849 ], [ -111.65362181700114, 40.827907680218921 ], [ -111.65369934166161, 40.827952283083782 ], [ -111.65385470098333, 40.828073016376358 ], [ -111.65406373559098, 40.828224974638204 ], [ -111.65413546425484, 40.828283122698693 ], [ -111.65429679886714, 40.828408325716453 ], [ -111.65434485436454, 40.828471112113299 ], [ -111.65442972662538, 40.828659807545982 ], [ -111.65466389987498, 40.828955756826304 ], [ -111.65485647102301, 40.829242032503984 ], [ -111.65501277508811, 40.829458248087619 ], [ -111.65515641419792, 40.829592558756559 ], [ -111.65551409510368, 40.829784207974598 ], [ -111.65606883974166, 40.830115266900883 ], [ -111.6565340500528, 40.830386476294642 ], [ -111.65668313507329, 40.830471207741603 ], [ -111.65680230558374, 40.830529084054774 ], [ -111.65692125403612, 40.830564440464521 ], [ -111.6570281121256, 40.830576443723089 ], [ -111.65709339158343, 40.830581476977208 ], [ -111.65712901392568, 40.830585778284821 ], [ -111.65752603323969, 40.830556490907917 ], [ -111.6579652275186, 40.830594524765935 ], [ -111.65863563400831, 40.830626732957526 ], [ -111.6592993530091, 40.830582403926776 ], [ -111.66006944724249, 40.830501428830559 ], [ -111.66099250217879, 40.830297958676894 ], [ -111.66176873546816, 40.830238557269041 ], [ -111.66237886668456, 40.830172897709161 ], [ -111.6626868921412, 40.830139599296857 ], [ -111.66331412801463, 40.830005372572067 ], [ -111.66360395930749, 40.829931638445935 ], [ -111.66393570130003, 40.829898200277256 ], [ -111.66432714325698, 40.829904955267232 ], [ -111.66448144714562, 40.829917579240785 ], [ -111.66483237191849, 40.830023658458067 ], [ -111.66526743756469, 40.830241856627275 ], [ -111.66554254128607, 40.830474488693113 ], [ -111.66568072450757, 40.830653859737751 ], [ -111.66574730207792, 40.830788601777662 ], [ -111.66580247113301, 40.830968451690268 ], [ -111.66585831637043, 40.831215860774059 ], [ -111.66599345665921, 40.831683518214795 ], [ -111.66611606317673, 40.832083684731543 ], [ -111.66612846365412, 40.832137663606616 ], [ -111.66616715289319, 40.832448230431758 ], [ -111.66613554108153, 40.832844783089932 ], [ -111.6660904914693, 40.83308376610762 ], [ -111.66605694070063, 40.833286649066856 ], [ -111.66604909262237, 40.833687568648365 ], [ -111.66604780549399, 40.834151509189901 ], [ -111.66601497528812, 40.834426455214476 ], [ -111.66602981022322, 40.834723647062361 ], [ -111.66599666417471, 40.834967065449923 ], [ -111.66589199678452, 40.835174863040287 ], [ -111.66573939261295, 40.835333390931794 ], [ -111.66555053160893, 40.835424564739526 ], [ -111.66533165946836, 40.835479877694077 ], [ -111.66515488273498, 40.835593502178348 ], [ -111.66509621210243, 40.83565689929744 ], [ -111.66505034678055, 40.835814810842891 ], [ -111.66499978216041, 40.835977253658676 ], [ -111.66497658591783, 40.836148547100386 ], [ -111.66499572655891, 40.836283562867216 ], [ -111.66500346385412, 40.836345676270803 ], [ -111.66501518235006, 40.836450106232931 ], [ -111.66500684855198, 40.836684372832018 ], [ -111.66495018622362, 40.837067556688531 ], [ -111.66489268418398, 40.837248056222364 ], [ -111.66482925159184, 40.837428589900469 ], [ -111.66465519671033, 40.837934063497464 ], [ -111.66432024981874, 40.83871972391885 ], [ -111.66416592938452, 40.83930165445301 ], [ -111.66406250822595, 40.839635560702511 ], [ -111.6640452142333, 40.840279760932283 ], [ -111.66401843843404, 40.840568183871099 ], [ -111.66398007099347, 40.840883698708041 ], [ -111.66391137614995, 40.841131825063975 ], [ -111.66376666140091, 40.841488489592329 ], [ -111.66348037326429, 40.841922539642361 ], [ -111.66334756080215, 40.842283639347379 ], [ -111.66329031950144, 40.842491161631301 ], [ -111.66314492515282, 40.842780266239359 ], [ -111.66295738595855, 40.84300655408709 ], [ -111.66275753528409, 40.843187870374102 ], [ -111.66269876602318, 40.843242258379128 ], [ -111.66246939456467, 40.843437256340913 ], [ -111.66188754326539, 40.843972992475734 ], [ -111.66161124864828, 40.844221407468972 ], [ -111.66136927047017, 40.844461517500406 ], [ -111.66110558124609, 40.84466571786578 ], [ -111.66098763457259, 40.844733956708446 ], [ -111.66086375674772, 40.844802229408906 ], [ -111.66069845172473, 40.844879747648015 ], [ -111.66051602432741, 40.845024926647959 ], [ -111.66046349555755, 40.845110807151073 ], [ -111.66044655231964, 40.845196483899556 ], [ -111.66045310927257, 40.8452595051168 ], [ -111.66045957680771, 40.845313518451135 ], [ -111.66050948398967, 40.845560963528285 ], [ -111.6605160410427, 40.845623984737266 ], [ -111.66052888686326, 40.845723003508809 ], [ -111.6605419116115, 40.845840038038546 ], [ -111.66062151936609, 40.84609181716813 ], [ -111.66072970037128, 40.846234431029096 ], [ -111.66078499067915, 40.846307082305984 ], [ -111.66111323464376, 40.846629503700548 ], [ -111.66136444423992, 40.846839760929882 ], [ -111.66163371753674, 40.847076939169483 ], [ -111.66176607489206, 40.847264455311404 ], [ -111.66182687389511, 40.847413645787157 ], [ -111.66184668389246, 40.847616220905863 ], [ -111.66187988010438, 40.847971861828391 ], [ -111.66191712552703, 40.848138303317704 ], [ -111.66194745386201, 40.848205692205255 ], [ -111.66198992260036, 40.848300937419744 ], [ -111.66205591912778, 40.848376229131922 ], [ -111.66217539553854, 40.848461123053831 ], [ -111.6626043538085, 40.848769449293847 ], [ -111.66280266291524, 40.848907940038494 ], [ -111.66297139722873, 40.849054707962686 ], [ -111.66303627221492, 40.849136311417311 ], [ -111.66314433767623, 40.849266311841539 ], [ -111.66329666253287, 40.849670813463931 ], [ -111.66354851064219, 40.849943219981554 ], [ -111.66382311543354, 40.850118204415878 ], [ -111.66399588978774, 40.850193781307816 ], [ -111.66419070908751, 40.850219684891762 ], [ -111.66452980445511, 40.850199715169531 ], [ -111.66486811852431, 40.850220286686678 ], [ -111.66518320271014, 40.85029053728379 ], [ -111.66542158490128, 40.85040176723026 ], [ -111.66572131060923, 40.850715331320941 ], [ -111.66588905904202, 40.850881018205108 ], [ -111.66615782356025, 40.851064138291356 ], [ -111.66640218674186, 40.851179835839417 ], [ -111.66658696512265, 40.851268852051255 ], [ -111.6672656840046, 40.851517162697832 ], [ -111.66748609871159, 40.851610475506163 ], [ -111.66807028184486, 40.851895361903843 ], [ -111.66883413782332, 40.852350362925158 ], [ -111.66903160136972, 40.852520377062476 ], [ -111.66911554984875, 40.852609973944702 ], [ -111.66918740875833, 40.852677119948765 ], [ -111.66930210351605, 40.852874638879747 ], [ -111.66944681983112, 40.853108016980471 ], [ -111.66962708177911, 40.853336684360002 ], [ -111.66979498264759, 40.853515877139642 ], [ -111.66987268417755, 40.853573980399112 ], [ -111.66995002287305, 40.853596052198995 ], [ -111.67011492362596, 40.853595094360742 ], [ -111.67021088070011, 40.85358102431087 ], [ -111.67054269148711, 40.853543062459558 ], [ -111.6709873399855, 40.853517955916786 ], [ -111.67150932722923, 40.853514918413893 ], [ -111.67180613833897, 40.853535711128082 ], [ -111.67212106327871, 40.853587926858609 ], [ -111.67235915003124, 40.853667614756908 ], [ -111.67264537419656, 40.853814584301944 ], [ -111.67299246637941, 40.85411434043553 ], [ -111.67342383761677, 40.854535216590676 ], [ -111.67374150629325, 40.854857663128399 ], [ -111.67387378558989, 40.855032553758406 ], [ -111.67391599285861, 40.855099869992536 ], [ -111.6739998598774, 40.855180455361548 ], [ -111.67411356885019, 40.855278883024866 ], [ -111.67426131747784, 40.855341078108893 ], [ -111.67430416367682, 40.855354340214383 ], [ -111.67438150588136, 40.855376409008493 ], [ -111.67449416506835, 40.855371246123276 ], [ -111.67466614257691, 40.855365736202344 ], [ -111.6750554971164, 40.855268870357378 ], [ -111.67537084148057, 40.855244503540796 ], [ -111.67573847714723, 40.855228837921373 ], [ -111.67618939622577, 40.855236104726089 ], [ -111.67649245970168, 40.85528747717651 ], [ -111.67676007933409, 40.855353470180269 ], [ -111.6771770502481, 40.855522182177168 ], [ -111.67767766596752, 40.855748955706424 ], [ -111.67796952117931, 40.855864349558374 ], [ -111.67826734603169, 40.85598331091493 ], [ -111.6785290934362, 40.856054739349176 ], [ -111.67874918020465, 40.856112899777074 ], [ -111.67901063429414, 40.856155502050335 ], [ -111.67941446357356, 40.856198166066342 ], [ -111.68002572581523, 40.856221589232369 ], [ -111.68050634825718, 40.856232267378815 ], [ -111.68091578797143, 40.856243363736382 ], [ -111.68229161986987, 40.85619920049816 ], [ -111.68283735453117, 40.856195971221275 ], [ -111.68313328124367, 40.856244665930362 ], [ -111.68338443137776, 40.856323352785594 ], [ -111.6834740117972, 40.856381376447615 ], [ -111.68357591919673, 40.856484368840768 ], [ -111.6836478338666, 40.856555108770955 ], [ -111.683737840879, 40.856654568198415 ], [ -111.68407267034505, 40.856909321550766 ], [ -111.68458041085211, 40.857248627354899 ], [ -111.68529647346197, 40.857654256194387 ], [ -111.68562514967753, 40.857886520611494 ], [ -111.68578147312365, 40.858088279602065 ], [ -111.68601640151958, 40.858433704779486 ], [ -111.68612438754209, 40.858550171268355 ], [ -111.68632121619154, 40.858652596529126 ], [ -111.68644023041611, 40.858687921804041 ], [ -111.68658311275905, 40.858736617438865 ], [ -111.68666754421147, 40.858755032421954 ], [ -111.68679105328971, 40.858766007987924 ], [ -111.68720677662283, 40.858809474677813 ], [ -111.68741426132951, 40.858794725825938 ], [ -111.68749133237496, 40.858789762318111 ], [ -111.687704749072, 40.858774977588489 ], [ -111.6881673053954, 40.858757805540904 ], [ -111.68854102892956, 40.85875557531773 ], [ -111.688713116364, 40.858759952985118 ], [ -111.68890892296318, 40.858763287901631 ], [ -111.68939502984985, 40.858728854381667 ], [ -111.68981043641283, 40.858627278898368 ], [ -111.6900521017598, 40.85859070081441 ], [ -111.69031333870736, 40.858610757799433 ], [ -111.69049162922043, 40.858641219949668 ], [ -111.69074783270786, 40.85874778638324 ], [ -111.6908122738982, 40.858783433929325 ], [ -111.69121946631799, 40.859033228785009 ], [ -111.69150029102431, 40.859225225448284 ], [ -111.69194791190952, 40.859482882858835 ], [ -111.69227592620446, 40.859648470269221 ], [ -111.69252036581302, 40.859764111697459 ], [ -111.69298014974356, 40.860049617960989 ], [ -111.69339205685297, 40.860294872553979 ], [ -111.69372077420861, 40.860527113463796 ], [ -111.69399496379157, 40.860764185684644 ], [ -111.69428362803934, 40.861023691017984 ], [ -111.69442171769731, 40.861180506069246 ], [ -111.69458851851428, 40.861359668962372 ], [ -111.69488815801694, 40.86153352724245 ], [ -111.69519235660529, 40.861689340540309 ], [ -111.69541849340007, 40.86175554009516 ], [ -111.69556248102487, 40.861795209530925 ], [ -111.69570965121567, 40.861798826156111 ], [ -111.69581633981301, 40.861789174262249 ], [ -111.6959112107613, 40.861784097747794 ], [ -111.69628419600326, 40.861709779986008 ], [ -111.69661551226211, 40.861622200139223 ], [ -111.69684626080686, 40.861562252019716 ], [ -111.69707724503699, 40.861524822911434 ], [ -111.6973976394675, 40.861527390409741 ], [ -111.69750443131367, 40.861527645525534 ], [ -111.69771922038129, 40.861529949841056 ], [ -111.698038333792, 40.861523514949624 ], [ -111.69847134830992, 40.861516389517597 ], [ -111.69911251597514, 40.861557547015209 ], [ -111.69929656112022, 40.861569943919633 ], [ -111.70004455964377, 40.861614952697053 ], [ -111.70051316858776, 40.861607603569681 ], [ -111.70060803886396, 40.861602523196886 ], [ -111.70073845579977, 40.861592722625545 ], [ -111.70086892017348, 40.861587425797381 ], [ -111.70097546515871, 40.861564257469198 ], [ -111.70109914220961, 40.86147792640886 ], [ -111.70123406607956, 40.861332972516749 ], [ -111.70142660200786, 40.861025517693093 ], [ -111.70160010364989, 40.860601069647942 ], [ -111.70193728056542, 40.859945912233066 ], [ -111.70228641035403, 40.859299689360377 ], [ -111.70251348149365, 40.858892930395513 ], [ -111.70267045964722, 40.858590194127935 ], [ -111.70281011625335, 40.858332604984241 ], [ -111.70295489439501, 40.857998413369842 ], [ -111.70315580015502, 40.857362099255461 ], [ -111.70335722617857, 40.856775327561429 ], [ -111.70365858501948, 40.856102366428658 ], [ -111.70374584706657, 40.855939683503919 ], [ -111.70385142857212, 40.855826434739704 ], [ -111.70405144213171, 40.855667567713311 ], [ -111.7042457041747, 40.855525851347799 ], [ -111.70443309848685, 40.855295894604822 ], [ -111.70457374358389, 40.855132885021547 ], [ -111.70493765370163, 40.854878427385728 ], [ -111.70516845910109, 40.854714866044027 ], [ -111.7055205012223, 40.85446047911168 ], [ -111.70589877468319, 40.854106838534079 ], [ -111.70629443745054, 40.853491847547424 ], [ -111.70662086606632, 40.852949346242326 ], [ -111.70673169948063, 40.852773004044991 ], [ -111.70686080564428, 40.85264159161472 ], [ -111.70697876637688, 40.852577810121154 ], [ -111.70706171223931, 40.852568293357493 ], [ -111.70728701510637, 40.852557903754715 ], [ -111.70781603443287, 40.852659155925743 ], [ -111.70793499145843, 40.852689054384747 ], [ -111.70807180079939, 40.852724248159937 ], [ -111.70838699841423, 40.852799784911184 ], [ -111.70880263020044, 40.852836868556587 ], [ -111.70882635646311, 40.852836722763698 ], [ -111.70905170793186, 40.852830833598624 ], [ -111.70922367527784, 40.852825272229261 ], [ -111.7096019017614, 40.852692324798326 ], [ -111.70974932538465, 40.852610342491253 ], [ -111.70997951129166, 40.852501726362888 ], [ -111.71022838561768, 40.852476772543405 ], [ -111.71039451661044, 40.852480253733582 ], [ -111.71045383192828, 40.852479888426288 ], [ -111.71051320498458, 40.85248492775419 ], [ -111.71108098512713, 40.852327386003324 ], [ -111.71165325789939, 40.852035589041343 ], [ -111.71202983553381, 40.851749501541043 ], [ -111.7121300917358, 40.851694832434902 ], [ -111.71223656861632, 40.851667149941655 ], [ -111.71236127393009, 40.851679892445347 ], [ -111.7124334163243, 40.851769530602539 ], [ -111.71260147588266, 40.851953164092293 ], [ -111.71313868974987, 40.852265137057529 ], [ -111.71351450084933, 40.85246099718384 ], [ -111.71372331259805, 40.852572309983515 ], [ -111.71420579835454, 40.852758499389843 ], [ -111.71489782821729, 40.853123555635825 ], [ -111.7150350778341, 40.853199276059982 ], [ -111.71526786302098, 40.853332958347117 ], [ -111.71553594807149, 40.853439396098779 ], [ -111.71589908533885, 40.853558755894937 ], [ -111.71600609696402, 40.853580612620156 ], [ -111.71612497190725, 40.85360239559666 ], [ -111.71627326251669, 40.8536014748843 ], [ -111.71637964362777, 40.853564780801591 ], [ -111.71645646357418, 40.853537278596555 ], [ -111.71659775474829, 40.853437308919119 ], [ -111.71695156346567, 40.853241430550661 ], [ -111.71716437222439, 40.853172544929059 ], [ -111.71735987161235, 40.853148808391062 ], [ -111.71767458568387, 40.853178380070609 ], [ -111.71797199148857, 40.853253100450154 ], [ -111.71822252885111, 40.853382162082525 ], [ -111.71832988145407, 40.853435543806597 ], [ -111.71875992637884, 40.853707620112054 ], [ -111.71916663783738, 40.854015873726951 ], [ -111.71958648351691, 40.85444115267385 ], [ -111.71985035444976, 40.854705252992773 ], [ -111.72001824681217, 40.854870859842265 ], [ -111.7203256924526, 40.85532386264471 ], [ -111.72059603849476, 40.855637466755397 ], [ -111.72067373761381, 40.855691031507632 ], [ -111.72073942679563, 40.855731158707272 ], [ -111.72085252172909, 40.855766485447937 ], [ -111.72092345933054, 40.855743521217065 ], [ -111.72109494457119, 40.855692903345115 ], [ -111.72146204599053, 40.855519449023213 ], [ -111.72185589062286, 40.855405281361477 ], [ -111.72259089469068, 40.855242132254411 ], [ -111.72341340077423, 40.855052305489167 ], [ -111.72413451345614, 40.854812662598221 ], [ -111.72431791609324, 40.854767370139243 ], [ -111.72451297581729, 40.854703086612709 ], [ -111.72474990068893, 40.854670068990146 ], [ -111.72504089811841, 40.854699769548795 ], [ -111.72517762214176, 40.854725935168418 ], [ -111.72534454521588, 40.854801456719031 ], [ -111.72552392176192, 40.854930949863196 ], [ -111.72572702597427, 40.855060293444048 ], [ -111.72597155491235, 40.855180367598528 ], [ -111.72626976572268, 40.855327128330671 ], [ -111.7263592341406, 40.855371606784097 ], [ -111.72682432415517, 40.85558938199285 ], [ -111.72696144456796, 40.855651576428016 ], [ -111.72714641360932, 40.855749502516282 ], [ -111.72733128467124, 40.855838420563991 ], [ -111.72770033826312, 40.85595320159694 ], [ -111.72842609219171, 40.856137796325307 ], [ -111.72882485787531, 40.856256890291725 ], [ -111.72888437378892, 40.856274530947331 ], [ -111.72905115677221, 40.856336535444754 ], [ -111.72924206262182, 40.856434420626975 ], [ -111.72942693835435, 40.856523335265443 ], [ -111.72964809769995, 40.856675078596346 ], [ -111.72986332615969, 40.856826859024331 ], [ -111.73019169705839, 40.857017559646515 ], [ -111.73052656583171, 40.857259565799602 ], [ -111.73057437756449, 40.857291693070316 ], [ -111.73095124808729, 40.85757667204814 ], [ -111.73133297640615, 40.857871528164402 ], [ -111.73154929987741, 40.858014290101472 ], [ -111.73175845629898, 40.858152592917435 ], [ -111.73194457958951, 40.858354099983956 ], [ -111.73205314115303, 40.858515561418351 ], [ -111.73215003750495, 40.85869511349425 ], [ -111.73227590033865, 40.858811423125474 ], [ -111.73243117594566, 40.858905024974746 ], [ -111.73277756919965, 40.859114521229579 ], [ -111.73331943202503, 40.859403849074099 ], [ -111.73402339281482, 40.859651605361023 ], [ -111.73461311296437, 40.859868555722024 ], [ -111.73519037496501, 40.860031532355912 ], [ -111.73567232610191, 40.860159080611517 ], [ -111.73614246453836, 40.860291206409848 ], [ -111.73695044101996, 40.860394147295082 ], [ -111.73736704381399, 40.860513097589354 ], [ -111.73782616016462, 40.860613757743124 ], [ -111.73812234477855, 40.860680326244534 ], [ -111.7383723886069, 40.860758900206456 ], [ -111.73867090170492, 40.860928147554311 ], [ -111.7388315876168, 40.861080260333608 ], [ -111.73890491223548, 40.861165369943762 ], [ -111.73894130675708, 40.861237203574582 ], [ -111.73897850230962, 40.861381098836837 ], [ -111.73898150590283, 40.861651329995475 ], [ -111.73899517273203, 40.86181339267128 ], [ -111.73904978033963, 40.862029243107123 ], [ -111.73922062797791, 40.862347944590653 ], [ -111.73955246968603, 40.862845780575235 ], [ -111.73986581729581, 40.863280675774874 ], [ -111.7401681564981, 40.863792211637808 ], [ -111.74031127457066, 40.864390347930183 ], [ -111.74029045327453, 40.864651723473521 ], [ -111.74024055352658, 40.86485923557359 ], [ -111.74024281034107, 40.865061908763408 ], [ -111.74029687310407, 40.865228216097634 ], [ -111.74038123411715, 40.865344783052514 ], [ -111.74053110544145, 40.865483450223913 ], [ -111.74094915209491, 40.865728494877914 ], [ -111.74133728720963, 40.865951209402454 ], [ -111.74190491427009, 40.866307893312566 ], [ -111.74243152115163, 40.866709880124013 ], [ -111.74283824162399, 40.867108132479622 ], [ -111.74334975957392, 40.867645337233547 ], [ -111.7437826693096, 40.868156021574571 ], [ -111.74388569575204, 40.868349036366972 ], [ -111.74395282282096, 40.868515257610888 ], [ -111.74399003350635, 40.868659150947416 ], [ -111.74399757963802, 40.86880323561833 ], [ -111.74400191517266, 40.869190566001592 ], [ -111.74403308245755, 40.869324589122215 ], [ -111.74406969885455, 40.869415337080646 ], [ -111.74414160076498, 40.869477931550819 ], [ -111.74431441440481, 40.869544378991137 ], [ -111.74460598960202, 40.869619067882645 ], [ -111.74480857011102, 40.869694330743279 ], [ -111.74495769323993, 40.869764533524119 ], [ -111.74530469764539, 40.870019930099389 ], [ -111.74581862927003, 40.870345412169279 ], [ -111.74619810010782, 40.870743828532795 ], [ -111.74635867542496, 40.870882418699829 ], [ -111.74646628103569, 40.870953788986718 ], [ -111.74666886769324, 40.871029048509001 ], [ -111.74687733733901, 40.871099765414179 ], [ -111.74740026441194, 40.871168444710307 ], [ -111.74771477203655, 40.87117091046175 ], [ -111.74801158159933, 40.871182498461771 ], [ -111.74830894905439, 40.871243627887623 ], [ -111.74884440465853, 40.871370773480841 ], [ -111.74951632534879, 40.871497029873161 ], [ -111.75027766325854, 40.871659634871982 ], [ -111.75078355142963, 40.871795071260649 ], [ -111.75097397367858, 40.871843377392288 ], [ -111.75108092407564, 40.871856193486984 ], [ -111.75119989364667, 40.871882443694119 ], [ -111.7513782463395, 40.871912811109382 ], [ -111.75154544578032, 40.872006309210164 ], [ -111.75167770853074, 40.872158588877852 ], [ -111.7517803056581, 40.872311061750985 ], [ -111.75198274947218, 40.872372800340557 ], [ -111.75212673172534, 40.872406994002056 ], [ -111.75237526182138, 40.872451315545746 ], [ -111.75271449114055, 40.872435589731523 ], [ -111.75297344926358, 40.872352824537529 ], [ -111.75331644206196, 40.872355089036191 ], [ -111.75350186578176, 40.872380902814037 ], [ -111.7537638993232, 40.872464769778546 ], [ -111.75393724110562, 40.872576240901473 ], [ -111.75415196308342, 40.872673928715464 ], [ -111.7544320029393, 40.872775693066892 ], [ -111.75467597336592, 40.872836254451869 ], [ -111.75510219843891, 40.872852382328681 ], [ -111.75534680355456, 40.872864293185323 ], [ -111.75566730367227, 40.872871202147628 ], [ -111.7560349627596, 40.872850776136481 ], [ -111.75629571993764, 40.87282204164628 ], [ -111.75657949220013, 40.872730097331292 ], [ -111.75706443044398, 40.872587286304302 ], [ -111.75753172083455, 40.872458101634891 ], [ -111.75779191088296, 40.872379821705714 ], [ -111.75807547364883, 40.872269858439083 ], [ -111.75830052543478, 40.87223234576448 ], [ -111.75850778756002, 40.87219585047437 ], [ -111.75882662490488, 40.872161323306628 ], [ -111.75913670955431, 40.872191712800813 ], [ -111.75954660653237, 40.872233155033278 ], [ -111.75974885116929, 40.872276864639034 ], [ -111.76002203534033, 40.872401181375274 ], [ -111.76016102595567, 40.872517373631865 ], [ -111.76032364550258, 40.872727997350125 ], [ -111.76046201756729, 40.872893739087559 ], [ -111.76055829025007, 40.873010212493142 ], [ -111.76074376909855, 40.87314411411856 ], [ -111.76087492065361, 40.873197298942699 ], [ -111.76105947227569, 40.873250131272655 ], [ -111.76129149076331, 40.873302650013684 ], [ -111.76153506660845, 40.873328067013944 ], [ -111.76187899284426, 40.873307779066522 ], [ -111.76212184582893, 40.873270141350453 ], [ -111.76235340021192, 40.873282123572523 ], [ -111.76255693984355, 40.873334827996494 ], [ -111.76273432146148, 40.873383200884092 ], [ -111.76288348184775, 40.873454280966484 ], [ -111.76311581273555, 40.873533818927108 ], [ -111.76340123387804, 40.873585980076456 ], [ -111.76354523477461, 40.873621060164425 ], [ -111.76372163445497, 40.873583858982187 ], [ -111.76381615383902, 40.873547199798551 ], [ -111.76394534122849, 40.873429236033402 ], [ -111.76414722536683, 40.87333781547725 ], [ -111.76441761418582, 40.873218014774814 ], [ -111.76463003187554, 40.87311391191146 ], [ -111.76492617849965, 40.87306690665644 ], [ -111.76527530941812, 40.872983515819733 ], [ -111.76556557357881, 40.872941052114449 ], [ -111.76571458378739, 40.872895922191077 ], [ -111.76608099047414, 40.872870067480918 ], [ -111.76622906275605, 40.872846563093631 ], [ -111.76649590425896, 40.872831277611425 ], [ -111.76678044151498, 40.872806865550736 ], [ -111.76710677135242, 40.872804695642003 ], [ -111.76749795101213, 40.872766060018748 ], [ -111.767669713967, 40.872738792808811 ], [ -111.76782901706312, 40.872660260861878 ], [ -111.76797032226895, 40.872564732722189 ], [ -111.76803511954913, 40.872523763818037 ], [ -111.76811141885497, 40.872451189155882 ], [ -111.76815826007007, 40.87239682727833 ], [ -111.76829987663653, 40.872328321622966 ], [ -111.76840606022866, 40.872274465170946 ], [ -111.76855963645383, 40.872213987008514 ], [ -111.76866659058769, 40.872226786759747 ], [ -111.76867780170636, 40.872272654482565 ], [ -111.76864633629143, 40.87242510480435 ], [ -111.7685930006044, 40.872533560081727 ], [ -111.76854021598841, 40.872587060904578 ], [ -111.76849348953135, 40.872651331323226 ], [ -111.76841739871814, 40.872741921487339 ], [ -111.76833553063578, 40.872846062566403 ], [ -111.76824263915853, 40.873023244403967 ], [ -111.76818506589014, 40.873175868477318 ], [ -111.76817450076022, 40.873288542841173 ], [ -111.76819308159862, 40.873355981486931 ], [ -111.76824169353834, 40.873454749222617 ], [ -111.76832064920059, 40.873611868883522 ], [ -111.7683809199241, 40.873692542252741 ], [ -111.76842417188597, 40.873840891366214 ], [ -111.76853919746036, 40.87403830798393 ], [ -111.76854143713173, 40.874231971905132 ], [ -111.76848507185358, 40.874489084536158 ], [ -111.76846925068936, 40.87466034798571 ], [ -111.76839992425884, 40.874822959582318 ], [ -111.76833621851844, 40.87495850873951 ], [ -111.76833788486236, 40.875102630711808 ], [ -111.76836328516129, 40.875246594571522 ], [ -111.76836557649126, 40.8754447622713 ], [ -111.7682722545958, 40.875585012833128 ], [ -111.76805953295386, 40.875663000273555 ], [ -111.7678471750975, 40.875772514006123 ], [ -111.76764600726152, 40.875823398817154 ], [ -111.7674518129526, 40.875964320035834 ], [ -111.76728702561874, 40.876082524509869 ], [ -111.76709256983497, 40.87620092607122 ], [ -111.7669293318521, 40.876350648831796 ], [ -111.76675278793059, 40.876581534653361 ], [ -111.76671244789927, 40.876685398446376 ], [ -111.76672097985937, 40.876910549600012 ], [ -111.76674875943768, 40.877158093575552 ], [ -111.76677906000631, 40.877315537634111 ], [ -111.76673407473864, 40.877531135395628 ], [ -111.7666700616772, 40.877640561517026 ], [ -111.76657548615727, 40.87767271924006 ], [ -111.76638564915369, 40.877677584142283 ], [ -111.76620770030343, 40.877684171419851 ], [ -111.76604217959223, 40.8777393207722 ], [ -111.76585849408109, 40.877763061408679 ], [ -111.76559324128532, 40.877917963762584 ], [ -111.76542220078666, 40.878009182118511 ], [ -111.76521623162314, 40.878159186000467 ], [ -111.76511691369312, 40.878294969592304 ], [ -111.76506537670359, 40.878457461097817 ], [ -111.76504381956528, 40.878646778656893 ], [ -111.7650470347013, 40.878926015010961 ], [ -111.76493849200969, 40.879291571572566 ], [ -111.76491079301023, 40.879462913193002 ], [ -111.76481994674747, 40.879819343937669 ], [ -111.76477672650927, 40.880188971263649 ], [ -111.76477900754139, 40.880387138959428 ], [ -111.76472882635709, 40.880667630127071 ], [ -111.76461489965683, 40.880978271299348 ], [ -111.76449079860774, 40.881126830228588 ], [ -111.76436925174988, 40.88139428176715 ], [ -111.76432421463957, 40.881606275482504 ], [ -111.76422144247969, 40.88195828051758 ], [ -111.76406319028447, 40.882130486852233 ], [ -111.76381753063009, 40.882442900628163 ], [ -111.763666707848, 40.882642082127148 ], [ -111.76350804217094, 40.882881852723266 ], [ -111.76330577948141, 40.883356127591817 ], [ -111.76318906124646, 40.883528057809357 ], [ -111.76304881234311, 40.883718160197397 ], [ -111.76289700443375, 40.883935363785611 ], [ -111.76260989603418, 40.884257057388872 ], [ -111.76242258294759, 40.88448350340601 ], [ -111.76216472826208, 40.88476896927655 ], [ -111.76201828116562, 40.884936590584033 ], [ -111.76187167837352, 40.88509070027559 ], [ -111.76174169118963, 40.885244700037767 ], [ -111.76165041685043, 40.885462402951532 ], [ -111.76156985487165, 40.885682737541131 ], [ -111.76155994808717, 40.885853960706996 ], [ -111.76160489721549, 40.886150937864365 ], [ -111.76164865903024, 40.886344327360831 ], [ -111.76176384174241, 40.886555261725796 ], [ -111.76196340009025, 40.88687824231291 ], [ -111.76205494987946, 40.887098340797536 ], [ -111.76208756793694, 40.8873548618241 ], [ -111.76208323519062, 40.887494519102134 ], [ -111.7621445964506, 40.887669775467444 ], [ -111.76222314171291, 40.887790868431019 ], [ -111.76236665798918, 40.887884506985053 ], [ -111.76262277752582, 40.887963888379808 ], [ -111.76293396189723, 40.888083442297393 ], [ -111.76318415149181, 40.8882664570976 ], [ -111.7633352575664, 40.888400581549789 ], [ -111.76345518667061, 40.88861058188661 ], [ -111.76359938990737, 40.888763669100861 ], [ -111.7638380209238, 40.888870188454568 ], [ -111.76401735732649, 40.888981604276957 ], [ -111.76433226018024, 40.889011046783629 ], [ -111.76461119203863, 40.889009197875289 ], [ -111.7650382843557, 40.888988348980305 ], [ -111.76525745378096, 40.88895086173801 ], [ -111.76556439775094, 40.888804691905811 ], [ -111.76594859516534, 40.888667016513331 ], [ -111.76616111138992, 40.888567414492691 ], [ -111.76649179023497, 40.888421084513794 ], [ -111.76674655449992, 40.888382457044202 ], [ -111.76716739522843, 40.88833461694302 ], [ -111.76747511267425, 40.888255999107855 ], [ -111.76786194762346, 40.888244415949494 ], [ -111.76839446209034, 40.888204836102524 ], [ -111.76883919536188, 40.888170343161853 ], [ -111.76920672572523, 40.888131859293964 ], [ -111.76940860766, 40.888139520949622 ], [ -111.76960372006937, 40.888075161052761 ], [ -111.76985807393255, 40.888001397095536 ], [ -111.77012419201888, 40.887918545725832 ], [ -111.7702603747973, 40.887890611393402 ], [ -111.77039868463969, 40.887943737361205 ], [ -111.77052316957212, 40.888032988712425 ], [ -111.77062443883256, 40.88816743653409 ], [ -111.77068800302352, 40.888428252371163 ], [ -111.77073814559891, 40.888657628822401 ], [ -111.77081691670037, 40.88879673095505 ], [ -111.77088324374078, 40.888886370586206 ], [ -111.77102714041877, 40.889011524800246 ], [ -111.77114698501254, 40.889109814772176 ], [ -111.77125537888124, 40.889244214370066 ], [ -111.77143359392834, 40.889360130267178 ], [ -111.77147789344711, 40.889494958351975 ], [ -111.77146738405349, 40.889612136470646 ], [ -111.77148113685975, 40.889774193757731 ], [ -111.7714588624809, 40.889900458862769 ], [ -111.77144212053217, 40.890094249151886 ], [ -111.7714298809872, 40.890369083949309 ], [ -111.77143719212653, 40.890589738207467 ], [ -111.77148786219101, 40.890864152168852 ], [ -111.77153108053091, 40.891007995720031 ], [ -111.77160543865803, 40.891277746991655 ], [ -111.77173872810214, 40.891511070707416 ], [ -111.77180016050727, 40.891689924588825 ], [ -111.77195882467971, 40.892063607536798 ], [ -111.77207457376068, 40.892319568956189 ], [ -111.77211269712652, 40.892535512669234 ], [ -111.77220329352461, 40.892670030431475 ], [ -111.772560586023, 40.893280201149082 ], [ -111.77271699453, 40.893459319040858 ], [ -111.77290313191314, 40.893642741623495 ], [ -111.77316695148309, 40.893870684568242 ], [ -111.77337173593837, 40.894126047652193 ], [ -111.77361827815929, 40.894399146824441 ], [ -111.77375657170471, 40.894551359917799 ], [ -111.77399676192827, 40.894788467731175 ], [ -111.77412397421899, 40.895008316873721 ], [ -111.77437567030954, 40.8952138176452 ], [ -111.77455656487072, 40.895455826530181 ], [ -111.77474870081562, 40.895643709900845 ], [ -111.7749935198096, 40.895768180943541 ], [ -111.77521407265635, 40.895847773164874 ], [ -111.77561862104105, 40.895926127661014 ], [ -111.7760110891725, 40.89598654545636 ], [ -111.7762665188507, 40.896002842995649 ], [ -111.77664706464896, 40.896058834731306 ], [ -111.77692765882925, 40.896196573141722 ], [ -111.77720814873949, 40.896325303284584 ], [ -111.77739971467243, 40.896463640481862 ], [ -111.77776198312931, 40.896479214464506 ], [ -111.77822388623494, 40.896386015640736 ], [ -111.77866182479922, 40.896274059384616 ], [ -111.77937708111554, 40.896121492070684 ], [ -111.78006465067655, 40.895936677787113 ], [ -111.78063857626401, 40.895779653557106 ], [ -111.7810878050749, 40.895618966950849 ], [ -111.78135987440113, 40.895536049414488 ], [ -111.78144964560063, 40.895598499131644 ], [ -111.78137476568722, 40.895792684538563 ], [ -111.78129373806219, 40.895968894978466 ], [ -111.7811311517415, 40.896276277869681 ], [ -111.78101578206328, 40.896560820065758 ], [ -111.78094420564284, 40.896935148386355 ], [ -111.7808098936404, 40.89722432275763 ], [ -111.78073453349467, 40.897377973700117 ], [ -111.78061221880151, 40.8975769838178 ], [ -111.78050719101074, 40.897731736242442 ], [ -111.78041295386024, 40.89779453111003 ], [ -111.78024776586365, 40.89788122747288 ], [ -111.77995173193611, 40.897946287897511 ], [ -111.77937657014506, 40.897999721852038 ], [ -111.77896691474358, 40.897993481330488 ], [ -111.77844480164377, 40.8980150233335 ], [ -111.77798267648636, 40.8980902079822 ], [ -111.77765744700368, 40.898196897552367 ], [ -111.77730329802642, 40.898368640734617 ], [ -111.77715135668645, 40.898573251825312 ], [ -111.77688016539651, 40.89873272387733 ], [ -111.77668109544908, 40.898968279955106 ], [ -111.77647624649117, 40.899217387008981 ], [ -111.77631956568581, 40.899524723252426 ], [ -111.77619256180478, 40.89983185953254 ], [ -111.77616577919275, 40.900079767388554 ], [ -111.7761143585312, 40.900251270697538 ], [ -111.77606966300026, 40.900490290789328 ], [ -111.77615009179567, 40.90076900604987 ], [ -111.77619443271934, 40.901007426901863 ], [ -111.77623782614458, 40.901164779634819 ], [ -111.77635876442807, 40.901354040126066 ], [ -111.77664883580024, 40.901792591576253 ], [ -111.77699213370079, 40.90221366793358 ], [ -111.77721360674924, 40.902369820303356 ], [ -111.77742331449822, 40.902535059827066 ], [ -111.7776151100081, 40.90269141147364 ], [ -111.77784240596107, 40.902837614253698 ], [ -111.77802738064577, 40.902918341730832 ], [ -111.77822558980202, 40.903115186294514 ], [ -111.77835214595076, 40.90327648106144 ], [ -111.77846735886382, 40.903482893606238 ], [ -111.77868574575187, 40.903881386383595 ], [ -111.77881337181259, 40.904133656911014 ], [ -111.77885210569141, 40.904399139249591 ], [ -111.77884350962181, 40.904678453625742 ], [ -111.77888266672166, 40.904979966141042 ], [ -111.77882022265058, 40.905223611097206 ], [ -111.77890935320436, 40.90573648033579 ], [ -111.77895985523877, 40.905992874810167 ], [ -111.77908230408185, 40.906208246018444 ], [ -111.77920830490858, 40.906422692260072 ], [ -111.77937643432919, 40.906584605704147 ], [ -111.77959204427044, 40.906745297100272 ], [ -111.77980123218944, 40.906864593495989 ], [ -111.78002279096064, 40.907026144674447 ], [ -111.78017172803109, 40.907070178490805 ], [ -111.78040716260101, 40.907401891229945 ], [ -111.78045724813572, 40.907622254725517 ], [ -111.78064572468439, 40.90799932604358 ], [ -111.78076630678436, 40.908156154301196 ], [ -111.78094614770637, 40.908303572877614 ], [ -111.78121599010151, 40.90853145585325 ], [ -111.78134913667036, 40.908746752062413 ], [ -111.78142848462423, 40.908930883759929 ], [ -111.78165804871463, 40.909267137719951 ], [ -111.78170920077578, 40.909577575958082 ], [ -111.78168346361026, 40.909811965169311 ], [ -111.78166362206335, 40.910244496099779 ], [ -111.78167316557672, 40.910550712200262 ], [ -111.78168896411958, 40.910883910657169 ], [ -111.78177547250893, 40.911171588462899 ], [ -111.78198850975264, 40.91161605273409 ], [ -111.78200192214939, 40.911746581499884 ], [ -111.78212940650535, 40.911984435706287 ], [ -111.78226229769284, 40.912177211804575 ], [ -111.78243711883376, 40.912401232143537 ], [ -111.78260478281804, 40.912521705847645 ], [ -111.78283234674335, 40.912686813959979 ], [ -111.78304787872617, 40.912838490936963 ], [ -111.78342974948215, 40.912998045817908 ], [ -111.78387029901577, 40.913098646919437 ], [ -111.78423292563696, 40.913136718515553 ], [ -111.78469518526951, 40.913165102785726 ], [ -111.78508307780893, 40.913230925360303 ], [ -111.78560620359461, 40.913285015510915 ], [ -111.78598070587293, 40.913323000699336 ], [ -111.78630782035403, 40.913370316055769 ], [ -111.78676773562744, 40.913601393669047 ], [ -111.78701868724852, 40.913734805005497 ], [ -111.78728750403674, 40.913872597948092 ], [ -111.78763392956837, 40.914045893203223 ], [ -111.7880161924688, 40.914236959018652 ], [ -111.78824853566812, 40.914302932934518 ], [ -111.78874884518916, 40.914434635702698 ], [ -111.78910597315722, 40.91450876255054 ], [ -111.78964645132176, 40.914523079285061 ], [ -111.79005063682227, 40.914559947133895 ], [ -111.79032594725523, 40.914743630532108 ], [ -111.79048155350796, 40.914847059652764 ], [ -111.79057733950876, 40.914913064046019 ], [ -111.7907275354695, 40.915060670339564 ], [ -111.79089478095158, 40.915144200935508 ], [ -111.79120550958304, 40.915210532056314 ], [ -111.79144110487981, 40.915150361725949 ], [ -111.7916659593879, 40.91508576052896 ], [ -111.79189680420488, 40.915025621881178 ], [ -111.79230554355549, 40.914946244138818 ], [ -111.79259057332951, 40.914948789534932 ], [ -111.79283533553617, 40.91505971006336 ], [ -111.79313428534246, 40.915233315113149 ], [ -111.79333193012927, 40.915376087505756 ], [ -111.79363217539704, 40.915657781298002 ], [ -111.79373671485043, 40.915958838034015 ], [ -111.79376315690764, 40.916183862175188 ], [ -111.79379725823064, 40.916652056200412 ], [ -111.79386984306819, 40.917160522346514 ], [ -111.79395684385518, 40.917484220149646 ], [ -111.79413857205411, 40.917784744932128 ], [ -111.79423841996211, 40.918189428191553 ], [ -111.7942237887659, 40.918455272116717 ], [ -111.79407977581542, 40.918825601841654 ], [ -111.79390607439832, 40.919196135770008 ], [ -111.79366716729392, 40.919576126470687 ], [ -111.79334631799934, 40.920055771088229 ], [ -111.79310724313973, 40.920422249382312 ], [ -111.79285229066693, 40.920950984635766 ], [ -111.79276268242141, 40.921402913470715 ], [ -111.79279029689121, 40.921726119359391 ], [ -111.79307427441006, 40.922134942223344 ], [ -111.79324455922159, 40.922371588380969 ], [ -111.79332610854625, 40.922834951521004 ], [ -111.79333597789712, 40.923163684216775 ], [ -111.79342924538238, 40.923514363663323 ], [ -111.79332888256157, 40.92406005237256 ], [ -111.79309770988958, 40.924691318118697 ], [ -111.7929649213488, 40.924909329770294 ], [ -111.7927309579062, 40.92520821013332 ], [ -111.79244975782585, 40.925529935228823 ], [ -111.79212008316313, 40.925770918550917 ], [ -111.79179747304673, 40.926106438844272 ], [ -111.79145752922561, 40.926482614238189 ], [ -111.79122355350562, 40.92678149157463 ], [ -111.79101311320819, 40.927062190515905 ], [ -111.79094668953626, 40.927468016497947 ], [ -111.79098586295763, 40.927765019346694 ], [ -111.79104739292883, 40.927944761824747 ], [ -111.79120933507936, 40.92807877416643 ], [ -111.79146106009124, 40.928271624355837 ], [ -111.7916895497912, 40.928507873011732 ], [ -111.79182870951372, 40.928723114929085 ], [ -111.79195048559421, 40.92897450897069 ], [ -111.79202459504195, 40.929212717954499 ], [ -111.79217687116554, 40.929531463922807 ], [ -111.7924434838137, 40.929975539103658 ], [ -111.79250528894651, 40.930177799392851 ], [ -111.79261508592202, 40.930420266765786 ], [ -111.79305095748369, 40.930615450698454 ], [ -111.79336784772961, 40.930793435238812 ], [ -111.79378644767149, 40.931033776319502 ], [ -111.79437845271478, 40.931372011799752 ], [ -111.79492198411921, 40.931629504400483 ], [ -111.79520336116823, 40.931816736887214 ], [ -111.79543156319353, 40.932026856068227 ], [ -111.79551351807474, 40.932422652384943 ], [ -111.79554866668705, 40.932778234575125 ], [ -111.79556864543252, 40.933156441948547 ], [ -111.79568709810074, 40.93352496157506 ], [ -111.795797614996, 40.933825974188892 ], [ -111.79606999194469, 40.934251984343632 ], [ -111.79623751993375, 40.934354422094131 ], [ -111.79652577072572, 40.934618173605919 ], [ -111.79695186061051, 40.934984566237823 ], [ -111.79713278529793, 40.935213025090718 ], [ -111.79727257264376, 40.93547780096177 ], [ -111.79753043402285, 40.93568320662029 ], [ -111.79784734969265, 40.935860277612981 ], [ -111.79805630482916, 40.935949814512227 ], [ -111.79834893622593, 40.936082911942052 ], [ -111.79858190864485, 40.936193901298736 ], [ -111.79896297453375, 40.936272335354289 ], [ -111.79927995109441, 40.936453906060187 ], [ -111.79959635370622, 40.936587736338176 ], [ -111.79997981377673, 40.936864331086149 ], [ -111.80015955838864, 40.936993702937471 ], [ -111.80035781645567, 40.937180598550846 ], [ -111.80083173892129, 40.937570065909561 ], [ -111.80101884074313, 40.937816492032944 ], [ -111.80119924301654, 40.937999906922833 ], [ -111.80138062609544, 40.938264388591755 ], [ -111.80158680153987, 40.9386142755897 ], [ -111.80164395624722, 40.938920157326329 ], [ -111.80176492823051, 40.93910038118122 ], [ -111.80195702921485, 40.939268399529723 ], [ -111.80214754012798, 40.93940309824535 ], [ -111.80233415039723, 40.939509898341747 ], [ -111.80263269070913, 40.939638439539301 ], [ -111.80291520234087, 40.939816636714063 ], [ -111.80313725688434, 40.940103352796228 ], [ -111.80335957348811, 40.940313496857911 ], [ -111.80365899287109, 40.940514094885316 ], [ -111.80398200737736, 40.940701015292007 ], [ -111.80419392506016, 40.941032840983198 ], [ -111.80432792305072, 40.941306656525796 ], [ -111.80440977936355, 40.941688934124564 ], [ -111.80449659231948, 40.941990103228818 ], [ -111.80445350372096, 40.942355236071457 ], [ -111.80436747227209, 40.942608065945336 ], [ -111.80421104055758, 40.942933452419773 ], [ -111.80402033578908, 40.943371680181812 ], [ -111.80397642448283, 40.943669257002739 ], [ -111.80394280802757, 40.943836143109657 ], [ -111.80392750172233, 40.944043438434619 ], [ -111.80387639384753, 40.944237471069755 ], [ -111.80392533076042, 40.944354236457897 ], [ -111.80403998612114, 40.944502072247111 ], [ -111.80426118398972, 40.944618536905729 ], [ -111.80451216833215, 40.944741999858692 ], [ -111.80481737606597, 40.944928141164844 ], [ -111.80501678698097, 40.945206903997324 ], [ -111.80515750264446, 40.945543728830081 ], [ -111.80539930496541, 40.945888855579334 ], [ -111.80558001524739, 40.9460947816209 ], [ -111.80564390149883, 40.946463671262258 ], [ -111.80562081480605, 40.947007927566851 ], [ -111.80561630909702, 40.947125966399724 ], [ -111.80567075321167, 40.947206659718994 ], [ -111.8059574002384, 40.947330771052329 ], [ -111.8061074856215, 40.947460340628425 ], [ -111.80631256474096, 40.947715640135826 ], [ -111.80651852227248, 40.948042998662395 ], [ -111.8066484132564, 40.948465475026978 ], [ -111.80670499754004, 40.948721812602649 ], [ -111.8068710796308, 40.949189076388059 ], [ -111.80710944922942, 40.949250465302732 ], [ -111.80748994162359, 40.949274825670493 ], [ -111.8081426333442, 40.94921169936525 ], [ -111.80870682766044, 40.949198735186059 ], [ -111.80902269442794, 40.949282097009359 ], [ -111.80964794007748, 40.949403822662077 ], [ -111.81064708184977, 40.949495892076484 ], [ -111.81118493998075, 40.949757850695995 ], [ -111.81147870630642, 40.949976484084864 ], [ -111.81168898183745, 40.950168679962225 ], [ -111.81205129380106, 40.950648066711651 ], [ -111.81214315576095, 40.950872624340448 ], [ -111.81231173938504, 40.951443456530406 ], [ -111.81232123899645, 40.951830741576849 ], [ -111.81240848830737, 40.95216342965896 ], [ -111.81268709944383, 40.952598363050882 ], [ -111.81278490672328, 40.952822878174402 ], [ -111.81301271169761, 40.953474365258721 ], [ -111.81317874004209, 40.95393261164326 ], [ -111.81352970033673, 40.954452610243166 ], [ -111.81382026506046, 40.954891960428874 ], [ -111.81418223136184, 40.955339813810617 ], [ -111.81445359860825, 40.955666695651701 ], [ -111.81459394220073, 40.955967478116683 ], [ -111.81492865341301, 40.956613701512318 ], [ -111.81511036469519, 40.956896174525077 ], [ -111.81529801829041, 40.957178605212391 ], [ -111.81541399624601, 40.957430013922 ], [ -111.81539972102894, 40.957718376497795 ], [ -111.81536538205826, 40.957921303294945 ], [ -111.81529766338518, 40.958115457955941 ], [ -111.81519311105303, 40.958309873019985 ], [ -111.81505357773004, 40.95855858433432 ], [ -111.81494935637124, 40.958780021347224 ], [ -111.8148535123666, 40.959199578860733 ], [ -111.81473834895911, 40.959497662467108 ], [ -111.81464668266445, 40.959773960302158 ], [ -111.8145237381155, 40.959922562996894 ], [ -111.81433484407131, 40.960022987275266 ], [ -111.81416871730364, 40.960042176917128 ], [ -111.81391231342887, 40.959967417879028 ], [ -111.81375679639443, 40.959882938043677 ], [ -111.81343921429351, 40.959664478987321 ], [ -111.81319903253244, 40.959458985384423 ], [ -111.81272628279771, 40.95918396639857 ], [ -111.81222513539856, 40.959015441974707 ], [ -111.81199172856196, 40.958877459398408 ], [ -111.81157982004554, 40.958718212597418 ], [ -111.8112271568499, 40.95854503519552 ], [ -111.81093302216537, 40.958299379635889 ], [ -111.81058525686726, 40.958040588124177 ], [ -111.81017781083843, 40.957759694510337 ], [ -111.80972306214066, 40.957497148019684 ], [ -111.80936507462852, 40.957373547229643 ], [ -111.808995096934, 40.957241021279543 ], [ -111.8086378266545, 40.957175966344749 ], [ -111.80835299991092, 40.957204988264813 ], [ -111.80812191442496, 40.957256153245915 ], [ -111.80769604581143, 40.95741227657053 ], [ -111.80743041199591, 40.957553763977167 ], [ -111.80717104703453, 40.957722231415246 ], [ -111.80676458589747, 40.958008833996651 ], [ -111.80642297738791, 40.958254444735751 ], [ -111.80610452713795, 40.958450347565964 ], [ -111.80567412900662, 40.95872360138641 ], [ -111.80522524772185, 40.958942933630262 ], [ -111.8046449516814, 40.9591046282357 ], [ -111.80420107600409, 40.959247352056408 ], [ -111.80381606163265, 40.959344622914479 ], [ -111.8021073547298, 40.959545695260374 ], [ -111.80181619218251, 40.95954321650872 ], [ -111.80141825542385, 40.959554991557852 ], [ -111.80107433189083, 40.959611430828339 ], [ -111.80077199470766, 40.959667580233983 ], [ -111.80034467841105, 40.959706580167811 ], [ -111.79992243257676, 40.95967347792179 ], [ -111.79961284857627, 40.959621576444221 ], [ -111.79927285381052, 40.959511331813005 ], [ -111.79885345543667, 40.959221472835111 ], [ -111.79848980873098, 40.959120397940708 ], [ -111.79817401616154, 40.959046015138796 ], [ -111.79793087147927, 40.959083730926224 ], [ -111.79761779057716, 40.959234532296655 ], [ -111.79742892661183, 40.959339432819256 ], [ -111.79713290769547, 40.959427057609538 ], [ -111.79668442611579, 40.959682386593208 ], [ -111.79637814668949, 40.959905203017186 ], [ -111.79581159541883, 40.960224401360968 ], [ -111.795482734475, 40.96044737126919 ], [ -111.79513388781275, 40.960688494429874 ], [ -111.79473281082221, 40.960934480673906 ], [ -111.79443078600737, 40.961017635838154 ], [ -111.79409813706731, 40.961024431648248 ], [ -111.79356819013491, 40.960928990686789 ], [ -111.79281901650474, 40.96088460003886 ], [ -111.79235431365221, 40.960878786577638 ], [ -111.79198646366393, 40.960823661788709 ], [ -111.79151186359161, 40.96088457343533 ], [ -111.79096592614, 40.960942369304021 ], [ -111.7907569117813, 40.960853721317434 ], [ -111.79056950682782, 40.960683851164887 ], [ -111.79029326783106, 40.960338930189444 ], [ -111.78993229311054, 40.959963060510646 ], [ -111.78955463402554, 40.959582799840298 ], [ -111.78932629272215, 40.959467257040124 ], [ -111.788967687986, 40.959289548022461 ], [ -111.78869365250748, 40.959228365736337 ], [ -111.78816993621658, 40.959155377707795 ], [ -111.7878424333595, 40.959094558904496 ], [ -111.78747907124357, 40.959015967742843 ], [ -111.78706716588817, 40.958852129106759 ], [ -111.78662432812048, 40.958584905942054 ], [ -111.78632482362707, 40.958379760845894 ], [ -111.78607921636383, 40.958210280224741 ], [ -111.78572715538637, 40.958082061447676 ], [ -111.78546892157487, 40.957849608272504 ], [ -111.78515101442434, 40.957595040442634 ], [ -111.78469497773634, 40.957215297339182 ], [ -111.78393103897815, 40.956923224166047 ], [ -111.78340103235722, 40.956818728507493 ], [ -111.78303378676239, 40.956812215144858 ], [ -111.78253336176294, 40.956797596444737 ], [ -111.78208340539643, 40.956931268313021 ], [ -111.7817477568005, 40.957185773926923 ], [ -111.78163651798413, 40.9573252542109 ], [ -111.781496127024, 40.957511774562605 ], [ -111.7813731223015, 40.957661243345385 ], [ -111.78115479787066, 40.957788837406106 ], [ -111.78092352925022, 40.957826436873084 ], [ -111.78066876223723, 40.957886715457157 ], [ -111.78023730670556, 40.958078808050878 ], [ -111.78004231808509, 40.958170209333232 ], [ -111.77981710497647, 40.958217674615689 ], [ -111.77962125687158, 40.958236114696724 ], [ -111.77909214646911, 40.958208162777701 ], [ -111.77850357464283, 40.958176105864098 ], [ -111.77813426275375, 40.958196615420611 ], [ -111.77779720063619, 40.958231319327915 ], [ -111.77753109071232, 40.9582367175705 ], [ -111.77716782468886, 40.958266191444416 ], [ -111.7767058070299, 40.958386411359392 ], [ -111.7764632323979, 40.958473623075456 ], [ -111.77623233847864, 40.958543640084223 ], [ -111.77600173945234, 40.958638877566898 ], [ -111.77576536755483, 40.958748566530133 ], [ -111.77546417146313, 40.958903731972967 ], [ -111.77527579977898, 40.959053633900098 ], [ -111.77510525020728, 40.95920341569996 ], [ -111.77504121642589, 40.959316448501539 ], [ -111.77498461718311, 40.959455555027908 ], [ -111.77492198642121, 40.959790179673639 ], [ -111.77497241214979, 40.960037565798167 ], [ -111.77502241679551, 40.960248921984665 ], [ -111.77512095171107, 40.960545529614194 ], [ -111.77528362784368, 40.960738111729327 ], [ -111.77536291809682, 40.960913238069367 ], [ -111.77548395502299, 40.961101595825355 ], [ -111.77561048374849, 40.961352973774972 ], [ -111.77569595587771, 40.961446984639409 ], [ -111.77611600714968, 40.961799980832737 ], [ -111.77655813856217, 40.962008695850734 ], [ -111.77703177505451, 40.962370335885645 ], [ -111.77716990360224, 40.962495519353432 ], [ -111.77732617361835, 40.96264760487432 ], [ -111.77761442187355, 40.962906898218108 ], [ -111.77787206667726, 40.963089827797724 ], [ -111.77806615655523, 40.963426324762558 ], [ -111.77818393407368, 40.963740816059307 ], [ -111.77834145526359, 40.964100079787379 ], [ -111.77840282757309, 40.964266316699877 ], [ -111.77845804704252, 40.964414578767503 ], [ -111.77866206805574, 40.964584356323662 ], [ -111.77905350697573, 40.965027616544013 ], [ -111.7793835220907, 40.96530013533544 ], [ -111.77963008254613, 40.965549796303065 ], [ -111.77988462260311, 40.965972359684223 ], [ -111.7800361323113, 40.966223563516159 ], [ -111.78021719219888, 40.966461054895653 ], [ -111.78054849301027, 40.966841659622645 ], [ -111.78088435886296, 40.967105126214463 ], [ -111.78100452022295, 40.967216914388921 ], [ -111.78119004077999, 40.967328259573307 ], [ -111.78149503396521, 40.967492843667543 ], [ -111.7816027098457, 40.967654260780193 ], [ -111.78170172989137, 40.967887801839332 ], [ -111.78176852446484, 40.968008959210238 ], [ -111.78179431158253, 40.968179939566234 ], [ -111.78194980818269, 40.968264462591932 ], [ -111.78217708542914, 40.968389035179776 ], [ -111.78251248674839, 40.968611963318466 ], [ -111.78277085929626, 40.96885342984455 ], [ -111.78297682178525, 40.969185333417904 ], [ -111.78317122208813, 40.969544339647712 ], [ -111.78327999795319, 40.969697640297582 ], [ -111.78340791061562, 40.969961611245992 ], [ -111.78347052663182, 40.970231430710747 ], [ -111.78346778129013, 40.970501694339688 ], [ -111.78351433033257, 40.970920257665647 ], [ -111.78355901502584, 40.971181190737546 ], [ -111.78366269448495, 40.971405690110927 ], [ -111.78383858592318, 40.971706267809374 ], [ -111.78394858248301, 40.971962252520946 ], [ -111.78410638366928, 40.972240432385099 ], [ -111.78433581226994, 40.972545149204393 ], [ -111.78458189572724, 40.972750662421596 ], [ -111.78492262899067, 40.972919498057699 ], [ -111.78509666148432, 40.97306244357695 ], [ -111.78521105882926, 40.973187778707349 ], [ -111.78527834594198, 40.973349467276236 ], [ -111.78529183263339, 40.973484497814404 ], [ -111.7852698260011, 40.97363328236321 ], [ -111.78520428616235, 40.974120169410838 ], [ -111.78519679411741, 40.974390465216359 ], [ -111.78520373750401, 40.974575085180739 ], [ -111.78533151797487, 40.974826443214937 ], [ -111.7854701157807, 40.974987645811964 ], [ -111.78561973118624, 40.975175797627415 ], [ -111.78580866165095, 40.975471779145948 ], [ -111.78596674649364, 40.975772474718177 ], [ -111.78639015319962, 40.976395654076917 ], [ -111.78657720664077, 40.976633094054527 ], [ -111.78669889331144, 40.976870979810478 ], [ -111.78686806796789, 40.977104037221295 ], [ -111.78702450211487, 40.977265116120812 ], [ -111.78714463890631, 40.977372393726426 ], [ -111.78733212627745, 40.977645862077559 ], [ -111.78745451387874, 40.977942295190971 ], [ -111.78763584719553, 40.978197788747096 ], [ -111.78777510077674, 40.978413032883047 ], [ -111.78792126270545, 40.97870930298766 ], [ -111.7880724573954, 40.97892896920002 ], [ -111.7881941537638, 40.979166853196183 ], [ -111.78835777224947, 40.979431474818931 ], [ -111.78852765669677, 40.979723077783902 ], [ -111.78864817595341, 40.979861879669102 ], [ -111.78877458489625, 40.979996137050307 ], [ -111.78899634824415, 40.980152262072046 ], [ -111.78932038697928, 40.980412180943716 ], [ -111.78948881742446, 40.980581281569819 ], [ -111.78965725947653, 40.980751282678256 ], [ -111.78981349419399, 40.980894342728405 ], [ -111.78995746756638, 40.98100595806892 ], [ -111.79020305183921, 40.981165520748853 ], [ -111.79052137243214, 40.98144349166661 ], [ -111.79064189902506, 40.98158229135953 ], [ -111.79076291027862, 40.981761624254339 ], [ -111.79091909597503, 40.981900179033786 ], [ -111.79104524436902, 40.982011915282726 ], [ -111.79114875136064, 40.982218392304908 ], [ -111.79137090462399, 40.982406038500038 ], [ -111.79146787790987, 40.982563015276668 ], [ -111.79172082586285, 40.982840530789012 ], [ -111.79190781988707, 40.983069854848978 ], [ -111.79205313789458, 40.983293159251261 ], [ -111.79215038358414, 40.983472653908919 ], [ -111.79229544457797, 40.983674340210548 ], [ -111.79235152052648, 40.983890150204658 ], [ -111.79239522526363, 40.984065508562878 ], [ -111.79240354053611, 40.984263630523181 ], [ -111.7924648165607, 40.984417248518412 ], [ -111.79263660883963, 40.984865573642246 ], [ -111.79273980176302, 40.985045026852355 ], [ -111.79288519173782, 40.985273734503124 ], [ -111.79294726831412, 40.985494006937387 ], [ -111.79303938576382, 40.98574109708413 ], [ -111.79320794733695, 40.985919199306089 ], [ -111.79326901092166, 40.986054802007303 ], [ -111.79335432331416, 40.986229873597253 ], [ -111.79341467490691, 40.986306027401383 ], [ -111.79348064610942, 40.986355118076908 ], [ -111.79361231882032, 40.986430780824762 ], [ -111.79378586575737, 40.986528675426321 ], [ -111.79406104568713, 40.986675414476068 ], [ -111.7943126152141, 40.986835827759883 ], [ -111.79467895000521, 40.987148587701213 ], [ -111.79482321566395, 40.987282715120806 ], [ -111.79500303466843, 40.987407589027903 ], [ -111.79515275811309, 40.987501141775155 ], [ -111.79535078768613, 40.987657417990413 ], [ -111.79554935951421, 40.987858730792517 ], [ -111.79575927818397, 40.988014924240325 ], [ -111.79593996748905, 40.988211855729624 ], [ -111.796143998801, 40.988372593180358 ], [ -111.79633614392536, 40.988533412375993 ], [ -111.79651024237751, 40.988676339676452 ], [ -111.79665391879209, 40.988760924091736 ], [ -111.79696379992151, 40.988826343097472 ], [ -111.79726724977334, 40.988851269150111 ], [ -111.7976232207842, 40.988893847267249 ], [ -111.79791008331982, 40.988923390464926 ], [ -111.79834603204336, 40.989091526578498 ], [ -111.7985958345924, 40.989202397913843 ], [ -111.79884845030925, 40.989349281735763 ], [ -111.79902877183173, 40.98951468239725 ], [ -111.79919023760442, 40.989693725695062 ], [ -111.7993420855383, 40.989863827321976 ], [ -111.79948734583415, 40.99007901508395 ], [ -111.79963871407058, 40.990307672477833 ], [ -111.79979214292891, 40.990608380401447 ], [ -111.79991849509403, 40.990832706902744 ], [ -111.80010444048335, 40.990971042411267 ], [ -111.80051101598858, 40.991166398494236 ], [ -111.80073982368634, 40.991408028772334 ], [ -111.80091387379932, 40.991545544770972 ], [ -111.80115371060903, 40.991715933368063 ], [ -111.8013164853905, 40.99190397262381 ], [ -111.80151519724207, 40.992114282084458 ], [ -111.80161253636361, 40.992298271813944 ], [ -111.80162813389514, 40.992604439635329 ], [ -111.80172585600418, 40.992819955027514 ], [ -111.80181703452182, 40.992985971155427 ], [ -111.80204050976613, 40.993277180529319 ], [ -111.80229190530221, 40.99341956107628 ], [ -111.80251914346736, 40.993530580820682 ], [ -111.80276503401936, 40.993709031146153 ], [ -111.80295748399759, 40.993892357270354 ], [ -111.8031751188215, 40.994093523833179 ], [ -111.8034328609031, 40.994366475417607 ], [ -111.80355321957057, 40.994487246113039 ], [ -111.80367974159616, 40.994625989952191 ], [ -111.80397291889747, 40.994781587647552 ], [ -111.80417261780885, 40.994973869256683 ], [ -111.80427499765521, 40.995180341757809 ], [ -111.80433723135623, 40.995409614601826 ], [ -111.8045550007887, 40.995718874990196 ], [ -111.80463969858323, 40.995839893411294 ], [ -111.80476732099768, 40.996068709528934 ], [ -111.80488322010645, 40.996311119533011 ], [ -111.80494551182467, 40.996544895651354 ], [ -111.80498347881513, 40.996733801007544 ], [ -111.80502749995006, 40.99693167218156 ], [ -111.80507817808365, 40.99718804960294 ], [ -111.80523651312755, 40.997497723683331 ], [ -111.8052923695479, 40.997691007990326 ], [ -111.80541339559227, 40.997865820690727 ], [ -111.80549198884917, 40.997973368910444 ], [ -111.80564317685347, 40.99818400304877 ], [ -111.80569221313243, 40.998305269876276 ], [ -111.80585446868486, 40.998448265496066 ], [ -111.80601056100319, 40.998573287748009 ], [ -111.80613671197727, 40.998680502954983 ], [ -111.80623345918423, 40.998814047220179 ], [ -111.8063851817117, 40.998970627918744 ], [ -111.80647514776301, 40.999133045377363 ], [ -111.80660839813638, 40.999334795580253 ], [ -111.80669943334551, 40.999487296444556 ], [ -111.80674302223578, 40.999649137425536 ], [ -111.80675121840768, 40.999833746385058 ], [ -111.806728703114, 40.999937497267119 ], [ -111.80667079466453, 41.000064016120902 ], [ -111.80666093717686, 41.000230735191607 ], [ -111.80663291626364, 41.000370557027516 ], [ -111.80657500726454, 41.000497075828953 ], [ -111.80642189247133, 41.00071434182879 ], [ -111.80633153458842, 41.001007737579478 ], [ -111.80619798974793, 41.001269906923284 ], [ -111.80613529784652, 41.001491944916339 ], [ -111.80612575714801, 41.001684785209413 ], [ -111.80624505503563, 41.001814568430071 ], [ -111.80639623561439, 41.001926112258438 ], [ -111.80671537284007, 41.002257179215711 ], [ -111.80688969484665, 41.00241360096782 ], [ -111.80706346824108, 41.002524985746717 ], [ -111.80746571881551, 41.002845559689973 ], [ -111.80774155791175, 41.003038202176157 ], [ -111.80802289242034, 41.003193872227705 ], [ -111.80834077818355, 41.003421350120647 ], [ -111.80859277645695, 41.003608752864956 ], [ -111.80892360244971, 41.00392171535794 ], [ -111.80928899949791, 41.004144353098255 ], [ -111.80956021611247, 41.004444220072457 ], [ -111.80996288751521, 41.004797211361009 ], [ -111.81009489158863, 41.004895372845354 ], [ -111.81046585674677, 41.005086439298552 ], [ -111.81085355511398, 41.005187305798032 ], [ -111.81121708772991, 41.005256812704708 ], [ -111.81148989793981, 41.005200843758075 ], [ -111.81187165341268, 41.005301748664685 ], [ -111.81199926421232, 41.005526052335412 ], [ -111.81218079675119, 41.005686919203569 ], [ -111.81271654872909, 41.005836280655082 ], [ -111.81327010931076, 41.005886424835971 ], [ -111.81389440264762, 41.0058865223655 ], [ -111.81426828007064, 41.005829833154927 ], [ -111.8147303904814, 41.005695950238533 ], [ -111.8151039441854, 41.005613137112483 ], [ -111.81540741057347, 41.005632610161108 ], [ -111.81558631880078, 41.005676384889441 ], [ -111.81581245482771, 41.005692800777751 ], [ -111.81636618306037, 41.005756441050828 ], [ -111.81671272308959, 41.005893611700628 ], [ -111.81722828777355, 41.006236769336915 ], [ -111.81754460529213, 41.006333615290629 ], [ -111.81794993413351, 41.006416316603591 ], [ -111.81805615615566, 41.006351605260967 ], [ -111.81854922527771, 41.006317477232955 ], [ -111.81877486240288, 41.00629335439514 ], [ -111.819321631458, 41.006370542026112 ], [ -111.82000241091187, 41.006514334509205 ], [ -111.82063589554424, 41.006775564969701 ], [ -111.82108614569977, 41.007123674279804 ], [ -111.82137386534225, 41.007310794372728 ], [ -111.82163141276712, 41.007462096431397 ], [ -111.82184212671515, 41.007672284473735 ], [ -111.82189759289139, 41.007829530663159 ], [ -111.8218356754596, 41.008110123941094 ], [ -111.82169038853125, 41.008380501818223 ], [ -111.82153894249365, 41.008633808021493 ], [ -111.82144599822141, 41.008810128299736 ], [ -111.82136667807806, 41.009125976876938 ], [ -111.82115847006754, 41.009596782092629 ], [ -111.82098428842878, 41.009934925575195 ], [ -111.8207046060529, 41.010396330091531 ], [ -111.82058921613877, 41.010680906563117 ], [ -111.82053182813929, 41.010847964818986 ], [ -111.82062947184832, 41.011049951727955 ], [ -111.82074478527062, 41.011238300588744 ], [ -111.8209260193339, 41.011372131291374 ], [ -111.82112972081389, 41.011591378507873 ], [ -111.82131066240665, 41.011797275399424 ], [ -111.82144988480724, 41.011995362051778 ], [ -111.82159031660676, 41.012290727272834 ], [ -111.82174820627002, 41.012555340338167 ], [ -111.82181579183241, 41.012730516198516 ], [ -111.82185338038947, 41.012884286496231 ], [ -111.82201417245321, 41.013382187942284 ], [ -111.82217879621464, 41.013709808941215 ], [ -111.82233091388123, 41.013987974433761 ], [ -111.82249446522815, 41.01422912496578 ], [ -111.82256100132859, 41.014319631811979 ], [ -111.82268799372171, 41.014489879076997 ], [ -111.82293408408975, 41.014673688850877 ], [ -111.8232042734619, 41.014882548610444 ], [ -111.82345108460302, 41.015124003854098 ], [ -111.82366862776666, 41.015402600859517 ], [ -111.82400619255623, 41.015768618657887 ], [ -111.82424111792342, 41.016010157131724 ], [ -111.82433277861288, 41.01620767942557 ], [ -111.82444373803099, 41.01652216866303 ], [ -111.82463873016418, 41.016899113143786 ], [ -111.82485689104672, 41.017226347013192 ], [ -111.82504005154526, 41.01760787947353 ], [ -111.82517412704418, 41.01786815396855 ], [ -111.82530786631366, 41.018101406463373 ], [ -111.82549551616847, 41.018365800961071 ], [ -111.82569937520825, 41.018499461878932 ], [ -111.82590239120013, 41.018565567884764 ], [ -111.82608728748846, 41.018609283207425 ], [ -111.82655312171711, 41.018768088870303 ], [ -111.82670913235981, 41.018879570921165 ], [ -111.82675313942796, 41.018974740882712 ], [ -111.82701661730535, 41.019215167893492 ], [ -111.82717975937491, 41.019421182928767 ], [ -111.82727659109023, 41.019555609088101 ], [ -111.82755277184307, 41.019765316202594 ], [ -111.82791843186703, 41.019996900111522 ], [ -111.82811708779161, 41.020189146556362 ], [ -111.82825005231786, 41.020359344551736 ], [ -111.82849050455528, 41.020564802084102 ], [ -111.82865886717209, 41.020712224950465 ], [ -111.82888596095381, 41.020800672721641 ], [ -111.82920157422349, 41.020834434783971 ], [ -111.82958214660651, 41.020831696144356 ], [ -111.8298734657689, 41.02082509489442 ], [ -111.83011183238297, 41.020863914671054 ], [ -111.83041549705978, 41.020893255426834 ], [ -111.83066570053376, 41.020927484734301 ], [ -111.83090401135253, 41.020961799235245 ], [ -111.83111876306107, 41.021014299277986 ], [ -111.83123791870715, 41.021031456119069 ], [ -111.83140402307839, 41.020998729777475 ], [ -111.8315104928251, 41.020952921336495 ], [ -111.83171725879571, 41.020843332563409 ], [ -111.83195954397226, 41.020720875730682 ], [ -111.83220747986911, 41.020574956596555 ], [ -111.83243790435989, 41.020455286818738 ], [ -111.83297285377684, 41.02043340574437 ], [ -111.83346674577133, 41.020456859465007 ], [ -111.83398351470578, 41.020408080950745 ], [ -111.83440462898166, 41.020319456332395 ], [ -111.83461869900326, 41.020317906354776 ], [ -111.83498936592908, 41.020472862865944 ], [ -111.83525781312076, 41.020633063044727 ], [ -111.83605403332342, 41.020956084701879 ], [ -111.83643112083516, 41.021147923058976 ], [ -111.8367256780425, 41.021397110195672 ], [ -111.83686535468493, 41.021625801885101 ], [ -111.83714111798898, 41.021799456605599 ], [ -111.83739961361591, 41.022018276466696 ], [ -111.83767583649387, 41.022227958825724 ], [ -111.83795308868255, 41.022518705644053 ], [ -111.83815315161884, 41.022819021204796 ], [ -111.83824916390897, 41.02298046816383 ], [ -111.8383731696112, 41.023285840489159 ], [ -111.83838757610165, 41.023483913167205 ], [ -111.83823540694277, 41.023677792612794 ], [ -111.83801830274508, 41.023909977897148 ], [ -111.83783726555734, 41.024172528007476 ], [ -111.83763249699285, 41.024439754333791 ], [ -111.83751229410599, 41.024809958554314 ], [ -111.83746842859298, 41.025103039412095 ], [ -111.83744177560413, 41.0253464508192 ], [ -111.83743862458174, 41.025567171285495 ], [ -111.83752484789659, 41.025800754403271 ], [ -111.8376210822869, 41.025885631644684 ], [ -111.837814122654, 41.026100422041068 ], [ -111.83800253060654, 41.026418838504775 ], [ -111.83808378088203, 41.026729025849143 ], [ -111.83814250038178, 41.027138465644938 ], [ -111.83823547495689, 41.027435055486578 ], [ -111.83830649006772, 41.027875933928577 ], [ -111.83837035941062, 41.028222279647323 ], [ -111.83845687529306, 41.028478379965733 ], [ -111.83856249037946, 41.028833429887989 ], [ -111.83862470484429, 41.029049170602114 ], [ -111.83869932846243, 41.029305357231181 ], [ -111.83881609761313, 41.029601773321907 ], [ -111.83906479357736, 41.029982805416523 ], [ -111.83919940744447, 41.030279091160338 ], [ -111.83931531104284, 41.030413367985311 ], [ -111.83947824522986, 41.030691431018177 ], [ -111.83951220337082, 41.030929897126356 ], [ -111.83947836189027, 41.031168857086094 ], [ -111.83939767299432, 41.031372126022568 ], [ -111.83922193967456, 41.031585095082647 ], [ -111.83908818023228, 41.031824782442648 ], [ -111.83891856367985, 41.032051218575027 ], [ -111.83875472195004, 41.032264100344328 ], [ -111.83860340278784, 41.032526435047423 ], [ -111.83854134073566, 41.032791723371233 ], [ -111.83849645791054, 41.033004639961554 ], [ -111.83845110624218, 41.033180626925471 ], [ -111.83832271708133, 41.033375234018067 ], [ -111.83817731978863, 41.033542039701224 ], [ -111.8379871998271, 41.033747004206511 ], [ -111.83779973181221, 41.033973568437666 ], [ -111.83765514257172, 41.034204324736677 ], [ -111.83758672798311, 41.034438130479195 ], [ -111.83758862323448, 41.034587650337755 ], [ -111.8375143859253, 41.034831407195966 ], [ -111.83738616208176, 41.035039524077163 ], [ -111.8372457566618, 41.035225209184148 ], [ -111.83707760859684, 41.035568736477117 ], [ -111.83696213321808, 41.035844320632876 ], [ -111.83679947367973, 41.036151775439819 ], [ -111.83664042245596, 41.036274538833716 ], [ -111.83640279461417, 41.036298783777099 ], [ -111.83614726611764, 41.036318654082159 ], [ -111.83595110178904, 41.036329085186686 ], [ -111.83578524620545, 41.036384336398193 ], [ -111.83560834898803, 41.036507227788412 ], [ -111.83541360754464, 41.036630248258525 ], [ -111.83514205541425, 41.036794361250628 ], [ -111.83481022644864, 41.03689585391183 ], [ -111.83447182289666, 41.036947848962541 ], [ -111.83401468836381, 41.037018718406124 ], [ -111.83368744058794, 41.037012078113683 ], [ -111.83354491842005, 41.037031125117394 ], [ -111.83354571383695, 41.037094175697199 ], [ -111.83360621559525, 41.037174810516298 ], [ -111.83378584629014, 41.037268095560322 ], [ -111.83408318952495, 41.037356024427332 ], [ -111.83423290659412, 41.037341428699683 ], [ -111.83451348277056, 41.037420469776627 ], [ -111.83467594913368, 41.037473341503016 ], [ -111.83481802205746, 41.037512848656718 ], [ -111.83491993371099, 41.037575166711903 ], [ -111.83502287006935, 41.037718549666444 ], [ -111.83516801192442, 41.037906666905521 ], [ -111.83531332542616, 41.038108294777778 ], [ -111.83538640958704, 41.038242885713004 ], [ -111.83566377713646, 41.038538140297433 ], [ -111.83586936478011, 41.038707802212478 ], [ -111.83608595217342, 41.038994488522796 ], [ -111.83631505717823, 41.039236043353753 ], [ -111.83662766553094, 41.03949500763536 ], [ -111.83689103684306, 41.039623711998026 ], [ -111.83723939523487, 41.039886918997666 ], [ -111.83737162441517, 41.039994054797809 ], [ -111.8375098478632, 41.040104750098372 ], [ -111.83781452929195, 41.040207028790029 ], [ -111.83810673253215, 41.040263456409349 ], [ -111.83835707037613, 41.040302171764573 ], [ -111.83878596840542, 41.040348595139534 ], [ -111.83922733548386, 41.040439966318502 ], [ -111.83944810530809, 41.040492406674161 ], [ -111.83952629032295, 41.040559397446273 ], [ -111.83950375654138, 41.040658650038708 ], [ -111.83939188493309, 41.040749545318434 ], [ -111.83922087398741, 41.040867895281821 ], [ -111.83903321884821, 41.041080950585901 ], [ -111.83888777227887, 41.041338738538428 ], [ -111.83873117130786, 41.041655159732201 ], [ -111.83849901259931, 41.042111755066216 ], [ -111.83834235083368, 41.042423672122048 ], [ -111.83838341375927, 41.042846751161257 ], [ -111.83843940737106, 41.043040016594524 ], [ -111.83852794476073, 41.043453742093796 ], [ -111.83852656974003, 41.043814073533106 ], [ -111.83856134329196, 41.044210174061483 ], [ -111.83863644219855, 41.044502388709326 ], [ -111.83876525062249, 41.044807724443039 ], [ -111.83900576823832, 41.045008654398281 ], [ -111.83937648170185, 41.045155488225191 ], [ -111.83973493311399, 41.04527358449706 ], [ -111.84006491414779, 41.045491876350603 ], [ -111.84014310578424, 41.045558866583399 ], [ -111.84029302523462, 41.045652357873188 ], [ -111.84053800918829, 41.045736147601474 ], [ -111.84084911715208, 41.045873502548638 ], [ -111.84098840242996, 41.046066158860803 ], [ -111.84126531198794, 41.046320866634659 ], [ -111.84150733451926, 41.046638884694282 ], [ -111.8416472546173, 41.046881079705472 ], [ -111.84181652939067, 41.047092432806807 ], [ -111.84201541149591, 41.04729275969018 ], [ -111.84216792161938, 41.047588910215744 ], [ -111.84251240515836, 41.048009769573987 ], [ -111.84268201890534, 41.048247242151213 ], [ -111.84284528266356, 41.048453232814367 ], [ -111.84302033033221, 41.048650129007179 ], [ -111.84322604375609, 41.048918864754143 ], [ -111.84360565973103, 41.049294423514084 ], [ -111.84378059684272, 41.04948231129714 ], [ -111.84400364507341, 41.049710382566616 ], [ -111.84416016166854, 41.049853364541235 ], [ -111.84418192329116, 41.050159477954224 ], [ -111.84418959937878, 41.050294542081794 ], [ -111.84404969954707, 41.050520767430861 ], [ -111.84386827006286, 41.050756304746287 ], [ -111.84386976628375, 41.050873398090339 ], [ -111.84384249510803, 41.051067270280178 ], [ -111.84385715563937, 41.051283355468406 ], [ -111.84391866156024, 41.051440545452863 ], [ -111.84410632114948, 41.051692296441111 ], [ -111.84411461902421, 41.051875999299675 ], [ -111.84408220486826, 41.052132965331921 ], [ -111.84411459911924, 41.05233991252986 ], [ -111.84408853700518, 41.052628360086452 ], [ -111.84412242832357, 41.052952400556485 ], [ -111.84418675759186, 41.05333026614025 ], [ -111.84420284774458, 41.053658040156762 ], [ -111.84420683199903, 41.053969688405893 ], [ -111.84414912270897, 41.054109735439397 ], [ -111.84409742017733, 41.054254242451506 ], [ -111.84399119387716, 41.054322580630291 ], [ -111.8438324007558, 41.054467871797172 ], [ -111.84374991411299, 41.054531531905589 ], [ -111.84375684186499, 41.054608049329133 ], [ -111.84386492211421, 41.054684726870313 ], [ -111.84397961981492, 41.054813602341852 ], [ -111.84401733147969, 41.054970966434468 ], [ -111.84404366242215, 41.055168949941937 ], [ -111.84395626171742, 41.055313718330993 ], [ -111.8438693210849, 41.055494515345877 ], [ -111.8438891842363, 41.055652010164202 ], [ -111.84394509028212, 41.055836265062453 ], [ -111.84392359443066, 41.056016582792843 ], [ -111.84393837172536, 41.056241674944992 ], [ -111.84419570198293, 41.056356894272412 ], [ -111.84436916240202, 41.056427687520177 ], [ -111.84458717723768, 41.056632373374761 ], [ -111.84463545105284, 41.056777949379821 ], [ -111.84450824519371, 41.057067138115336 ], [ -111.84446768030604, 41.05715211071432 ], [ -111.8444884094845, 41.057377159130667 ], [ -111.84457418259157, 41.057570202793435 ], [ -111.84466677018573, 41.057830756526357 ], [ -111.84473943484913, 41.057929312007623 ], [ -111.84473648136398, 41.058163541963665 ], [ -111.84469164878435, 41.058380062876701 ], [ -111.84461637545834, 41.058542758819563 ], [ -111.84449448242307, 41.058782364461912 ], [ -111.8444319718984, 41.059012526820752 ], [ -111.84435201449377, 41.059274345011843 ], [ -111.8443413242542, 41.059369007445618 ], [ -111.84442045848509, 41.059508051738909 ], [ -111.84454106962518, 41.059633279986471 ], [ -111.84476854936109, 41.059739708693137 ], [ -111.84516308914655, 41.059880943831573 ], [ -111.84538543968033, 41.060051365790891 ], [ -111.84555590289406, 41.060351883376683 ], [ -111.84565391770235, 41.060570959516077 ], [ -111.84575626770511, 41.060663891642079 ], [ -111.84598006520501, 41.060946901888435 ], [ -111.84613649764071, 41.061080873442627 ], [ -111.84622655646332, 41.061143268168422 ], [ -111.84641289082253, 41.061195947692184 ], [ -111.8466443303851, 41.061239287517949 ], [ -111.84703275967195, 41.061367049073255 ], [ -111.84806715427003, 41.061751289239041 ], [ -111.8484499285581, 41.06190160762165 ], [ -111.84880428579683, 41.062155726096393 ], [ -111.84902109709195, 41.062356808947513 ], [ -111.84931168737685, 41.062742011687654 ], [ -111.8493925282727, 41.063012556712422 ], [ -111.84946542600009, 41.063128222582471 ], [ -111.84967704588514, 41.063387894436325 ], [ -111.85008955005999, 41.063997396140458 ], [ -111.85028338227308, 41.064261702052299 ], [ -111.85044746432378, 41.064526227192829 ], [ -111.8506161338923, 41.06477720622123 ], [ -111.85096137189252, 41.065152993182167 ], [ -111.85124043361292, 41.065565299948389 ], [ -111.85132687637434, 41.065807877283326 ], [ -111.851600806185, 41.066283277011834 ], [ -111.85179598802904, 41.066651162229121 ], [ -111.85183541109248, 41.06693912667491 ], [ -111.85182069801303, 41.067182451321841 ], [ -111.85183486600303, 41.067358002494366 ], [ -111.8519986714652, 41.067600007310986 ], [ -111.85203582864172, 41.067712332500861 ], [ -111.85200747076703, 41.067820638116153 ], [ -111.85194358330057, 41.067942718405831 ], [ -111.85177362986143, 41.068146654690857 ], [ -111.85163479329515, 41.068363872737173 ], [ -111.85149287830338, 41.068527065397973 ], [ -111.85131691317154, 41.06872654142289 ], [ -111.85115319694773, 41.068952950676213 ], [ -111.85100709961735, 41.069161213584906 ], [ -111.85093917446851, 41.069431954991252 ], [ -111.85084763133108, 41.069717283531055 ], [ -111.85080886697457, 41.069941868753951 ], [ -111.8507531322568, 41.070235039985342 ], [ -111.85066706212719, 41.070483395176765 ], [ -111.85062917908793, 41.070776434532881 ], [ -111.85063721977217, 41.070938518998396 ], [ -111.85055663492183, 41.071150801628171 ], [ -111.85044652690424, 41.071381318075801 ], [ -111.85029481926546, 41.071616645387834 ], [ -111.85014276244955, 41.071824951102933 ], [ -111.84999653968822, 41.072024205587738 ], [ -111.84987995525148, 41.072214233294716 ], [ -111.84964643647361, 41.07256726695757 ], [ -111.84953632298222, 41.072797782533186 ], [ -111.849462611099, 41.073082077569147 ], [ -111.84941791228877, 41.073308507557826 ], [ -111.84924902709379, 41.073597107181769 ], [ -111.84914422424735, 41.073778039284754 ], [ -111.84897546415523, 41.074076546352707 ], [ -111.84882981230037, 41.074320835021503 ], [ -111.84872477547688, 41.074483752479225 ], [ -111.84859067684584, 41.074700931779546 ], [ -111.84847483656885, 41.074949504418527 ], [ -111.84840573733086, 41.075130172905773 ], [ -111.84837728041809, 41.075324054090792 ], [ -111.84833317615924, 41.075504538489817 ], [ -111.84831110781111, 41.075639820718699 ], [ -111.84835999250075, 41.075738548628543 ], [ -111.8484559670901, 41.075796393856216 ], [ -111.84873805634548, 41.075978980013254 ], [ -111.84887101459756, 41.076135640276988 ], [ -111.84897479591224, 41.076337555271913 ], [ -111.8490792733274, 41.076593512926983 ], [ -111.84911730024004, 41.076773392339277 ], [ -111.84913695132937, 41.076912871237276 ], [ -111.84926368271427, 41.077047957749699 ], [ -111.84947394419436, 41.077198642702236 ], [ -111.84969542525954, 41.077296097443885 ], [ -111.84991153560011, 41.077438631273694 ], [ -111.85003779380291, 41.07753678768816 ], [ -111.85021929914085, 41.077765152023609 ], [ -111.8503347581515, 41.077948963594423 ], [ -111.85039618927829, 41.078097141884392 ], [ -111.8504640947428, 41.078285808255472 ], [ -111.85050813613576, 41.078470146741971 ], [ -111.85059383911781, 41.078654177662465 ], [ -111.85065082960736, 41.07891949228982 ], [ -111.85074480819755, 41.079283621532817 ], [ -111.85079509316776, 41.079490433717837 ], [ -111.85084076262329, 41.079800871684732 ], [ -111.85085031545226, 41.080080048405016 ], [ -111.8508705521492, 41.080264562471953 ], [ -111.85086796928672, 41.080525812834033 ], [ -111.85087665109781, 41.080737436137504 ], [ -111.85085522533808, 41.080922257840591 ], [ -111.85081176329737, 41.081152282125856 ], [ -111.85079504064785, 41.081332565090115 ], [ -111.85077904364408, 41.081476810793319 ], [ -111.85080378045792, 41.081548691928909 ], [ -111.8509004046777, 41.081656074095577 ], [ -111.85103822771441, 41.081727119995008 ], [ -111.85122424737955, 41.081842849542241 ], [ -111.85158374530488, 41.082024856566171 ], [ -111.85179456306322, 41.082216969667179 ], [ -111.8519524542413, 41.082459017572091 ], [ -111.8519904926259, 41.082638895744942 ], [ -111.85204212213577, 41.082949288979592 ], [ -111.85201633296228, 41.083164770190606 ], [ -111.85196507589535, 41.083436289122282 ], [ -111.85195642905474, 41.083688576225647 ], [ -111.85185774468047, 41.083882977220476 ], [ -111.85176617490986, 41.084167405226118 ], [ -111.8515678146816, 41.084479646366525 ], [ -111.85152899845195, 41.084700628477819 ], [ -111.85157461723942, 41.085006562252005 ], [ -111.85158493016954, 41.085344284826988 ], [ -111.85147378687699, 41.085588321349533 ], [ -111.85137530056457, 41.085706152694236 ], [ -111.85137832334831, 41.085940337500013 ], [ -111.851416129805, 41.08610220153551 ], [ -111.85143706784432, 41.08634075792029 ], [ -111.85140670228532, 41.086755348738151 ], [ -111.8513015665402, 41.087003844633045 ], [ -111.8512222136909, 41.087220622068784 ], [ -111.85110636219133, 41.087469196935324 ], [ -111.85096635144937, 41.087690926218556 ], [ -111.85082616548439, 41.08789914467345 ], [ -111.85083293130376, 41.087962150458921 ], [ -111.85094135386984, 41.088060437362344 ], [ -111.85107930668008, 41.088140490108479 ], [ -111.85129475833972, 41.088228978074895 ], [ -111.85154644883463, 41.088357733644401 ], [ -111.85183432067085, 41.088522253018972 ], [ -111.85218282479394, 41.088771898872224 ], [ -111.85256132718295, 41.089039337608043 ], [ -111.85270599351848, 41.089177890455531 ], [ -111.85301739088383, 41.089319712822267 ], [ -111.85320384344796, 41.0894669636223 ], [ -111.85334168538525, 41.089538006486926 ], [ -111.85339159056886, 41.089714192887307 ], [ -111.85341672975281, 41.089816697431424 ], [ -111.85362728662449, 41.08998628888471 ], [ -111.8537776184214, 41.090102278480188 ], [ -111.85386235489649, 41.090209746054242 ], [ -111.85409135543925, 41.090424239752267 ], [ -111.85423089204738, 41.090625884374418 ], [ -111.85438980466067, 41.090944488595028 ], [ -111.85441082530255, 41.091188448375611 ], [ -111.85443123927038, 41.091385571262244 ], [ -111.85450559019419, 41.09161021879401 ], [ -111.85463281647648, 41.091780426330047 ], [ -111.85488102628601, 41.092098367390705 ], [ -111.85506247240929, 41.092317715878032 ], [ -111.85512929690637, 41.092420811420183 ], [ -111.85514336346168, 41.092587354195068 ], [ -111.85512719846737, 41.092718089523636 ], [ -111.85496472185184, 41.093043581681727 ], [ -111.85489509687361, 41.093183721613421 ], [ -111.85480329449463, 41.093450137399955 ], [ -111.85465336256078, 41.093825079759846 ], [ -111.85457282234361, 41.094041868052933 ], [ -111.85446858624066, 41.094267839973824 ], [ -111.85430452726682, 41.094471735505664 ], [ -111.85415626077636, 41.094607954077127 ], [ -111.85401078320137, 41.094775679617214 ], [ -111.85385156660648, 41.094893963053281 ], [ -111.8536699947262, 41.095125011309911 ], [ -111.85348241016668, 41.09535159983907 ], [ -111.85329499917017, 41.095591698698719 ], [ -111.85308949425058, 41.095813915320129 ], [ -111.852883696681, 41.096013613859043 ], [ -111.85270223485109, 41.096253667697418 ], [ -111.85256793164923, 41.096457340484584 ], [ -111.85242802373092, 41.09668807842754 ], [ -111.85225741710784, 41.096846979683875 ], [ -111.85201542858458, 41.097010912557145 ], [ -111.85179060053954, 41.097120670354983 ], [ -111.85158392246346, 41.097252813435979 ], [ -111.85152559931431, 41.097346927180787 ], [ -111.85151568190005, 41.097501036408751 ], [ -111.85160626141894, 41.097599454359667 ], [ -111.85176221154354, 41.097688381028057 ], [ -111.85200752042749, 41.097781150680234 ], [ -111.85222233827216, 41.097910177143163 ], [ -111.85246253655046, 41.097975959778054 ], [ -111.85275576566349, 41.098090893124976 ], [ -111.85309125217731, 41.098250552572217 ], [ -111.85334940442547, 41.098415287826242 ], [ -111.85366802509739, 41.098651638043144 ], [ -111.85387890285074, 41.098843746201091 ], [ -111.85404781596394, 41.099013645182055 ], [ -111.85424071887641, 41.099196877957411 ], [ -111.85438488608564, 41.099294896342599 ], [ -111.85460320408097, 41.09950946783102 ], [ -111.85482591313416, 41.099787061926286 ], [ -111.85500160235578, 41.100019964802378 ], [ -111.85515301123952, 41.100217015845416 ], [ -111.8554001924747, 41.10045299060112 ], [ -111.85555389464935, 41.100826579748762 ], [ -111.85570063948852, 41.1011227520356 ], [ -111.85596645897617, 41.101418039509866 ], [ -111.85610024689797, 41.101633236043241 ], [ -111.85625884496309, 41.101924815519332 ], [ -111.85630887316523, 41.102109106475687 ], [ -111.8563245247429, 41.102397244229671 ], [ -111.85637472902785, 41.102595045742035 ], [ -111.85650350318633, 41.102882342536667 ], [ -111.85648401806753, 41.103215781131894 ], [ -111.85644519668415, 41.103435863426348 ], [ -111.85634078890854, 41.103649226862835 ], [ -111.85628639846961, 41.104045980387539 ], [ -111.85624799719085, 41.104298488038275 ], [ -111.85610978232931, 41.104659832652438 ], [ -111.8559716829507, 41.105030184160142 ], [ -111.85584496382174, 41.105359915233706 ], [ -111.8556767404841, 41.10570346632116 ], [ -111.85550822314879, 41.106024499493515 ], [ -111.85542095760137, 41.106182786324524 ], [ -111.85510963339203, 41.106603966415989 ], [ -111.85491784265722, 41.10687562779254 ], [ -111.8547253267411, 41.107183325953685 ], [ -111.85455539968088, 41.107396272936363 ], [ -111.8544381838105, 41.107541269249054 ], [ -111.85425634643143, 41.107754304114032 ], [ -111.85408057886451, 41.107976301621441 ], [ -111.85396359434269, 41.108139311590541 ], [ -111.85393648328697, 41.108436774290794 ], [ -111.85393522094583, 41.108707021585325 ], [ -111.85408618016366, 41.108868045309627 ], [ -111.85413751551393, 41.109061335232994 ], [ -111.85417000715962, 41.109362859999798 ], [ -111.85423842411606, 41.109587550966083 ], [ -111.85426393465612, 41.109717976785063 ], [ -111.85448605825073, 41.10985595241835 ], [ -111.85460018521394, 41.1099316732818 ], [ -111.8547021115169, 41.109984964724063 ], [ -111.85486463397201, 41.110118877809477 ], [ -111.85508039667063, 41.110225371731325 ], [ -111.85527327732639, 41.110404098544599 ], [ -111.85552771337613, 41.110645423423797 ], [ -111.85562454263327, 41.11085639061811 ], [ -111.85574179338866, 41.111080717924857 ], [ -111.85578958391459, 41.111183954088332 ], [ -111.85586336635035, 41.111362663721287 ], [ -111.85596075692645, 41.111524983631504 ], [ -111.8561146529844, 41.111911180913154 ], [ -111.8561348571863, 41.112091189276121 ], [ -111.8560126765244, 41.112312791343484 ], [ -111.8558657405034, 41.112462513789211 ], [ -111.855729952896, 41.112553601727392 ], [ -111.85555826141864, 41.112631444259527 ], [ -111.85525037159832, 41.11276884922178 ], [ -111.85499041028628, 41.112928417482067 ], [ -111.85481428118052, 41.113123394851378 ], [ -111.8547103089206, 41.113371884177567 ], [ -111.85460020589827, 41.11360690699501 ], [ -111.85442454101633, 41.113837912001394 ], [ -111.85422523081706, 41.114082603946812 ], [ -111.85400134102342, 41.114268926253821 ], [ -111.85370027035063, 41.114473835927484 ], [ -111.85338074993653, 41.114633841869662 ], [ -111.85316123634598, 41.114698523171974 ], [ -111.85282381577812, 41.114764076948006 ], [ -111.8525611813026, 41.114810159674697 ], [ -111.85240070247572, 41.114834767773473 ], [ -111.85197230025258, 41.114864960509436 ], [ -111.85171057630444, 41.114889415551083 ], [ -111.85141960143028, 41.114954621832261 ], [ -111.85116482078413, 41.115055591659129 ], [ -111.85081563300142, 41.115224817601302 ], [ -111.8506079549383, 41.115284001878955 ], [ -111.85039405419573, 41.115322513495499 ], [ -111.85008550176074, 41.115410365964159 ], [ -111.84982990407346, 41.115448283414374 ], [ -111.84960974540782, 41.115463419141243 ], [ -111.84944399397232, 41.115541208748795 ], [ -111.84921343412009, 41.115673523396119 ], [ -111.84915608999695, 41.11584509660193 ], [ -111.84918760616304, 41.115979983117732 ], [ -111.84927265944552, 41.116109971001521 ], [ -111.84933348663715, 41.116208609703826 ], [ -111.84932418897358, 41.116411356469698 ], [ -111.84919515180289, 41.116565442360184 ], [ -111.84905339142782, 41.116656566432141 ], [ -111.84889605894845, 41.116833380318624 ], [ -111.84879005539625, 41.117018823738526 ], [ -111.84868547431795, 41.117222272416612 ], [ -111.84859835193542, 41.117394064674713 ], [ -111.84849926083476, 41.117561441056743 ], [ -111.84836496024107, 41.117769612277051 ], [ -111.84825446790427, 41.117976707242128 ], [ -111.84813804287997, 41.118185647356654 ], [ -111.84800923137497, 41.118357746061548 ], [ -111.8478084928871, 41.118494342301737 ], [ -111.84755346122964, 41.11857729013586 ], [ -111.84733352320767, 41.118610435742255 ], [ -111.84697611825618, 41.118698639186618 ], [ -111.84680547560295, 41.118767453023302 ], [ -111.84659860447536, 41.118890580355881 ], [ -111.84640346953665, 41.119000109213076 ], [ -111.84622747240915, 41.119208584254487 ], [ -111.84615254086334, 41.119402804868749 ], [ -111.84611426626103, 41.119668819537452 ], [ -111.8461401120435, 41.119826268247543 ], [ -111.84609559260821, 41.120069808968545 ], [ -111.84600308275294, 41.120286678352237 ], [ -111.84589166520786, 41.120422615250241 ], [ -111.84572676414159, 41.120567952604688 ], [ -111.84550790516131, 41.120685761215015 ], [ -111.84536007138506, 41.120768818161238 ], [ -111.84519464826269, 41.120873622962776 ], [ -111.84497620321463, 41.12102385601851 ], [ -111.84484072942369, 41.121141952506186 ], [ -111.84467622845436, 41.121318813115636 ], [ -111.84458839745594, 41.121436559966618 ], [ -111.84451340090162, 41.12162627597742 ], [ -111.84455121249459, 41.121788141235996 ], [ -111.84461783189988, 41.12187412879446 ], [ -111.84471645829322, 41.122133734354826 ], [ -111.84475982199645, 41.12226403112156 ], [ -111.84482810558235, 41.12247972029256 ], [ -111.84481937106385, 41.122727501945185 ], [ -111.84484260952263, 41.123146199437805 ], [ -111.84486816496434, 41.123281130694245 ], [ -111.8448421988698, 41.123578582200274 ], [ -111.84488070563823, 41.12379448965919 ], [ -111.84493667546433, 41.123978741327619 ], [ -111.84500421044757, 41.124135884400147 ], [ -111.84510771137589, 41.124310779405675 ], [ -111.84519243253079, 41.124414649609925 ], [ -111.84533194648355, 41.124610899160288 ], [ -111.84548974487568, 41.124839442810604 ], [ -111.84559816335718, 41.124933230078064 ], [ -111.84579187190522, 41.125175021562335 ], [ -111.84599119067491, 41.125389747783643 ], [ -111.84616078927512, 41.125609195908467 ], [ -111.84631807217644, 41.125797206576671 ], [ -111.84648773080829, 41.126021157712273 ], [ -111.84660326631193, 41.126204970776399 ], [ -111.84668312474267, 41.126393549895312 ], [ -111.84673233542701, 41.126514794928958 ], [ -111.84680757039243, 41.126806998848274 ], [ -111.84680682560682, 41.127212360059573 ], [ -111.84679792450072, 41.127446631014294 ], [ -111.84678167764801, 41.127572861103957 ], [ -111.84674201181359, 41.127730790993603 ], [ -111.8466383342124, 41.128006294085822 ], [ -111.84645878915244, 41.128403961261213 ], [ -111.8463674267671, 41.128710901251026 ], [ -111.84635013707241, 41.128756067793248 ], [ -111.84633464143954, 41.128940843641374 ], [ -111.8463425653416, 41.129093919764756 ], [ -111.84639773369557, 41.129215121111578 ], [ -111.84644023738493, 41.129277864124987 ], [ -111.84654276630148, 41.129376197638237 ], [ -111.84665727743219, 41.129479847733968 ], [ -111.84686874479968, 41.12971159796539 ], [ -111.84706222904029, 41.129934472130394 ], [ -111.84728644621906, 41.13023098469889 ], [ -111.84742096149424, 41.13050023223532 ], [ -111.84768177819946, 41.130863133205935 ], [ -111.8479265263008, 41.131365774259031 ], [ -111.84815294487281, 41.131832518107835 ], [ -111.84840278642027, 41.132267561322465 ], [ -111.84866489256254, 41.132729537287631 ], [ -111.84876893948694, 41.132944960200554 ], [ -111.84880110220089, 41.13312938507206 ], [ -111.84880909055475, 41.133286964374612 ], [ -111.84880504970715, 41.133435624414879 ], [ -111.84885456004379, 41.133579385903353 ], [ -111.84891546125256, 41.133682527898451 ], [ -111.84900579726362, 41.133758429239478 ], [ -111.84922168685341, 41.133869436560019 ], [ -111.84949743385445, 41.134002521803922 ], [ -111.84973732593672, 41.13412686298085 ], [ -111.84997797466154, 41.134309749375419 ], [ -111.85031497817455, 41.134572995078862 ], [ -111.85046523280192, 41.134675476622547 ], [ -111.85057332566889, 41.134742237722911 ], [ -111.85071114402689, 41.13480427525392 ], [ -111.85088458642707, 41.134857041593051 ], [ -111.85104576645185, 41.134882874589131 ], [ -111.85125524064583, 41.134957893890082 ], [ -111.8516155552425, 41.135180427962574 ], [ -111.85175337548554, 41.135242464223438 ], [ -111.85207135499736, 41.135415766476378 ], [ -111.85231733039203, 41.135549065118823 ], [ -111.85252686643895, 41.135628585577585 ], [ -111.85277243524511, 41.135730358633516 ], [ -111.85335321879532, 41.135955758822256 ], [ -111.85402803012869, 41.136081372211365 ], [ -111.85464911575239, 41.136198372368746 ], [ -111.85495396570853, 41.136277181189861 ], [ -111.85513944592707, 41.136338859634805 ], [ -111.85534303099486, 41.136418419122798 ], [ -111.85552255513213, 41.136480141173209 ], [ -111.85577975266938, 41.136559301698739 ], [ -111.85633567184159, 41.136703800507277 ], [ -111.85676579597542, 41.136795184995023 ], [ -111.85702924617348, 41.136896815931102 ], [ -111.85715568894886, 41.136999465826413 ], [ -111.85723518064201, 41.137156512307762 ], [ -111.85724260345505, 41.137269055646883 ], [ -111.85723186237236, 41.137359214441041 ], [ -111.85722707818259, 41.1374493289035 ], [ -111.85715641597913, 41.137512909931431 ], [ -111.85701421183308, 41.137572519258256 ], [ -111.85678919637056, 41.137677783812386 ], [ -111.85652896577771, 41.137823845265359 ], [ -111.856281253631, 41.137924773646638 ], [ -111.85617330539222, 41.137961607574013 ], [ -111.85604914596503, 41.13803459341672 ], [ -111.85598443897398, 41.138098129466982 ], [ -111.85594998519497, 41.138197472224007 ], [ -111.85593906656067, 41.138274120379606 ], [ -111.85594601891383, 41.138350635741915 ], [ -111.85601366565299, 41.138513175778883 ], [ -111.85613023397406, 41.13877263733476 ], [ -111.85624745924187, 41.139082538024802 ], [ -111.85632999747266, 41.139473767393575 ], [ -111.85643671680654, 41.139891840539583 ], [ -111.85645413842565, 41.140315081467485 ], [ -111.85644112973851, 41.140689005269031 ], [ -111.85639833469753, 41.141063150500635 ], [ -111.85634272610477, 41.141459910652728 ], [ -111.85629912976272, 41.1416809278047 ], [ -111.85629481273388, 41.14180707021125 ], [ -111.85632039949641, 41.141941998193282 ], [ -111.85640690733518, 41.142180063857282 ], [ -111.85648116121772, 41.142392097711323 ], [ -111.85650644390293, 41.142503607414341 ], [ -111.85647912974439, 41.142693876740331 ], [ -111.85646276930353, 41.142810200012164 ], [ -111.85651288969447, 41.14299899277578 ], [ -111.8566039505946, 41.143128929860922 ], [ -111.85671890025773, 41.143263193138523 ], [ -111.85694739388872, 41.143423635273699 ], [ -111.85726507480787, 41.143569901413159 ], [ -111.85741553686123, 41.143685883929741 ], [ -111.85751945420705, 41.143887787578706 ], [ -111.85759364327188, 41.144094416398097 ], [ -111.85758915262068, 41.144207048275398 ], [ -111.85759068990909, 41.144325039996993 ], [ -111.85749338944265, 41.144631131332901 ], [ -111.85741779757198, 41.145231618468131 ], [ -111.85739204551825, 41.145541681008957 ], [ -111.85738194878581, 41.145681378199583 ], [ -111.85733048850378, 41.145847506090313 ], [ -111.85723852065928, 41.146105815724503 ], [ -111.8571137850148, 41.146593169058043 ], [ -111.85702940334915, 41.146976631460596 ], [ -111.85701995074091, 41.147165867086258 ], [ -111.85707597542728, 41.147350111588246 ], [ -111.85710139019267, 41.147471528734549 ], [ -111.85716874453631, 41.147610649524836 ], [ -111.85733283276005, 41.147857144762668 ], [ -111.85744306657645, 41.148086024917255 ], [ -111.85747385346561, 41.148162362627069 ], [ -111.85751130245953, 41.148292697946601 ], [ -111.85748292118237, 41.14840100365857 ], [ -111.85724835900467, 41.14869100137944 ], [ -111.85693014871512, 41.148963605210191 ], [ -111.85649318630574, 41.149268618766079 ], [ -111.855926900585, 41.149709709726473 ], [ -111.85535318584927, 41.150038254715298 ], [ -111.85509424949164, 41.150287893600058 ], [ -111.85494179653691, 41.150478190458166 ], [ -111.85479623678221, 41.150740498886456 ], [ -111.85469796833452, 41.151065511280407 ], [ -111.85461078924884, 41.151602126130079 ], [ -111.854571486832, 41.15224648004267 ], [ -111.85449493535887, 41.152683929357309 ], [ -111.85451244424046, 41.153206255520224 ], [ -111.85450756749967, 41.153656684812127 ], [ -111.85451596023955, 41.15393586626152 ], [ -111.85450661671067, 41.154134108527735 ], [ -111.85452052208763, 41.154287139005504 ], [ -111.85456988586154, 41.154417386757061 ], [ -111.85463099129711, 41.154534035573569 ], [ -111.85469157046873, 41.154610152888232 ], [ -111.85481810265567, 41.154717308235973 ], [ -111.855010295756, 41.154832983914957 ], [ -111.85523228206634, 41.154948438058597 ], [ -111.85548505714614, 41.155140229904823 ], [ -111.85577346779911, 41.15532274857101 ], [ -111.85610394152242, 41.155531977451346 ], [ -111.85629006346285, 41.15563868823368 ], [ -111.85638015709549, 41.155692966358778 ], [ -111.85662089220415, 41.155874936546049 ], [ -111.8568144407043, 41.156094189457242 ], [ -111.85694221096946, 41.156295915719738 ], [ -111.85703299825204, 41.156403334519908 ], [ -111.85717145499832, 41.156510398504722 ], [ -111.85732261046041, 41.156585840303819 ], [ -111.85758500822173, 41.156691981200311 ], [ -111.85799872815271, 41.156886172156227 ], [ -111.85834055839636, 41.157051171439626 ], [ -111.85862839758704, 41.15718864784133 ], [ -111.8588321104922, 41.157272703692804 ], [ -111.85920307973856, 41.157387039135401 ], [ -111.85968703077171, 41.157482514454401 ], [ -111.8598423108798, 41.15750837893787 ], [ -111.86000944970628, 41.157529650741125 ], [ -111.86021912413821, 41.157613659615237 ], [ -111.86038714675848, 41.157702483172592 ], [ -111.86053705794224, 41.157773426089946 ], [ -111.86091338921489, 41.157932755205792 ], [ -111.86113009870581, 41.158007701973368 ], [ -111.86139954078362, 41.158104773606304 ], [ -111.86157305321305, 41.158157522951839 ], [ -111.86172231783998, 41.158178925962218 ], [ -111.86183547584585, 41.158173575392574 ], [ -111.86199005032421, 41.158145395135506 ], [ -111.8621502883709, 41.158094652646845 ], [ -111.86235247372039, 41.15806161159167 ], [ -111.86260887830359, 41.158073203401038 ], [ -111.86281194925861, 41.158107713800916 ], [ -111.8630215581457, 41.158186313331242 ], [ -111.86330322856217, 41.158306709289469 ], [ -111.86380684235451, 41.158537137645844 ], [ -111.86398662416254, 41.158613256739208 ], [ -111.86409481758798, 41.158683607138499 ], [ -111.86422066295397, 41.158736710073526 ], [ -111.86435211235461, 41.158762747263012 ], [ -111.86449494693841, 41.15874816352153 ], [ -111.86466179436404, 41.158746911117163 ], [ -111.86487684530157, 41.158785831855312 ], [ -111.86528942677613, 41.158890827298357 ], [ -111.8656235370569, 41.158919844298154 ], [ -111.86601133657147, 41.158952960590199 ], [ -111.86651259196879, 41.159003237792156 ], [ -111.86676948733599, 41.15905174881734 ], [ -111.86687136950805, 41.159095120539376 ], [ -111.86711209838218, 41.159273465500043 ], [ -111.86722662315228, 41.15937168960631 ], [ -111.86737094275328, 41.159469689228381 ], [ -111.86765928626271, 41.159643170528177 ], [ -111.86779752936837, 41.159732207534361 ], [ -111.86797825778591, 41.159879475230078 ], [ -111.86839328824203, 41.160169101926314 ], [ -111.86854952926177, 41.160267010168077 ], [ -111.86874754305353, 41.160369107053285 ], [ -111.86883138507436, 41.160400002105142 ], [ -111.86905877818567, 41.160470349367131 ], [ -111.8695014097557, 41.160593118602506 ], [ -111.86985441965975, 41.160698547310425 ], [ -111.87011756893351, 41.160768622430979 ], [ -111.87033978020816, 41.160897557296117 ], [ -111.87046605190039, 41.160982177602328 ], [ -111.87055704647337, 41.161103095789315 ], [ -111.87059572113162, 41.161323495675134 ], [ -111.87056111105653, 41.161410232585844 ], [ -111.87050246196512, 41.161481837834117 ], [ -111.87038500847591, 41.161613339214959 ], [ -111.8703211268285, 41.161739931761915 ], [ -111.87031147275329, 41.161911153752008 ], [ -111.87033673923071, 41.162019056960283 ], [ -111.87042202618055, 41.162158934830671 ], [ -111.87057981267064, 41.162373029767799 ], [ -111.87066438531266, 41.16245886578799 ], [ -111.870821338658, 41.162609911777409 ], [ -111.87098521792839, 41.162833868698321 ], [ -111.87115011224265, 41.16313438435531 ], [ -111.87127865606182, 41.163390135533191 ], [ -111.87137007313341, 41.163542577265481 ], [ -111.87143127662436, 41.163663720075164 ], [ -111.87144069496252, 41.163834797794863 ], [ -111.87141769447588, 41.163988105108167 ], [ -111.87138468304923, 41.164195535194295 ], [ -111.87137074264434, 41.164492899384058 ], [ -111.87142831461522, 41.164789722518698 ], [ -111.8714902354466, 41.164964906875902 ], [ -111.87168964070409, 41.165170578194058 ], [ -111.8720210501737, 41.165442808596616 ], [ -111.87217152888395, 41.165554267178074 ], [ -111.87229215112269, 41.165661447762737 ], [ -111.87241319189631, 41.16580015247942 ], [ -111.87260676260493, 41.166014874198609 ], [ -111.87302721406931, 41.166259403497705 ], [ -111.873177098475, 41.166325826063733 ], [ -111.87326274000293, 41.166401743374429 ], [ -111.87334045699249, 41.16650924813576 ], [ -111.87340810492191, 41.166666372296092 ], [ -111.87347444165107, 41.166814498520004 ], [ -111.87353720294421, 41.166962651818714 ], [ -111.8736178477441, 41.167200747783198 ], [ -111.87375868753718, 41.167483426211184 ], [ -111.87397610617994, 41.167697964624558 ], [ -111.8741564514557, 41.167813697828812 ], [ -111.87433643814124, 41.167902409968022 ], [ -111.87443842282698, 41.167952079591018 ], [ -111.8745891389699, 41.168080648023057 ], [ -111.87481258189226, 41.16829964299486 ], [ -111.87511506053121, 41.168635138846895 ], [ -111.87544704125612, 41.168947890056536 ], [ -111.8757917243409, 41.16931909459872 ], [ -111.87596527767717, 41.169371821749969 ], [ -111.8762415277391, 41.169527357427008 ], [ -111.87652379893511, 41.169687350526203 ], [ -111.8765960850117, 41.16974445049113 ], [ -111.87659825807641, 41.169907475674925 ], [ -111.87655202008449, 41.170015921542934 ], [ -111.87649374220011, 41.170115451187122 ], [ -111.87639530557244, 41.170332388169335 ], [ -111.87627380887203, 41.170608051398297 ], [ -111.87614087133868, 41.170919832834826 ], [ -111.87597789286012, 41.171213826934739 ], [ -111.87579661317154, 41.171476432562216 ], [ -111.87570317271312, 41.171621268301202 ], [ -111.87557476337393, 41.171825821468651 ], [ -111.87549984954798, 41.172019158457125 ], [ -111.87539586651057, 41.172267664084018 ], [ -111.87531416434415, 41.172398898533132 ], [ -111.87518574032315, 41.172602550575142 ], [ -111.87502864169888, 41.172891093891437 ], [ -111.87481858359028, 41.173231383864206 ], [ -111.87469533780727, 41.173376445142004 ], [ -111.87463079453912, 41.173453501820745 ], [ -111.87416401360375, 41.173763311699084 ], [ -111.87370347570575, 41.174094691098091 ], [ -111.87317005866151, 41.174324832786226 ], [ -111.87292706415475, 41.174430264754484 ], [ -111.87274420938446, 41.174575775710345 ], [ -111.87262101628522, 41.174725338264267 ], [ -111.87250968343963, 41.174870306922841 ], [ -111.87238821909132, 41.175060391331435 ], [ -111.87216942296581, 41.17528274010094 ], [ -111.87181967695246, 41.175519591515794 ], [ -111.87149025335498, 41.175760792000304 ], [ -111.87134815945724, 41.175833929702428 ], [ -111.87124212590463, 41.17592931400344 ], [ -111.87115594232742, 41.176173177128021 ], [ -111.87115111564964, 41.176258787945699 ], [ -111.87117102571743, 41.176411770315269 ], [ -111.87117365128421, 41.176609922528435 ], [ -111.87112431538925, 41.176935478045927 ], [ -111.87109420904751, 41.177362676453704 ], [ -111.87108133959943, 41.177741102229064 ], [ -111.87108336833016, 41.177894219817126 ], [ -111.87106125643794, 41.178025000437138 ], [ -111.87089710457943, 41.178233421680908 ], [ -111.87058328040418, 41.178393431169177 ], [ -111.87040595276578, 41.178507369206308 ], [ -111.87024841388043, 41.17867520435459 ], [ -111.87014237419943, 41.178860665840801 ], [ -111.87003281697879, 41.179140735885902 ], [ -111.86994592168793, 41.179331457245041 ], [ -111.86983490895931, 41.179501642706775 ], [ -111.86978890354344, 41.179629000383905 ], [ -111.8697257783771, 41.179814137353517 ], [ -111.8696387502718, 41.179994950867844 ], [ -111.86958015542547, 41.180071959741674 ], [ -111.86946821134329, 41.18017189089781 ], [ -111.86923758725368, 41.180313252914701 ], [ -111.86899581448151, 41.180513249395169 ], [ -111.86887289950847, 41.180685325275427 ], [ -111.86882044254109, 41.180775799174405 ], [ -111.86880983031006, 41.180874965203628 ], [ -111.86883593545541, 41.181045916762365 ], [ -111.86895789084035, 41.181252176411043 ], [ -111.86909665794026, 41.181377238724451 ], [ -111.86943374318807, 41.181622409381184 ], [ -111.86963867779889, 41.181792010565808 ], [ -111.86985601207859, 41.181997548979552 ], [ -111.87048244965067, 41.182483741651033 ], [ -111.87084422501918, 41.182791776171292 ], [ -111.87113995495095, 41.183064277878522 ], [ -111.87124272503263, 41.183171594205476 ], [ -111.87135157589734, 41.183287872242317 ], [ -111.87146740322306, 41.183480663774411 ], [ -111.87150591626627, 41.183687551984249 ], [ -111.87149550863894, 41.184251519646025 ], [ -111.87147535411559, 41.184530013466784 ], [ -111.87150385627905, 41.184881102330479 ], [ -111.87162052302735, 41.1851369419538 ], [ -111.87188055915473, 41.185414215659527 ], [ -111.87239216616902, 41.185779661437564 ], [ -111.87262680833459, 41.185940024288051 ], [ -111.87277161349245, 41.186069540185066 ], [ -111.87282061960155, 41.186168254656664 ], [ -111.87284119482925, 41.186370774354543 ], [ -111.87277450291803, 41.186736095919628 ], [ -111.87277839015489, 41.187028820126116 ], [ -111.87292870101562, 41.187572653068493 ], [ -111.87294802092943, 41.187680600272742 ], [ -111.87294988722888, 41.187821107864131 ], [ -111.87289814815149, 41.187965624890147 ], [ -111.87273217182607, 41.188038044441868 ], [ -111.87247672502215, 41.188107538485966 ], [ -111.87188320522067, 41.188310205068944 ], [ -111.87174102514432, 41.188378839913412 ], [ -111.871640563445, 41.188446258058207 ], [ -111.87154626612023, 41.188528942729405 ], [ -111.87144689082614, 41.188678323488588 ], [ -111.87140212447265, 41.188899353389395 ], [ -111.87135598447863, 41.18901680393305 ], [ -111.87130334537609, 41.189093768517267 ], [ -111.87114965771354, 41.189194016997867 ], [ -111.87103692478388, 41.189235404808947 ], [ -111.87080346914746, 41.189255185899952 ], [ -111.87054855162347, 41.18927512875419 ], [ -111.87014405761416, 41.189345744204161 ], [ -111.86959821225706, 41.189548038786654 ], [ -111.86905820603508, 41.18974127891709 ], [ -111.86837618798133, 41.190016657636825 ], [ -111.86802653170056, 41.19017693016329 ], [ -111.86778978909095, 41.190309327444844 ], [ -111.8676477906331, 41.190392368345385 ], [ -111.86741610464276, 41.190456267470694 ], [ -111.86724929572699, 41.190466531559068 ], [ -111.86695788499553, 41.190522772487817 ], [ -111.86672048559868, 41.190605629608108 ], [ -111.86634838817855, 41.190873258762203 ], [ -111.8660359291715, 41.191142239800094 ], [ -111.86581158915442, 41.191311471723473 ], [ -111.86567695373962, 41.191410668874596 ], [ -111.86551007671977, 41.191506505063764 ], [ -111.86512982556914, 41.191608448018094 ], [ -111.86471994188351, 41.191724123922086 ], [ -111.86417488890172, 41.191989441448911 ], [ -111.86368838478768, 41.192173247110873 ], [ -111.86293513073282, 41.192476151225812 ], [ -111.86218259057131, 41.192833992645248 ], [ -111.86139471905932, 41.193226323057338 ], [ -111.86056719297262, 41.1936874036749 ], [ -111.86038873242447, 41.193810342389689 ], [ -111.86024097898242, 41.193910531958508 ], [ -111.86011153565471, 41.194043012659222 ], [ -111.85990019074418, 41.194295908503044 ], [ -111.85974741621629, 41.194468197307721 ], [ -111.85957769724378, 41.194712674761512 ], [ -111.85946251978642, 41.195024303399073 ], [ -111.85940615253864, 41.195182360503118 ], [ -111.85916161649477, 41.195724652900417 ], [ -111.8589922454302, 41.19599615024255 ], [ -111.85887535579194, 41.196177177977248 ], [ -111.85880550425915, 41.1963074111626 ], [ -111.85872002590575, 41.196610710489161 ], [ -111.85856516482282, 41.197080270445269 ], [ -111.85839011973141, 41.19737432863873 ], [ -111.85820816947192, 41.197596375668368 ], [ -111.85800703690978, 41.19771947960097 ], [ -111.85779876519959, 41.197752558427837 ], [ -111.85748205352502, 41.197700870335972 ], [ -111.85714774898506, 41.197671831801799 ], [ -111.85688002937241, 41.197718863118638 ], [ -111.85666090732492, 41.197743012829299 ], [ -111.85643875438116, 41.19771764179869 ], [ -111.85600232690409, 41.197630808713292 ], [ -111.85589334232267, 41.19759558758291 ], [ -111.85566105209699, 41.197524350640634 ], [ -111.85533833384095, 41.197469098155665 ], [ -111.85521932109901, 41.197487997634099 ], [ -111.85498730465628, 41.197529354727116 ], [ -111.85438009185954, 41.19760682440311 ], [ -111.85401691379559, 41.197650053341263 ], [ -111.8536716809048, 41.197697652007612 ], [ -111.85337379563413, 41.197717875404727 ], [ -111.85311854697505, 41.197715262696512 ], [ -111.85287844975861, 41.197685513827118 ], [ -111.85255648095291, 41.197687897880655 ], [ -111.85226449930157, 41.197703570805153 ], [ -111.85209796130923, 41.197736330461296 ], [ -111.85192546075298, 41.197769133986384 ], [ -111.85162826339368, 41.197842493771148 ], [ -111.85124118576832, 41.197882287579894 ], [ -111.85089016207766, 41.197943432408643 ], [ -111.85062846902152, 41.197995809348377 ], [ -111.85028871616917, 41.1980064254398 ], [ -111.84983498981229, 41.197964735670197 ], [ -111.84941165831486, 41.19796785890312 ], [ -111.84916301140217, 41.198014731609568 ], [ -111.84904303610666, 41.198051647397214 ], [ -111.84885895739455, 41.198111555080068 ], [ -111.8486510286004, 41.198171638229894 ], [ -111.84839528357642, 41.198223065485479 ], [ -111.84815690221963, 41.198233829211347 ], [ -111.84788262987362, 41.198235848906251 ], [ -111.8476920060279, 41.198250763936485 ], [ -111.84754358399577, 41.198301399249004 ], [ -111.84729461315057, 41.198415828774522 ], [ -111.84702734757818, 41.198498865040634 ], [ -111.84655116253977, 41.198565421070448 ], [ -111.84617622267525, 41.19862222344878 ], [ -111.84565870420128, 41.198720606778537 ], [ -111.84530743877821, 41.198763720784697 ], [ -111.84468838154226, 41.198849333342494 ], [ -111.84424115872265, 41.198942690773777 ], [ -111.84411239109993, 41.199038216555842 ], [ -111.84390549620878, 41.199179353723423 ], [ -111.84384793107071, 41.199247334018935 ], [ -111.84373483842519, 41.199356256207643 ], [ -111.84362276442278, 41.199451659129281 ], [ -111.84338489800182, 41.199502944290607 ], [ -111.84326582013075, 41.199517328002621 ], [ -111.84312868110902, 41.199518332133145 ], [ -111.8430030048989, 41.199483221008997 ], [ -111.84281614325631, 41.199326952321947 ], [ -111.84269586399724, 41.199247663163007 ], [ -111.84256363685375, 41.199166659734551 ], [ -111.84242597879766, 41.199127131742536 ], [ -111.84226334757034, 41.199093190916024 ], [ -111.84196651749846, 41.199103468524996 ], [ -111.84150757567345, 41.199120334760302 ], [ -111.84115022732013, 41.199154472745228 ], [ -111.84068010898066, 41.199229967994675 ], [ -111.84017994639085, 41.199287664933465 ], [ -111.83975764151184, 41.199371815369375 ], [ -111.83959115031934, 41.199409060507101 ], [ -111.83926453265727, 41.199515030963198 ], [ -111.83869544549101, 41.199685821202536 ], [ -111.83791687372353, 41.199889660347658 ], [ -111.83718440380082, 41.200061631804161 ], [ -111.83685766417642, 41.200158588527522 ], [ -111.8366969713171, 41.200183176432631 ], [ -111.83657243267714, 41.200237227204795 ], [ -111.83646069072998, 41.20035964414307 ], [ -111.83641436565414, 41.200468074166153 ], [ -111.83641551244942, 41.200558143793373 ], [ -111.83641161400838, 41.200720312426462 ], [ -111.83638558491032, 41.201017758714208 ], [ -111.83632068317281, 41.201540682150814 ], [ -111.83629247470967, 41.201666996122867 ], [ -111.83619930612856, 41.201843324663486 ], [ -111.8360880193601, 41.202001769083047 ], [ -111.83597581505229, 41.202088157706228 ], [ -111.83583345253733, 41.202147741735487 ], [ -111.83549569136315, 41.202316836928219 ], [ -111.83531795176314, 41.202408204258028 ], [ -111.83513390528151, 41.202472593672148 ], [ -111.83493174090815, 41.202519098567805 ], [ -111.83461480330857, 41.202543915508329 ], [ -111.83437788214171, 41.202577159639084 ], [ -111.8342291538697, 41.202605260532479 ], [ -111.83408667425248, 41.20265583545801 ], [ -111.83383204323046, 41.20279730025333 ], [ -111.83309710138062, 41.20315392336969 ], [ -111.83299049998232, 41.203212344389222 ], [ -111.8328349681685, 41.203268416853092 ], [ -111.83259821468401, 41.203315167801669 ], [ -111.83238985464828, 41.203343697447139 ], [ -111.83191844092276, 41.203320080602616 ], [ -111.83155430317686, 41.203291183341157 ], [ -111.83131590010228, 41.203301912395062 ], [ -111.83108397269037, 41.203353129289681 ], [ -111.83089367153933, 41.203395037587704 ], [ -111.83069189988545, 41.203473059486164 ], [ -111.83048410785702, 41.203546620552018 ], [ -111.83017012046784, 41.203711024780041 ], [ -111.82985829134617, 41.203951978833381 ], [ -111.8297101288444, 41.20411969059726 ], [ -111.82956314681833, 41.204286492884364 ], [ -111.82932730988423, 41.204500775437836 ], [ -111.82911502804399, 41.20469146765511 ], [ -111.82892000901654, 41.204832492366165 ], [ -111.82863503156079, 41.204933629033697 ], [ -111.82831984021357, 41.205003455058183 ], [ -111.8280579640133, 41.205044972707377 ], [ -111.82773578682533, 41.205033777245283 ], [ -111.82712057898408, 41.204958028302514 ], [ -111.82686331593547, 41.20489231737983 ], [ -111.82664194518934, 41.204835356029342 ], [ -111.82635537767052, 41.204810389387866 ], [ -111.82620124416181, 41.204883557667308 ], [ -111.82595334324654, 41.205088011299374 ], [ -111.82562116462114, 41.205230014114953 ], [ -111.82529404228043, 41.205299917402037 ], [ -111.82471044829438, 41.20536715290406 ], [ -111.82400646044263, 41.205345169073247 ], [ -111.82346392900806, 41.205358057676676 ], [ -111.8232253587932, 41.205356160280296 ], [ -111.82306406091816, 41.205333892981805 ], [ -111.82291470067935, 41.2053124409302 ], [ -111.82266289574989, 41.205206146549095 ], [ -111.82231506175289, 41.205050994518004 ], [ -111.8216239984415, 41.20463166012231 ], [ -111.82145636806646, 41.204579710024589 ], [ -111.8213185982739, 41.204531149833429 ], [ -111.82104339705656, 41.204461049924404 ], [ -111.82093594961025, 41.204452808153142 ], [ -111.82068567039873, 41.204468103766736 ], [ -111.8201795984243, 41.204534763809292 ], [ -111.81953648731229, 41.204611404766652 ], [ -111.81908959441515, 41.204641607670368 ], [ -111.81858262136268, 41.204636204749796 ], [ -111.81813533513382, 41.20463487946482 ], [ -111.8179204403384, 41.204618390393783 ], [ -111.81775375479101, 41.204642093666443 ], [ -111.81761727689587, 41.204697109510036 ], [ -111.81752844735745, 41.204747283037612 ], [ -111.81745784322804, 41.204824350507216 ], [ -111.81736366677062, 41.204924104733784 ], [ -111.81721638240793, 41.205069274748908 ], [ -111.81709874493509, 41.205200722525909 ], [ -111.81687573093575, 41.205490554122107 ], [ -111.81658149282779, 41.205807913731981 ], [ -111.81640427685853, 41.205944287143573 ], [ -111.81620922651121, 41.206085290585605 ], [ -111.81586688507889, 41.206371462012811 ], [ -111.81549455663327, 41.206644333086558 ], [ -111.81502302888282, 41.207093557027598 ], [ -111.8147883520739, 41.207405986543861 ], [ -111.81443557876321, 41.207813832671249 ], [ -111.81404623919221, 41.208158881660665 ], [ -111.8137978413759, 41.208327281467689 ], [ -111.81351848825527, 41.208500403320549 ], [ -111.81334278600667, 41.208663784663813 ], [ -111.81323087478114, 41.208777172414706 ], [ -111.81311378033328, 41.208953651183052 ], [ -111.81301474297238, 41.209143514027971 ], [ -111.8129551655009, 41.209630355252891 ], [ -111.81293833413055, 41.209716048068195 ], [ -111.81291035608207, 41.209864874087216 ], [ -111.81284665226666, 41.210018456174367 ], [ -111.81275734375632, 41.210127180002722 ], [ -111.81267604958221, 41.210208823837625 ], [ -111.81261150898646, 41.21029485328453 ], [ -111.81255906259123, 41.21039430903685 ], [ -111.81254830557738, 41.210488966710713 ], [ -111.81255474817723, 41.210624038062363 ], [ -111.81254718990465, 41.210880813328956 ], [ -111.81252093791265, 41.211169247740187 ], [ -111.81247746326518, 41.211511850365106 ], [ -111.81245488999478, 41.211615599168645 ], [ -111.81243309670486, 41.211782396962761 ], [ -111.81235751821424, 41.211940566405865 ], [ -111.8122812151601, 41.212040190302979 ], [ -111.81216310986443, 41.21213560508906 ], [ -111.81202064794248, 41.212190656476949 ], [ -111.81180065678345, 41.21224625427439 ], [ -111.81162787446755, 41.212260983890026 ], [ -111.81138910104434, 41.212244651000532 ], [ -111.81120974287536, 41.212209883504102 ], [ -111.81108372500815, 41.212147716681606 ], [ -111.81091562740191, 41.212058822697706 ], [ -111.8108193732316, 41.211991942089476 ], [ -111.81068181785152, 41.211961383310886 ], [ -111.81043167404508, 41.211990167408601 ], [ -111.8103189185684, 41.212035999836196 ], [ -111.81005188303452, 41.212145972045043 ], [ -111.8099330077219, 41.21217923624463 ], [ -111.80972487567136, 41.212229341996583 ], [ -111.80949886307504, 41.212280473847954 ], [ -111.80922378062311, 41.212318438418677 ], [ -111.80886698017112, 41.212307433547053 ], [ -111.80870584720972, 41.21229955748597 ], [ -111.80841953038748, 41.212297063996026 ], [ -111.8082473568488, 41.212361327089518 ], [ -111.8081350979993, 41.212447688930979 ], [ -111.80794122963091, 41.212687755637411 ], [ -111.80758877332629, 41.213127105596023 ], [ -111.80724973500725, 41.213687965478606 ], [ -111.80682150827364, 41.21427196871722 ], [ -111.80662255100148, 41.214584131070623 ], [ -111.80647502421938, 41.214810358947737 ], [ -111.80641138726563, 41.214873859093636 ], [ -111.80632921837511, 41.214982527884047 ], [ -111.80626637915999, 41.215208162443901 ], [ -111.80629059103011, 41.215334101864805 ], [ -111.80629147588867, 41.21540615792437 ], [ -111.80632387167302, 41.215518528357364 ], [ -111.80631328191839, 41.215627596666394 ], [ -111.80628483303144, 41.215739492356661 ], [ -111.80612551656425, 41.21588022837885 ], [ -111.80600043615988, 41.215894615614225 ], [ -111.80582156815942, 41.215900371345874 ], [ -111.80548741224808, 41.21588919758188 ], [ -111.80494981418222, 41.215825398467459 ], [ -111.8041435568616, 41.215740953834988 ], [ -111.80395839410575, 41.215719727283727 ], [ -111.80379719810882, 41.215707340923309 ], [ -111.803648316219, 41.215726395634796 ], [ -111.8035473123802, 41.215758627736726 ], [ -111.80336358244686, 41.215854491397778 ], [ -111.80322800567676, 41.215986050016006 ], [ -111.80304587203155, 41.216212514868268 ], [ -111.80292785590449, 41.216316927317649 ], [ -111.80277963314158, 41.216390022999953 ], [ -111.80255218761749, 41.216423135647879 ], [ -111.80227267961318, 41.216393556112941 ], [ -111.80205785982571, 41.21638604480232 ], [ -111.80185496839887, 41.216378450028557 ], [ -111.80152728050825, 41.216408655531623 ], [ -111.80122458110358, 41.216531466386783 ], [ -111.80072081188304, 41.216796196177945 ], [ -111.80044761175718, 41.216892677292456 ], [ -111.80017945663188, 41.217011642154546 ], [ -111.79975828708007, 41.217104645879026 ], [ -111.79961536500238, 41.217123653987414 ], [ -111.79935293887549, 41.217125475987245 ], [ -111.79915573554099, 41.217095317523096 ], [ -111.7989345110732, 41.217051813712651 ], [ -111.79879667639553, 41.21699872325555 ], [ -111.79873041251918, 41.216945136214342 ], [ -111.79863383466747, 41.216851224362863 ], [ -111.79847597200286, 41.216622620669163 ], [ -111.79821661012799, 41.216385712589435 ], [ -111.79797541623459, 41.216171197471212 ], [ -111.79771698814169, 41.216010847929013 ], [ -111.79742277660365, 41.215850745604207 ], [ -111.7971651712907, 41.215757947491767 ], [ -111.7969678527565, 41.215717877497163 ], [ -111.79683664242064, 41.215718785530008 ], [ -111.7966222733609, 41.215748192866862 ], [ -111.79641331999143, 41.215830708275504 ], [ -111.79623038978303, 41.215895027799789 ], [ -111.79598240809464, 41.216103921260142 ], [ -111.7958233413818, 41.216267160799788 ], [ -111.79566958312735, 41.216376316736117 ], [ -111.79549754986905, 41.216454071474196 ], [ -111.79529493156524, 41.216468982710964 ], [ -111.79478704971774, 41.216395923115861 ], [ -111.79415179706143, 41.216148087977992 ], [ -111.79395378203465, 41.216050367802012 ], [ -111.79369005326026, 41.215944092451615 ], [ -111.79343277925906, 41.215878307050396 ], [ -111.79331338791292, 41.21587012184677 ], [ -111.79320646891586, 41.215906889530928 ], [ -111.79309456486043, 41.216024761513481 ], [ -111.79306588651872, 41.216119540767941 ], [ -111.79304805237251, 41.216223253115167 ], [ -111.79303389458596, 41.216335047145314 ], [ -111.79299286722969, 41.216493866689682 ], [ -111.79290525367996, 41.216647602335584 ], [ -111.79281178427793, 41.216810386012654 ], [ -111.79270025861511, 41.216959782235506 ], [ -111.79254670008241, 41.217086047416274 ], [ -111.79214434869752, 41.21735544634025 ], [ -111.79158783477722, 41.217701569096107 ], [ -111.79120818233741, 41.21787532620025 ], [ -111.79082879911688, 41.218071599658423 ], [ -111.79034313967639, 41.218358679166236 ], [ -111.79020118767025, 41.218458738975023 ], [ -111.79001152023794, 41.218559125977997 ], [ -111.78987498983483, 41.218614109278676 ], [ -111.78972013266026, 41.218633186979751 ], [ -111.78934981034462, 41.218591587978423 ], [ -111.78895382335446, 41.218399733665898 ], [ -111.7887009937479, 41.218207798321977 ], [ -111.78861668147643, 41.218140817399004 ], [ -111.78853838780056, 41.218078299090237 ], [ -111.78842418932817, 41.218006118007068 ], [ -111.78832204952872, 41.217944663596214 ], [ -111.78810695554277, 41.217914608683834 ], [ -111.78793442270104, 41.217951820522572 ], [ -111.78751789251001, 41.218035739976344 ], [ -111.7871368232916, 41.218092392179379 ], [ -111.78702360888184, 41.218102173806201 ], [ -111.78690443009859, 41.218111996080538 ], [ -111.78667106542187, 41.218050536098524 ], [ -111.78646101900014, 41.217943877466219 ], [ -111.78624479320987, 41.217819245071865 ], [ -111.78602878391145, 41.217712626357752 ], [ -111.7858610287267, 41.21765071685212 ], [ -111.78536556100038, 41.217618066017181 ], [ -111.78504966873359, 41.217638235631917 ], [ -111.7848591342311, 41.217666557807334 ], [ -111.78467504829256, 41.217735370756138 ], [ -111.78447892571306, 41.217795257627536 ], [ -111.78412128207879, 41.217815709124686 ], [ -111.78339277574307, 41.217748605301402 ], [ -111.78298714892281, 41.217746860240915 ], [ -111.78268979241656, 41.217820944055596 ], [ -111.78254723926858, 41.217871455727654 ], [ -111.78239286458346, 41.217931055330041 ], [ -111.78218647393102, 41.218130628730208 ], [ -111.78203908192512, 41.21827575437954 ], [ -111.78182038494525, 41.218443883448103 ], [ -111.78150002414912, 41.218590182650459 ], [ -111.78120868008575, 41.218668725727618 ], [ -111.78098214014932, 41.218679270186747 ], [ -111.78065963422367, 41.218645425916002 ], [ -111.78040209452722, 41.21855709376203 ], [ -111.78010136, 41.218347448569418 ], [ -111.77974007459339, 41.218061646436873 ], [ -111.77938443587593, 41.21774878157327 ], [ -111.77916688777444, 41.217511547472284 ], [ -111.77906234180375, 41.21724652512156 ], [ -111.77900488671902, 41.216828051713065 ], [ -111.77893068047516, 41.21670694856217 ], [ -111.77888237901143, 41.216657732448191 ], [ -111.77882702740953, 41.216617571785022 ], [ -111.7786303864231, 41.216533327606783 ], [ -111.77847537045037, 41.216538879578245 ], [ -111.77810745763772, 41.216699002528713 ], [ -111.77804195793009, 41.216708452894686 ], [ -111.77776200220509, 41.216740970599766 ], [ -111.777600829405, 41.216730348960539 ], [ -111.77740405260808, 41.21673528070793 ], [ -111.77726708865788, 41.21675422086313 ], [ -111.77710669414225, 41.216809350132827 ], [ -111.77693506368682, 41.216923105611755 ], [ -111.77670453597352, 41.21710031262942 ], [ -111.77639663118386, 41.217291552596457 ], [ -111.77583891599056, 41.217543025737136 ], [ -111.77524633751369, 41.217772211425547 ], [ -111.7746344963289, 41.218087998402524 ], [ -111.77440288522956, 41.218174229439391 ], [ -111.77417101860725, 41.218238843039913 ], [ -111.77398608072983, 41.218236483130077 ], [ -111.77383062497061, 41.218205099885061 ], [ -111.77366971855193, 41.218116103213852 ], [ -111.77359024611275, 41.218053582629729 ], [ -111.77351122385028, 41.217928004453775 ], [ -111.77347551646447, 41.217833662537736 ], [ -111.77331206656955, 41.217731170761013 ], [ -111.77299404857376, 41.217571165822179 ], [ -111.77258492483651, 41.217272150563893 ], [ -111.77235605696447, 41.217084522307353 ], [ -111.77210805184421, 41.216892518011697 ], [ -111.77190471296259, 41.216745252716429 ], [ -111.77177042935591, 41.216484926879389 ], [ -111.77149123136573, 41.216176029004536 ], [ -111.77128084990423, 41.215835142254733 ], [ -111.77113899057639, 41.215538835205727 ], [ -111.7710217058067, 41.215201828358829 ], [ -111.77097261813229, 41.215085055719527 ], [ -111.77092321337238, 41.214941261801016 ], [ -111.77082604348534, 41.214793283707181 ], [ -111.77060362907011, 41.214646143730469 ], [ -111.77029045667739, 41.214490602665066 ], [ -111.7699080503341, 41.214331019758724 ], [ -111.76963834978629, 41.214220225218007 ], [ -111.76938617274871, 41.214077785680296 ], [ -111.76925976807107, 41.213979544429954 ], [ -111.76910135937823, 41.213796843521962 ], [ -111.76896949886886, 41.213640087715547 ], [ -111.76873504862314, 41.213483115880166 ], [ -111.7684169042159, 41.213309587266842 ], [ -111.76805701409479, 41.213136336210248 ], [ -111.76741012191262, 41.212901942440404 ], [ -111.76678703720479, 41.21266288259195 ], [ -111.76658954595399, 41.212605646790408 ], [ -111.76642176922344, 41.212539205086628 ], [ -111.76627784824969, 41.212472604394584 ], [ -111.76619963500274, 41.212414574140055 ], [ -111.7659948152626, 41.212240284696925 ], [ -111.76588039935866, 41.212146463838558 ], [ -111.76564560472342, 41.211958861420314 ], [ -111.76508112376925, 41.211629324612723 ], [ -111.76478665367047, 41.211438513762225 ], [ -111.76449896693026, 41.211317917957288 ], [ -111.76434296581525, 41.211237883320614 ], [ -111.76417430390035, 41.211094877884896 ], [ -111.76396237730386, 41.210821546117053 ], [ -111.76366575637135, 41.210445185914438 ], [ -111.76362238724019, 41.210305852583915 ], [ -111.76360334419132, 41.210206893038098 ], [ -111.76362044963741, 41.210139221092859 ], [ -111.76365555071044, 41.210080437609925 ], [ -111.7636788815629, 41.210035243876796 ], [ -111.76376148207656, 41.209958129743328 ], [ -111.76401498409666, 41.209704229656232 ], [ -111.76437252635338, 41.209165892655577 ], [ -111.76464662612085, 41.208632612503941 ], [ -111.76489676275136, 41.208090483026396 ], [ -111.76491957802401, 41.20800115420893 ], [ -111.76491218787889, 41.207878697145077 ], [ -111.764857939992, 41.207829514536314 ], [ -111.76463655881743, 41.207767930073153 ], [ -111.76452388274488, 41.207822725016776 ], [ -111.76435188656022, 41.207904937018753 ], [ -111.76422137207314, 41.207964353969778 ], [ -111.7638663413061, 41.208205416377822 ], [ -111.76349792646489, 41.20842404691264 ], [ -111.76332126129786, 41.208515296133065 ], [ -111.76313712543909, 41.208579571175875 ], [ -111.76285678834014, 41.208576924716276 ], [ -111.76252225680571, 41.208529597416891 ], [ -111.7621153275806, 41.208410685858759 ], [ -111.76172712600331, 41.20836371142537 ], [ -111.76152478516217, 41.208401080896401 ], [ -111.76144171399385, 41.208437661434616 ], [ -111.76142460671429, 41.208505333091686 ], [ -111.76146718669304, 41.208577113983942 ], [ -111.7616019352524, 41.208882488255931 ], [ -111.76159084379705, 41.208954624048118 ], [ -111.76153805970073, 41.209031539465435 ], [ -111.76136689194425, 41.209185803962541 ], [ -111.76123108723372, 41.209303803226291 ], [ -111.76111462647972, 41.209444193987835 ], [ -111.7609541911406, 41.209598386929073 ], [ -111.76082988422645, 41.209679377740727 ], [ -111.76048504835393, 41.209772634359346 ], [ -111.75996139648851, 41.20987517719022 ], [ -111.75971725243106, 41.209908315454371 ], [ -111.75954467173352, 41.209940981205378 ], [ -111.75938427851906, 41.209996085838469 ], [ -111.75921854617306, 41.21010527227066 ], [ -111.75895848772099, 41.210309662114831 ], [ -111.75886379760233, 41.210373340775547 ], [ -111.75876889915872, 41.210419005124365 ], [ -111.75852522061111, 41.21049267291022 ], [ -111.75833433064983, 41.210489426236485 ], [ -111.75808385583181, 41.210491075418425 ], [ -111.75796593077993, 41.210505363379518 ], [ -111.7578163214538, 41.210564898748906 ], [ -111.75763860567992, 41.210669657863065 ], [ -111.75751482250328, 41.2107965814428 ], [ -111.75746856729482, 41.210922994949996 ], [ -111.75742397412745, 41.211193522344203 ], [ -111.7573817699476, 41.211671213438649 ], [ -111.75725000376659, 41.212140485668222 ], [ -111.75707005740459, 41.212569539377185 ], [ -111.75697048855919, 41.212727830443377 ], [ -111.75680599104348, 41.212945098856018 ], [ -111.75666503679444, 41.213135188931183 ], [ -111.75656479156912, 41.21323493338307 ], [ -111.75638120641345, 41.213348736888449 ], [ -111.75600905540323, 41.213661949808518 ], [ -111.7554941792328, 41.214012129182656 ], [ -111.75534020291701, 41.214107721164233 ], [ -111.75519224197626, 41.214207777388935 ], [ -111.75504510917605, 41.214379890378183 ], [ -111.75495725373408, 41.21452008727011 ], [ -111.75488096362496, 41.21462868098493 ], [ -111.75476873349962, 41.214723998524533 ], [ -111.75463804143672, 41.214769894055785 ], [ -111.75447701127977, 41.21477094922777 ], [ -111.75411958025077, 41.214809321729447 ], [ -111.75355449110168, 41.21494363408523 ], [ -111.75335793425653, 41.214967439665891 ], [ -111.75323227485541, 41.214932230498164 ], [ -111.75312409461722, 41.21486087568551 ], [ -111.75302125890943, 41.214735439031948 ], [ -111.7528454605971, 41.21448887403885 ], [ -111.75272401108505, 41.214300504208623 ], [ -111.75244003702818, 41.213982583238824 ], [ -111.75226542963618, 41.213839599235975 ], [ -111.75213298359445, 41.213732370792023 ], [ -111.75199524450193, 41.213683727459063 ], [ -111.75191164557309, 41.213675265558919 ], [ -111.75178655659255, 41.213689593975126 ], [ -111.75170326702074, 41.213708153304324 ], [ -111.75151345029479, 41.21379947023707 ], [ -111.75134137045474, 41.213877159430524 ], [ -111.75108569102792, 41.2139463858719 ], [ -111.75076399493059, 41.213980010971767 ], [ -111.75062291793519, 41.214161086656723 ], [ -111.75049238873707, 41.214221388908079 ], [ -111.75020708237017, 41.214307921302336 ], [ -111.74945160203914, 41.214483988849366 ], [ -111.74914809262083, 41.21454361369139 ], [ -111.7487661047309, 41.214520876297506 ], [ -111.74857473093584, 41.214476180735339 ], [ -111.74834665941771, 41.214351553927322 ], [ -111.74819092698482, 41.214294015176812 ], [ -111.74799879493784, 41.214182665857699 ], [ -111.74782368366652, 41.213994639375073 ], [ -111.74747835152867, 41.213523971927167 ], [ -111.74690078952148, 41.21308633720119 ], [ -111.7467687634222, 41.213015131038595 ], [ -111.74649874816082, 41.212872756911139 ], [ -111.74621022820949, 41.212676455239091 ], [ -111.74607753848311, 41.212546701854095 ], [ -111.74598099068336, 41.212448241500375 ], [ -111.74597257106116, 41.212232108752403 ], [ -111.74593013738118, 41.211646876343544 ], [ -111.74590733505258, 41.211214649396489 ], [ -111.74621021166381, 41.210050680125029 ], [ -111.74648527180449, 41.208958952637154 ], [ -111.74662195555548, 41.207971711374313 ], [ -111.74669374602415, 41.207466808497607 ], [ -111.7465880059909, 41.20708376131396 ], [ -111.74644965580531, 41.20645501210636 ], [ -111.74635530304445, 41.206024149413125 ], [ -111.74631150281211, 41.20584337622762 ], [ -111.7462012755317, 41.205064914590771 ], [ -111.74598570924793, 41.20446278757435 ], [ -111.74577260134525, 41.204076831765803 ], [ -111.74551857220459, 41.203763202993315 ], [ -111.74521108229374, 41.203467935238031 ], [ -111.7448271480251, 41.203267743183048 ], [ -111.74386882704364, 41.202900112940789 ], [ -111.74371913974757, 41.202847032828053 ], [ -111.74339631140842, 41.202776153915551 ], [ -111.7430327310352, 41.202792912890757 ], [ -111.74286031310407, 41.202839064331918 ], [ -111.74259860241145, 41.202899303076208 ], [ -111.74247918932932, 41.20288656131163 ], [ -111.74238959137303, 41.202873627220498 ], [ -111.74223389140515, 41.202816080025634 ], [ -111.74183162318401, 41.202575460910012 ], [ -111.74123661179948, 41.202164932549195 ], [ -111.74077487423915, 41.201938204194654 ], [ -111.74037358111808, 41.201783147961123 ], [ -111.74008639691174, 41.201699419623587 ], [ -111.73963851922078, 41.201643746228285 ], [ -111.73925077811286, 41.201632724179895 ], [ -111.73865933608913, 41.20153743326685 ], [ -111.73824178122716, 41.201526599045714 ], [ -111.73774655705755, 41.201502749170963 ], [ -111.73730368505447, 41.201361460298976 ], [ -111.73703404143616, 41.201246084646378 ], [ -111.73609630347498, 41.200580098721218 ], [ -111.73603572668323, 41.200495812353168 ], [ -111.73576498923401, 41.200282255397724 ], [ -111.73549974235762, 41.200026325947618 ], [ -111.73516953230305, 41.199826659124177 ], [ -111.7350377370669, 41.199772552666261 ], [ -111.73461953914821, 41.19970315851635 ], [ -111.73436849998787, 41.199650712672124 ], [ -111.73366072281743, 41.199281399069896 ], [ -111.73355238845528, 41.199192010910728 ], [ -111.73331778231247, 41.199008844588576 ], [ -111.73310056291692, 41.198780527959634 ], [ -111.73298330297311, 41.198425465129304 ], [ -111.73296315410273, 41.198222917219518 ], [ -111.73284730253476, 41.197993954863819 ], [ -111.73265494287506, 41.197855557443063 ], [ -111.7324035508265, 41.197770681338618 ], [ -111.73179407477762, 41.197658354823723 ], [ -111.73129823004901, 41.197575930182772 ], [ -111.73053276077178, 41.197270018300927 ], [ -111.73017206504854, 41.197114668750494 ], [ -111.72998061423547, 41.197057331548699 ], [ -111.72977162641477, 41.197031632569633 ], [ -111.72942660121974, 41.197105881083736 ], [ -111.7290876876782, 41.197193601619965 ], [ -111.72878454838026, 41.197281094774731 ], [ -111.72830724665454, 41.197257090796072 ], [ -111.72793080917798, 41.197187408171459 ], [ -111.72766119894067, 41.197072010210377 ], [ -111.72748659069964, 41.196919980193904 ], [ -111.72730874277136, 41.196475215791487 ], [ -111.72716532977238, 41.196016721900875 ], [ -111.72704815325928, 41.195558062159392 ], [ -111.72706334929423, 41.19531475467835 ], [ -111.72715471351391, 41.195057454525447 ], [ -111.72724940903596, 41.194885707694041 ], [ -111.72730743693552, 41.194741215865044 ], [ -111.72728795487588, 41.194597213522336 ], [ -111.72722643793459, 41.194426453107724 ], [ -111.72691101907169, 41.193942021249072 ], [ -111.7267433763884, 41.193771930362807 ], [ -111.72652545295074, 41.193584140760485 ], [ -111.72620175240172, 41.193428545224492 ], [ -111.72594031034974, 41.193403170001886 ], [ -111.72544475424108, 41.193451331857993 ], [ -111.72523026473461, 41.193466194524355 ], [ -111.72492619326373, 41.193468108957994 ], [ -111.72456677304446, 41.193425331638153 ], [ -111.72426280209039, 41.193328157459078 ], [ -111.72367021566541, 41.193120198435182 ], [ -111.72305825986832, 41.192777240357003 ], [ -111.72153668777661, 41.191588740481308 ], [ -111.72121093281854, 41.19124397899067 ], [ -111.72092100244654, 41.190903496223285 ], [ -111.72078165456371, 41.190701691945961 ], [ -111.72056799914351, 41.190248132791325 ], [ -111.72043491186548, 41.190073312431032 ], [ -111.72033779396607, 41.189916282627792 ], [ -111.7201633204663, 41.189773248252848 ], [ -111.71998904508614, 41.189648228061664 ], [ -111.7199047405628, 41.189572188386769 ], [ -111.71960546506939, 41.189465964603727 ], [ -111.71907279254242, 41.189280126924537 ], [ -111.71851588190626, 41.189058406602491 ], [ -111.71817290989617, 41.188772294736744 ], [ -111.71790133421064, 41.1884722250282 ], [ -111.7177055911649, 41.188018548678087 ], [ -111.71762056536278, 41.187329978024962 ], [ -111.71752031165941, 41.186884714073123 ], [ -111.71740438676092, 41.186642224271381 ], [ -111.71732609982871, 41.186570649097099 ], [ -111.71713360971586, 41.186414210457045 ], [ -111.7169240218773, 41.18632994073814 ], [ -111.71665496647248, 41.186259552474411 ], [ -111.71631486401411, 41.186234644753249 ], [ -111.71589223225996, 41.186295823655932 ], [ -111.71528557573079, 41.186430206905456 ], [ -111.71419964177815, 41.186351371662077 ], [ -111.71378184385095, 41.186308922542786 ], [ -111.71307759897064, 41.186241222263405 ], [ -111.7125453710928, 41.186092283646524 ], [ -111.71219255727222, 41.185994478775683 ], [ -111.71181585940451, 41.18589321729926 ], [ -111.71044619345331, 41.185487313225288 ], [ -111.70950576830096, 41.185078749248525 ], [ -111.7084733123511, 41.184427531577647 ], [ -111.70818454555857, 41.184186095433738 ], [ -111.70785419697494, 41.183958425914128 ], [ -111.70753078152555, 41.183820791423067 ], [ -111.70615411061844, 41.183311288674105 ], [ -111.70581281803358, 41.183173758939994 ], [ -111.70554435752862, 41.183156487357536 ], [ -111.70512770588837, 41.183218490918065 ], [ -111.70476512995069, 41.183319796660882 ], [ -111.70452134448207, 41.183379839290573 ], [ -111.70417558921132, 41.183381953825624 ], [ -111.70372195195061, 41.183330679400953 ], [ -111.7030536607592, 41.183276209802131 ], [ -111.70215778339586, 41.183124037599569 ], [ -111.70122537381548, 41.182900017961181 ], [ -111.70040618604915, 41.182670798325006 ], [ -111.69944716445481, 41.182185698070107 ], [ -111.69915920685638, 41.182016297110458 ], [ -111.69900335415474, 41.181936172355563 ], [ -111.69862069032095, 41.181830399838624 ], [ -111.69839416606274, 41.181831773693354 ], [ -111.69809062490057, 41.181878653270061 ], [ -111.69757906347888, 41.181985343301122 ], [ -111.69651548602913, 41.182319666581094 ], [ -111.69608137626304, 41.182422278390085 ], [ -111.69564639771249, 41.18244292225512 ], [ -111.69520955980366, 41.182400520656998 ], [ -111.6941769020715, 41.182164437931569 ], [ -111.69260841458704, 41.181542429718107 ], [ -111.69213019519036, 41.181419194473939 ], [ -111.69161616343159, 41.18129166836642 ], [ -111.69138921439787, 41.181252495591544 ], [ -111.69104318529439, 41.181227548722291 ], [ -111.69066209947701, 41.181270370044444 ], [ -111.6901506721082, 41.181390538097254 ], [ -111.68962102868322, 41.181479285422377 ], [ -111.68899454207397, 41.18142898776982 ], [ -111.68859439085574, 41.181359317972195 ], [ -111.68805685167975, 41.181263444041626 ], [ -111.6874486283464, 41.181249060330948 ], [ -111.68718605632944, 41.181223603692672 ], [ -111.68685730044461, 41.18113999003932 ], [ -111.68647414293416, 41.180984636771086 ], [ -111.6862271896529, 41.180741995223563 ], [ -111.68582603057396, 41.180575036808577 ], [ -111.68557476400132, 41.180490057230656 ], [ -111.68513960663817, 41.18049264672468 ], [ -111.68481861013738, 41.180581031369925 ], [ -111.68377441795226, 41.181063751700414 ], [ -111.68317026894719, 41.181441163472513 ], [ -111.68289759999625, 41.181591410374203 ], [ -111.68262497656124, 41.181746160292796 ], [ -111.68217370303783, 41.181919983600643 ], [ -111.6816795310864, 41.181981460711086 ], [ -111.68097565226843, 41.181941486134527 ], [ -111.68030668382674, 41.181818428660449 ], [ -111.67935050236379, 41.181477269801448 ], [ -111.67883492988881, 41.181313664209391 ], [ -111.67807083513519, 41.181214574819769 ], [ -111.67790452711786, 41.181274104983871 ], [ -111.67769737291493, 41.181419450023505 ], [ -111.67732012812668, 41.181836031182122 ], [ -111.67692810215793, 41.182554461545323 ], [ -111.67640287952477, 41.183075499769622 ], [ -111.67611956257447, 41.183351903294458 ], [ -111.67581743311645, 41.183538337839884 ], [ -111.67557375842681, 41.18361183038661 ], [ -111.67494841727782, 41.183674047971607 ], [ -111.67445302353032, 41.18361839898116 ], [ -111.67359246510938, 41.183416254339271 ], [ -111.67298214910448, 41.18319912947301 ], [ -111.6726769695578, 41.183088313979923 ], [ -111.67242659448972, 41.183089776065493 ], [ -111.672254591563, 41.183176354922985 ], [ -111.67225680237699, 41.183392530849446 ], [ -111.67239552556762, 41.183549358718402 ], [ -111.67252768904295, 41.183647673582378 ], [ -111.67279830123587, 41.183875793665827 ], [ -111.6729379027708, 41.184118190465483 ], [ -111.67295800017591, 41.184334261827196 ], [ -111.67299699650522, 41.184649309266234 ], [ -111.67294536297415, 41.184846883229561 ], [ -111.67281060944285, 41.18507827187149 ], [ -111.67260430760513, 41.185309177433048 ], [ -111.67247407586751, 41.185400016572331 ], [ -111.6721112520176, 41.185483205299569 ], [ -111.67158099802417, 41.18551782607193 ], [ -111.6711265912554, 41.1855069631223 ], [ -111.67057322318462, 41.185496674620481 ], [ -111.67011968907724, 41.185571377333666 ], [ -111.66972471554649, 41.185776351780873 ], [ -111.66909700788088, 41.186311464259028 ], [ -111.66825091756412, 41.186947827904319 ], [ -111.66781845237928, 41.187219671509936 ], [ -111.66736265228063, 41.18742499052086 ], [ -111.6666059213338, 41.187587010614337 ], [ -111.66523417699068, 41.187540895017086 ], [ -111.66449505976021, 41.187558673696586 ], [ -111.66360039144448, 41.187523296837533 ], [ -111.66277708300045, 41.187469486657157 ], [ -111.66203565208255, 41.187257562330132 ], [ -111.66073797825094, 41.186868668475356 ], [ -111.65995383412391, 41.186557889216218 ], [ -111.65943756330469, 41.186205035714437 ], [ -111.65895760931258, 41.185906019285227 ], [ -111.65865171820353, 41.185723107787005 ], [ -111.6584961399282, 41.185666347073358 ], [ -111.65830522560078, 41.185653025897835 ], [ -111.65807883056985, 41.185668732323727 ], [ -111.65755008970017, 41.185855512822705 ], [ -111.65726509576109, 41.185973341102233 ], [ -111.65688512924882, 41.186133146592191 ], [ -111.65650602457804, 41.186379421438758 ], [ -111.65627714168895, 41.186623938326569 ], [ -111.65602219655575, 41.186885718155601 ], [ -111.65538010711531, 41.187664951056341 ], [ -111.65514025458583, 41.188125716825091 ], [ -111.65499489033651, 41.188495866081659 ], [ -111.65478981616756, 41.188857346766369 ], [ -111.65439494589324, 41.189318992153424 ], [ -111.65361890901407, 41.189823335425665 ], [ -111.65284515354098, 41.189958338166981 ], [ -111.65219500156748, 41.190052100431544 ], [ -111.65160752207005, 41.19021306341758 ], [ -111.6509251504159, 41.190545709153561 ], [ -111.65030127810839, 41.190765422262643 ], [ -111.64945057645325, 41.190959387762028 ], [ -111.64768761419263, 41.191757503813704 ], [ -111.6468233496647, 41.192392911342523 ], [ -111.64635005150471, 41.192769394789927 ], [ -111.64605019352506, 41.193199851398283 ], [ -111.64575164170849, 41.193763616179709 ], [ -111.64479882864882, 41.195102117681472 ], [ -111.64425704100354, 41.195794250798258 ], [ -111.64380578366941, 41.196598473426057 ], [ -111.6431177288881, 41.197579669932182 ], [ -111.64245537168186, 41.198141853730874 ], [ -111.64166045875521, 41.19856515062633 ], [ -111.64092344995129, 41.198812466677786 ], [ -111.64037614763221, 41.19894612514576 ], [ -111.63983975983008, 41.198976130081945 ], [ -111.63847292350091, 41.198844094311212 ], [ -111.63647412597416, 41.198724544547758 ], [ -111.63563298278379, 41.198688654880087 ], [ -111.6346598329153, 41.198567912016415 ], [ -111.63313271489096, 41.198508758837818 ], [ -111.63169690269203, 41.198642753469841 ], [ -111.63038716716139, 41.19886611869137 ], [ -111.62880922521573, 41.199104445561048 ], [ -111.62705985374696, 41.199501321813365 ], [ -111.62624418766649, 41.199636374074508 ], [ -111.62554168423807, 41.199757294160563 ], [ -111.6249593785374, 41.1999766441334 ], [ -111.62442584246176, 41.200308324900327 ], [ -111.62414845156336, 41.200611591680598 ], [ -111.62399884234087, 41.201058291111366 ], [ -111.62404289888974, 41.201427374305041 ], [ -111.62415906348939, 41.201728507785624 ], [ -111.62425802468604, 41.202101797190089 ], [ -111.62420940671278, 41.202633523866943 ], [ -111.62400655794487, 41.203251660846476 ], [ -111.62347085327714, 41.204614747330112 ], [ -111.62330159230842, 41.205003000962805 ], [ -111.62309629266265, 41.205364425787259 ], [ -111.62276043597514, 41.205794115161744 ], [ -111.62228677507316, 41.206156989431008 ], [ -111.62175845688756, 41.206416566643682 ], [ -111.62054475609318, 41.20672487591262 ], [ -111.61959212272961, 41.206892146488109 ], [ -111.61893126956303, 41.207138911959923 ], [ -111.6185178176915, 41.20731228236874 ], [ -111.61821899743305, 41.207372437919531 ], [ -111.61792852563627, 41.207432547898776 ], [ -111.61642666514332, 41.207670296887457 ], [ -111.61564653010748, 41.207791572134013 ], [ -111.61484939507332, 41.208008416003381 ], [ -111.61443991791299, 41.208225888980486 ], [ -111.61424408590875, 41.208330523886005 ], [ -111.61360282869232, 41.208635705226051 ], [ -111.61305089526897, 41.208926895741605 ], [ -111.61255792234758, 41.209145707257967 ], [ -111.61203047302419, 41.209505222227932 ], [ -111.61171177651391, 41.209866328430614 ], [ -111.61128308360686, 41.210584728150017 ], [ -111.61063428456562, 41.212006904955025 ], [ -111.61039708630301, 41.212796348262081 ], [ -111.61034633983444, 41.213111891518508 ], [ -111.61025093522078, 41.213756457404429 ], [ -111.61012441040386, 41.214261566594352 ], [ -111.60999679586008, 41.214649579535205 ], [ -111.60975652761394, 41.215110251543479 ], [ -111.60937945255962, 41.215612182303651 ], [ -111.60904483264551, 41.216190453832681 ], [ -111.60882361481512, 41.216777132670003 ], [ -111.60871680416797, 41.217480308109401 ], [ -111.60851430772804, 41.218156965559309 ], [ -111.60821900169577, 41.21911785939534 ], [ -111.60779354691157, 41.220196541085123 ], [ -111.60750522828661, 41.221269993709519 ], [ -111.60700514595598, 41.222538230091367 ], [ -111.60675065264081, 41.223530431731149 ], [ -111.60662483211009, 41.224116602970234 ], [ -111.60658640587701, 41.224477118191125 ], [ -111.60658969387032, 41.224832909733188 ], [ -111.60663315667989, 41.225017341058425 ], [ -111.60674915980718, 41.225304980065573 ], [ -111.60709939151383, 41.22576253280161 ], [ -111.60800202381451, 41.226604505121458 ], [ -111.60882533251663, 41.227253221624515 ], [ -111.60911409571274, 41.227512921112215 ], [ -111.6093490049671, 41.227754889231541 ], [ -111.60944579027269, 41.227898502038748 ], [ -111.60952518152737, 41.228096253714988 ], [ -111.60952614354508, 41.228199838474787 ], [ -111.60943588166528, 41.228758800619929 ], [ -111.60932491997542, 41.22901611048961 ], [ -111.609118508175, 41.229273925200715 ], [ -111.6089648657897, 41.229432374547621 ], [ -111.60860868436889, 41.22962342171374 ], [ -111.60828758498442, 41.229737716060377 ], [ -111.608078137595, 41.22979737308215 ], [ -111.60762156196216, 41.229970931691604 ], [ -111.60669518262007, 41.230565827955758 ], [ -111.6055076054503, 41.23156293805836 ], [ -111.60460302400868, 41.232585573634161 ], [ -111.60356980606555, 41.233766512928788 ], [ -111.60272312248736, 41.234473556776216 ], [ -111.602006518398, 41.235053805069775 ], [ -111.60121217642561, 41.235616439181719 ], [ -111.59987144892303, 41.236457554355432 ], [ -111.59848915281302, 41.237324091763867 ], [ -111.59743370907687, 41.238050196937863 ], [ -111.59697716570584, 41.238367837863386 ], [ -111.59652637960842, 41.238662927642075 ], [ -111.59637782437115, 41.238730354888396 ], [ -111.59586001922585, 41.238873557338707 ], [ -111.59510346274409, 41.239008083084912 ], [ -111.59441903148263, 41.23920078223874 ], [ -111.5935094168464, 41.239565786444572 ], [ -111.59231636527659, 41.240261026502914 ], [ -111.59182373809935, 41.240551809159008 ], [ -111.59125869492014, 41.240752883604273 ], [ -111.59011492266154, 41.240961426668335 ], [ -111.58956651592678, 41.2410227866824 ], [ -111.5890890530497, 41.241010817983984 ], [ -111.58882003558053, 41.240954544106316 ], [ -111.58817309205716, 41.240674105013781 ], [ -111.5877164400808, 41.2403206287335 ], [ -111.58724781956305, 41.239962707755097 ], [ -111.5854295783101, 41.238809960399742 ], [ -111.5847410256125, 41.238543225114384 ], [ -111.58408887845798, 41.238343859544329 ], [ -111.58338459935791, 41.238320406573195 ], [ -111.5825146603121, 41.238455424045817 ], [ -111.58158437435027, 41.238514173445722 ], [ -111.58108347189324, 41.238548229698438 ], [ -111.5805705164164, 41.238568832841175 ], [ -111.57984845596557, 41.238558959602031 ], [ -111.57910960943822, 41.238675275510367 ], [ -111.57829291581029, 41.23889556742089 ], [ -111.57711436419551, 41.239221257524115 ], [ -111.5763528323648, 41.239337669446769 ], [ -111.57618580911351, 41.239343009266307 ], [ -111.57585776858382, 41.239358162043089 ], [ -111.57490862573032, 41.239173741136462 ], [ -111.57330580847842, 41.23888447527478 ], [ -111.57162785082025, 41.238735181099422 ], [ -111.57057694880449, 41.238785432504564 ], [ -111.5691954413556, 41.238967922267967 ], [ -111.56746214936589, 41.239318774091949 ], [ -111.56655078606154, 41.239498914159149 ], [ -111.56537026216469, 41.239603802605153 ], [ -111.56389256693542, 41.239845251748775 ], [ -111.56267808682374, 41.24016646620381 ], [ -111.56161094879391, 41.240275265874267 ], [ -111.56073385420598, 41.240279540568459 ], [ -111.56012464259682, 41.240210443309778 ], [ -111.55961028345597, 41.240068819426263 ], [ -111.55909485181357, 41.239801089164608 ], [ -111.55863189625323, 41.23938897709067 ], [ -111.5581512768704, 41.239003972164774 ], [ -111.55802544370376, 41.23894152741174 ], [ -111.55776781158603, 41.238816666389013 ], [ -111.55661838407109, 41.238367334270897 ], [ -111.55541672324675, 41.23808939096633 ], [ -111.5547886478133, 41.237903254874681 ], [ -111.55413747107437, 41.237807304624639 ], [ -111.55339763587557, 41.237810862736758 ], [ -111.55286639733555, 41.237786391275449 ], [ -111.55210148378771, 41.237645936500741 ], [ -111.55093648509506, 41.237466856482634 ], [ -111.54971877642495, 41.237405117870281 ], [ -111.54850091930048, 41.237325351458544 ], [ -111.54754547243105, 41.237230812906446 ], [ -111.54690012871633, 41.23711677832479 ], [ -111.54598611418767, 41.236981494865965 ], [ -111.54482219048646, 41.236928457208087 ], [ -111.54312648149505, 41.236783335337591 ], [ -111.54131834862226, 41.236751314737241 ], [ -111.53897239673432, 41.23661819455225 ], [ -111.53676349475083, 41.236461868219443 ], [ -111.53604028368453, 41.23630760050483 ], [ -111.53555580071593, 41.23616122594877 ], [ -111.53496915891044, 41.235925245858297 ], [ -111.53420129738649, 41.235415365214266 ], [ -111.53293496355063, 41.23450243570592 ], [ -111.53084880185702, 41.233282504716335 ], [ -111.53029737985162, 41.232969771781249 ], [ -111.52983592534781, 41.23271517309032 ], [ -111.5295653848321, 41.232459694675121 ], [ -111.52944937914177, 41.232131442572445 ], [ -111.52951689993313, 41.231626693942111 ], [ -111.52960762880134, 41.231040768061824 ], [ -111.52950752420175, 41.230464727580191 ], [ -111.52925409249788, 41.230110083548624 ], [ -111.52891161353661, 41.229809894952311 ], [ -111.52856997200179, 41.229613291494019 ], [ -111.52804921730434, 41.229399492870186 ], [ -111.52673308190155, 41.228946121593545 ], [ -111.52612300583449, 41.228751639211602 ], [ -111.52575898775146, 41.228738889323537 ], [ -111.52526441834205, 41.228813209045398 ], [ -111.52488387913907, 41.228972581298812 ], [ -111.52475332651231, 41.229059651484164 ], [ -111.52448626895365, 41.229235620086122 ], [ -111.52401818213353, 41.229638599583829 ], [ -111.52358473416656, 41.229897294408566 ], [ -111.52309130939985, 41.230116625626202 ], [ -111.52267474037602, 41.230248229962584 ], [ -111.52237048681238, 41.230249610606336 ], [ -111.5221551820664, 41.230183028421052 ], [ -111.52190998455951, 41.230108474278595 ], [ -111.52150927042885, 41.229983279429526 ], [ -111.52063162873975, 41.229901676550327 ], [ -111.52019577370002, 41.229858607245035 ], [ -111.51943173334426, 41.229808009355914 ], [ -111.51880511918225, 41.229783810789996 ], [ -111.51819704270939, 41.229840595856423 ], [ -111.51752923683004, 41.229888638348186 ], [ -111.51666960458039, 41.229820436060407 ], [ -111.51558196763921, 41.229586603613434 ], [ -111.51458872985518, 41.229217221587483 ], [ -111.51380454729863, 41.228878425738266 ], [ -111.51326054693966, 41.228736726505552 ], [ -111.51283688179372, 41.228725102395721 ], [ -111.51236008870795, 41.228785775790577 ], [ -111.51197972166871, 41.228971227386872 ], [ -111.51170215236401, 41.229333675238323 ], [ -111.51137807554481, 41.229853065208111 ], [ -111.51098913455168, 41.230470927434233 ], [ -111.51081757104512, 41.230657249936073 ], [ -111.51057430458157, 41.230829477607394 ], [ -111.51028871565667, 41.230929829690716 ], [ -111.50994248754797, 41.230904340016295 ], [ -111.50907116220655, 41.230867660205305 ], [ -111.50808138607405, 41.230943193600396 ], [ -111.50716928184777, 41.231033689721578 ], [ -111.50702613643712, 41.231038824028545 ], [ -111.50674584616458, 41.231053569616428 ], [ -111.50629209452644, 41.231010526444805 ], [ -111.50605877380553, 41.230926878485626 ], [ -111.50577649830596, 41.230684006493156 ], [ -111.50533138684497, 41.23021304960767 ], [ -111.50457874014054, 41.229315566928513 ], [ -111.50415861631009, 41.228988621213048 ], [ -111.50402692216461, 41.228930646815684 ], [ -111.50388926260234, 41.228872698371333 ], [ -111.50358449614986, 41.228806472858018 ], [ -111.50217429535411, 41.228510869009362 ], [ -111.50078745398962, 41.228147587504935 ], [ -111.50047676272395, 41.228085883433472 ], [ -111.50016583177778, 41.227992652138504 ], [ -111.49951990462542, 41.227779267910485 ], [ -111.49882012068778, 41.227543593768821 ], [ -111.49804241415752, 41.227258709306078 ], [ -111.49737812675365, 41.226982337562454 ], [ -111.4971508925815, 41.226911256142948 ], [ -111.49697782556002, 41.226902995372981 ], [ -111.49680519493778, 41.226952382622976 ], [ -111.49671040166467, 41.227039266802578 ], [ -111.49665149654348, 41.227138607093806 ], [ -111.49667065405441, 41.227305169458852 ], [ -111.496768454364, 41.227615517963265 ], [ -111.49692076412325, 41.228033725184403 ], [ -111.49701914655071, 41.228420637524692 ], [ -111.49705228323064, 41.22885737450212 ], [ -111.49701441189536, 41.229370984537276 ], [ -111.49690004241745, 41.230024546065643 ], [ -111.4968149883852, 41.230610422189201 ], [ -111.49672025120958, 41.230863050195104 ], [ -111.49663908152486, 41.231016533449903 ], [ -111.49658024776114, 41.231125781948066 ], [ -111.49634975933822, 41.23141502630331 ], [ -111.49608363683792, 41.231726042503723 ], [ -111.49576324671038, 41.231961625960381 ], [ -111.49549607180955, 41.232133924729425 ], [ -111.49526452135869, 41.232283550081277 ], [ -111.49503924161412, 41.232473683239888 ], [ -111.49484423208844, 41.232722236762449 ], [ -111.49474021034194, 41.233010934276329 ], [ -111.49461566545502, 41.233268192442374 ], [ -111.49445648918631, 41.233521996048779 ], [ -111.4942259423414, 41.233805831610439 ], [ -111.49401844424948, 41.233981473886203 ], [ -111.49371583926462, 41.234204364314635 ], [ -111.49351410824042, 41.234353858247047 ], [ -111.49332464724387, 41.234548338389182 ], [ -111.49305867375763, 41.234882767174952 ], [ -111.49284012299867, 41.235176457149606 ], [ -111.49238454222166, 41.235687348326323 ], [ -111.49192386597755, 41.236315361149323 ], [ -111.49152820395835, 41.236862024150859 ], [ -111.49132855085927, 41.237290747845869 ], [ -111.49124144868047, 41.237610897181121 ], [ -111.49122472952789, 41.237768605396802 ], [ -111.491220078146, 41.237944277767866 ], [ -111.49126868683969, 41.238061172070339 ], [ -111.49149767421009, 41.238361956878038 ], [ -111.49177999127971, 41.23861297044121 ], [ -111.49222878932095, 41.238944342114642 ], [ -111.49261479522056, 41.23917689465538 ], [ -111.49270947331802, 41.239230536478921 ], [ -111.4929012166204, 41.239337809671824 ], [ -111.49352374294442, 41.239600873786635 ], [ -111.49380502219559, 41.239712265575456 ], [ -111.49408074277143, 41.239877727435875 ], [ -111.49424275864845, 41.239998637660285 ], [ -111.49441759777423, 41.240237495004656 ], [ -111.4945754072582, 41.24059172528009 ], [ -111.49461419577419, 41.240987902602875 ], [ -111.49455564863732, 41.241136783054607 ], [ -111.49441332863324, 41.241254495859224 ], [ -111.49428212727655, 41.241264066965194 ], [ -111.49415079017824, 41.24125562287206 ], [ -111.4939238828603, 41.241234076906501 ], [ -111.49357791117968, 41.241249072205747 ], [ -111.49335137663759, 41.241277066503102 ], [ -111.49286318295552, 41.241423282276337 ], [ -111.49211898846571, 41.241647156839122 ], [ -111.49141089354968, 41.241911407698858 ], [ -111.49067183254785, 41.242184793977927 ], [ -111.49002435276208, 41.24241725062587 ], [ -111.48932177117449, 41.242622914364027 ], [ -111.4888215238217, 41.242755652492569 ], [ -111.4884109461461, 41.242910527658424 ], [ -111.48795346844794, 41.243178197800958 ], [ -111.48759742581099, 41.243445436612042 ], [ -111.48753229104457, 41.243513271025975 ], [ -111.48747315661421, 41.243585583906054 ], [ -111.48736648676675, 41.243685121410373 ], [ -111.48725371575691, 41.243766669006533 ], [ -111.48715257748486, 41.2438076321152 ], [ -111.48695563233271, 41.243803961291462 ], [ -111.48655530736609, 41.243733591129377 ], [ -111.48583796451487, 41.243560967793975 ], [ -111.48553324744897, 41.243508206247022 ], [ -111.48522289702578, 41.243500506703441 ], [ -111.48484151529786, 41.243570572646234 ], [ -111.48434336937564, 41.243828491082368 ], [ -111.48414046052653, 41.243986981176867 ], [ -111.48392724194839, 41.24420406502864 ], [ -111.48373222212852, 41.244461607182828 ], [ -111.48345452435005, 41.244836597736196 ], [ -111.48307528230187, 41.24519850195481 ], [ -111.48273674567258, 41.245416109269428 ], [ -111.48247472016378, 41.245489270021544 ], [ -111.48227200165697, 41.245512638820102 ], [ -111.48208101875821, 41.245508934692168 ], [ -111.48154344341229, 41.245439121697984 ], [ -111.48096410560846, 41.245370381428778 ], [ -111.48021190589726, 41.245327581188619 ], [ -111.47981697832965, 41.245342739325302 ], [ -111.47946614177623, 41.24534870470201 ], [ -111.47864847528122, 41.245329587153357 ], [ -111.47782425147476, 41.245229420694685 ], [ -111.47758546672409, 41.245216899657606 ], [ -111.47742448457609, 41.245235582894736 ], [ -111.47732930499097, 41.245276512667331 ], [ -111.47722964646859, 41.245357996082525 ], [ -111.47717596079168, 41.245524863115399 ], [ -111.47714930290023, 41.245961852477834 ], [ -111.47716825306011, 41.246105898932825 ], [ -111.47718815354106, 41.246380554705347 ], [ -111.47727949780487, 41.246632394809069 ], [ -111.47744242427147, 41.246880334903679 ], [ -111.47779717933398, 41.247247282756469 ], [ -111.47809879668226, 41.247691917301985 ], [ -111.47817139035409, 41.247826732979227 ], [ -111.47823201667151, 41.247957094409713 ], [ -111.47825096982585, 41.248101140620584 ], [ -111.47822844659805, 41.248285894238407 ], [ -111.4781817250589, 41.248425709306808 ], [ -111.47809313259171, 41.2485521865094 ], [ -111.4780464762361, 41.248701009053796 ], [ -111.47804739543535, 41.248827114539068 ], [ -111.47809028411507, 41.248980069181542 ], [ -111.47816333893802, 41.249177937563722 ], [ -111.47817032441989, 41.24931752955402 ], [ -111.47815465472176, 41.249623860037602 ], [ -111.47798986087606, 41.249939817480964 ], [ -111.47814669939622, 41.250169766086607 ], [ -111.47818902436578, 41.250245255874439 ], [ -111.47820751178661, 41.250325348555243 ], [ -111.47817892814182, 41.250497516337688 ], [ -111.47809643189451, 41.250641983791532 ], [ -111.47800180955592, 41.250760378893602 ], [ -111.47781165816572, 41.250872864927146 ], [ -111.47761505953817, 41.250919620421058 ], [ -111.47729873330763, 41.250915527481055 ], [ -111.47701189168542, 41.25086266938046 ], [ -111.47677279186179, 41.250809612882023 ], [ -111.4764083714926, 41.250757074492135 ], [ -111.47598407897318, 41.250677759061126 ], [ -111.47532733639164, 41.250639036263692 ], [ -111.47442671587397, 41.250711210090969 ], [ -111.47411065776105, 41.250744039285323 ], [ -111.4739262785791, 41.250830372508162 ], [ -111.47378389393114, 41.250947159175105 ], [ -111.47356429952472, 41.251115607738676 ], [ -111.47335647036968, 41.25126058722045 ], [ -111.47304076641245, 41.25134295494545 ], [ -111.47238490118593, 41.251426717906639 ], [ -111.47196132215274, 41.251446470578287 ], [ -111.47166916252799, 41.251483699009867 ], [ -111.47150851945976, 41.251551915509779 ], [ -111.47134219965213, 41.251660690141925 ], [ -111.47101620548541, 41.251972793433069 ], [ -111.47086891904011, 41.252239126067245 ], [ -111.47077511551849, 41.25247371252437 ], [ -111.47072266596291, 41.252649579118781 ], [ -111.47068837832249, 41.252861402647639 ], [ -111.47068344494564, 41.253005547647966 ], [ -111.47068447943606, 41.253149668247893 ], [ -111.47080940554665, 41.253924729151827 ], [ -111.47087776334494, 41.254301876435051 ], [ -111.47098319822921, 41.254855424851726 ], [ -111.47104511111652, 41.255165940627634 ], [ -111.47111850775319, 41.255413354777509 ], [ -111.47114977216305, 41.255611398399083 ], [ -111.47112657930829, 41.255706075180342 ], [ -111.47109177372339, 41.255845838458065 ], [ -111.47096738113395, 41.255976960418032 ], [ -111.47055713072307, 41.256194824960005 ], [ -111.47025953010713, 41.256308638321968 ], [ -111.46997389710447, 41.256426905961966 ], [ -111.46969439258159, 41.256567667382704 ], [ -111.4693972724143, 41.256749035025116 ], [ -111.46889238981667, 41.25708888463182 ], [ -111.4687436666496, 41.257157048683645 ], [ -111.46858303884288, 41.257229764891413 ], [ -111.46835101669373, 41.257334298601279 ], [ -111.46816037940695, 41.257383716019469 ], [ -111.4679574581027, 41.257384540954071 ], [ -111.467611015541, 41.257346314217266 ], [ -111.46716891422022, 41.257285054349104 ], [ -111.46678726586963, 41.25733164125738 ], [ -111.46611509264224, 41.257649637301078 ], [ -111.46597255765985, 41.257749300002949 ], [ -111.465758402429, 41.257849252276259 ], [ -111.46562761120731, 41.257921843655652 ], [ -111.46548475512753, 41.257976468074027 ], [ -111.46484668665273, 41.258055612240142 ], [ -111.46462598582931, 41.258074518677226 ], [ -111.46443525419843, 41.258111319394615 ], [ -111.46428087462317, 41.258224539469353 ], [ -111.46420405135473, 41.2583329427706 ], [ -111.46416903833227, 41.258445681364663 ], [ -111.46417743012347, 41.258787943715156 ], [ -111.46426296517457, 41.259066840446998 ], [ -111.4644138349305, 41.259300434615284 ], [ -111.4645164154939, 41.259457657171779 ], [ -111.46481678661456, 41.259731182589995 ], [ -111.46502705747646, 41.259924001030988 ], [ -111.46519554990302, 41.260116987892168 ], [ -111.46537594843778, 41.260305422479 ], [ -111.46548292399369, 41.260408579630024 ], [ -111.46586148062003, 41.260596212125456 ], [ -111.46598123613708, 41.260649774245721 ], [ -111.46611896162729, 41.260712271281257 ], [ -111.46631069936608, 41.260815985241322 ], [ -111.46643683441631, 41.260927170904452 ], [ -111.46649122481767, 41.261021532338695 ], [ -111.46664881305533, 41.261358685843149 ], [ -111.46674591457938, 41.261583486973137 ], [ -111.46677775257002, 41.261863500136315 ], [ -111.46673115108283, 41.262024928477736 ], [ -111.4666254136702, 41.262264063463796 ], [ -111.46644798650568, 41.262494481021662 ], [ -111.46612124298552, 41.262711991230105 ], [ -111.46554406439746, 41.262966544573899 ], [ -111.46533576441347, 41.263052960635648 ], [ -111.46511555823426, 41.26314392831307 ], [ -111.46485401692165, 41.263298116977559 ], [ -111.46458088784178, 41.263501894631204 ], [ -111.46412409387469, 41.263900079576864 ], [ -111.46349537438948, 41.264465598981921 ], [ -111.46305609219779, 41.264809662431219 ], [ -111.46287200875503, 41.264945519433645 ], [ -111.4627190268282, 41.265090258929561 ], [ -111.46258204674049, 41.265303393086988 ], [ -111.46250009514659, 41.265532520040558 ], [ -111.46247311005905, 41.265937978696485 ], [ -111.46246866634675, 41.266154183337918 ], [ -111.46241634909441, 41.266353465475753 ], [ -111.46230420061987, 41.266533170728636 ], [ -111.46217361060671, 41.266637284530354 ], [ -111.46177388181637, 41.266837059688157 ], [ -111.46059612933838, 41.267260639328263 ], [ -111.45994059417499, 41.267416392311681 ], [ -111.45948788265717, 41.267553316703484 ], [ -111.45914242587898, 41.267662788286017 ], [ -111.45877833515016, 41.267668743605299 ], [ -111.45854550413533, 41.267665167279894 ], [ -111.45834883491216, 41.267710989320321 ], [ -111.4582014909093, 41.267810661413812 ], [ -111.45808182531532, 41.267941750426175 ], [ -111.45795810765905, 41.2681764449055 ], [ -111.45772263977801, 41.268650289751285 ], [ -111.45736891300599, 41.269286743962795 ], [ -111.45728637891983, 41.269435700160528 ], [ -111.45723890686169, 41.269647571499149 ], [ -111.45726529817127, 41.269836630021906 ], [ -111.4573260923505, 41.269994024657301 ], [ -111.45741767645566, 41.270115265819065 ], [ -111.45755535198057, 41.270339913171192 ], [ -111.45771854067543, 41.270627513355294 ], [ -111.45789442510112, 41.271023156111397 ], [ -111.45794428997131, 41.271324718262683 ], [ -111.45792852141517, 41.271631045342865 ], [ -111.45799070386703, 41.271986605093979 ], [ -111.45809423373812, 41.272278945856975 ], [ -111.45812786035448, 41.272819278465001 ], [ -111.45809993252966, 41.273094126669285 ], [ -111.4580537174742, 41.273315000980354 ], [ -111.45800702991733, 41.27346831885388 ], [ -111.45793021006939, 41.273581221589176 ], [ -111.45782916474285, 41.27364467786682 ], [ -111.45771595946275, 41.273676655199381 ], [ -111.45742372387549, 41.273718351656157 ], [ -111.45716714944312, 41.273737386337444 ], [ -111.45682743760537, 41.273819804771492 ], [ -111.45632116677065, 41.273988456333178 ], [ -111.45558369898988, 41.274392222852128 ], [ -111.45542323346834, 41.274496447107289 ], [ -111.45524485787887, 41.274600741960626 ], [ -111.45500081323847, 41.274705296090886 ], [ -111.45468610455818, 41.274778601611203 ], [ -111.45407799561694, 41.274899003494028 ], [ -111.45383206149158, 41.274903576344542 ], [ -111.45359307917542, 41.274877494859872 ], [ -111.45344352052484, 41.274833045163156 ], [ -111.45316234457751, 41.274748578450996 ], [ -111.4527673685572, 41.27461051202944 ], [ -111.45263593840447, 41.274597517182869 ], [ -111.45248087769909, 41.274620646148584 ], [ -111.45219535027509, 41.274770396223936 ], [ -111.45121889668681, 41.275152553785958 ], [ -111.45086191094921, 41.275329603904801 ], [ -111.45061238217335, 41.275506232369331 ], [ -111.45050566647008, 41.275614743254209 ], [ -111.45035168604167, 41.275795501097541 ], [ -111.45011972371832, 41.275922517032974 ], [ -111.44994050069415, 41.275905202080374 ], [ -111.44980906847383, 41.275892204019861 ], [ -111.4493965841897, 41.275812744970196 ], [ -111.44915781635562, 41.275818180641792 ], [ -111.44884180910886, 41.27587796359682 ], [ -111.44855002035337, 41.275987194061699 ], [ -111.44820548655662, 41.276240753456428 ], [ -111.44752302703296, 41.276842425012447 ], [ -111.44699914069699, 41.277236298226931 ], [ -111.44647656804638, 41.277473428785882 ], [ -111.44611296716785, 41.277559511338644 ], [ -111.44574909567767, 41.277605959612863 ], [ -111.44548680788556, 41.277665525346634 ], [ -111.44533207406383, 41.277738186139402 ], [ -111.44520755791919, 41.277864776475447 ], [ -111.44513671162041, 41.277982151402732 ], [ -111.44510780931594, 41.278121883541338 ], [ -111.44513974105266, 41.278428024148489 ], [ -111.44529343494168, 41.279080492808475 ], [ -111.44545983820663, 41.279845509063257 ], [ -111.4455572627386, 41.280124372732864 ], [ -111.44563591911073, 41.280277200269119 ], [ -111.445726485992, 41.280425477752011 ], [ -111.44580581617784, 41.280501736568141 ], [ -111.44596668130971, 41.280627222203151 ], [ -111.44613507962184, 41.28080672499312 ], [ -111.44629178343702, 41.281022303915165 ], [ -111.44640666434665, 41.281233540915395 ], [ -111.44645534274466, 41.281367567798881 ], [ -111.44646851764557, 41.281548572712452 ], [ -111.44643444419718, 41.281805426045395 ], [ -111.44634795520578, 41.282256149442105 ], [ -111.44638079108361, 41.282693799263498 ], [ -111.44633235850799, 41.283472257429544 ], [ -111.4462421665086, 41.284256282003938 ], [ -111.44615702291321, 41.284905170496607 ], [ -111.44612208770145, 41.285035918347866 ], [ -111.4460867842762, 41.285112621077246 ], [ -111.4460102370158, 41.285270553393481 ], [ -111.4458028212206, 41.285501054556477 ], [ -111.44566506352962, 41.285614184877232 ], [ -111.44543461915542, 41.28579523186135 ], [ -111.44507250710883, 41.286107399941841 ], [ -111.44465248620719, 41.286685519297478 ], [ -111.44454613992869, 41.286852573451498 ], [ -111.44451126162582, 41.286992328308251 ], [ -111.44453012220525, 41.287131875654396 ], [ -111.44455467875406, 41.287230866110512 ], [ -111.44453186459891, 41.287388589881616 ], [ -111.44448468323986, 41.28747524648535 ], [ -111.4441815288688, 41.287678190233571 ], [ -111.44331259013742, 41.288100400153645 ], [ -111.44285973726785, 41.288242664070147 ], [ -111.44245473048002, 41.288396452397592 ], [ -111.44214515047103, 41.288533658875707 ], [ -111.44144340427592, 41.288958815485941 ], [ -111.44066372622022, 41.289340128162642 ], [ -111.44030636215405, 41.28947661180996 ], [ -111.44011594897636, 41.289576425192116 ], [ -111.43998539889635, 41.289698528851346 ], [ -111.43988488609973, 41.289847540836625 ], [ -111.43992143972544, 41.289955494147812 ], [ -111.44005471413594, 41.290238728865901 ], [ -111.44046336694359, 41.290624499205173 ], [ -111.44095515717126, 41.291118042608254 ], [ -111.44142478983022, 41.29151258361307 ], [ -111.44168862523456, 41.291673711061321 ], [ -111.44194618654704, 41.291789823255073 ], [ -111.44238895469388, 41.291918734902055 ], [ -111.44260441363056, 41.291989968675445 ], [ -111.44277222321119, 41.292079400816597 ], [ -111.44284458120202, 41.292182711559903 ], [ -111.44283967574333, 41.292340365973018 ], [ -111.44273763620649, 41.292439843653909 ], [ -111.44261403808405, 41.292530396390433 ], [ -111.44235260045372, 41.292725067804284 ], [ -111.44166879243232, 41.293160065117583 ], [ -111.44105032917072, 41.293545265418999 ], [ -111.44008013804373, 41.294021884967457 ], [ -111.43978237300934, 41.294144627437333 ], [ -111.43955035555624, 41.294276125853074 ], [ -111.43931260723525, 41.294443676639602 ], [ -111.43914642735329, 41.294597442321489 ], [ -111.43906985242742, 41.294755369900798 ], [ -111.43907691137575, 41.294917482330355 ], [ -111.4391797899553, 41.29511976407025 ], [ -111.43972117814403, 41.295703200505791 ], [ -111.4403155593188, 41.296172934122389 ], [ -111.4410597737659, 41.296720457966579 ], [ -111.44172599486193, 41.29721332903955 ], [ -111.44185810668844, 41.29732091486914 ], [ -111.44214030833604, 41.297545024753589 ], [ -111.44235084821746, 41.297769409331394 ], [ -111.44245325445526, 41.297899627952027 ], [ -111.44254426508313, 41.298110959914069 ], [ -111.44255121129139, 41.298255056987472 ], [ -111.44242826417158, 41.298620342880568 ], [ -111.44221113128302, 41.299188664505003 ], [ -111.44197623022455, 41.299779573224171 ], [ -111.44184672735879, 41.300059310111642 ], [ -111.44184181907336, 41.300216964281375 ], [ -111.44191448873136, 41.3003653129228 ], [ -111.44208222770455, 41.300441234588448 ], [ -111.44228552656685, 41.300476484590313 ], [ -111.44247100029257, 41.30052531434859 ], [ -111.44260875734882, 41.300583335018985 ], [ -111.44268694456095, 41.300664103954766 ], [ -111.44282646910359, 41.30098334178998 ], [ -111.44302050767764, 41.301414966287147 ], [ -111.44311128123138, 41.301590267654191 ], [ -111.44319599145987, 41.301752080692687 ], [ -111.44334716055079, 41.302026234348084 ], [ -111.44349159570577, 41.302187817114294 ], [ -111.44375587631451, 41.302407487996227 ], [ -111.44404417057048, 41.302645081089075 ], [ -111.44411032551088, 41.302712383844799 ], [ -111.44417651114817, 41.302784190307413 ], [ -111.44424909728821, 41.302919026129189 ], [ -111.4442929525033, 41.303220615766072 ], [ -111.44439747898481, 41.303837241613174 ], [ -111.44443600705421, 41.304057782172784 ], [ -111.44443805591803, 41.304359533096168 ], [ -111.44426744959206, 41.304743020019046 ], [ -111.44414921983388, 41.304923630770105 ], [ -111.4440552160999, 41.305153690430167 ], [ -111.44402635814389, 41.305478079839581 ], [ -111.44401783767091, 41.305806894639723 ], [ -111.44409247429826, 41.306243481313999 ], [ -111.44423796002106, 41.306558190248431 ], [ -111.44434687649098, 41.306764947482129 ], [ -111.44460670490052, 41.307205322583272 ], [ -111.44496323575117, 41.307811966127545 ], [ -111.44556601309912, 41.308615825416794 ], [ -111.44593909867304, 41.309019728023678 ], [ -111.44653435275268, 41.309593013625104 ], [ -111.44697925613946, 41.310015550363275 ], [ -111.44716528355626, 41.31014093588373 ], [ -111.44730931520176, 41.310239461152811 ], [ -111.44759654808098, 41.310314910203331 ], [ -111.4481110069658, 41.310425505045679 ], [ -111.44822468142519, 41.310452085609199 ], [ -111.4484226278749, 41.310572918813364 ], [ -111.44847725033853, 41.310698814029998 ], [ -111.4484896904933, 41.310770827285239 ], [ -111.44844307803162, 41.310942155481222 ], [ -111.44826598073129, 41.311249107598478 ], [ -111.44818310238942, 41.311358423670306 ], [ -111.44802336127721, 41.311583337616057 ], [ -111.44796483137104, 41.31175921583791 ], [ -111.44787698969147, 41.312016277502472 ], [ -111.44786954358415, 41.312673869533626 ], [ -111.44785999509639, 41.313024306695823 ], [ -111.4478370091457, 41.313331559101329 ], [ -111.44789387566647, 41.313610576894206 ], [ -111.44796651248467, 41.313749913754229 ], [ -111.44803911877609, 41.313884746828172 ], [ -111.44835220649581, 41.314243836160905 ], [ -111.44892828641817, 41.314624418489061 ], [ -111.44918010126736, 41.31475855174488 ], [ -111.4493183891143, 41.314888623801025 ], [ -111.44936682691454, 41.314983015656267 ], [ -111.44940371989532, 41.315136002669703 ], [ -111.4494244247266, 41.315541268700578 ], [ -111.44940783413492, 41.315734999193076 ], [ -111.44936122066011, 41.315906327618798 ], [ -111.44929027940874, 41.316014697031811 ], [ -111.44918349605787, 41.316123206273744 ], [ -111.44905857501298, 41.316200259202425 ], [ -111.44889171446458, 41.316259460145673 ], [ -111.44841431575222, 41.316333382583871 ], [ -111.44750690400852, 41.316422487210446 ], [ -111.44722013691165, 41.31641909789294 ], [ -111.44692788839978, 41.316487790799165 ], [ -111.44675526675036, 41.316578537987802 ], [ -111.44651730280125, 41.316723584650894 ], [ -111.44595247186766, 41.317117609585573 ], [ -111.44519221577504, 41.317764603491398 ], [ -111.44490715797922, 41.318013417546446 ], [ -111.44468208134651, 41.318298029995873 ], [ -111.44457638840015, 41.318568669394665 ], [ -111.44457182235115, 41.318775864217507 ], [ -111.44465747713888, 41.31907278756934 ], [ -111.44468271978036, 41.319270859517815 ], [ -111.44462990325827, 41.319410682944806 ], [ -111.44451746931087, 41.319568752000094 ], [ -111.44423230938506, 41.319804053159352 ], [ -111.44403599326482, 41.319926414633038 ], [ -111.4438457054178, 41.320056859456514 ], [ -111.44372604465818, 41.320206848659865 ], [ -111.44355655791986, 41.320585825362031 ], [ -111.44345746581156, 41.320950118283804 ], [ -111.44339379608783, 41.321252121522413 ], [ -111.4434134035843, 41.321500658502941 ], [ -111.44347461054181, 41.321716607482898 ], [ -111.44349332690331, 41.321833635458425 ], [ -111.44343447056977, 41.321964473852631 ], [ -111.44335750826998, 41.322068358860889 ], [ -111.44317297958685, 41.322168154173902 ], [ -111.44291054164816, 41.322232218214637 ], [ -111.44222460386707, 41.3223969942078 ], [ -111.4415029995539, 41.322588926019939 ], [ -111.44064989659171, 41.32277234910417 ], [ -111.44048904653575, 41.32284052251422 ], [ -111.44023840020934, 41.322882016089636 ], [ -111.44001128710595, 41.322869372971681 ], [ -111.43977664161568, 41.322802711996708 ], [ -111.43942453812359, 41.322682452829987 ], [ -111.43919724442193, 41.322642785698548 ], [ -111.43900009424317, 41.322643537797582 ], [ -111.43878409835889, 41.322684896045665 ], [ -111.43841579514007, 41.322821414948663 ], [ -111.43820745015233, 41.322934804558031 ], [ -111.43793960280696, 41.323084450990088 ], [ -111.43767187477251, 41.323252111738164 ], [ -111.4374877557227, 41.323414950254843 ], [ -111.43738754748107, 41.32361800428032 ], [ -111.43735933204226, 41.323865823163409 ], [ -111.43739070965155, 41.324090896347627 ], [ -111.43744013116896, 41.324333916332485 ], [ -111.43748922170221, 41.324527395217025 ], [ -111.43749015553441, 41.324667010950279 ], [ -111.43747856814177, 41.324721101165402 ], [ -111.43746719158622, 41.324806717511272 ], [ -111.4374148973843, 41.325027604786349 ], [ -111.43736920975948, 41.325343047718789 ], [ -111.43725354359839, 41.325915475751479 ], [ -111.43722358989712, 41.326082231867922 ], [ -111.43717312098255, 41.326397692828969 ], [ -111.43706180074707, 41.326726896372008 ], [ -111.43688535991768, 41.327146423904743 ], [ -111.4368210223424, 41.327353845000012 ], [ -111.43677418737661, 41.327498145797499 ], [ -111.43672843488768, 41.327804580901343 ], [ -111.43672909653037, 41.327903662988426 ], [ -111.43684544419447, 41.328326582907877 ], [ -111.43690060111808, 41.328533550418221 ], [ -111.43701883821525, 41.329060051363356 ], [ -111.43707343345318, 41.329361601623638 ], [ -111.4370160022245, 41.329708615685689 ], [ -111.43691028955698, 41.329983751485372 ], [ -111.43686921728154, 41.330096503477549 ], [ -111.43681646573332, 41.33024983436956 ], [ -111.43672942821794, 41.330637495183026 ], [ -111.4366126649626, 41.331047787885396 ], [ -111.4365895166044, 41.33116047176437 ], [ -111.4365901179772, 41.331250546338048 ], [ -111.43663263487826, 41.331353973436208 ], [ -111.43680183141015, 41.331637073529798 ], [ -111.43712728512891, 41.332054695281769 ], [ -111.43738665490359, 41.33241852112539 ], [ -111.437495804479, 41.332656809896122 ], [ -111.43752628299238, 41.332746770870365 ], [ -111.43756273677089, 41.33283670911915 ], [ -111.43759393881378, 41.333034759512458 ], [ -111.43760166215195, 41.333295952934016 ], [ -111.43772451315063, 41.333795412117482 ], [ -111.43777394355489, 41.334038431506741 ], [ -111.43777554168372, 41.334277128966349 ], [ -111.43772284927692, 41.334439467619433 ], [ -111.43762823878988, 41.334588454115853 ], [ -111.43748597571231, 41.334760140870095 ], [ -111.43717078745301, 41.334986530474403 ], [ -111.43674855127057, 41.335289890740313 ], [ -111.43653481986684, 41.335497878192513 ], [ -111.4364164537086, 41.335669472964554 ], [ -111.43635793166266, 41.335854352258799 ], [ -111.43633496157179, 41.33599405835345 ], [ -111.43638363705647, 41.336124485141347 ], [ -111.4365475912401, 41.336515697365471 ], [ -111.43674706978119, 41.336857232308688 ], [ -111.43692823240313, 41.337140286521887 ], [ -111.43713266663698, 41.337328671455118 ], [ -111.4373193318789, 41.337540543491187 ], [ -111.43753547259659, 41.337691951743857 ], [ -111.4378712537557, 41.337861820599805 ], [ -111.43805737369723, 41.337991723650624 ], [ -111.4381359686669, 41.338127440371949 ], [ -111.4381542820088, 41.338185019772297 ], [ -111.43809534017619, 41.338306847745713 ], [ -111.43801807878233, 41.338370195526196 ], [ -111.43777977514925, 41.338479194286329 ], [ -111.43708791926426, 41.338679992615702 ], [ -111.43684339646111, 41.338752982357711 ], [ -111.43668256338836, 41.338830157917322 ], [ -111.43658148729347, 41.338907106593751 ], [ -111.4364937680869, 41.339015531382131 ], [ -111.43635113903161, 41.339313325425437 ], [ -111.43606673525609, 41.339679214063288 ], [ -111.43594241460005, 41.339855334629604 ], [ -111.43584782233887, 41.340008823302881 ], [ -111.43577769745787, 41.340246891369439 ], [ -111.43576136700838, 41.34048655725681 ], [ -111.43571542109525, 41.340765969004025 ], [ -111.43562728312264, 41.340991494402552 ], [ -111.43544980533687, 41.341262396123575 ], [ -111.43519523805656, 41.341623665775458 ], [ -111.43496976888927, 41.341867725181061 ], [ -111.43470820225666, 41.342075889808292 ], [ -111.43441035865877, 41.342221137086518 ], [ -111.43415371794752, 41.342271647653668 ], [ -111.43386710690582, 41.342308759129473 ], [ -111.43319758045409, 41.342279754272013 ], [ -111.43245054475227, 41.342278059785833 ], [ -111.43203807840796, 41.342261593516426 ], [ -111.43164927851913, 41.342209006334862 ], [ -111.43140985044663, 41.342151354199977 ], [ -111.43108036651293, 41.342030985220418 ], [ -111.43072052890244, 41.34183866753483 ], [ -111.43046228525323, 41.34164596878567 ], [ -111.43018620412046, 41.341466847627643 ], [ -111.42995263751749, 41.34139115519941 ], [ -111.42977918638741, 41.341369283852963 ], [ -111.42963579279487, 41.341374323057821 ], [ -111.42945680966575, 41.341420029405896 ], [ -111.42928400929286, 41.341497239261678 ], [ -111.4290340232014, 41.341651301808227 ], [ -111.42832532939181, 41.342027759748888 ], [ -111.42800508710916, 41.342222616006254 ], [ -111.42768218728824, 41.342376946731271 ], [ -111.42734205239121, 41.342454775354724 ], [ -111.42708535220218, 41.342497163483159 ], [ -111.42681141745258, 41.342645905449949 ], [ -111.42651402373495, 41.342863191983305 ], [ -111.42630020567945, 41.343066656706441 ], [ -111.42620538056653, 41.343188611422647 ], [ -111.42615839363651, 41.343314892769236 ], [ -111.42614723411604, 41.343436537608767 ], [ -111.42623368442983, 41.343863180925709 ], [ -111.42618928713151, 41.344386690786067 ], [ -111.42601255356813, 41.34477917858306 ], [ -111.42588854829691, 41.345009333000306 ], [ -111.42568747179955, 41.345335253615495 ], [ -111.42521838290243, 41.345804485481587 ], [ -111.42481427264002, 41.346157276715132 ], [ -111.42444572418198, 41.346464897051547 ], [ -111.42426130247583, 41.346596188157811 ], [ -111.42415431096285, 41.346686659146755 ], [ -111.4240537923809, 41.346853671321313 ], [ -111.42402443596809, 41.346934848448271 ], [ -111.42398919064726, 41.347029558755466 ], [ -111.42391313800763, 41.347282954222614 ], [ -111.42383185594494, 41.347651666958605 ], [ -111.42377349223099, 41.347868065752976 ], [ -111.42375620497742, 41.347967213680043 ], [ -111.4237450110612, 41.348084354490382 ], [ -111.42379399193079, 41.348264327357668 ], [ -111.42384833630739, 41.34834970000967 ], [ -111.42405921257622, 41.348610145360141 ], [ -111.42441376427006, 41.348906091208754 ], [ -111.42458811150632, 41.349063082180159 ], [ -111.42468957325433, 41.349224845689108 ], [ -111.42473365915583, 41.349386820862122 ], [ -111.42469144639374, 41.349513083863023 ], [ -111.42462136010575, 41.349580899908048 ], [ -111.42452608364715, 41.349635297343163 ], [ -111.42437103971696, 41.349689915097088 ], [ -111.42412057234515, 41.349776411136254 ], [ -111.4239001341134, 41.349885315174689 ], [ -111.42373952114707, 41.350003006195628 ], [ -111.42353742047229, 41.350174895624228 ], [ -111.42341893546262, 41.350337469438855 ], [ -111.42336024710497, 41.350504327006078 ], [ -111.42330919742065, 41.350743217699588 ], [ -111.42326873133401, 41.351139703426249 ], [ -111.42338494712165, 41.351549124301989 ], [ -111.42353250861945, 41.352183621051452 ], [ -111.42368537840403, 41.35271450997837 ], [ -111.42374672562676, 41.352957490765867 ], [ -111.42380859911071, 41.353281538449195 ], [ -111.42377448927533, 41.353551893636265 ], [ -111.42372717111355, 41.353813289779957 ], [ -111.42375373536463, 41.354038383271551 ], [ -111.42376641984724, 41.354150932212292 ], [ -111.42386395311239, 41.354443321708182 ], [ -111.42397390923021, 41.354807726545843 ], [ -111.42406071764908, 41.355289315997673 ], [ -111.4240757122281, 41.355757658515458 ], [ -111.42407775848406, 41.356072918683431 ], [ -111.42401376170211, 41.356343383937187 ], [ -111.42389588045305, 41.356600536157671 ], [ -111.42376476623846, 41.356845126267501 ], [ -111.42349324396757, 41.357192019391988 ], [ -111.42313194666009, 41.357706784188977 ], [ -111.42285902375112, 41.358023054927216 ], [ -111.42262152633454, 41.35827163757758 ], [ -111.42229430578071, 41.358511541351589 ], [ -111.42199662153274, 41.358697290018171 ], [ -111.42174646543808, 41.358837825522464 ], [ -111.42137173763162, 41.359127442788377 ], [ -111.42101537474622, 41.359484548967721 ], [ -111.42066492763256, 41.35983262475871 ], [ -111.420440501127, 41.360256804100018 ], [ -111.42037616651568, 41.360477726357544 ], [ -111.42037715190041, 41.360630852674021 ], [ -111.42045079787681, 41.360927835813975 ], [ -111.42060192381179, 41.361188505181616 ], [ -111.42072824050302, 41.361309646607715 ], [ -111.42057946249709, 41.361413778293091 ], [ -111.42046025422351, 41.361468259730906 ], [ -111.42030514987094, 41.361518368329563 ], [ -111.42017987644634, 41.361559360166495 ], [ -111.41978568759355, 41.361614844558815 ], [ -111.4194513342098, 41.361679117170397 ], [ -111.4188959734351, 41.361771216399667 ], [ -111.41837116375609, 41.361966789751158 ], [ -111.41809696054061, 41.362089389402591 ], [ -111.41785267451134, 41.362216383596966 ], [ -111.41756622558178, 41.362293988243991 ], [ -111.41717171361654, 41.362299922835831 ], [ -111.41680085449929, 41.362265236033238 ], [ -111.41604738244945, 41.362227428074291 ], [ -111.4157365611017, 41.362233055156899 ], [ -111.4153060960668, 41.362225601767413 ], [ -111.41462464571464, 41.362232562761676 ], [ -111.41434981149602, 41.362256972482115 ], [ -111.41417633278645, 41.362238680908334 ], [ -111.41400883776642, 41.362221268310833 ], [ -111.41347034340586, 41.362146639333289 ], [ -111.41274645082379, 41.362059161455448 ], [ -111.41219608872247, 41.361998080534946 ], [ -111.41189671260702, 41.361922587480933 ], [ -111.41162733996399, 41.361865001616941 ], [ -111.41133428327018, 41.361843530342092 ], [ -111.41062850020477, 41.361782997325989 ], [ -111.40991679709353, 41.361731488707953 ], [ -111.40933708731484, 41.361756071233714 ], [ -111.40891422226795, 41.361816124211359 ], [ -111.40873995078439, 41.361861781511912 ], [ -111.40852995272178, 41.361930084483113 ], [ -111.40834665099901, 41.362061345838669 ], [ -111.40821008863992, 41.362210456403034 ], [ -111.40804320851755, 41.362291216229615 ], [ -111.40788778320581, 41.362291767208426 ], [ -111.40767845000673, 41.36227539443918 ], [ -111.40721846088738, 41.362326565049386 ], [ -111.40697390010054, 41.362413002755623 ], [ -111.40668752128724, 41.362504091549226 ], [ -111.40628700083322, 41.362505506240602 ], [ -111.40589835222936, 41.362493366204646 ], [ -111.40534139985716, 41.362333191691128 ], [ -111.40503571697454, 41.362203657148889 ], [ -111.40485017905378, 41.36216827943543 ], [ -111.40473062129972, 41.362168699965764 ], [ -111.40460536461724, 41.362214178617428 ], [ -111.40449220299446, 41.362282133725955 ], [ -111.40441549411285, 41.362444540865198 ], [ -111.40438096492356, 41.362660845591698 ], [ -111.40445504815573, 41.363039806931347 ], [ -111.40452197165813, 41.36322783139466 ], [ -111.40456988310225, 41.363434838694545 ], [ -111.40457141733592, 41.36368254339326 ], [ -111.40450280108104, 41.36399354814904 ], [ -111.40451009003489, 41.364205202042541 ], [ -111.40450517740918, 41.364377265207182 ], [ -111.40448215194762, 41.364520567587576 ], [ -111.40443494063085, 41.364619817533104 ], [ -111.40429886022415, 41.364849089687432 ], [ -111.40414516209127, 41.365129767077299 ], [ -111.40402212805564, 41.365535542751161 ], [ -111.40396499235889, 41.36596360605472 ], [ -111.40399594438681, 41.366328306648896 ], [ -111.40410770268619, 41.366805318921955 ], [ -111.40423025156157, 41.367286796959888 ], [ -111.40430436726319, 41.367670261790494 ], [ -111.40428890782067, 41.368070255008426 ], [ -111.40416647689867, 41.368574211704555 ], [ -111.40400692479169, 41.36887652761304 ], [ -111.40385869326192, 41.369076116563427 ], [ -111.40366829926475, 41.369225410486244 ], [ -111.40344784471542, 41.369347786589614 ], [ -111.40294072426073, 41.369520708332438 ], [ -111.40245657173772, 41.369540417797062 ], [ -111.40221751238191, 41.369554765036497 ], [ -111.4014700476513, 41.369533955260259 ], [ -111.40138632560526, 41.369530644253622 ], [ -111.40112916435363, 41.369518029476104 ], [ -111.40087834116173, 41.369563941646227 ], [ -111.40075306762098, 41.369609416122557 ], [ -111.40065181873237, 41.369672822083707 ], [ -111.40055103925536, 41.369812791181332 ], [ -111.40048042855848, 41.369997693354257 ], [ -111.40032691738391, 41.370313494528581 ], [ -111.40001867672197, 41.370746932612931 ], [ -111.39982273156285, 41.370968300470828 ], [ -111.39950756892762, 41.371248631511527 ], [ -111.3988884502908, 41.371687649152143 ], [ -111.39841816140301, 41.372022560547073 ], [ -111.39772105635988, 41.372421307517541 ], [ -111.39704802257468, 41.372846990075281 ], [ -111.39679786788054, 41.373005486361038 ], [ -111.39660133058831, 41.373132270635551 ], [ -111.39642253786066, 41.373227466756617 ], [ -111.3962793994376, 41.373286509322874 ], [ -111.39613009057952, 41.373314046261619 ], [ -111.39599244444672, 41.373292901695969 ], [ -111.39588473664374, 41.373278860077363 ], [ -111.39523210842346, 41.373127973731293 ], [ -111.39466345978705, 41.373021833827742 ], [ -111.39396357653351, 41.372965682407667 ], [ -111.39329970336138, 41.372931922730075 ], [ -111.39304274158276, 41.372954418963253 ], [ -111.39280394385987, 41.373014684655068 ], [ -111.39248189595087, 41.373150897875718 ], [ -111.39214188290191, 41.373282667600115 ], [ -111.39168228994193, 41.373414843387685 ], [ -111.3913358360863, 41.37347006782818 ], [ -111.3911685878705, 41.373497659334731 ], [ -111.39093557120083, 41.37352547404268 ], [ -111.39061890305257, 41.373562579882218 ], [ -111.39036202398371, 41.373599482051105 ], [ -111.39011704870022, 41.373627335666875 ], [ -111.38988384285948, 41.373623622195637 ], [ -111.38947689834671, 41.373561946828161 ], [ -111.3890041057977, 41.373486981190197 ], [ -111.38815536466146, 41.373534885251992 ], [ -111.38735480112179, 41.373641170468652 ], [ -111.38669177770343, 41.373751491838426 ], [ -111.3860884618416, 41.373848097643155 ], [ -111.38537746937423, 41.373936053303119 ], [ -111.38483327609292, 41.373919859191645 ], [ -111.38454631167542, 41.373925322293864 ], [ -111.38414590557771, 41.373958186301742 ], [ -111.38382771783907, 41.373941232770441 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 17, \"properties\": { \"NAME\": \"KANE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 1176, \"Color4\": \"1\", \"Shape_Leng\": 559303.30739, \"Shape_Area\": 10633026646.799999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.90111300675626, 37.543543999338162 ], [ -112.87576971652028, 37.543449256967961 ], [ -112.87311692647715, 37.543504899995895 ], [ -112.86993061526152, 37.543498639794763 ], [ -112.86981745261686, 37.543499531122379 ], [ -112.86619129170752, 37.543510951160691 ], [ -112.86247814119413, 37.543529039671959 ], [ -112.85933148414335, 37.543524571133837 ], [ -112.85604905466458, 37.543522153510793 ], [ -112.8527495388557, 37.543515406512434 ], [ -112.84919522885562, 37.543503546509726 ], [ -112.84708191978045, 37.543497879927571 ], [ -112.8452334943196, 37.54349344261923 ], [ -112.84095495780009, 37.543488146715028 ], [ -112.83711742320423, 37.543511882722051 ], [ -112.83202526872869, 37.543514416110632 ], [ -112.82601051774898, 37.543558041883166 ], [ -112.8207550135626, 37.543639220932761 ], [ -112.81552157075198, 37.543697295543616 ], [ -112.8133138440873, 37.543672648631741 ], [ -112.81199495242122, 37.543661357435987 ], [ -112.81177525663466, 37.543656618365787 ], [ -112.81001373145909, 37.54364218408405 ], [ -112.80634611607698, 37.543626263722196 ], [ -112.80380972567357, 37.543583936519013 ], [ -112.80046467719876, 37.543567409987105 ], [ -112.79891392340009, 37.543563113623385 ], [ -112.79786061652793, 37.543534999332053 ], [ -112.7962473297784, 37.543519002835872 ], [ -112.79413076385048, 37.543519646878643 ], [ -112.79149329749711, 37.543510134437369 ], [ -112.78898637716006, 37.543516609586163 ], [ -112.78851105926056, 37.543519305791747 ], [ -112.78832426184883, 37.543517629556625 ], [ -112.78702255224553, 37.543514811189588 ], [ -112.78476012932568, 37.543522001226044 ], [ -112.78341757842462, 37.54351525431278 ], [ -112.78222922708271, 37.543519682870418 ], [ -112.7796265521192, 37.543545429649008 ], [ -112.77834170334619, 37.543537755049307 ], [ -112.77677975339954, 37.543538743779578 ], [ -112.77586294931363, 37.543539020713332 ], [ -112.77453262730121, 37.543522976210582 ], [ -112.77202643711753, 37.543560623586927 ], [ -112.76949708044692, 37.543576033787666 ], [ -112.7679801707264, 37.543567218358142 ], [ -112.76674110804397, 37.543581262851085 ], [ -112.76532079691829, 37.543588992426159 ], [ -112.76278011744992, 37.543604427926105 ], [ -112.76012020643469, 37.543603561545943 ], [ -112.75790709804711, 37.543590574982858 ], [ -112.75580738980537, 37.543586675265189 ], [ -112.75337974235005, 37.54359572078161 ], [ -112.75138173742778, 37.543584824120131 ], [ -112.75073669011083, 37.543589886118731 ], [ -112.74738498910614, 37.543531396382782 ], [ -112.7458010234517, 37.543559338277994 ], [ -112.74415438340432, 37.543569258655417 ], [ -112.74270579332054, 37.543578034985494 ], [ -112.74033502231453, 37.543599491140895 ], [ -112.73841149864899, 37.543627833030556 ], [ -112.73794182756575, 37.54363024230932 ], [ -112.7368163125185, 37.543660325817648 ], [ -112.73488639532118, 37.54365716047225 ], [ -112.73214704517738, 37.54364781816659 ], [ -112.7285819127265, 37.543659519499144 ], [ -112.72545229620061, 37.54366024195653 ], [ -112.72199414881062, 37.543648550300375 ], [ -112.71945874809791, 37.543648555656489 ], [ -112.71864941722201, 37.543646822422566 ], [ -112.71525368203244, 37.543642135765616 ], [ -112.71075452334975, 37.543644334524537 ], [ -112.70546248303071, 37.543621768791105 ], [ -112.70292760244581, 37.543644843952684 ], [ -112.70022813778363, 37.543647703779953 ], [ -112.6975459497005, 37.543663772254853 ], [ -112.69218115564891, 37.543677707099441 ], [ -112.6866976425006, 37.543697600560726 ], [ -112.68385753205517, 37.543738145563182 ], [ -112.68329004997088, 37.54366963165365 ], [ -112.68159105054455, 37.54361723843332 ], [ -112.67828913414584, 37.543506506281382 ], [ -112.67676562556888, 37.54345605477139 ], [ -112.67524777589566, 37.543405503259088 ], [ -112.66998087468771, 37.543241293234445 ], [ -112.66612403346447, 37.543115537420803 ], [ -112.66269432259003, 37.543109816897108 ], [ -112.65777695316326, 37.543138415683373 ], [ -112.65144992406309, 37.543145980944168 ], [ -112.64790049353651, 37.54310094815407 ], [ -112.64101254724106, 37.543079731516421 ], [ -112.63459973719931, 37.543047028429548 ], [ -112.63200236623634, 37.543060432047525 ], [ -112.62577303665766, 37.543137370669854 ], [ -112.61441054819241, 37.543212187520204 ], [ -112.60817481857235, 37.543256740290381 ], [ -112.59684560295806, 37.54330237431035 ], [ -112.59474559413121, 37.543285697510186 ], [ -112.59081791673208, 37.543284612998242 ], [ -112.58450809318408, 37.543306381603806 ], [ -112.57863890200261, 37.543290376951738 ], [ -112.57659517990153, 37.543259105263033 ], [ -112.57269302681605, 37.543126392007849 ], [ -112.56881313673887, 37.542975228261049 ], [ -112.56269012847928, 37.542728372797413 ], [ -112.55936565745604, 37.542613707102156 ], [ -112.55797251043849, 37.542569011221467 ], [ -112.55664782097617, 37.542550434455457 ], [ -112.55548220719606, 37.542561291574032 ], [ -112.55153047887785, 37.542545696475152 ], [ -112.54741702515553, 37.542536595263705 ], [ -112.54550929303251, 37.542512014955648 ], [ -112.54287894650928, 37.542519381615875 ], [ -112.54202875886777, 37.542512464019723 ], [ -112.5382252573596, 37.542494487025103 ], [ -112.53416788584283, 37.542515737759757 ], [ -112.53243062669425, 37.542524781554093 ], [ -112.52990079533338, 37.542521541353672 ], [ -112.52498924382641, 37.542562555356128 ], [ -112.52166135947047, 37.542555925276105 ], [ -112.51923382006778, 37.542573669805854 ], [ -112.515968715285, 37.542593109604127 ], [ -112.51158907344714, 37.542631240906132 ], [ -112.50819911784754, 37.542634038630993 ], [ -112.50608832083532, 37.542642959538959 ], [ -112.50320730872612, 37.542625600915216 ], [ -112.50077345940457, 37.542611501222979 ], [ -112.49621821052295, 37.542642281414217 ], [ -112.48942766474252, 37.542683081603236 ], [ -112.48744237205005, 37.542685579133746 ], [ -112.48095575930077, 37.542699530086665 ], [ -112.47288025100039, 37.542728451280666 ], [ -112.46222338200877, 37.542725729311094 ], [ -112.44891158712083, 37.542691567470392 ], [ -112.43587761121876, 37.542684070165969 ], [ -112.42215465825413, 37.542755537398882 ], [ -112.40826643631428, 37.542768796505655 ], [ -112.39307792329289, 37.542858861259376 ], [ -112.38277295743124, 37.542916914165168 ], [ -112.38136394901547, 37.542928901830052 ], [ -112.37577874795231, 37.542971585479677 ], [ -112.36814355439502, 37.542947649045978 ], [ -112.36613911218302, 37.542957340512636 ], [ -112.36118243552906, 37.542956007139423 ], [ -112.36117631129606, 37.537016547541477 ], [ -112.35135182745236, 37.537003219270758 ], [ -112.34254050443947, 37.537000089539355 ], [ -112.32982320618133, 37.536995294239908 ], [ -112.31621934430372, 37.536971975918682 ], [ -112.29277916557669, 37.536974080375309 ], [ -112.28149466110519, 37.53696640668646 ], [ -112.27393394669942, 37.536962600503919 ], [ -112.27343028091907, 37.536962625852311 ], [ -112.26977000079849, 37.536966894806234 ], [ -112.26421165304346, 37.536972460756012 ], [ -112.255066467809, 37.536975387134682 ], [ -112.2507710054709, 37.536966889440883 ], [ -112.16484725669507, 37.536967042537185 ], [ -112.16483805442827, 37.536011741934189 ], [ -112.12885110458689, 37.535991730890288 ], [ -112.12572721337477, 37.535990008521203 ], [ -112.05267715370294, 37.535906738399163 ], [ -112.05135174347585, 37.535905027066285 ], [ -112.03835904887657, 37.535884796777381 ], [ -112.02002838606529, 37.535850782335828 ], [ -112.00163068934897, 37.535967715280705 ], [ -112.0007605181231, 37.535984106586163 ], [ -111.98334081370629, 37.53594117782005 ], [ -111.96551411461564, 37.53593506008928 ], [ -111.94731337407782, 37.535888691869403 ], [ -111.93171638375604, 37.535882094799732 ], [ -111.91413330410612, 37.535902348877904 ], [ -111.89532738358899, 37.535888702295935 ], [ -111.87709321123312, 37.53589034794998 ], [ -111.87572373130607, 37.535896005395607 ], [ -111.84087363888537, 37.535878912574212 ], [ -111.8408212085873, 37.539777562531398 ], [ -111.82320868329133, 37.53978899567376 ], [ -111.80502551255425, 37.539788173032754 ], [ -111.7968858719542, 37.539788403112517 ], [ -111.78683007821959, 37.539807165059628 ], [ -111.77867325739599, 37.539789128528199 ], [ -111.76862737779216, 37.539782839891529 ], [ -111.76022285014568, 37.53978316752805 ], [ -111.75068039421043, 37.539749576123356 ], [ -111.74228141844567, 37.53973957785071 ], [ -111.73221881822174, 37.539760941921692 ], [ -111.71445269915688, 37.539703923913187 ], [ -111.69619624905091, 37.539745370737698 ], [ -111.6831779847632, 37.539749298483478 ], [ -111.67797114151846, 37.539752267703662 ], [ -111.66998518725811, 37.539730247614301 ], [ -111.65978087754036, 37.539733623141274 ], [ -111.65185732231697, 37.539728055138426 ], [ -111.64166988996716, 37.539720758778863 ], [ -111.63374639609903, 37.539722988493516 ], [ -111.6257432105516, 37.539671028006012 ], [ -111.62345729969419, 37.539741706677063 ], [ -111.60567419349253, 37.539685535417043 ], [ -111.5874672563948, 37.53970991635741 ], [ -111.57933997285642, 37.539709508682272 ], [ -111.56929954426644, 37.539686233283476 ], [ -111.5612345690156, 37.539693292455333 ], [ -111.55166393169287, 37.539675297149856 ], [ -111.54308942384908, 37.539660962486039 ], [ -111.53287381947973, 37.539675955893365 ], [ -111.5146775174306, 37.539612450031861 ], [ -111.51463611323541, 37.540175974928182 ], [ -111.50075288831937, 37.540186089639889 ], [ -111.49986445741241, 37.540207880788905 ], [ -111.490763751732, 37.540228026824053 ], [ -111.48173074544667, 37.540215647961261 ], [ -111.4575229811398, 37.540221786438401 ], [ -111.45220955535638, 37.540210706256616 ], [ -111.43398510500103, 37.54019346138373 ], [ -111.40911066782331, 37.540214656853117 ], [ -111.40882202638964, 37.540215656494176 ], [ -111.39102211466708, 37.540212844086298 ], [ -111.37570133761558, 37.540244554777765 ], [ -111.37285450069902, 37.540248169698692 ], [ -111.36173837334815, 37.540170976944012 ], [ -111.35463540575851, 37.540174494773737 ], [ -111.34349130214643, 37.540162368591567 ], [ -111.32530654867671, 37.540168796051333 ], [ -111.31822073390182, 37.540215144062266 ], [ -111.30706528600913, 37.540199610767736 ], [ -111.30004150754206, 37.540195131955215 ], [ -111.28220754869767, 37.540180510089982 ], [ -111.26401706574367, 37.540177512833836 ], [ -111.25284471587804, 37.540183935858586 ], [ -111.25074494335757, 37.540183906325666 ], [ -111.20919141736081, 37.54035496456256 ], [ -111.13680829240444, 37.540276227242394 ], [ -111.12570952745064, 37.540315604623871 ], [ -111.11386917977671, 37.540264520282022 ], [ -111.10041015072922, 37.540213636181605 ], [ -111.09126396896508, 37.540230072521908 ], [ -111.08927170679246, 37.540213568213638 ], [ -111.08212341686585, 37.54022326255393 ], [ -111.07135288833241, 37.540257302413579 ], [ -111.06860790764861, 37.540272449515115 ], [ -111.05326992747, 37.54032092578457 ], [ -111.0346492320942, 37.540336871098809 ], [ -111.02785182893079, 37.540347683538691 ], [ -111.01680392173712, 37.540364194210014 ], [ -111.01204290560341, 37.540368381164043 ], [ -111.00064521704235, 37.54045462272596 ], [ -110.98037748108347, 37.540443980571325 ], [ -110.97337743577351, 37.540465143929005 ], [ -110.95430837541235, 37.540571975304267 ], [ -110.93602145445287, 37.54067164691169 ], [ -110.92140211716115, 37.540707889452641 ], [ -110.90789096622569, 37.540738684896617 ], [ -110.88960512379495, 37.540808635350906 ], [ -110.87571605502487, 37.540727232364667 ], [ -110.86332677700061, 37.540695515958113 ], [ -110.84566818960121, 37.54068277151805 ], [ -110.82755109214136, 37.540702772135141 ], [ -110.80925852019534, 37.540728723479319 ], [ -110.79092645589634, 37.540706703289182 ], [ -110.77269621038145, 37.540709073984509 ], [ -110.75455114133848, 37.540627685103047 ], [ -110.75067995656737, 37.540592534538739 ], [ -110.69182337290098, 37.540692462107174 ], [ -110.64683500292399, 37.540413254059864 ], [ -110.64704698790294, 37.540107426793519 ], [ -110.64757545446929, 37.539418566335122 ], [ -110.64810486528766, 37.538767563190333 ], [ -110.64893027733802, 37.537751487210166 ], [ -110.64935146411364, 37.537243472155808 ], [ -110.64958001428212, 37.536779951910873 ], [ -110.6497015960681, 37.536437797084631 ], [ -110.64995173138524, 37.535956312938005 ], [ -110.65016834469692, 37.535623452798596 ], [ -110.65048758071471, 37.535128651764204 ], [ -110.65096598151807, 37.534481991008271 ], [ -110.65131296203265, 37.534103544691419 ], [ -110.65178479313289, 37.533649751521949 ], [ -110.65231932937803, 37.53309699174482 ], [ -110.65296762434366, 37.532418373786491 ], [ -110.6535651221309, 37.531708055651841 ], [ -110.65395247670585, 37.531159363189012 ], [ -110.65428783417116, 37.530840363404806 ], [ -110.65459468622836, 37.530566347164651 ], [ -110.65501504670505, 37.530220553118298 ], [ -110.65599697941198, 37.529583453337743 ], [ -110.6568085111786, 37.52908105394053 ], [ -110.65743121184731, 37.528785413677845 ], [ -110.65773287860056, 37.528651084613763 ], [ -110.65802773314705, 37.528521241839208 ], [ -110.65849280227968, 37.528292741251896 ], [ -110.65881623532712, 37.528099884056758 ], [ -110.65904344744919, 37.527911255007616 ], [ -110.65924234424506, 37.527727050609492 ], [ -110.65982254384124, 37.52706622485438 ], [ -110.66049468065331, 37.526094691784692 ], [ -110.66092903926155, 37.525145006252359 ], [ -110.66121455465203, 37.524573462794052 ], [ -110.66145966224342, 37.524177567745028 ], [ -110.66180189652509, 37.52357463776017 ], [ -110.66208238719231, 37.522859761544808 ], [ -110.66255019366263, 37.522012920098128 ], [ -110.66274470609665, 37.521540262071255 ], [ -110.66288196456199, 37.521216164570674 ], [ -110.66306558195438, 37.520648832103639 ], [ -110.66327797339767, 37.519973418181543 ], [ -110.66345649143932, 37.519532260786875 ], [ -110.66357553601242, 37.519230644448619 ], [ -110.66391326492935, 37.518361793788046 ], [ -110.66404166152833, 37.517740220762036 ], [ -110.66413435011991, 37.517005875990179 ], [ -110.66426148975846, 37.516411339803831 ], [ -110.66442241294226, 37.515852953813649 ], [ -110.66469288860364, 37.514835184824484 ], [ -110.66503656436767, 37.5138942382804 ], [ -110.66531213465316, 37.512999067005005 ], [ -110.6654744143152, 37.512133319045851 ], [ -110.6656526735714, 37.511489350749812 ], [ -110.66576342196318, 37.510759561799567 ], [ -110.66568713210924, 37.510105859126234 ], [ -110.66560607078225, 37.509253843355182 ], [ -110.66562877211074, 37.507969467700775 ], [ -110.66561620285044, 37.506982441256902 ], [ -110.66575053757037, 37.506036391700938 ], [ -110.66587375560078, 37.505045242295729 ], [ -110.6659900283516, 37.504342508800271 ], [ -110.66623053046857, 37.503689701094459 ], [ -110.66663589934387, 37.502852578938636 ], [ -110.66696742044613, 37.50208284926341 ], [ -110.66711227292332, 37.501564974156629 ], [ -110.66735734154717, 37.500898656242526 ], [ -110.6675860876162, 37.500340455326182 ], [ -110.66777443513587, 37.499962412846166 ], [ -110.66788394739339, 37.499503025776356 ], [ -110.66795961860818, 37.499021009381401 ], [ -110.66809197389452, 37.498512111282288 ], [ -110.66812193198696, 37.498133622999852 ], [ -110.66813444166448, 37.497863249236005 ], [ -110.66812536249174, 37.497358460403674 ], [ -110.66810422862569, 37.497021291213599 ], [ -110.66793649553225, 37.496578250521459 ], [ -110.66766682615838, 37.49616286510615 ], [ -110.66758248017875, 37.496049957385836 ], [ -110.66722235354273, 37.495625302725117 ], [ -110.66702512275299, 37.495457994757771 ], [ -110.66673195616134, 37.495240840870991 ], [ -110.66621734620051, 37.494959965355442 ], [ -110.66561424145381, 37.494737425767724 ], [ -110.665139615473, 37.494624312322983 ], [ -110.66450102873722, 37.494495408274041 ], [ -110.66352324887963, 37.494325875186959 ], [ -110.66238669403441, 37.494246016718179 ], [ -110.6614028551502, 37.494167486483036 ], [ -110.65984649668185, 37.494112539168889 ], [ -110.65881824064482, 37.494100560409017 ], [ -110.65770407252077, 37.494074803356284 ], [ -110.65662388366852, 37.49404012093143 ], [ -110.65610921150832, 37.494029610245946 ], [ -110.65575289215163, 37.494024065672285 ], [ -110.65541345860277, 37.494036596544404 ], [ -110.65501145442403, 37.494125559618141 ], [ -110.6545981991578, 37.494200967976958 ], [ -110.65416265073524, 37.494204200567772 ], [ -110.65352387454338, 37.494121206188737 ], [ -110.65248933355463, 37.49400099032092 ], [ -110.65177133264159, 37.49392676703124 ], [ -110.65091773181815, 37.493820591064406 ], [ -110.65013219242843, 37.493674950534775 ], [ -110.64886658813882, 37.493377351238948 ], [ -110.64748793100968, 37.493066782022829 ], [ -110.64582680017469, 37.492687747980291 ], [ -110.64464636552835, 37.492328164726935 ], [ -110.6436074714707, 37.491941955850095 ], [ -110.64292446541839, 37.491651457184346 ], [ -110.64230400285032, 37.491293541691959 ], [ -110.64146943871752, 37.490763714322135 ], [ -110.64103526881595, 37.490482973245598 ], [ -110.64071968165605, 37.490243152606197 ], [ -110.64039308723191, 37.48994020216535 ], [ -110.64011174224599, 37.489637388660213 ], [ -110.63979689737367, 37.489244335977489 ], [ -110.63960624501938, 37.488901236352142 ], [ -110.63942127182982, 37.488553646917389 ], [ -110.63925946510969, 37.488093457439113 ], [ -110.63928845889015, 37.487944820933421 ], [ -110.63937017380468, 37.487417772522129 ], [ -110.63943383758668, 37.487116009912775 ], [ -110.63953097992341, 37.486908992623341 ], [ -110.63984448519967, 37.486400678042671 ], [ -110.64018681156921, 37.486014134517085 ], [ -110.64066247583087, 37.485655036508682 ], [ -110.64124128157921, 37.485251181576764 ], [ -110.64219932135428, 37.484780870525803 ], [ -110.64265827430197, 37.484601986649558 ], [ -110.64311724650941, 37.484418594216137 ], [ -110.643842236352, 37.484190933970638 ], [ -110.6445090026529, 37.484075764658435 ], [ -110.64570449445772, 37.483854014506541 ], [ -110.64666083318581, 37.483735194198552 ], [ -110.64801918870489, 37.48351390753735 ], [ -110.64926989455293, 37.483332847137675 ], [ -110.65064524338524, 37.483102567032411 ], [ -110.65174353462048, 37.482857934092053 ], [ -110.65288752007605, 37.482514275019682 ], [ -110.6534143392938, 37.482326534921249 ], [ -110.65369758307142, 37.482223708472105 ], [ -110.65434912594904, 37.481968727304476 ], [ -110.65462675332336, 37.481856868533626 ], [ -110.65582233123838, 37.481355592808931 ], [ -110.65667827204152, 37.480920920897638 ], [ -110.65768697481556, 37.480468658106176 ], [ -110.65869556298479, 37.480038920450667 ], [ -110.65985147884309, 37.479541995936373 ], [ -110.66097890052707, 37.479090046572011 ], [ -110.66202695553501, 37.478678420853605 ], [ -110.66292190904504, 37.478356485701291 ], [ -110.66362973523569, 37.478146681906487 ], [ -110.66429773069184, 37.477990842655025 ], [ -110.66488053651086, 37.477915880969746 ], [ -110.66579153053154, 37.477796776854539 ], [ -110.66647495177747, 37.477731105508738 ], [ -110.66759725697543, 37.47765314522303 ], [ -110.66844978659144, 37.477709622498722 ], [ -110.66968788752179, 37.477789706297095 ], [ -110.67071108211404, 37.477873685227927 ], [ -110.6716325089841, 37.477952865690483 ], [ -110.67319295229963, 37.47803380815715 ], [ -110.6740635280285, 37.478103815345413 ], [ -110.6753806521387, 37.478221013486198 ], [ -110.6764093627818, 37.478340111525043 ], [ -110.67738737135748, 37.478414895239283 ], [ -110.67842758730019, 37.478489840181581 ], [ -110.67912298677022, 37.478531390858763 ], [ -110.6793660724553, 37.478550979454816 ], [ -110.6805702119302, 37.478644377585624 ], [ -110.68171741784077, 37.478828648089568 ], [ -110.68264968708063, 37.479024048119712 ], [ -110.68386454108169, 37.47926166007008 ], [ -110.68481943805607, 37.479458004893658 ], [ -110.68554261217974, 37.479622177699362 ], [ -110.68649751822271, 37.479818508989752 ], [ -110.6876385991085, 37.480123488846111 ], [ -110.68887013491749, 37.480437709573145 ], [ -110.68981386159778, 37.480606943644794 ], [ -110.69075212310885, 37.480731087568543 ], [ -110.69138513575135, 37.480822879311681 ], [ -110.69198985535242, 37.480919100742284 ], [ -110.69266240237569, 37.481024509192721 ], [ -110.69300160563573, 37.481052432025521 ], [ -110.69365798075448, 37.480963999058858 ], [ -110.69420082750138, 37.480978925781002 ], [ -110.69469257570277, 37.481043293123292 ], [ -110.6952632784743, 37.481161944057526 ], [ -110.69609406992311, 37.481294782004447 ], [ -110.69671009183473, 37.481395515187806 ], [ -110.69753537855922, 37.481492274225118 ], [ -110.69831557019383, 37.481552857715819 ], [ -110.69902786361948, 37.481622276778523 ], [ -110.6996498181439, 37.481655407285892 ], [ -110.70037387431415, 37.481612177356972 ], [ -110.70136929329176, 37.481592163331378 ], [ -110.70230826629779, 37.481544957723102 ], [ -110.7025798624436, 37.481509587063236 ], [ -110.70366610212089, 37.481404152464748 ], [ -110.70441291679684, 37.481324900195411 ], [ -110.70517660715261, 37.481268219472746 ], [ -110.70627966446185, 37.481198857450117 ], [ -110.70655111654375, 37.481199531953656 ], [ -110.70727495364349, 37.481210341158402 ], [ -110.70764245729869, 37.481233785247298 ], [ -110.70820208570046, 37.481297362960433 ], [ -110.70915715740128, 37.481471878816571 ], [ -110.70963754175978, 37.481554183335263 ], [ -110.71023691445184, 37.481578188955666 ], [ -110.71088709828256, 37.481624850041662 ], [ -110.71188227293997, 37.481667842495106 ], [ -110.71295682978781, 37.481656937458517 ], [ -110.71430835828784, 37.481682747352984 ], [ -110.7152234530168, 37.481666929180975 ], [ -110.71619155372206, 37.481691792752272 ], [ -110.71692136208002, 37.481620532851487 ], [ -110.71772466403284, 37.481555753611254 ], [ -110.71804720151979, 37.481506948575898 ], [ -110.71881716414491, 37.481283441803292 ], [ -110.71928160395656, 37.481095259170033 ], [ -110.71955913231244, 37.480983247380522 ], [ -110.72007513796588, 37.480614910633854 ], [ -110.72038723275584, 37.480331719071515 ], [ -110.72075097980097, 37.479844939828617 ], [ -110.72104106482165, 37.479395842942147 ], [ -110.72123441048707, 37.479107861811592 ], [ -110.72168326956262, 37.478541058676839 ], [ -110.72230213922855, 37.477875503063551 ], [ -110.72273950639936, 37.477353737131416 ], [ -110.72317076369366, 37.476953639814916 ], [ -110.72361911389247, 37.476517526172245 ], [ -110.72392018345359, 37.476148669322171 ], [ -110.72415874852125, 37.475860788863294 ], [ -110.72431252231618, 37.475563696424494 ], [ -110.72444979374441, 37.475140373803448 ], [ -110.72458119384198, 37.474775626211866 ], [ -110.72502012862977, 37.47381669172033 ], [ -110.72515790109833, 37.473254558628717 ], [ -110.72535249768359, 37.472925110384928 ], [ -110.72551080084904, 37.472623519908247 ], [ -110.72563073387734, 37.472299305908948 ], [ -110.72576825523772, 37.47180387261885 ], [ -110.72578701017132, 37.471313571781288 ], [ -110.72578341692569, 37.470749306828175 ], [ -110.72580847119191, 37.470082352286383 ], [ -110.72580535187794, 37.469388291232448 ], [ -110.72575696510134, 37.468703138735229 ], [ -110.72571990417099, 37.468013505585205 ], [ -110.72562725703564, 37.467062346288834 ], [ -110.7255456897701, 37.466174308344172 ], [ -110.72546410788935, 37.465290777025245 ], [ -110.72537608262081, 37.464623559198238 ], [ -110.72531158155893, 37.463708519309321 ], [ -110.72529160399287, 37.462987377224998 ], [ -110.72522514987813, 37.462297674932472 ], [ -110.72522341396342, 37.461536013437723 ], [ -110.72524293131897, 37.460837497156703 ], [ -110.72540909773532, 37.460233965486132 ], [ -110.72561968366735, 37.459851372334761 ], [ -110.72600539825238, 37.459505239756069 ], [ -110.72651555416067, 37.459141366535633 ], [ -110.72747286075996, 37.458634303849749 ], [ -110.72822119140412, 37.458379136647011 ], [ -110.7286003371425, 37.458280857237099 ], [ -110.72901212600223, 37.458223213133103 ], [ -110.72966228221759, 37.458224702188616 ], [ -110.7305328777543, 37.458240211072216 ], [ -110.73190650966804, 37.458292910601678 ], [ -110.73278817310251, 37.458376030765102 ], [ -110.73395239159825, 37.458494934242431 ], [ -110.73475484304376, 37.458596790164421 ], [ -110.73567578691885, 37.458765607142141 ], [ -110.73656835636423, 37.45896590166339 ], [ -110.73755116781309, 37.459229485819193 ], [ -110.73805961560723, 37.459338778346606 ], [ -110.73846072442902, 37.45942529692055 ], [ -110.73948879342886, 37.459684458261577 ], [ -110.73995767158152, 37.459793655388097 ], [ -110.74047732505487, 37.459934510134516 ], [ -110.74117111374346, 37.46007574411545 ], [ -110.74166962854487, 37.460117396579555 ], [ -110.74239311414982, 37.460173058116879 ], [ -110.74325789686601, 37.460242542840916 ], [ -110.74412861133025, 37.460230910746908 ], [ -110.74471691686313, 37.460137539177062 ], [ -110.74522053812665, 37.460007927313384 ], [ -110.74576387063492, 37.459837837065223 ], [ -110.7464377063552, 37.459528311961506 ], [ -110.74699291690352, 37.459186981112062 ], [ -110.74734465695177, 37.458826284010527 ], [ -110.74757196381903, 37.458480643412514 ], [ -110.74765218887217, 37.458160828130872 ], [ -110.74776078675283, 37.457809525359778 ], [ -110.74776213393606, 37.457408418202846 ], [ -110.74781480100087, 37.456876721752991 ], [ -110.74779994431927, 37.456250237190545 ], [ -110.74774504520005, 37.455763379625346 ], [ -110.74764998299248, 37.45545220362677 ], [ -110.74754898043938, 37.455226645113704 ], [ -110.74735291846078, 37.454689910238201 ], [ -110.74694775034585, 37.45413470001165 ], [ -110.74682956414574, 37.453976706899596 ], [ -110.74644564238807, 37.45349365012563 ], [ -110.74624860312049, 37.453249856926512 ], [ -110.74575422307217, 37.452667409770029 ], [ -110.74533161416049, 37.452260882647295 ], [ -110.74500463756438, 37.451994272977117 ], [ -110.74449160318545, 37.451583040821674 ], [ -110.74341985025991, 37.450900183229813 ], [ -110.74255721368007, 37.450235799005547 ], [ -110.7418355118417, 37.449688894726982 ], [ -110.74122075900334, 37.449277426029802 ], [ -110.74064000770049, 37.44884349443538 ], [ -110.74036401581525, 37.448554449391224 ], [ -110.74018376495604, 37.44836927199546 ], [ -110.73980096701331, 37.447908730063233 ], [ -110.73938428866654, 37.447439098436419 ], [ -110.7389791087946, 37.446915408366742 ], [ -110.73847904751328, 37.44604447858049 ], [ -110.73783311470466, 37.445186743683045 ], [ -110.73720142018932, 37.444464242715306 ], [ -110.73670594266993, 37.443908795784488 ], [ -110.73606379459056, 37.443271895746562 ], [ -110.73525261053109, 37.442485887129564 ], [ -110.73484108627815, 37.442173990964207 ], [ -110.73397303720115, 37.441491503777904 ], [ -110.73334188552714, 37.440953764555495 ], [ -110.73309392354886, 37.440745889057254 ], [ -110.73242925648036, 37.440099904438569 ], [ -110.73193371432842, 37.439580491980614 ], [ -110.73148859696542, 37.439187384243212 ], [ -110.73120660446902, 37.439015482364837 ], [ -110.7309018920014, 37.438875076156549 ], [ -110.73060294583091, 37.438703134234167 ], [ -110.72994278801373, 37.438386147071384 ], [ -110.72944528403916, 37.438105583573304 ], [ -110.72891644146776, 37.437739315620085 ], [ -110.72845988404833, 37.43739123883951 ], [ -110.72829079436752, 37.43726105247552 ], [ -110.72798634242186, 37.437052134933836 ], [ -110.72725894328251, 37.436581744451253 ], [ -110.72680344904354, 37.43625619802468 ], [ -110.72635713298645, 37.435894616129083 ], [ -110.72607514818581, 37.435727208838657 ], [ -110.72572529339973, 37.435573164015331 ], [ -110.72540360033324, 37.435446224795108 ], [ -110.72473724716833, 37.435291441365152 ], [ -110.72386171420789, 37.435154193168501 ], [ -110.72249557643072, 37.435024801456827 ], [ -110.72198590225254, 37.434992055717188 ], [ -110.72139146856512, 37.434954601161053 ], [ -110.7204428656225, 37.435015457633973 ], [ -110.71964561138675, 37.435108213638351 ], [ -110.71885370356787, 37.43528210061141 ], [ -110.71815768705453, 37.435505786501132 ], [ -110.71766531867885, 37.435680379331316 ], [ -110.71706060041173, 37.435971879788802 ], [ -110.71641418963954, 37.436227222169698 ], [ -110.71559342341388, 37.436554251482185 ], [ -110.71465435331358, 37.436777331590889 ], [ -110.71357348138946, 37.437130759821677 ], [ -110.71305291810195, 37.437282730695898 ], [ -110.7123404103335, 37.437375643036972 ], [ -110.7106727539923, 37.437457203222202 ], [ -110.71010750578391, 37.437469338871452 ], [ -110.70909053658205, 37.437367689277217 ], [ -110.7076908240649, 37.437147906520515 ], [ -110.70667287294764, 37.437010178776852 ], [ -110.70545878653292, 37.436732240843718 ], [ -110.70429015474814, 37.436395814907549 ], [ -110.70382138990472, 37.436308109418476 ], [ -110.70286194029673, 37.435959574099037 ], [ -110.70201550381736, 37.435619428303312 ], [ -110.70159269105751, 37.435347949654478 ], [ -110.70115312313671, 37.435026851590713 ], [ -110.70052794908827, 37.434479938431089 ], [ -110.70024175974484, 37.433965430133441 ], [ -110.69982149688731, 37.433342415872822 ], [ -110.69963586124783, 37.432841681940786 ], [ -110.69953528524732, 37.432552986748235 ], [ -110.69946934013409, 37.432084104754381 ], [ -110.69945409729564, 37.431655913435208 ], [ -110.69952963868265, 37.431137815489706 ], [ -110.69967427464972, 37.43029990523052 ], [ -110.69982905835386, 37.429750460173928 ], [ -110.70006310230002, 37.429165161026162 ], [ -110.70026283953989, 37.428678925542741 ], [ -110.70080988366064, 37.427544579608359 ], [ -110.70111795148085, 37.426815245517588 ], [ -110.70156029482159, 37.426140332075484 ], [ -110.70194175959097, 37.42542470153758 ], [ -110.70240372879873, 37.424641669237047 ], [ -110.70298988986059, 37.423602956562249 ], [ -110.70334892370499, 37.422836787754989 ], [ -110.70391707949787, 37.422058522433588 ], [ -110.70428716398129, 37.421351869007914 ], [ -110.70457581539259, 37.420946971689098 ], [ -110.70483900119689, 37.420406803703187 ], [ -110.70507795564957, 37.419992767234511 ], [ -110.70538573885014, 37.419317502802166 ], [ -110.70559657512105, 37.418867340084361 ], [ -110.70580165254567, 37.418444203900961 ], [ -110.70609769918993, 37.417877073340513 ], [ -110.70623475436311, 37.417507849771006 ], [ -110.70635596542327, 37.416854653149997 ], [ -110.70640859595295, 37.416399588834551 ], [ -110.70644476731654, 37.415818290894798 ], [ -110.70656137838672, 37.414894669484447 ], [ -110.70655259216684, 37.414250163400567 ], [ -110.70662840035564, 37.4136464291457 ], [ -110.70667437498956, 37.413448240330716 ], [ -110.70673752821328, 37.413191504610275 ], [ -110.70695535854945, 37.412389819305943 ], [ -110.70709859337997, 37.411880896245776 ], [ -110.70736130022466, 37.411160445114433 ], [ -110.70749224869647, 37.410903876669344 ], [ -110.7077372632057, 37.410372670028622 ], [ -110.7081691609709, 37.409728350711369 ], [ -110.70872031887821, 37.408923878410803 ], [ -110.70922013292245, 37.408244568639439 ], [ -110.70954349186162, 37.40790283995004 ], [ -110.70960021539818, 37.407844389735814 ], [ -110.71034383559038, 37.406935822287679 ], [ -110.71106419903106, 37.406193948089289 ], [ -110.71173342597763, 37.405524054969106 ], [ -110.71253287247289, 37.404777857488561 ], [ -110.71318471650089, 37.404215177706611 ], [ -110.71415975939408, 37.403339596333268 ], [ -110.71434107053611, 37.403200320846452 ], [ -110.71494618371965, 37.402737571271793 ], [ -110.71606985545682, 37.401987623726505 ], [ -110.71694668929675, 37.401372281553698 ], [ -110.7175240634367, 37.401067193492182 ], [ -110.71830509116077, 37.400685970730912 ], [ -110.71930108216785, 37.400224129163959 ], [ -110.71993456046752, 37.400018314118128 ], [ -110.72023425036714, 37.399942406353333 ], [ -110.72119545689719, 37.399714825018869 ], [ -110.72232039881229, 37.399510154961021 ], [ -110.72267081005234, 37.399465908382901 ], [ -110.72320077967881, 37.399444615719574 ], [ -110.72367621971441, 37.399504317395362 ], [ -110.72415038201977, 37.399604576245906 ], [ -110.72501412157894, 37.399764329495504 ], [ -110.72566311507042, 37.399946112874083 ], [ -110.72666732154771, 37.400318003983664 ], [ -110.72703966056798, 37.400458577888855 ], [ -110.72783494120364, 37.400807442101794 ], [ -110.72876533997632, 37.401287310954409 ], [ -110.72971239418375, 37.401851940169465 ], [ -110.7304112243803, 37.402323154038335 ], [ -110.73073239763474, 37.402558244413491 ], [ -110.73134106304057, 37.402969756376471 ], [ -110.73185934454058, 37.403381060250148 ], [ -110.73251889978893, 37.403783667723069 ], [ -110.7333984242338, 37.404290426246334 ], [ -110.73409202018445, 37.404657046511524 ], [ -110.7347956808777, 37.405055233523981 ], [ -110.73532139024708, 37.405291671343697 ], [ -110.73602083467273, 37.405606914775333 ], [ -110.73672032597833, 37.405910436245158 ], [ -110.73755558374107, 37.406165580566835 ], [ -110.73824424187339, 37.406338369081872 ], [ -110.73886502919626, 37.406533538166961 ], [ -110.73915286450192, 37.406619804490028 ], [ -110.7401519666452, 37.406878897336178 ], [ -110.74099305486745, 37.407088059880699 ], [ -110.7416758476279, 37.407328418939493 ], [ -110.74252279539917, 37.407478993805967 ], [ -110.74320048529677, 37.407561591724757 ], [ -110.74395275322038, 37.407644347290429 ], [ -110.74462388069925, 37.407663826351921 ], [ -110.74544306222307, 37.407674606673304 ], [ -110.74649985199346, 37.407591246266875 ], [ -110.74715555427643, 37.40749349868134 ], [ -110.74807141359379, 37.407315178007146 ], [ -110.74900543785748, 37.407109847431883 ], [ -110.74975649726868, 37.406877080999763 ], [ -110.75033803223286, 37.406652965724312 ], [ -110.75070221408461, 37.406550075612671 ], [ -110.75128359474598, 37.406371024277782 ], [ -110.75167422338878, 37.406128473083051 ], [ -110.75194021640797, 37.405989317726558 ], [ -110.75235351351417, 37.405724277350792 ], [ -110.75265389027265, 37.405436464869368 ], [ -110.75306239013806, 37.404910012043743 ], [ -110.75327270860626, 37.404518351229783 ], [ -110.75358037952958, 37.403725779221446 ], [ -110.75371837057766, 37.402991442643938 ], [ -110.75374779741065, 37.402630952202635 ], [ -110.75364370546822, 37.401639217995829 ], [ -110.75349911214697, 37.400940347487939 ], [ -110.75333177701843, 37.400286498269779 ], [ -110.75310817515695, 37.399564927788994 ], [ -110.75291789497571, 37.399019195519131 ], [ -110.75254152484344, 37.398373921799987 ], [ -110.75229446505429, 37.397918207592795 ], [ -110.75194040449963, 37.397363116602826 ], [ -110.7516930988788, 37.396984017871745 ], [ -110.75163131747769, 37.39687572249656 ], [ -110.75141242325104, 37.396447106911097 ], [ -110.75114285561651, 37.395968808340889 ], [ -110.75070443859057, 37.395305370281697 ], [ -110.75039533807468, 37.39482698657622 ], [ -110.74995104598078, 37.394235643659933 ], [ -110.74947865240509, 37.393603677364155 ], [ -110.74883718356618, 37.392858677536772 ], [ -110.7481618058146, 37.392122615752768 ], [ -110.74767240424656, 37.391517647263797 ], [ -110.74709854068701, 37.39083587870639 ], [ -110.7465018054699, 37.390239689480197 ], [ -110.74598965342311, 37.38968874797294 ], [ -110.74539314943709, 37.389029456871512 ], [ -110.74521307366081, 37.388830765138863 ], [ -110.74464465648488, 37.388221106674841 ], [ -110.74391266436545, 37.387547994612248 ], [ -110.74324263084634, 37.386929095396205 ], [ -110.74254981546862, 37.38636873254768 ], [ -110.74154135128238, 37.385622892905992 ], [ -110.74076394860008, 37.385030786247569 ], [ -110.74002610965582, 37.38443425451031 ], [ -110.73913578782376, 37.383837381870883 ], [ -110.7386964365195, 37.383493886760562 ], [ -110.73845984995174, 37.383313087369714 ], [ -110.73765431884762, 37.382702870261333 ], [ -110.73688808356668, 37.382164845630378 ], [ -110.73603182650453, 37.381531969968975 ], [ -110.73529361578504, 37.381061601159956 ], [ -110.73444285755964, 37.380478302255966 ], [ -110.73344000883395, 37.379786488596757 ], [ -110.73250475752401, 37.379148902248076 ], [ -110.73162018936496, 37.378556492616895 ], [ -110.73076914961621, 37.378067811672324 ], [ -110.72989015832405, 37.377502443213636 ], [ -110.72913516427835, 37.377009462866525 ], [ -110.72844202522604, 37.376593237260458 ], [ -110.72783904002875, 37.376235804961482 ], [ -110.72776126918654, 37.37619055682363 ], [ -110.7269204301418, 37.375706378468294 ], [ -110.72623829874081, 37.375375796695536 ], [ -110.72569146191987, 37.37511312857972 ], [ -110.72526854004539, 37.374940884144308 ], [ -110.72432088672491, 37.37464122261742 ], [ -110.72380244684118, 37.374338049703113 ], [ -110.7234705508904, 37.373985734741439 ], [ -110.72306009466013, 37.37349802742397 ], [ -110.72280726911913, 37.3731449943012 ], [ -110.72263922894189, 37.372771427665903 ], [ -110.72244910355533, 37.372261700055347 ], [ -110.72237162242605, 37.371833361079815 ], [ -110.72234395199048, 37.371680060935432 ], [ -110.72233476753274, 37.371107660838852 ], [ -110.72238084024325, 37.370864395424917 ], [ -110.72253021759659, 37.370170680540618 ], [ -110.72268399485002, 37.369814994620384 ], [ -110.7228490809445, 37.369454828057329 ], [ -110.72318419971741, 37.368923796368108 ], [ -110.72353062385045, 37.368388283180209 ], [ -110.72388822091362, 37.367884343446974 ], [ -110.72432496600786, 37.367353545556021 ], [ -110.72483427850388, 37.366741790254132 ], [ -110.72527200814876, 37.366247046406336 ], [ -110.72579331789782, 37.365747987757409 ], [ -110.72647835426358, 37.365253812408199 ], [ -110.72703881555734, 37.364853990999492 ], [ -110.72780854914345, 37.364355496348345 ], [ -110.72861805735825, 37.363784977109127 ], [ -110.72930410570984, 37.363313322113576 ], [ -110.72989160788728, 37.362922562737722 ], [ -110.73024858786584, 37.36257183724144 ], [ -110.73078074543417, 37.362180947154002 ], [ -110.73147700926803, 37.361686768001732 ], [ -110.73199757322519, 37.361376970712868 ], [ -110.73248985372955, 37.361080627927556 ], [ -110.73302221267305, 37.360626631100338 ], [ -110.73357131252574, 37.36022675266728 ], [ -110.73424462174928, 37.359827150776049 ], [ -110.7348613992683, 37.359445446023877 ], [ -110.73535398824848, 37.359054446380831 ], [ -110.73560325089184, 37.358817037976827 ], [ -110.73573398278569, 37.358568547657612 ], [ -110.7358481832263, 37.358203741499757 ], [ -110.73605954815991, 37.3575011323464 ], [ -110.73624269528982, 37.356793952880068 ], [ -110.73636302508103, 37.356289444930326 ], [ -110.73637007383651, 37.355888343811927 ], [ -110.73635441311399, 37.355523247502283 ], [ -110.73629390149264, 37.355067912563591 ], [ -110.73614878312748, 37.354589854216151 ], [ -110.73600308259861, 37.354278550841947 ], [ -110.73570640286714, 37.35355227227118 ], [ -110.73534382247419, 37.35262303346709 ], [ -110.73502969168894, 37.351725450489269 ], [ -110.73486232264314, 37.351157201791032 ], [ -110.7347120034665, 37.35055744249923 ], [ -110.73464084924099, 37.349921805083405 ], [ -110.73462990461432, 37.349502635545626 ], [ -110.7347124634278, 37.348822273414221 ], [ -110.73485611642322, 37.348105992597546 ], [ -110.73504987676706, 37.347588128979545 ], [ -110.73510103216745, 37.347489090923261 ], [ -110.73536816078229, 37.346975897925326 ], [ -110.73577102191214, 37.346390896505859 ], [ -110.73617893844508, 37.345972661641468 ], [ -110.73660334173664, 37.345681557712034 ], [ -110.73745169285201, 37.345227341285771 ], [ -110.73793774697607, 37.345061662233626 ], [ -110.73842367390618, 37.344932036410064 ], [ -110.73885294605286, 37.344860873749923 ], [ -110.73979602322518, 37.344759292163857 ], [ -110.74019119012038, 37.344755653719083 ], [ -110.74110546667137, 37.34482075520539 ], [ -110.74194499910283, 37.344953290707295 ], [ -110.74271888284935, 37.345135253836858 ], [ -110.74304711755279, 37.345226106006429 ], [ -110.74353078890117, 37.345425460887071 ], [ -110.74398288093667, 37.345615731572579 ], [ -110.74448318713904, 37.345905257336561 ], [ -110.74493926699937, 37.346253275838848 ], [ -110.745547222873, 37.346763869127166 ], [ -110.74604664714487, 37.347319295709973 ], [ -110.74634484991545, 37.347950906804911 ], [ -110.74658704384909, 37.348451695938898 ], [ -110.74678773793833, 37.348871270850772 ], [ -110.74709570649216, 37.349624588098393 ], [ -110.74732077810071, 37.350183929168686 ], [ -110.74756031998295, 37.350806397743348 ], [ -110.7477342439461, 37.35113126812616 ], [ -110.74802095938237, 37.351492434027634 ], [ -110.74840901176893, 37.351939446547824 ], [ -110.748696139134, 37.352178924411135 ], [ -110.74910738146164, 37.352445706479926 ], [ -110.7494061367929, 37.352585153320973 ], [ -110.74969919673505, 37.352739910932293 ], [ -110.7500544375481, 37.352871363155586 ], [ -110.75042670605156, 37.35297580863071 ], [ -110.7507200825801, 37.353035918756028 ], [ -110.75117757610576, 37.352977390407538 ], [ -110.75168048341902, 37.352843239127715 ], [ -110.75192358661793, 37.352740089695203 ], [ -110.75222905754029, 37.352555945580995 ], [ -110.75284590645235, 37.352106542470374 ], [ -110.75322528119986, 37.351764807399192 ], [ -110.75367288474172, 37.351274484294457 ], [ -110.7540468413065, 37.350860624265991 ], [ -110.75439275736767, 37.350388114629673 ], [ -110.754659471991, 37.349965016013769 ], [ -110.7548071322153, 37.349694905929546 ], [ -110.75499504127617, 37.349199532134911 ], [ -110.75517173038101, 37.348681600086451 ], [ -110.75526904957705, 37.348266261752023 ], [ -110.75534938219589, 37.347866211770388 ], [ -110.75538992247685, 37.347550809886336 ], [ -110.75544186977532, 37.347199376039349 ], [ -110.75561321262873, 37.346586786359914 ], [ -110.75570499538495, 37.346136281942591 ], [ -110.75577451777852, 37.345586578776256 ], [ -110.75577650000129, 37.344974540322269 ], [ -110.75591440263727, 37.344226672682915 ], [ -110.75593323676613, 37.34363990772632 ], [ -110.7560429663024, 37.342874855255616 ], [ -110.7561189324513, 37.342076381605288 ], [ -110.75614896357376, 37.341517582529306 ], [ -110.75617804012325, 37.340904698096409 ], [ -110.75619193005275, 37.340449525353343 ], [ -110.75623908326492, 37.339832171099211 ], [ -110.75633162553297, 37.339142799125483 ], [ -110.75640102018423, 37.338629150227831 ], [ -110.75644207479991, 37.338151498474929 ], [ -110.75642630551788, 37.337790910304975 ], [ -110.75642178167156, 37.337443866103797 ], [ -110.75647956509634, 37.337029345939605 ], [ -110.75660010542904, 37.336407635258347 ], [ -110.75673829872804, 37.335912155226225 ], [ -110.75686821045539, 37.335533838625253 ], [ -110.75706721365505, 37.335083552563191 ], [ -110.75728284275277, 37.334727946164023 ], [ -110.7574416650293, 37.334484896629057 ], [ -110.7576117747593, 37.334241869994116 ], [ -110.75802510536074, 37.333837090595864 ], [ -110.75851180586022, 37.333432459493061 ], [ -110.75905497142418, 37.333018927453374 ], [ -110.75946774153572, 37.332785405891983 ], [ -110.75974021928859, 37.332650750992897 ], [ -110.75998204580331, 37.33257011669609 ], [ -110.76052415276611, 37.33248558310526 ], [ -110.76120701875216, 37.332509498019732 ], [ -110.76208745760931, 37.332524792536532 ], [ -110.76238538163153, 37.332552432933603 ], [ -110.76287729354165, 37.332634544927913 ], [ -110.76345266897532, 37.332739356527441 ], [ -110.76394935242931, 37.332740348487945 ], [ -110.76430507344884, 37.33269598813115 ], [ -110.76469465879941, 37.33265169405707 ], [ -110.76517923326735, 37.332553503845169 ], [ -110.76593151906654, 37.332397251196319 ], [ -110.76655255198116, 37.332339887792742 ], [ -110.76720186008403, 37.332264548957859 ], [ -110.76756338771769, 37.332166106799598 ], [ -110.76791943670185, 37.332013569365273 ], [ -110.76845096210177, 37.331694617164572 ], [ -110.76903337586637, 37.33134421323404 ], [ -110.76959904490835, 37.330930676463197 ], [ -110.76993866049567, 37.330611343642218 ], [ -110.77035178173239, 37.330247082981863 ], [ -110.77068582931756, 37.329900695441161 ], [ -110.77088414664063, 37.329644183261884 ], [ -110.77107699649524, 37.329329069754969 ], [ -110.77130965223859, 37.328914879859362 ], [ -110.77145745706031, 37.328563622979161 ], [ -110.7717242301412, 37.328063865953958 ], [ -110.77191871885238, 37.327577489832244 ], [ -110.77200307701068, 37.327302728114915 ], [ -110.77224124263856, 37.326929109451584 ], [ -110.77252482699674, 37.326465438478102 ], [ -110.77294434317118, 37.325839777254664 ], [ -110.77328443616358, 37.325349171040614 ], [ -110.77345450129238, 37.325097107148714 ], [ -110.77387902171735, 37.324679673487523 ], [ -110.77420154179205, 37.32439995659 ], [ -110.77443358581974, 37.324179558207774 ], [ -110.7747051193805, 37.323963741513793 ], [ -110.77520812730897, 37.323716815444747 ], [ -110.7757843360106, 37.323524109459647 ], [ -110.77620243214541, 37.32336265043368 ], [ -110.77663075135396, 37.323178674425641 ], [ -110.7770331088097, 37.32299464794135 ], [ -110.77736070294701, 37.32290152001854 ], [ -110.77805481727457, 37.322910936515349 ], [ -110.77898032446468, 37.322916274415398 ], [ -110.77987176896309, 37.322990948894372 ], [ -110.78044733096991, 37.323014553024194 ], [ -110.78124298639408, 37.323038561453785 ], [ -110.78208935499205, 37.32308969969624 ], [ -110.78267608852811, 37.323153876197978 ], [ -110.78302577587966, 37.323225727891341 ], [ -110.78375895381333, 37.323390221972176 ], [ -110.78467821711867, 37.323608232401916 ], [ -110.78554128158605, 37.323745008573752 ], [ -110.7858347290243, 37.323750047019864 ], [ -110.78619589810741, 37.323755207123142 ], [ -110.7866304705493, 37.323746977629895 ], [ -110.78739246551071, 37.323703279620268 ], [ -110.78788373819636, 37.323600501230239 ], [ -110.78870814967146, 37.323435218695202 ], [ -110.78944789351074, 37.323274286740116 ], [ -110.78971888122928, 37.323237811550136 ], [ -110.79001798299444, 37.323238342707889 ], [ -110.7905033279597, 37.323235597427207 ], [ -110.79128215866135, 37.323223452884747 ], [ -110.79201033491375, 37.323161637623116 ], [ -110.79239999157005, 37.323067675723479 ], [ -110.79307191666625, 37.322938150809485 ], [ -110.7936433746513, 37.322812953869828 ], [ -110.79426347448249, 37.322647276098408 ], [ -110.79465318702452, 37.322530772054741 ], [ -110.79524070977953, 37.322306442111277 ], [ -110.79574925881143, 37.322068452060584 ], [ -110.79604900156204, 37.32183010009912 ], [ -110.79630326752132, 37.321713357064802 ], [ -110.79657435329295, 37.321637205056447 ], [ -110.79722370959547, 37.321498603784391 ], [ -110.79763579391502, 37.321453338221602 ], [ -110.79821718384569, 37.321405655875971 ], [ -110.79913704104381, 37.321407220893164 ], [ -110.80039559145466, 37.321373294867641 ], [ -110.80119691545899, 37.321383657790008 ], [ -110.80203776642234, 37.321385067494681 ], [ -110.80276603420285, 37.321278116516432 ], [ -110.80324049334709, 37.321116655735295 ], [ -110.80370357016646, 37.320991229868262 ], [ -110.80416083847417, 37.320928890056074 ], [ -110.80449493125563, 37.32092493555119 ], [ -110.80482087868342, 37.321015612894833 ], [ -110.80515351738144, 37.321137849100054 ], [ -110.80576825192526, 37.321287589526747 ], [ -110.80650107994475, 37.321600671986516 ], [ -110.80736905965067, 37.322029348234523 ], [ -110.80795503862511, 37.322395364671543 ], [ -110.80858050422813, 37.322770455998885 ], [ -110.80916079442997, 37.323158992038856 ], [ -110.80966227541708, 37.323470780123856 ], [ -110.80998915318641, 37.323647076977934 ], [ -110.81072165092867, 37.324107961020424 ], [ -110.81151070556093, 37.324523860999989 ], [ -110.81218154569565, 37.324822387137473 ], [ -110.81285794531262, 37.325156973940139 ], [ -110.81353972727318, 37.325599732393158 ], [ -110.81402453384453, 37.325821336422095 ], [ -110.81440675081313, 37.325993201031494 ], [ -110.81474053366033, 37.326124425941067 ], [ -110.81530994704804, 37.326368691928351 ], [ -110.8155747039695, 37.326571918073711 ], [ -110.81590704381175, 37.326833839262235 ], [ -110.81606461718961, 37.32701886965242 ], [ -110.81624440409023, 37.327352663979823 ], [ -110.81662708357021, 37.327803953556753 ], [ -110.81694788247671, 37.328174020896718 ], [ -110.8172911616477, 37.328584684686987 ], [ -110.81757832185176, 37.328864559167222 ], [ -110.81797834005458, 37.329153620526284 ], [ -110.81836166830988, 37.329343501832881 ], [ -110.81904944538262, 37.329669056612573 ], [ -110.81944987253993, 37.32979135617002 ], [ -110.81992371523278, 37.32989573829817 ], [ -110.82062327420709, 37.330018488764821 ], [ -110.82126057044572, 37.330217759328832 ], [ -110.82198802482731, 37.330480259534006 ], [ -110.82246169510439, 37.330661249504573 ], [ -110.82313831956523, 37.330941694173021 ], [ -110.82394354899772, 37.331258382049079 ], [ -110.82469453935192, 37.33160202582367 ], [ -110.82494262730646, 37.331710560093953 ], [ -110.8256531037718, 37.332004561300785 ], [ -110.82621700479301, 37.332226231739845 ], [ -110.82683170631141, 37.332447973848474 ], [ -110.82757065480281, 37.332638345204401 ], [ -110.82838848174319, 37.332891923757188 ], [ -110.82932470950155, 37.333204257929197 ], [ -110.83012540276982, 37.333552445808849 ], [ -110.83098814970059, 37.333918744735826 ], [ -110.83181709969706, 37.334257947591936 ], [ -110.8327361659932, 37.33468741115346 ], [ -110.83350860949834, 37.335062577867944 ], [ -110.83406110925365, 37.335356306076996 ], [ -110.8349912046104, 37.33591646919713 ], [ -110.83579723433888, 37.336431383310895 ], [ -110.83684560710411, 37.337122397509631 ], [ -110.83761782436936, 37.337623731649934 ], [ -110.83841272476133, 37.338080923567347 ], [ -110.83915684694566, 37.338531731363474 ], [ -110.84010384051368, 37.33914505906813 ], [ -110.84070694844337, 37.339556906606902 ], [ -110.84142853717664, 37.339999557176711 ], [ -110.84209343228218, 37.340563815333866 ], [ -110.84258386639139, 37.340879955438758 ], [ -110.8428656164141, 37.341114691407029 ], [ -110.84350270076307, 37.341489612718298 ], [ -110.84389744580243, 37.341679426127314 ], [ -110.84435965188601, 37.342004535475311 ], [ -110.84475421623075, 37.342284484766395 ], [ -110.84511477530616, 37.34263199245575 ], [ -110.84563914197339, 37.342930136432628 ], [ -110.84620859880476, 37.34326439228844 ], [ -110.84659757748273, 37.343521793380276 ], [ -110.8470486609569, 37.343775667934487 ], [ -110.84734760973363, 37.343892333324355 ], [ -110.84771978064076, 37.3440902173 ], [ -110.84828372650129, 37.344366767089255 ], [ -110.84910692672227, 37.344854570295176 ], [ -110.84987927785016, 37.345369344913152 ], [ -110.85077017147202, 37.345892376550005 ], [ -110.85178989924839, 37.346358775388651 ], [ -110.85300377526858, 37.346856054047102 ], [ -110.85426716263717, 37.347448027093286 ], [ -110.85518092450637, 37.347850267401896 ], [ -110.85570096321889, 37.348089770995358 ], [ -110.85605517889098, 37.348252452568524 ], [ -110.85666435955261, 37.348523608965792 ], [ -110.85739772552677, 37.348803925870321 ], [ -110.85778144019666, 37.348894526694629 ], [ -110.85822165193491, 37.348962659271798 ], [ -110.85887053264587, 37.349143712960732 ], [ -110.85944042285792, 37.349302134535009 ], [ -110.86012886914305, 37.349460693596484 ], [ -110.8608906589668, 37.349646376586868 ], [ -110.86131373438621, 37.349827151119747 ], [ -110.86160713184611, 37.349917633610445 ], [ -110.86217717375317, 37.349999424110699 ], [ -110.86287140882828, 37.350085862835741 ], [ -110.86392708554597, 37.350100602676903 ], [ -110.86490386351056, 37.350038624963304 ], [ -110.86552498440396, 37.349971728480632 ], [ -110.86641168779494, 37.349765413651276 ], [ -110.86724750613459, 37.3495995975791 ], [ -110.8680326067623, 37.349379635683704 ], [ -110.86857488024731, 37.34919996155422 ], [ -110.86949564138368, 37.348876480811363 ], [ -110.87020183264633, 37.348575292377149 ], [ -110.87084040560363, 37.348197407814261 ], [ -110.87146212848378, 37.347765418108089 ], [ -110.87197091615731, 37.347346823770394 ], [ -110.87253642471272, 37.346766038229724 ], [ -110.87294370029826, 37.346279725992751 ], [ -110.87324913838515, 37.345924004742322 ], [ -110.87356046809424, 37.345419559675349 ], [ -110.87370660265699, 37.345126764104542 ], [ -110.87389475831367, 37.344685283817093 ], [ -110.87401410268589, 37.344207674340524 ], [ -110.87409963581011, 37.343693973127401 ], [ -110.8741400382787, 37.343162196001792 ], [ -110.87414659931869, 37.342613256405834 ], [ -110.8741026378754, 37.34189570302928 ], [ -110.87400784246233, 37.341197024622808 ], [ -110.87389047734257, 37.340493815051019 ], [ -110.87382907125075, 37.340083616901843 ], [ -110.87375114669135, 37.339425518648198 ], [ -110.87357202078286, 37.338528443620767 ], [ -110.87339232416878, 37.337973896111798 ], [ -110.87326326422026, 37.337518555534949 ], [ -110.8729876919833, 37.336918835029039 ], [ -110.87285848433521, 37.336553632881014 ], [ -110.87259425330438, 37.335926881818189 ], [ -110.87236962102072, 37.335250596306487 ], [ -110.87212235442277, 37.334610341486766 ], [ -110.87178480688884, 37.333956467412449 ], [ -110.87158228884249, 37.333559635526903 ], [ -110.87126712741862, 37.333022965069233 ], [ -110.87094074231774, 37.332451127209659 ], [ -110.87060302293767, 37.331909021931146 ], [ -110.87028224678467, 37.331363328652152 ], [ -110.86987680874586, 37.330821146946938 ], [ -110.86946006205514, 37.330294274995055 ], [ -110.86913345382219, 37.329865752997428 ], [ -110.86878437552205, 37.329378614665927 ], [ -110.86848591592342, 37.328995191642349 ], [ -110.86828309017521, 37.328792152785944 ], [ -110.86814788936729, 37.328647779447792 ], [ -110.86766329230909, 37.328205556240448 ], [ -110.86723501988746, 37.327830998658591 ], [ -110.86672193598901, 37.327546483244681 ], [ -110.86628787649323, 37.327257547961523 ], [ -110.86572409470907, 37.326923394311727 ], [ -110.86492338729734, 37.326530377215427 ], [ -110.86411146582846, 37.326101286100474 ], [ -110.86336709767609, 37.325771420604077 ], [ -110.86304122242758, 37.325590765334169 ], [ -110.86270745588126, 37.325405593043271 ], [ -110.86210966934398, 37.325166028865397 ], [ -110.86139899023009, 37.324939850369354 ], [ -110.86065422932222, 37.324835315488833 ], [ -110.86021405589013, 37.324821275413385 ], [ -110.8594691467445, 37.324797858244857 ], [ -110.85889351975349, 37.324788159271293 ], [ -110.85801207951303, 37.324742035217767 ], [ -110.85678315965285, 37.32460985222729 ], [ -110.85525404226969, 37.32445926177656 ], [ -110.85398457700134, 37.324286437443874 ], [ -110.85325686868846, 37.324127793482511 ], [ -110.85189173945672, 37.323819619102551 ], [ -110.85049269811053, 37.323542934872918 ], [ -110.84941531675463, 37.323280164773834 ], [ -110.8484836882344, 37.322945460152013 ], [ -110.84726674907337, 37.322493199180322 ], [ -110.84651122204551, 37.322154199208782 ], [ -110.84589120641373, 37.321783822207244 ], [ -110.84558128387349, 37.321558069904938 ], [ -110.84525432238544, 37.321386378088434 ], [ -110.84497241617596, 37.321259814057186 ], [ -110.84455969984208, 37.321078092610215 ], [ -110.84424523981011, 37.320866753118182 ], [ -110.84380451443438, 37.320586740300506 ], [ -110.84340549610789, 37.320333822828843 ], [ -110.84306184014561, 37.320053935643074 ], [ -110.84280255294179, 37.319909368552821 ], [ -110.84239680738699, 37.319638410854054 ], [ -110.8419911685311, 37.319317875261738 ], [ -110.84144462531314, 37.3189160241417 ], [ -110.84104462799122, 37.318599999799517 ], [ -110.84077988529384, 37.318370689933346 ], [ -110.84052131480198, 37.317891701772098 ], [ -110.840397806271, 37.317589568401701 ], [ -110.84026179065593, 37.317331586294635 ], [ -110.83977888175585, 37.316736914993719 ], [ -110.83929651967593, 37.315888950742483 ], [ -110.83893675905388, 37.315239458018553 ], [ -110.83867195772541, 37.314517982105627 ], [ -110.8384536440693, 37.313697415627765 ], [ -110.83825215692349, 37.312926448324532 ], [ -110.83811887810673, 37.311925718324396 ], [ -110.83799097451507, 37.311051190610158 ], [ -110.83788554695467, 37.31022176315831 ], [ -110.83785244707154, 37.309870173863729 ], [ -110.83779201647221, 37.309108412425743 ], [ -110.83770319134968, 37.308432244447147 ], [ -110.83768097078152, 37.308269962873183 ], [ -110.83762539069861, 37.307877779787603 ], [ -110.83758688339384, 37.307418015447027 ], [ -110.83759399902735, 37.306732964870093 ], [ -110.83767995168233, 37.306119232600679 ], [ -110.83768099600631, 37.305633381928182 ], [ -110.83763746751525, 37.304885163983549 ], [ -110.83766087412347, 37.303970279567373 ], [ -110.83773097516705, 37.303379961515375 ], [ -110.83782899435036, 37.30292489099503 ], [ -110.8379815032395, 37.302316657660185 ], [ -110.83811779713119, 37.301902202025332 ], [ -110.83824304719245, 37.301375056602481 ], [ -110.83838534617644, 37.300789343530539 ], [ -110.83858404091005, 37.300212721118008 ], [ -110.8388957392533, 37.29955512651626 ], [ -110.83935994775943, 37.298807598464421 ], [ -110.83954114977207, 37.298492355492037 ], [ -110.83997687983909, 37.297866474805843 ], [ -110.84004477885088, 37.297771919942839 ], [ -110.84040680881871, 37.297312696357224 ], [ -110.84071224857429, 37.29693452118758 ], [ -110.84089330753167, 37.29668237361971 ], [ -110.84111388381413, 37.296416757865508 ], [ -110.84157161565452, 37.296047798723855 ], [ -110.84216369277523, 37.295638454151302 ], [ -110.84292074402134, 37.295107637036644 ], [ -110.84376372820098, 37.294482281781747 ], [ -110.84457142595538, 37.294001097675171 ], [ -110.84539039588232, 37.293519922732557 ], [ -110.84600023630162, 37.293232270605657 ], [ -110.84669469898535, 37.292940217965949 ], [ -110.84685842120251, 37.292877332087627 ], [ -110.84745123639026, 37.292634720289442 ], [ -110.84855772604175, 37.292226005307803 ], [ -110.84939888337983, 37.291911589393848 ], [ -110.84967542318046, 37.291848843094975 ], [ -110.85081546881096, 37.29157535920001 ], [ -110.85204011333309, 37.291306477075288 ], [ -110.85309514984472, 37.29122666541344 ], [ -110.85351264924256, 37.291195633924538 ], [ -110.854346518814, 37.291133565137841 ], [ -110.85544222642558, 37.291022233665224 ], [ -110.85627721217716, 37.290964659624315 ], [ -110.85689773494255, 37.290960904472449 ], [ -110.8573366843105, 37.290920871443355 ], [ -110.85798107692962, 37.290822492601102 ], [ -110.85887259511075, 37.290697363218378 ], [ -110.8598881791479, 37.290590401999907 ], [ -110.86084728389896, 37.290519421597097 ], [ -110.86202634476857, 37.290471224969203 ], [ -110.86304170898119, 37.290481418167204 ], [ -110.86391048042678, 37.290450871291256 ], [ -110.86467222556587, 37.290334562909187 ], [ -110.86545663664279, 37.29015968451224 ], [ -110.86628044313919, 37.290034422316715 ], [ -110.86721704240318, 37.289922801939682 ], [ -110.86814819458307, 37.28969849330948 ], [ -110.86902858069578, 37.289469614188519 ], [ -110.86980744059244, 37.289231602897246 ], [ -110.87060338807453, 37.288894451334691 ], [ -110.871162389202, 37.288570557701462 ], [ -110.87165937458543, 37.288224059221349 ], [ -110.87221860249457, 37.28776044403515 ], [ -110.87268190769825, 37.287310244007408 ], [ -110.87304362113086, 37.286891482161813 ], [ -110.8732360639801, 37.286499579985467 ], [ -110.87338346245538, 37.2860580523623 ], [ -110.87367821655026, 37.285197531389286 ], [ -110.87386567314581, 37.28440900718951 ], [ -110.87396253215448, 37.283827707956647 ], [ -110.87395789133187, 37.283228272569779 ], [ -110.87394769283344, 37.282579254242044 ], [ -110.87390338008885, 37.282093352798348 ], [ -110.87387026285222, 37.281658842996912 ], [ -110.87387138197812, 37.280988202960138 ], [ -110.87382747086953, 37.280262529480709 ], [ -110.87367603544109, 37.279753077144299 ], [ -110.87355879738408, 37.279031832143019 ], [ -110.87338522850811, 37.278269963704538 ], [ -110.87325642825193, 37.277719971870781 ], [ -110.87289676065734, 37.276948889157474 ], [ -110.87238502746033, 37.276055952389157 ], [ -110.87196871839619, 37.275438043646574 ], [ -110.8716987765365, 37.274982544184731 ], [ -110.87145119793529, 37.274644250426505 ], [ -110.8712318819513, 37.27426993085615 ], [ -110.87102951050382, 37.273882108309451 ], [ -110.87081573843557, 37.2735663850058 ], [ -110.87060746902937, 37.273331793377828 ], [ -110.87005575967456, 37.272758799618096 ], [ -110.86895106626039, 37.271711956929877 ], [ -110.86807938442303, 37.270949304981251 ], [ -110.86700394319345, 37.269974588533223 ], [ -110.86581011824295, 37.268990714040285 ], [ -110.86511749293281, 37.268417537095573 ], [ -110.86460533620723, 37.267844562578453 ], [ -110.86344571265028, 37.266693943751363 ], [ -110.86329933710523, 37.266558564583576 ], [ -110.86273636415602, 37.266035100233097 ], [ -110.86206090390229, 37.265353756844107 ], [ -110.86137991586433, 37.264618318945857 ], [ -110.86123377957682, 37.264356741189523 ], [ -110.86088526909636, 37.26375239285273 ], [ -110.86063812434806, 37.263224781974351 ], [ -110.86053776974781, 37.262602696302082 ], [ -110.86049917011508, 37.262129414640462 ], [ -110.86053409211141, 37.261539037246791 ], [ -110.86060247257444, 37.261151514735261 ], [ -110.86063118152281, 37.260872113766844 ], [ -110.86064863927892, 37.26057827709576 ], [ -110.86072957121603, 37.260110544386876 ], [ -110.86104560370848, 37.25935373746475 ], [ -110.86143614226229, 37.258551946671631 ], [ -110.86196165258771, 37.257939606530769 ], [ -110.862426333673, 37.257285728783373 ], [ -110.86274148686957, 37.256997645559309 ], [ -110.86298539521742, 37.256818548838247 ], [ -110.86328340086277, 37.256656640745362 ], [ -110.86411295378113, 37.25626999232415 ], [ -110.86482376116142, 37.256067990224473 ], [ -110.86550058358337, 37.255950677157678 ], [ -110.86610961206257, 37.255907198647854 ], [ -110.86660028225198, 37.25583564021256 ], [ -110.86740672646818, 37.255750912728601 ], [ -110.86797618272045, 37.255765070107365 ], [ -110.86830881000695, 37.2557879756123 ], [ -110.8687835022055, 37.25582455875594 ], [ -110.86963941438897, 37.255825504192423 ], [ -110.87070509126414, 37.255817658652852 ], [ -110.87140445453898, 37.255701237839197 ], [ -110.87166389027686, 37.255660956168327 ], [ -110.87269052054272, 37.255400657469288 ], [ -110.87352531109708, 37.255216764389033 ], [ -110.87377907560681, 37.255194500089921 ], [ -110.8743541808017, 37.255200520183301 ], [ -110.87472632995879, 37.255190999067963 ], [ -110.87499706128126, 37.255137200985239 ], [ -110.87539759341098, 37.255011426666663 ], [ -110.87569086963995, 37.254962157735513 ], [ -110.87692029552738, 37.254801189440677 ], [ -110.87841500763106, 37.254460200353648 ], [ -110.87990980646336, 37.254056094196073 ], [ -110.88112254886563, 37.253732812626225 ], [ -110.8821944090713, 37.253355294296455 ], [ -110.88345255561075, 37.252824711071568 ], [ -110.88460922513833, 37.252275987489462 ], [ -110.88540496325518, 37.251776481015305 ], [ -110.88616122427739, 37.251276931197111 ], [ -110.88683299897059, 37.250714197484363 ], [ -110.88720004958049, 37.250326943856919 ], [ -110.88742028752969, 37.25008828129738 ], [ -110.88792316400198, 37.249349606696263 ], [ -110.88816062366638, 37.248899128944643 ], [ -110.88832463515087, 37.248552242967158 ], [ -110.88842080477875, 37.248331489487946 ], [ -110.88855105980852, 37.247934994089064 ], [ -110.88852886696499, 37.247691593918766 ], [ -110.88840581859716, 37.247024438459995 ], [ -110.88816463338071, 37.246185904340393 ], [ -110.88806348131911, 37.245964964539567 ], [ -110.8878767106676, 37.245694366328223 ], [ -110.88760780569662, 37.245306507218956 ], [ -110.88746164256348, 37.245026932808237 ], [ -110.887214299257, 37.244548952731748 ], [ -110.88695529353129, 37.244332368500849 ], [ -110.8854690899885, 37.242933762097572 ], [ -110.88489371578316, 37.242423910110588 ], [ -110.8843092537322, 37.241963623719663 ], [ -110.88369549146245, 37.241498798611978 ], [ -110.88317744598523, 37.241115191271007 ], [ -110.88264945426576, 37.240605374977186 ], [ -110.88198420882459, 37.239910631381925 ], [ -110.88130895585421, 37.239134747407199 ], [ -110.88054925945694, 37.23829567591649 ], [ -110.88004847018182, 37.237718269780075 ], [ -110.8797558649444, 37.237388959765759 ], [ -110.87942959802059, 37.236960460051023 ], [ -110.87912033929334, 37.236473385355801 ], [ -110.8787717919171, 37.235882607860113 ], [ -110.87822064806593, 37.235088804645819 ], [ -110.8776977653708, 37.234254464655564 ], [ -110.87732683823498, 37.233573518906717 ], [ -110.87690512725054, 37.232929476833007 ], [ -110.87649480997865, 37.232216036735515 ], [ -110.87625873301832, 37.231810157137566 ], [ -110.87594401935526, 37.231237434375693 ], [ -110.87584852985572, 37.231034517698596 ], [ -110.87570252637578, 37.230700843884684 ], [ -110.87534253654248, 37.230245254848164 ], [ -110.87515149689017, 37.229879983644253 ], [ -110.87506196000611, 37.229487777009091 ], [ -110.87505694075868, 37.229113687623048 ], [ -110.87504039588505, 37.228892825331847 ], [ -110.87506918023081, 37.228527785645454 ], [ -110.87512591571202, 37.228302493583108 ], [ -110.87525048757182, 37.227955582924785 ], [ -110.87530146701033, 37.227802397307521 ], [ -110.87551641079517, 37.22733839844814 ], [ -110.87568585491344, 37.227122238557882 ], [ -110.87581574811212, 37.226964628460991 ], [ -110.87626188256175, 37.226433264769824 ], [ -110.87687834834257, 37.225825456856015 ], [ -110.87763935160771, 37.225055541615859 ], [ -110.87824887241582, 37.224546874137779 ], [ -110.87894754275665, 37.223970689000453 ], [ -110.87964830647846, 37.223489149684944 ], [ -110.88021805712529, 37.223165220231344 ], [ -110.88069751385753, 37.222913309778065 ], [ -110.88185937467222, 37.222369122229011 ], [ -110.88210752401693, 37.222261200457623 ], [ -110.88303921886798, 37.221847476196388 ], [ -110.88438008780261, 37.22142062356663 ], [ -110.88542326758116, 37.22106107377931 ], [ -110.88637044619203, 37.220823112910061 ], [ -110.88757707302337, 37.220445672616414 ], [ -110.88832132284298, 37.220225531504319 ], [ -110.88884560981079, 37.220116954198062 ], [ -110.88929089324027, 37.220077709242425 ], [ -110.88998986525098, 37.219983712558268 ], [ -110.89050848506312, 37.219894052209803 ], [ -110.89145555570441, 37.219710135051017 ], [ -110.89213206218433, 37.219557513535371 ], [ -110.89271849028017, 37.219337200912499 ], [ -110.89327670476412, 37.219139395186637 ], [ -110.89378990673526, 37.218887461915834 ], [ -110.8942186270952, 37.218594887574277 ], [ -110.89445557569712, 37.218414817097695 ], [ -110.89532435476735, 37.217771080384836 ], [ -110.89623254936552, 37.217140892899039 ], [ -110.89665004699772, 37.216798722301128 ], [ -110.89706758984585, 37.216420493864845 ], [ -110.89749662506976, 37.215875513086111 ], [ -110.89788075307207, 37.215195280524597 ], [ -110.89802197174301, 37.214947514490582 ], [ -110.89814064803264, 37.21469972889453 ], [ -110.8982425809404, 37.214330238447317 ], [ -110.89828820211063, 37.213929150198886 ], [ -110.89826680339988, 37.213078200732205 ], [ -110.89820562829384, 37.21247330195628 ], [ -110.89813273426341, 37.212202816222494 ], [ -110.89802610865219, 37.211873709728771 ], [ -110.89778455092302, 37.2113146271207 ], [ -110.89757673407095, 37.210809657776316 ], [ -110.89741366469616, 37.210552614678882 ], [ -110.89722803794318, 37.210309072935914 ], [ -110.89699731997619, 37.210074505798303 ], [ -110.89659764561439, 37.209772185043491 ], [ -110.89601784696315, 37.209329986296829 ], [ -110.89569695796209, 37.209108858565799 ], [ -110.89548861406978, 37.209000505647928 ], [ -110.89511132887245, 37.208815382979921 ], [ -110.89464510163015, 37.208567081280925 ], [ -110.89434557590234, 37.208386532349877 ], [ -110.89388389326605, 37.208115696422624 ], [ -110.89332100862096, 37.207687020684915 ], [ -110.89259605349611, 37.207113068244901 ], [ -110.89232481350064, 37.206861328339322 ], [ -110.89207717712407, 37.20665467986219 ], [ -110.89161568202016, 37.206265750345246 ], [ -110.89104177483679, 37.205683813675428 ], [ -110.89046794810903, 37.205052296628075 ], [ -110.89020358987364, 37.204727543833265 ], [ -110.89009680002157, 37.20454265548225 ], [ -110.88996761625965, 37.204258590978483 ], [ -110.88967563461392, 37.203559725543172 ], [ -110.8893724354193, 37.202829299428068 ], [ -110.88916494161347, 37.202157553792134 ], [ -110.88899690532993, 37.201476830579324 ], [ -110.8889585804442, 37.200715101631168 ], [ -110.88889779851117, 37.199899266791348 ], [ -110.88894396204799, 37.199155645084652 ], [ -110.88896135978003, 37.198817631820141 ], [ -110.88910364497976, 37.197839732756307 ], [ -110.88921230008283, 37.196740111221708 ], [ -110.88937149309574, 37.195753213170576 ], [ -110.8895868566559, 37.194879043704333 ], [ -110.88992597615255, 37.19413118657274 ], [ -110.89019723559349, 37.193554533976403 ], [ -110.89042893092029, 37.193063478361893 ], [ -110.89064904382046, 37.192788750722073 ], [ -110.89084655539132, 37.192559072498327 ], [ -110.89160253009803, 37.191820607709452 ], [ -110.89248242943805, 37.191082250519969 ], [ -110.89331704666273, 37.190483565024735 ], [ -110.89433744379656, 37.18996616663491 ], [ -110.89549322323921, 37.189309159770659 ], [ -110.89684055599515, 37.188625266068271 ], [ -110.89796245063725, 37.187999754920298 ], [ -110.89902793944994, 37.187414748646454 ], [ -110.89986784210355, 37.187009825113435 ], [ -110.90049364173258, 37.186627251329035 ], [ -110.90081511108359, 37.186342673990225 ], [ -110.90105204773387, 37.186082363384159 ], [ -110.90144122138321, 37.185713107894387 ], [ -110.90161502826908, 37.185478884618384 ], [ -110.9019208776825, 37.185068994644737 ], [ -110.9023666923305, 37.184451893932518 ], [ -110.90265459442035, 37.18397438110479 ], [ -110.90287486170362, 37.183523854554579 ], [ -110.90290877537159, 37.183433740882677 ], [ -110.90301647161495, 37.182911008549333 ], [ -110.90297765743151, 37.182428719860447 ], [ -110.90288859164025, 37.181599345198443 ], [ -110.90269787645079, 37.180972705313671 ], [ -110.90255229637049, 37.180292017277026 ], [ -110.90224952435038, 37.179205562534875 ], [ -110.90184539082765, 37.178105501672107 ], [ -110.90162083309677, 37.177528409511922 ], [ -110.90142471679462, 37.176739507854251 ], [ -110.90135199183173, 37.176356345654781 ], [ -110.90131306838305, 37.175968704463244 ], [ -110.90128535746886, 37.175621636288561 ], [ -110.9012632792397, 37.175274572780751 ], [ -110.90125136887421, 37.174904982323397 ], [ -110.90128116755351, 37.174512891196215 ], [ -110.90139426026469, 37.174170447260835 ], [ -110.90164274398006, 37.173661353667853 ], [ -110.9019644556102, 37.173143305950823 ], [ -110.90226346089493, 37.172759549616075 ], [ -110.90252279213027, 37.172566860135262 ], [ -110.90293423350012, 37.172341843785809 ], [ -110.90363846103777, 37.172184670677495 ], [ -110.90470867644166, 37.172108915729702 ], [ -110.90588014067008, 37.172136894464366 ], [ -110.90649962746836, 37.172182455702043 ], [ -110.90708537694414, 37.172182916432128 ], [ -110.90784564821269, 37.172246609266303 ], [ -110.90885932178097, 37.172351056129919 ], [ -110.90957439881167, 37.172531887234847 ], [ -110.90994033882531, 37.172662871289809 ], [ -110.91057192588796, 37.172960817009667 ], [ -110.91104926087729, 37.173200953019716 ], [ -110.911735944322, 37.173592681147831 ], [ -110.91242829737112, 37.173958268395467 ], [ -110.91293482003512, 37.174296672702503 ], [ -110.91378469765175, 37.174833636677995 ], [ -110.91419554716963, 37.175113373862942 ], [ -110.91447132364044, 37.175301969180396 ], [ -110.91520854258675, 37.175866785388251 ], [ -110.91577693289729, 37.176308884528531 ], [ -110.91676757210043, 37.176932462830301 ], [ -110.91732479385853, 37.177301531957951 ], [ -110.91836054504951, 37.177901691511764 ], [ -110.91916112124869, 37.178262806628524 ], [ -110.91983566624384, 37.178497632946396 ], [ -110.92042691299349, 37.178673807499365 ], [ -110.92132228174505, 37.178895252197869 ], [ -110.92173343680668, 37.178927074030696 ], [ -110.92207141788894, 37.178909268483388 ], [ -110.92258414610218, 37.178760871022689 ], [ -110.92347999953218, 37.178509056585064 ], [ -110.92416180144166, 37.178261605633722 ], [ -110.92462387661534, 37.178063589036981 ], [ -110.92506913161122, 37.177784432584907 ], [ -110.92527219466544, 37.177491600718383 ], [ -110.92543021764764, 37.177176204758588 ], [ -110.92551037728423, 37.176995972019952 ], [ -110.92584823110812, 37.175946034423937 ], [ -110.92626512202231, 37.174697833330796 ], [ -110.9264415212849, 37.174008359565818 ], [ -110.92652113440619, 37.173223275344775 ], [ -110.92654466615895, 37.17218756242243 ], [ -110.92664143762831, 37.171128457841647 ], [ -110.92663186626282, 37.170542531031913 ], [ -110.9265916509346, 37.17019546065238 ], [ -110.92649055322794, 37.169906944585826 ], [ -110.92636136179307, 37.169550804694836 ], [ -110.92597371561688, 37.168563511545003 ], [ -110.92559200300619, 37.167278752997369 ], [ -110.92523847535085, 37.165980489469185 ], [ -110.92495768554124, 37.165173543300497 ], [ -110.92488481256554, 37.164830958435552 ], [ -110.92483444448169, 37.164510923224967 ], [ -110.92483480153278, 37.164150356360814 ], [ -110.92481302062758, 37.163397658671627 ], [ -110.92483049105246, 37.162816255200298 ], [ -110.92488141106475, 37.162577411723667 ], [ -110.92500022020708, 37.162023114879254 ], [ -110.92509112404056, 37.161211896045444 ], [ -110.92522689458774, 37.160585496100161 ], [ -110.92533989743829, 37.160203365971334 ], [ -110.92556572119149, 37.159621191729926 ], [ -110.92587609711356, 37.158949829475795 ], [ -110.92615823274478, 37.15835957641665 ], [ -110.9265701984102, 37.15744038528775 ], [ -110.92685687997914, 37.156796048093135 ], [ -110.92712871271664, 37.156363534461605 ], [ -110.92716254649139, 37.15631397721701 ], [ -110.92737116197682, 37.156034665357275 ], [ -110.92783911333036, 37.155427394755591 ], [ -110.92827322227826, 37.154872384077343 ], [ -110.92857758900553, 37.15455707116184 ], [ -110.92902840659929, 37.154187760076731 ], [ -110.92916928272953, 37.154076068357888 ], [ -110.92940596432155, 37.153876995896596 ], [ -110.92996958153822, 37.153300421851426 ], [ -110.93056811330689, 37.1527103442317 ], [ -110.93139549063073, 37.151846364638473 ], [ -110.9319984850066, 37.15127791629763 ], [ -110.93232530021309, 37.151012184519516 ], [ -110.93287735784665, 37.150724044104756 ], [ -110.93367162931023, 37.150318852310406 ], [ -110.93461809974752, 37.149701905519088 ], [ -110.93510836902486, 37.149219915226219 ], [ -110.93532255474946, 37.148954113366031 ], [ -110.93561000383404, 37.148607223113856 ], [ -110.93581733813156, 37.148449587033916 ], [ -110.93613392556959, 37.148264065478969 ], [ -110.93698999119611, 37.147976069179414 ], [ -110.93798669168548, 37.147833269015074 ], [ -110.93890451289001, 37.147752617834939 ], [ -110.93987297357734, 37.147712549160396 ], [ -110.9404911204083, 37.147803003157144 ], [ -110.94154492364265, 37.148073953646524 ], [ -110.94215282736116, 37.148313128265187 ], [ -110.94277754139152, 37.148664985401176 ], [ -110.94312082433572, 37.148899519883663 ], [ -110.94358230305851, 37.149197209091987 ], [ -110.94420699456607, 37.149598636739377 ], [ -110.94471916666167, 37.149882824040702 ], [ -110.94554643522078, 37.150473637086876 ], [ -110.94618237374188, 37.150924637503493 ], [ -110.9464187618122, 37.151064464682371 ], [ -110.94687471414979, 37.151250362415787 ], [ -110.94727439454006, 37.151389359540872 ], [ -110.94774718777286, 37.151655487759562 ], [ -110.94834378326399, 37.152034345568453 ], [ -110.94900223512779, 37.152543932832621 ], [ -110.94925552271786, 37.152688268687236 ], [ -110.94956513699462, 37.152805585391647 ], [ -110.94982411687505, 37.15285978048891 ], [ -110.9501630631092, 37.152900487377984 ], [ -110.95092209244312, 37.152900804110388 ], [ -110.9517330309761, 37.15273437450567 ], [ -110.95229618717492, 37.15260840375992 ], [ -110.95273551268437, 37.152405760346639 ], [ -110.95368740819197, 37.151914862378945 ], [ -110.9539352687289, 37.151734675017842 ], [ -110.95448173793324, 37.151248119445171 ], [ -110.95509021694909, 37.150626371831876 ], [ -110.95541708356153, 37.150130714238557 ], [ -110.95554111191436, 37.149864841912176 ], [ -110.95561440661443, 37.149698106667145 ], [ -110.95569898834714, 37.149486304585061 ], [ -110.95574975816845, 37.149323166504885 ], [ -110.95578814433469, 37.149153713838494 ], [ -110.95581750004257, 37.149021216017175 ], [ -110.95606581225016, 37.148035154538441 ], [ -110.95612817645089, 37.147291505802478 ], [ -110.9561341400042, 37.146714598884628 ], [ -110.95606129517958, 37.146110620102952 ], [ -110.95596593841248, 37.145493111543026 ], [ -110.95587060937528, 37.144830531810911 ], [ -110.95568530501943, 37.143987634133516 ], [ -110.95538171529614, 37.143243847900784 ], [ -110.95520739586399, 37.142883213712857 ], [ -110.95464488170482, 37.142062706523014 ], [ -110.95430063070023, 37.141557778376864 ], [ -110.95396995120063, 37.14096181089721 ], [ -110.95371689636056, 37.140484860409224 ], [ -110.9534808092386, 37.139885322669478 ], [ -110.95335719953728, 37.139484141476665 ], [ -110.95305934155733, 37.13864119460235 ], [ -110.95278949285895, 37.138032627709208 ], [ -110.95236773311571, 37.137288785901077 ], [ -110.95199097546097, 37.136612567391914 ], [ -110.95159160878198, 37.136089580147832 ], [ -110.95122032274627, 37.13567928085039 ], [ -110.95097282227525, 37.135372695184415 ], [ -110.95078161255758, 37.135075146594644 ], [ -110.95064118053148, 37.134606348586289 ], [ -110.95061330582843, 37.134187175555809 ], [ -110.95064164602053, 37.13388971794592 ], [ -110.95076454447468, 37.133614835188624 ], [ -110.95097976307873, 37.133339990502925 ], [ -110.9513515269182, 37.13298408172394 ], [ -110.95158807259745, 37.132803894033323 ], [ -110.95252850224033, 37.132263420740024 ], [ -110.95323810417342, 37.131749891789497 ], [ -110.95365488041074, 37.131398500547292 ], [ -110.95384643430272, 37.131132655524368 ], [ -110.9540267640005, 37.130808213334575 ], [ -110.95448331856052, 37.129816824158802 ], [ -110.95484404773657, 37.129028216826775 ], [ -110.95521601139383, 37.128266655235215 ], [ -110.95561617262348, 37.127401439235634 ], [ -110.95602753806459, 37.126612846920324 ], [ -110.95638811185728, 37.126040576089224 ], [ -110.95661342044764, 37.125765724522985 ], [ -110.95683868134215, 37.125572000638442 ], [ -110.95713713507322, 37.125342245852231 ], [ -110.9575256843427, 37.125044915829037 ], [ -110.95771153232914, 37.124864697492505 ], [ -110.95804375774563, 37.124625938197319 ], [ -110.95862367196101, 37.124333179226781 ], [ -110.95932852120148, 37.124071108746513 ], [ -110.96006484706207, 37.123882961441964 ], [ -110.9605546011948, 37.123761433156147 ], [ -110.96118506221133, 37.123653470356345 ], [ -110.96180426422562, 37.123545500574593 ], [ -110.96242904853138, 37.123527671736831 ], [ -110.96299191350815, 37.12351883453497 ], [ -110.96356038103488, 37.12356408182935 ], [ -110.96419523926505, 37.123667939032998 ], [ -110.96473778352552, 37.123785286775401 ], [ -110.96544579695559, 37.123934230218246 ], [ -110.96615493086583, 37.124101198230129 ], [ -110.96670080711122, 37.124335723053399 ], [ -110.9670215511249, 37.124543140224112 ], [ -110.96724099977224, 37.124705457376614 ], [ -110.96755495389459, 37.125003013605607 ], [ -110.96775189774721, 37.125147295161767 ], [ -110.96799503973845, 37.125192432243672 ], [ -110.96850158617086, 37.125287217415178 ], [ -110.96908133870009, 37.125305398508907 ], [ -110.96982991969756, 37.125409255117262 ], [ -110.97072484338739, 37.12553117170161 ], [ -110.97147228788425, 37.125675581726952 ], [ -110.97236831558111, 37.125873205763774 ], [ -110.97359531575096, 37.126086221404286 ], [ -110.97464782663432, 37.126308201390316 ], [ -110.975559626426, 37.126519326015519 ], [ -110.97652095091077, 37.126776426045794 ], [ -110.97728753929221, 37.126979395705803 ], [ -110.97809802662296, 37.127218425464008 ], [ -110.97867775953614, 37.127367266039059 ], [ -110.97950406129237, 37.127439525659767 ], [ -110.98034387981446, 37.127489246173894 ], [ -110.98125579075452, 37.127371307379271 ], [ -110.98183561051528, 37.127187507228015 ], [ -110.98226345255669, 37.126984751698835 ], [ -110.9828264253966, 37.126601729537633 ], [ -110.98353578935819, 37.125997876278333 ], [ -110.98407627762015, 37.12540391181161 ], [ -110.98431277163354, 37.12498387980564 ], [ -110.98457739346557, 37.124627852063327 ], [ -110.98462250958966, 37.124199681516892 ], [ -110.98463385983256, 37.123739956706565 ], [ -110.98456640219413, 37.123317180017928 ], [ -110.98447643235382, 37.122888090345498 ], [ -110.98431891636106, 37.122482428690944 ], [ -110.98412763763923, 37.12204521243109 ], [ -110.98404888029022, 37.121846888495114 ], [ -110.98377320201904, 37.121296982171351 ], [ -110.98346935338974, 37.120895806283919 ], [ -110.98312048290983, 37.120485608943476 ], [ -110.98296855800355, 37.120300795168006 ], [ -110.98277162130077, 37.120052874932789 ], [ -110.9824891539334, 37.119723813533625 ], [ -110.98219208287614, 37.119277564028728 ], [ -110.98193891465567, 37.118835827566613 ], [ -110.9817926781288, 37.118425656873249 ], [ -110.98169145335729, 37.118079494104251 ], [ -110.98169155993244, 37.11763689444075 ], [ -110.98174231087209, 37.117231260983196 ], [ -110.98187748722573, 37.11680761190722 ], [ -110.98205202670198, 37.116519182395628 ], [ -110.9822490729115, 37.11624878448977 ], [ -110.98257556798612, 37.11595586970617 ], [ -110.98287390925591, 37.115712528339188 ], [ -110.98317224761878, 37.115473693337755 ], [ -110.98345370895534, 37.115194291078026 ], [ -110.983746418189, 37.114942833868405 ], [ -110.98412356115136, 37.114612963242692 ], [ -110.98448944848992, 37.114265962841074 ], [ -110.98481029041845, 37.114013605216165 ], [ -110.98519866921092, 37.113738719521287 ], [ -110.98557015647853, 37.113490873257149 ], [ -110.98597540673593, 37.113252044074066 ], [ -110.98632437697268, 37.113008699889242 ], [ -110.98666208935565, 37.112765353401244 ], [ -110.98675214609719, 37.112697756562881 ], [ -110.98710111206957, 37.112449902939048 ], [ -110.98738252384969, 37.112314719341818 ], [ -110.98768644350788, 37.11219305880136 ], [ -110.98805790167084, 37.112030840135318 ], [ -110.98837870373276, 37.111900165254347 ], [ -110.98869950134382, 37.111792025150621 ], [ -110.98905969020956, 37.111697409207416 ], [ -110.98947052769789, 37.111602796677111 ], [ -110.98966750417149, 37.111557742707099 ], [ -110.98996465616447, 37.111494668410614 ], [ -110.99067488556732, 37.111400076665461 ], [ -110.9912657991861, 37.111364064626216 ], [ -110.99195800996453, 37.111337070815679 ], [ -110.99254329257579, 37.111323587677767 ], [ -110.99322424552402, 37.11131461428657 ], [ -110.99350450590428, 37.111305615710876 ], [ -110.99402338147853, 37.111287614480219 ], [ -110.99472684504515, 37.111274126461844 ], [ -110.99548658669056, 37.111238100774713 ], [ -110.99616753857332, 37.111228209053763 ], [ -110.99682597998464, 37.111206594283139 ], [ -110.99752381431848, 37.111202103779931 ], [ -110.99810909479426, 37.111193100297896 ], [ -110.9987393962305, 37.111211137195156 ], [ -110.9993359311557, 37.111301284639644 ], [ -110.99968484845994, 37.111355371641508 ], [ -111.0002532471635, 37.111472557170515 ], [ -111.00051775012467, 37.111526641870071 ], [ -111.00083290301615, 37.111585232763993 ], [ -111.00120996089282, 37.111612272295076 ], [ -111.00181212908738, 37.111679871568754 ], [ -111.00243118328655, 37.111801552995409 ], [ -111.00310088975057, 37.111936751262448 ], [ -111.00370306482804, 37.112058426483415 ], [ -111.00444594206955, 37.112283757427321 ], [ -111.00469357000031, 37.11237839759923 ], [ -111.00522259727094, 37.112608239066333 ], [ -111.00584730649854, 37.112914694675297 ], [ -111.00647201922639, 37.113203118461939 ], [ -111.00718678975953, 37.11356815470112 ], [ -111.00771021089496, 37.11385657802802 ], [ -111.00836871294291, 37.114208990788825 ], [ -111.00872891506026, 37.114343277227 ], [ -111.00947746700275, 37.114645197308398 ], [ -111.00988833603122, 37.114866012999492 ], [ -111.01034423130277, 37.115086823338629 ], [ -111.01078323806786, 37.115257153630559 ], [ -111.01111530635892, 37.11537070256577 ], [ -111.01156556785942, 37.115510380434245 ], [ -111.01217342073041, 37.11568159040096 ], [ -111.01240417332998, 37.115703200692586 ], [ -111.01272947951817, 37.115740124651929 ], [ -111.0133609374041, 37.115699491034569 ], [ -111.01390682309012, 37.115519143190859 ], [ -111.01433451392337, 37.115316271542206 ], [ -111.01473406342753, 37.115117908971655 ], [ -111.01528553884725, 37.114784311738319 ], [ -111.01575821086705, 37.114414665399885 ], [ -111.01633214960353, 37.113900775151748 ], [ -111.01666973433589, 37.113495086629143 ], [ -111.01698480312363, 37.113084893216758 ], [ -111.0172830045645, 37.112760336849462 ], [ -111.01762622992491, 37.112453801546707 ], [ -111.01820018222936, 37.112111173007584 ], [ -111.01862221910774, 37.111926315164759 ], [ -111.01917932410444, 37.111759462561764 ], [ -111.01983772802616, 37.111601604691423 ], [ -111.02047924728998, 37.111448253208572 ], [ -111.0211263916664, 37.111294897249032 ], [ -111.02177916757469, 37.111164072370173 ], [ -111.02250510643378, 37.111051258551697 ], [ -111.0231860313574, 37.110969999009662 ], [ -111.02375440984925, 37.110915800939189 ], [ -111.02428225967832, 37.110834565668569 ], [ -111.0249361812847, 37.1107938657739 ], [ -111.02554957848787, 37.110739649620577 ], [ -111.02608980601089, 37.110658403633423 ], [ -111.02653437651664, 37.110617740803868 ], [ -111.02717589167371, 37.110513931504151 ], [ -111.0276767174711, 37.110419165916497 ], [ -111.02809876520271, 37.110351459691202 ], [ -111.02840825797681, 37.110279271852626 ], [ -111.02880778184603, 37.110180018581026 ], [ -111.02932548276524, 37.110076227661722 ], [ -111.02980378904918, 37.109972444389179 ], [ -111.03029898758555, 37.109895697656384 ], [ -111.03082795249743, 37.109823447211426 ], [ -111.03140755723649, 37.109733152478704 ], [ -111.03195903975003, 37.109683426675375 ], [ -111.03237546159257, 37.109638242392656 ], [ -111.03293821354595, 37.109624566006566 ], [ -111.03343342051367, 37.109579356096006 ], [ -111.03385546647061, 37.109529657897831 ], [ -111.03447448486659, 37.109497929616452 ], [ -111.03493030128182, 37.109461739162413 ], [ -111.03539738497209, 37.109452586380641 ], [ -111.03598264311704, 37.109434381693163 ], [ -111.03665793110062, 37.109393610660732 ], [ -111.03732196766688, 37.109361853587032 ], [ -111.03803663363793, 37.109294019513072 ], [ -111.03880753470777, 37.109149541504813 ], [ -111.03942084749806, 37.108977166762884 ], [ -111.0399441181971, 37.108806622064087 ], [ -111.04035484317427, 37.108648733377919 ], [ -111.04084432955976, 37.108450251973203 ], [ -111.04139005625422, 37.108193156205722 ], [ -111.04200328627583, 37.107895469832087 ], [ -111.0424589636812, 37.107633893855088 ], [ -111.04291456166432, 37.107237102160703 ], [ -111.04329137427412, 37.106844844614137 ], [ -111.0435443814813, 37.106452631374921 ], [ -111.04386601070435, 37.106010813732937 ], [ -111.04409529660785, 37.105478886879638 ], [ -111.04414582171277, 37.105271539904088 ], [ -111.04423005756355, 37.104974037639671 ], [ -111.04442215095459, 37.104360995499981 ], [ -111.04458950560793, 37.103788526510918 ], [ -111.04470752201242, 37.103527068211626 ], [ -111.04493799718836, 37.103125846005149 ], [ -111.04511218537898, 37.102701207642674 ], [ -111.04526955650574, 37.102387450975066 ], [ -111.04552818406182, 37.102025879599012 ], [ -111.04579245025509, 37.101687742572814 ], [ -111.04614672638768, 37.101318019984028 ], [ -111.04646841241022, 37.101029437566304 ], [ -111.04684975521053, 37.100763366396805 ], [ -111.04722657703618, 37.100470252962808 ], [ -111.04764279538796, 37.100195151048553 ], [ -111.04807591978354, 37.099965112191953 ], [ -111.04840780997669, 37.099816241606241 ], [ -111.04906039674557, 37.099617659318803 ], [ -111.04940921723836, 37.099550808840185 ], [ -111.04997182570818, 37.099436993193777 ], [ -111.05049506932346, 37.099360150182996 ], [ -111.05109141804779, 37.099220173444934 ], [ -111.05180595490414, 37.099120706381129 ], [ -111.05224474616543, 37.098976285427604 ], [ -111.05262844634051, 37.098908508674093 ], [ -111.05315622598113, 37.098890244710816 ], [ -111.05356246691443, 37.098872033357971 ], [ -111.05423656159678, 37.098880741242262 ], [ -111.05492864585973, 37.098866901268046 ], [ -111.05521000119332, 37.098889306304144 ], [ -111.05567706427378, 37.098944075025614 ], [ -111.05623978210944, 37.098996993724334 ], [ -111.05657180288119, 37.099050921461028 ], [ -111.05694887560742, 37.09915440516663 ], [ -111.05730908251246, 37.099275924377814 ], [ -111.05762430332646, 37.09943352146928 ], [ -111.05790017534444, 37.099640715459572 ], [ -111.05827182271385, 37.100001104471431 ], [ -111.05846335425298, 37.100284959889578 ], [ -111.05868307737084, 37.10064091523806 ], [ -111.05889152425108, 37.100965325796707 ], [ -111.05921820218492, 37.101370805452859 ], [ -111.05952236857264, 37.101767281208502 ], [ -111.05975333373306, 37.102096186019004 ], [ -111.05990663351145, 37.102407101077823 ], [ -111.06009149238433, 37.102776592700224 ], [ -111.06019869485576, 37.103140714896973 ], [ -111.060277757031, 37.103497639865466 ], [ -111.06042444883076, 37.103984335805698 ], [ -111.06046961656531, 37.104173612447518 ], [ -111.06051477735444, 37.104353874800111 ], [ -111.06062768745046, 37.104813544846536 ], [ -111.06070679870879, 37.105227259290722 ], [ -111.06084330692468, 37.105638239935203 ], [ -111.06094373972246, 37.105971716245222 ], [ -111.06116342204434, 37.106242031134514 ], [ -111.06161280745586, 37.106642933327095 ], [ -111.06182224393571, 37.106764516904796 ], [ -111.06208121667346, 37.106904102715802 ], [ -111.06239648638197, 37.107070701141851 ], [ -111.06276802773142, 37.107232761817542 ], [ -111.063235236626, 37.107394770343305 ], [ -111.06357293017122, 37.10745318249127 ], [ -111.06392190179645, 37.107538630390678 ], [ -111.06445658691524, 37.107632990717512 ], [ -111.06492940236285, 37.107763439582584 ], [ -111.06539094128824, 37.107866849986607 ], [ -111.06584118364565, 37.107920686414715 ], [ -111.066330775567, 37.107924920676346 ], [ -111.06695535092571, 37.10784344126612 ], [ -111.06766430440905, 37.10772585338924 ], [ -111.06833379083537, 37.10752715564611 ], [ -111.06866571496039, 37.107423299855476 ], [ -111.06922262766484, 37.107202126561774 ], [ -111.06953197368547, 37.107026167401564 ], [ -111.069936958675, 37.106823108263555 ], [ -111.07023503430814, 37.106633632507979 ], [ -111.07099993353754, 37.10618246368221 ], [ -111.07142732621853, 37.105880229078231 ], [ -111.0717029108031, 37.105717805952182 ], [ -111.07222028292362, 37.105361428420672 ], [ -111.07263068115265, 37.10495102857724 ], [ -111.07296240658975, 37.104657861211138 ], [ -111.0732941598685, 37.104396242827086 ], [ -111.07369898980753, 37.104057956820149 ], [ -111.07422764393215, 37.103751141910493 ], [ -111.07488009477832, 37.103448753654469 ], [ -111.07530751468093, 37.103205097680451 ], [ -111.0759374797347, 37.10293426780887 ], [ -111.0766868565979, 37.102785050074765 ], [ -111.0773609012974, 37.102707990941838 ], [ -111.07795168267785, 37.102649011284107 ], [ -111.07852563315494, 37.102639618321021 ], [ -111.07920090332433, 37.102661704899084 ], [ -111.07957797746479, 37.102720045207676 ], [ -111.08023637695993, 37.102751151479666 ], [ -111.08092860171429, 37.102840823774592 ], [ -111.0816939704147, 37.10292142738664 ], [ -111.08213293686786, 37.102971604066802 ], [ -111.08255506960016, 37.103065059339229 ], [ -111.08285902065302, 37.103145975769131 ], [ -111.08337119476219, 37.10324477374224 ], [ -111.08384397051169, 37.103334583095176 ], [ -111.0842830096623, 37.103446950219016 ], [ -111.08488526685233, 37.103586241793806 ], [ -111.0851948293963, 37.10364911967136 ], [ -111.08565186904067, 37.103752454515806 ], [ -111.08628676348619, 37.103887208248999 ], [ -111.08684963256472, 37.104022011353678 ], [ -111.08727183066472, 37.104162323958882 ], [ -111.08763209294386, 37.104269328053455 ], [ -111.08789105235829, 37.104363786206108 ], [ -111.08843710909397, 37.104552679826774 ], [ -111.08888179976516, 37.104674039944861 ], [ -111.08928140537259, 37.104736839610268 ], [ -111.08974967960232, 37.104813107373907 ], [ -111.09005811501983, 37.104866959123292 ], [ -111.0903237946811, 37.104929856912641 ], [ -111.09060971132782, 37.104974710110042 ], [ -111.09140891294024, 37.105086775044725 ], [ -111.09191539132438, 37.105108919192979 ], [ -111.09234869401509, 37.105113089657351 ], [ -111.09284947408321, 37.10507664152157 ], [ -111.0932658673007, 37.105058286207893 ], [ -111.09374971487833, 37.104981283387957 ], [ -111.09413785966893, 37.104872804676823 ], [ -111.09466090497503, 37.104642524475416 ], [ -111.09506021663604, 37.104466426821773 ], [ -111.09545946423202, 37.104240749399594 ], [ -111.09586433661276, 37.104015066078773 ], [ -111.09624108230203, 37.103798418468251 ], [ -111.09680341766438, 37.103500489873603 ], [ -111.09720271836092, 37.103324384986692 ], [ -111.09742207151336, 37.103243076553369 ], [ -111.09776516808317, 37.103121101544097 ], [ -111.09844580666851, 37.102935745904318 ], [ -111.0990927030463, 37.10276844309503 ], [ -111.09961029245262, 37.102691388142553 ], [ -111.10015042460903, 37.102641354702335 ], [ -111.10057922986164, 37.102659020303804 ], [ -111.10102271951939, 37.102717236057764 ], [ -111.1014448582675, 37.102798905519947 ], [ -111.10189068352788, 37.10291931448419 ], [ -111.10229485282072, 37.103027137735232 ], [ -111.10288029475464, 37.103193395216572 ], [ -111.10360083273481, 37.103391081785041 ], [ -111.10423693673991, 37.103566302548593 ], [ -111.10488879964134, 37.103741505954098 ], [ -111.10523442408675, 37.103826835268201 ], [ -111.10566113028639, 37.103948148420422 ], [ -111.10630291995908, 37.104158508652645 ], [ -111.10656751157485, 37.104240300983008 ], [ -111.10684335684412, 37.104321181155328 ], [ -111.10731056502605, 37.104428930457757 ], [ -111.10774401137769, 37.104536708598616 ], [ -111.10810991974894, 37.10463553248168 ], [ -111.10875728602888, 37.104801704410733 ], [ -111.10899371930067, 37.104864587180586 ], [ -111.10938210735095, 37.104940850801675 ], [ -111.10977043764174, 37.104976549008818 ], [ -111.11033325807047, 37.105043633640669 ], [ -111.11090732080957, 37.105101690819978 ], [ -111.11183589371949, 37.10515490425886 ], [ -111.11220737111009, 37.105208638905516 ], [ -111.11256756785502, 37.105244354567773 ], [ -111.11316421653117, 37.105351957827658 ], [ -111.11367083748303, 37.105464151551871 ], [ -111.11407054184525, 37.105576446010602 ], [ -111.11448152906844, 37.105706756753897 ], [ -111.11490937913007, 37.105823528333183 ], [ -111.11534289880159, 37.105967335640564 ], [ -111.11576516549567, 37.106111152345079 ], [ -111.11620439835984, 37.106309036492092 ], [ -111.11672820953802, 37.106615006920528 ], [ -111.11725204577037, 37.106934496383815 ], [ -111.11765191649027, 37.107145935443569 ], [ -111.11811366281681, 37.107339283004379 ], [ -111.11848535886696, 37.107523704515643 ], [ -111.11891332391185, 37.107703561307567 ], [ -111.11947635654336, 37.107887787658605 ], [ -111.11985918562722, 37.107991065285233 ], [ -111.1201462636237, 37.108040353175113 ], [ -111.12066970212214, 37.108093907194878 ], [ -111.12122122116627, 37.108111373160469 ], [ -111.1217275837692, 37.108043247461346 ], [ -111.12217192051362, 37.10789856231667 ], [ -111.1225430264027, 37.10770887990973 ], [ -111.1231220819364, 37.107356723905745 ], [ -111.12372926895989, 37.107004535706032 ], [ -111.12393165604047, 37.106882631823247 ], [ -111.12422961177641, 37.106702034806233 ], [ -111.12475246730676, 37.106404015230332 ], [ -111.12521447707805, 37.106065493425149 ], [ -111.1257134305812, 37.105610646651272 ], [ -111.12591574213194, 37.105447273828439 ], [ -111.12626976542863, 37.105149426672803 ], [ -111.12659563489622, 37.104842594244509 ], [ -111.12692711388303, 37.104526740638015 ], [ -111.12733697809428, 37.103976431048345 ], [ -111.12760634775407, 37.103538949594693 ], [ -111.12796530790085, 37.102839957115521 ], [ -111.12815573967346, 37.102312416819096 ], [ -111.12830687874488, 37.101843511439164 ], [ -111.12858708547363, 37.101167137749336 ], [ -111.12865997651969, 37.101013816103233 ], [ -111.12887301948021, 37.10055295556559 ], [ -111.12913545688302, 37.100021729517209 ], [ -111.12941705093039, 37.099507609054633 ], [ -111.12950116164461, 37.099336246061696 ], [ -111.12977027956714, 37.098768052691462 ], [ -111.13015742349769, 37.098123107845915 ], [ -111.13027509212725, 37.097835423291301 ], [ -111.13046018408731, 37.097491775947162 ], [ -111.13065658338262, 37.097180567228932 ], [ -111.13076301712074, 37.09690551451105 ], [ -111.13090860523818, 37.096496105753587 ], [ -111.13104298213744, 37.096111949155045 ], [ -111.13119417668015, 37.095692618093963 ], [ -111.13139600029547, 37.095268723586294 ], [ -111.13156415635669, 37.094898951735139 ], [ -111.13180522039868, 37.094393884423049 ], [ -111.13200694336504, 37.093915903219681 ], [ -111.13209663719297, 37.093726503458214 ], [ -111.13223674864385, 37.09341084748359 ], [ -111.13250048147883, 37.093004910456493 ], [ -111.13278654370993, 37.092499790713795 ], [ -111.13291561791347, 37.092310346189976 ], [ -111.13315133034855, 37.091972046170426 ], [ -111.13339267482311, 37.091638246471767 ], [ -111.13366198991119, 37.091214271903311 ], [ -111.13390896385648, 37.090884971912544 ], [ -111.13416719591723, 37.090560165797456 ], [ -111.13445930198471, 37.09030292784405 ], [ -111.13492013358214, 37.090013947328558 ], [ -111.13531918686714, 37.089788135520898 ], [ -111.13573522693973, 37.089624501498925 ], [ -111.136201830495, 37.089422046522785 ], [ -111.13662906375666, 37.089227747927858 ], [ -111.13698327799963, 37.089101139304994 ], [ -111.13753992242867, 37.088915702161948 ], [ -111.13810788159606, 37.088766306376478 ], [ -111.13855216480449, 37.088671138146005 ], [ -111.13914840670324, 37.08860734006096 ], [ -111.1396603485292, 37.08859321686284 ], [ -111.14016117094273, 37.088651218895755 ], [ -111.14045940769513, 37.08868241605758 ], [ -111.14093775226485, 37.08875396285935 ], [ -111.14149487880205, 37.088834428049203 ], [ -111.14206324174241, 37.088905862873602 ], [ -111.14275540383913, 37.088990667447163 ], [ -111.14316618065422, 37.089030736564396 ], [ -111.1439091840077, 37.089223644447799 ], [ -111.14423566752002, 37.08931429211431 ], [ -111.14461830626314, 37.089348981844203 ], [ -111.14529364172812, 37.089457229251146 ], [ -111.1459239065471, 37.089532175418434 ], [ -111.14656542649037, 37.089608005753433 ], [ -111.14721816499834, 37.089665790120343 ], [ -111.14794544918961, 37.089867706476845 ], [ -111.1482708132596, 37.08995744298592 ], [ -111.14862545323501, 37.090057057627085 ], [ -111.14923346922005, 37.090258214046713 ], [ -111.14973462009955, 37.090473925167487 ], [ -111.15030906519225, 37.090766162692738 ], [ -111.15085541056501, 37.091071954587939 ], [ -111.15132176062163, 37.091323760353916 ], [ -111.15164410040403, 37.091584762787669 ], [ -111.15197097939205, 37.091863787077152 ], [ -111.15247262715869, 37.092318364349062 ], [ -111.15263046123822, 37.092466896940813 ], [ -111.15288983191864, 37.092746005515167 ], [ -111.15313808788575, 37.093092734954055 ], [ -111.15333546367656, 37.09331783688738 ], [ -111.15354981068184, 37.093587987901131 ], [ -111.15379811795584, 37.093957251531258 ], [ -111.15409156682281, 37.094389555908286 ], [ -111.15433987020965, 37.094754311215752 ], [ -111.15467842877017, 37.095231626736883 ], [ -111.15498878550476, 37.095672921011008 ], [ -111.15533859615702, 37.096145712721558 ], [ -111.15566043492916, 37.096695161402081 ], [ -111.15590891038217, 37.09713653435923 ], [ -111.15614049022953, 37.097568914735589 ], [ -111.1565074379247, 37.098158865789564 ], [ -111.15682359262638, 37.098672261530666 ], [ -111.15705499630023, 37.099014497536459 ], [ -111.15728087774966, 37.099406318873001 ], [ -111.15759108182527, 37.09975836493895 ], [ -111.15782802375249, 37.100054619240041 ], [ -111.15811559250173, 37.100342692715962 ], [ -111.15841449228904, 37.100666807409496 ], [ -111.15876413093865, 37.101035924739612 ], [ -111.15914174744984, 37.10132838220855 ], [ -111.1596658760279, 37.101719798191013 ], [ -111.16026890193915, 37.102165190803433 ], [ -111.16060135188245, 37.102381083350053 ], [ -111.16114227134908, 37.102722891530604 ], [ -111.16184651495156, 37.10312757425249 ], [ -111.16238175086777, 37.103437834564069 ], [ -111.1629157402411, 37.103689501450134 ], [ -111.16368311352056, 37.104134650602234 ], [ -111.16413385917514, 37.104399948234153 ], [ -111.16449445601108, 37.104611283668653 ], [ -111.1651142308132, 37.104971894094248 ], [ -111.1656214039437, 37.105303812953487 ], [ -111.1660720255138, 37.105506003514172 ], [ -111.1665169136802, 37.105658621983743 ], [ -111.16697840841692, 37.105685015779763 ], [ -111.16724269156782, 37.105594500738654 ], [ -111.16754061845837, 37.105449852024968 ], [ -111.16779348657258, 37.105287237812732 ], [ -111.1680182374111, 37.105133677161362 ], [ -111.16840615647655, 37.104970870197427 ], [ -111.16900237029199, 37.104848329437957 ], [ -111.16954236049347, 37.104748401731037 ], [ -111.17004863653347, 37.104671055566996 ], [ -111.17066739447998, 37.10456650262163 ], [ -111.17133113762658, 37.104448360067835 ], [ -111.17188215217125, 37.104249248918613 ], [ -111.17257385254838, 37.104054437669383 ], [ -111.17327684468506, 37.103877634403105 ], [ -111.17395171858256, 37.103709882480068 ], [ -111.17466487447871, 37.103551084592134 ], [ -111.17531841138315, 37.10340589196695 ], [ -111.17593706830338, 37.103265254626628 ], [ -111.17654441648565, 37.103102095242861 ], [ -111.17709538656572, 37.102893945653982 ], [ -111.1775057407811, 37.102713046862128 ], [ -111.17843863473803, 37.102202340922126 ], [ -111.17897804222874, 37.101868000292221 ], [ -111.17951729608329, 37.101470557586786 ], [ -111.17991594597254, 37.101104875744682 ], [ -111.1802582269956, 37.100698714056762 ], [ -111.18054431919701, 37.100327792551752 ], [ -111.18092011001185, 37.099818815259525 ], [ -111.18113304947404, 37.099448905298566 ], [ -111.18131231217735, 37.099115103496231 ], [ -111.18158667943632, 37.098551292001723 ], [ -111.18176538893437, 37.09798762648537 ], [ -111.18192631683067, 37.097518637752238 ], [ -111.18215122437454, 37.096981943487528 ], [ -111.18235268076486, 37.09652190611196 ], [ -111.18253175828319, 37.096115988434391 ], [ -111.18282416474413, 37.09557468172553 ], [ -111.1830863164169, 37.095088408025894 ], [ -111.1833720805845, 37.094595787210253 ], [ -111.18360198157151, 37.09427091765928 ], [ -111.18389352038149, 37.093842287932169 ], [ -111.18418481593029, 37.093314500816881 ], [ -111.18438071144712, 37.092890525475283 ], [ -111.1845430110501, 37.09253420913668 ], [ -111.18472777041258, 37.092159829020268 ], [ -111.18493526287708, 37.091880063054148 ], [ -111.18512015028939, 37.091559767753886 ], [ -111.18536686933875, 37.091216839825002 ], [ -111.1856293833935, 37.090891915199883 ], [ -111.18590538693435, 37.090562461693914 ], [ -111.18625879683468, 37.090138236051217 ], [ -111.18649420982473, 37.089777294902795 ], [ -111.18680819728031, 37.089339608140797 ], [ -111.18699885172309, 37.089082400672993 ], [ -111.18711549639441, 37.088928973915564 ], [ -111.18734654502462, 37.088626630726729 ], [ -111.18777852351504, 37.08813016203851 ], [ -111.18817129320286, 37.087705868221846 ], [ -111.18850793350815, 37.087335748009316 ], [ -111.18881088239146, 37.086992723316087 ], [ -111.1892261662457, 37.086577404377422 ], [ -111.18949552227643, 37.086302038628247 ], [ -111.18990521781795, 37.085904754771832 ], [ -111.19020815472217, 37.085561726460142 ], [ -111.19053914992169, 37.085191609424825 ], [ -111.19088142723608, 37.084834994719117 ], [ -111.19122939496539, 37.084505412694753 ], [ -111.19150435076182, 37.084225526131689 ], [ -111.19177257646885, 37.083954664090875 ], [ -111.19205410847904, 37.083607158435406 ], [ -111.19250301857673, 37.083155716216496 ], [ -111.19290699885474, 37.082735895371513 ], [ -111.19320988677583, 37.082383845030513 ], [ -111.19366450003814, 37.081968446211611 ], [ -111.19410214000546, 37.081517016240916 ], [ -111.19451742274971, 37.081124214194105 ], [ -111.19492150808821, 37.080753964806497 ], [ -111.19537607915861, 37.080329545112718 ], [ -111.19562292418394, 37.080067723731304 ], [ -111.19592031439232, 37.079774268315738 ], [ -111.19620093088911, 37.079521404214965 ], [ -111.19694725631237, 37.078808038010429 ], [ -111.19727841132537, 37.078523537363886 ], [ -111.19745802177015, 37.07836999545912 ], [ -111.19785633588614, 37.077954674063562 ], [ -111.19810322332752, 37.077715383106153 ], [ -111.19886605906198, 37.076875776911471 ], [ -111.19924189270822, 37.07647400991479 ], [ -111.19969054091369, 37.075954933251928 ], [ -111.20007176570951, 37.075467518651791 ], [ -111.20046964463927, 37.074898044512146 ], [ -111.20082846639026, 37.074451229623143 ], [ -111.20103577068869, 37.074140786478466 ], [ -111.20146743485439, 37.073590181650133 ], [ -111.20182606544452, 37.073075756712342 ], [ -111.20212873026064, 37.072669597679898 ], [ -111.20247628225988, 37.072222796868019 ], [ -111.2028463531763, 37.071784970806185 ], [ -111.20304254638189, 37.071532234588787 ], [ -111.20325001175955, 37.071288493028788 ], [ -111.20404613634189, 37.070322595423526 ], [ -111.20451185571471, 37.069902628089856 ], [ -111.20489310433894, 37.069446747612304 ], [ -111.20534659766612, 37.069085391076051 ], [ -111.20573497618881, 37.068773724443936 ], [ -111.20616708843301, 37.068412401822158 ], [ -111.20658793541755, 37.068046590074815 ], [ -111.20695832983306, 37.067743965026352 ], [ -111.20726684038732, 37.067436939801354 ], [ -111.20745182032489, 37.067206751509794 ], [ -111.20772144765992, 37.067080079302997 ], [ -111.20800811956218, 37.067016476773759 ], [ -111.20828900638227, 37.066894290685951 ], [ -111.20862575336876, 37.066632283869062 ], [ -111.20890042013961, 37.066293763778006 ], [ -111.20920868181268, 37.065901097912992 ], [ -111.20961305783305, 37.065282903586116 ], [ -111.2099087769966, 37.064831664965027 ], [ -111.21030645488045, 37.064236015818437 ], [ -111.21067636730886, 37.063771122182388 ], [ -111.21113614867592, 37.063265503017639 ], [ -111.21161257083595, 37.062678723496703 ], [ -111.21180308752865, 37.062425982596913 ], [ -111.21204965511795, 37.062105533816165 ], [ -111.21248697166777, 37.061617978091753 ], [ -111.21282892719148, 37.061220735042149 ], [ -111.21329439117081, 37.060746647259684 ], [ -111.213514280727, 37.060543429488725 ], [ -111.21373193219542, 37.060344722497454 ], [ -111.21424789858176, 37.059834482633477 ], [ -111.214758348573, 37.059364814925978 ], [ -111.21496589346525, 37.059174236825939 ], [ -111.21531356607697, 37.058818442007194 ], [ -111.21557043660208, 37.058570983065501 ], [ -111.21566132218872, 37.058493294699211 ], [ -111.21601499294584, 37.058271800307175 ], [ -111.21627932165975, 37.058275825856803 ], [ -111.21660550901417, 37.058278836454612 ], [ -111.21690341601706, 37.058225107630363 ], [ -111.21719493832127, 37.057904565772965 ], [ -111.21731809448058, 37.057706025105489 ], [ -111.21744652385208, 37.057384879828078 ], [ -111.2176255444319, 37.057056430139077 ], [ -111.21785557300119, 37.056866707112974 ], [ -111.21820368363514, 37.05667225934102 ], [ -111.21859705287974, 37.056572377575236 ], [ -111.21896805616134, 37.056517607416886 ], [ -111.21946853170144, 37.056507668274811 ], [ -111.21985091127576, 37.056497945936705 ], [ -111.22035695802951, 37.056469964071511 ], [ -111.22074480422052, 37.056406142746354 ], [ -111.221413698733, 37.05629672431683 ], [ -111.22181845327023, 37.05624638941179 ], [ -111.22227826583669, 37.05617792132778 ], [ -111.22256035924505, 37.05610527784058 ], [ -111.22295936972922, 37.056014385354707 ], [ -111.22334182558271, 37.056031694600989 ], [ -111.22369096351436, 37.05619329464669 ], [ -111.22418679383459, 37.056516874381671 ], [ -111.2245193039381, 37.056759632310204 ], [ -111.22482932157514, 37.057002431923223 ], [ -111.22525208092671, 37.057335159930958 ], [ -111.22565779937031, 37.057609325726908 ], [ -111.22599616987851, 37.057928690048641 ], [ -111.22621665882983, 37.058320392803537 ], [ -111.22637518144657, 37.058676156098912 ], [ -111.22657789549213, 37.059140908038884 ], [ -111.22680571377863, 37.059725502046177 ], [ -111.22701536724652, 37.060252438678333 ], [ -111.22724166688039, 37.060702721302697 ], [ -111.2275135799174, 37.061360245271793 ], [ -111.22778520121845, 37.061918611625266 ], [ -111.22806812858582, 37.062494984191751 ], [ -111.22849167608572, 37.063075592403194 ], [ -111.22894398733406, 37.063867979875894 ], [ -111.22918291290995, 37.064394855771617 ], [ -111.22944771325994, 37.064921681088599 ], [ -111.22966855288274, 37.065417040798934 ], [ -111.22985524159283, 37.065777251590525 ], [ -111.23003603554859, 37.066047330404913 ], [ -111.23022263220236, 37.066375990673734 ], [ -111.23075889653904, 37.067019471688312 ], [ -111.2313063366947, 37.06763588548371 ], [ -111.23189289633395, 37.068166584303292 ], [ -111.23259759254701, 37.068701555720907 ], [ -111.23271031676867, 37.06877795621611 ], [ -111.23328525936803, 37.06918247055944 ], [ -111.23388124929005, 37.069478768943888 ], [ -111.23447360546608, 37.06968943561909 ], [ -111.23499140043576, 37.069796582581716 ], [ -111.23571201699812, 37.070011496038155 ], [ -111.23617904064876, 37.070069160024907 ], [ -111.23668428433466, 37.070117731612456 ], [ -111.23695529235852, 37.070085640485203 ], [ -111.23730362480259, 37.069958743900621 ], [ -111.23786535542672, 37.069724148357473 ], [ -111.238438015657, 37.069388567992981 ], [ -111.23881405816815, 37.069131805302369 ], [ -111.23946613854594, 37.068656338328637 ], [ -111.23991900817754, 37.068150622202147 ], [ -111.24026077828844, 37.067730765289504 ], [ -111.24071434899631, 37.067094337214129 ], [ -111.24115093925482, 37.066426391796632 ], [ -111.24143602328627, 37.065871432015719 ], [ -111.24165916491117, 37.065294061940001 ], [ -111.24187119785829, 37.064761785589461 ], [ -111.2420330398873, 37.064364825878584 ], [ -111.24228415285894, 37.063743227299099 ], [ -111.24247938808777, 37.063237125545271 ], [ -111.24257973210527, 37.062957476738845 ], [ -111.24270796594573, 37.062605656279906 ], [ -111.24288015630171, 37.061929230411124 ], [ -111.24301908870544, 37.061406115694119 ], [ -111.24314667068641, 37.060851473935131 ], [ -111.24331347407431, 37.060251679973341 ], [ -111.2435028422169, 37.059674375196153 ], [ -111.24371468826892, 37.059092516729358 ], [ -111.24391542788584, 37.058555752258897 ], [ -111.24405450305942, 37.058081313079931 ], [ -111.24417188189487, 37.057856615003196 ], [ -111.24446844868309, 37.057391766779176 ], [ -111.24474840153778, 37.057008080942602 ], [ -111.2450337433054, 37.056552268728019 ], [ -111.24524055474497, 37.056159718413177 ], [ -111.24548664177416, 37.055740043483176 ], [ -111.24582238246533, 37.055221024729732 ], [ -111.24614149566986, 37.054778661236419 ], [ -111.24648843082926, 37.054246095814889 ], [ -111.2466842443626, 37.053934694623273 ], [ -111.24680722958679, 37.053709080713908 ], [ -111.24717076220757, 37.053095349755196 ], [ -111.24748952210757, 37.052549318486243 ], [ -111.24776881201771, 37.051971818609985 ], [ -111.24792996605304, 37.051381043473086 ], [ -111.2480239357415, 37.050881453258015 ], [ -111.24803296445326, 37.050199951077978 ], [ -111.24795278903035, 37.049753909319087 ], [ -111.24783864166939, 37.049235823791491 ], [ -111.24764015049706, 37.048717914186945 ], [ -111.24740237427058, 37.048222621960434 ], [ -111.247176270886, 37.047858012732419 ], [ -111.24685996916753, 37.047421476082633 ], [ -111.24645942961283, 37.047016663742539 ], [ -111.24605909799163, 37.046674949934626 ], [ -111.24547841784677, 37.046202900155954 ], [ -111.24501630186801, 37.045879339259841 ], [ -111.24454885618331, 37.045645930901379 ], [ -111.24409849817921, 37.045480093067226 ], [ -111.24372696186023, 37.045345641806492 ], [ -111.24331608185102, 37.045215777238163 ], [ -111.24277030006186, 37.04509970885951 ], [ -111.24224721143874, 37.045046692005656 ], [ -111.24184235862793, 37.045043010760757 ], [ -111.24137008984727, 37.045057493980806 ], [ -111.2408417214326, 37.045112653738038 ], [ -111.24033543124582, 37.045037058504803 ], [ -111.23976571362473, 37.044817359870095 ], [ -111.23924896604811, 37.044633609045071 ], [ -111.23864660049564, 37.044400449330887 ], [ -111.23810078931137, 37.044270837983724 ], [ -111.23748185689243, 37.044132356159714 ], [ -111.23699234925883, 37.044026064279535 ], [ -111.23643543516273, 37.04394063770556 ], [ -111.2359123029614, 37.04386956429579 ], [ -111.235394738726, 37.043780448846434 ], [ -111.23507402437822, 37.04370896996879 ], [ -111.23434380114956, 37.043579706534693 ], [ -111.23375745093246, 37.043427619374143 ], [ -111.2332339799798, 37.043243855518043 ], [ -111.232710470269, 37.043046567903488 ], [ -111.23223726460901, 37.042750021731294 ], [ -111.231859618903, 37.042444272605309 ], [ -111.23156635549662, 37.042151879116915 ], [ -111.23126167156666, 37.041800913899152 ], [ -111.23106968624174, 37.04153085756478 ], [ -111.23064041277084, 37.040882659825868 ], [ -111.23026757486058, 37.04030195855286 ], [ -111.23006350891747, 37.039752479140262 ], [ -111.22991599540804, 37.039311061950464 ], [ -111.22986975307245, 37.038891984265959 ], [ -111.22993611717514, 37.038525873040037 ], [ -111.23008072167158, 37.03800366178271 ], [ -111.23026462519421, 37.0374633453428 ], [ -111.23046553700529, 37.036970771610761 ], [ -111.230705831143, 37.036488036725217 ], [ -111.23097848467921, 37.03592410913916 ], [ -111.23128706062718, 37.035342082153129 ], [ -111.23156062493091, 37.034710543684291 ], [ -111.23181212160738, 37.034218770175897 ], [ -111.23202984235859, 37.033713540612958 ], [ -111.23234883661357, 37.033235155426169 ], [ -111.2326170927202, 37.032711797028654 ], [ -111.23284072840585, 37.032305712228357 ], [ -111.23294693731845, 37.032107187852382 ], [ -111.23299167771066, 37.032030477950542 ], [ -111.23341131279761, 37.031376112099217 ], [ -111.23367981749081, 37.030938387105088 ], [ -111.23393160610273, 37.030550273424325 ], [ -111.23418908301367, 37.03018468386901 ], [ -111.234401307353, 37.029729039499145 ], [ -111.23457439975637, 37.029345586993976 ], [ -111.23466374917022, 37.029151601503877 ], [ -111.23477551784107, 37.028935937111676 ], [ -111.23496557950324, 37.028587606440162 ], [ -111.23527301299525, 37.028019092269851 ], [ -111.23554678273342, 37.027473179998097 ], [ -111.23583710629762, 37.0268280761087 ], [ -111.23620044695284, 37.026164797395886 ], [ -111.23653599613567, 37.0256052381541 ], [ -111.23696662626664, 37.02489224379655 ], [ -111.23734733043368, 37.024395692579539 ], [ -111.23771153117694, 37.024016359999351 ], [ -111.23808147606661, 37.023677579433325 ], [ -111.23846815436046, 37.023298199398759 ], [ -111.23877059653387, 37.022946030720341 ], [ -111.23914606788027, 37.022580192549448 ], [ -111.23947668020033, 37.022250501202024 ], [ -111.23977401659172, 37.022065106146655 ], [ -111.24029613676349, 37.021861226650955 ], [ -111.24069474779687, 37.021707174483339 ], [ -111.24119913223339, 37.021584456353487 ], [ -111.24166635921097, 37.021443783003406 ], [ -111.24217195035607, 37.02134810140592 ], [ -111.24245290060794, 37.021315977438327 ], [ -111.24317213100892, 37.021233376480915 ], [ -111.24384113096862, 37.021263554070771 ], [ -111.24439778062801, 37.021315593815807 ], [ -111.24485325862891, 37.021369642608704 ], [ -111.24535374596188, 37.02143621672883 ], [ -111.24578121897011, 37.021520968724509 ], [ -111.24629312472207, 37.0216416014717 ], [ -111.2468613737109, 37.021802679495046 ], [ -111.24728352152056, 37.021977580875806 ], [ -111.24770132072881, 37.022197561686404 ], [ -111.24802680465801, 37.022377169315369 ], [ -111.24841542249547, 37.022610730133849 ], [ -111.24879873023936, 37.022938951698286 ], [ -111.24911463164793, 37.023280835075667 ], [ -111.24950387647499, 37.02370369273693 ], [ -111.24981425156199, 37.024072628924579 ], [ -111.25014619723999, 37.024504619386157 ], [ -111.25034378362916, 37.02476111222424 ], [ -111.25055372335703, 37.025013071454495 ], [ -111.25080221525894, 37.025364106867777 ], [ -111.2509772021838, 37.025584588900891 ], [ -111.25118065295183, 37.025913182817334 ], [ -111.25131059712648, 37.026111223751855 ], [ -111.25144064596607, 37.02634081459415 ], [ -111.25151440738217, 37.026547988684754 ], [ -111.25163888078211, 37.026791112654955 ], [ -111.25184145142848, 37.027191822142093 ], [ -111.25205193894249, 37.0276060359827 ], [ -111.25221033843071, 37.027907680599043 ], [ -111.25238002693607, 37.028222822521194 ], [ -111.25254416992338, 37.028560511888813 ], [ -111.25273066622198, 37.02885758877548 ], [ -111.25289472248365, 37.029168234719116 ], [ -111.25312082712868, 37.029541848601909 ], [ -111.25334669447695, 37.029843347654818 ], [ -111.25359523004718, 37.030198883973377 ], [ -111.25381021781256, 37.030608577659116 ], [ -111.25401954114932, 37.031004761512264 ], [ -111.25427854839593, 37.031463939010493 ], [ -111.25453420074481, 37.031927630277423 ], [ -111.25477201695206, 37.032436431027371 ], [ -111.25508307126259, 37.03299014560848 ], [ -111.25520082039272, 37.033233279997475 ], [ -111.2553380770624, 37.033593558882927 ], [ -111.25555302645763, 37.033986121957085 ], [ -111.25572301142604, 37.03438148583038 ], [ -111.25589875929747, 37.034818303021176 ], [ -111.25608576838844, 37.035259602788315 ], [ -111.2562954193788, 37.035745925072355 ], [ -111.25648259981433, 37.036236802690119 ], [ -111.25671916644734, 37.036700530081539 ], [ -111.25695806077618, 37.037186787789551 ], [ -111.25724771007677, 37.037718006679469 ], [ -111.25742219786954, 37.038109752340432 ], [ -111.25769963724974, 37.038686068250598 ], [ -111.25797150426749, 37.039275917081483 ], [ -111.25820470079833, 37.039735141398076 ], [ -111.25864476521016, 37.040513923622846 ], [ -111.25877951181619, 37.040788567257977 ], [ -111.25905216705273, 37.04127474673308 ], [ -111.25927280750572, 37.041675402973631 ], [ -111.25945377048446, 37.041981494971807 ], [ -111.25968029863431, 37.042458759410842 ], [ -111.25996892406349, 37.043008002038711 ], [ -111.26022360245919, 37.043494218001712 ], [ -111.2604838451909, 37.043962392482612 ], [ -111.26063677900822, 37.044290178482392 ], [ -111.26079535845099, 37.044624261890412 ], [ -111.2609878886787, 37.045020469301825 ], [ -111.26122541857119, 37.045421084469545 ], [ -111.26142929141736, 37.045844309132207 ], [ -111.26164452050305, 37.046299058533748 ], [ -111.26183118885626, 37.046623162716088 ], [ -111.26209690467293, 37.047041742472821 ], [ -111.26230087979108, 37.047492008274695 ], [ -111.26260029241391, 37.047896990833848 ], [ -111.26275872957312, 37.048185098618667 ], [ -111.2630650660801, 37.048639643426021 ], [ -111.26338599502479, 37.049085140678017 ], [ -111.26382632419742, 37.04958445753342 ], [ -111.26404651437113, 37.04984087601742 ], [ -111.26435141235775, 37.050200770123425 ], [ -111.26459300533375, 37.050466154195291 ], [ -111.26493958569594, 37.05084488385814 ], [ -111.26515181358491, 37.051073373596211 ], [ -111.26541859372564, 37.051464900189544 ], [ -111.2657110550049, 37.051802282693494 ], [ -111.26605080154498, 37.052153079907733 ], [ -111.2663666498311, 37.052422800875995 ], [ -111.26683492937394, 37.052863450365109 ], [ -111.26702564513469, 37.053047814859617 ], [ -111.2674273235353, 37.053416497268451 ], [ -111.26790686211766, 37.053857117050924 ], [ -111.26817187540345, 37.054059340498434 ], [ -111.26852692842394, 37.054279388215761 ], [ -111.26894941708551, 37.054485760519697 ], [ -111.26954623518404, 37.054691735346502 ], [ -111.27013164978797, 37.054852661532102 ], [ -111.27048060874738, 37.054937502459524 ], [ -111.27092526378298, 37.055049166809013 ], [ -111.27133611497972, 37.055142878171864 ], [ -111.27183156398479, 37.055304903108791 ], [ -111.27235511331831, 37.055461452869622 ], [ -111.27278871745729, 37.055626320053676 ], [ -111.27327284154538, 37.055764927764677 ], [ -111.27384156348752, 37.055970945616664 ], [ -111.27424151669288, 37.056159322358717 ], [ -111.27465822888531, 37.056316108839937 ], [ -111.27518785395128, 37.056594325234705 ], [ -111.27568939741526, 37.056881618821734 ], [ -111.27593188200944, 37.057065848501082 ], [ -111.27625891848943, 37.057303966691123 ], [ -111.27689001152449, 37.057645039273851 ], [ -111.27732364110504, 37.057810791154211 ], [ -111.27762210682793, 37.057922771958765 ], [ -111.27828087204738, 37.058138473390969 ], [ -111.27915326977296, 37.058333837150521 ], [ -111.27989591544629, 37.058417723232353 ], [ -111.28061029467951, 37.058461107127734 ], [ -111.28104929467472, 37.058554718155904 ], [ -111.2815333522931, 37.058666249254081 ], [ -111.28195566678795, 37.0588094752231 ], [ -111.28240044451339, 37.058943631900412 ], [ -111.28285660519461, 37.059113817001112 ], [ -111.28345812993078, 37.059355767559374 ], [ -111.28390412218862, 37.059512451445173 ], [ -111.28427547831382, 37.059561140824812 ], [ -111.28475224254443, 37.059523940140629 ], [ -111.28528170129375, 37.059441539289764 ], [ -111.28569234004891, 37.059467593988551 ], [ -111.2861428060849, 37.059616145793775 ], [ -111.28702217168566, 37.060158485586292 ], [ -111.28731541076968, 37.060369611933794 ], [ -111.28778931370522, 37.060765092665996 ], [ -111.28828126928214, 37.061174049057804 ], [ -111.2887483480839, 37.061547006709155 ], [ -111.28914320503696, 37.061857038421174 ], [ -111.28940255850004, 37.062027677749505 ], [ -111.28968446053878, 37.062211782896867 ], [ -111.29022020006246, 37.062593581274989 ], [ -111.29078972370472, 37.062984308689067 ], [ -111.29129712972789, 37.063307578628013 ], [ -111.29183267784482, 37.063635284290633 ], [ -111.29242469676571, 37.064021441262234 ], [ -111.29287564978453, 37.064286250573474 ], [ -111.29330992429949, 37.064600678036875 ], [ -111.2935749379735, 37.064775801282387 ], [ -111.29394131023548, 37.06498222285235 ], [ -111.29443711120341, 37.065206350684718 ], [ -111.29485969532735, 37.065403615558004 ], [ -111.29552992344846, 37.065645333684778 ], [ -111.29591305541133, 37.065820157323628 ], [ -111.29649324935809, 37.066048573099252 ], [ -111.29703957795559, 37.06624552079515 ], [ -111.29774912006113, 37.066469099278152 ], [ -111.29832339647992, 37.066619997977867 ], [ -111.29881857026587, 37.066678245953398 ], [ -111.29939807078797, 37.06672636332501 ], [ -111.29974687148027, 37.066748919601736 ], [ -111.30005617066205, 37.066738221892486 ], [ -111.30060708826694, 37.066669219832811 ], [ -111.30094424507996, 37.0665917434333 ], [ -111.30134317950227, 37.066491573416961 ], [ -111.30175878938388, 37.066341781021833 ], [ -111.30224699477961, 37.066061094948942 ], [ -111.30261724827875, 37.06582127215534 ], [ -111.30295375398053, 37.065581534395953 ], [ -111.30331798747575, 37.065243468958869 ], [ -111.30357010385268, 37.064998536613643 ], [ -111.30383347056994, 37.064754476339715 ], [ -111.30412434466366, 37.064357101912734 ], [ -111.30439832535346, 37.063955262954387 ], [ -111.30454884337198, 37.06362134761077 ], [ -111.30479451853708, 37.06317450887218 ], [ -111.30492657372461, 37.062444011288648 ], [ -111.30505361603856, 37.061866769470214 ], [ -111.30520809000043, 37.061118185165959 ], [ -111.30524601809077, 37.060478072147532 ], [ -111.3052988384008, 37.059905527997941 ], [ -111.30540308962776, 37.059256229791707 ], [ -111.30550770053486, 37.058697073550206 ], [ -111.30561307313732, 37.058047772146075 ], [ -111.30576712919409, 37.057478572441532 ], [ -111.30582647854338, 37.056852826535838 ], [ -111.30582428985103, 37.056307466538534 ], [ -111.30570945005506, 37.055717325292214 ], [ -111.30557777780218, 37.055136241541305 ], [ -111.30541893449966, 37.054510155980729 ], [ -111.30523003446741, 37.05396076912578 ], [ -111.30508130050434, 37.053330149812048 ], [ -111.30494866345519, 37.052505681106609 ], [ -111.30474317981236, 37.051744499485409 ], [ -111.30465262141171, 37.051316552055646 ], [ -111.30455356129342, 37.050730875798543 ], [ -111.30431470784973, 37.050059922031778 ], [ -111.30412659196631, 37.049420387766425 ], [ -111.30387121884547, 37.04883511133248 ], [ -111.30366108475923, 37.048312818752052 ], [ -111.30341109074483, 37.047664427181438 ], [ -111.30322959743729, 37.047272768155935 ], [ -111.30299166239489, 37.04682716703671 ], [ -111.3026921296005, 37.046444822839511 ], [ -111.30240955762793, 37.046084970437875 ], [ -111.30203109751834, 37.04564873970844 ], [ -111.30156806884662, 37.045154129593108 ], [ -111.3010491573487, 37.044745295535421 ], [ -111.30069396680992, 37.044502809415441 ], [ -111.30022609434866, 37.044202014271924 ], [ -111.29983731486257, 37.043995667859029 ], [ -111.29939909366465, 37.043798459263698 ], [ -111.29886884037749, 37.043646552547628 ], [ -111.29824425265272, 37.043526430774087 ], [ -111.29747360210628, 37.043438222160951 ], [ -111.29660752680842, 37.043390811614834 ], [ -111.29591035815928, 37.043401566753879 ], [ -111.29514577028604, 37.043426007022774 ], [ -111.29431393669594, 37.043509202341468 ], [ -111.29362261482926, 37.043578522685671 ], [ -111.29311695978461, 37.043678930616977 ], [ -111.29279110671943, 37.043747342667068 ], [ -111.29233620879101, 37.043888186492445 ], [ -111.29144313803144, 37.04413377050696 ], [ -111.29071844986402, 37.044302313526181 ], [ -111.28994313708904, 37.044466468680397 ], [ -111.28888661737705, 37.04461327514278 ], [ -111.28795353790655, 37.044692165199535 ], [ -111.28714396947714, 37.044721170249751 ], [ -111.28639035325433, 37.044677018654248 ], [ -111.28560868174897, 37.044648254171094 ], [ -111.28498988057282, 37.044568613177738 ], [ -111.28430443030004, 37.044407999697114 ], [ -111.28393734404217, 37.044278170946143 ], [ -111.28313743346813, 37.043878944764835 ], [ -111.28270336944534, 37.043577999667008 ], [ -111.28237592139313, 37.043218206098167 ], [ -111.28228555921578, 37.043110249116658 ], [ -111.28178850519166, 37.042498455922484 ], [ -111.28165729170328, 37.041985851803247 ], [ -111.28165068352865, 37.041719043148511 ], [ -111.28174440056239, 37.041214017805615 ], [ -111.28191219103027, 37.040974739325243 ], [ -111.28210812590602, 37.040744408023436 ], [ -111.28233205480005, 37.040482459600049 ], [ -111.28247162971702, 37.040216204426756 ], [ -111.28259979189235, 37.039904904569177 ], [ -111.28269415216893, 37.039575656420077 ], [ -111.28284470131184, 37.039237259909285 ], [ -111.28311883899417, 37.038871525338621 ], [ -111.28346042437229, 37.038501121834351 ], [ -111.28369577099103, 37.038288722356207 ], [ -111.28390320654489, 37.038130475238667 ], [ -111.28429447525231, 37.037817642197858 ], [ -111.28476660591019, 37.037479373660581 ], [ -111.28532742413294, 37.037103931197265 ], [ -111.28583238725166, 37.036827778403186 ], [ -111.28631484134107, 37.036547170598766 ], [ -111.28653925155848, 37.036420428084817 ], [ -111.28711139920422, 37.036071992823622 ], [ -111.28773410604249, 37.035714417856902 ], [ -111.28826695690671, 37.035384100975868 ], [ -111.28886701105527, 37.034986010521912 ], [ -111.28940549098303, 37.034660181974708 ], [ -111.28987108658409, 37.034388615119511 ], [ -111.29029747976357, 37.034157706901944 ], [ -111.29076300037588, 37.033868108027086 ], [ -111.2913072755392, 37.033591835521769 ], [ -111.29172267474806, 37.03342855675664 ], [ -111.29198643710026, 37.033306214327588 ], [ -111.29223895488484, 37.033183899005373 ], [ -111.29265445362866, 37.033047659770347 ], [ -111.29309247287614, 37.032920377802888 ], [ -111.29347441109593, 37.032829290321743 ], [ -111.29396302063547, 37.032700978573551 ], [ -111.29435061678365, 37.032619790037693 ], [ -111.2947999265828, 37.032505995280708 ], [ -111.29503014175832, 37.032433308332081 ], [ -111.29559161980013, 37.032250722596451 ], [ -111.29606874051737, 37.032061133234315 ], [ -111.29634932139018, 37.031929724788455 ], [ -111.29674876685544, 37.031716889348743 ], [ -111.29707308951973, 37.031558326746421 ], [ -111.29753333350892, 37.031367872303832 ], [ -111.29800483973925, 37.031182796400195 ], [ -111.29839780921405, 37.031041185016527 ], [ -111.29883000896061, 37.030868824756936 ], [ -111.29915563891468, 37.030758930646826 ], [ -111.2997056635979, 37.030528578259265 ], [ -111.30016048593883, 37.030392213406842 ], [ -111.30044665746216, 37.030256273944318 ], [ -111.30086184099061, 37.030047891963484 ], [ -111.30115912862586, 37.029880372371181 ], [ -111.30150695589539, 37.02969920210365 ], [ -111.30189981126649, 37.029532339223962 ], [ -111.30231517978447, 37.029372629168712 ], [ -111.30261826195125, 37.029250162902265 ], [ -111.30294373986008, 37.02910510281172 ], [ -111.30326343371425, 37.028919492031413 ], [ -111.30359977532321, 37.028679751689751 ], [ -111.30382962938091, 37.028521412248942 ], [ -111.30418852531297, 37.028299641182045 ], [ -111.3045136543101, 37.028068941329813 ], [ -111.30478817020042, 37.027833863414394 ], [ -111.30507395972674, 37.027606868792489 ], [ -111.30519167100283, 37.027521831202435 ], [ -111.30556702533462, 37.027200855736567 ], [ -111.30574058459327, 37.027024628811695 ], [ -111.30619992915474, 37.026622305718057 ], [ -111.30643361693275, 37.026301692940258 ], [ -111.30670873744458, 37.025940408014186 ], [ -111.30693219387796, 37.025592777604885 ], [ -111.30711060557475, 37.025227234630634 ], [ -111.30721601207283, 37.024879909102694 ], [ -111.30729893276546, 37.024532641692716 ], [ -111.30725189377773, 37.024018945154054 ], [ -111.30717192342452, 37.023702748233603 ], [ -111.30700733573187, 37.023311951006995 ], [ -111.30695058049841, 37.023176882445249 ], [ -111.30692223922009, 37.02311836241757 ], [ -111.30667268205822, 37.022564624505335 ], [ -111.30645748832409, 37.022168548580545 ], [ -111.30614572691552, 37.021520319284548 ], [ -111.30595873407732, 37.021146705525005 ], [ -111.3056531436886, 37.020633674339173 ], [ -111.30533096528724, 37.020188292719901 ], [ -111.30494640279153, 37.019603347855899 ], [ -111.30465802979124, 37.019175906175661 ], [ -111.30439776398106, 37.018748391667501 ], [ -111.30412640328744, 37.018356962451051 ], [ -111.30395095688014, 37.018055430640814 ], [ -111.30386037896767, 37.017893403981759 ], [ -111.30363348754588, 37.017375658551117 ], [ -111.30359828065291, 37.017285604939516 ], [ -111.30344531651861, 37.016700062179765 ], [ -111.30340005993824, 37.016344110291442 ], [ -111.30340323043093, 37.016010570495745 ], [ -111.30346940498748, 37.01569039114996 ], [ -111.30358600250585, 37.015329518108437 ], [ -111.30364170578063, 37.015203174406686 ], [ -111.30391540658952, 37.014774291176437 ], [ -111.30421194550462, 37.014435492477411 ], [ -111.30440176520787, 37.01411499553695 ], [ -111.30467034123566, 37.013812324874898 ], [ -111.30495030001202, 37.013545681841471 ], [ -111.30529175656996, 37.013197750596028 ], [ -111.30548210986974, 37.013012466119726 ], [ -111.30584091389289, 37.012787084115857 ], [ -111.30622775597529, 37.012546304244921 ], [ -111.30666529071316, 37.012333336697708 ], [ -111.30704689197347, 37.012188120067691 ], [ -111.30754630001951, 37.01198851074318 ], [ -111.30808510194461, 37.011802318625463 ], [ -111.30861717513616, 37.011620648745897 ], [ -111.30911246243907, 37.011515694488793 ], [ -111.30971895608828, 37.011392419262734 ], [ -111.31016273564742, 37.01133717409445 ], [ -111.3105503672021, 37.011295595761098 ], [ -111.31093814153806, 37.011289171853363 ], [ -111.31170282867484, 37.011369196830444 ], [ -111.31248454050085, 37.011488835303275 ], [ -111.31285017083077, 37.011564494258835 ], [ -111.31336777098358, 37.011693837177276 ], [ -111.31393039068404, 37.011836580320953 ], [ -111.31440321786108, 37.012011108999289 ], [ -111.31475234853389, 37.012173343772218 ], [ -111.31507339029164, 37.01233835639448 ], [ -111.3154341147095, 37.012585293471268 ], [ -111.3158231483489, 37.012881733153975 ], [ -111.31617836941517, 37.013155725695313 ], [ -111.31658994651031, 37.013465624321078 ], [ -111.31691156285194, 37.013766747378732 ], [ -111.31741344813167, 37.014166545620583 ], [ -111.31770125406703, 37.014445220988208 ], [ -111.31822585544559, 37.014899041130107 ], [ -111.31884650169415, 37.015469787687302 ], [ -111.31894804814722, 37.015559658501495 ], [ -111.31926975805425, 37.015878803506986 ], [ -111.31959709124892, 37.016197932474562 ], [ -111.31989632410038, 37.016517136263786 ], [ -111.32032532606917, 37.01695317583016 ], [ -111.32072619544755, 37.017381176907527 ], [ -111.32122284150181, 37.017861200697872 ], [ -111.32153331018284, 37.018175862648604 ], [ -111.32184381944701, 37.018499538017146 ], [ -111.3221826065446, 37.018863700411231 ], [ -111.32253261946093, 37.01922332412002 ], [ -111.32283155232886, 37.019465899048029 ], [ -111.32332796167312, 37.019883715367044 ], [ -111.32384664960919, 37.020251889801571 ], [ -111.324443537101, 37.020502661512829 ], [ -111.32498406566695, 37.020717527121896 ], [ -111.32549633875287, 37.020896410326891 ], [ -111.32598586084707, 37.021012253306949 ], [ -111.32654268153611, 37.021091851673894 ], [ -111.32703201326392, 37.021162619068875 ], [ -111.32768412144573, 37.021178848951962 ], [ -111.32818438650155, 37.021177466549538 ], [ -111.32880792408012, 37.021085596987163 ], [ -111.32938655097327, 37.02100737034624 ], [ -111.33005472171371, 37.02083874831547 ], [ -111.33046446394471, 37.020702392685891 ], [ -111.33072804153296, 37.020561935894399 ], [ -111.33093552645333, 37.020448678020706 ], [ -111.33141208924751, 37.020167903049959 ], [ -111.33182147262515, 37.019950414518533 ], [ -111.3320457383635, 37.019819079062692 ], [ -111.33271308698313, 37.019465650031115 ], [ -111.33344762296987, 37.019053435149821 ], [ -111.33410908105392, 37.018641421469425 ], [ -111.33466955642935, 37.018274760700905 ], [ -111.33518486275575, 37.01786315305764 ], [ -111.33554848452188, 37.017470000850452 ], [ -111.33587283735348, 37.017094987374975 ], [ -111.3362360944803, 37.016620704806272 ], [ -111.33653213864923, 37.016200697880699 ], [ -111.33681707770936, 37.015812271979783 ], [ -111.33705734825445, 37.015491579966735 ], [ -111.33746523952018, 37.014945953297321 ], [ -111.3377671263125, 37.014579111336026 ], [ -111.33813579648628, 37.014063341320117 ], [ -111.33856637393103, 37.013567225140989 ], [ -111.33894663883815, 37.013133450194381 ], [ -111.33930445419971, 37.012707851120418 ], [ -111.33976311787946, 37.012211650220522 ], [ -111.34015473029139, 37.011804881951058 ], [ -111.34058578068976, 37.011420535123392 ], [ -111.34106732800288, 37.011018012874423 ], [ -111.34138099081699, 37.010778230310798 ], [ -111.34180133386614, 37.010515603810525 ], [ -111.34221611449554, 37.010266513409093 ], [ -111.34267045585719, 37.010066886373508 ], [ -111.34302385557726, 37.009917128412617 ], [ -111.34342765236093, 37.009726658917359 ], [ -111.34371370937484, 37.00959962966715 ], [ -111.34411180139334, 37.009391145621812 ], [ -111.34458822622642, 37.009105810688958 ], [ -111.3451317007405, 37.008734642359151 ], [ -111.34552447035482, 37.008593776824121 ], [ -111.34578264005559, 37.008515501366951 ], [ -111.34643366560883, 37.00831618816995 ], [ -111.34704565111595, 37.008183691910666 ], [ -111.34766897706562, 37.008073695207315 ], [ -111.34828680460413, 37.007990754481163 ], [ -111.34948910723824, 37.00790609094004 ], [ -111.35036596664369, 37.007935056007007 ], [ -111.35090577354278, 37.00799656187489 ], [ -111.35114189527278, 37.008013892280161 ], [ -111.35155791853647, 37.008044211034353 ], [ -111.352058017277, 37.008025601372147 ], [ -111.35293449962492, 37.007972517807943 ], [ -111.3535522160293, 37.007867014090742 ], [ -111.35433286747475, 37.007752006476458 ], [ -111.35505165523367, 37.007628164438863 ], [ -111.3557924372117, 37.007400586865266 ], [ -111.3562527872562, 37.007295540731874 ], [ -111.3568140415798, 37.007136103288339 ], [ -111.35726845230143, 37.006963463295122 ], [ -111.35795993529688, 37.006772078064429 ], [ -111.35850311391795, 37.006594658408801 ], [ -111.35899677172998, 37.006403864505288 ], [ -111.35935580560738, 37.006267562447285 ], [ -111.35993899384673, 37.005995364182084 ], [ -111.36047730465076, 37.005741328097365 ], [ -111.36107153255232, 37.00542852606025 ], [ -111.36142466095244, 37.005233642288694 ], [ -111.36182251055817, 37.004989042097023 ], [ -111.36208595446918, 37.004844008762127 ], [ -111.36240520949339, 37.00461767509276 ], [ -111.36283125832151, 37.004395521336903 ], [ -111.36322950644907, 37.004236551740178 ], [ -111.36367277471842, 37.004090964434006 ], [ -111.36403129501828, 37.0038509845063 ], [ -111.36444570826816, 37.003547731271347 ], [ -111.36486612553361, 37.003325587490487 ], [ -111.36510714411793, 37.003194137930656 ], [ -111.36571278817348, 37.00292634936779 ], [ -111.36620087096676, 37.002753571406267 ], [ -111.36654314581295, 37.002644342420787 ], [ -111.36714882377046, 37.002385560797627 ], [ -111.36758651928363, 37.002253497672214 ], [ -111.36814178874663, 37.002030924579259 ], [ -111.36872567485062, 37.001916432493907 ], [ -111.36941049219779, 37.001756551583014 ], [ -111.36994399535745, 37.001682774989234 ], [ -111.37051130188422, 37.001626919235513 ], [ -111.3710001318472, 37.001611870773338 ], [ -111.37142708146085, 37.001583492390822 ], [ -111.37187677209593, 37.001609127474126 ], [ -111.3722029221193, 37.00165317706125 ], [ -111.3725683693868, 37.001688989472335 ], [ -111.37311942774794, 37.00175847205486 ], [ -111.37353544702418, 37.001793221064119 ], [ -111.37390644442749, 37.001814588887186 ], [ -111.3743110927644, 37.001822327874997 ], [ -111.37469443571955, 37.001840048551827 ], [ -111.37520472649069, 37.001846549519001 ], [ -111.37544744915544, 37.001837669071278 ], [ -111.37571632309051, 37.001890003087752 ], [ -111.3759634260276, 37.001857670349892 ], [ -111.37628347121293, 37.001802569949525 ], [ -111.37653623756694, 37.001779232438722 ], [ -111.37707579837738, 37.001795548315563 ], [ -111.37745816491535, 37.001843010596303 ], [ -111.37786299655632, 37.001887695817146 ], [ -111.3781216723436, 37.001922929537699 ], [ -111.3784815442248, 37.001966854426612 ], [ -111.37896520239549, 37.002041933368993 ], [ -111.37940381574973, 37.002099125586554 ], [ -111.37978068224271, 37.002170035321576 ], [ -111.38010711277244, 37.002269049934057 ], [ -111.3803659659783, 37.002339434233889 ], [ -111.38064743713507, 37.002437689983964 ], [ -111.38101324725481, 37.002544688732783 ], [ -111.38144674078526, 37.002701047891151 ], [ -111.38181853346343, 37.002880139878933 ], [ -111.38210584909125, 37.003022543761197 ], [ -111.38241569835033, 37.003175691586499 ], [ -111.38304613331302, 37.003380989214413 ], [ -111.38329926472439, 37.003429751068779 ], [ -111.38369306811514, 37.003514115196374 ], [ -111.38404636570932, 37.003589594714327 ], [ -111.38444124926691, 37.003664938490381 ], [ -111.38471681560397, 37.0037046102793 ], [ -111.38517243798184, 37.003788769098641 ], [ -111.38548170023249, 37.003823822573295 ], [ -111.38592030572011, 37.003876483496803 ], [ -111.38633069951845, 37.003906698709486 ], [ -111.38703950627865, 37.004048619378224 ], [ -111.38743317966021, 37.004105928394708 ], [ -111.3878436210361, 37.004145152581003 ], [ -111.38831601670292, 37.004211215769629 ], [ -111.38881091481875, 37.004281710546948 ], [ -111.38930572190139, 37.004334174825608 ], [ -111.3896825393461, 37.004391531656026 ], [ -111.39019991858819, 37.004461946822566 ], [ -111.39067782254567, 37.004505446577149 ], [ -111.39111631991744, 37.004535552718941 ], [ -111.39143678095591, 37.004561539390401 ], [ -111.39169418600784, 37.004565197392537 ], [ -111.39257232498245, 37.004629002501602 ], [ -111.39299942194566, 37.004627589115081 ], [ -111.39351093512293, 37.004649331693727 ], [ -111.39405613885101, 37.004665551601484 ], [ -111.394522480669, 37.004645973708278 ], [ -111.39488218789062, 37.004653791888479 ], [ -111.39517996185464, 37.00463927929119 ], [ -111.39546646829358, 37.00461939487176 ], [ -111.39587661716455, 37.004600900310052 ], [ -111.3964104879548, 37.004599118475603 ], [ -111.39686003989222, 37.004593109018039 ], [ -111.39714659726292, 37.004583136172734 ], [ -111.39741074617649, 37.004586759210689 ], [ -111.39804036298422, 37.004625214054713 ], [ -111.39849017366193, 37.004668776546069 ], [ -111.39899611116215, 37.00469862712491 ], [ -111.39942346756153, 37.004746768737405 ], [ -111.39972154768715, 37.004790837066459 ], [ -111.40008713549332, 37.004848198651132 ], [ -111.40043715412423, 37.00493716189898 ], [ -111.40085231499327, 37.005016889765749 ], [ -111.40132467945513, 37.005073886870107 ], [ -111.40174517708887, 37.005099507400644 ], [ -111.40221285695321, 37.00512045938197 ], [ -111.40262888309921, 37.005150599112525 ], [ -111.4030549822448, 37.005172590254205 ], [ -111.40348329616617, 37.005188262284662 ], [ -111.40403960178294, 37.005177355495753 ], [ -111.40456776080632, 37.005157527683373 ], [ -111.40480928960483, 37.005134168270814 ], [ -111.40510699157498, 37.005106109475236 ], [ -111.4054328876659, 37.005095982348003 ], [ -111.40577564282695, 37.005085796690409 ], [ -111.40614075688622, 37.005052997639496 ], [ -111.40652260977414, 37.004997604238561 ], [ -111.40695035152578, 37.004905994846496 ], [ -111.40743192109892, 37.004791663254366 ], [ -111.40787520308373, 37.004663939749776 ], [ -111.40827252271086, 37.004558908597275 ], [ -111.40875066800486, 37.004435569078154 ], [ -111.40918246479472, 37.004262808450356 ], [ -111.40947965402438, 37.004140089690523 ], [ -111.41003486162423, 37.003926335522749 ], [ -111.41039926560451, 37.003762817623553 ], [ -111.41080818351899, 37.003517113871695 ], [ -111.41107688582547, 37.003323276259458 ], [ -111.41126165246436, 37.0031964351612 ], [ -111.41171518564767, 37.002888374593034 ], [ -111.41195011268778, 37.002684736350282 ], [ -111.41220192138404, 37.002485546193967 ], [ -111.41243665112007, 37.002245850221108 ], [ -111.41264342808176, 37.002033294044452 ], [ -111.41282755540864, 37.00178926601518 ], [ -111.41293901863456, 37.001617605410146 ], [ -111.4168502608465, 37.001621962543759 ], [ -111.41883952422823, 37.00161045252753 ], [ -111.42093555631739, 37.001598530580615 ], [ -111.42390839696597, 37.001614993678388 ], [ -111.4277691368102, 37.001632692883433 ], [ -111.43130941576618, 37.001624388342272 ], [ -111.4349901533464, 37.001610956360039 ], [ -111.43769318315226, 37.001614541132447 ], [ -111.43899017637037, 37.001614258504631 ], [ -111.45308521705802, 37.001624391940645 ], [ -111.45708068567654, 37.001618087433215 ], [ -111.46147521307071, 37.001623619109019 ], [ -111.47383130268791, 37.001592965225306 ], [ -111.47523166026448, 37.001587366712485 ], [ -111.47687258449734, 37.001589799751599 ], [ -111.48398138513119, 37.001600689343093 ], [ -111.48917933242254, 37.001579380706509 ], [ -111.49331527278507, 37.001572178838458 ], [ -111.4952091840868, 37.001591335299274 ], [ -111.50068832784112, 37.001604406434112 ], [ -111.54756618778572, 37.001555154659229 ], [ -111.5477460391792, 37.001558831977015 ], [ -111.62572719277175, 37.001443776683665 ], [ -111.63370027523698, 37.001460069011998 ], [ -111.63549959663942, 37.001454955933426 ], [ -111.63783731650128, 37.00145593779289 ], [ -111.68796207593851, 37.001333739224464 ], [ -111.69183381174363, 37.001324756096949 ], [ -111.74256009550851, 37.001261625288848 ], [ -111.75071389874597, 37.001259911215023 ], [ -111.83305894405669, 37.001066576023312 ], [ -111.85177116428315, 37.001032919123361 ], [ -111.86543374187164, 37.001195493588327 ], [ -111.8698736716036, 37.001248670567179 ], [ -111.87569570513836, 37.001277970925862 ], [ -111.99640871340308, 37.001095745262205 ], [ -111.99883103961106, 37.001125862953316 ], [ -112.00073501545717, 37.001051232989617 ], [ -112.03239553316479, 37.001145122479294 ], [ -112.07100486581531, 37.001077920488335 ], [ -112.10558553626574, 37.001049272826101 ], [ -112.12572624669376, 37.001133968067435 ], [ -112.17806437933031, 37.001158710280578 ], [ -112.17940625755372, 37.001158903646953 ], [ -112.21403918033053, 37.001188263286281 ], [ -112.21555633900647, 37.001186254579203 ], [ -112.22448503865678, 37.001171085945074 ], [ -112.23341933390132, 37.001155187155803 ], [ -112.2507266228089, 37.001163343090063 ], [ -112.25141788677648, 37.00116957676785 ], [ -112.28639257066604, 37.001219277647571 ], [ -112.3057454144268, 37.001242284868866 ], [ -112.3258000415634, 37.001231762221323 ], [ -112.34046021876053, 37.001220313275915 ], [ -112.34177475960007, 37.001200951224497 ], [ -112.35832789027248, 37.001152356232147 ], [ -112.37576749037444, 37.001031687583605 ], [ -112.38292092562321, 37.001048596181569 ], [ -112.39392903753793, 37.001064026663897 ], [ -112.43021127975879, 37.001051448801405 ], [ -112.44834301915863, 37.000998297513554 ], [ -112.44938213369056, 37.000976597438637 ], [ -112.48375962327432, 37.000984407088211 ], [ -112.50074142448797, 37.000982685492232 ], [ -112.51870083258748, 37.000808288087335 ], [ -112.52038057448328, 37.00079128622486 ], [ -112.52243678095331, 37.000773938230218 ], [ -112.52925634907049, 37.000735827481492 ], [ -112.53842552083704, 37.000685816225172 ], [ -112.54735419057577, 37.000636429629246 ], [ -112.5565175606494, 37.000579687288862 ], [ -112.55851772184488, 37.000570561077325 ], [ -112.5656984830313, 37.000558059403694 ], [ -112.61036110583163, 37.000451612807971 ], [ -112.62577635116577, 37.000574015505606 ], [ -112.70089841596558, 37.000472835562306 ], [ -112.75073741831064, 37.000478057892479 ], [ -112.77316698903169, 37.000451460032075 ], [ -112.77710574012401, 37.000451123088354 ], [ -112.79104562868531, 37.000439825067367 ], [ -112.79901192549779, 37.000440992732273 ], [ -112.86318363082169, 37.000406106576833 ], [ -112.87575442645949, 37.000433376967628 ], [ -112.89242844217384, 37.000389436471721 ], [ -112.89899617751018, 37.000370130097302 ], [ -112.89917812138462, 37.124975997997325 ], [ -112.89907709244295, 37.249962595256129 ], [ -112.89915276349224, 37.281659017671473 ], [ -112.90134509309976, 37.281646343345848 ], [ -112.90072339896317, 37.374972838046787 ], [ -112.90105800230793, 37.499650277976073 ], [ -112.9010544631568, 37.499956755556653 ], [ -112.90111300675626, 37.543543999338162 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 18, \"properties\": { \"NAME\": \"SALT LAKE CITY SCHOOL DISTRICT\", \"TOTENROLL\": 23960, \"Color4\": \"1\", \"Shape_Leng\": 134280.21164699999, \"Shape_Area\": 286492014.78799999 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.75885180921158, 40.852432894007286 ], [ -111.75867345429241, 40.852398033776645 ], [ -111.75843670948539, 40.852444632392164 ], [ -111.75820016972172, 40.852509245884022 ], [ -111.75801067064471, 40.852537516362226 ], [ -111.75790441737318, 40.852583256311142 ], [ -111.75784520523726, 40.852592653697897 ], [ -111.74499376080109, 40.852334052578975 ], [ -111.74499928147756, 40.849649525305139 ], [ -111.7404322280685, 40.849678930799222 ], [ -111.74043588506733, 40.841481289864731 ], [ -111.74045017960476, 40.834238458401721 ], [ -111.74048827558897, 40.821671498704809 ], [ -111.74047869452556, 40.819743760643597 ], [ -111.74308726653273, 40.819726988658928 ], [ -111.74589760936571, 40.819726870187324 ], [ -111.76165693484621, 40.819732006875483 ], [ -111.77750635222752, 40.819329005461789 ], [ -111.77751076994531, 40.819707328472568 ], [ -111.77840004797957, 40.819701331950931 ], [ -111.7870677434221, 40.819660542264153 ], [ -111.78698560841129, 40.816724364617279 ], [ -111.79664529570958, 40.813406035886175 ], [ -111.79654786818675, 40.812199582460977 ], [ -111.79972701975055, 40.812330732494772 ], [ -111.79973268463047, 40.797989297261132 ], [ -111.81509560082792, 40.797989892558256 ], [ -111.81512726158827, 40.780225036769806 ], [ -111.81458216565825, 40.780228886023004 ], [ -111.81455496092104, 40.77412134717418 ], [ -111.81453242172515, 40.769365038871811 ], [ -111.81445015330658, 40.754861973508881 ], [ -111.81357370279395, 40.754877163946546 ], [ -111.81357949438919, 40.753408739523366 ], [ -111.80095134450642, 40.753397978451645 ], [ -111.80040635779768, 40.753392750964316 ], [ -111.80041438397735, 40.752086463548245 ], [ -111.80042186637021, 40.74777134056324 ], [ -111.80041437727014, 40.746158870340523 ], [ -111.80293734452933, 40.746159362366512 ], [ -111.80293691115672, 40.746123331365013 ], [ -111.80294517970083, 40.745825993194885 ], [ -111.80294127585218, 40.742546923758866 ], [ -111.80322562236387, 40.742553953714676 ], [ -111.80322511176207, 40.741526987090381 ], [ -111.80258995754261, 40.740909818345962 ], [ -111.80220806050326, 40.740669243553455 ], [ -111.80220908112254, 40.739768385113074 ], [ -111.80426993864074, 40.73977205959811 ], [ -111.80513826527628, 40.739099375442898 ], [ -111.80514631876359, 40.735838236212118 ], [ -111.8055085333539, 40.735430325502819 ], [ -111.80544443461848, 40.735025389428316 ], [ -111.80568366051652, 40.734239978439611 ], [ -111.80612647195309, 40.733642324112743 ], [ -111.80612484107499, 40.733507207667799 ], [ -111.80514187584065, 40.733505060264406 ], [ -111.80512494183893, 40.731117919362241 ], [ -111.80563411440755, 40.731114366489791 ], [ -111.80564421902312, 40.73195208884588 ], [ -111.80937424811499, 40.731925992738432 ], [ -111.810365899714, 40.730693875316838 ], [ -111.8103378850346, 40.729360810095123 ], [ -111.81267065035287, 40.7293534175434 ], [ -111.81155097408907, 40.726865933072709 ], [ -111.81143246016032, 40.726857757759532 ], [ -111.81076275974046, 40.725340021876548 ], [ -111.80766008559588, 40.725316731226307 ], [ -111.80766669854222, 40.724884275280317 ], [ -111.807323335294, 40.724886677396263 ], [ -111.80726859743336, 40.725256410175803 ], [ -111.8069029662568, 40.725376077735206 ], [ -111.80644304691803, 40.725532437082002 ], [ -111.8063743975582, 40.725731104456081 ], [ -111.80607871698095, 40.725760195353821 ], [ -111.80612738241264, 40.725867957894749 ], [ -111.8062001634466, 40.726011586111845 ], [ -111.80630955303617, 40.726245043887367 ], [ -111.80572937551298, 40.72624909532972 ], [ -111.80590296461523, 40.726896497833444 ], [ -111.8062486213576, 40.727083263079365 ], [ -111.80614227421447, 40.727102022942937 ], [ -111.80613086851027, 40.727138136731199 ], [ -111.80613282514076, 40.72730027664398 ], [ -111.80619757213984, 40.727759259537031 ], [ -111.80682719235782, 40.727926022195469 ], [ -111.80715535651296, 40.727644463348454 ], [ -111.80812250907222, 40.728304327239769 ], [ -111.8082096445536, 40.728655049786198 ], [ -111.80813870886244, 40.728664554997557 ], [ -111.8080914547139, 40.72867389436977 ], [ -111.80803235976832, 40.72868331661639 ], [ -111.80799683741748, 40.728683565290012 ], [ -111.80794958323473, 40.728692904604422 ], [ -111.8076298820087, 40.72869514204465 ], [ -111.80759425074351, 40.728686382827092 ], [ -111.80751136524474, 40.728686962733981 ], [ -111.80741642119645, 40.728669609876242 ], [ -111.80738078997183, 40.728660850592355 ], [ -111.80732147719628, 40.728652256939881 ], [ -111.80727389635311, 40.728634572674046 ], [ -111.8072145836138, 40.728625978966271 ], [ -111.80716700281704, 40.728608294655842 ], [ -111.80711953088537, 40.728599618094094 ], [ -111.80707195013204, 40.728581933743982 ], [ -111.80702447823087, 40.728573257142799 ], [ -111.8069887382849, 40.728555489967853 ], [ -111.80674421624271, 40.728899523431224 ], [ -111.80670858497972, 40.728890763940484 ], [ -111.80666111290316, 40.728882087191941 ], [ -111.80662548165999, 40.728873327675309 ], [ -111.80654248714607, 40.728864899119323 ], [ -111.80653119013547, 40.72891002070638 ], [ -111.80650783475585, 40.728937209491072 ], [ -111.80647263851942, 40.728964481005193 ], [ -111.80644906559462, 40.728973654239248 ], [ -111.80641365182196, 40.728982910196621 ], [ -111.80636639719617, 40.728992248866469 ], [ -111.80626102559189, 40.729092078788817 ], [ -111.80525292336178, 40.728963988341192 ], [ -111.80526704463459, 40.729153068943603 ], [ -111.80262655081503, 40.731144328451876 ], [ -111.80189899105721, 40.731698905675671 ], [ -111.80131211152866, 40.732135390859298 ], [ -111.79601824264159, 40.732108962587183 ], [ -111.79600223325123, 40.724803152268962 ], [ -111.80522709171784, 40.724856277555354 ], [ -111.805061664224, 40.723902526586713 ], [ -111.80511728173596, 40.723604856909894 ], [ -111.80568961520501, 40.722952248593806 ], [ -111.80569743534404, 40.720655016161594 ], [ -111.80566170001465, 40.720637248508119 ], [ -111.80569667945969, 40.714700371932409 ], [ -111.80570015597269, 40.714006689162069 ], [ -111.80662364335026, 40.714009248168118 ], [ -111.80880208706304, 40.714012021957885 ], [ -111.81134751370917, 40.714012175750106 ], [ -111.81153692449222, 40.714010844257935 ], [ -111.8148992932793, 40.714014181883741 ], [ -111.81498139152184, 40.713950542427021 ], [ -111.81518132166688, 40.713841028089597 ], [ -111.81518508430857, 40.711237530104697 ], [ -111.81518670502116, 40.710399723114847 ], [ -111.82475229671684, 40.710403843270292 ], [ -111.82480014730422, 40.711403450518375 ], [ -111.82588943557191, 40.711413679191132 ], [ -111.8293463686919, 40.711415919631563 ], [ -111.82934435684831, 40.711253780210917 ], [ -111.82996002551873, 40.711258363745984 ], [ -111.82996192700354, 40.711411495397151 ], [ -111.83262562331257, 40.711410329728402 ], [ -111.83262427677907, 40.711302236871653 ], [ -111.83366598812601, 40.711294718221161 ], [ -111.83385550252356, 40.71130235791933 ], [ -111.834317169957, 40.711299022025933 ], [ -111.83431008640478, 40.710731534738223 ], [ -111.83430719507584, 40.709551435751948 ], [ -111.83455589116615, 40.709558646558122 ], [ -111.83455985600099, 40.708928019391855 ], [ -111.83456190904434, 40.708144260602836 ], [ -111.83456587396439, 40.707513633284393 ], [ -111.83651919619726, 40.707517511801932 ], [ -111.83652607341682, 40.707121085664077 ], [ -111.83652246640267, 40.706832838113108 ], [ -111.83498356582072, 40.706834971236738 ], [ -111.83498583926377, 40.706069227689348 ], [ -111.83634784797647, 40.706122427649383 ], [ -111.83644254159685, 40.706121741540969 ], [ -111.83644378135256, 40.70622082665254 ], [ -111.83919035129391, 40.706236926579457 ], [ -111.83918190681857, 40.70650724455303 ], [ -111.83918431776203, 40.707642304544777 ], [ -111.83915129454468, 40.707840732727632 ], [ -111.84155454438664, 40.707850262921241 ], [ -111.84157908272999, 40.708859041507196 ], [ -111.84204084584697, 40.708864682611619 ], [ -111.84363897715345, 40.708862022400425 ], [ -111.84384020896275, 40.70886055153737 ], [ -111.84381291945054, 40.706698699256187 ], [ -111.84379266911749, 40.706032214491749 ], [ -111.84378550645144, 40.705464728062168 ], [ -111.85265245684555, 40.705507676502741 ], [ -111.85264740189817, 40.705111337653399 ], [ -111.85325117696998, 40.705115884939829 ], [ -111.85344642513387, 40.705573877603008 ], [ -111.85989803418447, 40.705580050059652 ], [ -111.85989108251067, 40.705039589016039 ], [ -111.85989260750553, 40.704237816870531 ], [ -111.85946314262715, 40.70397976726268 ], [ -111.85919067728182, 40.703963778440119 ], [ -111.85872894776971, 40.70395820561118 ], [ -111.85825480387727, 40.703907680485727 ], [ -111.85825064106579, 40.703583403631768 ], [ -111.85723261336489, 40.70358195944663 ], [ -111.85533003114406, 40.701983541428056 ], [ -111.8549192022099, 40.701328960238421 ], [ -111.85445044874025, 40.699846019026772 ], [ -111.85446113320747, 40.69975585436751 ], [ -111.8544674435918, 40.699323396880018 ], [ -111.85557997508369, 40.699315156691945 ], [ -111.85565190983927, 40.699386691985715 ], [ -111.85602468993856, 40.699843364701636 ], [ -111.85686512794359, 40.699846138020078 ], [ -111.85686732113912, 40.700017284312985 ], [ -111.8571639029349, 40.7000691338311 ], [ -111.857162286332, 40.699943026047734 ], [ -111.85739899722523, 40.699941268166697 ], [ -111.85739518564975, 40.699644014113098 ], [ -111.85833030494575, 40.699646073507765 ], [ -111.858185966919, 40.699466975492122 ], [ -111.85821950789548, 40.699313580674797 ], [ -111.85990025433688, 40.699310081671776 ], [ -111.85990069781249, 40.700264985259288 ], [ -111.85989766619974, 40.700949657970128 ], [ -111.86077362491831, 40.700952138191163 ], [ -111.8614956032883, 40.700946752443429 ], [ -111.86152357193954, 40.70219873247899 ], [ -111.86163311347373, 40.702432137233004 ], [ -111.86203553648727, 40.702429132812313 ], [ -111.86202544256749, 40.702564336448944 ], [ -111.86181227855758, 40.702556919501191 ], [ -111.86148087072154, 40.702559393197376 ], [ -111.86148435265616, 40.702829623729215 ], [ -111.86202892670362, 40.702834566941831 ], [ -111.86204402517302, 40.704005565594883 ], [ -111.86041050636801, 40.704008744122916 ], [ -111.86041630270489, 40.704459128348745 ], [ -111.86041107426342, 40.704972654546893 ], [ -111.86041281321094, 40.705107769795767 ], [ -111.86012873841189, 40.705109886830122 ], [ -111.86011864032271, 40.705245090280812 ], [ -111.86041455217027, 40.7052428850414 ], [ -111.86040712105282, 40.705585265207745 ], [ -111.86205263106227, 40.705591005624299 ], [ -111.86286935149202, 40.70558490359695 ], [ -111.86286340012799, 40.704206640438223 ], [ -111.86286975055266, 40.702864319202263 ], [ -111.86286451926347, 40.702458973549909 ], [ -111.86287310022094, 40.702206669991831 ], [ -111.86378446652911, 40.702199854096023 ], [ -111.86378225546004, 40.702028708178979 ], [ -111.8643858859737, 40.702024189821394 ], [ -111.86438448854324, 40.701916097677703 ], [ -111.8643936459913, 40.70170883243739 ], [ -111.86452384017574, 40.701707857473373 ], [ -111.86452314135583, 40.701653811400789 ], [ -111.8656002012212, 40.701645740173852 ], [ -111.86559215800088, 40.704681681284356 ], [ -111.86559717297963, 40.705069011146612 ], [ -111.86769233651889, 40.705062290027143 ], [ -111.86856834837555, 40.705064710543482 ], [ -111.86854526540202, 40.711487972873051 ], [ -111.86855018164165, 40.711866294321169 ], [ -111.86895277782097, 40.711872272866344 ], [ -111.8700893063989, 40.711872720166681 ], [ -111.87009856423231, 40.711674462644858 ], [ -111.87009774339748, 40.711611409095759 ], [ -111.8715419266186, 40.711600514127078 ], [ -111.8715405171444, 40.711492422368259 ], [ -111.87153635593008, 40.709357430964729 ], [ -111.87197444857632, 40.709363131002149 ], [ -111.87212833173734, 40.709361968473587 ], [ -111.8721186947633, 40.708623341241669 ], [ -111.87205202054406, 40.708957160842417 ], [ -111.87151923379764, 40.708952176070454 ], [ -111.87148005808307, 40.707763344785199 ], [ -111.8718828645975, 40.707787328668971 ], [ -111.8722618800567, 40.70780248238389 ], [ -111.87358749361188, 40.707783449391343 ], [ -111.87358867077776, 40.707873525866113 ], [ -111.87603926160615, 40.707881979685503 ], [ -111.8760429210914, 40.708161216564939 ], [ -111.8760822096539, 40.708449191565798 ], [ -111.87608823054008, 40.708908581212789 ], [ -111.87605614288491, 40.709170072272236 ], [ -111.87603388526799, 40.709278343613853 ], [ -111.87603612826882, 40.709449488758374 ], [ -111.8768885224693, 40.709452025200399 ], [ -111.87700689413452, 40.709451125925462 ], [ -111.87698657288465, 40.713315940401458 ], [ -111.87757858363246, 40.713320449590157 ], [ -111.87757679939907, 40.714086188027153 ], [ -111.87757915522091, 40.715167193295876 ], [ -111.87692805541811, 40.71517214160211 ], [ -111.87691478033881, 40.715964992679467 ], [ -111.8778144925183, 40.715958154045701 ], [ -111.8778199292525, 40.717273357111587 ], [ -111.87700732505296, 40.717603840838223 ], [ -111.87696421291191, 40.72514429661809 ], [ -111.88817781559256, 40.725148638176336 ], [ -111.89150518915588, 40.725150011688896 ], [ -111.89613506955796, 40.725150192556498 ], [ -111.89614231935465, 40.72569064646013 ], [ -111.8988775960747, 40.725687394347844 ], [ -111.89887032415223, 40.725146940848994 ], [ -111.89988867466471, 40.725148014329598 ], [ -111.91097200031606, 40.725151156559328 ], [ -111.910978633144, 40.725637563083914 ], [ -111.91775143171486, 40.725610935092512 ], [ -111.9178461508871, 40.725610181917766 ], [ -111.92570820411184, 40.725574419984909 ], [ -111.92587383735952, 40.725564082962975 ], [ -111.92551812709914, 40.724675095027706 ], [ -111.92511146092325, 40.724381074879751 ], [ -111.92643725202946, 40.724352424092217 ], [ -111.92835489823582, 40.72430999076294 ], [ -111.93851112944311, 40.724074712179018 ], [ -111.93925689464895, 40.724059637406114 ], [ -111.94090233778093, 40.724028218841916 ], [ -111.94476597305938, 40.724275921686306 ], [ -111.94532294257343, 40.724307395332069 ], [ -111.94551250321418, 40.724314851139205 ], [ -111.94580913014413, 40.724357463291852 ], [ -111.94755325275803, 40.724604404263239 ], [ -111.9495346929849, 40.724885400679355 ], [ -111.95056692208354, 40.725030048503783 ], [ -111.95157547607022, 40.725174882266117 ], [ -111.95323650446097, 40.725404405245591 ], [ -111.9536991544151, 40.725463642782898 ], [ -111.95379400100903, 40.725471867531624 ], [ -111.95547769272871, 40.725629103072421 ], [ -111.9560112558389, 40.725678735794638 ], [ -111.95630725030045, 40.725676283754758 ], [ -111.95686384880766, 40.725680679275285 ], [ -111.95695843798755, 40.725670886595772 ], [ -111.95737321732075, 40.725694472353432 ], [ -111.95746793553704, 40.725693686665423 ], [ -111.95770486019306, 40.725700729513115 ], [ -111.95835540175581, 40.725650287437091 ], [ -111.9600486171488, 40.725645224551876 ], [ -111.96530572479563, 40.725619394322095 ], [ -111.96812384146132, 40.725613808023475 ], [ -111.98198891385141, 40.725550729168447 ], [ -111.98081877038474, 40.725695805746241 ], [ -111.98229886428597, 40.725692227236117 ], [ -111.98251197868697, 40.725690413310176 ], [ -111.98701158827978, 40.725688056819884 ], [ -111.99656672138146, 40.725641985065792 ], [ -112.00344810654069, 40.725753525201519 ], [ -112.00381527021747, 40.725759341006189 ], [ -112.00571028731594, 40.725787886691208 ], [ -112.00579262220944, 40.725751135401119 ], [ -112.00916718227361, 40.725739696446254 ], [ -112.01031562329881, 40.725729649423663 ], [ -112.02060448342007, 40.725657145396617 ], [ -112.02487869314535, 40.725628279844436 ], [ -112.02504430826062, 40.72561780068235 ], [ -112.06323016235061, 40.725506573251451 ], [ -112.07074886302971, 40.72548210879399 ], [ -112.07077254075078, 40.729175345123842 ], [ -112.0701025681831, 40.729487845323469 ], [ -112.06785681637052, 40.730490563823892 ], [ -112.06786216394232, 40.733787597261703 ], [ -112.06787013832715, 40.736508065930323 ], [ -112.0678815148971, 40.740922083191379 ], [ -112.06614044191276, 40.740920163314961 ], [ -112.06435214370823, 40.740927661114647 ], [ -112.06438161259328, 40.755403889046981 ], [ -112.08167692923499, 40.755378198444753 ], [ -112.08167572837013, 40.762611936090288 ], [ -112.09142618094357, 40.76260120302814 ], [ -112.09144989609592, 40.769843701217624 ], [ -112.098701207039, 40.76982893606727 ], [ -112.09870419725556, 40.7707297427892 ], [ -112.10118071544717, 40.770733160983816 ], [ -112.10118552406284, 40.771742050224468 ], [ -112.10118096577229, 40.774336497560981 ], [ -112.10118057978197, 40.779336130458844 ], [ -112.09620335389035, 40.779338481179941 ], [ -112.09621060510561, 40.781941821805049 ], [ -112.10117617613241, 40.781939581355751 ], [ -112.10116725830922, 40.783552157894 ], [ -112.10121238468625, 40.792740217549664 ], [ -112.10137400479863, 40.827609767583475 ], [ -112.0876178168221, 40.827641192395269 ], [ -112.07290083471975, 40.827661899733073 ], [ -112.07252139566162, 40.827665428097895 ], [ -112.07253231142705, 40.831286652791078 ], [ -112.0723900140224, 40.831287975715604 ], [ -112.07215270656005, 40.831281173276963 ], [ -112.06917602769194, 40.831290784238284 ], [ -112.06619920201432, 40.831291311452837 ], [ -112.06544028079202, 40.831298323363264 ], [ -112.06469307336182, 40.831296213892848 ], [ -112.06306821863714, 40.831293182564146 ], [ -112.06326390274855, 40.816815063029011 ], [ -112.06120074458424, 40.816816043043517 ], [ -112.05818913804823, 40.816825689678851 ], [ -112.05819722983196, 40.819573146136392 ], [ -112.05820924350992, 40.824059165270526 ], [ -112.05600357611269, 40.824061360171399 ], [ -112.05339477296127, 40.824067194726943 ], [ -112.04867515238074, 40.824074161027021 ], [ -112.03914104037766, 40.824088368821208 ], [ -112.03912418656584, 40.813891120269034 ], [ -112.0391137864324, 40.813224598822387 ], [ -112.03866329532342, 40.813228655488324 ], [ -112.03649354332664, 40.813230152801715 ], [ -112.03435935552021, 40.813231290444485 ], [ -112.03435138149079, 40.812717887963423 ], [ -112.0343505396286, 40.809610025776259 ], [ -112.03305826967379, 40.809612596035905 ], [ -112.03279747268644, 40.809614930989206 ], [ -112.02958450777065, 40.809616623784684 ], [ -112.02955555624932, 40.802374186506199 ], [ -112.0249167810762, 40.798289668744715 ], [ -112.00641343929161, 40.798344453220125 ], [ -112.00595475111916, 40.819779277568735 ], [ -112.00581805015183, 40.826428603552763 ], [ -112.0057915793615, 40.827816113415366 ], [ -111.98545318199531, 40.827838502966387 ], [ -111.96783042060763, 40.827852571617839 ], [ -111.96790722038372, 40.842103071802221 ], [ -111.96393305922902, 40.842073291693559 ], [ -111.95814373088508, 40.842022432767791 ], [ -111.95813170667921, 40.838716484932 ], [ -111.96289949646975, 40.838685793831161 ], [ -111.96288997357827, 40.831470216527862 ], [ -111.95812231168559, 40.831473879777256 ], [ -111.95812752577076, 40.835131212422901 ], [ -111.95812876514326, 40.836041041607999 ], [ -111.95365777306921, 40.836078090026895 ], [ -111.95348785513967, 40.8349804803632 ], [ -111.95348938968436, 40.834259802484794 ], [ -111.95259982935808, 40.834258143382606 ], [ -111.95260485485407, 40.833780661125161 ], [ -111.95348229169282, 40.833764403780499 ], [ -111.95348301206674, 40.830503386448726 ], [ -111.95253408096048, 40.830493209074426 ], [ -111.95252776445989, 40.830051853455508 ], [ -111.94563729322219, 40.830054492105489 ], [ -111.94615196914469, 40.828717039833691 ], [ -111.94765190805137, 40.824948254914958 ], [ -111.95347455124124, 40.82494531958109 ], [ -111.95347261607297, 40.82481021062847 ], [ -111.95347130325695, 40.823062605223214 ], [ -111.96782003956429, 40.823060230699255 ], [ -111.96779218112488, 40.817880674124567 ], [ -111.96776786890878, 40.812944308500718 ], [ -111.9596490086751, 40.812327492610535 ], [ -111.95962667906302, 40.815714815663689 ], [ -111.95962170279692, 40.816192299128296 ], [ -111.95961110094127, 40.819570514085356 ], [ -111.95325500616939, 40.819551141918041 ], [ -111.95291116869249, 40.81955398247981 ], [ -111.95261462816426, 40.819547423143561 ], [ -111.95262906336731, 40.817241168911742 ], [ -111.95263551171456, 40.81354769440054 ], [ -111.9526877017952, 40.813051804319123 ], [ -111.95269105294531, 40.812457225642234 ], [ -111.95341422021512, 40.812451251707984 ], [ -111.95413700013457, 40.812418251398121 ], [ -111.95725530174268, 40.812419445342314 ], [ -111.95725465441322, 40.812374408976723 ], [ -111.95726560331561, 40.812311259698951 ], [ -111.95726419753248, 40.810563651699098 ], [ -111.95249789899954, 40.810558058519625 ], [ -111.95250190034595, 40.809179747473195 ], [ -111.9524649401186, 40.805765885424421 ], [ -111.94887329984417, 40.805804488368928 ], [ -111.94843470061616, 40.805808094700126 ], [ -111.94843246487356, 40.806483740098372 ], [ -111.94840032650826, 40.809222545018621 ], [ -111.94838975439407, 40.809312715479543 ], [ -111.94839090867406, 40.809393781189563 ], [ -111.94707503967068, 40.809404590458485 ], [ -111.9470616327669, 40.810963145864442 ], [ -111.94626184775228, 40.81058234913742 ], [ -111.94589178767765, 40.810405216626386 ], [ -111.94533064597999, 40.810130556843326 ], [ -111.94488882324175, 40.809908967290212 ], [ -111.94416312810723, 40.809734741261344 ], [ -111.94314119623967, 40.809571941048944 ], [ -111.94269887443272, 40.80931431370476 ], [ -111.94269033316399, 40.808710823502047 ], [ -111.9417255282094, 40.808394401770023 ], [ -111.9416863078163, 40.805620146544477 ], [ -111.93945762327634, 40.805629307114934 ], [ -111.93796401464724, 40.805641459382819 ], [ -111.93796209496422, 40.813082379825019 ], [ -111.93797001699708, 40.820379077402329 ], [ -111.93797255487985, 40.820559223616947 ], [ -111.93796958084246, 40.821189831723714 ], [ -111.93804066730871, 40.822027029423026 ], [ -111.93766124466055, 40.822030113899423 ], [ -111.92625319484972, 40.822005163068845 ], [ -111.91981384390381, 40.821984617108697 ], [ -111.90586787722937, 40.821941823524305 ], [ -111.90580859198346, 40.821942289023404 ], [ -111.90576682604215, 40.819883397358304 ], [ -111.90101911757613, 40.819881748625228 ], [ -111.90104132225412, 40.821925571068924 ], [ -111.89089021072246, 40.821896307007115 ], [ -111.87582917475164, 40.821822453401815 ], [ -111.875579701283, 40.821788313603633 ], [ -111.87528351012115, 40.821808577900008 ], [ -111.87477329869131, 40.821785422632971 ], [ -111.8744417724937, 40.821823969419498 ], [ -111.873741492504, 40.821775224994497 ], [ -111.87282873006008, 40.82180015099771 ], [ -111.87248475522125, 40.821793744522317 ], [ -111.87210509105051, 40.821778598451935 ], [ -111.87151164500607, 40.821738041197968 ], [ -111.87089460322088, 40.821706667378052 ], [ -111.87050378933428, 40.821745650393254 ], [ -111.8702560847716, 40.821846611203242 ], [ -111.86997386727285, 40.822028907031132 ], [ -111.86986915335196, 40.822182838826535 ], [ -111.86976561570606, 40.822426845300512 ], [ -111.86963297669558, 40.823166531045302 ], [ -111.86943645946013, 40.823555371840861 ], [ -111.86927374830302, 40.823808832125152 ], [ -111.8690272100273, 40.823999865120641 ], [ -111.86868510456473, 40.824137567059523 ], [ -111.86837704298915, 40.824157903027235 ], [ -111.86802178582995, 40.824196610010723 ], [ -111.86768953898532, 40.82418109266338 ], [ -111.86741658012163, 40.824165128596682 ], [ -111.86677603679271, 40.824151926238301 ], [ -111.86649180686358, 40.824181086478831 ], [ -111.86610214751256, 40.824310129565269 ], [ -111.86583094570356, 40.824429273997914 ], [ -111.86557078074047, 40.824485276447078 ], [ -111.86539350173005, 40.824531648223086 ], [ -111.865322707139, 40.824559204342272 ], [ -111.86514402304094, 40.824497485921391 ], [ -111.86509624134395, 40.824470819145247 ], [ -111.86498905451889, 40.824435589409752 ], [ -111.8646554031251, 40.824311973497082 ], [ -111.86428618021063, 40.824188623110366 ], [ -111.8638937110771, 40.824101479068226 ], [ -111.86363179289116, 40.824022364816791 ], [ -111.86332291239395, 40.823979634869907 ], [ -111.86294452165913, 40.824063541157685 ], [ -111.86261437727997, 40.824210144016725 ], [ -111.86219158701014, 40.824528597277123 ], [ -111.8617079884154, 40.824730394470905 ], [ -111.86125949389611, 40.824895894119578 ], [ -111.8608104147487, 40.825016354570153 ], [ -111.86009929934829, 40.82504868353152 ], [ -111.85958848563031, 40.824980423830205 ], [ -111.85913568283408, 40.824812637857676 ], [ -111.85857569848083, 40.824609614355467 ], [ -111.85845607633522, 40.824529429261808 ], [ -111.85837214356187, 40.824457986868218 ], [ -111.85825124454895, 40.824278719038766 ], [ -111.8581216235125, 40.824342741826413 ], [ -111.8580638446745, 40.824460280337291 ], [ -111.85804245133959, 40.82464060675855 ], [ -111.85798594912099, 40.824857227743841 ], [ -111.85788247982229, 40.825110231419465 ], [ -111.85778959082226, 40.825264064319271 ], [ -111.85768542384449, 40.82546302280825 ], [ -111.85753417289207, 40.825689356284478 ], [ -111.85743000450336, 40.825888314542553 ], [ -111.85737233915756, 40.826014860202413 ], [ -111.85727967974903, 40.826186707693864 ], [ -111.85710447784579, 40.826395201839269 ], [ -111.85690567473365, 40.826612879384172 ], [ -111.8566122375417, 40.826849276029144 ], [ -111.85622393327947, 40.827086376058197 ], [ -111.85592887004702, 40.827196665960201 ], [ -111.85561020527784, 40.8273161385154 ], [ -111.85538617336, 40.82741689183473 ], [ -111.855127029012, 40.827553938439195 ], [ -111.85484416712045, 40.827691160209923 ], [ -111.85459630061081, 40.827783080244842 ], [ -111.85426658153082, 40.827965689506755 ], [ -111.85399638336426, 40.828165873950319 ], [ -111.85382035718901, 40.828311310652332 ], [ -111.85369199479943, 40.828474411102441 ], [ -111.85364664064139, 40.828636897206188 ], [ -111.85367116612298, 40.828699774247028 ], [ -111.85373196013657, 40.828816433048068 ], [ -111.85379321653188, 40.828969121831989 ], [ -111.853796105086, 40.829194309447807 ], [ -111.85365484271628, 40.829276430073072 ], [ -111.85347696488418, 40.829277746183465 ], [ -111.85341744128706, 40.829260169815541 ], [ -111.85333431616809, 40.82925177635807 ], [ -111.8531080807111, 40.829181382709876 ], [ -111.85283521963491, 40.829174391830534 ], [ -111.85264571430478, 40.829193809335422 ], [ -111.85245678566739, 40.82925826406769 ], [ -111.85227948451787, 40.829304615869837 ], [ -111.85212624614938, 40.829377814742678 ], [ -111.85184210218245, 40.829415946655999 ], [ -111.85158155975368, 40.829444895291495 ], [ -111.85111907594576, 40.829448308308628 ], [ -111.85103629636396, 40.829466935726238 ], [ -111.85094165816753, 40.829485650556805 ], [ -111.85087073705857, 40.829504190384483 ], [ -111.85055055562488, 40.82950655147004 ], [ -111.85018351513436, 40.829554298812369 ], [ -111.84999412290588, 40.829582719490965 ], [ -111.84978066832058, 40.829584292027327 ], [ -111.84957987712546, 40.829648829433651 ], [ -111.84942720970945, 40.829767062322411 ], [ -111.84919291031795, 40.829993996255702 ], [ -111.84908744634485, 40.830093864494167 ], [ -111.84890069442663, 40.830329456219388 ], [ -111.84882988670795, 40.83035700231838 ], [ -111.84877093766434, 40.830384461125206 ], [ -111.84858108306854, 40.830376849450779 ], [ -111.84839076924648, 40.83033320740229 ], [ -111.84822313996985, 40.830208323010055 ], [ -111.84792460680116, 40.830048367157104 ], [ -111.84753166465629, 40.829925137595843 ], [ -111.84713906788095, 40.829828929236236 ], [ -111.84679356292483, 40.82970534879577 ], [ -111.84659185181953, 40.829697820869924 ], [ -111.8463544503623, 40.829681546075911 ], [ -111.84624783733608, 40.829691336549352 ], [ -111.84594134495232, 40.829837718207891 ], [ -111.8456946023728, 40.83001969450136 ], [ -111.84537693498683, 40.830220206745068 ], [ -111.84508309755486, 40.830429551909717 ], [ -111.84486052536182, 40.830647382791987 ], [ -111.84467249938024, 40.83078388505929 ], [ -111.84457980057852, 40.830955722597615 ], [ -111.84448824421619, 40.831217635291992 ], [ -111.84438711378709, 40.831659785164597 ], [ -111.84434322037862, 40.83193936555633 ], [ -111.84422680105207, 40.832111376393911 ], [ -111.84406225935354, 40.832229689066885 ], [ -111.84387251410864, 40.832231077214615 ], [ -111.84367011047836, 40.832169499116048 ], [ -111.84340909682361, 40.832162399325583 ], [ -111.843123794528, 40.832110434667534 ], [ -111.84293393549257, 40.832102813743262 ], [ -111.84261385494285, 40.832114160450061 ], [ -111.84231874641489, 40.832224415885406 ], [ -111.8421657181603, 40.832315616716826 ], [ -111.84194096503558, 40.832362299042174 ], [ -111.84168086207158, 40.832427255566571 ], [ -111.84139647093589, 40.832447346861002 ], [ -111.84133671983436, 40.832411749208759 ], [ -111.84120535871661, 40.832340640285011 ], [ -111.84095483785249, 40.83222535811796 ], [ -111.84039336607424, 40.831905148778809 ], [ -111.8397588137294, 40.831432326542703 ], [ -111.83968538719526, 40.831252693793346 ], [ -111.83910055266641, 40.830959673205392 ], [ -111.83885026766372, 40.830862401426735 ], [ -111.83845858517491, 40.830838223769248 ], [ -111.83801856026052, 40.830742329060861 ], [ -111.83783988406455, 40.830680568327026 ], [ -111.83757899000484, 40.830682462819532 ], [ -111.83714066675579, 40.830721677844416 ], [ -111.83674932534527, 40.830724516992525 ], [ -111.83625148072814, 40.830746143619749 ], [ -111.83569422844015, 40.83075919010426 ], [ -111.83543378618663, 40.830797109926152 ], [ -111.8351971743711, 40.830843864999544 ], [ -111.83504402632798, 40.830926048924184 ], [ -111.83482062843721, 40.831080807935855 ], [ -111.83463291925094, 40.831244316678081 ], [ -111.83448010839777, 40.83135352250148 ], [ -111.83432695829092, 40.831435705486939 ], [ -111.83404403629008, 40.831572876741902 ], [ -111.83376088743273, 40.831692032217042 ], [ -111.83328821854359, 40.831830572828565 ], [ -111.83296836267692, 40.831859907872101 ], [ -111.83250642323868, 40.831908284184642 ], [ -111.83241166345535, 40.831917976340101 ], [ -111.83221039737352, 40.831946453519251 ], [ -111.83194938538009, 40.831939327778379 ], [ -111.83123761654166, 40.831926441882359 ], [ -111.83084536787626, 40.831857200647967 ], [ -111.83054889158288, 40.83185933551097 ], [ -111.83018204744107, 40.831925034567469 ], [ -111.82996993221506, 40.832034661183464 ], [ -111.82967469025643, 40.832135876917746 ], [ -111.82924910926467, 40.832247037242972 ], [ -111.82907324215145, 40.83241045182254 ], [ -111.82899303305179, 40.832636237308328 ], [ -111.82891327218069, 40.832898052959841 ], [ -111.82880911905639, 40.833105993621828 ], [ -111.82864634163994, 40.833368405471347 ], [ -111.82841207033087, 40.833604305421098 ], [ -111.82811782778595, 40.83378658524132 ], [ -111.82807039017325, 40.833786925762269 ], [ -111.82783353824085, 40.83381565074631 ], [ -111.82754891240774, 40.833817692879308 ], [ -111.82724034378715, 40.833801889280529 ], [ -111.82669447526499, 40.833778777266311 ], [ -111.82632672181258, 40.833772403696692 ], [ -111.8258636460385, 40.833730677953405 ], [ -111.82534138555494, 40.833698382159106 ], [ -111.82500909912625, 40.833682742272934 ], [ -111.8246883373653, 40.833639993954741 ], [ -111.82429842795463, 40.833759889378435 ], [ -111.82401558660317, 40.833906043842028 ], [ -111.82366091831724, 40.833998660294206 ], [ -111.82321037044443, 40.834010884627226 ], [ -111.8228794193908, 40.834103329431116 ], [ -111.82252474841867, 40.834195942412144 ], [ -111.82212197074213, 40.834234846972372 ], [ -111.82176740920811, 40.834336465209461 ], [ -111.82143767750144, 40.83452798918092 ], [ -111.82120337638104, 40.834763874727528 ], [ -111.82058026007219, 40.835209718484833 ], [ -111.82034517623863, 40.835382549312207 ], [ -111.82006331823274, 40.835609762339814 ], [ -111.81978156926941, 40.835845982260537 ], [ -111.81946346232778, 40.836019401240122 ], [ -111.81914612989094, 40.836255872365186 ], [ -111.81885229333844, 40.836474159115191 ], [ -111.81872504827609, 40.83673630470534 ], [ -111.81866818650983, 40.836934892162638 ], [ -111.81863537691684, 40.837160333982304 ], [ -111.81852043301406, 40.837458425461925 ], [ -111.81839185539887, 40.837612479800924 ], [ -111.81785094001228, 40.837994667011422 ], [ -111.81762781017639, 40.838176415867451 ], [ -111.81738084797226, 40.838349324799786 ], [ -111.81726324120272, 40.838431233271166 ], [ -111.81718066185583, 40.83846785171044 ], [ -111.81690798622192, 40.838478791336556 ], [ -111.81656448045695, 40.83851725678452 ], [ -111.81629302004345, 40.838627278291561 ], [ -111.81602189012986, 40.838764321894899 ], [ -111.81565687005788, 40.838983103979807 ], [ -111.81540868544683, 40.839056925398175 ], [ -111.8151362277396, 40.839085876015581 ], [ -111.81498182205814, 40.839068950248979 ], [ -111.81475680565707, 40.839097564797555 ], [ -111.81446183953109, 40.839225764726763 ], [ -111.81423836556779, 40.839380484378019 ], [ -111.81396777926585, 40.839562561101381 ], [ -111.81358989619359, 40.839700352190718 ], [ -111.81310636758649, 40.839928970309039 ], [ -111.81261020496757, 40.84009461690097 ], [ -111.8120632992886, 40.839990367873447 ], [ -111.81155285584526, 40.839957926595545 ], [ -111.81116013982047, 40.839852588434098 ], [ -111.8106003901345, 40.839667347547987 ], [ -111.81006359682034, 40.839418884220983 ], [ -111.8098132115758, 40.839312541892127 ], [ -111.809504182533, 40.83926066070687 ], [ -111.80912366279634, 40.839182255073204 ], [ -111.808779491588, 40.839166651862207 ], [ -111.80834164091826, 40.839250796049711 ], [ -111.80821117612503, 40.8392517101734 ], [ -111.80800943931979, 40.839244115026517 ], [ -111.80784339322133, 40.83924527795277 ], [ -111.80738018037871, 40.839194470704385 ], [ -111.8069636451898, 40.839080276559159 ], [ -111.80664221292679, 40.838983432657557 ], [ -111.80630903036487, 40.838895678347413 ], [ -111.80595180062464, 40.838781065996905 ], [ -111.8055460402432, 40.83857670782065 ], [ -111.80503495648306, 40.838490191957426 ], [ -111.80470145164206, 40.838375410148416 ], [ -111.80438089711841, 40.838350620691379 ], [ -111.80410919905798, 40.838442598506077 ], [ -111.80386220027499, 40.838615478826938 ], [ -111.80362749573733, 40.838824306417941 ], [ -111.80329768894457, 40.839015779088179 ], [ -111.80301412621853, 40.83910783694192 ], [ -111.80254144748049, 40.839255260091903 ], [ -111.80218737142762, 40.839401856617748 ], [ -111.80192893780742, 40.83961084575057 ], [ -111.80172947973273, 40.839792399357925 ], [ -111.80147060914679, 40.839965357051824 ], [ -111.80110455786321, 40.840103025089661 ], [ -111.80071467538032, 40.840231849024079 ], [ -111.80044296447173, 40.840323818292596 ], [ -111.80025319406954, 40.84032513491389 ], [ -111.80001608935694, 40.840335787860894 ], [ -111.79971870687369, 40.840265782967755 ], [ -111.79927997131266, 40.84027783203328 ], [ -111.79904438104795, 40.840414589539627 ], [ -111.79892728859811, 40.840541517588775 ], [ -111.79875110839912, 40.840686871384726 ], [ -111.7986109421464, 40.840868009033883 ], [ -111.7983772940109, 40.841166902203319 ], [ -111.79811927373822, 40.841411913358868 ], [ -111.79786114354918, 40.841647916332619 ], [ -111.79749604716126, 40.841866641544449 ], [ -111.79722443297705, 40.84196761092182 ], [ -111.79684704019041, 40.84215038562111 ], [ -111.79668260433942, 40.842286646753109 ], [ -111.79635340715753, 40.842532145481364 ], [ -111.79620039923265, 40.842632293596928 ], [ -111.7959298575643, 40.842823336101802 ], [ -111.79546845902061, 40.842925610651648 ], [ -111.79514863918408, 40.842963849039002 ], [ -111.79473489824518, 40.843083808859795 ], [ -111.79448764260172, 40.843238654121244 ], [ -111.79414732401086, 40.84354728164093 ], [ -111.79395980163102, 40.843737747955821 ], [ -111.79353655616241, 40.844055952747716 ], [ -111.79319569199511, 40.844319539407493 ], [ -111.79297215099157, 40.844474218340032 ], [ -111.79262924328266, 40.844566658597792 ], [ -111.79222724191484, 40.84467752040274 ], [ -111.79188422486818, 40.844760950841881 ], [ -111.79160051435231, 40.844843973298659 ], [ -111.79115117066124, 40.844964164578883 ], [ -111.79090368544946, 40.845100987006127 ], [ -111.79059657029177, 40.845211192528552 ], [ -111.79017073141083, 40.845313202184919 ], [ -111.78989855705754, 40.845369116367955 ], [ -111.78966196700789, 40.845424786322461 ], [ -111.78922458426656, 40.845553896578949 ], [ -111.78885730146376, 40.845592442260234 ], [ -111.78852517601908, 40.845594713030728 ], [ -111.78813395584883, 40.845615403322519 ], [ -111.78807454099459, 40.845606800888575 ], [ -111.78776560532653, 40.845563869261781 ], [ -111.78748028664134, 40.845511767228842 ], [ -111.78700571556097, 40.845505997595765 ], [ -111.78659013306506, 40.845472798719165 ], [ -111.78610338134312, 40.845440083358945 ], [ -111.78575833086731, 40.845352350667277 ], [ -111.78535184659893, 40.845084868051686 ], [ -111.78511291482494, 40.844942360751801 ], [ -111.78486148494153, 40.844745887836439 ], [ -111.78460042607088, 40.844738655388916 ], [ -111.78436287780052, 40.844713245774336 ], [ -111.78401793948129, 40.844634515447311 ], [ -111.78356561231172, 40.844502463431191 ], [ -111.7830770664729, 40.844316605347451 ], [ -111.78267197689175, 40.844166212414436 ], [ -111.7822791741671, 40.844051768170189 ], [ -111.78198158119075, 40.843963702290573 ], [ -111.78174361321706, 40.843902256671434 ], [ -111.78151814190801, 40.843894776062804 ], [ -111.78125729818626, 40.843905551302946 ], [ -111.78096266794702, 40.844069696828626 ], [ -111.78078601596557, 40.844178992961048 ], [ -111.78039543529013, 40.84425370283104 ], [ -111.78008777804668, 40.844318842282888 ], [ -111.77974443031195, 40.844375213808668 ], [ -111.77934135267141, 40.844395954419994 ], [ -111.77884454325628, 40.844516418476765 ], [ -111.77852502174674, 40.844581633866618 ], [ -111.77812383889301, 40.844764507930918 ], [ -111.77788808338374, 40.844892215012287 ], [ -111.77734813687388, 40.845382306276917 ], [ -111.77699733844855, 40.845817070944001 ], [ -111.77673964162456, 40.846098065561151 ], [ -111.77629341529078, 40.846488428783871 ], [ -111.77587027712579, 40.846824584829776 ], [ -111.77528285226708, 40.847314985663687 ], [ -111.77488321793717, 40.84763296338101 ], [ -111.77408016409436, 40.847944639195525 ], [ -111.77368976303131, 40.848037341886339 ], [ -111.77324005026666, 40.848130440850753 ], [ -111.77280314023231, 40.848304527504553 ], [ -111.77256819887309, 40.848504285085554 ], [ -111.77228612096292, 40.848731382840256 ], [ -111.77203805965898, 40.848823126896896 ], [ -111.77172985026776, 40.848843205985197 ], [ -111.77133860489263, 40.848863839520902 ], [ -111.77082904981677, 40.848912287444726 ], [ -111.77042521110393, 40.848869943539249 ], [ -111.7701044086493, 40.848827043894211 ], [ -111.76986632953906, 40.848756566220253 ], [ -111.76958007248625, 40.848623350981129 ], [ -111.76913939972846, 40.848473148006782 ], [ -111.76879404270929, 40.848358341563745 ], [ -111.76849707210989, 40.848324286960398 ], [ -111.76823724881415, 40.848425109574222 ], [ -111.76784818827299, 40.848634892234585 ], [ -111.76756557379076, 40.848816940261024 ], [ -111.76727057593484, 40.848954028173949 ], [ -111.76698785463836, 40.849127067134695 ], [ -111.76669347718038, 40.849318199588083 ], [ -111.76623271334233, 40.849483411558609 ], [ -111.76568942879238, 40.849694211258559 ], [ -111.76527621324607, 40.849868112139596 ], [ -111.76509941624879, 40.849968376837978 ], [ -111.76489879015136, 40.850059790920483 ], [ -111.76469847418673, 40.850178227667179 ], [ -111.76449795043474, 40.850278648729677 ], [ -111.76426245946537, 40.85043335125917 ], [ -111.76406214123567, 40.85055178691325 ], [ -111.76386140848624, 40.850634191539811 ], [ -111.76356598120113, 40.850735239390687 ], [ -111.76318761796281, 40.850845843587031 ], [ -111.76279739079766, 40.85095652499686 ], [ -111.76254930783834, 40.851048248802392 ], [ -111.76223056423036, 40.851185480789766 ], [ -111.76208934723678, 40.851285505756607 ], [ -111.76191264481473, 40.851394773295738 ], [ -111.76167683436317, 40.851522447583456 ], [ -111.76138232781804, 40.851704558958652 ], [ -111.7609707373892, 40.852022567359029 ], [ -111.76077040846641, 40.852140997358404 ], [ -111.76054717711145, 40.852331644849258 ], [ -111.76046599073952, 40.852494330483701 ], [ -111.76037335295736, 40.852693124958947 ], [ -111.7603277547237, 40.852855575892214 ], [ -111.76024584640341, 40.852955207644243 ], [ -111.76013979994894, 40.853018964991136 ], [ -111.75998537472086, 40.853001965810741 ], [ -111.75977101702476, 40.852931311067785 ], [ -111.75957966562672, 40.852797445954721 ], [ -111.75947176721446, 40.852699064512812 ], [ -111.75935221186215, 40.852618776413827 ], [ -111.75907833571092, 40.852530495457053 ], [ -111.75885180921158, 40.852432894007286 ] ], [ [ -111.87752716918642, 40.716617960977437 ], [ -111.87752302927998, 40.716302694120486 ], [ -111.87690743354787, 40.716307372421277 ], [ -111.87689713173977, 40.71642456149636 ], [ -111.87718125336384, 40.716422402708751 ], [ -111.87714833927404, 40.716620840352043 ], [ -111.87752716918642, 40.716617960977437 ] ] ], [ [ [ -111.83311937261749, 40.710181604662928 ], [ -111.83299325267969, 40.709560924920879 ], [ -111.83405872382448, 40.709562239884619 ], [ -111.83406647935439, 40.710183773743793 ], [ -111.83356930730146, 40.710187365007698 ], [ -111.83311937261749, 40.710181604662928 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 19, \"properties\": { \"NAME\": \"MURRAY CITY SCHOOL DISTRICT\", \"TOTENROLL\": 6500, \"Color4\": \"2\", \"Shape_Leng\": 29930.39689, \"Shape_Area\": 25501096.089299999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.9074268824881, 40.683820916529115 ], [ -111.90709544942446, 40.683814512584732 ], [ -111.90695345902932, 40.68381562814708 ], [ -111.90597123660208, 40.683814331734006 ], [ -111.90550964573207, 40.683808944572938 ], [ -111.90302529810927, 40.683864438027626 ], [ -111.903015085565, 40.683107798479064 ], [ -111.90206897750551, 40.683151229170669 ], [ -111.90115174996197, 40.683581794997671 ], [ -111.90068135981352, 40.683801671336752 ], [ -111.90042116490169, 40.683812709558538 ], [ -111.90016121228227, 40.683841762435179 ], [ -111.89984197544405, 40.683862268260668 ], [ -111.89975914748969, 40.683862913823639 ], [ -111.89971169609474, 40.683854275068796 ], [ -111.89971129423508, 40.682944413032381 ], [ -111.89984145066285, 40.682943398622321 ], [ -111.90051577626222, 40.682929132163359 ], [ -111.90051310903125, 40.682730964503243 ], [ -111.90067815580387, 40.682684634162065 ], [ -111.90069175592311, 40.681936816971692 ], [ -111.90069127089225, 40.681900786484093 ], [ -111.89974481463982, 40.681917175102193 ], [ -111.89973367088716, 40.681088473610409 ], [ -111.8980919137026, 40.681317462372391 ], [ -111.89787204565278, 40.680805684036365 ], [ -111.8976102809301, 40.679816776666357 ], [ -111.89723178227382, 40.679828727401556 ], [ -111.89712565783859, 40.67985657782733 ], [ -111.89705454588699, 40.67984812182177 ], [ -111.896995145064, 40.679830566210157 ], [ -111.89685267979955, 40.679795638723803 ], [ -111.89576041075708, 40.679524852882587 ], [ -111.89576282244258, 40.679705005636315 ], [ -111.89551604145591, 40.679833040139307 ], [ -111.89543285676797, 40.679806659632241 ], [ -111.89537345639229, 40.679789103181207 ], [ -111.89529039233514, 40.679771730208643 ], [ -111.89512402334931, 40.679718968804551 ], [ -111.89495777509858, 40.67967521479703 ], [ -111.89467236566549, 40.679569324025351 ], [ -111.89451891322068, 40.679597538812615 ], [ -111.8948018862867, 40.680406117538467 ], [ -111.89462573151557, 40.680506577002085 ], [ -111.89444897415461, 40.680561998003739 ], [ -111.89427209610872, 40.680608411097523 ], [ -111.89415413714865, 40.680636350464042 ], [ -111.89407155378068, 40.680655007185393 ], [ -111.89383431179836, 40.680611801343325 ], [ -111.89363256612141, 40.680568320260377 ], [ -111.89274300251883, 40.680413048144587 ], [ -111.89206581762866, 40.680211085461828 ], [ -111.89146809992388, 40.679756265109596 ], [ -111.89122058207938, 40.679758536438641 ], [ -111.89066209414706, 40.679654383106829 ], [ -111.88934780065756, 40.679592446379409 ], [ -111.88931108806685, 40.678610794345872 ], [ -111.88852985702673, 40.678608972014921 ], [ -111.88846039818699, 40.678635721521701 ], [ -111.88809206204503, 40.678521443980337 ], [ -111.88802047440629, 40.678476951747719 ], [ -111.8876307468161, 40.678534000246202 ], [ -111.88747717413499, 40.678553198025035 ], [ -111.88738264025825, 40.678562933250916 ], [ -111.88669323379276, 40.678579040423358 ], [ -111.88623520681377, 40.678589764143226 ], [ -111.88612872172475, 40.678590581504693 ], [ -111.88521744413005, 40.678579555142079 ], [ -111.8849453155272, 40.678581641360338 ], [ -111.88474298600971, 40.678493106272114 ], [ -111.88457841437757, 40.678575444538396 ], [ -111.88449559262268, 40.678576079083832 ], [ -111.88443595800322, 40.678540501625953 ], [ -111.88418582655046, 40.678416297427049 ], [ -111.88411328949103, 40.678299741397566 ], [ -111.8838663719215, 40.678418743538103 ], [ -111.88315998250354, 40.677793548708031 ], [ -111.88288536123839, 40.677606468928516 ], [ -111.88189527327006, 40.677001452542072 ], [ -111.88210194572366, 40.676522418778163 ], [ -111.88226461539784, 40.676295961221712 ], [ -111.88281153603202, 40.67559811952097 ], [ -111.88290345205979, 40.675390219206918 ], [ -111.8825237870884, 40.675312044732529 ], [ -111.88228431485807, 40.675097668971311 ], [ -111.88198533286224, 40.674856721574244 ], [ -111.88136762807279, 40.674672258463303 ], [ -111.88103434419314, 40.674521656291525 ], [ -111.88085640535444, 40.67448697967248 ], [ -111.88083191354595, 40.67442410642392 ], [ -111.88078328570772, 40.674325382955487 ], [ -111.88073477655425, 40.674235667146235 ], [ -111.88058842025755, 40.673903465794325 ], [ -111.88084490562468, 40.673613234438605 ], [ -111.88066341351008, 40.673308326969433 ], [ -111.88044963033568, 40.673246897349088 ], [ -111.88030766132846, 40.673247979911629 ], [ -111.88057301336893, 40.672732466793313 ], [ -111.8808608370404, 40.672126695684526 ], [ -111.88074736873027, 40.671596054480766 ], [ -111.87931304289722, 40.67139078108287 ], [ -111.87897776907873, 40.671087041916081 ], [ -111.87841500332723, 40.670577835140442 ], [ -111.87829587310557, 40.670515681293509 ], [ -111.87767538375107, 40.670115013069513 ], [ -111.87740246249508, 40.670054027277807 ], [ -111.87716515032396, 40.670001778903554 ], [ -111.87678151078025, 40.669617323322683 ], [ -111.8762826410251, 40.669467964551245 ], [ -111.87603314802716, 40.669388780496227 ], [ -111.87576593307337, 40.668859300486382 ], [ -111.8751963269374, 40.668728490702932 ], [ -111.87495902112576, 40.668676237715793 ], [ -111.87534239356188, 40.667231956012742 ], [ -111.87392725009546, 40.666675134374721 ], [ -111.8733108177324, 40.66658070401192 ], [ -111.87325166975764, 40.666581151383461 ], [ -111.87308582046529, 40.666564388436107 ], [ -111.87307849078151, 40.667816639355159 ], [ -111.87304307257571, 40.669636644041482 ], [ -111.87336248621949, 40.669634228303607 ], [ -111.87336150920355, 40.671372894625506 ], [ -111.87303025682034, 40.671375399903098 ], [ -111.87303096176352, 40.671429446138063 ], [ -111.87206086447587, 40.6714367775703 ], [ -111.87206426794323, 40.671698001099173 ], [ -111.87303448650803, 40.671699677305128 ], [ -111.8730308804861, 40.672330306104222 ], [ -111.87378815712684, 40.672333585947527 ], [ -111.87379168504063, 40.672603817017567 ], [ -111.87382717701354, 40.672603548399735 ], [ -111.8738238137735, 40.673252192451443 ], [ -111.87419056768648, 40.673249416069424 ], [ -111.87419250264456, 40.674303406470749 ], [ -111.87038258034414, 40.674305165784062 ], [ -111.8703844539444, 40.673539421393897 ], [ -111.87058557811159, 40.673537904988237 ], [ -111.8705831175464, 40.673348743109763 ], [ -111.87170704325847, 40.673340262686139 ], [ -111.87168240713706, 40.671448644115351 ], [ -111.8716928298704, 40.671340462286913 ], [ -111.87179682088059, 40.670240628438023 ], [ -111.87174257850072, 40.66970953078615 ], [ -111.86806270991927, 40.666034721399512 ], [ -111.86798585960987, 40.666494737964221 ], [ -111.86797092158017, 40.668171261068025 ], [ -111.86796676699065, 40.66967572848133 ], [ -111.86731599147666, 40.669671610372241 ], [ -111.86787162421365, 40.670550277710944 ], [ -111.86751729851395, 40.670597983583221 ], [ -111.86709199029478, 40.670646221479601 ], [ -111.86622767642881, 40.670598657777532 ], [ -111.86531674108652, 40.670605488616367 ], [ -111.86520025489767, 40.669831622088019 ], [ -111.86528108676157, 40.66967787013504 ], [ -111.86500134160518, 40.667256652477569 ], [ -111.86499796622921, 40.66699542825787 ], [ -111.86488645430377, 40.665690015918202 ], [ -111.86485988619307, 40.665464999779459 ], [ -111.86453864126814, 40.662575642282178 ], [ -111.86482610330646, 40.661933878094771 ], [ -111.86499864775162, 40.661554223876045 ], [ -111.86590667448624, 40.659502462422545 ], [ -111.86590574262391, 40.659430400490201 ], [ -111.86584798145218, 40.65487166183371 ], [ -111.86337602236416, 40.654890171974657 ], [ -111.86336104284128, 40.65372817149607 ], [ -111.86261591932234, 40.653733740502595 ], [ -111.86257427779587, 40.651418834486968 ], [ -111.86363777397018, 40.651338815970121 ], [ -111.86390956105443, 40.651318765570863 ], [ -111.86391104795437, 40.650516986474088 ], [ -111.86389294773062, 40.650030655880855 ], [ -111.86408205874572, 40.650020232237672 ], [ -111.86408008337504, 40.649867100304292 ], [ -111.8644585368466, 40.649864267625247 ], [ -111.86445481691491, 40.649576019297449 ], [ -111.86449018052072, 40.649566745912502 ], [ -111.86506968471613, 40.649562405836562 ], [ -111.8652472002879, 40.649570084419167 ], [ -111.86572038129282, 40.649575546374059 ], [ -111.86589778051537, 40.649574216198104 ], [ -111.86589673254809, 40.649493146384131 ], [ -111.86590343574413, 40.649096716368042 ], [ -111.86592070049559, 40.646772359653703 ], [ -111.86591592680226, 40.646403041425337 ], [ -111.86592193131983, 40.645952564626391 ], [ -111.86592700438459, 40.645430025685897 ], [ -111.86592951607172, 40.644709315881819 ], [ -111.86592928322113, 40.644691300352633 ], [ -111.86594117572443, 40.64378133869311 ], [ -111.86593407401331, 40.643231864940113 ], [ -111.86594310540777, 40.643015589851046 ], [ -111.86594957551701, 40.642601143865008 ], [ -111.8659439874472, 40.642168770992562 ], [ -111.86595227107502, 40.640979568069611 ], [ -111.86596684096054, 40.640276784584209 ], [ -111.86597086633033, 40.639673175189685 ], [ -111.86596848934684, 40.638574138180125 ], [ -111.86597938276536, 40.638501987311514 ], [ -111.8660019843997, 40.638420739989357 ], [ -111.86595456941399, 40.638412086918166 ], [ -111.86593140628617, 40.636619539533164 ], [ -111.86597881999661, 40.636628192629537 ], [ -111.86597812160475, 40.636574145966627 ], [ -111.86592721619412, 40.636295259543417 ], [ -111.86591213305441, 40.636043130426117 ], [ -111.86593079867851, 40.63382686191737 ], [ -111.86600174168969, 40.633826329919316 ], [ -111.86600495266285, 40.633159665385129 ], [ -111.86600799966938, 40.631565110331636 ], [ -111.86603001715504, 40.631438824006011 ], [ -111.86603504264595, 40.629997400874544 ], [ -111.86604081407843, 40.629528907247298 ], [ -111.86660878752745, 40.629560681018056 ], [ -111.86832476727412, 40.629673912199493 ], [ -111.86838388275018, 40.629673467682544 ], [ -111.86846547260839, 40.629673664899862 ], [ -111.86943578749941, 40.629638526879177 ], [ -111.87107966411226, 40.62966217333976 ], [ -111.87195515809616, 40.629700609399144 ], [ -111.87221550045048, 40.629716660666823 ], [ -111.87239343296655, 40.629760359912197 ], [ -111.87310305339551, 40.629773014252784 ], [ -111.87539849791827, 40.62989076635256 ], [ -111.87597806573908, 40.629904388806018 ], [ -111.87654639958762, 40.629963136902397 ], [ -111.8770547937183, 40.629959276853214 ], [ -111.87991929761024, 40.630189728230789 ], [ -111.88064145638606, 40.630256292609758 ], [ -111.88177754588128, 40.630328701191232 ], [ -111.88184836638496, 40.630319151748033 ], [ -111.88325544150457, 40.630317406890732 ], [ -111.88325298975155, 40.630140315517217 ], [ -111.88325235546807, 40.630083205504839 ], [ -111.88325116854061, 40.629993128046138 ], [ -111.88384244246826, 40.629997612827154 ], [ -111.8838406608951, 40.62986249665807 ], [ -111.88423094131416, 40.629868517601771 ], [ -111.88422880249792, 40.629706378211829 ], [ -111.88476226646115, 40.629810396112319 ], [ -111.88618115324812, 40.62980852513266 ], [ -111.88800166558079, 40.629776523103608 ], [ -111.88799796638001, 40.629497283320681 ], [ -111.88829175089606, 40.629359894072984 ], [ -111.88855197577158, 40.629366900748842 ], [ -111.88859926767938, 40.629366536857034 ], [ -111.88860404555686, 40.628834989558122 ], [ -111.88880527342936, 40.628851458278646 ], [ -111.88881200960284, 40.628467727871381 ], [ -111.88881112460381, 40.628400980556279 ], [ -111.88923686507059, 40.628406711675645 ], [ -111.88926767322845, 40.628055136926434 ], [ -111.88971705699271, 40.628060684213153 ], [ -111.88992974677552, 40.628050036711194 ], [ -111.8930153601806, 40.628017208279061 ], [ -111.8931927010447, 40.628015836768398 ], [ -111.89319660246456, 40.627421235461732 ], [ -111.89129304034111, 40.627426934278056 ], [ -111.89126580234141, 40.627156884852582 ], [ -111.8912646047698, 40.627066807543628 ], [ -111.89123892383893, 40.626913858599714 ], [ -111.89129803651738, 40.626913402379166 ], [ -111.89129935388875, 40.627012487420664 ], [ -111.8933789509321, 40.626997228968769 ], [ -111.89337739040795, 40.626880128531042 ], [ -111.89375571111601, 40.626877201193672 ], [ -111.89375294904231, 40.626670023511451 ], [ -111.89549109435742, 40.626674575675437 ], [ -111.89548423603003, 40.626161135543946 ], [ -111.89832184932239, 40.626157114299218 ], [ -111.89832140533792, 40.627782819219213 ], [ -111.89861678985886, 40.627784574958518 ], [ -111.90072134449069, 40.627777187859145 ], [ -111.90144276874547, 40.627789576001106 ], [ -111.90286464150815, 40.628012693045335 ], [ -111.90323988362165, 40.628658381393784 ], [ -111.90368534194768, 40.629249467096557 ], [ -111.90444464807025, 40.630315551572544 ], [ -111.90471062192911, 40.629872044511409 ], [ -111.9058679686639, 40.628016199050677 ], [ -111.90634087593081, 40.628012488455383 ], [ -111.90633844021093, 40.627832334608115 ], [ -111.90928264459933, 40.627836215814035 ], [ -111.90947180682981, 40.627834726220748 ], [ -111.91018043125871, 40.627775091389154 ], [ -111.91018385571972, 40.628027306507491 ], [ -111.9103966637813, 40.62802562902619 ], [ -111.91480583617984, 40.628027630383613 ], [ -111.92120250352833, 40.628021823858461 ], [ -111.92136764481707, 40.628767412869585 ], [ -111.92264656623277, 40.629766169479474 ], [ -111.92273031875465, 40.629837569404067 ], [ -111.92322133694374, 40.628572435359892 ], [ -111.92274058005125, 40.626288082610458 ], [ -111.92359212639738, 40.627164122355026 ], [ -111.92404287030523, 40.62726862023689 ], [ -111.92442330160718, 40.627418722435436 ], [ -111.92548110134344, 40.627815638777989 ], [ -111.92566043018194, 40.627958339720713 ], [ -111.92586464915038, 40.628190927228253 ], [ -111.92597354148339, 40.628370226933477 ], [ -111.92604733958595, 40.628576833876885 ], [ -111.92621744904599, 40.629010496812157 ], [ -111.92704777981837, 40.629013563414993 ], [ -111.92716912615776, 40.629075649678306 ], [ -111.92793804935609, 40.629007404045176 ], [ -111.92793924567366, 40.629435484901684 ], [ -111.92793261864898, 40.629896329943378 ], [ -111.92815949960227, 40.630056662081579 ], [ -111.928161756376, 40.630843007767702 ], [ -111.92923478391931, 40.63083167572676 ], [ -111.92921861429113, 40.631379710986771 ], [ -111.92815452618559, 40.631388268461599 ], [ -111.92697208095939, 40.631388757634909 ], [ -111.92702086875087, 40.631496469611676 ], [ -111.92736910128887, 40.631881044871669 ], [ -111.9273595212963, 40.632043277214933 ], [ -111.92740796530413, 40.632143154262586 ], [ -111.92716799467884, 40.632729471262309 ], [ -111.92721678380023, 40.632837183117417 ], [ -111.92717223130182, 40.6330357307531 ], [ -111.92717559572529, 40.633278936807436 ], [ -111.92708312554539, 40.633432825961265 ], [ -111.92694846835788, 40.633956407568306 ], [ -111.92647129382277, 40.634509763399734 ], [ -111.92665886298198, 40.635246966012616 ], [ -111.92670727953264, 40.635327655137004 ], [ -111.92698259329178, 40.635568678364479 ], [ -111.92705465838755, 40.635649177495999 ], [ -111.92754654684599, 40.63615871929369 ], [ -111.92753684219609, 40.636311943908922 ], [ -111.92719371014728, 40.637152501826854 ], [ -111.92711355755674, 40.63734232651943 ], [ -111.92699892847966, 40.637604496927949 ], [ -111.92698872401543, 40.637721690975397 ], [ -111.92928289180325, 40.637721268689674 ], [ -111.92929488359506, 40.638586000058517 ], [ -111.92930795725547, 40.638675981075082 ], [ -111.92940755046556, 40.639035524432288 ], [ -111.92944427350486, 40.639125315077997 ], [ -111.92948065145092, 40.639207270987001 ], [ -111.92951759493457, 40.639295888710961 ], [ -111.9295657976749, 40.639377749404666 ], [ -111.92961456599281, 40.639466271903558 ], [ -111.9296629892239, 40.639546959657771 ], [ -111.92978348537243, 40.639708144677861 ], [ -111.9298436086697, 40.639779729522253 ], [ -111.92940934392138, 40.640017449745798 ], [ -111.92977841004557, 40.640194651064547 ], [ -111.92991098245929, 40.640373755932224 ], [ -111.93020553140352, 40.641146124801317 ], [ -111.93002333421794, 40.641652075005972 ], [ -111.92939390466785, 40.642314771868968 ], [ -111.92951590484832, 40.642584048377898 ], [ -111.92949312923025, 40.642647292030837 ], [ -111.92962445606389, 40.642736321002637 ], [ -111.92979250892316, 40.642915140268599 ], [ -111.92984043489864, 40.642959797432937 ], [ -111.92990043622171, 40.643022374565845 ], [ -111.93097653377951, 40.643013703653104 ], [ -111.93103703688675, 40.643112310607762 ], [ -111.9321238677894, 40.64472509293693 ], [ -111.93176073418294, 40.645827074375546 ], [ -111.93169303681395, 40.646061844509333 ], [ -111.93153035664795, 40.646270355061297 ], [ -111.93098067686421, 40.646716210107876 ], [ -111.93091047249231, 40.646770827775406 ], [ -111.93069948326151, 40.646907657723034 ], [ -111.93036998338206, 40.647027425003394 ], [ -111.92992147229302, 40.647094098195993 ], [ -111.92977956066038, 40.64709524098447 ], [ -111.92963864902764, 40.647168444426441 ], [ -111.92952101412099, 40.647214434492533 ], [ -111.92920571052159, 40.647505247755902 ], [ -111.92921470667244, 40.64815379520693 ], [ -111.92935662057013, 40.648152653088225 ], [ -111.92946368089855, 40.648196834396266 ], [ -111.92922695190379, 40.649036540228536 ], [ -111.92873049642937, 40.649058551600135 ], [ -111.92898372108876, 40.649407850256082 ], [ -111.92908095579538, 40.649596248658263 ], [ -111.92916798895607, 40.649901840940359 ], [ -111.92911385434608, 40.650262620773091 ], [ -111.9290917005813, 40.650370902295457 ], [ -111.92923761795778, 40.650658003451966 ], [ -111.9292501943449, 40.650711953868424 ], [ -111.92946582318008, 40.650908407631064 ], [ -111.92980272104154, 40.651320091002795 ], [ -111.92973488656655, 40.651545852307279 ], [ -111.9292666901661, 40.651900956794208 ], [ -111.92919760369033, 40.652036641818896 ], [ -111.92911706493032, 40.65219944476042 ], [ -111.92911993887037, 40.652406619485014 ], [ -111.92927656313596, 40.652612556909965 ], [ -111.92934852469807, 40.65268404654784 ], [ -111.92929601385204, 40.653161925042312 ], [ -111.92753690254295, 40.653401284475095 ], [ -111.92708847054814, 40.653476954687179 ], [ -111.92705311391299, 40.653486247167073 ], [ -111.92699410304985, 40.653495729542847 ], [ -111.92590302014283, 40.653288277533534 ], [ -111.92341908454509, 40.653290151998689 ], [ -111.92331351002444, 40.653354056489 ], [ -111.92331074794754, 40.654011706547053 ], [ -111.92256071529113, 40.655378000481356 ], [ -111.92250629299691, 40.655720762096621 ], [ -111.921334213268, 40.658225502222201 ], [ -111.92117010871056, 40.658334914734226 ], [ -111.91964669684202, 40.659383047135485 ], [ -111.9185383419955, 40.660508935534907 ], [ -111.91846811308476, 40.660563545774565 ], [ -111.917251534157, 40.661564162264177 ], [ -111.91687474687178, 40.661693275253711 ], [ -111.91658100503437, 40.661839744974245 ], [ -111.91567020133201, 40.66184697178759 ], [ -111.91480978858931, 40.662079006996024 ], [ -111.91458602827221, 40.662152848410102 ], [ -111.91394998456626, 40.662356073944572 ], [ -111.91352574841864, 40.662476543006179 ], [ -111.91336198924323, 40.662612967450897 ], [ -111.91309263020493, 40.662813286973666 ], [ -111.91182714156112, 40.663706129948658 ], [ -111.91100947218347, 40.663604481401876 ], [ -111.91097386277796, 40.663595753773286 ], [ -111.91060777799035, 40.663643684558828 ], [ -111.91044254007875, 40.663672013418747 ], [ -111.91020657314094, 40.663718916829815 ], [ -111.90989975440557, 40.663775386734251 ], [ -111.90933979327707, 40.664356348138838 ], [ -111.90890639715219, 40.664675061393154 ], [ -111.90835800474505, 40.665237909740235 ], [ -111.90832471685492, 40.66540032625101 ], [ -111.90824301176707, 40.665482046317386 ], [ -111.90832009821443, 40.66593186938649 ], [ -111.90849218804755, 40.666407970627617 ], [ -111.90871783449525, 40.667343088018697 ], [ -111.90869527571567, 40.66742434285127 ], [ -111.90821676270201, 40.668779395875774 ], [ -111.90817262063761, 40.669013966311866 ], [ -111.90809665442511, 40.669519044560793 ], [ -111.90795787114733, 40.669754359232464 ], [ -111.90789251094057, 40.670169268052518 ], [ -111.90830854731932, 40.671183965560644 ], [ -111.90834636080649, 40.67135483111187 ], [ -111.90844222596728, 40.67144416265873 ], [ -111.90852005496744, 40.671948030755338 ], [ -111.9085295920849, 40.672650624917885 ], [ -111.90854252311162, 40.672731600371733 ], [ -111.90852277470051, 40.673020030296414 ], [ -111.90850278159783, 40.673290444973333 ], [ -111.90808971039016, 40.67423959532784 ], [ -111.90811960554485, 40.674698797585641 ], [ -111.90815023456406, 40.675212045478446 ], [ -111.90835209525541, 40.675264508915788 ], [ -111.90945715354229, 40.675607143701754 ], [ -111.90951716584054, 40.675669730967734 ], [ -111.91022610358763, 40.676465906891963 ], [ -111.91054971368251, 40.676769646540457 ], [ -111.91059765162979, 40.676814311310714 ], [ -111.91068096093372, 40.676849688484936 ], [ -111.91128803649522, 40.677115155421497 ], [ -111.91185913173059, 40.677344869043438 ], [ -111.91208154988411, 40.678036772014778 ], [ -111.91172356031737, 40.679553039149546 ], [ -111.91197828848448, 40.680010464156453 ], [ -111.9125002016297, 40.680970256715483 ], [ -111.91227645688414, 40.681917924206736 ], [ -111.91256558917031, 40.682293998765047 ], [ -111.91071816424382, 40.682191475712173 ], [ -111.91049335179379, 40.682193248934823 ], [ -111.91048605493827, 40.682526623332663 ], [ -111.90787111667524, 40.682547216531781 ], [ -111.90787380568068, 40.682745383795684 ], [ -111.90789113841498, 40.683150632854186 ], [ -111.90788835121916, 40.683817288420499 ], [ -111.9074268824881, 40.683820916529115 ] ], [ [ -111.87165578054943, 40.636775472970619 ], [ -111.87119463134347, 40.636778952961997 ], [ -111.87120095484453, 40.637265372219289 ], [ -111.87166210739666, 40.637261892168517 ], [ -111.87165578054943, 40.636775472970619 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 20, \"properties\": { \"NAME\": \"GRANITE SCHOOL DISTRICT\", \"TOTENROLL\": 68573, \"Color4\": \"3\", \"Shape_Leng\": 289586.09476399998, \"Shape_Area\": 806421035.74800003 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.96151249050401, 40.896980813464502 ], [ -111.96167828262919, 40.896952406380521 ], [ -111.96183272626162, 40.896960126577284 ], [ -111.9621165680163, 40.896885693136916 ], [ -111.96222274745645, 40.896839766162806 ], [ -111.96229292450604, 40.89676711486419 ], [ -111.96244632332078, 40.896702777223588 ], [ -111.96259841608347, 40.896548368110267 ], [ -111.96258524018545, 40.896458395917364 ], [ -111.96255914964026, 40.896296465777091 ], [ -111.9624969267101, 40.896098804326463 ], [ -111.96245570266802, 40.895711795000373 ], [ -111.96248739605529, 40.895441283931476 ], [ -111.96257974447653, 40.895260348773171 ], [ -111.96271682975961, 40.894889867473616 ], [ -111.96283409187782, 40.894789798094571 ], [ -111.96289148204548, 40.894654195632612 ], [ -111.96300861286636, 40.894545118950269 ], [ -111.96306730876199, 40.894499587694511 ], [ -111.96320883182231, 40.89443534820564 ], [ -111.96333887682648, 40.894398229084487 ], [ -111.9634806607723, 40.894352003523188 ], [ -111.96366953144232, 40.894278359669279 ], [ -111.96387040217029, 40.894213623430907 ], [ -111.96402300902257, 40.894095240983383 ], [ -111.96413909081838, 40.893914106155577 ], [ -111.96411430528839, 40.89384224760235 ], [ -111.96453245602048, 40.893208175605558 ], [ -111.96455541019952, 40.893153934293096 ], [ -111.9647299206125, 40.89290925259418 ], [ -111.96488265382531, 40.892799876160431 ], [ -111.9650597799295, 40.892735336511194 ], [ -111.96530812247865, 40.892670200503581 ], [ -111.96542655524824, 40.89265119267187 ], [ -111.96565115821096, 40.892586254657523 ], [ -111.96587549872551, 40.892503301960247 ], [ -111.9658983205663, 40.892440053264039 ], [ -111.96602822910123, 40.892393924033215 ], [ -111.96606029966722, 40.892150433384096 ], [ -111.96612955038459, 40.892014729920007 ], [ -111.96615001318993, 40.891789352920931 ], [ -111.96619277296813, 40.891464698650658 ], [ -111.96626071225106, 40.89123892384481 ], [ -111.96630839460494, 40.890436792354308 ], [ -111.96637344924657, 40.890012860656896 ], [ -111.96639548344515, 40.889895569085006 ], [ -111.96649942052734, 40.889696517107517 ], [ -111.96655784761401, 40.889632969856933 ], [ -111.96672204593207, 40.889496470186536 ], [ -111.96684060374417, 40.889486468087398 ], [ -111.9669694567874, 40.88936828082953 ], [ -111.96742788197689, 40.889058156485035 ], [ -111.96763942101069, 40.888912250144877 ], [ -111.96769797755098, 40.888857709453859 ], [ -111.96793194022982, 40.888621532147276 ], [ -111.96818885085894, 40.88833111234662 ], [ -111.96845920384951, 40.888148677816815 ], [ -111.96866981821138, 40.887939719748509 ], [ -111.96910330575383, 40.887548724120748 ], [ -111.96940570926233, 40.887122795862503 ], [ -111.96955671236525, 40.886896320754978 ], [ -111.96961460815933, 40.886796743490258 ], [ -111.9697488760351, 40.886237104319584 ], [ -111.96976008684302, 40.886191968901095 ], [ -111.96980453541769, 40.885984405840723 ], [ -111.96979161515038, 40.885912448643907 ], [ -111.96977856341337, 40.885831484319532 ], [ -111.96973003856208, 40.885759826502337 ], [ -111.96968177678737, 40.885706182913431 ], [ -111.96955004331375, 40.885626216376934 ], [ -111.96906134498447, 40.885486192065471 ], [ -111.96875132764177, 40.885389706061858 ], [ -111.96861998992176, 40.885336759824874 ], [ -111.96854812441022, 40.885292322226697 ], [ -111.96847533975681, 40.885184834676885 ], [ -111.96849802541067, 40.885112578313425 ], [ -111.9685325791074, 40.885040222277233 ], [ -111.96857926347303, 40.884985780816947 ], [ -111.96873170957532, 40.884858385153905 ], [ -111.96899004769031, 40.884667042005226 ], [ -111.96941019853031, 40.884177066561492 ], [ -111.96945661868173, 40.884104610495875 ], [ -111.96944356775059, 40.884023646099891 ], [ -111.96956080073474, 40.88392357002386 ], [ -111.96957109107775, 40.883815384708718 ], [ -111.96952151632752, 40.883671669728983 ], [ -111.96940007770692, 40.883483517625343 ], [ -111.96925582414561, 40.883358614772845 ], [ -111.96889716312457, 40.883181463786521 ], [ -111.9685628960645, 40.883049147987926 ], [ -111.96843038142633, 40.882915137264298 ], [ -111.96834651969574, 40.882861792010971 ], [ -111.96831012887112, 40.882808048139573 ], [ -111.96832094626424, 40.88273589142905 ], [ -111.96841273651636, 40.882518923046952 ], [ -111.96843529008335, 40.882437659538461 ], [ -111.9684810535916, 40.8823201681762 ], [ -111.96851560591375, 40.882247812126579 ], [ -111.96860818282157, 40.882084886389762 ], [ -111.96866607599421, 40.881985309550281 ], [ -111.96867676155188, 40.881904145668074 ], [ -111.96871013143098, 40.881750725352688 ], [ -111.96868324447001, 40.881534753485489 ], [ -111.9683318674501, 40.881042251134147 ], [ -111.96827108656531, 40.88094367081699 ], [ -111.96820859944295, 40.880727997683174 ], [ -111.96824105100394, 40.880511527505782 ], [ -111.96833388880884, 40.880366616235179 ], [ -111.96845085455391, 40.880248527003886 ], [ -111.96869730862252, 40.880057284201847 ], [ -111.96886108515723, 40.879893760166752 ], [ -111.96908353970787, 40.879684701663422 ], [ -111.96963340783896, 40.879139585609757 ], [ -111.96970329545692, 40.879048915610831 ], [ -111.96987814515447, 40.878831247567092 ], [ -111.97001778739687, 40.87864090010072 ], [ -111.97012222265693, 40.878477873336969 ], [ -111.97030814716189, 40.878206062019579 ], [ -111.97035495690714, 40.878160626982599 ], [ -111.97048312425405, 40.877997400209964 ], [ -111.97067167762356, 40.877905731021905 ], [ -111.97101212943633, 40.877650634392232 ], [ -111.97163514069111, 40.877240016515721 ], [ -111.97171623166867, 40.877104209680887 ], [ -111.97178387492401, 40.876860417175052 ], [ -111.9718412319597, 40.876724810222647 ], [ -111.97185217638778, 40.876661660293841 ], [ -111.97186285731844, 40.876580496095897 ], [ -111.97189410951417, 40.876282960686076 ], [ -111.9718813208202, 40.87622001074228 ], [ -111.97188963033121, 40.875976718114217 ], [ -111.97187657823093, 40.875895753896195 ], [ -111.97183966156942, 40.875805982523353 ], [ -111.97177795839599, 40.875644354022761 ], [ -111.97175277667959, 40.875545475495322 ], [ -111.9716308202829, 40.875321296837221 ], [ -111.97158190626358, 40.875222618196155 ], [ -111.97150952314203, 40.875142153717618 ], [ -111.97138941166762, 40.875044074695722 ], [ -111.97131768726305, 40.875008645778053 ], [ -111.97116276731376, 40.87496490913999 ], [ -111.97102050354192, 40.874975115219442 ], [ -111.970949174227, 40.874966707485342 ], [ -111.97085384917634, 40.874940485205748 ], [ -111.97069958754707, 40.874941783636608 ], [ -111.97061626046415, 40.874924468426748 ], [ -111.97035467625413, 40.874890636550084 ], [ -111.97009282931738, 40.874838789794332 ], [ -111.97002084285027, 40.874785345775635 ], [ -111.96992446667193, 40.874687065585469 ], [ -111.9698505086516, 40.874498514321459 ], [ -111.96984709080421, 40.874264328612284 ], [ -111.96993768169152, 40.873966294601196 ], [ -111.97023660058541, 40.873306178198646 ], [ -111.97036278630418, 40.873007844373987 ], [ -111.97037228487891, 40.872845615956813 ], [ -111.97041764409691, 40.872701102314473 ], [ -111.97040446298564, 40.872611130712947 ], [ -111.9703800736595, 40.87256629466296 ], [ -111.97037875846982, 40.872476223221369 ], [ -111.97018338236317, 40.872099520308502 ], [ -111.96989492314314, 40.871849715362657 ], [ -111.96977521436577, 40.871778655950763 ], [ -111.96966724013055, 40.871698489505427 ], [ -111.96953592897677, 40.871645543890757 ], [ -111.96941740340694, 40.871655548428592 ], [ -111.9692506268286, 40.871611908826857 ], [ -111.96910836988515, 40.871622112475883 ], [ -111.96891970065209, 40.871704771880985 ], [ -111.96868448705372, 40.871850879670468 ], [ -111.96860182073377, 40.871878598695638 ], [ -111.96851941687207, 40.871924331962333 ], [ -111.96840141562534, 40.871970364063614 ], [ -111.96821300695655, 40.872071036629563 ], [ -111.96789446751399, 40.872199825769691 ], [ -111.96763446906746, 40.87227407339082 ], [ -111.96737329003413, 40.872267256058876 ], [ -111.96692199592214, 40.872244015622456 ], [ -111.96685093209365, 40.872253619618718 ], [ -111.9661143349886, 40.87219673432628 ], [ -111.96599502231402, 40.872152692425338 ], [ -111.96559014559529, 40.872056991969139 ], [ -111.96525554886379, 40.87189764415497 ], [ -111.96509985523656, 40.871799856268311 ], [ -111.96501496402861, 40.8716744510265 ], [ -111.96496514710358, 40.8715127192567 ], [ -111.96495027351548, 40.871305653842782 ], [ -111.96492575756899, 40.871251809421999 ], [ -111.96487567966419, 40.871072063273843 ], [ -111.96469651884273, 40.870992487650184 ], [ -111.96462401795021, 40.870903011484579 ], [ -111.96418172467421, 40.87068150338331 ], [ -111.96395340530276, 40.870485230204089 ], [ -111.96390515947925, 40.870431583880681 ], [ -111.96383239902579, 40.870324092860223 ], [ -111.96378350034513, 40.870225410656012 ], [ -111.96380527200913, 40.870090104872396 ], [ -111.96391062400365, 40.869990133632896 ], [ -111.96414780171551, 40.869979142961675 ], [ -111.96421925555858, 40.86999656214374 ], [ -111.96460038691599, 40.870092466080294 ], [ -111.96474290287786, 40.870100282344055 ], [ -111.96479049537211, 40.870108892501278 ], [ -111.96493235753877, 40.870071672717174 ], [ -111.96495530376407, 40.870017431203131 ], [ -111.96500158843911, 40.869935969648722 ], [ -111.96497641910545, 40.869837089407476 ], [ -111.96489218452021, 40.869756719817495 ], [ -111.96484367697533, 40.869685059556062 ], [ -111.96479490803868, 40.869595384944979 ], [ -111.96456502207589, 40.869291026946385 ], [ -111.96457571091089, 40.869209863234225 ], [ -111.96451573097649, 40.86916532354401 ], [ -111.96450321217091, 40.869120386941709 ], [ -111.96450177439787, 40.869021308124509 ], [ -111.96452432850303, 40.868940045190527 ], [ -111.96458195533452, 40.86882245590575 ], [ -111.9646630508868, 40.868686653787798 ], [ -111.96478052604212, 40.868604596861296 ], [ -111.96496749185879, 40.868404851080705 ], [ -111.96521273564805, 40.868132551232101 ], [ -111.96542225151221, 40.867851541655845 ], [ -111.96549082501085, 40.867670802455152 ], [ -111.9654412717758, 40.867527085089485 ], [ -111.96540345288857, 40.867374261220199 ], [ -111.96528101009848, 40.867114046460372 ], [ -111.96528973570324, 40.8668977751692 ], [ -111.96529990010688, 40.866780582704244 ], [ -111.96533366331167, 40.866654184466277 ], [ -111.96537824468074, 40.866455629575107 ], [ -111.96543142006102, 40.866031796168208 ], [ -111.96538082175768, 40.865816021378187 ], [ -111.96536581768821, 40.865599948647514 ], [ -111.96525393512144, 40.865249562747451 ], [ -111.96524102424075, 40.865177604684497 ], [ -111.96510750640479, 40.864971531898739 ], [ -111.96500007195226, 40.864927389484151 ], [ -111.96473513111425, 40.864659357883646 ], [ -111.9644475090078, 40.864463581435921 ], [ -111.96424333131954, 40.864294131493736 ], [ -111.96407540091968, 40.864169419544098 ], [ -111.96393067744202, 40.864008480337304 ], [ -111.96389325597796, 40.863882677344002 ], [ -111.96390433669734, 40.863828535144442 ], [ -111.96392728170936, 40.863774293791622 ], [ -111.96399690020395, 40.863665612755561 ], [ -111.96413770409592, 40.863556336657638 ], [ -111.96450340554546, 40.863409146902868 ], [ -111.96464486155485, 40.863344906066345 ], [ -111.96496375759368, 40.863243147630861 ], [ -111.96504615330532, 40.863197416929935 ], [ -111.96512841813885, 40.863142678998251 ], [ -111.96536321686698, 40.862969556983934 ], [ -111.96544482712714, 40.862869782968161 ], [ -111.96559657528722, 40.862697355605995 ], [ -111.965723547769, 40.862453069341974 ], [ -111.96578090536939, 40.862317465069403 ], [ -111.96584986504469, 40.862163747076394 ], [ -111.96591856267528, 40.861992014696668 ], [ -111.965984249863, 40.861613117300941 ], [ -111.96595842811907, 40.861469201248035 ], [ -111.96594512469109, 40.861370221697378 ], [ -111.96590848617683, 40.861298462369028 ], [ -111.96582334555362, 40.861155043015032 ], [ -111.96564224822546, 40.860940360818915 ], [ -111.96542438365606, 40.860644911641579 ], [ -111.96538826926592, 40.860609180832611 ], [ -111.96524407363017, 40.860484271830529 ], [ -111.96518331668712, 40.860385689276242 ], [ -111.96517001465968, 40.860286709602406 ], [ -111.96520377505436, 40.860160311295949 ], [ -111.96527364931669, 40.860069643842444 ], [ -111.96542460693938, 40.859843173626494 ], [ -111.96556383078945, 40.859625809706067 ], [ -111.96571413230693, 40.859354303229651 ], [ -111.96582962725954, 40.859137137644005 ], [ -111.96589949961279, 40.859046469817073 ], [ -111.96605149978737, 40.858892056209015 ], [ -111.96633229490239, 40.858619455891862 ], [ -111.96639095723853, 40.858573923045533 ], [ -111.96650775795193, 40.858446828559032 ], [ -111.96681371659746, 40.858273107215304 ], [ -111.96687185438765, 40.858191545424859 ], [ -111.96683508572528, 40.858110779167177 ], [ -111.96688083616486, 40.857993288106293 ], [ -111.96684315080022, 40.857849471612056 ], [ -111.96673415534489, 40.857697244519883 ], [ -111.96656571351492, 40.857536507210149 ], [ -111.9664092665728, 40.857384677424825 ], [ -111.96622870142072, 40.857206024632717 ], [ -111.96614304202996, 40.857026576644628 ], [ -111.96613911585402, 40.856756361246781 ], [ -111.96617169486068, 40.856548897998131 ], [ -111.96619175631672, 40.856296498203065 ], [ -111.96626812188374, 40.855836436354707 ], [ -111.9663358959578, 40.855601653355478 ], [ -111.96644968079397, 40.855267393743318 ], [ -111.96647052635352, 40.855069036952344 ], [ -111.96646895545274, 40.854960950768422 ], [ -111.96645617638059, 40.854897999889083 ], [ -111.96645552185123, 40.854852963977834 ], [ -111.96640571483569, 40.854691232261558 ], [ -111.96635551539772, 40.854502478967341 ], [ -111.96624678843597, 40.854368265620018 ], [ -111.96558401206968, 40.853662161570384 ], [ -111.96545156310503, 40.853528146023827 ], [ -111.96541532188176, 40.853483407949355 ], [ -111.96525862577917, 40.853313561985793 ], [ -111.96520999945439, 40.853232894358115 ], [ -111.96521990091802, 40.853097687270861 ], [ -111.96526486653282, 40.852926153625823 ], [ -111.96533447181213, 40.852817471732237 ], [ -111.96548802853327, 40.852771145107525 ], [ -111.9655803117153, 40.852590206978846 ], [ -111.96559060468785, 40.852482021419398 ], [ -111.96558968924566, 40.852418971100967 ], [ -111.96563530739246, 40.852292473250237 ], [ -111.96553818626522, 40.852140145443762 ], [ -111.96552553943329, 40.852086201603953 ], [ -111.96552475483219, 40.85203215846915 ], [ -111.96547573687516, 40.851924469360682 ], [ -111.96536649301304, 40.851754226297402 ], [ -111.96520003059689, 40.851728594479674 ], [ -111.9651392819715, 40.851630011663644 ], [ -111.96478145781242, 40.851497880828227 ], [ -111.96471015445685, 40.851489468910067 ], [ -111.96442481059154, 40.85144681360147 ], [ -111.96418756840157, 40.851448796941966 ], [ -111.96383157453761, 40.851442763843451 ], [ -111.96359394081327, 40.851417724378045 ], [ -111.96352185472479, 40.851355268549945 ], [ -111.96343790668708, 40.851292911752658 ], [ -111.96340075472614, 40.85118512262688 ], [ -111.9633998414016, 40.851122072253553 ], [ -111.96338550036833, 40.850951034594409 ], [ -111.96334639170331, 40.850708137488517 ], [ -111.96333192045451, 40.850528092610695 ], [ -111.96330597875215, 40.850375168380211 ], [ -111.96325735699781, 40.850294499838029 ], [ -111.96324484284092, 40.850249562904409 ], [ -111.96311149245156, 40.850052494073871 ], [ -111.9629664114409, 40.849864531299716 ], [ -111.96280920868206, 40.849658652937869 ], [ -111.96278444201403, 40.849586793352813 ], [ -111.9627482047681, 40.849542054365891 ], [ -111.96272278633458, 40.849425158761782 ], [ -111.96266191315985, 40.849317567336364 ], [ -111.96265982730318, 40.849173452118208 ], [ -111.96268211666936, 40.849074174915366 ], [ -111.9627158765292, 40.848947777104961 ], [ -111.96273660125043, 40.848740413469557 ], [ -111.96275758660668, 40.848551064228488 ], [ -111.9627681444324, 40.848460893205761 ], [ -111.96276710141856, 40.848388835588665 ], [ -111.96274259604108, 40.848334990377815 ], [ -111.96267976841035, 40.848092290890172 ], [ -111.96263101877683, 40.848002614822072 ], [ -111.9625701470963, 40.847895023305711 ], [ -111.96248620436809, 40.847832665719842 ], [ -111.96243758551999, 40.847751996764956 ], [ -111.96231753750919, 40.847653907130564 ], [ -111.9621501744503, 40.847565220330921 ], [ -111.96176891574476, 40.847451292030286 ], [ -111.96144761622267, 40.847381904179905 ], [ -111.96111484641541, 40.847339635882136 ], [ -111.96096051823891, 40.847331913370098 ], [ -111.960272167581, 40.847310620949401 ], [ -111.96010584815173, 40.847293988824582 ], [ -111.95986940034696, 40.84735000638797 ], [ -111.95982234468873, 40.847377422823783 ], [ -111.95971611192809, 40.84741433990294 ], [ -111.959623299821, 40.847559244751217 ], [ -111.95950520521852, 40.84759626031672 ], [ -111.95933053131692, 40.847822920474336 ], [ -111.9591905315647, 40.847986233988664 ], [ -111.95916745798102, 40.848031467316055 ], [ -111.95905027138522, 40.848131532911353 ], [ -111.95882620060088, 40.848223478601092 ], [ -111.9584947260638, 40.848271274912236 ], [ -111.9581392683875, 40.848301252902552 ], [ -111.95757146904015, 40.848414067370328 ], [ -111.95718211040361, 40.848561431636334 ], [ -111.95687487449126, 40.84864505532925 ], [ -111.95643949100871, 40.848891890090897 ], [ -111.95614502068099, 40.849038464036987 ], [ -111.95566076127359, 40.849186609775479 ], [ -111.95551867923102, 40.84920580341079 ], [ -111.95541192356663, 40.849206687692515 ], [ -111.95530529726736, 40.849216579096051 ], [ -111.95523399744877, 40.849208161275889 ], [ -111.95507966546333, 40.849200430938346 ], [ -111.95497252181973, 40.849174293149218 ], [ -111.95481780202576, 40.849139540794674 ], [ -111.95449624267316, 40.849052119165322 ], [ -111.95410144664977, 40.848821169741029 ], [ -111.95401712297713, 40.848731784252408 ], [ -111.95396903039969, 40.848687140532995 ], [ -111.95394440281153, 40.848624286152663 ], [ -111.95393176608272, 40.848570340897133 ], [ -111.95396657586603, 40.848516003256982 ], [ -111.95404857365122, 40.848443258740396 ], [ -111.95417853449534, 40.848406150597611 ], [ -111.95449828070772, 40.848367472026744 ], [ -111.95485115451163, 40.848157360769548 ], [ -111.95489795418423, 40.848111931889825 ], [ -111.9549089105538, 40.848048783132384 ], [ -111.95502532736127, 40.847894678335557 ], [ -111.9550222235551, 40.847678504970155 ], [ -111.95497206200837, 40.847489746076107 ], [ -111.95486246444119, 40.847292470880518 ], [ -111.95468208716086, 40.847122806278222 ], [ -111.95443054275023, 40.84695373025685 ], [ -111.95428652675766, 40.846837813931991 ], [ -111.9540579318776, 40.846614497443866 ], [ -111.95393763979729, 40.846498384451827 ], [ -111.95388929058518, 40.846435726206387 ], [ -111.95382714287464, 40.846238057584074 ], [ -111.95376344578588, 40.845932302161273 ], [ -111.95372476292218, 40.84571642285124 ], [ -111.95368646772427, 40.845527565209331 ], [ -111.95363799034297, 40.845455899606868 ], [ -111.95364843100973, 40.845356722008148 ], [ -111.95363527868851, 40.845266747755922 ], [ -111.95358615596368, 40.845150045968886 ], [ -111.95353793719617, 40.84509639477875 ], [ -111.95347798660542, 40.845051848840612 ], [ -111.95327454242322, 40.844927414106579 ], [ -111.95320286024878, 40.844891973272496 ], [ -111.95300044936798, 40.844839595906976 ], [ -111.95294062839615, 40.844804056914661 ], [ -111.9528692045695, 40.844786630336699 ], [ -111.95254766882722, 40.844699202947915 ], [ -111.9519412137322, 40.844596109702728 ], [ -111.95150094208758, 40.84450065089063 ], [ -111.95062168963592, 40.844399800582906 ], [ -111.95034747347316, 40.844302968767295 ], [ -111.95008447576558, 40.844161002388709 ], [ -111.94992964149229, 40.844117236047602 ], [ -111.94986969417701, 40.844072688190067 ], [ -111.94982135057114, 40.844010028151487 ], [ -111.94976050325886, 40.843902429531347 ], [ -111.94970004190523, 40.843821852606133 ], [ -111.94962810564229, 40.843768395021726 ], [ -111.94957834822618, 40.843606655186512 ], [ -111.94957513401938, 40.843381474072835 ], [ -111.94960570190813, 40.843029898606119 ], [ -111.94969930135571, 40.842939045005274 ], [ -111.9497332116561, 40.842821657868328 ], [ -111.94976776479366, 40.842749306946629 ], [ -111.94994374470468, 40.842612733310624 ], [ -111.95016768070371, 40.842511797616602 ], [ -111.95035629171612, 40.842429169132096 ], [ -111.95043905820305, 40.842410470609664 ], [ -111.95053329910674, 40.84236465256442 ], [ -111.9507099200013, 40.842273113997777 ], [ -111.95080454670779, 40.842254317464274 ], [ -111.95102822265524, 40.842135365634931 ], [ -111.95108688129766, 40.842089840488619 ], [ -111.95114541108576, 40.842035308070287 ], [ -111.9511441233484, 40.841945235642257 ], [ -111.95110712551426, 40.841846449348211 ], [ -111.95105891117203, 40.841792797042672 ], [ -111.95096261146993, 40.841694499610824 ], [ -111.95087868739709, 40.841632133303769 ], [ -111.95080649515063, 40.841560661929947 ], [ -111.9507349466401, 40.841534226731468 ], [ -111.95062717352485, 40.841463048491782 ], [ -111.95037578959534, 40.841302970358214 ], [ -111.94981462401162, 40.841046351425753 ], [ -111.94974269070197, 40.840992893855187 ], [ -111.94944335543617, 40.840797175223386 ], [ -111.94938302588727, 40.840725605302971 ], [ -111.94915472567445, 40.840520292949215 ], [ -111.94905804518112, 40.840394972102494 ], [ -111.94897361064081, 40.840296575353555 ], [ -111.94893725931431, 40.840242824546358 ], [ -111.94877896691872, 40.839955860723443 ], [ -111.94867959093786, 40.839641387224567 ], [ -111.94866452020285, 40.839416303432706 ], [ -111.948650220125, 40.839245263151057 ], [ -111.94861065920533, 40.838966330873525 ], [ -111.9485618069377, 40.838867641180641 ], [ -111.94850186532237, 40.838823092509735 ], [ -111.94838108363888, 40.838670944284608 ], [ -111.94830928244347, 40.838626493012676 ], [ -111.94822639165224, 40.838636182717977 ], [ -111.9480585565432, 40.838511445851495 ], [ -111.94791546830162, 40.838458571876203 ], [ -111.94784379595436, 40.838423127563871 ], [ -111.94760570110584, 40.838362025492707 ], [ -111.94703412137945, 40.838204569783151 ], [ -111.94697405318588, 40.838151013035734 ], [ -111.94688924007028, 40.838025592877749 ], [ -111.946744231387, 40.8378376085155 ], [ -111.94665852208308, 40.837649137343782 ], [ -111.94657345394626, 40.837505702405892 ], [ -111.94639133104361, 40.83720992235429 ], [ -111.94608792457981, 40.836725962153871 ], [ -111.94576285196678, 40.836386311781659 ], [ -111.9456302215599, 40.836234257724797 ], [ -111.94546162952381, 40.836055473307802 ], [ -111.94501605096607, 40.835581683621086 ], [ -111.94484797381664, 40.835438927328113 ], [ -111.94459509230775, 40.835170748784932 ], [ -111.94447496546624, 40.835063632557798 ], [ -111.94434234066821, 40.83491157692422 ], [ -111.94424350479703, 40.834633128106738 ], [ -111.94425140195955, 40.834353805587064 ], [ -111.94430865259685, 40.834209203850712 ], [ -111.94437725078294, 40.834028475910131 ], [ -111.94441078278474, 40.833884068285919 ], [ -111.94452617723101, 40.833657915531049 ], [ -111.94457195125548, 40.833540432577287 ], [ -111.94459477428411, 40.833477187456772 ], [ -111.94463901382069, 40.833251617194477 ], [ -111.94467190560668, 40.833062173117355 ], [ -111.9446814630565, 40.832899945076726 ], [ -111.94466653565303, 40.832683867610832 ], [ -111.94455545961826, 40.83237849421792 ], [ -111.9445191162819, 40.832324741858471 ], [ -111.94441021444656, 40.832172491980337 ], [ -111.94427849027883, 40.832083487065759 ], [ -111.94413554665095, 40.832039615434645 ], [ -111.94390818698294, 40.831897342825798 ], [ -111.94384851028562, 40.831870806135392 ], [ -111.94374165434309, 40.831862672036401 ], [ -111.94319436744576, 40.831741031495397 ], [ -111.94278951389309, 40.831627232709693 ], [ -111.94259901005344, 40.831574739522416 ], [ -111.94239703050334, 40.831549364738677 ], [ -111.94194538236073, 40.831480986864385 ], [ -111.9416008449662, 40.831438757972037 ], [ -111.94131560106321, 40.83139604424025 ], [ -111.94118451941112, 40.831352072144824 ], [ -111.94095818708988, 40.83128185189684 ], [ -111.94079114815678, 40.831211147664796 ], [ -111.94067154386033, 40.831140056406269 ], [ -111.94019300197958, 40.830846682806637 ], [ -111.93998822679356, 40.830623143404466 ], [ -111.93985422206291, 40.830372002094116 ], [ -111.93984121890371, 40.830291033091306 ], [ -111.93983765757589, 40.830038828951103 ], [ -111.93985933925575, 40.829894519073896 ], [ -111.93986903532878, 40.829741298511635 ], [ -111.93990219356607, 40.829569870133803 ], [ -111.9399223485957, 40.829317472735084 ], [ -111.93992120381873, 40.829236407107999 ], [ -111.93986038637958, 40.829128802669253 ], [ -111.93970457639823, 40.829012963691831 ], [ -111.93946601399843, 40.828915815096735 ], [ -111.93914469933027, 40.828837356369711 ], [ -111.93885883281249, 40.828749599928919 ], [ -111.93875109315475, 40.828678410071227 ], [ -111.93869065920586, 40.828597826867501 ], [ -111.9387244551293, 40.828471435249249 ], [ -111.93861684308581, 40.828409252552795 ], [ -111.9386265418697, 40.828256032026985 ], [ -111.93845570318979, 40.827915105343621 ], [ -111.93844321022954, 40.827870165316988 ], [ -111.93831802764073, 40.827402750349144 ], [ -111.93815930455671, 40.827079741286887 ], [ -111.93812246154715, 40.826989957574838 ], [ -111.93808511088611, 40.826864144646983 ], [ -111.9380120600549, 40.826729613654095 ], [ -111.9379487096834, 40.826441862077942 ], [ -111.9379360904439, 40.826387914676737 ], [ -111.93787477125619, 40.826244279867659 ], [ -111.93782632521979, 40.826172607042892 ], [ -111.93757160466647, 40.825769302435589 ], [ -111.93753514378028, 40.825706540410081 ], [ -111.93744732032539, 40.825364937374609 ], [ -111.93740933770947, 40.825194087645457 ], [ -111.93747693110116, 40.824941304985472 ], [ -111.93761668351185, 40.824760002517266 ], [ -111.93772035541639, 40.824542959812376 ], [ -111.93790613990662, 40.824262191108524 ], [ -111.93825424362124, 40.823718860295401 ], [ -111.93846386499671, 40.823446905137871 ], [ -111.93858129416763, 40.823364874779799 ], [ -111.93869910406443, 40.823309866217464 ], [ -111.93891177114614, 40.82325408556521 ], [ -111.93905367605183, 40.823225905551404 ], [ -111.93914840631946, 40.823216126082613 ], [ -111.93939740676826, 40.823214098778031 ], [ -111.9396228199966, 40.823221271389258 ], [ -111.9398243917786, 40.823219629450342 ], [ -111.93990713758271, 40.823200938652633 ], [ -111.94003769352015, 40.823208883241904 ], [ -111.94025150404484, 40.823234165841946 ], [ -111.94058401366247, 40.823267488673061 ], [ -111.94078545824142, 40.823256837754229 ], [ -111.94087967907166, 40.823211027670084 ], [ -111.94095005816295, 40.823156403634862 ], [ -111.94099672286248, 40.823101972990372 ], [ -111.94103114839903, 40.823020617150263 ], [ -111.94108737817253, 40.822803958369484 ], [ -111.94115622864619, 40.822641246622155 ], [ -111.941178160032, 40.822514950970259 ], [ -111.94124484512864, 40.822199115075911 ], [ -111.94125568333641, 40.822126959939581 ], [ -111.94127825112436, 40.822045700760341 ], [ -111.94112398345288, 40.822037951005051 ], [ -111.93804066730871, 40.822027029423026 ], [ -111.93796958084246, 40.821189831723714 ], [ -111.93797255487985, 40.820559223616947 ], [ -111.93797001699708, 40.820379077402329 ], [ -111.93796209496422, 40.813082379825019 ], [ -111.93796401464724, 40.805641459382819 ], [ -111.93945762327634, 40.805629307114934 ], [ -111.9416863078163, 40.805620146544477 ], [ -111.9417255282094, 40.808394401770023 ], [ -111.94269033316399, 40.808710823502047 ], [ -111.94269887443272, 40.80931431370476 ], [ -111.94314119623967, 40.809571941048944 ], [ -111.94416312810723, 40.809734741261344 ], [ -111.94488882324175, 40.809908967290212 ], [ -111.94533064597999, 40.810130556843326 ], [ -111.94589178767765, 40.810405216626386 ], [ -111.94626184775228, 40.81058234913742 ], [ -111.9470616327669, 40.810963145864442 ], [ -111.94707503967068, 40.809404590458485 ], [ -111.94839090867406, 40.809393781189563 ], [ -111.94838975439407, 40.809312715479543 ], [ -111.94840032650826, 40.809222545018621 ], [ -111.94843246487356, 40.806483740098372 ], [ -111.94843470061616, 40.805808094700126 ], [ -111.94887329984417, 40.805804488368928 ], [ -111.9524649401186, 40.805765885424421 ], [ -111.95250190034595, 40.809179747473195 ], [ -111.95249789899954, 40.810558058519625 ], [ -111.95726419753248, 40.810563651699098 ], [ -111.95726560331561, 40.812311259698951 ], [ -111.95725465441322, 40.812374408976723 ], [ -111.95725530174268, 40.812419445342314 ], [ -111.95413700013457, 40.812418251398121 ], [ -111.95341422021512, 40.812451251707984 ], [ -111.95269105294531, 40.812457225642234 ], [ -111.9526877017952, 40.813051804319123 ], [ -111.95263551171456, 40.81354769440054 ], [ -111.95262906336731, 40.817241168911742 ], [ -111.95261462816426, 40.819547423143561 ], [ -111.95291116869249, 40.81955398247981 ], [ -111.95325500616939, 40.819551141918041 ], [ -111.95961110094127, 40.819570514085356 ], [ -111.95962170279692, 40.816192299128296 ], [ -111.95962667906302, 40.815714815663689 ], [ -111.9596490086751, 40.812327492610535 ], [ -111.96776786890878, 40.812944308500718 ], [ -111.96779218112488, 40.817880674124567 ], [ -111.96782003956429, 40.823060230699255 ], [ -111.95347130325695, 40.823062605223214 ], [ -111.95347261607297, 40.82481021062847 ], [ -111.95347455124124, 40.82494531958109 ], [ -111.94765190805137, 40.824948254914958 ], [ -111.94615196914469, 40.828717039833691 ], [ -111.94563729322219, 40.830054492105489 ], [ -111.95252776445989, 40.830051853455508 ], [ -111.95253408096048, 40.830493209074426 ], [ -111.95348301206674, 40.830503386448726 ], [ -111.95348229169282, 40.833764403780499 ], [ -111.95260485485407, 40.833780661125161 ], [ -111.95259982935808, 40.834258143382606 ], [ -111.95348938968436, 40.834259802484794 ], [ -111.95348785513967, 40.8349804803632 ], [ -111.95365777306921, 40.836078090026895 ], [ -111.95812876514326, 40.836041041607999 ], [ -111.95812752577076, 40.835131212422901 ], [ -111.95812231168559, 40.831473879777256 ], [ -111.96288997357827, 40.831470216527862 ], [ -111.96289949646975, 40.838685793831161 ], [ -111.95813170667921, 40.838716484932 ], [ -111.95814373088508, 40.842022432767791 ], [ -111.96393305922902, 40.842073291693559 ], [ -111.96790722038372, 40.842103071802221 ], [ -111.96783042060763, 40.827852571617839 ], [ -111.98545318199531, 40.827838502966387 ], [ -112.0057915793615, 40.827816113415366 ], [ -112.00581805015183, 40.826428603552763 ], [ -112.00595475111916, 40.819779277568735 ], [ -112.00641343929161, 40.798344453220125 ], [ -112.0249167810762, 40.798289668744715 ], [ -112.02955555624932, 40.802374186506199 ], [ -112.02958450777065, 40.809616623784684 ], [ -112.03279747268644, 40.809614930989206 ], [ -112.03305826967379, 40.809612596035905 ], [ -112.0343505396286, 40.809610025776259 ], [ -112.03435138149079, 40.812717887963423 ], [ -112.03435935552021, 40.813231290444485 ], [ -112.03649354332664, 40.813230152801715 ], [ -112.03866329532342, 40.813228655488324 ], [ -112.0391137864324, 40.813224598822387 ], [ -112.03912418656584, 40.813891120269034 ], [ -112.03914104037766, 40.824088368821208 ], [ -112.04867515238074, 40.824074161027021 ], [ -112.05339477296127, 40.824067194726943 ], [ -112.05600357611269, 40.824061360171399 ], [ -112.05820924350992, 40.824059165270526 ], [ -112.05819722983196, 40.819573146136392 ], [ -112.05818913804823, 40.816825689678851 ], [ -112.06120074458424, 40.816816043043517 ], [ -112.06326390274855, 40.816815063029011 ], [ -112.06306821863714, 40.831293182564146 ], [ -112.06469307336182, 40.831296213892848 ], [ -112.06544028079202, 40.831298323363264 ], [ -112.06619920201432, 40.831291311452837 ], [ -112.06917602769194, 40.831290784238284 ], [ -112.07215270656005, 40.831281173276963 ], [ -112.0723900140224, 40.831287975715604 ], [ -112.07253231142705, 40.831286652791078 ], [ -112.07252139566162, 40.827665428097895 ], [ -112.07290083471975, 40.827661899733073 ], [ -112.0876178168221, 40.827641192395269 ], [ -112.10137400479863, 40.827609767583475 ], [ -112.10121238468625, 40.792740217549664 ], [ -112.10116725830922, 40.783552157894 ], [ -112.10117617613241, 40.781939581355751 ], [ -112.09621060510561, 40.781941821805049 ], [ -112.09620335389035, 40.779338481179941 ], [ -112.10118057978197, 40.779336130458844 ], [ -112.10118096577229, 40.774336497560981 ], [ -112.10118552406284, 40.771742050224468 ], [ -112.10118071544717, 40.770733160983816 ], [ -112.09870419725556, 40.7707297427892 ], [ -112.098701207039, 40.76982893606727 ], [ -112.09144989609592, 40.769843701217624 ], [ -112.09142618094357, 40.76260120302814 ], [ -112.08167572837013, 40.762611936090288 ], [ -112.08167692923499, 40.755378198444753 ], [ -112.06438161259328, 40.755403889046981 ], [ -112.06435214370823, 40.740927661114647 ], [ -112.06614044191276, 40.740920163314961 ], [ -112.0678815148971, 40.740922083191379 ], [ -112.06787013832715, 40.736508065930323 ], [ -112.06786216394232, 40.733787597261703 ], [ -112.06785681637052, 40.730490563823892 ], [ -112.0701025681831, 40.729487845323469 ], [ -112.07077254075078, 40.729175345123842 ], [ -112.07074886302971, 40.72548210879399 ], [ -112.06323016235061, 40.725506573251451 ], [ -112.02504430826062, 40.72561780068235 ], [ -112.02487869314535, 40.725628279844436 ], [ -112.02060448342007, 40.725657145396617 ], [ -112.01031562329881, 40.725729649423663 ], [ -112.00916718227361, 40.725739696446254 ], [ -112.00579262220944, 40.725751135401119 ], [ -112.00571028731594, 40.725787886691208 ], [ -112.00381527021747, 40.725759341006189 ], [ -112.00344810654069, 40.725753525201519 ], [ -111.99656672138146, 40.725641985065792 ], [ -111.98701158827978, 40.725688056819884 ], [ -111.98251197868697, 40.725690413310176 ], [ -111.98229886428597, 40.725692227236117 ], [ -111.98081877038474, 40.725695805746241 ], [ -111.98198891385141, 40.725550729168447 ], [ -111.96812384146132, 40.725613808023475 ], [ -111.96530572479563, 40.725619394322095 ], [ -111.9600486171488, 40.725645224551876 ], [ -111.95835540175581, 40.725650287437091 ], [ -111.95770486019306, 40.725700729513115 ], [ -111.95746793553704, 40.725693686665423 ], [ -111.95737321732075, 40.725694472353432 ], [ -111.95695843798755, 40.725670886595772 ], [ -111.95686384880766, 40.725680679275285 ], [ -111.95630725030045, 40.725676283754758 ], [ -111.9560112558389, 40.725678735794638 ], [ -111.95547769272871, 40.725629103072421 ], [ -111.95379400100903, 40.725471867531624 ], [ -111.9536991544151, 40.725463642782898 ], [ -111.95323650446097, 40.725404405245591 ], [ -111.95157547607022, 40.725174882266117 ], [ -111.95056692208354, 40.725030048503783 ], [ -111.9495346929849, 40.724885400679355 ], [ -111.94755325275803, 40.724604404263239 ], [ -111.94580913014413, 40.724357463291852 ], [ -111.94551250321418, 40.724314851139205 ], [ -111.94532294257343, 40.724307395332069 ], [ -111.94476597305938, 40.724275921686306 ], [ -111.94090233778093, 40.724028218841916 ], [ -111.93925689464895, 40.724059637406114 ], [ -111.93851112944311, 40.724074712179018 ], [ -111.92835489823582, 40.72430999076294 ], [ -111.92643725202946, 40.724352424092217 ], [ -111.92511146092325, 40.724381074879751 ], [ -111.92551812709914, 40.724675095027706 ], [ -111.92587383735952, 40.725564082962975 ], [ -111.92570820411184, 40.725574419984909 ], [ -111.9178461508871, 40.725610181917766 ], [ -111.91775143171486, 40.725610935092512 ], [ -111.910978633144, 40.725637563083914 ], [ -111.91097200031606, 40.725151156559328 ], [ -111.89988867466471, 40.725148014329598 ], [ -111.89887032415223, 40.725146940848994 ], [ -111.8988775960747, 40.725687394347844 ], [ -111.89614231935465, 40.72569064646013 ], [ -111.89613506955796, 40.725150192556498 ], [ -111.89150518915588, 40.725150011688896 ], [ -111.88817781559256, 40.725148638176336 ], [ -111.87696421291191, 40.72514429661809 ], [ -111.87700732505296, 40.717603840838223 ], [ -111.8778199292525, 40.717273357111587 ], [ -111.8778144925183, 40.715958154045701 ], [ -111.87691478033881, 40.715964992679467 ], [ -111.87692805541811, 40.71517214160211 ], [ -111.87757915522091, 40.715167193295876 ], [ -111.87757679939907, 40.714086188027153 ], [ -111.87757858363246, 40.713320449590157 ], [ -111.87698657288465, 40.713315940401458 ], [ -111.87700689413452, 40.709451125925462 ], [ -111.8768885224693, 40.709452025200399 ], [ -111.87603612826882, 40.709449488758374 ], [ -111.87603388526799, 40.709278343613853 ], [ -111.87605614288491, 40.709170072272236 ], [ -111.87608823054008, 40.708908581212789 ], [ -111.8760822096539, 40.708449191565798 ], [ -111.8760429210914, 40.708161216564939 ], [ -111.87603926160615, 40.707881979685503 ], [ -111.87358867077776, 40.707873525866113 ], [ -111.87358749361188, 40.707783449391343 ], [ -111.8722618800567, 40.70780248238389 ], [ -111.8718828645975, 40.707787328668971 ], [ -111.87148005808307, 40.707763344785199 ], [ -111.87151923379764, 40.708952176070454 ], [ -111.87205202054406, 40.708957160842417 ], [ -111.8721186947633, 40.708623341241669 ], [ -111.87212833173734, 40.709361968473587 ], [ -111.87197444857632, 40.709363131002149 ], [ -111.87153635593008, 40.709357430964729 ], [ -111.8715405171444, 40.711492422368259 ], [ -111.8715419266186, 40.711600514127078 ], [ -111.87009774339748, 40.711611409095759 ], [ -111.87009856423231, 40.711674462644858 ], [ -111.8700893063989, 40.711872720166681 ], [ -111.86895277782097, 40.711872272866344 ], [ -111.86855018164165, 40.711866294321169 ], [ -111.86854526540202, 40.711487972873051 ], [ -111.86856834837555, 40.705064710543482 ], [ -111.86769233651889, 40.705062290027143 ], [ -111.86559717297963, 40.705069011146612 ], [ -111.86559215800088, 40.704681681284356 ], [ -111.8656002012212, 40.701645740173852 ], [ -111.86452314135583, 40.701653811400789 ], [ -111.86452384017574, 40.701707857473373 ], [ -111.8643936459913, 40.70170883243739 ], [ -111.86438448854324, 40.701916097677703 ], [ -111.8643858859737, 40.702024189821394 ], [ -111.86378225546004, 40.702028708178979 ], [ -111.86378446652911, 40.702199854096023 ], [ -111.86287310022094, 40.702206669991831 ], [ -111.86286451926347, 40.702458973549909 ], [ -111.86286975055266, 40.702864319202263 ], [ -111.86286340012799, 40.704206640438223 ], [ -111.86286935149202, 40.70558490359695 ], [ -111.86205263106227, 40.705591005624299 ], [ -111.86040712105282, 40.705585265207745 ], [ -111.86041455217027, 40.7052428850414 ], [ -111.86011864032271, 40.705245090280812 ], [ -111.86012873841189, 40.705109886830122 ], [ -111.86041281321094, 40.705107769795767 ], [ -111.86041107426342, 40.704972654546893 ], [ -111.86041630270489, 40.704459128348745 ], [ -111.86041050636801, 40.704008744122916 ], [ -111.86204402517302, 40.704005565594883 ], [ -111.86202892670362, 40.702834566941831 ], [ -111.86148435265616, 40.702829623729215 ], [ -111.86148087072154, 40.702559393197376 ], [ -111.86181227855758, 40.702556919501191 ], [ -111.86202544256749, 40.702564336448944 ], [ -111.86203553648727, 40.702429132812313 ], [ -111.86163311347373, 40.702432137233004 ], [ -111.86152357193954, 40.70219873247899 ], [ -111.8614956032883, 40.700946752443429 ], [ -111.86077362491831, 40.700952138191163 ], [ -111.85989766619974, 40.700949657970128 ], [ -111.85990069781249, 40.700264985259288 ], [ -111.85990025433688, 40.699310081671776 ], [ -111.85821950789548, 40.699313580674797 ], [ -111.858185966919, 40.699466975492122 ], [ -111.85833030494575, 40.699646073507765 ], [ -111.85739518564975, 40.699644014113098 ], [ -111.85739899722523, 40.699941268166697 ], [ -111.857162286332, 40.699943026047734 ], [ -111.8571639029349, 40.7000691338311 ], [ -111.85686732113912, 40.700017284312985 ], [ -111.85686512794359, 40.699846138020078 ], [ -111.85602468993856, 40.699843364701636 ], [ -111.85565190983927, 40.699386691985715 ], [ -111.85557997508369, 40.699315156691945 ], [ -111.8544674435918, 40.699323396880018 ], [ -111.85446113320747, 40.69975585436751 ], [ -111.85445044874025, 40.699846019026772 ], [ -111.8549192022099, 40.701328960238421 ], [ -111.85533003114406, 40.701983541428056 ], [ -111.85723261336489, 40.70358195944663 ], [ -111.85825064106579, 40.703583403631768 ], [ -111.85825480387727, 40.703907680485727 ], [ -111.85872894776971, 40.70395820561118 ], [ -111.85919067728182, 40.703963778440119 ], [ -111.85946314262715, 40.70397976726268 ], [ -111.85989260750553, 40.704237816870531 ], [ -111.85989108251067, 40.705039589016039 ], [ -111.85989803418447, 40.705580050059652 ], [ -111.85344642513387, 40.705573877603008 ], [ -111.85325117696998, 40.705115884939829 ], [ -111.85264740189817, 40.705111337653399 ], [ -111.85265245684555, 40.705507676502741 ], [ -111.84378550645144, 40.705464728062168 ], [ -111.84379266911749, 40.706032214491749 ], [ -111.84381291945054, 40.706698699256187 ], [ -111.84384020896275, 40.70886055153737 ], [ -111.84363897715345, 40.708862022400425 ], [ -111.84204084584697, 40.708864682611619 ], [ -111.84157908272999, 40.708859041507196 ], [ -111.84155454438664, 40.707850262921241 ], [ -111.83915129454468, 40.707840732727632 ], [ -111.83918431776203, 40.707642304544777 ], [ -111.83918190681857, 40.70650724455303 ], [ -111.83919035129391, 40.706236926579457 ], [ -111.83644378135256, 40.70622082665254 ], [ -111.83644254159685, 40.706121741540969 ], [ -111.83634784797647, 40.706122427649383 ], [ -111.83498583926377, 40.706069227689348 ], [ -111.83498356582072, 40.706834971236738 ], [ -111.83652246640267, 40.706832838113108 ], [ -111.83652607341682, 40.707121085664077 ], [ -111.83651919619726, 40.707517511801932 ], [ -111.83456587396439, 40.707513633284393 ], [ -111.83456190904434, 40.708144260602836 ], [ -111.83455985600099, 40.708928019391855 ], [ -111.83455589116615, 40.709558646558122 ], [ -111.83430719507584, 40.709551435751948 ], [ -111.83431008640478, 40.710731534738223 ], [ -111.834317169957, 40.711299022025933 ], [ -111.83385550252356, 40.71130235791933 ], [ -111.83366598812601, 40.711294718221161 ], [ -111.83262427677907, 40.711302236871653 ], [ -111.83262562331257, 40.711410329728402 ], [ -111.82996192700354, 40.711411495397151 ], [ -111.82996002551873, 40.711258363745984 ], [ -111.82934435684831, 40.711253780210917 ], [ -111.8293463686919, 40.711415919631563 ], [ -111.82588943557191, 40.711413679191132 ], [ -111.82480014730422, 40.711403450518375 ], [ -111.82475229671684, 40.710403843270292 ], [ -111.81518670502116, 40.710399723114847 ], [ -111.81518508430857, 40.711237530104697 ], [ -111.81518132166688, 40.713841028089597 ], [ -111.81498139152184, 40.713950542427021 ], [ -111.8148992932793, 40.714014181883741 ], [ -111.81153692449222, 40.714010844257935 ], [ -111.81134751370917, 40.714012175750106 ], [ -111.80880208706304, 40.714012021957885 ], [ -111.80662364335026, 40.714009248168118 ], [ -111.80570015597269, 40.714006689162069 ], [ -111.80569667945969, 40.714700371932409 ], [ -111.80566170001465, 40.720637248508119 ], [ -111.80569743534404, 40.720655016161594 ], [ -111.80568961520501, 40.722952248593806 ], [ -111.80511728173596, 40.723604856909894 ], [ -111.805061664224, 40.723902526586713 ], [ -111.80522709171784, 40.724856277555354 ], [ -111.79600223325123, 40.724803152268962 ], [ -111.79601824264159, 40.732108962587183 ], [ -111.80131211152866, 40.732135390859298 ], [ -111.80189899105721, 40.731698905675671 ], [ -111.80262655081503, 40.731144328451876 ], [ -111.80526704463459, 40.729153068943603 ], [ -111.80525292336178, 40.728963988341192 ], [ -111.80626102559189, 40.729092078788817 ], [ -111.80636639719617, 40.728992248866469 ], [ -111.80641365182196, 40.728982910196621 ], [ -111.80644906559462, 40.728973654239248 ], [ -111.80647263851942, 40.728964481005193 ], [ -111.80650783475585, 40.728937209491072 ], [ -111.80653119013547, 40.72891002070638 ], [ -111.80654248714607, 40.728864899119323 ], [ -111.80662548165999, 40.728873327675309 ], [ -111.80666111290316, 40.728882087191941 ], [ -111.80670858497972, 40.728890763940484 ], [ -111.80674421624271, 40.728899523431224 ], [ -111.8069887382849, 40.728555489967853 ], [ -111.80702447823087, 40.728573257142799 ], [ -111.80707195013204, 40.728581933743982 ], [ -111.80711953088537, 40.728599618094094 ], [ -111.80716700281704, 40.728608294655842 ], [ -111.8072145836138, 40.728625978966271 ], [ -111.80727389635311, 40.728634572674046 ], [ -111.80732147719628, 40.728652256939881 ], [ -111.80738078997183, 40.728660850592355 ], [ -111.80741642119645, 40.728669609876242 ], [ -111.80751136524474, 40.728686962733981 ], [ -111.80759425074351, 40.728686382827092 ], [ -111.8076298820087, 40.72869514204465 ], [ -111.80794958323473, 40.728692904604422 ], [ -111.80799683741748, 40.728683565290012 ], [ -111.80803235976832, 40.72868331661639 ], [ -111.8080914547139, 40.72867389436977 ], [ -111.80813870886244, 40.728664554997557 ], [ -111.8082096445536, 40.728655049786198 ], [ -111.80812250907222, 40.728304327239769 ], [ -111.80715535651296, 40.727644463348454 ], [ -111.80682719235782, 40.727926022195469 ], [ -111.80619757213984, 40.727759259537031 ], [ -111.80613282514076, 40.72730027664398 ], [ -111.80613086851027, 40.727138136731199 ], [ -111.80614227421447, 40.727102022942937 ], [ -111.8062486213576, 40.727083263079365 ], [ -111.80590296461523, 40.726896497833444 ], [ -111.80572937551298, 40.72624909532972 ], [ -111.80630955303617, 40.726245043887367 ], [ -111.8062001634466, 40.726011586111845 ], [ -111.80612738241264, 40.725867957894749 ], [ -111.80607871698095, 40.725760195353821 ], [ -111.8063743975582, 40.725731104456081 ], [ -111.80644304691803, 40.725532437082002 ], [ -111.8069029662568, 40.725376077735206 ], [ -111.80726859743336, 40.725256410175803 ], [ -111.807323335294, 40.724886677396263 ], [ -111.80766669854222, 40.724884275280317 ], [ -111.80766008559588, 40.725316731226307 ], [ -111.81076275974046, 40.725340021876548 ], [ -111.81143246016032, 40.726857757759532 ], [ -111.81155097408907, 40.726865933072709 ], [ -111.81267065035287, 40.7293534175434 ], [ -111.8103378850346, 40.729360810095123 ], [ -111.810365899714, 40.730693875316838 ], [ -111.80937424811499, 40.731925992738432 ], [ -111.80564421902312, 40.73195208884588 ], [ -111.80563411440755, 40.731114366489791 ], [ -111.80512494183893, 40.731117919362241 ], [ -111.80514187584065, 40.733505060264406 ], [ -111.80612484107499, 40.733507207667799 ], [ -111.80612647195309, 40.733642324112743 ], [ -111.80568366051652, 40.734239978439611 ], [ -111.80544443461848, 40.735025389428316 ], [ -111.8055085333539, 40.735430325502819 ], [ -111.80514631876359, 40.735838236212118 ], [ -111.80513826527628, 40.739099375442898 ], [ -111.80426993864074, 40.73977205959811 ], [ -111.80220908112254, 40.739768385113074 ], [ -111.80220806050326, 40.740669243553455 ], [ -111.80258995754261, 40.740909818345962 ], [ -111.80322511176207, 40.741526987090381 ], [ -111.80322562236387, 40.742553953714676 ], [ -111.80294127585218, 40.742546923758866 ], [ -111.80294517970083, 40.745825993194885 ], [ -111.80293691115672, 40.746123331365013 ], [ -111.80293734452933, 40.746159362366512 ], [ -111.80041437727014, 40.746158870340523 ], [ -111.80042186637021, 40.74777134056324 ], [ -111.80041438397735, 40.752086463548245 ], [ -111.80040635779768, 40.753392750964316 ], [ -111.80095134450642, 40.753397978451645 ], [ -111.81357949438919, 40.753408739523366 ], [ -111.81357370279395, 40.754877163946546 ], [ -111.81445015330658, 40.754861973508881 ], [ -111.81453242172515, 40.769365038871811 ], [ -111.81455496092104, 40.77412134717418 ], [ -111.81458216565825, 40.780228886023004 ], [ -111.81512726158827, 40.780225036769806 ], [ -111.81509560082792, 40.797989892558256 ], [ -111.79973268463047, 40.797989297261132 ], [ -111.79972701975055, 40.812330732494772 ], [ -111.79654786818675, 40.812199582460977 ], [ -111.79664529570958, 40.813406035886175 ], [ -111.78698560841129, 40.816724364617279 ], [ -111.7870677434221, 40.819660542264153 ], [ -111.77840004797957, 40.819701331950931 ], [ -111.77751076994531, 40.819707328472568 ], [ -111.77750635222752, 40.819329005461789 ], [ -111.76165693484621, 40.819732006875483 ], [ -111.74589760936571, 40.819726870187324 ], [ -111.74308726653273, 40.819726988658928 ], [ -111.74047869452556, 40.819743760643597 ], [ -111.74048827558897, 40.821671498704809 ], [ -111.74045017960476, 40.834238458401721 ], [ -111.74043588506733, 40.841481289864731 ], [ -111.7404322280685, 40.849678930799222 ], [ -111.74499928147756, 40.849649525305139 ], [ -111.74499376080109, 40.852334052578975 ], [ -111.75784520523726, 40.852592653697897 ], [ -111.75763280075462, 40.852693140877371 ], [ -111.75751488918455, 40.852756973748313 ], [ -111.75732600453712, 40.852839289195337 ], [ -111.75712535894772, 40.852930689882754 ], [ -111.75688932872393, 40.853040339115296 ], [ -111.75662987903884, 40.853177166546473 ], [ -111.75642974373227, 40.853313604446505 ], [ -111.75625302654103, 40.853422863406706 ], [ -111.75601730031468, 40.853559533921185 ], [ -111.75578177785204, 40.853714219325184 ], [ -111.75558102513681, 40.853796609671228 ], [ -111.75534488695749, 40.853897248093077 ], [ -111.75517931362836, 40.853943373957037 ], [ -111.75495381045339, 40.853935841710026 ], [ -111.75473986384458, 40.853901208346826 ], [ -111.75425183804805, 40.853760266804088 ], [ -111.75376299754095, 40.853547261676006 ], [ -111.75343993742466, 40.853306146685554 ], [ -111.75324859752082, 40.853172270975953 ], [ -111.75305766637278, 40.853074425697756 ], [ -111.75285528061993, 40.85301268828389 ], [ -111.75264154190198, 40.852996066368455 ], [ -111.75251135418512, 40.853023940808349 ], [ -111.75228646570461, 40.853070449461953 ], [ -111.75209777730488, 40.85317077179019 ], [ -111.75200358567227, 40.853234444377136 ], [ -111.75174504139675, 40.853452330135177 ], [ -111.75156913040945, 40.853633643521228 ], [ -111.75143965343827, 40.853724570606573 ], [ -111.75125197944763, 40.853914968486848 ], [ -111.75111084174011, 40.854023987853182 ], [ -111.75091028560425, 40.854124385508996 ], [ -111.75079246665416, 40.854197219263341 ], [ -111.7504864614632, 40.854415411084844 ], [ -111.75018197845591, 40.85476871749929 ], [ -111.7497718385026, 40.855221801796681 ], [ -111.74970167330915, 40.855312341378394 ], [ -111.74922085291176, 40.8558109248088 ], [ -111.74892811902239, 40.85615514319214 ], [ -111.74868192409056, 40.856417983599862 ], [ -111.74847334613365, 40.856860746417084 ], [ -111.74832621335079, 40.857492285576079 ], [ -111.74822552014167, 40.858033439764625 ], [ -111.74819783411318, 40.858736270556619 ], [ -111.74817734935075, 40.85902467056497 ], [ -111.74810859690926, 40.859241316835167 ], [ -111.74803893197321, 40.859376893849742 ], [ -111.74773370444643, 40.859667139980168 ], [ -111.74726267776902, 40.859985484561129 ], [ -111.74682592434722, 40.860186496808396 ], [ -111.74593852393704, 40.860408439262841 ], [ -111.74505000718315, 40.860531290294794 ], [ -111.74452898184046, 40.860624737990342 ], [ -111.74367444074113, 40.860603225579247 ], [ -111.74272438096735, 40.860528271840622 ], [ -111.74220174337522, 40.860477585855087 ], [ -111.74196415367062, 40.86045208933978 ], [ -111.74177412223077, 40.860435294854462 ], [ -111.74117034312177, 40.86055628457261 ], [ -111.74019886418239, 40.860688639648664 ], [ -111.73947763727558, 40.860918474302288 ], [ -111.73889887985881, 40.861156400239366 ], [ -111.73882679175873, 40.861075786878708 ], [ -111.73865898717121, 40.860923719679356 ], [ -111.73836047412313, 40.860754472300108 ], [ -111.73811042032528, 40.86067499754121 ], [ -111.73782497372035, 40.860613765332289 ], [ -111.73736106165252, 40.860508631656302 ], [ -111.73694450881699, 40.860394185195588 ], [ -111.73643354115423, 40.860325381800322 ], [ -111.73613653234352, 40.86029124426873 ], [ -111.7351843929919, 40.860027066307985 ], [ -111.734601248646, 40.859868631281543 ], [ -111.73401741095375, 40.859647139251315 ], [ -111.73331463665704, 40.85939937538452 ], [ -111.73276560574149, 40.859105588877547 ], [ -111.7324192621825, 40.858900596447079 ], [ -111.73227580113658, 40.85880241540238 ], [ -111.7321440062634, 40.858686143423078 ], [ -111.73204720911116, 40.858515599065605 ], [ -111.73193854840711, 40.858345129901018 ], [ -111.73175840673414, 40.858148089054851 ], [ -111.73154336787958, 40.858014327722437 ], [ -111.73132823081785, 40.857871558252207 ], [ -111.73094531612772, 40.85757670963801 ], [ -111.73057436766786, 40.857290792297427 ], [ -111.73051465248895, 40.857255137070361 ], [ -111.73019165749301, 40.857013956554475 ], [ -111.72985729539803, 40.856817888826626 ], [ -111.72964216581907, 40.856675116118531 ], [ -111.72941507461906, 40.856523410286542 ], [ -111.72923613076188, 40.856434458128099 ], [ -111.72904522492074, 40.856336572935994 ], [ -111.72887844194275, 40.856274568429946 ], [ -111.72881892603066, 40.856256927771263 ], [ -111.72841417918774, 40.856133367375371 ], [ -111.72768842533964, 40.855948772571224 ], [ -111.72731937179245, 40.855833991499679 ], [ -111.72714043255979, 40.855745036040034 ], [ -111.72696139533237, 40.855647072558661 ], [ -111.7268183431416, 40.855584915499477 ], [ -111.72635330237166, 40.855371644136191 ], [ -111.72625790219246, 40.85532720302529 ], [ -111.7259715057446, 40.855175863727823 ], [ -111.72572109423226, 40.855060330763401 ], [ -111.72551794089456, 40.854926483300659 ], [ -111.72533861349645, 40.854801494018524 ], [ -111.72517164131605, 40.854721468587407 ], [ -111.72504084901452, 40.854695265676781 ], [ -111.72474396898045, 40.854670106258965 ], [ -111.72450699503781, 40.854698619996817 ], [ -111.72431786703821, 40.854762866266555 ], [ -111.72412854250028, 40.854809096737227 ], [ -111.72340742003603, 40.855047838816184 ], [ -111.72259089469068, 40.855242132254411 ], [ -111.72185701831106, 40.855399869287773 ], [ -111.72145492784426, 40.855519493543632 ], [ -111.72108901276668, 40.855692940426749 ], [ -111.7209234105037, 40.855739017341776 ], [ -111.7208406581063, 40.855766559586073 ], [ -111.72073339735937, 40.855722188019676 ], [ -111.72067368880397, 40.855686527632052 ], [ -111.72059005789048, 40.855632999935622 ], [ -111.72032564366698, 40.855319358768497 ], [ -111.72001221755234, 40.854861889114169 ], [ -111.71984437397974, 40.854700786132497 ], [ -111.71958045435478, 40.854432181921716 ], [ -111.71916065747543, 40.854011406829798 ], [ -111.71875399474835, 40.853707657072142 ], [ -111.71832390120046, 40.853431076864702 ], [ -111.71796605989761, 40.853253137369393 ], [ -111.71766860549717, 40.853173913093983 ], [ -111.71735987161235, 40.853148808391062 ], [ -111.71715839207211, 40.85316807792568 ], [ -111.71694563187441, 40.853241467417426 ], [ -111.71659177460957, 40.853432841886459 ], [ -111.71645048343575, 40.853532811556647 ], [ -111.7163795951124, 40.853560276920113 ], [ -111.71627321400845, 40.853596971002723 ], [ -111.71611899178492, 40.853597928539472 ], [ -111.7160001653413, 40.853580649438555 ], [ -111.71589310523549, 40.853554288825848 ], [ -111.71553594807149, 40.853439396098779 ], [ -111.71526193141936, 40.853332995127381 ], [ -111.71502321465412, 40.853199349596061 ], [ -111.71489184822001, 40.853119088513601 ], [ -111.7141998184364, 40.852754032230798 ], [ -111.71371140119351, 40.852567879498878 ], [ -111.71350856932322, 40.852461033873304 ], [ -111.71312682673162, 40.852265210397221 ], [ -111.71260137936909, 40.851944156319355 ], [ -111.7124333680792, 40.851765026715775 ], [ -111.71236122569003, 40.851675388558441 ], [ -111.71223063715937, 40.851667186564832 ], [ -111.71212416027625, 40.851694869052622 ], [ -111.71202983553381, 40.851749501541043 ], [ -111.71165320970667, 40.852031085154024 ], [ -111.71107500545573, 40.852322918679896 ], [ -111.71050721571342, 40.852479559623646 ], [ -111.7103885850786, 40.852480290262633 ], [ -111.71022240598936, 40.852472305175525 ], [ -111.70997357014141, 40.852500862092903 ], [ -111.70974932538465, 40.852610342491253 ], [ -111.70959597020963, 40.852692361286778 ], [ -111.70921769568459, 40.852820804809284 ], [ -111.70905170793186, 40.852830833598624 ], [ -111.70881444532995, 40.852832291771271 ], [ -111.70837512569396, 40.852798956985033 ], [ -111.70806582129184, 40.85271978067945 ], [ -111.70781602484607, 40.852658255147617 ], [ -111.70728103566607, 40.85255343623286 ], [ -111.70705573281303, 40.85256382582385 ], [ -111.70697278695525, 40.852573342583177 ], [ -111.7068548262247, 40.852637124070647 ], [ -111.70673763104327, 40.852772967703764 ], [ -111.70662081821283, 40.852944842350809 ], [ -111.70629438961824, 40.853487343656006 ], [ -111.70589754054021, 40.85410234190261 ], [ -111.70552163978364, 40.854455967964263 ], [ -111.70516841134298, 40.854710362152488 ], [ -111.70493286055702, 40.854873952494266 ], [ -111.70456776408989, 40.855128417361428 ], [ -111.70443898256775, 40.855291354488152 ], [ -111.70425164552552, 40.855526715910749 ], [ -111.70405139444766, 40.855663063821424 ], [ -111.70385142857212, 40.855826434739704 ], [ -111.70374579940277, 40.855935179611954 ], [ -111.70365260549818, 40.856097898722055 ], [ -111.70335129425465, 40.856775363731749 ], [ -111.70315580015502, 40.857362099255461 ], [ -111.70294891474815, 40.857993945629232 ], [ -111.70281006864889, 40.85832810109325 ], [ -111.70267045964722, 40.858590194127935 ], [ -111.70250750179484, 40.858888462633125 ], [ -111.70228636278344, 40.859295185469634 ], [ -111.70193728056542, 40.859945912233066 ], [ -111.7016000561236, 40.860596565757547 ], [ -111.70142655449261, 40.861021013802883 ], [ -111.701228086244, 40.861328504691002 ], [ -111.70109909471579, 40.861473422518685 ], [ -111.70096953280451, 40.861564293520487 ], [ -111.70086294033905, 40.861582957952884 ], [ -111.70060210650588, 40.861602559229304 ], [ -111.70050718877516, 40.861603135706574 ], [ -111.70004455964377, 40.861614952697053 ], [ -111.69929651374835, 40.861565440027782 ], [ -111.69910658361918, 40.86155758297069 ], [ -111.69846541595682, 40.861516425440072 ], [ -111.69803828650544, 40.861519011056536 ], [ -111.69771803391023, 40.861529957017844 ], [ -111.69750437461317, 40.861522240853219 ], [ -111.69707724503699, 40.861524822911434 ], [ -111.69684032844762, 40.861562287858646 ], [ -111.69661546507174, 40.861617696244842 ], [ -111.69628419600326, 40.861709779986008 ], [ -111.69590527838106, 40.861784133538798 ], [ -111.69581036029611, 40.861784706153372 ], [ -111.695703671705, 40.861794358041656 ], [ -111.69556129454854, 40.861795216685564 ], [ -111.69540658153478, 40.861751107730704 ], [ -111.69518049185993, 40.861689412047937 ], [ -111.69488217858499, 40.861529059084546 ], [ -111.69458367853449, 40.861350689747475 ], [ -111.69441569128786, 40.861171533989562 ], [ -111.69428358100792, 40.861019187120917 ], [ -111.69398423865591, 40.860759746031967 ], [ -111.69370881568366, 40.860518177022371 ], [ -111.69338612460245, 40.860294908214364 ], [ -111.69296823834453, 40.860045185339644 ], [ -111.69251438669929, 40.859759643412893 ], [ -111.69226401492361, 40.859644037573887 ], [ -111.69194189536319, 40.859474811423439 ], [ -111.6914883330312, 40.859216288770362 ], [ -111.69121348735715, 40.859028760431215 ], [ -111.69080748141083, 40.858778958448532 ], [ -111.69073592168888, 40.858743353527316 ], [ -111.69048565034359, 40.858636751557157 ], [ -111.69030740660322, 40.858610793300294 ], [ -111.6900461135687, 40.858585331618215 ], [ -111.6898092032672, 40.858622782090187 ], [ -111.68939507654635, 40.858733358285193 ], [ -111.68890892296318, 40.858763287901631 ], [ -111.68870713759462, 40.858755484499646 ], [ -111.68816138259807, 40.858758741712435 ], [ -111.68769877036829, 40.858770509050231 ], [ -111.68748540025135, 40.858789797673978 ], [ -111.68741421476707, 40.8587902219206 ], [ -111.68720084449711, 40.858809510019064 ], [ -111.68678513047129, 40.858766944088956 ], [ -111.68666630197313, 40.85874963479737 ], [ -111.68657120201377, 40.858732184150618 ], [ -111.6864283661844, 40.858687992407219 ], [ -111.68630935196586, 40.858652667120019 ], [ -111.68611840896388, 40.858545702646992 ], [ -111.68601042295913, 40.85842923615229 ], [ -111.68578138022229, 40.858079271787176 ], [ -111.68561323914783, 40.857882087221952 ], [ -111.6852904950202, 40.857649787528338 ], [ -111.68457438612724, 40.85723965474152 ], [ -111.68407257767902, 40.856900313730804 ], [ -111.68373779456908, 40.856650064287919 ], [ -111.68364186489494, 40.856551540799074 ], [ -111.68356994097562, 40.856479900082874 ], [ -111.68346214796966, 40.856381446742475 ], [ -111.68337845318401, 40.85631888401744 ], [ -111.68312848020049, 40.856239289340706 ], [ -111.68283142263316, 40.856196006335985 ], [ -111.68228568797089, 40.85619923558481 ], [ -111.6809098560668, 40.856243398752319 ], [ -111.68050630216679, 40.856227763464958 ], [ -111.68001979391146, 40.856221624202526 ], [ -111.67941446357356, 40.856198166066342 ], [ -111.67901063429414, 40.856155502050335 ], [ -111.67873730721927, 40.856112068802517 ], [ -111.67852311558967, 40.856050270326406 ], [ -111.67826137739668, 40.855979742661582 ], [ -111.67796358930488, 40.855864384422539 ], [ -111.67767766596752, 40.855748955706424 ], [ -111.67716514069537, 40.855517747905687 ], [ -111.67674816983894, 40.855349035865153 ], [ -111.67648652787689, 40.855287511964328 ], [ -111.67618938706649, 40.855235203942357 ], [ -111.67573847714723, 40.855228837921373 ], [ -111.6753707957396, 40.855239999621382 ], [ -111.6750507516565, 40.855268898128521 ], [ -111.67466016504986, 40.855361266976324 ], [ -111.67449416506835, 40.855371246123276 ], [ -111.67437552837225, 40.855371939767579 ], [ -111.67430416367682, 40.855354340214383 ], [ -111.67425652634633, 40.855336601927029 ], [ -111.67411352319431, 40.855274379104316 ], [ -111.67399388241148, 40.85517598610037 ], [ -111.67391001540558, 40.855095400726839 ], [ -111.67387378558989, 40.855032553758406 ], [ -111.6737295970844, 40.854853228498953 ], [ -111.67341786024774, 40.854530747298391 ], [ -111.67298648907729, 40.854109871120038 ], [ -111.67263944249844, 40.853814618890908 ], [ -111.6723531728118, 40.853663145407616 ], [ -111.67211508608234, 40.853583457496725 ], [ -111.67180609284213, 40.853531207204036 ], [ -111.67150932722923, 40.853514918413893 ], [ -111.6709873399855, 40.853517955916786 ], [ -111.67053671439977, 40.853538593015003 ], [ -111.6702049036314, 40.853576554848999 ], [ -111.67011017828065, 40.853595121927725 ], [ -111.66994409119116, 40.853596086649219 ], [ -111.66987263881158, 40.853569476473311 ], [ -111.66978896025226, 40.853506903729979 ], [ -111.66962105942287, 40.853327710940988 ], [ -111.66944084285616, 40.853103547477915 ], [ -111.66929612657189, 40.852870169369275 ], [ -111.6691873634402, 40.852672616021643 ], [ -111.66911545922248, 40.852600966090179 ], [ -111.66903160136972, 40.852520377062476 ], [ -111.66882820625116, 40.852350397317146 ], [ -111.66806435031235, 40.851895396256239 ], [ -111.66748016720378, 40.851610509828326 ], [ -111.66725377581976, 40.85151272738922 ], [ -111.6665750570268, 40.851264416671697 ], [ -111.66639621014443, 40.851175366174679 ], [ -111.66615777844986, 40.851059634360176 ], [ -111.66588303741433, 40.850872044581493 ], [ -111.66571533409923, 40.850710861619881 ], [ -111.66541560843967, 40.850397297513055 ], [ -111.66517727131725, 40.850290571486646 ], [ -111.66486811852431, 40.850220286686678 ], [ -111.66452382807117, 40.850195245405374 ], [ -111.66417998761439, 40.850215242431084 ], [ -111.66398991343983, 40.850189311515699 ], [ -111.66381125267523, 40.850118272681172 ], [ -111.66354847469664, 40.849939616833993 ], [ -111.66329657270397, 40.849661805594152 ], [ -111.66313840637223, 40.849266345938858 ], [ -111.66303029602682, 40.849131841573438 ], [ -111.66297017505856, 40.84905111163183 ], [ -111.66280266291524, 40.848907940038494 ], [ -111.66259956393441, 40.848764972613019 ], [ -111.66216937463275, 40.848452149227043 ], [ -111.66204994307384, 40.848371759235633 ], [ -111.66198982398798, 40.848291028758005 ], [ -111.66194147783077, 40.848201222303047 ], [ -111.66191703588979, 40.848129295443002 ], [ -111.66187983528854, 40.847967357890873 ], [ -111.6618406631088, 40.847607247059678 ], [ -111.66182682908375, 40.847409141849155 ], [ -111.66175413198654, 40.84725641627255 ], [ -111.66163371753674, 40.847076939169483 ], [ -111.66135846837139, 40.846835290995159 ], [ -111.66110721404961, 40.846620529813109 ], [ -111.66078371499255, 40.846298081221178 ], [ -111.66072368881204, 40.846226357908328 ], [ -111.66061549888757, 40.846082843253306 ], [ -111.66054182216774, 40.84583103015774 ], [ -111.66052879742162, 40.84571399562779 ], [ -111.66051595160312, 40.845614976856076 ], [ -111.66050346357518, 40.845551989606292 ], [ -111.66045360113783, 40.845309048466845 ], [ -111.6604530645576, 40.845255001175865 ], [ -111.66044057666124, 40.845192013914399 ], [ -111.66046349555755, 40.845110807151073 ], [ -111.66051004867997, 40.845020456666184 ], [ -111.66069840699375, 40.844875243707015 ], [ -111.66086375674772, 40.844802229408906 ], [ -111.66098165892016, 40.844729486750929 ], [ -111.66109965034981, 40.844665751855146 ], [ -111.66137041186992, 40.844457006759079 ], [ -111.66160531779222, 40.844221441484031 ], [ -111.66188748949334, 40.843967587746988 ], [ -111.66246341893137, 40.843432786459033 ], [ -111.66269876602318, 40.843242258379128 ], [ -111.66275753528409, 40.843187870374102 ], [ -111.66295738595855, 40.84300655408709 ], [ -111.66314492515282, 40.842780266239359 ], [ -111.66328438880164, 40.842491195731505 ], [ -111.66334163012091, 40.842283673450382 ], [ -111.66348037326429, 40.841922539642361 ], [ -111.66376073079104, 40.841488523716329 ], [ -111.6639113312074, 40.841127321122947 ], [ -111.66397998109987, 40.840874690825736 ], [ -111.66401241800951, 40.840559210124674 ], [ -111.66404512433279, 40.840270753049154 ], [ -111.66406246327553, 40.839631056760453 ], [ -111.66416588442763, 40.839297150510788 ], [ -111.66431431945632, 40.838719758069416 ], [ -111.66465045247674, 40.83793409083129 ], [ -111.6648233213451, 40.837428624076324 ], [ -111.66489268418398, 40.837248056222364 ], [ -111.66495009621077, 40.837058548802027 ], [ -111.66500561750638, 40.836679875725437 ], [ -111.66501513734022, 40.836445602289238 ], [ -111.66500219680826, 40.836337576008837 ], [ -111.66498970639869, 40.836274589163175 ], [ -111.66497649590431, 40.836139539212489 ], [ -111.66499859613697, 40.835977260495426 ], [ -111.6650902370002, 40.835652429541575 ], [ -111.6651489076346, 40.835589032425453 ], [ -111.66532572939587, 40.835479911894424 ], [ -111.66555053160893, 40.835424564739526 ], [ -111.66573939261295, 40.835333390931794 ], [ -111.66589195171737, 40.835170359096409 ], [ -111.6659966191008, 40.834962561505982 ], [ -111.66602976514744, 40.834719143118257 ], [ -111.66601493021381, 40.834421951270123 ], [ -111.66604771534183, 40.834142501300839 ], [ -111.66604311763541, 40.833683098939453 ], [ -111.66605092067456, 40.833277675412567 ], [ -111.66608451653434, 40.833079296400001 ], [ -111.66612952108572, 40.832835809438819 ], [ -111.66616113292972, 40.832439256781441 ], [ -111.66612248880243, 40.832133193899587 ], [ -111.66611008833077, 40.832079215023775 ], [ -111.66598743678958, 40.831674544553515 ], [ -111.66585229656209, 40.831206887104528 ], [ -111.66580242607856, 40.830963947743015 ], [ -111.66574132737389, 40.830784132048706 ], [ -111.66568067946186, 40.83064935579015 ], [ -111.66553656662414, 40.83047001895298 ], [ -111.66526146294213, 40.830237386872426 ], [ -111.66482051274454, 40.830023726799659 ], [ -111.66447551756768, 40.829917613393619 ], [ -111.66432116872745, 40.829900485462694 ], [ -111.66392972679714, 40.829893730452234 ], [ -111.66359802972724, 40.829931672553677 ], [ -111.66331412801463, 40.830005372572067 ], [ -111.66268693698352, 40.830144103247591 ], [ -111.66237886668456, 40.830172897709161 ], [ -111.66176281481435, 40.830239492072977 ], [ -111.66099250217879, 40.830297958676894 ], [ -111.66006944724249, 40.830501428830559 ], [ -111.65929930839532, 40.830577899973314 ], [ -111.65863563400831, 40.830626732957526 ], [ -111.65795929787257, 40.830594558584323 ], [ -111.65752005910316, 40.830552020748598 ], [ -111.65712896945874, 40.830581274329376 ], [ -111.65709339158343, 40.830581476977208 ], [ -111.6570221469123, 40.830572874328865 ], [ -111.65691532439151, 40.830564474229234 ], [ -111.65679637594214, 40.830529117813356 ], [ -111.65667716100053, 40.830466737538075 ], [ -111.65652219079435, 40.83038654378371 ], [ -111.65605692725805, 40.830109929593661 ], [ -111.6555081211709, 40.829779737708932 ], [ -111.65515039597479, 40.829583584513898 ], [ -111.65500684553976, 40.829458281753503 ], [ -111.65485046173457, 40.829233959036287 ], [ -111.65465797037098, 40.828955790473913 ], [ -111.65442963806282, 40.828650799627226 ], [ -111.65434476581407, 40.828462104194074 ], [ -111.65429671032335, 40.828399317797057 ], [ -111.65412953481014, 40.82828315631869 ], [ -111.65405776189593, 40.828220504294421 ], [ -111.65384279789005, 40.828068579626546 ], [ -111.65368748283011, 40.827952350278196 ], [ -111.65361588758927, 40.827907713812266 ], [ -111.6534489797787, 40.827818575084571 ], [ -111.65315118375756, 40.827685135094313 ], [ -111.65288905356059, 40.827560500918366 ], [ -111.65245993073495, 40.827337718027408 ], [ -111.6524001956909, 40.82729301372364 ], [ -111.65233975452468, 40.827176245989747 ], [ -111.65225471358923, 40.826969533061074 ], [ -111.65227560641092, 40.826681145352197 ], [ -111.65227216410942, 40.826329836237939 ], [ -111.65214898984256, 40.825862094441398 ], [ -111.65209811470726, 40.825511053386641 ], [ -111.65210467884727, 40.824970510661679 ], [ -111.65202938240415, 40.8245475401311 ], [ -111.65195602765861, 40.824322743976566 ], [ -111.65193178201427, 40.824268830415562 ], [ -111.65187143268444, 40.824161070278549 ], [ -111.65175161647259, 40.824035629208169 ], [ -111.65163241789911, 40.823973243525408 ], [ -111.65139472651576, 40.823920535236823 ], [ -111.65114614653086, 40.823966980635703 ], [ -111.65091004083241, 40.824076414125017 ], [ -111.65063844788608, 40.824195055699022 ], [ -111.64984720381511, 40.824532827160688 ], [ -111.64956313359635, 40.824588477481122 ], [ -111.64924287319867, 40.824581271767627 ], [ -111.64887500429796, 40.824556316082671 ], [ -111.64834068174407, 40.824487252616919 ], [ -111.64791299654067, 40.824408579419497 ], [ -111.64771105633815, 40.824373679617601 ], [ -111.64680886970748, 40.824279648446741 ], [ -111.64604854660561, 40.824139773739823 ], [ -111.64562077888144, 40.824052084061343 ], [ -111.64553707303058, 40.823980485012328 ], [ -111.64552399208648, 40.823854440173022 ], [ -111.64557055108062, 40.823764095344316 ], [ -111.64560525186134, 40.823673816854345 ], [ -111.64568607438379, 40.823448153763529 ], [ -111.64570690740575, 40.823150758919688 ], [ -111.6457050727447, 40.82296159211392 ], [ -111.64567899808431, 40.82271851036991 ], [ -111.64559319751237, 40.822430720675101 ], [ -111.64556703614998, 40.822178630934111 ], [ -111.64560077531453, 40.821989265032613 ], [ -111.64561149757058, 40.821872095391527 ], [ -111.64566807837809, 40.821592517294825 ], [ -111.64572430927778, 40.821276907377012 ], [ -111.64573275979575, 40.820925531110383 ], [ -111.64568358229951, 40.820745637634928 ], [ -111.64558671291253, 40.820538985704324 ], [ -111.64535941170236, 40.820333063358468 ], [ -111.64514440575782, 40.820172113985656 ], [ -111.64445240055883, 40.819734568086226 ], [ -111.64405918978568, 40.819538578202355 ], [ -111.64363093178883, 40.819396833121253 ], [ -111.64342848669664, 40.819307877944787 ], [ -111.64328506756837, 40.819191567997358 ], [ -111.64312979166623, 40.819075323963034 ], [ -111.64266405415232, 40.818735598523006 ], [ -111.64226998564119, 40.818449522862849 ], [ -111.64209021719984, 40.818252337788877 ], [ -111.64199414428022, 40.818126754258756 ], [ -111.64195727031664, 40.817991832826017 ], [ -111.64195674926455, 40.817937785079558 ], [ -111.64197837914412, 40.817721462137492 ], [ -111.64202407028756, 40.817541039057858 ], [ -111.64201091056454, 40.817405985662155 ], [ -111.6419862413173, 40.817307030073941 ], [ -111.64194919416815, 40.817154092698019 ], [ -111.64169490348557, 40.816605992308084 ], [ -111.64139640021624, 40.816391449515905 ], [ -111.64113329571062, 40.81615869234691 ], [ -111.64086984629222, 40.815889902703255 ], [ -111.64061712917726, 40.815503943065742 ], [ -111.6404708643088, 40.815090366616211 ], [ -111.64037306669586, 40.814784622304543 ], [ -111.64039409449106, 40.814505243749672 ], [ -111.64046202802722, 40.814171554125458 ], [ -111.64063242219859, 40.813395881615349 ], [ -111.64065544152275, 40.813323686209472 ], [ -111.64070122005168, 40.813152271479915 ], [ -111.64071220968941, 40.813062125964365 ], [ -111.64071177639659, 40.813017086126088 ], [ -111.64067490798917, 40.812882164123799 ], [ -111.6405197380836, 40.812774924274144 ], [ -111.64046011079044, 40.812739221486311 ], [ -111.64040057017648, 40.812712526635686 ], [ -111.64017435091021, 40.812614689106404 ], [ -111.64010269466931, 40.812561035975513 ], [ -111.64001892274116, 40.812480424658716 ], [ -111.63999417180821, 40.812372460554649 ], [ -111.6399933062157, 40.812282380854292 ], [ -111.63998067112705, 40.812201374887522 ], [ -111.63996673774763, 40.811985249360319 ], [ -111.63980802324829, 40.811508681692025 ], [ -111.63972191698672, 40.81118485488706 ], [ -111.63948159942042, 40.810852874367782 ], [ -111.63926499578734, 40.810520761936637 ], [ -111.63911978784945, 40.810215278972152 ], [ -111.63902148534967, 40.809855485304595 ], [ -111.63896056530697, 40.809684662060661 ], [ -111.63895823221138, 40.809441446703666 ], [ -111.63898142487, 40.809387267532017 ], [ -111.63903975203732, 40.809287851487532 ], [ -111.63913355917211, 40.809179230422657 ], [ -111.63918063550436, 40.809142935814648 ], [ -111.63966281893785, 40.808734883079168 ], [ -111.63973325948805, 40.808662424886201 ], [ -111.64026147216181, 40.808109979099555 ], [ -111.64050852853278, 40.807910421821312 ], [ -111.64080395765797, 40.8078096883904 ], [ -111.64106425356169, 40.807754191698791 ], [ -111.64147771312354, 40.807598749945484 ], [ -111.64159505082496, 40.807471979119391 ], [ -111.6417000990171, 40.807300234235292 ], [ -111.64180488630721, 40.807101465329467 ], [ -111.64220101398526, 40.806378584508565 ], [ -111.64236394407688, 40.806062381464919 ], [ -111.64239898776661, 40.806008135602731 ], [ -111.64246872747907, 40.80586361194311 ], [ -111.64249174231107, 40.805791416111305 ], [ -111.64247936614672, 40.805737434268821 ], [ -111.64244319334681, 40.805674576467837 ], [ -111.64235960109413, 40.805611982663642 ], [ -111.64225229925934, 40.805549520777021 ], [ -111.64212154838604, 40.8055142146723 ], [ -111.64158660466875, 40.80536404670179 ], [ -111.64094427669147, 40.805142405128194 ], [ -111.64081300740625, 40.805053049647839 ], [ -111.6407881714599, 40.804936077584337 ], [ -111.6408111878101, 40.804863882064971 ], [ -111.64090446594574, 40.804701211662966 ], [ -111.64114882043198, 40.804222405604612 ], [ -111.64125135035329, 40.803789429611484 ], [ -111.64129451986149, 40.803347774975755 ], [ -111.6412675161571, 40.803005603427671 ], [ -111.64120494967727, 40.802663629488556 ], [ -111.64113044288176, 40.802312713376665 ], [ -111.64109106621657, 40.801916559678766 ], [ -111.64114548310997, 40.801411783196684 ], [ -111.64122421415595, 40.800969930799532 ], [ -111.64122057316953, 40.800591595389385 ], [ -111.64113317470658, 40.800132649168205 ], [ -111.64102310975278, 40.799781930402645 ], [ -111.64101004269045, 40.799655884425015 ], [ -111.64097222824844, 40.799421874282821 ], [ -111.64101669700814, 40.799115339261064 ], [ -111.64105043829646, 40.798925973926245 ], [ -111.64159414695571, 40.798760799446065 ], [ -111.64199613002498, 40.798650461873436 ], [ -111.64225699698018, 40.79865801859259 ], [ -111.6423281188406, 40.798657622689738 ], [ -111.64245868261595, 40.798674912728167 ], [ -111.64252989135207, 40.79868352468781 ], [ -111.64292114860901, 40.798690353739701 ], [ -111.64335903776775, 40.798615845230387 ], [ -111.64373730973729, 40.798505633801184 ], [ -111.64416229816963, 40.798323092570037 ], [ -111.64506081566363, 40.798074844173613 ], [ -111.6459599376345, 40.797889644694962 ], [ -111.64627875896591, 40.797761740801064 ], [ -111.64647843281412, 40.797571444347248 ], [ -111.64658292865717, 40.79734564704502 ], [ -111.64664036000761, 40.797156147296135 ], [ -111.64677849120089, 40.796731974907402 ], [ -111.64698835214723, 40.796370459458295 ], [ -111.64717467947584, 40.796027092553871 ], [ -111.64738436107882, 40.795647560407055 ], [ -111.6474763852209, 40.795358772884803 ], [ -111.64753425001733, 40.795214312575936 ], [ -111.64760134151942, 40.794799546198171 ], [ -111.64798556943069, 40.794085719515401 ], [ -111.64828603177075, 40.793291285839089 ], [ -111.64865768992823, 40.792505459556601 ], [ -111.64873811493574, 40.792243761532674 ], [ -111.64868789945601, 40.791955772510597 ], [ -111.64859185273602, 40.791830193711043 ], [ -111.64841187565932, 40.791605993216137 ], [ -111.64835112415199, 40.791453190423347 ], [ -111.64827852060651, 40.791300454181929 ], [ -111.64818177480376, 40.791102811104665 ], [ -111.64802559316672, 40.790887484783745 ], [ -111.64784623345172, 40.790726339265468 ], [ -111.64764194485265, 40.790439214635647 ], [ -111.64749761866443, 40.790223821027745 ], [ -111.64736295833693, 40.789783160928451 ], [ -111.64727833194176, 40.789612474489481 ], [ -111.64717017691748, 40.789459936914035 ], [ -111.64700284998032, 40.789316739514433 ], [ -111.64674062079237, 40.789165065332774 ], [ -111.64650244610249, 40.789049289717838 ], [ -111.64612056500825, 40.788781174130229 ], [ -111.64596535576409, 40.788664932804387 ], [ -111.64580988524312, 40.78852166727232 ], [ -111.64555907750089, 40.788324884020682 ], [ -111.64509354469287, 40.787985165057279 ], [ -111.64471280794335, 40.787834148670861 ], [ -111.64443960893806, 40.787772615360225 ], [ -111.64423778175598, 40.787737708408905 ], [ -111.64401129410159, 40.787603845379643 ], [ -111.64392685312625, 40.787451172336944 ], [ -111.64379274416349, 40.787064555657132 ], [ -111.64352740058803, 40.786588585860756 ], [ -111.6432154374293, 40.78619395169207 ], [ -111.64309579349647, 40.786077508179659 ], [ -111.64303523312249, 40.785942718324456 ], [ -111.64325884478917, 40.785779319179753 ], [ -111.64339975692224, 40.785643406214362 ], [ -111.64351748759996, 40.785561673299433 ], [ -111.64384436545561, 40.785046365921545 ], [ -111.64413742560757, 40.784711416200786 ], [ -111.6445599740034, 40.784285657577485 ], [ -111.64537159461334, 40.783650526696192 ], [ -111.6458184410177, 40.783287686974091 ], [ -111.64599376067312, 40.783034467810751 ], [ -111.64613387576688, 40.78281747947895 ], [ -111.64632034519147, 40.782492129414422 ], [ -111.64638760714909, 40.782095378882751 ], [ -111.64620504499035, 40.78160093410937 ], [ -111.64598562493939, 40.780971567883228 ], [ -111.64572987283698, 40.780261327993088 ], [ -111.64547499827356, 40.77964116752392 ], [ -111.64537662158759, 40.779272369276633 ], [ -111.64533871714957, 40.779029351756982 ], [ -111.645383850907, 40.778794878330821 ], [ -111.64553493728376, 40.778487744211581 ], [ -111.64599228956511, 40.777989717268731 ], [ -111.64649755851191, 40.777545471059831 ], [ -111.64733199183259, 40.776829121514886 ], [ -111.64797865137658, 40.776302999003008 ], [ -111.64852936542701, 40.775660301529001 ], [ -111.64876241280687, 40.77525360885938 ], [ -111.64878532303889, 40.775172403509394 ], [ -111.64890013632393, 40.774793400719631 ], [ -111.64890812917315, 40.774396981501951 ], [ -111.64895149438716, 40.77398234632961 ], [ -111.64907859228074, 40.77364831674528 ], [ -111.64912397249712, 40.77344086581008 ], [ -111.649063061129, 40.773270046769319 ], [ -111.64889568360269, 40.77311784342119 ], [ -111.64866862348123, 40.772920932776564 ], [ -111.64782217833131, 40.772394185544641 ], [ -111.64732242365187, 40.772180785703121 ], [ -111.64688322709429, 40.772102171896172 ], [ -111.64675280170977, 40.772093894421616 ], [ -111.64646860245921, 40.772113503873015 ], [ -111.64617325228444, 40.772205243149394 ], [ -111.64595997150154, 40.772206437202875 ], [ -111.64573431849895, 40.772153649028503 ], [ -111.64543643912631, 40.771984153755511 ], [ -111.64523282932269, 40.77176007958866 ], [ -111.64519693420387, 40.771724246235891 ], [ -111.64508872634006, 40.771562697958529 ], [ -111.64484852757955, 40.771230725470566 ], [ -111.64456267741436, 40.77107917770936 ], [ -111.64432552865431, 40.771062485019982 ], [ -111.64378100854918, 40.771119575077705 ], [ -111.64240750825113, 40.771226322848591 ], [ -111.64182717867045, 40.771256577488245 ], [ -111.64144810452473, 40.771267693689992 ], [ -111.64127002644717, 40.771232649337705 ], [ -111.64108009978854, 40.771197670532601 ], [ -111.64079460437389, 40.771082145503435 ], [ -111.64055633182376, 40.770948340624571 ], [ -111.63992428761117, 40.770528447008772 ], [ -111.63964891797362, 40.770232692667228 ], [ -111.6393496810105, 40.769919052849858 ], [ -111.63888430921433, 40.769579306557702 ], [ -111.63840649023884, 40.769176567597562 ], [ -111.6378335457655, 40.768738318350643 ], [ -111.63758231989362, 40.768487468101092 ], [ -111.63737805854826, 40.768191315314574 ], [ -111.63717311068554, 40.767823097780784 ], [ -111.63699022700673, 40.767283596179823 ], [ -111.63678347839733, 40.766726208877046 ], [ -111.63675806277112, 40.766546178681139 ], [ -111.63679119897797, 40.766293757224759 ], [ -111.63688417622913, 40.766104065173664 ], [ -111.63701054609442, 40.765688975652061 ], [ -111.63709965075343, 40.765093921220696 ], [ -111.63722515704066, 40.764588750919067 ], [ -111.63735238259065, 40.764263741452815 ], [ -111.63736371378664, 40.764209627721236 ], [ -111.63742079982153, 40.763984099292585 ], [ -111.63739555573862, 40.763822085257949 ], [ -111.63733502763492, 40.763687291656197 ], [ -111.63716727083141, 40.763490030408512 ], [ -111.63704750659058, 40.763355563682147 ], [ -111.63683262003909, 40.763185587665362 ], [ -111.63601094497461, 40.762748701079502 ], [ -111.63520198543348, 40.762401823890016 ], [ -111.6347627813936, 40.762314155177897 ], [ -111.63431224513842, 40.76228059825177 ], [ -111.63422914350242, 40.762263037920249 ], [ -111.63356458857879, 40.762149577279949 ], [ -111.63257777129476, 40.761785640837601 ], [ -111.6320422618886, 40.761536336034531 ], [ -111.6313635692764, 40.761179709763255 ], [ -111.63081656291733, 40.760966496252927 ], [ -111.63035291407671, 40.760797867527934 ], [ -111.62990170975084, 40.760692228737071 ], [ -111.62955738397486, 40.760613030791291 ], [ -111.62845409383745, 40.760456890487781 ], [ -111.62775521221955, 40.760469702696774 ], [ -111.62728133657664, 40.760472279365452 ], [ -111.62700919664788, 40.76050979236431 ], [ -111.62671378563617, 40.760592473765357 ], [ -111.62644240603359, 40.760711058101812 ], [ -111.62602936906788, 40.760884461513534 ], [ -111.62575790256643, 40.76099403617696 ], [ -111.62561590763228, 40.76101282308057 ], [ -111.62555675712781, 40.761022152251577 ], [ -111.62550936915402, 40.761022409106175 ], [ -111.62535527380821, 40.761014235673365 ], [ -111.62505808634758, 40.76090774326051 ], [ -111.6246774651283, 40.760747650517921 ], [ -111.62401083478005, 40.760408932640885 ], [ -111.62373633539775, 40.760194211706832 ], [ -111.6235927420235, 40.760041842592031 ], [ -111.62347267456278, 40.759871329129027 ], [ -111.62332891419204, 40.759700943505415 ], [ -111.62303039003915, 40.759450316468751 ], [ -111.62249359004116, 40.759056837525122 ], [ -111.62178951725967, 40.758511112243561 ], [ -111.62133658017547, 40.758216269891719 ], [ -111.62116955515948, 40.758091049457263 ], [ -111.62103790248354, 40.757947621358205 ], [ -111.62110772356746, 40.757812117525795 ], [ -111.62137834616416, 40.757612472900014 ], [ -111.62150781756233, 40.75752169033705 ], [ -111.62205048386063, 40.757275536081615 ], [ -111.62216844330796, 40.75722084898387 ], [ -111.62243981651662, 40.757102274674466 ], [ -111.62263985891315, 40.756957058961866 ], [ -111.6227569766733, 40.75681229039796 ], [ -111.62278016477839, 40.756758114027519 ], [ -111.62294222821214, 40.756351855035575 ], [ -111.62302288076141, 40.756108189055126 ], [ -111.62313301499766, 40.75521574878001 ], [ -111.62321164666642, 40.75475588849325 ], [ -111.6232692776957, 40.754584414943267 ], [ -111.62337311378218, 40.754286572181201 ], [ -111.62352357452849, 40.753907400522522 ], [ -111.62353247468828, 40.753592053360705 ], [ -111.62344778784657, 40.753403331412962 ], [ -111.62329219606488, 40.753233009439988 ], [ -111.6229935331195, 40.752964365631115 ], [ -111.62271637843962, 40.752461382759968 ], [ -111.6224386399338, 40.751895342483344 ], [ -111.62229355585245, 40.7515808256599 ], [ -111.62205404680759, 40.751302851804851 ], [ -111.6219941488734, 40.751231106234833 ], [ -111.6218026106212, 40.751015933145766 ], [ -111.62155218320092, 40.750837111089858 ], [ -111.62133704105079, 40.750631072874697 ], [ -111.62121724806769, 40.750487580920833 ], [ -111.62107435210702, 40.750407273021253 ], [ -111.62095489529671, 40.750299813183005 ], [ -111.62089508324324, 40.750237075115344 ], [ -111.62084728395338, 40.750192289498116 ], [ -111.62076378195648, 40.750129678794792 ], [ -111.62072766035537, 40.750066813213543 ], [ -111.62063239733588, 40.750013274218652 ], [ -111.62057283708896, 40.749977560280755 ], [ -111.62025168160038, 40.749835149845246 ], [ -111.62007350421709, 40.749782055951933 ], [ -111.61990717211594, 40.749728898159887 ], [ -111.6198477798077, 40.749711200047329 ], [ -111.61952712876685, 40.749622836189424 ], [ -111.61937247529323, 40.749551597828287 ], [ -111.61931308328167, 40.74953389943785 ], [ -111.61905140792619, 40.749418192113382 ], [ -111.61881317280269, 40.749275332855028 ], [ -111.61877722051139, 40.749230482848482 ], [ -111.61858344450519, 40.748772085355725 ], [ -111.61852171629262, 40.748502159555755 ], [ -111.61833003022137, 40.748268964248709 ], [ -111.61805576617148, 40.748072245075228 ], [ -111.61791162842088, 40.74785681152639 ], [ -111.6177675749702, 40.747650385892555 ], [ -111.61767048407417, 40.747398665966152 ], [ -111.61763295003813, 40.747182661475023 ], [ -111.61757172722021, 40.746966783721334 ], [ -111.61751017150378, 40.746714873477707 ], [ -111.6174617937867, 40.746607029613564 ], [ -111.61744944943112, 40.746553044307873 ], [ -111.61742434421534, 40.74640003312922 ], [ -111.61744703325516, 40.746291809053226 ], [ -111.61751659978592, 40.746129282818153 ], [ -111.61756306061808, 40.746029940082956 ], [ -111.61757382165122, 40.745912771240533 ], [ -111.61776091357237, 40.745650521778295 ], [ -111.61790062708903, 40.745388525662328 ], [ -111.61806477846092, 40.745207475540653 ], [ -111.61821625061602, 40.744936407497406 ], [ -111.61837964909591, 40.744674283907059 ], [ -111.61844971238874, 40.744565805773924 ], [ -111.61847223228007, 40.744439565251461 ], [ -111.61861202398656, 40.744186576371931 ], [ -111.6187052735271, 40.744023922432191 ], [ -111.61886900189116, 40.74379783059409 ], [ -111.61909161458934, 40.74353538843144 ], [ -111.6192912062768, 40.743345137854774 ], [ -111.619655690882, 40.743054907577175 ], [ -111.62000883046096, 40.742818788462131 ], [ -111.62029190940856, 40.74269114756855 ], [ -111.62045713595525, 40.742627199527568 ], [ -111.62072862074953, 40.742526645577996 ], [ -111.62090518754843, 40.742408584526203 ], [ -111.62113005025091, 40.742389357501594 ], [ -111.62147351743972, 40.742387508593687 ], [ -111.62184075588276, 40.742394539155782 ], [ -111.62188796285952, 40.742376267681067 ], [ -111.62200623194563, 40.742357613242895 ], [ -111.62224251806175, 40.742293279672737 ], [ -111.62249039542945, 40.742201857414166 ], [ -111.62283335738211, 40.742145955807018 ], [ -111.62302167899328, 40.742018819521554 ], [ -111.62311600766552, 40.741973267483615 ], [ -111.62339907701224, 40.741845619019884 ], [ -111.62361209344998, 40.741826451146054 ], [ -111.62382468894515, 40.741762242336868 ], [ -111.62400183751114, 40.741707233347071 ], [ -111.62419032406987, 40.741598111387269 ], [ -111.62426003782853, 40.74145359732821 ], [ -111.62439929597338, 40.741146552862368 ], [ -111.62446909306668, 40.741011046781288 ], [ -111.62453813157094, 40.740794467677098 ], [ -111.62452485583948, 40.740641393907723 ], [ -111.62457071267256, 40.74047899159595 ], [ -111.62467452179474, 40.740181147140021 ], [ -111.62468476388267, 40.740009928955033 ], [ -111.62465922340513, 40.739811878729313 ], [ -111.6246217556258, 40.739604884472556 ], [ -111.62453742096595, 40.739452195204962 ], [ -111.6243465826492, 40.739309090604742 ], [ -111.62403832417678, 40.73927472340727 ], [ -111.62367093448408, 40.739249683484445 ], [ -111.62339786960601, 40.739179090129973 ], [ -111.6230646651686, 40.739009726544722 ], [ -111.62279092977714, 40.738867066821975 ], [ -111.62264772101359, 40.738750728080575 ], [ -111.62252803084702, 40.738616245173432 ], [ -111.62221767803793, 40.738356670170887 ], [ -111.62201534048441, 40.738249657941779 ], [ -111.62184794520411, 40.738079397114205 ], [ -111.62174001689479, 40.737935841429255 ], [ -111.6216551039447, 40.737720093118064 ], [ -111.62174733076648, 40.737449339231276 ], [ -111.62181696173391, 40.737295818418204 ], [ -111.62189709292321, 40.736998103843426 ], [ -111.62198915000027, 40.736709333504564 ], [ -111.62196328331081, 40.73647525002152 ], [ -111.62191322827147, 40.736187245421419 ], [ -111.62187602281736, 40.736007274429717 ], [ -111.6218981141115, 40.735835992514282 ], [ -111.62203804299216, 40.735601015577714 ], [ -111.62224810234443, 40.735266566093408 ], [ -111.62234082714988, 40.735049860390667 ], [ -111.62238676958609, 40.734896466900871 ], [ -111.62246672756898, 40.734580735602229 ], [ -111.62260639993596, 40.734318733592026 ], [ -111.62274665918136, 40.734119788266504 ], [ -111.62293386626224, 40.733875546518753 ], [ -111.62297980655957, 40.733722152777624 ], [ -111.62313148535129, 40.733478102450029 ], [ -111.62322420487155, 40.733261396009716 ], [ -111.62330567023365, 40.733107810302734 ], [ -111.62332884990292, 40.733053633663516 ], [ -111.6233985568465, 40.732909119963018 ], [ -111.62342013881803, 40.73268378895947 ], [ -111.62345305807257, 40.732404345237974 ], [ -111.62347438745664, 40.732151989834314 ], [ -111.62347051948414, 40.731737616101938 ], [ -111.62339703048295, 40.731476764232944 ], [ -111.62330011083014, 40.73124306457396 ], [ -111.62319168637381, 40.731045461260649 ], [ -111.62300028702495, 40.730839297141138 ], [ -111.62284483367559, 40.730677981636312 ], [ -111.62276068256432, 40.730543306978902 ], [ -111.62275917081853, 40.730381160672046 ], [ -111.62274615348342, 40.730255110763316 ], [ -111.62262597475997, 40.730066578877334 ], [ -111.62228114436549, 40.729915292551141 ], [ -111.62189003996538, 40.729881366085593 ], [ -111.62164111743941, 40.729855681219995 ], [ -111.62136842836371, 40.729821115179348 ], [ -111.62072890535173, 40.729815547569743 ], [ -111.62050375009387, 40.729798741015287 ], [ -111.62018369596552, 40.729764426789281 ], [ -111.61991092437438, 40.72972084916249 ], [ -111.61964991101314, 40.729668199184331 ], [ -111.61922270042368, 40.729571397415555 ], [ -111.61878331585578, 40.729438624990031 ], [ -111.61839254945298, 40.729440719185199 ], [ -111.61809643091802, 40.729433296678316 ], [ -111.6180133743888, 40.729415724242997 ], [ -111.61775219705019, 40.729345053674635 ], [ -111.61753813594009, 40.729247104692966 ], [ -111.61739545663329, 40.729184807860953 ], [ -111.61674268450672, 40.729026143073384 ], [ -111.61622083464624, 40.728938844389553 ], [ -111.61562719109816, 40.728770849007361 ], [ -111.61524636141182, 40.728565682067305 ], [ -111.61502079693388, 40.728503824052169 ], [ -111.61468891040242, 40.728469557609543 ], [ -111.61423803200776, 40.728372863379661 ], [ -111.61383451974032, 40.728275915501769 ], [ -111.61363214342714, 40.72815987992584 ], [ -111.61346553950193, 40.72807067963678 ], [ -111.6133458871123, 40.72793618668836 ], [ -111.61340335582045, 40.727746700957688 ], [ -111.61364986780222, 40.727511167384108 ], [ -111.61381481514391, 40.72742020446421 ], [ -111.61395525205725, 40.727239285797019 ], [ -111.61406049644275, 40.72709458853614 ], [ -111.61414222405259, 40.726968033480475 ], [ -111.61420026944428, 40.726841604382919 ], [ -111.61425872876161, 40.726760215997281 ], [ -111.6143753984399, 40.726570414691317 ], [ -111.61443244884016, 40.726335887689089 ], [ -111.61444188700102, 40.726074588338015 ], [ -111.61442838919487, 40.725894488381428 ], [ -111.61443849012792, 40.725705254209664 ], [ -111.61464648528764, 40.725145614181358 ], [ -111.61478658365304, 40.724928661880433 ], [ -111.61492601781465, 40.724639644203471 ], [ -111.61504301367114, 40.724485874796592 ], [ -111.61526649060971, 40.724322529150264 ], [ -111.61541950443477, 40.724222618921736 ], [ -111.61567775384023, 40.723978009739263 ], [ -111.61587779581288, 40.723841813676934 ], [ -111.61600671154031, 40.723696988272572 ], [ -111.61611202904376, 40.723561297275324 ], [ -111.61624061138228, 40.723380439008608 ], [ -111.6163569372184, 40.723154603069979 ], [ -111.61637970366891, 40.723055386964312 ], [ -111.61639046358179, 40.722938217778797 ], [ -111.61631792631914, 40.722776450398825 ], [ -111.61593787632556, 40.722652358662295 ], [ -111.61567614660146, 40.722518626039758 ], [ -111.61543826419656, 40.722402782865267 ], [ -111.61524790909456, 40.722304703074514 ], [ -111.61515227560481, 40.722206118212291 ], [ -111.61509249445152, 40.722143376611996 ], [ -111.61498502131981, 40.722044854697032 ], [ -111.61480476733786, 40.721757539819457 ], [ -111.61475425766425, 40.721415482144572 ], [ -111.61466996895334, 40.721262784858375 ], [ -111.6146683116002, 40.721082621728961 ], [ -111.61470200822492, 40.720884253132567 ], [ -111.6147361190333, 40.720730925306412 ], [ -111.61474737876657, 40.720667805151969 ], [ -111.61476973241277, 40.72052354852358 ], [ -111.61474398085215, 40.720298470697728 ], [ -111.61480119063972, 40.720081959623045 ], [ -111.61489449947777, 40.719928316418546 ], [ -111.6149876420772, 40.719756656821353 ], [ -111.61490327208024, 40.719594951492027 ], [ -111.61486742151206, 40.719559108061986 ], [ -111.61464081072107, 40.719380142918183 ], [ -111.61441569204605, 40.71936332419267 ], [ -111.61417807148314, 40.719274502741492 ], [ -111.61390576033952, 40.719275951309925 ], [ -111.61360877731445, 40.719169427176539 ], [ -111.61333613584162, 40.719134841751412 ], [ -111.61327693788297, 40.719135156279592 ], [ -111.61303998075493, 40.719118397763893 ], [ -111.6128394512659, 40.719200539983511 ], [ -111.61263834316246, 40.719219624716793 ], [ -111.61259098472937, 40.719219876055917 ], [ -111.61248451082017, 40.719229449661121 ], [ -111.6123424354941, 40.719230203431017 ], [ -111.6120692168117, 40.719132557864242 ], [ -111.61191422971304, 40.71901626774789 ], [ -111.61178267484499, 40.71887282742675 ], [ -111.61178061306057, 40.718647623298828 ], [ -111.61157653833928, 40.718342412208415 ], [ -111.61158590448785, 40.718072104491306 ], [ -111.61177409797503, 40.717935978196088 ], [ -111.61186699846834, 40.717737296520433 ], [ -111.61178296847771, 40.717611621448889 ], [ -111.61152085465929, 40.717432838249131 ], [ -111.61116386336914, 40.71723653960855 ], [ -111.61065321116968, 40.717068078654712 ], [ -111.61034440386862, 40.716961608604478 ], [ -111.61009405337354, 40.71677375132851 ], [ -111.60997368824511, 40.716558180885244 ], [ -111.60973402878081, 40.716244145825058 ], [ -111.60950752512136, 40.716074178494999 ], [ -111.60924534128655, 40.715886381820155 ], [ -111.60889971145822, 40.715635964485124 ], [ -111.60835134628428, 40.715224459766851 ], [ -111.60810108987076, 40.715045606202459 ], [ -111.60792186788106, 40.714866378014214 ], [ -111.60760041726786, 40.714669881043697 ], [ -111.60724222449842, 40.714338447304037 ], [ -111.60718221233557, 40.714248676878917 ], [ -111.60713403905889, 40.714158844154333 ], [ -111.6068940744151, 40.71380877018759 ], [ -111.60676139572264, 40.713539209323557 ], [ -111.60660610383088, 40.713386879081 ], [ -111.60651016894597, 40.713252253994945 ], [ -111.60641398925529, 40.713090604274392 ], [ -111.60625845407432, 40.71291124898908 ], [ -111.60619852623333, 40.7128304861956 ], [ -111.6076546602952, 40.7128228302591 ], [ -111.62728315685183, 40.712753870956419 ], [ -111.64685229042328, 40.712672897851938 ], [ -111.65920006696696, 40.711440935878578 ], [ -111.66369434695957, 40.710991779369458 ], [ -111.68277830726936, 40.710988582199043 ], [ -111.70183854528729, 40.710982373908031 ], [ -111.72095802066154, 40.710981656705272 ], [ -111.73884601443264, 40.710958635346536 ], [ -111.7590095690397, 40.711161133148764 ], [ -111.77556056980731, 40.711204264839743 ], [ -111.77471773594176, 40.637563886123473 ], [ -111.77702850070713, 40.637239813265211 ], [ -111.77743002043475, 40.637171887978752 ], [ -111.77934083518977, 40.635995086557287 ], [ -111.78034232389059, 40.635131417608413 ], [ -111.78061857634314, 40.633599605862599 ], [ -111.78234103063173, 40.632447089805773 ], [ -111.78419200113247, 40.632035991074481 ], [ -111.78648092183992, 40.631079738169809 ], [ -111.79121120374235, 40.631119495429374 ], [ -111.7959177340138, 40.63115021390513 ], [ -111.79622514690142, 40.631148094752199 ], [ -111.80006845035024, 40.631175583925597 ], [ -111.80016303887466, 40.631174928565798 ], [ -111.80038779417012, 40.631182379711753 ], [ -111.80051785339344, 40.631181478212291 ], [ -111.80306013469145, 40.631181844450516 ], [ -111.8052122378957, 40.631184875955476 ], [ -111.80618187737578, 40.631187119584929 ], [ -111.80684399610219, 40.631182495389091 ], [ -111.80674083666848, 40.631453476469808 ], [ -111.80685332126619, 40.631957176598846 ], [ -111.80662280978804, 40.632454264208505 ], [ -111.80636180849423, 40.633365963342762 ], [ -111.80617284224255, 40.633385300036615 ], [ -111.80613094928182, 40.634817971812495 ], [ -111.80592266330389, 40.63519778991428 ], [ -111.80588849033381, 40.635306132481311 ], [ -111.8064319638743, 40.636248249069276 ], [ -111.80676543389404, 40.636444110595569 ], [ -111.80699194291724, 40.636595675316592 ], [ -111.80719469540908, 40.636738396977826 ], [ -111.80761191900106, 40.637014748589692 ], [ -111.80878138095073, 40.637889413396117 ], [ -111.80906702316166, 40.638040559810669 ], [ -111.80914729480612, 40.63783279800866 ], [ -111.80925143287274, 40.637642886230964 ], [ -111.80936695983023, 40.637416859856685 ], [ -111.80947087903168, 40.63720893206667 ], [ -111.80961016247035, 40.636991747575642 ], [ -111.80972634015862, 40.636819768278279 ], [ -111.80990109545986, 40.636602334693087 ], [ -111.81009971632052, 40.636402750759466 ], [ -111.81026275382462, 40.636194407489597 ], [ -111.81044998375569, 40.636030937552697 ], [ -111.81073071797255, 40.635776724180083 ], [ -111.81103542569551, 40.635549367762884 ], [ -111.81129359760013, 40.635385398183708 ], [ -111.81152801067134, 40.63521258632256 ], [ -111.81188066466429, 40.635038942743265 ], [ -111.81208047564326, 40.634938442398102 ], [ -111.81260030328411, 40.634898750960886 ], [ -111.81368725327911, 40.63481902783063 ], [ -111.8150816284428, 40.634737124989833 ], [ -111.81545978202165, 40.634716437915408 ], [ -111.81761056688097, 40.634602134629553 ], [ -111.81952596335267, 40.634579548727935 ], [ -111.82782580820729, 40.634466296380154 ], [ -111.82855878875834, 40.634452030910531 ], [ -111.83415749792158, 40.63298835527204 ], [ -111.83415682527736, 40.63293430812859 ], [ -111.8390119792795, 40.631601887285655 ], [ -111.83986045129662, 40.631370502983806 ], [ -111.84041434784262, 40.631222334622947 ], [ -111.84061466875316, 40.631166824599525 ], [ -111.84080327888614, 40.631120408162133 ], [ -111.84120414518986, 40.631027402119727 ], [ -111.84141640132535, 40.630980812432945 ], [ -111.84181749216739, 40.630905819962251 ], [ -111.84201815039887, 40.630877331049852 ], [ -111.84223051865328, 40.630839747717928 ], [ -111.8424311764996, 40.630811258091207 ], [ -111.84263194740714, 40.63079177595845 ], [ -111.84284442829379, 40.630763199343939 ], [ -111.84305702228727, 40.630743630180284 ], [ -111.84325790611346, 40.630733154802748 ], [ -111.84347049987801, 40.630713584879928 ], [ -111.84367138353727, 40.630703108784573 ], [ -111.84388409047833, 40.630692545940917 ], [ -111.84409691077967, 40.630690990543961 ], [ -111.84429779425464, 40.630680513360481 ], [ -111.84451061449509, 40.630678957201546 ], [ -111.84472354823714, 40.630686408486895 ], [ -111.84506653883984, 40.630692907720174 ], [ -111.84779795848745, 40.630690904712608 ], [ -111.84851918202766, 40.630685607616094 ], [ -111.84924029125096, 40.630671298190244 ], [ -111.84996128586666, 40.630647976440038 ], [ -111.85067022795097, 40.630606721643055 ], [ -111.85139099239285, 40.630565375334314 ], [ -111.85244234990623, 40.630485550008274 ], [ -111.85305647298051, 40.630426963124002 ], [ -111.85507618400457, 40.630249869896275 ], [ -111.85578488818285, 40.630190568145821 ], [ -111.85722639973632, 40.630107807337552 ], [ -111.85794726935379, 40.630075428004794 ], [ -111.8593894682093, 40.630046687071754 ], [ -111.86603409213802, 40.629997047656381 ], [ -111.86602906662657, 40.631438470788105 ], [ -111.86600704913921, 40.631564757113573 ], [ -111.86600400210993, 40.633159312167351 ], [ -111.86600079112728, 40.633825976701665 ], [ -111.86592984811644, 40.63382650869913 ], [ -111.86591118246081, 40.636042777208175 ], [ -111.86592626559684, 40.636294906325659 ], [ -111.86597717100324, 40.636573792749338 ], [ -111.86597786939431, 40.636627839412256 ], [ -111.86593045568422, 40.6366191863155 ], [ -111.86595361878635, 40.638411733701062 ], [ -111.8660010337717, 40.638420386772658 ], [ -111.8659784321363, 40.638501634094638 ], [ -111.8659675387168, 40.638573784963164 ], [ -111.86596991568459, 40.639672821972972 ], [ -111.86596589030621, 40.640276431367596 ], [ -111.86595132041072, 40.640979214853019 ], [ -111.86594303676596, 40.642168417776148 ], [ -111.86594862482957, 40.642600790648721 ], [ -111.86594215471443, 40.643015236634781 ], [ -111.86593312331692, 40.643231511723833 ], [ -111.86594022502018, 40.643780985477001 ], [ -111.86592833250394, 40.64469094713661 ], [ -111.86592856535427, 40.644708962665803 ], [ -111.86592617008472, 40.645438680233461 ], [ -111.86592098058465, 40.645952211410567 ], [ -111.86591497606068, 40.646402688209548 ], [ -111.86591974974871, 40.646772006438027 ], [ -111.86590248496414, 40.649096363152708 ], [ -111.86589578176248, 40.649492793168832 ], [ -111.86589682972857, 40.64957386298282 ], [ -111.86571943050691, 40.649575193157304 ], [ -111.86524624950451, 40.649569731198504 ], [ -111.86506873393374, 40.649562052614407 ], [ -111.86448922974125, 40.649566392685557 ], [ -111.86445386613551, 40.649575666070213 ], [ -111.86445758606304, 40.649863914398097 ], [ -111.86407913259339, 40.649866747074007 ], [ -111.86408110796187, 40.650019879007424 ], [ -111.86389199694759, 40.65003030264905 ], [ -111.86391009716431, 40.650516633242539 ], [ -111.86390861025291, 40.651318412339464 ], [ -111.86363682316977, 40.651338462736469 ], [ -111.86257332699975, 40.651418481244527 ], [ -111.86261496849295, 40.653733387260964 ], [ -111.86336009200815, 40.653727818260627 ], [ -111.86337507151434, 40.654889818739576 ], [ -111.86584703058993, 40.654871308619121 ], [ -111.8659068959108, 40.659501289642016 ], [ -111.86499886919826, 40.661553051097442 ], [ -111.86482632475726, 40.661932705316538 ], [ -111.86453886272592, 40.662574469504541 ], [ -111.86486010765388, 40.665463827001751 ], [ -111.86488667576479, 40.665688843140479 ], [ -111.86499818769219, 40.666994255480176 ], [ -111.86500156306887, 40.667255479699925 ], [ -111.86528130822762, 40.669676697357303 ], [ -111.86520047636562, 40.66983044931046 ], [ -111.86531696255473, 40.67060431583873 ], [ -111.86622789788102, 40.670597484998304 ], [ -111.86709221173194, 40.670645048698866 ], [ -111.86751751994349, 40.670596810801761 ], [ -111.86787184563686, 40.670549104928845 ], [ -111.86731621290697, 40.669670437590959 ], [ -111.86796698840955, 40.669674555698933 ], [ -111.86797114299449, 40.668170088285372 ], [ -111.86798490857051, 40.666494384769749 ], [ -111.86806175888609, 40.666034368205565 ], [ -111.87174162739609, 40.669709177623467 ], [ -111.87179586976811, 40.670240275275901 ], [ -111.87169187874271, 40.671340109124159 ], [ -111.87168145600788, 40.67144829095254 ], [ -111.8717060921021, 40.673339909523918 ], [ -111.87058216639569, 40.673348389938219 ], [ -111.87058462695813, 40.673537551816757 ], [ -111.87038350279195, 40.673539068220748 ], [ -111.87038162918077, 40.674304812611048 ], [ -111.87419155146166, 40.674303053329339 ], [ -111.87418961651868, 40.673249062927781 ], [ -111.87382286260754, 40.673251839306765 ], [ -111.87382622585683, 40.672603195254943 ], [ -111.87379073388411, 40.672603463872491 ], [ -111.8737872059742, 40.672333232802373 ], [ -111.87302992933738, 40.672329952952772 ], [ -111.87303353536832, 40.671699324153565 ], [ -111.87206331680852, 40.671697647939567 ], [ -111.87205991334491, 40.671436424410622 ], [ -111.87303001062769, 40.671429092986436 ], [ -111.87302930568531, 40.671375046751436 ], [ -111.87336055806684, 40.6713725414766 ], [ -111.87336153510765, 40.669633875154361 ], [ -111.87304212146546, 40.669636290889585 ], [ -111.87307753969711, 40.66781628620317 ], [ -111.87308486939877, 40.666564035283912 ], [ -111.87325071869002, 40.666580798232651 ], [ -111.87330986666448, 40.666580350861601 ], [ -111.87392629902304, 40.666674781229524 ], [ -111.87534144247422, 40.667231602879404 ], [ -111.87495807001942, 40.668675884579585 ], [ -111.87519537582909, 40.668728137568699 ], [ -111.87576498196027, 40.668858947356888 ], [ -111.87603219690513, 40.669388427369064 ], [ -111.87628168990065, 40.669467611426171 ], [ -111.8767805596511, 40.669616970201773 ], [ -111.87716419918735, 40.670001425785905 ], [ -111.87740151135651, 40.670053674162148 ], [ -111.87767443261022, 40.67011465995612 ], [ -111.8782949219558, 40.670515328185346 ], [ -111.87841405217597, 40.670577482033288 ], [ -111.87897681791731, 40.671086688813695 ], [ -111.87931209172973, 40.671390427983333 ], [ -111.88074641755247, 40.671595701393159 ], [ -111.88085988585443, 40.67212634259797 ], [ -111.88057206217577, 40.672732113704505 ], [ -111.88030671012928, 40.673247626820718 ], [ -111.88044867913581, 40.673246544259349 ], [ -111.88066246230822, 40.673307973881485 ], [ -111.88084395441754, 40.67361288135222 ], [ -111.88058746904755, 40.673903112705879 ], [ -111.88073382533877, 40.674235314059061 ], [ -111.88078233449069, 40.674325029868754 ], [ -111.88083096232728, 40.674423753337599 ], [ -111.88085545413472, 40.674486626586372 ], [ -111.88103339297203, 40.674521303206909 ], [ -111.8813666768478, 40.67467190538148 ], [ -111.88198438163145, 40.674856368497572 ], [ -111.88228336362229, 40.675097315897183 ], [ -111.88252283584833, 40.675311691660418 ], [ -111.88290250081667, 40.675389866137991 ], [ -111.88281058478638, 40.675597766451311 ], [ -111.88226366414503, 40.676295608147676 ], [ -111.88210099446843, 40.676522065702812 ], [ -111.88189432200905, 40.677001099465116 ], [ -111.88288440996364, 40.677606115859895 ], [ -111.88315903122469, 40.677793195641719 ], [ -111.88386542063009, 40.678418390477773 ], [ -111.88411233820005, 40.678299388339283 ], [ -111.88418487525745, 40.678415944369377 ], [ -111.88443500670716, 40.678540148570384 ], [ -111.8844946413258, 40.678575726028775 ], [ -111.88457746308028, 40.678575091484021 ], [ -111.88474203471273, 40.678492753219075 ], [ -111.88494436422792, 40.678581288309012 ], [ -111.8852164928294, 40.678579202093005 ], [ -111.88612777041928, 40.678590228463186 ], [ -111.88623425550776, 40.6785894111026 ], [ -111.88669228248456, 40.678578687386519 ], [ -111.88738168894675, 40.678562580219797 ], [ -111.88747622282312, 40.678552844994698 ], [ -111.88762979550374, 40.678533647217137 ], [ -111.88801952309274, 40.678476598721872 ], [ -111.88809111073049, 40.678521090955094 ], [ -111.88845944686891, 40.678635368499542 ], [ -111.88852890570867, 40.678608618993316 ], [ -111.88931108806685, 40.678610794345872 ], [ -111.88934780065756, 40.679592446379409 ], [ -111.89066209414706, 40.679654383106829 ], [ -111.89122058207938, 40.679758536438641 ], [ -111.89146809992388, 40.679756265109596 ], [ -111.89206581762866, 40.680211085461828 ], [ -111.89274300251883, 40.680413048144587 ], [ -111.89363256612141, 40.680568320260377 ], [ -111.89383431179836, 40.680611801343325 ], [ -111.89407155378068, 40.680655007185393 ], [ -111.89415413714865, 40.680636350464042 ], [ -111.89427209610872, 40.680608411097523 ], [ -111.89444897415461, 40.680561998003739 ], [ -111.89462573151557, 40.680506577002085 ], [ -111.8948018862867, 40.680406117538467 ], [ -111.89451891322068, 40.679597538812615 ], [ -111.89467236566549, 40.679569324025351 ], [ -111.89495777509858, 40.67967521479703 ], [ -111.89512402334931, 40.679718968804551 ], [ -111.89529039233514, 40.679771730208643 ], [ -111.89537345639229, 40.679789103181207 ], [ -111.89543285676797, 40.679806659632241 ], [ -111.89551604145591, 40.679833040139307 ], [ -111.89576282244258, 40.679705005636315 ], [ -111.89576041075708, 40.679524852882587 ], [ -111.89685267979955, 40.679795638723803 ], [ -111.896995145064, 40.679830566210157 ], [ -111.89705454588699, 40.67984812182177 ], [ -111.89712565783859, 40.67985657782733 ], [ -111.89723178227382, 40.679828727401556 ], [ -111.8976102809301, 40.679816776666357 ], [ -111.89787204565278, 40.680805684036365 ], [ -111.8980919137026, 40.681317462372391 ], [ -111.89973367088716, 40.681088473610409 ], [ -111.89974481463982, 40.681917175102193 ], [ -111.90069127089225, 40.681900786484093 ], [ -111.90069175592311, 40.681936816971692 ], [ -111.90067815580387, 40.682684634162065 ], [ -111.90051310903125, 40.682730964503243 ], [ -111.90051577626222, 40.682929132163359 ], [ -111.89984145066285, 40.682943398622321 ], [ -111.89971129423508, 40.682944413032381 ], [ -111.89971169609474, 40.683854275068796 ], [ -111.89975914748969, 40.683862913823639 ], [ -111.89984197544405, 40.683862268260668 ], [ -111.90016121228227, 40.683841762435179 ], [ -111.90042116490169, 40.683812709558538 ], [ -111.90068135981352, 40.683801671336752 ], [ -111.90115174996197, 40.683581794997671 ], [ -111.90206897750551, 40.683151229170669 ], [ -111.903015085565, 40.683107798479064 ], [ -111.90302529810927, 40.683864438027626 ], [ -111.90550964573207, 40.683808944572938 ], [ -111.90597123660208, 40.683814331734006 ], [ -111.90695345902932, 40.68381562814708 ], [ -111.90709544942446, 40.683814512584732 ], [ -111.9074268824881, 40.683820916529115 ], [ -111.90788835121916, 40.683817288420499 ], [ -111.90789113841498, 40.683150632854186 ], [ -111.90787380568068, 40.682745383795684 ], [ -111.90787111667524, 40.682547216531781 ], [ -111.91048605493827, 40.682526623332663 ], [ -111.91049335179379, 40.682193248934823 ], [ -111.91071816424382, 40.682191475712173 ], [ -111.91256558917031, 40.682293998765047 ], [ -111.91227645688414, 40.681917924206736 ], [ -111.9125002016297, 40.680970256715483 ], [ -111.91197828848448, 40.680010464156453 ], [ -111.91172356031737, 40.679553039149546 ], [ -111.91208154988411, 40.678036772014778 ], [ -111.91185913173059, 40.677344869043438 ], [ -111.91128803649522, 40.677115155421497 ], [ -111.91068096093372, 40.676849688484936 ], [ -111.91059765162979, 40.676814311310714 ], [ -111.91054971368251, 40.676769646540457 ], [ -111.91022610358763, 40.676465906891963 ], [ -111.90951716584054, 40.675669730967734 ], [ -111.90945715354229, 40.675607143701754 ], [ -111.90835209525541, 40.675264508915788 ], [ -111.90815023456406, 40.675212045478446 ], [ -111.90811960554485, 40.674698797585641 ], [ -111.90808971039016, 40.67423959532784 ], [ -111.90850278159783, 40.673290444973333 ], [ -111.90852277470051, 40.673020030296414 ], [ -111.90854252311162, 40.672731600371733 ], [ -111.9085295920849, 40.672650624917885 ], [ -111.90852005496744, 40.671948030755338 ], [ -111.90844222596728, 40.67144416265873 ], [ -111.90834636080649, 40.67135483111187 ], [ -111.90830854731932, 40.671183965560644 ], [ -111.90789251094057, 40.670169268052518 ], [ -111.90795787114733, 40.669754359232464 ], [ -111.90809665442511, 40.669519044560793 ], [ -111.90817262063761, 40.669013966311866 ], [ -111.90821676270201, 40.668779395875774 ], [ -111.90869527571567, 40.66742434285127 ], [ -111.90871783449525, 40.667343088018697 ], [ -111.90849218804755, 40.666407970627617 ], [ -111.90832009821443, 40.66593186938649 ], [ -111.90824301176707, 40.665482046317386 ], [ -111.90832471685492, 40.66540032625101 ], [ -111.90835800474505, 40.665237909740235 ], [ -111.90890639715219, 40.664675061393154 ], [ -111.90933979327707, 40.664356348138838 ], [ -111.90989975440557, 40.663775386734251 ], [ -111.91020657314094, 40.663718916829815 ], [ -111.91044254007875, 40.663672013418747 ], [ -111.91060777799035, 40.663643684558828 ], [ -111.91097386277796, 40.663595753773286 ], [ -111.91100947218347, 40.663604481401876 ], [ -111.91182714156112, 40.663706129948658 ], [ -111.91309263020493, 40.662813286973666 ], [ -111.91336198924323, 40.662612967450897 ], [ -111.91352574841864, 40.662476543006179 ], [ -111.91394998456626, 40.662356073944572 ], [ -111.91458602827221, 40.662152848410102 ], [ -111.91480978858931, 40.662079006996024 ], [ -111.91567020133201, 40.66184697178759 ], [ -111.91658100503437, 40.661839744974245 ], [ -111.91687474687178, 40.661693275253711 ], [ -111.917251534157, 40.661564162264177 ], [ -111.91846811308476, 40.660563545774565 ], [ -111.9185383419955, 40.660508935534907 ], [ -111.91964669684202, 40.659383047135485 ], [ -111.92117010871056, 40.658334914734226 ], [ -111.921334213268, 40.658225502222201 ], [ -111.92250641707663, 40.655729769704827 ], [ -111.92256071529113, 40.655378000481356 ], [ -111.92331074794754, 40.654011706547053 ], [ -111.92331351002444, 40.653354056489 ], [ -111.92341908454509, 40.653290151998689 ], [ -111.92590302014283, 40.653288277533534 ], [ -111.92699410304985, 40.653495729542847 ], [ -111.92705311391299, 40.653486247167073 ], [ -111.92708847054814, 40.653476954687179 ], [ -111.92753690254295, 40.653401284475095 ], [ -111.92929601385204, 40.653161925042312 ], [ -111.92934852469807, 40.65268404654784 ], [ -111.92927656313596, 40.652612556909965 ], [ -111.92911993887037, 40.652406619485014 ], [ -111.92911706493032, 40.65219944476042 ], [ -111.92919760369033, 40.652036641818896 ], [ -111.9292666901661, 40.651900956794208 ], [ -111.92973488656655, 40.651545852307279 ], [ -111.92980272104154, 40.651320091002795 ], [ -111.92946582318008, 40.650908407631064 ], [ -111.9292501943449, 40.650711953868424 ], [ -111.92923761795778, 40.650658003451966 ], [ -111.9290917005813, 40.650370902295457 ], [ -111.92911385434608, 40.650262620773091 ], [ -111.92916798895607, 40.649901840940359 ], [ -111.92908095579538, 40.649596248658263 ], [ -111.92898372108876, 40.649407850256082 ], [ -111.92873049642937, 40.649058551600135 ], [ -111.92922695190379, 40.649036540228536 ], [ -111.92946368089855, 40.648196834396266 ], [ -111.92935662057013, 40.648152653088225 ], [ -111.92921470667244, 40.64815379520693 ], [ -111.92920571052159, 40.647505247755902 ], [ -111.92952101412099, 40.647214434492533 ], [ -111.92963864902764, 40.647168444426441 ], [ -111.92977956066038, 40.64709524098447 ], [ -111.92992147229302, 40.647094098195993 ], [ -111.93036998338206, 40.647027425003394 ], [ -111.93069948326151, 40.646907657723034 ], [ -111.93091047249231, 40.646770827775406 ], [ -111.93098067686421, 40.646716210107876 ], [ -111.93153035664795, 40.646270355061297 ], [ -111.93169303681395, 40.646061844509333 ], [ -111.93176073418294, 40.645827074375546 ], [ -111.9321238677894, 40.64472509293693 ], [ -111.93103703688675, 40.643112310607762 ], [ -111.93097653377951, 40.643013703653104 ], [ -111.92990043622171, 40.643022374565845 ], [ -111.92984043489864, 40.642959797432937 ], [ -111.92979250892316, 40.642915140268599 ], [ -111.92962445606389, 40.642736321002637 ], [ -111.92949312923025, 40.642647292030837 ], [ -111.92951590484832, 40.642584048377898 ], [ -111.92939390466785, 40.642314771868968 ], [ -111.93002333421794, 40.641652075005972 ], [ -111.93020553140352, 40.641146124801317 ], [ -111.92991098245929, 40.640373755932224 ], [ -111.92977841004557, 40.640194651064547 ], [ -111.92940934392138, 40.640017449745798 ], [ -111.9298436086697, 40.639779729522253 ], [ -111.92978348537243, 40.639708144677861 ], [ -111.9296629892239, 40.639546959657771 ], [ -111.92961456599281, 40.639466271903558 ], [ -111.9295657976749, 40.639377749404666 ], [ -111.92951759493457, 40.639295888710961 ], [ -111.92948087169965, 40.63920609809329 ], [ -111.92944427350486, 40.639125315077997 ], [ -111.92940755046556, 40.639035524432288 ], [ -111.92930795725547, 40.638675981075082 ], [ -111.92929488359506, 40.638586000058517 ], [ -111.92928289180325, 40.637721268689674 ], [ -111.92698872401543, 40.637721690975397 ], [ -111.92699892847966, 40.637604496927949 ], [ -111.92711355755674, 40.63734232651943 ], [ -111.92719371014728, 40.637152501826854 ], [ -111.92753684219609, 40.636311943908922 ], [ -111.92754654684599, 40.63615871929369 ], [ -111.92705465838755, 40.635649177495999 ], [ -111.92698259329178, 40.635568678364479 ], [ -111.92670727953264, 40.635327655137004 ], [ -111.92665886298198, 40.635246966012616 ], [ -111.92647129382277, 40.634509763399734 ], [ -111.92694846835788, 40.633956407568306 ], [ -111.92708312554539, 40.633432825961265 ], [ -111.92717559572529, 40.633278936807436 ], [ -111.92717223130182, 40.6330357307531 ], [ -111.92721678380023, 40.632837183117417 ], [ -111.92716799467884, 40.632729471262309 ], [ -111.92740818556832, 40.632141981371262 ], [ -111.9273595212963, 40.632043277214933 ], [ -111.92736910128887, 40.631881044871669 ], [ -111.92702086875087, 40.631496469611676 ], [ -111.92697208095939, 40.631388757634909 ], [ -111.92815452618559, 40.631388268461599 ], [ -111.92921861429113, 40.631379710986771 ], [ -111.93559547083434, 40.631338312027538 ], [ -111.93580425291415, 40.631335539269216 ], [ -111.93583972241993, 40.631335251828858 ], [ -111.93587531769471, 40.631343971989807 ], [ -111.93775469690513, 40.631292691053062 ], [ -111.93845276738548, 40.631323054706542 ], [ -111.93880952663447, 40.631332496718642 ], [ -111.93897323863234, 40.631336841102346 ], [ -111.94358464639407, 40.631326278777991 ], [ -111.94458974008245, 40.631327070304216 ], [ -111.94602021215036, 40.631306351823767 ], [ -111.9461623439956, 40.631323204618603 ], [ -111.94834987719568, 40.631323277744762 ], [ -111.95072657945418, 40.631321752155436 ], [ -111.95782056701007, 40.631272138306407 ], [ -111.95939316536277, 40.63126809245194 ], [ -111.96561222507019, 40.631225265478356 ], [ -111.96738581145175, 40.631219429943656 ], [ -111.97691568744114, 40.631175236962612 ], [ -111.9773532696862, 40.631180542894612 ], [ -111.98382083724927, 40.631152648813689 ], [ -111.98650478248085, 40.631138760098231 ], [ -111.99126969612655, 40.631115973085194 ], [ -111.99152993397352, 40.63112274748994 ], [ -111.99981833561591, 40.631087317153252 ], [ -112.004807864588, 40.631062026431273 ], [ -112.00541083132404, 40.631056778219339 ], [ -112.00541258778459, 40.63117387476926 ], [ -112.00540373734853, 40.631372141093372 ], [ -112.02465386658696, 40.631365088876599 ], [ -112.03106226294962, 40.631335073289087 ], [ -112.05331427513494, 40.631233339842879 ], [ -112.05430738412483, 40.631224276902827 ], [ -112.06189798741576, 40.631181749943657 ], [ -112.06313951205286, 40.631179334942878 ], [ -112.06730152229174, 40.631167967576488 ], [ -112.08217539967086, 40.631092595016455 ], [ -112.19647867337062, 40.630280115417847 ], [ -112.19646210369571, 40.630676661780846 ], [ -112.19646290760051, 40.630721696026377 ], [ -112.1963415463108, 40.631209413238821 ], [ -112.19630768751109, 40.631299849169288 ], [ -112.19628549003762, 40.631381155764174 ], [ -112.19616316189102, 40.631814831680778 ], [ -112.19595091451876, 40.632510685652996 ], [ -112.1957950434081, 40.633052810662321 ], [ -112.19555641190229, 40.633595792334845 ], [ -112.19490655277552, 40.634287165840576 ], [ -112.1943849655275, 40.63487811531509 ], [ -112.19426898467219, 40.635005434065846 ], [ -112.19429407494351, 40.635086251148309 ], [ -112.19416964117677, 40.635402835919528 ], [ -112.19414952632778, 40.635601231141138 ], [ -112.19418932871005, 40.635844049243502 ], [ -112.19432162869829, 40.635968800029104 ], [ -112.19437148914662, 40.636112420430344 ], [ -112.19478294630601, 40.636639665660937 ], [ -112.1951346514508, 40.637131493798442 ], [ -112.19527691667525, 40.637814667636974 ], [ -112.19528960919692, 40.638526208099186 ], [ -112.19508963864486, 40.639248958246711 ], [ -112.1950470029238, 40.639510646100398 ], [ -112.19515887775491, 40.639815777253204 ], [ -112.19543966035594, 40.640308338205479 ], [ -112.19605038912609, 40.640734421656511 ], [ -112.19662549309606, 40.641151862519081 ], [ -112.1969832672563, 40.641319315668518 ], [ -112.19717566878467, 40.641497490937958 ], [ -112.19735914470613, 40.641837911399534 ], [ -112.19746790310646, 40.642629531298773 ], [ -112.19762106331896, 40.643258537526179 ], [ -112.19802318265191, 40.643920994591575 ], [ -112.19804966445732, 40.644740492758999 ], [ -112.19799666239861, 40.64508336542896 ], [ -112.19807147580305, 40.64529879299522 ], [ -112.19808716640495, 40.645514833997893 ], [ -112.19811348900622, 40.646325325089499 ], [ -112.19795077441304, 40.647146786018652 ], [ -112.19785626851125, 40.64781439470498 ], [ -112.19797316444442, 40.648398733645003 ], [ -112.19863531439842, 40.649049481140217 ], [ -112.19928000754265, 40.649385109052787 ], [ -112.19972044885344, 40.649542686127781 ], [ -112.19999614355922, 40.649747016283158 ], [ -112.20062204274433, 40.650353086448099 ], [ -112.2008029777615, 40.650549391471102 ], [ -112.20115254081571, 40.650915103220619 ], [ -112.20120065087886, 40.6509596451234 ], [ -112.20169600476167, 40.651540041890193 ], [ -112.20212057411385, 40.652130181928996 ], [ -112.20248877065271, 40.652874051591454 ], [ -112.20278715145542, 40.653681706626664 ], [ -112.20292257710089, 40.653977575493947 ], [ -112.20289081958938, 40.654185101327933 ], [ -112.20299578373766, 40.654760550190652 ], [ -112.20313200801112, 40.655759071451413 ], [ -112.20311368149466, 40.656714160609297 ], [ -112.20307673144535, 40.657291087870455 ], [ -112.20304754830616, 40.658300340730442 ], [ -112.20261317046133, 40.659142653849749 ], [ -112.20236672312107, 40.659910940514777 ], [ -112.20199227183738, 40.660797669372933 ], [ -112.20160436690983, 40.661594452283843 ], [ -112.20136016227416, 40.662488831733313 ], [ -112.20123115886514, 40.663210851183649 ], [ -112.20130710604931, 40.664146941137396 ], [ -112.20139585361518, 40.665136948452741 ], [ -112.20155411887029, 40.666045155906502 ], [ -112.20169926675777, 40.666881431861661 ], [ -112.20168806007818, 40.667575199753777 ], [ -112.20178234104461, 40.668213818792282 ], [ -112.20176304983592, 40.668457247917161 ], [ -112.20181376064077, 40.66864589760376 ], [ -112.20180322563095, 40.668718074915553 ], [ -112.20172446706215, 40.66894410613299 ], [ -112.20164554628219, 40.669161130523712 ], [ -112.20149516681788, 40.669351873195957 ], [ -112.2013963053635, 40.669776299377531 ], [ -112.20143111860138, 40.670397520390296 ], [ -112.20150028826227, 40.670955324607867 ], [ -112.20150125838646, 40.671009365224663 ], [ -112.20137256567143, 40.671749397535478 ], [ -112.20140999366446, 40.671857109456802 ], [ -112.20136526326212, 40.672001710151868 ], [ -112.20141484410144, 40.672127312502113 ], [ -112.20153540133629, 40.672252176149904 ], [ -112.20169759263899, 40.672718927392786 ], [ -112.20189478961127, 40.673158288583615 ], [ -112.20193399863135, 40.673365074695027 ], [ -112.20207399232748, 40.673913132432432 ], [ -112.20221334121015, 40.674425162869774 ], [ -112.20225061034314, 40.674523867667745 ], [ -112.20233616964373, 40.674676120209575 ], [ -112.2024695341335, 40.674854900095646 ], [ -112.20272038850874, 40.674987413630419 ], [ -112.20280465439694, 40.675067611718916 ], [ -112.20286477505793, 40.675121035988411 ], [ -112.20303233621522, 40.675227391329514 ], [ -112.20318839187739, 40.675351883225929 ], [ -112.20321464278319, 40.675495744746499 ], [ -112.20327508806373, 40.675567182301371 ], [ -112.20335627147543, 40.676133868074103 ], [ -112.20377307511848, 40.676940282545623 ], [ -112.20410237652703, 40.677486363279122 ], [ -112.20426622022237, 40.678043177560006 ], [ -112.20435989447009, 40.678645765807111 ], [ -112.20418049435123, 40.679197152036359 ], [ -112.2040785573829, 40.679450451569004 ], [ -112.20395344451816, 40.679731018022075 ], [ -112.20378797574868, 40.680399367954813 ], [ -112.20351489146918, 40.68100578051066 ], [ -112.20344633613162, 40.681141621742391 ], [ -112.20310242160132, 40.681757780071599 ], [ -112.2034539463958, 40.682222554631437 ], [ -112.20359916052949, 40.68240120938917 ], [ -112.20391406397064, 40.682803305252946 ], [ -112.20418505056072, 40.683395035412268 ], [ -112.20407078991425, 40.683621438040113 ], [ -112.20396511807391, 40.683667582336994 ], [ -112.20353691721027, 40.684203544875061 ], [ -112.20309590610029, 40.684685588724562 ], [ -112.20252668345074, 40.685277067684893 ], [ -112.20204983912784, 40.685741463913594 ], [ -112.20146909002878, 40.686351074502909 ], [ -112.20126679167272, 40.686947736125084 ], [ -112.20111375887718, 40.687651985886767 ], [ -112.20085698198045, 40.688510457886309 ], [ -112.20052257630481, 40.689000391125496 ], [ -112.20042691562395, 40.689604950434607 ], [ -112.20005975114894, 40.690248366142221 ], [ -112.19965772792965, 40.690928176604025 ], [ -112.19959125510701, 40.691181103245299 ], [ -112.19963079205152, 40.691405902944602 ], [ -112.1997150754552, 40.691486102825124 ], [ -112.19972884702123, 40.691594060764949 ], [ -112.19970922053186, 40.691819475294594 ], [ -112.19964080841702, 40.69196432102472 ], [ -112.19952457984016, 40.692082638333581 ], [ -112.19950188330728, 40.692136924707867 ], [ -112.19896871150114, 40.692764044806786 ], [ -112.1989001353929, 40.692899883367211 ], [ -112.19864497443167, 40.693190802635691 ], [ -112.1986590675552, 40.693316774179124 ], [ -112.19861367225099, 40.693425346591702 ], [ -112.19887476193391, 40.694125291983212 ], [ -112.19893748060296, 40.694322825793506 ], [ -112.19904607950033, 40.694438807234491 ], [ -112.19910847598973, 40.694618327449156 ], [ -112.19905157022122, 40.694745036415391 ], [ -112.19910197214344, 40.694915672797265 ], [ -112.19892297253968, 40.695494070776107 ], [ -112.19873536552855, 40.696252726136635 ], [ -112.19868717625197, 40.696865798800026 ], [ -112.19878163820083, 40.697513423669371 ], [ -112.19889314893919, 40.697791526377401 ], [ -112.19886152289715, 40.698008056763655 ], [ -112.19888825907179, 40.698178938926894 ], [ -112.19915357118533, 40.699113057897605 ], [ -112.19937514827134, 40.69958820160614 ], [ -112.19958699502774, 40.700180555284859 ], [ -112.19982736346221, 40.701042864286968 ], [ -112.19995718540699, 40.701681111720923 ], [ -112.20015737138071, 40.702282593729315 ], [ -112.20040651745944, 40.702973650213586 ], [ -112.20084324803452, 40.703563662261445 ], [ -112.200884739015, 40.70389654153702 ], [ -112.20098216943968, 40.704048670706641 ], [ -112.20093887448094, 40.704274331235624 ], [ -112.20107925458973, 40.704840399937993 ], [ -112.201385654175, 40.705422757369519 ], [ -112.20181753750299, 40.706400177019944 ], [ -112.20207547513319, 40.706919978207488 ], [ -112.20244042321252, 40.707465689226972 ], [ -112.20288838922407, 40.708019542289087 ], [ -112.20302847021078, 40.708567594504359 ], [ -112.20331090846267, 40.709132179285312 ], [ -112.20389006226085, 40.709738710877041 ], [ -112.20434810668313, 40.710193360530042 ], [ -112.20450392333125, 40.710299835321528 ], [ -112.20464806670826, 40.710415440121629 ], [ -112.20474535313672, 40.710558558993412 ], [ -112.20481994184566, 40.710755965050438 ], [ -112.20481119053149, 40.710927215825009 ], [ -112.20488448089507, 40.711052568254495 ], [ -112.20502490994501, 40.711618630831452 ], [ -112.20508717717409, 40.711789140141832 ], [ -112.20509091247038, 40.711996294093971 ], [ -112.20521219988153, 40.712157178711792 ], [ -112.20575296307328, 40.712601950366803 ], [ -112.20638049145944, 40.713262013881511 ], [ -112.20673399883911, 40.713825846834439 ], [ -112.20711476508903, 40.714587578005059 ], [ -112.20735056749405, 40.715188673367251 ], [ -112.20767976840362, 40.715716723898609 ], [ -112.20800262457021, 40.715893512952846 ], [ -112.208051275421, 40.715965070812203 ], [ -112.20816997182766, 40.715981845177865 ], [ -112.20830131967173, 40.716043528885024 ], [ -112.20859789838454, 40.716076457242593 ], [ -112.20882296600941, 40.716083108665522 ], [ -112.20927261238532, 40.716069390173317 ], [ -112.21039778776182, 40.716093629640795 ], [ -112.21082392277421, 40.716089160041527 ], [ -112.21114548290552, 40.716193886811695 ], [ -112.21147773811154, 40.71623544176677 ], [ -112.21215653754501, 40.716453524420807 ], [ -112.21222772378235, 40.716461785172044 ], [ -112.21230054406031, 40.716560112502805 ], [ -112.21247891857588, 40.716603280725096 ], [ -112.21258545306836, 40.716602161540635 ], [ -112.21272684520737, 40.716564642498447 ], [ -112.21295256865413, 40.716607312479638 ], [ -112.21314245383111, 40.716632341951346 ], [ -112.21323747823492, 40.716649359898767 ], [ -112.21340434348666, 40.7167106644211 ], [ -112.21361921213155, 40.716807497474448 ], [ -112.21370419922737, 40.716923712726881 ], [ -112.21376387612055, 40.716950110308126 ], [ -112.21427004129602, 40.717440247047108 ], [ -112.21442850973627, 40.717690814302536 ], [ -112.21448966094054, 40.717798271370029 ], [ -112.21453864753289, 40.71788783965836 ], [ -112.2147778513789, 40.718020447937562 ], [ -112.21523951019932, 40.718015588096129 ], [ -112.21566516510914, 40.717984080503925 ], [ -112.21652798303046, 40.717902922567937 ], [ -112.21664766878466, 40.717973728003976 ], [ -112.21681355626502, 40.717980987620166 ], [ -112.21704059933342, 40.7180957026453 ], [ -112.21726895583149, 40.718282470354872 ], [ -112.21937864360038, 40.719701540638617 ], [ -112.22122452911826, 40.720934187540969 ], [ -112.22441450753978, 40.72314347318455 ], [ -112.22609401537565, 40.724332763913097 ], [ -112.22743796253602, 40.725300389980482 ], [ -112.22843423791704, 40.726677077136941 ], [ -112.23262269470007, 40.732271646763259 ], [ -112.23615644934101, 40.737008270858283 ], [ -112.23880372000883, 40.740538176077372 ], [ -112.24108697465077, 40.743585483302766 ], [ -112.24292204298416, 40.746088063598947 ], [ -112.24584898247343, 40.749966110746996 ], [ -112.24787693422212, 40.752628675205706 ], [ -112.24948022730963, 40.754746294659206 ], [ -112.25077077987022, 40.756606040248229 ], [ -112.25294431340889, 40.759429082397588 ], [ -112.25532651701889, 40.76262815978378 ], [ -112.25708852707774, 40.764969148476624 ], [ -112.25973974109029, 40.768588588273538 ], [ -112.26015255066886, 40.769115569016414 ], [ -112.25867878709646, 40.770131573203855 ], [ -112.25333299170259, 40.773811089384736 ], [ -112.25073536048158, 40.775568864279755 ], [ -112.25015041724782, 40.775971567345756 ], [ -112.24024084535333, 40.782816695105026 ], [ -112.23846224933899, 40.784042907347747 ], [ -112.22734478749422, 40.791719637869498 ], [ -112.22620954704502, 40.792506419007054 ], [ -112.21703282979412, 40.798855315196754 ], [ -112.18707695596208, 40.819435990867184 ], [ -112.16548347878941, 40.834303560758137 ], [ -112.16528425385431, 40.834440696858181 ], [ -112.14931956126391, 40.84539271825895 ], [ -112.14881578944608, 40.845758065387834 ], [ -112.14865161037058, 40.845867799028234 ], [ -112.14856936510823, 40.845913659096084 ], [ -112.14844061104938, 40.846014031468357 ], [ -112.14826472574487, 40.846132889324508 ], [ -112.14765342078309, 40.846454260731299 ], [ -112.1463015677657, 40.847170344031113 ], [ -112.13833186344212, 40.851447099321319 ], [ -112.13788513514075, 40.851685720745394 ], [ -112.13367618046308, 40.853925169736179 ], [ -112.1292558660144, 40.8563106660676 ], [ -112.12702201664554, 40.857512590440493 ], [ -112.12576370048616, 40.858173469877727 ], [ -112.1115349208964, 40.865797291121204 ], [ -112.1103001709094, 40.866466782996191 ], [ -112.103102024398, 40.87031929739382 ], [ -112.09793794125902, 40.873071033074055 ], [ -112.09737330684632, 40.873373677394746 ], [ -112.09440870586624, 40.8749512570541 ], [ -112.09342072108035, 40.875492111624887 ], [ -112.08413799469034, 40.880453178772662 ], [ -112.07572421146334, 40.884918954687635 ], [ -112.07515951973957, 40.885230498988292 ], [ -112.06375558279082, 40.891326697151136 ], [ -112.05450372468211, 40.896267077986401 ], [ -112.04108243157286, 40.903424412219358 ], [ -112.03166265233557, 40.908472574308647 ], [ -112.0271171133339, 40.91090932532606 ], [ -112.01359584481831, 40.918127407449489 ], [ -112.0065391514411, 40.921864552768916 ], [ -112.00443694790501, 40.921855859718015 ], [ -112.00074328195566, 40.921842935204893 ], [ -111.95866575066587, 40.92181309350493 ], [ -111.95860244039328, 40.900166923331618 ], [ -111.95996732484417, 40.900137553189516 ], [ -111.95989427678855, 40.90001204626612 ], [ -111.95988110377088, 40.899922073784523 ], [ -111.95976931890789, 40.89958069207772 ], [ -111.95976476176625, 40.899265442521497 ], [ -111.95979386343814, 40.898814789597736 ], [ -111.95980378093005, 40.898679583833527 ], [ -111.95982608975363, 40.898580307792592 ], [ -111.9598236158086, 40.898409172294478 ], [ -111.95992654377855, 40.898138069109137 ], [ -111.95994963358704, 40.898092835830248 ], [ -111.96005373269612, 40.897902796715726 ], [ -111.96012378300067, 40.897821139579662 ], [ -111.96039237272221, 40.897512623736802 ], [ -111.96046268278249, 40.897448980661686 ], [ -111.96076753192941, 40.897185203024833 ], [ -111.96118090581489, 40.897037626921673 ], [ -111.96151249050401, 40.896980813464502 ] ], [ [ -111.83356930730146, 40.710187365007698 ], [ -111.83406647935439, 40.710183773743793 ], [ -111.83405872382448, 40.709562239884619 ], [ -111.83299325267969, 40.709560924920879 ], [ -111.83311937261749, 40.710181604662928 ], [ -111.83356930730146, 40.710187365007698 ] ] ], [ [ [ -111.87120117610959, 40.637264199425829 ], [ -111.8711948526072, 40.63677778016848 ], [ -111.87165600180506, 40.636774300176299 ], [ -111.87166232865364, 40.637260719374254 ], [ -111.87120117610959, 40.637264199425829 ] ] ], [ [ [ -111.87690743354787, 40.716307372421277 ], [ -111.87752302927998, 40.716302694120486 ], [ -111.87752716918642, 40.716617960977437 ], [ -111.87714833927404, 40.716620840352043 ], [ -111.87718125336384, 40.716422402708751 ], [ -111.87689713173977, 40.71642456149636 ], [ -111.87690743354787, 40.716307372421277 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 21, \"properties\": { \"NAME\": \"JORDAN SCHOOL DISTRICT\", \"TOTENROLL\": 49729, \"Color4\": \"1\", \"Shape_Leng\": 107533.168987, \"Shape_Area\": 470611831.40499997 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.06313951205286, 40.631179334942878 ], [ -112.06189798741576, 40.631181749943657 ], [ -112.05431920684816, 40.631224168959264 ], [ -112.05331427513494, 40.631233339842879 ], [ -112.03106226294962, 40.631335073289087 ], [ -112.02465386658696, 40.631365088876599 ], [ -112.00540373734853, 40.631372141093372 ], [ -112.00541258778459, 40.63117387476926 ], [ -112.00541083132404, 40.631056778219339 ], [ -112.004807864588, 40.631062026431273 ], [ -111.99981833561591, 40.631087317153252 ], [ -111.99152993397352, 40.63112274748994 ], [ -111.99126969612655, 40.631115973085194 ], [ -111.98650478248085, 40.631138760098231 ], [ -111.98382083724927, 40.631152648813689 ], [ -111.9773532696862, 40.631180542894612 ], [ -111.97691568744114, 40.631175236962612 ], [ -111.96738581145175, 40.631219429943656 ], [ -111.96561222507019, 40.631225265478356 ], [ -111.95939316536277, 40.63126809245194 ], [ -111.95782056701007, 40.631272138306407 ], [ -111.95072657945418, 40.631321752155436 ], [ -111.94834987719568, 40.631323277744762 ], [ -111.9461623439956, 40.631323204618603 ], [ -111.94602021215036, 40.631306351823767 ], [ -111.94458974008245, 40.631327070304216 ], [ -111.94358464639407, 40.631326278777991 ], [ -111.93897323863234, 40.631336841102346 ], [ -111.93880952663447, 40.631332496718642 ], [ -111.93845276738548, 40.631323054706542 ], [ -111.93775469690513, 40.631292691053062 ], [ -111.93587531769471, 40.631343971989807 ], [ -111.93583972241993, 40.631335251828858 ], [ -111.93580425291415, 40.631335539269216 ], [ -111.93559547083434, 40.631338312027538 ], [ -111.92921861429113, 40.631379710986771 ], [ -111.92923478391931, 40.63083167572676 ], [ -111.928161756376, 40.630843007767702 ], [ -111.92815958763642, 40.630045941096611 ], [ -111.92793270671969, 40.629885608957892 ], [ -111.92793829485707, 40.629435132196484 ], [ -111.92793709854563, 40.629007051339883 ], [ -111.92716817535025, 40.62907529696664 ], [ -111.92704682901237, 40.629013210702297 ], [ -111.92621649824427, 40.629010144092582 ], [ -111.92604638879128, 40.628576481155825 ], [ -111.92597259069207, 40.628369874211756 ], [ -111.92586369836218, 40.628190574505602 ], [ -111.92565947939808, 40.627957986996321 ], [ -111.92548015056254, 40.627815286052055 ], [ -111.92442235083735, 40.627418369700656 ], [ -111.9240419195395, 40.627268267498927 ], [ -111.92359117563544, 40.627163769613318 ], [ -111.92273962930618, 40.626287729861474 ], [ -111.92322038616356, 40.628572082615406 ], [ -111.92272936795892, 40.629837216655766 ], [ -111.9226456154385, 40.629765816730469 ], [ -111.92136669404358, 40.628767060109766 ], [ -111.92120272388915, 40.628020650977106 ], [ -111.92084904685105, 40.626374889963856 ], [ -111.92037939715071, 40.620586072338511 ], [ -111.92014464581929, 40.617263748716773 ], [ -111.92084604466559, 40.615825781262785 ], [ -111.92036494291396, 40.615226036000315 ], [ -111.92061213196753, 40.614287164881183 ], [ -111.92022963843361, 40.613119086880893 ], [ -111.92101180727856, 40.612401167277248 ], [ -111.92117748827241, 40.60983237548411 ], [ -111.92119692122797, 40.609525925693973 ], [ -111.92121845699494, 40.609372606516352 ], [ -111.92118188566452, 40.609291820183458 ], [ -111.92054626635372, 40.607765413943078 ], [ -111.92064401201094, 40.605413370589623 ], [ -111.92072080882409, 40.604980341882438 ], [ -111.92069111460707, 40.604539153380429 ], [ -111.92025209716715, 40.601831039422649 ], [ -111.91930508608897, 40.599135975614054 ], [ -111.91823531349017, 40.596964382707704 ], [ -111.91767941372065, 40.596932766070843 ], [ -111.91760838755434, 40.596924321681854 ], [ -111.91653191808498, 40.596851790647257 ], [ -111.91536091357941, 40.596779998819066 ], [ -111.91341108349938, 40.596795435177405 ], [ -111.9131839835285, 40.596608048378897 ], [ -111.91261026938891, 40.59613512216503 ], [ -111.91237111196665, 40.595929811614326 ], [ -111.91196212278274, 40.593662850083227 ], [ -111.91256996898625, 40.591432900304817 ], [ -111.91316365016381, 40.590770572984496 ], [ -111.91311246465658, 40.590482699163644 ], [ -111.91285580908392, 40.588989283013284 ], [ -111.91271481285771, 40.588179613732045 ], [ -111.91268848729869, 40.587981630208816 ], [ -111.91279188824295, 40.587764604156121 ], [ -111.91268530319057, 40.587747428990795 ], [ -111.9127532572152, 40.58753068304906 ], [ -111.91290404173078, 40.587322291143735 ], [ -111.91310122950641, 40.587050471262181 ], [ -111.91340230310527, 40.586597655403899 ], [ -111.91360823752707, 40.586100547743193 ], [ -111.91395754532414, 40.585719418542432 ], [ -111.91495348989979, 40.585098941480339 ], [ -111.91537392064899, 40.584735261989799 ], [ -111.91591360241976, 40.584451713820393 ], [ -111.9164884784592, 40.584149866464898 ], [ -111.91680477525492, 40.583949164748823 ], [ -111.91711910147738, 40.583604338427399 ], [ -111.917550833504, 40.583204526401801 ], [ -111.91793370076864, 40.582687987820321 ], [ -111.91832492724039, 40.581919137505757 ], [ -111.91865929124867, 40.581312894902901 ], [ -111.91908569789601, 40.580525744652427 ], [ -111.91915510392334, 40.580417087795958 ], [ -111.9192936686741, 40.580181758490149 ], [ -111.92131347725473, 40.579273803172185 ], [ -111.9215802554745, 40.578911326366764 ], [ -111.92140917428505, 40.57849829017966 ], [ -111.92106249377946, 40.578203767369466 ], [ -111.91899539762494, 40.57651758333283 ], [ -111.91852776920069, 40.576016814313633 ], [ -111.91833247173793, 40.575558922231991 ], [ -111.91676672734708, 40.573373230303261 ], [ -111.91478091170474, 40.573298886179046 ], [ -111.91501778561906, 40.573342053723927 ], [ -111.91498467806157, 40.573513481803779 ], [ -111.91080236470216, 40.573510499171256 ], [ -111.91024702838149, 40.573505867802687 ], [ -111.91024409856129, 40.573289681373005 ], [ -111.90962982088894, 40.57329452019944 ], [ -111.9038646902864, 40.573312748235182 ], [ -111.90385239235833, 40.573276809532004 ], [ -111.90373062582199, 40.573007500256544 ], [ -111.90308818637922, 40.571796345493723 ], [ -111.90299114103065, 40.571607920703499 ], [ -111.90197383107389, 40.569751059987723 ], [ -111.90040265592988, 40.569754308560746 ], [ -111.90019589537151, 40.56754877844152 ], [ -111.90016997797143, 40.567377814291206 ], [ -111.90000977026823, 40.566000724750111 ], [ -111.89986234635717, 40.564695605043489 ], [ -111.89983618975417, 40.564506625098467 ], [ -111.8988096880247, 40.559298549109421 ], [ -111.8987462979383, 40.55897472706981 ], [ -111.89873376456231, 40.558920772037808 ], [ -111.89778694448198, 40.555243551436249 ], [ -111.8968762602716, 40.551611083798704 ], [ -111.89682625899196, 40.551404270287399 ], [ -111.89619784741086, 40.548562375193974 ], [ -111.8960288458199, 40.547401554198927 ], [ -111.89530280549674, 40.544317172182069 ], [ -111.89529039777302, 40.544272224433001 ], [ -111.895302205753, 40.54427213292945 ], [ -111.89543257339349, 40.544307157711629 ], [ -111.90306112573472, 40.54429282477853 ], [ -111.91338223940267, 40.544283758708275 ], [ -111.91668882412253, 40.544284596275475 ], [ -111.91693591367135, 40.544114441712175 ], [ -111.91695361949515, 40.543957998992326 ], [ -111.91694331720724, 40.543808715315286 ], [ -111.91691464732159, 40.543680748023412 ], [ -111.91689568696026, 40.543623963056497 ], [ -111.91683000620033, 40.543553044729528 ], [ -111.91672723970659, 40.54352503213326 ], [ -111.91656839102981, 40.543454492535005 ], [ -111.9164464148416, 40.543334021896158 ], [ -111.91634249065304, 40.543099717225182 ], [ -111.91635117066896, 40.543000101430067 ], [ -111.91635061958463, 40.542907675781031 ], [ -111.91640349528066, 40.542879599448923 ], [ -111.91681135784128, 40.542878255420263 ], [ -111.91699340099693, 40.542372319323349 ], [ -111.91705111914865, 40.542214477904729 ], [ -111.91708429871477, 40.542110343362395 ], [ -111.91713903611279, 40.541794601725343 ], [ -111.91713829893439, 40.541740554925042 ], [ -111.91674900015101, 40.541708510405741 ], [ -111.91651627634755, 40.541658466264352 ], [ -111.91653481936021, 40.541485440753497 ], [ -111.91656259336716, 40.541400537922513 ], [ -111.91660547786636, 40.541280651239248 ], [ -111.91664407802848, 40.54117566301116 ], [ -111.91676926874037, 40.540960531063988 ], [ -111.91683810780002, 40.54083890684177 ], [ -111.91692653290377, 40.540664155526407 ], [ -111.91702487686916, 40.540489415499344 ], [ -111.91718357447016, 40.540428157311972 ], [ -111.91740190193714, 40.540366695694544 ], [ -111.91780924390179, 40.540319677819781 ], [ -111.91809677789124, 40.540189738910499 ], [ -111.91833398979158, 40.539946148160517 ], [ -111.91841174984425, 40.539665266975369 ], [ -111.91832116317414, 40.539491126646872 ], [ -111.91806099984471, 40.539203832269884 ], [ -111.91756217555148, 40.538932486632852 ], [ -111.91714257069174, 40.538607898710104 ], [ -111.91708518509922, 40.538400251406529 ], [ -111.91747894191678, 40.538639281233451 ], [ -111.91745443263055, 40.538080481034967 ], [ -111.9170528778686, 40.538074660245215 ], [ -111.91704328953203, 40.53794302797084 ], [ -111.91710886365999, 40.537963227667944 ], [ -111.91730796875352, 40.538008042250304 ], [ -111.91750617038383, 40.537908723167028 ], [ -111.91761472275259, 40.537764261097323 ], [ -111.91764304001383, 40.537528997083456 ], [ -111.91759207126199, 40.537324362015831 ], [ -111.9175114372343, 40.537135007169141 ], [ -111.91743087842696, 40.536968443881399 ], [ -111.91720306227545, 40.53696538791251 ], [ -111.91726062110085, 40.536856825566993 ], [ -111.91760498699767, 40.536133388430727 ], [ -111.9177274898757, 40.534727045009546 ], [ -111.91695604892658, 40.533571036519923 ], [ -111.91710855982558, 40.532632912025427 ], [ -111.9181634639649, 40.532065988830496 ], [ -111.92013342362274, 40.531933203020998 ], [ -111.92098266188263, 40.531007540213785 ], [ -111.92094178537477, 40.529746635265958 ], [ -111.91931925765533, 40.52765149864441 ], [ -111.91927362649898, 40.526904131583599 ], [ -111.92027393438566, 40.525806104162491 ], [ -111.9214943392048, 40.525264858404192 ], [ -111.92190399817125, 40.524144499396193 ], [ -111.92168214173152, 40.523461600454922 ], [ -111.92141035967785, 40.522580905474427 ], [ -111.91979847710085, 40.522116281482283 ], [ -111.91948024847953, 40.521290004230302 ], [ -111.92034878283958, 40.520057891800064 ], [ -111.91935788091473, 40.519245978679344 ], [ -111.91879340318914, 40.51940361833568 ], [ -111.91835408840475, 40.520082771412135 ], [ -111.91724699985996, 40.520271741275593 ], [ -111.91688182166685, 40.520328692442327 ], [ -111.91552394337432, 40.519438578485307 ], [ -111.91392452519901, 40.516406261378556 ], [ -111.91394177036997, 40.515937666564703 ], [ -111.91488475505264, 40.514101414312869 ], [ -111.91508140406616, 40.512937719476376 ], [ -111.91488854906883, 40.510038405762998 ], [ -111.9145573461815, 40.508248271172562 ], [ -111.91635115896806, 40.505630508586748 ], [ -111.91564133490851, 40.503771306936059 ], [ -111.91519985425123, 40.502549602694017 ], [ -111.91583798282443, 40.501742760636766 ], [ -111.91749288632138, 40.501071988074905 ], [ -111.9175693514341, 40.50062093906822 ], [ -111.91774465131758, 40.499628574764529 ], [ -111.91828905963528, 40.498876516245176 ], [ -111.919365062089, 40.498165271334088 ], [ -111.91966791163274, 40.497009729824207 ], [ -111.91672968429168, 40.497024066790821 ], [ -111.91660740079061, 40.489772913092381 ], [ -111.91514464933573, 40.489802523295694 ], [ -111.91514428222176, 40.489775499636636 ], [ -111.90559830249541, 40.48976961825128 ], [ -111.90563208998, 40.48613878211092 ], [ -111.89766643418031, 40.486038769337235 ], [ -111.89748310810809, 40.485562723126336 ], [ -111.90151291387548, 40.481630517498559 ], [ -111.90391851643446, 40.478900056423726 ], [ -111.91379449045414, 40.464200974267037 ], [ -111.91425256615237, 40.46318835550948 ], [ -111.9147677629646, 40.462040149275907 ], [ -111.91506668810619, 40.459731504830685 ], [ -111.91506607695085, 40.459686465162811 ], [ -111.91485888471878, 40.452237739152515 ], [ -111.91490299746609, 40.452012167182723 ], [ -111.91512166373518, 40.451614044031608 ], [ -111.91543111530716, 40.450953942985656 ], [ -111.91569474015138, 40.450393302165374 ], [ -111.91573970496611, 40.450230785476265 ], [ -111.91604963364168, 40.449606714542448 ], [ -111.91626534927697, 40.448992398486169 ], [ -111.91655450013431, 40.44857569590625 ], [ -111.91678505932495, 40.448186484055562 ], [ -111.91687547041913, 40.44789748156628 ], [ -111.91716216375488, 40.447300618523713 ], [ -111.91717126059301, 40.447102350116971 ], [ -111.91726191359848, 40.446831363202342 ], [ -111.91733033155647, 40.446659650785733 ], [ -111.91743583637569, 40.446613768866243 ], [ -111.91765238790175, 40.446062505790216 ], [ -111.9177906904093, 40.445827175828555 ], [ -111.9178233665356, 40.445628720110349 ], [ -111.91795921647639, 40.445213230966992 ], [ -111.91839671283225, 40.444434988538056 ], [ -111.91844252572355, 40.444335526390894 ], [ -111.91862700234689, 40.444027757110305 ], [ -111.91865021511006, 40.444000545866068 ], [ -111.91867305992074, 40.443946310769952 ], [ -111.9188932732992, 40.443665283805558 ], [ -111.91914541981231, 40.443131752613802 ], [ -111.91919208971522, 40.44309534581383 ], [ -111.91935420666771, 40.442877842378152 ], [ -111.91935396120613, 40.442859826479982 ], [ -111.92010791420162, 40.44194392620296 ], [ -111.92025872693085, 40.441762547156891 ], [ -111.92036323923024, 40.441644599044949 ], [ -111.92062998319368, 40.441318153591837 ], [ -111.9206529484353, 40.441272926055312 ], [ -111.92098932187319, 40.440864844839119 ], [ -111.92127939326582, 40.44052019414918 ], [ -111.92140698930771, 40.440366025393502 ], [ -111.92147662045092, 40.440284389999597 ], [ -111.92152291811124, 40.440220958433038 ], [ -111.9217321792819, 40.440003075764302 ], [ -111.9218476145693, 40.439821976693246 ], [ -111.9220573657775, 40.439640125236231 ], [ -111.92209224214774, 40.439603811325547 ], [ -111.9221973634171, 40.439530901320019 ], [ -111.92254809438302, 40.439311888480155 ], [ -111.92336596476309, 40.438764822666414 ], [ -111.92364632156983, 40.438573395386477 ], [ -111.92392655346181, 40.438372959493336 ], [ -111.9243589342165, 40.438090226019234 ], [ -111.92443973179024, 40.437963454883473 ], [ -111.92475619048771, 40.437825789777534 ], [ -111.92694098236154, 40.436366862476483 ], [ -111.9270567687268, 40.436212782134341 ], [ -111.92723187044434, 40.436085252714314 ], [ -111.92746542089309, 40.435921218374951 ], [ -111.92752387022306, 40.435884713687251 ], [ -111.92768767658428, 40.435793309933757 ], [ -111.92799232954478, 40.435655730707957 ], [ -111.928821776107, 40.435099524355515 ], [ -111.92890268573547, 40.434981758105273 ], [ -111.92901933316949, 40.434890731396948 ], [ -111.92937076196674, 40.4347257458153 ], [ -111.92958109736314, 40.434588920629253 ], [ -111.92990745671031, 40.43431602779895 ], [ -111.93032861854134, 40.434078406870384 ], [ -111.93078402501558, 40.433759428275508 ], [ -111.93114748056794, 40.433612358324027 ], [ -111.93135818175013, 40.433502553757236 ], [ -111.93174322203564, 40.433211165076145 ], [ -111.932222690272, 40.432928022605665 ], [ -111.93284274277222, 40.432580681245824 ], [ -111.93297154251873, 40.43251657928402 ], [ -111.93327654340936, 40.432406010130052 ], [ -111.93354455903439, 40.432178622690458 ], [ -111.93402413696039, 40.431904480793328 ], [ -111.93450333686363, 40.431603313153069 ], [ -111.9351350286275, 40.431246856465577 ], [ -111.93535725427967, 40.431118933509744 ], [ -111.93555602790563, 40.431000208859231 ], [ -111.93614030678954, 40.430626112496761 ], [ -111.9368791967474, 40.430349858579675 ], [ -111.93701965120771, 40.430276648716898 ], [ -111.93734533418538, 40.42995869563746 ], [ -111.93767301599162, 40.42978486842334 ], [ -111.93791880752036, 40.42965674939277 ], [ -111.9385167277299, 40.429417664401356 ], [ -111.9390184627761, 40.429044223575112 ], [ -111.93958101075133, 40.428805420395072 ], [ -111.93989576486658, 40.428550611504107 ], [ -111.9402581685319, 40.428331449963807 ], [ -111.94069003964832, 40.42802163265123 ], [ -111.94077179882883, 40.427966913702441 ], [ -111.94115789692574, 40.427756565453514 ], [ -111.94182500499458, 40.427408792795667 ], [ -111.9422227581958, 40.427189337096451 ], [ -111.94246840580199, 40.427052200624018 ], [ -111.94305437347495, 40.426804180677152 ], [ -111.94421211509473, 40.426137077943316 ], [ -111.94450427316325, 40.425954512557034 ], [ -111.94459768779551, 40.425890686733496 ], [ -111.94505372777679, 40.425625700321007 ], [ -111.94511228470884, 40.425598194793423 ], [ -111.94532180284605, 40.425407293972896 ], [ -111.94569406633744, 40.425052900634199 ], [ -111.94577569166694, 40.424989170295646 ], [ -111.94600903225361, 40.424816091211198 ], [ -111.94645390389422, 40.424596235365421 ], [ -111.94701790420221, 40.424465491419632 ], [ -111.9477346250309, 40.424297457069216 ], [ -111.94845197487011, 40.424174457828705 ], [ -111.94881483333988, 40.423991301493061 ], [ -111.94930772357368, 40.423834103160907 ], [ -111.94958807108669, 40.42365162190935 ], [ -111.94978616394809, 40.42348783366414 ], [ -111.95010250232377, 40.423350100180969 ], [ -111.95064443348862, 40.423327627241143 ], [ -111.95119840464707, 40.423323070582448 ], [ -111.95128078407407, 40.423313383806594 ], [ -111.9514338831659, 40.423303114979596 ], [ -111.95175212174348, 40.423300495477314 ], [ -111.95217682085504, 40.423324025130746 ], [ -111.95242357743172, 40.423267938857109 ], [ -111.95255284886277, 40.423239846966297 ], [ -111.95302113440219, 40.423010764020724 ], [ -111.95332415115254, 40.422765024254353 ], [ -111.95347355999736, 40.42249352384551 ], [ -111.9536119445057, 40.422276167825885 ], [ -111.95382066475629, 40.4220312045261 ], [ -111.95401797895086, 40.42181336179798 ], [ -111.95437966362209, 40.421549117205373 ], [ -111.95468445180374, 40.421429484430796 ], [ -111.95504880715927, 40.421354403496707 ], [ -111.95561416525858, 40.421322704826665 ], [ -111.95563786524515, 40.421331517864203 ], [ -111.95583861410459, 40.421356885096621 ], [ -111.9562284535449, 40.421416723885571 ], [ -111.95633478510521, 40.421433862224475 ], [ -111.95664416322828, 40.421638508245742 ], [ -111.95704923829506, 40.421941459605009 ], [ -111.95716786797473, 40.42199453112854 ], [ -111.95721526882213, 40.422012156549549 ], [ -111.95728585933855, 40.422002563108904 ], [ -111.95734466346833, 40.421993067228321 ], [ -111.95770684688539, 40.42176484390594 ], [ -111.95791401721318, 40.421411778783728 ], [ -111.95809850763277, 40.421121963832285 ], [ -111.95821317425603, 40.420895789924792 ], [ -111.95829286521422, 40.420696932647715 ], [ -111.95834770516326, 40.420408191886025 ], [ -111.95835591186302, 40.420155873441345 ], [ -111.958422537139, 40.41986703492374 ], [ -111.95848967326725, 40.419614227897569 ], [ -111.95868543083579, 40.41928828275249 ], [ -111.95897688022153, 40.419060641941421 ], [ -111.95929266697888, 40.418886852123045 ], [ -111.95951403783374, 40.418704836146922 ], [ -111.95979433625564, 40.418522330544036 ], [ -111.96004004430733, 40.418394165181319 ], [ -111.96040501756258, 40.418364106991298 ], [ -111.96077088750894, 40.418397102814637 ], [ -111.96098379963757, 40.418449386897329 ], [ -111.96106668434477, 40.418475724741995 ], [ -111.9613978391115, 40.418554051882808 ], [ -111.96162369233012, 40.418687307665408 ], [ -111.96181431733615, 40.418829865030666 ], [ -111.96190950183819, 40.418892135714188 ], [ -111.96201647233478, 40.418954308244707 ], [ -111.962500846317, 40.419031357133051 ], [ -111.96278396308732, 40.419047017604967 ], [ -111.96285480651302, 40.419055436551211 ], [ -111.96323182469506, 40.419043287000726 ], [ -111.963761801366, 40.419011843322643 ], [ -111.96421069149309, 40.419080171894372 ], [ -111.96449470932122, 40.419158883256372 ], [ -111.96483868665469, 40.419309165068228 ], [ -111.96505250574269, 40.419424496652674 ], [ -111.96515935118974, 40.419477658359114 ], [ -111.96543222972372, 40.419601505105661 ], [ -111.96566936500317, 40.419698622943137 ], [ -111.96602436048202, 40.419794755516939 ], [ -111.96611903470178, 40.419820991207857 ], [ -111.96648543065936, 40.419890000266228 ], [ -111.96687410960472, 40.419868732399614 ], [ -111.96703911306808, 40.419867352308195 ], [ -111.96740396167989, 40.419828264112084 ], [ -111.96766273633888, 40.41979006266579 ], [ -111.96796839621645, 40.419733450211332 ], [ -111.96833169355789, 40.419586264797161 ], [ -111.96884639652214, 40.419311684346539 ], [ -111.96911449814078, 40.419102231623675 ], [ -111.96931188339761, 40.418893371209002 ], [ -111.96938169300286, 40.418829723294223 ], [ -111.96940474733896, 40.418793494218953 ], [ -111.96947416882186, 40.418702822679315 ], [ -111.96963787598602, 40.418611360347143 ], [ -111.96997772156081, 40.418473375394655 ], [ -111.97041223949309, 40.418361621641814 ], [ -111.97095360398363, 40.418303022600661 ], [ -111.97158692016073, 40.41808148736412 ], [ -111.97214951856961, 40.41786054333916 ], [ -111.97253571910215, 40.417668107428462 ], [ -111.9730162016041, 40.417474876758646 ], [ -111.97366128855938, 40.417253231104738 ], [ -111.97431997595653, 40.417157592417162 ], [ -111.97482636075851, 40.417126296879658 ], [ -111.97562751136546, 40.417101520941863 ], [ -111.97615785649354, 40.417097044194442 ], [ -111.97640613221323, 40.417149001256789 ], [ -111.97658330477419, 40.417174531606101 ], [ -111.97702040916114, 40.417242910002869 ], [ -111.97752744500355, 40.417256641830953 ], [ -111.97786922357984, 40.417253751469296 ], [ -111.97798694781051, 40.417243746722512 ], [ -111.97816359931805, 40.417233243296124 ], [ -111.97838634866663, 40.417150277977527 ], [ -111.97865663077303, 40.417093936688737 ], [ -111.9787593056263, 40.416858835058683 ], [ -111.97879139819874, 40.416633339859537 ], [ -111.97883436204937, 40.416344690017553 ], [ -111.97889002469242, 40.416118995212329 ], [ -111.97920417836667, 40.415837057650606 ], [ -111.97956821358034, 40.415743884365888 ], [ -111.97979121761877, 40.415678932064999 ], [ -111.9801544668135, 40.41553170995104 ], [ -111.98044765741092, 40.415430125558231 ], [ -111.98078694116879, 40.415256077872208 ], [ -111.98103207338529, 40.41509183709973 ], [ -111.98119483991617, 40.414937303812529 ], [ -111.98136860545539, 40.414728623279089 ], [ -111.98154263173041, 40.41453795815125 ], [ -111.9816819567821, 40.41439263212871 ], [ -111.98177492710566, 40.414301753242668 ], [ -111.98196152178002, 40.414165034402252 ], [ -111.98212729643369, 40.414217679920355 ], [ -111.98237857912341, 40.414476804320635 ], [ -111.98254671349166, 40.414691590128463 ], [ -111.98257080765455, 40.414727421123786 ], [ -111.98281161963233, 40.415076722945713 ], [ -111.98298198553979, 40.415444641103228 ], [ -111.98298224773418, 40.415462656754173 ], [ -111.98318705329946, 40.415767219175407 ], [ -111.98353341480052, 40.41607958598577 ], [ -111.98375943365917, 40.416221805985032 ], [ -111.98385463430922, 40.416284058432822 ], [ -111.98396162042182, 40.416346210495853 ], [ -111.98410435637788, 40.416435084968512 ], [ -111.98415346645912, 40.416569800993102 ], [ -111.98417953109384, 40.416740748929001 ], [ -111.9843251564003, 40.41702779514317 ], [ -111.98445755318403, 40.417215855497631 ], [ -111.98464769610658, 40.417322343456831 ], [ -111.98505313132212, 40.417643211375221 ], [ -111.9853999054322, 40.417982595724105 ], [ -111.98573292525801, 40.418186962256897 ], [ -111.98601748938981, 40.418301651754071 ], [ -111.98620711164843, 40.418372105813994 ], [ -111.98647857592221, 40.418396816574152 ], [ -111.98663205238458, 40.418413524750171 ], [ -111.98677387489447, 40.41843934112773 ], [ -111.98700998268112, 40.41846435241424 ], [ -111.9874584957354, 40.418505567058055 ], [ -111.98760005528013, 40.418513366798976 ], [ -111.98786013019652, 40.41856519840362 ], [ -111.9881554307058, 40.418607719407838 ], [ -111.9886861812856, 40.418630208472635 ], [ -111.98876881285221, 40.418638510714786 ], [ -111.98906450997828, 40.418708052798429 ], [ -111.98911178463334, 40.418716657275816 ], [ -111.98950189996972, 40.418794399322664 ], [ -111.98966782372401, 40.418856041584121 ], [ -111.99013023957515, 40.419041269735068 ], [ -111.99067581900383, 40.419270828062082 ], [ -111.99112790882199, 40.419555238910085 ], [ -111.99127185089938, 40.419725174460581 ], [ -111.99130800181727, 40.419778918063223 ], [ -111.99142691836641, 40.419849969768244 ], [ -111.99146267272901, 40.41987668993248 ], [ -111.99180605066803, 40.419981851756354 ], [ -111.99212506380881, 40.420033168075626 ], [ -111.99219591156562, 40.420041568983969 ], [ -111.99224305517704, 40.420041164369863 ], [ -111.99236276737784, 40.420166261848649 ], [ -111.99244818124539, 40.420363725069755 ], [ -111.9924702933411, 40.421066231627513 ], [ -111.99246380279349, 40.421426644434725 ], [ -111.99247664806791, 40.421498605575138 ], [ -111.99250353026696, 40.421723597956877 ], [ -111.99253451711533, 40.422227831785399 ], [ -111.99253756239331, 40.422435010927003 ], [ -111.99250922068479, 40.422912727274792 ], [ -111.99250193594894, 40.423219093245521 ], [ -111.99250365719286, 40.423336194481436 ], [ -111.99252948107259, 40.423489124481137 ], [ -111.99253464502715, 40.423840428162158 ], [ -111.9925726530326, 40.424020280299771 ], [ -111.99266959438567, 40.424199626392166 ], [ -111.99277739580424, 40.42431581667816 ], [ -111.9930974900762, 40.424439192298728 ], [ -111.99348724530464, 40.424489897023143 ], [ -111.99358180380652, 40.424507102214442 ], [ -111.99420742608025, 40.424564786008247 ], [ -111.99430185220949, 40.424572982826369 ], [ -111.99482086450539, 40.424595544494736 ], [ -111.99536318489929, 40.424599885309156 ], [ -111.99539854496064, 40.424599580853595 ], [ -111.99570446745683, 40.424560910679496 ], [ -111.99616215443969, 40.424421833928022 ], [ -111.99657309184909, 40.42431018514128 ], [ -111.99694853503831, 40.424189832071974 ], [ -111.99721856275865, 40.424115431753755 ], [ -111.9974075474717, 40.424140828173371 ], [ -111.99762103716021, 40.424229075263007 ], [ -111.99791769945593, 40.424361648632228 ], [ -111.99798881869449, 40.424388061462665 ], [ -111.998165751464, 40.424395542838376 ], [ -111.9983183118768, 40.424349180895412 ], [ -111.99836532521732, 40.424339765979632 ], [ -111.99857668525532, 40.424283886969995 ], [ -111.9988117514058, 40.424236811680238 ], [ -111.99892881792753, 40.424181746668239 ], [ -111.99909303062194, 40.424126274098477 ], [ -111.99924625630189, 40.424124949782566 ], [ -111.99940028193662, 40.424177671866346 ], [ -111.99953100128384, 40.424248613092153 ], [ -111.99955470785422, 40.42425741704119 ], [ -111.9997694010401, 40.424426730017274 ], [ -111.9998295347211, 40.424507290230167 ], [ -111.99987761509153, 40.424569936822898 ], [ -112.00004462964121, 40.424703625964348 ], [ -112.00017601785032, 40.424819605254726 ], [ -112.0003431670669, 40.424962301708149 ], [ -112.00043892909621, 40.425060571127247 ], [ -112.00045098278959, 40.425078484650442 ], [ -112.00057071914635, 40.425203573232793 ], [ -112.00067773462979, 40.42526570937784 ], [ -112.0007737646128, 40.425381994026552 ], [ -112.00085707340786, 40.425435326307877 ], [ -112.00096529140603, 40.425578532023621 ], [ -112.00109748427654, 40.425748556770884 ], [ -112.00122941065887, 40.42590056583537 ], [ -112.00129088330019, 40.426071202821774 ], [ -112.00129101688903, 40.426080210580686 ], [ -112.00149433415091, 40.426276645544206 ], [ -112.00155433793954, 40.426348197032176 ], [ -112.00172309766239, 40.426598984458899 ], [ -112.00174707264544, 40.426625803455131 ], [ -112.00188985357033, 40.426714655271176 ], [ -112.00193753641403, 40.42675027767342 ], [ -112.00209170380768, 40.426812003806141 ], [ -112.00236441075033, 40.426917746544866 ], [ -112.00268426687349, 40.427023079698607 ], [ -112.00287326162109, 40.427048467047634 ], [ -112.00302676140517, 40.427065153148114 ], [ -112.00333295799273, 40.427044478224367 ], [ -112.00356910137815, 40.42706945521838 ], [ -112.00363969000293, 40.427059833495413 ], [ -112.0036986254364, 40.427059321819129 ], [ -112.00394575239774, 40.427030149200526 ], [ -112.00433338603258, 40.426936693063332 ], [ -112.00467400443289, 40.426852653144579 ], [ -112.00520133686534, 40.426640864068332 ], [ -112.0054830176859, 40.426557334229422 ], [ -112.00569384175709, 40.426465411229614 ], [ -112.00592904442064, 40.426427329198482 ], [ -112.0061294228705, 40.426425585431161 ], [ -112.00629511169483, 40.426469187849335 ], [ -112.00646106929013, 40.426530805515 ], [ -112.00659327778627, 40.42670082376074 ], [ -112.00660012712095, 40.427160218649767 ], [ -112.00654508621398, 40.427421956338833 ], [ -112.00652446639498, 40.427620331923322 ], [ -112.00651536508764, 40.427800589388887 ], [ -112.00651805097883, 40.427980744221749 ], [ -112.0065311811864, 40.428070719007465 ], [ -112.00655730741222, 40.428241660828036 ], [ -112.00664398211013, 40.428520182329869 ], [ -112.00673146351117, 40.428852750182365 ], [ -112.00684063988695, 40.429059004271885 ], [ -112.00700902297302, 40.429282760332605 ], [ -112.00717579450559, 40.429398423277547 ], [ -112.00730693528743, 40.429496378638099 ], [ -112.00753251101061, 40.429602519743021 ], [ -112.0077465688377, 40.429726778625096 ], [ -112.00786673043152, 40.429878882493448 ], [ -112.00795220228309, 40.430076333237416 ], [ -112.00797913998746, 40.430301321028701 ], [ -112.00804117189435, 40.43050798497692 ], [ -112.00806541980836, 40.430552818064292 ], [ -112.00813789469852, 40.430669301825873 ], [ -112.00832999620194, 40.430901857932533 ], [ -112.00840179912825, 40.430973302853438 ], [ -112.00856925016069, 40.431134002331014 ], [ -112.00864105358919, 40.431205447094428 ], [ -112.00873818267299, 40.431393786582966 ], [ -112.00873845188825, 40.431411802042966 ], [ -112.00886211903027, 40.431798105733108 ], [ -112.00888663722625, 40.431860954083973 ], [ -112.00892361656042, 40.431968738191152 ], [ -112.00898646085341, 40.432229447888631 ], [ -112.00904795911205, 40.432400080259413 ], [ -112.0090600164223, 40.43241799281909 ], [ -112.00906392145396, 40.432679216911026 ], [ -112.00900767420944, 40.432859885923357 ], [ -112.00884492977553, 40.433014457652767 ], [ -112.00863516665963, 40.433178448312283 ], [ -112.00823733005406, 40.433380114690813 ], [ -112.00806131460222, 40.433435703140809 ], [ -112.0078850298485, 40.433473275867513 ], [ -112.0076147082393, 40.433529685833136 ], [ -112.00727338804253, 40.433568696029909 ], [ -112.0070969680805, 40.433597259832467 ], [ -112.00690916286487, 40.433652949241981 ], [ -112.00680414370956, 40.433725935161533 ], [ -112.00674708345629, 40.43385255673541 ], [ -112.0066560015625, 40.434069563565266 ], [ -112.00660323951723, 40.434484432467968 ], [ -112.006607538344, 40.434772679855726 ], [ -112.00658839462463, 40.435070140260386 ], [ -112.00660219820227, 40.435205153561455 ], [ -112.00677983185723, 40.435257660033962 ], [ -112.00679175473029, 40.435266565093237 ], [ -112.00698090842283, 40.43530095312309 ], [ -112.00700461984495, 40.435309755469241 ], [ -112.00709933118684, 40.435335957075907 ], [ -112.00730013931108, 40.43536123414782 ], [ -112.00735921636814, 40.435369728246634 ], [ -112.00752533142077, 40.435440351742542 ], [ -112.00778535169837, 40.435483129673734 ], [ -112.00803412187815, 40.435562040716128 ], [ -112.00822435346561, 40.435668488492119 ], [ -112.00838979723137, 40.435694072100233 ], [ -112.00843695153991, 40.435693660752371 ], [ -112.00856716430428, 40.435728560341559 ], [ -112.00861458785775, 40.435746164368204 ], [ -112.00876837799392, 40.435780858010347 ], [ -112.0089571301004, 40.435788219605513 ], [ -112.00898070728356, 40.435788013817884 ], [ -112.00918124801817, 40.435795272150912 ], [ -112.0094523856194, 40.435792904777074 ], [ -112.00971321694506, 40.435889724661536 ], [ -112.00977269904556, 40.435925240677278 ], [ -112.00982039258979, 40.435960859643018 ], [ -112.00989206778402, 40.43602329577277 ], [ -112.00993989625073, 40.436067922406465 ], [ -112.01009530550284, 40.436210706891934 ], [ -112.01021548418555, 40.436362807946864 ], [ -112.01022754253287, 40.436380720360333 ], [ -112.01025152441355, 40.436407537465129 ], [ -112.01044418931028, 40.436676120414084 ], [ -112.01046978975195, 40.436811030072157 ], [ -112.01049485082811, 40.436909908854275 ], [ -112.01053224027459, 40.437044715438205 ], [ -112.01055635739367, 40.437080540188518 ], [ -112.01058060941929, 40.437125372649213 ], [ -112.01061665030464, 40.437170102039964 ], [ -112.0106288437937, 40.437197022121786 ], [ -112.01068819263728, 40.43722352992318 ], [ -112.01074713681666, 40.437223014547513 ], [ -112.01086475533276, 40.437203968276037 ], [ -112.0110051418111, 40.437130669390882 ], [ -112.0111573167879, 40.437057267218989 ], [ -112.01148551329877, 40.43692827140778 ], [ -112.01168497738719, 40.436863463643725 ], [ -112.01209623346712, 40.436769774729939 ], [ -112.01229610180486, 40.436731989058408 ], [ -112.01247279783152, 40.436721432686035 ], [ -112.01286101518087, 40.436663978419226 ], [ -112.01311874462996, 40.43655361317677 ], [ -112.01317687683385, 40.436499050311014 ], [ -112.01335221961159, 40.436398415508002 ], [ -112.01353894471345, 40.436270653956235 ], [ -112.01357376958678, 40.436234313032465 ], [ -112.01370155066468, 40.436107068030132 ], [ -112.01387526785861, 40.435898339943144 ], [ -112.01400196509239, 40.435699032946147 ], [ -112.01425752314891, 40.435444541877438 ], [ -112.01443272618782, 40.435334897761763 ], [ -112.01451443325178, 40.435280127335417 ], [ -112.01487852173202, 40.43518684248415 ], [ -112.014995864537, 40.435149776645858 ], [ -112.01531401738164, 40.435137973812189 ], [ -112.0153848836224, 40.435146360259544 ], [ -112.01545588540179, 40.435163754368652 ], [ -112.01587972756894, 40.435123994830086 ], [ -112.01599706969434, 40.435086927983008 ], [ -112.01614937015667, 40.435022527039074 ], [ -112.01620776982824, 40.43498597808788 ], [ -112.01634963784626, 40.435011757547798 ], [ -112.01650424403148, 40.43510048709075 ], [ -112.01669435168525, 40.435197913087087 ], [ -112.01683798451252, 40.435340792059051 ], [ -112.0168619686133, 40.435367607769692 ], [ -112.01699286354562, 40.435447536328248 ], [ -112.01709991026807, 40.435509656780354 ], [ -112.01723189184419, 40.435661646658623 ], [ -112.01737620570961, 40.435849563420554 ], [ -112.01741279350253, 40.435930321450833 ], [ -112.0175554787786, 40.436010145587488 ], [ -112.01773312273696, 40.436062635090863 ], [ -112.01775683578524, 40.436071435209904 ], [ -112.01791049525875, 40.436097108923228 ], [ -112.01802892486418, 40.43613210158788 ], [ -112.01808800383427, 40.43614059017753 ], [ -112.01853923386565, 40.436352828664724 ], [ -112.01875455691736, 40.436558135760421 ], [ -112.01893383513899, 40.436718715707279 ], [ -112.01896960928691, 40.436745427045643 ], [ -112.01907733994014, 40.436852584069506 ], [ -112.01920905654896, 40.436986556184678 ], [ -112.01926908868283, 40.437058098001863 ], [ -112.01936557573445, 40.437201389451694 ], [ -112.01946151893293, 40.437308650049168 ], [ -112.01955691811843, 40.437379879799515 ], [ -112.01966492291626, 40.437505051620654 ], [ -112.01989163360777, 40.437683229414183 ], [ -112.01998676149968, 40.437736443415588 ], [ -112.02002240046171, 40.437754146723179 ], [ -112.02021320147797, 40.437896605175347 ], [ -112.02040373090753, 40.438021047925083 ], [ -112.02043964252979, 40.438056766474006 ], [ -112.02049954072145, 40.438119299924807 ], [ -112.02061865631136, 40.438199328296292 ], [ -112.02066635711905, 40.438234942683657 ], [ -112.02088114763804, 40.438404214858103 ], [ -112.02102425106223, 40.43851105761955 ], [ -112.02113185151941, 40.438609204937777 ], [ -112.02133512797802, 40.438796595735816 ], [ -112.02152729821807, 40.439029128750306 ], [ -112.02162365656693, 40.439163410492014 ], [ -112.0216373548292, 40.439289413844662 ], [ -112.02162761115584, 40.439424633260749 ], [ -112.02159483449009, 40.439596091779435 ], [ -112.02157411962841, 40.439785461461057 ], [ -112.02155326830278, 40.439965823453413 ], [ -112.02156887569008, 40.440217934323719 ], [ -112.02159340888608, 40.440280779707308 ], [ -112.02163027695332, 40.440379551610619 ], [ -112.0216922240384, 40.440577199574889 ], [ -112.02177720475967, 40.440738608360505 ], [ -112.02187342970804, 40.440863882140256 ], [ -112.02190948005391, 40.440908607865616 ], [ -112.02206656285031, 40.441159467826132 ], [ -112.02219938552014, 40.441365497676337 ], [ -112.02224708942174, 40.441401111354573 ], [ -112.02234290679012, 40.441499361678197 ], [ -112.02254537644627, 40.441632704054044 ], [ -112.02271261466652, 40.441775366666228 ], [ -112.02290370591474, 40.441935835719306 ], [ -112.02295154714653, 40.441980456767681 ], [ -112.02297553606543, 40.442007271120829 ], [ -112.02308300843146, 40.44209640878794 ], [ -112.02330974368869, 40.442274579438568 ], [ -112.02346533205061, 40.442426352948189 ], [ -112.02354922630666, 40.442515698929405 ], [ -112.0235493629441, 40.442524706600636 ], [ -112.02371592220561, 40.442622329332607 ], [ -112.02377541753447, 40.442657837939045 ], [ -112.02404863205194, 40.442790551045761 ], [ -112.02409633793692, 40.44282616392784 ], [ -112.02419161313297, 40.442888381961588 ], [ -112.02440547013693, 40.44299459348489 ], [ -112.02456133617821, 40.443164380785156 ], [ -112.02461013685716, 40.443272054783769 ], [ -112.0246224738362, 40.443307980946578 ], [ -112.02466030559515, 40.443469805424769 ], [ -112.02472226454923, 40.443667451517442 ], [ -112.02477517008933, 40.444045355399503 ], [ -112.0247661162626, 40.444225613227566 ], [ -112.02479215889001, 40.444387542148995 ], [ -112.02471400631191, 40.444676519072132 ], [ -112.0246916573425, 40.444757797087277 ], [ -112.02466958191761, 40.444857090426503 ], [ -112.02463640026673, 40.445001526593629 ], [ -112.02453165677767, 40.445092543788611 ], [ -112.02432107492426, 40.44520251658151 ], [ -112.02395667295433, 40.44527781618617 ], [ -112.02369838202691, 40.445352174955403 ], [ -112.02335701245872, 40.445391233183855 ], [ -112.0230988570022, 40.445474598292883 ], [ -112.02293461316611, 40.445530105156813 ], [ -112.02274733473131, 40.445621851106146 ], [ -112.0225017869691, 40.445759156591016 ], [ -112.02230258051394, 40.44584199845621 ], [ -112.02202234231416, 40.446024654106772 ], [ -112.02164900728553, 40.446289211835492 ], [ -112.02143950792539, 40.446471240825282 ], [ -112.02121835333834, 40.446662381281222 ], [ -112.02102064214107, 40.446844305361644 ], [ -112.02089271881775, 40.446962550629856 ], [ -112.02077617670103, 40.447053668622701 ], [ -112.02060027280665, 40.447118284017996 ], [ -112.02040065125057, 40.447174099645764 ], [ -112.02035389779441, 40.447201538989077 ], [ -112.02034319710722, 40.447273704450254 ], [ -112.02040283109092, 40.447318222408782 ], [ -112.02043833902817, 40.447326917823624 ], [ -112.02048577379291, 40.447344516807775 ], [ -112.02056885282147, 40.447379818818348 ], [ -112.02067564937363, 40.447423920217823 ], [ -112.02067578565112, 40.447432927889452 ], [ -112.02091186991954, 40.447448860747805 ], [ -112.02094724167442, 40.44744854833359 ], [ -112.02121965226263, 40.447527221828608 ], [ -112.02146793671773, 40.447570072385304 ], [ -112.02153908952211, 40.447596470211138 ], [ -112.02172869418341, 40.447657856526995 ], [ -112.02191898140903, 40.447764280865236 ], [ -112.02225157602028, 40.447923499681785 ], [ -112.02229942115551, 40.447968120907838 ], [ -112.02264531033732, 40.448226318601364 ], [ -112.02276471964335, 40.448324359703022 ], [ -112.02294513181711, 40.448556993916966 ], [ -112.02295719576334, 40.448574904897278 ], [ -112.02302903318625, 40.448646340097476 ], [ -112.02322014498132, 40.448806808191996 ], [ -112.02346019758967, 40.449083957964866 ], [ -112.02363952076836, 40.449244529725654 ], [ -112.02373589830137, 40.449378809242354 ], [ -112.02378401886214, 40.449441445137779 ], [ -112.02401146470289, 40.449664652159107 ], [ -112.02408412487561, 40.449790132613316 ], [ -112.02414540457654, 40.449942740461594 ], [ -112.02424164736821, 40.450068011858463 ], [ -112.02439711935536, 40.450210776009179 ], [ -112.02462388575202, 40.450388943458776 ], [ -112.02464760474433, 40.450397742069995 ], [ -112.02497898694389, 40.450475883832979 ], [ -112.02523893871445, 40.450509613892862 ], [ -112.0253924969056, 40.450526269505119 ], [ -112.02566341841893, 40.450505848086323 ], [ -112.0257105828256, 40.450505429567173 ], [ -112.02615768547082, 40.450438399115576 ], [ -112.02645136615197, 40.450363720592655 ], [ -112.02670981008583, 40.450298363187031 ], [ -112.02715649882001, 40.450204305949633 ], [ -112.027485276017, 40.450111295183476 ], [ -112.02774454134202, 40.450099981372816 ], [ -112.02826334630117, 40.450095367302119 ], [ -112.02885262248148, 40.450072105925351 ], [ -112.02930123074327, 40.450104147463286 ], [ -112.02988146591076, 40.450261138683288 ], [ -112.03015362278924, 40.450321775535102 ], [ -112.03051983343138, 40.450363555519409 ], [ -112.03068518350661, 40.450380098965212 ], [ -112.03115751436185, 40.450420930617298 ], [ -112.03147780141764, 40.450544197023419 ], [ -112.03156295620519, 40.450714605532582 ], [ -112.03157764005378, 40.45090366064975 ], [ -112.03157777780362, 40.450912668285163 ], [ -112.03152240336087, 40.451147392948052 ], [ -112.03145372222599, 40.451283138814091 ], [ -112.03135214610252, 40.451581337705584 ], [ -112.0311683052568, 40.451898288145713 ], [ -112.0310446587782, 40.452295781127191 ], [ -112.0309422533694, 40.452539933840853 ], [ -112.03079323192917, 40.452820537632803 ], [ -112.03062310359414, 40.45326348893645 ], [ -112.03051027984816, 40.453597822744982 ], [ -112.03040869626582, 40.453896020783723 ], [ -112.0304584776603, 40.454066745341841 ], [ -112.03049522898709, 40.454156506299149 ], [ -112.03056914483655, 40.454363051069699 ], [ -112.03074014861932, 40.454748907228783 ], [ -112.03075207810221, 40.454757809705683 ], [ -112.03084971682891, 40.454973151574769 ], [ -112.03111574781819, 40.45540320387655 ], [ -112.03120077036861, 40.455564604817603 ], [ -112.03126138296015, 40.455672170335241 ], [ -112.03152865932398, 40.45618329021832 ], [ -112.0316844364803, 40.456344059307561 ], [ -112.03188807198546, 40.4565494452116 ], [ -112.0321516345724, 40.456817357609559 ], [ -112.03233155063002, 40.457013945660272 ], [ -112.0325238116187, 40.457246458562018 ], [ -112.03268180049403, 40.457551348173652 ], [ -112.03270593684012, 40.457587167941902 ], [ -112.03279262138166, 40.45785665902654 ], [ -112.03280744860092, 40.458054721316039 ], [ -112.03280786244765, 40.458081744178266 ], [ -112.03286916972101, 40.458234346849089 ], [ -112.03288123806622, 40.458252256710118 ], [ -112.03283903470951, 40.458576952545471 ], [ -112.03268890490884, 40.458785497601824 ], [ -112.03260897784158, 40.458957379885149 ], [ -112.03258815121808, 40.459137742987345 ], [ -112.03262587378404, 40.459290556456523 ], [ -112.03265180388973, 40.459443475267214 ], [ -112.03262056390459, 40.459714019907302 ], [ -112.03254284237305, 40.460030024028569 ], [ -112.03252518750558, 40.460417562307022 ], [ -112.03252546335095, 40.460435577542754 ], [ -112.03253808371024, 40.460489517900236 ], [ -112.03256511756899, 40.460714497634918 ], [ -112.0326283579581, 40.460993206978138 ], [ -112.03286890717324, 40.461297358469395 ], [ -112.0330750455482, 40.46166487894471 ], [ -112.03316491150805, 40.462141544593216 ], [ -112.03314546571896, 40.462411983821994 ], [ -112.03314767396988, 40.462556105628074 ], [ -112.03323257270523, 40.46270849709375 ], [ -112.0334111274319, 40.462815006915868 ], [ -112.03381306379296, 40.462874474398483 ], [ -112.0343104521631, 40.463005157095971 ], [ -112.03478536177228, 40.463208109655156 ], [ -112.03509530597273, 40.463421546583149 ], [ -112.03527580176851, 40.46365415992608 ], [ -112.03555299790895, 40.464039056947918 ], [ -112.03558920829988, 40.464092785567907 ], [ -112.03575611529911, 40.464208404922132 ], [ -112.03601654025721, 40.464269132748328 ], [ -112.03656014763959, 40.464336329484517 ], [ -112.03719782683137, 40.464384661821384 ], [ -112.03761129189141, 40.464425994891705 ], [ -112.03795552179206, 40.464567045519992 ], [ -112.03816863722412, 40.464619184492072 ], [ -112.03821567261183, 40.46460975315442 ], [ -112.03835622380667, 40.464545428648357 ], [ -112.03867173450011, 40.46435340802487 ], [ -112.03878814268111, 40.464253264591292 ], [ -112.03907895340031, 40.463989394115224 ], [ -112.03931135041944, 40.463762083551316 ], [ -112.03939251543764, 40.46367126525454 ], [ -112.03977475072622, 40.463217385125752 ], [ -112.04015781462834, 40.46281754931595 ], [ -112.04052796887186, 40.462345757699595 ], [ -112.04085011159987, 40.461820344186229 ], [ -112.04113979121797, 40.46148440790995 ], [ -112.0414273812443, 40.461013357052543 ], [ -112.04163478311223, 40.460696178522738 ], [ -112.04191321800984, 40.460396376995156 ], [ -112.04233260612001, 40.460059268356787 ], [ -112.04289517348025, 40.459828972530751 ], [ -112.04344678059536, 40.459652825994148 ], [ -112.04376336925003, 40.459532852476308 ], [ -112.04409147042941, 40.459394756404265 ], [ -112.04458327083505, 40.459165091611609 ], [ -112.04507548663746, 40.458962447511929 ], [ -112.04536694818357, 40.458743599487164 ], [ -112.04546944968068, 40.458508442368313 ], [ -112.04552324480872, 40.458174628422029 ], [ -112.04555513062417, 40.45794911879976 ], [ -112.0455868765884, 40.457714601577912 ], [ -112.04577122316218, 40.457433659503465 ], [ -112.04621443740032, 40.457114338860222 ], [ -112.04636647794517, 40.457031882914549 ], [ -112.04666957935376, 40.456803917352438 ], [ -112.04707978639405, 40.456638042712484 ], [ -112.04765550004528, 40.456497693129151 ], [ -112.04839503960542, 40.456274775189534 ], [ -112.04932296563038, 40.456032124728168 ], [ -112.04982847835578, 40.455928437025733 ], [ -112.05040446054167, 40.455806089028727 ], [ -112.05115689809408, 40.455655107019759 ], [ -112.05196772958494, 40.455467553279597 ], [ -112.05261347076065, 40.455281497432516 ], [ -112.0532012339071, 40.455159028229851 ], [ -112.05381229695789, 40.455018325917464 ], [ -112.05424718499668, 40.454924271644359 ], [ -112.05464613314541, 40.454794508280642 ], [ -112.05504324801601, 40.454547645246237 ], [ -112.05544205140779, 40.454408871612202 ], [ -112.05592339465993, 40.454269342594444 ], [ -112.0565466586179, 40.454155540932845 ], [ -112.05706407832287, 40.454060721638967 ], [ -112.05746287454799, 40.453921941109179 ], [ -112.05770880266228, 40.453811584730062 ], [ -112.05788285052105, 40.453629814938047 ], [ -112.05802265331062, 40.453520429141719 ], [ -112.05833833860794, 40.453346370933282 ], [ -112.05861893067772, 40.453190650975507 ], [ -112.05887650422805, 40.453071176606649 ], [ -112.059134925495, 40.453005746990641 ], [ -112.05927628098927, 40.452995442788819 ], [ -112.05937061227343, 40.452994578260018 ], [ -112.05947588605271, 40.452939560261214 ], [ -112.05952121227311, 40.452822029749655 ], [ -112.05958828157581, 40.452587184858984 ], [ -112.059677659443, 40.452271055754615 ], [ -112.05973336099576, 40.452063341529296 ], [ -112.05983495331085, 40.451774126845471 ], [ -112.05999521740614, 40.451466356321838 ], [ -112.06022693446323, 40.451202974438026 ], [ -112.06047015755453, 40.450921468818201 ], [ -112.0607017292735, 40.450649078452876 ], [ -112.06103955933487, 40.450384721116379 ], [ -112.06160056331584, 40.450064260178806 ], [ -112.06205785529075, 40.449897899994937 ], [ -112.06236342461102, 40.449832029956291 ], [ -112.06271587284822, 40.449747710410875 ], [ -112.06305652936922, 40.449663498240831 ], [ -112.06347957860153, 40.449569518182464 ], [ -112.06386668607512, 40.449439831981401 ], [ -112.06414795948722, 40.449329136587224 ], [ -112.0645580771331, 40.449163200822795 ], [ -112.06489744859596, 40.448997915400817 ], [ -112.06517743840321, 40.4488061496589 ], [ -112.06538554486845, 40.448542974991149 ], [ -112.06556949949865, 40.448243987179573 ], [ -112.0657070019664, 40.447990471622397 ], [ -112.0656682155541, 40.447774616731643 ], [ -112.06570159491444, 40.44764818503289 ], [ -112.06585316306416, 40.447538681266785 ], [ -112.06603825162492, 40.44731175305462 ], [ -112.06625856764276, 40.447075490735791 ], [ -112.06632660470954, 40.446903694866897 ], [ -112.06655614550732, 40.446505187479694 ], [ -112.06679009889012, 40.446385913418496 ], [ -112.06716596133177, 40.446292355384564 ], [ -112.06761341907955, 40.446252188014569 ], [ -112.06798999251833, 40.446203665013584 ], [ -112.06829653744811, 40.446200832294828 ], [ -112.06863831022098, 40.446188664229382 ], [ -112.06873291707549, 40.446205807252419 ], [ -112.06881573378588, 40.446223059217303 ], [ -112.06888661763631, 40.44623141261453 ], [ -112.06896900625895, 40.446221641864149 ], [ -112.06912199324309, 40.446202209239196 ], [ -112.06952071764454, 40.446063387827067 ], [ -112.06983762360566, 40.445970366609544 ], [ -112.07011915830103, 40.445877671992761 ], [ -112.0704472809871, 40.445748509844499 ], [ -112.07070580551537, 40.445692062307693 ], [ -112.07094160731435, 40.445689877848466 ], [ -112.07107258526476, 40.445769743954827 ], [ -112.07113210779842, 40.44580522781343 ], [ -112.07121592570736, 40.445885530759782 ], [ -112.07126380131334, 40.445930131338983 ], [ -112.07134862078274, 40.446073486880287 ], [ -112.07138513557103, 40.446145219265311 ], [ -112.07149410818487, 40.446324386231453 ], [ -112.07180580485162, 40.446645815149481 ], [ -112.07184217734135, 40.446708539847371 ], [ -112.07186661651684, 40.44676236633925 ], [ -112.07237631855475, 40.446928806915636 ], [ -112.07243555642522, 40.446946275027159 ], [ -112.07247107052397, 40.446954954374625 ], [ -112.07270802237285, 40.447024826438877 ], [ -112.07309710275743, 40.44702121498694 ], [ -112.07342794810327, 40.447063187299598 ], [ -112.07372241936008, 40.447042434594749 ], [ -112.07401631683362, 40.446985651067322 ], [ -112.07436916526015, 40.446928318876864 ], [ -112.07487543022336, 40.446878567929936 ], [ -112.07515983245358, 40.446966011405777 ], [ -112.07531382414341, 40.447009623194006 ], [ -112.07559779665057, 40.447070043033214 ], [ -112.07585818900826, 40.447130681649206 ], [ -112.07589370362184, 40.447139359937815 ], [ -112.07590549394524, 40.447139250193949 ], [ -112.07634202328103, 40.447153203848913 ], [ -112.07660141039611, 40.447150788199579 ], [ -112.07665993075877, 40.447123216575363 ], [ -112.07671859483079, 40.447104652432493 ], [ -112.07690608958887, 40.447030834961581 ], [ -112.077175684485, 40.446929225576582 ], [ -112.07744369617657, 40.446728532974028 ], [ -112.07756059155346, 40.446664381349144 ], [ -112.07780904985918, 40.446716117975171 ], [ -112.07798633525765, 40.44674149129694 ], [ -112.07834004260263, 40.446738192081867 ], [ -112.07864529280516, 40.446654264338108 ], [ -112.07878619941125, 40.446616913957378 ], [ -112.07902229194238, 40.446632727983754 ], [ -112.0792476030003, 40.446711704136746 ], [ -112.07960217488618, 40.446762446079745 ], [ -112.07988672667292, 40.446858885355184 ], [ -112.08037200241033, 40.446971465698951 ], [ -112.08063513976671, 40.447203235987857 ], [ -112.08075463019357, 40.447301216139131 ], [ -112.08094673927295, 40.44751563209455 ], [ -112.08102051251002, 40.447704127952001 ], [ -112.08110549921582, 40.447856483489915 ], [ -112.08110752008203, 40.447982588436723 ], [ -112.08121594393793, 40.448125715826592 ], [ -112.08127605128382, 40.448197224332695 ], [ -112.08143019396829, 40.448249835370198 ], [ -112.08164126752133, 40.448175789634739 ], [ -112.0819342960461, 40.448064941043491 ], [ -112.08220330923039, 40.447927290020651 ], [ -112.0824379617477, 40.447853022071023 ], [ -112.08280201908644, 40.447759523798368 ], [ -112.08321251380487, 40.447620544984495 ], [ -112.08400160066232, 40.447559094474691 ], [ -112.08461513401039, 40.447580365609461 ], [ -112.08503987690722, 40.447594396985394 ], [ -112.08517015049839, 40.447629209402834 ], [ -112.08537116649116, 40.447663357426876 ], [ -112.08566723052144, 40.447741656621616 ], [ -112.08589240781788, 40.447811612175002 ], [ -112.08618876312991, 40.447907924978445 ], [ -112.08644931279024, 40.447977547039798 ], [ -112.08649690970769, 40.448004126183406 ], [ -112.08673460465444, 40.448119006640063 ], [ -112.0873861283704, 40.448302065027136 ], [ -112.08762309975172, 40.448371906235785 ], [ -112.08771771415991, 40.448389033610304 ], [ -112.08778860237544, 40.448397375352165 ], [ -112.08790578105328, 40.448351228323439 ], [ -112.08805673295812, 40.448205665999033 ], [ -112.08816124891909, 40.448105584852165 ], [ -112.08818439392773, 40.448078340432097 ], [ -112.0882892001173, 40.447996274121984 ], [ -112.08853505495128, 40.447885852971275 ], [ -112.08874597391963, 40.447802786898585 ], [ -112.08908760435678, 40.447781550836645 ], [ -112.08953491155076, 40.447732291178646 ], [ -112.08994844775913, 40.447782445507372 ], [ -112.09022020875985, 40.447815917968526 ], [ -112.09050361480519, 40.447840271084388 ], [ -112.09077552192406, 40.447882749700589 ], [ -112.09102341155371, 40.447898427851314 ], [ -112.09137654056242, 40.447859058806358 ], [ -112.09157624843797, 40.447812128799711 ], [ -112.09175252105494, 40.447774428642468 ], [ -112.09197566333451, 40.447718267760941 ], [ -112.09229341972062, 40.447679230081555 ], [ -112.09242355117989, 40.447705026809047 ], [ -112.09260099006337, 40.447739385066143 ], [ -112.09281350840735, 40.447755393719667 ], [ -112.09282529877235, 40.447755282248757 ], [ -112.0930736261445, 40.447797978385282 ], [ -112.09313272395347, 40.447806428346027 ], [ -112.09329837306365, 40.447840897026126 ], [ -112.09340477844177, 40.44785790821696 ], [ -112.09342835920287, 40.447857685152876 ], [ -112.09351059985833, 40.447838889472287 ], [ -112.09354582498086, 40.447829547382973 ], [ -112.09370972198955, 40.447755925963257 ], [ -112.09404945133193, 40.447617578300374 ], [ -112.09421261678874, 40.447498918889657 ], [ -112.09462264707081, 40.447332877500791 ], [ -112.09492758634978, 40.447230892079816 ], [ -112.09503282151384, 40.447175842134683 ], [ -112.09546701325496, 40.447045604221472 ], [ -112.09579670077215, 40.447015452688213 ], [ -112.09584400797799, 40.447024013040561 ], [ -112.09591489564852, 40.447032349805816 ], [ -112.09598592966512, 40.447049693980382 ], [ -112.0961154758358, 40.447039456740157 ], [ -112.09622144151457, 40.4470294429901 ], [ -112.09665767978539, 40.447025304966559 ], [ -112.09678751866326, 40.447033081876583 ], [ -112.09692914779178, 40.447040746752513 ], [ -112.09703482039617, 40.447012717358227 ], [ -112.09719915099431, 40.446966113405054 ], [ -112.09734004746831, 40.446928740532478 ], [ -112.09766812137347, 40.446799501743506 ], [ -112.09796038376763, 40.446643575677747 ], [ -112.09814814647065, 40.446587738957518 ], [ -112.09839515280052, 40.446549356660086 ], [ -112.09855962796414, 40.446511758242337 ], [ -112.09891171779738, 40.44640931419945 ], [ -112.09911082889664, 40.446326341507508 ], [ -112.0993681559918, 40.44619777059512 ], [ -112.09970713147489, 40.44601436930175 ], [ -112.09997668680606, 40.445912707217772 ], [ -112.10034041437514, 40.445801139242235 ], [ -112.10066921164368, 40.445716929264329 ], [ -112.10095084822488, 40.445633167551883 ], [ -112.10117338734688, 40.445540959326081 ], [ -112.10140712760224, 40.445412608580739 ], [ -112.10150012346061, 40.4453306428601 ], [ -112.10162804755026, 40.44522131766459 ], [ -112.10173268566369, 40.44513023195848 ], [ -112.10174432844647, 40.445121112145266 ], [ -112.10179075245189, 40.445075625442449 ], [ -112.10187181043064, 40.444984764370723 ], [ -112.10198735496246, 40.444839521420796 ], [ -112.1021494696143, 40.444657798953344 ], [ -112.10236906048885, 40.444385439713621 ], [ -112.10256565899651, 40.444149334733659 ], [ -112.10281000365335, 40.443948809262487 ], [ -112.10303268190307, 40.443865604973951 ], [ -112.10332388799334, 40.443646613543187 ], [ -112.1035683758964, 40.443455093941317 ], [ -112.10390452610291, 40.443100539309157 ], [ -112.1041022946665, 40.442936491265556 ], [ -112.10432334632699, 40.442754202759417 ], [ -112.10458005994025, 40.442589590738542 ], [ -112.10506165572417, 40.442476881535825 ], [ -112.10527356971977, 40.442456837743421 ], [ -112.10536758972131, 40.442437921009464 ], [ -112.10567337574876, 40.442389952246749 ], [ -112.10591977159429, 40.442315524377818 ], [ -112.10637719361986, 40.442167005610912 ], [ -112.10670434027864, 40.441983697029045 ], [ -112.10711282772685, 40.441727537741791 ], [ -112.10739325681897, 40.441571701181445 ], [ -112.10767383246886, 40.4414248713801 ], [ -112.1085521032056, 40.441056098185157 ], [ -112.10893892412398, 40.440917255198777 ], [ -112.10930260948976, 40.440805659477206 ], [ -112.10960660773453, 40.440649591366245 ], [ -112.11002716131843, 40.440411323650061 ], [ -112.11025938478011, 40.440192881142657 ], [ -112.11070202848919, 40.439864310354459 ], [ -112.11101588024273, 40.439591028882738 ], [ -112.1114235949476, 40.439289817571705 ], [ -112.11169132475094, 40.439080039624486 ], [ -112.11190144490907, 40.438951894825969 ], [ -112.11199516121999, 40.43891495794459 ], [ -112.11208947117326, 40.438914050655796 ], [ -112.11223301447946, 40.439038793406546 ], [ -112.11225718584863, 40.439074596206844 ], [ -112.11243698709337, 40.439253042878605 ], [ -112.1125806802723, 40.439386792587015 ], [ -112.11265260133345, 40.439458171077383 ], [ -112.11301072328996, 40.439724988687857 ], [ -112.11315545870421, 40.439921789528064 ], [ -112.11327587406636, 40.440073780194339 ], [ -112.11351611189413, 40.440341731476252 ], [ -112.11356445697284, 40.440413336488163 ], [ -112.11366129609704, 40.440565553854071 ], [ -112.11385274544315, 40.440734877186031 ], [ -112.1139483961301, 40.440815035022382 ], [ -112.11407986042897, 40.440921874133551 ], [ -112.11416357382687, 40.440993137997893 ], [ -112.11418759820718, 40.441019932952486 ], [ -112.11441605391769, 40.441287995862346 ], [ -112.11450289233815, 40.441548414982961 ], [ -112.11453093402963, 40.44181840979536 ], [ -112.11453182669746, 40.44187245422399 ], [ -112.11455016232208, 40.442268666343971 ], [ -112.11456626641422, 40.442529767379163 ], [ -112.11457459854786, 40.443034181957678 ], [ -112.11461428198311, 40.443295055587186 ], [ -112.11458605557553, 40.443727751928726 ], [ -112.11456827936517, 40.444079267946087 ], [ -112.11445588786415, 40.444413678538474 ], [ -112.11439946854702, 40.444567372690756 ], [ -112.11429767512689, 40.44482961025264 ], [ -112.11424333770799, 40.445109407935391 ], [ -112.11423720063219, 40.445451802796519 ], [ -112.11414764148684, 40.445740948760978 ], [ -112.11395093072859, 40.445968065500537 ], [ -112.11380227091338, 40.446248771895704 ], [ -112.1136301784293, 40.446538712686454 ], [ -112.11351881912276, 40.446936174142763 ], [ -112.113464922959, 40.447242993623426 ], [ -112.1134213299875, 40.447459625505019 ], [ -112.11353502450032, 40.447917980647439 ], [ -112.11369201599319, 40.448141688894999 ], [ -112.11381259636175, 40.448302685975094 ], [ -112.11387333293759, 40.448410206653094 ], [ -112.11392213056415, 40.448508833523967 ], [ -112.11401942876259, 40.448688072401971 ], [ -112.11405732885808, 40.448840857212836 ], [ -112.1141074659066, 40.449020550545377 ], [ -112.11408730630707, 40.449227947912476 ], [ -112.11402132304947, 40.449516866377856 ], [ -112.11411921808163, 40.44973213469369 ], [ -112.11411951561048, 40.449750149481076 ], [ -112.11425367600974, 40.450019121073268 ], [ -112.11438664707688, 40.450216033346564 ], [ -112.11454186099822, 40.450331651544346 ], [ -112.11455394937826, 40.450349552634265 ], [ -112.11465050781325, 40.450483753912145 ], [ -112.11468692198757, 40.450546464530667 ], [ -112.11478377869162, 40.450698680466047 ], [ -112.11529659084846, 40.45104507763164 ], [ -112.11560583440048, 40.45120425214597 ], [ -112.11598478166964, 40.451299691080365 ], [ -112.11638597012018, 40.45131383453483 ], [ -112.11640955190641, 40.451313606767037 ], [ -112.11668253180942, 40.451419075691319 ], [ -112.11692058721529, 40.45155190792282 ], [ -112.11702760058024, 40.451604926725572 ], [ -112.11707565935971, 40.451658515210731 ], [ -112.11718356811825, 40.451765578152092 ], [ -112.11746983425252, 40.451961005005877 ], [ -112.11771983339074, 40.452102728916273 ], [ -112.11792252009027, 40.45223590106631 ], [ -112.11818401361946, 40.452359495142375 ], [ -112.11864595660634, 40.452481148814663 ], [ -112.11893013807172, 40.452550468683263 ], [ -112.11930984476678, 40.45269093339796 ], [ -112.11945343111977, 40.45281566631855 ], [ -112.11956089697242, 40.452895704827455 ], [ -112.11982239600493, 40.453019295108334 ], [ -112.1202507679664, 40.453249373400212 ], [ -112.12062093482064, 40.45352505850839 ], [ -112.12078915566944, 40.453712612623605 ], [ -112.12098125951886, 40.453917952495296 ], [ -112.1212812837542, 40.454230350955498 ], [ -112.12142652444993, 40.454454162304778 ], [ -112.12152340204932, 40.454606372212098 ], [ -112.1217656728939, 40.454991400263239 ], [ -112.12193494949642, 40.455242004101585 ], [ -112.12205721082455, 40.455502072917717 ], [ -112.12225247123368, 40.455896565042558 ], [ -112.12231367795394, 40.456031102950547 ], [ -112.12252997629852, 40.456272240447937 ], [ -112.12254191795712, 40.45628113328403 ], [ -112.12261476744393, 40.45640654913106 ], [ -112.12268716737341, 40.456504942855652 ], [ -112.12290361857053, 40.456755086952029 ], [ -112.12303527846203, 40.456870922335682 ], [ -112.12334876783146, 40.457282281286588 ], [ -112.12339863624712, 40.457443955208134 ], [ -112.12341147850482, 40.457506892066419 ], [ -112.12359376026332, 40.457829437403653 ], [ -112.12369199851291, 40.45806271143784 ], [ -112.12377619389277, 40.458160989763115 ], [ -112.12383620493836, 40.458223467940122 ], [ -112.12388442401405, 40.458286060748165 ], [ -112.12392070096904, 40.458339760852333 ], [ -112.12425448341251, 40.458552726062699 ], [ -112.12460974930615, 40.458639357933869 ], [ -112.12487082910116, 40.458735914207423 ], [ -112.12507264822158, 40.458815029134307 ], [ -112.12541597399384, 40.458892765931282 ], [ -112.12564122824311, 40.458962642858673 ], [ -112.12572452540597, 40.459006875635026 ], [ -112.12576035311005, 40.459033553100227 ], [ -112.12584590613454, 40.459212895931117 ], [ -112.12592920374119, 40.459257128552089 ], [ -112.12594114637767, 40.459266021019296 ], [ -112.12613087521598, 40.459327234244363 ], [ -112.12640495571611, 40.45949573080761 ], [ -112.12660828371129, 40.459664916388171 ], [ -112.12676459387197, 40.459843568785544 ], [ -112.12694373695712, 40.459976954306754 ], [ -112.12696777328964, 40.46000374635905 ], [ -112.12711274446161, 40.460209535246491 ], [ -112.12712468742292, 40.460218427585573 ], [ -112.12724532179429, 40.460379409598843 ], [ -112.12773724736788, 40.460879103861309 ], [ -112.1279044519341, 40.461003595535594 ], [ -112.12794043223401, 40.461039279623471 ], [ -112.12820182740747, 40.461153842808869 ], [ -112.12824944980457, 40.461180404352596 ], [ -112.12838052463623, 40.461260203992246 ], [ -112.12845203383277, 40.461304549851846 ], [ -112.12876029976454, 40.461400636524445 ], [ -112.12908096247941, 40.461532636477259 ], [ -112.12922383160954, 40.461612319930943 ], [ -112.12952166531525, 40.461789585699933 ], [ -112.12972410257818, 40.461904721573397 ], [ -112.12989282269297, 40.462119283525034 ], [ -112.13001316520645, 40.462262247811651 ], [ -112.1302162086502, 40.462413412081389 ], [ -112.13057331458963, 40.462608113065798 ], [ -112.13084772160954, 40.462794613312951 ], [ -112.1309091030309, 40.462938153516362 ], [ -112.13106528114412, 40.463107792420544 ], [ -112.13107737623933, 40.463125691653246 ], [ -112.131186987966, 40.463331821283198 ], [ -112.13128435401616, 40.463511044267022 ], [ -112.13146699235796, 40.463851590766048 ], [ -112.13155317154764, 40.464066958207937 ], [ -112.13159006246653, 40.464156684996603 ], [ -112.13161440450612, 40.464201490652584 ], [ -112.13165129558381, 40.464291217417561 ], [ -112.13172341491655, 40.464371590423937 ], [ -112.13181896947196, 40.464442725093008 ], [ -112.13246925552612, 40.464535451910464 ], [ -112.13282441175282, 40.46461305055945 ], [ -112.13309686524693, 40.464682450152537 ], [ -112.1333348482278, 40.464806239893718 ], [ -112.13344204684985, 40.464868250229884 ], [ -112.13375275947369, 40.465108440162801 ], [ -112.13399226015549, 40.465322301587442 ], [ -112.13408933357645, 40.465483507392626 ], [ -112.13413817350715, 40.465582124874736 ], [ -112.13424643485811, 40.465707185576761 ], [ -112.13427062769358, 40.465742983323587 ], [ -112.13449788419901, 40.465929937448152 ], [ -112.13455776055336, 40.465983402442099 ], [ -112.13464243652354, 40.46610869428477 ], [ -112.13498687147872, 40.466249453027409 ], [ -112.13501060997886, 40.46625822869823 ], [ -112.13561526103376, 40.466441473769066 ], [ -112.13617228595719, 40.466598157485961 ], [ -112.13632590489945, 40.466614664803288 ], [ -112.13638487233645, 40.466614085025753 ], [ -112.13655058854947, 40.466648490680129 ], [ -112.13668077256517, 40.466674236769052 ], [ -112.13700117178028, 40.466788199483702 ], [ -112.13719245093466, 40.466939467004408 ], [ -112.13771607889582, 40.467213586105807 ], [ -112.13808654591838, 40.467498219901721 ], [ -112.13814627442993, 40.467542675673052 ], [ -112.13845655973857, 40.467755830583357 ], [ -112.13852914725051, 40.467863221004329 ], [ -112.13857738692781, 40.467925807300638 ], [ -112.13867523582525, 40.468132045427687 ], [ -112.13870110549047, 40.468266922364123 ], [ -112.13870217051247, 40.468329973383852 ], [ -112.13872667096567, 40.468383784713652 ], [ -112.13878685716433, 40.46845526199516 ], [ -112.13879880312358, 40.468464153074613 ], [ -112.13916593301033, 40.468550622879967 ], [ -112.1396506975437, 40.468617914029764 ], [ -112.14008737366329, 40.468631624805013 ], [ -112.14012275513785, 40.468631275776488 ], [ -112.1403234025131, 40.468638305026595 ], [ -112.14058210465504, 40.468590708291771 ], [ -112.14061657168214, 40.468536315419414 ], [ -112.14083989182153, 40.468489067293454 ], [ -112.14093393730431, 40.468470121352603 ], [ -112.14108847633766, 40.468540665945369 ], [ -112.14112477257878, 40.468594360294162 ], [ -112.14113702381188, 40.468621265688007 ], [ -112.14122202029675, 40.468764567002047 ], [ -112.14135571766111, 40.468997475162929 ], [ -112.14144117264991, 40.469167798129988 ], [ -112.14152556037783, 40.469275070076328 ], [ -112.14178746787606, 40.469416623456205 ], [ -112.14204968166761, 40.469576190776188 ], [ -112.14215704842091, 40.469647200041237 ], [ -112.14235968330088, 40.469771320287002 ], [ -112.1425874337345, 40.469985279706947 ], [ -112.14277919255147, 40.470163559423156 ], [ -112.14295808919522, 40.4702789045364 ], [ -112.14310145134171, 40.470385592054328 ], [ -112.14318462120065, 40.47042080454051 ], [ -112.14322030909825, 40.470438469093281 ], [ -112.14338542688569, 40.470436835665758 ], [ -112.14351455107882, 40.470399523012532 ], [ -112.14367890464294, 40.470352852817662 ], [ -112.14387909882744, 40.470332854009058 ], [ -112.14411421655305, 40.470285482787588 ], [ -112.14443250424378, 40.470273322674437 ], [ -112.14469319795872, 40.470342811174014 ], [ -112.14484728621315, 40.470386328806946 ], [ -112.14518962148985, 40.470400954735872 ], [ -112.14521320971666, 40.470400721001816 ], [ -112.1456264628888, 40.470423651667261 ], [ -112.14579203981539, 40.470449036591795 ], [ -112.14592192824691, 40.47045675758001 ], [ -112.14601582180218, 40.470428800229485 ], [ -112.14606269197961, 40.470410317894917 ], [ -112.14629688930475, 40.470308898679789 ], [ -112.14672959319499, 40.47008839540063 ], [ -112.14704481391615, 40.469896082909493 ], [ -112.14719660324396, 40.469804488512828 ], [ -112.14747781932729, 40.469693591401651 ], [ -112.14760632636178, 40.469620245187727 ], [ -112.14791220256063, 40.4695721636188 ], [ -112.14821869200141, 40.469560110272475 ], [ -112.14852579517468, 40.469584085137392 ], [ -112.14871480545597, 40.469600224224763 ], [ -112.14885571891892, 40.469562788436413 ], [ -112.1489604827722, 40.469480667957441 ], [ -112.14906432515257, 40.469344503860334 ], [ -112.14911011892404, 40.46926296952811 ], [ -112.14921442133891, 40.469153827062669 ], [ -112.14930754382678, 40.469080830804863 ], [ -112.14952886252325, 40.468916471652818 ], [ -112.1496800317622, 40.468788845041885 ], [ -112.14985371254537, 40.468597932794886 ], [ -112.15006277358498, 40.468406668224631 ], [ -112.15031946937512, 40.468241955516071 ], [ -112.15042407568751, 40.468150826492462 ], [ -112.15057570271357, 40.468050220495378 ], [ -112.15077588774805, 40.468030209853119 ], [ -112.1509645865498, 40.468028330816317 ], [ -112.15116600186595, 40.468080377500257 ], [ -112.15132008889003, 40.468123886532844 ], [ -112.15152150475333, 40.46817593258865 ], [ -112.15182921817394, 40.468235927741766 ], [ -112.15207780960793, 40.468287502654327 ], [ -112.15221948813806, 40.46829509905016 ], [ -112.15223128185404, 40.468294981471459 ], [ -112.15229055835576, 40.468312408051347 ], [ -112.15243239093664, 40.468329011430491 ], [ -112.15263396223752, 40.468390062770084 ], [ -112.1527054947088, 40.468434393245893 ], [ -112.15275313173368, 40.468460944456247 ], [ -112.15291886031136, 40.468495326450956 ], [ -112.15296603530335, 40.468494855841591 ], [ -112.15307202496437, 40.468484789657197 ], [ -112.15313099369178, 40.468484201314475 ], [ -112.15327205634996, 40.468455767442194 ], [ -112.15348341892491, 40.468399605451097 ], [ -112.15363596668847, 40.468353038947754 ], [ -112.15391654909563, 40.468206097405513 ], [ -112.1541038603538, 40.468123148073289 ], [ -112.15434921404973, 40.467985566045449 ], [ -112.1546529177792, 40.467811365439573 ], [ -112.15485109482174, 40.467674253659901 ], [ -112.15511987815017, 40.467527427098616 ], [ -112.15530672293632, 40.467417454140268 ], [ -112.15544731925777, 40.467361995938973 ], [ -112.15583496172273, 40.46726803205204 ], [ -112.15601124672368, 40.467230233806504 ], [ -112.15613958514625, 40.467147871029894 ], [ -112.15616239978252, 40.467102598900517 ], [ -112.15616054612158, 40.466994512075892 ], [ -112.15614844371005, 40.466976615581338 ], [ -112.15611198205008, 40.466913918853457 ], [ -112.15598055509157, 40.466816136873433 ], [ -112.15588450878927, 40.466718000897643 ], [ -112.15580071943999, 40.466646768609259 ], [ -112.15575153839826, 40.466530146271587 ], [ -112.15571507735579, 40.4664674494053 ], [ -112.15565302243846, 40.466287894281265 ], [ -112.15561563525767, 40.466171153947556 ], [ -112.15565987498472, 40.465999544728646 ], [ -112.15576338966942, 40.465845360314283 ], [ -112.15580901858044, 40.465754816184791 ], [ -112.15588724740171, 40.465501787910249 ], [ -112.15598937086995, 40.465266538148995 ], [ -112.15617111077087, 40.464859324976828 ], [ -112.15623692633969, 40.464570385475618 ], [ -112.15626828920745, 40.46433584331642 ], [ -112.15639445905863, 40.46412737894665 ], [ -112.15662614646638, 40.463881823380234 ], [ -112.15674283946466, 40.463808585240244 ], [ -112.15696458637251, 40.463671233904414 ], [ -112.15717515786289, 40.463570029175749 ], [ -112.15737269895392, 40.463396884265968 ], [ -112.15754603487603, 40.463187946300877 ], [ -112.15769593886064, 40.462988251570707 ], [ -112.1578813748331, 40.462797209465833 ], [ -112.15813710180527, 40.462578436375487 ], [ -112.15834596598771, 40.462378149970881 ], [ -112.15874196294457, 40.462085899339328 ], [ -112.15900916735166, 40.461848991670394 ], [ -112.15934573118615, 40.461530308581665 ], [ -112.1596714288582, 40.461265786261208 ], [ -112.15989269661279, 40.461101407746582 ], [ -112.15996236653908, 40.461037647034154 ], [ -112.16005624097554, 40.461009678492985 ], [ -112.1601633024961, 40.461062656594734 ], [ -112.16030543147809, 40.461097264979266 ], [ -112.16049488533584, 40.461140406806315 ], [ -112.16053041764935, 40.46114905881582 ], [ -112.16073243947893, 40.461237117990436 ], [ -112.16099326904745, 40.46131557730655 ], [ -112.1613250091691, 40.461402332330707 ], [ -112.16162121749446, 40.46148043473125 ], [ -112.16194380534375, 40.461720429314262 ], [ -112.16221736219067, 40.461852810608029 ], [ -112.16243087028369, 40.461922733712427 ], [ -112.16247819580646, 40.461931266507477 ], [ -112.16265632669385, 40.462001545010764 ], [ -112.16282173335975, 40.46201789854728 ], [ -112.16293996979527, 40.462034726482898 ], [ -112.16298729545647, 40.462043259067329 ], [ -112.16305820628706, 40.4620515542967 ], [ -112.16318870156606, 40.462095284969202 ], [ -112.1634020559854, 40.462156199031597 ], [ -112.16363930688146, 40.462234889677447 ], [ -112.16379354357564, 40.462287389414151 ], [ -112.1638529730793, 40.462313817331221 ], [ -112.16405500263657, 40.462401870571483 ], [ -112.16420892898323, 40.462436355308292 ], [ -112.16443330025864, 40.462452112565344 ], [ -112.16450421167723, 40.462460406898415 ], [ -112.16462198253987, 40.462450211448143 ], [ -112.16469273839071, 40.462449498449807 ], [ -112.16495093152452, 40.462374826035514 ], [ -112.1651385240384, 40.462309873577766 ], [ -112.16523255364366, 40.462290908057128 ], [ -112.16540928712872, 40.462280117338224 ], [ -112.16555188833192, 40.462341740829039 ], [ -112.16561131855171, 40.4623681678314 ], [ -112.16573002340509, 40.462412014530038 ], [ -112.16586036530629, 40.462446734937473 ], [ -112.16593189988099, 40.462491057237891 ], [ -112.16603927980202, 40.462562044207843 ], [ -112.16621819490788, 40.462677353190458 ], [ -112.16643264452733, 40.462801312054999 ], [ -112.16672964394574, 40.462924437218184 ], [ -112.16675338524183, 40.462933206332544 ], [ -112.17196399230524, 40.465493032817442 ], [ -112.17204842333408, 40.465600281929497 ], [ -112.17214543081268, 40.465752447301291 ], [ -112.17215769380515, 40.465779349254234 ], [ -112.17223189842032, 40.465976789681577 ], [ -112.1723285936188, 40.46611094050612 ], [ -112.17244981561217, 40.466298895076086 ], [ -112.17254682503189, 40.466451060066142 ], [ -112.17258314493039, 40.466504744219961 ], [ -112.17264461825246, 40.466648260881016 ], [ -112.17275498887059, 40.466890377841992 ], [ -112.17277920240261, 40.466926167229239 ], [ -112.17285246996077, 40.467069564084781 ], [ -112.1728074900402, 40.467196143343699 ], [ -112.17280921370363, 40.467295222343083 ], [ -112.17275071649604, 40.467322842255896 ], [ -112.17241873147005, 40.467902771873582 ], [ -112.17238507386436, 40.468002209784736 ], [ -112.17217039281506, 40.468544913564308 ], [ -112.17196828514946, 40.469132533256818 ], [ -112.17174556111134, 40.469891528178529 ], [ -112.17162631719975, 40.470496324548066 ], [ -112.17156745087625, 40.471181587600192 ], [ -112.17180672836591, 40.472053012042444 ], [ -112.17185562808851, 40.472151612639657 ], [ -112.17184555632853, 40.472250811178384 ], [ -112.17198990730876, 40.472411505186109 ], [ -112.17216051062073, 40.47272508173829 ], [ -112.17254733320284, 40.473261683590287 ], [ -112.17293384851702, 40.473780269670073 ], [ -112.17324928818593, 40.474281558441547 ], [ -112.17327475911333, 40.474389404992628 ], [ -112.1733846748817, 40.474604499319071 ], [ -112.17342335229196, 40.474793290585694 ], [ -112.17339047706234, 40.474937764539924 ], [ -112.1734157916672, 40.475036603873626 ], [ -112.17341924174484, 40.47523476155785 ], [ -112.17336152205634, 40.475307417672212 ], [ -112.17333918684605, 40.475379714513494 ], [ -112.17336465837407, 40.475487561016834 ], [ -112.17346309504151, 40.475720789285539 ], [ -112.17352348122485, 40.475801254947633 ], [ -112.17359691730721, 40.47595365812343 ], [ -112.17370479751457, 40.476051658891009 ], [ -112.17396538542616, 40.476112073389011 ], [ -112.17415426222375, 40.476119163345011 ], [ -112.17427236909172, 40.476126972096644 ], [ -112.17453185893989, 40.476124335166858 ], [ -112.17476760176451, 40.476112930290974 ], [ -112.17515872109306, 40.476217058934161 ], [ -112.17531189908284, 40.476206492480422 ], [ -112.17546696223921, 40.476304011733568 ], [ -112.1756685774692, 40.476365022185711 ], [ -112.17621633645511, 40.476656737517729 ], [ -112.17627735560831, 40.476773230293198 ], [ -112.17628002823865, 40.476926351937394 ], [ -112.17626964802943, 40.477007536389316 ], [ -112.17618881127942, 40.477107455442599 ], [ -112.17618157499224, 40.477368782989558 ], [ -112.17603829720109, 40.477946801398133 ], [ -112.17601910778104, 40.478199241784729 ], [ -112.17594959310237, 40.478272019181581 ], [ -112.17598843721382, 40.478469816495789 ], [ -112.17596956187025, 40.478740271163574 ], [ -112.17603121134002, 40.478892792620343 ], [ -112.17600982104713, 40.479019132828483 ], [ -112.1761677215696, 40.479278779733775 ], [ -112.176229057565, 40.479413286754315 ], [ -112.17646056408499, 40.479834341573934 ], [ -112.17660667263736, 40.480094107871864 ], [ -112.17709014294915, 40.480755832009805 ], [ -112.17752533740371, 40.481354984684657 ], [ -112.17794653918502, 40.4818281557964 ], [ -112.17799592768142, 40.481953774832071 ], [ -112.17813952703101, 40.482069424687602 ], [ -112.17818891607297, 40.482195043628103 ], [ -112.17821487068463, 40.482329910214567 ], [ -112.17820669716748, 40.48253719471186 ], [ -112.17795946570011, 40.483242397208407 ], [ -112.17751609901846, 40.484201842611164 ], [ -112.17715088941348, 40.48490824530144 ], [ -112.17707161843681, 40.485098236353281 ], [ -112.17699140289128, 40.485234184510368 ], [ -112.17699250438039, 40.485297234490908 ], [ -112.17701751378895, 40.4853780584532 ], [ -112.17709018183082, 40.48548542320632 ], [ -112.17748797114092, 40.485967842791062 ], [ -112.17788560871713, 40.486441253751543 ], [ -112.17816544079616, 40.4869248731287 ], [ -112.17820209161169, 40.486996569378938 ], [ -112.17854611317549, 40.487776821677173 ], [ -112.1786324744193, 40.487992150601706 ], [ -112.17878160435438, 40.488423048887348 ], [ -112.17924172075621, 40.48909400974992 ], [ -112.17955964724297, 40.489730385204041 ], [ -112.17999334549644, 40.490239455315674 ], [ -112.1802151683064, 40.490777714029093 ], [ -112.18061285403549, 40.491251114548781 ], [ -112.18102423826743, 40.491832478411347 ], [ -112.18132160090072, 40.492640224639082 ], [ -112.1814050270501, 40.493360070071496 ], [ -112.18142662068414, 40.4939183904362 ], [ -112.18134266315556, 40.494513824755352 ], [ -112.1812620218806, 40.495298408298822 ], [ -112.18119533927324, 40.495533316796418 ], [ -112.18107219155731, 40.495912941977124 ], [ -112.18075083685211, 40.496429723328774 ], [ -112.18053582269634, 40.496954426134778 ], [ -112.18059280713361, 40.497512384778226 ], [ -112.18058195584494, 40.497566547977584 ], [ -112.18001107854032, 40.497986780255346 ], [ -112.17986996640551, 40.498015247335587 ], [ -112.17955281863264, 40.498099563643009 ], [ -112.17944678701718, 40.498109654663523 ], [ -112.17928160351818, 40.498111340549983 ], [ -112.17912853425345, 40.498130920030754 ], [ -112.17904657327766, 40.498167791229541 ], [ -112.17885810729835, 40.498187731513873 ], [ -112.17868191300201, 40.498234572484975 ], [ -112.17856597383658, 40.498352868425847 ], [ -112.17834321382894, 40.498436218696725 ], [ -112.17799350151768, 40.498683019798982 ], [ -112.17763198766681, 40.498929940114564 ], [ -112.1770008255241, 40.499278702121792 ], [ -112.17681330021543, 40.499352681829578 ], [ -112.17661287374166, 40.499363731546865 ], [ -112.17648387098895, 40.499410088641106 ], [ -112.17637941031101, 40.499510248077037 ], [ -112.17629728878008, 40.499538110241659 ], [ -112.17607876943948, 40.49986464846706 ], [ -112.17586827229981, 40.499974895329302 ], [ -112.17585804599469, 40.500065086603627 ], [ -112.17585946157273, 40.500146150688536 ], [ -112.17647947168575, 40.500509197391011 ], [ -112.17718507555327, 40.501042534432599 ], [ -112.17736537307218, 40.501229880615504 ], [ -112.17760403853306, 40.501380596816162 ], [ -112.1778755823178, 40.501386837888795 ], [ -112.17811188552727, 40.501402446340983 ], [ -112.17897011646913, 40.501889172518005 ], [ -112.1797194807898, 40.502223855582891 ], [ -112.18036549837365, 40.50272174634771 ], [ -112.18098007611366, 40.503445172594688 ], [ -112.18147572007246, 40.504115759291409 ], [ -112.18199576464262, 40.504831137704734 ], [ -112.18243068848622, 40.505403245374836 ], [ -112.18253989524565, 40.505573293282659 ], [ -112.18260221842466, 40.505761838342636 ], [ -112.18275783571879, 40.505886367483257 ], [ -112.18281841906169, 40.505975834427126 ], [ -112.18340739445736, 40.506582396032478 ], [ -112.18355976595902, 40.50719342747626 ], [ -112.18360807607669, 40.5072559935724 ], [ -112.18363547769228, 40.50747192183308 ], [ -112.18375633303829, 40.507632840477449 ], [ -112.18382808623106, 40.507686157599956 ], [ -112.18395947563346, 40.507774898454421 ], [ -112.18458276960573, 40.508318041205321 ], [ -112.18499381996132, 40.508872366061873 ], [ -112.18522770688368, 40.509419498070976 ], [ -112.18527325952972, 40.509995587724049 ], [ -112.18531231011504, 40.510202387267391 ], [ -112.18537369392496, 40.510336888071954 ], [ -112.1855770068086, 40.510487950049438 ], [ -112.18573168865426, 40.510558432418961 ], [ -112.18580376390784, 40.510629762365703 ], [ -112.18613112015375, 40.51112188086411 ], [ -112.18628225760584, 40.511660851202116 ], [ -112.18649129244642, 40.512136165890055 ], [ -112.18656495808646, 40.512297565976368 ], [ -112.18692916188327, 40.512870381886998 ], [ -112.18712132004271, 40.513057590409289 ], [ -112.18728828751063, 40.513154970497609 ], [ -112.18737375767626, 40.513316248730149 ], [ -112.18745795695848, 40.513405470393266 ], [ -112.18747245997253, 40.513558469160522 ], [ -112.18760529613337, 40.513728269102437 ], [ -112.18764181327478, 40.513790954622806 ], [ -112.18764372054903, 40.513899039351998 ], [ -112.18754100295229, 40.514098286382904 ], [ -112.18713732089039, 40.514633947588422 ], [ -112.18704846768821, 40.514950164729974 ], [ -112.1869097060663, 40.515113746702539 ], [ -112.18679534154326, 40.515322121379754 ], [ -112.1862423495056, 40.516093538925347 ], [ -112.18594454630811, 40.516610091411636 ], [ -112.18565981028468, 40.517198578536735 ], [ -112.18520967932238, 40.517779752944008 ], [ -112.18453006396541, 40.518065991714842 ], [ -112.18381709559732, 40.518469681193331 ], [ -112.18311877159631, 40.519035372726421 ], [ -112.18301397447962, 40.519117523981585 ], [ -112.18247739109718, 40.519483364315896 ], [ -112.18186103111387, 40.52001217460608 ], [ -112.18132459244613, 40.520387016789243 ], [ -112.18074046248442, 40.520735317799236 ], [ -112.18007275873016, 40.521030417347582 ], [ -112.17976809593783, 40.521159650258681 ], [ -112.17905317195847, 40.521455226076938 ], [ -112.17889061393264, 40.521610032510821 ], [ -112.17876362186824, 40.521773484554643 ], [ -112.17874238281834, 40.521908831544387 ], [ -112.17875607935945, 40.522016796052732 ], [ -112.17879338201523, 40.522124519717771 ], [ -112.1789896484736, 40.522545925387945 ], [ -112.17909370186099, 40.523094393363841 ], [ -112.1790210232558, 40.523662682168741 ], [ -112.17897744025241, 40.52387032663966 ], [ -112.17890176123944, 40.524267480939208 ], [ -112.17883113166461, 40.52495286148875 ], [ -112.1789380290766, 40.525663456622496 ], [ -112.17896198678503, 40.526356880569047 ], [ -112.17884303571279, 40.526979693213796 ], [ -112.17885704931879, 40.527105671737708 ], [ -112.17879929242517, 40.527178330469646 ], [ -112.17888570807732, 40.527393657042595 ], [ -112.17890145817564, 40.527618713295496 ], [ -112.17921862490746, 40.528201040617297 ], [ -112.17946576168418, 40.528829125308896 ], [ -112.17934633771917, 40.529424917016435 ], [ -112.17932166292555, 40.530037758782107 ], [ -112.17924080754557, 40.53081333004566 ], [ -112.17921518412695, 40.531372129300301 ], [ -112.17919583831493, 40.531615560908783 ], [ -112.17922086891325, 40.531696383479378 ], [ -112.17929311847246, 40.531776724070916 ], [ -112.17932963813546, 40.531839411997701 ], [ -112.17940173004325, 40.531910745455967 ], [ -112.17952214682148, 40.532044646210998 ], [ -112.18005119624078, 40.532588772645219 ], [ -112.18009920586857, 40.532633325616501 ], [ -112.18038067651742, 40.533197996403672 ], [ -112.18055811982245, 40.53388985083248 ], [ -112.18089799314185, 40.534417888736606 ], [ -112.18132145804852, 40.534999122866701 ], [ -112.18140257426332, 40.535583856675231 ], [ -112.18148669858206, 40.536339724218927 ], [ -112.18164023449022, 40.537013803713627 ], [ -112.18184083834311, 40.537678392770829 ], [ -112.18236947658262, 40.538195486059806 ], [ -112.18240584434525, 40.538249165816787 ], [ -112.18260876137168, 40.538373210091883 ], [ -112.18265693530044, 40.538426768913247 ], [ -112.18274195275926, 40.538561028470099 ], [ -112.18280763637259, 40.53893871971291 ], [ -112.1826309384839, 40.539634195384153 ], [ -112.18271381533074, 40.540318004964895 ], [ -112.18278441237766, 40.540974914155782 ], [ -112.18254582574075, 40.541508867293125 ], [ -112.18252411381442, 40.541617193402942 ], [ -112.18243251346732, 40.54178028677574 ], [ -112.18235319434567, 40.54197028034762 ], [ -112.18235461984781, 40.542051343653299 ], [ -112.18242783492818, 40.54218572413572 ], [ -112.18241761237778, 40.542275915310299 ], [ -112.18238495860298, 40.54310504568128 ], [ -112.18214683673342, 40.543666019047158 ], [ -112.1816476927446, 40.544157592815047 ], [ -112.18119561114604, 40.544639674578853 ], [ -112.18104465213244, 40.544785356395252 ], [ -112.18089226858174, 40.544849974712051 ], [ -112.18080066002848, 40.545013066818498 ], [ -112.1805799641037, 40.545222521354354 ], [ -112.18011700926458, 40.545758761886269 ], [ -112.17975572866585, 40.546032711418718 ], [ -112.17956744520892, 40.546070668648916 ], [ -112.17940340807968, 40.546144412642846 ], [ -112.17925117784669, 40.546218035882291 ], [ -112.17919372144132, 40.546308708874285 ], [ -112.17927779438185, 40.546388928535073 ], [ -112.17978444926823, 40.546996343617451 ], [ -112.17981628410131, 40.547464468220824 ], [ -112.17981865530396, 40.547599573724384 ], [ -112.17983963169706, 40.548121861050127 ], [ -112.17984073830387, 40.548184910277811 ], [ -112.17990926213544, 40.548724729216957 ], [ -112.17979671811955, 40.549041181256499 ], [ -112.17981042292664, 40.549149145040836 ], [ -112.1797287169841, 40.54920403133287 ], [ -112.17968354078765, 40.549321605059497 ], [ -112.17942993261831, 40.549675531722364 ], [ -112.17929155667993, 40.549866125938308 ], [ -112.17926920503803, 40.549938423267605 ], [ -112.17918828774869, 40.550038344347712 ], [ -112.179167041995, 40.550173690878459 ], [ -112.17924120810086, 40.550362115347461 ], [ -112.17922059443451, 40.550533490003815 ], [ -112.17920314099048, 40.550885005262295 ], [ -112.17927620183879, 40.551010380464085 ], [ -112.17926549991745, 40.551073550213104 ], [ -112.17920867161398, 40.551200251314555 ], [ -112.17919907573068, 40.551326470264449 ], [ -112.17914272113384, 40.551480192421337 ], [ -112.17895082925438, 40.55198663489314 ], [ -112.17866588923567, 40.552575104199718 ], [ -112.17866667900657, 40.552620139346629 ], [ -112.17861063806748, 40.552791875300734 ], [ -112.17867173358245, 40.552908364278231 ], [ -112.17868749099752, 40.55313341951075 ], [ -112.17881710818685, 40.553789727607473 ], [ -112.17892453263872, 40.554527339708436 ], [ -112.17862966888637, 40.555224013640498 ], [ -112.17828756330303, 40.555921168638122 ], [ -112.17826615623629, 40.55604750789395 ], [ -112.17824443325956, 40.556155833093896 ], [ -112.17823420341233, 40.556246023792383 ], [ -112.17825940066452, 40.556335853145747 ], [ -112.17830805817303, 40.556416434559644 ], [ -112.1784274122697, 40.556487286145185 ], [ -112.1785946347994, 40.556593683769108 ], [ -112.17871398951047, 40.556664535047773 ], [ -112.1792402279935, 40.55703752689702 ], [ -112.17969735628053, 40.557510317061706 ], [ -112.18024079479073, 40.55818942208986 ], [ -112.18063087945463, 40.55887910051959 ], [ -112.1809241210516, 40.559434638149135 ], [ -112.18102081395696, 40.559559770428081 ], [ -112.18103483990159, 40.559685747837825 ], [ -112.18123892851219, 40.559872842265484 ], [ -112.18136003377354, 40.560042767751455 ], [ -112.1818631693595, 40.560443009432952 ], [ -112.18226255831779, 40.560988448760952 ], [ -112.18266417339491, 40.561659984599096 ], [ -112.18290972842478, 40.562188979163018 ], [ -112.18302569303425, 40.562737317650161 ], [ -112.18302680320112, 40.562800366645391 ], [ -112.18299597189242, 40.563061932473801 ], [ -112.1829555503662, 40.563449717212947 ], [ -112.18298059824653, 40.563530538301698 ], [ -112.18293573591833, 40.563666127065638 ], [ -112.18296078386192, 40.563746948154929 ], [ -112.18299811799801, 40.563854669278456 ], [ -112.18308190065503, 40.563916871564601 ], [ -112.18317060074406, 40.56425829068624 ], [ -112.18329108445576, 40.564392185857209 ], [ -112.18334054725103, 40.564517799852609 ], [ -112.18337819975709, 40.564643534815232 ], [ -112.18327587142926, 40.564869798589072 ], [ -112.18287281138167, 40.56545948700596 ], [ -112.18225762672233, 40.566078371116305 ], [ -112.1820837939113, 40.566269331149151 ], [ -112.18195783722911, 40.56649583551669 ], [ -112.181927158872, 40.566766407974228 ], [ -112.18188213393886, 40.566892989317921 ], [ -112.18180991588068, 40.567488296968449 ], [ -112.1819736015086, 40.568063173625823 ], [ -112.18214260236786, 40.568268642354255 ], [ -112.18216812674549, 40.568376484521721 ], [ -112.18219285863192, 40.568439291714817 ], [ -112.18217082145289, 40.568529603406382 ], [ -112.18218374222302, 40.568592531477663 ], [ -112.18200712575901, 40.56929701086635 ], [ -112.18206514923806, 40.569909002840191 ], [ -112.1820179797682, 40.570585131502675 ], [ -112.18199641722302, 40.570702464111939 ], [ -112.18204667508734, 40.570873113445217 ], [ -112.1821791389016, 40.571015895606969 ], [ -112.18225333782851, 40.571204317033512 ], [ -112.18291598535158, 40.571936238878294 ], [ -112.18337546483119, 40.572535109275471 ], [ -112.18342556896457, 40.572696750904647 ], [ -112.1835218100139, 40.572794859528287 ], [ -112.18360877910125, 40.573037200806993 ], [ -112.18357604159229, 40.573190682596113 ], [ -112.18362678167377, 40.573388352029795 ], [ -112.18359277420315, 40.573469777971233 ], [ -112.18357121361174, 40.573587110791387 ], [ -112.18353736470331, 40.573677543696668 ], [ -112.1834090190397, 40.573768944778905 ], [ -112.18335186302848, 40.5738776336282 ], [ -112.18287597456346, 40.574359964194365 ], [ -112.18274905431232, 40.5745324273989 ], [ -112.1826085765003, 40.574605934604875 ], [ -112.18259898472766, 40.57473215329243 ], [ -112.18253001433759, 40.57484096268481 ], [ -112.18218531763631, 40.575394016027971 ], [ -112.18177195951456, 40.576073891286804 ], [ -112.18137952469552, 40.576600404760427 ], [ -112.18081853861426, 40.576948468045181 ], [ -112.18052702240107, 40.577167654345871 ], [ -112.18039929929915, 40.57729508011986 ], [ -112.18037662379358, 40.57734936346727 ], [ -112.18043790404282, 40.577474857653755 ], [ -112.18041507018377, 40.577520134022791 ], [ -112.18056806604216, 40.578158181123875 ], [ -112.18086361267012, 40.578839813660096 ], [ -112.18106228422455, 40.579387306964712 ], [ -112.18116344331528, 40.57976463370985 ], [ -112.18122662873667, 40.579998211115651 ], [ -112.18143141488451, 40.580221331595688 ], [ -112.18144465443969, 40.580302273556946 ], [ -112.18146970728434, 40.58038309467932 ], [ -112.18130733251208, 40.580555918837888 ], [ -112.1804659601453, 40.581087019568969 ], [ -112.18040736826747, 40.581114644168707 ], [ -112.17985720368002, 40.58140854050572 ], [ -112.17968174279747, 40.581509427270376 ], [ -112.17923726061495, 40.581766206837244 ], [ -112.17895769030737, 40.581994275731006 ], [ -112.17885405679947, 40.582148479638676 ], [ -112.17862521660882, 40.582574219061506 ], [ -112.17829653106929, 40.58337032904101 ], [ -112.17816140399452, 40.583750068453661 ], [ -112.17808202600639, 40.583940058598735 ], [ -112.17803650891452, 40.584039617389244 ], [ -112.17790750403255, 40.584094984648281 ], [ -112.17760081596082, 40.584125137700696 ], [ -112.17743636872397, 40.584180865784532 ], [ -112.1764359714781, 40.584407265930182 ], [ -112.17636540321503, 40.584426001871108 ], [ -112.17608439204611, 40.584573001110883 ], [ -112.17555638874704, 40.584785573955337 ], [ -112.17522890631159, 40.584978087059085 ], [ -112.17515991374331, 40.585086892173628 ], [ -112.17503106206779, 40.585151263260819 ], [ -112.17495135832982, 40.585323237375015 ], [ -112.17494080527337, 40.585395413477862 ], [ -112.17495403819042, 40.585476356206762 ], [ -112.17507533309706, 40.585655294110829 ], [ -112.17517063512233, 40.585699367454623 ], [ -112.17520733917232, 40.585771062743802 ], [ -112.17526798715384, 40.585860531567661 ], [ -112.17541149282603, 40.585958165760772 ], [ -112.17540125558699, 40.586048355867717 ], [ -112.17571615631722, 40.586486571818526 ], [ -112.17607186962556, 40.587230663378577 ], [ -112.17616672260669, 40.587923358916726 ], [ -112.17654292093873, 40.588487068428229 ], [ -112.17650889761673, 40.588568492301256 ], [ -112.17647645282936, 40.588739985964516 ], [ -112.17640824784742, 40.588893826680284 ], [ -112.1762798636919, 40.588985220144366 ], [ -112.17616534568212, 40.589193583899359 ], [ -112.17613147938036, 40.589284014642942 ], [ -112.17583518022225, 40.589908624018449 ], [ -112.1758362847003, 40.589971672879486 ], [ -112.17572050154634, 40.590107980360678 ], [ -112.17568836961861, 40.590297487756096 ], [ -112.17582227945935, 40.590521339207619 ], [ -112.1758131467077, 40.590674578136856 ], [ -112.17597070840554, 40.591573832442997 ], [ -112.17612511790504, 40.59229294683022 ], [ -112.17612606491335, 40.59234698868314 ], [ -112.17630600342697, 40.593173945728502 ], [ -112.17655715645206, 40.594018194077542 ], [ -112.17689763020472, 40.594564248488297 ], [ -112.17735800639966, 40.595208173949757 ], [ -112.17752362385563, 40.595891137382587 ], [ -112.17753891683738, 40.596089170145312 ], [ -112.17751828757993, 40.596260543422332 ], [ -112.1773208908272, 40.596460744490479 ], [ -112.1767145082294, 40.596926361625414 ], [ -112.17664566420173, 40.597044174510351 ], [ -112.17646952642704, 40.59710902889676 ], [ -112.17630646762804, 40.597245818408091 ], [ -112.17624880731248, 40.597327482845778 ], [ -112.17619177834619, 40.597445175124633 ], [ -112.17618359310711, 40.597652455706083 ], [ -112.17625293704846, 40.598237306811164 ], [ -112.17628746432349, 40.598858546717707 ], [ -112.17631254423556, 40.599615011348952 ], [ -112.17639323475839, 40.600172720885737 ], [ -112.17639481390547, 40.60026279050841 ], [ -112.17634896798384, 40.600344334622235 ], [ -112.17624388003243, 40.600417473524566 ], [ -112.17612571199388, 40.600418676970946 ], [ -112.17589300642068, 40.600628243659642 ], [ -112.17564218925955, 40.601153294195868 ], [ -112.17545455612765, 40.601911923881232 ], [ -112.17537390495289, 40.602705498714855 ], [ -112.17536163148658, 40.603354240455069 ], [ -112.17533706711261, 40.603976081513622 ], [ -112.17586745328936, 40.60456524782024 ], [ -112.1764996268566, 40.604892126374104 ], [ -112.17729409230611, 40.605037175866677 ], [ -112.17762593407333, 40.605087843955062 ], [ -112.17778146066794, 40.605194360709241 ], [ -112.17831657653248, 40.605378082013758 ], [ -112.17854285277021, 40.605474867293189 ], [ -112.17869980599151, 40.605662445289767 ], [ -112.17873779129985, 40.605806194577042 ], [ -112.17873984869199, 40.605923284872951 ], [ -112.17875293256067, 40.605995219818098 ], [ -112.17870724403515, 40.606085771748909 ], [ -112.17867384795818, 40.606203223885956 ], [ -112.17844761808017, 40.606782080443644 ], [ -112.17850876471415, 40.606898567756225 ], [ -112.17847520968576, 40.607007012885227 ], [ -112.17862113968422, 40.60723974620899 ], [ -112.17875366995742, 40.607382530516979 ], [ -112.17934241225696, 40.607926041877363 ], [ -112.17959017841716, 40.608572127550907 ], [ -112.17991782597551, 40.609055242482881 ], [ -112.18047383212162, 40.609752227721174 ], [ -112.18087446447251, 40.610351704928377 ], [ -112.18114525767692, 40.610961517243481 ], [ -112.18135601032773, 40.611517891740846 ], [ -112.1816121377383, 40.61196569892514 ], [ -112.18170827519263, 40.612054800727897 ], [ -112.18181559691247, 40.612107753792699 ], [ -112.1819222839065, 40.612124679052158 ], [ -112.18197035292106, 40.612169229829384 ], [ -112.18258969738552, 40.612433145702163 ], [ -112.18320968226762, 40.612733085855439 ], [ -112.18326925370548, 40.612759501134384 ], [ -112.1838318984383, 40.613159119438855 ], [ -112.1844793514253, 40.613674976230278 ], [ -112.18526546100807, 40.614009235367043 ], [ -112.18530155523631, 40.61404489908788 ], [ -112.18547947955601, 40.614079106936138 ], [ -112.18562130959853, 40.614077650901486 ], [ -112.185797004593, 40.613985761512161 ], [ -112.1861260292677, 40.613874280013306 ], [ -112.18698627509053, 40.613721304478062 ], [ -112.18714024226523, 40.613737738918644 ], [ -112.18743556035454, 40.613725694183607 ], [ -112.18757850599259, 40.613787284090478 ], [ -112.18789841961843, 40.613829036505514 ], [ -112.18799392983543, 40.61388210527906 ], [ -112.18816019543492, 40.613925437472524 ], [ -112.18834067431929, 40.614103751329715 ], [ -112.1886396653732, 40.614298862219123 ], [ -112.18914453595625, 40.614771117347061 ], [ -112.1893021797874, 40.614994707504167 ], [ -112.18929211749325, 40.61509390509427 ], [ -112.18941638120158, 40.615434949879997 ], [ -112.18949033296673, 40.61560535046609 ], [ -112.1894821879867, 40.615812630804228 ], [ -112.18950710500575, 40.615884442477416 ], [ -112.18965213431287, 40.616063119333525 ], [ -112.189738386325, 40.616260418644174 ], [ -112.1903258570792, 40.616722808812696 ], [ -112.19086445763713, 40.617095614516089 ], [ -112.19138294521917, 40.617666812983067 ], [ -112.19151648371761, 40.61786362303183 ], [ -112.19176598036748, 40.617933116764505 ], [ -112.19216083842144, 40.618199297198203 ], [ -112.19224469850241, 40.618261491186075 ], [ -112.19237551797158, 40.618305183175536 ], [ -112.19252088059251, 40.618501869936274 ], [ -112.19273684337283, 40.618679810258762 ], [ -112.19322086081891, 40.619305407439455 ], [ -112.1934216843047, 40.619960955119438 ], [ -112.19354229095389, 40.62009483662797 ], [ -112.19363781457062, 40.620147900487915 ], [ -112.19379243940729, 40.620200353307673 ], [ -112.19401798581448, 40.620252072630599 ], [ -112.19425663619697, 40.62037572424633 ], [ -112.19461445293396, 40.620552193845889 ], [ -112.19504415655251, 40.620781969598191 ], [ -112.19557976441723, 40.6209836217309 ], [ -112.19589159152811, 40.621232631700671 ], [ -112.19608030538667, 40.621870282775937 ], [ -112.19610240962814, 40.622446599616943 ], [ -112.1961839392755, 40.623040317898933 ], [ -112.19619736700029, 40.623130264070724 ], [ -112.19612804961274, 40.623221067357306 ], [ -112.19610730058052, 40.623383435750604 ], [ -112.19614436984379, 40.623473137041927 ], [ -112.19625332825962, 40.623616144777067 ], [ -112.19675800185892, 40.624070350401624 ], [ -112.19718073980205, 40.624570445864869 ], [ -112.19747103922266, 40.624936785320116 ], [ -112.19754470061488, 40.625089166326283 ], [ -112.19766950859281, 40.625457221356207 ], [ -112.19761193712039, 40.626205525756937 ], [ -112.19730338056732, 40.626803287821353 ], [ -112.19678331860376, 40.627475309432434 ], [ -112.19642842724541, 40.628127600405314 ], [ -112.19633344609969, 40.628768189280983 ], [ -112.19635950087206, 40.62890304711209 ], [ -112.19631542894984, 40.629083674063452 ], [ -112.19635362713272, 40.629236423115195 ], [ -112.19647715066571, 40.629532424349954 ], [ -112.19651647497447, 40.629748221280991 ], [ -112.19649894088256, 40.630090726580896 ], [ -112.19647867337062, 40.630280115417847 ], [ -112.08217539967086, 40.631092595016455 ], [ -112.06730152229174, 40.631167967576488 ], [ -112.06313951205286, 40.631179334942878 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 22, \"properties\": { \"NAME\": \"CANYONS SCHOOL DISTRICT\", \"TOTENROLL\": 33469, \"Color4\": \"4\", \"Shape_Leng\": 126484.84182099999, \"Shape_Area\": 496463761.74400002 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.84779795848745, 40.630690904712608 ], [ -111.84506653883984, 40.630692907720174 ], [ -111.84472354823714, 40.630686408486895 ], [ -111.84451061449509, 40.630678957201546 ], [ -111.84429779425464, 40.630680513360481 ], [ -111.84409691077967, 40.630690990543961 ], [ -111.84388409047833, 40.630692545940917 ], [ -111.84367138353727, 40.630703108784573 ], [ -111.84347049987801, 40.630713584879928 ], [ -111.84325790611346, 40.630733154802748 ], [ -111.84305702228727, 40.630743630180284 ], [ -111.84284442829379, 40.630763199343939 ], [ -111.84263194740714, 40.63079177595845 ], [ -111.8424311764996, 40.630811258091207 ], [ -111.84223051865328, 40.630839747717928 ], [ -111.84201815039887, 40.630877331049852 ], [ -111.84181749216739, 40.630905819962251 ], [ -111.84141640132535, 40.630980812432945 ], [ -111.84120414518986, 40.631027402119727 ], [ -111.84080327888614, 40.631120408162133 ], [ -111.84061466875316, 40.631166824599525 ], [ -111.84041434784262, 40.631222334622947 ], [ -111.83986045129662, 40.631370502983806 ], [ -111.8390119792795, 40.631601887285655 ], [ -111.83415682527736, 40.63293430812859 ], [ -111.83415749792158, 40.63298835527204 ], [ -111.82855878875834, 40.634452030910531 ], [ -111.82782580820729, 40.634466296380154 ], [ -111.81952596335267, 40.634579548727935 ], [ -111.81761056688097, 40.634602134629553 ], [ -111.81545978202165, 40.634716437915408 ], [ -111.8150816284428, 40.634737124989833 ], [ -111.81368725327911, 40.63481902783063 ], [ -111.81260030328411, 40.634898750960886 ], [ -111.81208047564326, 40.634938442398102 ], [ -111.81188066466429, 40.635038942743265 ], [ -111.81152801067134, 40.63521258632256 ], [ -111.81129359760013, 40.635385398183708 ], [ -111.81103542569551, 40.635549367762884 ], [ -111.81073071797255, 40.635776724180083 ], [ -111.81044998375569, 40.636030937552697 ], [ -111.81026275382462, 40.636194407489597 ], [ -111.81009971632052, 40.636402750759466 ], [ -111.80990109545986, 40.636602334693087 ], [ -111.80972634015862, 40.636819768278279 ], [ -111.80961016247035, 40.636991747575642 ], [ -111.80947087903168, 40.63720893206667 ], [ -111.80936695983023, 40.637416859856685 ], [ -111.80925143287274, 40.637642886230964 ], [ -111.80914729480612, 40.63783279800866 ], [ -111.80906702316166, 40.638040559810669 ], [ -111.80878138095073, 40.637889413396117 ], [ -111.80761191900106, 40.637014748589692 ], [ -111.80719469540908, 40.636738396977826 ], [ -111.80699194291724, 40.636595675316592 ], [ -111.80676543389404, 40.636444110595569 ], [ -111.8064319638743, 40.636248249069276 ], [ -111.80588849033381, 40.635306132481311 ], [ -111.80592266330389, 40.63519778991428 ], [ -111.80613094928182, 40.634817971812495 ], [ -111.80617284224255, 40.633385300036615 ], [ -111.80636180849423, 40.633365963342762 ], [ -111.80662280978804, 40.632454264208505 ], [ -111.80685332126619, 40.631957176598846 ], [ -111.80674083666848, 40.631453476469808 ], [ -111.80684399610219, 40.631182495389091 ], [ -111.80618187737578, 40.631187119584929 ], [ -111.8052122378957, 40.631184875955476 ], [ -111.80306013469145, 40.631181844450516 ], [ -111.80051785339344, 40.631181478212291 ], [ -111.80038779417012, 40.631182379711753 ], [ -111.80016303887466, 40.631174928565798 ], [ -111.80006845035024, 40.631175583925597 ], [ -111.79622514690142, 40.631148094752199 ], [ -111.7959177340138, 40.63115021390513 ], [ -111.79121120374235, 40.631119495429374 ], [ -111.78648092183992, 40.631079738169809 ], [ -111.78419200113247, 40.632035991074481 ], [ -111.78234103063173, 40.632447089805773 ], [ -111.78061857634314, 40.633599605862599 ], [ -111.78034232389059, 40.635131417608413 ], [ -111.77934083518977, 40.635995086557287 ], [ -111.77743002043475, 40.637171887978752 ], [ -111.77702850070713, 40.637239813265211 ], [ -111.77471773594176, 40.637563886123473 ], [ -111.77556056980731, 40.711204264839743 ], [ -111.7590095690397, 40.711161133148764 ], [ -111.73884601443264, 40.710958635346536 ], [ -111.72095802066154, 40.710981656705272 ], [ -111.70183854528729, 40.710982373908031 ], [ -111.68277830726936, 40.710988582199043 ], [ -111.66369434695957, 40.710991779369458 ], [ -111.65920006696696, 40.711440935878578 ], [ -111.64685229042328, 40.712672897851938 ], [ -111.62728315685183, 40.712753870956419 ], [ -111.6076546602952, 40.7128228302591 ], [ -111.60619852623333, 40.7128304861956 ], [ -111.60615011023474, 40.712713628469793 ], [ -111.60594763122801, 40.712579562309024 ], [ -111.60567404086162, 40.712436860307598 ], [ -111.60553100046864, 40.712329507366832 ], [ -111.60533995432296, 40.712150337083692 ], [ -111.60510180049485, 40.711998439262587 ], [ -111.60486389230448, 40.711873565500952 ], [ -111.60467431612841, 40.711856541460612 ], [ -111.60443763115423, 40.711866789630072 ], [ -111.60412902052472, 40.711778318992572 ], [ -111.60397406432354, 40.711662017847942 ], [ -111.60387813723172, 40.71152739047912 ], [ -111.60380604976137, 40.711410655563924 ], [ -111.60370963520266, 40.711221978902465 ], [ -111.60346969914032, 40.710871897437301 ], [ -111.60333769066385, 40.710674397896724 ], [ -111.60301513596197, 40.710351773080063 ], [ -111.6029312945011, 40.71024410760684 ], [ -111.60271585426463, 40.7099839827384 ], [ -111.60251306562267, 40.709813877604788 ], [ -111.60210822170606, 40.7095547399936 ], [ -111.60184624646406, 40.709384942365539 ], [ -111.60154884003443, 40.70922433739333 ], [ -111.60128751573585, 40.70912660404899 ], [ -111.6010501108441, 40.709055771431096 ], [ -111.60082413943987, 40.708939835714631 ], [ -111.60063384407673, 40.708841731172683 ], [ -111.60049025302189, 40.708671314410346 ], [ -111.60039385183431, 40.708482634796162 ], [ -111.60026177631886, 40.708276123358424 ], [ -111.5999266828491, 40.707872477330334 ], [ -111.59979452917494, 40.707656957115184 ], [ -111.59948376294165, 40.707325252330392 ], [ -111.59931626083096, 40.707127932351348 ], [ -111.59905357569151, 40.706877054355289 ], [ -111.59888607598214, 40.706679733719902 ], [ -111.5986111535489, 40.706383875053227 ], [ -111.59832568618913, 40.706232208368839 ], [ -111.59813435445368, 40.706016992882468 ], [ -111.59804980107859, 40.705828249816825 ], [ -111.59789438589971, 40.705657890968538 ], [ -111.5975495761723, 40.705488512419258 ], [ -111.59727587174207, 40.70532777358833 ], [ -111.59712086198442, 40.705202454715085 ], [ -111.59704863232453, 40.705067698899633 ], [ -111.59682244008221, 40.704924730492024 ], [ -111.59656154134859, 40.704872027269936 ], [ -111.59647852089377, 40.704854439010148 ], [ -111.59626464969821, 40.704765457604296 ], [ -111.59578851721216, 40.704470631180726 ], [ -111.59551409902424, 40.7042288141539 ], [ -111.59526391814228, 40.70404993188955 ], [ -111.59499030523909, 40.703898195735924 ], [ -111.59473980646631, 40.703683279439865 ], [ -111.59448858843258, 40.703387288620753 ], [ -111.5942376128191, 40.703118321880424 ], [ -111.594094050442, 40.70294789679339 ], [ -111.59396232553688, 40.702777410616712 ], [ -111.5938657113746, 40.702561700510259 ], [ -111.59373262795602, 40.702238074298997 ], [ -111.59364793191656, 40.702031311323168 ], [ -111.59348973830483, 40.701545658522193 ], [ -111.59341640072121, 40.701284785151572 ], [ -111.59333122729362, 40.701023972553926 ], [ -111.59331891127022, 40.700969984046921 ], [ -111.59328180346844, 40.70079000206637 ], [ -111.59314872649749, 40.700466375038559 ], [ -111.59306339540078, 40.700187545741599 ], [ -111.59297846444717, 40.69995375749189 ], [ -111.59290560991448, 40.699746933055778 ], [ -111.59288065959096, 40.699602923011525 ], [ -111.59279596961437, 40.699396159274826 ], [ -111.59277189806082, 40.69935123969335 ], [ -111.59271120032288, 40.699180387237632 ], [ -111.59276862406846, 40.698981902374818 ], [ -111.59298095435011, 40.698899734190881 ], [ -111.5932749375642, 40.698682016457369 ], [ -111.59347479069235, 40.698527842379434 ], [ -111.59361530317788, 40.698355955821775 ], [ -111.59365033122489, 40.698301723871644 ], [ -111.59375549501075, 40.698148036184065 ], [ -111.59380139887385, 40.697985644583838 ], [ -111.59388273009985, 40.697814062078173 ], [ -111.59396414092311, 40.697651487740735 ], [ -111.59403339547838, 40.697452941335619 ], [ -111.59408921335776, 40.697074291228368 ], [ -111.59418165812502, 40.696821573532219 ], [ -111.59428649819472, 40.696631852431118 ], [ -111.5944617107741, 40.696369699753397 ], [ -111.59467274905843, 40.696143396830081 ], [ -111.59470793531838, 40.696107181010284 ], [ -111.59503756753628, 40.695907292351691 ], [ -111.59541437931001, 40.695689142144538 ], [ -111.59561429882658, 40.695543972608476 ], [ -111.5959314479839, 40.695272076650603 ], [ -111.59608338131186, 40.695055084847809 ], [ -111.5962704180772, 40.69479286832194 ], [ -111.59641083527364, 40.694611970127461 ], [ -111.59663385741146, 40.694403618949693 ], [ -111.59683360967256, 40.694240430858393 ], [ -111.59705654884218, 40.694023070640142 ], [ -111.5972090387673, 40.693869134953829 ], [ -111.59724414202182, 40.693823910136473 ], [ -111.59752609305018, 40.693588226409211 ], [ -111.59772535767658, 40.693370987414291 ], [ -111.59790127307286, 40.693189903578919 ], [ -111.59808894196605, 40.692999749936263 ], [ -111.59827669037216, 40.692818604217983 ], [ -111.59840590785271, 40.692709830759718 ], [ -111.59851169688577, 40.692628204555433 ], [ -111.59873494780321, 40.692446874024391 ], [ -111.5989580361761, 40.692247526608554 ], [ -111.59911067907079, 40.692111604878555 ], [ -111.59916936908951, 40.692057248414827 ], [ -111.59941628591338, 40.691875793727903 ], [ -111.59959275807601, 40.691757764923253 ], [ -111.59967422853892, 40.691604194766377 ], [ -111.59962470916204, 40.691361218492418 ], [ -111.59956432444426, 40.691226402390399 ], [ -111.59944379793504, 40.690983794764556 ], [ -111.59932359515855, 40.690777219915333 ], [ -111.59920347382641, 40.690579653158537 ], [ -111.59924766474315, 40.690228086468586 ], [ -111.59942364855118, 40.690056008533084 ], [ -111.59960043892787, 40.689974012635993 ], [ -111.59977714809811, 40.689883008239761 ], [ -111.59996552961977, 40.689773925614254 ], [ -111.60011913466363, 40.689746101308998 ], [ -111.60024834324811, 40.689637325793733 ], [ -111.60030678766466, 40.689555944060444 ], [ -111.60041143744466, 40.689348200901151 ], [ -111.60046931537723, 40.68920376147306 ], [ -111.60059795619657, 40.689031927955355 ], [ -111.60076161373387, 40.688805860172749 ], [ -111.60081932863764, 40.688643404103154 ], [ -111.60088831104216, 40.688417828793575 ], [ -111.60096912713107, 40.688192191835981 ], [ -111.60107409652569, 40.688020480981464 ], [ -111.60114396789263, 40.687893996049816 ], [ -111.60117768917462, 40.687695630097892 ], [ -111.60111592868014, 40.687407674779784 ], [ -111.60108967058477, 40.687119534577228 ], [ -111.6011696749794, 40.686803815116214 ], [ -111.60121522953462, 40.686605387499291 ], [ -111.60129628529967, 40.68640677496527 ], [ -111.60136558777523, 40.686217232245063 ], [ -111.60142354199718, 40.686081800527759 ], [ -111.60149316774843, 40.685928290660272 ], [ -111.60157462689585, 40.685774719088613 ], [ -111.60164384693789, 40.685576167956853 ], [ -111.60167805173592, 40.68543185120339 ], [ -111.60172368491608, 40.685242431590474 ], [ -111.6017681834922, 40.684926896669474 ], [ -111.60181357299848, 40.684710452303548 ], [ -111.6018232997028, 40.68447617650309 ], [ -111.60179744500128, 40.684233077508175 ], [ -111.6017243379311, 40.683999233438321 ], [ -111.60171201844577, 40.683945245693558 ], [ -111.60165106936984, 40.683747372835469 ], [ -111.60155364880235, 40.683441586061178 ], [ -111.60142089135101, 40.683154000589752 ], [ -111.60143070024476, 40.682928732989723 ], [ -111.60153541739432, 40.682729996910368 ], [ -111.60175830327387, 40.682512627559262 ], [ -111.60184000082926, 40.682386080459651 ], [ -111.60202665589503, 40.682087821488203 ], [ -111.60210705544102, 40.681817142372942 ], [ -111.60210494785125, 40.681582928151599 ], [ -111.60203200481797, 40.681367100636344 ], [ -111.60198216074997, 40.681088091989182 ], [ -111.60181253043903, 40.680647551814921 ], [ -111.6017753307421, 40.680458563772333 ], [ -111.60169047630515, 40.680233789414999 ], [ -111.60162928783105, 40.680008891666155 ], [ -111.60161502543899, 40.679738706036424 ], [ -111.60162434737863, 40.679459388833855 ], [ -111.60164655469873, 40.679297117128812 ], [ -111.60182169372986, 40.679034953020079 ], [ -111.60193888448975, 40.678908220766615 ], [ -111.60203224777317, 40.678763595307423 ], [ -111.60213719993158, 40.678591883330597 ], [ -111.60240715655202, 40.678347241102998 ], [ -111.60259558260182, 40.678247162472942 ], [ -111.60285337921884, 40.677966547988277 ], [ -111.60294649573829, 40.677794897057424 ], [ -111.60298036928076, 40.677614546795304 ], [ -111.60301440498898, 40.67745221300779 ], [ -111.60302437025955, 40.677244961583888 ], [ -111.60297590514207, 40.677119093341233 ], [ -111.60285547349055, 40.676885496838686 ], [ -111.6027001142868, 40.676715143218395 ], [ -111.60260342958449, 40.676490431139214 ], [ -111.60249515680542, 40.676292805451169 ], [ -111.60238777658624, 40.67619427037296 ], [ -111.60232829220455, 40.67615854602959 ], [ -111.60204246011669, 40.675952837401731 ], [ -111.60198200379918, 40.67580901389266 ], [ -111.60202771092143, 40.675628602146112 ], [ -111.60226289008376, 40.675465219531795 ], [ -111.60230883943441, 40.675311832417272 ], [ -111.60233080062179, 40.675122535738232 ], [ -111.60244498341906, 40.674662497707253 ], [ -111.60251378430443, 40.674418904522341 ], [ -111.60249911434778, 40.674103677505329 ], [ -111.60243768576784, 40.673851755173352 ], [ -111.60242471902482, 40.673725701391447 ], [ -111.60238752168803, 40.673536713305033 ], [ -111.60242123256461, 40.673338346575136 ], [ -111.60244303069044, 40.673131033312778 ], [ -111.60239408328688, 40.672951115192987 ], [ -111.60232187865375, 40.672816361754435 ], [ -111.60228476320302, 40.67263638185274 ], [ -111.60229513549999, 40.672474171575637 ], [ -111.60234100174101, 40.672311776130513 ], [ -111.60238581383558, 40.672032273364024 ], [ -111.60239537509253, 40.671779980520739 ], [ -111.60235809792083, 40.671581984098381 ], [ -111.60216677269814, 40.671357765141515 ], [ -111.60198841409823, 40.671259599748225 ], [ -111.60189295491467, 40.671170010631776 ], [ -111.60183250336321, 40.671026186892675 ], [ -111.60198501147978, 40.670881252991286 ], [ -111.6022671741957, 40.670681590579115 ], [ -111.60263158456924, 40.670418437467582 ], [ -111.60287922411698, 40.670327057888628 ], [ -111.60310198362657, 40.670100677545719 ], [ -111.60331315430621, 40.669901383362138 ], [ -111.60347781238222, 40.669792418705022 ], [ -111.60366605040949, 40.669674321851168 ], [ -111.60386611861077, 40.669556162817706 ], [ -111.60414875792699, 40.669410545373303 ], [ -111.60445481355725, 40.669237778608682 ], [ -111.60458397584884, 40.669128998187169 ], [ -111.60474757200572, 40.668902924418546 ], [ -111.60476993132279, 40.668758668405822 ], [ -111.60474496786307, 40.66861466025356 ], [ -111.60464926473627, 40.668498048607553 ], [ -111.6046015353371, 40.66845325513686 ], [ -111.60448225279056, 40.668345775498423 ], [ -111.60444537817766, 40.668192820945556 ], [ -111.60442114764489, 40.668129887013272 ], [ -111.60438476126805, 40.668030981974965 ], [ -111.60436036820205, 40.667950031513286 ], [ -111.60431125697806, 40.667752097540081 ], [ -111.60429780013688, 40.66757199430613 ], [ -111.60433158387818, 40.66738263513367 ], [ -111.60440028939843, 40.667130032361918 ], [ -111.60445724538179, 40.66688649973397 ], [ -111.6045252991922, 40.666561830801548 ], [ -111.6043333307735, 40.666265549113511 ], [ -111.60414290858405, 40.666140424026501 ], [ -111.60403570497921, 40.666059906730496 ], [ -111.60385695162579, 40.665916702748341 ], [ -111.60359538783683, 40.665773931412382 ], [ -111.60331048957526, 40.665667316152053 ], [ -111.6029075342294, 40.665588342754646 ], [ -111.60249250649019, 40.665482404881566 ], [ -111.60205373883129, 40.665367580612376 ], [ -111.60176860180911, 40.66523393671411 ], [ -111.60151838954917, 40.665037049353167 ], [ -111.6013869643744, 40.664893594937347 ], [ -111.60118447890035, 40.66474150168829 ], [ -111.60093459361909, 40.664580646091743 ], [ -111.60045889042352, 40.664303851546265 ], [ -111.60025648960011, 40.664160764896415 ], [ -111.60017150007658, 40.663917972067132 ], [ -111.60011065524377, 40.663729105820671 ], [ -111.60006115614027, 40.663486128429028 ], [ -111.5999287685642, 40.663234573012076 ], [ -111.59970166381292, 40.662974500718022 ], [ -111.5995343543205, 40.662786187037518 ], [ -111.59936607811814, 40.662489773816318 ], [ -111.59916215355408, 40.662175527933933 ], [ -111.59908956429199, 40.661995730719994 ], [ -111.59885023474199, 40.661690676639928 ], [ -111.59865983580508, 40.661565542246905 ], [ -111.59854073617571, 40.661476072741884 ], [ -111.59843362729049, 40.661404558356352 ], [ -111.59826680823586, 40.661270292400374 ], [ -111.59811165828468, 40.661117948364357 ], [ -111.59763438339587, 40.660660976178313 ], [ -111.59750297519257, 40.660517517113888 ], [ -111.59722881333747, 40.660284709383752 ], [ -111.59700172915294, 40.660024631502345 ], [ -111.59667953212923, 40.659710992511535 ], [ -111.59663149331043, 40.659630162465376 ], [ -111.59653573701702, 40.659504535440192 ], [ -111.59641600204223, 40.659342997397843 ], [ -111.59618916483508, 40.659109942684154 ], [ -111.59608134057692, 40.65895735148105 ], [ -111.59596072582792, 40.658696721798982 ], [ -111.59592467786676, 40.658633846951709 ], [ -111.59589877553046, 40.658381737043719 ], [ -111.59589396602071, 40.657841239857802 ], [ -111.59586902598382, 40.657697229351946 ], [ -111.5957958895364, 40.65745437181932 ], [ -111.59569925653628, 40.65722965285245 ], [ -111.59560286454055, 40.657031958657306 ], [ -111.59553077118592, 40.656906208673426 ], [ -111.59551862214633, 40.656870236522984 ], [ -111.59548265570172, 40.65681636979717 ], [ -111.59547050670481, 40.656780397640809 ], [ -111.5954462888448, 40.656717461612665 ], [ -111.59534933778625, 40.656456709149353 ], [ -111.59523935802719, 40.656060893204454 ], [ -111.59515543796792, 40.655935203927378 ], [ -111.59497585042071, 40.655692894415438 ], [ -111.59478451581462, 40.655459653825716 ], [ -111.5946881291207, 40.655261958769685 ], [ -111.59450774546104, 40.654929565542098 ], [ -111.59437531602988, 40.654668994826636 ], [ -111.59431473603337, 40.654507149934481 ], [ -111.59424168875896, 40.654273299514742 ], [ -111.59416872191858, 40.654048457331399 ], [ -111.59404780406983, 40.653751792131281 ], [ -111.59398554805894, 40.653400772797866 ], [ -111.59397268152929, 40.653283725779154 ], [ -111.59394535097911, 40.652869465775623 ], [ -111.59391993784314, 40.652671404894036 ], [ -111.59390659233264, 40.652500308060915 ], [ -111.59388133920662, 40.652320263753985 ], [ -111.59391450626889, 40.652058840584907 ], [ -111.59393680388725, 40.651905577826554 ], [ -111.59386360114259, 40.651653710433798 ], [ -111.59348327901191, 40.651448465420579 ], [ -111.59320956740801, 40.651260688931607 ], [ -111.59290101242995, 40.651145160389078 ], [ -111.59254482939306, 40.650993840581904 ], [ -111.59229541460014, 40.650878006920124 ], [ -111.59220031623347, 40.650824442396257 ], [ -111.5920455229468, 40.650708122885661 ], [ -111.5917844417272, 40.650610365351149 ], [ -111.59158273744518, 40.650539329181697 ], [ -111.59136904703692, 40.650450336616927 ], [ -111.59113074829294, 40.650253365071535 ], [ -111.59079783156719, 40.650056877159415 ], [ -111.59046579024483, 40.64995947965658 ], [ -111.59006310293965, 40.649898477071666 ], [ -111.58970756729317, 40.649819214863669 ], [ -111.58934020510578, 40.649740011917835 ], [ -111.58918621159089, 40.649713771605192 ], [ -111.58904412476926, 40.649696479064843 ], [ -111.58877169952119, 40.649652824842413 ], [ -111.58851118111124, 40.649618118008739 ], [ -111.58839306585469, 40.649636737353127 ], [ -111.58814500777922, 40.649674035921919 ], [ -111.58795592812872, 40.64969301624275 ], [ -111.58770747442263, 40.649685272310677 ], [ -111.58763611511776, 40.649640591898631 ], [ -111.58752919485245, 40.649587083666098 ], [ -111.58704135268216, 40.649256242291351 ], [ -111.58701761916292, 40.649247354228443 ], [ -111.58686323306249, 40.649176069226627 ], [ -111.58672028005735, 40.649059682344308 ], [ -111.58654129372046, 40.648880417299196 ], [ -111.5865054176988, 40.648835555939201 ], [ -111.586266902427, 40.648611549212134 ], [ -111.58609927277071, 40.648378173499346 ], [ -111.58592068387252, 40.648243949037052 ], [ -111.58581313700456, 40.648118372631131 ], [ -111.58568217267162, 40.648019941051224 ], [ -111.58551509768151, 40.647849622677278 ], [ -111.58536024411985, 40.6477242856975 ], [ -111.58511077512793, 40.647599427961289 ], [ -111.58497997016248, 40.64751901220334 ], [ -111.58490853633054, 40.64746532173961 ], [ -111.58471828254679, 40.647349171911642 ], [ -111.5846115254802, 40.647313677558181 ], [ -111.58443357108968, 40.647251517306856 ], [ -111.58430300331857, 40.647198125733702 ], [ -111.58390033799891, 40.647137101474755 ], [ -111.5837345256062, 40.647110913626193 ], [ -111.58354490257969, 40.647066828426311 ], [ -111.5833553582403, 40.647031751237108 ], [ -111.58291650862635, 40.646889827845705 ], [ -111.5827378516928, 40.646746590029743 ], [ -111.58245197086173, 40.646513805600414 ], [ -111.58229736099038, 40.646415489403687 ], [ -111.5820953661771, 40.646308403145731 ], [ -111.58188177996759, 40.646228401106846 ], [ -111.58146604488613, 40.646023294635008 ], [ -111.58116998588275, 40.645979741416014 ], [ -111.58089719015231, 40.645891026800633 ], [ -111.58065940676877, 40.645748083149414 ], [ -111.5803866906851, 40.645668375644192 ], [ -111.58013731654081, 40.645552515334302 ], [ -111.58006612265334, 40.645525846810848 ], [ -111.57973396320557, 40.64541040144676 ], [ -111.57948459113898, 40.645294539707784 ], [ -111.57935348579339, 40.645178084134066 ], [ -111.57919833838994, 40.645016705376818 ], [ -111.57906700051217, 40.644873224462422 ], [ -111.57887629716232, 40.644703014829084 ], [ -111.5788166977005, 40.64464926123074 ], [ -111.57869742125641, 40.644532745602881 ], [ -111.57866163062397, 40.644496890055933 ], [ -111.57863766649096, 40.644460975237315 ], [ -111.57845840296596, 40.64424566394451 ], [ -111.578363247244, 40.644183079486915 ], [ -111.57833943890159, 40.644165181275817 ], [ -111.57824412791355, 40.644084580044051 ], [ -111.5780530403096, 40.643869327311521 ], [ -111.57789782138772, 40.643698938390465 ], [ -111.57776617817466, 40.643519422573604 ], [ -111.57764651726252, 40.643357864117021 ], [ -111.57756272390857, 40.643241169782904 ], [ -111.57749075707567, 40.643124416242593 ], [ -111.57746632823751, 40.643034451126518 ], [ -111.57736892405079, 40.642710623953874 ], [ -111.57734410743062, 40.642575617100228 ], [ -111.57735352729512, 40.642296299406389 ], [ -111.57738753065739, 40.642124963538741 ], [ -111.57745592504205, 40.64182733347026 ], [ -111.5774778690422, 40.641629031675393 ], [ -111.57748752117141, 40.641376738956687 ], [ -111.57749756142481, 40.641169487940019 ], [ -111.57750892147492, 40.64111537874345 ], [ -111.57751903927183, 40.640917136059286 ], [ -111.57752900173534, 40.640700876681237 ], [ -111.57752706074191, 40.640475668093842 ], [ -111.5775131387766, 40.640232501950578 ], [ -111.5775460537762, 40.639935049163256 ], [ -111.57756892867137, 40.639844847428606 ], [ -111.57768516603028, 40.63961003895129 ], [ -111.57777813980285, 40.639420390413342 ], [ -111.57780015981675, 40.639231096831828 ], [ -111.57779883938757, 40.639077954961571 ], [ -111.57774812008185, 40.638681824409424 ], [ -111.57756809868538, 40.63837642792754 ], [ -111.57744813708814, 40.638178835666807 ], [ -111.57731588525925, 40.637927252300422 ], [ -111.57716068214154, 40.637756862107004 ], [ -111.57704157609865, 40.637658361224382 ], [ -111.57694619845269, 40.637568750407951 ], [ -111.5767435411849, 40.637380579238538 ], [ -111.57658857330847, 40.637237213292032 ], [ -111.57639805312139, 40.637085015851895 ], [ -111.576326249983, 40.63698627810485 ], [ -111.57630228982912, 40.636950362728186 ], [ -111.57617066433852, 40.636770844763781 ], [ -111.57621657062241, 40.63660845842832 ], [ -111.57632121461465, 40.636400735257254 ], [ -111.57635622492033, 40.636346508098484 ], [ -111.57649556818212, 40.636048524186478 ], [ -111.57648234844176, 40.635886432874244 ], [ -111.57646866386597, 40.635670291438529 ], [ -111.57654934591206, 40.635426652682945 ], [ -111.57658249557579, 40.635156224970764 ], [ -111.57656881085386, 40.634940083520831 ], [ -111.57660188272229, 40.634660647428277 ], [ -111.5766589137252, 40.634417126643243 ], [ -111.57666810317889, 40.634110783534872 ], [ -111.57670132928463, 40.633849364090153 ], [ -111.57671206871569, 40.633723188063705 ], [ -111.57659204062709, 40.633516586324895 ], [ -111.5764727105869, 40.633391059657384 ], [ -111.57629294183252, 40.63311268584328 ], [ -111.5760535105659, 40.632771548146167 ], [ -111.57579174859413, 40.632583669929211 ], [ -111.57555379146999, 40.632413689963116 ], [ -111.57525710054975, 40.632289045808889 ], [ -111.57490090291405, 40.632119653410264 ], [ -111.57456835559472, 40.631950142239987 ], [ -111.57427112829322, 40.631762436980779 ], [ -111.57383139534248, 40.631503369157599 ], [ -111.57354630454762, 40.631351636693751 ], [ -111.57316546656502, 40.631065247551859 ], [ -111.5726184793827, 40.630707611097264 ], [ -111.57235727349743, 40.630582783479156 ], [ -111.57214344148417, 40.630466729322244 ], [ -111.5719417416385, 40.630386649677703 ], [ -111.57170449350909, 40.630297736915033 ], [ -111.57150256428484, 40.630190631386711 ], [ -111.57120612094899, 40.630093001768891 ], [ -111.57085025199231, 40.629959630145976 ], [ -111.57064855519819, 40.629879548215044 ], [ -111.57048225389261, 40.629790282336742 ], [ -111.57031579974704, 40.629682999470731 ], [ -111.57005414247301, 40.62950411633085 ], [ -111.56976937494123, 40.629388407868049 ], [ -111.56930862846022, 40.629435723872575 ], [ -111.56896543156353, 40.629401380207149 ], [ -111.56886969428834, 40.629266720566768 ], [ -111.56864297888096, 40.629024600819868 ], [ -111.56846302525452, 40.628719189180913 ], [ -111.5684021499724, 40.628512287504854 ], [ -111.56835348057169, 40.628350369484593 ], [ -111.56829283506933, 40.628170492865593 ], [ -111.56823257167895, 40.62803565809606 ], [ -111.56820739745338, 40.627855606886023 ], [ -111.56816910195302, 40.627522471397988 ], [ -111.56807275833215, 40.627315743992128 ], [ -111.56797710218822, 40.627190091910649 ], [ -111.56789304089432, 40.627037356465905 ], [ -111.56788075964708, 40.626983364325575 ], [ -111.56784429753168, 40.62686642979417 ], [ -111.56783079557323, 40.626668303559569 ], [ -111.56788769941622, 40.626406769839633 ], [ -111.56782751476183, 40.626280943182664 ], [ -111.56774299725903, 40.626074157305645 ], [ -111.56769440756351, 40.625921247298763 ], [ -111.56766854917255, 40.625660120449702 ], [ -111.56759532224784, 40.625390217638518 ], [ -111.56756999828811, 40.625192149422581 ], [ -111.56748487300777, 40.624913296233402 ], [ -111.56744765032796, 40.624706277681504 ], [ -111.56744574429059, 40.624481068071546 ], [ -111.56749059622778, 40.624192567386061 ], [ -111.56752415868642, 40.623967183467521 ], [ -111.56760409711939, 40.62363346648862 ], [ -111.56757892636952, 40.623453414982158 ], [ -111.56741195903777, 40.6232830689721 ], [ -111.56694881522066, 40.623042106955289 ], [ -111.56667597935579, 40.622935340864608 ], [ -111.56609461409647, 40.622694955415589 ], [ -111.56580980632629, 40.62257022842379 ], [ -111.56535902741544, 40.622392260744412 ], [ -111.56473098827725, 40.622224166970831 ], [ -111.56420905190031, 40.622019516418483 ], [ -111.5636159565496, 40.621788184492303 ], [ -111.56292889065438, 40.621629377693495 ], [ -111.5620992790676, 40.621390181773855 ], [ -111.56110310463251, 40.621025666500877 ], [ -111.56059331208247, 40.620856975593931 ], [ -111.56010716668764, 40.620688167746231 ], [ -111.55978713720567, 40.620590622935914 ], [ -111.55951462323036, 40.620519873351633 ], [ -111.55945528637393, 40.620493134500101 ], [ -111.55911123868977, 40.620350660316966 ], [ -111.55856531421523, 40.620101056421611 ], [ -111.55807872950767, 40.61987818950783 ], [ -111.55774643508862, 40.619726645669495 ], [ -111.55757980157195, 40.619592318738206 ], [ -111.55750662208945, 40.61932240893514 ], [ -111.55751687139987, 40.619133175295573 ], [ -111.55753924224361, 40.618979918213455 ], [ -111.55762034837079, 40.618781333701385 ], [ -111.55768985682873, 40.618609831441532 ], [ -111.55785056813978, 40.618032493944142 ], [ -111.55804666699711, 40.617445976416541 ], [ -111.55835932882124, 40.616660702020532 ], [ -111.55855571944221, 40.616110217191682 ], [ -111.55876550436973, 40.615748851454811 ], [ -111.55892815170576, 40.61540573099748 ], [ -111.55901949407901, 40.615017911567612 ], [ -111.55905255518337, 40.614729470705875 ], [ -111.55901063441453, 40.613954918801149 ], [ -111.558937230385, 40.613657984395047 ], [ -111.55885253140332, 40.613424166028565 ], [ -111.55872092426917, 40.613235618414414 ], [ -111.55853073816205, 40.613110415394161 ], [ -111.5583053898406, 40.613021417151884 ], [ -111.55774845644883, 40.612861949981713 ], [ -111.55740437680254, 40.612710461825586 ], [ -111.55722579100194, 40.612558174312291 ], [ -111.5571660131544, 40.612477383680307 ], [ -111.55710631027166, 40.612405601434773 ], [ -111.5569866056768, 40.612226003166327 ], [ -111.55683114023192, 40.612010542058258 ], [ -111.55665248284663, 40.611849245198307 ], [ -111.55645078271036, 40.611760129328097 ], [ -111.55621399442708, 40.611716225995579 ], [ -111.55593052083182, 40.611744617153839 ], [ -111.55570637459506, 40.611799748526884 ], [ -111.55554095873249, 40.611809553078309 ], [ -111.55545828808066, 40.61181895947675 ], [ -111.55529264840563, 40.611801738403898 ], [ -111.55523339552707, 40.6117840057045 ], [ -111.5549843399896, 40.611686106130342 ], [ -111.55481795564972, 40.611578800132584 ], [ -111.55460428907337, 40.611471720945858 ], [ -111.554331817587, 40.61140095874169 ], [ -111.55415413527625, 40.61135676748269 ], [ -111.55397600681633, 40.611258525392479 ], [ -111.55383334079301, 40.611160112980798 ], [ -111.55360711302376, 40.610963004335609 ], [ -111.55347515383343, 40.610729408397823 ], [ -111.55326982054652, 40.610198873919032 ], [ -111.55320826660554, 40.609901878861784 ], [ -111.55318247146518, 40.609640747635702 ], [ -111.55324016175035, 40.609469304383801 ], [ -111.55326320806471, 40.609397123702081 ], [ -111.55326253940159, 40.609316047831186 ], [ -111.55336840206508, 40.609252479175183 ], [ -111.55345032666084, 40.609152989986669 ], [ -111.55355581721633, 40.609044379009056 ], [ -111.5536380386629, 40.608980923408083 ], [ -111.55380240672238, 40.608845003601438 ], [ -111.55390811936834, 40.608763417593565 ], [ -111.5542132123272, 40.608491690421523 ], [ -111.55443444522987, 40.608085233208143 ], [ -111.55448083214007, 40.607976905073151 ], [ -111.55457367998409, 40.607769257174759 ], [ -111.55473632994298, 40.607426142133598 ], [ -111.55479446138423, 40.607308748664508 ], [ -111.55485251812037, 40.607182346734064 ], [ -111.55495710912055, 40.606965633299858 ], [ -111.55515461837869, 40.606550279812389 ], [ -111.55537576471696, 40.606134812306898 ], [ -111.55563281499784, 40.605773224383633 ], [ -111.55578370979825, 40.605439173108316 ], [ -111.5559578690151, 40.605059965679708 ], [ -111.55602803981432, 40.604969539974391 ], [ -111.55618064841381, 40.604842682117273 ], [ -111.55633333113261, 40.604724832492167 ], [ -111.5565801955007, 40.604561484894575 ], [ -111.55695647428819, 40.604325442450467 ], [ -111.55729781603272, 40.604152628904892 ], [ -111.55742730551027, 40.604088942490627 ], [ -111.55756853925524, 40.604016190444419 ], [ -111.55779190909072, 40.603870971247837 ], [ -111.55816690575934, 40.603481781543167 ], [ -111.55843515034729, 40.603048062808945 ], [ -111.55884424561341, 40.602496547685313 ], [ -111.5591115061345, 40.601945717734587 ], [ -111.5592615492836, 40.601512569100521 ], [ -111.55929460335233, 40.601224127546992 ], [ -111.5592567441915, 40.60093602934689 ], [ -111.55920819266322, 40.600783114856569 ], [ -111.55907645962759, 40.600576550208523 ], [ -111.55895737154164, 40.600469020992975 ], [ -111.55890972140817, 40.60042420758402 ], [ -111.55877896516749, 40.600334752238346 ], [ -111.55863654055565, 40.60026337077516 ], [ -111.55858896576949, 40.600227565666117 ], [ -111.55852964731595, 40.600200826124251 ], [ -111.5584821476035, 40.600174029406624 ], [ -111.55842222952498, 40.600075222315645 ], [ -111.55840928641319, 40.599940152901368 ], [ -111.55847847399265, 40.59973261600166 ], [ -111.55857159824133, 40.599560998499953 ], [ -111.5586648720077, 40.599407397796085 ], [ -111.55901305025569, 40.598639965168687 ], [ -111.55926637404508, 40.597836955510317 ], [ -111.55941325353415, 40.597025451968094 ], [ -111.5596545984162, 40.596204481659655 ], [ -111.56004987019922, 40.59541879973392 ], [ -111.56043436818214, 40.594759291938267 ], [ -111.56071317739267, 40.594181375168816 ], [ -111.56087501095151, 40.593748166674224 ], [ -111.56092062496464, 40.593549751388373 ], [ -111.56094298016295, 40.593396493077243 ], [ -111.56097670099831, 40.593189126705091 ], [ -111.56097527051726, 40.593017966274587 ], [ -111.56092672101549, 40.592865052285326 ], [ -111.56083014955935, 40.592622283342237 ], [ -111.56061322374663, 40.592118842988647 ], [ -111.56049196698575, 40.591750070172473 ], [ -111.56031237781758, 40.591471668297785 ], [ -111.56013294048967, 40.591211283016555 ], [ -111.56003659981467, 40.59099553865105 ], [ -111.56001206382373, 40.590887551853484 ], [ -111.56002312933299, 40.590797410074444 ], [ -111.56011601198185, 40.59059876582382 ], [ -111.5603383543808, 40.590336431860166 ], [ -111.56049069616375, 40.590182542914469 ], [ -111.5610076296965, 40.589819680869518 ], [ -111.56137154187736, 40.589529630789691 ], [ -111.56159455410096, 40.58934837045517 ], [ -111.56168803311793, 40.589221792525336 ], [ -111.5618279494181, 40.588995891692761 ], [ -111.56190908299614, 40.588806311913565 ], [ -111.56214058899681, 40.588228621272087 ], [ -111.56227959633887, 40.587894618479325 ], [ -111.56252427116857, 40.587479021607464 ], [ -111.56276924504482, 40.587099458009092 ], [ -111.5629091533503, 40.586873555837691 ], [ -111.56315419843429, 40.586502999863235 ], [ -111.5635729299572, 40.585708181549919 ], [ -111.56366594645964, 40.585527551289914 ], [ -111.56375903810756, 40.58535592940423 ], [ -111.56381690809684, 40.585211505823629 ], [ -111.5639100745893, 40.585048892264197 ], [ -111.5639684736735, 40.584967527767212 ], [ -111.56401528364891, 40.584913246290434 ], [ -111.56423834918856, 40.584740989308813 ], [ -111.56440339407061, 40.584695138902418 ], [ -111.56482884428389, 40.584702068172128 ], [ -111.56525399120646, 40.584672962073213 ], [ -111.56538389081203, 40.584663317527166 ], [ -111.566056868239, 40.58459695990873 ], [ -111.56652965768804, 40.584612659746909 ], [ -111.56671848458511, 40.584584707037102 ], [ -111.56687186353872, 40.584556927981829 ], [ -111.56746174624804, 40.584445925825314 ], [ -111.56776865510891, 40.584408382438582 ], [ -111.56788666171886, 40.584389784713288 ], [ -111.56814562047303, 40.584271396656113 ], [ -111.56838071782835, 40.584126098964838 ], [ -111.56859180108887, 40.58393587489153 ], [ -111.56882620944972, 40.583709500282808 ], [ -111.56906069258086, 40.583492133646388 ], [ -111.56938885947118, 40.583175207734584 ], [ -111.569810860234, 40.582776738643673 ], [ -111.57009321107955, 40.582631204343549 ], [ -111.57036435729954, 40.582557795264108 ], [ -111.57077690670495, 40.582438642821046 ], [ -111.5716018477092, 40.58218231664857 ], [ -111.57180232764647, 40.582136280321528 ], [ -111.57209756142223, 40.582116800879916 ], [ -111.57222760855178, 40.582125165560448 ], [ -111.57248785651048, 40.582159911367363 ], [ -111.57267736539055, 40.582213024952466 ], [ -111.57293815196257, 40.582310828835617 ], [ -111.57305684532425, 40.582373301832604 ], [ -111.5733415718356, 40.5825070213251 ], [ -111.57407629259787, 40.582755619325752 ], [ -111.57465641319902, 40.582887867152181 ], [ -111.57510610106837, 40.582966708581935 ], [ -111.57543771073655, 40.58305514534986 ], [ -111.57572229034695, 40.583170842033603 ], [ -111.57580530901103, 40.583206463523432 ], [ -111.57586454188785, 40.583224185891225 ], [ -111.57597119205381, 40.58325968945033 ], [ -111.5761607067365, 40.583312797270615 ], [ -111.57642096123692, 40.583347534163842 ], [ -111.57649201009554, 40.583365197245953 ], [ -111.57685798714661, 40.583327334914301 ], [ -111.57723655389474, 40.583379496717541 ], [ -111.57749673170301, 40.583405222747835 ], [ -111.57783961965228, 40.583430534477351 ], [ -111.57798109795459, 40.58339379138787 ], [ -111.57807523577029, 40.583348276224008 ], [ -111.57821648104118, 40.583284507551362 ], [ -111.57850985505985, 40.583048809334926 ], [ -111.57860360389859, 40.582958251583584 ], [ -111.57872082841308, 40.582849558503824 ], [ -111.57886098477279, 40.582659671000833 ], [ -111.5790133442798, 40.582514766262776 ], [ -111.57916609163203, 40.582414903484377 ], [ -111.57927188735668, 40.582351311247592 ], [ -111.57944826494335, 40.582251329593589 ], [ -111.57973098130371, 40.582150814038634 ], [ -111.58048499126308, 40.581894780436649 ], [ -111.58155762069642, 40.581592094158559 ], [ -111.58266560815056, 40.581280210756873 ], [ -111.58312570148284, 40.581196809701751 ], [ -111.58345645167151, 40.581186130765758 ], [ -111.58365731176822, 40.581185116066244 ], [ -111.5840945561839, 40.581191914821346 ], [ -111.58452022061434, 40.581225796983759 ], [ -111.58499314669518, 40.581259438243293 ], [ -111.58580966040157, 40.581399441505653 ], [ -111.5867082552578, 40.581466951551803 ], [ -111.58738109933316, 40.581391461606927 ], [ -111.58781755671987, 40.58130816205739 ], [ -111.58825353950827, 40.581170810349718 ], [ -111.58870007215164, 40.580889262090096 ], [ -111.58898284769407, 40.580797732422674 ], [ -111.58920670452672, 40.580724520246278 ], [ -111.58974885903883, 40.580568603654044 ], [ -111.59045531416864, 40.580285721309984 ], [ -111.59069034885324, 40.580140378545622 ], [ -111.59091317109618, 40.579950053662174 ], [ -111.59107675833087, 40.579742013810815 ], [ -111.59134691747131, 40.579560454680383 ], [ -111.5915468201825, 40.57945132529666 ], [ -111.59193401466831, 40.579143041878204 ], [ -111.59238994927229, 40.578591166415478 ], [ -111.59290296177811, 40.577813775546112 ], [ -111.59326555643302, 40.5773975079575 ], [ -111.59354671866978, 40.577125798868515 ], [ -111.59369990982704, 40.577079967517697 ], [ -111.5938651542924, 40.577061100477799 ], [ -111.59404245225386, 40.577069197696055 ], [ -111.59424385761251, 40.57713122358728 ], [ -111.59429119558213, 40.577139988888227 ], [ -111.59453977993286, 40.577192762709686 ], [ -111.59571189965587, 40.57746599773985 ], [ -111.59580657644888, 40.577483527111966 ], [ -111.59710890788757, 40.577783102734998 ], [ -111.59740475548949, 40.577835626062395 ], [ -111.59787806447817, 40.577914256757211 ], [ -111.59833875724715, 40.577902862622032 ], [ -111.59850376150511, 40.577856963720677 ], [ -111.59851557618742, 40.577856902507222 ], [ -111.59862174773149, 40.577838334716638 ], [ -111.59885691669508, 40.577710992275215 ], [ -111.59945697142126, 40.577428606410777 ], [ -111.59982137364359, 40.577219511879164 ], [ -111.60009174030556, 40.577064957676896 ], [ -111.60039722712305, 40.576874185011441 ], [ -111.6006791638296, 40.57669254282029 ], [ -111.60097259101282, 40.576474804859927 ], [ -111.60126593564526, 40.576248057753908 ], [ -111.60172306506976, 40.575840280358307 ], [ -111.60209781224302, 40.575468965858079 ], [ -111.60233102738178, 40.575125414661798 ], [ -111.60254004618508, 40.574718927396098 ], [ -111.60267745070311, 40.574231733917721 ], [ -111.60269719876631, 40.573799207118263 ], [ -111.60264687155562, 40.573457134170482 ], [ -111.60258166007328, 40.572772803272237 ], [ -111.60238884256535, 40.572350393844168 ], [ -111.60202958707737, 40.571811736744543 ], [ -111.60193168777757, 40.571433875937039 ], [ -111.60191850196982, 40.571280794483535 ], [ -111.60189245341412, 40.571010665210075 ], [ -111.60184285894374, 40.570749667423385 ], [ -111.60179253855468, 40.570407593875906 ], [ -111.601813663453, 40.570128209955499 ], [ -111.60196287749797, 40.569640955428497 ], [ -111.60206604786673, 40.569289073188074 ], [ -111.60226226833424, 40.568774546709363 ], [ -111.6026220898942, 40.5680609721256 ], [ -111.60288869473449, 40.567492024280057 ], [ -111.60313458100165, 40.567247502152455 ], [ -111.60345053291816, 40.566912525127798 ], [ -111.60389561152483, 40.5664867838967 ], [ -111.60391899394003, 40.566459635144341 ], [ -111.60429392026984, 40.56611533862992 ], [ -111.60457458559912, 40.565798560742955 ], [ -111.60497199427786, 40.565328020565182 ], [ -111.60541664693891, 40.564857231417307 ], [ -111.60557982804998, 40.56461313740229 ], [ -111.60566105274856, 40.564450552432014 ], [ -111.6057197082381, 40.564405200692661 ], [ -111.60576679500731, 40.564386936113451 ], [ -111.60592035487488, 40.564386130807009 ], [ -111.60600369094803, 40.564457764426486 ], [ -111.60612270796159, 40.564556237310896 ], [ -111.60630103091198, 40.564681425361236 ], [ -111.60656155316499, 40.564752128525001 ], [ -111.60725978505168, 40.56489260183011 ], [ -111.60805202990745, 40.564978523070756 ], [ -111.60870285425128, 40.565101219470172 ], [ -111.60912916294875, 40.565216087380669 ], [ -111.60986455938539, 40.565545534584189 ], [ -111.61043376883744, 40.565785766937729 ], [ -111.61044566321951, 40.565794712926134 ], [ -111.61045747575447, 40.565794650506568 ], [ -111.61070635781709, 40.565883423478979 ], [ -111.61096664350221, 40.565927091409051 ], [ -111.6110965816281, 40.56592640413956 ], [ -111.61119083623363, 40.565898878999505 ], [ -111.61126154762614, 40.565880487195571 ], [ -111.61134382561647, 40.565835007622837 ], [ -111.61144956459231, 40.565771386140973 ], [ -111.61161362790857, 40.565626376241603 ], [ -111.61206020518398, 40.565371763593276 ], [ -111.61207201764101, 40.565371701009163 ], [ -111.61227233685111, 40.565316586468121 ], [ -111.61262629954301, 40.565269665751337 ], [ -111.61311126710086, 40.565339163668568 ], [ -111.61371485395266, 40.565462082486015 ], [ -111.61422295480565, 40.565477399800407 ], [ -111.61423476727649, 40.565477336995016 ], [ -111.61432918467334, 40.565467826107749 ], [ -111.61465976896334, 40.565448049996299 ], [ -111.61504933288417, 40.565418950109603 ], [ -111.61581573897705, 40.565261716987393 ], [ -111.61653588378269, 40.565212831744518 ], [ -111.61733904543085, 40.565199533772748 ], [ -111.61843759987121, 40.565193658107532 ], [ -111.61848476659254, 40.565184396762355 ], [ -111.61954788332838, 40.565178700256411 ], [ -111.61987846447221, 40.565158909231478 ], [ -111.62025671081237, 40.565183905542256 ], [ -111.6203631888164, 40.56520135148309 ], [ -111.62050518730454, 40.565227615381026 ], [ -111.62084849644076, 40.565306850425578 ], [ -111.62174790797103, 40.565482190069886 ], [ -111.62219711492418, 40.565515806927806 ], [ -111.62271686311982, 40.565513006471534 ], [ -111.62301209102939, 40.565502405875684 ], [ -111.62336738406563, 40.565599586465162 ], [ -111.62382915779554, 40.56571420868466 ], [ -111.62434982820442, 40.565810493089828 ], [ -111.62481143746433, 40.565907094590564 ], [ -111.6251426910034, 40.565959355543157 ], [ -111.6253438394146, 40.56599430222068 ], [ -111.62547377731784, 40.565993598779833 ], [ -111.62550929879595, 40.566002415287784 ], [ -111.62562725640373, 40.565983758871617 ], [ -111.62566261011725, 40.565974558571121 ], [ -111.62570986024765, 40.56597430266109 ], [ -111.62579246406756, 40.565964846391658 ], [ -111.62586342316726, 40.565973470820026 ], [ -111.625946194818, 40.565982031201173 ], [ -111.62614692392509, 40.56597193457722 ], [ -111.62628892621605, 40.565998191333449 ], [ -111.62641928405826, 40.566042528725681 ], [ -111.62651412041566, 40.566078049782618 ], [ -111.62659714431763, 40.56611363483217 ], [ -111.62662076942759, 40.566113506688097 ], [ -111.62665629111531, 40.566122322841601 ], [ -111.6267272504857, 40.566130946737061 ], [ -111.62679795774743, 40.566112545453592 ], [ -111.62683339541036, 40.566112353174084 ], [ -111.62708137496135, 40.566101998535217 ], [ -111.6272591519626, 40.566164095237667 ], [ -111.62741338826876, 40.566235328351851 ], [ -111.62754357901393, 40.566261647710668 ], [ -111.62770912344415, 40.566278765996458 ], [ -111.62787483632975, 40.566313900796864 ], [ -111.6280762398076, 40.566375867823936 ], [ -111.62825401843673, 40.566437962980189 ], [ -111.62882363735115, 40.566714137637497 ], [ -111.62913194737902, 40.56683858267543 ], [ -111.62936879162878, 40.566900354424497 ], [ -111.62965246496142, 40.56691682629527 ], [ -111.63011341328243, 40.566941339504382 ], [ -111.63055048288146, 40.56693895471453 ], [ -111.6306212744706, 40.566929559465521 ], [ -111.63069215060598, 40.566929172543681 ], [ -111.63099936511792, 40.566936503749837 ], [ -111.63143711194347, 40.567006182560874 ], [ -111.63219473532706, 40.56717320679131 ], [ -111.63296409030282, 40.567331152931224 ], [ -111.63348461594944, 40.567409379215121 ], [ -111.63368602777263, 40.567471336386653 ], [ -111.6338167332093, 40.567551698818463 ], [ -111.63393596616746, 40.567668159377256 ], [ -111.63404355674523, 40.567802701368976 ], [ -111.63428125929875, 40.567954546604632 ], [ -111.63464890468369, 40.568105677548303 ], [ -111.63512252726622, 40.568220189403462 ], [ -111.63527618022604, 40.568228353372973 ], [ -111.63544164612873, 40.56823645216047 ], [ -111.63557158811578, 40.568235737329985 ], [ -111.63581957391101, 40.568225363888331 ], [ -111.63591399188159, 40.568215835357776 ], [ -111.63638591065057, 40.5681501748331 ], [ -111.63683445889747, 40.568111667703072 ], [ -111.63748425288433, 40.568117092621947 ], [ -111.6376730024801, 40.568089024411748 ], [ -111.63779070363975, 40.568043330510974 ], [ -111.6378964207061, 40.567979685008012 ], [ -111.63802499328908, 40.567834833722813 ], [ -111.63808328740399, 40.567753432294417 ], [ -111.63817650635255, 40.56761778493388 ], [ -111.63845444879362, 40.567030675267752 ], [ -111.63873315722503, 40.566524640123809 ], [ -111.6389894359493, 40.566144851974286 ], [ -111.63923252800281, 40.565620994897486 ], [ -111.63948888625031, 40.565250213986111 ], [ -111.64000253819928, 40.564607742386237 ], [ -111.64038822150304, 40.564173181068213 ], [ -111.64064516916116, 40.563865456094888 ], [ -111.64079735222408, 40.563720470715509 ], [ -111.64083253077999, 40.563693249078113 ], [ -111.64087926363172, 40.563638936829626 ], [ -111.64099592355645, 40.563485139410417 ], [ -111.64120553183716, 40.563168666984289 ], [ -111.64143816008824, 40.562789004503657 ], [ -111.64170639339962, 40.562427161439196 ], [ -111.6419872963113, 40.562155335694733 ], [ -111.64245692697321, 40.561855433363363 ], [ -111.64275110103179, 40.561736682170817 ], [ -111.64298647400452, 40.561645284024223 ], [ -111.64331565011207, 40.561481292391974 ], [ -111.64350360213328, 40.561372139573017 ], [ -111.64416212022262, 40.561062169167343 ], [ -111.64466872379914, 40.560924210739756 ], [ -111.64482192884221, 40.560887320365545 ], [ -111.64497444201086, 40.560778362949847 ], [ -111.64504427379516, 40.560669867012351 ], [ -111.64519488329682, 40.560362725493832 ], [ -111.64535842754312, 40.560172626412246 ], [ -111.64555697247732, 40.559937287325432 ], [ -111.64563792147648, 40.559756658182458 ], [ -111.64568352251428, 40.559585235382379 ], [ -111.64570576032818, 40.559440969662148 ], [ -111.64577082850474, 40.558837013685803 ], [ -111.6458820145892, 40.55811568485278 ], [ -111.64601820582351, 40.557538357486941 ], [ -111.64607327724542, 40.557123642759095 ], [ -111.64618670940357, 40.556636530815027 ], [ -111.64630178587083, 40.556320577566062 ], [ -111.64647652148459, 40.556067352277346 ], [ -111.64675789882409, 40.555849565144726 ], [ -111.64722659675927, 40.555459560002518 ], [ -111.6477189972036, 40.555078428904388 ], [ -111.64810579248565, 40.554769958937264 ], [ -111.64843344502775, 40.554452810782053 ], [ -111.64869031903218, 40.554145067966907 ], [ -111.64892261332582, 40.553738365311425 ], [ -111.64918981357444, 40.553277412941078 ], [ -111.64948097869259, 40.552852360598735 ], [ -111.6497844727424, 40.552481291253763 ], [ -111.64987712460548, 40.552291584281377 ], [ -111.64993469424, 40.552138109991226 ], [ -111.64996838226418, 40.551957743476244 ], [ -111.65003593201523, 40.551615027124782 ], [ -111.65008090673352, 40.551380543953172 ], [ -111.65013899790367, 40.551281119711021 ], [ -111.65029130647588, 40.551154138608645 ], [ -111.65047947987331, 40.551071999637273 ], [ -111.65066817598417, 40.551043910522395 ], [ -111.65094006424792, 40.55106940551115 ], [ -111.65114135533499, 40.551122324318442 ], [ -111.65123600878917, 40.551139808515721 ], [ -111.65170980080212, 40.551281278479529 ], [ -111.65232531375436, 40.551421946388359 ], [ -111.65281048251056, 40.551518303336721 ], [ -111.65314159816521, 40.551561476158987 ], [ -111.65321254532074, 40.551570083900209 ], [ -111.65372072302858, 40.551603244979404 ], [ -111.65407528424115, 40.551628264759088 ], [ -111.65470173774354, 40.551678769551529 ], [ -111.65551741505095, 40.551755224011146 ], [ -111.65621499437401, 40.551832343554771 ], [ -111.65672255930126, 40.551802432963015 ], [ -111.65707615393066, 40.55172835169099 ], [ -111.65742939535117, 40.551618235953974 ], [ -111.65800623037016, 40.551425766257623 ], [ -111.6590305121662, 40.55109560945683 ], [ -111.65963078084553, 40.550884980278404 ], [ -111.66016018714745, 40.550674752913636 ], [ -111.66074801892708, 40.55040112704966 ], [ -111.6613821096375, 40.550028136041384 ], [ -111.66160480842166, 40.549855692819861 ], [ -111.66169848731873, 40.54977407667824 ], [ -111.66179234335382, 40.549710477145446 ], [ -111.66183878351677, 40.549629131469345 ], [ -111.6618499722626, 40.549566005422136 ], [ -111.66184881929721, 40.5494488969725 ], [ -111.66181143961117, 40.549250916387301 ], [ -111.66177521297209, 40.549170044240974 ], [ -111.66161752263916, 40.548747531370672 ], [ -111.66159221939495, 40.548576508086605 ], [ -111.66154214517742, 40.548288511552421 ], [ -111.66134929649732, 40.547893226112187 ], [ -111.66132479181015, 40.54780327784998 ], [ -111.66126379620142, 40.547605432202381 ], [ -111.66124915168301, 40.547317232701658 ], [ -111.66136361008375, 40.546947214537205 ], [ -111.66156011004466, 40.546513664509753 ], [ -111.66186111447317, 40.545899338385986 ], [ -111.6622214237064, 40.545311698091851 ], [ -111.6624182684839, 40.54491417995802 ], [ -111.66257950738805, 40.544498847948866 ], [ -111.66281070791716, 40.543993025770625 ], [ -111.6631231430125, 40.543342595128166 ], [ -111.6633782189589, 40.54286366127748 ], [ -111.66352915003479, 40.542601537634589 ], [ -111.66365619663434, 40.542312524398568 ], [ -111.66367785714594, 40.542114205033634 ], [ -111.6637559799114, 40.541654304311962 ], [ -111.66386011902688, 40.541437493307541 ], [ -111.66397677716346, 40.541292681158922 ], [ -111.6640941465143, 40.541219935702507 ], [ -111.66424729579198, 40.541183019878765 ], [ -111.66503656663642, 40.540989293450643 ], [ -111.6656252749391, 40.540814734983059 ], [ -111.66631944868668, 40.540558485575104 ], [ -111.66710763367909, 40.540256644911011 ], [ -111.66784858009007, 40.539955071930223 ], [ -111.66814225510375, 40.539800223359762 ], [ -111.66842358371643, 40.539591392286681 ], [ -111.66864623005351, 40.539418935598881 ], [ -111.66889240111962, 40.539237333426414 ], [ -111.6691748903435, 40.539145609030889 ], [ -111.66944619881038, 40.539117010777176 ], [ -111.66965810969489, 40.539052720707566 ], [ -111.66997503293152, 40.538861697267393 ], [ -111.67020957026918, 40.538698177471417 ], [ -111.67044401665865, 40.538525648860109 ], [ -111.67096076512523, 40.538243374363653 ], [ -111.67133734790471, 40.538115062765819 ], [ -111.67162036879377, 40.53807738249246 ], [ -111.67192754441213, 40.538093614247238 ], [ -111.67215152726592, 40.538056275994734 ], [ -111.67222228233616, 40.538046855493882 ], [ -111.67226942235517, 40.538037572355606 ], [ -111.67249295442768, 40.537955191739066 ], [ -111.67266889559626, 40.537837052309563 ], [ -111.67287998812944, 40.537691681307635 ], [ -111.67306719443035, 40.537519422469948 ], [ -111.67349901716352, 40.537012409650416 ], [ -111.67364971532746, 40.536732256260272 ], [ -111.67373011028869, 40.536506565828944 ], [ -111.67377409041144, 40.536181990149373 ], [ -111.67387584216945, 40.535730953355817 ], [ -111.67410801162175, 40.535333208830956 ], [ -111.67431701599155, 40.534980643360456 ], [ -111.67454872857518, 40.534537856227693 ], [ -111.67475709561738, 40.534122231551947 ], [ -111.6749894352118, 40.533742501917814 ], [ -111.67515120334083, 40.53339021080123 ], [ -111.67526737110929, 40.533200345641895 ], [ -111.67541904855909, 40.533019281663819 ], [ -111.67565373330324, 40.532873767607271 ], [ -111.67580685708299, 40.532836836610734 ], [ -111.67603063914079, 40.532781474277002 ], [ -111.67633597991295, 40.532617527668961 ], [ -111.67657111429737, 40.532517053476028 ], [ -111.6771832403152, 40.532333290085539 ], [ -111.67777102387409, 40.532077595265747 ], [ -111.6781582756044, 40.531841092344877 ], [ -111.67831112310404, 40.531777133033586 ], [ -111.67844063009791, 40.531740337189497 ], [ -111.67859402235372, 40.531730427543145 ], [ -111.67867684887821, 40.531747958817725 ], [ -111.67877157274404, 40.531774429014632 ], [ -111.67889027315786, 40.531836793750756 ], [ -111.67905647229327, 40.531925905839948 ], [ -111.67964970614327, 40.53221070177409 ], [ -111.68020770761142, 40.532513719798366 ], [ -111.6805044200524, 40.532665123476633 ], [ -111.68062303248016, 40.532718478063352 ], [ -111.68095507531615, 40.53286066358126 ], [ -111.68112082360143, 40.532904730978892 ], [ -111.68133343351302, 40.532912486334276 ], [ -111.68148664542497, 40.532884556167254 ], [ -111.68169843364382, 40.53281123586477 ], [ -111.68198033010162, 40.532665430427912 ], [ -111.68233187653465, 40.532402097693485 ], [ -111.68298865016523, 40.531965791516527 ], [ -111.68338796360453, 40.531756226419738 ], [ -111.68377629232593, 40.531627804792024 ], [ -111.68407062688401, 40.53154498274008 ], [ -111.68437603384221, 40.531390023383203 ], [ -111.68454068060329, 40.5313259859523 ], [ -111.68467045829283, 40.531316208142997 ], [ -111.68472958151551, 40.531324866659197 ], [ -111.68487153233986, 40.531351051970908 ], [ -111.68520284311117, 40.5314211586767 ], [ -111.68624409682278, 40.531640200907155 ], [ -111.68700172771483, 40.531833893829763 ], [ -111.68764111450336, 40.532010267798761 ], [ -111.68850667123672, 40.53236546811285 ], [ -111.6892540793361, 40.532712357886375 ], [ -111.68934899324583, 40.532756835996963 ], [ -111.69016743448397, 40.533121313737624 ], [ -111.69034527324362, 40.533192322266174 ], [ -111.69055862475697, 40.533272127145331 ], [ -111.69099639560937, 40.533359598591687 ], [ -111.69160010921578, 40.53350913728471 ], [ -111.69261780194775, 40.533728262898947 ], [ -111.69318619499613, 40.533887013866654 ], [ -111.69348229213963, 40.53397532573667 ], [ -111.69369537107137, 40.534028099839887 ], [ -111.69433479582763, 40.53420443638359 ], [ -111.6944059155619, 40.534231035572212 ], [ -111.69499839601933, 40.534434677144127 ], [ -111.69541331141609, 40.534594340190459 ], [ -111.69565103237773, 40.5347460598542 ], [ -111.69587704070494, 40.534906858427782 ], [ -111.69592454795801, 40.534933598884088 ], [ -111.69625644701492, 40.535057723415122 ], [ -111.69649342522905, 40.535137374902831 ], [ -111.6967066034523, 40.535199151691785 ], [ -111.69675401791874, 40.535216883501803 ], [ -111.69732290005318, 40.535420655385849 ], [ -111.69772592649306, 40.535571372964405 ], [ -111.69791577356736, 40.535660314983751 ], [ -111.69792767408046, 40.535669251960591 ], [ -111.69796318867238, 40.535678046290791 ], [ -111.69798689623418, 40.535686911936921 ], [ -111.69805792546083, 40.535704500549571 ], [ -111.69806982600052, 40.53571343751149 ], [ -111.69821151052219, 40.535712581406557 ], [ -111.69831739978676, 40.535675906031152 ], [ -111.69845833582681, 40.535602983259409 ], [ -111.69858690315283, 40.535476081932714 ], [ -111.69873870960772, 40.535313004479498 ], [ -111.69890279030838, 40.535194896886686 ], [ -111.69907877099243, 40.535085725921995 ], [ -111.69923085632924, 40.534949672714077 ], [ -111.6993942795747, 40.534768506364479 ], [ -111.6996161739492, 40.5345329325744 ], [ -111.69986224275415, 40.534351265101222 ], [ -111.70074268471386, 40.533859450158211 ], [ -111.70141369448321, 40.533666192550449 ], [ -111.70179085016798, 40.533600840333484 ], [ -111.70212124866332, 40.533580815341296 ], [ -111.70262902906889, 40.533586737450243 ], [ -111.70298322881708, 40.533584582978641 ], [ -111.70343178756792, 40.533572844133623 ], [ -111.70444659362579, 40.53351260830123 ], [ -111.70513232311063, 40.533598514103296 ], [ -111.70540463193907, 40.533668922837116 ], [ -111.70553478873732, 40.533695154723887 ], [ -111.70567646878104, 40.53369428950073 ], [ -111.70590032280681, 40.53364787778785 ], [ -111.70609980668543, 40.533529543678874 ], [ -111.70641650457692, 40.53332941289176 ], [ -111.70673414707406, 40.533219364078981 ], [ -111.70744102613085, 40.53307089640257 ], [ -111.70798327432108, 40.532986495322398 ], [ -111.70844353959082, 40.532965656434648 ], [ -111.70886819508893, 40.532927016464633 ], [ -111.70942186671201, 40.53280650310451 ], [ -111.71041151986232, 40.532602227548978 ], [ -111.71136679554463, 40.532497252661287 ], [ -111.71208717936327, 40.532510832945754 ], [ -111.71261942374232, 40.532597640141809 ], [ -111.71286812314158, 40.532668176897083 ], [ -111.71292725097602, 40.532676820941582 ], [ -111.71296267039462, 40.532676602390509 ], [ -111.71306902414425, 40.532684954943932 ], [ -111.71317499587737, 40.532657274312989 ], [ -111.71333942664717, 40.532575179519228 ], [ -111.71336275294975, 40.532548008921701 ], [ -111.71347957528191, 40.532430172406649 ], [ -111.71384203739082, 40.532094605761046 ], [ -111.71402854871776, 40.531868231774091 ], [ -111.71419020286488, 40.531524895916213 ], [ -111.71440945136032, 40.531046070777727 ], [ -111.71473380311862, 40.53045848872538 ], [ -111.71501140410598, 40.529916239351486 ], [ -111.71532374782521, 40.529310712129849 ], [ -111.71561391180573, 40.528840454377956 ], [ -111.71593872196853, 40.528297910266083 ], [ -111.71636853037081, 40.527637598997011 ], [ -111.71680111373749, 40.527238526046681 ], [ -111.71718743051284, 40.526929827330243 ], [ -111.71734013301497, 40.526856808470022 ], [ -111.71769227819915, 40.526665435492902 ], [ -111.71799806510445, 40.526555429337712 ], [ -111.71843322905218, 40.526399573676628 ], [ -111.71883172378173, 40.526126829205005 ], [ -111.71925363319266, 40.525835919866061 ], [ -111.71995683955811, 40.525354070337734 ], [ -111.72021510686127, 40.52521732777749 ], [ -111.720367995055, 40.52516232149398 ], [ -111.72055668426387, 40.525143127240099 ], [ -111.72063951314992, 40.525160628429646 ], [ -111.72082868481851, 40.525186475074101 ], [ -111.721148002847, 40.525238535831946 ], [ -111.72138420235078, 40.525246070309244 ], [ -111.72139600749787, 40.525245996607076 ], [ -111.72152615392324, 40.525272210603639 ], [ -111.72166800898104, 40.52528934245624 ], [ -111.72175103159243, 40.525324859376923 ], [ -111.72194107405821, 40.525431778584007 ], [ -111.72202448367129, 40.525503328366199 ], [ -111.72208399301859, 40.525548000840061 ], [ -111.72209599157827, 40.525565943596114 ], [ -111.7223820245393, 40.525816404055 ], [ -111.7225718759012, 40.525905305667493 ], [ -111.72263128921358, 40.525940969586756 ], [ -111.72292738877903, 40.526029206087244 ], [ -111.72324739021246, 40.526144318822602 ], [ -111.723722315392, 40.526393593428168 ], [ -111.72418621440572, 40.526715006104375 ], [ -111.72443606770774, 40.526893617217439 ], [ -111.72444806713639, 40.526911559717604 ], [ -111.72466260250623, 40.527099400626831 ], [ -111.72495068998677, 40.527539027912695 ], [ -111.72515322900564, 40.527708925418757 ], [ -111.72522483927791, 40.527780546898626 ], [ -111.72526045024716, 40.527798341110575 ], [ -111.72546269941158, 40.527941213288713 ], [ -111.72566465793284, 40.528057060339762 ], [ -111.72585442272701, 40.52813694817867 ], [ -111.7262935655189, 40.528350401397738 ], [ -111.72640059476164, 40.528421799495533 ], [ -111.7264363036502, 40.528448601589446 ], [ -111.72651972178397, 40.528520148015836 ], [ -111.72657982052868, 40.528618867610852 ], [ -111.72656976602975, 40.528781090370195 ], [ -111.726571225396, 40.528916214135414 ], [ -111.72660819947257, 40.529060123430575 ], [ -111.72664420069088, 40.529113950205172 ], [ -111.72666829884059, 40.529158842965103 ], [ -111.72675162079391, 40.529221380955448 ], [ -111.7267874275714, 40.529257191182253 ], [ -111.72691787580811, 40.529310423751568 ], [ -111.72700090612915, 40.52934593680861 ], [ -111.7272852204464, 40.529434236191676 ], [ -111.72765227410792, 40.529531022706237 ], [ -111.72793571275417, 40.529538246245195 ], [ -111.72797113040338, 40.529538023107747 ], [ -111.72829047437125, 40.529590063860987 ], [ -111.72843292540828, 40.529661236778793 ], [ -111.72845663476146, 40.529670096165688 ], [ -111.72859928127363, 40.529759285365735 ], [ -111.72864670009847, 40.529777004065046 ], [ -111.72875344133826, 40.529821375188931 ], [ -111.72891911479914, 40.529856365591407 ], [ -111.72895463022188, 40.529865150395743 ], [ -111.72916703945339, 40.529854801281274 ], [ -111.72937896026119, 40.529799410557501 ], [ -111.7295909784135, 40.529753027691086 ], [ -111.72979158126178, 40.52974275197834 ], [ -111.73002789505014, 40.529759276877208 ], [ -111.7302644045253, 40.529793817776003 ], [ -111.7305482357723, 40.529837067860733 ], [ -111.73085558137691, 40.529871159653936 ], [ -111.73117463530895, 40.529896167678309 ], [ -111.7313875339344, 40.529930855683233 ], [ -111.73152949912321, 40.529956983547187 ], [ -111.73171898217819, 40.530009836903893 ], [ -111.73179001390103, 40.530027404772063 ], [ -111.73228821759605, 40.530240460990456 ], [ -111.73258562378973, 40.530445779478107 ], [ -111.73263402521331, 40.530553578888487 ], [ -111.73265793164744, 40.530580453876588 ], [ -111.73270652952469, 40.530706269723929 ], [ -111.73271872808334, 40.530742227799763 ], [ -111.73289935253942, 40.531065401110091 ], [ -111.7330783098413, 40.531235434125286 ], [ -111.73338841298086, 40.531521749646934 ], [ -111.73361567841165, 40.53179057259208 ], [ -111.73367608526787, 40.531916313020297 ], [ -111.73374898650398, 40.532105036058709 ], [ -111.73391702697212, 40.532356216755289 ], [ -111.73408359405619, 40.532472273733426 ], [ -111.73429689562846, 40.532542989197552 ], [ -111.73435612428918, 40.532560630482521 ], [ -111.7346518745078, 40.532612803531542 ], [ -111.73484146586402, 40.53267465988511 ], [ -111.73492430761637, 40.532692150698345 ], [ -111.73497163171821, 40.532700858532166 ], [ -111.73506608307375, 40.532700257685498 ], [ -111.73510140388463, 40.532691024120254 ], [ -111.73526551210331, 40.532581873671162 ], [ -111.73539439762361, 40.532490964883721 ], [ -111.73559372694029, 40.532363572081508 ], [ -111.73612175983793, 40.532062917001753 ], [ -111.73628547045128, 40.531917732212875 ], [ -111.73637745531298, 40.531691924635311 ], [ -111.73647966773662, 40.531321910094817 ], [ -111.73663795022243, 40.530681272290401 ], [ -111.73670543234367, 40.530374540907836 ], [ -111.73670217680463, 40.53007726936832 ], [ -111.73665159905988, 40.529771290666496 ], [ -111.7366265076483, 40.529636317758857 ], [ -111.73666879888233, 40.52918560519695 ], [ -111.73676008826422, 40.528896739639244 ], [ -111.736899685072, 40.528706663380717 ], [ -111.73716943969912, 40.528542783206944 ], [ -111.73739246408236, 40.528424244936417 ], [ -111.73755527435031, 40.528197984289065 ], [ -111.73769427481132, 40.527953857699494 ], [ -111.7377966721838, 40.52760185832993 ], [ -111.73791304766416, 40.527447964536726 ], [ -111.73808785696193, 40.527239644204123 ], [ -111.7383226808462, 40.527121028752035 ], [ -111.73859232676276, 40.526948137067698 ], [ -111.73870800693945, 40.526731184872936 ], [ -111.73875255769352, 40.526487660759564 ], [ -111.73878490719196, 40.526208179181026 ], [ -111.73890853236153, 40.525639830284938 ], [ -111.73908036532289, 40.525161261509098 ], [ -111.73925377948623, 40.524826824169402 ], [ -111.73963651255019, 40.524202763168589 ], [ -111.73980009758642, 40.524048565206009 ], [ -111.7399055491033, 40.523975819073556 ], [ -111.74012914810334, 40.523911324992554 ], [ -111.74043557888986, 40.523864317453153 ], [ -111.74081244158668, 40.523780822100065 ], [ -111.74112988232467, 40.523661671203449 ], [ -111.74208110490063, 40.523205122812868 ], [ -111.74262074235719, 40.522895354405478 ], [ -111.74316146922587, 40.522684674004331 ], [ -111.74370259093064, 40.52251002400024 ], [ -111.74382053743176, 40.522500255939576 ], [ -111.74395048769273, 40.522508428208276 ], [ -111.74421058756438, 40.522542788756788 ], [ -111.74429361841941, 40.522578289421602 ], [ -111.7444239675191, 40.522622494054943 ], [ -111.74484051973766, 40.522926111121699 ], [ -111.74583900224863, 40.523541282179487 ], [ -111.74642173360279, 40.523924900474547 ], [ -111.74687331760994, 40.524192248344214 ], [ -111.7471814452731, 40.524298362631576 ], [ -111.74739483426281, 40.524378062338535 ], [ -111.74771386756684, 40.524403024891797 ], [ -111.74784362166483, 40.524393176312522 ], [ -111.74828020358416, 40.524372332134334 ], [ -111.74857562729983, 40.524397445199028 ], [ -111.74867016694239, 40.524405841548273 ], [ -111.74879992088941, 40.524395991896291 ], [ -111.74908283792597, 40.524358122673938 ], [ -111.74960104996562, 40.524246655653847 ], [ -111.74982474066955, 40.524191151098933 ], [ -111.74997820419195, 40.524190155126192 ], [ -111.75013206942442, 40.524225191791366 ], [ -111.75016758453383, 40.524233970085561 ], [ -111.75036877001841, 40.524277708071423 ], [ -111.7504520071553, 40.524331220671442 ], [ -111.75074893910647, 40.524491451309984 ], [ -111.75100965318592, 40.52457984569191 ], [ -111.75112810495649, 40.524615111191622 ], [ -111.75156669956867, 40.524774418734339 ], [ -111.75201700056472, 40.524924639553852 ], [ -111.75231383809727, 40.525075857892865 ], [ -111.7527664608221, 40.525433264434064 ], [ -111.75299297562357, 40.525629983419968 ], [ -111.75306420971404, 40.525665554618584 ], [ -111.75315925584466, 40.525718988281596 ], [ -111.753325233916, 40.525780968294605 ], [ -111.75395302700625, 40.525966059626022 ], [ -111.75442685061678, 40.526107108641909 ], [ -111.75481783742322, 40.526230679159291 ], [ -111.75516099798065, 40.52630050778366 ], [ -111.75525574328576, 40.526326915103532 ], [ -111.7553623950525, 40.526362253367225 ], [ -111.7554456387104, 40.52641576229184 ], [ -111.75554068777127, 40.526469193962448 ], [ -111.7557200941025, 40.52667522442129 ], [ -111.75594834239114, 40.527025076759166 ], [ -111.75603401685831, 40.527294781889033 ], [ -111.7561785168328, 40.527546084267236 ], [ -111.75634581870929, 40.527725166355879 ], [ -111.75654803153198, 40.527858975342781 ], [ -111.75669030559492, 40.527912096826093 ], [ -111.75685639362622, 40.52798307985595 ], [ -111.75718887489744, 40.52815206975631 ], [ -111.75751066799347, 40.528420226152356 ], [ -111.75761742569496, 40.528464570469602 ], [ -111.75777171042967, 40.528535629563599 ], [ -111.75790157232727, 40.528534777825428 ], [ -111.75807814918072, 40.528488575193037 ], [ -111.75823111456859, 40.528442527236827 ], [ -111.75865611648859, 40.528439737502922 ], [ -111.75882180142897, 40.528474684927282 ], [ -111.75890474558172, 40.528501166735225 ], [ -111.7591533751215, 40.528562595427758 ], [ -111.75916518074975, 40.528562517861843 ], [ -111.75924802347713, 40.528579991236022 ], [ -111.75946103329917, 40.528623635611403 ], [ -111.75960371808756, 40.528712786200323 ], [ -111.75978243068658, 40.528855752822977 ], [ -111.76006841313685, 40.529088102095521 ], [ -111.76017517355446, 40.529132444019545 ], [ -111.76027012837878, 40.529176863524285 ], [ -111.7605541788558, 40.529238056114629 ], [ -111.76105032574699, 40.52926181579177 ], [ -111.76115667938053, 40.52927012408054 ], [ -111.76120390236788, 40.529269812986492 ], [ -111.76192384878105, 40.529247050055254 ], [ -111.76237216063853, 40.529217066374265 ], [ -111.76254873609889, 40.529170856926584 ], [ -111.76264287553632, 40.529143209052677 ], [ -111.76267767993748, 40.529088926219117 ], [ -111.76271228002099, 40.529016627021662 ], [ -111.76267573954065, 40.528917770859401 ], [ -111.76263930129028, 40.52882792286011 ], [ -111.76261487302236, 40.528756013283164 ], [ -111.76262484054847, 40.528593788169225 ], [ -111.76267053118939, 40.528458353815651 ], [ -111.76274034346439, 40.528367804470847 ], [ -111.76290398717308, 40.528222582472644 ], [ -111.76317275588566, 40.527977568566072 ], [ -111.76338249528985, 40.527732944037197 ], [ -111.76352140061033, 40.52748878721215 ], [ -111.76353289933226, 40.527461684669404 ], [ -111.76373052367562, 40.527190112990702 ], [ -111.76398819601127, 40.52700823248064 ], [ -111.7641992596468, 40.526880712786628 ], [ -111.76448135897647, 40.52677074044567 ], [ -111.76471623625898, 40.526661079954494 ], [ -111.76499741195705, 40.526470032780558 ], [ -111.76524286304394, 40.526252194960513 ], [ -111.76548821005234, 40.526025348449778 ], [ -111.76571097036887, 40.525888739642198 ], [ -111.76588650931203, 40.525752443414902 ], [ -111.76600312464141, 40.525625546416677 ], [ -111.76606091930793, 40.52551705699824 ], [ -111.76609561653368, 40.525453764968191 ], [ -111.76613062142162, 40.525417497453198 ], [ -111.76622393340976, 40.525317781303585 ], [ -111.76637555197701, 40.525154616379595 ], [ -111.76647994988596, 40.524991764501159 ], [ -111.76651454382713, 40.52491946417048 ], [ -111.76653743536698, 40.524856250318841 ], [ -111.76657243970884, 40.524819982671268 ], [ -111.76667724721631, 40.524693163315369 ], [ -111.76686448333096, 40.5245477791171 ], [ -111.76708723596624, 40.524411167691454 ], [ -111.76759176265972, 40.524137551479967 ], [ -111.767860600845, 40.523901534975003 ], [ -111.76805901999045, 40.523702021373275 ], [ -111.76837517650722, 40.523474697979943 ], [ -111.76870385594185, 40.523310352411826 ], [ -111.76899732571255, 40.523164257956736 ], [ -111.7691960482482, 40.522991766945879 ], [ -111.76940616234015, 40.522783164304926 ], [ -111.76961679029382, 40.522619602147437 ], [ -111.7697577236144, 40.522555601358576 ], [ -111.76989896587375, 40.522518624914852 ], [ -111.77012242729649, 40.52244506490932 ], [ -111.77042779782377, 40.522307896356573 ], [ -111.77072208487293, 40.522233862936005 ], [ -111.77102869183405, 40.52220479085257 ], [ -111.77139432088754, 40.522175323944147 ], [ -111.77171252510963, 40.522128154907058 ], [ -111.77231279509986, 40.521970993746699 ], [ -111.77265388247361, 40.52186060715934 ], [ -111.77288976383232, 40.521841011907 ], [ -111.77311415113164, 40.521848519653744 ], [ -111.77345616842297, 40.521819204204441 ], [ -111.77378544871677, 40.521708893313139 ], [ -111.77399647703588, 40.52158135592925 ], [ -111.77433652300677, 40.521380882767524 ], [ -111.7745483787462, 40.521325409699422 ], [ -111.77478415389923, 40.52129680243678 ], [ -111.7753035435079, 40.521293318642137 ], [ -111.77538627746424, 40.521301772348863 ], [ -111.77544498758857, 40.521274351787419 ], [ -111.77583286786496, 40.521127606354675 ], [ -111.77618450243862, 40.520909032230151 ], [ -111.77654877054648, 40.520762443002425 ], [ -111.77743044380314, 40.520441204304269 ], [ -111.77826447546032, 40.520084244334534 ], [ -111.77864043432734, 40.519928560912945 ], [ -111.77893365895278, 40.519764425157177 ], [ -111.77932027094366, 40.519509570250428 ], [ -111.77971941454516, 40.51931769150638 ], [ -111.77997805734994, 40.519225857326418 ], [ -111.78070666145365, 40.518941662206117 ], [ -111.78098817738301, 40.518786609200482 ], [ -111.78109347106603, 40.518704817744798 ], [ -111.78116303933362, 40.518596241132194 ], [ -111.78123187537658, 40.518424607400277 ], [ -111.78125370518947, 40.518271309169805 ], [ -111.78115603371789, 40.517992694791793 ], [ -111.78110672780468, 40.517812850865738 ], [ -111.78103329215178, 40.517588125700918 ], [ -111.78106588033577, 40.517344666139167 ], [ -111.78116981242972, 40.517145768586033 ], [ -111.78140264143522, 40.5168649195898 ], [ -111.78169563672748, 40.516682760613044 ], [ -111.78200053854592, 40.516509529178265 ], [ -111.78268199584274, 40.51623464948571 ], [ -111.78282237932794, 40.516125592159618 ], [ -111.78292724748466, 40.51600776643825 ], [ -111.78307775649401, 40.515754498364345 ], [ -111.78316914321125, 40.515492621943551 ], [ -111.78328329700342, 40.515158520192642 ], [ -111.78350483153262, 40.514922787792514 ], [ -111.78370422670766, 40.514813329238528 ], [ -111.78399794132933, 40.514694221579965 ], [ -111.78493988011083, 40.514489631888942 ], [ -111.78590562951484, 40.51430289031817 ], [ -111.78630651232891, 40.514264127661932 ], [ -111.7865184408042, 40.514217641029127 ], [ -111.7866829463018, 40.514153459139983 ], [ -111.78698824502042, 40.514016247290712 ], [ -111.7875288641781, 40.513814369041164 ], [ -111.78778800217525, 40.513767558326741 ], [ -111.78790529357349, 40.513703696570872 ], [ -111.78798654321052, 40.513586027281796 ], [ -111.78802026458034, 40.513441655464192 ], [ -111.78805388034475, 40.513288275487241 ], [ -111.78808612486183, 40.513017789579827 ], [ -111.78818813096245, 40.512656739159631 ], [ -111.7882106816359, 40.512566496665642 ], [ -111.78824535144092, 40.512503198100063 ], [ -111.78826811297137, 40.512430971890076 ], [ -111.78833755777281, 40.512313382861571 ], [ -111.78853556545602, 40.512086810140673 ], [ -111.78869858615072, 40.511896511351672 ], [ -111.78893020434859, 40.511516557767202 ], [ -111.78907846337891, 40.51107411086857 ], [ -111.78914537092984, 40.510740325782507 ], [ -111.78908971374081, 40.510019996208435 ], [ -111.78904860521938, 40.509533797850644 ], [ -111.78903532485285, 40.509407764322873 ], [ -111.78904374837329, 40.509119422889576 ], [ -111.7891817835648, 40.50881217859984 ], [ -111.78937988389984, 40.508594612571024 ], [ -111.78958915104737, 40.508322916655068 ], [ -111.79003117839413, 40.507770354174447 ], [ -111.79053083245122, 40.507100280382865 ], [ -111.79076200096949, 40.506684290458033 ], [ -111.79092362676984, 40.506376882560474 ], [ -111.79113235163952, 40.506060143109359 ], [ -111.79146919715279, 40.505598383799807 ], [ -111.79166526828006, 40.50520965900116 ], [ -111.79168590537155, 40.50495726903911 ], [ -111.79160043604939, 40.504714614837042 ], [ -111.79152729815701, 40.504516920490524 ], [ -111.7914308757817, 40.504346412197791 ], [ -111.79139483663225, 40.504292605738172 ], [ -111.79119093343512, 40.504014726699992 ], [ -111.79064162424821, 40.503468944596399 ], [ -111.79048641160368, 40.503316855454905 ], [ -111.79018789519873, 40.503021603979832 ], [ -111.78964998071081, 40.502439703581381 ], [ -111.78955451675262, 40.502350267039368 ], [ -111.78919584292763, 40.501956326214852 ], [ -111.78907498402357, 40.501713911666592 ], [ -111.78904969346094, 40.501569942207823 ], [ -111.78902503631981, 40.501480021721051 ], [ -111.78900954130391, 40.501164816556305 ], [ -111.78908634079485, 40.500668803489184 ], [ -111.78909381359757, 40.500299388143745 ], [ -111.78910360859412, 40.500128152421468 ], [ -111.78918336218344, 40.499884367868901 ], [ -111.78922771378984, 40.499640825034056 ], [ -111.78931736632076, 40.499234812790974 ], [ -111.78941818457389, 40.498774670850011 ], [ -111.78935590982127, 40.498495820690209 ], [ -111.78934263139021, 40.498369786943492 ], [ -111.78933009207526, 40.498306810368014 ], [ -111.7893508418107, 40.498063428629344 ], [ -111.78954891053255, 40.497845862210923 ], [ -111.78993630817259, 40.497672045893964 ], [ -111.79053631696981, 40.497514791845902 ], [ -111.79097165095364, 40.497403706361567 ], [ -111.79142973672836, 40.497220392307305 ], [ -111.79206397259004, 40.4969637981362 ], [ -111.79247665442782, 40.496933942251438 ], [ -111.79278302998934, 40.49689580532565 ], [ -111.79312416861883, 40.496803375671881 ], [ -111.79352303241191, 40.496602441973707 ], [ -111.7939932241496, 40.496446061308184 ], [ -111.7947707418101, 40.496332610020133 ], [ -111.79507636885324, 40.496231409936051 ], [ -111.79519362294197, 40.496167540943738 ], [ -111.79551126121304, 40.4960842748416 ], [ -111.79587599150415, 40.495991674670748 ], [ -111.79689959084808, 40.495732371837406 ], [ -111.79726463715646, 40.49566679177962 ], [ -111.7974053809935, 40.495593749599536 ], [ -111.79786503728023, 40.49554553257348 ], [ -111.79829885128142, 40.495308305537087 ], [ -111.79850985729783, 40.49518973218116 ], [ -111.79862678584033, 40.495098835283848 ], [ -111.7988724415965, 40.494916959571945 ], [ -111.79930496516431, 40.494571630977539 ], [ -111.79976204593243, 40.494307210837036 ], [ -111.80003236464565, 40.494215250886988 ], [ -111.80016173099446, 40.494178319676848 ], [ -111.80046776819836, 40.494113138068407 ], [ -111.80066814505977, 40.494093732197861 ], [ -111.80104519236703, 40.494046074847205 ], [ -111.80208107736874, 40.493831685454339 ], [ -111.80262202576478, 40.493674778598411 ], [ -111.8027207314245, 40.493619949592855 ], [ -111.80286820232763, 40.493537935230655 ], [ -111.80298479991956, 40.493420009544216 ], [ -111.80303135292689, 40.493365632720597 ], [ -111.80313615062406, 40.493247788872459 ], [ -111.8032641168423, 40.493093748324348 ], [ -111.80342328990707, 40.492588143869398 ], [ -111.80343455187732, 40.49254302111023 ], [ -111.80354781552809, 40.492145842325677 ], [ -111.80366430207521, 40.492018907813382 ], [ -111.80366408712749, 40.492000891520618 ], [ -111.80370977878286, 40.491874449253203 ], [ -111.80385029264885, 40.491783383025805 ], [ -111.80408573608335, 40.491736700641653 ], [ -111.80440441787087, 40.491743491791965 ], [ -111.80453431496257, 40.491751596464709 ], [ -111.80477051113432, 40.49176796970287 ], [ -111.80506548734847, 40.491765915210941 ], [ -111.80512415958326, 40.491738479791543 ], [ -111.80520589145172, 40.491665839209652 ], [ -111.80537043166339, 40.491610639307872 ], [ -111.80575462722614, 40.491175534356472 ], [ -111.80592783930288, 40.490859015257058 ], [ -111.80599723146443, 40.490741415687381 ], [ -111.8060553634833, 40.490668939086532 ], [ -111.80648620519356, 40.490188461827493 ], [ -111.80673106662907, 40.489943512630902 ], [ -111.80683596046258, 40.489834673614425 ], [ -111.80689419870288, 40.489771204739299 ], [ -111.80726711515607, 40.489381217908722 ], [ -111.80737222317345, 40.489290394696809 ], [ -111.80763157654309, 40.489270564747621 ], [ -111.80786722452658, 40.489241891031909 ], [ -111.80806672016244, 40.489150407346379 ], [ -111.80824283427337, 40.489077104633445 ], [ -111.80848844203534, 40.488895208752687 ], [ -111.8088400186858, 40.488694552950776 ], [ -111.80918087675339, 40.488584060098205 ], [ -111.80975813594841, 40.48850794567845 ], [ -111.8103706807816, 40.488422572062824 ], [ -111.81104145703723, 40.488273724282891 ], [ -111.81181982693187, 40.488241232526235 ], [ -111.8122807252053, 40.488301056285827 ], [ -111.8124463376184, 40.48833592774119 ], [ -111.812706663656, 40.488397159639135 ], [ -111.81278957874561, 40.488423603220731 ], [ -111.81389031595269, 40.488704141219166 ], [ -111.81457724215427, 40.488915514994972 ], [ -111.81519349027732, 40.489136392130355 ], [ -111.81547741894987, 40.489197451272851 ], [ -111.81565450652671, 40.48920521046113 ], [ -111.81585508218529, 40.489203794672548 ], [ -111.81606723815337, 40.48918427897658 ], [ -111.81639683375882, 40.489118888867857 ], [ -111.81674915209042, 40.488981266085709 ], [ -111.81684299417583, 40.488935558375722 ], [ -111.81687828050018, 40.488926300071611 ], [ -111.81697212242028, 40.488880592257928 ], [ -111.81708956121132, 40.488834717536704 ], [ -111.81805189690488, 40.488404491646797 ], [ -111.8184616679073, 40.488140332432884 ], [ -111.81894124014052, 40.487794597108717 ], [ -111.81945543522282, 40.487385552029394 ], [ -111.81954905407072, 40.48732182591241 ], [ -111.81966583079206, 40.487221899895168 ], [ -111.81981767289714, 40.487094698334232 ], [ -111.8200751496596, 40.486921702566235 ], [ -111.82089695938403, 40.486582539000466 ], [ -111.82102607976688, 40.486527568407062 ], [ -111.82143648660647, 40.486317447481426 ], [ -111.8216359548297, 40.486225940590138 ], [ -111.82219896228766, 40.485951669681185 ], [ -111.82280662665121, 40.48546987347423 ], [ -111.82304005360758, 40.485261006720414 ], [ -111.82308669480767, 40.485215630068446 ], [ -111.82353082905827, 40.484870128024099 ], [ -111.82369478669087, 40.484769861711776 ], [ -111.82374164737178, 40.48474250102506 ], [ -111.82378861815107, 40.484724148432349 ], [ -111.82395312583353, 40.484668922321461 ], [ -111.82407110332836, 40.484668081152542 ], [ -111.82426019790812, 40.484693759367033 ], [ -111.8243669287538, 40.484738042595147 ], [ -111.82440265269169, 40.484764814463951 ], [ -111.82443826643429, 40.484782578210144 ], [ -111.82456793164039, 40.484772644259969 ], [ -111.82462692047011, 40.484772223375892 ], [ -111.82476860392414, 40.484780221241721 ], [ -111.82493377265445, 40.484779042403495 ], [ -111.82502804447917, 40.484769360565849 ], [ -111.82518119476278, 40.484750249375097 ], [ -111.82600516050543, 40.484591212046915 ], [ -111.82612269601096, 40.484554336353995 ], [ -111.82620483823666, 40.484517713569353 ], [ -111.82652194005206, 40.484398330547762 ], [ -111.82669824232184, 40.484343016182876 ], [ -111.8268040898658, 40.484315232299878 ], [ -111.82689825019749, 40.484296540838457 ], [ -111.82712207428668, 40.484267912497224 ], [ -111.82739463747268, 40.484365059361757 ], [ -111.82778739186564, 40.484641522696101 ], [ -111.82793007156464, 40.484730589616838 ], [ -111.82812016412707, 40.484837334425613 ], [ -111.82825071469445, 40.484899461167792 ], [ -111.82854610220481, 40.484933379449444 ], [ -111.82859329333388, 40.484933041119199 ], [ -111.82862879746463, 40.48494179546028 ], [ -111.82868745400501, 40.484914348198323 ], [ -111.82872284734063, 40.484914094409255 ], [ -111.82882913815594, 40.484922341078011 ], [ -111.82893520734483, 40.484912571447282 ], [ -111.82905285259478, 40.484884700887214 ], [ -111.82912341752709, 40.484866176874014 ], [ -111.82952265627998, 40.484710160759917 ], [ -111.83130492643026, 40.482850530806786 ], [ -111.83147955326537, 40.482660087734196 ], [ -111.83261210109086, 40.482651934121272 ], [ -111.83344982570888, 40.482654904800981 ], [ -111.8334382382982, 40.481718062952126 ], [ -111.83448807777145, 40.48170147850697 ], [ -111.83491277689376, 40.481698411207134 ], [ -111.83494370386263, 40.481337831836392 ], [ -111.83495471968477, 40.481274689960536 ], [ -111.8349775325988, 40.481211462853544 ], [ -111.83500045709232, 40.481157243834538 ], [ -111.83507001176652, 40.481057643398898 ], [ -111.83509271286889, 40.480985408175826 ], [ -111.83511552555966, 40.480922181040718 ], [ -111.83512642952215, 40.480850031053343 ], [ -111.83511362775724, 40.48076904346032 ], [ -111.8350890290052, 40.480688141105759 ], [ -111.83504094792745, 40.480616417311417 ], [ -111.83499297857101, 40.480553701588867 ], [ -111.83481345696322, 40.48034779374504 ], [ -111.83480132522766, 40.480320854672975 ], [ -111.83469269793189, 40.480123443432532 ], [ -111.83468078943535, 40.480114520536091 ], [ -111.83461946194346, 40.479925776508047 ], [ -111.8346072188001, 40.479889829316512 ], [ -111.83460699567249, 40.479871813125236 ], [ -111.83458061291687, 40.479646781105863 ], [ -111.83460130598648, 40.479412400228362 ], [ -111.83461265653351, 40.479376282653504 ], [ -111.83468098270848, 40.479177593372022 ], [ -111.83468075956675, 40.479159577178862 ], [ -111.83479627220393, 40.478960547032244 ], [ -111.83480784574795, 40.478942445630558 ], [ -111.83495885929142, 40.478752167786858 ], [ -111.8354487362856, 40.478298182523659 ], [ -111.83547221781258, 40.478289003878579 ], [ -111.8360219645441, 40.477906654596104 ], [ -111.83610398147181, 40.477861016772337 ], [ -111.83612723923802, 40.477833821805184 ], [ -111.8361506087475, 40.477815634928731 ], [ -111.83617409000944, 40.477806456142915 ], [ -111.83625554783285, 40.477715777736641 ], [ -111.83626734432859, 40.47771569238143 ], [ -111.83630206312498, 40.477661387737562 ], [ -111.83634857834247, 40.477606997720009 ], [ -111.83636015124063, 40.477588896165145 ], [ -111.83637150055162, 40.477552778418698 ], [ -111.83640610738701, 40.477489465648461 ], [ -111.8364515043977, 40.477344994636532 ], [ -111.83661995237019, 40.476659098633398 ], [ -111.83661894599102, 40.476578025768383 ], [ -111.83660591969935, 40.476479022098388 ], [ -111.83660547242957, 40.476442989712844 ], [ -111.83655672199171, 40.476317217902881 ], [ -111.83654447850697, 40.47628127089807 ], [ -111.83648437928294, 40.476191616820884 ], [ -111.83642383305356, 40.476065930319884 ], [ -111.83641192505704, 40.476057007590754 ], [ -111.83637508323815, 40.475940158419064 ], [ -111.8363628399219, 40.475904211391033 ], [ -111.83636060427609, 40.475724049431776 ], [ -111.83636994120121, 40.475525785908076 ], [ -111.83638039591104, 40.475417603363525 ], [ -111.83637983699556, 40.475372562870639 ], [ -111.83630235416297, 40.474832589076144 ], [ -111.83672622701823, 40.474766458847014 ], [ -111.83692642307933, 40.474737982619978 ], [ -111.83696181099691, 40.4747377263608 ], [ -111.83709145481522, 40.474727778553181 ], [ -111.83713852681429, 40.474718428706701 ], [ -111.83745701794641, 40.474716121400633 ], [ -111.83766945730007, 40.474723590805752 ], [ -111.83788200867535, 40.474740067916059 ], [ -111.83809467215764, 40.474765552729977 ], [ -111.83818915196959, 40.474773876489323 ], [ -111.83828340773357, 40.474764183980852 ], [ -111.838365867498, 40.474754576961224 ], [ -111.83845989909024, 40.474726868119483 ], [ -111.83853022661448, 40.47469032227265 ], [ -111.83874109663185, 40.474571676384151 ], [ -111.83882299555928, 40.474517028569224 ], [ -111.83919777349408, 40.474298094151102 ], [ -111.83932921086281, 40.474432273340661 ], [ -111.83953220977354, 40.47462899494117 ], [ -111.83970769003263, 40.474510604352304 ], [ -111.8397427411188, 40.474483322966101 ], [ -111.83987384318871, 40.474590477241854 ], [ -111.84001685389845, 40.47470655372139 ], [ -111.84012414032453, 40.474795862982873 ], [ -111.84020603838304, 40.474741214198467 ], [ -111.84022951801452, 40.474732034600081 ], [ -111.84031164052101, 40.474695401923263 ], [ -111.84034691607509, 40.474686136537365 ], [ -111.84040567120395, 40.474667691506966 ], [ -111.84047622224658, 40.474649160667525 ], [ -111.84052329369769, 40.474639809447552 ], [ -111.84060575296351, 40.474630200834291 ], [ -111.84074730427133, 40.474629171228962 ], [ -111.8411957748785, 40.474643925845918 ], [ -111.84136091807886, 40.474642723779517 ], [ -111.84147876504011, 40.47463285692821 ], [ -111.84161986640068, 40.474595793902886 ], [ -111.84166682516155, 40.474577434131348 ], [ -111.84174905917953, 40.474549808529488 ], [ -111.84186634335074, 40.474494900848022 ], [ -111.84193655623039, 40.474449344860581 ], [ -111.84197171889782, 40.474431070894667 ], [ -111.84204170656801, 40.474367498669899 ], [ -111.84206507327504, 40.47434931061472 ], [ -111.84213483567716, 40.474267722160178 ], [ -111.84214651900245, 40.474258628123899 ], [ -111.84220426024153, 40.47415910940294 ], [ -111.84238198612837, 40.474220876540755 ], [ -111.84247691601794, 40.474265229143519 ], [ -111.84251241623512, 40.474273979273633 ], [ -111.84257184603163, 40.474309581666695 ], [ -111.84273822726902, 40.474407466583081 ], [ -111.84286933389316, 40.474514617415828 ], [ -111.84289315102417, 40.474532461535162 ], [ -111.84301280020078, 40.47466672247765 ], [ -111.84327693170124, 40.475034160753445 ], [ -111.84332490469059, 40.475096873059051 ], [ -111.84333692612991, 40.475114803152842 ], [ -111.84334928571603, 40.475159757493842 ], [ -111.84336175803453, 40.475213719915757 ], [ -111.84337377950497, 40.475231650005036 ], [ -111.84337547026703, 40.475366771243571 ], [ -111.8433641250694, 40.475402889649963 ], [ -111.84336446321906, 40.475429913897194 ], [ -111.84331885687141, 40.475556371345732 ], [ -111.84332043483096, 40.475682484496467 ], [ -111.84336919736251, 40.475808253344837 ], [ -111.84341694554973, 40.475852949434206 ], [ -111.84346480653237, 40.475906653584296 ], [ -111.84353648540824, 40.475978201688775 ], [ -111.8435844593244, 40.476040913867273 ], [ -111.8436083899403, 40.476067765908056 ], [ -111.84363243333048, 40.476103626024297 ], [ -111.84365692778083, 40.476175518457332 ], [ -111.84381501519623, 40.476552738315966 ], [ -111.84424058356562, 40.476621701696821 ], [ -111.8446177258368, 40.476591919482772 ], [ -111.84499554538877, 40.476616184501914 ], [ -111.84544527286681, 40.476730011317578 ], [ -111.84561053401951, 40.476737811203712 ], [ -111.8457638858667, 40.47673668910231 ], [ -111.84591712464228, 40.476726558723051 ], [ -111.84604665770576, 40.476707592773614 ], [ -111.84610552606534, 40.476698152923909 ], [ -111.84616428131213, 40.476679704970465 ], [ -111.8462937010984, 40.476651730671797 ], [ -111.84642300764483, 40.476614748155733 ], [ -111.8464346907854, 40.476605653691351 ], [ -111.84652860837221, 40.476568930227543 ], [ -111.8465404046361, 40.476568843825874 ], [ -111.84657556712688, 40.476550568467317 ], [ -111.84665768830483, 40.476513931304993 ], [ -111.8467045338181, 40.476486561419925 ], [ -111.84677485860465, 40.476450010593624 ], [ -111.84693864761373, 40.476340703640929 ], [ -111.84808390894842, 40.475476459781667 ], [ -111.84817748397087, 40.475412710781924 ], [ -111.84818916666606, 40.475403616142799 ], [ -111.8482712855602, 40.475366977849667 ], [ -111.84831824299599, 40.475348615390843 ], [ -111.84837688306136, 40.475321158255312 ], [ -111.84848270721791, 40.475293354706963 ], [ -111.84857684866869, 40.475274645741379 ], [ -111.84860032731515, 40.475265464452853 ], [ -111.84871817417591, 40.475255590220328 ], [ -111.84957882985314, 40.475213231317831 ], [ -111.84968476688636, 40.475194434743166 ], [ -111.84969656290005, 40.475194348021809 ], [ -111.84979070385886, 40.475175638071953 ], [ -111.84981418230143, 40.475166456538687 ], [ -111.84989641359378, 40.475138825168919 ], [ -111.84991977841736, 40.475120635546809 ], [ -111.84997841761941, 40.475093177606205 ], [ -111.85006019431368, 40.475029513851247 ], [ -111.8500951278067, 40.474993221299997 ], [ -111.85013017488116, 40.474965936805717 ], [ -111.85016499468028, 40.47492063616631 ], [ -111.85017644976985, 40.474893525194396 ], [ -111.85022272456013, 40.474821113564651 ], [ -111.85024540738404, 40.474748875473281 ], [ -111.85024529375059, 40.474739867405845 ], [ -111.85025606697005, 40.474658708020776 ], [ -111.85023088429904, 40.474532768626844 ], [ -111.85015704116636, 40.474290071416938 ], [ -111.85013185882973, 40.4741641319902 ], [ -111.85014274572309, 40.474091980675922 ], [ -111.85014251848894, 40.474073964538512 ], [ -111.85016531478135, 40.474010734524065 ], [ -111.85017688334376, 40.473992631618238 ], [ -111.85019979320174, 40.47393840966555 ], [ -111.85022293027761, 40.473902203845817 ], [ -111.85029279590169, 40.473829618634127 ], [ -111.85031604653004, 40.473802420864736 ], [ -111.85036266137593, 40.473757033380828 ], [ -111.85038613924775, 40.473747851734942 ], [ -111.85045634550944, 40.473702290631834 ], [ -111.85046814125967, 40.473702203834364 ], [ -111.85056193890196, 40.473656469069397 ], [ -111.85078514837983, 40.473582754964788 ], [ -111.85087905935103, 40.473546028013317 ], [ -111.85104283462746, 40.473436715328653 ], [ -111.85110101693934, 40.47337322455963 ], [ -111.85115908539235, 40.473300725694166 ], [ -111.85120444801264, 40.473156249132074 ], [ -111.85121521985566, 40.473075089649825 ], [ -111.85119003603926, 40.472949150442844 ], [ -111.8511656485626, 40.472886267704347 ], [ -111.85093584616506, 40.472437514522504 ], [ -111.85089932246753, 40.472347694352074 ], [ -111.85087459436545, 40.472257787331287 ], [ -111.85086166181188, 40.472167793468223 ], [ -111.85087254763755, 40.472095642071679 ], [ -111.85087186539862, 40.472041593650779 ], [ -111.85088331973347, 40.472014482603257 ], [ -111.85089443293198, 40.471960347343824 ], [ -111.85091745525983, 40.471915133313146 ], [ -111.85092913698246, 40.471906038401485 ], [ -111.85095204555267, 40.471851816293594 ], [ -111.85099831747293, 40.471779404345142 ], [ -111.85106806636209, 40.471697810598819 ], [ -111.85110311134727, 40.471670525815441 ], [ -111.85114972420826, 40.471625138017814 ], [ -111.85119645075454, 40.471588758271821 ], [ -111.85121992775973, 40.471579576461934 ], [ -111.85127844960643, 40.471543109811606 ], [ -111.85133708515598, 40.471515651201997 ], [ -111.85138403907001, 40.471497287521082 ], [ -111.85144267453609, 40.47146982885851 ], [ -111.85148974217546, 40.471460473204836 ], [ -111.85150142374212, 40.471451378236218 ], [ -111.8515720820628, 40.471441848747681 ], [ -111.85163083120801, 40.471423398060111 ], [ -111.8516544219037, 40.471423224232268 ], [ -111.85168969413373, 40.471413955412224 ], [ -111.85176046620916, 40.471413433878297 ], [ -111.85181932910686, 40.471403991164628 ], [ -111.85189010116945, 40.471403469551433 ], [ -111.85197278242435, 40.471411869016563 ], [ -111.85198457776916, 40.471411782068365 ], [ -111.85215005421486, 40.471437588871744 ], [ -111.85242225851249, 40.471507652881243 ], [ -111.85251684924053, 40.471524973028004 ], [ -111.85262312144324, 40.471533198016317 ], [ -111.85272916576524, 40.471523406773365 ], [ -111.85282341469474, 40.471513702468592 ], [ -111.85291743564079, 40.4714859819547 ], [ -111.85305840991471, 40.471439897008693 ], [ -111.8533759719412, 40.471365481469824 ], [ -111.8534230392259, 40.471356125032095 ], [ -111.85369387549405, 40.471318089258773 ], [ -111.8540359398432, 40.471315562183918 ], [ -111.85436666551061, 40.471349153541588 ], [ -111.85570251015662, 40.471573502741599 ], [ -111.85592662201842, 40.47157184328308 ], [ -111.85596189371559, 40.471562573164611 ], [ -111.85602075611716, 40.471553128316025 ], [ -111.85604434683124, 40.471552953591754 ], [ -111.85610309480882, 40.47153450064264 ], [ -111.85617375251661, 40.471524968346642 ], [ -111.85622070508504, 40.471506602714136 ], [ -111.85627933854592, 40.471479141617777 ], [ -111.85631461014438, 40.471469871392507 ], [ -111.85632629105312, 40.471460775942852 ], [ -111.85638492443051, 40.471433314793551 ], [ -111.85640840065672, 40.471424131937226 ], [ -111.8564435577598, 40.471405853614861 ], [ -111.85653700471282, 40.471333089882314 ], [ -111.85654857110578, 40.471314986352525 ], [ -111.85657193280318, 40.471296795405472 ], [ -111.85664178887151, 40.471224206420558 ], [ -111.85665346969353, 40.471215110938338 ], [ -111.85668816870046, 40.471160800311026 ], [ -111.8567229821365, 40.471115497731255 ], [ -111.85673431947113, 40.471079378067238 ], [ -111.85675745205957, 40.471043170967413 ], [ -111.85676867487408, 40.470998043241899 ], [ -111.8567802411485, 40.470979939689101 ], [ -111.8567800121655, 40.470961923573114 ], [ -111.85679077698164, 40.470880763612769 ], [ -111.85678676977365, 40.470565481570191 ], [ -111.85680944418782, 40.470493242224187 ], [ -111.85684391371117, 40.470420915431021 ], [ -111.85721253863129, 40.469724496146952 ], [ -111.85725868781198, 40.469643073690243 ], [ -111.85732854145095, 40.469570484294728 ], [ -111.85741018993338, 40.469497807359168 ], [ -111.8575977638712, 40.469406326635642 ], [ -111.85771536980452, 40.469378427220235 ], [ -111.85783320488997, 40.469368543802091 ], [ -111.85805696533028, 40.46933985611426 ], [ -111.85815109570109, 40.469321139442812 ], [ -111.85819804619219, 40.469302773021276 ], [ -111.85824522601838, 40.469302422695179 ], [ -111.85833935628213, 40.469283705871341 ], [ -111.86020323227208, 40.470215784303377 ], [ -111.86267851215912, 40.46914329341412 ], [ -111.86290365325364, 40.469222692929108 ], [ -111.86297476875748, 40.469249188690746 ], [ -111.86321239755843, 40.469382547801608 ], [ -111.86324801312198, 40.46940029961371 ], [ -111.86346216840863, 40.469542842428439 ], [ -111.8635810413854, 40.469614025553817 ], [ -111.86365238837246, 40.469658536977455 ], [ -111.86370003002331, 40.469694216597105 ], [ -111.86387787861685, 40.469764958688053 ], [ -111.86398438014156, 40.469791189332014 ], [ -111.8642345007796, 40.469978506370467 ], [ -111.86490809020515, 40.470072565668922 ], [ -111.86548882423895, 40.470284432155871 ], [ -111.86575016755219, 40.470426617321429 ], [ -111.86595346191822, 40.470641308054233 ], [ -111.86608575489306, 40.470838512678363 ], [ -111.86627760362794, 40.471080315295097 ], [ -111.866397640041, 40.471241575795638 ], [ -111.86674503079203, 40.471653380677175 ], [ -111.86694972231479, 40.471976165932581 ], [ -111.86712839144448, 40.472109959119649 ], [ -111.86733018854353, 40.47220754286581 ], [ -111.86763791340202, 40.472286313310164 ], [ -111.86800484827104, 40.472382656073535 ], [ -111.86828956391112, 40.472506642075722 ], [ -111.8683372100224, 40.472542319720134 ], [ -111.86844406578685, 40.472595570262264 ], [ -111.86855068957685, 40.472630804648446 ], [ -111.86859996100485, 40.47279259456289 ], [ -111.86872290844546, 40.473179053174363 ], [ -111.86902406988891, 40.473663269652583 ], [ -111.86913418028406, 40.473968744202537 ], [ -111.86912319761701, 40.474031889073117 ], [ -111.86911477028973, 40.474293210463166 ], [ -111.86907996364525, 40.47433851668179 ], [ -111.86909443092182, 40.474545612519464 ], [ -111.86911964877345, 40.474671547438462 ], [ -111.86912046186308, 40.474734603598534 ], [ -111.86913341931294, 40.474824595121689 ], [ -111.86920524015358, 40.474905135072227 ], [ -111.86920616949823, 40.474977199250581 ], [ -111.86926665936865, 40.475093859958434 ], [ -111.86944487660402, 40.475191617273481 ], [ -111.86945748597586, 40.475254584684258 ], [ -111.86975459365082, 40.47542351822581 ], [ -111.86987406493863, 40.475539734729772 ], [ -111.87005240051302, 40.475646499098453 ], [ -111.87024323055921, 40.47580722247595 ], [ -111.87030325771066, 40.47588785052541 ], [ -111.87032766410682, 40.475950728997113 ], [ -111.87037729134435, 40.476139542045296 ], [ -111.87043708628229, 40.476202153981063 ], [ -111.87052361505289, 40.476507804644207 ], [ -111.87056109799481, 40.476669682385889 ], [ -111.87058562128655, 40.476741568805451 ], [ -111.87065756230007, 40.476831115803677 ], [ -111.87076407756699, 40.476857340024971 ], [ -111.87082410629446, 40.476937967773189 ], [ -111.87090679647035, 40.476946353589895 ], [ -111.87096589415411, 40.476954917141164 ], [ -111.8710133120131, 40.47697257757806 ], [ -111.87107217688073, 40.476963125045138 ], [ -111.87110756565146, 40.476962858319823 ], [ -111.87137853014448, 40.476933789023931 ], [ -111.87143739492379, 40.476924336305807 ], [ -111.87147255071241, 40.476906053441326 ], [ -111.87155489145117, 40.476887414752873 ], [ -111.8716489118796, 40.476859679027989 ], [ -111.87175437891213, 40.47680483021206 ], [ -111.87195351625206, 40.476695221291983 ], [ -111.87201214763714, 40.476667752257903 ], [ -111.87221116757249, 40.47654913488708 ], [ -111.87226933238836, 40.476485633673953 ], [ -111.87231581752658, 40.47643122947769 ], [ -111.87238647788632, 40.476421687248092 ], [ -111.87244557528334, 40.476430250046306 ], [ -111.87255057450494, 40.476339368464785 ], [ -111.87260967184892, 40.476347931179745 ], [ -111.87263408056255, 40.476410809135281 ], [ -111.87266268824608, 40.476797975493746 ], [ -111.87274549510401, 40.476815368005425 ], [ -111.87284068154081, 40.476877711424038 ], [ -111.87287642024992, 40.476904468189055 ], [ -111.87316139729947, 40.477046457820606 ], [ -111.87323217488859, 40.477045923078911 ], [ -111.8733502542635, 40.477054039755508 ], [ -111.87342056489699, 40.477017472862407 ], [ -111.87362051746162, 40.476970917157104 ], [ -111.87370239054889, 40.476916244910228 ], [ -111.87373696179836, 40.476852921321118 ], [ -111.87374840767865, 40.476825808116821 ], [ -111.8742530745827, 40.476623796121942 ], [ -111.87431088694846, 40.476533269878701 ], [ -111.87436975094094, 40.47652381567427 ], [ -111.87444052795841, 40.476523280198315 ], [ -111.87486308527536, 40.476357922317725 ], [ -111.87515494755176, 40.476121481475097 ], [ -111.87520166404197, 40.476085092153951 ], [ -111.87522478831397, 40.476048881474192 ], [ -111.87531751913386, 40.475922054721458 ], [ -111.87534076028071, 40.475894852024837 ], [ -111.87537556346781, 40.475849543968231 ], [ -111.87545684872835, 40.475749830466604 ], [ -111.87547985574079, 40.475704611730301 ], [ -111.87550239467289, 40.475623360965024 ], [ -111.87551360561235, 40.475578231577451 ], [ -111.87561906744975, 40.475523379276339 ], [ -111.87566578327719, 40.475486989770793 ], [ -111.87568879006213, 40.475441770993257 ], [ -111.8758060475088, 40.475386829148412 ], [ -111.87586432498108, 40.475332334164889 ], [ -111.87593428123749, 40.475268741747627 ], [ -111.87592154875755, 40.475196767101068 ], [ -111.87599162189667, 40.475142182655425 ], [ -111.87612067448693, 40.475087151090655 ], [ -111.87626199121335, 40.475068061972046 ], [ -111.87645084288754, 40.475075638896953 ], [ -111.87649779223983, 40.475057265069566 ], [ -111.87656868482968, 40.475065736310903 ], [ -111.87692256203484, 40.475063051844664 ], [ -111.87719316444421, 40.475006945002491 ], [ -111.87734604205491, 40.474969749029015 ], [ -111.87740490423224, 40.474960293294849 ], [ -111.87745150142767, 40.474914895075564 ], [ -111.87749821583652, 40.474878504840269 ], [ -111.87768495566732, 40.474723935711005 ], [ -111.87774311373192, 40.474660431793517 ], [ -111.87787157731789, 40.474560358282837 ], [ -111.87801195366256, 40.47446920302378 ], [ -111.87816400804601, 40.474368949970007 ], [ -111.87835180142665, 40.47429545179471 ], [ -111.87843390220135, 40.474258792247525 ], [ -111.8785511553194, 40.47420384765131 ], [ -111.87869176486099, 40.474130707580194 ], [ -111.87885678772349, 40.474120443954185 ], [ -111.87909211498335, 40.474073609795376 ], [ -111.87919804151591, 40.474054786268496 ], [ -111.87925702012728, 40.474054337600208 ], [ -111.87936329914626, 40.474062537920709 ], [ -111.87949305209872, 40.474061550625073 ], [ -111.87965807464947, 40.474051285857833 ], [ -111.87972873139991, 40.474041739172236 ], [ -111.87988078223614, 40.47394148388927 ], [ -111.87999826881294, 40.473904553836213 ], [ -111.88005712966626, 40.473895096763144 ], [ -111.88006857251177, 40.473867982951063 ], [ -111.88013828801175, 40.473786372034915 ], [ -111.88020823861059, 40.473722777072837 ], [ -111.88026662870983, 40.473677287904003 ], [ -111.8802897494395, 40.473641076233051 ], [ -111.88032431283958, 40.473577750720352 ], [ -111.88051116022932, 40.473432185093493 ], [ -111.88058134547427, 40.473386605904125 ], [ -111.88063961734173, 40.473332108552576 ], [ -111.88065105986038, 40.473304994683666 ], [ -111.88068503427716, 40.473196629077854 ], [ -111.88070827231817, 40.4731694253217 ], [ -111.88080169513566, 40.473096642240243 ], [ -111.88094300626992, 40.473077547449002 ], [ -111.8810129553771, 40.473013952007818 ], [ -111.8811530887088, 40.472904776994 ], [ -111.88153019174105, 40.472874874692124 ], [ -111.88176586622542, 40.472855059130886 ], [ -111.8819425630614, 40.472835693148042 ], [ -111.88204813318517, 40.472789843049277 ], [ -111.88211867036681, 40.47277128692329 ], [ -111.88215334949652, 40.472716968871545 ], [ -111.88238831570119, 40.472643104082238 ], [ -111.88247017637022, 40.472588425713404 ], [ -111.88259886484462, 40.472506363015782 ], [ -111.882749020445, 40.472261976111902 ], [ -111.8828876155835, 40.472035695105951 ], [ -111.88300320916215, 40.471854634136371 ], [ -111.88314215667921, 40.471655376809196 ], [ -111.88328240176594, 40.471555207247938 ], [ -111.88346959133195, 40.471436660894703 ], [ -111.88353894600964, 40.471328023982679 ], [ -111.88365654406952, 40.471300098256528 ], [ -111.88377402393037, 40.471263164418701 ], [ -111.88396251118452, 40.471243705199221 ], [ -111.88433913082537, 40.471177761866329 ], [ -111.88457349819066, 40.471058852739191 ], [ -111.88477354333278, 40.471021285948375 ], [ -111.88486684052143, 40.470939491640848 ], [ -111.88508834651802, 40.470739599869511 ], [ -111.8853453547741, 40.470548444621699 ], [ -111.88561380160209, 40.470330174463761 ], [ -111.88599818414203, 40.469957863756541 ], [ -111.88615080845865, 40.469902640297207 ], [ -111.88622086777552, 40.469848049745288 ], [ -111.88638315465658, 40.469630591737804 ], [ -111.88652256148063, 40.46946736238138 ], [ -111.88661360345579, 40.469214414892889 ], [ -111.88658918448175, 40.469151539922315 ], [ -111.88665912419313, 40.46908794112035 ], [ -111.88664590767362, 40.468979935729728 ], [ -111.88670417083763, 40.468925435371276 ], [ -111.8867018012206, 40.468745275579543 ], [ -111.88679497444885, 40.468654471751911 ], [ -111.88682822576939, 40.468492056444063 ], [ -111.88689674252079, 40.468320361621871 ], [ -111.88693082300516, 40.468221002210072 ], [ -111.88701148943447, 40.468076240778515 ], [ -111.88710549105076, 40.468048492634189 ], [ -111.88715231402315, 40.468021106548981 ], [ -111.88746899062824, 40.467883541928366 ], [ -111.887562517416, 40.467819761459666 ], [ -111.8877626698372, 40.467791197582308 ], [ -111.88803216579772, 40.467653993799829 ], [ -111.88823124939539, 40.467544357225343 ], [ -111.88848788045576, 40.467326171144443 ], [ -111.88869816313243, 40.467171403173481 ], [ -111.88877977453598, 40.467098704434193 ], [ -111.88897802383197, 40.46692601068299 ], [ -111.88910728753693, 40.466888980791751 ], [ -111.88936522037396, 40.466769880647952 ], [ -111.88969332429912, 40.466605195299948 ], [ -111.88998699482144, 40.466512845372961 ], [ -111.89028185401784, 40.466510574552316 ], [ -111.89075243854222, 40.466416859841033 ], [ -111.89101084279807, 40.46633378799811 ], [ -111.89104610674899, 40.466324507244032 ], [ -111.89111544402459, 40.466215865875661 ], [ -111.8911491600709, 40.466089481312395 ], [ -111.89128878624659, 40.46594426227427 ], [ -111.89132333543944, 40.465880933540163 ], [ -111.8913341769962, 40.465808778723087 ], [ -111.89130737327234, 40.465565745080944 ], [ -111.89136431973961, 40.465412154593999 ], [ -111.8913749230055, 40.465321983801275 ], [ -111.89150001355927, 40.464969671838091 ], [ -111.89156875317391, 40.464815990275092 ], [ -111.8915800707784, 40.464779867362559 ], [ -111.89159126925433, 40.464734736464777 ], [ -111.89168359648065, 40.464580872873832 ], [ -111.89174077956739, 40.464445298161806 ], [ -111.89196295894183, 40.464299441340081 ], [ -111.89217393936501, 40.464198715052369 ], [ -111.89237300599656, 40.464089071458751 ], [ -111.8926545101405, 40.463969781976886 ], [ -111.89288919556499, 40.463877880209651 ], [ -111.8930419197044, 40.463831655781128 ], [ -111.89320655684097, 40.463794347993591 ], [ -111.89338298766704, 40.463756948814627 ], [ -111.89360647438467, 40.463710176669323 ], [ -111.89393646377943, 40.463689607144225 ], [ -111.89419616765164, 40.463705616069547 ], [ -111.89449077523517, 40.463685318684604 ], [ -111.8947622730611, 40.463701235063922 ], [ -111.8950456844408, 40.463726067453052 ], [ -111.89535304259856, 40.463777740355901 ], [ -111.89583659134117, 40.463773993574641 ], [ -111.89617849384224, 40.46376233421681 ], [ -111.89650872211165, 40.46375977330095 ], [ -111.89681488336807, 40.463721362572038 ], [ -111.897203601214, 40.4636823102229 ], [ -111.89740385688235, 40.463662737775294 ], [ -111.89761542660287, 40.4636070415078 ], [ -111.89794469429694, 40.463532412733109 ], [ -111.89831006272229, 40.463511555865558 ], [ -111.89860502817322, 40.463518271921913 ], [ -111.89999669820099, 40.463507443941388 ], [ -111.90019767401837, 40.463541914456407 ], [ -111.90029166372265, 40.46351415569162 ], [ -111.90038613449387, 40.463522428708266 ], [ -111.90048024438968, 40.46350367775532 ], [ -111.9006807391241, 40.46350211557283 ], [ -111.90082190377578, 40.463473988756711 ], [ -111.90088063208083, 40.463455513227089 ], [ -111.90103202550183, 40.463310190712249 ], [ -111.90114803703165, 40.46316514385898 ], [ -111.90136766283513, 40.462830101966922 ], [ -111.90147019318155, 40.462559035282816 ], [ -111.90164348427427, 40.462287416530046 ], [ -111.90181713540004, 40.462042821408986 ], [ -111.90200197630794, 40.461753094180985 ], [ -111.90217478116561, 40.461445442786534 ], [ -111.90277803063712, 40.460692993601519 ], [ -111.90305419412458, 40.460177328705278 ], [ -111.90313529897912, 40.460068588147884 ], [ -111.90325142115113, 40.459932547174489 ], [ -111.90345911240156, 40.459588585543315 ], [ -111.9037712489513, 40.459117682215528 ], [ -111.90409565717927, 40.458682717662441 ], [ -111.90440681876939, 40.458139748934585 ], [ -111.90476635492492, 40.457686489772158 ], [ -111.90527435484933, 40.456871710430953 ], [ -111.9057484168254, 40.456165301650515 ], [ -111.90598027390989, 40.455866190528539 ], [ -111.90678927499546, 40.454634634770485 ], [ -111.90685821172342, 40.454498960256693 ], [ -111.90696252474551, 40.454363008125796 ], [ -111.90707693355021, 40.454100851892456 ], [ -111.90733102904804, 40.453702465430247 ], [ -111.90754061994193, 40.453502623930085 ], [ -111.90770449623909, 40.453411248012124 ], [ -111.9081747216006, 40.453299447481328 ], [ -111.9085636148708, 40.453278373498321 ], [ -111.90916403518018, 40.453201581159512 ], [ -111.90961176590937, 40.453171031938936 ], [ -111.90988261671772, 40.453141873463395 ], [ -111.91011760523315, 40.453076961075503 ], [ -111.91037678505199, 40.453056902249848 ], [ -111.91065906214122, 40.453000625223211 ], [ -111.91115237665063, 40.452852595031324 ], [ -111.91137617953669, 40.452832812825967 ], [ -111.91161092200751, 40.452749881519239 ], [ -111.91177576496368, 40.452730563520831 ], [ -111.9121176078811, 40.452718857628291 ], [ -111.91299980443259, 40.452549732410397 ], [ -111.91335319406036, 40.45251991383644 ], [ -111.91359996878192, 40.452454901245751 ], [ -111.91387057074165, 40.452407717575042 ], [ -111.91485888471878, 40.452237739152515 ], [ -111.91506607695085, 40.459686465162811 ], [ -111.91506668810619, 40.459731504830685 ], [ -111.9147677629646, 40.462040149275907 ], [ -111.91425256615237, 40.46318835550948 ], [ -111.91379449045414, 40.464200974267037 ], [ -111.90391851643446, 40.478900056423726 ], [ -111.90151291387548, 40.481630517498559 ], [ -111.89748310810809, 40.485562723126336 ], [ -111.89766643418031, 40.486038769337235 ], [ -111.90563208998, 40.48613878211092 ], [ -111.90559830249541, 40.48976961825128 ], [ -111.91514428222176, 40.489775499636636 ], [ -111.91514464933573, 40.489802523295694 ], [ -111.91660740079061, 40.489772913092381 ], [ -111.91672968429168, 40.497024066790821 ], [ -111.91966791163274, 40.497009729824207 ], [ -111.919365062089, 40.498165271334088 ], [ -111.91828905963528, 40.498876516245176 ], [ -111.91774465131758, 40.499628574764529 ], [ -111.9175693514341, 40.50062093906822 ], [ -111.91749288632138, 40.501071988074905 ], [ -111.91583798282443, 40.501742760636766 ], [ -111.91519985425123, 40.502549602694017 ], [ -111.91564133490851, 40.503771306936059 ], [ -111.91635115896806, 40.505630508586748 ], [ -111.9145573461815, 40.508248271172562 ], [ -111.91488854906883, 40.510038405762998 ], [ -111.91508140406616, 40.512937719476376 ], [ -111.91488475505264, 40.514101414312869 ], [ -111.91394177036997, 40.515937666564703 ], [ -111.91392452519901, 40.516406261378556 ], [ -111.91552394337432, 40.519438578485307 ], [ -111.91688182166685, 40.520328692442327 ], [ -111.91724699985996, 40.520271741275593 ], [ -111.91835408840475, 40.520082771412135 ], [ -111.91879340318914, 40.51940361833568 ], [ -111.91935788091473, 40.519245978679344 ], [ -111.92034878283958, 40.520057891800064 ], [ -111.91948024847953, 40.521290004230302 ], [ -111.91979847710085, 40.522116281482283 ], [ -111.92141035967785, 40.522580905474427 ], [ -111.92168214173152, 40.523461600454922 ], [ -111.92190399817125, 40.524144499396193 ], [ -111.9214943392048, 40.525264858404192 ], [ -111.92027393438566, 40.525806104162491 ], [ -111.91927362649898, 40.526904131583599 ], [ -111.91931925765533, 40.52765149864441 ], [ -111.92094178537477, 40.529746635265958 ], [ -111.92098266188263, 40.531007540213785 ], [ -111.92013342362274, 40.531933203020998 ], [ -111.9181634639649, 40.532065988830496 ], [ -111.91710855982558, 40.532632912025427 ], [ -111.91695604892658, 40.533571036519923 ], [ -111.9177274898757, 40.534727045009546 ], [ -111.91760498699767, 40.536133388430727 ], [ -111.91726062110085, 40.536856825566993 ], [ -111.91720306227545, 40.53696538791251 ], [ -111.91743087842696, 40.536968443881399 ], [ -111.9175114372343, 40.537135007169141 ], [ -111.91759207126199, 40.537324362015831 ], [ -111.91764304001383, 40.537528997083456 ], [ -111.91761472275259, 40.537764261097323 ], [ -111.91750617038383, 40.537908723167028 ], [ -111.91730796875352, 40.538008042250304 ], [ -111.91710886365999, 40.537963227667944 ], [ -111.91704328953203, 40.53794302797084 ], [ -111.9170528778686, 40.538074660245215 ], [ -111.91745443263055, 40.538080481034967 ], [ -111.91747894191678, 40.538639281233451 ], [ -111.91708518509922, 40.538400251406529 ], [ -111.91714257069174, 40.538607898710104 ], [ -111.91756217555148, 40.538932486632852 ], [ -111.91806099984471, 40.539203832269884 ], [ -111.91832116317414, 40.539491126646872 ], [ -111.91841174984425, 40.539665266975369 ], [ -111.91833398979158, 40.539946148160517 ], [ -111.91809677789124, 40.540189738910499 ], [ -111.91780924390179, 40.540319677819781 ], [ -111.91740190193714, 40.540366695694544 ], [ -111.91718357447016, 40.540428157311972 ], [ -111.91702487686916, 40.540489415499344 ], [ -111.91692653290377, 40.540664155526407 ], [ -111.91683810780002, 40.54083890684177 ], [ -111.91676926874037, 40.540960531063988 ], [ -111.91664407802848, 40.54117566301116 ], [ -111.91660547786636, 40.541280651239248 ], [ -111.91656259336716, 40.541400537922513 ], [ -111.91653481936021, 40.541485440753497 ], [ -111.91651627634755, 40.541658466264352 ], [ -111.91674900015101, 40.541708510405741 ], [ -111.91713829893439, 40.541740554925042 ], [ -111.91713903611279, 40.541794601725343 ], [ -111.91708429871477, 40.542110343362395 ], [ -111.91705111914865, 40.542214477904729 ], [ -111.91699340099693, 40.542372319323349 ], [ -111.91681135784128, 40.542878255420263 ], [ -111.91640349528066, 40.542879599448923 ], [ -111.91635061958463, 40.542907675781031 ], [ -111.91635117066896, 40.543000101430067 ], [ -111.91634249065304, 40.543099717225182 ], [ -111.9164464148416, 40.543334021896158 ], [ -111.91656839102981, 40.543454492535005 ], [ -111.91672723970659, 40.54352503213326 ], [ -111.91683000620033, 40.543553044729528 ], [ -111.91689568696026, 40.543623963056497 ], [ -111.91691464732159, 40.543680748023412 ], [ -111.91694331720724, 40.543808715315286 ], [ -111.91695361949515, 40.543957998992326 ], [ -111.91693591367135, 40.544114441712175 ], [ -111.91668882412253, 40.544284596275475 ], [ -111.91338223940267, 40.544283758708275 ], [ -111.90306112573472, 40.54429282477853 ], [ -111.89543257339349, 40.544307157711629 ], [ -111.895302205753, 40.54427213292945 ], [ -111.89529039777302, 40.544272224433001 ], [ -111.89530280549674, 40.544317172182069 ], [ -111.8960288458199, 40.547401554198927 ], [ -111.89619784741086, 40.548562375193974 ], [ -111.89682625899196, 40.551404270287399 ], [ -111.8968762602716, 40.551611083798704 ], [ -111.89778694448198, 40.555243551436249 ], [ -111.89873376456231, 40.558920772037808 ], [ -111.8987462979383, 40.55897472706981 ], [ -111.8988096880247, 40.559298549109421 ], [ -111.89983618975417, 40.564506625098467 ], [ -111.89986234635717, 40.564695605043489 ], [ -111.90000977026823, 40.566000724750111 ], [ -111.90016997797143, 40.567377814291206 ], [ -111.90019589537151, 40.56754877844152 ], [ -111.90040265592988, 40.569754308560746 ], [ -111.90197383107389, 40.569751059987723 ], [ -111.90299114103065, 40.571607920703499 ], [ -111.90308818637922, 40.571796345493723 ], [ -111.90373062582199, 40.573007500256544 ], [ -111.90385239235833, 40.573276809532004 ], [ -111.9038646902864, 40.573312748235182 ], [ -111.90962982088894, 40.57329452019944 ], [ -111.91024409856129, 40.573289681373005 ], [ -111.91024702838149, 40.573505867802687 ], [ -111.91080236470216, 40.573510499171256 ], [ -111.91498467806157, 40.573513481803779 ], [ -111.91501778561906, 40.573342053723927 ], [ -111.91478091170474, 40.573298886179046 ], [ -111.91676672734708, 40.573373230303261 ], [ -111.91833247173793, 40.575558922231991 ], [ -111.91852776920069, 40.576016814313633 ], [ -111.91899539762494, 40.57651758333283 ], [ -111.92106249377946, 40.578203767369466 ], [ -111.92140917428505, 40.57849829017966 ], [ -111.9215802554745, 40.578911326366764 ], [ -111.92131347725473, 40.579273803172185 ], [ -111.9192936686741, 40.580181758490149 ], [ -111.91915510392334, 40.580417087795958 ], [ -111.91908569789601, 40.580525744652427 ], [ -111.91865929124867, 40.581312894902901 ], [ -111.91832492724039, 40.581919137505757 ], [ -111.91793370076864, 40.582687987820321 ], [ -111.917550833504, 40.583204526401801 ], [ -111.91711910147738, 40.583604338427399 ], [ -111.91680477525492, 40.583949164748823 ], [ -111.9164884784592, 40.584149866464898 ], [ -111.91591360241976, 40.584451713820393 ], [ -111.91537392064899, 40.584735261989799 ], [ -111.91495348989979, 40.585098941480339 ], [ -111.91395754532414, 40.585719418542432 ], [ -111.91360823752707, 40.586100547743193 ], [ -111.91340230310527, 40.586597655403899 ], [ -111.91310122950641, 40.587050471262181 ], [ -111.91290404173078, 40.587322291143735 ], [ -111.9127532572152, 40.58753068304906 ], [ -111.91268530319057, 40.587747428990795 ], [ -111.91279188824295, 40.587764604156121 ], [ -111.91268848729869, 40.587981630208816 ], [ -111.91271481285771, 40.588179613732045 ], [ -111.91285580908392, 40.588989283013284 ], [ -111.91311246465658, 40.590482699163644 ], [ -111.91316365016381, 40.590770572984496 ], [ -111.91256996898625, 40.591432900304817 ], [ -111.91196212278274, 40.593662850083227 ], [ -111.91237111196665, 40.595929811614326 ], [ -111.91261026938891, 40.59613512216503 ], [ -111.9131839835285, 40.596608048378897 ], [ -111.91341108349938, 40.596795435177405 ], [ -111.91536091357941, 40.596779998819066 ], [ -111.91653191808498, 40.596851790647257 ], [ -111.91760838755434, 40.596924321681854 ], [ -111.91767941372065, 40.596932766070843 ], [ -111.91823531349017, 40.596964382707704 ], [ -111.91930508608897, 40.599135975614054 ], [ -111.92025209716715, 40.601831039422649 ], [ -111.92069111460707, 40.604539153380429 ], [ -111.92072080882409, 40.604980341882438 ], [ -111.92064401201094, 40.605413370589623 ], [ -111.92054626635372, 40.607765413943078 ], [ -111.92118188566452, 40.609291820183458 ], [ -111.92121845699494, 40.609372606516352 ], [ -111.92119692122797, 40.609525925693973 ], [ -111.92117748827241, 40.60983237548411 ], [ -111.92101180727856, 40.612401167277248 ], [ -111.92022963843361, 40.613119086880893 ], [ -111.92061213196753, 40.614287164881183 ], [ -111.92036494291396, 40.615226036000315 ], [ -111.92084604466559, 40.615825781262785 ], [ -111.92014464581929, 40.617263748716773 ], [ -111.92037939715071, 40.620586072338511 ], [ -111.92084904685105, 40.626374889963856 ], [ -111.92120272388915, 40.628020650977106 ], [ -111.91480605665282, 40.628026457513258 ], [ -111.91039571307448, 40.628025276175258 ], [ -111.91018290501397, 40.628026953654803 ], [ -111.91017948055656, 40.627774738536381 ], [ -111.90947085613044, 40.627834373362113 ], [ -111.90928169390091, 40.62783586295383 ], [ -111.90633748952762, 40.627831981723503 ], [ -111.90633992524491, 40.628012135570827 ], [ -111.90586701798037, 40.628015846162199 ], [ -111.90470967122499, 40.629871691613737 ], [ -111.90444369736115, 40.630315198672754 ], [ -111.90368439125768, 40.629249114190252 ], [ -111.90323893294239, 40.628658028483656 ], [ -111.90286369084001, 40.628012340131967 ], [ -111.90144181808779, 40.627789223075908 ], [ -111.90072039383689, 40.62777683492795 ], [ -111.89861583921571, 40.627784222009893 ], [ -111.89832045469632, 40.62778246626813 ], [ -111.89832207007881, 40.626155941456958 ], [ -111.8954844568362, 40.626159962706573 ], [ -111.89549131516502, 40.626673402838172 ], [ -111.89375316988037, 40.626668850677184 ], [ -111.89375593195462, 40.626876028359419 ], [ -111.8933776112532, 40.626878955697443 ], [ -111.8933791717777, 40.626996056135205 ], [ -111.89129840329406, 40.627012134411238 ], [ -111.89129708592412, 40.626913049369698 ], [ -111.89123797324595, 40.626913505589755 ], [ -111.89126365417451, 40.627066454533924 ], [ -111.89126485174484, 40.627156531842893 ], [ -111.89129208974053, 40.627426581268658 ], [ -111.89319565185431, 40.627420882468108 ], [ -111.893191750426, 40.628015483774867 ], [ -111.89301440956277, 40.628016855284059 ], [ -111.88992879617304, 40.628049683690612 ], [ -111.88971610639115, 40.628060331190824 ], [ -111.88926672262926, 40.628054783900367 ], [ -111.88923591446654, 40.6284063586494 ], [ -111.88881017400203, 40.62840062752651 ], [ -111.88881101003251, 40.628463681670361 ], [ -111.88880432282116, 40.62885110524892 ], [ -111.88860309494994, 40.628834636526726 ], [ -111.88859831706489, 40.629366183825724 ], [ -111.88855102515733, 40.629366547717133 ], [ -111.88829080028324, 40.629359541039101 ], [ -111.88799701576674, 40.629496930284404 ], [ -111.88800071496352, 40.629776170067409 ], [ -111.88618020263969, 40.62980817208139 ], [ -111.88476131585996, 40.629810043049282 ], [ -111.88422785190096, 40.629706025144365 ], [ -111.88422999071487, 40.629868164534344 ], [ -111.88383971029789, 40.629862143587424 ], [ -111.88384149186912, 40.629997259756557 ], [ -111.88325021794456, 40.629992774970624 ], [ -111.88325449090387, 40.630317053815325 ], [ -111.88184741579143, 40.630318798660966 ], [ -111.88177659528799, 40.630328348103582 ], [ -111.88064050579962, 40.630255939512665 ], [ -111.87991834702844, 40.630189375127706 ], [ -111.87705384315446, 40.629958923726349 ], [ -111.87654544902634, 40.629962783771319 ], [ -111.87597711518153, 40.629904035670208 ], [ -111.8753975473639, 40.629890413211946 ], [ -111.87310210285459, 40.629772661093128 ], [ -111.87239248242943, 40.629760006746658 ], [ -111.87221454991489, 40.629716307499798 ], [ -111.87195420756213, 40.629700256229981 ], [ -111.87107871358329, 40.629661820163314 ], [ -111.86943483697918, 40.629638173689116 ], [ -111.86846569389871, 40.629672492109897 ], [ -111.86832381675907, 40.629673559000231 ], [ -111.86660783702281, 40.629560327804548 ], [ -111.86603986357717, 40.629528554029065 ], [ -111.86603409213802, 40.629997047656381 ], [ -111.8593894682093, 40.630046687071754 ], [ -111.85794726935379, 40.630075428004794 ], [ -111.85722639973632, 40.630107807337552 ], [ -111.85578488818285, 40.630190568145821 ], [ -111.85507618400457, 40.630249869896275 ], [ -111.85305647298051, 40.630426963124002 ], [ -111.85244234990623, 40.630485550008274 ], [ -111.85139099239285, 40.630565375334314 ], [ -111.85067022795097, 40.630606721643055 ], [ -111.84996128586666, 40.630647976440038 ], [ -111.84924029125096, 40.630671298190244 ], [ -111.84851918202766, 40.630685607616094 ], [ -111.84779795848745, 40.630690904712608 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 23, \"properties\": { \"NAME\": \"SEVIER COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 4533, \"Color4\": \"3\", \"Shape_Leng\": 337136.366623, \"Shape_Area\": 4965849464.75 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.5226271323335, 38.521180170188963 ], [ -112.52253880954748, 38.521343523620303 ], [ -112.52219107955329, 38.521716610571175 ], [ -112.52202191275867, 38.521853980582897 ], [ -112.52182341220022, 38.521960191843036 ], [ -112.52160848748713, 38.52210356287646 ], [ -112.52138235984449, 38.522259695028019 ], [ -112.52121326610541, 38.522400667481008 ], [ -112.52101582487964, 38.522557327323319 ], [ -112.52078337283857, 38.522685605227025 ], [ -112.52059595668031, 38.522773647682804 ], [ -112.5204367544342, 38.522839696126169 ], [ -112.52018070148057, 38.52293673952849 ], [ -112.51999920732929, 38.523033715515005 ], [ -112.51976629711324, 38.523140370059011 ], [ -112.51959638338032, 38.523242601921396 ], [ -112.51940951371132, 38.523356768388872 ], [ -112.51921149763153, 38.523486398543504 ], [ -112.5190203322896, 38.523669106597758 ], [ -112.51874218028183, 38.523861053060976 ], [ -112.51851813442525, 38.524062209596416 ], [ -112.51832670075878, 38.524232304079213 ], [ -112.51810759947709, 38.524450517321391 ], [ -112.51801277142465, 38.52457790621073 ], [ -112.51786881628054, 38.524823981002974 ], [ -112.51768065314647, 38.52514992882805 ], [ -112.51745513136487, 38.525608827802181 ], [ -112.5173506110972, 38.525821048703563 ], [ -112.5172580693565, 38.526057444976786 ], [ -112.51717726021938, 38.526306305047918 ], [ -112.5171484176042, 38.52657161322896 ], [ -112.51708432548477, 38.52685179638744 ], [ -112.51703287884314, 38.527078648535706 ], [ -112.51695337321866, 38.52738967000802 ], [ -112.51685144063262, 38.527725312707801 ], [ -112.51674814522617, 38.527996091085171 ], [ -112.51668913471848, 38.52819060011371 ], [ -112.51662429501582, 38.528380678940465 ], [ -112.5165433867799, 38.528625034115905 ], [ -112.51646690741218, 38.52880715339797 ], [ -112.51636354568133, 38.529020259496022 ], [ -112.51626455060064, 38.529277464660403 ], [ -112.51617295901225, 38.529504836328435 ], [ -112.51613656867339, 38.52973870211909 ], [ -112.51610174100784, 38.529992372667678 ], [ -112.51601937994566, 38.530222328068639 ], [ -112.51588115432007, 38.530414257915297 ], [ -112.51578856453408, 38.530648851282209 ], [ -112.51579819357917, 38.530834360808669 ], [ -112.5157625702966, 38.531050193778142 ], [ -112.51571023468793, 38.531289672673168 ], [ -112.51568713877035, 38.531555807070141 ], [ -112.51569252665242, 38.531812561296768 ], [ -112.51570824951746, 38.532015113495589 ], [ -112.51568403804427, 38.532228095240853 ], [ -112.515693679778, 38.53268755011208 ], [ -112.51571608290048, 38.53293507261774 ], [ -112.51576168972032, 38.533194910577663 ], [ -112.51581982518219, 38.533505049923221 ], [ -112.51588371485057, 38.533816015844756 ], [ -112.51592752653887, 38.533990268979423 ], [ -112.51600983182782, 38.53435866905199 ], [ -112.51608509827429, 38.534664981793192 ], [ -112.51616174604776, 38.535037059523383 ], [ -112.51623935929894, 38.535455082616338 ], [ -112.51630504287242, 38.535796663577955 ], [ -112.51636956812547, 38.536192327648948 ], [ -112.51638728050742, 38.536489473106627 ], [ -112.51637499394892, 38.536723927629254 ], [ -112.51635621566368, 38.536922420794951 ], [ -112.51633857229086, 38.537174967407843 ], [ -112.51633644343889, 38.537292142655303 ], [ -112.51632713678177, 38.537449961993651 ], [ -112.51631399871717, 38.537643876392281 ], [ -112.51632478135267, 38.538157384149322 ], [ -112.51632445657162, 38.538415113190602 ], [ -112.51627934788344, 38.538725688193907 ], [ -112.51622748219032, 38.538987689361981 ], [ -112.51616874601012, 38.539195711347524 ], [ -112.51611106876902, 38.539454183179942 ], [ -112.51602162109138, 38.539784256153276 ], [ -112.51597882894524, 38.53998666471972 ], [ -112.51594869197943, 38.540190711647206 ], [ -112.51590272970849, 38.540460746394388 ], [ -112.51587889507105, 38.540691745740013 ], [ -112.51581555609891, 38.54095389524268 ], [ -112.51580372130812, 38.5412099709581 ], [ -112.51580875211899, 38.541449607827637 ], [ -112.51581966967605, 38.541696377539964 ], [ -112.51592312924622, 38.541978895366867 ], [ -112.51600099973815, 38.542135585557986 ], [ -112.51614423040675, 38.542399565367766 ], [ -112.51625106288715, 38.542569397272565 ], [ -112.51644027374037, 38.542837286759124 ], [ -112.51658237205353, 38.543047212545638 ], [ -112.51671828149311, 38.543235591097023 ], [ -112.51685528943867, 38.543476221074073 ], [ -112.51700570019662, 38.543808592940096 ], [ -112.51715616917886, 38.544143667234657 ], [ -112.51726700161194, 38.54450358572916 ], [ -112.51734092210303, 38.544745032791575 ], [ -112.51745728382632, 38.545094966900194 ], [ -112.51750112597971, 38.545270119792022 ], [ -112.51756914200105, 38.545503533004265 ], [ -112.51759797445187, 38.545783412055449 ], [ -112.51763195578258, 38.546035289157011 ], [ -112.51763534583834, 38.546196548285501 ], [ -112.51758177616132, 38.546377469733727 ], [ -112.51754579227935, 38.546576185849538 ], [ -112.51747033949873, 38.546807854476761 ], [ -112.51741731816871, 38.547014901628202 ], [ -112.51738031100547, 38.547164969686307 ], [ -112.5173521261204, 38.547461808269908 ], [ -112.51733393573603, 38.547688228797327 ], [ -112.51732316645558, 38.547994754068029 ], [ -112.5173333633814, 38.548152320384546 ], [ -112.51739639254488, 38.548475911641589 ], [ -112.51742435474841, 38.548714349708483 ], [ -112.51748699802634, 38.548964954018523 ], [ -112.51749819109857, 38.549497379160037 ], [ -112.51748588840228, 38.549730932378232 ], [ -112.5174281897948, 38.549988503597149 ], [ -112.5173937271574, 38.550314259736226 ], [ -112.51736519260048, 38.550539913136156 ], [ -112.5173053151496, 38.550693882116221 ], [ -112.51717762676556, 38.550897391282675 ], [ -112.51705455663574, 38.551047673552439 ], [ -112.51694992509374, 38.551256290429116 ], [ -112.51688537031085, 38.551460783301934 ], [ -112.51692255230618, 38.551864910511313 ], [ -112.51699649894525, 38.552107258255056 ], [ -112.51705908727386, 38.552355159958914 ], [ -112.51713244787904, 38.552569580042949 ], [ -112.51721148838367, 38.552781223043731 ], [ -112.51725121968352, 38.552978957410964 ], [ -112.51726054342666, 38.553204119940567 ], [ -112.51723150426692, 38.553460418296673 ], [ -112.51722919588133, 38.553623553384888 ], [ -112.51724070863057, 38.553898249857497 ], [ -112.51722325557191, 38.554159804796001 ], [ -112.51720205463711, 38.554516027309084 ], [ -112.51719150985835, 38.554560319531831 ], [ -112.5171550670361, 38.554737414056007 ], [ -112.51707496729507, 38.555021408167995 ], [ -112.51696650658798, 38.555321089064208 ], [ -112.51686222877888, 38.55554682271616 ], [ -112.51668981291809, 38.555806781180578 ], [ -112.51652159889041, 38.555993693155777 ], [ -112.5163294724788, 38.556134956891562 ], [ -112.51611932184413, 38.556237705064852 ], [ -112.51570761575059, 38.556306116726226 ], [ -112.51556484547102, 38.556338604051398 ], [ -112.5154063221011, 38.556440682428587 ], [ -112.51529611212268, 38.55665748016709 ], [ -112.5152942535035, 38.556842236541947 ], [ -112.5154026389104, 38.557085040367419 ], [ -112.51550985203473, 38.55727198900275 ], [ -112.51570165507805, 38.557661498187016 ], [ -112.51573346062032, 38.557809773249609 ], [ -112.51575494728668, 38.558013151048875 ], [ -112.51581893757731, 38.558327718859267 ], [ -112.51585339320364, 38.55860211815655 ], [ -112.51592751426567, 38.558852574227856 ], [ -112.51603565731574, 38.559356709002842 ], [ -112.51609974485581, 38.559675780978147 ], [ -112.5161444266671, 38.559890572891973 ], [ -112.51621677072413, 38.560056345260364 ], [ -112.51631300912848, 38.5602668646452 ], [ -112.51640858544724, 38.560445852877137 ], [ -112.51646478409644, 38.560553260638109 ], [ -112.51654021196568, 38.560701871303195 ], [ -112.51679191682625, 38.560937409653519 ], [ -112.51693768809024, 38.561047260824587 ], [ -112.51704705743322, 38.561117933828434 ], [ -112.51709476316474, 38.561148855092952 ], [ -112.51726961780922, 38.561277252626112 ], [ -112.51744381830464, 38.561429087813217 ], [ -112.51759320229053, 38.561656038504715 ], [ -112.51771964790593, 38.561938255520815 ], [ -112.51782380984199, 38.562252301000555 ], [ -112.51789262181643, 38.562522649361114 ], [ -112.51792632969169, 38.562761012203296 ], [ -112.51796585070139, 38.563002904156988 ], [ -112.51797117693353, 38.563256053185221 ], [ -112.51796088410497, 38.563585099871943 ], [ -112.51797728664191, 38.563819181444039 ], [ -112.5179424340409, 38.564071950430048 ], [ -112.51791896079807, 38.564320066150806 ], [ -112.51791803814075, 38.564548965615174 ], [ -112.51795222115628, 38.564809850498364 ], [ -112.51801970941204, 38.565017136596062 ], [ -112.51821183224135, 38.565420153755056 ], [ -112.51829668537886, 38.565634423450803 ], [ -112.51838231646437, 38.565885629377796 ], [ -112.51847342000889, 38.566124148382052 ], [ -112.51851896685343, 38.566379478781229 ], [ -112.51854103363338, 38.566609882131246 ], [ -112.51853636703028, 38.566933448885749 ], [ -112.51851386240081, 38.567227509739169 ], [ -112.5184205447657, 38.567701814496054 ], [ -112.51833213019978, 38.567918331982597 ], [ -112.51816579921399, 38.568141266964922 ], [ -112.51798676889352, 38.5683607619059 ], [ -112.51777308495282, 38.568569892423938 ], [ -112.51750414718474, 38.568880665729466 ], [ -112.51732547311715, 38.569117276535806 ], [ -112.51717565631111, 38.56936162315052 ], [ -112.51684405414517, 38.569694834451511 ], [ -112.51653397885956, 38.569960181022452 ], [ -112.51631437794195, 38.570161275383413 ], [ -112.51606235703541, 38.570458309231064 ], [ -112.51583919292591, 38.57076307894954 ], [ -112.51565647493553, 38.571080841393503 ], [ -112.51551852153811, 38.571343955990137 ], [ -112.51541480443231, 38.57159761578562 ], [ -112.5153696758064, 38.571908189239437 ], [ -112.51537421856476, 38.572124401863633 ], [ -112.51537331934016, 38.572300134052966 ], [ -112.51537361033465, 38.572368616239757 ], [ -112.51537375219549, 38.57259389714374 ], [ -112.51539395173077, 38.572845051110107 ], [ -112.51285544077199, 38.571615410005592 ], [ -112.5122092932595, 38.571182206718547 ], [ -112.50895533501448, 38.571192668367793 ], [ -112.50593078889274, 38.571195581987027 ], [ -112.50393922424409, 38.571194158479855 ], [ -112.5028486746421, 38.571190145351871 ], [ -112.50291192641581, 38.576704260386634 ], [ -112.50292703908676, 38.58211085305657 ], [ -112.50296540534025, 38.587530659319796 ], [ -112.50302616686444, 38.593472828064542 ], [ -112.50305659630529, 38.598234902624213 ], [ -112.50304999626377, 38.59929471432693 ], [ -112.50304298308939, 38.600334706340362 ], [ -112.50249174759155, 38.600332775054056 ], [ -112.50165350795602, 38.600334525030298 ], [ -112.50076925358201, 38.600332353586211 ], [ -112.49384613631877, 38.600393916139872 ], [ -112.48453398414647, 38.600431337507992 ], [ -112.48458172722611, 38.606927874122583 ], [ -112.48461227816084, 38.615096214128265 ], [ -112.48450471486028, 38.624920764196901 ], [ -112.48443641218803, 38.63052122708924 ], [ -112.48440272500375, 38.633900874167445 ], [ -112.48436327622395, 38.638393481202392 ], [ -112.48427929569974, 38.644625818639753 ], [ -112.47985037222573, 38.644654904780182 ], [ -112.47503698214075, 38.644706694808399 ], [ -112.47529879542449, 38.652709876548656 ], [ -112.47543193939585, 38.656902923500219 ], [ -112.47550990404433, 38.659078150275164 ], [ -112.47176908928425, 38.659080230521809 ], [ -112.46664328183306, 38.659076138848356 ], [ -112.46663296312151, 38.662514051351856 ], [ -112.46660877648894, 38.668088695682528 ], [ -112.46660112969391, 38.673910034724187 ], [ -112.45672081842544, 38.67389386011665 ], [ -112.44786401535642, 38.673900227014919 ], [ -112.44783385123284, 38.676739135626036 ], [ -112.4477928735989, 38.681209206819076 ], [ -112.43073620126239, 38.681396622861477 ], [ -112.41992683392206, 38.681600472786528 ], [ -112.41584492545775, 38.681505789098878 ], [ -112.40740278912469, 38.681309431604618 ], [ -112.40111734177125, 38.681169545457635 ], [ -112.39785016997124, 38.681645693798551 ], [ -112.38939586780661, 38.682899895258828 ], [ -112.38422583600978, 38.683674002973959 ], [ -112.38162310460542, 38.683739928961622 ], [ -112.37576240484069, 38.683876614829252 ], [ -112.37440750422456, 38.683906065060405 ], [ -112.36888346048613, 38.684033942972178 ], [ -112.36788495781228, 38.684063650464751 ], [ -112.36589139749289, 38.684122999631725 ], [ -112.36374494939133, 38.684062445709344 ], [ -112.36156048742339, 38.683997789342108 ], [ -112.35639566088332, 38.683850555257905 ], [ -112.35644299867485, 38.679659755775901 ], [ -112.35651870435333, 38.676667127209761 ], [ -112.35206560651852, 38.676438448109081 ], [ -112.34653178039574, 38.676200421393482 ], [ -112.34157220362951, 38.676240303286022 ], [ -112.33585896235128, 38.676242628984014 ], [ -112.33078341445554, 38.676228408829786 ], [ -112.32642133707012, 38.676192360718282 ], [ -112.32215948740811, 38.67610545432423 ], [ -112.31902594838751, 38.676050727788763 ], [ -112.3174232309843, 38.676100334307925 ], [ -112.31453910274615, 38.676168836052263 ], [ -112.31217199712628, 38.676222455024146 ], [ -112.31080356594794, 38.676260330358353 ], [ -112.3097822285776, 38.676294302591266 ], [ -112.30980497216333, 38.677226721140954 ], [ -112.30983758258205, 38.680907485297595 ], [ -112.30986132631429, 38.683470942190347 ], [ -112.30353202330106, 38.683451556752331 ], [ -112.29719220633126, 38.683422933846145 ], [ -112.29107406580516, 38.683382508361511 ], [ -112.29107900661636, 38.684617007431783 ], [ -112.29108467584078, 38.685572146738572 ], [ -112.29109309966182, 38.687000350633582 ], [ -112.28793690292756, 38.686990100426911 ], [ -112.28685604559428, 38.68698397783384 ], [ -112.28338931933253, 38.686968010511819 ], [ -112.28331948283964, 38.691424883991679 ], [ -112.2832698842718, 38.699909594856798 ], [ -112.2832577441947, 38.701482203773651 ], [ -112.27953138326589, 38.701455458775605 ], [ -112.27405669514204, 38.701407108474285 ], [ -112.27402767411003, 38.703335848600105 ], [ -112.27400663323954, 38.705066252068619 ], [ -112.26845189648157, 38.705059064120242 ], [ -112.26274744121031, 38.705039712272431 ], [ -112.25726183916822, 38.70504025705231 ], [ -112.25561698391611, 38.705021888171352 ], [ -112.25561446844522, 38.705535561360605 ], [ -112.2555845622264, 38.707770693464262 ], [ -112.25554734047803, 38.710902530538164 ], [ -112.25551411756851, 38.71229063171117 ], [ -112.25331702056883, 38.712337635573235 ], [ -112.25077146010943, 38.712386524478049 ], [ -112.24458585484484, 38.712511111952864 ], [ -112.24164793129079, 38.712551362648227 ], [ -112.24161249098309, 38.713826842985938 ], [ -112.24149382638903, 38.717937270321833 ], [ -112.24147885418186, 38.718401512717037 ], [ -112.24142350848548, 38.719789844773196 ], [ -112.23659789103841, 38.719840989565782 ], [ -112.23661644802877, 38.720917647019583 ], [ -112.23665074939032, 38.724575882093418 ], [ -112.23664825271034, 38.725431984058673 ], [ -112.23664661426412, 38.726004220247312 ], [ -112.23664854485422, 38.727117097759908 ], [ -112.23285981528338, 38.727220196491103 ], [ -112.22418489114098, 38.727496097420151 ], [ -112.21875794108078, 38.727665446012971 ], [ -112.21913335360973, 38.734523655824169 ], [ -112.21920871426236, 38.735572688556701 ], [ -112.21883691242701, 38.739419892439955 ], [ -112.21819997618195, 38.746964491872205 ], [ -112.21810015045365, 38.748200080657824 ], [ -112.21798223283191, 38.749048371780752 ], [ -112.21903964599801, 38.749041853348956 ], [ -112.21904438554193, 38.749929416818446 ], [ -112.21904943081859, 38.75090258428569 ], [ -112.21907674938875, 38.754876279759053 ], [ -112.21912771745907, 38.763959122167208 ], [ -112.22016363917008, 38.763961827771666 ], [ -112.22835863667386, 38.76396609034046 ], [ -112.22836408612476, 38.765290689651813 ], [ -112.22837726454939, 38.774112576462372 ], [ -112.22838559159851, 38.781307972060361 ], [ -112.22837512660936, 38.791432207112742 ], [ -112.22832427966685, 38.801818175194093 ], [ -112.22836612430348, 38.813374606843013 ], [ -112.22837279944177, 38.822813758627049 ], [ -112.22836508773432, 38.83074367602385 ], [ -112.22836177114296, 38.837587692022964 ], [ -112.22482481962686, 38.837597802639856 ], [ -112.22487022193125, 38.845621762949271 ], [ -112.22489670979378, 38.853884706235547 ], [ -112.22493318567564, 38.86474273780501 ], [ -112.22091633520149, 38.864739748406841 ], [ -112.20733853435306, 38.864727728677856 ], [ -112.19742631393723, 38.864735172632358 ], [ -112.18845911654408, 38.864736666603896 ], [ -112.18845469771331, 38.866547952460493 ], [ -112.18842516309113, 38.872734402559324 ], [ -112.18832060457672, 38.874416043715343 ], [ -112.18828956776078, 38.874975049959673 ], [ -112.18817522518378, 38.879184412130691 ], [ -112.17883623134678, 38.879121376155538 ], [ -112.16966451608232, 38.879064928444144 ], [ -112.16951275766507, 38.889145402455284 ], [ -112.16933874449938, 38.899627077159707 ], [ -112.16920368252079, 38.906859842665575 ], [ -112.16209235351714, 38.906777660137998 ], [ -112.15082791527597, 38.906614409191413 ], [ -112.150836603572, 38.910723390030746 ], [ -112.15090316990968, 38.925482910109366 ], [ -112.15091515359813, 38.935575199524102 ], [ -112.14250873731987, 38.935491085884799 ], [ -112.13384378297738, 38.935399867230899 ], [ -112.13387532039779, 38.939625756983297 ], [ -112.13392328227411, 38.948068663335363 ], [ -112.13397613748776, 38.957178328014827 ], [ -112.12950625672228, 38.957320798644488 ], [ -112.12580784856939, 38.957425020512957 ], [ -112.1221409097884, 38.957549548018441 ], [ -112.11506961769206, 38.957766012172392 ], [ -112.10931925877316, 38.95795147659873 ], [ -112.10644121569658, 38.958046382491965 ], [ -112.09635346261742, 38.958371373149973 ], [ -112.08530801131825, 38.958717919235063 ], [ -112.07405478039, 38.95906983812533 ], [ -112.07129195487592, 38.959158311290224 ], [ -112.06529911759232, 38.959352843796317 ], [ -112.06534739458813, 38.961420447981446 ], [ -112.06553950041352, 38.970776700866857 ], [ -112.06580198038407, 38.985975964847675 ], [ -112.06583438082529, 38.988521290053448 ], [ -112.06272143124471, 38.988437047933857 ], [ -112.05874828215737, 38.988351520674193 ], [ -112.0564846067367, 38.988308963005977 ], [ -112.05648232170999, 38.990485152502295 ], [ -112.05651349963962, 38.993746869141752 ], [ -112.05652808032484, 38.995503890507983 ], [ -112.05335293139517, 38.995528095647749 ], [ -112.04325036792829, 38.995618871125743 ], [ -112.03671549413646, 38.995681629018229 ], [ -112.028835570366, 38.995760395448833 ], [ -112.0212039843632, 38.995845467189064 ], [ -112.0189003117644, 38.995847586575678 ], [ -112.01881825294409, 38.998177662753342 ], [ -112.01886828069496, 38.999974932130996 ], [ -112.01878338432513, 39.002187887786079 ], [ -112.018749214606, 39.003026214177304 ], [ -112.0189252037936, 39.015775303739815 ], [ -112.01905474722628, 39.0243166261345 ], [ -112.01413413588951, 39.024355005647735 ], [ -112.01407317941188, 39.027365216825778 ], [ -112.01398714810161, 39.032258946292174 ], [ -112.01415472853989, 39.045517178779029 ], [ -112.00074945330056, 39.045533856875082 ], [ -111.8757191309388, 39.045575509112396 ], [ -111.849886637873, 39.045577381075574 ], [ -111.84979924456549, 39.045420323986811 ], [ -111.84970268397238, 39.04517322281216 ], [ -111.849555500208, 39.044944512466493 ], [ -111.84939071595966, 39.044693402401158 ], [ -111.84930206153018, 39.044527343010955 ], [ -111.84915050563305, 39.04441580802149 ], [ -111.84899371230449, 39.044349366366426 ], [ -111.84879107915823, 39.044314796899428 ], [ -111.84860620900176, 39.044316142165776 ], [ -111.84819057436849, 39.044346198840117 ], [ -111.84798811396359, 39.044326044451999 ], [ -111.84787207458973, 39.044285437104712 ], [ -111.847623170787, 39.044246696429461 ], [ -111.84730864780944, 39.044131837750193 ], [ -111.84712979591245, 39.044056542744229 ], [ -111.84697166024772, 39.043877469560925 ], [ -111.84684813446449, 39.043693639318406 ], [ -111.8466419010818, 39.043357220915418 ], [ -111.84642373915916, 39.042989349891648 ], [ -111.84629454680932, 39.042814571232981 ], [ -111.84625794930921, 39.042652637239549 ], [ -111.84624510517594, 39.042544597401694 ], [ -111.84628360944096, 39.042382118469767 ], [ -111.84634554417379, 39.042246502759298 ], [ -111.84646498001854, 39.042087941994353 ], [ -111.84664882274393, 39.042001002279662 ], [ -111.84686181895478, 39.041936378314261 ], [ -111.84708690678859, 39.041916721574481 ], [ -111.84721400077326, 39.041915798438175 ], [ -111.84764765254486, 39.04194418640504 ], [ -111.84807617401889, 39.042026676578026 ], [ -111.84847570361524, 39.042100364999079 ], [ -111.84903072815329, 39.042132370333512 ], [ -111.8493197946221, 39.042148287871854 ], [ -111.84970080773745, 39.042122984988247 ], [ -111.85008117264111, 39.042043619075756 ], [ -111.85025971975583, 39.041997262164529 ], [ -111.85044959375888, 39.041931899110303 ], [ -111.85066194862475, 39.041814107492179 ], [ -111.85085690700434, 39.041691035748592 ], [ -111.85115935649986, 39.04137794649187 ], [ -111.85151363340096, 39.041050961446658 ], [ -111.85167919736961, 39.040982169439452 ], [ -111.8518991180794, 39.040917485727057 ], [ -111.85223963103084, 39.040887964838383 ], [ -111.85267856768719, 39.040875745616361 ], [ -111.85292664961706, 39.040846898427958 ], [ -111.85305336223608, 39.040814432925011 ], [ -111.85322466421481, 39.040646474820946 ], [ -111.85326947029712, 39.040529002923641 ], [ -111.85327307946551, 39.040348754803254 ], [ -111.85319106545828, 39.04025473837163 ], [ -111.85295852860041, 39.040134789510645 ], [ -111.8526630971639, 39.040069366513954 ], [ -111.8523107639935, 39.040076447288079 ], [ -111.85206198098228, 39.040046726217028 ], [ -111.85187636466162, 39.039985004466928 ], [ -111.85174775963446, 39.039859788483483 ], [ -111.85171768547021, 39.039760886140243 ], [ -111.85167486780317, 39.039562954875862 ], [ -111.85175341695773, 39.039368642883851 ], [ -111.85198689956651, 39.039086692739197 ], [ -111.85250053857472, 39.038561197577089 ], [ -111.8528379527626, 39.03827488158349 ], [ -111.85338093979286, 39.037788816718454 ], [ -111.85356967214383, 39.037629741610587 ], [ -111.85366624866916, 39.0374938684513 ], [ -111.85371536494306, 39.03725471506484 ], [ -111.8537022395266, 39.03712415032242 ], [ -111.85369570394462, 39.037061120523653 ], [ -111.85352449697925, 39.036755996414932 ], [ -111.8533952447185, 39.036576720355995 ], [ -111.85331895736347, 39.036478156492407 ], [ -111.85328299762611, 39.036370286466379 ], [ -111.85329276256641, 39.036221532009129 ], [ -111.8533427463164, 39.036054461120571 ], [ -111.85341053622984, 39.035926908731966 ], [ -111.85345803736458, 39.035553501923232 ], [ -111.8534798200467, 39.034963115905242 ], [ -111.85350922149684, 39.034525862686756 ], [ -111.85355163868871, 39.034210163968389 ], [ -111.85352058902782, 39.034030169277102 ], [ -111.85343151608994, 39.033828972503656 ], [ -111.85340287276448, 39.033368715067432 ], [ -111.85329413162138, 39.032973022369688 ], [ -111.82618442847983, 39.033033029328934 ], [ -111.796983378505, 39.033087526229359 ], [ -111.7600732522904, 39.032887833466972 ], [ -111.7506967786841, 39.03281789488274 ], [ -111.74167248355711, 39.032726941276991 ], [ -111.73398278238675, 39.032649426776729 ], [ -111.72287868143835, 39.032538548546441 ], [ -111.66759617683289, 39.032674312997941 ], [ -111.64886743912652, 39.032635822121669 ], [ -111.64887148523603, 39.032446564709311 ], [ -111.62958345072038, 39.032390064522595 ], [ -111.6295072008265, 39.032390476053294 ], [ -111.62575235008293, 39.032397163018118 ], [ -111.610876212465, 39.032291289462549 ], [ -111.57379440903603, 39.032213763945542 ], [ -111.56308416731287, 39.032202878835768 ], [ -111.55522768339975, 39.032195483832723 ], [ -111.53663310612173, 39.032314050262691 ], [ -111.51808986361324, 39.032352828987086 ], [ -111.50532878572078, 39.032336720120078 ], [ -111.50069034260559, 39.032383756034449 ], [ -111.49605185986846, 39.032426102052248 ], [ -111.49129093698421, 39.032306577097302 ], [ -111.48670451326541, 39.032190635431476 ], [ -111.47428947544726, 39.032258897509578 ], [ -111.46808541746678, 39.032293870822464 ], [ -111.44953036626805, 39.032303774889201 ], [ -111.43090037669448, 39.032342543485228 ], [ -111.4122698949334, 39.032301742571121 ], [ -111.39218385237621, 39.032294408171765 ], [ -111.37575430901262, 39.032244859823052 ], [ -111.3736804423519, 39.032247016253947 ], [ -111.35510811929701, 39.032278000300806 ], [ -111.33652416195613, 39.032297049530115 ], [ -111.31791704673208, 39.032308695427133 ], [ -111.29933314599496, 39.032348853052511 ], [ -111.29932983739957, 39.028825449449975 ], [ -111.29932675886658, 39.028095543069249 ], [ -111.29932968594214, 39.017831669524874 ], [ -111.29810529799269, 39.017843815962593 ], [ -111.29812666635652, 39.011928738399845 ], [ -111.29814258806994, 39.011594377984821 ], [ -111.29815150081583, 38.999960737658846 ], [ -111.29816211172897, 38.968083037777312 ], [ -111.29813641124396, 38.939913458811461 ], [ -111.29813887861278, 38.939124952822965 ], [ -111.29831959256626, 38.924422331785863 ], [ -111.2986861115462, 38.894895309895333 ], [ -111.29893124750122, 38.874970235928672 ], [ -111.29891644679788, 38.865931707751187 ], [ -111.29889185299541, 38.851797155536183 ], [ -111.29882335964922, 38.80758644878923 ], [ -111.29875478000037, 38.763844015750514 ], [ -111.29862244795007, 38.758329193387183 ], [ -111.29845688392248, 38.751737550693313 ], [ -111.2986510679288, 38.750006805261997 ], [ -111.29915190658275, 38.744548927277719 ], [ -111.29914361161616, 38.714972390172214 ], [ -111.29917297988166, 38.67232845813534 ], [ -111.30705310967915, 38.672308036587886 ], [ -111.30706953184804, 38.6249992704875 ], [ -111.30704346452804, 38.621580219853847 ], [ -111.30702083533208, 38.617619541839609 ], [ -111.30700812055093, 38.614636628999335 ], [ -111.30704408816878, 38.600167872202356 ], [ -111.30702455334966, 38.592886266046371 ], [ -111.30698103793094, 38.588060474775929 ], [ -111.30700546867284, 38.585708287284916 ], [ -111.30548406182425, 38.585690639375493 ], [ -111.30548421981288, 38.570819969677444 ], [ -111.30561737833695, 38.556184128658977 ], [ -111.30567669977785, 38.541733190537023 ], [ -111.30571796948995, 38.527083998584985 ], [ -111.30575969974699, 38.51254291377797 ], [ -111.30576112669735, 38.510168226030402 ], [ -111.30585288364526, 38.510167986430915 ], [ -111.31068742310258, 38.510177790811731 ], [ -111.31077344521277, 38.510177562570796 ], [ -111.32435933291939, 38.510172264626036 ], [ -111.32444535490893, 38.510172026342801 ], [ -111.34294611398987, 38.510186901173711 ], [ -111.34303328279179, 38.510186645878434 ], [ -111.36157873533632, 38.510193940144319 ], [ -111.37406907126258, 38.510154710403164 ], [ -111.3741550974388, 38.510155336799407 ], [ -111.37570944403524, 38.510193618487627 ], [ -111.37579547026203, 38.510194243678576 ], [ -111.39876916272597, 38.510163330799998 ], [ -111.39885518399799, 38.510163037861368 ], [ -111.41697136555059, 38.510122466885662 ], [ -111.41705738657893, 38.510122160577502 ], [ -111.43528283352043, 38.510136946054459 ], [ -111.43537458908364, 38.510136604976729 ], [ -111.45372013332369, 38.510098508152318 ], [ -111.45380615390319, 38.510098174851926 ], [ -111.47224366908365, 38.510097373945491 ], [ -111.47233083637451, 38.510097022413561 ], [ -111.49113431473948, 38.510109794737609 ], [ -111.49122607566606, 38.510110311080027 ], [ -111.50073461338464, 38.510135828707739 ], [ -111.50082063966151, 38.510136362051512 ], [ -111.50959502433945, 38.510148075851305 ], [ -111.50968104427083, 38.510147701510007 ], [ -111.52370243473649, 38.510108368774752 ], [ -111.52378845442914, 38.510107984071844 ], [ -111.542329297386, 38.510126326997913 ], [ -111.54242105823029, 38.510126803223159 ], [ -111.55898886080715, 38.510111977480996 ], [ -111.55907488000224, 38.510111566860168 ], [ -111.5607551562085, 38.510108039237927 ], [ -111.56084690998382, 38.51010759985634 ], [ -111.57933575994058, 38.510080679523149 ], [ -111.57942752782874, 38.510082027915139 ], [ -111.59778507944918, 38.510131248613 ], [ -111.59787110552975, 38.510131710658598 ], [ -111.61618259055453, 38.51015755465135 ], [ -111.61626861660233, 38.510158003180784 ], [ -111.62573163128849, 38.510224077548948 ], [ -111.62581765737868, 38.51022451906239 ], [ -111.63302621986294, 38.510212811106122 ], [ -111.63311223801865, 38.510212346104325 ], [ -111.65177870722891, 38.510173928311801 ], [ -111.65187046766648, 38.51017431876933 ], [ -111.67018749540695, 38.51018087210457 ], [ -111.67027352124303, 38.510181280958264 ], [ -111.68876235481623, 38.510164118798663 ], [ -111.68884837194626, 38.510163612859991 ], [ -111.70740027458396, 38.510147642782293 ], [ -111.70748629135258, 38.510147123154638 ], [ -111.72619287806387, 38.510118229049155 ], [ -111.72627890349614, 38.510118596757998 ], [ -111.73820715782909, 38.510109799039114 ], [ -111.73829318316994, 38.510110157921474 ], [ -111.75072647159804, 38.510138354690518 ], [ -111.75081249688407, 38.510138704374874 ], [ -111.75630191705147, 38.510147539412984 ], [ -111.76654929495562, 38.502079211363906 ], [ -111.7666410347171, 38.502078610858042 ], [ -111.77575279608895, 38.502099716908646 ], [ -111.7942801842232, 38.502137741350232 ], [ -111.81295626110901, 38.502140260377736 ], [ -111.83133372129333, 38.502105873066029 ], [ -111.8489660048717, 38.502096535513317 ], [ -111.85473460634863, 38.502104141148166 ], [ -111.86743003694335, 38.502114432612004 ], [ -111.87577333044719, 38.502128938631117 ], [ -111.87649588182816, 38.50213344613946 ], [ -111.87896742662123, 38.502145562665582 ], [ -111.89045346836018, 38.502197574757282 ], [ -111.90429550823437, 38.502191540266637 ], [ -111.92277660481783, 38.502200577478952 ], [ -111.941206455355, 38.502238650848724 ], [ -111.95980779004427, 38.502236370384828 ], [ -111.978080061706, 38.502071670445659 ], [ -111.99644448083018, 38.501943888338339 ], [ -112.0007796524704, 38.50196099221462 ], [ -112.00994235316303, 38.502022014632942 ], [ -112.01475988992885, 38.502007404468323 ], [ -112.03307230606039, 38.501860810284008 ], [ -112.04436778586194, 38.50182370433987 ], [ -112.05140394369629, 38.501859873932759 ], [ -112.05729885154147, 38.501883400467456 ], [ -112.06234503715071, 38.501900814814512 ], [ -112.06240800754981, 38.510479447356488 ], [ -112.06743378280159, 38.510627494812077 ], [ -112.07888918100274, 38.510919027836785 ], [ -112.08388174702638, 38.511066674751191 ], [ -112.09037635567401, 38.51125870803822 ], [ -112.10185631847087, 38.51157029304489 ], [ -112.11730653467164, 38.511991629148291 ], [ -112.11963507232323, 38.512005434480955 ], [ -112.12573115287955, 38.512005563204845 ], [ -112.13571545344276, 38.512008279744116 ], [ -112.14771375996979, 38.512008445048423 ], [ -112.15919950056332, 38.512016961679635 ], [ -112.17065769262209, 38.512024626677054 ], [ -112.18214429146765, 38.512016464546647 ], [ -112.19361407354182, 38.512032579296864 ], [ -112.20508371097887, 38.512040362234536 ], [ -112.2165875870062, 38.512038555015117 ], [ -112.22802270403635, 38.512040844097086 ], [ -112.23951464953932, 38.51201347835913 ], [ -112.25075547466518, 38.51205705652535 ], [ -112.25115125387813, 38.512061839852372 ], [ -112.2519370006577, 38.51206695881632 ], [ -112.25608832920879, 38.512031511331678 ], [ -112.26239549904946, 38.511972693886186 ], [ -112.27022787067891, 38.511901506783296 ], [ -112.27383431149339, 38.511862328113857 ], [ -112.28535324749205, 38.511745459284377 ], [ -112.28862596606945, 38.511709487828313 ], [ -112.28858550632032, 38.511241330141608 ], [ -112.29676979073824, 38.511038331961693 ], [ -112.30720120533823, 38.510728592360159 ], [ -112.30825623939151, 38.510721315109407 ], [ -112.31971929230966, 38.510385412125807 ], [ -112.32593195537551, 38.510189063605651 ], [ -112.33120056745759, 38.510111260855183 ], [ -112.34453632118053, 38.509962493393893 ], [ -112.3541465746631, 38.509920234103042 ], [ -112.36314973247097, 38.509919399987965 ], [ -112.36561570657827, 38.509926711739908 ], [ -112.37576172026444, 38.510015205363381 ], [ -112.38190431479774, 38.510064526843735 ], [ -112.38728900151882, 38.510063933206375 ], [ -112.38852763134592, 38.510062768556708 ], [ -112.39832746244417, 38.510040766408913 ], [ -112.39909561971341, 38.510027084514419 ], [ -112.3997558931745, 38.510068756360084 ], [ -112.40465323666159, 38.510073188723574 ], [ -112.40735981029385, 38.510067722720201 ], [ -112.41146553145202, 38.51005885352513 ], [ -112.41807071412643, 38.510069159038451 ], [ -112.43630826422429, 38.510049620327905 ], [ -112.45460479388741, 38.509999472359006 ], [ -112.47285194923593, 38.510005659292226 ], [ -112.49115504355056, 38.509945208481192 ], [ -112.50072684123505, 38.509995033425064 ], [ -112.50313632693705, 38.510044327085438 ], [ -112.50764360349648, 38.51004495052004 ], [ -112.51349398568723, 38.510050575033546 ], [ -112.51792551891533, 38.51004907805379 ], [ -112.51854466812161, 38.510041049603927 ], [ -112.51852429162537, 38.510162967725087 ], [ -112.51849029330809, 38.51045537788638 ], [ -112.51845489429434, 38.510681121865709 ], [ -112.5183573033483, 38.510949124769731 ], [ -112.51825431936648, 38.511233418029782 ], [ -112.51815774877986, 38.511550069054259 ], [ -112.51823252423237, 38.511833859518987 ], [ -112.51832811287439, 38.512016452408723 ], [ -112.51848670859785, 38.512195524654032 ], [ -112.51863907992606, 38.512351247786178 ], [ -112.51880481110146, 38.512596911331862 ], [ -112.51890240905283, 38.512874998401401 ], [ -112.51896999799442, 38.513089493818065 ], [ -112.51904279031869, 38.513278689780769 ], [ -112.51909271572133, 38.513525855281856 ], [ -112.51909063281697, 38.513917877792842 ], [ -112.51905322725035, 38.514048127127815 ], [ -112.5189553504015, 38.514302617029337 ], [ -112.51883217677354, 38.514717837740022 ], [ -112.51887694801793, 38.514938035969976 ], [ -112.51897239116177, 38.51511342097632 ], [ -112.51911623001156, 38.515353961106968 ], [ -112.5192475616323, 38.515545100708117 ], [ -112.51940482132325, 38.515769245805359 ], [ -112.51955720238267, 38.515924967454872 ], [ -112.5197783083738, 38.516076192264009 ], [ -112.52029310475982, 38.516284880828678 ], [ -112.52054793117067, 38.516403225298355 ], [ -112.52075634167069, 38.516496039099117 ], [ -112.52097179434624, 38.516650939592196 ], [ -112.52120713970858, 38.516824505120262 ], [ -112.52127474699957, 38.51687589270599 ], [ -112.52144397428047, 38.517014271299608 ], [ -112.52166677580084, 38.517245671734258 ], [ -112.52183807263322, 38.517482246909466 ], [ -112.521951941121, 38.517715062676828 ], [ -112.52200253337078, 38.517938788402027 ], [ -112.52204110869184, 38.518136537312976 ], [ -112.52212811409562, 38.518455310214932 ], [ -112.52219801456394, 38.518778811114274 ], [ -112.52227805435487, 38.519039100456922 ], [ -112.52230630268771, 38.519291051787761 ], [ -112.5223107627627, 38.519502761208408 ], [ -112.52229775631962, 38.519702081802905 ], [ -112.52227390886078, 38.519931280899605 ], [ -112.52226661695134, 38.520129626037473 ], [ -112.5222869494923, 38.520278049403693 ], [ -112.52237094095283, 38.520453580273497 ], [ -112.52246081837916, 38.520636243635352 ], [ -112.52253917191236, 38.520816353372716 ], [ -112.5226120389204, 38.521008249193976 ], [ -112.5226271323335, 38.521180170188963 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 24, \"properties\": { \"NAME\": \"NORTH SUMMIT SCHOOL DISTRICT\", \"TOTENROLL\": 978, \"Color4\": \"4\", \"Shape_Leng\": 213321.980389, \"Shape_Area\": 1073617547.34 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.08418300638101, 41.232340507533486 ], [ -111.08368969524319, 41.232881339497382 ], [ -111.08302109250171, 41.233521382401847 ], [ -111.08250278920984, 41.234129786219896 ], [ -111.08172709216703, 41.235031126371567 ], [ -111.08118614803466, 41.235684579516715 ], [ -111.06874612081536, 41.235800772838843 ], [ -111.06839399841589, 41.235706399905531 ], [ -111.06856446850743, 41.210412148019159 ], [ -111.06858453907066, 41.206786451870705 ], [ -111.06390281404649, 41.206699065710637 ], [ -111.05914361981468, 41.206665576519647 ], [ -111.05853529736203, 41.206655978616844 ], [ -111.05422936995096, 41.206631963770498 ], [ -111.04697132384611, 41.20659011320631 ], [ -111.04675065806708, 41.206585699039174 ], [ -111.04678535587459, 41.188313100952698 ], [ -111.04679406091537, 41.183791108075205 ], [ -111.04678066759597, 41.173347286272481 ], [ -111.04678976861794, 41.169382875004878 ], [ -111.04677075386219, 41.159406543905078 ], [ -111.04714025069327, 41.159410897278221 ], [ -111.05432152642345, 41.159394222558781 ], [ -111.05422575971728, 41.173352129024394 ], [ -111.05402949578618, 41.188400009884518 ], [ -111.05420248549406, 41.202961250110221 ], [ -111.07357231154045, 41.203225246413197 ], [ -111.07358258027548, 41.217714459843208 ], [ -111.073557136894, 41.232271218569842 ], [ -111.08418300638101, 41.232340507533486 ] ] ], [ [ [ -111.13144695975247, 41.202430578726386 ], [ -111.1313998286298, 41.202718885892665 ], [ -111.13140069350513, 41.203151264951757 ], [ -111.11206068733762, 41.20300956487241 ], [ -111.09294312976132, 41.203238266286419 ], [ -111.09289569830011, 41.195842798508224 ], [ -111.09285542733416, 41.188442811437938 ], [ -111.11208360809525, 41.18847975184913 ], [ -111.11207214808606, 41.19574466295645 ], [ -111.11206642164559, 41.199379367040649 ], [ -111.13024246408372, 41.199486357105272 ], [ -111.13033230514101, 41.199684429773995 ], [ -111.13042231662259, 41.199968077435322 ], [ -111.13062590851872, 41.200391219029356 ], [ -111.13069778144889, 41.20054877611333 ], [ -111.13088352283053, 41.20098995330568 ], [ -111.13094953244547, 41.201197060441238 ], [ -111.13105144847768, 41.20146718211798 ], [ -111.13121310729251, 41.201791283156901 ], [ -111.1313509950219, 41.202155946699143 ], [ -111.13144695975247, 41.202430578726386 ] ] ], [ [ [ -111.59371561153516, 40.988097558620325 ], [ -111.59369466418035, 40.988412953119209 ], [ -111.59363223078886, 40.988742073523987 ], [ -111.5935300070123, 40.989274082975541 ], [ -111.59346215309473, 40.98966178436595 ], [ -111.5934137860049, 40.990234053196481 ], [ -111.59344378117191, 40.990927529065729 ], [ -111.59347250745373, 40.991612003192046 ], [ -111.59335375569995, 40.992157609598472 ], [ -111.59320858294502, 40.992541204518517 ], [ -111.59312693833037, 40.992717284190526 ], [ -111.59306296455101, 40.992875256525181 ], [ -111.59298099629443, 40.99301530502305 ], [ -111.59283368116783, 40.993160193634033 ], [ -111.59249052691334, 40.993342121522389 ], [ -111.59210384648796, 40.993443198333949 ], [ -111.59166608417841, 40.993549040136656 ], [ -111.59129874498166, 40.993686047698858 ], [ -111.59100876090048, 40.993831665699396 ], [ -111.59074914051926, 40.994049192813492 ], [ -111.59020089577228, 40.994565467395752 ], [ -111.59004770702043, 40.994719390676039 ], [ -111.58989439711078, 40.994859802100414 ], [ -111.58964669804978, 40.995081769789536 ], [ -111.58948093585312, 40.995159187098601 ], [ -111.5891370000983, 40.995255531268157 ], [ -111.58871060216516, 40.99543787328227 ], [ -111.58839774785223, 40.995687195546211 ], [ -111.58786678466083, 40.996144817564165 ], [ -111.58766008588856, 40.996299010521042 ], [ -111.58746471547747, 40.996390088128358 ], [ -111.58727508922708, 40.996458615695325 ], [ -111.5869963339813, 40.996532100938374 ], [ -111.58672676994695, 40.996569506014772 ], [ -111.5863427105137, 40.996566956105141 ], [ -111.58572906378041, 40.996416936792563 ], [ -111.58513947678222, 40.996298320701996 ], [ -111.58427097561388, 40.9962351646966 ], [ -111.58302162847804, 40.996128888093999 ], [ -111.58271215549485, 40.996089916102882 ], [ -111.5822545847536, 40.996110244594689 ], [ -111.58185677594116, 40.996166302347959 ], [ -111.58147648346194, 40.996186237654157 ], [ -111.58125606842981, 40.996134201029577 ], [ -111.58104162200544, 40.996084836351478 ], [ -111.58074341486098, 40.995974637663814 ], [ -111.58047645997574, 40.995903016004696 ], [ -111.5802015861459, 40.995877375303344 ], [ -111.57986302481588, 40.995910607504442 ], [ -111.57945391762325, 40.996034275153811 ], [ -111.57908627092803, 40.996140617535737 ], [ -111.57886127656975, 40.996244440848493 ], [ -111.57863050235379, 40.996367209912037 ], [ -111.57838803496732, 40.996512557633189 ], [ -111.57808186795417, 40.996851900163172 ], [ -111.57789986653367, 40.997114049930104 ], [ -111.57779400367461, 40.997245199198325 ], [ -111.57758708123752, 40.997376854781841 ], [ -111.57734949146128, 40.997400565453951 ], [ -111.57714158553108, 40.997419622931446 ], [ -111.57685116096431, 40.997520166612652 ], [ -111.57646101006658, 40.99777434735207 ], [ -111.57622518346021, 40.998000730896059 ], [ -111.57590034102796, 40.998245575063983 ], [ -111.57541436100766, 40.998419157369042 ], [ -111.57508259008486, 40.99855143159369 ], [ -111.57469844931681, 40.998814584535751 ], [ -111.57416192906661, 40.999330724224876 ], [ -111.57347169235139, 40.999946716152358 ], [ -111.57352617242685, 41.00005904729462 ], [ -111.57345569242663, 41.000158487869797 ], [ -111.57330824047813, 41.00029434395077 ], [ -111.57317259975898, 41.000421132936744 ], [ -111.57279419054355, 41.000661730541886 ], [ -111.57251594679576, 41.000798235446659 ], [ -111.5719643105968, 41.000945104727535 ], [ -111.57137035680284, 41.001011107566967 ], [ -111.571060867453, 41.000972104433039 ], [ -111.57079264362605, 41.000892359352534 ], [ -111.57054757888432, 41.00074043362077 ], [ -111.57023723724274, 41.000602342563312 ], [ -111.56955714730081, 41.000330955558027 ], [ -111.56916956443436, 41.000197747321856 ], [ -111.56881780744635, 41.000082377348654 ], [ -111.56845466493583, 41.000025615592477 ], [ -111.56813989441302, 41.000063200142598 ], [ -111.56787268281427, 41.000100549549011 ], [ -111.56749317425718, 41.000215020740463 ], [ -111.56717319092169, 41.000338205989749 ], [ -111.56690026425477, 41.000402605791301 ], [ -111.56662749134216, 41.000485020543231 ], [ -111.56658047174307, 41.000548308896064 ], [ -111.56668790524479, 41.000597325756885 ], [ -111.56674233580587, 41.000705156266378 ], [ -111.56687439855295, 41.000853141787864 ], [ -111.56708965319133, 41.000996213822646 ], [ -111.56730493965571, 41.001142888563756 ], [ -111.56763381616561, 41.001362870627538 ], [ -111.56799241234899, 41.001581804484587 ], [ -111.56828638895747, 41.001891137544874 ], [ -111.56844200568361, 41.002011980586246 ], [ -111.56862202272939, 41.002204768435767 ], [ -111.56870861130682, 41.002456570104734 ], [ -111.56873310001168, 41.002677149506709 ], [ -111.5687347649544, 41.002870816992427 ], [ -111.56868265230624, 41.003033221194798 ], [ -111.56854009512318, 41.003187063329626 ], [ -111.56833340648323, 41.003350229672684 ], [ -111.5680803518603, 41.003514524973227 ], [ -111.56783242329603, 41.003722033684205 ], [ -111.56750223325795, 41.004043449830554 ], [ -111.56732557479521, 41.004242499180457 ], [ -111.56716544627393, 41.004427954667491 ], [ -111.56706680068551, 41.004572570714409 ], [ -111.56694990163786, 41.004807358149279 ], [ -111.56679729103847, 41.005037816978785 ], [ -111.56653839549219, 41.005354375634667 ], [ -111.56634370164417, 41.005530991665786 ], [ -111.56596608609397, 41.005870652677864 ], [ -111.56563579929336, 41.006183055697818 ], [ -111.5654161681019, 41.006364296596701 ], [ -111.56519929874595, 41.0065905643661 ], [ -111.56491016184467, 41.006848714499654 ], [ -111.56469236922123, 41.007106514408484 ], [ -111.56445650759628, 41.007337377883303 ], [ -111.56422601362728, 41.007500653351869 ], [ -111.56393602416905, 41.007659715366373 ], [ -111.56367583812286, 41.007827639074655 ], [ -111.563350471362, 41.00802200445122 ], [ -111.56315538536741, 41.00815447695004 ], [ -111.56294885961832, 41.008340153159956 ], [ -111.5627905495887, 41.008602162989945 ], [ -111.56264386153039, 41.008832587289554 ], [ -111.56252091704118, 41.009058391442707 ], [ -111.56237338454858, 41.009189729705938 ], [ -111.56203665923063, 41.009448104720832 ], [ -111.56177676737117, 41.009652055326761 ], [ -111.56143969327594, 41.009869893552384 ], [ -111.56093060847303, 41.010138112882849 ], [ -111.56047510846976, 41.010415077579495 ], [ -111.56009575670763, 41.010556548049202 ], [ -111.55980524829219, 41.010657049094213 ], [ -111.55953828625168, 41.010729509805543 ], [ -111.55931879164318, 41.010790028965417 ], [ -111.55905797238245, 41.010885879976932 ], [ -111.55874977542599, 41.011004480474945 ], [ -111.55857893434707, 41.01119357907443 ], [ -111.55849695422508, 41.011343511798259 ], [ -111.55844549450177, 41.011586981468774 ], [ -111.5584178943694, 41.011839343678247 ], [ -111.55833078841998, 41.012086589229739 ], [ -111.55808345852773, 41.012372444852254 ], [ -111.55788932940258, 41.012621108997251 ], [ -111.55765963634491, 41.012883457112139 ], [ -111.55744130215535, 41.013082692717447 ], [ -111.55719880274103, 41.013237003932332 ], [ -111.556837531545, 41.013409904794948 ], [ -111.55650129373402, 41.013731318268107 ], [ -111.55636608590875, 41.013916638211832 ], [ -111.55628446873931, 41.014110707523443 ], [ -111.55611540039136, 41.014512386338673 ], [ -111.5559939757909, 41.014922843228817 ], [ -111.55586592193242, 41.015252258535426 ], [ -111.55573086066084, 41.015455593296835 ], [ -111.55559000360925, 41.015676972140987 ], [ -111.55544922128618, 41.015907358600536 ], [ -111.55521882651226, 41.016088631728486 ], [ -111.55498214388557, 41.016229397974186 ], [ -111.55471046201995, 41.01645140555987 ], [ -111.55444434709352, 41.01662834495275 ], [ -111.5543804092506, 41.016804311488634 ], [ -111.55432355023927, 41.017115366236823 ], [ -111.55433164891495, 41.017372059642021 ], [ -111.55436296725331, 41.017561080218705 ], [ -111.55435307556033, 41.017799843823632 ], [ -111.55430825973623, 41.018128856892673 ], [ -111.55424618900724, 41.018385887691885 ], [ -111.55417624557299, 41.018697005202796 ], [ -111.55409476719196, 41.018909088456411 ], [ -111.55403662194777, 41.019067010590391 ], [ -111.55396191951425, 41.019378150812848 ], [ -111.55380369870149, 41.01965816376795 ], [ -111.55375134793077, 41.019798041600531 ], [ -111.55367079218999, 41.019978591565469 ], [ -111.55353411051286, 41.020132386580215 ], [ -111.5534405388082, 41.020321106216734 ], [ -111.55333467348838, 41.020462141606956 ], [ -111.55338439633751, 41.020718635101417 ], [ -111.55349249413308, 41.020844230118612 ], [ -111.55364357774796, 41.021131765205759 ], [ -111.55396836650375, 41.02156709975074 ], [ -111.55428513578759, 41.021754747903657 ], [ -111.55454111572291, 41.021785045118101 ], [ -111.55483281494628, 41.021819673897404 ], [ -111.55508771944277, 41.021863487291746 ], [ -111.55542272875152, 41.021956458932024 ], [ -111.5558038597341, 41.022017678689338 ], [ -111.5561550674683, 41.022056521213223 ], [ -111.55662600995191, 41.022189370008164 ], [ -111.55686510029327, 41.022332345423685 ], [ -111.55710434348346, 41.022493335887326 ], [ -111.55731385308881, 41.022654469623092 ], [ -111.55742847053089, 41.022846689626775 ], [ -111.55750875132152, 41.023198519731487 ], [ -111.55755311529182, 41.023522598266439 ], [ -111.55754937145201, 41.023783852498475 ], [ -111.55752149743329, 41.024004686805448 ], [ -111.55746934111491, 41.024167085627866 ], [ -111.55724536405684, 41.024406884461577 ], [ -111.55708447570447, 41.024511255827079 ], [ -111.55687289684963, 41.024669920735299 ], [ -111.5566886359217, 41.02482394924143 ], [ -111.55649889599952, 41.024892426571135 ], [ -111.55637034740099, 41.025023665205026 ], [ -111.55639000094264, 41.025238864879974 ], [ -111.55642701853664, 41.025397229436976 ], [ -111.55648163528555, 41.02552668296115 ], [ -111.55635212343209, 41.025684950630833 ], [ -111.55625250633251, 41.025861990969965 ], [ -111.55622402079501, 41.026010762733982 ], [ -111.55623250732208, 41.026312494418335 ], [ -111.55624027382673, 41.026528652251365 ], [ -111.55629611170355, 41.026803130959586 ], [ -111.55628751474292, 41.027195026421275 ], [ -111.55620084358756, 41.027497217286857 ], [ -111.55608916945269, 41.027655398532247 ], [ -111.55591165653728, 41.027764352494465 ], [ -111.55563921146923, 41.027900788287866 ], [ -111.55522353497044, 41.027979360630553 ], [ -111.55494876365032, 41.02798068395871 ], [ -111.5546758421401, 41.027918940777042 ], [ -111.55446264155114, 41.028028064250307 ], [ -111.55423924486021, 41.028339919412794 ], [ -111.55392215826936, 41.028827883075117 ], [ -111.55383418350729, 41.028976039260769 ], [ -111.5536807250954, 41.029117303466577 ], [ -111.55349142233017, 41.029239822524488 ], [ -111.55327298431257, 41.029434546207597 ], [ -111.55311371929103, 41.029592952979066 ], [ -111.55296600955624, 41.029710767487018 ], [ -111.55300376773853, 41.029958309997589 ], [ -111.55318251443062, 41.030137614879862 ], [ -111.55333375210535, 41.03029903528531 ], [ -111.5535016062384, 41.0304558716225 ], [ -111.55400912013755, 41.030687644648282 ], [ -111.55431320709684, 41.030776263872859 ], [ -111.55457002323401, 41.030902043094194 ], [ -111.55486364584259, 41.031160964890333 ], [ -111.55498384829754, 41.031309020302835 ], [ -111.55509799006099, 41.031443592579755 ], [ -111.55521322957898, 41.031708777339659 ], [ -111.55523887477926, 41.031929352979695 ], [ -111.55509229858455, 41.032182286649402 ], [ -111.55483839560371, 41.0324042083991 ], [ -111.55461967907944, 41.032566506615417 ], [ -111.55443014910672, 41.032662904675043 ], [ -111.55426489354022, 41.032816837710257 ], [ -111.5540770163001, 41.033110505249141 ], [ -111.5539771102731, 41.033255115550261 ], [ -111.55362174509034, 41.033436985660487 ], [ -111.55339659145481, 41.033541660440669 ], [ -111.55305285517098, 41.033691944508817 ], [ -111.55282175180089, 41.033796646714308 ], [ -111.55254351586608, 41.033955623190657 ], [ -111.55234256476227, 41.034109724572396 ], [ -111.55229705119756, 41.034357666171751 ], [ -111.5522626429143, 41.034510969203495 ], [ -111.5521572720141, 41.034714156907683 ], [ -111.55203992910339, 41.034908393728173 ], [ -111.55192239741852, 41.035080111013862 ], [ -111.55169779952499, 41.035252340737564 ], [ -111.55133654436224, 41.035443240084639 ], [ -111.5510474035126, 41.0355797447735 ], [ -111.5506504558484, 41.035770812613734 ], [ -111.55040591782247, 41.03583503758054 ], [ -111.55007773779877, 41.035855521456668 ], [ -111.54969865078014, 41.035905974024466 ], [ -111.54943109637442, 41.035920762012601 ], [ -111.549187970809, 41.036012002036721 ], [ -111.54886796731049, 41.0361576564393 ], [ -111.54869529042733, 41.036280088336184 ], [ -111.54845297832016, 41.036326282313233 ], [ -111.54795438366222, 41.03645566847112 ], [ -111.54765704078882, 41.036465189091551 ], [ -111.54728267706474, 41.036512008020907 ], [ -111.54700314861849, 41.036517839110111 ], [ -111.54676518303788, 41.036514464226052 ], [ -111.5465042814071, 41.036614791042602 ], [ -111.54608946954569, 41.036805927876451 ], [ -111.54582930982581, 41.036996330887391 ], [ -111.54552141371434, 41.037168943021371 ], [ -111.54536861744961, 41.03739486924237 ], [ -111.54545479353871, 41.03774577822449 ], [ -111.54557647472369, 41.038073998744629 ], [ -111.54559113094724, 41.038408130689888 ], [ -111.54564213241837, 41.038821362012534 ], [ -111.54559789235223, 41.039226936889577 ], [ -111.54548702846105, 41.039488697157672 ], [ -111.54528675033818, 41.039728360093477 ], [ -111.54499096007848, 41.03992793783155 ], [ -111.54464713420789, 41.04007369310726 ], [ -111.54429750668849, 41.04023749099418 ], [ -111.54391248269745, 41.040437487350971 ], [ -111.54369926101377, 41.040551094925554 ], [ -111.54362203691205, 41.040709101288236 ], [ -111.54355325165311, 41.040880579972907 ], [ -111.5434837283337, 41.041107011612468 ], [ -111.54336674874195, 41.041349881566461 ], [ -111.54320233448675, 41.04161189202258 ], [ -111.54300895799517, 41.041824494054012 ], [ -111.54283075084754, 41.042000991840389 ], [ -111.54260100782017, 41.042276821275202 ], [ -111.54238940497116, 41.042588597334479 ], [ -111.54218932806442, 41.042855278190338 ], [ -111.54207800121181, 41.043062988531865 ], [ -111.5419197924782, 41.043357397120126 ], [ -111.5418148117454, 41.043613721169173 ], [ -111.54171586033645, 41.043879925697574 ], [ -111.54160438259311, 41.044069620031493 ], [ -111.54149537780133, 41.044561074427456 ], [ -111.5414611239492, 41.044736893567432 ], [ -111.54130814888856, 41.044944798772853 ], [ -111.54115502528167, 41.045134688242342 ], [ -111.54104912394946, 41.045279315259052 ], [ -111.54086577432057, 41.045410793507017 ], [ -111.54053994217008, 41.045578972279486 ], [ -111.54016656018868, 41.045752777873318 ], [ -111.53982345893009, 41.045992199633744 ], [ -111.53954558179406, 41.04620519150572 ], [ -111.53919043800794, 41.046427552338166 ], [ -111.53896543764721, 41.046559222406387 ], [ -111.5387047048648, 41.046686555011071 ], [ -111.53839031865274, 41.046800625522209 ], [ -111.53794490326722, 41.046897290646569 ], [ -111.5376837638745, 41.046975078231704 ], [ -111.53732776695693, 41.047093844026669 ], [ -111.53708443695569, 41.047167043161686 ], [ -111.5368120559646, 41.047325954147887 ], [ -111.53653387079457, 41.047502907728777 ], [ -111.53635667463359, 41.047661374454876 ], [ -111.53618604840881, 41.047896379265197 ], [ -111.5361158273202, 41.048040835692689 ], [ -111.53602816018596, 41.048234917817119 ], [ -111.53583417261075, 41.048524079391498 ], [ -111.53562751767313, 41.048718714371688 ], [ -111.535349506003, 41.048918184527047 ], [ -111.53511237183761, 41.049022879082543 ], [ -111.53467985617597, 41.049245585183591 ], [ -111.53426525861268, 41.04947721469852 ], [ -111.53402740424586, 41.049640463049322 ], [ -111.5337982419004, 41.049848711178477 ], [ -111.53353858490942, 41.050112049476581 ], [ -111.53331993930571, 41.050296826878231 ], [ -111.53311911183091, 41.050477918193515 ], [ -111.53295416195012, 41.050681363505227 ], [ -111.53287794502569, 41.050821341580786 ], [ -111.53272569186521, 41.051123816998334 ], [ -111.53259574640123, 41.051241522969875 ], [ -111.53243594375125, 41.051345854583353 ], [ -111.53218105640656, 41.051464137259131 ], [ -111.53183159146353, 41.051659424754433 ], [ -111.5314582897882, 41.051850317062843 ], [ -111.53120372477751, 41.052009132551817 ], [ -111.53085443506475, 41.052226936524598 ], [ -111.53048246198638, 41.052435835748227 ], [ -111.5301141648163, 41.052658229012309 ], [ -111.52981200313658, 41.052818161157852 ], [ -111.52938545937026, 41.053048927142385 ], [ -111.5290003875802, 41.05325788173635 ], [ -111.52875760251857, 41.053403125572721 ], [ -111.52852682404583, 41.053561825983934 ], [ -111.52824264059684, 41.053738786940677 ], [ -111.52786336693869, 41.053929694941729 ], [ -111.52738910990728, 41.054148060711 ], [ -111.5270750638738, 41.054311643285423 ], [ -111.52670209260873, 41.054547559133141 ], [ -111.52627001478481, 41.054833288253583 ], [ -111.52600349009157, 41.054987642773661 ], [ -111.52572499262305, 41.055133043194843 ], [ -111.52546427199887, 41.055269353786215 ], [ -111.52510293871896, 41.055473683021603 ], [ -111.52476529563849, 41.055664391097658 ], [ -111.52451643508016, 41.055796141481679 ], [ -111.52427348774408, 41.055923360376099 ], [ -111.52389404705605, 41.056096239838766 ], [ -111.52368081171463, 41.056218818354608 ], [ -111.52341965413552, 41.056301077702017 ], [ -111.52309308136041, 41.056388137452515 ], [ -111.52265377801959, 41.056516244043003 ], [ -111.52223116870459, 41.056648777357275 ], [ -111.52187022469229, 41.056754005591131 ], [ -111.52144274550096, 41.056873045919311 ], [ -111.5211992549655, 41.056932700046964 ], [ -111.52084313884654, 41.05704691132582 ], [ -111.5204869859833, 41.057156617620777 ], [ -111.51984572343405, 41.057330665968571 ], [ -111.51962022185567, 41.057408251805676 ], [ -111.51934127491322, 41.057499590215848 ], [ -111.5189675787815, 41.057497670464514 ], [ -111.51866288995105, 41.057493637321365 ], [ -111.51824007760902, 41.057450499008183 ], [ -111.51794852168234, 41.057451809774626 ], [ -111.51762746228623, 41.057484780670571 ], [ -111.51725323952149, 41.057567533844171 ], [ -111.51697418278289, 41.057645354873834 ], [ -111.5166895629242, 41.05777274470698 ], [ -111.51627417924047, 41.057918735923899 ], [ -111.51600702018744, 41.057996501308502 ], [ -111.51559142957944, 41.058116367507601 ], [ -111.51527056957066, 41.058175454429183 ], [ -111.51503882839158, 41.05821702681186 ], [ -111.51465868306097, 41.058304302077687 ], [ -111.51439715491834, 41.058341502145431 ], [ -111.51410580529549, 41.05836982656529 ], [ -111.51379663983235, 41.058402733730382 ], [ -111.51348134870558, 41.058413147118024 ], [ -111.51322562962042, 41.058432302449603 ], [ -111.513017547103, 41.058455749207234 ], [ -111.51271468062912, 41.058533665914489 ], [ -111.51247184011122, 41.058678875633525 ], [ -111.51213414387172, 41.058869546906884 ], [ -111.51184975371096, 41.059028452097095 ], [ -111.51154834882486, 41.059295529267423 ], [ -111.51136591297063, 41.059557573738658 ], [ -111.51125411248564, 41.059720215512158 ], [ -111.51110695803762, 41.059928054456407 ], [ -111.51094797164053, 41.060144953762709 ], [ -111.51080767698618, 41.06031672951832 ], [ -111.51067084733329, 41.060474977602567 ], [ -111.51036386366282, 41.060791620863533 ], [ -111.51015726917174, 41.061008729887668 ], [ -111.50986120759489, 41.061199210127221 ], [ -111.50953546141025, 41.061398828952015 ], [ -111.50932214736655, 41.061516877149941 ], [ -111.50913928672446, 41.061725772146737 ], [ -111.50899806477348, 41.061932681321714 ], [ -111.50889867634316, 41.06216282662546 ], [ -111.50866972800418, 41.06256920158522 ], [ -111.50853442565247, 41.062772480800184 ], [ -111.50828630328543, 41.063007785846736 ], [ -111.50807385997186, 41.063085291461967 ], [ -111.50789460116449, 41.063144634251877 ], [ -111.50765695640072, 41.063195225894859 ], [ -111.5074308317572, 41.063196221821642 ], [ -111.5070257725254, 41.06314395617941 ], [ -111.5062152415052, 41.062985373883059 ], [ -111.50566134982726, 41.062924749041549 ], [ -111.5051787976588, 41.062854800727955 ], [ -111.50495226069265, 41.062801745045249 ], [ -111.50464214010331, 41.062713022601912 ], [ -111.50427891219231, 41.062683084330452 ], [ -111.50405302990555, 41.06271560088895 ], [ -111.50383296050879, 41.062730075405739 ], [ -111.50358310359726, 41.06274017562982 ], [ -111.50337479786194, 41.062736581679914 ], [ -111.50303554438625, 41.062729054993724 ], [ -111.50277361460866, 41.062716685931221 ], [ -111.50238063442873, 41.062686871477794 ], [ -111.5020350196742, 41.062625321020583 ], [ -111.50166550048978, 41.062550361451365 ], [ -111.50144471265337, 41.062470249557514 ], [ -111.50124150352295, 41.062354028406027 ], [ -111.50096151264489, 41.062157067859637 ], [ -111.50076306576665, 41.062040825153126 ], [ -111.50065445299298, 41.061843119003065 ], [ -111.5005744716477, 41.061654296471552 ], [ -111.50045531989633, 41.061479156135015 ], [ -111.50031750268346, 41.061353641231506 ], [ -111.50004928718603, 41.061296252778696 ], [ -111.4998114451208, 41.061320705636753 ], [ -111.49960453461188, 41.061500863953945 ], [ -111.49945750979687, 41.061731207689839 ], [ -111.49904308394417, 41.062012254047943 ], [ -111.49877769029338, 41.062171044687403 ], [ -111.49855116102889, 41.062275618017935 ], [ -111.49835581207483, 41.062411584393459 ], [ -111.49820823657639, 41.062727505777332 ], [ -111.4980859589794, 41.062926212406836 ], [ -111.49761744781696, 41.063139025850447 ], [ -111.49739207636995, 41.063239988655305 ], [ -111.49697127467694, 41.063467006479243 ], [ -111.49657386634105, 41.063639873405435 ], [ -111.4961461607336, 41.063740804668285 ], [ -111.49549283362325, 41.06391026537338 ], [ -111.49521994500354, 41.064024039556081 ], [ -111.49485130331807, 41.064066159578879 ], [ -111.49444110715569, 41.064121968863248 ], [ -111.49413129761307, 41.064073753220974 ], [ -111.49366619679495, 41.063949633318884 ], [ -111.49332548387338, 41.063747509506371 ], [ -111.49303249294883, 41.063560494270753 ], [ -111.49266771908363, 41.063323339869527 ], [ -111.49244599867453, 41.063117101406988 ], [ -111.49220605163934, 41.062860495031948 ], [ -111.49187612248615, 41.062506984828985 ], [ -111.49164203655718, 41.062237740895455 ], [ -111.49131822498927, 41.061905822379373 ], [ -111.49110754352135, 41.061582428960229 ], [ -111.49074786085023, 41.0612272406077 ], [ -111.49054448011505, 41.061084877784147 ], [ -111.49021693650947, 41.061050239203453 ], [ -111.48999696965005, 41.061078199006943 ], [ -111.48965190897985, 41.061088673789001 ], [ -111.48930817180864, 41.061117158113461 ], [ -111.48902750942429, 41.061145373766081 ], [ -111.48867703114514, 41.061227933400062 ], [ -111.4882789147011, 41.061306189777071 ], [ -111.48779795615189, 41.061447852155339 ], [ -111.48740615359637, 41.06157562332573 ], [ -111.48703170271783, 41.061635759102778 ], [ -111.48662181353887, 41.06173207570378 ], [ -111.48642561178865, 41.061755424287064 ], [ -111.48583106177055, 41.061826393905349 ], [ -111.4854146494657, 41.06184526407862 ], [ -111.48505749089875, 41.061829652584692 ], [ -111.48467665596144, 41.061831254950206 ], [ -111.48438963474288, 41.061804536660226 ], [ -111.48417042350121, 41.061773929534937 ], [ -111.48394384070286, 41.061711824607585 ], [ -111.48380615321815, 41.061599801520956 ], [ -111.48349080831211, 41.06160562904946 ], [ -111.4832891234354, 41.061692952793173 ], [ -111.48298113881985, 41.061891521350148 ], [ -111.48268509300804, 41.062095443932044 ], [ -111.48235376962562, 41.062358066045888 ], [ -111.48218258399136, 41.062547952484586 ], [ -111.48202458741912, 41.062751295641441 ], [ -111.48185072369708, 41.062900656346265 ], [ -111.48160320245141, 41.063068340831464 ], [ -111.48134232574176, 41.063200048184534 ], [ -111.48102808873823, 41.063359001982334 ], [ -111.48070135847729, 41.063436934176387 ], [ -111.48033839887965, 41.063442951697837 ], [ -111.48005451242908, 41.063520703467077 ], [ -111.47976222884532, 41.063589481400925 ], [ -111.47945920064646, 41.063653799250339 ], [ -111.47923954733795, 41.063726777696687 ], [ -111.4789189598811, 41.063831703576746 ], [ -111.47852105093942, 41.063942354523057 ], [ -111.47805132718439, 41.063997451844401 ], [ -111.47773649168451, 41.064075326287224 ], [ -111.47743918197337, 41.064108086784849 ], [ -111.47721341132718, 41.064158566475179 ], [ -111.47699359109902, 41.064209021093205 ], [ -111.47663674017514, 41.064237521912666 ], [ -111.47625107738709, 41.06439675808118 ], [ -111.47601984120804, 41.064514818731581 ], [ -111.47575923969445, 41.06468704872313 ], [ -111.47552343562488, 41.064832151515589 ], [ -111.47523674205543, 41.064852251192491 ], [ -111.47520106303342, 41.064856001564728 ], [ -111.47500950222694, 41.064699149687812 ], [ -111.47496163647229, 41.064663314602718 ], [ -111.47468045859993, 41.064457286980186 ], [ -111.47432221368889, 41.064292112328381 ], [ -111.47396474666662, 41.064235030503774 ], [ -111.47367406372457, 41.064362339036137 ], [ -111.47344340445126, 41.064561465008346 ], [ -111.47314828123402, 41.064733830927594 ], [ -111.47285621076793, 41.064834118803468 ], [ -111.4725176261655, 41.064921084532251 ], [ -111.47220889153563, 41.065021439095041 ], [ -111.47206102226481, 41.0651481582508 ], [ -111.47193110163003, 41.065288315852278 ], [ -111.4715520477741, 41.065542094209221 ], [ -111.47139208128755, 41.065641837718559 ], [ -111.47109604697111, 41.065854738510971 ], [ -111.47094222276665, 41.065981480562151 ], [ -111.47067568330944, 41.066158227351707 ], [ -111.47049856740796, 41.06635712868043 ], [ -111.47039881324, 41.066555713963659 ], [ -111.47026943181825, 41.066772436249337 ], [ -111.4700622372001, 41.066926419175083 ], [ -111.46987842893651, 41.067021753771876 ], [ -111.46967702342099, 41.067153192165755 ], [ -111.46934607110219, 41.067478831878667 ], [ -111.46928166607029, 41.067627727682371 ], [ -111.4691820344086, 41.067844327558596 ], [ -111.46904560116626, 41.068074589277451 ], [ -111.46884640478868, 41.068350146652563 ], [ -111.46865293406637, 41.068594152072833 ], [ -111.46846145239361, 41.0687831997285 ], [ -111.46832138647018, 41.069005368045879 ], [ -111.46803226851337, 41.069357858142737 ], [ -111.46792075959679, 41.069579009156129 ], [ -111.46781500967182, 41.069773112410637 ], [ -111.46762040456106, 41.070026128740572 ], [ -111.4673901155449, 41.070282892707169 ], [ -111.46712992136914, 41.070519058836339 ], [ -111.46686389503759, 41.070772363364156 ], [ -111.46655585669458, 41.070976292899481 ], [ -111.46619988704977, 41.071135375101065 ], [ -111.46594454917293, 41.071217480611267 ], [ -111.46562387218459, 41.071317865761195 ], [ -111.46539224329462, 41.071386362114673 ], [ -111.4651549799367, 41.071499921175885 ], [ -111.46471688894434, 41.071830483878372 ], [ -111.46438455767979, 41.071966944915047 ], [ -111.4641707796598, 41.072035366870558 ], [ -111.46387387027906, 41.072131147361439 ], [ -111.4636422050511, 41.072195136297232 ], [ -111.46337539957756, 41.072340338842146 ], [ -111.46312072354831, 41.072517921124188 ], [ -111.46282962932432, 41.072594758572485 ], [ -111.46269853765328, 41.072572764812108 ], [ -111.46254955359176, 41.072545437873728 ], [ -111.46234682918875, 41.07249310373885 ], [ -111.46194152636022, 41.072409152406664 ], [ -111.46153590956402, 41.072280160477902 ], [ -111.46111864310927, 41.072187246076261 ], [ -111.46085069979338, 41.072170301798906 ], [ -111.46064233445833, 41.072162126837583 ], [ -111.46030952177213, 41.072231017410026 ], [ -111.46014338209595, 41.072303745634144 ], [ -111.45994748446172, 41.072376592399557 ], [ -111.45954939136085, 41.072472765577345 ], [ -111.45921087512954, 41.072577708062681 ], [ -111.45886593651477, 41.072615114489196 ], [ -111.4585981484834, 41.072620684571319 ], [ -111.45844309552979, 41.072576261112062 ], [ -111.45820547183369, 41.07264026282612 ], [ -111.45809320537631, 41.072757814288074 ], [ -111.4579692854376, 41.072911444293261 ], [ -111.45774437547456, 41.073092499627229 ], [ -111.45763210742972, 41.073210050639069 ], [ -111.45746614964449, 41.073309798528328 ], [ -111.45699111291412, 41.073469324889039 ], [ -111.45668231442343, 41.073569638038556 ], [ -111.45636126909541, 41.073620454400434 ], [ -111.45612974688561, 41.073706947875372 ], [ -111.45595774055769, 41.07379320540435 ], [ -111.45571465602757, 41.073929288254334 ], [ -111.45551884189622, 41.074015639277647 ], [ -111.45529962451572, 41.07416063498188 ], [ -111.45493217266953, 41.074387288334435 ], [ -111.45445805252874, 41.074681921863728 ], [ -111.45420997092278, 41.074957646511898 ], [ -111.454033029709, 41.075192553962872 ], [ -111.45384963980251, 41.075355421879429 ], [ -111.45371975331379, 41.075509070763822 ], [ -111.45363710922092, 41.075608485038551 ], [ -111.45366355470846, 41.075992125181372 ], [ -111.45374166585461, 41.076099013793005 ], [ -111.45377170390572, 41.076139431871994 ], [ -111.45371145944004, 41.076207229698312 ], [ -111.45356397692829, 41.076225826463052 ], [ -111.45321913964884, 41.076281231752198 ], [ -111.45306500937302, 41.076371918667753 ], [ -111.45292306069628, 41.076503093857077 ], [ -111.45276341025522, 41.076656858623956 ], [ -111.45263354958767, 41.076815010194174 ], [ -111.45250979467728, 41.076995657836058 ], [ -111.45243396357829, 41.077221157580965 ], [ -111.45231711647337, 41.077541403102593 ], [ -111.45206926210521, 41.077853154451077 ], [ -111.4518565007964, 41.078074686868035 ], [ -111.45167932708532, 41.07827806323931 ], [ -111.45150255295347, 41.078539990268851 ], [ -111.45136158248755, 41.07881528889282 ], [ -111.45122634736799, 41.079059036606388 ], [ -111.4508654835503, 41.079384739888944 ], [ -111.45059269935247, 41.07953444015876 ], [ -111.45001727407809, 41.07982044324806 ], [ -111.44963795409831, 41.080059737212622 ], [ -111.44932430233268, 41.080327599713179 ], [ -111.44917684544185, 41.080526352255504 ], [ -111.44905365662522, 41.080792570587974 ], [ -111.44886514462567, 41.081081563442623 ], [ -111.448711732351, 41.081280338566287 ], [ -111.44844507145589, 41.081457034093184 ], [ -111.44811909965399, 41.081665487928142 ], [ -111.4475728875473, 41.081874796511073 ], [ -111.44703231916846, 41.082039040244062 ], [ -111.44649129084117, 41.082135722678863 ], [ -111.44612221098285, 41.082132648180824 ], [ -111.44574098287954, 41.082093587204199 ], [ -111.44549669089992, 41.082058499658345 ], [ -111.44528799805695, 41.082006158691598 ], [ -111.44502438503031, 41.081754050243426 ], [ -111.44489856504921, 41.08163292711459 ], [ -111.44469542563915, 41.081521110340177 ], [ -111.44443895853864, 41.081445531198867 ], [ -111.44393231179893, 41.081343891383348 ], [ -111.44361052200384, 41.081291082224929 ], [ -111.44315237366382, 41.081319869332013 ], [ -111.44289083358987, 41.081374923326976 ], [ -111.44253892625606, 41.081269079291602 ], [ -111.44215679356063, 41.081093987987693 ], [ -111.441846488694, 41.080978073301537 ], [ -111.44154839094608, 41.080907151376088 ], [ -111.44100038769415, 41.08085069749346 ], [ -111.44060723521943, 41.08080716110792 ], [ -111.44031539243124, 41.080781252448439 ], [ -111.43989852174033, 41.080751316386966 ], [ -111.43970822856814, 41.080779066921885 ], [ -111.43953630222532, 41.080883315727363 ], [ -111.43939410689968, 41.080982946869831 ], [ -111.43910319306595, 41.081096656768018 ], [ -111.43886524999719, 41.081120083443274 ], [ -111.43852647645957, 41.081197941854519 ], [ -111.43817495985174, 41.081149734673801 ], [ -111.43792502189636, 41.081159692906567 ], [ -111.43744868628997, 41.081138982041175 ], [ -111.43721699326339, 41.081207421963342 ], [ -111.43671753987273, 41.081291289465923 ], [ -111.43647979783967, 41.081345337910584 ], [ -111.43624176355007, 41.081355247401873 ], [ -111.43602137786166, 41.081333561356999 ], [ -111.4358187600867, 41.081298295576403 ], [ -111.4356097738448, 41.081199996984708 ], [ -111.4353529615761, 41.081070350450219 ], [ -111.43524433410104, 41.080845558907093 ], [ -111.43508269523316, 41.080705643345738 ], [ -111.43485014626417, 41.080644365443284 ], [ -111.43453994518002, 41.080541942776584 ], [ -111.43424218318621, 41.080520545089378 ], [ -111.43403337952343, 41.080449267162969 ], [ -111.43356270641557, 41.08038347850696 ], [ -111.43315860315259, 41.080484087134202 ], [ -111.43302675834744, 41.08052962306413 ], [ -111.43293887156084, 41.080561481576439 ], [ -111.43272458953852, 41.080562286478553 ], [ -111.43246230547747, 41.080504718644654 ], [ -111.43212909615035, 41.080523984874716 ], [ -111.43186760877491, 41.080588021743196 ], [ -111.43152897682495, 41.080688379257055 ], [ -111.43128001109304, 41.080846952707127 ], [ -111.43101911009823, 41.081001066223017 ], [ -111.4307818407629, 41.081128066571232 ], [ -111.43057383251308, 41.081178388442616 ], [ -111.43020449398561, 41.081134727570706 ], [ -111.42978695048976, 41.081001164552447 ], [ -111.42939849599054, 41.08076389873036 ], [ -111.42920163059955, 41.080697071596113 ], [ -111.42868246411493, 41.080496322452639 ], [ -111.42808076404732, 41.08041838746886 ], [ -111.42765242836784, 41.080455109461965 ], [ -111.4272474987994, 41.080429587340056 ], [ -111.42711544002765, 41.080442688222661 ], [ -111.42698574462206, 41.08045307777293 ], [ -111.4269024594268, 41.080460592821886 ], [ -111.42667044890142, 41.080481269916596 ], [ -111.42628909580621, 41.080419624811221 ], [ -111.42575887864575, 41.08034952049573 ], [ -111.4253057806483, 41.080238592765653 ], [ -111.4247932545033, 41.080142295274001 ], [ -111.42448355799709, 41.080115511509568 ], [ -111.42404277345028, 41.080067589999032 ], [ -111.42376232384562, 41.079960524755016 ], [ -111.42354255889505, 41.079848731746218 ], [ -111.42322347382382, 41.079471564780867 ], [ -111.42303794525849, 41.07931460464291 ], [ -111.4227622982603, 41.079027357691878 ], [ -111.422641091481, 41.078689999262181 ], [ -111.42269229450106, 41.078320480084273 ], [ -111.42275580507574, 41.078013972287515 ], [ -111.42280070861088, 41.077590427630277 ], [ -111.42291787933006, 41.077112569209604 ], [ -111.42290287976977, 41.07681535747377 ], [ -111.42287147475439, 41.076558742308748 ], [ -111.42257223439969, 41.076303109630395 ], [ -111.42232275304552, 41.076195927221399 ], [ -111.42173201875902, 41.07596388050991 ], [ -111.42071677012208, 41.075616276332553 ], [ -111.42036472199491, 41.075477935790254 ], [ -111.41957141034828, 41.07521058442817 ], [ -111.41895657849619, 41.074929967489346 ], [ -111.41859771736797, 41.074654723346775 ], [ -111.4182454903693, 41.07448665025148 ], [ -111.41789931386324, 41.074333867881997 ], [ -111.41772608650646, 41.074235406990034 ], [ -111.41727845440768, 41.07403885084414 ], [ -111.41705809910428, 41.074017128355202 ], [ -111.41696284344158, 41.074012969026711 ], [ -111.4166835401294, 41.074081540005849 ], [ -111.41643991808493, 41.074145477319682 ], [ -111.41619632397089, 41.074213918062277 ], [ -111.41603217011512, 41.074232527014772 ], [ -111.41584542800278, 41.074255721295891 ], [ -111.41539893537815, 41.074239315530967 ], [ -111.41498222988642, 41.07422730481332 ], [ -111.41460673380864, 41.074143079603786 ], [ -111.41425515859925, 41.074076783357199 ], [ -111.41382011903973, 41.073988265574847 ], [ -111.41338561670436, 41.073985321081246 ], [ -111.41295689698448, 41.073955329954288 ], [ -111.41214224007352, 41.074074450911446 ], [ -111.41179309035508, 41.074396387173927 ], [ -111.41150968193035, 41.074762227252023 ], [ -111.41134387459455, 41.074897940596081 ], [ -111.41104109109419, 41.075020630249853 ], [ -111.41078550034658, 41.07507559021191 ], [ -111.41060720416839, 41.075117662883919 ], [ -111.41031561615938, 41.075126808812072 ], [ -111.41013083025773, 41.075082426197945 ], [ -111.4099398409839, 41.074997528952792 ], [ -111.40969644851523, 41.074908313670448 ], [ -111.40949854176414, 41.074859472643652 ], [ -111.40908888604147, 41.074833002621382 ], [ -111.40862972099727, 41.074885077102536 ], [ -111.40825553876232, 41.075012516655427 ], [ -111.40800659368284, 41.075180048031669 ], [ -111.40788844833281, 41.075324595724005 ], [ -111.40768714369298, 41.075496461804519 ], [ -111.40750338761559, 41.075618720983407 ], [ -111.40728992714159, 41.075750092951004 ], [ -111.40688647791994, 41.075958704285988 ], [ -111.40663112980683, 41.07605419057343 ], [ -111.40634156501972, 41.07619934144315 ], [ -111.4062043347916, 41.076338549834119 ], [ -111.40613441429569, 41.076582915471384 ], [ -111.40616525523225, 41.076758464474622 ], [ -111.40619592997814, 41.07690698978854 ], [ -111.40614394246373, 41.077163903513579 ], [ -111.40607960701846, 41.077348796028225 ], [ -111.4059852062494, 41.077484249958175 ], [ -111.40531688855393, 41.078180225267261 ], [ -111.40515103221999, 41.07831142577372 ], [ -111.40493202087535, 41.078510373480547 ], [ -111.40473665097079, 41.078682213475851 ], [ -111.40452879585386, 41.078759512080794 ], [ -111.40427861289923, 41.07872886180872 ], [ -111.40389742812107, 41.078689662161551 ], [ -111.40365926019143, 41.07867698459841 ], [ -111.40337953758581, 41.078682468187857 ], [ -111.40310538181994, 41.078624875029945 ], [ -111.40267801069906, 41.078820043115975 ], [ -111.40255979221773, 41.078955577445129 ], [ -111.40244184797479, 41.079136151113971 ], [ -111.40235962171779, 41.079317500751124 ], [ -111.402206232127, 41.07954233754144 ], [ -111.40191630237175, 41.079827103796774 ], [ -111.40174451030047, 41.079962824119676 ], [ -111.4015664637141, 41.080049021524715 ], [ -111.40135286747234, 41.080162366729887 ], [ -111.40097386591785, 41.080483473129618 ], [ -111.40079060335925, 41.080691296590281 ], [ -111.40066096535266, 41.080907941390613 ], [ -111.40055502653193, 41.081106487495177 ], [ -111.40039524240086, 41.081260180203465 ], [ -111.40029429812866, 41.081301067283931 ], [ -111.40009751483811, 41.081243198194137 ], [ -111.39994185233532, 41.081095105235825 ], [ -111.39975667445842, 41.080987650830217 ], [ -111.39929698115161, 41.080764042646805 ], [ -111.39902852735723, 41.080665883685896 ], [ -111.39874221744383, 41.080567785888086 ], [ -111.39818145036726, 41.08036253911019 ], [ -111.39772845208047, 41.080260510623482 ], [ -111.39704954001431, 41.080204299428189 ], [ -111.39659670697648, 41.080129290167577 ], [ -111.39626340708448, 41.080134940877578 ], [ -111.39599585240987, 41.08018540512159 ], [ -111.39570605685898, 41.080299001707672 ], [ -111.39530140649978, 41.080516584594612 ], [ -111.39513446871005, 41.080670294576223 ], [ -111.39494012246105, 41.080819594215214 ], [ -111.39466795881002, 41.081095273234332 ], [ -111.39440697064937, 41.081249304240963 ], [ -111.39411616553899, 41.081394428558127 ], [ -111.39374746725856, 41.081454241555711 ], [ -111.39342043505803, 41.081513911122656 ], [ -111.39316356004892, 41.081559828281989 ], [ -111.39308736398419, 41.081559187431409 ], [ -111.39283734179922, 41.081556436843741 ], [ -111.39244426917237, 41.081521743905661 ], [ -111.39224832214214, 41.081603483829667 ], [ -111.39235154871984, 41.081945439494397 ], [ -111.39240654049091, 41.082183966386701 ], [ -111.39241407359904, 41.082449679116124 ], [ -111.39239068055018, 41.082720001190893 ], [ -111.39233414066403, 41.083021964392245 ], [ -111.39221696451378, 41.083337646081389 ], [ -111.39183800714503, 41.083676738330624 ], [ -111.39159491879339, 41.083840610933002 ], [ -111.39134589264478, 41.084007205609318 ], [ -111.39122766829088, 41.084147232285048 ], [ -111.39111571653035, 41.084341286012965 ], [ -111.39105138546036, 41.084535178023877 ], [ -111.39094530513786, 41.084715699532275 ], [ -111.39068445401223, 41.084896745801878 ], [ -111.39030406741368, 41.084997123745239 ], [ -111.39007222597826, 41.085051056473468 ], [ -111.38981105705565, 41.085178954182794 ], [ -111.38967483609819, 41.085296519932193 ], [ -111.38950284497423, 41.085405198362274 ], [ -111.3892950038324, 41.085491477468786 ], [ -111.38893799781715, 41.08551970729394 ], [ -111.38881886300061, 41.085506597247232 ], [ -111.38872356579753, 41.085497910700461 ], [ -111.3884076984008, 41.085435919327665 ], [ -111.38812133031568, 41.085328787344729 ], [ -111.38788829938741, 41.085180938764232 ], [ -111.38745274489891, 41.085011250681085 ], [ -111.38711259440714, 41.084868264700852 ], [ -111.38675514186041, 41.084819920603081 ], [ -111.38643369621869, 41.08482099907377 ], [ -111.38621984740865, 41.084898284714257 ], [ -111.38602419887087, 41.08503406148975 ], [ -111.38587165156726, 41.085211130756939 ], [ -111.38575266535484, 41.085426822198656 ], [ -111.38565231118989, 41.08557128734661 ], [ -111.38545721745376, 41.085802546900439 ], [ -111.38519046773415, 41.085996211757539 ], [ -111.38493523309172, 41.086123177762914 ], [ -111.38463242737096, 41.086259310081822 ], [ -111.38397905824745, 41.086509211295237 ], [ -111.38366358331758, 41.086514766187321 ], [ -111.38343139590293, 41.086511035019434 ], [ -111.38335996168038, 41.086511272704612 ], [ -111.38293720458887, 41.086494662298719 ], [ -111.38261528560558, 41.086415559824069 ], [ -111.38233991960662, 41.086357020561834 ], [ -111.38207955051119, 41.086420940746713 ], [ -111.3818599992542, 41.086543277572559 ], [ -111.38145596039362, 41.086675232947321 ], [ -111.38123014187289, 41.086743540864447 ], [ -111.38092111260289, 41.086834643640223 ], [ -111.38066004350678, 41.086984139645011 ], [ -111.38050045330073, 41.087181943600463 ], [ -111.38050175759848, 41.08740804197005 ], [ -111.38055689317231, 41.087678102117856 ], [ -111.38055806255666, 41.087880779920795 ], [ -111.38051225757523, 41.088196213769045 ], [ -111.38040731147342, 41.088579403393652 ], [ -111.38031915857997, 41.088777871988064 ], [ -111.38013042585629, 41.089084769233757 ], [ -111.38003735644865, 41.089463415248225 ], [ -111.37998380732907, 41.089675281528343 ], [ -111.3800642055856, 41.089990298845969 ], [ -111.38017918143989, 41.090107024460934 ], [ -111.38058428838876, 41.09036241711059 ], [ -111.38081737346637, 41.090519288219035 ], [ -111.38104533913693, 41.090820304889228 ], [ -111.3811358611195, 41.091031695119334 ], [ -111.38126829099258, 41.091283482914989 ], [ -111.38135392884283, 41.091679554509376 ], [ -111.38145635969074, 41.091890905038603 ], [ -111.38148781987452, 41.092183563067437 ], [ -111.38137603429651, 41.092413638823615 ], [ -111.38128158736049, 41.092553576425658 ], [ -111.38096228936807, 41.092932971344275 ], [ -111.38079086213268, 41.093145227553499 ], [ -111.38058418604368, 41.093439573328133 ], [ -111.38043087141182, 41.093695908675322 ], [ -111.38037910846343, 41.094011361828898 ], [ -111.38034481604311, 41.094259196795122 ], [ -111.38037044882509, 41.094574394407474 ], [ -111.38047290188446, 41.094789348855421 ], [ -111.38078993043267, 41.095045932158961 ], [ -111.38102205010682, 41.09523883814775 ], [ -111.38120837654157, 41.095337310524954 ], [ -111.38135797318256, 41.095467432388723 ], [ -111.38141257215821, 41.095642908868903 ], [ -111.38147894853152, 41.095795826171759 ], [ -111.38153359501612, 41.09597940968164 ], [ -111.38159504003559, 41.096308901226365 ], [ -111.38163838455183, 41.096597015597183 ], [ -111.38162084961266, 41.096859208218035 ], [ -111.38152859362165, 41.097172994209316 ], [ -111.38140497555717, 41.097417521877709 ], [ -111.3811686967022, 41.097742593880582 ], [ -111.3808840558471, 41.097941712452126 ], [ -111.38069987547442, 41.098009881586869 ], [ -111.38039663754471, 41.098082046777556 ], [ -111.38019431407028, 41.098101631488433 ], [ -111.37995633973222, 41.098133944695078 ], [ -111.37958152902119, 41.098184724401932 ], [ -111.37915326200488, 41.098258198954845 ], [ -111.37893917990527, 41.098303943523099 ], [ -111.37870728747355, 41.098358754292022 ], [ -111.37851104066277, 41.098399935412971 ], [ -111.37842211948727, 41.098467787927817 ], [ -111.37835753081021, 41.098625641047718 ], [ -111.37832913080136, 41.098864447819636 ], [ -111.37833308503775, 41.099553551155829 ], [ -111.37835866393141, 41.099860641861412 ], [ -111.37829486972663, 41.100157216349388 ], [ -111.37821839158698, 41.100318711604743 ], [ -111.37813591762666, 41.100473020039388 ], [ -111.37801892709861, 41.100838230128055 ], [ -111.37804380258463, 41.101022813615181 ], [ -111.37806290482878, 41.101238944221407 ], [ -111.37812961500798, 41.101450414557206 ], [ -111.37817854045953, 41.101675455301049 ], [ -111.37829322138909, 41.101945320401178 ], [ -111.37835454744788, 41.102255896826485 ], [ -111.37834998900652, 41.102499129186583 ], [ -111.37833965715694, 41.102773908672802 ], [ -111.3783434879701, 41.103441392626841 ], [ -111.37837537455461, 41.103809717142489 ], [ -111.37835988958942, 41.1042241382466 ], [ -111.37834489561031, 41.104724134162048 ], [ -111.37819729930372, 41.104945315909156 ], [ -111.37786508545123, 41.105162599058637 ], [ -111.37763963862983, 41.105307466971581 ], [ -111.37746128573708, 41.105357595672565 ], [ -111.37719956869894, 41.105407997048601 ], [ -111.37703928499279, 41.105494098126442 ], [ -111.37705774126211, 41.105597630265407 ], [ -111.37714764750324, 41.105700027732873 ], [ -111.37735724933171, 41.105907427302057 ], [ -111.37750116587686, 41.106082612750789 ], [ -111.37761587764447, 41.106356982235468 ], [ -111.37764694110791, 41.106582081552446 ], [ -111.37764237987678, 41.106825313714289 ], [ -111.37763175552975, 41.107049648845418 ], [ -111.37770476576037, 41.107320551650098 ], [ -111.37770662404218, 41.107644835129193 ], [ -111.37768974047562, 41.10781604329884 ], [ -111.37760168311506, 41.108037028981599 ], [ -111.37744175465953, 41.108186185720342 ], [ -111.37727566440749, 41.10829933024165 ], [ -111.37702014802282, 41.108394751103958 ], [ -111.37678234093464, 41.108463089359319 ], [ -111.37647317296968, 41.108548775603516 ], [ -111.37620556992027, 41.108613606807914 ], [ -111.37599194033123, 41.108744920776147 ], [ -111.37582684778636, 41.10903371675758 ], [ -111.3756317019876, 41.109273967053916 ], [ -111.3755433432396, 41.109443606266595 ], [ -111.37551432304829, 41.10957611905463 ], [ -111.37550310087985, 41.109696863374154 ], [ -111.37561801610109, 41.110007266175195 ], [ -111.37566150313833, 41.110323306586075 ], [ -111.37563274978415, 41.11050266031797 ], [ -111.37550890040583, 41.11071475295828 ], [ -111.37542037010518, 41.110854666068093 ], [ -111.37542139636395, 41.111034823495181 ], [ -111.37552432638978, 41.11133175331188 ], [ -111.37559763574022, 41.111655803700891 ], [ -111.37558599756109, 41.111912570701996 ], [ -111.37543379152434, 41.112165291815181 ], [ -111.37511316066986, 41.11233298485935 ], [ -111.37492272272323, 41.112356124828324 ], [ -111.37466079670777, 41.112374992959516 ], [ -111.37445246729652, 41.112393686313183 ], [ -111.37419721226397, 41.112538644217743 ], [ -111.37406704133119, 41.112687699521636 ], [ -111.37383005880835, 41.112904661565594 ], [ -111.37368217379587, 41.113080798008973 ], [ -111.37354635172565, 41.11328391925305 ], [ -111.37345791593458, 41.113441846563852 ], [ -111.37335749255823, 41.113586300598641 ], [ -111.37321548355708, 41.113748905331228 ], [ -111.37294828440183, 41.113889395116722 ], [ -111.37269884824532, 41.114011810751677 ], [ -111.37244961480995, 41.114170257325441 ], [ -111.37224211866165, 41.114337576547165 ], [ -111.3720298317218, 41.114500406844734 ], [ -111.37173201460914, 41.114704048894247 ], [ -111.37154800650457, 41.114812738852073 ], [ -111.37129876726846, 41.11497118293881 ], [ -111.37094250630203, 41.115161499222836 ], [ -111.37068109999815, 41.115274940977898 ], [ -111.3704971138844, 41.115388133195289 ], [ -111.37030745008076, 41.115550887543165 ], [ -111.37011210811968, 41.11576320399125 ], [ -111.37003564770792, 41.11593460219494 ], [ -111.37004874755475, 41.116146248856616 ], [ -111.37017543321342, 41.116434098870769 ], [ -111.37025516021882, 41.116632019349197 ], [ -111.37032629673311, 41.116784927227826 ], [ -111.37041045489717, 41.116923380345249 ], [ -111.37050123763609, 41.117180718084597 ], [ -111.3704835977997, 41.117432999631596 ], [ -111.37043805528576, 41.117595290596995 ], [ -111.37031422154917, 41.117815484598395 ], [ -111.37020190363052, 41.117965378835486 ], [ -111.37003575105109, 41.118074008951901 ], [ -111.36987542722534, 41.1181601000442 ], [ -111.3694771769559, 41.118301002357754 ], [ -111.36921530138703, 41.118333369994929 ], [ -111.36890027782103, 41.118446979479465 ], [ -111.3686268930626, 41.118551446852521 ], [ -111.36832440842193, 41.118777614982072 ], [ -111.36815274790486, 41.118967332225431 ], [ -111.36802265128759, 41.119134396376779 ], [ -111.36780937362383, 41.119337758072589 ], [ -111.36760174893477, 41.119487053173032 ], [ -111.36755490625367, 41.119631331045866 ], [ -111.36768088405869, 41.119793073531646 ], [ -111.36787207541705, 41.119900559506064 ], [ -111.36804595326583, 41.120107188750659 ], [ -111.36824948591186, 41.120291202877709 ], [ -111.36838152335342, 41.120470941256087 ], [ -111.36849584483178, 41.120677760216154 ], [ -111.36855658852694, 41.12088925447739 ], [ -111.36862321300043, 41.121087217846757 ], [ -111.36866015867818, 41.121303292191861 ], [ -111.36869738187353, 41.121568909754835 ], [ -111.36869841534094, 41.121753570913974 ], [ -111.36868198392325, 41.122010352137096 ], [ -111.36861164514534, 41.122213257707536 ], [ -111.368518471179, 41.122380204188055 ], [ -111.36843462501611, 41.122511088672972 ], [ -111.36828660343801, 41.122669202327906 ], [ -111.36813275085265, 41.122849854474097 ], [ -111.36801445826566, 41.12299886475072 ], [ -111.36791991436856, 41.123134287031235 ], [ -111.36785580490928, 41.123386716321505 ], [ -111.36782702988405, 41.1235669685977 ], [ -111.3678517852882, 41.123733537922618 ], [ -111.36794278900948, 41.124030511953585 ], [ -111.36797377790765, 41.124246605433562 ], [ -111.3680109749255, 41.124507719158252 ], [ -111.36805365545816, 41.124684139970725 ], [ -111.36807313001648, 41.12497143352374 ], [ -111.36807466519822, 41.125246173151417 ], [ -111.36801022721916, 41.125440051376373 ], [ -111.36793385091366, 41.125629463679097 ], [ -111.36789331327363, 41.125836777517549 ], [ -111.36782347107636, 41.126129761052596 ], [ -111.36779446847974, 41.126269477892343 ], [ -111.3677183169028, 41.126499425378228 ], [ -111.36764835257675, 41.126770789928976 ], [ -111.36756028185461, 41.126999874526561 ], [ -111.36744296048354, 41.127324537296566 ], [ -111.36735527014292, 41.127622081407658 ], [ -111.3673151313793, 41.127901457808214 ], [ -111.36728064752664, 41.128126768076513 ], [ -111.36727609734942, 41.128379006937159 ], [ -111.36722389379928, 41.128631397696481 ], [ -111.36725505841554, 41.128879018678404 ], [ -111.36723839377611, 41.129095264078337 ], [ -111.36718590214655, 41.129509799903104 ], [ -111.36713473809927, 41.129735163229554 ], [ -111.36691549190229, 41.129943045959692 ], [ -111.36659425158648, 41.130020636729775 ], [ -111.36633190211356, 41.12997643121799 ], [ -111.36606937774999, 41.129900697627995 ], [ -111.36566384132287, 41.129816409447891 ], [ -111.36531737396453, 41.129641852434105 ], [ -111.365078254682, 41.12948947426392 ], [ -111.36489234785769, 41.129264862970025 ], [ -111.36468812328515, 41.128959237247564 ], [ -111.36456176115949, 41.128729932880944 ], [ -111.36439965996927, 41.128500741416936 ], [ -111.36429737540195, 41.128316400643421 ], [ -111.36408246326076, 41.128231503912737 ], [ -111.3638307698635, 41.128173746985432 ], [ -111.36355800596957, 41.128183616102767 ], [ -111.36331363506581, 41.128157362982925 ], [ -111.36297400798331, 41.128140417521202 ], [ -111.36261085211952, 41.128177593199169 ], [ -111.36231316925748, 41.128205553827172 ], [ -111.36191474304978, 41.12832841435651 ], [ -111.36161765267788, 41.128464467484392 ], [ -111.3612967096913, 41.128596090645523 ], [ -111.36087529153201, 41.128872155895358 ], [ -111.36062604749046, 41.129044088618649 ], [ -111.36035287667438, 41.129198079619258 ], [ -111.36005665039335, 41.129275573927188 ], [ -111.35959703664015, 41.129322049545777 ], [ -111.35913839253671, 41.129327984253877 ], [ -111.35878084112549, 41.129302074302643 ], [ -111.35833979771539, 41.129258406948232 ], [ -111.35807145098792, 41.129205193251998 ], [ -111.3577435864032, 41.129161171779408 ], [ -111.35748117281585, 41.129103434275663 ], [ -111.35718336137083, 41.129108862017091 ], [ -111.35669012071268, 41.129105886223904 ], [ -111.35614701413618, 41.129134590532743 ], [ -111.35568246285384, 41.129149537755474 ], [ -111.35485532768844, 41.129309728727492 ], [ -111.3545517813706, 41.129356604189816 ], [ -111.35426030800046, 41.129433168169264 ], [ -111.35400474878841, 41.12954204990195 ], [ -111.35359491724796, 41.129764004832367 ], [ -111.35313209962696, 41.130103224882205 ], [ -111.35293021973175, 41.130225451684346 ], [ -111.35274613721491, 41.130334111620449 ], [ -111.35244863306801, 41.13039807825929 ], [ -111.35225198515488, 41.130385167693298 ], [ -111.35196562373334, 41.130304970831162 ], [ -111.35160199743676, 41.130257437937168 ], [ -111.35135096498432, 41.130099662811986 ], [ -111.35101017850292, 41.129866493335754 ], [ -111.35065810437339, 41.129750461362136 ], [ -111.350265076635, 41.129774177028381 ], [ -111.34985449884618, 41.129858298336003 ], [ -111.3494553365187, 41.12984870022337 ], [ -111.3490864213736, 41.129926386798971 ], [ -111.34886023008067, 41.129958600020558 ], [ -111.34865707894505, 41.129842110863208 ], [ -111.34844756665741, 41.129649072474834 ], [ -111.34826760121153, 41.129410904312742 ], [ -111.34818373048647, 41.129321077693902 ], [ -111.34800993780341, 41.129123426520309 ], [ -111.34781260475349, 41.12897989423508 ], [ -111.34753800183165, 41.128868122785356 ], [ -111.34733499890727, 41.128778654865556 ], [ -111.34703063793812, 41.128671475923731 ], [ -111.34638729225, 41.128668908080087 ], [ -111.34589908059269, 41.128715415040809 ], [ -111.34563128954547, 41.12876576285182 ], [ -111.34517340300583, 41.128915767921633 ], [ -111.34490598795554, 41.129038177035454 ], [ -111.34451967289246, 41.129205981232985 ], [ -111.34418713136739, 41.129405151537348 ], [ -111.34377740840506, 41.129654095293965 ], [ -111.34350494710904, 41.129952172463028 ], [ -111.34342242082849, 41.13011906674592 ], [ -111.34325143364582, 41.130457376809773 ], [ -111.34301503633294, 41.130818401407787 ], [ -111.34269523963634, 41.131179673620267 ], [ -111.34245857438823, 41.13149025297264 ], [ -111.34220962787077, 41.131730605824501 ], [ -111.34191857842453, 41.131893614210242 ], [ -111.34167513675543, 41.132047472658449 ], [ -111.34140788926649, 41.132205905146456 ], [ -111.34127181635563, 41.132387369322629 ], [ -111.34110038770802, 41.132643704500452 ], [ -111.34096430838697, 41.132824267519339 ], [ -111.34068443820088, 41.132846714736672 ], [ -111.34029722886605, 41.132847859174127 ], [ -111.33974920657637, 41.132854881491966 ], [ -111.33917744402729, 41.132879086318844 ], [ -111.33873769638201, 41.132857860162986 ], [ -111.3382366201058, 41.132958420532283 ], [ -111.33787363117274, 41.133036053787158 ], [ -111.33755307979685, 41.133257689701331 ], [ -111.33749969206002, 41.133301985363616 ], [ -111.33733384354508, 41.133488036098242 ], [ -111.33716297010417, 41.133623656449736 ], [ -111.33678746940218, 41.133818427000598 ], [ -111.33644864782795, 41.133963545163546 ], [ -111.33608013078494, 41.134126764978291 ], [ -111.33565321074849, 41.134519857974638 ], [ -111.33544642879041, 41.134858260530521 ], [ -111.33516875338215, 41.135313973056391 ], [ -111.33485544466109, 41.135792308475075 ], [ -111.33449568500919, 41.136509490003476 ], [ -111.33428870797785, 41.136811858927608 ], [ -111.33399229866329, 41.137100974782186 ], [ -111.33354676261024, 41.137353588926317 ], [ -111.3331965522777, 41.13760772726404 ], [ -111.333000843091, 41.137783949203779 ], [ -111.33284777664687, 41.137910503594483 ], [ -111.33268034324442, 41.138023587267512 ], [ -111.33245425237281, 41.138082791979819 ], [ -111.33238881032403, 41.138100996824889 ], [ -111.33212868867115, 41.138027881455692 ], [ -111.33169071088531, 41.137891320917149 ], [ -111.33145193361001, 41.137797424151714 ], [ -111.33106372099866, 41.137604868408886 ], [ -111.33089652612351, 41.137528780753549 ], [ -111.33010246824894, 41.137427466818451 ], [ -111.32966851509528, 41.137379165470342 ], [ -111.32886337747742, 41.137205810665705 ], [ -111.32832086606892, 41.137130790078452 ], [ -111.32738422327452, 41.136867719595763 ], [ -111.32688361955515, 41.136833109147538 ], [ -111.32637148100336, 41.136875097241756 ], [ -111.32594285747318, 41.136939366805805 ], [ -111.32557989869005, 41.137030473223746 ], [ -111.32527080080608, 41.137170970454854 ], [ -111.32496628975143, 41.137275421899368 ], [ -111.32449761746642, 41.137434383092867 ], [ -111.32427129489989, 41.137447631588799 ], [ -111.3241760016264, 41.137453304589719 ], [ -111.32384796289547, 41.137377659203473 ], [ -111.32334633962007, 41.137135852155602 ], [ -111.32319042858927, 41.136929105559851 ], [ -111.32300457674084, 41.136690914680536 ], [ -111.3227889171436, 41.136448303012315 ], [ -111.32252500443724, 41.136084217950227 ], [ -111.32229758822299, 41.135873166270656 ], [ -111.32198655057448, 41.135617307851525 ], [ -111.32175953384923, 41.135487326038763 ], [ -111.3215262264327, 41.135288900475352 ], [ -111.32124533688102, 41.135105920740735 ], [ -111.32093452645962, 41.134895098848041 ], [ -111.32055799100519, 41.134643922973439 ], [ -111.32017536980854, 41.134365738741238 ], [ -111.31999092454492, 41.134168075011537 ], [ -111.31982203468405, 41.133983879809634 ], [ -111.31959402234969, 41.133646712213007 ], [ -111.31931237642834, 41.133305188810162 ], [ -111.3187553120367, 41.132676170711754 ], [ -111.31846226151549, 41.132438268864064 ], [ -111.31808018410004, 41.132268172197698 ], [ -111.31747176388464, 41.132103202236074 ], [ -111.3168877381751, 41.132055266126848 ], [ -111.31643977107278, 41.132056497481095 ], [ -111.3159468980048, 41.132134418370924 ], [ -111.31563737057833, 41.132184810918474 ], [ -111.31531007941743, 41.132257771287939 ], [ -111.31492328178888, 41.132344405432271 ], [ -111.31467173989516, 41.132312663939743 ], [ -111.31457755852102, 41.132300309936738 ], [ -111.31414230839809, 41.13222042551341 ], [ -111.31373080156985, 41.132122458758985 ], [ -111.31332499582145, 41.131970426944193 ], [ -111.31293744814752, 41.131899416224918 ], [ -111.31250837762022, 41.131865449703753 ], [ -111.3121089345279, 41.131798071668236 ], [ -111.31182233796974, 41.131659223543032 ], [ -111.31135056569728, 41.131412779134067 ], [ -111.31114083812447, 41.131152113322393 ], [ -111.31091317770523, 41.130877983491153 ], [ -111.31075749056033, 41.130707251256993 ], [ -111.31050198353198, 41.130590835987469 ], [ -111.31010729872172, 41.130519834956814 ], [ -111.30897010617842, 41.130644498691986 ], [ -111.30858905539553, 41.130686056097424 ], [ -111.30823776751423, 41.130723028604585 ], [ -111.30780916587263, 41.130787230688568 ], [ -111.30714260223158, 41.130919625974585 ], [ -111.30674388769846, 41.131006264449226 ], [ -111.30636985886983, 41.131277500220548 ], [ -111.30615179487013, 41.131525800357473 ], [ -111.30596297145838, 41.131913646646126 ], [ -111.30587349189257, 41.132143588627528 ], [ -111.30572569540048, 41.132387197328896 ], [ -111.30554846773607, 41.132707452009917 ], [ -111.30526409400225, 41.13304600639524 ], [ -111.30499591755023, 41.133280925035457 ], [ -111.3046172695787, 41.133588199304256 ], [ -111.30444507429888, 41.133710262659783 ], [ -111.30416573240778, 41.133850624727842 ], [ -111.3035825102543, 41.133978275294233 ], [ -111.30330862469694, 41.134010524761571 ], [ -111.30301688800242, 41.134047324539274 ], [ -111.30279039024803, 41.134020896043559 ], [ -111.30248684225816, 41.134080245552106 ], [ -111.3022666780607, 41.13413577230282 ], [ -111.30200486672034, 41.134203118234737 ], [ -111.30181466944532, 41.134298200808104 ], [ -111.30163044947983, 41.134397771421789 ], [ -111.30151250099921, 41.134659312506763 ], [ -111.30140120978736, 41.135073972218997 ], [ -111.30135499432545, 41.13538937347424 ], [ -111.30129783235169, 41.135916491538509 ], [ -111.30116171929274, 41.13611502364509 ], [ -111.30082981361973, 41.136489723197755 ], [ -111.30064614129751, 41.136710898882008 ], [ -111.3004669665241, 41.136873510486652 ], [ -111.3000882357161, 41.137171761920719 ], [ -111.2998265823434, 41.137276936096278 ], [ -111.29935067515646, 41.137430409058375 ], [ -111.29913059531059, 41.137507548791518 ], [ -111.29863645270467, 41.137581795690814 ], [ -111.29799948326232, 41.137690640450039 ], [ -111.29767933469671, 41.137772540227928 ], [ -111.29726166460512, 41.137895226830814 ], [ -111.29686915685348, 41.138049375098774 ], [ -111.29655389289434, 41.138158283176587 ], [ -111.2962682942015, 41.138240090083798 ], [ -111.2957627293848, 41.138426053299817 ], [ -111.29533913434032, 41.138557756141594 ], [ -111.29486482649317, 41.138806691308496 ], [ -111.29452744037631, 41.139032754517807 ], [ -111.2943376612953, 41.139226911668381 ], [ -111.29420051001274, 41.139465974130069 ], [ -111.29383912102286, 41.139921800693728 ], [ -111.29362013111961, 41.14024664718643 ], [ -111.29353734495409, 41.140386482209635 ], [ -111.2932770887917, 41.140810521195021 ], [ -111.29314703967836, 41.141040556259263 ], [ -111.29300495367448, 41.141243597780111 ], [ -111.29277953670692, 41.141464866941071 ], [ -111.2926136170895, 41.141667968537661 ], [ -111.29233561615706, 41.142123578383639 ], [ -111.2921876273457, 41.142340145841331 ], [ -111.29195612606674, 41.142534404787426 ], [ -111.29174249738854, 41.142728618000852 ], [ -111.29139189310966, 41.142936689374324 ], [ -111.290844532431, 41.143113728610807 ], [ -111.29058273722579, 41.143195461273947 ], [ -111.29012422682253, 41.143255168942652 ], [ -111.29008251659189, 41.143254373183026 ], [ -111.28986801138203, 41.143251309940403 ], [ -111.28941033511535, 41.143229940680079 ], [ -111.28919433765192, 41.143158419140249 ], [ -111.28854408331161, 41.142970881746876 ], [ -111.28798977139893, 41.142922724853051 ], [ -111.28746411770531, 41.142888005779589 ], [ -111.28707208093576, 41.142888983407701 ], [ -111.28652406200642, 41.142917371773798 ], [ -111.28628582000616, 41.142935980095722 ], [ -111.28592851543576, 41.142977403509207 ], [ -111.28517821532797, 41.143073847372037 ], [ -111.28486857351241, 41.143115149495365 ], [ -111.28460716015238, 41.143011302849324 ], [ -111.28452240445671, 41.142976381018144 ], [ -111.28423579743546, 41.142832960548716 ], [ -111.28392553453172, 41.142730133669659 ], [ -111.28368229702461, 41.142695601718657 ], [ -111.28322210377971, 41.142641785262228 ], [ -111.28261417655573, 41.142593734298835 ], [ -111.28204809112017, 41.142577105690663 ], [ -111.28163700974901, 41.142582615448021 ], [ -111.28124985643815, 41.142610585323048 ], [ -111.28077919493208, 41.142616237467024 ], [ -111.28039209859372, 41.142657716321693 ], [ -111.27995752936143, 41.14274434925958 ], [ -111.27943335949298, 41.142777149933615 ], [ -111.27889752114228, 41.142868528476889 ], [ -111.27864151742891, 41.142914187992865 ], [ -111.27822451365803, 41.142928707899586 ], [ -111.27749771187231, 41.142948476986092 ], [ -111.27717429434134, 41.142832151604132 ], [ -111.27703824331363, 41.142782934870581 ], [ -111.27684130727553, 41.142706840307838 ], [ -111.27647747237002, 41.142613130089607 ], [ -111.27603043831647, 41.142570062915588 ], [ -111.27577390167308, 41.142488704520019 ], [ -111.27535088541461, 41.142489716414893 ], [ -111.27501738929921, 41.142526545079939 ], [ -111.27461247216613, 41.142581559061433 ], [ -111.27421366242527, 41.142672589087105 ], [ -111.27379694010617, 41.142754652305769 ], [ -111.27327911757436, 41.142881993904147 ], [ -111.27283277064821, 41.143004659912052 ], [ -111.27260083669734, 41.14310880100188 ], [ -111.27217243557693, 41.143249437981424 ], [ -111.27199998721929, 41.143330917296751 ], [ -111.27171429809559, 41.14340365550931 ], [ -111.27136880486685, 41.143422485906768 ], [ -111.27116017993109, 41.143400457174593 ], [ -111.27086801258996, 41.143347096530405 ], [ -111.27058182228231, 41.143298225105575 ], [ -111.27014686605303, 41.143294741938568 ], [ -111.26981312288575, 41.143273004111421 ], [ -111.26926630290573, 41.143305811575033 ], [ -111.26867671304304, 41.14337024420734 ], [ -111.26810261297865, 41.143434637773019 ], [ -111.26752018878044, 41.143503551809353 ], [ -111.26725819821171, 41.143544695932974 ], [ -111.26668669739246, 41.143663124415262 ], [ -111.26611515808789, 41.143772542149804 ], [ -111.26561522318677, 41.143908815968452 ], [ -111.26536520048721, 41.143963440190539 ], [ -111.26525210521373, 41.143990724660576 ], [ -111.26498424379407, 41.144054397129757 ], [ -111.26495291229215, 41.14367162918122 ], [ -111.26467094454894, 41.143190349306664 ], [ -111.26448503277092, 41.14288900824203 ], [ -111.26434064777635, 41.142542531564821 ], [ -111.26405363471058, 41.142286461732851 ], [ -111.26386225780335, 41.142106740183664 ], [ -111.26355029734535, 41.141868742222591 ], [ -111.26337820456453, 41.141743023757606 ], [ -111.26310322251364, 41.141513948022293 ], [ -111.26290564076298, 41.141271182995432 ], [ -111.26274895133483, 41.141122908408484 ], [ -111.26246983626862, 41.141051480649708 ], [ -111.26225524595222, 41.141024945362446 ], [ -111.26174906152517, 41.141084648643144 ], [ -111.26134423131873, 41.141162135816515 ], [ -111.26075616535871, 41.141307596512142 ], [ -111.26007068987576, 41.14152984219578 ], [ -111.25934474914332, 41.141765686908144 ], [ -111.25891044109515, 41.141924303920668 ], [ -111.25833946579498, 41.142176909099966 ], [ -111.25791095528874, 41.142295874119611 ], [ -111.2573157219619, 41.142441333282449 ], [ -111.2568633372412, 41.142550438923948 ], [ -111.25623823913099, 41.142677943097738 ], [ -111.25565968105657, 41.142823356606151 ], [ -111.25512514000526, 41.142950653725954 ], [ -111.25468455963866, 41.143032700654992 ], [ -111.25426176531219, 41.143092186636231 ], [ -111.25370815357785, 41.143219519269365 ], [ -111.25343432593195, 41.143283178035624 ], [ -111.25294623243343, 41.143405858844375 ], [ -111.25250013736039, 41.143605013552083 ], [ -111.25202986228285, 41.143714139413618 ], [ -111.25167874779095, 41.143823003076641 ], [ -111.25133959995865, 41.143945351561904 ], [ -111.25111818129434, 41.144004386457766 ], [ -111.25079203642122, 41.14409968097835 ], [ -111.25061954206826, 41.144176624394753 ], [ -111.25032073459028, 41.144253842098792 ], [ -111.24985722491301, 41.144263856370372 ], [ -111.24981069666028, 41.144249544477354 ], [ -111.24966632500956, 41.144201214259247 ], [ -111.24921340383813, 41.144175170985662 ], [ -111.24887986715621, 41.144207420073847 ], [ -111.24862957408278, 41.144194448553897 ], [ -111.24822418260231, 41.144132266790834 ], [ -111.24786645693489, 41.144069981047984 ], [ -111.24757442377991, 41.144048089036815 ], [ -111.24734801484185, 41.144048575400994 ], [ -111.24707389014209, 41.144035651668325 ], [ -111.24678202624234, 41.144058797294086 ], [ -111.24643643776494, 41.144055033118917 ], [ -111.24601923392255, 41.144019892867831 ], [ -111.24578713599655, 41.144092452328827 ], [ -111.24553726393191, 41.144192073213155 ], [ -111.24526958377659, 41.144309747474729 ], [ -111.24511513799141, 41.144435287428827 ], [ -111.24493710023728, 41.14462573494675 ], [ -111.2448304727523, 41.144792609633015 ], [ -111.24465254704161, 41.145013683664168 ], [ -111.24452811043467, 41.14519861188225 ], [ -111.24436690367108, 41.145108873962556 ], [ -111.24409147239598, 41.144744633882105 ], [ -111.24367950664339, 41.144515802038057 ], [ -111.24344658817638, 41.144367662480093 ], [ -111.24314769859089, 41.144102557686665 ], [ -111.24300958070148, 41.143810089057375 ], [ -111.24299092497783, 41.14359844034697 ], [ -111.24299011366847, 41.143378646784114 ], [ -111.24301188643356, 41.14314349196713 ], [ -111.24285740441231, 41.142936633662202 ], [ -111.24257648072197, 41.142694009448782 ], [ -111.24220003245352, 41.142397537388057 ], [ -111.24196136549848, 41.142303454881421 ], [ -111.24143628737806, 41.142092868439782 ], [ -111.24112015280278, 41.14199444251517 ], [ -111.24074470331807, 41.141968203740078 ], [ -111.24033995770364, 41.142077144950015 ], [ -111.23999464261574, 41.142145424914247 ], [ -111.23960174503092, 41.142236322834023 ], [ -111.23924608044801, 41.142408214138428 ], [ -111.2388519755789, 41.142495508803854 ], [ -111.23864964219091, 41.142561686583441 ], [ -111.23856037339478, 41.142589796298537 ], [ -111.2381730380848, 41.142572581764568 ], [ -111.23779758643066, 41.142546333392673 ], [ -111.23731485542065, 41.142510396044408 ], [ -111.23704083953245, 41.142525373019225 ], [ -111.23663584145707, 41.142566741692242 ], [ -111.23620691388453, 41.142581133995115 ], [ -111.23590888465334, 41.142545712684672 ], [ -111.23534279422198, 41.142524350559022 ], [ -111.23475325762806, 41.142611129495833 ], [ -111.23427672938044, 41.142643627614952 ], [ -111.23406855139224, 41.14274313885435 ], [ -111.23373522222728, 41.142833895711213 ], [ -111.23319909559849, 41.142862006279948 ], [ -111.23282380349319, 41.142880781400031 ], [ -111.23240705935265, 41.142971702972112 ], [ -111.23202051702678, 41.143179666269461 ], [ -111.23164598667333, 41.143415528922858 ], [ -111.23153926084815, 41.143563474751716 ], [ -111.23144451726569, 41.143730313212771 ], [ -111.23139209751146, 41.14407272264873 ], [ -111.23134029902486, 41.144252986743631 ], [ -111.23120888222891, 41.144496466655916 ], [ -111.23094246151629, 41.144641129115712 ], [ -111.2306079267611, 41.144731879319238 ], [ -111.23033987083728, 41.144750431625148 ], [ -111.23003603406399, 41.144760046761725 ], [ -111.22969685660654, 41.144886835597909 ], [ -111.22952444532361, 41.144995275274155 ], [ -111.22948922986134, 41.145148481464275 ], [ -111.22943618657958, 41.145315235150854 ], [ -111.22935357139899, 41.145545103696968 ], [ -111.22916348682422, 41.145712130013365 ], [ -111.22891357076709, 41.145808111718189 ], [ -111.22863990836518, 41.145929362415231 ], [ -111.2283485324929, 41.146097489175901 ], [ -111.22821810211713, 41.146286014852542 ], [ -111.22820074238483, 41.146434681240734 ], [ -111.22826087259426, 41.146592202100727 ], [ -111.2283328729862, 41.146736187398218 ], [ -111.22842295207276, 41.146938688792943 ], [ -111.22841178549697, 41.147154902904944 ], [ -111.22795290920155, 41.147133291867434 ], [ -111.2276608844202, 41.147115853371645 ], [ -111.22740475032579, 41.147138879283958 ], [ -111.22699987299886, 41.147225253822526 ], [ -111.22682737353963, 41.147311169602183 ], [ -111.22651781396122, 41.147392850718418 ], [ -111.22616683851651, 41.147560188306031 ], [ -111.225887332037, 41.147718376699942 ], [ -111.22546542226415, 41.148052499172593 ], [ -111.22510868235828, 41.148278396784669 ], [ -111.22493060393873, 41.148476920574709 ], [ -111.22487184950018, 41.148720251193616 ], [ -111.22482519642408, 41.149017606130876 ], [ -111.22479644954875, 41.149323934087718 ], [ -111.2247026647681, 41.149779020821818 ], [ -111.22444182007412, 41.150171377104797 ], [ -111.22418089556746, 41.15054121294353 ], [ -111.22390800464153, 41.150897559440132 ], [ -111.22365986217235, 41.151172785287045 ], [ -111.22331428352591, 41.151533775446083 ], [ -111.22290992296, 41.151782278416071 ], [ -111.22235015714816, 41.151891456164421 ], [ -111.2219750837676, 41.151991267446903 ], [ -111.22163045583031, 41.152284690746228 ], [ -111.22140509400565, 41.152604907799471 ], [ -111.22116171692799, 41.152884623029138 ], [ -111.22080507208219, 41.153151042920236 ], [ -111.22023966374847, 41.153359309097453 ], [ -111.21988842980473, 41.153463571979692 ], [ -111.21945975773765, 41.153576989337971 ], [ -111.21921578364019, 41.153681045768174 ], [ -111.21892460108766, 41.153924815238504 ], [ -111.21862157307932, 41.154191126416819 ], [ -111.21834835298779, 41.154461884283101 ], [ -111.21793233278264, 41.154799570852866 ], [ -111.21742704612096, 41.155175257976602 ], [ -111.21689217748694, 41.155617657665275 ], [ -111.21663677752291, 41.155874865878609 ], [ -111.21650613422938, 41.156014735283321 ], [ -111.21625012432489, 41.156087280068007 ], [ -111.21599997255478, 41.156129186147524 ], [ -111.21581530711438, 41.156151151441854 ], [ -111.21565485345647, 41.156287472529122 ], [ -111.21557795573261, 41.156462371381537 ], [ -111.21547717917008, 41.156624703669621 ], [ -111.21533486391299, 41.156841161431963 ], [ -111.2151268479282, 41.157012701810416 ], [ -111.2148234815312, 41.157184419672362 ], [ -111.21456771490018, 41.157333528115792 ], [ -111.21400241195056, 41.157591307271595 ], [ -111.21362131933554, 41.157686598471848 ], [ -111.21328781311198, 41.157754776358288 ], [ -111.21297830413035, 41.157872452818786 ], [ -111.21274019041734, 41.157953964678143 ], [ -111.21246065111212, 41.158125632287081 ], [ -111.21219273870499, 41.158207197970427 ], [ -111.21191877915615, 41.158261750207679 ], [ -111.21155597791655, 41.158487616658356 ], [ -111.21136572398304, 41.158627589644183 ], [ -111.21115803891264, 41.15890721798425 ], [ -111.21108720418933, 41.159119035376477 ], [ -111.21095661486675, 41.159281418272442 ], [ -111.21072474158493, 41.159452994329357 ], [ -111.21043334356557, 41.159647198625187 ], [ -111.21017758617057, 41.159805305231451 ], [ -111.20985032687189, 41.159968045540808 ], [ -111.2095110033186, 41.160085766961366 ], [ -111.20924902453449, 41.160162810994379 ], [ -111.20901688612234, 41.160253312256764 ], [ -111.20880839972172, 41.160285218310079 ], [ -111.20844550528282, 41.160488555117489 ], [ -111.20826714397869, 41.160623997432552 ], [ -111.20805323763577, 41.160827063517445 ], [ -111.20782732523635, 41.161003126925593 ], [ -111.2077148023082, 41.161228529349906 ], [ -111.20756058897413, 41.161463014764806 ], [ -111.20739410008397, 41.161584922347082 ], [ -111.20706087945936, 41.161752169411749 ], [ -111.20667410415072, 41.161946535542782 ], [ -111.20638269724711, 41.162145233524527 ], [ -111.2061804456655, 41.162267203411446 ], [ -111.20594804179041, 41.162276627147897 ], [ -111.20561463097029, 41.162385318505301 ], [ -111.2052874037427, 41.16256606168681 ], [ -111.20515661067041, 41.162669886440213 ], [ -111.20486462089836, 41.162683918090657 ], [ -111.20444771239366, 41.162774738586727 ], [ -111.20406643609851, 41.162824958560158 ], [ -111.20378657437948, 41.162906525810655 ], [ -111.2036080853964, 41.163005929186433 ], [ -111.20344168276783, 41.163159358791376 ], [ -111.20334212761529, 41.163344198077247 ], [ -111.20320441455432, 41.16352460060601 ], [ -111.20313930059469, 41.163668843055163 ], [ -111.2029548903195, 41.163781767811628 ], [ -111.20258574884157, 41.163904025292815 ], [ -111.20202599800294, 41.164062647955333 ], [ -111.20158541636049, 41.164212051426105 ], [ -111.20109141311399, 41.164433610274649 ], [ -111.20047229013966, 41.164669797584722 ], [ -111.20024619067253, 41.164795401700864 ], [ -111.20009755989308, 41.164917267631161 ], [ -111.19993704953237, 41.165052665947591 ], [ -111.19975898658684, 41.165296190149562 ], [ -111.19972327537693, 41.165312466426151 ], [ -111.19954825685369, 41.165381230352786 ], [ -111.19924661124946, 41.165360133397705 ], [ -111.19903785855115, 41.165310950458483 ], [ -111.19882902447885, 41.16523474336303 ], [ -111.1984892326259, 41.165212809466567 ], [ -111.19827481956978, 41.165262722596054 ], [ -111.19807243483696, 41.165348646532991 ], [ -111.19754848894243, 41.165529705764357 ], [ -111.19707800573694, 41.165652119329572 ], [ -111.19678014860961, 41.165702172413987 ], [ -111.19655974561643, 41.165743084609147 ], [ -111.19625588724341, 41.165779634620378 ], [ -111.1958331210926, 41.165915473743681 ], [ -111.19535705969544, 41.166168505344956 ], [ -111.19506534605964, 41.166281599371843 ], [ -111.19470220264471, 41.166426341320083 ], [ -111.19441069973016, 41.166611497095616 ], [ -111.19419673111386, 41.1668145373757 ], [ -111.19404808189061, 41.166935494699601 ], [ -111.19377427248972, 41.167058464047606 ], [ -111.19333981077907, 41.167275385400089 ], [ -111.19280417995576, 41.167546522312811 ], [ -111.19243504845832, 41.167685862329364 ], [ -111.19186929626156, 41.167849850367723 ], [ -111.19154772820805, 41.167949473233058 ], [ -111.1912856969431, 41.16802647642038 ], [ -111.19110241995033, 41.168130372282128 ], [ -111.1908037338471, 41.16831102681688 ], [ -111.19047055423675, 41.168518761520929 ], [ -111.19018482119384, 41.168645345213051 ], [ -111.18996463835225, 41.168767316121382 ], [ -111.18965507462801, 41.168898441778595 ], [ -111.18937519502806, 41.168988981947919 ], [ -111.18897640390105, 41.169183308213277 ], [ -111.18876812496686, 41.169300753310708 ], [ -111.18847058049698, 41.169467887943448 ], [ -111.18805379934025, 41.169626208570371 ], [ -111.18733894319034, 41.169767897737813 ], [ -111.18696351981255, 41.1697991348166 ], [ -111.186725113154, 41.169804025531079 ], [ -111.18638423713521, 41.169827097541699 ], [ -111.18599213886228, 41.169863763215574 ], [ -111.18568836738864, 41.169939920246918 ], [ -111.18515844340611, 41.170139849376142 ], [ -111.18466422629483, 41.170320802093478 ], [ -111.18418195278649, 41.170510741553613 ], [ -111.18372921509635, 41.170606048245915 ], [ -111.18347318743191, 41.170705543971103 ], [ -111.18331169967969, 41.17050762585346 ], [ -111.18312622027221, 41.170255697853413 ], [ -111.18283887526863, 41.169810260008951 ], [ -111.18261175141961, 41.169585421146643 ], [ -111.18250435050749, 41.169545055518739 ], [ -111.18231377794766, 41.169603909102747 ], [ -111.18198616396309, 41.169680994907694 ], [ -111.18178111110196, 41.169676814719324 ], [ -111.18142582940969, 41.169663862923358 ], [ -111.18093093645037, 41.169601585600276 ], [ -111.18044908329829, 41.169512261820394 ], [ -111.1801735125208, 41.169440629468632 ], [ -111.17982783070553, 41.16945017764386 ], [ -111.17969673757204, 41.169463894186933 ], [ -111.17956000363544, 41.169594722948339 ], [ -111.17936384612803, 41.169792303049697 ], [ -111.17917960109244, 41.169987161890283 ], [ -111.17898328437909, 41.170127090594548 ], [ -111.17884151222188, 41.170159739486316 ], [ -111.17869736305626, 41.170195094281105 ], [ -111.1783932785557, 41.170159533777834 ], [ -111.17818459928451, 41.170137336871498 ], [ -111.17771972742612, 41.170156071008783 ], [ -111.17744561634636, 41.170183517516975 ], [ -111.17707620694412, 41.170237233021133 ], [ -111.17672467127494, 41.170288217528253 ], [ -111.17636693053745, 41.170248230004468 ], [ -111.17594974160879, 41.170266883976943 ], [ -111.17575309219224, 41.170285200137002 ], [ -111.17547936429747, 41.170456768839848 ], [ -111.17531886169725, 41.170619156638175 ], [ -111.17503960225255, 41.170952876084279 ], [ -111.17476626469497, 41.171273073902952 ], [ -111.1744213966451, 41.171593379397791 ], [ -111.1740284941371, 41.171783140951547 ], [ -111.1737426080508, 41.171869148199654 ], [ -111.17357004557132, 41.171982007914899 ], [ -111.17345135449446, 41.172180361911593 ], [ -111.17335043802338, 41.172338153195355 ], [ -111.17320772474693, 41.172468983358179 ], [ -111.17297537464337, 41.172514372341659 ], [ -111.17270128720266, 41.172555319462482 ], [ -111.17236186732929, 41.17268644334343 ], [ -111.17217166567687, 41.17289391095067 ], [ -111.17207096896131, 41.173137276407573 ], [ -111.17199403230515, 41.173349078423293 ], [ -111.17189344019991, 41.173632979376144 ], [ -111.17176405861349, 41.173849363456604 ], [ -111.17155594558882, 41.174047848755905 ], [ -111.17123351114986, 41.17429604746733 ], [ -111.17110855495061, 41.174381808787913 ], [ -111.17098239453122, 41.174463067779435 ], [ -111.17050697051397, 41.174562860111152 ], [ -111.17022709860819, 41.174675873575865 ], [ -111.17006033224558, 41.174730167679947 ], [ -111.16974455364506, 41.174789185221513 ], [ -111.16929191614528, 41.174942986707563 ], [ -111.16913749890402, 41.175163908567619 ], [ -111.16897722379714, 41.175425374620836 ], [ -111.16884043300597, 41.175547182661916 ], [ -111.16865579178274, 41.175606004905944 ], [ -111.16814365095431, 41.17580492876634 ], [ -111.16783407941536, 41.175963019538571 ], [ -111.16764354396265, 41.176048872618594 ], [ -111.16739933547872, 41.176125795444129 ], [ -111.16708923415254, 41.17607670195202 ], [ -111.16692202715163, 41.175959840942163 ], [ -111.16656994862369, 41.175811719337318 ], [ -111.16627183979257, 41.175789630171948 ], [ -111.16609912903732, 41.175852935072186 ], [ -111.16575344539274, 41.17587595295327 ], [ -111.16537125894367, 41.175606263564482 ], [ -111.16513847377807, 41.175484990110427 ], [ -111.16480462343493, 41.17547195634279 ], [ -111.16446018985332, 41.175517488451746 ], [ -111.16422652944527, 41.175522325826385 ], [ -111.16373202562011, 41.175627522161122 ], [ -111.16359497814653, 41.175650236793324 ], [ -111.16347581141625, 41.175672025089696 ], [ -111.16318365407835, 41.175645415503674 ], [ -111.1628319402983, 41.175640508488556 ], [ -111.16248174597798, 41.175768015248003 ], [ -111.16203389790179, 41.175939797355845 ], [ -111.16165264533149, 41.176043924586274 ], [ -111.16128908694424, 41.176071458133507 ], [ -111.16102676709016, 41.176058313230008 ], [ -111.1607101229711, 41.176256930554274 ], [ -111.16054472386666, 41.176387776604322 ], [ -111.16031868557195, 41.176586266514633 ], [ -111.16012824814953, 41.176717146807974 ], [ -111.15984242088231, 41.176843655223713 ], [ -111.15964583471344, 41.176897975613713 ], [ -111.15943721671843, 41.176907272538998 ], [ -111.1590975080736, 41.176939270128919 ], [ -111.15875053697712, 41.176926236942293 ], [ -111.15856728141162, 41.177070616684958 ], [ -111.15843647246048, 41.177210420022831 ], [ -111.15825796267612, 41.177345784782304 ], [ -111.15805544498636, 41.177413622538509 ], [ -111.15786483844708, 41.177476939635085 ], [ -111.15769213673502, 41.17754923985958 ], [ -111.1575015510294, 41.177621564281203 ], [ -111.15729902093128, 41.17768489674387 ], [ -111.1571729339727, 41.177806676273278 ], [ -111.15707922012656, 41.17800497913791 ], [ -111.15701396916933, 41.178140187436398 ], [ -111.15677041699129, 41.178500837388725 ], [ -111.15667545502231, 41.178676621714871 ], [ -111.15653294141812, 41.17891102229332 ], [ -111.15644395027932, 41.1790913022786 ], [ -111.15638475471225, 41.17926703776152 ], [ -111.15631960816901, 41.17944728526215 ], [ -111.15618276413794, 41.17956007031848 ], [ -111.1556705653005, 41.179763442665461 ], [ -111.15542033559754, 41.179826836263793 ], [ -111.15502120820096, 41.179948981510826 ], [ -111.15471738795972, 41.180039469554004 ], [ -111.15436615037451, 41.180247123732237 ], [ -111.15415768995373, 41.18032847449858 ], [ -111.15393142900598, 41.180445880484868 ], [ -111.15378259263998, 41.180531654844593 ], [ -111.15366383698101, 41.180734492250402 ], [ -111.15352725918062, 41.180964377137343 ], [ -111.15309867036612, 41.181239690130219 ], [ -111.1529021576397, 41.181333633860568 ], [ -111.15256281171065, 41.181533159555578 ], [ -111.15225933542105, 41.181776775785835 ], [ -111.1519975568753, 41.182006824262544 ], [ -111.1516584104557, 41.182295525703921 ], [ -111.15133088369336, 41.182453595612117 ], [ -111.15077075562861, 41.182570532741423 ], [ -111.15066945084861, 41.182589582000865 ], [ -111.15050249352311, 41.182576288364054 ], [ -111.13144030257486, 41.181215998488241 ], [ -111.13142570097767, 41.173911462481591 ], [ -111.13142036649413, 41.159309541748897 ], [ -111.13142749889319, 41.144977809933401 ], [ -111.13152906618204, 41.130204541047661 ], [ -111.1317144321155, 41.115659942914412 ], [ -111.13172962815713, 41.111940498642561 ], [ -111.13190168718332, 41.075304403739054 ], [ -111.13190610859294, 41.074538708619137 ], [ -111.13256213352132, 41.06037717544271 ], [ -111.13272733179676, 41.044868548656964 ], [ -111.13269871980314, 41.030623051171375 ], [ -111.13212491461307, 41.026245729453628 ], [ -111.1308446114582, 41.016432753480082 ], [ -111.13193404561376, 41.002126456347078 ], [ -111.13188770381396, 40.987825021767321 ], [ -111.13236221653682, 40.975425502612048 ], [ -111.13237011411219, 40.973430160450981 ], [ -111.13238725820511, 40.973087826215043 ], [ -111.13303057534964, 40.959038659175704 ], [ -111.13250737747666, 40.944008893589249 ], [ -111.11365968808508, 40.944281245626264 ], [ -111.11362383305149, 40.929597694162673 ], [ -111.16646667378404, 40.929556039163991 ], [ -111.17085548422602, 40.929549619989629 ], [ -111.17091488432639, 40.929554036135919 ], [ -111.20867407688755, 40.929505401093508 ], [ -111.22422195945374, 40.929485225553492 ], [ -111.22766053828948, 40.929478488145641 ], [ -111.22748056821952, 40.915097011357233 ], [ -111.22731265542814, 40.900742499698573 ], [ -111.24627282447658, 40.9006495208722 ], [ -111.26538656361626, 40.900377408288122 ], [ -111.28345123390781, 40.900528104965638 ], [ -111.29144019745728, 40.900242446281091 ], [ -111.30239077443238, 40.899849414871909 ], [ -111.32120223420831, 40.899771532706978 ], [ -111.32092427273167, 40.885246282257398 ], [ -111.32067060463372, 40.870807407745225 ], [ -111.32086756101346, 40.856293374619142 ], [ -111.32090449466236, 40.841816684670597 ], [ -111.32079338662498, 40.827380908320379 ], [ -111.32074117526838, 40.812850342609735 ], [ -111.32031586584114, 40.798375728629786 ], [ -111.32044198120134, 40.783924770628559 ], [ -111.33945263037396, 40.784014551391849 ], [ -111.33958623684859, 40.776505523600044 ], [ -111.33971044748127, 40.769482976737812 ], [ -111.33857546122805, 40.755973431012791 ], [ -111.35756552988535, 40.755916159394516 ], [ -111.37615095801543, 40.755537277538515 ], [ -111.37588135581635, 40.749736618993566 ], [ -111.37574454912877, 40.7412149204605 ], [ -111.37718358653441, 40.741210226822588 ], [ -111.38669519219616, 40.741340907111578 ], [ -111.390497490173, 40.741395670248615 ], [ -111.39527110358324, 40.741465003056135 ], [ -111.41255039551362, 40.741242379925133 ], [ -111.41521510051237, 40.741205798853535 ], [ -111.43123896976844, 40.741012814058664 ], [ -111.4344721482566, 40.740972762199199 ], [ -111.45358917182335, 40.741070381341672 ], [ -111.45415740975588, 40.755828722931689 ], [ -111.47354391975274, 40.755737293941237 ], [ -111.4734685988072, 40.759314006459888 ], [ -111.4734636979869, 40.759458163687711 ], [ -111.4733877632578, 40.762949295022928 ], [ -111.47351586785987, 40.769313316869628 ], [ -111.47351621956726, 40.769362862477124 ], [ -111.47365248049843, 40.769362303301016 ], [ -111.47493218025593, 40.7693615482033 ], [ -111.490888243234, 40.769366847997944 ], [ -111.49086054730846, 40.773010022756587 ], [ -111.49083486834895, 40.775961330741133 ], [ -111.49076925013516, 40.783952180130328 ], [ -111.50030347365724, 40.783888716367812 ], [ -111.50030391305079, 40.783947269886006 ], [ -111.50032516438138, 40.787568604308369 ], [ -111.50514301968683, 40.787552118526882 ], [ -111.50512174554873, 40.783962315318469 ], [ -111.50512092654982, 40.783854216595408 ], [ -111.51051447006026, 40.783988130443973 ], [ -111.51051405864453, 40.798635974485514 ], [ -111.51493999593511, 40.798545230447083 ], [ -111.51703213517871, 40.798496057214706 ], [ -111.51718707336289, 40.798511668237069 ], [ -111.51647295073533, 40.798906736647979 ], [ -111.51518685949678, 40.799687217051535 ], [ -111.51463856628938, 40.800068020783897 ], [ -111.5142916844263, 40.800434411598879 ], [ -111.51413537106517, 40.80091706283801 ], [ -111.51409201979278, 40.801444253068489 ], [ -111.51404447812455, 40.802196674293768 ], [ -111.51407298302368, 40.802818133447964 ], [ -111.51413441122187, 40.803097123068916 ], [ -111.51421916705081, 40.803326461968496 ], [ -111.51437560855376, 40.80362754919085 ], [ -111.51443641278233, 40.803825464956056 ], [ -111.5144682410543, 40.804109090560935 ], [ -111.51456879232137, 40.804848239353021 ], [ -111.51458983818027, 40.80527064371384 ], [ -111.51454980647664, 40.805460000540727 ], [ -111.51446245827935, 40.805663081065852 ], [ -111.51432190027718, 40.805884415695793 ], [ -111.51414553230455, 40.806074380010791 ], [ -111.513744260632, 40.806310388113189 ], [ -111.5130600541964, 40.80675484850898 ], [ -111.51224684886361, 40.807384551604052 ], [ -111.51156934472417, 40.807932570955117 ], [ -111.51131693928185, 40.808257995305354 ], [ -111.51115359417084, 40.808601942392855 ], [ -111.51104399909896, 40.808997900389237 ], [ -111.51099882199188, 40.80929087624984 ], [ -111.5109080866028, 40.809827282900358 ], [ -111.51086349563381, 40.810196828183749 ], [ -111.51087711344304, 40.810426484215682 ], [ -111.51112712657263, 40.810560504183236 ], [ -111.51151830653568, 40.810549762121333 ], [ -111.51195067089425, 40.810498297827905 ], [ -111.51262018947736, 40.810450282745187 ], [ -111.51294047523801, 40.810471380506954 ], [ -111.51313044907633, 40.810506569717354 ], [ -111.51330281262182, 40.810564358167341 ], [ -111.51350547632539, 40.81070759209166 ], [ -111.51361786101646, 40.810828706368248 ], [ -111.51393091898089, 40.811295753391406 ], [ -111.51410571885067, 40.811668826609726 ], [ -111.51428658795848, 40.812059889443454 ], [ -111.5144005446523, 40.812230542555369 ], [ -111.5145318689212, 40.812347067222106 ], [ -111.51474608379013, 40.812449709240568 ], [ -111.51500158769039, 40.812525141130834 ], [ -111.51564859713643, 40.812630353074553 ], [ -111.5159693827637, 40.812714499519018 ], [ -111.51616557202072, 40.812785689824395 ], [ -111.51635726518377, 40.81304157371963 ], [ -111.51642415212463, 40.81325747782644 ], [ -111.51652267196846, 40.813729981874964 ], [ -111.51650631924819, 40.813914728856659 ], [ -111.51637802666878, 40.814190061641945 ], [ -111.51629824236836, 40.814604808588911 ], [ -111.51617723751316, 40.815055773774226 ], [ -111.51619663395711, 40.815875458160384 ], [ -111.5162284075909, 40.81630321848435 ], [ -111.51633146244038, 40.816595532703715 ], [ -111.51639193544345, 40.816748406089303 ], [ -111.51650074563574, 40.817018173193617 ], [ -111.51657360071576, 40.817238554576818 ], [ -111.5166401013373, 40.81740401268555 ], [ -111.51673653906336, 40.817607172251691 ], [ -111.51689229192847, 40.817813669394702 ], [ -111.51700745100729, 40.817984314349907 ], [ -111.51709652445246, 40.818155076099906 ], [ -111.51716359399967, 40.818393499931496 ], [ -111.51711791322296, 40.818618916420519 ], [ -111.51704879693703, 40.818880471786898 ], [ -111.51692228050238, 40.819385512934033 ], [ -111.5166743544132, 40.819526254729936 ], [ -111.51641359153804, 40.819540934899358 ], [ -111.5160816129595, 40.819546924589581 ], [ -111.51560144884186, 40.819558079888132 ], [ -111.51512163298554, 40.819614273974267 ], [ -111.51406871271715, 40.819777519284273 ], [ -111.513807207328, 40.819849851068263 ], [ -111.51353531428465, 40.819959163214456 ], [ -111.51323412320615, 40.820113647392418 ], [ -111.5130508489294, 40.820182026040527 ], [ -111.51279649710665, 40.820259728802 ], [ -111.51246513849019, 40.820346781543506 ], [ -111.51215156568519, 40.820433754382194 ], [ -111.51151950145598, 40.82058519814143 ], [ -111.51079602523464, 40.820723530484244 ], [ -111.51035252980633, 40.820878637074372 ], [ -111.51005753209925, 40.821069119423512 ], [ -111.50974665572124, 40.821354260070812 ], [ -111.50927452773091, 40.821797759929289 ], [ -111.5083444827507, 40.822684691162209 ], [ -111.5077554199607, 40.823191759150127 ], [ -111.50760883967602, 40.823408607295114 ], [ -111.50750982925138, 40.823643262928506 ], [ -111.50750023691035, 40.823940584409456 ], [ -111.50734823979666, 40.824225019496225 ], [ -111.50709496361965, 40.824446840334559 ], [ -111.50670496956008, 40.824624218840199 ], [ -111.50632676348197, 40.824792535830255 ], [ -111.50599088221047, 40.825068767498635 ], [ -111.50573235328712, 40.825380692973681 ], [ -111.50564567104448, 40.825678352124896 ], [ -111.50561160000434, 40.825876687577136 ], [ -111.50537266666289, 40.826427250513255 ], [ -111.50514956968532, 40.826721002490025 ], [ -111.50496150102143, 40.8269425330435 ], [ -111.50472061199311, 40.827236362042534 ], [ -111.50410950284727, 40.827973223233116 ], [ -111.50338598954117, 40.828746605443222 ], [ -111.50294958331291, 40.829221452719842 ], [ -111.50268021459327, 40.829515401522386 ], [ -111.50239745811589, 40.829764365710794 ], [ -111.50197882460856, 40.830081483902987 ], [ -111.50182685798814, 40.830374919791758 ], [ -111.50171579443229, 40.830588002355626 ], [ -111.50162897902845, 40.83087124531216 ], [ -111.50148351586051, 40.831241224285549 ], [ -111.50139433190054, 40.83136773025776 ], [ -111.50126607816787, 40.831503414374311 ], [ -111.50108299752706, 40.831603302683234 ], [ -111.50075146527318, 40.831676809793485 ], [ -111.50057461816779, 40.831817208272369 ], [ -111.50030844889768, 40.831908447386702 ], [ -111.50006023790479, 40.832022129177382 ], [ -111.49984854612346, 40.832260869691133 ], [ -111.49982699107939, 40.83254923352419 ], [ -111.50000194510621, 40.832945748082892 ], [ -111.50006893512798, 40.833179677434515 ], [ -111.50008296118722, 40.83346788703259 ], [ -111.50004365038265, 40.833760832035139 ], [ -111.49996245620849, 40.834004412059528 ], [ -111.49954530591722, 40.834524204904454 ], [ -111.49925102785276, 40.834822757566705 ], [ -111.4989861348167, 40.835086049427694 ], [ -111.49880957205686, 40.835266081074806 ], [ -111.4986101715173, 40.835564221808106 ], [ -111.49847582838287, 40.835997207790676 ], [ -111.49846744799574, 40.836303531158833 ], [ -111.49851088346601, 40.836560084167857 ], [ -111.49853683186576, 40.836857250720179 ], [ -111.49852140944625, 40.837173513766537 ], [ -111.49850553475754, 40.8374294221748 ], [ -111.49845367242759, 40.837631435406671 ], [ -111.49831916789068, 40.837885153741418 ], [ -111.49813205671796, 40.838241795320592 ], [ -111.49788533498003, 40.838558155870452 ], [ -111.49760963180154, 40.838964725308436 ], [ -111.49741014760875, 40.839253855721161 ], [ -111.49731270187158, 40.839547050169095 ], [ -111.49727845666399, 40.839885014309644 ], [ -111.4972100488279, 40.8402546552053 ], [ -111.4970642382179, 40.840584091595161 ], [ -111.49683465598628, 40.840814795770569 ], [ -111.49648082897833, 40.84108657223257 ], [ -111.49614411967575, 40.841268189600171 ], [ -111.49576049923682, 40.841522075094097 ], [ -111.49540692566447, 40.841828980058615 ], [ -111.49517653558469, 40.841952483963674 ], [ -111.49499839635035, 40.842083870811976 ], [ -111.49487593941616, 40.842206010094024 ], [ -111.49490120397267, 40.842413095761565 ], [ -111.49504471780034, 40.84257012763694 ], [ -111.49512835350892, 40.84265084463172 ], [ -111.4952599059951, 40.842794414914579 ], [ -111.49536875389194, 40.84291556145083 ], [ -111.49544031508471, 40.843126952379109 ], [ -111.4954245011383, 40.84339276913785 ], [ -111.49538503023162, 40.843667695908202 ], [ -111.49538670712755, 40.843892899571564 ], [ -111.49532294160717, 40.844091358933134 ], [ -111.49520404023176, 40.844213483259118 ], [ -111.49498214608262, 40.84436397556847 ], [ -111.49465065663327, 40.844612228514983 ], [ -111.49445040637278, 40.844802264092266 ], [ -111.49424469233982, 40.845055381756453 ], [ -111.49404544305965, 40.845380538818127 ], [ -111.49391609506627, 40.845534236047662 ], [ -111.49376878583681, 40.845665488929413 ], [ -111.49358582215662, 40.845787885748827 ], [ -111.49330742448628, 40.845838622964024 ], [ -111.49304641934387, 40.845835234582133 ], [ -111.49279167904542, 40.845876861006957 ], [ -111.49265086506497, 40.84608465637961 ], [ -111.4928661234606, 40.846317956113211 ], [ -111.49322359954763, 40.846532630599235 ], [ -111.49336098674267, 40.846662665353691 ], [ -111.49344454189489, 40.846892022951174 ], [ -111.49337082638561, 40.847189616431415 ], [ -111.49328329312077, 40.847383672000106 ], [ -111.49312525116071, 40.847668113214347 ], [ -111.49290762720841, 40.847916775086098 ], [ -111.49276687606815, 40.848133578692817 ], [ -111.49260939718522, 40.848494588400804 ], [ -111.49245866754278, 40.848806022711486 ], [ -111.49235258226445, 40.849058711499083 ], [ -111.49233052327509, 40.849284016316105 ], [ -111.49230233262413, 40.849482322009337 ], [ -111.49219747199713, 40.849740410456398 ], [ -111.49201528720911, 40.849970001661788 ], [ -111.49179771824578, 40.850227669548538 ], [ -111.49147914412971, 40.850463246332509 ], [ -111.49090621320256, 40.850795394242539 ], [ -111.49039831880108, 40.851099336718534 ], [ -111.48993279746172, 40.851519305658499 ], [ -111.48955509239208, 40.851782153487108 ], [ -111.48927229206693, 40.852044597579138 ], [ -111.48902514628868, 40.852315898247426 ], [ -111.48881971297499, 40.852613146051141 ], [ -111.48871585999376, 40.853010857486161 ], [ -111.48864669679946, 40.853285907334438 ], [ -111.48860686148529, 40.853515790805318 ], [ -111.48851923997253, 40.853700834532525 ], [ -111.48834340018149, 40.853989848517777 ], [ -111.48829193105298, 40.854251310573297 ], [ -111.48818608205278, 40.854377876455104 ], [ -111.48813289292772, 40.854405126800721 ], [ -111.48795499406768, 40.854413987037134 ], [ -111.48750205972482, 40.8541285334923 ], [ -111.48731688304093, 40.853953651728609 ], [ -111.48712010087472, 40.853813951509657 ], [ -111.4868409128421, 40.853761980445711 ], [ -111.48655621513726, 40.853767685837695 ], [ -111.4864731686869, 40.853768036090543 ], [ -111.48610522692597, 40.853747066133103 ], [ -111.48577290960181, 40.853730449198736 ], [ -111.4851196135225, 40.853625097403743 ], [ -111.48462071217143, 40.853541614428813 ], [ -111.48418142580555, 40.85349841698298 ], [ -111.483908428812, 40.85348154567221 ], [ -111.48369494714413, 40.853491449441997 ], [ -111.48338118016785, 40.853578344679086 ], [ -111.48274240112744, 40.853837759656045 ], [ -111.48210368238026, 40.854106179260199 ], [ -111.48151060804275, 40.854288824804918 ], [ -111.48127516871297, 40.85437989154061 ], [ -111.48101540090839, 40.85455213503127 ], [ -111.48069758164922, 40.854900284052825 ], [ -111.48052682302551, 40.855076659693744 ], [ -111.48039752261542, 40.855243854010645 ], [ -111.48040498387746, 40.855455520796269 ], [ -111.48051280211223, 40.855599206431314 ], [ -111.48081872386233, 40.856066369462297 ], [ -111.48083766001085, 40.856223937849144 ], [ -111.48083893014072, 40.856399596704534 ], [ -111.48075138091981, 40.856598146800344 ], [ -111.48065154363282, 40.856738193313809 ], [ -111.48046295114555, 40.856910138911104 ], [ -111.48009250840592, 40.857366606315466 ], [ -111.47972877271343, 40.857931145596829 ], [ -111.47961745657287, 40.858125289419121 ], [ -111.47955455727899, 40.858287702402023 ], [ -111.47961986061777, 40.858458590781851 ], [ -111.47968002853352, 40.858575449986873 ], [ -111.47978208048885, 40.858741681236864 ], [ -111.47983116430343, 40.858966687427063 ], [ -111.47983155433108, 40.859020736288414 ], [ -111.47980870239876, 40.859142444930541 ], [ -111.4797570333954, 40.859381382796883 ], [ -111.47975417233968, 40.859642638678096 ], [ -111.47979630033204, 40.85989019480833 ], [ -111.47992345636547, 40.860246398966744 ], [ -111.4801460087243, 40.860667967317873 ], [ -111.48037372198942, 40.860982313625506 ], [ -111.4808106080807, 40.861507485402221 ], [ -111.48113494407384, 40.862055646000144 ], [ -111.48138110449281, 40.862622148713903 ], [ -111.48149814349205, 40.863054063791147 ], [ -111.48151470638959, 40.863702599942741 ], [ -111.48152223766316, 40.863923274454166 ], [ -111.48152999735684, 40.864175477422656 ], [ -111.4816702376918, 40.86469737939435 ], [ -111.4818869878378, 40.865133381700367 ], [ -111.48222422940493, 40.865821115184332 ], [ -111.48254305772352, 40.86642334480463 ], [ -111.48276522901565, 40.866787255425486 ], [ -111.48295236911535, 40.867065732464219 ], [ -111.4831022917993, 40.86744796166856 ], [ -111.48341405639148, 40.867892571286319 ], [ -111.48379705625662, 40.868341385460745 ], [ -111.48386300987872, 40.868435696997764 ], [ -111.48394178106791, 40.868660576493454 ], [ -111.48393158698197, 40.868890333410576 ], [ -111.48389729910436, 40.869070645212133 ], [ -111.48390497022838, 40.869309335558818 ], [ -111.48389562847265, 40.869656198028402 ], [ -111.48394542327721, 40.869975787189183 ], [ -111.48403596493613, 40.870187104579124 ], [ -111.48411998329438, 40.87031737370976 ], [ -111.48424550282677, 40.870442964354204 ], [ -111.48482380029706, 40.870818887665017 ], [ -111.4851158524486, 40.870997827615064 ], [ -111.48534965975108, 40.871163499325263 ], [ -111.48553392330415, 40.871369916887403 ], [ -111.48572085591556, 40.87177901175113 ], [ -111.4857690135989, 40.872035548139309 ], [ -111.48579525124082, 40.872215605484783 ], [ -111.48582013770179, 40.872373147529643 ], [ -111.48603809337462, 40.872966783149494 ], [ -111.4861591053036, 40.873123920003472 ], [ -111.48633708066242, 40.873280816557624 ], [ -111.48659324906176, 40.873419366209049 ], [ -111.48679552076739, 40.873490579839952 ], [ -111.48709253331987, 40.873534367895324 ], [ -111.48769242713369, 40.873612908505322 ], [ -111.48792532417548, 40.873652461292899 ], [ -111.48831678507111, 40.873790434706521 ], [ -111.488947709614, 40.874053509375337 ], [ -111.4890907812912, 40.874142986682038 ], [ -111.4892587819193, 40.874394509058391 ], [ -111.48926624098047, 40.87460167034267 ], [ -111.4892983636903, 40.874934844419144 ], [ -111.48938319445402, 40.875173206783408 ], [ -111.48945635723838, 40.875438643747977 ], [ -111.48956416143261, 40.875573312024969 ], [ -111.48968960165095, 40.875685384359187 ], [ -111.48992238292158, 40.875869067753044 ], [ -111.49006015705103, 40.876044145985595 ], [ -111.49040024920562, 40.876294935299654 ], [ -111.49068580788835, 40.876392813065905 ], [ -111.49107827104019, 40.876502846754114 ], [ -111.49134036899136, 40.876637757153105 ], [ -111.4914658808357, 40.87675883560653 ], [ -111.49153808755999, 40.876893653672902 ], [ -111.49161059447164, 40.877069008137155 ], [ -111.49169496972982, 40.877244311956289 ], [ -111.49177911210477, 40.877388087360202 ], [ -111.49197633441453, 40.877576422336013 ], [ -111.49226836879068, 40.877746335588711 ], [ -111.49279880170643, 40.878054859692277 ], [ -111.49359171072403, 40.878546930194346 ], [ -111.49419380109165, 40.878913695616774 ], [ -111.49446837974345, 40.879128719932517 ], [ -111.49472596923208, 40.879452817846271 ], [ -111.4948223180742, 40.879640679660731 ], [ -111.49484834862577, 40.879789206233625 ], [ -111.4948430389437, 40.880032455233213 ], [ -111.49483331726954, 40.88032076504043 ], [ -111.49492363948895, 40.880496040866731 ], [ -111.49509764626534, 40.880752032822613 ], [ -111.4953435645875, 40.881101402805285 ], [ -111.49561947309311, 40.881492982739353 ], [ -111.4957519445398, 40.881749152129508 ], [ -111.49592679832044, 40.88211774381562 ], [ -111.49604726883679, 40.882355947686989 ], [ -111.49622762301443, 40.882665960787101 ], [ -111.4964618020575, 40.88287214561926 ], [ -111.49688341158111, 40.883064010095559 ], [ -111.49724676418255, 40.883242611634749 ], [ -111.49759312477893, 40.88352938579834 ], [ -111.49805288658443, 40.883901248798331 ], [ -111.49836388304762, 40.884219702608505 ], [ -111.49859766476554, 40.884529481009999 ], [ -111.4988863826121, 40.885041709628197 ], [ -111.49906861843643, 40.885599440120195 ], [ -111.49929294239571, 40.886229055015789 ], [ -111.49939083783046, 40.886619594329936 ], [ -111.49947025935805, 40.88692103070786 ], [ -111.49952571184778, 40.887191942383218 ], [ -111.49950613826263, 40.887746041653571 ], [ -111.49951586662317, 40.888250467959843 ], [ -111.4994490836223, 40.888840805029787 ], [ -111.49942690138919, 40.88904809344772 ], [ -111.49942877077285, 40.889296716176553 ], [ -111.49944198877104, 40.889475925358873 ], [ -111.49953813539175, 40.889633155311294 ], [ -111.49983624511248, 40.889812030990001 ], [ -111.50033743947887, 40.890161183924555 ], [ -111.50076110854016, 40.890461125296717 ], [ -111.5009883429767, 40.890685347472505 ], [ -111.50112017410598, 40.890851429412599 ], [ -111.50122266978491, 40.891062680487416 ], [ -111.50124295410268, 40.891233751167903 ], [ -111.50120782118813, 40.891454608658186 ], [ -111.50112038978808, 40.891666685019011 ], [ -111.50110370542536, 40.891815395432232 ], [ -111.50111670421951, 40.891964877706741 ], [ -111.50129662577653, 40.892210924830309 ], [ -111.50168019390287, 40.892700212492741 ], [ -111.50209422785908, 40.893292962299505 ], [ -111.50229186756575, 40.893526318968298 ], [ -111.50256052951056, 40.893732340761488 ], [ -111.50293019828797, 40.893951434032125 ], [ -111.50322782461852, 40.894062740215695 ], [ -111.5037087686289, 40.894083161589336 ], [ -111.50462951983533, 40.894178228444602 ], [ -111.50546741673227, 40.894305180340758 ], [ -111.50566970357217, 40.894367352070006 ], [ -111.50584241619708, 40.8944431656899 ], [ -111.50597433559614, 40.894618249910636 ], [ -111.50598866347279, 40.894784841586777 ], [ -111.50595982330678, 40.895050714524437 ], [ -111.50592565112349, 40.895240039838029 ], [ -111.50587367197581, 40.895429443243451 ], [ -111.50587521594619, 40.895632124391177 ], [ -111.50592431358359, 40.895843605287766 ], [ -111.50604594357527, 40.896225926590397 ], [ -111.50623931839706, 40.896675495463541 ], [ -111.50633580760862, 40.896874156419713 ], [ -111.50652114794917, 40.897048104549526 ], [ -111.50719769421134, 40.897183859795703 ], [ -111.50825023934493, 40.897274714601551 ], [ -111.50872016458243, 40.897403263769242 ], [ -111.50914857572137, 40.897536498471595 ], [ -111.50945188778198, 40.897611729990736 ], [ -111.50976779822281, 40.897781492676458 ], [ -111.51002535539631, 40.898082133598081 ], [ -111.51035612851121, 40.898486045937716 ], [ -111.51046931547705, 40.898692736970062 ], [ -111.51061475526481, 40.899079452002226 ], [ -111.5106768510086, 40.899435006694894 ], [ -111.51069093998595, 40.899723211339214 ], [ -111.51064028736, 40.900083769395216 ], [ -111.51059532778315, 40.900412773000419 ], [ -111.51043755489248, 40.900738672597193 ], [ -111.5103144830922, 40.900945508295642 ], [ -111.51017443976978, 40.901261419876704 ], [ -111.50985831711247, 40.90183935175488 ], [ -111.5096592190549, 40.902196061266615 ], [ -111.50957190462856, 40.902421655616564 ], [ -111.50953853423256, 40.902714574119464 ], [ -111.50953498315529, 40.903025377533758 ], [ -111.50966289497413, 40.90344820426786 ], [ -111.50981396582728, 40.903794357575897 ], [ -111.50994080845177, 40.904077559431641 ], [ -111.51002547461667, 40.904279872627306 ], [ -111.51018856056893, 40.904643988925969 ], [ -111.51024451539031, 40.904972545663092 ], [ -111.51017722409181, 40.90548631852176 ], [ -111.51009094548334, 40.905847033586376 ], [ -111.50998088514878, 40.906203349566553 ], [ -111.50985249499706, 40.906492183953887 ], [ -111.5097057475037, 40.906709933485132 ], [ -111.50939476463273, 40.907187848379778 ], [ -111.50901747909616, 40.907536335080202 ], [ -111.50884676574941, 40.907726263434455 ], [ -111.50874729189401, 40.90791587728198 ], [ -111.50872043889642, 40.908285337347408 ], [ -111.50869206685408, 40.90845662079802 ], [ -111.50864018919079, 40.908659537070868 ], [ -111.5085585927566, 40.908858080207821 ], [ -111.50851851898705, 40.909051936028348 ], [ -111.50847816895958, 40.909209759726167 ], [ -111.50845604327884, 40.90942155303604 ], [ -111.50857674719332, 40.90967775818676 ], [ -111.50875050426862, 40.909884183354272 ], [ -111.50899619602315, 40.910180374063358 ], [ -111.50911020644035, 40.910337516549035 ], [ -111.50927232257538, 40.910728663012662 ], [ -111.50953812464763, 40.911168896937937 ], [ -111.50993988295863, 40.911685099879541 ], [ -111.51011951739501, 40.911882488583572 ], [ -111.51029852955141, 40.911998804824087 ], [ -111.51049507642031, 40.912079009862218 ], [ -111.51079835259839, 40.912140725220723 ], [ -111.51137497823676, 40.912232757112861 ], [ -111.51185654242296, 40.912316199765691 ], [ -111.51226696685634, 40.912413468922601 ], [ -111.51270756516874, 40.912573660737856 ], [ -111.51306008353978, 40.912860359293362 ], [ -111.51340855208443, 40.913237158012578 ], [ -111.5137435772191, 40.913717611243946 ], [ -111.51393677718127, 40.914131133191653 ], [ -111.51395636790753, 40.914360758074039 ], [ -111.51400686761029, 40.914594749339855 ], [ -111.51424648773626, 40.915021576264657 ], [ -111.51454143326288, 40.915538239005244 ], [ -111.51467373239375, 40.915753848280254 ], [ -111.51472839175807, 40.915911249896695 ], [ -111.51478340078479, 40.916113691512834 ], [ -111.51474899900579, 40.916271490643574 ], [ -111.51469098695766, 40.91644741177528 ], [ -111.51462829448357, 40.9166323620776 ], [ -111.51490816062703, 40.916887849828591 ], [ -111.51556356043839, 40.917177691832244 ], [ -111.5162608792396, 40.917512384009427 ], [ -111.51660788272696, 40.917695500475631 ], [ -111.51708890214033, 40.917855494247846 ], [ -111.51770774647171, 40.918023875651379 ], [ -111.51846305349778, 40.918178127803493 ], [ -111.51877377165331, 40.918275821865478 ], [ -111.51901086408795, 40.918373846478602 ], [ -111.51937422298414, 40.918520847708464 ], [ -111.51967152848141, 40.918573558182445 ], [ -111.51995160901922, 40.918549774892121 ], [ -111.52028271776985, 40.918521256550221 ], [ -111.52070945047923, 40.918420239006359 ], [ -111.52101767694388, 40.918351284465849 ], [ -111.52132646894887, 40.918354393052333 ], [ -111.52162420716434, 40.918462047246166 ], [ -111.52179112686123, 40.91854597022774 ], [ -111.5221964817266, 40.918746822392706 ], [ -111.52252472014315, 40.918957030889601 ], [ -111.52288236518255, 40.919131071859361 ], [ -111.52310870778236, 40.919220128449275 ], [ -111.52338803562698, 40.919251290927576 ], [ -111.5235603996812, 40.919272128439722 ], [ -111.52386905377715, 40.919257214213395 ], [ -111.5240946154417, 40.919247180986432 ], [ -111.52445613900812, 40.919159958403505 ], [ -111.52474064976055, 40.919095605931972 ], [ -111.52498968351978, 40.919050331729885 ], [ -111.52519152206808, 40.919044007681578 ], [ -111.52531634896454, 40.919060554903723 ], [ -111.52538176337607, 40.919072868531948 ], [ -111.52544122585576, 40.919083407580771 ], [ -111.5259872789661, 40.919053893268526 ], [ -111.52677563229709, 40.918879136802438 ], [ -111.52775402213375, 40.918708009550528 ], [ -111.52810437949384, 40.918710909750025 ], [ -111.52840144864102, 40.918732970525795 ], [ -111.52862185233082, 40.918821142672471 ], [ -111.52875355764817, 40.918955663516236 ], [ -111.52879630589275, 40.91910410462625 ], [ -111.52876326404358, 40.919428555312514 ], [ -111.52860070383896, 40.91989322854262 ], [ -111.52845451611697, 40.920326297400813 ], [ -111.52841196769822, 40.920799428572032 ], [ -111.52848158903042, 40.921339607985786 ], [ -111.52853156783934, 40.921650165518045 ], [ -111.5285161221164, 40.921947510425483 ], [ -111.52848775987479, 40.922114294076565 ], [ -111.52835909761417, 40.922362612072661 ], [ -111.52819466295396, 40.922593077164471 ], [ -111.52792953168338, 40.922855532130427 ], [ -111.52757568577316, 40.923163433912919 ], [ -111.52736353418516, 40.923367992012082 ], [ -111.5271516890755, 40.923611284021966 ], [ -111.52699433018022, 40.923985847873908 ], [ -111.52695025249683, 40.924417547022856 ], [ -111.52697680300757, 40.924769650319938 ], [ -111.5271607470693, 40.925498481992761 ], [ -111.52744672116992, 40.926361971126234 ], [ -111.52747237267639, 40.926600573728116 ], [ -111.52745626947841, 40.926815945736315 ], [ -111.52734073159051, 40.927222748434076 ], [ -111.52699104647087, 40.928057614607688 ], [ -111.52670757100574, 40.92900478090521 ], [ -111.52652429397207, 40.929856901797798 ], [ -111.52637301916911, 40.930401693397009 ], [ -111.52632906340084, 40.930700068549768 ], [ -111.52630144269212, 40.930961435115321 ], [ -111.52632215404356, 40.931326176427021 ], [ -111.52637263121865, 40.931699790130679 ], [ -111.52639813813889, 40.931920376832139 ], [ -111.52654313753578, 40.932230500846252 ], [ -111.52669905031402, 40.932418962891724 ], [ -111.52681328436351, 40.932594102708492 ], [ -111.52687453396854, 40.9328280383994 ], [ -111.52689997146337, 40.93303961697152 ], [ -111.52693700074732, 40.933215109402404 ], [ -111.52699166818459, 40.93336800048418 ], [ -111.52699900299478, 40.933543628592147 ], [ -111.52690018736897, 40.933814328820986 ], [ -111.52676004816253, 40.934116746745254 ], [ -111.52647274701266, 40.934585588972567 ], [ -111.52632112641636, 40.934938505154562 ], [ -111.52619386118837, 40.935366979580223 ], [ -111.52610348010798, 40.935952930544531 ], [ -111.52611599443497, 40.936781635609186 ], [ -111.52607670641143, 40.937070079936113 ], [ -111.52610803956827, 40.937276226661169 ], [ -111.5264308358706, 40.937685531079929 ], [ -111.52655324289834, 40.937991253755584 ], [ -111.52654354585114, 40.938266050624783 ], [ -111.5265380356343, 40.938320125474746 ], [ -111.52649789028739, 40.938500474411271 ], [ -111.52612881701407, 40.939146251101086 ], [ -111.52583487891353, 40.939530443828851 ], [ -111.52566531096497, 40.939869027468433 ], [ -111.52548031421722, 40.940509458479603 ], [ -111.52539600272208, 40.941113397282862 ], [ -111.525222522654, 40.941708733893485 ], [ -111.52488927197639, 40.942381367948563 ], [ -111.52460915235577, 40.943013222014393 ], [ -111.52446077395167, 40.943779600284685 ], [ -111.52424626182328, 40.944446287155749 ], [ -111.52392498169445, 40.945133276948631 ], [ -111.52381952045913, 40.94531842566488 ], [ -111.52369086771608, 40.94557574578036 ], [ -111.52359244803907, 40.945900490482579 ], [ -111.5235830225045, 40.946211318593754 ], [ -111.52360339724963, 40.946534622940412 ], [ -111.52368318821947, 40.946859459074069 ], [ -111.52400204092272, 40.947366977598044 ], [ -111.52447104456103, 40.948081002426008 ], [ -111.52496414081305, 40.948835452745115 ], [ -111.52519351439894, 40.949293829683015 ], [ -111.52539408157041, 40.94986494068656 ], [ -111.52544635407347, 40.950463751975896 ], [ -111.52534363484608, 40.951145244660331 ], [ -111.5251877755769, 40.951568442159015 ], [ -111.52503714497787, 40.952051970953164 ], [ -111.52495198818711, 40.952551416297659 ], [ -111.52492606622809, 40.95302897204958 ], [ -111.52482742792108, 40.953326693616539 ], [ -111.5247338379651, 40.95351178888545 ], [ -111.52476060808368, 40.95374137762321 ], [ -111.52490284801034, 40.953847928415833 ], [ -111.52545663541886, 40.954008455373824 ], [ -111.52579569078475, 40.954060959206849 ], [ -111.5261047565004, 40.954077565861489 ], [ -111.52654365438842, 40.954134115994307 ], [ -111.52706287658079, 40.954280379857472 ], [ -111.5274804202849, 40.954490164386939 ], [ -111.52782653260975, 40.954682257914278 ], [ -111.52807122108436, 40.954820765437134 ], [ -111.52834554325682, 40.954950128388838 ], [ -111.52856049332195, 40.955084267008139 ], [ -111.52878170863377, 40.955258913633592 ], [ -111.52905700487719, 40.955509881840975 ], [ -111.52928434375499, 40.955707020020043 ], [ -111.52942876211651, 40.95593606742063 ], [ -111.52953677241517, 40.956069794370194 ], [ -111.52974028577745, 40.95625893362287 ], [ -111.53018244335554, 40.956572190069579 ], [ -111.53085778622189, 40.95706904052858 ], [ -111.53136016020621, 40.957481105883005 ], [ -111.53171134141465, 40.957709197246736 ], [ -111.53215372956538, 40.957900833593115 ], [ -111.53293981727928, 40.958127813849849 ], [ -111.53342792940798, 40.958241762979789 ], [ -111.53357058321795, 40.958249210308523 ], [ -111.53377860465795, 40.958258156498019 ], [ -111.53405286980873, 40.958229861666787 ], [ -111.53426494692647, 40.958152309004447 ], [ -111.53470241347915, 40.957880033533094 ], [ -111.53565457014999, 40.957335118839431 ], [ -111.53613893470749, 40.956986049875255 ], [ -111.5366351397679, 40.956632419627581 ], [ -111.53714985623984, 40.956364279375151 ], [ -111.53855352098873, 40.955821740388942 ], [ -111.5403268712405, 40.955299973023422 ], [ -111.54139295079329, 40.955038236829694 ], [ -111.54193796597775, 40.954846503045218 ], [ -111.54275639763401, 40.954670595587849 ], [ -111.54389753043984, 40.954724672559877 ], [ -111.54480744513151, 40.954837483842475 ], [ -111.54601481512671, 40.95499842503245 ], [ -111.54667432768501, 40.955004308119037 ], [ -111.5467871376138, 40.954995665754353 ], [ -111.54689996981435, 40.954989725649 ], [ -111.54712557465363, 40.954970638788886 ], [ -111.54746936440058, 40.954874420230347 ], [ -111.54792473360556, 40.954620926869147 ], [ -111.54827367121541, 40.954429193980182 ], [ -111.54862138880834, 40.954233862536455 ], [ -111.54923280105099, 40.954028265947144 ], [ -111.55053274997452, 40.953891446494254 ], [ -111.55094266390228, 40.953889488467809 ], [ -111.55135930548801, 40.953982083455323 ], [ -111.55174624423749, 40.95407481907845 ], [ -111.55214051331507, 40.954334170941152 ], [ -111.55291853184963, 40.955015069517927 ], [ -111.55322396076484, 40.955306372499336 ], [ -111.55348160158482, 40.955566375199581 ], [ -111.55400185125818, 40.955969247733648 ], [ -111.5546997340218, 40.956299197429743 ], [ -111.55558221078891, 40.95667779886108 ], [ -111.55595747794716, 40.956793097130294 ], [ -111.55619587549855, 40.956882029787934 ], [ -111.55635113677238, 40.956975867272163 ], [ -111.55646503800025, 40.957096928911056 ], [ -111.55657432266172, 40.95737565701458 ], [ -111.55664734862324, 40.957581593279727 ], [ -111.55675020933883, 40.957802699440606 ], [ -111.55691841578228, 40.958022589049321 ], [ -111.55731309981941, 40.958326061365504 ], [ -111.55797050495951, 40.958783202940928 ], [ -111.55847835523231, 40.959118553157374 ], [ -111.55900932973559, 40.95937721893889 ], [ -111.56003442503497, 40.959750590280457 ], [ -111.56056445797567, 40.959896650421967 ], [ -111.56151678516969, 40.960094701625515 ], [ -111.56242772277865, 40.960175839747265 ], [ -111.56328208641516, 40.960171668805813 ], [ -111.56435670776449, 40.960077232022869 ], [ -111.5652171543433, 40.95995050491296 ], [ -111.56552556425886, 40.959885934872268 ], [ -111.56583347353356, 40.959762812907179 ], [ -111.56610527218264, 40.959585817993521 ], [ -111.56625287258649, 40.959476093463671 ], [ -111.56644859553383, 40.959435495771302 ], [ -111.56666900005443, 40.959501974493612 ], [ -111.56730143534381, 40.959809648600654 ], [ -111.56825660070837, 40.960336430835795 ], [ -111.56866813821892, 40.960519070597115 ], [ -111.5690554173359, 40.960644175895801 ], [ -111.56935206382002, 40.960731892898771 ], [ -111.56982848467653, 40.960720530969112 ], [ -111.57089707814377, 40.960616153961212 ], [ -111.5713077933073, 40.960564574189057 ], [ -111.57166308656041, 40.960562813071817 ], [ -111.57201999579425, 40.960610588144846 ], [ -111.57258570967664, 40.96075641590695 ], [ -111.5730031951659, 40.960938109792473 ], [ -111.5732999805891, 40.961041129931992 ], [ -111.57360421923481, 40.961044120806584 ], [ -111.57378683987926, 40.960999972557858 ], [ -111.57421966550763, 40.960757297771657 ], [ -111.57501674739528, 40.960176798004703 ], [ -111.57563045773597, 40.959691794856155 ], [ -111.57638639603948, 40.959165540394316 ], [ -111.57722336108947, 40.958529875624485 ], [ -111.57738996799655, 40.958421843339728 ], [ -111.57760223750888, 40.958372135615647 ], [ -111.57781835995998, 40.958491763083394 ], [ -111.57794406730058, 40.958599231874189 ], [ -111.57829715178478, 40.95889022914595 ], [ -111.57853719874588, 40.959163776111552 ], [ -111.57898272117187, 40.95969752975634 ], [ -111.57913762011522, 40.959881420627511 ], [ -111.57925770595644, 40.960024949134315 ], [ -111.57984464414707, 40.960557988759504 ], [ -111.5805257464625, 40.96098695653842 ], [ -111.58088384871829, 40.961169821655652 ], [ -111.58118784801346, 40.961280892526645 ], [ -111.58156841470652, 40.961315006405236 ], [ -111.58187106297248, 40.961272041491561 ], [ -111.58223306157974, 40.961221569490419 ], [ -111.58261267787405, 40.961147585919043 ], [ -111.58295133762871, 40.961145874061323 ], [ -111.58339745810115, 40.961202171009646 ], [ -111.58378479227305, 40.961329928950882 ], [ -111.58402373521301, 40.961474652187533 ], [ -111.58422094613557, 40.96160337158102 ], [ -111.58457502790905, 40.962002443131155 ], [ -111.58485286835149, 40.962514503229244 ], [ -111.58511288843178, 40.963026653046228 ], [ -111.58534340349397, 40.963561472600979 ], [ -111.58541717048121, 40.963840353155717 ], [ -111.58549656131324, 40.964083172175229 ], [ -111.58561120467876, 40.964280770931765 ], [ -111.58587474959803, 40.964518150012559 ], [ -111.58655550085774, 40.96489843909945 ], [ -111.58739727065182, 40.965343663911725 ], [ -111.58765411726395, 40.965494594024449 ], [ -111.58788733375712, 40.965660958039251 ], [ -111.5880317360749, 40.965862906680101 ], [ -111.58800399398737, 40.966084650506154 ], [ -111.58791522905635, 40.966259862749773 ], [ -111.58772877422837, 40.966676092551431 ], [ -111.58746836151482, 40.96732961517624 ], [ -111.58739279366345, 40.967519172893546 ], [ -111.58734681548771, 40.967695067479781 ], [ -111.58740260991711, 40.967956021660655 ], [ -111.58756480196637, 40.968153376048825 ], [ -111.58785249733532, 40.968431164322752 ], [ -111.58811179315063, 40.968722609068095 ], [ -111.58820213565663, 40.96899239478671 ], [ -111.58822252187598, 40.969280553811906 ], [ -111.5881945311466, 40.969474373343189 ], [ -111.58810181638812, 40.969740588799596 ], [ -111.58802178500419, 40.970096821665585 ], [ -111.58800257457273, 40.970610388077404 ], [ -111.5880050537271, 40.970889630174618 ], [ -111.58791217636841, 40.97113782981382 ], [ -111.58778388428358, 40.97141323458365 ], [ -111.5876727387551, 40.971611981959107 ], [ -111.58762679857334, 40.9717923804509 ], [ -111.58768858008584, 40.972057807892412 ], [ -111.58778645619626, 40.972372596448473 ], [ -111.58800019858714, 40.973020097928426 ], [ -111.58812396750743, 40.973573471726354 ], [ -111.58817737634962, 40.97410017969159 ], [ -111.58827530970653, 40.974554594700869 ], [ -111.58831460646766, 40.97496426778028 ], [ -111.58826664420944, 40.975586079045307 ], [ -111.58817357951028, 40.976482870711131 ], [ -111.58812621505045, 40.977172240265773 ], [ -111.58800134079544, 40.977699857366247 ], [ -111.58777980024183, 40.978318049246177 ], [ -111.58768036935928, 40.978498720272526 ], [ -111.58765261330552, 40.978719562793124 ], [ -111.58776114603877, 40.978894669496498 ], [ -111.58790461751757, 40.978988524078538 ], [ -111.58835808606463, 40.97918889524486 ], [ -111.58853761749141, 40.979327606010443 ], [ -111.58874750564067, 40.979538227093911 ], [ -111.58910251318378, 40.980027360598704 ], [ -111.5894871614498, 40.980507333195845 ], [ -111.58991381882819, 40.98103213050657 ], [ -111.59025687633898, 40.981512313251756 ], [ -111.59061766484815, 40.982114014779384 ], [ -111.59085004393276, 40.982711869215876 ], [ -111.59104494299129, 40.983238750523284 ], [ -111.59112561719132, 40.983620284433272 ], [ -111.59113433561102, 40.983931022508202 ], [ -111.59116562136779, 40.984106521901644 ], [ -111.59125630172967, 40.984277212570568 ], [ -111.59141199871469, 40.984407032750433 ], [ -111.59181689916471, 40.984621151490884 ], [ -111.59221732946378, 40.984866820442249 ], [ -111.59243421802397, 40.98505938221102 ], [ -111.59260392231248, 40.985292723000619 ], [ -111.59286084772829, 40.985575160062098 ], [ -111.59333960413461, 40.985937528719106 ], [ -111.59356731917246, 40.986143544872974 ], [ -111.59368210629866, 40.986350142198681 ], [ -111.59364890834738, 40.986625063011374 ], [ -111.59362856693524, 40.987008015890133 ], [ -111.59363175792835, 40.987363822990027 ], [ -111.59368298391563, 40.987773431835713 ], [ -111.59371561153516, 40.988097558620325 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 25, \"properties\": { \"NAME\": \"SOUTH SUMMIT SCHOOL DISTRICT\", \"TOTENROLL\": 1433, \"Color4\": \"3\", \"Shape_Leng\": 444386.164157, \"Shape_Area\": 3563281911.75 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.43734790353662, 40.684522712152138 ], [ -111.43729077130723, 40.683748180870111 ], [ -111.43726739250802, 40.683068112929703 ], [ -111.43726592070691, 40.682842901106682 ], [ -111.45324682662117, 40.682749739931459 ], [ -111.45340657832234, 40.682749112678273 ], [ -111.46155431229202, 40.682775384560507 ], [ -111.46163004637363, 40.68277508177416 ], [ -111.46171066474008, 40.683139611403107 ], [ -111.46179502262665, 40.683359986945703 ], [ -111.46188529787119, 40.683580338744818 ], [ -111.46198505928184, 40.683803355113106 ], [ -111.46207762161767, 40.684011986295033 ], [ -111.46238376922092, 40.68464587318649 ], [ -111.46249762240238, 40.68485261699017 ], [ -111.46261265967767, 40.68505935592863 ], [ -111.46273124783553, 40.685266080512413 ], [ -111.46285098896259, 40.685468296000131 ], [ -111.46297664779807, 40.685670487625288 ], [ -111.46310227621915, 40.68586817488427 ], [ -111.46323379121418, 40.686061334037056 ], [ -111.46336527577593, 40.686249988811703 ], [ -111.46349672987728, 40.686434139208906 ], [ -111.46362815349104, 40.686613785229348 ], [ -111.46376546366837, 40.686788903105374 ], [ -111.46402825196991, 40.687139185904641 ], [ -111.46415961590584, 40.687309822849983 ], [ -111.46429101177483, 40.687484963853308 ], [ -111.46442119363461, 40.687655605242576 ], [ -111.46455966019832, 40.68782621314314 ], [ -111.46469105813738, 40.688001353664234 ], [ -111.46482837396745, 40.688176470203253 ], [ -111.46495980460996, 40.688356114615338 ], [ -111.46510303910877, 40.688531206978396 ], [ -111.46524038843889, 40.688710827214088 ], [ -111.46537895329718, 40.688894946720673 ], [ -111.46551512066534, 40.689074571380502 ], [ -111.46565244087296, 40.689249686882953 ], [ -111.4657897931656, 40.689429306426504 ], [ -111.46592711482616, 40.689604421583553 ], [ -111.46606446859063, 40.689784040781255 ], [ -111.46620185448739, 40.6899681640189 ], [ -111.46634512711584, 40.690147758968124 ], [ -111.46648248312758, 40.690327377639321 ], [ -111.46662575728472, 40.690506972220753 ], [ -111.4667631462238, 40.690691094750775 ], [ -111.46690642191952, 40.690870688964175 ], [ -111.4670497612873, 40.691059291413154 ], [ -111.46718596904371, 40.691243418197523 ], [ -111.46733641098827, 40.691431991534273 ], [ -111.46747978426076, 40.691625097628652 ], [ -111.46762904439481, 40.691813675354588 ], [ -111.46777715336644, 40.692006761882446 ], [ -111.46792171266462, 40.692199862599672 ], [ -111.46807692442769, 40.692392919939458 ], [ -111.46822033975201, 40.692591430110532 ], [ -111.46836847739944, 40.692788119202454 ], [ -111.46851898928094, 40.692985699328602 ], [ -111.46896707442384, 40.693591965507956 ], [ -111.46941526256403, 40.6942117424625 ], [ -111.46956469208811, 40.694422838576394 ], [ -111.4697140909267, 40.694629430276876 ], [ -111.46985759822208, 40.694839649221727 ], [ -111.47000703688938, 40.695051645565975 ], [ -111.47029413207474, 40.695482892579925 ], [ -111.47043771274646, 40.695703020005183 ], [ -111.47058126267547, 40.695918643032748 ], [ -111.47086842875115, 40.696358896922824 ], [ -111.47101204493752, 40.696583527784291 ], [ -111.4711544467698, 40.696803659078945 ], [ -111.47129928022119, 40.697032788928958 ], [ -111.47143698132061, 40.697257443379051 ], [ -111.47158041079554, 40.697455048255016 ], [ -111.47171833612107, 40.69771123176703 ], [ -111.47199380847594, 40.698169547811176 ], [ -111.47213276149833, 40.698403204927239 ], [ -111.47255009558531, 40.698651307701972 ], [ -111.47256468352612, 40.699392390791957 ], [ -111.47256598858706, 40.699577063051024 ], [ -111.47290632037412, 40.699999076583765 ], [ -111.48234444067324, 40.712063151726213 ], [ -111.48875631976594, 40.720306108519082 ], [ -111.48918049941318, 40.720831316409821 ], [ -111.48972421047978, 40.721509162270159 ], [ -111.49125440059676, 40.7234935661278 ], [ -111.49195972898215, 40.724404937295603 ], [ -111.49376502800527, 40.726743974207707 ], [ -111.49905663479734, 40.733666855813524 ], [ -111.49173021261659, 40.735049591075104 ], [ -111.48236739193106, 40.739023155937829 ], [ -111.4821668220642, 40.739130295461322 ], [ -111.4818953340809, 40.739257549666426 ], [ -111.48109853177705, 40.739625721927453 ], [ -111.48083292256227, 40.73974754396496 ], [ -111.48057324710589, 40.739871142403935 ], [ -111.48031359660384, 40.739998343593157 ], [ -111.48005986689721, 40.74012551957123 ], [ -111.47956431289474, 40.740388828982873 ], [ -111.47932248858022, 40.740524962467269 ], [ -111.47908069559389, 40.740665599612271 ], [ -111.47884481697625, 40.740805310852224 ], [ -111.4786090148536, 40.740955831608332 ], [ -111.47837912708899, 40.741105426507659 ], [ -111.47815538596606, 40.741286525573884 ], [ -111.47793505931534, 40.741282933819569 ], [ -111.47771333862592, 40.741581135421853 ], [ -111.47749538719539, 40.741744192041949 ], [ -111.47728342104193, 40.741916232093892 ], [ -111.47687132941981, 40.74226026209864 ], [ -111.47667123616878, 40.742436756258506 ], [ -111.47647706387282, 40.74261322562478 ], [ -111.47629476673782, 40.742794149954257 ], [ -111.47611250073567, 40.742979578160714 ], [ -111.47594207784559, 40.743164957239244 ], [ -111.47577164759241, 40.743349435232474 ], [ -111.4756012292339, 40.743535714639371 ], [ -111.47544264773406, 40.743721044171863 ], [ -111.47528998748412, 40.743906349098495 ], [ -111.47513730074628, 40.744088050490078 ], [ -111.47499173899894, 40.744272424931317 ], [ -111.47484378195215, 40.744453205601573 ], [ -111.47470293073795, 40.744633956852383 ], [ -111.47455508096776, 40.744830051309698 ], [ -111.47441533581252, 40.744999987341565 ], [ -111.47425671556982, 40.745180811070718 ], [ -111.47409806248481, 40.745357130416451 ], [ -111.47392750006956, 40.745524489850943 ], [ -111.47374509222642, 40.745691897651263 ], [ -111.47356258761947, 40.745845792670053 ], [ -111.47338011410964, 40.746004191565305 ], [ -111.47319754395734, 40.746149077679043 ], [ -111.47299109217582, 40.74626703560125 ], [ -111.4734558625133, 40.754179171387143 ], [ -111.47354391975274, 40.755737293941237 ], [ -111.45415740975588, 40.755828722931689 ], [ -111.45358917182335, 40.741070381341672 ], [ -111.4344721482566, 40.740972762199199 ], [ -111.43123896976844, 40.741012814058664 ], [ -111.41521510051237, 40.741205798853535 ], [ -111.41255039551362, 40.741242379925133 ], [ -111.39527110358324, 40.741465003056135 ], [ -111.390497490173, 40.741395670248615 ], [ -111.38669519219616, 40.741340907111578 ], [ -111.37718358653441, 40.741210226822588 ], [ -111.37574454912877, 40.7412149204605 ], [ -111.37588135581635, 40.749736618993566 ], [ -111.37615095801543, 40.755537277538515 ], [ -111.35756552988535, 40.755916159394516 ], [ -111.33857546122805, 40.755973431012791 ], [ -111.33971044748127, 40.769482976737812 ], [ -111.33958623684859, 40.776505523600044 ], [ -111.33945263037396, 40.784014551391849 ], [ -111.32044198120134, 40.783924770628559 ], [ -111.32031586584114, 40.798375728629786 ], [ -111.32074117526838, 40.812850342609735 ], [ -111.32079338662498, 40.827380908320379 ], [ -111.32090449466236, 40.841816684670597 ], [ -111.32086756101346, 40.856293374619142 ], [ -111.32067060463372, 40.870807407745225 ], [ -111.32092427273167, 40.885246282257398 ], [ -111.32120223420831, 40.899771532706978 ], [ -111.30239077443238, 40.899849414871909 ], [ -111.29144019745728, 40.900242446281091 ], [ -111.28345123390781, 40.900528104965638 ], [ -111.26538656361626, 40.900377408288122 ], [ -111.24627282447658, 40.9006495208722 ], [ -111.22731265542814, 40.900742499698573 ], [ -111.22748056821952, 40.915097011357233 ], [ -111.22766053828948, 40.929478488145641 ], [ -111.22422195945374, 40.929485225553492 ], [ -111.20867407688755, 40.929505401093508 ], [ -111.17091488432639, 40.929554036135919 ], [ -111.17085548422602, 40.929549619989629 ], [ -111.16646667378404, 40.929556039163991 ], [ -111.11362383305149, 40.929597694162673 ], [ -111.11365968808508, 40.944281245626264 ], [ -111.13250737747666, 40.944008893589249 ], [ -111.13303057534964, 40.959038659175704 ], [ -111.13238725820511, 40.973087826215043 ], [ -111.13237011411219, 40.973430160450981 ], [ -111.13236221653682, 40.975425502612048 ], [ -111.13188770381396, 40.987825021767321 ], [ -111.13193404561376, 41.002126456347078 ], [ -111.1308446114582, 41.016432753480082 ], [ -111.13212491461307, 41.026245729453628 ], [ -111.13269871980314, 41.030623051171375 ], [ -111.13272733179676, 41.044868548656964 ], [ -111.13256213352132, 41.06037717544271 ], [ -111.13190610859294, 41.074538708619137 ], [ -111.13190168718332, 41.075304403739054 ], [ -111.13172962815713, 41.111940498642561 ], [ -111.1317144321155, 41.115659942914412 ], [ -111.13152906618204, 41.130204541047661 ], [ -111.13142749889319, 41.144977809933401 ], [ -111.13142036649413, 41.159309541748897 ], [ -111.13142570097767, 41.173911462481591 ], [ -111.13144030257486, 41.181215998488241 ], [ -111.15050249352311, 41.182576288364054 ], [ -111.14996645824257, 41.182802186270209 ], [ -111.14966738717696, 41.182892654771713 ], [ -111.14921579818296, 41.183028359929686 ], [ -111.14874517061487, 41.183182103799098 ], [ -111.14847734122324, 41.183380624224242 ], [ -111.14815596615017, 41.183628756619889 ], [ -111.14792375175021, 41.183759670324122 ], [ -111.14757852558904, 41.184007831723932 ], [ -111.14733450624166, 41.184192807035387 ], [ -111.14713204688115, 41.184301161199976 ], [ -111.14685861853769, 41.184666331972146 ], [ -111.14662645816695, 41.184824266806551 ], [ -111.14628088073353, 41.184919289657209 ], [ -111.14595935983188, 41.185108864407532 ], [ -111.14560211553483, 41.185321003282461 ], [ -111.14536390822678, 41.18544291142301 ], [ -111.14505405750495, 41.185519869599261 ], [ -111.14472016992109, 41.185511281676654 ], [ -111.14435658161334, 41.185552273709263 ], [ -111.14383209955469, 41.18562949740928 ], [ -111.14343274626498, 41.185674134361001 ], [ -111.14319439823957, 41.185733883371022 ], [ -111.14292055033059, 41.185918886363808 ], [ -111.1426763836743, 41.186045300302602 ], [ -111.14230726794709, 41.186288971435928 ], [ -111.14203333736695, 41.186437940633589 ], [ -111.14161060729424, 41.186704195480608 ], [ -111.14133077914823, 41.186884698047024 ], [ -111.14106288326155, 41.187069689285742 ], [ -111.14086049155505, 41.187218568034446 ], [ -111.14070596922751, 41.187448459426406 ], [ -111.14063499261168, 41.187714280381947 ], [ -111.14066525627572, 41.187925930034346 ], [ -111.14074369967408, 41.188362719309396 ], [ -111.14085175253744, 41.188704888926551 ], [ -111.14097159577202, 41.188983988417945 ], [ -111.14113917683328, 41.189281045157244 ], [ -111.14130659478855, 41.189501534362748 ], [ -111.14148590939257, 41.189708496795198 ], [ -111.14168313151741, 41.189924444850014 ], [ -111.14180282503087, 41.190131480102217 ], [ -111.14186285679129, 41.190320572851874 ], [ -111.14181558554084, 41.19051880567617 ], [ -111.14172664522282, 41.190748617535078 ], [ -111.14151827160579, 41.190893000741042 ], [ -111.14129781728336, 41.190965334901698 ], [ -111.14103552883827, 41.190992680196594 ], [ -111.1407374270475, 41.191002052790964 ], [ -111.14033805822629, 41.191055686938462 ], [ -111.14018801834271, 41.191155857752044 ], [ -111.13997500439245, 41.191363299353291 ], [ -111.13985016662578, 41.191539105744639 ], [ -111.13971938485611, 41.191723927141389 ], [ -111.13957662951175, 41.191886243059066 ], [ -111.13939340476983, 41.192084639520182 ], [ -111.13916601798108, 41.192265073186576 ], [ -111.13893963200431, 41.192355425853769 ], [ -111.13860592893143, 41.192450411245083 ], [ -111.13829000832273, 41.192495830682816 ], [ -111.13800996669934, 41.192590749900084 ], [ -111.13795076649262, 41.192793499325226 ], [ -111.13789753608742, 41.192999844738416 ], [ -111.13781548073064, 41.193108938943212 ], [ -111.13760002075686, 41.193293859182319 ], [ -111.13743919927242, 41.193375122602234 ], [ -111.13714731197636, 41.193510589539351 ], [ -111.13695650714297, 41.193510816594745 ], [ -111.13662871116246, 41.1935832693866 ], [ -111.13622338114602, 41.193646805045837 ], [ -111.13568702041368, 41.193782557179496 ], [ -111.13538910003996, 41.193886499000051 ], [ -111.13513897290794, 41.194035423635839 ], [ -111.13495461023076, 41.194269846027716 ], [ -111.1348296703442, 41.194405111326262 ], [ -111.13465811900485, 41.194490887375522 ], [ -111.13447221053595, 41.194554160105838 ], [ -111.1341803394636, 41.194703131376471 ], [ -111.1339421228478, 41.194847535551681 ], [ -111.13365161588372, 41.195082079223255 ], [ -111.1334766573863, 41.195253432789173 ], [ -111.13316229564128, 41.195488002855292 ], [ -111.13294797999747, 41.195659401105843 ], [ -111.13267417102215, 41.195898426968768 ], [ -111.13248369522317, 41.196065292914135 ], [ -111.13222765375723, 41.196245745727609 ], [ -111.13194178725628, 41.196421728175189 ], [ -111.13150692704033, 41.196638415808231 ], [ -111.13139969326598, 41.196688081805085 ], [ -111.13112560472052, 41.196791985358558 ], [ -111.13086942212779, 41.196904875839699 ], [ -111.1306371012831, 41.197023143441164 ], [ -111.13042264709114, 41.197130580828095 ], [ -111.13016642627693, 41.197225453929747 ], [ -111.12988046985768, 41.197360895667039 ], [ -111.12948732001676, 41.197568520671311 ], [ -111.12949360260025, 41.197730656275567 ], [ -111.12955951572106, 41.197892724808625 ], [ -111.12967341814431, 41.198198866079935 ], [ -111.12976927218808, 41.198423956237427 ], [ -111.12987703532195, 41.198640024952212 ], [ -111.1299549139887, 41.198820996379027 ], [ -111.13011060482444, 41.199148709022602 ], [ -111.13024246408372, 41.199486357105272 ], [ -111.11206642164559, 41.199379367040649 ], [ -111.11207214808606, 41.19574466295645 ], [ -111.11208360809525, 41.18847975184913 ], [ -111.09285542733416, 41.188442811437938 ], [ -111.09289569830011, 41.195842798508224 ], [ -111.09294312976132, 41.203238266286419 ], [ -111.11206068733762, 41.20300956487241 ], [ -111.13140069350513, 41.203151264951757 ], [ -111.1313998286298, 41.202718885892665 ], [ -111.13144695975247, 41.202430578726386 ], [ -111.13157276978517, 41.202718688443944 ], [ -111.13171648772247, 41.203014884654905 ], [ -111.13181832117509, 41.203240866866096 ], [ -111.13189762765985, 41.203533533363803 ], [ -111.13205204890764, 41.203812601813176 ], [ -111.13216588265659, 41.204073700796009 ], [ -111.1323396821375, 41.204497774027466 ], [ -111.13246551641511, 41.204793989758599 ], [ -111.13254964408094, 41.205109169966349 ], [ -111.13266962773427, 41.205460340449065 ], [ -111.13281330382506, 41.205730412246048 ], [ -111.13300499052586, 41.206148158179481 ], [ -111.13315474472255, 41.206473170760631 ], [ -111.13317879181307, 41.206567726029526 ], [ -111.13320880281888, 41.20666227439358 ], [ -111.1332686788752, 41.206779307970834 ], [ -111.13316153034538, 41.206878518939874 ], [ -111.1329588956803, 41.206946312398522 ], [ -111.13261905503076, 41.206996247761467 ], [ -111.13225538554585, 41.207059721355762 ], [ -111.13214209897052, 41.207073363266261 ], [ -111.13199311955128, 41.207132085534845 ], [ -111.13188579668598, 41.207145720357744 ], [ -111.13173679880568, 41.207195434404369 ], [ -111.13163543065222, 41.207204558226593 ], [ -111.13148045953234, 41.207249774813185 ], [ -111.13121216503167, 41.207290616406723 ], [ -111.13105122231936, 41.207332236054491 ], [ -111.13066364720308, 41.20737231125311 ], [ -111.13020453320726, 41.207426878708681 ], [ -111.13003761489888, 41.207463098948814 ], [ -111.12971564331446, 41.207503997652303 ], [ -111.12954871565516, 41.207535713238784 ], [ -111.1292625181211, 41.207572066471741 ], [ -111.12910156285353, 41.207608278661326 ], [ -111.12856975638751, 41.207698952707062 ], [ -111.12840402926933, 41.207735169248437 ], [ -111.12802242637666, 41.207781534434837 ], [ -111.12727120273625, 41.207903073084559 ], [ -111.12710427984668, 41.207938388285129 ], [ -111.12690752302139, 41.207966529795854 ], [ -111.12675253814196, 41.208007236076206 ], [ -111.12641270457749, 41.208066161020867 ], [ -111.12609665022761, 41.208085424125024 ], [ -111.12576280379523, 41.208156951669338 ], [ -111.12170858009061, 41.208854916697113 ], [ -111.1215655596622, 41.20891812311902 ], [ -111.11884802950935, 41.210069467930765 ], [ -111.11615426102527, 41.211220724451145 ], [ -111.11542728582971, 41.211599787409817 ], [ -111.11502801707925, 41.211793856857327 ], [ -111.11449165267082, 41.21203760476763 ], [ -111.1139255874928, 41.212353442786146 ], [ -111.1131688812962, 41.212800080102156 ], [ -111.11226343088629, 41.21346755111469 ], [ -111.11197743593199, 41.213643483645484 ], [ -111.11122073975308, 41.214112627811353 ], [ -111.11030317094604, 41.214690015972771 ], [ -111.10595058766957, 41.211225159288212 ], [ -111.1037338646732, 41.20946252835418 ], [ -111.10153636479579, 41.207712448306026 ], [ -111.10128026229694, 41.207937871600471 ], [ -111.10085138909145, 41.208285052539765 ], [ -111.09985083393707, 41.209204731209716 ], [ -111.09939232199815, 41.20968254701048 ], [ -111.09895178412197, 41.210218896904635 ], [ -111.09857090158289, 41.210768705879964 ], [ -111.09815440204142, 41.211435646682311 ], [ -111.09769031327367, 41.212192705328356 ], [ -111.09732756230346, 41.212918148744805 ], [ -111.09686372594606, 41.213859865648779 ], [ -111.09633445741143, 41.214932249843379 ], [ -111.09609659828801, 41.215427883067626 ], [ -111.09585277088536, 41.215923520726555 ], [ -111.09555548656279, 41.216576840408955 ], [ -111.09523438281089, 41.2172617065902 ], [ -111.09487175902115, 41.218113252075419 ], [ -111.0944199751428, 41.21919006677922 ], [ -111.09398572356154, 41.220023652115998 ], [ -111.09353366821078, 41.220929313287186 ], [ -111.09318269609376, 41.221614197495185 ], [ -111.092825738653, 41.222290077489582 ], [ -111.09240313616758, 41.222952497161621 ], [ -111.09206987973153, 41.223524764939782 ], [ -111.09167099264278, 41.224093480808492 ], [ -111.09139718328136, 41.224525176179547 ], [ -111.09100416740016, 41.225034432944085 ], [ -111.09024777823555, 41.225931312668365 ], [ -111.08957475279902, 41.226729035771996 ], [ -111.0886870718105, 41.227621503102768 ], [ -111.08784710546753, 41.228522934946447 ], [ -111.08751946349486, 41.228882598800553 ], [ -111.0869237005155, 41.229505494441582 ], [ -111.08634580523082, 41.230113960935938 ], [ -111.08561891273406, 41.230848645609193 ], [ -111.08488482132182, 41.231565315161518 ], [ -111.0842366269185, 41.232281917143659 ], [ -111.08418300638101, 41.232340507533486 ], [ -111.073557136894, 41.232271218569842 ], [ -111.07358258027548, 41.217714459843208 ], [ -111.07357231154045, 41.203225246413197 ], [ -111.05420248549406, 41.202961250110221 ], [ -111.05402949578618, 41.188400009884518 ], [ -111.05422575971728, 41.173352129024394 ], [ -111.05432152642345, 41.159394222558781 ], [ -111.04714025069327, 41.159410897278221 ], [ -111.04677075386219, 41.159406543905078 ], [ -111.04694036502249, 41.154897974796732 ], [ -111.04688831503307, 41.140390600468955 ], [ -111.04698454653085, 41.124960705578921 ], [ -111.04696309410673, 41.111578350433675 ], [ -111.04696474149017, 41.097174437784972 ], [ -111.04691421193263, 41.067988184499157 ], [ -111.04690977425048, 41.053367969288715 ], [ -111.04681475523721, 41.045229134083868 ], [ -111.04673891240445, 41.038936956210414 ], [ -111.04673510871069, 41.033559073167048 ], [ -111.04690113758777, 41.024442714159129 ], [ -111.04691523047225, 41.019159396463394 ], [ -111.04691450508396, 41.009754819201461 ], [ -111.04679189398254, 41.004539105307629 ], [ -111.04675298638598, 40.999962937617241 ], [ -111.04675230530559, 40.99899905626328 ], [ -111.04674075142009, 40.997791956622905 ], [ -111.04448647603556, 40.997891939278652 ], [ -111.03914785705277, 40.997884867651607 ], [ -111.00926827302702, 40.997958704189585 ], [ -110.98731333589402, 40.998007923997527 ], [ -110.98054198154145, 40.997943922209082 ], [ -110.89118981291251, 40.997137518797196 ], [ -110.87576255556118, 40.997216511157532 ], [ -110.86633989717383, 40.997178946216906 ], [ -110.79059098403231, 40.996710404409534 ], [ -110.75073653566777, 40.996680661405321 ], [ -110.73752732442685, 40.996597292756427 ], [ -110.71505095345091, 40.996314215214454 ], [ -110.69935055728099, 40.996322980964436 ], [ -110.69588583114104, 40.99633731400418 ], [ -110.68017884962694, 40.996231749173489 ], [ -110.67641583728705, 40.996216743566265 ], [ -110.66085820983972, 40.996212559888683 ], [ -110.65713679716798, 40.996201551424029 ], [ -110.63770320132191, 40.996187153386209 ], [ -110.62572444781608, 40.996171403867393 ], [ -110.62007070771215, 40.996206958031848 ], [ -110.54344782524238, 40.996199201772441 ], [ -110.54248478971083, 40.996195383596124 ], [ -110.54002967571826, 40.996181109227855 ], [ -110.5241386104862, 40.995431081080923 ], [ -110.5007106364083, 40.994603225139706 ], [ -110.43097821187254, 40.994766544195485 ], [ -110.41230602993265, 40.99475933996618 ], [ -110.39311616499664, 40.994807642254536 ], [ -110.37573930480433, 40.994867086255468 ], [ -110.35294773313332, 40.994832388210988 ], [ -110.3358153874652, 40.994811516905173 ], [ -110.3166440980313, 40.994785038039026 ], [ -110.29509453541525, 40.994799404461894 ], [ -110.27852694538278, 40.994782478073184 ], [ -110.27634520794398, 40.994786818488571 ], [ -110.25567164262849, 40.995141619358087 ], [ -110.25073663941808, 40.995222249209391 ], [ -110.2403437704741, 40.99535691000186 ], [ -110.22114028639668, 40.995535032246472 ], [ -110.21874417238338, 40.995568361982649 ], [ -110.20187038552798, 40.995790567823938 ], [ -110.19950398016064, 40.995823703208821 ], [ -110.14278380286417, 40.996397734773993 ], [ -110.12576089901013, 40.996625703422602 ], [ -110.12358401099266, 40.99670826152375 ], [ -110.10413474461673, 40.996991130276569 ], [ -110.08700601804475, 40.997114363099946 ], [ -110.08534122504607, 40.997131792243756 ], [ -110.07739104997968, 40.997185537338204 ], [ -110.06665512226155, 40.99723873078019 ], [ -110.05827747763621, 40.997251662797765 ], [ -110.04756520459347, 40.9973122790689 ], [ -110.03918273982237, 40.997329187931371 ], [ -110.02854662186617, 40.99738416697069 ], [ -110.01999769569974, 40.997400979646173 ], [ -110.00073083900278, 40.997298615913706 ], [ -110.00073192724334, 40.997226560950125 ], [ -110.00073546975561, 40.996677100598404 ], [ -110.00070506162228, 40.874945294748635 ], [ -110.00067627912307, 40.813688726724756 ], [ -110.00098600214629, 40.813592317509105 ], [ -110.00122943986425, 40.813567400265462 ], [ -110.00160914509075, 40.813548165997382 ], [ -110.0020845018137, 40.813475707904935 ], [ -110.00254187235879, 40.813416604840619 ], [ -110.00285644019093, 40.81339229911368 ], [ -110.00315329240895, 40.813363335292522 ], [ -110.0034774512381, 40.813411177383195 ], [ -110.00399413673837, 40.813429151692432 ], [ -110.00472242540104, 40.813489486849477 ], [ -110.00508375447144, 40.813509719262846 ], [ -110.00551618836192, 40.813532365158146 ], [ -110.00587790788116, 40.813526474290683 ], [ -110.00635178183839, 40.813553077463695 ], [ -110.00686641084441, 40.813629575352699 ], [ -110.00773589440423, 40.813763173511056 ], [ -110.00822062018105, 40.813857424832278 ], [ -110.00858800087079, 40.813869590800394 ], [ -110.00894891788407, 40.813917733400913 ], [ -110.00933994275347, 40.813934604248843 ], [ -110.00993857015976, 40.81394424720942 ], [ -110.01003942085744, 40.813939707636607 ], [ -110.01036576385862, 40.813920887470282 ], [ -110.01089427610344, 40.813861460674964 ], [ -110.01115476370005, 40.813806040319129 ], [ -110.01138240366956, 40.813726916235233 ], [ -110.011614116812, 40.813692868260553 ], [ -110.01187540113399, 40.813663577264002 ], [ -110.01215986138395, 40.813670517452763 ], [ -110.01233064443707, 40.813667475477821 ], [ -110.01249187646161, 40.813668855664559 ], [ -110.01266963914387, 40.813674881263452 ], [ -110.01298380456319, 40.813677569467096 ], [ -110.01334445709465, 40.813743712725966 ], [ -110.01365142788087, 40.813831916752832 ], [ -110.01411771328003, 40.81397102732717 ], [ -110.0146371499677, 40.814124102495406 ], [ -110.01495564659881, 40.81423492233121 ], [ -110.0152217272633, 40.814282235547203 ], [ -110.01556433597577, 40.814366234519717 ], [ -110.01601877378643, 40.814505236323463 ], [ -110.01629498210832, 40.814669741781493 ], [ -110.01652869981567, 40.814901446869058 ], [ -110.01667523140588, 40.815015300065092 ], [ -110.01682676039626, 40.815192253992905 ], [ -110.01697875556148, 40.815337682526419 ], [ -110.01713628037557, 40.815510182964886 ], [ -110.01730006614288, 40.815660215685419 ], [ -110.01746330775264, 40.81584717769929 ], [ -110.01768031298919, 40.816006671442068 ], [ -110.01812725816001, 40.816252800297519 ], [ -110.01837910344226, 40.816462135058934 ], [ -110.01860277093088, 40.816572137925462 ], [ -110.01883869317541, 40.816655219587226 ], [ -110.01901553572876, 40.816724285922881 ], [ -110.01925046406146, 40.816874920777025 ], [ -110.01943190918567, 40.817034108913369 ], [ -110.01954170223974, 40.817227820334111 ], [ -110.01963981233186, 40.817409721537828 ], [ -110.01970243445447, 40.817585916112677 ], [ -110.01981029332453, 40.817911132447954 ], [ -110.02002191310721, 40.818034542690114 ], [ -110.02019829666325, 40.818135132465855 ], [ -110.02045108310848, 40.818281412362758 ], [ -110.0206081601185, 40.818485433371372 ], [ -110.02076431080792, 40.818752504602791 ], [ -110.02103462036068, 40.818916948609662 ], [ -110.02130671860041, 40.818959794717131 ], [ -110.02153738641144, 40.81899778463999 ], [ -110.02180263088117, 40.819103629752078 ], [ -110.02202545299664, 40.819272172943968 ], [ -110.02216594313985, 40.819394976250464 ], [ -110.02249994816172, 40.819663552460852 ], [ -110.02267047770228, 40.819759584686281 ], [ -110.02314110025495, 40.820011299664039 ], [ -110.02338929328471, 40.820067450939838 ], [ -110.0239867249246, 40.820162590142488 ], [ -110.02425856627225, 40.820223443780627 ], [ -110.02458402637191, 40.820266733481468 ], [ -110.0248726509149, 40.820396190869161 ], [ -110.02516169861035, 40.820496824460761 ], [ -110.02539244000629, 40.820530303143656 ], [ -110.02558163091673, 40.820567033753704 ], [ -110.02565848772575, 40.820582096213741 ], [ -110.02593158427352, 40.820557377396398 ], [ -110.02629400007024, 40.820506386851783 ], [ -110.02663250470052, 40.820468705917499 ], [ -110.02720418580347, 40.820297865498986 ], [ -110.02764004044731, 40.820089844181524 ], [ -110.02797544124338, 40.819858454038076 ], [ -110.02862412795854, 40.819691858661649 ], [ -110.02905239105453, 40.819597273012604 ], [ -110.02970797216169, 40.819364067888706 ], [ -110.03016094150613, 40.819201222574577 ], [ -110.03056016180511, 40.8190649488199 ], [ -110.03078726750519, 40.818940740340274 ], [ -110.03104401305816, 40.818816780355327 ], [ -110.03140133930759, 40.818707176795634 ], [ -110.0316857585796, 40.818718572714097 ], [ -110.03212517357518, 40.818671813379083 ], [ -110.03254690831014, 40.818617697437311 ], [ -110.03292735486376, 40.818548820521769 ], [ -110.03321861739218, 40.8184972116835 ], [ -110.03354036983536, 40.818387303359621 ], [ -110.03403318666254, 40.818337380758074 ], [ -110.03441271582821, 40.818331549595122 ], [ -110.03509529607938, 40.818278706391858 ], [ -110.03540955055965, 40.818276830153302 ], [ -110.03580126162541, 40.818248575433628 ], [ -110.03631688879307, 40.818260991222317 ], [ -110.0368498184274, 40.818306880002069 ], [ -110.03721099040064, 40.818422498909463 ], [ -110.03764601183924, 40.818597286923392 ], [ -110.0377858138545, 40.818769611403816 ], [ -110.03797466864864, 40.818829740571204 ], [ -110.03830690540345, 40.818814493892269 ], [ -110.03870922650427, 40.81887279777451 ], [ -110.03908147854736, 40.818960577314527 ], [ -110.0394593868922, 40.819067320254462 ], [ -110.04000772040855, 40.819279076093899 ], [ -110.04060380764736, 40.819468705623351 ], [ -110.04126387673757, 40.819744442994541 ], [ -110.04177052943031, 40.819969356573971 ], [ -110.04215295083009, 40.820175219873001 ], [ -110.04239889419523, 40.820388957476133 ], [ -110.04255708011874, 40.820520891255782 ], [ -110.04269722267918, 40.820670691764732 ], [ -110.04292353486021, 40.820600502797852 ], [ -110.04309108126745, 40.820493792623083 ], [ -110.0434205159456, 40.820261407112874 ], [ -110.04354055682886, 40.820159707365079 ], [ -110.04398539294777, 40.819735498512138 ], [ -110.04429081430688, 40.819440753945194 ], [ -110.04458204750927, 40.819060311838307 ], [ -110.04493762438358, 40.818657880800849 ], [ -110.04514950135743, 40.818353351099603 ], [ -110.04531936312944, 40.81808450667274 ], [ -110.04556932253873, 40.817604628654337 ], [ -110.04575825556543, 40.817245857900197 ], [ -110.04593945176883, 40.817013139610744 ], [ -110.04634842557222, 40.81660664142327 ], [ -110.04658322741709, 40.816356348500591 ], [ -110.04671061562753, 40.816154713463362 ], [ -110.04698948800437, 40.815724616956665 ], [ -110.04736081858434, 40.81546193760321 ], [ -110.0476718372766, 40.815270825957334 ], [ -110.04812016005474, 40.815013283812377 ], [ -110.04835359803363, 40.814857563561532 ], [ -110.04890217335249, 40.814636878637373 ], [ -110.04933888876288, 40.814361219317462 ], [ -110.04968727556893, 40.814043392384278 ], [ -110.04992319943285, 40.813712927437081 ], [ -110.05018800143986, 40.813435848989052 ], [ -110.05033193586601, 40.813319925339776 ], [ -110.05070497317146, 40.812935636368501 ], [ -110.05135665545622, 40.81255003432787 ], [ -110.05177397402333, 40.812385909681154 ], [ -110.05203020716245, 40.812293427677311 ], [ -110.05229734629047, 40.812267696486828 ], [ -110.05259965356113, 40.812270179364575 ], [ -110.05288358885184, 40.812313949046484 ], [ -110.05316747330612, 40.812361320953535 ], [ -110.05352268148303, 40.812395764782096 ], [ -110.05393710217588, 40.812435197262772 ], [ -110.05448785853885, 40.812475745664493 ], [ -110.05515729581283, 40.812508255098741 ], [ -110.05550077841342, 40.812533588459331 ], [ -110.05601494954476, 40.812645896874578 ], [ -110.05645920304396, 40.81267205186618 ], [ -110.05712951019288, 40.812727077856444 ], [ -110.05754130933461, 40.812784492677466 ], [ -110.05794468308555, 40.812850845585288 ], [ -110.05849468165603, 40.812945418796609 ], [ -110.05905017681258, 40.813070662616795 ], [ -110.0594818668463, 40.813147150283939 ], [ -110.0599382349632, 40.813155373941143 ], [ -110.06028195528964, 40.813248257659012 ], [ -110.06076059543457, 40.813274676178942 ], [ -110.06112186753147, 40.813300137638812 ], [ -110.06157111623361, 40.813392975420328 ], [ -110.06199643967203, 40.813500931135614 ], [ -110.06243911655814, 40.813639654709462 ], [ -110.06273512290058, 40.813669084895629 ], [ -110.06313000035408, 40.813834442548959 ], [ -110.06348339808837, 40.813998561311919 ], [ -110.06373108527066, 40.814091556010446 ], [ -110.06396163548472, 40.814138468541273 ], [ -110.06440994886489, 40.814214171820822 ], [ -110.06474927130419, 40.814198906342703 ], [ -110.06538031923915, 40.814095919987558 ], [ -110.06587347671204, 40.813933259486838 ], [ -110.06612339016785, 40.813867720054468 ], [ -110.06643920290519, 40.813753167396868 ], [ -110.06664926204441, 40.813570195707257 ], [ -110.0668590676085, 40.813405238285313 ], [ -110.06714668931484, 40.813186859566684 ], [ -110.06761770155789, 40.812996086587425 ], [ -110.06786702990743, 40.812971977061643 ], [ -110.06833808901342, 40.812777598159762 ], [ -110.06854732101901, 40.812653170600314 ], [ -110.06889919350343, 40.812502868851602 ], [ -110.06922079683928, 40.81239736361043 ], [ -110.06988216072756, 40.812159471733807 ], [ -110.07029361799991, 40.811987125160805 ], [ -110.07067499533944, 40.811846064073301 ], [ -110.07099066518552, 40.811740506074287 ], [ -110.07137846959611, 40.81156346096148 ], [ -110.07165907389737, 40.811421585435774 ], [ -110.07193312190283, 40.811324698281922 ], [ -110.07219569048544, 40.811200693076664 ], [ -110.07250674446735, 40.811000505993718 ], [ -110.07269830607713, 40.810866920412579 ], [ -110.07295538275994, 40.810711340053309 ], [ -110.07333737387297, 40.810525233219231 ], [ -110.07367680583265, 40.810415354488356 ], [ -110.07401592361818, 40.810327993138003 ], [ -110.07469403143436, 40.810162274773361 ], [ -110.07509797320832, 40.810102455200472 ], [ -110.07532372860994, 40.810067330492657 ], [ -110.07557310600477, 40.810038700470898 ], [ -110.07588694760548, 40.810063735618279 ], [ -110.07625394902993, 40.810102708101034 ], [ -110.07655543680031, 40.81016367597222 ], [ -110.07702944537651, 40.810180981518052 ], [ -110.07740835299643, 40.810216442233099 ], [ -110.07784082016293, 40.810237015593067 ], [ -110.07803636386613, 40.81024308256665 ], [ -110.0783385395253, 40.810254505276539 ], [ -110.07846918039424, 40.810238432943706 ], [ -110.07863541085744, 40.810220843013497 ], [ -110.07893154698422, 40.810240323466097 ], [ -110.07932817620038, 40.810280423538003 ], [ -110.07974834155047, 40.810333321692291 ], [ -110.08026353373772, 40.810373463352413 ], [ -110.08066048788952, 40.810390139688494 ], [ -110.08106929721772, 40.810406909084897 ], [ -110.0813179406275, 40.810431410149 ], [ -110.08140666646729, 40.81044562916356 ], [ -110.0819626702047, 40.810535634180567 ], [ -110.08227102377016, 40.810529079021585 ], [ -110.08269749288081, 40.81055499148902 ], [ -110.08331975565359, 40.810568945656577 ], [ -110.08385316825104, 40.810577686780313 ], [ -110.08408421673809, 40.810588529618038 ], [ -110.08458200276419, 40.810601488718376 ], [ -110.08496555777032, 40.810730648504332 ], [ -110.08530144668674, 40.810877445849989 ], [ -110.08550193129165, 40.810955606272906 ], [ -110.08574458919631, 40.810984554541477 ], [ -110.08605382115556, 40.811000517150859 ], [ -110.08630157986863, 40.811003380394332 ], [ -110.0865860522931, 40.811009236287383 ], [ -110.08685878084543, 40.811006891000432 ], [ -110.08709007834636, 40.810999713060269 ], [ -110.08752260361746, 40.811016647253695 ], [ -110.08834011125082, 40.811059143474118 ], [ -110.08876133678166, 40.811035446083856 ], [ -110.0890706778878, 40.810956813616578 ], [ -110.0893208045393, 40.810873208745768 ], [ -110.08965953565088, 40.810812823411077 ], [ -110.08992707436703, 40.810756379710782 ], [ -110.09018806990983, 40.810744925629024 ], [ -110.09043128281145, 40.810733330763888 ], [ -110.09095370379238, 40.810678893825454 ], [ -110.09125729759019, 40.810586697640687 ], [ -110.09163349472948, 40.810386971879758 ], [ -110.09227697841033, 40.810148810464462 ], [ -110.09256284697766, 40.810051967180229 ], [ -110.09280147910985, 40.809941239210055 ], [ -110.09311197565123, 40.809777025431011 ], [ -110.09369507099441, 40.809619456691372 ], [ -110.09406477673464, 40.809460209611345 ], [ -110.09436854449679, 40.809354494000871 ], [ -110.09463625719373, 40.809284528145596 ], [ -110.09490989673115, 40.809214608162065 ], [ -110.09514000195345, 40.80920740470544 ], [ -110.09551521254399, 40.80916620580031 ], [ -110.09591401043505, 40.809046817669106 ], [ -110.09621166275218, 40.808954561821821 ], [ -110.09654493952931, 40.808858079985477 ], [ -110.09674714172078, 40.808810117136424 ], [ -110.09705701287913, 40.808690929637429 ], [ -110.09725951940213, 40.808620447334164 ], [ -110.09739639757997, 40.808580980571016 ], [ -110.09788402546012, 40.808467685530786 ], [ -110.09822279796572, 40.808402771107062 ], [ -110.09848284155052, 40.808373274034118 ], [ -110.09878112445055, 40.808321554141628 ], [ -110.09922047701745, 40.808270934958387 ], [ -110.09948158337305, 40.808250452303227 ], [ -110.09996224359701, 40.808213665261242 ], [ -110.10019432136993, 40.808147912657809 ], [ -110.10044411977327, 40.808086801939702 ], [ -110.10074714179355, 40.808035113903323 ], [ -110.10124612865334, 40.807957926651973 ], [ -110.10159057976874, 40.807911063304239 ], [ -110.10198782951943, 40.807905147588464 ], [ -110.10240280039922, 40.807903872561994 ], [ -110.10262217075822, 40.807901074835783 ], [ -110.1028651289451, 40.807907468486981 ], [ -110.10316663244014, 40.807968366989179 ], [ -110.10337886323811, 40.808055596094839 ], [ -110.10366821025465, 40.808138919755834 ], [ -110.10395144893086, 40.808235707816877 ], [ -110.10433624032036, 40.808274729144642 ], [ -110.10472000311117, 40.808390312410701 ], [ -110.10505054215909, 40.80849647318405 ], [ -110.10518547955012, 40.808601116136551 ], [ -110.10542112207808, 40.808711044002742 ], [ -110.10558085856287, 40.808734803386443 ], [ -110.10581746959518, 40.808772670939788 ], [ -110.106082569371, 40.808896338319322 ], [ -110.10649585499792, 40.809021152798529 ], [ -110.10710508685575, 40.809210541055918 ], [ -110.10742809850004, 40.809348166083673 ], [ -110.10763464123939, 40.809418227445853 ], [ -110.10783510013395, 40.809499952282401 ], [ -110.10804747473018, 40.80957726470352 ], [ -110.10827658303481, 40.809733078941512 ], [ -110.10855899146688, 40.809892907913024 ], [ -110.10887594184256, 40.810129574186512 ], [ -110.10913398072313, 40.810338759583438 ], [ -110.10935070915366, 40.810534112939152 ], [ -110.10954971641029, 40.810724824926218 ], [ -110.10973178490154, 40.81085234723794 ], [ -110.11022512752581, 40.811198471270231 ], [ -110.11043671633111, 40.811335228502521 ], [ -110.11092163784319, 40.811424545953884 ], [ -110.11118203221831, 40.811458081608002 ], [ -110.11154894383505, 40.811505949544326 ], [ -110.11204111679592, 40.811496226015272 ], [ -110.11234396584909, 40.811458018792749 ], [ -110.11265214214723, 40.811464893621299 ], [ -110.11309138595139, 40.811423229198759 ], [ -110.11341794458296, 40.811385201414652 ], [ -110.11381545444215, 40.8113612302704 ], [ -110.11426062452456, 40.811319606910928 ], [ -110.11492540288805, 40.811258046648703 ], [ -110.11515552569253, 40.811249902577188 ], [ -110.11551284612905, 40.811216608965623 ], [ -110.1158398807879, 40.811142544460644 ], [ -110.11625570910147, 40.811078167586516 ], [ -110.1165758588977, 40.811076115267298 ], [ -110.1169361969023, 40.811083378043833 ], [ -110.11714514674667, 40.811062456212909 ], [ -110.11754253422012, 40.811047479655521 ], [ -110.11789801085715, 40.811063710621355 ], [ -110.11809972798733, 40.811051740138659 ], [ -110.11833108301718, 40.811039995796712 ], [ -110.11877595049226, 40.811020873627847 ], [ -110.11917908635712, 40.811019447903938 ], [ -110.11964677092493, 40.811068059406935 ], [ -110.11998422747068, 40.811102163197759 ], [ -110.12032114901621, 40.811176799624398 ], [ -110.12054005425213, 40.811209997817009 ], [ -110.12081266496097, 40.811216579729546 ], [ -110.12112670960236, 40.811227980824711 ], [ -110.12142860208405, 40.811261809472299 ], [ -110.12182468361203, 40.811345900381745 ], [ -110.12251566445899, 40.811544837937568 ], [ -110.12273427545651, 40.811600550678016 ], [ -110.12298222857396, 40.811679007001203 ], [ -110.12331903797465, 40.811762642206467 ], [ -110.12366088700334, 40.811913877545535 ], [ -110.12394399383783, 40.812024128139392 ], [ -110.12420896317489, 40.812161265492634 ], [ -110.12446136769179, 40.812352357152385 ], [ -110.12465438973572, 40.812551105269215 ], [ -110.12482361904691, 40.812755978441771 ], [ -110.12500993449251, 40.813014130369645 ], [ -110.12510164319093, 40.813253547843964 ], [ -110.12522915610094, 40.813475219964907 ], [ -110.1253097794978, 40.813655998763075 ], [ -110.12539633117807, 40.81383682244153 ], [ -110.12557197877351, 40.8140048088014 ], [ -110.12571988292228, 40.814118534402972 ], [ -110.12595736624912, 40.814453643686079 ], [ -110.12609270698893, 40.814621323874583 ], [ -110.12624375650769, 40.814766601935311 ], [ -110.12651425591959, 40.814935305162805 ], [ -110.12674503268494, 40.814968581479341 ], [ -110.12691728589236, 40.814943760867905 ], [ -110.12727480467395, 40.814805935230687 ], [ -110.12771156780764, 40.81450205270329 ], [ -110.12849999386522, 40.814053988910842 ], [ -110.12931676492879, 40.81370432489873 ], [ -110.13025456339754, 40.813256475342044 ], [ -110.13096237218474, 40.812987053517681 ], [ -110.13151119377792, 40.812725439002946 ], [ -110.13179144265251, 40.812601430976066 ], [ -110.13207714869289, 40.812513496837155 ], [ -110.13219018666705, 40.812482817812217 ], [ -110.13265988612726, 40.812378249281025 ], [ -110.13306966200287, 40.812322774665311 ], [ -110.13397847899444, 40.812185466002042 ], [ -110.13460181087872, 40.812027992362729 ], [ -110.13515015850818, 40.811892474231485 ], [ -110.13568628129997, 40.811693803224465 ], [ -110.13640209953071, 40.811352340784076 ], [ -110.13730660261118, 40.811088856156289 ], [ -110.13781871068537, 40.81091251656936 ], [ -110.13829948830717, 40.810866562282996 ], [ -110.13869076879139, 40.810864979819115 ], [ -110.13908158355436, 40.810899426093364 ], [ -110.13950128039254, 40.810992640964983 ], [ -110.13998519373858, 40.811162904284153 ], [ -110.14065780665544, 40.811411142504411 ], [ -110.1417489107553, 40.811847162573351 ], [ -110.14258438259621, 40.8123398273245 ], [ -110.14314247746708, 40.812735838274165 ], [ -110.14364624410889, 40.813208014531689 ], [ -110.14381013881096, 40.813371381824389 ], [ -110.14399826673478, 40.813494390959661 ], [ -110.14423934101677, 40.813649321863487 ], [ -110.14464703337673, 40.81375594156362 ], [ -110.14470032642232, 40.813760840850541 ], [ -110.14503769505249, 40.813803879132166 ], [ -110.14555365190073, 40.813789684704638 ], [ -110.14597554059388, 40.813621649165903 ], [ -110.14633355279366, 40.81353421490703 ], [ -110.14664732538142, 40.813568065503368 ], [ -110.14682429580198, 40.813636937211498 ], [ -110.14722928185681, 40.813955224793354 ], [ -110.14741022141294, 40.81417726745299 ], [ -110.1474316844259, 40.814353089527302 ], [ -110.14741195172978, 40.814505185372028 ], [ -110.14734335593461, 40.814676738536136 ], [ -110.14729475343128, 40.814861051159625 ], [ -110.14726815799584, 40.815086064134036 ], [ -110.14728933253645, 40.815284405028493 ], [ -110.14741686584041, 40.815510557088047 ], [ -110.14759798311314, 40.815719088149088 ], [ -110.14776206659779, 40.815868938621627 ], [ -110.14789567896194, 40.816176210463382 ], [ -110.14800660146989, 40.816681498927991 ], [ -110.1480458512256, 40.816857452170545 ], [ -110.14816101514845, 40.817124049722828 ], [ -110.14829351630969, 40.817333121520143 ], [ -110.1484177657392, 40.817445742604058 ], [ -110.14862945382188, 40.817582430622302 ], [ -110.1489007129601, 40.817697036785539 ], [ -110.1493026245723, 40.817794589016302 ], [ -110.15001741249067, 40.817998041727883 ], [ -110.15098004415196, 40.818293397976461 ], [ -110.15183574527572, 40.818605976878658 ], [ -110.15253259288974, 40.818822794690611 ], [ -110.15322732589702, 40.81920624775811 ], [ -110.15374667603753, 40.819394730194439 ], [ -110.15416484568986, 40.819613997845067 ], [ -110.15484073633172, 40.820081981781911 ], [ -110.15505266327878, 40.820201543840426 ], [ -110.1552654595242, 40.820252648213952 ], [ -110.15533546119111, 40.820249557398675 ], [ -110.15537222913699, 40.820248925750029 ], [ -110.15553834056841, 40.820241133378325 ], [ -110.15582980636735, 40.82016669524949 ], [ -110.15610257281718, 40.820164186616061 ], [ -110.15650948124447, 40.820243733556353 ], [ -110.15716570578877, 40.82048725151607 ], [ -110.15767270748162, 40.820716163768829 ], [ -110.15821613803941, 40.82087777677927 ], [ -110.15855885448997, 40.820970360667253 ], [ -110.15879543844693, 40.821016227003192 ], [ -110.15894979679638, 40.821000236486611 ], [ -110.15911602353538, 40.820983431431429 ], [ -110.15947321435844, 40.82086892543952 ], [ -110.15980686038031, 40.820740734302866 ], [ -110.16025828009407, 40.820676458147837 ], [ -110.16083397064735, 40.820631100966992 ], [ -110.16132615074609, 40.820625671559448 ], [ -110.16172985672657, 40.820583563717314 ], [ -110.16209268613994, 40.820491611505325 ], [ -110.16249661747301, 40.820431485854975 ], [ -110.16308951261725, 40.82043218503123 ], [ -110.16386717544985, 40.820355847513483 ], [ -110.16445556583471, 40.820243001437206 ], [ -110.16496101210882, 40.820125047842374 ], [ -110.16543078422424, 40.820014941509292 ], [ -110.16578777872314, 40.819914827893001 ], [ -110.1661144079295, 40.819872147327807 ], [ -110.16654605576065, 40.819870762279123 ], [ -110.16700367611033, 40.819878571528044 ], [ -110.1672823135327, 40.819880583034035 ], [ -110.16753113658685, 40.819801303308161 ], [ -110.16757421557092, 40.819770084811204 ], [ -110.16766404308397, 40.819698665860962 ], [ -110.16773026925924, 40.819618068200661 ], [ -110.16788615337727, 40.819479562723053 ], [ -110.1680955050702, 40.81933243420432 ], [ -110.16839959767248, 40.819194996628845 ], [ -110.16865637441317, 40.81904820891743 ], [ -110.16912384643958, 40.818646199295337 ], [ -110.1695188750391, 40.818252674665665 ], [ -110.16988684879804, 40.817936426093489 ], [ -110.17008964984663, 40.817743303995648 ], [ -110.17024602975167, 40.817564261092947 ], [ -110.17043345272064, 40.817272836363777 ], [ -110.17066829965727, 40.816981752224422 ], [ -110.17090806334976, 40.816771778404764 ], [ -110.17113345771301, 40.816763488716759 ], [ -110.17131017107573, 40.816855742866181 ], [ -110.17159315552706, 40.81698389257128 ], [ -110.17185887173365, 40.817070479050621 ], [ -110.17221969771801, 40.817137028077674 ], [ -110.17277633493696, 40.817190566719695 ], [ -110.17343940171983, 40.817267386198438 ], [ -110.1741965958408, 40.817403430172291 ], [ -110.17481805711323, 40.817488952306562 ], [ -110.17530915403196, 40.81756903510427 ], [ -110.17590041962582, 40.817699377499778 ], [ -110.17647905119573, 40.817892685396082 ], [ -110.17684493509473, 40.818030422330239 ], [ -110.17748224361458, 40.818273689965601 ], [ -110.17772408150252, 40.818374506125309 ], [ -110.17802431403909, 40.818547804931072 ], [ -110.17834161075757, 40.818779778997886 ], [ -110.17861629974752, 40.819101532707649 ], [ -110.17887907897043, 40.819427705179933 ], [ -110.1791482334054, 40.819717888860652 ], [ -110.17954216586537, 40.819986438380759 ], [ -110.17995444173641, 40.820210075014323 ], [ -110.18037281524131, 40.820420240916008 ], [ -110.18056795766763, 40.820462164853524 ], [ -110.1807460905917, 40.820440908982533 ], [ -110.18090045390193, 40.820423988270562 ], [ -110.1810326541783, 40.820280792636439 ], [ -110.18128292545747, 40.820178972532219 ], [ -110.18177565546277, 40.820128417831235 ], [ -110.18201275120065, 40.820133702481243 ], [ -110.18223198403732, 40.82014516589804 ], [ -110.18245117271526, 40.820160231939667 ], [ -110.18268155508012, 40.820229427180095 ], [ -110.18304622393076, 40.820371640037202 ], [ -110.18323003363382, 40.820467529538099 ], [ -110.18335293082248, 40.820599021129119 ], [ -110.18346995517207, 40.820725966829585 ], [ -110.18357506760525, 40.820857332306133 ], [ -110.18376290448977, 40.821011803955585 ], [ -110.18408093953687, 40.821186113777706 ], [ -110.18439345591774, 40.821327052684602 ], [ -110.18475300555149, 40.821500753297393 ], [ -110.18488227740471, 40.821596254757104 ], [ -110.18507555192055, 40.821791300409117 ], [ -110.18520926526969, 40.822008446055364 ], [ -110.1853778903441, 40.822279888361237 ], [ -110.18556463351509, 40.822524433167928 ], [ -110.18570433372656, 40.822737116293247 ], [ -110.18589750378342, 40.822941168189281 ], [ -110.18630350540822, 40.823196267177572 ], [ -110.18659087906713, 40.823455032585507 ], [ -110.18689648149542, 40.823677892221923 ], [ -110.18747387832418, 40.823979236849141 ], [ -110.18770378464276, 40.824088956422301 ], [ -110.18788587616248, 40.82422986829323 ], [ -110.18803793949746, 40.824402097871342 ], [ -110.18814657891373, 40.824731668334294 ], [ -110.18814251443327, 40.825064949802247 ], [ -110.18801827720326, 40.825528007001921 ], [ -110.18794987179902, 40.825788768515665 ], [ -110.18786494250396, 40.825945817301779 ], [ -110.1878092184031, 40.826139105145842 ], [ -110.18789008215983, 40.826315337784173 ], [ -110.18809694008259, 40.82637084403305 ], [ -110.18829163309513, 40.826354197295608 ], [ -110.18853666817824, 40.826293763285229 ], [ -110.18887672090828, 40.826124094632341 ], [ -110.18913369966859, 40.825959246126779 ], [ -110.18941620297532, 40.825645938123678 ], [ -110.18952418619023, 40.82554310041823 ], [ -110.18959028237936, 40.825471497703418 ], [ -110.18970463258482, 40.825332671030139 ], [ -110.18976512829906, 40.825234003734643 ], [ -110.18991609276311, 40.825009854369981 ], [ -110.19010740804723, 40.824880576074328 ], [ -110.19028626215834, 40.82480075609358 ], [ -110.19057803915749, 40.824699207212561 ], [ -110.19105938353634, 40.824514308187013 ], [ -110.19162710752961, 40.824247135315694 ], [ -110.19185355315608, 40.824154133776545 ], [ -110.19212150021141, 40.824061422418858 ], [ -110.19235963832624, 40.823982014332891 ], [ -110.19254963493357, 40.823960823312746 ], [ -110.19298809739941, 40.823986412224563 ], [ -110.1931657994481, 40.824001167719182 ], [ -110.19343152158368, 40.823994017392742 ], [ -110.19362890530736, 40.8239503552809 ], [ -110.19385001824686, 40.823807766424139 ], [ -110.19400693526805, 40.823678241237971 ], [ -110.19412574365917, 40.823561962216715 ], [ -110.19432292098274, 40.82343722200774 ], [ -110.19458504195902, 40.823335455829032 ], [ -110.19478867863624, 40.823264810219918 ], [ -110.19527012093725, 40.823069984984173 ], [ -110.19577813665536, 40.822834805234059 ], [ -110.19599147413115, 40.822746208339808 ], [ -110.19641420961878, 40.822600515272441 ], [ -110.19686615227562, 40.822491057524573 ], [ -110.19727060938339, 40.822385771799681 ], [ -110.19765679059562, 40.822320895294041 ], [ -110.19804318807793, 40.822238002221155 ], [ -110.19840554444247, 40.82218196597524 ], [ -110.19885699334097, 40.82211303472041 ], [ -110.19948057930505, 40.822028180314469 ], [ -110.20044157973852, 40.821988901738507 ], [ -110.20058397652592, 40.821980880141062 ], [ -110.20111826142987, 40.821926026570551 ], [ -110.20176637844999, 40.821772865899327 ], [ -110.20205138671633, 40.82173880395974 ], [ -110.20229440835161, 40.821744988763591 ], [ -110.20266133889943, 40.821801575629827 ], [ -110.20325787189014, 40.82199487305509 ], [ -110.20396047906168, 40.822242949694036 ], [ -110.20433285814629, 40.822340106595775 ], [ -110.20478861724368, 40.822406307686578 ], [ -110.20516784131173, 40.822426937764973 ], [ -110.20539906212736, 40.822428530536264 ], [ -110.20583698299562, 40.82249910881999 ], [ -110.20613127214445, 40.822681302045851 ], [ -110.20633075613202, 40.822858338154575 ], [ -110.20648937304935, 40.822981943339158 ], [ -110.20669474475945, 40.823162622665514 ], [ -110.20689466091487, 40.823303627208027 ], [ -110.20724269146078, 40.823454657666275 ], [ -110.20780346538946, 40.823665702646316 ], [ -110.20830409722834, 40.82394839930469 ], [ -110.2086558147501, 40.824288626947954 ], [ -110.20880109350502, 40.824537354037822 ], [ -110.20892362086741, 40.824704849446192 ], [ -110.20911907074904, 40.824823298525025 ], [ -110.20924773355523, 40.824873726612743 ], [ -110.20938933330906, 40.824933251601976 ], [ -110.20969567204557, 40.8251011048633 ], [ -110.20986669311614, 40.825179748422045 ], [ -110.21004920916795, 40.82528909895256 ], [ -110.21022488845537, 40.825474973676918 ], [ -110.21024481088182, 40.825794907773975 ], [ -110.21027301349635, 40.825916714046002 ], [ -110.2103482213479, 40.826074875600099 ], [ -110.2104887029049, 40.826228979630372 ], [ -110.21074189138763, 40.826379350416417 ], [ -110.21098957896935, 40.826493649483119 ], [ -110.21132006164024, 40.826626530833167 ], [ -110.21191746331341, 40.826752226528392 ], [ -110.21225591689702, 40.826813092568386 ], [ -110.21252100955398, 40.826859944304559 ], [ -110.21294657666617, 40.82697545322921 ], [ -110.21334202042421, 40.827131292915524 ], [ -110.21383702314601, 40.82729231393072 ], [ -110.21416912676671, 40.827389164629189 ], [ -110.21442252418937, 40.827422419757241 ], [ -110.21446516125668, 40.827427214277748 ], [ -110.21486871855187, 40.827398432087442 ], [ -110.21537264710263, 40.827406364717326 ], [ -110.21581199133074, 40.827359805844488 ], [ -110.21631179340285, 40.827214563764834 ], [ -110.21695490000256, 40.826984712610475 ], [ -110.21739027044792, 40.826771465587598 ], [ -110.21772378445202, 40.826647610153515 ], [ -110.21797974245241, 40.82656376579741 ], [ -110.21824226364016, 40.826425915019563 ], [ -110.21838620171788, 40.826287260290286 ], [ -110.2185597317698, 40.826153310017695 ], [ -110.21880990574213, 40.826056812883152 ], [ -110.21916634798559, 40.825999770578022 ], [ -110.21943913833961, 40.825997112387903 ], [ -110.21977164175608, 40.82595882385538 ], [ -110.22018196136845, 40.825858001663981 ], [ -110.2206402395027, 40.825712460055499 ], [ -110.22096135711872, 40.825633553415727 ], [ -110.22131201382098, 40.825563853652348 ], [ -110.22185171453734, 40.825553982613719 ], [ -110.22247379045345, 40.825598714597433 ], [ -110.22312482922547, 40.825702192803703 ], [ -110.22442481408632, 40.8260892919375 ], [ -110.2254650330953, 40.826380044635506 ], [ -110.22578426269179, 40.826463262918189 ], [ -110.22613812546201, 40.826627788147178 ], [ -110.22650873079286, 40.826882508440612 ], [ -110.22670292828916, 40.827009927761495 ], [ -110.22705060557853, 40.827196929699419 ], [ -110.22758775829897, 40.827407720318611 ], [ -110.22788244279097, 40.827562835568656 ], [ -110.22796861268952, 40.827802134555533 ], [ -110.22795553710826, 40.828009239985654 ], [ -110.22787481532629, 40.828220396872744 ], [ -110.22780708524593, 40.828436144848652 ], [ -110.22770435358304, 40.828602112337855 ], [ -110.22765493316028, 40.828772940843784 ], [ -110.22768805307042, 40.828984859660721 ], [ -110.22790529722749, 40.829170985727323 ], [ -110.22828101731641, 40.829497801584296 ], [ -110.22863926596679, 40.829797474232592 ], [ -110.22898409376131, 40.830232181843918 ], [ -110.229153075141, 40.830490050050969 ], [ -110.2293866045725, 40.830806903690778 ], [ -110.22962331618157, 40.830849022378118 ], [ -110.22983767542181, 40.830772981522081 ], [ -110.230307619328, 40.830542800716884 ], [ -110.23058910559583, 40.830405048440404 ], [ -110.23088719322996, 40.83026740615081 ], [ -110.23122720203284, 40.830094008905959 ], [ -110.23157386646817, 40.829857596276781 ], [ -110.23207562861241, 40.829541139620012 ], [ -110.23257608780611, 40.829337276931682 ], [ -110.23289179901886, 40.82921325923153 ], [ -110.23333238900382, 40.829058541264338 ], [ -110.2338204118083, 40.828904136633582 ], [ -110.23451559681507, 40.828782634065618 ], [ -110.23543635279573, 40.82864010148203 ], [ -110.23619618631693, 40.828568563341157 ], [ -110.23701020821606, 40.828425311465558 ], [ -110.23784835647204, 40.828246179661519 ], [ -110.23820478475247, 40.828189979282804 ], [ -110.23851300523805, 40.828201022542565 ], [ -110.23890970188376, 40.828253186470008 ], [ -110.23927608347735, 40.828363703682506 ], [ -110.23974450214784, 40.828470388004511 ], [ -110.2401931224821, 40.828545410664475 ], [ -110.2405773986701, 40.828647033209677 ], [ -110.24086670368722, 40.828757037970064 ], [ -110.24109078667898, 40.828866612971417 ], [ -110.24124985267392, 40.828957743159876 ], [ -110.24155664039677, 40.829094886343633 ], [ -110.2417695851623, 40.829141328063464 ], [ -110.24204760994611, 40.829200808734576 ], [ -110.24233087764975, 40.829320679387337 ], [ -110.24268990670173, 40.829557254940937 ], [ -110.24294369383234, 40.829662517134246 ], [ -110.24325053954692, 40.829795151996969 ], [ -110.24347596946836, 40.829891218612246 ], [ -110.24367500332686, 40.830014136908353 ], [ -110.24398665616127, 40.830245893615206 ], [ -110.24435689041479, 40.830541091929078 ], [ -110.24493384445707, 40.830909709341974 ], [ -110.24521555156332, 40.831168291877269 ], [ -110.24543975202315, 40.831268850799333 ], [ -110.24564079631867, 40.831319711733236 ], [ -110.24583637064148, 40.831329998809665 ], [ -110.24607897360654, 40.831376626458905 ], [ -110.24625026872998, 40.831436300300332 ], [ -110.24643884303958, 40.831541128699996 ], [ -110.24720408856435, 40.832041586145465 ], [ -110.24777856201516, 40.832527282149897 ], [ -110.24799731474111, 40.832690859285307 ], [ -110.24828675152379, 40.832791837898398 ], [ -110.24844055810836, 40.832825270204729 ], [ -110.24863017712165, 40.832838216271114 ], [ -110.24882640712366, 40.832790848878254 ], [ -110.24907662429291, 40.83268888141405 ], [ -110.24968424787122, 40.832445104303645 ], [ -110.25020743090322, 40.832326892629474 ], [ -110.25069994960924, 40.832298563297904 ], [ -110.25172537958234, 40.832341252604216 ], [ -110.25277377127682, 40.832451644444255 ], [ -110.25369784471681, 40.83254320581559 ], [ -110.25485262508155, 40.832685796330253 ], [ -110.25561685401928, 40.832753788793639 ], [ -110.2566567639053, 40.833093804561841 ], [ -110.25745899034341, 40.833477323279801 ], [ -110.2574884885734, 40.833491025727 ], [ -110.25812011511618, 40.833751828432348 ], [ -110.25858048361415, 40.833948468432666 ], [ -110.25880421234697, 40.834094040306269 ], [ -110.25901617259437, 40.83423142860552 ], [ -110.25925172288601, 40.834380678894021 ], [ -110.25954068335626, 40.834526668174036 ], [ -110.25991306447605, 40.834637158380431 ], [ -110.26041590492821, 40.834748483831987 ], [ -110.26096658661295, 40.834824080033002 ], [ -110.26121569327731, 40.834821171400712 ], [ -110.26128092240268, 40.83482158911314 ], [ -110.26156575850574, 40.834805395930282 ], [ -110.26261177004574, 40.834600389597846 ], [ -110.2636883714995, 40.834309989306824 ], [ -110.26505187689861, 40.833922314794656 ], [ -110.26573485937558, 40.83372397510356 ], [ -110.26660982005967, 40.833432263854476 ], [ -110.26766760510621, 40.833231790586765 ], [ -110.26849372682416, 40.833065872447243 ], [ -110.26917629382713, 40.833011643964561 ], [ -110.26986518483041, 40.832921417891249 ], [ -110.27034045469667, 40.832843349357177 ], [ -110.27080994176556, 40.832751729718652 ], [ -110.27110099273985, 40.832708527060142 ], [ -110.27138067694219, 40.832620209904327 ], [ -110.2716669801771, 40.832468875094051 ], [ -110.27191755603278, 40.832330826681748 ], [ -110.2730344313149, 40.831603685838957 ], [ -110.27410736822947, 40.83109696332108 ], [ -110.27503690015763, 40.83068842204424 ], [ -110.27595426771035, 40.830306822076643 ], [ -110.27681674227563, 40.830064500872901 ], [ -110.27737038784403, 40.829865281154071 ], [ -110.27769141176758, 40.829790720148964 ], [ -110.27792354152763, 40.829711097688914 ], [ -110.2781561201045, 40.829590038923421 ], [ -110.27842469453853, 40.829430468708061 ], [ -110.27863932667812, 40.829323710150007 ], [ -110.27940136867753, 40.829044707892201 ], [ -110.27971728554975, 40.828893537904648 ], [ -110.27999781944476, 40.828724129418205 ], [ -110.28032559223193, 40.8285730317427 ], [ -110.28059343697564, 40.828480114063453 ], [ -110.28091448964008, 40.828401940866421 ], [ -110.28123536648089, 40.82833998080455 ], [ -110.28181182742343, 40.828221957432021 ], [ -110.28224426188025, 40.828152581419111 ], [ -110.28252451577325, 40.828118291072755 ], [ -110.28276761918879, 40.828119802704357 ], [ -110.28304041789549, 40.82811699417072 ], [ -110.2834491553364, 40.82815556722209 ], [ -110.28411912418423, 40.82816423072191 ], [ -110.28469402991973, 40.828190317759542 ], [ -110.28532885841848, 40.828158218524337 ], [ -110.28556143430464, 40.828146146443949 ], [ -110.28587468802515, 40.828130969962032 ], [ -110.28610584600357, 40.828140508179793 ], [ -110.28686398362278, 40.828221768543621 ], [ -110.28773979497628, 40.82838933034806 ], [ -110.28820184373173, 40.828433620736739 ], [ -110.28845108019877, 40.828416240581227 ], [ -110.28868859253721, 40.828386175831966 ], [ -110.28909885777946, 40.828393208871972 ], [ -110.28946462067562, 40.828458521012607 ], [ -110.28957101321973, 40.828490705651966 ], [ -110.28966535482013, 40.82854083280538 ], [ -110.28980669929847, 40.828631787067046 ], [ -110.28992269291969, 40.828875728018147 ], [ -110.29011644271161, 40.829057088493492 ], [ -110.29035772528292, 40.829229732630417 ], [ -110.29035614068415, 40.829378361564487 ], [ -110.29033652751313, 40.829549400605963 ], [ -110.2903644463053, 40.829711723622928 ], [ -110.29050454597935, 40.829919778614951 ], [ -110.29106821548309, 40.830445731218859 ], [ -110.29121487198049, 40.830595271001854 ], [ -110.29130223316783, 40.830744446354132 ], [ -110.29136530087135, 40.830947522832027 ], [ -110.29139355837107, 40.83107831823952 ], [ -110.2914156465914, 40.831231596750705 ], [ -110.29142511799999, 40.831455964136964 ], [ -110.29144399704127, 40.831799300194653 ], [ -110.29145803339956, 40.832263319057184 ], [ -110.29150364932295, 40.832434758822522 ], [ -110.29163725317605, 40.832696822868371 ], [ -110.29171897581328, 40.832818938037235 ], [ -110.29191895917938, 40.832973308469263 ], [ -110.29214266271318, 40.833127824099179 ], [ -110.29233743652873, 40.833214598840613 ], [ -110.2926918853593, 40.83334289014936 ], [ -110.29304710105824, 40.833399117873817 ], [ -110.29319549044504, 40.833386514517656 ], [ -110.29354558974255, 40.833366137964994 ], [ -110.29410964049946, 40.833302027683956 ], [ -110.2949117420381, 40.833158294224638 ], [ -110.2956310612622, 40.83299152876554 ], [ -110.29613158913214, 40.83287747451125 ], [ -110.2965229596966, 40.832767256700791 ], [ -110.29672580975968, 40.832651384263222 ], [ -110.29689948611033, 40.832490291656534 ], [ -110.29705518210281, 40.832347106028578 ], [ -110.29722971290109, 40.832104942496791 ], [ -110.29743531724375, 40.831727841882703 ], [ -110.29772493243775, 40.831256664073145 ], [ -110.29808285654487, 40.830493127958569 ], [ -110.29843218435103, 40.82998177371892 ], [ -110.29873245744675, 40.829623263107393 ], [ -110.29924006924396, 40.829284028112333 ], [ -110.29950400068901, 40.829109967044019 ], [ -110.29966490055443, 40.82892176733921 ], [ -110.2998154581749, 40.828701975203053 ], [ -110.29996103272539, 40.828392068533013 ], [ -110.30025231974443, 40.827758742805294 ], [ -110.30060844472574, 40.82716184299283 ], [ -110.30103420078214, 40.826709498488206 ], [ -110.30142300510477, 40.826387550603641 ], [ -110.30177486053613, 40.826195999757431 ], [ -110.30213202933059, 40.826063034655135 ], [ -110.30258401643889, 40.825935145877928 ], [ -110.30295252182668, 40.825851793030068 ], [ -110.30351085395503, 40.825760576749552 ], [ -110.30383728792523, 40.825731017556706 ], [ -110.30496491120762, 40.825634219674626 ], [ -110.30554041554043, 40.825601651707949 ], [ -110.30592025725875, 40.825567903885116 ], [ -110.30633595510326, 40.825507345159345 ], [ -110.30684124592773, 40.825384264354462 ], [ -110.3071863078253, 40.825273731852313 ], [ -110.30771624856082, 40.825060711065362 ], [ -110.30810972317646, 40.82485587790935 ], [ -110.30830034330916, 40.824771440981742 ], [ -110.30854409077169, 40.824709843208076 ], [ -110.30883522363611, 40.824653033018542 ], [ -110.30907850274772, 40.824636473393959 ], [ -110.30947033561759, 40.824589273046413 ], [ -110.30976702268623, 40.824568527416417 ], [ -110.31075948244185, 40.824466359862612 ], [ -110.31151259180091, 40.824344738800399 ], [ -110.31187510197545, 40.82426582581644 ], [ -110.31215930145635, 40.824190949030708 ], [ -110.31264852857694, 40.824013696427009 ], [ -110.31316636104832, 40.823822198567392 ], [ -110.31347558907154, 40.823734855739126 ], [ -110.31373165035218, 40.823628278148995 ], [ -110.31416748258111, 40.823338096180784 ], [ -110.31450265815091, 40.82303380187907 ], [ -110.31478451679375, 40.822724685717738 ], [ -110.31504274994296, 40.822406420160213 ], [ -110.31527661670253, 40.822151068351289 ], [ -110.31560608384932, 40.821824215820385 ], [ -110.31582688542909, 40.821685894868018 ], [ -110.31601754234158, 40.82159604026711 ], [ -110.31638636811574, 40.821477513402847 ], [ -110.31665987889649, 40.821402562123602 ], [ -110.31695126785138, 40.821318707617486 ], [ -110.31715928359681, 40.821270392644315 ], [ -110.31761676947707, 40.821178510979806 ], [ -110.31827615512009, 40.821056291205757 ], [ -110.31877550801968, 40.820928618616648 ], [ -110.31927381142458, 40.82078742502766 ], [ -110.31978022891465, 40.820664293971873 ], [ -110.32032135299576, 40.820509835662243 ], [ -110.32093311381567, 40.820405336939338 ], [ -110.32139642563152, 40.820322482967491 ], [ -110.32167548779678, 40.820283586123587 ], [ -110.32234000684531, 40.820237944887872 ], [ -110.32283870475614, 40.820173309814116 ], [ -110.32362813628967, 40.820087856319091 ], [ -110.32451876468026, 40.819962452021421 ], [ -110.32507738441878, 40.819835099070239 ], [ -110.32554086981543, 40.819734212582922 ], [ -110.32601028248132, 40.819633358855462 ], [ -110.32700159638739, 40.819517531937869 ], [ -110.32742882254905, 40.819483989561689 ], [ -110.32784382730105, 40.819486408123389 ], [ -110.32820529257417, 40.819506530312943 ], [ -110.32856064776665, 40.819544632672432 ], [ -110.32910526636304, 40.81962887682517 ], [ -110.32968057938746, 40.819726809395462 ], [ -110.3303076145844, 40.819752071049663 ], [ -110.33049705113275, 40.81978109664162 ], [ -110.33080497981213, 40.819818916865358 ], [ -110.33113019719467, 40.819906382870073 ], [ -110.3313901998615, 40.819993470040068 ], [ -110.33202846507376, 40.820199856883875 ], [ -110.3329442564193, 40.82052045051396 ], [ -110.33381484875129, 40.82073717894432 ], [ -110.3346115248808, 40.820994012464631 ], [ -110.335188796433, 40.821254080615837 ], [ -110.33571544407819, 40.821477820685168 ], [ -110.33606371781049, 40.821632968758884 ], [ -110.33642946551785, 40.821819745788083 ], [ -110.33683096798363, 40.821988710327233 ], [ -110.33718566912586, 40.822094345596632 ], [ -110.3375703205952, 40.822169523088505 ], [ -110.33801980569652, 40.822283807568077 ], [ -110.33827942394358, 40.8224114149358 ], [ -110.33908877892266, 40.822708828185199 ], [ -110.33948293474515, 40.823021876259624 ], [ -110.33985382488207, 40.823289747714519 ], [ -110.34024923747231, 40.823476682357565 ], [ -110.34045068995736, 40.823491346844172 ], [ -110.34065241017134, 40.823478987225734 ], [ -110.34098443478207, 40.823480884294675 ], [ -110.34164857317543, 40.823475667646484 ], [ -110.34207550654028, 40.823473598913353 ], [ -110.34247890178027, 40.823453377596266 ], [ -110.34273482747055, 40.823355743181942 ], [ -110.34287227034484, 40.823247524128014 ], [ -110.34303385536965, 40.823096201926255 ], [ -110.34316584815005, 40.822939305962201 ], [ -110.34362420710467, 40.822275290796952 ], [ -110.34392306167456, 40.821912149228595 ], [ -110.344305525915, 40.821608036877208 ], [ -110.34453206369311, 40.821483206104041 ], [ -110.34474678729678, 40.821353803567249 ], [ -110.34492682344153, 40.821134119352095 ], [ -110.34505964961086, 40.820891645770871 ], [ -110.34563470024749, 40.820295847949467 ], [ -110.34610068003663, 40.819938152572625 ], [ -110.34654855940025, 40.819611882288896 ], [ -110.34687706627339, 40.819366010456683 ], [ -110.34715221304862, 40.819119835742164 ], [ -110.34769192285177, 40.818496802121047 ], [ -110.34850693434417, 40.817609571855172 ], [ -110.34906857183553, 40.817166824202125 ], [ -110.34974380940197, 40.816625621232937 ], [ -110.35024482826752, 40.816317652703368 ], [ -110.35062657264585, 40.816081078244778 ], [ -110.35112187444075, 40.815750552577022 ], [ -110.35130231302207, 40.815485818178516 ], [ -110.35132840408822, 40.815241836062327 ], [ -110.35136686035607, 40.814945674472746 ], [ -110.35136536396541, 40.814612353627254 ], [ -110.35136861013123, 40.814279059425104 ], [ -110.35125539764834, 40.813607293715513 ], [ -110.35117582615852, 40.813255516866079 ], [ -110.35112203022784, 40.812692186399836 ], [ -110.3510707841119, 40.812475695440632 ], [ -110.3509659227592, 40.812285928202471 ], [ -110.35084859139975, 40.812159149840426 ], [ -110.35063070399309, 40.812009284325065 ], [ -110.35013420215543, 40.811857849421024 ], [ -110.34986278972977, 40.811725697854655 ], [ -110.34970440546287, 40.811553644743093 ], [ -110.34966360459437, 40.811482248026081 ], [ -110.34955968126418, 40.8111969952148 ], [ -110.34960328785888, 40.810981038254603 ], [ -110.34961782645046, 40.810706362492127 ], [ -110.34953027173815, 40.810566237937124 ], [ -110.34935432747042, 40.810371564191527 ], [ -110.34918475214427, 40.810131883845251 ], [ -110.34907994380492, 40.809937610907681 ], [ -110.34897544422149, 40.809711810032177 ], [ -110.3488455773486, 40.809048955971626 ], [ -110.34886595499303, 40.808904935734958 ], [ -110.34895009072947, 40.808666686523324 ], [ -110.34909402802529, 40.808496338023701 ], [ -110.34939343897798, 40.808188135952889 ], [ -110.34973506164405, 40.807806301665899 ], [ -110.35005484985605, 40.807353176544417 ], [ -110.35039488360921, 40.807011869334183 ], [ -110.35070517108471, 40.806802818011739 ], [ -110.35099763895153, 40.806597268993563 ], [ -110.35123043521808, 40.806431921767825 ], [ -110.35142195714478, 40.806243820916613 ], [ -110.35162022959508, 40.805971078171247 ], [ -110.35168152931591, 40.805763327249657 ], [ -110.35179866470916, 40.805300049755722 ], [ -110.35191408963388, 40.8050124274558 ], [ -110.35202200910879, 40.804886915149012 ], [ -110.35216610549759, 40.804698546648403 ], [ -110.35238264259056, 40.804375457676677 ], [ -110.35247387261361, 40.804137245493223 ], [ -110.35247579876348, 40.803939070160155 ], [ -110.35243008785892, 40.803763148624277 ], [ -110.35232584900378, 40.803510326618941 ], [ -110.35225225733579, 40.80327569349032 ], [ -110.35230006602093, 40.803113809555008 ], [ -110.35244380751507, 40.802961472499867 ], [ -110.35293394093226, 40.802541725306469 ], [ -110.353555268997, 40.802039833226118 ], [ -110.35391369131851, 40.80175356990469 ], [ -110.35425257646588, 40.801525751135571 ], [ -110.35445715880206, 40.801333213903028 ], [ -110.35458350303942, 40.801140238685996 ], [ -110.35466277062794, 40.800911867013845 ], [ -110.35485667413333, 40.800475139864382 ], [ -110.35498920412498, 40.80025517335288 ], [ -110.35516858212118, 40.800094023544034 ], [ -110.35540082234738, 40.799982715355462 ], [ -110.35548410442958, 40.799951650948351 ], [ -110.3557641509602, 40.799800070944571 ], [ -110.35603387601711, 40.799612398775018 ], [ -110.35609235140622, 40.799572187005843 ], [ -110.35646883463761, 40.79925448672369 ], [ -110.35680923149829, 40.798990634856914 ], [ -110.35694650531026, 40.798892306814764 ], [ -110.35723115519984, 40.798754261568213 ], [ -110.3575000467641, 40.798652161750027 ], [ -110.35773197421328, 40.798572376730561 ], [ -110.35793426707546, 40.798492426342712 ], [ -110.35820354694368, 40.798349788916092 ], [ -110.35854279033595, 40.798081421219621 ], [ -110.35879998183974, 40.797839621987684 ], [ -110.35908784477894, 40.797489890865101 ], [ -110.3592670668328, 40.797343147264847 ], [ -110.3594163255751, 40.797230469236766 ], [ -110.35997847044203, 40.796832711636355 ], [ -110.36036554437264, 40.796519561404722 ], [ -110.36061035141425, 40.796331740245456 ], [ -110.36080713944983, 40.796206711889269 ], [ -110.36122377206543, 40.796024345368991 ], [ -110.36150305549086, 40.795949319096955 ], [ -110.36181772523989, 40.795892504820337 ], [ -110.36236387568908, 40.795800935197384 ], [ -110.36267854403218, 40.795744118561025 ], [ -110.36305849014569, 40.795678652945135 ], [ -110.36342078492549, 40.795599575980482 ], [ -110.36364062662659, 40.795542233523193 ], [ -110.36420386391298, 40.795522817226114 ], [ -110.36463126262987, 40.795453103645364 ], [ -110.3649701915713, 40.795337859230507 ], [ -110.36532609966682, 40.795182169057881 ], [ -110.36551293679584, 40.794980505826359 ], [ -110.36567002681504, 40.794666072768578 ], [ -110.36590923551599, 40.793943105791513 ], [ -110.3660420387247, 40.793564578483604 ], [ -110.36625357352585, 40.793133333400597 ], [ -110.36640412983925, 40.792881922717022 ], [ -110.36658363160413, 40.79270273858036 ], [ -110.36677494218247, 40.792528123203148 ], [ -110.36705523137969, 40.792344987131564 ], [ -110.36721605317975, 40.792260288594086 ], [ -110.36779380595134, 40.791957167077143 ], [ -110.36816861062731, 40.79180607577208 ], [ -110.36859065263482, 40.791673258704343 ], [ -110.36920361023127, 40.791406356651301 ], [ -110.36970328429983, 40.791210900463454 ], [ -110.37014369389365, 40.791015118617096 ], [ -110.37058473889445, 40.790751774897309 ], [ -110.3706979732963, 40.790684828855042 ], [ -110.37098408512166, 40.790510723387364 ], [ -110.37137661034239, 40.790364222435478 ], [ -110.37165006013602, 40.79027562694943 ], [ -110.37222887607979, 40.789981497326892 ], [ -110.37249605994793, 40.789802780853499 ], [ -110.37266956863283, 40.78962805875986 ], [ -110.37282072704298, 40.789435197942325 ], [ -110.37288015802346, 40.789291385127584 ], [ -110.37292350442002, 40.78909343393277 ], [ -110.37325468506759, 40.788536706846259 ], [ -110.37339220950835, 40.788406830617006 ], [ -110.37346391332167, 40.788344160534116 ], [ -110.37357125715643, 40.788272675401487 ], [ -110.3738448985608, 40.788162455321562 ], [ -110.37436714777215, 40.788083310794129 ], [ -110.37460397251967, 40.788107115809595 ], [ -110.37491732738853, 40.788185385883587 ], [ -110.3751000172569, 40.788294477282683 ], [ -110.37522323734942, 40.788425767638785 ], [ -110.37548233265727, 40.788602835780239 ], [ -110.37561215505748, 40.788662093523357 ], [ -110.37571251662544, 40.788703174753053 ], [ -110.37590756718619, 40.788758280798106 ], [ -110.37597859440532, 40.788767673419471 ], [ -110.3762218117933, 40.78874196298829 ], [ -110.3764538511986, 40.788644123713048 ], [ -110.3766623125036, 40.788532643865352 ], [ -110.37688863511902, 40.78841225159875 ], [ -110.37717531029796, 40.788175074260074 ], [ -110.37733026752792, 40.788081321374229 ], [ -110.37755654535405, 40.787965431787498 ], [ -110.37793697943552, 40.787841364406255 ], [ -110.37822865006056, 40.787703304768812 ], [ -110.37859819536757, 40.787475578850056 ], [ -110.37875352675663, 40.787341287828283 ], [ -110.37896244173298, 40.787180259510954 ], [ -110.37916433927309, 40.787136303477801 ], [ -110.37941355923613, 40.787101610098851 ], [ -110.37964470809753, 40.787098348760431 ], [ -110.37986980542577, 40.787108567178727 ], [ -110.38011314100225, 40.787069336416771 ], [ -110.38056379607845, 40.78704022673822 ], [ -110.38097255184874, 40.787055933007515 ], [ -110.38112073908272, 40.78705222362742 ], [ -110.38137563279541, 40.787044581921663 ], [ -110.38199784353804, 40.787047915970078 ], [ -110.38228342619688, 40.787053949357691 ], [ -110.38234149086681, 40.787055161025521 ], [ -110.38241256730311, 40.787059144853664 ], [ -110.38272075158717, 40.787056289627856 ], [ -110.3831535030823, 40.78704058679957 ], [ -110.38355053289152, 40.787042708510256 ], [ -110.38400043729416, 40.78709465785407 ], [ -110.3844554157974, 40.787110598530113 ], [ -110.3848000078894, 40.787143965940885 ], [ -110.38511967029963, 40.787181703732053 ], [ -110.3853917602884, 40.787237204254581 ], [ -110.38561174483164, 40.78728792247059 ], [ -110.38591799813932, 40.787366124884784 ], [ -110.38623733052948, 40.787439891806571 ], [ -110.38651597015469, 40.787427860800619 ], [ -110.38685357824498, 40.787447672207129 ], [ -110.38710180171344, 40.787521058870006 ], [ -110.38730315693053, 40.787535640930265 ], [ -110.38749266050431, 40.787550159730316 ], [ -110.38801998008205, 40.787561966078506 ], [ -110.38831022370944, 40.787577017768662 ], [ -110.38850532298162, 40.787627598551445 ], [ -110.38877759115582, 40.787664174197232 ], [ -110.38913889646757, 40.787685005289667 ], [ -110.38952959220379, 40.787732115380699 ], [ -110.38964811817917, 40.787731841524433 ], [ -110.38978444655275, 40.78772895914215 ], [ -110.38997485804745, 40.787644385213028 ], [ -110.39031963832332, 40.787528196104923 ], [ -110.3908415181869, 40.787486810688364 ], [ -110.39119163790974, 40.787434607480662 ], [ -110.39144117376959, 40.787364756643782 ], [ -110.3916316725804, 40.78727027108318 ], [ -110.39192323058592, 40.787141184659816 ], [ -110.39220141637799, 40.787178684262635 ], [ -110.39269264563822, 40.787248834382154 ], [ -110.39306523586349, 40.787331871202639 ], [ -110.39333729231974, 40.787391857072215 ], [ -110.39361486542843, 40.787496913776693 ], [ -110.39381511628135, 40.787633093382176 ], [ -110.39391454584533, 40.787777751622066 ], [ -110.39412006905982, 40.787986026359469 ], [ -110.39441554641216, 40.788077662396901 ], [ -110.39491757360436, 40.788264970170225 ], [ -110.39523659365109, 40.788374744547042 ], [ -110.39544866154215, 40.788515487488176 ], [ -110.395808961361, 40.788647997785255 ], [ -110.39596851372752, 40.788698379824758 ], [ -110.39617130262813, 40.788555305240742 ], [ -110.39619034528285, 40.788415773195695 ], [ -110.39623247756833, 40.788213302483193 ], [ -110.39624673845535, 40.78807824964867 ], [ -110.39632667146142, 40.787758866199987 ], [ -110.39647799954078, 40.787408326367355 ], [ -110.39680583763452, 40.787198340854751 ], [ -110.39698998705894, 40.787149756581726 ], [ -110.39732297442467, 40.787025377232943 ], [ -110.39742412070032, 40.786980862968697 ], [ -110.39775151426967, 40.786819518319035 ], [ -110.39801301475332, 40.786736202940503 ], [ -110.39830407041354, 40.786661148731739 ], [ -110.39859610741902, 40.786608620150602 ], [ -110.39892145024166, 40.786542751574224 ], [ -110.39917723350926, 40.78643598166704 ], [ -110.39944563844023, 40.786243696124778 ], [ -110.39961318241706, 40.786064397964779 ], [ -110.39976883347006, 40.785889541942716 ], [ -110.39984688170097, 40.78577734163008 ], [ -110.40002087608828, 40.785539521146738 ], [ -110.40012863300117, 40.785418466598294 ], [ -110.40026005172875, 40.785302039178795 ], [ -110.4004801930592, 40.785204089600363 ], [ -110.40071738196055, 40.78518730465801 ], [ -110.4009073677551, 40.785147752913858 ], [ -110.40130471118486, 40.785113781130669 ], [ -110.40186293618002, 40.784981548483422 ], [ -110.40211229842997, 40.784928789757757 ], [ -110.40229042331481, 40.784890075126377 ], [ -110.40274787643527, 40.784760919568747 ], [ -110.40313957332687, 40.784695382469984 ], [ -110.40359080777314, 40.784598622009838 ], [ -110.40422053388735, 40.78442170493684 ], [ -110.40459469193513, 40.78432904681933 ], [ -110.40496808516681, 40.784321964337956 ], [ -110.40557810074887, 40.784361142318417 ], [ -110.40574381693254, 40.78438451710889 ], [ -110.4060278848979, 40.784426517931642 ], [ -110.40628152725917, 40.784291794815317 ], [ -110.40654561815474, 40.784181447837092 ], [ -110.40702615175418, 40.784120858619154 ], [ -110.40737548098984, 40.78415418295981 ], [ -110.40755877396944, 40.78420016667625 ], [ -110.40774783275474, 40.784264196705699 ], [ -110.40796067431593, 40.784319339942364 ], [ -110.40838111236792, 40.784353026049743 ], [ -110.40897943894896, 40.784374109110544 ], [ -110.40939439119926, 40.784358216647732 ], [ -110.40960885832773, 40.784363818383881 ], [ -110.40989230176842, 40.784342746960085 ], [ -110.41011170067621, 40.784326752567438 ], [ -110.41019589209711, 40.784321777816906 ], [ -110.41030737316142, 40.784313339063182 ], [ -110.41044370190745, 40.784309531406507 ], [ -110.41080058255257, 40.784293337177445 ], [ -110.4110008281711, 40.784298863710347 ], [ -110.4112122885943, 40.784376515169598 ], [ -110.41146724124607, 40.784494926347193 ], [ -110.41182783002489, 40.78459585843504 ], [ -110.41207607104795, 40.784669191526355 ], [ -110.41231250103597, 40.784737959678772 ], [ -110.4124240164853, 40.784860142392091 ], [ -110.41255887782043, 40.785022982122079 ], [ -110.41272888922221, 40.78523194396314 ], [ -110.41289326950299, 40.785407545429038 ], [ -110.41311523458447, 40.785773518995065 ], [ -110.41339871883682, 40.785883062494975 ], [ -110.41359967922433, 40.785942639185187 ], [ -110.41387795203902, 40.785971078484373 ], [ -110.4142034728588, 40.786017773988085 ], [ -110.41458647194565, 40.786267451535394 ], [ -110.41481560064437, 40.786493826332446 ], [ -110.41493229836144, 40.786701613662842 ], [ -110.41509612689357, 40.786941169538387 ], [ -110.41521725069465, 40.787320140555558 ], [ -110.41538624924372, 40.787646203820373 ], [ -110.41556229684885, 40.787844381798763 ], [ -110.41582698991014, 40.788070934663189 ], [ -110.41590229068382, 40.788269502884248 ], [ -110.41600065656911, 40.788541156644008 ], [ -110.41621368442355, 40.788577367743343 ], [ -110.41649864450947, 40.788520253802716 ], [ -110.41687830160511, 40.788477130492389 ], [ -110.41732765263649, 40.788596510898202 ], [ -110.41799575622561, 40.788775548352596 ], [ -110.41844460047419, 40.788953477109409 ], [ -110.41897048568494, 40.789131792070144 ], [ -110.4195610897328, 40.789364481203719 ], [ -110.42015731056972, 40.789633229537891 ], [ -110.42058700714136, 40.789833574985082 ], [ -110.42103112461839, 40.790011469937475 ], [ -110.42144969009524, 40.790265807314761 ], [ -110.42183320965235, 40.790461412328895 ], [ -110.4223284701375, 40.790756669012779 ], [ -110.42295946091603, 40.791119265292231 ], [ -110.42320114203802, 40.791270014712261 ], [ -110.4234306288883, 40.791460340085507 ], [ -110.42374858276925, 40.791700653572327 ], [ -110.42395432856476, 40.791895363579314 ], [ -110.42411363799113, 40.791977235250812 ], [ -110.42430304619838, 40.792005205888778 ], [ -110.42455838278178, 40.791947924289403 ], [ -110.42466017960902, 40.791826817180407 ], [ -110.42478084328756, 40.79157968505659 ], [ -110.42479901078335, 40.791534733128692 ], [ -110.42486668702767, 40.791246798509349 ], [ -110.42499374135204, 40.79094564699168 ], [ -110.42512048374, 40.79068052776168 ], [ -110.42537783367402, 40.790389033353236 ], [ -110.42570047749643, 40.790085251437993 ], [ -110.42607042640149, 40.789793414946971 ], [ -110.42644547652849, 40.789597092725096 ], [ -110.42668976342541, 40.789445162171639 ], [ -110.42696960560147, 40.789293407667763 ], [ -110.42716621083528, 40.789172769056393 ], [ -110.42726912093472, 40.788921041806461 ], [ -110.42739534738385, 40.788714472674293 ], [ -110.42746608674844, 40.788620234395353 ], [ -110.42773699691756, 40.78826574234192 ], [ -110.42792418098495, 40.787861287792303 ], [ -110.42798207506215, 40.787330072988922 ], [ -110.42812788987825, 40.786911900195754 ], [ -110.42830952812186, 40.786462374896267 ], [ -110.42844286951579, 40.786116207899639 ], [ -110.42859329186811, 40.785851201882593 ], [ -110.42866701437023, 40.785684909518238 ], [ -110.42879192934112, 40.78549184499478 ], [ -110.4290121457427, 40.785380328518194 ], [ -110.42923805575268, 40.785295865307326 ], [ -110.42943487633909, 40.785148198256934 ], [ -110.42947208797651, 40.784954699289699 ], [ -110.42944639131214, 40.784495138225637 ], [ -110.42956248546203, 40.784085824945386 ], [ -110.42965418232667, 40.783757467538784 ], [ -110.429781470073, 40.783424781660088 ], [ -110.42983222554656, 40.783033162164472 ], [ -110.42988180300505, 40.782640635947672 ], [ -110.42996266868958, 40.782331142574435 ], [ -110.43007244533815, 40.78196683998133 ], [ -110.4303676777739, 40.781396257031751 ], [ -110.4305420138173, 40.781104340723289 ], [ -110.43077036828902, 40.780731613962779 ], [ -110.43103504050281, 40.780268980621187 ], [ -110.43121571849788, 40.779927547648889 ], [ -110.43148527273105, 40.779586552263567 ], [ -110.43162962764748, 40.779335024830431 ], [ -110.43174370313159, 40.779159920514736 ], [ -110.43203687536148, 40.77882804860657 ], [ -110.43231215429637, 40.778509600686817 ], [ -110.43249090430682, 40.778393369128814 ], [ -110.43278223044372, 40.778277690695539 ], [ -110.43300188013039, 40.778229223274785 ], [ -110.43345279911765, 40.77815936978697 ], [ -110.43387428298843, 40.778066848829937 ], [ -110.43430161435387, 40.777983363517045 ], [ -110.43468716377718, 40.777935706030966 ], [ -110.43491863057665, 40.777890896252494 ], [ -110.43531590710938, 40.777857707723356 ], [ -110.4356299732831, 40.77785473987803 ], [ -110.43607401742943, 40.777896548186618 ], [ -110.43647091283968, 40.777908396428842 ], [ -110.43680806507497, 40.777837974194902 ], [ -110.4371232781285, 40.777839512143323 ], [ -110.43769850249438, 40.777783761089935 ], [ -110.43789965058177, 40.777820775144583 ], [ -110.43826616940683, 40.77792165361862 ], [ -110.43836666792345, 40.777949168350183 ], [ -110.43840708130735, 40.778075484347788 ], [ -110.4384295299143, 40.778224234211912 ], [ -110.43850971265459, 40.778553435436798 ], [ -110.43882875957605, 40.778663089646628 ], [ -110.4392656286564, 40.778854392244945 ], [ -110.43964374063083, 40.778986852495613 ], [ -110.43982100360607, 40.779046268518279 ], [ -110.44007465119441, 40.779182627354238 ], [ -110.44045880523767, 40.779301601467949 ], [ -110.44080174865617, 40.779388844785437 ], [ -110.44144019876541, 40.779567603023466 ], [ -110.44211412835699, 40.779755537781021 ], [ -110.44272243231495, 40.779997202822479 ], [ -110.44310070821052, 40.780111635492553 ], [ -110.44347842152885, 40.780293628110762 ], [ -110.44366630188351, 40.780501730007906 ], [ -110.44406051808674, 40.780836945107552 ], [ -110.44430682944994, 40.78114442114429 ], [ -110.44435925685588, 40.781252775825692 ], [ -110.44452449175236, 40.781334647996822 ], [ -110.44481423511121, 40.781408110507684 ], [ -110.44486292824942, 40.781395732840942 ], [ -110.4451348429746, 40.781333080143156 ], [ -110.44539627135633, 40.781248755959346 ], [ -110.44561014639011, 40.781182219771445 ], [ -110.4458049849837, 40.781124600283079 ], [ -110.44651045771994, 40.781227980762196 ], [ -110.44703733739898, 40.781288161231046 ], [ -110.44744003889755, 40.781317115782521 ], [ -110.44779515120972, 40.781368362508459 ], [ -110.44826273461882, 40.781433658729512 ], [ -110.44838113059629, 40.781447737529945 ], [ -110.44865932596342, 40.781485101111599 ], [ -110.44918098385037, 40.781460566763364 ], [ -110.44948317882938, 40.781462008835803 ], [ -110.45002734897918, 40.781581714372734 ], [ -110.45050663850931, 40.781665074334221 ], [ -110.45091556607393, 40.781658012329039 ], [ -110.4512120219843, 40.781636901267518 ], [ -110.45159817383805, 40.781517122026095 ], [ -110.45186511302089, 40.781482356226697 ], [ -110.45225615218285, 40.781488717276581 ], [ -110.4526291564078, 40.781526521276596 ], [ -110.45276533712159, 40.781539779087169 ], [ -110.45284231560363, 40.781546450076256 ], [ -110.45316844179604, 40.781520069553778 ], [ -110.45345326716699, 40.781471872054901 ], [ -110.45406895033528, 40.781398214032578 ], [ -110.45431826459956, 40.781489478462134 ], [ -110.45493159733225, 40.781848213711882 ], [ -110.45523232969093, 40.782028903374439 ], [ -110.45542090660575, 40.782156813600537 ], [ -110.45579859199661, 40.782347774288482 ], [ -110.45604606567277, 40.782520102975624 ], [ -110.45648886209811, 40.782720376822311 ], [ -110.45690155659044, 40.782979062672275 ], [ -110.45700093341233, 40.783146187938797 ], [ -110.45719477804953, 40.783210159557171 ], [ -110.4574223071953, 40.783067093304176 ], [ -110.45756609592942, 40.782874086135855 ], [ -110.45778576696468, 40.782676931098401 ], [ -110.45787707987088, 40.782524215283225 ], [ -110.45816957488722, 40.782115701370508 ], [ -110.45849962320729, 40.781752405515014 ], [ -110.45882760546716, 40.781497201259221 ], [ -110.45942917525103, 40.781117158683571 ], [ -110.45981106281032, 40.780790135915105 ], [ -110.46018687544941, 40.780481100487705 ], [ -110.46058613069778, 40.780203703231876 ], [ -110.4608306337114, 40.78001116261283 ], [ -110.46094965822348, 40.779800919193811 ], [ -110.4609757531085, 40.779651499573212 ], [ -110.46098404494705, 40.779358761232736 ], [ -110.46109321054124, 40.779048476950393 ], [ -110.46119532173286, 40.778877791768274 ], [ -110.46132091472123, 40.778734241685747 ], [ -110.46147078976171, 40.778518736567449 ], [ -110.46134745327359, 40.778383033018983 ], [ -110.46122422645963, 40.778233817057441 ], [ -110.46116068797218, 40.778030828520215 ], [ -110.46110325694009, 40.777805347143051 ], [ -110.46106400187685, 40.777530403710728 ], [ -110.46113263512629, 40.777102819109331 ], [ -110.46128338029986, 40.776779215878079 ], [ -110.46139799220626, 40.776527512030484 ], [ -110.4616089295597, 40.776087078358742 ], [ -110.46178289711524, 40.775822138204546 ], [ -110.46203239705007, 40.775742224810173 ], [ -110.46231730047083, 40.775680492898978 ], [ -110.46270321673279, 40.775583196513594 ], [ -110.46294082866604, 40.775507730063573 ], [ -110.46333253404313, 40.775279834791633 ], [ -110.46377429509462, 40.775016136648986 ], [ -110.46430561220906, 40.774667271489868 ], [ -110.4649588295471, 40.774336986165139 ], [ -110.46540499281841, 40.774113840532472 ], [ -110.46585718606835, 40.773877208269198 ], [ -110.46653592027643, 40.773465955228978 ], [ -110.46710132180336, 40.773148764495453 ], [ -110.46765479677984, 40.772840524486071 ], [ -110.46819006184026, 40.772586249106894 ], [ -110.46892097808328, 40.772314854706593 ], [ -110.46954298930468, 40.772326724074169 ], [ -110.46979799774246, 40.772296366086522 ], [ -110.46983950572694, 40.772292052514771 ], [ -110.4701360218489, 40.772257380191348 ], [ -110.47064664515779, 40.772120091230356 ], [ -110.4711985241243, 40.772010014672716 ], [ -110.47183305986034, 40.771936347959063 ], [ -110.4722247228557, 40.771857062990492 ], [ -110.47261585072694, 40.771845338292735 ], [ -110.47295277478129, 40.771945070621832 ], [ -110.47346692519508, 40.772110472203508 ], [ -110.47399889460318, 40.772270547590615 ], [ -110.47443554038966, 40.772497750482209 ], [ -110.4745685282348, 40.772764107960995 ], [ -110.47471630390892, 40.772958464281288 ], [ -110.47516491234022, 40.773172206040911 ], [ -110.47548434918907, 40.773236718141661 ], [ -110.47584433917322, 40.773418524554266 ], [ -110.47635220156896, 40.773632530811049 ], [ -110.47694996275376, 40.773716318533012 ], [ -110.47720920335372, 40.773902168263895 ], [ -110.47751037746578, 40.774029651782762 ], [ -110.47782946810463, 40.774139198511207 ], [ -110.4783796966361, 40.774240780815731 ], [ -110.47896540522116, 40.774351529233208 ], [ -110.47979392715592, 40.774476882304 ], [ -110.48046696856896, 40.774786204565679 ], [ -110.48096889647917, 40.775004668043998 ], [ -110.4814392070826, 40.775479730545271 ], [ -110.48173864636495, 40.775832408613212 ], [ -110.48180319054731, 40.775913775283158 ], [ -110.48212678823755, 40.776208005326637 ], [ -110.48226786824117, 40.776352774918365 ], [ -110.48273307609252, 40.776724211028217 ], [ -110.48327980872752, 40.777280685259328 ], [ -110.48348533660005, 40.777520331503069 ], [ -110.48382585318164, 40.777927239109928 ], [ -110.484379156806, 40.778402660650457 ], [ -110.48478475601004, 40.778823368962563 ], [ -110.48510214269486, 40.779158101216389 ], [ -110.4855915385921, 40.779471078152255 ], [ -110.48593381414022, 40.77965277402194 ], [ -110.48628295899368, 40.77986602930973 ], [ -110.48686727465393, 40.780165910537406 ], [ -110.48711401731933, 40.780288622609447 ], [ -110.48724652932204, 40.780163092070531 ], [ -110.48755653434172, 40.779764490381559 ], [ -110.48771271624517, 40.779488621934604 ], [ -110.4879517255393, 40.779229336173685 ], [ -110.48827271514084, 40.778942487022029 ], [ -110.48854928552917, 40.778575264158818 ], [ -110.48898122046865, 40.777882619796678 ], [ -110.48926873052814, 40.777478508581346 ], [ -110.48967439321505, 40.777119961856023 ], [ -110.48992017953411, 40.776747194306985 ], [ -110.49016034802126, 40.776333862972507 ], [ -110.49042979404582, 40.775965703074405 ], [ -110.49045303152836, 40.775871216041629 ], [ -110.49049086729292, 40.775727246501461 ], [ -110.4906066059288, 40.775313364709397 ], [ -110.49081625345444, 40.77501610731467 ], [ -110.49125843124496, 40.774527992975813 ], [ -110.49146142048725, 40.774326195530492 ], [ -110.49171218433926, 40.774075061183332 ], [ -110.49190910881204, 40.773891253299041 ], [ -110.49248001083863, 40.773614500706877 ], [ -110.49283648826753, 40.773485444053648 ], [ -110.49314060717825, 40.77322913589979 ], [ -110.49333173055371, 40.773028183841319 ], [ -110.49358820194436, 40.772804096029553 ], [ -110.49386823347236, 40.772598128055783 ], [ -110.49404114160615, 40.772454749581378 ], [ -110.4942260007047, 40.772297910406259 ], [ -110.49458349166912, 40.772033724593449 ], [ -110.49508344235821, 40.771734126867948 ], [ -110.49541658131612, 40.771555413067354 ], [ -110.49569129041282, 40.771268340427817 ], [ -110.4957042292005, 40.77112426024005 ], [ -110.49577753658386, 40.770831802818435 ], [ -110.49587311141936, 40.770728622086764 ], [ -110.49626654917829, 40.770409635854222 ], [ -110.49676214156915, 40.77005686128706 ], [ -110.49706476637729, 40.76983747112412 ], [ -110.49732148447524, 40.769577341735122 ], [ -110.49745872932706, 40.769447315515812 ], [ -110.4975489519704, 40.769267537391663 ], [ -110.49755038368531, 40.769077463238609 ], [ -110.4975692016006, 40.768938813506843 ], [ -110.49780837870334, 40.768647076692048 ], [ -110.49838479702272, 40.768415361287225 ], [ -110.4987886294707, 40.768286491894457 ], [ -110.49912713120813, 40.768178958078295 ], [ -110.49939473014977, 40.768045891778776 ], [ -110.49962709343458, 40.767871232746707 ], [ -110.49988914412198, 40.767687693343348 ], [ -110.50002008452972, 40.767607183737631 ], [ -110.50029384652838, 40.767441711246043 ], [ -110.50047217946833, 40.767361406324 ], [ -110.50070988863405, 40.767263340921332 ], [ -110.50094739493375, 40.767192299807789 ], [ -110.50113025692765, 40.767139939962732 ], [ -110.50136898758008, 40.767063498139322 ], [ -110.50174308447987, 40.766948002703963 ], [ -110.50208245027058, 40.766881903253719 ], [ -110.50229019865628, 40.766828748080009 ], [ -110.50269848475578, 40.766735918366699 ], [ -110.50303699925543, 40.766624769664567 ], [ -110.50330415497291, 40.766549347082112 ], [ -110.50357730123682, 40.766464941093588 ], [ -110.50370914487806, 40.76642136623412 ], [ -110.5039692637917, 40.766336002435146 ], [ -110.50420090623125, 40.766255920844827 ], [ -110.50446203472215, 40.76619398251151 ], [ -110.50487792430513, 40.766033613548991 ], [ -110.50509781672508, 40.765939966905876 ], [ -110.50532369938426, 40.765837336962221 ], [ -110.50559680683699, 40.765757430286619 ], [ -110.50589950049749, 40.765682153915535 ], [ -110.50616019842934, 40.765677864644985 ], [ -110.50641501894418, 40.765667243658662 ], [ -110.50667594994206, 40.765631424271994 ], [ -110.50688365755376, 40.765582764909972 ], [ -110.50709166437078, 40.765493567945761 ], [ -110.50747775701375, 40.76535558370189 ], [ -110.50775066055796, 40.765302696716923 ], [ -110.50822491351562, 40.765259675820921 ], [ -110.5084145149667, 40.765255979327783 ], [ -110.50885904769254, 40.765226342059918 ], [ -110.5090904484931, 40.765177779548424 ], [ -110.50932724292713, 40.765201307966279 ], [ -110.50958773355767, 40.765224936596653 ], [ -110.51007300594071, 40.765294561900753 ], [ -110.51029811843316, 40.765295517339425 ], [ -110.51041666480384, 40.765287011748185 ], [ -110.51057075521642, 40.765278656780524 ], [ -110.51076645239704, 40.765251560023948 ], [ -110.51105721742894, 40.765186128950347 ], [ -110.51129447454494, 40.765146595385929 ], [ -110.51162078917943, 40.765080412568807 ], [ -110.51203632540236, 40.76496505903885 ], [ -110.51224392833088, 40.764929902409776 ], [ -110.51246950046948, 40.764867795642047 ], [ -110.51284909545926, 40.764806338693191 ], [ -110.5132643321444, 40.76473151798244 ], [ -110.51354371094921, 40.764602071836123 ], [ -110.51385869797355, 40.764463766451648 ], [ -110.51413788426564, 40.76436044287054 ], [ -110.51433991441465, 40.764276612776619 ], [ -110.51444677454957, 40.764245532460755 ], [ -110.51496896396384, 40.764126112734054 ], [ -110.51523596552278, 40.764068678934592 ], [ -110.51557984656156, 40.764029584364941 ], [ -110.51578152086709, 40.763994396473485 ], [ -110.51605447778563, 40.763932481483657 ], [ -110.51640506510334, 40.763785309839371 ], [ -110.5168090962069, 40.763620343773702 ], [ -110.5171001156596, 40.763517963398243 ], [ -110.51745063336163, 40.763379796831259 ], [ -110.51774741185149, 40.763299960302021 ], [ -110.5181812835601, 40.763103584130768 ], [ -110.52351246165975, 40.76150417663375 ], [ -110.52393880653472, 40.761528457515816 ], [ -110.52439438493214, 40.76160690869802 ], [ -110.52460689995857, 40.761711382803043 ], [ -110.52510346554546, 40.761857564260417 ], [ -110.52527474070487, 40.761930337446515 ], [ -110.52552853213062, 40.762062005330378 ], [ -110.5258591412818, 40.762221013974056 ], [ -110.52625472157737, 40.762407314087255 ], [ -110.5265972456685, 40.76255736095645 ], [ -110.52739264947505, 40.763168699092581 ], [ -110.52754574434543, 40.763299950116092 ], [ -110.52767392770795, 40.763435603264078 ], [ -110.52794604227816, 40.763658327296497 ], [ -110.52809882714874, 40.763833718271798 ], [ -110.52845158699168, 40.764213519831557 ], [ -110.5286745326944, 40.764520721700315 ], [ -110.52878017777755, 40.764660785829243 ], [ -110.52893821689406, 40.764931687880775 ], [ -110.52909064483335, 40.765158424857084 ], [ -110.52929000212261, 40.765451115543577 ], [ -110.52963583695423, 40.765975022123378 ], [ -110.52980633401391, 40.766160392387064 ], [ -110.52995918658991, 40.766327673410601 ], [ -110.53009448960496, 40.766463352812067 ], [ -110.5306241693666, 40.766961879964413 ], [ -110.53072989208243, 40.76709203316166 ], [ -110.53094154777051, 40.767322611869652 ], [ -110.5312836962527, 40.767531198855849 ], [ -110.53139533906629, 40.76766227633388 ], [ -110.53174309880592, 40.767915927524392 ], [ -110.53192573966336, 40.768060805373672 ], [ -110.53210163560917, 40.768322766831204 ], [ -110.53232480121054, 40.768602936694244 ], [ -110.53254806336977, 40.768869593671106 ], [ -110.53278799626416, 40.76929396742986 ], [ -110.53290509626514, 40.769492629676805 ], [ -110.53297448621886, 40.769736141508425 ], [ -110.53300836781911, 40.769974104473285 ], [ -110.53308285704892, 40.770335648918874 ], [ -110.53315231154956, 40.770570152317433 ], [ -110.53319252218478, 40.770750486054816 ], [ -110.53351607113112, 40.771080606567352 ], [ -110.53380549247134, 40.771207895855085 ], [ -110.5340657954891, 40.771262998430714 ], [ -110.53426647585384, 40.771371911132292 ], [ -110.53455028962891, 40.771454133154307 ], [ -110.53475150546399, 40.771486474471267 ], [ -110.53504146471221, 40.771537190125628 ], [ -110.53534308532868, 40.771614977663987 ], [ -110.53566282538289, 40.77164329028092 ], [ -110.53578737361822, 40.771624873388681 ], [ -110.53588817325793, 40.771613567697464 ], [ -110.53620209543905, 40.771626540882764 ], [ -110.53646835176231, 40.771678058544737 ], [ -110.53681805971237, 40.771656941286771 ], [ -110.53724528723114, 40.771564065416072 ], [ -110.53743375176553, 40.771555812435643 ], [ -110.53788561140729, 40.7714990671344 ], [ -110.53814641802943, 40.771482094097479 ], [ -110.53838938842503, 40.771474057680976 ], [ -110.53889319622324, 40.771444541873734 ], [ -110.53933217538844, 40.771365218053063 ], [ -110.53965818256958, 40.771343997571641 ], [ -110.54004324893064, 40.771350037236402 ], [ -110.54063483803546, 40.771478513353436 ], [ -110.54087743612045, 40.771524521540115 ], [ -110.5415277790984, 40.771725295244778 ], [ -110.54177605577991, 40.771807358317318 ], [ -110.54244455513292, 40.771953246767602 ], [ -110.54268085482047, 40.772054178367533 ], [ -110.54294696366655, 40.77212820188609 ], [ -110.54317167456509, 40.772191250657492 ], [ -110.54370501667674, 40.772175343590824 ], [ -110.54424317522302, 40.772321607043644 ], [ -110.54454450275985, 40.772444412149916 ], [ -110.5448278729165, 40.772594171300995 ], [ -110.54522952345776, 40.772775925863236 ], [ -110.54577837405586, 40.773093386786513 ], [ -110.5461153483688, 40.773202815255033 ], [ -110.54658190291028, 40.773425358840321 ], [ -110.54680585040461, 40.773601905286831 ], [ -110.54691680792958, 40.773665400838475 ], [ -110.54703128995156, 40.773733414393121 ], [ -110.54707185384157, 40.77369303512269 ], [ -110.54714939602141, 40.773616766743665 ], [ -110.54729919709688, 40.773369619301576 ], [ -110.5475913741283, 40.773096004237459 ], [ -110.54776963544386, 40.773020130236105 ], [ -110.54788376248419, 40.772790859308664 ], [ -110.54792673139001, 40.772570318080888 ], [ -110.54813794042444, 40.772003606359512 ], [ -110.54819259854955, 40.771806533012622 ], [ -110.5482834567663, 40.771513209793049 ], [ -110.54848705787565, 40.771194202834401 ], [ -110.54880304050437, 40.770902660603561 ], [ -110.54891105302551, 40.770700390330482 ], [ -110.54898363966026, 40.770479964389047 ], [ -110.54903268012072, 40.770236924989121 ], [ -110.54907005398346, 40.769966814298222 ], [ -110.54913267794731, 40.769467083990328 ], [ -110.54919323103796, 40.769273636530521 ], [ -110.54925973859012, 40.769075708009098 ], [ -110.54940447948894, 40.768697913733206 ], [ -110.54954967495307, 40.768252556818204 ], [ -110.54970644335859, 40.767847783366442 ], [ -110.54979117666502, 40.767582361385649 ], [ -110.54994125810124, 40.767290168506662 ], [ -110.55013842806065, 40.767043201794856 ], [ -110.55037873546267, 40.766548667314268 ], [ -110.55062982561789, 40.766211824146389 ], [ -110.55082583532023, 40.765960347406164 ], [ -110.55100625903744, 40.765735835377789 ], [ -110.55109599926166, 40.765605560289195 ], [ -110.55138879283498, 40.765232843351349 ], [ -110.55154372624658, 40.765098317020446 ], [ -110.55178827581757, 40.764851531480907 ], [ -110.5520622318227, 40.764636389535312 ], [ -110.55225905352565, 40.764438964833417 ], [ -110.55236072812953, 40.764295222176152 ], [ -110.55247999285959, 40.764178573339436 ], [ -110.55283071345723, 40.763999761457619 ], [ -110.55306253139098, 40.763883548066723 ], [ -110.55341315843795, 40.763718246891877 ], [ -110.55368084922178, 40.763552623932348 ], [ -110.55384747127604, 40.763440661083649 ], [ -110.55412138474983, 40.763230018300668 ], [ -110.55459141493641, 40.762925541939737 ], [ -110.55483522400657, 40.762786849809942 ], [ -110.55512058887471, 40.762634804503058 ], [ -110.55531069130711, 40.762554460025527 ], [ -110.55560164789814, 40.762451982205874 ], [ -110.55584515331354, 40.762358329611992 ], [ -110.55613136921224, 40.762255832206144 ], [ -110.5564274216009, 40.762099320465417 ], [ -110.55674835237352, 40.76194290351269 ], [ -110.5570872920614, 40.761750520488128 ], [ -110.55742619992272, 40.76156264062331 ], [ -110.55765785212819, 40.761468938726587 ], [ -110.55791477120319, 40.761316777428107 ], [ -110.55818146525226, 40.761119610107095 ], [ -110.55841939624118, 40.760971879266087 ], [ -110.55871694999067, 40.760765820189746 ], [ -110.5589183008461, 40.760595426997085 ], [ -110.55906236720345, 40.760487874619642 ], [ -110.55937170454239, 40.760290867427415 ], [ -110.55955649595634, 40.760115905591157 ], [ -110.55963993160668, 40.760039651090892 ], [ -110.55984871301607, 40.759819737433126 ], [ -110.55998007108542, 40.759662588255956 ], [ -110.56009887183755, 40.759433322450391 ], [ -110.56018423290199, 40.759244467677249 ], [ -110.56038767998329, 40.758934446908576 ], [ -110.56050010956793, 40.758772720720174 ], [ -110.56069111378467, 40.75855273778167 ], [ -110.56079361979721, 40.758458537855901 ], [ -110.56103153550991, 40.758310801482857 ], [ -110.56127937202359, 40.758275709558227 ], [ -110.56151201454033, 40.758209029349416 ], [ -110.56167265712861, 40.758101536634541 ], [ -110.56180356385235, 40.758011947952703 ], [ -110.56200572842543, 40.757895603834953 ], [ -110.56256323661806, 40.757789615328299 ], [ -110.56279439640313, 40.757767969802259 ], [ -110.56307892550706, 40.757737517290415 ], [ -110.56331594938926, 40.757724901498698 ], [ -110.56360027189666, 40.75772597694786 ], [ -110.56380773760716, 40.757704239795082 ], [ -110.56405678455855, 40.757664642182142 ], [ -110.56442995755251, 40.757666051168435 ], [ -110.56473829653811, 40.757617667261144 ], [ -110.56479758905708, 40.757608882281829 ], [ -110.56505326302243, 40.757461204543191 ], [ -110.56511932994229, 40.757321820511805 ], [ -110.56535787747295, 40.757074983163371 ], [ -110.56553032848312, 40.756972033806534 ], [ -110.56573207310419, 40.756918741615813 ], [ -110.56582104005911, 40.756901059181779 ], [ -110.56603433795684, 40.756892852831456 ], [ -110.56636000314805, 40.756912094087546 ], [ -110.56661453022222, 40.756940075895173 ], [ -110.56690456820961, 40.756972694696699 ], [ -110.56722436915889, 40.756982902926353 ], [ -110.56739611631957, 40.756988051115144 ], [ -110.56770459597375, 40.756917138343113 ], [ -110.56789490040197, 40.756800739443868 ], [ -110.56802576711171, 40.756715647810687 ], [ -110.56832301010373, 40.756550101207871 ], [ -110.56860811392481, 40.756429551372072 ], [ -110.56880381481093, 40.756394248375791 ], [ -110.56903502601767, 40.756363581944775 ], [ -110.56942601409962, 40.756356933565115 ], [ -110.56995284255204, 40.756412048471866 ], [ -110.57016570328402, 40.756471397224622 ], [ -110.57042621161644, 40.756490384321047 ], [ -110.57066288787823, 40.756530902774308 ], [ -110.57094121858054, 40.756541847282612 ], [ -110.57112348212675, 40.756569550476257 ], [ -110.57146795724925, 40.756611368673369 ], [ -110.57154487330472, 40.756625167116695 ], [ -110.57178189178494, 40.7566125339076 ], [ -110.57198909150301, 40.756631319670966 ], [ -110.57225514900155, 40.756708879007448 ], [ -110.57239650016314, 40.756835522961708 ], [ -110.57244392130072, 40.7568302934991 ], [ -110.57256841473435, 40.756814539183843 ], [ -110.5728663761676, 40.756720151333553 ], [ -110.57314370202751, 40.756703160205248 ], [ -110.57345258174048, 40.756753849405982 ], [ -110.57356388235235, 40.756763269288598 ], [ -110.57379552422451, 40.756665030539253 ], [ -110.57399148190842, 40.756589181068499 ], [ -110.57424759805224, 40.756554091828001 ], [ -110.57456647206126, 40.75652373766669 ], [ -110.5748033174757, 40.75653812336342 ], [ -110.57505796728465, 40.756547168980553 ], [ -110.57526556337247, 40.756503791095284 ], [ -110.57542086810111, 40.75648634537017 ], [ -110.57587589090247, 40.756470001251181 ], [ -110.57604697940295, 40.756578732857719 ], [ -110.57600524154901, 40.756808298408714 ], [ -110.57599092244804, 40.757010938923003 ], [ -110.5762809941276, 40.757039029998055 ], [ -110.57661258657151, 40.757058264087661 ], [ -110.57689667827819, 40.757095340260882 ], [ -110.57707999354078, 40.757144658504536 ], [ -110.57742351331289, 40.757151321955121 ], [ -110.57750601240915, 40.757219188366257 ], [ -110.5776474316767, 40.757336817558794 ], [ -110.57778292806987, 40.757454424908403 ], [ -110.57812560667719, 40.757594410214978 ], [ -110.5782676483735, 40.757613847370045 ], [ -110.57842159953239, 40.757623418413594 ], [ -110.57859258138085, 40.757750163008744 ], [ -110.57879836517549, 40.757994145932315 ], [ -110.57903481900019, 40.758071581593114 ], [ -110.57920620079454, 40.758135266659089 ], [ -110.57936491267972, 40.758329529726353 ], [ -110.57954690091775, 40.758402261522775 ], [ -110.57992021437089, 40.758570279692258 ], [ -110.58018657232064, 40.758602778927226 ], [ -110.58040999345626, 40.758869344559663 ], [ -110.58052634440205, 40.759018409092164 ], [ -110.5806445897318, 40.759243152462531 ], [ -110.58090975695785, 40.759465726742683 ], [ -110.58096777624931, 40.759659621880871 ], [ -110.58116226457609, 40.759817978010595 ], [ -110.58137427030324, 40.760016935958092 ], [ -110.5815509615377, 40.760179731158274 ], [ -110.58171594754455, 40.760319962214361 ], [ -110.58188680143962, 40.760469222869354 ], [ -110.58198073321358, 40.760604691810656 ], [ -110.58210436833289, 40.760726755364601 ], [ -110.58227389840998, 40.760898532089932 ], [ -110.58252827970232, 40.761142684148737 ], [ -110.58267532996277, 40.761309874667127 ], [ -110.58268650130685, 40.761418017990707 ], [ -110.58264456189519, 40.761493538380563 ], [ -110.58250709849499, 40.761687626449699 ], [ -110.58249392634534, 40.761899280349418 ], [ -110.58255237500816, 40.762025611849502 ], [ -110.5826405837294, 40.762129529504222 ], [ -110.58281764973479, 40.76223376832818 ], [ -110.58303511333935, 40.762509315779887 ], [ -110.58317599076848, 40.762717021912962 ], [ -110.58340738628749, 40.762659301679939 ], [ -110.58369804785345, 40.762597290494234 ], [ -110.58389948629163, 40.762593512660942 ], [ -110.58427294039568, 40.762554319940648 ], [ -110.58455778907381, 40.762474268495531 ], [ -110.58472994439298, 40.762416332340251 ], [ -110.58496702041074, 40.762397366291189 ], [ -110.58511376862609, 40.762424018805774 ], [ -110.5852273771582, 40.762445146890428 ], [ -110.58544074667216, 40.762427896380956 ], [ -110.58568407080283, 40.762356701560066 ], [ -110.58598054099228, 40.762312722623612 ], [ -110.58653176239132, 40.762265151601298 ], [ -110.58689367233615, 40.762176361862295 ], [ -110.58719620408147, 40.762109880054368 ], [ -110.58755221637293, 40.76201656286166 ], [ -110.58774789608795, 40.761985731995757 ], [ -110.58783077339436, 40.76199503658961 ], [ -110.58805571031144, 40.762022865438702 ], [ -110.58831657922767, 40.761987761989971 ], [ -110.58858337165425, 40.761952679067683 ], [ -110.58883258676731, 40.761886002885198 ], [ -110.58899906284029, 40.761787501515606 ], [ -110.58915272803195, 40.761652919986652 ], [ -110.58947448831786, 40.761541457754035 ], [ -110.58967647730208, 40.761447586006994 ], [ -110.59002655891869, 40.761354240075718 ], [ -110.59040019619471, 40.761283498130695 ], [ -110.59059625939224, 40.761189603735581 ], [ -110.59078052987623, 40.761086658611923 ], [ -110.59093421748197, 40.760947570477839 ], [ -110.5911316844813, 40.76081764582284 ], [ -110.5913991603438, 40.760669951549872 ], [ -110.59160723306559, 40.760549072201336 ], [ -110.5918748170006, 40.760383360038041 ], [ -110.5920177004716, 40.760266753683595 ], [ -110.59230211607107, 40.760060561404366 ], [ -110.59254123553909, 40.759899251410758 ], [ -110.59287576330458, 40.759634678831148 ], [ -110.59315463446899, 40.759365404787701 ], [ -110.59345840964696, 40.759091713492545 ], [ -110.59366781764304, 40.75875012480293 ], [ -110.59391161307894, 40.758597836969798 ], [ -110.59410226053072, 40.758418335956662 ], [ -110.59426452914532, 40.758229726273285 ], [ -110.59445528408449, 40.758032207871935 ], [ -110.59462096800152, 40.757866131135437 ], [ -110.594822719869, 40.75780828380563 ], [ -110.59512536068272, 40.757719260047075 ], [ -110.59546354110321, 40.757630360070316 ], [ -110.59575411520102, 40.757577326703512 ], [ -110.59627610989691, 40.757457537982148 ], [ -110.59675623084655, 40.757405164991674 ], [ -110.59729615563064, 40.757258408536266 ], [ -110.59776448194697, 40.75719698160492 ], [ -110.59815550539656, 40.757184830867146 ], [ -110.59842816986963, 40.75715424986511 ], [ -110.59883125630103, 40.75710610446275 ], [ -110.59931177846373, 40.756986157824755 ], [ -110.59984479870249, 40.757001520021014 ], [ -110.60022356924952, 40.757056884192899 ], [ -110.60055519081197, 40.757072446164173 ], [ -110.60065592020314, 40.7570673895965 ], [ -110.60090462032002, 40.757081762753245 ], [ -110.60117693322604, 40.757109729854768 ], [ -110.60159722285944, 40.75715622440044 ], [ -110.60193006218172, 40.757166381473219 ], [ -110.60252630575383, 40.757308069553815 ], [ -110.60284019118305, 40.757318158724459 ], [ -110.60306511884676, 40.757345958297662 ], [ -110.60328431075153, 40.757342207662056 ], [ -110.60364550327813, 40.757365970126905 ], [ -110.60372838251021, 40.757374362455046 ], [ -110.6038053544228, 40.757380031868557 ], [ -110.60395351925065, 40.757367027525397 ], [ -110.60414317442316, 40.75734966101583 ], [ -110.60451653440624, 40.757319410964747 ], [ -110.60500222496064, 40.757325578562046 ], [ -110.60519177316581, 40.757326227137362 ], [ -110.60533396096174, 40.757322209161948 ], [ -110.60564200341224, 40.75731875785057 ], [ -110.60587304188391, 40.757315042776646 ], [ -110.60605198117193, 40.757306645121972 ], [ -110.60626403819353, 40.757307368765851 ], [ -110.60634697083641, 40.757306750808489 ], [ -110.60653061688377, 40.757303773618162 ], [ -110.60674409746966, 40.757263962588631 ], [ -110.60702249619942, 40.757264910873566 ], [ -110.60702116999323, 40.757490121047717 ], [ -110.60702619157543, 40.757643284130317 ], [ -110.60702523670474, 40.757805435446016 ], [ -110.6071660201424, 40.758040137982462 ], [ -110.6073005895302, 40.758324366419117 ], [ -110.60733557377894, 40.758419075605723 ], [ -110.60738202879031, 40.758577784762792 ], [ -110.60764173561847, 40.758736318220308 ], [ -110.60774764920247, 40.758857393288139 ], [ -110.60794764631675, 40.759096800364084 ], [ -110.60807724993992, 40.759218856454872 ], [ -110.60832527241156, 40.759350322927887 ], [ -110.60857340154807, 40.759463772058652 ], [ -110.60891625607753, 40.759586550267898 ], [ -110.60945435328492, 40.759750526948523 ], [ -110.60969048054521, 40.759890958811376 ], [ -110.60981424429379, 40.759999480314178 ], [ -110.60989638502623, 40.760134886749427 ], [ -110.61009060161528, 40.760351749074673 ], [ -110.61027394549683, 40.760401915560422 ], [ -110.61045707929509, 40.760488115379005 ], [ -110.6107877799536, 40.760664898491903 ], [ -110.61101217090524, 40.760787270889018 ], [ -110.61120697040718, 40.760905038872671 ], [ -110.61141348687039, 40.761045367434278 ], [ -110.61155484318792, 40.761185476326311 ], [ -110.61166652896401, 40.761334493792042 ], [ -110.61177829385782, 40.761469998539617 ], [ -110.6120314386566, 40.761742008120265 ], [ -110.61240349067791, 40.76194054617519 ], [ -110.61267488714365, 40.762130637536139 ], [ -110.61294036132621, 40.76232070839233 ], [ -110.6132357956815, 40.762452323267361 ], [ -110.61351943567868, 40.762574889307572 ], [ -110.61390288435467, 40.762648241407952 ], [ -110.61411693734279, 40.762716521672679 ], [ -110.61440125690179, 40.76272197627079 ], [ -110.61464387530776, 40.762767829545361 ], [ -110.61492206329979, 40.762809296708454 ], [ -110.61522966323639, 40.762886895585204 ], [ -110.61545249566035, 40.763076818474673 ], [ -110.61560115511551, 40.763185416680912 ], [ -110.61576658879018, 40.763261639655241 ], [ -110.61598543147743, 40.763321824676218 ], [ -110.61626323404766, 40.763430851671231 ], [ -110.61649341298669, 40.763580258358388 ], [ -110.61673546674805, 40.76372519973048 ], [ -110.61698939536139, 40.763865675713276 ], [ -110.6173199234636, 40.764078473787052 ], [ -110.61754451866705, 40.764169304089954 ], [ -110.61779837327146, 40.764323290908337 ], [ -110.61803430224933, 40.764504243573107 ], [ -110.61824630437236, 40.764725655207549 ], [ -110.61848828883566, 40.76488410552107 ], [ -110.61878820171032, 40.765065268130854 ], [ -110.61899451552532, 40.76524612098715 ], [ -110.61909571560622, 40.765368070836587 ], [ -110.61918975569634, 40.765499005546303 ], [ -110.61940758615995, 40.765738451402221 ], [ -110.61953109400558, 40.765896508731679 ], [ -110.6196191344806, 40.766040936166043 ], [ -110.61966555201538, 40.766212252092394 ], [ -110.61973507606136, 40.766487242751822 ], [ -110.6198053964346, 40.76662260306626 ], [ -110.61992870155481, 40.766816693580935 ], [ -110.62005203304257, 40.767006279757666 ], [ -110.6201814433652, 40.767168860080503 ], [ -110.6204105931633, 40.767502931264573 ], [ -110.620640129463, 40.767769438946189 ], [ -110.62082832519827, 40.768013288908641 ], [ -110.62101108414647, 40.768171539258596 ], [ -110.62129365815508, 40.768488667784013 ], [ -110.62147668020475, 40.768600974530742 ], [ -110.62186643913127, 40.768822962283224 ], [ -110.622102981911, 40.768900309954027 ], [ -110.62232182846408, 40.768964086369749 ], [ -110.62262310786264, 40.76911821767527 ], [ -110.62281225699476, 40.769195408902306 ], [ -110.62316662972431, 40.769390250874167 ], [ -110.62327878756123, 40.769462685621868 ], [ -110.62365129232406, 40.769594525289634 ], [ -110.62382764381341, 40.769630233686378 ], [ -110.62409550170067, 40.769618494484199 ], [ -110.62429721329048, 40.769569604195866 ], [ -110.62478314243754, 40.769549564556144 ], [ -110.62498452919469, 40.769558326866381 ], [ -110.62520373500828, 40.769559038982699 ], [ -110.62547051371254, 40.769528375083148 ], [ -110.62573744380637, 40.769470685342384 ], [ -110.62615957082399, 40.769206300673929 ], [ -110.62651645013919, 40.768955216162702 ], [ -110.62675985576895, 40.768865917908762 ], [ -110.62706863074594, 40.768740796106663 ], [ -110.62722904288749, 40.76866023720838 ], [ -110.62738958043926, 40.768557157057089 ], [ -110.62754487212578, 40.768332444005665 ], [ -110.62765801347908, 40.768229210499285 ], [ -110.62787234593515, 40.768040721762326 ], [ -110.62816926634133, 40.767915558764855 ], [ -110.62838881811417, 40.767853205917888 ], [ -110.62872088155231, 40.76780022325012 ], [ -110.62903529673756, 40.767724661460647 ], [ -110.62922502522763, 40.767698245450255 ], [ -110.62950406860574, 40.767591038720305 ], [ -110.62993116862745, 40.767493314751967 ], [ -110.6301744894804, 40.767417521853595 ], [ -110.63053077039773, 40.767270021528098 ], [ -110.63088737372973, 40.767063965383159 ], [ -110.63117861392391, 40.766892832702688 ], [ -110.63137468160087, 40.766790761365627 ], [ -110.63154599626994, 40.766665188367547 ], [ -110.63170158406447, 40.766598120674651 ], [ -110.63195127116877, 40.766441267133231 ], [ -110.63229566974977, 40.766298227717485 ], [ -110.6325746279542, 40.766204526120212 ], [ -110.63272927677718, 40.766092411154695 ], [ -110.63298503242044, 40.765908548935442 ], [ -110.63310531978222, 40.765796324177941 ], [ -110.6332588017471, 40.765680601351733 ], [ -110.63343100281458, 40.765608178956548 ], [ -110.63374002229423, 40.765433492793861 ], [ -110.63378225761357, 40.765293993846164 ], [ -110.63383678592503, 40.765073456665768 ], [ -110.63390923437444, 40.764825950557224 ], [ -110.63395771426305, 40.764627915565512 ], [ -110.63397585707928, 40.764560408754186 ], [ -110.63413193235507, 40.764187047545356 ], [ -110.63419835595312, 40.763957539277982 ], [ -110.63428277320523, 40.763687549365407 ], [ -110.63445037174047, 40.763372779967419 ], [ -110.63450430404627, 40.763260343499709 ], [ -110.63463618439098, 40.762976990723423 ], [ -110.63473790173825, 40.76279263674008 ], [ -110.63497675465555, 40.76244656197369 ], [ -110.63556110594736, 40.761750243408407 ], [ -110.63578798037665, 40.76142665052997 ], [ -110.63603817901489, 40.761170695140535 ], [ -110.63649599350455, 40.760645135699271 ], [ -110.63667574756452, 40.760488051449691 ], [ -110.63690782514938, 40.760295097191282 ], [ -110.63715767234076, 40.760102198326052 ], [ -110.63734235812638, 40.759909094171661 ], [ -110.63749130538946, 40.759751911818213 ], [ -110.63761660645133, 40.759585646433173 ], [ -110.63802187934667, 40.759131984497188 ], [ -110.63825446107957, 40.758844438861352 ], [ -110.63847437510651, 40.758489288629242 ], [ -110.63870243332931, 40.758161189223408 ], [ -110.63891082746798, 40.757963652404342 ], [ -110.63908926211128, 40.757829081660006 ], [ -110.6393095009295, 40.757631581146853 ], [ -110.63958436279567, 40.757191018794551 ], [ -110.63987048436798, 40.756858594007944 ], [ -110.64012674352099, 40.756571118348148 ], [ -110.64050739003508, 40.756284029617305 ], [ -110.6407218902357, 40.75605047409136 ], [ -110.6409301021471, 40.755884463055992 ], [ -110.64113237038266, 40.755722036595998 ], [ -110.64132863208003, 40.755574905722092 ], [ -110.64150720062253, 40.7554133057996 ], [ -110.64179303903703, 40.755130422526697 ], [ -110.64199660349924, 40.754946377916873 ], [ -110.64215004986869, 40.754829742033948 ], [ -110.64231050695129, 40.754731144866227 ], [ -110.64275029275368, 40.754457744790102 ], [ -110.64297575807018, 40.754386373689712 ], [ -110.64341491319207, 40.754230080884874 ], [ -110.64397267281366, 40.754047126537664 ], [ -110.64446520330144, 40.753877481463071 ], [ -110.64499902520427, 40.753739491390967 ], [ -110.64536555563454, 40.753649631363437 ], [ -110.6456927441196, 40.753606494118408 ], [ -110.64596549246002, 40.753553279502597 ], [ -110.64623231730013, 40.753500046084689 ], [ -110.64651101170455, 40.753442344103568 ], [ -110.64666596519115, 40.753262646589363 ], [ -110.64674379921436, 40.753105234343117 ], [ -110.64678026706846, 40.752929678247099 ], [ -110.64681678239613, 40.752745113678358 ], [ -110.64691833123615, 40.752583269566436 ], [ -110.64705004227413, 40.752317918685179 ], [ -110.64712249902693, 40.752056890788751 ], [ -110.64711892752396, 40.751836169114718 ], [ -110.64718367601542, 40.751688625983292 ], [ -110.64720830088628, 40.751512132642858 ], [ -110.64723943885524, 40.75122395251816 ], [ -110.64717585867913, 40.750926474253653 ], [ -110.64716463679824, 40.750808427236869 ], [ -110.64711285056102, 40.750520894436271 ], [ -110.64700167498376, 40.750263809229153 ], [ -110.64689030964017, 40.750042757744559 ], [ -110.64681436233168, 40.749844336046586 ], [ -110.64683286932193, 40.749704759292129 ], [ -110.64689297823834, 40.749538283998454 ], [ -110.64695322978575, 40.749344783285963 ], [ -110.64704887419232, 40.749178416593537 ], [ -110.64721040545447, 40.748872617821526 ], [ -110.64731182839664, 40.748733294380813 ], [ -110.64741334607623, 40.748575953921566 ], [ -110.6474260953499, 40.748404829323121 ], [ -110.64743822605121, 40.748350814732092 ], [ -110.64747445153273, 40.748220300567624 ], [ -110.64759385469533, 40.748040493040641 ], [ -110.64775923936081, 40.747901364461967 ], [ -110.64794464127611, 40.747784818224133 ], [ -110.64811697019096, 40.747676339577616 ], [ -110.64833257202355, 40.747448178023994 ], [ -110.64839163297034, 40.747254672856371 ], [ -110.64846350960465, 40.747101745430982 ], [ -110.64859494273895, 40.746885939027116 ], [ -110.64872620911694, 40.746701662094374 ], [ -110.64893925197512, 40.746508625157951 ], [ -110.64909508310477, 40.746382978479112 ], [ -110.64930892979145, 40.746262012182925 ], [ -110.64964188595017, 40.746015286546132 ], [ -110.64993274525293, 40.745890048527095 ], [ -110.6501111253486, 40.745755460236289 ], [ -110.6502541356608, 40.745589234348785 ], [ -110.65029613490472, 40.74548576256273 ], [ -110.65046339953021, 40.745211506534247 ], [ -110.65065359782058, 40.745081457482563 ], [ -110.65079042386407, 40.74496475956493 ], [ -110.65099248896865, 40.744830241544122 ], [ -110.65110458150275, 40.744686442613229 ], [ -110.65117746885076, 40.744565046625468 ], [ -110.65136851063548, 40.744272843862753 ], [ -110.6514759576756, 40.744111013293285 ], [ -110.6516424619408, 40.74398089103245 ], [ -110.6518743494992, 40.743805021813657 ], [ -110.65204662888834, 40.743702843088769 ], [ -110.65219520019902, 40.743604196111733 ], [ -110.65244498752553, 40.743402254682159 ], [ -110.65253464061658, 40.743244873824047 ], [ -110.65274940806324, 40.742943731503395 ], [ -110.65290427341846, 40.742773033595185 ], [ -110.6530473171713, 40.74259779562955 ], [ -110.65322622022485, 40.742359604896826 ], [ -110.65332762066019, 40.7422202759209 ], [ -110.65351150880051, 40.742162272071859 ], [ -110.65373076549086, 40.742135904206592 ], [ -110.65416337962851, 40.742078645240511 ], [ -110.65438249590549, 40.742079301571515 ], [ -110.65458405571657, 40.742039366163155 ], [ -110.65483345741686, 40.741909487294102 ], [ -110.65517772702287, 40.741757369791962 ], [ -110.65533834268774, 40.741618215920532 ], [ -110.65547545557233, 40.741442957190763 ], [ -110.6555532595368, 40.741284637692772 ], [ -110.65568507165599, 40.740988647369626 ], [ -110.65581786267659, 40.740732297730951 ], [ -110.65592387672066, 40.74061550173689 ], [ -110.65611405128354, 40.740485443487401 ], [ -110.65616158901015, 40.740454054935554 ], [ -110.65648229950092, 40.740274837443302 ], [ -110.65674288638837, 40.740271108393074 ], [ -110.65704467209574, 40.740317048596403 ], [ -110.65729350778034, 40.740295266142404 ], [ -110.65769598953766, 40.740336999270681 ], [ -110.65790890136313, 40.740391682231632 ], [ -110.6580623867598, 40.740486727561915 ], [ -110.65832232906847, 40.740609113739502 ], [ -110.65848181121673, 40.740689762467085 ], [ -110.65870637992822, 40.740781413793457 ], [ -110.65893733595152, 40.740782096481638 ], [ -110.65917467834318, 40.740691810489537 ], [ -110.65945344147113, 40.740607952259623 ], [ -110.65965506273719, 40.740554495226192 ], [ -110.660016456406, 40.740524930987782 ], [ -110.66011052400798, 40.740659436496607 ], [ -110.66033964667849, 40.741020455836654 ], [ -110.66043357360708, 40.741182887382976 ], [ -110.6606394466897, 40.741458255802705 ], [ -110.66085769172611, 40.741630061064839 ], [ -110.66101125278423, 40.741711589752704 ], [ -110.66124198356047, 40.741757310271716 ], [ -110.66136056137189, 40.741730632372551 ], [ -110.66142577227625, 40.741717310748818 ], [ -110.66165117475715, 40.74164590275663 ], [ -110.661965224657, 40.741610788460569 ], [ -110.66222556589658, 40.741656593730831 ], [ -110.66250497183717, 40.741679932610111 ], [ -110.6628840045878, 40.741676535978925 ], [ -110.66326160302945, 40.741722681331169 ], [ -110.66356904959146, 40.741822672712637 ], [ -110.66390011727485, 40.741936244990427 ], [ -110.66452769670057, 40.741969600929821 ], [ -110.66471123526956, 40.741979142859869 ], [ -110.66490686666747, 40.741939172195146 ], [ -110.66513801207545, 40.741902907685777 ], [ -110.66550517934704, 40.741903972333269 ], [ -110.66572451629602, 40.741860465530245 ], [ -110.66615070116305, 40.741902237824483 ], [ -110.66629885604418, 40.741881946431349 ], [ -110.66634626396683, 40.74187577745095 ], [ -110.66660855838413, 40.741768431930531 ], [ -110.66693965987268, 40.741638762828842 ], [ -110.66723571649736, 40.741648625371944 ], [ -110.66735404941473, 40.741670587160193 ], [ -110.66751970935113, 40.741702594649162 ], [ -110.66757888038033, 40.741712674563921 ], [ -110.6678454616859, 40.741695424785334 ], [ -110.66807034231219, 40.741727601891633 ], [ -110.66834885712312, 40.741692368025767 ], [ -110.66869906180756, 40.741531218585543 ], [ -110.66895446802062, 40.741378804841752 ], [ -110.66918620740462, 40.741221818386741 ], [ -110.6694534775848, 40.741064933220102 ], [ -110.66972022962803, 40.74101254596782 ], [ -110.67005823187557, 40.740922525579037 ], [ -110.67025980124154, 40.74087805849009 ], [ -110.67046729230215, 40.740833607955253 ], [ -110.67070452615208, 40.740762216037055 ], [ -110.67116115996519, 40.740632892860908 ], [ -110.67161189223897, 40.740499046771411 ], [ -110.672117148618, 40.740356345193909 ], [ -110.67238302520494, 40.740239988058939 ], [ -110.67274492393641, 40.740105885349578 ], [ -110.67298825114938, 40.739998471501764 ], [ -110.67326724109208, 40.739864132221989 ], [ -110.67348714341234, 40.739702599253917 ], [ -110.67380159621445, 40.739581871924727 ], [ -110.67408047286695, 40.739470051909663 ], [ -110.67441262311915, 40.739362885818196 ], [ -110.67466770082679, 40.739273518807714 ], [ -110.67497030586085, 40.739152754886497 ], [ -110.67524895534676, 40.739086875390235 ], [ -110.67544455455626, 40.739050490189499 ], [ -110.67577049445019, 40.739001858787404 ], [ -110.67598391972277, 40.738952910667422 ], [ -110.67617931719906, 40.738957963335764 ], [ -110.67647527617233, 40.738985819151999 ], [ -110.67669438279992, 40.73898643308825 ], [ -110.67680110601746, 40.73895970609604 ], [ -110.67694333813691, 40.738937582709276 ], [ -110.6772617566504, 40.738974507995422 ], [ -110.67761182707648, 40.739079085513978 ], [ -110.67799644063373, 40.739143219523463 ], [ -110.67822133939863, 40.739170872599601 ], [ -110.67850545655946, 40.739198690197348 ], [ -110.67859424051176, 40.739207946084989 ], [ -110.67868894631155, 40.739217218389555 ], [ -110.67884297868551, 40.739204134137886 ], [ -110.67897265244522, 40.739330615643915 ], [ -110.67884710251714, 40.739578003599945 ], [ -110.67875150774546, 40.739753405779467 ], [ -110.67869150880297, 40.739915394031627 ], [ -110.67897022715832, 40.739835091950489 ], [ -110.67920552838578, 40.739916823793521 ], [ -110.67929541123887, 40.739944099446703 ], [ -110.67944907759589, 40.740007586688172 ], [ -110.67967346131289, 40.740143339006529 ], [ -110.67995153179697, 40.740198162138711 ], [ -110.68029498103061, 40.740203618272069 ], [ -110.68062044915632, 40.740254066755938 ], [ -110.68122952057563, 40.740441328156351 ], [ -110.6814779452386, 40.740504173494074 ], [ -110.68160747617583, 40.740662181810777 ], [ -110.68168961052177, 40.740824563590166 ], [ -110.68200905352654, 40.740897513101416 ], [ -110.6822280164958, 40.740929646328105 ], [ -110.68244704394124, 40.740948266380443 ], [ -110.68300323519635, 40.741049790982494 ], [ -110.68348852219395, 40.74111778658208 ], [ -110.68381416787273, 40.741132192049136 ], [ -110.6844240056823, 40.741160886896104 ], [ -110.68461958054533, 40.741129891268734 ], [ -110.68492758807918, 40.741117219525663 ], [ -110.68521188629242, 40.741108986613106 ], [ -110.68549005028864, 40.741145779407283 ], [ -110.68573860459145, 40.741182490916032 ], [ -110.68606539315792, 40.74120590176814 ], [ -110.68648420571282, 40.741306134999391 ], [ -110.68687812592192, 40.741410803495924 ], [ -110.68691125545128, 40.741418100265932 ], [ -110.68698108463843, 40.741429100009825 ], [ -110.68711716453977, 40.741456494844975 ], [ -110.68739558411174, 40.741439231995194 ], [ -110.68760877699731, 40.74143980920303 ], [ -110.68784551058843, 40.741471979869175 ], [ -110.6880456330391, 40.741481529544998 ], [ -110.68846713438293, 40.741514198166946 ], [ -110.68869794662747, 40.741546351102528 ], [ -110.68903604801504, 40.741430150380189 ], [ -110.68923810960302, 40.741277547971912 ], [ -110.689409187316, 40.741165400645897 ], [ -110.6896233502107, 40.741211920728531 ], [ -110.69002544439618, 40.741342725480784 ], [ -110.69022667179223, 40.74136939072929 ], [ -110.69052801842582, 40.741516138818831 ], [ -110.69069882264577, 40.741718389841559 ], [ -110.69088146786601, 40.741921573180633 ], [ -110.69112325172357, 40.742142931746521 ], [ -110.69121696363425, 40.74236839807282 ], [ -110.69125744366073, 40.742579308139291 ], [ -110.69136754709321, 40.742846257835623 ], [ -110.69151663963962, 40.742878186587411 ], [ -110.6917299203876, 40.742860739177125 ], [ -110.69215633203139, 40.742858273815237 ], [ -110.69233454178909, 40.742997481773564 ], [ -110.69246310558044, 40.743114936490628 ], [ -110.69268174925523, 40.743219118010664 ], [ -110.69290026930859, 40.743350324651963 ], [ -110.69309534984026, 40.743427416823479 ], [ -110.6932370067554, 40.743531392553429 ], [ -110.69347888696478, 40.743734729149139 ], [ -110.69387470583568, 40.743947482242163 ], [ -110.69418780113969, 40.744119476027642 ], [ -110.69448423322567, 40.744309442095108 ], [ -110.69503211342747, 40.744684748771931 ], [ -110.69551106102062, 40.744852672746021 ], [ -110.69555177791014, 40.745014935308959 ], [ -110.69559786285878, 40.745298828370565 ], [ -110.69565583405188, 40.745573744124364 ], [ -110.69580325362057, 40.745714667205149 ], [ -110.69614003547942, 40.745890321527177 ], [ -110.69625331566726, 40.745985210191861 ], [ -110.69624559393358, 40.746120319141241 ], [ -110.69614985080098, 40.74633627395562 ], [ -110.69609591709892, 40.746474864667171 ], [ -110.69632057780056, 40.746561938719012 ], [ -110.69673443553924, 40.746720677683172 ], [ -110.69725481877309, 40.746897711862154 ], [ -110.69762634464627, 40.746988771952324 ], [ -110.69792929246911, 40.747052625535375 ], [ -110.69807147796634, 40.747043088094188 ], [ -110.69813664206288, 40.747039655094852 ], [ -110.69859390185248, 40.747031841481054 ], [ -110.69895393055532, 40.747046294030802 ], [ -110.69936221990059, 40.747128435801322 ], [ -110.6997588474908, 40.747170007016564 ], [ -110.69993029745319, 40.747238017512167 ], [ -110.70038427971974, 40.747432882158257 ], [ -110.7009298961471, 40.747533392021545 ], [ -110.70139703394179, 40.747701260917943 ], [ -110.70165684273732, 40.747877600799853 ], [ -110.70184552112276, 40.748067269289734 ], [ -110.70207583995891, 40.748216506189408 ], [ -110.7022413321622, 40.748293506480813 ], [ -110.70244802228041, 40.748429168750157 ], [ -110.70279689730796, 40.748556188249076 ], [ -110.70323433346657, 40.748746494740629 ], [ -110.70358921435376, 40.748855510053616 ], [ -110.70393245077581, 40.748919451332249 ], [ -110.70409762741588, 40.749068517061552 ], [ -110.70409120553904, 40.749181108275046 ], [ -110.70431590979148, 40.749262761683916 ], [ -110.7045823727471, 40.749276956941301 ], [ -110.70489003606653, 40.749349812927143 ], [ -110.70513839305249, 40.749440533822792 ], [ -110.70530379241515, 40.749540051009753 ], [ -110.70564681554337, 40.749653534017369 ], [ -110.70607838394943, 40.749834806128924 ], [ -110.70624384516088, 40.749920809201683 ], [ -110.70642103352884, 40.750033867705923 ], [ -110.70680001343094, 40.750052848299191 ], [ -110.70714314056657, 40.750143805585886 ], [ -110.70741553048698, 40.750158009342613 ], [ -110.70762280907219, 40.750163038919801 ], [ -110.7078652697214, 40.750249234697414 ], [ -110.70805420887294, 40.750384841965243 ], [ -110.70817784000094, 40.750556318263222 ], [ -110.70831317970182, 40.750759354158134 ], [ -110.70835422645737, 40.750854048313741 ], [ -110.70841295932688, 40.750967705221719 ], [ -110.70861274372868, 40.751061899346112 ], [ -110.70895700420553, 40.75116636700983 ], [ -110.70936535085227, 40.751243969207358 ], [ -110.70966133943389, 40.751280748616772 ], [ -110.7099864145102, 40.751439216612525 ], [ -110.71016475873634, 40.751561280864273 ], [ -110.71033479194384, 40.751687828285611 ], [ -110.71057045979127, 40.751976695057927 ], [ -110.71072977489288, 40.752116727926946 ], [ -110.71094832063233, 40.752256908928238 ], [ -110.71124417429793, 40.75232611493513 ], [ -110.71137399732999, 40.752438146428155 ], [ -110.71145033444121, 40.752591483670443 ], [ -110.71168084607184, 40.752704667362543 ], [ -110.71192353507226, 40.752741307807682 ], [ -110.71220182087103, 40.752764523597556 ], [ -110.71227885925992, 40.752755707064452 ], [ -110.71242699353037, 40.752742563342245 ], [ -110.71266987699032, 40.752734159654842 ], [ -110.71295969918211, 40.75282947121368 ], [ -110.71318454277431, 40.752884081842986 ], [ -110.71333360574459, 40.752654732633758 ], [ -110.71335814900378, 40.752456604171741 ], [ -110.71345371008391, 40.752272164953609 ], [ -110.71354309634792, 40.75214626629397 ], [ -110.7138641542173, 40.751863291457063 ], [ -110.71404811343082, 40.751782669876725 ], [ -110.71433882023098, 40.75167078211765 ], [ -110.7145351058135, 40.751477582618861 ], [ -110.71465452718168, 40.751252662628978 ], [ -110.71474392905891, 40.751122258746292 ], [ -110.71488636721323, 40.751055046107048 ], [ -110.71500507891857, 40.750995882457552 ], [ -110.71521297187161, 40.750857662979755 ], [ -110.71536742759145, 40.750749940636723 ], [ -110.71554559343217, 40.750637772216095 ], [ -110.7157949862483, 40.750489744477228 ], [ -110.71605610865794, 40.750368770893196 ], [ -110.71630534619368, 40.750256776116508 ], [ -110.71660786908485, 40.750149415953892 ], [ -110.71689256528525, 40.750055524190977 ], [ -110.71708857146197, 40.749925379901498 ], [ -110.71722525365207, 40.749817611482236 ], [ -110.71747458249752, 40.749683092852791 ], [ -110.71767024353434, 40.749634024256281 ], [ -110.71786577102239, 40.749616485153865 ], [ -110.71807325808048, 40.749571949088555 ], [ -110.71832850705772, 40.749437443067194 ], [ -110.7184947619667, 40.749338753915715 ], [ -110.71879780848317, 40.749105268643618 ], [ -110.71897594522201, 40.748997599123996 ], [ -110.71926672638983, 40.748863177520846 ], [ -110.71938567269028, 40.748746354760861 ], [ -110.71944524033601, 40.748665422021716 ], [ -110.71948700195532, 40.748593454592786 ], [ -110.71958867132376, 40.748359477602804 ], [ -110.71966659269053, 40.748138955761632 ], [ -110.71989233325853, 40.747977348711942 ], [ -110.72023654376433, 40.747811524127641 ], [ -110.72041448608786, 40.747748894979104 ], [ -110.72069326298227, 40.747650475140375 ], [ -110.72077052045877, 40.747587601744065 ], [ -110.72095500558409, 40.747376345376701 ], [ -110.72105655501311, 40.74716939260626 ], [ -110.72125869658933, 40.746984303403991 ], [ -110.72162047456969, 40.746864461042698 ], [ -110.72187579988622, 40.746707425732097 ], [ -110.72197719537145, 40.746536506235017 ], [ -110.72205491916833, 40.746361025330742 ], [ -110.72203182938667, 40.746216831792623 ], [ -110.72194389286992, 40.746000413073205 ], [ -110.72184973423201, 40.745856048256471 ], [ -110.72170231175589, 40.745702546321276 ], [ -110.7214895931539, 40.745584921138793 ], [ -110.72165589012636, 40.745472714524134 ], [ -110.72183946202638, 40.745478562250639 ], [ -110.72214158322717, 40.74546037185938 ], [ -110.72253236801892, 40.745483833519373 ], [ -110.72276932021448, 40.74547088997398 ], [ -110.72323119281246, 40.745490015683615 ], [ -110.72379408199502, 40.745428303727742 ], [ -110.72432730239314, 40.745380031100574 ], [ -110.72487249674678, 40.745300254372857 ], [ -110.72515099728055, 40.745264883411615 ], [ -110.72560728002547, 40.745202908696186 ], [ -110.72586181284406, 40.745235043708284 ], [ -110.72605721447512, 40.745244516272265 ], [ -110.72643628387877, 40.745236406728587 ], [ -110.72678557539435, 40.745268764258554 ], [ -110.72708162100034, 40.745287481905613 ], [ -110.72738360755768, 40.745301708514333 ], [ -110.72747371979203, 40.745279399763014 ], [ -110.72771559196919, 40.745221414562621 ], [ -110.72823709156805, 40.745141566034782 ], [ -110.72850361674065, 40.745137688965045 ], [ -110.7287343880258, 40.745187778994499 ], [ -110.72896532423152, 40.74519733014511 ], [ -110.72945555127019, 40.745234514773642 ], [ -110.7300544411754, 40.745348524811099 ], [ -110.73026156117271, 40.745389547845207 ], [ -110.73058685316838, 40.745499311940755 ], [ -110.73076434374528, 40.745544769218661 ], [ -110.73122578774219, 40.745671064550216 ], [ -110.73144484491755, 40.745689591700284 ], [ -110.73172287308033, 40.745771315878912 ], [ -110.7320244470463, 40.745889128547404 ], [ -110.73250320839347, 40.746128967614361 ], [ -110.73282813276801, 40.746332414201724 ], [ -110.73314157422004, 40.746445747102818 ], [ -110.73345483690248, 40.746604121846453 ], [ -110.73354345877092, 40.746658378202348 ], [ -110.73366158554667, 40.746739728442712 ], [ -110.73382117029368, 40.746821174179026 ], [ -110.733981419521, 40.746735961731567 ], [ -110.73413581757997, 40.746632718339001 ], [ -110.73434342804786, 40.746552118781771 ], [ -110.73471690368923, 40.746462891576989 ], [ -110.73505496854511, 40.746342051703891 ], [ -110.73528048732096, 40.746225457073258 ], [ -110.7354703455953, 40.746140310452986 ], [ -110.73570191024545, 40.745992198670493 ], [ -110.73591533238428, 40.745938635450287 ], [ -110.73602202551585, 40.745916357962351 ], [ -110.73633035210807, 40.745826075637815 ], [ -110.73656760158607, 40.745737432008326 ], [ -110.7368465772669, 40.74558041749296 ], [ -110.73708992852573, 40.745445842715434 ], [ -110.73739846057198, 40.745302407113741 ], [ -110.73755249591522, 40.745289244534071 ], [ -110.7379910499113, 40.745214568464803 ], [ -110.73825773739021, 40.745169229567153 ], [ -110.73871427200973, 40.745039638911337 ], [ -110.73899283473654, 40.744986217432974 ], [ -110.73918242083192, 40.744968628751998 ], [ -110.73943149415081, 40.7448836093849 ], [ -110.73961545612664, 40.744789433982447 ], [ -110.73981667555802, 40.744825922252822 ], [ -110.73999991414357, 40.744917322281538 ], [ -110.74020719675445, 40.744917789029152 ], [ -110.74043228497806, 40.744908385961409 ], [ -110.74077008684354, 40.744850589085807 ], [ -110.74113752083485, 40.744787452507659 ], [ -110.7414457934954, 40.744707966719915 ], [ -110.74165920697097, 40.744654392840268 ], [ -110.74198479629375, 40.744691155637845 ], [ -110.74228687046882, 40.744682821886713 ], [ -110.74255325421471, 40.744714946557188 ], [ -110.74299621084062, 40.744724942355603 ], [ -110.74347081944434, 40.744820588749391 ], [ -110.74380809975712, 40.744897911201519 ], [ -110.74400921822064, 40.744961417815766 ], [ -110.74455946403729, 40.74510227058876 ], [ -110.74498506668658, 40.745314914409718 ], [ -110.74539935627533, 40.745388798881542 ], [ -110.74555873247512, 40.745527883153883 ], [ -110.74578350990251, 40.745600447450165 ], [ -110.745966933644, 40.745645894424939 ], [ -110.74620894841365, 40.745858129504342 ], [ -110.74658716433179, 40.746075167502894 ], [ -110.74672310763907, 40.746147534887747 ], [ -110.7470365720078, 40.746260830125799 ], [ -110.74730380790102, 40.746383031932176 ], [ -110.74755717140764, 40.746415116544355 ], [ -110.74775252870293, 40.746438065219564 ], [ -110.7481192477921, 40.746564986824119 ], [ -110.74823732429566, 40.746664339298192 ], [ -110.74854468452459, 40.746827164544705 ], [ -110.74874594895643, 40.746854628718708 ], [ -110.74902390175562, 40.746963336929085 ], [ -110.74926745388814, 40.747085482676567 ], [ -110.749579691804, 40.74721228126517 ], [ -110.74983427784721, 40.747235354907467 ], [ -110.75011812624625, 40.747352181016367 ], [ -110.75031333219394, 40.747416564690255 ], [ -110.75055563650712, 40.747556722257265 ], [ -110.750732759472, 40.747705747181982 ], [ -110.75098818787853, 40.747503604551873 ], [ -110.75119017724526, 40.747337380650528 ], [ -110.75140407782888, 40.747153164800636 ], [ -110.75163566108758, 40.746991508156668 ], [ -110.75183154057272, 40.746874817395209 ], [ -110.7519917670672, 40.74678957987549 ], [ -110.75216987777397, 40.746672850352532 ], [ -110.75240861463747, 40.746497694566052 ], [ -110.75258577303819, 40.746317901983488 ], [ -110.75273423568304, 40.746210116644839 ], [ -110.7528410904704, 40.746142780830965 ], [ -110.75314959211642, 40.745999303052116 ], [ -110.75352924497966, 40.745833454842533 ], [ -110.7537072507499, 40.745743748574931 ], [ -110.75411062366075, 40.745568940431625 ], [ -110.75434793498086, 40.745456837935684 ], [ -110.7544132306636, 40.745416438073164 ], [ -110.75469800289423, 40.745281914265135 ], [ -110.75487024861776, 40.745147150820721 ], [ -110.7550605582241, 40.744931347813861 ], [ -110.75520917894443, 40.74477851646251 ], [ -110.75546497854384, 40.744468261065172 ], [ -110.75565518537935, 40.744279482714489 ], [ -110.75580424809252, 40.744005035036764 ], [ -110.75591749607069, 40.743807084761066 ], [ -110.7561258613524, 40.74351024046485 ], [ -110.75629823114123, 40.743339440588358 ], [ -110.75649437103431, 40.743146169025884 ], [ -110.75666667327638, 40.742993385703784 ], [ -110.7569041187503, 40.742840739340338 ], [ -110.75709402191114, 40.742733035590547 ], [ -110.75718305109254, 40.742679171138512 ], [ -110.75750356804429, 40.742481655110311 ], [ -110.75785351408889, 40.742333747397353 ], [ -110.75801364038868, 40.74227102280399 ], [ -110.75835751537484, 40.742163639667645 ], [ -110.75877255227648, 40.742029378357742 ], [ -110.75946015019699, 40.74185514504893 ], [ -110.75977421582962, 40.741801747345249 ], [ -110.76037859260748, 40.741712917322637 ], [ -110.76058591404377, 40.741699834597185 ], [ -110.7610184357728, 40.741642174835825 ], [ -110.76127186855858, 40.741651707922792 ], [ -110.7614920412293, 40.741688197626019 ], [ -110.76188288268585, 40.741693508914686 ], [ -110.7620497891501, 40.741720879020718 ], [ -110.76229709184958, 40.74178895332787 ], [ -110.76269356791643, 40.741875351164161 ], [ -110.76284751053792, 40.741884676198111 ], [ -110.76307256638101, 40.741880634075265 ], [ -110.76332720077271, 40.741885660800264 ], [ -110.76381886269508, 40.741850633377943 ], [ -110.7642050439962, 40.741834306550736 ], [ -110.76458294053209, 40.741816159807307 ], [ -110.76495033248752, 40.741753848136355 ], [ -110.76523479872985, 40.741695870972315 ], [ -110.76548374781673, 40.741633316631102 ], [ -110.76569114707924, 40.741597703310781 ], [ -110.76595789316829, 40.741526175439255 ], [ -110.7661594328783, 40.74147253212891 ], [ -110.76634923847307, 40.741387334497183 ], [ -110.7664448421861, 40.741144294890098 ], [ -110.76639206387843, 40.740995545627506 ], [ -110.76626858430541, 40.740743053896914 ], [ -110.76618056183067, 40.740512254579777 ], [ -110.76608105264381, 40.740179634333735 ], [ -110.7660519478727, 40.740035437184332 ], [ -110.76606442294741, 40.739855289762332 ], [ -110.76601791878308, 40.739606557155547 ], [ -110.76587653224638, 40.739395468372372 ], [ -110.76570539821233, 40.739223957029672 ], [ -110.76549312845472, 40.738962275492909 ], [ -110.76540406586564, 40.738691835398988 ], [ -110.76540468298904, 40.738516168224578 ], [ -110.76537117529557, 40.738277371217642 ], [ -110.76531266980307, 40.738074557919823 ], [ -110.76524244784331, 40.737835686202246 ], [ -110.76518992819848, 40.737614867723714 ], [ -110.7651728599301, 40.737416642941106 ], [ -110.7651499492719, 40.737195884663265 ], [ -110.76522039524498, 40.73703387246114 ], [ -110.76543520276621, 40.736908188231141 ], [ -110.76571994815835, 40.736764628292818 ], [ -110.76614690623009, 40.736594329938796 ], [ -110.76643160149965, 40.736464281094669 ], [ -110.76678148057181, 40.736320850306342 ], [ -110.76707800093202, 40.736195328072782 ], [ -110.76731510028816, 40.736128241472571 ], [ -110.76760558749666, 40.736034235961498 ], [ -110.76790216765765, 40.735890694439156 ], [ -110.76815151480105, 40.735706518396199 ], [ -110.76838339274993, 40.735436724650697 ], [ -110.76857944322786, 40.735252440707846 ], [ -110.76877539905688, 40.735095182165331 ], [ -110.76901289784924, 40.734910980496778 ], [ -110.76923239747262, 40.734794307177097 ], [ -110.76949345540666, 40.734646186182935 ], [ -110.76981972574592, 40.734475673046475 ], [ -110.77008682661329, 40.734291528172662 ], [ -110.77036570689206, 40.734125423398588 ], [ -110.77063266563837, 40.733981815868752 ], [ -110.77096492844984, 40.733788789765292 ], [ -110.7714635733708, 40.733424927969068 ], [ -110.77159453633014, 40.733222492651386 ], [ -110.77183794201218, 40.733038296788301 ], [ -110.7720453727173, 40.732984654744506 ], [ -110.77225887798491, 40.732885981078006 ], [ -110.77253182570836, 40.73271985931671 ], [ -110.77273353282295, 40.732607648544715 ], [ -110.77298871442514, 40.732441490712112 ], [ -110.7731965553174, 40.732266230651781 ], [ -110.77340451736298, 40.732054935855579 ], [ -110.77354706984427, 40.73192459020828 ], [ -110.77374292792864, 40.731789844556928 ], [ -110.77405759011262, 40.731542723067221 ], [ -110.77431857899875, 40.73140810389917 ], [ -110.77461480505585, 40.731359135118183 ], [ -110.77502312327508, 40.73143200087479 ], [ -110.77532492163962, 40.73148664060141 ], [ -110.77568590214575, 40.731550403213319 ], [ -110.77611814906442, 40.731551242399398 ], [ -110.77641548330976, 40.731524792771125 ], [ -110.77684056446346, 40.731543632670494 ], [ -110.77757513707741, 40.731441451025923 ], [ -110.77801342128991, 40.731407161013465 ], [ -110.7784279516256, 40.731393543636351 ], [ -110.77880716057747, 40.731317697405316 ], [ -110.77913337606751, 40.731151662036126 ], [ -110.77941217617769, 40.730999048112302 ], [ -110.77967303333976, 40.730900451167315 ], [ -110.77990398727223, 40.730891883124393 ], [ -110.78034925654815, 40.730892731293132 ], [ -110.78072796960372, 40.7309664214024 ], [ -110.78092205302096, 40.731006427990209 ], [ -110.78123559339349, 40.731092604831005 ], [ -110.78145446970576, 40.731156080000346 ], [ -110.78165573018157, 40.731174478181117 ], [ -110.78192207942729, 40.731206511976779 ], [ -110.78230691096084, 40.731220751370429 ], [ -110.78257941645924, 40.731180726055456 ], [ -110.78279854334069, 40.731167625618426 ], [ -110.78299407037824, 40.73112835531294 ], [ -110.78324336113688, 40.730943245503752 ], [ -110.78333871299405, 40.730754242845727 ], [ -110.78341631559535, 40.730560702474264 ], [ -110.78347621288036, 40.730349111529307 ], [ -110.78353600760875, 40.730169050635872 ], [ -110.78355996919335, 40.730083513371568 ], [ -110.7836961362818, 40.729723422510048 ], [ -110.7837453886771, 40.729507307118901 ], [ -110.78380522565034, 40.729313733157468 ], [ -110.78388289807168, 40.729097670917859 ], [ -110.7841916473901, 40.728832493273124 ], [ -110.78438731506793, 40.728747276711523 ], [ -110.78466707408757, 40.728657712391247 ], [ -110.7848199938803, 40.728608449958649 ], [ -110.78518183711262, 40.728401924861011 ], [ -110.78549088179537, 40.728042153368648 ], [ -110.7856157985488, 40.72786221232144 ], [ -110.78582369319635, 40.727655399155701 ], [ -110.78603139900831, 40.727507141525635 ], [ -110.78624518325633, 40.727309347160549 ], [ -110.78637597419574, 40.727142929129101 ], [ -110.78664969774387, 40.726715524140502 ], [ -110.78681596789849, 40.726562684149677 ], [ -110.78718972143714, 40.726329148693374 ], [ -110.78740328347713, 40.726198916669972 ], [ -110.7878136554375, 40.725992472589958 ], [ -110.78841137527617, 40.72570529267044 ], [ -110.78873208892331, 40.725390577002216 ], [ -110.78881450578909, 40.7251655113064 ], [ -110.7889117150401, 40.724755795042711 ], [ -110.7890370715358, 40.724431712399067 ], [ -110.78916831891839, 40.724116649022044 ], [ -110.78931709933124, 40.723873686780863 ], [ -110.7897088173935, 40.723568106525704 ], [ -110.79004097056784, 40.723375925757139 ], [ -110.79030195480082, 40.723222352014318 ], [ -110.79060461809944, 40.722993180511892 ], [ -110.79077232200636, 40.722754755000487 ], [ -110.7909259172423, 40.722483872488347 ], [ -110.79113975256472, 40.722259943829187 ], [ -110.79143076475904, 40.721967688376139 ], [ -110.79164482426953, 40.721670788968083 ], [ -110.79180539993064, 40.721437754230038 ], [ -110.79198970326378, 40.721189447283798 ], [ -110.79220948194296, 40.720955617763252 ], [ -110.79242958089776, 40.720618188709075 ], [ -110.79263174929115, 40.720334779015609 ], [ -110.79282771649113, 40.720141444511967 ], [ -110.79302985384579, 40.719867042709311 ], [ -110.79324380193935, 40.719601670363012 ], [ -110.79349934224756, 40.719286824332507 ], [ -110.79374290095201, 40.71901699966287 ], [ -110.79406940797288, 40.718724800792522 ], [ -110.79446707724316, 40.718392188685705 ], [ -110.79467487345559, 40.718198872034904 ], [ -110.79481160083263, 40.71801443737175 ], [ -110.79522703588701, 40.717677349841814 ], [ -110.79562444520737, 40.717425811278346 ], [ -110.79595646831986, 40.717260639043445 ], [ -110.79631212004114, 40.717111723155639 ], [ -110.79656108572571, 40.717004058099931 ], [ -110.79700577672136, 40.716775119748419 ], [ -110.79726668911029, 40.716631439472287 ], [ -110.79768662090139, 40.71636642029469 ], [ -110.79790746600356, 40.716159607602535 ], [ -110.79824569888584, 40.715894443309551 ], [ -110.79851267434906, 40.715701223069232 ], [ -110.7987619431857, 40.715489953985113 ], [ -110.7989161826239, 40.715382118642232 ], [ -110.79904670190525, 40.715287754816814 ], [ -110.79914160755872, 40.715224859250412 ], [ -110.79944421782119, 40.714991159779892 ], [ -110.79958681816335, 40.714815738226598 ], [ -110.79975894878758, 40.71466288941361 ], [ -110.80003657039167, 40.714469684068327 ], [ -110.80025140420317, 40.714288981570249 ], [ -110.80036418469533, 40.714186477728411 ], [ -110.80055419183427, 40.713993119569139 ], [ -110.80079160859162, 40.713781825554015 ], [ -110.80092226967749, 40.713637912085382 ], [ -110.80118932217431, 40.713413155321717 ], [ -110.80139097649511, 40.713282876576329 ], [ -110.80166967800331, 40.713121199490438 ], [ -110.80198388214005, 40.712964086970764 ], [ -110.80228609915913, 40.712856500806197 ], [ -110.80254084981391, 40.712785768258783 ], [ -110.80280048705339, 40.712663694012598 ], [ -110.80306240886971, 40.71256954998929 ], [ -110.80329945474871, 40.712479867326408 ], [ -110.80373197587154, 40.712345473274418 ], [ -110.80399255273386, 40.712305376939057 ], [ -110.80433010906242, 40.712256401838651 ], [ -110.80464995909418, 40.712189378424483 ], [ -110.80491652001925, 40.712126768422266 ], [ -110.80526616306295, 40.711992228523826 ], [ -110.80555063826115, 40.711875595176224 ], [ -110.80584099266547, 40.711772484037432 ], [ -110.80612537447719, 40.711687379501655 ], [ -110.80640976600343, 40.711598670806623 ], [ -110.80671173791653, 40.711571249893119 ], [ -110.80704318710868, 40.71158531740744 ], [ -110.80733901597293, 40.711635359261059 ], [ -110.80780078394972, 40.711618111627701 ], [ -110.80817967701721, 40.711601625336534 ], [ -110.80844615745434, 40.711565132222546 ], [ -110.80864734078062, 40.71159249192813 ], [ -110.80898472024052, 40.711602960224603 ], [ -110.8092392842572, 40.711593471611607 ], [ -110.80960048526579, 40.711553528842657 ], [ -110.80990801389474, 40.711653131169463 ], [ -110.810197989738, 40.711680634350778 ], [ -110.81026312918232, 40.711671732748705 ], [ -110.81054736454398, 40.711636164833124 ], [ -110.81087918449072, 40.7115195960302 ], [ -110.8112523883381, 40.711421111309363 ], [ -110.81160184996573, 40.711345108345036 ], [ -110.81182686630704, 40.711317548431083 ], [ -110.81226502673277, 40.711274119269419 ], [ -110.81262607272654, 40.71128821888275 ], [ -110.81279765990084, 40.711315523315101 ], [ -110.81304035577524, 40.71131591662482 ], [ -110.81343710722166, 40.711262506390504 ], [ -110.81363240997962, 40.711276334880196 ], [ -110.81407063413877, 40.711209476387452 ], [ -110.81455612512774, 40.711174222565106 ], [ -110.81506523088896, 40.711161526245128 ], [ -110.81565728256537, 40.711121934108967 ], [ -110.81621960036597, 40.711131839369607 ], [ -110.81651554546067, 40.711141318817731 ], [ -110.81678772909703, 40.711181389326512 ], [ -110.81703041220958, 40.711186278569521 ], [ -110.8171014425626, 40.711187291997135 ], [ -110.81750403566339, 40.711160903091304 ], [ -110.8178059741451, 40.711143362651519 ], [ -110.81812575645068, 40.711094319138681 ], [ -110.81845756056876, 40.710977728507387 ], [ -110.81866615503442, 40.710892473846236 ], [ -110.81897907623222, 40.710753330334235 ], [ -110.81921010197658, 40.710690631572263 ], [ -110.81944095695268, 40.710690992879904 ], [ -110.8197962156062, 40.710655513245143 ], [ -110.82005078426783, 40.71064239731934 ], [ -110.82058960510247, 40.710583778650118 ], [ -110.82105738804673, 40.710526849109364 ], [ -110.8217678174852, 40.710487409059219 ], [ -110.8221466193703, 40.71050150630942 ], [ -110.8224782102146, 40.710461477609215 ], [ -110.82269152148264, 40.710380727259519 ], [ -110.82299935060382, 40.710372190964968 ], [ -110.82322412796005, 40.710431992717986 ], [ -110.82340632691569, 40.710476414140501 ], [ -110.82395726214126, 40.710761029222191 ], [ -110.82443008739216, 40.711037415077435 ], [ -110.82469591894227, 40.711244117960845 ], [ -110.82501487133422, 40.711510358078641 ], [ -110.82518022669539, 40.711659251904408 ], [ -110.82564106227518, 40.711997774525663 ], [ -110.82593067086258, 40.712169376578586 ], [ -110.82621969539657, 40.7125661941065 ], [ -110.82645600866496, 40.712746723267628 ], [ -110.82660937927857, 40.712954153437487 ], [ -110.8268337974671, 40.713157185653174 ], [ -110.82706976486413, 40.713472843252177 ], [ -110.82731299166656, 40.713729053914903 ], [ -110.82750149912449, 40.714086079528798 ], [ -110.82757658520745, 40.714351947786305 ], [ -110.82771801906605, 40.714599897660229 ], [ -110.82791867445863, 40.714838926966422 ], [ -110.82828521157731, 40.715028655046609 ], [ -110.82855660937658, 40.715384000396121 ], [ -110.82870405889361, 40.715596824107955 ], [ -110.82895179113297, 40.715948529905091 ], [ -110.82930052021479, 40.716160750036039 ], [ -110.82957223583684, 40.716395377126211 ], [ -110.8298791631119, 40.716751672605355 ], [ -110.83016889474737, 40.716887229374962 ], [ -110.83051778109461, 40.717040889632813 ], [ -110.83067732004936, 40.717159137415969 ], [ -110.83119708425195, 40.717631052391496 ], [ -110.83157533613974, 40.717880244332875 ], [ -110.83181177334322, 40.718024727861668 ], [ -110.8320662002903, 40.718078249458522 ], [ -110.83242727387439, 40.718097692391851 ], [ -110.8327942586767, 40.718120746228173 ], [ -110.83369435966237, 40.718018446721629 ], [ -110.83397381779707, 40.718005335977182 ], [ -110.83428636086225, 40.718019298081458 ], [ -110.83441067888522, 40.718020377345624 ], [ -110.83455985427413, 40.718024194706047 ], [ -110.8348369220008, 40.718020087121467 ], [ -110.83520972950498, 40.718082779781163 ], [ -110.83538121918312, 40.718160499069064 ], [ -110.83561776534893, 40.718264435918201 ], [ -110.83604938636937, 40.718485762276693 ], [ -110.83642194182389, 40.718652951284497 ], [ -110.83666446648138, 40.718734372767472 ], [ -110.83690220069725, 40.718838308657254 ], [ -110.83718489545051, 40.718955820489747 ], [ -110.83738598141827, 40.719037181999425 ], [ -110.83752067502431, 40.719154484422667 ], [ -110.83779336426244, 40.719492693173883 ], [ -110.83802372579837, 40.7197092247944 ], [ -110.83841405355794, 40.719876432279555 ], [ -110.83860932152, 40.71991724447664 ], [ -110.83906511041764, 40.719944906835465 ], [ -110.83936693153387, 40.719990370589727 ], [ -110.83955019780073, 40.720098729536502 ], [ -110.8397274148123, 40.720261131824842 ], [ -110.83990446001786, 40.720495602973294 ], [ -110.84008153880367, 40.720716560880639 ], [ -110.84013420682778, 40.720973380962967 ], [ -110.84028166462649, 40.721203306190638 ], [ -110.84060085559466, 40.721415451148367 ], [ -110.84080774468067, 40.721550866702813 ], [ -110.84121594753954, 40.721677550303738 ], [ -110.84147032972781, 40.721758977965152 ], [ -110.8418241638027, 40.721845045718688 ], [ -110.84209163603558, 40.721899463936282 ], [ -110.84236949970689, 40.722066504093782 ], [ -110.84266504108184, 40.722269602350927 ], [ -110.84280069081726, 40.722490499550908 ], [ -110.84298959568423, 40.722724081168138 ], [ -110.84301286255548, 40.722900682712549 ], [ -110.84307764895506, 40.723044909492138 ], [ -110.84324909924848, 40.723148742118582 ], [ -110.84342659721725, 40.723198530685586 ], [ -110.84369279724956, 40.723293482462452 ], [ -110.84396498164504, 40.723361415711068 ], [ -110.84436137106897, 40.723483567854394 ], [ -110.84478725985922, 40.723650801639565 ], [ -110.84501775243112, 40.723826780339643 ], [ -110.8455144103926, 40.724115723426749 ], [ -110.84565629561907, 40.724205999890927 ], [ -110.84591056820739, 40.724341469589305 ], [ -110.84624773005582, 40.724477049160299 ], [ -110.84655514544693, 40.72467564886567 ], [ -110.84681524931887, 40.724851663307753 ], [ -110.84696892754043, 40.724964475460965 ], [ -110.84723492337643, 40.725154009758008 ], [ -110.84747741287312, 40.725266938729348 ], [ -110.84760172614406, 40.725276111584584 ], [ -110.84777943827619, 40.725235807078946 ], [ -110.84814076207147, 40.725164213672109 ], [ -110.84828412360996, 40.725128367525215 ], [ -110.8488220444297, 40.724984934633198 ], [ -110.84910645864466, 40.724886211451299 ], [ -110.84962203153333, 40.724674279748015 ], [ -110.84981771326099, 40.724540305380579 ], [ -110.85010236665386, 40.724333476050823 ], [ -110.85029217833895, 40.724176070714115 ], [ -110.85058851870784, 40.724036820329822 ], [ -110.85102100007889, 40.723911257966847 ], [ -110.85137052229844, 40.723817117528817 ], [ -110.8518683362153, 40.723597045077675 ], [ -110.85221681098236, 40.723439840051228 ], [ -110.85276927629027, 40.723134251302319 ], [ -110.85292351589065, 40.722994813562735 ], [ -110.85324377466662, 40.722742978438191 ], [ -110.85360545418689, 40.722500203620257 ], [ -110.85393143147836, 40.722338460514628 ], [ -110.85436395450768, 40.722185859624702 ], [ -110.85461858994962, 40.722159154591651 ], [ -110.85505082884303, 40.722136275615995 ], [ -110.85546540958211, 40.722065626960848 ], [ -110.85603377544587, 40.72206183287534 ], [ -110.8567028552677, 40.722026630712755 ], [ -110.85720619290132, 40.72197770675902 ], [ -110.85776877180622, 40.721910836277303 ], [ -110.85836697676277, 40.721794459080016 ], [ -110.85892954346915, 40.721732087258395 ], [ -110.85936775160435, 40.72168397513019 ], [ -110.85983550789904, 40.721661121499402 ], [ -110.86014922002701, 40.721693032342756 ], [ -110.86076508606622, 40.721621707462916 ], [ -110.86139280080808, 40.721545889187972 ], [ -110.86196110616486, 40.721569091857155 ], [ -110.86254711733868, 40.721619338827281 ], [ -110.86299097835681, 40.72170004367441 ], [ -110.86335205314784, 40.721732902886174 ], [ -110.86364779485491, 40.721868382666045 ], [ -110.86408549844964, 40.72206708961756 ], [ -110.86426876484873, 40.722197930978936 ], [ -110.86451115378456, 40.722369380472678 ], [ -110.86466467378634, 40.722572255641822 ], [ -110.86484184915196, 40.722788671304436 ], [ -110.86524373069554, 40.723140479265787 ], [ -110.86553926492294, 40.723384057955336 ], [ -110.86577570471459, 40.723573515168738 ], [ -110.86598274196594, 40.723663842408129 ], [ -110.866444200453, 40.723835541934079 ], [ -110.86685836871128, 40.723971150403997 ], [ -110.86710689735233, 40.724039001801522 ], [ -110.86740853276575, 40.724197000353612 ], [ -110.8676155206124, 40.724314350602135 ], [ -110.86789931654178, 40.724512866406968 ], [ -110.8680824815046, 40.724702257882761 ], [ -110.86834834106106, 40.724990838737476 ], [ -110.86847814289953, 40.725220707694859 ], [ -110.86864943466604, 40.725428102052028 ], [ -110.86885635777291, 40.72558148464153 ], [ -110.86905144924843, 40.725730349102299 ], [ -110.86927612050509, 40.725891858863172 ], [ -110.86956007581419, 40.7260146979309 ], [ -110.87007356595461, 40.726235989328572 ], [ -110.87036470077901, 40.726321898967356 ], [ -110.87071391215207, 40.726380846939449 ], [ -110.87095063825288, 40.726435163821826 ], [ -110.87104532706242, 40.726457791303353 ], [ -110.87137099541103, 40.726444641668834 ], [ -110.87174999377515, 40.726409028718976 ], [ -110.87204604067692, 40.72640485292947 ], [ -110.87224146899651, 40.72638254773193 ], [ -110.87254345370312, 40.72636936857387 ], [ -110.8728392431818, 40.726500320432294 ], [ -110.87312305538049, 40.726703327678649 ], [ -110.87325303934122, 40.726847609100759 ], [ -110.87351894683172, 40.727127169340555 ], [ -110.87363716064939, 40.727234501903546 ], [ -110.87391508983856, 40.727420384278901 ], [ -110.87426984101567, 40.727686526778918 ], [ -110.87449454840525, 40.727839017712512 ], [ -110.87467191999117, 40.727975241228378 ], [ -110.87490848628897, 40.728119636428659 ], [ -110.87513317807134, 40.728282035619607 ], [ -110.87548823251858, 40.728390523092671 ], [ -110.87570135290466, 40.728408770106391 ], [ -110.87613355673555, 40.728422747698644 ], [ -110.87661315993586, 40.728419657892047 ], [ -110.87721120185907, 40.728405881748508 ], [ -110.87793244688683, 40.728366107740534 ], [ -110.87875074538019, 40.728353457197372 ], [ -110.87921858917788, 40.728304400037153 ], [ -110.87948632108241, 40.728246123567381 ], [ -110.87972209574654, 40.728178804518983 ], [ -110.88038564251242, 40.727954277466822 ], [ -110.88119126202362, 40.727743405901869 ], [ -110.88185468802101, 40.727581930902318 ], [ -110.8825595013933, 40.727452024521156 ], [ -110.88355457495553, 40.727241329035522 ], [ -110.88438969428633, 40.727080012522563 ], [ -110.88500445453946, 40.726977026962395 ], [ -110.88540113394306, 40.72698643012712 ], [ -110.88595885209156, 40.727000495472524 ], [ -110.88711936347984, 40.726983618846099 ], [ -110.88825611569293, 40.727011750875839 ], [ -110.88928633882404, 40.727012743591992 ], [ -110.88985464127181, 40.727071843587517 ], [ -110.89020977992345, 40.727139746899063 ], [ -110.8905826965748, 40.727198657306467 ], [ -110.89091423416804, 40.72721698842345 ], [ -110.8912990961763, 40.727212847155577 ], [ -110.89198013855007, 40.727123399838447 ], [ -110.89222894433463, 40.727042554422098 ], [ -110.89241265532945, 40.726940027020099 ], [ -110.89252534795006, 40.726817614159991 ], [ -110.89262032845043, 40.726663654384303 ], [ -110.89274506137274, 40.726416932921737 ], [ -110.89294137793492, 40.725836056215044 ], [ -110.89316117926292, 40.725376817860365 ], [ -110.89361232713482, 40.724638523791469 ], [ -110.89388531204827, 40.72423788931156 ], [ -110.89414028941148, 40.723990385024379 ], [ -110.8943004166279, 40.7238184661744 ], [ -110.89439532184015, 40.723706845534245 ], [ -110.89445474772498, 40.723567265502254 ], [ -110.89441355323059, 40.723409576102611 ], [ -110.89426597542999, 40.723134676571668 ], [ -110.89382851839535, 40.722719876180626 ], [ -110.89355061637048, 40.722494403456977 ], [ -110.89330816671649, 40.722314006188519 ], [ -110.89304679474989, 40.722120077866833 ], [ -110.89239720743642, 40.721826692324917 ], [ -110.89210748054272, 40.72159670073512 ], [ -110.891770641115, 40.721213516799388 ], [ -110.89161725371829, 40.720880051954325 ], [ -110.8915347792458, 40.720627731610193 ], [ -110.89148062011171, 40.720438498542165 ], [ -110.89130477576582, 40.720082490436205 ], [ -110.89115109392516, 40.719932801613879 ], [ -110.89095589505283, 40.719829918486049 ], [ -110.89071335156893, 40.719717080670101 ], [ -110.89047658142083, 40.719694334579621 ], [ -110.89020417198593, 40.71974362351741 ], [ -110.88993757846897, 40.719855978086507 ], [ -110.88967096174571, 40.719981845028308 ], [ -110.88939843871866, 40.720098697017214 ], [ -110.88880025764595, 40.720242261135148 ], [ -110.8883502153612, 40.720304887452293 ], [ -110.88824367385426, 40.720291271343186 ], [ -110.88807202499785, 40.720268583350069 ], [ -110.8878886945125, 40.720151292670089 ], [ -110.88770546307335, 40.71997544540411 ], [ -110.88759322175848, 40.71983119735593 ], [ -110.88749880969679, 40.719646427531679 ], [ -110.88742821535244, 40.719380602768481 ], [ -110.88744635512559, 40.719155403547333 ], [ -110.8875239081148, 40.718804140741412 ], [ -110.88754227480537, 40.718443811540062 ], [ -110.88750700464475, 40.718295133991099 ], [ -110.8874421556992, 40.71813381544078 ], [ -110.88729437662998, 40.718002144549864 ], [ -110.88706376364424, 40.717843366421263 ], [ -110.88683304954461, 40.717744945876674 ], [ -110.88658932895905, 40.717636602545284 ], [ -110.88631247259191, 40.717519217389622 ], [ -110.88562043615346, 40.717167195273049 ], [ -110.88542533265327, 40.71701835857715 ], [ -110.88530129229233, 40.716856079158262 ], [ -110.88521872283103, 40.716675823483747 ], [ -110.88515981944224, 40.716503699103271 ], [ -110.88515419987976, 40.716328925106438 ], [ -110.88526119842497, 40.716072284096221 ], [ -110.88543362313096, 40.715635534289333 ], [ -110.8855999638912, 40.715293369329039 ], [ -110.88596167786396, 40.714937884252535 ], [ -110.88633501447138, 40.714707630165471 ], [ -110.88657908170913, 40.714605171232442 ], [ -110.88685625437105, 40.71452886941632 ], [ -110.88720559364603, 40.714484167863141 ], [ -110.88760222952433, 40.714475546048341 ], [ -110.8887031384012, 40.714571203887935 ], [ -110.88960280942766, 40.714648641586422 ], [ -110.89016506657912, 40.714720346520707 ], [ -110.89049650378058, 40.714762101338103 ], [ -110.89068004511675, 40.714744257929986 ], [ -110.89104714952535, 40.714695057232987 ], [ -110.89142024629972, 40.714600817585293 ], [ -110.89182885302552, 40.714511114351723 ], [ -110.89246271918732, 40.714227933017575 ], [ -110.8931973078699, 40.713886284965724 ], [ -110.89364869419946, 40.713693014967461 ], [ -110.89406797629889, 40.713585296254664 ], [ -110.89443510032595, 40.713518067417489 ], [ -110.89492068687707, 40.713405901874474 ], [ -110.89543581347139, 40.71332979579136 ], [ -110.89580418886743, 40.713217520298805 ], [ -110.89618810787726, 40.713006162055756 ], [ -110.89656137621492, 40.712790288640946 ], [ -110.89698798052524, 40.712533922523761 ], [ -110.89725465762157, 40.712340473401973 ], [ -110.89750960466591, 40.712074943739275 ], [ -110.89784746367114, 40.711782460833199 ], [ -110.89809640300196, 40.711571877533615 ], [ -110.89858252422825, 40.71109394422615 ], [ -110.89892653815592, 40.71063930709137 ], [ -110.89909860795518, 40.710369196899208 ], [ -110.89932413346311, 40.709977515735105 ], [ -110.89939578213738, 40.70956768272189 ], [ -110.89942013697883, 40.709117269321766 ], [ -110.89942080791093, 40.708671339595703 ], [ -110.89953493716975, 40.708351630346556 ], [ -110.89975791002988, 40.708077059002221 ], [ -110.89996658754113, 40.707861031343626 ], [ -110.90026876546905, 40.707658597155039 ], [ -110.9005708678756, 40.707505709927489 ], [ -110.9008196035962, 40.70741583693728 ], [ -110.90141184462952, 40.70719112683696 ], [ -110.90206327877871, 40.706961959572126 ], [ -110.90254900848947, 40.706710127119358 ], [ -110.90282744499058, 40.706543700933167 ], [ -110.90298752630214, 40.706359157277099 ], [ -110.90313005211252, 40.706034963849419 ], [ -110.90313033274984, 40.705841277079557 ], [ -110.90307262743346, 40.705634028584832 ], [ -110.90301876784375, 40.705224087559913 ], [ -110.90289516450351, 40.704746522589808 ], [ -110.90287795102539, 40.704372647056672 ], [ -110.90288541999283, 40.704120409724268 ], [ -110.90293810045577, 40.703710558128925 ], [ -110.9030634588966, 40.702976454246048 ], [ -110.90324784445899, 40.702350504060242 ], [ -110.90342022673828, 40.701837152275303 ], [ -110.90356877106571, 40.701435488220206 ], [ -110.90359862881493, 40.701251735571503 ], [ -110.9035929830269, 40.701062548043033 ], [ -110.90356368271681, 40.700859827692341 ], [ -110.90348108885614, 40.700675981066574 ], [ -110.90327490719777, 40.700008263339583 ], [ -110.90314556282659, 40.699413580192449 ], [ -110.90309769786717, 40.698954095893228 ], [ -110.90319978672784, 40.698751485584474 ], [ -110.90334204782435, 40.69859845672098 ], [ -110.90351986353124, 40.69841392691248 ], [ -110.90387682456146, 40.697941267392814 ], [ -110.90404192586568, 40.697541417980098 ], [ -110.90419065691101, 40.697000117942714 ], [ -110.90421468440493, 40.696752398296134 ], [ -110.90423285164539, 40.69646413456536 ], [ -110.90431602754775, 40.696238985706763 ], [ -110.90439916425653, 40.696040862887266 ], [ -110.90455356795674, 40.695667129020492 ], [ -110.90485627277079, 40.695045777575992 ], [ -110.90499298810704, 40.694622480540815 ], [ -110.90500544458189, 40.694185568062437 ], [ -110.90498835627781, 40.693717100729238 ], [ -110.90494174816429, 40.693199961977122 ], [ -110.90480047798934, 40.692667430320142 ], [ -110.90460008921758, 40.692095211239838 ], [ -110.90433467377242, 40.691477894289378 ], [ -110.9040761835054, 40.690986704518437 ], [ -110.9038269838483, 40.69062164397576 ], [ -110.90340163843393, 40.690121304789287 ], [ -110.9030825666551, 40.689792218997667 ], [ -110.90266301847932, 40.689381969126366 ], [ -110.90211451443146, 40.688944582268547 ], [ -110.90176475012466, 40.688570423120083 ], [ -110.90156987286942, 40.688299995384853 ], [ -110.90143418419613, 40.688020609128237 ], [ -110.9013930812725, 40.687804364604993 ], [ -110.90138139264582, 40.687705258632015 ], [ -110.90147063046399, 40.687381020663125 ], [ -110.90160125530124, 40.687079339705491 ], [ -110.90182080315522, 40.686665125135946 ], [ -110.90192176624252, 40.686412966556766 ], [ -110.90198721871839, 40.686165282102145 ], [ -110.90198157207783, 40.685980598364623 ], [ -110.90188714801069, 40.685809352307196 ], [ -110.901745486355, 40.685570500504788 ], [ -110.90148576820529, 40.685137860145673 ], [ -110.90105473788093, 40.684515889129202 ], [ -110.90071804012645, 40.684128224630065 ], [ -110.90065911060348, 40.683966016763691 ], [ -110.90064753073939, 40.683794840885092 ], [ -110.90064791866941, 40.683533587971148 ], [ -110.90077258263936, 40.683258928818766 ], [ -110.90090892601184, 40.683087879980029 ], [ -110.9011815574455, 40.682781816692739 ], [ -110.90157253065601, 40.682471349324075 ], [ -110.90195044355569, 40.682187895728418 ], [ -110.90902230386611, 40.682170262025224 ], [ -110.90951925769788, 40.682216597091795 ], [ -110.9097205087551, 40.682159098724213 ], [ -110.90990992819148, 40.682099789026658 ], [ -110.91010519031045, 40.682095436853736 ], [ -110.91024128994894, 40.682086534004213 ], [ -110.91038921721645, 40.68208214454242 ], [ -110.91066738729876, 40.682023803322892 ], [ -110.91095733662831, 40.682006009828058 ], [ -110.91121178475984, 40.681988188309717 ], [ -110.91153733010866, 40.681898350839759 ], [ -110.91186880327511, 40.681799508239159 ], [ -110.91224769859522, 40.681633135215243 ], [ -110.91231282482021, 40.681601654117856 ], [ -110.91285161210131, 40.681327295587387 ], [ -110.91295818450023, 40.681273323558166 ], [ -110.91302922681631, 40.681241846514389 ], [ -110.91323044389898, 40.681205962960682 ], [ -110.91350853800675, 40.681201667250861 ], [ -110.91375708886126, 40.681165818227598 ], [ -110.91393468461312, 40.681093880850568 ], [ -110.91428394091311, 40.680963513974021 ], [ -110.91455611144806, 40.680963715711471 ], [ -110.91502332311929, 40.681130722161377 ], [ -110.91509430716076, 40.681144287489076 ], [ -110.91524219209953, 40.681171422357146 ], [ -110.91574507211864, 40.681207825373235 ], [ -110.91631303722305, 40.681244273392423 ], [ -110.91649056973098, 40.681220979219056 ], [ -110.91687522605994, 40.681168105245121 ], [ -110.91697586702414, 40.681123133971802 ], [ -110.91704097936373, 40.681100658931243 ], [ -110.91714160338259, 40.681069200606771 ], [ -110.91723747161633, 40.681055756260314 ], [ -110.91759132156329, 40.681033487519542 ], [ -110.9182717486748, 40.681033971169683 ], [ -110.91859130290473, 40.680993657607409 ], [ -110.91914761929567, 40.680876934930424 ], [ -110.91927189265238, 40.680859004413009 ], [ -110.91936657138386, 40.680850061835216 ], [ -110.9197215974892, 40.680832291754761 ], [ -110.9199819135798, 40.68084958906072 ], [ -110.9203664739062, 40.680873277655998 ], [ -110.92079842498596, 40.680849251178536 ], [ -110.92115345495979, 40.680827873202659 ], [ -110.92214648724354, 40.680653777553346 ], [ -110.92278680158132, 40.68054610267982 ], [ -110.92358571243733, 40.680411503109816 ], [ -110.92404735844923, 40.680285685375949 ], [ -110.92439064365747, 40.680182310191832 ], [ -110.92472205898854, 40.680110456833539 ], [ -110.92514216823992, 40.680088208127167 ], [ -110.92559179546787, 40.680124533723422 ], [ -110.92607094687784, 40.680214928911084 ], [ -110.92692855652101, 40.680499250129756 ], [ -110.92772716177042, 40.680639388234027 ], [ -110.92782182449584, 40.68064395181964 ], [ -110.92795198564329, 40.680650339232272 ], [ -110.9281058127502, 40.680657642110795 ], [ -110.92820639225377, 40.680662209065218 ], [ -110.9286857478774, 40.680567914384874 ], [ -110.92918282844671, 40.680496150432234 ], [ -110.93002899356325, 40.680424596419826 ], [ -110.93091655982175, 40.680366574092481 ], [ -110.93192247220317, 40.68029510167311 ], [ -110.93270353471928, 40.680237002760457 ], [ -110.9330585180394, 40.680255226598405 ], [ -110.9335258560655, 40.680336575259936 ], [ -110.93395775723599, 40.68035484059186 ], [ -110.93402882424176, 40.68028731567707 ], [ -110.93407029878993, 40.680228782562814 ], [ -110.93414731769225, 40.680125226014674 ], [ -110.93418288422258, 40.68005768074898 ], [ -110.93423628921666, 40.679900058236782 ], [ -110.9342968160461, 40.679719917898467 ], [ -110.93442007645852, 40.679521795691194 ], [ -110.93462734670105, 40.679329126186211 ], [ -110.93471614944625, 40.679274223113509 ], [ -110.93502983879644, 40.67916179079495 ], [ -110.93529022556726, 40.679103380206776 ], [ -110.9355328656037, 40.679041355626701 ], [ -110.93588089537839, 40.678901013061683 ], [ -110.93612481719371, 40.678734486545288 ], [ -110.9365096540552, 40.678459932178662 ], [ -110.93674658357087, 40.678176286838841 ], [ -110.93720863746975, 40.677572953264395 ], [ -110.93760564041976, 40.676929043291317 ], [ -110.93780136712908, 40.676406641691237 ], [ -110.93813901548047, 40.67595638580449 ], [ -110.93854173827243, 40.675506163550487 ], [ -110.93880818875824, 40.675267573276294 ], [ -110.93935278991897, 40.67493003258889 ], [ -110.93990325324512, 40.674646544852138 ], [ -110.94093302111267, 40.674250691309453 ], [ -110.94166093660701, 40.673989807672484 ], [ -110.94280899065188, 40.67361201455428 ], [ -110.94330612275257, 40.673400554098293 ], [ -110.94351326938784, 40.673301559371552 ], [ -110.94373819011909, 40.673171042306834 ], [ -110.94393236535748, 40.673017987998485 ], [ -110.94416443992944, 40.672819907937686 ], [ -110.94443084098512, 40.67260382642597 ], [ -110.94472575613138, 40.672243617914901 ], [ -110.94529666803975, 40.671496163342916 ], [ -110.94550158616572, 40.671216988889654 ], [ -110.94581068385538, 40.670861288588945 ], [ -110.94600012587514, 40.670694715386773 ], [ -110.94615407920483, 40.670519116569778 ], [ -110.94620145291762, 40.670460581746354 ], [ -110.94635543405775, 40.670248947646058 ], [ -110.94642066296869, 40.670055289693842 ], [ -110.94649182167687, 40.669843616934763 ], [ -110.94661632228953, 40.669505846211123 ], [ -110.94666996227967, 40.669005885001269 ], [ -110.94674118358422, 40.6687131332611 ], [ -110.94679454992924, 40.668555504604655 ], [ -110.94691312026836, 40.668231243889501 ], [ -110.94692507294403, 40.668078100490902 ], [ -110.94691340601737, 40.667870893677119 ], [ -110.9468721934373, 40.667623133847599 ], [ -110.94678977634948, 40.667118605356279 ], [ -110.94663059562215, 40.666442874848769 ], [ -110.94650672342595, 40.666001388217332 ], [ -110.94648326332612, 40.665749132010767 ], [ -110.94647283165973, 40.665478864303502 ], [ -110.94647790604587, 40.665050950415839 ], [ -110.9466082197174, 40.664830296040897 ], [ -110.94679165218642, 40.664758310603538 ], [ -110.94700469649496, 40.664641294648739 ], [ -110.9470817450774, 40.664452145939428 ], [ -110.94709260616935, 40.66418188798319 ], [ -110.94705259247993, 40.663916111078741 ], [ -110.94705292017765, 40.663501708020938 ], [ -110.94714184748113, 40.663249503317616 ], [ -110.9473135758186, 40.663010849494519 ], [ -110.94752073026795, 40.66285329041326 ], [ -110.94772191936693, 40.662758789623886 ], [ -110.94803555493986, 40.662587764620532 ], [ -110.94810064930991, 40.662551758827561 ], [ -110.94830185755153, 40.662430230728894 ], [ -110.94835515613921, 40.662349175672041 ], [ -110.94839070234627, 40.662277121424047 ], [ -110.94845472069375, 40.662101479047145 ], [ -110.94848555192333, 40.662006900741794 ], [ -110.94865143321489, 40.661669145813555 ], [ -110.94882322785148, 40.661331393247877 ], [ -110.94874054170344, 40.661169198724615 ], [ -110.9486105014572, 40.661052026920814 ], [ -110.94843316953659, 40.660898798779293 ], [ -110.94835046402109, 40.660763630266267 ], [ -110.94829739275133, 40.660551900415975 ], [ -110.94827387212268, 40.660371714472085 ], [ -110.94825161466341, 40.660087928217308 ], [ -110.94826241114598, 40.65989424447362 ], [ -110.94827435922734, 40.65974110071074 ], [ -110.94827452623109, 40.659524890262368 ], [ -110.94819774803139, 40.659376211104714 ], [ -110.94807954538003, 40.659254539590897 ], [ -110.94794360568389, 40.659123851186244 ], [ -110.9478196049473, 40.658853532034414 ], [ -110.94779610375251, 40.658650824015865 ], [ -110.94776676171226, 40.658353521219468 ], [ -110.94771952101857, 40.658254403328215 ], [ -110.94767816353136, 40.658195827565144 ], [ -110.94753632967803, 40.658042614050977 ], [ -110.94734124632221, 40.657911898023855 ], [ -110.94712250134658, 40.657785675218896 ], [ -110.94661991643979, 40.657578242159651 ], [ -110.94643074729976, 40.657452031705716 ], [ -110.94625941323271, 40.657213219547785 ], [ -110.94623582331387, 40.65712762519847 ], [ -110.94622403741913, 40.657073567056059 ], [ -110.94618279417614, 40.656875354771572 ], [ -110.9460765267488, 40.656632068236988 ], [ -110.94587572140684, 40.656271623221834 ], [ -110.94576355609017, 40.656010316054669 ], [ -110.94573416947321, 40.655780578419851 ], [ -110.94579343507304, 40.655631961420752 ], [ -110.94589534669095, 40.655406789761216 ], [ -110.94623760592738, 40.654906962396204 ], [ -110.94630761312055, 40.654636731587914 ], [ -110.94633261252561, 40.654438550055133 ], [ -110.9463209353227, 40.654249360246816 ], [ -110.94625008910683, 40.65409167363655 ], [ -110.94613199350025, 40.653852885920209 ], [ -110.94601984574416, 40.653573561338469 ], [ -110.94598451593394, 40.653379856018027 ], [ -110.94600242592429, 40.653172662415301 ], [ -110.94606176841417, 40.652924948642742 ], [ -110.946132957087, 40.652654718398907 ], [ -110.94614499564543, 40.652393469310574 ], [ -110.94606837539943, 40.65206461295962 ], [ -110.94597399158943, 40.651762774582053 ], [ -110.94589857028224, 40.651415901074401 ], [ -110.94586221566632, 40.65102850628525 ], [ -110.94588619595599, 40.650627626569289 ], [ -110.94597536116201, 40.650064619176014 ], [ -110.94601121559454, 40.649605187803253 ], [ -110.94603523801605, 40.649150255248003 ], [ -110.94612308679901, 40.648749405180844 ], [ -110.94614213080881, 40.648600769047484 ], [ -110.94611858028912, 40.648470130619131 ], [ -110.94607733900182, 40.648276422397352 ], [ -110.94605381048467, 40.648118757589501 ], [ -110.94599487892732, 40.647861979530241 ], [ -110.94592424018619, 40.64745655090163 ], [ -110.94582388780509, 40.647231284091198 ], [ -110.9456879768863, 40.647100592776489 ], [ -110.94553430327161, 40.646996919297159 ], [ -110.94538654020545, 40.646897752802779 ], [ -110.94531680213147, 40.646843667050341 ], [ -110.94513833996031, 40.646681424151119 ], [ -110.9450497633763, 40.646523728174316 ], [ -110.9450261491843, 40.646474168577676 ], [ -110.94499078158837, 40.646334515452928 ], [ -110.94510332265001, 40.646113853586058 ], [ -110.94518622098373, 40.645983265466086 ], [ -110.94526328998107, 40.645749073396843 ], [ -110.94532848341022, 40.645573432804483 ], [ -110.94559484905956, 40.645262755209792 ], [ -110.94572977402109, 40.645145704370719 ], [ -110.94579012544469, 40.645105193142221 ], [ -110.94612144931362, 40.644902650320574 ], [ -110.94640549880035, 40.644655040634689 ], [ -110.9465949233179, 40.644415494433801 ], [ -110.94658917783498, 40.644204685956218 ], [ -110.94652425148236, 40.64405150637657 ], [ -110.94648300453244, 40.643866806945063 ], [ -110.94657187479258, 40.643656042255245 ], [ -110.94671983376796, 40.643502060187814 ], [ -110.94695654275129, 40.643285958024357 ], [ -110.94711634747034, 40.643105855366045 ], [ -110.94712233197426, 40.643015770129338 ], [ -110.94711646834227, 40.642952705859507 ], [ -110.94709177789903, 40.642768014190686 ], [ -110.94702805226383, 40.642592313410155 ], [ -110.94683303272748, 40.642439074213861 ], [ -110.94678581892083, 40.642321938083377 ], [ -110.94689241614695, 40.642123793575891 ], [ -110.94712902018638, 40.642033814149819 ], [ -110.9472533345601, 40.641862703807881 ], [ -110.94726520370082, 40.641808656430733 ], [ -110.94729969211753, 40.641565434578339 ], [ -110.9474015171205, 40.641416835798346 ], [ -110.94751986349017, 40.641313288436272 ], [ -110.9479517618346, 40.641016193478357 ], [ -110.94803458891963, 40.640962177973094 ], [ -110.94836001743391, 40.640701068716588 ], [ -110.94853153132792, 40.640660605677674 ], [ -110.94870301398207, 40.640660681976733 ], [ -110.94880945218004, 40.640659828326854 ], [ -110.94898093757649, 40.640656300693834 ], [ -110.9491702281388, 40.640566296149181 ], [ -110.9493182724306, 40.640282583956512 ], [ -110.94934206809161, 40.640093409549856 ], [ -110.94933628707881, 40.639918636244559 ], [ -110.94932487365139, 40.639372697768827 ], [ -110.94936055296088, 40.63910695370938 ], [ -110.94953809732986, 40.638904333333251 ], [ -110.94970966337857, 40.638787293716561 ], [ -110.94991077372525, 40.638697293074465 ], [ -110.95024199926939, 40.63856770947487 ], [ -110.950478676793, 40.638355203410597 ], [ -110.95052605720851, 40.638251622458121 ], [ -110.95054383936942, 40.638193072839883 ], [ -110.95060310194739, 40.638012922092962 ], [ -110.95061514030313, 40.637724645452444 ], [ -110.95065084678072, 40.637413856896011 ], [ -110.95066879438858, 40.637130087148385 ], [ -110.95062175349761, 40.636774219154468 ], [ -110.95062191279344, 40.636558007835568 ], [ -110.95063379419955, 40.636482338927699 ], [ -110.95073447515433, 40.636260765238461 ], [ -110.95088835666668, 40.636058132587607 ], [ -110.95104226028033, 40.635823968901967 ], [ -110.95109560337836, 40.635648319722755 ], [ -110.95107800649831, 40.635454622864501 ], [ -110.95100127265272, 40.635274414136447 ], [ -110.95087730361304, 40.635004097166487 ], [ -110.95093661852047, 40.634747371279012 ], [ -110.95114959623523, 40.634580798561835 ], [ -110.95126789853605, 40.634513282459224 ], [ -110.95132704796161, 40.634481776564236 ], [ -110.95160508886998, 40.634279195156132 ], [ -110.95167620283262, 40.634054004641492 ], [ -110.95177097965114, 40.633810806333983 ], [ -110.95197223367251, 40.633495581766319 ], [ -110.95218055577686, 40.63321549412894 ], [ -110.95229779970633, 40.632968701128434 ], [ -110.95232746480517, 40.632824572358167 ], [ -110.95236308708394, 40.632617384335255 ], [ -110.95241048610717, 40.632477767255622 ], [ -110.95248744085249, 40.632347171130903 ], [ -110.95277139770835, 40.632122067234292 ], [ -110.95293110006568, 40.632027539875963 ], [ -110.95314406166028, 40.631864566919511 ], [ -110.95335702096561, 40.631703395327776 ], [ -110.95364100955626, 40.631424236383708 ], [ -110.95424449359774, 40.630807373121421 ], [ -110.95472369929904, 40.630352616704769 ], [ -110.95483030316458, 40.630081493027575 ], [ -110.9550018579431, 40.629933815377754 ], [ -110.95527976070154, 40.629893383639505 ], [ -110.95559900943897, 40.629912425337565 ], [ -110.95568177852016, 40.629916060656619 ], [ -110.95580001812871, 40.629924213906236 ], [ -110.95593012845909, 40.62986210278094 ], [ -110.95601296784002, 40.629758532947839 ], [ -110.95607223775956, 40.629533335034871 ], [ -110.95604879857861, 40.629213513031587 ], [ -110.95614349963525, 40.629051390278036 ], [ -110.95625590731321, 40.628934318250472 ], [ -110.95653386650497, 40.628799290896623 ], [ -110.95674084695604, 40.628713784817975 ], [ -110.95690644193967, 40.628628262932054 ], [ -110.95714889414819, 40.628542769349757 ], [ -110.9573913371501, 40.628470788484854 ], [ -110.95762203228215, 40.628277183716918 ], [ -110.95777585193818, 40.628110576864891 ], [ -110.95813082200088, 40.627718822357785 ], [ -110.95832621378358, 40.627245929856947 ], [ -110.95839140247085, 40.626993706320548 ], [ -110.95836195721716, 40.626809014832361 ], [ -110.95819067851274, 40.626538688247102 ], [ -110.95811395542516, 40.626326953084103 ], [ -110.95822047404705, 40.626160328418102 ], [ -110.95848545063748, 40.625962229830371 ], [ -110.95862268731705, 40.625831651120137 ], [ -110.95871150432836, 40.625606462279478 ], [ -110.958794433809, 40.62534073154584 ], [ -110.95888907027356, 40.625264190252906 ], [ -110.9589541197916, 40.625232682499387 ], [ -110.95910193764695, 40.625196699635616 ], [ -110.95939755924336, 40.625147255399796 ], [ -110.95955723564261, 40.625052718751498 ], [ -110.95969326434837, 40.624958173630212 ], [ -110.95977013951065, 40.624922165128687 ], [ -110.96016635372384, 40.624715099453702 ], [ -110.96046207069251, 40.624498989224072 ], [ -110.96069871312569, 40.624206283108386 ], [ -110.96073426272888, 40.62407116278635 ], [ -110.96071663045274, 40.623895484647655 ], [ -110.96062807900776, 40.623683747033134 ], [ -110.96048042194248, 40.623453971476067 ], [ -110.96042729127358, 40.62332782968106 ], [ -110.96039789575219, 40.623052149435864 ], [ -110.96041693213515, 40.622850358182312 ], [ -110.9604454620485, 40.622589111892566 ], [ -110.9605046894997, 40.622399946728414 ], [ -110.9605520351809, 40.622309874605691 ], [ -110.9606242251969, 40.622192784443214 ], [ -110.96074136125229, 40.622044178612001 ], [ -110.96082890224588, 40.621958624441753 ], [ -110.96090698717985, 40.621868562587963 ], [ -110.96098984515221, 40.621702828108909 ], [ -110.96102067200675, 40.621553291913855 ], [ -110.96102077150442, 40.621382124143793 ], [ -110.96101387673863, 40.621039786194075 ], [ -110.96103640835622, 40.620922678974665 ], [ -110.96109087215127, 40.620787564844868 ], [ -110.96117372363703, 40.620629938150167 ], [ -110.96132752730443, 40.620445308671052 ], [ -110.96142219024379, 40.620305703410175 ], [ -110.96148729325959, 40.620170592632036 ], [ -110.96149328741626, 40.620026453287934 ], [ -110.96145787870309, 40.619922839884772 ], [ -110.96142838663874, 40.619810219610656 ], [ -110.96145207867328, 40.619729148010641 ], [ -110.96152306397738, 40.619643587752549 ], [ -110.96159995527661, 40.619567038248071 ], [ -110.96167094022037, 40.6194814778965 ], [ -110.96167096596535, 40.619436433730428 ], [ -110.96165918194632, 40.619368863556531 ], [ -110.96164149179164, 40.61929228258407 ], [ -110.96162969494128, 40.619247234489393 ], [ -110.96154122165112, 40.618904869312935 ], [ -110.9615058646481, 40.618712068444971 ], [ -110.96155327919882, 40.618494971284292 ], [ -110.9616657235788, 40.618266184210341 ], [ -110.96180772678662, 40.618031100609976 ], [ -110.96201949316212, 40.617774418577461 ], [ -110.96242881414361, 40.617297084043884 ], [ -110.96261221754683, 40.617013365145155 ], [ -110.9626891772561, 40.616806186736831 ], [ -110.96272476648085, 40.616585481666249 ], [ -110.96278402467945, 40.616319740006212 ], [ -110.96286701379719, 40.615896351228557 ], [ -110.96293239839, 40.615238726835905 ], [ -110.96290908836015, 40.614635126937173 ], [ -110.9628087803744, 40.614315280763719 ], [ -110.96267883390578, 40.614148575249544 ], [ -110.96257843224809, 40.613999896847645 ], [ -110.96248395698365, 40.613824193748634 ], [ -110.96236580610243, 40.613707040340913 ], [ -110.96220036916255, 40.613589871344317 ], [ -110.96198172284802, 40.613495206716784 ], [ -110.9618635324472, 40.613450123530818 ], [ -110.96177488590044, 40.613423067693795 ], [ -110.96168624714399, 40.613382498524587 ], [ -110.96162126195203, 40.613323919460179 ], [ -110.96162129030206, 40.613274370824499 ], [ -110.96165090858946, 40.613161770103765 ], [ -110.96169233800981, 40.613067190981106 ], [ -110.9617870231243, 40.612869027754549 ], [ -110.96181552803975, 40.612634807200855 ], [ -110.96176360353003, 40.612477135222647 ], [ -110.96163369155722, 40.612260879837713 ], [ -110.96155690161282, 40.612175270265077 ], [ -110.96121550106736, 40.611765253606933 ], [ -110.96109032858044, 40.61153548590493 ], [ -110.96096634169308, 40.611301214035045 ], [ -110.96081990070422, 40.611057925559912 ], [ -110.96075382073344, 40.610855204040632 ], [ -110.96076569192468, 40.610769624013571 ], [ -110.96078938682398, 40.610679543574214 ], [ -110.96087221863188, 40.610535430084241 ], [ -110.96093137387233, 40.610449866043865 ], [ -110.96107336569825, 40.610210278596959 ], [ -110.96110300862146, 40.610054435486973 ], [ -110.9611326581921, 40.609886880862554 ], [ -110.96117413584939, 40.609706717811981 ], [ -110.96117421927222, 40.609562576235398 ], [ -110.96116836670129, 40.609462576027589 ], [ -110.96117434701227, 40.609341859439269 ], [ -110.96119807733159, 40.609188716948942 ], [ -110.96124546218314, 40.609013060260793 ], [ -110.96124560269678, 40.608769821318702 ], [ -110.96119847072784, 40.608508548791377 ], [ -110.96105681816572, 40.608170669156486 ], [ -110.96101556101509, 40.607972460478642 ], [ -110.96100975279717, 40.607796785884119 ], [ -110.9610394036911, 40.60762562767691 ], [ -110.96112816233574, 40.607445480510712 ], [ -110.96116365001527, 40.607400448179654 ], [ -110.96171374665188, 40.606625870353618 ], [ -110.96186168333179, 40.60630610493407 ], [ -110.96197415521367, 40.605990832064982 ], [ -110.96208664385486, 40.605644028076654 ], [ -110.96220027274464, 40.605369295187188 ], [ -110.96233513899166, 40.605162135530136 ], [ -110.96255984970543, 40.604932482721416 ], [ -110.96291458941126, 40.604684853571968 ], [ -110.96339938046472, 40.60437510348158 ], [ -110.96378248978787, 40.604113066453735 ], [ -110.96410885046924, 40.603869929127953 ], [ -110.96425076613117, 40.603725831386896 ], [ -110.96435248171227, 40.603604243217639 ], [ -110.96438679994499, 40.60352767849529 ], [ -110.96441048025082, 40.603451110484457 ], [ -110.96439868431844, 40.603406062549041 ], [ -110.96436798387253, 40.603347495491576 ], [ -110.96431599585723, 40.603311444001427 ], [ -110.96422738332551, 40.603243850139606 ], [ -110.96410923837956, 40.603144716024659 ], [ -110.96410927211024, 40.603081654011369 ], [ -110.96413886726614, 40.602996079027321 ], [ -110.96417911020872, 40.6028915887292 ], [ -110.96425126049608, 40.602797918928005 ], [ -110.96442272997625, 40.602640316799636 ], [ -110.96474196571644, 40.602442219735117 ], [ -110.96536858173734, 40.60210457698836 ], [ -110.96594197382446, 40.601825472747613 ], [ -110.96622573813805, 40.601636369951734 ], [ -110.96639719775725, 40.601483269288323 ], [ -110.96650956379828, 40.601321142384194 ], [ -110.96659239418054, 40.601131980236488 ], [ -110.9668170990978, 40.600857274659553 ], [ -110.96696489007084, 40.600758219516287 ], [ -110.96701811703018, 40.600677154947967 ], [ -110.96711275610461, 40.600505112619835 ], [ -110.96723690023686, 40.600420464570917 ], [ -110.96742013872311, 40.600339436616423 ], [ -110.96779247427351, 40.600280983414272 ], [ -110.96810451166411, 40.600263052269554 ], [ -110.96821800866141, 40.600195517065757 ], [ -110.96838355043775, 40.60004241178617 ], [ -110.9686850585565, 40.599790245683586 ], [ -110.9688741948041, 40.59972723474381 ], [ -110.96899241362398, 40.599668708910933 ], [ -110.96918748984079, 40.599538132555004 ], [ -110.96941213362956, 40.599362519367979 ], [ -110.96990868984184, 40.599020312857554 ], [ -110.97051750558097, 40.598714168369604 ], [ -110.97081304322163, 40.598570101542734 ], [ -110.97101995304904, 40.5983899762821 ], [ -110.97113821413429, 40.598223341831229 ], [ -110.97116190421769, 40.598101728024979 ], [ -110.97119152105152, 40.597939575780444 ], [ -110.97126246701136, 40.597863018068161 ], [ -110.97130385994436, 40.597799966276575 ], [ -110.97138071696109, 40.597718905523585 ], [ -110.97144573581883, 40.597682886138351 ], [ -110.97152848855488, 40.597633357784979 ], [ -110.97197766908103, 40.597475812415212 ], [ -110.97220346561572, 40.597336229493827 ], [ -110.97231461022973, 40.597219140879368 ], [ -110.97250380595162, 40.596984955449464 ], [ -110.97275211738912, 40.596692226000826 ], [ -110.9730299568464, 40.596440042821598 ], [ -110.97353235916631, 40.596156379586461 ], [ -110.97370966561668, 40.596084349104977 ], [ -110.97381606055087, 40.596012302297886 ], [ -110.9739165722596, 40.595872687523936 ], [ -110.97396981140314, 40.595728557579832 ], [ -110.97402310784858, 40.595435781223088 ], [ -110.97405283500119, 40.594967326505916 ], [ -110.974218452651, 40.594548450960623 ], [ -110.97446679728409, 40.594125089025873 ], [ -110.97470323578726, 40.593926945799694 ], [ -110.97485099142209, 40.593850402624902 ], [ -110.97505783903671, 40.593769367597133 ], [ -110.97523514253008, 40.593683821429792 ], [ -110.97545382538581, 40.593553239411449 ], [ -110.97561344815024, 40.593337060201335 ], [ -110.97576124373974, 40.593143400472044 ], [ -110.97608630662519, 40.59295428181985 ], [ -110.97641722284871, 40.592918314346747 ], [ -110.97670085744997, 40.592909363028276 ], [ -110.97688995593023, 40.592877869946811 ], [ -110.97701997520045, 40.592814833748712 ], [ -110.97720910691139, 40.592684242504454 ], [ -110.97743368708542, 40.592567171193949 ], [ -110.97759324248852, 40.592526662306675 ], [ -110.97781778425249, 40.592522201205767 ], [ -110.97807776352796, 40.592567295224129 ], [ -110.97823728933547, 40.592616874213675 ], [ -110.97845000765014, 40.59263042741 ], [ -110.97853864844357, 40.592610624383141 ], [ -110.97868638336452, 40.592576418003475 ], [ -110.97886485945627, 40.592495370901467 ], [ -110.97905870539979, 40.592391804116268 ], [ -110.97949604972155, 40.592121616243332 ], [ -110.97968516648419, 40.592018047560444 ], [ -110.97978564101253, 40.591941489722615 ], [ -110.97989793984912, 40.591842411658824 ], [ -110.98001615394482, 40.591720812311287 ], [ -110.98015209289954, 40.591603720326468 ], [ -110.98040029583461, 40.591500160600617 ], [ -110.98053620885736, 40.59146865250549 ], [ -110.98114486082434, 40.591329115833496 ], [ -110.98156440520914, 40.591270625838639 ], [ -110.98174167323042, 40.591260744226936 ], [ -110.98192484227971, 40.591279691680406 ], [ -110.98220845490177, 40.591324780107257 ], [ -110.9826634269676, 40.591360884803592 ], [ -110.98344339323485, 40.591370008109344 ], [ -110.98395864198825, 40.591383594130036 ], [ -110.98436989404675, 40.591401668266975 ], [ -110.98471378432687, 40.591424236484663 ], [ -110.98508604036788, 40.591433294025741 ], [ -110.98542874634602, 40.591469373280418 ], [ -110.98558236514351, 40.59152344583002 ], [ -110.98564735208173, 40.591573002756789 ], [ -110.98578323798759, 40.59165860390911 ], [ -110.98587776772382, 40.591717173215919 ], [ -110.98603138370086, 40.591789262922752 ], [ -110.98627954603189, 40.591843345936411 ], [ -110.98654544467044, 40.591851485204039 ], [ -110.98669434776484, 40.591856907778848 ], [ -110.98691651961879, 40.591870446474232 ], [ -110.98719541612731, 40.591888495483303 ], [ -110.98741995850034, 40.591865997959665 ], [ -110.98761495874227, 40.59182998351816 ], [ -110.98789741847462, 40.59174893355106 ], [ -110.9882531451065, 40.591682304571947 ], [ -110.98861949570485, 40.591682341246312 ], [ -110.98897992721847, 40.591744537456776 ], [ -110.98932853502905, 40.591848172291101 ], [ -110.9896121529388, 40.591906755853934 ], [ -110.98975987338736, 40.59192028236118 ], [ -110.98996668023027, 40.591951831583337 ], [ -110.9903684760333, 40.592019432370677 ], [ -110.99101371758495, 40.592105068711057 ], [ -110.99163886987601, 40.592195204432549 ], [ -110.99215293062601, 40.592330373664574 ], [ -110.99254881555395, 40.59245562327802 ], [ -110.99293288527284, 40.592569159269253 ], [ -110.99332287207051, 40.592614226856895 ], [ -110.993560411076, 40.592627753659315 ], [ -110.9937542271884, 40.592605242108519 ], [ -110.99386650322761, 40.59254218598366 ], [ -110.99397877945991, 40.592474625310253 ], [ -110.99406741658301, 40.59244219793765 ], [ -110.99413832497687, 40.592430490016874 ], [ -110.99423286812195, 40.592430494775776 ], [ -110.99442785857262, 40.592488161162258 ], [ -110.99454603577563, 40.592510688996036 ], [ -110.99474102948098, 40.592533220231616 ], [ -110.99487693470384, 40.592543136104162 ], [ -110.9949714774003, 40.592551248248128 ], [ -110.99516647558291, 40.592515221062811 ], [ -110.99526693034241, 40.59247918971289 ], [ -110.99537920505998, 40.592411627677478 ], [ -110.99551984215798, 40.592348571074481 ], [ -110.99576920394183, 40.592276509455161 ], [ -110.99597010874648, 40.59225849888329 ], [ -110.996206460913, 40.592348595664369 ], [ -110.99623009338181, 40.592407154142528 ], [ -110.99623599777988, 40.592488234232562 ], [ -110.99620644818481, 40.592573817600915 ], [ -110.99620053463629, 40.592654897301706 ], [ -110.99625371080823, 40.592735978932559 ], [ -110.99636007159805, 40.592749495648633 ], [ -110.99640143422754, 40.592753100495436 ], [ -110.99644870574144, 40.592758507284614 ], [ -110.99654915925056, 40.592740492575217 ], [ -110.99668506831911, 40.592686443292934 ], [ -110.9968032502757, 40.592632393361015 ], [ -110.99696870677002, 40.592510777977807 ], [ -110.99732325225212, 40.592303582553754 ], [ -110.99766597379559, 40.592208996770239 ], [ -110.99806659814455, 40.592240535242929 ], [ -110.99828050059826, 40.592272069697401 ], [ -110.99856412936548, 40.592272073571237 ], [ -110.99893048362046, 40.592245050910833 ], [ -110.99922593075743, 40.592191000001328 ], [ -110.99945047022941, 40.592154064888248 ], [ -110.99964546504002, 40.592082895514977 ], [ -111.00002363563355, 40.591996410826475 ], [ -111.00025999196903, 40.591996410536304 ], [ -111.00047271283589, 40.592019832944949 ], [ -111.00073861425214, 40.592060371502384 ], [ -111.00155995298626, 40.592046850013368 ], [ -111.002393110176, 40.592060349074423 ], [ -111.00267083038899, 40.592091874060245 ], [ -111.00285400604321, 40.592073851923573 ], [ -111.00309035974779, 40.592010783695159 ], [ -111.00361033463859, 40.591840500813532 ], [ -111.00381714661732, 40.591852205706495 ], [ -111.00389987618134, 40.591938688175325 ], [ -111.00394124062015, 40.591974722284469 ], [ -111.00397079048153, 40.592064810054161 ], [ -111.00404170342092, 40.59216390525296 ], [ -111.00417761285759, 40.592231467001803 ], [ -111.00440215629754, 40.592294520807272 ], [ -111.00499896640827, 40.592398098614261 ], [ -111.00619850028413, 40.592596235777627 ], [ -111.00681895584741, 40.592740342851414 ], [ -111.00712977169835, 40.592776359593074 ], [ -111.00725031093683, 40.592740316582109 ], [ -111.00735075362635, 40.592650221462954 ], [ -111.00740391543953, 40.592479049398854 ], [ -111.00749842493985, 40.592177245900281 ], [ -111.00766858240392, 40.592006066046395 ], [ -111.00788837953338, 40.591884431388799 ], [ -111.00805382058408, 40.591816853384159 ], [ -111.00824289795415, 40.591758282336116 ], [ -111.00831971572298, 40.591776294586026 ], [ -111.00866836576432, 40.591974464273036 ], [ -111.00879245633845, 40.592001481528932 ], [ -111.00886926858142, 40.591974449022068 ], [ -111.00901106588751, 40.591851917302428 ], [ -111.00917058711502, 40.591713168018835 ], [ -111.00934784420733, 40.591645587220214 ], [ -111.00955465684061, 40.591659083616911 ], [ -111.00972011848657, 40.591749158598702 ], [ -111.0098678625013, 40.591897792566485 ], [ -111.01009832720466, 40.592014888066011 ], [ -111.01047650657843, 40.592073412093541 ], [ -111.01074240775624, 40.592073387671384 ], [ -111.01094329985314, 40.592005802228321 ], [ -111.01120325501667, 40.59178505978916 ], [ -111.01145139303534, 40.591577831246951 ], [ -111.01177634619371, 40.591379603237826 ], [ -111.0119063242033, 40.5912849966819 ], [ -111.01205991372788, 40.591059758762121 ], [ -111.01216151207372, 40.590875066074645 ], [ -111.01227847931428, 40.590726407180057 ], [ -111.01243208716728, 40.590613779747073 ], [ -111.01265069529207, 40.590523667208529 ], [ -111.01290476151522, 40.590465081381168 ], [ -111.01354880418276, 40.590397441030994 ], [ -111.01393401935812, 40.590221722030364 ], [ -111.01419276555633, 40.589951424094316 ], [ -111.01435226462318, 40.589780235638663 ], [ -111.0146831072387, 40.589572989777466 ], [ -111.01488989457512, 40.58949638781035 ], [ -111.01504943117421, 40.589505376017826 ], [ -111.01523851739928, 40.589541386756615 ], [ -111.01535432570363, 40.589532362539238 ], [ -111.01548667311458, 40.589500813784475 ], [ -111.01558119540334, 40.589428730016508 ], [ -111.01569933849844, 40.589298085227298 ], [ -111.01615420425242, 40.588874605024557 ], [ -111.01622507519382, 40.588739461844682 ], [ -111.01623095223358, 40.588608832210468 ], [ -111.01617184551775, 40.588523256106974 ], [ -111.01595909299837, 40.588343108021398 ], [ -111.01592362972646, 40.588293564053927 ], [ -111.01595903946014, 40.588117885927623 ], [ -111.01608900094232, 40.588005256845747 ], [ -111.01630757487476, 40.587829552947454 ], [ -111.01650841433219, 40.587622320068704 ], [ -111.01657337806401, 40.587500690817699 ], [ -111.01656154214945, 40.587424116990654 ], [ -111.01654378777327, 40.587307004024602 ], [ -111.01654374892485, 40.587149348531973 ], [ -111.01657918312907, 40.587081776808368 ], [ -111.01664414844332, 40.586969156391973 ], [ -111.01683318433425, 40.586829491265043 ], [ -111.01710614592771, 40.586794316509661 ], [ -111.01731885896778, 40.586828518582024 ], [ -111.01747129026342, 40.586802369857864 ], [ -111.01765441197173, 40.586649190947718 ], [ -111.01779026425901, 40.586491514589341 ], [ -111.01810917090967, 40.585941922917229 ], [ -111.01810913810675, 40.585820302938323 ], [ -111.01804528297652, 40.585653648504277 ], [ -111.01797317096356, 40.585541048644764 ], [ -111.01786680166606, 40.58546899403936 ], [ -111.01753588674922, 40.585284362533265 ], [ -111.01747088119316, 40.585230319050943 ], [ -111.0173999566946, 40.585134835534532 ], [ -111.01737630156208, 40.585050155539108 ], [ -111.01737627358482, 40.584942048874154 ], [ -111.01744708992902, 40.584622222625306 ], [ -111.0175711115044, 40.584424008250792 ], [ -111.01773646255073, 40.584122185158662 ], [ -111.01787815776872, 40.583739285458677 ], [ -111.01807891708232, 40.583297818534831 ], [ -111.01815569614102, 40.583198708683078 ], [ -111.01829155377014, 40.583090580546916 ], [ -111.01849830709837, 40.582977936471856 ], [ -111.01887049400024, 40.582891390906596 ], [ -111.01937855374304, 40.582761578743543 ], [ -111.01962075143054, 40.582644422255562 ], [ -111.01969162995756, 40.582581347945478 ], [ -111.01979911184688, 40.582428178393194 ], [ -111.01982738145155, 40.582126375617904 ], [ -111.01981432528255, 40.581928182196194 ], [ -111.01990408048641, 40.581770511121093 ], [ -111.02005173630253, 40.581621838830472 ], [ -111.02017577713082, 40.581531728288674 ], [ -111.02036480812906, 40.581450615068142 ], [ -111.02076649643908, 40.581274870108615 ], [ -111.02106184662797, 40.581121665421811 ], [ -111.0211906001599, 40.580995517342139 ], [ -111.02122129155451, 40.580900918306426 ], [ -111.02120352082497, 40.580752274792374 ], [ -111.02115030274177, 40.58060363776719 ], [ -111.02116795546466, 40.580378412130969 ], [ -111.02128016960634, 40.58026578030951 ], [ -111.02145145915161, 40.580144128525347 ], [ -111.02175270919753, 40.579986416498386 ], [ -111.02190627953043, 40.579882785163385 ], [ -111.02201257521004, 40.579744027941075 ], [ -111.02216610712104, 40.579526884154873 ], [ -111.02237278295289, 40.579234055133085 ], [ -111.02272125234516, 40.578968224620546 ], [ -111.02301067092198, 40.578787989361111 ], [ -111.02320557672076, 40.578643807991298 ], [ -111.0233248863302, 40.578567208321154 ], [ -111.02360132359159, 40.57844102758601 ], [ -111.02386122624493, 40.578337371851816 ], [ -111.02413174252763, 40.578179659916479 ], [ -111.02456404752263, 40.577802095891698 ], [ -111.02490067351572, 40.577503829215161 ], [ -111.02523735102173, 40.577350604838962 ], [ -111.02552088935055, 40.577278471339675 ], [ -111.02620612321037, 40.577152193309843 ], [ -111.02751160720173, 40.576917658346339 ], [ -111.02814956363356, 40.576768857776287 ], [ -111.02841653423906, 40.576647172237941 ], [ -111.02865161273458, 40.576548016249909 ], [ -111.02884062720101, 40.576484906900468 ], [ -111.02912415995385, 40.576417268999684 ], [ -111.02956723710975, 40.576444183153484 ], [ -111.02980119164842, 40.576480158646568 ], [ -111.02991579997506, 40.57648463347541 ], [ -111.02997486896876, 40.576470203920039 ], [ -111.03002803120251, 40.576457577650409 ], [ -111.03013434469655, 40.576408001004076 ], [ -111.03038240822626, 40.576290820297167 ], [ -111.03070725417292, 40.576142087511343 ], [ -111.03116913803387, 40.575961785754679 ], [ -111.03162279983998, 40.575889591236241 ], [ -111.03201858235909, 40.575848942153421 ], [ -111.03243801869557, 40.575858734933291 ], [ -111.03279252468387, 40.575974849696728 ], [ -111.03322981545354, 40.576249496274706 ], [ -111.03346027163695, 40.576375554389578 ], [ -111.03369777931808, 40.576425034315875 ], [ -111.03400378974511, 40.576424944647457 ], [ -111.03427557553388, 40.576501439997223 ], [ -111.03461235196207, 40.576591428605582 ], [ -111.03494909178919, 40.576609345025986 ], [ -111.03533898556888, 40.576600217510773 ], [ -111.03577618044497, 40.576667649707417 ], [ -111.03588136867528, 40.576730679396718 ], [ -111.03591213858699, 40.576825263303725 ], [ -111.03590625991244, 40.57687931854084 ], [ -111.03588150103161, 40.576978424150269 ], [ -111.03577058716118, 40.577257734484888 ], [ -111.03577654036164, 40.577343317200175 ], [ -111.03582978341716, 40.577482938660417 ], [ -111.03598347302619, 40.577653159109893 ], [ -111.03616073439255, 40.577712562501347 ], [ -111.03619618029441, 40.577712551400566 ], [ -111.03639704528679, 40.577721497189422 ], [ -111.03656834999954, 40.577689911938862 ], [ -111.03660379343428, 40.577685396263639 ], [ -111.03675737748749, 40.577658320796338 ], [ -111.03756670979824, 40.57763103374149 ], [ -111.03838199799837, 40.577689323591073 ], [ -111.03881917437175, 40.577707195312499 ], [ -111.03920905505439, 40.577665622700017 ], [ -111.03972884582851, 40.577526708042569 ], [ -111.04005370389572, 40.577422993507575 ], [ -111.04030183493919, 40.577440925010272 ], [ -111.04064455085545, 40.577562425096332 ], [ -111.04088688462271, 40.577760535386709 ], [ -111.04110556156371, 40.577913609082657 ], [ -111.04137028334272, 40.578008108032193 ], [ -111.04177321765972, 40.578057511979516 ], [ -111.04231085004673, 40.578110468824676 ], [ -111.04272443440843, 40.578183288690518 ], [ -111.04329873459682, 40.57829568610493 ], [ -111.04372296911697, 40.578390119758744 ], [ -111.04400073238695, 40.578544066467821 ], [ -111.04427972777812, 40.578772785890322 ], [ -111.04477505491015, 40.57915997758802 ], [ -111.04503507261367, 40.579272487736233 ], [ -111.04538960375834, 40.579366942404818 ], [ -111.04587406142083, 40.579393777731163 ], [ -111.0462935150403, 40.579393610401269 ], [ -111.04676614196943, 40.579397924483132 ], [ -111.04717380849107, 40.579438298766426 ], [ -111.04739834944809, 40.579501269136088 ], [ -111.04764657960037, 40.579645309374335 ], [ -111.04779439370022, 40.579811912906415 ], [ -111.0479186607064, 40.580095641667945 ], [ -111.04804883664771, 40.580379367824065 ], [ -111.04817299591782, 40.580509945103927 ], [ -111.0484212054772, 40.580617948078249 ], [ -111.04873438654869, 40.580703400887387 ], [ -111.04910660479497, 40.580730269945555 ], [ -111.04941382299157, 40.580739147835885 ], [ -111.05012870497549, 40.580771271853962 ], [ -111.05038280561696, 40.580851340476691 ], [ -111.05061924486313, 40.581013397223302 ], [ -111.05091480918648, 40.581233985251664 ], [ -111.05113346197521, 40.581310464276719 ], [ -111.05134024077218, 40.581310372563003 ], [ -111.05154697807616, 40.581256227131242 ], [ -111.05182458966128, 40.581175022871328 ], [ -111.0528288071143, 40.581003398992628 ], [ -111.05337825254922, 40.581012155310809 ], [ -111.05361459888658, 40.581048081439036 ], [ -111.05380373243894, 40.581147091345002 ], [ -111.05388655219073, 40.581282186158425 ], [ -111.05391024551759, 40.581358750705178 ], [ -111.05398120270941, 40.581435293169676 ], [ -111.05418214950157, 40.581528891591923 ], [ -111.05432397465557, 40.581570265896339 ], [ -111.05454850381967, 40.581601691219561 ], [ -111.05463121569272, 40.581601652133095 ], [ -111.05529303677699, 40.581754488441931 ], [ -111.05559444568476, 40.581875963841519 ], [ -111.05584399616698, 40.582155119161534 ], [ -111.05604875271236, 40.582560420164548 ], [ -111.05623321291063, 40.582713481685424 ], [ -111.05652281920773, 40.58284396927808 ], [ -111.05702516837266, 40.58303290911288 ], [ -111.0575512802983, 40.583370481623575 ], [ -111.05816605526948, 40.583748547114276 ], [ -111.05866843549883, 40.583960001980792 ], [ -111.05907618438448, 40.584054387520453 ], [ -111.05919434930401, 40.584055227918917 ], [ -111.05935387485648, 40.584059650508415 ], [ -111.05953700450114, 40.584031628711017 ], [ -111.05960198675079, 40.58402258631137 ], [ -111.05976858605825, 40.58400898689839 ], [ -111.05996833880893, 40.58407104471415 ], [ -111.06010434612769, 40.584203404707971 ], [ -111.06016943260751, 40.58431057661037 ], [ -111.06027595864367, 40.584508716639768 ], [ -111.06036943043009, 40.584643801164717 ], [ -111.06052433235809, 40.584760835663772 ], [ -111.06076076907016, 40.584877827094935 ], [ -111.06111536828196, 40.58499025114083 ], [ -111.06170074415489, 40.585485428797121 ], [ -111.06193617000625, 40.585782596091853 ], [ -111.06236888776162, 40.586025603218708 ], [ -111.06262309932198, 40.586187625645096 ], [ -111.06294228770395, 40.5863315943486 ], [ -111.06332638508992, 40.586385437740482 ], [ -111.06391140352358, 40.586475204410007 ], [ -111.0648037269151, 40.586632362770835 ], [ -111.06546450048015, 40.586848203443381 ], [ -111.06576723822366, 40.587077758052303 ], [ -111.06593289218164, 40.587298381298417 ], [ -111.06615184010602, 40.587636990173735 ], [ -111.06634719432142, 40.588014350366549 ], [ -111.06661323567435, 40.588171852715703 ], [ -111.06687330687791, 40.588266295722647 ], [ -111.06714519147609, 40.58835622683474 ], [ -111.06783662322921, 40.588481947217126 ], [ -111.06821489229968, 40.588598839931478 ], [ -111.06851646101765, 40.588823883511125 ], [ -111.06866441620961, 40.589058026589584 ], [ -111.0688832117216, 40.589229065076836 ], [ -111.06922600692727, 40.589318948967843 ], [ -111.06945649625742, 40.589368359456323 ], [ -111.0696634260057, 40.58948985474413 ], [ -111.06972253155229, 40.589507836846231 ], [ -111.06988208480138, 40.589525758194277 ], [ -111.07000024444092, 40.589512173329751 ], [ -111.07009477399929, 40.589503107126191 ], [ -111.07020112560967, 40.589498538101807 ], [ -111.07032525516153, 40.589543507003292 ], [ -111.07033123935445, 40.589615574407432 ], [ -111.07026045288002, 40.589728228494302 ], [ -111.07013057432042, 40.589836413986333 ], [ -111.07010111071355, 40.589913007354525 ], [ -111.07011896861181, 40.590039120840345 ], [ -111.07017813127027, 40.5901111559537 ], [ -111.0702195489761, 40.590165184064134 ], [ -111.07031417378425, 40.590246206423579 ], [ -111.0704087563014, 40.59028668877103 ], [ -111.07091113832308, 40.590417010218665 ], [ -111.0713661371549, 40.590439252208135 ], [ -111.07154936557404, 40.590492291250477 ], [ -111.07167943165106, 40.590560678097532 ], [ -111.07178593414878, 40.590695745149326 ], [ -111.07187486018032, 40.590970460659172 ], [ -111.07195788776062, 40.5912541886401 ], [ -111.07209035699989, 40.591357708142617 ], [ -111.07221802687286, 40.59139366390702 ], [ -111.07240709065772, 40.591375527794646 ], [ -111.07282653585882, 40.591298688648045 ], [ -111.07298020493207, 40.591334627175911 ], [ -111.0731043887925, 40.591424637431125 ], [ -111.07319907779842, 40.591559710634542 ], [ -111.0731994854838, 40.591933578790631 ], [ -111.07321739887675, 40.59210473610122 ], [ -111.07334761644982, 40.592307353216157 ], [ -111.07354867803348, 40.592451367395171 ], [ -111.07416350576459, 40.592720339683375 ], [ -111.07456547164453, 40.592860619367706 ], [ -111.07479022365375, 40.593049660452735 ], [ -111.07486602961764, 40.593202762225147 ], [ -111.07500917865538, 40.593337802483326 ], [ -111.07517476342564, 40.593455711099935 ], [ -111.07573636437714, 40.593670656347449 ], [ -111.07594320662902, 40.593693042729832 ], [ -111.07619134593065, 40.593656843826466 ], [ -111.0765871905577, 40.593602528803004 ], [ -111.07683546323672, 40.593683443794347 ], [ -111.07710151543054, 40.593809390755403 ], [ -111.07756255764258, 40.593926197461201 ], [ -111.07771383720819, 40.593932401994032 ], [ -111.07776938562914, 40.593935067270962 ], [ -111.07800100037508, 40.593916893353672 ], [ -111.07812986008857, 40.593952841762636 ], [ -111.07829544029313, 40.594060836133529 ], [ -111.07853203556257, 40.594258870740333 ], [ -111.07880997490852, 40.594438858908767 ], [ -111.07910556351459, 40.594551267770839 ], [ -111.07915284078527, 40.594554838933362 ], [ -111.07925921040736, 40.594559270432043 ], [ -111.07944240511404, 40.594569054345762 ], [ -111.07992103384579, 40.594559715305657 ], [ -111.08041135657984, 40.594446764103772 ], [ -111.08063571908588, 40.59429345685637 ], [ -111.08094866804379, 40.594099547192478 ], [ -111.08120859705075, 40.59404080706738 ], [ -111.08152176747505, 40.59403157759926 ], [ -111.08226620132585, 40.59394096108209 ], [ -111.08263832876376, 40.593823580097357 ], [ -111.08287447994859, 40.593652242304131 ], [ -111.08306341340629, 40.593525982358742 ], [ -111.08329847568244, 40.593431219907046 ], [ -111.08379590340677, 40.593340771382657 ], [ -111.08407233836579, 40.593254986207867 ], [ -111.08430968831752, 40.593101662342562 ], [ -111.08479953774729, 40.592628337819121 ], [ -111.08500621435628, 40.592520079400138 ], [ -111.08533704672233, 40.592465782209445 ], [ -111.08611689429206, 40.59236160137511 ], [ -111.08680233060917, 40.592361088334265 ], [ -111.08739435884227, 40.592324606430431 ], [ -111.08779487827448, 40.592243222826028 ], [ -111.0884566064307, 40.592188664728923 ], [ -111.08905936987145, 40.592228741517651 ], [ -111.08949679822885, 40.592354527699385 ], [ -111.0898515633057, 40.592525420929363 ], [ -111.0905421111603, 40.592808661295919 ], [ -111.09100436379761, 40.592934422293418 ], [ -111.09141808465833, 40.593001662170657 ], [ -111.09184355037682, 40.593014837978671 ], [ -111.09266490003289, 40.593014182003436 ], [ -111.09346287712169, 40.593202725468252 ], [ -111.094201844311, 40.59344536479621 ], [ -111.09491131617423, 40.593719554681485 ], [ -111.09546096049753, 40.593791172740524 ], [ -111.09595141231979, 40.593790766380216 ], [ -111.09690860946739, 40.593741319386822 ], [ -111.09740504708982, 40.593794054185807 ], [ -111.09810233568261, 40.593806977402529 ], [ -111.09859279419825, 40.593811064258048 ], [ -111.09940240202347, 40.593855414760213 ], [ -111.10002887010937, 40.593926944944322 ], [ -111.10046616146013, 40.593940078746861 ], [ -111.10103932093858, 40.593926065509152 ], [ -111.10152275772421, 40.5939751904302 ], [ -111.1019672349901, 40.59405047345642 ], [ -111.10242233860767, 40.594118538251116 ], [ -111.10274156023678, 40.594203839049733 ], [ -111.10282430962249, 40.594218179614543 ], [ -111.10289523809001, 40.594230728875992 ], [ -111.10302165954845, 40.594208994898977 ], [ -111.10317289634015, 40.594185436847013 ], [ -111.10326265216237, 40.59414481671714 ], [ -111.10331448712417, 40.594037564782418 ], [ -111.10327296278861, 40.593933098990014 ], [ -111.10315458065138, 40.593802576110278 ], [ -111.10312493293962, 40.593735936921178 ], [ -111.1031661149151, 40.593617883907555 ], [ -111.10326642309271, 40.593523201104922 ], [ -111.10345540107225, 40.593450961016842 ], [ -111.10387490711582, 40.593428062349844 ], [ -111.10442461458672, 40.593535673195149 ], [ -111.10479118566164, 40.593670474326792 ], [ -111.10498625462722, 40.593715341562991 ], [ -111.10511627488383, 40.593728736626538 ], [ -111.10523920432955, 40.593742138004131 ], [ -111.10548853800933, 40.593723892828002 ], [ -111.1057248503604, 40.593692145722763 ], [ -111.1061087547365, 40.593575579241651 ], [ -111.10618556366957, 40.593570103335537 ], [ -111.10626232409957, 40.593533997253516 ], [ -111.10638647091805, 40.593569918474131 ], [ -111.10639838895263, 40.593632969609956 ], [ -111.10646969042884, 40.59388064792023 ], [ -111.10668861934246, 40.594065127810701 ], [ -111.10677727704262, 40.594078559199367 ], [ -111.10699714513215, 40.59410988680029 ], [ -111.10703141063726, 40.59410535061911 ], [ -111.10719683620518, 40.594087179474265 ], [ -111.10736786237872, 40.593876213011946 ], [ -111.10739716121078, 40.593722134047894 ], [ -111.10755641684474, 40.593541808406023 ], [ -111.10782207736233, 40.593388409887467 ], [ -111.10817649517661, 40.593311503093929 ], [ -111.10878511626825, 40.59330642708133 ], [ -111.10937018194471, 40.593350918972064 ], [ -111.10955333205878, 40.593332727667381 ], [ -111.10961823559667, 40.593274108415081 ], [ -111.10970073941638, 40.593137996097603 ], [ -111.10978314270987, 40.592940623469666 ], [ -111.11003684490422, 40.592706151338575 ], [ -111.11030851641713, 40.592620307916349 ], [ -111.11066899963832, 40.592642485296302 ], [ -111.11124809953886, 40.592655442336806 ], [ -111.11178566443128, 40.592564834618933 ], [ -111.11212226374656, 40.592438384141829 ], [ -111.11237627258164, 40.592393092933925 ], [ -111.11271892255459, 40.592352219141148 ], [ -111.11315014523383, 40.59227522210427 ], [ -111.1143787863804, 40.592030772424678 ], [ -111.11482767011293, 40.591917716131491 ], [ -111.11536518552242, 40.591804569607717 ], [ -111.11584976027824, 40.591831111261968 ], [ -111.11602701894361, 40.591826428912128 ], [ -111.11609783203289, 40.59177230450814 ], [ -111.11613908506288, 40.591709200908646 ], [ -111.11620393604856, 40.591624452254855 ], [ -111.11637503382838, 40.591474732664651 ], [ -111.11652859356055, 40.591434037913942 ], [ -111.11684760071, 40.591393175718238 ], [ -111.11759188608228, 40.59126179172857 ], [ -111.1181942045864, 40.591044063074776 ], [ -111.11856040931602, 40.590963508786572 ], [ -111.11895636308941, 40.590999137215903 ], [ -111.1192753746822, 40.590962772747559 ], [ -111.11965334547901, 40.590854275325682 ], [ -111.12010335387821, 40.590718675156467 ], [ -111.12056283066869, 40.590592072227061 ], [ -111.1208698434821, 40.590456618224792 ], [ -111.12098784007405, 40.5903573970431 ], [ -111.12121198221216, 40.590140948993749 ], [ -111.12170029428587, 40.589626929494734 ], [ -111.12183720577161, 40.589533092830081 ], [ -111.12197891419675, 40.589477989116176 ], [ -111.12222698826136, 40.589428178057496 ], [ -111.12252242170183, 40.589427865077589 ], [ -111.12282961478432, 40.5893960077617 ], [ -111.12309530652351, 40.589287618388568 ], [ -111.12326045116534, 40.589125282459541 ], [ -111.12347839155207, 40.588755685629671 ], [ -111.12353692229884, 40.588453825560208 ], [ -111.12344779659472, 40.588183654419872 ], [ -111.1233292282293, 40.587967567923776 ], [ -111.12327587767695, 40.587873031616944 ], [ -111.12305565922719, 40.587643539939897 ], [ -111.12303980179186, 40.587373290371438 ], [ -111.12316230005052, 40.587156045763727 ], [ -111.12323891335727, 40.587048758350178 ], [ -111.12344522906623, 40.586787280451816 ], [ -111.12357506542764, 40.586706061681454 ], [ -111.12384545544251, 40.586588656627413 ], [ -111.12432494377295, 40.586439494991303 ], [ -111.12457290457156, 40.586335625693096 ], [ -111.12466143015162, 40.586281476890072 ], [ -111.12473804676074, 40.586177792017352 ], [ -111.12474381287004, 40.586101210276368 ], [ -111.12467267816638, 40.585975162692641 ], [ -111.12457205210788, 40.585876173522777 ], [ -111.12425865082436, 40.585736873356602 ], [ -111.12418756740763, 40.585637852065148 ], [ -111.1241696008241, 40.585507242546974 ], [ -111.12418120086349, 40.585390114570359 ], [ -111.12442741707144, 40.584984449773614 ], [ -111.12472961962997, 40.58482196391703 ], [ -111.12487126715115, 40.584740730910454 ], [ -111.12494787330155, 40.584632541439774 ], [ -111.12494764698185, 40.584510921716962 ], [ -111.12490013810707, 40.584380344237609 ], [ -111.12474592174331, 40.584056190943507 ], [ -111.1247632881082, 40.583863381996906 ], [ -111.12495777012995, 40.583601013150137 ], [ -111.12510518027908, 40.583443198057381 ], [ -111.12529380374333, 40.58320876252612 ], [ -111.1253702644988, 40.583023997350182 ], [ -111.12541120900249, 40.582803235124452 ], [ -111.12546399461897, 40.582595973350202 ], [ -111.12552291698812, 40.582511225777402 ], [ -111.12573496442685, 40.582167756464045 ], [ -111.12582924811532, 40.582037024894028 ], [ -111.12588225139125, 40.581946878243038 ], [ -111.12611240152215, 40.581806989411064 ], [ -111.12624225890805, 40.581743785336528 ], [ -111.12648439323927, 40.581693971571575 ], [ -111.12668529879841, 40.581711769202144 ], [ -111.12706941353372, 40.58176179710722 ], [ -111.12729984746673, 40.581773254960453 ], [ -111.12748305685338, 40.581805484927827 ], [ -111.12762489158314, 40.581827850542759 ], [ -111.12774904525125, 40.581872757764216 ], [ -111.12795578243043, 40.581850006727649 ], [ -111.12810931310673, 40.581809296557651 ], [ -111.12829234053508, 40.581746031201995 ], [ -111.12836313310702, 40.581691899215194 ], [ -111.12839244911768, 40.581574751054191 ], [ -111.12835076611896, 40.581403628443496 ], [ -111.12826782235291, 40.5812821005375 ], [ -111.12824989203541, 40.581174013746761 ], [ -111.12826147562397, 40.581052380847822 ], [ -111.12832030531443, 40.580921686581249 ], [ -111.12847361820718, 40.580768365011394 ], [ -111.12860340234769, 40.580669122784968 ], [ -111.12883352514029, 40.58052021964253 ], [ -111.12902829662227, 40.580421805328541 ], [ -111.12916403738888, 40.580348681602921 ], [ -111.12931153460264, 40.580244914321348 ], [ -111.12939991814218, 40.580123195294952 ], [ -111.12943519159516, 40.580033066845147 ], [ -111.12941133454653, 40.579915977958855 ], [ -111.12944659224748, 40.579817741515711 ], [ -111.12952315762259, 40.579695134739261 ], [ -111.12971182475286, 40.57949672737989 ], [ -111.12987228153173, 40.579374927027104 ], [ -111.13005393592194, 40.579217067008308 ], [ -111.13037265811018, 40.579063556538259 ], [ -111.13059103482593, 40.578955203140268 ], [ -111.1308387827785, 40.578761231561238 ], [ -111.13108061279706, 40.578562761712384 ], [ -111.13122790949242, 40.578359894328585 ], [ -111.1312925066544, 40.578161625218009 ], [ -111.13136290536823, 40.577909296088571 ], [ -111.13142163813778, 40.577733555801181 ], [ -111.13149813756529, 40.577580317498956 ], [ -111.13157448662736, 40.577350503685857 ], [ -111.13162132373267, 40.577134236788666 ], [ -111.13168008164776, 40.576972009665184 ], [ -111.13180385775954, 40.576827726140024 ], [ -111.13193944135148, 40.576679825434546 ], [ -111.132140101137, 40.576579597309895 ], [ -111.13232308388858, 40.576502812221122 ], [ -111.13251191153401, 40.576394488991404 ], [ -111.13256480360192, 40.576254790374392 ], [ -111.13260558698222, 40.575966458789594 ], [ -111.13263359598696, 40.575790753091887 ], [ -111.13272299783297, 40.575592454614394 ], [ -111.13295906395902, 40.575475067456168 ], [ -111.1331124609701, 40.575375792900488 ], [ -111.13322437156128, 40.575208999235819 ], [ -111.13331253577054, 40.574983675007417 ], [ -111.1333299181801, 40.574812485825021 ], [ -111.13332347433983, 40.574542226216984 ], [ -111.13326997744885, 40.574375623260416 ], [ -111.13324027275536, 40.574290973845343 ], [ -111.13319996710543, 40.5742225526689 ], [ -111.13312185645904, 40.574155075938044 ], [ -111.13302585273966, 40.574001134294825 ], [ -111.13290274185393, 40.573880556696153 ], [ -111.13278415065604, 40.573655470493364 ], [ -111.13274817464064, 40.573386145629094 ], [ -111.13271789789108, 40.573011410016093 ], [ -111.13277046636613, 40.572709551315299 ], [ -111.13287042537272, 40.572475204866144 ], [ -111.1330649963042, 40.57229029836197 ], [ -111.13327745918413, 40.572191856376932 ], [ -111.13350179480712, 40.572123129668221 ], [ -111.13380289763792, 40.572041701167699 ], [ -111.13400247798251, 40.572000929762297 ], [ -111.13410395477456, 40.571937749670276 ], [ -111.13420989788681, 40.571744836054464 ], [ -111.13414456706457, 40.571568337372405 ], [ -111.13403779895026, 40.571347743090335 ], [ -111.13394852816323, 40.571014517075703 ], [ -111.13391857088571, 40.570802842483573 ], [ -111.1339771290987, 40.570546020717288 ], [ -111.13415976947987, 40.570307072696998 ], [ -111.13435442067971, 40.570167208405145 ], [ -111.13463169628089, 40.569991211888052 ], [ -111.13482042055922, 40.569842344802169 ], [ -111.13489096922642, 40.569675597631068 ], [ -111.13486100054625, 40.569459418793684 ], [ -111.13483114958552, 40.569301797717053 ], [ -111.13486018854465, 40.569054919687716 ], [ -111.13497681703193, 40.56889172220545 ], [ -111.13522583443968, 40.56876620713841 ], [ -111.13545601806098, 40.568674947477568 ], [ -111.13565081645315, 40.568611656535126 ], [ -111.13581601658974, 40.568516868875484 ], [ -111.13595149804382, 40.568331125951786 ], [ -111.13598057806074, 40.568106769831971 ], [ -111.13589753676352, 40.567935698222037 ], [ -111.13578445227863, 40.567512412316013 ], [ -111.13563017690613, 40.567165750395198 ], [ -111.13552927220995, 40.566922628154536 ], [ -111.13552289305338, 40.566688403882253 ], [ -111.13553433383098, 40.566503707723641 ], [ -111.13556947379047, 40.566355019407695 ], [ -111.13547459522681, 40.56617044795847 ], [ -111.13538578716653, 40.566066949545608 ], [ -111.1353676952467, 40.565882287988522 ], [ -111.13539068625163, 40.565566949008847 ], [ -111.13541974699793, 40.565332683137278 ], [ -111.13546678140739, 40.565224521002392 ], [ -111.13556107697207, 40.565120807858214 ], [ -111.13573213878772, 40.565007995553643 ], [ -111.13591641302745, 40.565003274449282 ], [ -111.13613369985019, 40.564966982947581 ], [ -111.13633451218536, 40.564962241687496 ], [ -111.13651876795036, 40.564948510727667 ], [ -111.13669461706529, 40.564867222546646 ], [ -111.13680662971991, 40.564763487416151 ], [ -111.13680632706613, 40.564614840645454 ], [ -111.1367410532465, 40.564466270789353 ], [ -111.13673482595138, 40.564308622105507 ], [ -111.13677592357632, 40.564186953069424 ], [ -111.13690556250479, 40.564038152372703 ], [ -111.13698808725583, 40.563956974287414 ], [ -111.13706457675268, 40.563812740874965 ], [ -111.13715286952689, 40.563663988937336 ], [ -111.13717023930069, 40.563492798861297 ], [ -111.13714035803423, 40.563321664876767 ], [ -111.1370927027188, 40.563123525214138 ], [ -111.13700979336792, 40.563015516534712 ], [ -111.13700945354601, 40.562848851924187 ], [ -111.13703865447793, 40.562686656732318 ], [ -111.1370983566509, 40.562420822753033 ], [ -111.13714409475698, 40.562258607897057 ], [ -111.13746211219646, 40.561807783896057 ], [ -111.13755632613197, 40.561668033476153 ], [ -111.1376326826569, 40.561460737337242 ], [ -111.13768538627619, 40.561239955948196 ], [ -111.137680218347, 40.561023747968797 ], [ -111.13766673570711, 40.560785027581723 ], [ -111.13763690052836, 40.560636415898351 ], [ -111.13760709315335, 40.560501317555421 ], [ -111.13753580485195, 40.560298701662674 ], [ -111.13751195000903, 40.560186118510558 ], [ -111.13752353174786, 40.560073493174798 ], [ -111.13752322755843, 40.559924846287508 ], [ -111.13744611698679, 40.55976277740988 ], [ -111.13736320202301, 40.559650264463784 ], [ -111.13733346007582, 40.559546697186228 ], [ -111.13738051500341, 40.559452047529966 ], [ -111.13748072214148, 40.559356433722954 ], [ -111.13754541363761, 40.559222123736447 ], [ -111.13753931403684, 40.559127537280368 ], [ -111.13744456008608, 40.559001525084824 ], [ -111.13732033182285, 40.558902574622934 ], [ -111.13717248923129, 40.558808156528421 ], [ -111.13707188558112, 40.558709177743744 ], [ -111.13698893582159, 40.558578646696027 ], [ -111.13698290133293, 40.558515591365492 ], [ -111.13705943061142, 40.55839388009268 ], [ -111.13724236561249, 40.55832069062108 ], [ -111.13746079471697, 40.558276287199973 ], [ -111.13767918477527, 40.558212964665564 ], [ -111.13785608518747, 40.558077619814306 ], [ -111.13795021912895, 40.557901833371126 ], [ -111.13804426005882, 40.557681002318411 ], [ -111.13822684185747, 40.557437542962411 ], [ -111.13849209467699, 40.557189479774514 ], [ -111.13863948025428, 40.55706317800643 ], [ -111.13882817801796, 40.556923313020171 ], [ -111.13902864931352, 40.5567654156972 ], [ -111.13918783518724, 40.556634594555916 ], [ -111.13942971990171, 40.556512682348654 ], [ -111.13965988581789, 40.556435828447697 ], [ -111.13996063888472, 40.556223754650418 ], [ -111.14024942821337, 40.555939623144226 ], [ -111.14043201612455, 40.555705169158756 ], [ -111.14066185761652, 40.555475161820496 ], [ -111.14084450890232, 40.555272238348252 ], [ -111.14099769701517, 40.555100881801749 ], [ -111.14118030653435, 40.554879039080205 ], [ -111.14132756076648, 40.554695076831123 ], [ -111.14148067048467, 40.554487683993912 ], [ -111.14169865510493, 40.554239671200968 ], [ -111.14198027531799, 40.553924012803101 ], [ -111.14212289418819, 40.55378419898306 ], [ -111.14229388755548, 40.553657863442119 ], [ -111.14249440781722, 40.553531491232924 ], [ -111.14274212155472, 40.553381637147552 ], [ -111.14307841064898, 40.553228970190894 ], [ -111.14334379226337, 40.553057471484536 ], [ -111.14365632948794, 40.552845373333717 ], [ -111.14386255739234, 40.552628902284816 ], [ -111.14401564494125, 40.552417001579343 ], [ -111.14415107331156, 40.552232149505642 ], [ -111.1443395429352, 40.551997681866283 ], [ -111.14442783318115, 40.551862437486164 ], [ -111.14462809210229, 40.551618945687267 ], [ -111.14481665538459, 40.55142952181496 ], [ -111.14512929709247, 40.551271473118987 ], [ -111.14538901374719, 40.551217092966468 ], [ -111.14577875399699, 40.551212097402647 ], [ -111.14602096925539, 40.551256836222052 ], [ -111.14623359948983, 40.551274585170283 ], [ -111.14654067551344, 40.551274196101836 ], [ -111.14661261220726, 40.551224555684009 ], [ -111.14669988291334, 40.551165886814736 ], [ -111.14682938822975, 40.550977435511442 ], [ -111.14695284576354, 40.550724127395355 ], [ -111.14701739972948, 40.550539362036425 ], [ -111.1470629777837, 40.550318585035889 ], [ -111.1471581099582, 40.550075222556046 ], [ -111.14718127712891, 40.549867987442589 ], [ -111.14721612625986, 40.549602179324012 ], [ -111.14731617839635, 40.549448899817207 ], [ -111.14746946718714, 40.549336993408176 ], [ -111.14769955775509, 40.549241204732141 ], [ -111.14789436756209, 40.549213928710472 ], [ -111.14817191844485, 40.549218077570643 ], [ -111.14833252796102, 40.549213367016151 ], [ -111.14840811358116, 40.549213269952048 ], [ -111.14869148194481, 40.54917777075368 ], [ -111.14934060323165, 40.548977835963655 ], [ -111.14973585403567, 40.548801650057321 ], [ -111.15000015081334, 40.548688695469643 ], [ -111.15034362299119, 40.548597258735882 ], [ -111.15061502621612, 40.548494203326683 ], [ -111.1510872287753, 40.548403497391753 ], [ -111.1515181251835, 40.548326357114775 ], [ -111.15177806931482, 40.548380069580922 ], [ -111.15223912444264, 40.548583065069352 ], [ -111.15279473132344, 40.54881566321248 ], [ -111.15316690389977, 40.548881836593559 ], [ -111.15365729660806, 40.548999202572446 ], [ -111.15400003009096, 40.549102349069649 ], [ -111.15430242368355, 40.549124467968134 ], [ -111.15433668163564, 40.54912802578751 ], [ -111.15456702471093, 40.54914663663984 ], [ -111.15469572313737, 40.549132050092041 ], [ -111.15486810276643, 40.549110197706739 ], [ -111.1551868750349, 40.549064725284055 ], [ -111.15566529336978, 40.549109126402655 ], [ -111.15592521247156, 40.549149316151656 ], [ -111.15662232080913, 40.549279002894565 ], [ -111.15693548197036, 40.549359658411049 ], [ -111.15730760046098, 40.549399692593184 ], [ -111.15764436246575, 40.549471305111162 ], [ -111.15803325994922, 40.549614916860818 ], [ -111.15857800249627, 40.549735791155385 ], [ -111.15916303232618, 40.549911561911856 ], [ -111.15947055926252, 40.55010392914231 ], [ -111.15983723867369, 40.550337654843908 ], [ -111.16028662624932, 40.550584778065065 ], [ -111.16059392489356, 40.550678945180749 ], [ -111.1610487371949, 40.55072335679673 ], [ -111.16146819643365, 40.55080024820775 ], [ -111.1617636849998, 40.550893527818026 ], [ -111.16222464392648, 40.551037024499905 ], [ -111.16241393946125, 40.551171892605225 ], [ -111.16255621115192, 40.551396915928038 ], [ -111.16266891352601, 40.55160396283047 ], [ -111.16279338366354, 40.551792975164048 ], [ -111.1630659912791, 40.55218898387767 ], [ -111.16339755775414, 40.552544368348002 ], [ -111.16359305034034, 40.552796341858659 ], [ -111.16380054191241, 40.553124873949045 ], [ -111.16399030804355, 40.553448926341247 ], [ -111.16426262123326, 40.553718807477665 ], [ -111.16443428896157, 40.553885228527008 ], [ -111.16451782635723, 40.554236457941343 ], [ -111.16461910347807, 40.554596670929456 ], [ -111.16467894298032, 40.554916402689976 ], [ -111.16475045082647, 40.555177559718715 ], [ -111.16479809358323, 40.555339652508493 ], [ -111.16495820970356, 40.555609691893942 ], [ -111.16518930630943, 40.555924674223334 ], [ -111.16538479330873, 40.556167635625336 ], [ -111.16566312881791, 40.55647804487927 ], [ -111.1659177103147, 40.55673443399553 ], [ -111.16621327791924, 40.556846620746448 ], [ -111.16644492998564, 40.556904845274012 ], [ -111.16678646390706, 40.556976424151976 ], [ -111.16694609961765, 40.557048265004703 ], [ -111.16718285862221, 40.557259632423609 ], [ -111.1673368251118, 40.557426074662509 ], [ -111.16757939145512, 40.557596892675356 ], [ -111.1677921372775, 40.557650637450784 ], [ -111.168093460177, 40.557699748531057 ], [ -111.16856012529963, 40.5577396087875 ], [ -111.16864871560821, 40.557740380395209 ], [ -111.16902080579899, 40.557747944674141 ], [ -111.16931012536395, 40.557720494271749 ], [ -111.16935736095698, 40.557715920577152 ], [ -111.16968782796103, 40.557611833035729 ], [ -111.16998291352856, 40.557529418031628 ], [ -111.17021299302128, 40.557430881996439 ], [ -111.17047872164268, 40.557416976809812 ], [ -111.17085670690896, 40.55742092290803 ], [ -111.17113456818394, 40.557533123233014 ], [ -111.17139473577724, 40.55765435806272 ], [ -111.17158416954223, 40.557828850035115 ], [ -111.17172618911498, 40.557937647023017 ], [ -111.17181492711096, 40.557996073103823 ], [ -111.17225830768, 40.558166582453687 ], [ -111.17254791681376, 40.558251735071735 ], [ -111.17296160898333, 40.558359223578186 ], [ -111.17316874572367, 40.558525578391922 ], [ -111.17337596483267, 40.558723463938733 ], [ -111.17361846739036, 40.558861837193774 ], [ -111.17395549459246, 40.559010878358379 ], [ -111.17428041693421, 40.559046424364318 ], [ -111.17490054512974, 40.559045487239018 ], [ -111.17520172675687, 40.559036021975317 ], [ -111.1752548805925, 40.559035941356861 ], [ -111.17546742536838, 40.559008591976124 ], [ -111.17588634906949, 40.558854803271863 ], [ -111.17632904829576, 40.558759534764384 ], [ -111.1766312912318, 40.558705019536724 ], [ -111.17691934754335, 40.558646020781651 ], [ -111.17736225789285, 40.558631828303334 ], [ -111.17786419172688, 40.558604029889345 ], [ -111.17831892542178, 40.558594320002669 ], [ -111.17867934356114, 40.558652321156877 ], [ -111.1790988698536, 40.558728247418173 ], [ -111.17955960642443, 40.558754559035449 ], [ -111.17987252562145, 40.558718036583116 ], [ -111.18023251086761, 40.558613872943681 ], [ -111.18039764754242, 40.558528030437195 ], [ -111.18077436140442, 40.558495910374319 ], [ -111.18118906958389, 40.558536701784078 ], [ -111.18170337070609, 40.558715171639825 ], [ -111.18199913181581, 40.558885875642318 ], [ -111.18249604028078, 40.559182386237765 ], [ -111.18275032866752, 40.559303604732477 ], [ -111.18327668768303, 40.559568534130101 ], [ -111.18367315469712, 40.559847181072612 ], [ -111.1840165319974, 40.560148433513412 ], [ -111.18425328141687, 40.560332739053884 ], [ -111.18442490423402, 40.560458590102222 ], [ -111.18473864593338, 40.560719347526025 ], [ -111.18502851742201, 40.560890053121739 ], [ -111.18523569177596, 40.561056386145651 ], [ -111.18534227590163, 40.561155313316846 ], [ -111.18547750835739, 40.561362301424367 ], [ -111.18549720392211, 40.561650555195392 ], [ -111.18547875164141, 40.561812745348078 ], [ -111.18547447424118, 40.561974912737632 ], [ -111.18547970898925, 40.562159587145295 ], [ -111.18562313802259, 40.562339535133702 ], [ -111.18584814929892, 40.562546378479993 ], [ -111.18605554282303, 40.56278928541964 ], [ -111.18639880841343, 40.563040981752692 ], [ -111.18679542157237, 40.563360157676975 ], [ -111.18720949411154, 40.563584710320946 ], [ -111.18742257601063, 40.563746525306854 ], [ -111.18768287243822, 40.563894749830226 ], [ -111.18781885824409, 40.563944077865237 ], [ -111.18816146780202, 40.563957033740934 ], [ -111.18833848334246, 40.563893682900634 ], [ -111.18839742109073, 40.56384854223117 ], [ -111.18854484095111, 40.563762717045712 ], [ -111.18878118524748, 40.563793862290403 ], [ -111.18902366424648, 40.5639060772451 ], [ -111.18921285947616, 40.563973334396429 ], [ -111.18931954292643, 40.564103788878889 ], [ -111.18937442790558, 40.564297390576051 ], [ -111.1894079102865, 40.564441478306897 ], [ -111.1893150833039, 40.564617304270733 ], [ -111.18926808532757, 40.564707470408628 ], [ -111.18921526953547, 40.564829177250424 ], [ -111.18918724815731, 40.564946339009119 ], [ -111.18925754113961, 40.565157933325551 ], [ -111.18939478814036, 40.565234284163651 ], [ -111.1902158758074, 40.565678876317847 ], [ -111.19068923161372, 40.565970885593408 ], [ -111.19124515588011, 40.566217711704525 ], [ -111.1916414125123, 40.566397233272106 ], [ -111.19209699522399, 40.566666743942775 ], [ -111.19240480905043, 40.566899562468393 ], [ -111.1930909818303, 40.567246161543615 ], [ -111.19343424465394, 40.567479818935553 ], [ -111.1936884672664, 40.567560473171767 ], [ -111.19405499645598, 40.567667964981041 ], [ -111.19439761310215, 40.567676397876014 ], [ -111.19459824638022, 40.567608493284638 ], [ -111.19487534001026, 40.567427848038434 ], [ -111.19498711000132, 40.567270003546234 ], [ -111.19511062743288, 40.567089616830131 ], [ -111.19532279658939, 40.566927097945623 ], [ -111.19558826885002, 40.566814037439642 ], [ -111.1959658877084, 40.566673759417121 ], [ -111.19619578652944, 40.566515713299069 ], [ -111.19656731132027, 40.566312381284021 ], [ -111.1969034866888, 40.566140639508887 ], [ -111.19717479366693, 40.566005043124392 ], [ -111.19746965965486, 40.565846883556965 ], [ -111.19772336391881, 40.565751856064381 ], [ -111.19790053431633, 40.565742543795672 ], [ -111.19811909044883, 40.565746673656733 ], [ -111.19820313639637, 40.565805087416294 ], [ -111.1984744290006, 40.566065880066915 ], [ -111.19860016801353, 40.566241337730453 ], [ -111.19871758512265, 40.566398791746522 ], [ -111.19883011751331, 40.566502200588161 ], [ -111.1989793114334, 40.566619059544074 ], [ -111.19916147629536, 40.566699825832792 ], [ -111.19940970253876, 40.566748946642676 ], [ -111.19961648887181, 40.566766607346757 ], [ -111.19984690192993, 40.56678422681204 ], [ -111.20005951466301, 40.566774849916698 ], [ -111.2001824267401, 40.566792654822322 ], [ -111.20028431661839, 40.566891576224599 ], [ -111.2003142931223, 40.567040171246553 ], [ -111.20030865503632, 40.567130270108088 ], [ -111.20016835776303, 40.567225106817638 ], [ -111.20002553648487, 40.567265894275977 ], [ -111.19990171029049, 40.567338179869992 ], [ -111.19984900284403, 40.567490521606743 ], [ -111.19990263506232, 40.567648985594865 ], [ -111.20000363949308, 40.567847006743925 ], [ -111.20025227337187, 40.568031258632928 ], [ -111.20076088769626, 40.568242085202343 ], [ -111.20108614091725, 40.568368545106864 ], [ -111.2015888238541, 40.568569468542833 ], [ -111.20194233546911, 40.568663444653033 ], [ -111.20228637002006, 40.56874842736822 ], [ -111.20275928316705, 40.568869218557737 ], [ -111.203097767006, 40.56907132436325 ], [ -111.20343961967657, 40.569214865354148 ], [ -111.20372954790666, 40.569376514718471 ], [ -111.20398984731253, 40.569506684505036 ], [ -111.20435665011945, 40.569695223231307 ], [ -111.20455766331909, 40.569753425355579 ], [ -111.20481181166963, 40.569802524036014 ], [ -111.20507678535755, 40.569914665267007 ], [ -111.20543860615375, 40.570017624801864 ], [ -111.2060298247616, 40.570187741092312 ], [ -111.20641402572556, 40.570268135392453 ], [ -111.20703495044113, 40.570492246863772 ], [ -111.2075550289027, 40.57057689822593 ], [ -111.20783887077813, 40.570675485847566 ], [ -111.20843012916077, 40.570854598657128 ], [ -111.20882034181157, 40.57096650525061 ], [ -111.20919893808654, 40.571141493869725 ], [ -111.20958815496566, 40.5713119575232 ], [ -111.20982637809965, 40.571554765412507 ], [ -111.21009290064505, 40.571779503536632 ], [ -111.21043088882564, 40.572188793328408 ], [ -111.21070377519061, 40.572557660810887 ], [ -111.21092896855656, 40.572786976784528 ], [ -111.21108907386966, 40.572981276554835 ], [ -111.21127863966392, 40.573151198195312 ], [ -111.21161049350802, 40.57348392001888 ], [ -111.21195987345087, 40.573753546432982 ], [ -111.21230309264321, 40.573942103027392 ], [ -111.21262215700897, 40.573964038467267 ], [ -111.21301218039666, 40.574008364448368 ], [ -111.21323661431634, 40.573994437053628 ], [ -111.21350379533787, 40.574047996952231 ], [ -111.21382212363855, 40.574209568330687 ], [ -111.21390041560382, 40.574308521250948 ], [ -111.21423073314132, 40.574524122669494 ], [ -111.21427921922832, 40.574538446977662 ], [ -111.21441404728644, 40.574582340399829 ], [ -111.21473879228182, 40.574532188280315 ], [ -111.2150811433756, 40.57444596688709 ], [ -111.21527454263419, 40.574332995455535 ], [ -111.21545867739357, 40.574278598801953 ], [ -111.2156591353662, 40.574156604662662 ], [ -111.21598979913628, 40.574110942423516 ], [ -111.21623174872018, 40.574033013297161 ], [ -111.21662145815287, 40.573979130708537 ], [ -111.2169876367998, 40.573955921253194 ], [ -111.21764945924326, 40.574018639417019 ], [ -111.21831111308079, 40.574029102509186 ], [ -111.21878502694301, 40.574074151322868 ], [ -111.2192330934265, 40.574163390835807 ], [ -111.21941623431461, 40.574167547584111 ], [ -111.21992430602695, 40.574180094815198 ], [ -111.22051493221228, 40.574147437779402 ], [ -111.22081034133487, 40.57416038685664 ], [ -111.22120639711642, 40.574240709218152 ], [ -111.22151387391564, 40.574330208998511 ], [ -111.22196357370753, 40.574554568207098 ], [ -111.22221806574072, 40.574698221266928 ], [ -111.22247234998747, 40.57477881190043 ], [ -111.22275007006894, 40.574800798972312 ], [ -111.22315821601549, 40.574962171364426 ], [ -111.22332456576518, 40.575245630061687 ], [ -111.22357909330887, 40.575398288926856 ], [ -111.22395734731813, 40.575451609603952 ], [ -111.22438293645811, 40.575527359343575 ], [ -111.22473180544367, 40.575625779019752 ], [ -111.22529925038886, 40.575723771564462 ], [ -111.22559510606732, 40.575867336469535 ], [ -111.22599813082985, 40.576258435537213 ], [ -111.22626481709831, 40.57651016247101 ], [ -111.22653741288896, 40.576761877188282 ], [ -111.22683945716072, 40.576986506756093 ], [ -111.22721251609268, 40.577247031431767 ], [ -111.22754433163873, 40.577539167248467 ], [ -111.22768681624137, 40.577746090965363 ], [ -111.22795926949162, 40.577952758101816 ], [ -111.22812484825494, 40.578001079243862 ], [ -111.22832590981351, 40.578060140688486 ], [ -111.22848540063404, 40.578055320901115 ], [ -111.22863304549359, 40.578041515450309 ], [ -111.22885155117724, 40.578018560565177 ], [ -111.22904067218199, 40.578040707975219 ], [ -111.22932439237248, 40.57808518954355 ], [ -111.22952542136076, 40.578134339185794 ], [ -111.2297146815724, 40.578197025213385 ], [ -111.22989212683225, 40.578259734442959 ], [ -111.23015837252615, 40.578376319840032 ], [ -111.230448048898, 40.578434300109514 ], [ -111.23061366465269, 40.578492527380973 ], [ -111.23094593914854, 40.578568439129064 ], [ -111.23105700350705, 40.578568217037912 ], [ -111.231328772235, 40.578572177585926 ], [ -111.23167126221709, 40.578526446804872 ], [ -111.23203728903208, 40.57845364107051 ], [ -111.23242678980378, 40.578335742508933 ], [ -111.2327808433203, 40.578217914066492 ], [ -111.23306412900475, 40.57813626288727 ], [ -111.23329418271682, 40.578036700750332 ], [ -111.23353006505323, 40.577914604149996 ], [ -111.23378366935842, 40.577792471202791 ], [ -111.23402567728604, 40.577733423411793 ], [ -111.23437421019267, 40.577728212372477 ], [ -111.23477001960772, 40.577727408656799 ], [ -111.23501231014214, 40.577749438223343 ], [ -111.23505958359368, 40.577752945597304 ], [ -111.23521911733, 40.577760728870494 ], [ -111.23531366111817, 40.577766842547234 ], [ -111.23570923360089, 40.577698469431191 ], [ -111.2359750439505, 40.577688917875804 ], [ -111.2364000898348, 40.577602464407235 ], [ -111.23673683841696, 40.577606279243561 ], [ -111.23746917269885, 40.577546218373044 ], [ -111.23786496499964, 40.577540899644632 ], [ -111.23837899206173, 40.577558758752033 ], [ -111.23878795400351, 40.577602057683031 ], [ -111.23919481331849, 40.577718331514852 ], [ -111.23949655390811, 40.577844731666339 ], [ -111.23991059838221, 40.577987113848472 ], [ -111.24028926647799, 40.578148486795868 ], [ -111.24057304284591, 40.578206453944453 ], [ -111.2409560358595, 40.578255204601156 ], [ -111.24119951179421, 40.578277218713048 ], [ -111.24138876702212, 40.578335381171208 ], [ -111.24156628826944, 40.578416090073652 ], [ -111.24168494399613, 40.578555479636016 ], [ -111.24176208426611, 40.578649911531606 ], [ -111.24195760574239, 40.578807157688956 ], [ -111.2420938399558, 40.578905970013579 ], [ -111.24222987960684, 40.578950729267355 ], [ -111.24243664936677, 40.57895029551387 ], [ -111.24270820855374, 40.578895671969093 ], [ -111.24306223052091, 40.578773307661223 ], [ -111.24328657593689, 40.578732295416913 ], [ -111.24347573625748, 40.578763427990246 ], [ -111.24367789367686, 40.578794532838209 ], [ -111.24391324889628, 40.578857098342993 ], [ -111.24420318473759, 40.57898261020059 ], [ -111.2443274760616, 40.579045409588524 ], [ -111.24465993270236, 40.579166325911217 ], [ -111.24499562295885, 40.579201650005309 ], [ -111.24527916101215, 40.579192039441466 ], [ -111.24555698889692, 40.57923649363169 ], [ -111.24572258666292, 40.579285690375386 ], [ -111.24592947286708, 40.579316781219489 ], [ -111.24627279891959, 40.579500731944883 ], [ -111.24653317002895, 40.57961729207473 ], [ -111.24676984473524, 40.579715884467994 ], [ -111.24698879679062, 40.579814514267781 ], [ -111.24721349146049, 40.579868086940849 ], [ -111.24752106157869, 40.579966526049986 ], [ -111.24814795355491, 40.580145358793779 ], [ -111.24836688903341, 40.58023858067704 ], [ -111.24859191969827, 40.580382238772899 ], [ -111.24890553891991, 40.580517597586073 ], [ -111.24904156963591, 40.580557844377267 ], [ -111.2494970929619, 40.580723525768228 ], [ -111.2497635162796, 40.580876101041618 ], [ -111.25005328721531, 40.580952049661839 ], [ -111.25023658256201, 40.580992192722199 ], [ -111.2503726990021, 40.581054959960319 ], [ -111.25053234644356, 40.581090649360938 ], [ -111.25068031278339, 40.581162399416641 ], [ -111.25095818600316, 40.581215849375369 ], [ -111.25140745643202, 40.581286943536384 ], [ -111.25196334069177, 40.581429874506377 ], [ -111.25234205700373, 40.581591207705166 ], [ -111.25254340112795, 40.581716892037313 ], [ -111.25271993258498, 40.581842630300727 ], [ -111.25292313840156, 40.582148487493072 ], [ -111.2530132517112, 40.582544680860742 ], [ -111.25312679454856, 40.582886769520321 ], [ -111.25317433067316, 40.582958736376995 ], [ -111.25325139021892, 40.58302613405278 ], [ -111.2534645564976, 40.583151790824679 ], [ -111.25380758221655, 40.583245630880057 ], [ -111.25413286757698, 40.583335004504924 ], [ -111.25455871095942, 40.583455686733494 ], [ -111.254677282953, 40.583563531913576 ], [ -111.25476631474183, 40.583671442122686 ], [ -111.25489687469806, 40.58382430501905 ], [ -111.25513367572505, 40.583949005646886 ], [ -111.25529340448144, 40.584003606903728 ], [ -111.25543528566688, 40.584025815449486 ], [ -111.25557709836447, 40.584030006218931 ], [ -111.25563616612861, 40.584026271967645 ], [ -111.25567042995671, 40.584025295249781 ], [ -111.2558959323716, 40.583975247108768 ], [ -111.25617376977399, 40.584015171246946 ], [ -111.2563807956968, 40.584077774090218 ], [ -111.25648736611774, 40.584136095213154 ], [ -111.25657633272284, 40.584225986405677 ], [ -111.25661822354968, 40.58436553093437 ], [ -111.25658931955621, 40.584532259345529 ], [ -111.25660737121061, 40.584617803566744 ], [ -111.25669061983361, 40.584757256180055 ], [ -111.25675001543492, 40.584839104946894 ], [ -111.25700482402713, 40.58503583268601 ], [ -111.25773305861702, 40.585430600668218 ], [ -111.2580004240001, 40.585511083694882 ], [ -111.25824768452873, 40.58558710661233 ], [ -111.25841916346178, 40.58562275862171 ], [ -111.25872660268053, 40.585676123686518 ], [ -111.25909889458305, 40.585693306992646 ], [ -111.25965408249935, 40.585642511580538 ], [ -111.26013840506214, 40.585600881982657 ], [ -111.26045147424092, 40.585582158787673 ], [ -111.26080614616393, 40.585626402938914 ], [ -111.26104870114183, 40.585706934916843 ], [ -111.26124996870425, 40.585805577513405 ], [ -111.26152269803104, 40.586048199960885 ], [ -111.26155232738338, 40.586070655059579 ], [ -111.26180130254629, 40.586281799564858 ], [ -111.26182502374937, 40.58630426798247 ], [ -111.26187833941403, 40.586340182615572 ], [ -111.26235834137721, 40.586703952751506 ], [ -111.26266628205623, 40.58688343037722 ], [ -111.26321636330256, 40.587035329065124 ], [ -111.26389637920084, 40.58717341505529 ], [ -111.26397907938474, 40.587168721659665 ], [ -111.26430282536398, 40.587158972497804 ], [ -111.26436309124382, 40.587158834591165 ], [ -111.26474124785018, 40.587162472971777 ], [ -111.26481807507319, 40.587166801306047 ], [ -111.26506628206326, 40.587179745330126 ], [ -111.26533835426082, 40.587251191663825 ], [ -111.26552783367019, 40.587354358283278 ], [ -111.26598381828441, 40.587614566468808 ], [ -111.26635086111236, 40.587794799015001 ], [ -111.26639823257528, 40.587820815498965 ], [ -111.26652850518144, 40.587892585948126 ], [ -111.26669444372375, 40.588018327126491 ], [ -111.26674790652429, 40.588090274634915 ], [ -111.26679540723185, 40.588148722584492 ], [ -111.26686671753582, 40.588251258967752 ], [ -111.2669795202778, 40.588387032227935 ], [ -111.26710408320533, 40.588508363992297 ], [ -111.26723315826123, 40.588575631971402 ], [ -111.26737628851481, 40.588611336234223 ], [ -111.26756559536391, 40.588669455539787 ], [ -111.26778469685908, 40.588790567543732 ], [ -111.26800385308951, 40.588925192303407 ], [ -111.26826469788487, 40.589141700527996 ], [ -111.26851357580318, 40.589320398730599 ], [ -111.2689991645716, 40.589589534950299 ], [ -111.26965000053602, 40.589808734720009 ], [ -111.27015330527148, 40.590073320268402 ], [ -111.27028369869446, 40.590173013647792 ], [ -111.27040224972208, 40.590266428394507 ], [ -111.27052682232132, 40.590387756397497 ], [ -111.27065744937076, 40.590545105536691 ], [ -111.27079976729583, 40.590670896090529 ], [ -111.27105447906348, 40.590827953809487 ], [ -111.27132693648706, 40.590989473712142 ], [ -111.27151650850443, 40.591110647934599 ], [ -111.27189018366852, 40.591461114669634 ], [ -111.27221019012833, 40.591690087009347 ], [ -111.27262505112061, 40.59199540995025 ], [ -111.27274357568206, 40.592080714345386 ], [ -111.27280912221008, 40.592215692491273 ], [ -111.27280367100285, 40.592328316139252 ], [ -111.27275665628149, 40.592391489196714 ], [ -111.27268048132197, 40.592549324121087 ], [ -111.27267495668383, 40.592643930207402 ], [ -111.27273912052485, 40.592729362907072 ], [ -111.27293581268786, 40.592855923261858 ], [ -111.27321383978769, 40.592930940422285 ], [ -111.27353170314549, 40.59292117929526 ], [ -111.27397612763207, 40.592938143760222 ], [ -111.2742127826705, 40.593010553976931 ], [ -111.27441983092534, 40.59306771898531 ], [ -111.27455593909067, 40.593116944285171 ], [ -111.27478106883211, 40.593260550723329 ], [ -111.27534991724721, 40.593646577098461 ], [ -111.27576419390603, 40.593803243857018 ], [ -111.27595135900516, 40.593910002299872 ], [ -111.27602480112098, 40.593951267576621 ], [ -111.27615507736067, 40.594018522635473 ], [ -111.27631508440793, 40.594130750723622 ], [ -111.27642218890902, 40.594310671635647 ], [ -111.2764578249845, 40.594354729756645 ], [ -111.27657065739922, 40.594490493410241 ], [ -111.27661809694277, 40.594530919674966 ], [ -111.27671890384137, 40.594616262373208 ], [ -111.27688484091892, 40.594732979880902 ], [ -111.27716903478225, 40.594867431162633 ], [ -111.27744625057436, 40.595028925073215 ], [ -111.27763095005096, 40.595109561003774 ], [ -111.27783212092406, 40.59517213930696 ], [ -111.27809245805977, 40.595252592543076 ], [ -111.2781872280962, 40.595306417482547 ], [ -111.27831193619195, 40.595454763205765 ], [ -111.27835362150032, 40.59553213892405 ], [ -111.27842478915709, 40.595594128510271 ], [ -111.27847226797441, 40.595643562765382 ], [ -111.2785054527225, 40.595666004898149 ], [ -111.27853743696694, 40.595683945488204 ], [ -111.27857294803168, 40.595697373135863 ], [ -111.2786344968375, 40.595719746822517 ], [ -111.27870895233045, 40.595719567195339 ], [ -111.27886851852854, 40.595723686501081 ], [ -111.27909296944898, 40.595699721377748 ], [ -111.27973112535972, 40.595690069738218 ], [ -111.27994385522392, 40.595689554371098 ], [ -111.28009150910324, 40.595671178717645 ], [ -111.28033946809794, 40.595616524057277 ], [ -111.28042455994661, 40.595616317509609 ], [ -111.28052263311139, 40.595611574946098 ], [ -111.28076496501767, 40.595624499456221 ], [ -111.2809944892193, 40.595683399779013 ], [ -111.28126801725202, 40.595807957147485 ], [ -111.28136275284115, 40.595852770702002 ], [ -111.28155843591968, 40.596014453275593 ], [ -111.28175535851061, 40.596189645770941 ], [ -111.28191408471018, 40.596274842608608 ], [ -111.28225145920604, 40.596404647101544 ], [ -111.28289670383715, 40.596673334236698 ], [ -111.28350632674527, 40.596901565346045 ], [ -111.28402091338265, 40.597013812741686 ], [ -111.28459468246139, 40.597146632401838 ], [ -111.28496128785791, 40.597199781679642 ], [ -111.28518012310423, 40.597244285865976 ], [ -111.28542267246712, 40.597306748746824 ], [ -111.28558857378489, 40.597409940486742 ], [ -111.28592080012926, 40.597715419567081 ], [ -111.28626456003084, 40.597953302704482 ], [ -111.28643034889339, 40.598029466946073 ], [ -111.28655232030704, 40.598085019301358 ], [ -111.28690365655233, 40.59815892063569 ], [ -111.287010110091, 40.598178475644865 ], [ -111.28723489009622, 40.598230168235823 ], [ -111.28740056499916, 40.59827930481066 ], [ -111.28747769574883, 40.598351183677941 ], [ -111.28752531826225, 40.598432144799744 ], [ -111.28760291260539, 40.598612128631068 ], [ -111.28781093985907, 40.598890884825678 ], [ -111.28800110513571, 40.599138154195586 ], [ -111.28813754107506, 40.599258532511392 ], [ -111.2882798366789, 40.599367184535168 ], [ -111.28833075112099, 40.599388678690474 ], [ -111.28851787038406, 40.599476498167604 ], [ -111.28859366684459, 40.599512344210531 ], [ -111.2887831312126, 40.599595652971892 ], [ -111.28900370958534, 40.599768071174836 ], [ -111.28908550541195, 40.59982462223261 ], [ -111.28913291743903, 40.599856034530632 ], [ -111.28927517320315, 40.599954775681319 ], [ -111.28980947753462, 40.600246223882564 ], [ -111.29036490508179, 40.600501581107054 ], [ -111.29070264879577, 40.600707935054388 ], [ -111.2909873642886, 40.600950456992372 ], [ -111.29130796987816, 40.60129198500907 ], [ -111.2918654949173, 40.601754533102387 ], [ -111.29200194702942, 40.601875807631231 ], [ -111.29208515340734, 40.601983703386892 ], [ -111.29210920402566, 40.602078235431883 ], [ -111.29210407862988, 40.602258425276304 ], [ -111.29202885953697, 40.602627978067069 ], [ -111.29204739263061, 40.602812612495953 ], [ -111.29207733368513, 40.602902625218526 ], [ -111.29211911402959, 40.602997112411593 ], [ -111.29230918913019, 40.603217348188181 ], [ -111.29249306111608, 40.603370033034636 ], [ -111.29259992915955, 40.603482372889097 ], [ -111.29262977303684, 40.603549863598509 ], [ -111.29263053917002, 40.603725534072026 ], [ -111.29259017185761, 40.603955361792742 ], [ -111.292538907485, 40.604396924847968 ], [ -111.29249327751182, 40.604775411699563 ], [ -111.29247224518043, 40.605373651904294 ], [ -111.29248734837246, 40.6061267525576 ], [ -111.29254238524521, 40.606550028540681 ], [ -111.29263015423881, 40.60688943936173 ], [ -111.29271611714087, 40.607085614175837 ], [ -111.29281166265059, 40.607310592901534 ], [ -111.29302557018119, 40.607571306660965 ], [ -111.29316782838772, 40.60766553844109 ], [ -111.29327452722735, 40.607737338251198 ], [ -111.29363823862656, 40.607924698822131 ], [ -111.29418655725937, 40.608158434126828 ], [ -111.29426345772988, 40.608173553252016 ], [ -111.29468940365638, 40.608265258279559 ], [ -111.29511512088997, 40.608304711080073 ], [ -111.29555252024606, 40.60831260149908 ], [ -111.29600784924043, 40.608365488482846 ], [ -111.29680583540218, 40.608385962730161 ], [ -111.2973439895823, 40.608456649245184 ], [ -111.2976870455424, 40.608514323000328 ], [ -111.298006220829, 40.608518004351943 ], [ -111.29815968799986, 40.608472564120916 ], [ -111.29824822203608, 40.608445309041556 ], [ -111.29831315496178, 40.608427123686326 ], [ -111.2985077370692, 40.608323920259593 ], [ -111.29856669539414, 40.608291336068497 ], [ -111.29872589141002, 40.608205340522943 ], [ -111.29900910183665, 40.608096501692181 ], [ -111.29920375824798, 40.608010413681342 ], [ -111.29933923146532, 40.607906461069803 ], [ -111.29949216949498, 40.607743004706236 ], [ -111.2996983307719, 40.607586617115565 ], [ -111.29993441254905, 40.60751303274111 ], [ -111.30035928099944, 40.607363282891583 ], [ -111.30077248876074, 40.607249597183099 ], [ -111.30108516579719, 40.607123559727768 ], [ -111.30140937054901, 40.606932627727417 ], [ -111.30182128103876, 40.60653155978364 ], [ -111.30236935371205, 40.606182385228209 ], [ -111.30288830155044, 40.605928778107113 ], [ -111.30323069778943, 40.605842295769612 ], [ -111.30334971330819, 40.606022159993117 ], [ -111.30362381835199, 40.606516925770748 ], [ -111.30380819419555, 40.606773192768159 ], [ -111.3038497690786, 40.606818127582692 ], [ -111.30388541348088, 40.606858573567365 ], [ -111.30415271723986, 40.60715516154238 ], [ -111.30428957025107, 40.607357499865188 ], [ -111.30446806120298, 40.607618285687842 ], [ -111.30476531049047, 40.60800037717717 ], [ -111.30493175929013, 40.60821164544317 ], [ -111.30541941441959, 40.608872506161191 ], [ -111.30565738656571, 40.609214212251217 ], [ -111.30578230443766, 40.609389553815504 ], [ -111.30619843479671, 40.609915467977395 ], [ -111.30666780691173, 40.610450248063842 ], [ -111.30693498895091, 40.61071439792871 ], [ -111.30708924270805, 40.610841012391013 ], [ -111.30723163067381, 40.610957748496446 ], [ -111.3074214683041, 40.611110393451348 ], [ -111.30789455325515, 40.611419937854201 ], [ -111.30836390987398, 40.611688950530237 ], [ -111.3090523352753, 40.612038454747406 ], [ -111.3097206093415, 40.612374495633361 ], [ -111.3098213186762, 40.612423774071267 ], [ -111.30998719074742, 40.612504408439364 ], [ -111.31017668492707, 40.61258047471933 ], [ -111.31038416157308, 40.612710545315743 ], [ -111.31069282956253, 40.612993493398982 ], [ -111.31084141040643, 40.613168765700884 ], [ -111.31088893389344, 40.613219988090876 ], [ -111.31118659157244, 40.613676834761726 ], [ -111.31120447005506, 40.613708317473353 ], [ -111.31125793838484, 40.613766730746697 ], [ -111.31159671280938, 40.614166709914713 ], [ -111.31192331355626, 40.614490145945759 ], [ -111.31198505826714, 40.61454853652112 ], [ -111.31239228088202, 40.614921301914009 ], [ -111.31282595705026, 40.6153885868153 ], [ -111.31296846975208, 40.615527837450621 ], [ -111.3129934006022, 40.615550291942995 ], [ -111.31319411432219, 40.615747941889452 ], [ -111.31350852961765, 40.615990326999068 ], [ -111.31394720373289, 40.616259400000544 ], [ -111.31474079381549, 40.616581557592532 ], [ -111.31571138260679, 40.616831155467018 ], [ -111.31622015385666, 40.616919851791423 ], [ -111.31690058016603, 40.617057623506724 ], [ -111.31768192360202, 40.617285201843082 ], [ -111.31830481302654, 40.617504202867707 ], [ -111.31886599566266, 40.617673822409564 ], [ -111.31958185857765, 40.617802471640395 ], [ -111.32039221573916, 40.617912836702324 ], [ -111.32114383113516, 40.618099934356373 ], [ -111.32162343067047, 40.618265262881621 ], [ -111.32207364990215, 40.618466706601893 ], [ -111.32280363761463, 40.618825021205666 ], [ -111.32366768296441, 40.619277548094658 ], [ -111.32459257982902, 40.619842507622138 ], [ -111.32524506926771, 40.620304625793217 ], [ -111.32544703740261, 40.620506755104927 ], [ -111.325554294078, 40.620682124634193 ], [ -111.32556042409962, 40.620727151408801 ], [ -111.32557903291091, 40.620907275164576 ], [ -111.32576121026167, 40.621658997085341 ], [ -111.32579019786802, 40.621785038647857 ], [ -111.32590558009603, 40.622415329714727 ], [ -111.3259957415998, 40.622721374722623 ], [ -111.32618580859499, 40.622905518625643 ], [ -111.32620958621722, 40.62293247788984 ], [ -111.32642890517097, 40.623053477109785 ], [ -111.32671890024439, 40.623120223153265 ], [ -111.32687261821093, 40.623123391717812 ], [ -111.32713866451164, 40.623128043717543 ], [ -111.3276054132007, 40.623072667842166 ], [ -111.32859804569159, 40.622966246601166 ], [ -111.32941352825415, 40.622900861872274 ], [ -111.3300928001548, 40.622786312336224 ], [ -111.33066599568332, 40.622739628612436 ], [ -111.331493385473, 40.622692212721596 ], [ -111.33256885634776, 40.622603537173632 ], [ -111.33292948050058, 40.62260700257297 ], [ -111.33334348736838, 40.622646348008324 ], [ -111.33392901826834, 40.622703213764169 ], [ -111.3340177358362, 40.622711966023516 ], [ -111.33431344625455, 40.622738136836283 ], [ -111.33526023459929, 40.622924577240823 ], [ -111.33688683344842, 40.623104524488532 ], [ -111.33835976300821, 40.623289403524112 ], [ -111.33937780548328, 40.623534158586999 ], [ -111.33980973451767, 40.623608562496116 ], [ -111.34028467146398, 40.623770223476711 ], [ -111.34091683221759, 40.623926013217854 ], [ -111.34155590628023, 40.624045743832781 ], [ -111.34228326624986, 40.624088634460243 ], [ -111.3429457604239, 40.624163243949191 ], [ -111.34350203109524, 40.624274200831252 ], [ -111.34406463129991, 40.624466215394939 ], [ -111.34465704780067, 40.624707686642559 ], [ -111.34523752917859, 40.624926668511243 ], [ -111.34544501892697, 40.625038658092741 ], [ -111.34554551802499, 40.62503835744657 ], [ -111.34590636480712, 40.625082321247135 ], [ -111.34605445991596, 40.625140434800485 ], [ -111.34620229943819, 40.625149000524225 ], [ -111.34636917285397, 40.625180030977909 ], [ -111.34663749523627, 40.625165712739182 ], [ -111.34682903503118, 40.625165137688313 ], [ -111.34754418991258, 40.625131457002674 ], [ -111.34768015943811, 40.625131047753101 ], [ -111.34772153679499, 40.625130022301107 ], [ -111.34778418231723, 40.62512623015008 ], [ -111.34814716178947, 40.625125136520744 ], [ -111.34831853139688, 40.625111106599768 ], [ -111.3489213154612, 40.625068747440011 ], [ -111.34918136041615, 40.62505444829916 ], [ -111.34934677096723, 40.625031426068752 ], [ -111.34957730411394, 40.625026224103081 ], [ -111.34969083239928, 40.625030384811474 ], [ -111.349861042588, 40.625020860512841 ], [ -111.34995560639456, 40.62501606960852 ], [ -111.35002061165505, 40.625011368214082 ], [ -111.35012704589157, 40.625015549993492 ], [ -111.35036954355358, 40.625037336575389 ], [ -111.35055301846914, 40.625077319417059 ], [ -111.35061230046988, 40.625108670263003 ], [ -111.35072492935504, 40.625166885486742 ], [ -111.35083145815533, 40.625189083929776 ], [ -111.35105030977033, 40.62521094090873 ], [ -111.35115085624841, 40.625219644040556 ], [ -111.3512989561592, 40.625277750847324 ], [ -111.35163635465757, 40.62535870413857 ], [ -111.35173715663808, 40.625416053500125 ], [ -111.35190296908317, 40.625469601183099 ], [ -111.3520571475074, 40.625559219290338 ], [ -111.35208680089063, 40.625577146491253 ], [ -111.35225746174621, 40.625653200880173 ], [ -111.35247787656216, 40.625747120775124 ], [ -111.35267341513914, 40.625832107415476 ], [ -111.35299941663348, 40.625993269822601 ], [ -111.35322820504364, 40.626105180280021 ], [ -111.35397139975717, 40.626454247945951 ], [ -111.35464663511904, 40.626695413942649 ], [ -111.35474732727153, 40.626731139882402 ], [ -111.35536397468773, 40.627071578378697 ], [ -111.35593914929748, 40.627394123790033 ], [ -111.35658594354975, 40.627842568335609 ], [ -111.3569183797415, 40.628098292080203 ], [ -111.35702568283327, 40.628264623111249 ], [ -111.35727011476422, 40.628646740960988 ], [ -111.35738378789172, 40.628898635473632 ], [ -111.35748561372647, 40.629146062138915 ], [ -111.35757576029914, 40.629420551242788 ], [ -111.3576887629588, 40.629546324402696 ], [ -111.35777083074372, 40.629636158117286 ], [ -111.35789076034617, 40.629730378842694 ], [ -111.35809232574285, 40.629833355135446 ], [ -111.35842982270279, 40.629926900483632 ], [ -111.35876092633228, 40.629930376788359 ], [ -111.35893829036753, 40.629929825674886 ], [ -111.35956468666477, 40.629873824379203 ], [ -111.35973005707861, 40.629841778620083 ], [ -111.36012001541893, 40.629795519335296 ], [ -111.36062811863447, 40.62973087228697 ], [ -111.361307914805, 40.629710729943106 ], [ -111.36160356907024, 40.629718813393545 ], [ -111.36185825193832, 40.629803599196613 ], [ -111.36216060236171, 40.629956701776948 ], [ -111.36224370814143, 40.630018601792244 ], [ -111.36228408109459, 40.630050005918136 ], [ -111.36246338281227, 40.630189079568709 ], [ -111.36252296718575, 40.630274476055803 ], [ -111.36260043440846, 40.63038684273581 ], [ -111.36265997039652, 40.630463230510614 ], [ -111.36279079403337, 40.63060245586388 ], [ -111.36301037444264, 40.630754915295618 ], [ -111.36322961903069, 40.630845214713617 ], [ -111.36364371334561, 40.630888054635307 ], [ -111.36367921107815, 40.630892447250211 ], [ -111.36375959277558, 40.630887689699101 ], [ -111.36404451264491, 40.630877783124291 ], [ -111.36477839297676, 40.630798892713791 ], [ -111.3652628257974, 40.630729795649593 ], [ -111.36561019787375, 40.630680048999317 ], [ -111.36577078349364, 40.630638100074727 ], [ -111.36627277837772, 40.630537412387646 ], [ -111.36633172790218, 40.630505694648853 ], [ -111.36649675179642, 40.630410578777131 ], [ -111.36665012335074, 40.63034703042721 ], [ -111.36680903706591, 40.630215898346364 ], [ -111.36683256244028, 40.630193301648468 ], [ -111.36706143456712, 40.629881771176869 ], [ -111.36713186202623, 40.629786955012115 ], [ -111.36743142956701, 40.629430155074246 ], [ -111.36751971573121, 40.629357803824981 ], [ -111.36782573506342, 40.629100079018237 ], [ -111.36802620093015, 40.629000343661964 ], [ -111.36814424397258, 40.628963932268348 ], [ -111.36825637484614, 40.628927539606181 ], [ -111.36841602467592, 40.62893153481906 ], [ -111.36862302038203, 40.628944387491281 ], [ -111.36884241025105, 40.629060801311354 ], [ -111.36898479532717, 40.629150434393239 ], [ -111.36917457653962, 40.629257933381304 ], [ -111.36971384663184, 40.629486833315056 ], [ -111.36982060713429, 40.629548652146852 ], [ -111.36989773774648, 40.629597953478061 ], [ -111.3699392715736, 40.629624846812803 ], [ -111.37003431271802, 40.629705621444231 ], [ -111.37005219822777, 40.629732590506677 ], [ -111.37007128109391, 40.629762258366434 ], [ -111.3701356890013, 40.629862950407556 ], [ -111.37016597090738, 40.629993480803975 ], [ -111.37016055621804, 40.630083586056152 ], [ -111.37020884836318, 40.63026360705004 ], [ -111.3702624807182, 40.63034000982185 ], [ -111.37036944715716, 40.630438763509893 ], [ -111.37047646369933, 40.630546525724931 ], [ -111.37054187116642, 40.630613881799512 ], [ -111.37061941195576, 40.630737053387968 ], [ -111.37067443001463, 40.631063895826507 ], [ -111.37072821301365, 40.631167324250178 ], [ -111.37074612410872, 40.63119879750932 ], [ -111.37082360615419, 40.631311158590449 ], [ -111.37089495189753, 40.631382999780925 ], [ -111.37105540557924, 40.631531129352133 ], [ -111.37117419964738, 40.631629844268474 ], [ -111.37121576019278, 40.631661241440234 ], [ -111.37127505762244, 40.631692581576452 ], [ -111.37133435011691, 40.631723020819152 ], [ -111.37145295024338, 40.631786601799917 ], [ -111.37149562856987, 40.631806283851851 ], [ -111.3716128317828, 40.631831131378149 ], [ -111.37219054690199, 40.631950889581624 ], [ -111.37232911998881, 40.631990982443675 ], [ -111.37267579155191, 40.632027701156133 ], [ -111.37299172447025, 40.632065418987743 ], [ -111.37314213292989, 40.632107274403985 ], [ -111.37321671841046, 40.63212324920579 ], [ -111.37352803265691, 40.632180799823566 ], [ -111.37384450436306, 40.632314907583471 ], [ -111.37401385852415, 40.632361204922759 ], [ -111.37470332881792, 40.632586892214327 ], [ -111.37476611566196, 40.632607408686432 ], [ -111.37501132585267, 40.632684989119461 ], [ -111.37527808846797, 40.63281024555485 ], [ -111.37538506623052, 40.632908994504888 ], [ -111.37546255802719, 40.633021352397165 ], [ -111.37547476129836, 40.63308887860299 ], [ -111.37548082509474, 40.633115885240109 ], [ -111.37543509008148, 40.633395306229119 ], [ -111.37538298816841, 40.633593668833178 ], [ -111.37534599602931, 40.63374513662724 ], [ -111.37532535182557, 40.633859615266523 ], [ -111.37532701653049, 40.634156899685124 ], [ -111.37535288630107, 40.634553202020065 ], [ -111.37535942947115, 40.634665790524977 ], [ -111.37534805843639, 40.634746906517954 ], [ -111.37533681349609, 40.63485054405237 ], [ -111.37531401579541, 40.635002866548156 ], [ -111.37530270014038, 40.635093892011191 ], [ -111.37522913738452, 40.6354724998425 ], [ -111.37509986889501, 40.635828766602401 ], [ -111.37502418407759, 40.636039817852222 ], [ -111.37487172118678, 40.636478139532535 ], [ -111.37481468357586, 40.636640482686275 ], [ -111.37474493991978, 40.636856919709778 ], [ -111.37469283334877, 40.637055281904381 ], [ -111.3746994764206, 40.637185887630544 ], [ -111.37469970307239, 40.63722642639528 ], [ -111.37473575895618, 40.637329910345557 ], [ -111.37487822154569, 40.637640250794817 ], [ -111.37494646099839, 40.638000380330297 ], [ -111.37499520032185, 40.638256972200018 ], [ -111.3750276381711, 40.638770367079495 ], [ -111.37503450895882, 40.638941511495041 ], [ -111.37504079999789, 40.639009056876915 ], [ -111.37502651461928, 40.639626204320209 ], [ -111.37509319618314, 40.639918772900167 ], [ -111.37515280534392, 40.640004162617743 ], [ -111.37520652685747, 40.64009407581915 ], [ -111.37536114845416, 40.640251226870497 ], [ -111.37555099662812, 40.640363219293114 ], [ -111.37568737542529, 40.640430341498046 ], [ -111.37607885008825, 40.640645277817057 ], [ -111.37628055202322, 40.640761734812102 ], [ -111.37635181253761, 40.64081555522899 ], [ -111.37637566726552, 40.640851512571878 ], [ -111.37641736249667, 40.640905429302471 ], [ -111.37642395876216, 40.641027026219021 ], [ -111.37642522391103, 40.641252241380265 ], [ -111.37637956344582, 40.641545175265165 ], [ -111.37637379703789, 40.641571319494325 ], [ -111.37635649272777, 40.641648851318898 ], [ -111.37629862085254, 40.641873358295534 ], [ -111.37625892827751, 40.642176182302414 ], [ -111.37630790344862, 40.642473312116991 ], [ -111.37638555978046, 40.642612694960377 ], [ -111.37665284567824, 40.642823529553404 ], [ -111.37691399194183, 40.642993844099507 ], [ -111.37710440820743, 40.643204928498399 ], [ -111.37713430425801, 40.643263387859875 ], [ -111.37717615374589, 40.643344330091338 ], [ -111.3772834048556, 40.643488120025076 ], [ -111.37734880649852, 40.643550967705821 ], [ -111.37746765153132, 40.64365327924726 ], [ -111.37761627687378, 40.643793330108664 ], [ -111.37766454840663, 40.64396433882321 ], [ -111.37770703377321, 40.644157888353917 ], [ -111.37788527341554, 40.644305949878927 ], [ -111.37815863166095, 40.644542886461309 ], [ -111.37833718363044, 40.644745899723446 ], [ -111.37847992013782, 40.644889572241013 ], [ -111.3788061525905, 40.645064173477095 ], [ -111.3790434553207, 40.645198526277873 ], [ -111.37913238673993, 40.645238773778679 ], [ -111.37928055501125, 40.645296844195826 ], [ -111.37935164424802, 40.645319132597862 ], [ -111.37945821441463, 40.645341304372408 ], [ -111.3796593493193, 40.645354156421838 ], [ -111.37989033264796, 40.645416458135394 ], [ -111.38026992066651, 40.645613401585727 ], [ -111.38041220280969, 40.645675994309627 ], [ -111.38060646785345, 40.645728505897814 ], [ -111.3809040227854, 40.645850043981945 ], [ -111.38106422594271, 40.645944107456039 ], [ -111.38119383290515, 40.646065297997033 ], [ -111.3812964174348, 40.646218108287485 ], [ -111.38146394614273, 40.646559887975407 ], [ -111.38157249432986, 40.646928888587162 ], [ -111.38169330729724, 40.647374423000834 ], [ -111.38176609360742, 40.647693993394242 ], [ -111.38188035365398, 40.648026939717404 ], [ -111.38195291045878, 40.648305971297077 ], [ -111.38197787524359, 40.648535612079286 ], [ -111.38198314560218, 40.648630186614298 ], [ -111.38199715758495, 40.648805811058175 ], [ -111.38194493508431, 40.648981654588511 ], [ -111.38188661875563, 40.649125987589798 ], [ -111.38187502221918, 40.649166565350889 ], [ -111.38185180342954, 40.649243216574874 ], [ -111.38184604365475, 40.649270261894578 ], [ -111.38182927777747, 40.649441483730286 ], [ -111.38172979483683, 40.649626492162739 ], [ -111.38162419219388, 40.64977548570041 ], [ -111.38154851767595, 40.649987441553193 ], [ -111.38154437399581, 40.650298257345703 ], [ -111.38150387442484, 40.650456044387312 ], [ -111.38146918600783, 40.650595794702134 ], [ -111.381476639022, 40.65086603275067 ], [ -111.38159133937471, 40.651275552134017 ], [ -111.38160931232915, 40.65131603213667 ], [ -111.38166320565936, 40.651432967833152 ], [ -111.38168120436578, 40.651477952115542 ], [ -111.3818953674312, 40.651697958518589 ], [ -111.38218579787559, 40.651809607072323 ], [ -111.38268972729236, 40.652024148206387 ], [ -111.38300968964391, 40.652128489801257 ], [ -111.3834541169645, 40.652279262779736 ], [ -111.38449049952695, 40.652522656446394 ], [ -111.38515381232057, 40.652682603468975 ], [ -111.38563949664047, 40.652807105014901 ], [ -111.38601883195928, 40.65294997758015 ], [ -111.38625049670938, 40.653124873563385 ], [ -111.38638143975599, 40.653268575511461 ], [ -111.38656141258502, 40.653709401948156 ], [ -111.38683703043156, 40.654325578306825 ], [ -111.38684315282322, 40.654361592793137 ], [ -111.38697120410934, 40.655027811136407 ], [ -111.38705733664945, 40.655604082304194 ], [ -111.38720704509754, 40.655923390906231 ], [ -111.38727963287832, 40.65620241861685 ], [ -111.38728057055476, 40.656364572901097 ], [ -111.3871704875024, 40.656761326864199 ], [ -111.38697845879943, 40.657306999636219 ], [ -111.38693239170651, 40.657523363876081 ], [ -111.38692896127334, 40.657748593971377 ], [ -111.38703551617547, 40.657968951089302 ], [ -111.38715427669023, 40.658049631656937 ], [ -111.3875219721522, 40.658219564369759 ], [ -111.38822175024853, 40.658537024143854 ], [ -111.38871394641252, 40.658756082471541 ], [ -111.38917123359882, 40.659074352504845 ], [ -111.38959960669604, 40.65950532752445 ], [ -111.38988655835496, 40.65982416926574 ], [ -111.39004662162735, 40.660089386523538 ], [ -111.39013691779314, 40.660359343658882 ], [ -111.39019771932132, 40.660642913491422 ], [ -111.39025412907978, 40.661187751526526 ], [ -111.39025709549443, 40.661696735171695 ], [ -111.39028914321237, 40.662120938356935 ], [ -111.39040433215229, 40.662601615461469 ], [ -111.39050246591844, 40.663200364516108 ], [ -111.39058243576414, 40.663727104995395 ], [ -111.39059139891117, 40.664249581220062 ], [ -111.3905915775925, 40.664280210308135 ], [ -111.39054110525001, 40.66475424037052 ], [ -111.39049003850133, 40.665126473715048 ], [ -111.39047253977461, 40.665168873930867 ], [ -111.39037918309583, 40.665389903519745 ], [ -111.39017414455695, 40.665732928333775 ], [ -111.39010384364849, 40.665850279367923 ], [ -111.39006874558835, 40.665917963421762 ], [ -111.39001607999825, 40.666016336488035 ], [ -111.38997517665352, 40.666102958454104 ], [ -111.38994593592811, 40.666160713081986 ], [ -111.38991129399741, 40.666306771495968 ], [ -111.38985917869155, 40.666499734289353 ], [ -111.38979715208289, 40.667022450000701 ], [ -111.38978668501409, 40.667256712282985 ], [ -111.3897817399305, 40.667423390452377 ], [ -111.3897701975516, 40.66747297742144 ], [ -111.38971277383324, 40.667770459273719 ], [ -111.38954858265673, 40.668018753337726 ], [ -111.38936542923605, 40.668261705868147 ], [ -111.38908607697506, 40.66884911565591 ], [ -111.38887104793132, 40.669511981389867 ], [ -111.38883623452975, 40.669629212059121 ], [ -111.38881880162141, 40.669683323114768 ], [ -111.38877141835536, 40.669877170248917 ], [ -111.3887668375654, 40.669903310973943 ], [ -111.38874404342555, 40.670052932546184 ], [ -111.38871603449763, 40.670323288568454 ], [ -111.38870485702095, 40.670435935246054 ], [ -111.38876553117977, 40.67069698395526 ], [ -111.38893234884755, 40.670899118429723 ], [ -111.3892052581582, 40.671033329666962 ], [ -111.38956708837486, 40.671198770802064 ], [ -111.3898065571029, 40.671279041096994 ], [ -111.39006464189593, 40.671305195671849 ], [ -111.39034710031157, 40.671250188772042 ], [ -111.39079070329942, 40.67103247888776 ], [ -111.39113781194241, 40.670905181442059 ], [ -111.39126937283869, 40.670944374076271 ], [ -111.39129364663137, 40.671048792997937 ], [ -111.39128331593159, 40.671305576590079 ], [ -111.39123223280816, 40.671675107281246 ], [ -111.39122232301496, 40.672003959182156 ], [ -111.3911656917121, 40.672436569641341 ], [ -111.39115520241506, 40.672666327538892 ], [ -111.39114918255531, 40.672851026687553 ], [ -111.3911397184021, 40.673053754936653 ], [ -111.3911483455297, 40.673517674736352 ], [ -111.39122307562397, 40.674157040532165 ], [ -111.39122946555949, 40.674238097338169 ], [ -111.39126643626486, 40.67449021614302 ], [ -111.39128586971381, 40.674778429224659 ], [ -111.39125224277799, 40.67509835260875 ], [ -111.3911532222171, 40.675364445228979 ], [ -111.39100121869414, 40.675675760766147 ], [ -111.39076693954081, 40.676081946078618 ], [ -111.39067909070263, 40.676235391511312 ], [ -111.39064977261192, 40.676280534282554 ], [ -111.39046197822306, 40.676542422229581 ], [ -111.3902102591547, 40.677002717616503 ], [ -111.38998867150011, 40.677354806098123 ], [ -111.38976413785736, 40.677607808244986 ], [ -111.38963531620089, 40.677837965209527 ], [ -111.38963628652569, 40.678004623106325 ], [ -111.38970825333874, 40.678171041385369 ], [ -111.38992252875848, 40.678391031369941 ], [ -111.3903576308501, 40.678939092490737 ], [ -111.390381480546, 40.678970542339627 ], [ -111.39054840275958, 40.67918618687024 ], [ -111.39060801434148, 40.679262559245856 ], [ -111.39072729051455, 40.679424312431244 ], [ -111.39081690586018, 40.679572652828107 ], [ -111.39092527630926, 40.67989299598861 ], [ -111.39092706038583, 40.680198385164161 ], [ -111.39094633633306, 40.680459572428148 ], [ -111.3910189144606, 40.680729587878027 ], [ -111.39104918184523, 40.680846598561907 ], [ -111.39108507637766, 40.680914042286147 ], [ -111.39119746738494, 40.681111853083465 ], [ -111.39147316109302, 40.681511806067682 ], [ -111.3917472528374, 40.681839694153737 ], [ -111.39219908663722, 40.682207517095343 ], [ -111.39259072710156, 40.682399873198079 ], [ -111.39310157831596, 40.682740465755124 ], [ -111.3932922388929, 40.682965034033124 ], [ -111.39333394772008, 40.683014439816361 ], [ -111.3935246363536, 40.683243511953961 ], [ -111.3937389671471, 40.683467998789936 ], [ -111.39399471739105, 40.683692343879891 ], [ -111.39411995311042, 40.683858577430428 ], [ -111.39414565306922, 40.684002628927537 ], [ -111.39410395356077, 40.684155919203377 ], [ -111.39397474675253, 40.684521212577188 ], [ -111.39377756452076, 40.684999346401064 ], [ -111.39374840378454, 40.685071515456713 ], [ -111.39369591960322, 40.685202320588708 ], [ -111.39338615924387, 40.6858565071594 ], [ -111.39332770372553, 40.685978323755037 ], [ -111.39322249384958, 40.686199395252224 ], [ -111.39308212472478, 40.686479142894733 ], [ -111.39294772447673, 40.686767878737129 ], [ -111.39283664786845, 40.686997978520232 ], [ -111.39266156554052, 40.68741297417715 ], [ -111.39260017108447, 40.687841096043222 ], [ -111.39259386341379, 40.687976247931211 ], [ -111.39257772407777, 40.688251068027284 ], [ -111.39264482319632, 40.688593170262443 ], [ -111.39276533759761, 40.68896211681534 ], [ -111.39285645172045, 40.689362693691095 ], [ -111.39301794057893, 40.689654926602806 ], [ -111.39328007982714, 40.689955825148154 ], [ -111.39331579617605, 40.689991738247016 ], [ -111.39361265682072, 40.690360082913465 ], [ -111.39366136545091, 40.690391447260666 ], [ -111.3939227147317, 40.690557216623013 ], [ -111.39420227392948, 40.690599504140238 ], [ -111.39424018289787, 40.69060568077979 ], [ -111.39441391747984, 40.690564548272569 ], [ -111.3944730124522, 40.690550833335152 ], [ -111.39472135991186, 40.690518454095901 ], [ -111.39497409534518, 40.690427502815652 ], [ -111.39528805211326, 40.690282289234709 ], [ -111.3954061612953, 40.690241345673307 ], [ -111.39554317948335, 40.690195832863232 ], [ -111.39559514633925, 40.69017763742638 ], [ -111.39571352160192, 40.690181736098005 ], [ -111.39585556127294, 40.690184852641849 ], [ -111.39595027216787, 40.69018993307693 ], [ -111.39610431209464, 40.69022093510263 ], [ -111.39640676854818, 40.690332505648257 ], [ -111.39651352283613, 40.690372678165424 ], [ -111.39695280385696, 40.690605394605122 ], [ -111.39703591575558, 40.690650152268461 ], [ -111.39735666326946, 40.69085174431472 ], [ -111.39751699759894, 40.69094578361814 ], [ -111.39773478828489, 40.690949537868121 ], [ -111.3977714767703, 40.690949411468488 ], [ -111.39786596919305, 40.690917555452124 ], [ -111.39804314559211, 40.690858388245275 ], [ -111.39844472995372, 40.690721872638143 ], [ -111.39882866769597, 40.690603433976307 ], [ -111.39900005927696, 40.690566807010192 ], [ -111.39909339394895, 40.690539458335039 ], [ -111.39931295881881, 40.690444107877951 ], [ -111.39954847311117, 40.69024510185951 ], [ -111.39967884437971, 40.690077989815478 ], [ -111.4000123141675, 40.689635409011082 ], [ -111.4001355553166, 40.689463816794358 ], [ -111.40045831393017, 40.68901226309179 ], [ -111.40071654467728, 40.688655523722467 ], [ -111.40107520408579, 40.688271408835625 ], [ -111.40126950096683, 40.6881085772036 ], [ -111.40151684109905, 40.687910426873472 ], [ -111.40212859909045, 40.687303814284078 ], [ -111.40278147295524, 40.686648408010726 ], [ -111.40320436714612, 40.686322618819851 ], [ -111.40347651946963, 40.68611987324163 ], [ -111.40385987258219, 40.685910432 ], [ -111.40430253511822, 40.685724204416729 ], [ -111.40471577359418, 40.685565104373545 ], [ -111.40510542390788, 40.685419598664382 ], [ -111.40518220855607, 40.685396807472763 ], [ -111.40566655598288, 40.685255471842432 ], [ -111.40597394418209, 40.685205744408698 ], [ -111.40629860690503, 40.68507757969428 ], [ -111.40635763983863, 40.685054850189708 ], [ -111.40640472935405, 40.685014145300684 ], [ -111.4064988534797, 40.684923726959425 ], [ -111.40654002586241, 40.684883042847744 ], [ -111.40665762576684, 40.684761011265294 ], [ -111.40668112926905, 40.684733902382675 ], [ -111.40673956482605, 40.684612979971327 ], [ -111.40682708082674, 40.684409075031084 ], [ -111.40709709369246, 40.684052279653784 ], [ -111.40753280289526, 40.683699403222022 ], [ -111.40794563664915, 40.683477232114832 ], [ -111.40800466760872, 40.683454501771266 ], [ -111.40804600299117, 40.683440842639399 ], [ -111.40832346158217, 40.683336261649224 ], [ -111.40858949827505, 40.683299285666941 ], [ -111.40869000155926, 40.683285416897782 ], [ -111.40889692480984, 40.683257658142729 ], [ -111.40905062416289, 40.683234591947894 ], [ -111.40933410733199, 40.683148004584503 ], [ -111.40968214494626, 40.68297470395148 ], [ -111.40971165715334, 40.68296288791575 ], [ -111.40979390727209, 40.682867103780907 ], [ -111.40998783603307, 40.682650206470228 ], [ -111.41018264315183, 40.682383757848257 ], [ -111.41029508435551, 40.682194175585686 ], [ -111.41035722142544, 40.682099363382996 ], [ -111.41062079719953, 40.6818551913166 ], [ -111.41078098439657, 40.681733004016692 ], [ -111.4112941512641, 40.681473528190644 ], [ -111.41135910149553, 40.681451675911489 ], [ -111.41186682418798, 40.68126969177635 ], [ -111.41219151749081, 40.68115141990603 ], [ -111.41241604369128, 40.681101070240182 ], [ -111.41259351439247, 40.681095931819691 ], [ -111.41267634700638, 40.681095635781219 ], [ -111.41300189983868, 40.681116993458126 ], [ -111.4130966213223, 40.681125663292669 ], [ -111.41359397910522, 40.681182439276149 ], [ -111.41432830957672, 40.681287910821297 ], [ -111.41518108691056, 40.681410969221723 ], [ -111.41611613335853, 40.681632820559692 ], [ -111.416247679351, 40.681663876835849 ], [ -111.41655579445748, 40.681734835208523 ], [ -111.41716016516861, 40.681872287981939 ], [ -111.41748359250026, 40.681931477235793 ], [ -111.41771700796684, 40.681978379096456 ], [ -111.41777025254764, 40.681977285576714 ], [ -111.41795364740712, 40.681973018348778 ], [ -111.41804806115633, 40.681932137376442 ], [ -111.41830143675652, 40.681764558697836 ], [ -111.41865528713221, 40.681579498640417 ], [ -111.41872608403095, 40.681546810577778 ], [ -111.41895624115712, 40.681451384271668 ], [ -111.4192869521662, 40.681351088031732 ], [ -111.41979561301824, 40.681322213575292 ], [ -111.42078442657217, 40.681435727168228 ], [ -111.42141184559658, 40.681473977970811 ], [ -111.42146512374612, 40.681478287845643 ], [ -111.42182661250635, 40.681567955570529 ], [ -111.42191541337938, 40.681575738927826 ], [ -111.42216997144639, 40.681597330160166 ], [ -111.42236479450094, 40.68152905236316 ], [ -111.42244151184546, 40.681497241235945 ], [ -111.4229560423434, 40.681273743439647 ], [ -111.42312604803233, 40.681210960488862 ], [ -111.42317340945803, 40.681215291259193 ], [ -111.42327996556449, 40.681223909359751 ], [ -111.42341613329565, 40.68123692312092 ], [ -111.42356459051088, 40.681321961244365 ], [ -111.42366554391387, 40.681380147397142 ], [ -111.42408107839488, 40.681594830665411 ], [ -111.42490617572068, 40.682014305088401 ], [ -111.42494061264877, 40.682033096616117 ], [ -111.42524207928005, 40.682173423242681 ], [ -111.42563614015179, 40.682359352123598 ], [ -111.42570745598762, 40.682408637034413 ], [ -111.42602842156691, 40.682637174941284 ], [ -111.42620229214556, 40.682809500238726 ], [ -111.42633209825156, 40.682937845369892 ], [ -111.42657075036699, 40.683247763941367 ], [ -111.42685289142752, 40.6838818343006 ], [ -111.42686507571786, 40.683936742300254 ], [ -111.42694973972614, 40.684222905778391 ], [ -111.42704051686958, 40.684539676132367 ], [ -111.42705300618974, 40.684642329061603 ], [ -111.42709799452415, 40.685016023480607 ], [ -111.42713854611023, 40.685065421281244 ], [ -111.4272517736526, 40.685191124045396 ], [ -111.42741214177003, 40.685286022630244 ], [ -111.42756026187105, 40.685316103752641 ], [ -111.4278925367103, 40.685274333640351 ], [ -111.42806871841282, 40.685251158811447 ], [ -111.42902653976422, 40.685134093983869 ], [ -111.42963541389612, 40.685042643737347 ], [ -111.4300844941331, 40.684946380430986 ], [ -111.43020857614661, 40.684918892057773 ], [ -111.43060448929846, 40.684836337870323 ], [ -111.43066945957871, 40.684818078147103 ], [ -111.43075215161089, 40.684795247922906 ], [ -111.43135457478029, 40.684621833561245 ], [ -111.43175654696782, 40.684561774521434 ], [ -111.43217061407611, 40.684542207933838 ], [ -111.43267906008964, 40.684477242732463 ], [ -111.43275000460996, 40.684467968143515 ], [ -111.43282686600745, 40.684458671329395 ], [ -111.43286825514642, 40.684454011811241 ], [ -111.43327614181302, 40.684393925306892 ], [ -111.43331167233109, 40.684398296310178 ], [ -111.43363147639117, 40.684442139084027 ], [ -111.43374404339974, 40.684464237978212 ], [ -111.43386847348833, 40.684490796529644 ], [ -111.43397056552762, 40.684539960648287 ], [ -111.43401686346937, 40.684562308349136 ], [ -111.4341355523003, 40.684615914275966 ], [ -111.43424249519386, 40.684683077299646 ], [ -111.43463456244974, 40.684920332383193 ], [ -111.43479481735508, 40.684996302874772 ], [ -111.43529339374766, 40.685233154545053 ], [ -111.43532306648915, 40.685246555705874 ], [ -111.43535870896652, 40.685268042171614 ], [ -111.43543592854955, 40.685313695295171 ], [ -111.43591113507176, 40.685595675876193 ], [ -111.4361786332102, 40.685783848119982 ], [ -111.43663550714905, 40.685975808033668 ], [ -111.43687157061706, 40.685880323761403 ], [ -111.43703557003325, 40.685622955368082 ], [ -111.43720545573395, 40.685361060095715 ], [ -111.43733279695456, 40.68510833441951 ], [ -111.43734964069215, 40.684788462021885 ], [ -111.43734790353662, 40.684522712152138 ] ] ], [ [ [ -111.08118614803466, 41.235684579516715 ], [ -111.08064400093092, 41.236338931677793 ], [ -111.07984570950282, 41.23734746824357 ], [ -111.07914381670797, 41.238158660659778 ], [ -111.07851715929661, 41.239029249305581 ], [ -111.07804659025864, 41.239708762050761 ], [ -111.07756541053973, 41.240506282919398 ], [ -111.07709371341228, 41.241258756022702 ], [ -111.07673043755238, 41.241867029162741 ], [ -111.07621101024904, 41.242642049915652 ], [ -111.0758250640926, 41.243268350771402 ], [ -111.07555096788805, 41.243610829477426 ], [ -111.0751993256065, 41.243980381747527 ], [ -111.07495495148267, 41.244228257102243 ], [ -111.07477606684589, 41.244345475524092 ], [ -111.0745316283525, 41.244539302880305 ], [ -111.07407844422333, 41.244832350592972 ], [ -111.07336285372064, 41.245269689652005 ], [ -111.07286186014387, 41.24550871587472 ], [ -111.07224152464462, 41.24575682269824 ], [ -111.07166174331036, 41.24598688523286 ], [ -111.07123947908062, 41.246198831787488 ], [ -111.07117383712297, 41.246198872381527 ], [ -111.07079217791323, 41.246437815736996 ], [ -111.07042247025385, 41.246694766211412 ], [ -111.07005278856006, 41.246978739024378 ], [ -111.06949826717603, 41.247411451880048 ], [ -111.06891991066774, 41.24788471162551 ], [ -111.06844286421811, 41.248231798369808 ], [ -111.06795381671859, 41.24852033918652 ], [ -111.06733355437261, 41.248885521426949 ], [ -111.06671203659502, 41.249196653947415 ], [ -111.06580061119639, 41.249638562915628 ], [ -111.06511582129527, 41.249950623707363 ], [ -111.06463740761588, 41.25015717294503 ], [ -111.06392154238256, 41.250436815804598 ], [ -111.06335475883172, 41.250603774202865 ], [ -111.06284164435905, 41.250730165225185 ], [ -111.0621853373287, 41.250897166684531 ], [ -111.06161259016989, 41.251077631482474 ], [ -111.06095623466076, 41.251199586731147 ], [ -111.06026406505859, 41.251317053064426 ], [ -111.05965542758236, 41.251416456298273 ], [ -111.05890353352164, 41.251488906157626 ], [ -111.05823515296021, 41.25152077360017 ], [ -111.05788903252201, 41.251543467748078 ], [ -111.05690433046058, 41.251552966456977 ], [ -111.04672307572315, 41.251629610800684 ], [ -111.04672189167491, 41.249967663826915 ], [ -111.04672391286115, 41.246103295520811 ], [ -111.04683709746473, 41.227438948498595 ], [ -111.04675065806708, 41.206585699039174 ], [ -111.04697132384611, 41.20659011320631 ], [ -111.05422936995096, 41.206631963770498 ], [ -111.05853529736203, 41.206655978616844 ], [ -111.05914361981468, 41.206665576519647 ], [ -111.06390281404649, 41.206699065710637 ], [ -111.06858453907066, 41.206786451870705 ], [ -111.06856446850743, 41.210412148019159 ], [ -111.06839399841589, 41.235706399905531 ], [ -111.06874612081536, 41.235800772838843 ], [ -111.08118614803466, 41.235684579516715 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 26, \"properties\": { \"NAME\": \"PARK CITY SCHOOL DISTRICT\", \"TOTENROLL\": 4351, \"Color4\": \"2\", \"Shape_Leng\": 83792.316257700004, \"Shape_Area\": 230090274.64500001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.64912872968986, 40.773442640752172 ], [ -111.64907861858127, 40.773651019149639 ], [ -111.64895748913023, 40.773989519423381 ], [ -111.64891407136034, 40.774398749789029 ], [ -111.64890607854637, 40.774795169006737 ], [ -111.64879130910943, 40.77517867580837 ], [ -111.64876836383007, 40.775256277954419 ], [ -111.64853535151803, 40.775666573840574 ], [ -111.64797862511817, 40.776300296599302 ], [ -111.64733202680951, 40.776832724719952 ], [ -111.64650347471868, 40.777544537064543 ], [ -111.64599232447108, 40.77799332047401 ], [ -111.64554085358807, 40.778486810265093 ], [ -111.64538975852214, 40.778793043590589 ], [ -111.64533877817544, 40.779035657365888 ], [ -111.64537667389899, 40.779277774084001 ], [ -111.64547505059362, 40.779646572330833 ], [ -111.64572874886593, 40.780267640231394 ], [ -111.6459904262271, 40.780977846953242 ], [ -111.64620387739112, 40.781602742347097 ], [ -111.64638648321176, 40.782101691125227 ], [ -111.64632628803602, 40.782493897827365 ], [ -111.64613982736569, 40.782820148701745 ], [ -111.6459937868573, 40.783037170212353 ], [ -111.645812533018, 40.783289521737764 ], [ -111.64537751137726, 40.783649592755417 ], [ -111.64456470572726, 40.784284730297735 ], [ -111.64413741690407, 40.784710515400192 ], [ -111.64385027366585, 40.785044531257626 ], [ -111.64351153585821, 40.785559003943689 ], [ -111.64340571736109, 40.785646976376377 ], [ -111.64325883609722, 40.785778418379174 ], [ -111.64304115881278, 40.785942685302679 ], [ -111.64309940974702, 40.786083793968665 ], [ -111.64321905369754, 40.786200237477075 ], [ -111.64353574880967, 40.786593944396643 ], [ -111.6437974934944, 40.787065430008298 ], [ -111.64393165469581, 40.787457451483526 ], [ -111.64401605217654, 40.787605620521582 ], [ -111.64424728923122, 40.787740357873517 ], [ -111.64444319928312, 40.78777619870344 ], [ -111.64471639830634, 40.787837732005407 ], [ -111.64510187578021, 40.787988721876495 ], [ -111.645568628731, 40.788332037374005 ], [ -111.64581351061142, 40.788528853770387 ], [ -111.64596889386249, 40.788663111300693 ], [ -111.64611826448471, 40.788788393799848 ], [ -111.64650602789042, 40.789051972195232 ], [ -111.64674420259608, 40.789167747802601 ], [ -111.64701231406976, 40.789314884751128 ], [ -111.64717375000832, 40.789461718570827 ], [ -111.64728309899353, 40.789615150293628 ], [ -111.64736179062886, 40.789784969176182 ], [ -111.64749645095246, 40.790225629276726 ], [ -111.6476408209039, 40.79044552688142 ], [ -111.64784630349541, 40.790733545657439 ], [ -111.6480232052013, 40.790885696498329 ], [ -111.64819127415302, 40.791104559439049 ], [ -111.64828327905796, 40.79130222914393 ], [ -111.64835588261631, 40.791454965382201 ], [ -111.64841075176537, 40.791612305467716 ], [ -111.64859064119702, 40.791827497977138 ], [ -111.64869147272147, 40.791957554118298 ], [ -111.64874286469883, 40.792244635676234 ], [ -111.64865301904982, 40.792512692596873 ], [ -111.64829198439504, 40.793293954938321 ], [ -111.64799147832221, 40.794083884637097 ], [ -111.64760724173134, 40.794796810540795 ], [ -111.6475342675226, 40.795216114172625 ], [ -111.64748233799907, 40.795361442023697 ], [ -111.6473843785803, 40.795649362003658 ], [ -111.64718066729458, 40.796033364900794 ], [ -111.64698833465602, 40.79636865786177 ], [ -111.64678444407497, 40.796734644080956 ], [ -111.64664038623104, 40.797158849690753 ], [ -111.64658887283817, 40.797347415429826 ], [ -111.64648434205598, 40.797569609544588 ], [ -111.64627879391168, 40.797765343993753 ], [ -111.64596589931261, 40.797893214707877 ], [ -111.64506676859071, 40.798077513434784 ], [ -111.64416233300166, 40.79832669576389 ], [ -111.64374322784138, 40.798504699936508 ], [ -111.64336495588715, 40.79861491138503 ], [ -111.64292473946887, 40.798693937119609 ], [ -111.64252750325053, 40.798681736292053 ], [ -111.64246108808564, 40.798678502722794 ], [ -111.64232696820947, 40.798661232483411 ], [ -111.64225461756915, 40.798657130989852 ], [ -111.64200209156198, 40.798654032091775 ], [ -111.6416001084814, 40.798764369685202 ], [ -111.64104924426096, 40.79892507971298 ], [ -111.64066601601007, 40.799013689524315 ], [ -111.63998555232234, 40.799134575880196 ], [ -111.63944802275891, 40.799326733950174 ], [ -111.63919394442077, 40.799409217982685 ], [ -111.63904105469896, 40.799536183429922 ], [ -111.63886064582726, 40.799884008557328 ], [ -111.63860417738255, 40.800335851766647 ], [ -111.63822354015608, 40.800819910902938 ], [ -111.63772280424865, 40.801142480179649 ], [ -111.63714402086042, 40.801361880899044 ], [ -111.6366062068397, 40.801527001872977 ], [ -111.63616305168789, 40.801673581542161 ], [ -111.63577267984601, 40.801761313639645 ], [ -111.63531702281595, 40.801840395439186 ], [ -111.63486170801723, 40.801955507427415 ], [ -111.63415285378338, 40.802211642618268 ], [ -111.63383284497642, 40.802344023748063 ], [ -111.63354999786542, 40.802395123741135 ], [ -111.63322408943208, 40.802405921269141 ], [ -111.63295770928322, 40.802443416737425 ], [ -111.63275708380847, 40.802539106048144 ], [ -111.63241424802396, 40.802640078790098 ], [ -111.63213567020932, 40.802641605348022 ], [ -111.63159053968064, 40.802662607557096 ], [ -111.63077378129962, 40.80279319405885 ], [ -111.6299815376893, 40.803009221373429 ], [ -111.6291959392333, 40.803301778981982 ], [ -111.62866529171953, 40.803601950870942 ], [ -111.62836571931585, 40.803891853648217 ], [ -111.62814252013685, 40.804109272156587 ], [ -111.62788311871917, 40.804259323746045 ], [ -111.62748133245769, 40.804396636475069 ], [ -111.62707285406808, 40.80445290798459 ], [ -111.6267600168465, 40.804468120462452 ], [ -111.62634421281869, 40.804501908022175 ], [ -111.62593590204298, 40.804576191529939 ], [ -111.62572852880115, 40.804586324795707 ], [ -111.62555777700564, 40.804708864967743 ], [ -111.62522004318517, 40.804724208250306 ], [ -111.62485178515173, 40.804645126961873 ], [ -111.62457302964752, 40.804628619304616 ], [ -111.6243247130965, 40.804697526700956 ], [ -111.62419532354401, 40.804806328343233 ], [ -111.62404853108501, 40.804955762061262 ], [ -111.62374237244516, 40.805178124947176 ], [ -111.6233540282953, 40.805486511477362 ], [ -111.62295496277406, 40.805916568848886 ], [ -111.62265217066314, 40.806373130708195 ], [ -111.62232245158715, 40.806739752350374 ], [ -111.62169972039261, 40.807342172270815 ], [ -111.62129415938784, 40.807713703797255 ], [ -111.62101143765069, 40.807908907780693 ], [ -111.62032764482989, 40.808322471169383 ], [ -111.61941500690963, 40.808989496181958 ], [ -111.61870810937046, 40.809470737420909 ], [ -111.61827175072555, 40.809720809182302 ], [ -111.61752259037999, 40.810121193457171 ], [ -111.61695091608716, 40.810483689255122 ], [ -111.61678696288308, 40.810575551266396 ], [ -111.616608482009, 40.810635060233047 ], [ -111.61637157373805, 40.81065884723413 ], [ -111.61562544683532, 40.810748411138938 ], [ -111.61478480346376, 40.810874507720989 ], [ -111.61422301978233, 40.811026139360933 ], [ -111.61379674664992, 40.811086962856912 ], [ -111.61322807713462, 40.811135029009954 ], [ -111.61255190800081, 40.811097181931473 ], [ -111.61174538238835, 40.811066328047822 ], [ -111.61133618774286, 40.811050479998435 ], [ -111.61103390312149, 40.811056585506272 ], [ -111.61077249463652, 40.810994910397298 ], [ -111.61065920278489, 40.810923442394056 ], [ -111.61049745556438, 40.81073962492929 ], [ -111.61029487412493, 40.810628090914314 ], [ -111.6100220659084, 40.810616020927242 ], [ -111.60974214427713, 40.810603987887575 ], [ -111.60945228473585, 40.810542460129632 ], [ -111.60923241626894, 40.81048506631867 ], [ -111.6084835243485, 40.810272815203511 ], [ -111.60772315124636, 40.810101157763263 ], [ -111.60706326835651, 40.809897436996287 ], [ -111.60661666878902, 40.809679078581034 ], [ -111.60591513474304, 40.8094575532701 ], [ -111.60526176443483, 40.809316847199135 ], [ -111.60487523781599, 40.809184648107376 ], [ -111.60433432867237, 40.809024429360242 ], [ -111.60384686188902, 40.808873837696019 ], [ -111.60353710768865, 40.808708801806787 ], [ -111.60257277688585, 40.808267923049968 ], [ -111.6021562891934, 40.808098936561287 ], [ -111.60159648138944, 40.807813585861098 ], [ -111.60114946643347, 40.807545661741415 ], [ -111.60019040587503, 40.807028163484176 ], [ -111.59930362554771, 40.806636400340338 ], [ -111.59836927340413, 40.806226860114315 ], [ -111.5975422338426, 40.80588432009602 ], [ -111.59687544660348, 40.805563466406106 ], [ -111.59628693214867, 40.805377331428772 ], [ -111.59552688711463, 40.805232617024892 ], [ -111.5950578936737, 40.805153960472545 ], [ -111.5945522315463, 40.805084499440362 ], [ -111.59419696676127, 40.804996244817929 ], [ -111.59397072013404, 40.804884803817195 ], [ -111.59374979955393, 40.804705771410461 ], [ -111.5933597118336, 40.80416817053117 ], [ -111.59302320082737, 40.803655516650643 ], [ -111.59284854304185, 40.803345621786463 ], [ -111.59274417259546, 40.802940776576598 ], [ -111.59260992696557, 40.802509059253829 ], [ -111.59250724161085, 40.802293383144452 ], [ -111.59236374741025, 40.802154488511739 ], [ -111.59208388872665, 40.802011789285793 ], [ -111.59181572553699, 40.801851012431428 ], [ -111.59165449227763, 40.801716712125533 ], [ -111.59149882694126, 40.801541844891545 ], [ -111.59120440081904, 40.801092929882216 ], [ -111.59104173231589, 40.800796483408291 ], [ -111.59100465177985, 40.800625512215433 ], [ -111.59103893561877, 40.800481200915911 ], [ -111.59115962063623, 40.800187807029751 ], [ -111.59117604299681, 40.800034578708178 ], [ -111.59101536165237, 40.79982820677548 ], [ -111.59077602670293, 40.799708718775712 ], [ -111.59047997737223, 40.7996102400339 ], [ -111.5902295288009, 40.799440360264001 ], [ -111.59009777974259, 40.799287889920564 ], [ -111.58963674251595, 40.798763250545932 ], [ -111.5892062229557, 40.798337546767534 ], [ -111.58881855773555, 40.798065667758166 ], [ -111.58832996502446, 40.797774483413782 ], [ -111.58813915449007, 40.797644833119016 ], [ -111.58796011877807, 40.797506114019228 ], [ -111.58785805232338, 40.797357994040404 ], [ -111.58777893851664, 40.797124176424319 ], [ -111.58777098570322, 40.796894500519187 ], [ -111.58778670004715, 40.796660199800833 ], [ -111.58794831632852, 40.796168413817284 ], [ -111.58805210282648, 40.795839975952312 ], [ -111.58808582633598, 40.795631707988697 ], [ -111.58805878137863, 40.795253489273868 ], [ -111.58806121050866, 40.794857103339091 ], [ -111.58800238761303, 40.794235817251895 ], [ -111.58793389833592, 40.793862313848386 ], [ -111.58789679010127, 40.793686837326867 ], [ -111.5877230962689, 40.793480526835715 ], [ -111.58747916010999, 40.793373667141118 ], [ -111.587146408034, 40.793276267388499 ], [ -111.58652867460901, 40.793121760401633 ], [ -111.58604144314616, 40.792980100112501 ], [ -111.58559600698084, 40.792873358781883 ], [ -111.58496615927093, 40.792688276004327 ], [ -111.58452693748973, 40.792613929610809 ], [ -111.5841889382271, 40.792593120087247 ], [ -111.58393987380491, 40.792576363788733 ], [ -111.58379704972782, 40.79250952276864 ], [ -111.58370167605329, 40.792446945797074 ], [ -111.58275513560415, 40.791965271284425 ], [ -111.58242820553589, 40.79185431572882 ], [ -111.58192795960676, 40.791577576246723 ], [ -111.58179020099622, 40.791411613711084 ], [ -111.58170534674511, 40.791195837578933 ], [ -111.58172104200648, 40.790957033269088 ], [ -111.58179615624924, 40.790735946368486 ], [ -111.58188107771281, 40.790280588993681 ], [ -111.58189045284864, 40.789996773999292 ], [ -111.58179873051648, 40.789672930519153 ], [ -111.58160642325223, 40.789367610971098 ], [ -111.58146333336656, 40.789269238597434 ], [ -111.58121388926241, 40.789207435792399 ], [ -111.58089961239675, 40.789186497098456 ], [ -111.58049012674489, 40.789120994044268 ], [ -111.58002036252573, 40.788938682029212 ], [ -111.57964545619464, 40.78876039588058 ], [ -111.5791699273384, 40.788596126344693 ], [ -111.57854114616967, 40.788527212582444 ], [ -111.57790074857751, 40.788485379075773 ], [ -111.57764573592092, 40.788464134687374 ], [ -111.57733142456041, 40.788438682184939 ], [ -111.57667976101695, 40.788464462035215 ], [ -111.57621149116211, 40.788453288555843 ], [ -111.57585004483788, 40.7884595971382 ], [ -111.57565430052439, 40.788438953408878 ], [ -111.57552499735517, 40.788426085637944 ], [ -111.57530392095768, 40.788354219188435 ], [ -111.57514906825703, 40.788264906095371 ], [ -111.57490447192282, 40.788076946407401 ], [ -111.5745637420155, 40.787736320331895 ], [ -111.57422266641781, 40.787355156671623 ], [ -111.57388740426831, 40.786960450300455 ], [ -111.5736306933094, 40.786741018333664 ], [ -111.57332688738451, 40.786557853811402 ], [ -111.57267868992055, 40.786295321601848 ], [ -111.57204897054706, 40.786113770696645 ], [ -111.57164443374873, 40.785931101031707 ], [ -111.5712023490718, 40.785654026471342 ], [ -111.57099421507216, 40.785569475727669 ], [ -111.57060991893496, 40.785535342646874 ], [ -111.56962559279596, 40.78546363353604 ], [ -111.5687368564207, 40.785482430875852 ], [ -111.56849397826602, 40.785492636199763 ], [ -111.56735665154484, 40.78554687967894 ], [ -111.56661558969721, 40.785509982603692 ], [ -111.56636613483244, 40.78544364340911 ], [ -111.56610402583098, 40.785282776397452 ], [ -111.56598455555279, 40.785170756061511 ], [ -111.5658760195299, 40.784950579850992 ], [ -111.56570314270584, 40.784829812591333 ], [ -111.56529916555135, 40.784710177431911 ], [ -111.56443363693577, 40.784669371743782 ], [ -111.56368134424316, 40.784704578825576 ], [ -111.56272287536987, 40.784745290871626 ], [ -111.56185133764976, 40.784835118538567 ], [ -111.56075661273961, 40.784880981861427 ], [ -111.56019263882561, 40.784901738144342 ], [ -111.55979542861527, 40.784881144485723 ], [ -111.55958279756217, 40.784823620470881 ], [ -111.55928404364003, 40.784671924127963 ], [ -111.55910498930702, 40.784519647100417 ], [ -111.55900755103106, 40.784348056564802 ], [ -111.55885086380258, 40.783894786415416 ], [ -111.55861701047424, 40.783567107949978 ], [ -111.55840229413212, 40.783401489654935 ], [ -111.55816436688612, 40.783294538575888 ], [ -111.55778418980653, 40.783183770427122 ], [ -111.55753992447499, 40.783027301853771 ], [ -111.55741288265457, 40.782716220946035 ], [ -111.55744573178391, 40.782392656524792 ], [ -111.55757145914788, 40.78183802529805 ], [ -111.55770997706304, 40.781395938546687 ], [ -111.55784441429381, 40.781174580032044 ], [ -111.55803225408242, 40.780961971640728 ], [ -111.55806074986145, 40.780826706054363 ], [ -111.55797833957725, 40.7807505321531 ], [ -111.55782253094225, 40.780683721540299 ], [ -111.5569028279031, 40.780535018867688 ], [ -111.55594146408352, 40.780363988268817 ], [ -111.55529448224524, 40.780231975593331 ], [ -111.55500350629067, 40.780156802994483 ], [ -111.55452251046782, 40.780032996065827 ], [ -111.55408993645204, 40.780031470522154 ], [ -111.55375863800514, 40.780095219609933 ], [ -111.55323807397565, 40.78020131448276 ], [ -111.55211901692354, 40.780305767814014 ], [ -111.55130859309985, 40.78047179585527 ], [ -111.55082372282614, 40.780595726349084 ], [ -111.55048635172922, 40.780642378841996 ], [ -111.54998299678164, 40.780680813032788 ], [ -111.54923688832142, 40.780742921989869 ], [ -111.548793378306, 40.780853134309602 ], [ -111.54835175566815, 40.781048916904687 ], [ -111.54808637308125, 40.781347458854981 ], [ -111.54786873267203, 40.781543076397128 ], [ -111.54752623552875, 40.781687937444907 ], [ -111.54715363663763, 40.781775285680254 ], [ -111.54653216125354, 40.781862910848304 ], [ -111.54554946821118, 40.781981068209376 ], [ -111.5444309201237, 40.782153008510953 ], [ -111.54386325166307, 40.782299821670236 ], [ -111.54313018071846, 40.782510470292571 ], [ -111.54249154680697, 40.782675627734406 ], [ -111.54197705277231, 40.782804164582188 ], [ -111.54144452409385, 40.782901253939897 ], [ -111.54070589469572, 40.783012819529283 ], [ -111.53977523848334, 40.783120774523347 ], [ -111.53923637768857, 40.783168336456008 ], [ -111.53892272375946, 40.783219348580914 ], [ -111.5385737342593, 40.783297550336528 ], [ -111.53805293862544, 40.783381056507174 ], [ -111.53699360287632, 40.783552648635109 ], [ -111.53625919180263, 40.783601106504378 ], [ -111.53583869165868, 40.783630085433771 ], [ -111.53557811002059, 40.78364931219722 ], [ -111.53538303537945, 40.783708772804054 ], [ -111.53518236017574, 40.783808797393348 ], [ -111.53488210508411, 40.784053419560948 ], [ -111.53472894163724, 40.784166735898417 ], [ -111.53443561354543, 40.784388803498217 ], [ -111.53414508109474, 40.784516267962125 ], [ -111.53386158622216, 40.784634690616478 ], [ -111.53363752760977, 40.784775359022802 ], [ -111.53340692970447, 40.784839484815684 ], [ -111.53296846323066, 40.784846015045503 ], [ -111.53230499944543, 40.784876103022299 ], [ -111.53169321434889, 40.78484739370964 ], [ -111.53141523762895, 40.784766696668711 ], [ -111.53123693531852, 40.784700854612744 ], [ -111.53102924885057, 40.784665776470554 ], [ -111.5307804771998, 40.784680433796424 ], [ -111.5305082535255, 40.784726728222537 ], [ -111.52981748778261, 40.785049704275025 ], [ -111.52946897854669, 40.78519093592606 ], [ -111.52928567383044, 40.78524132370098 ], [ -111.52895311132364, 40.78530140398167 ], [ -111.52833926732471, 40.785461865218615 ], [ -111.52807342828999, 40.785566680038166 ], [ -111.52790261502234, 40.78569808511434 ], [ -111.5277204842882, 40.785897105577639 ], [ -111.52749251397933, 40.78629452268477 ], [ -111.52736060212463, 40.786849149398869 ], [ -111.52723873033814, 40.787174913738788 ], [ -111.52714551121984, 40.78737713038074 ], [ -111.52698982941054, 40.7877742161496 ], [ -111.52682403393881, 40.787941630734856 ], [ -111.52652287566518, 40.788078133003076 ], [ -111.52607374348423, 40.788237830479488 ], [ -111.52579071568188, 40.788419290747633 ], [ -111.52563820151977, 40.788618172899021 ], [ -111.52550342915384, 40.788812469790365 ], [ -111.52506890908883, 40.78932342882154 ], [ -111.52440993239516, 40.789929995851118 ], [ -111.52413938277176, 40.790192471932706 ], [ -111.52385655380206, 40.790400952048707 ], [ -111.52347854962778, 40.790564820717869 ], [ -111.52288102528398, 40.790698153298642 ], [ -111.52239553250155, 40.79075890756117 ], [ -111.52197554502838, 40.790859901784899 ], [ -111.52172166794324, 40.790982664834061 ], [ -111.5214799243862, 40.791141406533697 ], [ -111.5212146858249, 40.791327279385257 ], [ -111.52091360628896, 40.791477279385859 ], [ -111.52053530729465, 40.791605105692355 ], [ -111.52046436727775, 40.791627946963267 ], [ -111.52023962395917, 40.791687515760785 ], [ -111.51977821317244, 40.791797697245542 ], [ -111.51954904356431, 40.791897822932569 ], [ -111.51931932761931, 40.79223217188143 ], [ -111.51919025308375, 40.792552554806207 ], [ -111.51903570459457, 40.793102769129312 ], [ -111.51880110731447, 40.793572266562869 ], [ -111.51852059598883, 40.793930264329262 ], [ -111.51839408822447, 40.794276759416192 ], [ -111.51834741713793, 40.794524703012534 ], [ -111.51840289355569, 40.794799213227456 ], [ -111.51838661321118, 40.794992068393483 ], [ -111.51831160580983, 40.795254552852789 ], [ -111.51807982704176, 40.795935735859366 ], [ -111.51777531256472, 40.796410049156769 ], [ -111.51764332719441, 40.796662879432191 ], [ -111.51754756227022, 40.796847983320923 ], [ -111.51750817339644, 40.79711841506878 ], [ -111.51756637726211, 40.797744244904855 ], [ -111.51756854620726, 40.798023498718308 ], [ -111.51752817731162, 40.798167815803382 ], [ -111.51741696496757, 40.798348484572571 ], [ -111.51718707336289, 40.798511668237069 ], [ -111.51703213517871, 40.798496057214706 ], [ -111.51493999593511, 40.798545230447083 ], [ -111.51051405864453, 40.798635974485514 ], [ -111.51051447006026, 40.783988130443973 ], [ -111.50512092654982, 40.783854216595408 ], [ -111.50512174554873, 40.783962315318469 ], [ -111.50514301968683, 40.787552118526882 ], [ -111.50032516438138, 40.787568604308369 ], [ -111.50030391305079, 40.783947269886006 ], [ -111.50030347365724, 40.783888716367812 ], [ -111.49076925013516, 40.783952180130328 ], [ -111.49083486834895, 40.775961330741133 ], [ -111.49086054730846, 40.773010022756587 ], [ -111.490888243234, 40.769366847997944 ], [ -111.47493218025593, 40.7693615482033 ], [ -111.47365248049843, 40.769362303301016 ], [ -111.47351621956726, 40.769362862477124 ], [ -111.47351586785987, 40.769313316869628 ], [ -111.4733877632578, 40.762949295022928 ], [ -111.4734636979869, 40.759458163687711 ], [ -111.4734685988072, 40.759314006459888 ], [ -111.47354391975274, 40.755737293941237 ], [ -111.4734558625133, 40.754179171387143 ], [ -111.47299109217582, 40.74626703560125 ], [ -111.47319754395734, 40.746149077679043 ], [ -111.47338011410964, 40.746004191565305 ], [ -111.47356258761947, 40.745845792670053 ], [ -111.47374509222642, 40.745691897651263 ], [ -111.47392750006956, 40.745524489850943 ], [ -111.47409806248481, 40.745357130416451 ], [ -111.47425671556982, 40.745180811070718 ], [ -111.47441533581252, 40.744999987341565 ], [ -111.47455508096776, 40.744830051309698 ], [ -111.47470293073795, 40.744633956852383 ], [ -111.47484378195215, 40.744453205601573 ], [ -111.47499173899894, 40.744272424931317 ], [ -111.47513730074628, 40.744088050490078 ], [ -111.47528998748412, 40.743906349098495 ], [ -111.47544264773406, 40.743721044171863 ], [ -111.4756012292339, 40.743535714639371 ], [ -111.47577164759241, 40.743349435232474 ], [ -111.47594207784559, 40.743164957239244 ], [ -111.47611250073567, 40.742979578160714 ], [ -111.47629476673782, 40.742794149954257 ], [ -111.47647706387282, 40.74261322562478 ], [ -111.47667123616878, 40.742436756258506 ], [ -111.47687132941981, 40.74226026209864 ], [ -111.47728342104193, 40.741916232093892 ], [ -111.47749538719539, 40.741744192041949 ], [ -111.47771333862592, 40.741581135421853 ], [ -111.47793505931534, 40.741282933819569 ], [ -111.47815538596606, 40.741286525573884 ], [ -111.47837912708899, 40.741105426507659 ], [ -111.4786090148536, 40.740955831608332 ], [ -111.47884481697625, 40.740805310852224 ], [ -111.47908069559389, 40.740665599612271 ], [ -111.47932248858022, 40.740524962467269 ], [ -111.47956431289474, 40.740388828982873 ], [ -111.48005986689721, 40.74012551957123 ], [ -111.48031359660384, 40.739998343593157 ], [ -111.48057324710589, 40.739871142403935 ], [ -111.48083292256227, 40.73974754396496 ], [ -111.48109853177705, 40.739625721927453 ], [ -111.4818953340809, 40.739257549666426 ], [ -111.4821668220642, 40.739130295461322 ], [ -111.48236739193106, 40.739023155937829 ], [ -111.49173021261659, 40.735049591075104 ], [ -111.49905663479734, 40.733666855813524 ], [ -111.49376502800527, 40.726743974207707 ], [ -111.49195972898215, 40.724404937295603 ], [ -111.49125440059676, 40.7234935661278 ], [ -111.48972421047978, 40.721509162270159 ], [ -111.48918049941318, 40.720831316409821 ], [ -111.48875631976594, 40.720306108519082 ], [ -111.48234444067324, 40.712063151726213 ], [ -111.47290632037412, 40.699999076583765 ], [ -111.47256598858706, 40.699577063051024 ], [ -111.47256468352612, 40.699392390791957 ], [ -111.47255009558531, 40.698651307701972 ], [ -111.47213276149833, 40.698403204927239 ], [ -111.47199380847594, 40.698169547811176 ], [ -111.47171833612107, 40.69771123176703 ], [ -111.47158041079554, 40.697455048255016 ], [ -111.47143698132061, 40.697257443379051 ], [ -111.47129928022119, 40.697032788928958 ], [ -111.4711544467698, 40.696803659078945 ], [ -111.47101204493752, 40.696583527784291 ], [ -111.47086842875115, 40.696358896922824 ], [ -111.47058126267547, 40.695918643032748 ], [ -111.47043771274646, 40.695703020005183 ], [ -111.47029413207474, 40.695482892579925 ], [ -111.47000703688938, 40.695051645565975 ], [ -111.46985759822208, 40.694839649221727 ], [ -111.4697140909267, 40.694629430276876 ], [ -111.46956469208811, 40.694422838576394 ], [ -111.46941526256403, 40.6942117424625 ], [ -111.46896707442384, 40.693591965507956 ], [ -111.46851898928094, 40.692985699328602 ], [ -111.46836847739944, 40.692788119202454 ], [ -111.46822033975201, 40.692591430110532 ], [ -111.46807692442769, 40.692392919939458 ], [ -111.46792171266462, 40.692199862599672 ], [ -111.46777715336644, 40.692006761882446 ], [ -111.46762904439481, 40.691813675354588 ], [ -111.46747978426076, 40.691625097628652 ], [ -111.46733641098827, 40.691431991534273 ], [ -111.46718596904371, 40.691243418197523 ], [ -111.4670497612873, 40.691059291413154 ], [ -111.46690642191952, 40.690870688964175 ], [ -111.4667631462238, 40.690691094750775 ], [ -111.46662575728472, 40.690506972220753 ], [ -111.46648248312758, 40.690327377639321 ], [ -111.46634512711584, 40.690147758968124 ], [ -111.46620185448739, 40.6899681640189 ], [ -111.46606446859063, 40.689784040781255 ], [ -111.46592711482616, 40.689604421583553 ], [ -111.4657897931656, 40.689429306426504 ], [ -111.46565244087296, 40.689249686882953 ], [ -111.46551512066534, 40.689074571380502 ], [ -111.46537895329718, 40.688894946720673 ], [ -111.46524038843889, 40.688710827214088 ], [ -111.46510303910877, 40.688531206978396 ], [ -111.46495980460996, 40.688356114615338 ], [ -111.46482837396745, 40.688176470203253 ], [ -111.46469105813738, 40.688001353664234 ], [ -111.46455966019832, 40.68782621314314 ], [ -111.46442119363461, 40.687655605242576 ], [ -111.46429101177483, 40.687484963853308 ], [ -111.46415961590584, 40.687309822849983 ], [ -111.46402825196991, 40.687139185904641 ], [ -111.46376546366837, 40.686788903105374 ], [ -111.46362815349104, 40.686613785229348 ], [ -111.46349672987728, 40.686434139208906 ], [ -111.46336527577593, 40.686249988811703 ], [ -111.46323379121418, 40.686061334037056 ], [ -111.46310227621915, 40.68586817488427 ], [ -111.46297664779807, 40.685670487625288 ], [ -111.46285098896259, 40.685468296000131 ], [ -111.46273124783553, 40.685266080512413 ], [ -111.46261265967767, 40.68505935592863 ], [ -111.46249762240238, 40.68485261699017 ], [ -111.46238376922092, 40.68464587318649 ], [ -111.46207762161767, 40.684011986295033 ], [ -111.46198505928184, 40.683803355113106 ], [ -111.46188529787119, 40.683580338744818 ], [ -111.46179502262665, 40.683359986945703 ], [ -111.46171066474008, 40.683139611403107 ], [ -111.46163004637363, 40.68277508177416 ], [ -111.46155431229202, 40.682775384560507 ], [ -111.45340657832234, 40.682749112678273 ], [ -111.45324682662117, 40.682749739931459 ], [ -111.43726592070691, 40.682842901106682 ], [ -111.4372648021492, 40.682671740115275 ], [ -111.4371907699805, 40.682208072593376 ], [ -111.43715370426489, 40.681968581595257 ], [ -111.43701730672601, 40.681015076819506 ], [ -111.4367038236866, 40.680124401695664 ], [ -111.43635505609087, 40.679265389386842 ], [ -111.43610080336904, 40.678563671231593 ], [ -111.4360472131181, 40.678329647355604 ], [ -111.43604097392948, 40.678280123050378 ], [ -111.43602885362377, 40.67823602617667 ], [ -111.43602269663069, 40.678199113744142 ], [ -111.43602017278211, 40.677811749011077 ], [ -111.4360664466431, 40.677649417575743 ], [ -111.43608381395937, 40.677590795402502 ], [ -111.43610922335039, 40.677495207161215 ], [ -111.43629450983848, 40.677238659934972 ], [ -111.43631802803175, 40.677216049299822 ], [ -111.4363826956388, 40.677152743968051 ], [ -111.43655909594348, 40.67698541607335 ], [ -111.43670612001787, 40.676849729489646 ], [ -111.43679980941842, 40.676700731443503 ], [ -111.43684340251448, 40.676490663669178 ], [ -111.43679645807671, 40.676187247873962 ], [ -111.43674812937624, 40.676034282684171 ], [ -111.43650072003219, 40.675291999934686 ], [ -111.4363840266397, 40.674634805319933 ], [ -111.43619127928891, 40.674108524147961 ], [ -111.43582064639986, 40.67351985321298 ], [ -111.43562351526727, 40.673227814027626 ], [ -111.43544428000759, 40.672958228778043 ], [ -111.43530660364938, 40.672711008340642 ], [ -111.43503775531555, 40.672306629559849 ], [ -111.43486429438894, 40.672014499820413 ], [ -111.43460763401694, 40.671664126361854 ], [ -111.43442864094229, 40.671430573397423 ], [ -111.43435103479858, 40.67132276079235 ], [ -111.43432713805034, 40.671286815827429 ], [ -111.43428046933047, 40.671205912936706 ], [ -111.43407131594117, 40.67088238568045 ], [ -111.43398664723354, 40.670780004598711 ], [ -111.43393293302498, 40.670707235884876 ], [ -111.4337360811608, 40.670455731485156 ], [ -111.43370029537829, 40.670410822328684 ], [ -111.43350892335054, 40.670091731568988 ], [ -111.43320944002276, 40.669520802062429 ], [ -111.43301110848759, 40.669039579605666 ], [ -111.43277233230789, 40.668707152226041 ], [ -111.43274846646779, 40.668675711159338 ], [ -111.43246219453226, 40.668316434955045 ], [ -111.43224128633291, 40.668001956944266 ], [ -111.43191970191488, 40.667669837694298 ], [ -111.43165156245118, 40.667369048264128 ], [ -111.43137736492571, 40.667045759021207 ], [ -111.43135947373787, 40.66702330405699 ], [ -111.43122817535145, 40.666843620054578 ], [ -111.43069643612132, 40.666025810945861 ], [ -111.4304571030741, 40.665603293411721 ], [ -111.43038475940091, 40.665391858065284 ], [ -111.43036657945585, 40.665324360393328 ], [ -111.43035364884102, 40.665153242818143 ], [ -111.43040001484914, 40.665004426036283 ], [ -111.43045870329416, 40.664932137459346 ], [ -111.43056433638367, 40.664801117094093 ], [ -111.43065857334942, 40.664737704576019 ], [ -111.43077638379556, 40.664660690947919 ], [ -111.43109501877652, 40.664537883965146 ], [ -111.43139602329019, 40.664433159424362 ], [ -111.43157863737709, 40.664315363577096 ], [ -111.43187394926541, 40.664062015084234 ], [ -111.43224338173889, 40.663745327299246 ], [ -111.4326374210477, 40.663392511215626 ], [ -111.43290794005702, 40.663148261668447 ], [ -111.43308993615679, 40.662935874088831 ], [ -111.43379451199507, 40.662126948064284 ], [ -111.43432032867891, 40.661483549928072 ], [ -111.43486330518451, 40.660933775514614 ], [ -111.4350929820927, 40.660778861011323 ], [ -111.43522276229707, 40.660725220406931 ], [ -111.4353053352168, 40.660688874221464 ], [ -111.43548263258366, 40.660665683865204 ], [ -111.43557244952895, 40.660651831995359 ], [ -111.4360318283443, 40.660528480340595 ], [ -111.43643986005934, 40.660513425719401 ], [ -111.43656886095177, 40.660521946791036 ], [ -111.43687772406213, 40.660537895205387 ], [ -111.43784216295542, 40.660584691102414 ], [ -111.43871134092569, 40.660536348372013 ], [ -111.43906019470141, 40.660517004951494 ], [ -111.43965738006247, 40.660483202104878 ], [ -111.43972123003135, 40.660478454607819 ], [ -111.44009965111798, 40.660458094574167 ], [ -111.44070896447236, 40.66029000998104 ], [ -111.44074439370924, 40.660280866022703 ], [ -111.44098645368307, 40.660212376348063 ], [ -111.44162658450057, 40.660054078816671 ], [ -111.44210222954742, 40.659888299770103 ], [ -111.44234416767726, 40.659801790252928 ], [ -111.44250945215909, 40.659751608935593 ], [ -111.44302420132375, 40.659596486701673 ], [ -111.44343526732837, 40.659504821510396 ], [ -111.44353093603416, 40.659481932247594 ], [ -111.4438442947199, 40.659462710713861 ], [ -111.44399213183883, 40.659457637993391 ], [ -111.44404769995182, 40.659452919949089 ], [ -111.4444830800559, 40.659460253566962 ], [ -111.4445837492076, 40.659477883473564 ], [ -111.44486209823789, 40.659530863815895 ], [ -111.44496237851115, 40.659489938139025 ], [ -111.445080552379, 40.659471465232386 ], [ -111.44515738332298, 40.65946216032841 ], [ -111.44516311834465, 40.659435112025605 ], [ -111.44516177691619, 40.659233321618608 ], [ -111.44516735621484, 40.659182851213259 ], [ -111.44516711667289, 40.659146817210988 ], [ -111.4451739088332, 40.659100846494432 ], [ -111.44518333349362, 40.658917032032427 ], [ -111.44524743609405, 40.658772645161804 ], [ -111.44534072204334, 40.65856958894269 ], [ -111.44553972072133, 40.658253515640169 ], [ -111.4455923824256, 40.658167729471636 ], [ -111.44562748016308, 40.658109037262008 ], [ -111.44575139973827, 40.657887844997575 ], [ -111.44579110888517, 40.657811117467361 ], [ -111.44617141225375, 40.657188045985762 ], [ -111.44647058824106, 40.656817531484386 ], [ -111.44673495949894, 40.656549850428981 ], [ -111.44721651906545, 40.656035389314098 ], [ -111.44754826268004, 40.655583667195806 ], [ -111.44773186496552, 40.65526764965179 ], [ -111.44787194083543, 40.654987835581366 ], [ -111.44789529674141, 40.654942701303042 ], [ -111.44811853242658, 40.654716616755429 ], [ -111.4484010295952, 40.654508319137328 ], [ -111.44868400779237, 40.654372088860327 ], [ -111.44874415182728, 40.65434482893194 ], [ -111.44940363928967, 40.654085515132714 ], [ -111.44978700359859, 40.653926369568687 ], [ -111.4501526841081, 40.653776300407849 ], [ -111.45081307044751, 40.653476435718233 ], [ -111.45131501400559, 40.65336186576981 ], [ -111.45168141696583, 40.653319893811165 ], [ -111.45210671749663, 40.653241655148726 ], [ -111.45265087160665, 40.653247631228481 ], [ -111.4530302955439, 40.653382175234462 ], [ -111.4530718163615, 40.653400029807955 ], [ -111.45342757320833, 40.653532863613087 ], [ -111.45366438928923, 40.653568869292094 ], [ -111.45392585580663, 40.653576850496897 ], [ -111.45408441613606, 40.65358523582286 ], [ -111.45413169270471, 40.653579644660113 ], [ -111.45424397605028, 40.653566590783619 ], [ -111.4543562226854, 40.65354813169936 ], [ -111.45518926046381, 40.653418728565512 ], [ -111.45599839315348, 40.653253378871923 ], [ -111.45608697615312, 40.653234110676102 ], [ -111.45615785355892, 40.653220317599988 ], [ -111.45660690277835, 40.653156382532948 ], [ -111.45708514665478, 40.653037376854627 ], [ -111.45791216616604, 40.652894464795729 ], [ -111.45870985849592, 40.652787698274196 ], [ -111.45921775890507, 40.65268207906049 ], [ -111.45931814362417, 40.652659157956727 ], [ -111.4594362704654, 40.652636166176102 ], [ -111.45965496100078, 40.652616377508636 ], [ -111.45991030001865, 40.652593739846722 ], [ -111.46007427774101, 40.652530025463385 ], [ -111.46018636625364, 40.652489039495677 ], [ -111.46024995944657, 40.652448246720169 ], [ -111.46041007845629, 40.652339503543566 ], [ -111.46050968806611, 40.652203975253549 ], [ -111.46055075176541, 40.652155164291187 ], [ -111.46063815490086, 40.651964731258126 ], [ -111.4606848473578, 40.651874457589436 ], [ -111.46071983563778, 40.651802248078688 ], [ -111.46088901691716, 40.651463745195592 ], [ -111.46090647985805, 40.651423136162755 ], [ -111.46096481349633, 40.651305789686049 ], [ -111.46122077392235, 40.65085883494838 ], [ -111.46133236659274, 40.65057461382041 ], [ -111.46134979801573, 40.650529500470036 ], [ -111.46144286863866, 40.650303910043419 ], [ -111.46151624209415, 40.649794622864391 ], [ -111.46170913157704, 40.649465032662633 ], [ -111.46184384430418, 40.64927531034337 ], [ -111.46220166267825, 40.648850467730007 ], [ -111.46251269567233, 40.648502385711708 ], [ -111.46271743502118, 40.648177250674621 ], [ -111.46278699259919, 40.647973374288924 ], [ -111.46285668668749, 40.647789316548312 ], [ -111.46289627078166, 40.647527003371565 ], [ -111.46298856012554, 40.64718970626997 ], [ -111.46311691522385, 40.64693694666385 ], [ -111.46318441632528, 40.646778121982685 ], [ -111.463238141193, 40.646508544927286 ], [ -111.46330138329866, 40.646247037524894 ], [ -111.46334563846364, 40.645805431290086 ], [ -111.46346695446404, 40.645390541997557 ], [ -111.46360174761143, 40.645214330314808 ], [ -111.46379511270592, 40.644956804492786 ], [ -111.46400743296778, 40.644874872803634 ], [ -111.46407244265306, 40.644869206316855 ], [ -111.46419087241287, 40.644892153071368 ], [ -111.46422638387941, 40.644896514694196 ], [ -111.46435131400479, 40.645004117400696 ], [ -111.46447007508671, 40.64507480890898 ], [ -111.46495685497371, 40.645344013333457 ], [ -111.4654791757257, 40.64562118030495 ], [ -111.46576439859751, 40.645818222710624 ], [ -111.46589499579801, 40.645889765873775 ], [ -111.46604912182244, 40.645943196435532 ], [ -111.4663040592642, 40.646036759117528 ], [ -111.46635380770621, 40.64604736871695 ], [ -111.46669503891057, 40.646134275880556 ], [ -111.46702641378283, 40.646164466786949 ], [ -111.4671741629916, 40.646151256901156 ], [ -111.46728053660424, 40.646140916885123 ], [ -111.46733845732659, 40.646136178119583 ], [ -111.46744122623144, 40.64611774467113 ], [ -111.46775896271659, 40.646057901206966 ], [ -111.46813679571484, 40.645966282640856 ], [ -111.46821354488243, 40.645947953984475 ], [ -111.4685617463348, 40.645847445420351 ], [ -111.46958288007299, 40.645573035114865 ], [ -111.47033236809189, 40.64535377498084 ], [ -111.4706098555004, 40.645289583223821 ], [ -111.47115866190845, 40.645125187884361 ], [ -111.47166047568216, 40.645006025625229 ], [ -111.47205556138994, 40.64484675815433 ], [ -111.47269140838519, 40.644447772217703 ], [ -111.47300853407403, 40.644135671831322 ], [ -111.47331936171139, 40.643769543876573 ], [ -111.47365809640117, 40.643169073087989 ], [ -111.4737395438743, 40.642979555217572 ], [ -111.4738501427081, 40.642731360785788 ], [ -111.47400038671228, 40.642236163711694 ], [ -111.47415483323707, 40.641499514564252 ], [ -111.47416017896727, 40.641419314709836 ], [ -111.47421027266198, 40.640977680080063 ], [ -111.47424399750989, 40.640729800843701 ], [ -111.47437130942208, 40.640337397108553 ], [ -111.47455129398543, 40.639868202346818 ], [ -111.4746152451138, 40.639713889806202 ], [ -111.47477107065603, 40.639173624766592 ], [ -111.47483455466374, 40.638953550081538 ], [ -111.47501995985951, 40.638415865639303 ], [ -111.47506048731954, 40.638294080694301 ], [ -111.47524004645935, 40.637766329526578 ], [ -111.47543510386875, 40.637089869694798 ], [ -111.47558029972924, 40.636553250603029 ], [ -111.47572440670348, 40.636030148910336 ], [ -111.47588404232427, 40.635196180697832 ], [ -111.47598298758034, 40.634975058231547 ], [ -111.47612824003724, 40.63461410892829 ], [ -111.47612686415223, 40.634420426179986 ], [ -111.47607812489218, 40.634217929923793 ], [ -111.47595249266168, 40.634011246186219 ], [ -111.47577374563575, 40.633818294285625 ], [ -111.47563088939512, 40.633683751261309 ], [ -111.47543450293919, 40.63350438461795 ], [ -111.47506522288555, 40.63312303175352 ], [ -111.47483323807906, 40.632925792966283 ], [ -111.47449521596883, 40.632783042030439 ], [ -111.47417531452078, 40.63269426830081 ], [ -111.47410360239954, 40.632586457519096 ], [ -111.47418500417325, 40.632392434813362 ], [ -111.47428465215826, 40.632270407252442 ], [ -111.47465444491645, 40.631890519717494 ], [ -111.47479672940399, 40.631778226104828 ], [ -111.47500016834636, 40.631618835203696 ], [ -111.47506603379169, 40.63156901604961 ], [ -111.4752952678616, 40.631378888696524 ], [ -111.47549506764787, 40.631206899616778 ], [ -111.47559512694548, 40.63114342621229 ], [ -111.47611072557685, 40.63048366154748 ], [ -111.47646915427818, 40.630171380742681 ], [ -111.47673934751825, 40.629922524486211 ], [ -111.47685710139025, 40.629853571670346 ], [ -111.47710997902516, 40.629664243923223 ], [ -111.477445937686, 40.629518715154738 ], [ -111.47775117928347, 40.62921115459482 ], [ -111.47784493620988, 40.629093652667592 ], [ -111.47795032404852, 40.628949076211789 ], [ -111.47799704161339, 40.628867803910552 ], [ -111.47808437173578, 40.628678258204289 ], [ -111.4782398554606, 40.628428972319362 ], [ -111.47825385767601, 40.62840278889356 ], [ -111.47832357934996, 40.62823133345745 ], [ -111.47858655983785, 40.627802327219825 ], [ -111.4786157268054, 40.627747252827497 ], [ -111.47875016186158, 40.627531385915525 ], [ -111.47923048880486, 40.626907788309744 ], [ -111.47945243051562, 40.626528498570813 ], [ -111.4795166542923, 40.626415622233047 ], [ -111.47972092213593, 40.62604541410839 ], [ -111.47983757653373, 40.625824214467926 ], [ -111.47994221338399, 40.625576038313966 ], [ -111.47997710291231, 40.625494814325009 ], [ -111.48008742460223, 40.625215083679613 ], [ -111.48010470792707, 40.625151950389778 ], [ -111.48016838091885, 40.624962501345344 ], [ -111.48015388038603, 40.624588697342162 ], [ -111.48046499880995, 40.624281104966926 ], [ -111.48055922839912, 40.624231164629101 ], [ -111.48073008174187, 40.624149374565924 ], [ -111.48085974781132, 40.624094782082622 ], [ -111.4812428655631, 40.623935532651316 ], [ -111.48134888476469, 40.623881038150891 ], [ -111.48177218310093, 40.623554957065963 ], [ -111.48218909620006, 40.623327997656716 ], [ -111.48235528088514, 40.623255233455048 ], [ -111.48306965791978, 40.623126124682919 ], [ -111.48375552732001, 40.622979113345792 ], [ -111.48455546710917, 40.622583877936648 ], [ -111.48561014820139, 40.622101982717119 ], [ -111.48621535896555, 40.621594944628036 ], [ -111.4864910333728, 40.621296493917413 ], [ -111.48674358345814, 40.621070210257656 ], [ -111.48688381836426, 40.620844399584065 ], [ -111.486941066356, 40.620587407912353 ], [ -111.48695023939844, 40.620222513505226 ], [ -111.48688560069091, 40.619461543742865 ], [ -111.48671440123974, 40.618678500995387 ], [ -111.48654513389646, 40.618161208967059 ], [ -111.48650744593684, 40.617855068962001 ], [ -111.48650515865803, 40.617539771024425 ], [ -111.48655061624092, 40.617287333461057 ], [ -111.48661834444279, 40.61684561747002 ], [ -111.48666370310042, 40.616579667065885 ], [ -111.48668864865191, 40.615944442256065 ], [ -111.4866574604585, 40.615719353910343 ], [ -111.48659159218282, 40.615602517155473 ], [ -111.48648986749507, 40.615431778652543 ], [ -111.48644770813014, 40.6153238507315 ], [ -111.48626084353603, 40.614986807929846 ], [ -111.48609995522698, 40.614645151080943 ], [ -111.48594451504384, 40.614402567786755 ], [ -111.48571119380078, 40.614016171123744 ], [ -111.48553172277883, 40.613719635535674 ], [ -111.48520276188535, 40.613184994691366 ], [ -111.48504253479524, 40.612933421426106 ], [ -111.48501748253727, 40.612901995848723 ], [ -111.4844022240201, 40.612008202682382 ], [ -111.48375135728472, 40.611092033225425 ], [ -111.48335068825644, 40.610445077145101 ], [ -111.4829616529658, 40.609771044542185 ], [ -111.48293775249935, 40.609735109276542 ], [ -111.48278152486731, 40.609379914760105 ], [ -111.48262539612064, 40.609038232797928 ], [ -111.48261874062077, 40.608934659383998 ], [ -111.48263013973489, 40.608876054537284 ], [ -111.48274110433513, 40.608690910354575 ], [ -111.48304718265987, 40.60835180056479 ], [ -111.48379551455834, 40.607380222055589 ], [ -111.48436926880471, 40.606625582148958 ], [ -111.48479023108847, 40.605993199609891 ], [ -111.48494752016298, 40.60567723108943 ], [ -111.4849984300546, 40.605361709081158 ], [ -111.48506618978624, 40.604924497366284 ], [ -111.48513391609443, 40.604482781316129 ], [ -111.48516544334572, 40.603775457373104 ], [ -111.48516971515747, 40.603712377761227 ], [ -111.48522184186344, 40.602748216064697 ], [ -111.4853307368442, 40.60227930034862 ], [ -111.48538879021386, 40.602134915408207 ], [ -111.48561113795641, 40.601827681186428 ], [ -111.4858168312185, 40.60166916198795 ], [ -111.48620526211644, 40.601446811653844 ], [ -111.48653978018903, 40.601287748812297 ], [ -111.48695909926865, 40.601087787854553 ], [ -111.48736479343144, 40.600802299130862 ], [ -111.48801142831529, 40.600331110547913 ], [ -111.48866997128596, 40.599873381163768 ], [ -111.48906964297895, 40.599574398670647 ], [ -111.48926484853111, 40.599438439738513 ], [ -111.48954629673122, 40.599297610576706 ], [ -111.48966451629613, 40.599301613874225 ], [ -111.48979475179463, 40.599332592545323 ], [ -111.49010985467142, 40.599592511582863 ], [ -111.49024088066335, 40.599731592173967 ], [ -111.49060411848906, 40.600108420115575 ], [ -111.49099043789619, 40.600408573854388 ], [ -111.49155480336496, 40.600811570053132 ], [ -111.49191237607006, 40.601219948741601 ], [ -111.49222109844497, 40.601574481604381 ], [ -111.49254948679322, 40.601870372482139 ], [ -111.49289382932582, 40.602085115029844 ], [ -111.49318385547338, 40.602146037817299 ], [ -111.49343193207186, 40.602127861559239 ], [ -111.49380902960702, 40.602135258791634 ], [ -111.49415963973463, 40.602237360624848 ], [ -111.49445027173408, 40.602380257806601 ], [ -111.49480564500541, 40.602486841685433 ], [ -111.49511941940125, 40.60256207196025 ], [ -111.49548641436841, 40.602641577491603 ], [ -111.49594245415598, 40.602774752406276 ], [ -111.49664826784378, 40.60311855878836 ], [ -111.49713952369866, 40.6033777008372 ], [ -111.49759194626832, 40.603659530099691 ], [ -111.49814409093368, 40.603999484770789 ], [ -111.4984232875382, 40.60419196963938 ], [ -111.49861984931493, 40.604398323794996 ], [ -111.49875728087945, 40.604600428553425 ], [ -111.49887090657748, 40.604780113950589 ], [ -111.49899628553995, 40.604950739648082 ], [ -111.49933515684306, 40.605219539284157 ], [ -111.4994900200614, 40.60538102815557 ], [ -111.49957322766565, 40.605443729920644 ], [ -111.49976301444244, 40.605532996928638 ], [ -111.49998920088593, 40.605748229309953 ], [ -111.50020910947084, 40.605913940008676 ], [ -111.50049412909324, 40.606092881363104 ], [ -111.50073710830718, 40.606181916247536 ], [ -111.50100957058478, 40.60626181393075 ], [ -111.50135909840516, 40.60637290728156 ], [ -111.50183307338519, 40.606528502943995 ], [ -111.5024720912707, 40.606624821561759 ], [ -111.50302837803665, 40.606722397859549 ], [ -111.50341471569054, 40.606854945773854 ], [ -111.5036373708102, 40.606912532312947 ], [ -111.50391017566089, 40.606879811628737 ], [ -111.50401672232157, 40.606744214718766 ], [ -111.50407994091562, 40.606662859620457 ], [ -111.50421461773306, 40.606495608947114 ], [ -111.50443199918834, 40.606323492542288 ], [ -111.50461260248233, 40.606133518807162 ], [ -111.50477165798752, 40.605907603747916 ], [ -111.50508797152312, 40.605531454755138 ], [ -111.50531143388011, 40.605382732970796 ], [ -111.50550618765551, 40.605345845559754 ], [ -111.50576190075923, 40.605398778934742 ], [ -111.50587925555975, 40.605443309011598 ], [ -111.50597405112173, 40.605474424591506 ], [ -111.506181813886, 40.605595133097793 ], [ -111.5063724256612, 40.605792491238255 ], [ -111.50661024980998, 40.605980633180899 ], [ -111.50684736071167, 40.606074185340013 ], [ -111.50702476031491, 40.606086919932295 ], [ -111.50751494269441, 40.606039723089353 ], [ -111.50845451629807, 40.606022077552147 ], [ -111.50934178922839, 40.606121769435006 ], [ -111.50986299159321, 40.6062681150473 ], [ -111.51004066617192, 40.60631687899312 ], [ -111.51047277681209, 40.606405058028841 ], [ -111.51092866557876, 40.606511147862271 ], [ -111.51146179730557, 40.606670946667194 ], [ -111.51187195608135, 40.6069799332424 ], [ -111.51235411209667, 40.607429136238537 ], [ -111.5125153621191, 40.607648235499468 ], [ -111.51259288106999, 40.607737979471665 ], [ -111.51278334560693, 40.607912805578302 ], [ -111.51305579453944, 40.607988170445452 ], [ -111.51332721012857, 40.607928407303163 ], [ -111.51370390966973, 40.607724935425722 ], [ -111.51402093193394, 40.607601005338672 ], [ -111.51435273107028, 40.607554484236267 ], [ -111.51467771413476, 40.607544027744567 ], [ -111.51491401195695, 40.607529461343994 ], [ -111.51531614356188, 40.60756009956048 ], [ -111.51602144069352, 40.607817304880456 ], [ -111.51673311123913, 40.608133935414443 ], [ -111.51713637913767, 40.608311405572863 ], [ -111.51757526277787, 40.608508534068712 ], [ -111.51823358261427, 40.608802872370845 ], [ -111.51891506110702, 40.609034041291082 ], [ -111.51957881370571, 40.609265285915548 ], [ -111.51999951921343, 40.609403028881673 ], [ -111.52027194720993, 40.609473872380747 ], [ -111.52049201645481, 40.609499907234493 ], [ -111.52100467243176, 40.609452551861068 ], [ -111.52151210227427, 40.609341255378645 ], [ -111.52190123569649, 40.609218779838756 ], [ -111.52265546867424, 40.609075732951851 ], [ -111.5235659373355, 40.608958999399107 ], [ -111.52426878809767, 40.60889725402896 ], [ -111.52474202276197, 40.608949157731246 ], [ -111.52506767343212, 40.60902335161866 ], [ -111.52531671839995, 40.609126721168899 ], [ -111.52556618053221, 40.609283240156458 ], [ -111.52573863478985, 40.609417587176246 ], [ -111.52605986918964, 40.609681883865257 ], [ -111.52644059733947, 40.60999545683957 ], [ -111.52671455514407, 40.610259967148949 ], [ -111.52685923165171, 40.610619658895068 ], [ -111.52705051995599, 40.610893554240292 ], [ -111.52714020126901, 40.611023772411201 ], [ -111.52733074829206, 40.611203078368042 ], [ -111.52762333141222, 40.611580111269369 ], [ -111.52774915044448, 40.611795747343322 ], [ -111.52782676540521, 40.611894489333991 ], [ -111.52794668744502, 40.611961507132072 ], [ -111.52804017837789, 40.611974592921484 ], [ -111.52811704925199, 40.611978745844723 ], [ -111.52818800971815, 40.611982925746219 ], [ -111.52837682373153, 40.611941522569104 ], [ -111.52919228298258, 40.611915267156625 ], [ -111.52999559330149, 40.611847621314801 ], [ -111.53050371696031, 40.611823667421135 ], [ -111.53123703464524, 40.611874349530126 ], [ -111.53234410320975, 40.612098976250842 ], [ -111.53352173895632, 40.61227732157591 ], [ -111.53427914314378, 40.612382826678527 ], [ -111.53554343903281, 40.61230940533644 ], [ -111.53631705816915, 40.612224736509347 ], [ -111.53699077506253, 40.612212597313203 ], [ -111.5375057763864, 40.612309298357133 ], [ -111.53798556938594, 40.612437691853309 ], [ -111.53845967069364, 40.612593136239013 ], [ -111.53889787708393, 40.612694693454316 ], [ -111.53917671912012, 40.612824019430981 ], [ -111.53930722048753, 40.612881967227636 ], [ -111.53944417594094, 40.613007450608166 ], [ -111.53969952326148, 40.613154902611548 ], [ -111.53996002076831, 40.613207737745114 ], [ -111.54026711349537, 40.613174770897935 ], [ -111.54059135660114, 40.613069652696815 ], [ -111.54083259758025, 40.61293339154571 ], [ -111.54132145961023, 40.61271939491796 ], [ -111.54175712445723, 40.612505645761125 ], [ -111.54226305624677, 40.612210486015798 ], [ -111.54352923484146, 40.611641485290612 ], [ -111.5445347161502, 40.610997125389005 ], [ -111.54594761920784, 40.610305787639575 ], [ -111.54616549172543, 40.610205660923114 ], [ -111.54658963455553, 40.61003248752241 ], [ -111.54696142796703, 40.609963161530018 ], [ -111.54756386601105, 40.609910758684457 ], [ -111.5483421696151, 40.609825987135338 ], [ -111.54955494397289, 40.609820222971152 ], [ -111.5505827281181, 40.609743257784984 ], [ -111.55120248461579, 40.609641205083605 ], [ -111.55163920884897, 40.609562545360376 ], [ -111.55228275102306, 40.609478390829857 ], [ -111.55283789890848, 40.609426186602619 ], [ -111.553262531972, 40.609315146988166 ], [ -111.55326795105573, 40.609398902739173 ], [ -111.5532354113258, 40.609466624502602 ], [ -111.55318839650865, 40.609642521014486 ], [ -111.55320709942168, 40.609903686209329 ], [ -111.55327455616465, 40.610199752112379 ], [ -111.55347280458625, 40.610731221412372 ], [ -111.55361188587372, 40.610968386728139 ], [ -111.55383693904903, 40.611166401874492 ], [ -111.55397369476262, 40.611264842630099 ], [ -111.55415770380446, 40.611359452995693 ], [ -111.55433538612463, 40.61140364424913 ], [ -111.5546125933509, 40.611475284582319 ], [ -111.55482148696068, 40.611576981412597 ], [ -111.5549879383819, 40.611692394986719 ], [ -111.55524053271527, 40.611789376662429 ], [ -111.55529735433252, 40.611799013143852 ], [ -111.55546186414519, 40.611822545791028 ], [ -111.55553980650078, 40.611813162133217 ], [ -111.55570397313046, 40.611795255690545 ], [ -111.55593523419461, 40.611742792710217 ], [ -111.55621284223319, 40.611719835057002 ], [ -111.55644726638053, 40.611763749781915 ], [ -111.55665486942492, 40.611851936330254 ], [ -111.55683942973634, 40.61201230384895 ], [ -111.55699131156365, 40.612223277837721 ], [ -111.55710396106527, 40.612407414522394 ], [ -111.55716370136113, 40.61248370097875 ], [ -111.55722461639776, 40.612559080857309 ], [ -111.55741266640825, 40.612712223574249 ], [ -111.55775202520044, 40.612864635381491 ], [ -111.55831368700616, 40.613024079677061 ], [ -111.55853426945119, 40.613108596561268 ], [ -111.55872922147748, 40.613238280909357 ], [ -111.55885610022892, 40.61342685139347 ], [ -111.55893606329195, 40.613659791798732 ], [ -111.55900950485828, 40.613961230412556 ], [ -111.55905848082968, 40.61473124377796 ], [ -111.55902541975001, 40.61501968464114 ], [ -111.55893407740881, 40.615407504075371 ], [ -111.5587702479552, 40.615750630260059 ], [ -111.55856165270062, 40.616112891129276 ], [ -111.55835934382117, 40.616662503702699 ], [ -111.55821458054145, 40.617024455281026 ], [ -111.5580466445092, 40.617443273893478 ], [ -111.55784588436359, 40.618037921830322 ], [ -111.55768990177762, 40.618615236486839 ], [ -111.55762039331435, 40.618786738746607 ], [ -111.55753929467051, 40.618986224099409 ], [ -111.55751219500986, 40.619139504008686 ], [ -111.55750544737165, 40.619323315482688 ], [ -111.55758457536086, 40.619597700952397 ], [ -111.557749996716, 40.61972843022302 ], [ -111.55808699003011, 40.619876347837454 ], [ -111.5585688458694, 40.620099237587446 ], [ -111.55910889677318, 40.620353374284754 ], [ -111.55945885560287, 40.620495819840443 ], [ -111.55951818494655, 40.620521657849785 ], [ -111.55978479530833, 40.620593336917175 ], [ -111.56011069833018, 40.620686348865149 ], [ -111.56060039042067, 40.620855139482288 ], [ -111.56110663626535, 40.621023847589527 ], [ -111.56210753966211, 40.621388339815894 ], [ -111.56292654884912, 40.621632091737368 ], [ -111.56362543725959, 40.621790840853599 ], [ -111.56420670255379, 40.622021329648533 ], [ -111.56473928683549, 40.622226829020832 ], [ -111.56536137674341, 40.622390447491178 ], [ -111.56581928723206, 40.622572884603308 ], [ -111.56609696341488, 40.622693142147533 ], [ -111.56667363765808, 40.622938054983159 ], [ -111.56695119499612, 40.623043897025056 ], [ -111.56742021971458, 40.623281226634141 ], [ -111.56757660756749, 40.62345883163443 ], [ -111.56760884149533, 40.623635244923108 ], [ -111.56753011587128, 40.623972559449236 ], [ -111.56749061147706, 40.624194369063041 ], [ -111.56745045060181, 40.62447834231962 ], [ -111.5674465213973, 40.624712589359589 ], [ -111.56748369832897, 40.624914202881335 ], [ -111.56756886936132, 40.625198461101327 ], [ -111.56760010488053, 40.625396500263449 ], [ -111.56766619216658, 40.625661032910976 ], [ -111.56769324049786, 40.625923054786952 ], [ -111.56774186833469, 40.626080468985101 ], [ -111.56783225933177, 40.626282721605875 ], [ -111.56789129981989, 40.626413058264596 ], [ -111.56783084135243, 40.626673708587902 ], [ -111.56784309230351, 40.626863733093565 ], [ -111.56787962309077, 40.626988775167412 ], [ -111.56789782367407, 40.627043639075751 ], [ -111.56797593510855, 40.627191899401417 ], [ -111.56807514592371, 40.627318434874127 ], [ -111.56816792723824, 40.627523378052722 ], [ -111.56821214214513, 40.627857385292316 ], [ -111.56823730874846, 40.628036535663405 ], [ -111.56829757978569, 40.62817227126812 ], [ -111.56835231348235, 40.628352176978865 ], [ -111.56840689471589, 40.628514065902593 ], [ -111.56846780820921, 40.628725471764156 ], [ -111.56864775423308, 40.629029982557512 ], [ -111.56886730659478, 40.62926402970276 ], [ -111.56897016873899, 40.629402257743507 ], [ -111.56930624839349, 40.629433933855303 ], [ -111.56977413509605, 40.629391987883359 ], [ -111.57005180068649, 40.629506830515439 ], [ -111.57031818751349, 40.629685690304079 ], [ -111.57047993511257, 40.62979569904126 ], [ -111.57065212537555, 40.629882233198721 ], [ -111.57085260143329, 40.6299578167826 ], [ -111.57120965277896, 40.630091182550061 ], [ -111.57151086409615, 40.630193292938003 ], [ -111.57170802533609, 40.630295917681039 ], [ -111.57194527346364, 40.630384830436498 ], [ -111.57214697330795, 40.630464910074913 ], [ -111.5723549625344, 40.630589101056472 ], [ -111.572620867278, 40.630710301881656 ], [ -111.57288962282767, 40.630888243060532 ], [ -111.57316899839205, 40.631063428273428 ], [ -111.57354867708727, 40.631352525785402 ], [ -111.57383492717415, 40.631501549858896 ], [ -111.57427466012636, 40.631760617668704 ], [ -111.57456596757693, 40.631947451497261 ], [ -111.57490210079588, 40.632121449196099 ], [ -111.5752653930365, 40.632290806250587 ], [ -111.57555144980718, 40.632416404257036 ], [ -111.57579527268996, 40.632580949734987 ], [ -111.57605119987907, 40.632777865793209 ], [ -111.57629651240767, 40.633115370648262 ], [ -111.57647627343627, 40.633392843620868 ], [ -111.57660032555046, 40.633517445833476 ], [ -111.57670971155275, 40.633724100709379 ], [ -111.57670611337922, 40.633855646318878 ], [ -111.57667288728932, 40.634117065764592 ], [ -111.5766589214758, 40.634418027478709 ], [ -111.57660781059015, 40.634662419578696 ], [ -111.57656412743661, 40.63494551214805 ], [ -111.57658018485937, 40.635162542626013 ], [ -111.57655057489569, 40.635432051791199 ], [ -111.57646986960259, 40.635672988041591 ], [ -111.57648118144377, 40.635888240447713 ], [ -111.57649439343287, 40.636049430924821 ], [ -111.57635745390618, 40.636351907207931 ], [ -111.57632715037641, 40.636403408255752 ], [ -111.57622250639854, 40.636611131432019 ], [ -111.57616712455045, 40.636771763298547 ], [ -111.57630585286434, 40.636952146694561 ], [ -111.57632981302076, 40.636988062070465 ], [ -111.57640279093488, 40.637085893077845 ], [ -111.57659689744501, 40.637242576972284 ], [ -111.57674122265692, 40.637385996060019 ], [ -111.57694976153788, 40.637570534353941 ], [ -111.57703918777608, 40.637655670537519 ], [ -111.57715836363472, 40.637762278936364 ], [ -111.57731947941511, 40.63793263957389 ], [ -111.57744697007712, 40.638180643249413 ], [ -111.57756696272979, 40.638381838850059 ], [ -111.57774577052602, 40.638683637911157 ], [ -111.57780240257587, 40.639079738880092 ], [ -111.57780372301328, 40.639232880750193 ], [ -111.57777815533687, 40.639422192082328 ], [ -111.57769105553602, 40.639607306869017 ], [ -111.57757482596682, 40.639843016186667 ], [ -111.57754133903835, 40.639936874489457 ], [ -111.57751906716263, 40.640234274048993 ], [ -111.57753183762985, 40.640481049443061 ], [ -111.57753378640379, 40.64070715886438 ], [ -111.5775190858555, 40.640922541065081 ], [ -111.57750893700265, 40.641117180411989 ], [ -111.57750348989362, 40.641171260038384 ], [ -111.57749226706645, 40.641378516969354 ], [ -111.57747792338729, 40.641635337514749 ], [ -111.57745597938546, 40.641833639309411 ], [ -111.57738875983763, 40.642130362630525 ], [ -111.57735475647594, 40.642301698498379 ], [ -111.57734884564509, 40.642576494283816 ], [ -111.57737370885005, 40.642716906140599 ], [ -111.57747111306932, 40.643040733308624 ], [ -111.57749548756667, 40.643124392585833 ], [ -111.5775674699382, 40.643242947790995 ], [ -111.57765008844214, 40.643360548871314 ], [ -111.57777447988656, 40.643522083655633 ], [ -111.57790848062282, 40.643700686791973 ], [ -111.57805068280994, 40.643870239985262 ], [ -111.57814621868224, 40.643976965561343 ], [ -111.57824177818352, 40.644086393555369 ], [ -111.57835371612946, 40.64417501936942 ], [ -111.57845257530575, 40.644255602735321 ], [ -111.57848956389562, 40.644293254092915 ], [ -111.57864126888926, 40.644467263294018 ], [ -111.57866161506341, 40.64449508838883 ], [ -111.57869979433191, 40.644533634583027 ], [ -111.57882029234341, 40.644654648447961 ], [ -111.5788786780295, 40.644704804638948 ], [ -111.57906461963398, 40.644871434656558 ], [ -111.579201894145, 40.645017588414511 ], [ -111.57935823200749, 40.645179862066698 ], [ -111.5794881936622, 40.645300827736307 ], [ -111.57974344009675, 40.64541215561357 ], [ -111.58007557617051, 40.645524898450695 ], [ -111.5801408567355, 40.645551596676412 ], [ -111.58038904041153, 40.64566656208973 ], [ -111.58066294696641, 40.64574716447553 ], [ -111.58078540997018, 40.645821321014409 ], [ -111.58090072254336, 40.645889207286473 ], [ -111.58117943944721, 40.645978792965217 ], [ -111.58146962417921, 40.646026880100763 ], [ -111.58189955923828, 40.646232815876765 ], [ -111.58209894551905, 40.646311988591471 ], [ -111.58230089337039, 40.646413669846936 ], [ -111.58245550324263, 40.646511986038959 ], [ -111.58273549415732, 40.646747502798938 ], [ -111.58279859182983, 40.646794930586154 ], [ -111.58292595445438, 40.64688797841886 ], [ -111.58336366845054, 40.647035312743604 ], [ -111.58355203011308, 40.64707039589576 ], [ -111.58373687529132, 40.647109100004329 ], [ -111.5838980040201, 40.64714071676454 ], [ -111.58430066935949, 40.647201741031445 ], [ -111.58444065153701, 40.647249679727658 ], [ -111.58461506570468, 40.647312758763192 ], [ -111.58472659286788, 40.647352733319082 ], [ -111.58490501183225, 40.647468042207798 ], [ -111.58498354185708, 40.647521696725327 ], [ -111.58511429175674, 40.647595806654849 ], [ -111.58536381584058, 40.647726970207458 ], [ -111.58551866941514, 40.647852307182291 ], [ -111.58567982300799, 40.648021754712239 ], [ -111.58581674815196, 40.648125561285852 ], [ -111.5859242477645, 40.648245732697276 ], [ -111.58610288396301, 40.648385362144481 ], [ -111.5862740223849, 40.648614215678791 ], [ -111.58650898163779, 40.648837339580858 ], [ -111.58654958855271, 40.648882176909282 ], [ -111.58671793038592, 40.649061496026192 ], [ -111.58686684438054, 40.649183257846012 ], [ -111.58702234218424, 40.649246429347002 ], [ -111.5870508303028, 40.649257995852182 ], [ -111.58753745819341, 40.649585239878888 ], [ -111.5876337733535, 40.649643306430249 ], [ -111.58770985570223, 40.64968706193406 ], [ -111.58795950796518, 40.649696601501311 ], [ -111.58814738116074, 40.649674924704982 ], [ -111.58839073203396, 40.649640352731076 ], [ -111.5885159516225, 40.64962259805327 ], [ -111.58863910647611, 40.649639086882182 ], [ -111.58878118515945, 40.649655479091535 ], [ -111.58904766505687, 40.649695560133864 ], [ -111.58919217281384, 40.649719146417652 ], [ -111.58934377709299, 40.6497426963019 ], [ -111.58970994863053, 40.649821004445371 ], [ -111.59006667496409, 40.649901161433029 ], [ -111.59046344858497, 40.649962194244722 ], [ -111.59080140362931, 40.650059561497706 ], [ -111.59113901161363, 40.65025152102691 ], [ -111.59137257142579, 40.650447615953567 ], [ -111.59159100078823, 40.650537485104657 ], [ -111.59178210009865, 40.65061307996551 ], [ -111.59204909509351, 40.650710807184481 ], [ -111.59220384857191, 40.650822622538193 ], [ -111.59229901066222, 40.650883393702067 ], [ -111.59254248778228, 40.650996555211393 ], [ -111.59291049843978, 40.65114781429569 ], [ -111.59321787068309, 40.651263348888847 ], [ -111.59349160626586, 40.65145382784803 ], [ -111.59387190449196, 40.651656370343296 ], [ -111.59393566903933, 40.65191098888981 ], [ -111.593920436129, 40.652060611827331 ], [ -111.59388135518084, 40.652322065413728 ], [ -111.59391132347183, 40.652500283727122 ], [ -111.59392585977001, 40.65267227530579 ], [ -111.5939441681878, 40.652869471859489 ], [ -111.59397624590245, 40.653285509185928 ], [ -111.59399032719497, 40.653406153438546 ], [ -111.59405259122605, 40.653758073598468 ], [ -111.59416635629442, 40.654048469503969 ], [ -111.59424642801567, 40.654274175995859 ], [ -111.59431355321323, 40.654507156022326 ], [ -111.59438010328323, 40.654675276278581 ], [ -111.59451249276398, 40.654931342841209 ], [ -111.59469290844744, 40.65526733937822 ], [ -111.59478338897868, 40.655465965723167 ], [ -111.59498413831022, 40.655693752580923 ], [ -111.59515308828803, 40.655937017778832 ], [ -111.59523704837721, 40.656067211202959 ], [ -111.5953481709479, 40.656458516906014 ], [ -111.59544516205158, 40.656723773514905 ], [ -111.59546937190315, 40.656785808714297 ], [ -111.59548261565212, 40.6568118656526 ], [ -111.59551745530553, 40.656872044281251 ], [ -111.59553671753987, 40.65690978148583 ], [ -111.59560765208003, 40.657038240053794 ], [ -111.59569812975889, 40.657235964756495 ], [ -111.59579472269313, 40.657456179580215 ], [ -111.59582029233614, 40.65753802682314 ], [ -111.59583125878888, 40.657574005039457 ], [ -111.59586785112302, 40.657698136284814 ], [ -111.59589870555129, 40.65784211626864 ], [ -111.59589673147288, 40.658152025745963 ], [ -111.59590356319558, 40.658388018425597 ], [ -111.59592942547039, 40.65863562418933 ], [ -111.59595959905219, 40.658703033703986 ], [ -111.59608608018902, 40.65895822788346 ], [ -111.59619276967902, 40.659116230160301 ], [ -111.5964136201857, 40.659341207961027 ], [ -111.59654045259893, 40.659502709338604 ], [ -111.59662798471064, 40.659634684943391 ], [ -111.59668431996374, 40.659717273858412 ], [ -111.59700534215446, 40.660031819779427 ], [ -111.59723238620546, 40.660287393512718 ], [ -111.59750063345567, 40.66052023184038 ], [ -111.59763795630022, 40.660663660294297 ], [ -111.59807105225161, 40.661074916959066 ], [ -111.59811519099986, 40.661116128326015 ], [ -111.59818803413928, 40.661192324882343 ], [ -111.59826445845556, 40.661272106314193 ], [ -111.59844189177605, 40.661402713784391 ], [ -111.59854546794503, 40.661476048213792 ], [ -111.59866336047459, 40.661562821364207 ], [ -111.59885262480398, 40.661693366852305 ], [ -111.59908725480834, 40.662002048787912 ], [ -111.59916571853969, 40.662177311173451 ], [ -111.59936257762028, 40.662495197202333 ], [ -111.59953795967941, 40.66279247440162 ], [ -111.5997052288555, 40.662976283940239 ], [ -111.59993115065355, 40.663236362373524 ], [ -111.60006471314624, 40.663487010812617 ], [ -111.60011544369033, 40.663735387016608 ], [ -111.60017623201705, 40.663917947470999 ], [ -111.60026123771024, 40.664162541950638 ], [ -111.60046833820027, 40.664302000676045 ], [ -111.60093225188206, 40.664583360885949 ], [ -111.60119278416342, 40.664744161051779 ], [ -111.60125946898819, 40.664792460739406 ], [ -111.60139048910561, 40.66489087397251 ], [ -111.60152198712395, 40.665042435824063 ], [ -111.60177216702701, 40.665235719870552 ], [ -111.60205612915425, 40.665370270754899 ], [ -111.60250082000313, 40.665485964976007 ], [ -111.60291584777727, 40.665591902818882 ], [ -111.60331876256481, 40.665666372055831 ], [ -111.60359300555938, 40.66577214212866 ], [ -111.60386525713902, 40.665919361917261 ], [ -111.60403922966259, 40.666057185685673 ], [ -111.60414651455849, 40.666146711238675 ], [ -111.60434159568976, 40.666263704117704 ], [ -111.60452299007062, 40.666568148970676 ], [ -111.60446316869857, 40.66688736959324 ], [ -111.60440622086898, 40.667131803049749 ], [ -111.60433160014213, 40.667384436785262 ], [ -111.60429785705789, 40.667578300086539 ], [ -111.60431604610899, 40.667758378552591 ], [ -111.60436515735196, 40.667956312523408 ], [ -111.60438955042611, 40.668037262983937 ], [ -111.60442001338653, 40.668135298160337 ], [ -111.60444421138538, 40.668194628790175 ], [ -111.60448700130891, 40.668347552374662 ], [ -111.60460391773758, 40.66845504439808 ], [ -111.60464687419653, 40.66849535852171 ], [ -111.60474853334027, 40.668616443315223 ], [ -111.60477467987805, 40.668760445269847 ], [ -111.60474762083376, 40.668908329371504 ], [ -111.60457922727228, 40.669127221315563 ], [ -111.60445362234493, 40.669236883976744 ], [ -111.60414641615455, 40.669413260230705 ], [ -111.60386492740052, 40.669555268179728 ], [ -111.60366489981804, 40.669677931338896 ], [ -111.60348371970198, 40.669791486961238 ], [ -111.60331787042875, 40.669899556983133 ], [ -111.60310788286267, 40.670098844995415 ], [ -111.60288043155461, 40.670329754187811 ], [ -111.60263634940716, 40.670422016069821 ], [ -111.60227193903323, 40.670685169196233 ], [ -111.60198382027063, 40.670880358334109 ], [ -111.60183367837419, 40.671025279900114 ], [ -111.60189770356686, 40.671171787612714 ], [ -111.60198606407236, 40.671261413736424 ], [ -111.60216912272244, 40.671355951149678 ], [ -111.60235574789385, 40.671583798094012 ], [ -111.60240016433748, 40.671786261607572 ], [ -111.60239056256206, 40.672034050323894 ], [ -111.60234578291288, 40.67231715639344 ], [ -111.60229514360601, 40.672475072400978 ], [ -111.60228477941487, 40.672638183503359 ], [ -111.60232666796719, 40.672822642842732 ], [ -111.60239177375058, 40.672957433315496 ], [ -111.60244072115277, 40.67313735143609 ], [ -111.60242479012595, 40.673339228880579 ], [ -111.60239222998362, 40.673533986137819 ], [ -111.60242354397499, 40.67372660838987 ], [ -111.60244247516736, 40.673858036255105 ], [ -111.60249798794771, 40.674109989454799 ], [ -111.60251261735326, 40.674420712346631 ], [ -111.60244495909306, 40.674659795232323 ], [ -111.6023366922131, 40.675119802400708 ], [ -111.60230885564845, 40.675313634067059 ], [ -111.60226878170788, 40.675462486197652 ], [ -111.60203129290996, 40.675632186937186 ], [ -111.60198793597924, 40.675810784697056 ], [ -111.60204724963209, 40.675959118496799 ], [ -111.60232593391007, 40.676159459199575 ], [ -111.60239016731454, 40.676196960500697 ], [ -111.60249280661833, 40.676294619449273 ], [ -111.60260230315686, 40.67649674308732 ], [ -111.60270486335527, 40.676716920161482 ], [ -111.60285194007895, 40.676887317022093 ], [ -111.60297359552182, 40.677125411471472 ], [ -111.60302679352027, 40.677251254995383 ], [ -111.60301919470415, 40.677458494059508 ], [ -111.60298630164726, 40.677616317546544 ], [ -111.60294650385461, 40.677795797881828 ], [ -111.60285927915263, 40.677964715448191 ], [ -111.60260029932965, 40.678245336121577 ], [ -111.60240714844282, 40.67834634027858 ], [ -111.60213600858191, 40.678590988677151 ], [ -111.60203813969558, 40.678760861984486 ], [ -111.60193886018057, 40.678905518293433 ], [ -111.60182170993291, 40.679036754668857 ], [ -111.60164775415387, 40.679298912611529 ], [ -111.60162440407157, 40.679465694604353 ], [ -111.60161977469474, 40.679740483021902 ], [ -111.60163407760285, 40.68001517277218 ], [ -111.60168930923217, 40.680235597230045 ], [ -111.60177420417403, 40.680464875709049 ], [ -111.60181140387152, 40.680653863751786 ], [ -111.60190715192049, 40.68090560720033 ], [ -111.60198572682326, 40.68108987512813 ], [ -111.60203679472616, 40.68137338172324 ], [ -111.60210973778192, 40.681589209235071 ], [ -111.60211184538895, 40.681823423455945 ], [ -111.60203136480291, 40.68208509433537 ], [ -111.60184590117964, 40.6823842479698 ], [ -111.60175359432483, 40.682515354701053 ], [ -111.60154135827747, 40.682732668555218 ], [ -111.60143660065428, 40.682926900520535 ], [ -111.60142682417015, 40.683155771416239 ], [ -111.6015513388365, 40.683447904158555 ], [ -111.60165585941557, 40.683753653934623 ], [ -111.60170966797099, 40.683947059675369 ], [ -111.60172439464255, 40.684005539203724 ], [ -111.60179627786275, 40.684234885323519 ], [ -111.60182335642452, 40.68448248226786 ], [ -111.60181953837875, 40.684715826402353 ], [ -111.60176819969718, 40.684928698316426 ], [ -111.60172255826809, 40.685248743522081 ], [ -111.60167806793876, 40.685433652850207 ], [ -111.60164386313988, 40.685577969603656 ], [ -111.60157467549661, 40.685780124028888 ], [ -111.60149437541961, 40.68593098696509 ], [ -111.60142946697871, 40.686082670528023 ], [ -111.60137152086558, 40.68621900307155 ], [ -111.60129630149277, 40.686408576611932 ], [ -111.60121520524805, 40.686602685029364 ], [ -111.60117556764166, 40.686801081835839 ], [ -111.60109556327802, 40.687116801300853 ], [ -111.60111598534105, 40.687413980542175 ], [ -111.60118243089103, 40.68769650627187 ], [ -111.60114515939634, 40.687894890710979 ], [ -111.60108003786313, 40.688023152644412 ], [ -111.60097384460195, 40.688190365548927 ], [ -111.60088832722543, 40.688419630439739 ], [ -111.60081930436533, 40.688640701633986 ], [ -111.60076167036416, 40.688812165934017 ], [ -111.60059798046028, 40.689034630424445 ], [ -111.60047525679656, 40.689206433166021 ], [ -111.60041141318823, 40.689345498432125 ], [ -111.60031268868801, 40.689554111646451 ], [ -111.60025429278093, 40.689640898320647 ], [ -111.60011439281499, 40.68974522509258 ], [ -111.59996555385855, 40.689776628083308 ], [ -111.59978424068645, 40.689882070527432 ], [ -111.59960047122682, 40.689977615928179 ], [ -111.59942715853121, 40.690051485983972 ], [ -111.59924296322124, 40.690231714331944 ], [ -111.59920939917957, 40.69058052326946 ], [ -111.59932835321317, 40.69077989780957 ], [ -111.59944267098156, 40.690990106669844 ], [ -111.59956315712539, 40.691228210182274 ], [ -111.59962949957247, 40.691367499664885 ], [ -111.59967309352128, 40.691609605850381 ], [ -111.59958800801601, 40.691755987863715 ], [ -111.59941631013177, 40.691878496196253 ], [ -111.59916935295045, 40.692055446769253 ], [ -111.59911066293328, 40.69210980323296 ], [ -111.59896397780787, 40.692250198376406 ], [ -111.598740889444, 40.692449545803576 ], [ -111.59851759822944, 40.692626372231913 ], [ -111.59841185756355, 40.692713403378463 ], [ -111.59827671454534, 40.692821306686461 ], [ -111.59809488363082, 40.693002421748282 ], [ -111.59790721474724, 40.693192575400424 ], [ -111.59772533352522, 40.693368284945812 ], [ -111.59753203474538, 40.693590898249717 ], [ -111.59724884390327, 40.693820282354231 ], [ -111.59721494025653, 40.693867302696283 ], [ -111.59706245839092, 40.694022139213132 ], [ -111.59683364182732, 40.694244034149733 ], [ -111.59663270603066, 40.694407228357576 ], [ -111.59641678504961, 40.694615542847394 ], [ -111.59627631967393, 40.694791036111923 ], [ -111.59608931505247, 40.695056855938532 ], [ -111.59593143193024, 40.695270275004965 ], [ -111.59562021655316, 40.695543942077286 ], [ -111.59542032912991, 40.69569271491487 ], [ -111.59503756753628, 40.695907292351691 ], [ -111.59471388513842, 40.696110753816782 ], [ -111.59467278109892, 40.696147000121648 ], [ -111.59446170276676, 40.696368798930514 ], [ -111.59429240000871, 40.696630020321571 ], [ -111.59418164211763, 40.696819771886496 ], [ -111.59408919735272, 40.697072489582702 ], [ -111.59403932137752, 40.697453811707085 ], [ -111.59397004283578, 40.697649655647311 ], [ -111.59388275409971, 40.697816764546452 ], [ -111.59380138287605, 40.697983842938349 ], [ -111.59376139697294, 40.698146204101121 ], [ -111.59365032322793, 40.698300823048918 ], [ -111.59361059278514, 40.698358682634073 ], [ -111.59347595830158, 40.698526034649369 ], [ -111.5932808475789, 40.698681085221459 ], [ -111.59297502833572, 40.698898863766097 ], [ -111.5927674724027, 40.698985511743288 ], [ -111.59271118435377, 40.699178585592165 ], [ -111.59277668841246, 40.699357521141991 ], [ -111.59279483391474, 40.699401570288735 ], [ -111.5928794919471, 40.699604730735487 ], [ -111.59290444226883, 40.699748740779953 ], [ -111.59298321491977, 40.699955534818024 ], [ -111.59306936946867, 40.700193821095958 ], [ -111.59315351696549, 40.700472656469557 ], [ -111.59328655400861, 40.700791779379301 ], [ -111.59332488543272, 40.70097625938655 ], [ -111.5933371535011, 40.701024842958759 ], [ -111.59342351060032, 40.70128564946738 ], [ -111.59349567255639, 40.701547429740714 ], [ -111.59365390620577, 40.70203758664374 ], [ -111.59373146029014, 40.702239882030909 ], [ -111.59386340004201, 40.702568018442641 ], [ -111.59396114986559, 40.702778317528832 ], [ -111.59409876914015, 40.702946070783334 ], [ -111.59424590658317, 40.703119180050834 ], [ -111.59448626912175, 40.703392705742701 ], [ -111.59474455725103, 40.70368505669019 ], [ -111.59498800198492, 40.703905414510579 ], [ -111.59527104437922, 40.704052597732058 ], [ -111.5955117155787, 40.704227024723394 ], [ -111.59578613375064, 40.704468841756082 ], [ -111.59627295172525, 40.704767216448495 ], [ -111.59648209613442, 40.704857123125159 ], [ -111.59656034960035, 40.704871132565771 ], [ -111.59683071801821, 40.704923786832346 ], [ -111.59705220759938, 40.705070382996638 ], [ -111.59712560489398, 40.705203331044686 ], [ -111.59728417386484, 40.705329532358952 ], [ -111.59755310318036, 40.705485791574517 ], [ -111.59789792095873, 40.705656070934268 ], [ -111.5980486254101, 40.705829156770079 ], [ -111.59813322714028, 40.706023304761217 ], [ -111.59832929382658, 40.70623849570778 ], [ -111.59861472895693, 40.706386559100302 ], [ -111.59888494872939, 40.706686045604862 ], [ -111.59905240809066, 40.706878862139121 ], [ -111.59931390948336, 40.707129746283314 ], [ -111.59948733035702, 40.70732703552904 ], [ -111.59979213741022, 40.707654266955529 ], [ -111.5999313936467, 40.707869750261892 ], [ -111.60026064108224, 40.708281534434285 ], [ -111.60039742742653, 40.708485318785748 ], [ -111.60048907733729, 40.708672221388127 ], [ -111.6006374520742, 40.708848018434139 ], [ -111.60083245019938, 40.708942495045044 ], [ -111.60105363789482, 40.70905305048074 ], [ -111.6012910508835, 40.70912478391125 ], [ -111.60155710221814, 40.709221591752708 ], [ -111.60184386266509, 40.709383153069865 ], [ -111.60210587035034, 40.709556553981734 ], [ -111.60251660077262, 40.709812057429723 ], [ -111.60271353540013, 40.709989400016376 ], [ -111.60292897564537, 40.71024952488883 ], [ -111.60301396028265, 40.710352680083254 ], [ -111.60334129088461, 40.710679784250004 ], [ -111.60347445879889, 40.710874575140032 ], [ -111.60371435421466, 40.711220152499692 ], [ -111.60380487407444, 40.711411562575059 ], [ -111.60388288881485, 40.711529167345283 ], [ -111.60397289677438, 40.711663825679693 ], [ -111.60412666100491, 40.711779232202467 ], [ -111.60444712625207, 40.711869442496592 ], [ -111.6046731648936, 40.71186015093685 ], [ -111.60486743564974, 40.711872646072948 ], [ -111.60510532753295, 40.711995718189904 ], [ -111.60533756217345, 40.71214764704375 ], [ -111.6055346009561, 40.712334893648261 ], [ -111.60567760055125, 40.71243774249173 ], [ -111.60594527987203, 40.712581376374438 ], [ -111.60614776704909, 40.712716343357705 ], [ -111.60620442913812, 40.712828653474332 ], [ -111.60625732742075, 40.712917560935033 ], [ -111.60641759802853, 40.71309689134506 ], [ -111.60651488802272, 40.713250427477853 ], [ -111.60660493632366, 40.713388686938544 ], [ -111.60676496366311, 40.713540992291627 ], [ -111.60689886713926, 40.713815051017711 ], [ -111.6071375743096, 40.714157023838368 ], [ -111.60718696419923, 40.714250453606226 ], [ -111.60724105699221, 40.71434025516772 ], [ -111.60760397710149, 40.714670763167064 ], [ -111.60793132257076, 40.714864526499888 ], [ -111.60810939347901, 40.715047364180947 ], [ -111.60835373866598, 40.715227149741253 ], [ -111.60864698580005, 40.715446314817818 ], [ -111.60890802336782, 40.715638623222802 ], [ -111.60925365324086, 40.715889040532502 ], [ -111.60951106040721, 40.716072358106672 ], [ -111.6097376462579, 40.716251333602322 ], [ -111.60997844856874, 40.716560858312413 ], [ -111.61009884661289, 40.716780032018868 ], [ -111.61034205248038, 40.71696342275834 ], [ -111.61066149040012, 40.717067133995826 ], [ -111.61117332653875, 40.71723558864452 ], [ -111.61152438996095, 40.717431017799456 ], [ -111.61178658625023, 40.717618809158125 ], [ -111.61186942407397, 40.71774358968576 ], [ -111.61177408148143, 40.717934176562807 ], [ -111.61159066498384, 40.718074781850056 ], [ -111.61157659604903, 40.718348717924691 ], [ -111.61179006817312, 40.718645771466583 ], [ -111.61178865235017, 40.718879101767541 ], [ -111.61191310349855, 40.719022579739288 ], [ -111.61207275218757, 40.719130737397776 ], [ -111.61235189067274, 40.719228351552445 ], [ -111.61248568652442, 40.719228542562639 ], [ -111.61258983380118, 40.71922348560436 ], [ -111.61264193633926, 40.719224109947042 ], [ -111.61283704203755, 40.719196048473712 ], [ -111.61304593360676, 40.71912196958958 ], [ -111.61328048149308, 40.719134236592573 ], [ -111.61334090475134, 40.719138419852634 ], [ -111.61360644248245, 40.719173043028405 ], [ -111.61390930394816, 40.719275031603615 ], [ -111.61417688752169, 40.719274509041007 ], [ -111.61442396322097, 40.719361478446643 ], [ -111.61463847593795, 40.719383758790457 ], [ -111.61486507844617, 40.719561823122824 ], [ -111.61490096217231, 40.719601269816977 ], [ -111.61498650785116, 40.719762068024117 ], [ -111.61490040276311, 40.719926483252031 ], [ -111.61480117406327, 40.720080157991454 ], [ -111.61474396427711, 40.720296669066194 ], [ -111.61476974070069, 40.720524449339308 ], [ -111.61475335671089, 40.72067407933411 ], [ -111.61474209698228, 40.720737199489029 ], [ -111.61470205794768, 40.720889658026692 ], [ -111.61466836132058, 40.72108802662293 ], [ -111.61466998552694, 40.721264586489625 ], [ -111.61475900194931, 40.721416357737255 ], [ -111.61480478391537, 40.721759341450522 ], [ -111.61498974077857, 40.722043027833443 ], [ -111.61509609624459, 40.722148762576694 ], [ -111.61515584423161, 40.722207900913382 ], [ -111.61524559912883, 40.722311021403833 ], [ -111.61544184113899, 40.722405466372663 ], [ -111.61567853954097, 40.722521315854941 ], [ -111.61594145330135, 40.722655042153853 ], [ -111.61632151162627, 40.722780034693493 ], [ -111.6163952163064, 40.722939994118136 ], [ -111.61637972028966, 40.723057188594431 ], [ -111.61635699538911, 40.723160908775327 ], [ -111.61624655647704, 40.723383109847589 ], [ -111.61611201242992, 40.723559495645262 ], [ -111.61601261512611, 40.723695155048198 ], [ -111.61587778750904, 40.723840912861924 ], [ -111.61567660300045, 40.723981619314912 ], [ -111.61541831208817, 40.724221724419571 ], [ -111.61527243575046, 40.724325200038663 ], [ -111.61504062897843, 40.724484085784532 ], [ -111.61493195467905, 40.724641414294069 ], [ -111.61478656707415, 40.724926860250363 ], [ -111.61464651015051, 40.725148316626459 ], [ -111.61444439393453, 40.725703421064544 ], [ -111.61442840576467, 40.72589629001132 ], [ -111.61444782398091, 40.726076358452254 ], [ -111.61443250683575, 40.726342193393222 ], [ -111.61437540672428, 40.72657131550617 ], [ -111.61425401723366, 40.726762943646889 ], [ -111.61420621476853, 40.726844275323764 ], [ -111.61413628700106, 40.726966263351294 ], [ -111.61406056268505, 40.727101795054736 ], [ -111.61381479858977, 40.727418402834594 ], [ -111.61364871679413, 40.727514776938563 ], [ -111.61340926810756, 40.72774576867949 ], [ -111.61333999134909, 40.727938920593061 ], [ -111.61346907530921, 40.728068859127212 ], [ -111.6136357619832, 40.728167067558481 ], [ -111.6138380555482, 40.728274094980975 ], [ -111.6142416175082, 40.728376447734107 ], [ -111.61468653386471, 40.728468669406865 ], [ -111.61503026163867, 40.728502872762675 ], [ -111.61524994697643, 40.728569266389862 ], [ -111.6156366890396, 40.728773500925165 ], [ -111.61622442028306, 40.728942428681066 ], [ -111.61674627017608, 40.729029727348404 ], [ -111.61740492139819, 40.729183856376387 ], [ -111.6175476340234, 40.729249756452241 ], [ -111.61775577445988, 40.729347737103744 ], [ -111.61801577600666, 40.729419314817846 ], [ -111.61809409597825, 40.729436912615384 ], [ -111.61839139866981, 40.729444328784112 ], [ -111.61878809414162, 40.729443103666 ], [ -111.61922506035864, 40.729570483896822 ], [ -111.61965349687226, 40.729671783367259 ], [ -111.61990854772385, 40.729719961068355 ], [ -111.62018728185834, 40.729768010955311 ], [ -111.62050141527251, 40.729802356999983 ], [ -111.62072656217106, 40.729818262745624 ], [ -111.6213660516906, 40.729820227115411 ], [ -111.62163878267796, 40.729859297227222 ], [ -111.62188884743101, 40.729880471652528 ], [ -111.62228587256631, 40.729914366202088 ], [ -111.6226354815537, 40.730070131028143 ], [ -111.62274502811756, 40.730261422842069 ], [ -111.62276510839764, 40.730382930352746 ], [ -111.62276662015793, 40.730545076659382 ], [ -111.62284962912105, 40.730684261766079 ], [ -111.62300382271428, 40.730837476341179 ], [ -111.62319643985531, 40.731047237311941 ], [ -111.6232989434708, 40.731244872593763 ], [ -111.6233958967521, 40.731482175503857 ], [ -111.62346935212095, 40.73173942412334 ], [ -111.62348032521224, 40.732153759476411 ], [ -111.62345311693215, 40.73241065092472 ], [ -111.62342015563432, 40.732685590584175 ], [ -111.6234044946677, 40.732910889608306 ], [ -111.62333483817788, 40.733060808186139 ], [ -111.6233116080702, 40.733109579952625 ], [ -111.62323018474849, 40.733267669725151 ], [ -111.62313146854233, 40.733476300825473 ], [ -111.62298575284511, 40.733724823256033 ], [ -111.62293389146809, 40.73387824895552 ], [ -111.62274072126928, 40.734118018588404 ], [ -111.62260046200974, 40.734316963906885 ], [ -111.62246671077727, 40.73457893397778 ], [ -111.62238201585045, 40.734894690819274 ], [ -111.62234085233275, 40.735052562827192 ], [ -111.62225400677355, 40.735264732547257 ], [ -111.62203806816328, 40.735603718014126 ], [ -111.62190406054377, 40.735838663046387 ], [ -111.62187608153553, 40.736013580114388 ], [ -111.62191798208733, 40.736189021521355 ], [ -111.621968079097, 40.736481530179184 ], [ -111.62198920873055, 40.73671563918834 ], [ -111.62190303107054, 40.73699987356234 ], [ -111.62182294184561, 40.737302092200508 ], [ -111.62174735592747, 40.73745204166697 ], [ -111.62165517103138, 40.737727299613013 ], [ -111.62174481276674, 40.737942121593996 ], [ -111.62184797036973, 40.738082099549544 ], [ -111.62201891854525, 40.738252341229902 ], [ -111.62222717760235, 40.738359321530098 ], [ -111.62252568743567, 40.738618960383441 ], [ -111.62265602794642, 40.73875248498112 ], [ -111.62278857796642, 40.738868881225685 ], [ -111.6230682433123, 40.739012409799351 ], [ -111.62340148982126, 40.739186277430719 ], [ -111.62367925833233, 40.739253241933127 ], [ -111.62403594713082, 40.739273835402479 ], [ -111.62435609085465, 40.739312642597852 ], [ -111.62454095706582, 40.739450374357602 ], [ -111.62462063029106, 40.739611196559252 ], [ -111.6246580559359, 40.739813686761018 ], [ -111.62469073608077, 40.740015301771052 ], [ -111.62467453864933, 40.740182948761955 ], [ -111.62457073795052, 40.74048169402878 ], [ -111.62453076067803, 40.740639560243771 ], [ -111.62454407012545, 40.740796237255978 ], [ -111.62447507376299, 40.741017320417889 ], [ -111.62439339951028, 40.741149287330657 ], [ -111.62426006309478, 40.741456299760735 ], [ -111.62418446124286, 40.741604449088314 ], [ -111.62400779297077, 40.741710804574474 ], [ -111.62383063598399, 40.741764912762548 ], [ -111.62361090909084, 40.74182645754523 ], [ -111.62340503245247, 40.741849190278458 ], [ -111.62312196310225, 40.74197683875672 ], [ -111.62302171261545, 40.742022422765416 ], [ -111.62283927080385, 40.742145023039747 ], [ -111.62249634245515, 40.742204527908505 ], [ -111.62224373600998, 40.742296876531753 ], [ -111.6220062235537, 40.742356712431814 ], [ -111.62189511102736, 40.742380733446993 ], [ -111.62183838714354, 40.742394551917911 ], [ -111.62147828845727, 40.742391086329036 ], [ -111.62134800779634, 40.742391787764682 ], [ -111.62113482963056, 40.742393836062497 ], [ -111.62091114290746, 40.742412155913712 ], [ -111.62073456773501, 40.74252931616325 ], [ -111.62046309131026, 40.742630770938092 ], [ -111.62029194288421, 40.742694750813854 ], [ -111.62000882209584, 40.74281788765078 ], [ -111.61965572432374, 40.743058510822685 ], [ -111.61929716163472, 40.743348709325005 ], [ -111.61909042184594, 40.743534493973044 ], [ -111.61886899354111, 40.743796929782718 ], [ -111.61870530691868, 40.744027525677737 ], [ -111.61860613536241, 40.744190211358145 ], [ -111.61853741568416, 40.744315798657176 ], [ -111.6184781459683, 40.7444386327061 ], [ -111.61845569284597, 40.744572079720385 ], [ -111.61837376041628, 40.744677918881521 ], [ -111.61821624227446, 40.744935506686076 ], [ -111.61806476178171, 40.745205673918051 ], [ -111.61789469663368, 40.745387656555998 ], [ -111.6177561591881, 40.745648745514131 ], [ -111.61757385498397, 40.745916374485653 ], [ -111.61756308561731, 40.746032642516745 ], [ -111.61751658312096, 40.746127481195643 ], [ -111.61745293879045, 40.746289975748162 ], [ -111.61742436920927, 40.746402735562917 ], [ -111.61744831497684, 40.746558455511618 ], [ -111.6174665565638, 40.746609706700333 ], [ -111.61750905371696, 40.746722086304239 ], [ -111.61757056776889, 40.746969492492546 ], [ -111.61763060613012, 40.747185376585229 ], [ -111.61767643137574, 40.747401336704492 ], [ -111.61777233783437, 40.74765306296559 ], [ -111.61791051065991, 40.747864024355202 ], [ -111.61806167184655, 40.748070411738553 ], [ -111.61832887077897, 40.748271673026863 ], [ -111.61852647924783, 40.748504836596616 ], [ -111.61858824922082, 40.748779266447052 ], [ -111.61877605272059, 40.749232290820096 ], [ -111.61881793582499, 40.749278009883028 ], [ -111.61905617096819, 40.749420869131335 ], [ -111.61932255089845, 40.749532947778647 ], [ -111.61937723835754, 40.749554274832768 ], [ -111.61953071570467, 40.749626420356073 ], [ -111.61985255126734, 40.749714777842186 ], [ -111.61991786608112, 40.749732444140982 ], [ -111.62007704935218, 40.749781136049975 ], [ -111.62026236722991, 40.749837794983897 ], [ -111.62058230474933, 40.749976608517954 ], [ -111.62063593409958, 40.750011453489407 ], [ -111.62073712802604, 40.750065861437982 ], [ -111.62076857025002, 40.750135058171104 ], [ -111.62085201360738, 40.750191363200457 ], [ -111.62089396576837, 40.750244287968016 ], [ -111.62095969199808, 40.750306093361019 ], [ -111.62107319274027, 40.750409981825442 ], [ -111.62122079322393, 40.75048666098369 ], [ -111.62134184619757, 40.750638253845963 ], [ -111.62156164257965, 40.75083525843624 ], [ -111.62180618936432, 40.75101861642964 ], [ -111.62199298113582, 40.751232914237988 ], [ -111.62205288746564, 40.751305560618277 ], [ -111.62229836117129, 40.751588006588911 ], [ -111.62243748059753, 40.751898051300323 ], [ -111.6227152611276, 40.752468595626347 ], [ -111.62299239901294, 40.752969776880889 ], [ -111.6232910367408, 40.753235718264825 ], [ -111.62345255134905, 40.753406008244269 ], [ -111.62353722979174, 40.753593829379227 ], [ -111.62352359136017, 40.753909202140541 ], [ -111.62337313902394, 40.754289274608148 ], [ -111.6232692608705, 40.754582613325375 ], [ -111.62321167190206, 40.754758590920062 ], [ -111.62313899685894, 40.755222022462071 ], [ -111.62302293962954, 40.756114494716407 ], [ -111.62294813447963, 40.756350021447119 ], [ -111.62277549353401, 40.756765346067212 ], [ -111.62275695986061, 40.75681048878058 ], [ -111.62263988412759, 40.756959761387932 ], [ -111.62243980811448, 40.757101373865773 ], [ -111.62216847690205, 40.757224452218786 ], [ -111.62205051744846, 40.757279139316587 ], [ -111.62150666648296, 40.757525299951823 ], [ -111.62137832938821, 40.757610671282421 ], [ -111.62110653053975, 40.75781122309251 ], [ -111.62103792763398, 40.757950323784634 ], [ -111.62117315941644, 40.758096435181187 ], [ -111.62133423603719, 40.758218985073697 ], [ -111.62179305443881, 40.758509291478482 ], [ -111.62250194992571, 40.759063999262501 ], [ -111.62303396928775, 40.759452999706973 ], [ -111.62332657008396, 40.759703658726956 ], [ -111.62347743011425, 40.759873105144827 ], [ -111.62359157417828, 40.760043650609425 ], [ -111.6237339744482, 40.760195125320422 ], [ -111.62401325470391, 40.760414324677022 ], [ -111.6246810023453, 40.760745829664742 ], [ -111.6250616573172, 40.760909525626339 ], [ -111.62535885323409, 40.761016918837456 ], [ -111.62551409106179, 40.761020581806477 ], [ -111.6255555639831, 40.761021257865636 ], [ -111.62561475671782, 40.761016432732944 ], [ -111.62569167769436, 40.761007007188795 ], [ -111.62576503610376, 40.760996700057291 ], [ -111.62602936061614, 40.760883560706048 ], [ -111.62644832104432, 40.760710125140918 ], [ -111.62671381947972, 40.760596076995036 ], [ -111.62700918818302, 40.760508891556931 ], [ -111.62728019422994, 40.760476789841391 ], [ -111.62775283436662, 40.760468814777688 ], [ -111.62845290066448, 40.76045599613191 ], [ -111.62956097204565, 40.76061661463109 ], [ -111.62990529784432, 40.760695812565928 ], [ -111.6303565022, 40.760801451342473 ], [ -111.63082605752757, 40.76096824606109 ], [ -111.63137303835896, 40.761178757106464 ], [ -111.63204579894327, 40.761534514957042 ], [ -111.63258130834774, 40.761783819743791 ], [ -111.63356811706971, 40.762146855350053 ], [ -111.63423273191219, 40.762266621611239 ], [ -111.63431460601379, 40.762279684422609 ], [ -111.63476039481317, 40.762312366598927 ], [ -111.63520557390265, 40.762405407550219 ], [ -111.63601449057033, 40.762747780686539 ], [ -111.63684093898048, 40.763188244317369 ], [ -111.63704519732265, 40.763361882398179 ], [ -111.63716490995326, 40.76349094429586 ], [ -111.63733859047207, 40.76368817283263 ], [ -111.63739438820437, 40.763823893411548 ], [ -111.63742081703444, 40.76398590090264 ], [ -111.63736966337034, 40.764212297419967 ], [ -111.63735828915026, 40.764261907127121 ], [ -111.63722522587267, 40.764595957358793 ], [ -111.63710560040604, 40.765096590932131 ], [ -111.6370164871954, 40.76569074456259 ], [ -111.6368842020287, 40.766106767588028 ], [ -111.63679714872609, 40.766296426950838 ], [ -111.63675807996769, 40.766547980290625 ], [ -111.63678823478708, 40.766727984335965 ], [ -111.63699497484009, 40.767284470825125 ], [ -111.63717198609793, 40.767829409953784 ], [ -111.63737693397431, 40.76819762748908 ], [ -111.63758822681925, 40.768485633762211 ], [ -111.63784185682756, 40.768740074118256 ], [ -111.63841002751967, 40.769174746325682 ], [ -111.63888200854092, 40.769586526107915 ], [ -111.63935321830434, 40.769917231549194 ], [ -111.63964655689267, 40.770233606605807 ], [ -111.63992785949037, 40.770530228904796 ], [ -111.64056579349912, 40.770946486402309 ], [ -111.64079700008553, 40.771084834754681 ], [ -111.64108368039233, 40.771200353195411 ], [ -111.64127360706044, 40.771235331994532 ], [ -111.64145643332093, 40.771271250799792 ], [ -111.64182597645679, 40.771254782471999 ], [ -111.64241223908184, 40.771225395661759 ], [ -111.64378455447805, 40.77111865444482 ], [ -111.64433143561712, 40.771060650336423 ], [ -111.64456029896218, 40.771078290142761 ], [ -111.64485803271643, 40.771233374909968 ], [ -111.64508756759493, 40.771565406989502 ], [ -111.64520165631565, 40.771722418132363 ], [ -111.64523167058009, 40.771762788620961 ], [ -111.64544005481496, 40.771990439490558 ], [ -111.6457378557336, 40.772151827533271 ], [ -111.645968300652, 40.772209993983743 ], [ -111.64617803549335, 40.772209720621362 ], [ -111.6464106824604, 40.772128241942582 ], [ -111.6464650215915, 40.772110821379727 ], [ -111.64675753253911, 40.772092967056757 ], [ -111.64688795792235, 40.772101244525992 ], [ -111.64732008883742, 40.772184402204118 ], [ -111.64782570677123, 40.772391463183929 ], [ -111.64867220448059, 40.772923615200106 ], [ -111.64890517163722, 40.773118690919965 ], [ -111.649060743905, 40.773275464907442 ], [ -111.64912872968986, 40.773442640752172 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 27, \"properties\": { \"NAME\": \"TOOELE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 13439, \"Color4\": \"2\", \"Shape_Leng\": 574780.699234, \"Shape_Area\": 18870520445.799999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.44787511230008, 41.017024090045858 ], [ -112.43844122253745, 41.004595234327887 ], [ -112.43494642090393, 40.999985352279012 ], [ -112.42626659185353, 40.988613486361984 ], [ -112.41245446255002, 40.970357053338773 ], [ -112.40942180309585, 40.966349627079666 ], [ -112.39547765813212, 40.948089065533637 ], [ -112.38497070452931, 40.93422642027187 ], [ -112.3757840667199, 40.921968458789934 ], [ -112.36539841790554, 40.908399753590061 ], [ -112.36022508899686, 40.901560754218949 ], [ -112.35365957780161, 40.892877701504673 ], [ -112.34376054021578, 40.879733619945121 ], [ -112.34016956955439, 40.874987616422906 ], [ -112.33268412168269, 40.865075383691376 ], [ -112.31689833599438, 40.844190327361858 ], [ -112.30136835537303, 40.823743315592189 ], [ -112.29068202638065, 40.809576389860091 ], [ -112.27235644038234, 40.785246954360993 ], [ -112.26090727390228, 40.770116250959617 ], [ -112.26015613858213, 40.769117331487841 ], [ -112.25974442852767, 40.768585834615756 ], [ -112.257087291605, 40.764966459451074 ], [ -112.2553312042304, 40.762625406305986 ], [ -112.25294084460262, 40.759433624208761 ], [ -112.25076954481386, 40.756603351145223 ], [ -112.24947785855686, 40.754746320307333 ], [ -112.24787940394812, 40.752634053482808 ], [ -112.24585263622642, 40.749971476288138 ], [ -112.24292671280524, 40.746084409975538 ], [ -112.24109174486787, 40.743587233666865 ], [ -112.23880728910787, 40.740539038598179 ], [ -112.23616113559041, 40.737005518161858 ], [ -112.23262154396141, 40.732273460722496 ], [ -112.22843308715619, 40.726678891056402 ], [ -112.22744033026422, 40.725300364799601 ], [ -112.22610111846092, 40.724332688454467 ], [ -112.22441570787437, 40.723144361286813 ], [ -112.22123283210784, 40.720935000523987 ], [ -112.21937504298268, 40.719698876167541 ], [ -112.21727125768695, 40.718278842728886 ], [ -112.21704655084889, 40.718097441564005 ], [ -112.21681125439434, 40.71798461523742 ], [ -112.21665470561992, 40.717970050477966 ], [ -112.21653278357425, 40.717906475319538 ], [ -112.21566869994166, 40.717983142435415 ], [ -112.21523602450078, 40.718019228146659 ], [ -112.21493535439323, 40.718022393474911 ], [ -112.21478378645702, 40.718021286308755 ], [ -112.21454228060456, 40.717892305615834 ], [ -112.2144873098372, 40.7177991969468 ], [ -112.21442735874042, 40.717692628088308 ], [ -112.21426649010405, 40.717440284407289 ], [ -112.21376510892347, 40.716952799857062 ], [ -112.21370895047386, 40.716924563602554 ], [ -112.21362042856771, 40.71680928635935 ], [ -112.21341149486133, 40.716713291752285 ], [ -112.2132446132436, 40.716651086574593 ], [ -112.21314480491309, 40.716631416402102 ], [ -112.21295972000055, 40.716609939839259 ], [ -112.21273273109428, 40.716562778979288 ], [ -112.21258188557461, 40.716601298182248 ], [ -112.21247533474072, 40.716601516697224 ], [ -112.2122993603444, 40.716560124935796 ], [ -112.2122301402286, 40.716464462306384 ], [ -112.21216360715289, 40.716451648499053 ], [ -112.21147425229574, 40.716239081706377 ], [ -112.211152634139, 40.716196514285116 ], [ -112.21082043692975, 40.716092799961885 ], [ -112.21039540403048, 40.716092753800581 ], [ -112.20927622870795, 40.716072955637046 ], [ -112.20881948005476, 40.716086748526983 ], [ -112.20860143322135, 40.71607551939028 ], [ -112.20830851963998, 40.716048858539473 ], [ -112.20817232295835, 40.715980919729155 ], [ -112.20805489167361, 40.71596863631526 ], [ -112.20800375943024, 40.715890798560785 ], [ -112.20767629868197, 40.715721264394276 ], [ -112.20735530226925, 40.715188623839566 ], [ -112.20711841375467, 40.714592944876586 ], [ -112.20673868472761, 40.713823095327875 ], [ -112.20638295633148, 40.713267393150822 ], [ -112.20575534662046, 40.71260282630606 ], [ -112.20521101624048, 40.712157191071 ], [ -112.20509091247038, 40.711996294093971 ], [ -112.20508609098144, 40.711794556515905 ], [ -112.20502964447138, 40.711618581402703 ], [ -112.2048867994267, 40.711049841534638 ], [ -112.20481720604593, 40.71093255806845 ], [ -112.20482477372852, 40.710761319648675 ], [ -112.20474892021062, 40.710559422600937 ], [ -112.20464445094255, 40.710411874501631 ], [ -112.20450979267848, 40.710297071554507 ], [ -112.20434463701027, 40.710197900928947 ], [ -112.2038972449693, 40.70974314015691 ], [ -112.20330980594871, 40.709136694976166 ], [ -112.20302730284308, 40.708568507510854 ], [ -112.2028908374046, 40.708024020973788 ], [ -112.20244400629458, 40.707467453579859 ], [ -112.20207904197926, 40.706920841901294 ], [ -112.20181641873515, 40.706403792028112 ], [ -112.20138928567981, 40.705427223772482 ], [ -112.20108408573755, 40.704845754708487 ], [ -112.2009389553817, 40.704278834595236 ], [ -112.20098343384214, 40.704053161752512 ], [ -112.20088947300172, 40.703896492285715 ], [ -112.20084563119461, 40.703564538308882 ], [ -112.20040543101224, 40.702979066555059 ], [ -112.20016220226576, 40.702287948544374 ], [ -112.19996201623157, 40.701686466545745 ], [ -112.19982627699552, 40.701048280624981 ], [ -112.19958582775587, 40.700181468256432 ], [ -112.19937989811216, 40.699589053094158 ], [ -112.19915713757686, 40.699113921689246 ], [ -112.19889300880632, 40.698179790436676 ], [ -112.19886753675596, 40.698013399352007 ], [ -112.19889677985245, 40.697795992872784 ], [ -112.19878053555234, 40.697517939327483 ], [ -112.1986931899921, 40.696871141400138 ], [ -112.19873546240397, 40.696258130180055 ], [ -112.19892290794769, 40.695490468080266 ], [ -112.19909960546639, 40.694915697381852 ], [ -112.19905276970604, 40.694745924797672 ], [ -112.1991072765065, 40.694617439067414 ], [ -112.19904254565901, 40.694439744783359 ], [ -112.19893637801242, 40.694327341454674 ], [ -112.19887832805442, 40.694126155788013 ], [ -112.19861007388606, 40.693422681429276 ], [ -112.19865678165021, 40.693321302125781 ], [ -112.19864027348461, 40.693192653133188 ], [ -112.19890007080805, 40.692896280669714 ], [ -112.19896875994232, 40.692766746829911 ], [ -112.19950781590717, 40.692137763903446 ], [ -112.19953054474395, 40.692085278876654 ], [ -112.19964082457267, 40.691965221698993 ], [ -112.19971396982235, 40.691820326777737 ], [ -112.19973358013918, 40.691594011573223 ], [ -112.19971635567117, 40.691491494573341 ], [ -112.19962967339609, 40.691409517938936 ], [ -112.19959127126157, 40.691182003919714 ], [ -112.19965884657614, 40.690924561609279 ], [ -112.20005509892806, 40.690252918718024 ], [ -112.20043174558971, 40.689610305262534 ], [ -112.20052734156967, 40.689002143252694 ], [ -112.20086289810271, 40.688510396342636 ], [ -112.20111961023052, 40.687648321633134 ], [ -112.20126791017054, 40.686944121114465 ], [ -112.2014702408606, 40.686349260839364 ], [ -112.20204980675877, 40.685739662564686 ], [ -112.20252673202283, 40.685279769708011 ], [ -112.20310178948326, 40.684683725722373 ], [ -112.20353688480292, 40.684201743526671 ], [ -112.20396281663542, 40.68367120971228 ], [ -112.20406613842025, 40.683625990772327 ], [ -112.20418150116309, 40.683395072436838 ], [ -112.20391652746301, 40.682808684621463 ], [ -112.20359570840449, 40.682406650441798 ], [ -112.20345757673959, 40.682227021002824 ], [ -112.20309770538144, 40.681758730066399 ], [ -112.20344627132877, 40.68113801904353 ], [ -112.20351489146918, 40.68100578051066 ], [ -112.20378797574868, 40.680399367954813 ], [ -112.2039592950302, 40.679727353631563 ], [ -112.20407739052831, 40.67945136458323 ], [ -112.20418649069067, 40.679201593707809 ], [ -112.20436462666407, 40.678645716438403 ], [ -112.20426505339445, 40.678044090575966 ], [ -112.20410592561136, 40.677486326261388 ], [ -112.20377672139085, 40.676945649589989 ], [ -112.20336110067379, 40.676139222802171 ], [ -112.20328218603102, 40.675567108319505 ], [ -112.20321937475644, 40.675495695427863 ], [ -112.20318965583795, 40.675356374275111 ], [ -112.20303945033895, 40.67522821803886 ], [ -112.2028612422868, 40.675121973642085 ], [ -112.20280695561422, 40.675063984364726 ], [ -112.20272751879102, 40.674989141035347 ], [ -112.20246844825499, 40.674860316473598 ], [ -112.20233390077763, 40.674681548906975 ], [ -112.20225542315391, 40.674528321770282 ], [ -112.20221807310944, 40.674425113593223 ], [ -112.20207280936165, 40.673913144749989 ], [ -112.20193882751212, 40.673370429489552 ], [ -112.2018937037103, 40.673163704957993 ], [ -112.20169649055592, 40.672723443089239 ], [ -112.20165899689826, 40.672612128583481 ], [ -112.20153786422948, 40.672257555587031 ], [ -112.20141247823231, 40.672127337122816 ], [ -112.20136638152442, 40.671998095134704 ], [ -112.20141472538361, 40.671857060215721 ], [ -112.20137849647845, 40.671750236663016 ], [ -112.20150597387669, 40.671008415303753 ], [ -112.20149920236067, 40.670960740980519 ], [ -112.20142995186485, 40.670398433377443 ], [ -112.20140221982862, 40.669776237829446 ], [ -112.20149040294061, 40.669350121083454 ], [ -112.20164556245184, 40.669162031200891 ], [ -112.20173031677037, 40.66894044186035 ], [ -112.20180922085966, 40.668722516733908 ], [ -112.20181259393951, 40.668646810594545 ], [ -112.20176306600676, 40.668458148594411 ], [ -112.2017811743503, 40.668214731782712 ], [ -112.20168695807068, 40.667579715452888 ], [ -112.20170407897041, 40.666885886001261 ], [ -112.20155893101192, 40.666049610053769 ], [ -112.201394767788, 40.66514236482854 ], [ -112.20131182106142, 40.664145991230107 ], [ -112.20123598693802, 40.663216206027961 ], [ -112.20136017843616, 40.662489732411643 ], [ -112.20161031298147, 40.661596192091991 ], [ -112.20199812082961, 40.660794005091944 ], [ -112.20236555657682, 40.659911853510252 ], [ -112.20261310575354, 40.659139051136016 ], [ -112.20304638179888, 40.658301253732503 ], [ -112.20308272571511, 40.657295529644607 ], [ -112.20311731039099, 40.656718627030642 ], [ -112.20313084154844, 40.655759984454079 ], [ -112.20300059514435, 40.654765004296515 ], [ -112.20289090047868, 40.654189604723513 ], [ -112.20292618965365, 40.653981141246533 ], [ -112.20279189806421, 40.653682558026425 ], [ -112.20248642163637, 40.652874976904052 ], [ -112.20211830594957, 40.652135610632371 ], [ -112.20169836990328, 40.651540017273895 ], [ -112.20119720011606, 40.650965086113175 ], [ -112.20115500285162, 40.650920482696961 ], [ -112.20080535901663, 40.65055026755396 ], [ -112.20062330602056, 40.650357577553578 ], [ -112.2000031742525, 40.649743339818173 ], [ -112.19972759246983, 40.649545314445767 ], [ -112.19928120620304, 40.649385997450963 ], [ -112.19863178293161, 40.649050418650006 ], [ -112.19797795894628, 40.64840228729453 ], [ -112.1978621810447, 40.647814333365361 ], [ -112.1979567029949, 40.647147625356865 ], [ -112.19811232263505, 40.646326238041581 ], [ -112.19808596783064, 40.645513945585513 ], [ -112.19807622175993, 40.645299644599312 ], [ -112.1980026713325, 40.645088708178442 ], [ -112.19804856254186, 40.644745008439052 ], [ -112.19802091441535, 40.643926423222794 ], [ -112.19762580912538, 40.643259389151197 ], [ -112.19746680118291, 40.642634046974976 ], [ -112.19735559750183, 40.641837948183458 ], [ -112.1971722181607, 40.64150293181391 ], [ -112.19698321898294, 40.641316613619274 ], [ -112.19663258743392, 40.641151788997 ], [ -112.19605158758687, 40.640735310092317 ], [ -112.19543857439938, 40.640313754549226 ], [ -112.19516360722172, 40.639815728299915 ], [ -112.19504701898786, 40.639511546784398 ], [ -112.19509548617025, 40.639245294323217 ], [ -112.19528841078628, 40.638525319654434 ], [ -112.19527575041009, 40.637815580560158 ], [ -112.19513704821738, 40.637133270692324 ], [ -112.19478657353321, 40.636644132382543 ], [ -112.19437040316322, 40.636117836768157 ], [ -112.19432281099748, 40.635968787800323 ], [ -112.19419405789826, 40.63584400033384 ], [ -112.19414962262654, 40.635606635250554 ], [ -112.19416957697698, 40.635399233179811 ], [ -112.19429762179443, 40.635086214463421 ], [ -112.19426423949227, 40.635004582292794 ], [ -112.19439084482191, 40.634876252799287 ], [ -112.19491251229984, 40.634289806723245 ], [ -112.19555634763205, 40.633592189595809 ], [ -112.1957950434081, 40.633052810662321 ], [ -112.19595099488002, 40.632515189076969 ], [ -112.19616427981728, 40.631811216694828 ], [ -112.19629133682004, 40.63137749178582 ], [ -112.1963135342853, 40.631296185189882 ], [ -112.19634282498585, 40.631214805099759 ], [ -112.19646174147289, 40.630722608960674 ], [ -112.19646803079851, 40.630677501218692 ], [ -112.19648343431862, 40.630281867789868 ], [ -112.19649774260976, 40.630089838145516 ], [ -112.196515357099, 40.629751836270863 ], [ -112.19647606494668, 40.62953784070973 ], [ -112.19635254140789, 40.629241839474155 ], [ -112.19632023803381, 40.62908812849944 ], [ -112.19635841515245, 40.628908463471326 ], [ -112.19633825516166, 40.628772643716779 ], [ -112.19643428981658, 40.628124837107137 ], [ -112.19678336684551, 40.627478011488364 ], [ -112.19730932342316, 40.626805027906492 ], [ -112.1976166817138, 40.626206377401878 ], [ -112.19767431749932, 40.625461675740958 ], [ -112.1975482630222, 40.625090030234418 ], [ -112.19747348387126, 40.624941264230912 ], [ -112.1971794933681, 40.624566855377559 ], [ -112.19676046250559, 40.624075730015136 ], [ -112.19625216225035, 40.623617057708643 ], [ -112.19614909815601, 40.623473088064415 ], [ -112.1961072363038, 40.623379833005913 ], [ -112.19612927989449, 40.62322375717175 ], [ -112.1961962813497, 40.623135680432604 ], [ -112.19618275720509, 40.623040330143581 ], [ -112.19610242569672, 40.622447500303267 ], [ -112.19607920367658, 40.621874798451316 ], [ -112.19589868376008, 40.62123255825319 ], [ -112.19558091433014, 40.620981808119502 ], [ -112.19504529042328, 40.620779255304967 ], [ -112.19461565100872, 40.620553082305001 ], [ -112.19425903233081, 40.620377501172264 ], [ -112.19401450390509, 40.620255712045328 ], [ -112.19379957964466, 40.620202982052909 ], [ -112.19363430057734, 40.620149738516467 ], [ -112.19353884109194, 40.620100277403743 ], [ -112.19341932027007, 40.619960979550662 ], [ -112.19322332099941, 40.619310787139177 ], [ -112.19273922338415, 40.618680686530141 ], [ -112.19252554448722, 40.618498218359569 ], [ -112.1923755019554, 40.618304282487344 ], [ -112.19224596056235, 40.618265982424113 ], [ -112.19216197236848, 40.618196582931063 ], [ -112.19176840836333, 40.617936695121927 ], [ -112.19152010968334, 40.617868089887665 ], [ -112.19137941528835, 40.617667750254206 ], [ -112.1908609917092, 40.617100154526661 ], [ -112.19032697508966, 40.616719193873102 ], [ -112.18973730024892, 40.616265834957439 ], [ -112.18965568016357, 40.616063082805219 ], [ -112.18950593903489, 40.615885355341469 ], [ -112.18948817759617, 40.615817073380299 ], [ -112.18948924687987, 40.615610766777742 ], [ -112.18942110895865, 40.615434901185836 ], [ -112.18928746962449, 40.615098457231333 ], [ -112.1893033457459, 40.614993794642217 ], [ -112.18914801785593, 40.614767478076089 ], [ -112.18864198132101, 40.614296135818378 ], [ -112.18834423602777, 40.614104615533279 ], [ -112.18815669756646, 40.613928176024118 ], [ -112.18799040005267, 40.613883042445067 ], [ -112.18790075153454, 40.613827210809603 ], [ -112.18758562935734, 40.613789012545354 ], [ -112.18743318058731, 40.613724817798712 ], [ -112.18714739750084, 40.61374126878205 ], [ -112.18698507723921, 40.613720415935624 ], [ -112.18612491107351, 40.613877894916484 ], [ -112.18579585452851, 40.613987575030308 ], [ -112.18562602134328, 40.614076701672936 ], [ -112.18556575949978, 40.614078221202469 ], [ -112.18552206041339, 40.614080471526208 ], [ -112.18547598156826, 40.614081845408109 ], [ -112.18530872632994, 40.614049329757094 ], [ -112.18526193117852, 40.614010172450243 ], [ -112.18448179478389, 40.6136794554426 ], [ -112.18383892625305, 40.613155443976609 ], [ -112.18327156982258, 40.612756774838331 ], [ -112.18321199838628, 40.612730359560551 ], [ -112.18259682048441, 40.612434874469002 ], [ -112.18197271669086, 40.612169205636313 ], [ -112.18192581368656, 40.612123742071489 ], [ -112.1818227040868, 40.612108581915543 ], [ -112.18170945707564, 40.612054788634076 ], [ -112.18161097172489, 40.611966611710628 ], [ -112.18135955594882, 40.611517855470566 ], [ -112.18115008030074, 40.610966873050266 ], [ -112.1808779624606, 40.610348966594159 ], [ -112.18047030244423, 40.609753164656382 ], [ -112.17991555737569, 40.609060670794598 ], [ -112.17958899659462, 40.608572139622183 ], [ -112.1793447917149, 40.60792691843421 ], [ -112.17875486758652, 40.607383419148874 ], [ -112.17862003701107, 40.607244261742068 ], [ -112.17848105536996, 40.607003349809609 ], [ -112.17850523515709, 40.606899504630114 ], [ -112.17844764972556, 40.606783881832698 ], [ -112.17867378465654, 40.606199621107741 ], [ -112.17870727568673, 40.606087573138026 ], [ -112.1787517349568, 40.605994331185627 ], [ -112.17874467075424, 40.605928640792513 ], [ -112.17873668865583, 40.605810710111889 ], [ -112.1786962765019, 40.605663382168743 ], [ -112.17854991173415, 40.605472993544652 ], [ -112.17832363549296, 40.605376208279083 ], [ -112.17778264243177, 40.605194348657271 ], [ -112.17763426965074, 40.605091362382623 ], [ -112.17730124609901, 40.605040706365557 ], [ -112.17650555144739, 40.604892966875553 ], [ -112.17586398696258, 40.604569787395455 ], [ -112.17533716178887, 40.603981485689502 ], [ -112.17536054443023, 40.603359656658228 ], [ -112.17537273901102, 40.602706411437744 ], [ -112.17545921983618, 40.601908272986655 ], [ -112.17564222082335, 40.601155095588496 ], [ -112.17589305377561, 40.60063094574862 ], [ -112.17612457767736, 40.600421391093661 ], [ -112.17624157982988, 40.600421100379656 ], [ -112.17634535978323, 40.60034076794566 ], [ -112.17639954061573, 40.600262742362013 ], [ -112.1763979614623, 40.600172672739497 ], [ -112.17631734985085, 40.599619466688274 ], [ -112.17629228567111, 40.598863902755902 ], [ -112.17625775834755, 40.598242662852009 ], [ -112.17618825648475, 40.597648804784093 ], [ -112.1761917941334, 40.597446075821352 ], [ -112.17624877573665, 40.597325681452332 ], [ -112.17631240732787, 40.59724755962668 ], [ -112.17646714739232, 40.597108152273179 ], [ -112.17664090613255, 40.597042421270416 ], [ -112.17672046370485, 40.59692900352001 ], [ -112.17732205663559, 40.596459831748838 ], [ -112.17752427463519, 40.596264986669105 ], [ -112.17753775103832, 40.596090082889077 ], [ -112.17752836606036, 40.595891989890788 ], [ -112.17735449323833, 40.595210011478699 ], [ -112.17689418024386, 40.594569688790926 ], [ -112.17656188272227, 40.594018145930576 ], [ -112.17630370346673, 40.593177572585802 ], [ -112.17613080685015, 40.59234784125298 ], [ -112.17612403106831, 40.592298363047405 ], [ -112.17597545028568, 40.591574685020113 ], [ -112.17581198097704, 40.590675490863049 ], [ -112.17581873494041, 40.590521375292624 ], [ -112.17568358050323, 40.590293933071685 ], [ -112.17572163571495, 40.59010526623937 ], [ -112.17584101068681, 40.589971624765944 ], [ -112.17584110347816, 40.589909464574646 ], [ -112.17613149516221, 40.589284915340976 ], [ -112.17617126887843, 40.58919442443954 ], [ -112.17627874534752, 40.588988834969101 ], [ -112.17640944511021, 40.588894715344324 ], [ -112.17647535028554, 40.588744501489096 ], [ -112.17650412437074, 40.588565838346703 ], [ -112.17653939231501, 40.588488005231874 ], [ -112.17616563583562, 40.587928775137293 ], [ -112.1760696014083, 40.587236091628931 ], [ -112.17571388809472, 40.586492000062648 ], [ -112.17540127135727, 40.586049256566483 ], [ -112.17541270579294, 40.585959955135287 ], [ -112.17526682149769, 40.585861444288042 ], [ -112.1752062523543, 40.585776478957911 ], [ -112.17517769211855, 40.585697493933552 ], [ -112.17507889312577, 40.585656158751128 ], [ -112.17495877962602, 40.585477208832664 ], [ -112.17493617418943, 40.585400865744226 ], [ -112.17495720235023, 40.585319574487855 ], [ -112.17502992794999, 40.585153977376855 ], [ -112.17516104785474, 40.585084178056384 ], [ -112.17522775643727, 40.58497990047799 ], [ -112.17555408902251, 40.584789200799449 ], [ -112.17608327375896, 40.584576615935561 ], [ -112.17636420603395, 40.584425113204823 ], [ -112.17643475851321, 40.584405476565941 ], [ -112.17744115748653, 40.584184420404753 ], [ -112.17759960297045, 40.584123348348989 ], [ -112.17790638585134, 40.584098599489437 ], [ -112.17803173593596, 40.584036963492139 ], [ -112.17808676736966, 40.583940911097415 ], [ -112.17815671006176, 40.583751918052542 ], [ -112.17829188458933, 40.583374880739825 ], [ -112.17862052277071, 40.582576068678264 ], [ -112.17884928392567, 40.58214582577309 ], [ -112.17896247899023, 40.581997830290504 ], [ -112.17923496119055, 40.581769833752297 ], [ -112.17968645235663, 40.581508478309679 ], [ -112.17985608564551, 40.5814121553653 ], [ -112.18041325912692, 40.581113683105869 ], [ -112.18047066966312, 40.581086070576781 ], [ -112.18130857722647, 40.580559509546688 ], [ -112.18146852595882, 40.580383106762959 ], [ -112.18144947482526, 40.580307629409596 ], [ -112.1814337775299, 40.580221307429248 ], [ -112.18123144908266, 40.58000356697822 ], [ -112.18116826363908, 40.579769989575588 ], [ -112.18106111875885, 40.579388219741901 ], [ -112.18086835370423, 40.578840666049857 ], [ -112.18057279118922, 40.578158132828271 ], [ -112.18041039257942, 40.57752288440674 ], [ -112.18044143203414, 40.5774739207381 ], [ -112.18037656046498, 40.577345760673225 ], [ -112.18040517399244, 40.577293218363003 ], [ -112.18052580946362, 40.577165865022089 ], [ -112.18082450829291, 40.576952010458037 ], [ -112.18137475212407, 40.57659775099259 ], [ -112.18177189611397, 40.576070288493767 ], [ -112.18218527007038, 40.575391313933274 ], [ -112.18253587289641, 40.574838200124397 ], [ -112.18260377307247, 40.574735707709898 ], [ -112.18261328553338, 40.574604985531082 ], [ -112.18275028312161, 40.574535117398156 ], [ -112.18287592697146, 40.574357262099852 ], [ -112.18335179954805, 40.573874030835846 ], [ -112.18341254679393, 40.573768007775207 ], [ -112.18353856178251, 40.57367843229158 ], [ -112.18357721487502, 40.573592454462258 ], [ -112.18358800177191, 40.573467124291547 ], [ -112.18362451451156, 40.573393780426201 ], [ -112.18357133267244, 40.573191631707822 ], [ -112.18361348800974, 40.573036251693892 ], [ -112.18352418826808, 40.572795736020922 ], [ -112.18343038894557, 40.572702106686997 ], [ -112.18337894491236, 40.572531470178632 ], [ -112.18291954474385, 40.571937103287659 ], [ -112.18225225178797, 40.571209733316095 ], [ -112.18218150122254, 40.571015871429729 ], [ -112.18204558903481, 40.570878529726315 ], [ -112.18199178770341, 40.570707916652644 ], [ -112.18202388553306, 40.570585071068258 ], [ -112.18206988965301, 40.569909855190531 ], [ -112.18200241708715, 40.569297959911196 ], [ -112.18218845084293, 40.568591582426016 ], [ -112.18216611283704, 40.568530552457247 ], [ -112.18219169336828, 40.568440204502238 ], [ -112.1821728512018, 40.568376436170233 ], [ -112.18213915413556, 40.568274082813041 ], [ -112.18197243624832, 40.568064086411027 ], [ -112.18181590060345, 40.567492740046376 ], [ -112.1818774254328, 40.566893938355733 ], [ -112.18193308014848, 40.56676724824878 ], [ -112.18195306536302, 40.566493181758446 ], [ -112.18208971514558, 40.566270171416328 ], [ -112.18225294998081, 40.566081121568018 ], [ -112.1828739448672, 40.565456772812915 ], [ -112.18327588729331, 40.564870699288583 ], [ -112.18337709803554, 40.564648050412153 ], [ -112.1833453666227, 40.564523155654278 ], [ -112.18329346240691, 40.564393062360061 ], [ -112.18317542008324, 40.564263646495682 ], [ -112.18308301824659, 40.563913256669565 ], [ -112.18300290557424, 40.563858223696521 ], [ -112.18296552385061, 40.56374780047534 ], [ -112.18293573591833, 40.563666127065638 ], [ -112.18298541751716, 40.563535894120669 ], [ -112.18296139206571, 40.563446053939927 ], [ -112.18300069597365, 40.563061884093649 ], [ -112.18302571734264, 40.56280578294021 ], [ -112.18302459131711, 40.562741833245084 ], [ -112.18290738227238, 40.562189904050882 ], [ -112.18266899250285, 40.561665340435205 ], [ -112.18226734564792, 40.560992003214658 ], [ -112.18185970564818, 40.560447549184651 ], [ -112.18136483682397, 40.560047222945641 ], [ -112.18123532228155, 40.559869275690374 ], [ -112.18104076054178, 40.559686588168042 ], [ -112.18101730273978, 40.5595616080521 ], [ -112.18092884488136, 40.559434589857247 ], [ -112.18063450142452, 40.558883567816686 ], [ -112.18024429013923, 40.558186683788158 ], [ -112.17969973394082, 40.557511193643649 ], [ -112.17923662202325, 40.557033960254181 ], [ -112.17871510722682, 40.556660920188939 ], [ -112.17859104468397, 40.556591017807371 ], [ -112.1784286247652, 40.556489075503286 ], [ -112.17831158509678, 40.556415497720721 ], [ -112.17825829872058, 40.556340368703133 ], [ -112.17823428237064, 40.556250527304925 ], [ -112.17825043251537, 40.556161177085052 ], [ -112.17826623519619, 40.556052011406592 ], [ -112.17829348357941, 40.555922009114795 ], [ -112.17862968468278, 40.555224914343029 ], [ -112.17892344656629, 40.554532755975053 ], [ -112.17882183162345, 40.553789679407238 ], [ -112.17868631014986, 40.553133431559296 ], [ -112.17867529190936, 40.552909228836057 ], [ -112.17860585152177, 40.552788320679646 ], [ -112.17867141815674, 40.552620991856614 ], [ -112.17867173024317, 40.552571441146824 ], [ -112.1789566701956, 40.551982971826412 ], [ -112.17914864102731, 40.551481032860146 ], [ -112.17919797392413, 40.551330985832593 ], [ -112.17920390095443, 40.551197597419126 ], [ -112.17926433490878, 40.551074462970028 ], [ -112.17927865827548, 40.55101576057389 ], [ -112.17920913984072, 40.550890349213958 ], [ -112.17922649844341, 40.550533429736838 ], [ -112.17923894131441, 40.550367543673119 ], [ -112.1791671209989, 40.550178194394235 ], [ -112.17918351717353, 40.550035690449747 ], [ -112.17927512479666, 40.549939263702022 ], [ -112.17928688092643, 40.549868876263425 ], [ -112.17943106599282, 40.549672817557614 ], [ -112.17968938145994, 40.54931794195786 ], [ -112.17973342428913, 40.54920308239673 ], [ -112.17980933700228, 40.549154561318524 ], [ -112.17979783566048, 40.549037566385095 ], [ -112.1799140010243, 40.548725581680145 ], [ -112.17984547715371, 40.548185762744438 ], [ -112.17984443377726, 40.548126316329899 ], [ -112.17982229240268, 40.547604941768107 ], [ -112.17981518239344, 40.547468983796364 ], [ -112.17978100189336, 40.547001784012892 ], [ -112.17927418899454, 40.546385361878976 ], [ -112.17919485477194, 40.546305994710963 ], [ -112.17924998132104, 40.546217147231168 ], [ -112.17940103082877, 40.546143536047445 ], [ -112.17957105059429, 40.546074235296054 ], [ -112.17975453213701, 40.546031822772854 ], [ -112.18011231801636, 40.545760611538689 ], [ -112.18057528872261, 40.54522527172854 ], [ -112.18079595303155, 40.545014015794493 ], [ -112.18089107205959, 40.544849086077683 ], [ -112.18104581700956, 40.544784443621261 ], [ -112.18119092000589, 40.544641524273914 ], [ -112.18164772440592, 40.544159394221623 ], [ -112.18215267678451, 40.543662355826228 ], [ -112.18238387297255, 40.543110461984448 ], [ -112.18241761237778, 40.542275915310299 ], [ -112.18243013287569, 40.542182097154104 ], [ -112.18235353422992, 40.542056759956964 ], [ -112.18234848758419, 40.541971229384075 ], [ -112.18242782256004, 40.541782136518663 ], [ -112.18252293317063, 40.541617205487881 ], [ -112.18254111901432, 40.541509816337019 ], [ -112.1827892299723, 40.540980270026381 ], [ -112.18271852197152, 40.54031705591499 ], [ -112.18262615268321, 40.53963064091154 ], [ -112.18280645577593, 40.538938731800087 ], [ -112.1827383634627, 40.538558362617891 ], [ -112.18265577055368, 40.538427681702622 ], [ -112.18261461678462, 40.538370447554996 ], [ -112.18240356236319, 40.538253693502433 ], [ -112.18236587148347, 40.538191919491382 ], [ -112.18183965776817, 40.537678404847824 ], [ -112.18163914888615, 40.537019220014869 ], [ -112.18149143661265, 40.536340576631162 ], [ -112.18140739135266, 40.535589212615335 ], [ -112.18131786900074, 40.534996456965267 ], [ -112.18089572699651, 40.534423317100071 ], [ -112.18056174040132, 40.53389431816975 ], [ -112.18037722987178, 40.533203436819086 ], [ -112.1800968765012, 40.532635151143616 ], [ -112.18005939643369, 40.532585085420131 ], [ -112.17952932445694, 40.532049978134381 ], [ -112.17939820441269, 40.531911682313869 ], [ -112.17933672097664, 40.53183933969796 ], [ -112.17929085228066, 40.531782152405896 ], [ -112.17922559079753, 40.531696335284181 ], [ -112.17919459468204, 40.531611970133078 ], [ -112.17922000073453, 40.531377485342119 ], [ -112.17923956392617, 40.53080973926977 ], [ -112.1793205614417, 40.530042274362778 ], [ -112.17934633771917, 40.529424917016435 ], [ -112.17946347980715, 40.528833652942005 ], [ -112.17922224508304, 40.528205508006401 ], [ -112.17890509408284, 40.527624081402472 ], [ -112.17888218267444, 40.527394593882249 ], [ -112.17880042546797, 40.527175616305655 ], [ -112.17885586892812, 40.527105683781635 ], [ -112.17884179219033, 40.526976102429991 ], [ -112.17896678721912, 40.526361335924349 ], [ -112.17894284524267, 40.525668812687094 ], [ -112.17882988818285, 40.524949270703054 ], [ -112.1789018559362, 40.524272885182953 ], [ -112.17898335770541, 40.523871167124945 ], [ -112.17902694069095, 40.523663522652058 ], [ -112.17909261624897, 40.523099809653687 ], [ -112.17899446441459, 40.522551281456302 ], [ -112.17879808744831, 40.522123570841721 ], [ -112.17876080056523, 40.522016747885964 ], [ -112.17874239859768, 40.521909732252105 ], [ -112.17876355875002, 40.521769881723735 ], [ -112.17889648384144, 40.521608170880548 ], [ -112.17905787734104, 40.521454277190912 ], [ -112.17976688406657, 40.521157860895485 ], [ -112.18007746406779, 40.521029468420586 ], [ -112.18073934542797, 40.520738932689852 ], [ -112.18132227934167, 40.520389743045577 ], [ -112.18185637333384, 40.520015825725544 ], [ -112.18248215960305, 40.519486018120205 ], [ -112.18301277839589, 40.519116635359275 ], [ -112.18312465699644, 40.519034411592038 ], [ -112.18382178485484, 40.518467831410078 ], [ -112.18452886788107, 40.518065103108079 ], [ -112.18521082781955, 40.51777793942496 ], [ -112.18565982615398, 40.517199479242926 ], [ -112.18594457805368, 40.516611892824024 ], [ -112.18624231775266, 40.516091737512994 ], [ -112.1867953574267, 40.51532302208588 ], [ -112.18690495358905, 40.515111993783222 ], [ -112.18704848357483, 40.51495106543608 ], [ -112.1871384692835, 40.514632134050721 ], [ -112.18754100295229, 40.514098286382904 ], [ -112.18764962132553, 40.513898978699586 ], [ -112.1876466133583, 40.513795409631499 ], [ -112.18761239294081, 40.513729097028204 ], [ -112.18747844017753, 40.513562912048151 ], [ -112.18746031725195, 40.513405446136368 ], [ -112.18737259342109, 40.51331716156394 ], [ -112.18728951531955, 40.513157660489867 ], [ -112.1871178749393, 40.513063031022185 ], [ -112.18693388243359, 40.512870333395298 ], [ -112.18656977386959, 40.512302921740122 ], [ -112.18649601294598, 40.512136117416958 ], [ -112.18628697807245, 40.511660802738021 ], [ -112.18613475570903, 40.511127248763032 ], [ -112.18580135610773, 40.51062708446586 ], [ -112.18573991760385, 40.510556546233509 ], [ -112.18557930354353, 40.510484323003283 ], [ -112.18537849360874, 40.510341343183093 ], [ -112.18531114588427, 40.510203300080519 ], [ -112.18527209530193, 40.509996500536786 ], [ -112.18523244305413, 40.509420350359711 ], [ -112.18499731259897, 40.50886962763218 ], [ -112.18458630978205, 40.5083180049118 ], [ -112.18396183573252, 40.507774874271746 ], [ -112.18382929795804, 40.507687946926531 ], [ -112.18375406797472, 40.507638268905765 ], [ -112.18364145709829, 40.507476364935087 ], [ -112.18360447261, 40.507252427001497 ], [ -112.18356450195272, 40.507194279836199 ], [ -112.18340379103809, 40.506578829454241 ], [ -112.18282189581694, 40.505972195353841 ], [ -112.18276013245598, 40.505882740490392 ], [ -112.18260105423181, 40.505762751128579 ], [ -112.18254337199589, 40.505569654217581 ], [ -112.18242836010792, 40.505405070943269 ], [ -112.18199343627172, 40.504832963264477 ], [ -112.18147339171148, 40.504117584840742 ], [ -112.18098484341051, 40.503447826484837 ], [ -112.18037139818614, 40.502721686080591 ], [ -112.17972179335344, 40.502221129358091 ], [ -112.17897250790871, 40.501890949861625 ], [ -112.1781083299468, 40.501401581719996 ], [ -112.17787210552243, 40.501390476816503 ], [ -112.17760043570196, 40.501377030045553 ], [ -112.1773690073819, 40.501235248816577 ], [ -112.17718751415681, 40.501047013948941 ], [ -112.17648540278718, 40.500510938748533 ], [ -112.1758654555417, 40.500151494926854 ], [ -112.17585798308023, 40.500061483755374 ], [ -112.17587305487999, 40.499978450150245 ], [ -112.17607406551383, 40.499865597214722 ], [ -112.1763020713509, 40.499541665045221 ], [ -112.17638063742483, 40.499512938201057 ], [ -112.17648854340342, 40.499407338453302 ], [ -112.17661175678961, 40.499367346408832 ], [ -112.17680974475955, 40.499351817166591 ], [ -112.177005529395, 40.499277753337068 ], [ -112.1776379344083, 40.498932582126599 ], [ -112.17799828411454, 40.498686574532456 ], [ -112.17834083829148, 40.498435342048595 ], [ -112.17856712219552, 40.498351054968978 ], [ -112.17868070158671, 40.498232783097222 ], [ -112.17885689587931, 40.498185942128018 ], [ -112.17904539339439, 40.498167803268359 ], [ -112.1791332853265, 40.49813267329467 ], [ -112.17928630727354, 40.498110391673819 ], [ -112.1794550619674, 40.498110471074199 ], [ -112.17955045886892, 40.498099587730927 ], [ -112.17986877074414, 40.498014358671696 ], [ -112.18001586119134, 40.497990334904934 ], [ -112.18058197163536, 40.497567448688507 ], [ -112.18059162726249, 40.497512396832668 ], [ -112.18053695518935, 40.496951711947943 ], [ -112.1807566887363, 40.496426960916523 ], [ -112.18107220735334, 40.49591384268814 ], [ -112.18120125425185, 40.495534157206748 ], [ -112.1812678578477, 40.49529474515078 ], [ -112.18134856224701, 40.494513764448371 ], [ -112.18143251972326, 40.493918330125666 ], [ -112.18140976204147, 40.493360922535828 ], [ -112.18132632004266, 40.492640176396222 ], [ -112.18102189451758, 40.491833403237926 ], [ -112.18061051029983, 40.491252039366891 ], [ -112.18021990310154, 40.49077856654533 ], [ -112.17999100178685, 40.490240380120994 ], [ -112.17956317067639, 40.489729448365523 ], [ -112.1792393770754, 40.489094934539757 ], [ -112.17878522229896, 40.488427516350761 ], [ -112.17863137350903, 40.487996666199052 ], [ -112.17854974682665, 40.487782189862251 ], [ -112.1781997479884, 40.486997494147204 ], [ -112.17816317593551, 40.486930301463055 ], [ -112.17788320211596, 40.486438575659122 ], [ -112.17749144718124, 40.485964203876257 ], [ -112.17709485326765, 40.485482673001371 ], [ -112.17701642854452, 40.485383474752069 ], [ -112.17699141913508, 40.48530265078962 ], [ -112.17699145009787, 40.485236886652409 ], [ -112.17707157122723, 40.485095534211247 ], [ -112.17715674046012, 40.484905483078087 ], [ -112.17752201295724, 40.484202683226059 ], [ -112.17795948144747, 40.483243297922414 ], [ -112.17820553330785, 40.482538107452328 ], [ -112.17821378557991, 40.482335326525451 ], [ -112.17819369748837, 40.482198598379732 ], [ -112.17814064363621, 40.482065809805427 ], [ -112.17799474808164, 40.481953786856202 ], [ -112.17794309487036, 40.481833596152583 ], [ -112.1775241105927, 40.481352294560494 ], [ -112.17708779952508, 40.480756756753664 ], [ -112.17661021134084, 40.480094071843283 ], [ -112.17646529806386, 40.479835194257042 ], [ -112.17622797234154, 40.479418703050804 ], [ -112.17617130739463, 40.479281445864864 ], [ -112.17600989964197, 40.479023636404996 ], [ -112.17602885224592, 40.478892816627003 ], [ -112.17597547531061, 40.478741111865389 ], [ -112.17599317109089, 40.478470669199879 ], [ -112.17595081979188, 40.47827470932554 ], [ -112.17601794396475, 40.478200154503185 ], [ -112.1760382343261, 40.477943198536295 ], [ -112.17618039547195, 40.477368794994057 ], [ -112.1761947560192, 40.477110097566495 ], [ -112.17626966375074, 40.477008437104843 ], [ -112.17628484061764, 40.476931708208923 ], [ -112.17627973034934, 40.476774106998064 ], [ -112.17621864830944, 40.476654011361525 ], [ -112.17566972554626, 40.476363208755032 ], [ -112.17546933695343, 40.47630488845553 ], [ -112.17531550041636, 40.476210059358188 ], [ -112.1751599477118, 40.476219749088422 ], [ -112.1747711088597, 40.476111092889305 ], [ -112.17452830474461, 40.476123470412674 ], [ -112.17436795562607, 40.476128703443649 ], [ -112.17427471239633, 40.476126047410865 ], [ -112.1741578634921, 40.476122730259831 ], [ -112.17397252518219, 40.476115604364949 ], [ -112.17370723494396, 40.476056138515723 ], [ -112.17360165097887, 40.475954510928759 ], [ -112.17353057387291, 40.475802083802023 ], [ -112.17346075173934, 40.475721713954869 ], [ -112.17336355729373, 40.475492076575676 ], [ -112.17334509996091, 40.475380555354995 ], [ -112.17335677275169, 40.475305664139555 ], [ -112.1734204996403, 40.475239253165704 ], [ -112.17341461218653, 40.475036615849341 ], [ -112.17339639013886, 40.474938605379386 ], [ -112.17342218849758, 40.474794203278222 ], [ -112.17339286846735, 40.474600812624359 ], [ -112.17327359532376, 40.474390317683664 ], [ -112.17325276387052, 40.474277919652252 ], [ -112.17293740256869, 40.473781134475658 ], [ -112.17254618509185, 40.473263496991336 ], [ -112.17215824572328, 40.47273050996813 ], [ -112.17199220353295, 40.472407878394492 ], [ -112.17184557198809, 40.472251711896078 ], [ -112.17185795563084, 40.472149787286035 ], [ -112.17181152437753, 40.472057467796787 ], [ -112.17156746653151, 40.471182488318142 ], [ -112.17163215158668, 40.470492661893957 ], [ -112.17175139544007, 40.469887865518857 ], [ -112.17196828514946, 40.469132533256818 ], [ -112.17217630531509, 40.46854575447518 ], [ -112.17239097065453, 40.468002149967134 ], [ -112.17242465958127, 40.467904513490772 ], [ -112.17275549655605, 40.467326397260301 ], [ -112.17280812837629, 40.467300638619733 ], [ -112.17280744303132, 40.467193441189131 ], [ -112.17286182634153, 40.467064964749206 ], [ -112.17360489636511, 40.466926794386609 ], [ -112.17385979034563, 40.466933214539146 ], [ -112.17414707835009, 40.466903269947643 ], [ -112.17437728461701, 40.466914444150646 ], [ -112.17474405656671, 40.466978282491361 ], [ -112.17502827537643, 40.467042959002839 ], [ -112.17532405257978, 40.467094004114117 ], [ -112.17559042520558, 40.467149851951497 ], [ -112.17585019458356, 40.467165226887445 ], [ -112.17611696074539, 40.467243591429046 ], [ -112.17622310162959, 40.467242511255968 ], [ -112.17641156075371, 40.467227079952472 ], [ -112.17651204067417, 40.467239570291149 ], [ -112.17677927954772, 40.467344954795401 ], [ -112.17688722885249, 40.467447456447978 ], [ -112.17711946613701, 40.467574817618527 ], [ -112.17733907707354, 40.467654560465448 ], [ -112.17772315251847, 40.467695691122124 ], [ -112.17796051776963, 40.467778855366866 ], [ -112.17835088461649, 40.46784244172791 ], [ -112.17886052635859, 40.467981384736625 ], [ -112.17916236469081, 40.468041366929413 ], [ -112.17950540223111, 40.4680964234879 ], [ -112.1796535310809, 40.468135451085892 ], [ -112.17978901529381, 40.468125960230843 ], [ -112.17986557891501, 40.468119773371825 ], [ -112.18003493016066, 40.468023452318818 ], [ -112.18017503361104, 40.467940942835668 ], [ -112.18037497173439, 40.467907370312574 ], [ -112.18054149709958, 40.46791918258328 ], [ -112.18070558112126, 40.467858949420084 ], [ -112.18078648311051, 40.467831096590345 ], [ -112.18113352380153, 40.467778002215788 ], [ -112.18150030174407, 40.467774253245743 ], [ -112.18177761180061, 40.467847992500865 ], [ -112.18197865425921, 40.467877467277603 ], [ -112.18228672319546, 40.467956295987122 ], [ -112.18257643889541, 40.467997474852368 ], [ -112.18284824335963, 40.468026224033991 ], [ -112.18310801738077, 40.468041582581904 ], [ -112.18366310452193, 40.468080942714188 ], [ -112.18405913750931, 40.468130938579044 ], [ -112.18448489234569, 40.468194141620728 ], [ -112.1849168613697, 40.468275296906768 ], [ -112.18542619390641, 40.468328630792875 ], [ -112.18590328837362, 40.468359771323641 ], [ -112.18621709281958, 40.468361956179969 ], [ -112.18668772020935, 40.468360728298705 ], [ -112.18699506701755, 40.468398111522951 ], [ -112.18754489680849, 40.468473542027624 ], [ -112.18812780671695, 40.468418002788873 ], [ -112.18861851100552, 40.468485027232148 ], [ -112.18895526390008, 40.468517598420227 ], [ -112.18914434281884, 40.468537274141234 ], [ -112.18930389015473, 40.468554550823377 ], [ -112.18971658680601, 40.46854579883734 ], [ -112.18992557203168, 40.468557160474248 ], [ -112.19020012441733, 40.468540820239021 ], [ -112.19027048841721, 40.468517573686505 ], [ -112.19054971689901, 40.468298487340981 ], [ -112.19065315442492, 40.46814427281361 ], [ -112.19070224800342, 40.467918547996078 ], [ -112.19089308729781, 40.46763731008442 ], [ -112.19100092216043, 40.467465032400305 ], [ -112.19123217468794, 40.467201394970814 ], [ -112.19146508231366, 40.466964766299284 ], [ -112.1915909389249, 40.466811220666898 ], [ -112.19172391869178, 40.466660304075333 ], [ -112.19193285321451, 40.466468965462155 ], [ -112.1919960278654, 40.466372821024429 ], [ -112.19207644618814, 40.466251274157052 ], [ -112.19214489585526, 40.466119941049627 ], [ -112.19222497912118, 40.465979479128315 ], [ -112.19229781151665, 40.465762517458394 ], [ -112.19233606074154, 40.465590956344066 ], [ -112.19243789705166, 40.465346669055954 ], [ -112.19261128721665, 40.46514668715546 ], [ -112.1928255533229, 40.464923761214152 ], [ -112.19297639137744, 40.464782568487472 ], [ -112.19312683031174, 40.464618857770162 ], [ -112.19319758771205, 40.464618127291608 ], [ -112.19338770649149, 40.464363918917556 ], [ -112.19362276626354, 40.464316447708129 ], [ -112.1937932840616, 40.464287660233829 ], [ -112.19394555419525, 40.464227530337666 ], [ -112.19421439614146, 40.464089621282234 ], [ -112.19439996950216, 40.463912032716259 ], [ -112.19457231289222, 40.463653501701593 ], [ -112.19467469688229, 40.46344073742759 ], [ -112.19478377461424, 40.463272947692694 ], [ -112.19492830950863, 40.46310929565275 ], [ -112.19511723831808, 40.462855096714144 ], [ -112.19529155395257, 40.462641588044207 ], [ -112.19537122744404, 40.462478606222469 ], [ -112.19552795098573, 40.462337349277576 ], [ -112.19568579194413, 40.462259141931789 ], [ -112.19586211996615, 40.462225786925089 ], [ -112.19642082380695, 40.462138925795841 ], [ -112.19673898019865, 40.462122118725965 ], [ -112.19748166433995, 40.462100913050698 ], [ -112.1978108126158, 40.46203894531083 ], [ -112.19821125376382, 40.461940202479248 ], [ -112.19874470752509, 40.46182656560083 ], [ -112.19911488626258, 40.461750655433669 ], [ -112.19942616643688, 40.461678958839045 ], [ -112.19967883676358, 40.461627689074724 ], [ -112.19990160910773, 40.461553306367158 ], [ -112.20021807821516, 40.461441915200986 ], [ -112.20094001675628, 40.461249736203165 ], [ -112.2013519279953, 40.461199510662318 ], [ -112.20179876585631, 40.461123695939591 ], [ -112.20205755309824, 40.461084969650521 ], [ -112.2024152087909, 40.46096863972928 ], [ -112.20273167085557, 40.460857241767606 ], [ -112.20315434183327, 40.460749241741674 ], [ -112.20353056621943, 40.460682263286365 ], [ -112.20389564092397, 40.460651434810238 ], [ -112.20415514884985, 40.460653235769172 ], [ -112.20452070574991, 40.460649426591416 ], [ -112.20484482909943, 40.460637039427397 ], [ -112.20544097682587, 40.460666858352248 ], [ -112.20577681164706, 40.460649842043388 ], [ -112.20592413299438, 40.460643800614015 ], [ -112.2062010068162, 40.460627398252967 ], [ -112.20656390402692, 40.460474965758053 ], [ -112.20683181805056, 40.460287488899532 ], [ -112.20715240781917, 40.460077840223114 ], [ -112.20739537799467, 40.459880712940652 ], [ -112.2077113118071, 40.459674714858707 ], [ -112.20793406850783, 40.459600316862968 ], [ -112.20825639454455, 40.459487941642166 ], [ -112.20873778119515, 40.459366695132289 ], [ -112.20909614255442, 40.459290876639621 ], [ -112.20944917255005, 40.459246643503612 ], [ -112.20999660646403, 40.45919136545605 ], [ -112.21028700996057, 40.459206342357689 ], [ -112.21067512446768, 40.459211286286134 ], [ -112.21095223359757, 40.459208383244146 ], [ -112.21127037156697, 40.459191536411971 ], [ -112.211447896899, 40.45922571084359 ], [ -112.21176021978276, 40.459213427996133 ], [ -112.21199121357313, 40.459269562904822 ], [ -112.21216224444396, 40.459270471915367 ], [ -112.21221907216184, 40.45928248816962 ], [ -112.21224518959569, 40.459226359906353 ], [ -112.21225377828128, 40.459113660281488 ], [ -112.21234252649795, 40.4588019270563 ], [ -112.21238532145084, 40.458558241528209 ], [ -112.21237448664171, 40.458283587868273 ], [ -112.21234555964284, 40.457986602058746 ], [ -112.21239901223706, 40.457679743344592 ], [ -112.21242282357238, 40.457364186766434 ], [ -112.2123540029506, 40.457144193903197 ], [ -112.21240058764853, 40.456783354587287 ], [ -112.21248949431995, 40.456480628248748 ], [ -112.21260153254345, 40.456218198602286 ], [ -112.21275768363638, 40.455982332283355 ], [ -112.21288374331367, 40.455778312216609 ], [ -112.21310251197325, 40.455483231310382 ], [ -112.21322557219854, 40.455112580121316 ], [ -112.2133020338964, 40.454773948651592 ], [ -112.2133530493485, 40.45433198339579 ], [ -112.21340479339933, 40.453930549906289 ], [ -112.21345355832415, 40.453691305524224 ], [ -112.21359502913546, 40.453361000034924 ], [ -112.21380321197022, 40.453133594663647 ], [ -112.21402867425077, 40.452883485489252 ], [ -112.21415812294099, 40.452540693278237 ], [ -112.21417755358813, 40.452309864590021 ], [ -112.21411802667987, 40.451951039861378 ], [ -112.21407882881543, 40.45173884455302 ], [ -112.21397682589142, 40.451640819437181 ], [ -112.21385172848595, 40.451570063091104 ], [ -112.21358004046652, 40.451217069463418 ], [ -112.21348393429044, 40.451118981983981 ], [ -112.21339913275172, 40.450993749420789 ], [ -112.21331965968474, 40.450836930143488 ], [ -112.21341550337965, 40.450592687062212 ], [ -112.2134641041158, 40.450344435500902 ], [ -112.21344252997109, 40.450128451372244 ], [ -112.21327195793077, 40.44982394357816 ], [ -112.2130709401801, 40.44946570238293 ], [ -112.21288955312828, 40.449215360149282 ], [ -112.21280967859451, 40.449036022729295 ], [ -112.21281839187904, 40.448864764514141 ], [ -112.21282210076306, 40.448743107087168 ], [ -112.21284679865737, 40.448477088956565 ], [ -112.21286503462338, 40.448179607888946 ], [ -112.21282545453921, 40.447945794937482 ], [ -112.21276980919538, 40.447802238328158 ], [ -112.21276559919818, 40.447568054215779 ], [ -112.2127969205557, 40.447342506062093 ], [ -112.21286061524899, 40.446949955746312 ], [ -112.21286738509509, 40.446670612483565 ], [ -112.21285922324796, 40.446544575182585 ], [ -112.21279114175732, 40.446365113910822 ], [ -112.2127245178187, 40.446266716341306 ], [ -112.21267549751154, 40.446163629651949 ], [ -112.21268574902069, 40.446077938662839 ], [ -112.21279641921282, 40.445937141368731 ], [ -112.2129271765578, 40.445733071699593 ], [ -112.21304683675042, 40.445502091990782 ], [ -112.21310704692358, 40.445243808879283 ], [ -112.21316745101254, 40.444996334232719 ], [ -112.21317094530228, 40.444797203427669 ], [ -112.21309556454645, 40.444605206591987 ], [ -112.21298008447904, 40.444412729632695 ], [ -112.21287187600211, 40.444296750922554 ], [ -112.21276956252099, 40.444180710255843 ], [ -112.21273176632394, 40.444045975032743 ], [ -112.21273434203658, 40.443861267899699 ], [ -112.21273568734057, 40.443608106894729 ], [ -112.21273779356125, 40.443397279193 ], [ -112.21273925221149, 40.443150423130291 ], [ -112.21268827544783, 40.442938350585251 ], [ -112.21259597280961, 40.442723108036475 ], [ -112.21229242831261, 40.442235313057196 ], [ -112.21227861657822, 40.442122848055071 ], [ -112.21211347989765, 40.441791254671351 ], [ -112.21201980554306, 40.441499451278922 ], [ -112.21186751192434, 40.44122627996812 ], [ -112.21166943960063, 40.441030163046612 ], [ -112.2113312450237, 40.440844523075022 ], [ -112.21112142036189, 40.440716094286572 ], [ -112.21097801689238, 40.440609491246512 ], [ -112.21092399825376, 40.440556004410645 ], [ -112.21084422054666, 40.440381168694365 ], [ -112.21084163456365, 40.44023705510736 ], [ -112.21081248158551, 40.439926557145526 ], [ -112.21083080596267, 40.439633579421155 ], [ -112.2107588586881, 40.43923794614193 ], [ -112.21073479279514, 40.438882350848843 ], [ -112.21060390570551, 40.438487334756495 ], [ -112.21045874399204, 40.437953732510586 ], [ -112.21035198588508, 40.437589093289127 ], [ -112.21025162373277, 40.437252314247822 ], [ -112.21019768772827, 40.436874509454938 ], [ -112.21002119049575, 40.436565553635127 ], [ -112.20986076201845, 40.436166341350251 ], [ -112.20973335686452, 40.435964976797223 ], [ -112.2097180171718, 40.435766943744753 ], [ -112.20965383147602, 40.435474829455757 ], [ -112.20967685935196, 40.435115137337476 ], [ -112.20961885890735, 40.434839174107857 ], [ -112.20953854286509, 40.434633712992436 ], [ -112.20938732446707, 40.434419083961039 ], [ -112.20934865330135, 40.434234808107163 ], [ -112.20932176984724, 40.43405040891362 ], [ -112.20935003122288, 40.43365372592632 ], [ -112.20940412650988, 40.43338289587188 ], [ -112.20947582167442, 40.433107377231991 ], [ -112.20949566791649, 40.432899066207476 ], [ -112.20952055223587, 40.432642955794051 ], [ -112.20955341213759, 40.432502975491623 ], [ -112.20956237470946, 40.432345227626833 ], [ -112.20952547981609, 40.432260030034975 ], [ -112.2094175392821, 40.43215755815875 ], [ -112.20927399560595, 40.432041945430626 ], [ -112.20878128069504, 40.431848905083008 ], [ -112.20852592269836, 40.431743469407706 ], [ -112.20827185534215, 40.431710090124703 ], [ -112.20788740503401, 40.431637533131145 ], [ -112.20750239157368, 40.431533449912045 ], [ -112.20724974580787, 40.431513566736527 ], [ -112.20706139453354, 40.431529046885522 ], [ -112.20683650327477, 40.43154490821702 ], [ -112.20672388208918, 40.431510048715531 ], [ -112.20659263050429, 40.43142223160438 ], [ -112.20635582723374, 40.431365244992811 ], [ -112.20590519647598, 40.431283462334513 ], [ -112.20556360244706, 40.431233873398682 ], [ -112.20524390564967, 40.431156127836694 ], [ -112.20499016353807, 40.431140755546707 ], [ -112.20490055520294, 40.431074123535176 ], [ -112.20486859573695, 40.430934820111837 ], [ -112.20482501023713, 40.430804646661002 ], [ -112.20482131261903, 40.43059748257442 ], [ -112.20477796858185, 40.430480819795903 ], [ -112.20474528628841, 40.430300984209232 ], [ -112.204735695572, 40.430093881519149 ], [ -112.2046856549109, 40.429932244430674 ], [ -112.2044624725488, 40.42964718901851 ], [ -112.20427720707009, 40.429504978257306 ], [ -112.2041278487127, 40.429393023129407 ], [ -112.20397818562472, 40.42926395423472 ], [ -112.20377435884761, 40.429072387499616 ], [ -112.20355924444137, 40.428908865238569 ], [ -112.20342103291966, 40.428760757864836 ], [ -112.20324078236966, 40.428568944718954 ], [ -112.20299546619904, 40.428364295199934 ], [ -112.20277969797836, 40.428163842115943 ], [ -112.20259977176984, 40.427990042192974 ], [ -112.20252728812652, 40.427891699272458 ], [ -112.20240072301013, 40.427735361547946 ], [ -112.2020129334314, 40.427473634444432 ], [ -112.2017094147859, 40.427310126987024 ], [ -112.20149938662485, 40.427100602960621 ], [ -112.20121298939139, 40.426905385360357 ], [ -112.20096808600515, 40.426723249187589 ], [ -112.20058716193614, 40.426515498793769 ], [ -112.20028373108512, 40.426356491032365 ], [ -112.20002235370545, 40.426242090014718 ], [ -112.19963554215654, 40.42603439756212 ], [ -112.19927931820453, 40.425889448212871 ], [ -112.19896378720706, 40.42571254483645 ], [ -112.19879815837271, 40.425679128171311 ], [ -112.19865630972042, 40.42565717615954 ], [ -112.19863639184985, 40.425531259196809 ], [ -112.19860380854938, 40.425355925034978 ], [ -112.19853496742424, 40.425063852104316 ], [ -112.19846249067128, 40.42469974623102 ], [ -112.19841476501027, 40.424335383698306 ], [ -112.1983092300443, 40.424034682147166 ], [ -112.19822225380561, 40.423783336648256 ], [ -112.19810549432594, 40.42351428210452 ], [ -112.19805022118355, 40.423388731411187 ], [ -112.19773915998977, 40.423130698811249 ], [ -112.19747628185205, 40.422930723615991 ], [ -112.19718314285124, 40.422686017070163 ], [ -112.19698564732884, 40.422516894494173 ], [ -112.19673462038288, 40.422253733073724 ], [ -112.19634524297049, 40.421965877338337 ], [ -112.19605960043417, 40.42181117856876 ], [ -112.19591562308298, 40.421668526872608 ], [ -112.19575914501134, 40.421552129898259 ], [ -112.19553400947203, 40.42141932599435 ], [ -112.19524924798444, 40.421314164638829 ], [ -112.1949817838012, 40.421253867921401 ], [ -112.1948647903961, 40.42123705956395 ], [ -112.19474637946296, 40.42120675249388 ], [ -112.19466921719874, 40.421176019033716 ], [ -112.19463855878652, 40.421108769641172 ], [ -112.194724318966, 40.420959237673472 ], [ -112.19479263997071, 40.420823399125794 ], [ -112.19491741628468, 40.420547340137361 ], [ -112.19496440964572, 40.420272085057697 ], [ -112.19501694246595, 40.419843622556122 ], [ -112.19507132481858, 40.419586308685872 ], [ -112.19507776985094, 40.41928444619294 ], [ -112.19508994791707, 40.418973515585428 ], [ -112.19505570372871, 40.418703604608119 ], [ -112.19508428390407, 40.418320433746281 ], [ -112.19519161662467, 40.418058067946191 ], [ -112.19541806429665, 40.417533214188374 ], [ -112.19561202510351, 40.417170854976369 ], [ -112.1958375185701, 40.416925284109567 ], [ -112.19615131449335, 40.416674294762743 ], [ -112.19632481133715, 40.416487818359741 ], [ -112.19654424815998, 40.41623329994561 ], [ -112.19682306816868, 40.41600429197851 ], [ -112.19698001833206, 40.415881948622427 ], [ -112.19726474354769, 40.415653779329133 ], [ -112.19744420671907, 40.415471743864948 ], [ -112.19760545296967, 40.415325932184054 ], [ -112.1977690553751, 40.415180095865857 ], [ -112.19786101296458, 40.41504851494448 ], [ -112.19791198111461, 40.414931772827096 ], [ -112.19790359685737, 40.414791321844596 ], [ -112.19787563540851, 40.41454386854474 ], [ -112.19786127684299, 40.414066548907265 ], [ -112.19785648457488, 40.413796333404825 ], [ -112.19779850483779, 40.41351766013436 ], [ -112.19775254909919, 40.413252375505351 ], [ -112.19777086550386, 40.413022460321315 ], [ -112.19784193019426, 40.412643352732808 ], [ -112.19799398240919, 40.412245388189383 ], [ -112.19808991040301, 40.412005659800855 ], [ -112.19825963523456, 40.411607511728697 ], [ -112.19836177280801, 40.411385736419575 ], [ -112.19852776030716, 40.411109246039324 ], [ -112.19860139649546, 40.410941819035521 ], [ -112.19867892614371, 40.410661741075927 ], [ -112.1986802626318, 40.410404975186843 ], [ -112.19866438319818, 40.410107847989394 ], [ -112.19867594557267, 40.409896020273088 ], [ -112.19868545490873, 40.40970133063967 ], [ -112.19865886764981, 40.409531339140408 ], [ -112.19855640870736, 40.409402674037501 ], [ -112.19840081385448, 40.409268253461192 ], [ -112.19828465935069, 40.409098289384502 ], [ -112.19824927010937, 40.408697762541884 ], [ -112.19833221108499, 40.408390602089263 ], [ -112.19837940287988, 40.408061290015496 ], [ -112.19848622802604, 40.407771899543569 ], [ -112.19855834278582, 40.40751890420708 ], [ -112.19863562932115, 40.407225315380522 ], [ -112.19868028362188, 40.407085215256444 ], [ -112.19880430071417, 40.406768619658337 ], [ -112.19894233722081, 40.406578002416097 ], [ -112.19916586552023, 40.406224338999955 ], [ -112.19922190105841, 40.40606159847583 ], [ -112.19943508280851, 40.405789121493257 ], [ -112.19951308334356, 40.40553606443752 ], [ -112.19958511209913, 40.405278564858371 ], [ -112.19964367860113, 40.404926611980365 ], [ -112.19969166165495, 40.404642335263858 ], [ -112.19973151403177, 40.404232018961132 ], [ -112.19981420333832, 40.403911346598946 ], [ -112.19985397467313, 40.403496526623421 ], [ -112.19981494937078, 40.403289728000999 ], [ -112.19970053995029, 40.403151278029902 ], [ -112.19948907587107, 40.402856179970911 ], [ -112.19937911996483, 40.402636603769722 ], [ -112.19923206028847, 40.402318314918539 ], [ -112.19915545389985, 40.401985781853838 ], [ -112.19894677044326, 40.401514981180412 ], [ -112.19874256402468, 40.40129638166345 ], [ -112.19861502040312, 40.401081491442127 ], [ -112.19863339135934, 40.400788513111998 ], [ -112.19858776176463, 40.400541242568494 ], [ -112.19849428706851, 40.400253928112754 ], [ -112.19849746213761, 40.40010074459974 ], [ -112.19856629861033, 40.399995528242407 ], [ -112.19871643951817, 40.399823704228382 ], [ -112.19902782933292, 40.399442103201537 ], [ -112.19930960224353, 40.399051799690582 ], [ -112.19948629896682, 40.398716638822627 ], [ -112.19969849779248, 40.398390118151752 ], [ -112.19987057966571, 40.398127075449409 ], [ -112.19999457573886, 40.397810478409625 ], [ -112.20003174746981, 40.39758126751034 ], [ -112.20000806212924, 40.397242780129943 ], [ -112.19998655211565, 40.397026790681409 ], [ -112.19989976682572, 40.396784452086166 ], [ -112.19974746722301, 40.396502253375772 ], [ -112.19959023769029, 40.39627415878121 ], [ -112.19946627381503, 40.395928603615864 ], [ -112.19934303051267, 40.395623580711323 ], [ -112.1991895967189, 40.395210764403416 ], [ -112.1991474830958, 40.394895890880562 ], [ -112.19915327103972, 40.394557998353172 ], [ -112.19923118079763, 40.394300437571665 ], [ -112.19938939609322, 40.393920423989165 ], [ -112.19954864869842, 40.393598957053996 ], [ -112.19963457958875, 40.393129604339848 ], [ -112.19966320644326, 40.392750934816469 ], [ -112.19968037249612, 40.392390401920927 ], [ -112.1997049472297, 40.392115376395971 ], [ -112.19968733203849, 40.391786735401382 ], [ -112.19964983351089, 40.391665504724749 ], [ -112.1995877199054, 40.391485070870907 ], [ -112.19957944816579, 40.391350924508465 ], [ -112.19946298227482, 40.391095379948091 ], [ -112.19936578540677, 40.390929724098747 ], [ -112.19932836787046, 40.390812996892407 ], [ -112.19938916242604, 40.390587144450798 ], [ -112.19958582515679, 40.390382404591918 ], [ -112.19975884701829, 40.390173405272698 ], [ -112.199954548123, 40.389914621520091 ], [ -112.20015533808119, 40.389610740240741 ], [ -112.20044471409976, 40.389319452210849 ], [ -112.20075852691782, 40.389077458483875 ], [ -112.20109645687683, 40.388866744437017 ], [ -112.2013045689762, 40.388643864950026 ], [ -112.20145322162357, 40.388390071888374 ], [ -112.20158452408961, 40.388154476687866 ], [ -112.201605201399, 40.387992102048614 ], [ -112.20154006060763, 40.387641432848717 ], [ -112.20140328394945, 40.387237454692041 ], [ -112.20134840380528, 40.386801094385092 ], [ -112.20130642396811, 40.38642766213313 ], [ -112.20126031549135, 40.386153370396627 ], [ -112.20114878215485, 40.385843722785744 ], [ -112.20103040031366, 40.38548009290853 ], [ -112.20088806185203, 40.385094189499398 ], [ -112.20081895813702, 40.384851667423803 ], [ -112.20062545670142, 40.384569897109223 ], [ -112.20042550776614, 40.384256662303599 ], [ -112.2002439484038, 40.383983776208474 ], [ -112.20001010551846, 40.383751972409861 ], [ -112.19972787081768, 40.383448599176589 ], [ -112.19954567732049, 40.383139682972988 ], [ -112.19945915232719, 40.382910854036524 ], [ -112.19916873835268, 40.382544502025894 ], [ -112.19875956406872, 40.382323522719432 ], [ -112.19841106025406, 40.382268577533424 ], [ -112.19803716473552, 40.382110292196316 ], [ -112.19759595562947, 40.38187612731334 ], [ -112.19726947849374, 40.381667799448856 ], [ -112.19692136787285, 40.381302039052521 ], [ -112.19671539742826, 40.38097985099423 ], [ -112.19629638502151, 40.380601309101941 ], [ -112.19593779736604, 40.380308626039046 ], [ -112.19560313534531, 40.380036414896296 ], [ -112.19531266063278, 40.379931311354945 ], [ -112.19501566107687, 40.379790238947649 ], [ -112.1947972094372, 40.379760965300896 ], [ -112.1944105239632, 40.379544242438598 ], [ -112.19410326514489, 40.379155529097176 ], [ -112.1938972352862, 40.378828831989303 ], [ -112.19368428510062, 40.37844364811972 ], [ -112.19340465216058, 40.377951045331407 ], [ -112.19316823168437, 40.37757060711138 ], [ -112.19250275226138, 40.376907210265351 ], [ -112.19213693064718, 40.376536212283021 ], [ -112.19205155088672, 40.376370427894379 ], [ -112.19199498025014, 40.376168310866404 ], [ -112.1918839035464, 40.375881171105831 ], [ -112.19171998835004, 40.37560358469446 ], [ -112.19152201199252, 40.375398420215461 ], [ -112.19138276469818, 40.375183641401883 ], [ -112.19126277064331, 40.375058753063534 ], [ -112.19122977010998, 40.374923959531309 ], [ -112.19116522113463, 40.374870571086383 ], [ -112.19117453958877, 40.374730837133683 ], [ -112.19104039034669, 40.374470960850992 ], [ -112.19087870239036, 40.374319474835666 ], [ -112.19061038679784, 40.374133050918651 ], [ -112.19050750682783, 40.373976454387623 ], [ -112.1901418865873, 40.373615357523803 ], [ -112.18994431706903, 40.373432708303589 ], [ -112.18957925723616, 40.373103135001024 ], [ -112.18940571973322, 40.372947264314114 ], [ -112.18914377714819, 40.37278779807378 ], [ -112.18891081883895, 40.372601907402078 ], [ -112.18880354481273, 40.372530038178269 ], [ -112.18869636598708, 40.372463573217765 ], [ -112.18876528574866, 40.372363766753494 ], [ -112.18896916358153, 40.372235545946467 ], [ -112.18917264476343, 40.372084806594955 ], [ -112.1893464456181, 40.371920858804728 ], [ -112.18950131342987, 40.371685034264033 ], [ -112.18964408669953, 40.371431316126866 ], [ -112.18978000421501, 40.371122714015165 ], [ -112.18985103860686, 40.370808473145175 ], [ -112.18994247818817, 40.370649876341922 ], [ -112.19003508992218, 40.37055793331745 ], [ -112.19022742117632, 40.370443342474232 ], [ -112.19049104460053, 40.370364052994731 ], [ -112.19077822029708, 40.370284520383308 ], [ -112.19110009022758, 40.370168594067323 ], [ -112.19136896520013, 40.370053212866338 ], [ -112.1916078429591, 40.36990660898568 ], [ -112.19181115257935, 40.369746857842848 ], [ -112.19204437820612, 40.36961382467689 ], [ -112.19237993812574, 40.369272530977625 ], [ -112.19276975810078, 40.369002747894328 ], [ -112.19320501153157, 40.368637901154017 ], [ -112.19338356964282, 40.368410835823376 ], [ -112.19354493918722, 40.368210974354405 ], [ -112.19365960092549, 40.36803411708204 ], [ -112.1937277937392, 40.367893775043811 ], [ -112.1937371857527, 40.367758544443291 ], [ -112.19371188552604, 40.367659707610102 ], [ -112.19366685543388, 40.36744395860061 ], [ -112.19362174618786, 40.367223705926413 ], [ -112.19359621623846, 40.366778028352094 ], [ -112.19354800914574, 40.36638213381692 ], [ -112.19351364398555, 40.36610321223214 ], [ -112.19353179293607, 40.365796721883989 ], [ -112.19357420801168, 40.365530521164445 ], [ -112.19364463152961, 40.365182951090269 ], [ -112.19376420794021, 40.364884422577632 ], [ -112.19391778768211, 40.364644100810551 ], [ -112.19407230545148, 40.364390255776307 ], [ -112.19418695956732, 40.364213397978951 ], [ -112.19433447476584, 40.363896562491824 ], [ -112.19448835327867, 40.363606687823079 ], [ -112.19462361350682, 40.363262951783867 ], [ -112.19472356220885, 40.36298714726923 ], [ -112.19477136621737, 40.362626296709905 ], [ -112.19479619166231, 40.362364781619327 ], [ -112.19480343394638, 40.362107952643299 ], [ -112.19475076763861, 40.361793184654765 ], [ -112.19476461320193, 40.361576827567291 ], [ -112.19471902768846, 40.36132955326952 ], [ -112.19458734150786, 40.361208392382977 ], [ -112.19450353333359, 40.361197546507775 ], [ -112.19435790668858, 40.361220672060149 ], [ -112.19429266805311, 40.361194319078621 ], [ -112.19425113813259, 40.361176730136428 ], [ -112.19427206487316, 40.361027866848062 ], [ -112.19432919028287, 40.360928178761021 ], [ -112.1943797127222, 40.360788018703253 ], [ -112.19433516253551, 40.360599291502261 ], [ -112.19425457313119, 40.360370396325131 ], [ -112.19413866027435, 40.360141865843246 ], [ -112.19398662970576, 40.359868663542429 ], [ -112.19373651845507, 40.359709985938302 ], [ -112.19345049691523, 40.359518345379151 ], [ -112.19322352436149, 40.359336004648483 ], [ -112.19296791068372, 40.359199003542706 ], [ -112.19282447321363, 40.359078862694012 ], [ -112.19248429733594, 40.358821112243234 ], [ -112.19215621579801, 40.358581253939342 ], [ -112.1918679033255, 40.358259003597389 ], [ -112.19146761091162, 40.357930699147239 ], [ -112.19115202495776, 40.357731249352035 ], [ -112.19096181386497, 40.357629605759342 ], [ -112.19053788611242, 40.357296136074083 ], [ -112.19019806055253, 40.357057293890193 ], [ -112.18999384555826, 40.356828766920898 ], [ -112.1897595000647, 40.35656091028055 ], [ -112.18957457745587, 40.3560898438583 ], [ -112.18944094790643, 40.355856986186751 ], [ -112.18932802779122, 40.355529321598432 ], [ -112.18918874114799, 40.355242468199556 ], [ -112.18899782796807, 40.355100288322575 ], [ -112.18869530183902, 40.354972768823814 ], [ -112.18845998406316, 40.354984196303995 ], [ -112.18824161531204, 40.35495490896399 ], [ -112.18807551731177, 40.354884544027172 ], [ -112.18798421012201, 40.354714312318116 ], [ -112.1878396845256, 40.354531113770484 ], [ -112.187766355091, 40.354378715083378 ], [ -112.18681955045406, 40.35175782644405 ], [ -112.18657840147695, 40.351435979200872 ], [ -112.1864104194749, 40.3512575238598 ], [ -112.18615350856862, 40.351043944653483 ], [ -112.18594894697083, 40.350793792283959 ], [ -112.18587411122365, 40.350554921894997 ], [ -112.18585086599816, 40.350236243777786 ], [ -112.18580650495774, 40.35005651983731 ], [ -112.18566598879384, 40.349765169964947 ], [ -112.18552200363902, 40.349275658746819 ], [ -112.18541898863776, 40.34877221394553 ], [ -112.18534338438781, 40.348489207172619 ], [ -112.18523913767891, 40.348251538598852 ], [ -112.18508277693185, 40.347996386063947 ], [ -112.18464567409103, 40.347645010997596 ], [ -112.18429704485818, 40.347572005576986 ], [ -112.18406637781645, 40.347511304841234 ], [ -112.18368682250816, 40.347353029217928 ], [ -112.18344257358886, 40.347188863361879 ], [ -112.1831561778633, 40.34697107449005 ], [ -112.18290031351115, 40.34674846814243 ], [ -112.18263707555663, 40.346575485826669 ], [ -112.18239879680011, 40.346415761146154 ], [ -112.18200762068062, 40.346265706803244 ], [ -112.18168632538344, 40.346071694173695 ], [ -112.18136517336812, 40.345885787228205 ], [ -112.18121879918283, 40.345594491476554 ], [ -112.18113167984463, 40.345325112750608 ], [ -112.18106700558806, 40.344992442077348 ], [ -112.18087268251776, 40.344652086255813 ], [ -112.18085227539632, 40.344494637973682 ], [ -112.18080518278559, 40.344157283107187 ], [ -112.18074082552481, 40.343842626844584 ], [ -112.18063236557505, 40.343699590859501 ], [ -112.18039017618626, 40.34331467799224 ], [ -112.1801464197286, 40.342839691030242 ], [ -112.17989944910153, 40.342517888529912 ], [ -112.1797487722996, 40.342316724148887 ], [ -112.17951334174279, 40.341981289629523 ], [ -112.17929093999193, 40.34171779340452 ], [ -112.17912778952568, 40.341476215056815 ], [ -112.17902710920032, 40.341103369753135 ], [ -112.17893835820635, 40.340739411690059 ], [ -112.17887024996885, 40.34020857738544 ], [ -112.17881948021181, 40.339997384330736 ], [ -112.17862455622824, 40.339620994631041 ], [ -112.17842594322615, 40.339370767605494 ], [ -112.17817263809498, 40.339021998807318 ], [ -112.17799309518681, 40.338852657386774 ], [ -112.17777102314473, 40.33860717260211 ], [ -112.17765504795068, 40.338369616067766 ], [ -112.17744287045777, 40.338015922316998 ], [ -112.17731434370835, 40.337733448372305 ], [ -112.17715089705405, 40.337473852095783 ], [ -112.17699992684386, 40.337254668944041 ], [ -112.17682220715855, 40.33718981106027 ], [ -112.17661888071713, 40.337006295074701 ], [ -112.17648518173493, 40.336696845861916 ], [ -112.17633931481595, 40.336500132306817 ], [ -112.17603533165179, 40.336282504015358 ], [ -112.17584473456021, 40.336153811882113 ], [ -112.17567869560864, 40.336083428078979 ], [ -112.17558249862697, 40.335967289325637 ], [ -112.17553314958877, 40.335837160890556 ], [ -112.1755823647938, 40.335620445445763 ], [ -112.17571696549329, 40.335236196117201 ], [ -112.17595827981125, 40.334895906494538 ], [ -112.17614457223696, 40.334776895626774 ], [ -112.1765067146992, 40.334615555447449 ], [ -112.17676151449658, 40.334374225617317 ], [ -112.17699795281517, 40.334092541718618 ], [ -112.17720488549581, 40.333806653165013 ], [ -112.1774315853651, 40.333642184092632 ], [ -112.17789219822119, 40.333389747397419 ], [ -112.17837885664218, 40.333213619754872 ], [ -112.17872119717197, 40.332997519683389 ], [ -112.17910044578163, 40.332805366562411 ], [ -112.17939650275071, 40.332568114796516 ], [ -112.17968628053187, 40.332308403891069 ], [ -112.17993517517606, 40.332134694562896 ], [ -112.18027603026299, 40.332036622558149 ], [ -112.18065776521642, 40.3319876815942 ], [ -112.18094596911628, 40.331975730285983 ], [ -112.18127081752158, 40.332039980249441 ], [ -112.18171273649124, 40.332066997355405 ], [ -112.18183600554892, 40.332047719897581 ], [ -112.18205319745283, 40.332013968996449 ], [ -112.18248224599955, 40.33197805191147 ], [ -112.18279359587608, 40.331943336935019 ], [ -112.18321605061142, 40.331866944200179 ], [ -112.18356631183683, 40.331701199021147 ], [ -112.18404548744857, 40.331502601734279 ], [ -112.18457197527977, 40.331317031367902 ], [ -112.18506903601191, 40.331131760126098 ], [ -112.18547280387379, 40.330996992331883 ], [ -112.18589430336864, 40.33086654581102 ], [ -112.18628677156329, 40.330758917945808 ], [ -112.18648025998647, 40.330716392891993 ], [ -112.18656790081377, 40.330679457940178 ], [ -112.18691273619559, 40.330540785219334 ], [ -112.18741590622132, 40.330368954672906 ], [ -112.1880358997707, 40.330146372697008 ], [ -112.18848132282375, 40.330038193452886 ], [ -112.18879751764514, 40.329944854263019 ], [ -112.1891138696833, 40.329860521563106 ], [ -112.18954720330977, 40.329734444574832 ], [ -112.19021184816162, 40.329642021771718 ], [ -112.19076757962608, 40.329514680623738 ], [ -112.19105967576046, 40.329390051971636 ], [ -112.191588933861, 40.329096313579456 ], [ -112.19197461438149, 40.328871619787641 ], [ -112.19241199756065, 40.328641887212839 ], [ -112.19286130550967, 40.328421038972522 ], [ -112.19325057503784, 40.328133241132534 ], [ -112.19348310106676, 40.327968680558691 ], [ -112.19367427557955, 40.327795537315502 ], [ -112.19378799819576, 40.32756913936506 ], [ -112.19383229663372, 40.327411025165979 ], [ -112.19391621479325, 40.327163313177827 ], [ -112.1940943311578, 40.326917331358807 ], [ -112.19440287225383, 40.326724957219533 ], [ -112.19470735373714, 40.326636227354932 ], [ -112.19485955446045, 40.326589610293389 ], [ -112.1953346031348, 40.326494612127313 ], [ -112.19570866185367, 40.326346602249828 ], [ -112.19598793280929, 40.32616353544779 ], [ -112.19618545727485, 40.326017349299924 ], [ -112.19627642639379, 40.325836229049294 ], [ -112.19623269146868, 40.325692537838421 ], [ -112.19611261952163, 40.325558645024977 ], [ -112.19592670768171, 40.325362370058436 ], [ -112.19566326794033, 40.325108337920604 ], [ -112.19548403755036, 40.324957038013082 ], [ -112.19517559251064, 40.324820586542884 ], [ -112.19490905328344, 40.324724241709418 ], [ -112.19454002120854, 40.324489315712349 ], [ -112.19425543458004, 40.324370633306835 ], [ -112.19397061085593, 40.324238439179851 ], [ -112.19375051448793, 40.324105576326922 ], [ -112.19338650142429, 40.323821045428105 ], [ -112.19327303641761, 40.323727621811699 ], [ -112.19299800326843, 40.323482712046378 ], [ -112.19284812453414, 40.323326600739534 ], [ -112.19276255963986, 40.323146402695031 ], [ -112.19271344139338, 40.323030693394479 ], [ -112.19268156342257, 40.322891382958105 ], [ -112.19271377639663, 40.322715375729196 ], [ -112.19281007976943, 40.322502671658832 ], [ -112.19295321708307, 40.322275971011742 ], [ -112.19306653684414, 40.322027055300026 ], [ -112.19320029903265, 40.321602253501254 ], [ -112.19339751405693, 40.321104725028135 ], [ -112.19346425070061, 40.320884217343377 ], [ -112.19357445688448, 40.320458757202417 ], [ -112.19362925010851, 40.320228462768299 ], [ -112.19366161817393, 40.320061462593365 ], [ -112.19364532884718, 40.319804874725669 ], [ -112.19353068057809, 40.319643896121363 ], [ -112.19343431876314, 40.31951876465169 ], [ -112.19342726012732, 40.31911793776478 ], [ -112.19355497237947, 40.318684188820818 ], [ -112.19370199998961, 40.31834483470795 ], [ -112.19385776591166, 40.318167551916183 ], [ -112.19411260124686, 40.317935192305029 ], [ -112.19429818024838, 40.317780123597075 ], [ -112.19459475374268, 40.317578863407213 ], [ -112.19483503003825, 40.317522327756834 ], [ -112.19516522813836, 40.317559456850645 ], [ -112.19561473855116, 40.317488144882311 ], [ -112.19600474370688, 40.317446275208859 ], [ -112.19644865509657, 40.317257901108249 ], [ -112.19678139613553, 40.317105810628206 ], [ -112.19700664045158, 40.316864741831687 ], [ -112.19710785138112, 40.316597929371525 ], [ -112.19735026607464, 40.316329655239528 ], [ -112.1974693641021, 40.316076170767438 ], [ -112.19744193128264, 40.315855734623049 ], [ -112.19743000076784, 40.315513516674862 ], [ -112.19749638498286, 40.315274091311423 ], [ -112.1975917083455, 40.315007339326442 ], [ -112.19769331226968, 40.314763044690707 ], [ -112.19793094248605, 40.314224549214984 ], [ -112.1983584976513, 40.313445347562542 ], [ -112.19845078939527, 40.313007455429847 ], [ -112.19847375572084, 40.312642353410304 ], [ -112.19849241344821, 40.312299818482238 ], [ -112.19844408285293, 40.311962482088639 ], [ -112.19841585265955, 40.311697009337173 ], [ -112.19825262996125, 40.311450953008297 ], [ -112.19820134611133, 40.311212745962777 ], [ -112.19810778423816, 40.310979481289223 ], [ -112.19792817152602, 40.310738098718758 ], [ -112.19773689062453, 40.310568908617917 ], [ -112.19762781365012, 40.310389858130776 ], [ -112.19761151254666, 40.310133270583762 ], [ -112.19754194670638, 40.309859216481129 ], [ -112.19750133553343, 40.309625403053005 ], [ -112.1974502778429, 40.309333139274045 ], [ -112.19737570564411, 40.309108686329559 ], [ -112.19734080281135, 40.308798237257996 ], [ -112.19737212289004, 40.308572688159096 ], [ -112.19747850434695, 40.308332848532771 ], [ -112.19763398241406, 40.308074482501816 ], [ -112.19777270314758, 40.307933406734719 ], [ -112.19792175649089, 40.307711142822427 ], [ -112.19803670609933, 40.307556799407422 ], [ -112.19815253068892, 40.307451996300159 ], [ -112.19827336207786, 40.30729759172452 ], [ -112.19833671893278, 40.307220358920013 ], [ -112.19848084152636, 40.307052199342394 ], [ -112.19854475522904, 40.307006492146456 ], [ -112.19860811150724, 40.306929259197872 ], [ -112.1984484028001, 40.306881364460324 ], [ -112.19822280811631, 40.306834151994266 ], [ -112.19787531412773, 40.306747660973983 ], [ -112.19762792293368, 40.306732204548837 ], [ -112.19746241221131, 40.306688873012384 ], [ -112.19716032764292, 40.306574882756664 ], [ -112.19700594683795, 40.306495399378178 ], [ -112.19664096704555, 40.306418094569736 ], [ -112.19628015336153, 40.3063767815216 ], [ -112.19595485926858, 40.306281046119025 ], [ -112.19575365762536, 40.306215558617808 ], [ -112.19560007342912, 40.306181110117365 ], [ -112.19527263751185, 40.305963773405118 ], [ -112.19493987668858, 40.305778022261904 ], [ -112.1945601362534, 40.305597259801829 ], [ -112.19426847789845, 40.305406577739888 ], [ -112.19402435756197, 40.305242431260339 ], [ -112.19379152774435, 40.305051140728082 ], [ -112.19346338959686, 40.304793265534933 ], [ -112.19333684446184, 40.30462339996911 ], [ -112.19313517469735, 40.304530885678737 ], [ -112.19292072244794, 40.304447511857077 ], [ -112.19272658808541, 40.304381946153768 ], [ -112.19243144950373, 40.304327331243307 ], [ -112.19230248260834, 40.304287219162227 ], [ -112.19208032853827, 40.30410031958786 ], [ -112.19203368816594, 40.3037899895034 ], [ -112.1919826700673, 40.303565290056063 ], [ -112.19187005758606, 40.303183567590793 ], [ -112.19185203914394, 40.30282789743756 ], [ -112.19176708982508, 40.3026810249156 ], [ -112.19160962175425, 40.302424989459261 ], [ -112.19139891345009, 40.30215238499629 ], [ -112.19123120248993, 40.301982940975464 ], [ -112.19102717039118, 40.301755312103651 ], [ -112.19078109397675, 40.301478566102006 ], [ -112.19062467627093, 40.301281977886575 ], [ -112.19041350119413, 40.300982349315795 ], [ -112.19010679044936, 40.300602622127052 ], [ -112.18993790121576, 40.300365620686073 ], [ -112.18979866088769, 40.300141827563216 ], [ -112.18979068039958, 40.299686954469614 ], [ -112.18973690779714, 40.299304624417942 ], [ -112.18963908169295, 40.29909391863832 ], [ -112.18953608513785, 40.298923806500625 ], [ -112.1894307984781, 40.298623087088053 ], [ -112.18942073021144, 40.298384451693749 ], [ -112.18944986109695, 40.298032800544483 ], [ -112.18950204547514, 40.297653885273327 ], [ -112.18970692134209, 40.297259886218477 ], [ -112.18977880348366, 40.296997885436092 ], [ -112.18985618066411, 40.296780873171052 ], [ -112.19002618303578, 40.296612457655542 ], [ -112.190163720595, 40.296471402950402 ], [ -112.19021396981135, 40.296317732656668 ], [ -112.19016931990704, 40.296119993620223 ], [ -112.18999321695803, 40.295806489590483 ], [ -112.18968872872665, 40.295551963378145 ], [ -112.18937164223357, 40.295249818061365 ], [ -112.18919712452502, 40.295026386662123 ], [ -112.1890768062766, 40.294874470073566 ], [ -112.18894362002916, 40.294659622453757 ], [ -112.18880463193015, 40.294449338801947 ], [ -112.18870164478876, 40.29427922565602 ], [ -112.18840511726573, 40.294142632351388 ], [ -112.18824449900927, 40.294040678473451 ], [ -112.18811980192696, 40.293974391545518 ], [ -112.18794726355542, 40.293863550647728 ], [ -112.18791422743712, 40.293656682342679 ], [ -112.18788612665388, 40.293395709198606 ], [ -112.18784078253722, 40.29322500333339 ], [ -112.18780852908758, 40.292995604375449 ], [ -112.1877757304614, 40.292802247096766 ], [ -112.18769414534775, 40.292510291400681 ], [ -112.18759751857931, 40.292367138971784 ], [ -112.18750669483504, 40.292219422376718 ], [ -112.1873936070716, 40.292144006433801 ], [ -112.18735642645134, 40.292036279730496 ], [ -112.18744110035847, 40.291832707543499 ], [ -112.18764253444452, 40.291578387035266 ], [ -112.1878095528547, 40.291441536891924 ], [ -112.18798002054447, 40.291300146572979 ], [ -112.18813551151307, 40.291176927873067 ], [ -112.18823916715723, 40.291049736871187 ], [ -112.18829585060455, 40.290927532780735 ], [ -112.18835237606518, 40.290796321255961 ], [ -112.18846072854424, 40.290601514095343 ], [ -112.18843812979156, 40.29031886276556 ], [ -112.18832735967767, 40.290039819844694 ], [ -112.18822828986909, 40.289757053016075 ], [ -112.18802718972393, 40.289358216515566 ], [ -112.18787080872035, 40.28916162365676 ], [ -112.18771912710588, 40.288897414598296 ], [ -112.18760399494465, 40.288704902381248 ], [ -112.18745843303296, 40.288454143677953 ], [ -112.18731216286034, 40.288162851400486 ], [ -112.18729105167165, 40.287964869349253 ], [ -112.18719944663046, 40.287772115232201 ], [ -112.18698394608801, 40.28755810969939 ], [ -112.18686317368409, 40.287379168104152 ], [ -112.1867064068466, 40.28716005494708 ], [ -112.1865670529959, 40.286994817177572 ], [ -112.18651897587475, 40.28686918378606 ], [ -112.18644612006736, 40.286739299972162 ], [ -112.18650256707687, 40.286603585547006 ], [ -112.18665993533536, 40.286520890172525 ], [ -112.18700030608498, 40.2864759568428 ], [ -112.18729405433575, 40.286455825390327 ], [ -112.1874454614985, 40.286368685609737 ], [ -112.18781829388223, 40.286162154960977 ], [ -112.18805195370267, 40.286069665332967 ], [ -112.18827243131375, 40.285896229315789 ], [ -112.18841661403744, 40.285732585669471 ], [ -112.18848042889441, 40.285614812660995 ], [ -112.18850040956342, 40.285479471866211 ], [ -112.18842786708414, 40.285367604133029 ], [ -112.18823684033997, 40.285207403642808 ], [ -112.18821087204708, 40.28506803029272 ], [ -112.18821750726228, 40.284775168455127 ], [ -112.18816525578937, 40.284478406874491 ], [ -112.18810761297595, 40.28420962863801 ], [ -112.18806710816892, 40.283911845443271 ], [ -112.18807429599971, 40.28365050951583 ], [ -112.18811448105791, 40.28325820364541 ], [ -112.18820557505687, 40.283086096361743 ], [ -112.18837240711302, 40.282872670380307 ], [ -112.18852739800548, 40.282654861281941 ], [ -112.18867666509688, 40.282446119821152 ], [ -112.18879873016961, 40.282296216443349 ], [ -112.18896461907337, 40.282096312847187 ], [ -112.18910768739087, 40.281869616443949 ], [ -112.18925028120096, 40.281615897613811 ], [ -112.18931867704389, 40.281155733421556 ], [ -112.18929065614907, 40.280899263778096 ], [ -112.18919459563077, 40.280787638181266 ], [ -112.18899627948035, 40.280546432320762 ], [ -112.18887590924977, 40.280390011064412 ], [ -112.18871333538441, 40.280174563624826 ], [ -112.18859846824846, 40.279996463817334 ], [ -112.18850600322622, 40.279754169543935 ], [ -112.18840647555041, 40.279444379896702 ], [ -112.18857223756643, 40.278834566538649 ], [ -112.18866565538988, 40.278459731389518 ], [ -112.18871767401258, 40.278071807941558 ], [ -112.18876483740223, 40.277742493141055 ], [ -112.18884870137502, 40.277493882615822 ], [ -112.18896705669567, 40.27719987233283 ], [ -112.18901540185215, 40.276938113106574 ], [ -112.18902799265571, 40.276649694163119 ], [ -112.18902239087471, 40.276329930501589 ], [ -112.18900017469107, 40.276068896389411 ], [ -112.18897567080491, 40.275677254546991 ], [ -112.1890036926211, 40.27526255025893 ], [ -112.18907820889244, 40.274883404305278 ], [ -112.1890986441466, 40.274639949894819 ], [ -112.18912911080719, 40.274364860688671 ], [ -112.18909489859557, 40.274090436223204 ], [ -112.18907887851033, 40.273847356451761 ], [ -112.18904999440372, 40.273541345502281 ], [ -112.18925670485716, 40.273323003644236 ], [ -112.18954745159536, 40.27306776121705 ], [ -112.18979830082552, 40.272885000783795 ], [ -112.19004012749546, 40.272657287340259 ], [ -112.19032931343085, 40.272380437266882 ], [ -112.19057849234312, 40.272169764255544 ], [ -112.19088297298745, 40.272094558225753 ], [ -112.19122138756629, 40.271942425060992 ], [ -112.19146627917047, 40.271822785731295 ], [ -112.19169218685681, 40.271626764454496 ], [ -112.19178842486058, 40.271414060388118 ], [ -112.19181252544922, 40.27111200878737 ], [ -112.19174804675382, 40.270855914875348 ], [ -112.1917253638548, 40.270568759629668 ], [ -112.19171242218162, 40.270099521084951 ], [ -112.19196534883031, 40.269768085090654 ], [ -112.19210298743154, 40.269636035706277 ], [ -112.19238196473404, 40.269381808275263 ], [ -112.19249843064068, 40.269316643642846 ], [ -112.19265573600316, 40.269233039808938 ], [ -112.19275451558298, 40.269165354512474 ], [ -112.19289754492993, 40.268938653499937 ], [ -112.19281707686669, 40.268709752126462 ], [ -112.19269521631695, 40.268467763794639 ], [ -112.19267196081935, 40.268148181923301 ], [ -112.19265277612169, 40.26779252182871 ], [ -112.1926314614676, 40.267449496348718 ], [ -112.19260227497104, 40.267193939873309 ], [ -112.19256122454627, 40.266865532266806 ], [ -112.19244077630798, 40.266703709666999 ], [ -112.19225903739438, 40.266400175340976 ], [ -112.19204154503318, 40.266136648941497 ], [ -112.19197283158908, 40.265840057772529 ], [ -112.19197968791265, 40.265560706176373 ], [ -112.19202723374204, 40.265321476161581 ], [ -112.1921197868956, 40.265167368517176 ], [ -112.19221020454414, 40.264891660432774 ], [ -112.19221261456251, 40.264761004165052 ], [ -112.19219627004424, 40.264499909698955 ], [ -112.19208649392483, 40.264275814131089 ], [ -112.1917915447312, 40.263886958213924 ], [ -112.19158825100403, 40.263627789094251 ], [ -112.19131292908223, 40.263418911102548 ], [ -112.19110964781316, 40.263227308986394 ], [ -112.1907060106905, 40.263010741305457 ], [ -112.19044966436051, 40.262810675008105 ], [ -112.19028825001715, 40.262659181460712 ], [ -112.19015307339876, 40.262327236417796 ], [ -112.18997737770793, 40.262031744198211 ], [ -112.18981541392655, 40.261848723864418 ], [ -112.18933157864689, 40.261416758239413 ], [ -112.18915841261574, 40.261265383849924 ], [ -112.18862167711924, 40.260833958841296 ], [ -112.18828591155828, 40.260462630145312 ], [ -112.18795802942509, 40.260205634735456 ], [ -112.1875639724532, 40.259862830466446 ], [ -112.18726061826295, 40.259663239365544 ], [ -112.18688451861297, 40.25933826661587 ], [ -112.18657458198174, 40.259098200358032 ], [ -112.18623674934109, 40.258944005471335 ], [ -112.18582869004977, 40.258808547476853 ], [ -112.18533880427317, 40.258700953541329 ], [ -112.18467779799862, 40.258558172444268 ], [ -112.18419764679113, 40.258334256876637 ], [ -112.18393687194565, 40.25821530287201 ], [ -112.18372077118143, 40.257960755069192 ], [ -112.18361479325294, 40.257614989625836 ], [ -112.18351092938232, 40.257120552607738 ], [ -112.18351783472527, 40.256774533267809 ], [ -112.18366541418693, 40.256471219452784 ], [ -112.1838131336519, 40.256176012181022 ], [ -112.18398367424925, 40.255840931238048 ], [ -112.18405547580727, 40.255575329492267 ], [ -112.18406195845691, 40.255340126091518 ], [ -112.18393935145194, 40.254984620956797 ], [ -112.18384342443952, 40.25460812181106 ], [ -112.18367984544575, 40.254262945519251 ], [ -112.18349439781692, 40.253742315473275 ], [ -112.18336742643744, 40.25354090962788 ], [ -112.18328755902479, 40.253343526493545 ], [ -112.18330809012218, 40.253172143891803 ], [ -112.18335127035944, 40.252950979679923 ], [ -112.18344837270988, 40.252787823035774 ], [ -112.183569928369, 40.252678470712375 ], [ -112.18376648528169, 40.252487269216246 ], [ -112.18398083209146, 40.252304894445786 ], [ -112.18416570931196, 40.252118316319461 ], [ -112.18438389028564, 40.251818783417249 ], [ -112.18445763385334, 40.251664874087666 ], [ -112.1845015162571, 40.25148424312173 ], [ -112.18453849962501, 40.251245123681386 ], [ -112.18452344556962, 40.25105608691532 ], [ -112.18449804934097, 40.250948237814235 ], [ -112.18438299320925, 40.250755720100116 ], [ -112.18430273376978, 40.250535818861422 ], [ -112.18420037664738, 40.250397225518036 ], [ -112.18391062727791, 40.2499632495066 ], [ -112.1831539547789, 40.249723238786295 ], [ -112.1828243285364, 40.24969958139981 ], [ -112.1821718165117, 40.249701744952631 ], [ -112.18185449464579, 40.249709490919265 ], [ -112.18148256517337, 40.249619594477593 ], [ -112.18103309708769, 40.249533190982397 ], [ -112.18067480511117, 40.249483693663088 ], [ -112.18038043165966, 40.249458768691994 ], [ -112.18016920767542, 40.249482544978449 ], [ -112.17995792095645, 40.249502717881811 ], [ -112.17972227838841, 40.249474489604367 ], [ -112.17952204334121, 40.249454008114 ], [ -112.17932649783415, 40.249365009363714 ], [ -112.17927667705091, 40.249204254314868 ], [ -112.17927911213651, 40.24907359762144 ], [ -112.17938836818919, 40.248865274924775 ], [ -112.17956361808265, 40.248462583861468 ], [ -112.17961825046103, 40.248223285900487 ], [ -112.17966684843914, 40.247975040327418 ], [ -112.1796510269012, 40.247740965106296 ], [ -112.17959523520329, 40.247574865560956 ], [ -112.17946852180469, 40.247386966151701 ], [ -112.17939964667869, 40.247144422523689 ], [ -112.17935459494467, 40.24691965423898 ], [ -112.1793727891657, 40.246613159458555 ], [ -112.17940360103559, 40.246288517861487 ], [ -112.1793977378473, 40.245950736392203 ], [ -112.17933356650714, 40.245708144718535 ], [ -112.17928218527251, 40.245457314463032 ], [ -112.17924237164577, 40.24519555537006 ], [ -112.17910336197649, 40.244976248917062 ], [ -112.17899601940795, 40.244616978570193 ], [ -112.17901539034813, 40.24431047173568 ], [ -112.17900929506723, 40.24395917883767 ], [ -112.17901643914202, 40.243693337509342 ], [ -112.17897139123799, 40.243468568893078 ], [ -112.17892298379783, 40.24305013873775 ], [ -112.17887707722815, 40.242775828730075 ], [ -112.17885397655155, 40.242460745391107 ], [ -112.17885586911162, 40.242230993924927 ], [ -112.17889757330514, 40.241924259473862 ], [ -112.1789351971174, 40.24172117128667 ], [ -112.17895550201295, 40.241536277741083 ], [ -112.17899814303419, 40.241283588318943 ], [ -112.17904666079872, 40.241030838995087 ], [ -112.17909595963404, 40.240823127220914 ], [ -112.17911657972307, 40.240588680317948 ], [ -112.17913853788841, 40.240228092252693 ], [ -112.17916692304721, 40.239831402237719 ], [ -112.1791967145215, 40.239515779845767 ], [ -112.17917359821172, 40.239199795649945 ], [ -112.17915090410492, 40.238908131727918 ], [ -112.1791642369642, 40.238660245332369 ], [ -112.17917177107623, 40.238416922568675 ], [ -112.17923078970428, 40.238091993165675 ], [ -112.17925156180982, 40.237934122038745 ], [ -112.1792702207471, 40.237722217766695 ], [ -112.17929076140867, 40.237483266971502 ], [ -112.17931545629453, 40.237212741934044 ], [ -112.17932003594598, 40.236799176972923 ], [ -112.17932011429599, 40.236464938058482 ], [ -112.17937216008154, 40.236077015746176 ], [ -112.17936690869546, 40.235774363011629 ], [ -112.1794189663121, 40.235454909793489 ], [ -112.17947359290724, 40.235148043115771 ], [ -112.17954492334086, 40.234855420728138 ], [ -112.17958174462125, 40.234606393802139 ], [ -112.17967554816917, 40.234254082069086 ], [ -112.17976425602932, 40.233946867779011 ], [ -112.17976747758715, 40.233726111555953 ], [ -112.17972635409778, 40.233456257246452 ], [ -112.17970497323157, 40.233240256365356 ], [ -112.17975286086914, 40.232883907997895 ], [ -112.17975381013446, 40.232667679460612 ], [ -112.17973775866218, 40.232420092307684 ], [ -112.17969349832643, 40.232240361102697 ], [ -112.17959110081998, 40.232097258960117 ], [ -112.17947146569975, 40.231976855208714 ], [ -112.1793505808763, 40.231784391098472 ], [ -112.17918879756097, 40.23160585727539 ], [ -112.17903476597601, 40.231535353699989 ], [ -112.1786144311809, 40.231359452922462 ], [ -112.17834051924349, 40.231154131525038 ], [ -112.17810831969706, 40.230981718591643 ], [ -112.17780527972747, 40.230791107020359 ], [ -112.17747278274767, 40.230596289796445 ], [ -112.17726345227373, 40.230386705040935 ], [ -112.17710809975196, 40.230239634747129 ], [ -112.17694523446207, 40.229998044833096 ], [ -112.17687732299608, 40.229809543845157 ], [ -112.17683879220021, 40.229620744040801 ], [ -112.17678005509239, 40.229351067554028 ], [ -112.17678885067888, 40.229112236274624 ], [ -112.17683203880851, 40.228891073508407 ], [ -112.17685031952178, 40.228589081864541 ], [ -112.17686789847581, 40.228246556265979 ], [ -112.17684684054738, 40.228048569597597 ], [ -112.17680298072227, 40.22789135586077 ], [ -112.17668829860412, 40.227716843961197 ], [ -112.17651579351148, 40.227596974562154 ], [ -112.17628962699352, 40.227432604691487 ], [ -112.17602162948548, 40.227228118373972 ], [ -112.17583017520558, 40.227031862886037 ], [ -112.17565557074639, 40.226790390248794 ], [ -112.17554708073823, 40.2266338325242 ], [ -112.17540434865055, 40.226536181825516 ], [ -112.17523356142325, 40.226515393463757 ], [ -112.17505203455252, 40.226553273245727 ], [ -112.17488194777992, 40.226573018342734 ], [ -112.17456512152185, 40.226603261702429 ], [ -112.1744830159076, 40.226613104110761 ], [ -112.17435405942393, 40.226632431015069 ], [ -112.17413347997181, 40.226586920710901 ], [ -112.17375803750734, 40.226489826865425 ], [ -112.17350985505115, 40.226411261531325 ], [ -112.17314353590561, 40.226297856731435 ], [ -112.17277698491235, 40.226170939414764 ], [ -112.17229181750662, 40.225981257669666 ], [ -112.17194995264667, 40.225922557067626 ], [ -112.1715091163738, 40.225918011247032 ], [ -112.17118556235027, 40.225898763214381 ], [ -112.17080317348062, 40.225875604934863 ], [ -112.17058290206295, 40.225711164142368 ], [ -112.17053929090073, 40.225567459091835 ], [ -112.1705244382181, 40.225387426614311 ], [ -112.17047347870027, 40.225158209064858 ], [ -112.17042637961305, 40.224811833672483 ], [ -112.17041059718926, 40.224577755739901 ], [ -112.17038816409135, 40.224298699369406 ], [ -112.17035506525484, 40.224082814801513 ], [ -112.17028562805727, 40.22380423371294 ], [ -112.170199649883, 40.223588883786178 ], [ -112.17006635804273, 40.223355993865461 ], [ -112.1698104562024, 40.223169388867895 ], [ -112.16956004396205, 40.222960204968146 ], [ -112.16944780321899, 40.222857734083654 ], [ -112.16924306703477, 40.222639078784105 ], [ -112.16899251914457, 40.222421786766503 ], [ -112.16876482438346, 40.222166425012766 ], [ -112.16856621429505, 40.221893651757767 ], [ -112.16839552800022, 40.221535910303892 ], [ -112.16839566185639, 40.221201669770167 ], [ -112.1684367361494, 40.220787735434833 ], [ -112.1687821743966, 40.22009865158703 ], [ -112.16891327986708, 40.21986308975125 ], [ -112.16896445386664, 40.219763472296314 ], [ -112.16899166238765, 40.219637069452553 ], [ -112.16896058328599, 40.21953828277443 ], [ -112.16887608570021, 40.219408503596583 ], [ -112.16869804992209, 40.219306696381203 ], [ -112.1683786236363, 40.219183793489464 ], [ -112.16793334513805, 40.218918013468105 ], [ -112.16774943689617, 40.218816264035084 ], [ -112.1676236619731, 40.218677891240993 ], [ -112.16743672443486, 40.218468062098111 ], [ -112.16722392201333, 40.218326062105341 ], [ -112.16693295111742, 40.218148813301397 ], [ -112.16660170599027, 40.218021520036409 ], [ -112.16641871356074, 40.217972913200249 ], [ -112.16619965240413, 40.217876921032982 ], [ -112.16599943695176, 40.217851910861533 ], [ -112.16564809098935, 40.21792301863583 ], [ -112.16533856430515, 40.218034245447235 ], [ -112.16504644584708, 40.218132683386493 ], [ -112.1646494693852, 40.218284428889234 ], [ -112.16435161249544, 40.218391031058367 ], [ -112.16412889783059, 40.218424803474633 ], [ -112.16400535082023, 40.218416136044993 ], [ -112.16395241312111, 40.21841306479169 ], [ -112.16372353390678, 40.218361311506634 ], [ -112.1635086975607, 40.218237343395479 ], [ -112.16321224655545, 40.218082663158043 ], [ -112.1629743936208, 40.217918384192323 ], [ -112.16276011907156, 40.217758372422402 ], [ -112.16253921607178, 40.217554281987589 ], [ -112.16231820665085, 40.217343885781304 ], [ -112.16205708925141, 40.217193352256473 ], [ -112.16181484429258, 40.217115602819476 ], [ -112.1615318286658, 40.217058983104337 ], [ -112.16139708810611, 40.217082858163266 ], [ -112.16111662552474, 40.217175763745345 ], [ -112.16070798768007, 40.217333018243984 ], [ -112.16049786984864, 40.21741620767596 ], [ -112.1601772780227, 40.217568072850284 ], [ -112.15965708615435, 40.217730946422009 ], [ -112.15918343183354, 40.217866324103802 ], [ -112.15884027932844, 40.218004897813678 ], [ -112.15851904293925, 40.218188296891931 ], [ -112.15827527973619, 40.218366415183368 ], [ -112.15807878647503, 40.218490905978463 ], [ -112.15767596823063, 40.218714759287479 ], [ -112.15746645551508, 40.218833973782623 ], [ -112.15733911787865, 40.218947861612008 ], [ -112.15722423520911, 40.219103066864001 ], [ -112.15719011821086, 40.219170075713819 ], [ -112.15716196830208, 40.219242430383119 ], [ -112.15715098418491, 40.219287585963556 ], [ -112.15709573159232, 40.219355707016682 ], [ -112.15699436104816, 40.219407171701967 ], [ -112.15688851523367, 40.219402824294498 ], [ -112.15682266215147, 40.219331409330572 ], [ -112.1567500913845, 40.21921051113484 ], [ -112.15671407419669, 40.219165825354047 ], [ -112.15649477734628, 40.219055402502541 ], [ -112.15613526918291, 40.218923857069996 ], [ -112.15571573212549, 40.21885597403675 ], [ -112.15536036363868, 40.218760421456658 ], [ -112.15502489517003, 40.218660164605154 ], [ -112.15459425028656, 40.218560856306226 ], [ -112.15438625037396, 40.218423289262269 ], [ -112.15414330626061, 40.218304088623341 ], [ -112.1538480217928, 40.218216941337737 ], [ -112.15366962914888, 40.218092591542245 ], [ -112.15354418942742, 40.217972218273722 ], [ -112.15345964663031, 40.217837923548629 ], [ -112.15345704971283, 40.217684793781771 ], [ -112.15349000870529, 40.21754932795983 ], [ -112.15356798193591, 40.217296294436906 ], [ -112.15367181566828, 40.216835792467982 ], [ -112.15386064801442, 40.216536607835856 ], [ -112.15406916680784, 40.216358850214903 ], [ -112.15434757234544, 40.216144358567199 ], [ -112.15452168002749, 40.216016493703279 ], [ -112.1547011267708, 40.21585704325728 ], [ -112.15484538445101, 40.2157015473218 ], [ -112.15492968704784, 40.215544847671758 ], [ -112.15502232115266, 40.215394371223567 ], [ -112.15504986002567, 40.215285986489377 ], [ -112.15502986464256, 40.215146544078223 ], [ -112.15493929480186, 40.215003301357619 ], [ -112.15474267262776, 40.214843098395605 ], [ -112.15442962523097, 40.214747120549795 ], [ -112.15402334581781, 40.214697117303238 ], [ -112.15359928977315, 40.214638280653197 ], [ -112.15320476116733, 40.214588157401806 ], [ -112.15288553689153, 40.21447421858413 ], [ -112.15263147055617, 40.214391162059442 ], [ -112.15235904798988, 40.214195673219201 ], [ -112.15212662090102, 40.214071858892019 ], [ -112.1519129175997, 40.213943353160339 ], [ -112.15157995057118, 40.213780898005076 ], [ -112.15127852570876, 40.213607317133565 ], [ -112.15112418232036, 40.21351425609776 ], [ -112.15102355002804, 40.213470211109716 ], [ -112.15089308711674, 40.213399435177102 ], [ -112.15084448934641, 40.213305322195623 ], [ -112.15081946667873, 40.213215479364315 ], [ -112.15082923503417, 40.213098263102111 ], [ -112.1508503717353, 40.212958410886067 ], [ -112.15079457237664, 40.21285536031899 ], [ -112.15067176993634, 40.21282054461475 ], [ -112.15041809323925, 40.212760002209691 ], [ -112.15015175391322, 40.212645530089212 ], [ -112.14989197527778, 40.212571533413382 ], [ -112.14968362270083, 40.212411438255586 ], [ -112.14958214054226, 40.212316949108036 ], [ -112.14948571137597, 40.212173760186943 ], [ -112.14950047373272, 40.212004241243847 ], [ -112.14962131329229, 40.21185348887041 ], [ -112.14976078078533, 40.211762011822337 ], [ -112.14989490623358, 40.211702119763984 ], [ -112.15008129335742, 40.211605671585325 ], [ -112.15013882062051, 40.211533026603952 ], [ -112.15022488284063, 40.211410547599563 ], [ -112.15028090197525, 40.211248726779147 ], [ -112.15036015996137, 40.211071359372681 ], [ -112.15083134770683, 40.210791895624247 ], [ -112.15118816699663, 40.210698255488659 ], [ -112.15166186467569, 40.210567414666329 ], [ -112.1519600895696, 40.210483364341442 ], [ -112.15220567251515, 40.210413351064091 ], [ -112.15265563950155, 40.210269228668366 ], [ -112.15285498869376, 40.210244720280919 ], [ -112.1531240675222, 40.210174471022889 ], [ -112.153298849672, 40.210087142458072 ], [ -112.15349697628771, 40.20999057181028 ], [ -112.15366534847011, 40.209871774489294 ], [ -112.15378695409674, 40.209766956883158 ], [ -112.15383969996049, 40.209689853141747 ], [ -112.1539419722712, 40.209553696018482 ], [ -112.15406952766727, 40.209453323378646 ], [ -112.15424987545401, 40.20934791954771 ], [ -112.15447798166718, 40.209287084915395 ], [ -112.15473500051971, 40.209198933878533 ], [ -112.15513284968682, 40.209100367670288 ], [ -112.15569875780916, 40.208864984613015 ], [ -112.15611772827478, 40.208626562022715 ], [ -112.15637862646484, 40.20842124940831 ], [ -112.15649396826785, 40.208293968619692 ], [ -112.15678811855487, 40.20797120363094 ], [ -112.157117817648, 40.207666100839475 ], [ -112.15734323422541, 40.207447627005251 ], [ -112.15747575072371, 40.207294046905211 ], [ -112.15761372700152, 40.20711608728805 ], [ -112.15776346616616, 40.206938910759263 ], [ -112.15783380253116, 40.206929198004509 ], [ -112.15803838545969, 40.206867690768767 ], [ -112.15823148042672, 40.206821613719782 ], [ -112.15836604859706, 40.206788734940183 ], [ -112.15854112198015, 40.206719413894042 ], [ -112.15858070701509, 40.206628925962207 ], [ -112.15847211123651, 40.20653091207452 ], [ -112.15832359669272, 40.20636572880565 ], [ -112.15821640651509, 40.206281214359393 ], [ -112.15811357287294, 40.206107465431067 ], [ -112.1579852200703, 40.205815050659119 ], [ -112.15790425904933, 40.205545585475903 ], [ -112.15788464436442, 40.20542866246565 ], [ -112.15779109331058, 40.205109772681674 ], [ -112.15769823279749, 40.204831417172855 ], [ -112.15756325954125, 40.204494923122517 ], [ -112.15746567608156, 40.204284183429486 ], [ -112.15742272018042, 40.204176502898299 ], [ -112.15733596620531, 40.203911599742156 ], [ -112.15732541983569, 40.203636925366979 ], [ -112.15728048845391, 40.203413046161913 ], [ -112.15724216647352, 40.203232344891163 ], [ -112.15732156586878, 40.203064881269974 ], [ -112.15747068429752, 40.202851674536575 ], [ -112.1576953179504, 40.202588161858905 ], [ -112.15790827903278, 40.202329270099881 ], [ -112.15816937797921, 40.202137465108891 ], [ -112.15836640133207, 40.201977832918772 ], [ -112.15872535656058, 40.201667928008575 ], [ -112.15888103150549, 40.201495195099668 ], [ -112.15907760643334, 40.201309439571006 ], [ -112.15936536558723, 40.200958803376047 ], [ -112.15954238309318, 40.200659727301243 ], [ -112.15966791836905, 40.20044224936116 ], [ -112.15977644620068, 40.200260978408188 ], [ -112.15989672054489, 40.200079589640481 ], [ -112.16006359861137, 40.199875210729552 ], [ -112.16021842156117, 40.19965293405329 ], [ -112.16036126618278, 40.19941726347809 ], [ -112.16049931150819, 40.199244705097975 ], [ -112.16047915689111, 40.19909625569931 ], [ -112.16039857860689, 40.198849311081872 ], [ -112.16030909502301, 40.19876912550891 ], [ -112.15998647996132, 40.198452533147432 ], [ -112.15969346500121, 40.198149157070318 ], [ -112.1594897567184, 40.197984527979131 ], [ -112.15915857149507, 40.197785138462088 ], [ -112.15898060725647, 40.197683314922564 ], [ -112.15860249040679, 40.197556467166955 ], [ -112.15821170863735, 40.197375689792899 ], [ -112.15764511303699, 40.197219192539066 ], [ -112.15737377721069, 40.197153436118555 ], [ -112.15692599399642, 40.197005657371498 ], [ -112.15662451661503, 40.196963624328887 ], [ -112.15641925792742, 40.196983693549512 ], [ -112.15615084653584, 40.197089980475063 ], [ -112.15583605974582, 40.197232766617319 ], [ -112.15554453549899, 40.197361805896989 ], [ -112.1554158577384, 40.197394622578777 ], [ -112.15519946222716, 40.197450837549425 ], [ -112.15491151650116, 40.197444701743827 ], [ -112.15449374653231, 40.197403823423471 ], [ -112.15415759251803, 40.19732609307399 ], [ -112.1538262436755, 40.197185249540134 ], [ -112.1534547753528, 40.197103364561755 ], [ -112.15313067573739, 40.197043529465155 ], [ -112.15261275814566, 40.196985623612619 ], [ -112.15231192417174, 40.196912040758981 ], [ -112.15181681537595, 40.196813362922377 ], [ -112.15139188244093, 40.19669596655153 ], [ -112.15104856723266, 40.196541720261003 ], [ -112.15072241644108, 40.196360274736904 ], [ -112.15055056991119, 40.196271891107315 ], [ -112.15018292868346, 40.196068333471572 ], [ -112.14999270304018, 40.19593508567818 ], [ -112.1497561012052, 40.195838334992821 ], [ -112.14948570600365, 40.195827506727802 ], [ -112.14887962651117, 40.195765954981589 ], [ -112.14861968606414, 40.19567844279576 ], [ -112.14859971054831, 40.195538998545238 ], [ -112.14856135568388, 40.195354690701436 ], [ -112.14873551883936, 40.194884484413663 ], [ -112.14866032941528, 40.194605945601147 ], [ -112.14867042465626, 40.194159890349106 ], [ -112.14868874883734, 40.193853395913713 ], [ -112.14874727185337, 40.1934924473602 ], [ -112.1487831384826, 40.193181274185442 ], [ -112.1488809883991, 40.192783898442272 ], [ -112.14894135310155, 40.192462571917979 ], [ -112.14892627797596, 40.192265420151166 ], [ -112.14881195694383, 40.192104389264266 ], [ -112.14865193023408, 40.19201948906997 ], [ -112.14846188618662, 40.191896146927505 ], [ -112.14841918066577, 40.191801974054833 ], [ -112.14842568397206, 40.191491092216673 ], [ -112.14878480391303, 40.190843371071324 ], [ -112.14877490328838, 40.190604725559787 ], [ -112.14871412401915, 40.190483704543148 ], [ -112.14850179376688, 40.190431756252586 ], [ -112.14815408726059, 40.190363132026981 ], [ -112.1479471748646, 40.190284101375823 ], [ -112.14771608875449, 40.190164768637139 ], [ -112.14740195068555, 40.189996708096253 ], [ -112.14716499380594, 40.189877432436319 ], [ -112.14706401989893, 40.189810864063432 ], [ -112.14693963135814, 40.189749032203494 ], [ -112.14683820266271, 40.189655440532434 ], [ -112.14687063154935, 40.189488449012309 ], [ -112.14695072425771, 40.189361526625568 ], [ -112.14710054460511, 40.189189768134874 ], [ -112.14740927388969, 40.189037155563881 ], [ -112.1475890474935, 40.188900235417265 ], [ -112.14774570963453, 40.188786067154496 ], [ -112.14799068778993, 40.188684536656979 ], [ -112.14817220617434, 40.188651204127716 ], [ -112.14843075157941, 40.188657648553743 ], [ -112.14871805201282, 40.188627770243663 ], [ -112.14902213381036, 40.188548174036029 ], [ -112.14967545044067, 40.18828042036052 ], [ -112.15017554377469, 40.18798265335343 ], [ -112.15033886596404, 40.187845892407317 ], [ -112.15049938188234, 40.18768213151445 ], [ -112.15061264562543, 40.187433252664924 ], [ -112.1506383546228, 40.187216776247134 ], [ -112.15058297580865, 40.187067773933535 ], [ -112.15057819632655, 40.186784932449122 ], [ -112.15061641110535, 40.186613377730595 ], [ -112.15069185065975, 40.186211718255329 ], [ -112.15070081202282, 40.185977389851885 ], [ -112.15074182110054, 40.185693192229962 ], [ -112.15081519262348, 40.185516783320004 ], [ -112.15093065942142, 40.18539851567003 ], [ -112.15104071033235, 40.18530732937429 ], [ -112.15125020892204, 40.18519263096465 ], [ -112.15162962160399, 40.185053718883736 ], [ -112.1517871823126, 40.184993591434967 ], [ -112.15203801297326, 40.184891994152437 ], [ -112.15217765138699, 40.184814026124641 ], [ -112.15227648869822, 40.184754482487655 ], [ -112.15238585077881, 40.184622760344197 ], [ -112.15250550854832, 40.184405348132714 ], [ -112.15260716784664, 40.184165591987998 ], [ -112.15273666244168, 40.183835466495374 ], [ -112.15285075061377, 40.183636127785327 ], [ -112.15297010020868, 40.183400699724899 ], [ -112.15306626565335, 40.183183520887965 ], [ -112.15317280184865, 40.182885155781847 ], [ -112.15327910831962, 40.182573279042415 ], [ -112.15332899719952, 40.182398003355694 ], [ -112.15337308981317, 40.182157919088816 ], [ -112.15336078027786, 40.181847224009182 ], [ -112.15332280252487, 40.181685436612341 ], [ -112.15327247089435, 40.181487735434111 ], [ -112.15317943450724, 40.181195862936413 ], [ -112.15310561605077, 40.180998395633402 ], [ -112.15303256055587, 40.18084596673242 ], [ -112.1528779865036, 40.180388036457757 ], [ -112.15286326944469, 40.180212503386905 ], [ -112.15284634158247, 40.179906358741142 ], [ -112.15285495946544, 40.179721584051443 ], [ -112.15283315109933, 40.179474047870052 ], [ -112.15280714828182, 40.179325654795583 ], [ -112.15281080928119, 40.179194984737471 ], [ -112.15274972864098, 40.179055950171559 ], [ -112.15267865793921, 40.179020621008171 ], [ -112.15261384014468, 40.179007752578087 ], [ -112.15231400045772, 40.178988214575767 ], [ -112.15205541544401, 40.178977274455399 ], [ -112.15150278676906, 40.178942231374684 ], [ -112.15100910427236, 40.178920113396998 ], [ -112.15062050454596, 40.178860912027353 ], [ -112.1503963137785, 40.17880007564316 ], [ -112.14980038019515, 40.178634821123275 ], [ -112.14936916102562, 40.178485946675664 ], [ -112.14912644562601, 40.178371236438821 ], [ -112.14896082265473, 40.178300806648238 ], [ -112.14878353262743, 40.178234997006776 ], [ -112.14865264964196, 40.178204763499856 ], [ -112.14841827340405, 40.178166547370054 ], [ -112.14823030387757, 40.178163907346402 ], [ -112.14808404342544, 40.178196890245403 ], [ -112.14785095784738, 40.178235238518532 ], [ -112.14769766620437, 40.17826919156974 ], [ -112.14747441493752, 40.178333568318465 ], [ -112.14729379444351, 40.178348872365824 ], [ -112.14711192366882, 40.178359683911673 ], [ -112.14688917847985, 40.178384413958668 ], [ -112.14671242095233, 40.178350128126986 ], [ -112.14672707872623, 40.178174303168547 ], [ -112.14676651220434, 40.17807481113487 ], [ -112.14681677889217, 40.177921156453102 ], [ -112.14685613626503, 40.177817160530168 ], [ -112.14685982384187, 40.177687391240291 ], [ -112.14678661913423, 40.177525049578051 ], [ -112.14673013486278, 40.177309387838001 ], [ -112.14666205943469, 40.177102850094748 ], [ -112.14660557593805, 40.176887188268076 ], [ -112.14662792494022, 40.176819397750499 ], [ -112.14659935903455, 40.176517871784597 ], [ -112.14657367430058, 40.176387492469445 ], [ -112.14647044709305, 40.176185807338101 ], [ -112.14640885155241, 40.176015242114545 ], [ -112.1462365470706, 40.175896224728689 ], [ -112.14615838380375, 40.17578798703935 ], [ -112.14605652275162, 40.17566737098992 ], [ -112.14605841617305, 40.175500681620953 ], [ -112.14606099108926, 40.175234884043419 ], [ -112.14605009599346, 40.175006157622811 ], [ -112.14603140537533, 40.17480273419266 ], [ -112.14602117727411, 40.174613641736777 ], [ -112.14600579753441, 40.174397572597712 ], [ -112.14598026636574, 40.174276200801806 ], [ -112.14590761309421, 40.174146286220115 ], [ -112.14584105870205, 40.174029825060913 ], [ -112.14575757237392, 40.17395407295519 ], [ -112.1455452960838, 40.173902118346028 ], [ -112.14515589656727, 40.173793355612972 ], [ -112.14487926398992, 40.173755550209748 ], [ -112.14464333727035, 40.173693917680716 ], [ -112.14448354102844, 40.173619820060019 ], [ -112.1443755123195, 40.173481244982767 ], [ -112.14437150236085, 40.17324254010213 ], [ -112.1444204092538, 40.173007816723612 ], [ -112.14445609649486, 40.172755205549251 ], [ -112.14455080085541, 40.172380386301718 ], [ -112.14462807864737, 40.172086822321951 ], [ -112.14475103830087, 40.171716228118996 ], [ -112.14501812095082, 40.171465832988595 ], [ -112.14524364842319, 40.17132846370825 ], [ -112.14539364655575, 40.171169318217878 ], [ -112.14551534887578, 40.171073517130516 ], [ -112.14570132955836, 40.170959061339623 ], [ -112.14593526283387, 40.170902690594389 ], [ -112.14632892652908, 40.170916811683384 ], [ -112.14659967720655, 40.170954671938759 ], [ -112.14687736069347, 40.171055527483546 ], [ -112.14716152276763, 40.171192355075647 ], [ -112.14734148401561, 40.17134823317248 ], [ -112.1475001946997, 40.171427743181134 ], [ -112.14767159455855, 40.171493613332686 ], [ -112.14796598440753, 40.171540245252082 ], [ -112.1482604657367, 40.171592281049932 ], [ -112.14833584367364, 40.171605047217 ], [ -112.14853730378981, 40.171642689292312 ], [ -112.1486953681693, 40.171614093332884 ], [ -112.14910714016939, 40.171587483748119 ], [ -112.14949383889204, 40.171606167798679 ], [ -112.1497589508249, 40.171657590469472 ], [ -112.14990606308531, 40.171675949609543 ], [ -112.14999431223113, 40.171685884077348 ], [ -112.15007667508111, 40.171694976031944 ], [ -112.15040477292865, 40.171651174598296 ], [ -112.15094423008875, 40.171605271121351 ], [ -112.15154285422364, 40.171585804289094 ], [ -112.15204568069257, 40.17152674620506 ], [ -112.15228635094853, 40.171452277146436 ], [ -112.15272857560916, 40.171212733844108 ], [ -112.15305447390672, 40.171039213959702 ], [ -112.1533409354426, 40.170964286620013 ], [ -112.15404317181314, 40.17082215004335 ], [ -112.15430600984715, 40.170739347507862 ], [ -112.15461578481631, 40.170654274413785 ], [ -112.15490848041441, 40.170600903168534 ], [ -112.15508432051664, 40.170582031313643 ], [ -112.1553825197899, 40.170506981816821 ], [ -112.1555760336103, 40.170491536518412 ], [ -112.15574491729623, 40.170408767598239 ], [ -112.1557972977739, 40.170381216980772 ], [ -112.15584921974853, 40.170326643240813 ], [ -112.15587163392311, 40.170263354872311 ], [ -112.15589938413936, 40.170168480930734 ], [ -112.15587398998112, 40.170056119155205 ], [ -112.15578332781071, 40.169903867481146 ], [ -112.15570364393298, 40.169706460003312 ], [ -112.15552803985906, 40.169392889964186 ], [ -112.15538293745401, 40.169146584437854 ], [ -112.15526787773513, 40.168940520446853 ], [ -112.15519521282297, 40.168810611745499 ], [ -112.15512834267825, 40.168676140561168 ], [ -112.15507923800611, 40.168550501310499 ], [ -112.15513039562826, 40.168450889362397 ], [ -112.15521037264106, 40.168319457517569 ], [ -112.1553729071461, 40.168208823876085 ], [ -112.15548355110047, 40.168154565152122 ], [ -112.15558792687381, 40.168076944894928 ], [ -112.15566874288318, 40.167995055116386 ], [ -112.15568939947434, 40.16782817816906 ], [ -112.15572720986867, 40.167634102280282 ], [ -112.15574069677464, 40.167390718434625 ], [ -112.15576730015417, 40.167228286705907 ], [ -112.15584056343604, 40.167047370667191 ], [ -112.15589766595741, 40.166952203626003 ], [ -112.1559604097824, 40.166843466381799 ], [ -112.15604655969251, 40.166729990763784 ], [ -112.15611044934151, 40.166688811226088 ], [ -112.15621505145396, 40.166624701982556 ], [ -112.15640789369527, 40.166501151265201 ], [ -112.15652359751117, 40.166468463158601 ], [ -112.15677427684692, 40.166362352499647 ], [ -112.15707092620082, 40.1661972218591 ], [ -112.15733753258444, 40.165991849256173 ], [ -112.15749374376556, 40.165855149071881 ], [ -112.15771948306231, 40.165663698022051 ], [ -112.1579675552847, 40.165404453916722 ], [ -112.15807115860333, 40.165281792980046 ], [ -112.15810477441721, 40.165186859777677 ], [ -112.15820005700577, 40.164920134242038 ], [ -112.15819730118957, 40.164757995626495 ], [ -112.15826391945942, 40.164532098329481 ], [ -112.15841042685476, 40.164170263148343 ], [ -112.1584653030302, 40.163944483208653 ], [ -112.15857109824029, 40.163605578258597 ], [ -112.15868481510719, 40.163387317657701 ], [ -112.15888782745523, 40.163241137925446 ], [ -112.15917684108395, 40.162973373035669 ], [ -112.15963150893566, 40.16277962585162 ], [ -112.1603578954419, 40.16268225543557 ], [ -112.16086760013641, 40.162617684754757 ], [ -112.16123629375383, 40.162547318910221 ], [ -112.16182125074907, 40.162419825494922 ], [ -112.16228849267208, 40.162275492503419 ], [ -112.1628261757368, 40.162130450142016 ], [ -112.16327139314704, 40.162071922126486 ], [ -112.16367551799361, 40.162013805442385 ], [ -112.16396323721186, 40.162015417745266 ], [ -112.1644087606031, 40.161974900750963 ], [ -112.16462411249738, 40.16186462381647 ], [ -112.16506447573666, 40.161522346887978 ], [ -112.1656501253165, 40.161093017860544 ], [ -112.16609588618579, 40.160723654957273 ], [ -112.16655238026145, 40.160295622160554 ], [ -112.16696298777313, 40.159931114729403 ], [ -112.16734987935018, 40.159553331112612 ], [ -112.16775499398472, 40.15921139933603 ], [ -112.16837497728635, 40.158732159400863 ], [ -112.16864731302661, 40.158522198312291 ], [ -112.16893215935198, 40.158357156451927 ], [ -112.16934467421282, 40.158105236754515 ], [ -112.16982175469349, 40.157852663224695 ], [ -112.17026847705871, 40.157541834557279 ], [ -112.17059911377996, 40.157308756464658 ], [ -112.17094195208618, 40.157102581735515 ], [ -112.1715167159619, 40.15672738853597 ], [ -112.17186464399821, 40.156476113387789 ], [ -112.1721606712459, 40.156279418090307 ], [ -112.172357221349, 40.156101747857775 ], [ -112.17265872784351, 40.155882472708967 ], [ -112.17307630844975, 40.155585442226673 ], [ -112.17334321259273, 40.155402552839433 ], [ -112.17355690079529, 40.155197679164999 ], [ -112.17376339970922, 40.154916299450058 ], [ -112.17389444536657, 40.154685235234041 ], [ -112.17394980612971, 40.154490975264295 ], [ -112.17399327232906, 40.154287826634956 ], [ -112.17400661489322, 40.154039937244164 ], [ -112.17396133972613, 40.153797146843125 ], [ -112.17381118938613, 40.153600465929955 ], [ -112.17362403960389, 40.153300553597489 ], [ -112.17350654965372, 40.152954888699391 ], [ -112.17340914990959, 40.152753167926257 ], [ -112.17325798036073, 40.152497035572672 ], [ -112.17314893624976, 40.152300838103301 ], [ -112.17292130766113, 40.15169502039668 ], [ -112.17273478698823, 40.151431137098903 ], [ -112.17259725174026, 40.15128477849089 ], [ -112.17240601046659, 40.151087610860337 ], [ -112.17225000144751, 40.150890987115268 ], [ -112.17215090495263, 40.150590180657858 ], [ -112.17215034725255, 40.150216302573696 ], [ -112.17209936720889, 40.149982578254374 ], [ -112.17202413659479, 40.149704053148405 ], [ -112.17193315715485, 40.149533798363628 ], [ -112.17181707602977, 40.149269200447847 ], [ -112.17173868737891, 40.149148368930199 ], [ -112.1715232972461, 40.148911803429087 ], [ -112.17127315831797, 40.148702616790231 ], [ -112.17095359759642, 40.148552691833032 ], [ -112.17068701451211, 40.14841123958476 ], [ -112.16994355616568, 40.148256587856764 ], [ -112.16960177529401, 40.148111388285663 ], [ -112.16920584631896, 40.147957725258664 ], [ -112.16889756830572, 40.147780652880087 ], [ -112.16861290683156, 40.147611449633736 ], [ -112.16827399054067, 40.147359007076467 ], [ -112.16792973238637, 40.147137248853021 ], [ -112.16781451951374, 40.146922188875841 ], [ -112.1677690402811, 40.14666588383102 ], [ -112.16786240938917, 40.146291058021895 ], [ -112.1680112973862, 40.146073334035862 ], [ -112.16817786815523, 40.145859936077365 ], [ -112.16840799180325, 40.145587336403963 ], [ -112.16854506176118, 40.145365226349291 ], [ -112.16878004754058, 40.145034016689905 ], [ -112.16904769495447, 40.144896175791111 ], [ -112.16933858459868, 40.144744585663844 ], [ -112.16947750364035, 40.144630566899444 ], [ -112.16953951073778, 40.144481287849921 ], [ -112.16964199603275, 40.144296463765919 ], [ -112.169690781817, 40.144060829318342 ], [ -112.16970321189754, 40.143758893617729 ], [ -112.16976853692721, 40.143460928151931 ], [ -112.16981231842382, 40.143275796029741 ], [ -112.16993771935705, 40.143058306802267 ], [ -112.17028110740554, 40.142888165312179 ], [ -112.17059013266922, 40.142767921139146 ], [ -112.17088641442353, 40.142589244829743 ], [ -112.17121519868567, 40.142252576960892 ], [ -112.17138212159682, 40.142060792996666 ], [ -112.17169369779978, 40.141747721922599 ], [ -112.17191877660267, 40.141524717179259 ], [ -112.17209219894696, 40.141369804366832 ], [ -112.17223596863693, 40.141197172982011 ], [ -112.17241864869304, 40.14089801778519 ], [ -112.17255476722067, 40.140621856971087 ], [ -112.17265482263977, 40.140296510290412 ], [ -112.17277904749251, 40.140011460385949 ], [ -112.1727809660884, 40.139781704775224 ], [ -112.17269848618213, 40.139490640058497 ], [ -112.17261878794211, 40.139224773031835 ], [ -112.17266726595044, 40.138972022705794 ], [ -112.17282993289245, 40.138533425876865 ], [ -112.17298171345482, 40.138144490033284 ], [ -112.17316252319202, 40.137737241327578 ], [ -112.17322814939874, 40.137389719687398 ], [ -112.17320919713229, 40.13703855035709 ], [ -112.17308834987996, 40.13683706625509 ], [ -112.17284280297389, 40.13655125713462 ], [ -112.17275670122676, 40.136322392917926 ], [ -112.17279760532189, 40.135970617192086 ], [ -112.17289804050191, 40.135667789407186 ], [ -112.17302013790255, 40.135327804076098 ], [ -112.17323123653429, 40.134907635284101 ], [ -112.17338696976529, 40.134680825519119 ], [ -112.1736742307185, 40.134389617554191 ], [ -112.17394660945436, 40.13418865245373 ], [ -112.17433032004321, 40.133977548400878 ], [ -112.17466145072687, 40.133780490395246 ], [ -112.17486989905315, 40.133616208731922 ], [ -112.17504869721789, 40.133434209042505 ], [ -112.17518587706628, 40.133221099022663 ], [ -112.17537917262993, 40.132858766266388 ], [ -112.1754401478356, 40.132650934074142 ], [ -112.1755357079162, 40.13240671365655 ], [ -112.17571232787836, 40.132098605233736 ], [ -112.17587413800297, 40.131952813825002 ], [ -112.17605472384048, 40.131806831495922 ], [ -112.17617476714486, 40.131689392605686 ], [ -112.17624856127632, 40.131544494660446 ], [ -112.17632187363196, 40.131371672814993 ], [ -112.17632401372445, 40.131155428526327 ], [ -112.17625088511595, 40.130998509119195 ], [ -112.17610085767689, 40.13080633363866 ], [ -112.17586868576221, 40.130614992143549 ], [ -112.17576777359544, 40.130548447285854 ], [ -112.17559019593217, 40.130460157515387 ], [ -112.17545431201982, 40.130407481333577 ], [ -112.17525976304123, 40.130287830866862 ], [ -112.17506717388677, 40.130145636992012 ], [ -112.17499584330245, 40.130024735604785 ], [ -112.17488735912062, 40.129859164768284 ], [ -112.17485609310332, 40.129679296480084 ], [ -112.17485027654311, 40.129341507634692 ], [ -112.17477566967477, 40.129166583670688 ], [ -112.17457714522261, 40.128883904426495 ], [ -112.17427388295344, 40.128721209472417 ], [ -112.17399009064734, 40.128530387557497 ], [ -112.17382841792136, 40.128342831707272 ], [ -112.17368379436441, 40.128191139932056 ], [ -112.17346408150806, 40.127972639344613 ], [ -112.17325508606334, 40.127763039017267 ], [ -112.17296972453592, 40.127548806312674 ], [ -112.17281016261937, 40.127483753821714 ], [ -112.17256759257108, 40.127369089714499 ], [ -112.17210044342582, 40.127162101057948 ], [ -112.17178237520766, 40.127093245867741 ], [ -112.17134665386136, 40.127007561418502 ], [ -112.17085318880333, 40.126976514892739 ], [ -112.17045954413354, 40.126948961975941 ], [ -112.17001911645892, 40.126930889708909 ], [ -112.16948380997435, 40.126855213684564 ], [ -112.16884220051608, 40.126740066459526 ], [ -112.16840548229122, 40.126595820625027 ], [ -112.16818098680147, 40.126507992742837 ], [ -112.16774929074364, 40.126314142683682 ], [ -112.16764190906878, 40.126211618735319 ], [ -112.16755753395282, 40.12608183486136 ], [ -112.16741310079834, 40.125871572839358 ], [ -112.16727538313999, 40.125710794006167 ], [ -112.16699100652397, 40.125483923446446 ], [ -112.16681243383918, 40.125404639348112 ], [ -112.16661274004721, 40.125325567758587 ], [ -112.16607111968339, 40.124948128335561 ], [ -112.16566059954037, 40.124618917803282 ], [ -112.16535853519233, 40.124455286222208 ], [ -112.16505583713621, 40.124323192731232 ], [ -112.16480180798379, 40.124154571740519 ], [ -112.16464272783391, 40.124048060309157 ], [ -112.16446294730731, 40.123897611294758 ], [ -112.16430731700468, 40.123718089447507 ], [ -112.16413540819357, 40.1236162109345 ], [ -112.16392273859174, 40.123532760446132 ], [ -112.16376333273438, 40.123475802160165 ], [ -112.16364986420854, 40.123359821650908 ], [ -112.16361159084266, 40.123180020410935 ], [ -112.16369552407582, 40.122940430740144 ], [ -112.16385618688741, 40.122727097729076 ], [ -112.16400434681069, 40.122468843705541 ], [ -112.16413877447737, 40.122093606725592 ], [ -112.1642159312029, 40.121800929938864 ], [ -112.16429846231193, 40.121479369312638 ], [ -112.16428767812654, 40.121191180321816 ], [ -112.16428931898938, 40.12094340821978 ], [ -112.16428540049759, 40.120713710592788 ], [ -112.16425793851241, 40.120479745015288 ], [ -112.16419504631818, 40.120232621674802 ], [ -112.16416835310663, 40.120043694808231 ], [ -112.16418042171647, 40.119719238805189 ], [ -112.1642105509447, 40.119421629105894 ], [ -112.16423002236816, 40.119187191617911 ], [ -112.16420873515014, 40.118971182483293 ], [ -112.16415928874575, 40.118755456422591 ], [ -112.16402011288476, 40.118576669497166 ], [ -112.16381286500597, 40.118466136276972 ], [ -112.16359373124151, 40.11834671281219 ], [ -112.16330412365727, 40.118223492245349 ], [ -112.16296187230968, 40.118109808937234 ], [ -112.16263636225743, 40.117945504451896 ], [ -112.16236452615664, 40.117832013320303 ], [ -112.16209174011931, 40.117662673411168 ], [ -112.16191323223423, 40.117516712063981 ], [ -112.16166988794598, 40.117353382246861 ], [ -112.16141465187334, 40.117111790245367 ], [ -112.16126862409611, 40.116874508171108 ], [ -112.1612009000055, 40.116618422147631 ], [ -112.16116512383213, 40.116308860845457 ], [ -112.16112903501089, 40.115911912400108 ], [ -112.16109326841841, 40.115533880224831 ], [ -112.16105071679597, 40.115101860207005 ], [ -112.16097557300728, 40.114823325089631 ], [ -112.16090013880599, 40.114527675137268 ], [ -112.16086757583383, 40.11433790519424 ], [ -112.16081308021437, 40.114238448154154 ], [ -112.16068319792812, 40.114191099734477 ], [ -112.16052534801049, 40.114224214275801 ], [ -112.16036138680464, 40.114242974945547 ], [ -112.16027924540899, 40.114242897032 ], [ -112.16017947494682, 40.114241193813356 ], [ -112.15996235088956, 40.114238864170289 ], [ -112.15970872921582, 40.114160320507665 ], [ -112.15943131177956, 40.114131565720342 ], [ -112.15909156053944, 40.114094424868476 ], [ -112.15883917893883, 40.114088842277134 ], [ -112.15859834618898, 40.114072332424023 ], [ -112.15833436996863, 40.114074973108572 ], [ -112.15814688275339, 40.114090362233071 ], [ -112.15805325371683, 40.114104812517276 ], [ -112.15781342938097, 40.114147752383779 ], [ -112.1575726882663, 40.114136645066047 ], [ -112.15741361507793, 40.114097693127249 ], [ -112.15725949199226, 40.114004635647753 ], [ -112.15705729524659, 40.113844488468239 ], [ -112.15666639193854, 40.113627665353171 ], [ -112.15644736238684, 40.113512731762981 ], [ -112.1561979352328, 40.113335036067973 ], [ -112.15594683160997, 40.113058254135908 ], [ -112.15579583385097, 40.112802995868982 ], [ -112.15575240791227, 40.112663784933375 ], [ -112.15576642228901, 40.112451926235053 ], [ -112.15583780016503, 40.1121629158582 ], [ -112.1558265965952, 40.111847701725445 ], [ -112.15589736360863, 40.11152266012904 ], [ -112.15596148625832, 40.111151737295039 ], [ -112.15591433991666, 40.110792736241009 ], [ -112.15577492668464, 40.110528352885829 ], [ -112.15561723100926, 40.11022360986199 ], [ -112.15543820777815, 40.110045209817038 ], [ -112.1552297803637, 40.109862598146883 ], [ -112.15510111271273, 40.109539546169849 ], [ -112.15509097999518, 40.109287386353742 ], [ -112.15500306933767, 40.108945909074841 ], [ -112.15487051956221, 40.108740016637263 ], [ -112.15465831914987, 40.108611497412554 ], [ -112.15435569689673, 40.108478473530887 ], [ -112.15415483297205, 40.108395787899816 ], [ -112.15393064392605, 40.108321442717951 ], [ -112.1536301258442, 40.10824335280676 ], [ -112.1533240470949, 40.108183336128938 ], [ -112.1531596721713, 40.1081768645899 ], [ -112.15287186022253, 40.108156305832701 ], [ -112.15260090027758, 40.108091432970788 ], [ -112.15234685363046, 40.107985849237508 ], [ -112.1520635708528, 40.107885961373974 ], [ -112.15175070253008, 40.10777105120129 ], [ -112.15141499561635, 40.107693305464224 ], [ -112.15119660141713, 40.107614392682706 ], [ -112.15101820395262, 40.107472016718546 ], [ -112.15089206601262, 40.10729758851749 ], [ -112.1509256237001, 40.107130582556579 ], [ -112.1510242606244, 40.106787247988706 ], [ -112.15107684201944, 40.106426352438824 ], [ -112.15114267235991, 40.106155418397798 ], [ -112.15109309126714, 40.105998248035768 ], [ -112.15098836801779, 40.105701981151078 ], [ -112.15097299328309, 40.105485910147145 ], [ -112.15104034156413, 40.105305054294334 ], [ -112.15128397365973, 40.1050719938833 ], [ -112.1515494333202, 40.1048810597553 ], [ -112.15183280975985, 40.104639494600164 ], [ -112.1520233875943, 40.10446101623198 ], [ -112.15225890830773, 40.104234340977179 ], [ -112.15246712791486, 40.103989017333902 ], [ -112.15271050491361, 40.103810913341981 ], [ -112.15295357648536, 40.103614793224999 ], [ -112.15324265584255, 40.103364158509031 ], [ -112.15349874797847, 40.103244486872114 ], [ -112.15376618916686, 40.103102178290143 ], [ -112.15403218317452, 40.102874294901042 ], [ -112.15417592033985, 40.102701685313413 ], [ -112.15425948278859, 40.102439582010952 ], [ -112.15427769089594, 40.102128578712694 ], [ -112.15422033770567, 40.10185887045261 ], [ -112.1542321480044, 40.101516398239234 ], [ -112.15427968129896, 40.101205102630111 ], [ -112.15437481944042, 40.100933874487779 ], [ -112.15449356909376, 40.100671420222419 ], [ -112.1545902284563, 40.100490270030306 ], [ -112.15470436072583, 40.100232366233115 ], [ -112.15477661462624, 40.100064973198222 ], [ -112.15494616541115, 40.099684890592613 ], [ -112.15517588660056, 40.09939430090833 ], [ -112.15547327329305, 40.099220157019786 ], [ -112.15576290493888, 40.09907311775541 ], [ -112.15604939757522, 40.098948632431664 ], [ -112.15634100929631, 40.098918693279622 ], [ -112.15666844884016, 40.098856862922268 ], [ -112.15689465995692, 40.098705949535869 ], [ -112.15700235322706, 40.098484145094339 ], [ -112.15710836724573, 40.098163254663213 ], [ -112.15714507153776, 40.09790612195814 ], [ -112.1571659363037, 40.097752754826161 ], [ -112.15717217209962, 40.097428356507635 ], [ -112.15717246689006, 40.097099512862947 ], [ -112.15717832117394, 40.096752594983627 ], [ -112.15720466871285, 40.09657664969864 ], [ -112.15727086288103, 40.096329132506803 ], [ -112.15737678095793, 40.096002837091199 ], [ -112.15748362911769, 40.09573148922204 ], [ -112.1575143137284, 40.095465407130568 ], [ -112.15753372699641, 40.095226465681499 ], [ -112.15754255592262, 40.095055200035127 ], [ -112.15756806245464, 40.094829711672872 ], [ -112.15758222149961, 40.094626860057538 ], [ -112.15757718441714, 40.094329602241778 ], [ -112.15758007242394, 40.094153891275809 ], [ -112.15760557856672, 40.093928402877332 ], [ -112.1576369366356, 40.093355996401684 ], [ -112.15762055246233, 40.093081375290922 ], [ -112.1575860412987, 40.092775402646382 ], [ -112.15762982674929, 40.092590273531499 ], [ -112.15768404308133, 40.09232846073354 ], [ -112.1577737498236, 40.092084311819654 ], [ -112.15780214220072, 40.091683112283761 ], [ -112.15779062989481, 40.091349881692977 ], [ -112.157796633895, 40.091011971312774 ], [ -112.15778009722352, 40.090728342298725 ], [ -112.15775563596563, 40.090323166335715 ], [ -112.15771364391139, 40.089921769308567 ], [ -112.15769202231589, 40.08968413871569 ], [ -112.15770054520613, 40.089494857272044 ], [ -112.1577674029202, 40.08928697403055 ], [ -112.1579343297677, 40.089100613720049 ], [ -112.15825912503384, 40.088885646517696 ], [ -112.15855566762018, 40.088734026437372 ], [ -112.15893453333787, 40.088595095920134 ], [ -112.15935962120184, 40.088415159448012 ], [ -112.15967382746058, 40.088267864374785 ], [ -112.16006319261409, 40.088056750278035 ], [ -112.16041257900642, 40.087909100844151 ], [ -112.1607743802263, 40.0878018679985 ], [ -112.1611371752505, 40.087753184813394 ], [ -112.16160551934887, 40.087703441985006 ], [ -112.16207518868757, 40.087662693314257 ], [ -112.16250192461909, 40.087649401698698 ], [ -112.16275993448613, 40.087646811822232 ], [ -112.16312966431377, 40.087661118200842 ], [ -112.16359428980921, 40.087737535509419 ], [ -112.16411778521598, 40.087826873293352 ], [ -112.16427612512537, 40.087826182684964 ], [ -112.16452833303303, 40.087827250924931 ], [ -112.16485632593464, 40.087801429363012 ], [ -112.16514813696716, 40.087717410118699 ], [ -112.16539705670593, 40.087525709581342 ], [ -112.16571526526748, 40.087270245759875 ], [ -112.1659741986667, 40.087046910491814 ], [ -112.16630453442366, 40.086746276242714 ], [ -112.16668098901306, 40.086467699874575 ], [ -112.16693466780417, 40.08628045276452 ], [ -112.16725519158443, 40.086092531471557 ], [ -112.16757013929187, 40.085990254283914 ], [ -112.16783825342212, 40.085892953135811 ], [ -112.16811307735948, 40.085845135098687 ], [ -112.16839925863353, 40.085775579414218 ], [ -112.16879164806896, 40.085743691511595 ], [ -112.16917186279851, 40.085685798075708 ], [ -112.16953363792005, 40.085578538190049 ], [ -112.16987241987906, 40.085498537451663 ], [ -112.17028225905251, 40.085458359846363 ], [ -112.17073406921881, 40.085471812634296 ], [ -112.171092678489, 40.085522243412271 ], [ -112.17127022421414, 40.085547476170539 ], [ -112.17140985657934, 40.085550568742548 ], [ -112.17185194202153, 40.085338881921082 ], [ -112.17212282080466, 40.085061356024354 ], [ -112.17229016152822, 40.084901998938363 ], [ -112.17246899683296, 40.08472901123735 ], [ -112.17254235063915, 40.084629165886341 ], [ -112.1727727333048, 40.084316011027411 ], [ -112.17299661880089, 40.084034454209608 ], [ -112.17311551605263, 40.083786393988291 ], [ -112.17321601787201, 40.083491671369451 ], [ -112.17336984673236, 40.083228842088779 ], [ -112.17365885531626, 40.082915091513634 ], [ -112.17387060678456, 40.082678702660957 ], [ -112.17407141582812, 40.082419900967402 ], [ -112.17423835869951, 40.082238021707049 ], [ -112.17438740104586, 40.082038305005753 ], [ -112.17454809180173, 40.0818339653161 ], [ -112.17464875504609, 40.081549150042385 ], [ -112.17459643016018, 40.081234353481975 ], [ -112.17452798660851, 40.08100530914335 ], [ -112.17448547320578, 40.08092015141586 ], [ -112.17433308775138, 40.080583845880234 ], [ -112.1741518520619, 40.080274860626751 ], [ -112.17408441681692, 40.08010436653683 ], [ -112.17402216429403, 40.079894178726555 ], [ -112.17405986429442, 40.07969919461835 ], [ -112.17434280988824, 40.079443163532922 ], [ -112.17462146924025, 40.079279070606603 ], [ -112.17487009949508, 40.079073838584911 ], [ -112.17506650253222, 40.078900668604689 ], [ -112.17519285749792, 40.07874622771272 ], [ -112.17546948263487, 40.078464130872995 ], [ -112.17560138907609, 40.078291614488833 ], [ -112.17579639347352, 40.078037373287081 ], [ -112.17591149448954, 40.077842503752962 ], [ -112.17596091922323, 40.077715871040809 ], [ -112.17592108203455, 40.077513565029733 ], [ -112.17577774735302, 40.077294290919518 ], [ -112.17557385266633, 40.077031485425621 ], [ -112.17533335724126, 40.076686164880883 ], [ -112.17514649724866, 40.076390752062331 ], [ -112.17497598877357, 40.07602309820647 ], [ -112.17492428652612, 40.075744332604671 ], [ -112.17481380201984, 40.075457153814789 ], [ -112.17462648340008, 40.075134716651654 ], [ -112.17452927432312, 40.074937496509499 ], [ -112.17445520722242, 40.074722022920476 ], [ -112.1743697091985, 40.074523782948809 ], [ -112.17433052522983, 40.074290837812022 ], [ -112.17429641508984, 40.074011893480893 ], [ -112.17423947357202, 40.073769218016544 ], [ -112.17416786772095, 40.073355513312521 ], [ -112.17413306263487, 40.073036033804861 ], [ -112.17413852228702, 40.072671099328751 ], [ -112.17416758671514, 40.07231493492278 ], [ -112.17416039303005, 40.071896072487519 ], [ -112.1741139413185, 40.071581215630538 ], [ -112.17402730378997, 40.071316317540891 ], [ -112.1739120354104, 40.071091350732047 ], [ -112.17377358110895, 40.070881934664492 ], [ -112.17359461670389, 40.070703560698831 ], [ -112.1734220566948, 40.070556654348835 ], [ -112.17316156202817, 40.070410638353373 ], [ -112.17286026192131, 40.070210077801335 ], [ -112.17263879936718, 40.070015014818388 ], [ -112.1724066932447, 40.069814653506803 ], [ -112.1722503349944, 40.06958649708055 ], [ -112.17209899078648, 40.06930873817263 ], [ -112.1719585231446, 40.068981317481771 ], [ -112.17200611086913, 40.068679022164432 ], [ -112.17216322675094, 40.068267506113031 ], [ -112.17239716644107, 40.067891249795331 ], [ -112.17264258226362, 40.067568933039226 ], [ -112.17279809216367, 40.067337619744912 ], [ -112.17304899335451, 40.066925152870134 ], [ -112.17320363714047, 40.06671186653147 ], [ -112.17319476146113, 40.06653627368518 ], [ -112.17316243778642, 40.066360918306451 ], [ -112.17314862750349, 40.066239431652171 ], [ -112.17321233680447, 40.06619373956346 ], [ -112.17330034405965, 40.066197352879414 ], [ -112.17366463827291, 40.066243214005347 ], [ -112.17387127452945, 40.066258238009276 ], [ -112.17420401970969, 40.066242252477544 ], [ -112.17432118237362, 40.06623656010693 ], [ -112.17463749824445, 40.066219838945365 ], [ -112.17502994249027, 40.066197840037752 ], [ -112.17539979006474, 40.066225620627236 ], [ -112.1758442175216, 40.066158044630058 ], [ -112.17624869478944, 40.066153938191 ], [ -112.17683512611414, 40.06616149601679 ], [ -112.17724541863676, 40.066495178369046 ], [ -112.17740116567118, 40.066687296864401 ], [ -112.17761483599078, 40.066838284146428 ], [ -112.17785906752987, 40.066993464962998 ], [ -112.17808907601247, 40.067139780539677 ], [ -112.17835449901035, 40.067231679200312 ], [ -112.17858422232506, 40.067293308629729 ], [ -112.17881329382932, 40.067317104892766 ], [ -112.17912421720318, 40.067327454438221 ], [ -112.17941184768455, 40.067347049676115 ], [ -112.17961686523226, 40.067335952723028 ], [ -112.17983884725275, 40.067288645154761 ], [ -112.17998423338639, 40.06721959401721 ], [ -112.18019927078124, 40.067041720686184 ], [ -112.18028854841886, 40.066847109672871 ], [ -112.1804126928896, 40.06656655430394 ], [ -112.1804735207303, 40.066354214307815 ], [ -112.180547627278, 40.066231832624304 ], [ -112.18056202521747, 40.066046993849461 ], [ -112.18060470645251, 40.06580240498289 ], [ -112.18063695436018, 40.065632700188623 ], [ -112.18067486185682, 40.065451225517357 ], [ -112.18077695458288, 40.065251978789448 ], [ -112.1808916260227, 40.065102155268399 ], [ -112.18105148069294, 40.064852767907631 ], [ -112.18113629707389, 40.064671715732167 ], [ -112.18116156116115, 40.064437214513255 ], [ -112.18120464390842, 40.064216045642517 ], [ -112.18121865080943, 40.064008687294553 ], [ -112.1812609551756, 40.063742479471486 ], [ -112.18139118546485, 40.063475374947956 ], [ -112.18142355494798, 40.063312876139534 ], [ -112.18150689013039, 40.0630462497328 ], [ -112.1817009741843, 40.062742456062949 ], [ -112.18173912647161, 40.062575393474027 ], [ -112.18193297469089, 40.062258087748361 ], [ -112.18203661603302, 40.062148917769711 ], [ -112.18231275775746, 40.061844285710983 ], [ -112.18248001886396, 40.061684914440022 ], [ -112.18274435574534, 40.061375897158257 ], [ -112.18289973581503, 40.06120763720876 ], [ -112.18314116827239, 40.060930385704367 ], [ -112.18334742977325, 40.060653492974865 ], [ -112.1835301034244, 40.060368732428238 ], [ -112.18368413864252, 40.060123004531512 ], [ -112.18376933220026, 40.059964469924495 ], [ -112.18378559134926, 40.059887724085144 ], [ -112.18377715451008, 40.059806725921689 ], [ -112.18373026614984, 40.059739634739934 ], [ -112.18359397257944, 40.05965543829543 ], [ -112.18334701385699, 40.059612914388381 ], [ -112.18313499016641, 40.059556519093199 ], [ -112.18294555558877, 40.059450341168109 ], [ -112.18274385364295, 40.059312755359159 ], [ -112.18251214482834, 40.059134933305202 ], [ -112.18240305861282, 40.058928831111579 ], [ -112.18227691842306, 40.058753534740987 ], [ -112.1821975449546, 40.058570553472293 ], [ -112.18216387923137, 40.058318634435153 ], [ -112.18221289448756, 40.058101909144526 ], [ -112.18221564205018, 40.057921693524975 ], [ -112.18216594966762, 40.05776003180938 ], [ -112.1821106297904, 40.05761194156144 ], [ -112.18201952014027, 40.057428178949387 ], [ -112.18191121645431, 40.057267115133179 ], [ -112.18180244640564, 40.057079027825026 ], [ -112.18172758358132, 40.056817618539071 ], [ -112.1817190925314, 40.056665446613593 ], [ -112.18170864083167, 40.056399776475331 ], [ -112.18163465052726, 40.05618881073449 ], [ -112.18153713847887, 40.055973580152447 ], [ -112.1814455659319, 40.055762793595846 ], [ -112.1813074942888, 40.05557500458697 ], [ -112.18117520099958, 40.055450222172119 ], [ -112.18103884725775, 40.055293948154571 ], [ -112.18081192930035, 40.055053007971402 ], [ -112.18062705049091, 40.054870199900272 ], [ -112.1804309169778, 40.054714534360834 ], [ -112.18031716454759, 40.054576948868998 ], [ -112.18006609290549, 40.054294810090482 ], [ -112.1799065262841, 40.054219855617589 ], [ -112.17959341034563, 40.054078894121105 ], [ -112.17938687956155, 40.053999912427869 ], [ -112.17912065311148, 40.05385847226848 ], [ -112.17896679421189, 40.053774449004578 ], [ -112.17884146417533, 40.05364508829495 ], [ -112.17875052399447, 40.053470330593221 ], [ -112.1785868483811, 40.053156667301188 ], [ -112.17844747106118, 40.052892308224521 ], [ -112.1783440355256, 40.052672630334357 ], [ -112.17822818096138, 40.052412536395835 ], [ -112.17813122814212, 40.052228829919557 ], [ -112.17802748446741, 40.051991136066839 ], [ -112.17793554057837, 40.051757826825693 ], [ -112.17782554992129, 40.05149767280799 ], [ -112.17772359163558, 40.051363568495752 ], [ -112.17763751037147, 40.051130199385902 ], [ -112.17760957137861, 40.050869211020355 ], [ -112.17761132349094, 40.050630444310293 ], [ -112.17767862792815, 40.050454076981097 ], [ -112.17781563927534, 40.050240963363493 ], [ -112.17794709933793, 40.050045924811521 ], [ -112.17802620109107, 40.049873942011814 ], [ -112.17810344127088, 40.049593865359867 ], [ -112.17811605978451, 40.049305436427503 ], [ -112.1781306258188, 40.04906203464882 ], [ -112.17812690346339, 40.048845847026875 ], [ -112.17806941978833, 40.048639215496351 ], [ -112.17801210054951, 40.048374021184472 ], [ -112.17790766566873, 40.048095791791184 ], [ -112.17780423948304, 40.047876113110711 ], [ -112.17770019383829, 40.047620403036028 ], [ -112.17761357509937, 40.047355506315597 ], [ -112.17748670960127, 40.047136065570186 ], [ -112.1773957819134, 40.046961306437254 ], [ -112.17723905836375, 40.046709735006452 ], [ -112.17713650425713, 40.046540499433938 ], [ -112.17691432800228, 40.046231932405526 ], [ -112.17658620455175, 40.045897412762692 ], [ -112.17648864630962, 40.045677673200601 ], [ -112.17639648437203, 40.045430850547312 ], [ -112.17631797899519, 40.045296506663739 ], [ -112.17621541386778, 40.045126369388861 ], [ -112.17607136363003, 40.04492962494917 ], [ -112.17595754373772, 40.044786629888321 ], [ -112.17584233136468, 40.044562564219433 ], [ -112.17573938165778, 40.044369906888221 ], [ -112.17563620042577, 40.04416373770119 ], [ -112.17555676964824, 40.04397534622931 ], [ -112.1754824257865, 40.04374185606185 ], [ -112.17537901425652, 40.043522174846792 ], [ -112.17527082621004, 40.043365607817336 ], [ -112.17514373190929, 40.043200223048387 ], [ -112.17492969026692, 40.042954635284744 ], [ -112.17474299264332, 40.042731293364866 ], [ -112.17454645652799, 40.042481022654833 ], [ -112.17434211980726, 40.042254255122437 ], [ -112.1741584499815, 40.042070522919808 ], [ -112.17402019489666, 40.041869212340323 ], [ -112.17391725451705, 40.041676553169594 ], [ -112.1738554111398, 40.041487982213489 ], [ -112.17374098380888, 40.041308953368194 ], [ -112.17350881950105, 40.041099584091505 ], [ -112.17327149165359, 40.04093080897033 ], [ -112.17301089551049, 40.04077217929116 ], [ -112.17275543495595, 40.040571152802784 ], [ -112.1725647576406, 40.040388389858045 ], [ -112.17243985042815, 40.040281541025273 ], [ -112.17232064909255, 40.040165624906997 ], [ -112.172213476227, 40.040067605784166 ], [ -112.17208169232777, 40.039901364013858 ], [ -112.17198579240872, 40.039777103333279 ], [ -112.17197777333543, 40.039651052682949 ], [ -112.17198077966287, 40.03948434814388 ], [ -112.17203675464219, 40.039330621889086 ], [ -112.17212233632003, 40.039194614904481 ], [ -112.17222549669201, 40.039058429998171 ], [ -112.17233974403891, 40.038953665757944 ], [ -112.17245571771568, 40.038812846281971 ], [ -112.1725991227904, 40.03863120669785 ], [ -112.17271893428978, 40.038440796338122 ], [ -112.17280381900459, 40.038264253533107 ], [ -112.1728821491326, 40.038047234654478 ], [ -112.17296071031504, 40.037843727499485 ], [ -112.17301529255919, 40.037608930113784 ], [ -112.17305815538687, 40.037374251353462 ], [ -112.17307797995697, 40.037094758758869 ], [ -112.17310301815746, 40.036914316932346 ], [ -112.17310463245553, 40.03666654165162 ], [ -112.17313785960059, 40.036553587511868 ], [ -112.17321533773527, 40.036287025195385 ], [ -112.17330137657004, 40.036178040917825 ], [ -112.17363266128125, 40.036017020753214 ], [ -112.17394321015267, 40.036013874541595 ], [ -112.17419477858773, 40.035988801717153 ], [ -112.17437549307627, 40.035932913601187 ], [ -112.17460926363795, 40.035826935532143 ], [ -112.17471741075487, 40.035708716649339 ], [ -112.17484862094064, 40.035500169634368 ], [ -112.17486811623402, 40.035270231813321 ], [ -112.17481644926838, 40.034991463788188 ], [ -112.17471806292843, 40.034722178844397 ], [ -112.1745308609555, 40.034399737688467 ], [ -112.1743623201605, 40.034140172991464 ], [ -112.17421659957522, 40.033844339080382 ], [ -112.17413194409363, 40.03369203687128 ], [ -112.17404543528089, 40.033431640332076 ], [ -112.1739896904314, 40.033256521492739 ], [ -112.17396910084476, 40.033081046414274 ], [ -112.17397109841234, 40.032855790647353 ], [ -112.17408010495028, 40.032719544765925 ], [ -112.17426597484355, 40.032623062188676 ], [ -112.17450480801958, 40.032539556563485 ], [ -112.17470941331415, 40.032510454012495 ], [ -112.17486590893527, 40.03240976358282 ], [ -112.17505601262697, 40.032218637883631 ], [ -112.17509401138904, 40.032042568776923 ], [ -112.17512661474012, 40.031893582642276 ], [ -112.17524217232024, 40.031797811617686 ], [ -112.17537600258467, 40.031742397509994 ], [ -112.1754759156341, 40.031759402734764 ], [ -112.1756051239617, 40.031776110630425 ], [ -112.17573949529286, 40.031752223590658 ], [ -112.17581411586866, 40.031661372118705 ], [ -112.17586514543149, 40.03156175059884 ], [ -112.17607204737226, 40.03132540563265 ], [ -112.1762037869332, 40.031148384589919 ], [ -112.1763194191287, 40.031057116444366 ], [ -112.17651622533435, 40.03091547211546 ], [ -112.17669607309064, 40.030810037373307 ], [ -112.17689372939857, 40.030717935595405 ], [ -112.1770790323566, 40.030589020348472 ], [ -112.1772503245177, 40.030326907704186 ], [ -112.1773743414907, 40.030041850707207 ], [ -112.17747592887523, 40.029815582768244 ], [ -112.17754189773113, 40.029562648464164 ], [ -112.17756161513769, 40.029346221888652 ], [ -112.17749414727882, 40.029171223785461 ], [ -112.17736785939718, 40.028983309219939 ], [ -112.17718289142323, 40.028790585057351 ], [ -112.17705122636268, 40.02863065398008 ], [ -112.1769657971919, 40.028433314439191 ], [ -112.17701996138369, 40.028243566269445 ], [ -112.17714747031532, 40.028093615355523 ], [ -112.17723834493026, 40.027926017672598 ], [ -112.17731288200989, 40.027830661338747 ], [ -112.17756353927594, 40.027413680479384 ], [ -112.17766050303314, 40.027259534710581 ], [ -112.17779692750833, 40.027014893461832 ], [ -112.17792871652027, 40.026841473653839 ], [ -112.17803524188754, 40.026561999304356 ], [ -112.17797247216983, 40.026319382910152 ], [ -112.17782768316467, 40.026077600258432 ], [ -112.17771273007409, 40.025867047154968 ], [ -112.17771494806674, 40.025655303012023 ], [ -112.17770552651866, 40.025448181885238 ], [ -112.17763775257141, 40.025255167987837 ], [ -112.17759942625362, 40.02507086419034 ], [ -112.17760257401234, 40.024913167157187 ], [ -112.17769336601999, 40.024741065175725 ], [ -112.17774993651824, 40.024623367563173 ], [ -112.17772269762588, 40.024470484097634 ], [ -112.17765155459671, 40.024354084588936 ], [ -112.17767057350143, 40.024097122470401 ], [ -112.17766223671312, 40.023953056287148 ], [ -112.1776658490367, 40.023822382800105 ], [ -112.17767377070669, 40.023601571181366 ], [ -112.17769255703763, 40.023331097242256 ], [ -112.17775351311982, 40.023127765411132 ], [ -112.17783126912565, 40.022879215598934 ], [ -112.17789129488861, 40.022621836534867 ], [ -112.17784656909085, 40.022406064769271 ], [ -112.17773239687885, 40.022240550768011 ], [ -112.1775548690206, 40.022138746582492 ], [ -112.17730095270346, 40.022024204146078 ], [ -112.17712218749995, 40.021850336373994 ], [ -112.17706066419476, 40.021679782091212 ], [ -112.17697947696099, 40.021387800119776 ], [ -112.17693467753423, 40.021167523971506 ], [ -112.17687276839959, 40.020974449890659 ], [ -112.17684954471945, 40.020645841295199 ], [ -112.176833572302, 40.02039824397383 ], [ -112.17690077354828, 40.020217372660092 ], [ -112.17695571662395, 40.020005092781055 ], [ -112.17694536987072, 40.019743924148322 ], [ -112.17690596542553, 40.019496564806232 ], [ -112.1769423279717, 40.019225912273065 ], [ -112.1770194482212, 40.018940430603912 ], [ -112.1771197982988, 40.018643000614027 ], [ -112.17718013303279, 40.018403637485441 ], [ -112.17727984692887, 40.018069275090134 ], [ -112.17740946842528, 40.017770646466317 ], [ -112.17755534605044, 40.017395272226217 ], [ -112.17766201406243, 40.017124805831934 ], [ -112.17769959602502, 40.01692531517898 ], [ -112.17769518237064, 40.016668590909212 ], [ -112.17768460132282, 40.016393910423723 ], [ -112.17773282971065, 40.016132146367788 ], [ -112.17785018832561, 40.01580210876218 ], [ -112.17795536587735, 40.015445166521154 ], [ -112.178049369306, 40.015119870831178 ], [ -112.17817142048879, 40.014722214306843 ], [ -112.17834704039117, 40.0143735648521 ], [ -112.17851624934703, 40.014061018109132 ], [ -112.17872480457621, 40.013856184234442 ], [ -112.17894968202663, 40.013646679192618 ], [ -112.17920012440418, 40.013220686816069 ], [ -112.17927223991761, 40.012985707271305 ], [ -112.1793440448363, 40.012732711939279 ], [ -112.17945739371517, 40.012510826770757 ], [ -112.17955301467697, 40.012280112499404 ], [ -112.1798000359736, 40.011655945703559 ], [ -112.18007501953223, 40.011635126720122 ], [ -112.18043809537846, 40.011626923891193 ], [ -112.18092933327603, 40.011576871337667 ], [ -112.18115012510705, 40.011471012309521 ], [ -112.18186429513871, 40.011099748697816 ], [ -112.18202015686971, 40.010965720002993 ], [ -112.1823548410915, 40.010670399355512 ], [ -112.1827570721384, 40.010215821989441 ], [ -112.18285485599006, 40.010111215193746 ], [ -112.18336782161063, 40.009623972207599 ], [ -112.18386453157434, 40.009213473352297 ], [ -112.18432336860643, 40.008645694048738 ], [ -112.18467747290559, 40.008119526217079 ], [ -112.18498722712373, 40.00733253668195 ], [ -112.18545898471537, 40.006903366256715 ], [ -112.18600924741382, 40.006542763239594 ], [ -112.18621150899256, 40.006383027509827 ], [ -112.18654121634124, 40.006140901442656 ], [ -112.18686053382184, 40.005975461212437 ], [ -112.18727527526902, 40.005908146450651 ], [ -112.18767502186695, 40.005922068976069 ], [ -112.18802347880982, 40.005815789285982 ], [ -112.18836510919343, 40.005586149042323 ], [ -112.18863295863068, 40.005493307370486 ], [ -112.18930170356433, 40.005210756565596 ], [ -112.18997266398816, 40.005056113403263 ], [ -112.19018366076523, 40.004995385046918 ], [ -112.19082842223409, 40.004749109594243 ], [ -112.19141830461928, 40.0043114934439 ], [ -112.19167754706886, 40.004061067798006 ], [ -112.19199942735449, 40.004044243079271 ], [ -112.19221964886839, 40.004244690295444 ], [ -112.19254772140796, 40.004583673741777 ], [ -112.19310622352516, 40.004699552374049 ], [ -112.19331136464729, 40.00470644951583 ], [ -112.19385930457535, 40.004552149712111 ], [ -112.19414947021377, 40.00439599923947 ], [ -112.19453137833938, 40.004126284219083 ], [ -112.19492212417568, 40.004027656406997 ], [ -112.19520198575118, 40.003952694626804 ], [ -112.19591842082947, 40.003720066781476 ], [ -112.1966880320599, 40.003513913745358 ], [ -112.19693400860639, 40.003511373327633 ], [ -112.19717024767104, 40.003689122019566 ], [ -112.19736641790081, 40.003786199184304 ], [ -112.19742553481888, 40.003817121411338 ], [ -112.19817349739598, 40.004048140584196 ], [ -112.19894237008437, 40.004134787359362 ], [ -112.19948782517696, 40.004174189868529 ], [ -112.19985038455192, 40.004138903364385 ], [ -112.20014045556553, 40.003978234196758 ], [ -112.20053255147252, 40.003622804202912 ], [ -112.20064193290456, 40.003513557561043 ], [ -112.2010211265642, 40.003090688711609 ], [ -112.20108968431853, 40.002991775137197 ], [ -112.2012140434535, 40.002400367093998 ], [ -112.20132002605426, 40.001763201169219 ], [ -112.20147532109696, 40.001266071291468 ], [ -112.20151956663913, 40.00111695657435 ], [ -112.20163481212401, 40.000674298404363 ], [ -112.20165594754096, 40.00054344216548 ], [ -112.20190897783145, 39.99994168939832 ], [ -112.20221398824673, 39.999632204078573 ], [ -112.20246424215765, 39.999540414003128 ], [ -112.2028788332501, 39.999467639429255 ], [ -112.20358656650139, 39.999410738991308 ], [ -112.20443761727657, 39.999176660406235 ], [ -112.20501943635365, 39.99895438494589 ], [ -112.20535814420168, 39.998896805688894 ], [ -112.20562475544799, 39.998736366814896 ], [ -112.20567943518132, 39.99851506630511 ], [ -112.20609837446591, 39.99802419631029 ], [ -112.2064714106186, 39.99758785942084 ], [ -112.20673642843769, 39.997337340022561 ], [ -112.20722436942211, 39.997107021596378 ], [ -112.20728261228091, 39.997088395933197 ], [ -112.20806984019514, 39.996890993458436 ], [ -112.20863808944242, 39.996565232599607 ], [ -112.20908643419119, 39.996083054554695 ], [ -112.20970507008346, 39.995626125641856 ], [ -112.21009889743124, 39.995374253883497 ], [ -112.21033903876221, 39.995042900896991 ], [ -112.21040578815172, 39.994776424758626 ], [ -112.21060482011323, 39.994571632974647 ], [ -112.21091300692687, 39.994379214521466 ], [ -112.21139553437892, 39.994175963507573 ], [ -112.2120599849105, 39.993993331558201 ], [ -112.21288014587466, 39.993673924391288 ], [ -112.21364357606211, 39.993458714323239 ], [ -112.21419300663609, 39.993065552422124 ], [ -112.21430565249705, 39.99281210733362 ], [ -112.2144548672605, 39.992639364033018 ], [ -112.21475608753794, 39.992451513115817 ], [ -112.21498863544177, 39.992354475985636 ], [ -112.21585840282246, 39.992192193220824 ], [ -112.21669840856843, 39.992003188033188 ], [ -112.21753361071872, 39.991543943508674 ], [ -112.21821727942491, 39.991126828539137 ], [ -112.21880773304811, 39.990737718294021 ], [ -112.21952771995862, 39.990387784582346 ], [ -112.22021890344824, 39.990065178061258 ], [ -112.22063174931245, 39.989898660185453 ], [ -112.22093991853703, 39.989773786252023 ], [ -112.22135845574061, 39.989598196375709 ], [ -112.22166662225582, 39.989473320543482 ], [ -112.22265039073109, 39.989138605432792 ], [ -112.2234673199803, 39.988972318419783 ], [ -112.22375903924242, 39.988910676878319 ], [ -112.22409045842933, 39.988776539619302 ], [ -112.22441449300187, 39.988556889583265 ], [ -112.22472552794905, 39.988265300354492 ], [ -112.22492130679903, 39.988078537324881 ], [ -112.22496694156924, 39.988010484037304 ], [ -112.22516279951165, 39.987828224491359 ], [ -112.2252753159588, 39.987570265375922 ], [ -112.22541893828632, 39.987348916024473 ], [ -112.22572539521262, 39.986867272902799 ], [ -112.22590822693623, 39.98628422886938 ], [ -112.22584168378592, 39.985510119070462 ], [ -112.22576750155706, 39.984898260256429 ], [ -112.22572107962772, 39.984660000465738 ], [ -112.22563540822074, 39.984453688856874 ], [ -112.22540817410137, 39.984190312560074 ], [ -112.22497652261424, 39.98369485053415 ], [ -112.22481821183955, 39.982962252275485 ], [ -112.22477824070715, 39.982363545159622 ], [ -112.22515900184065, 39.981715343747901 ], [ -112.22559397645932, 39.981152157709161 ], [ -112.22598876710444, 39.980634442446949 ], [ -112.22603495958785, 39.98059791592425 ], [ -112.22655788277592, 39.980041904339345 ], [ -112.22690063024514, 39.979561675531968 ], [ -112.22738120372503, 39.97893042895798 ], [ -112.22748582871422, 39.978559932602671 ], [ -112.22739919303851, 39.978299575462728 ], [ -112.2275462994065, 39.977685373368914 ], [ -112.22812582823414, 39.97702244326053 ], [ -112.22858527939655, 39.976521151799957 ], [ -112.22896928134691, 39.976057597416599 ], [ -112.22919347821987, 39.975825478289586 ], [ -112.22946369944509, 39.975547823139088 ], [ -112.22992980879326, 39.975092404006134 ], [ -112.23038394540765, 39.974622694932428 ], [ -112.23108219827712, 39.974053089028104 ], [ -112.23175676502568, 39.973469315481935 ], [ -112.23227496401154, 39.972981800124302 ], [ -112.23289998192621, 39.972574231507949 ], [ -112.23328970580766, 39.972106097130222 ], [ -112.23392358230852, 39.971540762874724 ], [ -112.23447017347628, 39.97107095436516 ], [ -112.23483605818164, 39.970580544965514 ], [ -112.23516814871279, 39.970099504017604 ], [ -112.23533654139743, 39.9696967875282 ], [ -112.23539851357236, 39.969236643514833 ], [ -112.23515261507077, 39.968586076856553 ], [ -112.23510582022763, 39.967937892817936 ], [ -112.23516785729846, 39.967806594227902 ], [ -112.23580622143018, 39.967493467220933 ], [ -112.23610239329722, 39.967359671508831 ], [ -112.23631112223126, 39.967181760371865 ], [ -112.23642954570671, 39.966995802745977 ], [ -112.23653718902253, 39.966796445779281 ], [ -112.23671564005879, 39.966627866406952 ], [ -112.2367755624463, 39.966379466222662 ], [ -112.23671550564113, 39.965645834065285 ], [ -112.23666764368727, 39.964939100128547 ], [ -112.23650418065722, 39.964314684756935 ], [ -112.23624323004447, 39.963803026542216 ], [ -112.23611523286962, 39.96319715212919 ], [ -112.23611073164841, 39.962297152123128 ], [ -112.23622397439085, 39.96175897875581 ], [ -112.23644201574291, 39.96118905510064 ], [ -112.23631619642845, 39.960703884603006 ], [ -112.23631864202807, 39.960514659172489 ], [ -112.23649179280619, 39.960377669800771 ], [ -112.23681541152352, 39.960144475037254 ], [ -112.23754176636925, 39.959780847292471 ], [ -112.23825504187782, 39.959471411691325 ], [ -112.23850414185351, 39.959261531999182 ], [ -112.23869957477051, 39.958867530681744 ], [ -112.23875350130974, 39.958547117341816 ], [ -112.23900810776763, 39.958383126129853 ], [ -112.23944419320812, 39.958219896801467 ], [ -112.23959398656589, 39.958086756352373 ], [ -112.24030541089317, 39.957611553262701 ], [ -112.24058390874632, 39.957474331431264 ], [ -112.2409574792237, 39.95741537467994 ], [ -112.24125051410317, 39.957434760822004 ], [ -112.24148965430001, 39.957387152270378 ], [ -112.24178650487148, 39.957293877511233 ], [ -112.24198337263113, 39.957174644851058 ], [ -112.24223640133286, 39.956924172325238 ], [ -112.24252341883626, 39.956934610251189 ], [ -112.24321784849754, 39.957138887366987 ], [ -112.24402663953487, 39.957193276339282 ], [ -112.24446062472524, 39.957238170014783 ], [ -112.2448158976418, 39.957138854570069 ], [ -112.24532935316282, 39.956724308336845 ], [ -112.24579895830087, 39.956151664042622 ], [ -112.24606453966049, 39.955626258718326 ], [ -112.24645502526405, 39.954887786568243 ], [ -112.24683056331729, 39.95429362576705 ], [ -112.24717462479762, 39.953578174191421 ], [ -112.24761898428376, 39.952906689549046 ], [ -112.24813818432185, 39.952166826104474 ], [ -112.24854982552012, 39.951306490635865 ], [ -112.24888550961369, 39.950775818758466 ], [ -112.2494411519414, 39.950431974727067 ], [ -112.25029086032944, 39.950166042100989 ], [ -112.25036668918118, 39.950151709933472 ], [ -112.25111458512607, 39.950080573699132 ], [ -112.25167749483066, 39.950457400460877 ], [ -112.25206107371228, 39.950628943142931 ], [ -112.25232570080111, 39.950568423725173 ], [ -112.25247491907361, 39.950534377338194 ], [ -112.25323971479717, 39.950427006790527 ], [ -112.25401547625057, 39.950599707931673 ], [ -112.25420840940416, 39.95058771013278 ], [ -112.25447958320565, 39.950373052576303 ], [ -112.25465663104758, 39.950132384725244 ], [ -112.25529622915457, 39.949580385557404 ], [ -112.25585397408845, 39.949033774429864 ], [ -112.25604387068091, 39.948856031728276 ], [ -112.25631569114819, 39.948677400858131 ], [ -112.25648110716691, 39.948441361015888 ], [ -112.25665023058721, 39.947768320038541 ], [ -112.25670083524835, 39.947655152691503 ], [ -112.25704146580095, 39.947079356116618 ], [ -112.25729655922234, 39.946563048056944 ], [ -112.2576539762851, 39.94600959130856 ], [ -112.25804708941237, 39.945424212785362 ], [ -112.25847050955993, 39.944896164702371 ], [ -112.25886560739508, 39.944419776797901 ], [ -112.25931285006133, 39.943914891610952 ], [ -112.2600502558054, 39.943276213225289 ], [ -112.26078963213146, 39.942745622764079 ], [ -112.2616319423676, 39.942403106961549 ], [ -112.26233778866474, 39.942278299256294 ], [ -112.26325007066588, 39.942304399404421 ], [ -112.26422037754985, 39.942239764549186 ], [ -112.26467068099869, 39.942158272017473 ], [ -112.26500312104181, 39.942096082985309 ], [ -112.26561089828333, 39.942048906282707 ], [ -112.26585631619456, 39.942028207617433 ], [ -112.26660344075164, 39.9419209422202 ], [ -112.26693002658467, 39.941858811635512 ], [ -112.26722084004332, 39.941761033179702 ], [ -112.26741101954114, 39.941601287779847 ], [ -112.26756024022232, 39.941441989938788 ], [ -112.26817744359239, 39.940637898541766 ], [ -112.26878783913172, 39.940099658683231 ], [ -112.2690818306166, 39.939857688739146 ], [ -112.26935266582812, 39.939629485864423 ], [ -112.2695879725273, 39.939442214232002 ], [ -112.26974930630789, 39.939242238132266 ], [ -112.26998711311322, 39.939127014336755 ], [ -112.27028342831588, 39.939011148944815 ], [ -112.27059186086974, 39.938917673746133 ], [ -112.270973253428, 39.938972054646797 ], [ -112.27168713413562, 39.939284062974856 ], [ -112.27248393598695, 39.939649213684874 ], [ -112.27319967423117, 39.939744964182339 ], [ -112.27427892722714, 39.939877257684785 ], [ -112.27500503441958, 39.939900807027215 ], [ -112.27582717887086, 39.939738600161711 ], [ -112.27669996879837, 39.939467715727211 ], [ -112.27754224314745, 39.939192656289954 ], [ -112.27783562412471, 39.939171403723087 ], [ -112.27827578384387, 39.93923862699436 ], [ -112.27851426366772, 39.93947474878378 ], [ -112.27883901891894, 39.939944165266191 ], [ -112.27945775583478, 39.940486917170155 ], [ -112.28006127509443, 39.940840634319159 ], [ -112.28051307542394, 39.941217647084898 ], [ -112.28082012017254, 39.941363812586935 ], [ -112.28122334170956, 39.941332328247384 ], [ -112.28147868902835, 39.94121688709901 ], [ -112.28177188318389, 39.940934351283722 ], [ -112.28200249631239, 39.940120946646331 ], [ -112.28233731311879, 39.939873987050227 ], [ -112.28268310882619, 39.939901694609794 ], [ -112.28327493703249, 39.940255524359962 ], [ -112.2837304300289, 39.940516261210355 ], [ -112.28394527614019, 39.940739119139678 ], [ -112.28412375428859, 39.940894808329837 ], [ -112.28433666588542, 39.941014077777389 ], [ -112.28474291619452, 39.941144718503814 ], [ -112.28580840061839, 39.941164438335171 ], [ -112.28690789478163, 39.94112520912676 ], [ -112.28770951498555, 39.940805479817051 ], [ -112.28848763911269, 39.940481501396981 ], [ -112.28924421169188, 39.94025686185131 ], [ -112.29020377263936, 39.940246186097262 ], [ -112.29101002254899, 39.940174143463665 ], [ -112.29193269690774, 39.940069264557707 ], [ -112.29232462649904, 39.940060391208014 ], [ -112.29271070499594, 39.940051581781319 ], [ -112.29370155025053, 39.939837814730431 ], [ -112.29452169397838, 39.939571888655074 ], [ -112.29513705013866, 39.939308244925336 ], [ -112.29576952930624, 39.939021882823667 ], [ -112.29621334492344, 39.938971873674951 ], [ -112.29655201453052, 39.938932048369509 ], [ -112.2974041122244, 39.938809896363544 ], [ -112.29840832825772, 39.938686034402316 ], [ -112.29935621976934, 39.938369091129161 ], [ -112.30012153509975, 39.937991121500055 ], [ -112.30073818576426, 39.937488682207096 ], [ -112.30137137265575, 39.936932898024892 ], [ -112.30172244314737, 39.936621732869504 ], [ -112.30202703516039, 39.93663723214307 ], [ -112.30228218177125, 39.936822664444932 ], [ -112.30256583161848, 39.936968134164992 ], [ -112.3028964332034, 39.937059018576775 ], [ -112.30326953559239, 39.937045815149098 ], [ -112.30361049872469, 39.937127571541765 ], [ -112.30404388850616, 39.93776237058097 ], [ -112.30438145019066, 39.938281122907853 ], [ -112.30472004361056, 39.938853919465885 ], [ -112.30514986065245, 39.939299555186146 ], [ -112.30549602859475, 39.939962358850387 ], [ -112.30544958874292, 39.940598050173655 ], [ -112.30545070153924, 39.940656599258553 ], [ -112.30556713108334, 39.941240003221694 ], [ -112.30564469422416, 39.941933760392843 ], [ -112.30548656956391, 39.942543680971085 ], [ -112.30553046602408, 39.942944108302498 ], [ -112.30555187215768, 39.943146580425427 ], [ -112.30591858628827, 39.943719056147486 ], [ -112.30622142743897, 39.944256212489059 ], [ -112.30644889156108, 39.94483025540589 ], [ -112.30648078717266, 39.94496864180465 ], [ -112.30642734581805, 39.945235924486013 ], [ -112.30654263469603, 39.945450852429154 ], [ -112.30743886036153, 39.945183977531158 ], [ -112.30825832516093, 39.944881924180621 ], [ -112.3088428574973, 39.944843792569799 ], [ -112.30912226172265, 39.944764056986095 ], [ -112.3092781740456, 39.944960504462259 ], [ -112.30946780964611, 39.94539081699287 ], [ -112.30978737109923, 39.946189049406797 ], [ -112.30989753070565, 39.946809457926776 ], [ -112.30983896370725, 39.947359697225679 ], [ -112.3095447326175, 39.947890075376925 ], [ -112.30926909468221, 39.948167977711101 ], [ -112.30934352203131, 39.948387868948828 ], [ -112.30970769742795, 39.948455830543828 ], [ -112.31042951808945, 39.948249464448445 ], [ -112.31065480826884, 39.948093756442823 ], [ -112.31080376887245, 39.947925396970049 ], [ -112.31096100503848, 39.94788397717398 ], [ -112.31177091613174, 39.947693724446708 ], [ -112.31201582129084, 39.947645905411044 ], [ -112.31244238252351, 39.947609543448451 ], [ -112.31284940817268, 39.947469792331447 ], [ -112.31367248652127, 39.947050536819425 ], [ -112.31420334335016, 39.94665350874326 ], [ -112.31472896104709, 39.946227707371897 ], [ -112.31506217148936, 39.945962653175144 ], [ -112.31530508400171, 39.945811240968212 ], [ -112.31562475365907, 39.94569499498197 ], [ -112.31598004829087, 39.945605372082106 ], [ -112.31644833100516, 39.945609064369421 ], [ -112.31692186052356, 39.945581162029676 ], [ -112.31736794708148, 39.945648169014767 ], [ -112.31766662651519, 39.945658288456443 ], [ -112.31835400423122, 39.945794624297598 ], [ -112.3189638458805, 39.945855257869688 ], [ -112.31952679082636, 39.945911917340723 ], [ -112.31999000315795, 39.945956195600466 ], [ -112.32034316514829, 39.946060287065535 ], [ -112.3203781869816, 39.946055383420251 ], [ -112.32067023748657, 39.946025028037255 ], [ -112.32104709563835, 39.945839643656797 ], [ -112.32138932882572, 39.945679879253404 ], [ -112.32222770101474, 39.945146869644638 ], [ -112.32257977441581, 39.944890588249997 ], [ -112.32276991786368, 39.944735257792146 ], [ -112.32295499001542, 39.944620527480694 ], [ -112.32312174417129, 39.944466364325876 ], [ -112.32322121562989, 39.944465228899695 ], [ -112.32350257959959, 39.944488144222717 ], [ -112.32391807192553, 39.944789721312354 ], [ -112.32467291324889, 39.945389236354828 ], [ -112.32532542585598, 39.945841260282734 ], [ -112.3256028746667, 39.945964220224077 ], [ -112.32599856982672, 39.946148893129056 ], [ -112.32678111740657, 39.946423736750042 ], [ -112.32741911624379, 39.946668697321378 ], [ -112.32788169540586, 39.947285051660607 ], [ -112.32822533558289, 39.94780366297104 ], [ -112.32877255376475, 39.948558690219656 ], [ -112.32923225334763, 39.949327331592414 ], [ -112.32944763941275, 39.949569017632314 ], [ -112.32970213990214, 39.949714754392822 ], [ -112.32977654692255, 39.949930127628676 ], [ -112.33018030313032, 39.950529128154066 ], [ -112.33055206606591, 39.951047409395144 ], [ -112.33096128652218, 39.951565259278667 ], [ -112.33175373431941, 39.952285922551035 ], [ -112.33229613365904, 39.952788723166563 ], [ -112.33268550414439, 39.952644600735212 ], [ -112.33289110257873, 39.952380962847819 ], [ -112.33310395051545, 39.952189316774202 ], [ -112.33350797598764, 39.951594550799271 ], [ -112.33365841919351, 39.95126397520221 ], [ -112.333900290976, 39.950999918152775 ], [ -112.33413608991789, 39.950483665996941 ], [ -112.33421005050425, 39.950072884888129 ], [ -112.33428323465078, 39.949923386620505 ], [ -112.33435047927566, 39.949769451953493 ], [ -112.33459550409735, 39.949487338236153 ], [ -112.33455718769167, 39.949262543191452 ], [ -112.33437343151959, 39.948480836629429 ], [ -112.33433704005765, 39.947873117688772 ], [ -112.33441203498451, 39.947214564488633 ], [ -112.3344276393334, 39.946511647627929 ], [ -112.33448107721526, 39.946249758329046 ], [ -112.33446386074357, 39.945966158769195 ], [ -112.33468639177757, 39.945671690468359 ], [ -112.3349716014274, 39.945590924903051 ], [ -112.33528874348957, 39.945587272101044 ], [ -112.33620309688433, 39.945716382346298 ], [ -112.3365224922486, 39.945708195464697 ], [ -112.33692254825354, 39.945694572717926 ], [ -112.33774574380413, 39.945590476354745 ], [ -112.33805533740227, 39.94555987473975 ], [ -112.33836282415979, 39.945421183210719 ], [ -112.33855495166388, 39.945369412812667 ], [ -112.3386066477177, 39.945319263864221 ], [ -112.33889673645159, 39.945188880338158 ], [ -112.33909822944585, 39.945017175166491 ], [ -112.33919993390397, 39.944830405526119 ], [ -112.33949766435201, 39.944191799131019 ], [ -112.33976850586954, 39.943675130325019 ], [ -112.33982128836656, 39.943080797297156 ], [ -112.33975685573017, 39.94247790857478 ], [ -112.33969811699603, 39.94216686029916 ], [ -112.33942036227221, 39.941728606667823 ], [ -112.33909123755521, 39.941056699865555 ], [ -112.33867991474742, 39.940430788578453 ], [ -112.33854671874855, 39.939842207114246 ], [ -112.33843575814092, 39.939253368702246 ], [ -112.33842230143688, 39.939163429469019 ], [ -112.33837180960175, 39.938974813757063 ], [ -112.33841586639879, 39.93853284150881 ], [ -112.33828756102281, 39.938255029508113 ], [ -112.33813760870684, 39.938067561848733 ], [ -112.33753809563578, 39.937633016974665 ], [ -112.33743326139823, 39.93705762083863 ], [ -112.33737663631752, 39.936553744103797 ], [ -112.33737514575778, 39.936477180847774 ], [ -112.33756413046802, 39.935664148558779 ], [ -112.33787398676452, 39.935348845440181 ], [ -112.3377288577168, 39.935108165607076 ], [ -112.33709810546152, 39.934570369704865 ], [ -112.33665604314052, 39.933805158057538 ], [ -112.33626857030985, 39.933138419526792 ], [ -112.33600497896433, 39.93258287038099 ], [ -112.33588343566417, 39.931989645881686 ], [ -112.33565218303964, 39.931231009977239 ], [ -112.33554311677432, 39.931038562825741 ], [ -112.33543413866732, 39.930850619284215 ], [ -112.33549349976539, 39.930593165432008 ], [ -112.33600014296258, 39.929866569810471 ], [ -112.33627862848445, 39.929142602053069 ], [ -112.33653462173419, 39.928766658699423 ], [ -112.33664277352591, 39.928611349731845 ], [ -112.33702680712439, 39.927899677320276 ], [ -112.33707298817011, 39.927566694963978 ], [ -112.33698529024018, 39.927269492641315 ], [ -112.33687287680621, 39.926604087529874 ], [ -112.33683502180844, 39.925861241913864 ], [ -112.33689459565484, 39.925013663671713 ], [ -112.33639508650984, 39.924600481806678 ], [ -112.33573537083855, 39.924072020379093 ], [ -112.33554477362654, 39.923898531253165 ], [ -112.33532379246779, 39.923666830116709 ], [ -112.33540698383753, 39.923431625269849 ], [ -112.33572031530257, 39.923297378136873 ], [ -112.33609746379527, 39.923135366252794 ], [ -112.33617795465159, 39.923062362712962 ], [ -112.33641009192678, 39.92296508742524 ], [ -112.33660538044548, 39.922778141653104 ], [ -112.33674121068405, 39.922542328957171 ], [ -112.3369128369114, 39.922342141262284 ], [ -112.3371068080498, 39.92208763868571 ], [ -112.33706715613789, 39.921853849344011 ], [ -112.33704224879382, 39.921475738139385 ], [ -112.33707846256287, 39.921232064330098 ], [ -112.337185234863, 39.921006496634263 ], [ -112.33736143894407, 39.920440470221749 ], [ -112.33727547664384, 39.919630607758322 ], [ -112.33725091977465, 39.919270511401074 ], [ -112.33727388735842, 39.918887343128198 ], [ -112.33742739966981, 39.918718896756999 ], [ -112.33763507279947, 39.91856784429195 ], [ -112.33833596488692, 39.91820838542337 ], [ -112.33906749809726, 39.917920644364003 ], [ -112.33933383019001, 39.917777920837288 ], [ -112.33955126332293, 39.917527647794842 ], [ -112.3396693195148, 39.91698120945297 ], [ -112.33972294897262, 39.916431010702361 ], [ -112.33987196926662, 39.915672491159462 ], [ -112.33993012838332, 39.915054668649375 ], [ -112.34006893890373, 39.914372847418477 ], [ -112.34041063849065, 39.913895898917239 ], [ -112.34100426145461, 39.913438559592613 ], [ -112.34123524484201, 39.913224164572625 ], [ -112.34146538125225, 39.91308635961488 ], [ -112.34160179161823, 39.912882067554683 ], [ -112.34170064921534, 39.912552076944365 ], [ -112.3416784456884, 39.9123135821999 ], [ -112.34155114578759, 39.912085313047534 ], [ -112.34153110064992, 39.911657593805806 ], [ -112.34181562488297, 39.911609253816835 ], [ -112.34210503752324, 39.911691494273065 ], [ -112.34246904698024, 39.911759356036683 ], [ -112.34268838501873, 39.911608159438686 ], [ -112.34279844948456, 39.911552827775431 ], [ -112.34291172323724, 39.911362316362002 ], [ -112.34302864546882, 39.911059143839353 ], [ -112.34312760775586, 39.910675093753085 ], [ -112.3432026793301, 39.909786788333342 ], [ -112.34297037234195, 39.908974119512287 ], [ -112.3425613516434, 39.908397743535737 ], [ -112.34207013050487, 39.907805199475 ], [ -112.34195201523987, 39.907147971812819 ], [ -112.34201318606081, 39.906385960569644 ], [ -112.34186565879388, 39.90572006356836 ], [ -112.34181986810604, 39.905171914476988 ], [ -112.34192241330115, 39.90443194799029 ], [ -112.3469296315385, 39.904450469263352 ], [ -112.35545251836903, 39.904486290017914 ], [ -112.36591145266341, 39.904521216141184 ], [ -112.37582427841267, 39.904449061179477 ], [ -112.38912817523806, 39.904308451667177 ], [ -112.4021279876393, 39.904174497578751 ], [ -112.41829877285093, 39.904081424994061 ], [ -112.43287316071294, 39.904010340562287 ], [ -112.43596122813352, 39.903999164592108 ], [ -112.45258765100279, 39.903939809997901 ], [ -112.45962507838513, 39.903933414655675 ], [ -112.46659686545388, 39.903921115657063 ], [ -112.4836692045839, 39.903875985790449 ], [ -112.50080255028337, 39.903948277021918 ], [ -112.50589658408833, 39.903927272805433 ], [ -112.51448782599557, 39.903883839588048 ], [ -112.52696269699364, 39.903836436317064 ], [ -112.54416300687831, 39.903766293497696 ], [ -112.55746815653829, 39.903709950720724 ], [ -112.57524199702168, 39.903659021537742 ], [ -112.59224526126258, 39.903674511879267 ], [ -112.60499765648719, 39.903696880626988 ], [ -112.61496864421748, 39.903684548436146 ], [ -112.62577955047544, 39.903772199425639 ], [ -112.63614956944352, 39.903765962028956 ], [ -112.6513046148781, 39.903785338836961 ], [ -112.66245142974626, 39.903734148138312 ], [ -112.67303798811433, 39.903735017638532 ], [ -112.68353107384119, 39.903740781745228 ], [ -112.69458987581834, 39.90372831864876 ], [ -112.70777429295121, 39.903674498773498 ], [ -112.72383901765218, 39.903634946533323 ], [ -112.73631405862791, 39.903610947485454 ], [ -112.75077688996994, 39.903555603196537 ], [ -112.75922247412674, 39.903549377251146 ], [ -112.76618839273883, 39.903547068863361 ], [ -112.77348170138518, 39.903539333759191 ], [ -112.77966953426899, 39.903530096584142 ], [ -112.78220188925701, 39.903522726762112 ], [ -112.79101547478203, 39.903499515893557 ], [ -112.79819131714343, 39.903474021423918 ], [ -112.79818531683678, 39.903915563260043 ], [ -112.80046662394459, 39.903925201493351 ], [ -112.80773780406491, 39.903965203283143 ], [ -112.81619546554776, 39.904017698819942 ], [ -112.82348032508909, 39.904088029930165 ], [ -112.83053552361099, 39.904143511122555 ], [ -112.83881369435693, 39.90421971169868 ], [ -112.84703851778688, 39.90426914313916 ], [ -112.85539243584122, 39.904333942611338 ], [ -112.86637366063958, 39.904441457260063 ], [ -112.87263816452803, 39.904498091418603 ], [ -112.87578684639196, 39.90452826783288 ], [ -112.88522402818755, 39.904636445664778 ], [ -112.89796943099857, 39.90466271116005 ], [ -112.91134776598193, 39.904523986144056 ], [ -112.92555822934278, 39.904653681889201 ], [ -112.93881385883442, 39.904730039340748 ], [ -112.95545277657624, 39.904693803491874 ], [ -112.97010420698973, 39.904697980625521 ], [ -112.98374343740508, 39.904893305287004 ], [ -113.00078032772598, 39.90506896980483 ], [ -113.01312077601916, 39.905049009934324 ], [ -113.02755515335035, 39.905031669095919 ], [ -113.04261547654232, 39.905019518700975 ], [ -113.05684461005433, 39.904947188975726 ], [ -113.07124087747144, 39.904871926426168 ], [ -113.08631205669238, 39.904835881254975 ], [ -113.09946078576192, 39.904859736308495 ], [ -113.11168462897258, 39.904858411013123 ], [ -113.12581093286866, 39.904910108242468 ], [ -113.13944482489106, 39.904925928961127 ], [ -113.15015370521583, 39.904921467632654 ], [ -113.16274528802265, 39.904898920474771 ], [ -113.17865785750685, 39.904880196813288 ], [ -113.19068902821783, 39.904856133811776 ], [ -113.20400590008794, 39.904837911109581 ], [ -113.21480786453603, 39.904821194972882 ], [ -113.22442279885506, 39.904812744235905 ], [ -113.23355837482706, 39.904811832233058 ], [ -113.24266445716896, 39.904803562955991 ], [ -113.24878121159945, 39.904775138159174 ], [ -113.24877043716619, 39.905518565718012 ], [ -113.25081739218058, 39.905515769581228 ], [ -113.25644037284572, 39.905410043593996 ], [ -113.2649588283489, 39.9053520006916 ], [ -113.27692727341935, 39.905378756539335 ], [ -113.29159645534604, 39.90540045702258 ], [ -113.30590212572866, 39.905396000652665 ], [ -113.32062344186178, 39.905403976457151 ], [ -113.33227994054143, 39.905408732296948 ], [ -113.34908899742112, 39.905411596577629 ], [ -113.36545344349518, 39.905412086004659 ], [ -113.37580056475285, 39.905439174499961 ], [ -113.38672008898178, 39.90544454326254 ], [ -113.4017623533894, 39.905435588615411 ], [ -113.41345367855452, 39.905435951258767 ], [ -113.42521475772945, 39.905424664639334 ], [ -113.43546164522724, 39.905430499033656 ], [ -113.44787955539911, 39.905470668117189 ], [ -113.46035488643319, 39.905481260103507 ], [ -113.47152563376585, 39.905482301522404 ], [ -113.48588958826792, 39.905481378847995 ], [ -113.50084565098064, 39.905519948084084 ], [ -113.51254898109195, 39.905532560485213 ], [ -113.52481359093885, 39.905540770832772 ], [ -113.53829948152294, 39.905520938525669 ], [ -113.55105515276695, 39.905524619065439 ], [ -113.56689286597459, 39.905526231224947 ], [ -113.57975956758351, 39.905528791828672 ], [ -113.59484774365279, 39.905507226571267 ], [ -113.60994062167725, 39.905456562826473 ], [ -113.62585779761194, 39.90539876775955 ], [ -113.64210101142085, 39.905304325103621 ], [ -113.65580216454595, 39.905414523773707 ], [ -113.66933844006417, 39.905495368462063 ], [ -113.68546419876661, 39.90554167336078 ], [ -113.70058857766287, 39.905555022176252 ], [ -113.72963160020129, 39.905559154215481 ], [ -113.75079736526608, 39.905576607802431 ], [ -113.75749927983074, 39.905570456192429 ], [ -113.77002134030337, 39.905591581931724 ], [ -113.78347252263131, 39.905594441690617 ], [ -113.79878950670171, 39.905602932712625 ], [ -113.81854125074642, 39.905655644338786 ], [ -113.83364861960291, 39.905688037169348 ], [ -113.8512885770165, 39.905728227038431 ], [ -113.8649349849762, 39.905787969085843 ], [ -113.87583249706684, 39.905842296072443 ], [ -113.8858684952839, 39.905881024528306 ], [ -113.89791854148737, 39.905918070220238 ], [ -113.90889697688357, 39.905950141343439 ], [ -113.92367032852857, 39.905969247336479 ], [ -113.93937715121692, 39.905936665251751 ], [ -113.95136030764372, 39.90594281383509 ], [ -113.96869066053385, 39.905995495385334 ], [ -113.98397883850383, 39.906021626031084 ], [ -114.00084180688543, 39.906086027213405 ], [ -114.00721087348265, 39.906096540929845 ], [ -114.01371991760992, 39.90609855883605 ], [ -114.02286717349182, 39.906116980169976 ], [ -114.03131302875953, 39.906144023400238 ], [ -114.03960073814592, 39.906165590884953 ], [ -114.0470583552933, 39.906194887048372 ], [ -114.04705855943344, 39.907122672045773 ], [ -114.04707250174911, 39.918381888637555 ], [ -114.04703524975582, 39.932439310199271 ], [ -114.04700870091301, 39.946865738602042 ], [ -114.04700139386843, 39.963539034043208 ], [ -114.04698176120708, 39.968655871378004 ], [ -114.04696083580481, 39.975033803197306 ], [ -114.04693168696119, 39.980830956794293 ], [ -114.04692438349744, 39.983168618398409 ], [ -114.04689995801618, 39.991204025639846 ], [ -114.04684376373238, 39.999919431626203 ], [ -114.04681621843118, 40.004433848231351 ], [ -114.04678724844489, 40.007731378458324 ], [ -114.04677368257722, 40.022296948062248 ], [ -114.04676749291716, 40.029525662169931 ], [ -114.04676459766618, 40.036695734160112 ], [ -114.0467500736418, 40.049153518561496 ], [ -114.04674800300788, 40.051184767317949 ], [ -114.04674544203517, 40.05231077367052 ], [ -114.0466952420953, 40.069354287742868 ], [ -114.04672728776387, 40.080166930942163 ], [ -114.04666764520029, 40.094598470810929 ], [ -114.04661098232651, 40.109092958712949 ], [ -114.04660585464538, 40.116726901900883 ], [ -114.0465454677891, 40.124304645300491 ], [ -114.04653900995632, 40.124947945857066 ], [ -114.0465332285013, 40.128888847702541 ], [ -114.04652192485666, 40.138482047780258 ], [ -114.0465377892899, 40.156423479436853 ], [ -114.0465212658649, 40.160252957142305 ], [ -114.04650982653152, 40.170886475727379 ], [ -114.04652202610319, 40.174700778298131 ], [ -114.04647746587574, 40.1891812929723 ], [ -114.04649585125738, 40.191558750866506 ], [ -114.04642483511363, 40.202166775445349 ], [ -114.04642033927479, 40.203639594406901 ], [ -114.04640728052632, 40.218159760451996 ], [ -114.04637944457784, 40.232608231157904 ], [ -114.04632540580729, 40.242932024952303 ], [ -114.0463169537189, 40.247197202109952 ], [ -114.04630526614147, 40.249949237657368 ], [ -114.04633849523132, 40.25461864071999 ], [ -114.04637055077299, 40.257428068481396 ], [ -114.04635729489992, 40.261715882706994 ], [ -114.04634757911671, 40.263463550243941 ], [ -114.04635683412286, 40.271394208044612 ], [ -114.04624534696988, 40.286164545152268 ], [ -114.04623292424368, 40.315091602708669 ], [ -114.04614495262547, 40.332230134004135 ], [ -114.04615403144858, 40.341453260267059 ], [ -114.04618472782153, 40.362785946895507 ], [ -114.04613258300151, 40.374955990740574 ], [ -114.04614473810736, 40.376009506780413 ], [ -114.04615689760489, 40.376801815270234 ], [ -114.04611059654849, 40.378361272468482 ], [ -114.04610064315702, 40.385742887995612 ], [ -114.04612822457027, 40.391839990974788 ], [ -114.04612259078759, 40.400072653289918 ], [ -114.04604111698531, 40.40753719880226 ], [ -114.04569200958268, 40.424605859931212 ], [ -114.0453430082883, 40.428753821175491 ], [ -114.04509969244758, 40.431066051080442 ], [ -114.04510771425433, 40.435290163047135 ], [ -114.04513536404872, 40.443211160403777 ], [ -114.04521154558753, 40.449725767801979 ], [ -114.04524216298933, 40.453404346725911 ], [ -114.04528460634496, 40.457735623847036 ], [ -114.04533413602523, 40.464179766169707 ], [ -114.04539709328452, 40.474571335428905 ], [ -114.045412207266, 40.478687152773055 ], [ -114.04539868797224, 40.482691135278458 ], [ -114.04524191468626, 40.498520606815795 ], [ -114.04517257594924, 40.500247278345803 ], [ -114.04525277365686, 40.520263219595456 ], [ -114.04469195401396, 40.547096276340127 ], [ -114.04401915784527, 40.605037569302162 ], [ -114.04456557842599, 40.619537750405627 ], [ -114.04457275947735, 40.624923671941467 ], [ -114.04447820663006, 40.634130283735374 ], [ -114.04436815384257, 40.646270825005509 ], [ -114.04421203904472, 40.660775956649204 ], [ -114.04409576784488, 40.675243983751955 ], [ -114.04404213656419, 40.682770590009284 ], [ -114.04401162413343, 40.688855491223251 ], [ -114.0440020130732, 40.692021634590695 ], [ -114.04393703936337, 40.704232053252902 ], [ -114.04334971026167, 40.708485243275454 ], [ -114.04339979445841, 40.709064858900419 ], [ -114.04275471125951, 40.714909263605584 ], [ -114.04370807936988, 40.72621461733776 ], [ -114.04363001377527, 40.73579536004025 ], [ -114.0436190989732, 40.736853940955356 ], [ -114.04350601270717, 40.747093087162924 ], [ -114.04349786418479, 40.7478228477828 ], [ -114.04354049425147, 40.749924794867226 ], [ -114.0434817050202, 40.755253827020077 ], [ -114.04341168607785, 40.759817580812829 ], [ -114.04332375801476, 40.765156382325479 ], [ -114.04325622436438, 40.76977410523449 ], [ -114.0431866501564, 40.773179576769358 ], [ -114.04311888710636, 40.776884021602591 ], [ -114.04308741220579, 40.779956137351007 ], [ -114.04284555739, 40.793206861311241 ], [ -114.04290441489974, 40.805774126012238 ], [ -114.04274144158806, 40.821756245305473 ], [ -114.0428165773986, 40.834697711573781 ], [ -114.04274742379235, 40.843939441681378 ], [ -114.04207082136693, 40.850793330209662 ], [ -114.04250447104884, 40.891982560557182 ], [ -114.04200831535438, 40.894233793648255 ], [ -114.04238644579807, 40.906490750918124 ], [ -114.04237358604063, 40.910868276242134 ], [ -114.04236247299777, 40.918776318968511 ], [ -114.04236095659448, 40.923270623055579 ], [ -114.04235007579581, 40.927819211113594 ], [ -114.04229401789782, 40.937849460335386 ], [ -114.04229012757051, 40.942807652063628 ], [ -114.04222099370136, 40.949965152209302 ], [ -114.04223167842366, 40.952369607497666 ], [ -114.04224580063944, 40.958002802047048 ], [ -114.0422210115175, 40.964443101423491 ], [ -114.04226656042692, 40.966855637995245 ], [ -114.04217988532454, 40.978926614396457 ], [ -114.0421826879126, 40.981313256196458 ], [ -114.04215021374186, 40.982286813018639 ], [ -114.04213668716987, 40.985997836072634 ], [ -114.04212685538221, 40.993405912468162 ], [ -114.04208561906491, 40.996901507385964 ], [ -114.04205703448436, 40.999896908500631 ], [ -114.04095789991831, 40.99990792342178 ], [ -114.03460565584307, 40.999949388088375 ], [ -114.02829349823995, 40.999957924956412 ], [ -114.02397817355845, 40.999958733517488 ], [ -114.01958565903237, 40.999961403885948 ], [ -114.00884426271773, 40.999949820093576 ], [ -114.00208592350714, 40.999950560253168 ], [ -114.0009026191307, 40.999940869850292 ], [ -113.98573128575966, 40.999893861407259 ], [ -113.96339414412225, 40.999907862637805 ], [ -113.94654903498729, 40.999916748795258 ], [ -113.93140306791923, 40.999906951753431 ], [ -113.91193231943593, 40.999955045448701 ], [ -113.8978328710957, 40.999954890715031 ], [ -113.88545798710784, 40.999972861349335 ], [ -113.87581670742966, 40.999975318047625 ], [ -113.86189912373884, 40.999921181093391 ], [ -113.83972760361306, 40.999925046071212 ], [ -113.82426710014556, 40.999931402363046 ], [ -113.80052024359114, 40.999934798586033 ], [ -113.78368677809141, 40.999946554091778 ], [ -113.77085911990261, 40.999945115961268 ], [ -113.7508387229657, 40.99993861419172 ], [ -113.73541050370245, 40.999896222634732 ], [ -113.72630010226304, 40.999918565311027 ], [ -113.71163042470928, 40.999936088020249 ], [ -113.69971203858618, 40.999932323743828 ], [ -113.68832971060073, 40.999955345469786 ], [ -113.6692609231944, 40.999966467223963 ], [ -113.65222947951446, 40.999940145952031 ], [ -113.62839274912558, 40.999937981785614 ], [ -113.62584870710293, 40.999941059271244 ], [ -113.61187286747183, 40.999921931167144 ], [ -113.59280323915229, 40.999915890016979 ], [ -113.56904480613841, 40.999943796216733 ], [ -113.54523216348638, 40.999955382539362 ], [ -113.52142513371939, 40.99996011448119 ], [ -113.51114713218573, 40.999955835029247 ], [ -113.50086307833934, 40.999948967134443 ], [ -113.48604271919626, 40.999922970794316 ], [ -113.46197988466768, 40.999926323054034 ], [ -113.43817271023735, 40.999932741927573 ], [ -113.42193222693446, 40.999924929098626 ], [ -113.41554294140866, 40.999919460925113 ], [ -113.41441231856982, 40.999919742731841 ], [ -113.39062330218965, 40.999938458527055 ], [ -113.37585160753504, 40.999946795077037 ], [ -113.36323624584651, 40.999913526976499 ], [ -113.35926518707876, 40.999909346860719 ], [ -113.35117454741612, 40.999903606521748 ], [ -113.33281858652232, 40.999920962158221 ], [ -113.32035283380772, 40.999916891886905 ], [ -113.30530164480848, 40.999925402055958 ], [ -113.30096828969958, 40.999930962119151 ], [ -113.29230139878321, 40.999937092648942 ], [ -113.27858791342676, 40.999952415169965 ], [ -113.26578343429443, 40.999953635024028 ], [ -113.25561234677669, 40.999954147361855 ], [ -113.25080304069883, 40.999949120625729 ], [ -113.2420523458629, 40.999939592659068 ], [ -113.23311182646565, 40.999942085818425 ], [ -113.22298697928831, 40.99993971892539 ], [ -113.21178250058807, 40.999934673257677 ], [ -113.20181976125704, 40.999945346565433 ], [ -113.19369938348316, 40.999942612830566 ], [ -113.18405767528967, 40.999954643068804 ], [ -113.17290709120529, 40.999962805433761 ], [ -113.16246179003602, 40.999979171118675 ], [ -113.1595085582838, 40.999980515748028 ], [ -113.15343782028008, 40.999977040678978 ], [ -113.145317439365, 40.999975396859107 ], [ -113.13431996533242, 40.999976969757761 ], [ -113.12584306183143, 40.999980555435926 ], [ -113.11165051436193, 40.999894748953729 ], [ -113.0923429843168, 40.999913699656062 ], [ -113.06753678783622, 40.999938134140393 ], [ -113.04494138895555, 40.999945030657422 ], [ -113.02391531870279, 40.999951463865941 ], [ -113.00082655270235, 40.999962869317706 ], [ -112.9715181912415, 40.999927602494168 ], [ -112.95643069976957, 40.999932543621576 ], [ -112.94860158787287, 40.99993459496477 ], [ -112.92377074839258, 40.999941976767495 ], [ -112.90330801439558, 40.999948501469326 ], [ -112.90006336737746, 40.999948002692861 ], [ -112.87583848658478, 40.999944961567444 ], [ -112.86278317314633, 40.99992164563573 ], [ -112.84933603929122, 40.999917550178743 ], [ -112.84117412224687, 40.999925743511675 ], [ -112.8330182986961, 40.999939566660316 ], [ -112.81921487617346, 40.999951131562746 ], [ -112.80737257046155, 40.99993930786799 ], [ -112.79935899617207, 40.99993860737343 ], [ -112.7929359125236, 41.001592534600881 ], [ -112.78285090106159, 41.004149533899138 ], [ -112.77096951717802, 41.007147624786199 ], [ -112.76498722522186, 41.0086626124994 ], [ -112.75925865406298, 41.010114867586118 ], [ -112.75082500875129, 41.012261023844005 ], [ -112.7369320125752, 41.015754557175441 ], [ -112.71828278765597, 41.02048753391616 ], [ -112.700569355802, 41.024944272457766 ], [ -112.68886373616401, 41.027899797008359 ], [ -112.68168394289319, 41.029716260488662 ], [ -112.66528413016584, 41.033863766258804 ], [ -112.65124601458645, 41.037389624262524 ], [ -112.62580244500977, 41.043791085404187 ], [ -112.61304246225045, 41.046965477312895 ], [ -112.59968456227232, 41.050313404097821 ], [ -112.57994946746106, 41.055247190024517 ], [ -112.56273754148729, 41.059562411063716 ], [ -112.54145919447251, 41.0649023737299 ], [ -112.52686919217703, 41.068555607530271 ], [ -112.51253201587694, 41.072145128365705 ], [ -112.5007391834823, 41.075096237478199 ], [ -112.49551751806844, 41.076371169681401 ], [ -112.49351741249667, 41.076883531452204 ], [ -112.4894124969685, 41.071640145502414 ], [ -112.48916610693705, 41.071323556997868 ], [ -112.47704312736921, 41.055364798907483 ], [ -112.46811973018397, 41.043656175580203 ], [ -112.45692056151786, 41.028935494390524 ], [ -112.44787511230008, 41.017024090045858 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 28, \"properties\": { \"NAME\": \"UINTAH COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 6683, \"Color4\": \"4\", \"Shape_Leng\": 539941.90105, \"Shape_Area\": 11664809337.5 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -109.20236590389135, 40.858400302227679 ], [ -109.20161146179689, 40.785807672536336 ], [ -109.16355966137274, 40.785933318322172 ], [ -109.16334162704561, 40.771481179956339 ], [ -109.16199702304428, 40.77147327740046 ], [ -109.16168066767705, 40.762361237207998 ], [ -109.16149250664913, 40.756894933810351 ], [ -109.16133966804648, 40.749975307804085 ], [ -109.16112497656802, 40.742291715512266 ], [ -109.16074971070292, 40.727755900131527 ], [ -109.16127869427831, 40.713013767205965 ], [ -109.16113804814729, 40.698378033154896 ], [ -109.16103557850289, 40.683814938390015 ], [ -109.12565105893994, 40.684155531058394 ], [ -109.1234386432277, 40.684142100163001 ], [ -109.12336561529642, 40.673880793530785 ], [ -109.12333974342546, 40.669741189344677 ], [ -109.1233729681547, 40.668345486390905 ], [ -109.12335410254553, 40.65382873707167 ], [ -109.10708580777349, 40.653801823111806 ], [ -109.10437196818857, 40.65377980862003 ], [ -109.08812872629096, 40.653705592037156 ], [ -109.08526019724584, 40.65371659773583 ], [ -109.06913928026587, 40.653709295778228 ], [ -109.06637794405938, 40.653694600805373 ], [ -109.04947584890805, 40.653707493700317 ], [ -109.0486182417954, 40.653711014754109 ], [ -109.04859720215435, 40.653012540452998 ], [ -109.04843489709113, 40.646406941967953 ], [ -109.04826325627749, 40.639310242851096 ], [ -109.04797710326723, 40.624982666957656 ], [ -109.04794449503183, 40.62447856721505 ], [ -109.04792100276786, 40.624067404195614 ], [ -109.04783375119885, 40.610216080171952 ], [ -109.04779198009386, 40.609620843141855 ], [ -109.04921614190661, 40.555555894915514 ], [ -109.05008630165102, 40.522713393872692 ], [ -109.05020547446445, 40.514121611160242 ], [ -109.05029151775837, 40.5080560539364 ], [ -109.05031181713707, 40.504340519317459 ], [ -109.05032702456067, 40.499944777872585 ], [ -109.05046712358792, 40.48878958108368 ], [ -109.05047302157625, 40.488137486068844 ], [ -109.05058370413425, 40.479054565148175 ], [ -109.05072756675925, 40.466130176533994 ], [ -109.050737449366, 40.464972783927024 ], [ -109.05074627376064, 40.464504504057466 ], [ -109.05075857254388, 40.463834498053153 ], [ -109.05077697646658, 40.462586265476105 ], [ -109.05098223411012, 40.450590730340956 ], [ -109.05099180994335, 40.445158905973202 ], [ -109.0509965701068, 40.441321461163938 ], [ -109.05100136678836, 40.439727076745164 ], [ -109.05100576353054, 40.43610582143809 ], [ -109.05065671311476, 40.421456951373649 ], [ -109.05088457201143, 40.374964262774007 ], [ -109.05088447087998, 40.363933503686781 ], [ -109.05093925499929, 40.295155049042407 ], [ -109.050961222212, 40.280471581065093 ], [ -109.05097732633554, 40.27294975072892 ], [ -109.05099007485624, 40.2665674329116 ], [ -109.05099048371684, 40.26618457772944 ], [ -109.05096991703456, 40.260716057530168 ], [ -109.05094633426344, 40.253959261365004 ], [ -109.05094531905098, 40.252765613074054 ], [ -109.05093894975658, 40.251143968708185 ], [ -109.05093463002338, 40.25067995608665 ], [ -109.05092465693066, 40.250003246599555 ], [ -109.05092766469325, 40.244572045113124 ], [ -109.05092105235619, 40.23640207516479 ], [ -109.05092206385633, 40.222636096129975 ], [ -109.05091707563444, 40.218095686366851 ], [ -109.05091420652631, 40.213685933728918 ], [ -109.05091384415667, 40.209393332110821 ], [ -109.05084485048553, 40.194577513885356 ], [ -109.05086910358267, 40.191064560273418 ], [ -109.05089805692818, 40.187592222736626 ], [ -109.05094661788839, 40.181998680156823 ], [ -109.05095189082456, 40.181404198968217 ], [ -109.05096948601559, 40.179107292537871 ], [ -109.05097223592192, 40.175769636937225 ], [ -109.05097305412737, 40.175125532606863 ], [ -109.05097337456391, 40.173062557896444 ], [ -109.05101129408023, 40.158603399192593 ], [ -109.05100534861771, 40.157374516626355 ], [ -109.05095219770178, 40.144247976514393 ], [ -109.05098569349794, 40.137532560156757 ], [ -109.05099676801463, 40.136118380990929 ], [ -109.05099558738051, 40.135749004435688 ], [ -109.05097864148381, 40.125005835898406 ], [ -109.05096502545562, 40.123469620661751 ], [ -109.05094974693515, 40.122361291203767 ], [ -109.05094110438483, 40.12122604711864 ], [ -109.05087902747094, 40.107540742520385 ], [ -109.05087607873796, 40.106657836443567 ], [ -109.05073447975455, 40.077710308019547 ], [ -109.05078805109076, 40.071720368562524 ], [ -109.05091017725802, 40.06311902587975 ], [ -109.05093040442163, 40.054799734299088 ], [ -109.05094708428447, 40.048660507155702 ], [ -109.05092835961702, 40.024214713673743 ], [ -109.05092097022862, 40.019534488243899 ], [ -109.05097403852541, 39.999963603319586 ], [ -109.0509738127343, 39.996882559421962 ], [ -109.05096206301265, 39.982878025234193 ], [ -109.05081734632067, 39.968398255660517 ], [ -109.05074951487889, 39.953888216167798 ], [ -109.05073103342235, 39.946500561830696 ], [ -109.05071617043869, 39.939396742596848 ], [ -109.05056915115883, 39.912615951930462 ], [ -109.05056285222544, 39.911394224521096 ], [ -109.05055458535846, 39.910448139503842 ], [ -109.05053564353192, 39.875006279258962 ], [ -109.05047158567019, 39.86694659407425 ], [ -109.05060506138408, 39.840133286084395 ], [ -109.05059468170556, 39.837979934672617 ], [ -109.05096463076293, 39.823490478088864 ], [ -109.05095718363101, 39.79667011701568 ], [ -109.05093471254017, 39.794570603153751 ], [ -109.05090293288836, 39.781217564562446 ], [ -109.05088078115446, 39.767726819673179 ], [ -109.05087471694475, 39.767114091689855 ], [ -109.05086057194926, 39.765546251702922 ], [ -109.0509334812408, 39.754889572284206 ], [ -109.05095958963365, 39.751065593794635 ], [ -109.05098839116781, 39.750457954511717 ], [ -109.0510137650536, 39.749971882217253 ], [ -109.05104607432023, 39.74592727862774 ], [ -109.05111752123253, 39.736558865108719 ], [ -109.05136749670235, 39.728057424086998 ], [ -109.05137702936229, 39.724652983092234 ], [ -109.05130499585637, 39.624976991488396 ], [ -109.05129562209048, 39.622404648852132 ], [ -109.0512734430142, 39.617174313541895 ], [ -109.0514614523821, 39.588244569315393 ], [ -109.05146552778891, 39.586270665861555 ], [ -109.05148608939359, 39.561801278709027 ], [ -109.0514866138812, 39.547435638222339 ], [ -109.05148573768349, 39.518343848431641 ], [ -109.05148105139743, 39.501653555662728 ], [ -109.05148109215, 39.499986784982468 ], [ -109.05146025381988, 39.499067458800852 ], [ -109.05143448013675, 39.49828319342538 ], [ -109.05143609635502, 39.497684083532157 ], [ -109.05211777877864, 39.497384679588301 ], [ -109.05250588175849, 39.497229010834069 ], [ -109.0526232484406, 39.497190434253511 ], [ -109.05293796383255, 39.497164173337033 ], [ -109.05308137325743, 39.497234147540865 ], [ -109.0533836181375, 39.497446430437421 ], [ -109.05368218859374, 39.497582069579884 ], [ -109.05390002277963, 39.49769383218441 ], [ -109.05406973029744, 39.497863350910549 ], [ -109.05434923584986, 39.498057231437635 ], [ -109.05445070983788, 39.498171549859478 ], [ -109.05471077313938, 39.498437180725666 ], [ -109.05488277671471, 39.49856619358696 ], [ -109.05497878451243, 39.49862636258166 ], [ -109.05509778902999, 39.498695925904642 ], [ -109.0553900870145, 39.498890018016738 ], [ -109.05568753817566, 39.499066176443371 ], [ -109.05589956831896, 39.49917783823895 ], [ -109.05608316671965, 39.499266500167387 ], [ -109.05626145547572, 39.499337053846524 ], [ -109.05651366941798, 39.499467405716345 ], [ -109.05667389601869, 39.4995601806908 ], [ -109.05708153051238, 39.499747187412829 ], [ -109.05725413494321, 39.499813139764932 ], [ -109.05746650183377, 39.499704069582513 ], [ -109.05779468650586, 39.499403228418991 ], [ -109.05798367810401, 39.499298271439883 ], [ -109.05841334055404, 39.4991117438312 ], [ -109.05880612439483, 39.498996675351563 ], [ -109.05906335329588, 39.498946913773437 ], [ -109.05956643668665, 39.498838189412368 ], [ -109.05979447964485, 39.498792443724099 ], [ -109.0601444475882, 39.498753237416381 ], [ -109.06031286831667, 39.498760553093035 ], [ -109.06066105838769, 39.498785283622901 ], [ -109.06080550558157, 39.498818326365893 ], [ -109.06103116988622, 39.498858129635906 ], [ -109.06177853339497, 39.498956186399688 ], [ -109.06209025234354, 39.499037965809954 ], [ -109.06235991255177, 39.499168595956498 ], [ -109.06268987923633, 39.499430869750135 ], [ -109.06296269135611, 39.499615608578203 ], [ -109.06309346828138, 39.499554720939727 ], [ -109.06316190094947, 39.499393688756733 ], [ -109.06336832198473, 39.498870067485477 ], [ -109.06364704505646, 39.498464775047466 ], [ -109.06385239820254, 39.498188898763985 ], [ -109.06404612595108, 39.497912828452776 ], [ -109.06418085904302, 39.497667308797418 ], [ -109.06424285066568, 39.497528692598877 ], [ -109.06435171145623, 39.497377342541505 ], [ -109.06456093728116, 39.497380826799251 ], [ -109.06489727403491, 39.497413455837957 ], [ -109.06553882319476, 39.497343049065812 ], [ -109.06594702441079, 39.497300289585922 ], [ -109.06619187004085, 39.497277334836092 ], [ -109.06652476643693, 39.497224310766825 ], [ -109.06676454848301, 39.497174241784442 ], [ -109.06693511241804, 39.497104100956477 ], [ -109.06711305968909, 39.496977322204657 ], [ -109.06732458074481, 39.49668802775205 ], [ -109.06750060585198, 39.496420666703365 ], [ -109.06762816519783, 39.496223675424908 ], [ -109.06774367635148, 39.496041800015405 ], [ -109.06783471797955, 39.495903664739075 ], [ -109.06807001835634, 39.495637288129856 ], [ -109.06827604579284, 39.495546111697998 ], [ -109.06850735103509, 39.495549955761589 ], [ -109.06875056956972, 39.495585530915136 ], [ -109.06910790385483, 39.495699583005901 ], [ -109.0691992711928, 39.495759663243383 ], [ -109.06934157350486, 39.495870142295125 ], [ -109.06946000637559, 39.496002748708705 ], [ -109.06973332004887, 39.496421729689139 ], [ -109.06984864025874, 39.496666904009381 ], [ -109.06990733800791, 39.496857080351802 ], [ -109.06998691658512, 39.497133194589772 ], [ -109.07003992777527, 39.497318771630148 ], [ -109.07018144496814, 39.497667990988546 ], [ -109.0703098870233, 39.497859325115492 ], [ -109.07040507739913, 39.497991544674086 ], [ -109.07048395324074, 39.49808295012209 ], [ -109.07095775062054, 39.498401645942486 ], [ -109.07133274896448, 39.498718700415523 ], [ -109.071440686689, 39.498810587470132 ], [ -109.0715190668987, 39.498920003193703 ], [ -109.07156913423213, 39.499001920305645 ], [ -109.0716798975194, 39.499201969197031 ], [ -109.07173997124383, 39.499342614637143 ], [ -109.0719096025867, 39.499516611156814 ], [ -109.07203510285048, 39.499604284211109 ], [ -109.07228772190858, 39.499721094376291 ], [ -109.07262752274498, 39.499839349765537 ], [ -109.0728533224077, 39.499874627577945 ], [ -109.07297649524853, 39.499836126657883 ], [ -109.07308646062152, 39.499644243463223 ], [ -109.07312052939211, 39.499252890729061 ], [ -109.07313837201374, 39.499027946549035 ], [ -109.07316364325776, 39.498744563111792 ], [ -109.07315727610846, 39.498343530342488 ], [ -109.07315348733928, 39.498059665107327 ], [ -109.07315066020723, 39.497951503026009 ], [ -109.07321370554776, 39.497605678539443 ], [ -109.07356744075467, 39.497598027719874 ], [ -109.07371817660804, 39.497614040422327 ], [ -109.07389822057885, 39.497621529020002 ], [ -109.07421425579426, 39.497505136233585 ], [ -109.07447785157895, 39.49726624418976 ], [ -109.0745944902566, 39.497042936368508 ], [ -109.07476281661619, 39.496632183865309 ], [ -109.07493600842689, 39.496255748161971 ], [ -109.07512203922252, 39.495835377722855 ], [ -109.0753295754982, 39.495478430305099 ], [ -109.07539636110478, 39.495375925727359 ], [ -109.07548244463227, 39.495206168589071 ], [ -109.07547429895766, 39.495079899210644 ], [ -109.07531122578565, 39.494878987572193 ], [ -109.07515123228984, 39.494777232391051 ], [ -109.07484917856331, 39.494555999194098 ], [ -109.07476290180257, 39.494311310729387 ], [ -109.0747719437758, 39.494194335598351 ], [ -109.07477579534007, 39.494054750470802 ], [ -109.07479117357103, 39.493708135270133 ], [ -109.07486762100531, 39.493466142058203 ], [ -109.07494801596205, 39.493291786233449 ], [ -109.07503434623402, 39.493113023838482 ], [ -109.0751451641748, 39.492889618852878 ], [ -109.07520924117837, 39.492674449338786 ], [ -109.07524696678044, 39.492571463546525 ], [ -109.07538021017065, 39.492167336475291 ], [ -109.07548297919219, 39.49181405942592 ], [ -109.07561420791831, 39.491482876521211 ], [ -109.07574233112604, 39.491264262192033 ], [ -109.07590092079363, 39.491037142435715 ], [ -109.07605038038074, 39.490845909776596 ], [ -109.07618875809175, 39.490677017529357 ], [ -109.07638105041345, 39.490450454893065 ], [ -109.07651893005843, 39.490299573217023 ], [ -109.07665186656921, 39.490117075919635 ], [ -109.07672125091308, 39.489920012476553 ], [ -109.07673758915794, 39.489749100115873 ], [ -109.0767264844738, 39.489519171158165 ], [ -109.07670745896804, 39.489365692869818 ], [ -109.07675297710183, 39.489190758510624 ], [ -109.07691648038586, 39.489206978197494 ], [ -109.07718261298231, 39.48942310703378 ], [ -109.0774842558352, 39.489658742809034 ], [ -109.07766726311813, 39.489768984060795 ], [ -109.0778216860439, 39.489861634053192 ], [ -109.07821238686296, 39.490030267599238 ], [ -109.07851716027658, 39.490152431300523 ], [ -109.0788498289551, 39.490275055274871 ], [ -109.07912881746901, 39.490320209447511 ], [ -109.07957430427214, 39.490399647644892 ], [ -109.08000310157759, 39.490451779601237 ], [ -109.08034574565167, 39.490465547708197 ], [ -109.08062468842979, 39.49047015425834 ], [ -109.08079603992581, 39.490370274019924 ], [ -109.0808425145446, 39.490160216285403 ], [ -109.0808937351789, 39.489988978249627 ], [ -109.08099055405575, 39.48985092764903 ], [ -109.08124613332799, 39.489647925681254 ], [ -109.08157614299232, 39.489486694912763 ], [ -109.08174637674942, 39.489427338076496 ], [ -109.08222082314357, 39.489299121765988 ], [ -109.08252943626938, 39.489281689183869 ], [ -109.08291643755588, 39.489373664157988 ], [ -109.08312798973945, 39.489503287873802 ], [ -109.08356754100059, 39.489798843824602 ], [ -109.08373359468699, 39.489891677780989 ], [ -109.08400289191532, 39.490035766339446 ], [ -109.08440918929551, 39.490272208423228 ], [ -109.08458615103005, 39.490391348848462 ], [ -109.08479076116696, 39.49056229943168 ], [ -109.08500788469094, 39.490701021178303 ], [ -109.08517987738537, 39.490789446121489 ], [ -109.08559889303294, 39.490986451258003 ], [ -109.08589048054185, 39.491166040136562 ], [ -109.08610427364295, 39.491426334922551 ], [ -109.08619305730055, 39.491580960399709 ], [ -109.08629524394483, 39.491713282424172 ], [ -109.08640796411294, 39.491800729662799 ], [ -109.08653346974636, 39.491888387273228 ], [ -109.08664797013014, 39.491953339530021 ], [ -109.08684318917601, 39.492043045332188 ], [ -109.08707624791342, 39.492194639009419 ], [ -109.0873177893474, 39.49233375833979 ], [ -109.08743862106081, 39.492379893801399 ], [ -109.0875678067015, 39.492333367468895 ], [ -109.0876711679347, 39.49216839004275 ], [ -109.08772616131536, 39.492071089914695 ], [ -109.08780570834524, 39.49192644269521 ], [ -109.08790360242423, 39.491748761625587 ], [ -109.0879555227944, 39.491551403988225 ], [ -109.0879332517691, 39.491303272934104 ], [ -109.08791048733416, 39.491073153001921 ], [ -109.08790367651959, 39.49089735325947 ], [ -109.08792984598354, 39.490578842994182 ], [ -109.08800688586274, 39.490313425346748 ], [ -109.08819457519665, 39.490253445209973 ], [ -109.0885026983379, 39.490254007972354 ], [ -109.08874788362041, 39.490217496526846 ], [ -109.08898984685371, 39.490086330493739 ], [ -109.08907490423442, 39.489952584472221 ], [ -109.08937445166247, 39.48941693099848 ], [ -109.08957990565288, 39.488920273541538 ], [ -109.08973367233681, 39.488400242140685 ], [ -109.08982969507315, 39.487865747103378 ], [ -109.08985168845996, 39.48769943033745 ], [ -109.08986873331995, 39.487501498528552 ], [ -109.08988694027589, 39.48730358580714 ], [ -109.08988091520834, 39.486843995508188 ], [ -109.08986617448636, 39.48653292091236 ], [ -109.08983882596638, 39.48625767765045 ], [ -109.08983782124213, 39.486081973270295 ], [ -109.08982170048434, 39.485821329911694 ], [ -109.08977056853135, 39.485310544281639 ], [ -109.08977833246958, 39.48502686834977 ], [ -109.08981928930167, 39.484847348695212 ], [ -109.08987540724837, 39.484708621524497 ], [ -109.08998443870921, 39.48454823971106 ], [ -109.09025849353768, 39.484093251122495 ], [ -109.09038468033162, 39.483900716058457 ], [ -109.09054391988393, 39.483647458265999 ], [ -109.09072811847248, 39.483501824903797 ], [ -109.09088203095695, 39.483400742020578 ], [ -109.09122508843562, 39.483185639727438 ], [ -109.09140953063284, 39.483030999613462 ], [ -109.0916254877318, 39.482786780191432 ], [ -109.09179037807617, 39.482496673833651 ], [ -109.09188221571472, 39.482326998224025 ], [ -109.09198616652857, 39.482139502080727 ], [ -109.09200716780184, 39.482009206990284 ], [ -109.09203767191738, 39.481743923233502 ], [ -109.09210057793354, 39.481569267713887 ], [ -109.0923780792712, 39.4811999219001 ], [ -109.09274027528883, 39.480922061504813 ], [ -109.09341409159558, 39.480515067816299 ], [ -109.09407076368042, 39.480096977455673 ], [ -109.09427163935577, 39.47997864064417 ], [ -109.09447202271171, 39.479878314702674 ], [ -109.09467228260191, 39.479782491209662 ], [ -109.09497762173574, 39.479670370192736 ], [ -109.09516020327455, 39.479583265773634 ], [ -109.09551075905493, 39.479305205769876 ], [ -109.09564165934412, 39.479194729709107 ], [ -109.09593042287, 39.479050800816132 ], [ -109.09603177878829, 39.478957859660696 ], [ -109.09608689687845, 39.478855151455335 ], [ -109.09600972680681, 39.478700723419429 ], [ -109.09586095237789, 39.478400968011961 ], [ -109.09580047739215, 39.478273842262247 ], [ -109.09564254061323, 39.477883839964029 ], [ -109.09548943311832, 39.477529955171242 ], [ -109.09548528093073, 39.477255993717066 ], [ -109.0954857597708, 39.477025354457879 ], [ -109.09547275107073, 39.476862967576672 ], [ -109.09545233536001, 39.47675902207942 ], [ -109.09538183891141, 39.476573169159693 ], [ -109.09524782387747, 39.476371859972112 ], [ -109.09515553729092, 39.476132492907787 ], [ -109.09515881802739, 39.475799189476426 ], [ -109.09530452612812, 39.47557183082683 ], [ -109.09538967561214, 39.47543357633046 ], [ -109.09565760183035, 39.474987483049887 ], [ -109.09574160647421, 39.474678026052104 ], [ -109.09577008898694, 39.474273058085423 ], [ -109.09589079397402, 39.47389662968417 ], [ -109.09600879632586, 39.473619263097405 ], [ -109.09607162737838, 39.473404060383793 ], [ -109.09610527683762, 39.47327847628074 ], [ -109.09616419594875, 39.473036180454919 ], [ -109.09622646916516, 39.472884036108852 ], [ -109.0962698392724, 39.472785640115184 ], [ -109.09630306262748, 39.472633019981053 ], [ -109.09629402087211, 39.472538270485202 ], [ -109.09619274271685, 39.472202353505729 ], [ -109.09607165423738, 39.471953505680105 ], [ -109.09594330797995, 39.471757695846037 ], [ -109.09582574704424, 39.471592695381631 ], [ -109.09580530747257, 39.471489650445534 ], [ -109.09586708881228, 39.471355517516088 ], [ -109.09606879520666, 39.471205657008703 ], [ -109.0962099480622, 39.471144901099059 ], [ -109.09668593830051, 39.470954482760582 ], [ -109.09729733227333, 39.4706581627741 ], [ -109.09772282880731, 39.470443488535381 ], [ -109.09801760629247, 39.470290642688084 ], [ -109.09831333894675, 39.470102674010292 ], [ -109.09859833343153, 39.469882094130853 ], [ -109.0987659074417, 39.469704641550003 ], [ -109.09897750610453, 39.469618005316185 ], [ -109.09921979498587, 39.469685034837042 ], [ -109.09942551079178, 39.46981453359539 ], [ -109.09971121484875, 39.469994892718439 ], [ -109.10017640815136, 39.470200708765319 ], [ -109.10031522821663, 39.470225501525803 ], [ -109.10054786082547, 39.47022029316193 ], [ -109.10080446694882, 39.47018844699096 ], [ -109.10122356636298, 39.469952032089751 ], [ -109.10141981505501, 39.469788558488169 ], [ -109.10167538329968, 39.469581004877327 ], [ -109.10190575334221, 39.469445116620044 ], [ -109.10224179695047, 39.46927040951612 ], [ -109.10243027412268, 39.469178884653388 ], [ -109.10276227829833, 39.469152769651991 ], [ -109.10429656991893, 39.469371507406969 ], [ -109.10437502859584, 39.469264670738845 ], [ -109.10441850710976, 39.469161768471459 ], [ -109.10449806531295, 39.469014406114539 ], [ -109.10464495048684, 39.468742005986222 ], [ -109.10477660534637, 39.468388270290859 ], [ -109.10478332612779, 39.468140613817937 ], [ -109.10478128020823, 39.468001831477423 ], [ -109.10483076905956, 39.467677389007008 ], [ -109.10494958002111, 39.467368492028477 ], [ -109.10501702730399, 39.467238951179887 ], [ -109.10510930032596, 39.467051252048911 ], [ -109.10519515259077, 39.466885972374911 ], [ -109.10526494435749, 39.466669976680784 ], [ -109.10525684369023, 39.466540105304588 ], [ -109.10524779021198, 39.46644535613715 ], [ -109.10523056285308, 39.466223437294062 ], [ -109.10530140427878, 39.465968717043175 ], [ -109.10524764029182, 39.465593939145414 ], [ -109.10513395149306, 39.465285757076359 ], [ -109.10509646264615, 39.465168020203279 ], [ -109.10504249897686, 39.465014877028892 ], [ -109.10498980607566, 39.464814904210414 ], [ -109.10494882966942, 39.464611518482116 ], [ -109.1048888375706, 39.464466385672033 ], [ -109.10475044903841, 39.464211858638407 ], [ -109.10466190044083, 39.464048240801972 ], [ -109.1045406966407, 39.463803003360866 ], [ -109.10450975181976, 39.46365834394031 ], [ -109.1046078302147, 39.463470739731846 ], [ -109.10517472332079, 39.462925885375789 ], [ -109.10556967281745, 39.462720594345434 ], [ -109.10573537995013, 39.462610673441745 ], [ -109.10616493625372, 39.462414953907405 ], [ -109.10636451950937, 39.462341622666159 ], [ -109.10648773028609, 39.462298581091005 ], [ -109.10667615857439, 39.462207949221657 ], [ -109.11716394693335, 39.46211609516461 ], [ -109.12570601818314, 39.462109968618499 ], [ -109.25067148254199, 39.46221044306639 ], [ -109.27346492653861, 39.462213296264089 ], [ -109.28336792041416, 39.462220282634171 ], [ -109.37569077469853, 39.462330411248693 ], [ -109.39517074472468, 39.462380178333191 ], [ -109.44993615999704, 39.462348331597234 ], [ -109.45046440024487, 39.462376996646988 ], [ -109.50067866901382, 39.462378522875746 ], [ -109.52703547704114, 39.462377526032697 ], [ -109.57987156368297, 39.462363599414083 ], [ -109.58093560817871, 39.462340549865161 ], [ -109.59851337032777, 39.462211361873479 ], [ -109.59894888569214, 39.462230125551784 ], [ -109.59980838655132, 39.46226300411557 ], [ -109.60714402611643, 39.462211451402929 ], [ -109.63595758592004, 39.462007920436584 ], [ -109.63714399460169, 39.461967771215107 ], [ -109.64718798250242, 39.461913867389697 ], [ -109.65388976126688, 39.461879017913134 ], [ -109.65480051529279, 39.461907578155198 ], [ -109.6556671097061, 39.461935620726749 ], [ -109.67432393580548, 39.461902042491396 ], [ -109.68366318869299, 39.46192705131795 ], [ -109.69308962943502, 39.461952289703895 ], [ -109.71174529491508, 39.461983871933029 ], [ -109.73032573088005, 39.461999925173167 ], [ -109.74492005165702, 39.461969151235621 ], [ -109.75064507617373, 39.461954216653872 ], [ -109.7576254859855, 39.461938904347981 ], [ -109.76535550330827, 39.461931134373103 ], [ -109.77767754101467, 39.461890118969656 ], [ -109.79119114384845, 39.461842169749865 ], [ -109.82656461606388, 39.461726968190995 ], [ -109.82953470020678, 39.461716355687066 ], [ -109.86814043265608, 39.461548908994217 ], [ -109.90302846739419, 39.461621959246706 ], [ -109.90530670591102, 39.461625407924338 ], [ -109.93732865082131, 39.46176026185509 ], [ -110.00070489152388, 39.46933221424937 ], [ -110.01623664748512, 39.469306971182647 ], [ -110.02393282523167, 39.46929073383518 ], [ -110.02369776513495, 39.469473473203649 ], [ -110.02297627549864, 39.469940457997382 ], [ -110.0228589638122, 39.470016060437082 ], [ -110.02188640876153, 39.470562021694491 ], [ -110.02169802501807, 39.470731633998589 ], [ -110.02158601793441, 39.470843321248395 ], [ -110.02136058781207, 39.471084704239132 ], [ -110.02122573607896, 39.471250261089367 ], [ -110.02109799960365, 39.471654652490407 ], [ -110.02115719878506, 39.471993039714881 ], [ -110.0212122275552, 39.472214256986824 ], [ -110.02128538767424, 39.472386069806639 ], [ -110.02144541615107, 39.472581139574423 ], [ -110.02158876597616, 39.472722006568389 ], [ -110.02172558331777, 39.472831282135651 ], [ -110.02233318688477, 39.473111208643843 ], [ -110.0226623439988, 39.4732671519712 ], [ -110.02297994098473, 39.47341849205224 ], [ -110.02311261606857, 39.473491689709974 ], [ -110.02334290411741, 39.473651305633766 ], [ -110.02342895535149, 39.473733121683722 ], [ -110.02353787829485, 39.473842160843795 ], [ -110.02361792871348, 39.473937441912618 ], [ -110.02374909427286, 39.474118750584076 ], [ -110.02383432806266, 39.474259126858925 ], [ -110.02401472181998, 39.474661602489533 ], [ -110.02423246909775, 39.475303165998696 ], [ -110.02431518795517, 39.47562372811845 ], [ -110.02440788388348, 39.476062409661594 ], [ -110.02448487990819, 39.476376616355147 ], [ -110.02452847344081, 39.476585121503298 ], [ -110.02455106158844, 39.476715961282714 ], [ -110.02459218429279, 39.477018153454246 ], [ -110.02455673627641, 39.477391786175808 ], [ -110.02445910711629, 39.477805443817296 ], [ -110.02430325704319, 39.478142024734261 ], [ -110.02410646448314, 39.478496282518478 ], [ -110.02396987530906, 39.478702374357582 ], [ -110.02377408703926, 39.478984557079158 ], [ -110.02368525788434, 39.479100945933723 ], [ -110.02352004319097, 39.479275260592331 ], [ -110.02323201503565, 39.479501704493977 ], [ -110.02312029850806, 39.479591770589835 ], [ -110.0229839913151, 39.479694244453377 ], [ -110.02266873892736, 39.479871802232914 ], [ -110.02230000660995, 39.480048909467101 ], [ -110.02184212310168, 39.480364926106787 ], [ -110.02136629163985, 39.480716831275728 ], [ -110.02071467714195, 39.481166368007273 ], [ -110.02001572844873, 39.481674069384397 ], [ -110.01936376736214, 39.482147022397918 ], [ -110.01840580668326, 39.482881392078475 ], [ -110.01767169174919, 39.483406802891096 ], [ -110.01730153335589, 39.48368299584147 ], [ -110.01718986590434, 39.483768551356746 ], [ -110.01706040352018, 39.483879185306598 ], [ -110.01684227134449, 39.484093589423196 ], [ -110.01653594491222, 39.484460423093246 ], [ -110.01621387340674, 39.484954168601213 ], [ -110.01578555170657, 39.485643439357752 ], [ -110.01548300656631, 39.486483345241489 ], [ -110.01532077150539, 39.486855900684638 ], [ -110.01521028378804, 39.487269440728049 ], [ -110.01512400194831, 39.487615608105024 ], [ -110.01504629541505, 39.488178096254266 ], [ -110.01504985044274, 39.488750283066587 ], [ -110.01495898900042, 39.489420783683876 ], [ -110.01481063732618, 39.490044844284036 ], [ -110.01478597111993, 39.490144650033962 ], [ -110.01472575415673, 39.490373903391038 ], [ -110.01468583032461, 39.490648380377344 ], [ -110.01466489170983, 39.490895987221855 ], [ -110.01471494454483, 39.491139690519525 ], [ -110.01477001200604, 39.49127531223477 ], [ -110.01497460398971, 39.491610428241906 ], [ -110.01535713926025, 39.49210923707038 ], [ -110.01569424874052, 39.492531072194325 ], [ -110.01617474200452, 39.493093779929566 ], [ -110.01661435465395, 39.493669655386675 ], [ -110.01699564380014, 39.49425855154383 ], [ -110.01710344600593, 39.494448679975207 ], [ -110.01727873414291, 39.494801564755981 ], [ -110.01736793281957, 39.494991535681017 ], [ -110.01750368754017, 39.495344085962827 ], [ -110.01755529721139, 39.495808554200885 ], [ -110.01760122012548, 39.496263963998906 ], [ -110.01761568239111, 39.496475828983584 ], [ -110.0177289234053, 39.496693033733798 ], [ -110.01780330392421, 39.496779260281109 ], [ -110.01795794316321, 39.496947257718944 ], [ -110.01825624168035, 39.497237206570738 ], [ -110.01844013192974, 39.497392835903014 ], [ -110.01864198539289, 39.497511674220867 ], [ -110.01889029077877, 39.497635409366623 ], [ -110.01920824240928, 39.497768741882339 ], [ -110.01998413673958, 39.498005048298722 ], [ -110.02090394210123, 39.49834618039516 ], [ -110.02107173772353, 39.498406160531069 ], [ -110.02130298654829, 39.498502715923962 ], [ -110.02153941879037, 39.498644366131096 ], [ -110.02170645785377, 39.498758400963318 ], [ -110.02191312508845, 39.498949356753847 ], [ -110.02203883305197, 39.499108095028895 ], [ -110.02217572864039, 39.499298463414526 ], [ -110.02232368589701, 39.499529471138857 ], [ -110.02236230457576, 39.499678466318656 ], [ -110.02236477409423, 39.49991726078725 ], [ -110.022205004697, 39.500114144367558 ], [ -110.0222593627938, 39.500384911364947 ], [ -110.02243090480182, 39.501008066488176 ], [ -110.02252514644117, 39.501337735807518 ], [ -110.02258588922106, 39.501568009820865 ], [ -110.02271002594952, 39.501839363184992 ], [ -110.02284566685191, 39.502119823427968 ], [ -110.0230437065421, 39.50251253591221 ], [ -110.02316802325565, 39.502771275816606 ], [ -110.02321309081464, 39.50287527321251 ], [ -110.02336877898979, 39.503385664501927 ], [ -110.02343433219438, 39.503688061007018 ], [ -110.0234332111992, 39.504183619338235 ], [ -110.02330353133819, 39.504723149239574 ], [ -110.023188408322, 39.505136656763135 ], [ -110.02309699329832, 39.505352136318287 ], [ -110.02301855992459, 39.50555420940794 ], [ -110.02300861697282, 39.505765868365323 ], [ -110.02300577814609, 39.505968576697853 ], [ -110.02301042202191, 39.506135306631336 ], [ -110.02307629141556, 39.506415180063605 ], [ -110.02324531909922, 39.506804044044884 ], [ -110.02345037444782, 39.507112117547877 ], [ -110.02396067199989, 39.507634496308818 ], [ -110.02424538127295, 39.508069381563026 ], [ -110.02471930969672, 39.509114050016507 ], [ -110.02501885373735, 39.510152748842202 ], [ -110.02537338920406, 39.511002691235852 ], [ -110.02550273897991, 39.511319136567586 ], [ -110.02558638401523, 39.511576631621537 ], [ -110.02560826153498, 39.511675928432972 ], [ -110.02563002584219, 39.511783333570747 ], [ -110.02565663665072, 39.511960158724506 ], [ -110.02564661839963, 39.512677295525606 ], [ -110.02560412258219, 39.513221162069797 ], [ -110.02557711419169, 39.513572337752592 ], [ -110.02553652547496, 39.513896368642925 ], [ -110.02551036741495, 39.514103386463276 ], [ -110.02542757464509, 39.514617180977453 ], [ -110.02539441670434, 39.51490883694737 ], [ -110.0253977773869, 39.515084566109614 ], [ -110.02548547957518, 39.515468239395041 ], [ -110.02558038324244, 39.515752859594507 ], [ -110.02564496216665, 39.516126427557424 ], [ -110.02563124085609, 39.51627588361491 ], [ -110.02560483027439, 39.51650091986464 ], [ -110.02554081729338, 39.516919362436056 ], [ -110.0253763453896, 39.517450492536476 ], [ -110.02533461825725, 39.517606020923949 ], [ -110.02530291432977, 39.517710274609271 ], [ -110.02527188237603, 39.51784967409872 ], [ -110.02525886507895, 39.517948678274159 ], [ -110.02525710200693, 39.518074807723643 ], [ -110.02528315984102, 39.518291273474269 ], [ -110.02533682015428, 39.518530496405596 ], [ -110.02537086506636, 39.518674946679084 ], [ -110.02539660864062, 39.518913935502709 ], [ -110.02540763508814, 39.519373553287529 ], [ -110.0253644791084, 39.519547991282018 ], [ -110.02534456241123, 39.519724426169411 ], [ -110.02530981445928, 39.520129598293984 ], [ -110.02530968182053, 39.520471988541985 ], [ -110.02536365533423, 39.520855378778748 ], [ -110.02537965593308, 39.520959131362837 ], [ -110.02541785133953, 39.521139657559246 ], [ -110.02562100572885, 39.52158737036897 ], [ -110.02581903864372, 39.521985483247612 ], [ -110.0259956960612, 39.522248262220387 ], [ -110.02606923257632, 39.522397548260123 ], [ -110.02611925207427, 39.522564657816915 ], [ -110.02613431032911, 39.522735979596469 ], [ -110.02621878844022, 39.522934913825956 ], [ -110.0264294678601, 39.523261049186146 ], [ -110.02671626678253, 39.523551780351625 ], [ -110.02684234336893, 39.523687990347518 ], [ -110.02708379531195, 39.523893644179381 ], [ -110.02739620347816, 39.524016996527585 ], [ -110.02780229309751, 39.524096981158138 ], [ -110.02854605743114, 39.524157261182509 ], [ -110.02888961030909, 39.524133100971703 ], [ -110.02925111438731, 39.524073048479593 ], [ -110.02956552123847, 39.524053148005997 ], [ -110.02976328366941, 39.524054798866075 ], [ -110.02997868377122, 39.524043081133627 ], [ -110.03061538016863, 39.523854671246113 ], [ -110.0312652084024, 39.523558243726754 ], [ -110.0314988071936, 39.523492613049555 ], [ -110.03181339857318, 39.523459192570755 ], [ -110.03209190249221, 39.523511068580198 ], [ -110.03238301559446, 39.523576564332821 ], [ -110.03266654864639, 39.523601449938255 ], [ -110.03316833022146, 39.52349299587312 ], [ -110.0334847318712, 39.523328936595917 ], [ -110.03396336918782, 39.523211276339637 ], [ -110.03449867247626, 39.523202208379459 ], [ -110.03478380470699, 39.523195566052685 ], [ -110.03574790754068, 39.523307186022159 ], [ -110.03603204362165, 39.523372614769556 ], [ -110.03631537080821, 39.523496603066263 ], [ -110.0367765838932, 39.523797765699832 ], [ -110.03716943311817, 39.523994741814967 ], [ -110.03742980961725, 39.524096011545566 ], [ -110.03769024905918, 39.524192776065398 ], [ -110.03794510886989, 39.524272374254565 ], [ -110.03828123985272, 39.524364357706119 ], [ -110.03884784935292, 39.524616827443502 ], [ -110.03968672757036, 39.524952636784718 ], [ -110.03996907528689, 39.525148690492927 ], [ -110.04020371291563, 39.52542994741809 ], [ -110.04027202469281, 39.525538635039126 ], [ -110.04039119877093, 39.525755866104682 ], [ -110.04053295848841, 39.526022840113043 ], [ -110.04056451105666, 39.526266378596134 ], [ -110.04050589830675, 39.52672091480666 ], [ -110.04050880103944, 39.526932680743407 ], [ -110.04063039982226, 39.527312116873354 ], [ -110.04079090141177, 39.527570234902548 ], [ -110.04108904027858, 39.527888055158328 ], [ -110.04176798853739, 39.528519869756863 ], [ -110.04236306065208, 39.529159999663456 ], [ -110.04245477111756, 39.529259868439439 ], [ -110.04281041453936, 39.529627714567631 ], [ -110.04298783564234, 39.529840917376319 ], [ -110.04333345813139, 39.530091545571509 ], [ -110.04366342418054, 39.530211394672492 ], [ -110.04394134650195, 39.530308289047419 ], [ -110.04439131218918, 39.530586803175623 ], [ -110.0449392469484, 39.530933697776589 ], [ -110.04540011468397, 39.53126635933436 ], [ -110.04565304795739, 39.531489188489076 ], [ -110.045929128357, 39.531721217381019 ], [ -110.04661761774192, 39.532001680488861 ], [ -110.0474438184243, 39.53242292769918 ], [ -110.04783043703156, 39.532655857902931 ], [ -110.04802037719152, 39.532806083522395 ], [ -110.04823094226018, 39.533150198981645 ], [ -110.04819345448381, 39.53333910812097 ], [ -110.04805075614233, 39.533648794535111 ], [ -110.04785208056286, 39.534052630257634 ], [ -110.04774453595086, 39.534258985886972 ], [ -110.04760901154678, 39.534384019547709 ], [ -110.04698909879176, 39.534617711068059 ], [ -110.0461825912801, 39.534881404187807 ], [ -110.0449603906239, 39.535249800236777 ], [ -110.04466325598254, 39.5353644921138 ], [ -110.04448761891085, 39.535444140948833 ], [ -110.04414841113132, 39.535572001046248 ], [ -110.0437399479726, 39.535658744104673 ], [ -110.043273679466, 39.535717979072984 ], [ -110.04280759582036, 39.535763698262336 ], [ -110.04248719779565, 39.535792595260617 ], [ -110.04213184471749, 39.535824807426515 ], [ -110.04179416695249, 39.535840945709353 ], [ -110.04151534603929, 39.535808011819739 ], [ -110.04074849694742, 39.535724197134975 ], [ -110.04035333882031, 39.535689399247794 ], [ -110.04006834185031, 39.535682540719989 ], [ -110.03975278345121, 39.535697954721165 ], [ -110.03950892772733, 39.535745496401063 ], [ -110.03899518329527, 39.535871898969972 ], [ -110.03866276304147, 39.535928617888473 ], [ -110.03844108709357, 39.535970934595419 ], [ -110.03793978271118, 39.536038868562933 ], [ -110.03733382352131, 39.536101428480556 ], [ -110.03713552855258, 39.536135827084877 ], [ -110.03689626141451, 39.53618790641805 ], [ -110.03673268461802, 39.536236107427989 ], [ -110.0364236059541, 39.536287607197316 ], [ -110.03619077838054, 39.536294687055943 ], [ -110.03587149732878, 39.536242482530596 ], [ -110.03526728082797, 39.536178902191445 ], [ -110.03504602630018, 39.536190580954909 ], [ -110.03468452617521, 39.536246146016893 ], [ -110.03429342576027, 39.536338406165484 ], [ -110.03405391864894, 39.53640759716977 ], [ -110.03384924164274, 39.53648248337096 ], [ -110.03359183105395, 39.536583961598737 ], [ -110.03316574782285, 39.536765128814281 ], [ -110.03241286271344, 39.537267944346667 ], [ -110.0317196827646, 39.537744221493256 ], [ -110.031624484707, 39.5378119064777 ], [ -110.03103218580648, 39.538229552081795 ], [ -110.03065521418853, 39.53855978891999 ], [ -110.03032453049649, 39.538908431231427 ], [ -110.03023698540001, 39.539011318967162 ], [ -110.0300819884862, 39.539194736229192 ], [ -110.02999316622891, 39.539305722361014 ], [ -110.02979127106123, 39.539597772105544 ], [ -110.0295214375903, 39.540172176746353 ], [ -110.02944097360054, 39.540518400284959 ], [ -110.029424443419, 39.540869662788502 ], [ -110.02943388312488, 39.541027421339201 ], [ -110.02948898820537, 39.541248633093453 ], [ -110.02957368552133, 39.541434050820214 ], [ -110.02964776358328, 39.541546396644428 ], [ -110.02981909213949, 39.541778489793245 ], [ -110.03014438624881, 39.542236223246171 ], [ -110.03030909754732, 39.542525926155605 ], [ -110.03037747267905, 39.5426301146816 ], [ -110.03046855625536, 39.542775038802596 ], [ -110.03050759055833, 39.542897003025125 ], [ -110.0305522550788, 39.543032529595919 ], [ -110.03052015566901, 39.543248508258181 ], [ -110.03039269598425, 39.543626777221895 ], [ -110.03009483869261, 39.544123460688915 ], [ -110.02973683711812, 39.544760201377422 ], [ -110.02928911867662, 39.545570990680758 ], [ -110.0290427062796, 39.546132974774352 ], [ -110.02875569898229, 39.546684707754821 ], [ -110.0282396300025, 39.547387699358609 ], [ -110.02805316024907, 39.547823137657552 ], [ -110.02800309211618, 39.548075006173676 ], [ -110.02797667501709, 39.548300041691334 ], [ -110.02800146125293, 39.54852550543692 ], [ -110.02813680305904, 39.548918583470623 ], [ -110.02821030831947, 39.549072372485 ], [ -110.02827799525757, 39.549226112803268 ], [ -110.02854949983835, 39.549787018443972 ], [ -110.02869682834643, 39.550072072889307 ], [ -110.02882638778907, 39.550379504294014 ], [ -110.0288714931656, 39.550483499137755 ], [ -110.02894405961611, 39.550704856727997 ], [ -110.02898039501345, 39.55102051923177 ], [ -110.02898732261781, 39.551358461644426 ], [ -110.02898880821265, 39.5516693278094 ], [ -110.02889505637648, 39.55213257250503 ], [ -110.02869993149011, 39.552770669805781 ], [ -110.0286566859299, 39.55295051339948 ], [ -110.02863121117626, 39.553107979876231 ], [ -110.02861230922386, 39.553211439775367 ], [ -110.02859240192889, 39.553386973272048 ], [ -110.02858731262664, 39.553751845873798 ], [ -110.02860220619587, 39.553935779462051 ], [ -110.02869615404576, 39.554293370571088 ], [ -110.02891231638486, 39.554651081832702 ], [ -110.02909494779281, 39.554909399822556 ], [ -110.02934209335817, 39.555132215378116 ], [ -110.02972808433329, 39.555414756305289 ], [ -110.03026718188559, 39.555986901540294 ], [ -110.03082473657446, 39.556488017226819 ], [ -110.03098561964848, 39.556637126852053 ], [ -110.03126275109832, 39.556797116600102 ], [ -110.03147718729601, 39.556861975616577 ], [ -110.03170326248038, 39.556926931214335 ], [ -110.03186532583916, 39.556991353135714 ], [ -110.0320761942553, 39.55731297335857 ], [ -110.03213269701246, 39.557435082270615 ], [ -110.03221197649468, 39.557593421816328 ], [ -110.03225145986065, 39.557683853073236 ], [ -110.03234026281173, 39.55799454498424 ], [ -110.03239037129642, 39.558158047647609 ], [ -110.03256163615814, 39.558398244993086 ], [ -110.03276256251507, 39.558598142853661 ], [ -110.03315571947765, 39.558786124431315 ], [ -110.03371082340153, 39.559047533308103 ], [ -110.03438182165095, 39.559345943544557 ], [ -110.03504887897793, 39.559509163521689 ], [ -110.03541426018869, 39.559602299268839 ], [ -110.03615146869821, 39.559743569561647 ], [ -110.03665583612631, 39.559887410404684 ], [ -110.03687573270648, 39.559979335479248 ], [ -110.03708900046794, 39.560129771805173 ], [ -110.03719200858156, 39.560256768689179 ], [ -110.03733450857983, 39.560474195070427 ], [ -110.0374194983427, 39.560641588588162 ], [ -110.0374582111543, 39.56087257148603 ], [ -110.03746045064835, 39.561047388763313 ], [ -110.03763149100548, 39.561305597242331 ], [ -110.03775164956706, 39.561455261248447 ], [ -110.03778526031414, 39.561550147098046 ], [ -110.03781286469869, 39.561658498570701 ], [ -110.03782666339568, 39.561923513952287 ], [ -110.03770776619061, 39.562103635347405 ], [ -110.03748157207406, 39.562466676901956 ], [ -110.03731400950949, 39.562798667860207 ], [ -110.03725369370875, 39.562951342281238 ], [ -110.03721485036779, 39.563234843048285 ], [ -110.03728804336072, 39.563834630363282 ], [ -110.03744321475315, 39.564399055676475 ], [ -110.0375173449177, 39.564931273722124 ], [ -110.03752767701765, 39.565025966791616 ], [ -110.03756274972652, 39.565436223066584 ], [ -110.03761195386765, 39.565666391604879 ], [ -110.03764995412411, 39.565864931505473 ], [ -110.03771655676051, 39.566099749183827 ], [ -110.03792761611982, 39.5664114488306 ], [ -110.03808188290891, 39.566620862332563 ], [ -110.03808546217493, 39.566783076196835 ], [ -110.03802408617268, 39.567012329129881 ], [ -110.03790401005202, 39.567277136985041 ], [ -110.03783662600944, 39.567519855405294 ], [ -110.0377758089042, 39.567708566749189 ], [ -110.0376383321958, 39.567968725090452 ], [ -110.03729110270359, 39.568664142016672 ], [ -110.03691607333329, 39.569264719977326 ], [ -110.03678973225679, 39.569561010432928 ], [ -110.03666332773696, 39.569861805321217 ], [ -110.03636251750109, 39.570566614212453 ], [ -110.03613335608605, 39.571141368239701 ], [ -110.03582195448863, 39.571769500760105 ], [ -110.03559397043693, 39.572258666199929 ], [ -110.03553395437837, 39.572388816363222 ], [ -110.03549133746465, 39.572523616022323 ], [ -110.03543570568685, 39.572757420104871 ], [ -110.03539753543797, 39.572991369100436 ], [ -110.03528194798426, 39.573350818513262 ], [ -110.03518601959644, 39.573551851081369 ], [ -110.03507911127153, 39.573705038203194 ], [ -110.03494323633828, 39.573848073411412 ], [ -110.03471366697241, 39.574030876176231 ], [ -110.03423643723667, 39.574441381067764 ], [ -110.03372959753445, 39.574887678613919 ], [ -110.03326381002357, 39.575311789882903 ], [ -110.03291656251891, 39.575583712120974 ], [ -110.03259303414661, 39.575824295004658 ], [ -110.03238667298632, 39.57601179138431 ], [ -110.03225548128736, 39.576235954314967 ], [ -110.03216872600912, 39.57661366090425 ], [ -110.03212584923214, 39.576766477467643 ], [ -110.03207646206744, 39.576968795972917 ], [ -110.03197437243342, 39.577193200951754 ], [ -110.03182671689245, 39.577345144453979 ], [ -110.03163359413996, 39.577501213969263 ], [ -110.03092388468006, 39.577797139511986 ], [ -110.03029364375998, 39.577904509391637 ], [ -110.02970911921223, 39.577989732061127 ], [ -110.02916785763351, 39.578061797929983 ], [ -110.02866123745387, 39.578071079361472 ], [ -110.02840542563763, 39.578046415137045 ], [ -110.02797447918852, 39.578056326295467 ], [ -110.02784622728559, 39.578068768689143 ], [ -110.02740351263391, 39.578087589484177 ], [ -110.02679667427624, 39.578186126023404 ], [ -110.02644045524993, 39.578264233922319 ], [ -110.02628860328548, 39.578299002389123 ], [ -110.02610751972816, 39.578342535873205 ], [ -110.02580938380405, 39.578430138838044 ], [ -110.02555724807385, 39.578558672752649 ], [ -110.02530359702524, 39.578795315931195 ], [ -110.02512061822749, 39.578973985123433 ], [ -110.02482747881218, 39.579120193827883 ], [ -110.02437071449137, 39.579310079101944 ], [ -110.02379695563582, 39.579539525661524 ], [ -110.02330991566234, 39.579729152371534 ], [ -110.02292384561498, 39.579942151621609 ], [ -110.0226469083678, 39.580177692057099 ], [ -110.02240531439041, 39.58038379549189 ], [ -110.02217613382082, 39.580535040615494 ], [ -110.021762376529, 39.580977563191574 ], [ -110.02142201025123, 39.581582886030354 ], [ -110.02137423572977, 39.581668080613682 ], [ -110.02109385115006, 39.582147764713987 ], [ -110.02079068417343, 39.582591215281482 ], [ -110.02054388871679, 39.583165788128881 ], [ -110.02011175241067, 39.583671221005524 ], [ -110.01999943052687, 39.583791911423653 ], [ -110.01966258947864, 39.584144972854119 ], [ -110.01936725797738, 39.584444322413312 ], [ -110.01920222178531, 39.584587092628752 ], [ -110.01901919927079, 39.584766652565946 ], [ -110.0188404345265, 39.585057073594072 ], [ -110.01864645371036, 39.585600552354023 ], [ -110.01859075412804, 39.58583434702129 ], [ -110.01853966833021, 39.586153777486544 ], [ -110.01859855954473, 39.5865191878489 ], [ -110.01877566593252, 39.586759453803069 ], [ -110.01893043936421, 39.586931954452105 ], [ -110.01923916286609, 39.587335514441129 ], [ -110.01951975457617, 39.587752351500207 ], [ -110.01970671175874, 39.58803775010535 ], [ -110.02017553906809, 39.588649892692558 ], [ -110.02037518270046, 39.58894440737533 ], [ -110.02044288920422, 39.589098151480783 ], [ -110.02046588240593, 39.589201962540287 ], [ -110.02053761261452, 39.589400791468385 ], [ -110.02073188181346, 39.589663724538177 ], [ -110.02107670110294, 39.589986492042094 ], [ -110.02174053335857, 39.590397541720435 ], [ -110.02197778147504, 39.590503156202971 ], [ -110.02215744271426, 39.590563234610002 ], [ -110.02236646799501, 39.590605539435359 ], [ -110.02296953552121, 39.590700714105395 ], [ -110.02387047032815, 39.590897500596235 ], [ -110.02429979046074, 39.591009228930282 ], [ -110.02462469255212, 39.59109304858724 ], [ -110.02492042157667, 39.591181127609815 ], [ -110.02523760913454, 39.59140003368848 ], [ -110.02545166882661, 39.591582033177687 ], [ -110.02584908001511, 39.591810620640146 ], [ -110.02633373027534, 39.592130039760896 ], [ -110.02644334365812, 39.592203039809945 ], [ -110.02658757546305, 39.592298855268901 ], [ -110.02681001157056, 39.592548498859074 ], [ -110.02703921404455, 39.592897310774447 ], [ -110.0270905433912, 39.592974327215799 ], [ -110.02717450801862, 39.593132708601161 ], [ -110.02725201833188, 39.593502775340632 ], [ -110.02726765819105, 39.593633554025907 ], [ -110.02728930948196, 39.593750867750593 ], [ -110.02734570607147, 39.593881987627967 ], [ -110.02747216046511, 39.594000178626985 ], [ -110.02765707855559, 39.594101739416729 ], [ -110.02793442522763, 39.594256332342361 ], [ -110.02826897765833, 39.594484385592366 ], [ -110.02851468534899, 39.594819817296546 ], [ -110.0286054535774, 39.594991769789779 ], [ -110.02872983593774, 39.595258610185688 ], [ -110.02892270553303, 39.595625134935865 ], [ -110.02916247199636, 39.595969525763167 ], [ -110.0293678712091, 39.596273083140154 ], [ -110.02943047350716, 39.596377223258493 ], [ -110.02952631417553, 39.596603278492978 ], [ -110.0295819628531, 39.596788452114112 ], [ -110.02958357364221, 39.597090306778519 ], [ -110.02958193918305, 39.59720742553273 ], [ -110.02956821932712, 39.597355978987999 ], [ -110.02944837081746, 39.597598252866412 ], [ -110.02933503586122, 39.597791025014651 ], [ -110.029268910889, 39.597939140582127 ], [ -110.02921948656406, 39.598142357771209 ], [ -110.02920574791059, 39.598375606720609 ], [ -110.02915174824197, 39.599240133006454 ], [ -110.02914435299297, 39.599352698479755 ], [ -110.02911908499635, 39.599911118556889 ], [ -110.02909032098546, 39.600302821030368 ], [ -110.0290648276716, 39.600460286132915 ], [ -110.02893414382939, 39.600643902608525 ], [ -110.02867066402968, 39.600745317155599 ], [ -110.02841275463746, 39.600864798041769 ], [ -110.02811339093645, 39.601033487561679 ], [ -110.02781879059263, 39.601277901653802 ], [ -110.02744030932095, 39.601690103149608 ], [ -110.02714518694998, 39.60197145284026 ], [ -110.02663435620745, 39.602269015088076 ], [ -110.02603377660996, 39.602737016027447 ], [ -110.02555230375347, 39.603016799201434 ], [ -110.02523488601106, 39.603225875531209 ], [ -110.02496974853382, 39.603444399924676 ], [ -110.02480233982158, 39.60375384579541 ], [ -110.02474797211282, 39.603893047097976 ], [ -110.02462208233972, 39.604148780166234 ], [ -110.02456208032164, 39.604274418809233 ], [ -110.02450578854746, 39.604467664857168 ], [ -110.02452765469909, 39.604652556966812 ], [ -110.02464792096974, 39.604797729440286 ], [ -110.02476825093221, 39.604938397236872 ], [ -110.02482933727838, 39.605150649009872 ], [ -110.02485346196461, 39.60550675323227 ], [ -110.02482099612116, 39.605745250223798 ], [ -110.02471909184069, 39.605951628704041 ], [ -110.02463516277028, 39.606122117321839 ], [ -110.02456781857575, 39.60635581630256 ], [ -110.02454224932488, 39.606517784650578 ], [ -110.02449389190463, 39.606643520971247 ], [ -110.0240968020522, 39.607050148656093 ], [ -110.02397978961413, 39.607170802927307 ], [ -110.02380280781811, 39.607331498936006 ], [ -110.02352663575074, 39.607504876252875 ], [ -110.02318709989099, 39.607628164240708 ], [ -110.02242345902107, 39.607675801989849 ], [ -110.02221374894346, 39.607678542250184 ], [ -110.02197492125836, 39.607681037009058 ], [ -110.02154936050199, 39.60770898922673 ], [ -110.02113443152243, 39.607809110782583 ], [ -110.02094123991226, 39.607879564156534 ], [ -110.02040144066439, 39.608078643503674 ], [ -110.01990501222245, 39.608258263863156 ], [ -110.01933125242812, 39.608469665920317 ], [ -110.01849934266055, 39.60881403686502 ], [ -110.01818206815393, 39.609009579498192 ], [ -110.01802804471903, 39.609192986013575 ], [ -110.01789122410457, 39.609395459082769 ], [ -110.01784259799075, 39.609539210567803 ], [ -110.01789664657291, 39.609836101761765 ], [ -110.01799291269637, 39.610030633966417 ], [ -110.01807778645116, 39.610207049478213 ], [ -110.01810435959763, 39.610387477263963 ], [ -110.01812832378934, 39.610752591244839 ], [ -110.01808509528354, 39.6113387871806 ], [ -110.01802890710985, 39.612017678111584 ], [ -110.01789390711497, 39.61250308535876 ], [ -110.01782466865174, 39.612786319907862 ], [ -110.01765881547564, 39.61306423239354 ], [ -110.01743476635318, 39.613256055955816 ], [ -110.01731733135733, 39.613322638802735 ], [ -110.01702390217363, 39.613477834040381 ], [ -110.01684636060774, 39.613593463647639 ], [ -110.01669937583543, 39.613772422697437 ], [ -110.01656274607414, 39.613960479366078 ], [ -110.01641491374848, 39.614116905482163 ], [ -110.01597479333827, 39.614347442234454 ], [ -110.01547079652958, 39.614563920744381 ], [ -110.0152835322023, 39.614625404612632 ], [ -110.01499111460296, 39.614708522007085 ], [ -110.01472129019764, 39.614841386113639 ], [ -110.01446887323806, 39.614978902339224 ], [ -110.01401587838266, 39.615294918789566 ], [ -110.01370412996968, 39.615508516012284 ], [ -110.01318514308922, 39.615959121092352 ], [ -110.01297188894529, 39.616209593526833 ], [ -110.01293489609769, 39.616353441575363 ], [ -110.01288017440486, 39.616515159257048 ], [ -110.01287614302811, 39.616798944635157 ], [ -110.01289214407096, 39.616902697288751 ], [ -110.01292408230235, 39.617114707115121 ], [ -110.01292563244776, 39.617497651498162 ], [ -110.01283812740081, 39.617834788398227 ], [ -110.01270096702895, 39.618058876393803 ], [ -110.01258755141565, 39.618251630540165 ], [ -110.01251503403508, 39.618435722086843 ], [ -110.01242945889994, 39.618718814156416 ], [ -110.01227494743701, 39.619343705461105 ], [ -110.01216664507687, 39.619996019862789 ], [ -110.01213444819426, 39.620211989464899 ], [ -110.01210468107284, 39.620666748444918 ], [ -110.01207625859534, 39.621026912346267 ], [ -110.01206563000478, 39.621364702199507 ], [ -110.01206940071019, 39.621918857826685 ], [ -110.01197600856121, 39.62234154003383 ], [ -110.01185899580919, 39.622786546550408 ], [ -110.011732574663, 39.623073795475534 ], [ -110.01160064807448, 39.62333847206029 ], [ -110.01148632316209, 39.623594288129496 ], [ -110.01146679753856, 39.623738284144004 ], [ -110.01146520791146, 39.623849996298105 ], [ -110.01149097512264, 39.624004288886709 ], [ -110.01151908521327, 39.624157700389141 ], [ -110.01154033373535, 39.624302043359833 ], [ -110.01152003884349, 39.624500093627681 ], [ -110.01141134425635, 39.624769472676583 ], [ -110.01130373869633, 39.624962274740817 ], [ -110.01079273462899, 39.625255258693421 ], [ -110.0102627109632, 39.62565619990179 ], [ -110.00962367523601, 39.625939077563054 ], [ -110.00937274936325, 39.625968473396313 ], [ -110.00919767721071, 39.625989505575617 ], [ -110.00901121193934, 39.625992420032929 ], [ -110.0088248752068, 39.62598632515661 ], [ -110.00836093804887, 39.625919294666055 ], [ -110.00805259054535, 39.625808540412521 ], [ -110.0077696166921, 39.625716022343099 ], [ -110.00738509554044, 39.625636151094142 ], [ -110.0071945634904, 39.625597581286009 ], [ -110.00697248655197, 39.625565048595334 ], [ -110.00682711936069, 39.625545785549633 ], [ -110.00624448644227, 39.625468721590565 ], [ -110.00564133631875, 39.625359943629164 ], [ -110.00526510368267, 39.625271126193518 ], [ -110.00488143980559, 39.625131787152057 ], [ -110.00474285424733, 39.625045904633843 ], [ -110.00418074045281, 39.624838359254838 ], [ -110.0040005423304, 39.624810684961993 ], [ -110.00369882210268, 39.624726105376183 ], [ -110.0035249663099, 39.6246624442227 ], [ -110.0033453764119, 39.624592426520891 ], [ -110.00308417366533, 39.624526213228251 ], [ -110.00271745083639, 39.62450594615968 ], [ -110.00230925530482, 39.624533976443871 ], [ -110.00195833772467, 39.624630073396268 ], [ -110.0017595142139, 39.624682425755331 ], [ -110.00147266923578, 39.624779071821628 ], [ -110.00126200082083, 39.624844836698628 ], [ -110.00103987648914, 39.624896987481428 ], [ -110.00090538492016, 39.624931871330716 ], [ -110.00040222435787, 39.625081615819006 ], [ -109.99993455610579, 39.625193821146183 ], [ -109.99947171219864, 39.625375444113821 ], [ -109.99902086636233, 39.625532841269319 ], [ -109.99829571145894, 39.625724813033891 ], [ -109.99803196257749, 39.62583516490082 ], [ -109.99780335788003, 39.625932304191466 ], [ -109.99764367773649, 39.626097613736597 ], [ -109.9975018619845, 39.62623604685573 ], [ -109.99732412009567, 39.626441745628284 ], [ -109.99726385383926, 39.626580882332604 ], [ -109.99721575770776, 39.626684083567959 ], [ -109.99725884686416, 39.626927728877796 ], [ -109.99739435784717, 39.627226232651623 ], [ -109.99752606014663, 39.627385046482843 ], [ -109.99759485659077, 39.627462226227486 ], [ -109.99783639273359, 39.627680553262785 ], [ -109.99819882972326, 39.627999033892877 ], [ -109.9984171467693, 39.628211753390538 ], [ -109.9986965294806, 39.628634033709808 ], [ -109.99881626224582, 39.628815268187694 ], [ -109.99925191021597, 39.629228982773121 ], [ -109.99959131719619, 39.629610331464384 ], [ -109.99974620056287, 39.629778352516354 ], [ -109.9998194674873, 39.629869084607954 ], [ -110.00014658146061, 39.6302953764108 ], [ -110.0002892333559, 39.630503836984161 ], [ -110.00036360198955, 39.630599083268962 ], [ -110.0006228283748, 39.630804041531519 ], [ -110.00076775100365, 39.630854843957373 ], [ -110.00095325746605, 39.630919510441657 ], [ -110.00130665261483, 39.631058602182833 ], [ -110.00170137089304, 39.631241296576974 ], [ -110.00190849816838, 39.631342187831081 ], [ -110.00216896156255, 39.631461557142707 ], [ -110.00251512609242, 39.631698793399387 ], [ -110.00274575283814, 39.631867460851538 ], [ -110.00288977386238, 39.631981323726791 ], [ -110.0031194325842, 39.632217558016485 ], [ -110.00323944157323, 39.632380770029549 ], [ -110.00333517915954, 39.632611349547851 ], [ -110.00343175768029, 39.632783370429514 ], [ -110.00358031471514, 39.632987372537293 ], [ -110.0037530151713, 39.633133015763477 ], [ -110.00389691123397, 39.633255886428216 ], [ -110.00430646233993, 39.633543216536857 ], [ -110.00464630235327, 39.63381643268189 ], [ -110.00490555339049, 39.634021381583075 ], [ -110.00510700054194, 39.634194299409018 ], [ -110.00527977171951, 39.634335435907296 ], [ -110.00561430970156, 39.634572563343234 ], [ -110.00609546585953, 39.634824459652393 ], [ -110.00649376530325, 39.635003564373321 ], [ -110.00705642454268, 39.635260658857931 ], [ -110.00728111350421, 39.635357185606054 ], [ -110.00751253656045, 39.635471789692296 ], [ -110.00769703186832, 39.635608517714942 ], [ -110.0079096918053, 39.635813061873641 ], [ -110.00817523620329, 39.635986521822545 ], [ -110.00852778428518, 39.63618775419355 ], [ -110.00891618992753, 39.636326220648911 ], [ -110.00906720045568, 39.636359945465685 ], [ -110.00929461627301, 39.636347469191385 ], [ -110.00956267196868, 39.636345250139854 ], [ -110.00976031579722, 39.636377569663878 ], [ -110.01009122362311, 39.636462382317809 ], [ -110.01047950563522, 39.636609852618399 ], [ -110.01062438357907, 39.636665147447779 ], [ -110.01081548421654, 39.636747866094055 ], [ -110.01120210163491, 39.637012451310774 ], [ -110.01137418680706, 39.637203128546375 ], [ -110.01153308194561, 39.637501814658094 ], [ -110.01157718920167, 39.63767788724391 ], [ -110.01161213637427, 39.638088144833844 ], [ -110.01163920597894, 39.638642497169613 ], [ -110.01166237338199, 39.639061664556955 ], [ -110.01166049401918, 39.63952116429369 ], [ -110.01160947104563, 39.639912669981832 ], [ -110.01157782963379, 39.640498057932653 ], [ -110.01154490494315, 39.641173535989317 ], [ -110.01153132832671, 39.641308572089194 ], [ -110.01147470968557, 39.641601819787518 ], [ -110.01129326057314, 39.642067899993862 ], [ -110.01121579584641, 39.642269967984589 ], [ -110.01116615873556, 39.642400191969614 ], [ -110.01108707880721, 39.642633781483816 ], [ -110.01104411207022, 39.642786587466162 ], [ -110.01103033118839, 39.643263104753913 ], [ -110.01102653227468, 39.643529771538908 ], [ -110.0110332543323, 39.643957808775973 ], [ -110.01092682252376, 39.644474983501077 ], [ -110.01089595668319, 39.644596357058433 ], [ -110.01074284547242, 39.645117639074314 ], [ -110.01065138577405, 39.645810637942773 ], [ -110.01059335968046, 39.646202083077689 ], [ -110.01053123980233, 39.646471856918808 ], [ -110.0104057955225, 39.646687030586506 ], [ -110.01023476383388, 39.646829734831307 ], [ -110.00985274602974, 39.647056236292599 ], [ -110.00933126783954, 39.647254516731394 ], [ -110.00834920963116, 39.647466883482068 ], [ -110.00780609091457, 39.647547840987826 ], [ -110.00760773370516, 39.647563265499095 ], [ -110.00725246406741, 39.647548516261544 ], [ -110.00686764794614, 39.647562345607696 ], [ -110.00634136258017, 39.647688490673112 ], [ -110.0059330962487, 39.647712027397965 ], [ -110.00537378341778, 39.647702733937493 ], [ -110.00488510330379, 39.647644487446861 ], [ -110.00416535405353, 39.647444601444853 ], [ -110.00359710595907, 39.64724601080691 ], [ -110.00326057432432, 39.647144012182913 ], [ -110.00284292165379, 39.647009780820476 ], [ -110.00217672678778, 39.646733756475676 ], [ -110.00132453540876, 39.646424593847236 ], [ -110.0006639844911, 39.646162124515982 ], [ -110.00040483131966, 39.645948157177209 ], [ -110.00027206303209, 39.645860517525605 ], [ -110.00016684788395, 39.645801947222623 ], [ -109.99987817203947, 39.645695845721299 ], [ -109.99945314991936, 39.645669659894899 ], [ -109.9991262071931, 39.645711893460323 ], [ -109.99885176909719, 39.645750073641679 ], [ -109.99859500568333, 39.645774890420256 ], [ -109.99822242369186, 39.64574915221192 ], [ -109.9976817792507, 39.645658891920419 ], [ -109.99747804127608, 39.645643618385421 ], [ -109.99701675892366, 39.645707211610585 ], [ -109.99674140834581, 39.645808449583882 ], [ -109.99650671350011, 39.645919048262797 ], [ -109.99600753657197, 39.646185037168294 ], [ -109.99555171052505, 39.646676651140773 ], [ -109.99514675399594, 39.647276824478382 ], [ -109.99504527245338, 39.647443534150071 ], [ -109.99490846422697, 39.647635166278079 ], [ -109.99472366640016, 39.647840799022944 ], [ -109.99445870863524, 39.648108808123403 ], [ -109.99389240887152, 39.648581438650652 ], [ -109.99375636576667, 39.648719916466845 ], [ -109.99350117083414, 39.649037563382663 ], [ -109.99329311193929, 39.649319577934847 ], [ -109.99304825958059, 39.649727414323472 ], [ -109.99267960686115, 39.650634236251157 ], [ -109.99251534473196, 39.651110345971986 ], [ -109.99231513632813, 39.651653719165623 ], [ -109.99202227832234, 39.652155742521714 ], [ -109.99185447090942, 39.652474143947806 ], [ -109.9916875781948, 39.652729482477525 ], [ -109.99158681324242, 39.652845738674259 ], [ -109.99148022068677, 39.652961944175551 ], [ -109.99123180889153, 39.653212069070456 ], [ -109.99097364005175, 39.653331462482157 ], [ -109.99085074286731, 39.653366435010874 ], [ -109.99065765591249, 39.653418817592083 ], [ -109.99047648539133, 39.653453283271936 ], [ -109.99006051806811, 39.653602838183943 ], [ -109.98953775501275, 39.653882108627435 ], [ -109.98896626882276, 39.654305113796688 ], [ -109.98848873642493, 39.654679378995411 ], [ -109.98818223051546, 39.654915476127876 ], [ -109.98782673766307, 39.655313326881299 ], [ -109.98758229156776, 39.655689619398458 ], [ -109.98745623355249, 39.65594080253971 ], [ -109.98741387658129, 39.656047653134145 ], [ -109.98723737065534, 39.656560589310708 ], [ -109.98714797359646, 39.657095008052757 ], [ -109.98706661220905, 39.657478127548117 ], [ -109.98704638554545, 39.657586071997429 ], [ -109.98701048081855, 39.657729919979701 ], [ -109.98698526303208, 39.65786034605766 ], [ -109.98694760058343, 39.658044724001762 ], [ -109.98692807870705, 39.658184209815403 ], [ -109.98702707169603, 39.658589625476829 ], [ -109.98718694727059, 39.658817172610362 ], [ -109.98726172175485, 39.658885400213507 ], [ -109.98742253226028, 39.659048983673372 ], [ -109.98768116707603, 39.659299015315185 ], [ -109.98789383836244, 39.65950359547405 ], [ -109.98801379133538, 39.659671327069752 ], [ -109.98807507234427, 39.659865577534617 ], [ -109.98809595289693, 39.660032445747909 ], [ -109.98802948126905, 39.660194047789432 ], [ -109.98792267414504, 39.66032376304554 ], [ -109.98778024211393, 39.660498218042257 ], [ -109.98746590759274, 39.660869395718187 ], [ -109.98723355553372, 39.661214257274523 ], [ -109.98714409767946, 39.661353133141787 ], [ -109.98668267439579, 39.661817631385382 ], [ -109.98625720045577, 39.662214866060914 ], [ -109.98611515528468, 39.662362292111375 ], [ -109.98595555949886, 39.662514069768434 ], [ -109.98575603582805, 39.662606032078003 ], [ -109.98551595227698, 39.662681421622743 ], [ -109.98531699415776, 39.662734644839034 ], [ -109.98501817329445, 39.662920343907913 ], [ -109.9849047580436, 39.663022968347072 ], [ -109.98469046363108, 39.663327437167226 ], [ -109.98449180543999, 39.663758183159523 ], [ -109.98435129476503, 39.664198447382368 ], [ -109.98430660615709, 39.664463853326382 ], [ -109.9843210569679, 39.664671211094188 ], [ -109.984449566948, 39.665050757466908 ], [ -109.984790210326, 39.665752015410611 ], [ -109.98508130885439, 39.666493384574636 ], [ -109.98531463568307, 39.667279298458809 ], [ -109.98554968053669, 39.66794809607795 ], [ -109.98557054384655, 39.668115865360079 ], [ -109.98559966497508, 39.668516166185277 ], [ -109.98566153936373, 39.66866987757858 ], [ -109.98574672836139, 39.66882379256505 ], [ -109.98588895234457, 39.669063801081748 ], [ -109.98605604006724, 39.669596853254639 ], [ -109.98647333938098, 39.67056006667918 ], [ -109.98663068614842, 39.670962387159889 ], [ -109.98667086633647, 39.671404230294975 ], [ -109.98667077162983, 39.671809681749288 ], [ -109.98666879709971, 39.671944815273477 ], [ -109.98669764927888, 39.672364034355894 ], [ -109.98675887123102, 39.672562789642456 ], [ -109.98692631570466, 39.673072417297789 ], [ -109.98701568356648, 39.67333989433785 ], [ -109.98704894665964, 39.673457315119698 ], [ -109.98714913133702, 39.673782550702697 ], [ -109.98740924107827, 39.674334431995156 ], [ -109.98751565232611, 39.674632691381092 ], [ -109.98754025973312, 39.674943752528087 ], [ -109.9874843908139, 39.675176625595647 ], [ -109.98736770410657, 39.675581961161363 ], [ -109.98732078207128, 39.676000519057538 ], [ -109.9872138565341, 39.676535684155837 ], [ -109.98717061742485, 39.676701992833507 ], [ -109.98709082326758, 39.676976103149791 ], [ -109.98701267365396, 39.677137602211737 ], [ -109.98694061622008, 39.67728113427944 ], [ -109.98671429747931, 39.677608026170482 ], [ -109.98651909858852, 39.677800038586128 ], [ -109.9860203109516, 39.678020935257756 ], [ -109.98566241367607, 39.678175485243948 ], [ -109.98532075048361, 39.678415771349997 ], [ -109.98502347823116, 39.67880961510987 ], [ -109.98496936481199, 39.678921767596059 ], [ -109.98492114660435, 39.67902946656838 ], [ -109.98485412083949, 39.679227101484642 ], [ -109.98482325872261, 39.67934396217548 ], [ -109.98478564361062, 39.679523834080612 ], [ -109.98475871107975, 39.679770473642527 ], [ -109.9847512193637, 39.679883934612135 ], [ -109.98475480620728, 39.68003713660265 ], [ -109.98484227452285, 39.680434342924571 ], [ -109.98491528882506, 39.680624191977962 ], [ -109.98511915310033, 39.68103593055428 ], [ -109.98551249779304, 39.681647545094101 ], [ -109.98595334360948, 39.682201007872969 ], [ -109.98624054759424, 39.68249634173749 ], [ -109.98659869886173, 39.682724718833761 ], [ -109.98694460051502, 39.682993533108196 ], [ -109.98726050036522, 39.683320649906463 ], [ -109.98763954463256, 39.683715891621659 ], [ -109.98791622030217, 39.683934544250867 ], [ -109.98839681199949, 39.684163982927714 ], [ -109.98895895980478, 39.684398634778717 ], [ -109.98950454097897, 39.684570069517491 ], [ -109.99009185317021, 39.684678794425153 ], [ -109.99049908211946, 39.684741801732784 ], [ -109.99132688017464, 39.684752599527137 ], [ -109.99216147781473, 39.684696776187117 ], [ -109.99335739897445, 39.684653089823342 ], [ -109.99363730100987, 39.684651010995367 ], [ -109.99437919495597, 39.684634913375625 ], [ -109.99490429022229, 39.684531339297401 ], [ -109.99595065202517, 39.684346675975775 ], [ -109.9966584051422, 39.684191513992403 ], [ -109.99738937047493, 39.68404375613413 ], [ -109.99769304558625, 39.684010337649596 ], [ -109.99799095565038, 39.6839723636025 ], [ -109.99845320835736, 39.683859221079686 ], [ -109.99935491009759, 39.683596693823233 ], [ -110.00068465032317, 39.683166653251021 ], [ -110.00109461989682, 39.683039535134952 ], [ -110.00152253153479, 39.68288103469888 ], [ -110.00184006451768, 39.682694553783023 ], [ -110.00215040557167, 39.682521525246941 ], [ -110.0023508207599, 39.68245116697117 ], [ -110.00275942240985, 39.682418636628036 ], [ -110.0032892830958, 39.682549326509893 ], [ -110.00380437759124, 39.682733947555207 ], [ -110.00411160915023, 39.682858218498652 ], [ -110.00431934689264, 39.683008665673078 ], [ -110.00455519974535, 39.683231433839644 ], [ -110.00475024516487, 39.68345385177139 ], [ -110.00499659686049, 39.683757799397874 ], [ -110.00506480980438, 39.683880019450747 ], [ -110.00520667845788, 39.68415153618443 ], [ -110.00532406504823, 39.684503933391369 ], [ -110.00546432028273, 39.684888061475192 ], [ -110.0055493799366, 39.685461828513802 ], [ -110.00551410336773, 39.685888602248376 ], [ -110.00549267092461, 39.686163224865162 ], [ -110.00535412170643, 39.68655397479796 ], [ -110.00517281572482, 39.686917328109509 ], [ -110.00509340316732, 39.687168928744128 ], [ -110.00485968903027, 39.687608417764359 ], [ -110.00475934857042, 39.68777424343579 ], [ -110.00445611866861, 39.688100510293488 ], [ -110.00393658428008, 39.688546556471366 ], [ -110.00370640634507, 39.688739198439791 ], [ -110.00341140718902, 39.688979036784602 ], [ -110.00316368354387, 39.689175131071181 ], [ -110.00278302720292, 39.689288992941009 ], [ -110.00260753371471, 39.689328030768493 ], [ -110.00224508000916, 39.689392492044639 ], [ -110.00185412262665, 39.689411657005635 ], [ -110.0011713231945, 39.689450835622836 ], [ -110.0004940286213, 39.689512582683541 ], [ -110.00011265503932, 39.689594894485182 ], [ -109.99993223507614, 39.689651905894472 ], [ -109.99976256951417, 39.689690989603548 ], [ -109.99933072775373, 39.689795389141494 ], [ -109.99913657393974, 39.689834260888787 ], [ -109.99889661763551, 39.689895262494034 ], [ -109.99836344907808, 39.690070864989451 ], [ -109.99798802450971, 39.690225301327516 ], [ -109.99730006691415, 39.690620308712305 ], [ -109.99647080048973, 39.691108696031321 ], [ -109.99624767656454, 39.691214887728414 ], [ -109.99594207664236, 39.691378930993139 ], [ -109.99582532738071, 39.691468021622676 ], [ -109.99567657081425, 39.691592875386995 ], [ -109.99533271964052, 39.691981836775341 ], [ -109.99491759101177, 39.692460280370895 ], [ -109.99457307768813, 39.692894283800499 ], [ -109.99426847000306, 39.693310611778216 ], [ -109.99401094009424, 39.693857992112953 ], [ -109.99375538883379, 39.694590094364202 ], [ -109.99372361850919, 39.694770019418655 ], [ -109.99371641405135, 39.69486456218317 ], [ -109.99375781441313, 39.695226222741439 ], [ -109.993688978516, 39.695549085828233 ], [ -109.99341965436571, 39.696024282235499 ], [ -109.99321335400219, 39.696576609608208 ], [ -109.9930464269456, 39.697228388194411 ], [ -109.99294285243315, 39.697934776048726 ], [ -109.99293433705911, 39.698119407478934 ], [ -109.99295720719768, 39.698552086497244 ], [ -109.99297301135898, 39.698668452742915 ], [ -109.99305503125929, 39.699043980632929 ], [ -109.99328042265246, 39.699586535884094 ], [ -109.99340458572486, 39.69987142776823 ], [ -109.99352678665596, 39.700291452667109 ], [ -109.99355523045971, 39.700742199764306 ], [ -109.9935289605579, 39.700944697271702 ], [ -109.99353158531835, 39.701165465265426 ], [ -109.99373765263904, 39.701433046683725 ], [ -109.99395551509471, 39.701691719926828 ], [ -109.99412011184651, 39.702003991348491 ], [ -109.994209817212, 39.702252543720078 ], [ -109.99418741797132, 39.702590224980682 ], [ -109.99403017517504, 39.702976292993554 ], [ -109.99383407281141, 39.703226873906722 ], [ -109.9934567993909, 39.703502913989233 ], [ -109.99303293613852, 39.703774043751032 ], [ -109.99235890222299, 39.704002455986156 ], [ -109.99137544834215, 39.704331791693427 ], [ -109.99083620162158, 39.704435225846019 ], [ -109.99067245768654, 39.704465337476016 ], [ -109.99043270594544, 39.704508302977779 ], [ -109.99004612899745, 39.704540980864763 ], [ -109.98974962111394, 39.704556421218477 ], [ -109.98925347527492, 39.704583638008316 ], [ -109.98893817446202, 39.704607922683238 ], [ -109.98844707026686, 39.704689239938176 ], [ -109.98803813398196, 39.704735231320399 ], [ -109.98782216697329, 39.704746863722058 ], [ -109.98760626573414, 39.704753991294474 ], [ -109.98688242145394, 39.704797232217622 ], [ -109.98620489966321, 39.704863398118171 ], [ -109.98570159977839, 39.704980637240176 ], [ -109.98524554520407, 39.705057742117155 ], [ -109.98467915071382, 39.705102345318778 ], [ -109.98422428326175, 39.705098366565586 ], [ -109.98355967544045, 39.705079034998136 ], [ -109.98279804709912, 39.70491468966727 ], [ -109.98182250714119, 39.704622323630751 ], [ -109.98125405881179, 39.704410107166581 ], [ -109.98052875876573, 39.7041559657536 ], [ -109.97973706167591, 39.704054406337271 ], [ -109.97942858748645, 39.704011150182815 ], [ -109.97907909383818, 39.703981047518262 ], [ -109.97882250653095, 39.703978790989993 ], [ -109.97840217144275, 39.704006628166169 ], [ -109.97762478297381, 39.70412142019233 ], [ -109.97720258438798, 39.704275376561064 ], [ -109.97661060313555, 39.704472884924584 ], [ -109.97552231502546, 39.704786745848871 ], [ -109.97529846877583, 39.70485775137751 ], [ -109.97492921176952, 39.704980631684975 ], [ -109.9744606826206, 39.705111643962091 ], [ -109.97376921523151, 39.705330783910881 ], [ -109.97332280643113, 39.705543077024529 ], [ -109.97303465136112, 39.705702708384131 ], [ -109.97273509882903, 39.705844218190478 ], [ -109.97235799562976, 39.706102170704291 ], [ -109.97195931632473, 39.706634735628953 ], [ -109.97159441768922, 39.707248688246615 ], [ -109.97115175812431, 39.707992595376091 ], [ -109.97105014066069, 39.708158379587424 ], [ -109.97093572120022, 39.708400635121166 ], [ -109.97085595770861, 39.708665722704701 ], [ -109.97079221677095, 39.709030062106194 ], [ -109.97066619793303, 39.709267709507927 ], [ -109.9705872357606, 39.709478744053754 ], [ -109.97053160107427, 39.709689985389304 ], [ -109.97052905675541, 39.709861152537954 ], [ -109.97056767135189, 39.710010159682085 ], [ -109.97075007870562, 39.710295591440293 ], [ -109.97111154182728, 39.710699739676322 ], [ -109.97149063928191, 39.711095033018076 ], [ -109.97221761102934, 39.711632159039631 ], [ -109.97267996095147, 39.711920966680694 ], [ -109.9730382834673, 39.712144881448339 ], [ -109.97378508461352, 39.712526300364381 ], [ -109.97444843536502, 39.712950225253586 ], [ -109.97523572589085, 39.713434706306543 ], [ -109.97614454039393, 39.713906738850696 ], [ -109.97677029537745, 39.714192466201077 ], [ -109.97730224470568, 39.714510700801831 ], [ -109.97754386722931, 39.714738979572907 ], [ -109.97809533843096, 39.715315968911888 ], [ -109.97821522827191, 39.715492718782983 ], [ -109.97859783292257, 39.716050199363089 ], [ -109.97885372095362, 39.716498444386175 ], [ -109.97892206459485, 39.716610769250195 ], [ -109.97905341141488, 39.716802034968012 ], [ -109.97931255879297, 39.717029563143143 ], [ -109.97949694568049, 39.717184353759436 ], [ -109.97971354151493, 39.717528636694723 ], [ -109.97977610795999, 39.717637306281503 ], [ -109.97999237476397, 39.718004110733212 ], [ -109.98030454978941, 39.718592501650754 ], [ -109.98056455307938, 39.719158809623906 ], [ -109.98071309957542, 39.719767386310743 ], [ -109.9808538794244, 39.72050744019441 ], [ -109.98101236146233, 39.720837695430355 ], [ -109.98111974032341, 39.721072897215159 ], [ -109.98118555975849, 39.721357289022443 ], [ -109.98119311578884, 39.721636664486155 ], [ -109.98125369955009, 39.721880465408283 ], [ -109.98144715859007, 39.722292116677274 ], [ -109.98150730614405, 39.722486358776962 ], [ -109.98150949428856, 39.722734152179974 ], [ -109.98145944932284, 39.722963467358305 ], [ -109.98146243259067, 39.723157207896769 ], [ -109.98153528130825, 39.723360571364253 ], [ -109.9816667273368, 39.723546428876922 ], [ -109.98189694094195, 39.723760182391608 ], [ -109.982234808187, 39.72419111858293 ], [ -109.98254377806666, 39.724603780568998 ], [ -109.98265819266601, 39.724757952775718 ], [ -109.98285268540536, 39.725020946154793 ], [ -109.98312175562393, 39.725370187193306 ], [ -109.98333558016981, 39.725588299250937 ], [ -109.98364014216615, 39.725825225307865 ], [ -109.98420698768231, 39.726159050587292 ], [ -109.98472736941571, 39.726478951793233 ], [ -109.98486728336107, 39.726565770065768 ], [ -109.98505677087601, 39.72669356645541 ], [ -109.98551431271879, 39.726922815038698 ], [ -109.98639022010106, 39.727268340156392 ], [ -109.98725473290176, 39.727595739337104 ], [ -109.98829937017589, 39.727974256866368 ], [ -109.98912293430107, 39.728310295245308 ], [ -109.9899061313011, 39.728614441667553 ], [ -109.99051930527693, 39.728975669181345 ], [ -109.99123632340547, 39.729417984603316 ], [ -109.99178014987156, 39.729734453981152 ], [ -109.99208625394584, 39.729948846374498 ], [ -109.99234621451988, 39.730126797562114 ], [ -109.99261751614158, 39.73032737149984 ], [ -109.99288187118849, 39.730604469237797 ], [ -109.99300208693917, 39.730763186534325 ], [ -109.99313842848215, 39.731016648202143 ], [ -109.99318123274273, 39.731282813409095 ], [ -109.99335186082224, 39.731987070354123 ], [ -109.99345858058109, 39.732672752923492 ], [ -109.9934624518899, 39.733208879211688 ], [ -109.99347538306009, 39.73384419357388 ], [ -109.99345287609052, 39.734348556172037 ], [ -109.99344246796056, 39.734582724864936 ], [ -109.99338314589562, 39.735050728312189 ], [ -109.99338242720577, 39.735501219985821 ], [ -109.9933727267139, 39.73576692961305 ], [ -109.99322556119478, 39.736256695966816 ], [ -109.99299022321186, 39.73679074697872 ], [ -109.99286573443358, 39.737325759272011 ], [ -109.99266218518541, 39.737679886225244 ], [ -109.99225062369602, 39.738293495721109 ], [ -109.99189890935516, 39.738804008992815 ], [ -109.99164251178074, 39.739180199922927 ], [ -109.99149415371262, 39.739350100112588 ], [ -109.99110651283505, 39.739522425566541 ], [ -109.99008635736512, 39.739852328369373 ], [ -109.98914948260106, 39.740073026057551 ], [ -109.98901482628615, 39.740103388140355 ], [ -109.98796569037745, 39.740418603864207 ], [ -109.98726662355068, 39.74073686485815 ], [ -109.9871549739981, 39.740789950364729 ], [ -109.98676240343674, 39.740899148552813 ], [ -109.98652305064091, 39.740906068905581 ], [ -109.98629470708305, 39.740958134640408 ], [ -109.98567352555409, 39.741137411967642 ], [ -109.98504696877846, 39.741285104144168 ], [ -109.98488300277022, 39.741324215068182 ], [ -109.98404083671007, 39.74145109512726 ], [ -109.98322290689332, 39.741516913748576 ], [ -109.98240545270035, 39.741550294972711 ], [ -109.98164654379237, 39.741570669169647 ], [ -109.98113196229372, 39.741642737975397 ], [ -109.97997927091318, 39.741853357827715 ], [ -109.97937119717132, 39.741933607132289 ], [ -109.97891522409046, 39.741988161525775 ], [ -109.97850639380631, 39.742011594216187 ], [ -109.97795169491795, 39.742033741163944 ], [ -109.9774085320319, 39.742064997028976 ], [ -109.976549559863, 39.742143020884221 ], [ -109.97522373954736, 39.742221422640533 ], [ -109.97424806831873, 39.742298399085392 ], [ -109.97373991055971, 39.742329947099577 ], [ -109.97344200403893, 39.74234983763607 ], [ -109.97294994548263, 39.742476128904471 ], [ -109.97239330120311, 39.742628876121614 ], [ -109.97184215455775, 39.742804194191201 ], [ -109.97126176416994, 39.742983755415501 ], [ -109.97105707710566, 39.743013475899389 ], [ -109.97086426052464, 39.743029786366641 ], [ -109.97051470852645, 39.742990646881267 ], [ -109.97004926579309, 39.742896418463665 ], [ -109.96984578593532, 39.742845058111818 ], [ -109.9696070293115, 39.742811404123437 ], [ -109.96940286555075, 39.742805987590934 ], [ -109.9690222082918, 39.742896310484788 ], [ -109.96866440572892, 39.743019270957099 ], [ -109.96847728911797, 39.743044638034654 ], [ -109.9682848750203, 39.7430339179896 ], [ -109.96797643701103, 39.742977116431184 ], [ -109.96754017198, 39.742883137382968 ], [ -109.96685305669592, 39.742705834798976 ], [ -109.96616306348449, 39.742487056829937 ], [ -109.96549481558083, 39.742297300360541 ], [ -109.96531494943601, 39.742228122667704 ], [ -109.96495012487777, 39.74204016640666 ], [ -109.96452370349988, 39.741757055222081 ], [ -109.96397905452828, 39.741419728682104 ], [ -109.96346437300575, 39.741107895013727 ], [ -109.96334862538666, 39.741043791802277 ], [ -109.96287403539289, 39.740782769195704 ], [ -109.96272918343168, 39.740713900349753 ], [ -109.96254945932596, 39.740635709715072 ], [ -109.96245732190253, 39.740553796768097 ], [ -109.96234414349239, 39.740318526769748 ], [ -109.96222871240114, 39.739844473240069 ], [ -109.96209854995001, 39.739185584158456 ], [ -109.96200627074488, 39.738724351255037 ], [ -109.96185740089818, 39.738534712236124 ], [ -109.96168275653604, 39.73842953587797 ], [ -109.96130529604491, 39.738385614119174 ], [ -109.96110055109588, 39.738419821551496 ], [ -109.96094336058285, 39.738395889727052 ], [ -109.96080541890636, 39.738255901837725 ], [ -109.96069557875258, 39.737799015610683 ], [ -109.96069114994542, 39.737316944289567 ], [ -109.96070312581909, 39.736519671943313 ], [ -109.96065677489538, 39.736109304683197 ], [ -109.96065302281042, 39.735582189582125 ], [ -109.96073921791277, 39.734893700822845 ], [ -109.96080888602967, 39.734528520896582 ], [ -109.96088360276666, 39.734215643766106 ], [ -109.96105244758446, 39.733851351408624 ], [ -109.96133034539862, 39.733218637283159 ], [ -109.96147563329177, 39.732868549356219 ], [ -109.96163515584992, 39.732347399581144 ], [ -109.96169864461997, 39.732004688526921 ], [ -109.96169766323305, 39.731681222657123 ], [ -109.9616388979837, 39.731320299117073 ], [ -109.96162110487175, 39.73095073209209 ], [ -109.96165351773328, 39.730734783268112 ], [ -109.96169061524539, 39.73059546089349 ], [ -109.96175192600489, 39.730397790402129 ], [ -109.96191319705817, 39.729759526286692 ], [ -109.96192761118502, 39.729187523327404 ], [ -109.96188260822359, 39.728687068582403 ], [ -109.96185213361491, 39.728384962659995 ], [ -109.96175850398237, 39.728014717237357 ], [ -109.96168197033967, 39.727671654496298 ], [ -109.96164757351487, 39.7273199586472 ], [ -109.96171095799458, 39.726906067708086 ], [ -109.96181017089312, 39.726515022021339 ], [ -109.96182670212266, 39.726190811478247 ], [ -109.96181278279207, 39.725951923171067 ], [ -109.96176989958749, 39.725699260879914 ], [ -109.96166399899766, 39.725369450288639 ], [ -109.96147699201049, 39.725079458832859 ], [ -109.96124688811727, 39.724784576462106 ], [ -109.96081791494662, 39.724213109856912 ], [ -109.96042890145436, 39.723700564219392 ], [ -109.96015554098436, 39.723256627959081 ], [ -109.95993164979564, 39.723014957347239 ], [ -109.95967232846348, 39.722801800666602 ], [ -109.95936615464447, 39.722600837364254 ], [ -109.95911797441171, 39.722422918156468 ], [ -109.95863708406064, 39.722202366320651 ], [ -109.95841651342003, 39.722128307818757 ], [ -109.95812662501447, 39.72200857700588 ], [ -109.95790069719517, 39.72190293458695 ], [ -109.95767538045709, 39.721756752396459 ], [ -109.95746186629148, 39.721601665802744 ], [ -109.95717299956272, 39.721414367087498 ], [ -109.95689588095269, 39.721299252897509 ], [ -109.95663304638079, 39.721242831169185 ], [ -109.95613928390483, 39.721103242956126 ], [ -109.95575065185731, 39.72095558840762 ], [ -109.95535144319297, 39.720735757704723 ], [ -109.95484833329934, 39.720442910573823 ], [ -109.9546052571778, 39.720314582465228 ], [ -109.95421270148111, 39.720118233659292 ], [ -109.95378888220309, 39.719906284849586 ], [ -109.95326698385892, 39.71962227151122 ], [ -109.95288694627243, 39.719370169341715 ], [ -109.95249295373813, 39.719115237022741 ], [ -109.95232029639443, 39.719037094303971 ], [ -109.95201211529512, 39.718971242931978 ], [ -109.95174326356081, 39.71900485545067 ], [ -109.95157322722679, 39.719061884702555 ], [ -109.95132634141055, 39.71918579423194 ], [ -109.95098613041175, 39.719308859963355 ], [ -109.95077539983973, 39.71935651034984 ], [ -109.95051210571917, 39.719408190154645 ], [ -109.95014787803005, 39.719576086089567 ], [ -109.95003575708984, 39.719660666688746 ], [ -109.94971097626011, 39.719919918582789 ], [ -109.94936804274283, 39.720298837701222 ], [ -109.94906352040643, 39.72068350947751 ], [ -109.94899805944613, 39.720768511441669 ], [ -109.94889046864805, 39.72093872650386 ], [ -109.9487826721212, 39.72112245453058 ], [ -109.94871406388314, 39.721414656808967 ], [ -109.94860551360965, 39.721647932579678 ], [ -109.94843238926589, 39.721907653185028 ], [ -109.9483193728387, 39.722050788661662 ], [ -109.94826921877707, 39.722280088122822 ], [ -109.94824246493671, 39.722505094584001 ], [ -109.94830176959915, 39.722825485220554 ], [ -109.94845543053317, 39.723079155902731 ], [ -109.94872418129465, 39.723437483131576 ], [ -109.94909141440925, 39.723841751069507 ], [ -109.94956818352149, 39.724332603586795 ], [ -109.95006842893558, 39.72481465651353 ], [ -109.95047197437334, 39.725133653937291 ], [ -109.95072570169017, 39.725329661543512 ], [ -109.95096605720248, 39.725638172140137 ], [ -109.95104573020315, 39.72577043737239 ], [ -109.95128597944931, 39.726086154295601 ], [ -109.95149161277214, 39.726376330200488 ], [ -109.95165043058567, 39.726675993901907 ], [ -109.95175819522602, 39.726879690919588 ], [ -109.95192903685563, 39.727156036931717 ], [ -109.95200350741817, 39.727246808753591 ], [ -109.95210090278415, 39.727364817318239 ], [ -109.95220426832024, 39.72747386973969 ], [ -109.95230180071178, 39.72758286942252 ], [ -109.95263984075629, 39.727991367520268 ], [ -109.9530688366069, 39.728558359045252 ], [ -109.95333234352185, 39.728880588379113 ], [ -109.95355515383191, 39.729193440303312 ], [ -109.95374303242971, 39.729501471983419 ], [ -109.95391327552946, 39.729818354373869 ], [ -109.95399751261802, 39.730035352147731 ], [ -109.9541473299838, 39.73054576393735 ], [ -109.95423387255238, 39.731073625369135 ], [ -109.95431066390306, 39.732092440743713 ], [ -109.95431464640889, 39.732215011836729 ], [ -109.95427346271363, 39.732623692205109 ], [ -109.95422207428533, 39.733321499696181 ], [ -109.95419813530962, 39.733438413251989 ], [ -109.95416562021894, 39.733582279353861 ], [ -109.95411452313589, 39.733874642027182 ], [ -109.9540161312833, 39.734130538744111 ], [ -109.95390854040406, 39.734377342524667 ], [ -109.95380506210941, 39.734583638534794 ], [ -109.95354950595532, 39.734968762320683 ], [ -109.95320499563967, 39.735371103227308 ], [ -109.9528789380981, 39.735710539974455 ], [ -109.9525889052268, 39.735982726323748 ], [ -109.95222200231659, 39.736321792596613 ], [ -109.95177890957099, 39.736682694514734 ], [ -109.95141254507902, 39.736985723284917 ], [ -109.95122414185316, 39.737096645353169 ], [ -109.95101260579028, 39.737193843162345 ], [ -109.95067120646588, 39.737312391530317 ], [ -109.95047257275471, 39.737405200015296 ], [ -109.95017283673288, 39.737546648433415 ], [ -109.94989554801019, 39.737746863700295 ], [ -109.94962876384201, 39.738023757762292 ], [ -109.94938504139351, 39.738318879786362 ], [ -109.94917775990275, 39.7385197269112 ], [ -109.94862968619839, 39.738875161155157 ], [ -109.94814022523842, 39.73921310406471 ], [ -109.94785015899622, 39.739485277972328 ], [ -109.94777314633697, 39.739561164262156 ], [ -109.9476841904999, 39.739654962080522 ], [ -109.94751733035605, 39.739883202385613 ], [ -109.94738561326197, 39.74010275120785 ], [ -109.94726398789521, 39.740426005549153 ], [ -109.94721560595998, 39.740921112662711 ], [ -109.9471962729901, 39.741424592125888 ], [ -109.94712419455307, 39.741942909982868 ], [ -109.94709317013601, 39.742064262534569 ], [ -109.94705617379361, 39.742194570825149 ], [ -109.94692376373366, 39.742382577997297 ], [ -109.94681819153828, 39.742494244180243 ], [ -109.94664706431915, 39.742618830259325 ], [ -109.94651238623752, 39.742725727057589 ], [ -109.94642836675519, 39.742801548798262 ], [ -109.94619738095263, 39.743024700000824 ], [ -109.94591470484757, 39.743576243445446 ], [ -109.94578716269434, 39.743903947225945 ], [ -109.94573787529082, 39.744074688048862 ], [ -109.94572004069877, 39.744402487135979 ], [ -109.94568761187153, 39.744692311978895 ], [ -109.94556515981623, 39.745068715235831 ], [ -109.94540871302334, 39.745378136079864 ], [ -109.94526887683234, 39.745746272094678 ], [ -109.94522898999911, 39.746065761688115 ], [ -109.94520585227707, 39.74643495799797 ], [ -109.94520117734373, 39.747124174057994 ], [ -109.94529109838081, 39.748039497509914 ], [ -109.94530372626545, 39.748436048450394 ], [ -109.94529933005049, 39.748724325717028 ], [ -109.94539536957831, 39.748932426368448 ], [ -109.94547424725629, 39.749117846233837 ], [ -109.94545213970896, 39.749419477427544 ], [ -109.94539179481336, 39.749549572860175 ], [ -109.94529630038618, 39.749688358771458 ], [ -109.94507633978321, 39.749952152160496 ], [ -109.94405500716221, 39.750334795975235 ], [ -109.94364357264932, 39.750524765184792 ], [ -109.94333903137898, 39.750594072346153 ], [ -109.94305233991859, 39.750641016481623 ], [ -109.94269596762582, 39.750664800403371 ], [ -109.94227678359087, 39.750597911757517 ], [ -109.94185794499836, 39.7505084999787 ], [ -109.94164264248835, 39.750466893345397 ], [ -109.94143320319893, 39.75042353780627 ], [ -109.9411543466346, 39.750339905041749 ], [ -109.94093405128606, 39.750243291108866 ], [ -109.94022935993976, 39.750070175648908 ], [ -109.93977695862097, 39.749962430104311 ], [ -109.93895956729085, 39.749603574319337 ], [ -109.93816594054786, 39.7492179004756 ], [ -109.93754696452464, 39.748860849773067 ], [ -109.93713619326017, 39.748627336304374 ], [ -109.93698565464064, 39.748549373467569 ], [ -109.93655641194474, 39.74837875813774 ], [ -109.93602894349495, 39.748144171494516 ], [ -109.93550786842596, 39.74787360145951 ], [ -109.93517268926155, 39.74765879411806 ], [ -109.93490100474637, 39.747489618025789 ], [ -109.93459361711774, 39.747365163127689 ], [ -109.93433221732667, 39.747286179200401 ], [ -109.93411081688774, 39.747262522460133 ], [ -109.93380733649229, 39.747263339098403 ], [ -109.93356797267518, 39.747269249011772 ], [ -109.93304870503555, 39.747260872906359 ], [ -109.93242408614016, 39.747272248318488 ], [ -109.93211828293609, 39.747423504633133 ], [ -109.9318474334471, 39.747578685770833 ], [ -109.93141034582177, 39.747917038996789 ], [ -109.9309358756182, 39.748408214623105 ], [ -109.93034871807025, 39.749015478554952 ], [ -109.92990798983982, 39.749588049908006 ], [ -109.92981850896683, 39.749713363539776 ], [ -109.92972895805792, 39.749843181404103 ], [ -109.92964489355315, 39.74999557454619 ], [ -109.92956103783096, 39.750134454694269 ], [ -109.9293941621364, 39.750358163093694 ], [ -109.9292158935958, 39.750563746332389 ], [ -109.92899996090628, 39.75094016986138 ], [ -109.92886142126076, 39.751218198317311 ], [ -109.92880722798736, 39.751325816971935 ], [ -109.92869856180732, 39.7515590714154 ], [ -109.92860544726209, 39.75191860788869 ], [ -109.92848940845275, 39.752250902932921 ], [ -109.92841949434661, 39.752619663288577 ], [ -109.92839919567528, 39.752799673830573 ], [ -109.92833588392635, 39.753118940622514 ], [ -109.92826208716494, 39.753361526421898 ], [ -109.92822503499018, 39.753492728765345 ], [ -109.92817328712665, 39.75374362700083 ], [ -109.92806171803187, 39.754239041876339 ], [ -109.92802948113423, 39.754436060840078 ], [ -109.92796637551933, 39.754741814392276 ], [ -109.92790791778191, 39.755124194922772 ], [ -109.92784669673314, 39.755308332217709 ], [ -109.92781402560669, 39.75553327773919 ], [ -109.92773896691062, 39.755856940465712 ], [ -109.92762179914362, 39.756261303084663 ], [ -109.92747898069483, 39.756814091722156 ], [ -109.92741419319869, 39.757227947976276 ], [ -109.92739242283096, 39.757502548431248 ], [ -109.92738483989145, 39.757615101974217 ], [ -109.92733277121792, 39.757961501498002 ], [ -109.92739455710979, 39.758493655962823 ], [ -109.92743142618876, 39.758750778506965 ], [ -109.92754136952381, 39.759188774048724 ], [ -109.9275684677751, 39.759323271769617 ], [ -109.92759476959775, 39.759509118478604 ], [ -109.9275980204887, 39.759675831424211 ], [ -109.92756664050748, 39.760193609931065 ], [ -109.92754759472214, 39.760292542683786 ], [ -109.92749082714742, 39.760490235589927 ], [ -109.92717100239277, 39.761239605008129 ], [ -109.92712742224566, 39.761414894889839 ], [ -109.92687918488879, 39.761989232392068 ], [ -109.92669196463368, 39.762392945837718 ], [ -109.926521831621, 39.762823846639648 ], [ -109.92625065798531, 39.763370940825872 ], [ -109.92607291969937, 39.763915294997467 ], [ -109.92602990880796, 39.764053649132663 ], [ -109.9259182726674, 39.764476080325302 ], [ -109.92581486421494, 39.765120230521852 ], [ -109.92577108195978, 39.765308131713752 ], [ -109.92572728545392, 39.765496933738042 ], [ -109.92560980828826, 39.76591931044684 ], [ -109.92552198922451, 39.766311328012996 ], [ -109.92511161142946, 39.767549989556414 ], [ -109.92494229597344, 39.76792683591276 ], [ -109.92489420005452, 39.768016489096858 ], [ -109.92473275138191, 39.768262764838354 ], [ -109.92428101832412, 39.768781151084468 ], [ -109.92415022269405, 39.768933106448515 ], [ -109.92359630616681, 39.7696397498759 ], [ -109.92304462442397, 39.770202253373284 ], [ -109.92275869056508, 39.770569004161793 ], [ -109.92256804288179, 39.770815005687879 ], [ -109.92237732358868, 39.771065511153402 ], [ -109.92198455790226, 39.771543891211934 ], [ -109.9217467859054, 39.77181648316661 ], [ -109.92132623316681, 39.772578413442218 ], [ -109.92123558108614, 39.772775787808563 ], [ -109.92110230961353, 39.773085389167001 ], [ -109.92097459284545, 39.773413061724028 ], [ -109.92086762128847, 39.773907609471173 ], [ -109.92081142728559, 39.774141343313225 ], [ -109.92089343014467, 39.774497995376755 ], [ -109.92118213410608, 39.775077310673971 ], [ -109.92139917463241, 39.775385663380249 ], [ -109.9216837360389, 39.775856820563973 ], [ -109.92194614594743, 39.776251187449652 ], [ -109.92207014415037, 39.776536149843913 ], [ -109.92222769320989, 39.776916027209381 ], [ -109.92229845272504, 39.777245544164693 ], [ -109.92237419338642, 39.777630067444903 ], [ -109.92235864115858, 39.777953376878571 ], [ -109.9223287129404, 39.778299978414587 ], [ -109.92226085858738, 39.778532703522131 ], [ -109.92224629369045, 39.779092080255637 ], [ -109.92220620762785, 39.779416062714468 ], [ -109.92223483976734, 39.779826276988963 ], [ -109.92234935367102, 39.780345407039341 ], [ -109.92248939879956, 39.780725121298246 ], [ -109.92258428751745, 39.781005307751499 ], [ -109.92268389100289, 39.781357616700312 ], [ -109.92286283921514, 39.781863829532597 ], [ -109.92296300709953, 39.782180104039668 ], [ -109.92308451778597, 39.782550635617113 ], [ -109.92325254199596, 39.783083775941257 ], [ -109.92343333519899, 39.783846785581659 ], [ -109.92362270792954, 39.784434182420512 ], [ -109.92367265486145, 39.784601327881958 ], [ -109.92372829989571, 39.78477753601463 ], [ -109.92404794425629, 39.785249012274782 ], [ -109.92450193045592, 39.785718128893272 ], [ -109.92492626824368, 39.78621670153538 ], [ -109.92533899136401, 39.786711561106898 ], [ -109.92607503158618, 39.787443667837444 ], [ -109.92641221957908, 39.787915299853296 ], [ -109.92701878551604, 39.788713776403078 ], [ -109.92731532556506, 39.789171515112585 ], [ -109.92760024078321, 39.789701224344903 ], [ -109.92802585597171, 39.790421439404071 ], [ -109.92828541993269, 39.791004971724171 ], [ -109.92858176829198, 39.791476220085379 ], [ -109.92885808878211, 39.792109459890135 ], [ -109.92904571261101, 39.792813959098424 ], [ -109.92921945529595, 39.793284074080411 ], [ -109.92942565039544, 39.793921170168986 ], [ -109.9294799204727, 39.794187461034333 ], [ -109.9295177212162, 39.794386026159799 ], [ -109.92959403556303, 39.794737212773789 ], [ -109.92973752961331, 39.795275522560154 ], [ -109.9297648402252, 39.795397407225522 ], [ -109.92979145275925, 39.795564334613957 ], [ -109.92971544788809, 39.795946551506802 ], [ -109.92955128104825, 39.796364895341931 ], [ -109.9294009838479, 39.796641912515881 ], [ -109.92904441024369, 39.797039559482222 ], [ -109.92854073102772, 39.797507925650045 ], [ -109.92792539756546, 39.798020307138103 ], [ -109.92738834665872, 39.798380241880835 ], [ -109.92681097432515, 39.798703761850213 ], [ -109.9266696376524, 39.798779038055564 ], [ -109.92633440840206, 39.798929103641342 ], [ -109.92561659895075, 39.799269337660235 ], [ -109.92488308781952, 39.799492293971198 ], [ -109.92424370601447, 39.79967106923408 ], [ -109.92397272754174, 39.799745140096917 ], [ -109.9237393320511, 39.799806044200821 ], [ -109.92342294477881, 39.799870682742416 ], [ -109.92315403192366, 39.799887107976154 ], [ -109.92285095332153, 39.799847354511037 ], [ -109.92237415227315, 39.799712284780057 ], [ -109.92187455792002, 39.79954096201164 ], [ -109.92159735850605, 39.799340169892247 ], [ -109.92152257126912, 39.799267396195205 ], [ -109.92112070732281, 39.798822178889324 ], [ -109.92076141413669, 39.798269238249887 ], [ -109.92056935445351, 39.797852999730679 ], [ -109.92024166216004, 39.797147184357776 ], [ -109.91993311471616, 39.796337933195929 ], [ -109.9199001229063, 39.796206983593791 ], [ -109.91974241424654, 39.795462204621138 ], [ -109.91960039355969, 39.794834699214348 ], [ -109.91949362096763, 39.794194007067048 ], [ -109.91945662457933, 39.793945892209322 ], [ -109.9194410812202, 39.793819609831438 ], [ -109.91935435411303, 39.793390835175892 ], [ -109.91924336828558, 39.792646490349611 ], [ -109.91934983134887, 39.791814072313699 ], [ -109.91948963270239, 39.791090082520974 ], [ -109.91957279529704, 39.790626850354499 ], [ -109.91971364853681, 39.789835296144595 ], [ -109.91980131692368, 39.789083790832841 ], [ -109.91980534157537, 39.788453139581392 ], [ -109.9198239226798, 39.788011830408351 ], [ -109.91973206572857, 39.787537958685171 ], [ -109.91963416016409, 39.787077545304577 ], [ -109.91944298255784, 39.786607253462883 ], [ -109.91926151073288, 39.786263189468372 ], [ -109.91900104054352, 39.786116605813646 ], [ -109.91871046309647, 39.786028305008351 ], [ -109.91836734144218, 39.785939513714986 ], [ -109.91741731777894, 39.785827041304493 ], [ -109.91694012963931, 39.785723480203828 ], [ -109.91616497772083, 39.785630649265165 ], [ -109.91542471628073, 39.785547149105192 ], [ -109.91459182284082, 39.785413223687968 ], [ -109.91402052156353, 39.785353819461328 ], [ -109.9131399350502, 39.785282506169551 ], [ -109.91246255473021, 39.785285169553923 ], [ -109.91197783708563, 39.785289635589415 ], [ -109.91157471312735, 39.785303874791047 ], [ -109.91106621625528, 39.785335143490016 ], [ -109.91067483948281, 39.785344984878932 ], [ -109.91035464453492, 39.785284315654309 ], [ -109.90997566957479, 39.785248320962786 ], [ -109.90932911704921, 39.785147642484823 ], [ -109.90903179345139, 39.785117818032752 ], [ -109.90863436602399, 39.785141110413093 ], [ -109.90818838120589, 39.785281072461871 ], [ -109.90764834125433, 39.785460691698532 ], [ -109.90681894336589, 39.785844809043191 ], [ -109.90611362509382, 39.786136387850711 ], [ -109.90560719009585, 39.786405511654962 ], [ -109.90489533711032, 39.786740268553672 ], [ -109.9041195836748, 39.787053694958921 ], [ -109.90361412104707, 39.787260651300862 ], [ -109.90319673257888, 39.787436903523073 ], [ -109.90299088522676, 39.787529560895344 ], [ -109.90272629510434, 39.787644187013804 ], [ -109.90179873607249, 39.787955261192657 ], [ -109.9010412735078, 39.788218384893149 ], [ -109.9008535816606, 39.788270666150751 ], [ -109.90055445616754, 39.788353425739096 ], [ -109.89973917352988, 39.788579953716173 ], [ -109.8992358407215, 39.788651763605522 ], [ -109.89853947636149, 39.788744263729122 ], [ -109.8979071903476, 39.788846378105262 ], [ -109.89720000845249, 39.788884708469425 ], [ -109.896231459432, 39.788834955301979 ], [ -109.89600966727274, 39.788828340454891 ], [ -109.89556024458311, 39.788815053919905 ], [ -109.8949598132283, 39.788750773630916 ], [ -109.89403763002103, 39.788723067276777 ], [ -109.89316933704184, 39.788612076274987 ], [ -109.8922332392228, 39.788359878240641 ], [ -109.89153558544255, 39.788168514532259 ], [ -109.89077356800432, 39.787985541218198 ], [ -109.89044762801761, 39.787919356282295 ], [ -109.89011476445897, 39.787920677888422 ], [ -109.88989217040354, 39.787891519129666 ], [ -109.88918452610071, 39.787668511354902 ], [ -109.88876901566732, 39.787362703907924 ], [ -109.88801209125769, 39.786864417433975 ], [ -109.88763731403239, 39.786568006093738 ], [ -109.88729648132575, 39.786339492726057 ], [ -109.88681303936504, 39.785974462998396 ], [ -109.88636573829589, 39.785758440218281 ], [ -109.88539428895795, 39.785167979437169 ], [ -109.88485022517031, 39.784869932918781 ], [ -109.88430485650373, 39.784652959737151 ], [ -109.88323317324489, 39.784124585911421 ], [ -109.88239167810923, 39.783877724008093 ], [ -109.88141394317462, 39.783607018239863 ], [ -109.88054764936709, 39.783377923593434 ], [ -109.87995450667324, 39.783228042816745 ], [ -109.87950578253279, 39.783174156770151 ], [ -109.87885922463411, 39.783077813565221 ], [ -109.87798870287378, 39.783109943911526 ], [ -109.87714575970034, 39.783241442643416 ], [ -109.8766938882325, 39.783381226472315 ], [ -109.87627748288149, 39.783494322515701 ], [ -109.8759471076654, 39.783702853568549 ], [ -109.87576932680219, 39.783863308116743 ], [ -109.87552688623562, 39.784050165292228 ], [ -109.87529101588346, 39.784192036525894 ], [ -109.87517293364493, 39.784271980355342 ], [ -109.8750722187492, 39.784361102248155 ], [ -109.87488866940019, 39.78451699458131 ], [ -109.8746093606168, 39.784816115069937 ], [ -109.87451929298074, 39.78496840846406 ], [ -109.87434003738512, 39.785218944645891 ], [ -109.874262305716, 39.785330813307631 ], [ -109.87416617816167, 39.785496562346538 ], [ -109.87401012592467, 39.785756332923732 ], [ -109.8739604827756, 39.785936047555296 ], [ -109.87389549091202, 39.78634085863721 ], [ -109.87391436429452, 39.786615841205716 ], [ -109.87393331123957, 39.786886319565028 ], [ -109.87397065457736, 39.787102917533616 ], [ -109.87399507301855, 39.787395973496245 ], [ -109.87399914164929, 39.787576209283976 ], [ -109.87400539148605, 39.787837554565932 ], [ -109.874065942313, 39.788063387483604 ], [ -109.87417047713652, 39.788528407189375 ], [ -109.87425394950263, 39.788709413309732 ], [ -109.87434916573677, 39.788958106892267 ], [ -109.87439066133835, 39.789278357790842 ], [ -109.87443983114105, 39.78948606044321 ], [ -109.87450155924454, 39.789639826004908 ], [ -109.87458700890595, 39.789771297073401 ], [ -109.87475886984942, 39.789903606067519 ], [ -109.8749335805542, 39.790004408095513 ], [ -109.87504333973794, 39.79007755074575 ], [ -109.87522213528399, 39.79021443118981 ], [ -109.87564873712087, 39.790912321102581 ], [ -109.8757225864824, 39.791039174013306 ], [ -109.87587072594499, 39.791265854526834 ], [ -109.87611096627138, 39.79157451524469 ], [ -109.87632311440605, 39.791815329842365 ], [ -109.87639755226681, 39.791906148772654 ], [ -109.87670690994501, 39.792274041272499 ], [ -109.87691219785421, 39.792577857037038 ], [ -109.87721711394289, 39.792860111984034 ], [ -109.87779316473505, 39.793347709384896 ], [ -109.87817961287556, 39.793644265008353 ], [ -109.87830076639814, 39.793735534349459 ], [ -109.8785089919033, 39.79385917949692 ], [ -109.87878115384281, 39.794001461716569 ], [ -109.87913381915104, 39.794221104348523 ], [ -109.87959684246952, 39.794477850799645 ], [ -109.88037371437974, 39.794827722302877 ], [ -109.88075135144686, 39.794948493095553 ], [ -109.88103111331365, 39.794982725661242 ], [ -109.88152925613058, 39.795235298186789 ], [ -109.88197660149029, 39.795379261438136 ], [ -109.88249467369666, 39.795483360022502 ], [ -109.88277407426838, 39.795540109435393 ], [ -109.88293713102742, 39.795568708748995 ], [ -109.88343177702137, 39.795677082530624 ], [ -109.8842298391649, 39.795801886977692 ], [ -109.88469565724493, 39.795887453645392 ], [ -109.88512615091983, 39.795990698661114 ], [ -109.88539373217907, 39.796056338021799 ], [ -109.88645151239263, 39.79637282776995 ], [ -109.88757229969565, 39.796766495357865 ], [ -109.88868350961235, 39.797030319163525 ], [ -109.88928739615758, 39.797246930987718 ], [ -109.88987353704378, 39.797477785591234 ], [ -109.8905520244877, 39.79777709383248 ], [ -109.89096270590161, 39.798024284749225 ], [ -109.89106103341446, 39.798083788293638 ], [ -109.89156399060118, 39.798403937426109 ], [ -109.89201513237653, 39.798750619027402 ], [ -109.89290750858522, 39.799479921665878 ], [ -109.89317122386274, 39.799860849521409 ], [ -109.89347434902449, 39.80018809376589 ], [ -109.89373465728674, 39.80107353698822 ], [ -109.89371352937302, 39.801298580690464 ], [ -109.89367329436546, 39.801622550053615 ], [ -109.89358165735933, 39.801873950798978 ], [ -109.89334957924328, 39.80214203165302 ], [ -109.89315996594638, 39.802311409280222 ], [ -109.89297084292453, 39.802450157934487 ], [ -109.89261693613449, 39.802666619938378 ], [ -109.89222703469142, 39.802942201887205 ], [ -109.89180274254026, 39.803176909924069 ], [ -109.89133778627982, 39.803397713138231 ], [ -109.89085011938938, 39.803577753266268 ], [ -109.89021034048902, 39.803773455102288 ], [ -109.88982921884505, 39.803865312940047 ], [ -109.88922758387494, 39.803940642978624 ], [ -109.88868171965824, 39.804034523681842 ], [ -109.88807876901375, 39.804118844944369 ], [ -109.88748216497289, 39.804171689627061 ], [ -109.88673154548948, 39.804358200523922 ], [ -109.88596340253329, 39.80454453828763 ], [ -109.88549388810748, 39.804684185976868 ], [ -109.88496502726773, 39.804881825106534 ], [ -109.88457632059773, 39.805080809277591 ], [ -109.8842101703255, 39.805329562921045 ], [ -109.88406811923741, 39.805445324084239 ], [ -109.88386095447559, 39.805614517469202 ], [ -109.88347684177577, 39.805890125335019 ], [ -109.8832584315811, 39.806032180024104 ], [ -109.88316236834336, 39.806193431639613 ], [ -109.8908379021362, 39.806155339896343 ], [ -109.89469858300696, 39.806164252203487 ], [ -109.89887518847114, 39.806140896469302 ], [ -109.89900950846693, 39.806142171142504 ], [ -109.90253160437902, 39.806139500494183 ], [ -109.90956390919237, 39.80614724133445 ], [ -109.9142253848263, 39.806118878946847 ], [ -109.91703458134339, 39.806136123777804 ], [ -109.91808557600619, 39.806159443563963 ], [ -109.92079590497789, 39.806149546888996 ], [ -109.92588949395612, 39.806128338112437 ], [ -109.93232649387276, 39.806106661774493 ], [ -109.93760152106614, 39.806137063115074 ], [ -109.95112194572786, 39.806142947875472 ], [ -109.95756893773653, 39.80615600033898 ], [ -109.96091153451398, 39.806127419543827 ], [ -109.96990708040298, 39.806090503383189 ], [ -109.9721209604587, 39.806078602758888 ], [ -109.9726291862179, 39.80607409415979 ], [ -109.97696874372868, 39.806089913367181 ], [ -109.97697115875769, 39.810261490470161 ], [ -109.97698898532703, 39.819303011864136 ], [ -109.97701888949408, 39.82831669568202 ], [ -109.97705121377381, 39.835196867229541 ], [ -109.97710218027575, 39.846333417923695 ], [ -109.97707494504652, 39.849743379368157 ], [ -109.97708366413917, 39.853487017482038 ], [ -109.97709099137947, 39.855355708412873 ], [ -109.97702961703033, 39.864212664124189 ], [ -109.97704523928017, 39.873393735485244 ], [ -109.97701617152531, 39.874956669029039 ], [ -109.97703621924872, 39.878722915603127 ], [ -109.97703992983843, 39.882407928152297 ], [ -109.97707233137231, 39.893210867871417 ], [ -109.97704670855734, 39.900440930978306 ], [ -109.97704338716207, 39.907743259569578 ], [ -109.97702955670144, 39.909459483177073 ], [ -109.97703597489344, 39.918464715179447 ], [ -109.97702660144702, 39.922239684449181 ], [ -109.97701930306216, 39.92744720572621 ], [ -109.97705164100562, 39.936673375637781 ], [ -109.97705555812706, 39.945448798912501 ], [ -109.97705983828907, 39.948304889568007 ], [ -109.97706384786636, 39.951178995718656 ], [ -109.97703910515382, 39.954489813301656 ], [ -109.97706007416512, 39.965652905932558 ], [ -109.97706174475937, 39.972531748007015 ], [ -109.97707616969963, 39.980203537837198 ], [ -109.97706597842704, 39.994627768453441 ], [ -109.97712103182147, 39.999966415403208 ], [ -109.9775465304302, 40.0091373809922 ], [ -109.97754075087668, 40.023656180903174 ], [ -109.97751085836705, 40.038215275396944 ], [ -109.97752359821925, 40.0526620921881 ], [ -109.97749894926658, 40.067252695183647 ], [ -109.97749347207655, 40.081654233716051 ], [ -109.97749903476708, 40.085280576195501 ], [ -109.97752101285607, 40.088123242110456 ], [ -109.9775022061288, 40.096042348817647 ], [ -109.97749843068648, 40.096294578837018 ], [ -109.97752698121703, 40.107709736309943 ], [ -109.97753881886348, 40.113187546164887 ], [ -109.97753637763979, 40.11530923314286 ], [ -109.97753341726938, 40.116290328020369 ], [ -109.97755960422306, 40.120417752469677 ], [ -109.97751464861889, 40.124985103741317 ], [ -109.9775445649271, 40.12768817582306 ], [ -109.97754294514156, 40.127796273813196 ], [ -109.9774846782126, 40.142255760676811 ], [ -109.97746707436545, 40.1567380947671 ], [ -109.97745816616255, 40.171418674869443 ], [ -109.97745419963572, 40.200234789431931 ], [ -109.97745463546235, 40.200518584589346 ], [ -109.97747959056503, 40.214965116136099 ], [ -109.97749186729868, 40.215321089003545 ], [ -109.97748468798524, 40.229087105898337 ], [ -109.97748539937605, 40.229821362302161 ], [ -109.97746819257965, 40.244249431965201 ], [ -109.97747013927582, 40.244510715425086 ], [ -109.97747754080456, 40.247925259499276 ], [ -109.97747034611989, 40.249965773934065 ], [ -109.97749728656522, 40.251691268347486 ], [ -109.97753993071383, 40.258232299209212 ], [ -109.97754081519282, 40.25864222380973 ], [ -109.97754321294678, 40.258795400711428 ], [ -109.97759450380302, 40.260075154440862 ], [ -109.97751613319508, 40.272777360655205 ], [ -109.97750344818333, 40.280178251161814 ], [ -109.9774881864351, 40.287826860374693 ], [ -109.9775061518794, 40.296782073379973 ], [ -109.97750413686545, 40.298476667435537 ], [ -109.9775066260363, 40.299092010903195 ], [ -109.97750796739849, 40.299471305798441 ], [ -109.97751022877141, 40.299633489548192 ], [ -109.977511349643, 40.301120000406023 ], [ -109.97752091627144, 40.301656126122417 ], [ -109.97753177323666, 40.302106676801898 ], [ -109.97753616187934, 40.302205815624603 ], [ -109.97753589024325, 40.302223831411567 ], [ -109.97746384639684, 40.302709685682771 ], [ -109.97748348020392, 40.303358513896029 ], [ -109.9775147182245, 40.304408349147558 ], [ -109.97751648414963, 40.309363362512485 ], [ -109.97752013485778, 40.323944577903916 ], [ -109.97752394145385, 40.331102306239742 ], [ -109.97752203803167, 40.33122841611501 ], [ -109.97754164313815, 40.344746653633607 ], [ -109.97754427166812, 40.345742174555369 ], [ -109.97754464071261, 40.350317861413671 ], [ -109.97754912664838, 40.360233221487803 ], [ -109.97755246843099, 40.374742237749395 ], [ -109.97754886005859, 40.374980943920718 ], [ -109.97751227498647, 40.38916524854519 ], [ -109.97745303927999, 40.429286003202577 ], [ -109.9774460388211, 40.432939049756939 ], [ -109.97745183395445, 40.436758871726653 ], [ -109.97745476005286, 40.441623696378599 ], [ -109.97746609975206, 40.461880235486404 ], [ -109.97750731383083, 40.476272224218064 ], [ -109.97752450337408, 40.489911730048263 ], [ -109.97752467987371, 40.490677480398197 ], [ -109.97757267005977, 40.499953367217586 ], [ -109.97748868075865, 40.505095742700668 ], [ -109.9774811515976, 40.519577283302297 ], [ -109.97746552861277, 40.534198352521862 ], [ -109.97750354683505, 40.563143709120162 ], [ -109.97751277678357, 40.569134572599246 ], [ -109.97751842019892, 40.577688367435798 ], [ -109.97750938286559, 40.59224719237406 ], [ -109.97751796245672, 40.606808840214221 ], [ -109.97753320093092, 40.621317360558308 ], [ -109.97753424357923, 40.62241191590423 ], [ -109.9775426684055, 40.624960525484568 ], [ -109.97753463305115, 40.63595184351199 ], [ -109.97752506682463, 40.650527637367773 ], [ -109.97749541855839, 40.66486449118829 ], [ -109.97751748950591, 40.67929635794556 ], [ -109.97750542900955, 40.689376779761595 ], [ -109.97749939031802, 40.69402961866475 ], [ -109.97750430061174, 40.70686676167437 ], [ -109.9774654922622, 40.713659709648347 ], [ -109.97747457894612, 40.72118996615626 ], [ -109.97749049100712, 40.735621641618785 ], [ -109.97752096036646, 40.749949814244488 ], [ -109.97747674432232, 40.772470419384696 ], [ -109.97740114010119, 40.809844506478377 ], [ -109.97718920758156, 40.809825511979788 ], [ -109.97689249020922, 40.809768831117985 ], [ -109.9765436829296, 40.809707183251845 ], [ -109.9758043028348, 40.809601530244969 ], [ -109.9751106103715, 40.809608882432343 ], [ -109.97450596479609, 40.809608013668196 ], [ -109.97379317225158, 40.809700767230716 ], [ -109.97355511161635, 40.809761707729052 ], [ -109.97291184573879, 40.809958670102553 ], [ -109.97203643978634, 40.810216618960979 ], [ -109.9714168047544, 40.810418287666565 ], [ -109.97082687212158, 40.810615713832533 ], [ -109.97063057516888, 40.810659004176237 ], [ -109.97038685950868, 40.810701871008312 ], [ -109.97004879408716, 40.810712365943651 ], [ -109.96974196741375, 40.810619543169395 ], [ -109.96945417779123, 40.810445814744575 ], [ -109.9693559925297, 40.810278283724323 ], [ -109.96930104085548, 40.809998534851488 ], [ -109.96910786536431, 40.809457210421293 ], [ -109.96895258569796, 40.809148639027342 ], [ -109.96878983241429, 40.808939992995647 ], [ -109.96855009721119, 40.808726154353472 ], [ -109.96817933985929, 40.808475110195623 ], [ -109.96799825035683, 40.808378903086762 ], [ -109.9675689928787, 40.808154358633779 ], [ -109.9673116927236, 40.807926847738777 ], [ -109.96720542641309, 40.80782230077822 ], [ -109.96697358103454, 40.807558983693596 ], [ -109.9667476666783, 40.807219148496635 ], [ -109.966452238275, 40.806775094394155 ], [ -109.96606686156818, 40.806397795899677 ], [ -109.96561636344148, 40.806015408109772 ], [ -109.96507055115744, 40.80566369273447 ], [ -109.96454217508661, 40.805334652078876 ], [ -109.9641386869941, 40.804979705378429 ], [ -109.9639928286402, 40.804829758323017 ], [ -109.96371331767091, 40.804507452468343 ], [ -109.96359800578921, 40.804299225143936 ], [ -109.96346806777132, 40.803888178916246 ], [ -109.96341034256736, 40.803788568680353 ], [ -109.96325863184471, 40.803634063933984 ], [ -109.96291846083957, 40.80340129430023 ], [ -109.96261830588308, 40.803263470924293 ], [ -109.96207084802343, 40.803019826462439 ], [ -109.9612818787741, 40.802679417867317 ], [ -109.96050484102325, 40.802334607216999 ], [ -109.95992783636567, 40.802086182216101 ], [ -109.95956222071138, 40.801965777424144 ], [ -109.95923634376082, 40.801881763271609 ], [ -109.9588583848851, 40.801792774059493 ], [ -109.95798413989161, 40.801676781609871 ], [ -109.95684787764409, 40.801562917995305 ], [ -109.95620224542597, 40.801534557935021 ], [ -109.95586415462041, 40.801549515383826 ], [ -109.95537754895992, 40.801585648079161 ], [ -109.95519940179732, 40.801606555787735 ], [ -109.95506880756692, 40.801618885582073 ], [ -109.95491450740624, 40.801631000498141 ], [ -109.95476613366577, 40.801643168897961 ], [ -109.95466058776502, 40.801570146036383 ], [ -109.95456069555632, 40.801136841175314 ], [ -109.95450531820596, 40.800888610334653 ], [ -109.95430552792129, 40.800400349944645 ], [ -109.95405084826611, 40.800010683217693 ], [ -109.95367228525116, 40.799583859175662 ], [ -109.95329146310104, 40.799301146675539 ], [ -109.95303288723431, 40.799160072252533 ], [ -109.9526448839153, 40.798957466595922 ], [ -109.95175484140472, 40.798643100338154 ], [ -109.95110643339635, 40.798416503333158 ], [ -109.95087658883769, 40.798333338594993 ], [ -109.95038141547954, 40.798162180774781 ], [ -109.94992052400764, 40.798072407828883 ], [ -109.94944707148773, 40.798027560326773 ], [ -109.94877177579362, 40.798003392839128 ], [ -109.94827433577032, 40.797976338629141 ], [ -109.94776504393595, 40.79794917418716 ], [ -109.94723697801969, 40.797984894505653 ], [ -109.94677409906924, 40.798021207488077 ], [ -109.94562307522189, 40.798096273650465 ], [ -109.94478035115966, 40.798165140073941 ], [ -109.94446555214031, 40.798207302173758 ], [ -109.94417384300938, 40.798213641399876 ], [ -109.94403916936736, 40.798184483085308 ], [ -109.94390385310891, 40.798121087082976 ], [ -109.94382218639768, 40.798038363729205 ], [ -109.94372992413416, 40.797876270021838 ], [ -109.94362825191469, 40.797560047652482 ], [ -109.94334151735511, 40.796953863912755 ], [ -109.9429754641491, 40.796491086061373 ], [ -109.94257478932971, 40.795969435576964 ], [ -109.9421724049504, 40.795555867982891 ], [ -109.9419150259515, 40.795341812153133 ], [ -109.94169821419786, 40.795185781180869 ], [ -109.9415985329852, 40.795118205158055 ], [ -109.941422388112, 40.795013894203059 ], [ -109.94092749342819, 40.794828285082509 ], [ -109.94067932407691, 40.794780965176216 ], [ -109.94018235617996, 40.794725954646061 ], [ -109.93927698049842, 40.794637460536741 ], [ -109.93885588879169, 40.794656109321281 ], [ -109.93868960720857, 40.794677100725558 ], [ -109.93845164172434, 40.7947334657037 ], [ -109.93796392967907, 40.794841581574168 ], [ -109.93707081638895, 40.795099102917227 ], [ -109.93543979398581, 40.795543490260066 ], [ -109.9341418269, 40.795914360900149 ], [ -109.93370136289549, 40.796031903471302 ], [ -109.93340207897153, 40.796141741241648 ], [ -109.93317013361479, 40.796265713382375 ], [ -109.93290115795112, 40.796407359224922 ], [ -109.93247738427723, 40.796592613904174 ], [ -109.93234621898269, 40.796640946019579 ], [ -109.9321677177639, 40.79668433573039 ], [ -109.93204377727049, 40.796651659435568 ], [ -109.93176286767374, 40.796428354949789 ], [ -109.93164678889488, 40.796275039449355 ], [ -109.9313912614478, 40.795947472494433 ], [ -109.93104141348762, 40.795588402823611 ], [ -109.93064423470405, 40.795224389252283 ], [ -109.93025810219505, 40.794910923356966 ], [ -109.92978427248789, 40.7945227744544 ], [ -109.92918093558367, 40.794080272586648 ], [ -109.92860738005264, 40.793629035777265 ], [ -109.92791098712563, 40.793077563158832 ], [ -109.92713902278682, 40.792435300343406 ], [ -109.92642486330557, 40.791884554350645 ], [ -109.92617985052104, 40.791642652724171 ], [ -109.92601084055829, 40.791465417203675 ], [ -109.92564859870453, 40.791143149867473 ], [ -109.92539123222917, 40.79093266068304 ], [ -109.92505133244754, 40.790695277862845 ], [ -109.92461084828609, 40.790447948267413 ], [ -109.92414702930346, 40.790177878579733 ], [ -109.92370026295667, 40.789953007760388 ], [ -109.92341232025851, 40.789801683920466 ], [ -109.92310594796402, 40.789690724848711 ], [ -109.92284019524271, 40.789633293343762 ], [ -109.92240257909515, 40.789576057907588 ], [ -109.92226051665676, 40.789565722699258 ], [ -109.92170851335018, 40.789619119434413 ], [ -109.92155394444988, 40.789649203969006 ], [ -109.92126272806046, 40.78970053163868 ], [ -109.92094657036304, 40.789828196135488 ], [ -109.92071980246038, 40.789925166795058 ], [ -109.92038484526753, 40.790115712200574 ], [ -109.91980417131464, 40.790475114739934 ], [ -109.91933168255292, 40.790740940189806 ], [ -109.91921207841648, 40.790807382364427 ], [ -109.91884294783654, 40.790912024000654 ], [ -109.91852532794948, 40.790836980710623 ], [ -109.91834191596548, 40.790745178131651 ], [ -109.91801425906326, 40.790485368602887 ], [ -109.91767160759814, 40.790054259228945 ], [ -109.91726253818422, 40.789699096374207 ], [ -109.91678171074118, 40.789383795891055 ], [ -109.91656459727989, 40.789251136598395 ], [ -109.91644740918358, 40.78916896116344 ], [ -109.91622362612486, 40.78900921360291 ], [ -109.91602628148502, 40.788827193165744 ], [ -109.91593916052608, 40.788718274689586 ], [ -109.91584084864346, 40.788568713505164 ], [ -109.91575563301606, 40.788342704487519 ], [ -109.91583061795032, 40.788104688319464 ], [ -109.91595278398142, 40.787880627879872 ], [ -109.91602412609673, 40.787575014845615 ], [ -109.91608936931885, 40.787134219461258 ], [ -109.91612009976123, 40.786702108137305 ], [ -109.91607197357689, 40.786381860183376 ], [ -109.91606063746102, 40.786277257011292 ], [ -109.91601017389443, 40.785809250359655 ], [ -109.91593673771368, 40.785587856212359 ], [ -109.91580120390829, 40.785176703476651 ], [ -109.91553986628568, 40.784485109794424 ], [ -109.91525674379828, 40.784040139106551 ], [ -109.91497440199795, 40.783547430852956 ], [ -109.91457928890279, 40.783066272772352 ], [ -109.91420626662418, 40.782684412928845 ], [ -109.91391384631001, 40.782447444009357 ], [ -109.91369149672093, 40.782274192433903 ], [ -109.913391980971, 40.7821092221022 ], [ -109.91312069495514, 40.78203009613437 ], [ -109.91261381959501, 40.781863170358164 ], [ -109.91234238859599, 40.78179304953612 ], [ -109.91217693998186, 40.781764464828051 ], [ -109.91175739447354, 40.781692946150002 ], [ -109.91156232331359, 40.781664081176203 ], [ -109.91076375159194, 40.781579974544833 ], [ -109.91028422681501, 40.781552925990994 ], [ -109.90979789416782, 40.781579861154199 ], [ -109.90956654008926, 40.781595691681694 ], [ -109.90896060934654, 40.781689055540639 ], [ -109.90827077364403, 40.781840176558667 ], [ -109.90770741817406, 40.781866374111196 ], [ -109.907571092818, 40.781868686841577 ], [ -109.90729728668842, 40.781871499209601 ], [ -109.90671060143939, 40.781874950112766 ], [ -109.90556226221936, 40.781873072057103 ], [ -109.90392121738003, 40.78185299074925 ], [ -109.90239874037601, 40.7818295098702 ], [ -109.90090484850073, 40.78186933953031 ], [ -109.89978450302428, 40.781894695607967 ], [ -109.89875228219225, 40.78196592357417 ], [ -109.89765014886484, 40.782036474393941 ], [ -109.89725230560573, 40.782086722829845 ], [ -109.89700228658585, 40.782084333091227 ], [ -109.89678382084719, 40.782037202841785 ], [ -109.89656654801755, 40.781918016929595 ], [ -109.89647384153871, 40.781791013680625 ], [ -109.89632666092447, 40.781375222667648 ], [ -109.89628682922171, 40.781275750002052 ], [ -109.89594291578496, 40.780574313950751 ], [ -109.89563358624484, 40.779931762002526 ], [ -109.89512462505574, 40.779179197757173 ], [ -109.89473859231275, 40.778517892143135 ], [ -109.89445178581217, 40.777947619313785 ], [ -109.89416408787835, 40.777431387217888 ], [ -109.89402025085937, 40.777101204297779 ], [ -109.89396060239817, 40.77683939073917 ], [ -109.89393337209268, 40.776694996300684 ], [ -109.89389322522729, 40.776257707006252 ], [ -109.89394524932897, 40.7759789471624 ], [ -109.89402957185403, 40.775610413452654 ], [ -109.8940356965078, 40.775241130179118 ], [ -109.89405543086957, 40.774980077425255 ], [ -109.89407200991582, 40.774409107442374 ], [ -109.89404036500534, 40.774173686400353 ], [ -109.89402016476818, 40.773962697562609 ], [ -109.89398725049526, 40.773803835241914 ], [ -109.89394142800828, 40.773708808416785 ], [ -109.89382661090185, 40.773487003370178 ], [ -109.89352965017663, 40.77317336833481 ], [ -109.8932367475736, 40.772972375755415 ], [ -109.89291325593788, 40.772829643193255 ], [ -109.892523120253, 40.77270428680459 ], [ -109.89201605721719, 40.772627352306344 ], [ -109.89138836218463, 40.772607810907665 ], [ -109.89036137758121, 40.772728560545076 ], [ -109.88913455608142, 40.77275278975717 ], [ -109.88854601580414, 40.772872338302165 ], [ -109.88789183109961, 40.773020077876446 ], [ -109.88705723871449, 40.773327323124789 ], [ -109.88572742274451, 40.773841477143698 ], [ -109.88462894066781, 40.774267768686336 ], [ -109.88386111827499, 40.774548611023391 ], [ -109.88345489827158, 40.774747368587171 ], [ -109.88311953709244, 40.774960323096813 ], [ -109.88289608633222, 40.774859068328645 ], [ -109.88283228089659, 40.774777375564689 ], [ -109.88265241153344, 40.774550425545193 ], [ -109.88218816021542, 40.773969395523103 ], [ -109.88119157372209, 40.772982332279049 ], [ -109.8803451766499, 40.772226430441151 ], [ -109.87955516013514, 40.77164222829596 ], [ -109.87943212531488, 40.771559958496731 ], [ -109.87916274046593, 40.771372671185361 ], [ -109.87883434808717, 40.771171297415627 ], [ -109.87849350467955, 40.771005835059462 ], [ -109.8783597612243, 40.770855897481717 ], [ -109.87832056830968, 40.77072039139464 ], [ -109.87825380281049, 40.770463004649628 ], [ -109.87804173806656, 40.769686225532837 ], [ -109.87765979359725, 40.768795189467639 ], [ -109.87743378333884, 40.768495715658062 ], [ -109.87735259946545, 40.768391329896389 ], [ -109.87696992220869, 40.767896651450805 ], [ -109.87667223177432, 40.767632511872129 ], [ -109.87626883521871, 40.76731329210012 ], [ -109.8760516473095, 40.767194068365789 ], [ -109.87587516395065, 40.767120282488037 ], [ -109.87560413684967, 40.767032062621311 ], [ -109.87545157513094, 40.766944996670347 ], [ -109.8753047092395, 40.766871498550977 ], [ -109.87508760046262, 40.766747769602162 ], [ -109.87495858099099, 40.766669940844743 ], [ -109.87478278395697, 40.766555622435085 ], [ -109.87433611690328, 40.766344074103003 ], [ -109.87354781082824, 40.766016585201768 ], [ -109.87333594670112, 40.76593344171242 ], [ -109.87310092313564, 40.765818542458469 ], [ -109.87285565214137, 40.76560895499928 ], [ -109.8727685558177, 40.765504508245705 ], [ -109.87255806436022, 40.765340301622537 ], [ -109.8724054344047, 40.765257735151643 ], [ -109.87227604031094, 40.765202420600353 ], [ -109.87184647409948, 40.76503156731961 ], [ -109.8712101371659, 40.764827160774132 ], [ -109.87089835055858, 40.764697993593117 ], [ -109.87055809381494, 40.76450098431836 ], [ -109.87030714148671, 40.764277823310962 ], [ -109.86997426102442, 40.763995305229088 ], [ -109.8697081093643, 40.763970177707044 ], [ -109.8693884223585, 40.76395803757616 ], [ -109.8689376669691, 40.763989653674727 ], [ -109.86786461845004, 40.764037685233788 ], [ -109.86731317159904, 40.764068307051474 ], [ -109.8669571055826, 40.764105348989219 ], [ -109.86648766111986, 40.764190822070503 ], [ -109.86591637650328, 40.764342854991348 ], [ -109.86518478544282, 40.764515829547136 ], [ -109.86467811179071, 40.764700020893535 ], [ -109.86374267625786, 40.765015114015156 ], [ -109.86301599766568, 40.765246677347427 ], [ -109.86272961798291, 40.76536546787996 ], [ -109.86243169832994, 40.765466127250463 ], [ -109.86231262238812, 40.765500986683385 ], [ -109.86219962303221, 40.765526897567987 ], [ -109.86205093145223, 40.765561464710125 ], [ -109.86168916235721, 40.765584921588598 ], [ -109.86149977740247, 40.765574044883202 ], [ -109.86132254617085, 40.765545271116636 ], [ -109.86080877645686, 40.765450116796018 ], [ -109.85995308703025, 40.765256995075532 ], [ -109.85904558810955, 40.765045338082949 ], [ -109.8586140257293, 40.764923961778166 ], [ -109.85834233760136, 40.764876232425394 ], [ -109.85799926538454, 40.764845812679432 ], [ -109.85734765717348, 40.764843866329272 ], [ -109.85679143462507, 40.76480682796771 ], [ -109.85666712871441, 40.764801092228737 ], [ -109.85651920801058, 40.764790618180335 ], [ -109.85624076512981, 40.764791461981844 ], [ -109.85606876639561, 40.764803269545553 ], [ -109.8558373676404, 40.764824397072125 ], [ -109.85565352275366, 40.764836086557345 ], [ -109.85535629069352, 40.764896196928667 ], [ -109.85511852012958, 40.764943383988303 ], [ -109.85434939983713, 40.765160959025465 ], [ -109.85327270993425, 40.765488077042704 ], [ -109.85144932193261, 40.766105030269628 ], [ -109.85035910649766, 40.766459011314758 ], [ -109.84940493775497, 40.766755784451917 ], [ -109.84860719193942, 40.766982043899063 ], [ -109.84790048463827, 40.767150652628331 ], [ -109.84688863718266, 40.767424308124646 ], [ -109.84576618829162, 40.767584244310129 ], [ -109.8441814874669, 40.767753052831161 ], [ -109.84381309131217, 40.767816023844013 ], [ -109.8435578296326, 40.767845895905005 ], [ -109.8431187283189, 40.767886536085037 ], [ -109.84290580382972, 40.76786638451329 ], [ -109.84226640586476, 40.767841954490024 ], [ -109.84165031037769, 40.767840275666956 ], [ -109.84030432540874, 40.767907831183585 ], [ -109.84016207354688, 40.767911806446413 ], [ -109.83918373504754, 40.767959621980346 ], [ -109.8382403700886, 40.768040211304402 ], [ -109.8374334734529, 40.768108655414991 ], [ -109.83669694755409, 40.768218340793972 ], [ -109.83650085134813, 40.768252397005156 ], [ -109.83636414479017, 40.76827804347419 ], [ -109.83607919915926, 40.768311202950429 ], [ -109.83579433186505, 40.768339858349698 ], [ -109.83517199489907, 40.768356098587155 ], [ -109.83485126810399, 40.768334843879543 ], [ -109.83471637485596, 40.768324473406309 ], [ -109.8345683717736, 40.768318474530879 ], [ -109.83434297271424, 40.768334214462563 ], [ -109.83413432006708, 40.768408677257618 ], [ -109.83406166632021, 40.768498026404529 ], [ -109.83402337127193, 40.768655285113461 ], [ -109.83402622432635, 40.768830976242093 ], [ -109.83400522661167, 40.769015434684299 ], [ -109.83399141176214, 40.769127899119596 ], [ -109.83396488413145, 40.769289780859793 ], [ -109.83383926612802, 40.769968639689615 ], [ -109.83380192162181, 40.770206982775441 ], [ -109.83375116190761, 40.770670398256684 ], [ -109.83367244105371, 40.77110650609832 ], [ -109.83365309538354, 40.771196393748077 ], [ -109.83353497229594, 40.771852806969619 ], [ -109.83319201334281, 40.773169057934723 ], [ -109.83305184163743, 40.773730660150378 ], [ -109.83293827873452, 40.774125877451596 ], [ -109.83280647004453, 40.774547934988895 ], [ -109.83270680148914, 40.774826184473447 ], [ -109.83259123683352, 40.774997074107375 ], [ -109.83234941117991, 40.775340546428964 ], [ -109.83204706275255, 40.775621248263548 ], [ -109.83187937875101, 40.775723146415061 ], [ -109.83169431695386, 40.775802347589519 ], [ -109.83140309741574, 40.77585344844907 ], [ -109.83106551222862, 40.775845524847675 ], [ -109.83009533090879, 40.775759121611216 ], [ -109.82926756337596, 40.775660642799828 ], [ -109.82856333010604, 40.775612957981039 ], [ -109.82745026973211, 40.775565619275312 ], [ -109.82653941602187, 40.775475284869557 ], [ -109.82603075448488, 40.775425069208382 ], [ -109.82564019063999, 40.77539767326035 ], [ -109.82528924311438, 40.775408514214874 ], [ -109.82508861924374, 40.775428992331001 ], [ -109.82494020478505, 40.775445497638991 ], [ -109.82471430353823, 40.775488238454983 ], [ -109.82445198538942, 40.775580153516096 ], [ -109.82429029345104, 40.775677597487523 ], [ -109.82417038605155, 40.775757450420819 ], [ -109.82394794503647, 40.775939853756029 ], [ -109.82379217542626, 40.776037357379685 ], [ -109.82342179265572, 40.776209243213742 ], [ -109.82306997473182, 40.776336275676641 ], [ -109.822925565623, 40.77639425744416 ], [ -109.82225258620765, 40.77665673863126 ], [ -109.82123154443833, 40.777101231688327 ], [ -109.82010178421945, 40.777661711891511 ], [ -109.81898361409091, 40.778235811991934 ], [ -109.81820013157022, 40.778646676020394 ], [ -109.81765528400194, 40.778965393060005 ], [ -109.81745162547864, 40.779089422184143 ], [ -109.81735706472668, 40.779142502809542 ], [ -109.81717639644189, 40.779239742181325 ], [ -109.81692590184818, 40.779331761184352 ], [ -109.81679484995738, 40.779370954733253 ], [ -109.81659254744737, 40.779418425689045 ], [ -109.81640233293302, 40.779452507838919 ], [ -109.81511934043753, 40.779628514148712 ], [ -109.81422852714977, 40.779741875760116 ], [ -109.81339778703212, 40.779809005143036 ], [ -109.81275044052292, 40.77989242899897 ], [ -109.81261496658261, 40.779913555689234 ], [ -109.81226881125166, 40.779986563483369 ], [ -109.81182272626378, 40.780081061977825 ], [ -109.8113693509094, 40.780252054146104 ], [ -109.81117270940079, 40.780313987154187 ], [ -109.81104174871048, 40.78034777010393 ], [ -109.81092870533399, 40.780373630085776 ], [ -109.81075009301159, 40.78042133489506 ], [ -109.810215379658, 40.780501401184495 ], [ -109.80963909844854, 40.780586441134417 ], [ -109.80918741945595, 40.780661954272674 ], [ -109.80893211087431, 40.780690848100846 ], [ -109.80864734144581, 40.780710428884817 ], [ -109.80830973598376, 40.780702438401946 ], [ -109.80789085824868, 40.780666582397075 ], [ -109.8075763293312, 40.780627299163797 ], [ -109.80738707377895, 40.780607326566688 ], [ -109.80670074130552, 40.780550684906146 ], [ -109.80610960195983, 40.780472503455535 ], [ -109.80563664312827, 40.780412658113924 ], [ -109.80506285950015, 40.780358072516648 ], [ -109.80430544065837, 40.780300680407102 ], [ -109.80387929724448, 40.780273742846397 ], [ -109.80368379646161, 40.780271716020195 ], [ -109.80335788104021, 40.780272840547944 ], [ -109.80285464200674, 40.780249603762293 ], [ -109.80212116640129, 40.780178933301613 ], [ -109.80122781878832, 40.780102093159137 ], [ -109.8004530391609, 40.780021974676295 ], [ -109.79998526768584, 40.780003598248179 ], [ -109.79978984904125, 40.779997061534516 ], [ -109.79942254663024, 40.779993240289656 ], [ -109.79917364779868, 40.779995154340924 ], [ -109.79867013702683, 40.780052971083407 ], [ -109.79790613633148, 40.780229683954502 ], [ -109.7975382308916, 40.780324941591608 ], [ -109.79711460244462, 40.780487179299193 ], [ -109.79655901195875, 40.78073812202171 ], [ -109.79588444307177, 40.781014845320769 ], [ -109.79518665959397, 40.781264297382563 ], [ -109.79437655252191, 40.781499059156857 ], [ -109.79336346253677, 40.781817271341311 ], [ -109.79244676865042, 40.782047301469511 ], [ -109.79132331817142, 40.78224182794996 ], [ -109.79078897743702, 40.782299287217299 ], [ -109.79058595387468, 40.782319680035378 ], [ -109.79039138780398, 40.782331152878925 ], [ -109.78989933404632, 40.782344009922248 ], [ -109.78934211153096, 40.782356181091302 ], [ -109.7887615184766, 40.782350087672135 ], [ -109.78839412275117, 40.782350734424455 ], [ -109.7875410887583, 40.782337269535155 ], [ -109.78622637760289, 40.78229552104996 ], [ -109.78497614744649, 40.782292271390709 ], [ -109.78396381382412, 40.782241069322026 ], [ -109.78255438334206, 40.78219467737334 ], [ -109.78163075474204, 40.782153399051502 ], [ -109.7807597880084, 40.782148702937349 ], [ -109.78041666814656, 40.782118051834892 ], [ -109.78017434541098, 40.782083961256951 ], [ -109.77991466189921, 40.782027165900899 ], [ -109.77901227488067, 40.781796917430896 ], [ -109.77813935080695, 40.781575982199875 ], [ -109.77732551053114, 40.78136467476461 ], [ -109.77705365336479, 40.781325760530315 ], [ -109.77675225767281, 40.781282028362085 ], [ -109.77650977474306, 40.781256936676286 ], [ -109.77530221187573, 40.781190075899893 ], [ -109.77430577311912, 40.7812425530187 ], [ -109.77310090549925, 40.781351359188612 ], [ -109.77238932688812, 40.781379823592033 ], [ -109.77158896630691, 40.781402834282432 ], [ -109.77086021162573, 40.781398676597476 ], [ -109.77032025371965, 40.78143886544818 ], [ -109.77015464448182, 40.781486645847444 ], [ -109.76994428119561, 40.781583494402248 ], [ -109.76976904770302, 40.781703237819812 ], [ -109.76956589675575, 40.781858716343621 ], [ -109.76930707703235, 40.782076658634416 ], [ -109.76908297034839, 40.782340012018551 ], [ -109.76876793716102, 40.782778055974568 ], [ -109.76845845108465, 40.783108058999346 ], [ -109.76825959966321, 40.78328700255036 ], [ -109.76811751258506, 40.783280080654613 ], [ -109.7679813136149, 40.783211064400611 ], [ -109.76784141044153, 40.783150115870725 ], [ -109.76767659159282, 40.783090702715668 ], [ -109.76716433026428, 40.782914073252364 ], [ -109.76674619569592, 40.782774480713535 ], [ -109.76622217390704, 40.782593217237185 ], [ -109.76601148115367, 40.7825152946263 ], [ -109.76570967025471, 40.78243009113951 ], [ -109.7652765237475, 40.782461489801932 ], [ -109.76511581485357, 40.782500307106375 ], [ -109.76485981506069, 40.782565128950317 ], [ -109.76462100379688, 40.78266166320072 ], [ -109.76439938078983, 40.7827899099589 ], [ -109.7642185433089, 40.782955527022388 ], [ -109.76389129339422, 40.783347484475243 ], [ -109.76345362317348, 40.783941844427382 ], [ -109.76292406817686, 40.784697366256431 ], [ -109.76277210919115, 40.784902926954175 ], [ -109.76263809025657, 40.785099671573732 ], [ -109.76254011984403, 40.78526977787071 ], [ -109.76248837555669, 40.785503437731386 ], [ -109.76246240294331, 40.785625671529075 ], [ -109.76238354804876, 40.78604280908602 ], [ -109.76226652238965, 40.786919859216908 ], [ -109.76212095639872, 40.78773804920084 ], [ -109.76207571883917, 40.787940249671898 ], [ -109.76201252235511, 40.788152166505903 ], [ -109.76192031999673, 40.788330441490658 ], [ -109.76175517771532, 40.788607024452602 ], [ -109.76138769890649, 40.789248071241964 ], [ -109.76133268359091, 40.789338464010484 ], [ -109.7612045092354, 40.789538872819321 ], [ -109.76107656848791, 40.789726672426553 ], [ -109.76071962409335, 40.790119202205908 ], [ -109.76031493976224, 40.790529234404303 ], [ -109.75992769060731, 40.790957469039839 ], [ -109.75957632264495, 40.791368071592203 ], [ -109.75936516982283, 40.791568486932022 ], [ -109.75894529233135, 40.791838722889985 ], [ -109.75855612808235, 40.792050734143771 ], [ -109.75817171179889, 40.792325852925771 ], [ -109.75773312554969, 40.792645428402693 ], [ -109.75703096649335, 40.79311530314844 ], [ -109.75676757362092, 40.793319654936099 ], [ -109.75661006156244, 40.793439568882881 ], [ -109.75641784580272, 40.793577125050021 ], [ -109.75604559889214, 40.793834351284993 ], [ -109.7559128027556, 40.793963538989843 ], [ -109.75576105277511, 40.794155579858398 ], [ -109.75564468619262, 40.794357010395146 ], [ -109.75557504955405, 40.794594977829725 ], [ -109.75553428276216, 40.794873793721301 ], [ -109.75554659263753, 40.795166694466779 ], [ -109.75555792988348, 40.795257800026512 ], [ -109.75562656075999, 40.795644993965524 ], [ -109.75579763923835, 40.796322457320841 ], [ -109.75593535321558, 40.796882453440581 ], [ -109.75603709490144, 40.797464582101739 ], [ -109.75614299853406, 40.798141342023818 ], [ -109.75626789986674, 40.799070537292629 ], [ -109.75636267042763, 40.800026432218878 ], [ -109.75637767423524, 40.800175229878221 ], [ -109.75638082621376, 40.800323899777332 ], [ -109.75635317154712, 40.800535295253951 ], [ -109.75630290562019, 40.80068789342625 ], [ -109.75624867210614, 40.80079901090982 ], [ -109.75609562091933, 40.800996442860608 ], [ -109.75595663196644, 40.801139075993362 ], [ -109.75553499726699, 40.801499362236619 ], [ -109.75537822787767, 40.80164180285675 ], [ -109.75515568200782, 40.801815062364462 ], [ -109.75483823339523, 40.801991801318415 ], [ -109.75421594129008, 40.802304875633574 ], [ -109.75340959593322, 40.802633974419294 ], [ -109.75278872450133, 40.802870486331436 ], [ -109.75259181198628, 40.802940423261958 ], [ -109.75228744755549, 40.802987578053113 ], [ -109.75206963440316, 40.80297080902281 ], [ -109.75157911266291, 40.802893436199398 ], [ -109.75120719960475, 40.802812841103659 ], [ -109.75087092878712, 40.802728126609637 ], [ -109.75070711090598, 40.802676807517777 ], [ -109.75033485969828, 40.802551164796625 ], [ -109.74999918284671, 40.802434925390649 ], [ -109.74975807134776, 40.802333222192431 ], [ -109.74960517588195, 40.802268507556619 ], [ -109.74915268794162, 40.802060016470094 ], [ -109.74875942965555, 40.801853967651368 ], [ -109.74834773576023, 40.801682849588325 ], [ -109.74820652603822, 40.801627268112838 ], [ -109.74798192852168, 40.801530244505571 ], [ -109.74772473847226, 40.801401337880101 ], [ -109.7471207948002, 40.801052467993081 ], [ -109.74654191691711, 40.800631801425283 ], [ -109.74640164304421, 40.800526682634654 ], [ -109.74604075982141, 40.800239001423677 ], [ -109.74570019554177, 40.800005589386565 ], [ -109.74505470937437, 40.799660761147372 ], [ -109.74460892617614, 40.799412688968943 ], [ -109.74401618947748, 40.79909995771763 ], [ -109.74329377078894, 40.79874977796775 ], [ -109.74254825171708, 40.798367813109913 ], [ -109.74203806895741, 40.798078492035593 ], [ -109.74150282699657, 40.797860961228309 ], [ -109.74094947118715, 40.797661246734137 ], [ -109.74016149378042, 40.797331951698823 ], [ -109.73950232018275, 40.797086934367584 ], [ -109.73924947840655, 40.796980576965034 ], [ -109.73888550002822, 40.796796434252492 ], [ -109.73855690661283, 40.796621685522204 ], [ -109.73775785321841, 40.796252616765962 ], [ -109.73735206302138, 40.796086028235941 ], [ -109.73700484711601, 40.795956112454476 ], [ -109.73656197074672, 40.795870189265003 ], [ -109.73575239847413, 40.795744213773105 ], [ -109.73474196175653, 40.795584501134719 ], [ -109.73449386161298, 40.79554124296569 ], [ -109.73425795489359, 40.795480101570668 ], [ -109.73401637982946, 40.795405385145038 ], [ -109.73379876382387, 40.795317418815152 ], [ -109.73323445820762, 40.795072506045145 ], [ -109.7327884935424, 40.794837898628828 ], [ -109.7324115807168, 40.794712146983059 ], [ -109.73221088853721, 40.794669404771412 ], [ -109.73205742830696, 40.794636189532206 ], [ -109.73184471444003, 40.794602322799619 ], [ -109.73153118369076, 40.794571851402111 ], [ -109.73121104193288, 40.794577339383579 ], [ -109.73082503486243, 40.794618134866049 ], [ -109.73051588572781, 40.7946687830066 ], [ -109.73000991104438, 40.79478482562584 ], [ -109.72898026621178, 40.795012205118262 ], [ -109.72834856354817, 40.795194416981289 ], [ -109.72804540306146, 40.795303677984109 ], [ -109.7278403460159, 40.795427532316531 ], [ -109.72730644487424, 40.795763956711696 ], [ -109.72673088775393, 40.796108927106964 ], [ -109.72596260799375, 40.79661391462745 ], [ -109.72502538425655, 40.797274674012868 ], [ -109.72458600567478, 40.797625642477861 ], [ -109.72399606617401, 40.798101059259977 ], [ -109.72353133469433, 40.798537321332866 ], [ -109.72338043084775, 40.798679783189762 ], [ -109.72302983428523, 40.799036232065333 ], [ -109.72262348442472, 40.799518177653766 ], [ -109.72234870607078, 40.799938521361142 ], [ -109.72207970142432, 40.80030487900536 ], [ -109.72198949351169, 40.80043449894454 ], [ -109.72180224911799, 40.800617093078735 ], [ -109.72138705361496, 40.800941292283447 ], [ -109.72099737337972, 40.801171186540799 ], [ -109.72042515462685, 40.801646781013673 ], [ -109.72025053305951, 40.801788975588167 ], [ -109.72002971400849, 40.801867599839248 ], [ -109.71985210713787, 40.801856620998187 ], [ -109.71968525366862, 40.801841257113466 ], [ -109.71934376999337, 40.801783417644984 ], [ -109.71901922604371, 40.801707748824278 ], [ -109.71880675674798, 40.801660348412796 ], [ -109.7186415223143, 40.80162248045923 ], [ -109.71811593041738, 40.801522055410004 ], [ -109.71784359614259, 40.801505516794535 ], [ -109.71721570452711, 40.801485024629059 ], [ -109.71666459055334, 40.801478895455439 ], [ -109.71608942578978, 40.801490512424905 ], [ -109.7154018414199, 40.801491866598866 ], [ -109.71420820457679, 40.801609188661033 ], [ -109.71272393032883, 40.801736768103993 ], [ -109.71104940972336, 40.801893731784958 ], [ -109.71043307277122, 40.801949901577984 ], [ -109.70933862796069, 40.802086298298178 ], [ -109.7088631521834, 40.802153043677563 ], [ -109.70855979147204, 40.802208201584151 ], [ -109.70827995966965, 40.802272630345527 ], [ -109.70777920525839, 40.802420162093505 ], [ -109.70739836732214, 40.802496969615277 ], [ -109.70688337656964, 40.802522727127332 ], [ -109.70608981407516, 40.802486804979019 ], [ -109.70582840887103, 40.8024568482506 ], [ -109.70556217560542, 40.802431340863137 ], [ -109.70530151849962, 40.802423911856089 ], [ -109.7051470045174, 40.802444698255563 ], [ -109.70486401690555, 40.802671231027091 ], [ -109.70472447848076, 40.802836316292272 ], [ -109.70463304838194, 40.802965908734656 ], [ -109.70451128697867, 40.803131193332383 ], [ -109.70439632687041, 40.803251513143302 ], [ -109.7042223681739, 40.803357657880603 ], [ -109.70393563774701, 40.803471543701178 ], [ -109.7034301660819, 40.803555946029192 ], [ -109.70262342603201, 40.80358741343148 ], [ -109.70227997483089, 40.803570038269086 ], [ -109.70184719347566, 40.803574177450905 ], [ -109.7015271836971, 40.8035705761244 ], [ -109.70107741431103, 40.803533984293153 ], [ -109.70058702361091, 40.803452792984821 ], [ -109.70020900133572, 40.803384576325627 ], [ -109.69991419106326, 40.803304684703342 ], [ -109.69961819630106, 40.803224778977842 ], [ -109.69932536400833, 40.803104371230944 ], [ -109.69903644018964, 40.802965990409056 ], [ -109.69876244375321, 40.802791744416908 ], [ -109.69825861284433, 40.802488789811818 ], [ -109.69782440185013, 40.802263188582771 ], [ -109.69748926229782, 40.802124282235653 ], [ -109.69737179957001, 40.802068906780775 ], [ -109.69694812503934, 40.801910982761413 ], [ -109.69648893668759, 40.80181120926121 ], [ -109.6953441340017, 40.801793764609322 ], [ -109.69488138189833, 40.80181555516662 ], [ -109.69460790653386, 40.8018575021106 ], [ -109.69436973937262, 40.801912459482686 ], [ -109.6941611662549, 40.80196955297928 ], [ -109.69384523699806, 40.80206056268193 ], [ -109.6936322558865, 40.802040134769122 ], [ -109.69347853441106, 40.802020377587517 ], [ -109.69323088119849, 40.801954515259034 ], [ -109.69306088407215, 40.801858003444543 ], [ -109.69275096270657, 40.801642799323439 ], [ -109.69243485229937, 40.801441036528047 ], [ -109.69209185504403, 40.801099340910092 ], [ -109.69157851561575, 40.800679142762441 ], [ -109.69091880764256, 40.80016719953872 ], [ -109.69073758637386, 40.800039028227431 ], [ -109.69018083585676, 40.799717421437478 ], [ -109.68975737100079, 40.79955046524038 ], [ -109.68898075852272, 40.799257884199157 ], [ -109.68811509065435, 40.798973293510613 ], [ -109.68674743755942, 40.798597405364134 ], [ -109.68655277953552, 40.798550148376215 ], [ -109.68635136619743, 40.798484797733373 ], [ -109.6859872944855, 40.798372553214328 ], [ -109.68568704280936, 40.798270042823098 ], [ -109.68543446331894, 40.798154562552824 ], [ -109.6848880058056, 40.797914121391869 ], [ -109.68423629758259, 40.797601312521884 ], [ -109.68361334045451, 40.797273514087841 ], [ -109.68312328031332, 40.796939121925575 ], [ -109.68250878105982, 40.796543852540495 ], [ -109.68193987514714, 40.796240984470188 ], [ -109.68155198814948, 40.796075305493211 ], [ -109.68122842665731, 40.795953599906156 ], [ -109.68086929631951, 40.795832387549957 ], [ -109.68040988212898, 40.795687506578176 ], [ -109.67996187461522, 40.79556527480549 ], [ -109.679430914146, 40.795442091820291 ], [ -109.67889977713941, 40.795327912578898 ], [ -109.6782672865162, 40.795244098509471 ], [ -109.67748065035573, 40.795163018178286 ], [ -109.67695381715943, 40.795130853982748 ], [ -109.6764558596704, 40.795136853106158 ], [ -109.67585074569949, 40.795166843226177 ], [ -109.67513693450806, 40.795298275502944 ], [ -109.67425568860945, 40.795504349161305 ], [ -109.67383158494724, 40.795670630753129 ], [ -109.67370607726514, 40.795723237196754 ], [ -109.67337147881153, 40.795859017292003 ], [ -109.67287510037717, 40.796083017538521 ], [ -109.67267175395308, 40.796175264326045 ], [ -109.67239083859329, 40.796293642759181 ], [ -109.67194975695013, 40.796419185099317 ], [ -109.67088264320608, 40.796731191503468 ], [ -109.67030966867019, 40.796931777668838 ], [ -109.66979477661557, 40.797191583951609 ], [ -109.66968685955355, 40.797253396998521 ], [ -109.66931992003362, 40.797523915259006 ], [ -109.66916863467534, 40.79767981364872 ], [ -109.6690234540342, 40.797826774065939 ], [ -109.66878453129301, 40.798215873931142 ], [ -109.66852845889186, 40.798573246661817 ], [ -109.66846057760121, 40.798707586133524 ], [ -109.66830847743765, 40.79890401081304 ], [ -109.66812154275182, 40.7990640003637 ], [ -109.66789429815371, 40.799164970914781 ], [ -109.6671839229063, 40.799418003913352 ], [ -109.66615202323135, 40.799743885207647 ], [ -109.66529295157633, 40.800022211770752 ], [ -109.66451908975198, 40.80018891593425 ], [ -109.66386518378563, 40.800284938711229 ], [ -109.66365697050961, 40.800323063937533 ], [ -109.66335349359095, 40.800382605572445 ], [ -109.66306860665283, 40.80040182498859 ], [ -109.66282026818236, 40.800371922289472 ], [ -109.66216988486211, 40.800292316594103 ], [ -109.66172216256848, 40.800215058311693 ], [ -109.6614254879883, 40.800171980433845 ], [ -109.66124809679152, 40.800151004882679 ], [ -109.66089336906188, 40.800106351140997 ], [ -109.66033223851464, 40.800009754673333 ], [ -109.65960727434687, 40.799807657944328 ], [ -109.65917131225621, 40.799676477286702 ], [ -109.65864692053779, 40.799521746398831 ], [ -109.65815746836212, 40.799398047356895 ], [ -109.6576606044993, 40.799348127140874 ], [ -109.65709138141882, 40.799359519019887 ], [ -109.65667586130888, 40.799390714259175 ], [ -109.65631421642937, 40.799395510937408 ], [ -109.65539747121588, 40.799299252202033 ], [ -109.65521423158606, 40.799274595945278 ], [ -109.65497182689974, 40.799244745536868 ], [ -109.65480618257777, 40.799229301954284 ], [ -109.65455721609605, 40.799230902814401 ], [ -109.65421872878238, 40.799262987546641 ], [ -109.65396247192074, 40.799332063468015 ], [ -109.65372408239911, 40.799396843227946 ], [ -109.65330592115384, 40.799558614173115 ], [ -109.65277754494242, 40.799894756172492 ], [ -109.6523926552334, 40.800169514590962 ], [ -109.65226019493934, 40.800271561344715 ], [ -109.65206711056243, 40.800440461003959 ], [ -109.65187284060238, 40.800667899660951 ], [ -109.65167784020554, 40.80093136216648 ], [ -109.65152796573999, 40.801307954055531 ], [ -109.65147627614917, 40.80181180797608 ], [ -109.65148402573543, 40.801956029442785 ], [ -109.65149797484108, 40.802145364270217 ], [ -109.65150226012337, 40.80228504114433 ], [ -109.65147454563819, 40.80242434396996 ], [ -109.65141820450093, 40.802630873496192 ], [ -109.65125957221072, 40.803146989295591 ], [ -109.65108452716925, 40.803595351586999 ], [ -109.65084821294747, 40.804142087005111 ], [ -109.650772722486, 40.804357400373164 ], [ -109.65064863708655, 40.804630698446836 ], [ -109.65051807716797, 40.804930945159811 ], [ -109.65033536699877, 40.80517202846741 ], [ -109.6500757980981, 40.805403203964133 ], [ -109.64972651334074, 40.805673865598571 ], [ -109.64932277599588, 40.805998838487682 ], [ -109.64887166144246, 40.806321453426293 ], [ -109.64846930485757, 40.806577977328239 ], [ -109.64806165872054, 40.806802909216586 ], [ -109.64793009255405, 40.806859920429375 ], [ -109.64742233608956, 40.807052148085937 ], [ -109.647089823814, 40.807079777645512 ], [ -109.64685906050825, 40.807117607917725 ], [ -109.64664332102588, 40.8071745311331 ], [ -109.64645861319404, 40.807279561336465 ], [ -109.64621689775366, 40.807447880268406 ], [ -109.6459458192324, 40.807660894884684 ], [ -109.64538422931876, 40.808167767484868 ], [ -109.64516183880949, 40.808318294739806 ], [ -109.64487370709975, 40.808495073832582 ], [ -109.6445925999836, 40.808617885729653 ], [ -109.64435416839304, 40.808682645354075 ], [ -109.64359866975875, 40.808813391393073 ], [ -109.642830948355, 40.808962005003146 ], [ -109.64201700562106, 40.809051516329539 ], [ -109.64002631252832, 40.809289302355175 ], [ -109.63869381411024, 40.809516806451548 ], [ -109.63765919800005, 40.809671243923241 ], [ -109.63661069626356, 40.809924597743155 ], [ -109.63600659840253, 40.810129148395959 ], [ -109.63564229849452, 40.810318515858583 ], [ -109.63526894682806, 40.810602360735203 ], [ -109.63516561112718, 40.810727252425956 ], [ -109.63510968778806, 40.810852704991149 ], [ -109.63508755187272, 40.811065035607349 ], [ -109.63510010956047, 40.811609276874378 ], [ -109.6350540081459, 40.811833935320784 ], [ -109.63492447105513, 40.812080126846297 ], [ -109.63469809277579, 40.812423361011305 ], [ -109.6344401022175, 40.812862607751725 ], [ -109.63408637404451, 40.813344860274363 ], [ -109.63392163881593, 40.813572617507582 ], [ -109.63368300834581, 40.813934621582547 ], [ -109.63346224834173, 40.814292332751187 ], [ -109.6327750344372, 40.815135460196181 ], [ -109.63261130737544, 40.815313682578903 ], [ -109.63241740800699, 40.815517670659972 ], [ -109.6322184684268, 40.815678359526629 ], [ -109.6319604611232, 40.815828438600398 ], [ -109.63156622324891, 40.815972397048967 ], [ -109.63137690966653, 40.815953035664968 ], [ -109.63080996967108, 40.815846317529093 ], [ -109.6302560713056, 40.815682099320384 ], [ -109.62953307330017, 40.815380747428115 ], [ -109.6287656337079, 40.81493473238357 ], [ -109.62828898374231, 40.814762414814091 ], [ -109.62784067172912, 40.814653489394829 ], [ -109.62763462184006, 40.814583477176292 ], [ -109.62732855769671, 40.814476241947844 ], [ -109.62708852590333, 40.81432925513279 ], [ -109.62674996715114, 40.814072997192582 ], [ -109.6264823472798, 40.813826591065038 ], [ -109.62623695027185, 40.813652514151471 ], [ -109.6261140664372, 40.813574481440533 ], [ -109.62568631182415, 40.813389223237358 ], [ -109.62503875765339, 40.813111262377795 ], [ -109.62459713316647, 40.81296637149859 ], [ -109.62407225712452, 40.81283399821293 ], [ -109.62365257525482, 40.81277494285365 ], [ -109.6234750524043, 40.812759312466675 ], [ -109.62217182339536, 40.812712225737343 ], [ -109.62144904244106, 40.812690078463135 ], [ -109.62117132558204, 40.812646222716381 ], [ -109.62088194219113, 40.812593218681457 ], [ -109.62066321342455, 40.812563579123442 ], [ -109.62026575066731, 40.812576842300324 ], [ -109.61993187648881, 40.812668334913248 ], [ -109.61975157361474, 40.812786886922964 ], [ -109.61955792306516, 40.812977344089823 ], [ -109.61889036590044, 40.813722434743028 ], [ -109.61818715767004, 40.814470697594693 ], [ -109.61756266654255, 40.81513882609606 ], [ -109.61719813645685, 40.81562089662615 ], [ -109.61695220242748, 40.815987282070331 ], [ -109.61657340736009, 40.81652773239675 ], [ -109.61623222754517, 40.816969543109678 ], [ -109.61593203514127, 40.817150608554847 ], [ -109.61563137297527, 40.817354187912265 ], [ -109.61539082319284, 40.817517951396376 ], [ -109.61492384817672, 40.818021305080045 ], [ -109.61468404379258, 40.818149043461986 ], [ -109.61454696873736, 40.818183429773015 ], [ -109.61429821398758, 40.818171433749264 ], [ -109.61407975144839, 40.818128272660822 ], [ -109.61392639449419, 40.818090397533211 ], [ -109.61318341487983, 40.817896800965919 ], [ -109.61251749262358, 40.817704126484749 ], [ -109.61181638708526, 40.817493008509132 ], [ -109.61083832806985, 40.817201081466671 ], [ -109.60980699060967, 40.816905801644893 ], [ -109.60852431932246, 40.816439029079746 ], [ -109.6077872828663, 40.816246370332138 ], [ -109.60726777857889, 40.81614100988611 ], [ -109.60651147934591, 40.816019274696593 ], [ -109.60587202532648, 40.81598001994103 ], [ -109.6052683226423, 40.815932185770194 ], [ -109.60483023975223, 40.815845815036973 ], [ -109.60467789029384, 40.815816947956399 ], [ -109.60443453009924, 40.815774368289297 ], [ -109.60362860996352, 40.815588056159292 ], [ -109.60303794306775, 40.815427766461134 ], [ -109.60249531266328, 40.815295080098743 ], [ -109.6022543455593, 40.815251624018295 ], [ -109.60172651689273, 40.815204690655442 ], [ -109.60141182383506, 40.815227900133003 ], [ -109.60087669985634, 40.815302484218464 ], [ -109.60032426729653, 40.815354335473252 ], [ -109.5996466112078, 40.815440696537145 ], [ -109.59915759177132, 40.815577988398637 ], [ -109.59844093929908, 40.815826915947817 ], [ -109.59749518702701, 40.81625681965955 ], [ -109.59667464929579, 40.816652206350227 ], [ -109.59591299255025, 40.817066320093019 ], [ -109.59554731266638, 40.817201494476606 ], [ -109.5952498649746, 40.817305970175198 ], [ -109.59497503428416, 40.817406216514975 ], [ -109.59456464024889, 40.817468778129538 ], [ -109.59439830172407, 40.81748476766569 ], [ -109.59391754244831, 40.817510437050437 ], [ -109.59340629125742, 40.817576269187008 ], [ -109.59290010972047, 40.817682697449762 ], [ -109.59242844207246, 40.817839089308428 ], [ -109.59231468453746, 40.817891749911986 ], [ -109.59215284336396, 40.817975352006691 ], [ -109.59186979261698, 40.818183588054154 ], [ -109.59154727151788, 40.818576007977846 ], [ -109.59107437467297, 40.819070183771828 ], [ -109.59073863799995, 40.819246245035146 ], [ -109.59038559453911, 40.819399573521899 ], [ -109.59002395195414, 40.819678909483599 ], [ -109.589608292948, 40.819989112271884 ], [ -109.58918167461617, 40.82031269167021 ], [ -109.58884627792933, 40.820695938199627 ], [ -109.58825088273348, 40.821373269840841 ], [ -109.58800480834604, 40.821793639414608 ], [ -109.58794133119176, 40.821991040922498 ], [ -109.58777126393433, 40.822741136496603 ], [ -109.58775128412289, 40.822844485192569 ], [ -109.58764899144744, 40.823194549195932 ], [ -109.58739707418086, 40.823610341707209 ], [ -109.58730538867906, 40.823739836506462 ], [ -109.58704285439597, 40.824096945439763 ], [ -109.58687955758082, 40.824248082958242 ], [ -109.58675345135609, 40.8243231069522 ], [ -109.58653999768997, 40.82437904429991 ], [ -109.58612186630452, 40.824468505097137 ], [ -109.58526253787109, 40.82472821221829 ], [ -109.58432088513246, 40.824955374190878 ], [ -109.58357441134814, 40.824982242844492 ], [ -109.58291457771769, 40.825005667019887 ], [ -109.5827008920791, 40.825016553843938 ], [ -109.58239938017726, 40.825030865015975 ], [ -109.58203506873683, 40.825098452083132 ], [ -109.58183849431853, 40.825141076022106 ], [ -109.58162977632767, 40.825197062465179 ], [ -109.5811402657106, 40.825352287403064 ], [ -109.58069364904441, 40.825442278867897 ], [ -109.5805454551576, 40.825440455344655 ], [ -109.58038034236625, 40.825397886935434 ], [ -109.57981859935965, 40.825047763345978 ], [ -109.57942901504592, 40.824688046794726 ], [ -109.57903496838281, 40.824259812345041 ], [ -109.57888189483243, 40.823986782575872 ], [ -109.57851859671963, 40.823451728684496 ], [ -109.57823343539019, 40.823200491313031 ], [ -109.57777304798348, 40.822825483460903 ], [ -109.57731228081343, 40.82246848530184 ], [ -109.5766912849073, 40.822118516483378 ], [ -109.57604591167356, 40.821799771785706 ], [ -109.5755517662614, 40.821618012676346 ], [ -109.57496794170068, 40.821471176049187 ], [ -109.57428957113771, 40.821309655796455 ], [ -109.57411290738715, 40.821253423515202 ], [ -109.57393634040142, 40.821192688106272 ], [ -109.57368941730671, 40.821095050076558 ], [ -109.57339098230061, 40.820911197435983 ], [ -109.57286630667984, 40.820494838451729 ], [ -109.57222656906315, 40.819914907005362 ], [ -109.57158052891027, 40.81935291017659 ], [ -109.57136049426393, 40.819107867134164 ], [ -109.5712970541075, 40.819025107619559 ], [ -109.57101599828947, 40.818584732949844 ], [ -109.57070579406388, 40.818121476142601 ], [ -109.5705168714376, 40.817808355317744 ], [ -109.57046330523448, 40.817541952225866 ], [ -109.57044230427164, 40.817415578407349 ], [ -109.57037884354824, 40.817113020193446 ], [ -109.57039015975278, 40.816806884622977 ], [ -109.57046707381765, 40.816261946166101 ], [ -109.57058807603445, 40.81587249348685 ], [ -109.57070890278774, 40.815491145778864 ], [ -109.5707536769864, 40.815338562587208 ], [ -109.57085916885585, 40.815119170757001 ], [ -109.57113962907403, 40.814757816353584 ], [ -109.57147622843598, 40.814266538759767 ], [ -109.57169090833921, 40.813931392674093 ], [ -109.57179008177437, 40.813729937921529 ], [ -109.57184174463892, 40.813532398944766 ], [ -109.57176624318242, 40.8134593992392 ], [ -109.57158844320908, 40.813457197756648 ], [ -109.57130125816032, 40.813579754960692 ], [ -109.57078247926017, 40.813996710187972 ], [ -109.57067415530588, 40.814071937039614 ], [ -109.5695458097108, 40.814715543148459 ], [ -109.56855487992942, 40.815032947987724 ], [ -109.56756504522845, 40.815299011607799 ], [ -109.56656410527647, 40.815529797051241 ], [ -109.56549679906618, 40.815813797152153 ], [ -109.56473319156454, 40.816034906379237 ], [ -109.56436236591941, 40.81618613220698 ], [ -109.56401470238272, 40.816362867871533 ], [ -109.56313936565924, 40.816815885572865 ], [ -109.56221835158095, 40.817187254263864 ], [ -109.56132735159957, 40.817540973652676 ], [ -109.56071742423063, 40.81778198885582 ], [ -109.56022803930269, 40.81793172192252 ], [ -109.55988210909469, 40.818027393682918 ], [ -109.5595303677774, 40.818117586971411 ], [ -109.55847016666442, 40.818343958462307 ], [ -109.55748131776049, 40.818560402739493 ], [ -109.55652032129527, 40.818859160759992 ], [ -109.55584508850986, 40.819102936024898 ], [ -109.55525488297988, 40.819253187217086 ], [ -109.55512370412744, 40.819287576582106 ], [ -109.5549387898931, 40.819339308848427 ], [ -109.55458052160392, 40.819456429490089 ], [ -109.55434040425945, 40.819593045999795 ], [ -109.5540758926373, 40.819760884571622 ], [ -109.55395975518582, 40.819921574520578 ], [ -109.5539400761451, 40.820281651746249 ], [ -109.55395752533285, 40.820570129610644 ], [ -109.55393784598587, 40.820930206793193 ], [ -109.55383850979128, 40.821136147682878 ], [ -109.55377000302445, 40.82128752562177 ], [ -109.55360049653555, 40.821448446831965 ], [ -109.55339057417474, 40.821559316415566 ], [ -109.55303240868849, 40.821671028572894 ], [ -109.55210938030426, 40.821856723673612 ], [ -109.55158618532998, 40.821923120892116 ], [ -109.55085633518503, 40.821949986544681 ], [ -109.54997869272768, 40.821956973658089 ], [ -109.54861995212431, 40.8220029422355 ], [ -109.54777027610643, 40.82208683319022 ], [ -109.54761579113324, 40.82210200354529 ], [ -109.54637352934122, 40.822243997104756 ], [ -109.54527775490058, 40.822465294312664 ], [ -109.54419355255422, 40.82269933843893 ], [ -109.54285812356977, 40.823033792027424 ], [ -109.54149245225527, 40.823394871942291 ], [ -109.54049535761025, 40.823711055270635 ], [ -109.53977437719686, 40.823927132651846 ], [ -109.5396476272299, 40.823975072498961 ], [ -109.53936636609924, 40.82409312045278 ], [ -109.53916838597925, 40.824198710323785 ], [ -109.53899381891766, 40.824318108525439 ], [ -109.53848187026881, 40.824680954465087 ], [ -109.53795480369448, 40.82492199736712 ], [ -109.53755913028697, 40.825119663362088 ], [ -109.5371465623182, 40.825276577364164 ], [ -109.53645785568031, 40.825587627958377 ], [ -109.53629039608063, 40.825653063704962 ], [ -109.53569198379336, 40.825902198872441 ], [ -109.53489537595217, 40.826265918687362 ], [ -109.53393990074414, 40.826573565397162 ], [ -109.53315949751219, 40.826739301388734 ], [ -109.53206806634198, 40.827027187354375 ], [ -109.53105931695266, 40.827329628020514 ], [ -109.53029045551487, 40.827509003593605 ], [ -109.52953503747783, 40.827616480814633 ], [ -109.52900746198344, 40.827609753980731 ], [ -109.52865239047976, 40.827578201077806 ], [ -109.52848789604366, 40.827562590588904 ], [ -109.52794996903441, 40.827434117890164 ], [ -109.52745029079364, 40.827238570447911 ], [ -109.52656870058109, 40.826885005763863 ], [ -109.52579531465338, 40.826465256779287 ], [ -109.52513949406551, 40.826092046256406 ], [ -109.52467689741587, 40.825829400415451 ], [ -109.52426725367577, 40.82558544634589 ], [ -109.5241453695488, 40.825466781985398 ], [ -109.52404789518727, 40.825316901581964 ], [ -109.52398478852956, 40.825221509311518 ], [ -109.52391775159461, 40.825035985981081 ], [ -109.52389011089565, 40.824945551535841 ], [ -109.52384275445887, 40.824674703306449 ], [ -109.52379186755246, 40.824295712977211 ], [ -109.52374894142227, 40.824092481940461 ], [ -109.52373375545247, 40.823975182619712 ], [ -109.52365801312177, 40.823433728732503 ], [ -109.52359768307923, 40.822892472021998 ], [ -109.52351492990471, 40.822346424183138 ], [ -109.52343560830522, 40.821913021137064 ], [ -109.52333337770916, 40.821443292429677 ], [ -109.52320514216173, 40.821076823575638 ], [ -109.52299542595007, 40.820641750684764 ], [ -109.52277315871609, 40.820238044939657 ], [ -109.52236692350877, 40.81957525201728 ], [ -109.52200791247427, 40.818922070797299 ], [ -109.52175269427075, 40.818400835764123 ], [ -109.52141972990857, 40.817910131907148 ], [ -109.52117317328494, 40.817533135886187 ], [ -109.52094269948883, 40.817232914246368 ], [ -109.52079752897095, 40.817095931532421 ], [ -109.52034544134753, 40.816630721169147 ], [ -109.52004435334601, 40.816307071709822 ], [ -109.51976094840491, 40.815988152416075 ], [ -109.51937306796982, 40.815568802542721 ], [ -109.518979466014, 40.815140369814841 ], [ -109.5185460857264, 40.814634856160481 ], [ -109.51825606694305, 40.814347376503584 ], [ -109.517942745223, 40.814041580553393 ], [ -109.51747864441724, 40.813585212640334 ], [ -109.51703355082074, 40.813020990168177 ], [ -109.51681442594801, 40.812851523362603 ], [ -109.51646407293032, 40.812558759373324 ], [ -109.516114607254, 40.812279517864148 ], [ -109.51557218341999, 40.811880687284585 ], [ -109.51508087462494, 40.811635649633324 ], [ -109.51447449821296, 40.811393632182977 ], [ -109.51390446745279, 40.81117009596359 ], [ -109.51369965956647, 40.81105035217076 ], [ -109.51356536483456, 40.81095854090421 ], [ -109.51331636470665, 40.81069409757832 ], [ -109.51327729343906, 40.810585496977744 ], [ -109.5132174326198, 40.810346011139572 ], [ -109.51322868676608, 40.810107441848594 ], [ -109.51326455027981, 40.809828653318789 ], [ -109.51329679475226, 40.809711963728475 ], [ -109.51339885053234, 40.809388987745351 ], [ -109.51374026400202, 40.808699764063135 ], [ -109.51393251300333, 40.808319396951298 ], [ -109.51396234588833, 40.808045034463966 ], [ -109.5139610414311, 40.807837831541605 ], [ -109.51393171450221, 40.807558202883286 ], [ -109.51385568339164, 40.807246444206449 ], [ -109.51367861327701, 40.806681157066592 ], [ -109.51346920673419, 40.805971323416053 ], [ -109.51336124251939, 40.805497007139394 ], [ -109.51329455906584, 40.805032230844347 ], [ -109.51326210411534, 40.804627349053384 ], [ -109.51327740061704, 40.80394203000688 ], [ -109.51330854387278, 40.803343392849889 ], [ -109.5132715908429, 40.802874495482484 ], [ -109.51304351829708, 40.802204956581711 ], [ -109.5129705072812, 40.802023853477422 ], [ -109.51283784515968, 40.801594258592303 ], [ -109.51280360472259, 40.801269525549912 ], [ -109.51275329731638, 40.800868016483321 ], [ -109.51277206962168, 40.800292640767566 ], [ -109.51274599240141, 40.799602283888575 ], [ -109.51262820240044, 40.799037758788117 ], [ -109.51253170219381, 40.798581605292128 ], [ -109.5124916397355, 40.798252292891469 ], [ -109.51247759040706, 40.797819722664457 ], [ -109.51243461304246, 40.797620990163352 ], [ -109.51230908693034, 40.797403176939369 ], [ -109.51224178521336, 40.797285203636591 ], [ -109.51192889301321, 40.796911835714447 ], [ -109.51165876488437, 40.796534514598896 ], [ -109.51156266700748, 40.796326088307808 ], [ -109.51147390300925, 40.796054699804529 ], [ -109.51145221509803, 40.795964338887828 ], [ -109.51146146983262, 40.795550085314794 ], [ -109.51141629392974, 40.795184673995621 ], [ -109.51138446675398, 40.795017613295741 ], [ -109.51136579720028, 40.794792169652212 ], [ -109.51140617482591, 40.794576496025179 ], [ -109.51147988807166, 40.794460341711151 ], [ -109.51155962644576, 40.794339761027338 ], [ -109.51165081181311, 40.79423734418593 ], [ -109.51180867805799, 40.794068226623146 ], [ -109.51188811367496, 40.793961153961163 ], [ -109.51208454357102, 40.793657411759185 ], [ -109.51214972293157, 40.793392513074551 ], [ -109.51215767996101, 40.793248485896072 ], [ -109.51215093650093, 40.793072740731859 ], [ -109.51213537428278, 40.79297345078848 ], [ -109.51209923017183, 40.792734269642594 ], [ -109.51206078117784, 40.792332912704587 ], [ -109.51208498963197, 40.792044965281903 ], [ -109.51214996615242, 40.791789072019327 ], [ -109.51230512358187, 40.791210049499547 ], [ -109.51246620264901, 40.790631103057244 ], [ -109.51262878138738, 40.790250354237799 ], [ -109.51267266434698, 40.790142822578723 ], [ -109.51278233886833, 40.790008213876789 ], [ -109.51305665381589, 40.789665838025194 ], [ -109.51331773298435, 40.789119707438203 ], [ -109.51339234219145, 40.788697287234193 ], [ -109.51335240047393, 40.788362571295849 ], [ -109.51334605607362, 40.788115667039527 ], [ -109.51339837152906, 40.787895642204454 ], [ -109.51347900212834, 40.787734534965125 ], [ -109.51363202830387, 40.787515807604748 ], [ -109.51378987316434, 40.787346686775763 ], [ -109.51414462041626, 40.787117044947493 ], [ -109.5145153312627, 40.786968680661971 ], [ -109.51479667658874, 40.786841685081619 ], [ -109.51500713184242, 40.786704768241215 ], [ -109.51516949104747, 40.786598760452044 ], [ -109.51545735946056, 40.786444822818943 ], [ -109.51566650851171, 40.786366440757412 ], [ -109.51634536519029, 40.786217530600844 ], [ -109.51690533645397, 40.78608510446724 ], [ -109.51722390374982, 40.785936061077187 ], [ -109.51737995001086, 40.785793936496425 ], [ -109.51749419466108, 40.785453095766243 ], [ -109.51746928164771, 40.785241084643971 ], [ -109.51732857863939, 40.784640236016386 ], [ -109.5171560547697, 40.784138067607152 ], [ -109.51714771286407, 40.783980318134311 ], [ -109.51724398337271, 40.783648254653748 ], [ -109.51739901058325, 40.783338565655335 ], [ -109.5175333207591, 40.783161029746452 ], [ -109.51769646827844, 40.783018995887986 ], [ -109.51803913114199, 40.782798194624554 ], [ -109.51819495159775, 40.782719122848377 ], [ -109.51848209570623, 40.782596696619819 ], [ -109.51864353876309, 40.782531208628953 ], [ -109.51879333407055, 40.782456562739462 ], [ -109.51886199720735, 40.782299801928417 ], [ -109.51880003752805, 40.782154876362739 ], [ -109.51873125388434, 40.782050399747156 ], [ -109.51850564816007, 40.781750234602256 ], [ -109.518426202727, 40.781645620894629 ], [ -109.518057796722, 40.781158954263809 ], [ -109.51790476552037, 40.780846207901099 ], [ -109.51779229987328, 40.780574519082968 ], [ -109.51762272197986, 40.780206610129575 ], [ -109.51747599893088, 40.779876828761061 ], [ -109.51717217229756, 40.779151372624213 ], [ -109.51702937392837, 40.778911722456677 ], [ -109.51681179582815, 40.778571120494064 ], [ -109.51665064869616, 40.778357357562491 ], [ -109.51632525119211, 40.778069417237148 ], [ -109.51606431176921, 40.777813833537891 ], [ -109.51568861685085, 40.777390122423711 ], [ -109.51548902076554, 40.777040741133106 ], [ -109.51541602857131, 40.776859639173878 ], [ -109.51537817519541, 40.776697005602102 ], [ -109.51536281177363, 40.776588710245441 ], [ -109.51535929485645, 40.776480567324334 ], [ -109.51535607873437, 40.776358916063209 ], [ -109.51536460877217, 40.776241920016595 ], [ -109.51537255725987, 40.776151040088152 ], [ -109.51531170433387, 40.775637693884384 ], [ -109.5152268619205, 40.775243847166493 ], [ -109.51511045278566, 40.774671232912873 ], [ -109.51506064673508, 40.774194061207744 ], [ -109.51497702949858, 40.7736921322848 ], [ -109.51489308625081, 40.772938871862451 ], [ -109.51476545948644, 40.772338187439907 ], [ -109.51461388603805, 40.771908349301704 ], [ -109.51453558044389, 40.771700153829478 ], [ -109.51451027947392, 40.77150615295669 ], [ -109.51452573590696, 40.77134420533055 ], [ -109.51458987816426, 40.7711243315457 ], [ -109.51462782172247, 40.771016722273508 ], [ -109.5147497605338, 40.770595809938406 ], [ -109.51485647670142, 40.770060298018919 ], [ -109.51487925831003, 40.769835387551645 ], [ -109.51480205716352, 40.769577661596031 ], [ -109.51472445546246, 40.769337946722324 ], [ -109.51469694842622, 40.769243007060197 ], [ -109.51466100597474, 40.768994820259785 ], [ -109.51471862107618, 40.768801886730039 ], [ -109.5147869778727, 40.768658636259623 ], [ -109.51485089715845, 40.768501816400402 ], [ -109.51520755383379, 40.767862323835146 ], [ -109.51549384550164, 40.767456136733166 ], [ -109.51555615841893, 40.767371360991383 ], [ -109.51587484531599, 40.766893524442523 ], [ -109.5159562445665, 40.766696392054023 ], [ -109.51601997646689, 40.766494528296505 ], [ -109.51604777327793, 40.766310218641735 ], [ -109.51599918096038, 40.766097902050141 ], [ -109.51580945591313, 40.765838729323384 ], [ -109.51564010445333, 40.765462712365121 ], [ -109.51558890856417, 40.765367468106021 ], [ -109.51552074781337, 40.765235972938356 ], [ -109.51530442274144, 40.764841334796849 ], [ -109.51524750605726, 40.764737008612251 ], [ -109.51510626760493, 40.76442891375747 ], [ -109.51507394232068, 40.764284367248216 ], [ -109.51508789161782, 40.764189961122995 ], [ -109.51526644012152, 40.763620240806453 ], [ -109.51544157828559, 40.763203614963139 ], [ -109.51557679129118, 40.762930605727455 ], [ -109.51562494073188, 40.762683500787965 ], [ -109.5156166036124, 40.762525750745191 ], [ -109.51550347459032, 40.762285579092946 ], [ -109.5154231724354, 40.762167439849186 ], [ -109.51532068598692, 40.761981453900468 ], [ -109.51528153738275, 40.761877356319168 ], [ -109.51526085619284, 40.761741967796866 ], [ -109.5152722900342, 40.761494390507544 ], [ -109.51531765163112, 40.761319315055196 ], [ -109.51529836417801, 40.760855146567422 ], [ -109.51522488781788, 40.760696558268599 ], [ -109.51516215300289, 40.760587653039693 ], [ -109.51501139310264, 40.760441582296622 ], [ -109.51491262691454, 40.7603547336143 ], [ -109.51427326284146, 40.75980601308634 ], [ -109.51407430207423, 40.759217920476601 ], [ -109.51406468418716, 40.759064657839723 ], [ -109.51408656100966, 40.75888027220882 ], [ -109.51413876797024, 40.758663847749013 ], [ -109.51427824920557, 40.758252169042365 ], [ -109.51437941188499, 40.757965210283139 ], [ -109.51465170312228, 40.757175096304266 ], [ -109.51475856340555, 40.756898119474826 ], [ -109.51501537483441, 40.756270853055568 ], [ -109.51507077218467, 40.756176980209609 ], [ -109.51520645446263, 40.755935505669719 ], [ -109.51531744827209, 40.755738754143046 ], [ -109.51546366909498, 40.755555967974693 ], [ -109.51595281449994, 40.755134371976546 ], [ -109.51613948013275, 40.754997145937942 ], [ -109.51629111773836, 40.754836948766531 ], [ -109.51625085621372, 40.754516640981862 ], [ -109.51609458647981, 40.754352484369612 ], [ -109.51537819252444, 40.753807283108145 ], [ -109.51472734401182, 40.753244904761154 ], [ -109.51436523760981, 40.752749297831777 ], [ -109.51413521058596, 40.752440058146689 ], [ -109.51400785436066, 40.752307799615281 ], [ -109.5139207428241, 40.752230108290021 ], [ -109.51375216061751, 40.75208740954038 ], [ -109.51353125258326, 40.751900797257882 ], [ -109.51322235301468, 40.751676117326369 ], [ -109.51285354310508, 40.751482193074303 ], [ -109.51252377348706, 40.751396868998818 ], [ -109.51227760123879, 40.751281093216477 ], [ -109.51206193829046, 40.751125173541503 ], [ -109.51193348422761, 40.751042443521932 ], [ -109.51177512446445, 40.750972839924074 ], [ -109.51097971384118, 40.750786919206909 ], [ -109.50958228484772, 40.750507641147209 ], [ -109.50863223878108, 40.750351235479187 ], [ -109.50820824959173, 40.750242160893436 ], [ -109.50758325431285, 40.750116972954793 ], [ -109.5072769805963, 40.750040945973318 ], [ -109.50693578690297, 40.749937441834824 ], [ -109.50650761561987, 40.749750836617913 ], [ -109.50616169314262, 40.749594120774759 ], [ -109.50579782843585, 40.749445278921186 ], [ -109.5055860910596, 40.749379479743517 ], [ -109.5054155979781, 40.749323222564669 ], [ -109.50482755391215, 40.749135441124821 ], [ -109.50449760496043, 40.749059100014527 ], [ -109.50432660910398, 40.749025355145456 ], [ -109.5040377028816, 40.748967561042463 ], [ -109.50377258113403, 40.748905570534546 ], [ -109.50342509451367, 40.748819089971548 ], [ -109.50328378433947, 40.748782125295307 ], [ -109.50312946890678, 40.748744090925285 ], [ -109.50274251099673, 40.748621964411235 ], [ -109.50237896259829, 40.748459603652741 ], [ -109.50224420100396, 40.748394797364469 ], [ -109.50162909827074, 40.748094046301098 ], [ -109.5011806892781, 40.747754920476403 ], [ -109.50066703674287, 40.747420350103596 ], [ -109.50025296675146, 40.747134815066872 ], [ -109.49622036396758, 40.745798668998773 ], [ -109.49342153855694, 40.743856933160437 ], [ -109.4851356017775, 40.740510018107564 ], [ -109.48492983396071, 40.74044425949949 ], [ -109.48474733753221, 40.740396822446407 ], [ -109.48460546327804, 40.740385951256862 ], [ -109.48433202138671, 40.740431905020507 ], [ -109.48421280456228, 40.740466371800345 ], [ -109.4742276658162, 40.743883996432146 ], [ -109.47198245080249, 40.746245953636674 ], [ -109.47134002398008, 40.749989340655539 ], [ -109.47131906434856, 40.750128689315027 ], [ -109.47127735108558, 40.750398381191339 ], [ -109.47124537473256, 40.750501551275235 ], [ -109.4712057239077, 40.750681188939133 ], [ -109.47117261261059, 40.750833888780114 ], [ -109.47116425711674, 40.751198608101276 ], [ -109.47113572526015, 40.751409921555314 ], [ -109.47107663959176, 40.751662267636121 ], [ -109.47099832466714, 40.752236850539575 ], [ -109.47094208401624, 40.752623455592172 ], [ -109.47083981582909, 40.752950897682361 ], [ -109.4707498014516, 40.753260485770767 ], [ -109.47072987127606, 40.753354807157159 ], [ -109.47070849632159, 40.753512166404455 ], [ -109.47063145790027, 40.75377238154767 ], [ -109.4706056552733, 40.75391616986218 ], [ -109.47048443563811, 40.754243360360441 ], [ -109.47042908111649, 40.754332708033878 ], [ -109.47034931929333, 40.754453260624295 ], [ -109.47023320436008, 40.7546093637769 ], [ -109.47010473031941, 40.754787823296773 ], [ -109.47003171449934, 40.754872432527293 ], [ -109.46991611433934, 40.755006021813358 ], [ -109.46978362453194, 40.755152899209158 ], [ -109.46955412932516, 40.755293985777364 ], [ -109.46929579803214, 40.755452705632386 ], [ -109.46877527717042, 40.755680010972029 ], [ -109.46837607240711, 40.755782810371478 ], [ -109.46815023737182, 40.755815845014141 ], [ -109.46767436454597, 40.755904111909587 ], [ -109.46747854885589, 40.755919527604796 ], [ -109.4666277942268, 40.755876696580096 ], [ -109.46585366127957, 40.755798845494731 ], [ -109.46529130392184, 40.755732814289502 ], [ -109.46477158071849, 40.755667347604941 ], [ -109.46433361597309, 40.755652511481493 ], [ -109.46361070625372, 40.755665408446013 ], [ -109.46284520665569, 40.75572727826431 ], [ -109.46229307826263, 40.755782978562294 ], [ -109.46136219667765, 40.755824618157312 ], [ -109.46095843012426, 40.755867877296353 ], [ -109.46071511867385, 40.755888052865863 ], [ -109.46047868416318, 40.755866882254928 ], [ -109.46008435061511, 40.755758026709074 ], [ -109.45997211780089, 40.755693471882161 ], [ -109.45977004952913, 40.755569164941036 ], [ -109.45930400515084, 40.755180097299537 ], [ -109.45899714967936, 40.75487422708688 ], [ -109.45875189326283, 40.754722317169424 ], [ -109.45835372892626, 40.754523323206392 ], [ -109.45808956741313, 40.754420704044904 ], [ -109.45790757377547, 40.754350710916832 ], [ -109.45772568459937, 40.754276214831023 ], [ -109.45742683125791, 40.754137097915695 ], [ -109.45722217502775, 40.754022660874753 ], [ -109.45705807156777, 40.753947500727286 ], [ -109.45666365107053, 40.753843136434973 ], [ -109.45633207175663, 40.753838701001051 ], [ -109.45602843082753, 40.753906703534803 ], [ -109.45589577094219, 40.754008521918713 ], [ -109.455733505247, 40.754109943925734 ], [ -109.45536887971494, 40.754253697657731 ], [ -109.45487994675162, 40.754445330457024 ], [ -109.45407733828212, 40.754830937967284 ], [ -109.45369254190139, 40.755078009618096 ], [ -109.45343932923592, 40.755218746117471 ], [ -109.45311433057933, 40.755390048161161 ], [ -109.45294223440088, 40.755455301869866 ], [ -109.45229160235475, 40.755671779857018 ], [ -109.45187408800514, 40.755796796742835 ], [ -109.45175451431803, 40.75584473708323 ], [ -109.45148492427774, 40.755976241359491 ], [ -109.45098541274338, 40.756316349632392 ], [ -109.45087768003818, 40.756364448012746 ], [ -109.45068008255024, 40.75645638032379 ], [ -109.45040393922217, 40.756614818427686 ], [ -109.44984834269545, 40.756819046569476 ], [ -109.44915749439612, 40.756980917664343 ], [ -109.44898493882499, 40.75701463079745 ], [ -109.44874122253243, 40.75705189105966 ], [ -109.44841450272422, 40.757092538749546 ], [ -109.44802306689483, 40.75711429882292 ], [ -109.44745514360113, 40.757084138318326 ], [ -109.44697685817657, 40.757020049845153 ], [ -109.44668736372283, 40.756988227855828 ], [ -109.4465099340845, 40.756976831042287 ], [ -109.44620234060709, 40.756959177158286 ], [ -109.44599056758072, 40.756947317067201 ], [ -109.44539662341531, 40.756966340663773 ], [ -109.44516537773281, 40.756976737007172 ], [ -109.44477436169835, 40.756980475461525 ], [ -109.4437626591104, 40.756930802241762 ], [ -109.44327742795751, 40.756910744566305 ], [ -109.44230125567775, 40.756861537887502 ], [ -109.44192323967249, 40.756815897506357 ], [ -109.44158031016556, 40.756789646835607 ], [ -109.44097096566475, 40.756757994157766 ], [ -109.44049305299211, 40.756729015537907 ], [ -109.44004735241798, 40.75674100697946 ], [ -109.43943525006215, 40.756827315283026 ], [ -109.43841807522308, 40.757011732296647 ], [ -109.43801997849982, 40.7570648966717 ], [ -109.43756869495614, 40.757112835416685 ], [ -109.43738979061121, 40.757164461436652 ], [ -109.43718054118479, 40.75724720458846 ], [ -109.43674958892611, 40.757489090021664 ], [ -109.4366273404071, 40.757600035179863 ], [ -109.4365373832961, 40.75769790558298 ], [ -109.43635820933004, 40.757912573247005 ], [ -109.43632072060466, 40.758046286145465 ], [ -109.43634726712968, 40.758177263586639 ], [ -109.43643546683406, 40.758457710410099 ], [ -109.4367550516793, 40.759227730474805 ], [ -109.43683288837013, 40.759444979757276 ], [ -109.43688175093941, 40.759634812124567 ], [ -109.43687774195541, 40.759805911987478 ], [ -109.43683175457906, 40.7599989634301 ], [ -109.43672486305758, 40.760263254607231 ], [ -109.43662970833284, 40.760532208753993 ], [ -109.4365751599607, 40.760837745477154 ], [ -109.43657643851064, 40.761035941274905 ], [ -109.43674966906742, 40.76147968589688 ], [ -109.43691190244593, 40.761887248813849 ], [ -109.43704198314494, 40.762150246176581 ], [ -109.43731768294435, 40.762518808956308 ], [ -109.437451036051, 40.762642224452975 ], [ -109.43797735443505, 40.762933106376501 ], [ -109.43882134927551, 40.763318365803066 ], [ -109.43945808795719, 40.763700816096865 ], [ -109.44014515687461, 40.76416051225624 ], [ -109.44073964202191, 40.764627961296142 ], [ -109.44099273673895, 40.764951169250828 ], [ -109.44111244745334, 40.765151865924324 ], [ -109.44114992383152, 40.76532262551914 ], [ -109.44109136369728, 40.765547037044101 ], [ -109.4409442877741, 40.765756740342731 ], [ -109.44081613501247, 40.765917154568577 ], [ -109.44074306999474, 40.766001744206044 ], [ -109.44050081703048, 40.766228176852543 ], [ -109.44021097475019, 40.766462973741241 ], [ -109.43981836833773, 40.766785560581937 ], [ -109.4391892713189, 40.767340959474623 ], [ -109.43866731252618, 40.767874383638677 ], [ -109.43820585115461, 40.768606802536738 ], [ -109.43803403641074, 40.768860306769199 ], [ -109.43786947159259, 40.76905715784892 ], [ -109.43763375291473, 40.769256648428254 ], [ -109.43747692282949, 40.769376133997106 ], [ -109.437021017737, 40.769617681674767 ], [ -109.43687116349878, 40.769692220403357 ], [ -109.43662602248911, 40.76978798807869 ], [ -109.43641493738328, 40.769947273451479 ], [ -109.43635372828643, 40.770031120065717 ], [ -109.43629850482657, 40.770112345339122 ], [ -109.43623547941507, 40.770273636919605 ], [ -109.43620967788981, 40.770363368201366 ], [ -109.43617002517648, 40.770538488670248 ], [ -109.43622463711284, 40.771039178307717 ], [ -109.43630691591706, 40.771522226660906 ], [ -109.43640648210736, 40.772127118504557 ], [ -109.43641239184744, 40.772329880753176 ], [ -109.4364177968807, 40.772604700918961 ], [ -109.43634367288585, 40.772986540401284 ], [ -109.4363045466867, 40.773139147736124 ], [ -109.43619604642782, 40.773470976656554 ], [ -109.43606723335786, 40.773658400612369 ], [ -109.43593873639834, 40.773832316560529 ], [ -109.43563456926624, 40.774170500298865 ], [ -109.43522431633967, 40.774484724224479 ], [ -109.43500105000395, 40.774657353730085 ], [ -109.43477325561848, 40.774820913272229 ], [ -109.43454139953869, 40.775056481969315 ], [ -109.43436371574838, 40.775356742759222 ], [ -109.43433050599118, 40.775458984321098 ], [ -109.43429063344043, 40.775643109068753 ], [ -109.43432712459142, 40.775855294378928 ], [ -109.43436467283706, 40.77597200827131 ], [ -109.4344042097775, 40.776104963696419 ], [ -109.434468857466, 40.776379686836613 ], [ -109.43447634763353, 40.776565355096835 ], [ -109.43447880288524, 40.776713121061185 ], [ -109.43444561416626, 40.776864907401098 ], [ -109.43436341255041, 40.777085390897042 ], [ -109.43429045367382, 40.777164572785018 ], [ -109.4341872024751, 40.777272169388198 ], [ -109.43388216412615, 40.777394142295634 ], [ -109.43306329389486, 40.777698306721703 ], [ -109.43276406888498, 40.777824859640553 ], [ -109.43244664989376, 40.777969180746808 ], [ -109.43211674791779, 40.778140355583133 ], [ -109.43182828521515, 40.778312993533078 ], [ -109.43129277531304, 40.77866063198109 ], [ -109.43105182105309, 40.778828509064304 ], [ -109.4305390207282, 40.779217889948633 ], [ -109.43007054021228, 40.779486262497549 ], [ -109.42957952955122, 40.779704781994027 ], [ -109.42923216013278, 40.779862198566818 ], [ -109.42906441933566, 40.779940086582968 ], [ -109.42870326936102, 40.780179287426741 ], [ -109.42805134123054, 40.780688371166377 ], [ -109.42759330659116, 40.781015428321425 ], [ -109.42714246573071, 40.781288533231184 ], [ -109.4269572621196, 40.781403113175365 ], [ -109.42678799010972, 40.781495389873889 ], [ -109.42621899258003, 40.781753367734773 ], [ -109.42558334366534, 40.782073489727694 ], [ -109.42484752110656, 40.78236972034847 ], [ -109.4242688969122, 40.782532972275469 ], [ -109.42357199107137, 40.78268649785371 ], [ -109.42289690137167, 40.782919588462754 ], [ -109.42269961312925, 40.782993459961368 ], [ -109.42252591213379, 40.783072157672642 ], [ -109.42232723763975, 40.783204562035472 ], [ -109.42205353560432, 40.783502589197127 ], [ -109.42178394237264, 40.783877240483633 ], [ -109.42128583437635, 40.78439289340551 ], [ -109.42112280222256, 40.784521279329411 ], [ -109.42097915192578, 40.784631914158375 ], [ -109.42056010793063, 40.784761299038962 ], [ -109.42021502830887, 40.784770086328628 ], [ -109.41965388842702, 40.784744384892399 ], [ -109.41910848106863, 40.784754928578444 ], [ -109.41863890661885, 40.784816053523592 ], [ -109.4180545367941, 40.784970187203889 ], [ -109.41739155225531, 40.785190799987099 ], [ -109.41675225842441, 40.785411734051486 ], [ -109.4165480697678, 40.785526036516444 ], [ -109.41634991116744, 40.785635917357403 ], [ -109.41596308538546, 40.785954897016929 ], [ -109.41549764055769, 40.786340356047425 ], [ -109.41495293143289, 40.786819308789198 ], [ -109.39432453126918, 40.791029060012299 ], [ -109.39449248209064, 40.858294982895465 ], [ -109.37568353803847, 40.858215358723733 ], [ -109.25913582086658, 40.858185842235883 ], [ -109.25067457572007, 40.85849017705975 ], [ -109.20236590389135, 40.858400302227679 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 29, \"properties\": { \"NAME\": \"ALPINE SCHOOL DISTRICT\", \"TOTENROLL\": 66044, \"Color4\": \"3\", \"Shape_Leng\": 423420.29003, \"Shape_Area\": 2027740791.1800001 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.65072244762415, 40.302240860669365 ], [ -111.65244008366112, 40.302204159112996 ], [ -111.65236428573449, 40.301664032447704 ], [ -111.65418780264596, 40.301626707879663 ], [ -111.65436742637802, 40.301950024490637 ], [ -111.65443017013229, 40.302355085119821 ], [ -111.65450633312365, 40.302931245195381 ], [ -111.65490630795279, 40.302919972460955 ], [ -111.65550640052986, 40.302916573877205 ], [ -111.65531516212157, 40.303827589707879 ], [ -111.65514597279731, 40.304585323320502 ], [ -111.65513507633004, 40.304675477326924 ], [ -111.65511302221702, 40.304828759122465 ], [ -111.65498208782392, 40.305892589508836 ], [ -111.65489473806417, 40.306595803770762 ], [ -111.65321220735864, 40.306623334554772 ], [ -111.65308302880437, 40.306651091547849 ], [ -111.65233122962363, 40.306790471574097 ], [ -111.65208359860651, 40.306737812260479 ], [ -111.65196462739942, 40.306603344369719 ], [ -111.64812835629122, 40.306606881709953 ], [ -111.64814287904588, 40.306895095670868 ], [ -111.64828611437439, 40.312029551150566 ], [ -111.64353119273348, 40.311993034971813 ], [ -111.6388351991713, 40.311965007148736 ], [ -111.63881429445642, 40.312244408509834 ], [ -111.63882497025482, 40.315875065340585 ], [ -111.63870728217354, 40.315875715181186 ], [ -111.6370831015911, 40.315875662004395 ], [ -111.61989985420173, 40.315887933799395 ], [ -111.6199094375504, 40.31950958891764 ], [ -111.62026260443207, 40.31951670504052 ], [ -111.62026565492681, 40.319850029710018 ], [ -111.62463281595375, 40.319898604701933 ], [ -111.62463908489556, 40.32313287826662 ], [ -111.62500395799077, 40.32313090744514 ], [ -111.6251594624825, 40.323400343455333 ], [ -111.62518333521618, 40.323436251276071 ], [ -111.626080329038, 40.324971974591008 ], [ -111.62632759104582, 40.324979645270723 ], [ -111.62635138169199, 40.325006544075642 ], [ -111.62649512544991, 40.325276041862999 ], [ -111.62900189989061, 40.325226401378316 ], [ -111.6291203571852, 40.325306840047141 ], [ -111.62927437718625, 40.325414112755539 ], [ -111.62913371684093, 40.325477942294626 ], [ -111.62901668087359, 40.325550652407301 ], [ -111.6289468939827, 40.32564112392199 ], [ -111.62827180447714, 40.326464630140713 ], [ -111.62819074609156, 40.326609217631905 ], [ -111.62813281124389, 40.326708633482916 ], [ -111.6276266705224, 40.326711380783244 ], [ -111.62762808909467, 40.326864529552225 ], [ -111.62762741676211, 40.328062757176177 ], [ -111.62803864845544, 40.327979442368559 ], [ -111.62804107007625, 40.32824069607036 ], [ -111.62851099000774, 40.328139042526196 ], [ -111.6307071276032, 40.327586537017261 ], [ -111.63160053721586, 40.327455533509742 ], [ -111.63257793696303, 40.327495238658443 ], [ -111.63282495632215, 40.327475869146788 ], [ -111.63311905886241, 40.327456241419036 ], [ -111.63367186667949, 40.327408168432619 ], [ -111.63406089392318, 40.327469101080581 ], [ -111.63441503107448, 40.327575269780446 ], [ -111.634393260671, 40.327764582389612 ], [ -111.63461724494934, 40.32779939058085 ], [ -111.63477051968984, 40.327825577180953 ], [ -111.63474756867089, 40.327888767524804 ], [ -111.63467846220144, 40.328051312316212 ], [ -111.63497560598763, 40.328355994364578 ], [ -111.63514099090743, 40.328418150787691 ], [ -111.63549547267482, 40.328560351051301 ], [ -111.63610993379324, 40.328809231228419 ], [ -111.63647483664828, 40.328807223994552 ], [ -111.63792055615383, 40.328574030209374 ], [ -111.63850876728765, 40.328534748052306 ], [ -111.63869744308855, 40.328569743220946 ], [ -111.63927447767233, 40.328593583266411 ], [ -111.63953378014403, 40.328628186728523 ], [ -111.63961626233588, 40.328636739873005 ], [ -111.63978063131262, 40.328590784895546 ], [ -111.64002663121084, 40.328463295269515 ], [ -111.6403313147442, 40.328317461887224 ], [ -111.64042369429221, 40.328127757312686 ], [ -111.64102470286704, 40.326953232454855 ], [ -111.64127905478088, 40.326465325856553 ], [ -111.64167405256761, 40.325913574156395 ], [ -111.6422536141707, 40.324964391591429 ], [ -111.64282369681723, 40.324258507176246 ], [ -111.64322157665704, 40.3240130469555 ], [ -111.64360768344058, 40.323767650865861 ], [ -111.6437246149262, 40.323685917384942 ], [ -111.64384180290398, 40.323631209970003 ], [ -111.64725245762207, 40.322098630198987 ], [ -111.64797908851619, 40.321770230814707 ], [ -111.64849480503059, 40.321542110707462 ], [ -111.6484801906103, 40.321244888831117 ], [ -111.64845333660489, 40.319668428032372 ], [ -111.64838252218402, 40.315957029734015 ], [ -111.65413606977467, 40.315780491426246 ], [ -111.65464815277302, 40.315182986583018 ], [ -111.65518097760935, 40.314297067082869 ], [ -111.65570149748089, 40.313357159472503 ], [ -111.65581665339968, 40.313095239424349 ], [ -111.65590522130231, 40.312518147393298 ], [ -111.65610344951932, 40.312327829739765 ], [ -111.65621450377083, 40.311642499244769 ], [ -111.65616969568562, 40.310660748459178 ], [ -111.65605907745793, 40.310174877907045 ], [ -111.65568591242017, 40.309312108224226 ], [ -111.65573865157876, 40.308681163677377 ], [ -111.65567720042017, 40.308411235263705 ], [ -111.65773650762253, 40.308399545442327 ], [ -111.65780044600751, 40.310137961773286 ], [ -111.65928327204487, 40.310138530008686 ], [ -111.6602517263002, 40.31170061090225 ], [ -111.66139918403398, 40.309892212551944 ], [ -111.66225679562221, 40.308535923111847 ], [ -111.66285191695353, 40.30801898911028 ], [ -111.66322644660114, 40.307809630445846 ], [ -111.66351613434186, 40.307348498952599 ], [ -111.6634438559374, 40.307177738229434 ], [ -111.66363860873578, 40.306636067760408 ], [ -111.66391590424948, 40.306111941701921 ], [ -111.66439261601829, 40.305523605298653 ], [ -111.66464557283768, 40.304918534146786 ], [ -111.66472537979475, 40.304656808039184 ], [ -111.66509962007339, 40.304420417225153 ], [ -111.6653861870642, 40.303643975794792 ], [ -111.66540644967688, 40.303310517789264 ], [ -111.66532001810801, 40.302896590327727 ], [ -111.66549112284777, 40.302346043168384 ], [ -111.66589056114582, 40.302280680168728 ], [ -111.66618073853152, 40.301873594229129 ], [ -111.66665819822514, 40.301366326953662 ], [ -111.66665474461263, 40.301014986810159 ], [ -111.66673338809126, 40.300636145850426 ], [ -111.66665942650806, 40.300294221212681 ], [ -111.66645621696367, 40.299971059589787 ], [ -111.66615870498407, 40.299630422150933 ], [ -111.66612048744139, 40.299333337456105 ], [ -111.66648337046514, 40.299142053594387 ], [ -111.66650460043181, 40.298907691173369 ], [ -111.66667701413409, 40.298492272930702 ], [ -111.66670496153884, 40.297744345241703 ], [ -111.66698414671973, 40.297418403509155 ], [ -111.66683543218578, 40.296653475510894 ], [ -111.66725889818238, 40.296642024742575 ], [ -111.66789165751757, 40.296377105702135 ], [ -111.66798382863186, 40.296178370313214 ], [ -111.66826220252696, 40.295771346964351 ], [ -111.66805051673714, 40.295781578720359 ], [ -111.66807253891446, 40.295628294478277 ], [ -111.66808368305666, 40.295565165446156 ], [ -111.66820955071945, 40.295204068938162 ], [ -111.66855939768823, 40.294886724409672 ], [ -111.66876948193001, 40.294714334644908 ], [ -111.66886253653374, 40.29460568581802 ], [ -111.66895408059126, 40.294343888541007 ], [ -111.66898324555378, 40.293722082191664 ], [ -111.66902906128566, 40.293595687866564 ], [ -111.66940224803758, 40.293260187275912 ], [ -111.66957036215527, 40.29241234554722 ], [ -111.66928809906835, 40.292422987976785 ], [ -111.66938473670245, 40.291485467392675 ], [ -111.66971977114312, 40.290861890521981 ], [ -111.6697623820321, 40.290411181499664 ], [ -111.66974848337561, 40.29019504001019 ], [ -111.66943093669613, 40.290205887012711 ], [ -111.66931027222586, 40.289900270671048 ], [ -111.66929664174232, 40.289711155299941 ], [ -111.66740269413505, 40.289731105160776 ], [ -111.6675283777696, 40.289351991611888 ], [ -111.66760842201465, 40.289117289267246 ], [ -111.66755985880665, 40.288964412219954 ], [ -111.66746282168262, 40.288667666786587 ], [ -111.66709804845699, 40.288660761307163 ], [ -111.66709450554465, 40.28830041168024 ], [ -111.66713881546806, 40.288020869385953 ], [ -111.66745369382248, 40.287739766521142 ], [ -111.66884116069143, 40.286470458757059 ], [ -111.66871730964704, 40.285840526832381 ], [ -111.66877843450831, 40.283686961212929 ], [ -111.66875859258138, 40.282867233342621 ], [ -111.66814691591375, 40.282870767172547 ], [ -111.66819210525749, 40.282681311755312 ], [ -111.66843850671889, 40.282616823698746 ], [ -111.66855587016398, 40.282589117832742 ], [ -111.66865534606636, 40.281939876248188 ], [ -111.66852178386408, 40.281517212745136 ], [ -111.66859005305747, 40.281282577469526 ], [ -111.66878007702974, 40.280272441850897 ], [ -111.66748431353216, 40.278892497342206 ], [ -111.66854247903723, 40.278841341847482 ], [ -111.66862819495599, 40.276795742872949 ], [ -111.66854795184216, 40.275814196143017 ], [ -111.66857729235745, 40.275210405463696 ], [ -111.66781278272377, 40.27521482035776 ], [ -111.66776378633791, 40.275016899151566 ], [ -111.66757141491847, 40.273396340003075 ], [ -111.66912391587191, 40.27338737265773 ], [ -111.66914672019189, 40.270927708466246 ], [ -111.66891150134244, 40.270929068471744 ], [ -111.66891070251522, 40.270847989588432 ], [ -111.66895348557362, 40.270415296899969 ], [ -111.66898654896229, 40.270189873779273 ], [ -111.66887715156658, 40.269830135035413 ], [ -111.66887351281925, 40.269460775595782 ], [ -111.66869337604061, 40.269083426952825 ], [ -111.66862139286802, 40.268939694420446 ], [ -111.66861961859541, 40.268759519049802 ], [ -111.66853445616653, 40.268471714100343 ], [ -111.66849748938851, 40.268300751314626 ], [ -111.66858704923665, 40.267840760475494 ], [ -111.66865583738854, 40.267660177343977 ], [ -111.66871339716498, 40.267533714755608 ], [ -111.66841708253108, 40.267301185419363 ], [ -111.66986324556424, 40.267256785540781 ], [ -111.66997987082975, 40.267157008227024 ], [ -111.67025953886512, 40.266894119400526 ], [ -111.66996322181237, 40.26666159401838 ], [ -111.6702680088526, 40.266560726834264 ], [ -111.67044370000711, 40.266487634747691 ], [ -111.67045296960224, 40.266235321076081 ], [ -111.67100560646787, 40.266223108480482 ], [ -111.67090849919032, 40.265917355864801 ], [ -111.67123760303268, 40.265897428699141 ], [ -111.67123190381467, 40.265320867497522 ], [ -111.67143351567238, 40.265490874252876 ], [ -111.67196717277713, 40.265938240738095 ], [ -111.67199283256926, 40.266154314552516 ], [ -111.67226465288458, 40.266287874944048 ], [ -111.67257541319644, 40.266790588983049 ], [ -111.67278051393755, 40.26731193506955 ], [ -111.67289215964331, 40.267896889201744 ], [ -111.67287542378625, 40.268581691861399 ], [ -111.67275846553915, 40.269834661744746 ], [ -111.67268354861874, 40.270582867350377 ], [ -111.67267268031293, 40.270673023303793 ], [ -111.67266243677183, 40.270826240561306 ], [ -111.67270894486212, 40.270771914526442 ], [ -111.67279037847815, 40.270681348299668 ], [ -111.67298825974257, 40.270472984200609 ], [ -111.67327736759326, 40.269975792098066 ], [ -111.67334686006605, 40.269867276394628 ], [ -111.67352112648146, 40.269650039502174 ], [ -111.67399723439809, 40.269034636308653 ], [ -111.67404861441264, 40.268286566800725 ], [ -111.67456892181876, 40.266202390658613 ], [ -111.67476714280109, 40.266030058554641 ], [ -111.67478788775733, 40.265750649784607 ], [ -111.67509131995546, 40.265514638542932 ], [ -111.67554843596697, 40.265358812952122 ], [ -111.67595662694424, 40.265014076387118 ], [ -111.67659408657836, 40.264073385204753 ], [ -111.6768192253551, 40.263063028476203 ], [ -111.67749364075131, 40.2622932924221 ], [ -111.67748492354636, 40.261419442407814 ], [ -111.67770682154732, 40.261264985133927 ], [ -111.67796750344959, 40.261461662518833 ], [ -111.67884476704026, 40.26098803640533 ], [ -111.67921709719037, 40.260589442804431 ], [ -111.67956671611688, 40.260272064983781 ], [ -111.68060485449038, 40.2605993075084 ], [ -111.68534441516758, 40.260634399377551 ], [ -111.68681403156087, 40.26059865832088 ], [ -111.68770754138815, 40.260575333101393 ], [ -111.68803433220023, 40.260330139757968 ], [ -111.68901258852711, 40.259387353109616 ], [ -111.68973706573711, 40.258932572685531 ], [ -111.68995773784154, 40.258660978471681 ], [ -111.69007431871378, 40.258561181125309 ], [ -111.69057857100339, 40.258423033641733 ], [ -111.69107564546914, 40.258735391332166 ], [ -111.69124008498227, 40.258716390602189 ], [ -111.69485011866004, 40.258703779305947 ], [ -111.69601423592876, 40.258696783361813 ], [ -111.69600937838436, 40.257075140473852 ], [ -111.69921981213464, 40.257091823658023 ], [ -111.70033380170548, 40.256787780642668 ], [ -111.70046277269466, 40.256750962885519 ], [ -111.70050971343052, 40.256741669450875 ], [ -111.70258554666894, 40.256206546042065 ], [ -111.7028892119275, 40.256006497592686 ], [ -111.70442851798614, 40.255898035407078 ], [ -111.70458128182459, 40.255888096095745 ], [ -111.70468710607742, 40.255887451722749 ], [ -111.70431895743776, 40.255538330678654 ], [ -111.70431997403914, 40.254502256002063 ], [ -111.70594314090509, 40.254546421249444 ], [ -111.70592960418371, 40.25437532728796 ], [ -111.7082353894628, 40.254478359277869 ], [ -111.7083641637967, 40.254423515342047 ], [ -111.70843433592844, 40.254387048614873 ], [ -111.70793580662314, 40.253939634907738 ], [ -111.70958191287427, 40.25392955305891 ], [ -111.71385021667599, 40.253921320626574 ], [ -111.7138345776432, 40.253552036203786 ], [ -111.71383079122816, 40.253191687934198 ], [ -111.71289805207832, 40.252828056797931 ], [ -111.71378825063246, 40.251381082577488 ], [ -111.71373426235451, 40.248480422262979 ], [ -111.71369163450851, 40.246660806638467 ], [ -111.71367136246005, 40.245850094507041 ], [ -111.71360911579107, 40.239922354450378 ], [ -111.71359159076839, 40.239372894488149 ], [ -111.71375531451747, 40.239290801055063 ], [ -111.71444424041957, 40.238845093862551 ], [ -111.71458435662359, 40.238754135675087 ], [ -111.71465252018828, 40.23852848195515 ], [ -111.71484601106829, 40.237923662965137 ], [ -111.71490289164187, 40.237743125332841 ], [ -111.71548950790527, 40.237631388435226 ], [ -111.71604237547439, 40.237664006402539 ], [ -111.71607745086858, 40.237645770756416 ], [ -111.71631103318457, 40.237500176242264 ], [ -111.7167667248052, 40.237236084795711 ], [ -111.71746517800091, 40.236583086309601 ], [ -111.71762889032031, 40.23650098745604 ], [ -111.71782786678767, 40.236418669653069 ], [ -111.71841598999856, 40.23645105763277 ], [ -111.71913589512558, 40.236716866022242 ], [ -111.71941982419166, 40.236886278385995 ], [ -111.71990482921431, 40.237171560525915 ], [ -111.72020252156055, 40.237530080906687 ], [ -111.72047785274518, 40.237996851446674 ], [ -111.72110364536356, 40.238254223999959 ], [ -111.72118612263282, 40.238271728694748 ], [ -111.72155110637463, 40.238323509588668 ], [ -111.72180742406252, 40.238105687779068 ], [ -111.7217800761656, 40.236637340383055 ], [ -111.72175693852202, 40.235565376244807 ], [ -111.72187199811202, 40.235330416432369 ], [ -111.72203579770849, 40.23525732011889 ], [ -111.72222377617867, 40.235247137901666 ], [ -111.72236483178918, 40.23524625757733 ], [ -111.72245877311654, 40.23523666188094 ], [ -111.72291701212649, 40.235215781833958 ], [ -111.72335059125375, 40.235086942315981 ], [ -111.72439358287738, 40.234783111406877 ], [ -111.72593342837264, 40.234773463118998 ], [ -111.72634608868302, 40.234887995106348 ], [ -111.7266525739486, 40.23496715503984 ], [ -111.72665295913961, 40.235003189880047 ], [ -111.72668966742432, 40.235138099114373 ], [ -111.72617429327214, 40.235312510950912 ], [ -111.72604547337117, 40.235358365731912 ], [ -111.72592831174356, 40.235395137930773 ], [ -111.72589352878498, 40.235440402668836 ], [ -111.72575487739527, 40.235666505071158 ], [ -111.72553548037682, 40.236037262540478 ], [ -111.72585805355888, 40.236521742775416 ], [ -111.72603524222633, 40.236601715157263 ], [ -111.72657702491104, 40.236697417530507 ], [ -111.72682426255923, 40.236731902347714 ], [ -111.72787652402408, 40.2372928757827 ], [ -111.72795929123154, 40.237337401759753 ], [ -111.72799474914154, 40.237355197345146 ], [ -111.72860784298561, 40.23752251606566 ], [ -111.7291258365143, 40.237591328298294 ], [ -111.73019709174523, 40.23772872328292 ], [ -111.73113019743025, 40.238137260423677 ], [ -111.73122394757405, 40.238109640200491 ], [ -111.73125911597293, 40.238100408684375 ], [ -111.7314699322695, 40.238027001973322 ], [ -111.73171329794772, 40.237701128449793 ], [ -111.73163840421282, 40.237296183026906 ], [ -111.73254508971422, 40.237434596540368 ], [ -111.73256343993528, 40.239137239527508 ], [ -111.73617757791324, 40.239600808577649 ], [ -111.7371076182795, 40.239721019012457 ], [ -111.73865961373586, 40.240819267929034 ], [ -111.73981851035512, 40.240361400274267 ], [ -111.73991029845652, 40.240153599525428 ], [ -111.74034729019293, 40.239258883868771 ], [ -111.74032258269921, 40.238069813742001 ], [ -111.74080863749204, 40.237363977648997 ], [ -111.74095732741046, 40.236984634911131 ], [ -111.74046342590159, 40.23696977735527 ], [ -111.73973393671363, 40.23691137720941 ], [ -111.73942909389531, 40.236985399742096 ], [ -111.73894312811991, 40.236619121991978 ], [ -111.73997382620587, 40.236270182802798 ], [ -111.73804029103428, 40.234669862759844 ], [ -111.73912728791667, 40.234095339235992 ], [ -111.74004058616559, 40.2326840501851 ], [ -111.73902679754855, 40.230258012856268 ], [ -111.73718758289385, 40.228666083444566 ], [ -111.73468394920734, 40.226492737518576 ], [ -111.73219048260756, 40.224157103967848 ], [ -111.73175117394483, 40.223745453063373 ], [ -111.73168979382184, 40.223502589187603 ], [ -111.73165682703757, 40.195303524945274 ], [ -111.73165130808428, 40.1947900254902 ], [ -111.67263330258099, 40.195409267093659 ], [ -111.66230734143052, 40.19551385251745 ], [ -111.66223597751996, 40.195424166828118 ], [ -111.662081502392, 40.195244862499436 ], [ -111.66138041304072, 40.194429014981054 ], [ -111.66066986605567, 40.193847461421235 ], [ -111.65992548583125, 40.193410246692075 ], [ -111.6595818389421, 40.193105885580259 ], [ -111.65926064320509, 40.192693282755677 ], [ -111.65922243501672, 40.192387180686772 ], [ -111.65917995322667, 40.191639642193699 ], [ -111.65911694344354, 40.191198540200105 ], [ -111.65900903883109, 40.190973919417509 ], [ -111.65873397346934, 40.190470958288508 ], [ -111.65832943420256, 40.189941704593586 ], [ -111.65787808783871, 40.189430734242286 ], [ -111.65760503832794, 40.189134975180451 ], [ -111.65732894728367, 40.188523903440526 ], [ -111.65740778220423, 40.188172088849292 ], [ -111.65766255435726, 40.187792246606058 ], [ -111.65785832992128, 40.187385710822923 ], [ -111.65778341250238, 40.186926656597805 ], [ -111.6576503733162, 40.186530998356176 ], [ -111.65721184460395, 40.186128065176305 ], [ -111.6571158746527, 40.185921393472711 ], [ -111.65720688877757, 40.185614556799379 ], [ -111.6572390842983, 40.185299044565426 ], [ -111.65718844816243, 40.184920936651245 ], [ -111.65691611518849, 40.184697246935386 ], [ -111.65671538954813, 40.184590272777747 ], [ -111.65629105585484, 40.184439519034697 ], [ -111.65565390830585, 40.184145818535796 ], [ -111.65528614234017, 40.183769505301022 ], [ -111.6552837152185, 40.183517255377367 ], [ -111.65528497261667, 40.182427108739695 ], [ -111.6555049323127, 40.182092515028415 ], [ -111.65599425685187, 40.181675310121967 ], [ -111.65655717463893, 40.181582024899157 ], [ -111.65713148867917, 40.181452634577994 ], [ -111.65754136373856, 40.181324175483127 ], [ -111.65786823585944, 40.181115101853756 ], [ -111.65800726644378, 40.180916104499353 ], [ -111.65804215452245, 40.180879868522389 ], [ -111.65808957137162, 40.180924646096187 ], [ -111.6744961798897, 40.180659043243345 ], [ -111.67428381812222, 40.178191700001811 ], [ -111.66968946733834, 40.179200393895542 ], [ -111.66968247008595, 40.178488690235255 ], [ -111.66965274629675, 40.176659949621495 ], [ -111.66964256197875, 40.175623924812683 ], [ -111.66970075294911, 40.175569531674903 ], [ -111.66981633739718, 40.175379665102575 ], [ -111.66981368003894, 40.17510939772837 ], [ -111.66993976744172, 40.174793338298606 ], [ -111.67019335679862, 40.174305361617833 ], [ -111.67050770267096, 40.174024249314982 ], [ -111.67075193587578, 40.173779580079199 ], [ -111.67110213053547, 40.173561324442524 ], [ -111.67152447456898, 40.173513828403763 ], [ -111.6720890802288, 40.173600646478249 ], [ -111.67259487769574, 40.173678794025264 ], [ -111.67320655161099, 40.173774342617058 ], [ -111.67348983602393, 40.173916845865115 ], [ -111.67363281486726, 40.174123230833395 ], [ -111.67390747648571, 40.1745811130885 ], [ -111.67421666163025, 40.174966718213518 ], [ -111.67442690044001, 40.174848371186947 ], [ -111.67448365979206, 40.174649833199354 ], [ -111.6745169303053, 40.174451432027887 ], [ -111.67471613656237, 40.174405224144444 ], [ -111.67547960201466, 40.174409781739094 ], [ -111.67590257369137, 40.174425332037565 ], [ -111.6763354115905, 40.174251625244381 ], [ -111.67667465168854, 40.174114501619279 ], [ -111.67696485477283, 40.173770446968874 ], [ -111.67715204456759, 40.173697276883885 ], [ -111.67766932354789, 40.173748306814524 ], [ -111.67781043235556, 40.173765499629646 ], [ -111.67817369330447, 40.173682287529417 ], [ -111.6788065290939, 40.173543437514148 ], [ -111.67915660659638, 40.173316148829272 ], [ -111.67936620279941, 40.173134730625186 ], [ -111.67944733278563, 40.173026141430398 ], [ -111.67953903835527, 40.172800367573316 ], [ -111.67952432919559, 40.172503142852172 ], [ -111.67947357999128, 40.172125044791571 ], [ -111.67950602617702, 40.171845562132518 ], [ -111.6797041428316, 40.171691238939708 ], [ -111.6799371301946, 40.17150067291297 ], [ -111.68011247687622, 40.171418558158983 ], [ -111.6803704788905, 40.171381004580788 ], [ -111.68075820147038, 40.171396744325094 ], [ -111.68113463080988, 40.171457596346656 ], [ -111.68189905487179, 40.171561209740879 ], [ -111.68199390657881, 40.171650745317685 ], [ -111.68223013484433, 40.171784494957436 ], [ -111.68246645427527, 40.171927252998536 ], [ -111.68303250501073, 40.172158160012849 ], [ -111.6834212265546, 40.17227298860864 ], [ -111.68372683814492, 40.172298212483511 ], [ -111.68401989205391, 40.172242424918245 ], [ -111.68493654651826, 40.17230007159619 ], [ -111.68555969633748, 40.172368458761376 ], [ -111.68592284935288, 40.172276213579991 ], [ -111.68621481244081, 40.172112313831278 ], [ -111.68662630028854, 40.172154921319738 ], [ -111.68713164848083, 40.172187960900807 ], [ -111.68763836102104, 40.172356131528936 ], [ -111.68806268682381, 40.172506770736007 ], [ -111.68821526638169, 40.172496854430356 ], [ -111.68847381397062, 40.172513336096692 ], [ -111.688837874531, 40.172511170615891 ], [ -111.68910825731689, 40.172536589871164 ], [ -111.68932028541325, 40.172598393636981 ], [ -111.68952129938717, 40.172732337990212 ], [ -111.68975754599241, 40.172866072090642 ], [ -111.69018206209191, 40.173034721207038 ], [ -111.69073740841124, 40.173364757863276 ], [ -111.69134864648011, 40.173415166041153 ], [ -111.69147746514685, 40.17337835905473 ], [ -111.6916180276973, 40.173341481770649 ], [ -111.69207558704686, 40.173293700416991 ], [ -111.69239304167618, 40.173327840015908 ], [ -111.69267535613039, 40.17337119840878 ], [ -111.69306465029976, 40.17354004763807 ], [ -111.6939847243473, 40.173930950647382 ], [ -111.69443182735884, 40.174009354524266 ], [ -111.69533778055639, 40.174166086534939 ], [ -111.69574891804946, 40.174172625968062 ], [ -111.69584287130927, 40.174172061321329 ], [ -111.6965822925641, 40.174122567744874 ], [ -111.6971193889789, 40.173813014753399 ], [ -111.69748087331804, 40.173558573868824 ], [ -111.69786648893218, 40.173367052329432 ], [ -111.69825357968938, 40.173319671311049 ], [ -111.6986889393373, 40.173398129576228 ], [ -111.69896043811444, 40.173531632084064 ], [ -111.69912744324226, 40.173782887428118 ], [ -111.69930369694106, 40.173790832380227 ], [ -111.69954884258358, 40.173645200717843 ], [ -111.69969855453004, 40.173355994642442 ], [ -111.69975412850381, 40.173049338535023 ], [ -111.69977187940916, 40.172490647257327 ], [ -111.69995617147987, 40.172138165847585 ], [ -111.70018715885554, 40.171758373475612 ], [ -111.70045374514297, 40.171414402940634 ], [ -111.70073392543993, 40.171250537929332 ], [ -111.70114421119989, 40.171175978610876 ], [ -111.70133108917587, 40.171075743100694 ], [ -111.70142309041863, 40.170885987910481 ], [ -111.70134910506563, 40.170544078087374 ], [ -111.70135695376224, 40.170165634801968 ], [ -111.70148186528418, 40.169750444594193 ], [ -111.70166660511946, 40.16944300474249 ], [ -111.70198070494092, 40.169152799179635 ], [ -111.70261094023554, 40.168770580460865 ], [ -111.70337108694702, 40.168459644549138 ], [ -111.70423319030213, 40.167787706532145 ], [ -111.70531820559712, 40.167096385471218 ], [ -111.70622855077968, 40.166550270611346 ], [ -111.70668212967527, 40.166124059959508 ], [ -111.70708826485625, 40.165653090129105 ], [ -111.70728078403948, 40.164967197690402 ], [ -111.70746436265757, 40.164551642375997 ], [ -111.70777776037947, 40.164198359241936 ], [ -111.70799880712663, 40.163998800312726 ], [ -111.70824455435289, 40.16391621245819 ], [ -111.7084905819429, 40.163860650656837 ], [ -111.70893538544487, 40.163722786528453 ], [ -111.70933265533759, 40.163531155331945 ], [ -111.71012146244082, 40.162598348716386 ], [ -111.71030417249816, 40.162101709228743 ], [ -111.71048857035784, 40.161767228848944 ], [ -111.71072387972121, 40.161810831832867 ], [ -111.71120699339768, 40.161970035068983 ], [ -111.71150242472473, 40.16214840862402 ], [ -111.71200996787422, 40.162397552676509 ], [ -111.71244564933221, 40.162511995231284 ], [ -111.71288095530633, 40.162590400730423 ], [ -111.7134695701225, 40.162730925993387 ], [ -111.71396509939525, 40.162953107162323 ], [ -111.71449916418608, 40.163490378404987 ], [ -111.71480852622304, 40.163875874315686 ], [ -111.7153267018644, 40.16401682491896 ], [ -111.71551732254575, 40.164276920456317 ], [ -111.71574241510361, 40.16446472715765 ], [ -111.7162130592112, 40.164551911027132 ], [ -111.71637934748647, 40.164731070790381 ], [ -111.71635908228036, 40.165037516654245 ], [ -111.71637470758104, 40.165406806414119 ], [ -111.71637177236572, 40.166244701041968 ], [ -111.71637082609575, 40.167271781112184 ], [ -111.71649071808822, 40.167505284206392 ], [ -111.71664015520352, 40.167198038987927 ], [ -111.71684707322675, 40.166773315193133 ], [ -111.71689072741538, 40.166457715097721 ], [ -111.71678153634028, 40.166125042466746 ], [ -111.71665066110269, 40.165963682991823 ], [ -111.71660709640716, 40.165171123264088 ], [ -111.71667537267697, 40.164963483875404 ], [ -111.71680292948923, 40.164809534004839 ], [ -111.71688323157076, 40.164628848309086 ], [ -111.71703427215982, 40.16447475277127 ], [ -111.71723266093915, 40.164356401441879 ], [ -111.71758483840647, 40.164345209849301 ], [ -111.7179853141333, 40.16445984965334 ], [ -111.71820927472412, 40.164539545445301 ], [ -111.71850492531645, 40.164735918468331 ], [ -111.71875389262929, 40.164959608812495 ], [ -111.71908581990674, 40.165254858791634 ], [ -111.71941803538147, 40.165577134277413 ], [ -111.7196552661228, 40.165800895561567 ], [ -111.72102866149211, 40.166855462644648 ], [ -111.72137311372234, 40.167222703285546 ], [ -111.72174334566968, 40.167806008239737 ], [ -111.7219611146914, 40.168408281583446 ], [ -111.72203663274153, 40.168885309813561 ], [ -111.7219934783196, 40.169245955632014 ], [ -111.72189122516455, 40.169570932249307 ], [ -111.7217761779535, 40.169796884941192 ], [ -111.72157844932219, 40.16997830576706 ], [ -111.72126233198343, 40.170070369678655 ], [ -111.72080548355565, 40.170181327804173 ], [ -111.72049022157073, 40.170354469028837 ], [ -111.72021018837913, 40.17052739025381 ], [ -111.72004749353214, 40.170690571688908 ], [ -111.71996719296904, 40.170871259380228 ], [ -111.71992278899612, 40.171114789711531 ], [ -111.71993662680742, 40.171312910792601 ], [ -111.71999753445921, 40.171519748569636 ], [ -111.72029388741922, 40.171779178229876 ], [ -111.720671972261, 40.171993051321316 ], [ -111.7210850046873, 40.172179677267927 ], [ -111.72161509549359, 40.172329534532174 ], [ -111.72192205641809, 40.172480780899072 ], [ -111.72219483768455, 40.172731343188161 ], [ -111.72224372311808, 40.172911226470532 ], [ -111.72221145199126, 40.173190719533281 ], [ -111.72214452166364, 40.173524485228519 ], [ -111.72208799793357, 40.173732054219549 ], [ -111.7220546755228, 40.173912450249297 ], [ -111.72196349179316, 40.17417429178434 ], [ -111.72189531833597, 40.174390942716606 ], [ -111.72190935361814, 40.174607081021698 ], [ -111.72194668646426, 40.174805055223096 ], [ -111.72210279876657, 40.175128420336975 ], [ -111.722683141288, 40.175584278987195 ], [ -111.72322653675617, 40.175878196165762 ], [ -111.72383992485085, 40.176126626150477 ], [ -111.72408837713918, 40.176296251223015 ], [ -111.72464362463187, 40.176599096961503 ], [ -111.72523391887596, 40.176883701662881 ], [ -111.72575317454728, 40.177114692250129 ], [ -111.72646082812311, 40.177389545485795 ], [ -111.72711900837189, 40.177430460627967 ], [ -111.72788337247989, 40.177515751490986 ], [ -111.72858824423561, 40.177529336499269 ], [ -111.72909336067616, 40.177535165969203 ], [ -111.72948199541645, 40.177631821261514 ], [ -111.7302370342628, 40.177942390355952 ], [ -111.73059130832077, 40.178120343239542 ], [ -111.73111088137249, 40.178378335871599 ], [ -111.73130034556372, 40.178521289633117 ], [ -111.73138420371556, 40.17867391968835 ], [ -111.73149126174449, 40.178799374896442 ], [ -111.73162151964732, 40.178897655194781 ], [ -111.73190475198975, 40.179021996542467 ], [ -111.73251752133824, 40.179207318381849 ], [ -111.73316640159753, 40.179473492862755 ], [ -111.73369764260519, 40.17972239048315 ], [ -111.73425315451755, 40.180043206886694 ], [ -111.73453688213286, 40.180212585584727 ], [ -111.73492544244965, 40.180300213574327 ], [ -111.73527779583731, 40.180297976260483 ], [ -111.7354189317238, 40.180315098590278 ], [ -111.7355012448088, 40.180323585073296 ], [ -111.73570081446744, 40.180313307622932 ], [ -111.73591173982661, 40.18026692006304 ], [ -111.73602753590221, 40.180113024206435 ], [ -111.7361184782806, 40.179833154718743 ], [ -111.73622126228418, 40.179562219241213 ], [ -111.73651050327449, 40.179154956662188 ], [ -111.7366587053076, 40.178739581463716 ], [ -111.7367033462148, 40.178523071856361 ], [ -111.73666509148839, 40.178244023935754 ], [ -111.73655617402605, 40.177947406776255 ], [ -111.7363769843908, 40.177669255286666 ], [ -111.73626982186538, 40.177534795856594 ], [ -111.73606724267876, 40.177265802008328 ], [ -111.73579332206923, 40.176916176614007 ], [ -111.73554192047993, 40.176476313461045 ], [ -111.73549260824649, 40.176260401104678 ], [ -111.73545416536365, 40.17596333505081 ], [ -111.73542775891841, 40.175693220718465 ], [ -111.73538931667574, 40.175396154608713 ], [ -111.73529390397414, 40.175261619574108 ], [ -111.73511181033355, 40.174713202285567 ], [ -111.73506152878259, 40.174407201780589 ], [ -111.73510704702737, 40.174271771698983 ], [ -111.73504647983756, 40.174100977552811 ], [ -111.7350215337901, 40.173965994848956 ], [ -111.73494873717227, 40.173750231252406 ], [ -111.73490049789436, 40.173633415190352 ], [ -111.73481722128832, 40.173534840302565 ], [ -111.73476859374708, 40.173381989018509 ], [ -111.73463445630456, 40.172923360490095 ], [ -111.73459631067203, 40.172653320304896 ], [ -111.73458068152645, 40.172293043150567 ], [ -111.73451739802429, 40.171870002451449 ], [ -111.73456087604461, 40.171545387876364 ], [ -111.73461532015354, 40.171148628408012 ], [ -111.73469490202737, 40.170904869351496 ], [ -111.73493811427647, 40.170587996358499 ], [ -111.73512289895019, 40.170298522074148 ], [ -111.73531913373856, 40.169981946529376 ], [ -111.73562086170476, 40.169646681589313 ], [ -111.73586474626308, 40.169392868219056 ], [ -111.73619141532528, 40.169192584437276 ], [ -111.73660008980448, 40.168973759204242 ], [ -111.73695033835949, 40.168782332671626 ], [ -111.73756000553787, 40.168688356301175 ], [ -111.7381699637716, 40.168621403105185 ], [ -111.73880389530771, 40.168599340784887 ], [ -111.73930943445119, 40.168650170219045 ], [ -111.7395906819925, 40.168594317484683 ], [ -111.73984844291687, 40.168538614154244 ], [ -111.740481394, 40.168426454794997 ], [ -111.74098546350262, 40.16834214513031 ], [ -111.74158288761916, 40.168203178885506 ], [ -111.74205231369123, 40.168173142944198 ], [ -111.74266255710413, 40.168133192502125 ], [ -111.74334296284457, 40.168065760162797 ], [ -111.74392893165577, 40.167953883604845 ], [ -111.74469143642138, 40.167876906384031 ], [ -111.74516046461866, 40.167810822759996 ], [ -111.74555962576409, 40.167799243636054 ], [ -111.74595987159276, 40.167886759670552 ], [ -111.74631265325083, 40.167929533227358 ], [ -111.7467473398565, 40.16794474923617 ], [ -111.74686486811983, 40.167953000556814 ], [ -111.74719327565828, 40.16791484396164 ], [ -111.74753293160364, 40.167831566757066 ], [ -111.74791936060532, 40.167729967596379 ], [ -111.74825891578709, 40.167637679504111 ], [ -111.74865649158679, 40.167481949380516 ], [ -111.74886637812314, 40.167345450850156 ], [ -111.74904153049447, 40.167254223713499 ], [ -111.74916941401867, 40.167136273948771 ], [ -111.7492615734659, 40.166973508177207 ], [ -111.74938856444126, 40.166774479239209 ], [ -111.74939822666161, 40.166585219052735 ], [ -111.74937236359733, 40.166369160561679 ], [ -111.7492986386448, 40.166072327102185 ], [ -111.7491425182785, 40.165758007911407 ], [ -111.74903416159302, 40.16551545480533 ], [ -111.748832261771, 40.165309544286984 ], [ -111.74859652125431, 40.165229984013735 ], [ -111.74820892049256, 40.165223480038328 ], [ -111.74797318098329, 40.165143918485327 ], [ -111.7478662135463, 40.165027487081154 ], [ -111.74764083386694, 40.164821726116116 ], [ -111.74723596140419, 40.164310803122007 ], [ -111.74678373123079, 40.163764146446518 ], [ -111.74640571154237, 40.162487246636779 ], [ -111.7462134006938, 40.162083062348387 ], [ -111.74578586034561, 40.161644355430155 ], [ -111.74533503896323, 40.161223815598568 ], [ -111.74481485570263, 40.160902823824465 ], [ -111.74442521343488, 40.16070712236975 ], [ -111.7440823434121, 40.160493100173937 ], [ -111.7436664701012, 40.160045300845148 ], [ -111.74340314382464, 40.159587511210624 ], [ -111.7433064608699, 40.159335868031114 ], [ -111.74324569057693, 40.159147060212078 ], [ -111.74326740522797, 40.158984751159025 ], [ -111.7434412665594, 40.158776418153828 ], [ -111.74376746941928, 40.15854007811145 ], [ -111.74411597247386, 40.158195480713871 ], [ -111.74424030687989, 40.15775321967125 ], [ -111.74451599523317, 40.157192862781258 ], [ -111.74479295868839, 40.156749619564195 ], [ -111.74524366916472, 40.156089031192089 ], [ -111.74581266599839, 40.15550876403718 ], [ -111.74639418296418, 40.155000488793249 ], [ -111.74660304943083, 40.154773906432069 ], [ -111.74674068121904, 40.154475707667387 ], [ -111.74665691811654, 40.154332096937772 ], [ -111.74656111882632, 40.154161535452985 ], [ -111.74654671465662, 40.153918373657 ], [ -111.74655618619808, 40.153711095641412 ], [ -111.74667102587925, 40.153476109893369 ], [ -111.74686785033228, 40.153222576363596 ], [ -111.74706526562787, 40.153023095281476 ], [ -111.74750784419747, 40.152695899327853 ], [ -111.74823070187136, 40.152231749338455 ], [ -111.74891991251603, 40.151911963411649 ], [ -111.74937560130508, 40.151710807589758 ], [ -111.74987666252102, 40.15136520518373 ], [ -111.75028459150921, 40.151092279590671 ], [ -111.75069291397791, 40.150855387747704 ], [ -111.75096045334406, 40.150628417034049 ], [ -111.75120500736472, 40.150446642000716 ], [ -111.76259504540369, 40.144281808316322 ], [ -111.7627114262193, 40.144190947387521 ], [ -111.76290947444994, 40.144054501098914 ], [ -111.76307270877214, 40.14395432166198 ], [ -111.76338763891263, 40.143772057049432 ], [ -111.76356271144165, 40.143680808317683 ], [ -111.76371491137189, 40.143643766829648 ], [ -111.76385385890623, 40.143471670931319 ], [ -111.76405170090179, 40.143317205159661 ], [ -111.76428465695601, 40.143153497847557 ], [ -111.76454159405219, 40.143034678945881 ], [ -111.76481077396535, 40.142960825826378 ], [ -111.76524328268648, 40.142795798399305 ], [ -111.76561699545611, 40.14262214867621 ], [ -111.76582737875123, 40.14253967248851 ], [ -111.7661543370327, 40.142384349123439 ], [ -111.76629378194104, 40.142257294209166 ], [ -111.76652662771298, 40.142084573667375 ], [ -111.76697116899297, 40.141946488466132 ], [ -111.76717092479775, 40.141963184105663 ], [ -111.76745163322488, 40.141871229586194 ], [ -111.76773213807279, 40.141761256849598 ], [ -111.76788341854625, 40.14164313099171 ], [ -111.7685528098536, 40.141665718432918 ], [ -111.76864793512183, 40.141773200355225 ], [ -111.76873193152245, 40.141934812735236 ], [ -111.76893189080738, 40.141969522870092 ], [ -111.76909724454498, 40.142058519163399 ], [ -111.76916940230785, 40.142211200401746 ], [ -111.76924105235813, 40.142318837752882 ], [ -111.76941865399824, 40.14245279942309 ], [ -111.76963004866305, 40.142460404034637 ], [ -111.7696432104286, 40.142586448737383 ], [ -111.76985460552639, 40.142594052934648 ], [ -111.77008896910949, 40.142556456791326 ], [ -111.77032312892379, 40.142500842646847 ], [ -111.7707678686042, 40.142380760454216 ], [ -111.77110736794587, 40.142297415184878 ], [ -111.77123577800621, 40.142233493915526 ], [ -111.77129110831736, 40.141935813810022 ], [ -111.77107818740667, 40.141793080758397 ], [ -111.77095856325889, 40.141595669532343 ], [ -111.77089640950844, 40.141289762272827 ], [ -111.77090702773866, 40.141190587708941 ], [ -111.77104707234868, 40.141117579742094 ], [ -111.77121120434616, 40.141098467844699 ], [ -111.77149302453783, 40.141105600008501 ], [ -111.77169216729487, 40.14106823527964 ], [ -111.7718916156889, 40.141057896500428 ], [ -111.77205707296767, 40.141155897328453 ], [ -111.77219895215229, 40.141245045709404 ], [ -111.77222436669047, 40.141416055635055 ], [ -111.77240237982933, 40.141586047763333 ], [ -111.77253333832869, 40.141747344103116 ], [ -111.77262918431083, 40.141917884017666 ], [ -111.77298051948002, 40.141843463729998 ], [ -111.7732967408916, 40.141778286316871 ], [ -111.77354222499281, 40.141686552278038 ], [ -111.77364633739681, 40.141550715115905 ], [ -111.77377382380561, 40.141405712229023 ], [ -111.77390090079668, 40.141224674167859 ], [ -111.77413525732453, 40.141187069891267 ], [ -111.77432286508549, 40.14116779663977 ], [ -111.7746041742071, 40.141129877436825 ], [ -111.77483883702823, 40.141119298014196 ], [ -111.77509718103047, 40.141126578489491 ], [ -111.77504002529217, 40.14126210267905 ], [ -111.77490182708023, 40.141497273052174 ], [ -111.77508943545655, 40.141477998553675 ], [ -111.77531174662886, 40.141413444198669 ], [ -111.77563929221859, 40.141312146807927 ], [ -111.7758847714215, 40.141220407841047 ], [ -111.77639930685122, 40.141045779710311 ], [ -111.77662058956389, 40.140891135325312 ], [ -111.77675919100163, 40.140691997958697 ], [ -111.77685094167211, 40.140502184182608 ], [ -111.77691972869087, 40.140357571613499 ], [ -111.77707109261905, 40.140248442657189 ], [ -111.77725838891844, 40.140202138418282 ], [ -111.77751590807109, 40.140137343504342 ], [ -111.7778799940038, 40.140152917174383 ], [ -111.77832583546478, 40.140131902442917 ], [ -111.77882944118485, 40.14002941252015 ], [ -111.77939152967058, 40.139908507912551 ], [ -111.77974284681484, 40.139834067249119 ], [ -111.78000056817369, 40.139787284337558 ], [ -111.78038751028028, 40.139748639516 ], [ -111.78077424568436, 40.139691975912172 ], [ -111.78118394051427, 40.139590108923578 ], [ -111.78155862667832, 40.139506495661891 ], [ -111.78188718626971, 40.139495268188341 ], [ -111.78222707044097, 40.139447925517402 ], [ -111.78237811377338, 40.139311763475263 ], [ -111.78268360990198, 40.139336727335539 ], [ -111.78284918161764, 40.139443721406224 ], [ -111.78302535421292, 40.139451539698861 ], [ -111.7831882373043, 40.13932430598468 ], [ -111.78364487781174, 40.139222112774839 ], [ -111.78435695341305, 40.138874932931479 ], [ -111.78456844182608, 40.138891519105151 ], [ -111.7850733765188, 40.138906115789666 ], [ -111.78554278660235, 40.1388939229427 ], [ -111.78585950077422, 40.138873755119754 ], [ -111.78625609505337, 40.138654836371515 ], [ -111.78647828227911, 40.138581251999241 ], [ -111.78668862734774, 40.13849873821124 ], [ -111.7868749767748, 40.138371339891528 ], [ -111.78720311391729, 40.138324062452192 ], [ -111.78742602698478, 40.138313537419798 ], [ -111.78767210336518, 40.138275826076828 ], [ -111.78787060424884, 40.138184381267031 ], [ -111.7880927881581, 40.138110793822293 ], [ -111.78831507569382, 40.13804621468779 ], [ -111.78847929921091, 40.138036087153175 ], [ -111.78869016093306, 40.137998613422774 ], [ -111.7888648717436, 40.13788030061415 ], [ -111.78900499424081, 40.137816279867927 ], [ -111.78927516861023, 40.137832457575449 ], [ -111.78946328379372, 40.137858203566203 ], [ -111.78970925304364, 40.137811479187263 ], [ -111.78992053065151, 40.137810038148004 ], [ -111.79008496201374, 40.137817925802622 ], [ -111.79016712553003, 40.137817365177625 ], [ -111.79048278916635, 40.137707097477517 ], [ -111.79072750399621, 40.137552266203777 ], [ -111.79087998831545, 40.137542215427629 ], [ -111.79108004980921, 40.137585896084651 ], [ -111.79124406275125, 40.137557747187913 ], [ -111.79151350481632, 40.137510858589586 ], [ -111.7917827373666, 40.137445951914955 ], [ -111.79189927646902, 40.137373079480909 ], [ -111.79225171724464, 40.137397697073247 ], [ -111.79235808784676, 40.137460035364072 ], [ -111.79251130432951, 40.137513043517288 ], [ -111.79269962914283, 40.137556801697038 ], [ -111.79285274139301, 40.137600800669084 ], [ -111.79306338976653, 40.13754530156131 ], [ -111.79325045787068, 40.137480954163337 ], [ -111.79340168423202, 40.137362795396264 ], [ -111.79361086409824, 40.137181173182519 ], [ -111.79376261330819, 40.137108057563772 ], [ -111.79407879205181, 40.137042823746256 ], [ -111.79428891319309, 40.136942278821273 ], [ -111.79460634990173, 40.136985148228241 ], [ -111.79480641203619, 40.137028822443931 ], [ -111.79492389197604, 40.137037025480872 ], [ -111.79501789694547, 40.137045389568371 ], [ -111.79507626943492, 40.137017960475141 ], [ -111.79516974933, 40.136981280841148 ], [ -111.79540418392838, 40.136952642463619 ], [ -111.79561545858516, 40.136951191060035 ], [ -111.79623775529296, 40.136964932679412 ], [ -111.79654366614518, 40.137025894902813 ], [ -111.79681478595252, 40.137123133478646 ], [ -111.79706243147932, 40.137220532995592 ], [ -111.79726396987706, 40.137390324946871 ], [ -111.79751172232976, 40.137496732196709 ], [ -111.79763004607442, 40.137577002184088 ], [ -111.79796059527136, 40.137736894756884 ], [ -111.79827867038604, 40.137833806303071 ], [ -111.79876202277249, 40.138010661967868 ], [ -111.799161314062, 40.138025925891654 ], [ -111.79939670060807, 40.138078357797539 ], [ -111.79959687449261, 40.13813103237549 ], [ -111.79973751531413, 40.138112042277406 ], [ -111.79990110317551, 40.138047846312787 ], [ -111.80007547739284, 40.137902490655719 ], [ -111.80006194350516, 40.137749423724472 ], [ -111.8000723074917, 40.137632229426913 ], [ -111.80014051389992, 40.137442559958359 ], [ -111.80016261524536, 40.137325284544225 ], [ -111.80026709047191, 40.137225458756781 ], [ -111.80044220179342, 40.137143163511077 ], [ -111.80066457984584, 40.137087569510697 ], [ -111.80086390563066, 40.137068172269238 ], [ -111.80104028527478, 40.137093980609357 ], [ -111.80126477902319, 40.137218559586287 ], [ -111.80129026466437, 40.137389562557182 ], [ -111.80123348164018, 40.137552125342665 ], [ -111.8012827600044, 40.137749991987818 ], [ -111.80149329587306, 40.137685468903541 ], [ -111.80170340782618, 40.137584910622436 ], [ -111.80185694934382, 40.137664932446881 ], [ -111.80187165214808, 40.137917094869977 ], [ -111.80183855720487, 40.138097512771786 ], [ -111.80181751747213, 40.138304875494732 ], [ -111.80178431632243, 40.138476284669565 ], [ -111.80180916841188, 40.138593235257055 ], [ -111.80189292123029, 40.138727796838175 ], [ -111.80196514842589, 40.138880457047428 ], [ -111.80187304646026, 40.139034255268292 ], [ -111.80175725660627, 40.139170198555817 ], [ -111.80174848368273, 40.1394225234692 ], [ -111.80177344197703, 40.139548482743749 ], [ -111.80179850626557, 40.139683450710123 ], [ -111.80180030654347, 40.139836598622296 ], [ -111.80173136124888, 40.139963208065453 ], [ -111.80175716688152, 40.140161236932293 ], [ -111.80168832707426, 40.14029685504682 ], [ -111.80177292898584, 40.140503486255291 ], [ -111.80185668414146, 40.140638047796301 ], [ -111.8019049075217, 40.140745827043311 ], [ -111.80200008359188, 40.14085328108483 ], [ -111.80216462936062, 40.140870160194623 ], [ -111.80228296442046, 40.140950425270205 ], [ -111.80236629722577, 40.14104895162707 ], [ -111.8024618984134, 40.141192440060699 ], [ -111.80261672114499, 40.14138056509934 ], [ -111.80270016098848, 40.141488099894914 ], [ -111.80280781988695, 40.141658532735434 ], [ -111.80286820799002, 40.141802264939741 ], [ -111.8029765041899, 40.142026749773621 ], [ -111.80283649254683, 40.142099796032099 ], [ -111.80261346396844, 40.142101342127027 ], [ -111.80243749475457, 40.142111571120559 ], [ -111.80228404844264, 40.142040558927619 ], [ -111.80207244053601, 40.14201499656037 ], [ -111.80185057724738, 40.14211563684816 ], [ -111.80175751765169, 40.14218835666518 ], [ -111.80146427026089, 40.14220840557612 ], [ -111.80124261710044, 40.142327062106084 ], [ -111.80104338189804, 40.142355468829344 ], [ -111.80085757747311, 40.142527933204818 ], [ -111.80110366112217, 40.142490193268983 ], [ -111.80130289669042, 40.142461786439071 ], [ -111.80159550993319, 40.142387685744445 ], [ -111.80182953651435, 40.142322999442143 ], [ -111.80206377453071, 40.142276330062913 ], [ -111.80226364486465, 40.142301973764539 ], [ -111.8024161378398, 40.142291907717734 ], [ -111.80262711062052, 40.142263417276354 ], [ -111.80280286811148, 40.14223517060212 ], [ -111.80286325673495, 40.142378902789893 ], [ -111.80273530075553, 40.142478893624165 ], [ -111.80259486387233, 40.142515904818403 ], [ -111.80237236384387, 40.142562493936744 ], [ -111.80212638663396, 40.142609245259685 ], [ -111.80191689551333, 40.142763856541734 ], [ -111.80219819475425, 40.142725870395644 ], [ -111.80272653122938, 40.14273121843722 ], [ -111.80301111802342, 40.142972499820488 ], [ -111.80300128878173, 40.143134737696442 ], [ -111.8007239085706, 40.143141498821372 ], [ -111.80074983291004, 40.148348767324698 ], [ -111.81756161581612, 40.148312370161271 ], [ -111.81755099721261, 40.146447495952891 ], [ -111.8175459303356, 40.143087017941824 ], [ -111.81506900379391, 40.143095469926322 ], [ -111.81578214162516, 40.142847193561096 ], [ -111.81741785626687, 40.142195989175406 ], [ -111.81910124953131, 40.141607490416661 ], [ -111.82002391084374, 40.141213554860542 ], [ -111.82066658196547, 40.140965747437299 ], [ -111.82212939182604, 40.140585984574713 ], [ -111.82369750037306, 40.140178426000965 ], [ -111.82448111191849, 40.13993860421165 ], [ -111.82533394600763, 40.139599180088823 ], [ -111.82598635638394, 40.13918910409361 ], [ -111.82669744741803, 40.138778605499205 ], [ -111.82754806991377, 40.138258992338045 ], [ -111.82842095097878, 40.137640109986812 ], [ -111.82932869979946, 40.136993943041432 ], [ -111.82991140441294, 40.136647410086432 ], [ -111.83038912564757, 40.136355683645419 ], [ -111.83047852728117, 40.135985655947017 ], [ -111.83069517173601, 40.135461555143287 ], [ -111.83113481650759, 40.134935853560762 ], [ -111.83163478651115, 40.134544858522347 ], [ -111.83227680241701, 40.134251944232105 ], [ -111.83322408105805, 40.133965839743418 ], [ -111.83421906995697, 40.133742449837612 ], [ -111.83545743551721, 40.133265031714991 ], [ -111.83638066118463, 40.132934027807188 ], [ -111.83745501619198, 40.132484801094819 ], [ -111.83817637624972, 40.131966044497673 ], [ -111.83906015164268, 40.131292946350726 ], [ -111.84011906612311, 40.130546495507346 ], [ -111.84067463626818, 40.129911803298633 ], [ -111.84118425155798, 40.129358527120154 ], [ -111.84158845734424, 40.128824033640562 ], [ -111.84212097299159, 40.12822553967645 ], [ -111.84257377637026, 40.127825830836734 ], [ -111.84272244745603, 40.127509418751167 ], [ -111.84283257215327, 40.12692300388489 ], [ -111.8429676127538, 40.126453530196976 ], [ -111.84307984841833, 40.126038278979266 ], [ -111.84314502988602, 40.125614360784255 ], [ -111.84307845106463, 40.124975175255301 ], [ -111.84318006160869, 40.124650095608196 ], [ -111.84345714203977, 40.124278690778674 ], [ -111.84379244942775, 40.123870823265186 ], [ -111.84411657493136, 40.123508083482022 ], [ -111.84436011262744, 40.123272062578231 ], [ -111.84461326533723, 40.122864791614667 ], [ -111.84486630354017, 40.122448511470239 ], [ -111.84516694710429, 40.122085940004503 ], [ -111.84538700666641, 40.121850088250795 ], [ -111.84561645552394, 40.121424969172622 ], [ -111.84570519810828, 40.121009886669725 ], [ -111.84568553850775, 40.12037035955958 ], [ -111.84569012943747, 40.119793721423676 ], [ -111.84572869541491, 40.119117731193462 ], [ -111.84579307316709, 40.118630750805195 ], [ -111.84592885942357, 40.118224333817885 ], [ -111.84614778741532, 40.117898394273645 ], [ -111.84657803702846, 40.117579919189325 ], [ -111.84709153814048, 40.117350928103164 ], [ -111.84771075290813, 40.117130170443026 ], [ -111.84842327482497, 40.116863678700746 ], [ -111.84884244553872, 40.116599333067427 ], [ -111.84903889531154, 40.116354637839777 ], [ -111.84953986032188, 40.116062661643809 ], [ -111.850039250591, 40.115644562509516 ], [ -111.85036689520629, 40.115570081586434 ], [ -111.85070268038382, 40.115207237468717 ], [ -111.85089878266072, 40.11493551325443 ], [ -111.85117701777885, 40.114663185087885 ], [ -111.85190936978755, 40.114108223646952 ], [ -111.85207363719192, 40.114107015199764 ], [ -111.85230684282614, 40.113988176305462 ], [ -111.85265445577257, 40.113634248895174 ], [ -111.85305926801482, 40.113162776218978 ], [ -111.85327668224964, 40.112719711302169 ], [ -111.85344479663611, 40.112087810680428 ], [ -111.85369616488471, 40.111545390675623 ], [ -111.85392271149995, 40.11089503961103 ], [ -111.85410412606075, 40.110389172224416 ], [ -111.85418964819664, 40.109721841533784 ], [ -111.85423229597829, 40.109379167514028 ], [ -111.85433157705219, 40.108873905424083 ], [ -111.85432650500539, 40.108468517093321 ], [ -111.85452279934181, 40.108214804041019 ], [ -111.85474244410939, 40.107951908862034 ], [ -111.85501916937804, 40.107562459407482 ], [ -111.8550136422993, 40.107121036536 ], [ -111.85470375723462, 40.106735916879991 ], [ -111.85440583316117, 40.106368727051084 ], [ -111.85416781173032, 40.106100198770591 ], [ -111.85384316302033, 40.105471930018325 ], [ -111.85375867463998, 40.10528335406147 ], [ -111.85359014970243, 40.1049422364786 ], [ -111.85337098469661, 40.104304179318937 ], [ -111.8532471397362, 40.103782542578635 ], [ -111.85326227416498, 40.103115730347341 ], [ -111.85336200438638, 40.102646503132149 ], [ -111.85357927178373, 40.102194428577114 ], [ -111.85396923872045, 40.101479805696307 ], [ -111.8542566599514, 40.101009193587124 ], [ -111.85453178268689, 40.100493624110527 ], [ -111.85475963932275, 40.099951374353218 ], [ -111.85503565626964, 40.099507872810676 ], [ -111.85535870564702, 40.099073032737827 ], [ -111.85552846180344, 40.098576257808297 ], [ -111.85583875726401, 40.098060425267455 ], [ -111.85611521134962, 40.097652955733118 ], [ -111.85638004462947, 40.097254580920293 ], [ -111.85678530078027, 40.096828138395153 ], [ -111.85719111709675, 40.096446737683564 ], [ -111.85755102559705, 40.096146760750649 ], [ -111.85798085975554, 40.095810226823367 ], [ -111.85811754868497, 40.095484872962423 ], [ -111.85826438197022, 40.095033311036147 ], [ -111.85845892581754, 40.094644461659641 ], [ -111.85868582662802, 40.094030135027964 ], [ -111.85896899397974, 40.09322619151181 ], [ -111.8591860819386, 40.092765097769806 ], [ -111.8595088469078, 40.092312228944678 ], [ -111.85981086938958, 40.092075740796751 ], [ -111.86012269136866, 40.091686017853689 ], [ -111.86038702483826, 40.091251599389409 ], [ -111.86077890254774, 40.090699109217738 ], [ -111.86113853819242, 40.090381104040979 ], [ -111.86157947992837, 40.089999426582352 ], [ -111.86208076736561, 40.089752440622107 ], [ -111.86240918416314, 40.089749995867358 ], [ -111.86267804517529, 40.089675917864049 ], [ -111.86289691735446, 40.089358955505951 ], [ -111.86299929348917, 40.08910592715246 ], [ -111.86268067540259, 40.088955139304375 ], [ -111.86234885173299, 40.088687325540981 ], [ -111.86240317620711, 40.088344560525819 ], [ -111.86253550865436, 40.087676872987686 ], [ -111.86268275169367, 40.087261339914583 ], [ -111.8628187192904, 40.086881928583885 ], [ -111.86292974934261, 40.086385579468804 ], [ -111.86314713088345, 40.085951504206903 ], [ -111.86331918921006, 40.085643899219086 ], [ -111.86391141884984, 40.085170990111024 ], [ -111.86454167426355, 40.084923031487406 ], [ -111.86523284759235, 40.084854804279516 ], [ -111.86537392966906, 40.084880778839171 ], [ -111.86583236153852, 40.084958438483099 ], [ -111.86619548325508, 40.084919685673242 ], [ -111.86681411383326, 40.084680811127086 ], [ -111.86730190014829, 40.084298761164966 ], [ -111.86773321347466, 40.084088312574302 ], [ -111.86783487771933, 40.083781228173258 ], [ -111.86810039085837, 40.083445887364654 ], [ -111.86824839239075, 40.083093407827853 ], [ -111.86833672258457, 40.082660289964245 ], [ -111.86850886386966, 40.082361686067046 ], [ -111.86883300741067, 40.082025903911756 ], [ -111.8690629820065, 40.081663798899427 ], [ -111.86927052994413, 40.081382947184665 ], [ -111.86958156214905, 40.080939147332316 ], [ -111.86999825304787, 40.080503562610005 ], [ -111.8703205452542, 40.080023638172186 ], [ -111.87058603182926, 40.079688291735295 ], [ -111.8707587297794, 40.079434727708872 ], [ -111.87115194950387, 40.078999315209735 ], [ -111.8712985480698, 40.07853872814119 ], [ -111.87121140561294, 40.078142965555628 ], [ -111.87093708996528, 40.077784648307897 ], [ -111.87086535020164, 40.077677073649845 ], [ -111.87052147924069, 40.077382344784752 ], [ -111.8700721831443, 40.077097416282207 ], [ -111.86970841764392, 40.077082128977949 ], [ -111.86958136906109, 40.077236244329526 ], [ -111.86963526794132, 40.077785419344309 ], [ -111.86973596190164, 40.078325233440317 ], [ -111.86968213979019, 40.078704036566883 ], [ -111.86936859747527, 40.078949646661215 ], [ -111.86873715531338, 40.079098535975703 ], [ -111.86798477622062, 40.078960024098109 ], [ -111.86691256447132, 40.078571635306261 ], [ -111.86585368947701, 40.07830926987458 ], [ -111.8643222051046, 40.077771127434929 ], [ -111.86303803561438, 40.077312207847996 ], [ -111.86175592732407, 40.077015429714031 ], [ -111.86081164241411, 40.076535937282515 ], [ -111.85938260697723, 40.075744701513209 ], [ -111.85822444821656, 40.075041536485017 ], [ -111.857503924055, 40.074632434869507 ], [ -111.85689864127832, 40.074060305081098 ], [ -111.85662588419754, 40.073819065548633 ], [ -111.85629043507808, 40.073253946287061 ], [ -111.85630734359287, 40.072731269451218 ], [ -111.85631308988198, 40.072253722658871 ], [ -111.85656610009725, 40.071855433410626 ], [ -111.85679565529718, 40.071457317072394 ], [ -111.85710728971925, 40.071058592995605 ], [ -111.85718609636538, 40.070796733883 ], [ -111.85724032120824, 40.070444961434461 ], [ -111.8573527227674, 40.070056720318135 ], [ -111.85774461973801, 40.069513248108329 ], [ -111.85848760046338, 40.068913116177058 ], [ -111.85910317214726, 40.068440057680547 ], [ -111.85999402794097, 40.067478438468832 ], [ -111.86068802496997, 40.066716484570257 ], [ -111.86119508581275, 40.066009973427235 ], [ -111.8616207424122, 40.065358122637384 ], [ -111.86189283225805, 40.064617317611308 ], [ -111.86214339744802, 40.064029834003257 ], [ -111.86213737865017, 40.06355237390293 ], [ -111.8620253844541, 40.063039664263556 ], [ -111.86193729513099, 40.062562814724586 ], [ -111.86183759618275, 40.062095060973625 ], [ -111.8618553691733, 40.061644452287481 ], [ -111.86210615134526, 40.06107498594406 ], [ -111.8621973335221, 40.060867088164869 ], [ -111.8625892539515, 40.060332608358102 ], [ -111.8630860025655, 40.059743289081752 ], [ -111.86355018669241, 40.059361429632304 ], [ -111.86420126495993, 40.058924117114827 ], [ -111.86499484316805, 40.058629889584125 ], [ -111.86571909794429, 40.058417260471963 ], [ -111.8661528780102, 40.058414018165941 ], [ -111.8667720696663, 40.05823820605832 ], [ -111.8672252986573, 40.057919480575165 ], [ -111.86758324899233, 40.057484342933229 ], [ -111.86771924732447, 40.057113933511687 ], [ -111.86779696958745, 40.056770989049191 ], [ -111.8679112329297, 40.05653588519565 ], [ -111.86818996631358, 40.056326577422233 ], [ -111.86829307591094, 40.056136604442521 ], [ -111.86811276670777, 40.055786583787238 ], [ -111.86813164062278, 40.055426060908445 ], [ -111.86838314887129, 40.05491964193083 ], [ -111.86854144055859, 40.05445896893324 ], [ -111.86856420053451, 40.054404741075452 ], [ -111.87822505001202, 40.054412996171642 ], [ -111.88058115237909, 40.054377092827565 ], [ -111.8814016495332, 40.05436184396342 ], [ -111.88154232604003, 40.054360773629199 ], [ -111.88132080896121, 40.039893131810523 ], [ -111.88130980233058, 40.037217377180397 ], [ -111.88149581599934, 40.0370988378913 ], [ -111.88158818451554, 40.036990020417072 ], [ -111.88168066876528, 40.036890211546584 ], [ -111.88179682489124, 40.036808241567861 ], [ -111.88193653683821, 40.036735101734564 ], [ -111.88206452847587, 40.036662050957638 ], [ -111.88222802811636, 40.036615758357797 ], [ -111.88235613532915, 40.036551715938273 ], [ -111.8824249456804, 40.036434067634033 ], [ -111.88248203584946, 40.036316508553249 ], [ -111.88255096189106, 40.03620786884958 ], [ -111.88260805166104, 40.036090309706545 ], [ -111.8828499874282, 40.035764122356113 ], [ -111.88295395565602, 40.035646205835711 ], [ -111.88289245200582, 40.035421435486192 ], [ -111.88280901943268, 40.035313956470667 ], [ -111.88272547096753, 40.035197468713925 ], [ -111.88264203893374, 40.035089989568228 ], [ -111.88255849103084, 40.034973501680575 ], [ -111.88246333983601, 40.0348661116643 ], [ -111.88239162830595, 40.034758543063994 ], [ -111.88234324022821, 40.034641787246237 ], [ -111.88235345053113, 40.034524585182773 ], [ -111.88239870355955, 40.034398106688563 ], [ -111.88245579214009, 40.034280547597675 ], [ -111.88254803926736, 40.034162720684975 ], [ -111.88260524353664, 40.034054170199092 ], [ -111.88261533718513, 40.033927959427992 ], [ -111.88259027224714, 40.033802016468613 ], [ -111.88255360403618, 40.033685171445711 ], [ -111.88249349699743, 40.033568504929171 ], [ -111.88240995124957, 40.033452016881242 ], [ -111.88234996076515, 40.03334435896079 ], [ -111.88228985438137, 40.0332276923248 ], [ -111.88226467423415, 40.033092740589943 ], [ -111.88225109748116, 40.032948690931008 ], [ -111.88227302709538, 40.032831399607339 ], [ -111.88253154956854, 40.032883488211461 ], [ -111.88259153991966, 40.03299114604765 ], [ -111.88262832393632, 40.033116999755563 ], [ -111.88267682751417, 40.033242764170623 ], [ -111.8827252151257, 40.03335951988155 ], [ -111.88278532236711, 40.033476186279756 ], [ -111.88284554598162, 40.033601861320761 ], [ -111.88289393414463, 40.0337186169482 ], [ -111.88295415817892, 40.033844291923067 ], [ -111.88294394898548, 40.033961494040859 ], [ -111.88288674533105, 40.034070044689059 ], [ -111.88279449891364, 40.034187871865619 ], [ -111.88273729483832, 40.034296422440441 ], [ -111.88266860325382, 40.034423079621789 ], [ -111.88263495421469, 40.034540460262903 ], [ -111.88265990338485, 40.03465739451557 ], [ -111.88274345106332, 40.034773882338705 ], [ -111.88282688286063, 40.034881361419629 ], [ -111.88305130015264, 40.035014794724901 ], [ -111.88311001497799, 40.035023356792152 ], [ -111.88319216927061, 40.03503174016587 ], [ -111.88330820421464, 40.034940760024199 ], [ -111.88338884728269, 40.034832030480771 ], [ -111.88359526725465, 40.034479083616141 ], [ -111.88370944022169, 40.034243964273159 ], [ -111.88379019813854, 40.034144243128708 ], [ -111.88410278761067, 40.033844542846573 ], [ -111.8841952639921, 40.033744732000983 ], [ -111.88429957594751, 40.033653840315864 ], [ -111.88442721019572, 40.033553760955634 ], [ -111.88434238122703, 40.033338178909858 ], [ -111.88428227147254, 40.033221513344159 ], [ -111.88421044253253, 40.03310493717575 ], [ -111.88416205258739, 40.032988182105541 ], [ -111.8841252658338, 40.032862328911634 ], [ -111.88407687621233, 40.032745573797563 ], [ -111.88401676744658, 40.032628908071736 ], [ -111.88389852762114, 40.032548724034292 ], [ -111.88374547905107, 40.032495834064292 ], [ -111.88360403373642, 40.032433845841275 ], [ -111.88350900076729, 40.032335465295418 ], [ -111.88341373560384, 40.032219067308404 ], [ -111.88334202544026, 40.032111499233764 ], [ -111.88321195187731, 40.03202239513238 ], [ -111.88307132133731, 40.032023467000585 ], [ -111.88290794936636, 40.032078769382558 ], [ -111.88275583177074, 40.032097947529287 ], [ -111.88259199485681, 40.032117214744687 ], [ -111.8824280417423, 40.03212747304751 ], [ -111.88209990323102, 40.032129971593449 ], [ -111.8819356018812, 40.032113203151937 ], [ -111.88178290381703, 40.032087336608555 ], [ -111.88145383763475, 40.032017763851059 ], [ -111.88130137186536, 40.032009914037587 ], [ -111.88129603796796, 40.031595514523701 ], [ -111.88156685415117, 40.031692559638778 ], [ -111.88170852813923, 40.031772567761521 ], [ -111.88184973834916, 40.031816540971555 ], [ -111.88201403896693, 40.031833309543607 ], [ -111.88234217606416, 40.031830811256079 ], [ -111.88283368469553, 40.031773009994616 ], [ -111.88298568537115, 40.031744823071598 ], [ -111.88314905648539, 40.031689520586156 ], [ -111.88330105683887, 40.031661333252423 ], [ -111.88343078111774, 40.031723411225435 ], [ -111.88353753228593, 40.031821702494746 ], [ -111.88362096163669, 40.031929181083619 ], [ -111.88369278830936, 40.032045757665195 ], [ -111.88390431564054, 40.032089192058571 ], [ -111.88403229654381, 40.032016139166764 ], [ -111.88407754488568, 40.031889660014201 ], [ -111.88409947105862, 40.031772368361224 ], [ -111.88416652877986, 40.031519588833227 ], [ -111.88423533110132, 40.031401939441132 ], [ -111.88429241410769, 40.031284379446355 ], [ -111.88431433973699, 40.031167087746674 ], [ -111.88431271086428, 40.031040966242728 ], [ -111.88432280102016, 40.030914755296799 ], [ -111.88435632913627, 40.030788365464211 ], [ -111.88440169246532, 40.030670894853188 ], [ -111.88444693927875, 40.03054441554432 ], [ -111.88450413760233, 40.030435864119191 ], [ -111.88457293828519, 40.030318214522943 ], [ -111.88465357401866, 40.030209484094172 ], [ -111.88474592837582, 40.030100664129577 ], [ -111.88483839885377, 40.030000852771842 ], [ -111.88495442317651, 40.029909871019527 ], [ -111.88505872836259, 40.029818978665745 ], [ -111.88516291681813, 40.029719077540705 ], [ -111.88521999687356, 40.029601517087634 ], [ -111.88524180396125, 40.029475216522656 ], [ -111.88521673598295, 40.02934927407032 ], [ -111.88513330736636, 40.029241796576144 ], [ -111.88506148128663, 40.029125220826359 ], [ -111.88508328853172, 40.028998920279399 ], [ -111.88519744756942, 40.02876379940448 ], [ -111.88524280817192, 40.028646328453704 ], [ -111.88527633355113, 40.028519938336373 ], [ -111.88535708256767, 40.028420216100294 ], [ -111.88549689017319, 40.028356080776419 ], [ -111.88564841608007, 40.028291855717598 ], [ -111.88578822314636, 40.028227720046587 ], [ -111.88597315580648, 40.02802809561895 ], [ -111.88610101037928, 40.02794603181831 ], [ -111.88638062197982, 40.027817759234537 ], [ -111.88650847566791, 40.027735694990909 ], [ -111.88662437732026, 40.027635702918261 ], [ -111.88672867685332, 40.027544809087594 ], [ -111.88684481119405, 40.027462834155202 ], [ -111.88699668390032, 40.0274256333933 ], [ -111.8871605082587, 40.027406360069655 ], [ -111.88730031208247, 40.027342222599515 ], [ -111.88739277514838, 40.027242409237161 ], [ -111.88747340283591, 40.02713367687695 ], [ -111.88760125392999, 40.027051611446062 ], [ -111.887741056613, 40.026987473452614 ], [ -111.88789292776119, 40.026950271529699 ], [ -111.88805686753241, 40.02694000562866 ], [ -111.88825607907147, 40.026938478686795 ], [ -111.88816443554443, 40.027101353455365 ], [ -111.88802474985688, 40.027174500632562 ], [ -111.88787311188899, 40.027229720083938 ], [ -111.88774502723004, 40.027293768459543 ], [ -111.88761717586442, 40.027375834048726 ], [ -111.88738514254852, 40.027557802680221 ], [ -111.88712920424949, 40.027703915583622 ], [ -111.88698939952944, 40.027768052853126 ], [ -111.88686154636777, 40.027850117621362 ], [ -111.88673357624555, 40.027923173572795 ], [ -111.88659388733747, 40.027996319049585 ], [ -111.88646591665386, 40.028069374709645 ], [ -111.88632622715853, 40.028142519868261 ], [ -111.88621009104963, 40.028224494290647 ], [ -111.88608235266521, 40.028315566890882 ], [ -111.88596609941587, 40.028388532393691 ], [ -111.88573405826931, 40.028570497772265 ], [ -111.88561815374331, 40.028670488969652 ], [ -111.88552568617442, 40.028770300940543 ], [ -111.88551548198402, 40.028887503330594 ], [ -111.88556387120002, 40.029004257923852 ], [ -111.88560065838629, 40.029130110737846 ], [ -111.88561400825127, 40.029256142672899 ], [ -111.88561727059445, 40.029508385667206 ], [ -111.8855954641912, 40.029634686294735 ], [ -111.88553826825364, 40.02974323824742 ], [ -111.88544603213093, 40.029861067509351 ], [ -111.88536539806618, 40.029969798477971 ], [ -111.88529648261958, 40.030078439855139 ], [ -111.88523940231363, 40.030196000339203 ], [ -111.88525275175832, 40.030322032297889 ], [ -111.88517211685476, 40.030430763132657 ], [ -111.88512687145737, 40.030557242711808 ], [ -111.88524650684425, 40.030745529671464 ], [ -111.88537634758322, 40.0308166141524 ], [ -111.88543447659612, 40.030780131700546 ], [ -111.88550444103541, 40.030752568338137 ], [ -111.8857364900889, 40.030570603400292 ], [ -111.88586423309219, 40.030479531165732 ], [ -111.88598037339675, 40.030397557075538 ], [ -111.88610811575205, 40.030306484576442 ], [ -111.8862242554704, 40.030224510245702 ], [ -111.88635211379002, 40.030142446157463 ], [ -111.88651547829818, 40.030087138981244 ], [ -111.88649402328404, 40.030240465774021 ], [ -111.88639006924954, 40.030358385424577 ], [ -111.8861816937457, 40.030558189749904 ], [ -111.8860773889609, 40.030649083099185 ], [ -111.8859613649165, 40.030740065961893 ], [ -111.88583350501779, 40.030822129627779 ], [ -111.88570552828145, 40.030895184478965 ], [ -111.88555376369195, 40.030941392293784 ], [ -111.88538993039974, 40.030960663430825 ], [ -111.88523828191465, 40.031015879512381 ], [ -111.88511030417276, 40.031088933714521 ], [ -111.8849824425929, 40.031170996454485 ], [ -111.88489008720263, 40.03127981659928 ], [ -111.88488069659583, 40.031460079637718 ], [ -111.88497538096624, 40.031531433035333 ], [ -111.88513944866558, 40.031530179822639 ], [ -111.88530339987464, 40.031519917701893 ], [ -111.88546723452882, 40.031500646674253 ], [ -111.88561934997546, 40.031481464988403 ], [ -111.88578365061258, 40.031498228214573 ], [ -111.88594806789072, 40.031523999881053 ], [ -111.88607791083477, 40.031595083542349 ], [ -111.88613802215303, 40.031711748191178 ], [ -111.8862216886186, 40.031837242212752 ], [ -111.88633981325923, 40.03190841520022 ], [ -111.88647974362105, 40.031853287333718 ], [ -111.8865956521753, 40.03175329528392 ], [ -111.88667628631885, 40.031644563490673 ], [ -111.88674520109154, 40.031535921328562 ], [ -111.88682571806615, 40.03141818076034 ], [ -111.88689463237884, 40.031309538510193 ], [ -111.88698698459291, 40.031200716802353 ], [ -111.88707945322712, 40.031100903694188 ], [ -111.8871718048694, 40.030992081841418 ], [ -111.88727599196037, 40.030892178850401 ], [ -111.88734490503958, 40.030783536336223 ], [ -111.88735498957195, 40.030657325181956 ], [ -111.88742390229544, 40.030548682620363 ], [ -111.88750453372963, 40.030439950258078 ], [ -111.88747946121241, 40.030314008365259 ], [ -111.88741934889228, 40.030197344396029 ], [ -111.88737083889995, 40.030071581972152 ], [ -111.88731072698432, 40.029954917937395 ], [ -111.88727393619376, 40.02982906572317 ], [ -111.88727230194741, 40.029702944290975 ], [ -111.88729410527117, 40.029576643382782 ], [ -111.88737473579691, 40.029467911102984 ], [ -111.887514660351, 40.029412782026981 ], [ -111.88774973612203, 40.029465038632793 ], [ -111.88764578542356, 40.029582959389231 ], [ -111.88756515519964, 40.029691691852314 ], [ -111.88754335234407, 40.029817992803977 ], [ -111.88759174568915, 40.029934746486894 ], [ -111.88774409060731, 40.029933579395696 ], [ -111.88786011090302, 40.02984259477595 ], [ -111.88803530908874, 40.029796204351022 ], [ -111.88799123766979, 40.030012771716407 ], [ -111.8878987718185, 40.030112585540316 ], [ -111.88794786692016, 40.030283391087941 ], [ -111.88806458855248, 40.030246458292588 ], [ -111.88809962838577, 40.030237180165464 ], [ -111.88825115591889, 40.030172951704714 ], [ -111.88840291692908, 40.030126740389022 ], [ -111.88856709801424, 40.030134491029841 ], [ -111.8885803366572, 40.03025151387002 ], [ -111.8884761524487, 40.030351418013495 ], [ -111.88834817945646, 40.030424475749165 ], [ -111.88820837039745, 40.030488614507796 ], [ -111.88806867791432, 40.030561761770414 ], [ -111.88795265669862, 40.030652746598108 ], [ -111.88784847096412, 40.030752650186948 ], [ -111.88775600392329, 40.03085246389746 ], [ -111.88765181760004, 40.030952367312494 ], [ -111.88754751420042, 40.031043261964385 ], [ -111.88733914006509, 40.031243068333858 ], [ -111.88724667162511, 40.031342881644811 ], [ -111.88716603874119, 40.031451613826889 ], [ -111.88710896056092, 40.031569175181893 ], [ -111.88694769357841, 40.031786639301174 ], [ -111.88685534052813, 40.031895460976074 ], [ -111.88675103464423, 40.031986354923454 ], [ -111.88649531186473, 40.032150483854238 ], [ -111.88635561415532, 40.032223629087518 ], [ -111.88627486222218, 40.032323351987614 ], [ -111.8862060625309, 40.032441002544239 ], [ -111.88614898189998, 40.032558563433341 ], [ -111.88611533970436, 40.032675945047849 ], [ -111.8861304402409, 40.032937106904519 ], [ -111.88629789314966, 40.033197103478045 ], [ -111.88648400388, 40.033087564982139 ], [ -111.88661186716659, 40.033005500592644 ], [ -111.88672789411827, 40.032914517081394 ], [ -111.88698385256315, 40.03276840497324 ], [ -111.88712366741262, 40.032704267654019 ], [ -111.88727555153467, 40.032667066434961 ], [ -111.8874391547903, 40.032629775260844 ], [ -111.88759103856879, 40.032592573631391 ], [ -111.88791894515299, 40.032572042176454 ], [ -111.88772193645872, 40.032744733410276 ], [ -111.88758223888621, 40.032817880114031 ], [ -111.88744242424647, 40.032882017983219 ], [ -111.8873027260917, 40.032955164354533 ], [ -111.88717486374017, 40.033037229497118 ], [ -111.88713008733173, 40.033199744455452 ], [ -111.88720157110106, 40.033289292751562 ], [ -111.88738931526659, 40.033305874171148 ], [ -111.88753018183696, 40.033322814369285 ], [ -111.88785809193614, 40.033302283050837 ], [ -111.88835030734856, 40.033298510333786 ], [ -111.88851414531264, 40.033279234966471 ], [ -111.8886659129858, 40.033233023257687 ], [ -111.88879389082696, 40.033159965152592 ], [ -111.8888745230666, 40.033051231875646 ], [ -111.88891976307694, 40.032924750944488 ], [ -111.8889399267825, 40.032672328507502 ], [ -111.88896184483426, 40.032555036038147 ], [ -111.88900708437167, 40.032428555067483 ], [ -111.88908771543004, 40.032319821641671 ], [ -111.88920385489655, 40.032237844354107 ], [ -111.88941222650206, 40.032038034691361 ], [ -111.88949285646332, 40.031929300988367 ], [ -111.88956164997251, 40.03181164853698 ], [ -111.88953657313063, 40.03168570716565 ], [ -111.88967685156284, 40.031657601464069 ], [ -111.88985205308849, 40.031611208269155 ], [ -111.88976732669772, 40.031404638948793 ], [ -111.88968377137907, 40.031288156208937 ], [ -111.88964709252883, 40.031171313498128 ], [ -111.8896327984301, 40.03097321282597 ], [ -111.8896897547216, 40.030846641602253 ], [ -111.88975866389971, 40.030737997693876 ], [ -111.88987468282441, 40.03064701108368 ], [ -111.89000253747395, 40.030564943012187 ], [ -111.89011867289025, 40.030482964827499 ], [ -111.89022273774897, 40.030374050567751 ], [ -111.8902799267255, 40.030265496389667 ], [ -111.89024313031734, 40.030139645186381 ], [ -111.89015957577909, 40.03002316275645 ], [ -111.89004121633491, 40.029933976314815 ], [ -111.88988922274115, 40.029962172427155 ], [ -111.88980871273998, 40.030079915077415 ], [ -111.88973933605276, 40.030152524351401 ], [ -111.88972796835147, 40.030179640338261 ], [ -111.88951609235856, 40.030109190535647 ], [ -111.88946757859668, 40.029983429029102 ], [ -111.88956015900017, 40.029892622645797 ], [ -111.88968801264114, 40.029810554922065 ], [ -111.88982758477263, 40.029728397065746 ], [ -111.8899318831367, 40.029637500395758 ], [ -111.89002434536542, 40.029537684980575 ], [ -111.89012852607298, 40.029437779469276 ], [ -111.89025626105929, 40.029346702461623 ], [ -111.89033700371174, 40.029246976837548 ], [ -111.89033548098989, 40.029129864164744 ], [ -111.89029856800214, 40.028995004281583 ], [ -111.89029692823361, 40.028868882934717 ], [ -111.89031872573057, 40.028742581503181 ], [ -111.89039935045668, 40.028633847166233 ], [ -111.89052731790711, 40.028560787203148 ], [ -111.89068001117263, 40.028586642287536 ], [ -111.89074024473592, 40.02871231321884 ], [ -111.8907183308453, 40.028829606054963 ], [ -111.89075501018898, 40.028946448467174 ], [ -111.89089657175926, 40.029017436671303 ], [ -111.890874658049, 40.029134729529012 ], [ -111.8908058694149, 40.029252382759786 ], [ -111.89059751025, 40.029452194886979 ], [ -111.89051688490159, 40.029560929353693 ], [ -111.89045969687072, 40.029669483651297 ], [ -111.89042618056345, 40.029795875145233 ], [ -111.89046309426274, 40.029930734961788 ], [ -111.8906992286113, 40.030064063521422 ], [ -111.8907593463673, 40.030180725731832 ], [ -111.89074926816977, 40.030306937123363 ], [ -111.89070391600676, 40.030424410105347 ], [ -111.89061145360522, 40.03052422604997 ], [ -111.89049555303761, 40.030624222051394 ], [ -111.89037941784308, 40.030706200609536 ], [ -111.89021605508897, 40.030761513210017 ], [ -111.89008784901721, 40.030816555520033 ], [ -111.89001905738623, 40.030934208283078 ], [ -111.88998553968726, 40.031060599637854 ], [ -111.89001061710299, 40.031186540918966 ], [ -111.8900940557368, 40.031294014755964 ], [ -111.8901767919111, 40.031347436543321 ], [ -111.89022401958563, 40.031374102395574 ], [ -111.89038773522987, 40.031345815764766 ], [ -111.89050375432197, 40.031254828531992 ], [ -111.8905726625983, 40.031146184156711 ], [ -111.89066489151338, 40.031028350916948 ], [ -111.89074551830971, 40.030919616358204 ], [ -111.89087348961064, 40.030846555998657 ], [ -111.89103743817509, 40.030836285790059 ], [ -111.89099396179826, 40.031097897475284 ], [ -111.89127498393768, 40.031077717055851 ], [ -111.89120666312691, 40.031231405146436 ], [ -111.89097462660693, 40.031413380884935 ], [ -111.89088216329517, 40.031513197038997 ], [ -111.89080153603605, 40.03162193168707 ], [ -111.89073274485573, 40.031739584853106 ], [ -111.89067567260136, 40.031857147895103 ], [ -111.89063031933387, 40.031974620829757 ], [ -111.89060852149413, 40.032100922255054 ], [ -111.89062188124696, 40.032226953442056 ], [ -111.89053117390789, 40.03246189924333 ], [ -111.89068434467013, 40.032523788854711 ], [ -111.89083669522053, 40.032522617635259 ], [ -111.89116436581656, 40.032484059688748 ], [ -111.89132808369338, 40.032455771709813 ], [ -111.89148008217643, 40.032427573667853 ], [ -111.8916437997799, 40.032399285245425 ], [ -111.89180739990481, 40.032361987934408 ], [ -111.8919592806123, 40.032324780609372 ], [ -111.89209920716844, 40.032269646000181 ], [ -111.89223901610161, 40.032205502566185 ], [ -111.89236687074451, 40.032123431906669 ], [ -111.89249484250837, 40.032050369765663 ], [ -111.89291426604545, 40.031857937551521 ], [ -111.8930539558624, 40.031784784490661 ], [ -111.89319376289801, 40.031720639919925 ], [ -111.89347325862218, 40.031583341623147 ], [ -111.89361306484771, 40.031519196553063 ], [ -111.89374115172851, 40.031455141710296 ], [ -111.8938809574375, 40.031390996321178 ], [ -111.8940206452565, 40.031317842110759 ], [ -111.89417228711005, 40.031262614607442 ], [ -111.89431220967954, 40.031207477358969 ], [ -111.89447580544505, 40.031170176319712 ], [ -111.8946277997107, 40.031141974187641 ], [ -111.89495522588328, 40.031085388300724 ], [ -111.89510733752006, 40.031066194196057 ], [ -111.89543499853146, 40.031027624265086 ], [ -111.89558687423252, 40.030990412230409 ], [ -111.89575046875366, 40.030953109403299 ], [ -111.89590222623919, 40.030906888307548 ], [ -111.89604214665503, 40.030851748989853 ], [ -111.89618194893502, 40.030787600854872 ], [ -111.89635726158555, 40.03075020653921 ], [ -111.89637810495147, 40.030551834923628 ], [ -111.89625784993343, 40.030318516530265 ], [ -111.89624448025593, 40.030192486061949 ], [ -111.89627810388993, 40.030075101660593 ], [ -111.89634676593454, 40.029948436640609 ], [ -111.89642750033066, 40.029848706872194 ], [ -111.89651995327318, 40.029748886377924 ], [ -111.8967282958437, 40.029549063790625 ], [ -111.89683258466253, 40.029458161009707 ], [ -111.89694859191819, 40.029367167423416 ], [ -111.89707643558231, 40.029285091647488 ], [ -111.89726417084385, 40.029301657171594 ], [ -111.89733578164082, 40.029400207823599 ], [ -111.89725516714005, 40.029508946861782 ], [ -111.89713916006083, 40.029599940750977 ], [ -111.89703487144172, 40.029690843803543 ], [ -111.89680285577394, 40.029872831034197 ], [ -111.89669868426648, 40.029972742439604 ], [ -111.89658267566303, 40.030063735781198 ], [ -111.89669121244486, 40.030297144530358 ], [ -111.89672790277861, 40.030413984901656 ], [ -111.89676471122482, 40.030539833906857 ], [ -111.89677808193855, 40.030665864296367 ], [ -111.89680317166329, 40.03079180397998 ], [ -111.89671201552044, 40.030990719829511 ], [ -111.89658428622757, 40.031081803868105 ], [ -111.89643252883361, 40.03112802585504 ], [ -111.89626881636474, 40.031156320995109 ], [ -111.89611694068459, 40.031193533922611 ], [ -111.89595322792086, 40.0312218286196 ], [ -111.89580123405683, 40.031250032485985 ], [ -111.89547380784312, 40.031306620763104 ], [ -111.89530997673148, 40.031325905905106 ], [ -111.8951578645808, 40.031345100280681 ], [ -111.8948302018827, 40.031383669444217 ], [ -111.89466648810021, 40.031411962332974 ], [ -111.89451461094562, 40.031449173174245 ], [ -111.89437480572671, 40.031513319322123 ], [ -111.89423488258858, 40.031568456649616 ], [ -111.89395527086707, 40.031696748112253 ], [ -111.89380374547743, 40.031760983994531 ], [ -111.89366382136413, 40.031816120640634 ], [ -111.89352401458613, 40.031880265774838 ], [ -111.89337248837845, 40.0319445011 ], [ -111.89323256353586, 40.031999637231465 ], [ -111.89310459266819, 40.032072700178261 ], [ -111.89282521168113, 40.032219006260533 ], [ -111.89283928038631, 40.032399089080627 ], [ -111.89272337999071, 40.032499087277671 ], [ -111.89257173421308, 40.032554312915778 ], [ -111.89241985334642, 40.032591521044147 ], [ -111.89226808971227, 40.032637737632015 ], [ -111.89210448919422, 40.032675035596235 ], [ -111.89195260779572, 40.032712243117039 ], [ -111.89180060888894, 40.032740441782316 ], [ -111.89147317205402, 40.032797018853493 ], [ -111.89132105547348, 40.032816208234536 ], [ -111.89099314891956, 40.032836749318754 ], [ -111.89082931277491, 40.032856028173839 ], [ -111.89050187453549, 40.032912602513733 ], [ -111.89034999170249, 40.032949807947446 ], [ -111.89021017945026, 40.033013949129774 ], [ -111.89009415702478, 40.033104936078054 ], [ -111.88998997078519, 40.033204841557307 ], [ -111.88993289607365, 40.033322404231249 ], [ -111.88991097946756, 40.033439696853428 ], [ -111.88984394126754, 40.033692479412231 ], [ -111.88982214148595, 40.033818780674309 ], [ -111.88978850502851, 40.033936163268109 ], [ -111.88976670507517, 40.034062464516445 ], [ -111.88973318548419, 40.034188855752411 ], [ -111.88969954870363, 40.034306238316603 ], [ -111.88966602887726, 40.034432629530542 ], [ -111.88960895262184, 40.034550192037479 ], [ -111.88951648314674, 40.034650007116127 ], [ -111.88938862036605, 40.034732074683575 ], [ -111.88923696690462, 40.034787296019253 ], [ -111.88908496222206, 40.034815491174363 ], [ -111.88892112076498, 40.034834767382158 ], [ -111.8887336059644, 40.034836205823396 ], [ -111.88866574357287, 40.035025927068403 ], [ -111.88865566096412, 40.035152138223133 ], [ -111.88857502596113, 40.035260871339474 ], [ -111.88848267093658, 40.035369694269761 ], [ -111.88840203540671, 40.035478427267442 ], [ -111.88833323632356, 40.035596079018447 ], [ -111.88784941633838, 40.036248475557969 ], [ -111.8877806155499, 40.036366126984106 ], [ -111.88773525444925, 40.036483598781622 ], [ -111.88772505313871, 40.036600801182985 ], [ -111.88775024544594, 40.036735751518925 ], [ -111.88779864425004, 40.036852504920169 ], [ -111.88790540974929, 40.036950791923431 ], [ -111.88800045549937, 40.037049168646959 ], [ -111.88800209151196, 40.037175289893881 ], [ -111.8879685672353, 40.037301680604173 ], [ -111.88794676296062, 40.037427981485671 ], [ -111.88793667875298, 40.037554192544277 ], [ -111.88798531219459, 40.037688963160832 ], [ -111.88811271464512, 40.037570862467113 ], [ -111.88816956214349, 40.037435283383417 ], [ -111.88825020029336, 40.037326550554752 ], [ -111.88838978933958, 40.037244394350175 ], [ -111.88854215048937, 40.037243226033873 ], [ -111.88869509637992, 40.037287100810069 ], [ -111.88885976256546, 40.037330885472002 ], [ -111.88902419497043, 40.037356652582091 ], [ -111.88918851047968, 40.037373410800157 ], [ -111.8893525919912, 40.03737215147072 ], [ -111.88959742647984, 40.037271166822045 ], [ -111.88968989930584, 40.037171351686169 ], [ -111.88970982696662, 40.036900912002558 ], [ -111.88969646781972, 40.036774880802767 ], [ -111.88969471163001, 40.036639750948019 ], [ -111.88983289236556, 40.036449489144054 ], [ -111.88999662028058, 40.036421202956134 ], [ -111.89032524730106, 40.036454716449242 ], [ -111.89047760661337, 40.036453545607102 ], [ -111.89065317140034, 40.036434177076394 ], [ -111.89081713336979, 40.036423907042689 ], [ -111.89096937534742, 40.036413726900221 ], [ -111.89113345447949, 40.03641246507398 ], [ -111.89129741631234, 40.036402194361905 ], [ -111.89162557448154, 40.036399669548707 ], [ -111.89178953619707, 40.03638939814131 ], [ -111.89211769426095, 40.0363868719351 ], [ -111.89228165585909, 40.036376599832401 ], [ -111.89244573484356, 40.036375336148936 ], [ -111.89277412774744, 40.036390825385006 ], [ -111.89293855925821, 40.036416586952356 ], [ -111.89306841868937, 40.03648766253901 ], [ -111.89296575940354, 40.036704683081709 ], [ -111.89282582456561, 40.036759818787324 ], [ -111.89266186214655, 40.036770091668608 ], [ -111.89233370229447, 40.036772619435851 ], [ -111.89216950494776, 40.036764874320198 ], [ -111.89200542501739, 40.036766137622649 ], [ -111.89134863600412, 40.036735153897965 ], [ -111.89118432155769, 40.036718398730677 ], [ -111.89085616182136, 40.03672092231082 ], [ -111.8906919647272, 40.036713175097901 ], [ -111.89052788485475, 40.036714436306802 ], [ -111.89035196781423, 40.036706778688902 ], [ -111.89018788794193, 40.036708039416212 ], [ -111.89008510202757, 40.036916048846081 ], [ -111.89007513895466, 40.037051268713512 ], [ -111.89002989850115, 40.037177750013022 ], [ -111.88999637797839, 40.037304141269153 ], [ -111.88992757987596, 40.037421793920288 ], [ -111.8898231527379, 40.037503681939569 ], [ -111.88967149353853, 40.037558903881056 ], [ -111.88950799688472, 40.037605206947305 ], [ -111.88947283644347, 40.037605476871619 ], [ -111.88934414889519, 40.037624483815705 ], [ -111.88918006677854, 40.037625743139742 ], [ -111.88901586765789, 40.037617993574244 ], [ -111.88885131765436, 40.03758321780262 ], [ -111.88869907271251, 40.037593395191685 ], [ -111.88853557529363, 40.037639696893464 ], [ -111.88840770579876, 40.03772176341014 ], [ -111.888338670731, 40.037821397826747 ], [ -111.88829342657368, 40.037947878472067 ], [ -111.88825990248444, 40.03807426924822 ], [ -111.88823809852852, 40.038200570164676 ], [ -111.88820457422167, 40.038326960921829 ], [ -111.88817093290925, 40.038444343009893 ], [ -111.88814912868357, 40.038570643904691 ], [ -111.88811560404332, 40.038697034631852 ], [ -111.88810540312467, 40.038814237018826 ], [ -111.88808359867259, 40.038940537895904 ], [ -111.88807351454609, 40.039066748933443 ], [ -111.88807515081007, 40.039192870133824 ], [ -111.88808850752929, 40.039318901495839 ], [ -111.88809014383547, 40.039445022690202 ], [ -111.88810350064004, 40.03957105404421 ], [ -111.88810840971622, 40.039949417600816 ], [ -111.88808660494674, 40.040075718457814 ], [ -111.88804124203244, 40.040193190321659 ], [ -111.88797232086829, 40.040301833166353 ], [ -111.88791523698048, 40.040419394805937 ], [ -111.88788171106452, 40.040545785440031 ], [ -111.88787162638349, 40.040671996431982 ], [ -111.88784982097062, 40.040798297236073 ], [ -111.88780948169909, 40.041303141155971 ], [ -111.88778755914396, 40.041420433283882 ], [ -111.88771863637443, 40.041529075972704 ], [ -111.8876027131905, 40.041629069141202 ], [ -111.8875219522466, 40.041728792851117 ], [ -111.88747670412434, 40.041855273137543 ], [ -111.88746661854736, 40.041981484076203 ], [ -111.88746825386187, 40.042107605233696 ], [ -111.88749333107846, 40.042233546828079 ], [ -111.88748324548929, 40.042359757760302 ], [ -111.88743776328741, 40.042468220716259 ], [ -111.88716066332171, 40.042794686544376 ], [ -111.88707990038384, 40.042894409948239 ], [ -111.88691860728753, 40.04311187389726 ], [ -111.88678098889265, 40.043347175512125 ], [ -111.88672390050394, 40.043464736553375 ], [ -111.8866785331017, 40.043582207865455 ], [ -111.88663328225235, 40.043708687812668 ], [ -111.88659963576131, 40.04382606939452 ], [ -111.8865778270989, 40.043952369927538 ], [ -111.88656773962498, 40.044078580764065 ], [ -111.8865459308317, 40.044204881287143 ], [ -111.88645519432679, 40.044439823741044 ], [ -111.88639810449851, 40.044557384615793 ], [ -111.88635285251723, 40.044683864445005 ], [ -111.88630748370572, 40.044801335603005 ], [ -111.88625039333222, 40.044918896403715 ], [ -111.88621686228153, 40.045045286516178 ], [ -111.88617149300741, 40.04516275761879 ], [ -111.88613796169938, 40.045289147706022 ], [ -111.88610431362892, 40.045406529129984 ], [ -111.88609422511594, 40.045532739905703 ], [ -111.88607241503307, 40.045659040322775 ], [ -111.88604214913265, 40.046037672618809 ], [ -111.88602022217501, 40.046154964366728 ], [ -111.88599841177809, 40.046281264760047 ], [ -111.8859648796394, 40.046407654782428 ], [ -111.8859430690682, 40.046533955161856 ], [ -111.88587577099906, 40.04676871785626 ], [ -111.88580870570296, 40.047021497807961 ], [ -111.88576345108233, 40.047147977383197 ], [ -111.88572980151207, 40.047265358677969 ], [ -111.88570799026191, 40.047391659002294 ], [ -111.88568781128909, 40.047644080418067 ], [ -111.8856910760273, 40.047896322604444 ], [ -111.88568098646884, 40.048022533302706 ], [ -111.88567078028056, 40.048139735348798 ], [ -111.88565060100051, 40.048392156729669 ], [ -111.88562878928293, 40.048518457020229 ], [ -111.88559851995184, 40.048897089055586 ], [ -111.88560178450564, 40.049149331193341 ], [ -111.88561502236163, 40.04926635400691 ], [ -111.88562837686297, 40.049392385463278 ], [ -111.8856651758164, 40.049518237697519 ], [ -111.88567853046771, 40.049644269141126 ], [ -111.88572868445836, 40.049896152782395 ], [ -111.88575364498288, 40.050013085943476 ], [ -111.88576699991033, 40.0501391173634 ], [ -111.88581715462219, 40.05039100093758 ], [ -111.88584211549365, 40.050507934066083 ], [ -111.88587891547668, 40.050633786197636 ], [ -111.88592907099579, 40.050885669693635 ], [ -111.88595403225408, 40.051002602784095 ], [ -111.88599083272513, 40.051128454864312 ], [ -111.88601591084007, 40.051254396577797 ], [ -111.88605271156852, 40.051380248630238 ], [ -111.88607767323363, 40.051497181679906 ], [ -111.8861512753341, 40.051748885713913 ], [ -111.88617623731335, 40.05186581873167 ], [ -111.88621303868537, 40.051991670713242 ], [ -111.88626144614847, 40.052108424363198 ], [ -111.88633504962183, 40.052360128239634 ], [ -111.8863717348606, 40.052476971513556 ], [ -111.88642014295192, 40.052593725080825 ], [ -111.88646866793252, 40.052719487263644 ], [ -111.88651707636772, 40.052836240781922 ], [ -111.88656560170598, 40.052962002915109 ], [ -111.88660228767883, 40.053078846096199 ], [ -111.88665069660658, 40.053195599546207 ], [ -111.8866992224565, 40.053321361610273 ], [ -111.88673590886079, 40.053438204737283 ], [ -111.88678443504696, 40.053563966756855 ], [ -111.88682112173402, 40.053680809849041 ], [ -111.88688137118656, 40.0538064820839 ], [ -111.88691805817628, 40.053923325137319 ], [ -111.88721872554866, 40.054506642471559 ], [ -111.88729058271642, 40.054623216047958 ], [ -111.88741085157865, 40.054856542647094 ], [ -111.88748259258652, 40.054964107455866 ], [ -111.88754272754954, 40.055080770660027 ], [ -111.8876864444718, 40.055313917313285 ], [ -111.88780671593442, 40.055547243445972 ], [ -111.88787845830458, 40.055654807982229 ], [ -111.88793859456779, 40.055771470953161 ], [ -111.88801045432237, 40.055888044030006 ], [ -111.88808219737788, 40.055995608426443 ], [ -111.88822591810592, 40.05622875433302 ], [ -111.88829766186498, 40.056336318582161 ], [ -111.88836952283846, 40.056452891411901 ], [ -111.88844126706327, 40.056560455562973 ], [ -111.88852473493117, 40.056667929753381 ], [ -111.88859659664779, 40.056784502427625 ], [ -111.88884700260994, 40.057106924438941 ], [ -111.88894207823498, 40.057205299730867 ], [ -111.88902554768862, 40.057312773531436 ], [ -111.88912074094871, 40.057420157293542 ], [ -111.8893108941399, 40.057616907316785 ], [ -111.88941781186901, 40.05772420082522 ], [ -111.88951288918069, 40.057822575619973 ], [ -111.88961969039339, 40.057920860307178 ], [ -111.88971465110082, 40.058010226303082 ], [ -111.89024866316376, 40.058501647726743 ], [ -111.89056895680831, 40.05878749071892 ], [ -111.89066403726436, 40.058885864516803 ], [ -111.89087764664342, 40.059082431557037 ], [ -111.8909843344524, 40.059171706303154 ], [ -111.89122115863935, 40.059350075109364 ], [ -111.89132784731477, 40.059439349525569 ], [ -111.89158788629912, 40.05959951991489 ], [ -111.89171778880576, 40.059670596267807 ], [ -111.89185941551233, 40.059741582216333 ], [ -111.89197771210061, 40.059821757140561 ], [ -111.89210773292368, 40.059901841659496 ], [ -111.8922145411227, 40.060000123843203 ], [ -111.8923096256385, 40.060098496225748 ], [ -111.89240482796247, 40.060205877139303 ], [ -111.89248830655984, 40.060313348290187 ], [ -111.89257166786523, 40.060411810763121 ], [ -111.89266687104183, 40.060519191446296 ], [ -111.89277368101526, 40.060617473084761 ], [ -111.89288037369825, 40.06070674600798 ], [ -111.89299890838258, 40.060804937067672 ], [ -111.89310560165268, 40.060894209774176 ], [ -111.8933424373388, 40.061072574065413 ], [ -111.89346073796845, 40.06115274741272 ], [ -111.89356743238447, 40.06124201967603 ], [ -111.89380427047873, 40.061420382986078 ], [ -111.89391096576126, 40.061509654919412 ], [ -111.89402950331858, 40.061607844879617 ], [ -111.89413619918825, 40.061697116596207 ], [ -111.89434982735743, 40.061893676933934 ], [ -111.89445652409258, 40.061982948341651 ], [ -111.8945516146085, 40.062081318785062 ], [ -111.89465842973935, 40.062179598603052 ], [ -111.89476512732504, 40.062268869712859 ], [ -111.89488366742857, 40.062367058758412 ], [ -111.89499036560142, 40.062456329651468 ], [ -111.89534563508725, 40.062723869878276 ], [ -111.89546394091951, 40.062804041100144 ], [ -111.89558236499177, 40.062893220798728 ], [ -111.89570067139368, 40.062973391770235 ], [ -111.89583070255871, 40.063053471953836 ], [ -111.89594912754022, 40.063142651263682 ], [ -111.89606743480205, 40.063222821847752 ], [ -111.89630428627696, 40.063401179839246 ], [ -111.89642259440127, 40.06348135004756 ], [ -111.89654102089466, 40.063570528729187 ], [ -111.89664784121605, 40.063668806630808 ], [ -111.89676626832807, 40.063757985072492 ], [ -111.89687297112997, 40.063847254159469 ], [ -111.89697979236234, 40.063945531740345 ], [ -111.89708649573649, 40.064034800621492 ], [ -111.89719331757, 40.064133077995734 ], [ -111.89731174619821, 40.064222255856023 ], [ -111.8974068439511, 40.064320623838633 ], [ -111.89751366669361, 40.06441890090268 ], [ -111.89762037150561, 40.064508169269054 ], [ -111.89794084246016, 40.06480299953062 ], [ -111.89803582363682, 40.064892358375651 ], [ -111.89835629819241, 40.065187187428975 ], [ -111.89846300530739, 40.065276454982126 ], [ -111.89867665713705, 40.065473006960374 ], [ -111.89878336511768, 40.065562274204552 ], [ -111.89910384605108, 40.065857101085918 ], [ -111.89919894867177, 40.065955467516382 ], [ -111.89930565808984, 40.06604473425628 ], [ -111.89951931475413, 40.066241284601382 ], [ -111.8996260250379, 40.066330551032266 ], [ -111.89974446065133, 40.066419726295081 ], [ -111.89985117150796, 40.066508992509533 ], [ -111.8999696077241, 40.066598167532796 ], [ -111.90009965077049, 40.066678242743777 ], [ -111.90021808760321, 40.066767417503591 ], [ -111.90033640613883, 40.066847583553781 ], [ -111.90059649433847, 40.067007732974965 ], [ -111.90071481373161, 40.067087898625857 ], [ -111.9008448585771, 40.06716797297365 ], [ -111.90097478503458, 40.067239038589399 ], [ -111.90123487620863, 40.067399186533585 ], [ -111.90136480350709, 40.067470251699746 ], [ -111.90162489646784, 40.067630398742089 ], [ -111.90175482460728, 40.067701463458661 ], [ -111.9018848718292, 40.06778153660413 ], [ -111.90200319406412, 40.067861700896962 ], [ -111.90226328999937, 40.068021846462216 ], [ -111.90238161309182, 40.06810201035573 ], [ -111.90251166180515, 40.0681820827755 ], [ -111.90262998546484, 40.068262246406817 ], [ -111.90274842833138, 40.068351418488582 ], [ -111.90286675256088, 40.068431581869426 ], [ -111.9031036398062, 40.068609925404381 ], [ -111.90321035846185, 40.068699188404594 ], [ -111.90332880284173, 40.068788359869508 ], [ -111.90344736655466, 40.068886539781424 ], [ -111.9035540860916, 40.068975802451 ], [ -111.9036725313991, 40.06906497354997 ], [ -111.90377925150898, 40.069154236003065 ], [ -111.90389769741928, 40.069243406862398 ], [ -111.90400441810209, 40.069332669098969 ], [ -111.90447820600768, 40.069689350822401 ], [ -111.9045849281453, 40.069778612501224 ], [ -111.90494027319941, 40.070046122130613 ], [ -111.90504699649792, 40.070135383365425 ], [ -111.90517705218875, 40.070215452687513 ], [ -111.90528377606076, 40.070304713695229 ], [ -111.90540222592558, 40.070393882954761 ], [ -111.90552055679521, 40.070474043523127 ], [ -111.90565073300385, 40.070563120860392 ], [ -111.90576906445669, 40.070643281166092 ], [ -111.90589912195522, 40.070723349650414 ], [ -111.90601745397537, 40.070803509693889 ], [ -111.90615923786319, 40.07088348616756 ], [ -111.90627745105817, 40.070954637374037 ], [ -111.90640750974048, 40.071034705270101 ], [ -111.90653744928572, 40.071105764453947 ], [ -111.90666750855785, 40.071185832049444 ], [ -111.90679744865801, 40.071256890933604 ], [ -111.90693911489591, 40.071327857865398 ], [ -111.90706905554534, 40.071398916437019 ], [ -111.90719911599292, 40.071478983418508 ], [ -111.90732905719729, 40.071550041690429 ], [ -111.90758917957575, 40.071710174901732 ], [ -111.90771912162121, 40.071781232723893 ], [ -111.90784918355209, 40.071861298953699 ], [ -111.9079675198158, 40.071941456942163 ], [ -111.90809758234069, 40.072021522884242 ], [ -111.90821591917172, 40.072101680610423 ], [ -111.90834598229061, 40.072181746264775 ], [ -111.90846443938842, 40.072270912283777 ], [ -111.90859450311881, 40.07235097764994 ], [ -111.90871272136755, 40.072422126296885 ], [ -111.90884290542479, 40.072511199929544 ], [ -111.9089613637401, 40.072600365421785 ], [ -111.90907970258199, 40.07268052223516 ], [ -111.90920988760799, 40.072769595440647 ], [ -111.90944668656702, 40.072938916968475 ], [ -111.90956502656212, 40.073019073268526 ], [ -111.90980194714245, 40.073197402594026 ], [ -111.90992028800039, 40.073277558517951 ], [ -111.91027567206655, 40.073545051185029 ], [ -111.9104891437855, 40.073723563336728 ], [ -111.91060760634676, 40.073812727079577 ], [ -111.91071434291881, 40.073901982887413 ], [ -111.91083292610188, 40.074000154936996 ], [ -111.91093966326147, 40.074089410527776 ], [ -111.91105812704461, 40.074178573790689 ], [ -111.91116498484107, 40.07427683771008 ], [ -111.91128344924316, 40.074366000732773 ], [ -111.91139018756337, 40.074455255889902 ], [ -111.9115086525684, 40.074544418672858 ], [ -111.91161539146172, 40.074633673613334 ], [ -111.91208925574739, 40.074990323030214 ], [ -111.91220760238657, 40.075070476528154 ], [ -111.9123260695233, 40.07515963844191 ], [ -111.91244441673246, 40.075239791689199 ], [ -111.91256288447109, 40.075328953351445 ], [ -111.91269295880042, 40.075409013955216 ], [ -111.91281130686994, 40.075489166814592 ], [ -111.91294138179335, 40.075569227130536 ], [ -111.9130598507496, 40.075658388265865 ], [ -111.91318992628457, 40.075738448293535 ], [ -111.91330827550486, 40.075818600627734 ], [ -111.91343835163393, 40.075898660367585 ], [ -111.91355670142163, 40.075978812439409 ], [ -111.91381685517162, 40.076138931192837 ], [ -111.91393520581714, 40.076219082865023 ], [ -111.91419536136272, 40.076379200741613 ], [ -111.91431371286606, 40.076459352014155 ], [ -111.91444367087936, 40.076530402055845 ], [ -111.91458547643437, 40.076610367894133 ], [ -111.91470382879298, 40.076690518755292 ], [ -111.91483390820535, 40.076770576879149 ], [ -111.91496386734612, 40.076841626320743 ], [ -111.91508222054664, 40.076921776782648 ], [ -111.91547246233587, 40.077161949388405 ], [ -111.91559081668464, 40.077242099313345 ], [ -111.91572089817888, 40.077322156410148 ], [ -111.9158392530951, 40.077402306072663 ], [ -111.91596933518346, 40.077482362881575 ], [ -111.91608781139361, 40.0775715208094 ], [ -111.91620616717029, 40.077651670083924 ], [ -111.91633625016065, 40.077731726467213 ], [ -111.91645472728067, 40.077820884005718 ], [ -111.91657308391778, 40.07790103289225 ], [ -111.91682164584007, 40.078070245999086 ], [ -111.91694000333764, 40.078150394497605 ], [ -111.91705848196952, 40.078239551395185 ], [ -111.91718856707186, 40.078319606789471 ], [ -111.91730704632062, 40.078408763423312 ], [ -111.91742528406502, 40.078479902885292 ], [ -111.91754388482242, 40.078578067790424 ], [ -111.91766224404353, 40.078658215524591 ], [ -111.91779245160237, 40.078747278739776 ], [ -111.91791081140691, 40.078827426211056 ], [ -111.91802929247658, 40.078916582077902 ], [ -111.91814765285118, 40.078996729298431 ], [ -111.91850309879318, 40.079264195766022 ], [ -111.91862146032389, 40.079344342484617 ], [ -111.91885842641628, 40.07952265258168 ], [ -111.91896518267549, 40.079611900478142 ], [ -111.91920215059214, 40.079790209843317 ], [ -111.9193089077187, 40.079879457409156 ], [ -111.91942739243466, 40.079968611788807 ], [ -111.91953427132579, 40.080066867652988 ], [ -111.91964102931924, 40.080156114898756 ], [ -111.91974790881208, 40.080254370555906 ], [ -111.91985466737829, 40.080343617595453 ], [ -111.92006842787558, 40.080540128391931 ], [ -111.92016358116372, 40.080638476794846 ], [ -111.92027046216616, 40.080736731944761 ], [ -111.92046077015087, 40.080933428316406 ], [ -111.92056777337636, 40.081040691688095 ], [ -111.92075808307048, 40.081237387541869 ], [ -111.92085335970079, 40.08134474385416 ], [ -111.92104367107123, 40.081541439209659 ], [ -111.92113894857864, 40.081648795271626 ], [ -111.92123410496451, 40.08174714274169 ], [ -111.92131765543351, 40.08185459191607 ], [ -111.92141293381297, 40.081961947737149 ], [ -111.92150809103344, 40.082060294967498 ], [ -111.92160337000202, 40.082167650621543 ], [ -111.92185402550997, 40.082489997089766 ], [ -111.92193745635664, 40.082588437277003 ], [ -111.92203273674511, 40.082695792552236 ], [ -111.92219984281373, 40.082910689594272 ], [ -111.92229512406921, 40.083018044638038 ], [ -111.92237855620438, 40.083116484484222 ], [ -111.92247371643862, 40.083214830868037 ], [ -111.9226642809689, 40.083429540390789 ], [ -111.92277116996424, 40.083527793096422 ], [ -111.92286633134138, 40.08362613913792 ], [ -111.92296161465239, 40.083733493597187 ], [ -111.92305677659273, 40.083831839472424 ], [ -111.92315206049291, 40.083939193764635 ], [ -111.92323549500065, 40.084037632951407 ], [ -111.9233307794719, 40.084144987086418 ], [ -111.92366500802225, 40.084574776885383 ], [ -111.92373683771723, 40.084682317701862 ], [ -111.92382051754015, 40.084798773428865 ], [ -111.9238923477202, 40.084906314139367 ], [ -111.92397590628958, 40.085013761247346 ], [ -111.92411968964633, 40.085237850903404 ], [ -111.92420337081484, 40.085354306327673 ], [ -111.92427520219356, 40.085461846777115 ], [ -111.92434715565007, 40.085578395671789 ], [ -111.92443071577037, 40.085685842421924 ], [ -111.92450254786266, 40.08579338271629 ], [ -111.92458623037679, 40.085909837837825 ], [ -111.92465806295419, 40.086017378026192 ], [ -111.9247300176623, 40.086133926657958 ], [ -111.92479024424846, 40.086250568879358 ], [ -111.92486207751298, 40.086358108927257 ], [ -111.92492230452817, 40.086474751070739 ], [ -111.92497080332392, 40.086591486836667 ], [ -111.92501942423166, 40.086717231068882 ], [ -111.92506792337261, 40.08683396678547 ], [ -111.92511654463939, 40.086959710967747 ], [ -111.92515331561462, 40.0870765403128 ], [ -111.92519020868666, 40.087202378132076 ], [ -111.92522697992594, 40.087319207445994 ], [ -111.92527560184655, 40.087444951543844 ], [ -111.92531237336981, 40.087561780822696 ], [ -111.92536087363601, 40.087678516387307 ], [ -111.92540949607032, 40.087804260415552 ], [ -111.92545799668171, 40.087920995930837 ], [ -111.92551822613697, 40.088037637706186 ], [ -111.9255785778239, 40.088163287932709 ], [ -111.92575926809471, 40.088513212933996 ], [ -111.92580776982737, 40.088629948276214 ], [ -111.9258680005244, 40.088746589841691 ], [ -111.92591650261527, 40.088863325129743 ], [ -111.92597673371021, 40.088979966629601 ], [ -111.92601362938873, 40.089105804116819 ], [ -111.92606213199402, 40.089222539331018 ], [ -111.92608729907114, 40.089348470559308 ], [ -111.92612419516465, 40.089474307998849 ], [ -111.9261609692925, 40.089591136938942 ], [ -111.92618613670018, 40.089717068134235 ], [ -111.9262230331872, 40.089842905530034 ], [ -111.92625980769394, 40.089959734427232 ], [ -111.92629670445582, 40.090085571791313 ], [ -111.92634520827016, 40.090202306854046 ], [ -111.9263821053284, 40.090328144182457 ], [ -111.92643060946814, 40.09044487920098 ], [ -111.92647923592899, 40.09057062267609 ], [ -111.92652774041402, 40.090687357645265 ], [ -111.92656451592219, 40.090804186417806 ], [ -111.92661314289685, 40.090929929823282 ], [ -111.92665004086564, 40.091055767040629 ], [ -111.92668681679264, 40.091172595762359 ], [ -111.92672371503632, 40.091298432948001 ], [ -111.92674888416828, 40.091424363965373 ], [ -111.92678578267079, 40.091550201122992 ], [ -111.92679910052475, 40.091667217493871 ], [ -111.92681254062931, 40.091793242338724 ], [ -111.9268025221146, 40.091919454888178 ], [ -111.92676892265392, 40.092036846659553 ], [ -111.9267235937042, 40.092154332266723 ], [ -111.9266783867877, 40.092280826333486 ], [ -111.92664490912894, 40.092407226543841 ], [ -111.9266014123817, 40.092659839264726 ], [ -111.92659139338026, 40.092786051783072 ], [ -111.92656964483838, 40.092912358130725 ], [ -111.92655962575012, 40.093038570641973 ], [ -111.92656292444713, 40.093281799516824 ], [ -111.9265763644914, 40.093407824355637 ], [ -111.92661326381865, 40.093533661517014 ], [ -111.92666177073261, 40.093650396344529 ], [ -111.92671040001203, 40.09377613962301 ], [ -111.92673544791998, 40.093893062104641 ], [ -111.92672542902929, 40.094019274607234 ], [ -111.92670368038689, 40.094145580955072 ], [ -111.92667007973441, 40.094262972667444 ], [ -111.926624871398, 40.094389466684653 ], [ -111.9265913926815, 40.094515866846827 ], [ -111.92655779166552, 40.094633258523437 ], [ -111.92649254405755, 40.095012177432217 ], [ -111.92647067253229, 40.095129475249358 ], [ -111.92642546328251, 40.095255969180677 ], [ -111.9263684017787, 40.095373548436505 ], [ -111.92629961013026, 40.095491221474177 ], [ -111.92619526192297, 40.095582150452302 ], [ -111.9260791834549, 40.095673173126251 ], [ -111.92595125257323, 40.095755280986971 ], [ -111.92583505139575, 40.095837294946179 ], [ -111.92570699783866, 40.095910394066991 ], [ -111.92545113397883, 40.09607460884073 ], [ -111.92532307956273, 40.096147707543786 ], [ -111.92506721388573, 40.096311921483185 ], [ -111.92495101069572, 40.096393934570315 ], [ -111.92456720898585, 40.096640254058386 ], [ -111.92445100463489, 40.096722266652336 ], [ -111.92431121774439, 40.096795457878557 ], [ -111.92418316074769, 40.096868555341288 ], [ -111.92405522533555, 40.096950661141925 ], [ -111.92392716777168, 40.097023758326046 ], [ -111.92378737969698, 40.097096948929533 ], [ -111.92365919976095, 40.097161037344023 ], [ -111.9235194111148, 40.097234227628768 ], [ -111.92336764835277, 40.097289494306928 ], [ -111.92321564184051, 40.097326743830799 ], [ -111.92303968768047, 40.097328146208127 ], [ -111.92289953288942, 40.097374310315686 ], [ -111.92278344696653, 40.097465329742519 ], [ -111.92267921273357, 40.097565264088672 ], [ -111.92256312619323, 40.097656283298655 ], [ -111.92242309204791, 40.097711455318425 ], [ -111.92227120569029, 40.097757712096872 ], [ -111.92177889546167, 40.097788659543156 ], [ -111.92162688693749, 40.097825907000896 ], [ -111.92147512129135, 40.097881171225602 ], [ -111.92133520728996, 40.097945350425483 ], [ -111.92120726640221, 40.098027453126306 ], [ -111.92112661131537, 40.098136207983806 ], [ -111.92104607744261, 40.098253971268917 ], [ -111.92095344846028, 40.098344802324107 ], [ -111.92081341157663, 40.098399972421618 ], [ -111.92063769736428, 40.098419388148159 ], [ -111.92047383491801, 40.098447718868634 ], [ -111.92030985095909, 40.098467040874226 ], [ -111.92015771874175, 40.098495277940728 ], [ -111.92000595039319, 40.098550540263993 ], [ -111.91987776412745, 40.098614624548034 ], [ -111.91936598664239, 40.098943028174567 ], [ -111.91923792026658, 40.099016120247299 ], [ -111.91910997483245, 40.099098220667102 ], [ -111.91898190788945, 40.099171312461152 ], [ -111.91886569247714, 40.099253319539343 ], [ -111.91860979951211, 40.099417519430823 ], [ -111.91846987963274, 40.099481695217897 ], [ -111.91833008060443, 40.099554879325929 ], [ -111.91820201196346, 40.099627970270845 ], [ -111.91807406413015, 40.099710069564466 ], [ -111.9179814292123, 40.099800898286553 ], [ -111.91788903616779, 40.099909743912548 ], [ -111.91782022539549, 40.100027412037868 ], [ -111.91775129334685, 40.100136071634282 ], [ -111.91770606474736, 40.100262562272299 ], [ -111.9175919033264, 40.100497712393583 ], [ -111.9175112395926, 40.100606464784669 ], [ -111.91741872372539, 40.100706301552947 ], [ -111.91721022936093, 40.100906160672949 ], [ -111.91711771265147, 40.101005997205128 ], [ -111.91689748553377, 40.101205948662006 ], [ -111.91680496796459, 40.101305784948913 ], [ -111.9167007191275, 40.101405714012586 ], [ -111.91662005291785, 40.101514465793997 ], [ -111.91655111749024, 40.101623124686654 ], [ -111.91652922695557, 40.101740420709135 ], [ -111.9165426504708, 40.101866446719178 ], [ -111.91655619493255, 40.102001481212817 ], [ -111.91653430429768, 40.102118777229933 ], [ -111.91646548902258, 40.102236444556958 ], [ -111.91628069132055, 40.102454133355046 ], [ -111.91620014407792, 40.102571893334201 ], [ -111.91615466938129, 40.102680366387304 ], [ -111.91614450909961, 40.102797569530566 ], [ -111.91615793215057, 40.102923595568058 ], [ -111.91618308653834, 40.10304952880184 ], [ -111.91623170363195, 40.103175276419528 ], [ -111.91630547567381, 40.103426957207084 ], [ -111.9163422410339, 40.103543789090359 ], [ -111.91637912739974, 40.103669629444482 ], [ -111.91642762443257, 40.103786368471603 ], [ -111.91646451109474, 40.103912208790085 ], [ -111.91651300845301, 40.104028947773052 ], [ -111.91657323745038, 40.10414559389104 ], [ -111.9166101245866, 40.104271434150235 ], [ -111.91664689094814, 40.104388265909002 ], [ -111.91667373969285, 40.104640317766361 ], [ -111.91667881835627, 40.105018674081869 ], [ -111.91669224290655, 40.105144699993623 ], [ -111.91669466139766, 40.105324869654169 ], [ -111.91682467732534, 40.10539591603046 ], [ -111.91695481448224, 40.105475970738908 ], [ -111.91708483096572, 40.105547016815045 ], [ -111.91722657943902, 40.105617969831869 ], [ -111.91735659647264, 40.105689015594983 ], [ -111.91762836310332, 40.10583101372108 ], [ -111.9177701127239, 40.105901966056244 ], [ -111.91790013085779, 40.105973011193299 ], [ -111.9181717786127, 40.106105999533732 ], [ -111.91831352936155, 40.106176951187692 ], [ -111.91844354857825, 40.1062479956991 ], [ -111.91858517872203, 40.106309938535659 ], [ -111.91872693031817, 40.106380889671577 ], [ -111.91929345453526, 40.106628658541489 ], [ -111.91943496493396, 40.106681591843248 ], [ -111.91974145020855, 40.106787271587535 ], [ -111.92004769367134, 40.106874933564193 ], [ -111.92018908375829, 40.106918857458233 ], [ -111.92034232737907, 40.106971696420771 ], [ -111.92062559430497, 40.107095577185071 ], [ -111.92076734962019, 40.107166525771802 ], [ -111.92090898373891, 40.107228465711579 ], [ -111.92103900762358, 40.107299507243425 ], [ -111.92118064226054, 40.107361446843683 ], [ -111.92132239869674, 40.107432394735092 ], [ -111.92145242339507, 40.107503435791081 ], [ -111.92173569450752, 40.10762731378135 ], [ -111.92187745206475, 40.107698260977394 ], [ -111.92201896663889, 40.107751191064509 ], [ -111.9223254606148, 40.107856863851886 ], [ -111.92247846455567, 40.107891683008198 ], [ -111.92263159036847, 40.107935510424198 ], [ -111.92279644848246, 40.107979244157058 ], [ -111.92293784257382, 40.108023164641168 ], [ -111.92307948040252, 40.108085101875162 ], [ -111.92322099668789, 40.108138030470386 ], [ -111.92350427358103, 40.108261904055347 ], [ -111.92364603426465, 40.108332849043258 ], [ -111.923787673367, 40.108394785393322 ], [ -111.92392943461695, 40.108465730026268 ], [ -111.92405946396012, 40.108536768089849 ], [ -111.92420110385437, 40.108598703923093 ], [ -111.92433125567706, 40.108678750132299 ], [ -111.92446128583958, 40.108749787732826 ], [ -111.92459143825309, 40.108829833640861 ], [ -111.92472146897146, 40.108900870941106 ], [ -111.92498177528428, 40.10906096200398 ], [ -111.92511180684515, 40.109131998853606 ], [ -111.92523022843284, 40.109212137736677 ], [ -111.92549053711735, 40.10937222762059 ], [ -111.92562056979561, 40.109443263882476 ], [ -111.9257507248808, 40.109523308447834 ], [ -111.92588075811491, 40.109594344409423 ], [ -111.92602252400515, 40.109665286412913 ], [ -111.92615267998116, 40.109745330513363 ], [ -111.92654278300161, 40.109958436557712 ], [ -111.92668455032745, 40.110029377730015 ], [ -111.92681470776759, 40.110109421064784 ], [ -111.92707477892918, 40.110251490384094 ], [ -111.92721654740964, 40.110322430888459 ], [ -111.92734670602729, 40.110402473607898 ], [ -111.92747674257954, 40.110473507729012 ], [ -111.92761851193366, 40.110544447728657 ], [ -111.92774854903608, 40.110615481536556 ], [ -111.92789031896389, 40.110686421195197 ], [ -111.92800862404854, 40.110757548702566 ], [ -111.92815051699831, 40.110837496479903 ], [ -111.92828055520678, 40.110908529674276 ], [ -111.92839898357312, 40.110988665215658 ], [ -111.9286593064044, 40.111148747767288 ], [ -111.92877773562995, 40.111228882908293 ], [ -111.92913339274904, 40.111496312904194 ], [ -111.92925182313253, 40.111576447542447 ], [ -111.92935864369854, 40.111665684647321 ], [ -111.929951414694, 40.112111397583156 ], [ -111.93006984710247, 40.11219153135341 ], [ -111.93017666970111, 40.112280767671258 ], [ -111.93065089442096, 40.112637334788083 ], [ -111.93076932856098, 40.112717467816076 ], [ -111.93088788580823, 40.112806609153843 ], [ -111.93100632051929, 40.112886741930645 ], [ -111.93113661130828, 40.112975788683748 ], [ -111.93137348217665, 40.113136053585286 ], [ -111.93150365100594, 40.11321609147771 ], [ -111.9316220871473, 40.113296223602873 ], [ -111.93201259633315, 40.113536335962237 ], [ -111.93213103362474, 40.113616467549363 ], [ -111.93224959420711, 40.113705607441361 ], [ -111.93239149821721, 40.113785549855855 ], [ -111.93262837482851, 40.113945812102898 ], [ -111.93275854666425, 40.114025848539363 ], [ -111.9328769856771, 40.114105979337225 ], [ -111.93313733084305, 40.114266051482389 ], [ -111.93325577071526, 40.114346181879739 ], [ -111.93338594404548, 40.114426217588417 ], [ -111.93350438448613, 40.114506347722823 ], [ -111.9336345584115, 40.114586383143035 ], [ -111.93375312263646, 40.114675521439359 ], [ -111.93387156393908, 40.114755651184971 ], [ -111.93399012876711, 40.114844789229181 ], [ -111.93410857064077, 40.114924918723531 ], [ -111.93422713607188, 40.115014056515641 ], [ -111.93435743510609, 40.115103099518421 ], [ -111.93446426786274, 40.115192331720962 ], [ -111.93458283422251, 40.115281469134203 ], [ -111.93468966755343, 40.115370701119545 ], [ -111.93480823451739, 40.115459838292395 ], [ -111.93491506842261, 40.115549070060517 ], [ -111.93503375937986, 40.115647215413055 ], [ -111.93525916206227, 40.115825583655166 ], [ -111.93536599713059, 40.11591481498845 ], [ -111.93548468937337, 40.116012959858011 ], [ -111.9355915250305, 40.116102190973656 ], [ -111.93571009444335, 40.116191327184019 ], [ -111.9359237671859, 40.116369788877726 ], [ -111.93604246102339, 40.116467933149771 ], [ -111.93614929812333, 40.116557163727414 ], [ -111.93625625905771, 40.116655402617305 ], [ -111.93637483030039, 40.116744538117715 ], [ -111.93648166826883, 40.116833768374597 ], [ -111.93658863011679, 40.116932006942427 ], [ -111.9367070786585, 40.117012133674208 ], [ -111.93681404111135, 40.117110372023944 ], [ -111.93716976032569, 40.11737777635998 ], [ -111.9372766003263, 40.117467005850571 ], [ -111.93739505060256, 40.117547131851481 ], [ -111.93752535859971, 40.117636171148654 ], [ -111.93764393320308, 40.117725305296212 ], [ -111.9378809595639, 40.117894564803144 ], [ -111.93799953508001, 40.117983698572182 ], [ -111.93810637711437, 40.118072927264706 ], [ -111.93834352966472, 40.118251194195558 ], [ -111.93845037256811, 40.118340422556663 ], [ -111.93856894960238, 40.118429555718478 ], [ -111.93867591696245, 40.118527792268516 ], [ -111.93878276073444, 40.11861702030879 ], [ -111.93887799479825, 40.118715351780509 ], [ -111.93909193161744, 40.118911824175598 ], [ -111.93917543259245, 40.119010250538203 ], [ -111.93928252570579, 40.119117494901538 ], [ -111.93937776119397, 40.119215825937594 ], [ -111.93947312094878, 40.119323165293416 ], [ -111.93975882993313, 40.119618157652226 ], [ -111.93986580088055, 40.119716393042182 ], [ -111.93996103805223, 40.119814723569242 ], [ -111.9400797437017, 40.119912863510116 ], [ -111.94017498145784, 40.120011193851226 ], [ -111.94028182952265, 40.120100420436643 ], [ -111.94038880198283, 40.120198655318063 ], [ -111.94050738478565, 40.120287786400546 ], [ -111.94061435786534, 40.120386021063375 ], [ -111.94072120709303, 40.120475247224327 ], [ -111.94082818077574, 40.120573481679564 ], [ -111.94094676480442, 40.120662612292342 ], [ -111.94105373910666, 40.12076084652896 ], [ -111.94114897945762, 40.120859176025071 ], [ -111.94125583012747, 40.120948401668976 ], [ -111.94135119527979, 40.121055739384715 ], [ -111.94145804652314, 40.12114496483246 ], [ -111.9415416779446, 40.121252397775315 ], [ -111.94163704397602, 40.12135973524002 ], [ -111.94180430818244, 40.121574600781365 ], [ -111.94187633060324, 40.121691137285723 ], [ -111.94194822894445, 40.121798665347519 ], [ -111.94209227501091, 40.122031738107239 ], [ -111.94215256393929, 40.122148369879902 ], [ -111.94224967338791, 40.122381824274164 ], [ -111.94229835274443, 40.122507559825017 ], [ -111.94234690789966, 40.122624286960352 ], [ -111.94238385303521, 40.122750117953402 ], [ -111.94242067391572, 40.122866940540654 ], [ -111.94245761932693, 40.122992771501877 ], [ -111.94250629952265, 40.123118506942767 ], [ -111.94254312082307, 40.123235329479051 ], [ -111.94258006667201, 40.123361160388384 ], [ -111.94260515353189, 40.123478078409583 ], [ -111.94267904587862, 40.123729740156527 ], [ -111.94270413305549, 40.123846658145396 ], [ -111.9427797684713, 40.124224437219581 ], [ -111.94278151076196, 40.12435055463181 ], [ -111.94279498794009, 40.124476576505018 ], [ -111.94282007561468, 40.124593494448419 ], [ -111.94284528783876, 40.124719420768805 ], [ -111.94289546364443, 40.124953256611285 ], [ -111.94286436607197, 40.12525081995804 ], [ -111.9427968185023, 40.12545858606088 ], [ -111.94288219999105, 40.12569213525186 ], [ -111.94298242929035, 40.12615079838956 ], [ -111.94301137711165, 40.126546976111385 ], [ -111.94295855166776, 40.126970847877352 ], [ -111.94291671411094, 40.127340573753187 ], [ -111.94289635533215, 40.127565974394052 ], [ -111.94295802006707, 40.127781697754017 ], [ -111.9429041976227, 40.128133502379356 ], [ -111.94286173678836, 40.128458186274521 ], [ -111.9426662147396, 40.128748078640548 ], [ -111.94262275685, 40.129000695395085 ], [ -111.94255744500357, 40.129370612103578 ], [ -111.94240848891833, 40.129633096796212 ], [ -111.94215440697489, 40.12993247420647 ], [ -111.94201793025512, 40.13024891319462 ], [ -111.94190417798083, 40.130511110830057 ], [ -111.94166033461764, 40.130702291165257 ], [ -111.94133769377655, 40.131137365090439 ], [ -111.94053746997915, 40.131837590358877 ], [ -111.94003827680386, 40.132238056914652 ], [ -111.93957056478732, 40.132367984222036 ], [ -111.93918810512049, 40.132722452952819 ], [ -111.93886283568732, 40.13296834408559 ], [ -111.93851347149585, 40.133169382645008 ], [ -111.93846850866026, 40.133313897255597 ], [ -111.93841267659528, 40.133521565642859 ], [ -111.93823910769872, 40.13370315984082 ], [ -111.93816116430919, 40.134010110506658 ], [ -111.93811731509923, 40.134235700423297 ], [ -111.93788369829542, 40.13431867727563 ], [ -111.93776831374548, 40.134463761940232 ], [ -111.93764243023639, 40.134699025363837 ], [ -111.93748220237003, 40.134997632398104 ], [ -111.93746256659571, 40.135277082319575 ], [ -111.93728948585995, 40.135494708652146 ], [ -111.93721227888304, 40.135855708954871 ], [ -111.93705179901315, 40.136136298621636 ], [ -111.93699707412765, 40.136425041745298 ], [ -111.93663274763851, 40.137247843104355 ], [ -111.93631053892521, 40.137718936783564 ], [ -111.93611508667078, 40.138017826632485 ], [ -111.93608370738508, 40.138297371136019 ], [ -111.93585291693809, 40.138587536808565 ], [ -111.9356002561381, 40.138995000672438 ], [ -111.93531349171745, 40.139483823859379 ], [ -111.93491095278701, 40.140090703051193 ], [ -111.93460280209072, 40.140732856523009 ], [ -111.93398265927596, 40.141737901155864 ], [ -111.93352535140765, 40.142633517173834 ], [ -111.93324943242266, 40.14305918198307 ], [ -111.93279903913862, 40.14360337365661 ], [ -111.93218836613049, 40.144446163351667 ], [ -111.93207701577128, 40.144888519037501 ], [ -111.93197629448851, 40.145249704683621 ], [ -111.93175560186215, 40.145422658866316 ], [ -111.93140726058309, 40.145704751959414 ], [ -111.93088861697672, 40.146411653732414 ], [ -111.93057818790527, 40.146891645671964 ], [ -111.93009462065585, 40.147589252525904 ], [ -111.93000795854488, 40.148121501425543 ], [ -111.92988607792167, 40.148654033059238 ], [ -111.92976308991987, 40.149105489105779 ], [ -111.92960267188714, 40.149395076895104 ], [ -111.92938306505427, 40.149649102085228 ], [ -111.92928134067566, 40.149938218285065 ], [ -111.9290963351865, 40.150146918378063 ], [ -111.92894630122503, 40.150337318872296 ], [ -111.9289145196163, 40.150589836097971 ], [ -111.9286412397751, 40.151213674415501 ], [ -111.92834337179694, 40.151756624903911 ], [ -111.92802165184814, 40.152272737676206 ], [ -111.92792126668921, 40.15266094484663 ], [ -111.9277262261613, 40.152995854193648 ], [ -111.92733172809908, 40.153341370203059 ], [ -111.92697232342252, 40.153677594547311 ], [ -111.92660019566031, 40.153941844695161 ], [ -111.92654541357925, 40.154230582662251 ], [ -111.92646910969323, 40.154663642577191 ], [ -111.92633190048352, 40.1549350212184 ], [ -111.92606591490795, 40.155234457822196 ], [ -111.92580151747423, 40.155651002783841 ], [ -111.92533814196514, 40.156114184317538 ], [ -111.9250025605799, 40.156477240146877 ], [ -111.92435462396095, 40.157185144715321 ], [ -111.92414622491953, 40.157403032874662 ], [ -111.92416004181425, 40.157556081667963 ], [ -111.92411662105177, 40.157817699596784 ], [ -111.92385220190157, 40.158234240169634 ], [ -111.92356466409677, 40.158677992602229 ], [ -111.92337117185583, 40.15913000366767 ], [ -111.92307200824629, 40.159582856903697 ], [ -111.92273493445461, 40.159837805687218 ], [ -111.92256076995558, 40.159983343260421 ], [ -111.92236653602085, 40.160381302368009 ], [ -111.92216779009746, 40.160445950985533 ], [ -111.92170155567572, 40.160701925415069 ], [ -111.9212143922569, 40.161147260911768 ], [ -111.92081823213329, 40.161375646147 ], [ -111.92045400847731, 40.161360523603761 ], [ -111.92025477129646, 40.161389135434014 ], [ -111.92025720401894, 40.161569303159425 ], [ -111.92042912563488, 40.162126516391268 ], [ -111.92027228738772, 40.162686342928687 ], [ -111.91966177803636, 40.163565100996742 ], [ -111.91932685930867, 40.163982190968234 ], [ -111.91900282795751, 40.164336128090568 ], [ -111.91876098640429, 40.164689412102618 ], [ -111.91832957177608, 40.164918068536942 ], [ -111.91817983987103, 40.165135480455994 ], [ -111.91799694406029, 40.165506314054184 ], [ -111.91769371384703, 40.165661876883732 ], [ -111.9175448273854, 40.165942346697115 ], [ -111.9172418367111, 40.166115925137376 ], [ -111.91706800823808, 40.166288479761434 ], [ -111.91679951416884, 40.166407727707174 ], [ -111.9165773821012, 40.166481561267105 ], [ -111.91646335254546, 40.16673472567107 ], [ -111.91638467015132, 40.166996619528675 ], [ -111.91601775739251, 40.167657205370425 ], [ -111.91569708129417, 40.168263368241888 ], [ -111.91526648081305, 40.168555072200604 ], [ -111.91466010030972, 40.168875191440691 ], [ -111.91438057452945, 40.169048576988359 ], [ -111.91403288736787, 40.169393677542352 ], [ -111.9137646173445, 40.169530935360967 ], [ -111.91328944444837, 40.170003170604829 ], [ -111.91300082342265, 40.170374830103142 ], [ -111.91281776505076, 40.170736647266068 ], [ -111.9123240370409, 40.171578407792317 ], [ -111.91195609615021, 40.172166913834076 ], [ -111.91166866432742, 40.17262865395876 ], [ -111.91145132718567, 40.17306281350838 ], [ -111.91116268339729, 40.17343446848438 ], [ -111.91080273256033, 40.173743618369407 ], [ -111.9104675898556, 40.174151674750924 ], [ -111.91047120177087, 40.174421926478651 ], [ -111.91036948223052, 40.174720034530097 ], [ -111.91002415295382, 40.175245291061934 ], [ -111.9096126859653, 40.176095402282108 ], [ -111.90925415711627, 40.176512648127179 ], [ -111.90892737003941, 40.176668372937144 ], [ -111.90861100367698, 40.176724912356818 ], [ -111.90830890333899, 40.176970535014824 ], [ -111.90788779921608, 40.177099968845681 ], [ -111.90786695254687, 40.177298337685251 ], [ -111.90763387133212, 40.177435305293947 ], [ -111.90745842973641, 40.177490736631761 ], [ -111.90725159500532, 40.177834712414125 ], [ -111.9069011885985, 40.177981607266155 ], [ -111.90657462882966, 40.178155342321062 ], [ -111.9061530346364, 40.178248736352018 ], [ -111.90596632471969, 40.178340290964812 ], [ -111.90596872110895, 40.178520458878879 ], [ -111.90585427320032, 40.178746587783081 ], [ -111.90545664206074, 40.178875829108307 ], [ -111.90525818510073, 40.178967474453856 ], [ -111.90533056719968, 40.179111057758135 ], [ -111.90498134695233, 40.179348030849084 ], [ -111.90473471350393, 40.17934995856691 ], [ -111.90435145257008, 40.179677289105868 ], [ -111.90433143220575, 40.179938716125442 ], [ -111.90398088903157, 40.18007659387554 ], [ -111.9035478931862, 40.180197095461629 ], [ -111.90323353666531, 40.180406763167007 ], [ -111.90295656198164, 40.180778306415583 ], [ -111.90250341278283, 40.18115122255427 ], [ -111.90219048063359, 40.181468988277913 ], [ -111.90199666469337, 40.181911955731017 ], [ -111.90204591129653, 40.182082749276873 ], [ -111.90201365931171, 40.182308233810943 ], [ -111.90179265199389, 40.182472123543185 ], [ -111.90160664017269, 40.182617721648548 ], [ -111.90135301872249, 40.182980069767339 ], [ -111.90135588021936, 40.183196271364963 ], [ -111.90112419609764, 40.183441326890581 ], [ -111.90078537354401, 40.183579103724263 ], [ -111.90061205484641, 40.183796676072802 ], [ -111.90061443753365, 40.183976844082622 ], [ -111.90060507494962, 40.18415710346099 ], [ -111.90043092044858, 40.18431161673886 ], [ -111.90030267468667, 40.184384688790324 ], [ -111.9003171592633, 40.184591790652966 ], [ -111.90010919567689, 40.184854678287607 ], [ -111.89985532000793, 40.185199006364542 ], [ -111.89961033112668, 40.185327041004136 ], [ -111.8993882374658, 40.185409850623891 ], [ -111.8990545158171, 40.185934983738306 ], [ -111.89901062561236, 40.186169567035655 ], [ -111.89876955538423, 40.186594877156864 ], [ -111.89830317295039, 40.18685976753568 ], [ -111.8978598033641, 40.187088440254783 ], [ -111.8977224166467, 40.187359785449701 ], [ -111.89765586053737, 40.187657609222661 ], [ -111.8974477587104, 40.187911483750433 ], [ -111.89730846930048, 40.18803869402101 ], [ -111.89718199365367, 40.188246888713827 ], [ -111.89685405461886, 40.188321504422888 ], [ -111.89645658745462, 40.188468732224266 ], [ -111.89592053630422, 40.188797217730873 ], [ -111.89547619824005, 40.188953814230835 ], [ -111.89532563067412, 40.189117146639063 ], [ -111.89514219247734, 40.189460919455314 ], [ -111.89511893688881, 40.189479117922282 ], [ -111.8948391584879, 40.189643448733364 ], [ -111.89456899454785, 40.189645536793478 ], [ -111.8941811313606, 40.189630514789975 ], [ -111.8934783654651, 40.189789099526422 ], [ -111.89256628823249, 40.190111461850059 ], [ -111.89155787174936, 40.190254372588051 ], [ -111.89104692606749, 40.190708772677183 ], [ -111.89051189136948, 40.19111830920707 ], [ -111.89033946326349, 40.191407933769298 ], [ -111.89026289149045, 40.191840970027513 ], [ -111.89032892883313, 40.192399039924105 ], [ -111.89006337772668, 40.193653377194295 ], [ -111.88976655172654, 40.194313339193783 ], [ -111.88951670885147, 40.194972939354237 ], [ -111.8893461500863, 40.195406696959971 ], [ -111.88916066478735, 40.195597317465108 ], [ -111.88889212366303, 40.195725510280305 ], [ -111.88888261134811, 40.195896760290793 ], [ -111.88838946699951, 40.196819495985686 ], [ -111.88759028249893, 40.197699529966009 ], [ -111.88729952648548, 40.1979269918386 ], [ -111.8868101130624, 40.198237058871761 ], [ -111.88635417899756, 40.198411727817295 ], [ -111.88593172725794, 40.19845099905092 ], [ -111.88539121095454, 40.198446125298346 ], [ -111.8848282530284, 40.198522504370054 ], [ -111.88418621854517, 40.198842736161886 ], [ -111.88329700368206, 40.199128813578767 ], [ -111.88285315292606, 40.199330404480278 ], [ -111.88211536591163, 40.199516215383397 ], [ -111.88179910352849, 40.199590699529622 ], [ -111.88161591942998, 40.199961476595256 ], [ -111.88150065540903, 40.200133531317661 ], [ -111.88114879521268, 40.200181256839272 ], [ -111.88071609644024, 40.200337708105629 ], [ -111.88034318523169, 40.200574786864372 ], [ -111.88022931505196, 40.200854941435011 ], [ -111.87999110486857, 40.201514432203503 ], [ -111.87970240300182, 40.201904026911073 ], [ -111.87914452991507, 40.202376749320791 ], [ -111.8786808704152, 40.20286677250472 ], [ -111.87838913226589, 40.203022144950047 ], [ -111.87814985077644, 40.203600556136209 ], [ -111.87773549491287, 40.204270387544405 ], [ -111.87732939571778, 40.204669875686122 ], [ -111.87693724645401, 40.205240433494964 ], [ -111.87622040762257, 40.206146792492653 ], [ -111.87574843057372, 40.206907145802532 ], [ -111.87578178450224, 40.207672684107834 ], [ -111.87565578683846, 40.207925897791306 ], [ -111.87556538456739, 40.208205869981967 ], [ -111.87533618866043, 40.208658068482904 ], [ -111.87494376849291, 40.209210602723331 ], [ -111.87452622136614, 40.209637195265955 ], [ -111.87433214765463, 40.210080117038061 ], [ -111.87420868677455, 40.210531514460868 ], [ -111.87386359407093, 40.211110715353911 ], [ -111.87370429956169, 40.211517336223658 ], [ -111.87379013695245, 40.211795976435425 ], [ -111.8738513175775, 40.211984709767073 ], [ -111.87364328478712, 40.212256559021739 ], [ -111.87345967617679, 40.212600297943332 ], [ -111.8731961258361, 40.213124825555255 ], [ -111.87312104149706, 40.213683968177754 ], [ -111.87295919359035, 40.213892402696167 ], [ -111.87275126708187, 40.214173258779198 ], [ -111.87269690577594, 40.214516021775523 ], [ -111.87234843035576, 40.214833973909883 ], [ -111.87200041359489, 40.21518795869784 ], [ -111.87151438438616, 40.215777223256978 ], [ -111.87147003544057, 40.215984770862597 ], [ -111.8716392805016, 40.216352877337705 ], [ -111.87163156973874, 40.216668260537993 ], [ -111.87127248126767, 40.217076382177098 ], [ -111.87111408083182, 40.217555066735578 ], [ -111.8708281446516, 40.218169849981827 ], [ -111.87063459995548, 40.218657807513729 ], [ -111.87046259547017, 40.218992444831244 ], [ -111.87010602326558, 40.219598748106897 ], [ -111.86984357289668, 40.220213352200403 ], [ -111.86964045241871, 40.220872556297344 ], [ -111.86941255765973, 40.221432843965616 ], [ -111.86923984952381, 40.221713428938621 ], [ -111.86889086110692, 40.221995337158504 ], [ -111.86849681762018, 40.22243074020804 ], [ -111.86812730823205, 40.222947041409405 ], [ -111.8678735906374, 40.223327333985999 ], [ -111.86791390578418, 40.223723440008484 ], [ -111.86793106177585, 40.224146747500839 ], [ -111.86804051214595, 40.224434223606451 ], [ -111.86803209450086, 40.2246955558198 ], [ -111.86782859889676, 40.225327731310458 ], [ -111.8676740641876, 40.226112697043909 ], [ -111.86753808947728, 40.226510124506696 ], [ -111.8672847003271, 40.22691744097699 ], [ -111.86724423826541, 40.227431272850481 ], [ -111.86703923423535, 40.227946337450398 ], [ -111.86675310418329, 40.22855210196856 ], [ -111.86680344691176, 40.228812993851491 ], [ -111.86692407924909, 40.229055340668481 ], [ -111.86713965713018, 40.229369050187472 ], [ -111.86708548648721, 40.229729826902116 ], [ -111.86685501534696, 40.230091924196515 ], [ -111.86646297922032, 40.230689471730436 ], [ -111.86612993350124, 40.23130459497807 ], [ -111.86575124385084, 40.23202816989081 ], [ -111.86543292073642, 40.232877421844641 ], [ -111.86525483479883, 40.233662559589142 ], [ -111.86518264635887, 40.234455914618827 ], [ -111.86508305010429, 40.234943159407855 ], [ -111.86492376420668, 40.235358776076644 ], [ -111.8646382727086, 40.236018585558625 ], [ -111.86442295894942, 40.236650842339124 ], [ -111.86410230812326, 40.237319922256013 ], [ -111.86390923537445, 40.237852910043195 ], [ -111.86363502087904, 40.238476595613065 ], [ -111.86327920366139, 40.2391549447755 ], [ -111.86291265377763, 40.239914456130208 ], [ -111.8627801700641, 40.240591138161228 ], [ -111.86280905546202, 40.241014357840633 ], [ -111.86266058256639, 40.241357816392686 ], [ -111.86227951569856, 40.241901211622974 ], [ -111.86187493182717, 40.24244478071158 ], [ -111.86142743005985, 40.243313000934059 ], [ -111.8611642423337, 40.243882542613854 ], [ -111.86097421038089, 40.244658752184584 ], [ -111.86073612325819, 40.2453542355398 ], [ -111.86052999131523, 40.245788212499811 ], [ -111.86032134755727, 40.246024004267646 ], [ -111.86001853916092, 40.24625148623884 ], [ -111.86700191092908, 40.246217396287726 ], [ -111.88596551987695, 40.246154850777344 ], [ -111.89190539185948, 40.246343463639661 ], [ -111.91084272555514, 40.246952735225847 ], [ -111.92028395929549, 40.246959122047876 ], [ -111.92376412287039, 40.246958421378174 ], [ -111.92657314838733, 40.242575499733917 ], [ -111.92789424742917, 40.236006194090706 ], [ -111.93471196722821, 40.23255484828487 ], [ -111.93551254830858, 40.231791603518843 ], [ -111.93939022528247, 40.230841251333196 ], [ -111.9427324331168, 40.227732914576208 ], [ -111.94627136726557, 40.221046200700904 ], [ -111.9461574577365, 40.220461530592111 ], [ -111.94913432818825, 40.21902270418888 ], [ -111.94996267073809, 40.217745603601784 ], [ -111.95078259111636, 40.217549676749208 ], [ -111.95144237639576, 40.215147792792507 ], [ -111.95378540514687, 40.212948268101819 ], [ -111.96219416578373, 40.207590234737204 ], [ -111.96555670444693, 40.206895548115121 ], [ -111.96818267052409, 40.200684245903794 ], [ -111.96884376976834, 40.196777698276335 ], [ -111.97269464041399, 40.197412089689536 ], [ -111.97304066962687, 40.192030641701045 ], [ -111.97325754116689, 40.191587363617785 ], [ -111.97052069272817, 40.187493097010289 ], [ -111.9752317454785, 40.183426350819616 ], [ -111.97501751669144, 40.181590258777142 ], [ -111.98029164817298, 40.174257192926362 ], [ -111.9836044144395, 40.171868655846943 ], [ -111.98543150735867, 40.164213219898897 ], [ -111.98578714295613, 40.157137872149967 ], [ -111.98839708027822, 40.153313682976183 ], [ -111.99063800131577, 40.154817108758209 ], [ -112.00251719148605, 40.148219132988515 ], [ -112.00618100880681, 40.148277445953809 ], [ -112.00745219993422, 40.146113161229074 ], [ -112.00845986495426, 40.144392615139402 ], [ -112.01365369154314, 40.129716082463212 ], [ -112.0173920145921, 40.1261786575702 ], [ -112.01798726647652, 40.123596748223768 ], [ -112.01626577144488, 40.119116192733742 ], [ -112.0174962683183, 40.115853003321746 ], [ -112.02768494850342, 40.114492715375391 ], [ -112.03388112039416, 40.111419424651416 ], [ -112.03975906881932, 40.099041964934536 ], [ -112.04067649171249, 40.099195894279077 ], [ -112.0469913599004, 40.082561682354317 ], [ -112.04690043179417, 40.073562092933898 ], [ -112.04892933656775, 40.071273362592088 ], [ -112.05173434307255, 40.067608118735841 ], [ -112.05344156465544, 40.062727510144967 ], [ -112.0550386521135, 40.062884155200123 ], [ -112.05553230717064, 40.062960743183979 ], [ -112.05578017806452, 40.063066597667735 ], [ -112.05619427173461, 40.063306077791985 ], [ -112.0567491955826, 40.063553281255565 ], [ -112.05727900414368, 40.063692598014427 ], [ -112.0575824359081, 40.063599733886917 ], [ -112.05827988271683, 40.06320595871447 ], [ -112.059105586565, 40.062765959637368 ], [ -112.05955793274015, 40.062446492854399 ], [ -112.06011341477192, 40.06197292008504 ], [ -112.06033267414183, 40.061745677437202 ], [ -112.06041208629263, 40.061573771211876 ], [ -112.06070698241558, 40.06093140125946 ], [ -112.06092400087606, 40.060560026952089 ], [ -112.06110724426667, 40.060279056001491 ], [ -112.06139529768001, 40.059952077314087 ], [ -112.0625733091733, 40.058797079219879 ], [ -112.0629679773369, 40.058541194184556 ], [ -112.06325727482667, 40.058295284399215 ], [ -112.06339361054869, 40.058014740298674 ], [ -112.06364909301381, 40.05710244110972 ], [ -112.06412365729584, 40.055953883504486 ], [ -112.06475205499709, 40.055650797978103 ], [ -112.06500981248506, 40.055639419228356 ], [ -112.06487441339219, 40.055226229381567 ], [ -112.06478576570362, 40.054803600206398 ], [ -112.06479145924892, 40.054416141652936 ], [ -112.06488089180029, 40.054136026757583 ], [ -112.06884076423997, 40.049450684472745 ], [ -112.0690468261234, 40.04913345234467 ], [ -112.06916136669003, 40.048961215742722 ], [ -112.06923834940896, 40.048636164948718 ], [ -112.07075763510362, 40.04309032644035 ], [ -112.07095744659757, 40.04312451744795 ], [ -112.07111390101626, 40.043384345481591 ], [ -112.07128306423553, 40.043707121996881 ], [ -112.07149699595432, 40.043894342315035 ], [ -112.07198177292192, 40.04416014163813 ], [ -112.07247813313724, 40.044416822222139 ], [ -112.0729739321104, 40.044637468019815 ], [ -112.0734830093262, 40.044957092672981 ], [ -112.07381415886221, 40.045143222471459 ], [ -112.07502411299562, 40.046050966097468 ], [ -112.0754035714989, 40.046326737551077 ], [ -112.07571355649378, 40.046657209541259 ], [ -112.07598852285057, 40.046997015362486 ], [ -112.07614528873442, 40.047274852334397 ], [ -112.07633764456793, 40.047579386790041 ], [ -112.07713686094819, 40.048454885110921 ], [ -112.07747271829805, 40.048938272292453 ], [ -112.07766508483269, 40.049242804317934 ], [ -112.07787144510043, 40.049691356973476 ], [ -112.07859263036853, 40.050819835216259 ], [ -112.07906000722288, 40.051464162982164 ], [ -112.07952824578547, 40.052162537387957 ], [ -112.07993447097554, 40.052645261264878 ], [ -112.0805828276886, 40.053612235251286 ], [ -112.08082410303426, 40.054042437638024 ], [ -112.08120889715174, 40.05465148889617 ], [ -112.08147462198832, 40.055144527699397 ], [ -112.0815373643979, 40.055405215654197 ], [ -112.08158966656487, 40.055747085966189 ], [ -112.08145996111271, 40.056442023450764 ], [ -112.08290239335292, 40.057203360470538 ], [ -112.08311582888631, 40.05735452551999 ], [ -112.08338787971678, 40.057505142020013 ], [ -112.08354270277934, 40.057656854389869 ], [ -112.08366264318272, 40.057826911718443 ], [ -112.08378386871554, 40.058078041782252 ], [ -112.0865459847537, 40.06293527778206 ], [ -112.08697677456922, 40.063480811194161 ], [ -112.09380284517943, 40.070921400845876 ], [ -112.09443336120076, 40.071483038073623 ], [ -112.09548076887478, 40.072446153145769 ], [ -112.0977098629633, 40.07469542004506 ], [ -112.09799533232824, 40.0749449776266 ], [ -112.09826835433603, 40.075149605509964 ], [ -112.09846899628427, 40.075228787566267 ], [ -112.09882019259257, 40.075189419010947 ], [ -112.09933569500377, 40.075157499547082 ], [ -112.09974856273884, 40.075306740224185 ], [ -112.10003273744593, 40.075475220432807 ], [ -112.1002569791152, 40.075563184652189 ], [ -112.10066796575136, 40.075595317731576 ], [ -112.10106795228971, 40.075672600896695 ], [ -112.10136356739775, 40.075822950269497 ], [ -112.10175342706867, 40.075999430697287 ], [ -112.10226200122933, 40.076264874136577 ], [ -112.10270947872361, 40.076377737249679 ], [ -112.10656590630039, 40.077701378855402 ], [ -112.10700313256693, 40.077904417117338 ], [ -112.10764321194458, 40.0783217394549 ], [ -112.10810506635325, 40.078596613106122 ], [ -112.10863742917567, 40.078879819453284 ], [ -112.10917111197756, 40.079244095166025 ], [ -112.11011757078796, 40.079748563266072 ], [ -112.11078040764178, 40.080120602955617 ], [ -112.11169830875922, 40.080310003386906 ], [ -112.11228713425373, 40.080457510086624 ], [ -112.1134485167327, 40.080473379983999 ], [ -112.11437595317518, 40.080527526734706 ], [ -112.11537727919344, 40.080797179719447 ], [ -112.11634387399269, 40.081094186879994 ], [ -112.11728525627574, 40.081283316569049 ], [ -112.11775462343118, 40.081296806895757 ], [ -112.11846044338252, 40.081425134280444 ], [ -112.12076106017217, 40.082249777922293 ], [ -112.12119820900142, 40.082443753518533 ], [ -112.12148350017387, 40.082675235374332 ], [ -112.12165033980025, 40.082835788622198 ], [ -112.12277180996148, 40.083275391905325 ], [ -112.1257019488698, 40.084571329342943 ], [ -112.12715496067155, 40.085196863899121 ], [ -112.12835651437324, 40.085509502122953 ], [ -112.12882859013865, 40.08568508964489 ], [ -112.1293351066016, 40.085815292594781 ], [ -112.12999616867411, 40.086070116801658 ], [ -112.13065529801459, 40.086207834324256 ], [ -112.13106695696003, 40.086275890032987 ], [ -112.13102422115344, 40.086528569560905 ], [ -112.13108956917291, 40.086933352813851 ], [ -112.13134297026312, 40.088777797234599 ], [ -112.13169477957594, 40.09018882978458 ], [ -112.13184268171806, 40.09061983375171 ], [ -112.13198760085879, 40.090870679499254 ], [ -112.13249236994254, 40.090892773137384 ], [ -112.13324164283168, 40.090804360256783 ], [ -112.13408384346558, 40.090660976525939 ], [ -112.13467765115561, 40.090393889374063 ], [ -112.13522783384057, 40.090325432624603 ], [ -112.13555637574467, 40.090331221345203 ], [ -112.13707790509864, 40.090127097448608 ], [ -112.13755711363657, 40.090023288980582 ], [ -112.1376432609122, 40.090265695452075 ], [ -112.1376713672162, 40.090544709389476 ], [ -112.13776909395139, 40.090777992647375 ], [ -112.13792546337226, 40.091010699677049 ], [ -112.13815220450742, 40.091242714981412 ], [ -112.13890838040329, 40.091568627853015 ], [ -112.13974801571432, 40.09197479864963 ], [ -112.14088132779172, 40.092405098896194 ], [ -112.14114101264511, 40.092501643471863 ], [ -112.14130551460458, 40.092518041284407 ], [ -112.1416808312114, 40.092514342301463 ], [ -112.14229719695501, 40.092895667001109 ], [ -112.14298213367161, 40.093168199516136 ], [ -112.14328889011797, 40.093273284048557 ], [ -112.14364090387939, 40.093278818067716 ], [ -112.14368781894318, 40.093278354808241 ], [ -112.14405125980194, 40.093265756045902 ], [ -112.14434462972217, 40.093271867180952 ], [ -112.14455604925803, 40.093287796792836 ], [ -112.14476928020903, 40.093411820276309 ], [ -112.14529108516543, 40.093749016747694 ], [ -112.14563620650263, 40.094042911902662 ], [ -112.146121322431, 40.094290374017682 ], [ -112.14735966775422, 40.094683533561593 ], [ -112.14873680653116, 40.094958181809886 ], [ -112.14890177047974, 40.095001592235462 ], [ -112.14905712684445, 40.09517122852948 ], [ -112.14930586210353, 40.095312909996252 ], [ -112.14949640754658, 40.095482196488561 ], [ -112.15042771058928, 40.09575223918138 ], [ -112.1549941544543, 40.09731946196294 ], [ -112.15710836724573, 40.098163254663213 ], [ -112.15699656471651, 40.098488707587251 ], [ -112.15689465995692, 40.098705949535869 ], [ -112.15666266027591, 40.098861425398965 ], [ -112.15633514445528, 40.09891875183547 ], [ -112.15605408945058, 40.098948585598549 ], [ -112.15576298115094, 40.09907762166101 ], [ -112.15547217651259, 40.09922467262821 ], [ -112.15517009789011, 40.099398863312054 ], [ -112.1549403766609, 40.099689452985189 ], [ -112.15477082583287, 40.100069535582641 ], [ -112.15470318773441, 40.100232377928052 ], [ -112.15459030459485, 40.100494773936667 ], [ -112.1544877802307, 40.100675982593231 ], [ -112.15437489556597, 40.100938378394133 ], [ -112.15427389237696, 40.101209664990641 ], [ -112.1542321480044, 40.101516398239234 ], [ -112.15421447260779, 40.101858928904612 ], [ -112.15427769089594, 40.102128578712694 ], [ -112.15425955891058, 40.102444085916325 ], [ -112.15417013128632, 40.102706247669488 ], [ -112.1540322592827, 40.102878798806437 ], [ -112.15376626525811, 40.103106682195779 ], [ -112.15349874797847, 40.103244486872114 ], [ -112.15324265584255, 40.103364158509031 ], [ -112.1529536525244, 40.103619297131516 ], [ -112.15271050491361, 40.103810913341981 ], [ -112.15246720392284, 40.103993521240902 ], [ -112.15226015736388, 40.104238833213167 ], [ -112.15201746148476, 40.104457471449969 ], [ -112.15183280975985, 40.104639494600164 ], [ -112.15154364390676, 40.104885621983456 ], [ -112.15128860521709, 40.105068344110933 ], [ -112.15103447616377, 40.105305112589448 ], [ -112.15096712786705, 40.105485968439062 ], [ -112.15098250258323, 40.10570203944404 ], [ -112.15109309126714, 40.105998248035768 ], [ -112.15114274828638, 40.10615992230521 ], [ -112.15107691794228, 40.10643085634613 ], [ -112.15102433654474, 40.106791751895805 ], [ -112.1509245265033, 40.107135098121894 ], [ -112.15089206601262, 40.10729758851749 ], [ -112.15101241428748, 40.10747657892172 ], [ -112.15119081175227, 40.107618954894683 ], [ -112.15141507156488, 40.107697809370009 ], [ -112.15174491288988, 40.107775613440531 ], [ -112.15206363164626, 40.107889564497661 ], [ -112.15234685363046, 40.107985849237508 ], [ -112.15259503464111, 40.108091491348262 ], [ -112.15286607062654, 40.108160868127101 ], [ -112.15315965695832, 40.108175963809387 ], [ -112.1533240470949, 40.108183336128938 ], [ -112.1536301258442, 40.10824335280676 ], [ -112.15392477827257, 40.108321501163047 ], [ -112.1541490434434, 40.108400350257249 ], [ -112.15434984645948, 40.108479432777813 ], [ -112.15465714601451, 40.108611509109039 ], [ -112.15487059574147, 40.108744520536746 ], [ -112.15500314552622, 40.108950412973947 ], [ -112.15509105619046, 40.109291890252443 ], [ -112.15509532315328, 40.109544108574184 ], [ -112.15522985656968, 40.109867102044923 ], [ -112.15543234197972, 40.110045268340556 ], [ -112.15561136519588, 40.110223668394788 ], [ -112.1557690608454, 40.110528411426984 ], [ -112.15591441617029, 40.110797240137231 ], [ -112.15595555936007, 40.111148192729672 ], [ -112.15589157393833, 40.11152722257328 ], [ -112.1558266728459, 40.111852205620998 ], [ -112.15583201043739, 40.112167478299789 ], [ -112.15576649853736, 40.112456430130216 ], [ -112.15574654188954, 40.11266384347595 ], [ -112.15579591010221, 40.112807499763832 ], [ -112.15594096555375, 40.113058312688807 ], [ -112.15619206915332, 40.113335094633925 ], [ -112.15644149629262, 40.11351279034178 ], [ -112.15666639193854, 40.113627665353171 ], [ -112.15705737158386, 40.113848992360261 ], [ -112.15725956834331, 40.114009139539341 ], [ -112.15741361507793, 40.114097693127249 ], [ -112.15756689849246, 40.114141207593583 ], [ -112.15781342938097, 40.114147752383779 ], [ -112.15804746397835, 40.114109375068374 ], [ -112.15814101661306, 40.114090420898641 ], [ -112.15832858025176, 40.114079535673433 ], [ -112.1585984226285, 40.114076836313416 ], [ -112.15883337396413, 40.11409250408898 ], [ -112.15909163701157, 40.114098928757066 ], [ -112.1594324850078, 40.114131553974168 ], [ -112.15970293958536, 40.114164883139999 ], [ -112.15996242741953, 40.114243368057373 ], [ -112.16036132555962, 40.114239371836376 ], [ -112.16052542457757, 40.114228718162003 ], [ -112.1606773317844, 40.114191158528627 ], [ -112.1608071527983, 40.114234903846338 ], [ -112.16086765242378, 40.114342409079811 ], [ -112.16089433390759, 40.114531337051119 ], [ -112.16096978340785, 40.114827887784379 ], [ -112.16104492717847, 40.115106422905555 ], [ -112.16108747876785, 40.115538442925654 ], [ -112.16112911162234, 40.11591641628403 ], [ -112.16115931879906, 40.116312522773434 ], [ -112.16119972673526, 40.116618433912322 ], [ -112.16126283434592, 40.116879070881104 ], [ -112.16141934498788, 40.117111743177375 ], [ -112.16166987261576, 40.117352481470483 ], [ -112.16190744247446, 40.117521274805874 ], [ -112.16208588901607, 40.117663633057056 ], [ -112.16235865970356, 40.11783207220401 ], [ -112.16263051113836, 40.117946464125495 ], [ -112.16296194904803, 40.118114312816516 ], [ -112.16330420041849, 40.118227996123984 ], [ -112.16358794152704, 40.118351275636876 ], [ -112.16381286500597, 40.118466136276972 ], [ -112.16401432318017, 40.118581232342862 ], [ -112.16415819225905, 40.11875997209463 ], [ -112.1642088119731, 40.118975686359896 ], [ -112.16422423262705, 40.119191754474187 ], [ -112.16420476118276, 40.119426191961296 ], [ -112.16417463192771, 40.119723801659234 ], [ -112.16416842992983, 40.120048198684074 ], [ -112.16419512314366, 40.120237125550453 ], [ -112.16425793851241, 40.120479745015288 ], [ -112.16428540049759, 40.120713710592788 ], [ -112.164289395823, 40.120947912094728 ], [ -112.16428181138879, 40.121191239307002 ], [ -112.16429846231193, 40.121479369312638 ], [ -112.16421012587715, 40.121804592020681 ], [ -112.16413290766172, 40.122093665704334 ], [ -112.16399855678108, 40.122473406552153 ], [ -112.16385032001672, 40.122727156694268 ], [ -112.16368973398593, 40.122944993571799 ], [ -112.16361159084266, 40.123180020410935 ], [ -112.16364986420854, 40.123359821650908 ], [ -112.16375746579915, 40.123475861121563 ], [ -112.16413540819357, 40.1236162109345 ], [ -112.16430152689171, 40.12372265230951 ], [ -112.16445714181945, 40.123901273390011 ], [ -112.16464749828567, 40.124052516975581 ], [ -112.16480188485997, 40.124159075612134 ], [ -112.16505122042497, 40.124327743824651 ], [ -112.16535861210606, 40.124459790092693 ], [ -112.16565473251083, 40.124618976862173 ], [ -112.16607111968339, 40.124948128335561 ], [ -112.166617510717, 40.125330024339782 ], [ -112.16699577722942, 40.125488380011426 ], [ -112.16726951601996, 40.125710853148192 ], [ -112.16741310079834, 40.125871572839358 ], [ -112.16764190906878, 40.126211618735319 ], [ -112.16774936782019, 40.126318646548889 ], [ -112.16817519672, 40.126512555796076 ], [ -112.1683996922177, 40.126600383689322 ], [ -112.16883633331085, 40.126740125682169 ], [ -112.16948388716686, 40.126859717546566 ], [ -112.1700133264674, 40.126935452852493 ], [ -112.17045954413354, 40.126948961975941 ], [ -112.17084739886479, 40.126981078077264 ], [ -112.17134086395384, 40.12701212462725 ], [ -112.17177658532269, 40.12709780909789 ], [ -112.17209465355675, 40.127166664303729 ], [ -112.17256759257108, 40.127369089714499 ], [ -112.1728042953585, 40.127483813246286 ], [ -112.17296966259636, 40.127545203227996 ], [ -112.17325516350722, 40.12776754287249 ], [ -112.17345821420655, 40.127972698802921 ], [ -112.17368504530181, 40.128195631892268 ], [ -112.17382849540466, 40.128347335561102 ], [ -112.17398430079308, 40.128534950896558 ], [ -112.1742691890621, 40.128721257072634 ], [ -112.17457708319526, 40.128880301344722 ], [ -112.17476980227336, 40.129166643196896 ], [ -112.17485504802993, 40.129345963861716 ], [ -112.17486078705957, 40.12967924885514 ], [ -112.17488735912062, 40.129859164768284 ], [ -112.17499592086743, 40.130029239455411 ], [ -112.17506834738376, 40.130145625083536 ], [ -112.17525858954187, 40.130287842777314 ], [ -112.17544852210904, 40.130412044745299 ], [ -112.17559027353758, 40.130464661364726 ], [ -112.1757678512128, 40.130552951134831 ], [ -112.17586281823854, 40.130615051726899 ], [ -112.17610093531695, 40.130810837486898 ], [ -112.17624501756012, 40.13099856872239 ], [ -112.17631822381063, 40.131159991981036 ], [ -112.17632195128816, 40.131376176662442 ], [ -112.17624275579468, 40.131548157342131 ], [ -112.17617482926275, 40.131692995683643 ], [ -112.17605949558114, 40.131811287667837 ], [ -112.1758742156312, 40.131957317672722 ], [ -112.17571240549631, 40.132103109081598 ], [ -112.17552991784451, 40.132411277073146 ], [ -112.17544022543711, 40.132655437922004 ], [ -112.17537338250993, 40.132863329675502 ], [ -112.17518008690297, 40.133225662422461 ], [ -112.17504282945006, 40.13343426858777 ], [ -112.17486989905315, 40.133616208731922 ], [ -112.17466145072687, 40.133780490395246 ], [ -112.17432452975865, 40.133982111759032 ], [ -112.17394081912607, 40.134193215793175 ], [ -112.17367430820821, 40.134394121403552 ], [ -112.17338587366105, 40.134685341261275 ], [ -112.17322544609739, 40.134912198588758 ], [ -112.17302132697937, 40.135328692957046 ], [ -112.17289811794387, 40.135672293256796 ], [ -112.17279760532189, 40.135970617192086 ], [ -112.17275670122676, 40.136322392917926 ], [ -112.17284288041462, 40.13655576098364 ], [ -112.17308255927267, 40.136841629553587 ], [ -112.17320332905059, 40.137038609813544 ], [ -112.17323284388823, 40.137389672120911 ], [ -112.17315673251481, 40.13774180463011 ], [ -112.17297592273138, 40.138149053327119 ], [ -112.17283001033776, 40.138537929724357 ], [ -112.17266139770128, 40.138972082137144 ], [ -112.17261878794211, 40.139224773031835 ], [ -112.1726938534983, 40.139494290682961 ], [ -112.1727809660884, 40.139781704775224 ], [ -112.17277325659978, 40.140016023670668 ], [ -112.17264895427664, 40.140296569722743 ], [ -112.17254889882932, 40.14062191639875 ], [ -112.1724128577019, 40.140902581052607 ], [ -112.17223017760841, 40.14120173624061 ], [ -112.17209227635134, 40.141374308213308 ], [ -112.17191885399599, 40.141529221025891 ], [ -112.17168782930977, 40.141747781307998 ], [ -112.17137619119204, 40.142057249288982 ], [ -112.17121527603454, 40.142257080808086 ], [ -112.17088062318712, 40.142593808022731 ], [ -112.17059013266922, 40.142767921139146 ], [ -112.17027523881445, 40.142888224627377 ], [ -112.16993779662377, 40.143062810650903 ], [ -112.16981239568285, 40.143280299878413 ], [ -112.16976853692721, 40.143460928151931 ], [ -112.16970321189754, 40.143758893617729 ], [ -112.16968499037651, 40.144065392453314 ], [ -112.1696420578332, 40.144300066844444 ], [ -112.16953951073778, 40.144481287849921 ], [ -112.16947171213788, 40.144635130024191 ], [ -112.16933271584585, 40.144744644933539 ], [ -112.16904190340057, 40.14490073889489 ], [ -112.16877425595696, 40.145038579780604 ], [ -112.16854506176118, 40.145365226349291 ], [ -112.16840806897585, 40.145591840253083 ], [ -112.16817794531337, 40.145864439926633 ], [ -112.16800542851627, 40.146073393239902 ], [ -112.16785654050018, 40.146291117218659 ], [ -112.16776911741445, 40.146670387680324 ], [ -112.16780865057032, 40.146922248070943 ], [ -112.16792973238637, 40.147137248853021 ], [ -112.16827399054067, 40.147359007076467 ], [ -112.1686069760775, 40.14760790579237 ], [ -112.16889177650123, 40.147785215977756 ], [ -112.16920005452073, 40.147962288371524 ], [ -112.16960177529401, 40.148111388285663 ], [ -112.16994480725781, 40.14826107984036 ], [ -112.17068709184295, 40.148415743428011 ], [ -112.17094780586771, 40.148557255031925 ], [ -112.17126736659854, 40.14870718000487 ], [ -112.17151742813924, 40.148911862814579 ], [ -112.17173289565405, 40.149152932167887 ], [ -112.17181707602977, 40.149269200447847 ], [ -112.17192736541112, 40.149538361611015 ], [ -112.17202421401745, 40.149708556988493 ], [ -112.17209944463731, 40.149987082094121 ], [ -112.17215042468496, 40.150220806413181 ], [ -112.17214503570263, 40.150590240077214 ], [ -112.17224420961227, 40.150895550378813 ], [ -112.1724002186256, 40.151092174131627 ], [ -112.17259144440297, 40.151288441004056 ], [ -112.17273478698823, 40.151431137098903 ], [ -112.17291551580465, 40.151699583693521 ], [ -112.17314893624976, 40.152300838103301 ], [ -112.1732579958631, 40.152497936339849 ], [ -112.17340335799817, 40.152757731247505 ], [ -112.17350068020299, 40.152954948190342 ], [ -112.17362411714211, 40.153305057432192 ], [ -112.17380531988047, 40.153600525437135 ], [ -112.17396133972613, 40.153797146843125 ], [ -112.17400074535014, 40.154039996761789 ], [ -112.17399334989437, 40.154292330468287 ], [ -112.17394980612971, 40.154490975264295 ], [ -112.17389452292645, 40.15468973906723 ], [ -112.17375753009017, 40.154916358956413 ], [ -112.17355103115159, 40.155197738661236 ], [ -112.17334329011814, 40.155407056672949 ], [ -112.17307638595804, 40.155589946060473 ], [ -112.17265872784351, 40.155882472708967 ], [ -112.172357221349, 40.156101747857775 ], [ -112.1721607486956, 40.156283921925045 ], [ -112.17185877424087, 40.156476172799799 ], [ -112.1715109235902, 40.156731951766083 ], [ -112.17094202945762, 40.157107085571567 ], [ -112.17059324394828, 40.157308815813536 ], [ -112.17026855438687, 40.157546338394084 ], [ -112.16981596211244, 40.157857226372101 ], [ -112.16933880430994, 40.158105296040766 ], [ -112.16893223659406, 40.15836166029024 ], [ -112.16864152030966, 40.158526761402349 ], [ -112.16837505449264, 40.158736663239765 ], [ -112.16774912398326, 40.159211458543041 ], [ -112.16734408645884, 40.159557894139418 ], [ -112.16696298777313, 40.159931114729403 ], [ -112.16654651016408, 40.160295681307908 ], [ -112.16609588618579, 40.160723654957273 ], [ -112.16564433218089, 40.161097580804586 ], [ -112.16506455273182, 40.161526850730027 ], [ -112.16462411249738, 40.16186462381647 ], [ -112.16440289035663, 40.161974959791685 ], [ -112.16395736696099, 40.16201547676345 ], [ -112.16367559489832, 40.162018309286282 ], [ -112.16326559976764, 40.162076484954156 ], [ -112.16282038232215, 40.162135012947857 ], [ -112.1622826223953, 40.162275551437006 ], [ -112.16181545724179, 40.162424388251559 ], [ -112.16123042345146, 40.162547377790794 ], [ -112.16086753875977, 40.162614081676423 ], [ -112.16035202512607, 40.162682314271777 ], [ -112.15962563860994, 40.162779684651113 ], [ -112.15917097074059, 40.162973431812347 ], [ -112.1588818958152, 40.16323759360732 ], [ -112.15868475384428, 40.163383714577066 ], [ -112.15857117481202, 40.163610082109393 ], [ -112.15845943260173, 40.163944541950421 ], [ -112.15840455640672, 40.164170321887603 ], [ -112.1582580489799, 40.16453215706175 ], [ -112.15819143069048, 40.164758054355659 ], [ -112.15819418649271, 40.164920192971536 ], [ -112.1581048509624, 40.16519136362799 ], [ -112.15807115860333, 40.165281792980046 ], [ -112.15796763182141, 40.165408957767085 ], [ -112.1577136124842, 40.16566375672808 ], [ -112.15749374376556, 40.165855149071881 ], [ -112.15733166197727, 40.16599190794323 ], [ -112.15706513205461, 40.166201784384072 ], [ -112.15677435330736, 40.166366856351154 ], [ -112.15651772686125, 40.166468521804958 ], [ -112.15641266665456, 40.166505608204538 ], [ -112.15621505145396, 40.166624701982556 ], [ -112.15611044934151, 40.166688811226088 ], [ -112.15604076543204, 40.166734553238669 ], [ -112.1559604097824, 40.166843466381799 ], [ -112.15589179526452, 40.16695226224121 ], [ -112.15583476913504, 40.167051933132086 ], [ -112.1557673765504, 40.167232790558344 ], [ -112.15573490243818, 40.167395280894766 ], [ -112.15572728626336, 40.167638606132456 ], [ -112.15568352870557, 40.16782823677476 ], [ -112.15566294849137, 40.167999617573244 ], [ -112.15558213246966, 40.16808150734785 ], [ -112.15547768030314, 40.168154623747782 ], [ -112.15537292242065, 40.168209724646545 ], [ -112.15521037264106, 40.168319457517569 ], [ -112.1551304719857, 40.168455393214899 ], [ -112.15507344352777, 40.16855506373863 ], [ -112.15512254819278, 40.168680702991772 ], [ -112.15519528918568, 40.168815115597617 ], [ -112.15526787773513, 40.168940520446853 ], [ -112.15537706657099, 40.169146643029599 ], [ -112.1557037203317, 40.169710963853923 ], [ -112.15577753326741, 40.169908429944428 ], [ -112.15587406639203, 40.17006062300527 ], [ -112.15589938413936, 40.170168480930734 ], [ -112.15586583935583, 40.170267917340098 ], [ -112.15584342517445, 40.170331205707512 ], [ -112.15579737418062, 40.170385720830708 ], [ -112.15573912270818, 40.170413330059851 ], [ -112.15557611000271, 40.170496040368612 ], [ -112.15537664878968, 40.170507040410186 ], [ -112.15508432051664, 40.170582031313643 ], [ -112.15490849568411, 40.170601803938759 ], [ -112.15461586114569, 40.17065877826537 ], [ -112.15430019987166, 40.170743009128536 ], [ -112.15404324810513, 40.170826653895723 ], [ -112.15334101168854, 40.170968790473388 ], [ -112.15304867908263, 40.17104377628943 ], [ -112.15272264357806, 40.171209189220399 ], [ -112.1522805560376, 40.171456839438605 ], [ -112.15204693107349, 40.171531238374925 ], [ -112.15154293035238, 40.171590308144836 ], [ -112.15094423008875, 40.171605271121351 ], [ -112.15040484898236, 40.171655678455778 ], [ -112.15007667508111, 40.171694976031944 ], [ -112.14999432743647, 40.171686784848966 ], [ -112.14990023758529, 40.171678710241572 ], [ -112.14975902683594, 40.171662094327971 ], [ -112.14948804377794, 40.171610729953727 ], [ -112.14911183705442, 40.171587437126753 ], [ -112.14868957300008, 40.171618655448718 ], [ -112.14853737972007, 40.171647193152772 ], [ -112.14833700271214, 40.17160413479732 ], [ -112.14825465535739, 40.171595942372186 ], [ -112.14766572345741, 40.171493671536226 ], [ -112.14750027056081, 40.171432247043384 ], [ -112.14734625673776, 40.171352690485534 ], [ -112.14715565169139, 40.17119241325296 ], [ -112.14687156544697, 40.171060089509822 ], [ -112.14659967720655, 40.170954671938759 ], [ -112.1463290023114, 40.170921315547879 ], [ -112.14592946753594, 40.170907252574331 ], [ -112.14569553423978, 40.170963623308083 ], [ -112.1455094778064, 40.17107357522422 ], [ -112.14539372227692, 40.171173822083652 ], [ -112.14524364842319, 40.17132846370825 ], [ -112.14502281783419, 40.171465786533211 ], [ -112.14474524285431, 40.171720790041086 ], [ -112.14462228316148, 40.172091384238151 ], [ -112.14454492967143, 40.172380444348065 ], [ -112.14445734640168, 40.172759697806832 ], [ -112.14441461367686, 40.173012378629984 ], [ -112.14437157802, 40.173247043967898 ], [ -112.1443755123195, 40.173481244982767 ], [ -112.14448361669601, 40.17362432392531 ], [ -112.14463748110896, 40.17369487650631 ], [ -112.14487339268811, 40.173755608274384 ], [ -112.14515597227975, 40.173797859477077 ], [ -112.1455452960838, 40.173902118346028 ], [ -112.14575757237392, 40.17395407295519 ], [ -112.14584113446045, 40.17403432892376 ], [ -112.14590181752358, 40.174150848200021 ], [ -112.14597439502131, 40.174276258922902 ], [ -112.14600000194949, 40.174402134582543 ], [ -112.14601538167217, 40.174618203722453 ], [ -112.14603030687037, 40.174807249679482 ], [ -112.1460453837128, 40.175005303350893 ], [ -112.14606106686543, 40.175239387904973 ], [ -112.14605371901322, 40.175500728122188 ], [ -112.14605659852865, 40.175671874851147 ], [ -112.14615251232941, 40.175788045171274 ], [ -112.14623653191269, 40.175895323956532 ], [ -112.14640305585988, 40.176019804119854 ], [ -112.14646465139046, 40.1761903693465 ], [ -112.14657367430058, 40.176387492469445 ], [ -112.14659943484976, 40.176522375644296 ], [ -112.14662792494022, 40.176819397750499 ], [ -112.14660565175465, 40.176891692127477 ], [ -112.14665626366859, 40.177107412112939 ], [ -112.14673021068874, 40.177313891696883 ], [ -112.14678082334135, 40.177529611602537 ], [ -112.14685401287338, 40.177691052496776 ], [ -112.14685613626503, 40.177817160530168 ], [ -112.14681098306828, 40.177925718479223 ], [ -112.14676658803477, 40.178079314993099 ], [ -112.14672128287508, 40.178178865190382 ], [ -112.14671242095233, 40.178350128126986 ], [ -112.14688917847985, 40.178384413958668 ], [ -112.14711199952283, 40.178364187769127 ], [ -112.14728799861642, 40.17835343441557 ], [ -112.14747558927573, 40.178333556678083 ], [ -112.14769765102587, 40.178268290798421 ], [ -112.14784985941351, 40.178239754019074 ], [ -112.14808411934331, 40.17820139410145 ], [ -112.14822443220271, 40.178163965586236 ], [ -112.14841247766883, 40.178171109474981 ], [ -112.14864795229994, 40.17820481010893 ], [ -112.14877773691141, 40.178239559129679 ], [ -112.14895495096955, 40.178300864925284 ], [ -112.14912057393512, 40.17837129472435 ], [ -112.14936916102562, 40.178485946675664 ], [ -112.14979450848291, 40.178634879443301 ], [ -112.1503963137785, 40.17880007564316 ], [ -112.15062050454596, 40.178860912027353 ], [ -112.15100910427236, 40.178920113396998 ], [ -112.15150278676906, 40.178942231374684 ], [ -112.15205549162654, 40.178981778304554 ], [ -112.15231400045772, 40.178988214575767 ], [ -112.15260804462528, 40.179012314889498 ], [ -112.15267865793921, 40.179020621008171 ], [ -112.15274972864098, 40.179055950171559 ], [ -112.15281088551427, 40.179199488585255 ], [ -112.15280127651626, 40.179325713268923 ], [ -112.15282735555594, 40.179478610192433 ], [ -112.15285495946544, 40.179721584051443 ], [ -112.15284641781982, 40.179910862588322 ], [ -112.15286334568397, 40.180217007233821 ], [ -112.1528779865036, 40.180388036457757 ], [ -112.15302668865971, 40.180846025219012 ], [ -112.15309974414161, 40.180998454123888 ], [ -112.15317356258122, 40.18119592143087 ], [ -112.15327254716412, 40.181492239279386 ], [ -112.15332287879852, 40.181689940457382 ], [ -112.15336085655446, 40.181851727854024 ], [ -112.15337778742001, 40.18215787228425 ], [ -112.15332318619065, 40.182401664934773 ], [ -112.15327910831962, 40.182573279042415 ], [ -112.15316700604356, 40.182889718122347 ], [ -112.15306634191407, 40.183188024732239 ], [ -112.1529643043467, 40.183405262055658 ], [ -112.15285082686145, 40.183640631629586 ], [ -112.15273673868236, 40.183839970339669 ], [ -112.15249971257074, 40.184409910441069 ], [ -112.15238592699841, 40.184627264188428 ], [ -112.15227061646353, 40.184754540940588 ], [ -112.15217772759334, 40.184818529969043 ], [ -112.15203801297326, 40.184891994152437 ], [ -112.15178131005628, 40.184993649863365 ], [ -112.15162969777474, 40.185058222728827 ], [ -112.15124441279308, 40.185197193211643 ], [ -112.15103483804742, 40.185307387765206 ], [ -112.15093065942142, 40.18539851567003 ], [ -112.15081519262348, 40.185516783320004 ], [ -112.15073602489508, 40.185697754452185 ], [ -112.15070550989752, 40.185977343152096 ], [ -112.15068597829614, 40.186211776629627 ], [ -112.15061061481448, 40.186617939947041 ], [ -112.15057827243241, 40.186789436294525 ], [ -112.15058299103003, 40.18706867470258 ], [ -112.15063255828302, 40.187221338464894 ], [ -112.15061272173533, 40.18743775650978 ], [ -112.15049938188234, 40.18768213151445 ], [ -112.15033769146299, 40.187845904079012 ], [ -112.15017554377469, 40.18798265335343 ], [ -112.14967552649087, 40.188284924206187 ], [ -112.14902220981804, 40.18855267788252 ], [ -112.14871805201282, 40.188627770243663 ], [ -112.14842487900022, 40.188657706816272 ], [ -112.14816633359514, 40.188651262377121 ], [ -112.14799076372977, 40.18868904050499 ], [ -112.14774578555844, 40.188790571002812 ], [ -112.14758317489164, 40.188900293637381 ], [ -112.14740927388969, 40.189037155563881 ], [ -112.14709473268282, 40.189193429409791 ], [ -112.14694492748723, 40.189366088662993 ], [ -112.14686483476281, 40.189493011045855 ], [ -112.14683232999417, 40.189655498715368 ], [ -112.14693970723131, 40.189753536052336 ], [ -112.14705822309864, 40.189815426106605 ], [ -112.14716499380594, 40.189877432436319 ], [ -112.14740202658999, 40.190001211944178 ], [ -112.14771029196909, 40.190169330712507 ], [ -112.1479471748646, 40.190284101375823 ], [ -112.14814821453372, 40.190363190277509 ], [ -112.14850179376688, 40.190431756252586 ], [ -112.14871412401915, 40.190483704543148 ], [ -112.14877497928525, 40.190609229405055 ], [ -112.14877893114603, 40.190843429354423 ], [ -112.14842575994821, 40.191495596061806 ], [ -112.14841918066577, 40.191801974054833 ], [ -112.14845608930739, 40.191900709040254 ], [ -112.14864599657166, 40.192015944272221 ], [ -112.14881195694383, 40.192104389264266 ], [ -112.1489204050866, 40.192265478443133 ], [ -112.14893549539771, 40.192463530979666 ], [ -112.14888223899575, 40.192788390627577 ], [ -112.14878321448693, 40.193185778028692 ], [ -112.14874139885779, 40.193492505644549 ], [ -112.14868874883734, 40.193853395913713 ], [ -112.14867042465626, 40.194159890349106 ], [ -112.14865453232314, 40.194610507724768 ], [ -112.14872972172904, 40.194889046541093 ], [ -112.14856143167938, 40.195359194543336 ], [ -112.14859971054831, 40.195538998545238 ], [ -112.14861388887957, 40.195683004917818 ], [ -112.14887382933702, 40.195770517116472 ], [ -112.14948570600365, 40.195827506727802 ], [ -112.14975617728103, 40.195842838832462 ], [ -112.14999277913195, 40.195939589517373 ], [ -112.15018300478815, 40.196072837310361 ], [ -112.15055064604076, 40.196276394945357 ], [ -112.15104856723266, 40.196541720261003 ], [ -112.15139195862731, 40.19670047038791 ], [ -112.15181681537595, 40.196813362922377 ], [ -112.15231200041957, 40.196916544593734 ], [ -112.15260688485672, 40.196985682097257 ], [ -112.15312480244451, 40.19704358797614 ], [ -112.1534547753528, 40.197103364561755 ], [ -112.15382044672019, 40.197189811918726 ], [ -112.15415179557357, 40.197330655468932 ], [ -112.15449382292582, 40.197408327254379 ], [ -112.1549057195982, 40.197449264175859 ], [ -112.15519953866747, 40.197455341379175 ], [ -112.15541006087406, 40.197399185035586 ], [ -112.15553866218366, 40.197361864530819 ], [ -112.15583018644222, 40.197232825265786 ], [ -112.15614504974711, 40.197094542967875 ], [ -112.15641338464653, 40.196983752227268 ], [ -112.15662451661503, 40.196963624328887 ], [ -112.15693069262181, 40.197005610408489 ], [ -112.15736791923372, 40.197154395610255 ], [ -112.15763931633944, 40.197223755105348 ], [ -112.15820591196537, 40.197380252387106 ], [ -112.15859661708099, 40.197556525956173 ], [ -112.15897481061124, 40.197687877554678 ], [ -112.15915269815071, 40.197785197279792 ], [ -112.15948513475502, 40.197989078869469 ], [ -112.15968759162655, 40.198149215915592 ], [ -112.15998647996132, 40.198452533147432 ], [ -112.16030917180497, 40.198773629329501 ], [ -112.16039278196099, 40.198853873784159 ], [ -112.16047915689111, 40.19909625569931 ], [ -112.16049351483612, 40.199249267805385 ], [ -112.16035546948687, 40.199421826178785 ], [ -112.16021849833953, 40.199657437873327 ], [ -112.16005772508855, 40.199875269595694 ], [ -112.15989679730312, 40.20008409346071 ], [ -112.15977064939435, 40.200265541080505 ], [ -112.15966799511313, 40.20044675318146 ], [ -112.15954245982955, 40.200664231121571 ], [ -112.15935956869451, 40.200963366028468 ], [ -112.1590717174433, 40.201308597624738 ], [ -112.15887523453489, 40.201499757728492 ], [ -112.15872543324561, 40.201672431829437 ], [ -112.15836647799419, 40.20198233673996 ], [ -112.15816937797921, 40.202137465108891 ], [ -112.1579024052937, 40.202329328859612 ], [ -112.15769539456976, 40.202592665680683 ], [ -112.15746488711727, 40.202856237096668 ], [ -112.157315692065, 40.203064940000822 ], [ -112.15723636924585, 40.203236907440186 ], [ -112.15727467589498, 40.203416707948534 ], [ -112.15732549643342, 40.203641429188529 ], [ -112.15733009232848, 40.203911658474752 ], [ -112.15741692288614, 40.204181065456588 ], [ -112.15746575269033, 40.204288687250305 ], [ -112.15756325954125, 40.204494923122517 ], [ -112.15769830942311, 40.204835920992885 ], [ -112.15778529596342, 40.205114335258472 ], [ -112.15788464436442, 40.20542866246565 ], [ -112.15789838503265, 40.205545644239308 ], [ -112.1579852200703, 40.205815050659119 ], [ -112.15810776013315, 40.206111127260463 ], [ -112.15821640651509, 40.206281214359393 ], [ -112.1583236733639, 40.20637023262347 ], [ -112.15846741195607, 40.206530959109266 ], [ -112.15857483290628, 40.206628984761231 ], [ -112.15854112198015, 40.206719413894042 ], [ -112.15836612527218, 40.206793238757612 ], [ -112.15822560630058, 40.206821672501327 ], [ -112.15803840079042, 40.206868591532348 ], [ -112.15782800503479, 40.206933760584178 ], [ -112.15775766866419, 40.206943473335478 ], [ -112.15760785284866, 40.207116146038594 ], [ -112.15746993784896, 40.207297708703727 ], [ -112.15734331083463, 40.207452130823796 ], [ -112.15711202004114, 40.207670663384256 ], [ -112.15678811855487, 40.20797120363094 ], [ -112.15648817056591, 40.208298531134069 ], [ -112.15637282874438, 40.208425811917088 ], [ -112.15611772827478, 40.208626562022715 ], [ -112.15569875780916, 40.208864984613015 ], [ -112.15512705182454, 40.209104930118102 ], [ -112.15472912618108, 40.209198992485497 ], [ -112.15447218374459, 40.209291647331092 ], [ -112.15424987545401, 40.20934791954771 ], [ -112.15406372970288, 40.209457885774341 ], [ -112.15393617428971, 40.209558258407952 ], [ -112.15384447585046, 40.20969431011418 ], [ -112.15378695409674, 40.209766956883158 ], [ -112.15365955044315, 40.209876336865293 ], [ -112.15349705264923, 40.20999507563296 ], [ -112.153298849672, 40.210087142458072 ], [ -112.15312414385954, 40.210178974846009 ], [ -112.15285498869376, 40.210244720280919 ], [ -112.15265571580812, 40.210273732492155 ], [ -112.15219979806645, 40.210413409544152 ], [ -112.15195429137508, 40.210487926633867 ], [ -112.15166194091729, 40.210571918491461 ], [ -112.15118236873145, 40.210702817743218 ], [ -112.15083142389406, 40.210796399450523 ], [ -112.15035428545202, 40.211071417759882 ], [ -112.15027508837177, 40.211252388223976 ], [ -112.15021908445011, 40.211415109807049 ], [ -112.15013882062051, 40.211533026603952 ], [ -112.15008129335742, 40.211605671585325 ], [ -112.14989498236127, 40.21170662359102 ], [ -112.14975490621514, 40.211762070179937 ], [ -112.14961543871391, 40.211853547221047 ], [ -112.14950053461465, 40.212007844305795 ], [ -112.14947977588848, 40.212170215469193 ], [ -112.14957620503721, 40.212313404395573 ], [ -112.14968362270083, 40.212411438255586 ], [ -112.14988610063797, 40.212571591778612 ], [ -112.1501459554144, 40.212650092293622 ], [ -112.15041816940443, 40.212764506035086 ], [ -112.15066597145837, 40.212825106844782 ], [ -112.15079582349958, 40.212859852461399 ], [ -112.15084449706406, 40.212958469300396 ], [ -112.15082343654372, 40.213102825340023 ], [ -112.1508136681778, 40.213220041601787 ], [ -112.15083869083969, 40.213309884434366 ], [ -112.15088721240751, 40.213399493594125 ], [ -112.15101767531297, 40.213470269533445 ], [ -112.15112418232036, 40.21351425609776 ], [ -112.15127860193317, 40.213611820956935 ], [ -112.15157523552966, 40.213780044002426 ], [ -112.15190711911254, 40.213947915451875 ], [ -112.15212074613626, 40.214071917372451 ], [ -112.1523578730349, 40.214195684917705 ], [ -112.15263147055617, 40.214391162059442 ], [ -112.15287973842635, 40.214478780923713 ], [ -112.15319896271441, 40.214592719757135 ], [ -112.15359936615398, 40.21464278447209 ], [ -112.15402342222689, 40.214701621121399 ], [ -112.15442382684837, 40.214751682965414 ], [ -112.15474274908486, 40.214847602212515 ], [ -112.15493349643265, 40.215007863798398 ], [ -112.15502994111947, 40.215151047894445 ], [ -112.15504398516212, 40.215286045119626 ], [ -112.15502232115266, 40.215394371223567 ], [ -112.15483952484431, 40.215702506705398 ], [ -112.1547011267708, 40.21585704325728 ], [ -112.154515881545, 40.216021056123957 ], [ -112.15434177384036, 40.216148920979371 ], [ -112.15406329184961, 40.216358908796664 ], [ -112.15385484944328, 40.216541170224254 ], [ -112.15367189205986, 40.216840296285042 ], [ -112.15356218328122, 40.217300856811221 ], [ -112.15348421002412, 40.217553890330429 ], [ -112.15345125101805, 40.2176893561508 ], [ -112.15345384792292, 40.217842485917842 ], [ -112.15353839071457, 40.217976780647149 ], [ -112.15366962914888, 40.218092591542245 ], [ -112.1538480217928, 40.218216941337737 ], [ -112.15414330626061, 40.218304088623341 ], [ -112.15438045168086, 40.218427851677291 ], [ -112.15459425028656, 40.218560856306226 ], [ -112.15501909650071, 40.218664727051681 ], [ -112.15536153867126, 40.218760409726585 ], [ -112.15571573212549, 40.21885597403675 ], [ -112.15613996932328, 40.218923810118014 ], [ -112.15649477734628, 40.219055402502541 ], [ -112.15670827560041, 40.219170387883842 ], [ -112.15674429278694, 40.219215073666419 ], [ -112.15681678694222, 40.219331468055664 ], [ -112.15688851523367, 40.219402824294498 ], [ -112.15699442234298, 40.219410774749782 ], [ -112.15709925671879, 40.219355671773151 ], [ -112.15714518560829, 40.219292148514874 ], [ -112.15715616972997, 40.219246992934963 ], [ -112.15722421988255, 40.219102166102076 ], [ -112.15733911787865, 40.218947861612008 ], [ -112.15746653216328, 40.218838477592094 ], [ -112.1576760448924, 40.218719263096709 ], [ -112.15808347124464, 40.218489958186218 ], [ -112.15826948131341, 40.218370977789569 ], [ -112.15851316783224, 40.218188355701749 ], [ -112.15883910431035, 40.21800490957888 ], [ -112.15917755675572, 40.217866382946951 ], [ -112.15965716294463, 40.217735450228844 ], [ -112.16017140297271, 40.217568131743519 ], [ -112.16049794669372, 40.217420711481694 ], [ -112.16070806453884, 40.217337522049455 ], [ -112.16111670241014, 40.217180267550283 ], [ -112.16139716500982, 40.217087361967828 ], [ -112.1615259536626, 40.217059042065706 ], [ -112.16180903082994, 40.217119264838388 ], [ -112.16205716619911, 40.217197856059897 ], [ -112.16231828361626, 40.217348389584188 ], [ -112.16253332563187, 40.217553440240202 ], [ -112.16276011907156, 40.217758372422402 ], [ -112.1629743936208, 40.217918384192323 ], [ -112.16321232358203, 40.218087166958931 ], [ -112.1635086975607, 40.218237343395479 ], [ -112.16372235888456, 40.218361323321503 ], [ -112.16394653800602, 40.218413123877554 ], [ -112.16400528915622, 40.218412533005512 ], [ -112.16412309980269, 40.218429366368632 ], [ -112.16434573738307, 40.218391090164467 ], [ -112.16464954650752, 40.218288932687656 ], [ -112.16504643041745, 40.218131782626905 ], [ -112.1653386414724, 40.218038749244755 ], [ -112.16564229310718, 40.217927581604272 ], [ -112.16599356188941, 40.217851970050624 ], [ -112.16619377734004, 40.217876980232248 ], [ -112.16641872900847, 40.217973813959397 ], [ -112.16659590816499, 40.218026083051775 ], [ -112.16692707603139, 40.218148872538215 ], [ -112.16722392201333, 40.218326062105341 ], [ -112.16743789945737, 40.218468050245519 ], [ -112.16761786416272, 40.218682454306879 ], [ -112.16774943689617, 40.218816264035084 ], [ -112.16810565831561, 40.219028888779611 ], [ -112.16837870100797, 40.219188297281207 ], [ -112.16869812731525, 40.219311200172335 ], [ -112.16887608570021, 40.219408503596583 ], [ -112.16896066069718, 40.219542786564951 ], [ -112.1689858645905, 40.219641632586082 ], [ -112.1689645312787, 40.219767976086658 ], [ -112.16890748204567, 40.219867652881028 ], [ -112.1687822517975, 40.220103155377402 ], [ -112.16844149830223, 40.220791291013839 ], [ -112.16838986388765, 40.221206232875083 ], [ -112.16839558990361, 40.221539513335792 ], [ -112.16856629168659, 40.221898155547088 ], [ -112.16875894895422, 40.222166484347447 ], [ -112.16898670563039, 40.222425449143643 ], [ -112.1692371915657, 40.222639138143641 ], [ -112.16945258106183, 40.222862190374428 ], [ -112.16956004396205, 40.222960204968146 ], [ -112.16981053367979, 40.223173892654216 ], [ -112.17006056000794, 40.223360557053425 ], [ -112.17019385183781, 40.223593446980807 ], [ -112.17027983, 40.223808796911882 ], [ -112.17035514277082, 40.224087318586264 ], [ -112.17038236599966, 40.224303262573599 ], [ -112.17041067471025, 40.224582259524162 ], [ -112.17042645713573, 40.224816337456545 ], [ -112.17046760301614, 40.225158268489899 ], [ -112.17051864004465, 40.225391989825674 ], [ -112.17053349271323, 40.225572022304021 ], [ -112.17058297959846, 40.225715667925471 ], [ -112.17079729773522, 40.225875664377519 ], [ -112.17118556235027, 40.225898763214381 ], [ -112.17150331822323, 40.225922574507024 ], [ -112.17195003027331, 40.225927060848363 ], [ -112.17229175538708, 40.225977654645547 ], [ -112.17277698491235, 40.226170939414764 ], [ -112.17314361361232, 40.226302360509948 ], [ -112.17350993278244, 40.226415765309156 ], [ -112.17375811525528, 40.226494330642787 ], [ -112.17413587695569, 40.226589599131792 ], [ -112.17434818362058, 40.226632490638906 ], [ -112.17447714010621, 40.226613163741128 ], [ -112.17455924572148, 40.226603321336945 ], [ -112.17487607198284, 40.226573077993301 ], [ -112.17505203455252, 40.226553273245727 ], [ -112.1752276856319, 40.226515453132102 ], [ -112.17540442650765, 40.226540685600192 ], [ -112.17554715860504, 40.226638336298578 ], [ -112.17565557074639, 40.226790390248794 ], [ -112.17582429937083, 40.227031922585304 ], [ -112.17601575363418, 40.227228178083195 ], [ -112.17651587144512, 40.227601478334215 ], [ -112.17668242271201, 40.227716903704852 ], [ -112.17680305867573, 40.227895859632135 ], [ -112.17684096462695, 40.228048629349708 ], [ -112.17686789847581, 40.228246556265979 ], [ -112.17685031952178, 40.228589081864541 ], [ -112.17683211676666, 40.228895577278934 ], [ -112.17678885067888, 40.229112236274624 ], [ -112.17678130825506, 40.229355559374184 ], [ -112.17683299410409, 40.22962530756439 ], [ -112.17687152488681, 40.229814107370721 ], [ -112.17694531243076, 40.230002548602577 ], [ -112.17710230162248, 40.230244198284218 ], [ -112.17725757615212, 40.230386764817062 ], [ -112.17747286075296, 40.230600793564598 ], [ -112.17780535775529, 40.230795610787816 ], [ -112.1781024435258, 40.23098177841139 ], [ -112.17834045679206, 40.231150528511968 ], [ -112.17861450926391, 40.231363956688192 ], [ -112.17902896786981, 40.231539917332356 ], [ -112.1791829994594, 40.231610420915352 ], [ -112.17935065900924, 40.231788894862667 ], [ -112.17947146569975, 40.231976855208714 ], [ -112.17959117896972, 40.232101762723666 ], [ -112.17968770020627, 40.232244924767762 ], [ -112.17973783682254, 40.232424596070757 ], [ -112.17975381013446, 40.232667679460612 ], [ -112.17975756193486, 40.23288386007323 ], [ -112.17970505139201, 40.233244760127839 ], [ -112.17972055587815, 40.233460820913663 ], [ -112.17977225687733, 40.233730567391859 ], [ -112.17976425602932, 40.233946867779011 ], [ -112.17967554816917, 40.234254082069086 ], [ -112.17957586813982, 40.234606453701126 ], [ -112.17954498586431, 40.234859023737322 ], [ -112.17946771637875, 40.235148103009934 ], [ -112.17941426506799, 40.235454957706928 ], [ -112.1793609695969, 40.235770819892288 ], [ -112.17936628347255, 40.236077075636324 ], [ -112.17931423765336, 40.23646499794647 ], [ -112.17932002031704, 40.236798276220867 ], [ -112.17931545629453, 40.237212741934044 ], [ -112.17928488467793, 40.237483326859241 ], [ -112.17926559748965, 40.237726769435994 ], [ -112.17924568504002, 40.237934181925048 ], [ -112.17922499106282, 40.238096556810589 ], [ -112.17917184921565, 40.238421426327982 ], [ -112.17916431510378, 40.238664749091498 ], [ -112.1791450272507, 40.238908191610307 ], [ -112.17917353569838, 40.239196192642993 ], [ -112.17919091575854, 40.239520343489644 ], [ -112.1791611242558, 40.239835965880268 ], [ -112.17913273906186, 40.240232655894026 ], [ -112.17911548246482, 40.24059319605221 ], [ -112.17909603777507, 40.240827630978465 ], [ -112.1790408618987, 40.241035402632257 ], [ -112.17895558014665, 40.241540781498308 ], [ -112.1789351971174, 40.24172117128667 ], [ -112.17889177432014, 40.241928823104089 ], [ -112.17885007009806, 40.242235557553244 ], [ -112.17885397655155, 40.242460745391107 ], [ -112.17887120003893, 40.24277588860329 ], [ -112.17892306193355, 40.243054642493846 ], [ -112.17896551398906, 40.243468628771929 ], [ -112.17901643914202, 40.243693337509342 ], [ -112.17900937321117, 40.24396368259292 ], [ -112.17901546849346, 40.244314975490653 ], [ -112.17899727302255, 40.244621470348612 ], [ -112.17909756275003, 40.244980812558772 ], [ -112.17924237164577, 40.24519555537006 ], [ -112.17928216963927, 40.245456413712311 ], [ -112.17933356650714, 40.245708144718535 ], [ -112.17939656235475, 40.245950748372934 ], [ -112.17940250371365, 40.246293033595158 ], [ -112.17937286734106, 40.246617663211126 ], [ -112.17935467311968, 40.246924157991337 ], [ -112.17939384729098, 40.247148986180918 ], [ -112.17946859998854, 40.247391469903526 ], [ -112.17958943579292, 40.247579429228004 ], [ -112.1796510269012, 40.247740965106296 ], [ -112.17966684843914, 40.247975040327418 ], [ -112.17961245099792, 40.248227849568948 ], [ -112.17955774040304, 40.248462643776506 ], [ -112.1793884463718, 40.248869778675576 ], [ -112.1792744881257, 40.249078149293346 ], [ -112.17927667705091, 40.249204254314868 ], [ -112.17932651347014, 40.249365910113816 ], [ -112.17951616557575, 40.249454068028143 ], [ -112.17971647882764, 40.249479053278499 ], [ -112.17995205883206, 40.249503678568026 ], [ -112.18037463214523, 40.249463332398477 ], [ -112.18066898996094, 40.249487356634411 ], [ -112.18103435093506, 40.24953768273177 ], [ -112.18148262783218, 40.249623197475046 ], [ -112.18184861686318, 40.249709550952183 ], [ -112.1828243285364, 40.24969958139981 ], [ -112.1831539547789, 40.249723238786295 ], [ -112.18391070576331, 40.249967753249194 ], [ -112.18429693443349, 40.250540382761223 ], [ -112.18438299320925, 40.250755720100116 ], [ -112.18449224998348, 40.25095280172382 ], [ -112.18451764620485, 40.251060650826197 ], [ -112.18453270024543, 40.251249687593088 ], [ -112.1845015162571, 40.25148424312173 ], [ -112.18445763385334, 40.251664874087666 ], [ -112.18437801232592, 40.251818843581233 ], [ -112.18415983132586, 40.252118376472723 ], [ -112.183975032585, 40.252309458330558 ], [ -112.18376656376455, 40.2524917729571 ], [ -112.18357000683935, 40.2526829744534 ], [ -112.18344257312654, 40.252792386894576 ], [ -112.18335134881606, 40.252955483421097 ], [ -112.18330809012218, 40.253172143891803 ], [ -112.18328755902479, 40.253343526493545 ], [ -112.18336154832657, 40.253540969742353 ], [ -112.18349447628522, 40.253746819213596 ], [ -112.18367992392778, 40.254267449258869 ], [ -112.18383872187775, 40.254608169923046 ], [ -112.18393936715219, 40.254985521704519 ], [ -112.18406321262034, 40.255344617799238 ], [ -112.18405553861574, 40.255578932482649 ], [ -112.18397779594068, 40.255840991386648 ], [ -112.18380725531395, 40.256176072321367 ], [ -112.18351194063932, 40.256773692646306 ], [ -112.18350630512451, 40.257125104446352 ], [ -112.18360899327668, 40.257619553494997 ], [ -112.18372077118143, 40.257960755069192 ], [ -112.18393695045569, 40.258219806608111 ], [ -112.18419764679113, 40.258334256876637 ], [ -112.18467185660859, 40.258554629643754 ], [ -112.18533292571996, 40.258701013762277 ], [ -112.18582876868689, 40.258813051209415 ], [ -112.18623087076877, 40.258944065738199 ], [ -112.18657466066912, 40.259102704089152 ], [ -112.18688459732157, 40.259342770346301 ], [ -112.18725473963055, 40.2596632996853 ], [ -112.18756405120833, 40.259867334195349 ], [ -112.18795802942509, 40.260205634735456 ], [ -112.18828004861973, 40.260463591263594 ], [ -112.18861587721598, 40.260838522958075 ], [ -112.18915253384873, 40.261265444268069 ], [ -112.18933157864689, 40.261416758239413 ], [ -112.18980961402001, 40.261853288040342 ], [ -112.18997737770793, 40.262031744198211 ], [ -112.19014719454196, 40.26232729688779 ], [ -112.19028237113189, 40.262659241937982 ], [ -112.19044966436051, 40.262810675008105 ], [ -112.19070021074756, 40.263015305525698 ], [ -112.1911037688805, 40.263227369506097 ], [ -112.19130712914664, 40.263423475352816 ], [ -112.19159295417708, 40.263627740658428 ], [ -112.19178566574288, 40.263887018769083 ], [ -112.19208657299214, 40.264280317849149 ], [ -112.19219634911946, 40.264504413416653 ], [ -112.19221269363953, 40.26476550788253 ], [ -112.19221490780365, 40.264891611970427 ], [ -112.19211398686876, 40.26517193280791 ], [ -112.19202260951843, 40.26532602833408 ], [ -112.19197968791265, 40.265560706176373 ], [ -112.19197283158908, 40.265840057772529 ], [ -112.19203684168714, 40.266136697398039 ], [ -112.19225323727379, 40.266404739639121 ], [ -112.19243483379945, 40.266700167286139 ], [ -112.19255542440737, 40.266870096580021 ], [ -112.19259639569816, 40.267194000473744 ], [ -112.19263610161345, 40.267445844894972 ], [ -112.19267196081935, 40.268148181923301 ], [ -112.19268941605299, 40.268472328115173 ], [ -112.19281127659079, 40.268714316453092 ], [ -112.19289754492993, 40.268938653499937 ], [ -112.19274863613973, 40.269165415123084 ], [ -112.19265567270803, 40.269229436838323 ], [ -112.19249263029211, 40.2693212079541 ], [ -112.19237614855187, 40.269385471838099 ], [ -112.19195946933318, 40.269768145661914 ], [ -112.19170662171364, 40.270104085357922 ], [ -112.191726603017, 40.270572350488614 ], [ -112.1917434221433, 40.270860467038126 ], [ -112.19180664583537, 40.271112069352533 ], [ -112.19178850392805, 40.271418564101111 ], [ -112.19168630719814, 40.271626825014181 ], [ -112.19146635821772, 40.271827289444474 ], [ -112.19122146659764, 40.27194692877449 ], [ -112.19088297298745, 40.272094558225753 ], [ -112.19057849234312, 40.272169764255544 ], [ -112.19032341790938, 40.272379597015323 ], [ -112.19003432669859, 40.272661851532149 ], [ -112.18980308358275, 40.272889456126663 ], [ -112.18954753051881, 40.273072264932409 ], [ -112.18925795972424, 40.273327495272227 ], [ -112.18905007329548, 40.273545849218088 ], [ -112.18907895740486, 40.273851860167277 ], [ -112.18909497749183, 40.274094939938507 ], [ -112.18912323090591, 40.274364921121503 ], [ -112.18909284311908, 40.274644514041313 ], [ -112.18907358383245, 40.274887956364729 ], [ -112.1889978915349, 40.275267114401039 ], [ -112.18896986968201, 40.275681818687907 ], [ -112.18900017469107, 40.276068896389411 ], [ -112.18901651080299, 40.276329990931423 ], [ -112.18902219145488, 40.276654258307062 ], [ -112.18901548075107, 40.276942616819788 ], [ -112.18896125544454, 40.277204436474008 ], [ -112.18884870137502, 40.277493882615822 ], [ -112.18875903609175, 40.277747057272542 ], [ -112.18871767401258, 40.278071807941558 ], [ -112.18866565538988, 40.278459731389518 ], [ -112.18856643615119, 40.278839130661154 ], [ -112.18840059520757, 40.279444440299073 ], [ -112.18850020172935, 40.279758733663598 ], [ -112.18859854712825, 40.280000967528828 ], [ -112.18870739186895, 40.280171021074743 ], [ -112.18887598814906, 40.280394514775153 ], [ -112.18899627948035, 40.280546432320762 ], [ -112.18918871517323, 40.280787698625353 ], [ -112.18928485460991, 40.280903827936868 ], [ -112.18931279655473, 40.281155793872401 ], [ -112.18925028120096, 40.281615897613811 ], [ -112.1891018068394, 40.281869676884952 ], [ -112.18896461907337, 40.282096312847187 ], [ -112.18880343464087, 40.282296168102469 ], [ -112.18867674398869, 40.282450623530615 ], [ -112.18852747688797, 40.282659364991488 ], [ -112.18836660534551, 40.282877234494819 ], [ -112.18820557505687, 40.283086096361743 ], [ -112.18811448105791, 40.28325820364541 ], [ -112.18807437485491, 40.283655013225342 ], [ -112.18806718702436, 40.283916349152577 ], [ -112.18810767606313, 40.284213231605214 ], [ -112.18815945387298, 40.284482970979525 ], [ -112.18821170532458, 40.284779732562868 ], [ -112.18820499121655, 40.285068090692086 ], [ -112.18823103836733, 40.2852119677517 ], [ -112.18842206511117, 40.285372168251392 ], [ -112.18849452869784, 40.285479532280803 ], [ -112.18848513359626, 40.285614764329786 ], [ -112.18841661403744, 40.285732585669471 ], [ -112.18826655041158, 40.285896289719311 ], [ -112.188046072785, 40.28606972572549 ], [ -112.18781241295603, 40.286162215341747 ], [ -112.18743965937428, 40.286373249680231 ], [ -112.187288173383, 40.286455885744815 ], [ -112.18699444088814, 40.28647691792419 ], [ -112.18665413314454, 40.286525454204444 ], [ -112.18650264583597, 40.286608089256774 ], [ -112.18644619882311, 40.286743803681915 ], [ -112.18651897587475, 40.28686918378606 ], [ -112.18656822919608, 40.286994805113892 ], [ -112.18670060460533, 40.287164618981564 ], [ -112.1868572926504, 40.287379228437871 ], [ -112.18697806503907, 40.287558170039468 ], [ -112.18719356556342, 40.287772175583498 ], [ -112.18729113048688, 40.287969373056669 ], [ -112.18730636057647, 40.288167415465225 ], [ -112.18745255190736, 40.288454204043248 ], [ -112.18759811379763, 40.288704962754252 ], [ -112.18771920595212, 40.28890191830429 ], [ -112.18786492753431, 40.28916168404389 ], [ -112.18802130852119, 40.289358276910889 ], [ -112.18822836875151, 40.289761556720563 ], [ -112.18832735967767, 40.290039819844694 ], [ -112.18843811401199, 40.290317962024837 ], [ -112.18845492613445, 40.290606078217692 ], [ -112.18835237606518, 40.290796321255961 ], [ -112.18829592949471, 40.290932036484193 ], [ -112.18823916715723, 40.291049736871187 ], [ -112.18813551151307, 40.291176927873067 ], [ -112.18798480451196, 40.291304601960185 ], [ -112.1876366530485, 40.291578447413769 ], [ -112.18744110035847, 40.291832707543499 ], [ -112.18735062384555, 40.292040843799157 ], [ -112.18738780445929, 40.292148570504345 ], [ -112.18750669483504, 40.292219422376718 ], [ -112.18759171596226, 40.292371703052467 ], [ -112.18768834272529, 40.292514855486175 ], [ -112.1877757304614, 40.292802247096766 ], [ -112.18780272643224, 40.293000168466797 ], [ -112.18784195884488, 40.293224991255229 ], [ -112.18788024510083, 40.293395769591733 ], [ -112.18790834586152, 40.293656742737568 ], [ -112.18794726355542, 40.293863550647728 ], [ -112.18811399921084, 40.293978955652619 ], [ -112.18824449900927, 40.294040678473451 ], [ -112.18839931455506, 40.294147196472608 ], [ -112.18869576316087, 40.294279286091701 ], [ -112.18880463193015, 40.294449338801947 ], [ -112.18907100355052, 40.29487903422816 ], [ -112.18919132179444, 40.295030950822714 ], [ -112.18937172120721, 40.2952543217597 ], [ -112.18968278379441, 40.295548420907501 ], [ -112.18999321695803, 40.295806489590483 ], [ -112.19016343812268, 40.296120054132778 ], [ -112.19021396981135, 40.296317732656668 ], [ -112.19015783878015, 40.296471463463114 ], [ -112.19003096751889, 40.296616912946803 ], [ -112.18985735703255, 40.296780861071525 ], [ -112.18977880348366, 40.296997885436092 ], [ -112.18970103945789, 40.297259946708941 ], [ -112.18949624254495, 40.29765844945009 ], [ -112.18944405813137, 40.298037364718866 ], [ -112.18941492721436, 40.298389015866846 ], [ -112.1894307984781, 40.298623087088053 ], [ -112.18953028210341, 40.298928370679661 ], [ -112.18963916069507, 40.299098422333209 ], [ -112.18973690779714, 40.299304624417942 ], [ -112.18979075941341, 40.299691458163785 ], [ -112.18979866088769, 40.300141827563216 ], [ -112.18993201906272, 40.300365681192112 ], [ -112.19010098731314, 40.300607186334915 ], [ -112.19041350119413, 40.300982349315795 ], [ -112.19061887311318, 40.301286542120231 ], [ -112.19077529081322, 40.301483130343456 ], [ -112.19102724949289, 40.301759815794192 ], [ -112.19123120248993, 40.301982940975464 ], [ -112.19139891345009, 40.30215238499629 ], [ -112.19160381856807, 40.302429553741909 ], [ -112.19176119164453, 40.302680184779774 ], [ -112.19184623594056, 40.302832461732322 ], [ -112.19186417519278, 40.303183628198546 ], [ -112.19197686681099, 40.303569854357583 ], [ -112.19202788489424, 40.303794553807535 ], [ -112.19208032853827, 40.30410031958786 ], [ -112.19230718859882, 40.304287170657126 ], [ -112.19242563037385, 40.304330994830003 ], [ -112.19272070559001, 40.304382006806549 ], [ -112.19292197818315, 40.304452003409828 ], [ -112.19313517469735, 40.304530885678737 ], [ -112.19333692372496, 40.304627903653618 ], [ -112.19345758633895, 40.304797829909866 ], [ -112.19379160703888, 40.305055644411517 ], [ -112.19401847499469, 40.305242491980181 ], [ -112.19426855722566, 40.30541108142225 ], [ -112.19455425365649, 40.305597320549346 ], [ -112.19493407344925, 40.305782586709952 ], [ -112.19526683427974, 40.305968337869615 ], [ -112.19560007342912, 40.306181110117365 ], [ -112.19575365762536, 40.306215558617808 ], [ -112.19595493871024, 40.306285549797941 ], [ -112.19627435016382, 40.306381346035856 ], [ -112.19663987000035, 40.306422610418309 ], [ -112.19700602635001, 40.306499903055204 ], [ -112.19716040716544, 40.30657938643337 ], [ -112.19745660906847, 40.306693437584954 ], [ -112.19762211979855, 40.306736769129564 ], [ -112.19786951100826, 40.306752225566903 ], [ -112.19822406424947, 40.306838643481932 ], [ -112.1984484028001, 40.306881364460324 ], [ -112.19860230842278, 40.306933823826917 ], [ -112.19854475522904, 40.307006492146456 ], [ -112.19847495881166, 40.307052260291073 ], [ -112.19833679853527, 40.307224862594275 ], [ -112.19826747934142, 40.307297652662953 ], [ -112.19815253068892, 40.307451996300159 ], [ -112.19803678568285, 40.307561303081911 ], [ -112.19792183606718, 40.307715646496987 ], [ -112.19777270314758, 40.307933406734719 ], [ -112.19763406197228, 40.308078986176568 ], [ -112.19747379808457, 40.308332897252242 ], [ -112.19737220243225, 40.308577191833884 ], [ -112.19734088235211, 40.308802740932677 ], [ -112.1973698227486, 40.309108747224606 ], [ -112.19744439492808, 40.309333200173157 ], [ -112.19749670873482, 40.309629955448472 ], [ -112.19753614330284, 40.309863781059086 ], [ -112.19761151254666, 40.310133270583762 ], [ -112.19762789321442, 40.310394361803738 ], [ -112.19773697019659, 40.310573412290552 ], [ -112.19792825111125, 40.31074260239096 ], [ -112.19810904044732, 40.310983972773968 ], [ -112.19819554263938, 40.311217310573802 ], [ -112.1982467468644, 40.311451013950844 ], [ -112.19841593227987, 40.311701513007804 ], [ -112.19844408285293, 40.311962482088639 ], [ -112.19849719961161, 40.312304273387419 ], [ -112.19846795214754, 40.312646918035391 ], [ -112.19845078939527, 40.313007455429847 ], [ -112.19835269400265, 40.313449912182328 ], [ -112.19793102208128, 40.314229052884457 ], [ -112.19769331226968, 40.314763044690707 ], [ -112.1975917083455, 40.315007339326442 ], [ -112.1974905811215, 40.315278655889635 ], [ -112.19742411731667, 40.315513577580624 ], [ -112.19744193128264, 40.315855734623049 ], [ -112.19746944367186, 40.316080674436215 ], [ -112.19734446211463, 40.316334219811033 ], [ -112.19710196783514, 40.316597990262252 ], [ -112.19700083642306, 40.316869306386529 ], [ -112.19678139613553, 40.317105810628206 ], [ -112.19644285099676, 40.317262465635814 ], [ -112.19599887598007, 40.317447236778563 ], [ -112.19561119248525, 40.317487280637742 ], [ -112.19516530755921, 40.317563960522058 ], [ -112.19483503003825, 40.317522327756834 ], [ -112.19458887010614, 40.317578924171336 ], [ -112.19429818024838, 40.317780123597075 ], [ -112.19411260124686, 40.317935192305029 ], [ -112.19385784524732, 40.318172055589265 ], [ -112.19369611628468, 40.318344895427622 ], [ -112.19354916796136, 40.318688753206615 ], [ -112.19342733943705, 40.31912244143782 ], [ -112.19343431876314, 40.31951876465169 ], [ -112.19353068057809, 40.319643896121363 ], [ -112.19363944501539, 40.319804935444267 ], [ -112.19365581364745, 40.320066026985053 ], [ -112.19362336623992, 40.320228523486598 ], [ -112.19356865231865, 40.320463321589983 ], [ -112.19345843022812, 40.320887880991393 ], [ -112.19339163011175, 40.321104785735741 ], [ -112.19320029903265, 40.321602253501254 ], [ -112.19306653684414, 40.322027055300026 ], [ -112.19295329637015, 40.322280474683097 ], [ -112.19280427497944, 40.322507236009713 ], [ -112.19271377639663, 40.322715375729196 ], [ -112.19268164269332, 40.322895886629432 ], [ -112.19270755727953, 40.32303075406967 ], [ -112.19275669137134, 40.323147364107065 ], [ -112.19284224039487, 40.323326661421945 ], [ -112.19299808256186, 40.323487215716725 ], [ -112.19327303641761, 40.323727621811699 ], [ -112.19338069656307, 40.323825609807955 ], [ -112.19375059383312, 40.324110079995549 ], [ -112.1939648059997, 40.324243003588656 ], [ -112.19424962973224, 40.324375197729715 ], [ -112.19453413697195, 40.324489376482255 ], [ -112.19490324845077, 40.324728806164622 ], [ -112.19517567195254, 40.324825090208606 ], [ -112.19548403755036, 40.324957038013082 ], [ -112.19566326794033, 40.325108337920604 ], [ -112.19592678717504, 40.325366873722494 ], [ -112.19610681470141, 40.325563209539816 ], [ -112.19622688664545, 40.325697102359236 ], [ -112.1962765059117, 40.325840732712415 ], [ -112.19618553678721, 40.326021852963052 ], [ -112.19598801230893, 40.326168039111117 ], [ -112.1957087413353, 40.326351105913488 ], [ -112.19533468259196, 40.326499115791471 ], [ -112.19485374946764, 40.326594174747029 ], [ -112.19470154872998, 40.326640791801097 ], [ -112.19439698782281, 40.32672501798524 ], [ -112.1940943311578, 40.326917331358807 ], [ -112.19391031445025, 40.327162473186128 ], [ -112.19383237599359, 40.327415528831885 ], [ -112.19378799819576, 40.32756913936506 ], [ -112.19367427557955, 40.327795537315502 ], [ -112.19347721652576, 40.327968741279143 ], [ -112.19324469048205, 40.328133301841355 ], [ -112.19286138480784, 40.328425542639238 ], [ -112.19240619222744, 40.328646451546931 ], [ -112.19197469362199, 40.328876123455451 ], [ -112.1915901107896, 40.329096301454321 ], [ -112.19105379109082, 40.329390112570564 ], [ -112.19076177410668, 40.329519244877261 ], [ -112.19021067122296, 40.329642033882962 ], [ -112.18954139768817, 40.329739008768371 ], [ -112.18910798496866, 40.329860582063631 ], [ -112.18879163292249, 40.329944914747557 ], [ -112.18847543809231, 40.330038253921451 ], [ -112.18803009401077, 40.330150936816324 ], [ -112.18741010040014, 40.330373518761789 ], [ -112.18690685141716, 40.330540845608724 ], [ -112.18656790081377, 40.330679457940178 ], [ -112.18647437519185, 40.330716453259598 ], [ -112.18628685043097, 40.330763421621448 ], [ -112.18588841855973, 40.330866606148994 ], [ -112.18546691905267, 40.330997052648577 ], [ -112.18506911479969, 40.33113626380343 ], [ -112.18456616918378, 40.331321595317178 ], [ -112.18403968130086, 40.331507165657712 ], [ -112.18356042695048, 40.331701259241719 ], [ -112.18321016570992, 40.331867004403136 ], [ -112.18278771096705, 40.331943397116582 ], [ -112.18248232461774, 40.331982555592347 ], [ -112.18204731253608, 40.332014029140431 ], [ -112.18183608412433, 40.33205222357946 ], [ -112.18170693013604, 40.332071561164206 ], [ -112.18127081752158, 40.332039980249441 ], [ -112.18094016271617, 40.331980294056969 ], [ -112.18065784371335, 40.331992185278047 ], [ -112.1802702238118, 40.332041186296173 ], [ -112.17993046723066, 40.332134742592018 ], [ -112.17968628053187, 40.332308403891069 ], [ -112.17939658116539, 40.332572618481954 ], [ -112.17909463918515, 40.332809930242874 ], [ -112.1787211344752, 40.332993916734424 ], [ -112.17838356466517, 40.333213571787844 ], [ -112.17789219822119, 40.333389747397419 ], [ -112.17742577858374, 40.333646747691269 ], [ -112.17720496376823, 40.333811156853031 ], [ -112.17699795281517, 40.334092541718618 ], [ -112.1767556293636, 40.334374285494967 ], [ -112.17650090777255, 40.334620119000952 ], [ -112.17613868706769, 40.334776955473522 ], [ -112.17595239463124, 40.334895966331949 ], [ -112.17571115846026, 40.335240759632079 ], [ -112.17557647955005, 40.335620505264941 ], [ -112.17553314958877, 40.335837160890556 ], [ -112.17558257679748, 40.335971793014586 ], [ -112.17567877378588, 40.336087931767686 ], [ -112.17584481274869, 40.336158315570493 ], [ -112.17603533165179, 40.336282504015358 ], [ -112.17633350771928, 40.336504695852916 ], [ -112.17648996823607, 40.336701301655467 ], [ -112.17661299535516, 40.337006354948315 ], [ -112.17681638438582, 40.337193473893272 ], [ -112.17699404146111, 40.337254728837337 ], [ -112.17715097533301, 40.337478355781016 ], [ -112.17730853657483, 40.337738011966962 ], [ -112.17744287045777, 40.338015922316998 ], [ -112.17764924078701, 40.338374179679491 ], [ -112.17777102314473, 40.33860717260211 ], [ -112.1779872880057, 40.338857221015367 ], [ -112.17816683091193, 40.339026562444843 ], [ -112.17842013603115, 40.339375331255638 ], [ -112.17862463461113, 40.339625498312223 ], [ -112.17881955860871, 40.340001888011294 ], [ -112.17887024996885, 40.34020857738544 ], [ -112.17893835820635, 40.340739411690059 ], [ -112.1790271876141, 40.341107873432499 ], [ -112.17912778952568, 40.341476215056815 ], [ -112.1792850542262, 40.341717853419837 ], [ -112.17951342019131, 40.341985793307416 ], [ -112.1797428864828, 40.342316784188235 ], [ -112.17989952757722, 40.342522392206767 ], [ -112.18014061235981, 40.342844254766661 ], [ -112.18038436879424, 40.343319241740879 ], [ -112.18062655816725, 40.343704154620248 ], [ -112.1807350181124, 40.343847190610738 ], [ -112.18079937535114, 40.344161846876659 ], [ -112.18085227539632, 40.344494637973682 ], [ -112.18086687504631, 40.344656650028817 ], [ -112.1810611981013, 40.344997005860087 ], [ -112.18112587233429, 40.345329676536686 ], [ -112.18121299165583, 40.345599055267037 ], [ -112.18135928724453, 40.345885847354175 ], [ -112.18168043924437, 40.346071754316235 ], [ -112.18200175025054, 40.346266667696476 ], [ -112.18239291063266, 40.346415821325373 ], [ -112.18263118937577, 40.346575546018215 ], [ -112.18290510115472, 40.346752923646761 ], [ -112.18315625656794, 40.346975578158137 ], [ -112.18344257358886, 40.347188863361879 ], [ -112.18368101500256, 40.347357593130766 ], [ -112.18406057032358, 40.347515868772845 ], [ -112.18429712364038, 40.347576509242735 ], [ -112.1846397878215, 40.347645071292668 ], [ -112.18508167850757, 40.348000901791686 ], [ -112.18523913767891, 40.348251538598852 ], [ -112.18533757690032, 40.348493771167576 ], [ -112.18541310227189, 40.348772274281345 ], [ -112.1855161172296, 40.349275719088496 ], [ -112.1856660676732, 40.349769673626746 ], [ -112.18580061848103, 40.350056580194412 ], [ -112.18585086599816, 40.350236243777786 ], [ -112.18586816158776, 40.350551379327456 ], [ -112.1859430604303, 40.350793852649225 ], [ -112.18614762200679, 40.351044005029472 ], [ -112.1864104194749, 40.3512575238598 ], [ -112.18657840147695, 40.351435979200872 ], [ -112.18681955045406, 40.35175782644405 ], [ -112.18776046824264, 40.354378775545548 ], [ -112.18783379766414, 40.35453117423657 ], [ -112.1879784022919, 40.354718876445972 ], [ -112.18807559636569, 40.354889047681056 ], [ -112.18824169437721, 40.354959412617546 ], [ -112.18845409716363, 40.354984256802226 ], [ -112.18868941494098, 40.354972829334002 ], [ -112.18899790708394, 40.355104791974775 ], [ -112.18918882027697, 40.355246971851336 ], [ -112.1893233973739, 40.355533873684251 ], [ -112.18943506093309, 40.355857046735977 ], [ -112.18956869046258, 40.356089904414617 ], [ -112.18975369220107, 40.356565474496691 ], [ -112.18999392474525, 40.356833270570121 ], [ -112.19019804471229, 40.357056393160455 ], [ -112.19053199901626, 40.35729619668092 ], [ -112.1909618931186, 40.357634109406362 ], [ -112.19115202495776, 40.357731249352035 ], [ -112.19146180304999, 40.357935263448141 ], [ -112.19186783987297, 40.358255400681344 ], [ -112.19215629513377, 40.358585757583661 ], [ -112.19282455259524, 40.35908336633684 ], [ -112.19296791068372, 40.359199003542706 ], [ -112.19321771650216, 40.359340569036526 ], [ -112.19344460963202, 40.359518406136985 ], [ -112.19373069471075, 40.359713649623622 ], [ -112.19398082185403, 40.359873227968308 ], [ -112.19413866027435, 40.360141865843246 ], [ -112.19424876525561, 40.360374960764432 ], [ -112.19433516253551, 40.360599291502261 ], [ -112.19437382533054, 40.360788079509959 ], [ -112.19432926976981, 40.360932682399934 ], [ -112.19427214435657, 40.361032370486988 ], [ -112.19425113813259, 40.361176730136428 ], [ -112.19428678062592, 40.361194379881404 ], [ -112.19435790668858, 40.361220672060149 ], [ -112.19449888699116, 40.361201198069345 ], [ -112.19458146998099, 40.36120935392843 ], [ -112.19471321976404, 40.361334117732142 ], [ -112.19476461320193, 40.361576827567291 ], [ -112.19474488016031, 40.361793245481607 ], [ -112.1947975464408, 40.362108013473218 ], [ -112.19479038365604, 40.362369346086233 ], [ -112.1947714457385, 40.362630800346764 ], [ -112.19471893166171, 40.362991699567473 ], [ -112.19461772590039, 40.363263012606055 ], [ -112.19448246564204, 40.363606748638809 ], [ -112.19433447476584, 40.363896562491824 ], [ -112.19418695956732, 40.364213397978951 ], [ -112.19376303039033, 40.364884434733746 ], [ -112.19363874375402, 40.365183011864993 ], [ -112.19357428746129, 40.365535024801012 ], [ -112.19353179293607, 40.365796721883989 ], [ -112.19351364398555, 40.36610321223214 ], [ -112.19354212126559, 40.366382194588205 ], [ -112.19359621623846, 40.366778028352094 ], [ -112.19361593769177, 40.367228270337662 ], [ -112.19366685543388, 40.36744395860061 ], [ -112.19370599753509, 40.36765976839132 ], [ -112.1937312977532, 40.367758605225923 ], [ -112.19372190572791, 40.367893835826131 ], [ -112.19365379236378, 40.368038681495541 ], [ -112.19353905114794, 40.368211035127807 ], [ -112.1933776815858, 40.368410896588813 ], [ -112.19320501153157, 40.368637901154017 ], [ -112.19276386999093, 40.369002808629247 ], [ -112.19238001750635, 40.369277034613212 ], [ -112.19204437820612, 40.36961382467689 ], [ -112.19181123192342, 40.369751361479011 ], [ -112.1916019547681, 40.369906669662555 ], [ -112.19136896520013, 40.370053212866338 ], [ -112.19110016952551, 40.370173097704317 ], [ -112.1907723320714, 40.370284581018417 ], [ -112.19049112385848, 40.370368556632563 ], [ -112.19022153293564, 40.370443403081481 ], [ -112.19003516915031, 40.370562436955893 ], [ -112.18994254156596, 40.370653479252738 ], [ -112.18985102276355, 40.370807572417469 ], [ -112.18977413175672, 40.371123675328157 ], [ -112.18963819837163, 40.371431376705644 ], [ -112.18950131342987, 40.371685034264033 ], [ -112.18934055724696, 40.371920919368954 ], [ -112.18916675637763, 40.372084867150534 ], [ -112.18896924274338, 40.372240049585344 ], [ -112.18875947648598, 40.372368330927777 ], [ -112.18869055671125, 40.372468137388701 ], [ -112.18879765638739, 40.372530098715607 ], [ -112.18890491457587, 40.372601067217225 ], [ -112.18914377714819, 40.37278779807378 ], [ -112.18940571973322, 40.372947264314114 ], [ -112.18957344796712, 40.373107699215751 ], [ -112.18994439629917, 40.373437211939915 ], [ -112.19013599807036, 40.373615418130619 ], [ -112.19050758609697, 40.373980958022628 ], [ -112.19060449823685, 40.374133111549959 ], [ -112.19087870239036, 40.374319474835666 ], [ -112.19103450175719, 40.374471021504618 ], [ -112.19116865097695, 40.37473089779445 ], [ -112.19115941182565, 40.37487513538008 ], [ -112.19123102715564, 40.374928451031565 ], [ -112.19125696132518, 40.375063317362127 ], [ -112.19137695537778, 40.375188205706436 ], [ -112.19152209133318, 40.375402923847673 ], [ -112.19171417901745, 40.375608149015818 ], [ -112.19188398291251, 40.375885674737084 ], [ -112.19199505962446, 40.376172814497245 ], [ -112.19204566213403, 40.376370488601829 ], [ -112.19213112126467, 40.376540776625355 ], [ -112.19250273637934, 40.376906309539464 ], [ -112.19316242228555, 40.377575171505015 ], [ -112.19340465216058, 40.377951045331407 ], [ -112.19368428510062, 40.37844364811972 ], [ -112.19389134632344, 40.378828892793784 ], [ -112.19409745567681, 40.379160093537607 ], [ -112.1944105239632, 40.379544242438598 ], [ -112.19479139996579, 40.379765529775796 ], [ -112.19501566107687, 40.379790238947649 ], [ -112.19531266063278, 40.379931311354945 ], [ -112.19559724628107, 40.380036475789133 ], [ -112.19593197199728, 40.380312289846174 ], [ -112.19629057558235, 40.380605873651106 ], [ -112.19670950828427, 40.380979911944877 ], [ -112.19691547870123, 40.381302100014061 ], [ -112.19726358929103, 40.381667860428585 ], [ -112.19759721323688, 40.381880618731174 ], [ -112.19803716473552, 40.382110292196316 ], [ -112.19840517100148, 40.382268638572022 ], [ -112.19875964391076, 40.382328026334342 ], [ -112.19916410680231, 40.382549054502022 ], [ -112.19945334291086, 40.38291541874262 ], [ -112.1995397879945, 40.383139744070462 ], [ -112.1997220613745, 40.383453163896171 ], [ -112.20001018544782, 40.383756476021603 ], [ -112.20023813895099, 40.383988340953721 ], [ -112.20041961834478, 40.384256723447258 ], [ -112.20062545670142, 40.384569897109223 ], [ -112.20081903812336, 40.384856171033356 ], [ -112.20088225234994, 40.385098754276903 ], [ -112.20103048031584, 40.38548459651723 ], [ -112.20114289259682, 40.38584378396822 ], [ -112.2012545059256, 40.386157935192969 ], [ -112.20130642396811, 40.38642766213313 ], [ -112.20134848383239, 40.386805597992229 ], [ -112.20140328394945, 40.387237454692041 ], [ -112.20154006060763, 40.387641432848717 ], [ -112.201605201399, 40.387992102048614 ], [ -112.20158452408961, 40.388154476687866 ], [ -112.20144733184439, 40.388390133089523 ], [ -112.2012986791746, 40.388643926143921 ], [ -112.20109064707113, 40.388871309226545 ], [ -112.20075271707113, 40.389082023256833 ], [ -112.20043882423745, 40.389319513361784 ], [ -112.20014944819289, 40.389610801377302 ], [ -112.19995462806605, 40.389919125127108 ], [ -112.19975884701829, 40.390173405272698 ], [ -112.19958582515679, 40.390382404591918 ], [ -112.19938924233334, 40.390591648058219 ], [ -112.19932255777913, 40.390817561595696 ], [ -112.19935997530817, 40.390934288803933 ], [ -112.19945709225568, 40.391095441051228 ], [ -112.19957952808792, 40.39135542811497 ], [ -112.19958176591447, 40.391481529095756 ], [ -112.19964402336979, 40.391670069444281 ], [ -112.1996814419596, 40.391786796516811 ], [ -112.19969913705448, 40.392119941118416 ], [ -112.19968037249612, 40.392390401920927 ], [ -112.19966320644326, 40.392750934816469 ], [ -112.19963457958875, 40.393129604339848 ], [ -112.19954864869842, 40.393598957053996 ], [ -112.19938947600993, 40.393924927593972 ], [ -112.19923126070486, 40.394304941176451 ], [ -112.19915327103972, 40.394557998353172 ], [ -112.19914756299914, 40.394900394485013 ], [ -112.19918849855019, 40.395215280226445 ], [ -112.19933722001676, 40.395628145417561 ], [ -112.19946046330186, 40.395933168328298 ], [ -112.1995843472202, 40.396274219897272 ], [ -112.19974165668081, 40.396506818102345 ], [ -112.19989976682572, 40.396784452086166 ], [ -112.19998655211565, 40.397026790681409 ], [ -112.20000217157563, 40.397242841268493 ], [ -112.20003181144567, 40.39758487039105 ], [ -112.19998868513572, 40.397810539548196 ], [ -112.19986468903473, 40.398127136582055 ], [ -112.1996926071382, 40.398390179275957 ], [ -112.19948629896682, 40.398716638822627 ], [ -112.19930371153075, 40.399051860795794 ], [ -112.19902782933292, 40.399442103201537 ], [ -112.19871643951817, 40.399823704228382 ], [ -112.19856631458613, 40.399996428962694 ], [ -112.19849754201232, 40.4001052482012 ], [ -112.19848847612373, 40.40025849277928 ], [ -112.1985878416466, 40.400545746169463 ], [ -112.19862750049373, 40.400788574184915 ], [ -112.19860920939686, 40.401086056114977 ], [ -112.1987426439191, 40.401300885263566 ], [ -112.19894677044326, 40.401514981180412 ], [ -112.19915553382373, 40.40199028545274 ], [ -112.19923214021838, 40.402322818517057 ], [ -112.19937911996483, 40.402636603769722 ], [ -112.19948915581965, 40.402860683568584 ], [ -112.19969472884411, 40.403155842757236 ], [ -112.19981494937078, 40.403289728000999 ], [ -112.19985397467313, 40.403496526623421 ], [ -112.19981420333832, 40.403911346598946 ], [ -112.19972570283656, 40.404236583690498 ], [ -112.19968577045567, 40.404642396395481 ], [ -112.19964375856584, 40.404931115576169 ], [ -112.19957930080555, 40.405283129580987 ], [ -112.19951308334356, 40.40553606443752 ], [ -112.19943508280851, 40.405789121493257 ], [ -112.19921600973437, 40.406061659585291 ], [ -112.1991599741819, 40.406224400106758 ], [ -112.19904550441474, 40.406414773199266 ], [ -112.19894233722081, 40.406578002416097 ], [ -112.19880430071417, 40.406768619658337 ], [ -112.19868028362188, 40.407085215256444 ], [ -112.19863570922516, 40.407229818976177 ], [ -112.19855834278582, 40.40751890420708 ], [ -112.19848033655128, 40.407771960617673 ], [ -112.19837940287988, 40.408061290015496 ], [ -112.19832639944265, 40.408395166751546 ], [ -112.19824934999178, 40.408702266137034 ], [ -112.19827994607802, 40.409098338236909 ], [ -112.19840081385448, 40.409268253461192 ], [ -112.1985563927264, 40.409401773318692 ], [ -112.19865305593369, 40.409535903819325 ], [ -112.19867949933504, 40.409697788851382 ], [ -112.19867123224502, 40.409896069142235 ], [ -112.19866328477654, 40.41011236380001 ], [ -112.19868034254776, 40.410409478779947 ], [ -112.1986730344174, 40.410661802163425 ], [ -112.19859550474455, 40.410941880119417 ], [ -112.19852784021494, 40.411113749632122 ], [ -112.19835588101786, 40.411385797491818 ], [ -112.19825382331575, 40.411612076388892 ], [ -112.19808409843893, 40.41201022445285 ], [ -112.19799398240919, 40.412245388189383 ], [ -112.1978360382933, 40.412643413780117 ], [ -112.19777204389069, 40.413022448112443 ], [ -112.19775262896133, 40.413256879097766 ], [ -112.19779261286048, 40.413517721180554 ], [ -112.19785648457488, 40.413796333404825 ], [ -112.19786974334187, 40.414543929596135 ], [ -112.19789778464536, 40.41479588648869 ], [ -112.1979119651391, 40.41493087210894 ], [ -112.19785512085389, 40.415048575995748 ], [ -112.19776324312103, 40.415184660503485 ], [ -112.197438394418, 40.415476308486703 ], [ -112.19726482338409, 40.415658282920475 ], [ -112.19682308413026, 40.416005192696858 ], [ -112.19654424815998, 40.41623329994561 ], [ -112.19632481133715, 40.416487818359741 ], [ -112.19615139425837, 40.416678798355115 ], [ -112.1958375185701, 40.416925284109567 ], [ -112.19560613280285, 40.417170915915662 ], [ -112.19541217196395, 40.417533275118238 ], [ -112.19518572424569, 40.418058128865155 ], [ -112.19508428390407, 40.418320433746281 ], [ -112.19505578342638, 40.418708108200711 ], [ -112.19508413515835, 40.418978080092685 ], [ -112.19507140451979, 40.419590812277747 ], [ -112.19501694246595, 40.419843622556122 ], [ -112.19496566785632, 40.420276576467153 ], [ -112.19491152368795, 40.420547401045425 ], [ -112.19478682703533, 40.420827963619224 ], [ -112.19471850601444, 40.420963802163598 ], [ -112.19463855878652, 40.421108769641172 ], [ -112.19466340422508, 40.421180583521213 ], [ -112.19474637946296, 40.42120675249388 ], [ -112.19486487008818, 40.421241563154872 ], [ -112.19498304203285, 40.421258359329634 ], [ -112.19524343503905, 40.421318729155011 ], [ -112.19552819653735, 40.421423890524615 ], [ -112.19575451061755, 40.421556682249268 ], [ -112.19590979420094, 40.421672190704044 ], [ -112.19605377154798, 40.421814842407414 ], [ -112.19633933429456, 40.421965037603364 ], [ -112.19673352165411, 40.422258248861361 ], [ -112.19698564732884, 40.422516894494173 ], [ -112.19717725007277, 40.422686078096362 ], [ -112.19747636172305, 40.422935227201293 ], [ -112.19773915998977, 40.423130698811249 ], [ -112.19805022118355, 40.423388731411187 ], [ -112.19809960147718, 40.423514343178759 ], [ -112.19822225380561, 40.423783336648256 ], [ -112.1983092300443, 40.424034682147166 ], [ -112.19840895202768, 40.424339948372008 ], [ -112.19846249067128, 40.42469974623102 ], [ -112.19853976175862, 40.425068306807546 ], [ -112.19860380854938, 40.425355925034978 ], [ -112.19863057878153, 40.425535823881972 ], [ -112.19865638967782, 40.42566167974077 ], [ -112.19879814237933, 40.425678227455116 ], [ -112.19896378720706, 40.42571254483645 ], [ -112.19927342515102, 40.425889509349879 ], [ -112.19962972911453, 40.426038962296793 ], [ -112.20002235370545, 40.426242090014718 ], [ -112.20028373108512, 40.426356491032365 ], [ -112.20058126883083, 40.426515559998215 ], [ -112.2009622729967, 40.426727813988315 ], [ -112.20121298939139, 40.426905385360357 ], [ -112.20149938662485, 40.427100602960621 ], [ -112.20170360177895, 40.427314691824591 ], [ -112.2020129334314, 40.427473634444432 ], [ -112.20239491001489, 40.42773992641979 ], [ -112.20252728812652, 40.427891699272458 ], [ -112.20259977176984, 40.427990042192974 ], [ -112.20277977821787, 40.428168345688405 ], [ -112.20299546619904, 40.428364295199934 ], [ -112.20323488909085, 40.428569006061224 ], [ -112.20341521990809, 40.428765322787477 ], [ -112.20355922838264, 40.428907964524448 ], [ -112.20377443915605, 40.429076891069712 ], [ -112.20397818562472, 40.42926395423472 ], [ -112.20412203569639, 40.429397588087205 ], [ -112.20427719100145, 40.429504077543513 ], [ -112.2044565631074, 40.429646349710701 ], [ -112.2046856549109, 40.429932244430674 ], [ -112.204735695572, 40.430093881519149 ], [ -112.20473939286165, 40.430301045630351 ], [ -112.20477796858185, 40.430480819795903 ], [ -112.20481541916656, 40.430597543999788 ], [ -112.20481911676659, 40.430804708086825 ], [ -112.20486867612367, 40.430939323678686 ], [ -112.20489466170903, 40.431074184965176 ], [ -112.20499024393347, 40.43114525911318 ], [ -112.20523809256132, 40.431160692850348 ], [ -112.20555778937418, 40.431238438428146 ], [ -112.20590041730276, 40.431279908667833 ], [ -112.20634993371759, 40.431365306497362 ], [ -112.20658680138582, 40.431425895971962 ], [ -112.20671806907289, 40.431514613802349 ], [ -112.20683658379447, 40.431549411780125 ], [ -112.20706021582775, 40.431529059193693 ], [ -112.20724864764956, 40.43151808260906 ], [ -112.20749649804533, 40.431533511475259 ], [ -112.20788740503401, 40.431637533131145 ], [ -112.20826604241559, 40.431714655287955 ], [ -112.20852600333133, 40.431747972967834 ], [ -112.20877546779185, 40.431853470271449 ], [ -112.20927407628969, 40.43204644898929 ], [ -112.20941761997574, 40.432162061717079 ], [ -112.20952547981609, 40.432260030034975 ], [ -112.20956245541329, 40.432349731184786 ], [ -112.20955341213759, 40.432502975491623 ], [ -112.20952063293777, 40.432647459351827 ], [ -112.20948979041337, 40.432900028585529 ], [ -112.20946992801294, 40.433107438897771 ], [ -112.20940420720613, 40.433387399429286 ], [ -112.20935011191629, 40.433658229483598 ], [ -112.20932185053988, 40.434054912470636 ], [ -112.20934865330135, 40.434234808107163 ], [ -112.20938740516515, 40.434423587517642 ], [ -112.20953272977887, 40.434638278219531 ], [ -112.2096187943356, 40.434835571263136 ], [ -112.20967094937183, 40.435114298304896 ], [ -112.20965383147602, 40.435474829455757 ], [ -112.20971809789576, 40.435771447299771 ], [ -112.20973343759009, 40.43596948035205 ], [ -112.20985486809073, 40.436166403039493 ], [ -112.21001537727962, 40.436570118886941 ], [ -112.21019768772827, 40.436874509454938 ], [ -112.21025162373277, 40.437252314247822 ], [ -112.21035206665655, 40.437593596841666 ], [ -112.21060398649635, 40.438491838307918 ], [ -112.21072897943246, 40.438886916136937 ], [ -112.2107588586881, 40.43923794614193 ], [ -112.21082491173429, 40.439633641164185 ], [ -112.21080666813995, 40.439931122437955 ], [ -112.2108357402826, 40.440237116851705 ], [ -112.21083832625303, 40.440381230439023 ], [ -112.21092407907187, 40.440560507959908 ], [ -112.21097220340054, 40.44061405654741 ], [ -112.21111560687092, 40.440720659594604 ], [ -112.2113300661571, 40.440844535429058 ], [ -112.21166354525209, 40.441030224834158 ], [ -112.21186751192434, 40.44122627996812 ], [ -112.21201399204782, 40.441504016631626 ], [ -112.21211347989765, 40.441791254671351 ], [ -112.21227272213557, 40.442122909875046 ], [ -112.21228661477399, 40.442239878423713 ], [ -112.21259007831523, 40.442723169873389 ], [ -112.21268827544783, 40.442938350585251 ], [ -112.21273931696881, 40.443154025965661 ], [ -112.21273189900829, 40.443397341037993 ], [ -112.21273562258241, 40.443604504059635 ], [ -112.21272852839105, 40.443865833288761 ], [ -112.21273176632394, 40.444045975032743 ], [ -112.21276956252099, 40.444180710255843 ], [ -112.21286598137087, 40.444296812775505 ], [ -112.21297418983791, 40.44441279149131 ], [ -112.21309564552102, 40.444609710134479 ], [ -112.21316978256344, 40.444798116509901 ], [ -112.21316155632084, 40.444996396101622 ], [ -112.21310698214187, 40.445240206045703 ], [ -112.21304094201429, 40.445502153854171 ], [ -112.21292725752434, 40.44573757524148 ], [ -112.21280113503259, 40.445937091887572 ], [ -112.21268582997212, 40.446082442204862 ], [ -112.21267549751154, 40.446163629651949 ], [ -112.21272459877326, 40.446271219883094 ], [ -112.2127853279041, 40.446369679303878 ], [ -112.21285930421229, 40.44654907872394 ], [ -112.21286157122132, 40.446675177880522 ], [ -112.21285480135114, 40.446954521143077 ], [ -112.21279102565822, 40.447342567915044 ], [ -112.21275970428093, 40.447568116067423 ], [ -112.21276391425766, 40.447802300180314 ], [ -112.21282545453921, 40.447945794937482 ], [ -112.21286503462338, 40.448179607888946 ], [ -112.21284679865737, 40.448477088956565 ], [ -112.212816286711, 40.448747672482888 ], [ -112.21281839187904, 40.448864764514141 ], [ -112.21280967859451, 40.449036022729295 ], [ -112.21288365806737, 40.44921542200931 ], [ -112.21306504509771, 40.449465764252523 ], [ -112.21327195793077, 40.44982394357816 ], [ -112.21344252997109, 40.450128451372244 ], [ -112.21345820895748, 40.450344497391647 ], [ -112.21341558439269, 40.450597190599474 ], [ -112.21331384549003, 40.450841495564738 ], [ -112.21339913275172, 40.450993749420789 ], [ -112.21348393429044, 40.451118981983981 ], [ -112.21358004046652, 40.451217069463418 ], [ -112.21384591426595, 40.451574628538957 ], [ -112.21397690694494, 40.451645322972702 ], [ -112.21407301459683, 40.451743410012149 ], [ -112.21411211516991, 40.451950201080493 ], [ -112.21417755358813, 40.452309864590021 ], [ -112.21415818779555, 40.452544296105849 ], [ -112.21402285993193, 40.452888050946449 ], [ -112.21380321197022, 40.453133594663647 ], [ -112.21359502913546, 40.453361000034924 ], [ -112.21344774389738, 40.45369587095341 ], [ -112.21340479339933, 40.453930549906289 ], [ -112.21335313036806, 40.454336486930245 ], [ -112.21330211491383, 40.454778452185785 ], [ -112.21322557219854, 40.455112580121316 ], [ -112.21310251197325, 40.455483231310382 ], [ -112.21288382430605, 40.455782815750709 ], [ -112.21275768363638, 40.455982332283355 ], [ -112.21259681600462, 40.456218248085612 ], [ -112.21248359862324, 40.4564806900975 ], [ -112.21239477288776, 40.456787919966011 ], [ -112.21235408391151, 40.45714869743712 ], [ -112.2124169277983, 40.45736424861289 ], [ -112.21239901223706, 40.457679743344592 ], [ -112.21234555964284, 40.457986602058746 ], [ -112.21237448664171, 40.458283587868273 ], [ -112.21237950653891, 40.458562806907032 ], [ -112.21233671156247, 40.458806492433119 ], [ -112.21224788235389, 40.459113722121522 ], [ -112.2122499873054, 40.459230813966812 ], [ -112.21221558317117, 40.459285227392236 ], [ -112.2121562999304, 40.459267831631358 ], [ -112.21199121357313, 40.459269562904822 ], [ -112.21175440477235, 40.45921799334441 ], [ -112.21144797780536, 40.459230214377385 ], [ -112.21127045246136, 40.4591960399461 ], [ -112.21095223359757, 40.459208383244146 ], [ -112.21066922852832, 40.45921134804577 ], [ -112.21029172671238, 40.459206292965611 ], [ -112.20999660646403, 40.45919136545605 ], [ -112.20944335737747, 40.459251208737882 ], [ -112.20909024660465, 40.459290938318816 ], [ -112.20873778119515, 40.459366695132289 ], [ -112.20825641068333, 40.459488842349941 ], [ -112.20792817252848, 40.45960037848328 ], [ -112.20770541582077, 40.45967477646775 ], [ -112.20739074182794, 40.459885265755261 ], [ -112.20714649567206, 40.460077001096103 ], [ -112.20683181805056, 40.460287488899532 ], [ -112.20656398461068, 40.460479469299003 ], [ -112.2062010068162, 40.460627398252967 ], [ -112.20591831746057, 40.460648365674992 ], [ -112.20577681164706, 40.460649842043388 ], [ -112.2054351612568, 40.4606714233894 ], [ -112.20484490956886, 40.460641542971082 ], [ -112.20451489011887, 40.46065399158315 ], [ -112.20414933319329, 40.460657800742865 ], [ -112.20388974484396, 40.460651496225879 ], [ -112.20352467013593, 40.460682324683418 ], [ -112.2031484457431, 40.46074930311962 ], [ -112.2027258550836, 40.460861806671147 ], [ -112.20240939298769, 40.460973204617247 ], [ -112.20205755309824, 40.461084969650521 ], [ -112.20179876585631, 40.461123695939591 ], [ -112.20135194404286, 40.461200411372111 ], [ -112.20094001675628, 40.461249736203165 ], [ -112.20021226222045, 40.461446479980729 ], [ -112.19989579308177, 40.461557871131333 ], [ -112.19967302071596, 40.461632253827936 ], [ -112.19942618245898, 40.461679859549413 ], [ -112.19910907016568, 40.461755220159105 ], [ -112.19874478759053, 40.461831069153646 ], [ -112.19821605075825, 40.461944657130793 ], [ -112.19780491640132, 40.462039006417825 ], [ -112.19747584810082, 40.46210547769568 ], [ -112.19673308397458, 40.46212217977839 ], [ -112.19641500749145, 40.46214349038847 ], [ -112.19586219984022, 40.462230290482339 ], [ -112.19568579194413, 40.462259141931789 ], [ -112.19552213459191, 40.462341913826222 ], [ -112.19537122744404, 40.462478606222469 ], [ -112.19529155395257, 40.462641588044207 ], [ -112.19511849740256, 40.462859588077976 ], [ -112.19492249300814, 40.463113860172143 ], [ -112.19478385441924, 40.463277451250889 ], [ -112.19466880053849, 40.463440798376354 ], [ -112.19456649632114, 40.463658066203664 ], [ -112.19439407311657, 40.463912093651594 ], [ -112.19420857950881, 40.464094185766839 ], [ -112.19393973753239, 40.464232094809056 ], [ -112.19378738764185, 40.464287721138668 ], [ -112.19362276626354, 40.464316447708129 ], [ -112.19338770649149, 40.464363918917556 ], [ -112.19319169126211, 40.464618188166483 ], [ -112.19312093386159, 40.464618918641413 ], [ -112.19297049491264, 40.464782629351248 ], [ -112.19281973652393, 40.464928325630559 ], [ -112.19261128721665, 40.46514668715546 ], [ -112.19243789705166, 40.465346669055954 ], [ -112.19233606074154, 40.465590956344066 ], [ -112.19229191496473, 40.465762578288775 ], [ -112.19222497912118, 40.465979479128315 ], [ -112.19214497549201, 40.466124444609939 ], [ -112.19207644618814, 40.466251274157052 ], [ -112.1919959641634, 40.466369218176133 ], [ -112.19192695660003, 40.466469026274787 ], [ -112.1917180220601, 40.466660364877548 ], [ -112.19146398257554, 40.466969282017949 ], [ -112.19123225426677, 40.46720589853178 ], [ -112.19100100172454, 40.467469535961449 ], [ -112.19089788423064, 40.467641765036561 ], [ -112.19070232754888, 40.467923051557349 ], [ -112.19064733720357, 40.468148837124218 ], [ -112.19054389965747, 40.468303051646558 ], [ -112.19026467113788, 40.46852213797839 ], [ -112.19019422761791, 40.468540880965818 ], [ -112.18992329280631, 40.468561688321458 ], [ -112.18971069000513, 40.468545859539475 ], [ -112.18929807280564, 40.468559115067542 ], [ -112.18914427926435, 40.468533671290551 ], [ -112.18895526390008, 40.468517598420227 ], [ -112.18861261420759, 40.468485087878186 ], [ -112.18812780671695, 40.468418002788873 ], [ -112.18753907934499, 40.468478106184897 ], [ -112.18699514631672, 40.468402615089914 ], [ -112.18668772020935, 40.468360728298705 ], [ -112.18621597685873, 40.468365571139287 ], [ -112.18589739158085, 40.468359831831009 ], [ -112.1854250145482, 40.468328642889503 ], [ -112.1849169405297, 40.46827980047722 ], [ -112.18447899556439, 40.468194202055535 ], [ -112.18405331983455, 40.46813550256401 ], [ -112.18366318359764, 40.468085446286821 ], [ -112.1831080964193, 40.468046086155482 ], [ -112.18284832238075, 40.468030727608003 ], [ -112.18257643889541, 40.467997474852368 ], [ -112.18228081063367, 40.467955455594499 ], [ -112.18197275750026, 40.467877527584164 ], [ -112.18177179399254, 40.467852556373032 ], [ -112.18149912239389, 40.467774265302168 ], [ -112.18113352380153, 40.467778002215788 ], [ -112.18078066523556, 40.467835660413563 ], [ -112.18071037740715, 40.467863404804199 ], [ -112.18054621451211, 40.467919134396432 ], [ -112.18036915382463, 40.467911934115499 ], [ -112.18016913684269, 40.467941003050292 ], [ -112.18002903338481, 40.468023512526401 ], [ -112.1798656577372, 40.468124276950604 ], [ -112.17978310274513, 40.468125119710209 ], [ -112.1796535310809, 40.468135451085892 ], [ -112.17949958424541, 40.468100987247944 ], [ -112.17915646791154, 40.468041427092501 ], [ -112.17886052635859, 40.467981384736625 ], [ -112.17835088461649, 40.46784244172791 ], [ -112.17796059646359, 40.467783358948999 ], [ -112.17772315251847, 40.467695691122124 ], [ -112.17733318032421, 40.467654620535058 ], [ -112.17711948186447, 40.467575718335262 ], [ -112.1768814107413, 40.467452020078412 ], [ -112.17677338282431, 40.467345014836063 ], [ -112.17651204067417, 40.467239570291149 ], [ -112.1764057426284, 40.467231643559323 ], [ -112.17621720491397, 40.467242571268137 ], [ -112.17611106402943, 40.467243651435801 ], [ -112.17599250121862, 40.467208822821789 ], [ -112.17585019458356, 40.467165226887445 ], [ -112.17559042520558, 40.467149851951497 ], [ -112.1753182343908, 40.467098567667193 ], [ -112.17502245717138, 40.467047522541279 ], [ -112.17473815987105, 40.466978342427765 ], [ -112.17437146637799, 40.466919007656863 ], [ -112.17414707835009, 40.466903269947643 ], [ -112.17386450770049, 40.466933166625935 ], [ -112.17360489636511, 40.466926794386609 ], [ -112.17286426337598, 40.467069444403855 ], [ -112.17277920240261, 40.466926167229239 ], [ -112.17275498887059, 40.466890377841992 ], [ -112.17264461825246, 40.466648260881016 ], [ -112.17258314493039, 40.466504744219961 ], [ -112.17244981561217, 40.466298895076086 ], [ -112.1723285936188, 40.46611094050612 ], [ -112.17223189842032, 40.465976789681577 ], [ -112.17215769380515, 40.465779349254234 ], [ -112.17204842333408, 40.465600281929497 ], [ -112.17196399230524, 40.465493032817442 ], [ -112.16675338524183, 40.462933206332544 ], [ -112.16643264452733, 40.462801312054999 ], [ -112.16621819490788, 40.462677353190458 ], [ -112.16586036530629, 40.462446734937473 ], [ -112.16573002340509, 40.462412014530038 ], [ -112.16556368095102, 40.462341621904386 ], [ -112.16540928712872, 40.462280117338224 ], [ -112.16523255364366, 40.462290908057128 ], [ -112.1651385240384, 40.462309873577766 ], [ -112.16495093152452, 40.462374826035514 ], [ -112.16469273839071, 40.462449498449807 ], [ -112.16462198253987, 40.462450211448143 ], [ -112.16450421167723, 40.462460406898415 ], [ -112.16420892898323, 40.462436355308292 ], [ -112.16405500263657, 40.462401870571483 ], [ -112.16379354357564, 40.462287389414151 ], [ -112.16363930688146, 40.462234889677447 ], [ -112.1634020559854, 40.462156199031597 ], [ -112.16318870156606, 40.462095284969202 ], [ -112.16305820628706, 40.4620515542967 ], [ -112.16293996979527, 40.462034726482898 ], [ -112.16266811926559, 40.462001426382336 ], [ -112.16243087028369, 40.461922733712427 ], [ -112.16221736219067, 40.461852810608029 ], [ -112.16194380534375, 40.461720429314262 ], [ -112.16163300997941, 40.461480316209666 ], [ -112.1613250091691, 40.461402332330707 ], [ -112.16099326904745, 40.46131557730655 ], [ -112.16073243947893, 40.461237117990436 ], [ -112.16049488533584, 40.461140406806315 ], [ -112.16030543147809, 40.461097264979266 ], [ -112.1601633024961, 40.461062656594734 ], [ -112.16005624097554, 40.461009678492985 ], [ -112.15996236653908, 40.461037647034154 ], [ -112.15989269661279, 40.461101407746582 ], [ -112.1596714288582, 40.461265786261208 ], [ -112.15934573118615, 40.461530308581665 ], [ -112.15900916735166, 40.461848991670394 ], [ -112.15874196294457, 40.462085899339328 ], [ -112.15834596598771, 40.462378149970881 ], [ -112.15813710180527, 40.462578436375487 ], [ -112.1578813748331, 40.462797209465833 ], [ -112.15769593886064, 40.462988251570707 ], [ -112.15754603487603, 40.463187946300877 ], [ -112.15737269895392, 40.463396884265968 ], [ -112.15717515786289, 40.463570029175749 ], [ -112.15696458637251, 40.463671233904414 ], [ -112.15674283946466, 40.463808585240244 ], [ -112.15662614646638, 40.463881823380234 ], [ -112.15639445905863, 40.46412737894665 ], [ -112.15626828920745, 40.46433584331642 ], [ -112.15623692633969, 40.464570385475618 ], [ -112.15617111077087, 40.464859324976828 ], [ -112.15598937086995, 40.465266538148995 ], [ -112.15588724740171, 40.465501787910249 ], [ -112.15580901858044, 40.465754816184791 ], [ -112.15576338966942, 40.465845360314283 ], [ -112.15565987498472, 40.465999544728646 ], [ -112.15561563525767, 40.466171153947556 ], [ -112.15567784436445, 40.466359716336086 ], [ -112.15571507735579, 40.4664674494053 ], [ -112.15580071943999, 40.466646768609259 ], [ -112.15598055509157, 40.466816136873433 ], [ -112.15611198205008, 40.466913918853457 ], [ -112.15616054612158, 40.466994512075892 ], [ -112.15616239978252, 40.467102598900517 ], [ -112.15613958514625, 40.467147871029894 ], [ -112.15601124672368, 40.467230233806504 ], [ -112.15583496172273, 40.46726803205204 ], [ -112.15544731925777, 40.467361995938973 ], [ -112.15530672293632, 40.467417454140268 ], [ -112.15511987815017, 40.467527427098616 ], [ -112.15485109482174, 40.467674253659901 ], [ -112.1546529177792, 40.467811365439573 ], [ -112.15434921404973, 40.467985566045449 ], [ -112.1541038603538, 40.468123148073289 ], [ -112.15391654909563, 40.468206097405513 ], [ -112.15363596668847, 40.468353038947754 ], [ -112.15348341892491, 40.468399605451097 ], [ -112.15327205634996, 40.468455767442194 ], [ -112.15313099369178, 40.468484201314475 ], [ -112.15307202496437, 40.468484789657197 ], [ -112.15296603530335, 40.468494855841591 ], [ -112.15291886031136, 40.468495326450956 ], [ -112.15275313173368, 40.468460944456247 ], [ -112.15263396223752, 40.468390062770084 ], [ -112.15243239093664, 40.468329011430491 ], [ -112.15223128185404, 40.468294981471459 ], [ -112.15207780960793, 40.468287502654327 ], [ -112.15182921817394, 40.468235927741766 ], [ -112.15152150475333, 40.46817593258865 ], [ -112.15132008889003, 40.468123886532844 ], [ -112.1509645865498, 40.468028330816317 ], [ -112.15077588774805, 40.468030209853119 ], [ -112.15057570271357, 40.468050220495378 ], [ -112.15042407568751, 40.468150826492462 ], [ -112.15031946937512, 40.468241955516071 ], [ -112.15006277358498, 40.468406668224631 ], [ -112.14985371254537, 40.468597932794886 ], [ -112.1496800317622, 40.468788845041885 ], [ -112.14952886252325, 40.468916471652818 ], [ -112.14930754382678, 40.469080830804863 ], [ -112.14921442133891, 40.469153827062669 ], [ -112.14911011892404, 40.46926296952811 ], [ -112.14906432515257, 40.469344503860334 ], [ -112.1489604827722, 40.469480667957441 ], [ -112.14885571891892, 40.469562788436413 ], [ -112.14871480545597, 40.469600224224763 ], [ -112.14852579517468, 40.469584085137392 ], [ -112.14821869200141, 40.469560110272475 ], [ -112.14791220256063, 40.4695721636188 ], [ -112.14760632636178, 40.469620245187727 ], [ -112.14747781932729, 40.469693591401651 ], [ -112.14719660324396, 40.469804488512828 ], [ -112.14704481391615, 40.469896082909493 ], [ -112.14672959319499, 40.47008839540063 ], [ -112.14629688930475, 40.470308898679789 ], [ -112.14606269197961, 40.470410317894917 ], [ -112.14601582180218, 40.470428800229485 ], [ -112.14592192824691, 40.47045675758001 ], [ -112.14579203981539, 40.470449036591795 ], [ -112.1456264628888, 40.470423651667261 ], [ -112.14521320971666, 40.470400721001816 ], [ -112.14484728621315, 40.470386328806946 ], [ -112.14443250424378, 40.470273322674437 ], [ -112.14411421655305, 40.470285482787588 ], [ -112.14387909882744, 40.470332854009058 ], [ -112.14367890464294, 40.470352852817662 ], [ -112.14351455107882, 40.470399523012532 ], [ -112.14338542688569, 40.470436835665758 ], [ -112.14322030909825, 40.470438469093281 ], [ -112.14310145134171, 40.470385592054328 ], [ -112.14295808919522, 40.4702789045364 ], [ -112.14277919255147, 40.470163559423156 ], [ -112.1425874337345, 40.469985279706947 ], [ -112.14235968330088, 40.469771320287002 ], [ -112.14204968166761, 40.469576190776188 ], [ -112.14178746787606, 40.469416623456205 ], [ -112.14152556037783, 40.469275070076328 ], [ -112.14144117264991, 40.469167798129988 ], [ -112.14135571766111, 40.468997475162929 ], [ -112.14122202029675, 40.468764567002047 ], [ -112.14113702381188, 40.468621265688007 ], [ -112.14108847633766, 40.468540665945369 ], [ -112.14093393730431, 40.468470121352603 ], [ -112.14083989182153, 40.468489067293454 ], [ -112.14061657168214, 40.468536315419414 ], [ -112.14058210465504, 40.468590708291771 ], [ -112.1403234025131, 40.468638305026595 ], [ -112.14013454896256, 40.46863115943124 ], [ -112.1396506975437, 40.468617914029764 ], [ -112.13916593301033, 40.468550622879967 ], [ -112.13879895528348, 40.468473160362571 ], [ -112.13872667096567, 40.468383784713652 ], [ -112.13870217051247, 40.468329973383852 ], [ -112.13867523582525, 40.468132045427687 ], [ -112.13857738692781, 40.467925807300638 ], [ -112.13845655973857, 40.467755830583357 ], [ -112.13808654591838, 40.467498219901721 ], [ -112.13771607889582, 40.467213586105807 ], [ -112.13719245093466, 40.466939467004408 ], [ -112.13701296529543, 40.466788083461296 ], [ -112.13668077256517, 40.466674236769052 ], [ -112.13638487233645, 40.466614085025753 ], [ -112.13617228595719, 40.466598157485961 ], [ -112.13561526103376, 40.466441473769066 ], [ -112.13501060997886, 40.46625822869823 ], [ -112.13464243652354, 40.46610869428477 ], [ -112.13455776055336, 40.465983402442099 ], [ -112.13427062769358, 40.465742983323587 ], [ -112.13413817350715, 40.465582124874736 ], [ -112.13399226015549, 40.465322301587442 ], [ -112.13375275947369, 40.465108440162801 ], [ -112.13344204684985, 40.464868250229884 ], [ -112.13309686524693, 40.464682450152537 ], [ -112.13282441175282, 40.46461305055945 ], [ -112.13246925552612, 40.464535451910464 ], [ -112.13181896947196, 40.464442725093008 ], [ -112.13172341491655, 40.464371590423937 ], [ -112.13165129558381, 40.464291217417561 ], [ -112.13159006246653, 40.464156684996603 ], [ -112.13146699235796, 40.463851590766048 ], [ -112.13128435401616, 40.463511044267022 ], [ -112.13107737623933, 40.463125691653246 ], [ -112.1309091030309, 40.462938153516362 ], [ -112.13084772160954, 40.462794613312951 ], [ -112.13057331458963, 40.462608113065798 ], [ -112.1302162086502, 40.462413412081389 ], [ -112.13001316520645, 40.462262247811651 ], [ -112.12972410257818, 40.461904721573397 ], [ -112.12934296490472, 40.461683226333818 ], [ -112.12908096247941, 40.461532636477259 ], [ -112.12876029976454, 40.461400636524445 ], [ -112.12845203383277, 40.461304549851846 ], [ -112.12826124237466, 40.461180289236218 ], [ -112.12794043223401, 40.461039279623471 ], [ -112.12773724736788, 40.460879103861309 ], [ -112.12724532179429, 40.460379409598843 ], [ -112.12712468742292, 40.460218427585573 ], [ -112.12696777328964, 40.46000374635905 ], [ -112.12676459387197, 40.459843568785544 ], [ -112.12662007602304, 40.459664801442749 ], [ -112.12640495571611, 40.45949573080761 ], [ -112.12613087521598, 40.459327234244363 ], [ -112.12594114637767, 40.459266021019296 ], [ -112.12584605651486, 40.459221903273864 ], [ -112.12576035311005, 40.459033553100227 ], [ -112.125653020436, 40.458962528013544 ], [ -112.12541597399384, 40.458892765931282 ], [ -112.12507264822158, 40.458815029134307 ], [ -112.12487082910116, 40.458735914207423 ], [ -112.12460974930615, 40.458639357933869 ], [ -112.12425448341251, 40.458552726062699 ], [ -112.12392070096904, 40.458339760852333 ], [ -112.12383620493836, 40.458223467940122 ], [ -112.12369199851291, 40.45806271143784 ], [ -112.12359376026332, 40.457829437403653 ], [ -112.12341147850482, 40.457506892066419 ], [ -112.12334876783146, 40.457282281286588 ], [ -112.12303527846203, 40.456870922335682 ], [ -112.12290361857053, 40.456755086952029 ], [ -112.12268716737341, 40.456504942855652 ], [ -112.12254191795712, 40.45628113328403 ], [ -112.12231367795394, 40.456031102950547 ], [ -112.12225247123368, 40.455896565042558 ], [ -112.12205721082455, 40.455502072917717 ], [ -112.12193494949642, 40.455242004101585 ], [ -112.1217656728939, 40.454991400263239 ], [ -112.12152340204932, 40.454606372212098 ], [ -112.12128143349857, 40.454239358320145 ], [ -112.12098125951886, 40.453917952495296 ], [ -112.12062093482064, 40.45352505850839 ], [ -112.1202507679664, 40.453249373400212 ], [ -112.11982239600493, 40.453019295108334 ], [ -112.11956089697242, 40.452895704827455 ], [ -112.11930984476678, 40.45269093339796 ], [ -112.11893013807172, 40.452550468683263 ], [ -112.11864595660634, 40.452481148814663 ], [ -112.11818401361946, 40.452359495142375 ], [ -112.11792252009027, 40.45223590106631 ], [ -112.11771983339074, 40.452102728916273 ], [ -112.11746983425252, 40.451961005005877 ], [ -112.11718356811825, 40.451765578152092 ], [ -112.11702760058024, 40.451604926725572 ], [ -112.11668253180942, 40.451419075691319 ], [ -112.11640955190641, 40.451313606767037 ], [ -112.11598478166964, 40.451299691080365 ], [ -112.11560583440048, 40.45120425214597 ], [ -112.11529659084846, 40.45104507763164 ], [ -112.11478377869162, 40.450698680466047 ], [ -112.11468692198757, 40.450546464530667 ], [ -112.11455394937826, 40.450349552634265 ], [ -112.11438664707688, 40.450216033346564 ], [ -112.11425367600974, 40.450019121073268 ], [ -112.11411951561048, 40.449750149481076 ], [ -112.11402132304947, 40.449516866377856 ], [ -112.11408730630707, 40.449227947912476 ], [ -112.1141074659066, 40.449020550545377 ], [ -112.11401942876259, 40.448688072401971 ], [ -112.11392213056415, 40.448508833523967 ], [ -112.11381259636175, 40.448302685975094 ], [ -112.11369201599319, 40.448141688894999 ], [ -112.11353502450032, 40.447917980647439 ], [ -112.1134213299875, 40.447459625505019 ], [ -112.113464922959, 40.447242993623426 ], [ -112.11351896779233, 40.446945181542681 ], [ -112.1136301784293, 40.446538712686454 ], [ -112.11380227091338, 40.446248771895704 ], [ -112.11395093072859, 40.445968065500537 ], [ -112.11414764148684, 40.445740948760978 ], [ -112.11423720063219, 40.445451802796519 ], [ -112.11424333770799, 40.445109407935391 ], [ -112.11429767512689, 40.44482961025264 ], [ -112.11439946854702, 40.444567372690756 ], [ -112.11445588786415, 40.444413678538474 ], [ -112.11456842815983, 40.444088275347248 ], [ -112.11458605557553, 40.443727751928726 ], [ -112.11461428198311, 40.443295055587186 ], [ -112.11457459854786, 40.443034181957678 ], [ -112.11456626641422, 40.442529767379163 ], [ -112.11455016232208, 40.442268666343971 ], [ -112.11453182669746, 40.44187245422399 ], [ -112.11450304111079, 40.441557422388279 ], [ -112.11442784306691, 40.441287882203113 ], [ -112.11416357382687, 40.440993137997893 ], [ -112.1139483961301, 40.440815035022382 ], [ -112.11366129609704, 40.440565553854071 ], [ -112.11351611189413, 40.440341731476252 ], [ -112.11327587406636, 40.440073780194339 ], [ -112.11301072328996, 40.439724988687857 ], [ -112.11265260133345, 40.439458171077383 ], [ -112.11244877589505, 40.439252929425876 ], [ -112.11225718584863, 40.439074596206844 ], [ -112.11208947117326, 40.438914050655796 ], [ -112.11199516121999, 40.43891495794459 ], [ -112.11190144490907, 40.438951894825969 ], [ -112.11169132475094, 40.439080039624486 ], [ -112.1114235949476, 40.439289817571705 ], [ -112.11101588024273, 40.439591028882738 ], [ -112.11070202848919, 40.439864310354459 ], [ -112.11025938478011, 40.440192881142657 ], [ -112.11002716131843, 40.440411323650061 ], [ -112.10960660773453, 40.440649591366245 ], [ -112.10930260948976, 40.440805659477206 ], [ -112.10893892412398, 40.440917255198777 ], [ -112.1085521032056, 40.441056098185157 ], [ -112.10767383246886, 40.4414248713801 ], [ -112.10739325681897, 40.441571701181445 ], [ -112.10711282772685, 40.441727537741791 ], [ -112.10670434027864, 40.441983697029045 ], [ -112.10637719361986, 40.442167005610912 ], [ -112.10591977159429, 40.442315524377818 ], [ -112.10567337574876, 40.442389952246749 ], [ -112.10536758972131, 40.442437921009464 ], [ -112.10527356971977, 40.442456837743421 ], [ -112.10506165572417, 40.442476881535825 ], [ -112.10458005994025, 40.442589590738542 ], [ -112.10432334632699, 40.442754202759417 ], [ -112.1041022946665, 40.442936491265556 ], [ -112.10390452610291, 40.443100539309157 ], [ -112.1035683758964, 40.443455093941317 ], [ -112.10332388799334, 40.443646613543187 ], [ -112.10303268190307, 40.443865604973951 ], [ -112.10281000365335, 40.443948809262487 ], [ -112.10256565899651, 40.444149334733659 ], [ -112.10236906048885, 40.444385439713621 ], [ -112.1021494696143, 40.444657798953344 ], [ -112.10198735496246, 40.444839521420796 ], [ -112.10187181043064, 40.444984764370723 ], [ -112.10174432844647, 40.445121112145266 ], [ -112.10162804755026, 40.44522131766459 ], [ -112.10150012346061, 40.4453306428601 ], [ -112.10140712760224, 40.445412608580739 ], [ -112.10117338734688, 40.445540959326081 ], [ -112.10095084822488, 40.445633167551883 ], [ -112.10066921164368, 40.445716929264329 ], [ -112.10034041437514, 40.445801139242235 ], [ -112.09997668680606, 40.445912707217772 ], [ -112.09970713147489, 40.44601436930175 ], [ -112.0993681559918, 40.44619777059512 ], [ -112.09911082889664, 40.446326341507508 ], [ -112.09891171779738, 40.44640931419945 ], [ -112.09855962796414, 40.446511758242337 ], [ -112.09839515280052, 40.446549356660086 ], [ -112.09814814647065, 40.446587738957518 ], [ -112.09796038376763, 40.446643575677747 ], [ -112.09766812137347, 40.446799501743506 ], [ -112.09734004746831, 40.446928740532478 ], [ -112.09719915099431, 40.446966113405054 ], [ -112.09703482039617, 40.447012717358227 ], [ -112.09692914779178, 40.447040746752513 ], [ -112.09678751866326, 40.447033081876583 ], [ -112.09665767978539, 40.447025304966559 ], [ -112.09622144151457, 40.4470294429901 ], [ -112.0961154758358, 40.447039456740157 ], [ -112.09598592966512, 40.447049693980382 ], [ -112.09591489564852, 40.447032349805816 ], [ -112.09579670077215, 40.447015452688213 ], [ -112.09546701325496, 40.447045604221472 ], [ -112.09503282151384, 40.447175842134683 ], [ -112.09492758634978, 40.447230892079816 ], [ -112.09462264707081, 40.447332877500791 ], [ -112.09421261678874, 40.447498918889657 ], [ -112.09404945133193, 40.447617578300374 ], [ -112.09370972198955, 40.447755925963257 ], [ -112.09354582498086, 40.447829547382973 ], [ -112.09351059985833, 40.447838889472287 ], [ -112.09342835920287, 40.447857685152876 ], [ -112.09329837306365, 40.447840897026126 ], [ -112.0930736261445, 40.447797978385282 ], [ -112.09282529877235, 40.447755282248757 ], [ -112.09260099006337, 40.447739385066143 ], [ -112.09229341972062, 40.447679230081555 ], [ -112.09197566333451, 40.447718267760941 ], [ -112.09175252105494, 40.447774428642468 ], [ -112.09157624843797, 40.447812128799711 ], [ -112.09137654056242, 40.447859058806358 ], [ -112.09102341155371, 40.447898427851314 ], [ -112.09077552192406, 40.447882749700589 ], [ -112.09050361480519, 40.447840271084388 ], [ -112.09022020875985, 40.447815917968526 ], [ -112.08996023814011, 40.447782334328615 ], [ -112.08953491155076, 40.447732291178646 ], [ -112.08908760435678, 40.447781550836645 ], [ -112.08874597391963, 40.447802786898585 ], [ -112.08853505495128, 40.447885852971275 ], [ -112.0882892001173, 40.447996274121984 ], [ -112.08818439392773, 40.448078340432097 ], [ -112.08805673295812, 40.448205665999033 ], [ -112.08790578105328, 40.448351228323439 ], [ -112.08778860237544, 40.448397375352165 ], [ -112.08771771415991, 40.448389033610304 ], [ -112.08762309975172, 40.448371906235785 ], [ -112.0873861283704, 40.448302065027136 ], [ -112.08673460465444, 40.448119006640063 ], [ -112.08644931279024, 40.447977547039798 ], [ -112.08618876312991, 40.447907924978445 ], [ -112.08589240781788, 40.447811612175002 ], [ -112.08566723052144, 40.447741656621616 ], [ -112.08537116649116, 40.447663357426876 ], [ -112.08503987690722, 40.447594396985394 ], [ -112.08461513401039, 40.447580365609461 ], [ -112.08400160066232, 40.447559094474691 ], [ -112.08321251380487, 40.447620544984495 ], [ -112.08280201908644, 40.447759523798368 ], [ -112.0824379617477, 40.447853022071023 ], [ -112.08220330923039, 40.447927290020651 ], [ -112.0819342960461, 40.448064941043491 ], [ -112.08164126752133, 40.448175789634739 ], [ -112.08143019396829, 40.448249835370198 ], [ -112.08127605128382, 40.448197224332695 ], [ -112.08121594393793, 40.448125715826592 ], [ -112.08110752008203, 40.447982588436723 ], [ -112.08110549921582, 40.447856483489915 ], [ -112.08102051251002, 40.447704127952001 ], [ -112.08094673927295, 40.44751563209455 ], [ -112.08075463019357, 40.447301216139131 ], [ -112.08038379268702, 40.446971355498725 ], [ -112.07988672667292, 40.446858885355184 ], [ -112.07960217488618, 40.446762446079745 ], [ -112.0792476030003, 40.446711704136746 ], [ -112.07902229194238, 40.446632727983754 ], [ -112.07878619941125, 40.446616913957378 ], [ -112.07864529280516, 40.446654264338108 ], [ -112.07834004260263, 40.446738192081867 ], [ -112.07798633525765, 40.44674149129694 ], [ -112.07780904985918, 40.446716117975171 ], [ -112.07756059155346, 40.446664381349144 ], [ -112.07744369617657, 40.446728532974028 ], [ -112.077175684485, 40.446929225576582 ], [ -112.07690608958887, 40.447030834961581 ], [ -112.07671859483079, 40.447104652432493 ], [ -112.07665993075877, 40.447123216575363 ], [ -112.07660141039611, 40.447150788199579 ], [ -112.07634202328103, 40.447153203848913 ], [ -112.07590549394524, 40.447139250193949 ], [ -112.07585818900826, 40.447130681649206 ], [ -112.07559779665057, 40.447070043033214 ], [ -112.07531382414341, 40.447009623194006 ], [ -112.07487543022336, 40.446878567929936 ], [ -112.07436916526015, 40.446928318876864 ], [ -112.07401631683362, 40.446985651067322 ], [ -112.07372241936008, 40.447042434594749 ], [ -112.07342794810327, 40.447063187299598 ], [ -112.07309710275743, 40.44702121498694 ], [ -112.07270802237285, 40.447024826438877 ], [ -112.07243555642522, 40.446946275027159 ], [ -112.07186661651684, 40.44676236633925 ], [ -112.07180580485162, 40.446645815149481 ], [ -112.07149410818487, 40.446324386231453 ], [ -112.07138513557103, 40.446145219265311 ], [ -112.07126380131334, 40.445930131338983 ], [ -112.07113210779842, 40.44580522781343 ], [ -112.07094160731435, 40.445689877848466 ], [ -112.07070580551537, 40.445692062307693 ], [ -112.0704472809871, 40.445748509844499 ], [ -112.07011915830103, 40.445877671992761 ], [ -112.06983762360566, 40.445970366609544 ], [ -112.06952071764454, 40.446063387827067 ], [ -112.06912199324309, 40.446202209239196 ], [ -112.06896900625895, 40.446221641864149 ], [ -112.06888661763631, 40.44623141261453 ], [ -112.06873291707549, 40.446205807252419 ], [ -112.06863831022098, 40.446188664229382 ], [ -112.06829653744811, 40.446200832294828 ], [ -112.06798999251833, 40.446203665013584 ], [ -112.06761341907955, 40.446252188014569 ], [ -112.06716596133177, 40.446292355384564 ], [ -112.06679009889012, 40.446385913418496 ], [ -112.06655614550732, 40.446505187479694 ], [ -112.06632660470954, 40.446903694866897 ], [ -112.06625856764276, 40.447075490735791 ], [ -112.06603825162492, 40.44731175305462 ], [ -112.06585316306416, 40.447538681266785 ], [ -112.06570159491444, 40.44764818503289 ], [ -112.0656682155541, 40.447774616731643 ], [ -112.0657070019664, 40.447990471622397 ], [ -112.06556949949865, 40.448243987179573 ], [ -112.06538554486845, 40.448542974991149 ], [ -112.06517743840321, 40.4488061496589 ], [ -112.06489744859596, 40.448997915400817 ], [ -112.0645580771331, 40.449163200822795 ], [ -112.06414795948722, 40.449329136587224 ], [ -112.06386668607512, 40.449439831981401 ], [ -112.06347957860153, 40.449569518182464 ], [ -112.06305652936922, 40.449663498240831 ], [ -112.06271587284822, 40.449747710410875 ], [ -112.06236342461102, 40.449832029956291 ], [ -112.06205785529075, 40.449897899994937 ], [ -112.06160056331584, 40.450064260178806 ], [ -112.06103955933487, 40.450384721116379 ], [ -112.0607017292735, 40.450649078452876 ], [ -112.06047015755453, 40.450921468818201 ], [ -112.06022693446323, 40.451202974438026 ], [ -112.05999521740614, 40.451466356321838 ], [ -112.05983495331085, 40.451774126845471 ], [ -112.05973336099576, 40.452063341529296 ], [ -112.059677659443, 40.452271055754615 ], [ -112.05958828157581, 40.452587184858984 ], [ -112.05952121227311, 40.452822029749655 ], [ -112.05947588605271, 40.452939560261214 ], [ -112.05938240368366, 40.452994470188507 ], [ -112.059134925495, 40.453005746990641 ], [ -112.05887650422805, 40.453071176606649 ], [ -112.05861893067772, 40.453190650975507 ], [ -112.05833833860794, 40.453346370933282 ], [ -112.05802265331062, 40.453520429141719 ], [ -112.05788285052105, 40.453629814938047 ], [ -112.05770880266228, 40.453811584730062 ], [ -112.05746287454799, 40.453921941109179 ], [ -112.05706407832287, 40.454060721638967 ], [ -112.0565466586179, 40.454155540932845 ], [ -112.05592339465993, 40.454269342594444 ], [ -112.05544205140779, 40.454408871612202 ], [ -112.05504324801601, 40.454547645246237 ], [ -112.05464613314541, 40.454794508280642 ], [ -112.05424718499668, 40.454924271644359 ], [ -112.05381229695789, 40.455018325917464 ], [ -112.0532012339071, 40.455159028229851 ], [ -112.05261347076065, 40.455281497432516 ], [ -112.05196772958494, 40.455467553279597 ], [ -112.05115689809408, 40.455655107019759 ], [ -112.05040446054167, 40.455806089028727 ], [ -112.04982847835578, 40.455928437025733 ], [ -112.04932296563038, 40.456032124728168 ], [ -112.04839503960542, 40.456274775189534 ], [ -112.04765550004528, 40.456497693129151 ], [ -112.04707978639405, 40.456638042712484 ], [ -112.04666957935376, 40.456803917352438 ], [ -112.04636647794517, 40.457031882914549 ], [ -112.04621443740032, 40.457114338860222 ], [ -112.04577122316218, 40.457433659503465 ], [ -112.0455868765884, 40.457714601577912 ], [ -112.04555513062417, 40.45794911879976 ], [ -112.04552324480872, 40.458174628422029 ], [ -112.04546944968068, 40.458508442368313 ], [ -112.04536694818357, 40.458743599487164 ], [ -112.04507548663746, 40.458962447511929 ], [ -112.04458327083505, 40.459165091611609 ], [ -112.04409147042941, 40.459394756404265 ], [ -112.04376336925003, 40.459532852476308 ], [ -112.04344678059536, 40.459652825994148 ], [ -112.04289517348025, 40.459828972530751 ], [ -112.04233260612001, 40.460059268356787 ], [ -112.04191321800984, 40.460396376995156 ], [ -112.04163478311223, 40.460696178522738 ], [ -112.0414273812443, 40.461013357052543 ], [ -112.04113979121797, 40.46148440790995 ], [ -112.04085011159987, 40.461820344186229 ], [ -112.04052796887186, 40.462345757699595 ], [ -112.04015781462834, 40.46281754931595 ], [ -112.03977475072622, 40.463217385125752 ], [ -112.03939251543764, 40.46367126525454 ], [ -112.03931135041944, 40.463762083551316 ], [ -112.03907895340031, 40.463989394115224 ], [ -112.03878814268111, 40.464253264591292 ], [ -112.03867173450011, 40.46435340802487 ], [ -112.03835622380667, 40.464545428648357 ], [ -112.03821567261183, 40.46460975315442 ], [ -112.03816863722412, 40.464619184492072 ], [ -112.03795552179206, 40.464567045519992 ], [ -112.03761129189141, 40.464425994891705 ], [ -112.03719782683137, 40.464384661821384 ], [ -112.03656014763959, 40.464336329484517 ], [ -112.03601654025721, 40.464269132748328 ], [ -112.03575611529911, 40.464208404922132 ], [ -112.03558920829988, 40.464092785567907 ], [ -112.03555299790895, 40.464039056947918 ], [ -112.03527580176851, 40.46365415992608 ], [ -112.03509530597273, 40.463421546583149 ], [ -112.03478536177228, 40.463208109655156 ], [ -112.0343104521631, 40.463005157095971 ], [ -112.03381306379296, 40.462874474398483 ], [ -112.0334111274319, 40.462815006915868 ], [ -112.03323257270523, 40.46270849709375 ], [ -112.03314767396988, 40.462556105628074 ], [ -112.03314546571896, 40.462411983821994 ], [ -112.03316491150805, 40.462141544593216 ], [ -112.0330750455482, 40.46166487894471 ], [ -112.03286890717324, 40.461297358469395 ], [ -112.0326283579581, 40.460993206978138 ], [ -112.03256511756899, 40.460714497634918 ], [ -112.03253808371024, 40.460489517900236 ], [ -112.03252518750558, 40.460417562307022 ], [ -112.03254298029618, 40.460039031646993 ], [ -112.03262070183656, 40.459723027526003 ], [ -112.03265180388973, 40.459443475267214 ], [ -112.03258828914291, 40.459146750607019 ], [ -112.03260897784158, 40.458957379885149 ], [ -112.03268890490884, 40.458785497601824 ], [ -112.03283903470951, 40.458576952545471 ], [ -112.03288123806622, 40.458252256710118 ], [ -112.03280786244765, 40.458081744178266 ], [ -112.03279262138166, 40.45785665902654 ], [ -112.03270593684012, 40.457587167941902 ], [ -112.0325238116187, 40.457246458562018 ], [ -112.03233155063002, 40.457013945660272 ], [ -112.0321516345724, 40.456817357609559 ], [ -112.03188807198546, 40.4565494452116 ], [ -112.03152865932398, 40.45618329021832 ], [ -112.03126138296015, 40.455672170335241 ], [ -112.03111574781819, 40.45540320387655 ], [ -112.03084971682891, 40.454973151574769 ], [ -112.03074014861932, 40.454748907228783 ], [ -112.03056914483655, 40.454363051069699 ], [ -112.03049536660821, 40.454165513932558 ], [ -112.03040869626582, 40.453896020783723 ], [ -112.03051027984816, 40.453597822744982 ], [ -112.03062310359414, 40.45326348893645 ], [ -112.03079323192917, 40.452820537632803 ], [ -112.03094239104236, 40.45254894147552 ], [ -112.0310446587782, 40.452295781127191 ], [ -112.0311683052568, 40.451898288145713 ], [ -112.03135214610252, 40.451581337705584 ], [ -112.03145372222599, 40.451283138814091 ], [ -112.03152240336087, 40.451147392948052 ], [ -112.03157777780362, 40.450912668285163 ], [ -112.03156295620519, 40.450714605532582 ], [ -112.03147780141764, 40.450544197023419 ], [ -112.03115751436185, 40.450420930617298 ], [ -112.03068518350661, 40.450380098965212 ], [ -112.03015362278924, 40.450321775535102 ], [ -112.02930123074327, 40.450104147463286 ], [ -112.02885262248148, 40.450072105925351 ], [ -112.02826334630117, 40.450095367302119 ], [ -112.02774454134202, 40.450099981372816 ], [ -112.027485276017, 40.450111295183476 ], [ -112.02715649882001, 40.450204305949633 ], [ -112.02670981008583, 40.450298363187031 ], [ -112.02645136615197, 40.450363720592655 ], [ -112.02615768547082, 40.450438399115576 ], [ -112.0257105828256, 40.450505429567173 ], [ -112.02566341841893, 40.450505848086323 ], [ -112.0253924969056, 40.450526269505119 ], [ -112.02497898694389, 40.450475883832979 ], [ -112.02464760474433, 40.450397742069995 ], [ -112.02439711935536, 40.450210776009179 ], [ -112.02424164736821, 40.450068011858463 ], [ -112.02414540457654, 40.449942740461594 ], [ -112.02408412487561, 40.449790132613316 ], [ -112.02401146470289, 40.449664652159107 ], [ -112.02378401886214, 40.449441445137779 ], [ -112.02363952076836, 40.449244529725654 ], [ -112.02346019758967, 40.449083957964866 ], [ -112.02322014498132, 40.448806808191996 ], [ -112.02295719576334, 40.448574904897278 ], [ -112.02276471964335, 40.448324359703022 ], [ -112.02252603790667, 40.44813728503582 ], [ -112.02233520267227, 40.447994831064101 ], [ -112.02225157602028, 40.447923499681785 ], [ -112.02191898140903, 40.447764280865236 ], [ -112.02172869418341, 40.447657856526995 ], [ -112.02146793671773, 40.447570072385304 ], [ -112.02121965226263, 40.447527221828608 ], [ -112.02094724167442, 40.44744854833359 ], [ -112.02067578565112, 40.447432927889452 ], [ -112.02056885282147, 40.447379818818348 ], [ -112.02048577379291, 40.447344516807775 ], [ -112.02040283109092, 40.447318222408782 ], [ -112.02034319710722, 40.447273704450254 ], [ -112.02035389779441, 40.447201538989077 ], [ -112.02040065125057, 40.447174099645764 ], [ -112.02060027280665, 40.447118284017996 ], [ -112.02077617670103, 40.447053668622701 ], [ -112.02089271881775, 40.446962550629856 ], [ -112.02102064214107, 40.446844305361644 ], [ -112.02121835333834, 40.446662381281222 ], [ -112.02143964430026, 40.446480248496258 ], [ -112.02164900728553, 40.446289211835492 ], [ -112.02202234231416, 40.446024654106772 ], [ -112.02230258051394, 40.44584199845621 ], [ -112.0225017869691, 40.445759156591016 ], [ -112.02274733473131, 40.445621851106146 ], [ -112.02293461316611, 40.445530105156813 ], [ -112.0230988570022, 40.445474598292883 ], [ -112.02335701245872, 40.445391233183855 ], [ -112.02369838202691, 40.445352174955403 ], [ -112.02395667295433, 40.44527781618617 ], [ -112.02432107492426, 40.44520251658151 ], [ -112.02453165677767, 40.445092543788611 ], [ -112.02463640026673, 40.445001526593629 ], [ -112.02466958191761, 40.444857090426503 ], [ -112.0246916573425, 40.444757797087277 ], [ -112.02471400631191, 40.444676519072132 ], [ -112.02479229570238, 40.444396549813796 ], [ -112.02476625307072, 40.444234620892693 ], [ -112.02477517008933, 40.444045355399503 ], [ -112.0247487172397, 40.443856403465453 ], [ -112.02472240134878, 40.443676459183557 ], [ -112.02466030559515, 40.443469805424769 ], [ -112.0246224738362, 40.443307980946578 ], [ -112.02456133617821, 40.443164380785156 ], [ -112.0244172599308, 40.442994489001151 ], [ -112.02419161313297, 40.442888381961588 ], [ -112.02404863205194, 40.442790551045761 ], [ -112.02377541753447, 40.442657837939045 ], [ -112.0235493629441, 40.442524706600636 ], [ -112.02346533205061, 40.442426352948189 ], [ -112.02330974368869, 40.442274579438568 ], [ -112.02308300843146, 40.44209640878794 ], [ -112.02295154714653, 40.441980456767681 ], [ -112.02271261466652, 40.441775366666228 ], [ -112.02254537644627, 40.441632704054044 ], [ -112.02234290679012, 40.441499361678197 ], [ -112.02219938552014, 40.441365497676337 ], [ -112.02206656285031, 40.441159467826132 ], [ -112.02190961646474, 40.440917615543967 ], [ -112.02177720475967, 40.440738608360505 ], [ -112.0216922240384, 40.440577199574889 ], [ -112.02163027695332, 40.440379551610619 ], [ -112.02156887569008, 40.440217934323719 ], [ -112.02155326830278, 40.439965823453413 ], [ -112.02157411962841, 40.439785461461057 ], [ -112.02159483449009, 40.439596091779435 ], [ -112.02162761115584, 40.439424633260749 ], [ -112.0216373548292, 40.439289413844662 ], [ -112.02162365656693, 40.439163410492014 ], [ -112.02152729821807, 40.439029128750306 ], [ -112.02133512797802, 40.438796595735816 ], [ -112.02113185151941, 40.438609204937777 ], [ -112.02102425106223, 40.43851105761955 ], [ -112.02088114763804, 40.438404214858103 ], [ -112.02066635711905, 40.438234942683657 ], [ -112.02049954072145, 40.438119299924807 ], [ -112.02040373090753, 40.438021047925083 ], [ -112.02021320147797, 40.437896605175347 ], [ -112.02002240046171, 40.437754146723179 ], [ -112.01989163360777, 40.437683229414183 ], [ -112.01966492291626, 40.437505051620654 ], [ -112.01955691811843, 40.437379879799515 ], [ -112.01946151893293, 40.437308650049168 ], [ -112.01936557573445, 40.437201389451694 ], [ -112.01920905654896, 40.436986556184678 ], [ -112.01907733994014, 40.436852584069506 ], [ -112.01893383513899, 40.436718715707279 ], [ -112.0187546928862, 40.436567143454425 ], [ -112.01853923386565, 40.436352828664724 ], [ -112.01808800383427, 40.43614059017753 ], [ -112.01791049525875, 40.436097108923228 ], [ -112.01775683578524, 40.436071435209904 ], [ -112.0175554787786, 40.436010145587488 ], [ -112.01741279350253, 40.435930321450833 ], [ -112.01738813006432, 40.43585846736768 ], [ -112.01723189184419, 40.435661646658623 ], [ -112.01711169878133, 40.435509553057429 ], [ -112.0168619686133, 40.435367607769692 ], [ -112.01669435168525, 40.435197913087087 ], [ -112.01650424403148, 40.43510048709075 ], [ -112.01634963784626, 40.435011757547798 ], [ -112.01620776982824, 40.43498597808788 ], [ -112.01614937015667, 40.435022527039074 ], [ -112.01599706969434, 40.435086927983008 ], [ -112.01587972756894, 40.435123994830086 ], [ -112.01545588540179, 40.435163754368652 ], [ -112.01531401738164, 40.435137973812189 ], [ -112.014995864537, 40.435149776645858 ], [ -112.01487852173202, 40.43518684248415 ], [ -112.01451443325178, 40.435280127335417 ], [ -112.01443272618782, 40.435334897761763 ], [ -112.01425752314891, 40.435444541877438 ], [ -112.01400196509239, 40.435699032946147 ], [ -112.01387526785861, 40.435898339943144 ], [ -112.01370155066468, 40.436107068030132 ], [ -112.01353894471345, 40.436270653956235 ], [ -112.01335221961159, 40.436398415508002 ], [ -112.01317687683385, 40.436499050311014 ], [ -112.01311874462996, 40.43655361317677 ], [ -112.01286101518087, 40.436663978419226 ], [ -112.01247279783152, 40.436721432686035 ], [ -112.01229610180486, 40.436731989058408 ], [ -112.01209623346712, 40.436769774729939 ], [ -112.01168497738719, 40.436863463643725 ], [ -112.01148551329877, 40.43692827140778 ], [ -112.0111573167879, 40.437057267218989 ], [ -112.0110051418111, 40.437130669390882 ], [ -112.01086475533276, 40.437203968276037 ], [ -112.01074713681666, 40.437223014547513 ], [ -112.01069998147327, 40.437223426850451 ], [ -112.0106288437937, 40.437197022121786 ], [ -112.01059239823854, 40.437125269587661 ], [ -112.01053237514847, 40.437053723154399 ], [ -112.01049485082811, 40.436909908854275 ], [ -112.01046978975195, 40.436811030072157 ], [ -112.01044418931028, 40.436676120414084 ], [ -112.01022754253287, 40.436380720360333 ], [ -112.01009530550284, 40.436210706891934 ], [ -112.0099400310409, 40.436076930125814 ], [ -112.00982039258979, 40.435960859643018 ], [ -112.00971321694506, 40.435889724661536 ], [ -112.0094523856194, 40.435792904777074 ], [ -112.00918124801817, 40.435795272150912 ], [ -112.00898070728356, 40.435788013817884 ], [ -112.00876837799392, 40.435780858010347 ], [ -112.00861458785775, 40.435746164368204 ], [ -112.00843695153991, 40.435693660752371 ], [ -112.00822435346561, 40.435668488492119 ], [ -112.00804591043361, 40.435561937917512 ], [ -112.00778535169837, 40.435483129673734 ], [ -112.00752533142077, 40.435440351742542 ], [ -112.00735921636814, 40.435369728246634 ], [ -112.00709933118684, 40.435335957075907 ], [ -112.00698090842283, 40.43530095312309 ], [ -112.00679175473029, 40.435266565093237 ], [ -112.00660219820227, 40.435205153561455 ], [ -112.00658839462463, 40.435070140260386 ], [ -112.00660767268334, 40.434781687586351 ], [ -112.00660323951723, 40.434484432467968 ], [ -112.0066560015625, 40.434069563565266 ], [ -112.00674708345629, 40.43385255673541 ], [ -112.00680414370956, 40.433725935161533 ], [ -112.00690916286487, 40.433652949241981 ], [ -112.0070969680805, 40.433597259832467 ], [ -112.00727338804253, 40.433568696029909 ], [ -112.0076147082393, 40.433529685833136 ], [ -112.00788516435215, 40.433482283596646 ], [ -112.00806131460222, 40.433435703140809 ], [ -112.00823733005406, 40.433380114690813 ], [ -112.00863516665963, 40.433178448312283 ], [ -112.00884492977553, 40.433014457652767 ], [ -112.00900767420944, 40.432859885923357 ], [ -112.00906392145396, 40.432679216911026 ], [ -112.00906015107772, 40.432427000546589 ], [ -112.0089865954981, 40.432238455616641 ], [ -112.00892375119548, 40.431977745919738 ], [ -112.00886211903027, 40.431798105733108 ], [ -112.00873845188825, 40.431411802042966 ], [ -112.00864105358919, 40.431205447094428 ], [ -112.00832999620194, 40.430901857932533 ], [ -112.00813789469852, 40.430669301825873 ], [ -112.00804117189435, 40.43050798497692 ], [ -112.00797913998746, 40.430301321028701 ], [ -112.00795220228309, 40.430076333237416 ], [ -112.00786673043152, 40.429878882493448 ], [ -112.0077465688377, 40.429726778625096 ], [ -112.00753251101061, 40.429602519743021 ], [ -112.00730693528743, 40.429496378638099 ], [ -112.00700902297302, 40.429282760332605 ], [ -112.00684063988695, 40.429059004271885 ], [ -112.00673146351117, 40.428852750182365 ], [ -112.00664398211013, 40.428520182329869 ], [ -112.00655744171389, 40.428250668569007 ], [ -112.00651805097883, 40.427980744221749 ], [ -112.00651536508764, 40.427800589388887 ], [ -112.00652446639498, 40.427620331923322 ], [ -112.00654508621398, 40.427421956338833 ], [ -112.00660012712095, 40.427160218649767 ], [ -112.00659327778627, 40.42670082376074 ], [ -112.00647285627439, 40.426530702895612 ], [ -112.00634252812009, 40.426486792921416 ], [ -112.0061294228705, 40.426425585431161 ], [ -112.00592904442064, 40.426427329198482 ], [ -112.00569384175709, 40.426465411229614 ], [ -112.0054830176859, 40.426557334229422 ], [ -112.00520133686534, 40.426640864068332 ], [ -112.00467400443289, 40.426852653144579 ], [ -112.00433338603258, 40.426936693063332 ], [ -112.00394575239774, 40.427030149200526 ], [ -112.0036986254364, 40.427059321819129 ], [ -112.00363969000293, 40.427059833495413 ], [ -112.00356910137815, 40.42706945521838 ], [ -112.00333295799273, 40.427044478224367 ], [ -112.00302676140517, 40.427065153148114 ], [ -112.00268426687349, 40.427023079698607 ], [ -112.00236441075033, 40.426917746544866 ], [ -112.00193753641403, 40.42675027767342 ], [ -112.00174707264544, 40.426625803455131 ], [ -112.00155433793954, 40.426348197032176 ], [ -112.00129101688903, 40.426080210580686 ], [ -112.00122941065887, 40.42590056583537 ], [ -112.00109748427654, 40.425748556770884 ], [ -112.00096529140603, 40.425578532023621 ], [ -112.00085707340786, 40.425435326307877 ], [ -112.0007737646128, 40.425381994026552 ], [ -112.00067773462979, 40.42526570937784 ], [ -112.00057071914635, 40.425203573232793 ], [ -112.00045098278959, 40.425078484650442 ], [ -112.0003431670669, 40.424962301708149 ], [ -112.00017601785032, 40.424819605254726 ], [ -112.00005641632968, 40.424703524002901 ], [ -111.99987761509153, 40.424569936822898 ], [ -111.9997694010401, 40.424426730017274 ], [ -111.99955470785422, 40.42425741704119 ], [ -111.99940028193662, 40.424177671866346 ], [ -111.99924625630189, 40.424124949782566 ], [ -111.99909303062194, 40.424126274098477 ], [ -111.99892881792753, 40.424181746668239 ], [ -111.9988117514058, 40.424236811680238 ], [ -111.99857668525532, 40.424283886969995 ], [ -111.99836532521732, 40.424339765979632 ], [ -111.9983183118768, 40.424349180895412 ], [ -111.998165751464, 40.424395542838376 ], [ -111.99798881869449, 40.424388061462665 ], [ -111.99762103716021, 40.424229075263007 ], [ -111.9974075474717, 40.424140828173371 ], [ -111.99721856275865, 40.424115431753755 ], [ -111.99694853503831, 40.424189832071974 ], [ -111.99657309184909, 40.42431018514128 ], [ -111.99616215443969, 40.424421833928022 ], [ -111.99570446745683, 40.424560910679496 ], [ -111.99539854496064, 40.424599580853595 ], [ -111.99482086450539, 40.424595544494736 ], [ -111.99420742608025, 40.424564786008247 ], [ -111.99358180380652, 40.424507102214442 ], [ -111.9930974900762, 40.424439192298728 ], [ -111.99277739580424, 40.42431581667816 ], [ -111.99266959438567, 40.424199626392166 ], [ -111.9925726530326, 40.424020280299771 ], [ -111.99253464502715, 40.423840428162158 ], [ -111.99252948107259, 40.423489124481137 ], [ -111.99250365719286, 40.423336194481436 ], [ -111.99250193594894, 40.423219093245521 ], [ -111.99250922068479, 40.422912727274792 ], [ -111.99253756239331, 40.422435010927003 ], [ -111.99253451711533, 40.422227831785399 ], [ -111.9925036626632, 40.421732605746669 ], [ -111.99246380279349, 40.421426644434725 ], [ -111.99247042572983, 40.421075239418421 ], [ -111.99244818124539, 40.420363725069755 ], [ -111.99236289974803, 40.42017526964127 ], [ -111.99224305517704, 40.420041164369863 ], [ -111.99212506380881, 40.420033168075626 ], [ -111.99180605066803, 40.419981851756354 ], [ -111.99146267272901, 40.41987668993248 ], [ -111.99130800181727, 40.419778918063223 ], [ -111.99112790882199, 40.419555238910085 ], [ -111.99067581900383, 40.419270828062082 ], [ -111.9901420253109, 40.419041168795964 ], [ -111.98966782372401, 40.418856041584121 ], [ -111.98950189996972, 40.418794399322664 ], [ -111.98911178463334, 40.418716657275816 ], [ -111.98876881285221, 40.418638510714786 ], [ -111.9881554307058, 40.418607719407838 ], [ -111.98760005528013, 40.418513366798976 ], [ -111.98700998268112, 40.41846435241424 ], [ -111.98664383802326, 40.418413424168932 ], [ -111.98620711164843, 40.418372105813994 ], [ -111.98573292525801, 40.418186962256897 ], [ -111.9853999054322, 40.417982595724105 ], [ -111.98505313132212, 40.417643211375221 ], [ -111.98464769610658, 40.417322343456831 ], [ -111.98445755318403, 40.417215855497631 ], [ -111.9843251564003, 40.41702779514317 ], [ -111.98417953109384, 40.416740748929001 ], [ -111.98415346645912, 40.416569800993102 ], [ -111.9841161416803, 40.416434984648966 ], [ -111.98386641958616, 40.416283958139033 ], [ -111.98353341480052, 40.41607958598577 ], [ -111.98318705329946, 40.415767219175407 ], [ -111.98298224773418, 40.415462656754173 ], [ -111.9828117507051, 40.415085730772233 ], [ -111.98257080765455, 40.414727421123786 ], [ -111.98237857912341, 40.414476804320635 ], [ -111.98213908135621, 40.414217579806845 ], [ -111.98196152178002, 40.414165034402252 ], [ -111.98177492710566, 40.414301753242668 ], [ -111.9816819567821, 40.41439263212871 ], [ -111.98154263173041, 40.41453795815125 ], [ -111.98136860545539, 40.414728623279089 ], [ -111.98119483991617, 40.414937303812529 ], [ -111.98103207338529, 40.41509183709973 ], [ -111.98078694116879, 40.415256077872208 ], [ -111.98044765741092, 40.415430125558231 ], [ -111.9801544668135, 40.41553170995104 ], [ -111.97979121761877, 40.415678932064999 ], [ -111.97956821358034, 40.415743884365888 ], [ -111.97920417836667, 40.415837057650606 ], [ -111.97889002469242, 40.416118995212329 ], [ -111.97883436204937, 40.416344690017553 ], [ -111.97879139819874, 40.416633339859537 ], [ -111.9787593056263, 40.416858835058683 ], [ -111.97865663077303, 40.417093936688737 ], [ -111.97838634866663, 40.417150277977527 ], [ -111.97816359931805, 40.417233243296124 ], [ -111.97786922357984, 40.417253751469296 ], [ -111.97758637234782, 40.417256143564806 ], [ -111.97702040916114, 40.417242910002869 ], [ -111.97658330477419, 40.417174531606101 ], [ -111.97615785649354, 40.417097044194442 ], [ -111.97562751136546, 40.417101520941863 ], [ -111.97482636075851, 40.417126296879658 ], [ -111.97431997595653, 40.417157592417162 ], [ -111.97366128855938, 40.417253231104738 ], [ -111.9730162016041, 40.417474876758646 ], [ -111.97253571910215, 40.417668107428462 ], [ -111.97214951856961, 40.41786054333916 ], [ -111.97158692016073, 40.41808148736412 ], [ -111.97095360398363, 40.418303022600661 ], [ -111.97041223949309, 40.418361621641814 ], [ -111.96997772156081, 40.418473375394655 ], [ -111.96963787598602, 40.418611360347143 ], [ -111.96947416882186, 40.418702822679315 ], [ -111.96938169300286, 40.418829723294223 ], [ -111.96911449814078, 40.419102231623675 ], [ -111.96884639652214, 40.419311684346539 ], [ -111.96833169355789, 40.419586264797161 ], [ -111.96796839621645, 40.419733450211332 ], [ -111.96766273633888, 40.41979006266579 ], [ -111.96740396167989, 40.419828264112084 ], [ -111.96703911306808, 40.419867352308195 ], [ -111.96687410960472, 40.419868732399614 ], [ -111.96648543065936, 40.419890000266228 ], [ -111.96611903470178, 40.419820991207857 ], [ -111.96602436048202, 40.419794755516939 ], [ -111.96566936500317, 40.419698622943137 ], [ -111.96515935118974, 40.419477658359114 ], [ -111.96483868665469, 40.419309165068228 ], [ -111.96449470932122, 40.419158883256372 ], [ -111.96422247732679, 40.4190800735973 ], [ -111.963761801366, 40.419011843322643 ], [ -111.96323182469506, 40.419043287000726 ], [ -111.96285480651302, 40.419055436551211 ], [ -111.962500846317, 40.419031357133051 ], [ -111.96201647233478, 40.418954308244707 ], [ -111.96181431733615, 40.418829865030666 ], [ -111.96162369233012, 40.418687307665408 ], [ -111.9613978391115, 40.418554051882808 ], [ -111.96106668434477, 40.418475724741995 ], [ -111.96077088750894, 40.418397102814637 ], [ -111.96040501756258, 40.418364106991298 ], [ -111.96004004430733, 40.418394165181319 ], [ -111.95979433625564, 40.418522330544036 ], [ -111.95951403783374, 40.418704836146922 ], [ -111.95929266697888, 40.418886852123045 ], [ -111.95897688022153, 40.419060641941421 ], [ -111.95868543083579, 40.41928828275249 ], [ -111.95848967326725, 40.419614227897569 ], [ -111.958422537139, 40.41986703492374 ], [ -111.95835591186302, 40.420155873441345 ], [ -111.95834770516326, 40.420408191886025 ], [ -111.95829286521422, 40.420696932647715 ], [ -111.95821317425603, 40.420895789924792 ], [ -111.95809850763277, 40.421121963832285 ], [ -111.95791401721318, 40.421411778783728 ], [ -111.95770684688539, 40.42176484390594 ], [ -111.95734466346833, 40.421993067228321 ], [ -111.95722705519168, 40.422012058959744 ], [ -111.95704923829506, 40.421941459605009 ], [ -111.95664416322828, 40.421638508245742 ], [ -111.95633478510521, 40.421433862224475 ], [ -111.95583861410459, 40.421356885096621 ], [ -111.95561416525858, 40.421322704826665 ], [ -111.95504880715927, 40.421354403496707 ], [ -111.95468445180374, 40.421429484430796 ], [ -111.95437966362209, 40.421549117205373 ], [ -111.95401797895086, 40.42181336179798 ], [ -111.95382066475629, 40.4220312045261 ], [ -111.9536119445057, 40.422276167825885 ], [ -111.95347355999736, 40.42249352384551 ], [ -111.95332415115254, 40.422765024254353 ], [ -111.95302113440219, 40.423010764020724 ], [ -111.95255284886277, 40.423239846966297 ], [ -111.95242357743172, 40.423267938857109 ], [ -111.95217682085504, 40.423324025130746 ], [ -111.95175212174348, 40.423300495477314 ], [ -111.9514338831659, 40.423303114979596 ], [ -111.95128078407407, 40.423313383806594 ], [ -111.95119840464707, 40.423323070582448 ], [ -111.95064443348862, 40.423327627241143 ], [ -111.95010250232377, 40.423350100180969 ], [ -111.94978616394809, 40.42348783366414 ], [ -111.94958807108669, 40.42365162190935 ], [ -111.94930772357368, 40.423834103160907 ], [ -111.94881483333988, 40.423991301493061 ], [ -111.94845197487011, 40.424174457828705 ], [ -111.9477346250309, 40.424297457069216 ], [ -111.94701790420221, 40.424465491419632 ], [ -111.94645390389422, 40.424596235365421 ], [ -111.94600903225361, 40.424816091211198 ], [ -111.94577569166694, 40.424989170295646 ], [ -111.94569406633744, 40.425052900634199 ], [ -111.94532180284605, 40.425407293972896 ], [ -111.94511228470884, 40.425598194793423 ], [ -111.94505372777679, 40.425625700321007 ], [ -111.94459768779551, 40.425890686733496 ], [ -111.94450427316325, 40.425954512557034 ], [ -111.94421211509473, 40.426137077943316 ], [ -111.94305437347495, 40.426804180677152 ], [ -111.94246840580199, 40.427052200624018 ], [ -111.9422227581958, 40.427189337096451 ], [ -111.94182500499458, 40.427408792795667 ], [ -111.94115789692574, 40.427756565453514 ], [ -111.94077179882883, 40.427966913702441 ], [ -111.94069003964832, 40.42802163265123 ], [ -111.9402581685319, 40.428331449963807 ], [ -111.93989576486658, 40.428550611504107 ], [ -111.93958101075133, 40.428805420395072 ], [ -111.9390184627761, 40.429044223575112 ], [ -111.9385167277299, 40.429417664401356 ], [ -111.93791880752036, 40.42965674939277 ], [ -111.93767301599162, 40.42978486842334 ], [ -111.93734533418538, 40.42995869563746 ], [ -111.93701965120771, 40.430276648716898 ], [ -111.9368791967474, 40.430349858579675 ], [ -111.93614030678954, 40.430626112496761 ], [ -111.93555602790563, 40.431000208859231 ], [ -111.93535725427967, 40.431118933509744 ], [ -111.9351350286275, 40.431246856465577 ], [ -111.93450333686363, 40.431603313153069 ], [ -111.93402413696039, 40.431904480793328 ], [ -111.93354455903439, 40.432178622690458 ], [ -111.93327654340936, 40.432406010130052 ], [ -111.93297154251873, 40.43251657928402 ], [ -111.93284274277222, 40.432580681245824 ], [ -111.932222690272, 40.432928022605665 ], [ -111.93174322203564, 40.433211165076145 ], [ -111.93135818175013, 40.433502553757236 ], [ -111.93114748056794, 40.433612358324027 ], [ -111.93078402501558, 40.433759428275508 ], [ -111.93032861854134, 40.434078406870384 ], [ -111.92990745671031, 40.43431602779895 ], [ -111.92958109736314, 40.434588920629253 ], [ -111.92937076196674, 40.4347257458153 ], [ -111.92901933316949, 40.434890731396948 ], [ -111.92890268573547, 40.434981758105273 ], [ -111.928821776107, 40.435099524355515 ], [ -111.92799232954478, 40.435655730707957 ], [ -111.92768767658428, 40.435793309933757 ], [ -111.92752387022306, 40.435884713687251 ], [ -111.92746542089309, 40.435921218374951 ], [ -111.92723187044434, 40.436085252714314 ], [ -111.9270567687268, 40.436212782134341 ], [ -111.92694098236154, 40.436366862476483 ], [ -111.92475619048771, 40.437825789777534 ], [ -111.92443973179024, 40.437963454883473 ], [ -111.9243589342165, 40.438090226019234 ], [ -111.92392655346181, 40.438372959493336 ], [ -111.92364632156983, 40.438573395386477 ], [ -111.92336596476309, 40.438764822666414 ], [ -111.92254809438302, 40.439311888480155 ], [ -111.9221973634171, 40.439530901320019 ], [ -111.92209224214774, 40.439603811325547 ], [ -111.9220573657775, 40.439640125236231 ], [ -111.9218476145693, 40.439821976693246 ], [ -111.9217321792819, 40.440003075764302 ], [ -111.92166242570782, 40.440075703361899 ], [ -111.92147662045092, 40.440284389999597 ], [ -111.92127939326582, 40.44052019414918 ], [ -111.92098932187319, 40.440864844839119 ], [ -111.9206529484353, 40.441272926055312 ], [ -111.92062998319368, 40.441318153591837 ], [ -111.92036323923024, 40.441644599044949 ], [ -111.92025872693085, 40.441762547156891 ], [ -111.92010791420162, 40.44194392620296 ], [ -111.91935396120613, 40.442859826479982 ], [ -111.91919196700512, 40.443086337864685 ], [ -111.91914541981231, 40.443131752613802 ], [ -111.9188932732992, 40.443665283805558 ], [ -111.91867305992074, 40.443946310769952 ], [ -111.91865021511006, 40.444000545866068 ], [ -111.91862700234689, 40.444027757110305 ], [ -111.91844252572355, 40.444335526390894 ], [ -111.91839671283225, 40.444434988538056 ], [ -111.91795921647639, 40.445213230966992 ], [ -111.9178233665356, 40.445628720110349 ], [ -111.9177906904093, 40.445827175828555 ], [ -111.91765238790175, 40.446062505790216 ], [ -111.91743583637569, 40.446613768866243 ], [ -111.91733033155647, 40.446659650785733 ], [ -111.91726191359848, 40.446831363202342 ], [ -111.91717126059301, 40.447102350116971 ], [ -111.91716216375488, 40.447300618523713 ], [ -111.91687547041913, 40.44789748156628 ], [ -111.91678505932495, 40.448186484055562 ], [ -111.91655450013431, 40.44857569590625 ], [ -111.91626534927697, 40.448992398486169 ], [ -111.91604963364168, 40.449606714542448 ], [ -111.91573970496611, 40.450230785476265 ], [ -111.91569474015138, 40.450393302165374 ], [ -111.91543111530716, 40.450953942985656 ], [ -111.91512166373518, 40.451614044031608 ], [ -111.91490299746609, 40.452012167182723 ], [ -111.91485888471878, 40.452237739152515 ], [ -111.91387057074165, 40.452407717575042 ], [ -111.91359996878192, 40.452454901245751 ], [ -111.91335319406036, 40.45251991383644 ], [ -111.91299980443259, 40.452549732410397 ], [ -111.9121176078811, 40.452718857628291 ], [ -111.91177576496368, 40.452730563520831 ], [ -111.91161092200751, 40.452749881519239 ], [ -111.91137617953669, 40.452832812825967 ], [ -111.91115237665063, 40.452852595031324 ], [ -111.91065906214122, 40.453000625223211 ], [ -111.91037678505199, 40.453056902249848 ], [ -111.91011760523315, 40.453076961075503 ], [ -111.90988261671772, 40.453141873463395 ], [ -111.90961176590937, 40.453171031938936 ], [ -111.90916403518018, 40.453201581159512 ], [ -111.9085636148708, 40.453278373498321 ], [ -111.9081747216006, 40.453299447481328 ], [ -111.90770449623909, 40.453411248012124 ], [ -111.90754061994193, 40.453502623930085 ], [ -111.90733102904804, 40.453702465430247 ], [ -111.90707693355021, 40.454100851892456 ], [ -111.90696252474551, 40.454363008125796 ], [ -111.90685821172342, 40.454498960256693 ], [ -111.90678927499546, 40.454634634770485 ], [ -111.90598027390989, 40.455866190528539 ], [ -111.9057484168254, 40.456165301650515 ], [ -111.90527435484933, 40.456871710430953 ], [ -111.90476635492492, 40.457686489772158 ], [ -111.90440681876939, 40.458139748934585 ], [ -111.90409565717927, 40.458682717662441 ], [ -111.9037712489513, 40.459117682215528 ], [ -111.90345911240156, 40.459588585543315 ], [ -111.90325142115113, 40.459932547174489 ], [ -111.90313529897912, 40.460068588147884 ], [ -111.90305419412458, 40.460177328705278 ], [ -111.90277803063712, 40.460692993601519 ], [ -111.90217478116561, 40.461445442786534 ], [ -111.90200197630794, 40.461753094180985 ], [ -111.90181713540004, 40.462042821408986 ], [ -111.90164348427427, 40.462287416530046 ], [ -111.90147019318155, 40.462559035282816 ], [ -111.90136766283513, 40.462830101966922 ], [ -111.90114803703165, 40.46316514385898 ], [ -111.90103202550183, 40.463310190712249 ], [ -111.90088063208083, 40.463455513227089 ], [ -111.90082190377578, 40.463473988756711 ], [ -111.9006807391241, 40.46350211557283 ], [ -111.90048024438968, 40.46350367775532 ], [ -111.90038613449387, 40.463522428708266 ], [ -111.90029166372265, 40.46351415569162 ], [ -111.90019767401837, 40.463541914456407 ], [ -111.89999669820099, 40.463507443941388 ], [ -111.89860502817322, 40.463518271921913 ], [ -111.89831006272229, 40.463511555865558 ], [ -111.89794469429694, 40.463532412733109 ], [ -111.89761542660287, 40.4636070415078 ], [ -111.89740385688235, 40.463662737775294 ], [ -111.897203601214, 40.4636823102229 ], [ -111.89681488336807, 40.463721362572038 ], [ -111.89650872211165, 40.46375977330095 ], [ -111.89617849384224, 40.46376233421681 ], [ -111.89583659134117, 40.463773993574641 ], [ -111.89535304259856, 40.463777740355901 ], [ -111.8950456844408, 40.463726067453052 ], [ -111.8947622730611, 40.463701235063922 ], [ -111.89449077523517, 40.463685318684604 ], [ -111.89419616765164, 40.463705616069547 ], [ -111.89393646377943, 40.463689607144225 ], [ -111.89360647438467, 40.463710176669323 ], [ -111.89338298766704, 40.463756948814627 ], [ -111.89320655684097, 40.463794347993591 ], [ -111.8930419197044, 40.463831655781128 ], [ -111.89288919556499, 40.463877880209651 ], [ -111.8926545101405, 40.463969781976886 ], [ -111.89237300599656, 40.464089071458751 ], [ -111.89217393936501, 40.464198715052369 ], [ -111.89196295894183, 40.464299441340081 ], [ -111.89174077956739, 40.464445298161806 ], [ -111.89168359648065, 40.464580872873832 ], [ -111.89159126925433, 40.464734736464777 ], [ -111.89156875317391, 40.464815990275092 ], [ -111.89150001355927, 40.464969671838091 ], [ -111.8913749230055, 40.465321983801275 ], [ -111.89136431973961, 40.465412154593999 ], [ -111.89130737327234, 40.465565745080944 ], [ -111.8913341769962, 40.465808778723087 ], [ -111.89132333543944, 40.465880933540163 ], [ -111.89128878624659, 40.46594426227427 ], [ -111.8911491600709, 40.466089481312395 ], [ -111.89111544402459, 40.466215865875661 ], [ -111.89104610674899, 40.466324507244032 ], [ -111.89101084279807, 40.46633378799811 ], [ -111.89075243854222, 40.466416859841033 ], [ -111.89028185401784, 40.466510574552316 ], [ -111.88998699482144, 40.466512845372961 ], [ -111.88969332429912, 40.466605195299948 ], [ -111.88936522037396, 40.466769880647952 ], [ -111.88910728753693, 40.466888980791751 ], [ -111.88897802383197, 40.46692601068299 ], [ -111.88877977453598, 40.467098704434193 ], [ -111.88869816313243, 40.467171403173481 ], [ -111.88848788045576, 40.467326171144443 ], [ -111.88823124939539, 40.467544357225343 ], [ -111.88803216579772, 40.467653993799829 ], [ -111.8877626698372, 40.467791197582308 ], [ -111.887562517416, 40.467819761459666 ], [ -111.88746899062824, 40.467883541928366 ], [ -111.88715231402315, 40.468021106548981 ], [ -111.88710549105076, 40.468048492634189 ], [ -111.88701148943447, 40.468076240778515 ], [ -111.88693082300516, 40.468221002210072 ], [ -111.88689674252079, 40.468320361621871 ], [ -111.88682822576939, 40.468492056444063 ], [ -111.88679497444885, 40.468654471751911 ], [ -111.8867018012206, 40.468745275579543 ], [ -111.88670417083763, 40.468925435371276 ], [ -111.88664590767362, 40.468979935729728 ], [ -111.88665912419313, 40.46908794112035 ], [ -111.88658918448175, 40.469151539922315 ], [ -111.88661360345579, 40.469214414892889 ], [ -111.88652256148063, 40.46946736238138 ], [ -111.88638315465658, 40.469630591737804 ], [ -111.88622086777552, 40.469848049745288 ], [ -111.88615080845865, 40.469902640297207 ], [ -111.88599818414203, 40.469957863756541 ], [ -111.88561380160209, 40.470330174463761 ], [ -111.8853453547741, 40.470548444621699 ], [ -111.88508834651802, 40.470739599869511 ], [ -111.88486684052143, 40.470939491640848 ], [ -111.88477354333278, 40.471021285948375 ], [ -111.88457349819066, 40.471058852739191 ], [ -111.88433913082537, 40.471177761866329 ], [ -111.88396251118452, 40.471243705199221 ], [ -111.88377402393037, 40.471263164418701 ], [ -111.88365654406952, 40.471300098256528 ], [ -111.88353894600964, 40.471328023982679 ], [ -111.88346959133195, 40.471436660894703 ], [ -111.88328240176594, 40.471555207247938 ], [ -111.88314215667921, 40.471655376809196 ], [ -111.88300320916215, 40.471854634136371 ], [ -111.8828876155835, 40.472035695105951 ], [ -111.882749020445, 40.472261976111902 ], [ -111.88259886484462, 40.472506363015782 ], [ -111.88247017637022, 40.472588425713404 ], [ -111.88238831570119, 40.472643104082238 ], [ -111.88215334949652, 40.472716968871545 ], [ -111.88211867036681, 40.47277128692329 ], [ -111.88204813318517, 40.472789843049277 ], [ -111.8819425630614, 40.472835693148042 ], [ -111.88176586622542, 40.472855059130886 ], [ -111.88153019174105, 40.472874874692124 ], [ -111.8811530887088, 40.472904776994 ], [ -111.8810129553771, 40.473013952007818 ], [ -111.88094300626992, 40.473077547449002 ], [ -111.88080169513566, 40.473096642240243 ], [ -111.88070827231817, 40.4731694253217 ], [ -111.88068503427716, 40.473196629077854 ], [ -111.88065105986038, 40.473304994683666 ], [ -111.88063961734173, 40.473332108552576 ], [ -111.88058134547427, 40.473386605904125 ], [ -111.88051116022932, 40.473432185093493 ], [ -111.88032431283958, 40.473577750720352 ], [ -111.8802897494395, 40.473641076233051 ], [ -111.88026662870983, 40.473677287904003 ], [ -111.88020823861059, 40.473722777072837 ], [ -111.88013828801175, 40.473786372034915 ], [ -111.88006857251177, 40.473867982951063 ], [ -111.88005712966626, 40.473895096763144 ], [ -111.87999826881294, 40.473904553836213 ], [ -111.87988078223614, 40.47394148388927 ], [ -111.87972873139991, 40.474041739172236 ], [ -111.87965807464947, 40.474051285857833 ], [ -111.87949305209872, 40.474061550625073 ], [ -111.87936329914626, 40.474062537920709 ], [ -111.87925702012728, 40.474054337600208 ], [ -111.87919804151591, 40.474054786268496 ], [ -111.87909211498335, 40.474073609795376 ], [ -111.87885678772349, 40.474120443954185 ], [ -111.87869176486099, 40.474130707580194 ], [ -111.8785511553194, 40.47420384765131 ], [ -111.87843390220135, 40.474258792247525 ], [ -111.87835180142665, 40.47429545179471 ], [ -111.87816400804601, 40.474368949970007 ], [ -111.87801195366256, 40.47446920302378 ], [ -111.87787157731789, 40.474560358282837 ], [ -111.87774311373192, 40.474660431793517 ], [ -111.87768495566732, 40.474723935711005 ], [ -111.87749821583652, 40.474878504840269 ], [ -111.87745150142767, 40.474914895075564 ], [ -111.87740490423224, 40.474960293294849 ], [ -111.87734604205491, 40.474969749029015 ], [ -111.87719316444421, 40.475006945002491 ], [ -111.87692256203484, 40.475063051844664 ], [ -111.87656868482968, 40.475065736310903 ], [ -111.87649779223983, 40.475057265069566 ], [ -111.87645084288754, 40.475075638896953 ], [ -111.87626199121335, 40.475068061972046 ], [ -111.87612067448693, 40.475087151090655 ], [ -111.87599162189667, 40.475142182655425 ], [ -111.87592154875755, 40.475196767101068 ], [ -111.87593428123749, 40.475268741747627 ], [ -111.87586432498108, 40.475332334164889 ], [ -111.8758060475088, 40.475386829148412 ], [ -111.87568879006213, 40.475441770993257 ], [ -111.87566578327719, 40.475486989770793 ], [ -111.87561906744975, 40.475523379276339 ], [ -111.87551360561235, 40.475578231577451 ], [ -111.87550239467289, 40.475623360965024 ], [ -111.87547985574079, 40.475704611730301 ], [ -111.87545684872835, 40.475749830466604 ], [ -111.87537556346781, 40.475849543968231 ], [ -111.87534076028071, 40.475894852024837 ], [ -111.87531751913386, 40.475922054721458 ], [ -111.87522478831397, 40.476048881474192 ], [ -111.87520166404197, 40.476085092153951 ], [ -111.87515494755176, 40.476121481475097 ], [ -111.87486308527536, 40.476357922317725 ], [ -111.87444052795841, 40.476523280198315 ], [ -111.87436975094094, 40.47652381567427 ], [ -111.87431088694846, 40.476533269878701 ], [ -111.8742530745827, 40.476623796121942 ], [ -111.87374840767865, 40.476825808116821 ], [ -111.87373696179836, 40.476852921321118 ], [ -111.87370239054889, 40.476916244910228 ], [ -111.87362051746162, 40.476970917157104 ], [ -111.87342056489699, 40.477017472862407 ], [ -111.8733502542635, 40.477054039755508 ], [ -111.87323217488859, 40.477045923078911 ], [ -111.87316139729947, 40.477046457820606 ], [ -111.87287642024992, 40.476904468189055 ], [ -111.87284068154081, 40.476877711424038 ], [ -111.87274549510401, 40.476815368005425 ], [ -111.87266268824608, 40.476797975493746 ], [ -111.87263408056255, 40.476410809135281 ], [ -111.87260967184892, 40.476347931179745 ], [ -111.87255057450494, 40.476339368464785 ], [ -111.87244557528334, 40.476430250046306 ], [ -111.87238647788632, 40.476421687248092 ], [ -111.87231581752658, 40.47643122947769 ], [ -111.87226933238836, 40.476485633673953 ], [ -111.87221116757249, 40.47654913488708 ], [ -111.87201214763714, 40.476667752257903 ], [ -111.87195351625206, 40.476695221291983 ], [ -111.87175437891213, 40.47680483021206 ], [ -111.8716489118796, 40.476859679027989 ], [ -111.87155489145117, 40.476887414752873 ], [ -111.87147255071241, 40.476906053441326 ], [ -111.87143739492379, 40.476924336305807 ], [ -111.87137853014448, 40.476933789023931 ], [ -111.87110756565146, 40.476962858319823 ], [ -111.87107217688073, 40.476963125045138 ], [ -111.8710133120131, 40.47697257757806 ], [ -111.87096589415411, 40.476954917141164 ], [ -111.87090679647035, 40.476946353589895 ], [ -111.87082410629446, 40.476937967773189 ], [ -111.87076407756699, 40.476857340024971 ], [ -111.87065756230007, 40.476831115803677 ], [ -111.87058562128655, 40.476741568805451 ], [ -111.87056109799481, 40.476669682385889 ], [ -111.87052361505289, 40.476507804644207 ], [ -111.87043708628229, 40.476202153981063 ], [ -111.87037729134435, 40.476139542045296 ], [ -111.87032766410682, 40.475950728997113 ], [ -111.87030325771066, 40.47588785052541 ], [ -111.87024323055921, 40.47580722247595 ], [ -111.87005240051302, 40.475646499098453 ], [ -111.86987406493863, 40.475539734729772 ], [ -111.86975459365082, 40.47542351822581 ], [ -111.86945748597586, 40.475254584684258 ], [ -111.86944487660402, 40.475191617273481 ], [ -111.86926665936865, 40.475093859958434 ], [ -111.86920616949823, 40.474977199250581 ], [ -111.86920524015358, 40.474905135072227 ], [ -111.86913341931294, 40.474824595121689 ], [ -111.86912046186308, 40.474734603598534 ], [ -111.86911964877345, 40.474671547438462 ], [ -111.86909443092182, 40.474545612519464 ], [ -111.86907996364525, 40.47433851668179 ], [ -111.86911477028973, 40.474293210463166 ], [ -111.86912319761701, 40.474031889073117 ], [ -111.86913418028406, 40.473968744202537 ], [ -111.86902406988891, 40.473663269652583 ], [ -111.86872290844546, 40.473179053174363 ], [ -111.86859996100485, 40.47279259456289 ], [ -111.86855068957685, 40.472630804648446 ], [ -111.86844406578685, 40.472595570262264 ], [ -111.8683372100224, 40.472542319720134 ], [ -111.86828956391112, 40.472506642075722 ], [ -111.86800484827104, 40.472382656073535 ], [ -111.86763791340202, 40.472286313310164 ], [ -111.86733018854353, 40.47220754286581 ], [ -111.86712839144448, 40.472109959119649 ], [ -111.86694972231479, 40.471976165932581 ], [ -111.86674503079203, 40.471653380677175 ], [ -111.866397640041, 40.471241575795638 ], [ -111.86627760362794, 40.471080315295097 ], [ -111.86608575489306, 40.470838512678363 ], [ -111.86595346191822, 40.470641308054233 ], [ -111.86575016755219, 40.470426617321429 ], [ -111.86548882423895, 40.470284432155871 ], [ -111.86490809020515, 40.470072565668922 ], [ -111.8642345007796, 40.469978506370467 ], [ -111.86398438014156, 40.469791189332014 ], [ -111.86387787861685, 40.469764958688053 ], [ -111.86370003002331, 40.469694216597105 ], [ -111.86365238837246, 40.469658536977455 ], [ -111.8635810413854, 40.469614025553817 ], [ -111.86346216840863, 40.469542842428439 ], [ -111.86324801312198, 40.46940029961371 ], [ -111.86321239755843, 40.469382547801608 ], [ -111.86297476875748, 40.469249188690746 ], [ -111.86290365325364, 40.469222692929108 ], [ -111.86267851215912, 40.46914329341412 ], [ -111.86020323227208, 40.470215784303377 ], [ -111.85833935628213, 40.469283705871341 ], [ -111.85831576637626, 40.469283881055937 ], [ -111.85828049620225, 40.469293151880898 ], [ -111.85825690629274, 40.469293327053521 ], [ -111.8582334310619, 40.46930251027851 ], [ -111.85820984114881, 40.469302685441555 ], [ -111.85818636590817, 40.469311868657051 ], [ -111.85816277599152, 40.469312043810525 ], [ -111.85812750578097, 40.469321314589124 ], [ -111.85808055525732, 40.46933968098228 ], [ -111.85805696533028, 40.46933985611426 ], [ -111.85783320488997, 40.469368543802091 ], [ -111.8577506401037, 40.469369156566636 ], [ -111.85772716477587, 40.469378339689641 ], [ -111.85770357483311, 40.469378514749636 ], [ -111.85768009949547, 40.469387697863176 ], [ -111.85765650954916, 40.4693878729136 ], [ -111.85758608348742, 40.469415422211618 ], [ -111.85756249353082, 40.469415597242957 ], [ -111.85753901816064, 40.469424780328104 ], [ -111.85752733776567, 40.469433875898225 ], [ -111.85750386238426, 40.469443058976317 ], [ -111.85748050157534, 40.469461250108402 ], [ -111.85745702617791, 40.469470433177101 ], [ -111.85744534576394, 40.469479528739065 ], [ -111.85742187035527, 40.4694887118007 ], [ -111.85731674644475, 40.469570571784992 ], [ -111.85729361465019, 40.469606778997679 ], [ -111.85727013917629, 40.469615962028968 ], [ -111.85722387548189, 40.469688376431357 ], [ -111.85722410457321, 40.469706392549227 ], [ -111.85721253863129, 40.469724496146952 ], [ -111.85684391371117, 40.470420915431021 ], [ -111.85682078137717, 40.470457122549369 ], [ -111.856821010367, 40.470475138666743 ], [ -111.85679787800252, 40.470511345780487 ], [ -111.85679833597099, 40.470547378015041 ], [ -111.85678676977365, 40.470565481570191 ], [ -111.85679134944509, 40.470925803903121 ], [ -111.85677989767407, 40.470952915515099 ], [ -111.85678012665697, 40.470970931631108 ], [ -111.85676867487408, 40.470998043241899 ], [ -111.85676890385433, 40.471016059357822 ], [ -111.85675745205957, 40.471043170967413 ], [ -111.85673431947113, 40.471079378067238 ], [ -111.85672286765208, 40.471106489673353 ], [ -111.85669973502381, 40.471142696766279 ], [ -111.85668828318047, 40.471169808368927 ], [ -111.85666515051238, 40.47120601545496 ], [ -111.85664178887151, 40.471224206420558 ], [ -111.85663022251889, 40.471242309959543 ], [ -111.85660686085608, 40.471260500918213 ], [ -111.85659529448795, 40.471278604453751 ], [ -111.85657193280318, 40.471296795405472 ], [ -111.85656036641956, 40.471314898937557 ], [ -111.85651364299348, 40.471351280822432 ], [ -111.85649016680716, 40.471360463699824 ], [ -111.85647860039082, 40.47137856722388 ], [ -111.85645523863997, 40.471396758152366 ], [ -111.85643176242975, 40.471405941018077 ], [ -111.85640840065672, 40.471424131937226 ], [ -111.85638492443051, 40.471433314793551 ], [ -111.85636156263531, 40.471451505703371 ], [ -111.85632629105312, 40.471460775942852 ], [ -111.85630281480275, 40.47146995878267 ], [ -111.85627945297259, 40.471488149676141 ], [ -111.85625597670619, 40.471497332506573 ], [ -111.85622070508504, 40.471506602714136 ], [ -111.85617375251661, 40.471524968346642 ], [ -111.8561384808693, 40.47153423852933 ], [ -111.85611489016236, 40.471534413272735 ], [ -111.85609141385696, 40.471543596070056 ], [ -111.85605614218821, 40.471552866227817 ], [ -111.85603255147423, 40.471553040954483 ], [ -111.85599727979212, 40.471562311094388 ], [ -111.85597368907447, 40.471562485809073 ], [ -111.85593841737906, 40.471571755931123 ], [ -111.85570251015662, 40.471573502741599 ], [ -111.85436666551061, 40.471349153541588 ], [ -111.8542720745812, 40.471331834910629 ], [ -111.8542366886097, 40.471332096451476 ], [ -111.85418939316686, 40.471323437092231 ], [ -111.854154007199, 40.471323698607719 ], [ -111.8541067117721, 40.471315039214467 ], [ -111.85397696323437, 40.471315997958683 ], [ -111.85392966783438, 40.471307338492664 ], [ -111.85381171462653, 40.471308209903533 ], [ -111.8537646474319, 40.47131756649874 ], [ -111.85368208017088, 40.471318176381232 ], [ -111.85363501295041, 40.471327532923866 ], [ -111.85358783165013, 40.471327881382521 ], [ -111.85355255973607, 40.471337150778901 ], [ -111.85350537842805, 40.471337499203969 ], [ -111.8534701064972, 40.471346768575323 ], [ -111.8534230392259, 40.471356125032095 ], [ -111.85338765323381, 40.471356386313154 ], [ -111.85329351864036, 40.471375099140836 ], [ -111.85322297466909, 40.471393637744427 ], [ -111.8531759073291, 40.471402994101169 ], [ -111.85314074932408, 40.47142127143853 ], [ -111.85309368195287, 40.471430627762047 ], [ -111.85305840991471, 40.471439897008693 ], [ -111.85291743564079, 40.4714859819547 ], [ -111.85287048216318, 40.471504346254306 ], [ -111.85284689144657, 40.471504520330633 ], [ -111.85282341469474, 40.471513702468592 ], [ -111.85279982397456, 40.47151387653534 ], [ -111.8527763472129, 40.47152305866382 ], [ -111.85272916576524, 40.471523406773365 ], [ -111.8527056889904, 40.471532588887619 ], [ -111.85258773535084, 40.471533459053425 ], [ -111.85256403069191, 40.471524625005109 ], [ -111.85251684924053, 40.471524973028004 ], [ -111.85249314459365, 40.471516138965015 ], [ -111.85246955387061, 40.471516312964361 ], [ -111.85244584923281, 40.471507478891574 ], [ -111.85242225851249, 40.471507652881243 ], [ -111.85215005421486, 40.471437588871744 ], [ -111.85212646351719, 40.471437762800797 ], [ -111.8520909636035, 40.471429015617062 ], [ -111.85206725904486, 40.47142018146566 ], [ -111.85203187300667, 40.471420442331997 ], [ -111.8520081684586, 40.471411608168367 ], [ -111.8519491917346, 40.47141204290935 ], [ -111.85191369185657, 40.471403295670747 ], [ -111.85177214773077, 40.471404338882685 ], [ -111.85173687551755, 40.471413607727754 ], [ -111.85167789878763, 40.471414042330338 ], [ -111.8516544219037, 40.471423224232268 ], [ -111.8516190358601, 40.471423484972235 ], [ -111.85159555896469, 40.47143266686232 ], [ -111.85157196826532, 40.471432840678183 ], [ -111.85153669600867, 40.471442109462537 ], [ -111.85151321909528, 40.471451291336052 ], [ -111.85147794682062, 40.471460560102621 ], [ -111.85140751601736, 40.471488105673536 ], [ -111.85137224370843, 40.471497374408138 ], [ -111.85134876675295, 40.471506556248585 ], [ -111.85132540355585, 40.471524746154245 ], [ -111.85127844960643, 40.471543109811606 ], [ -111.85125508637761, 40.471561299703261 ], [ -111.85123160938365, 40.471570481520189 ], [ -111.85118488286909, 40.4716068612802 ], [ -111.85116140584955, 40.47161604308306 ], [ -111.8511380425638, 40.471634232951402 ], [ -111.85112647465498, 40.47165233595404 ], [ -111.85107974802696, 40.47168871567218 ], [ -111.85106818009329, 40.471706818669084 ], [ -111.85104481675101, 40.471725008518874 ], [ -111.85103324880183, 40.471743111512303 ], [ -111.85100988543761, 40.471761301355158 ], [ -111.8509751815251, 40.47181561032167 ], [ -111.85095181812021, 40.471833800152957 ], [ -111.85094036384245, 40.471860911207521 ], [ -111.85091722783609, 40.471897117172553 ], [ -111.85091756897178, 40.471924141383425 ], [ -111.85090600095495, 40.4719422443642 ], [ -111.85089454664103, 40.471969355414096 ], [ -111.85088297861043, 40.471987458392569 ], [ -111.85088320602574, 40.472005474533042 ], [ -111.85087175169231, 40.472032585580578 ], [ -111.85087232022437, 40.472077625931433 ], [ -111.85086075216968, 40.472095728907604 ], [ -111.85086245775149, 40.472230849958017 ], [ -111.85087448065791, 40.472248779261434 ], [ -111.85087504919613, 40.472293819610563 ], [ -111.85088707211742, 40.472311748912333 ], [ -111.85088741324601, 40.472338773121479 ], [ -111.85089943617878, 40.472356702421699 ], [ -111.85089966360145, 40.472374718560957 ], [ -111.85091168654405, 40.472392647859699 ], [ -111.85092382320786, 40.472419585226561 ], [ -111.85093584616506, 40.472437514522504 ], [ -111.8511656485626, 40.472886267704347 ], [ -111.85116587606066, 40.472904283840684 ], [ -111.85117778541976, 40.472913205040314 ], [ -111.85117801292128, 40.472931221176523 ], [ -111.85119003603926, 40.472949150442844 ], [ -111.85119026354435, 40.472967166578862 ], [ -111.85120228667215, 40.472985095843711 ], [ -111.85120296919872, 40.473039144251118 ], [ -111.85121499234303, 40.473057073514248 ], [ -111.8512154473685, 40.473093105785345 ], [ -111.85120387923703, 40.473111208793533 ], [ -111.85120467552325, 40.473174265267389 ], [ -111.85119310737534, 40.473192368274411 ], [ -111.85119333488319, 40.473210384409683 ], [ -111.85118176672619, 40.473228487415547 ], [ -111.8511819942313, 40.473246503550733 ], [ -111.85115885789293, 40.47328270955903 ], [ -111.85115908539235, 40.473300725694166 ], [ -111.85114740346272, 40.473309820629026 ], [ -111.85110113068167, 40.473382232627188 ], [ -111.85106608481775, 40.473409517410992 ], [ -111.85105451659308, 40.473427620404195 ], [ -111.85093769679501, 40.473518569596429 ], [ -111.8508672636294, 40.473546114852454 ], [ -111.85085558161792, 40.473555209758253 ], [ -111.85078514837983, 40.473582754964788 ], [ -111.85056193890196, 40.473656469069397 ], [ -111.85046802760064, 40.473693195765819 ], [ -111.85045645916695, 40.473711298700408 ], [ -111.85038602559951, 40.473738843666261 ], [ -111.85037445713601, 40.473756946592808 ], [ -111.8503509792594, 40.473766128236363 ], [ -111.85033941078188, 40.473784231159456 ], [ -111.85031593289094, 40.473793412795992 ], [ -111.85029279590169, 40.473829618634127 ], [ -111.85026931798853, 40.473838800261348 ], [ -111.85022304390472, 40.473911211914626 ], [ -111.85021136174275, 40.473920306756256 ], [ -111.85016508754182, 40.473992718386505 ], [ -111.85016531478135, 40.474010734524065 ], [ -111.85015385983117, 40.474037845497506 ], [ -111.85015408706806, 40.474055861634987 ], [ -111.85014251848894, 40.474073964538512 ], [ -111.85014320019201, 40.474128012950587 ], [ -111.85013163159789, 40.474146115852946 ], [ -111.85013208606173, 40.474182148127383 ], [ -111.85014410913232, 40.474200077499212 ], [ -111.85014479083969, 40.474254125910086 ], [ -111.85015681392679, 40.474272055280217 ], [ -111.85015704116636, 40.474290071416938 ], [ -111.85023088429904, 40.474532768626844 ], [ -111.85024290745987, 40.47455069798643 ], [ -111.85024358925492, 40.474604746392622 ], [ -111.85025561243228, 40.474622675750489 ], [ -111.85025629423924, 40.474676724155835 ], [ -111.85024472558408, 40.474694827068454 ], [ -111.85024540738404, 40.474748875473281 ], [ -111.85023395234593, 40.474775986452165 ], [ -111.85023417961014, 40.474794002586954 ], [ -111.85022261092942, 40.474812105497286 ], [ -111.85022283819089, 40.47483012163201 ], [ -111.85016499468028, 40.47492063616631 ], [ -111.8501533123378, 40.474929731002355 ], [ -111.85010703739991, 40.475002142604474 ], [ -111.85008355905511, 40.475011324196508 ], [ -111.85007199029738, 40.475029427091862 ], [ -111.85004851193825, 40.475038608676869 ], [ -111.85003694316649, 40.475056711568776 ], [ -111.85001346479302, 40.475065893146777 ], [ -111.85000189600723, 40.475083996035224 ], [ -111.84995493922514, 40.47510235917246 ], [ -111.84991989200886, 40.475129643614395 ], [ -111.84982597830985, 40.475166369804164 ], [ -111.84980238629298, 40.475166543272003 ], [ -111.84973195094085, 40.475194087850497 ], [ -111.8497083589137, 40.475194261299237 ], [ -111.84968488044672, 40.475203442811207 ], [ -111.84960230833833, 40.475204049827241 ], [ -111.84957882985314, 40.475213231317831 ], [ -111.84871817417591, 40.475255590220328 ], [ -111.84869458212104, 40.475255763462364 ], [ -111.8486593074619, 40.475265031386741 ], [ -111.84860032731515, 40.475265464452853 ], [ -111.84857684866869, 40.475274645741379 ], [ -111.84854146057501, 40.475274905559466 ], [ -111.84851798191703, 40.475284086836147 ], [ -111.84848270721791, 40.475293354706963 ], [ -111.84845911514839, 40.47529352790108 ], [ -111.84843563647246, 40.475302709161156 ], [ -111.84840036175189, 40.475311977007024 ], [ -111.84835340436439, 40.475330339498861 ], [ -111.84831812961768, 40.475339607319846 ], [ -111.84829476428132, 40.47535779662261 ], [ -111.84822432809857, 40.47538534028962 ], [ -111.84820096272094, 40.475403529573704 ], [ -111.84817748397087, 40.475412710781924 ], [ -111.84813075315864, 40.475449089326773 ], [ -111.84810727438301, 40.475458270520903 ], [ -111.84808390894842, 40.475476459781667 ], [ -111.84693864761373, 40.476340703640929 ], [ -111.84685686636294, 40.476404365218627 ], [ -111.84682170402553, 40.476422640661688 ], [ -111.84679833790965, 40.476440829666409 ], [ -111.84672801314558, 40.476477380506829 ], [ -111.84670464698536, 40.476495569492883 ], [ -111.84666937139608, 40.47650483681722 ], [ -111.84659904649452, 40.476541387580134 ], [ -111.84657556712688, 40.476550568467317 ], [ -111.8465404046361, 40.476568843825874 ], [ -111.8465051289852, 40.476578111100572 ], [ -111.8464699664607, 40.476596386437954 ], [ -111.84639941510021, 40.476614920934061 ], [ -111.84636425252747, 40.476633196239639 ], [ -111.84615259812192, 40.476688799407881 ], [ -111.84612900554974, 40.476688972131285 ], [ -111.8460584539954, 40.476707506420887 ], [ -111.84602306512635, 40.47670776547546 ], [ -111.8459877893292, 40.476717032593477 ], [ -111.84595240045451, 40.476717291626464 ], [ -111.84591712464228, 40.476726558723051 ], [ -111.84588173576196, 40.476726817734452 ], [ -111.84584645993469, 40.476736084809602 ], [ -111.84556334883403, 40.476738156424751 ], [ -111.84552784693342, 40.476729407252563 ], [ -111.84544527286681, 40.476730011317578 ], [ -111.84499554538877, 40.476616184501914 ], [ -111.84494824734792, 40.476607521394193 ], [ -111.84490106224558, 40.476607866343954 ], [ -111.84485376422207, 40.47659920319736 ], [ -111.84438191320869, 40.476602651441993 ], [ -111.84433484095388, 40.476612004238831 ], [ -111.84428765584093, 40.476612348938211 ], [ -111.84424058356562, 40.476621701696821 ], [ -111.84381501519623, 40.476552738315966 ], [ -111.84365692778083, 40.476175518457332 ], [ -111.843656589505, 40.476148494215636 ], [ -111.84362052438564, 40.476094704047625 ], [ -111.8436083899403, 40.476067765908056 ], [ -111.84357232490346, 40.47601397572344 ], [ -111.84354850706472, 40.475996131755686 ], [ -111.84353648540824, 40.475978201688775 ], [ -111.84346480653237, 40.475906653584296 ], [ -111.84342907987873, 40.475879887596022 ], [ -111.84341705827508, 40.475861957515797 ], [ -111.84340514940162, 40.475853035515854 ], [ -111.84338110622326, 40.475817175348674 ], [ -111.84336919736251, 40.475808253344837 ], [ -111.84336897192507, 40.475790237181229 ], [ -111.84335695035371, 40.475772307094161 ], [ -111.84334504150415, 40.475763385087639 ], [ -111.84334481607353, 40.475745368923789 ], [ -111.84333279451675, 40.475727438833928 ], [ -111.8433326818032, 40.475718430751925 ], [ -111.84332066025456, 40.475700500660629 ], [ -111.84331874416038, 40.475547363263431 ], [ -111.84333031483024, 40.475529261026537 ], [ -111.8433302021178, 40.475520252944214 ], [ -111.84334177278001, 40.475502150706177 ], [ -111.84334166006616, 40.47549314262384 ], [ -111.84335323072075, 40.475475040384651 ], [ -111.84335300529023, 40.475457024219928 ], [ -111.84336457593571, 40.475438921979581 ], [ -111.84336435050245, 40.475420905814808 ], [ -111.84337592113884, 40.475402803573289 ], [ -111.84337377950497, 40.475231650005036 ], [ -111.84336175803453, 40.475213719915757 ], [ -111.84336119445811, 40.475168679501927 ], [ -111.84333715155341, 40.475132819318695 ], [ -111.84333692612991, 40.475114803152842 ], [ -111.84328884041139, 40.475043082769488 ], [ -111.84327693170124, 40.475034160753445 ], [ -111.84301280020078, 40.47466672247765 ], [ -111.84298898299045, 40.47464887838418 ], [ -111.84297684906667, 40.474621940166458 ], [ -111.84295303188176, 40.474604096065192 ], [ -111.84292910205437, 40.474577243874116 ], [ -111.84291708082118, 40.474559313734211 ], [ -111.84289315102417, 40.474532461535162 ], [ -111.84284551677474, 40.474496773291413 ], [ -111.84282158702865, 40.474469921076746 ], [ -111.84267868467813, 40.474362856192293 ], [ -111.8426430717773, 40.474345098028301 ], [ -111.84261936739135, 40.474336261941374 ], [ -111.84259555040207, 40.474318417763584 ], [ -111.8425599375464, 40.474300659573402 ], [ -111.84253612058538, 40.474282815382971 ], [ -111.8425006203606, 40.474274065260218 ], [ -111.84247680342459, 40.474256221057232 ], [ -111.84240580302696, 40.474238720763765 ], [ -111.84238198612837, 40.474220876540755 ], [ -111.84220426024153, 40.47415910940294 ], [ -111.84219280205127, 40.474186219619085 ], [ -111.84216966053917, 40.474222423873805 ], [ -111.8421582023246, 40.474249534086461 ], [ -111.84214663155169, 40.474267636210946 ], [ -111.84212326489489, 40.474285824282354 ], [ -111.84211169410648, 40.474303926403373 ], [ -111.84208832742773, 40.474322114467824 ], [ -111.84207675662383, 40.474340216585396 ], [ -111.84203002320979, 40.474376592695741 ], [ -111.842018452381, 40.47439469480755 ], [ -111.84197171889782, 40.474431070894667 ], [ -111.84194823961386, 40.474440250844054 ], [ -111.84190150606112, 40.474476626903197 ], [ -111.84187802675159, 40.47448580683848 ], [ -111.84185465994675, 40.474503994856398 ], [ -111.8418311806212, 40.474513174782288 ], [ -111.8418078137942, 40.47453136279087 ], [ -111.84178433445263, 40.474540542707352 ], [ -111.84174905917953, 40.474549808529488 ], [ -111.84170210046078, 40.474568168334102 ], [ -111.84166682516155, 40.474577434131348 ], [ -111.84161986640068, 40.474595793902886 ], [ -111.84158459107533, 40.474605059675241 ], [ -111.84156111167709, 40.474614239546831 ], [ -111.84152583633374, 40.474623505301409 ], [ -111.84150224445631, 40.474623677073218 ], [ -111.84146696909964, 40.474632942809933 ], [ -111.84144337721855, 40.474633114569755 ], [ -111.84140810184857, 40.474642380288643 ], [ -111.84132553025105, 40.474642981385031 ], [ -111.8412902548591, 40.474652247068136 ], [ -111.84125486702565, 40.474652504652063 ], [ -111.84123116270798, 40.474643668280116 ], [ -111.8411957748785, 40.474643925845918 ], [ -111.84074730427133, 40.474629171228962 ], [ -111.84058216107816, 40.474630372418325 ], [ -111.84055868153112, 40.474639552087666 ], [ -111.84052329369769, 40.474639809447552 ], [ -111.84049981413914, 40.474648989105049 ], [ -111.84047622224658, 40.474649160667525 ], [ -111.84045274267824, 40.474658340315536 ], [ -111.84041735483397, 40.474658597643092 ], [ -111.84022951801452, 40.474732034600081 ], [ -111.84020615067487, 40.474750222289231 ], [ -111.84015919138632, 40.474768581471913 ], [ -111.84012414032453, 40.474795862982873 ], [ -111.84001685389845, 40.47470655372139 ], [ -111.83987384318871, 40.474590477241854 ], [ -111.8397427411188, 40.474483322966101 ], [ -111.83969589410819, 40.474510690053066 ], [ -111.83953220977354, 40.47462899494117 ], [ -111.83932921086281, 40.474432273340661 ], [ -111.83919777349408, 40.474298094151102 ], [ -111.83882299555928, 40.474517028569224 ], [ -111.83874109663185, 40.474571676384151 ], [ -111.83853022661448, 40.47469032227265 ], [ -111.83851854272115, 40.474699415948308 ], [ -111.83849506286195, 40.474708595201349 ], [ -111.83848337896067, 40.474717688873497 ], [ -111.83845989909024, 40.474726868119483 ], [ -111.83843630715809, 40.474727039265872 ], [ -111.83842462324563, 40.474736132932165 ], [ -111.8384011433606, 40.474745312166327 ], [ -111.83837755142164, 40.474745483300786 ], [ -111.83835407152681, 40.474754662525463 ], [ -111.83833047958429, 40.474754833650351 ], [ -111.83831879565261, 40.474763927306086 ], [ -111.83827161176046, 40.474764269536699 ], [ -111.83824813184432, 40.474773448740038 ], [ -111.83816556001936, 40.47477404758061 ], [ -111.83814185605284, 40.47476521057159 ], [ -111.83809467215764, 40.474765552729977 ], [ -111.83804737625822, 40.474756886773385 ], [ -111.83798828439947, 40.474748306324209 ], [ -111.83794098852512, 40.474739640323797 ], [ -111.83788200867535, 40.474740067916059 ], [ -111.83783471281971, 40.474731401871942 ], [ -111.83777573297554, 40.474731829409912 ], [ -111.83772843713864, 40.474723163322096 ], [ -111.83766945730007, 40.474723590805752 ], [ -111.83762216148187, 40.474714924674252 ], [ -111.83713852681429, 40.474718428706701 ], [ -111.83709145481522, 40.474727778553181 ], [ -111.83703247496301, 40.474728205711848 ], [ -111.83698540294171, 40.47473755551534 ], [ -111.83692642307933, 40.474737982619978 ], [ -111.83687935103576, 40.474747332380467 ], [ -111.83682037116324, 40.474747759431075 ], [ -111.83672622701823, 40.474766458847014 ], [ -111.83630235416297, 40.474832589076144 ], [ -111.83630291301601, 40.474877629574138 ], [ -111.83633997765018, 40.475012494995745 ], [ -111.83634053653192, 40.475057535491892 ], [ -111.83635289145307, 40.475102490628274 ], [ -111.83635345034521, 40.475147531123575 ], [ -111.83636580529247, 40.475192486257633 ], [ -111.83636748200391, 40.475327607739899 ], [ -111.83637983699556, 40.475372562870639 ], [ -111.83638039591104, 40.475417603363525 ], [ -111.83636994120121, 40.475525785908076 ], [ -111.83636060427609, 40.475724049431776 ], [ -111.83636295170473, 40.475913219488845 ], [ -111.83637508323815, 40.475940158419064 ], [ -111.8363753068074, 40.475958174614505 ], [ -111.83638743835415, 40.475985113543096 ], [ -111.83638766192706, 40.476003129738345 ], [ -111.83639968169891, 40.476021060567746 ], [ -111.83641181326711, 40.476047999493275 ], [ -111.83641203684702, 40.476066015688211 ], [ -111.83642405663682, 40.476083946514713 ], [ -111.83643618822649, 40.47611088543718 ], [ -111.83646022784171, 40.476146747083213 ], [ -111.83647235945749, 40.476173686001339 ], [ -111.83649639911482, 40.476209547639051 ], [ -111.83652021518768, 40.476227393077416 ], [ -111.83653234684239, 40.4762543319885 ], [ -111.83654436669843, 40.476272262801253 ], [ -111.83654459031554, 40.476290278994881 ], [ -111.83655672199171, 40.476317217902881 ], [ -111.83658076174613, 40.476353079521211 ], [ -111.83658109718743, 40.476380103810996 ], [ -111.83659311707936, 40.47639803461793 ], [ -111.83659345252615, 40.476425058907424 ], [ -111.83660547242957, 40.476442989712844 ], [ -111.83660580788182, 40.476470014002032 ], [ -111.83661782779673, 40.476487944805896 ], [ -111.83661995237019, 40.476659098633398 ], [ -111.83658657612627, 40.476821500525887 ], [ -111.83658724702507, 40.476875549100853 ], [ -111.83655387060388, 40.477037950979714 ], [ -111.83653083690018, 40.477083162223202 ], [ -111.83650858581622, 40.477191430130709 ], [ -111.83648566383575, 40.477245649460244 ], [ -111.83647453824139, 40.477299783409464 ], [ -111.8364515043977, 40.477344994636532 ], [ -111.83640610738701, 40.477489465648461 ], [ -111.83639453451789, 40.477507567207958 ], [ -111.83638307343452, 40.477534676861531 ], [ -111.83637150055162, 40.477552778418698 ], [ -111.83636003945158, 40.477579888069947 ], [ -111.83633689365205, 40.477616091178533 ], [ -111.83632543252769, 40.477643200826293 ], [ -111.83631385961107, 40.477661302377697 ], [ -111.836290490199, 40.477679489286679 ], [ -111.83627891726687, 40.477697590834637 ], [ -111.83625565960847, 40.477724785831867 ], [ -111.83624408665935, 40.477742887376365 ], [ -111.83622071720031, 40.477761074271449 ], [ -111.83620914423567, 40.477779175812486 ], [ -111.83613903575481, 40.47783373646287 ], [ -111.83611555447855, 40.477842915241666 ], [ -111.83609218495015, 40.477861102111127 ], [ -111.83608061193405, 40.477879203639496 ], [ -111.83605713063389, 40.47788838240659 ], [ -111.8360219645441, 40.477906654596104 ], [ -111.83597522537991, 40.477943028293083 ], [ -111.83591657789103, 40.477970479196898 ], [ -111.83586983862554, 40.478006852851863 ], [ -111.83582298759055, 40.478034218392466 ], [ -111.83576445167094, 40.47807067731582 ], [ -111.83571771225373, 40.478107050910133 ], [ -111.83567086108692, 40.478134416389906 ], [ -111.83561232499761, 40.478170875237268 ], [ -111.83533188682726, 40.478389116159924 ], [ -111.8352852586044, 40.478434497678187 ], [ -111.83525031530721, 40.478470785828812 ], [ -111.83520357533511, 40.478507159218225 ], [ -111.83515694694464, 40.478552540685484 ], [ -111.83512200351757, 40.478588828797861 ], [ -111.83507526339456, 40.478625202136158 ], [ -111.835040431503, 40.478670498320739 ], [ -111.83499369127949, 40.478706871626528 ], [ -111.83495885929142, 40.478752167786858 ], [ -111.8347960490331, 40.478942530838928 ], [ -111.83478458706979, 40.478969640336118 ], [ -111.83476132837296, 40.478996835037066 ], [ -111.83474986638676, 40.479023944530802 ], [ -111.83472671923397, 40.479060147321483 ], [ -111.83470379520389, 40.479114366300813 ], [ -111.83469244474757, 40.479150483885299 ], [ -111.83466918595208, 40.479177678567844 ], [ -111.83465772389914, 40.479204788052279 ], [ -111.83464637340364, 40.479240905632089 ], [ -111.83463491133116, 40.479268015114151 ], [ -111.83463535759201, 40.479304047500165 ], [ -111.83462389550479, 40.47933115698099 ], [ -111.83461254497098, 40.479367274557092 ], [ -111.83460108286421, 40.479394384035565 ], [ -111.83460152910895, 40.479430416421096 ], [ -111.83459006698743, 40.479457525898326 ], [ -111.83459084790769, 40.479520582572341 ], [ -111.83457949732595, 40.479556700144514 ], [ -111.83458184007269, 40.479745870161707 ], [ -111.83459397161343, 40.479772809261384 ], [ -111.83459475254604, 40.479835865931889 ], [ -111.83460699567249, 40.479871813125236 ], [ -111.83460733036398, 40.479898837412129 ], [ -111.83461946194346, 40.479925776508047 ], [ -111.83463170510021, 40.479961723697933 ], [ -111.83463203980267, 40.47998874798423 ], [ -111.8346442829781, 40.480024695172219 ], [ -111.83466854622338, 40.480078573352891 ], [ -111.83468078943535, 40.480114520536091 ], [ -111.83470505274327, 40.480168398707661 ], [ -111.8347289813464, 40.480195252588715 ], [ -111.83474122461278, 40.480231199764262 ], [ -111.83475335630764, 40.480258138843475 ], [ -111.83477728496234, 40.480284992713599 ], [ -111.83478941668162, 40.480311931788528 ], [ -111.83481334537001, 40.480338785650602 ], [ -111.8348254771137, 40.480365724721253 ], [ -111.83492119211715, 40.480473140105779 ], [ -111.83493332392887, 40.480500079163825 ], [ -111.83495725274219, 40.48052693299401 ], [ -111.83500488718693, 40.480562624451288 ], [ -111.83502892767414, 40.480598486359412 ], [ -111.8350408363028, 40.480607409217924 ], [ -111.8350648768254, 40.480643271117941 ], [ -111.83506510008149, 40.480661287304699 ], [ -111.83507712035583, 40.480679218252547 ], [ -111.8350890290052, 40.480688141105759 ], [ -111.83508925226811, 40.480706157292275 ], [ -111.83510127255704, 40.480724088237324 ], [ -111.83510149582351, 40.480742104423662 ], [ -111.83511351612225, 40.48076003536724 ], [ -111.83511418593291, 40.480814083925587 ], [ -111.83512620624818, 40.480832014867453 ], [ -111.83512665279633, 40.48086804723917 ], [ -111.83511507901659, 40.480886148669235 ], [ -111.83511574883148, 40.480940197226367 ], [ -111.83510406340228, 40.48094929056245 ], [ -111.83510428667125, 40.480967306748077 ], [ -111.83509271286889, 40.480985408175826 ], [ -111.83509293613511, 40.481003424361376 ], [ -111.835069788506, 40.481039627213413 ], [ -111.83507001176652, 40.481057643398898 ], [ -111.83500045709232, 40.481157243834538 ], [ -111.83500056871377, 40.481166251927277 ], [ -111.83498899485009, 40.481184353344631 ], [ -111.8349891064701, 40.481193361437342 ], [ -111.8349775325988, 40.481211462853544 ], [ -111.83497764421739, 40.481220470946248 ], [ -111.83496607033845, 40.481238572361299 ], [ -111.83496629357282, 40.48125658854665 ], [ -111.83495471968477, 40.481274689960536 ], [ -111.83495516614822, 40.48131072233106 ], [ -111.83494359224812, 40.481328823743794 ], [ -111.83494370386263, 40.481337831836392 ], [ -111.83491277689376, 40.481698411207134 ], [ -111.83448807777145, 40.48170147850697 ], [ -111.8334382382982, 40.481718062952126 ], [ -111.83344982570888, 40.482654904800981 ], [ -111.83261210109086, 40.482651934121272 ], [ -111.83147955326537, 40.482660087734196 ], [ -111.83130492643026, 40.482850530806786 ], [ -111.82952265627998, 40.484710160759917 ], [ -111.82912341752709, 40.484866176874014 ], [ -111.82905285259478, 40.484884700887214 ], [ -111.82893520734483, 40.484912571447282 ], [ -111.82882913815594, 40.484922341078011 ], [ -111.82872284734063, 40.484914094409255 ], [ -111.82868745400501, 40.484914348198323 ], [ -111.82862879746463, 40.48494179546028 ], [ -111.82859329333388, 40.484933041119199 ], [ -111.82854610220481, 40.484933379449444 ], [ -111.82825071469445, 40.484899461167792 ], [ -111.82812016412707, 40.484837334425613 ], [ -111.82793007156464, 40.484730589616838 ], [ -111.82778739186564, 40.484641522696101 ], [ -111.82739463747268, 40.484365059361757 ], [ -111.82712207428668, 40.484267912497224 ], [ -111.82689825019749, 40.484296540838457 ], [ -111.8268040898658, 40.484315232299878 ], [ -111.82669824232184, 40.484343016182876 ], [ -111.82652194005206, 40.484398330547762 ], [ -111.82620483823666, 40.484517713569353 ], [ -111.82612269601096, 40.484554336353995 ], [ -111.82600516050543, 40.484591212046915 ], [ -111.82518119476278, 40.484750249375097 ], [ -111.82502804447917, 40.484769360565849 ], [ -111.82493377265445, 40.484779042403495 ], [ -111.82476860392414, 40.484780221241721 ], [ -111.82462692047011, 40.484772223375892 ], [ -111.82456793164039, 40.484772644259969 ], [ -111.82443826643429, 40.484782578210144 ], [ -111.82440265269169, 40.484764814463951 ], [ -111.8243669287538, 40.484738042595147 ], [ -111.82426019790812, 40.484693759367033 ], [ -111.82407110332836, 40.484668081152542 ], [ -111.82395312583353, 40.484668922321461 ], [ -111.82378861815107, 40.484724148432349 ], [ -111.82374164737178, 40.48474250102506 ], [ -111.82369478669087, 40.484769861711776 ], [ -111.82353082905827, 40.484870128024099 ], [ -111.82308669480767, 40.485215630068446 ], [ -111.82304005360758, 40.485261006720414 ], [ -111.82280662665121, 40.48546987347423 ], [ -111.82219896228766, 40.485951669681185 ], [ -111.8216359548297, 40.486225940590138 ], [ -111.82102607976688, 40.486527568407062 ], [ -111.82089695938403, 40.486582539000466 ], [ -111.8200751496596, 40.486921702566235 ], [ -111.81981767289714, 40.487094698334232 ], [ -111.81966583079206, 40.487221899895168 ], [ -111.81954905407072, 40.48732182591241 ], [ -111.81945543522282, 40.487385552029394 ], [ -111.81894124014052, 40.487794597108717 ], [ -111.8184616679073, 40.488140332432884 ], [ -111.81805189690488, 40.488404491646797 ], [ -111.81708956121132, 40.488834717536704 ], [ -111.81697212242028, 40.488880592257928 ], [ -111.81687828050018, 40.488926300071611 ], [ -111.81684299417583, 40.488935558375722 ], [ -111.81674915209042, 40.488981266085709 ], [ -111.81639683375882, 40.489118888867857 ], [ -111.81606723815337, 40.48918427897658 ], [ -111.81585508218529, 40.489203794672548 ], [ -111.81565450652671, 40.48920521046113 ], [ -111.81547741894987, 40.489197451272851 ], [ -111.81519349027732, 40.489136392130355 ], [ -111.81457724215427, 40.488915514994972 ], [ -111.81389031595269, 40.488704141219166 ], [ -111.81278957874561, 40.488423603220731 ], [ -111.812706663656, 40.488397159639135 ], [ -111.8124463376184, 40.48833592774119 ], [ -111.8122807252053, 40.488301056285827 ], [ -111.81181982693187, 40.488241232526235 ], [ -111.81104145703723, 40.488273724282891 ], [ -111.8103706807816, 40.488422572062824 ], [ -111.80975813594841, 40.48850794567845 ], [ -111.80918087675339, 40.488584060098205 ], [ -111.8088400186858, 40.488694552950776 ], [ -111.80848844203534, 40.488895208752687 ], [ -111.80824283427337, 40.489077104633445 ], [ -111.80806672016244, 40.489150407346379 ], [ -111.80786722452658, 40.489241891031909 ], [ -111.80763157654309, 40.489270564747621 ], [ -111.80737222317345, 40.489290394696809 ], [ -111.80726711515607, 40.489381217908722 ], [ -111.80683596046258, 40.489834673614425 ], [ -111.80648620519356, 40.490188461827493 ], [ -111.8060553634833, 40.490668939086532 ], [ -111.80599723146443, 40.490741415687381 ], [ -111.80575462722614, 40.491175534356472 ], [ -111.80537043166339, 40.491610639307872 ], [ -111.80520589145172, 40.491665839209652 ], [ -111.80512415958326, 40.491738479791543 ], [ -111.80506548734847, 40.491765915210941 ], [ -111.80477051113432, 40.49176796970287 ], [ -111.80453431496257, 40.491751596464709 ], [ -111.80440441787087, 40.491743491791965 ], [ -111.80408573608335, 40.491736700641653 ], [ -111.80385029264885, 40.491783383025805 ], [ -111.80370977878286, 40.491874449253203 ], [ -111.80365250297885, 40.492018989864889 ], [ -111.80353601640917, 40.492145924365495 ], [ -111.80343455187732, 40.49254302111023 ], [ -111.80325231755651, 40.493093830336782 ], [ -111.80303135292689, 40.493365632720597 ], [ -111.80286820232763, 40.493537935230655 ], [ -111.80262202576478, 40.493674778598411 ], [ -111.80208107736874, 40.493831685454339 ], [ -111.80104519236703, 40.494046074847205 ], [ -111.80066814505977, 40.494093732197861 ], [ -111.80046776819836, 40.494113138068407 ], [ -111.80016173099446, 40.494178319676848 ], [ -111.80003236464565, 40.494215250886988 ], [ -111.79976204593243, 40.494307210837036 ], [ -111.79930496516431, 40.494571630977539 ], [ -111.7988724415965, 40.494916959571945 ], [ -111.79862678584033, 40.495098835283848 ], [ -111.79850985729783, 40.49518973218116 ], [ -111.79829885128142, 40.495308305537087 ], [ -111.79786503728023, 40.49554553257348 ], [ -111.7974053809935, 40.495593749599536 ], [ -111.79726463715646, 40.49566679177962 ], [ -111.79689959084808, 40.495732371837406 ], [ -111.79587599150415, 40.495991674670748 ], [ -111.79551126121304, 40.4960842748416 ], [ -111.79519362294197, 40.496167540943738 ], [ -111.79507636885324, 40.496231409936051 ], [ -111.7947707418101, 40.496332610020133 ], [ -111.7939932241496, 40.496446061308184 ], [ -111.79352303241191, 40.496602441973707 ], [ -111.79312416861883, 40.496803375671881 ], [ -111.79278302998934, 40.49689580532565 ], [ -111.79247665442782, 40.496933942251438 ], [ -111.79206397259004, 40.4969637981362 ], [ -111.79142973672836, 40.497220392307305 ], [ -111.79097165095364, 40.497403706361567 ], [ -111.79053631696981, 40.497514791845902 ], [ -111.78993630817259, 40.497672045893964 ], [ -111.78954891053255, 40.497845862210923 ], [ -111.7893508418107, 40.498063428629344 ], [ -111.78933009207526, 40.498306810368014 ], [ -111.78935590982127, 40.498495820690209 ], [ -111.78941818457389, 40.498774670850011 ], [ -111.78931736632076, 40.499234812790974 ], [ -111.78922771378984, 40.499640825034056 ], [ -111.78918336218344, 40.499884367868901 ], [ -111.78910360859412, 40.500128152421468 ], [ -111.78909381359757, 40.500299388143745 ], [ -111.78908634079485, 40.500668803489184 ], [ -111.78900954130391, 40.501164816556305 ], [ -111.78902503631981, 40.501480021721051 ], [ -111.78907498402357, 40.501713911666592 ], [ -111.78919584292763, 40.501956326214852 ], [ -111.78955451675262, 40.502350267039368 ], [ -111.79018789519873, 40.503021603979832 ], [ -111.79064173002347, 40.503477952753414 ], [ -111.79119103928589, 40.504023734854954 ], [ -111.7914308757817, 40.504346412197791 ], [ -111.79152729815701, 40.504516920490524 ], [ -111.79160043604939, 40.504714614837042 ], [ -111.79168590537155, 40.50495726903911 ], [ -111.79166526828006, 40.50520965900116 ], [ -111.79146919715279, 40.505598383799807 ], [ -111.79113235163952, 40.506060143109359 ], [ -111.79092362676984, 40.506376882560474 ], [ -111.79076200096949, 40.506684290458033 ], [ -111.79053083245122, 40.507100280382865 ], [ -111.79003117839413, 40.507770354174447 ], [ -111.78958915104737, 40.508322916655068 ], [ -111.78937988389984, 40.508594612571024 ], [ -111.7891817835648, 40.50881217859984 ], [ -111.78904374837329, 40.509119422889576 ], [ -111.78903532485285, 40.509407764322873 ], [ -111.78908971374081, 40.510019996208435 ], [ -111.78914537092984, 40.510740325782507 ], [ -111.78907846337891, 40.51107411086857 ], [ -111.78893020434859, 40.511516557767202 ], [ -111.78869858615072, 40.511896511351672 ], [ -111.78853556545602, 40.512086810140673 ], [ -111.78833755777281, 40.512313382861571 ], [ -111.78824535144092, 40.512503198100063 ], [ -111.78818813096245, 40.512656739159631 ], [ -111.78808612486183, 40.513017789579827 ], [ -111.78805388034475, 40.513288275487241 ], [ -111.78802026458034, 40.513441655464192 ], [ -111.78798654321052, 40.513586027281796 ], [ -111.78790529357349, 40.513703696570872 ], [ -111.78778800217525, 40.513767558326741 ], [ -111.7875288641781, 40.513814369041164 ], [ -111.78698824502042, 40.514016247290712 ], [ -111.7866829463018, 40.514153459139983 ], [ -111.7865184408042, 40.514217641029127 ], [ -111.78630651232891, 40.514264127661932 ], [ -111.78590562951484, 40.51430289031817 ], [ -111.78493988011083, 40.514489631888942 ], [ -111.78399794132933, 40.514694221579965 ], [ -111.78370422670766, 40.514813329238528 ], [ -111.78350483153262, 40.514922787792514 ], [ -111.78328329700342, 40.515158520192642 ], [ -111.78316914321125, 40.515492621943551 ], [ -111.78307775649401, 40.515754498364345 ], [ -111.78292724748466, 40.51600776643825 ], [ -111.78282237932794, 40.516125592159618 ], [ -111.78268199584274, 40.51623464948571 ], [ -111.78200053854592, 40.516509529178265 ], [ -111.78169563672748, 40.516682760613044 ], [ -111.78140264143522, 40.5168649195898 ], [ -111.78116981242972, 40.517145768586033 ], [ -111.78106588033577, 40.517344666139167 ], [ -111.78103329215178, 40.517588125700918 ], [ -111.78115603371789, 40.517992694791793 ], [ -111.78125370518947, 40.518271309169805 ], [ -111.78123187537658, 40.518424607400277 ], [ -111.78116303933362, 40.518596241132194 ], [ -111.78109347106603, 40.518704817744798 ], [ -111.78098817738301, 40.518786609200482 ], [ -111.78070666145365, 40.518941662206117 ], [ -111.77997805734994, 40.519225857326418 ], [ -111.77971941454516, 40.51931769150638 ], [ -111.77932027094366, 40.519509570250428 ], [ -111.77893365895278, 40.519764425157177 ], [ -111.77864043432734, 40.519928560912945 ], [ -111.77826447546032, 40.520084244334534 ], [ -111.77743044380314, 40.520441204304269 ], [ -111.77654877054648, 40.520762443002425 ], [ -111.77618450243862, 40.520909032230151 ], [ -111.77583286786496, 40.521127606354675 ], [ -111.77544498758857, 40.521274351787419 ], [ -111.77538627746424, 40.521301772348863 ], [ -111.7753035435079, 40.521293318642137 ], [ -111.77478415389923, 40.52129680243678 ], [ -111.7745483787462, 40.521325409699422 ], [ -111.77433652300677, 40.521380882767524 ], [ -111.77399647703588, 40.52158135592925 ], [ -111.77378544871677, 40.521708893313139 ], [ -111.77345616842297, 40.521819204204441 ], [ -111.77311415113164, 40.521848519653744 ], [ -111.77288976383232, 40.521841011907 ], [ -111.77265388247361, 40.52186060715934 ], [ -111.77231279509986, 40.521970993746699 ], [ -111.77171252510963, 40.522128154907058 ], [ -111.77139432088754, 40.522175323944147 ], [ -111.77102869183405, 40.52220479085257 ], [ -111.77072208487293, 40.522233862936005 ], [ -111.77042779782377, 40.522307896356573 ], [ -111.77012242729649, 40.52244506490932 ], [ -111.76989896587375, 40.522518624914852 ], [ -111.7697577236144, 40.522555601358576 ], [ -111.76961679029382, 40.522619602147437 ], [ -111.76940616234015, 40.522783164304926 ], [ -111.7691960482482, 40.522991766945879 ], [ -111.76899732571255, 40.523164257956736 ], [ -111.76870385594185, 40.523310352411826 ], [ -111.76837517650722, 40.523474697979943 ], [ -111.76805901999045, 40.523702021373275 ], [ -111.767860600845, 40.523901534975003 ], [ -111.76759176265972, 40.524137551479967 ], [ -111.76708723596624, 40.524411167691454 ], [ -111.76686448333096, 40.5245477791171 ], [ -111.76667724721631, 40.524693163315369 ], [ -111.76653743536698, 40.524856250318841 ], [ -111.76647994988596, 40.524991764501159 ], [ -111.76637555197701, 40.525154616379595 ], [ -111.76622393340976, 40.525317781303585 ], [ -111.76609561653368, 40.525453764968191 ], [ -111.76600312464141, 40.525625546416677 ], [ -111.76588650931203, 40.525752443414902 ], [ -111.76571097036887, 40.525888739642198 ], [ -111.76548821005234, 40.526025348449778 ], [ -111.76524286304394, 40.526252194960513 ], [ -111.76499741195705, 40.526470032780558 ], [ -111.76471623625898, 40.526661079954494 ], [ -111.76448135897647, 40.52677074044567 ], [ -111.7641992596468, 40.526880712786628 ], [ -111.76398819601127, 40.52700823248064 ], [ -111.76373052367562, 40.527190112990702 ], [ -111.76353289933226, 40.527461684669404 ], [ -111.76338249528985, 40.527732944037197 ], [ -111.76317275588566, 40.527977568566072 ], [ -111.76290398717308, 40.528222582472644 ], [ -111.76274034346439, 40.528367804470847 ], [ -111.76267053118939, 40.528458353815651 ], [ -111.76262484054847, 40.528593788169225 ], [ -111.76261487302236, 40.528756013283164 ], [ -111.76263930129028, 40.52882792286011 ], [ -111.76271228002099, 40.529016627021662 ], [ -111.76267767993748, 40.529088926219117 ], [ -111.76264287553632, 40.529143209052677 ], [ -111.76254873609889, 40.529170856926584 ], [ -111.76237216063853, 40.529217066374265 ], [ -111.76192384878105, 40.529247050055254 ], [ -111.76120390236788, 40.529269812986492 ], [ -111.76115667938053, 40.52927012408054 ], [ -111.7605541788558, 40.529238056114629 ], [ -111.76027012837878, 40.529176863524285 ], [ -111.76006841313685, 40.529088102095521 ], [ -111.75978243068658, 40.528855752822977 ], [ -111.75960371808756, 40.528712786200323 ], [ -111.75946103329917, 40.528623635611403 ], [ -111.75916518074975, 40.528562517861843 ], [ -111.75890474558172, 40.528501166735225 ], [ -111.75865611648859, 40.528439737502922 ], [ -111.75823111456859, 40.528442527236827 ], [ -111.75807814918072, 40.528488575193037 ], [ -111.75790157232727, 40.528534777825428 ], [ -111.75777171042967, 40.528535629563599 ], [ -111.75751066799347, 40.528420226152356 ], [ -111.75718887489744, 40.52815206975631 ], [ -111.75685639362622, 40.52798307985595 ], [ -111.75654803153198, 40.527858975342781 ], [ -111.75634581870929, 40.527725166355879 ], [ -111.7561785168328, 40.527546084267236 ], [ -111.75603401685831, 40.527294781889033 ], [ -111.75594834239114, 40.527025076759166 ], [ -111.7557200941025, 40.52667522442129 ], [ -111.75554068777127, 40.526469193962448 ], [ -111.7553623950525, 40.526362253367225 ], [ -111.75516099798065, 40.52630050778366 ], [ -111.75481783742322, 40.526230679159291 ], [ -111.75418993856634, 40.526036584379511 ], [ -111.753325233916, 40.525780968294605 ], [ -111.75311173276056, 40.525692271460095 ], [ -111.75299297562357, 40.525629983419968 ], [ -111.7527664608221, 40.525433264434064 ], [ -111.75232564313234, 40.525075781031155 ], [ -111.75201700056472, 40.524924639553852 ], [ -111.7515785045529, 40.524774341949417 ], [ -111.75112810495649, 40.524615111191622 ], [ -111.75074893910647, 40.524491451309984 ], [ -111.7504520071553, 40.524331220671442 ], [ -111.75036877001841, 40.524277708071423 ], [ -111.75016758453383, 40.524233970085561 ], [ -111.74997820419195, 40.524190155126192 ], [ -111.74982474066955, 40.524191151098933 ], [ -111.74960104996562, 40.524246655653847 ], [ -111.74908283792597, 40.524358122673938 ], [ -111.74879992088941, 40.524395991896291 ], [ -111.74867016694239, 40.524405841548273 ], [ -111.74857562729983, 40.524397445199028 ], [ -111.74828020358416, 40.524372332134334 ], [ -111.74784362166483, 40.524393176312522 ], [ -111.74771386756684, 40.524403024891797 ], [ -111.74739483426281, 40.524378062338535 ], [ -111.74687331760994, 40.524192248344214 ], [ -111.74642173360279, 40.523924900474547 ], [ -111.74583900224863, 40.523541282179487 ], [ -111.74484051973766, 40.522926111121699 ], [ -111.7444239675191, 40.522622494054943 ], [ -111.74421058756438, 40.522542788756788 ], [ -111.74395048769273, 40.522508428208276 ], [ -111.74382053743176, 40.522500255939576 ], [ -111.74370259093064, 40.52251002400024 ], [ -111.74316146922587, 40.522684674004331 ], [ -111.74262074235719, 40.522895354405478 ], [ -111.74208110490063, 40.523205122812868 ], [ -111.74112988232467, 40.523661671203449 ], [ -111.74081244158668, 40.523780822100065 ], [ -111.74043557888986, 40.523864317453153 ], [ -111.74012914810334, 40.523911324992554 ], [ -111.7399055491033, 40.523975819073556 ], [ -111.73980009758642, 40.524048565206009 ], [ -111.73963651255019, 40.524202763168589 ], [ -111.73925377948623, 40.524826824169402 ], [ -111.73908036532289, 40.525161261509098 ], [ -111.73890853236153, 40.525639830284938 ], [ -111.73878490719196, 40.526208179181026 ], [ -111.73875255769352, 40.526487660759564 ], [ -111.73870800693945, 40.526731184872936 ], [ -111.73859232676276, 40.526948137067698 ], [ -111.7383226808462, 40.527121028752035 ], [ -111.73808785696193, 40.527239644204123 ], [ -111.73791304766416, 40.527447964536726 ], [ -111.7377966721838, 40.52760185832993 ], [ -111.73769427481132, 40.527953857699494 ], [ -111.73755527435031, 40.528197984289065 ], [ -111.73739246408236, 40.528424244936417 ], [ -111.73716943969912, 40.528542783206944 ], [ -111.736899685072, 40.528706663380717 ], [ -111.73676008826422, 40.528896739639244 ], [ -111.73666879888233, 40.52918560519695 ], [ -111.7366265076483, 40.529636317758857 ], [ -111.73670217680463, 40.53007726936832 ], [ -111.73670543234367, 40.530374540907836 ], [ -111.73663795022243, 40.530681272290401 ], [ -111.73647966773662, 40.531321910094817 ], [ -111.73637745531298, 40.531691924635311 ], [ -111.73628547045128, 40.531917732212875 ], [ -111.73612175983793, 40.532062917001753 ], [ -111.73559372694029, 40.532363572081508 ], [ -111.73539439762361, 40.532490964883721 ], [ -111.73526551210331, 40.532581873671162 ], [ -111.73510140388463, 40.532691024120254 ], [ -111.73506608307375, 40.532700257685498 ], [ -111.73497163171821, 40.532700858532166 ], [ -111.73492430761637, 40.532692150698345 ], [ -111.73484146586402, 40.53267465988511 ], [ -111.7346518745078, 40.532612803531542 ], [ -111.73435612428918, 40.532560630482521 ], [ -111.73408359405619, 40.532472273733426 ], [ -111.73391702697212, 40.532356216755289 ], [ -111.73374898650398, 40.532105036058709 ], [ -111.73367618352104, 40.531925321252231 ], [ -111.73361567841165, 40.53179057259208 ], [ -111.73338841298086, 40.531521749646934 ], [ -111.7330783098413, 40.531235434125286 ], [ -111.73289935253942, 40.531065401110091 ], [ -111.73271872808334, 40.530742227799763 ], [ -111.73265793164744, 40.530580453876588 ], [ -111.73258562378973, 40.530445779478107 ], [ -111.73228821759605, 40.530240460990456 ], [ -111.73179001390103, 40.530027404772063 ], [ -111.73171898217819, 40.530009836903893 ], [ -111.73152949912321, 40.529956983547187 ], [ -111.73117463530895, 40.529896167678309 ], [ -111.73085558137691, 40.529871159653936 ], [ -111.73056004170098, 40.529836993215412 ], [ -111.73002789505014, 40.529759276877208 ], [ -111.72979158126178, 40.52974275197834 ], [ -111.7295909784135, 40.529753027691086 ], [ -111.72937896026119, 40.529799410557501 ], [ -111.72916703945339, 40.529854801281274 ], [ -111.72895463022188, 40.529865150395743 ], [ -111.72891911479914, 40.529856365591407 ], [ -111.72875344133826, 40.529821375188931 ], [ -111.72859928127363, 40.529759285365735 ], [ -111.72845663476146, 40.529670096165688 ], [ -111.72829047437125, 40.529590063860987 ], [ -111.72797113040338, 40.529538023107747 ], [ -111.72765227410792, 40.529531022706237 ], [ -111.7272852204464, 40.529434236191676 ], [ -111.72701271198098, 40.529345862526469 ], [ -111.7267874275714, 40.529257191182253 ], [ -111.72666829884059, 40.529158842965103 ], [ -111.72660819947257, 40.529060123430575 ], [ -111.726571225396, 40.528916214135414 ], [ -111.72656976602975, 40.528781090370195 ], [ -111.72657991782026, 40.528627875862192 ], [ -111.72651972178397, 40.528520148015836 ], [ -111.7264363036502, 40.528448601589446 ], [ -111.7262935655189, 40.528350401397738 ], [ -111.72585442272701, 40.52813694817867 ], [ -111.72567646356198, 40.528056986196077 ], [ -111.72546269941158, 40.527941213288713 ], [ -111.72522483927791, 40.527780546898626 ], [ -111.7249507870565, 40.527548036168987 ], [ -111.72466260250623, 40.527099400626831 ], [ -111.72445987256773, 40.526911485699927 ], [ -111.72418621440572, 40.526715006104375 ], [ -111.72373412073435, 40.526393519485417 ], [ -111.72324739021246, 40.526144318822602 ], [ -111.72292738877903, 40.526029206087244 ], [ -111.72264309447935, 40.525940895756143 ], [ -111.7223820245393, 40.525816404055 ], [ -111.72209599157827, 40.525565943596114 ], [ -111.72203628886184, 40.525503254598235 ], [ -111.72194107405821, 40.525431778584007 ], [ -111.72176283675239, 40.52532478563716 ], [ -111.72166800898104, 40.52528934245624 ], [ -111.72139600749787, 40.525245996607076 ], [ -111.721148002847, 40.525238535831946 ], [ -111.72082868481851, 40.525186475074101 ], [ -111.72055668426387, 40.525143127240099 ], [ -111.720367995055, 40.52516232149398 ], [ -111.72021510686127, 40.52521732777749 ], [ -111.71995683955811, 40.525354070337734 ], [ -111.71925363319266, 40.525835919866061 ], [ -111.71883172378173, 40.526126829205005 ], [ -111.71843322905218, 40.526399573676628 ], [ -111.71799806510445, 40.526555429337712 ], [ -111.71769227819915, 40.526665435492902 ], [ -111.71734013301497, 40.526856808470022 ], [ -111.71718743051284, 40.526929827330243 ], [ -111.71680111373749, 40.527238526046681 ], [ -111.71636853037081, 40.527637598997011 ], [ -111.71593872196853, 40.528297910266083 ], [ -111.71561391180573, 40.528840454377956 ], [ -111.71532374782521, 40.529310712129849 ], [ -111.71501140410598, 40.529916239351486 ], [ -111.71473380311862, 40.53045848872538 ], [ -111.71440945136032, 40.531046070777727 ], [ -111.71419020286488, 40.531524895916213 ], [ -111.71402854871776, 40.531868231774091 ], [ -111.71384203739082, 40.532094605761046 ], [ -111.71347957528191, 40.532430172406649 ], [ -111.71333942664717, 40.532575179519228 ], [ -111.71317499587737, 40.532657274312989 ], [ -111.71306902414425, 40.532684954943932 ], [ -111.71296267039462, 40.532676602390509 ], [ -111.71286812314158, 40.532668176897083 ], [ -111.71261942374232, 40.532597640141809 ], [ -111.71208717936327, 40.532510832945754 ], [ -111.71136679554463, 40.532497252661287 ], [ -111.71041151986232, 40.532602227548978 ], [ -111.70942186671201, 40.53280650310451 ], [ -111.70886819508893, 40.532927016464633 ], [ -111.70844353959082, 40.532965656434648 ], [ -111.70798327432108, 40.532986495322398 ], [ -111.70744102613085, 40.53307089640257 ], [ -111.70673414707406, 40.533219364078981 ], [ -111.70641650457692, 40.53332941289176 ], [ -111.70609980668543, 40.533529543678874 ], [ -111.70590032280681, 40.53364787778785 ], [ -111.70567646878104, 40.53369428950073 ], [ -111.70553478873732, 40.533695154723887 ], [ -111.70540463193907, 40.533668922837116 ], [ -111.70513232311063, 40.533598514103296 ], [ -111.70444659362579, 40.53351260830123 ], [ -111.70343178756792, 40.533572844133623 ], [ -111.70298322881708, 40.533584582978641 ], [ -111.70262902906889, 40.533586737450243 ], [ -111.70212124866332, 40.533580815341296 ], [ -111.70179085016798, 40.533600840333484 ], [ -111.70141369448321, 40.533666192550449 ], [ -111.70074268471386, 40.533859450158211 ], [ -111.69986224275415, 40.534351265101222 ], [ -111.6996161739492, 40.5345329325744 ], [ -111.6993942795747, 40.534768506364479 ], [ -111.69923085632924, 40.534949672714077 ], [ -111.69907877099243, 40.535085725921995 ], [ -111.69890279030838, 40.535194896886686 ], [ -111.69873870960772, 40.535313004479498 ], [ -111.69858690315283, 40.535476081932714 ], [ -111.69845833582681, 40.535602983259409 ], [ -111.69831739978676, 40.535675906031152 ], [ -111.69821151052219, 40.535712581406557 ], [ -111.69806982600052, 40.53571343751149 ], [ -111.69798689623418, 40.535686911936921 ], [ -111.69792767408046, 40.535669251960591 ], [ -111.69772592649306, 40.535571372964405 ], [ -111.69732290005318, 40.535420655385849 ], [ -111.6967066034523, 40.535199151691785 ], [ -111.69625644701492, 40.535057723415122 ], [ -111.69592454795801, 40.534933598884088 ], [ -111.69565103237773, 40.5347460598542 ], [ -111.69541331141609, 40.534594340190459 ], [ -111.69499839601933, 40.534434677144127 ], [ -111.69433479582763, 40.53420443638359 ], [ -111.69348229213963, 40.53397532573667 ], [ -111.69261780194775, 40.533728262898947 ], [ -111.69160010921578, 40.53350913728471 ], [ -111.69099639560937, 40.533359598591687 ], [ -111.69055862475697, 40.533272127145331 ], [ -111.69016743448397, 40.533121313737624 ], [ -111.68934899324583, 40.532756835996963 ], [ -111.68851847771667, 40.532365397759378 ], [ -111.68764111450336, 40.532010267798761 ], [ -111.68700172771483, 40.531833893829763 ], [ -111.68624409682278, 40.531640200907155 ], [ -111.68520284311117, 40.5314211586767 ], [ -111.68487153233986, 40.531351051970908 ], [ -111.68467045829283, 40.531316208142997 ], [ -111.68454068060329, 40.5313259859523 ], [ -111.68437603384221, 40.531390023383203 ], [ -111.68407062688401, 40.53154498274008 ], [ -111.68377629232593, 40.531627804792024 ], [ -111.68338796360453, 40.531756226419738 ], [ -111.68298865016523, 40.531965791516527 ], [ -111.68233187653465, 40.532402097693485 ], [ -111.68198033010162, 40.532665430427912 ], [ -111.68169843364382, 40.53281123586477 ], [ -111.68148664542497, 40.532884556167254 ], [ -111.68133343351302, 40.532912486334276 ], [ -111.68112082360143, 40.532904730978892 ], [ -111.68095507531615, 40.53286066358126 ], [ -111.68062303248016, 40.532718478063352 ], [ -111.68020770761142, 40.532513719798366 ], [ -111.67964970614327, 40.53221070177409 ], [ -111.67905647229327, 40.531925905839948 ], [ -111.67877157274404, 40.531774429014632 ], [ -111.67859402235372, 40.531730427543145 ], [ -111.67844063009791, 40.531740337189497 ], [ -111.67831112310404, 40.531777133033586 ], [ -111.6781582756044, 40.531841092344877 ], [ -111.67777102387409, 40.532077595265747 ], [ -111.6771832403152, 40.532333290085539 ], [ -111.67657111429737, 40.532517053476028 ], [ -111.67633597991295, 40.532617527668961 ], [ -111.67603063914079, 40.532781474277002 ], [ -111.67580685708299, 40.532836836610734 ], [ -111.67565373330324, 40.532873767607271 ], [ -111.67541904855909, 40.533019281663819 ], [ -111.67526737110929, 40.533200345641895 ], [ -111.67515120334083, 40.53339021080123 ], [ -111.6749894352118, 40.533742501917814 ], [ -111.67475709561738, 40.534122231551947 ], [ -111.67454872857518, 40.534537856227693 ], [ -111.67431701599155, 40.534980643360456 ], [ -111.67410801162175, 40.535333208830956 ], [ -111.67387584216945, 40.535730953355817 ], [ -111.67377409041144, 40.536181990149373 ], [ -111.67373011028869, 40.536506565828944 ], [ -111.67364971532746, 40.536732256260272 ], [ -111.67349901716352, 40.537012409650416 ], [ -111.67306719443035, 40.537519422469948 ], [ -111.67287998812944, 40.537691681307635 ], [ -111.67266889559626, 40.537837052309563 ], [ -111.67249295442768, 40.537955191739066 ], [ -111.67226942235517, 40.538037572355606 ], [ -111.67222228233616, 40.538046855493882 ], [ -111.67215152726592, 40.538056275994734 ], [ -111.67192754441213, 40.538093614247238 ], [ -111.67162036879377, 40.53807738249246 ], [ -111.67133734790471, 40.538115062765819 ], [ -111.67096076512523, 40.538243374363653 ], [ -111.67044401665865, 40.538525648860109 ], [ -111.67020957026918, 40.538698177471417 ], [ -111.66997503293152, 40.538861697267393 ], [ -111.66965810969489, 40.539052720707566 ], [ -111.66944619881038, 40.539117010777176 ], [ -111.6691748903435, 40.539145609030889 ], [ -111.66889240111962, 40.539237333426414 ], [ -111.66864623005351, 40.539418935598881 ], [ -111.66842358371643, 40.539591392286681 ], [ -111.66814225510375, 40.539800223359762 ], [ -111.66784858009007, 40.539955071930223 ], [ -111.66710763367909, 40.540256644911011 ], [ -111.66631944868668, 40.540558485575104 ], [ -111.6656252749391, 40.540814734983059 ], [ -111.66503656663642, 40.540989293450643 ], [ -111.66424729579198, 40.541183019878765 ], [ -111.6640941465143, 40.541219935702507 ], [ -111.66397677716346, 40.541292681158922 ], [ -111.66386011902688, 40.541437493307541 ], [ -111.6637559799114, 40.541654304311962 ], [ -111.66367785714594, 40.542114205033634 ], [ -111.66365619663434, 40.542312524398568 ], [ -111.66352915003479, 40.542601537634589 ], [ -111.6633782189589, 40.54286366127748 ], [ -111.6631231430125, 40.543342595128166 ], [ -111.66281070791716, 40.543993025770625 ], [ -111.66257950738805, 40.544498847948866 ], [ -111.6624182684839, 40.54491417995802 ], [ -111.6622214237064, 40.545311698091851 ], [ -111.66186111447317, 40.545899338385986 ], [ -111.66156011004466, 40.546513664509753 ], [ -111.66136361008375, 40.546947214537205 ], [ -111.66124915168301, 40.547317232701658 ], [ -111.66126379620142, 40.547605432202381 ], [ -111.66134929649732, 40.547893226112187 ], [ -111.66154214517742, 40.548288511552421 ], [ -111.66161761129538, 40.548756539714553 ], [ -111.66181143961117, 40.549250916387301 ], [ -111.66184881929721, 40.5494488969725 ], [ -111.6618499722626, 40.549566005422136 ], [ -111.66183878351677, 40.549629131469345 ], [ -111.66179234335382, 40.549710477145446 ], [ -111.66169848731873, 40.54977407667824 ], [ -111.66160480842166, 40.549855692819861 ], [ -111.6613821096375, 40.550028136041384 ], [ -111.66074801892708, 40.55040112704966 ], [ -111.66016018714745, 40.550674752913636 ], [ -111.65963078084553, 40.550884980278404 ], [ -111.6590305121662, 40.55109560945683 ], [ -111.65800623037016, 40.551425766257623 ], [ -111.65742939535117, 40.551618235953974 ], [ -111.65707615393066, 40.55172835169099 ], [ -111.65672255930126, 40.551802432963015 ], [ -111.65621499437401, 40.551832343554771 ], [ -111.65551741505095, 40.551755224011146 ], [ -111.65470173774354, 40.551678769551529 ], [ -111.65407528424115, 40.551628264759088 ], [ -111.65372072302858, 40.551603244979404 ], [ -111.65321254532074, 40.551570083900209 ], [ -111.65281048251056, 40.551518303336721 ], [ -111.65232531375436, 40.551421946388359 ], [ -111.65170980080212, 40.551281278479529 ], [ -111.65123600878917, 40.551139808515721 ], [ -111.65094006424792, 40.55106940551115 ], [ -111.65066817598417, 40.551043910522395 ], [ -111.65047947987331, 40.551071999637273 ], [ -111.65029130647588, 40.551154138608645 ], [ -111.65013899790367, 40.551281119711021 ], [ -111.65008090673352, 40.551380543953172 ], [ -111.65003593201523, 40.551615027124782 ], [ -111.64996838226418, 40.551957743476244 ], [ -111.64993469424, 40.552138109991226 ], [ -111.64987712460548, 40.552291584281377 ], [ -111.6497844727424, 40.552481291253763 ], [ -111.64948097869259, 40.552852360598735 ], [ -111.64918981357444, 40.553277412941078 ], [ -111.64892261332582, 40.553738365311425 ], [ -111.64869031903218, 40.554145067966907 ], [ -111.64843344502775, 40.554452810782053 ], [ -111.64810579248565, 40.554769958937264 ], [ -111.6477189972036, 40.555078428904388 ], [ -111.64722659675927, 40.555459560002518 ], [ -111.64675789882409, 40.555849565144726 ], [ -111.64647652148459, 40.556067352277346 ], [ -111.64630178587083, 40.556320577566062 ], [ -111.64618670940357, 40.556636530815027 ], [ -111.64607327724542, 40.557123642759095 ], [ -111.64601820582351, 40.557538357486941 ], [ -111.6458820145892, 40.55811568485278 ], [ -111.64577082850474, 40.558837013685803 ], [ -111.64570576032818, 40.559440969662148 ], [ -111.64568352251428, 40.559585235382379 ], [ -111.64563792147648, 40.559756658182458 ], [ -111.64555697247732, 40.559937287325432 ], [ -111.64535842754312, 40.560172626412246 ], [ -111.64519488329682, 40.560362725493832 ], [ -111.64504427379516, 40.560669867012351 ], [ -111.64497444201086, 40.560778362949847 ], [ -111.64482192884221, 40.560887320365545 ], [ -111.64466872379914, 40.560924210739756 ], [ -111.64416212022262, 40.561062169167343 ], [ -111.64350360213328, 40.561372139573017 ], [ -111.64331565011207, 40.561481292391974 ], [ -111.64298647400452, 40.561645284024223 ], [ -111.64275110103179, 40.561736682170817 ], [ -111.64245692697321, 40.561855433363363 ], [ -111.6419872963113, 40.562155335694733 ], [ -111.64170639339962, 40.562427161439196 ], [ -111.64143816008824, 40.562789004503657 ], [ -111.64120553183716, 40.563168666984289 ], [ -111.64099592355645, 40.563485139410417 ], [ -111.64083253077999, 40.563693249078113 ], [ -111.64064516916116, 40.563865456094888 ], [ -111.64038822150304, 40.564173181068213 ], [ -111.64000253819928, 40.564607742386237 ], [ -111.63948888625031, 40.565250213986111 ], [ -111.63923252800281, 40.565620994897486 ], [ -111.6389894359493, 40.566144851974286 ], [ -111.63873315722503, 40.566524640123809 ], [ -111.63845444879362, 40.567030675267752 ], [ -111.63817650635255, 40.56761778493388 ], [ -111.63808328740399, 40.567753432294417 ], [ -111.63802499328908, 40.567834833722813 ], [ -111.6378964207061, 40.567979685008012 ], [ -111.63779070363975, 40.568043330510974 ], [ -111.6376730024801, 40.568089024411748 ], [ -111.63748425288433, 40.568117092621947 ], [ -111.63683445889747, 40.568111667703072 ], [ -111.63638591065057, 40.5681501748331 ], [ -111.63581957391101, 40.568225363888331 ], [ -111.63557158811578, 40.568235737329985 ], [ -111.63544164612873, 40.56823645216047 ], [ -111.63527618022604, 40.568228353372973 ], [ -111.63512252726622, 40.568220189403462 ], [ -111.63464890468369, 40.568105677548303 ], [ -111.63428125929875, 40.567954546604632 ], [ -111.63404355674523, 40.567802701368976 ], [ -111.63393596616746, 40.567668159377256 ], [ -111.6338167332093, 40.567551698818463 ], [ -111.63368602777263, 40.567471336386653 ], [ -111.63348461594944, 40.567409379215121 ], [ -111.63296409030282, 40.567331152931224 ], [ -111.63219473532706, 40.56717320679131 ], [ -111.63143711194347, 40.567006182560874 ], [ -111.63099936511792, 40.566936503749837 ], [ -111.63069215060598, 40.566929172543681 ], [ -111.6306212744706, 40.566929559465521 ], [ -111.63055048288146, 40.56693895471453 ], [ -111.63011341328243, 40.566941339504382 ], [ -111.62965246496142, 40.56691682629527 ], [ -111.62936879162878, 40.566900354424497 ], [ -111.62913194737902, 40.56683858267543 ], [ -111.62882363735115, 40.566714137637497 ], [ -111.62825401843673, 40.566437962980189 ], [ -111.6280762398076, 40.566375867823936 ], [ -111.62787483632975, 40.566313900796864 ], [ -111.62770912344415, 40.566278765996458 ], [ -111.62754357901393, 40.566261647710668 ], [ -111.62741338826876, 40.566235328351851 ], [ -111.6272591519626, 40.566164095237667 ], [ -111.62708137496135, 40.566101998535217 ], [ -111.62683339541036, 40.566112353174084 ], [ -111.6267980417895, 40.566121553832012 ], [ -111.6267272504857, 40.566130946737061 ], [ -111.62665629111531, 40.566122322841601 ], [ -111.62659714431763, 40.56611363483217 ], [ -111.62641928405826, 40.566042528725681 ], [ -111.62628892621605, 40.565998191333449 ], [ -111.62614692392509, 40.56597193457722 ], [ -111.625946194818, 40.565982031201173 ], [ -111.62586342316726, 40.565973470820026 ], [ -111.62579246406756, 40.565964846391658 ], [ -111.62568623518253, 40.565974430618525 ], [ -111.62550929879595, 40.566002415287784 ], [ -111.62547377731784, 40.565993598779833 ], [ -111.6253438394146, 40.56599430222068 ], [ -111.6251426910034, 40.565959355543157 ], [ -111.62481143746433, 40.565907094590564 ], [ -111.62434982820442, 40.565810493089828 ], [ -111.62382915779554, 40.56571420868466 ], [ -111.62336738406563, 40.565599586465162 ], [ -111.62301209102939, 40.565502405875684 ], [ -111.62271686311982, 40.565513006471534 ], [ -111.62219711492418, 40.565515806927806 ], [ -111.62174790797103, 40.565482190069886 ], [ -111.62084849644076, 40.565306850425578 ], [ -111.62050518730454, 40.565227615381026 ], [ -111.62024489840653, 40.565183968962991 ], [ -111.61987846447221, 40.565158909231478 ], [ -111.61954788332838, 40.565178700256411 ], [ -111.61852020382197, 40.565184207036431 ], [ -111.61843759987121, 40.565193658107532 ], [ -111.61733904543085, 40.565199533772748 ], [ -111.61653588378269, 40.565212831744518 ], [ -111.61581573897705, 40.565261716987393 ], [ -111.61504933288417, 40.565418950109603 ], [ -111.61465976896334, 40.565448049996299 ], [ -111.61423476727649, 40.565477336995016 ], [ -111.61371485395266, 40.565462082486015 ], [ -111.61311126710086, 40.565339163668568 ], [ -111.61262629954301, 40.565269665751337 ], [ -111.61227233685111, 40.565316586468121 ], [ -111.61206020518398, 40.565371763593276 ], [ -111.61161362790857, 40.565626376241603 ], [ -111.61144956459231, 40.565771386140973 ], [ -111.61126154762614, 40.565880487195571 ], [ -111.61119083623363, 40.565898878999505 ], [ -111.6110965816281, 40.56592640413956 ], [ -111.61096664350221, 40.565927091409051 ], [ -111.61070635781709, 40.565883423478979 ], [ -111.61044566321951, 40.565794712926134 ], [ -111.60986455938539, 40.565545534584189 ], [ -111.60912916294875, 40.565216087380669 ], [ -111.60870285425128, 40.565101219470172 ], [ -111.60805202990745, 40.564978523070756 ], [ -111.60725978505168, 40.56489260183011 ], [ -111.60656155316499, 40.564752128525001 ], [ -111.60630103091198, 40.564681425361236 ], [ -111.60612270796159, 40.564556237310896 ], [ -111.60600369094803, 40.564457764426486 ], [ -111.60592035487488, 40.564386130807009 ], [ -111.60576679500731, 40.564386936113451 ], [ -111.6057197082381, 40.564405200692661 ], [ -111.60566105274856, 40.564450552432014 ], [ -111.60557982804998, 40.56461313740229 ], [ -111.60541664693891, 40.564857231417307 ], [ -111.60497199427786, 40.565328020565182 ], [ -111.60429392026984, 40.56611533862992 ], [ -111.60389561152483, 40.5664867838967 ], [ -111.60345053291816, 40.566912525127798 ], [ -111.60313458100165, 40.567247502152455 ], [ -111.60288869473449, 40.567492024280057 ], [ -111.6026220898942, 40.5680609721256 ], [ -111.60226226833424, 40.568774546709363 ], [ -111.60206604786673, 40.569289073188074 ], [ -111.60196287749797, 40.569640955428497 ], [ -111.601813663453, 40.570128209955499 ], [ -111.60179253855468, 40.570407593875906 ], [ -111.60184285894374, 40.570749667423385 ], [ -111.60189245341412, 40.571010665210075 ], [ -111.60193168777757, 40.571433875937039 ], [ -111.60202958707737, 40.571811736744543 ], [ -111.60238884256535, 40.572350393844168 ], [ -111.60258166007328, 40.572772803272237 ], [ -111.60264687155562, 40.573457134170482 ], [ -111.60269719876631, 40.573799207118263 ], [ -111.60267745070311, 40.574231733917721 ], [ -111.60254004618508, 40.574718927396098 ], [ -111.60233102738178, 40.575125414661798 ], [ -111.60209781224302, 40.575468965858079 ], [ -111.60172306506976, 40.575840280358307 ], [ -111.60126593564526, 40.576248057753908 ], [ -111.6006791638296, 40.57669254282029 ], [ -111.60009174030556, 40.577064957676896 ], [ -111.59945697142126, 40.577428606410777 ], [ -111.59885691669508, 40.577710992275215 ], [ -111.59862174773149, 40.577838334716638 ], [ -111.59851557618742, 40.577856902507222 ], [ -111.59833875724715, 40.577902862622032 ], [ -111.59787806447817, 40.577914256757211 ], [ -111.59710890788757, 40.577783102734998 ], [ -111.59580657644888, 40.577483527111966 ], [ -111.59453977993286, 40.577192762709686 ], [ -111.59424385761251, 40.57713122358728 ], [ -111.59404245225386, 40.577069197696055 ], [ -111.5938651542924, 40.577061100477799 ], [ -111.59369990982704, 40.577079967517697 ], [ -111.59326877668067, 40.576424538160261 ], [ -111.59292202237057, 40.575957859434986 ], [ -111.59243373993938, 40.575518932017999 ], [ -111.59212466247665, 40.575304304800831 ], [ -111.59193364969214, 40.575080062997138 ], [ -111.59186109740516, 40.57489124931557 ], [ -111.59179940719149, 40.574594273971982 ], [ -111.59178449759871, 40.574243005954642 ], [ -111.59187377088607, 40.573647965716269 ], [ -111.59189501730052, 40.573377591894406 ], [ -111.59186980189929, 40.573197544440305 ], [ -111.59176204844829, 40.573035937478359 ], [ -111.59160648483858, 40.572811513435077 ], [ -111.59136767071222, 40.572524453538534 ], [ -111.59084358634847, 40.572040658171183 ], [ -111.58994012963221, 40.571405648156137 ], [ -111.58904976734497, 40.570914705595897 ], [ -111.58817154693082, 40.57045972963904 ], [ -111.58776784185133, 40.570227554582431 ], [ -111.58752968365552, 40.570012553947294 ], [ -111.58723206680517, 40.569752810875535 ], [ -111.58712503867827, 40.569672275327505 ], [ -111.58657722345635, 40.569170563192408 ], [ -111.58607831918698, 40.56885778593179 ], [ -111.5857934687695, 40.568706080407395 ], [ -111.5855327953953, 40.568617313523646 ], [ -111.58518935274402, 40.568519956510279 ], [ -111.58471573228289, 40.568396230910274 ], [ -111.58408815258292, 40.568228237675797 ], [ -111.58385118757644, 40.568148355952253 ], [ -111.58357823638261, 40.56800559363549 ], [ -111.58329308231849, 40.567817848067477 ], [ -111.58273373233537, 40.567343202234738 ], [ -111.5821265927422, 40.566805732547934 ], [ -111.58173372912998, 40.56645636655508 ], [ -111.58161458819464, 40.566339851445186 ], [ -111.58154285431284, 40.566241115266898 ], [ -111.58145876224262, 40.566079379320819 ], [ -111.58140956274664, 40.565854405781458 ], [ -111.58132508177115, 40.565647627448676 ], [ -111.58116995987648, 40.565468230981466 ], [ -111.58102672922557, 40.565297783340689 ], [ -111.58079995534341, 40.565028658230489 ], [ -111.5806676826215, 40.564759057704855 ], [ -111.58055880219757, 40.564462312913946 ], [ -111.58047315824764, 40.56412040700409 ], [ -111.58037383547816, 40.563562357323697 ], [ -111.58010766718706, 40.56283397724669 ], [ -111.58002257202709, 40.562555130107789 ], [ -111.57988867481934, 40.562096350811565 ], [ -111.57980303743149, 40.561754444220952 ], [ -111.57974172407677, 40.56149349516874 ], [ -111.57974048055738, 40.561349359747332 ], [ -111.57971576889071, 40.561223359795875 ], [ -111.57961979815353, 40.56105267310361 ], [ -111.5794521806843, 40.560792257157708 ], [ -111.57922410847377, 40.560369984674203 ], [ -111.57910319726115, 40.560046272012151 ], [ -111.57897094136793, 40.559776669197575 ], [ -111.57858955924813, 40.559382190156413 ], [ -111.57837361885035, 40.558995890545496 ], [ -111.57822893655108, 40.558654278165449 ], [ -111.57802566418415, 40.558367011892898 ], [ -111.57778757941091, 40.558151990230293 ], [ -111.57750132234497, 40.55782910255779 ], [ -111.57717971195764, 40.557515399641687 ], [ -111.57684466976255, 40.557012576787528 ], [ -111.57654514281845, 40.556518584540875 ], [ -111.57619737275579, 40.555907716863452 ], [ -111.57588565885118, 40.555368739254675 ], [ -111.57562242711599, 40.55497366103873 ], [ -111.57553874935583, 40.554856962678578 ], [ -111.57523924176309, 40.554362966730999 ], [ -111.57520334740545, 40.554309092249568 ], [ -111.57479855168442, 40.553932734524608 ], [ -111.57435794423682, 40.553511509051496 ], [ -111.57409526742649, 40.553179486517301 ], [ -111.57390514736787, 40.553045298067261 ], [ -111.57373849498153, 40.552892975024164 ], [ -111.57354722345472, 40.552623658660252 ], [ -111.57341592689954, 40.552462150743793 ], [ -111.57329720953553, 40.552390668947901 ], [ -111.57310747733376, 40.552301521583523 ], [ -111.57287019762531, 40.552176574199365 ], [ -111.57258483390753, 40.551952767066176 ], [ -111.57237025625, 40.551719599682443 ], [ -111.57197745542092, 40.551361190164592 ], [ -111.57174018112558, 40.551236240402481 ], [ -111.57152706392127, 40.551174232752814 ], [ -111.57130236675087, 40.551139308586471 ], [ -111.57110182562127, 40.551167326681458 ], [ -111.57100726871397, 40.551158785180071 ], [ -111.57091278833857, 40.55115925209499 ], [ -111.57075887528325, 40.551114968196288 ], [ -111.57053364348906, 40.55101698306909 ], [ -111.57030810663977, 40.550882963515839 ], [ -111.57012965778883, 40.550730693415211 ], [ -111.56999867868907, 40.550605215466113 ], [ -111.56958113229648, 40.55011178667155 ], [ -111.56912724753479, 40.549510428825947 ], [ -111.56885219276542, 40.549106384034424 ], [ -111.5687549715405, 40.548782543142401 ], [ -111.56865637968703, 40.548296549112706 ], [ -111.56844076102121, 40.547937255077073 ], [ -111.5682505148034, 40.547785040017409 ], [ -111.56802461281018, 40.547605973308919 ], [ -111.56787002495332, 40.547480608928836 ], [ -111.56779825553267, 40.547372855117374 ], [ -111.56773806749443, 40.547238017713063 ], [ -111.56773616568462, 40.547012805084499 ], [ -111.567875366602, 40.546714827962042 ], [ -111.56801487072975, 40.546452884688001 ], [ -111.56821372421494, 40.546226684890527 ], [ -111.56856525727945, 40.545900635813659 ], [ -111.56919974702976, 40.545519138717736 ], [ -111.56974105533709, 40.54529124864478 ], [ -111.57004618039576, 40.545064521568328 ], [ -111.57037392781903, 40.544720566538402 ], [ -111.57060781264607, 40.544449145221144 ], [ -111.57088747763348, 40.544006328450607 ], [ -111.57112013366182, 40.543590770007 ], [ -111.57121238407831, 40.543329056336539 ], [ -111.57127826125419, 40.542743153140115 ], [ -111.57120159400394, 40.542058856900468 ], [ -111.57105491994216, 40.541474004312256 ], [ -111.57083709314503, 40.540853467481135 ], [ -111.57073903375051, 40.540430534162347 ], [ -111.57073536387567, 40.539998125622112 ], [ -111.57081473248034, 40.539610351288729 ], [ -111.57101271513012, 40.539285052971628 ], [ -111.57134020015408, 40.53891406954407 ], [ -111.57170371771302, 40.538614978016597 ], [ -111.57186787846089, 40.538479032259289 ], [ -111.57233620458561, 40.538008250992391 ], [ -111.57253463535758, 40.537737001134296 ], [ -111.57259221653932, 40.53756554683747 ], [ -111.57261437455401, 40.537394268065846 ], [ -111.57256545680656, 40.537196314840095 ], [ -111.57242146551719, 40.53692676149042 ], [ -111.57190753622635, 40.536199586017247 ], [ -111.57167898389478, 40.535705227822461 ], [ -111.57139262321559, 40.535355297360745 ], [ -111.57090539002786, 40.534988341059332 ], [ -111.57044231125217, 40.534684325705548 ], [ -111.5702871378673, 40.53448689594299 ], [ -111.57027380318517, 40.534306783796715 ], [ -111.57035439032201, 40.534063145772038 ], [ -111.57049370627632, 40.533783182131863 ], [ -111.57082002101932, 40.53327707215697 ], [ -111.57093457278475, 40.532862096789763 ], [ -111.57095512786063, 40.532501639199367 ], [ -111.5708815348916, 40.532177682388344 ], [ -111.57061827195605, 40.531764573323791 ], [ -111.5704142742924, 40.531378197773925 ], [ -111.5704111423866, 40.531008848213126 ], [ -111.57051342814407, 40.530539880232695 ], [ -111.57060558720745, 40.530269158034884 ], [ -111.57077924335793, 40.529862899629187 ], [ -111.57076353906994, 40.529403523033587 ], [ -111.57061865510187, 40.529025864567039 ], [ -111.57047400195103, 40.52867523147237 ], [ -111.57025660511452, 40.528099734511756 ], [ -111.57000249686126, 40.527371266731073 ], [ -111.56980940659311, 40.526876729067013 ], [ -111.56971274811509, 40.526615947289756 ], [ -111.56971068851655, 40.526372716863058 ], [ -111.56976704691546, 40.526057127097225 ], [ -111.56985935565712, 40.525804422376687 ], [ -111.57013887317133, 40.525352597947688 ], [ -111.57029043600882, 40.525126627211336 ], [ -111.57040772707728, 40.525035959144411 ], [ -111.57058351029966, 40.524881939751218 ], [ -111.57075891063404, 40.524682877414584 ], [ -111.57086263702075, 40.52438507087853 ], [ -111.57089591290573, 40.524132656897834 ], [ -111.57111325559408, 40.523311771670642 ], [ -111.57124887571558, 40.522599396960359 ], [ -111.57129303655107, 40.522238821981617 ], [ -111.57130139980903, 40.521833379370918 ], [ -111.57126239073609, 40.521410153102543 ], [ -111.57128156468947, 40.520887541047387 ], [ -111.5713838298075, 40.52041857162213 ], [ -111.57156941411986, 40.520030270253926 ], [ -111.57177929419686, 40.519722928632618 ], [ -111.57191972357819, 40.519578090949594 ], [ -111.57221261477257, 40.519315382243882 ], [ -111.57257594690584, 40.519007279164256 ], [ -111.57303263660529, 40.518572587104593 ], [ -111.57340722797422, 40.518201363094946 ], [ -111.5740051728456, 40.517720921511383 ], [ -111.57430977509142, 40.517449140338726 ], [ -111.57473133863044, 40.517050651756321 ], [ -111.57500106165105, 40.516842104681672 ], [ -111.5751768130953, 40.516688078300774 ], [ -111.57529385194196, 40.516570379664053 ], [ -111.57536336655365, 40.516416881847043 ], [ -111.57540865689604, 40.516191433212732 ], [ -111.57541807326173, 40.515912109643033 ], [ -111.57540157155343, 40.515362647337966 ], [ -111.57537380556374, 40.514876303554786 ], [ -111.57544100779863, 40.514452549340419 ], [ -111.57554207921899, 40.513848447805607 ], [ -111.57551392785487, 40.513317061202862 ], [ -111.575380086282, 40.512849263351917 ], [ -111.57534213540673, 40.512552157606414 ], [ -111.57532771430687, 40.512245925756488 ], [ -111.57535958199682, 40.511831356247995 ], [ -111.57543681341132, 40.511200346436603 ], [ -111.57545495186962, 40.510560621857252 ], [ -111.57540450621747, 40.510182497825781 ], [ -111.57532937776247, 40.509678371546471 ], [ -111.57523110697714, 40.509228413987088 ], [ -111.57521899641023, 40.509192438526831 ], [ -111.57504968069792, 40.508715807578405 ], [ -111.57490566483693, 40.508437247095614 ], [ -111.57488067511569, 40.508275210545058 ], [ -111.57487944433549, 40.508131073668395 ], [ -111.57493668736144, 40.507923583319652 ], [ -111.5750870412088, 40.50756247765775 ], [ -111.57521532813639, 40.507381660398671 ], [ -111.57540177909881, 40.507101455068749 ], [ -111.57551803102196, 40.506893670568509 ], [ -111.57558676524518, 40.50665008687168 ], [ -111.57558445483777, 40.506379830182212 ], [ -111.57567147796546, 40.505514538395587 ], [ -111.57566593244638, 40.504865922201176 ], [ -111.57562521274502, 40.504244507973986 ], [ -111.5755268713452, 40.503785541642422 ], [ -111.57544148775249, 40.503461644838183 ], [ -111.57540438916838, 40.50326363277614 ], [ -111.57540269560575, 40.50306544441559 ], [ -111.57549564554635, 40.502893811609269 ], [ -111.57569488587815, 40.502730658221154 ], [ -111.57595313279718, 40.502567210422256 ], [ -111.57637551968152, 40.502276818267198 ], [ -111.57680900984222, 40.501905288622005 ], [ -111.57740748206155, 40.501505906295698 ], [ -111.57784150267581, 40.501197432730976 ], [ -111.57845176366203, 40.500797986024928 ], [ -111.57880386379003, 40.500570999377402 ], [ -111.5789095320858, 40.500507407455629 ], [ -111.57900316668703, 40.500416848883098 ], [ -111.57909672357053, 40.500317281674619 ], [ -111.57913150713087, 40.500245035780161 ], [ -111.57913096483567, 40.500181975856385 ], [ -111.57914160384232, 40.500046788307102 ], [ -111.57894643635656, 40.499309032327488 ], [ -111.57866766135368, 40.498454578218869 ], [ -111.57834300609606, 40.497753505109884 ], [ -111.57809078469553, 40.497241256715562 ], [ -111.57789973389561, 40.496980952568912 ], [ -111.57772118051685, 40.496801666208441 ], [ -111.57749558071377, 40.496640632576167 ], [ -111.57686714666907, 40.496292421921119 ], [ -111.57635703094637, 40.49597965362792 ], [ -111.57607181911642, 40.495746842809965 ], [ -111.5758096707137, 40.495450853667407 ], [ -111.57537778133059, 40.494624180599565 ], [ -111.57510260966608, 40.494184111275402 ], [ -111.57505464040278, 40.494094260380855 ], [ -111.57462269229842, 40.493258575596094 ], [ -111.5745024653327, 40.492997913445429 ], [ -111.57447679129287, 40.492754799114067 ], [ -111.57452145495871, 40.492457281355001 ], [ -111.57454190418602, 40.492087812245636 ], [ -111.57450458441306, 40.49186277370211 ], [ -111.5744546202593, 40.491538699391739 ], [ -111.57447107486445, 40.490700783948192 ], [ -111.57453603241079, 40.490015779692044 ], [ -111.57460252542923, 40.489510947019426 ], [ -111.57457585369427, 40.489150720952615 ], [ -111.57454518731787, 40.488322048381164 ], [ -111.57463712067047, 40.488033304325704 ], [ -111.57474108271393, 40.487771527274219 ], [ -111.57483255333472, 40.487428731522527 ], [ -111.57482740372258, 40.486825156138011 ], [ -111.57489727383583, 40.486716700957871 ], [ -111.57503778225251, 40.486589876353477 ], [ -111.57527275658354, 40.486471590380113 ], [ -111.57567283450496, 40.486343472697392 ], [ -111.57614154585227, 40.485962760311537 ], [ -111.57657393123951, 40.48547411957103 ], [ -111.57706445383872, 40.484886088217706 ], [ -111.57730921024242, 40.484533515938615 ], [ -111.57750831515705, 40.484361350722189 ], [ -111.57801193347967, 40.483926402392576 ], [ -111.57823424470006, 40.483709074981242 ], [ -111.57833903676583, 40.483546389108028 ], [ -111.57839578515964, 40.483284844852953 ], [ -111.5784970185955, 40.482707763753204 ], [ -111.57855276022546, 40.482329107730457 ], [ -111.57861012563161, 40.482139632045751 ], [ -111.57867975277763, 40.48200414879728 ], [ -111.57884384005899, 40.481877201435758 ], [ -111.57909043431017, 40.481740831496623 ], [ -111.57991333820165, 40.481394364325212 ], [ -111.58017118336981, 40.481194872778495 ], [ -111.5803936338437, 40.480995558398888 ], [ -111.58082696612911, 40.480624013416154 ], [ -111.58127286825741, 40.480342493368013 ], [ -111.58158984872097, 40.48016071917143 ], [ -111.5818604928875, 40.480078276157762 ], [ -111.58275562716956, 40.479902595668435 ], [ -111.5833674608854, 40.479710320563278 ], [ -111.58369732248161, 40.479654601279741 ], [ -111.58386170674389, 40.479563681189674 ], [ -111.58390827218011, 40.479491374111362 ], [ -111.58395452528268, 40.479383032672615 ], [ -111.5839499979466, 40.478860534695734 ], [ -111.58395562881026, 40.478148796736043 ], [ -111.58398571246092, 40.477536033949903 ], [ -111.58406509144149, 40.477166264548075 ], [ -111.5841814221515, 40.47697648798092 ], [ -111.58434509632923, 40.476804489911686 ], [ -111.58455619186914, 40.476659278731169 ], [ -111.58486127107069, 40.476468546703593 ], [ -111.58558868840024, 40.47600540533012 ], [ -111.58622164331857, 40.475533729523583 ], [ -111.58672615909053, 40.475215855053769 ], [ -111.58685451094175, 40.475053041686778 ], [ -111.58694755070147, 40.474899416487915 ], [ -111.58700520019595, 40.474745970953528 ], [ -111.58713111792967, 40.474303891046382 ], [ -111.5872359525528, 40.47415020568274 ], [ -111.58749366987703, 40.47394168930731 ], [ -111.58819839239126, 40.473586754600653 ], [ -111.5884325118341, 40.473378356208677 ], [ -111.58859577315577, 40.473161309211818 ], [ -111.58870005195202, 40.472944562410952 ], [ -111.58885017731262, 40.472574429135186 ], [ -111.58893164906102, 40.472447888190786 ], [ -111.58907194399093, 40.472303029428637 ], [ -111.58930692259278, 40.47219372374019 ], [ -111.58944800391359, 40.47213895040484 ], [ -111.58980078502525, 40.472011024905321 ], [ -111.58995318863938, 40.471902139238153 ], [ -111.59006988806671, 40.471757399689842 ], [ -111.5901514354114, 40.471639866478405 ], [ -111.59025602240887, 40.471459152619367 ], [ -111.59037303600306, 40.471350447114681 ], [ -111.59047856885806, 40.471277836104854 ], [ -111.59065479847951, 40.471195854754619 ], [ -111.5907724425484, 40.471159217547395 ], [ -111.59143009304988, 40.470822521622196 ], [ -111.59188760282649, 40.4705318919682 ], [ -111.59228549640257, 40.470169494067058 ], [ -111.5924722499643, 40.469943312138426 ], [ -111.5928921438215, 40.469400619496405 ], [ -111.59316019445986, 40.46902987549938 ], [ -111.59338256651137, 40.468830536255723 ], [ -111.59365267464668, 40.46869401437128 ], [ -111.59388755384362, 40.468575690857392 ], [ -111.59413359260429, 40.468385237550379 ], [ -111.59446124496625, 40.468086256068581 ], [ -111.59474226918019, 40.467850576545509 ], [ -111.59507055234225, 40.467623662034761 ], [ -111.59534104994179, 40.46753217916325 ], [ -111.59542345816851, 40.467513736688261 ], [ -111.59562397879836, 40.467512703561468 ], [ -111.59584713470129, 40.467403445461784 ], [ -111.59601131341898, 40.467294491057643 ], [ -111.59612854946992, 40.46721280551953 ], [ -111.59653939149642, 40.466985461005116 ], [ -111.59678637380935, 40.466903105105374 ], [ -111.59706890068617, 40.466838583066966 ], [ -111.59746985796976, 40.466827502201987 ], [ -111.59775350200172, 40.46688909865545 ], [ -111.59801339628399, 40.466932799297986 ], [ -111.59891087351912, 40.467045269429697 ], [ -111.60008108786425, 40.467318478851283 ], [ -111.60067197580992, 40.46744153557502 ], [ -111.60101331696983, 40.467358680256552 ], [ -111.60133074533817, 40.467239912362118 ], [ -111.60171894407557, 40.46712077519998 ], [ -111.60201269916945, 40.466993119674243 ], [ -111.6024710225004, 40.466801542776551 ], [ -111.6027182383327, 40.466746199979809 ], [ -111.60294266901685, 40.466781065457106 ], [ -111.60316734170078, 40.466842956217704 ], [ -111.60411313675122, 40.467081259701921 ], [ -111.60473917308281, 40.467177084937198 ], [ -111.60543557828389, 40.467227493242596 ], [ -111.60603754136153, 40.467269383572436 ], [ -111.60626165140444, 40.467268208305214 ], [ -111.60655661406476, 40.467275669806341 ], [ -111.60679227614243, 40.467247405910527 ], [ -111.60687476187594, 40.467237963862132 ], [ -111.60723960350856, 40.467145957786663 ], [ -111.60811001372224, 40.466871111960934 ], [ -111.60867455634022, 40.466687960608823 ], [ -111.60901539533823, 40.466551030359433 ], [ -111.60943790300172, 40.466314569602936 ], [ -111.6095899360259, 40.466169624002688 ], [ -111.60970650181558, 40.466015856297716 ], [ -111.60977482790939, 40.465745226047247 ], [ -111.60987813087978, 40.4654293662268 ], [ -111.60992359934265, 40.465239937420726 ], [ -111.60991976939664, 40.46481653485607 ], [ -111.609903737358, 40.464348151664964 ], [ -111.60976967747219, 40.46387138213813 ], [ -111.60973144241012, 40.463556268931391 ], [ -111.60982368103629, 40.463321548392777 ], [ -111.6099635860615, 40.463140630233994 ], [ -111.6101626258834, 40.46297741775571 ], [ -111.61079610200242, 40.462595694123294 ], [ -111.61125347196499, 40.462304988412257 ], [ -111.61142875411923, 40.462123881374815 ], [ -111.6115216384671, 40.461961228020066 ], [ -111.61156701838939, 40.461762789937325 ], [ -111.61164671860681, 40.461447053225733 ], [ -111.61175131399942, 40.461275328699877 ], [ -111.61192691914451, 40.461130255176435 ], [ -111.61209113821343, 40.461030286682387 ], [ -111.6127353970063, 40.460540387237707 ], [ -111.61347350664319, 40.45999593211004 ], [ -111.61408375832194, 40.4596593586258 ], [ -111.61444772818874, 40.459477244385248 ], [ -111.61458785917699, 40.459323346357756 ], [ -111.6146573907555, 40.45918784159948 ], [ -111.6146795004998, 40.459025561972872 ], [ -111.61467802258954, 40.458863407772192 ], [ -111.61468357631328, 40.458178693936929 ], [ -111.61470404356099, 40.457836242914901 ], [ -111.61478512063246, 40.457673649634842 ], [ -111.61493720496398, 40.457537705580684 ], [ -111.6150897816229, 40.457455812738033 ], [ -111.61524244008687, 40.457382928263733 ], [ -111.61568944237297, 40.457254422134561 ], [ -111.61593620075674, 40.457154008474348 ], [ -111.61619434034255, 40.457008488587789 ], [ -111.61638196525638, 40.45689037117419 ], [ -111.61700372046003, 40.456526693818873 ], [ -111.61729715289032, 40.456371974066911 ], [ -111.61745013636818, 40.456335120963821 ], [ -111.61756798716489, 40.456325482384329 ], [ -111.61770975458857, 40.456351751906375 ], [ -111.61786356302773, 40.45640498391257 ], [ -111.61818247858382, 40.456457332846703 ], [ -111.61834742027497, 40.456438432617027 ], [ -111.61853528764154, 40.456347337429207 ], [ -111.61864109708115, 40.456310735169581 ], [ -111.61946282358117, 40.455891920145504 ], [ -111.62007284246177, 40.455537298171954 ], [ -111.62031851091314, 40.455319763904022 ], [ -111.62041111598526, 40.455130077753708 ], [ -111.62045621676715, 40.454904610484832 ], [ -111.62044359505319, 40.454814588151429 ], [ -111.62037159390289, 40.454679839468554 ], [ -111.62020491764453, 40.454509562710143 ], [ -111.61999107033544, 40.454339538717839 ], [ -111.61972889359393, 40.4540436473075 ], [ -111.6194757818955, 40.453450409363732 ], [ -111.61941450156984, 40.453198485451558 ], [ -111.61944756356539, 40.452946055972838 ], [ -111.61956350509588, 40.452729218333886 ], [ -111.619680273443, 40.45260246625805 ], [ -111.6201466799273, 40.452023388234473 ], [ -111.62062462227428, 40.451417219313058 ], [ -111.62074039165464, 40.451182363346774 ], [ -111.62079752994329, 40.450983858200594 ], [ -111.62083124900978, 40.450803496828541 ], [ -111.62094320241393, 40.450154246447731 ], [ -111.6209516779352, 40.449793840300693 ], [ -111.62090351429863, 40.449685990821528 ], [ -111.62083234684387, 40.449641327980764 ], [ -111.62074938734021, 40.449596728419024 ], [ -111.62022920789201, 40.449455376326874 ], [ -111.6194730232357, 40.449297268822228 ], [ -111.61896505402655, 40.449200890675634 ], [ -111.61874034358082, 40.449130021532035 ], [ -111.61847943159154, 40.448969255468192 ], [ -111.61831285692881, 40.4488079842505 ], [ -111.61813391331853, 40.448583715799366 ], [ -111.61773916930284, 40.447973212648826 ], [ -111.61735729583798, 40.447479756601943 ], [ -111.61724894458315, 40.447237091651751 ], [ -111.61721225080233, 40.447093143242675 ], [ -111.61721060260882, 40.446912971621018 ], [ -111.61725636827596, 40.446759573894404 ], [ -111.61727830323083, 40.446579276335534 ], [ -111.61725307170703, 40.446399230627556 ], [ -111.61708568247043, 40.446147871677098 ], [ -111.61696595475121, 40.445950312242658 ], [ -111.61674950791837, 40.44549200705891 ], [ -111.61640196012607, 40.444881247144039 ], [ -111.61603223439229, 40.44442375772929 ], [ -111.61584086117104, 40.444127479550232 ], [ -111.61575585658049, 40.443857661582307 ], [ -111.61573030141535, 40.443641581064789 ], [ -111.61578621523597, 40.443307949237777 ], [ -111.6159353053108, 40.442847694561053 ], [ -111.61603928581386, 40.442612905766502 ], [ -111.61617872053593, 40.442386936926269 ], [ -111.61633101480112, 40.442278016724252 ], [ -111.6166822712481, 40.442005872598855 ], [ -111.61691512295994, 40.44168030515678 ], [ -111.61721723361265, 40.44119220492955 ], [ -111.61759956569968, 40.440451422464498 ], [ -111.61787767266775, 40.439918403505793 ], [ -111.61796861424895, 40.439548547086162 ], [ -111.61791856580109, 40.439233498471339 ], [ -111.61776017888731, 40.438675784896915 ], [ -111.61741191617637, 40.437983949757871 ], [ -111.61712434045668, 40.437480979283002 ], [ -111.61674360194037, 40.437104631607667 ], [ -111.61629262179787, 40.436782711349302 ], [ -111.61591213848938, 40.436433386625637 ], [ -111.61573307178037, 40.436191096478098 ], [ -111.6155297696003, 40.435876862772879 ], [ -111.61500396118159, 40.435104883794715 ], [ -111.61452442067571, 40.434233556906868 ], [ -111.61420266213264, 40.433856887054461 ], [ -111.61390555096121, 40.433597202949407 ], [ -111.61353762428962, 40.433328884867166 ], [ -111.61298099040059, 40.433052557281691 ], [ -111.61266104486924, 40.43287407239481 ], [ -111.61253038230888, 40.432766656234953 ], [ -111.61249411552075, 40.432667748894836 ], [ -111.61254037314472, 40.432568404320236 ], [ -111.61251507821481, 40.432379348399969 ], [ -111.61254872903402, 40.432189980158654 ], [ -111.61254742112851, 40.432045842362839 ], [ -111.61245171894276, 40.431893195624482 ], [ -111.61223804506955, 40.431732164570725 ], [ -111.61163304939538, 40.431320950784198 ], [ -111.61082830187019, 40.430982861746244 ], [ -111.61058016434043, 40.430921109201485 ], [ -111.61028536031949, 40.430913656766137 ], [ -111.60996738553249, 40.43095137107268 ], [ -111.60950891940062, 40.431097933858801 ], [ -111.6088382499255, 40.431245612564368 ], [ -111.60792008978585, 40.431403598108012 ], [ -111.60748503195423, 40.431532011682279 ], [ -111.60703858844846, 40.431705528641949 ], [ -111.60638163854118, 40.432069338196875 ], [ -111.6054322143595, 40.432686929356393 ], [ -111.60508112165446, 40.432977056959871 ], [ -111.60469368956764, 40.433159265021111 ], [ -111.60429470797868, 40.433368559290678 ], [ -111.60385995281806, 40.433532993817657 ], [ -111.60337771581123, 40.433661638354984 ], [ -111.60230729198396, 40.433937491529953 ], [ -111.60121440363106, 40.434339578257195 ], [ -111.60049764710523, 40.434613574885965 ], [ -111.60014516144197, 40.434750540943277 ], [ -111.59995676814198, 40.434778545925411 ], [ -111.59961470968608, 40.43476230249275 ], [ -111.59922469326531, 40.434656216189346 ], [ -111.59889322622301, 40.434504780042502 ], [ -111.59827721505145, 40.43417463491749 ], [ -111.59753104755748, 40.43379110500274 ], [ -111.59689131144609, 40.433443056953728 ], [ -111.59653556035806, 40.433210657939867 ], [ -111.5961677837408, 40.432951292685907 ], [ -111.59571788273691, 40.43273739469889 ], [ -111.59526846120758, 40.432577546774375 ], [ -111.59505506398207, 40.432443509624513 ], [ -111.5948885861557, 40.432282203501337 ], [ -111.59450815907395, 40.431923798444281 ], [ -111.59411658125295, 40.431637521818395 ], [ -111.593334068988, 40.431137033639978 ], [ -111.59303728695269, 40.430904321061341 ], [ -111.59287058040991, 40.430715985987383 ], [ -111.59247704001345, 40.430204487448293 ], [ -111.5924401715114, 40.430033504364395 ], [ -111.59240267080563, 40.429790452068751 ], [ -111.59240085268101, 40.429583253132016 ], [ -111.59243384722653, 40.429312812413457 ], [ -111.5924393117055, 40.428592059962519 ], [ -111.59235355135311, 40.428223128089343 ], [ -111.59217261556041, 40.42775558403406 ], [ -111.59177617649287, 40.42691076248088 ], [ -111.59149968030707, 40.426299561395034 ], [ -111.59134446206565, 40.426075128921859 ], [ -111.5911422503648, 40.425868954645004 ], [ -111.59085768137429, 40.42568121905785 ], [ -111.5907034912408, 40.425573898236834 ], [ -111.59029946978308, 40.425206590286002 ], [ -111.58978810277067, 40.424695683549793 ], [ -111.5894192190509, 40.424301165999836 ], [ -111.58915619337638, 40.423879080650075 ], [ -111.58896491834363, 40.423573747015887 ], [ -111.58877223121353, 40.423106257058386 ], [ -111.5886509785724, 40.422719484646692 ], [ -111.58845656908069, 40.422053803377246 ], [ -111.58838262652748, 40.421684807934426 ], [ -111.58838027183036, 40.421414547874313 ], [ -111.58833178845846, 40.42126164043853 ], [ -111.58823639176622, 40.421135998883081 ], [ -111.58802351542221, 40.421056000155481 ], [ -111.58772859947558, 40.421030472524379 ], [ -111.58700801255669, 40.420853951980632 ], [ -111.58629749591765, 40.420479176322225 ], [ -111.5859048471913, 40.420057740486456 ], [ -111.58580812830293, 40.419778949375683 ], [ -111.58577018876667, 40.419481842234575 ], [ -111.58573318714221, 40.419292839182162 ], [ -111.58569329513176, 40.418770515057879 ], [ -111.58566526864935, 40.418257139840826 ], [ -111.58554451141121, 40.417924415734767 ], [ -111.58538964477073, 40.417736009385912 ], [ -111.58520012162047, 40.417628859917031 ], [ -111.58475121545308, 40.417514013213122 ], [ -111.58453882242463, 40.417488059997034 ], [ -111.5842437674317, 40.417444505979397 ], [ -111.58328835196099, 40.417368248290529 ], [ -111.58260340832591, 40.417218547487295 ], [ -111.58208371223975, 40.417095038018381 ], [ -111.58148065919369, 40.416872845618521 ], [ -111.58097166942518, 40.416623150202369 ], [ -111.58065142113672, 40.416390522952419 ], [ -111.58042554359108, 40.416166430161141 ], [ -111.5802233176407, 40.415951227304717 ], [ -111.57976917279088, 40.415223770057544 ], [ -111.57954106061538, 40.414738423344112 ], [ -111.57932682389794, 40.414496251812103 ], [ -111.57916104604892, 40.414406991529191 ], [ -111.57892455220193, 40.414318085112946 ], [ -111.57862920585411, 40.414238481839618 ], [ -111.57832153425407, 40.414095875884534 ], [ -111.57774001190853, 40.413630310846564 ], [ -111.5773122528885, 40.413227038755004 ], [ -111.57718052987576, 40.412984451124807 ], [ -111.57704888477193, 40.412750872028425 ], [ -111.57665464706838, 40.412131212065887 ], [ -111.57629746413326, 40.411709565896977 ], [ -111.57600113369452, 40.411512842623608 ], [ -111.5754099358855, 40.411290559149073 ], [ -111.57504305011319, 40.411112202680656 ], [ -111.57479409782646, 40.410942267901689 ], [ -111.57466284815814, 40.410753729459124 ], [ -111.57448384466873, 40.41049335543088 ], [ -111.57438871882457, 40.41039472805852 ], [ -111.57415056090949, 40.410107620077781 ], [ -111.57409017967285, 40.409936747196056 ], [ -111.57404166058008, 40.40977482447488 ], [ -111.57404028277168, 40.409612667692613 ], [ -111.57409507529796, 40.409125904752877 ], [ -111.57405857158322, 40.408990949629306 ], [ -111.57390360452295, 40.408784509819341 ], [ -111.57335598463126, 40.408138572025933 ], [ -111.57290318911927, 40.40755522539984 ], [ -111.57244864598731, 40.406764676395959 ], [ -111.57218350683755, 40.4060722884063 ], [ -111.57212168499551, 40.405730248654422 ], [ -111.57210936647051, 40.405667245928818 ], [ -111.57204815553784, 40.405397275868573 ], [ -111.57200853127679, 40.404892962427809 ], [ -111.57209899318373, 40.404442059950334 ], [ -111.57228418597003, 40.404044743141476 ], [ -111.57238833688862, 40.403819000120258 ], [ -111.57251430008019, 40.403385939695205 ], [ -111.57254782072938, 40.403169555305219 ], [ -111.57254446232047, 40.402773171493656 ], [ -111.57248134447447, 40.402277983422849 ], [ -111.57248961784389, 40.401863523752517 ], [ -111.57259193288216, 40.401421571084946 ], [ -111.57269439929884, 40.400997635754003 ], [ -111.57283389543353, 40.400771717158769 ], [ -111.57306781288452, 40.400563348673899 ], [ -111.57327862010594, 40.400409148920673 ], [ -111.57334840492615, 40.40030069365433 ], [ -111.57341826596017, 40.400201247071337 ], [ -111.57346433025481, 40.400074891152236 ], [ -111.57347512009017, 40.399957719270752 ], [ -111.57343793483903, 40.399741685156201 ], [ -111.57335239300851, 40.399381745110489 ], [ -111.57329072460823, 40.399057723043029 ], [ -111.57320571929642, 40.398760843934632 ], [ -111.57316830641356, 40.398517783491528 ], [ -111.5730844481434, 40.398356035199043 ], [ -111.57290601864521, 40.398158719012606 ], [ -111.57288222303383, 40.398131809583887 ], [ -111.57265658548089, 40.397925717773248 ], [ -111.57215863945372, 40.397567818402358 ], [ -111.57208755920271, 40.397523124549728 ], [ -111.57199222659648, 40.397397468638225 ], [ -111.57193270107138, 40.397325690200589 ], [ -111.57187294700626, 40.397226885531531 ], [ -111.57184785641759, 40.397046827415956 ], [ -111.57181052564673, 40.396812775155361 ], [ -111.57178185360532, 40.396209306493077 ], [ -111.57177804327857, 40.39575886973725 ], [ -111.57172748293755, 40.395353709670012 ], [ -111.57160630315288, 40.394957907780352 ], [ -111.57154472356892, 40.394642893186742 ], [ -111.57158865475556, 40.394264293233384 ], [ -111.57168040126163, 40.393966538890687 ], [ -111.57175838335908, 40.393434615513108 ], [ -111.57170843455054, 40.393101525180306 ], [ -111.57162428192262, 40.392903740647235 ], [ -111.57151694596851, 40.392751116215891 ], [ -111.57137418745663, 40.392589657599459 ], [ -111.57119623505348, 40.392446390888622 ], [ -111.57068678332614, 40.392115568938927 ], [ -111.57024757359909, 40.391730343627721 ], [ -111.57023556347956, 40.391703375497841 ], [ -111.57004477021519, 40.391434042635595 ], [ -111.5699256581083, 40.391281474729617 ], [ -111.56988985623389, 40.391227596461434 ], [ -111.56976922633885, 40.390894853463884 ], [ -111.56973152680764, 40.390615756477814 ], [ -111.56960968438649, 40.390138873306441 ], [ -111.56954948481851, 40.389986014760062 ], [ -111.56939442396775, 40.38976155034063 ], [ -111.56922849257307, 40.38964524868431 ], [ -111.56892095307592, 40.389502616208333 ], [ -111.56860125430271, 40.389314997083069 ], [ -111.56832822973905, 40.389073092938524 ], [ -111.56816154480983, 40.38886670219599 ], [ -111.56801842414535, 40.388660195456062 ], [ -111.56744579906899, 40.387816149082482 ], [ -111.56687228203917, 40.386863994569381 ], [ -111.56631003427633, 40.385848717934465 ], [ -111.56577294836633, 40.385022506994858 ], [ -111.56541499887059, 40.384483709885053 ], [ -111.56530716326455, 40.384268017937693 ], [ -111.56518634279415, 40.383908243229527 ], [ -111.56511294771624, 40.383584273151115 ], [ -111.56506191029597, 40.383116047625393 ], [ -111.56496472971753, 40.382765166226307 ], [ -111.56477345632435, 40.382432762567873 ], [ -111.56446377841512, 40.382028863503329 ], [ -111.56433276484866, 40.381858329355303 ], [ -111.56389170531577, 40.381238850503408 ], [ -111.56353559273613, 40.380916257502435 ], [ -111.56284671320186, 40.380243927097361 ], [ -111.56254906181091, 40.379866991594682 ], [ -111.56247643318919, 40.379633107253959 ], [ -111.56246397883473, 40.379552085573451 ], [ -111.56243922005412, 40.379408059755598 ], [ -111.56241326276097, 40.379119893512673 ], [ -111.56237440216972, 40.378696652884507 ], [ -111.56235670482742, 40.37798501675671 ], [ -111.56238919767671, 40.377642511331281 ], [ -111.56250294906208, 40.377155464362751 ], [ -111.56260461957496, 40.376632439441543 ], [ -111.56264731639526, 40.37610069218276 ], [ -111.5626668285789, 40.375614103396508 ], [ -111.56273450686353, 40.375253408248192 ], [ -111.56283834669881, 40.374991637663413 ], [ -111.56277885083402, 40.374919854036804 ], [ -111.56276624715221, 40.374820814755047 ], [ -111.56273023498925, 40.374739907672414 ], [ -111.5626473309393, 40.374686256170648 ], [ -111.56244551154202, 40.374498045806817 ], [ -111.56223221364355, 40.374345927479411 ], [ -111.56206595830348, 40.374184570976126 ], [ -111.56200594005128, 40.374049725439725 ], [ -111.56186257066774, 40.373807175073566 ], [ -111.56174358323695, 40.373663606726581 ], [ -111.56164725674734, 40.37341181840744 ], [ -111.561397879596, 40.373169782221375 ], [ -111.56119621769356, 40.372999587148904 ], [ -111.56089898126845, 40.372667690592571 ], [ -111.56067234586293, 40.372326441834531 ], [ -111.56043453107652, 40.372057319999804 ], [ -111.56025516403986, 40.371733859609648 ], [ -111.55992111071835, 40.371221955739735 ], [ -111.55972989530923, 40.370889542690307 ], [ -111.55945578541343, 40.370503475413038 ], [ -111.55915789847597, 40.370090494952969 ], [ -111.55884883217418, 40.369749640958901 ], [ -111.55846724021387, 40.369183907446207 ], [ -111.55809825025057, 40.368717212528011 ], [ -111.55773015653769, 40.368358621963154 ], [ -111.55748162864434, 40.368215673709116 ], [ -111.55679479302164, 40.367768524563957 ], [ -111.55650952747692, 40.367454577028823 ], [ -111.55622463487798, 40.367185672776763 ], [ -111.55594033670417, 40.366988838235685 ], [ -111.55579759623403, 40.36681835025302 ], [ -111.55565530037146, 40.366701914919894 ], [ -111.55561789558219, 40.366449838106085 ], [ -111.55567530481586, 40.366269379045235 ], [ -111.5557788626643, 40.365971579075449 ], [ -111.55591775254285, 40.365673609169228 ], [ -111.55599856751509, 40.365475019090326 ], [ -111.55612627019127, 40.365249176002344 ], [ -111.55615975179133, 40.365023785906068 ], [ -111.55618212210305, 40.364879531704403 ], [ -111.55616419899606, 40.364131857235385 ], [ -111.5561599786549, 40.363618355092733 ], [ -111.55613435106362, 40.363366221677047 ], [ -111.55611827987929, 40.362843767283479 ], [ -111.55612887248738, 40.362699569671733 ], [ -111.55615620792136, 40.361726448063273 ], [ -111.55610562080253, 40.361303260361055 ], [ -111.55610080912896, 40.360717687445437 ], [ -111.5561537705341, 40.359996699097344 ], [ -111.55608430245995, 40.358708721448536 ], [ -111.55613407978198, 40.357600353647605 ], [ -111.55617230170594, 40.35651906871631 ], [ -111.55615467805193, 40.355807428439782 ], [ -111.55616593583406, 40.355744310057965 ], [ -111.55610683422492, 40.35571756671154 ], [ -111.55590656976868, 40.355709520273678 ], [ -111.55569445549088, 40.355692521245388 ], [ -111.55474134528505, 40.355787188459246 ], [ -111.55425904871612, 40.355852564993427 ], [ -111.55378874825588, 40.355944909613854 ], [ -111.55328407586858, 40.356154536074968 ], [ -111.55279132351221, 40.35638212171623 ], [ -111.55234530454663, 40.356564436190531 ], [ -111.55176981953136, 40.356756375842174 ], [ -111.55128861366833, 40.35695687245645 ], [ -111.55068949663885, 40.35713991019535 ], [ -111.55041945061843, 40.357240296629882 ], [ -111.55011444127508, 40.357385894625615 ], [ -111.54989164470828, 40.357504073431855 ], [ -111.54977417507457, 40.357540668591632 ], [ -111.54953828456345, 40.357496743771989 ], [ -111.54932609303256, 40.357470724265816 ], [ -111.54898472853846, 40.35749036347039 ], [ -111.54858521281315, 40.357600369278799 ], [ -111.54811423565081, 40.357611611447126 ], [ -111.54779664130719, 40.357658162025309 ], [ -111.54745556683818, 40.357713832053612 ], [ -111.54732646491409, 40.357768498143756 ], [ -111.54713819001454, 40.357787407326605 ], [ -111.54697266676627, 40.357707107655678 ], [ -111.5466193057771, 40.357699769082529 ], [ -111.54620779048901, 40.357782795863066 ], [ -111.54589070258113, 40.357892403059921 ], [ -111.54546798969683, 40.358047553478798 ], [ -111.54495244210167, 40.358374314173332 ], [ -111.544541572933, 40.35853841457309 ], [ -111.54415367523211, 40.358630332022351 ], [ -111.54388296188625, 40.358649623746849 ], [ -111.54361261016484, 40.358713959021635 ], [ -111.54320137412734, 40.358833010501783 ], [ -111.5428145566471, 40.359060056034139 ], [ -111.54272092242178, 40.359132568866066 ], [ -111.54268559283067, 40.359132734646764 ], [ -111.54263863116607, 40.359150973345628 ], [ -111.54246154992639, 40.359097748990017 ], [ -111.54207177014261, 40.358955429697446 ], [ -111.5418706319879, 40.358839252946311 ], [ -111.541421828503, 40.358679189619735 ], [ -111.54109100745751, 40.358545600161456 ], [ -111.54090193658767, 40.358465401966235 ], [ -111.54050017146187, 40.358296105866998 ], [ -111.54011119115285, 40.358252877156055 ], [ -111.53970978842301, 40.358128622499279 ], [ -111.53933086305376, 40.357869123945775 ], [ -111.53870349163897, 40.357466634732596 ], [ -111.53840700725191, 40.357206749088391 ], [ -111.53799326478675, 40.35701047243284 ], [ -111.53765104024062, 40.356921972017545 ], [ -111.53743871178057, 40.356877912960705 ], [ -111.53729596776401, 40.356698392555288 ], [ -111.53718705134442, 40.356329522037633 ], [ -111.53709019805112, 40.355996632103846 ], [ -111.53691119999169, 40.355700160164218 ], [ -111.53647277686046, 40.355359845628584 ], [ -111.53609423613896, 40.355145380432134 ], [ -111.53598818215873, 40.355136862775893 ], [ -111.53574138844327, 40.355201070501288 ], [ -111.53554148391748, 40.355238033043129 ], [ -111.53544720572133, 40.355229460364171 ], [ -111.53501142747683, 40.355222467820823 ], [ -111.53432778723959, 40.355144545518741 ], [ -111.53376183589958, 40.355057066914426 ], [ -111.53333747980588, 40.355004969423113 ], [ -111.53304350968394, 40.355060379747194 ], [ -111.53266788792389, 40.355215266434769 ], [ -111.53244513849211, 40.355342420684643 ], [ -111.53205724218724, 40.355434297601811 ], [ -111.53080934903643, 40.355485077418912 ], [ -111.53016181457583, 40.355506065812847 ], [ -111.52973795180753, 40.355517017151556 ], [ -111.52934983937799, 40.355581858428671 ], [ -111.52887936492668, 40.355656084241723 ], [ -111.52854970859862, 40.355666600403346 ], [ -111.52824318224813, 40.355622954875997 ], [ -111.52811343596278, 40.355596519835245 ], [ -111.52772482981827, 40.355598293619209 ], [ -111.52726549779292, 40.355591379360582 ], [ -111.52708871832958, 40.35557416676123 ], [ -111.52661747038988, 40.355549285860839 ], [ -111.52606379123417, 40.355524778001751 ], [ -111.52566312959667, 40.355490562946613 ], [ -111.52540433884404, 40.355527775596705 ], [ -111.52518038635827, 40.355501765177657 ], [ -111.52463813484812, 40.355432152668918 ], [ -111.52440233724825, 40.355397185285355 ], [ -111.52410800910154, 40.355407528599905 ], [ -111.52377898047962, 40.355499110996007 ], [ -111.52333274864932, 40.355663296329425 ], [ -111.52289842981952, 40.355845444453507 ], [ -111.52255796912914, 40.355982120990042 ], [ -111.52240550660699, 40.356063892408358 ], [ -111.52229980034375, 40.356100406559023 ], [ -111.52227687385964, 40.356181592762269 ], [ -111.52227756897344, 40.356271681479555 ], [ -111.5222443954851, 40.356551116022388 ], [ -111.52217554573126, 40.35678566569738 ], [ -111.5221289275371, 40.356848940455059 ], [ -111.52204705018792, 40.356921383533951 ], [ -111.5217297181389, 40.357003898113469 ], [ -111.52132995180153, 40.357086783427718 ], [ -111.52109470491362, 40.357123880311498 ], [ -111.52094182202993, 40.357151596578987 ], [ -111.52068316083069, 40.35720681645504 ], [ -111.520164937122, 40.35720013912713 ], [ -111.51977604455357, 40.357165850767004 ], [ -111.5193286168373, 40.357176869874131 ], [ -111.51885832706959, 40.357278081664411 ], [ -111.5185645419085, 40.35736048192576 ], [ -111.51829430859112, 40.357442775900367 ], [ -111.518176821635, 40.357479339073798 ], [ -111.5181418375868, 40.357524541730108 ], [ -111.51799060721132, 40.357768467120394 ], [ -111.51787429132328, 40.357958180870277 ], [ -111.51755619145639, 40.35794158641486 ], [ -111.5170491192745, 40.357853762573967 ], [ -111.51670719227209, 40.357801235561816 ], [ -111.51634150693533, 40.357721786053034 ], [ -111.51603470405519, 40.357642072680491 ], [ -111.51566950079393, 40.357625683186136 ], [ -111.51530512074008, 40.357717399090632 ], [ -111.51506979967621, 40.357745474870036 ], [ -111.5149282779642, 40.357719077485108 ], [ -111.51460990588029, 40.357666439393235 ], [ -111.51412639207862, 40.357578497898878 ], [ -111.51363069303159, 40.357436553380246 ], [ -111.51328836077963, 40.357329962931928 ], [ -111.51283997504599, 40.357214832584127 ], [ -111.51241418847955, 40.35697347175752 ], [ -111.51211869258842, 40.356830633567647 ], [ -111.51172837565382, 40.356607131505726 ], [ -111.5116214369888, 40.356481475980715 ], [ -111.51127802392058, 40.356230737322491 ], [ -111.51111281859953, 40.35618642157052 ], [ -111.51074646862371, 40.356016865373242 ], [ -111.51003902317356, 40.35590286783475 ], [ -111.50948534629237, 40.355878280591902 ], [ -111.50875509713697, 40.355863476724117 ], [ -111.50835471224298, 40.355865237235946 ], [ -111.50795480054451, 40.355930058609545 ], [ -111.50768422191767, 40.355967283394541 ], [ -111.50758906776863, 40.355841572383461 ], [ -111.50736329754356, 40.355572287303936 ], [ -111.50704325418893, 40.355294405905987 ], [ -111.50686499624956, 40.355078966665936 ], [ -111.50644994170118, 40.354693389635216 ], [ -111.50611914083447, 40.354550690609855 ], [ -111.50583618497646, 40.354506882505675 ], [ -111.50525849855758, 40.354419315656088 ], [ -111.50482158533386, 40.354259058024539 ], [ -111.50456157865794, 40.354134063890967 ], [ -111.50414808612942, 40.353955683140079 ], [ -111.50390012577326, 40.353866671773723 ], [ -111.50334519474663, 40.353670885875772 ], [ -111.50292040109781, 40.353555614252222 ], [ -111.50256632945639, 40.353449042977843 ], [ -111.50217572919784, 40.353180463715255 ], [ -111.50196229930691, 40.352983187899888 ], [ -111.50176071293765, 40.352794869498211 ], [ -111.50165346498524, 40.352624159993987 ], [ -111.50151102471739, 40.352471621378186 ], [ -111.50135781044226, 40.352454267230549 ], [ -111.50112243488692, 40.352473305674415 ], [ -111.50092251887611, 40.352510208463151 ], [ -111.5008399573795, 40.352492547612655 ], [ -111.5007102941218, 40.352475090622669 ], [ -111.50062793258564, 40.352484456344136 ], [ -111.50046274324802, 40.352440125253537 ], [ -111.50017926725349, 40.35232423194909 ], [ -111.49971929413016, 40.35222711904138 ], [ -111.49883520897654, 40.352104806645549 ], [ -111.49801007007324, 40.351991242886889 ], [ -111.49720881541128, 40.35192261655245 ], [ -111.49672595947854, 40.35191568207091 ], [ -111.4963726986411, 40.351917198671366 ], [ -111.49625514313689, 40.351944730709768 ], [ -111.4961025254924, 40.352008449818214 ], [ -111.49587998109649, 40.352171569725776 ], [ -111.49568204190484, 40.35247873091744 ], [ -111.49535674565217, 40.353083740776064 ], [ -111.4951251218734, 40.353616275137746 ], [ -111.49484625976643, 40.354130992720194 ], [ -111.49461364107282, 40.354528392313924 ], [ -111.49438154603311, 40.3549978627304 ], [ -111.49421905129661, 40.35532288816858 ], [ -111.49395129402141, 40.355747464085013 ], [ -111.49367077174212, 40.356036955957372 ], [ -111.49340162919172, 40.35627234344053 ], [ -111.49310853865963, 40.356453777244504 ], [ -111.49263906599063, 40.356671998494718 ], [ -111.49154715082987, 40.357127103876593 ], [ -111.49044285705594, 40.357501168712403 ], [ -111.48938669883911, 40.358019166377979 ], [ -111.48849559084405, 40.358563484948476 ], [ -111.48760453339432, 40.359116805601275 ], [ -111.4863269008423, 40.359960039553904 ], [ -111.48534210905395, 40.360585810310774 ], [ -111.48469689638141, 40.360939874408324 ], [ -111.48439179178105, 40.361094308836506 ], [ -111.48425072587254, 40.361130936315249 ], [ -111.48408584806563, 40.361131626544989 ], [ -111.4839561079462, 40.36110514195213 ], [ -111.48387321819246, 40.36104242446514 ], [ -111.48371882975383, 40.360862886545902 ], [ -111.48350523578344, 40.360638550004047 ], [ -111.4828183835409, 40.360109877298378 ], [ -111.48202606484435, 40.359653713569337 ], [ -111.48126895864874, 40.359179379457608 ], [ -111.48112674224961, 40.35905384249471 ], [ -111.48098433431322, 40.358901278577633 ], [ -111.48078202022263, 40.358604816465437 ], [ -111.48053049123418, 40.358011255132659 ], [ -111.4801849476641, 40.357445111130886 ], [ -111.4800052357665, 40.357013415824177 ], [ -111.47957720466779, 40.356438603009771 ], [ -111.47925682398966, 40.356097581607003 ], [ -111.47883097183067, 40.355829069563711 ], [ -111.47832307281652, 40.35561495045873 ], [ -111.47753210810752, 40.355338933798357 ], [ -111.47721320369401, 40.355205112091546 ], [ -111.47698838112721, 40.355052883141539 ], [ -111.4768339612185, 40.354864326726222 ], [ -111.47654747067507, 40.354315946396348 ], [ -111.47618925317404, 40.353614704232186 ], [ -111.47592594440756, 40.353012171577255 ], [ -111.47561610807556, 40.352490912408406 ], [ -111.47544909990739, 40.352185286179719 ], [ -111.47536502706711, 40.351951392481268 ], [ -111.47501823054957, 40.351196044200478 ], [ -111.47448215563149, 40.350315342527423 ], [ -111.47433902375322, 40.350054662644006 ], [ -111.47412574750706, 40.34986634377865 ], [ -111.47392443664475, 40.349705003104525 ], [ -111.4732507418118, 40.349347393309358 ], [ -111.47263624298871, 40.349034583717504 ], [ -111.47239942495059, 40.348846357819689 ], [ -111.47205600658907, 40.348568474458617 ], [ -111.47167732948536, 40.348299743060174 ], [ -111.47115704518244, 40.347986541280321 ], [ -111.47072025308671, 40.347826153950116 ], [ -111.47017705312913, 40.347603133088221 ], [ -111.46981160118297, 40.347541553606554 ], [ -111.46945823683991, 40.347524969962436 ], [ -111.468750697855, 40.347374682972927 ], [ -111.46793663028517, 40.347143739766317 ], [ -111.46716941776252, 40.346876564724248 ], [ -111.46622416720329, 40.34640289044566 ], [ -111.4654908066248, 40.34591934661762 ], [ -111.46486404357786, 40.345525461862636 ], [ -111.46419080842848, 40.345221852341048 ], [ -111.46352898348557, 40.344864137852319 ], [ -111.46289102168944, 40.344551370131228 ], [ -111.46205302925496, 40.344257416536998 ], [ -111.46114397037552, 40.343900675670035 ], [ -111.46063590999361, 40.343641432771392 ], [ -111.4603874313798, 40.343462237676988 ], [ -111.46011516139436, 40.343247099806256 ], [ -111.4599252491099, 40.343022624615791 ], [ -111.45972166839231, 40.342518917594262 ], [ -111.45956634710535, 40.342186193639847 ], [ -111.45913815620217, 40.341548239369317 ], [ -111.45880538212656, 40.341090089459101 ], [ -111.45853312673977, 40.340874947695717 ], [ -111.45821365730113, 40.340641973877922 ], [ -111.45790602439648, 40.34041796153182 ], [ -111.45762145333092, 40.340121783320022 ], [ -111.45739538634427, 40.3397713177065 ], [ -111.45710960420078, 40.3392949584617 ], [ -111.45672909413419, 40.338737889498731 ], [ -111.45642104985046, 40.338450810139328 ], [ -111.45610184179701, 40.338253866243242 ], [ -111.45578287808806, 40.338092957407476 ], [ -111.45506272597287, 40.337798488275361 ], [ -111.45414244031809, 40.337504800565185 ], [ -111.45383549910711, 40.337379876042583 ], [ -111.4536343339859, 40.337227508229859 ], [ -111.453515459112, 40.33705679899208 ], [ -111.4533709287229, 40.33657086710059 ], [ -111.45315510138298, 40.335986112766093 ], [ -111.45294060307461, 40.335599555885807 ], [ -111.4525722818486, 40.335096480481916 ], [ -111.45228715504911, 40.334710198635534 ], [ -111.45189674118467, 40.334423429010748 ], [ -111.4515167218934, 40.333929405057539 ], [ -111.4510183861171, 40.333345748823 ], [ -111.45059057177001, 40.332743797209808 ], [ -111.45025843796896, 40.332366702510676 ], [ -111.44986732834768, 40.331971817726469 ], [ -111.44959483913891, 40.33171160919747 ], [ -111.44941748329249, 40.331595178278441 ], [ -111.44909862650937, 40.331443259577547 ], [ -111.44843731392506, 40.331130501768456 ], [ -111.4478232136274, 40.330835575867525 ], [ -111.44717362508551, 40.330513756152115 ], [ -111.44646518434756, 40.330192159924238 ], [ -111.44599325006708, 40.330031814084194 ], [ -111.44574533431808, 40.329924658753363 ], [ -111.44550877628335, 40.329754394442396 ], [ -111.44517739577078, 40.329485392920539 ], [ -111.44486926513265, 40.32917125479846 ], [ -111.44466737594881, 40.328901753709204 ], [ -111.44455995514326, 40.328676935463818 ], [ -111.44444058640364, 40.328425135277548 ], [ -111.44437983882824, 40.328137072789467 ], [ -111.44436712217471, 40.327992973700233 ], [ -111.44440137246622, 40.327830675687515 ], [ -111.44444751201831, 40.327686350474558 ], [ -111.44460982652009, 40.327307338348234 ], [ -111.44474836048531, 40.326892380412112 ], [ -111.44478184056476, 40.326612964990858 ], [ -111.44468595760037, 40.326352065410013 ], [ -111.44454328705619, 40.326136391793895 ], [ -111.44420021631186, 40.325876441446056 ], [ -111.44375085630961, 40.325562842345178 ], [ -111.44337265586888, 40.325330052014714 ], [ -111.44305395990386, 40.32519613430749 ], [ -111.44264109891681, 40.325062576074338 ], [ -111.44240503623905, 40.324964377352678 ], [ -111.44221588087467, 40.324838971084652 ], [ -111.44199082642889, 40.324623609153271 ], [ -111.44170603922286, 40.32427333608188 ], [ -111.44129136783266, 40.323860493061197 ], [ -111.44112534822095, 40.323671931942698 ], [ -111.44091271640194, 40.323555622281681 ], [ -111.44062981373862, 40.323493635437053 ], [ -111.44027652267712, 40.323467952834669 ], [ -111.44001716195049, 40.323405874886703 ], [ -111.43985173172507, 40.32330740222293 ], [ -111.43966246880504, 40.323163973628937 ], [ -111.43920137733716, 40.322850401236167 ], [ -111.43869291713577, 40.322491960346966 ], [ -111.43836142446101, 40.322195911523494 ], [ -111.43800598662494, 40.321836887597094 ], [ -111.43787505888911, 40.321612151822265 ], [ -111.43785064544677, 40.321477105363655 ], [ -111.43788479179503, 40.321296790956985 ], [ -111.43794212888946, 40.321062333192458 ], [ -111.43802195765878, 40.320665623569241 ], [ -111.43810324138389, 40.320494139841401 ], [ -111.4381382601801, 40.320448960918704 ], [ -111.43822030060932, 40.320394594610555 ], [ -111.4382908039745, 40.320376308993367 ], [ -111.43849077701718, 40.320357532653297 ], [ -111.43874977476021, 40.320365559896651 ], [ -111.43933821507896, 40.320354317351224 ], [ -111.43959709602609, 40.320344324622468 ], [ -111.44022067033346, 40.320305916295048 ], [ -111.44066757742966, 40.320250159201464 ], [ -111.44091433615696, 40.320186154147038 ], [ -111.4410903575771, 40.320104399787034 ], [ -111.44123083423705, 40.319986743699914 ], [ -111.44134724265535, 40.319788095930335 ], [ -111.44157941181427, 40.3192917006306 ], [ -111.44183458844834, 40.318714133604978 ], [ -111.44210188292642, 40.318190575228584 ], [ -111.44232303594731, 40.317811340830424 ], [ -111.4424625647987, 40.317549538629436 ], [ -111.4426960126991, 40.317251339828196 ], [ -111.44282388730106, 40.317007600295007 ], [ -111.44288079175762, 40.316710076747256 ], [ -111.44285554618519, 40.316448904725583 ], [ -111.44277121921398, 40.316151921769006 ], [ -111.44265187958685, 40.315900119038496 ], [ -111.44238942962475, 40.315360567009336 ], [ -111.44225750091061, 40.314982682237513 ], [ -111.44226803562495, 40.314793447353345 ], [ -111.44232599886669, 40.314658086733601 ], [ -111.44246622695647, 40.314504392935667 ], [ -111.44261839980416, 40.314377681067924 ], [ -111.44271160987877, 40.314233176117895 ], [ -111.44272220206332, 40.314052950218453 ], [ -111.44277998724716, 40.313890562231933 ], [ -111.44288520056193, 40.313782048264521 ], [ -111.44302595546078, 40.313709435172797 ], [ -111.44317865554348, 40.31366380395631 ], [ -111.44358973837893, 40.313536098659881 ], [ -111.44383617499447, 40.313427042229407 ], [ -111.44402347206373, 40.313273165928734 ], [ -111.44413980190073, 40.313065506180834 ], [ -111.44419746480357, 40.312885099394755 ], [ -111.444219821495, 40.31270482815043 ], [ -111.44414826531994, 40.312560954568205 ], [ -111.44407706352526, 40.312471135200887 ], [ -111.44401721747039, 40.31231820730914 ], [ -111.44402833697818, 40.312219062651465 ], [ -111.44408658960752, 40.312128746342943 ], [ -111.44414513718566, 40.312083475227382 ], [ -111.44432107467001, 40.311992706925849 ], [ -111.44457962746856, 40.311937657985496 ], [ -111.44480287436463, 40.311882744219162 ], [ -111.44495527348754, 40.311792065451414 ], [ -111.44509584459516, 40.311692422718167 ], [ -111.44520105080451, 40.311583906641459 ], [ -111.44559851318854, 40.311176959167582 ], [ -111.44598479513799, 40.310860146135859 ], [ -111.44632429698378, 40.310588558654167 ], [ -111.44660495502087, 40.310317197343572 ], [ -111.4469440953369, 40.309991553778438 ], [ -111.44771823579171, 40.309601161646377 ], [ -111.44799930085728, 40.309392860268396 ], [ -111.44817445202608, 40.309184968556274 ], [ -111.44837242317936, 40.308868876830779 ], [ -111.4485353867548, 40.30859796686218 ], [ -111.4486746344534, 40.308300120803786 ], [ -111.44877887564047, 40.308047456747602 ], [ -111.44891835974201, 40.307785646561378 ], [ -111.44928095207652, 40.30745089575823 ], [ -111.44960889496242, 40.307215380522507 ], [ -111.44984221636571, 40.306908158084497 ], [ -111.44994579352051, 40.306556393445057 ], [ -111.44996693734336, 40.306195940057918 ], [ -111.45010521711005, 40.305753947461895 ], [ -111.45020903044032, 40.305438218723744 ], [ -111.45038404502982, 40.305212305521039 ], [ -111.45060666638265, 40.305067290160643 ], [ -111.45092348488681, 40.304930916544315 ], [ -111.45106421280029, 40.304858293707802 ], [ -111.45169772470335, 40.304567525022158 ], [ -111.45201417835942, 40.304377094149828 ], [ -111.45234203682112, 40.304132562127059 ], [ -111.45269360752049, 40.303914964233662 ], [ -111.4531268230151, 40.303588934134019 ], [ -111.45378264248718, 40.303117880967946 ], [ -111.45434437820573, 40.302656202861861 ], [ -111.45506963238388, 40.302013693247865 ], [ -111.4556903046829, 40.301569795281537 ], [ -111.45604124555052, 40.301262096782388 ], [ -111.45629889918456, 40.301080895170955 ], [ -111.45661574820213, 40.30095351508438 ], [ -111.45673317129116, 40.300917014443613 ], [ -111.45713244527481, 40.300798316804645 ], [ -111.45728504595554, 40.300743658032616 ], [ -111.4573547946685, 40.300617252322894 ], [ -111.45732980368244, 40.300401128238704 ], [ -111.45721116717372, 40.300257448548081 ], [ -111.45698651189186, 40.300096168971514 ], [ -111.45659688547948, 40.29989950298679 ], [ -111.45605363228773, 40.299604339187027 ], [ -111.45575796026061, 40.299380272094844 ], [ -111.45554465405495, 40.299155879954505 ], [ -111.45534287356986, 40.298895404891773 ], [ -111.45502319111888, 40.298599356062418 ], [ -111.45466815271195, 40.298294435988517 ], [ -111.4543609662924, 40.2981064476716 ], [ -111.45392417410127, 40.297891939224897 ], [ -111.45353456919374, 40.297695262734123 ], [ -111.45320373626089, 40.297489345424616 ], [ -111.45284937344105, 40.297283519259274 ], [ -111.45270764093947, 40.297202990295339 ], [ -111.4525778550211, 40.297149442302612 ], [ -111.45237783431672, 40.297150224560113 ], [ -111.45223676335509, 40.297168794649444 ], [ -111.45220152563218, 40.297177941673908 ], [ -111.45206033448089, 40.297178493432639 ], [ -111.45195432106129, 40.297160889022202 ], [ -111.45193030901993, 40.297088908477129 ], [ -111.45196512653817, 40.297016698126463 ], [ -111.45202347576074, 40.296944395829705 ], [ -111.4520935907356, 40.296872047528097 ], [ -111.45231558045562, 40.296636938253016 ], [ -111.45259411343334, 40.296059254195718 ], [ -111.45257928223488, 40.295599838185147 ], [ -111.45242332444765, 40.295149983374564 ], [ -111.4522441981166, 40.294754274657983 ], [ -111.45201729178339, 40.29425064074691 ], [ -111.45194441852844, 40.29390857212298 ], [ -111.4518484354532, 40.293629658774258 ], [ -111.45172934256689, 40.293413900652261 ], [ -111.45157555440488, 40.293288370807936 ], [ -111.45135135522244, 40.293190143351531 ], [ -111.45110380595771, 40.293119034397904 ], [ -111.45089161272952, 40.293056796432303 ], [ -111.45034939606084, 40.292905750132235 ], [ -111.4499722526308, 40.292808115209596 ], [ -111.44976041975322, 40.292799929561248 ], [ -111.44944270036794, 40.292792154895032 ], [ -111.44916033621003, 40.292793251408739 ], [ -111.44897197418656, 40.29277596389754 ], [ -111.44888937954804, 40.292740247174443 ], [ -111.44877131073588, 40.29267764009191 ], [ -111.4486411791119, 40.292570033161056 ], [ -111.44841633149288, 40.292372700200247 ], [ -111.44819202083293, 40.292256448424148 ], [ -111.44782647072275, 40.29213173367139 ], [ -111.44720137844685, 40.291899909601355 ], [ -111.44681218338948, 40.291757264415175 ], [ -111.44643493277935, 40.291641599733644 ], [ -111.44621127968306, 40.291624443884622 ], [ -111.44584656542582, 40.291625849865333 ], [ -111.4457054448917, 40.29163540288188 ], [ -111.4455640876503, 40.29160891942746 ], [ -111.44542243477999, 40.291537390424438 ], [ -111.44533972522795, 40.29148365299109 ], [ -111.44524489612145, 40.291375906319381 ], [ -111.44514977176354, 40.291223114186998 ], [ -111.44475875404686, 40.290801180657482 ], [ -111.44448656924895, 40.290558975406029 ], [ -111.4442383878026, 40.290388751781279 ], [ -111.44402609140047, 40.290308482957947 ], [ -111.44369650161681, 40.290282719433485 ], [ -111.44347297141925, 40.290283576418034 ], [ -111.44311967594808, 40.290230874193028 ], [ -111.44283667539149, 40.29013285533545 ], [ -111.44252996995507, 40.290007898533084 ], [ -111.44218832389078, 40.289937130289893 ], [ -111.44179985447155, 40.289902577061319 ], [ -111.44143526648141, 40.289921987252555 ], [ -111.44102391230484, 40.289986621094904 ], [ -111.44050655794175, 40.290033638481205 ], [ -111.43998926126397, 40.290089662641535 ], [ -111.43957848833507, 40.290244382196448 ], [ -111.43908629296354, 40.290543558208633 ], [ -111.4383710267262, 40.290915651948701 ], [ -111.43781993841394, 40.291206036369296 ], [ -111.43733833177411, 40.291324978757061 ], [ -111.43688002129592, 40.291407793958932 ], [ -111.4363159987855, 40.291518033954972 ], [ -111.43561056312384, 40.291592766486289 ], [ -111.43482277086274, 40.291667804256463 ], [ -111.43430597586195, 40.291804884872214 ], [ -111.434047721666, 40.29189594703805 ], [ -111.43398895408599, 40.291905176792334 ], [ -111.43395371658033, 40.291914318265967 ], [ -111.43390671401816, 40.291923503851358 ], [ -111.43378906354751, 40.291923945010232 ], [ -111.43364782539454, 40.291915465154268 ], [ -111.43350624188002, 40.291852930592036 ], [ -111.43331696558108, 40.291691472128214 ], [ -111.43303219029369, 40.291314147480357 ], [ -111.43246397003189, 40.290766705076365 ], [ -111.43190763840937, 40.290237234052498 ], [ -111.43111544970431, 40.289618546269033 ], [ -111.43056108179886, 40.289395377835319 ], [ -111.43017204987841, 40.289270694548385 ], [ -111.42991225841628, 40.289118501877496 ], [ -111.42965178354028, 40.288858199435396 ], [ -111.42949736204186, 40.288624530694925 ], [ -111.42902370670623, 40.288139785175957 ], [ -111.42859825352703, 40.287835045363593 ], [ -111.42827959262402, 40.287674057717332 ], [ -111.4278547705719, 40.287468415240511 ], [ -111.42722967523706, 40.287218464297979 ], [ -111.42691119049785, 40.287084500146385 ], [ -111.4266283960978, 40.287013468715003 ], [ -111.42642840457786, 40.287014205958599 ], [ -111.42612287463463, 40.28706938747041 ], [ -111.42558307671433, 40.287287597740573 ], [ -111.42474990106105, 40.287624003924073 ], [ -111.42398679671336, 40.287879063536479 ], [ -111.42322301227867, 40.288026008850032 ], [ -111.4228467202914, 40.288054412587016 ], [ -111.42248202409381, 40.288055744821825 ], [ -111.42186965943534, 40.2879588767616 ], [ -111.42153986505801, 40.287897013572447 ], [ -111.42122228304582, 40.28790717948884 ], [ -111.42077579564327, 40.28799889721094 ], [ -111.42032975348974, 40.28816268609696 ], [ -111.42004802099309, 40.288262811680518 ], [ -111.4197307156581, 40.288318019064747 ], [ -111.41927195801132, 40.288328691679624 ], [ -111.41888406498192, 40.28838415250862 ], [ -111.41864955405994, 40.288511131658183 ], [ -111.41852125618405, 40.288691782060823 ], [ -111.41828746552598, 40.288935878926061 ], [ -111.41808818979142, 40.289053720230775 ], [ -111.41784168854485, 40.289144703812148 ], [ -111.41761849404151, 40.289199565499203 ], [ -111.41746566510689, 40.289218135644376 ], [ -111.41727759767328, 40.289245841991367 ], [ -111.41697166249033, 40.289237935619447 ], [ -111.41659491847382, 40.28919424616366 ], [ -111.41621789860817, 40.289105509911138 ], [ -111.41565286734648, 40.289053485245432 ], [ -111.41514688026193, 40.289037283231053 ], [ -111.4148646406228, 40.289056314200444 ], [ -111.41466502818916, 40.289120094947911 ], [ -111.41432490032133, 40.289292490363124 ], [ -111.41398466078245, 40.28944686655101 ], [ -111.41394942180308, 40.289456001943144 ], [ -111.41391412785458, 40.289456128209039 ], [ -111.41371434854103, 40.289492879975441 ], [ -111.41350258472535, 40.289493636979635 ], [ -111.41332578558399, 40.289440212823123 ], [ -111.41317262571829, 40.289404722607216 ], [ -111.41296080733039, 40.289396469501852 ], [ -111.41285498038273, 40.289405856478922 ], [ -111.41271418827334, 40.289469423960689 ], [ -111.41267922308614, 40.289523604551242 ], [ -111.41266789677699, 40.289595719446531 ], [ -111.41266844472165, 40.289685810613413 ], [ -111.41268048339391, 40.289730814235305 ], [ -111.41278844849433, 40.290072782945742 ], [ -111.4128606816731, 40.290342804554392 ], [ -111.41283912553679, 40.290667216658264 ], [ -111.41266484446567, 40.2910282107946 ], [ -111.4123728021671, 40.291371605804144 ], [ -111.41201054963493, 40.291778315262469 ], [ -111.4118357144532, 40.292049216979457 ], [ -111.41175472568571, 40.292274737938911 ], [ -111.41168577491422, 40.292545262539839 ], [ -111.41162897147565, 40.292878809023051 ], [ -111.41159580741882, 40.293230289980315 ], [ -111.41146824687178, 40.293537060120606 ], [ -111.41131677199142, 40.293780849983214 ], [ -111.4111651322181, 40.293997612307926 ], [ -111.4108269897005, 40.294503334577868 ], [ -111.4106059530297, 40.294918547240457 ], [ -111.41050115295342, 40.295099105203271 ], [ -111.4103601833479, 40.295135642495545 ], [ -111.41030140963986, 40.295144860242935 ], [ -111.41025440155867, 40.295154036241563 ], [ -111.41005438562325, 40.29515474530141 ], [ -111.40966590174979, 40.295120084278679 ], [ -111.40923051877739, 40.29511261575658 ], [ -111.4087717674764, 40.295132256073089 ], [ -111.40814867628937, 40.295215539556644 ], [ -111.40771410503423, 40.295343202029549 ], [ -111.40746783748163, 40.295479209158458 ], [ -111.40713980363708, 40.295714605865051 ], [ -111.4070341822225, 40.295760024014093 ], [ -111.40689315530426, 40.295787547980233 ], [ -111.40672848870936, 40.295797136272981 ], [ -111.40645771428359, 40.295771059930239 ], [ -111.40637535399352, 40.295771349238976 ], [ -111.4057513916876, 40.295710474012452 ], [ -111.40499806115835, 40.295659057643164 ], [ -111.40411541603378, 40.295626106721379 ], [ -111.40371570276976, 40.295681557987507 ], [ -111.40343375354273, 40.295754615905643 ], [ -111.40310532952331, 40.295926937415096 ], [ -111.40295274889782, 40.295990534049999 ], [ -111.40264694507259, 40.296009617303476 ], [ -111.40248217038048, 40.296001181321621 ], [ -111.40219936381052, 40.295930090346786 ], [ -111.40178638721702, 40.295733320529941 ], [ -111.40125484985676, 40.295383802282295 ], [ -111.40069973348085, 40.295025353921488 ], [ -111.40035672229568, 40.294720224948406 ], [ -111.40013190088517, 40.294504779323532 ], [ -111.39997788642594, 40.294325125719894 ], [ -111.39986960713239, 40.293920081156628 ], [ -111.39977420941054, 40.293704187428524 ], [ -111.39965575922731, 40.293569457020276 ], [ -111.39938441286559, 40.293444263678069 ], [ -111.39864128918981, 40.29312249134987 ], [ -111.39807523281755, 40.292899207552935 ], [ -111.39749704542315, 40.29261289747862 ], [ -111.39716677536319, 40.292469882703827 ], [ -111.39691954810502, 40.292443703166541 ], [ -111.39656696095692, 40.292507977378897 ], [ -111.39636763674716, 40.292625781433117 ], [ -111.39591100112506, 40.293005735907073 ], [ -111.39564171292228, 40.293231889807394 ], [ -111.39543161736756, 40.29352090595043 ], [ -111.3950829582223, 40.294260860365313 ], [ -111.39460455506304, 40.29494720038138 ], [ -111.39426628401452, 40.295452874781347 ], [ -111.3941726817644, 40.295543286775555 ], [ -111.39396163105475, 40.295670135897112 ], [ -111.39346840989234, 40.295833981807036 ], [ -111.39295191564626, 40.296042951187736 ], [ -111.39263496848737, 40.296170157496171 ], [ -111.39251757069391, 40.296215602366949 ], [ -111.39229417579151, 40.29624338795653 ], [ -111.39212919338162, 40.29619890071065 ], [ -111.39189330384087, 40.29610059759203 ], [ -111.39170468633944, 40.296038171181152 ], [ -111.39145734409959, 40.295993961779644 ], [ -111.39105699472941, 40.295941259802284 ], [ -111.39069173581477, 40.295852400724037 ], [ -111.38964323474532, 40.295621694580248 ], [ -111.38887732448092, 40.295426066670423 ], [ -111.38826478505625, 40.295301993557381 ], [ -111.3879351908779, 40.295276071222759 ], [ -111.38766478579808, 40.295313014798332 ], [ -111.38706545458963, 40.295441151695087 ], [ -111.38680707095182, 40.295523099587186 ], [ -111.38644294885756, 40.295632428047689 ], [ -111.3861608270372, 40.295678416550658 ], [ -111.38592551166327, 40.295679201709532 ], [ -111.38560763104459, 40.295644224366875 ], [ -111.38519516426845, 40.295528477322826 ], [ -111.38485334434682, 40.295421503138776 ], [ -111.38466463295322, 40.295341046927625 ], [ -111.38381581949932, 40.295046558678209 ], [ -111.38300256453614, 40.294796993019546 ], [ -111.38235423671871, 40.294582913945376 ], [ -111.38182458259659, 40.294548625850545 ], [ -111.38149509572561, 40.294540703423962 ], [ -111.38128361914188, 40.294595456391477 ], [ -111.3810725470799, 40.294722282119892 ], [ -111.38083824642833, 40.294903239781917 ], [ -111.38073311410973, 40.295038725433933 ], [ -111.38060495546597, 40.295264379830087 ], [ -111.38057097246562, 40.295498733649744 ], [ -111.38057228659372, 40.295732971351448 ], [ -111.3804912399529, 40.295967479928024 ], [ -111.38035095930064, 40.29613010871963 ], [ -111.3800813542198, 40.296311180869324 ], [ -111.37942458102, 40.296691727487001 ], [ -111.37914330595552, 40.296890854323522 ], [ -111.3785331838808, 40.297199168519398 ], [ -111.37807526227786, 40.297371842636437 ], [ -111.37754639069423, 40.297481681342454 ], [ -111.37725233857236, 40.297500659136958 ], [ -111.37692273766811, 40.297474705469817 ], [ -111.37654592261822, 40.29742187661504 ], [ -111.37621612247946, 40.297359884355487 ], [ -111.37602756563908, 40.297306441494662 ], [ -111.37582724303805, 40.297253036545584 ], [ -111.37568624995761, 40.29728953168248 ], [ -111.37487379413412, 40.297184055298167 ], [ -111.37456787695528, 40.297185046099088 ], [ -111.37434412320795, 40.297149733048748 ], [ -111.37403756034813, 40.297033603539454 ], [ -111.37384865853561, 40.296917093082385 ], [ -111.37368314043965, 40.296773478867095 ], [ -111.37335240386892, 40.296540304596718 ], [ -111.3729160736786, 40.296361525616142 ], [ -111.37276272085103, 40.296289945326436 ], [ -111.3726209857611, 40.29619129948918 ], [ -111.37244365671779, 40.296038712205636 ], [ -111.37206467881192, 40.295589466058161 ], [ -111.37162643327383, 40.29505932521247 ], [ -111.37114118153536, 40.29453834275742 ], [ -111.37065583881781, 40.293999339876606 ], [ -111.37027703172095, 40.293577115079188 ], [ -111.36999264697738, 40.293208642980339 ], [ -111.36973248331772, 40.292966223162665 ], [ -111.3692835866656, 40.292634312131341 ], [ -111.36874018102205, 40.292230626046276 ], [ -111.36820908481468, 40.291926000681698 ], [ -111.36796152820489, 40.291836695077464 ], [ -111.36767877455745, 40.291765519430285 ], [ -111.36741974686434, 40.291730305016905 ], [ -111.36717258205354, 40.291713071011429 ], [ -111.36653663352793, 40.291597966289224 ], [ -111.36593564219244, 40.291419682287646 ], [ -111.36554657010095, 40.291267753768409 ], [ -111.36519264928157, 40.291088685036407 ], [ -111.36482667469006, 40.290855597309964 ], [ -111.36416532232835, 40.290389196169528 ], [ -111.36325653235998, 40.289851493747733 ], [ -111.36231279943874, 40.289376958795643 ], [ -111.36161704912213, 40.289072818437091 ], [ -111.36080356316714, 40.288751022426112 ], [ -111.36019084737707, 40.288572745005915 ], [ -111.35987282169053, 40.288501660012741 ], [ -111.35957861221844, 40.288484556071047 ], [ -111.35929640597242, 40.288512460724284 ], [ -111.35893194283514, 40.288558638539612 ], [ -111.35861439466174, 40.288577641837577 ], [ -111.35830827785794, 40.288533543600956 ], [ -111.35797848973476, 40.288462489822678 ], [ -111.35738950272702, 40.288320161424252 ], [ -111.35676546149605, 40.288222984734475 ], [ -111.35654198305019, 40.288232682924125 ], [ -111.35633041099101, 40.288269371987418 ], [ -111.35598994880102, 40.28840555986077 ], [ -111.35562633384551, 40.288613892485316 ], [ -111.35506295382113, 40.288867883777208 ], [ -111.35434625241041, 40.289050267389186 ], [ -111.35388860532387, 40.289276901124914 ], [ -111.35339561402488, 40.289494631680945 ], [ -111.35305495223497, 40.289594774222898 ], [ -111.35274934956593, 40.289649762267551 ], [ -111.35231409994103, 40.289660097738263 ], [ -111.35190209935953, 40.289616304927669 ], [ -111.3514662431125, 40.289509517856288 ], [ -111.35105377784122, 40.289375630201718 ], [ -111.35052301560518, 40.289115968981761 ], [ -111.35006331002619, 40.288946183590433 ], [ -111.34969786299177, 40.288803139493126 ], [ -111.34941467690365, 40.288641827195441 ], [ -111.34923769787385, 40.288543258948465 ], [ -111.34883668316918, 40.288346263516573 ], [ -111.34848319153384, 40.288239216817651 ], [ -111.34824757729798, 40.288176860934392 ], [ -111.34752911111251, 40.288016853289378 ], [ -111.34716367438264, 40.287873801121385 ], [ -111.34695136119501, 40.287766326043986 ], [ -111.34678596826666, 40.287631681975718 ], [ -111.34664382865265, 40.287442912042344 ], [ -111.3464665807541, 40.287290284370073 ], [ -111.34638400024336, 40.287245484983856 ], [ -111.34624264405778, 40.287209870764968 ], [ -111.34605432252454, 40.287192415503334 ], [ -111.34517222538319, 40.287240096991525 ], [ -111.3441728031413, 40.287351186101091 ], [ -111.34377308808314, 40.287406430361173 ], [ -111.34358504031918, 40.287443026232374 ], [ -111.34349115317745, 40.287488351629634 ], [ -111.34339753947037, 40.2875877321027 ], [ -111.34330429013974, 40.287759186033867 ], [ -111.34319945813013, 40.28796671154911 ], [ -111.34310584333913, 40.288066091782433 ], [ -111.34291797550452, 40.288138723340275 ], [ -111.34264761906783, 40.288184570925772 ], [ -111.34155415296661, 40.288313934536255 ], [ -111.34097818801601, 40.28841473592216 ], [ -111.34044946049319, 40.288551432763249 ], [ -111.33999109280936, 40.288642873828572 ], [ -111.33939136812289, 40.288698690499594 ], [ -111.33869703070923, 40.28865567847059 ], [ -111.33793165781849, 40.288522776500173 ], [ -111.33717800769189, 40.288380825971977 ], [ -111.33664770820508, 40.288202183582122 ], [ -111.3362352797716, 40.288068242919024 ], [ -111.33581059801415, 40.287835233737013 ], [ -111.33539741641427, 40.287548133677035 ], [ -111.33512563328239, 40.28730566930993 ], [ -111.33491267379898, 40.287063034039342 ], [ -111.33466402305058, 40.286739417634799 ], [ -111.33438034835955, 40.286469957879682 ], [ -111.33404988525594, 40.286254688489748 ], [ -111.33363694220755, 40.286012628012394 ], [ -111.333141520582, 40.285743775555623 ], [ -111.33259895828883, 40.285457037812563 ], [ -111.33189143997146, 40.285116714786447 ], [ -111.33117207685193, 40.284758402641287 ], [ -111.3308298683264, 40.284543157586555 ], [ -111.33041659622343, 40.284229011784781 ], [ -111.33019220627793, 40.284049465651002 ], [ -111.32995574710577, 40.283806888146984 ], [ -111.3296718845455, 40.283492370533331 ], [ -111.32944649311641, 40.283105611046366 ], [ -111.32928014079889, 40.282763729778367 ], [ -111.32920890365291, 40.28262879242709 ], [ -111.32904355834563, 40.282494122686266 ], [ -111.32880758884991, 40.282350644082108 ], [ -111.32850134456238, 40.282270429892165 ], [ -111.3281129306876, 40.282226485278692 ], [ -111.32774817483612, 40.282209500364573 ], [ -111.3274188835308, 40.28222845130405 ], [ -111.32703086128265, 40.282265585991404 ], [ -111.32649021615242, 40.282366215496275 ], [ -111.32600860356108, 40.282511722854245 ], [ -111.32566810871879, 40.282647821768329 ], [ -111.32548045302555, 40.282765471175324 ], [ -111.32531641030764, 40.282901072564542 ], [ -111.32515275541215, 40.283117756662335 ], [ -111.32493114364854, 40.283514790022281 ], [ -111.3245817217538, 40.284245526953633 ], [ -111.32420773139852, 40.284760107563493 ], [ -111.32386907051823, 40.285283597374686 ], [ -111.32349472548933, 40.285726101927814 ], [ -111.32334273631096, 40.285924732091914 ], [ -111.32303888395805, 40.286349019448693 ], [ -111.32267577788281, 40.286683377923957 ], [ -111.32250046961582, 40.286927118640619 ], [ -111.32239497586325, 40.287008496614035 ], [ -111.32218377371775, 40.287126206211695 ], [ -111.32198433522579, 40.287243882686838 ], [ -111.32165527401897, 40.287316872581343 ], [ -111.3213142343793, 40.287344848150155 ], [ -111.32097289614138, 40.287309758225064 ], [ -111.32093760294111, 40.287309856125411 ], [ -111.32054929260775, 40.287292913892252 ], [ -111.31990229318264, 40.287303713865825 ], [ -111.31939642395433, 40.287305111394581 ], [ -111.31867862620915, 40.287271053281671 ], [ -111.31834922311403, 40.287271960067315 ], [ -111.31803154217586, 40.287263824364146 ], [ -111.31759609086109, 40.287228983119313 ], [ -111.31714908613792, 40.287239218562455 ], [ -111.31683174200194, 40.287303153295369 ], [ -111.31598575373094, 40.287530700042744 ], [ -111.31556244322068, 40.28757690197321 ], [ -111.3155271498629, 40.287576998223763 ], [ -111.3152331641037, 40.287604827545316 ], [ -111.31498606866492, 40.287596491152762 ], [ -111.31491544011303, 40.287587674073833 ], [ -111.31469158120447, 40.28751620848535 ], [ -111.31444419390331, 40.287444806406519 ], [ -111.31398496420192, 40.287355960198241 ], [ -111.31341977285528, 40.2872493805761 ], [ -111.31313696996568, 40.287151043626963 ], [ -111.31284215431268, 40.286998682468543 ], [ -111.31226429127376, 40.28669392612229 ], [ -111.31147434606862, 40.286317663307791 ], [ -111.31089641239606, 40.285994881602193 ], [ -111.31049548202427, 40.285788743490592 ], [ -111.31016534465243, 40.28562746090774 ], [ -111.30987029543078, 40.285421036735272 ], [ -111.30949252985906, 40.285133749057039 ], [ -111.30919736168283, 40.284900295455174 ], [ -111.30878398207216, 40.284541025899223 ], [ -111.30850066471758, 40.28432555753924 ], [ -111.30817025281152, 40.284101204577382 ], [ -111.30789878481222, 40.283903721839984 ], [ -111.30763891882229, 40.283670170256286 ], [ -111.30743771008977, 40.283400424882309 ], [ -111.30739008384602, 40.283274420667851 ], [ -111.30733020450629, 40.283040336901813 ], [ -111.30723507546524, 40.282815356037624 ], [ -111.30709260730666, 40.282527435351795 ], [ -111.30697325994079, 40.282149359727505 ], [ -111.30691264971449, 40.281753109487333 ], [ -111.3069461065375, 40.281347600347374 ], [ -111.30700292659299, 40.28090599181197 ], [ -111.30700145954317, 40.280581659345742 ], [ -111.30702347815033, 40.280248255202807 ], [ -111.30708131584284, 40.280031877460516 ], [ -111.30718608331374, 40.279788347067857 ], [ -111.3073611428737, 40.279481564458791 ], [ -111.30766363375031, 40.278741994204225 ], [ -111.30798988895545, 40.278056415904118 ], [ -111.30842183809271, 40.277334517543729 ], [ -111.30869024939193, 40.276865315664139 ], [ -111.30897021448776, 40.276351035528698 ], [ -111.30900435373144, 40.276098682564829 ], [ -111.30894443431514, 40.275855590099383 ], [ -111.30876689146892, 40.275612811517853 ], [ -111.30835303900602, 40.275136419472048 ], [ -111.3080926736762, 40.274785748269899 ], [ -111.30795066850654, 40.274596929875152 ], [ -111.30782087566837, 40.274507181695185 ], [ -111.30759718983407, 40.274462729763925 ], [ -111.30725620868633, 40.274490663740266 ], [ -111.30640965599721, 40.274564983338699 ], [ -111.30636256650912, 40.274556098669436 ], [ -111.30592736487102, 40.274557250091206 ], [ -111.30558589587648, 40.274477068197911 ], [ -111.30525594679966, 40.274342798784808 ], [ -111.30491419641143, 40.274199550170557 ], [ -111.30428979310469, 40.273975959986466 ], [ -111.30360622092967, 40.273671437487998 ], [ -111.30324051065836, 40.273429143862863 ], [ -111.30290992812388, 40.273150719696332 ], [ -111.30286275968481, 40.27312381509433 ], [ -111.30274469813685, 40.273025021126365 ], [ -111.3026621637013, 40.272980190252945 ], [ -111.30252085987264, 40.272944522336473 ], [ -111.30234443090436, 40.272944983453613 ], [ -111.30212107448266, 40.272972594903436 ], [ -111.30161587155821, 40.273100043830325 ], [ -111.30089887119111, 40.273210022782933 ], [ -111.30035829845254, 40.273319539475644 ], [ -111.299828928929, 40.273302893633414 ], [ -111.29932308363765, 40.273286184520259 ], [ -111.29846402236431, 40.273189300586317 ], [ -111.29789893348443, 40.273073635118124 ], [ -111.29768674418034, 40.272966068911707 ], [ -111.29752160323362, 40.272858381353686 ], [ -111.29737990769053, 40.272732614592279 ], [ -111.29702523756154, 40.272319095087454 ], [ -111.29674129981416, 40.2719414305299 ], [ -111.29659889919115, 40.271653496139123 ], [ -111.29645665713662, 40.271401598588604 ], [ -111.29637373553091, 40.271266670608306 ], [ -111.29630285110467, 40.271194777261009 ], [ -111.29617311941662, 40.271114025143497 ], [ -111.29601998266342, 40.271060360835257 ], [ -111.29565513730302, 40.271007237435576 ], [ -111.29517267656563, 40.270954412962595 ], [ -111.29479618818912, 40.270928344632168 ], [ -111.29457248344684, 40.270874858161683 ], [ -111.29447823449649, 40.270839060606953 ], [ -111.29440758691459, 40.270821221651246 ], [ -111.29433686125664, 40.270785364129843 ], [ -111.29426601853223, 40.270722478780712 ], [ -111.29420689844426, 40.27065055422252 ], [ -111.29419459037879, 40.270524454462787 ], [ -111.29424085559586, 40.27034414960746 ], [ -111.29439168462196, 40.269866269819175 ], [ -111.29441411360538, 40.269613950615316 ], [ -111.2944130588542, 40.269370700510024 ], [ -111.29435272904809, 40.269019488830892 ], [ -111.29436281084351, 40.268632060550487 ], [ -111.29444334208974, 40.268217424912606 ], [ -111.29458252127243, 40.267766602444169 ], [ -111.29463874640611, 40.267171841164043 ], [ -111.29463698730513, 40.266766424152721 ], [ -111.29460049303772, 40.266487226690302 ], [ -111.2944335368158, 40.265956098921698 ], [ -111.2942910415379, 40.265641133505298 ], [ -111.29422016521771, 40.265569238783428 ], [ -111.29412580676876, 40.265506413073226 ], [ -111.29394931899604, 40.26548884278295 ], [ -111.29374958281976, 40.265534396822922 ], [ -111.29346787212424, 40.265661242755499 ], [ -111.29278718992735, 40.265996313619972 ], [ -111.29200022768508, 40.266232545652834 ], [ -111.29140081450586, 40.266324150314453 ], [ -111.29121268040076, 40.266333633284979 ], [ -111.29100106324934, 40.266352184373382 ], [ -111.29068352160408, 40.2663529824679 ], [ -111.29033050494492, 40.266308821860754 ], [ -111.28988313322402, 40.266201831002135 ], [ -111.28945882358717, 40.265986668302396 ], [ -111.28905773124663, 40.265699371090463 ], [ -111.28866878591113, 40.265502135865908 ], [ -111.28807956827022, 40.265224313739239 ], [ -111.28723120391639, 40.264848029042305 ], [ -111.28692485877056, 40.264713648460877 ], [ -111.28678319986329, 40.264587868418673 ], [ -111.28665292167643, 40.264371966294036 ], [ -111.28655777353703, 40.264119939539 ], [ -111.2864273829787, 40.263877009302618 ], [ -111.2862856507862, 40.263733210066711 ], [ -111.28607331927594, 40.263580575830474 ], [ -111.28551910671959, 40.263230579018213 ], [ -111.28511823642593, 40.26298831430379 ], [ -111.28464650580918, 40.262674147513565 ], [ -111.28421021071151, 40.262395929255213 ], [ -111.28387979752262, 40.262126459017196 ], [ -111.28364354245277, 40.261874775821475 ], [ -111.28345399069606, 40.261541893356316 ], [ -111.28332369138799, 40.261316978028667 ], [ -111.28319365590144, 40.261155127538586 ], [ -111.28289864496031, 40.260912595922711 ], [ -111.28253292726255, 40.260634198680769 ], [ -111.28222627347343, 40.260418721884378 ], [ -111.28180194940992, 40.260185512111889 ], [ -111.28094196025812, 40.25981821856989 ], [ -111.28022324446724, 40.259486614118643 ], [ -111.27986963906888, 40.259289263466385 ], [ -111.27939851427924, 40.25911021428 ], [ -111.2789978011152, 40.258894955909859 ], [ -111.27892698500736, 40.258832060950297 ], [ -111.27886785455526, 40.258751119024851 ], [ -111.27884381777152, 40.258625045605491 ], [ -111.27884322601739, 40.258480896925171 ], [ -111.27886641203129, 40.258399756618658 ], [ -111.2789948777294, 40.258183221808345 ], [ -111.27905304552337, 40.25802992206021 ], [ -111.27909897248196, 40.257759529825826 ], [ -111.27913202915992, 40.257218887101175 ], [ -111.27904779002469, 40.256750602287106 ], [ -111.27892853380922, 40.256345467473999 ], [ -111.27878616771721, 40.256039491424808 ], [ -111.27858489719694, 40.255706628839377 ], [ -111.27828933590608, 40.255319936344222 ], [ -111.27800505753338, 40.254816093923971 ], [ -111.27768539672701, 40.254285307497391 ], [ -111.277377867409, 40.25384458495018 ], [ -111.27710565456162, 40.253412786379435 ], [ -111.27695121382686, 40.253025752301696 ], [ -111.27679695839082, 40.252683764502443 ], [ -111.27670219362842, 40.252512812688543 ], [ -111.27656043245656, 40.252350982501959 ], [ -111.27633636341098, 40.25218934870086 ], [ -111.27610082999418, 40.25209981694902 ], [ -111.27583024165362, 40.25206442462504 ], [ -111.27540657608183, 40.251975339703606 ], [ -111.2748768316436, 40.251823439486515 ], [ -111.27427632168165, 40.251617648215998 ], [ -111.27358207598226, 40.251493159987504 ], [ -111.27289915678685, 40.251260528156749 ], [ -111.27233375170015, 40.251009597019163 ], [ -111.2718861483031, 40.250812442776997 ], [ -111.27163854319699, 40.250641845718292 ], [ -111.27148500390847, 40.250471027496651 ], [ -111.27129615529296, 40.250291282448487 ], [ -111.27089505286258, 40.249958874384411 ], [ -111.2705998833366, 40.24965324545321 ], [ -111.27015132674667, 40.249212832949027 ], [ -111.26978472272715, 40.248682133672112 ], [ -111.2694537190029, 40.248232434888607 ], [ -111.26922893080484, 40.247881591470829 ], [ -111.26909845520593, 40.247593594135814 ], [ -111.2690502834039, 40.247305405329442 ], [ -111.2690491062522, 40.247008097845438 ], [ -111.26901283517664, 40.246755918931882 ], [ -111.26892982006095, 40.246575923838364 ], [ -111.26877643934235, 40.246441139126851 ], [ -111.26854068654929, 40.24628852656668 ], [ -111.26872862602394, 40.246243043316156 ], [ -111.27531288149042, 40.246263605076443 ], [ -111.29417202319031, 40.246307298834793 ], [ -111.30361335332792, 40.246327962382843 ], [ -111.31304296846673, 40.24635689677428 ], [ -111.33190211926885, 40.246394441991271 ], [ -111.34134345175215, 40.24641202743036 ], [ -111.36020259988176, 40.246444960758268 ], [ -111.36964392936866, 40.246460237375452 ], [ -111.37907349986857, 40.246474782256236 ], [ -111.38851482553751, 40.246488519337447 ], [ -111.39794439151372, 40.246501526599005 ], [ -111.40738576592138, 40.246522733333691 ], [ -111.41681532717178, 40.246534202965144 ], [ -111.423987277447, 40.246517159671548 ], [ -111.42898361612694, 40.246517757190318 ], [ -111.43347555719446, 40.246518047281498 ], [ -111.44296383012849, 40.246518156975313 ], [ -111.45244033872714, 40.246517534718478 ], [ -111.46192853570012, 40.246507080422596 ], [ -111.47133442241403, 40.246496183450049 ], [ -111.48075205567568, 40.246484473187962 ], [ -111.48530237269493, 40.246510528189269 ], [ -111.49012310452248, 40.24653525935755 ], [ -111.49949422582665, 40.24659429569963 ], [ -111.49946225970442, 40.250243223648184 ], [ -111.51821701650178, 40.25032292953663 ], [ -111.51823649317184, 40.246710091586017 ], [ -111.51844812044922, 40.246709143726932 ], [ -111.52283043021089, 40.246732853874406 ], [ -111.52760756855132, 40.246757842088606 ], [ -111.54236387858781, 40.2468427866132 ], [ -111.54240783736866, 40.261185448368778 ], [ -111.53691577696006, 40.261166014074348 ], [ -111.53687839207529, 40.268337609272145 ], [ -111.53685284094152, 40.275518150037961 ], [ -111.5424520645559, 40.275555101390118 ], [ -111.5424599117687, 40.276537078840441 ], [ -111.54357731962334, 40.276531834908418 ], [ -111.54359074113933, 40.276738985842613 ], [ -111.54742500590346, 40.27669388143476 ], [ -111.5474171103625, 40.280090424917042 ], [ -111.54838165948659, 40.280085857561744 ], [ -111.55235740827335, 40.280057937328593 ], [ -111.55730938783027, 40.280016173239083 ], [ -111.55731101527472, 40.28021436988854 ], [ -111.55726876981801, 40.283665132234511 ], [ -111.55790399312986, 40.283662071063979 ], [ -111.55930391099949, 40.283664321771681 ], [ -111.5622094676381, 40.283650240142983 ], [ -111.56689099039605, 40.28359136074107 ], [ -111.56688043110256, 40.283735561067047 ], [ -111.56686280226482, 40.287258277535436 ], [ -111.56742822754904, 40.287345598763729 ], [ -111.57158077025977, 40.287307140722632 ], [ -111.57334529343629, 40.287289401056327 ], [ -111.58162667135659, 40.287194011823438 ], [ -111.58156034109682, 40.283572614492996 ], [ -111.58473628363571, 40.283538589233878 ], [ -111.59037059510403, 40.28347394076021 ], [ -111.59101757623178, 40.283470637792036 ], [ -111.59095318258973, 40.280128522518289 ], [ -111.60013079641665, 40.280387600942227 ], [ -111.60010161545442, 40.279748093148676 ], [ -111.60040744376121, 40.279746506595671 ], [ -111.60034147814376, 40.276278273457642 ], [ -111.60027791118372, 40.273080304601351 ], [ -111.60469861719747, 40.272877100854885 ], [ -111.60469484576383, 40.272453683752595 ], [ -111.6050006409511, 40.272452085297715 ], [ -111.60493629851621, 40.269191056311627 ], [ -111.60941553897977, 40.268987366737733 ], [ -111.61565820117386, 40.268702060532874 ], [ -111.62857073820462, 40.268560564184924 ], [ -111.63095806091223, 40.268538562036241 ], [ -111.63102675024302, 40.272132894188658 ], [ -111.63240264720851, 40.272107364035882 ], [ -111.6333465763002, 40.273687835513208 ], [ -111.63337775426149, 40.275768809127236 ], [ -111.63450689307008, 40.275762622833355 ], [ -111.63487095512126, 40.276958860060141 ], [ -111.63533490368123, 40.277514888764657 ], [ -111.63541053668023, 40.278055030085184 ], [ -111.63623381005739, 40.278041496846363 ], [ -111.63627357265182, 40.278518769840062 ], [ -111.63637045863469, 40.278815543118291 ], [ -111.63638264335125, 40.278860522480258 ], [ -111.63755888248897, 40.278854047232308 ], [ -111.63732676459183, 40.279188669165997 ], [ -111.63595038909634, 40.279178223686102 ], [ -111.63578061900203, 40.279890889339612 ], [ -111.6357101787423, 40.281161583857703 ], [ -111.63568594436722, 40.282341931513123 ], [ -111.63600700681855, 40.282709547196021 ], [ -111.6360220626589, 40.283060825934946 ], [ -111.63366935336794, 40.283064725528945 ], [ -111.63373716535091, 40.290325820909487 ], [ -111.63379778202733, 40.29807344593371 ], [ -111.63628035025575, 40.298059819250142 ], [ -111.63634810388395, 40.301518995934721 ], [ -111.6434539297783, 40.301371582171505 ], [ -111.64346093867545, 40.302110300702132 ], [ -111.64655558861993, 40.302102056493212 ], [ -111.64693211339168, 40.302099951624633 ], [ -111.64693717670107, 40.301397202830465 ], [ -111.64818431569796, 40.301381212992489 ], [ -111.64818798848682, 40.300534324063364 ], [ -111.64936460068863, 40.300527725890319 ], [ -111.64935873541747, 40.299915130588111 ], [ -111.65271230786668, 40.29992328680536 ], [ -111.65391252727424, 40.299925518446742 ], [ -111.653994889308, 40.299925052894679 ], [ -111.65403279353445, 40.300195115744181 ], [ -111.65412692194475, 40.30019458357912 ], [ -111.65500911465736, 40.300162564574471 ], [ -111.65606823270267, 40.300174581855508 ], [ -111.65585574179123, 40.301319959603831 ], [ -111.65496150726345, 40.301325025558469 ], [ -111.65495959324726, 40.301126833216166 ], [ -111.65412401839589, 40.301113542118316 ], [ -111.65414963624586, 40.301329618926403 ], [ -111.65067876425285, 40.301367210497709 ], [ -111.65072244762415, 40.302240860669365 ] ], [ [ -111.65072244762415, 40.302240860669365 ], [ -111.64972074874532, 40.302084324299457 ], [ -111.64825038034064, 40.302137618702858 ], [ -111.64850574487519, 40.303001074122513 ], [ -111.64999992386669, 40.302974670366908 ], [ -111.65056471789113, 40.30297149573402 ], [ -111.65068030880553, 40.302754624054138 ], [ -111.65050346559759, 40.302719581601124 ], [ -111.6503497235895, 40.302639362844822 ], [ -111.6505363454029, 40.302467138152906 ], [ -111.65072244762415, 40.302240860669365 ] ] ], [ [ [ -111.65744394005205, 40.292788203168513 ], [ -111.65744655920697, 40.293058465707972 ], [ -111.65689370053327, 40.293070615242918 ], [ -111.65653082755694, 40.29447811739422 ], [ -111.65578962908046, 40.294482321032511 ], [ -111.65437773512481, 40.294481306073493 ], [ -111.65333064466826, 40.294487223677585 ], [ -111.65320518687768, 40.293677099842135 ], [ -111.65311988350015, 40.293371266994981 ], [ -111.65303059183493, 40.292651031131747 ], [ -111.6528595566749, 40.291994321149062 ], [ -111.65295367372845, 40.291993790027419 ], [ -111.65704671613966, 40.291862507099545 ], [ -111.6571173037338, 40.291862106212072 ], [ -111.65742309599308, 40.291851359782427 ], [ -111.65744394005205, 40.292788203168513 ] ] ], [ [ [ -111.65787791139421, 40.280515128349904 ], [ -111.65729056505982, 40.280599549793926 ], [ -111.65727740649761, 40.280455476278107 ], [ -111.65727522539889, 40.280230256996383 ], [ -111.65647545686116, 40.280243806652976 ], [ -111.65645855333184, 40.279712355764055 ], [ -111.6543638733163, 40.279625119033774 ], [ -111.65453883364306, 40.279470971858984 ], [ -111.65459651641628, 40.27935352504003 ], [ -111.65460558538128, 40.279074186381273 ], [ -111.65487412111293, 40.278865453632655 ], [ -111.65505797149989, 40.278413949424504 ], [ -111.65513839441734, 40.278215290139329 ], [ -111.65541738248363, 40.277871357861429 ], [ -111.65540327164265, 40.277628187462255 ], [ -111.6553173707064, 40.277259293852076 ], [ -111.6556512482728, 40.276509632799325 ], [ -111.65561483129906, 40.27639271859406 ], [ -111.6554931233335, 40.275969972271476 ], [ -111.65562015437752, 40.275726002159296 ], [ -111.6557705339859, 40.275463881025935 ], [ -111.65511187537876, 40.275467612050136 ], [ -111.65563288867125, 40.27460877986254 ], [ -111.6570677178341, 40.274591631648299 ], [ -111.65735116162631, 40.27713964620488 ], [ -111.6573769541577, 40.277373740732422 ], [ -111.65741782468031, 40.277950101865791 ], [ -111.65710015841323, 40.277942897057606 ], [ -111.65705861491594, 40.279726968288372 ], [ -111.6577526020767, 40.279723025264218 ], [ -111.65787791139421, 40.280515128349904 ] ] ], [ [ [ -111.65787791139421, 40.280515128349904 ], [ -111.65802902031731, 40.281541325352237 ], [ -111.65775847573306, 40.281542863661727 ], [ -111.65787791139421, 40.280515128349904 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 30, \"properties\": { \"NAME\": \"PROVO CITY SCHOOL DISTRICT\", \"TOTENROLL\": 13376, \"Color4\": \"1\", \"Shape_Leng\": 90090.434183599995, \"Shape_Area\": 112568909.5 }, \"geometry\": { \"type\": \"MultiPolygon\", \"coordinates\": [ [ [ [ -111.65244008366112, 40.302204159112996 ], [ -111.65072244762415, 40.302240860669365 ], [ -111.65067876425285, 40.301367210497709 ], [ -111.65414963624586, 40.301329618926403 ], [ -111.65412401839589, 40.301113542118316 ], [ -111.65495959324726, 40.301126833216166 ], [ -111.65496150726345, 40.301325025558469 ], [ -111.65585574179123, 40.301319959603831 ], [ -111.65606823270267, 40.300174581855508 ], [ -111.65500911465736, 40.300162564574471 ], [ -111.65412692194475, 40.30019458357912 ], [ -111.65403279353445, 40.300195115744181 ], [ -111.653994889308, 40.299925052894679 ], [ -111.65391252727424, 40.299925518446742 ], [ -111.65271230786668, 40.29992328680536 ], [ -111.64935873541747, 40.299915130588111 ], [ -111.64936460068863, 40.300527725890319 ], [ -111.64818798848682, 40.300534324063364 ], [ -111.64818431569796, 40.301381212992489 ], [ -111.64693717670107, 40.301397202830465 ], [ -111.64693211339168, 40.302099951624633 ], [ -111.64655558861993, 40.302102056493212 ], [ -111.64346093867545, 40.302110300702132 ], [ -111.6434539297783, 40.301371582171505 ], [ -111.63634810388395, 40.301518995934721 ], [ -111.63628035025575, 40.298059819250142 ], [ -111.63379778202733, 40.29807344593371 ], [ -111.63373716535091, 40.290325820909487 ], [ -111.63366935336794, 40.283064725528945 ], [ -111.6360220626589, 40.283060825934946 ], [ -111.63600700681855, 40.282709547196021 ], [ -111.63568594436722, 40.282341931513123 ], [ -111.6357101787423, 40.281161583857703 ], [ -111.63578061900203, 40.279890889339612 ], [ -111.63595038909634, 40.279178223686102 ], [ -111.63732676459183, 40.279188669165997 ], [ -111.63755888248897, 40.278854047232308 ], [ -111.63638264335125, 40.278860522480258 ], [ -111.63637045863469, 40.278815543118291 ], [ -111.63627357265182, 40.278518769840062 ], [ -111.63623381005739, 40.278041496846363 ], [ -111.63541053668023, 40.278055030085184 ], [ -111.63533490368123, 40.277514888764657 ], [ -111.63487095512126, 40.276958860060141 ], [ -111.63450689307008, 40.275762622833355 ], [ -111.63337775426149, 40.275768809127236 ], [ -111.6333465763002, 40.273687835513208 ], [ -111.63240264720851, 40.272107364035882 ], [ -111.63102675024302, 40.272132894188658 ], [ -111.63095806091223, 40.268538562036241 ], [ -111.62857073820462, 40.268560564184924 ], [ -111.61565820117386, 40.268702060532874 ], [ -111.60941553897977, 40.268987366737733 ], [ -111.60493629851621, 40.269191056311627 ], [ -111.6050006409511, 40.272452085297715 ], [ -111.60469484576383, 40.272453683752595 ], [ -111.60469861719747, 40.272877100854885 ], [ -111.60027791118372, 40.273080304601351 ], [ -111.60034147814376, 40.276278273457642 ], [ -111.60040744376121, 40.279746506595671 ], [ -111.60010161545442, 40.279748093148676 ], [ -111.60013079641665, 40.280387600942227 ], [ -111.59095318258973, 40.280128522518289 ], [ -111.59101757623178, 40.283470637792036 ], [ -111.59037059510403, 40.28347394076021 ], [ -111.58473628363571, 40.283538589233878 ], [ -111.58156034109682, 40.283572614492996 ], [ -111.58162667135659, 40.287194011823438 ], [ -111.57334529343629, 40.287289401056327 ], [ -111.57158077025977, 40.287307140722632 ], [ -111.56742822754904, 40.287345598763729 ], [ -111.56686280226482, 40.287258277535436 ], [ -111.56688043110256, 40.283735561067047 ], [ -111.56689099039605, 40.28359136074107 ], [ -111.5622094676381, 40.283650240142983 ], [ -111.55930391099949, 40.283664321771681 ], [ -111.55790399312986, 40.283662071063979 ], [ -111.55726876981801, 40.283665132234511 ], [ -111.55731101527472, 40.28021436988854 ], [ -111.55730938783027, 40.280016173239083 ], [ -111.55235740827335, 40.280057937328593 ], [ -111.54838165948659, 40.280085857561744 ], [ -111.5474171103625, 40.280090424917042 ], [ -111.54742500590346, 40.27669388143476 ], [ -111.54359074113933, 40.276738985842613 ], [ -111.54357731962334, 40.276531834908418 ], [ -111.5424599117687, 40.276537078840441 ], [ -111.5424520645559, 40.275555101390118 ], [ -111.53685284094152, 40.275518150037961 ], [ -111.53687839207529, 40.268337609272145 ], [ -111.53691577696006, 40.261166014074348 ], [ -111.54240783736866, 40.261185448368778 ], [ -111.54236387858781, 40.2468427866132 ], [ -111.55191161544374, 40.246923778242518 ], [ -111.5518933739671, 40.243230031528704 ], [ -111.56146411828779, 40.243310126296841 ], [ -111.56205193821003, 40.243307273028087 ], [ -111.5664843980923, 40.243321699192755 ], [ -111.57097556409448, 40.243326656610328 ], [ -111.57096595172463, 40.242182516689049 ], [ -111.5709558356926, 40.23957886384752 ], [ -111.57294255435309, 40.23956904559666 ], [ -111.58043102357323, 40.239540740799804 ], [ -111.5899421622201, 40.239582742857493 ], [ -111.58987398057079, 40.23579015321458 ], [ -111.59938570277083, 40.235957508173499 ], [ -111.60431026411715, 40.2358418059871 ], [ -111.60891750210443, 40.235736573584269 ], [ -111.61816711117675, 40.235516361597966 ], [ -111.61841653021966, 40.231920298425294 ], [ -111.6180086200951, 40.210318008719909 ], [ -111.61781302625661, 40.203012435874598 ], [ -111.61851839454509, 40.203053716066044 ], [ -111.61852703255848, 40.202711312798222 ], [ -111.617624441339, 40.20165302300471 ], [ -111.61822094401855, 40.201352528651171 ], [ -111.619308767021, 40.200815159286932 ], [ -111.61992875261778, 40.200514530485592 ], [ -111.62017720294686, 40.200702397099008 ], [ -111.62099527557028, 40.20150885736858 ], [ -111.62106634532714, 40.201571541880476 ], [ -111.62110208578846, 40.201625406513934 ], [ -111.62118482262147, 40.20167901895217 ], [ -111.62135883811484, 40.201434831243851 ], [ -111.62118169811188, 40.201336678554739 ], [ -111.61689824865765, 40.196719741983401 ], [ -111.61664549671268, 40.196054392421132 ], [ -111.6163252796139, 40.195722749584363 ], [ -111.61596108969384, 40.19572468797984 ], [ -111.61318534493384, 40.192775327469079 ], [ -111.6132192892985, 40.192630997027358 ], [ -111.61271082112447, 40.192264303298991 ], [ -111.61239072214966, 40.191941658073716 ], [ -111.6123422740075, 40.19177974485536 ], [ -111.61233028354494, 40.19175278002875 ], [ -111.61228199772101, 40.191608884754544 ], [ -111.61105086022518, 40.187948555735858 ], [ -111.61074919238686, 40.187058214680846 ], [ -111.61370957264772, 40.187069587253575 ], [ -111.61369812476165, 40.185799319091167 ], [ -111.61423853831747, 40.185805462491935 ], [ -111.61600138757312, 40.185895199546714 ], [ -111.61874172793082, 40.186258981669162 ], [ -111.62037743504325, 40.186574567058777 ], [ -111.62140456721968, 40.188424998971456 ], [ -111.62440505926831, 40.19408478510217 ], [ -111.62605499873291, 40.197202138010731 ], [ -111.62723875041947, 40.199439071193169 ], [ -111.62763368407802, 40.200220748369098 ], [ -111.62912843343645, 40.203041584868785 ], [ -111.62953499291595, 40.203805173009279 ], [ -111.62984498039316, 40.204289993950155 ], [ -111.62997614311136, 40.204496496220273 ], [ -111.63035646780156, 40.204962914121687 ], [ -111.63062996507253, 40.205312790689078 ], [ -111.63060688311565, 40.205357963387989 ], [ -111.63056055215745, 40.205430290900551 ], [ -111.63051413763078, 40.205493609458905 ], [ -111.63047930581287, 40.20553884613156 ], [ -111.63045605675424, 40.205566000928989 ], [ -111.63042114140228, 40.205602228648644 ], [ -111.63039797575475, 40.205638392369963 ], [ -111.63017614891177, 40.20579275984371 ], [ -111.6299084893662, 40.206073507762717 ], [ -111.62893874982042, 40.206673400455863 ], [ -111.62896249947377, 40.206700299579175 ], [ -111.62905724843046, 40.206780869212935 ], [ -111.62917574741543, 40.20688833784385 ], [ -111.62934116336845, 40.206986541891013 ], [ -111.63026892633229, 40.208197761307787 ], [ -111.63120835591137, 40.208129576683163 ], [ -111.631269363385, 40.208372497406408 ], [ -111.63316106313043, 40.208353156063509 ], [ -111.63498724052494, 40.210127010500372 ], [ -111.63503466296395, 40.210171797252073 ], [ -111.63690290983834, 40.210152523312523 ], [ -111.6381601292815, 40.210136589518143 ], [ -111.6381357049256, 40.208785316894073 ], [ -111.64041958045489, 40.20923218206584 ], [ -111.64076101898223, 40.209302367555409 ], [ -111.64107946676425, 40.209426735654766 ], [ -111.64137449983846, 40.209560241994467 ], [ -111.64139851016878, 40.209614165237127 ], [ -111.64162635536309, 40.210099409027563 ], [ -111.64188495103878, 40.210106984697283 ], [ -111.6430839262416, 40.210145376668045 ], [ -111.64307175001549, 40.210100397417982 ], [ -111.64250127234395, 40.208175557806022 ], [ -111.64199195653141, 40.206502638272845 ], [ -111.63983449763604, 40.199496267918917 ], [ -111.63970314565161, 40.199271758940341 ], [ -111.64614121328199, 40.199217983473979 ], [ -111.6462704478475, 40.199217262046211 ], [ -111.64626685530312, 40.198838887491483 ], [ -111.64613565453233, 40.198632403780472 ], [ -111.64702905393602, 40.198681470031566 ], [ -111.65153950680336, 40.199782345597782 ], [ -111.6560276741161, 40.19977501611956 ], [ -111.65614516081546, 40.199774350241022 ], [ -111.65607275021017, 40.195918739867167 ], [ -111.65606945089634, 40.195576401456925 ], [ -111.65600932212526, 40.195432591847698 ], [ -111.66230734143052, 40.19551385251745 ], [ -111.67263330258099, 40.195409267093659 ], [ -111.73165130808428, 40.1947900254902 ], [ -111.73165682703757, 40.195303524945274 ], [ -111.73168979382184, 40.223502589187603 ], [ -111.73175117394483, 40.223745453063373 ], [ -111.73219048260756, 40.224157103967848 ], [ -111.73468394920734, 40.226492737518576 ], [ -111.73718758289385, 40.228666083444566 ], [ -111.73902679754855, 40.230258012856268 ], [ -111.74004058616559, 40.2326840501851 ], [ -111.73912728791667, 40.234095339235992 ], [ -111.73804029103428, 40.234669862759844 ], [ -111.73997382620587, 40.236270182802798 ], [ -111.73894312811991, 40.236619121991978 ], [ -111.73942909389531, 40.236985399742096 ], [ -111.73973393671363, 40.23691137720941 ], [ -111.74046342590159, 40.23696977735527 ], [ -111.74095732741046, 40.236984634911131 ], [ -111.74080863749204, 40.237363977648997 ], [ -111.74032258269921, 40.238069813742001 ], [ -111.74034729019293, 40.239258883868771 ], [ -111.73991029845652, 40.240153599525428 ], [ -111.73981851035512, 40.240361400274267 ], [ -111.73865961373586, 40.240819267929034 ], [ -111.7371076182795, 40.239721019012457 ], [ -111.73617757791324, 40.239600808577649 ], [ -111.73256343993528, 40.239137239527508 ], [ -111.73254508971422, 40.237434596540368 ], [ -111.73163840421282, 40.237296183026906 ], [ -111.73171329794772, 40.237701128449793 ], [ -111.7314699322695, 40.238027001973322 ], [ -111.73125911597293, 40.238100408684375 ], [ -111.73122394757405, 40.238109640200491 ], [ -111.73113019743025, 40.238137260423677 ], [ -111.73019709174523, 40.23772872328292 ], [ -111.7291258365143, 40.237591328298294 ], [ -111.72860784298561, 40.23752251606566 ], [ -111.72799474914154, 40.237355197345146 ], [ -111.72795929123154, 40.237337401759753 ], [ -111.72787652402408, 40.2372928757827 ], [ -111.72682426255923, 40.236731902347714 ], [ -111.72657702491104, 40.236697417530507 ], [ -111.72603524222633, 40.236601715157263 ], [ -111.72585805355888, 40.236521742775416 ], [ -111.72553548037682, 40.236037262540478 ], [ -111.72575487739527, 40.235666505071158 ], [ -111.72589352878498, 40.235440402668836 ], [ -111.72592831174356, 40.235395137930773 ], [ -111.72604547337117, 40.235358365731912 ], [ -111.72617429327214, 40.235312510950912 ], [ -111.72668966742432, 40.235138099114373 ], [ -111.72665295913961, 40.235003189880047 ], [ -111.7266525739486, 40.23496715503984 ], [ -111.72634608868302, 40.234887995106348 ], [ -111.72593342837264, 40.234773463118998 ], [ -111.72439358287738, 40.234783111406877 ], [ -111.72335059125375, 40.235086942315981 ], [ -111.72291701212649, 40.235215781833958 ], [ -111.72245877311654, 40.23523666188094 ], [ -111.72236483178918, 40.23524625757733 ], [ -111.72222377617867, 40.235247137901666 ], [ -111.72203579770849, 40.23525732011889 ], [ -111.72187199811202, 40.235330416432369 ], [ -111.72175693852202, 40.235565376244807 ], [ -111.7217800761656, 40.236637340383055 ], [ -111.72180742406252, 40.238105687779068 ], [ -111.72155110637463, 40.238323509588668 ], [ -111.72118612263282, 40.238271728694748 ], [ -111.72110364536356, 40.238254223999959 ], [ -111.72047785274518, 40.237996851446674 ], [ -111.72020252156055, 40.237530080906687 ], [ -111.71990482921431, 40.237171560525915 ], [ -111.71941982419166, 40.236886278385995 ], [ -111.71913589512558, 40.236716866022242 ], [ -111.71841598999856, 40.23645105763277 ], [ -111.71782786678767, 40.236418669653069 ], [ -111.71762889032031, 40.23650098745604 ], [ -111.71746517800091, 40.236583086309601 ], [ -111.7167667248052, 40.237236084795711 ], [ -111.71631103318457, 40.237500176242264 ], [ -111.71607745086858, 40.237645770756416 ], [ -111.71604237547439, 40.237664006402539 ], [ -111.71548950790527, 40.237631388435226 ], [ -111.71490289164187, 40.237743125332841 ], [ -111.71484601106829, 40.237923662965137 ], [ -111.71465252018828, 40.23852848195515 ], [ -111.71458435662359, 40.238754135675087 ], [ -111.71444424041957, 40.238845093862551 ], [ -111.71375531451747, 40.239290801055063 ], [ -111.71359159076839, 40.239372894488149 ], [ -111.71360911579107, 40.239922354450378 ], [ -111.71367136246005, 40.245850094507041 ], [ -111.71369163450851, 40.246660806638467 ], [ -111.71373426235451, 40.248480422262979 ], [ -111.71378825063246, 40.251381082577488 ], [ -111.71289805207832, 40.252828056797931 ], [ -111.71383079122816, 40.253191687934198 ], [ -111.7138345776432, 40.253552036203786 ], [ -111.71385021667599, 40.253921320626574 ], [ -111.70958191287427, 40.25392955305891 ], [ -111.70793580662314, 40.253939634907738 ], [ -111.70843433592844, 40.254387048614873 ], [ -111.7083641637967, 40.254423515342047 ], [ -111.7082353894628, 40.254478359277869 ], [ -111.70592960418371, 40.25437532728796 ], [ -111.70594314090509, 40.254546421249444 ], [ -111.70431997403914, 40.254502256002063 ], [ -111.70431895743776, 40.255538330678654 ], [ -111.70468710607742, 40.255887451722749 ], [ -111.70458128182459, 40.255888096095745 ], [ -111.70442851798614, 40.255898035407078 ], [ -111.7028892119275, 40.256006497592686 ], [ -111.70258554666894, 40.256206546042065 ], [ -111.70050971343052, 40.256741669450875 ], [ -111.70046277269466, 40.256750962885519 ], [ -111.70033380170548, 40.256787780642668 ], [ -111.69921981213464, 40.257091823658023 ], [ -111.69600937838436, 40.257075140473852 ], [ -111.69601423592876, 40.258696783361813 ], [ -111.69485011866004, 40.258703779305947 ], [ -111.69124008498227, 40.258716390602189 ], [ -111.69107564546914, 40.258735391332166 ], [ -111.69057857100339, 40.258423033641733 ], [ -111.69007431871378, 40.258561181125309 ], [ -111.68995773784154, 40.258660978471681 ], [ -111.68973706573711, 40.258932572685531 ], [ -111.68901258852711, 40.259387353109616 ], [ -111.68803433220023, 40.260330139757968 ], [ -111.68770754138815, 40.260575333101393 ], [ -111.68681403156087, 40.26059865832088 ], [ -111.68534441516758, 40.260634399377551 ], [ -111.68060485449038, 40.2605993075084 ], [ -111.67956671611688, 40.260272064983781 ], [ -111.67921709719037, 40.260589442804431 ], [ -111.67884476704026, 40.26098803640533 ], [ -111.67796750344959, 40.261461662518833 ], [ -111.67770682154732, 40.261264985133927 ], [ -111.67748492354636, 40.261419442407814 ], [ -111.67749364075131, 40.2622932924221 ], [ -111.6768192253551, 40.263063028476203 ], [ -111.67659408657836, 40.264073385204753 ], [ -111.67595662694424, 40.265014076387118 ], [ -111.67554843596697, 40.265358812952122 ], [ -111.67509131995546, 40.265514638542932 ], [ -111.67478788775733, 40.265750649784607 ], [ -111.67476714280109, 40.266030058554641 ], [ -111.67456892181876, 40.266202390658613 ], [ -111.67404861441264, 40.268286566800725 ], [ -111.67399723439809, 40.269034636308653 ], [ -111.67352112648146, 40.269650039502174 ], [ -111.67334686006605, 40.269867276394628 ], [ -111.67327736759326, 40.269975792098066 ], [ -111.67298825974257, 40.270472984200609 ], [ -111.67279037847815, 40.270681348299668 ], [ -111.67270894486212, 40.270771914526442 ], [ -111.67266243677183, 40.270826240561306 ], [ -111.67267268031293, 40.270673023303793 ], [ -111.67268354861874, 40.270582867350377 ], [ -111.67275846553915, 40.269834661744746 ], [ -111.67287542378625, 40.268581691861399 ], [ -111.67289215964331, 40.267896889201744 ], [ -111.67278051393755, 40.26731193506955 ], [ -111.67257541319644, 40.266790588983049 ], [ -111.67226465288458, 40.266287874944048 ], [ -111.67199283256926, 40.266154314552516 ], [ -111.67196717277713, 40.265938240738095 ], [ -111.67143351567238, 40.265490874252876 ], [ -111.67123190381467, 40.265320867497522 ], [ -111.67123760303268, 40.265897428699141 ], [ -111.67090849919032, 40.265917355864801 ], [ -111.67100560646787, 40.266223108480482 ], [ -111.67045296960224, 40.266235321076081 ], [ -111.67044370000711, 40.266487634747691 ], [ -111.6702680088526, 40.266560726834264 ], [ -111.66996322181237, 40.26666159401838 ], [ -111.67025953886512, 40.266894119400526 ], [ -111.66997987082975, 40.267157008227024 ], [ -111.66986324556424, 40.267256785540781 ], [ -111.66841708253108, 40.267301185419363 ], [ -111.66871339716498, 40.267533714755608 ], [ -111.66865583738854, 40.267660177343977 ], [ -111.66858704923665, 40.267840760475494 ], [ -111.66849748938851, 40.268300751314626 ], [ -111.66853445616653, 40.268471714100343 ], [ -111.66861961859541, 40.268759519049802 ], [ -111.66862139286802, 40.268939694420446 ], [ -111.66869337604061, 40.269083426952825 ], [ -111.66887351281925, 40.269460775595782 ], [ -111.66887715156658, 40.269830135035413 ], [ -111.66898654896229, 40.270189873779273 ], [ -111.66895348557362, 40.270415296899969 ], [ -111.66891070251522, 40.270847989588432 ], [ -111.66891150134244, 40.270929068471744 ], [ -111.66914672019189, 40.270927708466246 ], [ -111.66912391587191, 40.27338737265773 ], [ -111.66757141491847, 40.273396340003075 ], [ -111.66776378633791, 40.275016899151566 ], [ -111.66781278272377, 40.27521482035776 ], [ -111.66857729235745, 40.275210405463696 ], [ -111.66854795184216, 40.275814196143017 ], [ -111.66862819495599, 40.276795742872949 ], [ -111.66854247903723, 40.278841341847482 ], [ -111.66748431353216, 40.278892497342206 ], [ -111.66878007702974, 40.280272441850897 ], [ -111.66859005305747, 40.281282577469526 ], [ -111.66852178386408, 40.281517212745136 ], [ -111.66865534606636, 40.281939876248188 ], [ -111.66855587016398, 40.282589117832742 ], [ -111.66843850671889, 40.282616823698746 ], [ -111.66819210525749, 40.282681311755312 ], [ -111.66814691591375, 40.282870767172547 ], [ -111.66875859258138, 40.282867233342621 ], [ -111.66877843450831, 40.283686961212929 ], [ -111.66871730964704, 40.285840526832381 ], [ -111.66884116069143, 40.286470458757059 ], [ -111.66745369382248, 40.287739766521142 ], [ -111.66713881546806, 40.288020869385953 ], [ -111.66709450554465, 40.28830041168024 ], [ -111.66709804845699, 40.288660761307163 ], [ -111.66746282168262, 40.288667666786587 ], [ -111.66755985880665, 40.288964412219954 ], [ -111.66760842201465, 40.289117289267246 ], [ -111.6675283777696, 40.289351991611888 ], [ -111.66740269413505, 40.289731105160776 ], [ -111.66929664174232, 40.289711155299941 ], [ -111.66931027222586, 40.289900270671048 ], [ -111.66943093669613, 40.290205887012711 ], [ -111.66974848337561, 40.29019504001019 ], [ -111.6697623820321, 40.290411181499664 ], [ -111.66971977114312, 40.290861890521981 ], [ -111.66938473670245, 40.291485467392675 ], [ -111.66928809906835, 40.292422987976785 ], [ -111.66957036215527, 40.29241234554722 ], [ -111.66940224803758, 40.293260187275912 ], [ -111.66902906128566, 40.293595687866564 ], [ -111.66898324555378, 40.293722082191664 ], [ -111.66895408059126, 40.294343888541007 ], [ -111.66886253653374, 40.29460568581802 ], [ -111.66876948193001, 40.294714334644908 ], [ -111.66855939768823, 40.294886724409672 ], [ -111.66820955071945, 40.295204068938162 ], [ -111.66808368305666, 40.295565165446156 ], [ -111.66807253891446, 40.295628294478277 ], [ -111.66805051673714, 40.295781578720359 ], [ -111.66826220252696, 40.295771346964351 ], [ -111.66798382863186, 40.296178370313214 ], [ -111.66789165751757, 40.296377105702135 ], [ -111.66725889818238, 40.296642024742575 ], [ -111.66683543218578, 40.296653475510894 ], [ -111.66698414671973, 40.297418403509155 ], [ -111.66670496153884, 40.297744345241703 ], [ -111.66667701413409, 40.298492272930702 ], [ -111.66650460043181, 40.298907691173369 ], [ -111.66648337046514, 40.299142053594387 ], [ -111.66612048744139, 40.299333337456105 ], [ -111.66615870498407, 40.299630422150933 ], [ -111.66645621696367, 40.299971059589787 ], [ -111.66665942650806, 40.300294221212681 ], [ -111.66673338809126, 40.300636145850426 ], [ -111.66665474461263, 40.301014986810159 ], [ -111.66665819822514, 40.301366326953662 ], [ -111.66618073853152, 40.301873594229129 ], [ -111.66589056114582, 40.302280680168728 ], [ -111.66549112284777, 40.302346043168384 ], [ -111.66532001810801, 40.302896590327727 ], [ -111.66540644967688, 40.303310517789264 ], [ -111.6653861870642, 40.303643975794792 ], [ -111.66509962007339, 40.304420417225153 ], [ -111.66472537979475, 40.304656808039184 ], [ -111.66464557283768, 40.304918534146786 ], [ -111.66439261601829, 40.305523605298653 ], [ -111.66391590424948, 40.306111941701921 ], [ -111.66363860873578, 40.306636067760408 ], [ -111.6634438559374, 40.307177738229434 ], [ -111.66351613434186, 40.307348498952599 ], [ -111.66322644660114, 40.307809630445846 ], [ -111.66285191695353, 40.30801898911028 ], [ -111.66225679562221, 40.308535923111847 ], [ -111.66139918403398, 40.309892212551944 ], [ -111.6602517263002, 40.31170061090225 ], [ -111.65928327204487, 40.310138530008686 ], [ -111.65780044600751, 40.310137961773286 ], [ -111.65773650762253, 40.308399545442327 ], [ -111.65567720042017, 40.308411235263705 ], [ -111.65573865157876, 40.308681163677377 ], [ -111.65568591242017, 40.309312108224226 ], [ -111.65605907745793, 40.310174877907045 ], [ -111.65616969568562, 40.310660748459178 ], [ -111.65621450377083, 40.311642499244769 ], [ -111.65610344951932, 40.312327829739765 ], [ -111.65590522130231, 40.312518147393298 ], [ -111.65581665339968, 40.313095239424349 ], [ -111.65570149748089, 40.313357159472503 ], [ -111.65518097760935, 40.314297067082869 ], [ -111.65464815277302, 40.315182986583018 ], [ -111.65413606977467, 40.315780491426246 ], [ -111.64838252218402, 40.315957029734015 ], [ -111.64845333660489, 40.319668428032372 ], [ -111.6484801906103, 40.321244888831117 ], [ -111.64849480503059, 40.321542110707462 ], [ -111.64797908851619, 40.321770230814707 ], [ -111.64725245762207, 40.322098630198987 ], [ -111.64384180290398, 40.323631209970003 ], [ -111.6437246149262, 40.323685917384942 ], [ -111.64360768344058, 40.323767650865861 ], [ -111.64322157665704, 40.3240130469555 ], [ -111.64282369681723, 40.324258507176246 ], [ -111.6422536141707, 40.324964391591429 ], [ -111.64167405256761, 40.325913574156395 ], [ -111.64127905478088, 40.326465325856553 ], [ -111.64102470286704, 40.326953232454855 ], [ -111.64042369429221, 40.328127757312686 ], [ -111.6403313147442, 40.328317461887224 ], [ -111.64002663121084, 40.328463295269515 ], [ -111.63978063131262, 40.328590784895546 ], [ -111.63961626233588, 40.328636739873005 ], [ -111.63953378014403, 40.328628186728523 ], [ -111.63927447767233, 40.328593583266411 ], [ -111.63869744308855, 40.328569743220946 ], [ -111.63850876728765, 40.328534748052306 ], [ -111.63792055615383, 40.328574030209374 ], [ -111.63647483664828, 40.328807223994552 ], [ -111.63610993379324, 40.328809231228419 ], [ -111.63549547267482, 40.328560351051301 ], [ -111.63514099090743, 40.328418150787691 ], [ -111.63497560598763, 40.328355994364578 ], [ -111.63467846220144, 40.328051312316212 ], [ -111.63474756867089, 40.327888767524804 ], [ -111.63477051968984, 40.327825577180953 ], [ -111.63461724494934, 40.32779939058085 ], [ -111.634393260671, 40.327764582389612 ], [ -111.63441503107448, 40.327575269780446 ], [ -111.63406089392318, 40.327469101080581 ], [ -111.63367186667949, 40.327408168432619 ], [ -111.63311905886241, 40.327456241419036 ], [ -111.63282495632215, 40.327475869146788 ], [ -111.63257793696303, 40.327495238658443 ], [ -111.63160053721586, 40.327455533509742 ], [ -111.6307071276032, 40.327586537017261 ], [ -111.62851099000774, 40.328139042526196 ], [ -111.62804107007625, 40.32824069607036 ], [ -111.62803864845544, 40.327979442368559 ], [ -111.62762741676211, 40.328062757176177 ], [ -111.62762808909467, 40.326864529552225 ], [ -111.6276266705224, 40.326711380783244 ], [ -111.62813281124389, 40.326708633482916 ], [ -111.62819074609156, 40.326609217631905 ], [ -111.62827180447714, 40.326464630140713 ], [ -111.6289468939827, 40.32564112392199 ], [ -111.62901668087359, 40.325550652407301 ], [ -111.62913371684093, 40.325477942294626 ], [ -111.62927437718625, 40.325414112755539 ], [ -111.6291203571852, 40.325306840047141 ], [ -111.62900189989061, 40.325226401378316 ], [ -111.62649512544991, 40.325276041862999 ], [ -111.62635138169199, 40.325006544075642 ], [ -111.62632759104582, 40.324979645270723 ], [ -111.626080329038, 40.324971974591008 ], [ -111.62518333521618, 40.323436251276071 ], [ -111.6251594624825, 40.323400343455333 ], [ -111.62500395799077, 40.32313090744514 ], [ -111.62463908489556, 40.32313287826662 ], [ -111.62463281595375, 40.319898604701933 ], [ -111.62026565492681, 40.319850029710018 ], [ -111.62026260443207, 40.31951670504052 ], [ -111.6199094375504, 40.31950958891764 ], [ -111.61989985420173, 40.315887933799395 ], [ -111.6370831015911, 40.315875662004395 ], [ -111.63870728217354, 40.315875715181186 ], [ -111.63882497025482, 40.315875065340585 ], [ -111.63881429445642, 40.312244408509834 ], [ -111.6388351991713, 40.311965007148736 ], [ -111.64353119273348, 40.311993034971813 ], [ -111.64828611437439, 40.312029551150566 ], [ -111.64814287904588, 40.306895095670868 ], [ -111.64812835629122, 40.306606881709953 ], [ -111.65196462739942, 40.306603344369719 ], [ -111.65208359860651, 40.306737812260479 ], [ -111.65233122962363, 40.306790471574097 ], [ -111.65308302880437, 40.306651091547849 ], [ -111.65321220735864, 40.306623334554772 ], [ -111.65489473806417, 40.306595803770762 ], [ -111.65498208782392, 40.305892589508836 ], [ -111.65511302221702, 40.304828759122465 ], [ -111.65513507633004, 40.304675477326924 ], [ -111.65514597279731, 40.304585323320502 ], [ -111.65531516212157, 40.303827589707879 ], [ -111.65550640052986, 40.302916573877205 ], [ -111.65490630795279, 40.302919972460955 ], [ -111.65450633312365, 40.302931245195381 ], [ -111.65443017013229, 40.302355085119821 ], [ -111.65436742637802, 40.301950024490637 ], [ -111.65418780264596, 40.301626707879663 ], [ -111.65236428573449, 40.301664032447704 ], [ -111.65244008366112, 40.302204159112996 ] ], [ [ -111.65744394005205, 40.292788203168513 ], [ -111.65742309599308, 40.291851359782427 ], [ -111.6571173037338, 40.291862106212072 ], [ -111.65704671613966, 40.291862507099545 ], [ -111.65295367372845, 40.291993790027419 ], [ -111.6528595566749, 40.291994321149062 ], [ -111.65303059183493, 40.292651031131747 ], [ -111.65311988350015, 40.293371266994981 ], [ -111.65320518687768, 40.293677099842135 ], [ -111.65333064466826, 40.294487223677585 ], [ -111.65437773512481, 40.294481306073493 ], [ -111.65578962908046, 40.294482321032511 ], [ -111.65653082755694, 40.29447811739422 ], [ -111.65689370053327, 40.293070615242918 ], [ -111.65744655920697, 40.293058465707972 ], [ -111.65744394005205, 40.292788203168513 ] ], [ [ -111.65802902031731, 40.281541325352237 ], [ -111.65787791139421, 40.280515128349904 ], [ -111.65775847573306, 40.281542863661727 ], [ -111.65802902031731, 40.281541325352237 ] ], [ [ -111.65787791139421, 40.280515128349904 ], [ -111.6577526020767, 40.279723025264218 ], [ -111.65705861491594, 40.279726968288372 ], [ -111.65710015841323, 40.277942897057606 ], [ -111.65741782468031, 40.277950101865791 ], [ -111.6573769541577, 40.277373740732422 ], [ -111.65735116162631, 40.27713964620488 ], [ -111.6570677178341, 40.274591631648299 ], [ -111.65563288867125, 40.27460877986254 ], [ -111.65511187537876, 40.275467612050136 ], [ -111.6557705339859, 40.275463881025935 ], [ -111.65562015437752, 40.275726002159296 ], [ -111.6554931233335, 40.275969972271476 ], [ -111.65561483129906, 40.27639271859406 ], [ -111.6556512482728, 40.276509632799325 ], [ -111.6553173707064, 40.277259293852076 ], [ -111.65540327164265, 40.277628187462255 ], [ -111.65541738248363, 40.277871357861429 ], [ -111.65513839441734, 40.278215290139329 ], [ -111.65505797149989, 40.278413949424504 ], [ -111.65487412111293, 40.278865453632655 ], [ -111.65460558538128, 40.279074186381273 ], [ -111.65459651641628, 40.27935352504003 ], [ -111.65453883364306, 40.279470971858984 ], [ -111.6543638733163, 40.279625119033774 ], [ -111.65645855333184, 40.279712355764055 ], [ -111.65647545686116, 40.280243806652976 ], [ -111.65727522539889, 40.280230256996383 ], [ -111.65727740649761, 40.280455476278107 ], [ -111.65729056505982, 40.280599549793926 ], [ -111.65787791139421, 40.280515128349904 ] ] ], [ [ [ -111.65072244762415, 40.302240860669365 ], [ -111.6505363454029, 40.302467138152906 ], [ -111.6503497235895, 40.302639362844822 ], [ -111.65050346559759, 40.302719581601124 ], [ -111.65068030880553, 40.302754624054138 ], [ -111.65056471789113, 40.30297149573402 ], [ -111.64999992386669, 40.302974670366908 ], [ -111.64850574487519, 40.303001074122513 ], [ -111.64825038034064, 40.302137618702858 ], [ -111.64972074874532, 40.302084324299457 ], [ -111.65072244762415, 40.302240860669365 ] ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 31, \"properties\": { \"NAME\": \"NEBO SCHOOL DISTRICT\", \"TOTENROLL\": 29136, \"Color4\": \"4\", \"Shape_Leng\": 451964.94932199997, \"Shape_Area\": 3404319848.8200002 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.49946225970442, 40.250243223648184 ], [ -111.49949422582665, 40.24659429569963 ], [ -111.49012310452248, 40.24653525935755 ], [ -111.48530237269493, 40.246510528189269 ], [ -111.48075205567568, 40.246484473187962 ], [ -111.47133442241403, 40.246496183450049 ], [ -111.46192853570012, 40.246507080422596 ], [ -111.45244033872714, 40.246517534718478 ], [ -111.44296383012849, 40.246518156975313 ], [ -111.43347555719446, 40.246518047281498 ], [ -111.42898361612694, 40.246517757190318 ], [ -111.423987277447, 40.246517159671548 ], [ -111.41681532717178, 40.246534202965144 ], [ -111.40738576592138, 40.246522733333691 ], [ -111.39794439151372, 40.246501526599005 ], [ -111.38851482553751, 40.246488519337447 ], [ -111.37907349986857, 40.246474782256236 ], [ -111.36964392936866, 40.246460237375452 ], [ -111.36020259988176, 40.246444960758268 ], [ -111.34134345175215, 40.24641202743036 ], [ -111.33190211926885, 40.246394441991271 ], [ -111.31304296846673, 40.24635689677428 ], [ -111.30361335332792, 40.246327962382843 ], [ -111.29417202319031, 40.246307298834793 ], [ -111.27531288149042, 40.246263605076443 ], [ -111.26872862602394, 40.246243043316156 ], [ -111.26854068654929, 40.24628852656668 ], [ -111.26816338473476, 40.246019119359659 ], [ -111.2679746994219, 40.245875405966039 ], [ -111.26773863092953, 40.245641707856819 ], [ -111.26747901420261, 40.245399054278089 ], [ -111.26681756902202, 40.244625772340058 ], [ -111.26636868179689, 40.244086242038051 ], [ -111.26607309967798, 40.243663479875295 ], [ -111.26578955994651, 40.243312764524532 ], [ -111.26564759749694, 40.243087855281331 ], [ -111.26549398481241, 40.242890000803683 ], [ -111.26531685956068, 40.242692200018517 ], [ -111.26495131207628, 40.242413745786401 ], [ -111.26482142687532, 40.242269892520916 ], [ -111.26476197674212, 40.242098849768716 ], [ -111.2647492374597, 40.241846615452666 ], [ -111.26480573877338, 40.241260874547727 ], [ -111.26496808171234, 40.240683900700589 ], [ -111.26508441575074, 40.240368304904266 ], [ -111.26527033701377, 40.239809295366832 ], [ -111.26546829287157, 40.239322333182749 ], [ -111.26550282230268, 40.239133056294918 ], [ -111.26557269019418, 40.238961717135496 ], [ -111.26568961717736, 40.238799279322606 ], [ -111.26587669214314, 40.238537576703827 ], [ -111.26626308775298, 40.238140274167719 ], [ -111.26666119938328, 40.237733933909666 ], [ -111.26711822688269, 40.237363493962583 ], [ -111.26746983764602, 40.237092399438644 ], [ -111.26782155209141, 40.23684833184705 ], [ -111.26819702417723, 40.236667274048244 ], [ -111.26856127250051, 40.236621382329886 ], [ -111.26885534262492, 40.236665746677765 ], [ -111.26917310288849, 40.236755102268283 ], [ -111.26971411535315, 40.23681690868824 ], [ -111.2699727052201, 40.236807296371367 ], [ -111.27018430798874, 40.236806802591381 ], [ -111.27071313549415, 40.236760519785584 ], [ -111.27264013071009, 40.236521751659431 ], [ -111.27318060129707, 40.236448401902621 ], [ -111.27338012116331, 40.236366846048128 ], [ -111.2735325093314, 40.23625837299668 ], [ -111.27363772958232, 40.236113973601235 ], [ -111.27371922060949, 40.235915573723183 ], [ -111.27378852022866, 40.235609089606292 ], [ -111.27378572635254, 40.23491537098576 ], [ -111.27381917810136, 40.234464820877172 ], [ -111.27381729118228, 40.233996335492435 ], [ -111.27380390315763, 40.233590943226559 ], [ -111.27386111836566, 40.233203402737345 ], [ -111.27387203871746, 40.232996160193302 ], [ -111.27381250150943, 40.232807103190773 ], [ -111.27365899731076, 40.232636287210482 ], [ -111.2734468640498, 40.23250164724255 ], [ -111.272928633055, 40.232250606589808 ], [ -111.27272807663761, 40.232070890875008 ], [ -111.27260966078458, 40.231854943671372 ], [ -111.27247909370649, 40.231539921275846 ], [ -111.27233644832364, 40.231143842309145 ], [ -111.2721461368814, 40.230585705558497 ], [ -111.27208538083887, 40.230090329943636 ], [ -111.27201269103267, 40.229549935161934 ], [ -111.27192871643504, 40.229126689365934 ], [ -111.27179747358656, 40.228640488481545 ], [ -111.27173625385896, 40.228027991011537 ], [ -111.27175907812344, 40.227856758249843 ], [ -111.27182859466396, 40.227604330954158 ], [ -111.27188693297673, 40.227496080760901 ], [ -111.27202708112726, 40.227270515688261 ], [ -111.27216712017447, 40.227017922399774 ], [ -111.272353813237, 40.226675124841577 ], [ -111.27244694249362, 40.226449669859498 ], [ -111.27272708534413, 40.225962500735328 ], [ -111.27284397301334, 40.225800055459061 ], [ -111.27293724409704, 40.225610637451688 ], [ -111.27307655282972, 40.225177856034414 ], [ -111.27318121417774, 40.224898316591052 ], [ -111.27322707047922, 40.224609906433052 ], [ -111.27334189061382, 40.22393392765516 ], [ -111.27334109398453, 40.223735721935078 ], [ -111.27330496471608, 40.223519580767928 ], [ -111.27326905288207, 40.223357495691168 ], [ -111.27326832888104, 40.223177308654094 ], [ -111.27332637148074, 40.222996982854966 ], [ -111.27341945632129, 40.222762517621646 ], [ -111.27347717213121, 40.222501107560817 ], [ -111.27349973662777, 40.222266808840295 ], [ -111.27348733133718, 40.222104668250346 ], [ -111.27343992024598, 40.222005676431429 ], [ -111.27335724990245, 40.221906767866635 ], [ -111.27320402492975, 40.221799016354638 ], [ -111.27274417228227, 40.221430713804544 ], [ -111.27250824497938, 40.221215042920051 ], [ -111.27234294524499, 40.221026233711768 ], [ -111.27222433368959, 40.220756229494611 ], [ -111.27216473986371, 40.220549152479592 ], [ -111.27214004451987, 40.22025189896025 ], [ -111.27207991082457, 40.219909681513215 ], [ -111.27205518006457, 40.219603418582395 ], [ -111.27193610392253, 40.219216292323779 ], [ -111.27180585255829, 40.218973343266583 ], [ -111.27142797101988, 40.218523757764387 ], [ -111.27101437044281, 40.217957131830204 ], [ -111.27076559659925, 40.217462194484852 ], [ -111.27062309869258, 40.217093140401886 ], [ -111.27042219930087, 40.216814317050108 ], [ -111.27016307723623, 40.216670770961315 ], [ -111.26977411035887, 40.216383375805826 ], [ -111.26938493270852, 40.216041923122262 ], [ -111.26899565209384, 40.215673440996653 ], [ -111.26868878199363, 40.215340804071211 ], [ -111.26848768238798, 40.21500792102529 ], [ -111.26815724298784, 40.214657318410694 ], [ -111.26787356597019, 40.214243540457566 ], [ -111.26769622527878, 40.213973667149943 ], [ -111.26762489955074, 40.213766614667122 ], [ -111.26750628408824, 40.213487595802498 ], [ -111.26735273333831, 40.21328974257878 ], [ -111.26709317137735, 40.213029067626124 ], [ -111.26671609582786, 40.212768662906662 ], [ -111.26628033611799, 40.21252641086528 ], [ -111.26578571654544, 40.212257263967842 ], [ -111.26530309822115, 40.212051153626078 ], [ -111.26484426617351, 40.211917062491061 ], [ -111.26446783573583, 40.211818819122641 ], [ -111.26425592569129, 40.211720199063222 ], [ -111.26409091679993, 40.211594443250235 ], [ -111.26396088290745, 40.21139653179408 ], [ -111.2639368210737, 40.211252435347191 ], [ -111.26391213032426, 40.210946170089578 ], [ -111.26395812171829, 40.210684790946097 ], [ -111.26409815697789, 40.210432206707999 ], [ -111.26424980235873, 40.210143557951845 ], [ -111.26443701475154, 40.209935912872361 ], [ -111.2647178487269, 40.209628949368067 ], [ -111.26488155631655, 40.209421357303221 ], [ -111.26497482740298, 40.209231945175766 ], [ -111.26503259958476, 40.208979548025823 ], [ -111.26500815039898, 40.208736348559583 ], [ -111.26493655779551, 40.208457219139966 ], [ -111.26480589640784, 40.20809713964475 ], [ -111.26467527145503, 40.207746069357604 ], [ -111.26447372388273, 40.20728704740111 ], [ -111.26443738672302, 40.207007837045744 ], [ -111.26431869126523, 40.206701786355588 ], [ -111.26422402251805, 40.206530822656475 ], [ -111.2641527152697, 40.20632376770839 ], [ -111.26410487431716, 40.20610764970727 ], [ -111.26403356788138, 40.205900594668037 ], [ -111.26397436169314, 40.205783606642449 ], [ -111.26387990470658, 40.205666698945585 ], [ -111.26377383741267, 40.205585855489552 ], [ -111.26351491172578, 40.205478331604255 ], [ -111.26305633650374, 40.205398289399753 ], [ -111.26273876565401, 40.205317925425611 ], [ -111.26246819659627, 40.205237454018196 ], [ -111.26213898104643, 40.205184143197776 ], [ -111.26192758052343, 40.205211650124134 ], [ -111.26179829303084, 40.205202933121925 ], [ -111.26164547042276, 40.205185259705942 ], [ -111.26141025771203, 40.205131734303933 ], [ -111.26122201172774, 40.205069092980978 ], [ -111.26062192173403, 40.204854218363771 ], [ -111.26023337285442, 40.204647874732231 ], [ -111.26003310374092, 40.20451318275137 ], [ -111.25987973267198, 40.204351356739082 ], [ -111.2597852159211, 40.204216426860633 ], [ -111.25966709629213, 40.20405452144184 ], [ -111.25951358971288, 40.203856657356923 ], [ -111.25926622137833, 40.20369504119693 ], [ -111.25910134410699, 40.203596306184977 ], [ -111.25895972727841, 40.203434452614708 ], [ -111.25882992957651, 40.203290591380728 ], [ -111.25853532575012, 40.203066012949932 ], [ -111.2583469513155, 40.202967329325439 ], [ -111.25821746343524, 40.202904551938296 ], [ -111.25813507771315, 40.202868697795225 ], [ -111.2579702040825, 40.202769961146643 ], [ -111.25779344460616, 40.202635212845422 ], [ -111.25748719950924, 40.202437686055035 ], [ -111.25734552080343, 40.202257811665547 ], [ -111.25721535423344, 40.202014845211259 ], [ -111.25709690423288, 40.201762843105904 ], [ -111.25690792336744, 40.201501987943153 ], [ -111.25668410294347, 40.201349323398141 ], [ -111.25654283613036, 40.201277560759699 ], [ -111.25642500087226, 40.201187727099352 ], [ -111.25638958248038, 40.20114275818004 ], [ -111.25635382480824, 40.201007695260799 ], [ -111.25635355334761, 40.200935620068911 ], [ -111.25639983873543, 40.200746318600828 ], [ -111.25654005162723, 40.200538790045613 ], [ -111.25673829713007, 40.200141933644268 ], [ -111.25696034507149, 40.199826109329479 ], [ -111.25726453374745, 40.199483073629835 ], [ -111.25751034821346, 40.199239271222808 ], [ -111.25769748319473, 40.199013617878265 ], [ -111.2578844462749, 40.198742917219526 ], [ -111.25801296972632, 40.198553431811249 ], [ -111.25816478560735, 40.198309837444711 ], [ -111.25825799199265, 40.198102411549684 ], [ -111.258245866984, 40.198003334335695 ], [ -111.25816321384546, 40.197895404944241 ], [ -111.25802198681964, 40.197832653453034 ], [ -111.25779868781642, 40.197815131980043 ], [ -111.25744621827245, 40.1978159163654 ], [ -111.25704699091662, 40.197879869861765 ], [ -111.25680032996405, 40.197898436249808 ], [ -111.25664745709344, 40.197862737350867 ], [ -111.25660042715643, 40.197853832126654 ], [ -111.25625923154361, 40.197728455200753 ], [ -111.25550651958713, 40.19752290094614 ], [ -111.25492994445482, 40.197289925602973 ], [ -111.25444749881515, 40.197092778441991 ], [ -111.25378882351986, 40.196896015738524 ], [ -111.25301229571508, 40.196600402617193 ], [ -111.2525766883311, 40.196358097840992 ], [ -111.25214068361416, 40.196007678490822 ], [ -111.25184573345747, 40.195674969665063 ], [ -111.25151570692572, 40.195387383696101 ], [ -111.25127997064618, 40.195180677498023 ], [ -111.25109126302935, 40.194982878302341 ], [ -111.25069052009911, 40.194632376906448 ], [ -111.24997343507584, 40.194516804214906 ], [ -111.24943254550232, 40.194391838093594 ], [ -111.24895043274884, 40.19427575254484 ], [ -111.2485505272733, 40.194150479030043 ], [ -111.24827988785034, 40.194033936457721 ], [ -111.2479854245432, 40.193827349423501 ], [ -111.24779673024219, 40.193629544770943 ], [ -111.24773733321547, 40.193449482158854 ], [ -111.24772466709058, 40.193197243625526 ], [ -111.24768840642894, 40.192918027100212 ], [ -111.24751067757813, 40.192503970769465 ], [ -111.24715620753088, 40.1919461397706 ], [ -111.24683708495164, 40.19141526073718 ], [ -111.24657735889816, 40.19106444409443 ], [ -111.24623546630362, 40.190731820620947 ], [ -111.24587040694959, 40.190489340236937 ], [ -111.24538751614126, 40.19014800409267 ], [ -111.24498712279433, 40.189878567304362 ], [ -111.24466932178028, 40.189708059018685 ], [ -111.24442197542498, 40.189528391633651 ], [ -111.24416259208844, 40.189267663656878 ], [ -111.24395016837173, 40.188997826648155 ], [ -111.2435728311564, 40.188602203391326 ], [ -111.243289734559, 40.188278456832037 ], [ -111.243041753924, 40.187918597861575 ], [ -111.24281730249898, 40.187567698484507 ], [ -111.24252249872178, 40.187252984035297 ], [ -111.24221588646064, 40.186920274526706 ], [ -111.2419799196371, 40.186632464038105 ], [ -111.24181462887964, 40.186398562443863 ], [ -111.24164940319947, 40.186182679465148 ], [ -111.24124892030734, 40.185877191720166 ], [ -111.24083685342767, 40.185616774168231 ], [ -111.24067198298232, 40.185499993523521 ], [ -111.24048349213476, 40.185347223706728 ], [ -111.24025944382015, 40.185104432368334 ], [ -111.23981154233773, 40.184672904960735 ], [ -111.23952851168981, 40.184358158320286 ], [ -111.23933933001514, 40.18400717898281 ], [ -111.23916161211814, 40.183575090104029 ], [ -111.23906656451992, 40.183268963292484 ], [ -111.2390304080739, 40.183007762334057 ], [ -111.2390060931596, 40.182773565420703 ], [ -111.23888821829212, 40.182656685142497 ], [ -111.23867637290063, 40.182539998505021 ], [ -111.23848817866219, 40.182468310284946 ], [ -111.23797061506488, 40.182262156651227 ], [ -111.23729994483905, 40.181939191034942 ], [ -111.23658226483344, 40.18160730807552 ], [ -111.23619398389484, 40.181418901217114 ], [ -111.23588780329241, 40.181194287773131 ], [ -111.23567556231913, 40.180960472814448 ], [ -111.23546316707957, 40.180681610229279 ], [ -111.2353095035852, 40.180402627885293 ], [ -111.23516758730661, 40.180123621462286 ], [ -111.23495504138381, 40.179799710659097 ], [ -111.23485930355868, 40.179286362839242 ], [ -111.23486955825362, 40.178853885522571 ], [ -111.23496243643835, 40.178538364175019 ], [ -111.235102420647, 40.178258785138922 ], [ -111.23530119386555, 40.177997105480962 ], [ -111.23540562762685, 40.177627503171117 ], [ -111.23542777978452, 40.177240049060664 ], [ -111.23539120475975, 40.176852714333982 ], [ -111.23540148691856, 40.17642924625018 ], [ -111.23535369638626, 40.176195096018937 ], [ -111.23523552810782, 40.175988117316471 ], [ -111.23504707583507, 40.175835338286738 ], [ -111.23481167471319, 40.175691663687587 ], [ -111.23447007197846, 40.175404051465527 ], [ -111.23422218505014, 40.175044172534356 ], [ -111.23396274137205, 40.174738373507353 ], [ -111.23372703724056, 40.174504602104136 ], [ -111.23337391614187, 40.174280076460477 ], [ -111.23280911194173, 40.173974889900663 ], [ -111.23223256795286, 40.173669724113495 ], [ -111.23166774327659, 40.173355522466309 ], [ -111.23137308329557, 40.173049787991417 ], [ -111.23116066931392, 40.172752898092426 ], [ -111.23101884718488, 40.172491905042591 ], [ -111.23089987415896, 40.17204166628057 ], [ -111.23080451376543, 40.171627418383252 ], [ -111.23072068541036, 40.171150080733206 ], [ -111.23062599825985, 40.170934040809612 ], [ -111.23046093712185, 40.170745169470273 ], [ -111.23014298789388, 40.170493535214717 ], [ -111.22957798671725, 40.170116256845446 ], [ -111.2290368435289, 40.169847042806836 ], [ -111.22868400392171, 40.169694578297651 ], [ -111.22829563163747, 40.169452087511218 ], [ -111.22784833085129, 40.169146644700291 ], [ -111.22754208257787, 40.168876961137684 ], [ -111.22716531281804, 40.168589396077159 ], [ -111.2268592797115, 40.168382776954147 ], [ -111.22635327296403, 40.168077443308889 ], [ -111.22600011982597, 40.167825866354633 ], [ -111.22585874582896, 40.167690999275926 ], [ -111.22567015852999, 40.167484147813774 ], [ -111.22556401717098, 40.167349211690969 ], [ -111.22542198936969, 40.167016135672228 ], [ -111.22532717585514, 40.166755043834165 ], [ -111.22530306302781, 40.166565890604289 ], [ -111.2252200239565, 40.166313785276934 ], [ -111.22519573295854, 40.166070575164689 ], [ -111.22524151600999, 40.165710104819524 ], [ -111.22534556879619, 40.165214378045142 ], [ -111.22539084396782, 40.164700746499022 ], [ -111.22551885759145, 40.164349125396321 ], [ -111.22570570515214, 40.164033427601787 ], [ -111.22600986280167, 40.163681462425473 ], [ -111.22641928587296, 40.163203157128841 ], [ -111.2268638721106, 40.162706762385639 ], [ -111.22726166063954, 40.16226451498509 ], [ -111.22746038760407, 40.161993838630394 ], [ -111.22757712405618, 40.161786389869505 ], [ -111.22762373419256, 40.161678183788261 ], [ -111.2276350557209, 40.161552027989593 ], [ -111.22758760336299, 40.161407968645996 ], [ -111.2273633494185, 40.161066046713373 ], [ -111.22729244272205, 40.160931042828103 ], [ -111.22730376474611, 40.160804887044151 ], [ -111.22735016429836, 40.16063361468683 ], [ -111.22745527646977, 40.160462226987072 ], [ -111.22759558565272, 40.160281760468976 ], [ -111.22798158274847, 40.159830524059849 ], [ -111.22848472677542, 40.159297969351755 ], [ -111.22880065181346, 40.158963992449458 ], [ -111.22901137777106, 40.158774375467949 ], [ -111.22909302869559, 40.158612042174454 ], [ -111.22910422590081, 40.158449848240046 ], [ -111.22904512125062, 40.15833284110284 ], [ -111.22893922962535, 40.158269983710987 ], [ -111.22868056895263, 40.158171389855468 ], [ -111.22836328878314, 40.158099939675992 ], [ -111.22799885987207, 40.157974524207582 ], [ -111.22757551115662, 40.1577861565913 ], [ -111.22736364235418, 40.157633410539773 ], [ -111.22724589115521, 40.15753453669565 ], [ -111.22715150431196, 40.157399578716685 ], [ -111.22705678775259, 40.157165516302143 ], [ -111.22698567576566, 40.156967445715033 ], [ -111.22678423402215, 40.156418258088891 ], [ -111.22670078257468, 40.15604002051974 ], [ -111.22671174538954, 40.15580575081686 ], [ -111.22679354813435, 40.155688466502987 ], [ -111.22692222754432, 40.15554406162893 ], [ -111.2270739696871, 40.15527347770481 ], [ -111.22724910379532, 40.154975819017771 ], [ -111.2274234249235, 40.154434903806127 ], [ -111.22744633690986, 40.154263677353228 ], [ -111.227481050378, 40.15411044680792 ], [ -111.22762089531025, 40.153794837721854 ], [ -111.2277144354927, 40.153677529646572 ], [ -111.22779620387085, 40.153551235100984 ], [ -111.22787770093296, 40.1533438550656 ], [ -111.22787718902073, 40.153190693694512 ], [ -111.22785304398565, 40.152992531064967 ], [ -111.22787613509614, 40.152875361447094 ], [ -111.22794628146221, 40.152785127859467 ], [ -111.22808660377784, 40.152613670047373 ], [ -111.2282271968096, 40.152523297502917 ], [ -111.22850853272878, 40.152387599367906 ], [ -111.22884848258103, 40.152224756062715 ], [ -111.22915308632214, 40.152025943495822 ], [ -111.22943396359068, 40.15175510070506 ], [ -111.22965637628539, 40.151556449622426 ], [ -111.2298201434191, 40.151375933624188 ], [ -111.22993688503423, 40.151177491668292 ], [ -111.23007707744054, 40.150969993441166 ], [ -111.23026441513581, 40.150816458629166 ], [ -111.23046349286746, 40.15066290014574 ], [ -111.23067424959751, 40.150491298940615 ], [ -111.23081446885216, 40.150292809301611 ], [ -111.23089586135295, 40.150058398575212 ], [ -111.23089519018282, 40.149860189670342 ], [ -111.23085905287729, 40.149589975014898 ], [ -111.23084673266668, 40.149418817989194 ], [ -111.23085804630176, 40.149292661630135 ], [ -111.23086948190991, 40.14920254325493 ], [ -111.2309395900382, 40.149103298321407 ], [ -111.23104482816488, 40.148976954582224 ], [ -111.23115000482196, 40.14883259175123 ], [ -111.23137182219536, 40.14846275685904 ], [ -111.23144140900821, 40.148210350147906 ], [ -111.23146400307645, 40.147949027765932 ], [ -111.23139270461293, 40.147696902585267 ], [ -111.23122782011853, 40.147544069423851 ], [ -111.23094565524896, 40.147427508224837 ], [ -111.23059280580718, 40.14723901062672 ], [ -111.23029875088086, 40.147077423714478 ], [ -111.23001649835807, 40.14693383172952 ], [ -111.22968737720139, 40.146817360710017 ], [ -111.22933477676817, 40.146700935253762 ], [ -111.22894677551832, 40.146530521344772 ], [ -111.22861750710918, 40.146368999752845 ], [ -111.2282999803717, 40.146207454070662 ], [ -111.22795888461562, 40.146018925222705 ], [ -111.22767655114994, 40.145848298969995 ], [ -111.22719421848718, 40.145551930693316 ], [ -111.22660587121372, 40.145147653121668 ], [ -111.22625271675179, 40.14486003758843 ], [ -111.22587605576025, 40.144563457249276 ], [ -111.22556974734708, 40.144239709950092 ], [ -111.22539260856675, 40.143924720046051 ], [ -111.22533295742441, 40.143636529998879 ], [ -111.2251792113198, 40.143294465509854 ], [ -111.22500207681567, 40.1429794749452 ], [ -111.22494254702211, 40.142727322685822 ], [ -111.22494201217977, 40.14256515149102 ], [ -111.2249649265503, 40.142393925171142 ], [ -111.22510499724429, 40.142150394610056 ], [ -111.22528004701324, 40.14183471927003 ], [ -111.22540837611899, 40.141591211161476 ], [ -111.2254547675881, 40.141419939016849 ], [ -111.22543069346986, 40.141239794473087 ], [ -111.22530087712576, 40.141032826980847 ], [ -111.22506511157688, 40.140735969582828 ], [ -111.2245818475733, 40.140142276050717 ], [ -111.22412218834795, 40.139584573046655 ], [ -111.22390976293894, 40.139242620170613 ], [ -111.22381499431742, 40.138981525717881 ], [ -111.2237082216791, 40.138639368191207 ], [ -111.22363675499933, 40.138324171095569 ], [ -111.22368288285472, 40.13807181388966 ], [ -111.22379911728883, 40.137720215852788 ], [ -111.22391520267135, 40.137323570082479 ], [ -111.2239964557254, 40.137044116055982 ], [ -111.22413554216322, 40.136503272279114 ], [ -111.22418113406135, 40.136088743418192 ], [ -111.22419201382274, 40.135827444564185 ], [ -111.22413166461618, 40.135323024919451 ], [ -111.22414227806013, 40.134980640326312 ], [ -111.22412944474952, 40.134647310673472 ], [ -111.22404603521348, 40.134269069652646 ], [ -111.22398577725127, 40.133791678364823 ], [ -111.22406684834722, 40.13345816697629 ], [ -111.22411282343431, 40.133160761769339 ], [ -111.22406536895332, 40.133007690673601 ], [ -111.22398284910896, 40.132899735297919 ], [ -111.22374735391458, 40.132674950923658 ], [ -111.22345302398794, 40.132405231673822 ], [ -111.22309962493631, 40.132018500862159 ], [ -111.22298130598091, 40.131730421999151 ], [ -111.22288613945388, 40.131343192994272 ], [ -111.22286160496856, 40.131018895091998 ], [ -111.2228372178384, 40.130739644819378 ], [ -111.2228833142256, 40.130478278075472 ], [ -111.22296479900174, 40.130270900703835 ], [ -111.22302263192312, 40.130009511287525 ], [ -111.22297491714781, 40.129775353860431 ], [ -111.22285672034879, 40.129523312876614 ], [ -111.22258552932939, 40.129145431655722 ], [ -111.22238499892062, 40.128839490832455 ], [ -111.22214949371934, 40.128605693464301 ], [ -111.22198464690112, 40.128443836920368 ], [ -111.2219136971474, 40.128281800253106 ], [ -111.22188966646632, 40.128110664061019 ], [ -111.22193567685208, 40.127822268962973 ], [ -111.22201686826249, 40.127524796802057 ], [ -111.22216765882776, 40.126974922470097 ], [ -111.22224837877903, 40.126533297508203 ], [ -111.22229473877643, 40.126353016651443 ], [ -111.22232942056132, 40.126190777379172 ], [ -111.2223169207986, 40.125956551913966 ], [ -111.22219887977336, 40.125749557762049 ], [ -111.22196326871098, 40.125479721702106 ], [ -111.22172789368112, 40.125281961464815 ], [ -111.22142172110907, 40.124967211366155 ], [ -111.22151415072231, 40.124516554775667 ], [ -111.22164298765918, 40.124435221907206 ], [ -111.22214709454232, 40.124263073712264 ], [ -111.22265137522378, 40.124144980571735 ], [ -111.22285062795432, 40.124063510961889 ], [ -111.22299102211622, 40.123928096763166 ], [ -111.22313112117592, 40.12370258697829 ], [ -111.22320091991935, 40.123513250915543 ], [ -111.22320041904172, 40.123360088703691 ], [ -111.22315276732454, 40.123143950154116 ], [ -111.22308164368522, 40.122927856790199 ], [ -111.22288039394869, 40.122396677865147 ], [ -111.22282083147421, 40.122126504458343 ], [ -111.22284347981166, 40.121874192056424 ], [ -111.22291307154237, 40.121621789296192 ], [ -111.22304125366993, 40.121342244858305 ], [ -111.22318152404598, 40.121170792199429 ], [ -111.22331014636278, 40.121026390633013 ], [ -111.22345047440388, 40.120872956734182 ], [ -111.22367286337979, 40.12069233540106 ], [ -111.22400084288944, 40.120502499859434 ], [ -111.22450482588214, 40.120303312742209 ], [ -111.22499727817902, 40.120167213053769 ], [ -111.2253959030942, 40.120049313115658 ], [ -111.22559502149061, 40.119931800584794 ], [ -111.22570025459235, 40.119814470707446 ], [ -111.22579351336346, 40.11962508724357 ], [ -111.22587488704751, 40.119390678855225 ], [ -111.22597934336844, 40.119039100498476 ], [ -111.22605999966359, 40.11858846281941 ], [ -111.22609422103403, 40.118291079016927 ], [ -111.22609353471947, 40.118083859406546 ], [ -111.22608111316936, 40.117876662696787 ], [ -111.22603330708911, 40.117615477396043 ], [ -111.2260211841074, 40.117498376156966 ], [ -111.22604420697614, 40.117363187109831 ], [ -111.22609046131102, 40.117155875842649 ], [ -111.22625320027529, 40.116687058405098 ], [ -111.22642755244894, 40.11618217956115 ], [ -111.2266601576155, 40.115551051879734 ], [ -111.22676478365777, 40.11525352992345 ], [ -111.2268925189732, 40.114847847250687 ], [ -111.2269386792197, 40.114613506906402 ], [ -111.22694978497424, 40.114424283290155 ], [ -111.22694897636319, 40.114181025337388 ], [ -111.22693643319704, 40.113937790367224 ], [ -111.22695924343982, 40.113739534180787 ], [ -111.22699378804955, 40.113541254986117 ], [ -111.2270749107428, 40.113234769096472 ], [ -111.22729654547911, 40.112837911323631 ], [ -111.2274594460838, 40.112423149231404 ], [ -111.22761049035402, 40.111972371718046 ], [ -111.22771519698118, 40.111701877417993 ], [ -111.22783196759883, 40.111530465065961 ], [ -111.22796050183146, 40.111368039056309 ], [ -111.22808921602785, 40.111259670248465 ], [ -111.22831168199555, 40.111115078060791 ], [ -111.22856937934021, 40.11097942553927 ], [ -111.22870979569667, 40.11086202332428 ], [ -111.22884993981066, 40.11066353491394 ], [ -111.22908322941954, 40.110248631295022 ], [ -111.22916485290241, 40.110095306309148 ], [ -111.22926915727433, 40.109707686268742 ], [ -111.22927986257375, 40.109401338009967 ], [ -111.22925606228247, 40.10930227930173 ], [ -111.22918520611061, 40.109167275226106 ], [ -111.22910255604575, 40.109014275191797 ], [ -111.22909033872257, 40.108870145427339 ], [ -111.22910146788116, 40.108689930997201 ], [ -111.22915950127054, 40.108500614148909 ], [ -111.22919439977092, 40.108410448883625 ], [ -111.22939187374485, 40.107815422911607 ], [ -111.22959004095904, 40.107427616501163 ], [ -111.22976501198806, 40.107120942355131 ], [ -111.2298700969624, 40.10696757025066 ], [ -111.22996359981907, 40.106859269162037 ], [ -111.2300454600993, 40.106778019992007 ], [ -111.23015078682096, 40.106696724136988 ], [ -111.23032642195746, 40.106588259522681 ], [ -111.2307129512136, 40.106389278512893 ], [ -111.23106430900613, 40.106199376002195 ], [ -111.23138049576971, 40.106018552310331 ], [ -111.23168500881661, 40.105855770352491 ], [ -111.23201310912776, 40.105728978846805 ], [ -111.23234114691608, 40.105584167284405 ], [ -111.23276271034254, 40.105340060999055 ], [ -111.2333363693385, 40.10496951210532 ], [ -111.23387497750154, 40.10464407926446 ], [ -111.23424969065563, 40.104427091006706 ], [ -111.23447221412603, 40.104309515610275 ], [ -111.23476522703889, 40.10421882581727 ], [ -111.23519894056308, 40.104100820780893 ], [ -111.23546854802693, 40.104028195986444 ], [ -111.23562088865292, 40.103973828425815 ], [ -111.23573787504274, 40.103874484485402 ], [ -111.2358313954697, 40.103775188205425 ], [ -111.23597184680179, 40.103675796247906 ], [ -111.23600685839176, 40.103621667146612 ], [ -111.23601834210842, 40.103549566721803 ], [ -111.23602976353143, 40.103459447165186 ], [ -111.23600601783215, 40.103378408894429 ], [ -111.2358882236601, 40.10324350441573 ], [ -111.23569994049961, 40.103081714386015 ], [ -111.23554704264924, 40.102973909867117 ], [ -111.23533545096083, 40.102857214780521 ], [ -111.23513574770955, 40.102785543319101 ], [ -111.23499473902234, 40.102722762076873 ], [ -111.23488883550507, 40.102632880588658 ], [ -111.23481809909424, 40.102533918083878 ], [ -111.23478259160412, 40.102443893761574 ], [ -111.23472346426524, 40.102308869142483 ], [ -111.23464037688447, 40.102029738938597 ], [ -111.23453351590273, 40.101660560487659 ], [ -111.2344977308707, 40.101489449941631 ], [ -111.23450903024148, 40.101363292221379 ], [ -111.23456716625896, 40.101210010761989 ], [ -111.23467195282062, 40.100975548073983 ], [ -111.2348113161173, 40.100560822535591 ], [ -111.23491532624583, 40.100101120337413 ], [ -111.23498416967577, 40.099650498992098 ], [ -111.23504180718434, 40.099353064106019 ], [ -111.23501750616683, 40.099109853267016 ], [ -111.23504025719949, 40.098902585488887 ], [ -111.2350861309195, 40.098596164776836 ], [ -111.23528439441674, 40.098253396042729 ], [ -111.23556440575297, 40.097802345085775 ], [ -111.23593758251599, 40.09715289165306 ], [ -111.23615892707569, 40.096701958662401 ], [ -111.23647390257578, 40.096187766629363 ], [ -111.23683595518878, 40.095718525655094 ], [ -111.23699910126955, 40.095402854548702 ], [ -111.23708025167856, 40.095123389612709 ], [ -111.23717313270534, 40.094843900588877 ], [ -111.23730167605477, 40.094699483054519 ], [ -111.23747723771528, 40.094581997916102 ], [ -111.23778206158151, 40.094527314731543 ], [ -111.23807537350751, 40.094535721900549 ], [ -111.23833339754405, 40.094517172011876 ], [ -111.23847398348965, 40.094462824814407 ], [ -111.23857921830457, 40.094363502051159 ], [ -111.23870782073102, 40.094237102110931 ], [ -111.23911721349448, 40.093893891306507 ], [ -111.23942121210267, 40.093604954786699 ], [ -111.23965479046912, 40.09330715352845 ], [ -111.2399582462959, 40.092865052743534 ], [ -111.24018027894111, 40.092621332177565 ], [ -111.24048458450528, 40.092422488627221 ], [ -111.24080093663696, 40.092313715683133 ], [ -111.2411174149313, 40.092240980192535 ], [ -111.24146879843131, 40.092087084271107 ], [ -111.24164421875477, 40.091933554487888 ], [ -111.24174919006015, 40.091762152191102 ], [ -111.24179547538962, 40.091581862663212 ], [ -111.24180628148422, 40.091320560359563 ], [ -111.24178189563348, 40.091059331503153 ], [ -111.24176917679659, 40.090780058984564 ], [ -111.24187274282691, 40.090212234962173 ], [ -111.24192948133363, 40.089671537550018 ], [ -111.24195080479159, 40.08906784648623 ], [ -111.24197289354699, 40.088680385378936 ], [ -111.24200696746023, 40.088364976413537 ], [ -111.2420874189086, 40.087896306427041 ], [ -111.24212152384079, 40.087589906973605 ], [ -111.24222546544345, 40.087130197382947 ], [ -111.24234129527383, 40.0867155110627 ], [ -111.24238709637439, 40.086400077346497 ], [ -111.24237453578847, 40.086165852612901 ], [ -111.24232688190411, 40.085958730250198 ], [ -111.24225596050653, 40.085805714452867 ], [ -111.24216158003966, 40.085652747650592 ], [ -111.241878983242, 40.085347009771731 ], [ -111.24167875097838, 40.085113176628916 ], [ -111.24147864741806, 40.084915381487789 ], [ -111.24123172227901, 40.084744712476237 ], [ -111.24079690401206, 40.084511366051977 ], [ -111.24049114446912, 40.084286759783346 ], [ -111.24017343589452, 40.083999109864301 ], [ -111.23989082321864, 40.083684357408337 ], [ -111.23966663852725, 40.083306415761257 ], [ -111.23947783341116, 40.082982458479464 ], [ -111.23935940518759, 40.082658355475999 ], [ -111.23928798922626, 40.082361184215088 ], [ -111.23920497093064, 40.082100075497905 ], [ -111.23913412360042, 40.081965076847787 ], [ -111.23903984997723, 40.081839136154571 ], [ -111.23885149267177, 40.081641312109788 ], [ -111.23845129202384, 40.081236701761284 ], [ -111.23813307266305, 40.080795882849735 ], [ -111.23800298857924, 40.080489821615764 ], [ -111.23797855859868, 40.080210572215648 ], [ -111.23797774308396, 40.079976322612282 ], [ -111.23802318351267, 40.07955277499763 ], [ -111.23812707797548, 40.079075049197037 ], [ -111.23826691012087, 40.07881348135605 ], [ -111.23838325282473, 40.078542952006558 ], [ -111.23845302658067, 40.078371624733506 ], [ -111.23853396254044, 40.078038100414169 ], [ -111.23861486627105, 40.077695566417908 ], [ -111.23877802445168, 40.077397911178899 ], [ -111.23903466053184, 40.077000956493258 ], [ -111.23927984929915, 40.076685111887251 ], [ -111.23960678518958, 40.076269991325503 ], [ -111.2399568569278, 40.075764725185323 ], [ -111.24024834726183, 40.075277598793583 ], [ -111.24053992854876, 40.074817500459673 ], [ -111.24066776131592, 40.074483877074286 ], [ -111.24069023364659, 40.074204530517839 ], [ -111.2407127692382, 40.073943203159949 ], [ -111.24068817208486, 40.073618905998622 ], [ -111.24064056395197, 40.073420792060546 ], [ -111.24054623602653, 40.073276833162474 ], [ -111.24039330243768, 40.073142005483213 ], [ -111.24018182676637, 40.073034328009889 ], [ -111.23986486735889, 40.072944887949461 ], [ -111.23965367733456, 40.072918295996175 ], [ -111.23924305680046, 40.072874096325336 ], [ -111.23891443482528, 40.072802697095952 ], [ -111.23867957047396, 40.072713084454676 ], [ -111.2384916165842, 40.072623374773663 ], [ -111.23830341198352, 40.072461587890771 ], [ -111.23811508277252, 40.072263762246088 ], [ -111.23793838796398, 40.072038883361593 ], [ -111.23770221205238, 40.071570864959348 ], [ -111.23736040074506, 40.071076033477631 ], [ -111.2370894256499, 40.070716201186869 ], [ -111.23687752572771, 40.070482382980032 ], [ -111.23677166989941, 40.070392502574364 ], [ -111.23654838786099, 40.070257813493612 ], [ -111.23624295520391, 40.070105272167595 ], [ -111.23599622112445, 40.06997062983492 ], [ -111.23587854701842, 40.069853743635242 ], [ -111.23586647818955, 40.069754661718115 ], [ -111.23586604312324, 40.06962852706986 ], [ -111.23591254685711, 40.069511306526884 ], [ -111.23606425050312, 40.069294765155014 ], [ -111.23626301625289, 40.069123176020192 ], [ -111.23670745197846, 40.068779900890476 ], [ -111.23738648069003, 40.068454162952655 ], [ -111.23791349475027, 40.068254868859874 ], [ -111.23827642640391, 40.068082939001982 ], [ -111.23858031434837, 40.067794003723151 ], [ -111.23894270672973, 40.067468908250454 ], [ -111.23945757199262, 40.06715250626786 ], [ -111.24004279129606, 40.066835956235579 ], [ -111.24040539334318, 40.066573923507406 ], [ -111.24063922436525, 40.066375224974827 ], [ -111.24086135940517, 40.066185559967117 ], [ -111.24105997705458, 40.065977924091385 ], [ -111.24129342269792, 40.065671108784485 ], [ -111.24140960410578, 40.065364537398551 ], [ -111.24156054928925, 40.064940767463064 ], [ -111.24162921915305, 40.064463110794314 ], [ -111.24161612450166, 40.064075721485871 ], [ -111.24156797951083, 40.063724443996357 ], [ -111.24155564901686, 40.063553285599838 ], [ -111.24157843256727, 40.063364034603509 ], [ -111.24162473132728, 40.063192753937706 ], [ -111.24172969076196, 40.063030360561008 ], [ -111.24191660274055, 40.062831757227542 ], [ -111.24210373686529, 40.062696220961072 ], [ -111.2422441268576, 40.062605830592972 ], [ -111.24264181125794, 40.062325697958514 ], [ -111.2429343775856, 40.062162910408389 ], [ -111.24314454280122, 40.061910198155012 ], [ -111.2432843209576, 40.061648623642441 ], [ -111.24342396979918, 40.061351010449648 ], [ -111.24362208435851, 40.061008225681164 ], [ -111.24387914519035, 40.060755413430194 ], [ -111.24405464078586, 40.060646927553165 ], [ -111.24423016799196, 40.060547451036399 ], [ -111.24452281955325, 40.060411688338831 ], [ -111.2449911887004, 40.060230504991694 ], [ -111.24548303829117, 40.060058279694104 ], [ -111.24590450138029, 40.059877192023912 ], [ -111.24629068920234, 40.059669148723678 ], [ -111.24654802738013, 40.05949741717756 ], [ -111.24684031221857, 40.059262542734977 ], [ -111.24717884445775, 40.058847374961438 ], [ -111.24747089621005, 40.058549431524568 ], [ -111.24759925208774, 40.058377973045282 ], [ -111.24769246499834, 40.058215599253067 ], [ -111.24773854925662, 40.057990258280007 ], [ -111.2477142837769, 40.057765067712566 ], [ -111.24767839144818, 40.057566931082469 ], [ -111.24767790217308, 40.057431786649026 ], [ -111.24771265262498, 40.057314586272135 ], [ -111.24777081994674, 40.057188326108154 ], [ -111.24788744775681, 40.057016892352422 ], [ -111.24805084331142, 40.056809319558667 ], [ -111.24827292680057, 40.056619640182944 ], [ -111.24849507450817, 40.05644797963906 ], [ -111.24870539819403, 40.056249314945688 ], [ -111.24892737970858, 40.056032605417087 ], [ -111.2490321796961, 40.055834166787456 ], [ -111.24914876923809, 40.055653722107778 ], [ -111.24921823038626, 40.055410310776907 ], [ -111.24921770528836, 40.055266156677455 ], [ -111.24919379692037, 40.05514007227341 ], [ -111.24914653820092, 40.055041067182863 ], [ -111.2490406575118, 40.054942188091616 ], [ -111.2488173364906, 40.05478950295192 ], [ -111.24868810615391, 40.05471770278367 ], [ -111.24807726216969, 40.054394662983775 ], [ -111.24766606272345, 40.054161290394035 ], [ -111.24726649264811, 40.053900862402166 ], [ -111.24707831910014, 40.053739089157204 ], [ -111.24694863731865, 40.05354115212814 ], [ -111.24686595040708, 40.053370143941009 ], [ -111.24675981566115, 40.053199185629865 ], [ -111.24664173001483, 40.05296518471652 ], [ -111.24653517445057, 40.052677100902073 ], [ -111.24644037622501, 40.052398001674135 ], [ -111.24623951213189, 40.051965962795244 ], [ -111.24613295983673, 40.051677878551288 ], [ -111.24609694575547, 40.051443702641677 ], [ -111.24608424988892, 40.051173438353537 ], [ -111.246001114566, 40.05087629450059 ], [ -111.24590641818023, 40.050624223657181 ], [ -111.24582354323557, 40.050399156774361 ], [ -111.24581133412498, 40.050264037026906 ], [ -111.24581068684381, 40.050083844195115 ], [ -111.24583384272511, 40.050002707673059 ], [ -111.24588038093422, 40.049903502106261 ], [ -111.24595026895089, 40.049777217823902 ], [ -111.24601992997395, 40.049587866001218 ], [ -111.24603097324271, 40.049398638615315 ], [ -111.24603032540301, 40.049218445759486 ], [ -111.24601831044751, 40.049137383865492 ], [ -111.2459931794801, 40.048668932188519 ], [ -111.24600312151904, 40.048173376867709 ], [ -111.24602488377994, 40.047704825548294 ], [ -111.24604700206898, 40.047335380292999 ], [ -111.24601076393523, 40.047038136648908 ], [ -111.24589278869827, 40.046831163623303 ], [ -111.24573961282907, 40.0466152554148 ], [ -111.24553974002934, 40.046453504258089 ], [ -111.24524608463265, 40.046291951289355 ], [ -111.24495246286691, 40.046139407216167 ], [ -111.24469381780803, 40.045932730232508 ], [ -111.24450551139074, 40.045725904255434 ], [ -111.2441761466556, 40.045411258696475 ], [ -111.24379999027475, 40.045123739800481 ], [ -111.24354151283342, 40.044962108442441 ], [ -111.24322439114906, 40.044791589900115 ], [ -111.24296626813492, 40.044729063413769 ], [ -111.24275522798924, 40.044720496033271 ], [ -111.24245040649777, 40.044712124539153 ], [ -111.24214536195014, 40.044640684674476 ], [ -111.24184015886102, 40.044524195738781 ], [ -111.24162876960065, 40.044416520118354 ], [ -111.24138195899039, 40.044236840146084 ], [ -111.24105286961516, 40.043994262799153 ], [ -111.24080599864291, 40.043796562268319 ], [ -111.2406646948252, 40.043616661428068 ], [ -111.24054696332132, 40.043472750360671 ], [ -111.24037024043562, 40.043220844901619 ], [ -111.24012229959133, 40.042716814545237 ], [ -111.23988633726432, 40.042284836599045 ], [ -111.23975638253501, 40.041996794419575 ], [ -111.23948494338846, 40.041474791755249 ], [ -111.23927246498872, 40.041051773644952 ], [ -111.23906014654924, 40.040673803411103 ], [ -111.23880091134691, 40.040286919735244 ], [ -111.23848285009851, 40.039837088448692 ], [ -111.23825888074948, 40.039477160094471 ], [ -111.23819964484036, 40.039297087322325 ], [ -111.23817554305907, 40.039107932573224 ], [ -111.23822183423543, 40.038936652571643 ], [ -111.23820970498637, 40.038819551034003 ], [ -111.23815056381214, 40.03866650720817 ], [ -111.23806801100176, 40.038522521179971 ], [ -111.2380209992259, 40.038486578841301 ], [ -111.23760939812531, 40.03810000522212 ], [ -111.23704536003454, 40.037695722592829 ], [ -111.23670462724063, 40.037462166130851 ], [ -111.23637583592195, 40.037291652416435 ], [ -111.23596502763006, 40.037130314541592 ], [ -111.23567183800499, 40.037085862559174 ], [ -111.23537877266176, 40.03707744850928 ], [ -111.23505041953877, 40.037033066376765 ], [ -111.2347453241982, 40.036934577805873 ], [ -111.23442847754859, 40.036827102471818 ], [ -111.23413476639611, 40.036629482197448 ], [ -111.23397011400283, 40.036467639583719 ], [ -111.23373513493333, 40.036305938610369 ], [ -111.23353547428164, 40.036189214646782 ], [ -111.23332412381176, 40.036081523608864 ], [ -111.23289001016923, 40.035956260646401 ], [ -111.23253816045181, 40.035893899134152 ], [ -111.23182261974591, 40.035733157654121 ], [ -111.23128445139736, 40.03603155430212 ], [ -111.23079325446433, 40.036356884094189 ], [ -111.23034854402135, 40.036564992857578 ], [ -111.22975145363353, 40.036773402141733 ], [ -111.2292011545579, 40.036954686602243 ], [ -111.22883791293212, 40.036991443459804 ], [ -111.22874411191655, 40.036982618934566 ], [ -111.22859170411888, 40.036973909964793 ], [ -111.22835712663175, 40.036929323826392 ], [ -111.22771215248279, 40.036840495769226 ], [ -111.22721970671792, 40.036796413791535 ], [ -111.22682127097293, 40.03682422360243 ], [ -111.22639960077365, 40.036915145573957 ], [ -111.22589605823454, 40.037060284046348 ], [ -111.22561524990631, 40.037213996596961 ], [ -111.22503003847288, 40.037476416809746 ], [ -111.22445613048782, 40.037612675914062 ], [ -111.22392889990672, 40.03768577385415 ], [ -111.22348389515651, 40.037812769229447 ], [ -111.22307425884628, 40.038002762932877 ], [ -111.22271147724643, 40.03818365540608 ], [ -111.22239563868153, 40.038382476113846 ], [ -111.22188090998897, 40.038698803473444 ], [ -111.22142455198406, 40.038942939162631 ], [ -111.22080408627058, 40.039187385881569 ], [ -111.22009007353662, 40.039504084831485 ], [ -111.21953992900977, 40.039748391174989 ], [ -111.21918856218093, 40.039839153658605 ], [ -111.21879022052728, 40.03990297459562 ], [ -111.21848562442317, 40.039957607708139 ], [ -111.21804039384865, 40.040021514470006 ], [ -111.21765397247552, 40.040148377172414 ], [ -111.21733796709397, 40.040302135715294 ], [ -111.21686980307354, 40.040528256106136 ], [ -111.21628464350879, 40.04082667086498 ], [ -111.21572300817976, 40.041152068046635 ], [ -111.21537219599196, 40.041423012460143 ], [ -111.21520876595022, 40.041639549564877 ], [ -111.21506886421692, 40.041883071942991 ], [ -111.2149993233165, 40.042135473335335 ], [ -111.21487159465308, 40.042523128478891 ], [ -111.21461517252014, 40.042992109418556 ], [ -111.2141944629491, 40.043407335224025 ], [ -111.21389060771935, 40.043705217418463 ], [ -111.21357468990702, 40.043895004355662 ], [ -111.21321185191115, 40.044075867050687 ], [ -111.21277876029733, 40.044283886807065 ], [ -111.21211157579567, 40.044609460103274 ], [ -111.21179581614788, 40.04485330021199 ], [ -111.21140994029373, 40.045169345179026 ], [ -111.21104753432419, 40.045494355821241 ], [ -111.21095389050154, 40.045539574956258 ], [ -111.21078990945625, 40.045584921995136 ], [ -111.21052047789931, 40.045648479883972 ], [ -111.20999311500867, 40.045703495170919 ], [ -111.20945413867121, 40.045794567936021 ], [ -111.20909105947914, 40.045903340352815 ], [ -111.20870472560155, 40.046075221564941 ], [ -111.20831863659542, 40.046328188528413 ], [ -111.20745225582975, 40.046699141474292 ], [ -111.20692545438281, 40.046943345904161 ], [ -111.20648052078282, 40.047124334034173 ], [ -111.20583653518959, 40.047386761705759 ], [ -111.20536839275877, 40.047648874250882 ], [ -111.20491202394491, 40.047928983510509 ], [ -111.20457304602854, 40.048262942063729 ], [ -111.20446793999416, 40.048398273353563 ], [ -111.20424592262727, 40.048641927297965 ], [ -111.20411761042257, 40.048858386618498 ], [ -111.20403624494483, 40.049092782560372 ], [ -111.20401303977211, 40.049173910868809 ], [ -111.20397797678437, 40.049210011466272 ], [ -111.20390779700573, 40.049264193291123 ], [ -111.20384915274126, 40.049255286765586 ], [ -111.20377862403508, 40.049192342815083 ], [ -111.20373143509201, 40.049093318918416 ], [ -111.20374254159219, 40.048886075906758 ], [ -111.20378825475701, 40.048489567962825 ], [ -111.2037863230521, 40.047840871671688 ], [ -111.20380756936088, 40.047102037345795 ], [ -111.20390025371663, 40.046732475766767 ], [ -111.20393485907883, 40.046543210738783 ], [ -111.20392257230527, 40.046354028231875 ], [ -111.20382814442364, 40.046137961080866 ], [ -111.2036987092952, 40.045976013721159 ], [ -111.20353402571604, 40.045787098969654 ], [ -111.20318153660097, 40.045517425957662 ], [ -111.20282848955942, 40.045058548659014 ], [ -111.2025343006447, 40.044680654890016 ], [ -111.20238121287005, 40.044446669564557 ], [ -111.20223982214394, 40.044203653886861 ], [ -111.20207504046837, 40.043978698270664 ], [ -111.20196897893449, 40.043789678972068 ], [ -111.20193357205842, 40.043708653158575 ], [ -111.20187386988876, 40.04333935845186 ], [ -111.20176727873708, 40.042970145348391 ], [ -111.20164944416459, 40.042763126769529 ], [ -111.20143793766211, 40.042592309853951 ], [ -111.20102678241199, 40.042295702912192 ], [ -111.20076841627562, 40.042133975774192 ], [ -111.20060417252557, 40.042089211602701 ], [ -111.20034615098059, 40.042044609381612 ], [ -111.20005309469786, 40.042045115717734 ], [ -111.19979525775891, 40.042063580045323 ], [ -111.19947880938759, 40.042082144716979 ], [ -111.19923264196258, 40.042082568246798 ], [ -111.19906850414066, 40.042073840626642 ], [ -111.19891598388632, 40.042029053919059 ], [ -111.19876335918251, 40.041948228277221 ], [ -111.19869281654549, 40.041876271438234 ], [ -111.19865736224665, 40.041777225217906 ], [ -111.19863339493841, 40.041597071736817 ], [ -111.19867955142331, 40.041344720196669 ], [ -111.19876063839128, 40.041011221149489 ], [ -111.19892286233951, 40.040362242204125 ], [ -111.19910892002468, 40.039848367980184 ], [ -111.19931826111089, 40.039280394972621 ], [ -111.19956326280814, 40.038883545047639 ], [ -111.19979717110945, 40.038702947304571 ], [ -111.20014805758849, 40.038441059487639 ], [ -111.20068614345675, 40.038061719992022 ], [ -111.2010718438128, 40.037682642505807 ], [ -111.20120017134167, 40.037475195856402 ], [ -111.20122297872041, 40.037258922612985 ], [ -111.20114021400026, 40.037015803455297 ], [ -111.20103416591216, 40.036826783040311 ], [ -111.2009515875064, 40.036646731558783 ], [ -111.20084546122136, 40.036430681884518 ], [ -111.20063297304489, 40.035917494991672 ], [ -111.20038577300821, 40.035557533240045 ], [ -111.20017368613048, 40.035179490807749 ], [ -111.1999969225424, 40.034855445434133 ], [ -111.19982000286737, 40.034477341603278 ], [ -111.19956077631761, 40.034009281849947 ], [ -111.19919593510254, 40.033496354373142 ], [ -111.19896049830892, 40.033145378938244 ], [ -111.19872511623153, 40.032812422392738 ], [ -111.19850150930054, 40.032497464663415 ], [ -111.19819473912294, 40.031795229777686 ], [ -111.19806524030842, 40.031597236825888 ], [ -111.1979124055453, 40.031435322558771 ], [ -111.19771276791185, 40.031300517184093 ], [ -111.19744283469838, 40.03117484100293 ], [ -111.19716125992674, 40.031076213233071 ], [ -111.1969149247668, 40.031004554134775 ], [ -111.19668043986111, 40.030977923125768 ], [ -111.19642264364614, 40.030996379885536 ], [ -111.19610640027516, 40.031068993470875 ], [ -111.1958722247158, 40.031150477246058 ], [ -111.19555605723448, 40.031250118435331 ], [ -111.19516936085255, 40.031277799611352 ], [ -111.19475899269187, 40.031224431579162 ], [ -111.19447737037896, 40.031107777875079 ], [ -111.19427776600322, 40.030981976259078 ], [ -111.19414858657922, 40.030892095307429 ], [ -111.19383139764548, 40.030631343672567 ], [ -111.19338546640287, 40.030433874305373 ], [ -111.19275181108726, 40.030164637647133 ], [ -111.19215352352596, 40.029967416845125 ], [ -111.19168428721268, 40.029815028283032 ], [ -111.19139090540838, 40.029680366997447 ], [ -111.19128502147331, 40.029536385862635 ], [ -111.19120247754462, 40.029356327124958 ], [ -111.19113140264493, 40.029086151918776 ], [ -111.19113077399659, 40.028860909230815 ], [ -111.19117682399049, 40.028563511537627 ], [ -111.19121115369072, 40.028266133150993 ], [ -111.19124540761767, 40.027941725612457 ], [ -111.19118592807615, 40.027626482480393 ], [ -111.19105587932978, 40.027221258153872 ], [ -111.19096131766594, 40.02693310195793 ], [ -111.19077287434568, 40.02660005149901 ], [ -111.19064343191937, 40.026411059713247 ], [ -111.19052573482223, 40.026231058219253 ], [ -111.19038447407908, 40.026006046546833 ], [ -111.19034883977473, 40.025834919762751 ], [ -111.19031305543791, 40.025609734683314 ], [ -111.19027702103561, 40.025294452447177 ], [ -111.19021774847482, 40.025051286371252 ], [ -111.19006459686611, 40.024763225489188 ], [ -111.18992311583453, 40.0244571257507 ], [ -111.1898169185029, 40.024196016816198 ], [ -111.18975744885455, 40.023880772723707 ], [ -111.18968593630075, 40.023448421446957 ], [ -111.18961514795807, 40.023277351896247 ], [ -111.18945040847713, 40.023034357861761 ], [ -111.18923886898888, 40.022818469291963 ], [ -111.18890994273825, 40.022530693671563 ], [ -111.18851045808042, 40.022152934302454 ], [ -111.18831056879267, 40.021909995768617 ], [ -111.18813411846827, 40.021667018829191 ], [ -111.18801651034504, 40.021514043767141 ], [ -111.18784028444381, 40.021352153849229 ], [ -111.18754647779075, 40.0210462978226 ], [ -111.18713521688196, 40.020641523375353 ], [ -111.18687669495829, 40.020380657439041 ], [ -111.18661815046069, 40.020110781186041 ], [ -111.18626576232602, 40.019805016161243 ], [ -111.1860779978488, 40.019706210402781 ], [ -111.18586674818032, 40.019589422479321 ], [ -111.18555010685957, 40.019499832254475 ], [ -111.1851631560384, 40.019410353523718 ], [ -111.18478790029305, 40.019311845086399 ], [ -111.18450639245806, 40.019213186211381 ], [ -111.1839902041024, 40.018997772536181 ], [ -111.18367342301684, 40.018854118800476 ], [ -111.18328614080228, 40.018638497593528 ], [ -111.18301616357175, 40.018467738718201 ], [ -111.18271115323542, 40.018342083278966 ], [ -111.18232404478449, 40.0181895269262 ], [ -111.18198390640633, 40.018072934592844 ], [ -111.1814325324504, 40.017839545185289 ], [ -111.18089292790498, 40.017624154307093 ], [ -111.18020070773714, 40.017300881099445 ], [ -111.17952040093451, 40.01704966342983 ], [ -111.17895751390141, 40.016888358179969 ], [ -111.17834745287723, 40.016609995797062 ], [ -111.17783132681519, 40.016403564239866 ], [ -111.17731522717494, 40.016206140104323 ], [ -111.17708049768984, 40.016062342688343 ], [ -111.17693960462789, 40.015954440643824 ], [ -111.17679864226119, 40.015819509219241 ], [ -111.17676339594513, 40.015783523901781 ], [ -111.17635202159957, 40.015297622984285 ], [ -111.17602281522527, 40.014865654422238 ], [ -111.17577568203399, 40.014451579981476 ], [ -111.17552836718922, 40.013965427067696 ], [ -111.17539850642204, 40.013587213171803 ], [ -111.17535078371401, 40.013253923728421 ], [ -111.17524424462863, 40.012830625444685 ], [ -111.17505591666922, 40.012497548364458 ], [ -111.17486788944979, 40.012281597598822 ], [ -111.17464487274462, 40.012128767689518 ], [ -111.17441018577541, 40.011993974463806 ], [ -111.17403482584028, 40.011832362760771 ], [ -111.1737298843137, 40.011715693183433 ], [ -111.17343682051066, 40.011662073468855 ], [ -111.17301489224018, 40.01161765524234 ], [ -111.172839045397, 40.011581878518548 ], [ -111.17263971923688, 40.011528116950487 ], [ -111.17242856299333, 40.011429323751031 ], [ -111.17228766413679, 40.011312406184167 ], [ -111.17222898850213, 40.01127645428457 ], [ -111.17199399259829, 40.011015519700663 ], [ -111.17177082832325, 40.01079961598689 ], [ -111.17165329798577, 40.010655633658914 ], [ -111.17157087365074, 40.010493579682517 ], [ -111.17148820169244, 40.010232418431016 ], [ -111.17137004205729, 40.009836162882422 ], [ -111.17122845041349, 40.009439941807528 ], [ -111.17108647803532, 40.008890554801035 ], [ -111.17097983728667, 40.00841319371024 ], [ -111.17094374384835, 40.008034836064041 ], [ -111.17084947317485, 40.007818740268625 ], [ -111.17073197234951, 40.007683766668102 ], [ -111.17055582287898, 40.007521849916806 ], [ -111.17026230942813, 40.007279017310971 ], [ -111.16980461385938, 40.006973356122593 ], [ -111.16948753927551, 40.00667649733316 ], [ -111.16935810425964, 40.006451441903224 ], [ -111.16929896695542, 40.006226283651252 ], [ -111.16929827703338, 40.005946981276175 ], [ -111.1693211750238, 40.005730712938863 ], [ -111.16937844164342, 40.005199051797106 ], [ -111.16938908881214, 40.00476656639988 ], [ -111.16932939642126, 40.004316164180132 ], [ -111.16919994416772, 40.004082098714122 ], [ -111.16904728353464, 40.003938164847114 ], [ -111.16891814381347, 40.0038302356568 ], [ -111.16875387953461, 40.003731367259213 ], [ -111.16856620648609, 40.003641542466141 ], [ -111.16824966137563, 40.003551904523093 ], [ -111.16816756314893, 40.003515984513804 ], [ -111.1680384476951, 40.003417064089668 ], [ -111.16797962649549, 40.003318041658616 ], [ -111.16794414842525, 40.003182946207964 ], [ -111.16796722642127, 40.003038756103543 ], [ -111.16806055358751, 40.0028764445631 ], [ -111.16818896062244, 40.00268705266587 ], [ -111.16832906033031, 40.002488633846788 ], [ -111.16850415060441, 40.002227095436957 ], [ -111.16862086193744, 40.002046729837978 ], [ -111.16872567984396, 40.001794303085447 ], [ -111.16880719942014, 40.001595968925592 ], [ -111.16885357257196, 40.001397685911876 ], [ -111.1689819968671, 40.001217302859679 ], [ -111.1690871677652, 40.001109031941844 ], [ -111.16914563295094, 40.001063897660032 ], [ -111.16937924804175, 40.000784252851894 ], [ -111.16963620237696, 40.00046853422166 ], [ -111.1697646898143, 40.000315179569718 ], [ -111.16986983576868, 40.000197898167272 ], [ -111.16993992542687, 40.000116707257398 ], [ -111.16997491434454, 40.000053587378503 ], [ -111.17002166296649, 40.000008469829893 ], [ -111.17011498116211, 39.999846156568822 ], [ -111.17013821001792, 39.999765034305639 ], [ -111.1701377628016, 39.999584839032813 ], [ -111.17010219301483, 39.999413705104239 ], [ -111.17006673516272, 39.999287619980876 ], [ -111.17000782522791, 39.99915255944925 ], [ -111.16996074212184, 39.999062530529145 ], [ -111.16989031864449, 39.999008574993752 ], [ -111.1697143496542, 39.998909725025086 ], [ -111.16959706699443, 39.998855837916253 ], [ -111.16949143256753, 39.99877490426092 ], [ -111.16938573160652, 39.998666941211034 ], [ -111.1693033716433, 39.998522904776287 ], [ -111.16927938581472, 39.998297694848453 ], [ -111.1692435519447, 39.998018443413791 ], [ -111.16924290693211, 39.997757160175276 ], [ -111.16928885356275, 39.997387691281631 ], [ -111.16929985623393, 39.997099361600107 ], [ -111.16925228614625, 39.9968111174515 ], [ -111.1692282788653, 39.996576897675922 ], [ -111.16916877269625, 39.996198572874732 ], [ -111.16903900321476, 39.995829360316918 ], [ -111.16894462225545, 39.99555920384504 ], [ -111.16874445878692, 39.99514504448382 ], [ -111.16859139815134, 39.994829924087156 ], [ -111.16839159299406, 39.994559920415512 ], [ -111.16817985431658, 39.994199835651379 ], [ -111.16795655832804, 39.993902835864581 ], [ -111.16778023045767, 39.993650816681622 ], [ -111.16761550771594, 39.993353731404106 ], [ -111.16749784005856, 39.993137666147817 ], [ -111.16747421419282, 39.993056612025356 ], [ -111.16740353489764, 39.992894537601508 ], [ -111.16739146911893, 39.992750398109742 ], [ -111.16739122718047, 39.992651290576042 ], [ -111.16740265505932, 39.992534146570918 ], [ -111.16741412689419, 39.992435022114798 ], [ -111.1675889529041, 39.992074377135431 ], [ -111.16769367136247, 39.991785911796079 ], [ -111.16781014666789, 39.991515448946004 ], [ -111.16787985495155, 39.991281092952825 ], [ -111.16790288504346, 39.991118883016298 ], [ -111.16786728118706, 39.990929728573953 ], [ -111.1677967574967, 39.990830722777538 ], [ -111.16770282905117, 39.99074076061305 ], [ -111.16757367233703, 39.990614810064734 ], [ -111.16735085243081, 39.990507014263386 ], [ -111.16705781843027, 39.990426348685865 ], [ -111.1667414458834, 39.990381755187549 ], [ -111.16620225654044, 39.990229362804342 ], [ -111.16572152765076, 39.990031835277883 ], [ -111.16546374637359, 39.989996164312281 ], [ -111.16515922039277, 39.990005608449749 ], [ -111.16465576163229, 39.990096422864383 ], [ -111.16400017808634, 39.990250519118085 ], [ -111.16326289778334, 39.990530864124388 ], [ -111.16278313762663, 39.990738764561044 ], [ -111.16233874978681, 39.991045721386008 ], [ -111.1619296477157, 39.991415695872256 ], [ -111.16160221849739, 39.991650407906896 ], [ -111.1612512748946, 39.99184911248706 ], [ -111.16093534355838, 39.991993708535126 ], [ -111.16061913653429, 39.992021176583471 ], [ -111.16029106810147, 39.991985591509085 ], [ -111.15995116019963, 39.991895962988679 ], [ -111.1595409291501, 39.991788410668967 ], [ -111.15917742855136, 39.991626733868763 ], [ -111.15880221603724, 39.991465071969998 ], [ -111.15850897965983, 39.991294286962599 ], [ -111.15833292203689, 39.991141360817714 ], [ -111.15813343810763, 39.990988466364101 ], [ -111.15764061998416, 39.990619735412523 ], [ -111.15730049496116, 39.990430991456975 ], [ -111.15700736988281, 39.990305251524951 ], [ -111.15676118189509, 39.99021548662602 ], [ -111.15653835964996, 39.99009866021099 ], [ -111.15638567458879, 39.98991867006616 ], [ -111.15627990526075, 39.989765645905649 ], [ -111.15620921477287, 39.989585544934037 ], [ -111.15609122039282, 39.989207291724391 ], [ -111.15602030550656, 39.988928082965039 ], [ -111.15590274343054, 39.988739035047601 ], [ -111.15572671864392, 39.988595114639978 ], [ -111.15552726836822, 39.988451225395899 ], [ -111.15533947079582, 39.988280290742253 ], [ -111.15506939756062, 39.987983328460082 ], [ -111.15458798524548, 39.9874614021737 ], [ -111.15408327600076, 39.986993563713511 ], [ -111.15367249799611, 39.98662470651864 ], [ -111.15339060485491, 39.986273696990359 ], [ -111.15328464648677, 39.986030572053565 ], [ -111.15313189857832, 39.985814538291571 ], [ -111.15282666663428, 39.985499597449866 ], [ -111.15239255932249, 39.985166805653627 ], [ -111.15211115828457, 39.985032027971677 ], [ -111.15186503552032, 39.9849602721332 ], [ -111.15157214288006, 39.98492461622299 ], [ -111.15130275505781, 39.98492496817682 ], [ -111.15081104737166, 39.985024717005651 ], [ -111.15055352989158, 39.985097130339447 ], [ -111.15026083472034, 39.985151569067057 ], [ -111.1498041435236, 39.985197209300196 ], [ -111.14927709786029, 39.985206899079579 ], [ -111.14842229517757, 39.985307104819647 ], [ -111.14753213900293, 39.985308241233383 ], [ -111.1468997560694, 39.985354093511773 ], [ -111.14658367018637, 39.985426572236463 ], [ -111.14632622359359, 39.985535015368463 ], [ -111.1460454468307, 39.985688536425656 ], [ -111.14560094002401, 39.985959390241604 ], [ -111.14501604827124, 39.986311506436842 ], [ -111.14438418544678, 39.986609619269373 ], [ -111.14397459660738, 39.986781315307681 ], [ -111.1436468825417, 39.986898849546208 ], [ -111.14342441365638, 39.986935164311433 ], [ -111.14331905438485, 39.98696232408787 ], [ -111.14321367621586, 39.986980473973532 ], [ -111.14311997326043, 39.986980589711386 ], [ -111.14302621393702, 39.98695367598809 ], [ -111.14299100020425, 39.986917680161021 ], [ -111.14295573016901, 39.986854654937012 ], [ -111.14289686557601, 39.986710570423959 ], [ -111.14286129545853, 39.986503388435757 ], [ -111.14273136728914, 39.985980978972449 ], [ -111.14253125906706, 39.985503704737624 ], [ -111.14228447170794, 39.985107575817892 ], [ -111.14209641760675, 39.984792462754072 ], [ -111.14167387445542, 39.984360508519416 ], [ -111.14146271636821, 39.984198589609505 ], [ -111.1412046912592, 39.98402771759006 ], [ -111.14082947006952, 39.983820948145954 ], [ -111.14043078965642, 39.983596186255021 ], [ -111.13989147292222, 39.983326543677315 ], [ -111.13938729702797, 39.983056856323238 ], [ -111.13894181362167, 39.98285016519862 ], [ -111.13870727878971, 39.982706288890348 ], [ -111.13848440248952, 39.982535368698706 ], [ -111.13812054689497, 39.982148380323913 ], [ -111.13770991983471, 39.981797485661836 ], [ -111.13731118925239, 39.981536673702131 ], [ -111.13705329249605, 39.981419851164802 ], [ -111.13683064015632, 39.981357045417056 ], [ -111.13663144791764, 39.981312231245077 ], [ -111.13637362480569, 39.981231446414142 ], [ -111.13620951520905, 39.98115956075204 ], [ -111.13608055942912, 39.981096643419974 ], [ -111.13595151460554, 39.980988676907678 ], [ -111.13575207439112, 39.980817723915564 ], [ -111.13532989783789, 39.980538912888079 ], [ -111.13520083748801, 39.980421935717636 ], [ -111.13505994167586, 39.980241903386798 ], [ -111.13490733491192, 39.980061884509105 ], [ -111.13464932399573, 39.979881987912286 ], [ -111.13443812564357, 39.979684016790699 ], [ -111.13425033406766, 39.979477008339501 ], [ -111.13407414953346, 39.979215927165576 ], [ -111.13395655904588, 39.978972797675397 ], [ -111.13381551131531, 39.978711675473626 ], [ -111.13375676077521, 39.978612635130901 ], [ -111.13372136301584, 39.978477528490451 ], [ -111.1336977821458, 39.978396467200987 ], [ -111.13368594783987, 39.978333412023659 ], [ -111.13370928283612, 39.978288335946878 ], [ -111.13375600543452, 39.978225213215246 ], [ -111.13382616825886, 39.978171073237213 ], [ -111.13402513833771, 39.978107774524865 ], [ -111.13418895638164, 39.978035506336298 ], [ -111.13437607321829, 39.977900142077807 ], [ -111.13448115723241, 39.977737843214676 ], [ -111.13458611702873, 39.977512475561205 ], [ -111.13476130805405, 39.97726900650882 ], [ -111.13499505370669, 39.977025469004957 ], [ -111.13510004621338, 39.976818120491018 ], [ -111.13514651806737, 39.976628859788157 ], [ -111.13512265224716, 39.976403641732176 ], [ -111.13501675619092, 39.976151489730455 ], [ -111.13487586966266, 39.975971457027477 ], [ -111.13451182201896, 39.975458319367043 ], [ -111.13417109575619, 39.974891094497643 ], [ -111.13401845046756, 39.974684044806494 ], [ -111.13377208505503, 39.97445908342214 ], [ -111.13358429228961, 39.974243063859362 ], [ -111.1334668172601, 39.974053992559881 ], [ -111.13336110604824, 39.973891937119632 ], [ -111.1332320615838, 39.97377495759654 ], [ -111.13306792070512, 39.973676037900397 ], [ -111.13288037657502, 39.973586154639683 ], [ -111.13266949889216, 39.973541346981321 ], [ -111.13237663009298, 39.973487622759357 ], [ -111.13211889343692, 39.973433857760284 ], [ -111.13177907949179, 39.973326126481602 ], [ -111.13148600512585, 39.973164282154237 ], [ -111.13122811530046, 39.973029426777543 ], [ -111.13097026088148, 39.972912590465548 ], [ -111.13072425510913, 39.972867818945225 ], [ -111.13050180765588, 39.972895099111973 ], [ -111.13039646478137, 39.972922247181693 ], [ -111.13029107050033, 39.972922365690302 ], [ -111.13020908007333, 39.972913447975557 ], [ -111.13008021361658, 39.972886563132356 ], [ -111.12999812084453, 39.972823586336077 ], [ -111.12999800136092, 39.972760517581172 ], [ -111.13009130915836, 39.97256219639155 ], [ -111.13012614994375, 39.972408989976643 ], [ -111.13007894972269, 39.972219836269446 ], [ -111.12993774302085, 39.971859600939524 ], [ -111.12986676510252, 39.971481267071333 ], [ -111.1298543899471, 39.971129897034402 ], [ -111.12974835107759, 39.970787641692908 ], [ -111.12965434675237, 39.97061655982553 ], [ -111.12961913141473, 39.970571549983809 ], [ -111.12954871788685, 39.970490540092889 ], [ -111.12949009957744, 39.970454566207643 ], [ -111.1294080442416, 39.970409608613579 ], [ -111.12927913188119, 39.970355693381748 ], [ -111.12916201454121, 39.970346814090156 ], [ -111.12899805709016, 39.970337986813561 ], [ -111.12854143321381, 39.970374533427986 ], [ -111.12776868786777, 39.970438456639101 ], [ -111.12701932784387, 39.970484329387098 ], [ -111.1264222143043, 39.970539041198265 ], [ -111.12614117260374, 39.970539347357516 ], [ -111.12563750758453, 39.97046781557102 ], [ -111.12515744445714, 39.970495364412336 ], [ -111.12470076833232, 39.970504866419468 ], [ -111.12445487329074, 39.970514140521722 ], [ -111.12433778894096, 39.970523276011107 ], [ -111.12403322943675, 39.970469543211401 ], [ -111.123822334558, 39.970406699754804 ], [ -111.12358793885718, 39.970298831743492 ], [ -111.12336520531512, 39.970163921308206 ], [ -111.12287283648038, 39.969858109481663 ], [ -111.12208746796824, 39.969408446948151 ], [ -111.12122036391987, 39.969085002421451 ], [ -111.12051725227973, 39.968788410555149 ], [ -111.11988435783917, 39.968464712264982 ], [ -111.11945072184321, 39.968248923536876 ], [ -111.1191459416068, 39.96806003035897 ], [ -111.11899345057788, 39.967907019548747 ], [ -111.1188759641784, 39.967681893843874 ], [ -111.11880536353354, 39.967483749519751 ], [ -111.11876986067115, 39.967267549490387 ], [ -111.11879271829389, 39.966943171440178 ], [ -111.11888542636592, 39.966384465608314 ], [ -111.11898982658971, 39.965816737795471 ], [ -111.11908276603411, 39.965393179264318 ], [ -111.11917581384419, 39.965032689495175 ], [ -111.11918692846082, 39.964690303605607 ], [ -111.11910432392727, 39.96432098445608 ], [ -111.11897477516921, 39.963888644421665 ], [ -111.11882185710749, 39.963483357734169 ], [ -111.11849304443494, 39.962925083164897 ], [ -111.11825799969196, 39.962420771140565 ], [ -111.11808168740932, 39.962024517091471 ], [ -111.11803457406027, 39.96186238761058 ], [ -111.11803435716934, 39.961736249803714 ], [ -111.11808094348787, 39.961592044612168 ], [ -111.11818597915702, 39.961393720667047 ], [ -111.1185835083308, 39.961068959754016 ], [ -111.11941391552604, 39.96055454529877 ], [ -111.12011572410115, 39.960157386370824 ], [ -111.12060699793224, 39.959886580460669 ], [ -111.12075903092475, 39.959787313710827 ], [ -111.12084083000414, 39.959697129853225 ], [ -111.12086378644365, 39.959435819911207 ], [ -111.12078143290508, 39.959210659170338 ], [ -111.12062879963179, 39.95896755178503 ], [ -111.12035875515534, 39.95853535900185 ], [ -111.12020588825627, 39.958157103304046 ], [ -111.1201115152429, 39.957751757194607 ], [ -111.12008754788052, 39.957436436729417 ], [ -111.12013407969314, 39.957265201067081 ], [ -111.12021575039061, 39.957102938815147 ], [ -111.12033265450232, 39.957003709001079 ], [ -111.12048466570786, 39.956895432720238 ], [ -111.12080060047074, 39.956795995412094 ], [ -111.1215612678397, 39.956605993094847 ], [ -111.12236847259767, 39.956253759057304 ], [ -111.1227779176142, 39.956073128802835 ], [ -111.12303509743272, 39.955856619320087 ], [ -111.12322188491915, 39.955559095283206 ], [ -111.12332662142768, 39.955207599029961 ], [ -111.12334955076169, 39.954937278557118 ], [ -111.12333753584937, 39.954766103817022 ], [ -111.12339587845561, 39.954657923294995 ], [ -111.12352440011244, 39.954513628507826 ], [ -111.12374656350298, 39.954360223789202 ], [ -111.12399222182178, 39.954251842868238 ], [ -111.12468244496887, 39.953971796616379 ], [ -111.12524393260502, 39.953718915003847 ], [ -111.12544275752538, 39.953610581584485 ], [ -111.12567667033267, 39.953484190047753 ], [ -111.1258521126293, 39.953393901011466 ], [ -111.12617953193721, 39.953186318064162 ], [ -111.12654203728405, 39.952960676149694 ], [ -111.12689279991457, 39.952717026201896 ], [ -111.12717338486569, 39.952509491678342 ], [ -111.12737220323645, 39.952401154937569 ], [ -111.12757107119424, 39.952319847419588 ], [ -111.12791037171709, 39.952211355085012 ], [ -111.12820280982172, 39.95208489383954 ], [ -111.12834315817442, 39.952012659564801 ], [ -111.1285419563925, 39.951895310958641 ], [ -111.12916169284101, 39.95150719758216 ], [ -111.12937207618081, 39.951326765513279 ], [ -111.12973430588991, 39.95096596573395 ], [ -111.12982763610034, 39.950794673624586 ], [ -111.12987422435361, 39.950668483185275 ], [ -111.12994420870487, 39.950533256627885 ], [ -111.13016624240143, 39.950325780402501 ], [ -111.13030651670847, 39.950217504309244 ], [ -111.13041168792915, 39.950118277412415 ], [ -111.13049347994838, 39.95003709648924 ], [ -111.13062204659627, 39.949928833186476 ], [ -111.13063363317943, 39.949865750993247 ], [ -111.13062168671793, 39.949739626174853 ], [ -111.13065603491859, 39.949334142984775 ], [ -111.1307488803297, 39.948910574043332 ], [ -111.13097020189579, 39.948333691986562 ], [ -111.13123834448874, 39.947756756460798 ], [ -111.13128491088003, 39.947621555534916 ], [ -111.13129649647068, 39.947558473251888 ], [ -111.13129634145334, 39.947477384502314 ], [ -111.13122593249128, 39.947387365410123 ], [ -111.13106192645405, 39.947324481760987 ], [ -111.1308277012853, 39.947270687018623 ], [ -111.12992595654877, 39.947073483680903 ], [ -111.12909470720234, 39.947011343070642 ], [ -111.1287551639801, 39.94697568112187 ], [ -111.12849758028142, 39.946948937250767 ], [ -111.12826342569241, 39.946931176771372 ], [ -111.12801753159502, 39.946895409018708 ], [ -111.12775981440191, 39.946796584600357 ], [ -111.12740826606424, 39.946598754055209 ], [ -111.12715038406211, 39.946409829632373 ], [ -111.12683374093028, 39.946094830565507 ], [ -111.12670467683165, 39.9459327937886 ], [ -111.12655208544378, 39.945707713361102 ], [ -111.12639969402458, 39.94559075111308 ], [ -111.12630596465259, 39.945545803841725 ], [ -111.12608338889598, 39.945455947265394 ], [ -111.12587260205602, 39.945411126882881 ], [ -111.12573214911785, 39.945420289168631 ], [ -111.12528752640324, 39.945528889104011 ], [ -111.12472576222363, 39.945592563991667 ], [ -111.12425759472363, 39.945629106230953 ], [ -111.12350847059255, 39.945656936336015 ], [ -111.12332116115351, 39.945648125839256 ], [ -111.12292316301735, 39.945648548495818 ], [ -111.12229103227155, 39.945640207098613 ], [ -111.12178761782214, 39.945604697464447 ], [ -111.12119049377955, 39.945533244098925 ], [ -111.12048782913925, 39.94535377877164 ], [ -111.12012490273074, 39.94532712571457 ], [ -111.11979710962453, 39.945309445108869 ], [ -111.11955116297042, 39.945237619900141 ], [ -111.11942228996389, 39.945174683521991 ], [ -111.11931681301751, 39.94510271303951 ], [ -111.11917607842538, 39.944949689740078 ], [ -111.11909390412518, 39.944814625897898 ], [ -111.11905847471975, 39.944634464572395 ], [ -111.11902296743956, 39.944409253879677 ], [ -111.11892880769621, 39.944112024253862 ], [ -111.11879961013356, 39.943859879878474 ], [ -111.11841267547672, 39.943481860441352 ], [ -111.11833067516997, 39.943445904610371 ], [ -111.11817836475483, 39.943364970970585 ], [ -111.11807296932821, 39.94333804868868 ], [ -111.11794416312112, 39.943311150128487 ], [ -111.11771002361134, 39.943293368301603 ], [ -111.11744082956159, 39.943311661067121 ], [ -111.11672689007442, 39.943366441373726 ], [ -111.11618850072266, 39.943403021715675 ], [ -111.11601294943797, 39.943421217285142 ], [ -111.11553299563188, 39.943403676769073 ], [ -111.11521684273913, 39.943340922163358 ], [ -111.11502948029576, 39.943296058764204 ], [ -111.11458443347442, 39.943152341246808 ], [ -111.11362406855527, 39.942837940295448 ], [ -111.11299181647986, 39.942739449409288 ], [ -111.11234793456947, 39.942686015789171 ], [ -111.11185632549075, 39.942695501009396 ], [ -111.11152864941666, 39.942740866123863 ], [ -111.11117764971272, 39.942840312014354 ], [ -111.11061601034505, 39.942975997553191 ], [ -111.11024161178374, 39.943084472817461 ], [ -111.11005438318821, 39.943120690246154 ], [ -111.10985540575858, 39.943129888839159 ], [ -111.10950418618712, 39.943094181537262 ], [ -111.10916468668891, 39.943067472025348 ], [ -111.10820465989596, 39.942951243412082 ], [ -111.10777149037219, 39.942906597423132 ], [ -111.10757252735777, 39.942924801974186 ], [ -111.10745553003652, 39.942960950024109 ], [ -111.10737369098932, 39.943024095067763 ], [ -111.1072918940104, 39.943114269680642 ], [ -111.10722192880867, 39.943285522290743 ], [ -111.10711697332847, 39.943537896180487 ], [ -111.10693028884387, 39.94392549368623 ], [ -111.1067197990869, 39.944060835939581 ], [ -111.10650926658779, 39.944169148185587 ], [ -111.10625186920976, 39.944250473344496 ], [ -111.10604122411448, 39.944286705744659 ], [ -111.10566665869231, 39.944296057612185 ], [ -111.10563154187965, 39.944296089612003 ], [ -111.1050109933292, 39.944197544566457 ], [ -111.10446066627691, 39.944089923062293 ], [ -111.1037465040485, 39.944009475326084 ], [ -111.1030089053753, 39.943911024238275 ], [ -111.1024000695603, 39.943812454801915 ], [ -111.10187324084346, 39.943758859578644 ], [ -111.10144003037335, 39.943687160312429 ], [ -111.10105356323471, 39.943561359363855 ], [ -111.10072563801825, 39.94344451616783 ], [ -111.10044461472978, 39.943381690750584 ], [ -111.10018705539795, 39.943354883933303 ], [ -111.09982416038696, 39.943337177173653 ], [ -111.09940280355157, 39.94336456885987 ], [ -111.09871218212284, 39.943365158913416 ], [ -111.0980098166587, 39.943338725114721 ], [ -111.09762352420333, 39.943330041132292 ], [ -111.09738937702942, 39.943303208383632 ], [ -111.09715519180726, 39.943249345526475 ], [ -111.09687415985911, 39.943177501569345 ], [ -111.0967921711585, 39.943141530488738 ], [ -111.09671019522865, 39.943114569228598 ], [ -111.09635881818191, 39.942961693670206 ], [ -111.09581981769234, 39.942565705224268 ], [ -111.09542132390992, 39.942196628362211 ], [ -111.09508158482224, 39.941989679980374 ], [ -111.09485904887813, 39.941890753460321 ], [ -111.09465992393726, 39.941791807399831 ], [ -111.09441401606061, 39.94171992877623 ], [ -111.09409790243848, 39.941666126413367 ], [ -111.09372320209155, 39.94156732110276 ], [ -111.09343046321582, 39.941486468344593 ], [ -111.09317279149531, 39.941369547101885 ], [ -111.09295024811253, 39.94126160701942 ], [ -111.09262226258498, 39.941081671648284 ], [ -111.09242315532771, 39.940991731609202 ], [ -111.09208352783818, 39.940856853450114 ], [ -111.09188443398763, 39.940775922364487 ], [ -111.09165023763939, 39.940704028582161 ], [ -111.09139265578366, 39.940650172548779 ], [ -111.09109999523828, 39.940623373190839 ], [ -111.09079562994083, 39.940596582260639 ], [ -111.09039766065027, 39.940596893230506 ], [ -111.0900348417168, 39.940624205224495 ], [ -111.0893559995135, 39.940660769963678 ], [ -111.08889951654169, 39.940670130766073 ], [ -111.08877073834219, 39.940652209648718 ], [ -111.0886302435993, 39.940625287451738 ], [ -111.08837264121338, 39.940553404935621 ], [ -111.08819695095308, 39.940463439777275 ], [ -111.08802124960849, 39.940364464465532 ], [ -111.08782208133279, 39.940220457192126 ], [ -111.08744724876985, 39.940004503039859 ], [ -111.08699055311709, 39.939842668486122 ], [ -111.08645195985699, 39.939707922908717 ], [ -111.08579635439939, 39.939600291157838 ], [ -111.08526959317311, 39.939564640175043 ], [ -111.08480138984915, 39.939555973670338 ], [ -111.08446197269603, 39.939574241215134 ], [ -111.08392355157612, 39.939574632191679 ], [ -111.08325632297054, 39.939530063755647 ], [ -111.08304562568432, 39.939521204965509 ], [ -111.08296365945502, 39.939494233958897 ], [ -111.08283484154276, 39.939440266689445 ], [ -111.08274113815875, 39.939386274222713 ], [ -111.08267082277015, 39.939314245214071 ], [ -111.08257695724136, 39.939125104287712 ], [ -111.08250636096338, 39.938818818067269 ], [ -111.08245930433837, 39.938620633813251 ], [ -111.08241222637022, 39.93840442975381 ], [ -111.08235336852836, 39.938125164750751 ], [ -111.08235307693124, 39.937881897713247 ], [ -111.08241124288199, 39.937584529738452 ], [ -111.08244603193118, 39.937314208041627 ], [ -111.08250416454523, 39.936989810316483 ], [ -111.08255064642742, 39.936710470339769 ], [ -111.08255037579676, 39.936485223029159 ], [ -111.08251498162029, 39.93625099081077 ], [ -111.08247939300463, 39.93585458048932 ], [ -111.08242034255248, 39.935413137300102 ], [ -111.08236135766275, 39.935025753416078 ], [ -111.08233761490055, 39.934746463292001 ], [ -111.08233733419057, 39.934512206007945 ], [ -111.08227857711236, 39.934314029840124 ], [ -111.0822197772504, 39.934079814049788 ], [ -111.08212587706414, 39.933854632991427 ], [ -111.08210224332483, 39.933665441732835 ], [ -111.08210215720237, 39.933593362555612 ], [ -111.08214881078629, 39.933458180936967 ], [ -111.08221886089181, 39.933313972803006 ], [ -111.08234741848892, 39.933160713179888 ], [ -111.08253441820466, 39.932944342484255 ], [ -111.08277976128842, 39.932583771340227 ], [ -111.08288470260821, 39.932259339732774 ], [ -111.08291947626277, 39.931980007749999 ], [ -111.08294257879476, 39.931727713815938 ], [ -111.08298922946452, 39.931592531818502 ], [ -111.08298852222092, 39.931006888280621 ], [ -111.08299970323627, 39.930574404637653 ], [ -111.08297589417761, 39.93024105501717 ], [ -111.08297579627076, 39.930159965896472 ], [ -111.08295030186751, 39.928430081130649 ], [ -111.08298486664543, 39.927979560738564 ], [ -111.08303114461575, 39.927538041828427 ], [ -111.08299475251923, 39.926474897905301 ], [ -111.0829946219646, 39.926366779007068 ], [ -111.08301716737068, 39.925654979455445 ], [ -111.08303975586216, 39.924979219454087 ], [ -111.08305091386784, 39.924528715534372 ], [ -111.08304989058719, 39.923681783826815 ], [ -111.08304475031247, 39.900048718423051 ], [ -111.07383829240337, 39.899991875837479 ], [ -111.04012428980272, 39.899765171929054 ], [ -111.04004240351587, 39.899765200231414 ], [ -111.03574920359294, 39.899730563273032 ], [ -111.01761723003742, 39.899671665426744 ], [ -111.00066678778055, 39.89969102154032 ], [ -110.90326903199116, 39.899659692252044 ], [ -110.89174648162691, 39.899658518940768 ], [ -110.87573191935255, 39.899642464467831 ], [ -110.85764664120616, 39.899711774796998 ], [ -110.85769919854786, 39.885611243632745 ], [ -110.85774463448772, 39.874943477638396 ], [ -110.85780145663041, 39.87007814911275 ], [ -110.85781277544554, 39.824928874561728 ], [ -110.85781341546884, 39.813278842138288 ], [ -110.85781393526631, 39.813026560280882 ], [ -110.85789571830409, 39.813026660467408 ], [ -110.86469514782097, 39.813160929600222 ], [ -110.86482368196003, 39.81315206932031 ], [ -110.87571260055137, 39.813128203302867 ], [ -110.87656545046539, 39.813147133860255 ], [ -110.89107589798749, 39.813314834004679 ], [ -110.89535200626263, 39.813318769302128 ], [ -110.90988601288406, 39.813403047620923 ], [ -110.91430230715726, 39.813424413529134 ], [ -110.95226146145176, 39.813698522157914 ], [ -110.99224217492051, 39.813879274854955 ], [ -111.00067764170412, 39.813915572585692 ], [ -111.00845884219841, 39.813951306612068 ], [ -111.00854062769858, 39.813960310713981 ], [ -111.00876261391542, 39.813960294162413 ], [ -111.02316836555323, 39.814003362488485 ], [ -111.02761979376486, 39.814047438752638 ], [ -111.04182692122363, 39.814034177143704 ], [ -111.04648865358273, 39.814059433351247 ], [ -111.04662885556043, 39.814059377094907 ], [ -111.06068415708897, 39.814115948258177 ], [ -111.06593008490374, 39.814149126482967 ], [ -111.07524186029309, 39.814161482091649 ], [ -111.07915583562067, 39.814158878065648 ], [ -111.0791653898707, 39.812302792501889 ], [ -111.09795264901561, 39.812774998878673 ], [ -111.09810453149187, 39.812774870564915 ], [ -111.09839662602101, 39.812783633330312 ], [ -111.0985718750516, 39.812783484587762 ], [ -111.12571233729905, 39.812892405912827 ], [ -111.12588758644189, 39.812892215914488 ], [ -111.14502500954566, 39.812977996317905 ], [ -111.15411468033658, 39.81300231995035 ], [ -111.17100887300619, 39.813050732185729 ], [ -111.1728782201007, 39.813056972205622 ], [ -111.20976255154045, 39.813086257036943 ], [ -111.24745309640066, 39.813129130795794 ], [ -111.25071275121266, 39.813131143555587 ], [ -111.26620460034273, 39.813069606052935 ], [ -111.28500319625338, 39.813106046122265 ], [ -111.30660555593512, 39.813087015415704 ], [ -111.30660251363636, 39.812402258039796 ], [ -111.30697625111316, 39.812374239675393 ], [ -111.34328770322671, 39.812398634174123 ], [ -111.34430417002828, 39.812404632547917 ], [ -111.37580153945258, 39.81231590593692 ], [ -111.40059350356408, 39.812368113448805 ], [ -111.41582840333484, 39.812377586521237 ], [ -111.50071586146727, 39.812060342358372 ], [ -111.50590318278162, 39.812064871550959 ], [ -111.51238728172468, 39.812063449613348 ], [ -111.52806598368817, 39.812065234722901 ], [ -111.52802635358543, 39.81299344768243 ], [ -111.53816696300842, 39.812937847356451 ], [ -111.54696567010193, 39.81309492463685 ], [ -111.56579675845049, 39.812815417036866 ], [ -111.56939518343776, 39.812815834394783 ], [ -111.57320382099655, 39.812806091852295 ], [ -111.58452755030389, 39.813128019239883 ], [ -111.58472653850258, 39.813172066666503 ], [ -111.5872146550892, 39.813123461266308 ], [ -111.59655981428219, 39.812958660172065 ], [ -111.60329992763731, 39.81283371064162 ], [ -111.60349861139441, 39.812841687417851 ], [ -111.62198343632456, 39.81306843124657 ], [ -111.62304663814129, 39.813071737028068 ], [ -111.62572212568077, 39.813075359575201 ], [ -111.63163370024867, 39.813061349185112 ], [ -111.63171547859781, 39.813060903977458 ], [ -111.64179781816382, 39.813032603285684 ], [ -111.64210156558165, 39.813030922760731 ], [ -111.69027889661203, 39.812619159591264 ], [ -111.7506863081782, 39.812081879377281 ], [ -111.75116557099031, 39.812105807494 ], [ -111.7515979091845, 39.812112017694446 ], [ -111.75309352087069, 39.81212934978327 ], [ -111.75373594140309, 39.812116168357669 ], [ -111.75430836717655, 39.812112448390479 ], [ -111.75465853631229, 39.81208314152871 ], [ -111.75504394871881, 39.812071624180028 ], [ -111.75586002145272, 39.811913141592107 ], [ -111.75651352872727, 39.811845812850706 ], [ -111.757026948378, 39.811788404468373 ], [ -111.75763372490118, 39.81172137430675 ], [ -111.75829891054269, 39.811653959259182 ], [ -111.75864858025484, 39.811579593864806 ], [ -111.75919714124962, 39.811530956063336 ], [ -111.75975708590541, 39.811455211273312 ], [ -111.76115704135354, 39.811274846822208 ], [ -111.76184528452569, 39.811180230341073 ], [ -111.762463832134, 39.811122107601037 ], [ -111.76372359003651, 39.810942633406384 ], [ -111.76510026005697, 39.810771384633469 ], [ -111.76612686697483, 39.81063847129537 ], [ -111.76632525877743, 39.810619141266699 ], [ -111.76636090467085, 39.810672965540739 ], [ -111.76638526892899, 39.810762904123479 ], [ -111.76636280555881, 39.810844142051096 ], [ -111.76630599664577, 39.810988676465129 ], [ -111.76622612367136, 39.811160393011029 ], [ -111.76613486836952, 39.811359214505906 ], [ -111.76603193051797, 39.811558113053778 ], [ -111.76589384589371, 39.811748233562085 ], [ -111.76572191383288, 39.812046696671359 ], [ -111.76564233809015, 39.812245440677302 ], [ -111.76556316169129, 39.812480221782444 ], [ -111.76549656646195, 39.812796009354656 ], [ -111.76534759503278, 39.813058280592031 ], [ -111.7651862408356, 39.813257563661509 ], [ -111.76500202039384, 39.81350204700469 ], [ -111.76489837710085, 39.813637879516023 ], [ -111.76474840314805, 39.813810057100525 ], [ -111.7646224921609, 39.814045145540177 ], [ -111.76456677513207, 39.814288781254824 ], [ -111.76449867646591, 39.814469428896466 ], [ -111.76440691291478, 39.814623202568598 ], [ -111.76431534854655, 39.814794994744098 ], [ -111.76420031872073, 39.814957931454906 ], [ -111.76413171960408, 39.815093532436514 ], [ -111.76409836773163, 39.815246921146588 ], [ -111.76407699769864, 39.815427260772559 ], [ -111.76410275752851, 39.815643329795748 ], [ -111.76409247155011, 39.815769536752676 ], [ -111.7641292159441, 39.815922463810779 ], [ -111.76421289128294, 39.816093101633655 ], [ -111.76426062041502, 39.816182886684757 ], [ -111.76423835245247, 39.816282142738011 ], [ -111.76415866795136, 39.816471876383588 ], [ -111.76407828463343, 39.816598544972685 ], [ -111.76398691641593, 39.816788355434682 ], [ -111.76384841691888, 39.816942436349329 ], [ -111.76375664870926, 39.817096209487055 ], [ -111.76358409615133, 39.817340613657002 ], [ -111.7634343103676, 39.817530808112352 ], [ -111.76326145659749, 39.817748183948979 ], [ -111.76308820316578, 39.817929522387473 ], [ -111.76284574645108, 39.818192405057616 ], [ -111.76273060799556, 39.818346331017445 ], [ -111.76266190312269, 39.818472921824998 ], [ -111.76257032943131, 39.818644712599784 ], [ -111.76246717158578, 39.818825589366391 ], [ -111.76235213079769, 39.818988524237504 ], [ -111.76224847418034, 39.819124354381749 ], [ -111.7620636308249, 39.819314777347898 ], [ -111.76184413423773, 39.819541467322551 ], [ -111.76173977947637, 39.819614232016143 ], [ -111.76161235602879, 39.819714177865443 ], [ -111.76139335384794, 39.819985913427516 ], [ -111.76122088520601, 39.820239323395505 ], [ -111.76107138486272, 39.820456542684894 ], [ -111.76088782648938, 39.820764084515169 ], [ -111.76064584821005, 39.821072009063002 ], [ -111.76045080124977, 39.821397645372983 ], [ -111.76034872611451, 39.821677622404188 ], [ -111.76014229008354, 39.822030362617099 ], [ -111.7599580287084, 39.822274837974867 ], [ -111.75971594183468, 39.822573751307495 ], [ -111.75963574179978, 39.822718435401512 ], [ -111.75955673184485, 39.822971230864106 ], [ -111.75935008962406, 39.823305951094078 ], [ -111.75911948234562, 39.823586768145383 ], [ -111.75890035909855, 39.823849489745072 ], [ -111.75873955598065, 39.824102819605926 ], [ -111.75846339545105, 39.824492052423373 ], [ -111.75820970915939, 39.824800048303388 ], [ -111.75788601351525, 39.825117510904064 ], [ -111.75755161997721, 39.82552514176264 ], [ -111.75729772802319, 39.825815117097413 ], [ -111.75706631300136, 39.826023855820843 ], [ -111.7568238051749, 39.82628672602619 ], [ -111.75663882899394, 39.826468131151849 ], [ -111.75646672218524, 39.826757571230971 ], [ -111.7562588684096, 39.826984174557978 ], [ -111.75610854792994, 39.827129313199428 ], [ -111.75593544983887, 39.827328659635789 ], [ -111.75577502275088, 39.827618022558624 ], [ -111.75569441385346, 39.827726666792621 ], [ -111.75553161621617, 39.827799806517085 ], [ -111.75529930126352, 39.827927458182074 ], [ -111.75508966470844, 39.827991892281645 ], [ -111.75470613511149, 39.828183596334512 ], [ -111.75446301941621, 39.828392405940285 ], [ -111.75428981488433, 39.828582740665141 ], [ -111.75412927950846, 39.828863092054874 ], [ -111.75393339224844, 39.829116643171233 ], [ -111.75373740509389, 39.829361184671875 ], [ -111.75357538904885, 39.82950639598613 ], [ -111.75337821851417, 39.829642825435926 ], [ -111.75314618851638, 39.829797500707961 ], [ -111.75279819073626, 39.830034017400607 ], [ -111.75267004687637, 39.830070888533136 ], [ -111.75241346385964, 39.830117602509716 ], [ -111.75228522135608, 39.830145463930897 ], [ -111.75213400133084, 39.830209513883325 ], [ -111.75201803322513, 39.830291354991601 ], [ -111.75191394655829, 39.830391138831132 ], [ -111.7517401407565, 39.830527414059446 ], [ -111.75158931213114, 39.830627500469504 ], [ -111.75130965011464, 39.830701391298575 ], [ -111.75107712128138, 39.830811016028584 ], [ -111.75092638916817, 39.830920110877386 ], [ -111.75071830854998, 39.831128685821902 ], [ -111.75044021217428, 39.831346723233189 ], [ -111.75019726843828, 39.831573542593375 ], [ -111.74969939680405, 39.832000227445036 ], [ -111.74919091008941, 39.832526087861709 ], [ -111.74904095413962, 39.832707254626385 ], [ -111.74889080172083, 39.832870402614972 ], [ -111.74878807626656, 39.833096313770348 ], [ -111.74862946439336, 39.833556843468415 ], [ -111.74845818666255, 39.833927355413785 ], [ -111.74836694861366, 39.834135172208562 ], [ -111.74838029678595, 39.834288254771486 ], [ -111.74839276497609, 39.834360253712582 ], [ -111.74845246596226, 39.834476997545494 ], [ -111.74851167815784, 39.834548694892824 ], [ -111.74865327927887, 39.834673920088719 ], [ -111.74874872384048, 39.834853502538081 ], [ -111.7489268519795, 39.835113640440468 ], [ -111.74904635517287, 39.835356136750299 ], [ -111.74911970191309, 39.835652990495305 ], [ -111.7491706557866, 39.836040087973814 ], [ -111.74918576824912, 39.836355337523813 ], [ -111.74920166404473, 39.836742661336558 ], [ -111.74925203185157, 39.837075702987015 ], [ -111.74933755745379, 39.83741752742435 ], [ -111.74944792594769, 39.837894340025571 ], [ -111.74952294233053, 39.838344351145139 ], [ -111.74953893860116, 39.838740684039223 ], [ -111.74951840565305, 39.839002104212369 ], [ -111.74954520734529, 39.839317278027139 ], [ -111.74963152105748, 39.839731176316228 ], [ -111.74981191912038, 39.840198525910537 ], [ -111.74995500445951, 39.84045888843918 ], [ -111.75008709006127, 39.840782391277308 ], [ -111.75010142385777, 39.841025566188968 ], [ -111.7500690093369, 39.841269043358857 ], [ -111.74992040915464, 39.84157634101264 ], [ -111.74938877397109, 39.842129381005677 ], [ -111.7491690659768, 39.842347037903657 ], [ -111.74897292703467, 39.842582562032078 ], [ -111.74880172735845, 39.842962083379341 ], [ -111.74857433877889, 39.843549194922886 ], [ -111.7483121770188, 39.844163560008468 ], [ -111.74797802688551, 39.844607200430445 ], [ -111.74750625742172, 39.845294994179049 ], [ -111.74712895852051, 39.846072276592253 ], [ -111.74700410168819, 39.846415457017059 ], [ -111.74693680515514, 39.846677177550824 ], [ -111.7468923961307, 39.84689370116115 ], [ -111.74689512979029, 39.847145960834979 ], [ -111.74690906347023, 39.847353098874137 ], [ -111.74693605236189, 39.847686291467149 ], [ -111.74695076742931, 39.847965503660312 ], [ -111.7468398401857, 39.848515821827931 ], [ -111.74678627957226, 39.848966661650792 ], [ -111.74671139122864, 39.849606846584059 ], [ -111.74671295308717, 39.84975099490881 ], [ -111.74667915638001, 39.849868341137316 ], [ -111.74655224118298, 39.850022326270427 ], [ -111.74645970821251, 39.850113020733218 ], [ -111.74634350502396, 39.850176837722771 ], [ -111.74622700895533, 39.850213626785902 ], [ -111.74606395326113, 39.850268734987559 ], [ -111.74593586574981, 39.85031460820678 ], [ -111.74584294155397, 39.850369265100575 ], [ -111.74561102031778, 39.850541944098048 ], [ -111.74542497574483, 39.850633238754881 ], [ -111.74487774876373, 39.850834971719223 ], [ -111.743945761389, 39.85112926930428 ], [ -111.74377091562236, 39.851175440000375 ], [ -111.74343262061787, 39.851240677871758 ], [ -111.74297743667053, 39.851306663486604 ], [ -111.74227678614547, 39.851374218300499 ], [ -111.7415988332171, 39.85137855449404 ], [ -111.74128304056551, 39.851362553157983 ], [ -111.74116595833969, 39.851345281500649 ], [ -111.74100192706881, 39.851310289845507 ], [ -111.7408968244149, 39.851319971085466 ], [ -111.74067493017348, 39.851339407915674 ], [ -111.74041835646346, 39.851395105276275 ], [ -111.74011444632829, 39.851397044709266 ], [ -111.73991544563874, 39.851371284525023 ], [ -111.73972813393705, 39.851345449459224 ], [ -111.73963462318216, 39.851346045735632 ], [ -111.73944789168094, 39.851374265909925 ], [ -111.73928424777925, 39.851375308949493 ], [ -111.73910872176197, 39.851358407669338 ], [ -111.73887455840354, 39.851323859836313 ], [ -111.73845327732467, 39.851281492966038 ], [ -111.73802069385145, 39.851275236070606 ], [ -111.73784565068267, 39.851303379302479 ], [ -111.73775213994514, 39.85130397406094 ], [ -111.73768229621422, 39.851331447938854 ], [ -111.73760105286779, 39.851386023959407 ], [ -111.73756704699052, 39.851485349077663 ], [ -111.73753333028574, 39.851611702043279 ], [ -111.73749932420418, 39.85171102713975 ], [ -111.73745362909763, 39.851810426536829 ], [ -111.73729171914545, 39.851973633922029 ], [ -111.73718738594016, 39.852055386101867 ], [ -111.73694326639695, 39.852183075823561 ], [ -111.73623187403959, 39.852340761379338 ], [ -111.73616193239774, 39.852359225064504 ], [ -111.73587038020271, 39.852424144250989 ], [ -111.73568441362485, 39.85252443270835 ], [ -111.73541758449457, 39.852715332533876 ], [ -111.73519751036805, 39.852905935421674 ], [ -111.73491918142905, 39.853114926776399 ], [ -111.7342582754323, 39.853623666372073 ], [ -111.73422359168545, 39.853659925499862 ], [ -111.73414301475354, 39.853777564153113 ], [ -111.73407412684028, 39.85389512877763 ], [ -111.73413545289911, 39.854165037569715 ], [ -111.73431511345852, 39.854569345707581 ], [ -111.73450656167057, 39.854982588788729 ], [ -111.73459040503991, 39.855171265647215 ], [ -111.73463927631721, 39.855369173824116 ], [ -111.73467655437298, 39.85557616529411 ], [ -111.73466659390982, 39.855738406469811 ], [ -111.73462166057158, 39.855909879026257 ], [ -111.73456609390804, 39.856180527724121 ], [ -111.73456859123644, 39.856414769127127 ], [ -111.73459350755259, 39.856558769620605 ], [ -111.73473657061065, 39.856819150406729 ], [ -111.73500937622583, 39.857186827659241 ], [ -111.73519949016635, 39.857473939363295 ], [ -111.73540244963345, 39.857869087982749 ], [ -111.73552175379011, 39.858093578794097 ], [ -111.73559401000558, 39.858291338171639 ], [ -111.73566520842186, 39.858389995422762 ], [ -111.73572404350892, 39.858425661820917 ], [ -111.73618313255983, 39.858720075375508 ], [ -111.73639499891186, 39.85885387886065 ], [ -111.73654899325663, 39.859042108775036 ], [ -111.73665622768824, 39.859230635448121 ], [ -111.73669283968441, 39.859374561129201 ], [ -111.73674355074786, 39.859743644421911 ], [ -111.73677136346787, 39.860157922547515 ], [ -111.73676054028083, 39.860239080269778 ], [ -111.73677406135329, 39.860410182221138 ], [ -111.73682294283756, 39.860608089208839 ], [ -111.73688284048364, 39.860742856988544 ], [ -111.73694283474501, 39.860886634004835 ], [ -111.7373126641338, 39.861578044871415 ], [ -111.7378004695002, 39.86236781280698 ], [ -111.738002300402, 39.862654845061513 ], [ -111.73808703177225, 39.86292460237776 ], [ -111.73810017062235, 39.863059666992619 ], [ -111.73807920229086, 39.863285047449615 ], [ -111.73801340071319, 39.863690910772526 ], [ -111.73799088754328, 39.863772142937165 ], [ -111.73795687639094, 39.863871468009599 ], [ -111.73795832419832, 39.864006606999013 ], [ -111.73798276795748, 39.864105560158748 ], [ -111.73805368630866, 39.86417718796271 ], [ -111.73817156205725, 39.86426653665135 ], [ -111.73844248426792, 39.864454019636447 ], [ -111.73907902222162, 39.864936498877292 ], [ -111.73933816164502, 39.865115044934903 ], [ -111.73953826596325, 39.865239907555072 ], [ -111.73975122334878, 39.865472806378271 ], [ -111.73988185932816, 39.865661180559151 ], [ -111.73997664778625, 39.865777704274493 ], [ -111.74020042827632, 39.865929444309266 ], [ -111.74054122004054, 39.866089446775767 ], [ -111.74091728131916, 39.86626724269356 ], [ -111.74143432023631, 39.866507205424142 ], [ -111.74224500828413, 39.866871425298505 ], [ -111.74305657963767, 39.867316722658039 ], [ -111.74407997325693, 39.867886793806385 ], [ -111.74546690016912, 39.86855362849213 ], [ -111.74632449822882, 39.868926527957399 ], [ -111.74664193520758, 39.869086662608098 ], [ -111.74680679326025, 39.869193719680048 ], [ -111.74698393001393, 39.869354756647986 ], [ -111.74710397636456, 39.869642299240297 ], [ -111.74720024877865, 39.869893955378551 ], [ -111.74724858076789, 39.870037801886177 ], [ -111.7473203947708, 39.870190506940389 ], [ -111.74741471317684, 39.870261978127978 ], [ -111.7475324158698, 39.870333298527967 ], [ -111.74774375308584, 39.870413025065524 ], [ -111.74830722346807, 39.870616618021089 ], [ -111.74921084692296, 39.870917120021979 ], [ -111.75002094066322, 39.87121821979153 ], [ -111.75072551662537, 39.87149296729622 ], [ -111.75085452412954, 39.871528171667379 ], [ -111.750983728265, 39.871581394348389 ], [ -111.75118406891124, 39.87172425482062 ], [ -111.75130295749155, 39.871903682033405 ], [ -111.75138657308975, 39.872065317906397 ], [ -111.75141202222956, 39.872254360148517 ], [ -111.7514611512524, 39.872470278545912 ], [ -111.75149898144733, 39.872722309569241 ], [ -111.75157208604807, 39.872992131720196 ], [ -111.75165580198097, 39.873162776574318 ], [ -111.7517178052485, 39.873486729716127 ], [ -111.75180162052646, 39.87366638366408 ], [ -111.75194409616768, 39.87386367697291 ], [ -111.75212106018149, 39.874006687299314 ], [ -111.75232072125061, 39.874086481115057 ], [ -111.75260252697286, 39.874192771164147 ], [ -111.75307092415784, 39.874252799857466 ], [ -111.75318824531135, 39.874288077475818 ], [ -111.75350503273653, 39.87438512828944 ], [ -111.75371599473401, 39.874428806838644 ], [ -111.75411413935713, 39.874480277964992 ], [ -111.75429031988017, 39.874551211181398 ], [ -111.75445470929255, 39.874613210970857 ], [ -111.7547007508477, 39.874656659530061 ], [ -111.75488823009719, 39.874691478882553 ], [ -111.75505232398933, 39.874726450172773 ], [ -111.75522830845586, 39.874779363518883 ], [ -111.75548634040861, 39.874849761900975 ], [ -111.75558136569221, 39.874984290739846 ], [ -111.75574585616432, 39.875055297886263 ], [ -111.75587477394764, 39.875081487353306 ], [ -111.75605056208632, 39.875116381011075 ], [ -111.7563088929995, 39.875213805172095 ], [ -111.75655543277763, 39.875302295812467 ], [ -111.75667285646583, 39.87534657907581 ], [ -111.75687331887461, 39.875498438624149 ], [ -111.75702701047638, 39.875650603106109 ], [ -111.75725095953403, 39.875811318541821 ], [ -111.75739365342999, 39.876026623309919 ], [ -111.75763048722031, 39.876295372101943 ], [ -111.75780984910254, 39.876654594454124 ], [ -111.75794204355404, 39.876978085341364 ], [ -111.75794581242548, 39.877320435103144 ], [ -111.75793640037665, 39.877527723207045 ], [ -111.75795136666929, 39.877824950504078 ], [ -111.75795265606733, 39.877942070144329 ], [ -111.7580144951819, 39.878248000930967 ], [ -111.7581573950488, 39.8784813230033 ], [ -111.75825332368095, 39.878696932285095 ], [ -111.75833894879392, 39.879038746740804 ], [ -111.75834232295102, 39.879345059549223 ], [ -111.75833311039679, 39.879570366004117 ], [ -111.75833856867862, 39.880065871964639 ], [ -111.75829407645499, 39.88027338936795 ], [ -111.75835472838406, 39.880471209438653 ], [ -111.75843847043936, 39.880641848934701 ], [ -111.75854579905148, 39.880830353794295 ], [ -111.75867691307988, 39.881054742340922 ], [ -111.75890227420864, 39.881341582981719 ], [ -111.75902100111011, 39.881502983251124 ], [ -111.75915211799501, 39.881727371208001 ], [ -111.75927144238558, 39.881942826363556 ], [ -111.75937897412388, 39.882149348756627 ], [ -111.75966271272975, 39.882426795754256 ], [ -111.75991127183271, 39.882695462704881 ], [ -111.76019421888388, 39.882900834808467 ], [ -111.76039570645293, 39.883142779691731 ], [ -111.76059619994884, 39.88329463231085 ], [ -111.76079679390554, 39.88345549375952 ], [ -111.76093961464403, 39.883679802816609 ], [ -111.76098868260469, 39.883886707209413 ], [ -111.76089801626534, 39.884148587471579 ], [ -111.76085342974301, 39.884347096476766 ], [ -111.76075166532176, 39.884663108454454 ], [ -111.76057963344817, 39.884970571331465 ], [ -111.76045328333612, 39.8851786261841 ], [ -111.76031503886007, 39.885368739194149 ], [ -111.76003765226901, 39.885667882043919 ], [ -111.75982953615616, 39.885885481860655 ], [ -111.75956324354797, 39.886130491848483 ], [ -111.75929764478136, 39.886438565541454 ], [ -111.75905622813524, 39.8868185590444 ], [ -111.7589879469289, 39.886990192832002 ], [ -111.75893145960649, 39.887170759233776 ], [ -111.75887487265622, 39.887342316418788 ], [ -111.75871402421092, 39.887604654071453 ], [ -111.75849390525828, 39.887795300464006 ], [ -111.75821600479485, 39.888049393066339 ], [ -111.75793760618792, 39.888258439076303 ], [ -111.75765851160698, 39.888404420115457 ], [ -111.75740270691256, 39.888541238547049 ], [ -111.75722837063363, 39.888641485166595 ], [ -111.75706543167195, 39.888714627618207 ], [ -111.75693827145685, 39.888850605168237 ], [ -111.75692826080677, 39.889003837696734 ], [ -111.75694164055257, 39.889156917556164 ], [ -111.75712024050509, 39.889444066406725 ], [ -111.75723917579971, 39.889623486556957 ], [ -111.75738229558681, 39.889874827303785 ], [ -111.75752521808795, 39.890108149483474 ], [ -111.75770203747349, 39.890233132025934 ], [ -111.75778509573387, 39.89034070732346 ], [ -111.758067572097, 39.890501038193847 ], [ -111.75824449274289, 39.890635029064832 ], [ -111.75851497797561, 39.890768407736559 ], [ -111.75883254432316, 39.890928507209225 ], [ -111.75918519875964, 39.891088376110901 ], [ -111.75953835201932, 39.891293289815017 ], [ -111.75982023948546, 39.891399561244725 ], [ -111.76003175515557, 39.891488273538279 ], [ -111.76020818450714, 39.891577215444997 ], [ -111.76043209375369, 39.891728914564368 ], [ -111.76070238829205, 39.891844269677001 ], [ -111.76093749705625, 39.891950845201819 ], [ -111.76122028629906, 39.892138195739868 ], [ -111.76138611964076, 39.89232631349374 ], [ -111.7614590855532, 39.89257810959834 ], [ -111.76147417105574, 39.892884344671906 ], [ -111.76151274819986, 39.893199435298662 ], [ -111.76154903238773, 39.89330731495037 ], [ -111.76157461789738, 39.89350536310819 ], [ -111.76167017997398, 39.893684932026744 ], [ -111.76184771433627, 39.893872972205472 ], [ -111.76198976248153, 39.894025205975709 ], [ -111.76221338425457, 39.894149873972744 ], [ -111.76239102113158, 39.894346922447696 ], [ -111.76269861456289, 39.894660243731181 ], [ -111.76288705131745, 39.894776131980912 ], [ -111.76306429209755, 39.894937142706034 ], [ -111.76338208813901, 39.89511524765414 ], [ -111.76384234107888, 39.895481619761696 ], [ -111.76412505272849, 39.89565995372805 ], [ -111.76432549118165, 39.895802789988913 ], [ -111.7646081052783, 39.895972113582239 ], [ -111.76487832329059, 39.896078449492997 ], [ -111.76516164122089, 39.89631083582271 ], [ -111.76563130221329, 39.89646991277386 ], [ -111.7660076945668, 39.896656633383508 ], [ -111.76636089665975, 39.896861525651452 ], [ -111.76670230391623, 39.897057484992558 ], [ -111.76679677987507, 39.897137948703239 ], [ -111.76685676888395, 39.897272699303052 ], [ -111.76699833296625, 39.897379880908396 ], [ -111.76717589145699, 39.897567912582097 ], [ -111.76751629946827, 39.897673777923409 ], [ -111.76780891645039, 39.897689860521204 ], [ -111.76799737005993, 39.897805740245943 ], [ -111.76813843406391, 39.897867874669018 ], [ -111.76826910952087, 39.898047205359163 ], [ -111.76838788769149, 39.898208595093919 ], [ -111.76865822090301, 39.89832393116577 ], [ -111.76884587221011, 39.898367736281543 ], [ -111.76906851331192, 39.898402299234967 ], [ -111.76936113369557, 39.898418377880901 ], [ -111.76954727406584, 39.898327044650138 ], [ -111.7696987269384, 39.898271980619221 ], [ -111.77002613457897, 39.89826079724368 ], [ -111.77023677656156, 39.89826840818229 ], [ -111.77068205964952, 39.898337528312275 ], [ -111.77092880170085, 39.898434996224395 ], [ -111.7712098268175, 39.89846015710139 ], [ -111.77156113374691, 39.898493859522574 ], [ -111.77209979152649, 39.898544333275709 ], [ -111.77248618960809, 39.898577799248734 ], [ -111.7732362008197, 39.898698938137983 ], [ -111.77354122916105, 39.898777992186872 ], [ -111.77388155134005, 39.898874829532581 ], [ -111.77406981555936, 39.898972680963311 ], [ -111.77428218380356, 39.89913343983725 ], [ -111.77442386460083, 39.899249621331151 ], [ -111.77457703990758, 39.899347706248108 ], [ -111.77479968689072, 39.89938225813399 ], [ -111.77501002821599, 39.899362832961039 ], [ -111.77730170414182, 39.899266406432822 ], [ -111.77779287120545, 39.899254103339658 ], [ -111.77819076880253, 39.899269453527175 ], [ -111.77837873432254, 39.899340270506272 ], [ -111.77853232320841, 39.899474386645281 ], [ -111.77881651684031, 39.899778811901378 ], [ -111.7790407995922, 39.899957501598522 ], [ -111.77927565792767, 39.900037011884585 ], [ -111.77960480763301, 39.900178956492141 ], [ -111.77989805043276, 39.900249063179885 ], [ -111.78021581188968, 39.900418112055398 ], [ -111.78047478278127, 39.900560526320618 ], [ -111.78084046044164, 39.900828358848678 ], [ -111.78107736966749, 39.901088047791703 ], [ -111.78129037462843, 39.901302848255831 ], [ -111.78144458763587, 39.90149101509563 ], [ -111.78156350493646, 39.901661399999682 ], [ -111.78172910966433, 39.901822460250237 ], [ -111.78182483838063, 39.902011020799939 ], [ -111.78192220617733, 39.902343727088713 ], [ -111.78191296659486, 39.902560024699831 ], [ -111.78202152099766, 39.902847606421368 ], [ -111.78211735442197, 39.903045175787668 ], [ -111.78229619828286, 39.903341292931302 ], [ -111.78255661946866, 39.90360982988441 ], [ -111.78274572904888, 39.903779739788661 ], [ -111.78299291764539, 39.903913218024087 ], [ -111.78307695512669, 39.904101856395059 ], [ -111.78305612387361, 39.904327242101012 ], [ -111.78307202687905, 39.90469653655186 ], [ -111.78305160572934, 39.904957958666827 ], [ -111.78301928143675, 39.905201441543191 ], [ -111.78296304831365, 39.905400036837342 ], [ -111.78278881011202, 39.905509330754654 ], [ -111.78256767706718, 39.905609931093117 ], [ -111.78234551859892, 39.905620439933116 ], [ -111.78218328418211, 39.90575668135309 ], [ -111.78203315686525, 39.905928880092439 ], [ -111.78196604172605, 39.906199626667409 ], [ -111.78192160528835, 39.906407151682068 ], [ -111.78197177784298, 39.906704136699439 ], [ -111.78202215573081, 39.90701913988925 ], [ -111.78211912215066, 39.907315809224883 ], [ -111.78214436284649, 39.907477815324121 ], [ -111.78232045166794, 39.90753068625115 ], [ -111.78249664326034, 39.907592566012468 ], [ -111.78260244038064, 39.907636901022578 ], [ -111.78291767880356, 39.907580714284713 ], [ -111.78321003314824, 39.907569730237995 ], [ -111.78357329553823, 39.907621334899595 ], [ -111.78387847774044, 39.907709370238955 ], [ -111.78410279968212, 39.907888049524139 ], [ -111.78429202771883, 39.908066965731166 ], [ -111.78449346896926, 39.908290847969148 ], [ -111.78463549428999, 39.908434043750766 ], [ -111.78476520493402, 39.908523263930284 ], [ -111.78494119556768, 39.908567121724225 ], [ -111.78532796422346, 39.908627571533565 ], [ -111.78556203611477, 39.908634995837232 ], [ -111.78591484280048, 39.908794781484396 ], [ -111.78618483466801, 39.908874039418045 ], [ -111.78650203329028, 39.908989015714276 ], [ -111.78677264499524, 39.9091223268234 ], [ -111.78701996374252, 39.909264805181614 ], [ -111.78719863894854, 39.909542895901964 ], [ -111.78727171837794, 39.909794673927635 ], [ -111.78728785203933, 39.910181985402509 ], [ -111.78724456381647, 39.910488612175037 ], [ -111.78719019519953, 39.910849372876662 ], [ -111.78713768229684, 39.911372297138435 ], [ -111.78711851253873, 39.911741828600569 ], [ -111.78715825031695, 39.912146999312739 ], [ -111.78718556753741, 39.912489185791969 ], [ -111.78725937225418, 39.912804027273864 ], [ -111.78735585396187, 39.91305564620761 ], [ -111.78750006197036, 39.913388028999805 ], [ -111.78760917346804, 39.913720649984477 ], [ -111.78774168477781, 39.914053111879078 ], [ -111.78786239473946, 39.914376644001763 ], [ -111.78808612937432, 39.914501260571114 ], [ -111.78826358339542, 39.914671240249589 ], [ -111.78871167690585, 39.914974525831738 ], [ -111.78893603526615, 39.91515319519042 ], [ -111.78905520196837, 39.915341589758391 ], [ -111.78902206758146, 39.915513001089103 ], [ -111.78893053821282, 39.915693819514352 ], [ -111.78878030329113, 39.915857017664912 ], [ -111.78853678005197, 39.916047879406229 ], [ -111.78833922799888, 39.916166349845462 ], [ -111.78797829185203, 39.916321969494255 ], [ -111.78771146838378, 39.916521997618148 ], [ -111.78745737505469, 39.916812036478944 ], [ -111.7872386887301, 39.917128863730369 ], [ -111.7870436065681, 39.917463549902592 ], [ -111.78691903192188, 39.917824786584802 ], [ -111.78681795924736, 39.918194873417178 ], [ -111.7867527076355, 39.918627785539719 ], [ -111.7867429663999, 39.918799037414985 ], [ -111.78679069507059, 39.918879801558447 ], [ -111.78685156768199, 39.919086613368513 ], [ -111.78692383154959, 39.919266318498856 ], [ -111.78693759437361, 39.919446420629683 ], [ -111.78695311051749, 39.919779677049902 ], [ -111.7868860021716, 39.920050425773148 ], [ -111.78673760890355, 39.920375784658013 ], [ -111.78662194463989, 39.920493696478971 ], [ -111.78654282457845, 39.920737497141133 ], [ -111.78639288229969, 39.920927719446105 ], [ -111.78621051651915, 39.921352415539488 ], [ -111.78628339950166, 39.921586175441931 ], [ -111.78635617993079, 39.921810926210071 ], [ -111.78645225922818, 39.92202650912126 ], [ -111.7864546299591, 39.922233717814265 ], [ -111.78655184416034, 39.922548400420553 ], [ -111.78666045082701, 39.922835976318495 ], [ -111.78692292366401, 39.923275674036347 ], [ -111.78699601751157, 39.923527451511056 ], [ -111.78711581283214, 39.923769902131028 ], [ -111.78728313559449, 39.924075098299006 ], [ -111.78749705791681, 39.924361958178508 ], [ -111.78775871601466, 39.924729581245195 ], [ -111.78800805595095, 39.925043228802927 ], [ -111.7882099731217, 39.925303139590639 ], [ -111.78855499515066, 39.925796330765117 ], [ -111.78885011426351, 39.926019567418329 ], [ -111.78922569699806, 39.926116118912496 ], [ -111.78955426805653, 39.926194969799226 ], [ -111.79005981132934, 39.926398750696386 ], [ -111.79049400877896, 39.926503908409146 ], [ -111.79089393244152, 39.926681376398605 ], [ -111.79119951986904, 39.926796418431579 ], [ -111.79157656274252, 39.927019088997866 ], [ -111.79203551923983, 39.92724119878762 ], [ -111.79226148454258, 39.92755499665212 ], [ -111.79241537190607, 39.927707110976208 ], [ -111.79252255703656, 39.927868554088064 ], [ -111.79257144181794, 39.928048415161612 ], [ -111.79269136877193, 39.928299868613749 ], [ -111.79279876335445, 39.928479329538533 ], [ -111.79291962743798, 39.928811864164359 ], [ -111.79343939811692, 39.929231767071037 ], [ -111.79366350362935, 39.929383399128163 ], [ -111.79369996217756, 39.929500276417571 ], [ -111.79377111059932, 39.92958087716984 ], [ -111.79377579342419, 39.929986284229578 ], [ -111.79385027282125, 39.930355174360898 ], [ -111.7940295522225, 39.930678297961208 ], [ -111.794348739402, 39.930955414021611 ], [ -111.79471359213737, 39.931133108868302 ], [ -111.79514813920002, 39.931265275824828 ], [ -111.7955827922175, 39.931406450172481 ], [ -111.79591202176536, 39.931539336881862 ], [ -111.79631157102182, 39.93168074945438 ], [ -111.79670004626396, 39.931876295261361 ], [ -111.7970406690843, 39.931982071190603 ], [ -111.79745150738857, 39.932087363188664 ], [ -111.79775608376205, 39.932112297152372 ], [ -111.79800204364302, 39.932128624023321 ], [ -111.79863355506936, 39.932088236716517 ], [ -111.79905557495913, 39.932148397233817 ], [ -111.79956035116604, 39.932280063549939 ], [ -111.8000890586891, 39.932456611274361 ], [ -111.80065382115079, 39.932713995354646 ], [ -111.80091243136873, 39.932811316437721 ], [ -111.80117146248892, 39.932944673033639 ], [ -111.80152537622708, 39.933185490137369 ], [ -111.80196005416146, 39.933326640279837 ], [ -111.8021015371105, 39.933415759049666 ], [ -111.8023019543825, 39.933540508832607 ], [ -111.80259746695498, 39.933790736486408 ], [ -111.80286957623214, 39.934041125437268 ], [ -111.80324595918732, 39.934200693880079 ], [ -111.80354000299259, 39.934324792797106 ], [ -111.80384511824079, 39.934394755718081 ], [ -111.80429045670193, 39.934445725673513 ], [ -111.80460780352536, 39.93456065046216 ], [ -111.80483036794369, 39.934577125166875 ], [ -111.80515952465939, 39.934700976201448 ], [ -111.80535952878176, 39.934789684528212 ], [ -111.8056569593363, 39.935202066374202 ], [ -111.80574215496227, 39.935480776416469 ], [ -111.80580299432047, 39.935678567965958 ], [ -111.80589936582635, 39.935912151470347 ], [ -111.80599552662206, 39.936127716860817 ], [ -111.80624372271089, 39.936333215251416 ], [ -111.80673800358389, 39.936564030242046 ], [ -111.80692567712902, 39.936598763160532 ], [ -111.8073141041629, 39.936785263654215 ], [ -111.80749145194305, 39.936937194200013 ], [ -111.80769390161241, 39.937233105459114 ], [ -111.80784805670723, 39.93740321649674 ], [ -111.80800348405951, 39.93768143534318 ], [ -111.80809933608484, 39.937869971827702 ], [ -111.80825381160629, 39.938067109286301 ], [ -111.808384775153, 39.938255400733155 ], [ -111.80866852067342, 39.938496684890389 ], [ -111.80895184384531, 39.938701932329742 ], [ -111.80943444726083, 39.938932817130706 ], [ -111.80975235426858, 39.939092772437306 ], [ -111.81004611194335, 39.939189827435584 ], [ -111.8103765753573, 39.939421771179049 ], [ -111.81087004148924, 39.93958049612381 ], [ -111.81098803515218, 39.939660758427962 ], [ -111.81105889530176, 39.939714321146241 ], [ -111.81143649871537, 39.939972961245971 ], [ -111.81156587813511, 39.940026114055932 ], [ -111.81175430868815, 39.940123901949072 ], [ -111.81209659261364, 39.940364767690667 ], [ -111.8122146955718, 39.940454037696185 ], [ -111.81233301190954, 39.940561325552913 ], [ -111.81254527892258, 39.94069498406062 ], [ -111.81263944245293, 39.940739372735081 ], [ -111.81293406409492, 39.940908492167914 ], [ -111.813146653278, 39.941069176500768 ], [ -111.81347649602625, 39.941247057229582 ], [ -111.81377080170748, 39.941389147527474 ], [ -111.81424066812575, 39.941530004188962 ], [ -111.81472213358056, 39.941661767693645 ], [ -111.81495706843215, 39.941732194314895 ], [ -111.81533266576565, 39.941819650764735 ], [ -111.81562580097277, 39.941862637509665 ], [ -111.81614238345458, 39.941994148029671 ], [ -111.81648287150352, 39.942081847894087 ], [ -111.81663555975447, 39.942125821113628 ], [ -111.8169063603159, 39.94225905923529 ], [ -111.81727122353571, 39.94242767258239 ], [ -111.81765938957146, 39.942587110692941 ], [ -111.81791773881368, 39.942657366143429 ], [ -111.81824685014011, 39.942772170248759 ], [ -111.81863480560186, 39.942913587100286 ], [ -111.81921003006164, 39.943053679510307 ], [ -111.81963202672476, 39.943104755182418 ], [ -111.81986697140194, 39.943175171735206 ], [ -111.82036027068995, 39.943315837755001 ], [ -111.82084369797326, 39.943609736914382 ], [ -111.82110496208634, 39.943923227191142 ], [ -111.82129546351867, 39.944192169552331 ], [ -111.82158003308082, 39.944496483884748 ], [ -111.82174594333972, 39.944666492769926 ], [ -111.82191207004099, 39.94485451932389 ], [ -111.82208990220033, 39.94504246262629 ], [ -111.82230295692405, 39.945239165541665 ], [ -111.82243397272424, 39.945427440357363 ], [ -111.8226001031687, 39.945615465863042 ], [ -111.82275431401013, 39.945785556270387 ], [ -111.82295620800782, 39.946027385763294 ], [ -111.82316883637338, 39.946188051177877 ], [ -111.82329866842346, 39.946277226444373 ], [ -111.82334602743782, 39.946321938714355 ], [ -111.82354943753644, 39.946689892463311 ], [ -111.82360111852559, 39.947094962732073 ], [ -111.82363861016505, 39.947292910210471 ], [ -111.82369951194259, 39.947490691339183 ], [ -111.82391268702386, 39.947696400040542 ], [ -111.82426383671888, 39.947693903887114 ], [ -111.8246036059011, 39.947718516775595 ], [ -111.82508340230852, 39.947706093289838 ], [ -111.82529398383497, 39.947695584649935 ], [ -111.82565586359135, 39.947611920427853 ], [ -111.82632066211487, 39.947408970000367 ], [ -111.82684478094511, 39.947188999779762 ], [ -111.82710011866922, 39.947006983988246 ], [ -111.82740042924989, 39.946671481445229 ], [ -111.82761912936685, 39.946363589911769 ], [ -111.82773335386074, 39.946128521706115 ], [ -111.82791661100941, 39.945793853485519 ], [ -111.82818016907362, 39.945323465531217 ], [ -111.82830522531576, 39.945016241582906 ], [ -111.8285587035665, 39.944681070567249 ], [ -111.8287628615184, 39.94413902796051 ], [ -111.82903626333095, 39.943515402301792 ], [ -111.8291492821094, 39.943181234278967 ], [ -111.82921580949798, 39.942874427843847 ], [ -111.82939948610228, 39.942575793041435 ], [ -111.82968904167345, 39.942321448877131 ], [ -111.82983945299712, 39.942176216748059 ], [ -111.82987347666644, 39.942085875955073 ], [ -111.83010439969205, 39.941822940705372 ], [ -111.83013689858676, 39.941606474590188 ], [ -111.83029694230953, 39.941289988091036 ], [ -111.83037451327871, 39.940929043462106 ], [ -111.83047636230417, 39.940640002669767 ], [ -111.83059056779078, 39.940404931616264 ], [ -111.83059769643459, 39.940026471982854 ], [ -111.83054750517631, 39.939747529985695 ], [ -111.83050662177882, 39.939270307237983 ], [ -111.83072463122659, 39.938908356145056 ], [ -111.83110790302958, 39.93866234652149 ], [ -111.83153700421023, 39.938334919361914 ], [ -111.8319306640624, 39.937980715740373 ], [ -111.83206837593963, 39.937754484206813 ], [ -111.83215905573613, 39.937510570633151 ], [ -111.83230835998931, 39.937275245863248 ], [ -111.83245777239217, 39.937048929850036 ], [ -111.83262074303721, 39.93697568171104 ], [ -111.83271098310935, 39.936695731912096 ], [ -111.8327182092318, 39.936326280980488 ], [ -111.83271405992083, 39.935983940929056 ], [ -111.83269755264266, 39.935587631213352 ], [ -111.83262449660673, 39.935353902811826 ], [ -111.83244535160814, 39.935057867984256 ], [ -111.83234856406, 39.934797280568858 ], [ -111.83225188638711, 39.934545702005778 ], [ -111.83222444344712, 39.934212538769756 ], [ -111.83199369285003, 39.933520445163133 ], [ -111.83192075059803, 39.933295725143147 ], [ -111.83186968681491, 39.932944711757209 ], [ -111.83178449791055, 39.932675030802159 ], [ -111.83182694506466, 39.932314336710206 ], [ -111.83189290544398, 39.931962483613077 ], [ -111.83189159662834, 39.931854376126353 ], [ -111.83198139700366, 39.931538390857874 ], [ -111.83196718603865, 39.931331268802055 ], [ -111.83197616130533, 39.93110596087665 ], [ -111.831914814846, 39.930872147801523 ], [ -111.83185390504971, 39.930674370517352 ], [ -111.83176882822238, 39.930413698376185 ], [ -111.83198505852145, 39.929907601357726 ], [ -111.83207485607683, 39.929591615942122 ], [ -111.83223606393142, 39.929374225061188 ], [ -111.83256000462329, 39.929065568077228 ], [ -111.83277709836879, 39.928631541252891 ], [ -111.83282106663837, 39.928396972076584 ], [ -111.83288756442329, 39.928090163073669 ], [ -111.83287236899511, 39.927801960375575 ], [ -111.83286832934702, 39.927468628794671 ], [ -111.83290037678698, 39.927216125683337 ], [ -111.83298033968933, 39.926089332808289 ], [ -111.83297837431112, 39.925927171457509 ], [ -111.83298876530509, 39.925818979822679 ], [ -111.83299817356917, 39.9256297075055 ], [ -111.83308665081715, 39.925205613601122 ], [ -111.8330720013807, 39.924962455615784 ], [ -111.83304488667451, 39.924656318926637 ], [ -111.83297151418614, 39.924395563299854 ], [ -111.8330756220054, 39.9242957080696 ], [ -111.83329597456937, 39.924131949104449 ], [ -111.83335426085527, 39.924113510688969 ], [ -111.83379714816272, 39.923966170610115 ], [ -111.83437027443054, 39.923944028207636 ], [ -111.83490961074695, 39.92403024330136 ], [ -111.8353201285438, 39.924108374258651 ], [ -111.8357886042615, 39.924141037237554 ], [ -111.83625719000193, 39.924182707277978 ], [ -111.83650258099151, 39.92415390789597 ], [ -111.83692282764281, 39.924069787485571 ], [ -111.83722496675476, 39.923896420947102 ], [ -111.83764312489288, 39.923641127761428 ], [ -111.83797992342318, 39.923431469855252 ], [ -111.83822344325029, 39.923249514605637 ], [ -111.83835127282575, 39.923176512402996 ], [ -111.83868960585012, 39.923092977845272 ], [ -111.83907628065377, 39.923135228980193 ], [ -111.83947542687611, 39.923240456778778 ], [ -111.83989863639623, 39.923399567386575 ], [ -111.84025241379155, 39.923622247870647 ], [ -111.84047638218972, 39.923755770810352 ], [ -111.84078170664347, 39.923843654646426 ], [ -111.8408170296893, 39.923861417993749 ], [ -111.84109652789168, 39.923751273816492 ], [ -111.84132833964217, 39.923569397008613 ], [ -111.84159403918777, 39.923288166529161 ], [ -111.84218503901602, 39.922815368322546 ], [ -111.84245249881582, 39.922678279068855 ], [ -111.84296489780436, 39.922476340440959 ], [ -111.84344418175317, 39.922436815940145 ], [ -111.84398163637894, 39.922369836800641 ], [ -111.8444251530598, 39.922276510096459 ], [ -111.84476292039362, 39.922147913210956 ], [ -111.84498279494464, 39.921948096565075 ], [ -111.84509603454102, 39.921640939768039 ], [ -111.84525629645265, 39.921351459567234 ], [ -111.84548609452753, 39.921007413598112 ], [ -111.8457401776821, 39.920735268035088 ], [ -111.84592427883898, 39.920481651999552 ], [ -111.84600141335609, 39.92009366990024 ], [ -111.84597435428481, 39.919796545504205 ], [ -111.84590038412317, 39.919490753579431 ], [ -111.84595489368148, 39.919166004779967 ], [ -111.84609385303396, 39.919047864069228 ], [ -111.84615179882618, 39.919002392451553 ], [ -111.84647751405971, 39.918846849249547 ], [ -111.84686239359345, 39.918744931552659 ], [ -111.84727078294388, 39.91865185054462 ], [ -111.84762033814562, 39.918532168944736 ], [ -111.84791039242408, 39.918331833636557 ], [ -111.84826953270026, 39.918040894660422 ], [ -111.84850030551893, 39.917777923266719 ], [ -111.84878968669032, 39.917523532148358 ], [ -111.84901009112095, 39.917368752687636 ], [ -111.8492769595853, 39.917186603227272 ], [ -111.84965993279518, 39.916931524380828 ], [ -111.8501476428189, 39.916630627612548 ], [ -111.85040280580213, 39.916448561379653 ], [ -111.85072794183, 39.916247961705849 ], [ -111.85100705845456, 39.916110767172455 ], [ -111.85142690273042, 39.915999567965528 ], [ -111.85182334664363, 39.915888539150238 ], [ -111.8521848025088, 39.915786775886247 ], [ -111.85260397252085, 39.915621518841967 ], [ -111.85292965695155, 39.915465957746846 ], [ -111.8534538939947, 39.915281905212289 ], [ -111.8540734016316, 39.915232294954436 ], [ -111.8545056065586, 39.915175052104559 ], [ -111.85485557925305, 39.915091384661956 ], [ -111.85522816531805, 39.914944481085534 ], [ -111.85553055401466, 39.914798094270786 ], [ -111.85594948547673, 39.914614807395111 ], [ -111.85630012668946, 39.914585189200615 ], [ -111.856557846985, 39.914610314939374 ], [ -111.85695674459548, 39.914697465098008 ], [ -111.85747409664719, 39.914900864781544 ], [ -111.85772146784204, 39.915034181517861 ], [ -111.85812171860361, 39.915229434693117 ], [ -111.85836886727701, 39.915344732171405 ], [ -111.85842770160808, 39.915371325880166 ], [ -111.8587894822072, 39.91529656891263 ], [ -111.85892728607155, 39.915088323853134 ], [ -111.85899275482653, 39.91470942917865 ], [ -111.85890579563285, 39.914304634370858 ], [ -111.85879543924327, 39.913900012758383 ], [ -111.8587344682598, 39.913702249679829 ], [ -111.85849238760478, 39.913055339738854 ], [ -111.85835830055616, 39.912623864028959 ], [ -111.85821330347541, 39.912255537188557 ], [ -111.85810306707835, 39.911859923624547 ], [ -111.85801712871901, 39.911536208213178 ], [ -111.85797719906293, 39.911149083973733 ], [ -111.85820622523748, 39.910750959653164 ], [ -111.8583900290643, 39.910479306302825 ], [ -111.85849396637364, 39.910370419695198 ], [ -111.85858687973138, 39.910315673190468 ], [ -111.85880768899833, 39.91019691110818 ], [ -111.85892411137705, 39.910150999976665 ], [ -111.85911117470212, 39.910140604421002 ], [ -111.8593553794275, 39.910021667958517 ], [ -111.8596694361261, 39.909875183851319 ], [ -111.86001926273084, 39.909782492173754 ], [ -111.86059203460141, 39.909742203591264 ], [ -111.86101317761332, 39.909739077222952 ], [ -111.86132858347557, 39.909700695750139 ], [ -111.8618770537032, 39.90958850324408 ], [ -111.8623888453307, 39.909350444278722 ], [ -111.86291165343304, 39.909058242504926 ], [ -111.86330588948844, 39.908776005435712 ], [ -111.86382801033173, 39.908429746070944 ], [ -111.8643263899842, 39.908056632029215 ], [ -111.86478955677855, 39.907674768692672 ], [ -111.86513664518236, 39.907365847701257 ], [ -111.86543648522645, 39.907021239251605 ], [ -111.86571122552017, 39.906541670942346 ], [ -111.86584638263193, 39.90612621264372 ], [ -111.86596029787643, 39.905882098339468 ], [ -111.86619266432309, 39.90575422611689 ], [ -111.86633394481295, 39.905825248810594 ], [ -111.86671076988942, 39.906020647743489 ], [ -111.8670998627948, 39.906261002525234 ], [ -111.86767657855918, 39.906535991268399 ], [ -111.86829895308985, 39.906720537599035 ], [ -111.86868577963789, 39.906780708716845 ], [ -111.86900241945011, 39.906841404550448 ], [ -111.86982184191869, 39.906880309612674 ], [ -111.87051213211309, 39.906884139319835 ], [ -111.87137903223382, 39.906976735507847 ], [ -111.87236417084981, 39.907167543108834 ], [ -111.87297326431906, 39.907226027539238 ], [ -111.87352386896805, 39.90728494938498 ], [ -111.87406174607614, 39.907262876713197 ], [ -111.87448092503519, 39.907106550362059 ], [ -111.87488794575549, 39.906914275191163 ], [ -111.8750277473558, 39.906868171519719 ], [ -111.87529576677477, 39.906785060871393 ], [ -111.87558683716364, 39.906674746271101 ], [ -111.87647598839995, 39.906677038722783 ], [ -111.87703484269747, 39.90646558876427 ], [ -111.87722108838909, 39.906392101889338 ], [ -111.8774066440951, 39.906264561377796 ], [ -111.87763956492149, 39.906181710890777 ], [ -111.87787375008163, 39.906197957722377 ], [ -111.87827262437695, 39.90628503490926 ], [ -111.87858915479532, 39.906336695613945 ], [ -111.87891772885133, 39.906415293443644 ], [ -111.8792112102204, 39.906494156422262 ], [ -111.879399757446, 39.906600843776047 ], [ -111.87975311220387, 39.906787368390049 ], [ -111.8798832869564, 39.906903507553146 ], [ -111.88003662738238, 39.907001451242252 ], [ -111.88027266076007, 39.907161835305189 ], [ -111.88050834921384, 39.907295192228084 ], [ -111.88070871395695, 39.907410797445763 ], [ -111.88089738139307, 39.907526491174785 ], [ -111.88113249517725, 39.907614802397546 ], [ -111.88129626706238, 39.907613557814763 ], [ -111.88142413673044, 39.907549517617184 ], [ -111.88155096685554, 39.907404397375672 ], [ -111.88164131678997, 39.907151437285343 ], [ -111.88173235907354, 39.906952530393028 ], [ -111.88184644998489, 39.906726418872523 ], [ -111.8819606556855, 39.906509316118012 ], [ -111.88209721630066, 39.906210955372536 ], [ -111.8822447800752, 39.905858452190543 ], [ -111.88241573762579, 39.905505770786242 ], [ -111.88264645303092, 39.905251741620383 ], [ -111.88290183391983, 39.905096631543856 ], [ -111.88318072439635, 39.904950351609578 ], [ -111.88344722187962, 39.904750106866096 ], [ -111.88367850967708, 39.904541120072956 ], [ -111.88387343033307, 39.904233302661297 ], [ -111.88412787825185, 39.904006118908164 ], [ -111.88435974065116, 39.903842175166488 ], [ -111.88470799567843, 39.903632294205188 ], [ -111.88504571050026, 39.9035125902519 ], [ -111.88524386861619, 39.903457019107911 ], [ -111.88545430353246, 39.903446402685709 ], [ -111.88568801690745, 39.903426598325481 ], [ -111.88590980081301, 39.903388865112788 ], [ -111.88611953903755, 39.903324194243801 ], [ -111.88638636990731, 39.90315096947301 ], [ -111.88665343168587, 39.902995761843506 ], [ -111.88693265407254, 39.902876499631397 ], [ -111.88714238974759, 39.902811826934304 ], [ -111.88735282233488, 39.90280120709032 ], [ -111.88751658248437, 39.902799953847833 ], [ -111.88771531781428, 39.902789422871983 ], [ -111.88792493616965, 39.902715739899087 ], [ -111.88813373982714, 39.902578994462495 ], [ -111.88829552161137, 39.902424589339887 ], [ -111.88848081315606, 39.902279013623641 ], [ -111.88864329177026, 39.902178661240967 ], [ -111.88871312484962, 39.902151096784003 ], [ -111.88901538490641, 39.902004623717687 ], [ -111.88942373195489, 39.901920404551319 ], [ -111.88963392836051, 39.901891762864906 ], [ -111.88985523885712, 39.901817986706007 ], [ -111.8900175977903, 39.901708623556999 ], [ -111.89016790951787, 39.901572323376364 ], [ -111.89035237853976, 39.901363682651812 ], [ -111.89050175585697, 39.901155311114856 ], [ -111.89067382605678, 39.900892706511605 ], [ -111.8908226180736, 39.900639290234388 ], [ -111.89086648842762, 39.900413709145333 ], [ -111.89091024183334, 39.900179119167341 ], [ -111.89095446167056, 39.899980564634916 ], [ -111.89096405809339, 39.899818315159067 ], [ -111.89093751457733, 39.899575255469742 ], [ -111.89088734482415, 39.899314357746377 ], [ -111.89087273164395, 39.899089225894123 ], [ -111.89090432112756, 39.898818690255105 ], [ -111.89101801867959, 39.898565543269072 ], [ -111.89113229888703, 39.898357440515589 ], [ -111.89125932516578, 39.898230327577558 ], [ -111.89142167346837, 39.898120962513573 ], [ -111.89163104007669, 39.89802925524566 ], [ -111.89193421021969, 39.897954845681149 ], [ -111.89233200176247, 39.897960795153651 ], [ -111.89276499920064, 39.897975481993974 ], [ -111.8930462954978, 39.898018364876116 ], [ -111.8932687595657, 39.898034670978191 ], [ -111.893432508106, 39.898033409506318 ], [ -111.89370128948157, 39.898013318859725 ], [ -111.8937948600372, 39.898012597698305 ], [ -111.89407522044569, 39.897983407173776 ], [ -111.89422668701978, 39.897937190447927 ], [ -111.89439020104456, 39.897917909902489 ], [ -111.89461289935667, 39.897952231149034 ], [ -111.89485828741539, 39.897932318289747 ], [ -111.8951035581088, 39.897903396052641 ], [ -111.89539467573687, 39.897802041188399 ], [ -111.89558076070311, 39.897719516331854 ], [ -111.89581257446767, 39.89755555004956 ], [ -111.89594029447724, 39.897482485231507 ], [ -111.89617328009713, 39.897408606824918 ], [ -111.89648907771992, 39.897406165901785 ], [ -111.89688815809006, 39.897511197200004 ], [ -111.89728747465296, 39.89763424481955 ], [ -111.89766363519239, 39.897775489834956 ], [ -111.89795827599477, 39.897944394184385 ], [ -111.89828800720383, 39.898113025959788 ], [ -111.89863983825916, 39.898182378139687 ], [ -111.89894453147774, 39.89822506538156 ], [ -111.89924934281794, 39.898276760667549 ], [ -111.89936701292325, 39.898329906697121 ], [ -111.89962645326899, 39.898490070003518 ], [ -111.89983863783912, 39.898614560374817 ], [ -111.90002636957411, 39.898658152288654 ], [ -111.90010836230813, 39.898666525649219 ], [ -111.90035445852804, 39.898700654227511 ], [ -111.90044802984794, 39.89869992768778 ], [ -111.90062335812388, 39.898689556377107 ], [ -111.90092675695358, 39.898633141075393 ], [ -111.90111389937687, 39.898631686998961 ], [ -111.90135987789455, 39.898656804595767 ], [ -111.90171017959699, 39.898609032429945 ], [ -111.9019669097038, 39.898561987049547 ], [ -111.90227054311403, 39.89852358593258 ], [ -111.90246914518683, 39.898504020984078 ], [ -111.90279676188842, 39.898510480643466 ], [ -111.90311138134815, 39.898417933234562 ], [ -111.9033555853058, 39.898307914011681 ], [ -111.90351755929004, 39.898171505709634 ], [ -111.90372477933994, 39.897917617686488 ], [ -111.90390825031965, 39.897636885123973 ], [ -111.90405663129404, 39.897356425830566 ], [ -111.90411286274185, 39.897184801961572 ], [ -111.90423784974223, 39.896904524809315 ], [ -111.90432869492545, 39.896696591867673 ], [ -111.90443170931273, 39.896524602991065 ], [ -111.9046398687565, 39.896342784067784 ], [ -111.90480195408345, 39.896215382845028 ], [ -111.90508076134476, 39.896069050937186 ], [ -111.90529022162598, 39.895986328086224 ], [ -111.90551149588934, 39.895912522371816 ], [ -111.90573324405889, 39.895874751587264 ], [ -111.90591978562487, 39.895828245655856 ], [ -111.90614117733476, 39.895763447587441 ], [ -111.90650280054589, 39.895688543223933 ], [ -111.90678278932913, 39.895632295625269 ], [ -111.90688793343554, 39.89562246364568 ], [ -111.90724931746324, 39.895529539301734 ], [ -111.90751760911392, 39.895473381442812 ], [ -111.9077970018228, 39.89537208724844 ], [ -111.90795896008103, 39.895235672850596 ], [ -111.9081087463012, 39.8950633144904 ], [ -111.90841033853104, 39.894871747341931 ], [ -111.90872469563463, 39.89476116725416 ], [ -111.90905110449225, 39.894677521133424 ], [ -111.90924921712599, 39.894621909385251 ], [ -111.90945914419616, 39.894575214408746 ], [ -111.90959770594708, 39.894438981205205 ], [ -111.90965392127441, 39.894267354746049 ], [ -111.90956871727499, 39.894015749672334 ], [ -111.90947181836844, 39.89376423624168 ], [ -111.90945583611978, 39.893440010043079 ], [ -111.90946419751488, 39.893187671037971 ], [ -111.90948461149921, 39.892962266796353 ], [ -111.90951552994731, 39.89264668249497 ], [ -111.9095719822714, 39.892493073702497 ], [ -111.90962819616544, 39.89232144721597 ], [ -111.90968488618138, 39.892185856031546 ], [ -111.90981186661895, 39.892058723149098 ], [ -111.9100207132232, 39.891930947735602 ], [ -111.91027562484551, 39.891748751768517 ], [ -111.91035641859166, 39.891667029652147 ], [ -111.91047158247086, 39.891530979036155 ], [ -111.91059867946807, 39.891412854139752 ], [ -111.91091122841298, 39.891167135804352 ], [ -111.91103713127708, 39.890958922122557 ], [ -111.91113940476433, 39.890732874415583 ], [ -111.91124143900112, 39.89048880895426 ], [ -111.91140218587101, 39.890262301524608 ], [ -111.9114595866903, 39.890180762472838 ], [ -111.9116437219202, 39.889954070878119 ], [ -111.91188621083279, 39.88971791038604 ], [ -111.91214075112356, 39.889508683905348 ], [ -111.91241891831353, 39.889317290515976 ], [ -111.91269756187468, 39.889161931790426 ], [ -111.9128709516293, 39.889007400962797 ], [ -111.91300818082881, 39.888772066629478 ], [ -111.91303932062634, 39.888474499027076 ], [ -111.91304707100802, 39.888177115552196 ], [ -111.91312546668, 39.88791521492648 ], [ -111.9132742678473, 39.887670779357592 ], [ -111.9133999181869, 39.88744454547745 ], [ -111.91354788030364, 39.887137047742968 ], [ -111.91368510356523, 39.886901712601833 ], [ -111.91393855136761, 39.886611402775223 ], [ -111.91409987873605, 39.886429935813418 ], [ -111.91415547833631, 39.886213262983951 ], [ -111.914199622715, 39.886014699971341 ], [ -111.91420844498002, 39.885798395836922 ], [ -111.91425330697625, 39.885653885784031 ], [ -111.91434506498234, 39.885518015758983 ], [ -111.91445997145188, 39.885363943581922 ], [ -111.91467844797781, 39.885082917617453 ], [ -111.91480480753825, 39.884910735209552 ], [ -111.91500109091562, 39.884719981445528 ], [ -111.9151625308992, 39.884547521859893 ], [ -111.91527623596852, 39.884303360576951 ], [ -111.91529698821324, 39.884104981709633 ], [ -111.91524781681687, 39.88392517423695 ], [ -111.91524554077866, 39.883754006432426 ], [ -111.91532607975009, 39.883654263251302 ], [ -111.91566328268677, 39.88350744493232 ], [ -111.91604701941355, 39.883342238529387 ], [ -111.9165939865659, 39.883139701777672 ], [ -111.91694287791944, 39.882992787363278 ], [ -111.91718628469208, 39.882828686623036 ], [ -111.91753409241102, 39.882600690999929 ], [ -111.91771818764479, 39.882373989923991 ], [ -111.91770337129213, 39.882139852925846 ], [ -111.91767734195625, 39.88194184375822 ], [ -111.91768771433699, 39.881842654114251 ], [ -111.91774522092811, 39.881770120827113 ], [ -111.9180720376319, 39.88172248526643 ], [ -111.91860921597548, 39.881664172972535 ], [ -111.91901704376579, 39.881552824601009 ], [ -111.91934229436561, 39.8813880707484 ], [ -111.91974855448856, 39.881159605106738 ], [ -111.92001413071389, 39.880905224812629 ], [ -111.92025643884962, 39.880660038318666 ], [ -111.92059289358696, 39.880459152934243 ], [ -111.92082543299179, 39.880358199268237 ], [ -111.9210566458076, 39.880158148091191 ], [ -111.9210426624628, 39.879987073317757 ], [ -111.92095839983897, 39.879807546861102 ], [ -111.92092030751243, 39.87958260482052 ], [ -111.92099950763804, 39.879383760711036 ], [ -111.9210312120176, 39.87913123505092 ], [ -111.92098070376099, 39.878852332911968 ], [ -111.92108340932771, 39.878662311845964 ], [ -111.92125759790521, 39.878570830493395 ], [ -111.92150085819701, 39.878397712044439 ], [ -111.9215678800996, 39.878162925147748 ], [ -111.92156498584687, 39.877946713351037 ], [ -111.9215742667826, 39.877766443935492 ], [ -111.92165286000693, 39.877522555236013 ], [ -111.92168576732296, 39.877360117611367 ], [ -111.92177617300996, 39.877125144723941 ], [ -111.92176194741043, 39.876936052309908 ], [ -111.92180702931417, 39.876809557015577 ], [ -111.92195517299611, 39.876520066338145 ], [ -111.92206872047947, 39.87626688966057 ], [ -111.92207619017385, 39.875951487769591 ], [ -111.92206051627261, 39.875654289433953 ], [ -111.9219978317398, 39.875339445235682 ], [ -111.92192538553414, 39.875168835180162 ], [ -111.9218892228804, 39.875088034546366 ], [ -111.92174710580778, 39.874954017294662 ], [ -111.92168237330192, 39.874486022755576 ], [ -111.92182123273641, 39.874376801706468 ], [ -111.92199516831127, 39.874267301654577 ], [ -111.92219260833895, 39.874166624241909 ], [ -111.92241343210149, 39.874065760520224 ], [ -111.9225996616378, 39.874001210729105 ], [ -111.92282084648403, 39.873927372726797 ], [ -111.92294897691636, 39.873890314004932 ], [ -111.92314725992534, 39.873852696782421 ], [ -111.92333372979223, 39.87380616347906 ], [ -111.92353201233686, 39.873768545603362 ], [ -111.92376573353806, 39.873757674497142 ], [ -111.92391736819931, 39.873729437285753 ], [ -111.9241733851317, 39.873637299648088 ], [ -111.92442952231953, 39.873554170276272 ], [ -111.92467384584958, 39.873462124737891 ], [ -111.92475508522732, 39.87341642807209 ], [ -111.92488285060854, 39.873352340761585 ], [ -111.92499904475557, 39.873297355385667 ], [ -111.92537137326607, 39.87315923846726 ], [ -111.9255110717483, 39.873113074832332 ], [ -111.92569802240317, 39.873102573052151 ], [ -111.92587340215015, 39.873101173130387 ], [ -111.92606023154561, 39.873081661945925 ], [ -111.92620029292958, 39.873062523950381 ], [ -111.92645618303504, 39.872961372505742 ], [ -111.92653729939907, 39.872906665787646 ], [ -111.9265946680697, 39.872825119373935 ], [ -111.92661599099374, 39.872671782608407 ], [ -111.92657958177905, 39.872572965809645 ], [ -111.92653087470019, 39.872429198294412 ], [ -111.92644757713454, 39.872321746223442 ], [ -111.9263751232761, 39.872151138949846 ], [ -111.92633750277278, 39.871962233837998 ], [ -111.92629976129949, 39.871764319882885 ], [ -111.92621501082152, 39.871548761743156 ], [ -111.92613050321052, 39.871351221174905 ], [ -111.92604611724458, 39.871162689357085 ], [ -111.92594955558039, 39.870938215508517 ], [ -111.92579599006159, 39.870822314106 ], [ -111.92567834749323, 39.870769194340205 ], [ -111.92552550928772, 39.870707345523449 ], [ -111.92539665980539, 39.870690354068827 ], [ -111.92527925986047, 39.870655251544584 ], [ -111.9251608917755, 39.870548078280947 ], [ -111.92520402686247, 39.870277440405026 ], [ -111.92527357066709, 39.870231836661695 ], [ -111.92543531456595, 39.870086389515663 ], [ -111.92555126063866, 39.870013385969393 ], [ -111.92565563611208, 39.869949484445719 ], [ -111.92577085506619, 39.869822427721054 ], [ -111.92583906574501, 39.869677726547124 ], [ -111.92587208089084, 39.869524296500693 ], [ -111.92597294246467, 39.869199138704559 ], [ -111.92596991417065, 39.868973918013573 ], [ -111.92599099519521, 39.868802563603786 ], [ -111.92601256066396, 39.868667244499235 ], [ -111.92604581725949, 39.868531832043608 ], [ -111.92607919487207, 39.868405428405268 ], [ -111.92622960515874, 39.868287100007969 ], [ -111.92635748088996, 39.868232019970009 ], [ -111.92660226785934, 39.868176005842884 ], [ -111.92682355091448, 39.868111169224704 ], [ -111.92697456556218, 39.868037884011976 ], [ -111.92710171257394, 39.86792875020334 ], [ -111.92725199875889, 39.867801411676119 ], [ -111.92737914489575, 39.867692277569013 ], [ -111.92749399296768, 39.867538192684705 ], [ -111.92757388884465, 39.867393397011881 ], [ -111.92764136535379, 39.867194641831077 ], [ -111.92767352597214, 39.866978149480708 ], [ -111.9277159211039, 39.866653457683057 ], [ -111.92772409282931, 39.866392108184634 ], [ -111.92775394716959, 39.86600444806156 ], [ -111.92777599381429, 39.86590516392662 ], [ -111.92778513611229, 39.865715885020819 ], [ -111.92780536227917, 39.865481468449559 ], [ -111.92782643782964, 39.865310113668876 ], [ -111.92789427578118, 39.865138384789077 ], [ -111.92799754932388, 39.864993401754589 ], [ -111.92807780545425, 39.864875632204694 ], [ -111.92822929734251, 39.864838380729502 ], [ -111.92854567147634, 39.864889907188974 ], [ -111.92879068771458, 39.86485190622286 ], [ -111.92914018959313, 39.864759008980073 ], [ -111.92937351446608, 39.864721100440391 ], [ -111.92960671748517, 39.86467418260878 ], [ -111.92982737832897, 39.864564296257761 ], [ -111.93008456976639, 39.864562234156061 ], [ -111.9302952424603, 39.864578564205125 ], [ -111.93054086510669, 39.864585603679885 ], [ -111.93058750547704, 39.864576219684047 ], [ -111.93073948223221, 39.86457500024212 ], [ -111.93100690291118, 39.864464736417524 ], [ -111.93128613501192, 39.864363386940639 ], [ -111.93162223454786, 39.86414445264645 ], [ -111.93188879892844, 39.863971125070954 ], [ -111.93215524004614, 39.863788788073101 ], [ -111.93244469458473, 39.863579236055429 ], [ -111.93262978843197, 39.863433591102911 ], [ -111.93276812032043, 39.863288321921182 ], [ -111.93291789786781, 39.863124940912236 ], [ -111.93312527160957, 39.862898027754369 ], [ -111.9334477146384, 39.862535041209433 ], [ -111.93363194883725, 39.862326332957636 ], [ -111.93378086740375, 39.862099889124828 ], [ -111.93388314693614, 39.861882830421173 ], [ -111.93392722004161, 39.861684259911399 ], [ -111.93394803507748, 39.861494886458942 ], [ -111.93398017352573, 39.861278392409517 ], [ -111.93414151164488, 39.861105906897691 ], [ -111.93454760331706, 39.86087739057448 ], [ -111.934872719225, 39.860712594144069 ], [ -111.93505828941171, 39.860602980664829 ], [ -111.93541663724892, 39.860302767751115 ], [ -111.93555410061128, 39.86009443358963 ], [ -111.93580662454673, 39.859750023947221 ], [ -111.9359435960713, 39.859505654062403 ], [ -111.93608044422639, 39.859252275199871 ], [ -111.93622996038435, 39.859070872360149 ], [ -111.93650928531012, 39.858978519374659 ], [ -111.93674172884435, 39.858877534535942 ], [ -111.93699767324917, 39.858785369194884 ], [ -111.93720710407479, 39.858711598739674 ], [ -111.93748544545872, 39.858547172911528 ], [ -111.93775185081104, 39.8583648233041 ], [ -111.93790148328993, 39.858192427169953 ], [ -111.93799254545483, 39.858011494692242 ], [ -111.93808348448215, 39.85782155332889 ], [ -111.93814009111036, 39.857685948413845 ], [ -111.9381503083344, 39.857577748098976 ], [ -111.93814895891498, 39.857478651140369 ], [ -111.93812447629605, 39.857397760893846 ], [ -111.93801829154947, 39.85732654119591 ], [ -111.93788823795889, 39.857219475171625 ], [ -111.93771081477784, 39.857067742918758 ], [ -111.9376038953623, 39.856942469927027 ], [ -111.93747310764562, 39.856781350511412 ], [ -111.93732989601787, 39.856566272489019 ], [ -111.93724415039797, 39.856278651484892 ], [ -111.93713551757457, 39.856027254552153 ], [ -111.93705161132839, 39.855874765659628 ], [ -111.93703649170573, 39.855622613127444 ], [ -111.93702345501907, 39.855523610530803 ], [ -111.93704560773075, 39.85543333347092 ], [ -111.93709150583007, 39.855369894004134 ], [ -111.93723079270163, 39.855296690161261 ], [ -111.93747552462001, 39.855240653598052 ], [ -111.93774326610288, 39.855157401070734 ], [ -111.9379534209808, 39.855137682273401 ], [ -111.9381860948298, 39.855054712286254 ], [ -111.938407201944, 39.854980845220844 ], [ -111.93850022203196, 39.854944053394348 ], [ -111.93858130772769, 39.854889338442234 ], [ -111.93871948738571, 39.854735053478905 ], [ -111.93886861869113, 39.854526620840907 ], [ -111.93906425854769, 39.854299791870453 ], [ -111.93916761537763, 39.85416380790145 ], [ -111.93952517508565, 39.853809529661035 ], [ -111.93972154794659, 39.853636752503128 ], [ -111.94005855178142, 39.853489864812659 ], [ -111.94054689087061, 39.853296700076953 ], [ -111.94089594884021, 39.853176741650856 ], [ -111.94125657104648, 39.853047678525051 ], [ -111.94144284898017, 39.852992107926291 ], [ -111.94168719979801, 39.852909036151907 ], [ -111.94190706473492, 39.852745074388778 ], [ -111.94213861707117, 39.852581017281011 ], [ -111.94225402325777, 39.852471962121918 ], [ -111.94246145775918, 39.852254041404343 ], [ -111.94269350010613, 39.852126018455259 ], [ -111.94301867848138, 39.851970208466206 ], [ -111.94320371893549, 39.851824546976466 ], [ -111.94348078476776, 39.851570018959258 ], [ -111.94372525141172, 39.851495951768662 ], [ -111.94411009986634, 39.851429751371896 ], [ -111.9443320530425, 39.851418934834314 ], [ -111.94472784762982, 39.851298584398876 ], [ -111.94518245250144, 39.851204782859568 ], [ -111.94539271654476, 39.851194059541847 ], [ -111.94561367973229, 39.851111170120568 ], [ -111.94575233062731, 39.85099291217319 ], [ -111.9458795402151, 39.850892766982994 ], [ -111.94612313597936, 39.850755633156751 ], [ -111.94641410178967, 39.850663161403347 ], [ -111.94665831444708, 39.850571070487263 ], [ -111.94685490767682, 39.850416299081495 ], [ -111.94707450466761, 39.850234310085547 ], [ -111.94729348131375, 39.85000727666992 ], [ -111.94751282811789, 39.849807269255621 ], [ -111.94775468222939, 39.849544008831479 ], [ -111.94801941452138, 39.849244521664261 ], [ -111.94815805753839, 39.849126260896291 ], [ -111.94827307651978, 39.848990173459583 ], [ -111.94829484062937, 39.848872867943783 ], [ -111.94825754599736, 39.848710996153287 ], [ -111.94813732188523, 39.848468713878709 ], [ -111.94811084800649, 39.848243684869701 ], [ -111.94802593605222, 39.848019133460006 ], [ -111.9479762114257, 39.847803304238028 ], [ -111.94792586757839, 39.847542430960253 ], [ -111.94790786080229, 39.847083077413551 ], [ -111.94789844421847, 39.846398408163736 ], [ -111.94784649119778, 39.846020420281917 ], [ -111.94788642615144, 39.845524553869204 ], [ -111.94790459694701, 39.84514599292423 ], [ -111.94795720938518, 39.844722101394304 ], [ -111.94799900153566, 39.844361366994164 ], [ -111.94812111505873, 39.843891858220061 ], [ -111.94820853814439, 39.843449662324069 ], [ -111.94834518625173, 39.843187260391367 ], [ -111.94841158865754, 39.842916422803057 ], [ -111.94838462058664, 39.842655358385009 ], [ -111.94842293884429, 39.842042377017826 ], [ -111.94848909201566, 39.841753521724442 ], [ -111.94859104808988, 39.84151843257235 ], [ -111.94874086540845, 39.841364040333083 ], [ -111.94900692689735, 39.841163647848035 ], [ -111.94918011543913, 39.841009063839444 ], [ -111.9492949950961, 39.840863966572982 ], [ -111.94931427396557, 39.840566484519471 ], [ -111.94926368279071, 39.840287593873086 ], [ -111.9492834578964, 39.840026147047048 ], [ -111.9494321538217, 39.839790674616559 ], [ -111.94966240402798, 39.839536514723228 ], [ -111.94978834586962, 39.83934627724107 ], [ -111.94987972510228, 39.839192361947852 ], [ -111.94999422789569, 39.839020237559311 ], [ -111.95000516915732, 39.838966088983035 ], [ -111.94987550479738, 39.838886062314032 ], [ -111.94969797947905, 39.838725338864158 ], [ -111.94936729582604, 39.838475770356951 ], [ -111.94928313673421, 39.838305272292352 ], [ -111.9489866759717, 39.837145429609926 ], [ -111.94888934586828, 39.836866920962663 ], [ -111.94890998959821, 39.836668535775978 ], [ -111.94897774798079, 39.836496794674126 ], [ -111.94906800930531, 39.836261800595693 ], [ -111.9492150857614, 39.835909213726815 ], [ -111.94943401070663, 39.835682176335339 ], [ -111.94961849804957, 39.835500469606281 ], [ -111.94981454581546, 39.835309658096257 ], [ -111.94998660096385, 39.835073993555284 ], [ -111.95027315002314, 39.83466620406552 ], [ -111.95035221597183, 39.834467339989061 ], [ -111.95040927677489, 39.834367764331539 ], [ -111.9505256333147, 39.834330771666558 ], [ -111.95066548457069, 39.834302596188714 ], [ -111.95084088857534, 39.834310168489814 ], [ -111.95105184561022, 39.834353488405078 ], [ -111.95120437623963, 39.834397287014966 ], [ -111.95145014115189, 39.834422301121521 ], [ -111.95168434523512, 39.834456419382775 ], [ -111.95197660312904, 39.834463031282773 ], [ -111.95231734438573, 39.834595382140854 ], [ -111.95269438784489, 39.834817532213151 ], [ -111.95310624096783, 39.835021375388109 ], [ -111.95345892171596, 39.835171644434425 ], [ -111.95379929539308, 39.83527696442205 ], [ -111.95421003238422, 39.835399724323651 ], [ -111.95460796273993, 39.835441499656959 ], [ -111.95481967402122, 39.835538865475726 ], [ -111.95543119062428, 39.835813135441327 ], [ -111.95583099738634, 39.835990038575567 ], [ -111.95625542688656, 39.836256835657757 ], [ -111.95650394963064, 39.836480032543911 ], [ -111.95679846668315, 39.836648790563551 ], [ -111.95698681329728, 39.83674634508683 ], [ -111.95716334964507, 39.836834986918348 ], [ -111.95735094671539, 39.836878488055014 ], [ -111.95747873910733, 39.83682337439452 ], [ -111.95768758045972, 39.836713532550426 ], [ -111.95788173158536, 39.836387575730342 ], [ -111.95804007304548, 39.836007855334138 ], [ -111.95819966478895, 39.835718222679617 ], [ -111.95838187484748, 39.835374343956019 ], [ -111.95850502986065, 39.83498590373074 ], [ -111.9586171244304, 39.834642603909977 ], [ -111.95867241977606, 39.834416901175466 ], [ -111.95874027688876, 39.834254163417874 ], [ -111.95892210465425, 39.833883257446466 ], [ -111.95903569904443, 39.833648062770621 ], [ -111.95917278826745, 39.833421683554839 ], [ -111.95932231371236, 39.833249260333169 ], [ -111.95940273068642, 39.833149487137959 ], [ -111.95953956701342, 39.83290508990153 ], [ -111.95973482743229, 39.832660209174271 ], [ -111.95987178704118, 39.832424820348152 ], [ -111.96003061051312, 39.832081132406159 ], [ -111.9602329102174, 39.831502828659232 ], [ -111.96041422107577, 39.831095885167024 ], [ -111.96061852270273, 39.830661721490088 ], [ -111.96084807380743, 39.830362495865209 ], [ -111.96092810867539, 39.830235695237555 ], [ -111.9610630507691, 39.829856164250771 ], [ -111.96116557476539, 39.829666108279703 ], [ -111.96123379821893, 39.829530395451279 ], [ -111.96143947174225, 39.829195327107698 ], [ -111.96164614824531, 39.828932328785143 ], [ -111.9618303340289, 39.828732585429897 ], [ -111.96200258312071, 39.828514921083482 ], [ -111.96219782259176, 39.828270036280415 ], [ -111.96248565433119, 39.827961314119868 ], [ -111.96278730562706, 39.82780564383313 ], [ -111.9631354405319, 39.827631567186209 ], [ -111.96351900358438, 39.827484224781188 ], [ -111.96376386652379, 39.827446151508965 ], [ -111.96404327779489, 39.82737175127626 ], [ -111.96415873343368, 39.827271683566195 ], [ -111.96415621464229, 39.827091507693567 ], [ -111.96414188591692, 39.826902420123062 ], [ -111.96409338682416, 39.826776685398443 ], [ -111.96410255221477, 39.826596412410723 ], [ -111.96423998897171, 39.826397053686172 ], [ -111.96440041483896, 39.826170474168279 ], [ -111.96454902982242, 39.825934982778918 ], [ -111.96467402417618, 39.825681667920165 ], [ -111.96477577610646, 39.8254375560483 ], [ -111.96478582169686, 39.825320344553468 ], [ -111.96481721844705, 39.825058798004747 ], [ -111.96459333825409, 39.824925512001506 ], [ -111.96445086664416, 39.82476451929405 ], [ -111.9641670587902, 39.824523612497281 ], [ -111.96390611649861, 39.82424647563473 ], [ -111.96344592724201, 39.823925943746566 ], [ -111.96313536306911, 39.823441990710243 ], [ -111.96302140798251, 39.822812247393742 ], [ -111.96327441548655, 39.822521831846757 ], [ -111.96349337783086, 39.822303777268445 ], [ -111.96364161032136, 39.822041260539699 ], [ -111.96372087551261, 39.821860405163932 ], [ -111.96378795369435, 39.82164361157642 ], [ -111.96384234139377, 39.821354844580149 ], [ -111.96386180544164, 39.821075377542996 ], [ -111.96383453741223, 39.820796298732994 ], [ -111.96379583841282, 39.820535334564759 ], [ -111.96371040813511, 39.820274758556153 ], [ -111.96361379901403, 39.820050314724966 ], [ -111.96348176461161, 39.819799135443816 ], [ -111.96336179136706, 39.819574885405572 ], [ -111.9632891788426, 39.819395291274361 ], [ -111.96321581201869, 39.819161644236218 ], [ -111.96316581105009, 39.818927803164755 ], [ -111.96322158302108, 39.818738133223682 ], [ -111.96331277988848, 39.818575198683533 ], [ -111.96342708988811, 39.818394052431593 ], [ -111.96357556617779, 39.818149553328851 ], [ -111.96367882147223, 39.818013547904904 ], [ -111.96373584976828, 39.817913965805964 ], [ -111.96381624286376, 39.817814189581149 ], [ -111.9639071854111, 39.817633236961058 ], [ -111.96388130329768, 39.817453254889408 ], [ -111.96373847159433, 39.817265234466923 ], [ -111.96352567234662, 39.817086804802457 ], [ -111.96331299998458, 39.816917383540869 ], [ -111.96305284496381, 39.816694296889622 ], [ -111.96291052002755, 39.816542310631085 ], [ -111.96275525639582, 39.816300332985534 ], [ -111.96268202057338, 39.816075694240233 ], [ -111.96271543302336, 39.815958288844392 ], [ -111.96283099756219, 39.8158672312818 ], [ -111.96302821102464, 39.815766486053015 ], [ -111.96323735756258, 39.815683661135125 ], [ -111.96343482148539, 39.815600932853002 ], [ -111.96361997375057, 39.815473257199564 ], [ -111.96385223112128, 39.815372219508568 ], [ -111.96404893816816, 39.815235437320169 ], [ -111.96418660488814, 39.815054096167756 ], [ -111.96427678756505, 39.814819090352422 ], [ -111.96432049372306, 39.814602490477903 ], [ -111.9643289021146, 39.814368164246218 ], [ -111.96439559383157, 39.814124343700755 ], [ -111.9644743446713, 39.813907452444958 ], [ -111.96457696232559, 39.813726402153051 ], [ -111.96469189094705, 39.813590298709173 ], [ -111.96479526334052, 39.813463301107646 ], [ -111.96496796976798, 39.813281667614952 ], [ -111.96515185294268, 39.813063901443996 ], [ -111.96524354206201, 39.812937000625588 ], [ -111.96536989763122, 39.812782781713011 ], [ -111.965554156397, 39.812592041355714 ], [ -111.96573816198888, 39.812383283086895 ], [ -111.9658984251369, 39.812147692594436 ], [ -111.96601196130624, 39.811912490931334 ], [ -111.9661018815991, 39.811659466070132 ], [ -111.96620436559309, 39.811469405548188 ], [ -111.96637681106765, 39.811269752375765 ], [ -111.96650366579819, 39.811151567501881 ], [ -111.96665299938931, 39.810970126164591 ], [ -111.96684893110748, 39.810779286470684 ], [ -111.96699876794202, 39.81063387994562 ], [ -111.96724079130453, 39.810397606110705 ], [ -111.96747188962125, 39.810215482052463 ], [ -111.96769092659542, 39.810006428535267 ], [ -111.96804925096852, 39.809733143501141 ], [ -111.96836185957476, 39.809532317834822 ], [ -111.96861593477308, 39.809322970128086 ], [ -111.96887038785397, 39.809140648303718 ], [ -111.96908929069042, 39.808922583391258 ], [ -111.96923823314948, 39.808714112370552 ], [ -111.96938641548539, 39.808451588309005 ], [ -111.96949879490302, 39.808135304020006 ], [ -111.96949575767687, 39.807919092597835 ], [ -111.96944587094148, 39.807694262753252 ], [ -111.96941997865925, 39.807514281741646 ], [ -111.96939459265998, 39.807370335959462 ], [ -111.9693820262351, 39.807307371875154 ], [ -111.96939218851014, 39.807199168556345 ], [ -111.96946100707252, 39.807108494887167 ], [ -111.96960041549652, 39.807053270777082 ], [ -111.96979835342762, 39.807006567173339 ], [ -111.97007856192734, 39.806995214890009 ], [ -111.97029998724207, 39.806957323925097 ], [ -111.97061435044438, 39.80688261564454 ], [ -111.97085913628364, 39.806844528192407 ], [ -111.97137244866205, 39.806795182591607 ], [ -111.97179256931361, 39.806764635022667 ], [ -111.97230689564347, 39.806787355736532 ], [ -111.97266950158892, 39.806820356018363 ], [ -111.97313748724073, 39.806870491114978 ], [ -111.9736867293831, 39.80688390299126 ], [ -111.97431824456396, 39.806932660888556 ], [ -111.97463451133028, 39.806993073732563 ], [ -111.97497350356836, 39.807008245425159 ], [ -111.97540619548508, 39.807040648191879 ], [ -111.97574506071851, 39.807046808830627 ], [ -111.97623679341729, 39.807123761296111 ], [ -111.9768337804305, 39.807208835448613 ], [ -111.97754821337409, 39.807337966400134 ], [ -111.97818126719575, 39.807494808633848 ], [ -111.97875630356144, 39.807679166411994 ], [ -111.9793779380813, 39.807854118136305 ], [ -111.97964838536217, 39.807977973052921 ], [ -111.9799189615171, 39.80811083610584 ], [ -111.98017811379449, 39.808261814751106 ], [ -111.98035486152756, 39.808368439804291 ], [ -111.98068550896271, 39.808617921652278 ], [ -111.98100460593791, 39.808876510058276 ], [ -111.98137081342718, 39.809161728682874 ], [ -111.98164255078341, 39.809375666566339 ], [ -111.98193662642308, 39.809517335883555 ], [ -111.98225368066319, 39.809631780342244 ], [ -111.98255879836373, 39.809728305297718 ], [ -111.9830402877739, 39.80990442396218 ], [ -111.98352075248452, 39.81000847044546 ], [ -111.98384923577767, 39.810104793919855 ], [ -111.98413061007314, 39.810174486480889 ], [ -111.98463469756331, 39.81029634767161 ], [ -111.98506857126982, 39.810409792954033 ], [ -111.98556059491034, 39.810504722961674 ], [ -111.98593555062311, 39.810582626025877 ], [ -111.9862157701742, 39.810571234629187 ], [ -111.98648430844493, 39.81055994187497 ], [ -111.98689482433242, 39.810673578898125 ], [ -111.98718840057528, 39.810779199640983 ], [ -111.98754115734688, 39.810938375056914 ], [ -111.98787042424819, 39.811088739539798 ], [ -111.98805887223196, 39.811195253110753 ], [ -111.9884121492441, 39.811390460830211 ], [ -111.98876620273874, 39.811639719953462 ], [ -111.98914181371045, 39.811762656274531 ], [ -111.98942177902271, 39.811733239583766 ], [ -111.98967708935336, 39.811613934013366 ], [ -111.98980351661869, 39.811468697904147 ], [ -111.98985882181884, 39.81125198964083 ], [ -111.98980550669283, 39.810792942023845 ], [ -111.9897523215443, 39.810342903088809 ], [ -111.98974754098514, 39.810009579289535 ], [ -111.98976495969637, 39.809594977411443 ], [ -111.98984181658784, 39.809251947276174 ], [ -111.98987156157645, 39.808882289450658 ], [ -111.98982031581389, 39.808567381692946 ], [ -111.98981463080068, 39.808170996518619 ], [ -111.98980127042113, 39.808053982358707 ], [ -111.98969226817475, 39.807784616478159 ], [ -111.98960714478842, 39.807551086246789 ], [ -111.98960339877702, 39.807289832322304 ], [ -111.98972917252749, 39.807099552501455 ], [ -111.9898892119801, 39.806854921056768 ], [ -111.989932962227, 39.806647321044821 ], [ -111.98998671285433, 39.806322507515304 ], [ -111.99009899418341, 39.8060062043606 ], [ -111.99017700893847, 39.805744252678394 ], [ -111.99030213209043, 39.805508928454579 ], [ -111.99045100275387, 39.805300430958511 ], [ -111.99053030825324, 39.805128566605816 ], [ -111.99073757844745, 39.804919570166341 ], [ -111.99101479905629, 39.804700966059954 ], [ -111.99125827127605, 39.80457274822659 ], [ -111.99164138633789, 39.804407297065239 ], [ -111.9919659696519, 39.804233335198688 ], [ -111.99235933647203, 39.803968685548149 ], [ -111.99274063158249, 39.803677108263258 ], [ -111.99313321456324, 39.803358403521059 ], [ -111.99345571466162, 39.803040297521896 ], [ -111.99372097988567, 39.802803769577444 ], [ -111.99403192464989, 39.802494770792883 ], [ -111.99433053808542, 39.802140827527396 ], [ -111.99459579687743, 39.801904297626535 ], [ -111.99478007530784, 39.801722520604933 ], [ -111.99498758215874, 39.801531534239182 ], [ -111.99517354690286, 39.801466870361217 ], [ -111.99534874096433, 39.801465367627813 ], [ -111.99558311257979, 39.801517416065458 ], [ -111.99589950181024, 39.80158677982282 ], [ -111.99633216788897, 39.801619104876153 ], [ -111.99668073567702, 39.801489973195466 ], [ -111.99691263643973, 39.801370852767342 ], [ -111.99720254379393, 39.801224203777217 ], [ -111.99762014360167, 39.801022397073083 ], [ -111.99812066962694, 39.800900964324683 ], [ -111.99848221284191, 39.800861814257694 ], [ -111.99877498212018, 39.800913353707998 ], [ -111.99899702294182, 39.800920452076305 ], [ -111.99907890980913, 39.80092875688802 ], [ -111.9994174848498, 39.800916831259094 ], [ -111.9997561902204, 39.800913913381947 ], [ -112.00011877658724, 39.800946828128268 ], [ -112.00039947620057, 39.800971437917994 ], [ -112.00051653235305, 39.800988448347972 ], [ -112.00061022954664, 39.801005660100721 ], [ -112.00081980763237, 39.800958803280025 ], [ -112.0014111494294, 39.800656375757562 ], [ -112.00159592924527, 39.800510623073613 ], [ -112.00176955179774, 39.800401005871656 ], [ -112.00207243159275, 39.800344331365785 ], [ -112.00236415471552, 39.800323791898663 ], [ -112.00279498332816, 39.8002299706787 ], [ -112.00306216892749, 39.800128552761436 ], [ -112.00327017154005, 39.799973586797918 ], [ -112.00334904630112, 39.79977468781081 ], [ -112.00329944880777, 39.799576899700547 ], [ -112.00324710237982, 39.799189928201848 ], [ -112.00321837665352, 39.798820772158258 ], [ -112.00319030579746, 39.798496659744082 ], [ -112.00319727229292, 39.798172244384986 ], [ -112.00326485906672, 39.79800047259036 ], [ -112.00335567250931, 39.797819490045995 ], [ -112.00339898420805, 39.797584859012851 ], [ -112.00339178328578, 39.797089378647591 ], [ -112.00349479779662, 39.796944329931364 ], [ -112.00363271727937, 39.796789969351572 ], [ -112.00379320781578, 39.796581354148351 ], [ -112.00413570912026, 39.796037798690342 ], [ -112.00440025558564, 39.795756203171798 ], [ -112.00466506207025, 39.795492624530176 ], [ -112.00500164226331, 39.795345551947669 ], [ -112.00539582648659, 39.795143920081316 ], [ -112.00568608314531, 39.795024276485393 ], [ -112.00608105109403, 39.794876694712983 ], [ -112.00649963681896, 39.794746926476286 ], [ -112.00675564274378, 39.794681636507953 ], [ -112.00703395387823, 39.794544073451675 ], [ -112.00723182945397, 39.794497306649717 ], [ -112.00751132192224, 39.794440821012053 ], [ -112.00767521353751, 39.794466427471093 ], [ -112.00786403997792, 39.794599935538457 ], [ -112.00799539564667, 39.794797011625512 ], [ -112.00819721747784, 39.795020504918476 ], [ -112.00838617801456, 39.795163020815487 ], [ -112.00867998274724, 39.795286605315496 ], [ -112.00884387677543, 39.795312210089385 ], [ -112.00909057382506, 39.795409173500822 ], [ -112.0093125975759, 39.795416252343351 ], [ -112.00939447898782, 39.795424549948791 ], [ -112.00976674274168, 39.795322202491164 ], [ -112.01012521817441, 39.795075816018262 ], [ -112.01046086153359, 39.7948656667309 ], [ -112.01071554527607, 39.794710280888758 ], [ -112.01102769640163, 39.794491324719601 ], [ -112.01137514443866, 39.794290079799332 ], [ -112.01167600924174, 39.794098249857662 ], [ -112.01203407536399, 39.79382483145438 ], [ -112.01233295518391, 39.793497869112493 ], [ -112.01260834380348, 39.793162101127052 ], [ -112.01283741385629, 39.792853766387886 ], [ -112.01299720663015, 39.792600095205678 ], [ -112.01315805565552, 39.792418493523712 ], [ -112.01337795475381, 39.792281425278972 ], [ -112.01359772074339, 39.792135347911596 ], [ -112.01376041865875, 39.792079867404595 ], [ -112.01407506182208, 39.792032068758814 ], [ -112.01432016624491, 39.792020916615648 ], [ -112.01460003965846, 39.791991440212847 ], [ -112.0148450114343, 39.791971278253023 ], [ -112.01512501682704, 39.791950809299109 ], [ -112.01541762724224, 39.791993298443771 ], [ -112.01562796246296, 39.792000467526606 ], [ -112.01582622222078, 39.791980712337057 ], [ -112.01613847725353, 39.791770751385329 ], [ -112.01632240658431, 39.791570923478396 ], [ -112.01647090358361, 39.79134437605785 ], [ -112.01674453921744, 39.790891485303852 ], [ -112.01691705209947, 39.790709776211095 ], [ -112.01711411358428, 39.790608940510403 ], [ -112.01743856706749, 39.790434908604489 ], [ -112.01785590881239, 39.790224021564974 ], [ -112.01819123925358, 39.789995832929819 ], [ -112.01838577273539, 39.789723829727386 ], [ -112.01857950748227, 39.789397773981655 ], [ -112.01878478495428, 39.789062606690749 ], [ -112.01896670573153, 39.788727644127277 ], [ -112.01915990325844, 39.788365552610692 ], [ -112.01931939666645, 39.788093855546386 ], [ -112.01948923624079, 39.787731968634873 ], [ -112.01964872693341, 39.787460271123678 ], [ -112.01973908485323, 39.787252250039252 ], [ -112.01985359454243, 39.787098075857791 ], [ -112.02007293115217, 39.786924960369035 ], [ -112.02032783008033, 39.78678757127166 ], [ -112.02059507059333, 39.786695122437415 ], [ -112.02081560238595, 39.786603083894818 ], [ -112.02107129771215, 39.786519745401826 ], [ -112.02140939731427, 39.78648073041132 ], [ -112.02160777264473, 39.786469974247368 ], [ -112.021887353552, 39.786422463165621 ], [ -112.02211969297164, 39.78633932804199 ], [ -112.02236397545522, 39.786274106978716 ], [ -112.02253899613925, 39.786263554984586 ], [ -112.02272649407065, 39.78630695199729 ], [ -112.02292633629089, 39.786395289252738 ], [ -112.02311356791789, 39.786420668239018 ], [ -112.02334684014156, 39.786400591546538 ], [ -112.02343998880315, 39.786381750304592 ], [ -112.02369688172683, 39.78637948432597 ], [ -112.02404732378075, 39.786385402132254 ], [ -112.02431722965576, 39.786473118660901 ], [ -112.02452888494756, 39.786570358738267 ], [ -112.02476175621626, 39.786523253126347 ], [ -112.02505100647338, 39.786340500964798 ], [ -112.02532750841368, 39.786085781750948 ], [ -112.02553274337991, 39.785750602877108 ], [ -112.02570200958395, 39.785352672455232 ], [ -112.02574403420753, 39.785036955434578 ], [ -112.02580981317384, 39.784748058020043 ], [ -112.02586337981266, 39.784423229022423 ], [ -112.02589399426185, 39.784125632522191 ], [ -112.02581938608583, 39.783819956337858 ], [ -112.02575565239142, 39.783460124710366 ], [ -112.02578586562807, 39.783135502108813 ], [ -112.02587579821095, 39.782900450319971 ], [ -112.02597927975313, 39.782791416937719 ], [ -112.02619965796667, 39.782690359658929 ], [ -112.02657209518145, 39.782605976641655 ], [ -112.02695620774914, 39.782521489108397 ], [ -112.02721268414636, 39.782492189457408 ], [ -112.02779488963327, 39.782378915854586 ], [ -112.02821496674015, 39.782357174753386 ], [ -112.02865812774637, 39.782317207758794 ], [ -112.02898439163553, 39.782269265802348 ], [ -112.02921670834348, 39.782186116697929 ], [ -112.02945908964604, 39.781994759334268 ], [ -112.02966576974431, 39.781758668865457 ], [ -112.02993096328544, 39.781531068592571 ], [ -112.03012703902991, 39.781367150424188 ], [ -112.03033505862392, 39.781221145631093 ], [ -112.03052093476748, 39.781156425998667 ], [ -112.0308004876515, 39.781108893752787 ], [ -112.03110393003959, 39.78109718807567 ], [ -112.03130242254851, 39.781095424226862 ], [ -112.03164170004493, 39.78113745792546 ], [ -112.03182905483504, 39.78117183169288 ], [ -112.03211049114462, 39.781250417807676 ], [ -112.03246265767949, 39.781373423340987 ], [ -112.0327096059483, 39.781488354332076 ], [ -112.03312123311623, 39.781682907679098 ], [ -112.03347394271042, 39.78184194477933 ], [ -112.03393281816437, 39.782072113916577 ], [ -112.03434323817518, 39.78218558477942 ], [ -112.03480076924124, 39.782325663706928 ], [ -112.03514126966959, 39.782448765075664 ], [ -112.03561061536499, 39.782597745271453 ], [ -112.03598655272171, 39.782747557501416 ], [ -112.0365150948508, 39.782950064745783 ], [ -112.03686822424392, 39.78313611729709 ], [ -112.03722013808233, 39.783241090795507 ], [ -112.03752467086596, 39.783301437507646 ], [ -112.0379922674792, 39.783333295339446 ], [ -112.03885631965194, 39.783325563290632 ], [ -112.03924191117876, 39.78334013045118 ], [ -112.03948738626968, 39.783355951542724 ], [ -112.04003631176059, 39.783360042972561 ], [ -112.04055061524279, 39.783391471866906 ], [ -112.04087836844691, 39.783442591673762 ], [ -112.04124060812381, 39.783457361644402 ], [ -112.04155546316966, 39.783427506460754 ], [ -112.04178722459172, 39.783308297758509 ], [ -112.04191349046346, 39.783163006247499 ], [ -112.04215597529532, 39.782980631452766 ], [ -112.0424447560989, 39.782770810669533 ], [ -112.04279028438826, 39.782452360819633 ], [ -112.04305516458773, 39.782206713813324 ], [ -112.04324007864348, 39.782078913417642 ], [ -112.04350713317163, 39.781977403728575 ], [ -112.04376346361636, 39.781939058964859 ], [ -112.04413396778797, 39.781728498886189 ], [ -112.04442260112131, 39.781509664639003 ], [ -112.04459338270733, 39.781219811639858 ], [ -112.04467102772986, 39.780948816600535 ], [ -112.04464304407347, 39.78064273294126 ], [ -112.04455695386245, 39.780355192047516 ], [ -112.04453128657154, 39.780202255282369 ], [ -112.04452651925617, 39.77988695270848 ], [ -112.0445601844627, 39.779796550970573 ], [ -112.0446512747473, 39.779642563191878 ], [ -112.04483604278762, 39.779505751679935 ], [ -112.04511326161571, 39.779305038194536 ], [ -112.04542536943187, 39.779094999875539 ], [ -112.04564393417554, 39.778876793758769 ], [ -112.04581606802958, 39.778677025418808 ], [ -112.04598833728686, 39.778486265472907 ], [ -112.04613438999402, 39.778106534276539 ], [ -112.04619017543622, 39.777934843781296 ], [ -112.04634912921429, 39.777636084845795 ], [ -112.04652112153718, 39.777427306841297 ], [ -112.04664695744545, 39.77725498437438 ], [ -112.04678419504894, 39.777064539173949 ], [ -112.04694573798228, 39.776936943657113 ], [ -112.04717801449172, 39.776853759032264 ], [ -112.04741097327887, 39.77681561715729 ], [ -112.04773747032218, 39.776785640217987 ], [ -112.04814569369837, 39.776754924236741 ], [ -112.04850735248429, 39.776733637420413 ], [ -112.04899730170334, 39.776702180013245 ], [ -112.0493824471511, 39.77668968803804 ], [ -112.04975660158902, 39.776722343575081 ], [ -112.04995453275284, 39.776684513449993 ], [ -112.05015040981333, 39.776511553477448 ], [ -112.05029958527507, 39.776339015857644 ], [ -112.05035727629567, 39.77629344434029 ], [ -112.05059009432362, 39.776246287493315 ], [ -112.05071865784029, 39.776254133403953 ], [ -112.05091850543756, 39.776342422513174 ], [ -112.05129567423114, 39.776573262996919 ], [ -112.05154304693963, 39.776715179705938 ], [ -112.05180154732942, 39.776820955536643 ], [ -112.05209562296709, 39.776962447750954 ], [ -112.05240110063363, 39.777085816067967 ], [ -112.05256524066904, 39.777129376770247 ], [ -112.05286920978128, 39.777153648948136 ], [ -112.05324446678972, 39.777258362178841 ], [ -112.05346629746869, 39.777256348635241 ], [ -112.05368799073571, 39.777245326044834 ], [ -112.05414236507637, 39.777178130433335 ], [ -112.05466679011106, 39.777110296429129 ], [ -112.05502899855156, 39.777125023768384 ], [ -112.05542774671207, 39.777238526225403 ], [ -112.05568570423235, 39.777308258820653 ], [ -112.0560031403468, 39.777449528564283 ], [ -112.05639200724971, 39.777680245892277 ], [ -112.05678211690562, 39.777992039389098 ], [ -112.05710066108054, 39.77820537493831 ], [ -112.05741906933636, 39.778409700969121 ], [ -112.05769063950456, 39.77860544315493 ], [ -112.05799751375513, 39.778818882560451 ], [ -112.05831675548828, 39.779077257676434 ], [ -112.05855330396017, 39.779273317186153 ], [ -112.05880208169781, 39.779505304079386 ], [ -112.0590864406238, 39.779773005152691 ], [ -112.05933522196335, 39.780004990835764 ], [ -112.0595122923433, 39.780129512371403 ], [ -112.05973606648577, 39.780253607137155 ], [ -112.05998236367705, 39.780323436562647 ], [ -112.06020669230072, 39.780483564794004 ], [ -112.06026908104317, 39.780744280774613 ], [ -112.06030880982223, 39.78105025306246 ], [ -112.06026556282053, 39.78127589473042 ], [ -112.06024691192393, 39.781582400396864 ], [ -112.06034280896917, 39.781743701668624 ], [ -112.06050890111507, 39.781913371232378 ], [ -112.06068597853961, 39.78203789084386 ], [ -112.0609446509367, 39.782152654356345 ], [ -112.06128422656784, 39.782212618255635 ], [ -112.06176322381086, 39.782226256283423 ], [ -112.06214784271923, 39.782177687208232 ], [ -112.0625088317567, 39.782111313503272 ], [ -112.06274138328058, 39.782046114993818 ], [ -112.06305525087843, 39.781953141551277 ], [ -112.06327667993938, 39.781924083294584 ], [ -112.0636269614135, 39.781920873233865 ], [ -112.06390538287383, 39.781801192806945 ], [ -112.06431057386311, 39.781572230803356 ], [ -112.06462221574259, 39.78133511581251 ], [ -112.06492217957775, 39.781098107152239 ], [ -112.06501392018936, 39.780989146922082 ], [ -112.06531249195915, 39.780662051436906 ], [ -112.06563566312742, 39.780415818017836 ], [ -112.06594771225751, 39.780205725299041 ], [ -112.06615384389691, 39.779942545739459 ], [ -112.06630090045425, 39.779634859344334 ], [ -112.06642585607572, 39.779408464599179 ], [ -112.06654983736027, 39.779119009644745 ], [ -112.06659417523277, 39.778965434503853 ], [ -112.06667312217853, 39.778784511644488 ], [ -112.06678667783507, 39.778576240998355 ], [ -112.06699377542924, 39.778376120059413 ], [ -112.06717766017745, 39.778185222081426 ], [ -112.0675345864895, 39.777857584166881 ], [ -112.06767232398018, 39.77770314935664 ], [ -112.06783396838766, 39.777584533847737 ], [ -112.06806552464593, 39.777456264821737 ], [ -112.06832098773917, 39.777363814701616 ], [ -112.06849597731554, 39.777353193764455 ], [ -112.06887000364216, 39.777376778921294 ], [ -112.06925723908417, 39.777499349642042 ], [ -112.06973857568555, 39.777666100965639 ], [ -112.07017293416177, 39.777815263794892 ], [ -112.07051221662054, 39.777857183763786 ], [ -112.0708052169782, 39.777926559390806 ], [ -112.07099258110085, 39.777960869799522 ], [ -112.07134437824931, 39.778056730988347 ], [ -112.07164863641609, 39.778098970964528 ], [ -112.07173022427111, 39.778089207640214 ], [ -112.07200973421723, 39.778041576630862 ], [ -112.07213830298043, 39.778049398730225 ], [ -112.07240767528499, 39.778100968874028 ], [ -112.07260783488098, 39.778207237292222 ], [ -112.07285679511607, 39.778448202080639 ], [ -112.07304709992292, 39.778671688989093 ], [ -112.07326075697075, 39.778894959598702 ], [ -112.07349678661153, 39.779054953842973 ], [ -112.07368457506389, 39.779116285524587 ], [ -112.073836777103, 39.779141906780787 ], [ -112.074000094605, 39.779131385537248 ], [ -112.07445488008497, 39.7790911361854 ], [ -112.07494907824646, 39.778582007429627 ], [ -112.07508792185631, 39.778499632506673 ], [ -112.07529821973357, 39.778506693904305 ], [ -112.07542664942379, 39.778505503785503 ], [ -112.07550851764523, 39.778513754920212 ], [ -112.07582361387263, 39.778501824338143 ], [ -112.07618541165412, 39.778489459809776 ], [ -112.07653567423822, 39.778486211020208 ], [ -112.07688734097053, 39.778573046702903 ], [ -112.07728669365939, 39.778722507630562 ], [ -112.07768548594733, 39.778835932956639 ], [ -112.07809440862975, 39.77885015438806 ], [ -112.07837433875632, 39.778829533716369 ], [ -112.07867818225246, 39.778844729508833 ], [ -112.07892547744824, 39.778977578378218 ], [ -112.07910426834427, 39.7792101721463 ], [ -112.07935395835327, 39.779496165322286 ], [ -112.07972153307023, 39.77985313997889 ], [ -112.08007588661529, 39.780111128119678 ], [ -112.08026621921304, 39.780334602749086 ], [ -112.08036568294169, 39.780721100388838 ], [ -112.08040493700267, 39.780991030446337 ], [ -112.08046768403975, 39.781269751589612 ], [ -112.08067982276262, 39.781393914097471 ], [ -112.08091404542888, 39.781436781863555 ], [ -112.08117133820119, 39.781461414516258 ], [ -112.08154468499487, 39.78143991576848 ], [ -112.08210399912348, 39.781362622735294 ], [ -112.08257018734616, 39.781304215514773 ], [ -112.08295492616929, 39.781264586259482 ], [ -112.08317719132415, 39.78128954134678 ], [ -112.0835172044206, 39.781376465574148 ], [ -112.0838811355282, 39.781499204792311 ], [ -112.08419737450919, 39.781559319527751 ], [ -112.08457114498091, 39.781564836625414 ], [ -112.08505098915032, 39.781632429665663 ], [ -112.08556472945382, 39.781627624856647 ], [ -112.08601895706158, 39.781551295980037 ], [ -112.0863228137702, 39.781566471562627 ], [ -112.08649851903877, 39.781600865976181 ], [ -112.08689720071624, 39.781705250639021 ], [ -112.08738858204741, 39.781763716088427 ], [ -112.08791485010443, 39.781812842546572 ], [ -112.08853381661997, 39.781816047876696 ], [ -112.0885921962938, 39.781815500236142 ], [ -112.08908230143682, 39.781792881873358 ], [ -112.08958422422721, 39.781779160324589 ], [ -112.089783567647, 39.781831347488108 ], [ -112.08984251581498, 39.781866833255236 ], [ -112.08984393708313, 39.781956918345536 ], [ -112.08979950721296, 39.782101493109039 ], [ -112.08960527848809, 39.782373612320306 ], [ -112.08943411623895, 39.782627494963407 ], [ -112.08929755490169, 39.78285402302452 ], [ -112.08923062339969, 39.783052867833092 ], [ -112.08909448668868, 39.783306421186218 ], [ -112.08892190016297, 39.78347021799965 ], [ -112.08872510840123, 39.78358018260414 ], [ -112.08857573086827, 39.78373475130649 ], [ -112.08846265913893, 39.783970067849275 ], [ -112.08831384794185, 39.78416067026351 ], [ -112.08824705434537, 39.784368523026181 ], [ -112.08816815819213, 39.784549459714071 ], [ -112.08819392371785, 39.78470238538825 ], [ -112.0883129590198, 39.784845426500631 ], [ -112.0884789846332, 39.785006046399346 ], [ -112.08860998151923, 39.785166994672316 ], [ -112.08869370493345, 39.785292346962635 ], [ -112.08864912867033, 39.785427912758585 ], [ -112.08855685212369, 39.785500857139837 ], [ -112.08837102086429, 39.785565669118242 ], [ -112.08809206043509, 39.785649373772664 ], [ -112.08774460031466, 39.78583282811492 ], [ -112.08743245194941, 39.786033970189287 ], [ -112.08729516843039, 39.786215453394412 ], [ -112.08717026991589, 39.786441869593631 ], [ -112.08716213820153, 39.786667191737443 ], [ -112.08717636741939, 39.786829235509458 ], [ -112.08721480120037, 39.787045111522126 ], [ -112.08721863009023, 39.787288341257401 ], [ -112.08716336546757, 39.78748707545698 ], [ -112.08704999945864, 39.787704373605386 ], [ -112.08692523932922, 39.787939798039261 ], [ -112.08683522588167, 39.788156877223479 ], [ -112.0867912112769, 39.788328476346877 ], [ -112.08678265296003, 39.788526772888133 ], [ -112.08690282636402, 39.788741883363834 ], [ -112.08707112712881, 39.789046641192961 ], [ -112.08715697983747, 39.789307122070277 ], [ -112.08724382599979, 39.789630662397705 ], [ -112.08733024749046, 39.789927177119161 ], [ -112.08740598534651, 39.790286860705962 ], [ -112.08725956915121, 39.790630606341146 ], [ -112.08703954143957, 39.79074979560145 ], [ -112.08671469924155, 39.790887985773225 ], [ -112.0864246047755, 39.79100783004322 ], [ -112.08616925845733, 39.791109328667595 ], [ -112.0858791620924, 39.79122917159475 ], [ -112.08544978361826, 39.791404375774597 ], [ -112.08514871496133, 39.791569368678068 ], [ -112.08502280923753, 39.791732723030499 ], [ -112.08488664057762, 39.791986271513849 ], [ -112.08479491745975, 39.792095247027234 ], [ -112.08461047988642, 39.792250138282419 ], [ -112.0842158421404, 39.792406993507925 ], [ -112.08394852675464, 39.792490579429398 ], [ -112.08365827928642, 39.792601408395626 ], [ -112.08351955951613, 39.792692802132649 ], [ -112.08345133027424, 39.792810567030116 ], [ -112.08342952944513, 39.792909878728047 ], [ -112.08331515376589, 39.793064113729422 ], [ -112.08312016285223, 39.793291179785186 ], [ -112.08290153223608, 39.793500446470873 ], [ -112.08271680415213, 39.793637317763213 ], [ -112.08253320519994, 39.793846256866935 ], [ -112.0824295154696, 39.79393732248316 ], [ -112.08225519253233, 39.793993007505968 ], [ -112.08206876775984, 39.79402177563307 ], [ -112.08170844252574, 39.79413325321498 ], [ -112.08153524733103, 39.794261005284461 ], [ -112.08137443500782, 39.794433690842908 ], [ -112.08116803785543, 39.794678879566369 ], [ -112.0809267457366, 39.794933402821343 ], [ -112.08068587484584, 39.795214951134511 ], [ -112.08018288460799, 39.795913391477328 ], [ -112.0800109503861, 39.796122217975885 ], [ -112.07988488342104, 39.796276558385934 ], [ -112.07979286499523, 39.796367513015895 ], [ -112.0795856113609, 39.796558647898003 ], [ -112.07943562230822, 39.796677171079125 ], [ -112.07931110216609, 39.796930604569098 ], [ -112.07925637089741, 39.797165369155081 ], [ -112.07913297571446, 39.797490870586635 ], [ -112.07895104522827, 39.797807906368654 ], [ -112.07861630439595, 39.798063293684912 ], [ -112.07835093012353, 39.798272986261708 ], [ -112.07807415679595, 39.79850080379336 ], [ -112.0778100449708, 39.798791571827472 ], [ -112.07756942933997, 39.799091130875119 ], [ -112.07740915836131, 39.799299845155794 ], [ -112.07717951541802, 39.799554252374534 ], [ -112.07696197142361, 39.79983557630819 ], [ -112.07675624525838, 39.800125799983071 ], [ -112.07667744224401, 39.800315737539954 ], [ -112.07672893597825, 39.800621593688234 ], [ -112.07689651964722, 39.800881323285054 ], [ -112.07709858009143, 39.801104693293347 ], [ -112.07735819466599, 39.801273469617549 ], [ -112.07769914365259, 39.801414460467178 ], [ -112.07812156781405, 39.801536673639454 ], [ -112.07860098249228, 39.801568257292971 ], [ -112.07898639979231, 39.801564673828658 ], [ -112.07946511062167, 39.801551211353477 ], [ -112.07965197952488, 39.801549472685132 ], [ -112.07979354033699, 39.801638253570246 ], [ -112.07988937066709, 39.801790528642137 ], [ -112.07998548330872, 39.801960820639771 ], [ -112.08002277657651, 39.802104630614757 ], [ -112.08003840256097, 39.802356760086049 ], [ -112.08003038781183, 39.802591089966413 ], [ -112.07991500235758, 39.802682262137722 ], [ -112.07974051446796, 39.802728935117578 ], [ -112.07957883299173, 39.802847567223914 ], [ -112.07945303486127, 39.803019924180802 ], [ -112.0793857749034, 39.803200746261091 ], [ -112.07929642309767, 39.803462862155818 ], [ -112.07923014828208, 39.803706743690739 ], [ -112.07923479642125, 39.804004024406019 ], [ -112.07914586559897, 39.804293165688769 ], [ -112.07896321384229, 39.804565158834173 ], [ -112.07877957507483, 39.804774092154084 ], [ -112.0786536307434, 39.804937439755413 ], [ -112.07856272555448, 39.805100461505127 ], [ -112.0784487415803, 39.805281717327347 ], [ -112.0782532786681, 39.805481749892017 ], [ -112.07813943398631, 39.805672013924791 ], [ -112.07802629221297, 39.805907320382858 ], [ -112.07787881285178, 39.806187994795515 ], [ -112.07778931100778, 39.806441101018699 ], [ -112.07766701857906, 39.806838668745563 ], [ -112.0776238141941, 39.807064315351411 ], [ -112.07769966311152, 39.807433013161095 ], [ -112.0777622850276, 39.807702725835064 ], [ -112.07782561090472, 39.808017480977583 ], [ -112.07784109000238, 39.808260602077738 ], [ -112.07787978950797, 39.808494497636367 ], [ -112.07782645200955, 39.808819346305128 ], [ -112.0777498935319, 39.80915342044689 ], [ -112.077625205012, 39.809397843473491 ], [ -112.07739581139629, 39.809670268129807 ], [ -112.07718809006161, 39.809834373413757 ], [ -112.07677039542779, 39.810018446826092 ], [ -112.07643291831369, 39.810102666629568 ], [ -112.07616608697812, 39.810222269436998 ], [ -112.07589939515842, 39.810350880146963 ], [ -112.07573782982554, 39.810478515581174 ], [ -112.07568040862088, 39.81054211662488 ], [ -112.07561144687097, 39.810614834438063 ], [ -112.07554290619224, 39.810714577731723 ], [ -112.07550940798654, 39.81081399615092 ], [ -112.07548885418834, 39.810994382841663 ], [ -112.0754331170474, 39.811166085843233 ], [ -112.07530687263204, 39.811311412883732 ], [ -112.07505059289858, 39.811358836873183 ], [ -112.07481655227481, 39.811333975816403 ], [ -112.07440757766925, 39.811328753989386 ], [ -112.07398874478541, 39.811440749482699 ], [ -112.07369728040226, 39.811479486369571 ], [ -112.07355850979101, 39.811570868588511 ], [ -112.07340889855953, 39.81171640978539 ], [ -112.07313107505745, 39.811881156362269 ], [ -112.07295781989599, 39.81200889605077 ], [ -112.07270293626591, 39.812146400031644 ], [ -112.07261228786125, 39.812327434259785 ], [ -112.07262704974472, 39.812525513547506 ], [ -112.07268839657739, 39.812714152321334 ], [ -112.07264657300769, 39.813029882232797 ], [ -112.07249723677164, 39.813193439309345 ], [ -112.07225514912027, 39.813402902462791 ], [ -112.07202502129954, 39.81363027421353 ], [ -112.07170381925587, 39.814011653508139 ], [ -112.07155517819514, 39.814220251967683 ], [ -112.0713378458917, 39.814519582604532 ], [ -112.07115583618095, 39.814836606323851 ], [ -112.07105587599574, 39.815170891927771 ], [ -112.07100138315442, 39.815423669486222 ], [ -112.07097221106301, 39.815802350522183 ], [ -112.07098836758135, 39.816090515073867 ], [ -112.07111189858145, 39.816521845183352 ], [ -112.07124585425161, 39.816871990656615 ], [ -112.07139219278741, 39.817267070601282 ], [ -112.07146802093736, 39.817635772141337 ], [ -112.07148445994909, 39.817941953515934 ], [ -112.07143206531194, 39.818329858772515 ], [ -112.07132986347469, 39.818520008354561 ], [ -112.07120527575044, 39.818773433128676 ], [ -112.07110447132381, 39.819053667583404 ], [ -112.07106067921778, 39.81924327763894 ], [ -112.0709805811085, 39.819352134650529 ], [ -112.07084179122324, 39.819443513756703 ], [ -112.07064458904716, 39.819535431764351 ], [ -112.07042318285207, 39.819573513972117 ], [ -112.07015672376431, 39.819720128917595 ], [ -112.06990236512389, 39.819893661054671 ], [ -112.0697760933633, 39.820038982229143 ], [ -112.06970809387431, 39.820174756189886 ], [ -112.06958531308743, 39.820545289888997 ], [ -112.06951912843471, 39.820798174354167 ], [ -112.06950079124252, 39.821122696062282 ], [ -112.06947146952915, 39.821492367988199 ], [ -112.06939597504535, 39.821898504684391 ], [ -112.06932034007448, 39.822295632808164 ], [ -112.06932536752984, 39.82261993905454 ], [ -112.06930521366365, 39.82282735006924 ], [ -112.06932080690784, 39.823079480556629 ], [ -112.06916297005033, 39.823450336773107 ], [ -112.06899051651186, 39.823632121805183 ], [ -112.0688297451853, 39.823813798951228 ], [ -112.06874032814943, 39.824075906688357 ], [ -112.06865007301725, 39.824283963318308 ], [ -112.06863117288583, 39.824572450741393 ], [ -112.06865844749304, 39.824824473651042 ], [ -112.06872188899995, 39.825148241696311 ], [ -112.06873692246982, 39.825364338168043 ], [ -112.06863791344671, 39.825761680975127 ], [ -112.06853778679428, 39.826086955658511 ], [ -112.06843877567566, 39.826484298275901 ], [ -112.06839720478501, 39.826818043292263 ], [ -112.06833254525215, 39.827170020475499 ], [ -112.06825634088963, 39.827531113700324 ], [ -112.068085130611, 39.827793973946058 ], [ -112.06785410497932, 39.827967286674649 ], [ -112.06773866146398, 39.828058447121677 ], [ -112.06764797996419, 39.828239477432675 ], [ -112.0676393642262, 39.828437772017715 ], [ -112.06759499935711, 39.828591346659337 ], [ -112.06741042681956, 39.828746211424793 ], [ -112.06709691145038, 39.828875232674264 ], [ -112.06667977159246, 39.829104313569175 ], [ -112.06634344229589, 39.829269581694923 ], [ -112.0659730338776, 39.829498230492341 ], [ -112.06561430712323, 39.829726770805124 ], [ -112.065453234581, 39.829890426376927 ], [ -112.06540886396196, 39.830044000221456 ], [ -112.06544600425798, 39.830178805892494 ], [ -112.06552988162335, 39.830313182280442 ], [ -112.0656015182484, 39.830411631905974 ], [ -112.06563851992343, 39.830537428994212 ], [ -112.06572281577863, 39.830698830737823 ], [ -112.06593633581824, 39.83090409402925 ], [ -112.0661142469469, 39.831073645036405 ], [ -112.06638800232678, 39.831395481062998 ], [ -112.06659039943888, 39.831636884482364 ], [ -112.06674633874249, 39.831896734308245 ], [ -112.06683063890577, 39.832058135153076 ], [ -112.06695096884282, 39.832282273023729 ], [ -112.06716435807773, 39.832478525388098 ], [ -112.06737746963525, 39.832656760343916 ], [ -112.06752075333648, 39.832853657051274 ], [ -112.06773414597454, 39.833049908303401 ], [ -112.06807635080109, 39.833262992798325 ], [ -112.06842954454292, 39.833430926168674 ], [ -112.06880569062074, 39.833571617652815 ], [ -112.06900544900778, 39.8336418552528 ], [ -112.06912341425449, 39.83371284635011 ], [ -112.06925348364214, 39.833810755090525 ], [ -112.06933751265342, 39.833954136973922 ], [ -112.06941125437177, 39.834187711390904 ], [ -112.06950752801859, 39.83436701936369 ], [ -112.06969756114326, 39.834563482271477 ], [ -112.06982819207569, 39.834697424267048 ], [ -112.06997344425511, 39.835020436525951 ], [ -112.07000114815969, 39.835299484007052 ], [ -112.06990115491278, 39.835633767923454 ], [ -112.06982592891566, 39.836057921064402 ], [ -112.06974972361385, 39.836419014751733 ], [ -112.06976462377061, 39.836626102117499 ], [ -112.06988539087216, 39.836877261985997 ], [ -112.07000490055323, 39.837047345367885 ], [ -112.07009005380911, 39.83726279440755 ], [ -112.07017744501461, 39.837622379063021 ], [ -112.07027470460008, 39.837864745565625 ], [ -112.07038267134689, 39.838043944787231 ], [ -112.07060707447755, 39.838195040039118 ], [ -112.07079516257623, 39.83826538214651 ], [ -112.07120527683678, 39.838333673895534 ], [ -112.0714740448598, 39.838331191690784 ], [ -112.07172098220036, 39.838428018011157 ], [ -112.07179235616505, 39.838508446498345 ], [ -112.07185414562412, 39.838724110025503 ], [ -112.07191523512545, 39.838894731138815 ], [ -112.07205784457034, 39.839046579322272 ], [ -112.07275010348003, 39.839220374932644 ], [ -112.07302027700082, 39.839307973801148 ], [ -112.07329059145047, 39.839404580498659 ], [ -112.07376012574916, 39.839535381732162 ], [ -112.07425345449791, 39.839692990000323 ], [ -112.07442902208382, 39.839709383520464 ], [ -112.07456953237745, 39.839726101530218 ], [ -112.07490842026276, 39.839722961773759 ], [ -112.07521182921626, 39.839693120590418 ], [ -112.07523730842755, 39.839828030894871 ], [ -112.07521506087785, 39.839900315227162 ], [ -112.0750884837654, 39.840027625106018 ], [ -112.07517646681067, 39.840423239278152 ], [ -112.07519292998559, 39.840729418649389 ], [ -112.07516307081845, 39.841063056644145 ], [ -112.075156162018, 39.841369452611467 ], [ -112.07511293030333, 39.841595097358393 ], [ -112.07510433524276, 39.841793391783604 ], [ -112.07507250830082, 39.842000911276244 ], [ -112.0749836550265, 39.84229905685109 ], [ -112.07496491866276, 39.842596552594181 ], [ -112.07500320884502, 39.842803422246021 ], [ -112.07504192077273, 39.843037317248751 ], [ -112.07497531498366, 39.84326317850892 ], [ -112.07489674137918, 39.843471131105126 ], [ -112.0748668798871, 39.843804768903297 ], [ -112.07487165630094, 39.844111056441456 ], [ -112.07491036861744, 39.844344951432277 ], [ -112.07503018495724, 39.844533045993828 ], [ -112.07520913778716, 39.84476564107559 ], [ -112.07527108448635, 39.844990310789854 ], [ -112.07521700763323, 39.84527011451847 ], [ -112.07502240803952, 39.845533201100608 ], [ -112.07481541773312, 39.845751353382113 ], [ -112.07437946373798, 39.84627795790788 ], [ -112.07417274999533, 39.846514125981599 ], [ -112.07401390585761, 39.846821928506458 ], [ -112.07394771444015, 39.847074814489559 ], [ -112.07398642551856, 39.847308709690651 ], [ -112.07408301087176, 39.847506029970667 ], [ -112.07432096595039, 39.847774118945068 ], [ -112.07458328055333, 39.848105050016066 ], [ -112.07490361249693, 39.84840841358816 ], [ -112.07515143417211, 39.848559282589122 ], [ -112.07518776095452, 39.848640033636762 ], [ -112.07528196214405, 39.84868420917978 ], [ -112.07533292838602, 39.848954029243274 ], [ -112.07526617771106, 39.849170882059525 ], [ -112.07522378537512, 39.849450577293688 ], [ -112.07514548698339, 39.849676546818458 ], [ -112.07517223516021, 39.849892532883509 ], [ -112.07555453104642, 39.850420563869342 ], [ -112.07562746892771, 39.850600082497472 ], [ -112.075736173328, 39.850824318115329 ], [ -112.07586867580565, 39.851075362131276 ], [ -112.07598963218052, 39.851335522834546 ], [ -112.07621774941596, 39.851720825623801 ], [ -112.07644460267905, 39.852025051947628 ], [ -112.07678087247392, 39.852598554466482 ], [ -112.07681664026791, 39.852643271143627 ], [ -112.07693661750372, 39.8528403716453 ], [ -112.07727725971087, 39.852945325349914 ], [ -112.07755678604596, 39.852879660695521 ], [ -112.07789446997208, 39.852795435445955 ], [ -112.07829172073068, 39.852782733430878 ], [ -112.07878219312073, 39.852751143598105 ], [ -112.07912184999277, 39.85279303283783 ], [ -112.07937969129728, 39.85283568245724 ], [ -112.07957951633385, 39.852905900724288 ], [ -112.07993128598204, 39.852974704075443 ], [ -112.0803082684714, 39.853160398181537 ], [ -112.08037882049166, 39.853186770286676 ], [ -112.08056808966582, 39.853329163091033 ], [ -112.08061879783773, 39.853580963445154 ], [ -112.08056346531447, 39.853779693235168 ], [ -112.08041448575439, 39.853970285579756 ], [ -112.08033619966366, 39.85419625827587 ], [ -112.08021101880109, 39.854413657909227 ], [ -112.08010963741606, 39.854657865002828 ], [ -112.07998600829501, 39.854974357067832 ], [ -112.07990997889243, 39.855344464261499 ], [ -112.07990337360415, 39.85566887635229 ], [ -112.079862832269, 39.856065682278718 ], [ -112.07971610479517, 39.856400408515647 ], [ -112.07954571630232, 39.85671733530291 ], [ -112.07947925427111, 39.856952207027163 ], [ -112.07946869476993, 39.857024383195032 ], [ -112.07951124211934, 39.857501503235632 ], [ -112.07962152337527, 39.857824827270676 ], [ -112.07985854785767, 39.858029844703921 ], [ -112.08000192126745, 39.858226723959802 ], [ -112.08016952087092, 39.858477435822401 ], [ -112.08034796306445, 39.858673988034099 ], [ -112.08044500704413, 39.858898327429372 ], [ -112.08052234729904, 39.859357103343335 ], [ -112.08057309962847, 39.860356710759596 ], [ -112.0806477574733, 39.860644326579902 ], [ -112.08072255730028, 39.860940950742929 ], [ -112.08078524435815, 39.861210658522111 ], [ -112.08083299143614, 39.861273281699489 ], [ -112.08096468511162, 39.861470268458604 ], [ -112.08116623367562, 39.861648584464398 ], [ -112.08130990138091, 39.8618634786515 ], [ -112.08137131884259, 39.862052110343534 ], [ -112.08148090936366, 39.862330390101285 ], [ -112.08153148678673, 39.862573181129363 ], [ -112.08151305807453, 39.862888693415975 ], [ -112.08142434931801, 39.863195851262198 ], [ -112.08138197469015, 39.863475547861334 ], [ -112.08135312816482, 39.863872244738211 ], [ -112.08135779538316, 39.864169522153396 ], [ -112.08132696850259, 39.864440101301355 ], [ -112.08128544137872, 39.86477384825497 ], [ -112.08122010949441, 39.865080787922153 ], [ -112.0810344823941, 39.865172615470073 ], [ -112.08087138674711, 39.865210174406172 ], [ -112.08081392586882, 39.865273777948659 ], [ -112.08052252134276, 39.865330551449382 ], [ -112.08011506276542, 39.865442463399027 ], [ -112.07969718368072, 39.865635558439337 ], [ -112.07953521578075, 39.865745182790683 ], [ -112.07929339232771, 39.865981686179907 ], [ -112.07923536469204, 39.866009255321565 ], [ -112.07908466199299, 39.866091745048365 ], [ -112.07880381389106, 39.866076338238727 ], [ -112.07846338618953, 39.865989406976432 ], [ -112.07791239443723, 39.865895422108672 ], [ -112.07738591190233, 39.865873284742342 ], [ -112.07695379653492, 39.865904327125108 ], [ -112.07655815955701, 39.866025126556664 ], [ -112.07622125402963, 39.866163399125391 ], [ -112.07614082975147, 39.866254242615966 ], [ -112.07603603943718, 39.866282244039581 ], [ -112.07591110525175, 39.866517655897702 ], [ -112.075880678281, 39.866815259045168 ], [ -112.0758368719527, 39.867004869595583 ], [ -112.07571109157402, 39.867186230727064 ], [ -112.07531825816615, 39.867487194403687 ], [ -112.07509881070672, 39.867660413538097 ], [ -112.07477583420874, 39.867942708361895 ], [ -112.07454567725586, 39.868179093748267 ], [ -112.07423480830143, 39.868488304050906 ], [ -112.07394661558635, 39.868752254932247 ], [ -112.07368138083561, 39.868988963399431 ], [ -112.07363517959097, 39.869025429982912 ], [ -112.07334613988473, 39.869235328878034 ], [ -112.07303455895909, 39.869499493931869 ], [ -112.07264099907985, 39.869755406638355 ], [ -112.0723732308457, 39.869829960559144 ], [ -112.07229097368767, 39.86980369193364 ], [ -112.07215012185232, 39.869768955208897 ], [ -112.07190236946937, 39.869627089692464 ], [ -112.07163207752274, 39.869539490234807 ], [ -112.07124697984517, 39.869588096434491 ], [ -112.07083962050929, 39.869708984678361 ], [ -112.07057311085649, 39.869864610328499 ], [ -112.07036589485855, 39.870073746497525 ], [ -112.07021895263188, 39.870399452503932 ], [ -112.07008328014103, 39.870698025168934 ], [ -112.06975235629288, 39.871223641781611 ], [ -112.06961486110013, 39.871405104321738 ], [ -112.06925677085985, 39.871687707589999 ], [ -112.06902532376736, 39.871843006413513 ], [ -112.06864286755302, 39.872062764335922 ], [ -112.06841141780659, 39.872218061959387 ], [ -112.06816995263705, 39.872481567998669 ], [ -112.06795298623506, 39.872816925695204 ], [ -112.0677133332338, 39.873197540428578 ], [ -112.06746100843189, 39.873515203258492 ], [ -112.06717262913774, 39.873770129270433 ], [ -112.06698905364773, 39.873997061259821 ], [ -112.06696985836059, 39.8742675293825 ], [ -112.06706785942002, 39.874554938691539 ], [ -112.06720219335158, 39.874923101021622 ], [ -112.06704367400003, 39.875257919089542 ], [ -112.06684840233648, 39.875484958428515 ], [ -112.06667525712633, 39.875630706492458 ], [ -112.06637629048154, 39.875957805578508 ], [ -112.06620258505373, 39.876067519224847 ], [ -112.06599310564097, 39.876132512859947 ], [ -112.06551429129726, 39.876172951779083 ], [ -112.06512984869333, 39.876266580332967 ], [ -112.06486093209593, 39.876269049781712 ], [ -112.06375366902016, 39.876504454053745 ], [ -112.06340443746041, 39.876606763643728 ], [ -112.0632787461835, 39.876797120099283 ], [ -112.06323893395637, 39.877247970857631 ], [ -112.0628729892577, 39.877782898374079 ], [ -112.06288676780264, 39.877917917808503 ], [ -112.06267964351147, 39.878136049024363 ], [ -112.06260002181081, 39.87828093399753 ], [ -112.06220790186299, 39.878635904927208 ], [ -112.06197669348296, 39.878809206897841 ], [ -112.061721682129, 39.878955697183549 ], [ -112.06154823949808, 39.879083420881969 ], [ -112.06124756704482, 39.879302405773693 ], [ -112.06104809934057, 39.879259182327047 ], [ -112.0607800035887, 39.879315693125037 ], [ -112.06058095248871, 39.879299494202719 ], [ -112.0600783111791, 39.879313099508252 ], [ -112.05981257208829, 39.879522751657888 ], [ -112.05958232526598, 39.879759108068157 ], [ -112.05943350970452, 39.879967691017988 ], [ -112.05913074754847, 39.880051543829637 ], [ -112.05914756865245, 39.880384749571711 ], [ -112.05936233579172, 39.880662089028426 ], [ -112.05949414555776, 39.880868108286414 ], [ -112.05968705537701, 39.881244753607824 ], [ -112.05963843693688, 39.881884887273671 ], [ -112.0596437067655, 39.882227208083833 ], [ -112.0597405798834, 39.882442555917336 ], [ -112.05982659273187, 39.882712061160142 ], [ -112.05993751860176, 39.883080445415835 ], [ -112.06008297051594, 39.883412475111975 ], [ -112.06015854149197, 39.883763162863914 ], [ -112.06017495259471, 39.884069342856421 ], [ -112.06038820898391, 39.884247587227449 ], [ -112.06018258445923, 39.884564806906958 ], [ -112.05990638082883, 39.884855642179978 ], [ -112.05972497166289, 39.885226697939714 ], [ -112.0594403979598, 39.885733841476025 ], [ -112.05938900162242, 39.886193805891388 ], [ -112.05932202836944, 39.886401640859191 ], [ -112.05937088343195, 39.886536340122646 ], [ -112.05948139744156, 39.886877699219966 ], [ -112.05955613739332, 39.887174336540042 ], [ -112.05909420399966, 39.887556963623474 ], [ -112.05855165434053, 39.88802141206925 ], [ -112.05820872867751, 39.888538094752853 ], [ -112.05774470171055, 39.888785590038601 ], [ -112.05736031630384, 39.888888202134808 ], [ -112.0570107356393, 39.888972476325158 ], [ -112.05674522706917, 39.889200138591235 ], [ -112.05672529689774, 39.889425562706357 ], [ -112.05670771827744, 39.889804130273511 ], [ -112.05667747676725, 39.890119745307707 ], [ -112.05645915544635, 39.890374006012706 ], [ -112.05599607750963, 39.890684553541341 ], [ -112.05554220258352, 39.890832840883412 ], [ -112.05541452987229, 39.890897070810553 ], [ -112.05483394525773, 39.891172644297825 ], [ -112.05449797712387, 39.891382922890266 ], [ -112.05417963612322, 39.891980457272311 ], [ -112.05380336736215, 39.892614555953202 ], [ -112.05357498796442, 39.892977018950958 ], [ -112.0535113012979, 39.893401053261215 ], [ -112.05352423769087, 39.893482022994974 ], [ -112.05376117281251, 39.893678083494947 ], [ -112.05431415192611, 39.893889289902475 ], [ -112.05536933246852, 39.894050875767078 ], [ -112.05577921328364, 39.894083183517758 ], [ -112.05631787875704, 39.894123326467238 ], [ -112.05693951756648, 39.894234788222633 ], [ -112.05715224413692, 39.8943770042114 ], [ -112.05776551524487, 39.894704770399429 ], [ -112.05802627258035, 39.894927633850273 ], [ -112.05830080539882, 39.895285516337339 ], [ -112.05852828253036, 39.895625808308864 ], [ -112.05889319504305, 39.895775641433467 ], [ -112.05898745125538, 39.895819829147257 ], [ -112.05916412996999, 39.895899302740595 ], [ -112.05950034067301, 39.896463841745685 ], [ -112.05958429016583, 39.896598220009942 ], [ -112.05970485292306, 39.896831370185588 ], [ -112.05992161815873, 39.897234824983322 ], [ -112.06015816791692, 39.897403846626347 ], [ -112.06033651821376, 39.897591419337999 ], [ -112.06044275123709, 39.897653515696426 ], [ -112.06092741415941, 39.897982440839286 ], [ -112.06112999330978, 39.898223848729387 ], [ -112.06132060012129, 39.898447346459854 ], [ -112.06149840029975, 39.898598883628388 ], [ -112.06165447785195, 39.898858735597848 ], [ -112.06175402356227, 39.899245240533723 ], [ -112.06176639844193, 39.900046988915754 ], [ -112.06203303065838, 39.900648195812934 ], [ -112.06236525402412, 39.900951481690235 ], [ -112.0625547593191, 39.90110290990112 ], [ -112.06264136476695, 39.901408445363487 ], [ -112.06256255208653, 39.901607380513433 ], [ -112.06246048535778, 39.901815538351727 ], [ -112.06233961654134, 39.902321187720325 ], [ -112.0624732870524, 39.902644311399811 ], [ -112.06238597625115, 39.903050546824147 ], [ -112.06234280746506, 39.903285193911259 ], [ -112.06219325544241, 39.903448738121199 ], [ -112.06220968223276, 39.903754916620251 ], [ -112.06221482981496, 39.904088227450046 ], [ -112.06226300818457, 39.90417788284887 ], [ -112.06231202151412, 39.904321588624263 ], [ -112.06246728061966, 39.904527388640062 ], [ -112.06255152439681, 39.904679781163622 ], [ -112.0629653698236, 39.904964297710833 ], [ -112.06315196336854, 39.90492654835154 ], [ -112.06375268526355, 39.90519132915157 ], [ -112.06414133271318, 39.905358946868944 ], [ -112.06453053977923, 39.905562596819806 ], [ -112.06468552942846, 39.905750376915634 ], [ -112.06512208664751, 39.90598962875724 ], [ -112.06551074188778, 39.906157241758109 ], [ -112.06598169780139, 39.906351125877947 ], [ -112.06606483450541, 39.906431448584108 ], [ -112.06633568468104, 39.906546083800997 ], [ -112.06631717896875, 39.906861592394471 ], [ -112.06650964314338, 39.907202189712926 ], [ -112.06673468604971, 39.907380312957784 ], [ -112.06698270549479, 39.907531195328986 ], [ -112.06765322935124, 39.907768284320063 ], [ -112.06787687820089, 39.90785632148441 ], [ -112.06835898993259, 39.908014054412838 ], [ -112.06885420142136, 39.908261761222725 ], [ -112.06917199330357, 39.908384966673779 ], [ -112.06961026408015, 39.908732301548199 ], [ -112.07007235498897, 39.909106443893471 ], [ -112.07024032724668, 39.90937518351236 ], [ -112.07030035772146, 39.909473735701063 ], [ -112.0703771340156, 39.909896481112646 ], [ -112.0703910753333, 39.910040507005412 ], [ -112.07060401904303, 39.910191705284412 ], [ -112.07074733801164, 39.910379584779896 ], [ -112.07094774392706, 39.910476840226679 ], [ -112.07100861825842, 39.910629442192018 ], [ -112.071267935593, 39.910753181890719 ], [ -112.07166931320941, 39.910983724016603 ], [ -112.07191721599084, 39.911125587062472 ], [ -112.07221275439819, 39.91132106703791 ], [ -112.07232973395445, 39.911319985245392 ], [ -112.07273944343021, 39.911334214759172 ], [ -112.07292647015684, 39.911323474626151 ], [ -112.07307854354852, 39.911322067336833 ], [ -112.07348698739774, 39.911255218996473 ], [ -112.07392982072992, 39.911143002417845 ], [ -112.07448046745553, 39.911191958965802 ], [ -112.0753595022577, 39.91129192572005 ], [ -112.0756753465853, 39.911288996040582 ], [ -112.07596709018623, 39.911241240862964 ], [ -112.07604812984692, 39.911186430878274 ], [ -112.07614199516024, 39.91120357905794 ], [ -112.07644487186592, 39.911119680724362 ], [ -112.07659764985013, 39.911163310563211 ], [ -112.0771016477895, 39.911221697432985 ], [ -112.07750107099437, 39.911326102229111 ], [ -112.07774729242824, 39.911359852499615 ], [ -112.07839237446451, 39.911461970567352 ], [ -112.07895642067065, 39.911618897063349 ], [ -112.07940490349112, 39.91186699321176 ], [ -112.07960659867888, 39.9120453084806 ], [ -112.07985565314023, 39.912259220946808 ], [ -112.08021069986513, 39.912517193725272 ], [ -112.08062324905228, 39.91271156192893 ], [ -112.08080027907296, 39.912809018077319 ], [ -112.08109613285599, 39.913022491581096 ], [ -112.08125019287662, 39.913147190154 ], [ -112.08139708907996, 39.913560264159017 ], [ -112.08133199962704, 39.91388521861731 ], [ -112.08134780670986, 39.914146351049013 ], [ -112.08143635510559, 39.91456897872159 ], [ -112.08159240328742, 39.914819793329983 ], [ -112.08166599581274, 39.915035338375326 ], [ -112.08169194407186, 39.915197269968964 ], [ -112.08157807605063, 39.915396544464905 ], [ -112.08133637237434, 39.915651069015667 ], [ -112.08105942916048, 39.915896911982557 ], [ -112.08090074609443, 39.916222738697549 ], [ -112.08070569063595, 39.916467817388579 ], [ -112.08057394216878, 39.917018633734223 ], [ -112.08073155077069, 39.917368540945589 ], [ -112.08086222211317, 39.917493457911498 ], [ -112.08116951223064, 39.917688805077525 ], [ -112.0814050510867, 39.917785714566214 ], [ -112.0818166431775, 39.917917019629826 ], [ -112.08225163493722, 39.918048104808115 ], [ -112.08253326353871, 39.918099533551505 ], [ -112.08269747613849, 39.918125029173972 ], [ -112.08287352983302, 39.918159423616139 ], [ -112.08295599102793, 39.918194692007191 ], [ -112.08319082435358, 39.918246556218378 ], [ -112.08334447414136, 39.918344226741539 ], [ -112.08342835554519, 39.918469577946311 ], [ -112.08345402546696, 39.91861349234761 ], [ -112.08351479303587, 39.918757078752755 ], [ -112.0833678146213, 39.919082799287096 ], [ -112.08325366140024, 39.919264058689031 ], [ -112.08310440969667, 39.919445645857657 ], [ -112.08282759982238, 39.919700501324961 ], [ -112.082747690932, 39.919827382555155 ], [ -112.08274896797208, 39.919908457393532 ], [ -112.08272883271894, 39.920115867152283 ], [ -112.08272039680551, 39.920323167648789 ], [ -112.08275762360235, 39.920457964600509 ], [ -112.08280853671447, 39.920718768668443 ], [ -112.08285902449461, 39.920952547757295 ], [ -112.08290880303105, 39.921141285245888 ], [ -112.08290249642246, 39.921483710401382 ], [ -112.08298822612639, 39.921726169872734 ], [ -112.08303800562464, 39.921914907268793 ], [ -112.08322804042039, 39.922093324701166 ], [ -112.08345345952988, 39.922289430431732 ], [ -112.08364307037544, 39.922440822217396 ], [ -112.08393854876761, 39.922627262521047 ], [ -112.08429039643194, 39.922678030374968 ], [ -112.08463068689804, 39.922737914911366 ], [ -112.08492474727018, 39.922834269593444 ], [ -112.08513875817101, 39.923048498013671 ], [ -112.0851792625547, 39.923390485007495 ], [ -112.08531663926117, 39.923938786751016 ], [ -112.08532005328871, 39.924154985979804 ], [ -112.08523000858406, 39.924381069667234 ], [ -112.08513982107162, 39.92459814498315 ], [ -112.08503892833009, 39.924878387832301 ], [ -112.08505532184658, 39.925175552249129 ], [ -112.08524764699156, 39.925498098872943 ], [ -112.08550676137489, 39.925603788718561 ], [ -112.08584592873873, 39.925591603068881 ], [ -112.08600959102736, 39.925581060523029 ], [ -112.08624288570101, 39.925533826857524 ], [ -112.08642880918229, 39.925450998111643 ], [ -112.08681377959779, 39.925375313010029 ], [ -112.08712940244568, 39.925354334682794 ], [ -112.08743289719577, 39.925306440361233 ], [ -112.08785496266766, 39.925356538690018 ], [ -112.08811422301484, 39.925471230954408 ], [ -112.08841272246143, 39.925846833503094 ], [ -112.08848749028328, 39.926134439677099 ], [ -112.08880911022254, 39.926491804820458 ], [ -112.08924474048489, 39.926658895803186 ], [ -112.08971647431021, 39.926888713183899 ], [ -112.09037656389073, 39.927188834330778 ], [ -112.09098671039789, 39.927291209914465 ], [ -112.09138639061607, 39.92740457332367 ], [ -112.09210370718712, 39.927623059221339 ], [ -112.09243461910214, 39.927827162987349 ], [ -112.09259016539042, 39.928041928186758 ], [ -112.0926543983368, 39.928401707745728 ], [ -112.0925903523874, 39.928789725081252 ], [ -112.0925975138786, 39.929240138664468 ], [ -112.09268615281627, 39.929662755465429 ], [ -112.09301994218988, 39.930047022720515 ], [ -112.09327922877121, 39.930161702987213 ], [ -112.09339580955432, 39.930133574711235 ], [ -112.09387411956823, 39.930038966578422 ], [ -112.09439851502586, 39.9298988733578 ], [ -112.09501493728327, 39.929658802805392 ], [ -112.0956444924412, 39.929508701063902 ], [ -112.09631898015137, 39.929241045980099 ], [ -112.09708534363277, 39.928864402185404 ], [ -112.0978979260658, 39.928451277182525 ], [ -112.09854884895941, 39.928174822684291 ], [ -112.09886376009719, 39.928108771020895 ], [ -112.09924092060366, 39.928276378412221 ], [ -112.09943983311486, 39.928274492282959 ], [ -112.09953358313167, 39.928282612826564 ], [ -112.099615488285, 39.928281836019593 ], [ -112.09998919082588, 39.928233242912675 ], [ -112.10014115604619, 39.928222791378772 ], [ -112.10070206927361, 39.928172419362106 ], [ -112.1014889047363, 39.928345138873929 ], [ -112.10236891663982, 39.928489938255268 ], [ -112.103120078895, 39.928626947374532 ], [ -112.10359042479038, 39.928766625013303 ], [ -112.10372275080785, 39.928990605731855 ], [ -112.10388209722703, 39.92943956939073 ], [ -112.10394798257489, 39.929898432381222 ], [ -112.10414156740912, 39.930293011894967 ], [ -112.10425107512863, 39.930553247699258 ], [ -112.10430193318197, 39.93080503243516 ], [ -112.10417785280968, 39.931094521848827 ], [ -112.10402054929509, 39.931501452452828 ], [ -112.10352260308252, 39.931830539229502 ], [ -112.10308561756294, 39.932312207246028 ], [ -112.10293957258675, 39.932692000384264 ], [ -112.10299187374032, 39.933033867988783 ], [ -112.10317159119046, 39.933293436697447 ], [ -112.1033992738453, 39.933624625480604 ], [ -112.10325236007492, 39.933950369553322 ], [ -112.10280365772439, 39.934432147900303 ], [ -112.10254968826234, 39.934650794080014 ], [ -112.10249435946378, 39.934849531624288 ], [ -112.10291100994748, 39.935287039348381 ], [ -112.10323679838612, 39.935896592728433 ], [ -112.1033922522769, 39.936102334202907 ], [ -112.10368856631446, 39.936333763342184 ], [ -112.10427931796534, 39.936679512323323 ], [ -112.10468240569313, 39.93700001780465 ], [ -112.10522577929477, 39.937310174917393 ], [ -112.10569836399772, 39.937584966218289 ], [ -112.10583535483389, 39.938097206836026 ], [ -112.10611350268449, 39.93865314851098 ], [ -112.10625282007943, 39.939309519904711 ], [ -112.10598414122678, 39.940068889710403 ], [ -112.10566777519303, 39.940774656068747 ], [ -112.1055347354542, 39.941235414284414 ], [ -112.10505031418248, 39.941681503117437 ], [ -112.10459824332608, 39.941956099362102 ], [ -112.10427273044394, 39.942094344445621 ], [ -112.10379565506197, 39.942270070194233 ], [ -112.10338807243747, 39.942400084598155 ], [ -112.10321310430798, 39.942437788186503 ], [ -112.10313248449788, 39.942519641732595 ], [ -112.10305432389886, 39.942754634943498 ], [ -112.10313769303171, 39.942843937599811 ], [ -112.10322120707677, 39.942942248409729 ], [ -112.10344776522064, 39.943201370380002 ], [ -112.10351149195324, 39.943525109165257 ], [ -112.10371623883118, 39.943883543720325 ], [ -112.10372043701067, 39.944144781946257 ], [ -112.10364256622441, 39.944397791915222 ], [ -112.1034611001209, 39.944759903068636 ], [ -112.10370023749002, 39.945072962248219 ], [ -112.10377494708773, 39.945351548254742 ], [ -112.10367410219776, 39.945631805715657 ], [ -112.10359811154427, 39.946001922371536 ], [ -112.10360578387488, 39.946479357584799 ], [ -112.10341506902125, 39.946994719621713 ], [ -112.10296556128388, 39.947431457618528 ], [ -112.10279680062729, 39.947856513822295 ], [ -112.10252241149729, 39.948264555246077 ], [ -112.10213935598526, 39.948466408705954 ], [ -112.10152149168896, 39.948625444405849 ], [ -112.10100795143433, 39.94872041890757 ], [ -112.10054295910662, 39.948923045293796 ], [ -112.10024211265392, 39.949142131168635 ], [ -112.10000079603789, 39.949423718499716 ], [ -112.09936224945471, 39.94975412112241 ], [ -112.09914318241827, 39.949963418961346 ], [ -112.09870389123746, 39.950309947669091 ], [ -112.09820578470875, 39.950639012752376 ], [ -112.0976608549602, 39.950968519075985 ], [ -112.09725651990649, 39.951305701703717 ], [ -112.09707500247259, 39.951667803138491 ], [ -112.09670068877902, 39.952419140572857 ], [ -112.09652376930714, 39.953069504270744 ], [ -112.0962488909299, 39.953450506602557 ], [ -112.09578227090053, 39.953554023896487 ], [ -112.09519687431012, 39.95355054657044 ], [ -112.09460077797534, 39.953610234407208 ], [ -112.09427418457766, 39.953685394564204 ], [ -112.09411261025814, 39.953831073043006 ], [ -112.09399670747335, 39.953904243609543 ], [ -112.09405810405597, 39.954083855821331 ], [ -112.09413450804092, 39.954470546742108 ], [ -112.09438864614511, 39.954990703453213 ], [ -112.09470074058622, 39.955474273913332 ], [ -112.09495488684199, 39.955994429186092 ], [ -112.09530110056228, 39.956414608566298 ], [ -112.09577536138788, 39.956788528604307 ], [ -112.09631655260227, 39.956954593383777 ], [ -112.09692582123768, 39.956984867765414 ], [ -112.09707756262922, 39.956956403000881 ], [ -112.09714765244644, 39.956946730048635 ], [ -112.09733436653337, 39.956908924351445 ], [ -112.09799016942971, 39.956920733455249 ], [ -112.09826256924801, 39.957116363585968 ], [ -112.09856965520306, 39.957284635612737 ], [ -112.0990283399907, 39.957415431273247 ], [ -112.09974599549709, 39.95763386418561 ], [ -112.09986363017202, 39.957668786376196 ], [ -112.10032188672248, 39.957772552228533 ], [ -112.10085312400383, 39.958046805086049 ], [ -112.10134968154057, 39.958348413703881 ], [ -112.10174984916628, 39.958479754492096 ], [ -112.1021393248318, 39.958674262553217 ], [ -112.10242373860416, 39.958887787680347 ], [ -112.10269934234462, 39.959281587319353 ], [ -112.10279733206576, 39.959550942213539 ], [ -112.10293376996145, 39.960027151278908 ], [ -112.10298493701983, 39.96029695148426 ], [ -112.10290950719894, 39.960703099802764 ], [ -112.10283552390666, 39.961199329962866 ], [ -112.1028197822349, 39.961676986799404 ], [ -112.10291705230476, 39.96190130048322 ], [ -112.10298989671294, 39.962062779539643 ], [ -112.10320553619538, 39.96236705262973 ], [ -112.10350471683371, 39.962769635217605 ], [ -112.10360170106624, 39.962975931862481 ], [ -112.103540296481, 39.963526099894359 ], [ -112.10354666956853, 39.963922460012434 ], [ -112.10367170488347, 39.964416795488866 ], [ -112.1038548422148, 39.964883548790183 ], [ -112.10402555049629, 39.965305372336161 ], [ -112.10422920808237, 39.965591738300382 ], [ -112.1045846250187, 39.965849629094642 ], [ -112.10495088154603, 39.966053358090313 ], [ -112.10534186043338, 39.96633793618583 ], [ -112.10551098534729, 39.966660667351022 ], [ -112.1056215753439, 39.966983956604388 ], [ -112.10579142900814, 39.967351728146625 ], [ -112.10605334686568, 39.96761951581302 ], [ -112.10644375833334, 39.9678680572529 ], [ -112.10696295507255, 39.968115367490157 ], [ -112.10708133799183, 39.968195322832685 ], [ -112.10728399955524, 39.96841862583539 ], [ -112.10757065108308, 39.968767259682522 ], [ -112.10785803273318, 39.969160933574962 ], [ -112.10816723291371, 39.969455293039928 ], [ -112.10846254519998, 39.96961464119137 ], [ -112.10884039552292, 39.969809237208302 ], [ -112.10930122204879, 39.970066104733732 ], [ -112.10955131049886, 39.970324987937232 ], [ -112.1098011094474, 39.970565854254325 ], [ -112.10980227504473, 39.970637919492184 ], [ -112.10981835403258, 39.97090805202162 ], [ -112.10968572558767, 39.971395837523431 ], [ -112.10959890808786, 39.971820117454392 ], [ -112.10963033695285, 39.972315341696486 ], [ -112.10968328888586, 39.972693235720385 ], [ -112.10972642725496, 39.973188347752149 ], [ -112.10976373792772, 39.973323133705051 ], [ -112.10982563128518, 39.973529760621744 ], [ -112.10986527393771, 39.973808676924186 ], [ -112.11036946640442, 39.973848895570534 ], [ -112.11088259657002, 39.973717845013852 ], [ -112.11138357854902, 39.973559880043105 ], [ -112.11175795558682, 39.973538270539201 ], [ -112.11213306246509, 39.973561700544238 ], [ -112.11262700666734, 39.97369210314168 ], [ -112.1133802927049, 39.973928127189886 ], [ -112.11404840628155, 39.973966755070506 ], [ -112.11467949246664, 39.973888611154166 ], [ -112.11569607647742, 39.973752696398016 ], [ -112.11680647005336, 39.973624878407961 ], [ -112.11770728260029, 39.973571147367899 ], [ -112.11830543788966, 39.97362844439953 ], [ -112.11929099994222, 39.973745064576988 ], [ -112.11992413608083, 39.973793005883536 ], [ -112.12066323735384, 39.973875957369238 ], [ -112.12131861451576, 39.97385159968929 ], [ -112.12183540505252, 39.9739457037617 ], [ -112.1224448328727, 39.973975841671852 ], [ -112.12308938646211, 39.974005636017708 ], [ -112.12376891829209, 39.974026078106199 ], [ -112.12433239943157, 39.974110708776365 ], [ -112.12469846246574, 39.974296357452666 ], [ -112.12491157832191, 39.974438441818059 ], [ -112.12523258347611, 39.974732640510254 ], [ -112.12570565538113, 39.975016351912863 ], [ -112.12611782210529, 39.975156500581882 ], [ -112.12662306789453, 39.975259704913647 ], [ -112.12696321021221, 39.975292436237751 ], [ -112.12727978752413, 39.975316386225266 ], [ -112.12756079493285, 39.97531365279383 ], [ -112.12780726873579, 39.975347292850429 ], [ -112.12822952066563, 39.975388230980094 ], [ -112.12842945674777, 39.975440341775482 ], [ -112.12861812904509, 39.97551959050368 ], [ -112.12901859582986, 39.975659842733613 ], [ -112.1295616453163, 39.975924837515812 ], [ -112.12986978152352, 39.976147072349086 ], [ -112.13028404111314, 39.976413319125989 ], [ -112.13069681916497, 39.976589483555891 ], [ -112.13119156143425, 39.976764846568472 ], [ -112.13153379328905, 39.976923677433099 ], [ -112.13195902968839, 39.977144763335126 ], [ -112.13227784725972, 39.977303820650924 ], [ -112.13264454338858, 39.977525475886424 ], [ -112.13294054134489, 39.977720792462939 ], [ -112.13317740044286, 39.97788064838673 ], [ -112.13348421744352, 39.978021800616084 ], [ -112.13365112194306, 39.978200358722766 ], [ -112.13388813324761, 39.97836922120328 ], [ -112.13410232311321, 39.978574344600609 ], [ -112.13437386854569, 39.978706830043961 ], [ -112.13455233727032, 39.978876264106283 ], [ -112.13478920410081, 39.979036116596234 ], [ -112.13495551829621, 39.979178640456048 ], [ -112.13512198225357, 39.979330172127035 ], [ -112.13532506588284, 39.979571440066749 ], [ -112.13543432682269, 39.979804617302328 ], [ -112.13560273214233, 39.980073253018404 ], [ -112.13572489755107, 39.98037837968095 ], [ -112.13588278935426, 39.980719194141557 ], [ -112.13601607001925, 39.980988173437552 ], [ -112.13610176722598, 39.981212571414339 ], [ -112.13606149371965, 39.981609385038581 ], [ -112.13604210282901, 39.981852832118783 ], [ -112.13608200669421, 39.982140745561068 ], [ -112.13623915836149, 39.982436519078732 ], [ -112.13644150902994, 39.98263274448162 ], [ -112.13667884123016, 39.982819616923159 ], [ -112.13693929590207, 39.982988243008407 ], [ -112.13732826243793, 39.983137588420632 ], [ -112.13752927363454, 39.98325273938265 ], [ -112.1378015914491, 39.983430256579815 ], [ -112.13799253844357, 39.98364461019338 ], [ -112.13824099040315, 39.983795332127613 ], [ -112.13845386464467, 39.983919374463227 ], [ -112.1386203479681, 39.984070900717597 ], [ -112.13876326222322, 39.984213648796739 ], [ -112.13909249196625, 39.984291499043429 ], [ -112.13923391129849, 39.984344166092754 ], [ -112.13952801173217, 39.984422360402391 ], [ -112.13995302081197, 39.984625399596744 ], [ -112.14034439959029, 39.984918863237695 ], [ -112.14047575874311, 39.985070732367625 ], [ -112.14061912840691, 39.985240502160565 ], [ -112.14079747987248, 39.985400917926256 ], [ -112.14096457144798, 39.985588472792131 ], [ -112.14112040324584, 39.98580316680281 ], [ -112.14120342519809, 39.985865415897976 ], [ -112.14125251538512, 39.98600007514937 ], [ -112.1415584855183, 39.986087156868138 ], [ -112.14179734342298, 39.986364098668275 ], [ -112.14192900860208, 39.986533982090705 ], [ -112.14206082445978, 39.986712873379176 ], [ -112.14215885964124, 39.986973182996863 ], [ -112.14219924275096, 39.98728811776526 ], [ -112.1421929335891, 39.987612522192457 ], [ -112.1423399144164, 39.987998482301286 ], [ -112.1423313549804, 39.988187766291844 ], [ -112.14225313085619, 39.988413774937143 ], [ -112.14222024915141, 39.988549241595862 ], [ -112.14215133447719, 39.988631006329527 ], [ -112.14210944226933, 39.988928732839902 ], [ -112.14198076313559, 39.989641751715638 ], [ -112.14225191750366, 39.989747193546599 ], [ -112.14263808174705, 39.989725367815844 ], [ -112.14292004758579, 39.989776644462538 ], [ -112.1433315864533, 39.989871689711187 ], [ -112.14351941412764, 39.989896865062775 ], [ -112.14366250111784, 39.990048614664154 ], [ -112.14397149813355, 39.990315850027116 ], [ -112.14421998745361, 39.990466558446755 ], [ -112.14449174987156, 39.990608026992952 ], [ -112.14494083610826, 39.990846847682377 ], [ -112.14511951331137, 39.991025272322958 ], [ -112.14540509781327, 39.991292735112282 ], [ -112.14570299798864, 39.991596113419064 ], [ -112.14596441158093, 39.991818766245459 ], [ -112.14616561330963, 39.991942909503138 ], [ -112.146472519841, 39.992084025744703 ], [ -112.14677852361126, 39.992171093114379 ], [ -112.14702551876421, 39.992231715231291 ], [ -112.14754142558928, 39.992262645897839 ], [ -112.14781154302541, 39.992305018383362 ], [ -112.14809442814349, 39.992410330226029 ], [ -112.14839038355107, 39.992596597318339 ], [ -112.14862808470139, 39.992801460024701 ], [ -112.14883050160732, 39.992997662516927 ], [ -112.14901939645256, 39.993085884777798 ], [ -112.14930077655521, 39.993101113617449 ], [ -112.14960527785864, 39.993098093429424 ], [ -112.15007359020635, 39.993084437430078 ], [ -112.15037899823163, 39.993135463173871 ], [ -112.1506863721302, 39.99330359200615 ], [ -112.15078187948232, 39.993410757581024 ], [ -112.15086461699438, 39.993454983436706 ], [ -112.15110686581934, 39.993930080595398 ], [ -112.15118106883187, 39.994163590320497 ], [ -112.15121998569531, 39.994388441026373 ], [ -112.15131776458486, 39.994630725932652 ], [ -112.15135774118905, 39.994918632478218 ], [ -112.15134890369089, 39.995089900597883 ], [ -112.15121304991722, 39.995370544416502 ], [ -112.15116998361114, 39.995596209467337 ], [ -112.15114988734548, 39.995794617861101 ], [ -112.15110651808266, 39.996002266905563 ], [ -112.15103851434824, 39.996138084697172 ], [ -112.15098176874663, 39.996246762166862 ], [ -112.15090265732034, 39.996418728149415 ], [ -112.15080193579759, 39.996699022532063 ], [ -112.15072478918127, 39.996988092216483 ], [ -112.15068262762507, 39.997267804977774 ], [ -112.15059437237016, 39.997593022802178 ], [ -112.15061001595258, 39.997827114140399 ], [ -112.15071935910927, 39.998060275096101 ], [ -112.15099192132854, 39.998246767519639 ], [ -112.15121687863332, 39.998388684780387 ], [ -112.15130037898476, 39.998477950110377 ], [ -112.15144410660105, 39.99866572131161 ], [ -112.15163529063256, 39.998889058667757 ], [ -112.15195622289691, 39.999165162916739 ], [ -112.15225146103882, 39.999306379481048 ], [ -112.15266306958331, 39.999401390441875 ], [ -112.15294614293833, 39.999515697768508 ], [ -112.15302828315731, 39.999523890008419 ], [ -112.15320579184819, 39.999630237502316 ], [ -112.15346953450515, 39.99998799191598 ], [ -112.15374256672344, 40.000201501510048 ], [ -112.15420148886953, 40.000323064341437 ], [ -112.15440136507944, 40.000366120827351 ], [ -112.15444836803715, 40.000374662072907 ], [ -112.15455378333171, 40.000373611874927 ], [ -112.15486013766595, 40.000478673046075 ], [ -112.15516115633, 40.000962184737141 ], [ -112.15519004771004, 40.001286237988978 ], [ -112.15530184156331, 40.001663521621261 ], [ -112.15536389919573, 40.001870120919925 ], [ -112.15541439597506, 40.002085844922 ], [ -112.15558096128916, 40.002237345184248 ], [ -112.15573581419235, 40.002388962011594 ], [ -112.1560674290124, 40.002601881695526 ], [ -112.1564110630881, 40.002832699424921 ], [ -112.15645897996166, 40.002895287578127 ], [ -112.15670754236658, 40.003045967859535 ], [ -112.15675926063204, 40.003333754819657 ], [ -112.15694104279245, 40.003692319085609 ], [ -112.15718063353819, 40.004005258415752 ], [ -112.15756154891078, 40.004361832965323 ], [ -112.15771656321807, 40.004522454912873 ], [ -112.15801244506909, 40.004699687979333 ], [ -112.158262235414, 40.004922428341345 ], [ -112.15843033665936, 40.00516400374137 ], [ -112.15865761657196, 40.005441025073594 ], [ -112.1591299719563, 40.00566153794658 ], [ -112.15918884517295, 40.005678967977516 ], [ -112.15937778829181, 40.005767172475075 ], [ -112.15960690319365, 40.006152287164788 ], [ -112.15972693741575, 40.006322265843089 ], [ -112.15991832254639, 40.00655459649613 ], [ -112.16005052960647, 40.006751481379538 ], [ -112.16031250560445, 40.007001123598847 ], [ -112.16049004497974, 40.007107459361521 ], [ -112.16073817379218, 40.007231106727872 ], [ -112.16104472075023, 40.007345158790528 ], [ -112.16133955472085, 40.007459327422886 ], [ -112.161681551124, 40.007591041441394 ], [ -112.16196452040482, 40.007696317945623 ], [ -112.16205914920877, 40.007749425824066 ], [ -112.16229511068974, 40.007846163440355 ], [ -112.16236600622307, 40.007881490182029 ], [ -112.16276581279065, 40.007967573750953 ], [ -112.162930727074, 40.008019975625047 ], [ -112.16316592614649, 40.008071671783725 ], [ -112.16344859373335, 40.008158928736357 ], [ -112.16388308654108, 40.008217631779701 ], [ -112.16425809114205, 40.008222874112796 ], [ -112.16451212754342, 40.008004094360942 ], [ -112.16475521386474, 40.007830471434801 ], [ -112.16524475271399, 40.007681398409623 ], [ -112.16552496975609, 40.007624523521294 ], [ -112.16585280857757, 40.007612216166024 ], [ -112.16613333138676, 40.007573355659339 ], [ -112.16657968987943, 40.007640938654085 ], [ -112.16677806100894, 40.007593894131055 ], [ -112.16694159670631, 40.007565219003595 ], [ -112.16719807694537, 40.007490560183285 ], [ -112.16747982618428, 40.007523759769583 ], [ -112.16756167054952, 40.007513925700515 ], [ -112.16803176498928, 40.007599282863353 ], [ -112.16831366861278, 40.007641488323237 ], [ -112.16857153010284, 40.007647897700103 ], [ -112.16885297326975, 40.007663078103121 ], [ -112.1691694048441, 40.007668895348601 ], [ -112.16940429965393, 40.007702562976036 ], [ -112.16966246893541, 40.007726985739282 ], [ -112.17004980008208, 40.007768122754378 ], [ -112.17040229733209, 40.007827629227563 ], [ -112.17068543437546, 40.007941892128798 ], [ -112.17089905763918, 40.008101904053987 ], [ -112.17099461737951, 40.008209051949486 ], [ -112.17113872733893, 40.008414813150289 ], [ -112.17130734433758, 40.008683392657552 ], [ -112.17143958806466, 40.008880263945137 ], [ -112.17173567769143, 40.009066468956853 ], [ -112.17182954553513, 40.009074529206238 ], [ -112.1719936987555, 40.009081878534218 ], [ -112.1724622677345, 40.009077138478254 ], [ -112.17275573998305, 40.009110206569879 ], [ -112.17308666845202, 40.009278036592697 ], [ -112.17330060995158, 40.00945605970314 ], [ -112.17345551818977, 40.009607651864293 ], [ -112.17363462724887, 40.009804045982541 ], [ -112.17380217728237, 40.010009566358207 ], [ -112.17394768853369, 40.010296394850982 ], [ -112.17408133219885, 40.01057433393202 ], [ -112.17420140997974, 40.010744296858888 ], [ -112.17430853873635, 40.010842315250308 ], [ -112.17436757450521, 40.010868745322917 ], [ -112.17435709513271, 40.010940927157229 ], [ -112.17435879346969, 40.011040013935883 ], [ -112.17461635913908, 40.011028393886718 ], [ -112.17476849380357, 40.011017842180543 ], [ -112.17493203401942, 40.0109891557222 ], [ -112.1751788118461, 40.011031700525365 ], [ -112.17549587727802, 40.011073531799937 ], [ -112.17575452486709, 40.011124964414151 ], [ -112.17630773815441, 40.011272510551976 ], [ -112.17653124329347, 40.011324298163352 ], [ -112.17700044581701, 40.011355571061273 ], [ -112.17707042387117, 40.01133684134448 ], [ -112.17729238194136, 40.011298548683399 ], [ -112.17757353190191, 40.011295691892762 ], [ -112.17781938323351, 40.011284183764296 ], [ -112.17813598659511, 40.011298984142108 ], [ -112.17862877364063, 40.011339020102724 ], [ -112.17891023362127, 40.011354175815057 ], [ -112.17940364167559, 40.011430239957903 ], [ -112.17973475241521, 40.011607058399591 ], [ -112.17979425621334, 40.011660509275124 ], [ -112.17954723484831, 40.012284676059167 ], [ -112.17945739371517, 40.012510826770757 ], [ -112.17934412236595, 40.012737215874338 ], [ -112.17926646001153, 40.012990270817646 ], [ -112.1792002019257, 40.013225190750973 ], [ -112.17894975953286, 40.013651183127607 ], [ -112.17871902456095, 40.013860747754393 ], [ -112.17851156332716, 40.014061065768722 ], [ -112.17834126030749, 40.014378128353798 ], [ -112.17817142048879, 40.014722214306843 ], [ -112.17794950823301, 40.015445226068977 ], [ -112.17785026576547, 40.015806612697268 ], [ -112.17772697200709, 40.016132205905201 ], [ -112.17768460132282, 40.016393910423723 ], [ -112.17769373825359, 40.01692537471569 ], [ -112.17766199857621, 40.017123905045054 ], [ -112.17754948823851, 40.017395331756205 ], [ -112.17740368799684, 40.01777520992367 ], [ -112.17727992433745, 40.018073779024384 ], [ -112.17718021043572, 40.018408141419584 ], [ -112.17711394037927, 40.018643060123537 ], [ -112.17701360575471, 40.018941390895513 ], [ -112.17693654739112, 40.019230475708213 ], [ -112.17690604281344, 40.01950106873997 ], [ -112.17694536987072, 40.019743924148322 ], [ -112.17694985858759, 40.020005152283936 ], [ -112.17689499288282, 40.020221936093655 ], [ -112.176827791617, 40.020402807404174 ], [ -112.17684368662808, 40.020645900793504 ], [ -112.17687284578936, 40.020978953823281 ], [ -112.17693467753423, 40.021167523971506 ], [ -112.17697369620399, 40.021392363557709 ], [ -112.17706066419476, 40.021679782091212 ], [ -112.17712218749995, 40.021850336373994 ], [ -112.17730103012427, 40.022028708077201 ], [ -112.17754908824045, 40.022143310048925 ], [ -112.17772653865296, 40.022240610312899 ], [ -112.17784664654856, 40.022410568699215 ], [ -112.17788551409132, 40.022626400017955 ], [ -112.17783126912565, 40.022879215598934 ], [ -112.1777535905734, 40.023132269340657 ], [ -112.17768669871838, 40.023331156786462 ], [ -112.17766791236429, 40.023601630724961 ], [ -112.17766006812471, 40.023826946272706 ], [ -112.17766471511662, 40.024097182014444 ], [ -112.17764577363972, 40.024358648061067 ], [ -112.1777180883475, 40.024475035663897 ], [ -112.17774415554564, 40.02462793104025 ], [ -112.17768758503382, 40.024745628650095 ], [ -112.17759679300575, 40.02491773062718 ], [ -112.17759942625362, 40.02507086419034 ], [ -112.17763783002322, 40.025259671915897 ], [ -112.17769966801836, 40.025448241432706 ], [ -112.17771494806674, 40.025655303012023 ], [ -112.177706948996, 40.02587161063078 ], [ -112.17782768316467, 40.026077600258432 ], [ -112.17797247216983, 40.026319382910152 ], [ -112.17803524188754, 40.026561999304356 ], [ -112.17792287339626, 40.026842433999569 ], [ -112.17779692750833, 40.027014893461832 ], [ -112.17766050303314, 40.027259534710581 ], [ -112.17755768060721, 40.027413740022084 ], [ -112.17730702330496, 40.027830720869289 ], [ -112.17723842236312, 40.027930521599217 ], [ -112.17714747031532, 40.028093615355523 ], [ -112.17702121055129, 40.028248058292881 ], [ -112.17696587460821, 40.028437818365859 ], [ -112.17705130378515, 40.028635157906457 ], [ -112.17718282947799, 40.028786981916518 ], [ -112.17736200059376, 40.028983368754673 ], [ -112.17749414727882, 40.029171223785461 ], [ -112.17755583376123, 40.029350785358631 ], [ -112.17753611633543, 40.029567211933269 ], [ -112.1774701474541, 40.029820146234229 ], [ -112.17736856004393, 40.030046414168325 ], [ -112.17724446559909, 40.030326967234629 ], [ -112.17707318890105, 40.030589980655542 ], [ -112.17688787044574, 40.03071799510829 ], [ -112.17669021412952, 40.030810096876309 ], [ -112.1765163027279, 40.030919976040913 ], [ -112.1763194191287, 40.031057116444366 ], [ -112.1762037869332, 40.031148384589919 ], [ -112.17606626573078, 40.031329969030608 ], [ -112.1758593637564, 40.031566313986779 ], [ -112.17581419321807, 40.031665876044734 ], [ -112.17573371359346, 40.031756786972529 ], [ -112.1756051239617, 40.031776110630425 ], [ -112.1754759156341, 40.031759402734764 ], [ -112.175370143541, 40.031742456947399 ], [ -112.17524217232024, 40.031797811617686 ], [ -112.17512669204494, 40.031898086569214 ], [ -112.17509401138904, 40.032042568776923 ], [ -112.17505023084254, 40.032223201232263 ], [ -112.17486598622436, 40.032414267509779 ], [ -112.17470363148202, 40.032515017344295 ], [ -112.17450488528526, 40.032544060490935 ], [ -112.174260192972, 40.032627625498812 ], [ -112.17407424582026, 40.032719604138997 ], [ -112.17397109841234, 40.032855790647353 ], [ -112.17396324168357, 40.03308110578218 ], [ -112.17398976766518, 40.033261025420458 ], [ -112.17403957608985, 40.033431699704273 ], [ -112.1741260848805, 40.033692096248167 ], [ -112.17421074034922, 40.033844398461738 ], [ -112.17435646090952, 40.034140232380551 ], [ -112.17452500168265, 40.034399797086394 ], [ -112.17471806292843, 40.034722178844397 ], [ -112.17481644926838, 40.034991463788188 ], [ -112.17486811623402, 40.035270231813321 ], [ -112.17484869823703, 40.035504673558961 ], [ -112.17471162865834, 40.03571327998295 ], [ -112.17460816904045, 40.035831451337614 ], [ -112.17437549307627, 40.035932913601187 ], [ -112.17418891917818, 40.035988861100023 ], [ -112.1739432873909, 40.03601837846724 ], [ -112.17362687908553, 40.036021584033854 ], [ -112.17330137657004, 40.036178040917825 ], [ -112.17320947829815, 40.036287084529093 ], [ -112.17313207732684, 40.036558150768514 ], [ -112.1730987729857, 40.036666600980197 ], [ -112.1731030953429, 40.036918820858645 ], [ -112.17308274474678, 40.037099215222646 ], [ -112.17305237303971, 40.037378814606583 ], [ -112.17300951018967, 40.037613493364901 ], [ -112.17295492792238, 40.037848290748045 ], [ -112.17287628954412, 40.038047293973491 ], [ -112.17279795939737, 40.038264312848433 ], [ -112.17271901145411, 40.038445300263852 ], [ -112.17259334030793, 40.038635769929044 ], [ -112.17245579486371, 40.038817350207836 ], [ -112.17234091597234, 40.038953653899377 ], [ -112.17222557382556, 40.039062933924221 ], [ -112.17212241344716, 40.039199118830588 ], [ -112.1720309720636, 40.039335185093059 ], [ -112.17197499706774, 40.039488911345181 ], [ -112.1719799326703, 40.039777162609077 ], [ -112.17207584800411, 40.039902324079776 ], [ -112.17220769359932, 40.040072168997121 ], [ -112.17231486646403, 40.040170188125238 ], [ -112.17243406779809, 40.040286104249411 ], [ -112.1725648348001, 40.040392893782503 ], [ -112.17275543495595, 40.040571152802784 ], [ -112.17300509744065, 40.040775841758766 ], [ -112.1732657090262, 40.040935372235467 ], [ -112.17350303687579, 40.041104147368337 ], [ -112.17374098380888, 40.041308953368194 ], [ -112.17384955125885, 40.041488041585929 ], [ -112.17391139462008, 40.041676612545395 ], [ -112.17402027215597, 40.041873716261279 ], [ -112.17415259005131, 40.042070582308277 ], [ -112.17434335362165, 40.042257846378909 ], [ -112.17454645652799, 40.042481022654833 ], [ -112.17473830465489, 40.042731340899969 ], [ -112.17492969026692, 40.042954635284744 ], [ -112.17514498125121, 40.043204715078517 ], [ -112.1752649661713, 40.04336566726365 ], [ -112.17537323155747, 40.043526738216265 ], [ -112.1754824257865, 40.04374185606185 ], [ -112.17555676964824, 40.04397534622931 ], [ -112.17563034031949, 40.044163797166966 ], [ -112.17573938165778, 40.044369906888221 ], [ -112.17583654861086, 40.044567127612048 ], [ -112.17595762113248, 40.044791133803876 ], [ -112.17606558086133, 40.04493418835316 ], [ -112.17620963109258, 40.045130932799985 ], [ -112.17631805641508, 40.045301010578314 ], [ -112.1763907015839, 40.045435413967432 ], [ -112.17648864630962, 40.045677673200601 ], [ -112.17658628199095, 40.045901916676364 ], [ -112.1769084677216, 40.046231991938477 ], [ -112.1771365817343, 40.04654500334621 ], [ -112.17723313605566, 40.046706191426821 ], [ -112.17738999906626, 40.046965869906991 ], [ -112.17748670960127, 40.047136065570186 ], [ -112.17760779223435, 40.04736006979617 ], [ -112.17769433344037, 40.047620462610432 ], [ -112.17780431700781, 40.047880617020859 ], [ -112.17790180523052, 40.048095851376658 ], [ -112.17801210054951, 40.048374021184472 ], [ -112.17806363684787, 40.048643778999818 ], [ -112.17812580891159, 40.048850362855276 ], [ -112.17812953126412, 40.049066550477143 ], [ -112.17811027679198, 40.049309999933556 ], [ -112.17810351882005, 40.049598369268203 ], [ -112.17802627863591, 40.049878445920058 ], [ -112.17794717687805, 40.050050428719757 ], [ -112.17780977865324, 40.050241022946949 ], [ -112.17767284481067, 40.050458640466246 ], [ -112.17760546283506, 40.050630503883895 ], [ -112.17760964889878, 40.050873714928485 ], [ -112.17763758789417, 40.051134703293791 ], [ -112.17772366916461, 40.051368072403321 ], [ -112.17781976672731, 40.051502236300799 ], [ -112.17792975737026, 40.051762390323994 ], [ -112.17812536735043, 40.052228889521416 ], [ -112.17822239771888, 40.05241709990878 ], [ -112.17834411309906, 40.0526771342399 ], [ -112.17844161021333, 40.052892367843192 ], [ -112.17858692597187, 40.053161171205971 ], [ -112.17874474069976, 40.053474894132208 ], [ -112.17884146417533, 40.05364508829495 ], [ -112.17896101090663, 40.05377901255428 ], [ -112.17911479218229, 40.053858531922387 ], [ -112.17938687956155, 40.053999912427869 ], [ -112.17958754939856, 40.054078953799198 ], [ -112.1799065262841, 40.054219855617589 ], [ -112.1800603096318, 40.054299373694242 ], [ -112.18031128801773, 40.054576107804152 ], [ -112.18043099469423, 40.054719038261403 ], [ -112.18062118947823, 40.05487025963162 ], [ -112.18081200704279, 40.055057511871077 ], [ -112.1810389250158, 40.055298452053705 ], [ -112.18117051215062, 40.055450269979985 ], [ -112.18130163321719, 40.055575064353611 ], [ -112.1814455659319, 40.055762793595846 ], [ -112.18153135516593, 40.055978143828995 ], [ -112.18162886720309, 40.056193374415905 ], [ -112.18170277969024, 40.056399836263274 ], [ -112.18171917033798, 40.056669950510532 ], [ -112.1817216601584, 40.05681407521103 ], [ -112.18179666301904, 40.05708359151506 ], [ -112.18190543305953, 40.057271678828613 ], [ -112.18201373673949, 40.057432742650199 ], [ -112.1821106297904, 40.05761194156144 ], [ -112.18216016624926, 40.057764595517511 ], [ -112.18220985862179, 40.057926257235614 ], [ -112.18221297233062, 40.058106413039567 ], [ -112.18215809576655, 40.058323198143441 ], [ -112.18219762279794, 40.05857505736698 ], [ -112.18227107265089, 40.058754495339464 ], [ -112.18240313647068, 40.058933335005648 ], [ -112.18251222269394, 40.059139437198937 ], [ -112.18273807013512, 40.059317319096294 ], [ -112.1829396941886, 40.059450401022389 ], [ -112.18312912875754, 40.059556578957192 ], [ -112.18334123036524, 40.059617478155189 ], [ -112.18358818910094, 40.059660002074338 ], [ -112.18373026614984, 40.059739634739934 ], [ -112.18377840474669, 40.059811217833449 ], [ -112.18377980786452, 40.059892287873552 ], [ -112.18376933220026, 40.059964469924495 ], [ -112.18367835513138, 40.06012756831506 ], [ -112.18353016577323, 40.060372335541139 ], [ -112.18334742977325, 40.060653492974865 ], [ -112.18314124618436, 40.060934889595686 ], [ -112.18289973581503, 40.06120763720876 ], [ -112.18273857206643, 40.061380460896338 ], [ -112.18247423514147, 40.061689478165299 ], [ -112.18231275775746, 40.061844285710983 ], [ -112.18203669387562, 40.062153421661876 ], [ -112.18193305252697, 40.062262591640604 ], [ -112.18173920429581, 40.062579897366341 ], [ -112.1816951124994, 40.062742515858311 ], [ -112.18150110622885, 40.063050813411053 ], [ -112.18142355494798, 40.063312876139534 ], [ -112.18139118546485, 40.063475374947956 ], [ -112.18125517119958, 40.063747043138015 ], [ -112.18121278901499, 40.064008747067071 ], [ -112.18120464390842, 40.064216045642517 ], [ -112.18116163895242, 40.06444171840505 ], [ -112.18113051301232, 40.064676279392998 ], [ -112.18105155847812, 40.064857271799269 ], [ -112.1808916260227, 40.065102155268399 ], [ -112.18077703235107, 40.065256482681228 ], [ -112.18067493961883, 40.065455729409159 ], [ -112.18063115463303, 40.065636363047098 ], [ -112.18059878229667, 40.065798861613231 ], [ -112.18055624100279, 40.066051557482801 ], [ -112.180547627278, 40.066231832624304 ], [ -112.1804677364841, 40.066358777936955 ], [ -112.1804126928896, 40.06656655430394 ], [ -112.18028854841886, 40.066847109672871 ], [ -112.18019817610494, 40.067046236522479 ], [ -112.17997837131414, 40.067219653731222 ], [ -112.17983892496476, 40.067293149046492 ], [ -112.17961694292977, 40.067340456615071 ], [ -112.17940606328381, 40.067351613253706 ], [ -112.17912421720318, 40.067327454438221 ], [ -112.1788075093904, 40.067321668441018 ], [ -112.17858428442858, 40.067296911744727 ], [ -112.17834871454734, 40.067236242726061 ], [ -112.17808907601247, 40.067139780539677 ], [ -112.17786383475688, 40.066997921172984 ], [ -112.17761483599078, 40.066838284146428 ], [ -112.17740116567118, 40.066687296864401 ], [ -112.17724549617581, 40.066499682265587 ], [ -112.17682926412593, 40.066161555570154 ], [ -112.17624291027273, 40.066158501613131 ], [ -112.17584429496745, 40.066162548529128 ], [ -112.1753998674815, 40.066230124526975 ], [ -112.17502408049515, 40.066197899499834 ], [ -112.17463749824445, 40.066219838945365 ], [ -112.17432125971938, 40.066241064008402 ], [ -112.17420401970969, 40.066242252477544 ], [ -112.17387590227844, 40.06625458736449 ], [ -112.17366471557544, 40.066247717907864 ], [ -112.17330034405965, 40.066197352879414 ], [ -112.1732065520781, 40.066198302836867 ], [ -112.17314870477203, 40.066243935555534 ], [ -112.17316243778642, 40.066360918306451 ], [ -112.17318897670516, 40.066540836957884 ], [ -112.17320363714047, 40.06671186653147 ], [ -112.17304320855636, 40.066929716135874 ], [ -112.17279223006616, 40.067337679095459 ], [ -112.17264383192608, 40.067573425073732 ], [ -112.17239130429527, 40.067891309126274 ], [ -112.17216330396012, 40.068272010016393 ], [ -112.17200611086913, 40.068679022164432 ], [ -112.17195273810169, 40.068985880695003 ], [ -112.17209899078648, 40.06930873817263 ], [ -112.17224447270296, 40.069586556406129 ], [ -112.1724009081631, 40.06981921674236 ], [ -112.17263879936718, 40.070015014818388 ], [ -112.17286496724836, 40.070210931095502 ], [ -112.17316163930897, 40.070415142253466 ], [ -112.1734220566948, 40.070556654348835 ], [ -112.17358883162925, 40.070708123992965 ], [ -112.17376779603165, 40.070886497967471 ], [ -112.17391205087681, 40.071092251511715 ], [ -112.17402144135396, 40.071316376958499 ], [ -112.17410815620629, 40.071585778950499 ], [ -112.17416047038071, 40.071900576384841 ], [ -112.17416758671514, 40.07231493492278 ], [ -112.17413859963835, 40.072675603225505 ], [ -112.17413306263487, 40.073036033804861 ], [ -112.17416208246516, 40.073360076635907 ], [ -112.174239550933, 40.073773721912282 ], [ -112.17429062978829, 40.074016456810881 ], [ -112.17433060259823, 40.074295341707199 ], [ -112.17436964730122, 40.074520179832859 ], [ -112.17445528460021, 40.07472652681512 ], [ -112.17452935170638, 40.074942000403851 ], [ -112.17462656079029, 40.075139220545694 ], [ -112.17480801663349, 40.075461717170754 ], [ -112.17491850112344, 40.075748895966186 ], [ -112.17497020335126, 40.076027661570635 ], [ -112.17514071180742, 40.076395315435008 ], [ -112.17533343468229, 40.076690668772578 ], [ -112.17557383717477, 40.077030584647432 ], [ -112.175777824825, 40.077298794810012 ], [ -112.17592225462724, 40.077513553125492 ], [ -112.17596099670844, 40.077720374930678 ], [ -112.17591626236546, 40.07784696002583 ], [ -112.17579053046491, 40.078037432802439 ], [ -112.17559552604527, 40.078291673994627 ], [ -112.17546948263487, 40.078464130872995 ], [ -112.17519285749792, 40.07874622771272 ], [ -112.17506650253222, 40.078900668604689 ], [ -112.17487009949508, 40.079073838584911 ], [ -112.17461568352351, 40.079283633954837 ], [ -112.17433688484968, 40.079439619863493 ], [ -112.17405994165981, 40.079703698509753 ], [ -112.17401628564983, 40.079893337376149 ], [ -112.17407863099514, 40.080108929859115 ], [ -112.1741519294349, 40.080279364517558 ], [ -112.17433308775138, 40.080583845880234 ], [ -112.17447968734353, 40.080924714758154 ], [ -112.17452798660851, 40.08100530914335 ], [ -112.17459064427938, 40.081238916829854 ], [ -112.17464296914271, 40.081553713392971 ], [ -112.17454222846486, 40.081834024772924 ], [ -112.1743816150841, 40.082042868343748 ], [ -112.17423257271103, 40.082242585037832 ], [ -112.17407149320172, 40.082424404856667 ], [ -112.1738647433738, 40.08267876208452 ], [ -112.17365768262997, 40.082915103396289 ], [ -112.17336992406192, 40.083233345978535 ], [ -112.1732102317099, 40.083496234650688 ], [ -112.17310963708246, 40.08378555259705 ], [ -112.17299669610807, 40.084038958099342 ], [ -112.17276694704408, 40.08432057428729 ], [ -112.17253765977445, 40.08462921337334 ], [ -112.17246899683296, 40.08472901123735 ], [ -112.17228429792341, 40.084902058284648 ], [ -112.17212289805707, 40.085065859914693 ], [ -112.17184607837831, 40.085338941245716 ], [ -112.17140399291704, 40.085550628045056 ], [ -112.17127499234186, 40.0855519326253 ], [ -112.17108689201385, 40.085526806590345 ], [ -112.17073414638082, 40.085476316526552 ], [ -112.17027647252758, 40.085462922984696 ], [ -112.1698666333229, 40.085503100569916 ], [ -112.16952777425142, 40.085578597397628 ], [ -112.16916607617917, 40.085690361159728 ], [ -112.1687917251037, 40.085748195406772 ], [ -112.16839345655247, 40.085779241681244 ], [ -112.16811307735948, 40.085845135098687 ], [ -112.16783238972296, 40.085893012257955 ], [ -112.16756435253834, 40.085994817289553 ], [ -112.16724940480097, 40.086097094461806 ], [ -112.16693584055102, 40.08628044094911 ], [ -112.16668106591068, 40.086472203772573 ], [ -112.16629867064809, 40.086746335288261 ], [ -112.16597537142711, 40.087046898685941 ], [ -112.16570947828149, 40.087274808675168 ], [ -112.16539713352181, 40.087530213480569 ], [ -112.16514234990544, 40.087721973006374 ], [ -112.1648505388461, 40.087805992236426 ], [ -112.16452246916099, 40.087827309881874 ], [ -112.16411199807511, 40.087831436130578 ], [ -112.16359428980921, 40.087737535509419 ], [ -112.16312380045308, 40.087661177086787 ], [ -112.16275993448613, 40.087646811822232 ], [ -112.16250192461909, 40.087649401698698 ], [ -112.16207987977799, 40.087662646247992 ], [ -112.16159965548137, 40.08770350079385 ], [ -112.16113131137776, 40.087753243598591 ], [ -112.16076851634863, 40.087801926765387 ], [ -112.1604067916068, 40.087913663499769 ], [ -112.16005740517846, 40.088061312916572 ], [ -112.15967390390129, 40.088272368282588 ], [ -112.15935969762224, 40.088419663356198 ], [ -112.1589286693883, 40.088595154594842 ], [ -112.15855566762018, 40.088734026437372 ], [ -112.15825333740668, 40.088890209068154 ], [ -112.15792846577268, 40.089100672344735 ], [ -112.157767479238, 40.089291477940598 ], [ -112.15770062152008, 40.089499361182035 ], [ -112.15769209862979, 40.089688642625553 ], [ -112.15770779510856, 40.089922728705012 ], [ -112.15774984818476, 40.0903277288621 ], [ -112.15778017354604, 40.090732846207629 ], [ -112.157796633895, 40.091011971312774 ], [ -112.15779070621971, 40.091354385601385 ], [ -112.15779635430997, 40.091687674812995 ], [ -112.1577678855722, 40.092084370439814 ], [ -112.15767817880878, 40.092328519349451 ], [ -112.15762396245417, 40.092590332144979 ], [ -112.15758025330247, 40.092779965165491 ], [ -112.15762062878069, 40.093085879198242 ], [ -112.1576369366356, 40.093355996401684 ], [ -112.15759979047597, 40.093932965397904 ], [ -112.15758014874251, 40.094158395182355 ], [ -112.1575713199726, 40.09432966085469 ], [ -112.15757635702958, 40.094626918671061 ], [ -112.15756813877427, 40.094834215578921 ], [ -112.1575367677339, 40.095059762553078 ], [ -112.15752793879285, 40.095231028199088 ], [ -112.15750844918624, 40.095465465741654 ], [ -112.15747784086874, 40.095736051737383 ], [ -112.1573768572681, 40.096007340996628 ], [ -112.15726505930719, 40.096332794230896 ], [ -112.15719880407468, 40.096576708295387 ], [ -112.15717839747307, 40.096757098888794 ], [ -112.15717246689006, 40.097099512862947 ], [ -112.15716638368841, 40.097432919008433 ], [ -112.15716014786508, 40.097757317326781 ], [ -112.15713928308497, 40.097910684457801 ], [ -112.15710836724573, 40.098163254663213 ], [ -112.1549941544543, 40.09731946196294 ], [ -112.15042771058928, 40.09575223918138 ], [ -112.14949640754658, 40.095482196488561 ], [ -112.14930586210353, 40.095312909996252 ], [ -112.14905712684445, 40.09517122852948 ], [ -112.14890177047974, 40.095001592235462 ], [ -112.14873680653116, 40.094958181809886 ], [ -112.14735966775422, 40.094683533561593 ], [ -112.146121322431, 40.094290374017682 ], [ -112.14563620650263, 40.094042911902662 ], [ -112.14529108516543, 40.093749016747694 ], [ -112.14476928020903, 40.093411820276309 ], [ -112.14455604925803, 40.093287796792836 ], [ -112.14434462972217, 40.093271867180952 ], [ -112.14405125980194, 40.093265756045902 ], [ -112.14368781894318, 40.093278354808241 ], [ -112.14364090387939, 40.093278818067716 ], [ -112.14328889011797, 40.093273284048557 ], [ -112.14298213367161, 40.093168199516136 ], [ -112.14229719695501, 40.092895667001109 ], [ -112.1416808312114, 40.092514342301463 ], [ -112.14130551460458, 40.092518041284407 ], [ -112.14114101264511, 40.092501643471863 ], [ -112.14088132779172, 40.092405098896194 ], [ -112.13974801571432, 40.09197479864963 ], [ -112.13890838040329, 40.091568627853015 ], [ -112.13815220450742, 40.091242714981412 ], [ -112.13792546337226, 40.091010699677049 ], [ -112.13776909395139, 40.090777992647375 ], [ -112.1376713672162, 40.090544709389476 ], [ -112.1376432609122, 40.090265695452075 ], [ -112.13755711363657, 40.090023288980582 ], [ -112.13707790509864, 40.090127097448608 ], [ -112.13555637574467, 40.090331221345203 ], [ -112.13522783384057, 40.090325432624603 ], [ -112.13467765115561, 40.090393889374063 ], [ -112.13408384346558, 40.090660976525939 ], [ -112.13324164283168, 40.090804360256783 ], [ -112.13249236994254, 40.090892773137384 ], [ -112.13198760085879, 40.090870679499254 ], [ -112.13184268171806, 40.09061983375171 ], [ -112.13169477957594, 40.09018882978458 ], [ -112.13134297026312, 40.088777797234599 ], [ -112.13108956917291, 40.086933352813851 ], [ -112.13102422115344, 40.086528569560905 ], [ -112.13106695696003, 40.086275890032987 ], [ -112.13065529801459, 40.086207834324256 ], [ -112.12999616867411, 40.086070116801658 ], [ -112.1293351066016, 40.085815292594781 ], [ -112.12882859013865, 40.08568508964489 ], [ -112.12835651437324, 40.085509502122953 ], [ -112.12715496067155, 40.085196863899121 ], [ -112.1257019488698, 40.084571329342943 ], [ -112.12277180996148, 40.083275391905325 ], [ -112.12165033980025, 40.082835788622198 ], [ -112.12148350017387, 40.082675235374332 ], [ -112.12119820900142, 40.082443753518533 ], [ -112.12076106017217, 40.082249777922293 ], [ -112.11846044338252, 40.081425134280444 ], [ -112.11775462343118, 40.081296806895757 ], [ -112.11728525627574, 40.081283316569049 ], [ -112.11634387399269, 40.081094186879994 ], [ -112.11537727919344, 40.080797179719447 ], [ -112.11437595317518, 40.080527526734706 ], [ -112.1134485167327, 40.080473379983999 ], [ -112.11228713425373, 40.080457510086624 ], [ -112.11169830875922, 40.080310003386906 ], [ -112.11078040764178, 40.080120602955617 ], [ -112.11011757078796, 40.079748563266072 ], [ -112.10917111197756, 40.079244095166025 ], [ -112.10863742917567, 40.078879819453284 ], [ -112.10810506635325, 40.078596613106122 ], [ -112.10764321194458, 40.0783217394549 ], [ -112.10700313256693, 40.077904417117338 ], [ -112.10656590630039, 40.077701378855402 ], [ -112.10270947872361, 40.076377737249679 ], [ -112.10226200122933, 40.076264874136577 ], [ -112.10175342706867, 40.075999430697287 ], [ -112.10136356739775, 40.075822950269497 ], [ -112.10106795228971, 40.075672600896695 ], [ -112.10066796575136, 40.075595317731576 ], [ -112.1002569791152, 40.075563184652189 ], [ -112.10003273744593, 40.075475220432807 ], [ -112.09974856273884, 40.075306740224185 ], [ -112.09933569500377, 40.075157499547082 ], [ -112.09882019259257, 40.075189419010947 ], [ -112.09846899628427, 40.075228787566267 ], [ -112.09826835433603, 40.075149605509964 ], [ -112.09799533232824, 40.0749449776266 ], [ -112.0977098629633, 40.07469542004506 ], [ -112.09548076887478, 40.072446153145769 ], [ -112.09443336120076, 40.071483038073623 ], [ -112.09380284517943, 40.070921400845876 ], [ -112.08697677456922, 40.063480811194161 ], [ -112.0865459847537, 40.06293527778206 ], [ -112.08378386871554, 40.058078041782252 ], [ -112.08366264318272, 40.057826911718443 ], [ -112.08354270277934, 40.057656854389869 ], [ -112.08338787971678, 40.057505142020013 ], [ -112.08311582888631, 40.05735452551999 ], [ -112.08290239335292, 40.057203360470538 ], [ -112.08145996111271, 40.056442023450764 ], [ -112.08158966656487, 40.055747085966189 ], [ -112.0815373643979, 40.055405215654197 ], [ -112.08147462198832, 40.055144527699397 ], [ -112.08120889715174, 40.05465148889617 ], [ -112.08082410303426, 40.054042437638024 ], [ -112.0805828276886, 40.053612235251286 ], [ -112.07993447097554, 40.052645261264878 ], [ -112.07952824578547, 40.052162537387957 ], [ -112.07906000722288, 40.051464162982164 ], [ -112.07859263036853, 40.050819835216259 ], [ -112.07787144510043, 40.049691356973476 ], [ -112.07766508483269, 40.049242804317934 ], [ -112.07747271829805, 40.048938272292453 ], [ -112.07713686094819, 40.048454885110921 ], [ -112.07633764456793, 40.047579386790041 ], [ -112.07614528873442, 40.047274852334397 ], [ -112.07598852285057, 40.046997015362486 ], [ -112.07571355649378, 40.046657209541259 ], [ -112.0754035714989, 40.046326737551077 ], [ -112.07502411299562, 40.046050966097468 ], [ -112.07381415886221, 40.045143222471459 ], [ -112.0734830093262, 40.044957092672981 ], [ -112.0729739321104, 40.044637468019815 ], [ -112.07247813313724, 40.044416822222139 ], [ -112.07198177292192, 40.04416014163813 ], [ -112.07149699595432, 40.043894342315035 ], [ -112.07128306423553, 40.043707121996881 ], [ -112.07111390101626, 40.043384345481591 ], [ -112.07095744659757, 40.04312451744795 ], [ -112.07075763510362, 40.04309032644035 ], [ -112.06923834940896, 40.048636164948718 ], [ -112.06916136669003, 40.048961215742722 ], [ -112.0690468261234, 40.04913345234467 ], [ -112.06884076423997, 40.049450684472745 ], [ -112.06488089180029, 40.054136026757583 ], [ -112.06479145924892, 40.054416141652936 ], [ -112.06478576570362, 40.054803600206398 ], [ -112.06487441339219, 40.055226229381567 ], [ -112.06500981248506, 40.055639419228356 ], [ -112.06475205499709, 40.055650797978103 ], [ -112.06412365729584, 40.055953883504486 ], [ -112.06364909301381, 40.05710244110972 ], [ -112.06339361054869, 40.058014740298674 ], [ -112.06325727482667, 40.058295284399215 ], [ -112.0629679773369, 40.058541194184556 ], [ -112.0625733091733, 40.058797079219879 ], [ -112.06139529768001, 40.059952077314087 ], [ -112.06110724426667, 40.060279056001491 ], [ -112.06092400087606, 40.060560026952089 ], [ -112.06070698241558, 40.06093140125946 ], [ -112.06041208629263, 40.061573771211876 ], [ -112.06033267414183, 40.061745677437202 ], [ -112.06011341477192, 40.06197292008504 ], [ -112.05955793274015, 40.062446492854399 ], [ -112.059105586565, 40.062765959637368 ], [ -112.05827988271683, 40.06320595871447 ], [ -112.0575824359081, 40.063599733886917 ], [ -112.05727900414368, 40.063692598014427 ], [ -112.0567491955826, 40.063553281255565 ], [ -112.05619427173461, 40.063306077791985 ], [ -112.05578017806452, 40.063066597667735 ], [ -112.05553230717064, 40.062960743183979 ], [ -112.0550386521135, 40.062884155200123 ], [ -112.05344156465544, 40.062727510144967 ], [ -112.05173434307255, 40.067608118735841 ], [ -112.04892933656775, 40.071273362592088 ], [ -112.04690043179417, 40.073562092933898 ], [ -112.0469913599004, 40.082561682354317 ], [ -112.04067649171249, 40.099195894279077 ], [ -112.03975906881932, 40.099041964934536 ], [ -112.03388112039416, 40.111419424651416 ], [ -112.02768494850342, 40.114492715375391 ], [ -112.0174962683183, 40.115853003321746 ], [ -112.01626577144488, 40.119116192733742 ], [ -112.01798726647652, 40.123596748223768 ], [ -112.0173920145921, 40.1261786575702 ], [ -112.01365369154314, 40.129716082463212 ], [ -112.00845986495426, 40.144392615139402 ], [ -112.00745219993422, 40.146113161229074 ], [ -112.00618100880681, 40.148277445953809 ], [ -112.00251719148605, 40.148219132988515 ], [ -111.99063800131577, 40.154817108758209 ], [ -111.98839708027822, 40.153313682976183 ], [ -111.98578714295613, 40.157137872149967 ], [ -111.98543150735867, 40.164213219898897 ], [ -111.9836044144395, 40.171868655846943 ], [ -111.98029164817298, 40.174257192926362 ], [ -111.97501751669144, 40.181590258777142 ], [ -111.9752317454785, 40.183426350819616 ], [ -111.97052069272817, 40.187493097010289 ], [ -111.97325754116689, 40.191587363617785 ], [ -111.97304066962687, 40.192030641701045 ], [ -111.97269464041399, 40.197412089689536 ], [ -111.96884376976834, 40.196777698276335 ], [ -111.96818267052409, 40.200684245903794 ], [ -111.96555670444693, 40.206895548115121 ], [ -111.96219416578373, 40.207590234737204 ], [ -111.95378540514687, 40.212948268101819 ], [ -111.95144237639576, 40.215147792792507 ], [ -111.95078259111636, 40.217549676749208 ], [ -111.94996267073809, 40.217745603601784 ], [ -111.94913432818825, 40.21902270418888 ], [ -111.9461574577365, 40.220461530592111 ], [ -111.94627136726557, 40.221046200700904 ], [ -111.9427324331168, 40.227732914576208 ], [ -111.93939022528247, 40.230841251333196 ], [ -111.93551254830858, 40.231791603518843 ], [ -111.93471196722821, 40.23255484828487 ], [ -111.92789424742917, 40.236006194090706 ], [ -111.92657314838733, 40.242575499733917 ], [ -111.92376412287039, 40.246958421378174 ], [ -111.92028395929549, 40.246959122047876 ], [ -111.91084272555514, 40.246952735225847 ], [ -111.89190539185948, 40.246343463639661 ], [ -111.88596551987695, 40.246154850777344 ], [ -111.86700191092908, 40.246217396287726 ], [ -111.86001853916092, 40.24625148623884 ], [ -111.86032134755727, 40.246024004267646 ], [ -111.86052999131523, 40.245788212499811 ], [ -111.86073612325819, 40.2453542355398 ], [ -111.86097421038089, 40.244658752184584 ], [ -111.8611642423337, 40.243882542613854 ], [ -111.86142743005985, 40.243313000934059 ], [ -111.86187493182717, 40.24244478071158 ], [ -111.86227951569856, 40.241901211622974 ], [ -111.86266058256639, 40.241357816392686 ], [ -111.86280905546202, 40.241014357840633 ], [ -111.8627801700641, 40.240591138161228 ], [ -111.86291265377763, 40.239914456130208 ], [ -111.86327920366139, 40.2391549447755 ], [ -111.86363502087904, 40.238476595613065 ], [ -111.86390923537445, 40.237852910043195 ], [ -111.86410230812326, 40.237319922256013 ], [ -111.86442295894942, 40.236650842339124 ], [ -111.8646382727086, 40.236018585558625 ], [ -111.86492376420668, 40.235358776076644 ], [ -111.86508305010429, 40.234943159407855 ], [ -111.86518264635887, 40.234455914618827 ], [ -111.86525483479883, 40.233662559589142 ], [ -111.86543292073642, 40.232877421844641 ], [ -111.86575124385084, 40.23202816989081 ], [ -111.86612993350124, 40.23130459497807 ], [ -111.86646297922032, 40.230689471730436 ], [ -111.86685501534696, 40.230091924196515 ], [ -111.86708548648721, 40.229729826902116 ], [ -111.86713965713018, 40.229369050187472 ], [ -111.86692407924909, 40.229055340668481 ], [ -111.86680344691176, 40.228812993851491 ], [ -111.86675310418329, 40.22855210196856 ], [ -111.86703923423535, 40.227946337450398 ], [ -111.86724423826541, 40.227431272850481 ], [ -111.8672847003271, 40.22691744097699 ], [ -111.86753808947728, 40.226510124506696 ], [ -111.8676740641876, 40.226112697043909 ], [ -111.86782859889676, 40.225327731310458 ], [ -111.86803209450086, 40.2246955558198 ], [ -111.86804051214595, 40.224434223606451 ], [ -111.86793106177585, 40.224146747500839 ], [ -111.86791390578418, 40.223723440008484 ], [ -111.8678735906374, 40.223327333985999 ], [ -111.86812730823205, 40.222947041409405 ], [ -111.86849681762018, 40.22243074020804 ], [ -111.86889086110692, 40.221995337158504 ], [ -111.86923984952381, 40.221713428938621 ], [ -111.86941255765973, 40.221432843965616 ], [ -111.86964045241871, 40.220872556297344 ], [ -111.86984357289668, 40.220213352200403 ], [ -111.87010602326558, 40.219598748106897 ], [ -111.87046259547017, 40.218992444831244 ], [ -111.87063459995548, 40.218657807513729 ], [ -111.8708281446516, 40.218169849981827 ], [ -111.87111408083182, 40.217555066735578 ], [ -111.87127248126767, 40.217076382177098 ], [ -111.87163156973874, 40.216668260537993 ], [ -111.8716392805016, 40.216352877337705 ], [ -111.87147003544057, 40.215984770862597 ], [ -111.87151438438616, 40.215777223256978 ], [ -111.87200041359489, 40.21518795869784 ], [ -111.87234843035576, 40.214833973909883 ], [ -111.87269690577594, 40.214516021775523 ], [ -111.87275126708187, 40.214173258779198 ], [ -111.87295919359035, 40.213892402696167 ], [ -111.87312104149706, 40.213683968177754 ], [ -111.8731961258361, 40.213124825555255 ], [ -111.87345967617679, 40.212600297943332 ], [ -111.87364328478712, 40.212256559021739 ], [ -111.8738513175775, 40.211984709767073 ], [ -111.87379013695245, 40.211795976435425 ], [ -111.87370429956169, 40.211517336223658 ], [ -111.87386359407093, 40.211110715353911 ], [ -111.87420868677455, 40.210531514460868 ], [ -111.87433214765463, 40.210080117038061 ], [ -111.87452622136614, 40.209637195265955 ], [ -111.87494376849291, 40.209210602723331 ], [ -111.87533618866043, 40.208658068482904 ], [ -111.87556538456739, 40.208205869981967 ], [ -111.87565578683846, 40.207925897791306 ], [ -111.87578178450224, 40.207672684107834 ], [ -111.87574843057372, 40.206907145802532 ], [ -111.87622040762257, 40.206146792492653 ], [ -111.87693724645401, 40.205240433494964 ], [ -111.87732939571778, 40.204669875686122 ], [ -111.87773549491287, 40.204270387544405 ], [ -111.87814985077644, 40.203600556136209 ], [ -111.87838913226589, 40.203022144950047 ], [ -111.8786808704152, 40.20286677250472 ], [ -111.87914452991507, 40.202376749320791 ], [ -111.87970240300182, 40.201904026911073 ], [ -111.87999110486857, 40.201514432203503 ], [ -111.88022931505196, 40.200854941435011 ], [ -111.88034318523169, 40.200574786864372 ], [ -111.88071609644024, 40.200337708105629 ], [ -111.88114879521268, 40.200181256839272 ], [ -111.88150065540903, 40.200133531317661 ], [ -111.88161591942998, 40.199961476595256 ], [ -111.88179910352849, 40.199590699529622 ], [ -111.88211536591163, 40.199516215383397 ], [ -111.88285315292606, 40.199330404480278 ], [ -111.88329700368206, 40.199128813578767 ], [ -111.88418621854517, 40.198842736161886 ], [ -111.8848282530284, 40.198522504370054 ], [ -111.88539121095454, 40.198446125298346 ], [ -111.88593172725794, 40.19845099905092 ], [ -111.88635417899756, 40.198411727817295 ], [ -111.8868101130624, 40.198237058871761 ], [ -111.88729952648548, 40.1979269918386 ], [ -111.88759028249893, 40.197699529966009 ], [ -111.88838946699951, 40.196819495985686 ], [ -111.88888261134811, 40.195896760290793 ], [ -111.88889212366303, 40.195725510280305 ], [ -111.88916066478735, 40.195597317465108 ], [ -111.8893461500863, 40.195406696959971 ], [ -111.88951670885147, 40.194972939354237 ], [ -111.88976655172654, 40.194313339193783 ], [ -111.89006337772668, 40.193653377194295 ], [ -111.89032892883313, 40.192399039924105 ], [ -111.89026289149045, 40.191840970027513 ], [ -111.89033946326349, 40.191407933769298 ], [ -111.89051189136948, 40.19111830920707 ], [ -111.89104692606749, 40.190708772677183 ], [ -111.89155787174936, 40.190254372588051 ], [ -111.89256628823249, 40.190111461850059 ], [ -111.8934783654651, 40.189789099526422 ], [ -111.8941811313606, 40.189630514789975 ], [ -111.89456899454785, 40.189645536793478 ], [ -111.8948391584879, 40.189643448733364 ], [ -111.89511893688881, 40.189479117922282 ], [ -111.89514219247734, 40.189460919455314 ], [ -111.89532563067412, 40.189117146639063 ], [ -111.89547619824005, 40.188953814230835 ], [ -111.89592053630422, 40.188797217730873 ], [ -111.89645658745462, 40.188468732224266 ], [ -111.89685405461886, 40.188321504422888 ], [ -111.89718199365367, 40.188246888713827 ], [ -111.89730846930048, 40.18803869402101 ], [ -111.8974477587104, 40.187911483750433 ], [ -111.89765586053737, 40.187657609222661 ], [ -111.8977224166467, 40.187359785449701 ], [ -111.8978598033641, 40.187088440254783 ], [ -111.89830317295039, 40.18685976753568 ], [ -111.89876955538423, 40.186594877156864 ], [ -111.89901062561236, 40.186169567035655 ], [ -111.8990545158171, 40.185934983738306 ], [ -111.8993882374658, 40.185409850623891 ], [ -111.89961033112668, 40.185327041004136 ], [ -111.89985532000793, 40.185199006364542 ], [ -111.90010919567689, 40.184854678287607 ], [ -111.9003171592633, 40.184591790652966 ], [ -111.90030267468667, 40.184384688790324 ], [ -111.90043092044858, 40.18431161673886 ], [ -111.90060507494962, 40.18415710346099 ], [ -111.90061443753365, 40.183976844082622 ], [ -111.90061205484641, 40.183796676072802 ], [ -111.90078537354401, 40.183579103724263 ], [ -111.90112419609764, 40.183441326890581 ], [ -111.90135588021936, 40.183196271364963 ], [ -111.90135301872249, 40.182980069767339 ], [ -111.90160664017269, 40.182617721648548 ], [ -111.90179265199389, 40.182472123543185 ], [ -111.90201365931171, 40.182308233810943 ], [ -111.90204591129653, 40.182082749276873 ], [ -111.90199666469337, 40.181911955731017 ], [ -111.90219048063359, 40.181468988277913 ], [ -111.90250341278283, 40.18115122255427 ], [ -111.90295656198164, 40.180778306415583 ], [ -111.90323353666531, 40.180406763167007 ], [ -111.9035478931862, 40.180197095461629 ], [ -111.90398088903157, 40.18007659387554 ], [ -111.90433143220575, 40.179938716125442 ], [ -111.90435145257008, 40.179677289105868 ], [ -111.90473471350393, 40.17934995856691 ], [ -111.90498134695233, 40.179348030849084 ], [ -111.90533056719968, 40.179111057758135 ], [ -111.90525818510073, 40.178967474453856 ], [ -111.90545664206074, 40.178875829108307 ], [ -111.90585427320032, 40.178746587783081 ], [ -111.90596872110895, 40.178520458878879 ], [ -111.90596632471969, 40.178340290964812 ], [ -111.9061530346364, 40.178248736352018 ], [ -111.90657462882966, 40.178155342321062 ], [ -111.9069011885985, 40.177981607266155 ], [ -111.90725159500532, 40.177834712414125 ], [ -111.90745842973641, 40.177490736631761 ], [ -111.90763387133212, 40.177435305293947 ], [ -111.90786695254687, 40.177298337685251 ], [ -111.90788779921608, 40.177099968845681 ], [ -111.90830890333899, 40.176970535014824 ], [ -111.90861100367698, 40.176724912356818 ], [ -111.90892737003941, 40.176668372937144 ], [ -111.90925415711627, 40.176512648127179 ], [ -111.9096126859653, 40.176095402282108 ], [ -111.91002415295382, 40.175245291061934 ], [ -111.91036948223052, 40.174720034530097 ], [ -111.91047120177087, 40.174421926478651 ], [ -111.9104675898556, 40.174151674750924 ], [ -111.91080273256033, 40.173743618369407 ], [ -111.91116268339729, 40.17343446848438 ], [ -111.91145132718567, 40.17306281350838 ], [ -111.91166866432742, 40.17262865395876 ], [ -111.91195609615021, 40.172166913834076 ], [ -111.9123240370409, 40.171578407792317 ], [ -111.91281776505076, 40.170736647266068 ], [ -111.91300082342265, 40.170374830103142 ], [ -111.91328944444837, 40.170003170604829 ], [ -111.9137646173445, 40.169530935360967 ], [ -111.91403288736787, 40.169393677542352 ], [ -111.91438057452945, 40.169048576988359 ], [ -111.91466010030972, 40.168875191440691 ], [ -111.91526648081305, 40.168555072200604 ], [ -111.91569708129417, 40.168263368241888 ], [ -111.91601775739251, 40.167657205370425 ], [ -111.91638467015132, 40.166996619528675 ], [ -111.91646335254546, 40.16673472567107 ], [ -111.9165773821012, 40.166481561267105 ], [ -111.91679951416884, 40.166407727707174 ], [ -111.91706800823808, 40.166288479761434 ], [ -111.9172418367111, 40.166115925137376 ], [ -111.9175448273854, 40.165942346697115 ], [ -111.91769371384703, 40.165661876883732 ], [ -111.91799694406029, 40.165506314054184 ], [ -111.91817983987103, 40.165135480455994 ], [ -111.91832957177608, 40.164918068536942 ], [ -111.91876098640429, 40.164689412102618 ], [ -111.91900282795751, 40.164336128090568 ], [ -111.91932685930867, 40.163982190968234 ], [ -111.91966177803636, 40.163565100996742 ], [ -111.92027228738772, 40.162686342928687 ], [ -111.92042912563488, 40.162126516391268 ], [ -111.92025720401894, 40.161569303159425 ], [ -111.92025477129646, 40.161389135434014 ], [ -111.92045400847731, 40.161360523603761 ], [ -111.92081823213329, 40.161375646147 ], [ -111.9212143922569, 40.161147260911768 ], [ -111.92170155567572, 40.160701925415069 ], [ -111.92216779009746, 40.160445950985533 ], [ -111.92236653602085, 40.160381302368009 ], [ -111.92256076995558, 40.159983343260421 ], [ -111.92273493445461, 40.159837805687218 ], [ -111.92307200824629, 40.159582856903697 ], [ -111.92337117185583, 40.15913000366767 ], [ -111.92356466409677, 40.158677992602229 ], [ -111.92385220190157, 40.158234240169634 ], [ -111.92411662105177, 40.157817699596784 ], [ -111.92416004181425, 40.157556081667963 ], [ -111.92414622491953, 40.157403032874662 ], [ -111.92435462396095, 40.157185144715321 ], [ -111.9250025605799, 40.156477240146877 ], [ -111.92533814196514, 40.156114184317538 ], [ -111.92580151747423, 40.155651002783841 ], [ -111.92606591490795, 40.155234457822196 ], [ -111.92633190048352, 40.1549350212184 ], [ -111.92646910969323, 40.154663642577191 ], [ -111.92654541357925, 40.154230582662251 ], [ -111.92660019566031, 40.153941844695161 ], [ -111.92697232342252, 40.153677594547311 ], [ -111.92733172809908, 40.153341370203059 ], [ -111.9277262261613, 40.152995854193648 ], [ -111.92792126668921, 40.15266094484663 ], [ -111.92802165184814, 40.152272737676206 ], [ -111.92834337179694, 40.151756624903911 ], [ -111.9286412397751, 40.151213674415501 ], [ -111.9289145196163, 40.150589836097971 ], [ -111.92894630122503, 40.150337318872296 ], [ -111.9290963351865, 40.150146918378063 ], [ -111.92928134067566, 40.149938218285065 ], [ -111.92938306505427, 40.149649102085228 ], [ -111.92960267188714, 40.149395076895104 ], [ -111.92976308991987, 40.149105489105779 ], [ -111.92988607792167, 40.148654033059238 ], [ -111.93000795854488, 40.148121501425543 ], [ -111.93009462065585, 40.147589252525904 ], [ -111.93057818790527, 40.146891645671964 ], [ -111.93088861697672, 40.146411653732414 ], [ -111.93140726058309, 40.145704751959414 ], [ -111.93175560186215, 40.145422658866316 ], [ -111.93197629448851, 40.145249704683621 ], [ -111.93207701577128, 40.144888519037501 ], [ -111.93218836613049, 40.144446163351667 ], [ -111.93279903913862, 40.14360337365661 ], [ -111.93324943242266, 40.14305918198307 ], [ -111.93352535140765, 40.142633517173834 ], [ -111.93398265927596, 40.141737901155864 ], [ -111.93460280209072, 40.140732856523009 ], [ -111.93491095278701, 40.140090703051193 ], [ -111.93531349171745, 40.139483823859379 ], [ -111.9356002561381, 40.138995000672438 ], [ -111.93585291693809, 40.138587536808565 ], [ -111.93608370738508, 40.138297371136019 ], [ -111.93611508667078, 40.138017826632485 ], [ -111.93631053892521, 40.137718936783564 ], [ -111.93663274763851, 40.137247843104355 ], [ -111.93699707412765, 40.136425041745298 ], [ -111.93705179901315, 40.136136298621636 ], [ -111.93721227888304, 40.135855708954871 ], [ -111.93728948585995, 40.135494708652146 ], [ -111.93746256659571, 40.135277082319575 ], [ -111.93748220237003, 40.134997632398104 ], [ -111.93764243023639, 40.134699025363837 ], [ -111.93776831374548, 40.134463761940232 ], [ -111.93788369829542, 40.13431867727563 ], [ -111.93811731509923, 40.134235700423297 ], [ -111.93816116430919, 40.134010110506658 ], [ -111.93823910769872, 40.13370315984082 ], [ -111.93841267659528, 40.133521565642859 ], [ -111.93846850866026, 40.133313897255597 ], [ -111.93851347149585, 40.133169382645008 ], [ -111.93886283568732, 40.13296834408559 ], [ -111.93918810512049, 40.132722452952819 ], [ -111.93957056478732, 40.132367984222036 ], [ -111.94003827680386, 40.132238056914652 ], [ -111.94053746997915, 40.131837590358877 ], [ -111.94133769377655, 40.131137365090439 ], [ -111.94166033461764, 40.130702291165257 ], [ -111.94190417798083, 40.130511110830057 ], [ -111.94201793025512, 40.13024891319462 ], [ -111.94215440697489, 40.12993247420647 ], [ -111.94240848891833, 40.129633096796212 ], [ -111.94255744500357, 40.129370612103578 ], [ -111.94262275685, 40.129000695395085 ], [ -111.9426662147396, 40.128748078640548 ], [ -111.94286173678836, 40.128458186274521 ], [ -111.9429041976227, 40.128133502379356 ], [ -111.94295802006707, 40.127781697754017 ], [ -111.94289635533215, 40.127565974394052 ], [ -111.94291671411094, 40.127340573753187 ], [ -111.94295855166776, 40.126970847877352 ], [ -111.94301137711165, 40.126546976111385 ], [ -111.94298242929035, 40.12615079838956 ], [ -111.94288219999105, 40.12569213525186 ], [ -111.9427968185023, 40.12545858606088 ], [ -111.94286436607197, 40.12525081995804 ], [ -111.94289546364443, 40.124953256611285 ], [ -111.94284528783876, 40.124719420768805 ], [ -111.94282007561468, 40.124593494448419 ], [ -111.94279498794009, 40.124476576505018 ], [ -111.94278151076196, 40.12435055463181 ], [ -111.9427797684713, 40.124224437219581 ], [ -111.94270413305549, 40.123846658145396 ], [ -111.94267904587862, 40.123729740156527 ], [ -111.94260515353189, 40.123478078409583 ], [ -111.94258006667201, 40.123361160388384 ], [ -111.94254312082307, 40.123235329479051 ], [ -111.94250629952265, 40.123118506942767 ], [ -111.94245761932693, 40.122992771501877 ], [ -111.94242067391572, 40.122866940540654 ], [ -111.94238385303521, 40.122750117953402 ], [ -111.94234690789966, 40.122624286960352 ], [ -111.94229835274443, 40.122507559825017 ], [ -111.94224967338791, 40.122381824274164 ], [ -111.94215256393929, 40.122148369879902 ], [ -111.94209227501091, 40.122031738107239 ], [ -111.94194822894445, 40.121798665347519 ], [ -111.94187633060324, 40.121691137285723 ], [ -111.94180430818244, 40.121574600781365 ], [ -111.94163704397602, 40.12135973524002 ], [ -111.9415416779446, 40.121252397775315 ], [ -111.94145804652314, 40.12114496483246 ], [ -111.94135119527979, 40.121055739384715 ], [ -111.94125583012747, 40.120948401668976 ], [ -111.94114897945762, 40.120859176025071 ], [ -111.94105373910666, 40.12076084652896 ], [ -111.94094676480442, 40.120662612292342 ], [ -111.94082818077574, 40.120573481679564 ], [ -111.94072120709303, 40.120475247224327 ], [ -111.94061435786534, 40.120386021063375 ], [ -111.94050738478565, 40.120287786400546 ], [ -111.94038880198283, 40.120198655318063 ], [ -111.94028182952265, 40.120100420436643 ], [ -111.94017498145784, 40.120011193851226 ], [ -111.9400797437017, 40.119912863510116 ], [ -111.93996103805223, 40.119814723569242 ], [ -111.93986580088055, 40.119716393042182 ], [ -111.93975882993313, 40.119618157652226 ], [ -111.93947312094878, 40.119323165293416 ], [ -111.93937776119397, 40.119215825937594 ], [ -111.93928252570579, 40.119117494901538 ], [ -111.93917543259245, 40.119010250538203 ], [ -111.93909193161744, 40.118911824175598 ], [ -111.93887799479825, 40.118715351780509 ], [ -111.93878276073444, 40.11861702030879 ], [ -111.93867591696245, 40.118527792268516 ], [ -111.93856894960238, 40.118429555718478 ], [ -111.93845037256811, 40.118340422556663 ], [ -111.93834352966472, 40.118251194195558 ], [ -111.93810637711437, 40.118072927264706 ], [ -111.93799953508001, 40.117983698572182 ], [ -111.9378809595639, 40.117894564803144 ], [ -111.93764393320308, 40.117725305296212 ], [ -111.93752535859971, 40.117636171148654 ], [ -111.93739505060256, 40.117547131851481 ], [ -111.9372766003263, 40.117467005850571 ], [ -111.93716976032569, 40.11737777635998 ], [ -111.93681404111135, 40.117110372023944 ], [ -111.9367070786585, 40.117012133674208 ], [ -111.93658863011679, 40.116932006942427 ], [ -111.93648166826883, 40.116833768374597 ], [ -111.93637483030039, 40.116744538117715 ], [ -111.93625625905771, 40.116655402617305 ], [ -111.93614929812333, 40.116557163727414 ], [ -111.93604246102339, 40.116467933149771 ], [ -111.9359237671859, 40.116369788877726 ], [ -111.93571009444335, 40.116191327184019 ], [ -111.9355915250305, 40.116102190973656 ], [ -111.93548468937337, 40.116012959858011 ], [ -111.93536599713059, 40.11591481498845 ], [ -111.93525916206227, 40.115825583655166 ], [ -111.93503375937986, 40.115647215413055 ], [ -111.93491506842261, 40.115549070060517 ], [ -111.93480823451739, 40.115459838292395 ], [ -111.93468966755343, 40.115370701119545 ], [ -111.93458283422251, 40.115281469134203 ], [ -111.93446426786274, 40.115192331720962 ], [ -111.93435743510609, 40.115103099518421 ], [ -111.93422713607188, 40.115014056515641 ], [ -111.93410857064077, 40.114924918723531 ], [ -111.93399012876711, 40.114844789229181 ], [ -111.93387156393908, 40.114755651184971 ], [ -111.93375312263646, 40.114675521439359 ], [ -111.9336345584115, 40.114586383143035 ], [ -111.93350438448613, 40.114506347722823 ], [ -111.93338594404548, 40.114426217588417 ], [ -111.93325577071526, 40.114346181879739 ], [ -111.93313733084305, 40.114266051482389 ], [ -111.9328769856771, 40.114105979337225 ], [ -111.93275854666425, 40.114025848539363 ], [ -111.93262837482851, 40.113945812102898 ], [ -111.93239149821721, 40.113785549855855 ], [ -111.93224959420711, 40.113705607441361 ], [ -111.93213103362474, 40.113616467549363 ], [ -111.93201259633315, 40.113536335962237 ], [ -111.9316220871473, 40.113296223602873 ], [ -111.93150365100594, 40.11321609147771 ], [ -111.93137348217665, 40.113136053585286 ], [ -111.93113661130828, 40.112975788683748 ], [ -111.93100632051929, 40.112886741930645 ], [ -111.93088788580823, 40.112806609153843 ], [ -111.93076932856098, 40.112717467816076 ], [ -111.93065089442096, 40.112637334788083 ], [ -111.93017666970111, 40.112280767671258 ], [ -111.93006984710247, 40.11219153135341 ], [ -111.929951414694, 40.112111397583156 ], [ -111.92935864369854, 40.111665684647321 ], [ -111.92925182313253, 40.111576447542447 ], [ -111.92913339274904, 40.111496312904194 ], [ -111.92877773562995, 40.111228882908293 ], [ -111.9286593064044, 40.111148747767288 ], [ -111.92839898357312, 40.110988665215658 ], [ -111.92828055520678, 40.110908529674276 ], [ -111.92815051699831, 40.110837496479903 ], [ -111.92800862404854, 40.110757548702566 ], [ -111.92789031896389, 40.110686421195197 ], [ -111.92774854903608, 40.110615481536556 ], [ -111.92761851193366, 40.110544447728657 ], [ -111.92747674257954, 40.110473507729012 ], [ -111.92734670602729, 40.110402473607898 ], [ -111.92721654740964, 40.110322430888459 ], [ -111.92707477892918, 40.110251490384094 ], [ -111.92681470776759, 40.110109421064784 ], [ -111.92668455032745, 40.110029377730015 ], [ -111.92654278300161, 40.109958436557712 ], [ -111.92615267998116, 40.109745330513363 ], [ -111.92602252400515, 40.109665286412913 ], [ -111.92588075811491, 40.109594344409423 ], [ -111.9257507248808, 40.109523308447834 ], [ -111.92562056979561, 40.109443263882476 ], [ -111.92549053711735, 40.10937222762059 ], [ -111.92523022843284, 40.109212137736677 ], [ -111.92511180684515, 40.109131998853606 ], [ -111.92498177528428, 40.10906096200398 ], [ -111.92472146897146, 40.108900870941106 ], [ -111.92459143825309, 40.108829833640861 ], [ -111.92446128583958, 40.108749787732826 ], [ -111.92433125567706, 40.108678750132299 ], [ -111.92420110385437, 40.108598703923093 ], [ -111.92405946396012, 40.108536768089849 ], [ -111.92392943461695, 40.108465730026268 ], [ -111.923787673367, 40.108394785393322 ], [ -111.92364603426465, 40.108332849043258 ], [ -111.92350427358103, 40.108261904055347 ], [ -111.92322099668789, 40.108138030470386 ], [ -111.92307948040252, 40.108085101875162 ], [ -111.92293784257382, 40.108023164641168 ], [ -111.92279644848246, 40.107979244157058 ], [ -111.92263159036847, 40.107935510424198 ], [ -111.92247846455567, 40.107891683008198 ], [ -111.9223254606148, 40.107856863851886 ], [ -111.92201896663889, 40.107751191064509 ], [ -111.92187745206475, 40.107698260977394 ], [ -111.92173569450752, 40.10762731378135 ], [ -111.92145242339507, 40.107503435791081 ], [ -111.92132239869674, 40.107432394735092 ], [ -111.92118064226054, 40.107361446843683 ], [ -111.92103900762358, 40.107299507243425 ], [ -111.92090898373891, 40.107228465711579 ], [ -111.92076734962019, 40.107166525771802 ], [ -111.92062559430497, 40.107095577185071 ], [ -111.92034232737907, 40.106971696420771 ], [ -111.92018908375829, 40.106918857458233 ], [ -111.92004769367134, 40.106874933564193 ], [ -111.91974145020855, 40.106787271587535 ], [ -111.91943496493396, 40.106681591843248 ], [ -111.91929345453526, 40.106628658541489 ], [ -111.91872693031817, 40.106380889671577 ], [ -111.91858517872203, 40.106309938535659 ], [ -111.91844354857825, 40.1062479956991 ], [ -111.91831352936155, 40.106176951187692 ], [ -111.9181717786127, 40.106105999533732 ], [ -111.91790013085779, 40.105973011193299 ], [ -111.9177701127239, 40.105901966056244 ], [ -111.91762836310332, 40.10583101372108 ], [ -111.91735659647264, 40.105689015594983 ], [ -111.91722657943902, 40.105617969831869 ], [ -111.91708483096572, 40.105547016815045 ], [ -111.91695481448224, 40.105475970738908 ], [ -111.91682467732534, 40.10539591603046 ], [ -111.91669466139766, 40.105324869654169 ], [ -111.91669224290655, 40.105144699993623 ], [ -111.91667881835627, 40.105018674081869 ], [ -111.91667373969285, 40.104640317766361 ], [ -111.91664689094814, 40.104388265909002 ], [ -111.9166101245866, 40.104271434150235 ], [ -111.91657323745038, 40.10414559389104 ], [ -111.91651300845301, 40.104028947773052 ], [ -111.91646451109474, 40.103912208790085 ], [ -111.91642762443257, 40.103786368471603 ], [ -111.91637912739974, 40.103669629444482 ], [ -111.9163422410339, 40.103543789090359 ], [ -111.91630547567381, 40.103426957207084 ], [ -111.91623170363195, 40.103175276419528 ], [ -111.91618308653834, 40.10304952880184 ], [ -111.91615793215057, 40.102923595568058 ], [ -111.91614450909961, 40.102797569530566 ], [ -111.91615466938129, 40.102680366387304 ], [ -111.91620014407792, 40.102571893334201 ], [ -111.91628069132055, 40.102454133355046 ], [ -111.91646548902258, 40.102236444556958 ], [ -111.91653430429768, 40.102118777229933 ], [ -111.91655619493255, 40.102001481212817 ], [ -111.9165426504708, 40.101866446719178 ], [ -111.91652922695557, 40.101740420709135 ], [ -111.91655111749024, 40.101623124686654 ], [ -111.91662005291785, 40.101514465793997 ], [ -111.9167007191275, 40.101405714012586 ], [ -111.91680496796459, 40.101305784948913 ], [ -111.91689748553377, 40.101205948662006 ], [ -111.91711771265147, 40.101005997205128 ], [ -111.91721022936093, 40.100906160672949 ], [ -111.91741872372539, 40.100706301552947 ], [ -111.9175112395926, 40.100606464784669 ], [ -111.9175919033264, 40.100497712393583 ], [ -111.91770606474736, 40.100262562272299 ], [ -111.91775129334685, 40.100136071634282 ], [ -111.91782022539549, 40.100027412037868 ], [ -111.91788903616779, 40.099909743912548 ], [ -111.9179814292123, 40.099800898286553 ], [ -111.91807406413015, 40.099710069564466 ], [ -111.91820201196346, 40.099627970270845 ], [ -111.91833008060443, 40.099554879325929 ], [ -111.91846987963274, 40.099481695217897 ], [ -111.91860979951211, 40.099417519430823 ], [ -111.91886569247714, 40.099253319539343 ], [ -111.91898190788945, 40.099171312461152 ], [ -111.91910997483245, 40.099098220667102 ], [ -111.91923792026658, 40.099016120247299 ], [ -111.91936598664239, 40.098943028174567 ], [ -111.91987776412745, 40.098614624548034 ], [ -111.92000595039319, 40.098550540263993 ], [ -111.92015771874175, 40.098495277940728 ], [ -111.92030985095909, 40.098467040874226 ], [ -111.92047383491801, 40.098447718868634 ], [ -111.92063769736428, 40.098419388148159 ], [ -111.92081341157663, 40.098399972421618 ], [ -111.92095344846028, 40.098344802324107 ], [ -111.92104607744261, 40.098253971268917 ], [ -111.92112661131537, 40.098136207983806 ], [ -111.92120726640221, 40.098027453126306 ], [ -111.92133520728996, 40.097945350425483 ], [ -111.92147512129135, 40.097881171225602 ], [ -111.92162688693749, 40.097825907000896 ], [ -111.92177889546167, 40.097788659543156 ], [ -111.92227120569029, 40.097757712096872 ], [ -111.92242309204791, 40.097711455318425 ], [ -111.92256312619323, 40.097656283298655 ], [ -111.92267921273357, 40.097565264088672 ], [ -111.92278344696653, 40.097465329742519 ], [ -111.92289953288942, 40.097374310315686 ], [ -111.92303968768047, 40.097328146208127 ], [ -111.92321564184051, 40.097326743830799 ], [ -111.92336764835277, 40.097289494306928 ], [ -111.9235194111148, 40.097234227628768 ], [ -111.92365919976095, 40.097161037344023 ], [ -111.92378737969698, 40.097096948929533 ], [ -111.92392716777168, 40.097023758326046 ], [ -111.92405522533555, 40.096950661141925 ], [ -111.92418316074769, 40.096868555341288 ], [ -111.92431121774439, 40.096795457878557 ], [ -111.92445100463489, 40.096722266652336 ], [ -111.92456720898585, 40.096640254058386 ], [ -111.92495101069572, 40.096393934570315 ], [ -111.92506721388573, 40.096311921483185 ], [ -111.92532307956273, 40.096147707543786 ], [ -111.92545113397883, 40.09607460884073 ], [ -111.92570699783866, 40.095910394066991 ], [ -111.92583505139575, 40.095837294946179 ], [ -111.92595125257323, 40.095755280986971 ], [ -111.9260791834549, 40.095673173126251 ], [ -111.92619526192297, 40.095582150452302 ], [ -111.92629961013026, 40.095491221474177 ], [ -111.9263684017787, 40.095373548436505 ], [ -111.92642546328251, 40.095255969180677 ], [ -111.92647067253229, 40.095129475249358 ], [ -111.92649254405755, 40.095012177432217 ], [ -111.92655779166552, 40.094633258523437 ], [ -111.9265913926815, 40.094515866846827 ], [ -111.926624871398, 40.094389466684653 ], [ -111.92667007973441, 40.094262972667444 ], [ -111.92670368038689, 40.094145580955072 ], [ -111.92672542902929, 40.094019274607234 ], [ -111.92673544791998, 40.093893062104641 ], [ -111.92671040001203, 40.09377613962301 ], [ -111.92666177073261, 40.093650396344529 ], [ -111.92661326381865, 40.093533661517014 ], [ -111.9265763644914, 40.093407824355637 ], [ -111.92656292444713, 40.093281799516824 ], [ -111.92655962575012, 40.093038570641973 ], [ -111.92656964483838, 40.092912358130725 ], [ -111.92659139338026, 40.092786051783072 ], [ -111.9266014123817, 40.092659839264726 ], [ -111.92664490912894, 40.092407226543841 ], [ -111.9266783867877, 40.092280826333486 ], [ -111.9267235937042, 40.092154332266723 ], [ -111.92676892265392, 40.092036846659553 ], [ -111.9268025221146, 40.091919454888178 ], [ -111.92681254062931, 40.091793242338724 ], [ -111.92679910052475, 40.091667217493871 ], [ -111.92678578267079, 40.091550201122992 ], [ -111.92674888416828, 40.091424363965373 ], [ -111.92672371503632, 40.091298432948001 ], [ -111.92668681679264, 40.091172595762359 ], [ -111.92665004086564, 40.091055767040629 ], [ -111.92661314289685, 40.090929929823282 ], [ -111.92656451592219, 40.090804186417806 ], [ -111.92652774041402, 40.090687357645265 ], [ -111.92647923592899, 40.09057062267609 ], [ -111.92643060946814, 40.09044487920098 ], [ -111.9263821053284, 40.090328144182457 ], [ -111.92634520827016, 40.090202306854046 ], [ -111.92629670445582, 40.090085571791313 ], [ -111.92625980769394, 40.089959734427232 ], [ -111.9262230331872, 40.089842905530034 ], [ -111.92618613670018, 40.089717068134235 ], [ -111.9261609692925, 40.089591136938942 ], [ -111.92612419516465, 40.089474307998849 ], [ -111.92608729907114, 40.089348470559308 ], [ -111.92606213199402, 40.089222539331018 ], [ -111.92601362938873, 40.089105804116819 ], [ -111.92597673371021, 40.088979966629601 ], [ -111.92591650261527, 40.088863325129743 ], [ -111.9258680005244, 40.088746589841691 ], [ -111.92580776982737, 40.088629948276214 ], [ -111.92575926809471, 40.088513212933996 ], [ -111.9255785778239, 40.088163287932709 ], [ -111.92551822613697, 40.088037637706186 ], [ -111.92545799668171, 40.087920995930837 ], [ -111.92540949607032, 40.087804260415552 ], [ -111.92536087363601, 40.087678516387307 ], [ -111.92531237336981, 40.087561780822696 ], [ -111.92527560184655, 40.087444951543844 ], [ -111.92522697992594, 40.087319207445994 ], [ -111.92519020868666, 40.087202378132076 ], [ -111.92515331561462, 40.0870765403128 ], [ -111.92511654463939, 40.086959710967747 ], [ -111.92506792337261, 40.08683396678547 ], [ -111.92501942423166, 40.086717231068882 ], [ -111.92497080332392, 40.086591486836667 ], [ -111.92492230452817, 40.086474751070739 ], [ -111.92486207751298, 40.086358108927257 ], [ -111.92479024424846, 40.086250568879358 ], [ -111.9247300176623, 40.086133926657958 ], [ -111.92465806295419, 40.086017378026192 ], [ -111.92458623037679, 40.085909837837825 ], [ -111.92450254786266, 40.08579338271629 ], [ -111.92443071577037, 40.085685842421924 ], [ -111.92434715565007, 40.085578395671789 ], [ -111.92427520219356, 40.085461846777115 ], [ -111.92420337081484, 40.085354306327673 ], [ -111.92411968964633, 40.085237850903404 ], [ -111.92397590628958, 40.085013761247346 ], [ -111.9238923477202, 40.084906314139367 ], [ -111.92382051754015, 40.084798773428865 ], [ -111.92373683771723, 40.084682317701862 ], [ -111.92366500802225, 40.084574776885383 ], [ -111.9233307794719, 40.084144987086418 ], [ -111.92323549500065, 40.084037632951407 ], [ -111.92315206049291, 40.083939193764635 ], [ -111.92305677659273, 40.083831839472424 ], [ -111.92296161465239, 40.083733493597187 ], [ -111.92286633134138, 40.08362613913792 ], [ -111.92277116996424, 40.083527793096422 ], [ -111.9226642809689, 40.083429540390789 ], [ -111.92247371643862, 40.083214830868037 ], [ -111.92237855620438, 40.083116484484222 ], [ -111.92229512406921, 40.083018044638038 ], [ -111.92219984281373, 40.082910689594272 ], [ -111.92203273674511, 40.082695792552236 ], [ -111.92193745635664, 40.082588437277003 ], [ -111.92185402550997, 40.082489997089766 ], [ -111.92160337000202, 40.082167650621543 ], [ -111.92150809103344, 40.082060294967498 ], [ -111.92141293381297, 40.081961947737149 ], [ -111.92131765543351, 40.08185459191607 ], [ -111.92123410496451, 40.08174714274169 ], [ -111.92113894857864, 40.081648795271626 ], [ -111.92104367107123, 40.081541439209659 ], [ -111.92085335970079, 40.08134474385416 ], [ -111.92075808307048, 40.081237387541869 ], [ -111.92056777337636, 40.081040691688095 ], [ -111.92046077015087, 40.080933428316406 ], [ -111.92027046216616, 40.080736731944761 ], [ -111.92016358116372, 40.080638476794846 ], [ -111.92006842787558, 40.080540128391931 ], [ -111.91985466737829, 40.080343617595453 ], [ -111.91974790881208, 40.080254370555906 ], [ -111.91964102931924, 40.080156114898756 ], [ -111.91953427132579, 40.080066867652988 ], [ -111.91942739243466, 40.079968611788807 ], [ -111.9193089077187, 40.079879457409156 ], [ -111.91920215059214, 40.079790209843317 ], [ -111.91896518267549, 40.079611900478142 ], [ -111.91885842641628, 40.07952265258168 ], [ -111.91862146032389, 40.079344342484617 ], [ -111.91850309879318, 40.079264195766022 ], [ -111.91814765285118, 40.078996729298431 ], [ -111.91802929247658, 40.078916582077902 ], [ -111.91791081140691, 40.078827426211056 ], [ -111.91779245160237, 40.078747278739776 ], [ -111.91766224404353, 40.078658215524591 ], [ -111.91754388482242, 40.078578067790424 ], [ -111.91742528406502, 40.078479902885292 ], [ -111.91730704632062, 40.078408763423312 ], [ -111.91718856707186, 40.078319606789471 ], [ -111.91705848196952, 40.078239551395185 ], [ -111.91694000333764, 40.078150394497605 ], [ -111.91682164584007, 40.078070245999086 ], [ -111.91657308391778, 40.07790103289225 ], [ -111.91645472728067, 40.077820884005718 ], [ -111.91633625016065, 40.077731726467213 ], [ -111.91620616717029, 40.077651670083924 ], [ -111.91608781139361, 40.0775715208094 ], [ -111.91596933518346, 40.077482362881575 ], [ -111.9158392530951, 40.077402306072663 ], [ -111.91572089817888, 40.077322156410148 ], [ -111.91559081668464, 40.077242099313345 ], [ -111.91547246233587, 40.077161949388405 ], [ -111.91508222054664, 40.076921776782648 ], [ -111.91496386734612, 40.076841626320743 ], [ -111.91483390820535, 40.076770576879149 ], [ -111.91470382879298, 40.076690518755292 ], [ -111.91458547643437, 40.076610367894133 ], [ -111.91444367087936, 40.076530402055845 ], [ -111.91431371286606, 40.076459352014155 ], [ -111.91419536136272, 40.076379200741613 ], [ -111.91393520581714, 40.076219082865023 ], [ -111.91381685517162, 40.076138931192837 ], [ -111.91355670142163, 40.075978812439409 ], [ -111.91343835163393, 40.075898660367585 ], [ -111.91330827550486, 40.075818600627734 ], [ -111.91318992628457, 40.075738448293535 ], [ -111.9130598507496, 40.075658388265865 ], [ -111.91294138179335, 40.075569227130536 ], [ -111.91281130686994, 40.075489166814592 ], [ -111.91269295880042, 40.075409013955216 ], [ -111.91256288447109, 40.075328953351445 ], [ -111.91244441673246, 40.075239791689199 ], [ -111.9123260695233, 40.07515963844191 ], [ -111.91220760238657, 40.075070476528154 ], [ -111.91208925574739, 40.074990323030214 ], [ -111.91161539146172, 40.074633673613334 ], [ -111.9115086525684, 40.074544418672858 ], [ -111.91139018756337, 40.074455255889902 ], [ -111.91128344924316, 40.074366000732773 ], [ -111.91116498484107, 40.07427683771008 ], [ -111.91105812704461, 40.074178573790689 ], [ -111.91093966326147, 40.074089410527776 ], [ -111.91083292610188, 40.074000154936996 ], [ -111.91071434291881, 40.073901982887413 ], [ -111.91060760634676, 40.073812727079577 ], [ -111.9104891437855, 40.073723563336728 ], [ -111.91027567206655, 40.073545051185029 ], [ -111.90992028800039, 40.073277558517951 ], [ -111.90980194714245, 40.073197402594026 ], [ -111.90956502656212, 40.073019073268526 ], [ -111.90944668656702, 40.072938916968475 ], [ -111.90920988760799, 40.072769595440647 ], [ -111.90907970258199, 40.07268052223516 ], [ -111.9089613637401, 40.072600365421785 ], [ -111.90884290542479, 40.072511199929544 ], [ -111.90871272136755, 40.072422126296885 ], [ -111.90859450311881, 40.07235097764994 ], [ -111.90846443938842, 40.072270912283777 ], [ -111.90834598229061, 40.072181746264775 ], [ -111.90821591917172, 40.072101680610423 ], [ -111.90809758234069, 40.072021522884242 ], [ -111.9079675198158, 40.071941456942163 ], [ -111.90784918355209, 40.071861298953699 ], [ -111.90771912162121, 40.071781232723893 ], [ -111.90758917957575, 40.071710174901732 ], [ -111.90732905719729, 40.071550041690429 ], [ -111.90719911599292, 40.071478983418508 ], [ -111.90706905554534, 40.071398916437019 ], [ -111.90693911489591, 40.071327857865398 ], [ -111.90679744865801, 40.071256890933604 ], [ -111.90666750855785, 40.071185832049444 ], [ -111.90653744928572, 40.071105764453947 ], [ -111.90640750974048, 40.071034705270101 ], [ -111.90627745105817, 40.070954637374037 ], [ -111.90615923786319, 40.07088348616756 ], [ -111.90601745397537, 40.070803509693889 ], [ -111.90589912195522, 40.070723349650414 ], [ -111.90576906445669, 40.070643281166092 ], [ -111.90565073300385, 40.070563120860392 ], [ -111.90552055679521, 40.070474043523127 ], [ -111.90540222592558, 40.070393882954761 ], [ -111.90528377606076, 40.070304713695229 ], [ -111.90517705218875, 40.070215452687513 ], [ -111.90504699649792, 40.070135383365425 ], [ -111.90494027319941, 40.070046122130613 ], [ -111.9045849281453, 40.069778612501224 ], [ -111.90447820600768, 40.069689350822401 ], [ -111.90400441810209, 40.069332669098969 ], [ -111.90389769741928, 40.069243406862398 ], [ -111.90377925150898, 40.069154236003065 ], [ -111.9036725313991, 40.06906497354997 ], [ -111.9035540860916, 40.068975802451 ], [ -111.90344736655466, 40.068886539781424 ], [ -111.90332880284173, 40.068788359869508 ], [ -111.90321035846185, 40.068699188404594 ], [ -111.9031036398062, 40.068609925404381 ], [ -111.90286675256088, 40.068431581869426 ], [ -111.90274842833138, 40.068351418488582 ], [ -111.90262998546484, 40.068262246406817 ], [ -111.90251166180515, 40.0681820827755 ], [ -111.90238161309182, 40.06810201035573 ], [ -111.90226328999937, 40.068021846462216 ], [ -111.90200319406412, 40.067861700896962 ], [ -111.9018848718292, 40.06778153660413 ], [ -111.90175482460728, 40.067701463458661 ], [ -111.90162489646784, 40.067630398742089 ], [ -111.90136480350709, 40.067470251699746 ], [ -111.90123487620863, 40.067399186533585 ], [ -111.90097478503458, 40.067239038589399 ], [ -111.9008448585771, 40.06716797297365 ], [ -111.90071481373161, 40.067087898625857 ], [ -111.90059649433847, 40.067007732974965 ], [ -111.90033640613883, 40.066847583553781 ], [ -111.90021808760321, 40.066767417503591 ], [ -111.90009965077049, 40.066678242743777 ], [ -111.8999696077241, 40.066598167532796 ], [ -111.89985117150796, 40.066508992509533 ], [ -111.89974446065133, 40.066419726295081 ], [ -111.8996260250379, 40.066330551032266 ], [ -111.89951931475413, 40.066241284601382 ], [ -111.89930565808984, 40.06604473425628 ], [ -111.89919894867177, 40.065955467516382 ], [ -111.89910384605108, 40.065857101085918 ], [ -111.89878336511768, 40.065562274204552 ], [ -111.89867665713705, 40.065473006960374 ], [ -111.89846300530739, 40.065276454982126 ], [ -111.89835629819241, 40.065187187428975 ], [ -111.89803582363682, 40.064892358375651 ], [ -111.89794084246016, 40.06480299953062 ], [ -111.89762037150561, 40.064508169269054 ], [ -111.89751366669361, 40.06441890090268 ], [ -111.8974068439511, 40.064320623838633 ], [ -111.89731174619821, 40.064222255856023 ], [ -111.89719331757, 40.064133077995734 ], [ -111.89708649573649, 40.064034800621492 ], [ -111.89697979236234, 40.063945531740345 ], [ -111.89687297112997, 40.063847254159469 ], [ -111.89676626832807, 40.063757985072492 ], [ -111.89664784121605, 40.063668806630808 ], [ -111.89654102089466, 40.063570528729187 ], [ -111.89642259440127, 40.06348135004756 ], [ -111.89630428627696, 40.063401179839246 ], [ -111.89606743480205, 40.063222821847752 ], [ -111.89594912754022, 40.063142651263682 ], [ -111.89583070255871, 40.063053471953836 ], [ -111.89570067139368, 40.062973391770235 ], [ -111.89558236499177, 40.062893220798728 ], [ -111.89546394091951, 40.062804041100144 ], [ -111.89534563508725, 40.062723869878276 ], [ -111.89499036560142, 40.062456329651468 ], [ -111.89488366742857, 40.062367058758412 ], [ -111.89476512732504, 40.062268869712859 ], [ -111.89465842973935, 40.062179598603052 ], [ -111.8945516146085, 40.062081318785062 ], [ -111.89445652409258, 40.061982948341651 ], [ -111.89434982735743, 40.061893676933934 ], [ -111.89413619918825, 40.061697116596207 ], [ -111.89402950331858, 40.061607844879617 ], [ -111.89391096576126, 40.061509654919412 ], [ -111.89380427047873, 40.061420382986078 ], [ -111.89356743238447, 40.06124201967603 ], [ -111.89346073796845, 40.06115274741272 ], [ -111.8933424373388, 40.061072574065413 ], [ -111.89310560165268, 40.060894209774176 ], [ -111.89299890838258, 40.060804937067672 ], [ -111.89288037369825, 40.06070674600798 ], [ -111.89277368101526, 40.060617473084761 ], [ -111.89266687104183, 40.060519191446296 ], [ -111.89257166786523, 40.060411810763121 ], [ -111.89248830655984, 40.060313348290187 ], [ -111.89240482796247, 40.060205877139303 ], [ -111.8923096256385, 40.060098496225748 ], [ -111.8922145411227, 40.060000123843203 ], [ -111.89210773292368, 40.059901841659496 ], [ -111.89197771210061, 40.059821757140561 ], [ -111.89185941551233, 40.059741582216333 ], [ -111.89171778880576, 40.059670596267807 ], [ -111.89158788629912, 40.05959951991489 ], [ -111.89132784731477, 40.059439349525569 ], [ -111.89122115863935, 40.059350075109364 ], [ -111.8909843344524, 40.059171706303154 ], [ -111.89087764664342, 40.059082431557037 ], [ -111.89066403726436, 40.058885864516803 ], [ -111.89056895680831, 40.05878749071892 ], [ -111.89024866316376, 40.058501647726743 ], [ -111.88971465110082, 40.058010226303082 ], [ -111.88961969039339, 40.057920860307178 ], [ -111.88951288918069, 40.057822575619973 ], [ -111.88941781186901, 40.05772420082522 ], [ -111.8893108941399, 40.057616907316785 ], [ -111.88912074094871, 40.057420157293542 ], [ -111.88902554768862, 40.057312773531436 ], [ -111.88894207823498, 40.057205299730867 ], [ -111.88884700260994, 40.057106924438941 ], [ -111.88859659664779, 40.056784502427625 ], [ -111.88852473493117, 40.056667929753381 ], [ -111.88844126706327, 40.056560455562973 ], [ -111.88836952283846, 40.056452891411901 ], [ -111.88829766186498, 40.056336318582161 ], [ -111.88822591810592, 40.05622875433302 ], [ -111.88808219737788, 40.055995608426443 ], [ -111.88801045432237, 40.055888044030006 ], [ -111.88793859456779, 40.055771470953161 ], [ -111.88787845830458, 40.055654807982229 ], [ -111.88780671593442, 40.055547243445972 ], [ -111.8876864444718, 40.055313917313285 ], [ -111.88754272754954, 40.055080770660027 ], [ -111.88748259258652, 40.054964107455866 ], [ -111.88741085157865, 40.054856542647094 ], [ -111.88729058271642, 40.054623216047958 ], [ -111.88721872554866, 40.054506642471559 ], [ -111.88691805817628, 40.053923325137319 ], [ -111.88688137118656, 40.0538064820839 ], [ -111.88682112173402, 40.053680809849041 ], [ -111.88678443504696, 40.053563966756855 ], [ -111.88673590886079, 40.053438204737283 ], [ -111.8866992224565, 40.053321361610273 ], [ -111.88665069660658, 40.053195599546207 ], [ -111.88660228767883, 40.053078846096199 ], [ -111.88656560170598, 40.052962002915109 ], [ -111.88651707636772, 40.052836240781922 ], [ -111.88646866793252, 40.052719487263644 ], [ -111.88642014295192, 40.052593725080825 ], [ -111.8863717348606, 40.052476971513556 ], [ -111.88633504962183, 40.052360128239634 ], [ -111.88626144614847, 40.052108424363198 ], [ -111.88621303868537, 40.051991670713242 ], [ -111.88617623731335, 40.05186581873167 ], [ -111.8861512753341, 40.051748885713913 ], [ -111.88607767323363, 40.051497181679906 ], [ -111.88605271156852, 40.051380248630238 ], [ -111.88601591084007, 40.051254396577797 ], [ -111.88599083272513, 40.051128454864312 ], [ -111.88595403225408, 40.051002602784095 ], [ -111.88592907099579, 40.050885669693635 ], [ -111.88587891547668, 40.050633786197636 ], [ -111.88584211549365, 40.050507934066083 ], [ -111.88581715462219, 40.05039100093758 ], [ -111.88576699991033, 40.0501391173634 ], [ -111.88575364498288, 40.050013085943476 ], [ -111.88572868445836, 40.049896152782395 ], [ -111.88567853046771, 40.049644269141126 ], [ -111.8856651758164, 40.049518237697519 ], [ -111.88562837686297, 40.049392385463278 ], [ -111.88561502236163, 40.04926635400691 ], [ -111.88560178450564, 40.049149331193341 ], [ -111.88559851995184, 40.048897089055586 ], [ -111.88562878928293, 40.048518457020229 ], [ -111.88565060100051, 40.048392156729669 ], [ -111.88567078028056, 40.048139735348798 ], [ -111.88568098646884, 40.048022533302706 ], [ -111.8856910760273, 40.047896322604444 ], [ -111.88568781128909, 40.047644080418067 ], [ -111.88570799026191, 40.047391659002294 ], [ -111.88572980151207, 40.047265358677969 ], [ -111.88576345108233, 40.047147977383197 ], [ -111.88580870570296, 40.047021497807961 ], [ -111.88587577099906, 40.04676871785626 ], [ -111.8859430690682, 40.046533955161856 ], [ -111.8859648796394, 40.046407654782428 ], [ -111.88599841177809, 40.046281264760047 ], [ -111.88602022217501, 40.046154964366728 ], [ -111.88604214913265, 40.046037672618809 ], [ -111.88607241503307, 40.045659040322775 ], [ -111.88609422511594, 40.045532739905703 ], [ -111.88610431362892, 40.045406529129984 ], [ -111.88613796169938, 40.045289147706022 ], [ -111.88617149300741, 40.04516275761879 ], [ -111.88621686228153, 40.045045286516178 ], [ -111.88625039333222, 40.044918896403715 ], [ -111.88630748370572, 40.044801335603005 ], [ -111.88635285251723, 40.044683864445005 ], [ -111.88639810449851, 40.044557384615793 ], [ -111.88645519432679, 40.044439823741044 ], [ -111.8865459308317, 40.044204881287143 ], [ -111.88656773962498, 40.044078580764065 ], [ -111.8865778270989, 40.043952369927538 ], [ -111.88659963576131, 40.04382606939452 ], [ -111.88663328225235, 40.043708687812668 ], [ -111.8866785331017, 40.043582207865455 ], [ -111.88672390050394, 40.043464736553375 ], [ -111.88678098889265, 40.043347175512125 ], [ -111.88691860728753, 40.04311187389726 ], [ -111.88707990038384, 40.042894409948239 ], [ -111.88716066332171, 40.042794686544376 ], [ -111.88743776328741, 40.042468220716259 ], [ -111.88748324548929, 40.042359757760302 ], [ -111.88749333107846, 40.042233546828079 ], [ -111.88746825386187, 40.042107605233696 ], [ -111.88746661854736, 40.041981484076203 ], [ -111.88747670412434, 40.041855273137543 ], [ -111.8875219522466, 40.041728792851117 ], [ -111.8876027131905, 40.041629069141202 ], [ -111.88771863637443, 40.041529075972704 ], [ -111.88778755914396, 40.041420433283882 ], [ -111.88780948169909, 40.041303141155971 ], [ -111.88784982097062, 40.040798297236073 ], [ -111.88787162638349, 40.040671996431982 ], [ -111.88788171106452, 40.040545785440031 ], [ -111.88791523698048, 40.040419394805937 ], [ -111.88797232086829, 40.040301833166353 ], [ -111.88804124203244, 40.040193190321659 ], [ -111.88808660494674, 40.040075718457814 ], [ -111.88810840971622, 40.039949417600816 ], [ -111.88810350064004, 40.03957105404421 ], [ -111.88809014383547, 40.039445022690202 ], [ -111.88808850752929, 40.039318901495839 ], [ -111.88807515081007, 40.039192870133824 ], [ -111.88807351454609, 40.039066748933443 ], [ -111.88808359867259, 40.038940537895904 ], [ -111.88810540312467, 40.038814237018826 ], [ -111.88811560404332, 40.038697034631852 ], [ -111.88814912868357, 40.038570643904691 ], [ -111.88817093290925, 40.038444343009893 ], [ -111.88820457422167, 40.038326960921829 ], [ -111.88823809852852, 40.038200570164676 ], [ -111.88825990248444, 40.03807426924822 ], [ -111.88829342657368, 40.037947878472067 ], [ -111.888338670731, 40.037821397826747 ], [ -111.88840770579876, 40.03772176341014 ], [ -111.88853557529363, 40.037639696893464 ], [ -111.88869907271251, 40.037593395191685 ], [ -111.88885131765436, 40.03758321780262 ], [ -111.88901586765789, 40.037617993574244 ], [ -111.88918006677854, 40.037625743139742 ], [ -111.88934414889519, 40.037624483815705 ], [ -111.88947283644347, 40.037605476871619 ], [ -111.88950799688472, 40.037605206947305 ], [ -111.88967149353853, 40.037558903881056 ], [ -111.8898231527379, 40.037503681939569 ], [ -111.88992757987596, 40.037421793920288 ], [ -111.88999637797839, 40.037304141269153 ], [ -111.89002989850115, 40.037177750013022 ], [ -111.89007513895466, 40.037051268713512 ], [ -111.89008510202757, 40.036916048846081 ], [ -111.89018788794193, 40.036708039416212 ], [ -111.89035196781423, 40.036706778688902 ], [ -111.89052788485475, 40.036714436306802 ], [ -111.8906919647272, 40.036713175097901 ], [ -111.89085616182136, 40.03672092231082 ], [ -111.89118432155769, 40.036718398730677 ], [ -111.89134863600412, 40.036735153897965 ], [ -111.89200542501739, 40.036766137622649 ], [ -111.89216950494776, 40.036764874320198 ], [ -111.89233370229447, 40.036772619435851 ], [ -111.89266186214655, 40.036770091668608 ], [ -111.89282582456561, 40.036759818787324 ], [ -111.89296575940354, 40.036704683081709 ], [ -111.89306841868937, 40.03648766253901 ], [ -111.89293855925821, 40.036416586952356 ], [ -111.89277412774744, 40.036390825385006 ], [ -111.89244573484356, 40.036375336148936 ], [ -111.89228165585909, 40.036376599832401 ], [ -111.89211769426095, 40.0363868719351 ], [ -111.89178953619707, 40.03638939814131 ], [ -111.89162557448154, 40.036399669548707 ], [ -111.89129741631234, 40.036402194361905 ], [ -111.89113345447949, 40.03641246507398 ], [ -111.89096937534742, 40.036413726900221 ], [ -111.89081713336979, 40.036423907042689 ], [ -111.89065317140034, 40.036434177076394 ], [ -111.89047760661337, 40.036453545607102 ], [ -111.89032524730106, 40.036454716449242 ], [ -111.88999662028058, 40.036421202956134 ], [ -111.88983289236556, 40.036449489144054 ], [ -111.88969471163001, 40.036639750948019 ], [ -111.88969646781972, 40.036774880802767 ], [ -111.88970982696662, 40.036900912002558 ], [ -111.88968989930584, 40.037171351686169 ], [ -111.88959742647984, 40.037271166822045 ], [ -111.8893525919912, 40.03737215147072 ], [ -111.88918851047968, 40.037373410800157 ], [ -111.88902419497043, 40.037356652582091 ], [ -111.88885976256546, 40.037330885472002 ], [ -111.88869509637992, 40.037287100810069 ], [ -111.88854215048937, 40.037243226033873 ], [ -111.88838978933958, 40.037244394350175 ], [ -111.88825020029336, 40.037326550554752 ], [ -111.88816956214349, 40.037435283383417 ], [ -111.88811271464512, 40.037570862467113 ], [ -111.88798531219459, 40.037688963160832 ], [ -111.88793667875298, 40.037554192544277 ], [ -111.88794676296062, 40.037427981485671 ], [ -111.8879685672353, 40.037301680604173 ], [ -111.88800209151196, 40.037175289893881 ], [ -111.88800045549937, 40.037049168646959 ], [ -111.88790540974929, 40.036950791923431 ], [ -111.88779864425004, 40.036852504920169 ], [ -111.88775024544594, 40.036735751518925 ], [ -111.88772505313871, 40.036600801182985 ], [ -111.88773525444925, 40.036483598781622 ], [ -111.8877806155499, 40.036366126984106 ], [ -111.88784941633838, 40.036248475557969 ], [ -111.88833323632356, 40.035596079018447 ], [ -111.88840203540671, 40.035478427267442 ], [ -111.88848267093658, 40.035369694269761 ], [ -111.88857502596113, 40.035260871339474 ], [ -111.88865566096412, 40.035152138223133 ], [ -111.88866574357287, 40.035025927068403 ], [ -111.8887336059644, 40.034836205823396 ], [ -111.88892112076498, 40.034834767382158 ], [ -111.88908496222206, 40.034815491174363 ], [ -111.88923696690462, 40.034787296019253 ], [ -111.88938862036605, 40.034732074683575 ], [ -111.88951648314674, 40.034650007116127 ], [ -111.88960895262184, 40.034550192037479 ], [ -111.88966602887726, 40.034432629530542 ], [ -111.88969954870363, 40.034306238316603 ], [ -111.88973318548419, 40.034188855752411 ], [ -111.88976670507517, 40.034062464516445 ], [ -111.88978850502851, 40.033936163268109 ], [ -111.88982214148595, 40.033818780674309 ], [ -111.88984394126754, 40.033692479412231 ], [ -111.88991097946756, 40.033439696853428 ], [ -111.88993289607365, 40.033322404231249 ], [ -111.88998997078519, 40.033204841557307 ], [ -111.89009415702478, 40.033104936078054 ], [ -111.89021017945026, 40.033013949129774 ], [ -111.89034999170249, 40.032949807947446 ], [ -111.89050187453549, 40.032912602513733 ], [ -111.89082931277491, 40.032856028173839 ], [ -111.89099314891956, 40.032836749318754 ], [ -111.89132105547348, 40.032816208234536 ], [ -111.89147317205402, 40.032797018853493 ], [ -111.89180060888894, 40.032740441782316 ], [ -111.89195260779572, 40.032712243117039 ], [ -111.89210448919422, 40.032675035596235 ], [ -111.89226808971227, 40.032637737632015 ], [ -111.89241985334642, 40.032591521044147 ], [ -111.89257173421308, 40.032554312915778 ], [ -111.89272337999071, 40.032499087277671 ], [ -111.89283928038631, 40.032399089080627 ], [ -111.89282521168113, 40.032219006260533 ], [ -111.89310459266819, 40.032072700178261 ], [ -111.89323256353586, 40.031999637231465 ], [ -111.89337248837845, 40.0319445011 ], [ -111.89352401458613, 40.031880265774838 ], [ -111.89366382136413, 40.031816120640634 ], [ -111.89380374547743, 40.031760983994531 ], [ -111.89395527086707, 40.031696748112253 ], [ -111.89423488258858, 40.031568456649616 ], [ -111.89437480572671, 40.031513319322123 ], [ -111.89451461094562, 40.031449173174245 ], [ -111.89466648810021, 40.031411962332974 ], [ -111.8948302018827, 40.031383669444217 ], [ -111.8951578645808, 40.031345100280681 ], [ -111.89530997673148, 40.031325905905106 ], [ -111.89547380784312, 40.031306620763104 ], [ -111.89580123405683, 40.031250032485985 ], [ -111.89595322792086, 40.0312218286196 ], [ -111.89611694068459, 40.031193533922611 ], [ -111.89626881636474, 40.031156320995109 ], [ -111.89643252883361, 40.03112802585504 ], [ -111.89658428622757, 40.031081803868105 ], [ -111.89671201552044, 40.030990719829511 ], [ -111.89680317166329, 40.03079180397998 ], [ -111.89677808193855, 40.030665864296367 ], [ -111.89676471122482, 40.030539833906857 ], [ -111.89672790277861, 40.030413984901656 ], [ -111.89669121244486, 40.030297144530358 ], [ -111.89658267566303, 40.030063735781198 ], [ -111.89669868426648, 40.029972742439604 ], [ -111.89680285577394, 40.029872831034197 ], [ -111.89703487144172, 40.029690843803543 ], [ -111.89713916006083, 40.029599940750977 ], [ -111.89725516714005, 40.029508946861782 ], [ -111.89733578164082, 40.029400207823599 ], [ -111.89726417084385, 40.029301657171594 ], [ -111.89707643558231, 40.029285091647488 ], [ -111.89694859191819, 40.029367167423416 ], [ -111.89683258466253, 40.029458161009707 ], [ -111.8967282958437, 40.029549063790625 ], [ -111.89651995327318, 40.029748886377924 ], [ -111.89642750033066, 40.029848706872194 ], [ -111.89634676593454, 40.029948436640609 ], [ -111.89627810388993, 40.030075101660593 ], [ -111.89624448025593, 40.030192486061949 ], [ -111.89625784993343, 40.030318516530265 ], [ -111.89637810495147, 40.030551834923628 ], [ -111.89635726158555, 40.03075020653921 ], [ -111.89618194893502, 40.030787600854872 ], [ -111.89604214665503, 40.030851748989853 ], [ -111.89590222623919, 40.030906888307548 ], [ -111.89575046875366, 40.030953109403299 ], [ -111.89558687423252, 40.030990412230409 ], [ -111.89543499853146, 40.031027624265086 ], [ -111.89510733752006, 40.031066194196057 ], [ -111.89495522588328, 40.031085388300724 ], [ -111.8946277997107, 40.031141974187641 ], [ -111.89447580544505, 40.031170176319712 ], [ -111.89431220967954, 40.031207477358969 ], [ -111.89417228711005, 40.031262614607442 ], [ -111.8940206452565, 40.031317842110759 ], [ -111.8938809574375, 40.031390996321178 ], [ -111.89374115172851, 40.031455141710296 ], [ -111.89361306484771, 40.031519196553063 ], [ -111.89347325862218, 40.031583341623147 ], [ -111.89319376289801, 40.031720639919925 ], [ -111.8930539558624, 40.031784784490661 ], [ -111.89291426604545, 40.031857937551521 ], [ -111.89249484250837, 40.032050369765663 ], [ -111.89236687074451, 40.032123431906669 ], [ -111.89223901610161, 40.032205502566185 ], [ -111.89209920716844, 40.032269646000181 ], [ -111.8919592806123, 40.032324780609372 ], [ -111.89180739990481, 40.032361987934408 ], [ -111.8916437997799, 40.032399285245425 ], [ -111.89148008217643, 40.032427573667853 ], [ -111.89132808369338, 40.032455771709813 ], [ -111.89116436581656, 40.032484059688748 ], [ -111.89083669522053, 40.032522617635259 ], [ -111.89068434467013, 40.032523788854711 ], [ -111.89053117390789, 40.03246189924333 ], [ -111.89062188124696, 40.032226953442056 ], [ -111.89060852149413, 40.032100922255054 ], [ -111.89063031933387, 40.031974620829757 ], [ -111.89067567260136, 40.031857147895103 ], [ -111.89073274485573, 40.031739584853106 ], [ -111.89080153603605, 40.03162193168707 ], [ -111.89088216329517, 40.031513197038997 ], [ -111.89097462660693, 40.031413380884935 ], [ -111.89120666312691, 40.031231405146436 ], [ -111.89127498393768, 40.031077717055851 ], [ -111.89099396179826, 40.031097897475284 ], [ -111.89103743817509, 40.030836285790059 ], [ -111.89087348961064, 40.030846555998657 ], [ -111.89074551830971, 40.030919616358204 ], [ -111.89066489151338, 40.031028350916948 ], [ -111.8905726625983, 40.031146184156711 ], [ -111.89050375432197, 40.031254828531992 ], [ -111.89038773522987, 40.031345815764766 ], [ -111.89022401958563, 40.031374102395574 ], [ -111.8901767919111, 40.031347436543321 ], [ -111.8900940557368, 40.031294014755964 ], [ -111.89001061710299, 40.031186540918966 ], [ -111.88998553968726, 40.031060599637854 ], [ -111.89001905738623, 40.030934208283078 ], [ -111.89008784901721, 40.030816555520033 ], [ -111.89021605508897, 40.030761513210017 ], [ -111.89037941784308, 40.030706200609536 ], [ -111.89049555303761, 40.030624222051394 ], [ -111.89061145360522, 40.03052422604997 ], [ -111.89070391600676, 40.030424410105347 ], [ -111.89074926816977, 40.030306937123363 ], [ -111.8907593463673, 40.030180725731832 ], [ -111.8906992286113, 40.030064063521422 ], [ -111.89046309426274, 40.029930734961788 ], [ -111.89042618056345, 40.029795875145233 ], [ -111.89045969687072, 40.029669483651297 ], [ -111.89051688490159, 40.029560929353693 ], [ -111.89059751025, 40.029452194886979 ], [ -111.8908058694149, 40.029252382759786 ], [ -111.890874658049, 40.029134729529012 ], [ -111.89089657175926, 40.029017436671303 ], [ -111.89075501018898, 40.028946448467174 ], [ -111.8907183308453, 40.028829606054963 ], [ -111.89074024473592, 40.02871231321884 ], [ -111.89068001117263, 40.028586642287536 ], [ -111.89052731790711, 40.028560787203148 ], [ -111.89039935045668, 40.028633847166233 ], [ -111.89031872573057, 40.028742581503181 ], [ -111.89029692823361, 40.028868882934717 ], [ -111.89029856800214, 40.028995004281583 ], [ -111.89033548098989, 40.029129864164744 ], [ -111.89033700371174, 40.029246976837548 ], [ -111.89025626105929, 40.029346702461623 ], [ -111.89012852607298, 40.029437779469276 ], [ -111.89002434536542, 40.029537684980575 ], [ -111.8899318831367, 40.029637500395758 ], [ -111.88982758477263, 40.029728397065746 ], [ -111.88968801264114, 40.029810554922065 ], [ -111.88956015900017, 40.029892622645797 ], [ -111.88946757859668, 40.029983429029102 ], [ -111.88951609235856, 40.030109190535647 ], [ -111.88972796835147, 40.030179640338261 ], [ -111.88973933605276, 40.030152524351401 ], [ -111.88980871273998, 40.030079915077415 ], [ -111.88988922274115, 40.029962172427155 ], [ -111.89004121633491, 40.029933976314815 ], [ -111.89015957577909, 40.03002316275645 ], [ -111.89024313031734, 40.030139645186381 ], [ -111.8902799267255, 40.030265496389667 ], [ -111.89022273774897, 40.030374050567751 ], [ -111.89011867289025, 40.030482964827499 ], [ -111.89000253747395, 40.030564943012187 ], [ -111.88987468282441, 40.03064701108368 ], [ -111.88975866389971, 40.030737997693876 ], [ -111.8896897547216, 40.030846641602253 ], [ -111.8896327984301, 40.03097321282597 ], [ -111.88964709252883, 40.031171313498128 ], [ -111.88968377137907, 40.031288156208937 ], [ -111.88976732669772, 40.031404638948793 ], [ -111.88985205308849, 40.031611208269155 ], [ -111.88967685156284, 40.031657601464069 ], [ -111.88953657313063, 40.03168570716565 ], [ -111.88956164997251, 40.03181164853698 ], [ -111.88949285646332, 40.031929300988367 ], [ -111.88941222650206, 40.032038034691361 ], [ -111.88920385489655, 40.032237844354107 ], [ -111.88908771543004, 40.032319821641671 ], [ -111.88900708437167, 40.032428555067483 ], [ -111.88896184483426, 40.032555036038147 ], [ -111.8889399267825, 40.032672328507502 ], [ -111.88891976307694, 40.032924750944488 ], [ -111.8888745230666, 40.033051231875646 ], [ -111.88879389082696, 40.033159965152592 ], [ -111.8886659129858, 40.033233023257687 ], [ -111.88851414531264, 40.033279234966471 ], [ -111.88835030734856, 40.033298510333786 ], [ -111.88785809193614, 40.033302283050837 ], [ -111.88753018183696, 40.033322814369285 ], [ -111.88738931526659, 40.033305874171148 ], [ -111.88720157110106, 40.033289292751562 ], [ -111.88713008733173, 40.033199744455452 ], [ -111.88717486374017, 40.033037229497118 ], [ -111.8873027260917, 40.032955164354533 ], [ -111.88744242424647, 40.032882017983219 ], [ -111.88758223888621, 40.032817880114031 ], [ -111.88772193645872, 40.032744733410276 ], [ -111.88791894515299, 40.032572042176454 ], [ -111.88759103856879, 40.032592573631391 ], [ -111.8874391547903, 40.032629775260844 ], [ -111.88727555153467, 40.032667066434961 ], [ -111.88712366741262, 40.032704267654019 ], [ -111.88698385256315, 40.03276840497324 ], [ -111.88672789411827, 40.032914517081394 ], [ -111.88661186716659, 40.033005500592644 ], [ -111.88648400388, 40.033087564982139 ], [ -111.88629789314966, 40.033197103478045 ], [ -111.8861304402409, 40.032937106904519 ], [ -111.88611533970436, 40.032675945047849 ], [ -111.88614898189998, 40.032558563433341 ], [ -111.8862060625309, 40.032441002544239 ], [ -111.88627486222218, 40.032323351987614 ], [ -111.88635561415532, 40.032223629087518 ], [ -111.88649531186473, 40.032150483854238 ], [ -111.88675103464423, 40.031986354923454 ], [ -111.88685534052813, 40.031895460976074 ], [ -111.88694769357841, 40.031786639301174 ], [ -111.88710896056092, 40.031569175181893 ], [ -111.88716603874119, 40.031451613826889 ], [ -111.88724667162511, 40.031342881644811 ], [ -111.88733914006509, 40.031243068333858 ], [ -111.88754751420042, 40.031043261964385 ], [ -111.88765181760004, 40.030952367312494 ], [ -111.88775600392329, 40.03085246389746 ], [ -111.88784847096412, 40.030752650186948 ], [ -111.88795265669862, 40.030652746598108 ], [ -111.88806867791432, 40.030561761770414 ], [ -111.88820837039745, 40.030488614507796 ], [ -111.88834817945646, 40.030424475749165 ], [ -111.8884761524487, 40.030351418013495 ], [ -111.8885803366572, 40.03025151387002 ], [ -111.88856709801424, 40.030134491029841 ], [ -111.88840291692908, 40.030126740389022 ], [ -111.88825115591889, 40.030172951704714 ], [ -111.88809962838577, 40.030237180165464 ], [ -111.88806458855248, 40.030246458292588 ], [ -111.88794786692016, 40.030283391087941 ], [ -111.8878987718185, 40.030112585540316 ], [ -111.88799123766979, 40.030012771716407 ], [ -111.88803530908874, 40.029796204351022 ], [ -111.88786011090302, 40.02984259477595 ], [ -111.88774409060731, 40.029933579395696 ], [ -111.88759174568915, 40.029934746486894 ], [ -111.88754335234407, 40.029817992803977 ], [ -111.88756515519964, 40.029691691852314 ], [ -111.88764578542356, 40.029582959389231 ], [ -111.88774973612203, 40.029465038632793 ], [ -111.887514660351, 40.029412782026981 ], [ -111.88737473579691, 40.029467911102984 ], [ -111.88729410527117, 40.029576643382782 ], [ -111.88727230194741, 40.029702944290975 ], [ -111.88727393619376, 40.02982906572317 ], [ -111.88731072698432, 40.029954917937395 ], [ -111.88737083889995, 40.030071581972152 ], [ -111.88741934889228, 40.030197344396029 ], [ -111.88747946121241, 40.030314008365259 ], [ -111.88750453372963, 40.030439950258078 ], [ -111.88742390229544, 40.030548682620363 ], [ -111.88735498957195, 40.030657325181956 ], [ -111.88734490503958, 40.030783536336223 ], [ -111.88727599196037, 40.030892178850401 ], [ -111.8871718048694, 40.030992081841418 ], [ -111.88707945322712, 40.031100903694188 ], [ -111.88698698459291, 40.031200716802353 ], [ -111.88689463237884, 40.031309538510193 ], [ -111.88682571806615, 40.03141818076034 ], [ -111.88674520109154, 40.031535921328562 ], [ -111.88667628631885, 40.031644563490673 ], [ -111.8865956521753, 40.03175329528392 ], [ -111.88647974362105, 40.031853287333718 ], [ -111.88633981325923, 40.03190841520022 ], [ -111.8862216886186, 40.031837242212752 ], [ -111.88613802215303, 40.031711748191178 ], [ -111.88607791083477, 40.031595083542349 ], [ -111.88594806789072, 40.031523999881053 ], [ -111.88578365061258, 40.031498228214573 ], [ -111.88561934997546, 40.031481464988403 ], [ -111.88546723452882, 40.031500646674253 ], [ -111.88530339987464, 40.031519917701893 ], [ -111.88513944866558, 40.031530179822639 ], [ -111.88497538096624, 40.031531433035333 ], [ -111.88488069659583, 40.031460079637718 ], [ -111.88489008720263, 40.03127981659928 ], [ -111.8849824425929, 40.031170996454485 ], [ -111.88511030417276, 40.031088933714521 ], [ -111.88523828191465, 40.031015879512381 ], [ -111.88538993039974, 40.030960663430825 ], [ -111.88555376369195, 40.030941392293784 ], [ -111.88570552828145, 40.030895184478965 ], [ -111.88583350501779, 40.030822129627779 ], [ -111.8859613649165, 40.030740065961893 ], [ -111.8860773889609, 40.030649083099185 ], [ -111.8861816937457, 40.030558189749904 ], [ -111.88639006924954, 40.030358385424577 ], [ -111.88649402328404, 40.030240465774021 ], [ -111.88651547829818, 40.030087138981244 ], [ -111.88635211379002, 40.030142446157463 ], [ -111.8862242554704, 40.030224510245702 ], [ -111.88610811575205, 40.030306484576442 ], [ -111.88598037339675, 40.030397557075538 ], [ -111.88586423309219, 40.030479531165732 ], [ -111.8857364900889, 40.030570603400292 ], [ -111.88550444103541, 40.030752568338137 ], [ -111.88543447659612, 40.030780131700546 ], [ -111.88537634758322, 40.0308166141524 ], [ -111.88524650684425, 40.030745529671464 ], [ -111.88512687145737, 40.030557242711808 ], [ -111.88517211685476, 40.030430763132657 ], [ -111.88525275175832, 40.030322032297889 ], [ -111.88523940231363, 40.030196000339203 ], [ -111.88529648261958, 40.030078439855139 ], [ -111.88536539806618, 40.029969798477971 ], [ -111.88544603213093, 40.029861067509351 ], [ -111.88553826825364, 40.02974323824742 ], [ -111.8855954641912, 40.029634686294735 ], [ -111.88561727059445, 40.029508385667206 ], [ -111.88561400825127, 40.029256142672899 ], [ -111.88560065838629, 40.029130110737846 ], [ -111.88556387120002, 40.029004257923852 ], [ -111.88551548198402, 40.028887503330594 ], [ -111.88552568617442, 40.028770300940543 ], [ -111.88561815374331, 40.028670488969652 ], [ -111.88573405826931, 40.028570497772265 ], [ -111.88596609941587, 40.028388532393691 ], [ -111.88608235266521, 40.028315566890882 ], [ -111.88621009104963, 40.028224494290647 ], [ -111.88632622715853, 40.028142519868261 ], [ -111.88646591665386, 40.028069374709645 ], [ -111.88659388733747, 40.027996319049585 ], [ -111.88673357624555, 40.027923173572795 ], [ -111.88686154636777, 40.027850117621362 ], [ -111.88698939952944, 40.027768052853126 ], [ -111.88712920424949, 40.027703915583622 ], [ -111.88738514254852, 40.027557802680221 ], [ -111.88761717586442, 40.027375834048726 ], [ -111.88774502723004, 40.027293768459543 ], [ -111.88787311188899, 40.027229720083938 ], [ -111.88802474985688, 40.027174500632562 ], [ -111.88816443554443, 40.027101353455365 ], [ -111.88825607907147, 40.026938478686795 ], [ -111.88805686753241, 40.02694000562866 ], [ -111.88789292776119, 40.026950271529699 ], [ -111.887741056613, 40.026987473452614 ], [ -111.88760125392999, 40.027051611446062 ], [ -111.88747340283591, 40.02713367687695 ], [ -111.88739277514838, 40.027242409237161 ], [ -111.88730031208247, 40.027342222599515 ], [ -111.8871605082587, 40.027406360069655 ], [ -111.88699668390032, 40.0274256333933 ], [ -111.88684481119405, 40.027462834155202 ], [ -111.88672867685332, 40.027544809087594 ], [ -111.88662437732026, 40.027635702918261 ], [ -111.88650847566791, 40.027735694990909 ], [ -111.88638062197982, 40.027817759234537 ], [ -111.88610101037928, 40.02794603181831 ], [ -111.88597315580648, 40.02802809561895 ], [ -111.88578822314636, 40.028227720046587 ], [ -111.88564841608007, 40.028291855717598 ], [ -111.88549689017319, 40.028356080776419 ], [ -111.88535708256767, 40.028420216100294 ], [ -111.88527633355113, 40.028519938336373 ], [ -111.88524280817192, 40.028646328453704 ], [ -111.88519744756942, 40.02876379940448 ], [ -111.88508328853172, 40.028998920279399 ], [ -111.88506148128663, 40.029125220826359 ], [ -111.88513330736636, 40.029241796576144 ], [ -111.88521673598295, 40.02934927407032 ], [ -111.88524180396125, 40.029475216522656 ], [ -111.88521999687356, 40.029601517087634 ], [ -111.88516291681813, 40.029719077540705 ], [ -111.88505872836259, 40.029818978665745 ], [ -111.88495442317651, 40.029909871019527 ], [ -111.88483839885377, 40.030000852771842 ], [ -111.88474592837582, 40.030100664129577 ], [ -111.88465357401866, 40.030209484094172 ], [ -111.88457293828519, 40.030318214522943 ], [ -111.88450413760233, 40.030435864119191 ], [ -111.88444693927875, 40.03054441554432 ], [ -111.88440169246532, 40.030670894853188 ], [ -111.88435632913627, 40.030788365464211 ], [ -111.88432280102016, 40.030914755296799 ], [ -111.88431271086428, 40.031040966242728 ], [ -111.88431433973699, 40.031167087746674 ], [ -111.88429241410769, 40.031284379446355 ], [ -111.88423533110132, 40.031401939441132 ], [ -111.88416652877986, 40.031519588833227 ], [ -111.88409947105862, 40.031772368361224 ], [ -111.88407754488568, 40.031889660014201 ], [ -111.88403229654381, 40.032016139166764 ], [ -111.88390431564054, 40.032089192058571 ], [ -111.88369278830936, 40.032045757665195 ], [ -111.88362096163669, 40.031929181083619 ], [ -111.88353753228593, 40.031821702494746 ], [ -111.88343078111774, 40.031723411225435 ], [ -111.88330105683887, 40.031661333252423 ], [ -111.88314905648539, 40.031689520586156 ], [ -111.88298568537115, 40.031744823071598 ], [ -111.88283368469553, 40.031773009994616 ], [ -111.88234217606416, 40.031830811256079 ], [ -111.88201403896693, 40.031833309543607 ], [ -111.88184973834916, 40.031816540971555 ], [ -111.88170852813923, 40.031772567761521 ], [ -111.88156685415117, 40.031692559638778 ], [ -111.88129603796796, 40.031595514523701 ], [ -111.88130137186536, 40.032009914037587 ], [ -111.88145383763475, 40.032017763851059 ], [ -111.88178290381703, 40.032087336608555 ], [ -111.8819356018812, 40.032113203151937 ], [ -111.88209990323102, 40.032129971593449 ], [ -111.8824280417423, 40.03212747304751 ], [ -111.88259199485681, 40.032117214744687 ], [ -111.88275583177074, 40.032097947529287 ], [ -111.88290794936636, 40.032078769382558 ], [ -111.88307132133731, 40.032023467000585 ], [ -111.88321195187731, 40.03202239513238 ], [ -111.88334202544026, 40.032111499233764 ], [ -111.88341373560384, 40.032219067308404 ], [ -111.88350900076729, 40.032335465295418 ], [ -111.88360403373642, 40.032433845841275 ], [ -111.88374547905107, 40.032495834064292 ], [ -111.88389852762114, 40.032548724034292 ], [ -111.88401676744658, 40.032628908071736 ], [ -111.88407687621233, 40.032745573797563 ], [ -111.8841252658338, 40.032862328911634 ], [ -111.88416205258739, 40.032988182105541 ], [ -111.88421044253253, 40.03310493717575 ], [ -111.88428227147254, 40.033221513344159 ], [ -111.88434238122703, 40.033338178909858 ], [ -111.88442721019572, 40.033553760955634 ], [ -111.88429957594751, 40.033653840315864 ], [ -111.8841952639921, 40.033744732000983 ], [ -111.88410278761067, 40.033844542846573 ], [ -111.88379019813854, 40.034144243128708 ], [ -111.88370944022169, 40.034243964273159 ], [ -111.88359526725465, 40.034479083616141 ], [ -111.88338884728269, 40.034832030480771 ], [ -111.88330820421464, 40.034940760024199 ], [ -111.88319216927061, 40.03503174016587 ], [ -111.88311001497799, 40.035023356792152 ], [ -111.88305130015264, 40.035014794724901 ], [ -111.88282688286063, 40.034881361419629 ], [ -111.88274345106332, 40.034773882338705 ], [ -111.88265990338485, 40.03465739451557 ], [ -111.88263495421469, 40.034540460262903 ], [ -111.88266860325382, 40.034423079621789 ], [ -111.88273729483832, 40.034296422440441 ], [ -111.88279449891364, 40.034187871865619 ], [ -111.88288674533105, 40.034070044689059 ], [ -111.88294394898548, 40.033961494040859 ], [ -111.88295415817892, 40.033844291923067 ], [ -111.88289393414463, 40.0337186169482 ], [ -111.88284554598162, 40.033601861320761 ], [ -111.88278532236711, 40.033476186279756 ], [ -111.8827252151257, 40.03335951988155 ], [ -111.88267682751417, 40.033242764170623 ], [ -111.88262832393632, 40.033116999755563 ], [ -111.88259153991966, 40.03299114604765 ], [ -111.88253154956854, 40.032883488211461 ], [ -111.88227302709538, 40.032831399607339 ], [ -111.88225109748116, 40.032948690931008 ], [ -111.88226467423415, 40.033092740589943 ], [ -111.88228985438137, 40.0332276923248 ], [ -111.88234996076515, 40.03334435896079 ], [ -111.88240995124957, 40.033452016881242 ], [ -111.88249349699743, 40.033568504929171 ], [ -111.88255360403618, 40.033685171445711 ], [ -111.88259027224714, 40.033802016468613 ], [ -111.88261533718513, 40.033927959427992 ], [ -111.88260524353664, 40.034054170199092 ], [ -111.88254803926736, 40.034162720684975 ], [ -111.88245579214009, 40.034280547597675 ], [ -111.88239870355955, 40.034398106688563 ], [ -111.88235345053113, 40.034524585182773 ], [ -111.88234324022821, 40.034641787246237 ], [ -111.88239162830595, 40.034758543063994 ], [ -111.88246333983601, 40.0348661116643 ], [ -111.88255849103084, 40.034973501680575 ], [ -111.88264203893374, 40.035089989568228 ], [ -111.88272547096753, 40.035197468713925 ], [ -111.88280901943268, 40.035313956470667 ], [ -111.88289245200582, 40.035421435486192 ], [ -111.88295395565602, 40.035646205835711 ], [ -111.8828499874282, 40.035764122356113 ], [ -111.88260805166104, 40.036090309706545 ], [ -111.88255096189106, 40.03620786884958 ], [ -111.88248203584946, 40.036316508553249 ], [ -111.8824249456804, 40.036434067634033 ], [ -111.88235613532915, 40.036551715938273 ], [ -111.88222802811636, 40.036615758357797 ], [ -111.88206452847587, 40.036662050957638 ], [ -111.88193653683821, 40.036735101734564 ], [ -111.88179682489124, 40.036808241567861 ], [ -111.88168066876528, 40.036890211546584 ], [ -111.88158818451554, 40.036990020417072 ], [ -111.88149581599934, 40.0370988378913 ], [ -111.88130980233058, 40.037217377180397 ], [ -111.88132080896121, 40.039893131810523 ], [ -111.88154232604003, 40.054360773629199 ], [ -111.8814016495332, 40.05436184396342 ], [ -111.88058115237909, 40.054377092827565 ], [ -111.87822505001202, 40.054412996171642 ], [ -111.86856420053451, 40.054404741075452 ], [ -111.86854144055859, 40.05445896893324 ], [ -111.86838314887129, 40.05491964193083 ], [ -111.86813164062278, 40.055426060908445 ], [ -111.86811276670777, 40.055786583787238 ], [ -111.86829307591094, 40.056136604442521 ], [ -111.86818996631358, 40.056326577422233 ], [ -111.8679112329297, 40.05653588519565 ], [ -111.86779696958745, 40.056770989049191 ], [ -111.86771924732447, 40.057113933511687 ], [ -111.86758324899233, 40.057484342933229 ], [ -111.8672252986573, 40.057919480575165 ], [ -111.8667720696663, 40.05823820605832 ], [ -111.8661528780102, 40.058414018165941 ], [ -111.86571909794429, 40.058417260471963 ], [ -111.86499484316805, 40.058629889584125 ], [ -111.86420126495993, 40.058924117114827 ], [ -111.86355018669241, 40.059361429632304 ], [ -111.8630860025655, 40.059743289081752 ], [ -111.8625892539515, 40.060332608358102 ], [ -111.8621973335221, 40.060867088164869 ], [ -111.86210615134526, 40.06107498594406 ], [ -111.8618553691733, 40.061644452287481 ], [ -111.86183759618275, 40.062095060973625 ], [ -111.86193729513099, 40.062562814724586 ], [ -111.8620253844541, 40.063039664263556 ], [ -111.86213737865017, 40.06355237390293 ], [ -111.86214339744802, 40.064029834003257 ], [ -111.86189283225805, 40.064617317611308 ], [ -111.8616207424122, 40.065358122637384 ], [ -111.86119508581275, 40.066009973427235 ], [ -111.86068802496997, 40.066716484570257 ], [ -111.85999402794097, 40.067478438468832 ], [ -111.85910317214726, 40.068440057680547 ], [ -111.85848760046338, 40.068913116177058 ], [ -111.85774461973801, 40.069513248108329 ], [ -111.8573527227674, 40.070056720318135 ], [ -111.85724032120824, 40.070444961434461 ], [ -111.85718609636538, 40.070796733883 ], [ -111.85710728971925, 40.071058592995605 ], [ -111.85679565529718, 40.071457317072394 ], [ -111.85656610009725, 40.071855433410626 ], [ -111.85631308988198, 40.072253722658871 ], [ -111.85630734359287, 40.072731269451218 ], [ -111.85629043507808, 40.073253946287061 ], [ -111.85662588419754, 40.073819065548633 ], [ -111.85689864127832, 40.074060305081098 ], [ -111.857503924055, 40.074632434869507 ], [ -111.85822444821656, 40.075041536485017 ], [ -111.85938260697723, 40.075744701513209 ], [ -111.86081164241411, 40.076535937282515 ], [ -111.86175592732407, 40.077015429714031 ], [ -111.86303803561438, 40.077312207847996 ], [ -111.8643222051046, 40.077771127434929 ], [ -111.86585368947701, 40.07830926987458 ], [ -111.86691256447132, 40.078571635306261 ], [ -111.86798477622062, 40.078960024098109 ], [ -111.86873715531338, 40.079098535975703 ], [ -111.86936859747527, 40.078949646661215 ], [ -111.86968213979019, 40.078704036566883 ], [ -111.86973596190164, 40.078325233440317 ], [ -111.86963526794132, 40.077785419344309 ], [ -111.86958136906109, 40.077236244329526 ], [ -111.86970841764392, 40.077082128977949 ], [ -111.8700721831443, 40.077097416282207 ], [ -111.87052147924069, 40.077382344784752 ], [ -111.87086535020164, 40.077677073649845 ], [ -111.87093708996528, 40.077784648307897 ], [ -111.87121140561294, 40.078142965555628 ], [ -111.8712985480698, 40.07853872814119 ], [ -111.87115194950387, 40.078999315209735 ], [ -111.8707587297794, 40.079434727708872 ], [ -111.87058603182926, 40.079688291735295 ], [ -111.8703205452542, 40.080023638172186 ], [ -111.86999825304787, 40.080503562610005 ], [ -111.86958156214905, 40.080939147332316 ], [ -111.86927052994413, 40.081382947184665 ], [ -111.8690629820065, 40.081663798899427 ], [ -111.86883300741067, 40.082025903911756 ], [ -111.86850886386966, 40.082361686067046 ], [ -111.86833672258457, 40.082660289964245 ], [ -111.86824839239075, 40.083093407827853 ], [ -111.86810039085837, 40.083445887364654 ], [ -111.86783487771933, 40.083781228173258 ], [ -111.86773321347466, 40.084088312574302 ], [ -111.86730190014829, 40.084298761164966 ], [ -111.86681411383326, 40.084680811127086 ], [ -111.86619548325508, 40.084919685673242 ], [ -111.86583236153852, 40.084958438483099 ], [ -111.86537392966906, 40.084880778839171 ], [ -111.86523284759235, 40.084854804279516 ], [ -111.86454167426355, 40.084923031487406 ], [ -111.86391141884984, 40.085170990111024 ], [ -111.86331918921006, 40.085643899219086 ], [ -111.86314713088345, 40.085951504206903 ], [ -111.86292974934261, 40.086385579468804 ], [ -111.8628187192904, 40.086881928583885 ], [ -111.86268275169367, 40.087261339914583 ], [ -111.86253550865436, 40.087676872987686 ], [ -111.86240317620711, 40.088344560525819 ], [ -111.86234885173299, 40.088687325540981 ], [ -111.86268067540259, 40.088955139304375 ], [ -111.86299929348917, 40.08910592715246 ], [ -111.86289691735446, 40.089358955505951 ], [ -111.86267804517529, 40.089675917864049 ], [ -111.86240918416314, 40.089749995867358 ], [ -111.86208076736561, 40.089752440622107 ], [ -111.86157947992837, 40.089999426582352 ], [ -111.86113853819242, 40.090381104040979 ], [ -111.86077890254774, 40.090699109217738 ], [ -111.86038702483826, 40.091251599389409 ], [ -111.86012269136866, 40.091686017853689 ], [ -111.85981086938958, 40.092075740796751 ], [ -111.8595088469078, 40.092312228944678 ], [ -111.8591860819386, 40.092765097769806 ], [ -111.85896899397974, 40.09322619151181 ], [ -111.85868582662802, 40.094030135027964 ], [ -111.85845892581754, 40.094644461659641 ], [ -111.85826438197022, 40.095033311036147 ], [ -111.85811754868497, 40.095484872962423 ], [ -111.85798085975554, 40.095810226823367 ], [ -111.85755102559705, 40.096146760750649 ], [ -111.85719111709675, 40.096446737683564 ], [ -111.85678530078027, 40.096828138395153 ], [ -111.85638004462947, 40.097254580920293 ], [ -111.85611521134962, 40.097652955733118 ], [ -111.85583875726401, 40.098060425267455 ], [ -111.85552846180344, 40.098576257808297 ], [ -111.85535870564702, 40.099073032737827 ], [ -111.85503565626964, 40.099507872810676 ], [ -111.85475963932275, 40.099951374353218 ], [ -111.85453178268689, 40.100493624110527 ], [ -111.8542566599514, 40.101009193587124 ], [ -111.85396923872045, 40.101479805696307 ], [ -111.85357927178373, 40.102194428577114 ], [ -111.85336200438638, 40.102646503132149 ], [ -111.85326227416498, 40.103115730347341 ], [ -111.8532471397362, 40.103782542578635 ], [ -111.85337098469661, 40.104304179318937 ], [ -111.85359014970243, 40.1049422364786 ], [ -111.85375867463998, 40.10528335406147 ], [ -111.85384316302033, 40.105471930018325 ], [ -111.85416781173032, 40.106100198770591 ], [ -111.85440583316117, 40.106368727051084 ], [ -111.85470375723462, 40.106735916879991 ], [ -111.8550136422993, 40.107121036536 ], [ -111.85501916937804, 40.107562459407482 ], [ -111.85474244410939, 40.107951908862034 ], [ -111.85452279934181, 40.108214804041019 ], [ -111.85432650500539, 40.108468517093321 ], [ -111.85433157705219, 40.108873905424083 ], [ -111.85423229597829, 40.109379167514028 ], [ -111.85418964819664, 40.109721841533784 ], [ -111.85410412606075, 40.110389172224416 ], [ -111.85392271149995, 40.11089503961103 ], [ -111.85369616488471, 40.111545390675623 ], [ -111.85344479663611, 40.112087810680428 ], [ -111.85327668224964, 40.112719711302169 ], [ -111.85305926801482, 40.113162776218978 ], [ -111.85265445577257, 40.113634248895174 ], [ -111.85230684282614, 40.113988176305462 ], [ -111.85207363719192, 40.114107015199764 ], [ -111.85190936978755, 40.114108223646952 ], [ -111.85117701777885, 40.114663185087885 ], [ -111.85089878266072, 40.11493551325443 ], [ -111.85070268038382, 40.115207237468717 ], [ -111.85036689520629, 40.115570081586434 ], [ -111.850039250591, 40.115644562509516 ], [ -111.84953986032188, 40.116062661643809 ], [ -111.84903889531154, 40.116354637839777 ], [ -111.84884244553872, 40.116599333067427 ], [ -111.84842327482497, 40.116863678700746 ], [ -111.84771075290813, 40.117130170443026 ], [ -111.84709153814048, 40.117350928103164 ], [ -111.84657803702846, 40.117579919189325 ], [ -111.84614778741532, 40.117898394273645 ], [ -111.84592885942357, 40.118224333817885 ], [ -111.84579307316709, 40.118630750805195 ], [ -111.84572869541491, 40.119117731193462 ], [ -111.84569012943747, 40.119793721423676 ], [ -111.84568553850775, 40.12037035955958 ], [ -111.84570519810828, 40.121009886669725 ], [ -111.84561645552394, 40.121424969172622 ], [ -111.84538700666641, 40.121850088250795 ], [ -111.84516694710429, 40.122085940004503 ], [ -111.84486630354017, 40.122448511470239 ], [ -111.84461326533723, 40.122864791614667 ], [ -111.84436011262744, 40.123272062578231 ], [ -111.84411657493136, 40.123508083482022 ], [ -111.84379244942775, 40.123870823265186 ], [ -111.84345714203977, 40.124278690778674 ], [ -111.84318006160869, 40.124650095608196 ], [ -111.84307845106463, 40.124975175255301 ], [ -111.84314502988602, 40.125614360784255 ], [ -111.84307984841833, 40.126038278979266 ], [ -111.8429676127538, 40.126453530196976 ], [ -111.84283257215327, 40.12692300388489 ], [ -111.84272244745603, 40.127509418751167 ], [ -111.84257377637026, 40.127825830836734 ], [ -111.84212097299159, 40.12822553967645 ], [ -111.84158845734424, 40.128824033640562 ], [ -111.84118425155798, 40.129358527120154 ], [ -111.84067463626818, 40.129911803298633 ], [ -111.84011906612311, 40.130546495507346 ], [ -111.83906015164268, 40.131292946350726 ], [ -111.83817637624972, 40.131966044497673 ], [ -111.83745501619198, 40.132484801094819 ], [ -111.83638066118463, 40.132934027807188 ], [ -111.83545743551721, 40.133265031714991 ], [ -111.83421906995697, 40.133742449837612 ], [ -111.83322408105805, 40.133965839743418 ], [ -111.83227680241701, 40.134251944232105 ], [ -111.83163478651115, 40.134544858522347 ], [ -111.83113481650759, 40.134935853560762 ], [ -111.83069517173601, 40.135461555143287 ], [ -111.83047852728117, 40.135985655947017 ], [ -111.83038912564757, 40.136355683645419 ], [ -111.82991140441294, 40.136647410086432 ], [ -111.82932869979946, 40.136993943041432 ], [ -111.82842095097878, 40.137640109986812 ], [ -111.82754806991377, 40.138258992338045 ], [ -111.82669744741803, 40.138778605499205 ], [ -111.82598635638394, 40.13918910409361 ], [ -111.82533394600763, 40.139599180088823 ], [ -111.82448111191849, 40.13993860421165 ], [ -111.82369750037306, 40.140178426000965 ], [ -111.82212939182604, 40.140585984574713 ], [ -111.82066658196547, 40.140965747437299 ], [ -111.82002391084374, 40.141213554860542 ], [ -111.81910124953131, 40.141607490416661 ], [ -111.81741785626687, 40.142195989175406 ], [ -111.81578214162516, 40.142847193561096 ], [ -111.81506900379391, 40.143095469926322 ], [ -111.8175459303356, 40.143087017941824 ], [ -111.81755099721261, 40.146447495952891 ], [ -111.81756161581612, 40.148312370161271 ], [ -111.80074983291004, 40.148348767324698 ], [ -111.8007239085706, 40.143141498821372 ], [ -111.80300128878173, 40.143134737696442 ], [ -111.80301111802342, 40.142972499820488 ], [ -111.80272653122938, 40.14273121843722 ], [ -111.80219819475425, 40.142725870395644 ], [ -111.80191689551333, 40.142763856541734 ], [ -111.80212638663396, 40.142609245259685 ], [ -111.80237236384387, 40.142562493936744 ], [ -111.80259486387233, 40.142515904818403 ], [ -111.80273530075553, 40.142478893624165 ], [ -111.80286325673495, 40.142378902789893 ], [ -111.80280286811148, 40.14223517060212 ], [ -111.80262711062052, 40.142263417276354 ], [ -111.8024161378398, 40.142291907717734 ], [ -111.80226364486465, 40.142301973764539 ], [ -111.80206377453071, 40.142276330062913 ], [ -111.80182953651435, 40.142322999442143 ], [ -111.80159550993319, 40.142387685744445 ], [ -111.80130289669042, 40.142461786439071 ], [ -111.80110366112217, 40.142490193268983 ], [ -111.80085757747311, 40.142527933204818 ], [ -111.80104338189804, 40.142355468829344 ], [ -111.80124261710044, 40.142327062106084 ], [ -111.80146427026089, 40.14220840557612 ], [ -111.80175751765169, 40.14218835666518 ], [ -111.80185057724738, 40.14211563684816 ], [ -111.80207244053601, 40.14201499656037 ], [ -111.80228404844264, 40.142040558927619 ], [ -111.80243749475457, 40.142111571120559 ], [ -111.80261346396844, 40.142101342127027 ], [ -111.80283649254683, 40.142099796032099 ], [ -111.8029765041899, 40.142026749773621 ], [ -111.80286820799002, 40.141802264939741 ], [ -111.80280781988695, 40.141658532735434 ], [ -111.80270016098848, 40.141488099894914 ], [ -111.80261672114499, 40.14138056509934 ], [ -111.8024618984134, 40.141192440060699 ], [ -111.80236629722577, 40.14104895162707 ], [ -111.80228296442046, 40.140950425270205 ], [ -111.80216462936062, 40.140870160194623 ], [ -111.80200008359188, 40.14085328108483 ], [ -111.8019049075217, 40.140745827043311 ], [ -111.80185668414146, 40.140638047796301 ], [ -111.80177292898584, 40.140503486255291 ], [ -111.80168832707426, 40.14029685504682 ], [ -111.80175716688152, 40.140161236932293 ], [ -111.80173136124888, 40.139963208065453 ], [ -111.80180030654347, 40.139836598622296 ], [ -111.80179850626557, 40.139683450710123 ], [ -111.80177344197703, 40.139548482743749 ], [ -111.80174848368273, 40.1394225234692 ], [ -111.80175725660627, 40.139170198555817 ], [ -111.80187304646026, 40.139034255268292 ], [ -111.80196514842589, 40.138880457047428 ], [ -111.80189292123029, 40.138727796838175 ], [ -111.80180916841188, 40.138593235257055 ], [ -111.80178431632243, 40.138476284669565 ], [ -111.80181751747213, 40.138304875494732 ], [ -111.80183855720487, 40.138097512771786 ], [ -111.80187165214808, 40.137917094869977 ], [ -111.80185694934382, 40.137664932446881 ], [ -111.80170340782618, 40.137584910622436 ], [ -111.80149329587306, 40.137685468903541 ], [ -111.8012827600044, 40.137749991987818 ], [ -111.80123348164018, 40.137552125342665 ], [ -111.80129026466437, 40.137389562557182 ], [ -111.80126477902319, 40.137218559586287 ], [ -111.80104028527478, 40.137093980609357 ], [ -111.80086390563066, 40.137068172269238 ], [ -111.80066457984584, 40.137087569510697 ], [ -111.80044220179342, 40.137143163511077 ], [ -111.80026709047191, 40.137225458756781 ], [ -111.80016261524536, 40.137325284544225 ], [ -111.80014051389992, 40.137442559958359 ], [ -111.8000723074917, 40.137632229426913 ], [ -111.80006194350516, 40.137749423724472 ], [ -111.80007547739284, 40.137902490655719 ], [ -111.79990110317551, 40.138047846312787 ], [ -111.79973751531413, 40.138112042277406 ], [ -111.79959687449261, 40.13813103237549 ], [ -111.79939670060807, 40.138078357797539 ], [ -111.799161314062, 40.138025925891654 ], [ -111.79876202277249, 40.138010661967868 ], [ -111.79827867038604, 40.137833806303071 ], [ -111.79796059527136, 40.137736894756884 ], [ -111.79763004607442, 40.137577002184088 ], [ -111.79751172232976, 40.137496732196709 ], [ -111.79726396987706, 40.137390324946871 ], [ -111.79706243147932, 40.137220532995592 ], [ -111.79681478595252, 40.137123133478646 ], [ -111.79654366614518, 40.137025894902813 ], [ -111.79623775529296, 40.136964932679412 ], [ -111.79561545858516, 40.136951191060035 ], [ -111.79540418392838, 40.136952642463619 ], [ -111.79516974933, 40.136981280841148 ], [ -111.79507626943492, 40.137017960475141 ], [ -111.79501789694547, 40.137045389568371 ], [ -111.79492389197604, 40.137037025480872 ], [ -111.79480641203619, 40.137028822443931 ], [ -111.79460634990173, 40.136985148228241 ], [ -111.79428891319309, 40.136942278821273 ], [ -111.79407879205181, 40.137042823746256 ], [ -111.79376261330819, 40.137108057563772 ], [ -111.79361086409824, 40.137181173182519 ], [ -111.79340168423202, 40.137362795396264 ], [ -111.79325045787068, 40.137480954163337 ], [ -111.79306338976653, 40.13754530156131 ], [ -111.79285274139301, 40.137600800669084 ], [ -111.79269962914283, 40.137556801697038 ], [ -111.79251130432951, 40.137513043517288 ], [ -111.79235808784676, 40.137460035364072 ], [ -111.79225171724464, 40.137397697073247 ], [ -111.79189927646902, 40.137373079480909 ], [ -111.7917827373666, 40.137445951914955 ], [ -111.79151350481632, 40.137510858589586 ], [ -111.79124406275125, 40.137557747187913 ], [ -111.79108004980921, 40.137585896084651 ], [ -111.79087998831545, 40.137542215427629 ], [ -111.79072750399621, 40.137552266203777 ], [ -111.79048278916635, 40.137707097477517 ], [ -111.79016712553003, 40.137817365177625 ], [ -111.79008496201374, 40.137817925802622 ], [ -111.78992053065151, 40.137810038148004 ], [ -111.78970925304364, 40.137811479187263 ], [ -111.78946328379372, 40.137858203566203 ], [ -111.78927516861023, 40.137832457575449 ], [ -111.78900499424081, 40.137816279867927 ], [ -111.7888648717436, 40.13788030061415 ], [ -111.78869016093306, 40.137998613422774 ], [ -111.78847929921091, 40.138036087153175 ], [ -111.78831507569382, 40.13804621468779 ], [ -111.7880927881581, 40.138110793822293 ], [ -111.78787060424884, 40.138184381267031 ], [ -111.78767210336518, 40.138275826076828 ], [ -111.78742602698478, 40.138313537419798 ], [ -111.78720311391729, 40.138324062452192 ], [ -111.7868749767748, 40.138371339891528 ], [ -111.78668862734774, 40.13849873821124 ], [ -111.78647828227911, 40.138581251999241 ], [ -111.78625609505337, 40.138654836371515 ], [ -111.78585950077422, 40.138873755119754 ], [ -111.78554278660235, 40.1388939229427 ], [ -111.7850733765188, 40.138906115789666 ], [ -111.78456844182608, 40.138891519105151 ], [ -111.78435695341305, 40.138874932931479 ], [ -111.78364487781174, 40.139222112774839 ], [ -111.7831882373043, 40.13932430598468 ], [ -111.78302535421292, 40.139451539698861 ], [ -111.78284918161764, 40.139443721406224 ], [ -111.78268360990198, 40.139336727335539 ], [ -111.78237811377338, 40.139311763475263 ], [ -111.78222707044097, 40.139447925517402 ], [ -111.78188718626971, 40.139495268188341 ], [ -111.78155862667832, 40.139506495661891 ], [ -111.78118394051427, 40.139590108923578 ], [ -111.78077424568436, 40.139691975912172 ], [ -111.78038751028028, 40.139748639516 ], [ -111.78000056817369, 40.139787284337558 ], [ -111.77974284681484, 40.139834067249119 ], [ -111.77939152967058, 40.139908507912551 ], [ -111.77882944118485, 40.14002941252015 ], [ -111.77832583546478, 40.140131902442917 ], [ -111.7778799940038, 40.140152917174383 ], [ -111.77751590807109, 40.140137343504342 ], [ -111.77725838891844, 40.140202138418282 ], [ -111.77707109261905, 40.140248442657189 ], [ -111.77691972869087, 40.140357571613499 ], [ -111.77685094167211, 40.140502184182608 ], [ -111.77675919100163, 40.140691997958697 ], [ -111.77662058956389, 40.140891135325312 ], [ -111.77639930685122, 40.141045779710311 ], [ -111.7758847714215, 40.141220407841047 ], [ -111.77563929221859, 40.141312146807927 ], [ -111.77531174662886, 40.141413444198669 ], [ -111.77508943545655, 40.141477998553675 ], [ -111.77490182708023, 40.141497273052174 ], [ -111.77504002529217, 40.14126210267905 ], [ -111.77509718103047, 40.141126578489491 ], [ -111.77483883702823, 40.141119298014196 ], [ -111.7746041742071, 40.141129877436825 ], [ -111.77432286508549, 40.14116779663977 ], [ -111.77413525732453, 40.141187069891267 ], [ -111.77390090079668, 40.141224674167859 ], [ -111.77377382380561, 40.141405712229023 ], [ -111.77364633739681, 40.141550715115905 ], [ -111.77354222499281, 40.141686552278038 ], [ -111.7732967408916, 40.141778286316871 ], [ -111.77298051948002, 40.141843463729998 ], [ -111.77262918431083, 40.141917884017666 ], [ -111.77253333832869, 40.141747344103116 ], [ -111.77240237982933, 40.141586047763333 ], [ -111.77222436669047, 40.141416055635055 ], [ -111.77219895215229, 40.141245045709404 ], [ -111.77205707296767, 40.141155897328453 ], [ -111.7718916156889, 40.141057896500428 ], [ -111.77169216729487, 40.14106823527964 ], [ -111.77149302453783, 40.141105600008501 ], [ -111.77121120434616, 40.141098467844699 ], [ -111.77104707234868, 40.141117579742094 ], [ -111.77090702773866, 40.141190587708941 ], [ -111.77089640950844, 40.141289762272827 ], [ -111.77095856325889, 40.141595669532343 ], [ -111.77107818740667, 40.141793080758397 ], [ -111.77129110831736, 40.141935813810022 ], [ -111.77123577800621, 40.142233493915526 ], [ -111.77110736794587, 40.142297415184878 ], [ -111.7707678686042, 40.142380760454216 ], [ -111.77032312892379, 40.142500842646847 ], [ -111.77008896910949, 40.142556456791326 ], [ -111.76985460552639, 40.142594052934648 ], [ -111.7696432104286, 40.142586448737383 ], [ -111.76963004866305, 40.142460404034637 ], [ -111.76941865399824, 40.14245279942309 ], [ -111.76924105235813, 40.142318837752882 ], [ -111.76916940230785, 40.142211200401746 ], [ -111.76909724454498, 40.142058519163399 ], [ -111.76893189080738, 40.141969522870092 ], [ -111.76873193152245, 40.141934812735236 ], [ -111.76864793512183, 40.141773200355225 ], [ -111.7685528098536, 40.141665718432918 ], [ -111.76788341854625, 40.14164313099171 ], [ -111.76773213807279, 40.141761256849598 ], [ -111.76745163322488, 40.141871229586194 ], [ -111.76717092479775, 40.141963184105663 ], [ -111.76697116899297, 40.141946488466132 ], [ -111.76652662771298, 40.142084573667375 ], [ -111.76629378194104, 40.142257294209166 ], [ -111.7661543370327, 40.142384349123439 ], [ -111.76582737875123, 40.14253967248851 ], [ -111.76561699545611, 40.14262214867621 ], [ -111.76524328268648, 40.142795798399305 ], [ -111.76481077396535, 40.142960825826378 ], [ -111.76454159405219, 40.143034678945881 ], [ -111.76428465695601, 40.143153497847557 ], [ -111.76405170090179, 40.143317205159661 ], [ -111.76385385890623, 40.143471670931319 ], [ -111.76371491137189, 40.143643766829648 ], [ -111.76356271144165, 40.143680808317683 ], [ -111.76338763891263, 40.143772057049432 ], [ -111.76307270877214, 40.14395432166198 ], [ -111.76290947444994, 40.144054501098914 ], [ -111.7627114262193, 40.144190947387521 ], [ -111.76259504540369, 40.144281808316322 ], [ -111.75120500736472, 40.150446642000716 ], [ -111.75096045334406, 40.150628417034049 ], [ -111.75069291397791, 40.150855387747704 ], [ -111.75028459150921, 40.151092279590671 ], [ -111.74987666252102, 40.15136520518373 ], [ -111.74937560130508, 40.151710807589758 ], [ -111.74891991251603, 40.151911963411649 ], [ -111.74823070187136, 40.152231749338455 ], [ -111.74750784419747, 40.152695899327853 ], [ -111.74706526562787, 40.153023095281476 ], [ -111.74686785033228, 40.153222576363596 ], [ -111.74667102587925, 40.153476109893369 ], [ -111.74655618619808, 40.153711095641412 ], [ -111.74654671465662, 40.153918373657 ], [ -111.74656111882632, 40.154161535452985 ], [ -111.74665691811654, 40.154332096937772 ], [ -111.74674068121904, 40.154475707667387 ], [ -111.74660304943083, 40.154773906432069 ], [ -111.74639418296418, 40.155000488793249 ], [ -111.74581266599839, 40.15550876403718 ], [ -111.74524366916472, 40.156089031192089 ], [ -111.74479295868839, 40.156749619564195 ], [ -111.74451599523317, 40.157192862781258 ], [ -111.74424030687989, 40.15775321967125 ], [ -111.74411597247386, 40.158195480713871 ], [ -111.74376746941928, 40.15854007811145 ], [ -111.7434412665594, 40.158776418153828 ], [ -111.74326740522797, 40.158984751159025 ], [ -111.74324569057693, 40.159147060212078 ], [ -111.7433064608699, 40.159335868031114 ], [ -111.74340314382464, 40.159587511210624 ], [ -111.7436664701012, 40.160045300845148 ], [ -111.7440823434121, 40.160493100173937 ], [ -111.74442521343488, 40.16070712236975 ], [ -111.74481485570263, 40.160902823824465 ], [ -111.74533503896323, 40.161223815598568 ], [ -111.74578586034561, 40.161644355430155 ], [ -111.7462134006938, 40.162083062348387 ], [ -111.74640571154237, 40.162487246636779 ], [ -111.74678373123079, 40.163764146446518 ], [ -111.74723596140419, 40.164310803122007 ], [ -111.74764083386694, 40.164821726116116 ], [ -111.7478662135463, 40.165027487081154 ], [ -111.74797318098329, 40.165143918485327 ], [ -111.74820892049256, 40.165223480038328 ], [ -111.74859652125431, 40.165229984013735 ], [ -111.748832261771, 40.165309544286984 ], [ -111.74903416159302, 40.16551545480533 ], [ -111.7491425182785, 40.165758007911407 ], [ -111.7492986386448, 40.166072327102185 ], [ -111.74937236359733, 40.166369160561679 ], [ -111.74939822666161, 40.166585219052735 ], [ -111.74938856444126, 40.166774479239209 ], [ -111.7492615734659, 40.166973508177207 ], [ -111.74916941401867, 40.167136273948771 ], [ -111.74904153049447, 40.167254223713499 ], [ -111.74886637812314, 40.167345450850156 ], [ -111.74865649158679, 40.167481949380516 ], [ -111.74825891578709, 40.167637679504111 ], [ -111.74791936060532, 40.167729967596379 ], [ -111.74753293160364, 40.167831566757066 ], [ -111.74719327565828, 40.16791484396164 ], [ -111.74686486811983, 40.167953000556814 ], [ -111.7467473398565, 40.16794474923617 ], [ -111.74631265325083, 40.167929533227358 ], [ -111.74595987159276, 40.167886759670552 ], [ -111.74555962576409, 40.167799243636054 ], [ -111.74516046461866, 40.167810822759996 ], [ -111.74469143642138, 40.167876906384031 ], [ -111.74392893165577, 40.167953883604845 ], [ -111.74334296284457, 40.168065760162797 ], [ -111.74266255710413, 40.168133192502125 ], [ -111.74205231369123, 40.168173142944198 ], [ -111.74158288761916, 40.168203178885506 ], [ -111.74098546350262, 40.16834214513031 ], [ -111.740481394, 40.168426454794997 ], [ -111.73984844291687, 40.168538614154244 ], [ -111.7395906819925, 40.168594317484683 ], [ -111.73930943445119, 40.168650170219045 ], [ -111.73880389530771, 40.168599340784887 ], [ -111.7381699637716, 40.168621403105185 ], [ -111.73756000553787, 40.168688356301175 ], [ -111.73695033835949, 40.168782332671626 ], [ -111.73660008980448, 40.168973759204242 ], [ -111.73619141532528, 40.169192584437276 ], [ -111.73586474626308, 40.169392868219056 ], [ -111.73562086170476, 40.169646681589313 ], [ -111.73531913373856, 40.169981946529376 ], [ -111.73512289895019, 40.170298522074148 ], [ -111.73493811427647, 40.170587996358499 ], [ -111.73469490202737, 40.170904869351496 ], [ -111.73461532015354, 40.171148628408012 ], [ -111.73456087604461, 40.171545387876364 ], [ -111.73451739802429, 40.171870002451449 ], [ -111.73458068152645, 40.172293043150567 ], [ -111.73459631067203, 40.172653320304896 ], [ -111.73463445630456, 40.172923360490095 ], [ -111.73476859374708, 40.173381989018509 ], [ -111.73481722128832, 40.173534840302565 ], [ -111.73490049789436, 40.173633415190352 ], [ -111.73494873717227, 40.173750231252406 ], [ -111.7350215337901, 40.173965994848956 ], [ -111.73504647983756, 40.174100977552811 ], [ -111.73510704702737, 40.174271771698983 ], [ -111.73506152878259, 40.174407201780589 ], [ -111.73511181033355, 40.174713202285567 ], [ -111.73529390397414, 40.175261619574108 ], [ -111.73538931667574, 40.175396154608713 ], [ -111.73542775891841, 40.175693220718465 ], [ -111.73545416536365, 40.17596333505081 ], [ -111.73549260824649, 40.176260401104678 ], [ -111.73554192047993, 40.176476313461045 ], [ -111.73579332206923, 40.176916176614007 ], [ -111.73606724267876, 40.177265802008328 ], [ -111.73626982186538, 40.177534795856594 ], [ -111.7363769843908, 40.177669255286666 ], [ -111.73655617402605, 40.177947406776255 ], [ -111.73666509148839, 40.178244023935754 ], [ -111.7367033462148, 40.178523071856361 ], [ -111.7366587053076, 40.178739581463716 ], [ -111.73651050327449, 40.179154956662188 ], [ -111.73622126228418, 40.179562219241213 ], [ -111.7361184782806, 40.179833154718743 ], [ -111.73602753590221, 40.180113024206435 ], [ -111.73591173982661, 40.18026692006304 ], [ -111.73570081446744, 40.180313307622932 ], [ -111.7355012448088, 40.180323585073296 ], [ -111.7354189317238, 40.180315098590278 ], [ -111.73527779583731, 40.180297976260483 ], [ -111.73492544244965, 40.180300213574327 ], [ -111.73453688213286, 40.180212585584727 ], [ -111.73425315451755, 40.180043206886694 ], [ -111.73369764260519, 40.17972239048315 ], [ -111.73316640159753, 40.179473492862755 ], [ -111.73251752133824, 40.179207318381849 ], [ -111.73190475198975, 40.179021996542467 ], [ -111.73162151964732, 40.178897655194781 ], [ -111.73149126174449, 40.178799374896442 ], [ -111.73138420371556, 40.17867391968835 ], [ -111.73130034556372, 40.178521289633117 ], [ -111.73111088137249, 40.178378335871599 ], [ -111.73059130832077, 40.178120343239542 ], [ -111.7302370342628, 40.177942390355952 ], [ -111.72948199541645, 40.177631821261514 ], [ -111.72909336067616, 40.177535165969203 ], [ -111.72858824423561, 40.177529336499269 ], [ -111.72788337247989, 40.177515751490986 ], [ -111.72711900837189, 40.177430460627967 ], [ -111.72646082812311, 40.177389545485795 ], [ -111.72575317454728, 40.177114692250129 ], [ -111.72523391887596, 40.176883701662881 ], [ -111.72464362463187, 40.176599096961503 ], [ -111.72408837713918, 40.176296251223015 ], [ -111.72383992485085, 40.176126626150477 ], [ -111.72322653675617, 40.175878196165762 ], [ -111.722683141288, 40.175584278987195 ], [ -111.72210279876657, 40.175128420336975 ], [ -111.72194668646426, 40.174805055223096 ], [ -111.72190935361814, 40.174607081021698 ], [ -111.72189531833597, 40.174390942716606 ], [ -111.72196349179316, 40.17417429178434 ], [ -111.7220546755228, 40.173912450249297 ], [ -111.72208799793357, 40.173732054219549 ], [ -111.72214452166364, 40.173524485228519 ], [ -111.72221145199126, 40.173190719533281 ], [ -111.72224372311808, 40.172911226470532 ], [ -111.72219483768455, 40.172731343188161 ], [ -111.72192205641809, 40.172480780899072 ], [ -111.72161509549359, 40.172329534532174 ], [ -111.7210850046873, 40.172179677267927 ], [ -111.720671972261, 40.171993051321316 ], [ -111.72029388741922, 40.171779178229876 ], [ -111.71999753445921, 40.171519748569636 ], [ -111.71993662680742, 40.171312910792601 ], [ -111.71992278899612, 40.171114789711531 ], [ -111.71996719296904, 40.170871259380228 ], [ -111.72004749353214, 40.170690571688908 ], [ -111.72021018837913, 40.17052739025381 ], [ -111.72049022157073, 40.170354469028837 ], [ -111.72080548355565, 40.170181327804173 ], [ -111.72126233198343, 40.170070369678655 ], [ -111.72157844932219, 40.16997830576706 ], [ -111.7217761779535, 40.169796884941192 ], [ -111.72189122516455, 40.169570932249307 ], [ -111.7219934783196, 40.169245955632014 ], [ -111.72203663274153, 40.168885309813561 ], [ -111.7219611146914, 40.168408281583446 ], [ -111.72174334566968, 40.167806008239737 ], [ -111.72137311372234, 40.167222703285546 ], [ -111.72102866149211, 40.166855462644648 ], [ -111.7196552661228, 40.165800895561567 ], [ -111.71941803538147, 40.165577134277413 ], [ -111.71908581990674, 40.165254858791634 ], [ -111.71875389262929, 40.164959608812495 ], [ -111.71850492531645, 40.164735918468331 ], [ -111.71820927472412, 40.164539545445301 ], [ -111.7179853141333, 40.16445984965334 ], [ -111.71758483840647, 40.164345209849301 ], [ -111.71723266093915, 40.164356401441879 ], [ -111.71703427215982, 40.16447475277127 ], [ -111.71688323157076, 40.164628848309086 ], [ -111.71680292948923, 40.164809534004839 ], [ -111.71667537267697, 40.164963483875404 ], [ -111.71660709640716, 40.165171123264088 ], [ -111.71665066110269, 40.165963682991823 ], [ -111.71678153634028, 40.166125042466746 ], [ -111.71689072741538, 40.166457715097721 ], [ -111.71684707322675, 40.166773315193133 ], [ -111.71664015520352, 40.167198038987927 ], [ -111.71649071808822, 40.167505284206392 ], [ -111.71637082609575, 40.167271781112184 ], [ -111.71637177236572, 40.166244701041968 ], [ -111.71637470758104, 40.165406806414119 ], [ -111.71635908228036, 40.165037516654245 ], [ -111.71637934748647, 40.164731070790381 ], [ -111.7162130592112, 40.164551911027132 ], [ -111.71574241510361, 40.16446472715765 ], [ -111.71551732254575, 40.164276920456317 ], [ -111.7153267018644, 40.16401682491896 ], [ -111.71480852622304, 40.163875874315686 ], [ -111.71449916418608, 40.163490378404987 ], [ -111.71396509939525, 40.162953107162323 ], [ -111.7134695701225, 40.162730925993387 ], [ -111.71288095530633, 40.162590400730423 ], [ -111.71244564933221, 40.162511995231284 ], [ -111.71200996787422, 40.162397552676509 ], [ -111.71150242472473, 40.16214840862402 ], [ -111.71120699339768, 40.161970035068983 ], [ -111.71072387972121, 40.161810831832867 ], [ -111.71048857035784, 40.161767228848944 ], [ -111.71030417249816, 40.162101709228743 ], [ -111.71012146244082, 40.162598348716386 ], [ -111.70933265533759, 40.163531155331945 ], [ -111.70893538544487, 40.163722786528453 ], [ -111.7084905819429, 40.163860650656837 ], [ -111.70824455435289, 40.16391621245819 ], [ -111.70799880712663, 40.163998800312726 ], [ -111.70777776037947, 40.164198359241936 ], [ -111.70746436265757, 40.164551642375997 ], [ -111.70728078403948, 40.164967197690402 ], [ -111.70708826485625, 40.165653090129105 ], [ -111.70668212967527, 40.166124059959508 ], [ -111.70622855077968, 40.166550270611346 ], [ -111.70531820559712, 40.167096385471218 ], [ -111.70423319030213, 40.167787706532145 ], [ -111.70337108694702, 40.168459644549138 ], [ -111.70261094023554, 40.168770580460865 ], [ -111.70198070494092, 40.169152799179635 ], [ -111.70166660511946, 40.16944300474249 ], [ -111.70148186528418, 40.169750444594193 ], [ -111.70135695376224, 40.170165634801968 ], [ -111.70134910506563, 40.170544078087374 ], [ -111.70142309041863, 40.170885987910481 ], [ -111.70133108917587, 40.171075743100694 ], [ -111.70114421119989, 40.171175978610876 ], [ -111.70073392543993, 40.171250537929332 ], [ -111.70045374514297, 40.171414402940634 ], [ -111.70018715885554, 40.171758373475612 ], [ -111.69995617147987, 40.172138165847585 ], [ -111.69977187940916, 40.172490647257327 ], [ -111.69975412850381, 40.173049338535023 ], [ -111.69969855453004, 40.173355994642442 ], [ -111.69954884258358, 40.173645200717843 ], [ -111.69930369694106, 40.173790832380227 ], [ -111.69912744324226, 40.173782887428118 ], [ -111.69896043811444, 40.173531632084064 ], [ -111.6986889393373, 40.173398129576228 ], [ -111.69825357968938, 40.173319671311049 ], [ -111.69786648893218, 40.173367052329432 ], [ -111.69748087331804, 40.173558573868824 ], [ -111.6971193889789, 40.173813014753399 ], [ -111.6965822925641, 40.174122567744874 ], [ -111.69584287130927, 40.174172061321329 ], [ -111.69574891804946, 40.174172625968062 ], [ -111.69533778055639, 40.174166086534939 ], [ -111.69443182735884, 40.174009354524266 ], [ -111.6939847243473, 40.173930950647382 ], [ -111.69306465029976, 40.17354004763807 ], [ -111.69267535613039, 40.17337119840878 ], [ -111.69239304167618, 40.173327840015908 ], [ -111.69207558704686, 40.173293700416991 ], [ -111.6916180276973, 40.173341481770649 ], [ -111.69147746514685, 40.17337835905473 ], [ -111.69134864648011, 40.173415166041153 ], [ -111.69073740841124, 40.173364757863276 ], [ -111.69018206209191, 40.173034721207038 ], [ -111.68975754599241, 40.172866072090642 ], [ -111.68952129938717, 40.172732337990212 ], [ -111.68932028541325, 40.172598393636981 ], [ -111.68910825731689, 40.172536589871164 ], [ -111.688837874531, 40.172511170615891 ], [ -111.68847381397062, 40.172513336096692 ], [ -111.68821526638169, 40.172496854430356 ], [ -111.68806268682381, 40.172506770736007 ], [ -111.68763836102104, 40.172356131528936 ], [ -111.68713164848083, 40.172187960900807 ], [ -111.68662630028854, 40.172154921319738 ], [ -111.68621481244081, 40.172112313831278 ], [ -111.68592284935288, 40.172276213579991 ], [ -111.68555969633748, 40.172368458761376 ], [ -111.68493654651826, 40.17230007159619 ], [ -111.68401989205391, 40.172242424918245 ], [ -111.68372683814492, 40.172298212483511 ], [ -111.6834212265546, 40.17227298860864 ], [ -111.68303250501073, 40.172158160012849 ], [ -111.68246645427527, 40.171927252998536 ], [ -111.68223013484433, 40.171784494957436 ], [ -111.68199390657881, 40.171650745317685 ], [ -111.68189905487179, 40.171561209740879 ], [ -111.68113463080988, 40.171457596346656 ], [ -111.68075820147038, 40.171396744325094 ], [ -111.6803704788905, 40.171381004580788 ], [ -111.68011247687622, 40.171418558158983 ], [ -111.6799371301946, 40.17150067291297 ], [ -111.6797041428316, 40.171691238939708 ], [ -111.67950602617702, 40.171845562132518 ], [ -111.67947357999128, 40.172125044791571 ], [ -111.67952432919559, 40.172503142852172 ], [ -111.67953903835527, 40.172800367573316 ], [ -111.67944733278563, 40.173026141430398 ], [ -111.67936620279941, 40.173134730625186 ], [ -111.67915660659638, 40.173316148829272 ], [ -111.6788065290939, 40.173543437514148 ], [ -111.67817369330447, 40.173682287529417 ], [ -111.67781043235556, 40.173765499629646 ], [ -111.67766932354789, 40.173748306814524 ], [ -111.67715204456759, 40.173697276883885 ], [ -111.67696485477283, 40.173770446968874 ], [ -111.67667465168854, 40.174114501619279 ], [ -111.6763354115905, 40.174251625244381 ], [ -111.67590257369137, 40.174425332037565 ], [ -111.67547960201466, 40.174409781739094 ], [ -111.67471613656237, 40.174405224144444 ], [ -111.6745169303053, 40.174451432027887 ], [ -111.67448365979206, 40.174649833199354 ], [ -111.67442690044001, 40.174848371186947 ], [ -111.67421666163025, 40.174966718213518 ], [ -111.67390747648571, 40.1745811130885 ], [ -111.67363281486726, 40.174123230833395 ], [ -111.67348983602393, 40.173916845865115 ], [ -111.67320655161099, 40.173774342617058 ], [ -111.67259487769574, 40.173678794025264 ], [ -111.6720890802288, 40.173600646478249 ], [ -111.67152447456898, 40.173513828403763 ], [ -111.67110213053547, 40.173561324442524 ], [ -111.67075193587578, 40.173779580079199 ], [ -111.67050770267096, 40.174024249314982 ], [ -111.67019335679862, 40.174305361617833 ], [ -111.66993976744172, 40.174793338298606 ], [ -111.66981368003894, 40.17510939772837 ], [ -111.66981633739718, 40.175379665102575 ], [ -111.66970075294911, 40.175569531674903 ], [ -111.66964256197875, 40.175623924812683 ], [ -111.66965274629675, 40.176659949621495 ], [ -111.66968247008595, 40.178488690235255 ], [ -111.66968946733834, 40.179200393895542 ], [ -111.67428381812222, 40.178191700001811 ], [ -111.6744961798897, 40.180659043243345 ], [ -111.65808957137162, 40.180924646096187 ], [ -111.65804215452245, 40.180879868522389 ], [ -111.65800726644378, 40.180916104499353 ], [ -111.65786823585944, 40.181115101853756 ], [ -111.65754136373856, 40.181324175483127 ], [ -111.65713148867917, 40.181452634577994 ], [ -111.65655717463893, 40.181582024899157 ], [ -111.65599425685187, 40.181675310121967 ], [ -111.6555049323127, 40.182092515028415 ], [ -111.65528497261667, 40.182427108739695 ], [ -111.6552837152185, 40.183517255377367 ], [ -111.65528614234017, 40.183769505301022 ], [ -111.65565390830585, 40.184145818535796 ], [ -111.65629105585484, 40.184439519034697 ], [ -111.65671538954813, 40.184590272777747 ], [ -111.65691611518849, 40.184697246935386 ], [ -111.65718844816243, 40.184920936651245 ], [ -111.6572390842983, 40.185299044565426 ], [ -111.65720688877757, 40.185614556799379 ], [ -111.6571158746527, 40.185921393472711 ], [ -111.65721184460395, 40.186128065176305 ], [ -111.6576503733162, 40.186530998356176 ], [ -111.65778341250238, 40.186926656597805 ], [ -111.65785832992128, 40.187385710822923 ], [ -111.65766255435726, 40.187792246606058 ], [ -111.65740778220423, 40.188172088849292 ], [ -111.65732894728367, 40.188523903440526 ], [ -111.65760503832794, 40.189134975180451 ], [ -111.65787808783871, 40.189430734242286 ], [ -111.65832943420256, 40.189941704593586 ], [ -111.65873397346934, 40.190470958288508 ], [ -111.65900903883109, 40.190973919417509 ], [ -111.65911694344354, 40.191198540200105 ], [ -111.65917995322667, 40.191639642193699 ], [ -111.65922243501672, 40.192387180686772 ], [ -111.65926064320509, 40.192693282755677 ], [ -111.6595818389421, 40.193105885580259 ], [ -111.65992548583125, 40.193410246692075 ], [ -111.66066986605567, 40.193847461421235 ], [ -111.66138041304072, 40.194429014981054 ], [ -111.662081502392, 40.195244862499436 ], [ -111.66223597751996, 40.195424166828118 ], [ -111.66230734143052, 40.19551385251745 ], [ -111.65600932212526, 40.195432591847698 ], [ -111.65606945089634, 40.195576401456925 ], [ -111.65607275021017, 40.195918739867167 ], [ -111.65614516081546, 40.199774350241022 ], [ -111.6560276741161, 40.19977501611956 ], [ -111.65153950680336, 40.199782345597782 ], [ -111.64702905393602, 40.198681470031566 ], [ -111.64613565453233, 40.198632403780472 ], [ -111.64626685530312, 40.198838887491483 ], [ -111.6462704478475, 40.199217262046211 ], [ -111.64614121328199, 40.199217983473979 ], [ -111.63970314565161, 40.199271758940341 ], [ -111.63983449763604, 40.199496267918917 ], [ -111.64199195653141, 40.206502638272845 ], [ -111.64250127234395, 40.208175557806022 ], [ -111.64307175001549, 40.210100397417982 ], [ -111.6430839262416, 40.210145376668045 ], [ -111.64188495103878, 40.210106984697283 ], [ -111.64162635536309, 40.210099409027563 ], [ -111.64139851016878, 40.209614165237127 ], [ -111.64137449983846, 40.209560241994467 ], [ -111.64107946676425, 40.209426735654766 ], [ -111.64076101898223, 40.209302367555409 ], [ -111.64041958045489, 40.20923218206584 ], [ -111.6381357049256, 40.208785316894073 ], [ -111.6381601292815, 40.210136589518143 ], [ -111.63690290983834, 40.210152523312523 ], [ -111.63503466296395, 40.210171797252073 ], [ -111.63498724052494, 40.210127010500372 ], [ -111.63316106313043, 40.208353156063509 ], [ -111.631269363385, 40.208372497406408 ], [ -111.63120835591137, 40.208129576683163 ], [ -111.63026892633229, 40.208197761307787 ], [ -111.62934116336845, 40.206986541891013 ], [ -111.62917574741543, 40.20688833784385 ], [ -111.62905724843046, 40.206780869212935 ], [ -111.62896249947377, 40.206700299579175 ], [ -111.62893874982042, 40.206673400455863 ], [ -111.6299084893662, 40.206073507762717 ], [ -111.63017614891177, 40.20579275984371 ], [ -111.63039797575475, 40.205638392369963 ], [ -111.63042114140228, 40.205602228648644 ], [ -111.63045605675424, 40.205566000928989 ], [ -111.63047930581287, 40.20553884613156 ], [ -111.63051413763078, 40.205493609458905 ], [ -111.63056055215745, 40.205430290900551 ], [ -111.63060688311565, 40.205357963387989 ], [ -111.63062996507253, 40.205312790689078 ], [ -111.63035646780156, 40.204962914121687 ], [ -111.62997614311136, 40.204496496220273 ], [ -111.62984498039316, 40.204289993950155 ], [ -111.62953499291595, 40.203805173009279 ], [ -111.62912843343645, 40.203041584868785 ], [ -111.62763368407802, 40.200220748369098 ], [ -111.62723875041947, 40.199439071193169 ], [ -111.62605499873291, 40.197202138010731 ], [ -111.62440505926831, 40.19408478510217 ], [ -111.62140456721968, 40.188424998971456 ], [ -111.62037743504325, 40.186574567058777 ], [ -111.61874172793082, 40.186258981669162 ], [ -111.61600138757312, 40.185895199546714 ], [ -111.61423853831747, 40.185805462491935 ], [ -111.61369812476165, 40.185799319091167 ], [ -111.61370957264772, 40.187069587253575 ], [ -111.61074919238686, 40.187058214680846 ], [ -111.61105086022518, 40.187948555735858 ], [ -111.61228199772101, 40.191608884754544 ], [ -111.61233028354494, 40.19175278002875 ], [ -111.6123422740075, 40.19177974485536 ], [ -111.61239072214966, 40.191941658073716 ], [ -111.61271082112447, 40.192264303298991 ], [ -111.6132192892985, 40.192630997027358 ], [ -111.61318534493384, 40.192775327469079 ], [ -111.61596108969384, 40.19572468797984 ], [ -111.6163252796139, 40.195722749584363 ], [ -111.61664549671268, 40.196054392421132 ], [ -111.61689824865765, 40.196719741983401 ], [ -111.62118169811188, 40.201336678554739 ], [ -111.62135883811484, 40.201434831243851 ], [ -111.62118482262147, 40.20167901895217 ], [ -111.62110208578846, 40.201625406513934 ], [ -111.62106634532714, 40.201571541880476 ], [ -111.62099527557028, 40.20150885736858 ], [ -111.62017720294686, 40.200702397099008 ], [ -111.61992875261778, 40.200514530485592 ], [ -111.619308767021, 40.200815159286932 ], [ -111.61822094401855, 40.201352528651171 ], [ -111.617624441339, 40.20165302300471 ], [ -111.61852703255848, 40.202711312798222 ], [ -111.61851839454509, 40.203053716066044 ], [ -111.61781302625661, 40.203012435874598 ], [ -111.6180086200951, 40.210318008719909 ], [ -111.61841653021966, 40.231920298425294 ], [ -111.61816711117675, 40.235516361597966 ], [ -111.60891750210443, 40.235736573584269 ], [ -111.60431026411715, 40.2358418059871 ], [ -111.59938570277083, 40.235957508173499 ], [ -111.58987398057079, 40.23579015321458 ], [ -111.5899421622201, 40.239582742857493 ], [ -111.58043102357323, 40.239540740799804 ], [ -111.57294255435309, 40.23956904559666 ], [ -111.5709558356926, 40.23957886384752 ], [ -111.57096595172463, 40.242182516689049 ], [ -111.57097556409448, 40.243326656610328 ], [ -111.5664843980923, 40.243321699192755 ], [ -111.56205193821003, 40.243307273028087 ], [ -111.56146411828779, 40.243310126296841 ], [ -111.5518933739671, 40.243230031528704 ], [ -111.55191161544374, 40.246923778242518 ], [ -111.54236387858781, 40.2468427866132 ], [ -111.52760756855132, 40.246757842088606 ], [ -111.52283043021089, 40.246732853874406 ], [ -111.51844812044922, 40.246709143726932 ], [ -111.51823649317184, 40.246710091586017 ], [ -111.51821701650178, 40.25032292953663 ], [ -111.49946225970442, 40.250243223648184 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 32, \"properties\": { \"NAME\": \"WASATCH COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 5089, \"Color4\": \"1\", \"Shape_Leng\": 332069.569321, \"Shape_Area\": 3129412606.1300001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.39571352160192, 40.690181736098005 ], [ -111.39559514633925, 40.69017763742638 ], [ -111.39554317948335, 40.690195832863232 ], [ -111.3954061612953, 40.690241345673307 ], [ -111.39528805211326, 40.690282289234709 ], [ -111.39497409534518, 40.690427502815652 ], [ -111.39472135991186, 40.690518454095901 ], [ -111.3944730124522, 40.690550833335152 ], [ -111.39441391747984, 40.690564548272569 ], [ -111.39424018289787, 40.69060568077979 ], [ -111.39420227392948, 40.690599504140238 ], [ -111.3939227147317, 40.690557216623013 ], [ -111.39366136545091, 40.690391447260666 ], [ -111.39361265682072, 40.690360082913465 ], [ -111.39331579617605, 40.689991738247016 ], [ -111.39328007982714, 40.689955825148154 ], [ -111.39301794057893, 40.689654926602806 ], [ -111.39285645172045, 40.689362693691095 ], [ -111.39276533759761, 40.68896211681534 ], [ -111.39264482319632, 40.688593170262443 ], [ -111.39257772407777, 40.688251068027284 ], [ -111.39259386341379, 40.687976247931211 ], [ -111.39260017108447, 40.687841096043222 ], [ -111.39266156554052, 40.68741297417715 ], [ -111.39283664786845, 40.686997978520232 ], [ -111.39294772447673, 40.686767878737129 ], [ -111.39308212472478, 40.686479142894733 ], [ -111.39322249384958, 40.686199395252224 ], [ -111.39332770372553, 40.685978323755037 ], [ -111.39338615924387, 40.6858565071594 ], [ -111.39369591960322, 40.685202320588708 ], [ -111.39374840378454, 40.685071515456713 ], [ -111.39377756452076, 40.684999346401064 ], [ -111.39397474675253, 40.684521212577188 ], [ -111.39410395356077, 40.684155919203377 ], [ -111.39414565306922, 40.684002628927537 ], [ -111.39411995311042, 40.683858577430428 ], [ -111.39399471739105, 40.683692343879891 ], [ -111.3937389671471, 40.683467998789936 ], [ -111.3935246363536, 40.683243511953961 ], [ -111.39333394772008, 40.683014439816361 ], [ -111.3932922388929, 40.682965034033124 ], [ -111.39310157831596, 40.682740465755124 ], [ -111.39259072710156, 40.682399873198079 ], [ -111.39219908663722, 40.682207517095343 ], [ -111.3917472528374, 40.681839694153737 ], [ -111.39147316109302, 40.681511806067682 ], [ -111.39119746738494, 40.681111853083465 ], [ -111.39108507637766, 40.680914042286147 ], [ -111.39104918184523, 40.680846598561907 ], [ -111.3910189144606, 40.680729587878027 ], [ -111.39094633633306, 40.680459572428148 ], [ -111.39092706038583, 40.680198385164161 ], [ -111.39092527630926, 40.67989299598861 ], [ -111.39081690586018, 40.679572652828107 ], [ -111.39072729051455, 40.679424312431244 ], [ -111.39060801434148, 40.679262559245856 ], [ -111.39054840275958, 40.67918618687024 ], [ -111.390381480546, 40.678970542339627 ], [ -111.3903576308501, 40.678939092490737 ], [ -111.38992252875848, 40.678391031369941 ], [ -111.38970825333874, 40.678171041385369 ], [ -111.38963628652569, 40.678004623106325 ], [ -111.38963531620089, 40.677837965209527 ], [ -111.38976413785736, 40.677607808244986 ], [ -111.38998867150011, 40.677354806098123 ], [ -111.3902102591547, 40.677002717616503 ], [ -111.39046197822306, 40.676542422229581 ], [ -111.39064977261192, 40.676280534282554 ], [ -111.39067909070263, 40.676235391511312 ], [ -111.39076693954081, 40.676081946078618 ], [ -111.39100121869414, 40.675675760766147 ], [ -111.3911532222171, 40.675364445228979 ], [ -111.39125224277799, 40.67509835260875 ], [ -111.39128586971381, 40.674778429224659 ], [ -111.39126643626486, 40.67449021614302 ], [ -111.39122946555949, 40.674238097338169 ], [ -111.39122307562397, 40.674157040532165 ], [ -111.3911483455297, 40.673517674736352 ], [ -111.3911397184021, 40.673053754936653 ], [ -111.39114918255531, 40.672851026687553 ], [ -111.39115520241506, 40.672666327538892 ], [ -111.3911656917121, 40.672436569641341 ], [ -111.39122232301496, 40.672003959182156 ], [ -111.39123223280816, 40.671675107281246 ], [ -111.39128331593159, 40.671305576590079 ], [ -111.39129364663137, 40.671048792997937 ], [ -111.39126937283869, 40.670944374076271 ], [ -111.39113781194241, 40.670905181442059 ], [ -111.39079070329942, 40.67103247888776 ], [ -111.39034710031157, 40.671250188772042 ], [ -111.39006464189593, 40.671305195671849 ], [ -111.3898065571029, 40.671279041096994 ], [ -111.38956708837486, 40.671198770802064 ], [ -111.3892052581582, 40.671033329666962 ], [ -111.38893234884755, 40.670899118429723 ], [ -111.38876553117977, 40.67069698395526 ], [ -111.38870485702095, 40.670435935246054 ], [ -111.38871603449763, 40.670323288568454 ], [ -111.38874404342555, 40.670052932546184 ], [ -111.3887668375654, 40.669903310973943 ], [ -111.38877141835536, 40.669877170248917 ], [ -111.38881880162141, 40.669683323114768 ], [ -111.38883623452975, 40.669629212059121 ], [ -111.38887104793132, 40.669511981389867 ], [ -111.38908607697506, 40.66884911565591 ], [ -111.38936542923605, 40.668261705868147 ], [ -111.38954858265673, 40.668018753337726 ], [ -111.38971277383324, 40.667770459273719 ], [ -111.3897701975516, 40.66747297742144 ], [ -111.3897817399305, 40.667423390452377 ], [ -111.38978668501409, 40.667256712282985 ], [ -111.38979715208289, 40.667022450000701 ], [ -111.38985917869155, 40.666499734289353 ], [ -111.38991129399741, 40.666306771495968 ], [ -111.38994593592811, 40.666160713081986 ], [ -111.38997517665352, 40.666102958454104 ], [ -111.39001607999825, 40.666016336488035 ], [ -111.39006874558835, 40.665917963421762 ], [ -111.39010384364849, 40.665850279367923 ], [ -111.39017414455695, 40.665732928333775 ], [ -111.39037918309583, 40.665389903519745 ], [ -111.39047253977461, 40.665168873930867 ], [ -111.39049003850133, 40.665126473715048 ], [ -111.39054110525001, 40.66475424037052 ], [ -111.3905915775925, 40.664280210308135 ], [ -111.39059139891117, 40.664249581220062 ], [ -111.39058243576414, 40.663727104995395 ], [ -111.39050246591844, 40.663200364516108 ], [ -111.39040433215229, 40.662601615461469 ], [ -111.39028914321237, 40.662120938356935 ], [ -111.39025709549443, 40.661696735171695 ], [ -111.39025412907978, 40.661187751526526 ], [ -111.39019771932132, 40.660642913491422 ], [ -111.39013691779314, 40.660359343658882 ], [ -111.39004662162735, 40.660089386523538 ], [ -111.38988655835496, 40.65982416926574 ], [ -111.38959960669604, 40.65950532752445 ], [ -111.38917123359882, 40.659074352504845 ], [ -111.38871394641252, 40.658756082471541 ], [ -111.38822175024853, 40.658537024143854 ], [ -111.3875219721522, 40.658219564369759 ], [ -111.38715427669023, 40.658049631656937 ], [ -111.38703551617547, 40.657968951089302 ], [ -111.38692896127334, 40.657748593971377 ], [ -111.38693239170651, 40.657523363876081 ], [ -111.38697845879943, 40.657306999636219 ], [ -111.3871704875024, 40.656761326864199 ], [ -111.38728057055476, 40.656364572901097 ], [ -111.38727963287832, 40.65620241861685 ], [ -111.38720704509754, 40.655923390906231 ], [ -111.38705733664945, 40.655604082304194 ], [ -111.38697120410934, 40.655027811136407 ], [ -111.38684315282322, 40.654361592793137 ], [ -111.38683703043156, 40.654325578306825 ], [ -111.38656141258502, 40.653709401948156 ], [ -111.38638143975599, 40.653268575511461 ], [ -111.38625049670938, 40.653124873563385 ], [ -111.38601883195928, 40.65294997758015 ], [ -111.38563949664047, 40.652807105014901 ], [ -111.38515381232057, 40.652682603468975 ], [ -111.38449049952695, 40.652522656446394 ], [ -111.3834541169645, 40.652279262779736 ], [ -111.38300968964391, 40.652128489801257 ], [ -111.38268972729236, 40.652024148206387 ], [ -111.38218579787559, 40.651809607072323 ], [ -111.3818953674312, 40.651697958518589 ], [ -111.38168120436578, 40.651477952115542 ], [ -111.38166320565936, 40.651432967833152 ], [ -111.38160931232915, 40.65131603213667 ], [ -111.38159133937471, 40.651275552134017 ], [ -111.381476639022, 40.65086603275067 ], [ -111.38146918600783, 40.650595794702134 ], [ -111.38150387442484, 40.650456044387312 ], [ -111.38154437399581, 40.650298257345703 ], [ -111.38154851767595, 40.649987441553193 ], [ -111.38162419219388, 40.64977548570041 ], [ -111.38172979483683, 40.649626492162739 ], [ -111.38182927777747, 40.649441483730286 ], [ -111.38184604365475, 40.649270261894578 ], [ -111.38185180342954, 40.649243216574874 ], [ -111.38187502221918, 40.649166565350889 ], [ -111.38188661875563, 40.649125987589798 ], [ -111.38194493508431, 40.648981654588511 ], [ -111.38199715758495, 40.648805811058175 ], [ -111.38198314560218, 40.648630186614298 ], [ -111.38197787524359, 40.648535612079286 ], [ -111.38195291045878, 40.648305971297077 ], [ -111.38188035365398, 40.648026939717404 ], [ -111.38176609360742, 40.647693993394242 ], [ -111.38169330729724, 40.647374423000834 ], [ -111.38157249432986, 40.646928888587162 ], [ -111.38146394614273, 40.646559887975407 ], [ -111.3812964174348, 40.646218108287485 ], [ -111.38119383290515, 40.646065297997033 ], [ -111.38106422594271, 40.645944107456039 ], [ -111.3809040227854, 40.645850043981945 ], [ -111.38060646785345, 40.645728505897814 ], [ -111.38041220280969, 40.645675994309627 ], [ -111.38026992066651, 40.645613401585727 ], [ -111.37989033264796, 40.645416458135394 ], [ -111.3796593493193, 40.645354156421838 ], [ -111.37945821441463, 40.645341304372408 ], [ -111.37935164424802, 40.645319132597862 ], [ -111.37928055501125, 40.645296844195826 ], [ -111.37913238673993, 40.645238773778679 ], [ -111.3790434553207, 40.645198526277873 ], [ -111.3788061525905, 40.645064173477095 ], [ -111.37847992013782, 40.644889572241013 ], [ -111.37833718363044, 40.644745899723446 ], [ -111.37815863166095, 40.644542886461309 ], [ -111.37788527341554, 40.644305949878927 ], [ -111.37770703377321, 40.644157888353917 ], [ -111.37766454840663, 40.64396433882321 ], [ -111.37761627687378, 40.643793330108664 ], [ -111.37746765153132, 40.64365327924726 ], [ -111.37734880649852, 40.643550967705821 ], [ -111.3772834048556, 40.643488120025076 ], [ -111.37717615374589, 40.643344330091338 ], [ -111.37713430425801, 40.643263387859875 ], [ -111.37710440820743, 40.643204928498399 ], [ -111.37691399194183, 40.642993844099507 ], [ -111.37665284567824, 40.642823529553404 ], [ -111.37638555978046, 40.642612694960377 ], [ -111.37630790344862, 40.642473312116991 ], [ -111.37625892827751, 40.642176182302414 ], [ -111.37629862085254, 40.641873358295534 ], [ -111.37635649272777, 40.641648851318898 ], [ -111.37637379703789, 40.641571319494325 ], [ -111.37637956344582, 40.641545175265165 ], [ -111.37642522391103, 40.641252241380265 ], [ -111.37642395876216, 40.641027026219021 ], [ -111.37641736249667, 40.640905429302471 ], [ -111.37637566726552, 40.640851512571878 ], [ -111.37635181253761, 40.64081555522899 ], [ -111.37628055202322, 40.640761734812102 ], [ -111.37607885008825, 40.640645277817057 ], [ -111.37568737542529, 40.640430341498046 ], [ -111.37555099662812, 40.640363219293114 ], [ -111.37536114845416, 40.640251226870497 ], [ -111.37520652685747, 40.64009407581915 ], [ -111.37515280534392, 40.640004162617743 ], [ -111.37509319618314, 40.639918772900167 ], [ -111.37502651461928, 40.639626204320209 ], [ -111.37504079999789, 40.639009056876915 ], [ -111.37503450895882, 40.638941511495041 ], [ -111.3750276381711, 40.638770367079495 ], [ -111.37499520032185, 40.638256972200018 ], [ -111.37494646099839, 40.638000380330297 ], [ -111.37487822154569, 40.637640250794817 ], [ -111.37473575895618, 40.637329910345557 ], [ -111.37469970307239, 40.63722642639528 ], [ -111.3746994764206, 40.637185887630544 ], [ -111.37469283334877, 40.637055281904381 ], [ -111.37474493991978, 40.636856919709778 ], [ -111.37481468357586, 40.636640482686275 ], [ -111.37487172118678, 40.636478139532535 ], [ -111.37502418407759, 40.636039817852222 ], [ -111.37509986889501, 40.635828766602401 ], [ -111.37522913738452, 40.6354724998425 ], [ -111.37530270014038, 40.635093892011191 ], [ -111.37531401579541, 40.635002866548156 ], [ -111.37533681349609, 40.63485054405237 ], [ -111.37534805843639, 40.634746906517954 ], [ -111.37535942947115, 40.634665790524977 ], [ -111.37535288630107, 40.634553202020065 ], [ -111.37532701653049, 40.634156899685124 ], [ -111.37532535182557, 40.633859615266523 ], [ -111.37534599602931, 40.63374513662724 ], [ -111.37538298816841, 40.633593668833178 ], [ -111.37543509008148, 40.633395306229119 ], [ -111.37548082509474, 40.633115885240109 ], [ -111.37547476129836, 40.63308887860299 ], [ -111.37546255802719, 40.633021352397165 ], [ -111.37538506623052, 40.632908994504888 ], [ -111.37527808846797, 40.63281024555485 ], [ -111.37501132585267, 40.632684989119461 ], [ -111.37476611566196, 40.632607408686432 ], [ -111.37470332881792, 40.632586892214327 ], [ -111.37401385852415, 40.632361204922759 ], [ -111.37384450436306, 40.632314907583471 ], [ -111.37352803265691, 40.632180799823566 ], [ -111.37321671841046, 40.63212324920579 ], [ -111.37314213292989, 40.632107274403985 ], [ -111.37299172447025, 40.632065418987743 ], [ -111.37267579155191, 40.632027701156133 ], [ -111.37232911998881, 40.631990982443675 ], [ -111.37219054690199, 40.631950889581624 ], [ -111.3716128317828, 40.631831131378149 ], [ -111.37149562856987, 40.631806283851851 ], [ -111.37145295024338, 40.631786601799917 ], [ -111.37133435011691, 40.631723020819152 ], [ -111.37127505762244, 40.631692581576452 ], [ -111.37121576019278, 40.631661241440234 ], [ -111.37117419964738, 40.631629844268474 ], [ -111.37105540557924, 40.631531129352133 ], [ -111.37089495189753, 40.631382999780925 ], [ -111.37082360615419, 40.631311158590449 ], [ -111.37074612410872, 40.63119879750932 ], [ -111.37072821301365, 40.631167324250178 ], [ -111.37067443001463, 40.631063895826507 ], [ -111.37061941195576, 40.630737053387968 ], [ -111.37054187116642, 40.630613881799512 ], [ -111.37047646369933, 40.630546525724931 ], [ -111.37036944715716, 40.630438763509893 ], [ -111.3702624807182, 40.63034000982185 ], [ -111.37020884836318, 40.63026360705004 ], [ -111.37016055621804, 40.630083586056152 ], [ -111.37016597090738, 40.629993480803975 ], [ -111.3701356890013, 40.629862950407556 ], [ -111.37007128109391, 40.629762258366434 ], [ -111.37005219822777, 40.629732590506677 ], [ -111.37003431271802, 40.629705621444231 ], [ -111.3699392715736, 40.629624846812803 ], [ -111.36989773774648, 40.629597953478061 ], [ -111.36982060713429, 40.629548652146852 ], [ -111.36971384663184, 40.629486833315056 ], [ -111.36917457653962, 40.629257933381304 ], [ -111.36898479532717, 40.629150434393239 ], [ -111.36884241025105, 40.629060801311354 ], [ -111.36862302038203, 40.628944387491281 ], [ -111.36841602467592, 40.62893153481906 ], [ -111.36825637484614, 40.628927539606181 ], [ -111.36814424397258, 40.628963932268348 ], [ -111.36802620093015, 40.629000343661964 ], [ -111.36782573506342, 40.629100079018237 ], [ -111.36751971573121, 40.629357803824981 ], [ -111.36743142956701, 40.629430155074246 ], [ -111.36713186202623, 40.629786955012115 ], [ -111.36706143456712, 40.629881771176869 ], [ -111.36683256244028, 40.630193301648468 ], [ -111.36680903706591, 40.630215898346364 ], [ -111.36665012335074, 40.63034703042721 ], [ -111.36649675179642, 40.630410578777131 ], [ -111.36633172790218, 40.630505694648853 ], [ -111.36627277837772, 40.630537412387646 ], [ -111.36577078349364, 40.630638100074727 ], [ -111.36561019787375, 40.630680048999317 ], [ -111.3652628257974, 40.630729795649593 ], [ -111.36477839297676, 40.630798892713791 ], [ -111.36404451264491, 40.630877783124291 ], [ -111.36375959277558, 40.630887689699101 ], [ -111.36367921107815, 40.630892447250211 ], [ -111.36364371334561, 40.630888054635307 ], [ -111.36322961903069, 40.630845214713617 ], [ -111.36301037444264, 40.630754915295618 ], [ -111.36279079403337, 40.63060245586388 ], [ -111.36265997039652, 40.630463230510614 ], [ -111.36260043440846, 40.63038684273581 ], [ -111.36252296718575, 40.630274476055803 ], [ -111.36246338281227, 40.630189079568709 ], [ -111.36228408109459, 40.630050005918136 ], [ -111.36224370814143, 40.630018601792244 ], [ -111.36216060236171, 40.629956701776948 ], [ -111.36185825193832, 40.629803599196613 ], [ -111.36160356907024, 40.629718813393545 ], [ -111.361307914805, 40.629710729943106 ], [ -111.36062811863447, 40.62973087228697 ], [ -111.36012001541893, 40.629795519335296 ], [ -111.35973005707861, 40.629841778620083 ], [ -111.35956468666477, 40.629873824379203 ], [ -111.35893829036753, 40.629929825674886 ], [ -111.35876092633228, 40.629930376788359 ], [ -111.35842982270279, 40.629926900483632 ], [ -111.35809232574285, 40.629833355135446 ], [ -111.35789076034617, 40.629730378842694 ], [ -111.35777083074372, 40.629636158117286 ], [ -111.3576887629588, 40.629546324402696 ], [ -111.35757576029914, 40.629420551242788 ], [ -111.35748561372647, 40.629146062138915 ], [ -111.35738378789172, 40.628898635473632 ], [ -111.35727011476422, 40.628646740960988 ], [ -111.35702568283327, 40.628264623111249 ], [ -111.3569183797415, 40.628098292080203 ], [ -111.35658594354975, 40.627842568335609 ], [ -111.35593914929748, 40.627394123790033 ], [ -111.35536397468773, 40.627071578378697 ], [ -111.35474732727153, 40.626731139882402 ], [ -111.35464663511904, 40.626695413942649 ], [ -111.35397139975717, 40.626454247945951 ], [ -111.35322820504364, 40.626105180280021 ], [ -111.35299941663348, 40.625993269822601 ], [ -111.35267341513914, 40.625832107415476 ], [ -111.35247787656216, 40.625747120775124 ], [ -111.35225746174621, 40.625653200880173 ], [ -111.35208680089063, 40.625577146491253 ], [ -111.3520571475074, 40.625559219290338 ], [ -111.35190296908317, 40.625469601183099 ], [ -111.35173715663808, 40.625416053500125 ], [ -111.35163635465757, 40.62535870413857 ], [ -111.3512989561592, 40.625277750847324 ], [ -111.35115085624841, 40.625219644040556 ], [ -111.35105030977033, 40.62521094090873 ], [ -111.35083145815533, 40.625189083929776 ], [ -111.35072492935504, 40.625166885486742 ], [ -111.35061230046988, 40.625108670263003 ], [ -111.35055301846914, 40.625077319417059 ], [ -111.35036954355358, 40.625037336575389 ], [ -111.35012704589157, 40.625015549993492 ], [ -111.35002061165505, 40.625011368214082 ], [ -111.34995560639456, 40.62501606960852 ], [ -111.349861042588, 40.625020860512841 ], [ -111.34969083239928, 40.625030384811474 ], [ -111.34957730411394, 40.625026224103081 ], [ -111.34934677096723, 40.625031426068752 ], [ -111.34918136041615, 40.62505444829916 ], [ -111.3489213154612, 40.625068747440011 ], [ -111.34831853139688, 40.625111106599768 ], [ -111.34814716178947, 40.625125136520744 ], [ -111.34778418231723, 40.62512623015008 ], [ -111.34772153679499, 40.625130022301107 ], [ -111.34768015943811, 40.625131047753101 ], [ -111.34754418991258, 40.625131457002674 ], [ -111.34682903503118, 40.625165137688313 ], [ -111.34663749523627, 40.625165712739182 ], [ -111.34636917285397, 40.625180030977909 ], [ -111.34620229943819, 40.625149000524225 ], [ -111.34605445991596, 40.625140434800485 ], [ -111.34590636480712, 40.625082321247135 ], [ -111.34554551802499, 40.62503835744657 ], [ -111.34544501892697, 40.625038658092741 ], [ -111.34523752917859, 40.624926668511243 ], [ -111.34465704780067, 40.624707686642559 ], [ -111.34406463129991, 40.624466215394939 ], [ -111.34350203109524, 40.624274200831252 ], [ -111.3429457604239, 40.624163243949191 ], [ -111.34228326624986, 40.624088634460243 ], [ -111.34155590628023, 40.624045743832781 ], [ -111.34091683221759, 40.623926013217854 ], [ -111.34028467146398, 40.623770223476711 ], [ -111.33980973451767, 40.623608562496116 ], [ -111.33937780548328, 40.623534158586999 ], [ -111.33835976300821, 40.623289403524112 ], [ -111.33688683344842, 40.623104524488532 ], [ -111.33526023459929, 40.622924577240823 ], [ -111.33431344625455, 40.622738136836283 ], [ -111.3340177358362, 40.622711966023516 ], [ -111.33392901826834, 40.622703213764169 ], [ -111.33334348736838, 40.622646348008324 ], [ -111.33292948050058, 40.62260700257297 ], [ -111.33256885634776, 40.622603537173632 ], [ -111.331493385473, 40.622692212721596 ], [ -111.33066599568332, 40.622739628612436 ], [ -111.3300928001548, 40.622786312336224 ], [ -111.32941352825415, 40.622900861872274 ], [ -111.32859804569159, 40.622966246601166 ], [ -111.3276054132007, 40.623072667842166 ], [ -111.32713866451164, 40.623128043717543 ], [ -111.32687261821093, 40.623123391717812 ], [ -111.32671890024439, 40.623120223153265 ], [ -111.32642890517097, 40.623053477109785 ], [ -111.32620958621722, 40.62293247788984 ], [ -111.32618580859499, 40.622905518625643 ], [ -111.3259957415998, 40.622721374722623 ], [ -111.32590558009603, 40.622415329714727 ], [ -111.32579019786802, 40.621785038647857 ], [ -111.32576121026167, 40.621658997085341 ], [ -111.32557903291091, 40.620907275164576 ], [ -111.32556042409962, 40.620727151408801 ], [ -111.325554294078, 40.620682124634193 ], [ -111.32544703740261, 40.620506755104927 ], [ -111.32524506926771, 40.620304625793217 ], [ -111.32459257982902, 40.619842507622138 ], [ -111.32366768296441, 40.619277548094658 ], [ -111.32280363761463, 40.618825021205666 ], [ -111.32207364990215, 40.618466706601893 ], [ -111.32162343067047, 40.618265262881621 ], [ -111.32114383113516, 40.618099934356373 ], [ -111.32039221573916, 40.617912836702324 ], [ -111.31958185857765, 40.617802471640395 ], [ -111.31886599566266, 40.617673822409564 ], [ -111.31830481302654, 40.617504202867707 ], [ -111.31768192360202, 40.617285201843082 ], [ -111.31690058016603, 40.617057623506724 ], [ -111.31622015385666, 40.616919851791423 ], [ -111.31571138260679, 40.616831155467018 ], [ -111.31474079381549, 40.616581557592532 ], [ -111.31394720373289, 40.616259400000544 ], [ -111.31350852961765, 40.615990326999068 ], [ -111.31319411432219, 40.615747941889452 ], [ -111.3129934006022, 40.615550291942995 ], [ -111.31296846975208, 40.615527837450621 ], [ -111.31282595705026, 40.6153885868153 ], [ -111.31239228088202, 40.614921301914009 ], [ -111.31198505826714, 40.61454853652112 ], [ -111.31192331355626, 40.614490145945759 ], [ -111.31159671280938, 40.614166709914713 ], [ -111.31125793838484, 40.613766730746697 ], [ -111.31120447005506, 40.613708317473353 ], [ -111.31118659157244, 40.613676834761726 ], [ -111.31088893389344, 40.613219988090876 ], [ -111.31084141040643, 40.613168765700884 ], [ -111.31069282956253, 40.612993493398982 ], [ -111.31038416157308, 40.612710545315743 ], [ -111.31017668492707, 40.61258047471933 ], [ -111.30998719074742, 40.612504408439364 ], [ -111.3098213186762, 40.612423774071267 ], [ -111.3097206093415, 40.612374495633361 ], [ -111.3090523352753, 40.612038454747406 ], [ -111.30836390987398, 40.611688950530237 ], [ -111.30789455325515, 40.611419937854201 ], [ -111.3074214683041, 40.611110393451348 ], [ -111.30723163067381, 40.610957748496446 ], [ -111.30708924270805, 40.610841012391013 ], [ -111.30693498895091, 40.61071439792871 ], [ -111.30666780691173, 40.610450248063842 ], [ -111.30619843479671, 40.609915467977395 ], [ -111.30578230443766, 40.609389553815504 ], [ -111.30565738656571, 40.609214212251217 ], [ -111.30541941441959, 40.608872506161191 ], [ -111.30493175929013, 40.60821164544317 ], [ -111.30476531049047, 40.60800037717717 ], [ -111.30446806120298, 40.607618285687842 ], [ -111.30428957025107, 40.607357499865188 ], [ -111.30415271723986, 40.60715516154238 ], [ -111.30388541348088, 40.606858573567365 ], [ -111.3038497690786, 40.606818127582692 ], [ -111.30380819419555, 40.606773192768159 ], [ -111.30362381835199, 40.606516925770748 ], [ -111.30334971330819, 40.606022159993117 ], [ -111.30323069778943, 40.605842295769612 ], [ -111.30288830155044, 40.605928778107113 ], [ -111.30236935371205, 40.606182385228209 ], [ -111.30182128103876, 40.60653155978364 ], [ -111.30140937054901, 40.606932627727417 ], [ -111.30108516579719, 40.607123559727768 ], [ -111.30077248876074, 40.607249597183099 ], [ -111.30035928099944, 40.607363282891583 ], [ -111.29993441254905, 40.60751303274111 ], [ -111.2996983307719, 40.607586617115565 ], [ -111.29949216949498, 40.607743004706236 ], [ -111.29933923146532, 40.607906461069803 ], [ -111.29920375824798, 40.608010413681342 ], [ -111.29900910183665, 40.608096501692181 ], [ -111.29872589141002, 40.608205340522943 ], [ -111.29856669539414, 40.608291336068497 ], [ -111.2985077370692, 40.608323920259593 ], [ -111.29831315496178, 40.608427123686326 ], [ -111.29824822203608, 40.608445309041556 ], [ -111.29815968799986, 40.608472564120916 ], [ -111.298006220829, 40.608518004351943 ], [ -111.2976870455424, 40.608514323000328 ], [ -111.2973439895823, 40.608456649245184 ], [ -111.29680583540218, 40.608385962730161 ], [ -111.29600784924043, 40.608365488482846 ], [ -111.29555252024606, 40.60831260149908 ], [ -111.29511512088997, 40.608304711080073 ], [ -111.29468940365638, 40.608265258279559 ], [ -111.29426345772988, 40.608173553252016 ], [ -111.29418655725937, 40.608158434126828 ], [ -111.29363823862656, 40.607924698822131 ], [ -111.29327452722735, 40.607737338251198 ], [ -111.29316782838772, 40.60766553844109 ], [ -111.29302557018119, 40.607571306660965 ], [ -111.29281166265059, 40.607310592901534 ], [ -111.29271611714087, 40.607085614175837 ], [ -111.29263015423881, 40.60688943936173 ], [ -111.29254238524521, 40.606550028540681 ], [ -111.29248734837246, 40.6061267525576 ], [ -111.29247224518043, 40.605373651904294 ], [ -111.29249327751182, 40.604775411699563 ], [ -111.292538907485, 40.604396924847968 ], [ -111.29259017185761, 40.603955361792742 ], [ -111.29263053917002, 40.603725534072026 ], [ -111.29262977303684, 40.603549863598509 ], [ -111.29259992915955, 40.603482372889097 ], [ -111.29249306111608, 40.603370033034636 ], [ -111.29230918913019, 40.603217348188181 ], [ -111.29211911402959, 40.602997112411593 ], [ -111.29207733368513, 40.602902625218526 ], [ -111.29204739263061, 40.602812612495953 ], [ -111.29202885953697, 40.602627978067069 ], [ -111.29210407862988, 40.602258425276304 ], [ -111.29210920402566, 40.602078235431883 ], [ -111.29208515340734, 40.601983703386892 ], [ -111.29200194702942, 40.601875807631231 ], [ -111.2918654949173, 40.601754533102387 ], [ -111.29130796987816, 40.60129198500907 ], [ -111.2909873642886, 40.600950456992372 ], [ -111.29070264879577, 40.600707935054388 ], [ -111.29036490508179, 40.600501581107054 ], [ -111.28980947753462, 40.600246223882564 ], [ -111.28927517320315, 40.599954775681319 ], [ -111.28913291743903, 40.599856034530632 ], [ -111.28908550541195, 40.59982462223261 ], [ -111.28900370958534, 40.599768071174836 ], [ -111.2887831312126, 40.599595652971892 ], [ -111.28859366684459, 40.599512344210531 ], [ -111.28851787038406, 40.599476498167604 ], [ -111.28833075112099, 40.599388678690474 ], [ -111.2882798366789, 40.599367184535168 ], [ -111.28813754107506, 40.599258532511392 ], [ -111.28800110513571, 40.599138154195586 ], [ -111.28781093985907, 40.598890884825678 ], [ -111.28760291260539, 40.598612128631068 ], [ -111.28752531826225, 40.598432144799744 ], [ -111.28747769574883, 40.598351183677941 ], [ -111.28740056499916, 40.59827930481066 ], [ -111.28723489009622, 40.598230168235823 ], [ -111.287010110091, 40.598178475644865 ], [ -111.28690365655233, 40.59815892063569 ], [ -111.28655232030704, 40.598085019301358 ], [ -111.28643034889339, 40.598029466946073 ], [ -111.28626456003084, 40.597953302704482 ], [ -111.28592080012926, 40.597715419567081 ], [ -111.28558857378489, 40.597409940486742 ], [ -111.28542267246712, 40.597306748746824 ], [ -111.28518012310423, 40.597244285865976 ], [ -111.28496128785791, 40.597199781679642 ], [ -111.28459468246139, 40.597146632401838 ], [ -111.28402091338265, 40.597013812741686 ], [ -111.28350632674527, 40.596901565346045 ], [ -111.28289670383715, 40.596673334236698 ], [ -111.28225145920604, 40.596404647101544 ], [ -111.28191408471018, 40.596274842608608 ], [ -111.28175535851061, 40.596189645770941 ], [ -111.28155843591968, 40.596014453275593 ], [ -111.28136275284115, 40.595852770702002 ], [ -111.28126801725202, 40.595807957147485 ], [ -111.2809944892193, 40.595683399779013 ], [ -111.28076496501767, 40.595624499456221 ], [ -111.28052263311139, 40.595611574946098 ], [ -111.28042455994661, 40.595616317509609 ], [ -111.28033946809794, 40.595616524057277 ], [ -111.28009150910324, 40.595671178717645 ], [ -111.27994385522392, 40.595689554371098 ], [ -111.27973112535972, 40.595690069738218 ], [ -111.27909296944898, 40.595699721377748 ], [ -111.27886851852854, 40.595723686501081 ], [ -111.27870895233045, 40.595719567195339 ], [ -111.2786344968375, 40.595719746822517 ], [ -111.27857294803168, 40.595697373135863 ], [ -111.27853743696694, 40.595683945488204 ], [ -111.2785054527225, 40.595666004898149 ], [ -111.27847226797441, 40.595643562765382 ], [ -111.27842478915709, 40.595594128510271 ], [ -111.27835362150032, 40.59553213892405 ], [ -111.27831193619195, 40.595454763205765 ], [ -111.2781872280962, 40.595306417482547 ], [ -111.27809245805977, 40.595252592543076 ], [ -111.27783212092406, 40.59517213930696 ], [ -111.27763095005096, 40.595109561003774 ], [ -111.27744625057436, 40.595028925073215 ], [ -111.27716903478225, 40.594867431162633 ], [ -111.27688484091892, 40.594732979880902 ], [ -111.27671890384137, 40.594616262373208 ], [ -111.27661809694277, 40.594530919674966 ], [ -111.27657065739922, 40.594490493410241 ], [ -111.2764578249845, 40.594354729756645 ], [ -111.27642218890902, 40.594310671635647 ], [ -111.27631508440793, 40.594130750723622 ], [ -111.27615507736067, 40.594018522635473 ], [ -111.27602480112098, 40.593951267576621 ], [ -111.27595135900516, 40.593910002299872 ], [ -111.27576419390603, 40.593803243857018 ], [ -111.27534991724721, 40.593646577098461 ], [ -111.27478106883211, 40.593260550723329 ], [ -111.27455593909067, 40.593116944285171 ], [ -111.27441983092534, 40.59306771898531 ], [ -111.2742127826705, 40.593010553976931 ], [ -111.27397612763207, 40.592938143760222 ], [ -111.27353170314549, 40.59292117929526 ], [ -111.27321383978769, 40.592930940422285 ], [ -111.27293581268786, 40.592855923261858 ], [ -111.27273912052485, 40.592729362907072 ], [ -111.27267495668383, 40.592643930207402 ], [ -111.27268048132197, 40.592549324121087 ], [ -111.27275665628149, 40.592391489196714 ], [ -111.27280367100285, 40.592328316139252 ], [ -111.27280912221008, 40.592215692491273 ], [ -111.27274357568206, 40.592080714345386 ], [ -111.27262505112061, 40.59199540995025 ], [ -111.27221019012833, 40.591690087009347 ], [ -111.27189018366852, 40.591461114669634 ], [ -111.27151650850443, 40.591110647934599 ], [ -111.27132693648706, 40.590989473712142 ], [ -111.27105447906348, 40.590827953809487 ], [ -111.27079976729583, 40.590670896090529 ], [ -111.27065744937076, 40.590545105536691 ], [ -111.27052682232132, 40.590387756397497 ], [ -111.27040224972208, 40.590266428394507 ], [ -111.27028369869446, 40.590173013647792 ], [ -111.27015330527148, 40.590073320268402 ], [ -111.26965000053602, 40.589808734720009 ], [ -111.2689991645716, 40.589589534950299 ], [ -111.26851357580318, 40.589320398730599 ], [ -111.26826469788487, 40.589141700527996 ], [ -111.26800385308951, 40.588925192303407 ], [ -111.26778469685908, 40.588790567543732 ], [ -111.26756559536391, 40.588669455539787 ], [ -111.26737628851481, 40.588611336234223 ], [ -111.26723315826123, 40.588575631971402 ], [ -111.26710408320533, 40.588508363992297 ], [ -111.2669795202778, 40.588387032227935 ], [ -111.26686671753582, 40.588251258967752 ], [ -111.26679540723185, 40.588148722584492 ], [ -111.26674790652429, 40.588090274634915 ], [ -111.26669444372375, 40.588018327126491 ], [ -111.26652850518144, 40.587892585948126 ], [ -111.26639823257528, 40.587820815498965 ], [ -111.26635086111236, 40.587794799015001 ], [ -111.26598381828441, 40.587614566468808 ], [ -111.26552783367019, 40.587354358283278 ], [ -111.26533835426082, 40.587251191663825 ], [ -111.26506628206326, 40.587179745330126 ], [ -111.26481807507319, 40.587166801306047 ], [ -111.26474124785018, 40.587162472971777 ], [ -111.26436309124382, 40.587158834591165 ], [ -111.26430282536398, 40.587158972497804 ], [ -111.26397907938474, 40.587168721659665 ], [ -111.26389637920084, 40.58717341505529 ], [ -111.26321636330256, 40.587035329065124 ], [ -111.26266628205623, 40.58688343037722 ], [ -111.26235834137721, 40.586703952751506 ], [ -111.26187833941403, 40.586340182615572 ], [ -111.26182502374937, 40.58630426798247 ], [ -111.26180130254629, 40.586281799564858 ], [ -111.26155232738338, 40.586070655059579 ], [ -111.26152269803104, 40.586048199960885 ], [ -111.26124996870425, 40.585805577513405 ], [ -111.26104870114183, 40.585706934916843 ], [ -111.26080614616393, 40.585626402938914 ], [ -111.26045147424092, 40.585582158787673 ], [ -111.26013840506214, 40.585600881982657 ], [ -111.25965408249935, 40.585642511580538 ], [ -111.25909889458305, 40.585693306992646 ], [ -111.25872660268053, 40.585676123686518 ], [ -111.25841916346178, 40.58562275862171 ], [ -111.25824768452873, 40.58558710661233 ], [ -111.2580004240001, 40.585511083694882 ], [ -111.25773305861702, 40.585430600668218 ], [ -111.25700482402713, 40.58503583268601 ], [ -111.25675001543492, 40.584839104946894 ], [ -111.25669061983361, 40.584757256180055 ], [ -111.25660737121061, 40.584617803566744 ], [ -111.25658931955621, 40.584532259345529 ], [ -111.25661822354968, 40.58436553093437 ], [ -111.25657633272284, 40.584225986405677 ], [ -111.25648736611774, 40.584136095213154 ], [ -111.2563807956968, 40.584077774090218 ], [ -111.25617376977399, 40.584015171246946 ], [ -111.2558959323716, 40.583975247108768 ], [ -111.25567042995671, 40.584025295249781 ], [ -111.25563616612861, 40.584026271967645 ], [ -111.25557709836447, 40.584030006218931 ], [ -111.25543528566688, 40.584025815449486 ], [ -111.25529340448144, 40.584003606903728 ], [ -111.25513367572505, 40.583949005646886 ], [ -111.25489687469806, 40.58382430501905 ], [ -111.25476631474183, 40.583671442122686 ], [ -111.254677282953, 40.583563531913576 ], [ -111.25455871095942, 40.583455686733494 ], [ -111.25413286757698, 40.583335004504924 ], [ -111.25380758221655, 40.583245630880057 ], [ -111.2534645564976, 40.583151790824679 ], [ -111.25325139021892, 40.58302613405278 ], [ -111.25317433067316, 40.582958736376995 ], [ -111.25312679454856, 40.582886769520321 ], [ -111.2530132517112, 40.582544680860742 ], [ -111.25292313840156, 40.582148487493072 ], [ -111.25271993258498, 40.581842630300727 ], [ -111.25254340112795, 40.581716892037313 ], [ -111.25234205700373, 40.581591207705166 ], [ -111.25196334069177, 40.581429874506377 ], [ -111.25140745643202, 40.581286943536384 ], [ -111.25095818600316, 40.581215849375369 ], [ -111.25068031278339, 40.581162399416641 ], [ -111.25053234644356, 40.581090649360938 ], [ -111.2503726990021, 40.581054959960319 ], [ -111.25023658256201, 40.580992192722199 ], [ -111.25005328721531, 40.580952049661839 ], [ -111.2497635162796, 40.580876101041618 ], [ -111.2494970929619, 40.580723525768228 ], [ -111.24904156963591, 40.580557844377267 ], [ -111.24890553891991, 40.580517597586073 ], [ -111.24859191969827, 40.580382238772899 ], [ -111.24836688903341, 40.58023858067704 ], [ -111.24814795355491, 40.580145358793779 ], [ -111.24752106157869, 40.579966526049986 ], [ -111.24721349146049, 40.579868086940849 ], [ -111.24698879679062, 40.579814514267781 ], [ -111.24676984473524, 40.579715884467994 ], [ -111.24653317002895, 40.57961729207473 ], [ -111.24627279891959, 40.579500731944883 ], [ -111.24592947286708, 40.579316781219489 ], [ -111.24572258666292, 40.579285690375386 ], [ -111.24555698889692, 40.57923649363169 ], [ -111.24527916101215, 40.579192039441466 ], [ -111.24499562295885, 40.579201650005309 ], [ -111.24465993270236, 40.579166325911217 ], [ -111.2443274760616, 40.579045409588524 ], [ -111.24420318473759, 40.57898261020059 ], [ -111.24391324889628, 40.578857098342993 ], [ -111.24367789367686, 40.578794532838209 ], [ -111.24347573625748, 40.578763427990246 ], [ -111.24328657593689, 40.578732295416913 ], [ -111.24306223052091, 40.578773307661223 ], [ -111.24270820855374, 40.578895671969093 ], [ -111.24243664936677, 40.57895029551387 ], [ -111.24222987960684, 40.578950729267355 ], [ -111.2420938399558, 40.578905970013579 ], [ -111.24195760574239, 40.578807157688956 ], [ -111.24176208426611, 40.578649911531606 ], [ -111.24168494399613, 40.578555479636016 ], [ -111.24156628826944, 40.578416090073652 ], [ -111.24138876702212, 40.578335381171208 ], [ -111.24119951179421, 40.578277218713048 ], [ -111.2409560358595, 40.578255204601156 ], [ -111.24057304284591, 40.578206453944453 ], [ -111.24028926647799, 40.578148486795868 ], [ -111.23991059838221, 40.577987113848472 ], [ -111.23949655390811, 40.577844731666339 ], [ -111.23919481331849, 40.577718331514852 ], [ -111.23878795400351, 40.577602057683031 ], [ -111.23837899206173, 40.577558758752033 ], [ -111.23786496499964, 40.577540899644632 ], [ -111.23746917269885, 40.577546218373044 ], [ -111.23673683841696, 40.577606279243561 ], [ -111.2364000898348, 40.577602464407235 ], [ -111.2359750439505, 40.577688917875804 ], [ -111.23570923360089, 40.577698469431191 ], [ -111.23531366111817, 40.577766842547234 ], [ -111.23521911733, 40.577760728870494 ], [ -111.23505958359368, 40.577752945597304 ], [ -111.23501231014214, 40.577749438223343 ], [ -111.23477001960772, 40.577727408656799 ], [ -111.23437421019267, 40.577728212372477 ], [ -111.23402567728604, 40.577733423411793 ], [ -111.23378366935842, 40.577792471202791 ], [ -111.23353006505323, 40.577914604149996 ], [ -111.23329418271682, 40.578036700750332 ], [ -111.23306412900475, 40.57813626288727 ], [ -111.2327808433203, 40.578217914066492 ], [ -111.23242678980378, 40.578335742508933 ], [ -111.23203728903208, 40.57845364107051 ], [ -111.23167126221709, 40.578526446804872 ], [ -111.231328772235, 40.578572177585926 ], [ -111.23105700350705, 40.578568217037912 ], [ -111.23094593914854, 40.578568439129064 ], [ -111.23061366465269, 40.578492527380973 ], [ -111.230448048898, 40.578434300109514 ], [ -111.23015837252615, 40.578376319840032 ], [ -111.22989212683225, 40.578259734442959 ], [ -111.2297146815724, 40.578197025213385 ], [ -111.22952542136076, 40.578134339185794 ], [ -111.22932439237248, 40.57808518954355 ], [ -111.22904067218199, 40.578040707975219 ], [ -111.22885155117724, 40.578018560565177 ], [ -111.22863304549359, 40.578041515450309 ], [ -111.22848540063404, 40.578055320901115 ], [ -111.22832590981351, 40.578060140688486 ], [ -111.22812484825494, 40.578001079243862 ], [ -111.22795926949162, 40.577952758101816 ], [ -111.22768681624137, 40.577746090965363 ], [ -111.22754433163873, 40.577539167248467 ], [ -111.22721251609268, 40.577247031431767 ], [ -111.22683945716072, 40.576986506756093 ], [ -111.22653741288896, 40.576761877188282 ], [ -111.22626481709831, 40.57651016247101 ], [ -111.22599813082985, 40.576258435537213 ], [ -111.22559510606732, 40.575867336469535 ], [ -111.22529925038886, 40.575723771564462 ], [ -111.22473180544367, 40.575625779019752 ], [ -111.22438293645811, 40.575527359343575 ], [ -111.22395734731813, 40.575451609603952 ], [ -111.22357909330887, 40.575398288926856 ], [ -111.22332456576518, 40.575245630061687 ], [ -111.22315821601549, 40.574962171364426 ], [ -111.22275007006894, 40.574800798972312 ], [ -111.22247234998747, 40.57477881190043 ], [ -111.22221806574072, 40.574698221266928 ], [ -111.22196357370753, 40.574554568207098 ], [ -111.22151387391564, 40.574330208998511 ], [ -111.22120639711642, 40.574240709218152 ], [ -111.22081034133487, 40.57416038685664 ], [ -111.22051493221228, 40.574147437779402 ], [ -111.21992430602695, 40.574180094815198 ], [ -111.21941623431461, 40.574167547584111 ], [ -111.2192330934265, 40.574163390835807 ], [ -111.21878502694301, 40.574074151322868 ], [ -111.21831111308079, 40.574029102509186 ], [ -111.21764945924326, 40.574018639417019 ], [ -111.2169876367998, 40.573955921253194 ], [ -111.21662145815287, 40.573979130708537 ], [ -111.21623174872018, 40.574033013297161 ], [ -111.21598979913628, 40.574110942423516 ], [ -111.2156591353662, 40.574156604662662 ], [ -111.21545867739357, 40.574278598801953 ], [ -111.21527454263419, 40.574332995455535 ], [ -111.2150811433756, 40.57444596688709 ], [ -111.21473879228182, 40.574532188280315 ], [ -111.21441404728644, 40.574582340399829 ], [ -111.21427921922832, 40.574538446977662 ], [ -111.21423073314132, 40.574524122669494 ], [ -111.21390041560382, 40.574308521250948 ], [ -111.21382212363855, 40.574209568330687 ], [ -111.21350379533787, 40.574047996952231 ], [ -111.21323661431634, 40.573994437053628 ], [ -111.21301218039666, 40.574008364448368 ], [ -111.21262215700897, 40.573964038467267 ], [ -111.21230309264321, 40.573942103027392 ], [ -111.21195987345087, 40.573753546432982 ], [ -111.21161049350802, 40.57348392001888 ], [ -111.21127863966392, 40.573151198195312 ], [ -111.21108907386966, 40.572981276554835 ], [ -111.21092896855656, 40.572786976784528 ], [ -111.21070377519061, 40.572557660810887 ], [ -111.21043088882564, 40.572188793328408 ], [ -111.21009290064505, 40.571779503536632 ], [ -111.20982637809965, 40.571554765412507 ], [ -111.20958815496566, 40.5713119575232 ], [ -111.20919893808654, 40.571141493869725 ], [ -111.20882034181157, 40.57096650525061 ], [ -111.20843012916077, 40.570854598657128 ], [ -111.20783887077813, 40.570675485847566 ], [ -111.2075550289027, 40.57057689822593 ], [ -111.20703495044113, 40.570492246863772 ], [ -111.20641402572556, 40.570268135392453 ], [ -111.2060298247616, 40.570187741092312 ], [ -111.20543860615375, 40.570017624801864 ], [ -111.20507678535755, 40.569914665267007 ], [ -111.20481181166963, 40.569802524036014 ], [ -111.20455766331909, 40.569753425355579 ], [ -111.20435665011945, 40.569695223231307 ], [ -111.20398984731253, 40.569506684505036 ], [ -111.20372954790666, 40.569376514718471 ], [ -111.20343961967657, 40.569214865354148 ], [ -111.203097767006, 40.56907132436325 ], [ -111.20275928316705, 40.568869218557737 ], [ -111.20228637002006, 40.56874842736822 ], [ -111.20194233546911, 40.568663444653033 ], [ -111.2015888238541, 40.568569468542833 ], [ -111.20108614091725, 40.568368545106864 ], [ -111.20076088769626, 40.568242085202343 ], [ -111.20025227337187, 40.568031258632928 ], [ -111.20000363949308, 40.567847006743925 ], [ -111.19990263506232, 40.567648985594865 ], [ -111.19984900284403, 40.567490521606743 ], [ -111.19990171029049, 40.567338179869992 ], [ -111.20002553648487, 40.567265894275977 ], [ -111.20016835776303, 40.567225106817638 ], [ -111.20030865503632, 40.567130270108088 ], [ -111.2003142931223, 40.567040171246553 ], [ -111.20028431661839, 40.566891576224599 ], [ -111.2001824267401, 40.566792654822322 ], [ -111.20005951466301, 40.566774849916698 ], [ -111.19984690192993, 40.56678422681204 ], [ -111.19961648887181, 40.566766607346757 ], [ -111.19940970253876, 40.566748946642676 ], [ -111.19916147629536, 40.566699825832792 ], [ -111.1989793114334, 40.566619059544074 ], [ -111.19883011751331, 40.566502200588161 ], [ -111.19871758512265, 40.566398791746522 ], [ -111.19860016801353, 40.566241337730453 ], [ -111.1984744290006, 40.566065880066915 ], [ -111.19820313639637, 40.565805087416294 ], [ -111.19811909044883, 40.565746673656733 ], [ -111.19790053431633, 40.565742543795672 ], [ -111.19772336391881, 40.565751856064381 ], [ -111.19746965965486, 40.565846883556965 ], [ -111.19717479366693, 40.566005043124392 ], [ -111.1969034866888, 40.566140639508887 ], [ -111.19656731132027, 40.566312381284021 ], [ -111.19619578652944, 40.566515713299069 ], [ -111.1959658877084, 40.566673759417121 ], [ -111.19558826885002, 40.566814037439642 ], [ -111.19532279658939, 40.566927097945623 ], [ -111.19511062743288, 40.567089616830131 ], [ -111.19498711000132, 40.567270003546234 ], [ -111.19487534001026, 40.567427848038434 ], [ -111.19459824638022, 40.567608493284638 ], [ -111.19439761310215, 40.567676397876014 ], [ -111.19405499645598, 40.567667964981041 ], [ -111.1936884672664, 40.567560473171767 ], [ -111.19343424465394, 40.567479818935553 ], [ -111.1930909818303, 40.567246161543615 ], [ -111.19240480905043, 40.566899562468393 ], [ -111.19209699522399, 40.566666743942775 ], [ -111.1916414125123, 40.566397233272106 ], [ -111.19124515588011, 40.566217711704525 ], [ -111.19068923161372, 40.565970885593408 ], [ -111.1902158758074, 40.565678876317847 ], [ -111.18939478814036, 40.565234284163651 ], [ -111.18925754113961, 40.565157933325551 ], [ -111.18918724815731, 40.564946339009119 ], [ -111.18921526953547, 40.564829177250424 ], [ -111.18926808532757, 40.564707470408628 ], [ -111.1893150833039, 40.564617304270733 ], [ -111.1894079102865, 40.564441478306897 ], [ -111.18937442790558, 40.564297390576051 ], [ -111.18931954292643, 40.564103788878889 ], [ -111.18921285947616, 40.563973334396429 ], [ -111.18902366424648, 40.5639060772451 ], [ -111.18878118524748, 40.563793862290403 ], [ -111.18854484095111, 40.563762717045712 ], [ -111.18839742109073, 40.56384854223117 ], [ -111.18833848334246, 40.563893682900634 ], [ -111.18816146780202, 40.563957033740934 ], [ -111.18781885824409, 40.563944077865237 ], [ -111.18768287243822, 40.563894749830226 ], [ -111.18742257601063, 40.563746525306854 ], [ -111.18720949411154, 40.563584710320946 ], [ -111.18679542157237, 40.563360157676975 ], [ -111.18639880841343, 40.563040981752692 ], [ -111.18605554282303, 40.56278928541964 ], [ -111.18584814929892, 40.562546378479993 ], [ -111.18562313802259, 40.562339535133702 ], [ -111.18547970898925, 40.562159587145295 ], [ -111.18547447424118, 40.561974912737632 ], [ -111.18547875164141, 40.561812745348078 ], [ -111.18549720392211, 40.561650555195392 ], [ -111.18547750835739, 40.561362301424367 ], [ -111.18534227590163, 40.561155313316846 ], [ -111.18523569177596, 40.561056386145651 ], [ -111.18502851742201, 40.560890053121739 ], [ -111.18473864593338, 40.560719347526025 ], [ -111.18442490423402, 40.560458590102222 ], [ -111.18425328141687, 40.560332739053884 ], [ -111.1840165319974, 40.560148433513412 ], [ -111.18367315469712, 40.559847181072612 ], [ -111.18327668768303, 40.559568534130101 ], [ -111.18275032866752, 40.559303604732477 ], [ -111.18249604028078, 40.559182386237765 ], [ -111.18199913181581, 40.558885875642318 ], [ -111.18170337070609, 40.558715171639825 ], [ -111.18118906958389, 40.558536701784078 ], [ -111.18077436140442, 40.558495910374319 ], [ -111.18039764754242, 40.558528030437195 ], [ -111.18023251086761, 40.558613872943681 ], [ -111.17987252562145, 40.558718036583116 ], [ -111.17955960642443, 40.558754559035449 ], [ -111.1790988698536, 40.558728247418173 ], [ -111.17867934356114, 40.558652321156877 ], [ -111.17831892542178, 40.558594320002669 ], [ -111.17786419172688, 40.558604029889345 ], [ -111.17736225789285, 40.558631828303334 ], [ -111.17691934754335, 40.558646020781651 ], [ -111.1766312912318, 40.558705019536724 ], [ -111.17632904829576, 40.558759534764384 ], [ -111.17588634906949, 40.558854803271863 ], [ -111.17546742536838, 40.559008591976124 ], [ -111.1752548805925, 40.559035941356861 ], [ -111.17520172675687, 40.559036021975317 ], [ -111.17490054512974, 40.559045487239018 ], [ -111.17428041693421, 40.559046424364318 ], [ -111.17395549459246, 40.559010878358379 ], [ -111.17361846739036, 40.558861837193774 ], [ -111.17337596483267, 40.558723463938733 ], [ -111.17316874572367, 40.558525578391922 ], [ -111.17296160898333, 40.558359223578186 ], [ -111.17254791681376, 40.558251735071735 ], [ -111.17225830768, 40.558166582453687 ], [ -111.17181492711096, 40.557996073103823 ], [ -111.17172618911498, 40.557937647023017 ], [ -111.17158416954223, 40.557828850035115 ], [ -111.17139473577724, 40.55765435806272 ], [ -111.17113456818394, 40.557533123233014 ], [ -111.17085670690896, 40.55742092290803 ], [ -111.17047872164268, 40.557416976809812 ], [ -111.17021299302128, 40.557430881996439 ], [ -111.16998291352856, 40.557529418031628 ], [ -111.16968782796103, 40.557611833035729 ], [ -111.16935736095698, 40.557715920577152 ], [ -111.16931012536395, 40.557720494271749 ], [ -111.16902080579899, 40.557747944674141 ], [ -111.16864871560821, 40.557740380395209 ], [ -111.16856012529963, 40.5577396087875 ], [ -111.168093460177, 40.557699748531057 ], [ -111.1677921372775, 40.557650637450784 ], [ -111.16757939145512, 40.557596892675356 ], [ -111.1673368251118, 40.557426074662509 ], [ -111.16718285862221, 40.557259632423609 ], [ -111.16694609961765, 40.557048265004703 ], [ -111.16678646390706, 40.556976424151976 ], [ -111.16644492998564, 40.556904845274012 ], [ -111.16621327791924, 40.556846620746448 ], [ -111.1659177103147, 40.55673443399553 ], [ -111.16566312881791, 40.55647804487927 ], [ -111.16538479330873, 40.556167635625336 ], [ -111.16518930630943, 40.555924674223334 ], [ -111.16495820970356, 40.555609691893942 ], [ -111.16479809358323, 40.555339652508493 ], [ -111.16475045082647, 40.555177559718715 ], [ -111.16467894298032, 40.554916402689976 ], [ -111.16461910347807, 40.554596670929456 ], [ -111.16451782635723, 40.554236457941343 ], [ -111.16443428896157, 40.553885228527008 ], [ -111.16426262123326, 40.553718807477665 ], [ -111.16399030804355, 40.553448926341247 ], [ -111.16380054191241, 40.553124873949045 ], [ -111.16359305034034, 40.552796341858659 ], [ -111.16339755775414, 40.552544368348002 ], [ -111.1630659912791, 40.55218898387767 ], [ -111.16279338366354, 40.551792975164048 ], [ -111.16266891352601, 40.55160396283047 ], [ -111.16255621115192, 40.551396915928038 ], [ -111.16241393946125, 40.551171892605225 ], [ -111.16222464392648, 40.551037024499905 ], [ -111.1617636849998, 40.550893527818026 ], [ -111.16146819643365, 40.55080024820775 ], [ -111.1610487371949, 40.55072335679673 ], [ -111.16059392489356, 40.550678945180749 ], [ -111.16028662624932, 40.550584778065065 ], [ -111.15983723867369, 40.550337654843908 ], [ -111.15947055926252, 40.55010392914231 ], [ -111.15916303232618, 40.549911561911856 ], [ -111.15857800249627, 40.549735791155385 ], [ -111.15803325994922, 40.549614916860818 ], [ -111.15764436246575, 40.549471305111162 ], [ -111.15730760046098, 40.549399692593184 ], [ -111.15693548197036, 40.549359658411049 ], [ -111.15662232080913, 40.549279002894565 ], [ -111.15592521247156, 40.549149316151656 ], [ -111.15566529336978, 40.549109126402655 ], [ -111.1551868750349, 40.549064725284055 ], [ -111.15486810276643, 40.549110197706739 ], [ -111.15469572313737, 40.549132050092041 ], [ -111.15456702471093, 40.54914663663984 ], [ -111.15433668163564, 40.54912802578751 ], [ -111.15430242368355, 40.549124467968134 ], [ -111.15400003009096, 40.549102349069649 ], [ -111.15365729660806, 40.548999202572446 ], [ -111.15316690389977, 40.548881836593559 ], [ -111.15279473132344, 40.54881566321248 ], [ -111.15223912444264, 40.548583065069352 ], [ -111.15177806931482, 40.548380069580922 ], [ -111.1515181251835, 40.548326357114775 ], [ -111.1510872287753, 40.548403497391753 ], [ -111.15061502621612, 40.548494203326683 ], [ -111.15034362299119, 40.548597258735882 ], [ -111.15000015081334, 40.548688695469643 ], [ -111.14973585403567, 40.548801650057321 ], [ -111.14934060323165, 40.548977835963655 ], [ -111.14869148194481, 40.54917777075368 ], [ -111.14840811358116, 40.549213269952048 ], [ -111.14833252796102, 40.549213367016151 ], [ -111.14817191844485, 40.549218077570643 ], [ -111.14789436756209, 40.549213928710472 ], [ -111.14769955775509, 40.549241204732141 ], [ -111.14746946718714, 40.549336993408176 ], [ -111.14731617839635, 40.549448899817207 ], [ -111.14721612625986, 40.549602179324012 ], [ -111.14718127712891, 40.549867987442589 ], [ -111.1471581099582, 40.550075222556046 ], [ -111.1470629777837, 40.550318585035889 ], [ -111.14701739972948, 40.550539362036425 ], [ -111.14695284576354, 40.550724127395355 ], [ -111.14682938822975, 40.550977435511442 ], [ -111.14669988291334, 40.551165886814736 ], [ -111.14661261220726, 40.551224555684009 ], [ -111.14654067551344, 40.551274196101836 ], [ -111.14623359948983, 40.551274585170283 ], [ -111.14602096925539, 40.551256836222052 ], [ -111.14577875399699, 40.551212097402647 ], [ -111.14538901374719, 40.551217092966468 ], [ -111.14512929709247, 40.551271473118987 ], [ -111.14481665538459, 40.55142952181496 ], [ -111.14462809210229, 40.551618945687267 ], [ -111.14442783318115, 40.551862437486164 ], [ -111.1443395429352, 40.551997681866283 ], [ -111.14415107331156, 40.552232149505642 ], [ -111.14401564494125, 40.552417001579343 ], [ -111.14386255739234, 40.552628902284816 ], [ -111.14365632948794, 40.552845373333717 ], [ -111.14334379226337, 40.553057471484536 ], [ -111.14307841064898, 40.553228970190894 ], [ -111.14274212155472, 40.553381637147552 ], [ -111.14249440781722, 40.553531491232924 ], [ -111.14229388755548, 40.553657863442119 ], [ -111.14212289418819, 40.55378419898306 ], [ -111.14198027531799, 40.553924012803101 ], [ -111.14169865510493, 40.554239671200968 ], [ -111.14148067048467, 40.554487683993912 ], [ -111.14132756076648, 40.554695076831123 ], [ -111.14118030653435, 40.554879039080205 ], [ -111.14099769701517, 40.555100881801749 ], [ -111.14084450890232, 40.555272238348252 ], [ -111.14066185761652, 40.555475161820496 ], [ -111.14043201612455, 40.555705169158756 ], [ -111.14024942821337, 40.555939623144226 ], [ -111.13996063888472, 40.556223754650418 ], [ -111.13965988581789, 40.556435828447697 ], [ -111.13942971990171, 40.556512682348654 ], [ -111.13918783518724, 40.556634594555916 ], [ -111.13902864931352, 40.5567654156972 ], [ -111.13882817801796, 40.556923313020171 ], [ -111.13863948025428, 40.55706317800643 ], [ -111.13849209467699, 40.557189479774514 ], [ -111.13822684185747, 40.557437542962411 ], [ -111.13804426005882, 40.557681002318411 ], [ -111.13795021912895, 40.557901833371126 ], [ -111.13785608518747, 40.558077619814306 ], [ -111.13767918477527, 40.558212964665564 ], [ -111.13746079471697, 40.558276287199973 ], [ -111.13724236561249, 40.55832069062108 ], [ -111.13705943061142, 40.55839388009268 ], [ -111.13698290133293, 40.558515591365492 ], [ -111.13698893582159, 40.558578646696027 ], [ -111.13707188558112, 40.558709177743744 ], [ -111.13717248923129, 40.558808156528421 ], [ -111.13732033182285, 40.558902574622934 ], [ -111.13744456008608, 40.559001525084824 ], [ -111.13753931403684, 40.559127537280368 ], [ -111.13754541363761, 40.559222123736447 ], [ -111.13748072214148, 40.559356433722954 ], [ -111.13738051500341, 40.559452047529966 ], [ -111.13733346007582, 40.559546697186228 ], [ -111.13736320202301, 40.559650264463784 ], [ -111.13744611698679, 40.55976277740988 ], [ -111.13752322755843, 40.559924846287508 ], [ -111.13752353174786, 40.560073493174798 ], [ -111.13751195000903, 40.560186118510558 ], [ -111.13753580485195, 40.560298701662674 ], [ -111.13760709315335, 40.560501317555421 ], [ -111.13763690052836, 40.560636415898351 ], [ -111.13766673570711, 40.560785027581723 ], [ -111.137680218347, 40.561023747968797 ], [ -111.13768538627619, 40.561239955948196 ], [ -111.1376326826569, 40.561460737337242 ], [ -111.13755632613197, 40.561668033476153 ], [ -111.13746211219646, 40.561807783896057 ], [ -111.13714409475698, 40.562258607897057 ], [ -111.1370983566509, 40.562420822753033 ], [ -111.13703865447793, 40.562686656732318 ], [ -111.13700945354601, 40.562848851924187 ], [ -111.13700979336792, 40.563015516534712 ], [ -111.1370927027188, 40.563123525214138 ], [ -111.13714035803423, 40.563321664876767 ], [ -111.13717023930069, 40.563492798861297 ], [ -111.13715286952689, 40.563663988937336 ], [ -111.13706457675268, 40.563812740874965 ], [ -111.13698808725583, 40.563956974287414 ], [ -111.13690556250479, 40.564038152372703 ], [ -111.13677592357632, 40.564186953069424 ], [ -111.13673482595138, 40.564308622105507 ], [ -111.1367410532465, 40.564466270789353 ], [ -111.13680632706613, 40.564614840645454 ], [ -111.13680662971991, 40.564763487416151 ], [ -111.13669461706529, 40.564867222546646 ], [ -111.13651876795036, 40.564948510727667 ], [ -111.13633451218536, 40.564962241687496 ], [ -111.13613369985019, 40.564966982947581 ], [ -111.13591641302745, 40.565003274449282 ], [ -111.13573213878772, 40.565007995553643 ], [ -111.13556107697207, 40.565120807858214 ], [ -111.13546678140739, 40.565224521002392 ], [ -111.13541974699793, 40.565332683137278 ], [ -111.13539068625163, 40.565566949008847 ], [ -111.1353676952467, 40.565882287988522 ], [ -111.13538578716653, 40.566066949545608 ], [ -111.13547459522681, 40.56617044795847 ], [ -111.13556947379047, 40.566355019407695 ], [ -111.13553433383098, 40.566503707723641 ], [ -111.13552289305338, 40.566688403882253 ], [ -111.13552927220995, 40.566922628154536 ], [ -111.13563017690613, 40.567165750395198 ], [ -111.13578445227863, 40.567512412316013 ], [ -111.13589753676352, 40.567935698222037 ], [ -111.13598057806074, 40.568106769831971 ], [ -111.13595149804382, 40.568331125951786 ], [ -111.13581601658974, 40.568516868875484 ], [ -111.13565081645315, 40.568611656535126 ], [ -111.13545601806098, 40.568674947477568 ], [ -111.13522583443968, 40.56876620713841 ], [ -111.13497681703193, 40.56889172220545 ], [ -111.13486018854465, 40.569054919687716 ], [ -111.13483114958552, 40.569301797717053 ], [ -111.13486100054625, 40.569459418793684 ], [ -111.13489096922642, 40.569675597631068 ], [ -111.13482042055922, 40.569842344802169 ], [ -111.13463169628089, 40.569991211888052 ], [ -111.13435442067971, 40.570167208405145 ], [ -111.13415976947987, 40.570307072696998 ], [ -111.1339771290987, 40.570546020717288 ], [ -111.13391857088571, 40.570802842483573 ], [ -111.13394852816323, 40.571014517075703 ], [ -111.13403779895026, 40.571347743090335 ], [ -111.13414456706457, 40.571568337372405 ], [ -111.13420989788681, 40.571744836054464 ], [ -111.13410395477456, 40.571937749670276 ], [ -111.13400247798251, 40.572000929762297 ], [ -111.13380289763792, 40.572041701167699 ], [ -111.13350179480712, 40.572123129668221 ], [ -111.13327745918413, 40.572191856376932 ], [ -111.1330649963042, 40.57229029836197 ], [ -111.13287042537272, 40.572475204866144 ], [ -111.13277046636613, 40.572709551315299 ], [ -111.13271789789108, 40.573011410016093 ], [ -111.13274817464064, 40.573386145629094 ], [ -111.13278415065604, 40.573655470493364 ], [ -111.13290274185393, 40.573880556696153 ], [ -111.13302585273966, 40.574001134294825 ], [ -111.13312185645904, 40.574155075938044 ], [ -111.13319996710543, 40.5742225526689 ], [ -111.13324027275536, 40.574290973845343 ], [ -111.13326997744885, 40.574375623260416 ], [ -111.13332347433983, 40.574542226216984 ], [ -111.1333299181801, 40.574812485825021 ], [ -111.13331253577054, 40.574983675007417 ], [ -111.13322437156128, 40.575208999235819 ], [ -111.1331124609701, 40.575375792900488 ], [ -111.13295906395902, 40.575475067456168 ], [ -111.13272299783297, 40.575592454614394 ], [ -111.13263359598696, 40.575790753091887 ], [ -111.13260558698222, 40.575966458789594 ], [ -111.13256480360192, 40.576254790374392 ], [ -111.13251191153401, 40.576394488991404 ], [ -111.13232308388858, 40.576502812221122 ], [ -111.132140101137, 40.576579597309895 ], [ -111.13193944135148, 40.576679825434546 ], [ -111.13180385775954, 40.576827726140024 ], [ -111.13168008164776, 40.576972009665184 ], [ -111.13162132373267, 40.577134236788666 ], [ -111.13157448662736, 40.577350503685857 ], [ -111.13149813756529, 40.577580317498956 ], [ -111.13142163813778, 40.577733555801181 ], [ -111.13136290536823, 40.577909296088571 ], [ -111.1312925066544, 40.578161625218009 ], [ -111.13122790949242, 40.578359894328585 ], [ -111.13108061279706, 40.578562761712384 ], [ -111.1308387827785, 40.578761231561238 ], [ -111.13059103482593, 40.578955203140268 ], [ -111.13037265811018, 40.579063556538259 ], [ -111.13005393592194, 40.579217067008308 ], [ -111.12987228153173, 40.579374927027104 ], [ -111.12971182475286, 40.57949672737989 ], [ -111.12952315762259, 40.579695134739261 ], [ -111.12944659224748, 40.579817741515711 ], [ -111.12941133454653, 40.579915977958855 ], [ -111.12943519159516, 40.580033066845147 ], [ -111.12939991814218, 40.580123195294952 ], [ -111.12931153460264, 40.580244914321348 ], [ -111.12916403738888, 40.580348681602921 ], [ -111.12902829662227, 40.580421805328541 ], [ -111.12883352514029, 40.58052021964253 ], [ -111.12860340234769, 40.580669122784968 ], [ -111.12847361820718, 40.580768365011394 ], [ -111.12832030531443, 40.580921686581249 ], [ -111.12826147562397, 40.581052380847822 ], [ -111.12824989203541, 40.581174013746761 ], [ -111.12826782235291, 40.5812821005375 ], [ -111.12835076611896, 40.581403628443496 ], [ -111.12839244911768, 40.581574751054191 ], [ -111.12836313310702, 40.581691899215194 ], [ -111.12829234053508, 40.581746031201995 ], [ -111.12810931310673, 40.581809296557651 ], [ -111.12795578243043, 40.581850006727649 ], [ -111.12774904525125, 40.581872757764216 ], [ -111.12762489158314, 40.581827850542759 ], [ -111.12748305685338, 40.581805484927827 ], [ -111.12729984746673, 40.581773254960453 ], [ -111.12706941353372, 40.58176179710722 ], [ -111.12668529879841, 40.581711769202144 ], [ -111.12648439323927, 40.581693971571575 ], [ -111.12624225890805, 40.581743785336528 ], [ -111.12611240152215, 40.581806989411064 ], [ -111.12588225139125, 40.581946878243038 ], [ -111.12582924811532, 40.582037024894028 ], [ -111.12573496442685, 40.582167756464045 ], [ -111.12552291698812, 40.582511225777402 ], [ -111.12546399461897, 40.582595973350202 ], [ -111.12541120900249, 40.582803235124452 ], [ -111.1253702644988, 40.583023997350182 ], [ -111.12529380374333, 40.58320876252612 ], [ -111.12510518027908, 40.583443198057381 ], [ -111.12495777012995, 40.583601013150137 ], [ -111.1247632881082, 40.583863381996906 ], [ -111.12474592174331, 40.584056190943507 ], [ -111.12490013810707, 40.584380344237609 ], [ -111.12494764698185, 40.584510921716962 ], [ -111.12494787330155, 40.584632541439774 ], [ -111.12487126715115, 40.584740730910454 ], [ -111.12472961962997, 40.58482196391703 ], [ -111.12442741707144, 40.584984449773614 ], [ -111.12418120086349, 40.585390114570359 ], [ -111.1241696008241, 40.585507242546974 ], [ -111.12418756740763, 40.585637852065148 ], [ -111.12425865082436, 40.585736873356602 ], [ -111.12457205210788, 40.585876173522777 ], [ -111.12467267816638, 40.585975162692641 ], [ -111.12474381287004, 40.586101210276368 ], [ -111.12473804676074, 40.586177792017352 ], [ -111.12466143015162, 40.586281476890072 ], [ -111.12457290457156, 40.586335625693096 ], [ -111.12432494377295, 40.586439494991303 ], [ -111.12384545544251, 40.586588656627413 ], [ -111.12357506542764, 40.586706061681454 ], [ -111.12344522906623, 40.586787280451816 ], [ -111.12323891335727, 40.587048758350178 ], [ -111.12316230005052, 40.587156045763727 ], [ -111.12303980179186, 40.587373290371438 ], [ -111.12305565922719, 40.587643539939897 ], [ -111.12327587767695, 40.587873031616944 ], [ -111.1233292282293, 40.587967567923776 ], [ -111.12344779659472, 40.588183654419872 ], [ -111.12353692229884, 40.588453825560208 ], [ -111.12347839155207, 40.588755685629671 ], [ -111.12326045116534, 40.589125282459541 ], [ -111.12309530652351, 40.589287618388568 ], [ -111.12282961478432, 40.5893960077617 ], [ -111.12252242170183, 40.589427865077589 ], [ -111.12222698826136, 40.589428178057496 ], [ -111.12197891419675, 40.589477989116176 ], [ -111.12183720577161, 40.589533092830081 ], [ -111.12170029428587, 40.589626929494734 ], [ -111.12121198221216, 40.590140948993749 ], [ -111.12098784007405, 40.5903573970431 ], [ -111.1208698434821, 40.590456618224792 ], [ -111.12056283066869, 40.590592072227061 ], [ -111.12010335387821, 40.590718675156467 ], [ -111.11965334547901, 40.590854275325682 ], [ -111.1192753746822, 40.590962772747559 ], [ -111.11895636308941, 40.590999137215903 ], [ -111.11856040931602, 40.590963508786572 ], [ -111.1181942045864, 40.591044063074776 ], [ -111.11759188608228, 40.59126179172857 ], [ -111.11684760071, 40.591393175718238 ], [ -111.11652859356055, 40.591434037913942 ], [ -111.11637503382838, 40.591474732664651 ], [ -111.11620393604856, 40.591624452254855 ], [ -111.11613908506288, 40.591709200908646 ], [ -111.11609783203289, 40.59177230450814 ], [ -111.11602701894361, 40.591826428912128 ], [ -111.11584976027824, 40.591831111261968 ], [ -111.11536518552242, 40.591804569607717 ], [ -111.11482767011293, 40.591917716131491 ], [ -111.1143787863804, 40.592030772424678 ], [ -111.11315014523383, 40.59227522210427 ], [ -111.11271892255459, 40.592352219141148 ], [ -111.11237627258164, 40.592393092933925 ], [ -111.11212226374656, 40.592438384141829 ], [ -111.11178566443128, 40.592564834618933 ], [ -111.11124809953886, 40.592655442336806 ], [ -111.11066899963832, 40.592642485296302 ], [ -111.11030851641713, 40.592620307916349 ], [ -111.11003684490422, 40.592706151338575 ], [ -111.10978314270987, 40.592940623469666 ], [ -111.10970073941638, 40.593137996097603 ], [ -111.10961823559667, 40.593274108415081 ], [ -111.10955333205878, 40.593332727667381 ], [ -111.10937018194471, 40.593350918972064 ], [ -111.10878511626825, 40.59330642708133 ], [ -111.10817649517661, 40.593311503093929 ], [ -111.10782207736233, 40.593388409887467 ], [ -111.10755641684474, 40.593541808406023 ], [ -111.10739716121078, 40.593722134047894 ], [ -111.10736786237872, 40.593876213011946 ], [ -111.10719683620518, 40.594087179474265 ], [ -111.10703141063726, 40.59410535061911 ], [ -111.10699714513215, 40.59410988680029 ], [ -111.10677727704262, 40.594078559199367 ], [ -111.10668861934246, 40.594065127810701 ], [ -111.10646969042884, 40.59388064792023 ], [ -111.10639838895263, 40.593632969609956 ], [ -111.10638647091805, 40.593569918474131 ], [ -111.10626232409957, 40.593533997253516 ], [ -111.10618556366957, 40.593570103335537 ], [ -111.1061087547365, 40.593575579241651 ], [ -111.1057248503604, 40.593692145722763 ], [ -111.10548853800933, 40.593723892828002 ], [ -111.10523920432955, 40.593742138004131 ], [ -111.10511627488383, 40.593728736626538 ], [ -111.10498625462722, 40.593715341562991 ], [ -111.10479118566164, 40.593670474326792 ], [ -111.10442461458672, 40.593535673195149 ], [ -111.10387490711582, 40.593428062349844 ], [ -111.10345540107225, 40.593450961016842 ], [ -111.10326642309271, 40.593523201104922 ], [ -111.1031661149151, 40.593617883907555 ], [ -111.10312493293962, 40.593735936921178 ], [ -111.10315458065138, 40.593802576110278 ], [ -111.10327296278861, 40.593933098990014 ], [ -111.10331448712417, 40.594037564782418 ], [ -111.10326265216237, 40.59414481671714 ], [ -111.10317289634015, 40.594185436847013 ], [ -111.10302165954845, 40.594208994898977 ], [ -111.10289523809001, 40.594230728875992 ], [ -111.10282430962249, 40.594218179614543 ], [ -111.10274156023678, 40.594203839049733 ], [ -111.10242233860767, 40.594118538251116 ], [ -111.1019672349901, 40.59405047345642 ], [ -111.10152275772421, 40.5939751904302 ], [ -111.10103932093858, 40.593926065509152 ], [ -111.10046616146013, 40.593940078746861 ], [ -111.10002887010937, 40.593926944944322 ], [ -111.09940240202347, 40.593855414760213 ], [ -111.09859279419825, 40.593811064258048 ], [ -111.09810233568261, 40.593806977402529 ], [ -111.09740504708982, 40.593794054185807 ], [ -111.09690860946739, 40.593741319386822 ], [ -111.09595141231979, 40.593790766380216 ], [ -111.09546096049753, 40.593791172740524 ], [ -111.09491131617423, 40.593719554681485 ], [ -111.094201844311, 40.59344536479621 ], [ -111.09346287712169, 40.593202725468252 ], [ -111.09266490003289, 40.593014182003436 ], [ -111.09184355037682, 40.593014837978671 ], [ -111.09141808465833, 40.593001662170657 ], [ -111.09100436379761, 40.592934422293418 ], [ -111.0905421111603, 40.592808661295919 ], [ -111.0898515633057, 40.592525420929363 ], [ -111.08949679822885, 40.592354527699385 ], [ -111.08905936987145, 40.592228741517651 ], [ -111.0884566064307, 40.592188664728923 ], [ -111.08779487827448, 40.592243222826028 ], [ -111.08739435884227, 40.592324606430431 ], [ -111.08680233060917, 40.592361088334265 ], [ -111.08611689429206, 40.59236160137511 ], [ -111.08533704672233, 40.592465782209445 ], [ -111.08500621435628, 40.592520079400138 ], [ -111.08479953774729, 40.592628337819121 ], [ -111.08430968831752, 40.593101662342562 ], [ -111.08407233836579, 40.593254986207867 ], [ -111.08379590340677, 40.593340771382657 ], [ -111.08329847568244, 40.593431219907046 ], [ -111.08306341340629, 40.593525982358742 ], [ -111.08287447994859, 40.593652242304131 ], [ -111.08263832876376, 40.593823580097357 ], [ -111.08226620132585, 40.59394096108209 ], [ -111.08152176747505, 40.59403157759926 ], [ -111.08120859705075, 40.59404080706738 ], [ -111.08094866804379, 40.594099547192478 ], [ -111.08063571908588, 40.59429345685637 ], [ -111.08041135657984, 40.594446764103772 ], [ -111.07992103384579, 40.594559715305657 ], [ -111.07944240511404, 40.594569054345762 ], [ -111.07925921040736, 40.594559270432043 ], [ -111.07915284078527, 40.594554838933362 ], [ -111.07910556351459, 40.594551267770839 ], [ -111.07880997490852, 40.594438858908767 ], [ -111.07853203556257, 40.594258870740333 ], [ -111.07829544029313, 40.594060836133529 ], [ -111.07812986008857, 40.593952841762636 ], [ -111.07800100037508, 40.593916893353672 ], [ -111.07776938562914, 40.593935067270962 ], [ -111.07771383720819, 40.593932401994032 ], [ -111.07756255764258, 40.593926197461201 ], [ -111.07710151543054, 40.593809390755403 ], [ -111.07683546323672, 40.593683443794347 ], [ -111.0765871905577, 40.593602528803004 ], [ -111.07619134593065, 40.593656843826466 ], [ -111.07594320662902, 40.593693042729832 ], [ -111.07573636437714, 40.593670656347449 ], [ -111.07517476342564, 40.593455711099935 ], [ -111.07500917865538, 40.593337802483326 ], [ -111.07486602961764, 40.593202762225147 ], [ -111.07479022365375, 40.593049660452735 ], [ -111.07456547164453, 40.592860619367706 ], [ -111.07416350576459, 40.592720339683375 ], [ -111.07354867803348, 40.592451367395171 ], [ -111.07334761644982, 40.592307353216157 ], [ -111.07321739887675, 40.59210473610122 ], [ -111.0731994854838, 40.591933578790631 ], [ -111.07319907779842, 40.591559710634542 ], [ -111.0731043887925, 40.591424637431125 ], [ -111.07298020493207, 40.591334627175911 ], [ -111.07282653585882, 40.591298688648045 ], [ -111.07240709065772, 40.591375527794646 ], [ -111.07221802687286, 40.59139366390702 ], [ -111.07209035699989, 40.591357708142617 ], [ -111.07195788776062, 40.5912541886401 ], [ -111.07187486018032, 40.590970460659172 ], [ -111.07178593414878, 40.590695745149326 ], [ -111.07167943165106, 40.590560678097532 ], [ -111.07154936557404, 40.590492291250477 ], [ -111.0713661371549, 40.590439252208135 ], [ -111.07091113832308, 40.590417010218665 ], [ -111.0704087563014, 40.59028668877103 ], [ -111.07031417378425, 40.590246206423579 ], [ -111.0702195489761, 40.590165184064134 ], [ -111.07017813127027, 40.5901111559537 ], [ -111.07011896861181, 40.590039120840345 ], [ -111.07010111071355, 40.589913007354525 ], [ -111.07013057432042, 40.589836413986333 ], [ -111.07026045288002, 40.589728228494302 ], [ -111.07033123935445, 40.589615574407432 ], [ -111.07032525516153, 40.589543507003292 ], [ -111.07020112560967, 40.589498538101807 ], [ -111.07009477399929, 40.589503107126191 ], [ -111.07000024444092, 40.589512173329751 ], [ -111.06988208480138, 40.589525758194277 ], [ -111.06972253155229, 40.589507836846231 ], [ -111.0696634260057, 40.58948985474413 ], [ -111.06945649625742, 40.589368359456323 ], [ -111.06922600692727, 40.589318948967843 ], [ -111.0688832117216, 40.589229065076836 ], [ -111.06866441620961, 40.589058026589584 ], [ -111.06851646101765, 40.588823883511125 ], [ -111.06821489229968, 40.588598839931478 ], [ -111.06783662322921, 40.588481947217126 ], [ -111.06714519147609, 40.58835622683474 ], [ -111.06687330687791, 40.588266295722647 ], [ -111.06661323567435, 40.588171852715703 ], [ -111.06634719432142, 40.588014350366549 ], [ -111.06615184010602, 40.587636990173735 ], [ -111.06593289218164, 40.587298381298417 ], [ -111.06576723822366, 40.587077758052303 ], [ -111.06546450048015, 40.586848203443381 ], [ -111.0648037269151, 40.586632362770835 ], [ -111.06391140352358, 40.586475204410007 ], [ -111.06332638508992, 40.586385437740482 ], [ -111.06294228770395, 40.5863315943486 ], [ -111.06262309932198, 40.586187625645096 ], [ -111.06236888776162, 40.586025603218708 ], [ -111.06193617000625, 40.585782596091853 ], [ -111.06170074415489, 40.585485428797121 ], [ -111.06111536828196, 40.58499025114083 ], [ -111.06076076907016, 40.584877827094935 ], [ -111.06052433235809, 40.584760835663772 ], [ -111.06036943043009, 40.584643801164717 ], [ -111.06027595864367, 40.584508716639768 ], [ -111.06016943260751, 40.58431057661037 ], [ -111.06010434612769, 40.584203404707971 ], [ -111.05996833880893, 40.58407104471415 ], [ -111.05976858605825, 40.58400898689839 ], [ -111.05960198675079, 40.58402258631137 ], [ -111.05953700450114, 40.584031628711017 ], [ -111.05935387485648, 40.584059650508415 ], [ -111.05919434930401, 40.584055227918917 ], [ -111.05907618438448, 40.584054387520453 ], [ -111.05866843549883, 40.583960001980792 ], [ -111.05816605526948, 40.583748547114276 ], [ -111.0575512802983, 40.583370481623575 ], [ -111.05702516837266, 40.58303290911288 ], [ -111.05652281920773, 40.58284396927808 ], [ -111.05623321291063, 40.582713481685424 ], [ -111.05604875271236, 40.582560420164548 ], [ -111.05584399616698, 40.582155119161534 ], [ -111.05559444568476, 40.581875963841519 ], [ -111.05529303677699, 40.581754488441931 ], [ -111.05463121569272, 40.581601652133095 ], [ -111.05454850381967, 40.581601691219561 ], [ -111.05432397465557, 40.581570265896339 ], [ -111.05418214950157, 40.581528891591923 ], [ -111.05398120270941, 40.581435293169676 ], [ -111.05391024551759, 40.581358750705178 ], [ -111.05388655219073, 40.581282186158425 ], [ -111.05380373243894, 40.581147091345002 ], [ -111.05361459888658, 40.581048081439036 ], [ -111.05337825254922, 40.581012155310809 ], [ -111.0528288071143, 40.581003398992628 ], [ -111.05182458966128, 40.581175022871328 ], [ -111.05154697807616, 40.581256227131242 ], [ -111.05134024077218, 40.581310372563003 ], [ -111.05113346197521, 40.581310464276719 ], [ -111.05091480918648, 40.581233985251664 ], [ -111.05061924486313, 40.581013397223302 ], [ -111.05038280561696, 40.580851340476691 ], [ -111.05012870497549, 40.580771271853962 ], [ -111.04941382299157, 40.580739147835885 ], [ -111.04910660479497, 40.580730269945555 ], [ -111.04873438654869, 40.580703400887387 ], [ -111.0484212054772, 40.580617948078249 ], [ -111.04817299591782, 40.580509945103927 ], [ -111.04804883664771, 40.580379367824065 ], [ -111.0479186607064, 40.580095641667945 ], [ -111.04779439370022, 40.579811912906415 ], [ -111.04764657960037, 40.579645309374335 ], [ -111.04739834944809, 40.579501269136088 ], [ -111.04717380849107, 40.579438298766426 ], [ -111.04676614196943, 40.579397924483132 ], [ -111.0462935150403, 40.579393610401269 ], [ -111.04587406142083, 40.579393777731163 ], [ -111.04538960375834, 40.579366942404818 ], [ -111.04503507261367, 40.579272487736233 ], [ -111.04477505491015, 40.57915997758802 ], [ -111.04427972777812, 40.578772785890322 ], [ -111.04400073238695, 40.578544066467821 ], [ -111.04372296911697, 40.578390119758744 ], [ -111.04329873459682, 40.57829568610493 ], [ -111.04272443440843, 40.578183288690518 ], [ -111.04231085004673, 40.578110468824676 ], [ -111.04177321765972, 40.578057511979516 ], [ -111.04137028334272, 40.578008108032193 ], [ -111.04110556156371, 40.577913609082657 ], [ -111.04088688462271, 40.577760535386709 ], [ -111.04064455085545, 40.577562425096332 ], [ -111.04030183493919, 40.577440925010272 ], [ -111.04005370389572, 40.577422993507575 ], [ -111.03972884582851, 40.577526708042569 ], [ -111.03920905505439, 40.577665622700017 ], [ -111.03881917437175, 40.577707195312499 ], [ -111.03838199799837, 40.577689323591073 ], [ -111.03756670979824, 40.57763103374149 ], [ -111.03675737748749, 40.577658320796338 ], [ -111.03660379343428, 40.577685396263639 ], [ -111.03656834999954, 40.577689911938862 ], [ -111.03639704528679, 40.577721497189422 ], [ -111.03619618029441, 40.577712551400566 ], [ -111.03616073439255, 40.577712562501347 ], [ -111.03598347302619, 40.577653159109893 ], [ -111.03582978341716, 40.577482938660417 ], [ -111.03577654036164, 40.577343317200175 ], [ -111.03577058716118, 40.577257734484888 ], [ -111.03588150103161, 40.576978424150269 ], [ -111.03590625991244, 40.57687931854084 ], [ -111.03591213858699, 40.576825263303725 ], [ -111.03588136867528, 40.576730679396718 ], [ -111.03577618044497, 40.576667649707417 ], [ -111.03533898556888, 40.576600217510773 ], [ -111.03494909178919, 40.576609345025986 ], [ -111.03461235196207, 40.576591428605582 ], [ -111.03427557553388, 40.576501439997223 ], [ -111.03400378974511, 40.576424944647457 ], [ -111.03369777931808, 40.576425034315875 ], [ -111.03346027163695, 40.576375554389578 ], [ -111.03322981545354, 40.576249496274706 ], [ -111.03279252468387, 40.575974849696728 ], [ -111.03243801869557, 40.575858734933291 ], [ -111.03201858235909, 40.575848942153421 ], [ -111.03162279983998, 40.575889591236241 ], [ -111.03116913803387, 40.575961785754679 ], [ -111.03070725417292, 40.576142087511343 ], [ -111.03038240822626, 40.576290820297167 ], [ -111.03013434469655, 40.576408001004076 ], [ -111.03002803120251, 40.576457577650409 ], [ -111.02997486896876, 40.576470203920039 ], [ -111.02991579997506, 40.57648463347541 ], [ -111.02980119164842, 40.576480158646568 ], [ -111.02956723710975, 40.576444183153484 ], [ -111.02912415995385, 40.576417268999684 ], [ -111.02884062720101, 40.576484906900468 ], [ -111.02865161273458, 40.576548016249909 ], [ -111.02841653423906, 40.576647172237941 ], [ -111.02814956363356, 40.576768857776287 ], [ -111.02751160720173, 40.576917658346339 ], [ -111.02620612321037, 40.577152193309843 ], [ -111.02552088935055, 40.577278471339675 ], [ -111.02523735102173, 40.577350604838962 ], [ -111.02490067351572, 40.577503829215161 ], [ -111.02456404752263, 40.577802095891698 ], [ -111.02413174252763, 40.578179659916479 ], [ -111.02386122624493, 40.578337371851816 ], [ -111.02360132359159, 40.57844102758601 ], [ -111.0233248863302, 40.578567208321154 ], [ -111.02320557672076, 40.578643807991298 ], [ -111.02301067092198, 40.578787989361111 ], [ -111.02272125234516, 40.578968224620546 ], [ -111.02237278295289, 40.579234055133085 ], [ -111.02216610712104, 40.579526884154873 ], [ -111.02201257521004, 40.579744027941075 ], [ -111.02190627953043, 40.579882785163385 ], [ -111.02175270919753, 40.579986416498386 ], [ -111.02145145915161, 40.580144128525347 ], [ -111.02128016960634, 40.58026578030951 ], [ -111.02116795546466, 40.580378412130969 ], [ -111.02115030274177, 40.58060363776719 ], [ -111.02120352082497, 40.580752274792374 ], [ -111.02122129155451, 40.580900918306426 ], [ -111.0211906001599, 40.580995517342139 ], [ -111.02106184662797, 40.581121665421811 ], [ -111.02076649643908, 40.581274870108615 ], [ -111.02036480812906, 40.581450615068142 ], [ -111.02017577713082, 40.581531728288674 ], [ -111.02005173630253, 40.581621838830472 ], [ -111.01990408048641, 40.581770511121093 ], [ -111.01981432528255, 40.581928182196194 ], [ -111.01982738145155, 40.582126375617904 ], [ -111.01979911184688, 40.582428178393194 ], [ -111.01969162995756, 40.582581347945478 ], [ -111.01962075143054, 40.582644422255562 ], [ -111.01937855374304, 40.582761578743543 ], [ -111.01887049400024, 40.582891390906596 ], [ -111.01849830709837, 40.582977936471856 ], [ -111.01829155377014, 40.583090580546916 ], [ -111.01815569614102, 40.583198708683078 ], [ -111.01807891708232, 40.583297818534831 ], [ -111.01787815776872, 40.583739285458677 ], [ -111.01773646255073, 40.584122185158662 ], [ -111.0175711115044, 40.584424008250792 ], [ -111.01744708992902, 40.584622222625306 ], [ -111.01737627358482, 40.584942048874154 ], [ -111.01737630156208, 40.585050155539108 ], [ -111.0173999566946, 40.585134835534532 ], [ -111.01747088119316, 40.585230319050943 ], [ -111.01753588674922, 40.585284362533265 ], [ -111.01786680166606, 40.58546899403936 ], [ -111.01797317096356, 40.585541048644764 ], [ -111.01804528297652, 40.585653648504277 ], [ -111.01810913810675, 40.585820302938323 ], [ -111.01810917090967, 40.585941922917229 ], [ -111.01779026425901, 40.586491514589341 ], [ -111.01765441197173, 40.586649190947718 ], [ -111.01747129026342, 40.586802369857864 ], [ -111.01731885896778, 40.586828518582024 ], [ -111.01710614592771, 40.586794316509661 ], [ -111.01683318433425, 40.586829491265043 ], [ -111.01664414844332, 40.586969156391973 ], [ -111.01657918312907, 40.587081776808368 ], [ -111.01654374892485, 40.587149348531973 ], [ -111.01654378777327, 40.587307004024602 ], [ -111.01656154214945, 40.587424116990654 ], [ -111.01657337806401, 40.587500690817699 ], [ -111.01650841433219, 40.587622320068704 ], [ -111.01630757487476, 40.587829552947454 ], [ -111.01608900094232, 40.588005256845747 ], [ -111.01595903946014, 40.588117885927623 ], [ -111.01592362972646, 40.588293564053927 ], [ -111.01595909299837, 40.588343108021398 ], [ -111.01617184551775, 40.588523256106974 ], [ -111.01623095223358, 40.588608832210468 ], [ -111.01622507519382, 40.588739461844682 ], [ -111.01615420425242, 40.588874605024557 ], [ -111.01569933849844, 40.589298085227298 ], [ -111.01558119540334, 40.589428730016508 ], [ -111.01548667311458, 40.589500813784475 ], [ -111.01535432570363, 40.589532362539238 ], [ -111.01523851739928, 40.589541386756615 ], [ -111.01504943117421, 40.589505376017826 ], [ -111.01488989457512, 40.58949638781035 ], [ -111.0146831072387, 40.589572989777466 ], [ -111.01435226462318, 40.589780235638663 ], [ -111.01419276555633, 40.589951424094316 ], [ -111.01393401935812, 40.590221722030364 ], [ -111.01354880418276, 40.590397441030994 ], [ -111.01290476151522, 40.590465081381168 ], [ -111.01265069529207, 40.590523667208529 ], [ -111.01243208716728, 40.590613779747073 ], [ -111.01227847931428, 40.590726407180057 ], [ -111.01216151207372, 40.590875066074645 ], [ -111.01205991372788, 40.591059758762121 ], [ -111.0119063242033, 40.5912849966819 ], [ -111.01177634619371, 40.591379603237826 ], [ -111.01145139303534, 40.591577831246951 ], [ -111.01120325501667, 40.59178505978916 ], [ -111.01094329985314, 40.592005802228321 ], [ -111.01074240775624, 40.592073387671384 ], [ -111.01047650657843, 40.592073412093541 ], [ -111.01009832720466, 40.592014888066011 ], [ -111.0098678625013, 40.591897792566485 ], [ -111.00972011848657, 40.591749158598702 ], [ -111.00955465684061, 40.591659083616911 ], [ -111.00934784420733, 40.591645587220214 ], [ -111.00917058711502, 40.591713168018835 ], [ -111.00901106588751, 40.591851917302428 ], [ -111.00886926858142, 40.591974449022068 ], [ -111.00879245633845, 40.592001481528932 ], [ -111.00866836576432, 40.591974464273036 ], [ -111.00831971572298, 40.591776294586026 ], [ -111.00824289795415, 40.591758282336116 ], [ -111.00805382058408, 40.591816853384159 ], [ -111.00788837953338, 40.591884431388799 ], [ -111.00766858240392, 40.592006066046395 ], [ -111.00749842493985, 40.592177245900281 ], [ -111.00740391543953, 40.592479049398854 ], [ -111.00735075362635, 40.592650221462954 ], [ -111.00725031093683, 40.592740316582109 ], [ -111.00712977169835, 40.592776359593074 ], [ -111.00681895584741, 40.592740342851414 ], [ -111.00619850028413, 40.592596235777627 ], [ -111.00499896640827, 40.592398098614261 ], [ -111.00440215629754, 40.592294520807272 ], [ -111.00417761285759, 40.592231467001803 ], [ -111.00404170342092, 40.59216390525296 ], [ -111.00397079048153, 40.592064810054161 ], [ -111.00394124062015, 40.591974722284469 ], [ -111.00389987618134, 40.591938688175325 ], [ -111.00381714661732, 40.591852205706495 ], [ -111.00361033463859, 40.591840500813532 ], [ -111.00309035974779, 40.592010783695159 ], [ -111.00285400604321, 40.592073851923573 ], [ -111.00267083038899, 40.592091874060245 ], [ -111.002393110176, 40.592060349074423 ], [ -111.00155995298626, 40.592046850013368 ], [ -111.00073861425214, 40.592060371502384 ], [ -111.00047271283589, 40.592019832944949 ], [ -111.00025999196903, 40.591996410536304 ], [ -111.00002363563355, 40.591996410826475 ], [ -110.99964546504002, 40.592082895514977 ], [ -110.99945047022941, 40.592154064888248 ], [ -110.99922593075743, 40.592191000001328 ], [ -110.99893048362046, 40.592245050910833 ], [ -110.99856412936548, 40.592272073571237 ], [ -110.99828050059826, 40.592272069697401 ], [ -110.99806659814455, 40.592240535242929 ], [ -110.99766597379559, 40.592208996770239 ], [ -110.99732325225212, 40.592303582553754 ], [ -110.99696870677002, 40.592510777977807 ], [ -110.9968032502757, 40.592632393361015 ], [ -110.99668506831911, 40.592686443292934 ], [ -110.99654915925056, 40.592740492575217 ], [ -110.99644870574144, 40.592758507284614 ], [ -110.99640143422754, 40.592753100495436 ], [ -110.99636007159805, 40.592749495648633 ], [ -110.99625371080823, 40.592735978932559 ], [ -110.99620053463629, 40.592654897301706 ], [ -110.99620644818481, 40.592573817600915 ], [ -110.99623599777988, 40.592488234232562 ], [ -110.99623009338181, 40.592407154142528 ], [ -110.996206460913, 40.592348595664369 ], [ -110.99597010874648, 40.59225849888329 ], [ -110.99576920394183, 40.592276509455161 ], [ -110.99551984215798, 40.592348571074481 ], [ -110.99537920505998, 40.592411627677478 ], [ -110.99526693034241, 40.59247918971289 ], [ -110.99516647558291, 40.592515221062811 ], [ -110.9949714774003, 40.592551248248128 ], [ -110.99487693470384, 40.592543136104162 ], [ -110.99474102948098, 40.592533220231616 ], [ -110.99454603577563, 40.592510688996036 ], [ -110.99442785857262, 40.592488161162258 ], [ -110.99423286812195, 40.592430494775776 ], [ -110.99413832497687, 40.592430490016874 ], [ -110.99406741658301, 40.59244219793765 ], [ -110.99397877945991, 40.592474625310253 ], [ -110.99386650322761, 40.59254218598366 ], [ -110.9937542271884, 40.592605242108519 ], [ -110.993560411076, 40.592627753659315 ], [ -110.99332287207051, 40.592614226856895 ], [ -110.99293288527284, 40.592569159269253 ], [ -110.99254881555395, 40.59245562327802 ], [ -110.99215293062601, 40.592330373664574 ], [ -110.99163886987601, 40.592195204432549 ], [ -110.99101371758495, 40.592105068711057 ], [ -110.9903684760333, 40.592019432370677 ], [ -110.98996668023027, 40.591951831583337 ], [ -110.98975987338736, 40.59192028236118 ], [ -110.9896121529388, 40.591906755853934 ], [ -110.98932853502905, 40.591848172291101 ], [ -110.98897992721847, 40.591744537456776 ], [ -110.98861949570485, 40.591682341246312 ], [ -110.9882531451065, 40.591682304571947 ], [ -110.98789741847462, 40.59174893355106 ], [ -110.98761495874227, 40.59182998351816 ], [ -110.98741995850034, 40.591865997959665 ], [ -110.98719541612731, 40.591888495483303 ], [ -110.98691651961879, 40.591870446474232 ], [ -110.98669434776484, 40.591856907778848 ], [ -110.98654544467044, 40.591851485204039 ], [ -110.98627954603189, 40.591843345936411 ], [ -110.98603138370086, 40.591789262922752 ], [ -110.98587776772382, 40.591717173215919 ], [ -110.98578323798759, 40.59165860390911 ], [ -110.98564735208173, 40.591573002756789 ], [ -110.98558236514351, 40.59152344583002 ], [ -110.98542874634602, 40.591469373280418 ], [ -110.98508604036788, 40.591433294025741 ], [ -110.98471378432687, 40.591424236484663 ], [ -110.98436989404675, 40.591401668266975 ], [ -110.98395864198825, 40.591383594130036 ], [ -110.98344339323485, 40.591370008109344 ], [ -110.9826634269676, 40.591360884803592 ], [ -110.98220845490177, 40.591324780107257 ], [ -110.98192484227971, 40.591279691680406 ], [ -110.98174167323042, 40.591260744226936 ], [ -110.98156440520914, 40.591270625838639 ], [ -110.98114486082434, 40.591329115833496 ], [ -110.98053620885736, 40.59146865250549 ], [ -110.98040029583461, 40.591500160600617 ], [ -110.98015209289954, 40.591603720326468 ], [ -110.98001615394482, 40.591720812311287 ], [ -110.97989793984912, 40.591842411658824 ], [ -110.97978564101253, 40.591941489722615 ], [ -110.97968516648419, 40.592018047560444 ], [ -110.97949604972155, 40.592121616243332 ], [ -110.97905870539979, 40.592391804116268 ], [ -110.97886485945627, 40.592495370901467 ], [ -110.97868638336452, 40.592576418003475 ], [ -110.97853864844357, 40.592610624383141 ], [ -110.97845000765014, 40.59263042741 ], [ -110.97823728933547, 40.592616874213675 ], [ -110.97807776352796, 40.592567295224129 ], [ -110.97781778425249, 40.592522201205767 ], [ -110.97759324248852, 40.592526662306675 ], [ -110.97743368708542, 40.592567171193949 ], [ -110.97720910691139, 40.592684242504454 ], [ -110.97701997520045, 40.592814833748712 ], [ -110.97688995593023, 40.592877869946811 ], [ -110.97670085744997, 40.592909363028276 ], [ -110.97641722284871, 40.592918314346747 ], [ -110.97608630662519, 40.59295428181985 ], [ -110.97576124373974, 40.593143400472044 ], [ -110.97561344815024, 40.593337060201335 ], [ -110.97545382538581, 40.593553239411449 ], [ -110.97523514253008, 40.593683821429792 ], [ -110.97505783903671, 40.593769367597133 ], [ -110.97485099142209, 40.593850402624902 ], [ -110.97470323578726, 40.593926945799694 ], [ -110.97446679728409, 40.594125089025873 ], [ -110.974218452651, 40.594548450960623 ], [ -110.97405283500119, 40.594967326505916 ], [ -110.97402310784858, 40.595435781223088 ], [ -110.97396981140314, 40.595728557579832 ], [ -110.9739165722596, 40.595872687523936 ], [ -110.97381606055087, 40.596012302297886 ], [ -110.97370966561668, 40.596084349104977 ], [ -110.97353235916631, 40.596156379586461 ], [ -110.9730299568464, 40.596440042821598 ], [ -110.97275211738912, 40.596692226000826 ], [ -110.97250380595162, 40.596984955449464 ], [ -110.97231461022973, 40.597219140879368 ], [ -110.97220346561572, 40.597336229493827 ], [ -110.97197766908103, 40.597475812415212 ], [ -110.97152848855488, 40.597633357784979 ], [ -110.97144573581883, 40.597682886138351 ], [ -110.97138071696109, 40.597718905523585 ], [ -110.97130385994436, 40.597799966276575 ], [ -110.97126246701136, 40.597863018068161 ], [ -110.97119152105152, 40.597939575780444 ], [ -110.97116190421769, 40.598101728024979 ], [ -110.97113821413429, 40.598223341831229 ], [ -110.97101995304904, 40.5983899762821 ], [ -110.97081304322163, 40.598570101542734 ], [ -110.97051750558097, 40.598714168369604 ], [ -110.96990868984184, 40.599020312857554 ], [ -110.96941213362956, 40.599362519367979 ], [ -110.96918748984079, 40.599538132555004 ], [ -110.96899241362398, 40.599668708910933 ], [ -110.9688741948041, 40.59972723474381 ], [ -110.9686850585565, 40.599790245683586 ], [ -110.96838355043775, 40.60004241178617 ], [ -110.96821800866141, 40.600195517065757 ], [ -110.96810451166411, 40.600263052269554 ], [ -110.96779247427351, 40.600280983414272 ], [ -110.96742013872311, 40.600339436616423 ], [ -110.96723690023686, 40.600420464570917 ], [ -110.96711275610461, 40.600505112619835 ], [ -110.96701811703018, 40.600677154947967 ], [ -110.96696489007084, 40.600758219516287 ], [ -110.9668170990978, 40.600857274659553 ], [ -110.96659239418054, 40.601131980236488 ], [ -110.96650956379828, 40.601321142384194 ], [ -110.96639719775725, 40.601483269288323 ], [ -110.96622573813805, 40.601636369951734 ], [ -110.96594197382446, 40.601825472747613 ], [ -110.96536858173734, 40.60210457698836 ], [ -110.96474196571644, 40.602442219735117 ], [ -110.96442272997625, 40.602640316799636 ], [ -110.96425126049608, 40.602797918928005 ], [ -110.96417911020872, 40.6028915887292 ], [ -110.96413886726614, 40.602996079027321 ], [ -110.96410927211024, 40.603081654011369 ], [ -110.96410923837956, 40.603144716024659 ], [ -110.96422738332551, 40.603243850139606 ], [ -110.96431599585723, 40.603311444001427 ], [ -110.96436798387253, 40.603347495491576 ], [ -110.96439868431844, 40.603406062549041 ], [ -110.96441048025082, 40.603451110484457 ], [ -110.96438679994499, 40.60352767849529 ], [ -110.96435248171227, 40.603604243217639 ], [ -110.96425076613117, 40.603725831386896 ], [ -110.96410885046924, 40.603869929127953 ], [ -110.96378248978787, 40.604113066453735 ], [ -110.96339938046472, 40.60437510348158 ], [ -110.96291458941126, 40.604684853571968 ], [ -110.96255984970543, 40.604932482721416 ], [ -110.96233513899166, 40.605162135530136 ], [ -110.96220027274464, 40.605369295187188 ], [ -110.96208664385486, 40.605644028076654 ], [ -110.96197415521367, 40.605990832064982 ], [ -110.96186168333179, 40.60630610493407 ], [ -110.96171374665188, 40.606625870353618 ], [ -110.96116365001527, 40.607400448179654 ], [ -110.96112816233574, 40.607445480510712 ], [ -110.9610394036911, 40.60762562767691 ], [ -110.96100975279717, 40.607796785884119 ], [ -110.96101556101509, 40.607972460478642 ], [ -110.96105681816572, 40.608170669156486 ], [ -110.96119847072784, 40.608508548791377 ], [ -110.96124560269678, 40.608769821318702 ], [ -110.96124546218314, 40.609013060260793 ], [ -110.96119807733159, 40.609188716948942 ], [ -110.96117434701227, 40.609341859439269 ], [ -110.96116836670129, 40.609462576027589 ], [ -110.96117421927222, 40.609562576235398 ], [ -110.96117413584939, 40.609706717811981 ], [ -110.9611326581921, 40.609886880862554 ], [ -110.96110300862146, 40.610054435486973 ], [ -110.96107336569825, 40.610210278596959 ], [ -110.96093137387233, 40.610449866043865 ], [ -110.96087221863188, 40.610535430084241 ], [ -110.96078938682398, 40.610679543574214 ], [ -110.96076569192468, 40.610769624013571 ], [ -110.96075382073344, 40.610855204040632 ], [ -110.96081990070422, 40.611057925559912 ], [ -110.96096634169308, 40.611301214035045 ], [ -110.96109032858044, 40.61153548590493 ], [ -110.96121550106736, 40.611765253606933 ], [ -110.96155690161282, 40.612175270265077 ], [ -110.96163369155722, 40.612260879837713 ], [ -110.96176360353003, 40.612477135222647 ], [ -110.96181552803975, 40.612634807200855 ], [ -110.9617870231243, 40.612869027754549 ], [ -110.96169233800981, 40.613067190981106 ], [ -110.96165090858946, 40.613161770103765 ], [ -110.96162129030206, 40.613274370824499 ], [ -110.96162126195203, 40.613323919460179 ], [ -110.96168624714399, 40.613382498524587 ], [ -110.96177488590044, 40.613423067693795 ], [ -110.9618635324472, 40.613450123530818 ], [ -110.96198172284802, 40.613495206716784 ], [ -110.96220036916255, 40.613589871344317 ], [ -110.96236580610243, 40.613707040340913 ], [ -110.96248395698365, 40.613824193748634 ], [ -110.96257843224809, 40.613999896847645 ], [ -110.96267883390578, 40.614148575249544 ], [ -110.9628087803744, 40.614315280763719 ], [ -110.96290908836015, 40.614635126937173 ], [ -110.96293239839, 40.615238726835905 ], [ -110.96286701379719, 40.615896351228557 ], [ -110.96278402467945, 40.616319740006212 ], [ -110.96272476648085, 40.616585481666249 ], [ -110.9626891772561, 40.616806186736831 ], [ -110.96261221754683, 40.617013365145155 ], [ -110.96242881414361, 40.617297084043884 ], [ -110.96201949316212, 40.617774418577461 ], [ -110.96180772678662, 40.618031100609976 ], [ -110.9616657235788, 40.618266184210341 ], [ -110.96155327919882, 40.618494971284292 ], [ -110.9615058646481, 40.618712068444971 ], [ -110.96154122165112, 40.618904869312935 ], [ -110.96162969494128, 40.619247234489393 ], [ -110.96164149179164, 40.61929228258407 ], [ -110.96165918194632, 40.619368863556531 ], [ -110.96167096596535, 40.619436433730428 ], [ -110.96167094022037, 40.6194814778965 ], [ -110.96159995527661, 40.619567038248071 ], [ -110.96152306397738, 40.619643587752549 ], [ -110.96145207867328, 40.619729148010641 ], [ -110.96142838663874, 40.619810219610656 ], [ -110.96145787870309, 40.619922839884772 ], [ -110.96149328741626, 40.620026453287934 ], [ -110.96148729325959, 40.620170592632036 ], [ -110.96142219024379, 40.620305703410175 ], [ -110.96132752730443, 40.620445308671052 ], [ -110.96117372363703, 40.620629938150167 ], [ -110.96109087215127, 40.620787564844868 ], [ -110.96103640835622, 40.620922678974665 ], [ -110.96101387673863, 40.621039786194075 ], [ -110.96102077150442, 40.621382124143793 ], [ -110.96102067200675, 40.621553291913855 ], [ -110.96098984515221, 40.621702828108909 ], [ -110.96090698717985, 40.621868562587963 ], [ -110.96082890224588, 40.621958624441753 ], [ -110.96074136125229, 40.622044178612001 ], [ -110.9606242251969, 40.622192784443214 ], [ -110.9605520351809, 40.622309874605691 ], [ -110.9605046894997, 40.622399946728414 ], [ -110.9604454620485, 40.622589111892566 ], [ -110.96041693213515, 40.622850358182312 ], [ -110.96039789575219, 40.623052149435864 ], [ -110.96042729127358, 40.62332782968106 ], [ -110.96048042194248, 40.623453971476067 ], [ -110.96062807900776, 40.623683747033134 ], [ -110.96071663045274, 40.623895484647655 ], [ -110.96073426272888, 40.62407116278635 ], [ -110.96069871312569, 40.624206283108386 ], [ -110.96046207069251, 40.624498989224072 ], [ -110.96016635372384, 40.624715099453702 ], [ -110.95977013951065, 40.624922165128687 ], [ -110.95969326434837, 40.624958173630212 ], [ -110.95955723564261, 40.625052718751498 ], [ -110.95939755924336, 40.625147255399796 ], [ -110.95910193764695, 40.625196699635616 ], [ -110.9589541197916, 40.625232682499387 ], [ -110.95888907027356, 40.625264190252906 ], [ -110.958794433809, 40.62534073154584 ], [ -110.95871150432836, 40.625606462279478 ], [ -110.95862268731705, 40.625831651120137 ], [ -110.95848545063748, 40.625962229830371 ], [ -110.95822047404705, 40.626160328418102 ], [ -110.95811395542516, 40.626326953084103 ], [ -110.95819067851274, 40.626538688247102 ], [ -110.95836195721716, 40.626809014832361 ], [ -110.95839140247085, 40.626993706320548 ], [ -110.95832621378358, 40.627245929856947 ], [ -110.95813082200088, 40.627718822357785 ], [ -110.95777585193818, 40.628110576864891 ], [ -110.95762203228215, 40.628277183716918 ], [ -110.9573913371501, 40.628470788484854 ], [ -110.95714889414819, 40.628542769349757 ], [ -110.95690644193967, 40.628628262932054 ], [ -110.95674084695604, 40.628713784817975 ], [ -110.95653386650497, 40.628799290896623 ], [ -110.95625590731321, 40.628934318250472 ], [ -110.95614349963525, 40.629051390278036 ], [ -110.95604879857861, 40.629213513031587 ], [ -110.95607223775956, 40.629533335034871 ], [ -110.95601296784002, 40.629758532947839 ], [ -110.95593012845909, 40.62986210278094 ], [ -110.95580001812871, 40.629924213906236 ], [ -110.95568177852016, 40.629916060656619 ], [ -110.95559900943897, 40.629912425337565 ], [ -110.95527976070154, 40.629893383639505 ], [ -110.9550018579431, 40.629933815377754 ], [ -110.95483030316458, 40.630081493027575 ], [ -110.95472369929904, 40.630352616704769 ], [ -110.95424449359774, 40.630807373121421 ], [ -110.95364100955626, 40.631424236383708 ], [ -110.95335702096561, 40.631703395327776 ], [ -110.95314406166028, 40.631864566919511 ], [ -110.95293110006568, 40.632027539875963 ], [ -110.95277139770835, 40.632122067234292 ], [ -110.95248744085249, 40.632347171130903 ], [ -110.95241048610717, 40.632477767255622 ], [ -110.95236308708394, 40.632617384335255 ], [ -110.95232746480517, 40.632824572358167 ], [ -110.95229779970633, 40.632968701128434 ], [ -110.95218055577686, 40.63321549412894 ], [ -110.95197223367251, 40.633495581766319 ], [ -110.95177097965114, 40.633810806333983 ], [ -110.95167620283262, 40.634054004641492 ], [ -110.95160508886998, 40.634279195156132 ], [ -110.95132704796161, 40.634481776564236 ], [ -110.95126789853605, 40.634513282459224 ], [ -110.95114959623523, 40.634580798561835 ], [ -110.95093661852047, 40.634747371279012 ], [ -110.95087730361304, 40.635004097166487 ], [ -110.95100127265272, 40.635274414136447 ], [ -110.95107800649831, 40.635454622864501 ], [ -110.95109560337836, 40.635648319722755 ], [ -110.95104226028033, 40.635823968901967 ], [ -110.95088835666668, 40.636058132587607 ], [ -110.95073447515433, 40.636260765238461 ], [ -110.95063379419955, 40.636482338927699 ], [ -110.95062191279344, 40.636558007835568 ], [ -110.95062175349761, 40.636774219154468 ], [ -110.95066879438858, 40.637130087148385 ], [ -110.95065084678072, 40.637413856896011 ], [ -110.95061514030313, 40.637724645452444 ], [ -110.95060310194739, 40.638012922092962 ], [ -110.95054383936942, 40.638193072839883 ], [ -110.95052605720851, 40.638251622458121 ], [ -110.950478676793, 40.638355203410597 ], [ -110.95024199926939, 40.63856770947487 ], [ -110.94991077372525, 40.638697293074465 ], [ -110.94970966337857, 40.638787293716561 ], [ -110.94953809732986, 40.638904333333251 ], [ -110.94936055296088, 40.63910695370938 ], [ -110.94932487365139, 40.639372697768827 ], [ -110.94933628707881, 40.639918636244559 ], [ -110.94934206809161, 40.640093409549856 ], [ -110.9493182724306, 40.640282583956512 ], [ -110.9491702281388, 40.640566296149181 ], [ -110.94898093757649, 40.640656300693834 ], [ -110.94880945218004, 40.640659828326854 ], [ -110.94870301398207, 40.640660681976733 ], [ -110.94853153132792, 40.640660605677674 ], [ -110.94836001743391, 40.640701068716588 ], [ -110.94803458891963, 40.640962177973094 ], [ -110.9479517618346, 40.641016193478357 ], [ -110.94751986349017, 40.641313288436272 ], [ -110.9474015171205, 40.641416835798346 ], [ -110.94729969211753, 40.641565434578339 ], [ -110.94726520370082, 40.641808656430733 ], [ -110.9472533345601, 40.641862703807881 ], [ -110.94712902018638, 40.642033814149819 ], [ -110.94689241614695, 40.642123793575891 ], [ -110.94678581892083, 40.642321938083377 ], [ -110.94683303272748, 40.642439074213861 ], [ -110.94702805226383, 40.642592313410155 ], [ -110.94709177789903, 40.642768014190686 ], [ -110.94711646834227, 40.642952705859507 ], [ -110.94712233197426, 40.643015770129338 ], [ -110.94711634747034, 40.643105855366045 ], [ -110.94695654275129, 40.643285958024357 ], [ -110.94671983376796, 40.643502060187814 ], [ -110.94657187479258, 40.643656042255245 ], [ -110.94648300453244, 40.643866806945063 ], [ -110.94652425148236, 40.64405150637657 ], [ -110.94658917783498, 40.644204685956218 ], [ -110.9465949233179, 40.644415494433801 ], [ -110.94640549880035, 40.644655040634689 ], [ -110.94612144931362, 40.644902650320574 ], [ -110.94579012544469, 40.645105193142221 ], [ -110.94572977402109, 40.645145704370719 ], [ -110.94559484905956, 40.645262755209792 ], [ -110.94532848341022, 40.645573432804483 ], [ -110.94526328998107, 40.645749073396843 ], [ -110.94518622098373, 40.645983265466086 ], [ -110.94510332265001, 40.646113853586058 ], [ -110.94499078158837, 40.646334515452928 ], [ -110.9450261491843, 40.646474168577676 ], [ -110.9450497633763, 40.646523728174316 ], [ -110.94513833996031, 40.646681424151119 ], [ -110.94531680213147, 40.646843667050341 ], [ -110.94538654020545, 40.646897752802779 ], [ -110.94553430327161, 40.646996919297159 ], [ -110.9456879768863, 40.647100592776489 ], [ -110.94582388780509, 40.647231284091198 ], [ -110.94592424018619, 40.64745655090163 ], [ -110.94599487892732, 40.647861979530241 ], [ -110.94605381048467, 40.648118757589501 ], [ -110.94607733900182, 40.648276422397352 ], [ -110.94611858028912, 40.648470130619131 ], [ -110.94614213080881, 40.648600769047484 ], [ -110.94612308679901, 40.648749405180844 ], [ -110.94603523801605, 40.649150255248003 ], [ -110.94601121559454, 40.649605187803253 ], [ -110.94597536116201, 40.650064619176014 ], [ -110.94588619595599, 40.650627626569289 ], [ -110.94586221566632, 40.65102850628525 ], [ -110.94589857028224, 40.651415901074401 ], [ -110.94597399158943, 40.651762774582053 ], [ -110.94606837539943, 40.65206461295962 ], [ -110.94614499564543, 40.652393469310574 ], [ -110.946132957087, 40.652654718398907 ], [ -110.94606176841417, 40.652924948642742 ], [ -110.94600242592429, 40.653172662415301 ], [ -110.94598451593394, 40.653379856018027 ], [ -110.94601984574416, 40.653573561338469 ], [ -110.94613199350025, 40.653852885920209 ], [ -110.94625008910683, 40.65409167363655 ], [ -110.9463209353227, 40.654249360246816 ], [ -110.94633261252561, 40.654438550055133 ], [ -110.94630761312055, 40.654636731587914 ], [ -110.94623760592738, 40.654906962396204 ], [ -110.94589534669095, 40.655406789761216 ], [ -110.94579343507304, 40.655631961420752 ], [ -110.94573416947321, 40.655780578419851 ], [ -110.94576355609017, 40.656010316054669 ], [ -110.94587572140684, 40.656271623221834 ], [ -110.9460765267488, 40.656632068236988 ], [ -110.94618279417614, 40.656875354771572 ], [ -110.94622403741913, 40.657073567056059 ], [ -110.94623582331387, 40.65712762519847 ], [ -110.94625941323271, 40.657213219547785 ], [ -110.94643074729976, 40.657452031705716 ], [ -110.94661991643979, 40.657578242159651 ], [ -110.94712250134658, 40.657785675218896 ], [ -110.94734124632221, 40.657911898023855 ], [ -110.94753632967803, 40.658042614050977 ], [ -110.94767816353136, 40.658195827565144 ], [ -110.94771952101857, 40.658254403328215 ], [ -110.94776676171226, 40.658353521219468 ], [ -110.94779610375251, 40.658650824015865 ], [ -110.9478196049473, 40.658853532034414 ], [ -110.94794360568389, 40.659123851186244 ], [ -110.94807954538003, 40.659254539590897 ], [ -110.94819774803139, 40.659376211104714 ], [ -110.94827452623109, 40.659524890262368 ], [ -110.94827435922734, 40.65974110071074 ], [ -110.94826241114598, 40.65989424447362 ], [ -110.94825161466341, 40.660087928217308 ], [ -110.94827387212268, 40.660371714472085 ], [ -110.94829739275133, 40.660551900415975 ], [ -110.94835046402109, 40.660763630266267 ], [ -110.94843316953659, 40.660898798779293 ], [ -110.9486105014572, 40.661052026920814 ], [ -110.94874054170344, 40.661169198724615 ], [ -110.94882322785148, 40.661331393247877 ], [ -110.94865143321489, 40.661669145813555 ], [ -110.94848555192333, 40.662006900741794 ], [ -110.94845472069375, 40.662101479047145 ], [ -110.94839070234627, 40.662277121424047 ], [ -110.94835515613921, 40.662349175672041 ], [ -110.94830185755153, 40.662430230728894 ], [ -110.94810064930991, 40.662551758827561 ], [ -110.94803555493986, 40.662587764620532 ], [ -110.94772191936693, 40.662758789623886 ], [ -110.94752073026795, 40.66285329041326 ], [ -110.9473135758186, 40.663010849494519 ], [ -110.94714184748113, 40.663249503317616 ], [ -110.94705292017765, 40.663501708020938 ], [ -110.94705259247993, 40.663916111078741 ], [ -110.94709260616935, 40.66418188798319 ], [ -110.9470817450774, 40.664452145939428 ], [ -110.94700469649496, 40.664641294648739 ], [ -110.94679165218642, 40.664758310603538 ], [ -110.9466082197174, 40.664830296040897 ], [ -110.94647790604587, 40.665050950415839 ], [ -110.94647283165973, 40.665478864303502 ], [ -110.94648326332612, 40.665749132010767 ], [ -110.94650672342595, 40.666001388217332 ], [ -110.94663059562215, 40.666442874848769 ], [ -110.94678977634948, 40.667118605356279 ], [ -110.9468721934373, 40.667623133847599 ], [ -110.94691340601737, 40.667870893677119 ], [ -110.94692507294403, 40.668078100490902 ], [ -110.94691312026836, 40.668231243889501 ], [ -110.94679454992924, 40.668555504604655 ], [ -110.94674118358422, 40.6687131332611 ], [ -110.94666996227967, 40.669005885001269 ], [ -110.94661632228953, 40.669505846211123 ], [ -110.94649182167687, 40.669843616934763 ], [ -110.94642066296869, 40.670055289693842 ], [ -110.94635543405775, 40.670248947646058 ], [ -110.94620145291762, 40.670460581746354 ], [ -110.94615407920483, 40.670519116569778 ], [ -110.94600012587514, 40.670694715386773 ], [ -110.94581068385538, 40.670861288588945 ], [ -110.94550158616572, 40.671216988889654 ], [ -110.94529666803975, 40.671496163342916 ], [ -110.94472575613138, 40.672243617914901 ], [ -110.94443084098512, 40.67260382642597 ], [ -110.94416443992944, 40.672819907937686 ], [ -110.94393236535748, 40.673017987998485 ], [ -110.94373819011909, 40.673171042306834 ], [ -110.94351326938784, 40.673301559371552 ], [ -110.94330612275257, 40.673400554098293 ], [ -110.94280899065188, 40.67361201455428 ], [ -110.94166093660701, 40.673989807672484 ], [ -110.94093302111267, 40.674250691309453 ], [ -110.93990325324512, 40.674646544852138 ], [ -110.93935278991897, 40.67493003258889 ], [ -110.93880818875824, 40.675267573276294 ], [ -110.93854173827243, 40.675506163550487 ], [ -110.93813901548047, 40.67595638580449 ], [ -110.93780136712908, 40.676406641691237 ], [ -110.93760564041976, 40.676929043291317 ], [ -110.93720863746975, 40.677572953264395 ], [ -110.93674658357087, 40.678176286838841 ], [ -110.9365096540552, 40.678459932178662 ], [ -110.93612481719371, 40.678734486545288 ], [ -110.93588089537839, 40.678901013061683 ], [ -110.9355328656037, 40.679041355626701 ], [ -110.93529022556726, 40.679103380206776 ], [ -110.93502983879644, 40.67916179079495 ], [ -110.93471614944625, 40.679274223113509 ], [ -110.93462734670105, 40.679329126186211 ], [ -110.93442007645852, 40.679521795691194 ], [ -110.9342968160461, 40.679719917898467 ], [ -110.93423628921666, 40.679900058236782 ], [ -110.93418288422258, 40.68005768074898 ], [ -110.93414731769225, 40.680125226014674 ], [ -110.93407029878993, 40.680228782562814 ], [ -110.93402882424176, 40.68028731567707 ], [ -110.93395775723599, 40.68035484059186 ], [ -110.9335258560655, 40.680336575259936 ], [ -110.9330585180394, 40.680255226598405 ], [ -110.93270353471928, 40.680237002760457 ], [ -110.93192247220317, 40.68029510167311 ], [ -110.93091655982175, 40.680366574092481 ], [ -110.93002899356325, 40.680424596419826 ], [ -110.92918282844671, 40.680496150432234 ], [ -110.9286857478774, 40.680567914384874 ], [ -110.92820639225377, 40.680662209065218 ], [ -110.9281058127502, 40.680657642110795 ], [ -110.92795198564329, 40.680650339232272 ], [ -110.92782182449584, 40.68064395181964 ], [ -110.92772716177042, 40.680639388234027 ], [ -110.92692855652101, 40.680499250129756 ], [ -110.92607094687784, 40.680214928911084 ], [ -110.92559179546787, 40.680124533723422 ], [ -110.92514216823992, 40.680088208127167 ], [ -110.92472205898854, 40.680110456833539 ], [ -110.92439064365747, 40.680182310191832 ], [ -110.92404735844923, 40.680285685375949 ], [ -110.92358571243733, 40.680411503109816 ], [ -110.92278680158132, 40.68054610267982 ], [ -110.92214648724354, 40.680653777553346 ], [ -110.92115345495979, 40.680827873202659 ], [ -110.92079842498596, 40.680849251178536 ], [ -110.9203664739062, 40.680873277655998 ], [ -110.9199819135798, 40.68084958906072 ], [ -110.9197215974892, 40.680832291754761 ], [ -110.91936657138386, 40.680850061835216 ], [ -110.91927189265238, 40.680859004413009 ], [ -110.91914761929567, 40.680876934930424 ], [ -110.91859130290473, 40.680993657607409 ], [ -110.9182717486748, 40.681033971169683 ], [ -110.91759132156329, 40.681033487519542 ], [ -110.91723747161633, 40.681055756260314 ], [ -110.91714160338259, 40.681069200606771 ], [ -110.91704097936373, 40.681100658931243 ], [ -110.91697586702414, 40.681123133971802 ], [ -110.91687522605994, 40.681168105245121 ], [ -110.91649056973098, 40.681220979219056 ], [ -110.91631303722305, 40.681244273392423 ], [ -110.91574507211864, 40.681207825373235 ], [ -110.91524219209953, 40.681171422357146 ], [ -110.91509430716076, 40.681144287489076 ], [ -110.91502332311929, 40.681130722161377 ], [ -110.91455611144806, 40.680963715711471 ], [ -110.91428394091311, 40.680963513974021 ], [ -110.91393468461312, 40.681093880850568 ], [ -110.91375708886126, 40.681165818227598 ], [ -110.91350853800675, 40.681201667250861 ], [ -110.91323044389898, 40.681205962960682 ], [ -110.91302922681631, 40.681241846514389 ], [ -110.91295818450023, 40.681273323558166 ], [ -110.91285161210131, 40.681327295587387 ], [ -110.91231282482021, 40.681601654117856 ], [ -110.91224769859522, 40.681633135215243 ], [ -110.91186880327511, 40.681799508239159 ], [ -110.91153733010866, 40.681898350839759 ], [ -110.91121178475984, 40.681988188309717 ], [ -110.91095733662831, 40.682006009828058 ], [ -110.91066738729876, 40.682023803322892 ], [ -110.91038921721645, 40.68208214454242 ], [ -110.91024128994894, 40.682086534004213 ], [ -110.91010519031045, 40.682095436853736 ], [ -110.90990992819148, 40.682099789026658 ], [ -110.9097205087551, 40.682159098724213 ], [ -110.90951925769788, 40.682216597091795 ], [ -110.90902230386611, 40.682170262025224 ], [ -110.90195044355569, 40.682187895728418 ], [ -110.90277435230304, 40.624951309625963 ], [ -110.90310352783938, 40.605798793207377 ], [ -110.90266341894979, 40.517997457059558 ], [ -110.90273281249988, 40.510821848959793 ], [ -110.90280818190126, 40.50358317380261 ], [ -110.90289017128612, 40.49992558169442 ], [ -110.90283489232156, 40.489159746063379 ], [ -110.90282155906155, 40.474677689666599 ], [ -110.90294134308029, 40.460308322254249 ], [ -110.90295061222163, 40.44566855300868 ], [ -110.90287117054163, 40.431222368330907 ], [ -110.89654015115383, 40.431216876161209 ], [ -110.89648322629459, 40.42220769086984 ], [ -110.89643491134109, 40.415278712807677 ], [ -110.89650438791914, 40.400702849241569 ], [ -110.89654431975538, 40.386162058219263 ], [ -110.89674405038237, 40.374953882965798 ], [ -110.89678426138383, 40.371761052101675 ], [ -110.89678291866491, 40.357197628042449 ], [ -110.89673424652844, 40.342782777845869 ], [ -110.89672179909547, 40.339363749470742 ], [ -110.89667951042162, 40.328494016224624 ], [ -110.89667968214542, 40.328381400279483 ], [ -110.89667440850832, 40.324120000785797 ], [ -110.89670281164017, 40.320930734972457 ], [ -110.89666060683111, 40.313871906719626 ], [ -110.89672910920558, 40.303668914575454 ], [ -110.89675319974495, 40.299439055702251 ], [ -110.89679280113663, 40.285010625913309 ], [ -110.89677967081749, 40.270437962944619 ], [ -110.89674295825267, 40.255906685379571 ], [ -110.89666970494154, 40.249949600886332 ], [ -110.89670033128407, 40.241405097036818 ], [ -110.89668686712284, 40.227057559811612 ], [ -110.89660328931765, 40.212448649719839 ], [ -110.89656674390255, 40.197835239892662 ], [ -110.89657685855133, 40.183442567860837 ], [ -110.8965812134289, 40.168968768969989 ], [ -110.89649046647568, 40.154485839262072 ], [ -110.89643733718756, 40.139989392445145 ], [ -110.89645428328872, 40.124956900392519 ], [ -110.8964164781638, 40.111199182609596 ], [ -110.89632685312607, 40.096806205433111 ], [ -110.89633080615755, 40.082602479224832 ], [ -110.8949702262899, 40.082592243970517 ], [ -110.8917974846445, 40.082575809442361 ], [ -110.89174411527131, 40.068133238326659 ], [ -110.89174395570009, 40.053415884462616 ], [ -110.89173152588637, 40.039040851748894 ], [ -110.891759991124, 40.024742404453939 ], [ -110.89186480373293, 40.010313351164335 ], [ -110.8919104513611, 39.999943123000911 ], [ -110.89183447966241, 39.981265706107067 ], [ -110.89188565097122, 39.937630985736014 ], [ -110.89174648871551, 39.89965401396914 ], [ -110.90326902692389, 39.899663296230649 ], [ -111.00066678773689, 39.899686516560649 ], [ -111.01761722888382, 39.899667160447279 ], [ -111.03575505307904, 39.899731462465617 ], [ -111.04004240089382, 39.899760695252922 ], [ -111.04013013672098, 39.899761565922454 ], [ -111.07383828756826, 39.899987370861801 ], [ -111.08304475031247, 39.900048718423051 ], [ -111.08304988514432, 39.923677278870599 ], [ -111.08305676499025, 39.924528711343413 ], [ -111.0830397504197, 39.92497471449888 ], [ -111.08301716192958, 39.925650474500763 ], [ -111.08300046780336, 39.926362269864669 ], [ -111.08300060380733, 39.926474893717014 ], [ -111.08303113917336, 39.92753353687521 ], [ -111.08299071262182, 39.927975051597763 ], [ -111.08295029643025, 39.928425576178121 ], [ -111.08297579083151, 39.930155460945286 ], [ -111.08297588873833, 39.930236550066041 ], [ -111.08299853290886, 39.930574405475404 ], [ -111.08299437389488, 39.931006884092255 ], [ -111.08298922946452, 39.931592531818502 ], [ -111.08294843053011, 39.931727709629833 ], [ -111.08292532693234, 39.931979102575092 ], [ -111.08289055438884, 39.932259335549539 ], [ -111.08277976020304, 39.932582870350366 ], [ -111.08253441279382, 39.932939837535187 ], [ -111.08234741956863, 39.933161614169663 ], [ -111.08222471276235, 39.93331396865328 ], [ -111.08214881078629, 39.933458180936967 ], [ -111.08210800909673, 39.933593358411756 ], [ -111.08210809522532, 39.933665437588971 ], [ -111.08213172359611, 39.933850123897955 ], [ -111.08221977185995, 39.93407530910158 ], [ -111.08228442906805, 39.9343140256873 ], [ -111.08233733527021, 39.934513106997507 ], [ -111.08234346689308, 39.934746459136171 ], [ -111.08236720967903, 39.935025749259026 ], [ -111.08242618919753, 39.935408628192882 ], [ -111.0824852450915, 39.935854576326228 ], [ -111.08252082833033, 39.936246481699364 ], [ -111.08255037579676, 39.936485223029159 ], [ -111.08255064642742, 39.936710470339769 ], [ -111.08251001131876, 39.936985301206136 ], [ -111.08245187873609, 39.937309698934428 ], [ -111.08241124288199, 39.937584529738452 ], [ -111.08235892379051, 39.93787738861112 ], [ -111.08235336312838, 39.938120659805712 ], [ -111.08241223069334, 39.938408033709671 ], [ -111.08245929893134, 39.93861612886861 ], [ -111.08250635555322, 39.938814313122784 ], [ -111.08258280419157, 39.939120595175183 ], [ -111.08267666973029, 39.939309736096938 ], [ -111.08274113815875, 39.939386274222713 ], [ -111.08284069393501, 39.9394402625081 ], [ -111.08296365945502, 39.939494233958897 ], [ -111.08304913167791, 39.939516697506477 ], [ -111.08325983441044, 39.939530061234109 ], [ -111.08392355157612, 39.939574632191679 ], [ -111.08446781956054, 39.939569732007975 ], [ -111.0848072366898, 39.939551464446069 ], [ -111.08526958758162, 39.939560135231453 ], [ -111.08580220567954, 39.939599385838306 ], [ -111.08645195418794, 39.939703417965376 ], [ -111.0869905474127, 39.939838163542952 ], [ -111.08745309547471, 39.939999993682662 ], [ -111.08782208133279, 39.940220457192126 ], [ -111.08802709630621, 39.940359955079678 ], [ -111.08820280343167, 39.940463435325185 ], [ -111.08837849369961, 39.940553400474656 ], [ -111.08863609144164, 39.94062167902387 ], [ -111.08877658501508, 39.940647700225327 ], [ -111.08889951654169, 39.940670130766073 ], [ -111.08935599365384, 39.940656265021445 ], [ -111.09003483699347, 39.940620601270744 ], [ -111.09039766065027, 39.940596893230506 ], [ -111.09080148243035, 39.940596577677368 ], [ -111.09110584295051, 39.940619764638555 ], [ -111.09139850228405, 39.940645662993361 ], [ -111.09165023763939, 39.940704028582161 ], [ -111.09188442796213, 39.94077141742266 ], [ -111.0920893743107, 39.940852343860051 ], [ -111.09242900785063, 39.940991726943736 ], [ -111.09262225772582, 39.941078067695081 ], [ -111.09295609456247, 39.941257097385993 ], [ -111.09317161609627, 39.941365944089554 ], [ -111.0934363096533, 39.941481958687135 ], [ -111.0937290546633, 39.941567316371611 ], [ -111.09410374884735, 39.941661616722442 ], [ -111.09441401606061, 39.94171992877623 ], [ -111.09466577652798, 39.941791802621374 ], [ -111.09485904265732, 39.941886248519744 ], [ -111.09508743119392, 39.94198517024013 ], [ -111.09542132390992, 39.942196628362211 ], [ -111.0958256703488, 39.942565700387185 ], [ -111.09635881186252, 39.942957188730645 ], [ -111.09671604158883, 39.943110059407132 ], [ -111.09679216988891, 39.943140629500867 ], [ -111.09688001256751, 39.943177496678977 ], [ -111.09715519180726, 39.943249345526475 ], [ -111.09739523102591, 39.943304104455059 ], [ -111.09762937692459, 39.943330036204081 ], [ -111.0980098166587, 39.943338725114721 ], [ -111.0987180348469, 39.943365153930245 ], [ -111.09902822921987, 39.943364889399447 ], [ -111.0991511351226, 39.943363883368029 ], [ -111.09940279703244, 39.943360063921048 ], [ -111.09983001310844, 39.943337172134356 ], [ -111.10019290154992, 39.943350373936944 ], [ -111.10044460814233, 39.943377185811904 ], [ -111.10072680856435, 39.943444515150894 ], [ -111.10105355660727, 39.94355685442541 ], [ -111.10144003037335, 39.943687160312429 ], [ -111.10187323416221, 39.943754354640468 ], [ -111.1024000695603, 39.943812454801915 ], [ -111.10301476355002, 39.943914622988473 ], [ -111.10375235002201, 39.944004965150988 ], [ -111.10446651221027, 39.944085412851301 ], [ -111.10500630420731, 39.944193043869838 ], [ -111.10563739468176, 39.944296084279429 ], [ -111.10567251010831, 39.944295151290397 ], [ -111.10604121715976, 39.944282200807478 ], [ -111.10625771503895, 39.94424596304345 ], [ -111.10650926658779, 39.944169148185587 ], [ -111.10672565186876, 39.944060830552104 ], [ -111.10693145238491, 39.943920987669308 ], [ -111.10712282606571, 39.943537890773023 ], [ -111.10722192599592, 39.943283720315641 ], [ -111.10729188697395, 39.943109764742729 ], [ -111.10737369098932, 39.943024095067763 ], [ -111.10746138272452, 39.942960944599619 ], [ -111.10757252735777, 39.942924801974186 ], [ -111.10777149037219, 39.942906597423132 ], [ -111.108210512583, 39.942951237949778 ], [ -111.10917053938567, 39.943067466514577 ], [ -111.10951003888607, 39.943094176009339 ], [ -111.10986008071525, 39.943125379465144 ], [ -111.1100602286713, 39.943116179752963 ], [ -111.11023692962533, 39.943084477269359 ], [ -111.1106218557789, 39.942971487031642 ], [ -111.1111834950981, 39.942835801464454 ], [ -111.11152864941666, 39.942740866123863 ], [ -111.11186217815528, 39.942695495362791 ], [ -111.1123537872331, 39.942686010117747 ], [ -111.1129918090697, 39.942734944471951 ], [ -111.11362991377952, 39.942833429622425 ], [ -111.11458442595969, 39.94314783631004 ], [ -111.11503532546648, 39.943291548020767 ], [ -111.11522268790132, 39.943336411410513 ], [ -111.11553299563188, 39.943403676769073 ], [ -111.11601880216348, 39.943421211428614 ], [ -111.11619435954289, 39.943406619799347 ], [ -111.11672688241912, 39.943361936437469 ], [ -111.11744668227746, 39.94331165513853 ], [ -111.11771588250173, 39.943296966308353 ], [ -111.117944155386, 39.943306645192386 ], [ -111.11807882204621, 39.943338042728179 ], [ -111.11817835700433, 39.943360466034562 ], [ -111.11833652168841, 39.943442294688104 ], [ -111.11841384912914, 39.943483661220185 ], [ -111.11854749818838, 39.943603356147342 ], [ -111.11880545510414, 39.943855368945691 ], [ -111.11892879989631, 39.94410751931855 ], [ -111.11902296743956, 39.944409253879677 ], [ -111.11905847628147, 39.944635365559364 ], [ -111.11909975696878, 39.944814619885669 ], [ -111.11917607686212, 39.944948788753159 ], [ -111.11931680519187, 39.945098208105023 ], [ -111.1194281428381, 39.945174677493142 ], [ -111.1195511551294, 39.945233114965809 ], [ -111.11980295465256, 39.945304934126838 ], [ -111.12013074773868, 39.945322614716055 ], [ -111.12048782913925, 39.94535377877164 ], [ -111.12080988067021, 39.945434532598661 ], [ -111.12119049377955, 39.945533244098925 ], [ -111.12179347073247, 39.945604691316142 ], [ -111.12229687716356, 39.945635695991314 ], [ -111.12292900786848, 39.945644037356729 ], [ -111.12332116277119, 39.94564902682594 ], [ -111.12351431540588, 39.945652425167481 ], [ -111.12426344763551, 39.945629099957955 ], [ -111.1247316151323, 39.945592557695036 ], [ -111.12529338588055, 39.945532486725547 ], [ -111.12573214087136, 39.945415784235472 ], [ -111.12587260205602, 39.945411126882881 ], [ -111.12608338889598, 39.945455947265394 ], [ -111.12631180927235, 39.945541292532376 ], [ -111.12639968573426, 39.945586246180177 ], [ -111.1265509065599, 39.945703209706046 ], [ -111.12671052145804, 39.945928282459441 ], [ -111.12683958556194, 39.946090319229967 ], [ -111.1271562387079, 39.946410724199652 ], [ -111.12741411905805, 39.946598747623021 ], [ -111.12775980602203, 39.946792079668626 ], [ -111.12802337621675, 39.946890897624129 ], [ -111.12826927871434, 39.946931170295969 ], [ -111.12849640967674, 39.946948938548175 ], [ -111.1287610085601, 39.946971169690222 ], [ -111.12910056192449, 39.947012237539532 ], [ -111.12992594802672, 39.947068978749776 ], [ -111.1308323837255, 39.947270681734722 ], [ -111.13106191785741, 39.947319976830258 ], [ -111.13123178555139, 39.9473873587851 ], [ -111.13130218590867, 39.947472872943159 ], [ -111.13130234954536, 39.947558466623285 ], [ -111.13128491776911, 39.947625159479273 ], [ -111.13124418897161, 39.947752244904741 ], [ -111.13097019330486, 39.948329187056615 ], [ -111.13075472494278, 39.948906062512634 ], [ -111.13065602634796, 39.949329638055538 ], [ -111.13063898084212, 39.949599953591289 ], [ -111.13062167814944, 39.949735121245922 ], [ -111.13063246252513, 39.949865752312306 ], [ -111.13061735540651, 39.949924333533389 ], [ -111.13049932467395, 39.950032584972114 ], [ -111.13041168792915, 39.950118277412415 ], [ -111.13030650816052, 39.950212999380632 ], [ -111.13016624240143, 39.950325780402501 ], [ -111.12994420870487, 39.950533256627885 ], [ -111.12988006917355, 39.950663971699704 ], [ -111.1298334809341, 39.950790162141452 ], [ -111.12973430588991, 39.95096596573395 ], [ -111.12937206769381, 39.951322260585364 ], [ -111.12916169284101, 39.95150719758216 ], [ -111.12854780140437, 39.951890799540898 ], [ -111.12834314975473, 39.952008154637241 ], [ -111.12820280141119, 39.952080388912023 ], [ -111.12791621679739, 39.952206843699251 ], [ -111.12757107119424, 39.952319847419588 ], [ -111.12737220323645, 39.952401154937569 ], [ -111.12717923836331, 39.952509485257224 ], [ -111.12689279991457, 39.952717026201896 ], [ -111.12654202898223, 39.95295617122256 ], [ -111.12618538549276, 39.953186311693145 ], [ -111.12585210437261, 39.953389396084553 ], [ -111.12568251566813, 39.95347967877521 ], [ -111.12544860288699, 39.953606070323787 ], [ -111.12524393260502, 39.953718915003847 ], [ -111.12468244496887, 39.953971796616379 ], [ -111.12399221368688, 39.95424733794168 ], [ -111.12375240903994, 39.954355712614344 ], [ -111.12352440011244, 39.954513628507826 ], [ -111.12340173213724, 39.954657917064324 ], [ -111.12334338954024, 39.954766097589285 ], [ -111.12334955076169, 39.954937278557118 ], [ -111.12332662142768, 39.955207599029961 ], [ -111.12322773867764, 39.955559089061218 ], [ -111.12304094314365, 39.955852108182022 ], [ -111.1227779176142, 39.956073128802835 ], [ -111.12236846456874, 39.956249254132018 ], [ -111.12156711371132, 39.956601482031438 ], [ -111.12080059254451, 39.956791490486971 ], [ -111.12048466570786, 39.956895432720238 ], [ -111.12033264660674, 39.956999204076041 ], [ -111.12022159639305, 39.957098427819773 ], [ -111.12013407181051, 39.957260696142214 ], [ -111.12008754788052, 39.957436436729417 ], [ -111.1201115152429, 39.957751757194607 ], [ -111.12021174223693, 39.958157097234015 ], [ -111.1203646012701, 39.958530848000208 ], [ -111.12063464576551, 39.958963040770087 ], [ -111.12078727904941, 39.959206148147878 ], [ -111.1208696405332, 39.959435813807794 ], [ -111.12084668411597, 39.959697123750935 ], [ -111.12076370629573, 39.959782803909519 ], [ -111.1206128441455, 39.959882069447424 ], [ -111.12012157825239, 39.960157380305091 ], [ -111.1194197697113, 39.960554539268429 ], [ -111.11858936878595, 39.961072557703254 ], [ -111.1181918334141, 39.961393714698616 ], [ -111.11808093573876, 39.961587539690335 ], [ -111.11803903285201, 39.961731740113343 ], [ -111.11803925749794, 39.961862382841922 ], [ -111.11808753397057, 39.962020006206735 ], [ -111.11826386024569, 39.9624243691053 ], [ -111.11849303665844, 39.962920578244173 ], [ -111.11882653285707, 39.96347884801331 ], [ -111.11898062963891, 39.963888638413088 ], [ -111.11910431611025, 39.964316479536549 ], [ -111.11918692846082, 39.964690303605607 ], [ -111.11918166058915, 39.965028178557333 ], [ -111.11908861437908, 39.965389569315121 ], [ -111.11898982658971, 39.965816737795471 ], [ -111.1188854185627, 39.966379960690354 ], [ -111.11879271829389, 39.966943171440178 ], [ -111.11877571542911, 39.967267543491744 ], [ -111.11881121051128, 39.967479238602166 ], [ -111.11888181897169, 39.967681887839817 ], [ -111.11899930539033, 39.967907013538728 ], [ -111.11915178861112, 39.96805551942461 ], [ -111.11945657511649, 39.968248016520434 ], [ -111.11989020482926, 39.968460201293716 ], [ -111.12052309925568, 39.968783899552243 ], [ -111.12122621883236, 39.969084996298811 ], [ -111.12208746796824, 39.969408446948151 ], [ -111.12287869145847, 39.969858103275463 ], [ -111.12337106031919, 39.970163915077094 ], [ -111.1235937938727, 39.970298825501111 ], [ -111.12382232642959, 39.970402194840801 ], [ -111.12403908446673, 39.970469536946503 ], [ -111.12434364397546, 39.970523269730826 ], [ -111.12445487982673, 39.970517744452764 ], [ -111.12470076833232, 39.970504866419468 ], [ -111.12516329948907, 39.970495358090666 ], [ -111.12563750758453, 39.97046781557102 ], [ -111.12614116432307, 39.97053484244401 ], [ -111.12642806104017, 39.97053452989924 ], [ -111.12702517453575, 39.970479818057989 ], [ -111.12777337188898, 39.970438451476276 ], [ -111.12854025377153, 39.97037002981326 ], [ -111.12899805709016, 39.970337986813561 ], [ -111.12916200606229, 39.970342309177028 ], [ -111.12928498690027, 39.97035568685191 ], [ -111.12941389076978, 39.97040509716421 ], [ -111.12949009107696, 39.97045006129467 ], [ -111.12954871788685, 39.970490540092889 ], [ -111.12961912290572, 39.970567045070943 ], [ -111.12966019498425, 39.970612949346446 ], [ -111.12975420613343, 39.970787635139317 ], [ -111.12986024503211, 39.971129890475403 ], [ -111.1298726202175, 39.971481260511666 ], [ -111.12994359816808, 39.971859594376227 ], [ -111.13008480490065, 39.972219829698965 ], [ -111.13013200342918, 39.972408082421481 ], [ -111.13009600015683, 39.97256579506363 ], [ -111.13004464678933, 39.972656852085329 ], [ -111.12999800136092, 39.972760517581172 ], [ -111.13000397607404, 39.972823579769589 ], [ -111.13008606031107, 39.972882051650728 ], [ -111.13021492676161, 39.972908936487471 ], [ -111.13028638631003, 39.972922370955125 ], [ -111.13039646478137, 39.972922247181693 ], [ -111.13050180765588, 39.972895099111973 ], [ -111.13072425339267, 39.972866917963053 ], [ -111.13097025228309, 39.972908085554756 ], [ -111.13123396193147, 39.973024915238248 ], [ -111.13148600512585, 39.973164282154237 ], [ -111.13178493476374, 39.973326119825089 ], [ -111.13211888476295, 39.97342935285009 ], [ -111.13238247668725, 39.973483111162551 ], [ -111.13267534547172, 39.973536835369792 ], [ -111.13288036785099, 39.973581649729773 ], [ -111.13307377600663, 39.973676031178734 ], [ -111.13323791689371, 39.97377495086657 ], [ -111.13336110604824, 39.973891937119632 ], [ -111.13346682427023, 39.974057596487448 ], [ -111.13359014763938, 39.974243057111536 ], [ -111.13377793163998, 39.974454571755714 ], [ -111.13401845046756, 39.974684044806494 ], [ -111.13417108694702, 39.974886589588955 ], [ -111.13451766864013, 39.975453807664032 ], [ -111.13488172693086, 39.975972351195693 ], [ -111.13502260283776, 39.976146978002454 ], [ -111.13512849890846, 39.976399129999031 ], [ -111.13514651806737, 39.976628859788157 ], [ -111.13510004621338, 39.976818120491018 ], [ -111.13500090220212, 39.977021858259988 ], [ -111.13476715481274, 39.977264494794412 ], [ -111.1345861081915, 39.977507970654656 ], [ -111.13448700404943, 39.977733331514656 ], [ -111.13437137986567, 39.977895642601965 ], [ -111.13418894757032, 39.978031001430075 ], [ -111.13402512953714, 39.978103269618664 ], [ -111.13382616825886, 39.978171073237213 ], [ -111.13375601246088, 39.978228817140177 ], [ -111.13370928283612, 39.978288335946878 ], [ -111.13368594783987, 39.978333412023659 ], [ -111.13369777336662, 39.978391962294957 ], [ -111.13372135423509, 39.978473023584485 ], [ -111.1337567519921, 39.978608130225062 ], [ -111.13381550252829, 39.978707170567873 ], [ -111.1339624060025, 39.978968286002576 ], [ -111.13407414072931, 39.979211422260249 ], [ -111.13425033406766, 39.979477008339501 ], [ -111.13444398145752, 39.979684009998991 ], [ -111.13465517805801, 39.979881080128941 ], [ -111.1349073260528, 39.980057379604602 ], [ -111.13506579753728, 39.980241896563591 ], [ -111.13520669336476, 39.980421928887282 ], [ -111.13533574483719, 39.980534401147146 ], [ -111.13575206547628, 39.980813219011814 ], [ -111.13595736160212, 39.980984165135744 ], [ -111.13608640642637, 39.98109213164161 ], [ -111.13621537114852, 39.981159553870626 ], [ -111.13637362480569, 39.981231446414142 ], [ -111.13663144791764, 39.981312231245077 ], [ -111.13683064015632, 39.981357045417056 ], [ -111.13705328349558, 39.981415346261755 ], [ -111.13731704522378, 39.98153666676501 ], [ -111.13771577582826, 39.981797478704529 ], [ -111.13812053782416, 39.982143875421635 ], [ -111.13848439339471, 39.982530863796804 ], [ -111.13870728607732, 39.982709892811734 ], [ -111.13894181362167, 39.98285016519862 ], [ -111.13939314397396, 39.983052344379686 ], [ -111.13989731985791, 39.98332203170856 ], [ -111.14043663657948, 39.983591674259294 ], [ -111.14083531698542, 39.983816436130304 ], [ -111.14120468198524, 39.984023212689856 ], [ -111.14146270707725, 39.984194084709472 ], [ -111.14167387445542, 39.984360508519416 ], [ -111.14209640827397, 39.984787957854621 ], [ -111.14229031863734, 39.985103063729824 ], [ -111.14253124970548, 39.985499199838827 ], [ -111.14272668970922, 39.985984588660251 ], [ -111.1428671424686, 39.98649887631953 ], [ -111.14289685619001, 39.986706065526164 ], [ -111.14295572077911, 39.986850150039331 ], [ -111.14299100020425, 39.986917680161021 ], [ -111.14303206097453, 39.986949163863862 ], [ -111.14312582029405, 39.986976077582455 ], [ -111.14321367621586, 39.986980473973532 ], [ -111.14332373011725, 39.986957813397211 ], [ -111.14342440423566, 39.986930659413915 ], [ -111.14364687310639, 39.986894344648711 ], [ -111.14397458715057, 39.986776810410156 ], [ -111.14438418544678, 39.986609619269373 ], [ -111.14501604827124, 39.986311506436842 ], [ -111.1456067963709, 39.985959382885014 ], [ -111.14604545450466, 39.985692140344028 ], [ -111.14632621398276, 39.985530510470426 ], [ -111.14658951685942, 39.98542205993224 ], [ -111.14690560271545, 39.985349581191592 ], [ -111.14753212931296, 39.985303736335418 ], [ -111.14842229517757, 39.985307104819647 ], [ -111.14928294433705, 39.985202386639671 ], [ -111.14980998996477, 39.985192696833778 ], [ -111.15026083472034, 39.985151569067057 ], [ -111.15055937627483, 39.985092617835264 ], [ -111.15081103746644, 39.985020212108147 ], [ -111.15130274512035, 39.984920463279337 ], [ -111.15157800112813, 39.984925509544347 ], [ -111.15186386426834, 39.98496027366776 ], [ -111.15211700455954, 39.985027515389071 ], [ -111.15239840559035, 39.985162293056945 ], [ -111.15282666663428, 39.985499597449866 ], [ -111.15313775692249, 39.985815431533773 ], [ -111.15329050283768, 39.986030564308749 ], [ -111.15339059477979, 39.986269192094369 ], [ -111.15367834430353, 39.986620193858464 ], [ -111.15408326587992, 39.986989058818232 ], [ -111.1545833081904, 39.987465012338063 ], [ -111.15507524389142, 39.987978815730465 ], [ -111.15534531713408, 39.988275777999242 ], [ -111.1555331249252, 39.988451217537374 ], [ -111.15573256498338, 39.988590601877668 ], [ -111.15590274343054, 39.988739035047601 ], [ -111.15602030550656, 39.988928082965039 ], [ -111.15609121013927, 39.989202786831243 ], [ -111.15621506116473, 39.989581032148074 ], [ -111.15628575166326, 39.989761133116225 ], [ -111.15638567458879, 39.98991867006616 ], [ -111.15653834936671, 39.990094155318637 ], [ -111.15676117159717, 39.990210981733824 ], [ -111.15701322659773, 39.990305243591337 ], [ -111.15730166630628, 39.990430989867313 ], [ -111.15764061998416, 39.990619735412523 ], [ -111.15813928449184, 39.990983953482186 ], [ -111.15833292203689, 39.991141360817714 ], [ -111.15851482604528, 39.991289774061968 ], [ -111.15880220560479, 39.991460567079208 ], [ -111.15917742855136, 39.991626733868763 ], [ -111.15954678389468, 39.99178750162902 ], [ -111.15995114969152, 39.991891458098472 ], [ -111.16029691442814, 39.991981078519224 ], [ -111.16061912598225, 39.992016671693513 ], [ -111.16093533298559, 39.991989203645225 ], [ -111.1612512643011, 39.991844607597116 ], [ -111.16160103651531, 39.991645904650028 ], [ -111.16193549388576, 39.991411182799609 ], [ -111.16233873912218, 39.991041216495667 ], [ -111.16278312907166, 39.990735160648661 ], [ -111.16326875451574, 39.990530855874653 ], [ -111.16400602402072, 39.990246005940556 ], [ -111.16465576163229, 39.990096422864383 ], [ -111.16515922039277, 39.990005608449749 ], [ -111.16546374419968, 39.989995263334187 ], [ -111.16572738433982, 39.990031826904001 ], [ -111.16620811324623, 39.990229354406139 ], [ -111.1667414458834, 39.990381755187549 ], [ -111.16705780745586, 39.990421843796113 ], [ -111.1673566981659, 39.990502500917465 ], [ -111.16757367233703, 39.990614810064734 ], [ -111.1677086747829, 39.990736247249579 ], [ -111.16780260322987, 39.990826209409398 ], [ -111.16786728118706, 39.990929728573953 ], [ -111.16790287401328, 39.991114378127278 ], [ -111.16788571174665, 39.991281084469669 ], [ -111.1678159924584, 39.991510935577608 ], [ -111.16769952820076, 39.991785903322246 ], [ -111.16759479875674, 39.992069863778497 ], [ -111.16741881240922, 39.992435015346963 ], [ -111.1674085119616, 39.992534138111651 ], [ -111.1673912161833, 39.992646785688109 ], [ -111.16739146911893, 39.992750398109742 ], [ -111.1674093918307, 39.992894529142134 ], [ -111.16747421419282, 39.993056612025356 ], [ -111.16750368600759, 39.993133152796098 ], [ -111.16761550771594, 39.993353731404106 ], [ -111.16778021943455, 39.993646311794556 ], [ -111.16796241534706, 39.993902827377092 ], [ -111.16817984326698, 39.994195330764825 ], [ -111.16839626759013, 39.994555408721652 ], [ -111.16859139815134, 39.994829924087156 ], [ -111.16875030482437, 39.995140531070611 ], [ -111.16894461115508, 39.995554698959722 ], [ -111.16903900321476, 39.995829360316918 ], [ -111.16916994413921, 39.996198571164925 ], [ -111.16922826774589, 39.996572392791471 ], [ -111.16925814341332, 39.996811108898015 ], [ -111.16929985623393, 39.997099361600107 ], [ -111.16928885356275, 39.997387691281631 ], [ -111.1692487531588, 39.997752646738576 ], [ -111.16924939819357, 39.998013929977219 ], [ -111.16927937469129, 39.998293189965359 ], [ -111.1693092179311, 39.998518391337001 ], [ -111.16939157790114, 39.998662427767698 ], [ -111.16949142142997, 39.998770399378252 ], [ -111.16959706699443, 39.998855837916253 ], [ -111.16972020710043, 39.998909716447876 ], [ -111.16989616493487, 39.999004061525227 ], [ -111.16995955946156, 39.999058027364697 ], [ -111.1700136826948, 39.999152550857168 ], [ -111.17006673516272, 39.999287619980876 ], [ -111.17010218183688, 39.999409200222196 ], [ -111.17013306561851, 39.999580341029684 ], [ -111.17013819883746, 39.999760529423881 ], [ -111.17011498116211, 39.999846156568822 ], [ -111.17002750933322, 40.000003956355378 ], [ -111.1699749031747, 40.000049082496936 ], [ -111.1699399142593, 40.000112202375874 ], [ -111.16987569332493, 40.000197889581983 ], [ -111.16977054738059, 40.000315170989722 ], [ -111.16964205995642, 40.000468525648131 ], [ -111.16938392299566, 40.000779741122301 ], [ -111.16915147946528, 40.001059384230217 ], [ -111.16909301428724, 40.001104518515007 ], [ -111.16898198576206, 40.001212797978788 ], [ -111.16885943023105, 40.001397677377732 ], [ -111.16880601679129, 40.001591465751282 ], [ -111.16872567984396, 40.001794303085447 ], [ -111.16861969039452, 40.002046731542443 ], [ -111.16851001719402, 40.00223069082449 ], [ -111.16832906033031, 40.002488633846788 ], [ -111.16819482723501, 40.002690648069034 ], [ -111.16806054254236, 40.002871939683288 ], [ -111.16796721538218, 40.003034251223831 ], [ -111.16794999519917, 40.003178432839874 ], [ -111.16797961545551, 40.003313536779125 ], [ -111.16804430552699, 40.003417055596358 ], [ -111.16816755209652, 40.003511479634533 ], [ -111.16824965031779, 40.00354739964385 ], [ -111.16856619540741, 40.003637037587048 ], [ -111.16875387953461, 40.003731367259213 ], [ -111.1689181327116, 40.003825730777926 ], [ -111.16905313029996, 40.003933651423978 ], [ -111.16920463047843, 40.004082091872441 ], [ -111.16933524320012, 40.004311650743034 ], [ -111.16938907990559, 40.004762962497459 ], [ -111.1693842996272, 40.005199043235763 ], [ -111.16932116389469, 40.005726208061567 ], [ -111.16930413508111, 40.00594697271876 ], [ -111.16929895582756, 40.006221778774353 ], [ -111.16935809312783, 40.00644693702651 ], [ -111.16949339738554, 40.006676488766047 ], [ -111.16981047199471, 40.0069733475394 ], [ -111.17026230942813, 40.007279017310971 ], [ -111.17055581166801, 40.007517345041201 ], [ -111.17073781932227, 40.007679253162472 ], [ -111.17084947317485, 40.007818740268625 ], [ -111.17094373261168, 40.008030331188912 ], [ -111.17098568430511, 40.008408680192581 ], [ -111.17109233633413, 40.008890546152706 ], [ -111.1712343087592, 40.009439933151917 ], [ -111.17137590269, 40.009837055194318 ], [ -111.17148819041911, 40.010227913557742 ], [ -111.17157672080715, 40.010489066136373 ], [ -111.17165328670141, 40.010651128786002 ], [ -111.1717708170311, 40.010795111114128 ], [ -111.17199983977119, 40.011011006133536 ], [ -111.17223484700455, 40.011276445578062 ], [ -111.17228766413679, 40.011312406184167 ], [ -111.17242855165769, 40.011424818878929 ], [ -111.17264557776068, 40.011528108223175 ], [ -111.17284490392534, 40.011581869781146 ], [ -111.17302075304646, 40.011618547470398 ], [ -111.17344266764326, 40.011657559829516 ], [ -111.17373574285321, 40.011715684400968 ], [ -111.17403482584028, 40.011832362760771 ], [ -111.17441603287197, 40.011989460775702 ], [ -111.17464954812232, 40.01212425575546 ], [ -111.17487373654059, 40.012277083887852 ], [ -111.17506176376597, 40.012493034644159 ], [ -111.17524894075342, 40.012834222253616 ], [ -111.17535077218551, 40.013249418858436 ], [ -111.17540436512104, 40.013587204304642 ], [ -111.17553422592052, 40.013965418193905 ], [ -111.17577568203399, 40.014451579981476 ], [ -111.17602164346366, 40.014865656201998 ], [ -111.17635201000442, 40.015293118116134 ], [ -111.17676338432273, 40.015779019034106 ], [ -111.17680451045074, 40.015823104175006 ], [ -111.17694545189437, 40.015949926830828 ], [ -111.17708634495621, 40.016057828868313 ], [ -111.17732107443803, 40.016201626272569 ], [ -111.17783717639965, 40.016399951355652 ], [ -111.17835331183377, 40.01660998678026 ], [ -111.17896336111404, 40.016883844266005 ], [ -111.17952508812952, 40.017049656168908 ], [ -111.18020070536731, 40.01729998012631 ], [ -111.18089877505236, 40.017619640296182 ], [ -111.18143252052012, 40.017835040320357 ], [ -111.1819838944397, 40.018068429728238 ], [ -111.18232404718231, 40.018190427899093 ], [ -111.18271116284708, 40.018345687170331 ], [ -111.18301146424625, 40.018463241256498 ], [ -111.1832919999307, 40.018638488326665 ], [ -111.18367928216358, 40.018854109513988 ], [ -111.18399019200345, 40.018993267672805 ], [ -111.18451223950187, 40.01920867201963 ], [ -111.18479375947857, 40.01931183574348 ], [ -111.18516198419964, 40.019410355396062 ], [ -111.18555009465783, 40.01949532739188 ], [ -111.18587260738923, 40.019589413081796 ], [ -111.18608384483068, 40.019701696132266 ], [ -111.18626576232602, 40.019805016161243 ], [ -111.18644780297923, 40.019953384521827 ], [ -111.18661813818844, 40.020106276324192 ], [ -111.18688254194478, 40.020376143128743 ], [ -111.18713521688196, 40.020641523375353 ], [ -111.18754646545703, 40.021041792961725 ], [ -111.18784614380283, 40.021352144351575 ], [ -111.1880164979802, 40.021509538906749 ], [ -111.18813411846827, 40.021667018829191 ], [ -111.18831641829148, 40.02190638235907 ], [ -111.18851044568282, 40.022148429442694 ], [ -111.18891578977332, 40.022526179260225 ], [ -111.18924473842981, 40.022822063610555 ], [ -111.18945508361894, 40.023029845339437 ], [ -111.18961513548734, 40.023272847037639 ], [ -111.18969178336262, 40.02344390699713 ], [ -111.18975743637419, 40.023876267865617 ], [ -111.18981809042322, 40.024196014896589 ], [ -111.18992312582773, 40.024460729636772 ], [ -111.19007044401485, 40.024758711021065 ], [ -111.19021304822425, 40.025046789208851 ], [ -111.19028288073106, 40.02529444282554 ], [ -111.19031890264228, 40.025605220203204 ], [ -111.19034883977473, 40.025834919762751 ], [ -111.19039032131245, 40.026001532063354 ], [ -111.19053159710418, 40.026231949556063 ], [ -111.19064343191937, 40.026411059713247 ], [ -111.19077872160393, 40.026595536996332 ], [ -111.19096131766594, 40.02693310195793 ], [ -111.19105587932978, 40.027221258153872 ], [ -111.19118592807615, 40.027626482480393 ], [ -111.19124540761767, 40.027941725612457 ], [ -111.19121700106179, 40.028261618627234 ], [ -111.19118267138914, 40.028558997015772 ], [ -111.19113077399659, 40.028860909230815 ], [ -111.19113727272325, 40.029089746136123 ], [ -111.19119778951047, 40.02935633486014 ], [ -111.19128501895663, 40.029535484891973 ], [ -111.19139089281801, 40.029675862144302 ], [ -111.19169013720636, 40.029811414706963 ], [ -111.19215938614882, 40.029968308098212 ], [ -111.19275298310953, 40.030164635697609 ], [ -111.1933913138147, 40.030429359673505 ], [ -111.19383724504463, 40.030626829018381 ], [ -111.19414858657922, 40.030892095307429 ], [ -111.19427776600322, 40.030981976259078 ], [ -111.19447737037896, 40.031107777875079 ], [ -111.19476484008015, 40.031219916878648 ], [ -111.19517287697597, 40.031277793689249 ], [ -111.19555605723448, 40.031250118435331 ], [ -111.19587689998534, 40.031145964470674 ], [ -111.19610640027516, 40.031068993470875 ], [ -111.19642263072417, 40.030991875034765 ], [ -111.19668042692219, 40.030973418275046 ], [ -111.19692077199377, 40.031000039325697 ], [ -111.19716124695614, 40.031071708382562 ], [ -111.19744752285528, 40.031174833014795 ], [ -111.19771862811864, 40.031300507185229 ], [ -111.19791239252511, 40.031430817708745 ], [ -111.19806522727811, 40.031592731976041 ], [ -111.19819472608403, 40.031790724928022 ], [ -111.19832451268705, 40.032087824414418 ], [ -111.19850735654967, 40.032492949775389 ], [ -111.19873096349268, 40.032807907493641 ], [ -111.19896635867315, 40.0331453688759 ], [ -111.19920179549671, 40.033496344298818 ], [ -111.19956663675559, 40.034009271757057 ], [ -111.19981998972027, 40.034472836756144 ], [ -111.1999969225424, 40.034855445434133 ], [ -111.20017250348643, 40.035175888955351 ], [ -111.20038575982338, 40.035553028393906 ], [ -111.20063297304489, 40.035917494991672 ], [ -111.20085130865027, 40.036426166880837 ], [ -111.20095157428382, 40.03664222671366 ], [ -111.2010400133623, 40.03682226802735 ], [ -111.20114606145948, 40.037011288437114 ], [ -111.20122883943594, 40.037258912435355 ], [ -111.20120015810235, 40.037470691011983 ], [ -111.20107769133332, 40.037678127491446 ], [ -111.20068614345675, 40.038061719992022 ], [ -111.20014804441796, 40.038436554643695 ], [ -111.19956912366335, 40.038883534953612 ], [ -111.19932410888346, 40.039275880047391 ], [ -111.19911478096267, 40.039848357908937 ], [ -111.19892871023038, 40.040357727299394 ], [ -111.19876062531087, 40.041006716307159 ], [ -111.19868541248955, 40.041344710146824 ], [ -111.19863807073608, 40.041592558856891 ], [ -111.19866321027558, 40.041772710327351 ], [ -111.19869867765725, 40.041876261387621 ], [ -111.19876335918251, 40.041948228277221 ], [ -111.19891598388632, 40.042029053919059 ], [ -111.1990684910395, 40.042069335785236 ], [ -111.19923262885061, 40.042078063405434 ], [ -111.19948465738813, 40.042077629785261 ], [ -111.19979993351153, 40.042059067118991 ], [ -111.20005894265725, 40.042040600757112 ], [ -111.20035199892055, 40.042040094406254 ], [ -111.20060415932333, 40.04208470676172 ], [ -111.20076841627562, 40.042133975774192 ], [ -111.20102676918184, 40.042291198071489 ], [ -111.20143793766211, 40.042592309853951 ], [ -111.20164943089324, 40.042758621929366 ], [ -111.20177313994139, 40.042970135142028 ], [ -111.20187386988876, 40.04333935845186 ], [ -111.20193355876792, 40.043704148319215 ], [ -111.20197484020892, 40.043789668755331 ], [ -111.20207504046837, 40.043978698270664 ], [ -111.20224568345373, 40.044203643656338 ], [ -111.20238706087989, 40.044442154488173 ], [ -111.20253897639432, 40.044676141855192 ], [ -111.20283433759177, 40.045054033560483 ], [ -111.20318152322747, 40.045512921120078 ], [ -111.20353402571604, 40.045787098969654 ], [ -111.20370338505597, 40.045971500640341 ], [ -111.20382814442364, 40.046137961080866 ], [ -111.20392843379861, 40.046354017915775 ], [ -111.20393484565527, 40.046538705902201 ], [ -111.20390610182062, 40.046727960615279 ], [ -111.20380756936088, 40.047102037345795 ], [ -111.20379217125803, 40.047836356526552 ], [ -111.20378825475701, 40.048489567962825 ], [ -111.20374840330246, 40.048886065599227 ], [ -111.20373142168063, 40.049088814083767 ], [ -111.20378447235663, 40.049187827671098 ], [ -111.20384913932206, 40.0492507819311 ], [ -111.20390779700573, 40.049264193291123 ], [ -111.20398383852229, 40.049210001146754 ], [ -111.20401302634215, 40.049169406034302 ], [ -111.20404210667269, 40.049092772237941 ], [ -111.20412345869325, 40.048853871457275 ], [ -111.20425178431643, 40.048641916965018 ], [ -111.2044632506596, 40.048398281628657 ], [ -111.20457889421836, 40.048258426879251 ], [ -111.20491201045638, 40.047924478675291 ], [ -111.20536839275877, 40.047648874250882 ], [ -111.20584122445445, 40.047386753375271 ], [ -111.20648638234118, 40.047124323588505 ], [ -111.20692544076222, 40.046938841068744 ], [ -111.20745225582975, 40.046699141474292 ], [ -111.20832448437251, 40.046323673154426 ], [ -111.20871058981677, 40.046076111974095 ], [ -111.20909690716891, 40.045898824939741 ], [ -111.20945998632769, 40.045790052504621 ], [ -111.20999311500867, 40.045703495170919 ], [ -111.2105204640427, 40.04564397504857 ], [ -111.21078990945625, 40.045584921995136 ], [ -111.21095973803705, 40.045535059449278 ], [ -111.21105338184965, 40.045489840309529 ], [ -111.21141580168282, 40.045169334484413 ], [ -111.21180167750975, 40.044853289497929 ], [ -111.21211156183486, 40.044604955267523 ], [ -111.2127846076051, 40.044279371207601 ], [ -111.21320714884268, 40.044071370843042 ], [ -111.21357468990702, 40.043895004355662 ], [ -111.21389060771935, 40.043705217418463 ], [ -111.21419327660443, 40.043402832554925 ], [ -111.21461515839536, 40.042987604582287 ], [ -111.21487159465308, 40.042523128478891 ], [ -111.2149993233165, 40.042135473335335 ], [ -111.21507471399961, 40.041879457194419 ], [ -111.21521461287203, 40.041635033841743 ], [ -111.21537804571935, 40.04141939769611 ], [ -111.21572885502603, 40.041147552297367 ], [ -111.21628462927521, 40.040822166027517 ], [ -111.21686979165599, 40.040524652236115 ], [ -111.21733796709397, 40.040302135715294 ], [ -111.21764928371012, 40.040148385979663 ], [ -111.218041551689, 40.040017007426684 ], [ -111.21849148536326, 40.039957596656784 ], [ -111.21879606706419, 40.039898458691432 ], [ -111.21919440868605, 40.039834637734359 ], [ -111.21953991456252, 40.039743886337668 ], [ -111.22009007353662, 40.039504084831485 ], [ -111.22080994714381, 40.039187374713123 ], [ -111.2214245374132, 40.038938434325239 ], [ -111.22188677081994, 40.038698792250642 ], [ -111.22240149948523, 40.038382464865087 ], [ -111.22271264940375, 40.038183653153169 ], [ -111.22307424416736, 40.037998258095257 ], [ -111.22348975591099, 40.037812757925778 ], [ -111.22392889990672, 40.03768577385415 ], [ -111.22446197645475, 40.037608159723781 ], [ -111.22503589919795, 40.037476405427952 ], [ -111.2256105613444, 40.037214005725808 ], [ -111.22590190405914, 40.037055767783365 ], [ -111.22639958587648, 40.036910640736508 ], [ -111.22682125604807, 40.036819718765052 ], [ -111.2272255673839, 40.036796402299153 ], [ -111.22771799816846, 40.036835979414839 ], [ -111.22822811665189, 40.036907053665772 ], [ -111.2283559665171, 40.036932930005797 ], [ -111.22859170411888, 40.036973909964793 ], [ -111.22874879745125, 40.036981708711636 ], [ -111.2288437585561, 40.036986927048922 ], [ -111.2292011545579, 40.036954686602243 ], [ -111.22975731732011, 40.036774291488612 ], [ -111.23035440466623, 40.036564981207 ], [ -111.23079911509122, 40.036356872421173 ], [ -111.23128446357184, 40.03603515817138 ], [ -111.23182260449255, 40.035728652817461 ], [ -111.23253814515128, 40.035889394297868 ], [ -111.23288999484551, 40.035951755810267 ], [ -111.23332410845941, 40.036077018772957 ], [ -111.23353545891533, 40.036184709811032 ], [ -111.23374099863062, 40.036306827755688 ], [ -111.23397128612983, 40.036467637216994 ], [ -111.23413476639611, 40.036629482197448 ], [ -111.2344343227884, 40.036822585779852 ], [ -111.23474063565844, 40.036934587304096 ], [ -111.23505041953877, 40.037033066376765 ], [ -111.23537875717368, 40.037072943674822 ], [ -111.23567769869224, 40.037085850639237 ], [ -111.23596502763006, 40.037130314541592 ], [ -111.23638169662652, 40.037291640460836 ], [ -111.23671048795966, 40.037462154158582 ], [ -111.23705122077341, 40.037695710603273 ], [ -111.23760938561698, 40.038096401355766 ], [ -111.23802684436895, 40.038482061969688 ], [ -111.23807268398301, 40.038518006714334 ], [ -111.23815642463366, 40.038666495162474 ], [ -111.23821555014526, 40.038815034153089 ], [ -111.23822769508004, 40.038936640522273 ], [ -111.23818140391838, 40.039107920526142 ], [ -111.23820549004053, 40.039292570442164 ], [ -111.23826356946219, 40.039477150453394 ], [ -111.23848283440465, 40.039832583617397 ], [ -111.23880089563185, 40.040282414904397 ], [ -111.2390601308169, 40.040669298580646 ], [ -111.23927831026708, 40.041047256711828 ], [ -111.23948492762773, 40.041470286925552 ], [ -111.2397622278617, 40.041992277462633 ], [ -111.23989221102528, 40.042288428327787 ], [ -111.24012814495504, 40.042712297570283 ], [ -111.24037022461566, 40.04321634007357 ], [ -111.24054695065593, 40.043469146498424 ], [ -111.24067055606949, 40.043616649253963 ], [ -111.24081185990254, 40.043796550087023 ], [ -111.2410587150259, 40.043989745778106 ], [ -111.24138194310325, 40.044232335319172 ], [ -111.24163461500915, 40.044412003068601 ], [ -111.24184600426469, 40.044519678678455 ], [ -111.24215120734348, 40.044636167598874 ], [ -111.24245039054006, 40.044707619712966 ], [ -111.24276108932715, 40.044720483753146 ], [ -111.24297212947346, 40.044729051122957 ], [ -111.24322437514036, 40.044787085074255 ], [ -111.24354737419166, 40.044962096122475 ], [ -111.24380585164674, 40.045123727467391 ], [ -111.24418202090972, 40.045414850204324 ], [ -111.24450082225215, 40.045725914150367 ], [ -111.24469967924891, 40.045932717854001 ], [ -111.2449524467437, 40.046134902391934 ], [ -111.24525192996104, 40.046287434058804 ], [ -111.24553972709971, 40.046449900399068 ], [ -111.24573959665379, 40.046610750591206 ], [ -111.24589863402969, 40.046826646360543 ], [ -111.24601074774185, 40.047033631825741 ], [ -111.24605284743308, 40.047330863022744 ], [ -111.24603074537201, 40.047704813102001 ], [ -111.24600310532551, 40.048168872045416 ], [ -111.2459931794801, 40.048668932188519 ], [ -111.24602415596682, 40.049132866597631 ], [ -111.24603032540301, 40.049218445759486 ], [ -111.24603095704664, 40.049394133793996 ], [ -111.24602579172732, 40.049587853554698 ], [ -111.2459561307205, 40.049777205380842 ], [ -111.24588624271469, 40.049903489666711 ], [ -111.24583384272511, 40.050002707673059 ], [ -111.24581067066185, 40.050079339374243 ], [ -111.24581131794288, 40.050259532206184 ], [ -111.24582354323557, 40.050399156774361 ], [ -111.24590641818023, 40.050624223657181 ], [ -111.24600696023441, 40.050871777234498 ], [ -111.24608893940024, 40.051173428393412 ], [ -111.24609694575547, 40.051443702641677 ], [ -111.2461388055646, 40.051673361279008 ], [ -111.24624537408887, 40.051965950336999 ], [ -111.24644037622501, 40.052398001674135 ], [ -111.24653515821943, 40.052672596083482 ], [ -111.24664171377653, 40.052960679898185 ], [ -111.24676566147694, 40.053194668326867 ], [ -111.24687179623038, 40.053365626632768 ], [ -111.2469486210598, 40.053536647310359 ], [ -111.24707830283263, 40.053734584339615 ], [ -111.24727233849002, 40.053896345074072 ], [ -111.24766606272345, 40.054161290394035 ], [ -111.2480831079999, 40.054390145615194 ], [ -111.24869395197109, 40.054713185384557 ], [ -111.24881614766852, 40.054785000653581 ], [ -111.2490406575118, 40.054942188091616 ], [ -111.24914653820092, 40.055041067182863 ], [ -111.24919496936589, 40.055140069751729 ], [ -111.24922355111713, 40.055261639252016 ], [ -111.24921824351375, 40.055413914629341 ], [ -111.24914876923809, 40.055653722107778 ], [ -111.2490321796961, 40.055834166787456 ], [ -111.248927363318, 40.056028100601921 ], [ -111.24871124414042, 40.056244797546512 ], [ -111.24849505814582, 40.056443474824071 ], [ -111.24827878915536, 40.05661962762062 ], [ -111.24805082697812, 40.056804814743813 ], [ -111.24788743143414, 40.057012387537654 ], [ -111.24777080363164, 40.057183821293499 ], [ -111.24771263631365, 40.057310081457551 ], [ -111.24768374828824, 40.057427269302103 ], [ -111.24768425388442, 40.057566918549981 ], [ -111.2477142837769, 40.057765067712566 ], [ -111.24773854925662, 40.057990258280007 ], [ -111.24769831117925, 40.058211081905817 ], [ -111.24760509828864, 40.0583734557028 ], [ -111.24747089621005, 40.058549431524568 ], [ -111.24718469398196, 40.058843758603032 ], [ -111.24684615854508, 40.059258025431106 ], [ -111.24655388998229, 40.05949740470178 ], [ -111.24629184550662, 40.059664641417911 ], [ -111.24591034782117, 40.059872674767398 ], [ -111.24548303829117, 40.060058279694104 ], [ -111.2449911887004, 40.060230504991694 ], [ -111.24452866613123, 40.060407171152043 ], [ -111.24423016799196, 40.060547451036399 ], [ -111.24405462471351, 40.060642422739939 ], [ -111.24388499184026, 40.060750896275934 ], [ -111.24362206831444, 40.061003720868079 ], [ -111.24342396979918, 40.061351010449648 ], [ -111.2432843049354, 40.06164411882974 ], [ -111.24315038959814, 40.061905681038297 ], [ -111.24294024041779, 40.062162898114785 ], [ -111.24264765812357, 40.062321180867286 ], [ -111.24224998972807, 40.062605818334184 ], [ -111.24210958379814, 40.062691703897094 ], [ -111.24191658680776, 40.062827252415318 ], [ -111.24172967802548, 40.063026756711302 ], [ -111.24163059424833, 40.063192741710111 ], [ -111.24157841665644, 40.063359529791583 ], [ -111.24156151196884, 40.063553273375653 ], [ -111.24157382656678, 40.063719926959848 ], [ -111.24162199068122, 40.064076610220766 ], [ -111.24162921915305, 40.064463110794314 ], [ -111.24156641236017, 40.064940755238275 ], [ -111.24140960410578, 40.065364537398551 ], [ -111.24129342269792, 40.065671108784485 ], [ -111.24105997705458, 40.065977924091385 ], [ -111.24086134354, 40.066181055157159 ], [ -111.24063920851462, 40.066370720164926 ], [ -111.24040537750783, 40.066569418697583 ], [ -111.24004863871811, 40.066831439277401 ], [ -111.23945755621936, 40.067148001458193 ], [ -111.23894151833255, 40.067464405859397 ], [ -111.23858029863254, 40.067789498913683 ], [ -111.23828228974563, 40.068082926942616 ], [ -111.23791349475027, 40.068254868859874 ], [ -111.23738646505248, 40.068449658143315 ], [ -111.23670743638546, 40.068775396081172 ], [ -111.23626300068898, 40.069118671211008 ], [ -111.23606425050312, 40.069294765155014 ], [ -111.23591254685711, 40.069511306526884 ], [ -111.23587190659849, 40.069628515132109 ], [ -111.23586647818955, 40.069754661718115 ], [ -111.23588441051297, 40.069853731696796 ], [ -111.23599620557765, 40.069966125026305 ], [ -111.23624881871987, 40.070105260210646 ], [ -111.2365542358062, 40.070253296712956 ], [ -111.23677753343979, 40.070392490590585 ], [ -111.23687752572771, 40.070482382980032 ], [ -111.23709528921789, 40.070716189186925 ], [ -111.23736038510779, 40.071071528670316 ], [ -111.23770222458046, 40.071574468804791 ], [ -111.23794423596877, 40.072034366511993 ], [ -111.2381209464728, 40.072263750193841 ], [ -111.23830928826114, 40.072465179673671 ], [ -111.23849748031516, 40.072623362702281 ], [ -111.23867957047396, 40.072713084454676 ], [ -111.23892028283042, 40.072798180197672 ], [ -111.2392489047899, 40.072869579410565 ], [ -111.23965366154518, 40.07291379119107 ], [ -111.23986485155557, 40.072940383144434 ], [ -111.24018769053184, 40.073034315852858 ], [ -111.24039328659944, 40.07313750067852 ], [ -111.24055208396385, 40.073272316182397 ], [ -111.24064641189531, 40.0734162750758 ], [ -111.24069403590025, 40.073618893815805 ], [ -111.24071861722128, 40.073938686171843 ], [ -111.24069609751218, 40.074204518334774 ], [ -111.24066774545885, 40.074479372270737 ], [ -111.24054577661776, 40.074812983480726 ], [ -111.24024834726183, 40.075277598793583 ], [ -111.23995684111685, 40.075760220382527 ], [ -111.23961263344427, 40.076265474394248 ], [ -111.23928571337812, 40.076685099774956 ], [ -111.23903466053184, 40.077000956493258 ], [ -111.23877331740553, 40.077393416046434 ], [ -111.23862073043698, 40.077695554339023 ], [ -111.238533946822, 40.078033595612688 ], [ -111.23845887509097, 40.078367107861403 ], [ -111.23838911706345, 40.07854293993919 ], [ -111.23826689441958, 40.078808976555088 ], [ -111.23813294225995, 40.079075037142502 ], [ -111.23802318351267, 40.07955277499763 ], [ -111.23797774308396, 40.079976322612282 ], [ -111.2379785429156, 40.080206067415666 ], [ -111.23800885298513, 40.080489809567155 ], [ -111.23813892140119, 40.080791365994997 ], [ -111.23845127630905, 40.081232196962262 ], [ -111.2388573571761, 40.081641300017942 ], [ -111.23903983422332, 40.081834631356209 ], [ -111.23913998813241, 40.081965064741553 ], [ -111.23921081970884, 40.082095558589948 ], [ -111.23929383802121, 40.082356667303095 ], [ -111.23935940518759, 40.082658355475999 ], [ -111.23948368224647, 40.082977941558255 ], [ -111.23966663852725, 40.083306415761257 ], [ -111.2398966720864, 40.083679840466736 ], [ -111.24017812765936, 40.083999100136836 ], [ -111.24049112861819, 40.084282254987386 ], [ -111.24079688814085, 40.084506861256294 ], [ -111.24123757114822, 40.084740195467745 ], [ -111.24147864741806, 40.084915381487789 ], [ -111.24168461577939, 40.085113164393064 ], [ -111.2418848321196, 40.085342492731016 ], [ -111.24216158003966, 40.085652747650592 ], [ -111.24226182536671, 40.085805702187621 ], [ -111.24233273080412, 40.085954213187279 ], [ -111.242380384703, 40.0861613355477 ], [ -111.24239294530804, 40.086395560280778 ], [ -111.24234714423743, 40.086710993999461 ], [ -111.24223131445008, 40.087125680325741 ], [ -111.24212269684345, 40.087589904521849 ], [ -111.24208740295042, 40.087891801634427 ], [ -111.24201281658664, 40.088360459367983 ], [ -111.24197874270254, 40.088675868335251 ], [ -111.24195665398165, 40.089063329443867 ], [ -111.24192946538486, 40.089667032758719 ], [ -111.24187860806545, 40.090212222715223 ], [ -111.24177502614471, 40.090775541952233 ], [ -111.24178189563348, 40.091059331503153 ], [ -111.24181214681791, 40.091320548115696 ], [ -111.24180132480434, 40.091577345629979 ], [ -111.24175503949333, 40.091757635160306 ], [ -111.24164421875477, 40.091933554487888 ], [ -111.24146878251156, 40.092082579481549 ], [ -111.24112326444724, 40.092236463193764 ], [ -111.24080680205634, 40.092313703489921 ], [ -111.24048458450528, 40.092422488627221 ], [ -111.24018614438717, 40.092621320015709 ], [ -111.2399582462959, 40.092865052743534 ], [ -111.23965477466825, 40.093302648739247 ], [ -111.23942119631705, 40.093600449997645 ], [ -111.23912306328414, 40.09388937440923 ], [ -111.23870782073102, 40.094237102110931 ], [ -111.23858508390087, 40.094363489969943 ], [ -111.23847398348965, 40.094462824814407 ], [ -111.23833339754405, 40.094517172011876 ], [ -111.2380753578101, 40.094531217111779 ], [ -111.23778792719223, 40.094527302690643 ], [ -111.23747722205729, 40.094577493127176 ], [ -111.2373075260336, 40.094694966249016 ], [ -111.23717899834348, 40.094843888578737 ], [ -111.23707555914881, 40.095123399216895 ], [ -111.23699908564264, 40.095398349760266 ], [ -111.23683593957244, 40.095714020866843 ], [ -111.23647390257578, 40.096187766629363 ], [ -111.23615891150345, 40.096697453874697 ], [ -111.23593639379079, 40.097148389255217 ], [ -111.23557025611179, 40.09779782836933 ], [ -111.23528437890133, 40.098248891255956 ], [ -111.23509198447837, 40.098592549042202 ], [ -111.23504024169981, 40.098898080702547 ], [ -111.23502335667349, 40.099105336578809 ], [ -111.23504180408433, 40.099352163148815 ], [ -111.23498415417939, 40.099645994206313 ], [ -111.2349153231474, 40.100100219380323 ], [ -111.2348113161173, 40.100560822535591 ], [ -111.2346719373441, 40.100971043289135 ], [ -111.23456833949615, 40.101210008386076 ], [ -111.23451489644056, 40.101363280344557 ], [ -111.23450358161492, 40.101484933280837 ], [ -111.23453350043496, 40.101656055703309 ], [ -111.23464622766534, 40.102025222270917 ], [ -111.23472933054545, 40.10230885725457 ], [ -111.23478259160412, 40.102443893761574 ], [ -111.23482396539372, 40.10253390619112 ], [ -111.23488883240674, 40.102631979631965 ], [ -111.23499473902234, 40.102722762076873 ], [ -111.23513573220144, 40.102781038535809 ], [ -111.23534131728786, 40.102857202861479 ], [ -111.23554820038122, 40.102969402698172 ], [ -111.23570580684577, 40.103081702448449 ], [ -111.23588820810211, 40.103238999633035 ], [ -111.23600600226632, 40.103373904111891 ], [ -111.23602974796401, 40.103454942382719 ], [ -111.23602420849464, 40.103549554768001 ], [ -111.23601270921777, 40.103617150411011 ], [ -111.23597183123806, 40.103671291465574 ], [ -111.23583726187537, 40.103775176261038 ], [ -111.23574372590818, 40.103869967763487 ], [ -111.23562087622032, 40.103970224600062 ], [ -111.23547439892337, 40.104023679278164 ], [ -111.23520479148361, 40.104096304086212 ], [ -111.23477107799829, 40.104214309144488 ], [ -111.23447219866085, 40.104305010827964 ], [ -111.23424970301608, 40.104430694832544 ], [ -111.23388082855631, 40.104639562636699 ], [ -111.2333363693385, 40.10496951210532 ], [ -111.23276269498957, 40.105335556217007 ], [ -111.23234114691608, 40.105584167284405 ], [ -111.23201310912776, 40.105728978846805 ], [ -111.23169087540273, 40.105855758617601 ], [ -111.23138048050754, 40.106014047528355 ], [ -111.23107017562202, 40.106199364298661 ], [ -111.2307129512136, 40.106389278512893 ], [ -111.2303264067645, 40.106583754740825 ], [ -111.23015077163953, 40.106692219355146 ], [ -111.23005131159043, 40.106773503558145 ], [ -111.22996358464991, 40.106854764380273 ], [ -111.22987008179935, 40.106963065468953 ], [ -111.22976501198806, 40.107120942355131 ], [ -111.2295900530749, 40.107431220326312 ], [ -111.2293977253679, 40.107810906511205 ], [ -111.2292002514579, 40.108405932493483 ], [ -111.22916535296753, 40.108496097760572 ], [ -111.22910731959816, 40.108685414611884 ], [ -111.22909032360994, 40.108865640646876 ], [ -111.22910842290426, 40.10901426358695 ], [ -111.22919107298225, 40.109167263617039 ], [ -111.22926192916567, 40.109302267689046 ], [ -111.22927986257375, 40.109401338009967 ], [ -111.22927502419236, 40.109707674655297 ], [ -111.22917071985378, 40.110095294700898 ], [ -111.22908909638413, 40.110248619690864 ], [ -111.22884993981066, 40.11066353491394 ], [ -111.22871565064294, 40.110858407915664 ], [ -111.22857523128802, 40.110974909181976 ], [ -111.2283175490349, 40.111115066495508 ], [ -111.22809508307972, 40.111259658694415 ], [ -111.22796050183146, 40.111368039056309 ], [ -111.2278319525678, 40.111525960287167 ], [ -111.22771519698118, 40.111701877417993 ], [ -111.22761049035402, 40.111972371718046 ], [ -111.22746529822857, 40.112418632930776 ], [ -111.2272965304827, 40.11283340654569 ], [ -111.2270749107428, 40.113234769096472 ], [ -111.22699964331616, 40.113537639665033 ], [ -111.22696509573022, 40.113735017906052 ], [ -111.22694228550588, 40.113933274093746 ], [ -111.22695563732375, 40.114419767016273 ], [ -111.22694453158611, 40.114608990633187 ], [ -111.22689838633389, 40.114847835756414 ], [ -111.22676476869518, 40.115249025147222 ], [ -111.22665544872298, 40.115546556289637 ], [ -111.22642753750809, 40.116177674785547 ], [ -111.22625320326124, 40.116687959360149 ], [ -111.22609514043911, 40.117151361904376 ], [ -111.22604419205997, 40.117358682335031 ], [ -111.22602703678113, 40.117493859931514 ], [ -111.22603330708911, 40.117615477396043 ], [ -111.22608227177466, 40.117872155631645 ], [ -111.22609821391066, 40.118079345468708 ], [ -111.22609890023934, 40.118286565079181 ], [ -111.22605998474573, 40.118583958045562 ], [ -111.22598519617657, 40.119034584275965 ], [ -111.22587487214145, 40.11938617408196 ], [ -111.22579936623399, 40.119620571030737 ], [ -111.22570610748527, 40.119809954499402 ], [ -111.22560088928878, 40.119931789155061 ], [ -111.22540175602737, 40.120044796923089 ], [ -111.22499727817902, 40.120167213053769 ], [ -111.22451067889619, 40.120298796594646 ], [ -111.22400084288944, 40.120502499859434 ], [ -111.22367284861836, 40.120687830628121 ], [ -111.22345634228382, 40.120872945412877 ], [ -111.22331013457266, 40.121022786814777 ], [ -111.22318620658687, 40.121167179335089 ], [ -111.22304712159038, 40.12134223355762 ], [ -111.2229189394869, 40.121621778001938 ], [ -111.22284934777792, 40.121874180765637 ], [ -111.22282668475586, 40.122121988396572 ], [ -111.22288624724943, 40.122392161800526 ], [ -111.22308751174198, 40.122927845487098 ], [ -111.22315862067107, 40.123139434076187 ], [ -111.22320041904172, 40.123360088703691 ], [ -111.22320677329425, 40.12350873483539 ], [ -111.22313110644868, 40.12369808220754 ], [ -111.2229968755405, 40.12392358069382 ], [ -111.22285061324541, 40.124059006191324 ], [ -111.22265722868916, 40.124140464519606 ], [ -111.22215296271425, 40.124263062456215 ], [ -111.22164885584611, 40.124435210676658 ], [ -111.22151415072231, 40.124516554775667 ], [ -111.22142288014047, 40.124962704352001 ], [ -111.22172787904569, 40.125277456694867 ], [ -111.22196325405992, 40.125475216932379 ], [ -111.22220474807308, 40.12574954650303 ], [ -111.22231692373353, 40.125957452867809 ], [ -111.2223294058857, 40.126186272610127 ], [ -111.22229472410301, 40.126348511882505 ], [ -111.22225424714611, 40.126533286246492 ], [ -111.22216764416241, 40.1269704177016 ], [ -111.22201217350052, 40.127524805802011 ], [ -111.22194154533014, 40.127822257716808 ], [ -111.22188965181873, 40.128106159293331 ], [ -111.2219136971474, 40.128281800253106 ], [ -111.22199051543261, 40.128443825671582 ], [ -111.22214949371934, 40.128605693464301 ], [ -111.22238498423995, 40.128834986065478 ], [ -111.22259139792098, 40.129145420376318 ], [ -111.22286258897277, 40.12952330158339 ], [ -111.22298077107293, 40.1297708377951 ], [ -111.22302261719975, 40.130005006521657 ], [ -111.22297066768996, 40.130270889404954 ], [ -111.2228833142256, 40.130478278075472 ], [ -111.22284307185511, 40.130735128761501 ], [ -111.22286159025529, 40.131014390326875 ], [ -111.22289200823437, 40.13134318169913 ], [ -111.22298130598091, 40.131730421999151 ], [ -111.22309961020683, 40.132013996097889 ], [ -111.22345887810613, 40.132400715585838 ], [ -111.22375322280928, 40.132674939584561 ], [ -111.22398283432069, 40.132895230534608 ], [ -111.22407122308236, 40.133003174555107 ], [ -111.22411280863733, 40.13315625700627 ], [ -111.22407270251468, 40.13345365085798 ], [ -111.22399163145262, 40.133787162250762 ], [ -111.22405190424519, 40.134269058298038 ], [ -111.22413531381373, 40.134647299314551 ], [ -111.224148147153, 40.134980628966666 ], [ -111.22413164981681, 40.135318520158073 ], [ -111.2241931728522, 40.135822937530762 ], [ -111.22418700324954, 40.136088732056315 ], [ -111.22414139658648, 40.136498756159 ], [ -111.22399174551801, 40.137039620377884 ], [ -111.22391518788523, 40.137319065322586 ], [ -111.22379910251018, 40.137715711093172 ], [ -111.22368286808356, 40.1380673091303 ], [ -111.22364262438008, 40.138324159760771 ], [ -111.22370822463373, 40.138640269142989 ], [ -111.22381028398759, 40.138977030034226 ], [ -111.22391561761144, 40.139238104063381 ], [ -111.22412218834795, 40.139584573046655 ], [ -111.22458300664898, 40.14013776901664 ], [ -111.22506509671304, 40.140731464825976 ], [ -111.22530088902941, 40.141036430786095 ], [ -111.22543067858162, 40.141235289716725 ], [ -111.22545475269817, 40.141415434260644 ], [ -111.22541424578012, 40.141591199736112 ], [ -111.22528003213463, 40.14183021451408 ], [ -111.22511086695368, 40.142150383199947 ], [ -111.22497079628069, 40.142393913768061 ], [ -111.22494201217977, 40.14256515149102 ], [ -111.22494841678122, 40.142727311283807 ], [ -111.22500088799875, 40.142974972471052 ], [ -111.22517919644707, 40.143289960755034 ], [ -111.22533881237817, 40.143632013822348 ], [ -111.22539728956886, 40.143920206151712 ], [ -111.22557090642579, 40.144235202909307 ], [ -111.22587605576025, 40.144563457249276 ], [ -111.22625858669392, 40.144860026119503 ], [ -111.22661174118046, 40.145147641634772 ], [ -111.22719421848718, 40.145551930693316 ], [ -111.22767653611091, 40.145843794217932 ], [ -111.22795886955787, 40.146014420470863 ], [ -111.2282999803717, 40.146207454070662 ], [ -111.22862336207838, 40.146364483412327 ], [ -111.22895263047945, 40.146526004987756 ], [ -111.22934063474797, 40.146697319827474 ], [ -111.22969323213782, 40.146812844315846 ], [ -111.23001648316389, 40.146929326979041 ], [ -111.23029873566797, 40.147072918964192 ], [ -111.23059867595229, 40.147238998937219 ], [ -111.23095152541015, 40.147427496517409 ], [ -111.23122780484402, 40.14753956467424 ], [ -111.23139857479713, 40.147696890855109 ], [ -111.23146400307645, 40.147949027765932 ], [ -111.23144139371924, 40.14820584539887 ], [ -111.23137769244549, 40.148462745129756 ], [ -111.23115585983356, 40.148828075284463 ], [ -111.23105068319583, 40.148972438120843 ], [ -111.23093957478189, 40.149098793572904 ], [ -111.23087533697179, 40.149198026802502 ], [ -111.23086391662356, 40.149292649926693 ], [ -111.23084673266668, 40.149418817989194 ], [ -111.23085903762605, 40.14958547026675 ], [ -111.23090106055345, 40.149860177964889 ], [ -111.23090171648631, 40.150053882121917 ], [ -111.23082033926008, 40.150292797600137 ], [ -111.23067423435798, 40.150486794193128 ], [ -111.23046934808127, 40.15065838371455 ], [ -111.23026439992317, 40.150811953881785 ], [ -111.23007707744054, 40.150969993441166 ], [ -111.22993686984304, 40.151172986921104 ], [ -111.22982601392067, 40.151375921972871 ], [ -111.22965637628539, 40.151556449622426 ], [ -111.22943983412506, 40.151755089073227 ], [ -111.2291589417397, 40.152021427131395 ], [ -111.22885435315609, 40.152224744460447 ], [ -111.22850851763131, 40.152383094621207 ], [ -111.22823305233126, 40.1525187811854 ], [ -111.2280924593166, 40.152609153736996 ], [ -111.22794626640167, 40.152780623112911 ], [ -111.22787613509614, 40.152875361447094 ], [ -111.22785889957234, 40.152988014766571 ], [ -111.22788305967934, 40.153190682141265 ], [ -111.22787770093296, 40.1533438550656 ], [ -111.22780207456054, 40.153551223551752 ], [ -111.2277144354927, 40.153677529646572 ], [ -111.22762088027068, 40.153790332975973 ], [ -111.22748690608509, 40.154105930528857 ], [ -111.22745220766105, 40.154263665821574 ], [ -111.22742929568945, 40.154434892275596 ], [ -111.22724910379532, 40.154975819017771 ], [ -111.22707395468288, 40.155268972959917 ], [ -111.22692808341125, 40.155539545378808 ], [ -111.22678885143503, 40.155688475701886 ], [ -111.22671761927, 40.155806640271003 ], [ -111.22670665347916, 40.156040009025467 ], [ -111.22678421903646, 40.156413753344808 ], [ -111.2269915317502, 40.156962929462495 ], [ -111.22705679975586, 40.157169120096889 ], [ -111.22715736032248, 40.157395062456025 ], [ -111.227251747171, 40.157530020430315 ], [ -111.22736364235418, 40.157633410539773 ], [ -111.22757549611792, 40.157781651848509 ], [ -111.22799885987207, 40.157974524207582 ], [ -111.22836798564809, 40.158099930412767 ], [ -111.22868642492753, 40.158166873518184 ], [ -111.2289345176201, 40.158265488255438 ], [ -111.22904510611453, 40.158328336360952 ], [ -111.22911008187138, 40.158445331881559 ], [ -111.22909301355618, 40.1586075374328 ], [ -111.22901723377556, 40.158769859114322 ], [ -111.22880650784822, 40.158959476106546 ], [ -111.22848472677542, 40.159297969351755 ], [ -111.22798039343584, 40.159826021630785 ], [ -111.22760145692214, 40.160281748928327 ], [ -111.2274552614376, 40.160457722246342 ], [ -111.22735014927305, 40.1606291099462 ], [ -111.22730376474611, 40.160804887044151 ], [ -111.22729831404752, 40.160931031302667 ], [ -111.2273633494185, 40.161066046713373 ], [ -111.22748724888164, 40.161245994147642 ], [ -111.22758758832158, 40.161403463906041 ], [ -111.22764092709971, 40.161552016446642 ], [ -111.22762371914861, 40.161673679048526 ], [ -111.22757828329497, 40.161781882821856 ], [ -111.22746038760407, 40.161993838630394 ], [ -111.22726753207989, 40.162264503460904 ], [ -111.22686385711633, 40.162702257646494 ], [ -111.22642046017728, 40.16320315483253 ], [ -111.22601571942587, 40.16367694622577 ], [ -111.2257056902337, 40.164028922863302 ], [ -111.2255188546102, 40.164348224448652 ], [ -111.22539670072045, 40.164696230331074 ], [ -111.22534555390095, 40.165209873307468 ], [ -111.22524737285899, 40.165705588659648 ], [ -111.22520158984146, 40.166066059007314 ], [ -111.22522589574652, 40.166313773855322 ], [ -111.22530304813466, 40.166561385867659 ], [ -111.22533304768315, 40.166755032407025 ], [ -111.22542198936969, 40.167016135672228 ], [ -111.22556987413888, 40.16734469551573 ], [ -111.22567014361209, 40.167479643077975 ], [ -111.2258540483022, 40.167691008439171 ], [ -111.22600010488608, 40.167821361619197 ], [ -111.22635914490559, 40.168077431829396 ], [ -111.2268592797115, 40.168382776954147 ], [ -111.22716531281804, 40.168589396077159 ], [ -111.22754793954506, 40.168872444863595 ], [ -111.22785418782121, 40.169142128410904 ], [ -111.22829563163747, 40.169452087511218 ], [ -111.22868398880341, 40.169690073564517 ], [ -111.22904270047975, 40.16984252645792 ], [ -111.22957797153961, 40.170111752112916 ], [ -111.23013827496044, 40.170489039820261 ], [ -111.23046092493277, 40.170741565684864 ], [ -111.23063185519807, 40.170929524381201 ], [ -111.23072654236077, 40.171145564300133 ], [ -111.23080451376543, 40.171627418383252 ], [ -111.23090573117382, 40.17203714983895 ], [ -111.23102470423036, 40.172487388595215 ], [ -111.23116066931392, 40.172752898092426 ], [ -111.23137306799767, 40.173045283261743 ], [ -111.23167360035288, 40.173351005986703 ], [ -111.23223255259779, 40.173665219384574 ], [ -111.23280911194173, 40.173974889900663 ], [ -111.23337977318384, 40.174275559895364 ], [ -111.23372702178622, 40.174500097376352 ], [ -111.233962725902, 40.174733868779832 ], [ -111.23422218505014, 40.175044172534356 ], [ -111.23447592904375, 40.175399534845766 ], [ -111.23481753178039, 40.175687147050766 ], [ -111.23505294844163, 40.175835326364449 ], [ -111.2352413851722, 40.175983600658462 ], [ -111.2353595534605, 40.176190579355072 ], [ -111.23540735957619, 40.176429234309772 ], [ -111.23539706188784, 40.176848197668591 ], [ -111.23542895433002, 40.177240046672303 ], [ -111.23541148482035, 40.177622986505419 ], [ -111.23530117830521, 40.177992600756419 ], [ -111.23510240509967, 40.178254280414507 ], [ -111.23496242090012, 40.178533859450788 ], [ -111.23486838368025, 40.178853887905341 ], [ -111.23486516093065, 40.17928184620196 ], [ -111.23495502584538, 40.179795205935854 ], [ -111.23517346028282, 40.180123609532835 ], [ -111.2353095035852, 40.180402627885293 ], [ -111.23546904010378, 40.180681598284707 ], [ -111.23567554673239, 40.180955968092341 ], [ -111.23589368884168, 40.181197879584367 ], [ -111.23619396827357, 40.181414396495526 ], [ -111.23658812228958, 40.181602791352645 ], [ -111.23730580227584, 40.181934674276064 ], [ -111.23797059932565, 40.182257651930875 ], [ -111.23849403606521, 40.182463793466461 ], [ -111.23867638552949, 40.182543602280937 ], [ -111.23889407568466, 40.182652168303953 ], [ -111.2390060773516, 40.182769060701084 ], [ -111.2390304080739, 40.183007762334057 ], [ -111.2390665518701, 40.183265359517122 ], [ -111.23916746957116, 40.18357057325219 ], [ -111.23933931418439, 40.184002674264278 ], [ -111.23952849584637, 40.184353653602095 ], [ -111.23981741570428, 40.184672892794588 ], [ -111.24025944382015, 40.185104432368334 ], [ -111.24048349213476, 40.185347223706728 ], [ -111.24067198298232, 40.185499993523521 ], [ -111.24084272687516, 40.185616761949824 ], [ -111.24124890434923, 40.185872687003723 ], [ -111.2414373664266, 40.186016446118607 ], [ -111.24165526071027, 40.186178162489306 ], [ -111.24181461608298, 40.186394958671166 ], [ -111.24198579317171, 40.186632451761454 ], [ -111.24222174399694, 40.186915757522712 ], [ -111.24252249872178, 40.187252984035297 ], [ -111.24281730249898, 40.187567698484507 ], [ -111.24304762756907, 40.187918585530724 ], [ -111.24328971846455, 40.188273952118145 ], [ -111.2435787048602, 40.188602191033361 ], [ -111.24395016837173, 40.188997826648155 ], [ -111.24416846584938, 40.189267651268828 ], [ -111.24442196248893, 40.189524787863618 ], [ -111.24467517939208, 40.189703541892506 ], [ -111.24498712279433, 40.189878567304362 ], [ -111.24538751614126, 40.19014800409267 ], [ -111.24587040694959, 40.190489340236937 ], [ -111.24624134018995, 40.190731808127353 ], [ -111.24658321649912, 40.191059926872789 ], [ -111.24684294256534, 40.191410743502644 ], [ -111.24715620753088, 40.1919461397706 ], [ -111.247510661202, 40.192499466060298 ], [ -111.24768840642894, 40.192918027100212 ], [ -111.24772466709058, 40.193197243625526 ], [ -111.24773731682379, 40.193444977450497 ], [ -111.24780260437784, 40.193629532197384 ], [ -111.24799129869582, 40.193827336840322 ], [ -111.24827988785034, 40.194033936457721 ], [ -111.24855051411659, 40.194146875264025 ], [ -111.24895630693972, 40.19427573991257 ], [ -111.24943841970301, 40.194391825436846 ], [ -111.24997343507584, 40.194516804214906 ], [ -111.25069521947583, 40.194632366729955 ], [ -111.25109007156478, 40.194978376144512 ], [ -111.25128582828663, 40.195176160041541 ], [ -111.25152158121138, 40.195387370933382 ], [ -111.25184690831954, 40.195674967109177 ], [ -111.25214655795305, 40.196007665696229 ], [ -111.25258256270004, 40.19635808502418 ], [ -111.25301345385036, 40.196595895345347 ], [ -111.25344171313465, 40.196757129223769 ], [ -111.25378880672574, 40.196891511034956 ], [ -111.25444749881515, 40.197092778441991 ], [ -111.25492995795071, 40.197293529365268 ], [ -111.25550650267897, 40.197518396243652 ], [ -111.25625921797713, 40.197724851439105 ], [ -111.2566063016526, 40.197853819105262 ], [ -111.25665333159036, 40.197862724327088 ], [ -111.25680618746961, 40.197893918516542 ], [ -111.2570528620127, 40.197878955877385 ], [ -111.25745209276496, 40.197815903301105 ], [ -111.25780454524829, 40.197810614196406 ], [ -111.25802198681964, 40.197832653453034 ], [ -111.25816319676127, 40.197890900242996 ], [ -111.258245866984, 40.198003334335695 ], [ -111.25825799199265, 40.198102411549684 ], [ -111.2581647685228, 40.198305332743772 ], [ -111.25801295265167, 40.198548927110444 ], [ -111.25789030378057, 40.198738399432052 ], [ -111.25769748319473, 40.199013617878265 ], [ -111.2575162057866, 40.199234753454448 ], [ -111.25727040838393, 40.199483060574316 ], [ -111.25696621973772, 40.199826096289307 ], [ -111.25674415483202, 40.200137415915272 ], [ -111.25653535184487, 40.200538800460627 ], [ -111.25640571348134, 40.200746305588851 ], [ -111.25635355334761, 40.200935620068911 ], [ -111.25635382480824, 40.201007695260799 ], [ -111.25639545726051, 40.201142745168468 ], [ -111.25643085868472, 40.201183209386677 ], [ -111.25648391846242, 40.201232643944813 ], [ -111.25654869394268, 40.201273043041141 ], [ -111.25668997774129, 40.201349310371576 ], [ -111.25690790636415, 40.201497483244268 ], [ -111.25710277566294, 40.201761929118561 ], [ -111.25722122908844, 40.202014832157552 ], [ -111.25735137864626, 40.202253293907027 ], [ -111.25749305735805, 40.202433168289467 ], [ -111.25779930245149, 40.202630695064535 ], [ -111.25797018700813, 40.202765456449121 ], [ -111.25814093555572, 40.202864179997228 ], [ -111.25821746343524, 40.202904551938296 ], [ -111.25834693421609, 40.202962824628202 ], [ -111.25854120069526, 40.203065999828951 ], [ -111.25870616148596, 40.203187259139064 ], [ -111.25882992957651, 40.203290591380728 ], [ -111.25895972727841, 40.203434452614708 ], [ -111.25910134410699, 40.203596306184977 ], [ -111.25926622137833, 40.20369504119693 ], [ -111.25951358627744, 40.203855756417703 ], [ -111.25967297132208, 40.204054508263155 ], [ -111.25978519872572, 40.204211922164895 ], [ -111.25988443271636, 40.204351346187465 ], [ -111.26003308652896, 40.204508678055952 ], [ -111.26023335562913, 40.204643370036983 ], [ -111.26062779683258, 40.204854205136421 ], [ -111.2612231867511, 40.205069090329431 ], [ -111.26141025771203, 40.205131734303933 ], [ -111.26164547042276, 40.205185259705942 ], [ -111.26180416815892, 40.205202919834768 ], [ -111.26192756318565, 40.205207145429931 ], [ -111.26213898104643, 40.205184143197776 ], [ -111.26246819659627, 40.205237454018196 ], [ -111.26274464426996, 40.20531881302945 ], [ -111.26305633650374, 40.205398289399753 ], [ -111.26351491172578, 40.205478331604255 ], [ -111.26365024962287, 40.205532080238946 ], [ -111.26377501244471, 40.205585852812071 ], [ -111.26388577987373, 40.205666685552664 ], [ -111.26397437567205, 40.205787210396863 ], [ -111.26403942559067, 40.205896076574355 ], [ -111.26410487431716, 40.20610764970727 ], [ -111.26415387282863, 40.206319260334496 ], [ -111.26422989775963, 40.206530809245841 ], [ -111.26431869126523, 40.206701786355588 ], [ -111.26444326200568, 40.207007823624153 ], [ -111.26447370637514, 40.20728254270945 ], [ -111.2646752539338, 40.207741564666385 ], [ -111.26481175425388, 40.208092621513259 ], [ -111.26493657182668, 40.20846082289242 ], [ -111.26500815039898, 40.208736348559583 ], [ -111.26503258203911, 40.208975043335684 ], [ -111.26497482740298, 40.209231945175766 ], [ -111.26488155631655, 40.209421357303221 ], [ -111.26472370671016, 40.209624431241778 ], [ -111.26443699724473, 40.209931408182754 ], [ -111.26425567791225, 40.210143544538916 ], [ -111.2640981394932, 40.210427702018656 ], [ -111.26396399731868, 40.210684777547826 ], [ -111.26391800594723, 40.210946156693574 ], [ -111.26393680359919, 40.211247930658438 ], [ -111.26396086543126, 40.211392027105447 ], [ -111.26409677499349, 40.211589925156552 ], [ -111.26425592569129, 40.211720199063222 ], [ -111.26446781822581, 40.211814314434527 ], [ -111.26485012434451, 40.211912544359564 ], [ -111.26530309822115, 40.212051153626078 ], [ -111.26578569894789, 40.212252759280545 ], [ -111.26628621187631, 40.212526397348633 ], [ -111.26672195394704, 40.212764144681266 ], [ -111.26709904717869, 40.213029054068073 ], [ -111.26735273333831, 40.21328974257878 ], [ -111.26751215992898, 40.213487582223344 ], [ -111.26762488183049, 40.21376210998168 ], [ -111.26769150684788, 40.21396917333562 ], [ -111.26787356597019, 40.214243540457566 ], [ -111.26816310117285, 40.214652800113633 ], [ -111.26848768238798, 40.21500792102529 ], [ -111.26869465799386, 40.215340790431519 ], [ -111.26900151031005, 40.215668922657848 ], [ -111.26939080876897, 40.216041909447036 ], [ -111.26977411035887, 40.216383375805826 ], [ -111.27016307723623, 40.216670770961315 ], [ -111.27042219930087, 40.216814317050108 ], [ -111.27062309869258, 40.217093140401886 ], [ -111.27076557866869, 40.217457689803453 ], [ -111.27102022872019, 40.2179526133908 ], [ -111.2714232700008, 40.21852376878789 ], [ -111.2718058345579, 40.218968838586754 ], [ -111.27193610392253, 40.219216292323779 ], [ -111.2720610564314, 40.219603404770616 ], [ -111.27207991082457, 40.219909681513215 ], [ -111.2721400409152, 40.220250998024504 ], [ -111.27217061631218, 40.22054913866198 ], [ -111.27222431566034, 40.220751724816338 ], [ -111.27234880369693, 40.221021715206952 ], [ -111.27250822693102, 40.221210538242232 ], [ -111.27274415421816, 40.221426209126975 ], [ -111.27320400683496, 40.221794511677544 ], [ -111.27336312646763, 40.221906753988101 ], [ -111.27344577870872, 40.222001157871809 ], [ -111.27348733133718, 40.222104668250346 ], [ -111.27349971851308, 40.222262304163671 ], [ -111.27348303063397, 40.222496588999569 ], [ -111.27342533296039, 40.222762503739709 ], [ -111.27333224814012, 40.222996968977682 ], [ -111.27326831078109, 40.223172803978088 ], [ -111.27327492957265, 40.223357481816699 ], [ -111.27331082693826, 40.223515963151002 ], [ -111.27334107587942, 40.223731217259548 ], [ -111.27334189061382, 40.22393392765516 ], [ -111.27322707047922, 40.224609906433052 ], [ -111.27318119608248, 40.224893811916374 ], [ -111.27308241158879, 40.225173337494695 ], [ -111.27294310290252, 40.225606118919195 ], [ -111.27284984991519, 40.225800041605481 ], [ -111.27273296226009, 40.225962486887632 ], [ -111.27254032388802, 40.226287280229883 ], [ -111.27245281945181, 40.226449656025885 ], [ -111.27235382767029, 40.226678728580474 ], [ -111.27216712017447, 40.227017922399774 ], [ -111.27202707752319, 40.227269614753617 ], [ -111.27189279201404, 40.227491562282289 ], [ -111.27182857665656, 40.227599826281079 ], [ -111.2717590925258, 40.227860361988171 ], [ -111.2717362358574, 40.228023486338756 ], [ -111.27179745558055, 40.228635983809255 ], [ -111.27192869842004, 40.229122184694077 ], [ -111.27201269103267, 40.229549935161934 ], [ -111.27208538444408, 40.230091230877832 ], [ -111.27215201419723, 40.230585691738995 ], [ -111.27234232568762, 40.231143828479823 ], [ -111.27247907565348, 40.231535416606071 ], [ -111.27260964272274, 40.23185043900191 ], [ -111.27273395408153, 40.232070877025535 ], [ -111.27293449243074, 40.232246088061054 ], [ -111.27344567043599, 40.23249714535109 ], [ -111.27365899731076, 40.232636287210482 ], [ -111.27381248336728, 40.232802598522497 ], [ -111.27387791624081, 40.232996146285473 ], [ -111.27386699590693, 40.233203388830006 ], [ -111.27380390315763, 40.233590943226559 ], [ -111.27381258909439, 40.233996346616493 ], [ -111.27381447598108, 40.234464832001407 ], [ -111.27379158589973, 40.234910852415126 ], [ -111.27378850208629, 40.235604584940198 ], [ -111.27371920609912, 40.235911969990475 ], [ -111.27364360737533, 40.236113959704419 ], [ -111.27353838713695, 40.236258359105157 ], [ -111.27338599897833, 40.236366832164322 ], [ -111.27318058319445, 40.236443897236953 ], [ -111.27264011625661, 40.23651814792678 ], [ -111.27070843321387, 40.236760530784146 ], [ -111.27019018584335, 40.23680678886975 ], [ -111.26997271953232, 40.236810900104643 ], [ -111.26971411535315, 40.23681690868824 ], [ -111.26917896290148, 40.236750583931105 ], [ -111.26885534262492, 40.236665746677765 ], [ -111.26856127250051, 40.236621382329886 ], [ -111.26819700640471, 40.236662769380885 ], [ -111.26782742995074, 40.236848318245393 ], [ -111.26747571552664, 40.23709238585478 ], [ -111.26712408708505, 40.237358975729308 ], [ -111.26666119938328, 40.237733933909666 ], [ -111.26626896572478, 40.238140260644855 ], [ -111.26588255252916, 40.23853305853374 ], [ -111.26568959956967, 40.238794774656 ], [ -111.26557856823734, 40.238961703647476 ], [ -111.2655087003607, 40.239133042810394 ], [ -111.26546359041205, 40.239322343968787 ], [ -111.26527503950706, 40.239809284588532 ], [ -111.26508910071391, 40.240363789467793 ], [ -111.26496808171234, 40.240683900700589 ], [ -111.26481161701575, 40.24126086109802 ], [ -111.26474921991245, 40.241842110788099 ], [ -111.26476785505699, 40.242098836321006 ], [ -111.26482728765224, 40.242265374405925 ], [ -111.26495717285688, 40.242409227664922 ], [ -111.26512225844647, 40.242534981326678 ], [ -111.26531684197528, 40.242687695354817 ], [ -111.26549279153863, 40.242885498837175 ], [ -111.26564759749694, 40.243087855281331 ], [ -111.26578955994651, 40.243312764524532 ], [ -111.26607780243765, 40.243663469063527 ], [ -111.26636868179689, 40.244086242038051 ], [ -111.26681756902202, 40.244625772340058 ], [ -111.26747899647219, 40.245394549617288 ], [ -111.26773863092953, 40.245641707856819 ], [ -111.26798057806188, 40.245875392354101 ], [ -111.2681633669586, 40.246014614699597 ], [ -111.26854066874795, 40.246284021906973 ], [ -111.26878231803089, 40.246441125474028 ], [ -111.26892982006095, 40.246575923838364 ], [ -111.26901752031591, 40.246751403340795 ], [ -111.2690491062522, 40.247008097845438 ], [ -111.2690502834039, 40.247305405329442 ], [ -111.26910433399402, 40.247593580466315 ], [ -111.26922891295689, 40.247877086812615 ], [ -111.26945959784609, 40.248232421200875 ], [ -111.26979060160907, 40.248682119967441 ], [ -111.27015720567435, 40.24921281922559 ], [ -111.27060574436179, 40.249648727050534 ], [ -111.27090091748634, 40.24995525689819 ], [ -111.27129615529296, 40.250291282448487 ], [ -111.27148500390847, 40.250471027496651 ], [ -111.27163852518753, 40.250637341063126 ], [ -111.27189202736832, 40.250812428964977 ], [ -111.27233843690971, 40.251005081296718 ], [ -111.27289915678685, 40.251260528156749 ], [ -111.27358207598226, 40.251493159987504 ], [ -111.27428220081539, 40.251617634282333 ], [ -111.27487563758851, 40.251818937626311 ], [ -111.2754065578217, 40.251970835050891 ], [ -111.27583022336533, 40.252059919972559 ], [ -111.27610082999418, 40.25209981694902 ], [ -111.27633636341098, 40.25218934870086 ], [ -111.27656632632245, 40.252354572173637 ], [ -111.27670219362842, 40.252512812688543 ], [ -111.27679695839082, 40.252683764502443 ], [ -111.27695121382686, 40.253025752301696 ], [ -111.2771115154752, 40.253408267650592 ], [ -111.277377867409, 40.25384458495018 ], [ -111.27768539672701, 40.254285307497391 ], [ -111.27800386321745, 40.254811592099237 ], [ -111.27829520059514, 40.255316318486422 ], [ -111.2785896007853, 40.255706617516417 ], [ -111.27878144561933, 40.256034998107587 ], [ -111.2789285153127, 40.256340962826037 ], [ -111.27905366960027, 40.256750588109554 ], [ -111.27913202915992, 40.257218887101175 ], [ -111.27909897248196, 40.257759529825826 ], [ -111.2790530270175, 40.25802541741362 ], [ -111.27899370178947, 40.258183224643368 ], [ -111.27887229174972, 40.258399742449846 ], [ -111.27884322601739, 40.258480896925171 ], [ -111.27884381777152, 40.258625045605491 ], [ -111.27886785825406, 40.258752019954066 ], [ -111.27893286476316, 40.258832046778288 ], [ -111.27900368457706, 40.258895842663414 ], [ -111.27939849574976, 40.25910570963439 ], [ -111.27986963906888, 40.259289263466385 ], [ -111.28022912427906, 40.259486599880582 ], [ -111.28093723775399, 40.259813725344948 ], [ -111.28180194940992, 40.260185512111889 ], [ -111.28223215336492, 40.260418707544268 ], [ -111.2825387884338, 40.260629679681806 ], [ -111.28289394101319, 40.260912607422028 ], [ -111.28319365590144, 40.261155127538586 ], [ -111.28332955256505, 40.261312458990169 ], [ -111.28345399069606, 40.261541893356316 ], [ -111.28364940365636, 40.261870256767118 ], [ -111.28387977869394, 40.262121954375672 ], [ -111.28421609077317, 40.262395914813723 ], [ -111.28465238589472, 40.262674133049813 ], [ -111.28512411653841, 40.26298829981598 ], [ -111.28552498685286, 40.263230564509968 ], [ -111.28607918046369, 40.263576056654429 ], [ -111.28629153096257, 40.263733195519364 ], [ -111.28643208712971, 40.263876997658976 ], [ -111.28656365374675, 40.264119924977706 ], [ -111.28665880190793, 40.264371951727831 ], [ -111.28678908011344, 40.264587853845782 ], [ -111.28693071999872, 40.264709129242448 ], [ -111.28723708418882, 40.264848014446571 ], [ -111.2880795491609, 40.265219809101787 ], [ -111.28867466623944, 40.265502121196924 ], [ -111.28905773124663, 40.265699371090463 ], [ -111.28946470395704, 40.265986653593139 ], [ -111.28988311399439, 40.266197326366161 ], [ -111.29033168102437, 40.266308818910041 ], [ -111.29068938272182, 40.266348463060758 ], [ -111.29100106324934, 40.266352184373382 ], [ -111.29121268040076, 40.266333633284979 ], [ -111.29140079517548, 40.266319645679182 ], [ -111.29200020831499, 40.266228041017733 ], [ -111.29278718992735, 40.265996313619972 ], [ -111.29347375246384, 40.265661227842614 ], [ -111.2937495633341, 40.265529892187985 ], [ -111.29394931899604, 40.26548884278295 ], [ -111.29412580676876, 40.265506413073226 ], [ -111.29422016521771, 40.265569238783428 ], [ -111.2942910415379, 40.265641133505298 ], [ -111.2944335368158, 40.265956098921698 ], [ -111.29460638908276, 40.266490815426685 ], [ -111.29463698730513, 40.266766424152721 ], [ -111.29463872686034, 40.26716733653074 ], [ -111.29458250172998, 40.267762097811307 ], [ -111.29444332255621, 40.268212920280035 ], [ -111.29436281084351, 40.268632060550487 ], [ -111.29435860967803, 40.269019473872021 ], [ -111.2944130393219, 40.269366195878348 ], [ -111.29441999819338, 40.269614836579429 ], [ -111.29439166509073, 40.269861765187869 ], [ -111.29424673634058, 40.270344134653861 ], [ -111.29420047113915, 40.27052443951149 ], [ -111.29421275969564, 40.270646034639789 ], [ -111.29427187978584, 40.270717959195046 ], [ -111.29434274203953, 40.270785349171227 ], [ -111.29440756738165, 40.270816717020701 ], [ -111.29447823449649, 40.270839060606953 ], [ -111.29457836423737, 40.270874843191066 ], [ -111.29480204942497, 40.270923825019864 ], [ -111.29517267656563, 40.270954412962595 ], [ -111.29566101810444, 40.271007222409906 ], [ -111.29601880650226, 40.271060363844072 ], [ -111.29617898057634, 40.271109505461865 ], [ -111.29630283144573, 40.271190272631529 ], [ -111.29637373553091, 40.271266670608306 ], [ -111.29646251830209, 40.271397078892811 ], [ -111.29659889919115, 40.271653496139123 ], [ -111.29674718069592, 40.271941415448737 ], [ -111.29703109876782, 40.272314575363431 ], [ -111.29738578864048, 40.272732599478424 ], [ -111.29752748419439, 40.27285836623259 ], [ -111.29769262515035, 40.272966053782177 ], [ -111.29789893348443, 40.273073635118124 ], [ -111.29846990335325, 40.273189285417217 ], [ -111.29931835897965, 40.273281692063662 ], [ -111.29983480992705, 40.273302878394908 ], [ -111.30036415952183, 40.273315019584068 ], [ -111.30089887119111, 40.273210022782933 ], [ -111.30162175253771, 40.273100028501069 ], [ -111.30212693540422, 40.272968074922836 ], [ -111.30234441084332, 40.272940478827984 ], [ -111.30252672076504, 40.272940002335709 ], [ -111.30266802458732, 40.272975670245081 ], [ -111.30274467804921, 40.273020516500964 ], [ -111.30286862056977, 40.273119295076427 ], [ -111.30290992812388, 40.273150719696332 ], [ -111.30324639166548, 40.273429128450928 ], [ -111.30361210195758, 40.273671422057404 ], [ -111.30428977291385, 40.273971455362442 ], [ -111.30491419641143, 40.274199550170557 ], [ -111.30525594679966, 40.274342798784808 ], [ -111.30558589587648, 40.274477068197911 ], [ -111.30593322567411, 40.274552729919492 ], [ -111.30636846387553, 40.274559686796621 ], [ -111.30640963566529, 40.274560478716033 ], [ -111.30760307092834, 40.274462714130244 ], [ -111.30782085524285, 40.27450267707308 ], [ -111.30795654961224, 40.274596914223466 ], [ -111.30809853435403, 40.274781227989159 ], [ -111.30835892015824, 40.275136403799735 ], [ -111.30876687097982, 40.275608306896999 ], [ -111.30894441381407, 40.275851085478791 ], [ -111.30900435373144, 40.276098682564829 ], [ -111.30897021448776, 40.276351035528698 ], [ -111.30869613069376, 40.276865299974133 ], [ -111.30842183809271, 40.277334517543729 ], [ -111.30799577036088, 40.278056400249326 ], [ -111.30766949479677, 40.278737473946926 ], [ -111.30735996656786, 40.279481567583417 ], [ -111.30718608331374, 40.279788347067857 ], [ -111.30708719741992, 40.280031861851278 ], [ -111.30702933936905, 40.280243734978477 ], [ -111.30700145954317, 40.280581659345742 ], [ -111.30700878786962, 40.280901471588983 ], [ -111.3069461065375, 40.281347600347374 ], [ -111.30691853144083, 40.281753093886117 ], [ -111.30697325586584, 40.282148458804208 ], [ -111.30709846871665, 40.282522915125035 ], [ -111.30723507546524, 40.282815356037624 ], [ -111.30733606594445, 40.283035816663315 ], [ -111.30739596570393, 40.283274405041887 ], [ -111.30743768968325, 40.283395920266983 ], [ -111.30764478029393, 40.283665650002519 ], [ -111.30789878481222, 40.283903721839984 ], [ -111.30817611428463, 40.284096684297019 ], [ -111.30850654666601, 40.284325541856482 ], [ -111.30878986403907, 40.284541010201998 ], [ -111.30920322315589, 40.284895775123402 ], [ -111.30949841187697, 40.285133733323597 ], [ -111.3098702913169, 40.285420135812721 ], [ -111.31017122671277, 40.285627445139937 ], [ -111.31049548202427, 40.285788743490592 ], [ -111.31090112219715, 40.285995769880522 ], [ -111.31147432539204, 40.286313158696458 ], [ -111.31227017342536, 40.286693910247436 ], [ -111.31284330998027, 40.286994174677488 ], [ -111.31314285215642, 40.287151027707601 ], [ -111.31341977285528, 40.2872493805761 ], [ -111.31399084640994, 40.287355944235706 ], [ -111.31445005524384, 40.287440285811435 ], [ -111.31469746342597, 40.287516192486834 ], [ -111.31491541920708, 40.287583169464973 ], [ -111.31498371577361, 40.287596497558077 ], [ -111.31523902540515, 40.287600306910534 ], [ -111.3155271456736, 40.287576097302036 ], [ -111.31556242227181, 40.28757239736462 ], [ -111.315985732754, 40.28752619543431 ], [ -111.31683174200194, 40.287303153295369 ], [ -111.31714908613792, 40.287239218562455 ], [ -111.31759609086109, 40.287228983119313 ], [ -111.3180374243736, 40.287263808195924 ], [ -111.31834920198037, 40.287267455459705 ], [ -111.31867862620915, 40.287271053281671 ], [ -111.31939640275114, 40.287300606787454 ], [ -111.31990817538276, 40.287303697602482 ], [ -111.32054929260775, 40.287292913892252 ], [ -111.32094348514116, 40.287309839809438 ], [ -111.32097879538802, 40.287313345592437 ], [ -111.32132009525124, 40.287340327208774 ], [ -111.32166113486566, 40.287312351622759 ], [ -111.32198431385085, 40.287239378080812 ], [ -111.32218963451267, 40.287121685226396 ], [ -111.32239497586325, 40.287008496614035 ], [ -111.32250046961582, 40.286927118640619 ], [ -111.32268163860675, 40.28667885691366 ], [ -111.32303886251377, 40.28634451484244 ], [ -111.32334861838955, 40.285924715654133 ], [ -111.32350058607618, 40.285721580875837 ], [ -111.32387493104197, 40.285279076303638 ], [ -111.32421361337566, 40.284760091082127 ], [ -111.32458170020871, 40.284241022346407 ], [ -111.32493112208083, 40.283510285414643 ], [ -111.32515861566387, 40.283113235525647 ], [ -111.32531641030764, 40.282901072564542 ], [ -111.32548045302555, 40.282765471175324 ], [ -111.32566808710281, 40.282643317160343 ], [ -111.3260144853423, 40.282511706282094 ], [ -111.32649609792077, 40.282366198899695 ], [ -111.32703674304196, 40.282265569367375 ], [ -111.32741886614529, 40.282224847618039 ], [ -111.32775405659014, 40.282209483704101 ], [ -111.32811879502022, 40.282222864913905 ], [ -111.32850722632125, 40.282270413193388 ], [ -111.32880758884991, 40.282350644082108 ], [ -111.32904941828325, 40.282489601353269 ], [ -111.32920890365291, 40.28262879242709 ], [ -111.32928602260004, 40.282763713039827 ], [ -111.32944647124928, 40.283101106440448 ], [ -111.32967776640956, 40.283492353774633 ], [ -111.3299557252043, 40.283802383541854 ], [ -111.33019218436058, 40.284044961046163 ], [ -111.33042247815089, 40.28422899498797 ], [ -111.33082984636634, 40.284538652982384 ], [ -111.33117676044701, 40.284753884569163 ], [ -111.33189732197498, 40.285116697914361 ], [ -111.33259895828883, 40.285457037812563 ], [ -111.33314738052432, 40.285739254017606 ], [ -111.33364282428768, 40.286012611051262 ], [ -111.33404986308081, 40.286250183888384 ], [ -111.33438034835955, 40.286469957879682 ], [ -111.3346699051931, 40.286739400621208 ], [ -111.33491853373599, 40.287058512412663 ], [ -111.33512563328239, 40.28730566930993 ], [ -111.33540327636045, 40.287543612026148 ], [ -111.33581059801415, 40.287835233737013 ], [ -111.33624113970635, 40.288063721226152 ], [ -111.3366535904732, 40.288202166467165 ], [ -111.33717798530742, 40.288376321373725 ], [ -111.33793754011363, 40.288522759319832 ], [ -111.33870291301544, 40.28865566125129 ], [ -111.33939722790035, 40.288694168648007 ], [ -111.33999109280936, 40.288642873828572 ], [ -111.34044943789141, 40.28854692816666 ], [ -111.34098404766277, 40.288410213990524 ], [ -111.34156003524146, 40.288313917171827 ], [ -111.34265347858297, 40.288180048909958 ], [ -111.34292385776332, 40.288138705906569 ], [ -111.34310582056139, 40.288061587186711 ], [ -111.34320534037386, 40.287966694101158 ], [ -111.34331014957435, 40.287754663984799 ], [ -111.34340342168112, 40.287587714644815 ], [ -111.34349115317745, 40.287488351629634 ], [ -111.34359089970781, 40.287438504169025 ], [ -111.34377894745603, 40.287401908288338 ], [ -111.34417868533107, 40.287351168603884 ], [ -111.34517220246893, 40.287235592396136 ], [ -111.34605432252454, 40.287192415503334 ], [ -111.34624262107248, 40.287205366170063 ], [ -111.34638518127815, 40.287246382380928 ], [ -111.34646655775387, 40.287285779775331 ], [ -111.34664968783632, 40.287438389824956 ], [ -111.34678594524496, 40.287627177381395 ], [ -111.34695722038586, 40.287761803811243 ], [ -111.34716953356849, 40.287869278877992 ], [ -111.34753499335788, 40.288016835621306 ], [ -111.34824757729798, 40.288176860934392 ], [ -111.34848907379791, 40.288239199100992 ], [ -111.34883668316918, 40.288346263516573 ], [ -111.34924355697819, 40.288538736600898 ], [ -111.34942055920203, 40.288641809431283 ], [ -111.34970372208761, 40.288798617122502 ], [ -111.35006919235055, 40.288946165793185 ], [ -111.35052889794397, 40.289115951161079 ], [ -111.35105375453476, 40.289371125610799 ], [ -111.35147212548482, 40.289509499987517 ], [ -111.35190795837747, 40.289611782446379 ], [ -111.35231998232587, 40.289660079826326 ], [ -111.35274932614666, 40.28964525767767 ], [ -111.35306083461366, 40.289594756273317 ], [ -111.35339561402488, 40.289494631680945 ], [ -111.35388860532387, 40.289276901124914 ], [ -111.35435213474109, 40.289050249374156 ], [ -111.35506885499362, 40.2888714693973 ], [ -111.35563221613755, 40.288613874405378 ], [ -111.355995807441, 40.288401037173145 ], [ -111.35633041099101, 40.288269371987418 ], [ -111.35654666518673, 40.288228163833928 ], [ -111.35677134375346, 40.28822296659677 ], [ -111.35738950272702, 40.288320161424252 ], [ -111.35798437201215, 40.288462471623212 ], [ -111.35830825407058, 40.288529039012921 ], [ -111.3586202769487, 40.28857762360574 ], [ -111.3589378298861, 40.28855952120918 ], [ -111.35929640597242, 40.288512460724284 ], [ -111.35957858834676, 40.28848005148361 ], [ -111.35987164523461, 40.288501663671866 ], [ -111.36019672966259, 40.288572726693936 ], [ -111.36080944546772, 40.288751004082918 ], [ -111.36162173097669, 40.289068299143409 ], [ -111.36231279943874, 40.289376958795643 ], [ -111.36326239063699, 40.289846970694882 ], [ -111.36416414584028, 40.290389199872436 ], [ -111.36483255717049, 40.290855578761445 ], [ -111.36519853178196, 40.291088666469186 ], [ -111.3655465458307, 40.291263249186116 ], [ -111.36593446568672, 40.291419686008638 ], [ -111.36653660919167, 40.291593461707677 ], [ -111.36717844022779, 40.291708547762191 ], [ -111.36741974686434, 40.291730305016905 ], [ -111.3676787501452, 40.291761014849463 ], [ -111.36796741076832, 40.291836676369186 ], [ -111.36820908481468, 40.291926000681698 ], [ -111.3687460636191, 40.292230607298258 ], [ -111.36928944477738, 40.29262978877621 ], [ -111.36973248331772, 40.292966223162665 ], [ -111.36999264697738, 40.293208642980339 ], [ -111.37028291443374, 40.29357709625252 ], [ -111.37065583881781, 40.293999339876606 ], [ -111.37114118153536, 40.29453834275742 ], [ -111.37163231611427, 40.295059306316624 ], [ -111.37207056169804, 40.295589447139818 ], [ -111.37244363198545, 40.296034207630576 ], [ -111.37262686869904, 40.296191280542324 ], [ -111.37276857904328, 40.296285421797627 ], [ -111.37291604891463, 40.296357021041565 ], [ -111.37334769749475, 40.296540319783844 ], [ -111.37368899861167, 40.296768955292158 ], [ -111.37385451670887, 40.296912569499163 ], [ -111.37404346322973, 40.297037188179011 ], [ -111.37434292174454, 40.297145232282446 ], [ -111.37456787695528, 40.297185046099088 ], [ -111.37487379413412, 40.297184055298167 ], [ -111.37569210803959, 40.297285008006924 ], [ -111.37583310110742, 40.297248512862915 ], [ -111.37602754066764, 40.29730193692243 ], [ -111.37622200551633, 40.297359865225374 ], [ -111.37654592261822, 40.29742187661504 ], [ -111.3769227326619, 40.29747380455548 ], [ -111.37725233857236, 40.297500659136958 ], [ -111.37754636562178, 40.297477176771146 ], [ -111.37807523717039, 40.297367338065321 ], [ -111.3785331838808, 40.297199168519398 ], [ -111.37914328077755, 40.29688634975259 ], [ -111.37942458102, 40.296691727487001 ], [ -111.37979988089518, 40.296474272732347 ], [ -111.38008721192294, 40.296306656972192 ], [ -111.38035095930064, 40.29613010871963 ], [ -111.38049709759905, 40.295962956010129 ], [ -111.38057108474339, 40.295728470650509 ], [ -111.38056977061966, 40.295494232948585 ], [ -111.38061081304414, 40.295259855906203 ], [ -111.38073899694221, 40.295038706075054 ], [ -111.38084413430681, 40.29490412133206 ], [ -111.38107840458017, 40.294717758172268 ], [ -111.38128950193556, 40.294595437004787 ], [ -111.3815009785144, 40.294540684026543 ], [ -111.38183046538585, 40.294548606436365 ], [ -111.38235421132958, 40.294578409374317 ], [ -111.38300256453614, 40.294796993019546 ], [ -111.38382170233038, 40.295046539162591 ], [ -111.38466580952442, 40.295341043015867 ], [ -111.38485922720967, 40.295421483570252 ], [ -111.38520102156133, 40.295523953168065 ], [ -111.38561348831972, 40.295639700191408 ], [ -111.38593139454774, 40.295679182086396 ], [ -111.38616670992143, 40.295678396915555 ], [ -111.38644880607563, 40.29562790383018 ], [ -111.38680822184013, 40.29551859108566 ], [ -111.38706545458963, 40.295441151695087 ], [ -111.38766478579808, 40.295313014798332 ], [ -111.38793516511755, 40.295271566655195 ], [ -111.38827066790638, 40.295301973815455 ], [ -111.38888320734138, 40.295426046897298 ], [ -111.3896491227971, 40.295622575681378 ], [ -111.39069170987084, 40.295847896158406 ], [ -111.39106285166437, 40.295936735352761 ], [ -111.39145734409959, 40.295993961779644 ], [ -111.39170939266869, 40.296038155247466 ], [ -111.39189330384087, 40.29610059759203 ], [ -111.39213505026673, 40.296194376207282 ], [ -111.39229299920571, 40.296243391945936 ], [ -111.3925175446284, 40.296211097802576 ], [ -111.39264085140972, 40.296170137531689 ], [ -111.39295779855736, 40.296042931207189 ], [ -111.39346838376404, 40.29582947724289 ], [ -111.39396160489386, 40.295665631333094 ], [ -111.3941726817644, 40.295543286775555 ], [ -111.39426625783361, 40.295448370217322 ], [ -111.39460455506304, 40.29494720038138 ], [ -111.3950829582223, 40.294260860365313 ], [ -111.39543161736756, 40.29352090595043 ], [ -111.39564171292228, 40.293231889807394 ], [ -111.39591688377067, 40.293005715777312 ], [ -111.3963735193595, 40.292625761280298 ], [ -111.39656693462597, 40.292503472813841 ], [ -111.39692540434649, 40.292439178420814 ], [ -111.39716679645977, 40.29247348635564 ], [ -111.39750290164038, 40.292608372703903 ], [ -111.39807523281755, 40.292899207552935 ], [ -111.39864128918981, 40.29312249134987 ], [ -111.39939029554675, 40.293444243371525 ], [ -111.39965573269028, 40.293564952457736 ], [ -111.39978006556855, 40.29369966253968 ], [ -111.39987546330251, 40.293915556263073 ], [ -111.39991775234481, 40.294103704628895 ], [ -111.39998376918307, 40.294325105382811 ], [ -111.40013775708785, 40.294500254417002 ], [ -111.4003626050868, 40.294720204591904 ], [ -111.40070558969008, 40.295020828986573 ], [ -111.40125484985676, 40.295383802282295 ], [ -111.40179224341402, 40.295728795540647 ], [ -111.40219936381052, 40.295930090346786 ], [ -111.40248805328115, 40.296001160856513 ], [ -111.40265282797385, 40.29600959682999 ], [ -111.40295274889782, 40.295990534049999 ], [ -111.40311121241709, 40.295926916918333 ], [ -111.40343375354273, 40.295754615905643 ], [ -111.40372155883283, 40.29567703290116 ], [ -111.40411541603378, 40.295626106721379 ], [ -111.40499806115835, 40.295659057643164 ], [ -111.40575727994951, 40.295711354292727 ], [ -111.40638120988574, 40.295766824018919 ], [ -111.40646361875433, 40.295774642908739 ], [ -111.40672848870936, 40.295797136272981 ], [ -111.40688844900112, 40.295787564531459 ], [ -111.40703415519349, 40.295755519457344 ], [ -111.40713980363708, 40.295714605865051 ], [ -111.407469014052, 40.295479205014807 ], [ -111.40771410503423, 40.295343202029549 ], [ -111.40815455911778, 40.295215518803744 ], [ -111.40877765029713, 40.295132235288541 ], [ -111.40923637985637, 40.295108991303906 ], [ -111.40966587454662, 40.295115579722903 ], [ -111.41005435839423, 40.295150240745897 ], [ -111.41025440155867, 40.295154036241563 ], [ -111.41030493933226, 40.295144847725574 ], [ -111.41036603891806, 40.295131117074874 ], [ -111.41050115295342, 40.295099105203271 ], [ -111.41061180856475, 40.294914021807358 ], [ -111.4108328506411, 40.294499710044619 ], [ -111.41116510491646, 40.293993107752129 ], [ -111.41131677199142, 40.293780849983214 ], [ -111.41146824687178, 40.293537060120606 ], [ -111.41159578008931, 40.293225785424163 ], [ -111.41162897147565, 40.292878809023051 ], [ -111.41169165750847, 40.292545241608238 ], [ -111.4117499922903, 40.292270250129874 ], [ -111.41184159700434, 40.292049196040445 ], [ -111.41201643216243, 40.291778294314689 ], [ -111.41237279669124, 40.291370704892721 ], [ -111.41266481706731, 40.291023706237347 ], [ -111.41283909812724, 40.290662712100811 ], [ -111.41286653666444, 40.290338279006306 ], [ -111.4127943308734, 40.290072761959145 ], [ -111.41268636026369, 40.289729892342692 ], [ -111.41266844472165, 40.289685810613413 ], [ -111.41266789677699, 40.289595719446531 ], [ -111.41268510541768, 40.289523583570428 ], [ -111.41272007060014, 40.289469402978114 ], [ -111.41286083529411, 40.289401330930808 ], [ -111.41296666223387, 40.289391943948409 ], [ -111.41317262571829, 40.289404722607216 ], [ -111.41332578558399, 40.289440212823123 ], [ -111.41350255727286, 40.289489132421643 ], [ -111.41372020340222, 40.289488354384147 ], [ -111.41390942749065, 40.289457045955231 ], [ -111.41394469395784, 40.289452415133006 ], [ -111.41398466078245, 40.28944686655101 ], [ -111.41433075512434, 40.289287964741071 ], [ -111.41467088295457, 40.289115569308706 ], [ -111.41486343662253, 40.289051813861207 ], [ -111.41514688026193, 40.289037283231053 ], [ -111.41565874963504, 40.289053464113643 ], [ -111.41621905296073, 40.289101902033657 ], [ -111.41660077311599, 40.289189720427466 ], [ -111.41697166249033, 40.289237935619447 ], [ -111.41727759767328, 40.289245841991367 ], [ -111.41747155295151, 40.28921901533154 ], [ -111.41761849404151, 40.289199565499203 ], [ -111.41784168854485, 40.289144703812148 ], [ -111.41808818979142, 40.289053720230775 ], [ -111.41828746552598, 40.288935878926061 ], [ -111.41852125618405, 40.288691782060823 ], [ -111.4186495762945, 40.288514735302826 ], [ -111.41888994721003, 40.288384131212851 ], [ -111.41927784023434, 40.288328670364159 ], [ -111.41973657001465, 40.288313493170634 ], [ -111.42004802099309, 40.288262811680518 ], [ -111.42032975348974, 40.28816268609696 ], [ -111.42078167783654, 40.28799887581917 ], [ -111.42122228304582, 40.28790717948884 ], [ -111.42154574724189, 40.287896992141881 ], [ -111.4218696314289, 40.287954372207224 ], [ -111.42248790068122, 40.288054822432493 ], [ -111.42284200891993, 40.288053528873711 ], [ -111.42322889447244, 40.288025987333839 ], [ -111.42399265074653, 40.287874537428316 ], [ -111.42474990106105, 40.287624003924073 ], [ -111.42558307671433, 40.287287597740573 ], [ -111.42612287463463, 40.28706938747041 ], [ -111.42642837626974, 40.287009701406141 ], [ -111.42663427820122, 40.287013447026126 ], [ -111.42691707260721, 40.287084478443106 ], [ -111.42723555735778, 40.287218442578457 ], [ -111.4278606527138, 40.2874683934891 ], [ -111.42827956419232, 40.287669553166481 ], [ -111.42860413570017, 40.287835023574225 ], [ -111.42902958890544, 40.288139763364825 ], [ -111.42949736204186, 40.288624530694925 ], [ -111.42965178354028, 40.288858199435396 ], [ -111.42991811215774, 40.289113975471999 ], [ -111.43017793217477, 40.28927067267837 ], [ -111.43056105321398, 40.289390873287168 ], [ -111.4311213320301, 40.2896185243509 ], [ -111.43191352652329, 40.290238113003142 ], [ -111.43246985245617, 40.290766683089146 ], [ -111.433038072765, 40.291314125464012 ], [ -111.43332281931433, 40.291686945552492 ], [ -111.43350624188002, 40.291852930592036 ], [ -111.43364782539454, 40.291915465154268 ], [ -111.43378906354751, 40.291923945010232 ], [ -111.43391259654163, 40.291923481790278 ], [ -111.43395959334035, 40.291913395293662 ], [ -111.43399483660781, 40.291905154727075 ], [ -111.43404771590222, 40.291895046129241 ], [ -111.43431185837481, 40.29180486279089 ], [ -111.43482274199262, 40.29166329971261 ], [ -111.43561056312384, 40.291592766486289 ], [ -111.43631126382755, 40.291513547158395 ], [ -111.43688002129592, 40.291407793958932 ], [ -111.43733833177411, 40.291324978757061 ], [ -111.43781993841394, 40.291206036369296 ], [ -111.4383710267262, 40.290915651948701 ], [ -111.43909214621087, 40.290539031342675 ], [ -111.4395843707085, 40.290244359847762 ], [ -111.43998923205245, 40.290085158099572 ], [ -111.44051244029619, 40.290033616085438 ], [ -111.44102391230484, 40.289986621094904 ], [ -111.4414411722716, 40.289925568442612 ], [ -111.44179985447155, 40.289902577061319 ], [ -111.4421942062355, 40.289937107808676 ], [ -111.44252996995507, 40.290007898533084 ], [ -111.44283664599089, 40.290128350795236 ], [ -111.44311967594808, 40.290230874193028 ], [ -111.4434788243496, 40.29027904933163 ], [ -111.44369647215898, 40.290278214893902 ], [ -111.44402609140047, 40.290308482957947 ], [ -111.44424424069054, 40.290384224656464 ], [ -111.44449242213479, 40.290554448268807 ], [ -111.44475872451795, 40.290796676118951 ], [ -111.44515565421742, 40.29122309155462 ], [ -111.44524486655966, 40.291371401781596 ], [ -111.44534560770427, 40.291483630348942 ], [ -111.44542244069473, 40.291538291331939 ], [ -111.44556994055365, 40.291604392236451 ], [ -111.44571129778784, 40.291630875683779 ], [ -111.44584657134622, 40.291626750772771 ], [ -111.44598186265327, 40.291625328425972 ], [ -111.44621125005685, 40.291619939347633 ], [ -111.44644081526849, 40.29164157703574 ], [ -111.44681806588834, 40.291757241698036 ], [ -111.44720723126512, 40.291895382328192 ], [ -111.44782765317565, 40.292132630024753 ], [ -111.44819199107455, 40.292251943888878 ], [ -111.44842218427002, 40.292368172866233 ], [ -111.44864703189083, 40.292565505815809 ], [ -111.44877719331295, 40.292677617274734 ], [ -111.44888937954804, 40.292740247174443 ], [ -111.44897785677199, 40.292775941070119 ], [ -111.44916033621003, 40.292793251408739 ], [ -111.44944855311202, 40.29278762750959 ], [ -111.44976041975322, 40.292799929561248 ], [ -111.44997342914829, 40.292808110633963 ], [ -111.45035524875374, 40.292901222701289 ], [ -111.45089161272952, 40.293056796432303 ], [ -111.45110965861817, 40.293114506929136 ], [ -111.45135135522244, 40.293190143351531 ], [ -111.45158140704814, 40.293283843315535 ], [ -111.45172931257243, 40.293409396120076 ], [ -111.45185431811035, 40.293629635800187 ], [ -111.45194441852844, 40.29390857212298 ], [ -111.45201729178339, 40.29425064074691 ], [ -111.4522441981166, 40.294754274657983 ], [ -111.45242920723614, 40.295149960370551 ], [ -111.45257928223488, 40.295599838185147 ], [ -111.45259408337864, 40.296054749666133 ], [ -111.45232143333595, 40.296632410724484 ], [ -111.45209944365099, 40.296867520010792 ], [ -111.45202347576074, 40.296944395829705 ], [ -111.45196983289878, 40.297016679741205 ], [ -111.45193619197698, 40.297088885497274 ], [ -111.45196020402456, 40.297160866041089 ], [ -111.45206621744559, 40.297178470446134 ], [ -111.45219917244634, 40.297177950871294 ], [ -111.45224264631881, 40.297168771653965 ], [ -111.45237780427523, 40.297145720031253 ], [ -111.4525778550211, 40.297149442302612 ], [ -111.45271351789302, 40.297202066370176 ], [ -111.45284934336813, 40.297279014730805 ], [ -111.45320958915455, 40.297484817851746 ], [ -111.45354045220208, 40.297695239672407 ], [ -111.45392414395631, 40.297887434697579 ], [ -111.45436681916114, 40.298101920040814 ], [ -111.45466812251715, 40.29828993146198 ], [ -111.45502907420442, 40.298599332924582 ], [ -111.45534287356986, 40.298895404891773 ], [ -111.455544623801, 40.29915137542919 ], [ -111.45576381314457, 40.299375744394276 ], [ -111.456059485171, 40.299599811471673 ], [ -111.45660273835149, 40.29989497524425 ], [ -111.45699239510562, 40.300096145733143 ], [ -111.45721113680794, 40.30025294402467 ], [ -111.45732980368244, 40.300401128238704 ], [ -111.45736067792714, 40.300617229065551 ], [ -111.45728501558433, 40.300739153509625 ], [ -111.45713829818783, 40.300793789035481 ], [ -111.45673317129116, 40.300917014443613 ], [ -111.45661571787515, 40.300949010561148 ], [ -111.45630475217783, 40.301076367443741 ], [ -111.45604124555052, 40.301262096782388 ], [ -111.45569615775898, 40.301565267585048 ], [ -111.45507551576553, 40.302013670106064 ], [ -111.45434434802779, 40.302651698338529 ], [ -111.45378852596568, 40.303117857891067 ], [ -111.45313267643654, 40.303584406566905 ], [ -111.45269360752049, 40.303914964233662 ], [ -111.45234789034191, 40.304128034599536 ], [ -111.45201888523077, 40.304377075759824 ], [ -111.4517036083093, 40.304567502050624 ], [ -111.45107009643199, 40.304858270768349 ], [ -111.45092348488681, 40.304930916544315 ], [ -111.45061252010024, 40.305062762720581 ], [ -111.45038404502982, 40.305212305521039 ], [ -111.45020903044032, 40.305438218723744 ], [ -111.45010521711005, 40.305753947461895 ], [ -111.44996690745242, 40.306191435534622 ], [ -111.44995167730045, 40.306556370561687 ], [ -111.44984807029246, 40.306903630683415 ], [ -111.44961477879981, 40.30721535765597 ], [ -111.44928092222982, 40.307446391235494 ], [ -111.44892303702868, 40.307781123773353 ], [ -111.44878472973637, 40.308042929400308 ], [ -111.44868048857798, 40.308295593461807 ], [ -111.44854127071304, 40.308597944049588 ], [ -111.4483783012036, 40.308867953121911 ], [ -111.44818030626014, 40.309180441239711 ], [ -111.44800518488493, 40.309392837482697 ], [ -111.44772409009214, 40.309596634352872 ], [ -111.4469440953369, 40.309991553778438 ], [ -111.44660492534895, 40.310312692821427 ], [ -111.44632429698378, 40.310588558654167 ], [ -111.44598479513799, 40.310860146135859 ], [ -111.44559848358257, 40.311172454645487 ], [ -111.44520102122452, 40.311579402119442 ], [ -111.44510169925121, 40.311687895557093 ], [ -111.44496115772586, 40.311792042819427 ], [ -111.44480287436463, 40.311882744219162 ], [ -111.44457962746856, 40.311937657985496 ], [ -111.44432107467001, 40.311992706925849 ], [ -111.44415099193917, 40.312078948114205 ], [ -111.44408541275388, 40.312128750860502 ], [ -111.44402830747545, 40.312214558129234 ], [ -111.44401721747039, 40.31231820730914 ], [ -111.44407706352526, 40.312471135200887 ], [ -111.44415414962563, 40.312560931976911 ], [ -111.444219821495, 40.31270482815043 ], [ -111.44420334913734, 40.312885076800811 ], [ -111.44413982550954, 40.31306910979805 ], [ -111.44402932692743, 40.313268638822045 ], [ -111.44384202988398, 40.313422515132181 ], [ -111.44359562276971, 40.313536076096547 ], [ -111.44317864965392, 40.313662903051984 ], [ -111.44303183986705, 40.313709412638069 ], [ -111.44288520056193, 40.313782048264521 ], [ -111.44277998724716, 40.313890562231933 ], [ -111.4427269096124, 40.31405293220292 ], [ -111.44271746491302, 40.31422864907745 ], [ -111.44261837039286, 40.314373176546503 ], [ -111.44247208203049, 40.314499865907635 ], [ -111.44232596947455, 40.314653582212216 ], [ -111.44226803562495, 40.314793447353345 ], [ -111.44226335603969, 40.314978155220118 ], [ -111.44238942962475, 40.315360567009336 ], [ -111.44265776418358, 40.31590009652178 ], [ -111.44277710383248, 40.316151899246101 ], [ -111.44285554618519, 40.316448904725583 ], [ -111.44288079175762, 40.316710076747256 ], [ -111.44282974256573, 40.317003073249801 ], [ -111.4426960126991, 40.317251339828196 ], [ -111.44246844365786, 40.317548615217788 ], [ -111.44232892071022, 40.317811318329554 ], [ -111.44210188292642, 40.318190575228584 ], [ -111.44183458844834, 40.318714133604978 ], [ -111.44158529670629, 40.319291678166884 ], [ -111.44135312759066, 40.319788073478207 ], [ -111.4412366898644, 40.319982216735731 ], [ -111.4410903575771, 40.320104399787034 ], [ -111.44092019182271, 40.320181627198842 ], [ -111.44066757742966, 40.320250159201464 ], [ -111.44022655531461, 40.320305893899985 ], [ -111.43960298101108, 40.320344302259116 ], [ -111.43934407086515, 40.320349790482297 ], [ -111.43875565974771, 40.320365537576386 ], [ -111.43849074787401, 40.320353028134058 ], [ -111.43829077484459, 40.320371804474036 ], [ -111.43822030060932, 40.320394594610555 ], [ -111.4381382601801, 40.320448960918704 ], [ -111.43810324138389, 40.320494139841401 ], [ -111.43802781356018, 40.320661096766585 ], [ -111.43794212888946, 40.321062333192458 ], [ -111.43788947656692, 40.321293169520573 ], [ -111.4378565305315, 40.321477083088631 ], [ -111.43787623590838, 40.321612147367027 ], [ -111.43801187174078, 40.321836865314005 ], [ -111.43836728047089, 40.322191384704276 ], [ -111.43869291713577, 40.322491960346966 ], [ -111.43920134814419, 40.322845896719301 ], [ -111.43966246880504, 40.323163973628937 ], [ -111.43985641068176, 40.323302879804707 ], [ -111.44001716195049, 40.323405874886703 ], [ -111.44027652267712, 40.323467952834669 ], [ -111.44063566970729, 40.323489108504226 ], [ -111.44091860166475, 40.323555599849932 ], [ -111.44112532476359, 40.323668328330641 ], [ -111.44129725312166, 40.323860470610043 ], [ -111.44171192454738, 40.324273313609439 ], [ -111.44199668240297, 40.324619082152388 ], [ -111.44221467440471, 40.324834471070858 ], [ -111.44241089221453, 40.324959850331091 ], [ -111.44264106949291, 40.32505807156128 ], [ -111.44305984530745, 40.325196111766054 ], [ -111.44337262639607, 40.325325547502324 ], [ -111.44375674174448, 40.325562819768109 ], [ -111.44420021631186, 40.325876441446056 ], [ -111.44453854911778, 40.326131905376741 ], [ -111.44469181354148, 40.32634753827422 ], [ -111.44478181099694, 40.32660846048033 ], [ -111.44475424603485, 40.326892357783684 ], [ -111.44460979696298, 40.327302833838147 ], [ -111.44444748838094, 40.327682746866635 ], [ -111.44440723446219, 40.327827049468461 ], [ -111.44437303145385, 40.327996554698466 ], [ -111.4443857244862, 40.328137050179215 ], [ -111.44444644253916, 40.328420608154758 ], [ -111.44456581129235, 40.328672408335116 ], [ -111.44467323210998, 40.328897226575151 ], [ -111.44486923555635, 40.329166750289978 ], [ -111.44518325194773, 40.329480865761049 ], [ -111.44550877628335, 40.329754394442396 ], [ -111.44574651148051, 40.32992465421728 ], [ -111.44599910623602, 40.330027286883869 ], [ -111.4464651546641, 40.330187655417525 ], [ -111.4471735953546, 40.330509251646106 ], [ -111.44782906974218, 40.330831048575462 ], [ -111.44843728410947, 40.33112599726369 ], [ -111.44909862650937, 40.331443259577547 ], [ -111.4494233393652, 40.331590650906485 ], [ -111.44960072510321, 40.331711586320218 ], [ -111.44986729843613, 40.331967313223238 ], [ -111.45025372915241, 40.332366720839524 ], [ -111.45059059573836, 40.332747400811542 ], [ -111.45102424223231, 40.333341221371128 ], [ -111.45152258402989, 40.333925778480925 ], [ -111.45189674118467, 40.334423429010748 ], [ -111.45229304127176, 40.334710175619882 ], [ -111.4525722818486, 40.335096480481916 ], [ -111.45294057295489, 40.335595051387337 ], [ -111.45315507124857, 40.33598160826805 ], [ -111.45337678495657, 40.336566339531473 ], [ -111.45351543498438, 40.337053195394489 ], [ -111.4536343339859, 40.337227508229859 ], [ -111.45383546892597, 40.337375371546045 ], [ -111.45414244031809, 40.337504800565185 ], [ -111.45506270176232, 40.33779488467902 ], [ -111.45578877066417, 40.338093835111287 ], [ -111.45610181753077, 40.338250262647691 ], [ -111.45642690604016, 40.338446282417486 ], [ -111.4567349503278, 40.338733361761491 ], [ -111.45710957379985, 40.339290453968715 ], [ -111.45740127300257, 40.339771294428509 ], [ -111.45762734001949, 40.340121760030364 ], [ -111.4579059939414, 40.340413457040214 ], [ -111.45821365120597, 40.340641072979679 ], [ -111.45853898299534, 40.340870419868452 ], [ -111.45881126889832, 40.341090066108727 ], [ -111.4591381256639, 40.34154373487938 ], [ -111.45956631653792, 40.342181689150678 ], [ -111.45972166839231, 40.342518917594262 ], [ -111.4599252185177, 40.343018120127496 ], [ -111.46012104835253, 40.343247076388202 ], [ -111.46039328773263, 40.343457709757317 ], [ -111.46064176634511, 40.343636904839286 ], [ -111.46114985738966, 40.343900652199302 ], [ -111.46205770815509, 40.344252893237304 ], [ -111.46289102168944, 40.344551370131228 ], [ -111.46352898348557, 40.344864137852319 ], [ -111.46419666467621, 40.345217324230752 ], [ -111.46486404357786, 40.345525461862636 ], [ -111.4654908066248, 40.34591934661762 ], [ -111.46622413618842, 40.346398385964015 ], [ -111.46717527395167, 40.346872036464745 ], [ -111.46794251757558, 40.347143715948292 ], [ -111.468750697855, 40.347374682972927 ], [ -111.46946412416219, 40.347524946066784 ], [ -111.46981748850638, 40.347541529692904 ], [ -111.47017702810579, 40.3475995295057 ], [ -111.47072022177117, 40.347821649472493 ], [ -111.47116293254341, 40.347986517297976 ], [ -111.47167729810563, 40.348295238583525 ], [ -111.47206186259426, 40.348563945954048 ], [ -111.47239942495059, 40.348846357819689 ], [ -111.47264209899481, 40.349030055183903 ], [ -111.47325071032621, 40.349342888834563 ], [ -111.47392440511395, 40.349700498630455 ], [ -111.4741257159627, 40.349861839304829 ], [ -111.47433899219445, 40.350050158170461 ], [ -111.4744821240629, 40.350310838054185 ], [ -111.47501823054957, 40.351196044200478 ], [ -111.47536617297831, 40.3519468831702 ], [ -111.47545498762983, 40.352185261976835 ], [ -111.47562196417758, 40.352486383726081 ], [ -111.47593180053346, 40.35300764287949 ], [ -111.47618925317404, 40.353614704232186 ], [ -111.47655335858188, 40.3543159221365 ], [ -111.47683984917276, 40.354864302451517 ], [ -111.47699426909773, 40.355052858858883 ], [ -111.47721317193823, 40.355200607623907 ], [ -111.47753797068044, 40.355335305914032 ], [ -111.47832421859002, 40.355610441121989 ], [ -111.47883093996656, 40.355824565097635 ], [ -111.47926268015595, 40.356093052742757 ], [ -111.47958309275663, 40.356438578594641 ], [ -111.4800052357665, 40.357013415824177 ], [ -111.48018491570807, 40.357440606666955 ], [ -111.48053634747893, 40.358006726204962 ], [ -111.48078202022263, 40.358604816465437 ], [ -111.48099022901732, 40.35890215498209 ], [ -111.48112676786604, 40.359057446064334 ], [ -111.48126421595826, 40.359174894597622 ], [ -111.48202603276327, 40.359649209108348 ], [ -111.48281835140658, 40.360105372838269 ], [ -111.48350520360282, 40.360634045544806 ], [ -111.48372468602848, 40.360858357458795 ], [ -111.48387907447213, 40.361037895370323 ], [ -111.48396196422566, 40.361100612853171 ], [ -111.4840858545096, 40.361132527436673 ], [ -111.48425662081179, 40.361131812551498 ], [ -111.48439179178105, 40.361094308836506 ], [ -111.48470275259672, 40.36093534527209 ], [ -111.48534799749856, 40.360585785600072 ], [ -111.4863327892316, 40.35996001479338 ], [ -111.48760450094261, 40.359112301143597 ], [ -111.48849673598677, 40.358558975516935 ], [ -111.48939258705688, 40.358019141462663 ], [ -111.49044874522774, 40.357501143743576 ], [ -111.49155303896815, 40.357127078851747 ], [ -111.49264495408836, 40.356671973414514 ], [ -111.4931085058447, 40.356449272788446 ], [ -111.49340748441941, 40.356267813865713 ], [ -111.49367073889026, 40.356032451501363 ], [ -111.49395714916697, 40.355742934482436 ], [ -111.49422493927558, 40.355322863008631 ], [ -111.49438154603311, 40.3549978627304 ], [ -111.49461363449024, 40.354527491422616 ], [ -111.49484622683858, 40.354126488263503 ], [ -111.49513097675691, 40.353611745475654 ], [ -111.49536260047438, 40.353079211102191 ], [ -111.49568671910721, 40.352474206273676 ], [ -111.49587998109649, 40.352171569725776 ], [ -111.4961025254924, 40.352008449818214 ], [ -111.49625039997146, 40.351940246461595 ], [ -111.4963726986411, 40.351917198671366 ], [ -111.4967318141082, 40.351911152327958 ], [ -111.49721467000897, 40.351918086785247 ], [ -111.49801003693734, 40.351986738430689 ], [ -111.49883517578564, 40.352100302189996 ], [ -111.49971926088027, 40.352222614586537 ], [ -111.50018515496632, 40.352324206487282 ], [ -111.5004685976707, 40.352435595323072 ], [ -111.50063378700098, 40.352479926405387 ], [ -111.50071026080569, 40.352470586168693 ], [ -111.50084584510637, 40.352492522117124 ], [ -111.50092248554584, 40.35250570400936 ], [ -111.5011236124319, 40.352473300572463 ], [ -111.50136369816535, 40.352454241708678 ], [ -111.50151102471739, 40.352471621378186 ], [ -111.50165343160619, 40.352619655540785 ], [ -111.50176067955127, 40.352790365045223 ], [ -111.50217569578339, 40.353175959262842 ], [ -111.50257221726488, 40.353449017393942 ], [ -111.50292040109781, 40.353555614252222 ], [ -111.50335108257372, 40.353670860252102 ], [ -111.5039059800865, 40.353862141671023 ], [ -111.50415394043358, 40.353951153024951 ], [ -111.50456157865794, 40.354134063890967 ], [ -111.50482743961861, 40.354254527875668 ], [ -111.50525849855758, 40.354419315656088 ], [ -111.50584203921404, 40.354502352305929 ], [ -111.50611914083447, 40.354550690609855 ], [ -111.50644990800055, 40.354688885186953 ], [ -111.50686498950382, 40.355078065776404 ], [ -111.5070432204481, 40.355289901458612 ], [ -111.50736329754356, 40.355572287303936 ], [ -111.50758906776863, 40.355841572383461 ], [ -111.50769007615587, 40.355962753102375 ], [ -111.50795476674224, 40.355925554163306 ], [ -111.50836060025637, 40.355865211356104 ], [ -111.50875509713697, 40.355863476724117 ], [ -111.50949123430587, 40.355878254654499 ], [ -111.51003898923265, 40.355898363389947 ], [ -111.5107511450548, 40.356012340127698 ], [ -111.51111867262524, 40.356181891106274 ], [ -111.51128388474379, 40.356227107738697 ], [ -111.51162729100552, 40.356476945491018 ], [ -111.51172837565382, 40.356607131505726 ], [ -111.51211869258842, 40.356830633567647 ], [ -111.51241416119936, 40.35696986820367 ], [ -111.51284586317269, 40.357214806475241 ], [ -111.51329421475666, 40.357325432358763 ], [ -111.51363654699466, 40.357432022789908 ], [ -111.51412638523563, 40.35757759701076 ], [ -111.51461579404463, 40.357666413193996 ], [ -111.51493415927904, 40.357718150381665 ], [ -111.51506976539829, 40.357740970430221 ], [ -111.51531097461428, 40.357712868416307 ], [ -111.51566946647625, 40.357621178746662 ], [ -111.51603470405519, 40.357642072680491 ], [ -111.51634147257283, 40.357717281614093 ], [ -111.51671304605887, 40.357796704817126 ], [ -111.51705497304273, 40.357849231812125 ], [ -111.51755619145639, 40.35794158641486 ], [ -111.51787425685848, 40.357953676432615 ], [ -111.51799646090869, 40.357763936311272 ], [ -111.51814180310471, 40.357520037292296 ], [ -111.51818270977974, 40.357479312693066 ], [ -111.51829427409901, 40.357438271462613 ], [ -111.51857039553215, 40.357355951087726 ], [ -111.51885832706959, 40.357278081664411 ], [ -111.5193286168373, 40.357176869874131 ], [ -111.51977604455357, 40.357165850767004 ], [ -111.52017082524061, 40.357200112645344 ], [ -111.52068312617988, 40.357202312018792 ], [ -111.5209418497643, 40.357155200127863 ], [ -111.52109471184924, 40.357124781198699 ], [ -111.52132991710782, 40.35708227899184 ], [ -111.52173557151838, 40.35699936711648 ], [ -111.52205293828051, 40.356921356956505 ], [ -111.5221289275371, 40.356848940455059 ], [ -111.52217551793157, 40.356782062148966 ], [ -111.52224557309714, 40.356551110704956 ], [ -111.52227756897344, 40.356271681479555 ], [ -111.52228276188767, 40.356181566173518 ], [ -111.52229980034375, 40.356100406559023 ], [ -111.52241139462465, 40.35606386581312 ], [ -111.52255793435506, 40.355977616554185 ], [ -111.52289842981952, 40.355845444453507 ], [ -111.52333860180565, 40.355658765251661 ], [ -111.52378483359175, 40.355494579895812 ], [ -111.52410797422502, 40.355403024164715 ], [ -111.52440233724825, 40.355397185285355 ], [ -111.52464398789652, 40.355427621525585 ], [ -111.52518509673121, 40.355501743788736 ], [ -111.52540430388112, 40.355523271162546 ], [ -111.52566901756138, 40.355490536185862 ], [ -111.52606964419431, 40.355520246786895 ], [ -111.52662332331475, 40.355544754618208 ], [ -111.52708868325452, 40.355569662328328 ], [ -111.52727135067767, 40.355586848085437 ], [ -111.5277307177904, 40.355598266753432 ], [ -111.52811343596278, 40.355596519835245 ], [ -111.52824903506959, 40.355618423551796 ], [ -111.52855559657593, 40.35566657349554 ], [ -111.52887936492668, 40.355656084241723 ], [ -111.52934983937799, 40.355581858428671 ], [ -111.52974383977069, 40.355516990183347 ], [ -111.53016770253764, 40.355506038823066 ], [ -111.53081523699579, 40.355485050396183 ], [ -111.532063130141, 40.35543427051558 ], [ -111.5324509910059, 40.355337889149524 ], [ -111.53267377585802, 40.355215239317566 ], [ -111.53304939760422, 40.355060352610955 ], [ -111.53333744431572, 40.355000464994333 ], [ -111.53376183589958, 40.355057066914426 ], [ -111.53433367516597, 40.355144518317083 ], [ -111.53501142747683, 40.355222467820823 ], [ -111.53545074560714, 40.355230344894395 ], [ -111.53554733621333, 40.355233501352643 ], [ -111.53574724072246, 40.355196538800776 ], [ -111.53598818215873, 40.355136862775893 ], [ -111.53610008838956, 40.355140848713894 ], [ -111.53647866480351, 40.355359818317616 ], [ -111.53691116426286, 40.3556956557386 ], [ -111.53709605030743, 40.35599210033584 ], [ -111.53719290362274, 40.356324990264845 ], [ -111.53729596776401, 40.356698392555288 ], [ -111.53744459985471, 40.356877885599715 ], [ -111.53765689253841, 40.356917440221601 ], [ -111.53799327194724, 40.357011373317597 ], [ -111.53841285952305, 40.357202217254589 ], [ -111.5387034844689, 40.357465733848009 ], [ -111.53933082716117, 40.357864619523639 ], [ -111.53971564068523, 40.35812409060032 ], [ -111.54011704339862, 40.358248345236987 ], [ -111.54050013549092, 40.358291601446062 ], [ -111.54090190058977, 40.35846089754574 ], [ -111.54109100745751, 40.358545600161456 ], [ -111.54142179247022, 40.358674685199787 ], [ -111.54187059592506, 40.358834748526824 ], [ -111.54207765839298, 40.358955402099433 ], [ -111.54246151382388, 40.35909324457117 ], [ -111.54263859505171, 40.359146468926966 ], [ -111.54269150999015, 40.359136310552316 ], [ -111.54272677456675, 40.359128036816273 ], [ -111.54282040877952, 40.359055523979634 ], [ -111.54320133797593, 40.358828506083285 ], [ -111.54361257398622, 40.358709454603343 ], [ -111.54388296188625, 40.358649623746849 ], [ -111.54415370420372, 40.358633935556703 ], [ -111.5445474249041, 40.35853388243185 ], [ -111.54495244210167, 40.358374314173332 ], [ -111.54547387786492, 40.358047525708393 ], [ -111.54589066625196, 40.357887898642694 ], [ -111.54620775413886, 40.357778291446003 ], [ -111.5466251939138, 40.357699741253704 ], [ -111.54697851850193, 40.357702575392324 ], [ -111.54714407815834, 40.357787379471311 ], [ -111.54733231663111, 40.357763965862667 ], [ -111.54746024091448, 40.357709305340329 ], [ -111.54780252943911, 40.357658134136571 ], [ -111.5481200873012, 40.357607079126467 ], [ -111.54858521281315, 40.357600369278799 ], [ -111.54899061665462, 40.35749033552127 ], [ -111.54932605647532, 40.357466219850863 ], [ -111.54953828456345, 40.357496743771989 ], [ -111.5497777225814, 40.35754245356388 ], [ -111.54989749622941, 40.357499541022051 ], [ -111.55012032938103, 40.35738586661904 ], [ -111.55042530208132, 40.357235764193554 ], [ -111.5506953480749, 40.357135377745443 ], [ -111.55129446504822, 40.356952339976466 ], [ -111.55177567086157, 40.356751843338017 ], [ -111.55235115582154, 40.356559903657484 ], [ -111.55279717474137, 40.356377589160765 ], [ -111.5532793286534, 40.356150054195545 ], [ -111.55378874825588, 40.355944909613854 ], [ -111.5542590118327, 40.355848060580954 ], [ -111.55474130836964, 40.355782684047085 ], [ -111.55570030646487, 40.355687988544204 ], [ -111.55590653277582, 40.355705015862348 ], [ -111.55610683422492, 40.35571756671154 ], [ -111.55616592843204, 40.355743409175744 ], [ -111.55616052900467, 40.355802895715541 ], [ -111.55617226469434, 40.356514564305812 ], [ -111.55613407978198, 40.357600353647605 ], [ -111.55608430986167, 40.358709622330302 ], [ -111.5561537705341, 40.359996699097344 ], [ -111.55610077211664, 40.360713183038165 ], [ -111.55610562080253, 40.361303260361055 ], [ -111.55616205938119, 40.361721915340176 ], [ -111.5561288354706, 40.362695065266024 ], [ -111.55612418326076, 40.362845540730333 ], [ -111.55613432885281, 40.363363519033932 ], [ -111.55616588210528, 40.363620128536766 ], [ -111.55617010249148, 40.364133630678737 ], [ -111.55618213691233, 40.364881333465981 ], [ -111.55616561834245, 40.365021054945004 ], [ -111.55612628499925, 40.365250977763822 ], [ -111.55600445631902, 40.365474990779539 ], [ -111.55591771553624, 40.365669104765686 ], [ -111.5557788626643, 40.365971579075449 ], [ -111.55567529001937, 40.366267577283935 ], [ -111.55562378447131, 40.366449809814114 ], [ -111.55566116708796, 40.366699183984103 ], [ -111.55579755923392, 40.366813845850281 ], [ -111.55594618862965, 40.366984305524483 ], [ -111.55622459784895, 40.367181168374636 ], [ -111.55651070527205, 40.367454571361257 ], [ -111.55680064495623, 40.367763991810065 ], [ -111.55748159153028, 40.368211169308758 ], [ -111.55773604559081, 40.368358593562526 ], [ -111.55810410217839, 40.368712679708949 ], [ -111.55847312933811, 40.369183879007572 ], [ -111.55885472134726, 40.369749612500499 ], [ -111.55915789847597, 40.370090494952969 ], [ -111.55945575561465, 40.37049987189539 ], [ -111.55972989530923, 40.370889542690307 ], [ -111.55992701493085, 40.37122372898434 ], [ -111.56026105338424, 40.371733831078487 ], [ -111.56043449376082, 40.372052815604711 ], [ -111.56067819792621, 40.372321908887081 ], [ -111.56090483334567, 40.372663157633838 ], [ -111.5612021071472, 40.372999558569077 ], [ -111.56140376906424, 40.373169753631188 ], [ -111.5616472193491, 40.373407314014351 ], [ -111.56174943534248, 40.373659073725676 ], [ -111.56186842277752, 40.373802642066735 ], [ -111.56201182959552, 40.374049696818055 ], [ -111.56207184785941, 40.37418454235133 ], [ -111.56223806577455, 40.374341394454142 ], [ -111.56244551154202, 40.374498045806817 ], [ -111.56265322053831, 40.374686227515944 ], [ -111.56273608712037, 40.374735374622247 ], [ -111.56277209928784, 40.37481628170309 ], [ -111.56278472546285, 40.374918023618861 ], [ -111.56283834669881, 40.374991637663413 ], [ -111.5627368552282, 40.375252495906267 ], [ -111.5626668060975, 40.375611400762146 ], [ -111.56264730140791, 40.376098890426675 ], [ -111.56260463456144, 40.376634241197465 ], [ -111.56250881639988, 40.377152733080251 ], [ -111.56239506506121, 40.377639780054473 ], [ -111.56235671980804, 40.377986818512298 ], [ -111.56238031459063, 40.378699326874411 ], [ -111.5624191377634, 40.379118063112109 ], [ -111.5624451250482, 40.379409832863857 ], [ -111.56246865339199, 40.379547558267255 ], [ -111.56248234569637, 40.379635781237639 ], [ -111.56255496684803, 40.379868764696894 ], [ -111.56284667571472, 40.380239422710524 ], [ -111.56353555520222, 40.380911753116663 ], [ -111.56389167526933, 40.381235246995217 ], [ -111.5643386550705, 40.381858300610581 ], [ -111.5644696310541, 40.382024330367649 ], [ -111.56477341870598, 40.382428258184248 ], [ -111.56497059743856, 40.382762434818929 ], [ -111.56506193287906, 40.383118750255107 ], [ -111.56511292513075, 40.383581570521649 ], [ -111.56519224825297, 40.383910016192971 ], [ -111.56531301603854, 40.384263484760154 ], [ -111.5654208516558, 40.384479176702143 ], [ -111.56577291067795, 40.385018002614039 ], [ -111.56631006445654, 40.385852321438271 ], [ -111.56687228203917, 40.386863994569381 ], [ -111.5674516520027, 40.387811615798356 ], [ -111.56801838630253, 40.388655691079833 ], [ -111.56816154480983, 40.38886670219599 ], [ -111.56833412058533, 40.389073063986039 ], [ -111.56859650372684, 40.389310515880808 ], [ -111.56892091517183, 40.389498111833468 ], [ -111.56923434554312, 40.389640715311117 ], [ -111.56939442396775, 40.38976155034063 ], [ -111.5695494468719, 40.389981510386058 ], [ -111.56961559809504, 40.390141546912353 ], [ -111.56973740260291, 40.390613925703597 ], [ -111.56976920356138, 40.390892150840003 ], [ -111.56988985623389, 40.391227596461434 ], [ -111.56993154914538, 40.391281445694453 ], [ -111.57004477021519, 40.391434042635595 ], [ -111.57023552548495, 40.391698871125733 ], [ -111.57025342667909, 40.391725810203816 ], [ -111.57069263640949, 40.392111035493052 ], [ -111.57120212619074, 40.392446361788039 ], [ -111.57138004053412, 40.392585124119208 ], [ -111.57151574488702, 40.392748419417096 ], [ -111.57162428192262, 40.392903740647235 ], [ -111.57170841169378, 40.393098822558379 ], [ -111.57175364752197, 40.393431936194979 ], [ -111.5716863077686, 40.393968311512211 ], [ -111.57159456128628, 40.394266065859348 ], [ -111.57155060728002, 40.394641963193351 ], [ -111.57161217165417, 40.394955176036291 ], [ -111.57172746769798, 40.395351907922773 ], [ -111.57178394994521, 40.395760642352165 ], [ -111.57178770696584, 40.396204772993059 ], [ -111.57181639429982, 40.396810043400762 ], [ -111.57185372508935, 40.397044095659432 ], [ -111.57187294700626, 40.397226885531531 ], [ -111.57193032920063, 40.397323900110351 ], [ -111.5719875057183, 40.397396591080003 ], [ -111.57208752107688, 40.397518620183618 ], [ -111.57215863945372, 40.397567818402358 ], [ -111.57265654731658, 40.397921213407898 ], [ -111.57288218485421, 40.398127305218878 ], [ -111.57291187209695, 40.398154185456555 ], [ -111.57309030159999, 40.398351501634075 ], [ -111.57317419043805, 40.398516853413973 ], [ -111.57320220720618, 40.398763564077079 ], [ -111.57329068640014, 40.39905321867905 ], [ -111.57335828474802, 40.399381715895942 ], [ -111.57344382660983, 40.399741655937085 ], [ -111.57347508186858, 40.399953214907626 ], [ -111.57347023734319, 40.400076663676785 ], [ -111.57342415777106, 40.400201217852953 ], [ -111.57335430438857, 40.400301565312034 ], [ -111.57328447372561, 40.400404615346353 ], [ -111.57307370472734, 40.40056331947315 ], [ -111.57283385725358, 40.40076721279577 ], [ -111.57270031408272, 40.40100030918979 ], [ -111.57259194814804, 40.401423372830003 ], [ -111.57249550980065, 40.401863494580461 ], [ -111.57248135973786, 40.402279785167671 ], [ -111.57255036962198, 40.402774944062912 ], [ -111.57255372806574, 40.403171327873956 ], [ -111.57251432297748, 40.403388642311924 ], [ -111.57239307348333, 40.403821679402412 ], [ -111.57229007048757, 40.404043813106441 ], [ -111.57209897792936, 40.404440258206073 ], [ -111.57201438536732, 40.404888428918063 ], [ -111.57205400966897, 40.405392742356923 ], [ -111.57210936647051, 40.405667245928818 ], [ -111.57212168499551, 40.405730248654422 ], [ -111.57218936101745, 40.406067754887999 ], [ -111.57245453837146, 40.406764647223085 ], [ -111.57290315092555, 40.407550721042213 ], [ -111.57335598463126, 40.408138572025933 ], [ -111.57390949708177, 40.408784480571121 ], [ -111.57405853331055, 40.408986445273705 ], [ -111.57410096023119, 40.409124974623609 ], [ -111.57404024449939, 40.409608163337481 ], [ -111.57404755322513, 40.409774795219036 ], [ -111.5740960340555, 40.409932213582813 ], [ -111.57415645358344, 40.410107590816189 ], [ -111.57439457322634, 40.410390194430384 ], [ -111.57448384466873, 40.41049335543088 ], [ -111.57466874088792, 40.410753700171043 ], [ -111.57479995224779, 40.410937734253316 ], [ -111.57504183321997, 40.411107704188979 ], [ -111.57540989751962, 40.411286054796335 ], [ -111.57600109528892, 40.411508338271517 ], [ -111.57629746413326, 40.411709565896977 ], [ -111.57665464706838, 40.412131212065887 ], [ -111.57705473919589, 40.412746338267254 ], [ -111.57718052987576, 40.412984451124807 ], [ -111.57731810733553, 40.413222504980709 ], [ -111.57774590488604, 40.413630281399932 ], [ -111.57832149569025, 40.414091371536301 ], [ -111.57862916726957, 40.414233977491733 ], [ -111.57893044523819, 40.414318055605534 ], [ -111.57915629299396, 40.414402510797267 ], [ -111.57932682389794, 40.414496251812103 ], [ -111.57954695368767, 40.414738393805024 ], [ -111.579775027243, 40.415219236160347 ], [ -111.5802233176407, 40.415951227304717 ], [ -111.58042554359108, 40.416166430161141 ], [ -111.58065728337382, 40.416386889880066 ], [ -111.58097756266042, 40.416623120589229 ], [ -111.58148062041542, 40.41686834127497 ], [ -111.5820895666958, 40.417090504005394 ], [ -111.58260340832591, 40.417218547487295 ], [ -111.58328831306147, 40.417363743948819 ], [ -111.58424966073517, 40.41744447619898 ], [ -111.58453882242463, 40.417488059997034 ], [ -111.58475710876208, 40.417513983406799 ], [ -111.58520008259312, 40.417624355577061 ], [ -111.58539553809842, 40.417735979546919 ], [ -111.58554451141121, 40.417924415734767 ], [ -111.58567116202222, 40.418257109987465 ], [ -111.58569325606993, 40.418766010719196 ], [ -111.58573318714221, 40.419292839182162 ], [ -111.58577014969875, 40.419477337896524 ], [ -111.58580808923206, 40.419774445037888 ], [ -111.58591074072103, 40.420057710619787 ], [ -111.58630338948376, 40.420479146435291 ], [ -111.58701389832422, 40.420853021190048 ], [ -111.58773445388721, 40.421025938228894 ], [ -111.58801876131042, 40.421051519800471 ], [ -111.58823639961317, 40.421136899750032 ], [ -111.5883376820907, 40.421261610447417 ], [ -111.5883861262308, 40.421410013546208 ], [ -111.58838258728227, 40.421680303600205 ], [ -111.58846242353088, 40.422049269045417 ], [ -111.5886509785724, 40.422719484646692 ], [ -111.58877812500629, 40.423106227043704 ], [ -111.58897077288994, 40.423569212658826 ], [ -111.58916204793594, 40.423874546283457 ], [ -111.58942507362889, 40.424296631620102 ], [ -111.58979399670108, 40.424695653482352 ], [ -111.59029943040512, 40.425202085956073 ], [ -111.5907034912408, 40.425573898236834 ], [ -111.59085768137429, 40.42568121905785 ], [ -111.5911422503648, 40.425868954645004 ], [ -111.59135031666554, 40.426070594445839 ], [ -111.59149968030707, 40.426299561395034 ], [ -111.59177731583829, 40.42690625211948 ], [ -111.59217257605395, 40.427751079707654 ], [ -111.59235351183392, 40.428218623763435 ], [ -111.5924451664474, 40.428587525432 ], [ -111.59243380770047, 40.429308308088487 ], [ -111.59240670751068, 40.429578718603601 ], [ -111.59240149193114, 40.42979045810948 ], [ -111.59244013198389, 40.430029000039987 ], [ -111.59248289489129, 40.430199952916155 ], [ -111.59287054085274, 40.430711481663856 ], [ -111.59303724738416, 40.430899816738098 ], [ -111.593334068988, 40.431137033639978 ], [ -111.59412247578474, 40.431637491526033 ], [ -111.59451405363033, 40.431923768131767 ], [ -111.5948885861557, 40.432282203501337 ], [ -111.59506095858326, 40.432443479283798 ], [ -111.5952743161001, 40.43257301210258 ], [ -111.59572373761267, 40.432732860004585 ], [ -111.59616774396052, 40.43294678836682 ], [ -111.59654141521906, 40.43320612320462 ], [ -111.59689127161683, 40.433438552635621 ], [ -111.59753104755748, 40.43379110500274 ], [ -111.59827717512869, 40.434170130601096 ], [ -111.59889322622301, 40.434504780042502 ], [ -111.59923054806818, 40.434651681319437 ], [ -111.59962056447161, 40.43475776760328 ], [ -111.59996266294179, 40.434778515333321 ], [ -111.60015101619052, 40.434746006027204 ], [ -111.60049764710523, 40.434613574885965 ], [ -111.60121558258308, 40.434339572126028 ], [ -111.60231318670779, 40.433937460818548 ], [ -111.60337767554886, 40.433657134042406 ], [ -111.60386580721011, 40.43352845871506 ], [ -111.60430060265067, 40.43336852847829 ], [ -111.60469957615094, 40.433158333326141 ], [ -111.60508112165446, 40.432977056959871 ], [ -111.6054322143595, 40.432686929356393 ], [ -111.60638753309743, 40.432069307278901 ], [ -111.60703854794463, 40.431701024330877 ], [ -111.60748499142085, 40.431527507371449 ], [ -111.6079259842823, 40.431403567112021 ], [ -111.6088382499255, 40.431245612564368 ], [ -111.60950887873283, 40.431093429549328 ], [ -111.60996738553249, 40.43095137107268 ], [ -111.61028531960015, 40.430909152457176 ], [ -111.61057540804059, 40.430916629797608 ], [ -111.61083415557066, 40.43097832629379 ], [ -111.61163304939538, 40.431320950784198 ], [ -111.61224393958996, 40.431732133354366 ], [ -111.61245171894276, 40.431893195624482 ], [ -111.61254738025661, 40.432041338056671 ], [ -111.61255458272146, 40.432185444620103 ], [ -111.61251503734459, 40.432374844094028 ], [ -111.61254037314472, 40.432568404320236 ], [ -111.61250001012255, 40.432667717664827 ], [ -111.61253623604709, 40.432762120697426 ], [ -111.61266100398859, 40.432869568089366 ], [ -111.61298094949831, 40.433048052976666 ], [ -111.61353758334981, 40.433324380562816 ], [ -111.61390555096121, 40.433597202949407 ], [ -111.61420851585105, 40.433852351433224 ], [ -111.61453027440464, 40.434229021269559 ], [ -111.61500981495281, 40.435100348133496 ], [ -111.61552859062455, 40.435876869050205 ], [ -111.61573896668627, 40.436191065080706 ], [ -111.61591095950401, 40.436433392906928 ], [ -111.61629847562578, 40.436778175623694 ], [ -111.61674360194037, 40.437104631607667 ], [ -111.61712434045668, 40.437480979283002 ], [ -111.61741187497127, 40.437979445460442 ], [ -111.61776607400797, 40.43867575339457 ], [ -111.61792441972918, 40.439228962664551 ], [ -111.6179744682007, 40.439544011276915 ], [ -111.61787767266775, 40.439918403505793 ], [ -111.61760546097562, 40.440451390969216 ], [ -111.61722312895374, 40.441192173453288 ], [ -111.61691508178264, 40.441675800861823 ], [ -111.61668223008586, 40.442001368303949 ], [ -111.61633686909845, 40.442273480997507 ], [ -111.61618461598253, 40.442386905502197 ], [ -111.61603928581386, 40.442612905766502 ], [ -111.61594120079792, 40.442847663149109 ], [ -111.61579206965875, 40.443303413538509 ], [ -111.61573030141535, 40.443641581064789 ], [ -111.61575581547739, 40.443853157288075 ], [ -111.61584086117104, 40.444127479550232 ], [ -111.61603808889424, 40.444419222017835 ], [ -111.61640192720789, 40.444877643709731 ], [ -111.61675539540119, 40.445491074745334 ], [ -111.61696123814555, 40.445950337415638 ], [ -111.61709157824461, 40.446147840204375 ], [ -111.61725303050029, 40.446394726336571 ], [ -111.61728415783342, 40.446574740561907 ], [ -111.61725636827596, 40.446759573894404 ], [ -111.61721645724468, 40.446908435850823 ], [ -111.61721225080233, 40.447093143242675 ], [ -111.61725484045233, 40.447237060170004 ], [ -111.61735725462272, 40.447475252311889 ], [ -111.61773916930284, 40.447973212648826 ], [ -111.6181338720498, 40.44857921151084 ], [ -111.61831281564783, 40.448803479962308 ], [ -111.6184793902992, 40.448964751180263 ], [ -111.61874619830337, 40.449125485685428 ], [ -111.61896383349374, 40.449196392702362 ], [ -111.61947298187654, 40.4492927645354 ], [ -111.62023506254145, 40.449450840405646 ], [ -111.62075528341171, 40.44959669675724 ], [ -111.62083820146836, 40.449636792029317 ], [ -111.62090351429863, 40.449685990821528 ], [ -111.62095171110209, 40.449797443728833 ], [ -111.62094320241393, 40.450154246447731 ], [ -111.6208371037342, 40.450798960877314 ], [ -111.62080339297559, 40.450980223107962 ], [ -111.62073563324036, 40.451177884392145 ], [ -111.62062458083514, 40.451412715028873 ], [ -111.62014663851919, 40.452018883950345 ], [ -111.619680273443, 40.45260246625805 ], [ -111.61956940144246, 40.452729186730572 ], [ -111.61944756356539, 40.452946055972838 ], [ -111.61941446020889, 40.453193981167722 ], [ -111.61947574053009, 40.453445905080152 ], [ -111.61973479005522, 40.454043615694907 ], [ -111.61999696682231, 40.454339507091682 ], [ -111.62020491764453, 40.454509562710143 ], [ -111.62037749041907, 40.454679807822771 ], [ -111.62044355362117, 40.454810083869738 ], [ -111.6204620718695, 40.454900074552988 ], [ -111.62041701254077, 40.455130046105623 ], [ -111.62031846948872, 40.455315259622637 ], [ -111.62007280105345, 40.455532793890512 ], [ -111.61946872020432, 40.455891888545302 ], [ -111.61864105576731, 40.456306230887527 ], [ -111.61854118430554, 40.456347305876015 ], [ -111.61834737898054, 40.456433928334825 ], [ -111.61818247858382, 40.456457332846703 ], [ -111.61786945969752, 40.456404952393612 ], [ -111.61770975458857, 40.456351751906375 ], [ -111.61757388382807, 40.456325450880499 ], [ -111.61745603303233, 40.456335089466002 ], [ -111.61730300833328, 40.456367438293718 ], [ -111.61700368749618, 40.456523090392253 ], [ -111.61638196525638, 40.45689037117419 ], [ -111.61620023706696, 40.457008457153592 ], [ -111.61594209749416, 40.457153977053238 ], [ -111.61568944237297, 40.457254422134561 ], [ -111.61524833684507, 40.45738289687786 ], [ -111.61509567838765, 40.45745578135989 ], [ -111.61493602560958, 40.457537711854727 ], [ -111.61479097635787, 40.457669113987862 ], [ -111.61470404356099, 40.457836242914901 ], [ -111.61468947314168, 40.458178662579058 ], [ -111.61468387842451, 40.458858872130747 ], [ -111.6146795004998, 40.459025561972872 ], [ -111.61466328767216, 40.459187810242305 ], [ -111.61458781812945, 40.459318842074623 ], [ -111.61445362513092, 40.459477213038589 ], [ -111.61408965528047, 40.459659327297587 ], [ -111.61347350664319, 40.45999593211004 ], [ -111.6127353970063, 40.460540387237707 ], [ -111.61209109733019, 40.461025782398487 ], [ -111.61193281623403, 40.461130223957319 ], [ -111.6117572111018, 40.461275297489621 ], [ -111.61164671860681, 40.461447053225733 ], [ -111.61157291553461, 40.461762758736171 ], [ -111.61152749478278, 40.461956692537449 ], [ -111.61143461045521, 40.462119345896873 ], [ -111.61125461057435, 40.462300477891574 ], [ -111.61079606120342, 40.462591189839522 ], [ -111.61016258512616, 40.46297291347171 ], [ -111.6099635860615, 40.463140630233994 ], [ -111.60982368103629, 40.463321548392777 ], [ -111.60973729898454, 40.463551733538829 ], [ -111.60977557480378, 40.463871351027329 ], [ -111.60989905205277, 40.464351779985613 ], [ -111.60992562606666, 40.464811999454248 ], [ -111.60992046412893, 40.465023738083531 ], [ -111.60992237910797, 40.465235439362154 ], [ -111.60987809013803, 40.46542486194447 ], [ -111.60978072540487, 40.465745194935003 ], [ -111.60970650181558, 40.466015856297716 ], [ -111.6095899360259, 40.466169624002688 ], [ -111.60943790300172, 40.466314569602936 ], [ -111.60902129290501, 40.466550999285431 ], [ -111.60868045391935, 40.466687929552123 ], [ -111.60810997309652, 40.466866607678249 ], [ -111.60723956294059, 40.467141453503466 ], [ -111.6068747213322, 40.467233459578701 ], [ -111.6067922356042, 40.467242901627039 ], [ -111.6065624711747, 40.467271134573672 ], [ -111.60626754093633, 40.467267276514477 ], [ -111.6060422189797, 40.467264854550351 ], [ -111.60543553783631, 40.467222988957964 ], [ -111.60473917308281, 40.467177084937198 ], [ -111.60411313675122, 40.467081259701921 ], [ -111.60317319900359, 40.466838421155089 ], [ -111.60294856661038, 40.466781034692801 ], [ -111.60272413592342, 40.466746169226973 ], [ -111.60247687984692, 40.466797007748873 ], [ -111.60201855656356, 40.4669885846696 ], [ -111.60171894407557, 40.46712077519998 ], [ -111.60133542327283, 40.467235383528227 ], [ -111.60101327681751, 40.46735417596836 ], [ -111.60067783333365, 40.467437000637744 ], [ -111.60008108786425, 40.467318478851283 ], [ -111.59891083350769, 40.467040765139522 ], [ -111.59801807442207, 40.466928270596682 ], [ -111.59775346206783, 40.466884594364203 ], [ -111.5974698180549, 40.466822997910455 ], [ -111.59707475840258, 40.466834048310453 ], [ -111.59678633394005, 40.466898600813337 ], [ -111.59653939149642, 40.466985461005116 ], [ -111.59613440728239, 40.467208270810289 ], [ -111.59601131341898, 40.467294491057643 ], [ -111.59585299254925, 40.467398910766711 ], [ -111.59562393900585, 40.467508199268956 ], [ -111.59542935583423, 40.467513706307138 ], [ -111.59534690783519, 40.467527644493586 ], [ -111.5950717318774, 40.46762365596215 ], [ -111.59474816687612, 40.467850546198939 ], [ -111.59446120525062, 40.468081751775557 ], [ -111.59413355291014, 40.468380733257327 ], [ -111.59388751416563, 40.468571186564297 ], [ -111.59365263498421, 40.468689510078072 ], [ -111.59338846429446, 40.468830505977934 ], [ -111.59316015482983, 40.469025371206044 ], [ -111.59289800204196, 40.46939608495002 ], [ -111.59247810825998, 40.469938777613208 ], [ -111.59229135473039, 40.470164959551269 ], [ -111.59188756327939, 40.470527387674998 ], [ -111.591435951492, 40.470817987149459 ], [ -111.59077834053799, 40.471159187401362 ], [ -111.59066069647245, 40.471195824614561 ], [ -111.59048446685836, 40.471277805973735 ], [ -111.590372996556, 40.471345942820896 ], [ -111.59025598296948, 40.471454648325562 ], [ -111.59015139597875, 40.471635362184649 ], [ -111.5900758176516, 40.471760973014263 ], [ -111.58995904727469, 40.471897604839754 ], [ -111.58980664368028, 40.472006490514602 ], [ -111.58945390199031, 40.472138920325783 ], [ -111.58930692259278, 40.47219372374019 ], [ -111.58907784208242, 40.472302999368672 ], [ -111.58893750781266, 40.472443353843794 ], [ -111.58885013796561, 40.472569924841103 ], [ -111.58870001261452, 40.472940058117054 ], [ -111.58859573382495, 40.473156804917991 ], [ -111.5884325118341, 40.473378356208677 ], [ -111.58819839239126, 40.473586754600653 ], [ -111.58772853893588, 40.473818873918503 ], [ -111.58749366987703, 40.47394168930731 ], [ -111.58723591331147, 40.474145701388601 ], [ -111.58713107869514, 40.474299386752264 ], [ -111.58700516096921, 40.474741466659651 ], [ -111.58695345686708, 40.474900287393538 ], [ -111.58685451094175, 40.475053041686778 ], [ -111.58672140120304, 40.475211374713446 ], [ -111.58622750251989, 40.475529195313221 ], [ -111.58559458681937, 40.476005375445652 ], [ -111.58486713044486, 40.476464012561713 ], [ -111.58455615280342, 40.476654774436824 ], [ -111.58435095576739, 40.476799955795791 ], [ -111.58418728161558, 40.476971953873282 ], [ -111.58407095092983, 40.477161730446319 ], [ -111.58398567343211, 40.477531529655792 ], [ -111.58395558978262, 40.478144292442373 ], [ -111.5839499979466, 40.478860534695734 ], [ -111.58395448625342, 40.479378528379918 ], [ -111.5839141709061, 40.479491344310539 ], [ -111.58386170674389, 40.479563681189674 ], [ -111.58369732248161, 40.479654601279741 ], [ -111.5833674608854, 40.479710320563278 ], [ -111.58276148698251, 40.479898061632937 ], [ -111.58186045399722, 40.480073771863928 ], [ -111.58159575528251, 40.480161590347308 ], [ -111.58127286825741, 40.480342493368013 ], [ -111.58083282613514, 40.480619479477667 ], [ -111.58039359505023, 40.480991054104599 ], [ -111.58017118336981, 40.481194872778495 ], [ -111.57991919833606, 40.481389830432768 ], [ -111.5790963332381, 40.481740801940326 ], [ -111.57884380136788, 40.481872697140922 ], [ -111.57868565172902, 40.482004119261788 ], [ -111.57861008695578, 40.482135127750951 ], [ -111.57855272155318, 40.482324603435742 ], [ -111.57849697992644, 40.482703259458752 ], [ -111.57840168422344, 40.483284815331196 ], [ -111.57833899810619, 40.483541884814109 ], [ -111.57824010514791, 40.48370454117358 ], [ -111.57801665277597, 40.483926378790557 ], [ -111.57751417571042, 40.48435681695112 ], [ -111.57731507082413, 40.484528982177586 ], [ -111.57706441526246, 40.484881583923809 ], [ -111.57657389269524, 40.485469615277196 ], [ -111.57614740663644, 40.485958226609441 ], [ -111.57567869535376, 40.486338939018928 ], [ -111.57527861747054, 40.486467056721764 ], [ -111.57504368160915, 40.486589847001135 ], [ -111.57489841527544, 40.486712190794655 ], [ -111.57482736529323, 40.486820651843864 ], [ -111.57483105455093, 40.487253064066458 ], [ -111.57483845276501, 40.487428702180161 ], [ -111.57474698217433, 40.487771497936322 ], [ -111.5746370822522, 40.488028800032353 ], [ -111.57455108682669, 40.488322019052937 ], [ -111.57457585369427, 40.489150720952615 ], [ -111.57460838662375, 40.48950641339534 ], [ -111.57454193206793, 40.49001575036327 ], [ -111.57447693617047, 40.490696250330927 ], [ -111.5744604816387, 40.491534165775462 ], [ -111.57450458441306, 40.49186277370211 ], [ -111.57454190418602, 40.492087812245636 ], [ -111.57452735482968, 40.492457252025517 ], [ -111.57448269118996, 40.492754769786693 ], [ -111.57450836525105, 40.492997884116598 ], [ -111.57462859223946, 40.493258546260975 ], [ -111.57505460194837, 40.494089756092556 ], [ -111.57510847122957, 40.494179577627051 ], [ -111.57537656284194, 40.494619682186801 ], [ -111.57581553233841, 40.495446319983756 ], [ -111.57607181911642, 40.495746842809965 ], [ -111.57635231080427, 40.495979677167924 ], [ -111.57686710809047, 40.496287917635975 ], [ -111.57750144232659, 40.496636098808011 ], [ -111.57772704212823, 40.496797132428966 ], [ -111.57789969524701, 40.496976448285132 ], [ -111.57809074603381, 40.497236752432137 ], [ -111.57834182602988, 40.497753511015389 ], [ -111.57866762265172, 40.498450073936851 ], [ -111.57894643635656, 40.499309032327488 ], [ -111.57914746563709, 40.500042254456844 ], [ -111.57913093384742, 40.500178372432146 ], [ -111.57913150713087, 40.500245035780161 ], [ -111.57910262412528, 40.500317252106868 ], [ -111.57900906725061, 40.500416819320073 ], [ -111.57890949336486, 40.500502903175416 ], [ -111.57880972565297, 40.50056646554421 ], [ -111.57845762556846, 40.500793452209486 ], [ -111.57784150267581, 40.501197432730976 ], [ -111.5774074434397, 40.501501402015073 ], [ -111.57681487195575, 40.50190075488932 ], [ -111.57638138185654, 40.502272284556383 ], [ -111.57595903355235, 40.502567181013674 ], [ -111.57570074813856, 40.502726124544637 ], [ -111.5755015771276, 40.502897385648694 ], [ -111.57540269560575, 40.50306544441559 ], [ -111.57540435067814, 40.503259128495301 ], [ -111.57544735009316, 40.503457111174527 ], [ -111.57552683284607, 40.503781037362089 ], [ -111.57562517423867, 40.504240003694079 ], [ -111.57566593244638, 40.504865922201176 ], [ -111.57567734046762, 40.505510004720762 ], [ -111.57559035592743, 40.506379800790185 ], [ -111.57559262785109, 40.506645553201331 ], [ -111.57552389365355, 40.506889136901655 ], [ -111.57540768025191, 40.507101425685619 ], [ -111.57522119083066, 40.507377126747116 ], [ -111.57509176216388, 40.507562454163903 ], [ -111.57493664889617, 40.507919079042075 ], [ -111.57487944433549, 40.508131073668395 ], [ -111.57488063665369, 40.508270706267723 ], [ -111.57490565714414, 40.508436346240174 ], [ -111.57504968069792, 40.508715807578405 ], [ -111.57522485926052, 40.509187904875446 ], [ -111.57523700831686, 40.509228384611404 ], [ -111.57532937776247, 40.509678371546471 ], [ -111.57540450621747, 40.510182497825781 ], [ -111.57545491336607, 40.510556117582155 ], [ -111.57544271492367, 40.511200317049244 ], [ -111.5753654450653, 40.511826822590024 ], [ -111.57533357741328, 40.512241392100201 ], [ -111.57534209690803, 40.512547653332788 ], [ -111.57538004778034, 40.512844759078547 ], [ -111.57551388934364, 40.513312556929961 ], [ -111.57554089887012, 40.513848453684432 ], [ -111.57544687108781, 40.514448015678845 ], [ -111.57537966889407, 40.514871769896665 ], [ -111.57540747343074, 40.515362617949933 ], [ -111.57542397518721, 40.51591208025382 ], [ -111.57541452803925, 40.516187800407266 ], [ -111.57536336655365, 40.516416881847043 ], [ -111.57529971542397, 40.516565846010273 ], [ -111.57517677460204, 40.516683574030246 ], [ -111.57500102316935, 40.516837600411115 ], [ -111.57473133863044, 40.517050651756321 ], [ -111.57431567715284, 40.517449111005206 ], [ -111.57400513442937, 40.517716417240749 ], [ -111.57341194967685, 40.518201339664678 ], [ -111.5730373583343, 40.51857256368946 ], [ -111.57258184910569, 40.519007249918374 ], [ -111.57221257647414, 40.519310877973069 ], [ -111.57192558754919, 40.519573557466053 ], [ -111.57177925592688, 40.519718424361777 ], [ -111.57157527815372, 40.520025736788092 ], [ -111.5713838298075, 40.52041857162213 ], [ -111.57128628658235, 40.520887517702704 ], [ -111.57126235249844, 40.521405648832619 ], [ -111.57130139980903, 40.521833379370918 ], [ -111.57129772029759, 40.522234294366577 ], [ -111.57125477823185, 40.522599367780131 ], [ -111.57111793942664, 40.52330724406314 ], [ -111.57089587468892, 40.524128152629764 ], [ -111.57086263702075, 40.52438507087853 ], [ -111.57075887242567, 40.52467837314682 ], [ -111.57058350266028, 40.524881038897675 ], [ -111.57041359162241, 40.52503142573795 ], [ -111.57029043600882, 40.525126627211336 ], [ -111.57014005372311, 40.52535259212268 ], [ -111.56986525845595, 40.525804393265545 ], [ -111.56977291159235, 40.5260525937232 ], [ -111.5697165608527, 40.526369084345369 ], [ -111.56971861284394, 40.526611413918559 ], [ -111.56980940659311, 40.526876729067013 ], [ -111.5700024586999, 40.527366762464823 ], [ -111.57026246993459, 40.528095201113508 ], [ -111.57047986680602, 40.528670698063273 ], [ -111.57062455818257, 40.529025835415212 ], [ -111.57075877836427, 40.52939904209687 ], [ -111.57077806272714, 40.52986290546125 ], [ -111.57060558720745, 40.530269158034884 ], [ -111.57051339758419, 40.530536276822005 ], [ -111.5704170074475, 40.531004314807646 ], [ -111.57041423609807, 40.531373693511135 ], [ -111.57061823374755, 40.53176006906147 ], [ -111.57088149666491, 40.532173178126541 ], [ -111.57096099301353, 40.532497105766808 ], [ -111.57093457278475, 40.532862096789763 ], [ -111.57081998279527, 40.533272567895978 ], [ -111.57049960977461, 40.533783152983609 ], [ -111.57035439032201, 40.534063145772038 ], [ -111.57027970672965, 40.53430675465939 ], [ -111.5702871378673, 40.53448689594299 ], [ -111.57044821482961, 40.534684296559391 ], [ -111.57090539002786, 40.534988341059332 ], [ -111.57139380394266, 40.535355291521746 ], [ -111.57168488756055, 40.535705198612526 ], [ -111.57190749792552, 40.536195081759395 ], [ -111.57242142718097, 40.536922257233542 ], [ -111.5725713606023, 40.537196285583974 ], [ -111.57262027836707, 40.537394238807103 ], [ -111.5725969702809, 40.537569126836324 ], [ -111.5725405392008, 40.537736971879426 ], [ -111.57233617392004, 40.538004647587513 ], [ -111.57187374406831, 40.538474498781959 ], [ -111.5717096216342, 40.538614948803662 ], [ -111.57134609644849, 40.53891313949832 ], [ -111.57101267688506, 40.539280548715489 ], [ -111.57082059825716, 40.539605817864583 ], [ -111.57073536387567, 40.539998125622112 ], [ -111.57074489960338, 40.54042600074218 ], [ -111.57083705490963, 40.540848963226082 ], [ -111.57105488169132, 40.541469500057858 ], [ -111.57120159400394, 40.542058856900468 ], [ -111.57127822298668, 40.542738648886882 ], [ -111.57121825014956, 40.543324522893116 ], [ -111.57112599976199, 40.543586236568274 ], [ -111.57088743939043, 40.544001824198062 ], [ -111.5706136788553, 40.544444611808345 ], [ -111.57037392781903, 40.544720566538402 ], [ -111.5700520466964, 40.545059988183915 ], [ -111.56974695984646, 40.545291219528202 ], [ -111.56919974702976, 40.545519138717736 ], [ -111.5685711237531, 40.545896102503939 ], [ -111.56821962880802, 40.546226655851456 ], [ -111.56802073728861, 40.54644835140607 ], [ -111.56788123319299, 40.546710294687195 ], [ -111.56774207034721, 40.547012776069373 ], [ -111.56774393414, 40.547233484445215 ], [ -111.56779703655329, 40.547368356668706 ], [ -111.56786998690775, 40.547476104676633 ], [ -111.56803051752456, 40.5476059442787 ], [ -111.56825638146142, 40.547780506723882 ], [ -111.5684407229368, 40.547932750825687 ], [ -111.56865634158768, 40.548292044861761 ], [ -111.56876084587188, 40.548778910673775 ], [ -111.56885219276542, 40.549106384034424 ], [ -111.56913311428241, 40.549505895488643 ], [ -111.56958109413273, 40.550107282422751 ], [ -111.57000454547209, 40.550600682085161 ], [ -111.57012965778883, 40.550730693415211 ], [ -111.57030806842627, 40.550878459268219 ], [ -111.57053364348906, 40.55101698306909 ], [ -111.57075883703924, 40.5511104639492 ], [ -111.57091275773507, 40.551155648697446 ], [ -111.57100726871397, 40.551158785180071 ], [ -111.57110769237785, 40.551162793245091 ], [ -111.57130827177224, 40.551139279386653 ], [ -111.57153293064952, 40.551169699295059 ], [ -111.57174018112558, 40.551236240402481 ], [ -111.57197741709491, 40.55135668591867 ], [ -111.57237021789719, 40.551715095437096 ], [ -111.57259073899904, 40.551952737800335 ], [ -111.57287019762531, 40.552176574199365 ], [ -111.573113344052, 40.55229698804645 ], [ -111.57329244701663, 40.55238618814559 ], [ -111.57341592689954, 40.552462150743793 ], [ -111.57355313629083, 40.552624530193562 ], [ -111.57374440015442, 40.552892945698801 ], [ -111.57391101409614, 40.553040764490191 ], [ -111.57409050479826, 40.553175005749253 ], [ -111.57435790574841, 40.553507004809113 ], [ -111.57480445694758, 40.55393270514444 ], [ -111.57520334740545, 40.554309092249568 ], [ -111.57523920321445, 40.554358462489994 ], [ -111.57554461612965, 40.55485242901964 ], [ -111.57562833246973, 40.55497363161583 ], [ -111.57588562025786, 40.555364235014956 ], [ -111.576203278191, 40.555907687410617 ], [ -111.57654510417936, 40.556514080302577 ], [ -111.57685057529417, 40.557012547300943 ], [ -111.57700609132087, 40.557241496654044 ], [ -111.57718557884975, 40.557510865900667 ], [ -111.57750722794765, 40.557829073037155 ], [ -111.57779347729668, 40.558151059847631 ], [ -111.57802566418415, 40.558367011892898 ], [ -111.57822889779627, 40.558649773930156 ], [ -111.57837358008535, 40.558991386310595 ], [ -111.57859542620577, 40.559377656344793 ], [ -111.57897094136793, 40.559776669197575 ], [ -111.57910906424127, 40.560041738174803 ], [ -111.57922406964988, 40.560365480441043 ], [ -111.57945804770519, 40.560787723302944 ], [ -111.5796257040373, 40.561052643472749 ], [ -111.5797157300327, 40.56121885556378 ], [ -111.57974048055738, 40.561349359747332 ], [ -111.57974762999915, 40.561493465531392 ], [ -111.5798029985669, 40.56174993998934 ], [ -111.57988867481934, 40.562096350811565 ], [ -111.58002253314669, 40.562550625876973 ], [ -111.58011357322687, 40.56283394758983 ], [ -111.58037383547816, 40.563562357323697 ], [ -111.58047788316964, 40.564120383263059 ], [ -111.58056466946067, 40.564457779004158 ], [ -111.58067236866125, 40.56475452972699 ], [ -111.5808058615754, 40.565028628536922 ], [ -111.58103262769062, 40.5652968527898 ], [ -111.58117582718501, 40.565463697041103 ], [ -111.58133094908466, 40.56564309350054 ], [ -111.58140956274664, 40.565854405781458 ], [ -111.58146466856628, 40.56607934959294 ], [ -111.58154285431284, 40.566241115266898 ], [ -111.58162049454103, 40.566339821709185 ], [ -111.58173369012951, 40.566451862328691 ], [ -111.58213246010135, 40.566801198559666 ], [ -111.5827396387688, 40.567343172440921 ], [ -111.58329304321161, 40.567813343843405 ], [ -111.58358414287338, 40.568005563798089 ], [ -111.58385709407948, 40.568148326100818 ], [ -111.58409405909273, 40.568228207812197 ], [ -111.58471569307983, 40.568391726687786 ], [ -111.58518931350905, 40.568515452288281 ], [ -111.58553275613716, 40.568612809301996 ], [ -111.58579350019009, 40.568709683784498 ], [ -111.58608422575004, 40.568857755966057 ], [ -111.58658313004636, 40.569170533200975 ], [ -111.58712499931191, 40.569667771107966 ], [ -111.58723793407165, 40.569748276630875 ], [ -111.58752968365552, 40.570012553947294 ], [ -111.58776784185133, 40.570227554582431 ], [ -111.58817745363251, 40.570459699565312 ], [ -111.58904976734497, 40.570914705595897 ], [ -111.58994012963221, 40.571405648156137 ], [ -111.59084949318633, 40.572040627959872 ], [ -111.59137357759205, 40.572524423300131 ], [ -111.59160648483858, 40.572811513435077 ], [ -111.59176795537269, 40.573035907219477 ], [ -111.59187570883778, 40.573197514175817 ], [ -111.59190088456306, 40.573373057415751 ], [ -111.59187963817347, 40.573643431238715 ], [ -111.59179036494368, 40.574238471481685 ], [ -111.59179940719149, 40.574594273971982 ], [ -111.5918670044926, 40.574891219050492 ], [ -111.59193364969214, 40.575080062997138 ], [ -111.59213056960013, 40.575304274522018 ], [ -111.59243370020889, 40.575514427807335 ], [ -111.59292788978645, 40.575953324905079 ], [ -111.59327469185909, 40.576425408664107 ], [ -111.59370583303222, 40.57708173884059 ], [ -111.59354433983403, 40.577124009326099 ], [ -111.59326676176768, 40.577400204414964 ], [ -111.59290297768418, 40.577815577229508 ], [ -111.59238996516504, 40.578592968098789 ], [ -111.59193518027973, 40.579141234140664 ], [ -111.59154567042587, 40.579454934713638 ], [ -111.59135167520111, 40.579564033853806 ], [ -111.59107556096977, 40.579740218172979 ], [ -111.59090846092319, 40.579951879521083 ], [ -111.59069624847956, 40.580139447495519 ], [ -111.5904506198012, 40.580289348833787 ], [ -111.58974766960954, 40.580567708844342 ], [ -111.58921146222673, 40.58072809950734 ], [ -111.58898759748615, 40.58080041085109 ], [ -111.58870482983667, 40.580892841372041 ], [ -111.58825825773151, 40.581169885440282 ], [ -111.58781280693773, 40.581305483581026 ], [ -111.5873846124115, 40.581387840214852 ], [ -111.58670588431835, 40.581466062711826 ], [ -111.58648123544617, 40.58144918585225 ], [ -111.5858131892835, 40.581397621845362 ], [ -111.58499077578539, 40.581258549367874 ], [ -111.58451784971186, 40.581224908098577 ], [ -111.58409218528816, 40.581191025927374 ], [ -111.5836549408784, 40.581184227163256 ], [ -111.58345998843424, 40.581185212019633 ], [ -111.58312450430698, 40.581195013980668 ], [ -111.58266441098542, 40.581278415030972 ], [ -111.58156233904467, 40.581591169521857 ], [ -111.58048384087029, 40.581898389746385 ], [ -111.57973569971716, 40.582149889476177 ], [ -111.5794530222371, 40.582254909258467 ], [ -111.57927546309682, 40.582354896844869 ], [ -111.57916375960701, 40.582418518705246 ], [ -111.57901809380132, 40.582517445102255 ], [ -111.57886572653256, 40.582661449003261 ], [ -111.57871612546435, 40.582852284711549 ], [ -111.57860949618419, 40.582956420305194 ], [ -111.5785075229777, 40.583052424542537 ], [ -111.57821647328366, 40.583283606708164 ], [ -111.57807526679294, 40.583351879596883 ], [ -111.57798109020018, 40.583392890544644 ], [ -111.57783724875843, 40.583429645455311 ], [ -111.57750030740577, 40.583408808399682 ], [ -111.57724009085999, 40.583378578160833 ], [ -111.57686274438045, 40.583330914685632 ], [ -111.57649553933602, 40.583363377868508 ], [ -111.57645410705446, 40.583354575816344 ], [ -111.57641862903162, 40.583351149329935 ], [ -111.57616896225903, 40.583310954329292 ], [ -111.57597472130308, 40.583257870088694 ], [ -111.57586692820078, 40.583226876641199 ], [ -111.57580293042645, 40.583204673615754 ], [ -111.57571995038589, 40.583173556342288 ], [ -111.57543537076789, 40.583057859652897 ], [ -111.57510966890494, 40.582969393465341 ], [ -111.57465879945171, 40.582890557927691 ], [ -111.57407391407506, 40.582753829381922 ], [ -111.57333919334108, 40.582505231365879 ], [ -111.57306037460721, 40.582371482559516 ], [ -111.57294168124555, 40.582309009566139 ], [ -111.57268089467557, 40.582211205690918 ], [ -111.57249143188048, 40.582163497177291 ], [ -111.5722311839061, 40.582128751378555 ], [ -111.57209519064963, 40.582115911739002 ], [ -111.57180116911078, 40.582138988703427 ], [ -111.57160069683314, 40.582185925872928 ], [ -111.57077575578022, 40.582442252037346 ], [ -111.5703691064832, 40.582560474461502 ], [ -111.57009796025775, 40.582633883552091 ], [ -111.56981557118796, 40.582774913640705 ], [ -111.56939479022832, 40.58317788114757 ], [ -111.56906067731134, 40.583490331957151 ], [ -111.56883210207347, 40.583707669501173 ], [ -111.56859773188229, 40.583938548344861 ], [ -111.56838661050094, 40.584124268205713 ], [ -111.56815037731398, 40.58427497678835 ], [ -111.56789138045802, 40.584388860632849 ], [ -111.5677674659013, 40.584407487401627 ], [ -111.56746645738356, 40.584444100917466 ], [ -111.56687658230405, 40.584556003942694 ], [ -111.56672320335456, 40.58458378300422 ], [ -111.5665273249047, 40.584616274716382 ], [ -111.56606040542512, 40.584596041693068 ], [ -111.56538270163136, 40.584662422465506 ], [ -111.56525161284824, 40.584671171947193 ], [ -111.56483241938452, 40.584705654219384 ], [ -111.56440220490234, 40.584694243830604 ], [ -111.56424074266336, 40.584744581146197 ], [ -111.56401413231903, 40.58491685544054 ], [ -111.56397440437715, 40.584970201458056 ], [ -111.56390537087921, 40.585051617872935 ], [ -111.56382283125127, 40.585213278676861 ], [ -111.56376496127328, 40.585357702260318 ], [ -111.56367183938612, 40.585525720770086 ], [ -111.56357295264239, 40.585710884085309 ], [ -111.56326477524178, 40.586302464931904 ], [ -111.56316009146035, 40.586501169369171 ], [ -111.56291504641558, 40.586871725355969 ], [ -111.56277040402917, 40.587096749717091 ], [ -111.56253016429754, 40.587477191145148 ], [ -111.56228076290135, 40.587892811037385 ], [ -111.56214647465877, 40.588225889984123 ], [ -111.56191377196896, 40.588801784695811 ], [ -111.56182796449647, 40.588997693382524 ], [ -111.56168923740603, 40.589224489313864 ], [ -111.56159575838763, 40.589351067244621 ], [ -111.56136680008547, 40.58952785207137 ], [ -111.56100288789349, 40.589817902136403 ], [ -111.56049545302255, 40.590186123358222 ], [ -111.56033952103748, 40.590334624437965 ], [ -111.56011721623229, 40.590601462628349 ], [ -111.56002315187935, 40.590800112609081 ], [ -111.56001204127776, 40.590884849318876 ], [ -111.56004133416033, 40.590996416578228 ], [ -111.56013770492018, 40.591215764318846 ], [ -111.56031121866025, 40.591474376564229 ], [ -111.56048964115421, 40.591754585864017 ], [ -111.56061795817895, 40.592119720891453 ], [ -111.56082900545712, 40.592626793302273 ], [ -111.56092558444394, 40.592870463090527 ], [ -111.56097290703148, 40.593017977753021 ], [ -111.56098260972783, 40.593189098008637 ], [ -111.56094890396788, 40.593398266071048 ], [ -111.56092063249285, 40.593550652232686 ], [ -111.56087502600683, 40.593749968362779 ], [ -111.56071319244388, 40.5941831768573 ], [ -111.56043435313811, 40.59475749024989 ], [ -111.56005580167731, 40.595421473616049 ], [ -111.55964988624288, 40.596206306252071 ], [ -111.55941917011197, 40.597026324193379 ], [ -111.55926162421144, 40.597834275867733 ], [ -111.55901309527951, 40.598645370231523 ], [ -111.55866489450619, 40.599410100327304 ], [ -111.55857749253752, 40.599559168235395 ], [ -111.55847845899849, 40.599730814314221 ], [ -111.55840460392886, 40.599945580818549 ], [ -111.55842700197458, 40.600080604521885 ], [ -111.55848567821711, 40.600172210575636 ], [ -111.55852729857193, 40.60020263924158 ], [ -111.55858662452484, 40.600230279628271 ], [ -111.55864479115391, 40.600260628231069 ], [ -111.55878249578137, 40.600332933398342 ], [ -111.55890734265468, 40.600422417334805 ], [ -111.55908002026746, 40.60057833473342 ], [ -111.559205873946, 40.600788531361296 ], [ -111.55926151676964, 40.600941411516999 ], [ -111.55929342897301, 40.601225034113313 ], [ -111.55926041994715, 40.601518880726417 ], [ -111.55911151364066, 40.601946618577855 ], [ -111.55884423060796, 40.602494745998861 ], [ -111.55843513535254, 40.603046261122543 ], [ -111.55816813265051, 40.603487180890518 ], [ -111.5577871663743, 40.603869192393041 ], [ -111.55757444145546, 40.604015261072874 ], [ -111.55743324513992, 40.604092517342252 ], [ -111.55729548208275, 40.60415624368347 ], [ -111.55695414031386, 40.604329057222202 ], [ -111.5565802253922, 40.604565088267584 ], [ -111.55633217906097, 40.604728441558315 ], [ -111.55617945899414, 40.604841786965522 ], [ -111.55603276016615, 40.604968616371082 ], [ -111.55595785408582, 40.605058163993178 ], [ -111.5557896718491, 40.605445450573107 ], [ -111.55563873976193, 40.605774997639706 ], [ -111.55538169696365, 40.606137486419094 ], [ -111.55515464074145, 40.606552982341881 ], [ -111.55495708676543, 40.606962930770472 ], [ -111.5548525330211, 40.607184148420266 ], [ -111.55473634484073, 40.607427943819765 ], [ -111.55457956766341, 40.607766526268293 ], [ -111.55448085447682, 40.607979607602289 ], [ -111.55443445267485, 40.608086134051163 ], [ -111.55421319000082, 40.608488987892521 ], [ -111.55391405179101, 40.60876609177879 ], [ -111.55380598253862, 40.608848589970435 ], [ -111.55363802379384, 40.608979121722065 ], [ -111.55355937816326, 40.60904616369956 ], [ -111.55345153098561, 40.609155686851608 ], [ -111.55336960638842, 40.609255176040946 ], [ -111.553262531972, 40.609315146988166 ], [ -111.55283789890848, 40.609426186602619 ], [ -111.55228275102306, 40.609478390829857 ], [ -111.55163920884897, 40.609562545360376 ], [ -111.55120248461579, 40.609641205083605 ], [ -111.5505827281181, 40.609743257784984 ], [ -111.54955494397289, 40.609820222971152 ], [ -111.5483421696151, 40.609825987135338 ], [ -111.54756386601105, 40.609910758684457 ], [ -111.54696142796703, 40.609963161530018 ], [ -111.54658963455553, 40.61003248752241 ], [ -111.54616549172543, 40.610205660923114 ], [ -111.54594761920784, 40.610305787639575 ], [ -111.5445347161502, 40.610997125389005 ], [ -111.54352923484146, 40.611641485290612 ], [ -111.54226305624677, 40.612210486015798 ], [ -111.54175712445723, 40.612505645761125 ], [ -111.54132145961023, 40.61271939491796 ], [ -111.54083259758025, 40.61293339154571 ], [ -111.54059135660114, 40.613069652696815 ], [ -111.54026711349537, 40.613174770897935 ], [ -111.53996002076831, 40.613207737745114 ], [ -111.53969952326148, 40.613154902611548 ], [ -111.53944417594094, 40.613007450608166 ], [ -111.53930722048753, 40.612881967227636 ], [ -111.53917671912012, 40.612824019430981 ], [ -111.53889787708393, 40.612694693454316 ], [ -111.53845967069364, 40.612593136239013 ], [ -111.53798556938594, 40.612437691853309 ], [ -111.5375057763864, 40.612309298357133 ], [ -111.53699077506253, 40.612212597313203 ], [ -111.53631705816915, 40.612224736509347 ], [ -111.53554343903281, 40.61230940533644 ], [ -111.53427914314378, 40.612382826678527 ], [ -111.53352173895632, 40.61227732157591 ], [ -111.53234410320975, 40.612098976250842 ], [ -111.53123703464524, 40.611874349530126 ], [ -111.53050371696031, 40.611823667421135 ], [ -111.52999559330149, 40.611847621314801 ], [ -111.52919228298258, 40.611915267156625 ], [ -111.52837682373153, 40.611941522569104 ], [ -111.52818800971815, 40.611982925746219 ], [ -111.52811704925199, 40.611978745844723 ], [ -111.52804017837789, 40.611974592921484 ], [ -111.52794668744502, 40.611961507132072 ], [ -111.52782676540521, 40.611894489333991 ], [ -111.52774915044448, 40.611795747343322 ], [ -111.52762333141222, 40.611580111269369 ], [ -111.52733074829206, 40.611203078368042 ], [ -111.52714020126901, 40.611023772411201 ], [ -111.52705051995599, 40.610893554240292 ], [ -111.52685923165171, 40.610619658895068 ], [ -111.52671455514407, 40.610259967148949 ], [ -111.52644059733947, 40.60999545683957 ], [ -111.52605986918964, 40.609681883865257 ], [ -111.52573863478985, 40.609417587176246 ], [ -111.52556618053221, 40.609283240156458 ], [ -111.52531671839995, 40.609126721168899 ], [ -111.52506767343212, 40.60902335161866 ], [ -111.52474202276197, 40.608949157731246 ], [ -111.52426878809767, 40.60889725402896 ], [ -111.5235659373355, 40.608958999399107 ], [ -111.52265546867424, 40.609075732951851 ], [ -111.52190123569649, 40.609218779838756 ], [ -111.52151210227427, 40.609341255378645 ], [ -111.52100467243176, 40.609452551861068 ], [ -111.52049201645481, 40.609499907234493 ], [ -111.52027194720993, 40.609473872380747 ], [ -111.51999951921343, 40.609403028881673 ], [ -111.51957881370571, 40.609265285915548 ], [ -111.51891506110702, 40.609034041291082 ], [ -111.51823358261427, 40.608802872370845 ], [ -111.51757526277787, 40.608508534068712 ], [ -111.51713637913767, 40.608311405572863 ], [ -111.51673311123913, 40.608133935414443 ], [ -111.51602144069352, 40.607817304880456 ], [ -111.51531614356188, 40.60756009956048 ], [ -111.51491401195695, 40.607529461343994 ], [ -111.51467771413476, 40.607544027744567 ], [ -111.51435273107028, 40.607554484236267 ], [ -111.51402093193394, 40.607601005338672 ], [ -111.51370390966973, 40.607724935425722 ], [ -111.51332721012857, 40.607928407303163 ], [ -111.51305579453944, 40.607988170445452 ], [ -111.51278334560693, 40.607912805578302 ], [ -111.51259288106999, 40.607737979471665 ], [ -111.5125153621191, 40.607648235499468 ], [ -111.51235411209667, 40.607429136238537 ], [ -111.51187195608135, 40.6069799332424 ], [ -111.51146179730557, 40.606670946667194 ], [ -111.51092866557876, 40.606511147862271 ], [ -111.51047277681209, 40.606405058028841 ], [ -111.51004066617192, 40.60631687899312 ], [ -111.50986299159321, 40.6062681150473 ], [ -111.50934178922839, 40.606121769435006 ], [ -111.50845451629807, 40.606022077552147 ], [ -111.50751494269441, 40.606039723089353 ], [ -111.50702476031491, 40.606086919932295 ], [ -111.50684736071167, 40.606074185340013 ], [ -111.50661024980998, 40.605980633180899 ], [ -111.5063724256612, 40.605792491238255 ], [ -111.506181813886, 40.605595133097793 ], [ -111.50597405112173, 40.605474424591506 ], [ -111.50587925555975, 40.605443309011598 ], [ -111.50576190075923, 40.605398778934742 ], [ -111.50550618765551, 40.605345845559754 ], [ -111.50531143388011, 40.605382732970796 ], [ -111.50508797152312, 40.605531454755138 ], [ -111.50477165798752, 40.605907603747916 ], [ -111.50461260248233, 40.606133518807162 ], [ -111.50443199918834, 40.606323492542288 ], [ -111.50421461773306, 40.606495608947114 ], [ -111.50407994091562, 40.606662859620457 ], [ -111.50401672232157, 40.606744214718766 ], [ -111.50391017566089, 40.606879811628737 ], [ -111.5036373708102, 40.606912532312947 ], [ -111.50341471569054, 40.606854945773854 ], [ -111.50302837803665, 40.606722397859549 ], [ -111.5024720912707, 40.606624821561759 ], [ -111.50183307338519, 40.606528502943995 ], [ -111.50135909840516, 40.60637290728156 ], [ -111.50100957058478, 40.60626181393075 ], [ -111.50073710830718, 40.606181916247536 ], [ -111.50049412909324, 40.606092881363104 ], [ -111.50020910947084, 40.605913940008676 ], [ -111.49998920088593, 40.605748229309953 ], [ -111.49976301444244, 40.605532996928638 ], [ -111.49957322766565, 40.605443729920644 ], [ -111.4994900200614, 40.60538102815557 ], [ -111.49933515684306, 40.605219539284157 ], [ -111.49899628553995, 40.604950739648082 ], [ -111.49887090657748, 40.604780113950589 ], [ -111.49875728087945, 40.604600428553425 ], [ -111.49861984931493, 40.604398323794996 ], [ -111.4984232875382, 40.60419196963938 ], [ -111.49814409093368, 40.603999484770789 ], [ -111.49759194626832, 40.603659530099691 ], [ -111.49713952369866, 40.6033777008372 ], [ -111.49664826784378, 40.60311855878836 ], [ -111.49594245415598, 40.602774752406276 ], [ -111.49548641436841, 40.602641577491603 ], [ -111.49511941940125, 40.60256207196025 ], [ -111.49480564500541, 40.602486841685433 ], [ -111.49445027173408, 40.602380257806601 ], [ -111.49415963973463, 40.602237360624848 ], [ -111.49380902960702, 40.602135258791634 ], [ -111.49343193207186, 40.602127861559239 ], [ -111.49318385547338, 40.602146037817299 ], [ -111.49289382932582, 40.602085115029844 ], [ -111.49254948679322, 40.601870372482139 ], [ -111.49222109844497, 40.601574481604381 ], [ -111.49191237607006, 40.601219948741601 ], [ -111.49155480336496, 40.600811570053132 ], [ -111.49099043789619, 40.600408573854388 ], [ -111.49060411848906, 40.600108420115575 ], [ -111.49024088066335, 40.599731592173967 ], [ -111.49010985467142, 40.599592511582863 ], [ -111.48979475179463, 40.599332592545323 ], [ -111.48966451629613, 40.599301613874225 ], [ -111.48954629673122, 40.599297610576706 ], [ -111.48926484853111, 40.599438439738513 ], [ -111.48906964297895, 40.599574398670647 ], [ -111.48866997128596, 40.599873381163768 ], [ -111.48801142831529, 40.600331110547913 ], [ -111.48736479343144, 40.600802299130862 ], [ -111.48695909926865, 40.601087787854553 ], [ -111.48653978018903, 40.601287748812297 ], [ -111.48620526211644, 40.601446811653844 ], [ -111.4858168312185, 40.60166916198795 ], [ -111.48561113795641, 40.601827681186428 ], [ -111.48538879021386, 40.602134915408207 ], [ -111.4853307368442, 40.60227930034862 ], [ -111.48522184186344, 40.602748216064697 ], [ -111.48516971515747, 40.603712377761227 ], [ -111.48516544334572, 40.603775457373104 ], [ -111.48513391609443, 40.604482781316129 ], [ -111.48506618978624, 40.604924497366284 ], [ -111.4849984300546, 40.605361709081158 ], [ -111.48494752016298, 40.60567723108943 ], [ -111.48479023108847, 40.605993199609891 ], [ -111.48436926880471, 40.606625582148958 ], [ -111.48379551455834, 40.607380222055589 ], [ -111.48304718265987, 40.60835180056479 ], [ -111.48274110433513, 40.608690910354575 ], [ -111.48263013973489, 40.608876054537284 ], [ -111.48261874062077, 40.608934659383998 ], [ -111.48262539612064, 40.609038232797928 ], [ -111.48278152486731, 40.609379914760105 ], [ -111.48293775249935, 40.609735109276542 ], [ -111.4829616529658, 40.609771044542185 ], [ -111.48335068825644, 40.610445077145101 ], [ -111.48375135728472, 40.611092033225425 ], [ -111.4844022240201, 40.612008202682382 ], [ -111.48501748253727, 40.612901995848723 ], [ -111.48504253479524, 40.612933421426106 ], [ -111.48520276188535, 40.613184994691366 ], [ -111.48553172277883, 40.613719635535674 ], [ -111.48571119380078, 40.614016171123744 ], [ -111.48594451504384, 40.614402567786755 ], [ -111.48609995522698, 40.614645151080943 ], [ -111.48626084353603, 40.614986807929846 ], [ -111.48644770813014, 40.6153238507315 ], [ -111.48648986749507, 40.615431778652543 ], [ -111.48659159218282, 40.615602517155473 ], [ -111.4866574604585, 40.615719353910343 ], [ -111.48668864865191, 40.615944442256065 ], [ -111.48666370310042, 40.616579667065885 ], [ -111.48661834444279, 40.61684561747002 ], [ -111.48655061624092, 40.617287333461057 ], [ -111.48650515865803, 40.617539771024425 ], [ -111.48650744593684, 40.617855068962001 ], [ -111.48654513389646, 40.618161208967059 ], [ -111.48671440123974, 40.618678500995387 ], [ -111.48688560069091, 40.619461543742865 ], [ -111.48695023939844, 40.620222513505226 ], [ -111.486941066356, 40.620587407912353 ], [ -111.48688381836426, 40.620844399584065 ], [ -111.48674358345814, 40.621070210257656 ], [ -111.4864910333728, 40.621296493917413 ], [ -111.48621535896555, 40.621594944628036 ], [ -111.48561014820139, 40.622101982717119 ], [ -111.48455546710917, 40.622583877936648 ], [ -111.48375552732001, 40.622979113345792 ], [ -111.48306965791978, 40.623126124682919 ], [ -111.48235528088514, 40.623255233455048 ], [ -111.48218909620006, 40.623327997656716 ], [ -111.48177218310093, 40.623554957065963 ], [ -111.48134888476469, 40.623881038150891 ], [ -111.4812428655631, 40.623935532651316 ], [ -111.48085974781132, 40.624094782082622 ], [ -111.48073008174187, 40.624149374565924 ], [ -111.48055922839912, 40.624231164629101 ], [ -111.48046499880995, 40.624281104966926 ], [ -111.48015388038603, 40.624588697342162 ], [ -111.48016838091885, 40.624962501345344 ], [ -111.48010470792707, 40.625151950389778 ], [ -111.48008742460223, 40.625215083679613 ], [ -111.47997710291231, 40.625494814325009 ], [ -111.47994221338399, 40.625576038313966 ], [ -111.47983757653373, 40.625824214467926 ], [ -111.47972092213593, 40.62604541410839 ], [ -111.4795166542923, 40.626415622233047 ], [ -111.47945243051562, 40.626528498570813 ], [ -111.47923048880486, 40.626907788309744 ], [ -111.47875016186158, 40.627531385915525 ], [ -111.4786157268054, 40.627747252827497 ], [ -111.47858655983785, 40.627802327219825 ], [ -111.47832357934996, 40.62823133345745 ], [ -111.47825385767601, 40.62840278889356 ], [ -111.4782398554606, 40.628428972319362 ], [ -111.47808437173578, 40.628678258204289 ], [ -111.47799704161339, 40.628867803910552 ], [ -111.47795032404852, 40.628949076211789 ], [ -111.47784493620988, 40.629093652667592 ], [ -111.47775117928347, 40.62921115459482 ], [ -111.477445937686, 40.629518715154738 ], [ -111.47710997902516, 40.629664243923223 ], [ -111.47685710139025, 40.629853571670346 ], [ -111.47673934751825, 40.629922524486211 ], [ -111.47646915427818, 40.630171380742681 ], [ -111.47611072557685, 40.63048366154748 ], [ -111.47559512694548, 40.63114342621229 ], [ -111.47549506764787, 40.631206899616778 ], [ -111.4752952678616, 40.631378888696524 ], [ -111.47506603379169, 40.63156901604961 ], [ -111.47500016834636, 40.631618835203696 ], [ -111.47479672940399, 40.631778226104828 ], [ -111.47465444491645, 40.631890519717494 ], [ -111.47428465215826, 40.632270407252442 ], [ -111.47418500417325, 40.632392434813362 ], [ -111.47410360239954, 40.632586457519096 ], [ -111.47417531452078, 40.63269426830081 ], [ -111.47449521596883, 40.632783042030439 ], [ -111.47483323807906, 40.632925792966283 ], [ -111.47506522288555, 40.63312303175352 ], [ -111.47543450293919, 40.63350438461795 ], [ -111.47563088939512, 40.633683751261309 ], [ -111.47577374563575, 40.633818294285625 ], [ -111.47595249266168, 40.634011246186219 ], [ -111.47607812489218, 40.634217929923793 ], [ -111.47612686415223, 40.634420426179986 ], [ -111.47612824003724, 40.63461410892829 ], [ -111.47598298758034, 40.634975058231547 ], [ -111.47588404232427, 40.635196180697832 ], [ -111.47572440670348, 40.636030148910336 ], [ -111.47558029972924, 40.636553250603029 ], [ -111.47543510386875, 40.637089869694798 ], [ -111.47524004645935, 40.637766329526578 ], [ -111.47506048731954, 40.638294080694301 ], [ -111.47501995985951, 40.638415865639303 ], [ -111.47483455466374, 40.638953550081538 ], [ -111.47477107065603, 40.639173624766592 ], [ -111.4746152451138, 40.639713889806202 ], [ -111.47455129398543, 40.639868202346818 ], [ -111.47437130942208, 40.640337397108553 ], [ -111.47424399750989, 40.640729800843701 ], [ -111.47421027266198, 40.640977680080063 ], [ -111.47416017896727, 40.641419314709836 ], [ -111.47415483323707, 40.641499514564252 ], [ -111.47400038671228, 40.642236163711694 ], [ -111.4738501427081, 40.642731360785788 ], [ -111.4737395438743, 40.642979555217572 ], [ -111.47365809640117, 40.643169073087989 ], [ -111.47331936171139, 40.643769543876573 ], [ -111.47300853407403, 40.644135671831322 ], [ -111.47269140838519, 40.644447772217703 ], [ -111.47205556138994, 40.64484675815433 ], [ -111.47166047568216, 40.645006025625229 ], [ -111.47115866190845, 40.645125187884361 ], [ -111.4706098555004, 40.645289583223821 ], [ -111.47033236809189, 40.64535377498084 ], [ -111.46958288007299, 40.645573035114865 ], [ -111.4685617463348, 40.645847445420351 ], [ -111.46821354488243, 40.645947953984475 ], [ -111.46813679571484, 40.645966282640856 ], [ -111.46775896271659, 40.646057901206966 ], [ -111.46744122623144, 40.64611774467113 ], [ -111.46733845732659, 40.646136178119583 ], [ -111.46728053660424, 40.646140916885123 ], [ -111.4671741629916, 40.646151256901156 ], [ -111.46702641378283, 40.646164466786949 ], [ -111.46669503891057, 40.646134275880556 ], [ -111.46635380770621, 40.64604736871695 ], [ -111.4663040592642, 40.646036759117528 ], [ -111.46604912182244, 40.645943196435532 ], [ -111.46589499579801, 40.645889765873775 ], [ -111.46576439859751, 40.645818222710624 ], [ -111.4654791757257, 40.64562118030495 ], [ -111.46495685497371, 40.645344013333457 ], [ -111.46447007508671, 40.64507480890898 ], [ -111.46435131400479, 40.645004117400696 ], [ -111.46422638387941, 40.644896514694196 ], [ -111.46419087241287, 40.644892153071368 ], [ -111.46407244265306, 40.644869206316855 ], [ -111.46400743296778, 40.644874872803634 ], [ -111.46379511270592, 40.644956804492786 ], [ -111.46360174761143, 40.645214330314808 ], [ -111.46346695446404, 40.645390541997557 ], [ -111.46334563846364, 40.645805431290086 ], [ -111.46330138329866, 40.646247037524894 ], [ -111.463238141193, 40.646508544927286 ], [ -111.46318441632528, 40.646778121982685 ], [ -111.46311691522385, 40.64693694666385 ], [ -111.46298856012554, 40.64718970626997 ], [ -111.46289627078166, 40.647527003371565 ], [ -111.46285668668749, 40.647789316548312 ], [ -111.46278699259919, 40.647973374288924 ], [ -111.46271743502118, 40.648177250674621 ], [ -111.46251269567233, 40.648502385711708 ], [ -111.46220166267825, 40.648850467730007 ], [ -111.46184384430418, 40.64927531034337 ], [ -111.46170913157704, 40.649465032662633 ], [ -111.46151624209415, 40.649794622864391 ], [ -111.46144286863866, 40.650303910043419 ], [ -111.46134979801573, 40.650529500470036 ], [ -111.46133236659274, 40.65057461382041 ], [ -111.46122077392235, 40.65085883494838 ], [ -111.46096481349633, 40.651305789686049 ], [ -111.46090647985805, 40.651423136162755 ], [ -111.46088901691716, 40.651463745195592 ], [ -111.46071983563778, 40.651802248078688 ], [ -111.4606848473578, 40.651874457589436 ], [ -111.46063815490086, 40.651964731258126 ], [ -111.46055075176541, 40.652155164291187 ], [ -111.46050968806611, 40.652203975253549 ], [ -111.46041007845629, 40.652339503543566 ], [ -111.46024995944657, 40.652448246720169 ], [ -111.46018636625364, 40.652489039495677 ], [ -111.46007427774101, 40.652530025463385 ], [ -111.45991030001865, 40.652593739846722 ], [ -111.45965496100078, 40.652616377508636 ], [ -111.4594362704654, 40.652636166176102 ], [ -111.45931814362417, 40.652659157956727 ], [ -111.45921775890507, 40.65268207906049 ], [ -111.45870985849592, 40.652787698274196 ], [ -111.45791216616604, 40.652894464795729 ], [ -111.45708514665478, 40.653037376854627 ], [ -111.45660690277835, 40.653156382532948 ], [ -111.45615785355892, 40.653220317599988 ], [ -111.45608697615312, 40.653234110676102 ], [ -111.45599839315348, 40.653253378871923 ], [ -111.45518926046381, 40.653418728565512 ], [ -111.4543562226854, 40.65354813169936 ], [ -111.45424397605028, 40.653566590783619 ], [ -111.45413169270471, 40.653579644660113 ], [ -111.45408441613606, 40.65358523582286 ], [ -111.45392585580663, 40.653576850496897 ], [ -111.45366438928923, 40.653568869292094 ], [ -111.45342757320833, 40.653532863613087 ], [ -111.4530718163615, 40.653400029807955 ], [ -111.4530302955439, 40.653382175234462 ], [ -111.45265087160665, 40.653247631228481 ], [ -111.45210671749663, 40.653241655148726 ], [ -111.45168141696583, 40.653319893811165 ], [ -111.45131501400559, 40.65336186576981 ], [ -111.45081307044751, 40.653476435718233 ], [ -111.4501526841081, 40.653776300407849 ], [ -111.44978700359859, 40.653926369568687 ], [ -111.44940363928967, 40.654085515132714 ], [ -111.44874415182728, 40.65434482893194 ], [ -111.44868400779237, 40.654372088860327 ], [ -111.4484010295952, 40.654508319137328 ], [ -111.44811853242658, 40.654716616755429 ], [ -111.44789529674141, 40.654942701303042 ], [ -111.44787194083543, 40.654987835581366 ], [ -111.44773186496552, 40.65526764965179 ], [ -111.44754826268004, 40.655583667195806 ], [ -111.44721651906545, 40.656035389314098 ], [ -111.44673495949894, 40.656549850428981 ], [ -111.44647058824106, 40.656817531484386 ], [ -111.44617141225375, 40.657188045985762 ], [ -111.44579110888517, 40.657811117467361 ], [ -111.44575139973827, 40.657887844997575 ], [ -111.44562748016308, 40.658109037262008 ], [ -111.4455923824256, 40.658167729471636 ], [ -111.44553972072133, 40.658253515640169 ], [ -111.44534072204334, 40.65856958894269 ], [ -111.44524743609405, 40.658772645161804 ], [ -111.44518333349362, 40.658917032032427 ], [ -111.4451739088332, 40.659100846494432 ], [ -111.44516711667289, 40.659146817210988 ], [ -111.44516735621484, 40.659182851213259 ], [ -111.44516177691619, 40.659233321618608 ], [ -111.44516311834465, 40.659435112025605 ], [ -111.44515738332298, 40.65946216032841 ], [ -111.445080552379, 40.659471465232386 ], [ -111.44496237851115, 40.659489938139025 ], [ -111.44486209823789, 40.659530863815895 ], [ -111.4445837492076, 40.659477883473564 ], [ -111.4444830800559, 40.659460253566962 ], [ -111.44404769995182, 40.659452919949089 ], [ -111.44399213183883, 40.659457637993391 ], [ -111.4438442947199, 40.659462710713861 ], [ -111.44353093603416, 40.659481932247594 ], [ -111.44343526732837, 40.659504821510396 ], [ -111.44302420132375, 40.659596486701673 ], [ -111.44250945215909, 40.659751608935593 ], [ -111.44234416767726, 40.659801790252928 ], [ -111.44210222954742, 40.659888299770103 ], [ -111.44162658450057, 40.660054078816671 ], [ -111.44098645368307, 40.660212376348063 ], [ -111.44074439370924, 40.660280866022703 ], [ -111.44070896447236, 40.66029000998104 ], [ -111.44009965111798, 40.660458094574167 ], [ -111.43972123003135, 40.660478454607819 ], [ -111.43965738006247, 40.660483202104878 ], [ -111.43906019470141, 40.660517004951494 ], [ -111.43871134092569, 40.660536348372013 ], [ -111.43784216295542, 40.660584691102414 ], [ -111.43687772406213, 40.660537895205387 ], [ -111.43656886095177, 40.660521946791036 ], [ -111.43643986005934, 40.660513425719401 ], [ -111.4360318283443, 40.660528480340595 ], [ -111.43557244952895, 40.660651831995359 ], [ -111.43548263258366, 40.660665683865204 ], [ -111.4353053352168, 40.660688874221464 ], [ -111.43522276229707, 40.660725220406931 ], [ -111.4350929820927, 40.660778861011323 ], [ -111.43486330518451, 40.660933775514614 ], [ -111.43432032867891, 40.661483549928072 ], [ -111.43379451199507, 40.662126948064284 ], [ -111.43308993615679, 40.662935874088831 ], [ -111.43290794005702, 40.663148261668447 ], [ -111.4326374210477, 40.663392511215626 ], [ -111.43224338173889, 40.663745327299246 ], [ -111.43187394926541, 40.664062015084234 ], [ -111.43157863737709, 40.664315363577096 ], [ -111.43139602329019, 40.664433159424362 ], [ -111.43109501877652, 40.664537883965146 ], [ -111.43077638379556, 40.664660690947919 ], [ -111.43065857334942, 40.664737704576019 ], [ -111.43056433638367, 40.664801117094093 ], [ -111.43045870329416, 40.664932137459346 ], [ -111.43040001484914, 40.665004426036283 ], [ -111.43035364884102, 40.665153242818143 ], [ -111.43036657945585, 40.665324360393328 ], [ -111.43038475940091, 40.665391858065284 ], [ -111.4304571030741, 40.665603293411721 ], [ -111.43069643612132, 40.666025810945861 ], [ -111.43122817535145, 40.666843620054578 ], [ -111.43135947373787, 40.66702330405699 ], [ -111.43137736492571, 40.667045759021207 ], [ -111.43165156245118, 40.667369048264128 ], [ -111.43191970191488, 40.667669837694298 ], [ -111.43224128633291, 40.668001956944266 ], [ -111.43246219453226, 40.668316434955045 ], [ -111.43274846646779, 40.668675711159338 ], [ -111.43277233230789, 40.668707152226041 ], [ -111.43301110848759, 40.669039579605666 ], [ -111.43320944002276, 40.669520802062429 ], [ -111.43350892335054, 40.670091731568988 ], [ -111.43370029537829, 40.670410822328684 ], [ -111.4337360811608, 40.670455731485156 ], [ -111.43393293302498, 40.670707235884876 ], [ -111.43398664723354, 40.670780004598711 ], [ -111.43407131594117, 40.67088238568045 ], [ -111.43428046933047, 40.671205912936706 ], [ -111.43432713805034, 40.671286815827429 ], [ -111.43435103479858, 40.67132276079235 ], [ -111.43442864094229, 40.671430573397423 ], [ -111.43460763401694, 40.671664126361854 ], [ -111.43486429438894, 40.672014499820413 ], [ -111.43503775531555, 40.672306629559849 ], [ -111.43530660364938, 40.672711008340642 ], [ -111.43544428000759, 40.672958228778043 ], [ -111.43562351526727, 40.673227814027626 ], [ -111.43582064639986, 40.67351985321298 ], [ -111.43619127928891, 40.674108524147961 ], [ -111.4363840266397, 40.674634805319933 ], [ -111.43650072003219, 40.675291999934686 ], [ -111.43674812937624, 40.676034282684171 ], [ -111.43679645807671, 40.676187247873962 ], [ -111.43684340251448, 40.676490663669178 ], [ -111.43679980941842, 40.676700731443503 ], [ -111.43670612001787, 40.676849729489646 ], [ -111.43655909594348, 40.67698541607335 ], [ -111.4363826956388, 40.677152743968051 ], [ -111.43631802803175, 40.677216049299822 ], [ -111.43629450983848, 40.677238659934972 ], [ -111.43610922335039, 40.677495207161215 ], [ -111.43608381395937, 40.677590795402502 ], [ -111.4360664466431, 40.677649417575743 ], [ -111.43602017278211, 40.677811749011077 ], [ -111.43602269663069, 40.678199113744142 ], [ -111.43602885362377, 40.67823602617667 ], [ -111.43604097392948, 40.678280123050378 ], [ -111.4360472131181, 40.678329647355604 ], [ -111.43610080336904, 40.678563671231593 ], [ -111.43635505609087, 40.679265389386842 ], [ -111.4367038236866, 40.680124401695664 ], [ -111.43701730672601, 40.681015076819506 ], [ -111.43715370426489, 40.681968581595257 ], [ -111.4371907699805, 40.682208072593376 ], [ -111.4372648021492, 40.682671740115275 ], [ -111.43726739250802, 40.683068112929703 ], [ -111.43729077130723, 40.683748180870111 ], [ -111.43734790353662, 40.684522712152138 ], [ -111.43734964069215, 40.684788462021885 ], [ -111.43733279695456, 40.68510833441951 ], [ -111.43720545573395, 40.685361060095715 ], [ -111.43703557003325, 40.685622955368082 ], [ -111.43687157061706, 40.685880323761403 ], [ -111.43663550714905, 40.685975808033668 ], [ -111.4361786332102, 40.685783848119982 ], [ -111.43591113507176, 40.685595675876193 ], [ -111.43543592854955, 40.685313695295171 ], [ -111.43535870896652, 40.685268042171614 ], [ -111.43532306648915, 40.685246555705874 ], [ -111.43529339374766, 40.685233154545053 ], [ -111.43479481735508, 40.684996302874772 ], [ -111.43463456244974, 40.684920332383193 ], [ -111.43424249519386, 40.684683077299646 ], [ -111.4341355523003, 40.684615914275966 ], [ -111.43401686346937, 40.684562308349136 ], [ -111.43397056552762, 40.684539960648287 ], [ -111.43386847348833, 40.684490796529644 ], [ -111.43374404339974, 40.684464237978212 ], [ -111.43363147639117, 40.684442139084027 ], [ -111.43331167233109, 40.684398296310178 ], [ -111.43327614181302, 40.684393925306892 ], [ -111.43286825514642, 40.684454011811241 ], [ -111.43282686600745, 40.684458671329395 ], [ -111.43275000460996, 40.684467968143515 ], [ -111.43267906008964, 40.684477242732463 ], [ -111.43217061407611, 40.684542207933838 ], [ -111.43175654696782, 40.684561774521434 ], [ -111.43135457478029, 40.684621833561245 ], [ -111.43075215161089, 40.684795247922906 ], [ -111.43066945957871, 40.684818078147103 ], [ -111.43060448929846, 40.684836337870323 ], [ -111.43020857614661, 40.684918892057773 ], [ -111.4300844941331, 40.684946380430986 ], [ -111.42963541389612, 40.685042643737347 ], [ -111.42902653976422, 40.685134093983869 ], [ -111.42806871841282, 40.685251158811447 ], [ -111.4278925367103, 40.685274333640351 ], [ -111.42756026187105, 40.685316103752641 ], [ -111.42741214177003, 40.685286022630244 ], [ -111.4272517736526, 40.685191124045396 ], [ -111.42713854611023, 40.685065421281244 ], [ -111.42709799452415, 40.685016023480607 ], [ -111.42705300618974, 40.684642329061603 ], [ -111.42704051686958, 40.684539676132367 ], [ -111.42694973972614, 40.684222905778391 ], [ -111.42686507571786, 40.683936742300254 ], [ -111.42685289142752, 40.6838818343006 ], [ -111.42657075036699, 40.683247763941367 ], [ -111.42633209825156, 40.682937845369892 ], [ -111.42620229214556, 40.682809500238726 ], [ -111.42602842156691, 40.682637174941284 ], [ -111.42570745598762, 40.682408637034413 ], [ -111.42563614015179, 40.682359352123598 ], [ -111.42524207928005, 40.682173423242681 ], [ -111.42494061264877, 40.682033096616117 ], [ -111.42490617572068, 40.682014305088401 ], [ -111.42408107839488, 40.681594830665411 ], [ -111.42366554391387, 40.681380147397142 ], [ -111.42356459051088, 40.681321961244365 ], [ -111.42341613329565, 40.68123692312092 ], [ -111.42327996556449, 40.681223909359751 ], [ -111.42317340945803, 40.681215291259193 ], [ -111.42312604803233, 40.681210960488862 ], [ -111.4229560423434, 40.681273743439647 ], [ -111.42244151184546, 40.681497241235945 ], [ -111.42236479450094, 40.68152905236316 ], [ -111.42216997144639, 40.681597330160166 ], [ -111.42191541337938, 40.681575738927826 ], [ -111.42182661250635, 40.681567955570529 ], [ -111.42146512374612, 40.681478287845643 ], [ -111.42141184559658, 40.681473977970811 ], [ -111.42078442657217, 40.681435727168228 ], [ -111.41979561301824, 40.681322213575292 ], [ -111.4192869521662, 40.681351088031732 ], [ -111.41895624115712, 40.681451384271668 ], [ -111.41872608403095, 40.681546810577778 ], [ -111.41865528713221, 40.681579498640417 ], [ -111.41830143675652, 40.681764558697836 ], [ -111.41804806115633, 40.681932137376442 ], [ -111.41795364740712, 40.681973018348778 ], [ -111.41777025254764, 40.681977285576714 ], [ -111.41771700796684, 40.681978379096456 ], [ -111.41748359250026, 40.681931477235793 ], [ -111.41716016516861, 40.681872287981939 ], [ -111.41655579445748, 40.681734835208523 ], [ -111.416247679351, 40.681663876835849 ], [ -111.41611613335853, 40.681632820559692 ], [ -111.41518108691056, 40.681410969221723 ], [ -111.41432830957672, 40.681287910821297 ], [ -111.41359397910522, 40.681182439276149 ], [ -111.4130966213223, 40.681125663292669 ], [ -111.41300189983868, 40.681116993458126 ], [ -111.41267634700638, 40.681095635781219 ], [ -111.41259351439247, 40.681095931819691 ], [ -111.41241604369128, 40.681101070240182 ], [ -111.41219151749081, 40.68115141990603 ], [ -111.41186682418798, 40.68126969177635 ], [ -111.41135910149553, 40.681451675911489 ], [ -111.4112941512641, 40.681473528190644 ], [ -111.41078098439657, 40.681733004016692 ], [ -111.41062079719953, 40.6818551913166 ], [ -111.41035722142544, 40.682099363382996 ], [ -111.41029508435551, 40.682194175585686 ], [ -111.41018264315183, 40.682383757848257 ], [ -111.40998783603307, 40.682650206470228 ], [ -111.40979390727209, 40.682867103780907 ], [ -111.40971165715334, 40.68296288791575 ], [ -111.40968214494626, 40.68297470395148 ], [ -111.40933410733199, 40.683148004584503 ], [ -111.40905062416289, 40.683234591947894 ], [ -111.40889692480984, 40.683257658142729 ], [ -111.40869000155926, 40.683285416897782 ], [ -111.40858949827505, 40.683299285666941 ], [ -111.40832346158217, 40.683336261649224 ], [ -111.40804600299117, 40.683440842639399 ], [ -111.40800466760872, 40.683454501771266 ], [ -111.40794563664915, 40.683477232114832 ], [ -111.40753280289526, 40.683699403222022 ], [ -111.40709709369246, 40.684052279653784 ], [ -111.40682708082674, 40.684409075031084 ], [ -111.40673956482605, 40.684612979971327 ], [ -111.40668112926905, 40.684733902382675 ], [ -111.40665762576684, 40.684761011265294 ], [ -111.40654002586241, 40.684883042847744 ], [ -111.4064988534797, 40.684923726959425 ], [ -111.40640472935405, 40.685014145300684 ], [ -111.40635763983863, 40.685054850189708 ], [ -111.40629860690503, 40.68507757969428 ], [ -111.40597394418209, 40.685205744408698 ], [ -111.40566655598288, 40.685255471842432 ], [ -111.40518220855607, 40.685396807472763 ], [ -111.40510542390788, 40.685419598664382 ], [ -111.40471577359418, 40.685565104373545 ], [ -111.40430253511822, 40.685724204416729 ], [ -111.40385987258219, 40.685910432 ], [ -111.40347651946963, 40.68611987324163 ], [ -111.40320436714612, 40.686322618819851 ], [ -111.40278147295524, 40.686648408010726 ], [ -111.40212859909045, 40.687303814284078 ], [ -111.40151684109905, 40.687910426873472 ], [ -111.40126950096683, 40.6881085772036 ], [ -111.40107520408579, 40.688271408835625 ], [ -111.40071654467728, 40.688655523722467 ], [ -111.40045831393017, 40.68901226309179 ], [ -111.4001355553166, 40.689463816794358 ], [ -111.4000123141675, 40.689635409011082 ], [ -111.39967884437971, 40.690077989815478 ], [ -111.39954847311117, 40.69024510185951 ], [ -111.39931295881881, 40.690444107877951 ], [ -111.39909339394895, 40.690539458335039 ], [ -111.39900005927696, 40.690566807010192 ], [ -111.39882866769597, 40.690603433976307 ], [ -111.39844472995372, 40.690721872638143 ], [ -111.39804314559211, 40.690858388245275 ], [ -111.39786596919305, 40.690917555452124 ], [ -111.3977714767703, 40.690949411468488 ], [ -111.39773478828489, 40.690949537868121 ], [ -111.39751699759894, 40.69094578361814 ], [ -111.39735666326946, 40.69085174431472 ], [ -111.39703591575558, 40.690650152268461 ], [ -111.39695280385696, 40.690605394605122 ], [ -111.39651352283613, 40.690372678165424 ], [ -111.39640676854818, 40.690332505648257 ], [ -111.39610431209464, 40.69022093510263 ], [ -111.39595027216787, 40.69018993307693 ], [ -111.39585556127294, 40.690184852641849 ], [ -111.39571352160192, 40.690181736098005 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 33, \"properties\": { \"NAME\": \"WASHINGTON COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 25671, \"Color4\": \"2\", \"Shape_Leng\": 347295.02858699998, \"Shape_Area\": 6297853096.0100002 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -113.4746525867228, 37.618349567352261 ], [ -113.47420425391508, 37.529060697885136 ], [ -113.38195600605316, 37.529390404527597 ], [ -113.37576615838384, 37.529379982613627 ], [ -113.36363840651536, 37.529275618397669 ], [ -113.36240992570096, 37.52925154974151 ], [ -113.32708169128811, 37.529205374617788 ], [ -113.30844993396967, 37.52917922023515 ], [ -113.29028858608137, 37.529366287520588 ], [ -113.27175767753013, 37.529126006471401 ], [ -113.25340807446925, 37.52908031267966 ], [ -113.25335875829856, 37.511647888627778 ], [ -113.2533195893752, 37.500000834684293 ], [ -113.25336529084301, 37.497156724441638 ], [ -113.25359348287203, 37.482021457617968 ], [ -113.21702884598075, 37.48187997226789 ], [ -113.21697503052472, 37.481015837420884 ], [ -113.19806885075826, 37.481067347285844 ], [ -113.14614737335717, 37.480922857075818 ], [ -113.14612464613639, 37.473804655805893 ], [ -113.12578564985238, 37.474275225461774 ], [ -113.06956819021403, 37.474462597411147 ], [ -113.03670776451317, 37.474457040188263 ], [ -113.03682645027169, 37.485283158800769 ], [ -113.03698728365882, 37.495991374070819 ], [ -113.03699061802733, 37.496946607993834 ], [ -113.03700052529186, 37.499600524389606 ], [ -113.02144076782376, 37.499575016884691 ], [ -113.00076798801193, 37.499544077429633 ], [ -112.99197964734414, 37.499556840709701 ], [ -112.90105800230793, 37.499650277976073 ], [ -112.90072339896317, 37.374972838046787 ], [ -112.90134509309976, 37.281646343345848 ], [ -112.89915276349224, 37.281659017671473 ], [ -112.89907709244295, 37.249962595256129 ], [ -112.89917812138462, 37.124975997997325 ], [ -112.89899617751018, 37.000370130097302 ], [ -112.94989237149885, 37.000252167916592 ], [ -112.96561206767703, 37.000208204550624 ], [ -112.96591548103123, 37.000208585534232 ], [ -112.98369128985949, 37.000156079644164 ], [ -112.98399093476566, 37.000227679476843 ], [ -112.9979974012808, 37.000204450636453 ], [ -113.00078415345045, 37.000202555317344 ], [ -113.00877662176023, 37.000099055302023 ], [ -113.01592316870718, 37.000090508112031 ], [ -113.02824427660553, 37.00007880878092 ], [ -113.04624553795021, 37.000062637679399 ], [ -113.05237571485902, 37.000077528132898 ], [ -113.06441647677984, 37.00009035045106 ], [ -113.10014975846271, 37.000085101573568 ], [ -113.10749332319733, 37.00009458286727 ], [ -113.11355025745866, 37.0001040043431 ], [ -113.12573595898085, 37.000080074223817 ], [ -113.13630039757271, 36.999944397917247 ], [ -113.14561016690723, 36.999947641645761 ], [ -113.15435809624957, 36.999951344618957 ], [ -113.16374818954344, 36.999954949134946 ], [ -113.17255055914454, 36.999957577784656 ], [ -113.19053917962479, 36.999910705739765 ], [ -113.20871045649599, 36.999965853209225 ], [ -113.2269258814941, 36.999994853193172 ], [ -113.24482005133193, 36.999991081308913 ], [ -113.25077449900554, 36.999959376672557 ], [ -113.26299991411767, 36.9999611323531 ], [ -113.28108029557809, 36.999988887320185 ], [ -113.29920546367531, 37.000013014485965 ], [ -113.31725763846055, 37.000040300051737 ], [ -113.33530254751243, 37.000015409332441 ], [ -113.35339935596873, 37.000036307885786 ], [ -113.37141096370372, 37.000029107608235 ], [ -113.3757651235959, 37.000032111516106 ], [ -113.38943068555294, 36.999924376193491 ], [ -113.40754891988642, 36.999918545110397 ], [ -113.4254828652558, 36.999949759112333 ], [ -113.44360698404921, 36.999956315500739 ], [ -113.45657368704654, 36.99996337352357 ], [ -113.46168056537202, 36.999965652817373 ], [ -113.47681581090471, 36.99999784078399 ], [ -113.47974940361897, 37.000003873026863 ], [ -113.49488398383673, 36.999992940654785 ], [ -113.49777718115588, 36.999990634148929 ], [ -113.50074483340202, 37.000031747578319 ], [ -113.51586595420055, 36.999955332998034 ], [ -113.51874916303446, 36.999957231942204 ], [ -113.53843943173061, 36.999970080438409 ], [ -113.55642299267687, 36.999985807930187 ], [ -113.57457414469279, 36.999975340163061 ], [ -113.59269912821225, 36.999990598417355 ], [ -113.60055770394833, 36.999998805067669 ], [ -113.61077822839222, 37.000013103382891 ], [ -113.62243384678162, 37.000003811750474 ], [ -113.62575940864799, 36.999997829881636 ], [ -113.63601065315393, 36.999959704840983 ], [ -113.67132366465533, 36.999976221047021 ], [ -113.70032551621935, 37.000026923901004 ], [ -113.72740425605352, 37.000061588933811 ], [ -113.75081461176308, 36.999943597826658 ], [ -113.75501026969724, 36.99992281334378 ], [ -113.77307939215608, 36.999997357845423 ], [ -113.79112345117892, 37.000002146730139 ], [ -113.80921668872863, 36.999971479450082 ], [ -113.82724521592748, 37.000016185289894 ], [ -113.84538825805309, 36.999969788879291 ], [ -113.86325347933079, 37.000007519047898 ], [ -113.86490492542281, 37.000004584361093 ], [ -113.87573481409444, 36.999985785705434 ], [ -113.89786327379991, 37.000014864727454 ], [ -113.91606779873635, 36.999969645478529 ], [ -113.93413000684161, 37.000024269089558 ], [ -113.95219540112257, 37.000017482956764 ], [ -113.97043369676661, 36.999981079761795 ], [ -113.98820846853367, 37.000016622657334 ], [ -114.00059413792545, 37.000001248230596 ], [ -114.00080756194427, 37.000000353421186 ], [ -114.00638658504899, 37.000025753146659 ], [ -114.02440667170947, 37.000018098351738 ], [ -114.04278821465407, 37.000061500465982 ], [ -114.05002287439611, 37.000051359284747 ], [ -114.05006070490481, 37.008583686737765 ], [ -114.05014148409009, 37.023102616486078 ], [ -114.05038113042662, 37.037653475469583 ], [ -114.05056130450957, 37.052115728989449 ], [ -114.05076637132044, 37.06663137959557 ], [ -114.05088546796827, 37.075211102848883 ], [ -114.05114059677976, 37.08115165789485 ], [ -114.05177964816058, 37.089650392007577 ], [ -114.052028452665, 37.095568568425115 ], [ -114.05255055850157, 37.104088313605864 ], [ -114.0523012129624, 37.110064366613287 ], [ -114.05198632918439, 37.118610167695088 ], [ -114.05194377464458, 37.124971948613528 ], [ -114.05186644646029, 37.162234172405348 ], [ -114.05174889067473, 37.168125693269928 ], [ -114.05170091243842, 37.202308928014006 ], [ -114.05176185347047, 37.240701675960466 ], [ -114.05182697769285, 37.249994439900881 ], [ -114.05193904280674, 37.286538478817903 ], [ -114.05197317110249, 37.289335377766626 ], [ -114.05175307084204, 37.301045769387237 ], [ -114.05181646543765, 37.315551103877787 ], [ -114.05174854984119, 37.329929149913447 ], [ -114.05185098718046, 37.345555232295119 ], [ -114.05185170574995, 37.360057600664391 ], [ -114.0518866932543, 37.374982550352335 ], [ -114.05190744907647, 37.403603714928593 ], [ -114.05189712520826, 37.418092750507689 ], [ -114.05262099302323, 37.431459010311151 ], [ -114.05279395075964, 37.435157814582261 ], [ -114.05259039187278, 37.462662772206734 ], [ -114.05267218474256, 37.491746080085406 ], [ -114.052702537535, 37.499985245030558 ], [ -114.05263996561828, 37.516902837985718 ], [ -114.05291252669831, 37.545770175376738 ], [ -114.05292513103488, 37.549405495692845 ], [ -114.05284608465351, 37.574766919837053 ], [ -114.05289911339239, 37.592822061513033 ], [ -114.05268640367453, 37.597589472025355 ], [ -114.05236741954779, 37.604742833265242 ], [ -114.02897003896238, 37.60475604729023 ], [ -114.01129299938324, 37.604798860105838 ], [ -114.00081657996749, 37.604786630975767 ], [ -113.97492814288239, 37.604820928857713 ], [ -113.95672404378854, 37.60485982694177 ], [ -113.9385877751351, 37.604610388204648 ], [ -113.91993711508964, 37.604672741434776 ], [ -113.91088375898488, 37.604680057029654 ], [ -113.90185640032594, 37.604686576752037 ], [ -113.87579079577186, 37.604694404771521 ], [ -113.86516294351611, 37.604727849540041 ], [ -113.86476160184299, 37.604746611050409 ], [ -113.82845756618308, 37.604762469655171 ], [ -113.81009352972488, 37.604782514155978 ], [ -113.75081792537115, 37.604711356966178 ], [ -113.71699488388499, 37.604643936958979 ], [ -113.6257943245093, 37.604767923807081 ], [ -113.62452790560083, 37.604796113262239 ], [ -113.61079680488521, 37.604782971079558 ], [ -113.60623643855243, 37.6047782265099 ], [ -113.58782894359364, 37.604714987512587 ], [ -113.58777671759401, 37.618268874214436 ], [ -113.51135754779646, 37.618186401815251 ], [ -113.5008125586035, 37.6182437826495 ], [ -113.4746525867228, 37.618349567352261 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 34, \"properties\": { \"NAME\": \"WAYNE COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 567, \"Color4\": \"4\", \"Shape_Leng\": 447339.351199, \"Shape_Area\": 6383819258.1000004 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.84881110356264, 38.41210953266966 ], [ -111.84886749729981, 38.424269955761353 ], [ -111.84876069988752, 38.424933112740696 ], [ -111.84813741830206, 38.425514394679375 ], [ -111.84759299666356, 38.425982452695791 ], [ -111.84709349432917, 38.426373581323645 ], [ -111.84641821720561, 38.426919181876777 ], [ -111.84591344743363, 38.427350897588745 ], [ -111.84509485346388, 38.42788851298085 ], [ -111.84490226235454, 38.428074648091759 ], [ -111.84456589838963, 38.428212253109059 ], [ -111.84434410994263, 38.428350834050782 ], [ -111.84358765069973, 38.428421168775635 ], [ -111.84350295267171, 38.428428086899586 ], [ -111.84242651373198, 38.428469174950486 ], [ -111.84234182599006, 38.428476993363397 ], [ -111.84154932232249, 38.428600744935935 ], [ -111.84146582171445, 38.42861215899773 ], [ -111.84137998812604, 38.428619984944589 ], [ -111.84067587404661, 38.428660185372593 ], [ -111.84059001941193, 38.42866620848875 ], [ -111.83954828606829, 38.428736760809642 ], [ -111.83946242080138, 38.428741881974595 ], [ -111.83850654010672, 38.428806402764017 ], [ -111.83842066424991, 38.428810622040018 ], [ -111.83817957428013, 38.428767286686004 ], [ -111.83802986949411, 38.428700767272517 ], [ -111.83788006084973, 38.428625236389635 ], [ -111.83769572945492, 38.428536434083775 ], [ -111.83758989004224, 38.428498438972603 ], [ -111.83731646479352, 38.428531935120695 ], [ -111.837230630796, 38.428539758032137 ], [ -111.83718230688685, 38.428720343669276 ], [ -111.83718329530956, 38.428805950787918 ], [ -111.83722510699859, 38.428954350371512 ], [ -111.83727837458584, 38.429102668081462 ], [ -111.83716141347232, 38.429887549291536 ], [ -111.83715636184481, 38.429946163493717 ], [ -111.83708793297136, 38.430469349322109 ], [ -111.83700315139185, 38.431064748002235 ], [ -111.83671178382977, 38.431629178628654 ], [ -111.83671273020103, 38.431711181206119 ], [ -111.83658816845167, 38.431838238784117 ], [ -111.83654447535244, 38.432023297020024 ], [ -111.83661472026311, 38.432153469719033 ], [ -111.83671412599158, 38.432328494219867 ], [ -111.83691512345366, 38.432867779608323 ], [ -111.83698447938144, 38.433417016985921 ], [ -111.83702180795544, 38.434169253301803 ], [ -111.83678147358226, 38.434689160451413 ], [ -111.83654921285397, 38.434916119118348 ], [ -111.83639558787377, 38.435007335896657 ], [ -111.83617837912028, 38.435049440180698 ], [ -111.83536973259842, 38.435469760492687 ], [ -111.83485962806603, 38.435946526575194 ], [ -111.83471727863454, 38.43651980329485 ], [ -111.83458247119549, 38.43725073621124 ], [ -111.8345775727056, 38.437322867161377 ], [ -111.83456103934097, 38.437877223353311 ], [ -111.83450997856703, 38.438418307397221 ], [ -111.83427622282494, 38.439014764362433 ], [ -111.83409402157949, 38.439610853831503 ], [ -111.83400474731629, 38.439818765403388 ], [ -111.83386917618387, 38.439986452377255 ], [ -111.83374329420346, 38.440099998225875 ], [ -111.83359064504424, 38.440177686359085 ], [ -111.83335766875278, 38.440245131234633 ], [ -111.83321697983996, 38.440266859392779 ], [ -111.83313343333006, 38.440275564281286 ], [ -111.83306468833251, 38.440276053070718 ], [ -111.83298112107875, 38.440282955597432 ], [ -111.83284038019772, 38.440300177671496 ], [ -111.83275687501424, 38.440312486799563 ], [ -111.83215397483262, 38.440396075854828 ], [ -111.8320692822802, 38.440404788124717 ], [ -111.8312940464663, 38.440748240977875 ], [ -111.83079512934613, 38.441206885830326 ], [ -111.83033558528275, 38.441602165509877 ], [ -111.82963046756963, 38.442066772487436 ], [ -111.82876967028945, 38.442445961277187 ], [ -111.82855290853713, 38.442529503533812 ], [ -111.82832044257368, 38.44274292925045 ], [ -111.8281623488636, 38.44294681684763 ], [ -111.82789347007471, 38.443584063164806 ], [ -111.82776499352953, 38.444274388979764 ], [ -111.82768512981812, 38.444806661188387 ], [ -111.82743901652226, 38.44533109549932 ], [ -111.8271418512264, 38.445900949674311 ], [ -111.82666216778219, 38.446544186957325 ], [ -111.82629148684303, 38.447200171552097 ], [ -111.82598928450957, 38.447832240991289 ], [ -111.82587175142002, 38.448077294621079 ], [ -111.8258287921373, 38.448329933306432 ], [ -111.82590630440073, 38.44859524078629 ], [ -111.8261902045129, 38.449372776657185 ], [ -111.82634289670233, 38.450200803163298 ], [ -111.82601813425771, 38.450865474695576 ], [ -111.82588719817007, 38.451443165195961 ], [ -111.8257281765159, 38.452070619395265 ], [ -111.82558091975937, 38.452725026387647 ], [ -111.82550164788424, 38.453311364217768 ], [ -111.8253243515863, 38.453844320600915 ], [ -111.82483580850707, 38.454721923895185 ], [ -111.82434075466936, 38.455531980994614 ], [ -111.82395532928405, 38.456408854849649 ], [ -111.82356912630713, 38.457218142939595 ], [ -111.81750337646574, 38.462045989594401 ], [ -111.79911198000234, 38.476515447888126 ], [ -111.78061086504714, 38.491059345418478 ], [ -111.7692387299514, 38.499934758373264 ], [ -111.76654929495562, 38.502079211363906 ], [ -111.75630191705147, 38.510147539412984 ], [ -111.75081249688407, 38.510138704374874 ], [ -111.75072647159804, 38.510138354690518 ], [ -111.73829318316994, 38.510110157921474 ], [ -111.73820715782909, 38.510109799039114 ], [ -111.72627890349614, 38.510118596757998 ], [ -111.72619287806387, 38.510118229049155 ], [ -111.70748629135258, 38.510147123154638 ], [ -111.70740027458396, 38.510147642782293 ], [ -111.68884837194626, 38.510163612859991 ], [ -111.68876235481623, 38.510164118798663 ], [ -111.67027352124303, 38.510181280958264 ], [ -111.67018749540695, 38.51018087210457 ], [ -111.65187046766648, 38.51017431876933 ], [ -111.65177870722891, 38.510173928311801 ], [ -111.63311223801865, 38.510212346104325 ], [ -111.63302621986294, 38.510212811106122 ], [ -111.62581765737868, 38.51022451906239 ], [ -111.62573163128849, 38.510224077548948 ], [ -111.61626861660233, 38.510158003180784 ], [ -111.61618259055453, 38.51015755465135 ], [ -111.59787110552975, 38.510131710658598 ], [ -111.59778507944918, 38.510131248613 ], [ -111.57942752782874, 38.510082027915139 ], [ -111.57933575994058, 38.510080679523149 ], [ -111.56084690998382, 38.51010759985634 ], [ -111.5607551562085, 38.510108039237927 ], [ -111.55907488000224, 38.510111566860168 ], [ -111.55898886080715, 38.510111977480996 ], [ -111.54242105823029, 38.510126803223159 ], [ -111.542329297386, 38.510126326997913 ], [ -111.52378845442914, 38.510107984071844 ], [ -111.52370243473649, 38.510108368774752 ], [ -111.50968104427083, 38.510147701510007 ], [ -111.50959502433945, 38.510148075851305 ], [ -111.50082063966151, 38.510136362051512 ], [ -111.50073461338464, 38.510135828707739 ], [ -111.49122607566606, 38.510110311080027 ], [ -111.49113431473948, 38.510109794737609 ], [ -111.47233083637451, 38.510097022413561 ], [ -111.47224366908365, 38.510097373945491 ], [ -111.45380615390319, 38.510098174851926 ], [ -111.45372013332369, 38.510098508152318 ], [ -111.43537458908364, 38.510136604976729 ], [ -111.43528283352043, 38.510136946054459 ], [ -111.41705738657893, 38.510122160577502 ], [ -111.41697136555059, 38.510122466885662 ], [ -111.39885518399799, 38.510163037861368 ], [ -111.39876916272597, 38.510163330799998 ], [ -111.37579547026203, 38.510194243678576 ], [ -111.37570944403524, 38.510193618487627 ], [ -111.3741550974388, 38.510155336799407 ], [ -111.37406907126258, 38.510154710403164 ], [ -111.36157873533632, 38.510193940144319 ], [ -111.34303328279179, 38.510186645878434 ], [ -111.34294611398987, 38.510186901173711 ], [ -111.32444535490893, 38.510172026342801 ], [ -111.32435933291939, 38.510172264626036 ], [ -111.31077344521277, 38.510177562570796 ], [ -111.31068742310258, 38.510177790811731 ], [ -111.30585288364526, 38.510167986430915 ], [ -111.30576112669735, 38.510168226030402 ], [ -111.30573933335691, 38.505014269016172 ], [ -111.30581216604649, 38.49999794556841 ], [ -111.3038717792659, 38.500002995988304 ], [ -111.28537945191371, 38.500013466134654 ], [ -111.26689846995271, 38.499993954285308 ], [ -111.25069400001021, 38.499998217921458 ], [ -111.22997093680718, 38.499959632429245 ], [ -111.21154161261354, 38.499953814308661 ], [ -111.19359984157637, 38.50000737619326 ], [ -111.17522210230855, 38.500000263858844 ], [ -111.15676980372146, 38.49998586158592 ], [ -111.12573699803352, 38.500005264002411 ], [ -111.11979639466108, 38.499948406025055 ], [ -111.10137167236475, 38.499961296148307 ], [ -111.10126387179679, 38.499961389402266 ], [ -111.0823517149914, 38.499949177555671 ], [ -111.06396369424976, 38.499978687459702 ], [ -111.04655502502263, 38.499986901026368 ], [ -111.03508686663125, 38.500004416248046 ], [ -111.00840617214538, 38.500032801686388 ], [ -111.00070529275511, 38.500033101229221 ], [ -110.9901660500323, 38.499959692253675 ], [ -110.97146148792132, 38.499929591802683 ], [ -110.95303788149738, 38.499946183919846 ], [ -110.93470603186287, 38.499941904890235 ], [ -110.92045109597417, 38.499955620812109 ], [ -110.90904027618211, 38.499956326906812 ], [ -110.89774410815176, 38.499978551754772 ], [ -110.8793663412192, 38.500001619405893 ], [ -110.87570226168428, 38.500002294220231 ], [ -110.86012858250433, 38.499957694618146 ], [ -110.84171072904748, 38.499956781530173 ], [ -110.82322288734376, 38.499970890777526 ], [ -110.80574657326299, 38.499970245534072 ], [ -110.78637687710983, 38.499968060488797 ], [ -110.75068793230051, 38.499992155627879 ], [ -110.73026207643623, 38.499978437161957 ], [ -110.71177077924746, 38.499997475574723 ], [ -110.69108946815763, 38.499922223768813 ], [ -110.67962577446676, 38.499959017666256 ], [ -110.67498104017322, 38.499991280804068 ], [ -110.66811739342404, 38.499985550742601 ], [ -110.65650461107289, 38.500019658899546 ], [ -110.6390800708668, 38.499994295818162 ], [ -110.6256740155424, 38.49996122847633 ], [ -110.61082288532405, 38.499948869954245 ], [ -110.58785247659208, 38.499915349922837 ], [ -110.58371815940133, 38.499927764485115 ], [ -110.57640151449058, 38.499928566544774 ], [ -110.56525456459654, 38.499923768264971 ], [ -110.55347110749656, 38.499924496085157 ], [ -110.54675063715352, 38.49995275336282 ], [ -110.54200279793154, 38.49996131937305 ], [ -110.53053475137929, 38.499956466377157 ], [ -110.52886610207914, 38.499963283931692 ], [ -110.51902757791612, 38.499972859867604 ], [ -110.51041964066722, 38.499973241724412 ], [ -110.50070048722044, 38.499968258852569 ], [ -110.49221412304247, 38.499967820792087 ], [ -110.47379193404801, 38.499954090414114 ], [ -110.45522404539506, 38.499950302554851 ], [ -110.43680624482374, 38.49996682264122 ], [ -110.41916253369722, 38.499984287696222 ], [ -110.40066450929667, 38.499995626968563 ], [ -110.38223537715471, 38.499998099297322 ], [ -110.3756411029924, 38.500017202675949 ], [ -110.35849099177456, 38.49998309699626 ], [ -110.34552096603366, 38.499951889631014 ], [ -110.32705178257493, 38.499950860945766 ], [ -110.32659877958284, 38.499952763131176 ], [ -110.30896216878669, 38.499953665565826 ], [ -110.29074416310468, 38.499952898260794 ], [ -110.2820569485509, 38.499976568073073 ], [ -110.27224581270774, 38.500006132728771 ], [ -110.25366777000181, 38.500001865321359 ], [ -110.25072634261177, 38.499992095770452 ], [ -110.23526751924315, 38.499995811512484 ], [ -110.21674696512018, 38.499981555866533 ], [ -110.19874777041886, 38.500008492701042 ], [ -110.1803072343104, 38.50002056264983 ], [ -110.16352397949362, 38.500019047375353 ], [ -110.14060009286624, 38.499983744282432 ], [ -110.12568642935499, 38.499958968430995 ], [ -110.1176758749118, 38.499979998297491 ], [ -110.10650066362632, 38.499962860637694 ], [ -110.08854774294794, 38.499964198581054 ], [ -110.07006723762589, 38.499972113449928 ], [ -110.06034289240614, 38.499944058299384 ], [ -110.04884036372569, 38.499968355799425 ], [ -110.03742392212337, 38.499986823726552 ], [ -110.02527959375024, 38.499981901149489 ], [ -110.02488970960147, 38.499555099287754 ], [ -110.02476455856231, 38.499396350071947 ], [ -110.02465792876367, 38.499309849647943 ], [ -110.02457387528555, 38.499164960243924 ], [ -110.02446085241228, 38.499042359053398 ], [ -110.02426762638395, 38.498914583640861 ], [ -110.02400839138976, 38.498664598051555 ], [ -110.02382127393395, 38.498424224872586 ], [ -110.02357224016492, 38.498183335179384 ], [ -110.02324300568363, 38.497937270165991 ], [ -110.02298720781543, 38.497772923414907 ], [ -110.0226632840894, 38.497558442503241 ], [ -110.02210747530742, 38.497107716961239 ], [ -110.02169329170866, 38.496784337636079 ], [ -110.02121682958229, 38.496402760615574 ], [ -110.02094989298821, 38.496214885552895 ], [ -110.02059890380326, 38.495883018794672 ], [ -110.0203565376774, 38.495574589235702 ], [ -110.02018790751555, 38.495325353028477 ], [ -110.02008764550138, 38.495108230066982 ], [ -110.0199587198821, 38.494890867156784 ], [ -110.01987186496301, 38.494615279243355 ], [ -110.01979497683043, 38.494281197721286 ], [ -110.01972582346649, 38.493884097998837 ], [ -110.01970802113921, 38.49350545172291 ], [ -110.01968820410848, 38.493275483924791 ], [ -110.01963929631584, 38.493076814049118 ], [ -110.01959044984198, 38.492873638740669 ], [ -110.01951304873266, 38.492746825004808 ], [ -110.01934609627426, 38.492628273257239 ], [ -110.01850053448693, 38.492071467815848 ], [ -110.0182172668279, 38.491821267932366 ], [ -110.01797296710403, 38.491657006607973 ], [ -110.01768360326861, 38.491433789842915 ], [ -110.01728970902487, 38.491308825586891 ], [ -110.0165087597086, 38.490977843967322 ], [ -110.01623086815052, 38.490754719958616 ], [ -110.01599785771866, 38.490604067113388 ], [ -110.01578222958074, 38.490440042116106 ], [ -110.01552117185967, 38.490244093413445 ], [ -110.01520334303885, 38.490007113495622 ], [ -110.01491972681282, 38.489783938241864 ], [ -110.01466989317557, 38.48960610573198 ], [ -110.01448823581235, 38.489473905593805 ], [ -110.01426164078018, 38.489273738145734 ], [ -110.01396595156999, 38.489095518186694 ], [ -110.01373362681416, 38.488895301478927 ], [ -110.01347153585776, 38.488775940178456 ], [ -110.0131688892771, 38.488687778041019 ], [ -110.01288276426598, 38.488649319508397 ], [ -110.01219716045907, 38.488476820026833 ], [ -110.01191300579731, 38.488294186261477 ], [ -110.01164506470509, 38.488183783375135 ], [ -110.01115387325667, 38.488048965604527 ], [ -110.01082349522935, 38.487892974465041 ], [ -110.0104253175039, 38.487664314826411 ], [ -110.0098207203399, 38.487438414822655 ], [ -110.00945706496171, 38.4872010319136 ], [ -110.00917834601445, 38.487040967111746 ], [ -110.00879706617859, 38.486834974510572 ], [ -110.00814872369672, 38.486455494344604 ], [ -110.00764171373177, 38.486221397656266 ], [ -110.00726099897457, 38.485974851560265 ], [ -110.00694870090925, 38.485755919861383 ], [ -110.0064653704363, 38.485467947800458 ], [ -110.00618056152112, 38.485334859754893 ], [ -110.0056917525549, 38.48502881433577 ], [ -110.005339153452, 38.48482305398467 ], [ -110.00503222650907, 38.484631198332146 ], [ -110.00466866304666, 38.484389295448274 ], [ -110.00406123210293, 38.483956069304696 ], [ -110.00369197557633, 38.483628502459425 ], [ -110.00331872476924, 38.483341453762421 ], [ -110.00302967550455, 38.483101081035819 ], [ -110.00272988468022, 38.482808347433746 ], [ -110.00248700467169, 38.482545836849553 ], [ -110.00215571000933, 38.482043758635562 ], [ -110.00196593661398, 38.481671754851014 ], [ -110.00185184587345, 38.481215684363562 ], [ -110.00170434832616, 38.480688135413949 ], [ -110.00166964603726, 38.480294923051723 ], [ -110.00160557626859, 38.479537381617419 ], [ -110.00169190885998, 38.479096536817984 ], [ -110.00179256173426, 38.478448541378839 ], [ -110.00187452716948, 38.477908528760651 ], [ -110.00185171031629, 38.477484777253324 ], [ -110.00188490292101, 38.477156127461704 ], [ -110.00191286082767, 38.476791385620359 ], [ -110.00197164940717, 38.476269198988945 ], [ -110.00200084881718, 38.475814349092708 ], [ -110.00221860279035, 38.474987113426536 ], [ -110.00236865181462, 38.474497245269056 ], [ -110.002462691001, 38.473912275378886 ], [ -110.00246310632765, 38.473466191896179 ], [ -110.00249223905327, 38.473015847006707 ], [ -110.00258933686627, 38.472624657910117 ], [ -110.00269067496583, 38.472341647139295 ], [ -110.00291745163914, 38.471690217740608 ], [ -110.00302089662158, 38.471254022892467 ], [ -110.00313580210836, 38.470817925446788 ], [ -110.00326190737444, 38.470400848065566 ], [ -110.00347362642444, 38.470009732104259 ], [ -110.00365069788293, 38.469637245944007 ], [ -110.00384471186936, 38.469282927297833 ], [ -110.00398634138749, 38.468986740032285 ], [ -110.00431593825328, 38.468358711332442 ], [ -110.00493705003974, 38.467787229494242 ], [ -110.00524882625236, 38.467537545143735 ], [ -110.00556307819997, 38.467274363153393 ], [ -110.00590089800731, 38.466880708171118 ], [ -110.00616926709831, 38.466536028267157 ], [ -110.00647756195504, 38.466205204155813 ], [ -110.00672958707895, 38.465798202356737 ], [ -110.00701158391003, 38.465295026984514 ], [ -110.0072461767345, 38.464904998774394 ], [ -110.00750486191912, 38.464429561359317 ], [ -110.00762564436411, 38.463979990801398 ], [ -110.00776014318586, 38.463449429361411 ], [ -110.00783824444697, 38.463103133569753 ], [ -110.00804934899239, 38.462753458069685 ], [ -110.00830684871261, 38.462363621466885 ], [ -110.00858085779805, 38.462023489322043 ], [ -110.00885634415187, 38.461575226430647 ], [ -110.00914152489197, 38.461172104248398 ], [ -110.00946984475425, 38.460715274800371 ], [ -110.00977994737886, 38.460249278508606 ], [ -110.01014931683028, 38.459639591978586 ], [ -110.01038307361767, 38.459308127134058 ], [ -110.01086140224056, 38.458775959630998 ], [ -110.01111304215604, 38.458309465935443 ], [ -110.01127373854976, 38.457788132804737 ], [ -110.01138337255068, 38.457397040890463 ], [ -110.01149986417319, 38.456839286746536 ], [ -110.01148352399605, 38.456357012745237 ], [ -110.01133509258598, 38.455896153765302 ], [ -110.01119678166694, 38.455533609611258 ], [ -110.01102499209438, 38.455104995852295 ], [ -110.01095530456571, 38.454752943743834 ], [ -110.01095067345796, 38.454252744585879 ], [ -110.01087494145536, 38.453504118014294 ], [ -110.01086427370248, 38.453026397523246 ], [ -110.01085742848014, 38.45268839365184 ], [ -110.01081029254166, 38.452363567421095 ], [ -110.01087386160904, 38.451904497423769 ], [ -110.01082844847949, 38.451453519142348 ], [ -110.0107659478584, 38.451078997665277 ], [ -110.01077532975313, 38.450727612850805 ], [ -110.01073404760839, 38.450393824019706 ], [ -110.01064114081913, 38.450064105163527 ], [ -110.01065136131469, 38.449735257133725 ], [ -110.01074068349772, 38.449488184134978 ], [ -110.0110676598585, 38.448621296141653 ], [ -110.01130813781535, 38.448214185397042 ], [ -110.01169765560724, 38.447802023110931 ], [ -110.0118777767742, 38.447618798364651 ], [ -110.01204009550193, 38.447480482732992 ], [ -110.01234625428583, 38.44729832000241 ], [ -110.01268205129634, 38.447043409794162 ], [ -110.01307412973929, 38.446862870340389 ], [ -110.01338022199182, 38.446685210255112 ], [ -110.01366247682505, 38.446574937979513 ], [ -110.01413403286899, 38.446448234259044 ], [ -110.01451946869531, 38.446334322135108 ], [ -110.01502557933281, 38.446194387588356 ], [ -110.01541533339457, 38.446184145746486 ], [ -110.01624116241855, 38.446127999484155 ], [ -110.01683758698083, 38.446087946379002 ], [ -110.01744443031062, 38.446124578840916 ], [ -110.01812532369122, 38.446193370449926 ], [ -110.01854231886918, 38.446286983458855 ], [ -110.01925380810759, 38.446635394029791 ], [ -110.01996470687791, 38.446943241759122 ], [ -110.02054674381432, 38.447204948430901 ], [ -110.0209089098219, 38.447455803082491 ], [ -110.02199488523902, 38.448163296421164 ], [ -110.02240185179451, 38.448576734799616 ], [ -110.02285471742138, 38.44898604862837 ], [ -110.02325717899437, 38.449309327369164 ], [ -110.02376667892877, 38.449768675308043 ], [ -110.02411137760856, 38.450041904288128 ], [ -110.02442472272179, 38.450260799729968 ], [ -110.02495131563822, 38.450728395562507 ], [ -110.02563683261731, 38.451735321689519 ], [ -110.02586780156068, 38.452030129332307 ], [ -110.02615176704481, 38.452645299697984 ], [ -110.02658989036969, 38.453302303868469 ], [ -110.02693950688798, 38.453723360588896 ], [ -110.02737553157225, 38.454110888424616 ], [ -110.02796355311506, 38.454701542503855 ], [ -110.02878402596582, 38.455478864914625 ], [ -110.02945620570972, 38.45620538766488 ], [ -110.02985728840652, 38.456636775075566 ], [ -110.03043401138923, 38.457218311237135 ], [ -110.03082237743375, 38.457401762810825 ], [ -110.03120284512094, 38.45766174894073 ], [ -110.03157517459333, 38.45801629151741 ], [ -110.03183712577219, 38.458140117304488 ], [ -110.03220095289858, 38.45835940912194 ], [ -110.03246205176767, 38.458547210965797 ], [ -110.03271726555182, 38.45874667910644 ], [ -110.0329715062295, 38.459019135046951 ], [ -110.03361883740752, 38.459466059847998 ], [ -110.03409636481349, 38.459754774101903 ], [ -110.03467994439787, 38.459826272380809 ], [ -110.03511439869047, 38.459907353872154 ], [ -110.0354862668737, 38.459954574455466 ], [ -110.03597953521202, 38.45992258701876 ], [ -110.03684807545447, 38.459681903774744 ], [ -110.03749277837376, 38.459466410904454 ], [ -110.03816726457454, 38.459165545918061 ], [ -110.03853643942227, 38.45898383236436 ], [ -110.03883786869473, 38.45872496064802 ], [ -110.03906349091845, 38.458564597289062 ], [ -110.0393813894248, 38.458359930655583 ], [ -110.03987655668517, 38.458183751826176 ], [ -110.04031967442376, 38.458043192138426 ], [ -110.04072678744507, 38.457938383572291 ], [ -110.04118329522538, 38.45773845165445 ], [ -110.04163761726029, 38.457616903649964 ], [ -110.0422606789634, 38.457302076276072 ], [ -110.04291734063267, 38.457046097455439 ], [ -110.04343820650458, 38.456658333517034 ], [ -110.04392688818166, 38.456103584214901 ], [ -110.04429511836359, 38.455556862146167 ], [ -110.04445449307495, 38.454769619837627 ], [ -110.0446201879881, 38.453937369161203 ], [ -110.04454238453678, 38.453319418492882 ], [ -110.04447556597461, 38.452737604973898 ], [ -110.04435849042294, 38.452056250343581 ], [ -110.04436473072175, 38.451583175580808 ], [ -110.04438492569341, 38.450920964313546 ], [ -110.04438185810397, 38.450284697792597 ], [ -110.04434153833296, 38.44986621582138 ], [ -110.0443229713042, 38.449536228075864 ], [ -110.04430705495187, 38.449005296083833 ], [ -110.04410710277155, 38.448526032999816 ], [ -110.04378654328143, 38.448068315068269 ], [ -110.0432778186543, 38.447541470429769 ], [ -110.04252740806963, 38.447093756004172 ], [ -110.04184880359243, 38.446849392318192 ], [ -110.04100889584716, 38.446671293944014 ], [ -110.04035620101207, 38.44663440793812 ], [ -110.03982996393408, 38.446567012995629 ], [ -110.03877753044192, 38.446342998333819 ], [ -110.03812605753301, 38.446300702790566 ], [ -110.03742796327683, 38.446317499288241 ], [ -110.03621554871971, 38.446491375266767 ], [ -110.03562942423613, 38.446619027483486 ], [ -110.03500895942288, 38.446743690341052 ], [ -110.03426799007727, 38.446881775737253 ], [ -110.03330388471113, 38.446995485744651 ], [ -110.03221391730159, 38.447094630327939 ], [ -110.03128291580451, 38.447303222233444 ], [ -110.03054156036971, 38.44746921772667 ], [ -110.03003414254594, 38.447622726441942 ], [ -110.0293804311887, 38.447747084121417 ], [ -110.02833055176596, 38.447846524578708 ], [ -110.02756869860092, 38.447831191726408 ], [ -110.02701472789018, 38.447695919696152 ], [ -110.02657715721557, 38.447426433522921 ], [ -110.02625001640004, 38.447040708706524 ], [ -110.02594549234094, 38.446677700787717 ], [ -110.02580662783984, 38.446352117302112 ], [ -110.0256673958196, 38.446139179517452 ], [ -110.02548510915391, 38.445889835796528 ], [ -110.02531126281815, 38.445694633495073 ], [ -110.02495482495827, 38.445358226826315 ], [ -110.02453523907199, 38.445031206439559 ], [ -110.02417715627465, 38.444391983326071 ], [ -110.02393109477796, 38.443943843812576 ], [ -110.02365969313459, 38.443675730947497 ], [ -110.02335605818882, 38.443248739022557 ], [ -110.02309738199813, 38.442887006976449 ], [ -110.02283726251923, 38.442632504139333 ], [ -110.02247797863818, 38.442084286071633 ], [ -110.02208530111552, 38.441463692811048 ], [ -110.02173553964553, 38.44105974261204 ], [ -110.02109434799425, 38.440175725093347 ], [ -110.02090987195805, 38.439836236655083 ], [ -110.02067432853471, 38.439460273402062 ], [ -110.02036608399634, 38.438953028967497 ], [ -110.02014730497942, 38.438608746521069 ], [ -110.01987764296348, 38.438214472452515 ], [ -110.01952102305688, 38.437811359382934 ], [ -110.01923442589573, 38.43748363033265 ], [ -110.01895927640189, 38.437072185533154 ], [ -110.01852583815763, 38.436504409175456 ], [ -110.01826722185588, 38.436141765605527 ], [ -110.01804894935212, 38.435761435713211 ], [ -110.01782476784138, 38.435394573758856 ], [ -110.01759266233152, 38.435189859597415 ], [ -110.01736177960059, 38.43489503596787 ], [ -110.01720980889317, 38.43469549901554 ], [ -110.0169158138369, 38.434323543743936 ], [ -110.01666914258028, 38.434010562412141 ], [ -110.01640890600153, 38.433768660910665 ], [ -110.01620007620495, 38.433538004772792 ], [ -110.0160085661462, 38.433297580588018 ], [ -110.01578270630581, 38.432971254247839 ], [ -110.015615072806, 38.43274454785638 ], [ -110.01541895248941, 38.432422075413456 ], [ -110.01517729252774, 38.43207849245514 ], [ -110.01502521120774, 38.431887963634487 ], [ -110.01486205459491, 38.431669404518438 ], [ -110.01467031451034, 38.431362287903042 ], [ -110.01437390136368, 38.430917309208894 ], [ -110.01390491875047, 38.430441138243388 ], [ -110.01341285984536, 38.429977387804328 ], [ -110.01286365335598, 38.429504141945607 ], [ -110.0124317269608, 38.429252674336425 ], [ -110.0115583934771, 38.428605463468543 ], [ -110.01114365967888, 38.428354136147476 ], [ -110.01063451147253, 38.42788572385431 ], [ -110.0102669579824, 38.427535660520405 ], [ -110.01003534170545, 38.427298492523619 ], [ -110.00961088793775, 38.426837099619931 ], [ -110.00932370131247, 38.426558906819892 ], [ -110.00884109570816, 38.425910472425606 ], [ -110.00857082720802, 38.425484625138999 ], [ -110.00836895617942, 38.425167499266124 ], [ -110.00813888187601, 38.424818592543723 ], [ -110.00780726041388, 38.424356176387647 ], [ -110.00745833820537, 38.423902624677453 ], [ -110.00718177632243, 38.423602887934692 ], [ -110.00685490634689, 38.423212604803034 ], [ -110.00664658132081, 38.422949492838569 ], [ -110.00637834609367, 38.422460574074897 ], [ -110.00611054663301, 38.421940116586306 ], [ -110.00596042441433, 38.421609907465481 ], [ -110.00583629947084, 38.421054620207357 ], [ -110.00562079254595, 38.420480533503998 ], [ -110.00535953566823, 38.419901552091211 ], [ -110.00523189577683, 38.419603074581033 ], [ -110.00490579572408, 38.419158720779564 ], [ -110.00468844675827, 38.418719795744977 ], [ -110.00444782232849, 38.418307708385356 ], [ -110.00421723142408, 38.417999343125793 ], [ -110.00403087771625, 38.417722895186749 ], [ -110.00367872861675, 38.417174679161654 ], [ -110.00341232914684, 38.416555095753466 ], [ -110.00322985149367, 38.416080416670177 ], [ -110.00308931946537, 38.415470914913783 ], [ -110.0030755771722, 38.414803913936261 ], [ -110.00311507530428, 38.414096812018414 ], [ -110.00320651223986, 38.413610944548424 ], [ -110.00345918321887, 38.413144472026474 ], [ -110.00365926222561, 38.412754153377357 ], [ -110.00381739909058, 38.412498657105147 ], [ -110.00399208274006, 38.41228926218772 ], [ -110.00417294927053, 38.412046575312395 ], [ -110.00444012861004, 38.411773980764643 ], [ -110.00489745761745, 38.411416485567166 ], [ -110.00542415101111, 38.411011813868818 ], [ -110.00600848272346, 38.41057969156109 ], [ -110.00660243592654, 38.410197213590742 ], [ -110.00711179550792, 38.409886111557519 ], [ -110.00817383481925, 38.409277785298116 ], [ -110.00887721326389, 38.408932269452961 ], [ -110.00974774576015, 38.408507054173157 ], [ -110.01025458289459, 38.408295048527556 ], [ -110.01105387085565, 38.408053966961958 ], [ -110.01194378702523, 38.407885739711006 ], [ -110.01238560469058, 38.407821873995559 ], [ -110.01311075002724, 38.407557623587195 ], [ -110.01374439820889, 38.407283586745073 ], [ -110.01436117000914, 38.406986874594317 ], [ -110.01496642393653, 38.406694568334956 ], [ -110.0157976693361, 38.406205893646813 ], [ -110.01646674974288, 38.405851031731935 ], [ -110.01697446465523, 38.405571414324115 ], [ -110.01729308981191, 38.405384835027647 ], [ -110.01778948231308, 38.405010493398649 ], [ -110.01817944567395, 38.404545138356347 ], [ -110.01850636084357, 38.404083759963839 ], [ -110.01880592293175, 38.403527525881771 ], [ -110.01906990898044, 38.403061112959143 ], [ -110.01928796549436, 38.402603327049199 ], [ -110.0196662724981, 38.402151387187722 ], [ -110.01990612912431, 38.401774890166315 ], [ -110.0201822717309, 38.401340118115165 ], [ -110.0204385189386, 38.400936721012705 ], [ -110.02083738988496, 38.400232613587605 ], [ -110.02108801616444, 38.399905769832728 ], [ -110.02135926956969, 38.399407870093569 ], [ -110.02162768252138, 38.398950499878637 ], [ -110.02185740339611, 38.398474782132062 ], [ -110.02215641820764, 38.397955483291518 ], [ -110.02245466416537, 38.397492952717904 ], [ -110.02271178719396, 38.39710758153241 ], [ -110.02297109056391, 38.396560012152726 ], [ -110.02305188328415, 38.39608755625418 ], [ -110.02314271829039, 38.395719723021571 ], [ -110.02331403607361, 38.395242614100873 ], [ -110.0234276526687, 38.394968695111388 ], [ -110.02364895756608, 38.394691167087082 ], [ -110.02381782786594, 38.394480791865867 ], [ -110.02423395758814, 38.394191367143399 ], [ -110.02472974788236, 38.393938651737983 ], [ -110.02507517609045, 38.393797333544128 ], [ -110.02557553665432, 38.393630266465301 ], [ -110.02613229712961, 38.393526749811727 ], [ -110.02711974663231, 38.393327674179048 ], [ -110.02751108487431, 38.393263331764516 ], [ -110.02828092438247, 38.393066946613246 ], [ -110.02881315062001, 38.39299926175746 ], [ -110.02931209981402, 38.392936706097345 ], [ -110.02999860465583, 38.39289192219573 ], [ -110.03062525613838, 38.392784456495541 ], [ -110.03101688684073, 38.392611960780535 ], [ -110.03144490788837, 38.392286560473956 ], [ -110.03162477889261, 38.392107806676165 ], [ -110.03186894267859, 38.391830451647792 ], [ -110.03228164286203, 38.391365235646987 ], [ -110.03250476416589, 38.390948019484597 ], [ -110.03269257478775, 38.39060260747685 ], [ -110.03294882664474, 38.390276685025306 ], [ -110.03318238189227, 38.389935254372908 ], [ -110.03342188737425, 38.389576749484142 ], [ -110.03350748838938, 38.38916740913573 ], [ -110.03352927960917, 38.388820626619697 ], [ -110.03347152799607, 38.388428128189396 ], [ -110.03341467658822, 38.387968047083255 ], [ -110.03320374762505, 38.387470647169664 ], [ -110.03300307018333, 38.387063451497426 ], [ -110.03291640586251, 38.386778858274624 ], [ -110.03281600389347, 38.386494151626721 ], [ -110.03265111722746, 38.385979106512536 ], [ -110.03249998395528, 38.385721016922076 ], [ -110.03220856853157, 38.385249986778632 ], [ -110.03201194519195, 38.384968990931121 ], [ -110.03172898053319, 38.38472332961355 ], [ -110.03130351545977, 38.384431430031157 ], [ -110.03093367160614, 38.384261650887879 ], [ -110.03052412166944, 38.384064506164478 ], [ -110.02989723941461, 38.383852043579026 ], [ -110.0294626187622, 38.383817805060545 ], [ -110.02884153820719, 38.383599977674592 ], [ -110.02822309941865, 38.383527262269858 ], [ -110.02785803759862, 38.383514322067974 ], [ -110.02729218942289, 38.383447445100316 ], [ -110.02649764656834, 38.383358839926771 ], [ -110.02582395096765, 38.383223470105392 ], [ -110.02501607737985, 38.383275331448814 ], [ -110.02429442638645, 38.383300868913771 ], [ -110.02290391238292, 38.383257744459158 ], [ -110.02209694676532, 38.383242003185941 ], [ -110.02131884456087, 38.38320847333128 ], [ -110.02058154039355, 38.383121207167861 ], [ -110.0202502773745, 38.38306436685086 ], [ -110.01978279435434, 38.382920772534391 ], [ -110.01935532022659, 38.382782017074099 ], [ -110.01851267729107, 38.382441520484768 ], [ -110.01787031869733, 38.38210720209414 ], [ -110.01741062972216, 38.381896073605944 ], [ -110.01705107410717, 38.381730843046867 ], [ -110.01646998280185, 38.381523198818009 ], [ -110.0159857121027, 38.381352412533737 ], [ -110.01534093171911, 38.381198300106526 ], [ -110.01477354223032, 38.380909654538087 ], [ -110.01443074109483, 38.380776098802272 ], [ -110.01397662842308, 38.380492907729227 ], [ -110.0134824529482, 38.380209377750795 ], [ -110.01316559494373, 38.37993635056403 ], [ -110.0127295210123, 38.379590222483202 ], [ -110.01218148968532, 38.379058403264438 ], [ -110.01184217602538, 38.378753641243875 ], [ -110.01147997071317, 38.378448685204106 ], [ -110.01116736721544, 38.37828473377597 ], [ -110.01074720718574, 38.378032457436319 ], [ -110.01024357849226, 38.37760464193844 ], [ -110.00979837011926, 38.377090802486741 ], [ -110.00959605850221, 38.376815128351154 ], [ -110.00940643641701, 38.37644853980381 ], [ -110.00926137472881, 38.376172447637146 ], [ -110.00911279083083, 38.375735010540907 ], [ -110.00903599430694, 38.375490135912777 ], [ -110.00889962197712, 38.374996927272498 ], [ -110.00900385162518, 38.374489531006851 ], [ -110.00901209475654, 38.374304854452348 ], [ -110.00900924773954, 38.37409394930684 ], [ -110.00899559337968, 38.373836090329426 ], [ -110.00899909651115, 38.373579277583545 ], [ -110.00897817026579, 38.373434908474771 ], [ -110.00905521470645, 38.373241801474727 ], [ -110.00921324365251, 38.372986294800043 ], [ -110.00929742321225, 38.372689609760052 ], [ -110.0093928026204, 38.372411043311253 ], [ -110.00946856715849, 38.372311650137114 ], [ -110.00957943185558, 38.372156678964522 ], [ -110.00963881263019, 38.371999470355327 ], [ -110.00969863529905, 38.371809822186357 ], [ -110.00988674772705, 38.371446424441281 ], [ -110.01019504209678, 38.371084041137408 ], [ -110.01045626067511, 38.370815885821521 ], [ -110.01079235476561, 38.370513214853588 ], [ -110.01104244200215, 38.3702215330079 ], [ -110.01133220778722, 38.369958122495568 ], [ -110.01154037938309, 38.369802167547903 ], [ -110.01175513091516, 38.369583183545856 ], [ -110.01196391317843, 38.369382172869308 ], [ -110.01228163208684, 38.369082947435921 ], [ -110.0125263218528, 38.368850696170796 ], [ -110.01283901096477, 38.368668583104686 ], [ -110.01329486645751, 38.3683119397868 ], [ -110.01356812079655, 38.367998818481517 ], [ -110.01385817424067, 38.36771287389444 ], [ -110.01416453793178, 38.367490149895353 ], [ -110.01444222490196, 38.367271690019066 ], [ -110.01476117495467, 38.367049070233826 ], [ -110.01504343661873, 38.366830647344699 ], [ -110.01528647697798, 38.366634424398484 ], [ -110.01550114675975, 38.366419938640071 ], [ -110.01582065382954, 38.366071152187132 ], [ -110.01606199310083, 38.365577516347344 ], [ -110.01611051901638, 38.365375152939635 ], [ -110.01606821529563, 38.365117955060207 ], [ -110.01599066140703, 38.36492805152367 ], [ -110.01580448927623, 38.364729125321141 ], [ -110.01561207078234, 38.364568898105254 ], [ -110.01519098418092, 38.364389627112708 ], [ -110.01488915625647, 38.364278946987405 ], [ -110.01458111802994, 38.364204262009984 ], [ -110.01405580882088, 38.364114231191941 ], [ -110.01366138447659, 38.364079371423202 ], [ -110.0130607060982, 38.36406079827978 ], [ -110.01234936029927, 38.364099868007933 ], [ -110.01176016892711, 38.364162493227745 ], [ -110.01139307099946, 38.36422248246798 ], [ -110.01095681187927, 38.364317935230908 ], [ -110.01031337529818, 38.364497251880522 ], [ -110.00979102969657, 38.364609997591167 ], [ -110.00932504804804, 38.364786301443175 ], [ -110.00868203367473, 38.364934070559983 ], [ -110.00774162940084, 38.365484860601676 ], [ -110.00684865456141, 38.365914382467508 ], [ -110.00628826129068, 38.366297150806545 ], [ -110.00556719532818, 38.366710095717785 ], [ -110.0048043344662, 38.367248849615272 ], [ -110.00424287061639, 38.367708201052793 ], [ -110.00365247677495, 38.368189833907628 ], [ -110.00312527357204, 38.368653977022511 ], [ -110.00252329517504, 38.369144517544036 ], [ -110.00206544578262, 38.369558778540885 ], [ -110.001584476527, 38.36998906241957 ], [ -110.00114975607143, 38.370385492677968 ], [ -110.00097447394396, 38.370645347453973 ], [ -110.00066756130958, 38.37090407995106 ], [ -110.00056896866455, 38.370997865584798 ], [ -110.00046440481236, 38.371109624243729 ], [ -110.00015637236541, 38.3714494539093 ], [ -110.00001734483524, 38.371569930224922 ], [ -109.99988391587573, 38.371699466143134 ], [ -109.99974401901989, 38.371883018775158 ], [ -109.99958620768983, 38.372120490409685 ], [ -109.99942198965134, 38.372407473182029 ], [ -109.99907842847855, 38.372832610712258 ], [ -109.99874185526933, 38.373248794862391 ], [ -109.99852454295321, 38.373566864823431 ], [ -109.99826227681122, 38.373907080240571 ], [ -109.99797695476396, 38.374341724018564 ], [ -109.99756908825979, 38.37477982522676 ], [ -109.99731360612184, 38.375042593190614 ], [ -109.9972724731672, 38.37511974458716 ], [ -109.99721953272477, 38.37522292977409 ], [ -109.9971553942099, 38.375307995133667 ], [ -109.99708528338232, 38.375411033366532 ], [ -109.99702058469465, 38.375536647866049 ], [ -109.99695084670819, 38.375612653196093 ], [ -109.99686947516931, 38.375702076936385 ], [ -109.9967883398655, 38.375774379836095 ], [ -109.99670131922042, 38.37585834790994 ], [ -109.99664880056929, 38.375930895624485 ], [ -109.99657876308949, 38.376028526963943 ], [ -109.99650902416292, 38.376104532012022 ], [ -109.99641060575313, 38.376184797492925 ], [ -109.99629501685118, 38.376264915874906 ], [ -109.99617861832446, 38.376403605210918 ], [ -109.99608523766599, 38.376533479550666 ], [ -109.99601518638322, 38.376632011618469 ], [ -109.9959510451918, 38.376717076262473 ], [ -109.99584671502241, 38.37681080861897 ], [ -109.99577106424024, 38.376900280568591 ], [ -109.99571270829212, 38.376980888635828 ], [ -109.99567050255989, 38.377052623040832 ], [ -109.99562492494354, 38.377119822539996 ], [ -109.99553757736165, 38.377227218111628 ], [ -109.9954327474581, 38.377356993797463 ], [ -109.99533339143954, 38.377504840294812 ], [ -109.99523484517978, 38.377594115655604 ], [ -109.99514176044035, 38.377702362942948 ], [ -109.99506568399286, 38.37782247155797 ], [ -109.99496676294214, 38.377938779464003 ], [ -109.99487910166815, 38.378068701823622 ], [ -109.99478590355147, 38.378185058639041 ], [ -109.99472169716964, 38.378274628013202 ], [ -109.99463409740228, 38.378400044707185 ], [ -109.99454655969434, 38.378520955865689 ], [ -109.99444732498733, 38.378659790610357 ], [ -109.99436551026857, 38.378780750717056 ], [ -109.99430721359981, 38.378856852554243 ], [ -109.99417935978529, 38.378995441525774 ], [ -109.99413270968549, 38.379057224010189 ], [ -109.99405646788247, 38.379189046101743 ], [ -109.99399177296391, 38.379313757639061 ], [ -109.99392088340041, 38.379389751200698 ], [ -109.99384618501895, 38.379492748009056 ], [ -109.99376474283646, 38.379586674884777 ], [ -109.99365449472567, 38.379693872400935 ], [ -109.9935614298699, 38.379800316141328 ], [ -109.99338739614562, 38.379966444896077 ], [ -109.99326557456124, 38.380082554642975 ], [ -109.99313199284367, 38.380221093229693 ], [ -109.9930911147551, 38.380279320058953 ], [ -109.99302696685872, 38.380364382959314 ], [ -109.99297343389401, 38.380427007032054 ], [ -109.99290489413879, 38.380498514144406 ], [ -109.99281212703238, 38.380583331041713 ], [ -109.9927194846755, 38.380659136943329 ], [ -109.99259772334341, 38.38077074049307 ], [ -109.99251086679899, 38.380842089952182 ], [ -109.99241828629953, 38.38091339014511 ], [ -109.99234300200247, 38.380975826953808 ], [ -109.99224482240064, 38.381038066884543 ], [ -109.99210657604196, 38.381099962237712 ], [ -109.99199784310893, 38.381180135199855 ], [ -109.9919039918439, 38.381260436040691 ], [ -109.99182285784916, 38.381331834190817 ], [ -109.99172436458932, 38.381416600954772 ], [ -109.99163738130997, 38.381496960650281 ], [ -109.99156763189967, 38.381572962545036 ], [ -109.99148027288339, 38.381680354856378 ], [ -109.99137008077098, 38.381783044639569 ], [ -109.99128882051465, 38.381863453310821 ], [ -109.99122034031473, 38.381930453923324 ], [ -109.99112058810761, 38.382023320119309 ], [ -109.99104491348065, 38.382113689876348 ], [ -109.99099258487404, 38.382171817382591 ], [ -109.99091711024683, 38.382247769593441 ], [ -109.99081861468068, 38.382332535551541 ], [ -109.9907491140404, 38.382390515105683 ], [ -109.99066079588127, 38.382484380540426 ], [ -109.9905977253257, 38.382573957325612 ], [ -109.99054470717564, 38.382681644617449 ], [ -109.99046879315068, 38.382789134699593 ], [ -109.99035274870489, 38.382900785076266 ], [ -109.99023664125836, 38.383016940784806 ], [ -109.99015487716981, 38.383133392245902 ], [ -109.99005550234229, 38.383281233868772 ], [ -109.98993316853036, 38.383433383562227 ], [ -109.98985731546577, 38.383536367758538 ], [ -109.98979273469223, 38.383652065828784 ], [ -109.98968755917986, 38.383805264319598 ], [ -109.98959453332444, 38.38390810032206 ], [ -109.98950131913233, 38.384024452601217 ], [ -109.9894547746169, 38.384078123258732 ], [ -109.98934426246545, 38.38420333826469 ], [ -109.98927991854268, 38.384301915304306 ], [ -109.98918664062151, 38.384422772762839 ], [ -109.98908713658311, 38.384579624383115 ], [ -109.98897674847217, 38.384695828111148 ], [ -109.98887780817658, 38.38481213048027 ], [ -109.98878446618191, 38.384937493040411 ], [ -109.98864520553276, 38.38507147132848 ], [ -109.98851104093686, 38.385250553331922 ], [ -109.98841172256144, 38.385393887972789 ], [ -109.98835882456902, 38.385492563253024 ], [ -109.98830598919861, 38.385586733056655 ], [ -109.98823025707858, 38.385680705201821 ], [ -109.98814784410443, 38.385761101652804 ], [ -109.98810231672866, 38.385823792508212 ], [ -109.98803262219427, 38.385895286687003 ], [ -109.98792960172449, 38.3859755050674 ], [ -109.98785901322509, 38.386028967459389 ], [ -109.98778919265007, 38.386109472380994 ], [ -109.98770804914891, 38.386180867493849 ], [ -109.9875979076234, 38.386279048037274 ], [ -109.98747059318097, 38.386377080134061 ], [ -109.98738988885523, 38.386416936884416 ], [ -109.98731472015875, 38.386470359372915 ], [ -109.98725684967449, 38.386514919289077 ], [ -109.98718129116968, 38.386596275458594 ], [ -109.98706537379174, 38.386698010372612 ], [ -109.98698945033505, 38.386805497999383 ], [ -109.98689659277183, 38.386895716453374 ], [ -109.98679689101949, 38.386984073275329 ], [ -109.98667090772862, 38.387068598018509 ], [ -109.98658988780856, 38.387130981424548 ], [ -109.98648007032747, 38.387205732545105 ], [ -109.98637588884776, 38.387286840682613 ], [ -109.9862890812531, 38.387353679815682 ], [ -109.98620239930436, 38.387411507991963 ], [ -109.9860867686364, 38.387492516842023 ], [ -109.98601148462164, 38.387554048256348 ], [ -109.98586706839939, 38.387646523438889 ], [ -109.98576313732667, 38.387709609231592 ], [ -109.98564789591205, 38.387762683879878 ], [ -109.98554951255765, 38.387838434255691 ], [ -109.98539948417789, 38.387922749501847 ], [ -109.98531292676435, 38.387971566109258 ], [ -109.98520315707761, 38.388042711632629 ], [ -109.98513377240177, 38.388091676778089 ], [ -109.98496065670261, 38.388189309521216 ], [ -109.98485687524442, 38.388241581421354 ], [ -109.98470702163003, 38.388313280514936 ], [ -109.9844999493352, 38.388382681314745 ], [ -109.98432700856245, 38.388467697859767 ], [ -109.98415414302713, 38.388547307613528 ], [ -109.98396982836198, 38.388626817867369 ], [ -109.98381432437539, 38.38869305964333 ], [ -109.98361283581218, 38.388772420440219 ], [ -109.98343996878435, 38.388852029115633 ], [ -109.98317551098278, 38.388930843026024 ], [ -109.98299717112411, 38.388992379618763 ], [ -109.98288211502883, 38.389031935163032 ], [ -109.98266917570757, 38.389111194958879 ], [ -109.98247963870631, 38.389154609628946 ], [ -109.98232432170565, 38.389207333073429 ], [ -109.98220359101639, 38.38924323388931 ], [ -109.98204268816917, 38.389285995284958 ], [ -109.98186447286248, 38.389338519250408 ], [ -109.98167499800086, 38.389377427165627 ], [ -109.98145131537713, 38.389406124355318 ], [ -109.98125025218577, 38.389454844050427 ], [ -109.98108971503798, 38.389471472592511 ], [ -109.98092949399468, 38.389465573734633 ], [ -109.9807746811985, 38.389482251612677 ], [ -109.98060244199576, 38.389516801672812 ], [ -109.98040736812644, 38.389546646866286 ], [ -109.98018926976067, 38.389585303383335 ], [ -109.97996576319628, 38.389601382503244 ], [ -109.97985108435499, 38.389613902426142 ], [ -109.97963902653919, 38.389630080563691 ], [ -109.97940979528896, 38.389646108787296 ], [ -109.97922107848727, 38.389630947503527 ], [ -109.97903846633108, 38.389588803180303 ], [ -109.9789069941973, 38.389574139994231 ], [ -109.97870135787369, 38.389540806541845 ], [ -109.97853566603892, 38.389516832804198 ], [ -109.97834160572205, 38.389474587631611 ], [ -109.97810772826386, 38.389413971072642 ], [ -109.97798217133675, 38.389385840466915 ], [ -109.97790805821973, 38.389363565504809 ], [ -109.97780547526366, 38.389330227857236 ], [ -109.9776119234153, 38.389251938036772 ], [ -109.97745202049487, 38.389223507279588 ], [ -109.97736073448038, 38.389201082158593 ], [ -109.97718398857786, 38.389149072967854 ], [ -109.97696168894279, 38.389079543187833 ], [ -109.97678499442621, 38.389023929058112 ], [ -109.97667101449673, 38.38898688614313 ], [ -109.97654043306872, 38.388909144301124 ], [ -109.97631947024057, 38.388826107025764 ], [ -109.97607389249461, 38.388702300452984 ], [ -109.97591469041241, 38.388624307896833 ], [ -109.9757569513136, 38.388523797986046 ], [ -109.97559692291468, 38.388423267856091 ], [ -109.97542073966665, 38.388331608268253 ], [ -109.97519920732917, 38.388208010048508 ], [ -109.97508014113504, 38.388125861276407 ], [ -109.97496699033009, 38.388030246159133 ], [ -109.97479786898911, 38.387844021713356 ], [ -109.97457703907951, 38.387670862631182 ], [ -109.97445822899803, 38.387570691529142 ], [ -109.97437898003457, 38.387506914347867 ], [ -109.97428891909671, 38.387397982652267 ], [ -109.97423854633891, 38.387316434117672 ], [ -109.9741488040947, 38.387184975176829 ], [ -109.97410930724547, 38.387144075634914 ], [ -109.97401905618115, 38.387048660021271 ], [ -109.97388924508665, 38.386916850153625 ], [ -109.97374334428294, 38.386708297523668 ], [ -109.9736873120804, 38.386622193213199 ], [ -109.97364234631661, 38.38656322168714 ], [ -109.97352970931995, 38.386431561795519 ], [ -109.97345695088092, 38.386313769001291 ], [ -109.97336702017455, 38.386195825760076 ], [ -109.97324891489535, 38.386046093759987 ], [ -109.97317049685059, 38.38592374522414 ], [ -109.97309856774658, 38.385747381652997 ], [ -109.97304922962032, 38.385592844690642 ], [ -109.97297169171195, 38.385408321121041 ], [ -109.97290478671418, 38.385281567288139 ], [ -109.97286020475163, 38.385195562902716 ], [ -109.97282211170456, 38.385055543527592 ], [ -109.97275037545866, 38.384865663457283 ], [ -109.97266204107015, 38.384635083990212 ], [ -109.97260735023855, 38.384454365186947 ], [ -109.97256925803741, 38.384314345724455 ], [ -109.97253135720806, 38.38416080996415 ], [ -109.97249332904076, 38.38401628504613 ], [ -109.97247775072255, 38.383903498816245 ], [ -109.97247291918978, 38.383840372645544 ], [ -109.97245078824554, 38.383786106801537 ], [ -109.97242910357581, 38.38370030295544 ], [ -109.97240856374741, 38.38361450914055 ], [ -109.97235241070598, 38.383456307313196 ], [ -109.97230916933886, 38.383275688719692 ], [ -109.97228335496402, 38.383077198947447 ], [ -109.97226803216957, 38.382946390964719 ], [ -109.97224202672921, 38.382761417461879 ], [ -109.97227809150498, 38.38264007199335 ], [ -109.97232636893567, 38.3824647617243 ], [ -109.97233446537533, 38.381892572201224 ], [ -109.97232512150909, 38.381743792663606 ], [ -109.97232633277227, 38.381658189499746 ], [ -109.97235139546369, 38.381505205606288 ], [ -109.97235909544935, 38.381365587457537 ], [ -109.97236628542238, 38.381262012745289 ], [ -109.97239326022597, 38.380973865921618 ], [ -109.97240140625975, 38.380802709742461 ], [ -109.97241006218998, 38.380595510112208 ], [ -109.97245337642531, 38.380447192151685 ], [ -109.97250578466156, 38.380303459872785 ], [ -109.97254223008754, 38.380155081662622 ], [ -109.97256175925419, 38.379988531209598 ], [ -109.97255858486677, 38.379808263786515 ], [ -109.97258358261344, 38.37965978521158 ], [ -109.97263166598555, 38.379497990986088 ], [ -109.97266270570994, 38.379327035386083 ], [ -109.97274557637039, 38.37913400403697 ], [ -109.97278233924803, 38.378963098545839 ], [ -109.97283054910838, 38.378792293341917 ], [ -109.97289007845384, 38.378630599275645 ], [ -109.97293847893927, 38.378446277712079 ], [ -109.97299837721141, 38.378258452061253 ], [ -109.9730455796344, 38.37815883258309 ], [ -109.97311591806019, 38.378042292989122 ], [ -109.97315242469553, 38.377889409065624 ], [ -109.97313671906777, 38.377785633678791 ], [ -109.97312063132813, 38.377708890892002 ], [ -109.97306091952059, 38.377559670074618 ], [ -109.97297023749331, 38.377414683884567 ], [ -109.97292604229179, 38.37730164687337 ], [ -109.97288286450373, 38.377197630742849 ], [ -109.97284935401532, 38.377057651364879 ], [ -109.97286881777924, 38.376895606186459 ], [ -109.97286526035572, 38.376742371274716 ], [ -109.97287842723287, 38.376620824845027 ], [ -109.97288599806777, 38.376490217394405 ], [ -109.97290870253077, 38.376422826434897 ], [ -109.9729336963065, 38.37635545552768 ], [ -109.97295265006478, 38.376229453789179 ], [ -109.97296517970045, 38.376152961684582 ], [ -109.97296664475934, 38.376049336681945 ], [ -109.97299151281386, 38.375909868766406 ], [ -109.97303850982931, 38.375824666623039 ], [ -109.97310165946891, 38.375730593969763 ], [ -109.97313854529192, 38.375631785228485 ], [ -109.9731744773985, 38.375519450139159 ], [ -109.97335286277564, 38.375047883197929 ], [ -109.97365741191531, 38.374559396606124 ], [ -109.97380583913453, 38.374182192470187 ], [ -109.97404584856174, 38.373804888456455 ], [ -109.9743145094392, 38.373425131004765 ], [ -109.97468746827316, 38.372955264042595 ], [ -109.97506023156033, 38.372498912110977 ], [ -109.97536825739718, 38.372168161033137 ], [ -109.97557822642527, 38.371890624244173 ], [ -109.97575347461068, 38.371639819689236 ], [ -109.97597610582881, 38.371275877624164 ], [ -109.97628658527994, 38.37077031272824 ], [ -109.97647912400083, 38.37051064600476 ], [ -109.97692174343038, 38.369969283739628 ], [ -109.97705736612268, 38.369686589297423 ], [ -109.97717378670723, 38.36946681113772 ], [ -109.97730400480084, 38.369242647216396 ], [ -109.97740592176578, 38.368914598283752 ], [ -109.97745022949361, 38.368613082766842 ], [ -109.97750471437375, 38.368401775984722 ], [ -109.97760523453958, 38.368172846648918 ], [ -109.97774047077851, 38.367917183934154 ], [ -109.97792250171207, 38.367589833009987 ], [ -109.97822584767093, 38.367182431152735 ], [ -109.97845944172475, 38.366851022724177 ], [ -109.9786771321907, 38.366429355213896 ], [ -109.9787886478161, 38.366232062558979 ], [ -109.97896551682045, 38.36586411088944 ], [ -109.97912401380422, 38.365581612996188 ], [ -109.97935747193684, 38.365259213464164 ], [ -109.97956110079247, 38.365023069072159 ], [ -109.97982833349238, 38.364740615356148 ], [ -109.98021151812688, 38.364351926774297 ], [ -109.98062884362663, 38.36397705176288 ], [ -109.98087737212414, 38.3638034782471 ], [ -109.98114294031998, 38.363639064287447 ], [ -109.98144201290852, 38.363452410777867 ], [ -109.98167388373419, 38.363323750870464 ], [ -109.98219262069475, 38.363062401106816 ], [ -109.98315164922057, 38.362746290538333 ], [ -109.98388783555214, 38.362567927111819 ], [ -109.98451465359409, 38.362352563724613 ], [ -109.98501004401618, 38.362122541190125 ], [ -109.9852752194258, 38.361985150385266 ], [ -109.98548317113639, 38.36184726381051 ], [ -109.98574878477079, 38.361678333655099 ], [ -109.98592240122886, 38.361540149244007 ], [ -109.98606715443429, 38.361419738986861 ], [ -109.98628772885296, 38.361197247162288 ], [ -109.98662603759202, 38.360739657745484 ], [ -109.98681958003196, 38.360403379791414 ], [ -109.98698494953808, 38.360035316001401 ], [ -109.98710435216648, 38.359680372861568 ], [ -109.98717728642265, 38.359374594266889 ], [ -109.98720425526908, 38.35908193657805 ], [ -109.98720292759059, 38.358766504380583 ], [ -109.98718933978651, 38.358509544397293 ], [ -109.98716864896588, 38.358351655280295 ], [ -109.98708362637321, 38.35788229562344 ], [ -109.98696364538728, 38.357457693939665 ], [ -109.98677512862376, 38.357023487823021 ], [ -109.98653549421283, 38.356561803463066 ], [ -109.98623285994842, 38.356104079892738 ], [ -109.98591814431698, 38.355610202933214 ], [ -109.9856732509588, 38.35519803740933 ], [ -109.98533341786863, 38.354618327300301 ], [ -109.98498996841582, 38.354052102911879 ], [ -109.98464945382189, 38.353521951016447 ], [ -109.98435803516395, 38.353082343683056 ], [ -109.98410052115489, 38.352673670278293 ], [ -109.9838768101522, 38.352303139769134 ], [ -109.98370322186074, 38.352031274402528 ], [ -109.98349506665005, 38.351776231953096 ], [ -109.98333712077975, 38.351613547201133 ], [ -109.98320226302991, 38.351436643212395 ], [ -109.98275505944098, 38.351090307068986 ], [ -109.98211509888981, 38.350616127585525 ], [ -109.98147495735988, 38.350155461087809 ], [ -109.98077798982281, 38.34966726105754 ], [ -109.98007404647107, 38.349269116520034 ], [ -109.97960901195194, 38.348972179462166 ], [ -109.97929725263019, 38.348762189245619 ], [ -109.978668144772, 38.348333145615662 ], [ -109.97800528729404, 38.347863250315449 ], [ -109.97746112473858, 38.347498024807152 ], [ -109.97701893331772, 38.347205782724636 ], [ -109.97663440008664, 38.346882500108137 ], [ -109.97610347010034, 38.346391215351574 ], [ -109.97562289388105, 38.345981476399487 ], [ -109.97502980985259, 38.345516679864112 ], [ -109.97447906885986, 38.345133358971417 ], [ -109.97392846079246, 38.344822132926936 ], [ -109.97331454610959, 38.344537386114915 ], [ -109.97299544897389, 38.344444471363104 ], [ -109.97268220082819, 38.344342594957304 ], [ -109.97243213768768, 38.344223247384754 ], [ -109.97217114307068, 38.344067755327245 ], [ -109.97183069484042, 38.343866505860305 ], [ -109.97154052529682, 38.343751310728656 ], [ -109.97116523285302, 38.343586703049162 ], [ -109.97088664735973, 38.343461694708381 ], [ -109.9707845656304, 38.343397714506331 ], [ -109.97062044818647, 38.343270105399256 ], [ -109.9705696626384, 38.343220093368423 ], [ -109.97044508111297, 38.343128879238144 ], [ -109.9702361556669, 38.342933285906668 ], [ -109.96962946044609, 38.342544944880984 ], [ -109.968931432278, 38.342142279606961 ], [ -109.96828508952943, 38.341726546910962 ], [ -109.96772874951922, 38.341419747431758 ], [ -109.96733754421238, 38.341168471927972 ], [ -109.96706538629905, 38.340994846159631 ], [ -109.96679297368962, 38.340839241586174 ], [ -109.96648617480692, 38.340687839327565 ], [ -109.96592310503074, 38.340453068269717 ], [ -109.96537192860632, 38.340186857336747 ], [ -109.96485487412482, 38.339935364301979 ], [ -109.96438856355064, 38.339736586961834 ], [ -109.96411615062144, 38.339662084498983 ], [ -109.9638867646716, 38.339619503718794 ], [ -109.96365261004154, 38.339590398396901 ], [ -109.96330925283841, 38.33959637534609 ], [ -109.96299404837231, 38.339634142382188 ], [ -109.962322823812, 38.339763384921064 ], [ -109.96185804939385, 38.339858403418006 ], [ -109.9613531659345, 38.33995757081675 ], [ -109.96102034699167, 38.340026718617729 ], [ -109.96057092809714, 38.340248036483842 ], [ -109.96031722856011, 38.340385473818401 ], [ -109.95970666328593, 38.340672949645402 ], [ -109.95903895191813, 38.340955408941753 ], [ -109.95836441793203, 38.341314406027266 ], [ -109.95785128162663, 38.341589219465043 ], [ -109.95741296197244, 38.341833153775525 ], [ -109.95691048441111, 38.34216212995883 ], [ -109.95643479571673, 38.342617510713808 ], [ -109.95601000564476, 38.343113896762631 ], [ -109.95552791669003, 38.343695385037002 ], [ -109.9551291499352, 38.344291131779002 ], [ -109.95491646652711, 38.344757861456912 ], [ -109.95466835394478, 38.345300877020378 ], [ -109.95445527584098, 38.345794638289775 ], [ -109.95429355410911, 38.346297869156388 ], [ -109.95415946326521, 38.346868936330772 ], [ -109.95408920932672, 38.347377488622996 ], [ -109.95393233742949, 38.348020448325748 ], [ -109.95383669048161, 38.348623399958392 ], [ -109.95376779365924, 38.349037337855826 ], [ -109.95371072745647, 38.34942434521237 ], [ -109.95364787449833, 38.349815806878119 ], [ -109.95356668978424, 38.350288212980736 ], [ -109.95353019919679, 38.350517693595393 ], [ -109.95342543708831, 38.350958347066268 ], [ -109.95342798071563, 38.351179164024302 ], [ -109.95344209682686, 38.351391072260142 ], [ -109.95341635772272, 38.351589106725662 ], [ -109.95337085992247, 38.351967204984831 ], [ -109.95336612529935, 38.352296101039187 ], [ -109.95339077632335, 38.352571187340281 ], [ -109.95334527765777, 38.352949285516388 ], [ -109.9533238970445, 38.353241984888527 ], [ -109.95331584041227, 38.353404129090606 ], [ -109.95333678071779, 38.353539496126601 ], [ -109.95334459151908, 38.35379190203308 ], [ -109.95331975926079, 38.353926860446343 ], [ -109.95329417178624, 38.354034776091282 ], [ -109.95325304638583, 38.354188514239418 ], [ -109.95318765644701, 38.354358257338987 ], [ -109.95308207200466, 38.354537554702226 ], [ -109.95294215713042, 38.354716545381635 ], [ -109.95283754500369, 38.35482826115885 ], [ -109.9526697994872, 38.354952930905789 ], [ -109.95247929652338, 38.355068385081125 ], [ -109.95213398273239, 38.35520498545165 ], [ -109.95181220406856, 38.355296735189249 ], [ -109.95151917606975, 38.35537882794462 ], [ -109.95088795561976, 38.355500250710477 ], [ -109.95007943800586, 38.35561467531442 ], [ -109.94939152995477, 38.355698633142566 ], [ -109.94814406469125, 38.355696460224763 ], [ -109.94709672938049, 38.355705083441954 ], [ -109.94621597691049, 38.355670134652158 ], [ -109.94525655962866, 38.355535339621383 ], [ -109.94462887321971, 38.355412535264534 ], [ -109.94404696243856, 38.355290139835979 ], [ -109.94362499852971, 38.355187206744475 ], [ -109.94306676402476, 38.355010947798533 ], [ -109.9425839621255, 38.354763270559772 ], [ -109.94211891843123, 38.354475197579809 ], [ -109.94167287964673, 38.354061126340376 ], [ -109.94119836943564, 38.353637784295671 ], [ -109.94092878899988, 38.353288387590723 ], [ -109.94078396799718, 38.353016719397438 ], [ -109.94073549410558, 38.352809005494073 ], [ -109.94070438179288, 38.352587930423297 ], [ -109.9406997526731, 38.35212016580661 ], [ -109.94078062929009, 38.351674802442666 ], [ -109.94089117480947, 38.351156709773129 ], [ -109.94112823044512, 38.350595600703663 ], [ -109.94133997015003, 38.350200984573746 ], [ -109.94157985465127, 38.349838164104547 ], [ -109.94181223206729, 38.349597838624121 ], [ -109.94211420634542, 38.349293254178875 ], [ -109.94247625989173, 38.348791847878125 ], [ -109.94288361891078, 38.34832239088869 ], [ -109.94336139337514, 38.347731904885599 ], [ -109.94386802694099, 38.34712365276151 ], [ -109.94436978120255, 38.34645677634019 ], [ -109.94482196708313, 38.346050799944649 ], [ -109.94513566941207, 38.345724684098428 ], [ -109.94538807238629, 38.345285365888891 ], [ -109.94561647835965, 38.344922433425637 ], [ -109.9457318368359, 38.344463857947879 ], [ -109.94576864362584, 38.344292960590742 ], [ -109.9459118459975, 38.343492178593195 ], [ -109.94602013324395, 38.342731636544798 ], [ -109.94609065856856, 38.341813044558094 ], [ -109.94617266433312, 38.341286578442116 ], [ -109.94634028112846, 38.340774399557027 ], [ -109.94650685139963, 38.34033430714782 ], [ -109.9467138543589, 38.33986754158434 ], [ -109.94696563970403, 38.339468767947722 ], [ -109.94720493808303, 38.339141977810748 ], [ -109.94747329258068, 38.338783905878913 ], [ -109.94794472411728, 38.338229390890831 ], [ -109.94837356608475, 38.337850226496805 ], [ -109.94872634695517, 38.33758753496808 ], [ -109.94927940000215, 38.337322131030504 ], [ -109.94995257442267, 38.337057800156536 ], [ -109.95038939414751, 38.336917518441695 ], [ -109.9512176565655, 38.336609508165033 ], [ -109.95201826039873, 38.336314762849007 ], [ -109.95288423916966, 38.336088186046609 ], [ -109.95413681031728, 38.335711846843822 ], [ -109.95517649451828, 38.335419211873599 ], [ -109.95600824208395, 38.335264403131575 ], [ -109.95699520448215, 38.335056896897115 ], [ -109.95821251374241, 38.334743284498217 ], [ -109.95910691059656, 38.334607034315248 ], [ -109.96024289945422, 38.334378293240725 ], [ -109.96102963678554, 38.334168977380322 ], [ -109.96155149894187, 38.334079874668276 ], [ -109.96180981385356, 38.334018176397848 ], [ -109.96209863096234, 38.333903576482989 ], [ -109.96233901343335, 38.333815583399044 ], [ -109.96271866766732, 38.333669342351435 ], [ -109.96292071775898, 38.333541355999415 ], [ -109.96296724842787, 38.333487695240088 ], [ -109.96357439499461, 38.333033448670626 ], [ -109.96412941315711, 38.33262379864744 ], [ -109.96451861204616, 38.3322081758363 ], [ -109.96484232388941, 38.331972214558178 ], [ -109.96498782054319, 38.331797763898088 ], [ -109.96508826257354, 38.33157334918414 ], [ -109.96519455196002, 38.331339973923484 ], [ -109.96537532639064, 38.33109824368632 ], [ -109.96551650942455, 38.33082462173774 ], [ -109.96557157452222, 38.330572770112695 ], [ -109.96558666498636, 38.330316059822771 ], [ -109.96554430177031, 38.330076866825237 ], [ -109.96549094777068, 38.329806034673624 ], [ -109.96544943068734, 38.329507369556282 ], [ -109.96543084383181, 38.329205301884997 ], [ -109.96537314942532, 38.328435163693676 ], [ -109.96525283220664, 38.327563537853415 ], [ -109.96502990704663, 38.326827989504011 ], [ -109.96493676104049, 38.326137745244679 ], [ -109.96476508363685, 38.325338662961222 ], [ -109.96461969879398, 38.324702029501211 ], [ -109.96453352032485, 38.324246159732603 ], [ -109.96443016498021, 38.323952355245623 ], [ -109.9642032419748, 38.323418639805865 ], [ -109.96401513790204, 38.322970881381629 ], [ -109.96389290782804, 38.322717463913641 ], [ -109.96373719769674, 38.322405172097355 ], [ -109.96366714714483, 38.322102649095335 ], [ -109.963597417919, 38.321777598727195 ], [ -109.96351907413758, 38.321254206820349 ], [ -109.96350061599622, 38.320542090790603 ], [ -109.96348537486607, 38.3200057383455 ], [ -109.96343197091704, 38.319739410476735 ], [ -109.96333834255364, 38.319486245125191 ], [ -109.9632433672447, 38.31932769445946 ], [ -109.96295857213782, 38.31884303108108 ], [ -109.96255502135392, 38.318263591084751 ], [ -109.96222796832529, 38.317935362025501 ], [ -109.96185483412737, 38.317630155534545 ], [ -109.96133963487749, 38.317260605340586 ], [ -109.96094234692715, 38.317045302701736 ], [ -109.96052154326811, 38.316874850633823 ], [ -109.96017476260894, 38.316727583536505 ], [ -109.95973654911714, 38.316574998437382 ], [ -109.95903618148385, 38.316357000744958 ], [ -109.9582265194726, 38.316183088448938 ], [ -109.9575370168935, 38.316005732634963 ], [ -109.95634056466935, 38.315684175717777 ], [ -109.9552965201524, 38.31550365130299 ], [ -109.95436216895504, 38.315251999116924 ], [ -109.95378699104427, 38.315080146552006 ], [ -109.95322247558154, 38.314962458723862 ], [ -109.95288045273931, 38.314883704284867 ], [ -109.95250408069168, 38.314807345693566 ], [ -109.952105730356, 38.314668606292017 ], [ -109.95157585632377, 38.314528689904812 ], [ -109.95129740266573, 38.314404537576578 ], [ -109.95107618657819, 38.314277291676746 ], [ -109.95083747729019, 38.314094014083658 ], [ -109.95043182867562, 38.313747926264107 ], [ -109.94994023897691, 38.313333477160029 ], [ -109.94944267647128, 38.312936996626235 ], [ -109.94904655351368, 38.312645061730031 ], [ -109.94845945978737, 38.312112593772845 ], [ -109.94816640428265, 38.311812567853693 ], [ -109.94772773710268, 38.311299451357335 ], [ -109.9473461276596, 38.310795857380803 ], [ -109.94703261999119, 38.310328921825935 ], [ -109.94670781041116, 38.309852871857196 ], [ -109.94636852365677, 38.309191943533683 ], [ -109.94628725128673, 38.308880297070701 ], [ -109.94618833395762, 38.308523431662394 ], [ -109.94607196277308, 38.30795011965548 ], [ -109.94603058808342, 38.307647843532621 ], [ -109.94605900238854, 38.307265085869076 ], [ -109.94613328977387, 38.306873728280664 ], [ -109.94628743060056, 38.306496606127325 ], [ -109.94652000742846, 38.305836307955772 ], [ -109.94667454795734, 38.30543125136731 ], [ -109.94702282686437, 38.304678265439186 ], [ -109.94741048382797, 38.303969790899735 ], [ -109.94768208868082, 38.303377430854979 ], [ -109.9478586284265, 38.303032049557878 ], [ -109.94808168772499, 38.302633012693668 ], [ -109.9483231981705, 38.302144020002714 ], [ -109.94852963300268, 38.301707883613439 ], [ -109.948730516937, 38.301259981360545 ], [ -109.94886585416309, 38.300995337826578 ], [ -109.94914952033955, 38.300358021635475 ], [ -109.94945631063909, 38.299702887600965 ], [ -109.9497212163964, 38.299096944111952 ], [ -109.94987198161522, 38.298634171529272 ], [ -109.94996352019439, 38.29823395314957 ], [ -109.95008611111238, 38.29766278294607 ], [ -109.95031989686738, 38.296993474663822 ], [ -109.95046076225742, 38.296264755880891 ], [ -109.95058509788663, 38.295571937312488 ], [ -109.95066558374435, 38.295144582984371 ], [ -109.95070527140658, 38.294770936182061 ], [ -109.95075177857962, 38.294320747549207 ], [ -109.95073017724384, 38.293915010128735 ], [ -109.95066679061367, 38.293472850524019 ], [ -109.95061435937326, 38.293143440047082 ], [ -109.95051729755525, 38.292737027438967 ], [ -109.95036255009065, 38.292366146962252 ], [ -109.95010457488186, 38.291620340419591 ], [ -109.94997302303659, 38.291227136740481 ], [ -109.9497882696364, 38.290955119928938 ], [ -109.94963080173741, 38.290773468115617 ], [ -109.94909038860558, 38.290187347711246 ], [ -109.94815314408521, 38.289367858772273 ], [ -109.94748686088536, 38.288789614387973 ], [ -109.94705229213371, 38.288398194312137 ], [ -109.9465827132384, 38.288056024795672 ], [ -109.94613996143606, 38.287835757754969 ], [ -109.94580484564379, 38.287684047105373 ], [ -109.94536716282379, 38.287508883208496 ], [ -109.94477495824079, 38.28734494477898 ], [ -109.94360136290034, 38.287060414435089 ], [ -109.94288744456955, 38.286932319998151 ], [ -109.94225551653307, 38.286827490774293 ], [ -109.94126849548884, 38.286687911632733 ], [ -109.94010479820079, 38.286510679690736 ], [ -109.93951201097047, 38.28638816515091 ], [ -109.93886160411644, 38.286296668778981 ], [ -109.93835283049317, 38.286215462745652 ], [ -109.93766907560121, 38.286137176120036 ], [ -109.9365728736704, 38.28603712322051 ], [ -109.93625329120417, 38.285998177391541 ], [ -109.93595716599451, 38.285918889028814 ], [ -109.93556458976722, 38.285789158280778 ], [ -109.93500191180824, 38.28556325510236 ], [ -109.93429246176861, 38.2852098466592 ], [ -109.93383327598029, 38.284944323583005 ], [ -109.93333487204698, 38.284624369558074 ], [ -109.93301149441265, 38.284454705036694 ], [ -109.93279586618466, 38.284344598501846 ], [ -109.93252301186565, 38.284238476911781 ], [ -109.93184676072332, 38.283961958631728 ], [ -109.93121749831712, 38.283600249658704 ], [ -109.93074756297953, 38.283289556136147 ], [ -109.9301884245114, 38.282824841677694 ], [ -109.92952739908749, 38.282291604182149 ], [ -109.92914952943391, 38.281941189881913 ], [ -109.92888505373379, 38.281654894408057 ], [ -109.92856607071752, 38.281187858591927 ], [ -109.92822694464876, 38.280535889864893 ], [ -109.92792205262609, 38.279888739015973 ], [ -109.92772332485995, 38.279408380351086 ], [ -109.92761562586686, 38.278957692159999 ], [ -109.92760437782493, 38.278556550875152 ], [ -109.92762735711807, 38.278160228479756 ], [ -109.92766874198311, 38.277678459317322 ], [ -109.92775984293198, 38.277314301823587 ], [ -109.92791255451277, 38.277036322235986 ], [ -109.92818295273459, 38.276529609003511 ], [ -109.92854033658993, 38.275938074533137 ], [ -109.92895711867256, 38.275193875341351 ], [ -109.929341742818, 38.274692707979213 ], [ -109.92999411051021, 38.273941642410286 ], [ -109.93067242422882, 38.273213339805189 ], [ -109.93102825193384, 38.272725422329152 ], [ -109.93135503693024, 38.272268781571789 ], [ -109.93141003872155, 38.272025955492623 ], [ -109.93140762503766, 38.27180063067884 ], [ -109.93143358868095, 38.271589082483565 ], [ -109.93145836372339, 38.271458632474889 ], [ -109.93155809465981, 38.271283804507213 ], [ -109.93169270946336, 38.27106873957073 ], [ -109.93185018356408, 38.270853882583644 ], [ -109.93228606738938, 38.270362183745576 ], [ -109.93273199041481, 38.269965201766588 ], [ -109.93322795879786, 38.269663300313702 ], [ -109.93344782811658, 38.269480550800886 ], [ -109.93368576339574, 38.269234880224523 ], [ -109.93400548368164, 38.268868288628987 ], [ -109.93441922959276, 38.268403416779414 ], [ -109.93490215724434, 38.267740904772722 ], [ -109.93539192055516, 38.26707935389323 ], [ -109.93570651286456, 38.266671255130767 ], [ -109.93599932171215, 38.266110653027887 ], [ -109.93615496077108, 38.265706518677625 ], [ -109.93618668841179, 38.265490515327784 ], [ -109.93618073951612, 38.265193061223975 ], [ -109.93616100996162, 38.26489998822165 ], [ -109.93606452298214, 38.264462025174716 ], [ -109.93603391638567, 38.26420940806463 ], [ -109.93604298281507, 38.263979681013787 ], [ -109.93605132622328, 38.263799514103766 ], [ -109.93603619460406, 38.263583085805962 ], [ -109.93598893070688, 38.263375378248121 ], [ -109.93587871714483, 38.26309500274477 ], [ -109.9355250206762, 38.262659212255123 ], [ -109.93528318215816, 38.262391160174253 ], [ -109.93497389158273, 38.262045892253788 ], [ -109.93459530826887, 38.261749561072762 ], [ -109.93410191546374, 38.261488234296706 ], [ -109.93353412208155, 38.261234340164982 ], [ -109.93286962539855, 38.260949823819296 ], [ -109.93217763128231, 38.260592055228855 ], [ -109.93162199279342, 38.260289596990368 ], [ -109.93121918935294, 38.26008766179374 ], [ -109.93079247489432, 38.259957604382286 ], [ -109.9302009959903, 38.259839561520579 ], [ -109.9297040434233, 38.259744908277426 ], [ -109.92918446576073, 38.259712230156133 ], [ -109.92864193940227, 38.259685648692667 ], [ -109.92808109262366, 38.259739105307581 ], [ -109.9274799148167, 38.25981472091653 ], [ -109.9269926876228, 38.259913905856195 ], [ -109.92647104154013, 38.260021785991633 ], [ -109.92569046457622, 38.260248957067617 ], [ -109.9249375242394, 38.260539461010417 ], [ -109.92407374821812, 38.260982149915854 ], [ -109.92332477924053, 38.261389837411748 ], [ -109.92276591590688, 38.26177222917476 ], [ -109.92143038057003, 38.262733269218252 ], [ -109.92043543916363, 38.263539715902276 ], [ -109.91955603370486, 38.264261602772855 ], [ -109.9185967408572, 38.264973734483512 ], [ -109.91762095416713, 38.265640645439369 ], [ -109.91680469120733, 38.266340563330687 ], [ -109.91627117775667, 38.266858339112922 ], [ -109.91536615168764, 38.267760199230246 ], [ -109.91476357071232, 38.268308871779851 ], [ -109.91426450508149, 38.268814339779112 ], [ -109.91370891467236, 38.269276925350965 ], [ -109.9132468237332, 38.26960158790417 ], [ -109.91303315649355, 38.269748308302589 ], [ -109.91224383010687, 38.27016906785051 ], [ -109.9112430947421, 38.270584255526884 ], [ -109.91038848156464, 38.270782698891452 ], [ -109.90986034599447, 38.270935504611046 ], [ -109.90940200123026, 38.271007847805798 ], [ -109.90904182172937, 38.271013511300602 ], [ -109.90845425641214, 38.270935949518119 ], [ -109.90817543632349, 38.270852246274622 ], [ -109.90795329430371, 38.270800612279686 ], [ -109.90770888663096, 38.270709117342896 ], [ -109.90748925195395, 38.270566483620989 ], [ -109.90703685513257, 38.270165737794791 ], [ -109.90643541216696, 38.269489633290625 ], [ -109.90590346387586, 38.268753792690376 ], [ -109.90547691479112, 38.268231618515934 ], [ -109.9049668968746, 38.267559062911914 ], [ -109.9047998398554, 38.267265511558783 ], [ -109.90453747557177, 38.266848505562294 ], [ -109.90426442960538, 38.266381832648925 ], [ -109.9039387778452, 38.265612762213735 ], [ -109.90368954642435, 38.265083225652432 ], [ -109.9035352294935, 38.264703275277796 ], [ -109.90340029294109, 38.26417480608675 ], [ -109.90323570223535, 38.263718156362756 ], [ -109.90312588586754, 38.263419730309153 ], [ -109.90304572634911, 38.263049484559687 ], [ -109.90296482220243, 38.262728798363874 ], [ -109.90297588978028, 38.262372923607202 ], [ -109.90298259814183, 38.261926886990587 ], [ -109.90293270608748, 38.26144427270907 ], [ -109.90275626768849, 38.260636039107837 ], [ -109.90264426790284, 38.260103277200365 ], [ -109.90251702533823, 38.259444203019243 ], [ -109.90237360155439, 38.258645289532424 ], [ -109.90229588140782, 38.258189450775632 ], [ -109.90224757425459, 38.257981720240828 ], [ -109.90213097123612, 38.257755326464519 ], [ -109.90203634312134, 38.257587716935774 ], [ -109.90185919416544, 38.257207550380855 ], [ -109.90178231942475, 38.256999552271886 ], [ -109.90177958973788, 38.256801260199069 ], [ -109.90186895985659, 38.256558769506363 ], [ -109.9020161457323, 38.25627175916933 ], [ -109.90213320203601, 38.256088106066748 ], [ -109.90255347477701, 38.255501743862823 ], [ -109.90278030940179, 38.255238007685996 ], [ -109.9029732664756, 38.254946917975225 ], [ -109.9031850476799, 38.254619955403157 ], [ -109.90350043457779, 38.254091187912834 ], [ -109.9038374449655, 38.25372033362067 ], [ -109.90399394637291, 38.253573095493174 ], [ -109.90437054104508, 38.253229645695924 ], [ -109.90499788659957, 38.252550580218035 ], [ -109.9054043905507, 38.252117284840729 ], [ -109.90577512240347, 38.251782787806675 ], [ -109.9059829018551, 38.251645037211233 ], [ -109.9062885522205, 38.251458631798847 ], [ -109.9069571175699, 38.251077339837366 ], [ -109.90764819235416, 38.250718783861998 ], [ -109.90810870288585, 38.250493260526291 ], [ -109.90863205766166, 38.250268319856524 ], [ -109.90949874908787, 38.250010519458932 ], [ -109.90976875747796, 38.249913894917903 ], [ -109.9101305150063, 38.249795591593596 ], [ -109.91069943075313, 38.249580076887931 ], [ -109.91117034310842, 38.249422228947445 ], [ -109.9118256913749, 38.24915794395401 ], [ -109.91236596378174, 38.24894666153584 ], [ -109.91268778673651, 38.248823474045771 ], [ -109.91303879228617, 38.248659100159585 ], [ -109.91343574368648, 38.248478928805703 ], [ -109.9138386209565, 38.248284391524109 ], [ -109.91418429696787, 38.248093829640226 ], [ -109.91454139757751, 38.247903372398738 ], [ -109.91485205020976, 38.247685448133105 ], [ -109.91518723615837, 38.247508304446413 ], [ -109.91564763665697, 38.24728725619989 ], [ -109.91618230512476, 38.2470668920759 ], [ -109.91668740165154, 38.246913843548533 ], [ -109.91700329485971, 38.246804107555498 ], [ -109.91734735164478, 38.246721666965286 ], [ -109.91758432881018, 38.246539104164896 ], [ -109.91778856290581, 38.246252599286755 ], [ -109.91799890919884, 38.245939113959594 ], [ -109.91820400810657, 38.245594037354891 ], [ -109.91835715391981, 38.245284530085229 ], [ -109.91843045030544, 38.244965274538764 ], [ -109.91845132802737, 38.244713126913837 ], [ -109.91847300672752, 38.244406913785618 ], [ -109.91844684556101, 38.244244454064265 ], [ -109.91839836701227, 38.244045740059391 ], [ -109.91838503398408, 38.243788771017698 ], [ -109.91839448570654, 38.243536518040898 ], [ -109.91839815773763, 38.243288717856274 ], [ -109.91834536916497, 38.242995336534719 ], [ -109.91824594381889, 38.242764610323064 ], [ -109.91809477014316, 38.242555937322514 ], [ -109.91785950888853, 38.242238342991413 ], [ -109.9176641051809, 38.241930127938865 ], [ -109.91750411521151, 38.241545635960144 ], [ -109.91730904893367, 38.24121489304013 ], [ -109.91713643398474, 38.240911393402534 ], [ -109.91690644012743, 38.240624487040151 ], [ -109.91665303597048, 38.240375215146443 ], [ -109.91625205600803, 38.240060593707327 ], [ -109.915936500271, 38.23976478433142 ], [ -109.9156421910384, 38.239577316228477 ], [ -109.91533598965779, 38.239421280003462 ], [ -109.91493341339778, 38.239214785120879 ], [ -109.91465040001817, 38.239036431130444 ], [ -109.91435515902003, 38.238912036247321 ], [ -109.91391166265079, 38.23876824437383 ], [ -109.91354142435456, 38.238692720183543 ], [ -109.9132449928337, 38.238648519631816 ], [ -109.91296573933663, 38.238601773803069 ], [ -109.91251492447991, 38.238566054675516 ], [ -109.91213198820456, 38.238576023801329 ], [ -109.91159911725376, 38.238679228797004 ], [ -109.91116261773725, 38.238832892353692 ], [ -109.91072087451441, 38.238954963084041 ], [ -109.91021575431598, 38.239112492219661 ], [ -109.90984215429874, 38.239262228823954 ], [ -109.90937607544727, 38.23948320199694 ], [ -109.90897943316334, 38.239645338686245 ], [ -109.90866327675967, 38.239773976367715 ], [ -109.90827851466103, 38.239905579848077 ], [ -109.90786424467717, 38.240099992460387 ], [ -109.9074214770102, 38.240289632208402 ], [ -109.90702434041435, 38.240484201328293 ], [ -109.90661624888325, 38.240647124521658 ], [ -109.90637476667452, 38.240748514036241 ], [ -109.90601828851209, 38.240898397887001 ], [ -109.90569104754186, 38.241003492572737 ], [ -109.90544963046071, 38.241100374699826 ], [ -109.90517890616147, 38.241246549687595 ], [ -109.90488424862184, 38.241464597823814 ], [ -109.90448152155123, 38.241650093914124 ], [ -109.90410152150228, 38.241843911766637 ], [ -109.90371054062442, 38.242007885734274 ], [ -109.90341146250204, 38.242139372282388 ], [ -109.90309494721004, 38.242290521776248 ], [ -109.9029167012586, 38.242365458731165 ], [ -109.90229028610699, 38.242607434717073 ], [ -109.90188251133065, 38.242747813881032 ], [ -109.90140584261813, 38.242910077022827 ], [ -109.90083319420445, 38.242995737335256 ], [ -109.90014168930043, 38.243006381445717 ], [ -109.89970234824321, 38.242966214456565 ], [ -109.89925198982273, 38.24289890608263 ], [ -109.89889956493586, 38.242778442119857 ], [ -109.898474371246, 38.242558160613321 ], [ -109.89803884297474, 38.242265683459713 ], [ -109.89746220204643, 38.241859227346467 ], [ -109.89706741952634, 38.241517562662295 ], [ -109.89666067062349, 38.241211832684286 ], [ -109.89637314071815, 38.240956789265887 ], [ -109.8959955740729, 38.240610776815132 ], [ -109.89564577209643, 38.240242494092392 ], [ -109.89546153604088, 38.240033481106458 ], [ -109.89528766539878, 38.239819158123261 ], [ -109.89505195382631, 38.239538464049339 ], [ -109.8947776345594, 38.239166383335935 ], [ -109.89460056605971, 38.238786205901775 ], [ -109.89438826960647, 38.238468781269134 ], [ -109.89415875589796, 38.238156601293461 ], [ -109.89400903983396, 38.237856888695504 ], [ -109.89384713571226, 38.237607528992093 ], [ -109.8936512318049, 38.237339824268794 ], [ -109.89348266170187, 38.237153486180695 ], [ -109.8932576524616, 38.236921554923079 ], [ -109.89313423610605, 38.236771690699349 ], [ -109.8929654636661, 38.236598868165515 ], [ -109.89284700914021, 38.236498617205541 ], [ -109.89255889587839, 38.236284113547391 ], [ -109.89223746799937, 38.236006209756027 ], [ -109.89191699987772, 38.235665229173414 ], [ -109.8917034245088, 38.23543340288952 ], [ -109.89151235710146, 38.235224319159848 ], [ -109.89123820859017, 38.234843219578465 ], [ -109.89103199221292, 38.234503315909116 ], [ -109.89082957339679, 38.234289617727768 ], [ -109.89061582141449, 38.233994702801127 ], [ -109.89044881988316, 38.233781338746027 ], [ -109.89032230444948, 38.233460211569565 ], [ -109.89023045120743, 38.233188978796072 ], [ -109.89021504890312, 38.232999578173569 ], [ -109.89017257162092, 38.232787391157778 ], [ -109.89007121631425, 38.232615201948761 ], [ -109.88992754665159, 38.232370515285787 ], [ -109.8897140778078, 38.232057577069391 ], [ -109.88951834065395, 38.231780854809919 ], [ -109.8893066802768, 38.23149947545609 ], [ -109.88906593683909, 38.231177265780104 ], [ -109.88887852135764, 38.230729390472135 ], [ -109.8887457575548, 38.230444250928983 ], [ -109.8886188436617, 38.230150154479162 ], [ -109.88851126037424, 38.229712046626453 ], [ -109.88849280234382, 38.229423483156104 ], [ -109.88846828987279, 38.229157392696315 ], [ -109.88847743032969, 38.228932175599333 ], [ -109.88854265859194, 38.228775080762276 ], [ -109.88877311271015, 38.228646586809873 ], [ -109.88900228661332, 38.228527092426404 ], [ -109.8891816545208, 38.228452186946939 ], [ -109.88944039053347, 38.2283419836332 ], [ -109.8896817717509, 38.228246035 ], [ -109.88987596650161, 38.228247871977246 ], [ -109.89007629742514, 38.228221829001086 ], [ -109.89026065726844, 38.228119031403281 ], [ -109.8905194452759, 38.228005221319286 ], [ -109.89079924491396, 38.228012372042457 ], [ -109.89119926174264, 38.228002633592368 ], [ -109.89170188207009, 38.228007380938251 ], [ -109.89213066184587, 38.227984392692122 ], [ -109.89263831063961, 38.228034244246885 ], [ -109.89300364813906, 38.228051208890918 ], [ -109.89352319913004, 38.22806962635255 ], [ -109.89400242803531, 38.228110191928437 ], [ -109.89450409475891, 38.228178003354238 ], [ -109.89477763858855, 38.228221134280147 ], [ -109.89510286001295, 38.228246726773683 ], [ -109.89547329767912, 38.228304286436938 ], [ -109.89592913796717, 38.228380672657217 ], [ -109.89648112399924, 38.228521046218638 ], [ -109.89698252389826, 38.22860686887018 ], [ -109.89751268737781, 38.228679441350842 ], [ -109.89793467027788, 38.228728465291915 ], [ -109.89849358432036, 38.22878868629774 ], [ -109.8989784105964, 38.228837395058974 ], [ -109.89934878669668, 38.228899448015326 ], [ -109.90038525983853, 38.229111936921925 ], [ -109.90119489754922, 38.229214147365127 ], [ -109.90196462338098, 38.229311472758376 ], [ -109.90252933863897, 38.229366321558729 ], [ -109.90310649337424, 38.229353692731181 ], [ -109.90357861231452, 38.229412177127543 ], [ -109.90393993166671, 38.229393021602824 ], [ -109.90424883818079, 38.229364363480464 ], [ -109.90481456935711, 38.229351619595242 ], [ -109.90522050717469, 38.22932837038838 ], [ -109.90570143982387, 38.229256252167509 ], [ -109.90608426006816, 38.229250808738065 ], [ -109.90646204322991, 38.229200256331318 ], [ -109.90696676486884, 38.22906526944039 ], [ -109.90744708758092, 38.229033693081263 ], [ -109.90785846519633, 38.22902850969065 ], [ -109.90820143702807, 38.229013676370855 ], [ -109.90873961660905, 38.228933066028539 ], [ -109.90902016302495, 38.228890613384245 ], [ -109.9093350465877, 38.228843973080693 ], [ -109.90973614324946, 38.228762084181994 ], [ -109.91022331769179, 38.228653956703731 ], [ -109.91071008751952, 38.228572859926544 ], [ -109.91115176752699, 38.228450788082057 ], [ -109.91163295768567, 38.228360623531088 ], [ -109.91209862388204, 38.228238770528186 ], [ -109.91252235784965, 38.228093996732454 ], [ -109.91300965808301, 38.227976846623491 ], [ -109.91351934750965, 38.227890543105488 ], [ -109.91390342030105, 38.227800371348103 ], [ -109.91441369688405, 38.227674415827849 ], [ -109.91475771930307, 38.227588376890502 ], [ -109.91514752743542, 38.227496451636512 ], [ -109.91558859178102, 38.227414912055124 ], [ -109.91588088634367, 38.22735002106343 ], [ -109.91626483320302, 38.227267951323988 ], [ -109.91656948550653, 38.227140087529634 ], [ -109.91701154838729, 38.226990960516524 ], [ -109.91732775495323, 38.226854189176741 ], [ -109.91782201961475, 38.226651467585441 ], [ -109.91815064737121, 38.2264472172441 ], [ -109.91839770281743, 38.226273756873447 ], [ -109.91867746692976, 38.225974426905779 ], [ -109.91891578607709, 38.225696343718873 ], [ -109.91908460587968, 38.22548250764239 ], [ -109.91928272851355, 38.225218472952783 ], [ -109.91950388196339, 38.224942032885572 ], [ -109.91970804616606, 38.22465552261685 ], [ -109.91988956316953, 38.224355285296731 ], [ -109.91999651146148, 38.224075990767062 ], [ -109.92014375788, 38.223775437661203 ], [ -109.92025155680999, 38.223438472752676 ], [ -109.92030064368942, 38.223209113781373 ], [ -109.92029752975543, 38.223033347666096 ], [ -109.92032979199398, 38.222705601148668 ], [ -109.92028214377349, 38.222528524136251 ], [ -109.9202393178208, 38.222334368322507 ], [ -109.92028867029958, 38.222086987394881 ], [ -109.92024039978453, 38.22187475712483 ], [ -109.92016217844478, 38.22167937442687 ], [ -109.92015064631394, 38.221454865044279 ], [ -109.92019161327491, 38.221311047049731 ], [ -109.92030883249564, 38.221109351309323 ], [ -109.9204550726174, 38.220876379728836 ], [ -109.92042500091493, 38.220592219421327 ], [ -109.92030992960932, 38.22026221633201 ], [ -109.92013077268825, 38.22001723927179 ], [ -109.91998103791126, 38.219713953476138 ], [ -109.9198807712998, 38.219541799364585 ], [ -109.91959677393486, 38.21904802162328 ], [ -109.91942767422186, 38.218586843629225 ], [ -109.91913185282505, 38.218043388855335 ], [ -109.91902190199637, 38.217753986404993 ], [ -109.91887264298022, 38.21741916086706 ], [ -109.9186669442162, 38.217038754267044 ], [ -109.91852380751867, 38.216753551688647 ], [ -109.91828083802172, 38.216498971599144 ], [ -109.91807872056148, 38.216262791933651 ], [ -109.91781836282746, 38.216102678570017 ], [ -109.91749473459633, 38.215972622582399 ], [ -109.91724538660488, 38.215840547266225 ], [ -109.91697978904052, 38.215648841061906 ], [ -109.91668644119524, 38.215402805028717 ], [ -109.91641667288026, 38.215107418909781 ], [ -109.91617566028377, 38.214798779406074 ], [ -109.91592827064707, 38.214535141446348 ], [ -109.91561806654515, 38.214270922689657 ], [ -109.91534730345097, 38.214043116325925 ], [ -109.91522912104456, 38.213924865762635 ], [ -109.91504288096107, 38.213774443381695 ], [ -109.91479261695936, 38.213627934906121 ], [ -109.9144706693628, 38.213462738622439 ], [ -109.9140962536992, 38.213292549991323 ], [ -109.91374454773768, 38.213131582517889 ], [ -109.91347186209538, 38.212956925961095 ], [ -109.91317879438812, 38.21277036421565 ], [ -109.91280451941279, 38.212591160595387 ], [ -109.9125836229455, 38.212467449898575 ], [ -109.91236862541386, 38.212331176381966 ], [ -109.91222150959555, 38.21223879005418 ], [ -109.91196675535585, 38.212087727872174 ], [ -109.91160968513523, 38.21190417383513 ], [ -109.91135439636147, 38.211789154127075 ], [ -109.91109924267677, 38.211665122930754 ], [ -109.91068527482898, 38.211467519987032 ], [ -109.91035098502702, 38.211288679630854 ], [ -109.90982294964907, 38.211081002545463 ], [ -109.90942605226579, 38.210888059810777 ], [ -109.90902297587679, 38.210726600970972 ], [ -109.90857435376168, 38.210555705093029 ], [ -109.90817658749971, 38.210421329296182 ], [ -109.90790961962362, 38.210324217871985 ], [ -109.90764829535743, 38.210231664455328 ], [ -109.9073978533208, 38.210175260502716 ], [ -109.90706404584175, 38.21004147625483 ], [ -109.90680097506124, 38.209989459543337 ], [ -109.90623231373245, 38.209826448952533 ], [ -109.90575983769703, 38.209723812716163 ], [ -109.90524157356697, 38.209627957311611 ], [ -109.90474063044778, 38.209519644177412 ], [ -109.904200528396, 38.209356890243996 ], [ -109.90372391629636, 38.209149665857971 ], [ -109.90332697827424, 38.2089612083006 ], [ -109.90294751082911, 38.208750382215463 ], [ -109.90253438041654, 38.208499586567932 ], [ -109.90219415727221, 38.208337790764446 ], [ -109.90171742222127, 38.208139569302816 ], [ -109.90131417532494, 38.207991600781973 ], [ -109.90096232042198, 38.207844112053266 ], [ -109.90036683401866, 38.207568169663446 ], [ -109.89994700561114, 38.207383992387228 ], [ -109.89965178150294, 38.20726857308415 ], [ -109.89943615883307, 38.207176429839876 ], [ -109.89913543001451, 38.20704743935363 ], [ -109.89871465731783, 38.206926334139617 ], [ -109.898344800218, 38.20683724791845 ], [ -109.89791811634326, 38.206729602663152 ], [ -109.8974515187256, 38.206693678472845 ], [ -109.89697733567903, 38.206630644596515 ], [ -109.89647567781027, 38.206571856621871 ], [ -109.89605939744469, 38.206531893818685 ], [ -109.89567718648462, 38.206504867112905 ], [ -109.89530595984222, 38.206506781525434 ], [ -109.89498042620357, 38.206508223681745 ], [ -109.89473931497282, 38.206591569502379 ], [ -109.8945094867714, 38.206684033265248 ], [ -109.8942506993028, 38.206803260341083 ], [ -109.89403880078227, 38.206918422520154 ], [ -109.89379613600788, 38.207028788295375 ], [ -109.89351450630542, 38.207147798469393 ], [ -109.89329018014607, 38.20725382995191 ], [ -109.89264540647311, 38.207594718316685 ], [ -109.89225358896456, 38.207824436971897 ], [ -109.89193672356937, 38.208007097274162 ], [ -109.89160301345379, 38.208170672076342 ], [ -109.89123008336453, 38.208284308483741 ], [ -109.89074866098444, 38.208396918534589 ], [ -109.89016418224932, 38.208526576641994 ], [ -109.88958148139325, 38.20853909033228 ], [ -109.88913705479698, 38.208471800154413 ], [ -109.88875564521301, 38.208391586606368 ], [ -109.88852262926268, 38.20831728308444 ], [ -109.88822728309191, 38.208210846161819 ], [ -109.88795566915505, 38.208046054174758 ], [ -109.88779282098965, 38.207864267789283 ], [ -109.88772766073347, 38.20764285204266 ], [ -109.88772428208911, 38.207489613006246 ], [ -109.88774015895768, 38.207196867654147 ], [ -109.88773924868805, 38.206881432778395 ], [ -109.88779502613794, 38.206593571534789 ], [ -109.88788540525185, 38.20628350761568 ], [ -109.8880094943834, 38.206009811660607 ], [ -109.88818124889956, 38.20560589039588 ], [ -109.88840813531834, 38.205256564007335 ], [ -109.88858523030078, 38.204951826654415 ], [ -109.88871392819507, 38.204750270962457 ], [ -109.88883725807818, 38.204526133849342 ], [ -109.88904264638643, 38.204163084363941 ], [ -109.8891847466449, 38.203830978278475 ], [ -109.88936836598826, 38.203472228259983 ], [ -109.88955552452921, 38.203181102793685 ], [ -109.88977376587096, 38.202948850186303 ], [ -109.89005341711945, 38.202658598596052 ], [ -109.89034224907461, 38.202440530593364 ], [ -109.8906431138485, 38.202182020727832 ], [ -109.89096199378034, 38.201865101038045 ], [ -109.89125177660529, 38.20158395439298 ], [ -109.89145523133409, 38.201347052785657 ], [ -109.89167485687641, 38.201173388812421 ], [ -109.89190508080114, 38.201053897600893 ], [ -109.89213544054131, 38.200925395021848 ], [ -109.89242344028243, 38.200761387052303 ], [ -109.89270600226396, 38.200579302689775 ], [ -109.89306401356923, 38.200316819359031 ], [ -109.8933756649695, 38.20009895886772 ], [ -109.89365801748008, 38.199930388479764 ], [ -109.89400378547903, 38.19972185999594 ], [ -109.89433813276803, 38.199513222910952 ], [ -109.8946385626223, 38.199281735013351 ], [ -109.89492314063527, 38.199041084913517 ], [ -109.89519284330161, 38.198877798998666 ], [ -109.89547520055672, 38.19870832297768 ], [ -109.89570058600606, 38.198530199386695 ], [ -109.89591387136637, 38.19839702253919 ], [ -109.89621408758683, 38.198179046797364 ], [ -109.89653197381195, 38.197925187566788 ], [ -109.89687806409898, 38.19769412297407 ], [ -109.89707394533646, 38.197578804831714 ], [ -109.89764424037212, 38.197247105025774 ], [ -109.89793834364781, 38.197055202755713 ], [ -109.89839357851631, 38.196780097143815 ], [ -109.89881374078753, 38.196558733971422 ], [ -109.89930940801787, 38.196252461284374 ], [ -109.89978087873729, 38.196036081740822 ], [ -109.9002413893319, 38.195788956113404 ], [ -109.90081759557108, 38.195441975249523 ], [ -109.90109427176827, 38.195268827386968 ], [ -109.90137135284634, 38.19506864603008 ], [ -109.90152745988526, 38.194939429796122 ], [ -109.90172862946318, 38.19485118984845 ], [ -109.90190669183633, 38.194780757834955 ], [ -109.9021772480897, 38.194634586750141 ], [ -109.90236250649126, 38.194465087043461 ], [ -109.90249135047705, 38.194249998618588 ], [ -109.90261938227459, 38.1940889756997 ], [ -109.90273103036219, 38.193878232357186 ], [ -109.90288405994833, 38.193573247419614 ], [ -109.90305266037802, 38.193372048163305 ], [ -109.90326135729488, 38.193162211023768 ], [ -109.90342431441043, 38.192956452384095 ], [ -109.90351883179866, 38.192745548220365 ], [ -109.90362517163724, 38.192507717742053 ], [ -109.90375386623808, 38.19222593605614 ], [ -109.90384082085676, 38.191833815505731 ], [ -109.90392472835158, 38.191568738619289 ], [ -109.90401515427342, 38.19124964922711 ], [ -109.90400894974964, 38.190901719846885 ], [ -109.90396725059611, 38.190636371462837 ], [ -109.9039708970251, 38.190393075705529 ], [ -109.90397917167121, 38.190221920867096 ], [ -109.90393150770335, 38.18997363996867 ], [ -109.90370326171812, 38.1895839835977 ], [ -109.90349751470701, 38.189217067444446 ], [ -109.90322857017367, 38.188876597210609 ], [ -109.90299749282461, 38.188676169544358 ], [ -109.90268676774761, 38.188456972600903 ], [ -109.90243829721467, 38.188274405706302 ], [ -109.90206424098919, 38.188090663923354 ], [ -109.90170025042552, 38.187997137285002 ], [ -109.90131342689408, 38.187903395852757 ], [ -109.90094345897568, 38.18782783537241 ], [ -109.90029262526686, 38.18782624711757 ], [ -109.89973944571562, 38.187785015481445 ], [ -109.8992808806901, 38.187830284367621 ], [ -109.8987097506143, 38.187919556704827 ], [ -109.89830885417254, 38.188002312791568 ], [ -109.89794203126688, 38.18809710322553 ], [ -109.89771246939118, 38.188176058084885 ], [ -109.89745927154534, 38.188307962590301 ], [ -109.89705110034897, 38.188494286486304 ], [ -109.89676961585485, 38.188608800540955 ], [ -109.89649417893959, 38.188700840225181 ], [ -109.89614296621694, 38.18889580726141 ], [ -109.89587201162529, 38.189068997514049 ], [ -109.8955451267308, 38.189165057200334 ], [ -109.89521328111179, 38.189211502131791 ], [ -109.89484677513649, 38.189284656492099 ], [ -109.89433082358664, 38.189423993947941 ], [ -109.89403145609539, 38.189587900104954 ], [ -109.89369778108312, 38.189755087093296 ], [ -109.89338820713918, 38.18983868675582 ], [ -109.89303319540062, 38.189906536431891 ], [ -109.89275807650513, 38.18997694097277 ], [ -109.89251804129574, 38.189992701354207 ], [ -109.8919621883384, 38.190127145820632 ], [ -109.8914064699951, 38.190252576704445 ], [ -109.89094895850029, 38.190302328948164 ], [ -109.89053752575602, 38.190325478242102 ], [ -109.88998426557569, 38.190288705905658 ], [ -109.88955570674754, 38.190311689832768 ], [ -109.88900338366413, 38.190288440045698 ], [ -109.88854630375948, 38.190234546650274 ], [ -109.88800012431984, 38.190107709964757 ], [ -109.88756138250436, 38.190049480330828 ], [ -109.88706576096294, 38.189977191574044 ], [ -109.88665040393238, 38.189883131404677 ], [ -109.88621488971964, 38.189613140583049 ], [ -109.88591556063083, 38.189398513755087 ], [ -109.88570667768487, 38.189243323955715 ], [ -109.88550474005537, 38.189007089883944 ], [ -109.88542249033279, 38.188784608863081 ], [ -109.88525433717413, 38.188504535281247 ], [ -109.88509494640226, 38.188174076317445 ], [ -109.88509363365955, 38.187885673296918 ], [ -109.885131730441, 38.187633693318261 ], [ -109.88516948355442, 38.187404240566501 ], [ -109.8853318597311, 38.187239056487705 ], [ -109.88539851092693, 38.18698644626312 ], [ -109.88542524432494, 38.186730753381212 ], [ -109.88546381986167, 38.186447235055624 ], [ -109.88551312517441, 38.186208879594446 ], [ -109.88554537389855, 38.185965856093937 ], [ -109.88557830886408, 38.185677778044187 ], [ -109.88569301237422, 38.185268811230138 ], [ -109.88593756236847, 38.184955704629772 ], [ -109.88605625545217, 38.184659427882131 ], [ -109.88629164926412, 38.184197532133915 ], [ -109.88649114520307, 38.183843441957805 ], [ -109.88666718956833, 38.183529683991665 ], [ -109.88684656472564, 38.183297067233866 ], [ -109.88715551322484, 38.182953025714461 ], [ -109.88743231005385, 38.182770898544838 ], [ -109.8877166632674, 38.182467177393086 ], [ -109.88814350884911, 38.182178323302324 ], [ -109.88839705752707, 38.182023010294493 ], [ -109.88880017623404, 38.181792508534386 ], [ -109.88915030023885, 38.181593046748475 ], [ -109.88946845782611, 38.181393281553056 ], [ -109.88995807748766, 38.181105014459568 ], [ -109.89042858782098, 38.180947241881761 ], [ -109.89075537377524, 38.180855701314705 ], [ -109.89099055925973, 38.180781319104241 ], [ -109.89125442034658, 38.180698194990036 ], [ -109.89158105401981, 38.180616564112334 ], [ -109.89193618547721, 38.18053790493282 ], [ -109.89225073335861, 38.180500318006509 ], [ -109.89263275253494, 38.180530958263134 ], [ -109.89302225253955, 38.180444508925632 ], [ -109.89343512836459, 38.180322229708523 ], [ -109.89383685961076, 38.180181819589237 ], [ -109.89422533490162, 38.180162948254832 ], [ -109.89466545308359, 38.180126537366228 ], [ -109.89512833425887, 38.180094845140566 ], [ -109.89572779562347, 38.180091472374087 ], [ -109.89617905655834, 38.180073185048791 ], [ -109.89659627401909, 38.180041057728147 ], [ -109.89697870055798, 38.180044650991263 ], [ -109.89715000426474, 38.180041754036736 ], [ -109.89746964441493, 38.180044755939349 ], [ -109.89760106099116, 38.180036977660819 ], [ -109.89785947587849, 38.179935763041392 ], [ -109.89816776779342, 38.179934150402865 ], [ -109.89854509663535, 38.179897135702085 ], [ -109.89901899503836, 38.17981596421653 ], [ -109.89938813931128, 38.179715784460285 ], [ -109.89969738945643, 38.179574487249383 ], [ -109.90012656037172, 38.179506410455211 ], [ -109.90062999987671, 38.179434521385254 ], [ -109.90100337699994, 38.179280302775886 ], [ -109.90128931743187, 38.179170325954999 ], [ -109.90160016836514, 38.179074099812993 ], [ -109.90200120151098, 38.178978716211226 ], [ -109.90244151968599, 38.178852155654567 ], [ -109.90279897595484, 38.17869327633899 ], [ -109.90321814196957, 38.178530466256028 ], [ -109.9035289265894, 38.178362136486427 ], [ -109.90376027416437, 38.178161521435712 ], [ -109.9040148562684, 38.177934086093295 ], [ -109.90425184136664, 38.177738028782578 ], [ -109.90454019958167, 38.177465846294496 ], [ -109.9047791326157, 38.177215732650495 ], [ -109.90505701077535, 38.176956969444888 ], [ -109.90530513549734, 38.176779038292892 ], [ -109.90561100900285, 38.176556583684054 ], [ -109.90576807910665, 38.176359778341705 ], [ -109.90608107161431, 38.176042760321437 ], [ -109.90643340812906, 38.175766662942138 ], [ -109.90664217868657, 38.175547807282094 ], [ -109.90685679012232, 38.175319993373833 ], [ -109.90711685826678, 38.175106120517256 ], [ -109.90744165810827, 38.174762171913464 ], [ -109.90766150135281, 38.174565948001067 ], [ -109.90787113898776, 38.174288518566762 ], [ -109.90792029511204, 38.174054657474159 ], [ -109.90806486300391, 38.17392983056974 ], [ -109.90827254784274, 38.173783059730233 ], [ -109.90842389736073, 38.173586197480127 ], [ -109.90856980750081, 38.173371259977586 ], [ -109.90871054696832, 38.173120225250031 ], [ -109.90887437003336, 38.172852281578294 ], [ -109.90903714401114, 38.172654623422552 ], [ -109.90929209334143, 38.172400142897345 ], [ -109.90943759563494, 38.172212237194778 ], [ -109.90956543830275, 38.172060216291968 ], [ -109.9097216824256, 38.171917471204402 ], [ -109.90987772458503, 38.171788242397156 ], [ -109.90997132221798, 38.171635903103443 ], [ -109.91004162084305, 38.171514890326691 ], [ -109.91015744271117, 38.171403312279267 ], [ -109.91035398351369, 38.171237508476999 ], [ -109.91068330438364, 38.170971097788275 ], [ -109.91090332860047, 38.170761350870762 ], [ -109.91112919277204, 38.170542645431105 ], [ -109.91119391533519, 38.170412567968434 ], [ -109.91130442871732, 38.170273902775811 ], [ -109.91148322600209, 38.170149388860423 ], [ -109.91171889273977, 38.170038920121371 ], [ -109.91190937089736, 38.169896489300072 ], [ -109.91208346380093, 38.169704338973546 ], [ -109.91224607468415, 38.169516588140823 ], [ -109.91238552172928, 38.16935115315578 ], [ -109.91251993058127, 38.169140610075139 ], [ -109.9126657526937, 38.168930172514223 ], [ -109.91278297556516, 38.16880058024843 ], [ -109.91303018001916, 38.168604599230854 ], [ -109.91322178923419, 38.16838557251959 ], [ -109.91328690749916, 38.168228460723014 ], [ -109.91334021019181, 38.168098276307916 ], [ -109.91354933924701, 38.167852374392432 ], [ -109.91384387011702, 38.16762078044146 ], [ -109.91420694882503, 38.167385313456911 ], [ -109.91445448414797, 38.167243405944852 ], [ -109.9146850448483, 38.167091427532597 ], [ -109.91491504351052, 38.166977294946228 ], [ -109.91525415301828, 38.166818207362795 ], [ -109.91553028543674, 38.166672055582218 ], [ -109.91570940046772, 38.16652500735119 ], [ -109.91586583427915, 38.166367835954894 ], [ -109.91599290590962, 38.166266269303406 ], [ -109.91620035292112, 38.166133000228641 ], [ -109.91629883629733, 38.166034774282295 ], [ -109.91652446958419, 38.16582957437371 ], [ -109.91676695520552, 38.165642553996726 ], [ -109.91705582692985, 38.165406393458241 ], [ -109.91735000367737, 38.165197317885152 ], [ -109.91765545895186, 38.164997357775334 ], [ -109.918053165611, 38.164734259792596 ], [ -109.91841640295397, 38.164486163808284 ], [ -109.91879033242969, 38.164286831348932 ], [ -109.91918191206534, 38.16405161107339 ], [ -109.91948145143159, 38.163865110066503 ], [ -109.91986207874989, 38.163598243772313 ], [ -109.92016785285919, 38.163375749260922 ], [ -109.92039366644933, 38.163157024973394 ], [ -109.92067581364101, 38.162988385490692 ], [ -109.9210494504718, 38.162807968779951 ], [ -109.92137639744935, 38.162697417714369 ], [ -109.92169185072538, 38.162592167551992 ], [ -109.92216164499121, 38.162470308708293 ], [ -109.92260907579858, 38.162316699854458 ], [ -109.92307939710084, 38.162158793067334 ], [ -109.92353226563482, 38.162023255074018 ], [ -109.92384758055287, 38.161927010075786 ], [ -109.92418625032442, 38.161794929097113 ], [ -109.92458264555496, 38.161618314420465 ], [ -109.92496736131517, 38.161459616016131 ], [ -109.92531252712217, 38.161273517582003 ], [ -109.92562226236385, 38.161168204436997 ], [ -109.92593770316424, 38.161062942652038 ], [ -109.92619063673315, 38.160939083913405 ], [ -109.92647828364858, 38.160783097771905 ], [ -109.92679436888631, 38.16063367940415 ], [ -109.92706953083045, 38.160550577126209 ], [ -109.9272475382825, 38.160476500238651 ], [ -109.92755762387254, 38.160346851992919 ], [ -109.92782739425988, 38.160242069222207 ], [ -109.92818277257051, 38.160137165970781 ], [ -109.92854995824231, 38.16000533253272 ], [ -109.92895190801499, 38.159837765891822 ], [ -109.92931942030395, 38.159683402306761 ], [ -109.92973881488305, 38.159493461292371 ], [ -109.93004893151947, 38.159361102995355 ], [ -109.93038253049991, 38.159183896353746 ], [ -109.93070576819126, 38.15893449616226 ], [ -109.93091463814886, 38.158778682906224 ], [ -109.93115644888364, 38.158555576975246 ], [ -109.93134273165725, 38.15830492839639 ], [ -109.93156201430014, 38.158139295197927 ], [ -109.93182180469309, 38.15793527722181 ], [ -109.93208764155229, 38.157707881702912 ], [ -109.93234836189337, 38.157439883770785 ], [ -109.93256244587273, 38.157239053480659 ], [ -109.93265082135807, 38.157127203175698 ], [ -109.93267348988159, 38.157059817065587 ], [ -109.93262895739869, 38.156982807903205 ], [ -109.93250565601087, 38.156828478325416 ], [ -109.93246250336296, 38.156656852647465 ], [ -109.93245273345434, 38.156544110270048 ], [ -109.93231349751106, 38.156308525064262 ], [ -109.93206071960424, 38.156032253176697 ], [ -109.93179701793358, 38.155722535924063 ], [ -109.93152044689681, 38.15551273736682 ], [ -109.93115901097235, 38.155252598238029 ], [ -109.9308770007089, 38.155024724092414 ], [ -109.9305833170807, 38.154814767545531 ], [ -109.93024324137915, 38.154577350829562 ], [ -109.9299226996925, 38.154331098835016 ], [ -109.92970240803164, 38.154175882516718 ], [ -109.92948648441559, 38.154034224033545 ], [ -109.92931311455509, 38.153870422401987 ], [ -109.92910959269348, 38.153661284138082 ], [ -109.92885327303499, 38.1533164796638 ], [ -109.9286338436326, 38.153102689338979 ], [ -109.92841533854646, 38.152825821021722 ], [ -109.92825374777789, 38.152559385214019 ], [ -109.92810300251303, 38.152331801007954 ], [ -109.9279632272947, 38.151744726409042 ], [ -109.93016025653878, 38.151742230069921 ], [ -109.93837754741497, 38.151744699561739 ], [ -109.94565904524717, 38.151742702724242 ], [ -109.952187457802, 38.151729031602152 ], [ -109.95829909908363, 38.151729326118726 ], [ -109.96398877520967, 38.151707556305993 ], [ -109.9707167804746, 38.151703627663608 ], [ -109.97655462641968, 38.151696065835438 ], [ -109.98294600360524, 38.151688502415404 ], [ -109.9892292255054, 38.151661635621302 ], [ -109.99440485225249, 38.151673620780535 ], [ -109.99790300742256, 38.151668372967997 ], [ -110.00068874633716, 38.151597479826499 ], [ -110.00764579483501, 38.151620420652932 ], [ -110.01302563632292, 38.151638717747311 ], [ -110.01973056945219, 38.151654317389415 ], [ -110.02617310311985, 38.151662852511656 ], [ -110.03296370534343, 38.151673900636752 ], [ -110.04131750057162, 38.151715351240014 ], [ -110.04985282479306, 38.151753170088227 ], [ -110.05900726265124, 38.151751169959425 ], [ -110.06827477304057, 38.151743044517325 ], [ -110.07618979977683, 38.151737976777966 ], [ -110.08419036968277, 38.151737548756671 ], [ -110.09120359000534, 38.151746964441017 ], [ -110.10016860733124, 38.151743894240745 ], [ -110.10800357111431, 38.151754093340706 ], [ -110.11514252026232, 38.151749515447257 ], [ -110.12064405987887, 38.151714230369713 ], [ -110.12568841652701, 38.151733865682225 ], [ -110.12726920659601, 38.151727598114746 ], [ -110.13669619882694, 38.151747702051111 ], [ -110.14324724256255, 38.151755117381995 ], [ -110.15030053460679, 38.151756789511126 ], [ -110.15993885246246, 38.151763037563661 ], [ -110.16948588879448, 38.151767849052071 ], [ -110.17724697368513, 38.151754880640539 ], [ -110.18770161162914, 38.151737528270942 ], [ -110.19743123453735, 38.15174583661755 ], [ -110.20626495712541, 38.151751793820679 ], [ -110.21509298660924, 38.151757048450207 ], [ -110.2239501805162, 38.151703251072739 ], [ -110.23143741398526, 38.151684891189326 ], [ -110.23814842087702, 38.15167904631501 ], [ -110.2448882894205, 38.151641459793311 ], [ -110.25061171381736, 38.151669105228081 ], [ -110.25717469397536, 38.1516296847322 ], [ -110.27024264581028, 38.151644014040414 ], [ -110.27189759061828, 38.151640766410111 ], [ -110.28165037035274, 38.151619709080464 ], [ -110.28549090123745, 38.151620604571242 ], [ -110.2902331113054, 38.151617814393298 ], [ -110.29304081204906, 38.15161221689538 ], [ -110.31149666554008, 38.151658769177118 ], [ -110.32689163524638, 38.151693931563564 ], [ -110.34520393052325, 38.15172084503196 ], [ -110.35012866331189, 38.151730172421431 ], [ -110.36155899902313, 38.151734280263355 ], [ -110.37566579379887, 38.151733508217546 ], [ -110.3827876953914, 38.151730593626745 ], [ -110.400261704142, 38.151694944684394 ], [ -110.40714940299327, 38.151720900503918 ], [ -110.42077696298179, 38.151707783453965 ], [ -110.42999360998512, 38.151653736214776 ], [ -110.43909004474975, 38.151647059439306 ], [ -110.47565745769572, 38.15175381281648 ], [ -110.48706480897837, 38.151790665663199 ], [ -110.50064660715694, 38.151799625039082 ], [ -110.51032493178113, 38.151826854966465 ], [ -110.51879381555959, 38.151798769240699 ], [ -110.52784461917264, 38.151794945024534 ], [ -110.53035534540379, 38.151827542649158 ], [ -110.54871926158512, 38.151854473337401 ], [ -110.5653996773257, 38.151890340692297 ], [ -110.56710718689276, 38.151878621176358 ], [ -110.58544158599973, 38.151886182347965 ], [ -110.59441788500634, 38.151944559423725 ], [ -110.60218492014656, 38.151903528500512 ], [ -110.60776608622237, 38.151899767697387 ], [ -110.62054899948572, 38.15191562361958 ], [ -110.62569049259226, 38.151962764267431 ], [ -110.639717638985, 38.151948047110558 ], [ -110.65800772596948, 38.151926119189937 ], [ -110.66972360044861, 38.151923597476809 ], [ -110.68271782820619, 38.151909848333624 ], [ -110.69479897915532, 38.151896798842166 ], [ -110.71314057762763, 38.151834874897538 ], [ -110.73146476178201, 38.151846654292491 ], [ -110.75074231906716, 38.151758462840419 ], [ -110.76844269811612, 38.151970438638109 ], [ -110.78570089283065, 38.151994181791835 ], [ -110.78922761650433, 38.152005069740753 ], [ -110.80420652272987, 38.152044513117637 ], [ -110.80754605039144, 38.152063551490571 ], [ -110.82235613484858, 38.152073365560859 ], [ -110.82589312289015, 38.152092180765187 ], [ -110.84094175517288, 38.152104511030672 ], [ -110.84426304698546, 38.15211797443034 ], [ -110.85870664332312, 38.152199326096955 ], [ -110.86267845272899, 38.152244593816704 ], [ -110.87574674486196, 38.15234025941195 ], [ -110.88168757050563, 38.152283305206787 ], [ -110.88906643154151, 38.152263468148746 ], [ -110.90285965747165, 38.152257660276042 ], [ -110.91094045355528, 38.152228014791902 ], [ -110.92137808065679, 38.152244477926999 ], [ -110.93137060438139, 38.152241728966828 ], [ -110.94019891133883, 38.152287112570271 ], [ -110.94879326876627, 38.152309199189652 ], [ -110.95696533197692, 38.152330502984249 ], [ -110.96401888221615, 38.152337381884848 ], [ -110.97233361596076, 38.152375685368568 ], [ -110.98056276535434, 38.152382743053138 ], [ -110.98765056414867, 38.152387307196655 ], [ -110.99350570359705, 38.152384171809508 ], [ -111.00070763892202, 38.152414992281678 ], [ -111.00846313007007, 38.152387651514672 ], [ -111.01591045605824, 38.152386878803931 ], [ -111.02364311864697, 38.152381971734727 ], [ -111.03232309554383, 38.152360977179406 ], [ -111.04159088143832, 38.152371580095775 ], [ -111.04787402804128, 38.15237459478081 ], [ -111.05656541907712, 38.152365323057793 ], [ -111.06419535966289, 38.152366808325105 ], [ -111.07185956952534, 38.15239751877872 ], [ -111.08122439069243, 38.152418454005137 ], [ -111.08767304496841, 38.152427336505845 ], [ -111.09628457365811, 38.152443124502284 ], [ -111.10337241257653, 38.15246864466512 ], [ -111.11194974064556, 38.152505845870856 ], [ -111.11821011542983, 38.152535762736832 ], [ -111.12567439728068, 38.152433380356769 ], [ -111.13179201134349, 38.152413156337182 ], [ -111.13687674190687, 38.152416353549349 ], [ -111.14206434229793, 38.152495813861989 ], [ -111.14595085698646, 38.152599200641475 ], [ -111.14859889458451, 38.15264544992835 ], [ -111.15800363918139, 38.152633174918293 ], [ -111.16829290449262, 38.152609870162301 ], [ -111.1750783865419, 38.152663040297064 ], [ -111.18039718395062, 38.152695548598643 ], [ -111.18629814336447, 38.152753932058303 ], [ -111.19094812940442, 38.152791527800133 ], [ -111.19532647743665, 38.15282939149099 ], [ -111.20222614043199, 38.152885309601544 ], [ -111.21259561830324, 38.152966137450015 ], [ -111.22074505808, 38.153009686222454 ], [ -111.22943102573744, 38.153078660666445 ], [ -111.23421910665969, 38.153100754449142 ], [ -111.24086202318314, 38.153159420888514 ], [ -111.25078042037012, 38.153147675151743 ], [ -111.25628765467444, 38.153194369501932 ], [ -111.26178349707956, 38.153245337323455 ], [ -111.26674857970762, 38.153287340671049 ], [ -111.27233586245977, 38.153370052498673 ], [ -111.27897314855211, 38.153435589036022 ], [ -111.28554182225794, 38.153464866748976 ], [ -111.2921389428495, 38.153471174744851 ], [ -111.2982572439721, 38.153613518581402 ], [ -111.30371256488532, 38.15378790283269 ], [ -111.30914672640394, 38.153810677123083 ], [ -111.31670851300056, 38.153858125104932 ], [ -111.32482380056828, 38.153889136567336 ], [ -111.33498764956282, 38.153875008127805 ], [ -111.34165323023937, 38.153869326950073 ], [ -111.35128059970761, 38.153849940299274 ], [ -111.35906467335685, 38.153835414112208 ], [ -111.3681669779961, 38.153811740979776 ], [ -111.37573422474446, 38.153805802088065 ], [ -111.37787434895523, 38.153816961485582 ], [ -111.38170937793988, 38.153822585821644 ], [ -111.38588103322218, 38.153813460528376 ], [ -111.39229553643383, 38.153815643749262 ], [ -111.39744878451337, 38.153810035002202 ], [ -111.40261337884475, 38.153792444859675 ], [ -111.4090279480064, 38.15380723291014 ], [ -111.41411264058672, 38.153789415337613 ], [ -111.41410929523055, 38.150169962907221 ], [ -111.41741335451403, 38.150163674978572 ], [ -111.4234337739295, 38.150164656833134 ], [ -111.43399093366676, 38.150171186212766 ], [ -111.44126678553263, 38.150171114789437 ], [ -111.44906754021773, 38.150155068035204 ], [ -111.4558640652419, 38.150159529004043 ], [ -111.46499451703859, 38.150156182553495 ], [ -111.4726812079688, 38.15015253783573 ], [ -111.48193717884897, 38.150146467797526 ], [ -111.4900564296663, 38.150144416543952 ], [ -111.50073443507098, 38.15013452837654 ], [ -111.50755944145234, 38.150133172600384 ], [ -111.51577108126989, 38.150124438090977 ], [ -111.52521512171585, 38.150087093589008 ], [ -111.53586337728105, 38.150070539585478 ], [ -111.54357285998704, 38.150066657450232 ], [ -111.54575274948141, 38.150066462608315 ], [ -111.55365066113684, 38.150078167122835 ], [ -111.55623572431166, 38.150079472138579 ], [ -111.56214652766766, 38.150078368846202 ], [ -111.5696579697245, 38.15014582256336 ], [ -111.57941641865192, 38.150183707360362 ], [ -111.59640491610328, 38.150206822418781 ], [ -111.60559813797492, 38.150209350227293 ], [ -111.61228492500632, 38.150196312344256 ], [ -111.61892272201456, 38.150193966957112 ], [ -111.62414953615924, 38.150152788939693 ], [ -111.62572876398947, 38.150113743601459 ], [ -111.63523179951805, 38.150178993567295 ], [ -111.63525196665704, 38.1511882885099 ], [ -111.6406274722428, 38.151177116472368 ], [ -111.64470772065035, 38.151181827904736 ], [ -111.65006633916984, 38.151197354108568 ], [ -111.65441461951272, 38.151182219425934 ], [ -111.66222693807471, 38.151183493607633 ], [ -111.67064415592645, 38.151185301938412 ], [ -111.67853068217677, 38.151189574044416 ], [ -111.68376932750184, 38.1511907366313 ], [ -111.68889959293666, 38.15119680752931 ], [ -111.69422276977748, 38.151206020464834 ], [ -111.69925137286994, 38.151203227479023 ], [ -111.70322309012873, 38.151197539411562 ], [ -111.70781796894946, 38.151192469429176 ], [ -111.71197697609033, 38.151198875199817 ], [ -111.71594306718424, 38.151201803542065 ], [ -111.72121609346988, 38.151218209824577 ], [ -111.72599247221956, 38.151216721557873 ], [ -111.73154492764817, 38.151213812742192 ], [ -111.73681206842625, 38.151212431639429 ], [ -111.74194806313456, 38.151221556570086 ], [ -111.74612521388623, 38.151216724578951 ], [ -111.75074828437415, 38.151290908086658 ], [ -111.75461730877142, 38.151288644423424 ], [ -111.76023360823292, 38.151279462667347 ], [ -111.76793612226511, 38.151260896481226 ], [ -111.77598807878479, 38.151262048010992 ], [ -111.78430255666532, 38.151265400889052 ], [ -111.7947739897496, 38.151258095034372 ], [ -111.80267184876855, 38.151258459565618 ], [ -111.81118600728833, 38.151258544135352 ], [ -111.81934632663037, 38.151255974149315 ], [ -111.82662204017865, 38.151245547763125 ], [ -111.83397212745072, 38.151252167374281 ], [ -111.84064303126928, 38.151249671530145 ], [ -111.84330687772575, 38.151253105717032 ], [ -111.84326689735224, 38.15660226994958 ], [ -111.84324995449722, 38.162167562023718 ], [ -111.84322367489467, 38.167219208631266 ], [ -111.84322288431478, 38.173590984756174 ], [ -111.84322344076419, 38.178493724550236 ], [ -111.84322290067388, 38.182013066853621 ], [ -111.84322372851699, 38.187037464932878 ], [ -111.84323499424684, 38.191976166288647 ], [ -111.8432329389138, 38.197739590601493 ], [ -111.84320182850666, 38.20395383580712 ], [ -111.84320099153869, 38.210316560823856 ], [ -111.84321608631313, 38.218553730119858 ], [ -111.84323394013383, 38.22356445672095 ], [ -111.84324694354159, 38.227164786097006 ], [ -111.84325435432734, 38.231269843056808 ], [ -111.84327694795573, 38.233721029491093 ], [ -111.84326447626289, 38.235609197701677 ], [ -111.84325941278139, 38.237149437141461 ], [ -111.84336262590961, 38.23955588157645 ], [ -111.84350250693264, 38.24384923612827 ], [ -111.8436805453767, 38.248475767683225 ], [ -111.8437108785415, 38.250012144396635 ], [ -111.84381565391928, 38.251660638973384 ], [ -111.8439362626812, 38.255665729846207 ], [ -111.8441932902787, 38.264049798205527 ], [ -111.8445900681704, 38.278570187697539 ], [ -111.84504443861307, 38.29310814948289 ], [ -111.84508038270768, 38.295221255610997 ], [ -111.84550382124688, 38.307564927466366 ], [ -111.84555138747947, 38.309691462765137 ], [ -111.84601847415176, 38.324788006377496 ], [ -111.84654192536495, 38.3392983126286 ], [ -111.8469668967584, 38.354174282950041 ], [ -111.84745619408216, 38.36865682125952 ], [ -111.84761485935559, 38.374996587298796 ], [ -111.84791792938807, 38.383208913989868 ], [ -111.84839706980289, 38.39775994148026 ], [ -111.84881110356264, 38.41210953266966 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 35, \"properties\": { \"NAME\": \"WEBER COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 30347, \"Color4\": \"3\", \"Shape_Leng\": 339979.91221799998, \"Shape_Area\": 1638146482.8800001 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.49351751443153, 41.076888033978044 ], [ -112.4832297688024, 41.087343758374629 ], [ -112.48180988263283, 41.088794252652235 ], [ -112.46764231995621, 41.103252790485058 ], [ -112.45521655162997, 41.115958113927931 ], [ -112.44639755453841, 41.124950740539028 ], [ -112.40224358026404, 41.169940431936567 ], [ -112.37578297298641, 41.196859032969378 ], [ -112.36885816539883, 41.20391342921878 ], [ -112.32361759735272, 41.249939567756371 ], [ -112.25073186129292, 41.323850416493876 ], [ -112.23813944549073, 41.336551969611854 ], [ -112.20222877564937, 41.336671511393547 ], [ -112.13757667688454, 41.336860367990631 ], [ -112.13700296410275, 41.336857030173803 ], [ -112.1257454974604, 41.336886634891208 ], [ -112.12513593631363, 41.336883588560504 ], [ -112.11218026916774, 41.336847388915849 ], [ -112.09271058702531, 41.336772682396798 ], [ -112.04913406330859, 41.336610713689034 ], [ -112.04897872120971, 41.336612129712982 ], [ -112.04518989651443, 41.33659255678171 ], [ -112.037923217223, 41.336568247489218 ], [ -112.03542521504929, 41.336554719168184 ], [ -112.03497099394171, 41.336549797399492 ], [ -112.0297839402145, 41.336533275512913 ], [ -112.02958079953785, 41.336535093039757 ], [ -112.02867221585228, 41.336516195301648 ], [ -112.02848159135748, 41.336553929104909 ], [ -112.02822040304041, 41.336664353245396 ], [ -112.02781780215669, 41.336902145145842 ], [ -112.02723977577635, 41.337384704708064 ], [ -112.02678152085571, 41.337884207857229 ], [ -112.0263693613233, 41.338275207816793 ], [ -112.02594411624128, 41.33859426277612 ], [ -112.02565059854308, 41.338930157294755 ], [ -112.02540558409895, 41.339310656495989 ], [ -112.02503264702126, 41.339917482598779 ], [ -112.02460164617543, 41.340632914632025 ], [ -112.0242417736265, 41.341311681897764 ], [ -112.02389440852134, 41.342026366766639 ], [ -112.02361549553271, 41.34253326882726 ], [ -112.02339421633667, 41.342904544946244 ], [ -112.02326586129877, 41.343103851632627 ], [ -112.02307761094376, 41.343294683141117 ], [ -112.02264022569528, 41.343604826158497 ], [ -112.02213028622845, 41.343861566856873 ], [ -112.02148817937267, 41.344074440945917 ], [ -112.02119011143645, 41.344122123844116 ], [ -112.02090413461121, 41.34417870622373 ], [ -112.02029534253988, 41.344229142863036 ], [ -112.01966152357591, 41.344207737916726 ], [ -112.01565629176963, 41.344135065726149 ], [ -112.01490338536337, 41.344141708057428 ], [ -112.01456792136861, 41.344090620920262 ], [ -112.01450788732379, 41.344073135135432 ], [ -112.01382193676959, 41.343772924536324 ], [ -112.01337598556165, 41.343533649333608 ], [ -112.01307568016023, 41.34343721063798 ], [ -112.01273952335561, 41.343341086657738 ], [ -112.01228637089412, 41.343408126201673 ], [ -112.01184572597195, 41.343511084065838 ], [ -112.01134588300495, 41.343650590567968 ], [ -112.0108214397229, 41.343745273388166 ], [ -112.01071416070995, 41.343764230659097 ], [ -112.0102002743679, 41.343768742747962 ], [ -112.00942221734137, 41.343694502302668 ], [ -112.0090873158135, 41.343679424307616 ], [ -112.0087294857604, 41.343727598949783 ], [ -112.0083847176432, 41.343847718181536 ], [ -112.0081005361894, 41.344021350780984 ], [ -112.00782955406835, 41.34427593475359 ], [ -112.00767696891702, 41.344457421289803 ], [ -112.00734608938949, 41.344703521053624 ], [ -112.00708399943416, 41.34475986002208 ], [ -112.00683316634171, 41.344771062318635 ], [ -112.00655815364816, 41.344764460520608 ], [ -112.00626007090833, 41.344812104899987 ], [ -112.0058560914912, 41.344968764354398 ], [ -112.00541805795194, 41.345242817648867 ], [ -112.00464912560547, 41.345762961444613 ], [ -112.00441286928931, 41.345945174050989 ], [ -112.00418939327902, 41.346181319753278 ], [ -112.00400149299769, 41.346399139614192 ], [ -112.00389780460333, 41.346652254644304 ], [ -112.00391459832767, 41.346967371212052 ], [ -112.00406728691365, 41.347569542655734 ], [ -112.0041210437337, 41.347956396750533 ], [ -112.00410336777553, 41.348361889113761 ], [ -112.00401245881918, 41.348668937745678 ], [ -112.00375519191324, 41.349040490022389 ], [ -112.00348389562414, 41.349277051356403 ], [ -112.00315200819759, 41.349460095163835 ], [ -112.00265251524242, 41.349626583409574 ], [ -112.0021762330253, 41.349747829796712 ], [ -112.00189035235935, 41.349813371642995 ], [ -112.00134083712997, 41.349836169488917 ], [ -112.00081605309703, 41.349912794708274 ], [ -112.00029030270846, 41.349926373346847 ], [ -111.99991979040372, 41.34992959331543 ], [ -111.99965670837004, 41.349922871414797 ], [ -111.99912971818067, 41.349855387901407 ], [ -111.99853074184409, 41.349770511582228 ], [ -111.99789591108356, 41.349685943052222 ], [ -111.99714087512872, 41.349557375059781 ], [ -111.99662611692995, 41.34950778910126 ], [ -111.9959812608633, 41.349549402021388 ], [ -111.99560140544042, 41.349723831722386 ], [ -111.99534285161579, 41.350014308760336 ], [ -111.99515600808729, 41.350304165110337 ], [ -111.99498097793102, 41.350584911494622 ], [ -111.99460769411141, 41.351191641719936 ], [ -111.99437577599207, 41.351662036573686 ], [ -111.99411830538403, 41.352024561532509 ], [ -111.99390727187316, 41.352296609727816 ], [ -111.99363537832858, 41.352497122948101 ], [ -111.9932199157118, 41.35268986722452 ], [ -111.99256799862725, 41.353055792414033 ], [ -111.99239035101665, 41.353165414650462 ], [ -111.99221283957925, 41.353284042948474 ], [ -111.99188048962361, 41.353440035706804 ], [ -111.99136939401066, 41.353633597542533 ], [ -111.99086942856127, 41.353773016212756 ], [ -111.99020307758028, 41.353976917097022 ], [ -111.98953563112573, 41.354108763464275 ], [ -111.98858226767041, 41.354306115088072 ], [ -111.98787922813203, 41.35445627263649 ], [ -111.98714059870366, 41.354624746212117 ], [ -111.98651117383537, 41.354900369054903 ], [ -111.98594205238082, 41.355211501849098 ], [ -111.98550495285683, 41.355557531316379 ], [ -111.9851493478472, 41.355758741337958 ], [ -111.98495972715155, 41.355868454599694 ], [ -111.98441259629918, 41.356053286468658 ], [ -111.98353348383004, 41.356421103771325 ], [ -111.98296433479892, 41.356732222060373 ], [ -111.98246608789867, 41.356988687173775 ], [ -111.98196648328764, 41.357155086632687 ], [ -111.98103736409017, 41.357379191444174 ], [ -111.98034717294003, 41.357592246036937 ], [ -111.97966920087286, 41.357823207485147 ], [ -111.97914621540978, 41.358025823783855 ], [ -111.97834964255871, 41.358320839096045 ], [ -111.97806450855965, 41.358440360497475 ], [ -111.97776876789241, 41.358650046389528 ], [ -111.97739096630299, 41.358968518617118 ], [ -111.9769560859478, 41.359467624324225 ], [ -111.97666074105358, 41.359704326510503 ], [ -111.97610375343196, 41.360033322635928 ], [ -111.97541687997331, 41.360471507163041 ], [ -111.97506229236454, 41.360744737401568 ], [ -111.97456358034883, 41.360974149697846 ], [ -111.97385909267287, 41.361034158878461 ], [ -111.97378777065953, 41.36106178496118 ], [ -111.97356225280922, 41.361171783191502 ], [ -111.9734008000337, 41.361569479224933 ], [ -111.97327319523976, 41.361831776175542 ], [ -111.97309710121803, 41.362049445506287 ], [ -111.97284914569506, 41.362258714608998 ], [ -111.9725060897529, 41.36250481693645 ], [ -111.971615001844, 41.362881651859794 ], [ -111.9707488835477, 41.363330329265082 ], [ -111.97042932179562, 41.363549204683764 ], [ -111.97018001417787, 41.363668404396137 ], [ -111.96997772172483, 41.363733162261987 ], [ -111.96956024503979, 41.363799733033503 ], [ -111.96916667681808, 41.363866100932135 ], [ -111.96859525672248, 41.364033047169947 ], [ -111.96771527907987, 41.364355713367623 ], [ -111.96729846291085, 41.364467307896071 ], [ -111.96689280009709, 41.364524762188225 ], [ -111.96653442265007, 41.364545787886051 ], [ -111.96612849216866, 41.364585226728977 ], [ -111.96532978255713, 41.364745057317911 ], [ -111.96450742519599, 41.364923095583499 ], [ -111.96342232078835, 41.365121343082237 ], [ -111.96317445521578, 41.365339598079331 ], [ -111.96324857602366, 41.365501112687717 ], [ -111.96343029238665, 41.365661726459884 ], [ -111.96363724865468, 41.365912203588806 ], [ -111.96388113526282, 41.36623443100045 ], [ -111.96420844461939, 41.366537943885994 ], [ -111.96447544882156, 41.36680593128483 ], [ -111.96482853724473, 41.367235331274721 ], [ -111.96503710103464, 41.367593882292496 ], [ -111.96518455883762, 41.367862870486405 ], [ -111.96540361751883, 41.368122250295194 ], [ -111.96574289901716, 41.3684256582345 ], [ -111.96634680558834, 41.36883493311818 ], [ -111.96663613948355, 41.368994637885315 ], [ -111.96684098516725, 41.369101006862159 ], [ -111.96702232032332, 41.369234595534543 ], [ -111.96733823737451, 41.36957422500312 ], [ -111.96759397844409, 41.369887337115948 ], [ -111.96772962972584, 41.370165428675215 ], [ -111.96798671015345, 41.370568603535297 ], [ -111.96834091079445, 41.371070042941589 ], [ -111.96876645255132, 41.371543858130266 ], [ -111.96901038583114, 41.371866073853468 ], [ -111.96915733516362, 41.372099031019161 ], [ -111.96937522060114, 41.37227734548236 ], [ -111.96960506347214, 41.372455558768003 ], [ -111.96992060835808, 41.372768161558675 ], [ -111.97020015338511, 41.373072059510946 ], [ -111.9705289993049, 41.373474623309924 ], [ -111.97084482143015, 41.373805236123395 ], [ -111.97105250206022, 41.374100730752275 ], [ -111.97116279025921, 41.374279949699641 ], [ -111.97161094665164, 41.374663488288185 ], [ -111.97197500911165, 41.37502071301347 ], [ -111.97218202822071, 41.375271173688631 ], [ -111.9724605213824, 41.375503014986577 ], [ -111.97279839807752, 41.375707331122385 ], [ -111.97306440146782, 41.375903246591193 ], [ -111.97338992236415, 41.376080643005707 ], [ -111.97371517636128, 41.376240025784142 ], [ -111.97411230801075, 41.376407806648089 ], [ -111.97440169444451, 41.376567491104929 ], [ -111.97475422921256, 41.376951826915011 ], [ -111.97494917355857, 41.377193377294745 ], [ -111.97510824795575, 41.377435231310358 ], [ -111.97523427748688, 41.377866522228068 ], [ -111.97530200242353, 41.37839738943952 ], [ -111.97524705974013, 41.378722124326508 ], [ -111.97496828828471, 41.379273942856123 ], [ -111.97485274861207, 41.379545146088446 ], [ -111.97472484696901, 41.379789431486323 ], [ -111.97464611959444, 41.380123374975618 ], [ -111.97452144314381, 41.380583812213629 ], [ -111.97438910946619, 41.381332553300723 ], [ -111.9742657733738, 41.381883053558987 ], [ -111.97422063009572, 41.382063585246286 ], [ -111.97429775553488, 41.382423231117698 ], [ -111.97443238663048, 41.38262926291118 ], [ -111.97465193587452, 41.382915642507271 ], [ -111.97494377433799, 41.383237439056515 ], [ -111.97530884565693, 41.383657696291316 ], [ -111.97560069071623, 41.38397949106141 ], [ -111.97575884198984, 41.384158299395821 ], [ -111.97579943001433, 41.384473216603411 ], [ -111.97555436119882, 41.384880630752903 ], [ -111.97536625561816, 41.385098404682402 ], [ -111.97515288592481, 41.385226317739438 ], [ -111.97461676806006, 41.385365972112602 ], [ -111.97416516478523, 41.385558953288729 ], [ -111.97380828740293, 41.385688078761575 ], [ -111.97347760976571, 41.385970108412344 ], [ -111.9731861631553, 41.386476991964948 ], [ -111.97308269700672, 41.386757098486513 ], [ -111.97311010640978, 41.38699106079337 ], [ -111.97317406436473, 41.387269751292884 ], [ -111.97314235093791, 41.38754925093432 ], [ -111.97305084203471, 41.387829256250456 ], [ -111.97263616824452, 41.388093978798494 ], [ -111.97232711045957, 41.388222695421838 ], [ -111.97195892644214, 41.388396948010964 ], [ -111.97163911359786, 41.388606820811958 ], [ -111.97127280228385, 41.388907159878649 ], [ -111.97096735622607, 41.389279043864015 ], [ -111.97078136660008, 41.389640911748458 ], [ -111.97032218249078, 41.390131188009335 ], [ -111.96968493639633, 41.3907130378131 ], [ -111.96924938836032, 41.391185095620095 ], [ -111.96891031458873, 41.391710384148162 ], [ -111.96865147814037, 41.392000802228438 ], [ -111.9684638639563, 41.392254590416179 ], [ -111.96824437812367, 41.392778870264628 ], [ -111.96797985456942, 41.393492685176923 ], [ -111.96771813069539, 41.394395632445985 ], [ -111.96750183742597, 41.395136062796766 ], [ -111.96744777824567, 41.395523837922021 ], [ -111.96745191850434, 41.395803034195758 ], [ -111.96762604499027, 41.396251942619493 ], [ -111.96766580091557, 41.396512824410017 ], [ -111.96762062998054, 41.396693353362423 ], [ -111.96756657039423, 41.397081128446032 ], [ -111.96749125996767, 41.397649231207666 ], [ -111.967563621083, 41.398495323075998 ], [ -111.96765429536288, 41.398962947895576 ], [ -111.96770735050521, 41.399313792184174 ], [ -111.96766538440819, 41.399710472877551 ], [ -111.96740664487274, 41.400009894487305 ], [ -111.96733995245297, 41.400352738239079 ], [ -111.96754890649079, 41.400729294009416 ], [ -111.9676241487949, 41.400962854844153 ], [ -111.96761512662542, 41.4011610945361 ], [ -111.96762153975189, 41.401593397991611 ], [ -111.96748601610811, 41.402134984380453 ], [ -111.96737187587735, 41.402505249342077 ], [ -111.96730825311067, 41.403055238324278 ], [ -111.96725779342547, 41.403686183541417 ], [ -111.96716997746918, 41.404218360850678 ], [ -111.96717665545638, 41.40466867676858 ], [ -111.96730896715069, 41.405523271236362 ], [ -111.96747342884416, 41.406125386803247 ], [ -111.9674954122391, 41.406800759786229 ], [ -111.96753597661449, 41.407115678964132 ], [ -111.9676404975008, 41.407709290742247 ], [ -111.96761209300627, 41.408213946028404 ], [ -111.96753931096382, 41.408953167766249 ], [ -111.96760901515776, 41.40961913163882 ], [ -111.96775738381714, 41.409942151295148 ], [ -111.96819554478391, 41.410442881009004 ], [ -111.96870589372308, 41.410970023493867 ], [ -111.96907215474249, 41.411462347686161 ], [ -111.96935360579873, 41.411883325829351 ], [ -111.9696096601746, 41.412205435574059 ], [ -111.96973438555816, 41.412546666614638 ], [ -111.96978545492783, 41.412762414409364 ], [ -111.9699091105241, 41.413031594824865 ], [ -111.97018574927809, 41.413128344002743 ], [ -111.97040230219136, 41.413207584482059 ], [ -111.97059492818055, 41.413287026411105 ], [ -111.97084992139868, 41.413537082834658 ], [ -111.97134888913988, 41.414100338946071 ], [ -111.97149661584207, 41.41437832176149 ], [ -111.97150117879725, 41.414684535655034 ], [ -111.97149324096759, 41.41495482539888 ], [ -111.97152481903458, 41.415467981863287 ], [ -111.9716299279401, 41.416097613776543 ], [ -111.97173087734684, 41.416448050602419 ], [ -111.97186610977, 41.416690108663595 ], [ -111.97203750495068, 41.416949875857782 ], [ -111.97212461324186, 41.417174325344213 ], [ -111.97223645700878, 41.4174526102396 ], [ -111.97219330009865, 41.417768234619352 ], [ -111.97207714650661, 41.418003409005017 ], [ -111.97198572707873, 41.418292418808079 ], [ -111.97203936041298, 41.418679284640227 ], [ -111.97220322956852, 41.419236359836901 ], [ -111.97233981316087, 41.419568479953639 ], [ -111.97252372040562, 41.419864170186386 ], [ -111.97246671742961, 41.420053807770508 ], [ -111.9723595702083, 41.420090743090093 ], [ -111.97205049571529, 41.420228466203085 ], [ -111.97170539059282, 41.420357485402015 ], [ -111.9714426971257, 41.420395733555836 ], [ -111.97134737956692, 41.420423560627128 ], [ -111.9709417759352, 41.420508051245939 ], [ -111.97044071889309, 41.420611360487172 ], [ -111.97028570927991, 41.420648697601607 ], [ -111.97009480423992, 41.420686337194923 ], [ -111.9696910730523, 41.420896911431754 ], [ -111.96946614689359, 41.421060940546688 ], [ -111.96924108567806, 41.421215962942995 ], [ -111.96868568214556, 41.421689026395526 ], [ -111.96810500213012, 41.422072225716029 ], [ -111.96746729558154, 41.422645057358899 ], [ -111.96679154365809, 41.423074086562849 ], [ -111.96606938882756, 41.423602582997042 ], [ -111.96571589125486, 41.423974854821388 ], [ -111.96551500935492, 41.424147681746582 ], [ -111.96531359280753, 41.424284483158935 ], [ -111.96503001520537, 41.424530062383859 ], [ -111.96463754306212, 41.424695487341026 ], [ -111.96431766368762, 41.424914346956498 ], [ -111.96400774979277, 41.424998011013066 ], [ -111.96375926286434, 41.425189248581283 ], [ -111.9635360379668, 41.425470348134326 ], [ -111.96325484463712, 41.425878036369305 ], [ -111.96292817864919, 41.426448237885545 ], [ -111.96250537779133, 41.426992220567342 ], [ -111.9621772370503, 41.427463350727812 ], [ -111.96189828678875, 41.428024142708331 ], [ -111.96174724214276, 41.428331657370705 ], [ -111.96137082429054, 41.428776166523932 ], [ -111.96108761092141, 41.429048755097867 ], [ -111.96058061255414, 41.429566411710816 ], [ -111.96013556370087, 41.430227667511559 ], [ -111.96001788539027, 41.430363760664683 ], [ -111.95986536720906, 41.430572203625402 ], [ -111.95960541058689, 41.430799557432728 ], [ -111.95948786277026, 41.430944656350221 ], [ -111.95946684638885, 41.431142994502665 ], [ -111.95948199636373, 41.431359045812535 ], [ -111.95950951145475, 41.431602016186055 ], [ -111.95946522375958, 41.431845585422444 ], [ -111.95917095009668, 41.432181313242523 ], [ -111.95896004680468, 41.432489323154385 ], [ -111.95894008884095, 41.432759711546275 ], [ -111.95907915372959, 41.433262966659704 ], [ -111.9591661078623, 41.433478419280888 ], [ -111.95916756634774, 41.433577488513606 ], [ -111.95904988007837, 41.433713580684774 ], [ -111.95876478031525, 41.433860075527356 ], [ -111.95857356467469, 41.433879683813558 ], [ -111.95828621110863, 41.433873070466539 ], [ -111.95795059013959, 41.43383983614666 ], [ -111.957674145246, 41.433761071234699 ], [ -111.95740953617552, 41.433673199752825 ], [ -111.95692713183227, 41.433425006350021 ], [ -111.95643170604239, 41.433104859958348 ], [ -111.95589959024473, 41.432730971869418 ], [ -111.95493269859737, 41.432090469059027 ], [ -111.95476159409409, 41.431848689368174 ], [ -111.95473449247042, 41.431632736606616 ], [ -111.95475433567519, 41.431353342400079 ], [ -111.95477431070341, 41.431082954487813 ], [ -111.95469920942369, 41.430858392647046 ], [ -111.95450100884096, 41.430400659637733 ], [ -111.9544131509498, 41.430122158985398 ], [ -111.95427689896975, 41.429808030069857 ], [ -111.95411737418395, 41.429539131029742 ], [ -111.95382503038492, 41.429190266386811 ], [ -111.95371508921143, 41.429038051941433 ], [ -111.95360488495776, 41.428867824749865 ], [ -111.95336133562098, 41.428581606257794 ], [ -111.95297405826216, 41.428287570518272 ], [ -111.95279284829772, 41.428171975148793 ], [ -111.95196123790808, 41.427773526219617 ], [ -111.95120353924943, 41.427518578704962 ], [ -111.95090280213439, 41.427412975968686 ], [ -111.9506507197484, 41.427361014863031 ], [ -111.95020625662173, 41.427247590478899 ], [ -111.94985555661384, 41.426998279060335 ], [ -111.94962517815307, 41.426793010478967 ], [ -111.94955062469158, 41.426604470189467 ], [ -111.9494634493871, 41.426370996947909 ], [ -111.94935339200457, 41.426209771770111 ], [ -111.94917153833455, 41.426049138866951 ], [ -111.94864201282348, 41.425846336024925 ], [ -111.94838862759021, 41.425704306523883 ], [ -111.94779574057399, 41.425258821861668 ], [ -111.94693869540063, 41.424752456802977 ], [ -111.94622826078205, 41.424452050117296 ], [ -111.94543485591853, 41.424206365405972 ], [ -111.94511047287003, 41.424118956564506 ], [ -111.94471285993983, 41.423933066569418 ], [ -111.94453076298552, 41.423754413383975 ], [ -111.9443593277644, 41.423485598188634 ], [ -111.94420895480694, 41.423018446613405 ], [ -111.94405897541729, 41.422578313833171 ], [ -111.94391108496774, 41.422282282427851 ], [ -111.94372925569134, 41.42212164055487 ], [ -111.94345131294855, 41.421934764362497 ], [ -111.94310157957071, 41.421748476028441 ], [ -111.94277708155383, 41.421652054052856 ], [ -111.94236778541274, 41.421484266410104 ], [ -111.94189749355985, 41.421235909887514 ], [ -111.94108918783773, 41.420783146162265 ], [ -111.94054620523026, 41.420472326681917 ], [ -111.94038689024777, 41.420212413693918 ], [ -111.94028350429197, 41.419681820572734 ], [ -111.94002535560321, 41.419206536520278 ], [ -111.93957888902032, 41.41894896825827 ], [ -111.93931332585937, 41.418789003087007 ], [ -111.93880587359048, 41.418450862841333 ], [ -111.93842705649324, 41.417904500241569 ], [ -111.93816672511475, 41.417276103302441 ], [ -111.93802811684056, 41.416790832214573 ], [ -111.93811800051377, 41.416384764872205 ], [ -111.93824546113431, 41.416095487619273 ], [ -111.9382800579546, 41.416005131137858 ], [ -111.93829033717567, 41.41588795067387 ], [ -111.93810944690205, 41.4157903440437 ], [ -111.93784610283819, 41.415783483637313 ], [ -111.937199771902, 41.415770735708392 ], [ -111.93692433424603, 41.415754964273191 ], [ -111.93655460560205, 41.415839041571488 ], [ -111.93620932198161, 41.415958948497234 ], [ -111.93588731932412, 41.416033627835382 ], [ -111.93532421965601, 41.415984162539608 ], [ -111.93453263651526, 41.41585548377077 ], [ -111.93400659351424, 41.415886777912299 ], [ -111.93369835877353, 41.41608744343705 ], [ -111.93354462759864, 41.416214795057883 ], [ -111.93331936722726, 41.416360741639863 ], [ -111.93302090130027, 41.416408199715441 ], [ -111.93219419673515, 41.416333834296083 ], [ -111.93187025634187, 41.416273406580757 ], [ -111.93153370867977, 41.416168042857194 ], [ -111.93124373305454, 41.41597222682806 ], [ -111.93074766557406, 41.41558892138584 ], [ -111.930383724398, 41.415240575097052 ], [ -111.92987763025707, 41.414992458475403 ], [ -111.9293477400625, 41.414753539269341 ], [ -111.9289853510122, 41.414513265201379 ], [ -111.92871829213475, 41.414245198156841 ], [ -111.9285959578835, 41.414057029401469 ], [ -111.9282306263167, 41.413609605546114 ], [ -111.92773433823913, 41.413208273769271 ], [ -111.92716588935038, 41.412780499039805 ], [ -111.92688892991299, 41.412656626492925 ], [ -111.92634876930698, 41.412534872798851 ], [ -111.92565551174505, 41.412585489841589 ], [ -111.92484350968097, 41.41270010941161 ], [ -111.92405798513619, 41.412994659442056 ], [ -111.92366598572205, 41.413195970974392 ], [ -111.92343982026311, 41.413278853483384 ], [ -111.92298493763637, 41.413264488798028 ], [ -111.9221446633056, 41.413073063099183 ], [ -111.92130248485641, 41.412746534841112 ], [ -111.92106206390849, 41.412667392855155 ], [ -111.92060655007113, 41.412607986585321 ], [ -111.91994866968798, 41.412622256381283 ], [ -111.91951784672692, 41.412616693029435 ], [ -111.91892959069945, 41.412477273956931 ], [ -111.91829386276133, 41.412365253118246 ], [ -111.91785234564176, 41.412449843332325 ], [ -111.91762769621057, 41.412640791679671 ], [ -111.91730834858046, 41.412904554223317 ], [ -111.91693974954435, 41.413069626528582 ], [ -111.91601992346895, 41.413176035707558 ], [ -111.91538609011405, 41.413199095403336 ], [ -111.91482290233277, 41.413140522882998 ], [ -111.91448690287474, 41.413071134546797 ], [ -111.91406816718411, 41.413074462157276 ], [ -111.91378229635696, 41.413166807494669 ], [ -111.91355775862509, 41.413366754461116 ], [ -111.91360889564486, 41.41360054195934 ], [ -111.91370839399602, 41.41386997513186 ], [ -111.91353259327161, 41.414132587064579 ], [ -111.91291449690537, 41.414425731517156 ], [ -111.91228405268072, 41.414691948229709 ], [ -111.9120459029953, 41.414774903388839 ], [ -111.91175989584576, 41.414858237334428 ], [ -111.91140134714809, 41.414888100596357 ], [ -111.91116218861748, 41.414899002372032 ], [ -111.9106841229015, 41.414938817329684 ], [ -111.91013754013036, 41.415213365882373 ], [ -111.90981739527577, 41.415423069260768 ], [ -111.90941324655147, 41.415615420907542 ], [ -111.90896123784132, 41.415808149269857 ], [ -111.90856754238449, 41.415892326043313 ], [ -111.90819714741347, 41.415931280323818 ], [ -111.90781353340938, 41.415880263291221 ], [ -111.9075013303043, 41.415801659381586 ], [ -111.907055389444, 41.415570982561199 ], [ -111.9062597321436, 41.415144895527753 ], [ -111.90578987163875, 41.414914402171547 ], [ -111.90561003267236, 41.414888795581874 ], [ -111.90549076554598, 41.414916756668802 ], [ -111.90543244529083, 41.415025305004271 ], [ -111.90540976754126, 41.415115557925496 ], [ -111.90542410835069, 41.415286586516878 ], [ -111.90546437933044, 41.415601530135504 ], [ -111.90546800690412, 41.415862717460833 ], [ -111.90546317258976, 41.416376179781381 ], [ -111.90547117854044, 41.416952593095161 ], [ -111.90538071507048, 41.417331617598826 ], [ -111.90515788791888, 41.417657638833987 ], [ -111.90487648468662, 41.418074194760941 ], [ -111.90462897284225, 41.418346364449441 ], [ -111.90421507431057, 41.418700908395259 ], [ -111.90396643328491, 41.418892018559667 ], [ -111.90352572637968, 41.419039599543012 ], [ -111.90249935409015, 41.419236811848286 ], [ -111.90141327454825, 41.419443490274965 ], [ -111.90106678494386, 41.419482234321457 ], [ -111.90069599136004, 41.419494145283039 ], [ -111.90016803441499, 41.419390188140419 ], [ -111.89956692153771, 41.419187718762572 ], [ -111.89908558669443, 41.418993317674001 ], [ -111.8987106978221, 41.418708008672311 ], [ -111.89844237926103, 41.41834079925588 ], [ -111.89832062037951, 41.418188623525658 ], [ -111.8980550358251, 41.418019555560534 ], [ -111.89751599804164, 41.417978724779928 ], [ -111.89659966073327, 41.41834616743138 ], [ -111.89608653170143, 41.418449247126532 ], [ -111.89553676380021, 41.418498565082821 ], [ -111.89497354625887, 41.418439895724369 ], [ -111.89427661517313, 41.418229136512345 ], [ -111.89346028688173, 41.418037315248718 ], [ -111.89325651407501, 41.418011875234505 ], [ -111.893137729316, 41.418075849554867 ], [ -111.89300636255609, 41.418094884194133 ], [ -111.89288930446629, 41.418284949072792 ], [ -111.89279728573591, 41.418555886511875 ], [ -111.89263865612187, 41.419205653315984 ], [ -111.89240884880856, 41.419901009186681 ], [ -111.89229437487013, 41.420280209634285 ], [ -111.89227500593205, 41.420613635169374 ], [ -111.89217422129531, 41.421118833443437 ], [ -111.89200164204604, 41.421624588266582 ], [ -111.89189925171264, 41.422012701970175 ], [ -111.89177206629195, 41.422337955694061 ], [ -111.89149092682135, 41.422781499048966 ], [ -111.89130280047543, 41.42302615750269 ], [ -111.89064207032033, 41.423715839754387 ], [ -111.89022806123285, 41.42407033415018 ], [ -111.88968254414129, 41.424434851554864 ], [ -111.88919525405508, 41.424681819675016 ], [ -111.88839905055113, 41.425093305473801 ], [ -111.88723372246241, 41.425642744596139 ], [ -111.88552000160644, 41.426349520699397 ], [ -111.88534941300513, 41.426125647781305 ], [ -111.88514341590384, 41.425938076774607 ], [ -111.88491385426926, 41.425777708955046 ], [ -111.8842271312747, 41.425440706599922 ], [ -111.88354090374246, 41.425139726050197 ], [ -111.88290462125204, 41.424991484514344 ], [ -111.88235429943084, 41.425004714057863 ], [ -111.88168468111017, 41.425045877613165 ], [ -111.88093032462318, 41.42501562667006 ], [ -111.88012627963435, 41.424850639354524 ], [ -111.87960881778082, 41.424638418413593 ], [ -111.87895900364649, 41.424373161762254 ], [ -111.87811567554679, 41.42395625215655 ], [ -111.87771764420731, 41.423725096115014 ], [ -111.87727247940313, 41.423548342748866 ], [ -111.87676857795803, 41.42345310226969 ], [ -111.87638639560882, 41.423510058918197 ], [ -111.87619578849034, 41.423574562844173 ], [ -111.87595695408683, 41.423612411344791 ], [ -111.87582520775432, 41.423604406946808 ], [ -111.8756584106808, 41.423659721276763 ], [ -111.87554926528749, 41.42355246268253 ], [ -111.8753566008257, 41.42346385437429 ], [ -111.87517541903227, 41.423339128623653 ], [ -111.87494649536966, 41.423223773122615 ], [ -111.87476531502526, 41.423099046706689 ], [ -111.87460842959162, 41.423001157634495 ], [ -111.87442773383735, 41.422912456765737 ], [ -111.8742467969596, 41.422805742557458 ], [ -111.87401823912091, 41.422717404739892 ], [ -111.87372876647693, 41.422548462116396 ], [ -111.87346419233559, 41.422451389270961 ], [ -111.87328349964466, 41.422362686566359 ], [ -111.87298218540792, 41.422202839375942 ], [ -111.87282542539782, 41.422113954338855 ], [ -111.87258442393048, 41.421989678280084 ], [ -111.8724751658324, 41.42187341013117 ], [ -111.8723660286678, 41.421766148403272 ], [ -111.87232820325616, 41.421622316095942 ], [ -111.87230174091438, 41.421433360388868 ], [ -111.87225207085228, 41.421298625300793 ], [ -111.8723222970541, 41.421180996048037 ], [ -111.87246467754193, 41.421089841923951 ], [ -111.87264307460956, 41.42100742188466 ], [ -111.87290510878124, 41.420915359564979 ], [ -111.87311915982855, 41.420814653368481 ], [ -111.87342784735449, 41.420632161321578 ], [ -111.87361712093181, 41.42046859017784 ], [ -111.87390030503607, 41.420169193708944 ], [ -111.87416040151317, 41.419933024092678 ], [ -111.87431377552259, 41.419769724560709 ], [ -111.87447875149907, 41.419579314292044 ], [ -111.87469134547234, 41.419370526863048 ], [ -111.874938987253, 41.419098420365202 ], [ -111.87507966685696, 41.418881171646696 ], [ -111.87518493411393, 41.418700221937719 ], [ -111.87527884044289, 41.418564395807188 ], [ -111.87542072728081, 41.418437211964331 ], [ -111.87562243838806, 41.418309572641853 ], [ -111.87575260105099, 41.418200492516895 ], [ -111.87594186177316, 41.418036917606308 ], [ -111.8762268406056, 41.417872613415824 ], [ -111.8764173100317, 41.417799103011653 ], [ -111.8766080212459, 41.417743605349528 ], [ -111.87726281587932, 41.417495413143016 ], [ -111.87782297887208, 41.417329006342264 ], [ -111.87863233500077, 41.417007567327396 ], [ -111.87903622066915, 41.416788303310391 ], [ -111.87927211285211, 41.416534292100337 ], [ -111.87943694470177, 41.416334868315886 ], [ -111.87949555261208, 41.416244345788364 ], [ -111.87969226619218, 41.415747431998881 ], [ -111.87981670432363, 41.415215040761247 ], [ -111.87994417947074, 41.4149078124506 ], [ -111.88003259980313, 41.414366688929476 ], [ -111.8799785432568, 41.413907722231656 ], [ -111.87979434127607, 41.413557840236784 ], [ -111.87956021975205, 41.41305521281523 ], [ -111.87938883673213, 41.412768284305116 ], [ -111.8792183053822, 41.412544401213303 ], [ -111.87901236932936, 41.41235681819191 ], [ -111.87875870053934, 41.412178606843447 ], [ -111.87816774205803, 41.411831828197492 ], [ -111.87761255973601, 41.411475766126536 ], [ -111.87740675287556, 41.411297186652803 ], [ -111.87717689870391, 41.411109782687411 ], [ -111.8768509736713, 41.410896088105169 ], [ -111.87620167150907, 41.41065783340926 ], [ -111.87605726177306, 41.410595880876379 ], [ -111.87596082744574, 41.410542570365358 ], [ -111.87583998232273, 41.410453415759243 ], [ -111.87576711251701, 41.410372903310574 ], [ -111.87569436384521, 41.410301397353798 ], [ -111.87562101062065, 41.410184858642324 ], [ -111.87559539053123, 41.410058949159406 ], [ -111.8756055398875, 41.409923759987365 ], [ -111.87561363323411, 41.409635459596949 ], [ -111.87563405267304, 41.409374087770878 ], [ -111.87562800570191, 41.408923760626379 ], [ -111.87564878772928, 41.408689408399226 ], [ -111.87562232167434, 41.408500453077643 ], [ -111.87556032917091, 41.408338790501602 ], [ -111.87546365678743, 41.408267466427205 ], [ -111.87533024903064, 41.408133369506743 ], [ -111.8751974461982, 41.408044305151606 ], [ -111.87506440201584, 41.407937227545965 ], [ -111.87494283795944, 41.407794032619009 ], [ -111.8749285790298, 41.407622999203539 ], [ -111.87490344469484, 41.407533115676664 ], [ -111.87492302063498, 41.40720869802734 ], [ -111.87498078098228, 41.407055131842149 ], [ -111.87500168570111, 41.406829786187494 ], [ -111.87499902717583, 41.406631642126968 ], [ -111.8750088148324, 41.40646943327507 ], [ -111.87511370027833, 41.406261463792568 ], [ -111.87519453876534, 41.406044669663615 ], [ -111.87522825124341, 41.405882278784034 ], [ -111.8752477043422, 41.405548854458395 ], [ -111.87521966961705, 41.40524281376937 ], [ -111.87519368982227, 41.40508988441227 ], [ -111.8751437851309, 41.404937137028384 ], [ -111.87496205168964, 41.40476737727856 ], [ -111.87486490205497, 41.404660026392143 ], [ -111.87458734988471, 41.404481987124299 ], [ -111.8743576488217, 41.404303583544269 ], [ -111.87417700565624, 41.404214881484542 ], [ -111.87382756247388, 41.40402837908853 ], [ -111.87367060415883, 41.403921481396623 ], [ -111.87346410846689, 41.40368885495932 ], [ -111.8732947069235, 41.403546021319279 ], [ -111.87315019517841, 41.403475058322456 ], [ -111.87295650879187, 41.40330538605123 ], [ -111.87275146380718, 41.403180836974741 ], [ -111.87243803718451, 41.403003064568864 ], [ -111.87220834720534, 41.402824656543615 ], [ -111.87194313338409, 41.402673539695577 ], [ -111.87174969326956, 41.402521878440069 ], [ -111.87078455026254, 41.401916678714691 ], [ -111.87065104502888, 41.401773569434205 ], [ -111.87048105363966, 41.401585698660732 ], [ -111.87021548836253, 41.401407558006291 ], [ -111.86999873295495, 41.401301107482169 ], [ -111.86985302866147, 41.401140074541665 ], [ -111.86982550188975, 41.400870058319228 ], [ -111.86987082673939, 41.400680558619051 ], [ -111.86987870478551, 41.400374244795465 ], [ -111.8698410181692, 41.400239417536156 ], [ -111.86983837593414, 41.400041272975564 ], [ -111.8696308256733, 41.399727580102926 ], [ -111.86944900113477, 41.39954880463776 ], [ -111.86926693755791, 41.399352015722968 ], [ -111.8690853550582, 41.399191252799696 ], [ -111.86885556777577, 41.399003831168386 ], [ -111.86877003842973, 41.398869364793747 ], [ -111.86857589750902, 41.398663658464358 ], [ -111.86843092210215, 41.39855666301807 ], [ -111.86826322325091, 41.398539913685781 ], [ -111.86813260714924, 41.398612959137068 ], [ -111.86793130090926, 41.398767605043176 ], [ -111.86770571144365, 41.398895411284819 ], [ -111.86753849100255, 41.39891468721666 ], [ -111.86729890311193, 41.398889471022663 ], [ -111.86690405625808, 41.398883439198407 ], [ -111.86652152979717, 41.39890433567767 ], [ -111.86597297767834, 41.399034570367 ], [ -111.86560253095681, 41.399064380356357 ], [ -111.86503005260489, 41.399194790552393 ], [ -111.86450613415903, 41.399378877938439 ], [ -111.86399405499419, 41.399553866554072 ], [ -111.8636836506481, 41.399601234444752 ], [ -111.8633611650525, 41.399639684672067 ], [ -111.86293030990834, 41.399624901927929 ], [ -111.86236478185296, 41.399376932496445 ], [ -111.86221957680337, 41.399251915972485 ], [ -111.86206133961278, 41.399045929558511 ], [ -111.86195059215267, 41.39881256471012 ], [ -111.86180431828842, 41.398606488299741 ], [ -111.8617889063772, 41.398345386703433 ], [ -111.86179872601576, 41.398183178437506 ], [ -111.86175998660342, 41.397967288964963 ], [ -111.86174552685621, 41.397778240082545 ], [ -111.86170773962844, 41.397634403327274 ], [ -111.8616802482681, 41.397364384652121 ], [ -111.86166578891525, 41.397175335736499 ], [ -111.86163865482179, 41.396932336812945 ], [ -111.86157563781698, 41.396689606573887 ], [ -111.86141657653479, 41.396420572926097 ], [ -111.86119973302054, 41.396305098836621 ], [ -111.86103073408295, 41.396189266305512 ], [ -111.86077872221949, 41.396128099514264 ], [ -111.86057443574303, 41.396057567733742 ], [ -111.86035913898888, 41.396059177823659 ], [ -111.85980941089258, 41.396099317072618 ], [ -111.85947545377287, 41.39617387207322 ], [ -111.85901134829008, 41.396357487700207 ], [ -111.85876182727593, 41.396485455141708 ], [ -111.85848838320044, 41.396613600540704 ], [ -111.85823850471292, 41.396714547050131 ], [ -111.8580002311634, 41.396788384015849 ], [ -111.85780932770581, 41.396825837384931 ], [ -111.85762991150244, 41.39682717486329 ], [ -111.85698282994332, 41.396741921402111 ], [ -111.85693344770382, 41.396625191855108 ], [ -111.85682272276122, 41.396391821757192 ], [ -111.85680768630871, 41.396157739021405 ], [ -111.85679300482683, 41.395950676098686 ], [ -111.85670537544181, 41.395654081445485 ], [ -111.85656018952469, 41.395529057514601 ], [ -111.85635389962755, 41.395305405797565 ], [ -111.85616039926121, 41.395144710968076 ], [ -111.85597826976533, 41.394938893759317 ], [ -111.85564053416928, 41.3947252260269 ], [ -111.85527876138573, 41.394502728477065 ], [ -111.85489377790215, 41.394334447187113 ], [ -111.8546060148679, 41.394282539943134 ], [ -111.85427088153041, 41.394267013661498 ], [ -111.85398359081557, 41.394251131322527 ], [ -111.85380429937612, 41.394261469386599 ], [ -111.85334944229078, 41.394237821274402 ], [ -111.85306168084747, 41.394185910151144 ], [ -111.85294054406991, 41.394069710788209 ], [ -111.85278281969225, 41.393899737511695 ], [ -111.85261337100536, 41.393747865879341 ], [ -111.85244474682021, 41.393659040342364 ], [ -111.85206106931805, 41.39358982228471 ], [ -111.85153457197154, 41.393575704973934 ], [ -111.85113964033823, 41.39356061209557 ], [ -111.85037369854933, 41.393530245477237 ], [ -111.84982468865606, 41.39362437665946 ], [ -111.84916744619839, 41.393674266574578 ], [ -111.84876055385159, 41.393659253800713 ], [ -111.84850856285307, 41.393598059903361 ], [ -111.84813638185997, 41.393492713982418 ], [ -111.84794419451163, 41.393431078004049 ], [ -111.84755876791588, 41.393226745362895 ], [ -111.84722153623477, 41.393049079047415 ], [ -111.84688547540897, 41.392961478085169 ], [ -111.84641750065938, 41.392847824113311 ], [ -111.84609386945768, 41.392796159384446 ], [ -111.84566247869658, 41.392736278294564 ], [ -111.84517163690496, 41.392703854785438 ], [ -111.84456060906881, 41.392627273930906 ], [ -111.8439730372956, 41.392514487785995 ], [ -111.84334935374066, 41.392383948325218 ], [ -111.84272497467481, 41.392199365573831 ], [ -111.84213473618541, 41.391879417053943 ], [ -111.84165295816815, 41.391621724665036 ], [ -111.84131540226508, 41.391417020804617 ], [ -111.841095708054, 41.391076341921298 ], [ -111.84116526251434, 41.390904690932643 ], [ -111.84124549936168, 41.390633879274944 ], [ -111.84126732923301, 41.390471584630497 ], [ -111.84113356372423, 41.390301420018929 ], [ -111.84086847208346, 41.390150230047695 ], [ -111.84046067511041, 41.390063134443551 ], [ -111.84012626189062, 41.390101606650987 ], [ -111.83991156328855, 41.390148211582748 ], [ -111.83976839207696, 41.390176279096977 ], [ -111.83962475718135, 41.390168319803777 ], [ -111.83933771918585, 41.39017041399498 ], [ -111.83910932256933, 41.390082004800014 ], [ -111.83906032485181, 41.389992287075579 ], [ -111.83910642713752, 41.389856838322196 ], [ -111.83922069747069, 41.389441659745202 ], [ -111.83932578693444, 41.389242728117047 ], [ -111.83932358590052, 41.389071601579197 ], [ -111.83926204979981, 41.388936937858098 ], [ -111.83910472080898, 41.388793965209452 ], [ -111.83897177496146, 41.388686844579254 ], [ -111.8387308456259, 41.388553488448771 ], [ -111.83846576662854, 41.388402292776753 ], [ -111.83823749308354, 41.388322888418266 ], [ -111.83775714415749, 41.388173259141865 ], [ -111.83744515546132, 41.388094462688734 ], [ -111.83710947951522, 41.388033852733003 ], [ -111.83697723156403, 41.387980769741112 ], [ -111.83672550416642, 41.387937563001749 ], [ -111.83651034832208, 41.387948134887985 ], [ -111.8361880183341, 41.387995515305512 ], [ -111.83587845494829, 41.388105854631561 ], [ -111.83565329949779, 41.388269625184641 ], [ -111.83533465654847, 41.388605216664793 ], [ -111.83512191873582, 41.388804926047335 ], [ -111.83496851724082, 41.388968174441665 ], [ -111.83472093476702, 41.389249203479714 ], [ -111.83462675421465, 41.389366984249065 ], [ -111.8345558018147, 41.389430551432369 ], [ -111.834283029478, 41.389612679651947 ], [ -111.83415170160475, 41.389631646803025 ], [ -111.8339129653059, 41.389669407303174 ], [ -111.83365122952939, 41.389779393991205 ], [ -111.83336557309612, 41.389889553336211 ], [ -111.83317478993821, 41.389935972491038 ], [ -111.83292386210185, 41.389955804207951 ], [ -111.83277988355448, 41.389920816336357 ], [ -111.83267132510062, 41.389849541943043 ], [ -111.83250250793394, 41.389742673421338 ], [ -111.83239383518891, 41.389662392083515 ], [ -111.83228539245947, 41.389600123990199 ], [ -111.83218845031728, 41.389501742590866 ], [ -111.83197145115935, 41.389368199223725 ], [ -111.83181471096162, 41.389270249861916 ], [ -111.83157448247751, 41.38919091870752 ], [ -111.83131171193122, 41.389219840000706 ], [ -111.83098994513263, 41.389312239332071 ], [ -111.83070325423475, 41.389341331987588 ], [ -111.83061930640667, 41.389323923007467 ], [ -111.8305115536793, 41.389315693296446 ], [ -111.83027258711192, 41.389335432893724 ], [ -111.8300208586717, 41.389292211503118 ], [ -111.82985399436993, 41.389338452613167 ], [ -111.82950876319639, 41.389467047061338 ], [ -111.82937892228365, 41.389603095640965 ], [ -111.82915431742117, 41.389811887044154 ], [ -111.82889520425799, 41.390129016680696 ], [ -111.82868381421187, 41.390436794522614 ], [ -111.82860180976169, 41.390572497680871 ], [ -111.82853290863109, 41.390798181481756 ], [ -111.82852369320779, 41.391014427968102 ], [ -111.82849238716481, 41.391374953585313 ], [ -111.8285082355879, 41.391681094619827 ], [ -111.82846359662997, 41.391933626147761 ], [ -111.82834570899328, 41.392069587452774 ], [ -111.8281092464014, 41.392287469620733 ], [ -111.82803885595281, 41.39239606624502 ], [ -111.82801619249329, 41.392495311874569 ], [ -111.82795776206812, 41.392603822377794 ], [ -111.82783930081526, 41.392694749766747 ], [ -111.82767174075347, 41.392686947694983 ], [ -111.82750452340802, 41.392706165423093 ], [ -111.82733662073821, 41.392671342818261 ], [ -111.82702496504598, 41.392619538300863 ], [ -111.82684464590591, 41.392548774208073 ], [ -111.8266402922897, 41.392469175001423 ], [ -111.82647216250599, 41.392416337755655 ], [ -111.82641030732599, 41.392254646967935 ], [ -111.8263723730764, 41.392092784344612 ], [ -111.82631051846266, 41.391931093489077 ], [ -111.82620173550784, 41.391841799610525 ], [ -111.82608201884443, 41.391833651668122 ], [ -111.82575966165754, 41.391881003087711 ], [ -111.82546076878529, 41.391892155253878 ], [ -111.82528113682348, 41.391875428793213 ], [ -111.82499374864211, 41.39185046720862 ], [ -111.82488553691323, 41.391806205509909 ], [ -111.82457411483946, 41.391772407668263 ], [ -111.82427442577094, 41.391720509920482 ], [ -111.82395138535178, 41.391713816137653 ], [ -111.82377243647649, 41.391751127460324 ], [ -111.82366479418768, 41.391751898061294 ], [ -111.82309058829621, 41.391746999539748 ], [ -111.82274396800052, 41.391767493558753 ], [ -111.82256524534046, 41.391822816398907 ], [ -111.82227887983771, 41.391878908270158 ], [ -111.8219084514247, 41.391908577418832 ], [ -111.82160876373626, 41.391856672715178 ], [ -111.82126123542696, 41.39180510870402 ], [ -111.82109299825333, 41.391743256838467 ], [ -111.82080595198207, 41.391745304866355 ], [ -111.82066276867135, 41.391773348706977 ], [ -111.82044895609013, 41.39189197107487 ], [ -111.82024608404191, 41.391929447497844 ], [ -111.82009037377134, 41.391912542396 ], [ -111.81990972441693, 41.391814747239231 ], [ -111.81970357103789, 41.39159102839487 ], [ -111.81943761809558, 41.391367735058644 ], [ -111.81923124160147, 41.391126001918039 ], [ -111.81897759142028, 41.390929642422869 ], [ -111.81885640787553, 41.390804399788436 ], [ -111.81866256037456, 41.39060761397522 ], [ -111.81848090001591, 41.390428756153753 ], [ -111.81822736774691, 41.390241401641411 ], [ -111.81798602269892, 41.390071974942124 ], [ -111.81764945085665, 41.389939254499161 ], [ -111.81727677501347, 41.389788774492089 ], [ -111.81698838390191, 41.389682732403998 ], [ -111.81664030704931, 41.389586120723827 ], [ -111.81647185451919, 41.389506248562462 ], [ -111.81618357859031, 41.389409211140389 ], [ -111.81590681288996, 41.389276061328999 ], [ -111.81565340502908, 41.389097707712388 ], [ -111.81540044871704, 41.388955380378142 ], [ -111.8150389559036, 41.388741761237178 ], [ -111.81477393014553, 41.388590510489834 ], [ -111.81461631782112, 41.388420483695896 ], [ -111.81439958252186, 41.388304920235868 ], [ -111.81414730619278, 41.388216630384349 ], [ -111.81359435570243, 41.387995353664003 ], [ -111.81304443864852, 41.388017255726076 ], [ -111.81229311370188, 41.388193704915309 ], [ -111.81175672258175, 41.388341610538134 ], [ -111.8112082573406, 41.388480591271225 ], [ -111.81082677815608, 41.388582362746803 ], [ -111.81019391974269, 41.388667888229591 ], [ -111.80960901034543, 41.388762080379813 ], [ -111.80903661729492, 41.388901219124378 ], [ -111.80877372547043, 41.388921082297578 ], [ -111.80808083885603, 41.388989003053148 ], [ -111.80773445072511, 41.38902746523663 ], [ -111.80710136088625, 41.389094960314125 ], [ -111.80677911392361, 41.389151265313458 ], [ -111.80639818019299, 41.389298055861445 ], [ -111.80607815672136, 41.389534493596919 ], [ -111.80580563704783, 41.389743575230284 ], [ -111.80562823947406, 41.389906952678778 ], [ -111.80529736172984, 41.390233539357695 ], [ -111.80506205029573, 41.390550448951359 ], [ -111.80492064014238, 41.390722581007779 ], [ -111.80474357094265, 41.390912977314194 ], [ -111.8045285102048, 41.390932496260959 ], [ -111.80434866368564, 41.390897723572166 ], [ -111.8039162116747, 41.390747618107959 ], [ -111.80359295541292, 41.390722853626315 ], [ -111.80313902488498, 41.390771060518667 ], [ -111.80284146207363, 41.39089023478779 ], [ -111.8024594015547, 41.39094694502419 ], [ -111.80218409618215, 41.390930849674547 ], [ -111.80195618882368, 41.390878393272779 ], [ -111.80159660952944, 41.390817846284939 ], [ -111.80120148223513, 41.390784568243078 ], [ -111.800735589208, 41.390832848952336 ], [ -111.80011609079374, 41.391035323735629 ], [ -111.79941430133911, 41.39135546461128 ], [ -111.7990585819787, 41.391610145831436 ], [ -111.79854748552279, 41.391874911899066 ], [ -111.79822709021694, 41.392084307818585 ], [ -111.79790658271131, 41.392284696108568 ], [ -111.79760856287329, 41.39236782996705 ], [ -111.79718994728294, 41.392370731037175 ], [ -111.79704587181702, 41.392326691589311 ], [ -111.79661375653299, 41.392203578901942 ], [ -111.79636104879278, 41.392079223024318 ], [ -111.79606181912602, 41.392063278614074 ], [ -111.79542736923038, 41.392022628753125 ], [ -111.79517554250822, 41.391970324277324 ], [ -111.79477953349868, 41.391864970178894 ], [ -111.794514870174, 41.391740692809982 ], [ -111.79414245538258, 41.391608151045446 ], [ -111.79377037078696, 41.391502628334464 ], [ -111.79345907447592, 41.391477752874017 ], [ -111.79310004670269, 41.391462213096531 ], [ -111.79289628395688, 41.391427587344566 ], [ -111.79269164608981, 41.3913209071411 ], [ -111.79262900016154, 41.391087143311694 ], [ -111.79255439451312, 41.390853461817066 ], [ -111.79245630665794, 41.390655972055328 ], [ -111.7923341898211, 41.390449640153506 ], [ -111.79215194539701, 41.390216699525915 ], [ -111.79194567292635, 41.389974916460382 ], [ -111.79163285482407, 41.389823941266059 ], [ -111.79139157951289, 41.389654458140051 ], [ -111.79123402499729, 41.389484398826774 ], [ -111.7911590986624, 41.38922369599905 ], [ -111.79101339648567, 41.389044547353819 ], [ -111.79083083329711, 41.388784584193495 ], [ -111.79070916169678, 41.388614277501915 ], [ -111.7904298321788, 41.388264903405734 ], [ -111.79013920032646, 41.387969651342182 ], [ -111.78991934757728, 41.387592844955272 ], [ -111.78985529822086, 41.387241991289173 ], [ -111.78960684485911, 41.386478057086876 ], [ -111.78947147822959, 41.386163722603619 ], [ -111.78934796326533, 41.385840299115749 ], [ -111.78926054502918, 41.385534642935184 ], [ -111.78920878729066, 41.385210727039102 ], [ -111.78921813252917, 41.384994482331066 ], [ -111.78923954570975, 41.384787162366919 ], [ -111.78921301368754, 41.38457116372043 ], [ -111.78900905670582, 41.384518517274898 ], [ -111.7887574816541, 41.384484211942201 ], [ -111.78852993371393, 41.384458748934193 ], [ -111.78811038911307, 41.384380555494467 ], [ -111.78799014658215, 41.384327333832417 ], [ -111.78761789594256, 41.384203777070852 ], [ -111.78741285475361, 41.384061059933764 ], [ -111.78721977338679, 41.383918260604368 ], [ -111.78692906700248, 41.383613993125486 ], [ -111.78677143027934, 41.383434920506033 ], [ -111.78661346878569, 41.383228827296392 ], [ -111.78645583386844, 41.383049754216771 ], [ -111.78621470564111, 41.382889266484788 ], [ -111.78593748555942, 41.38271100970239 ], [ -111.78574582093933, 41.382685296068225 ], [ -111.78564993447839, 41.382667935735888 ], [ -111.78531487408269, 41.382652207893344 ], [ -111.78502797360076, 41.382663173112839 ], [ -111.78477640767285, 41.382628858983217 ], [ -111.78445276511391, 41.382568013103892 ], [ -111.78418859189975, 41.382479738449362 ], [ -111.78389996123623, 41.382346592149332 ], [ -111.7837191756459, 41.382230725706123 ], [ -111.78360981795008, 41.38208734997901 ], [ -111.78349862283925, 41.381790858610088 ], [ -111.78338753685269, 41.381503373906355 ], [ -111.7832510219306, 41.38108995670828 ], [ -111.78315362559984, 41.380946499093973 ], [ -111.78282794056179, 41.380714519364631 ], [ -111.78244397773808, 41.380609040473239 ], [ -111.78207186654399, 41.380494472211588 ], [ -111.78192599321422, 41.380297297794797 ], [ -111.78180306641914, 41.380018899465391 ], [ -111.78166893747006, 41.379803629836978 ], [ -111.78140521042606, 41.379751375832541 ], [ -111.78102254865695, 41.379753973761517 ], [ -111.78085427220816, 41.379683055515756 ], [ -111.78080493129261, 41.379557284824088 ], [ -111.78083757366839, 41.379286837227582 ], [ -111.78086816877557, 41.37884526029459 ], [ -111.780709913983, 41.378612138135317 ], [ -111.78043369615663, 41.37851492893752 ], [ -111.78013377853578, 41.378435894829131 ], [ -111.77972537965088, 41.378285534761595 ], [ -111.77937687960554, 41.378143775091253 ], [ -111.77833181801402, 41.377754516900751 ], [ -111.77792267618554, 41.377541102644024 ], [ -111.77763397276716, 41.377398933394424 ], [ -111.77728516021809, 41.377230146837576 ], [ -111.7768640673753, 41.377016809510827 ], [ -111.77631240698807, 41.376885419441905 ], [ -111.77579683578359, 41.376771798499433 ], [ -111.77520941361016, 41.376649651768147 ], [ -111.77446697206226, 41.37656457564303 ], [ -111.77389236586501, 41.37651439626125 ], [ -111.77350918882043, 41.376471934915685 ], [ -111.77306622428183, 41.376429873971851 ], [ -111.77275415410618, 41.376332887117137 ], [ -111.77253721244369, 41.37619022307986 ], [ -111.7722967828509, 41.376083746445673 ], [ -111.77204450303169, 41.375986356357089 ], [ -111.77174524570191, 41.375961341140645 ], [ -111.7716013297544, 41.375926276073123 ], [ -111.77143200901925, 41.375765275515931 ], [ -111.77128479517185, 41.375450998262856 ], [ -111.77124700776469, 41.37528911571642 ], [ -111.77118530582783, 41.37512739342565 ], [ -111.7711361998149, 41.375019631963447 ], [ -111.77115915704888, 41.374938410202027 ], [ -111.77108624298357, 41.3748398158097 ], [ -111.77090411831057, 41.374606839862366 ], [ -111.7706626340709, 41.374410291363581 ], [ -111.77045702287545, 41.374213502168026 ], [ -111.7702984977396, 41.373953344574062 ], [ -111.77008082574828, 41.373747627872632 ], [ -111.76992389637449, 41.373622572285747 ], [ -111.76976611811837, 41.373425461769607 ], [ -111.76968146317823, 41.373344960090932 ], [ -111.76949860470522, 41.373048933903476 ], [ -111.76932950892464, 41.372905943743113 ], [ -111.76923300436532, 41.372834528496064 ], [ -111.76897936267977, 41.372620042550444 ], [ -111.76876074493089, 41.372333261651633 ], [ -111.76863799560135, 41.372063855101722 ], [ -111.76843239794999, 41.371867062092022 ], [ -111.76827462848823, 41.371669949395439 ], [ -111.76809220495331, 41.371409948171859 ], [ -111.76791041840802, 41.371203987710402 ], [ -111.7677278917497, 41.370934979018045 ], [ -111.76752230042284, 41.370738184289472 ], [ -111.76718391865708, 41.370434183912501 ], [ -111.76696679722605, 41.370273495255184 ], [ -111.76669010608134, 41.37013121819497 ], [ -111.76652123549137, 41.3700062374186 ], [ -111.76611292024347, 41.369855828092327 ], [ -111.76571709130911, 41.369750372002663 ], [ -111.76520191097512, 41.369663723364404 ], [ -111.76472186273909, 41.369513786058612 ], [ -111.76436211791106, 41.369426100604507 ], [ -111.76393105756433, 41.369374917705358 ], [ -111.76371510629338, 41.369313298217264 ], [ -111.7630324384434, 41.369218743733242 ], [ -111.76254128344388, 41.369140931407138 ], [ -111.76210980585451, 41.369053714210374 ], [ -111.76181058375356, 41.369028672821521 ], [ -111.76153474923747, 41.368958438093784 ], [ -111.76124727403955, 41.368915302383591 ], [ -111.76109173778887, 41.368907323631589 ], [ -111.76091207917871, 41.368881489060591 ], [ -111.76075612334009, 41.368837482396003 ], [ -111.76057656994809, 41.368820654162967 ], [ -111.76039764590088, 41.368857866841296 ], [ -111.76023078275021, 41.368904007121223 ], [ -111.76000466216423, 41.368995576328828 ], [ -111.75971896906854, 41.369105553519688 ], [ -111.75938544975475, 41.36921584561982 ], [ -111.75913541422611, 41.369307570932762 ], [ -111.75892103768065, 41.369381045419274 ], [ -111.75881353524592, 41.369390761910537 ], [ -111.75868222472374, 41.369409642827883 ], [ -111.75852710603705, 41.369437688090336 ], [ -111.75822767425036, 41.369394623652106 ], [ -111.75798792000585, 41.36934215779862 ], [ -111.75765293349437, 41.369326348728727 ], [ -111.75736566801098, 41.369301217057398 ], [ -111.7568395893, 41.369304678255496 ], [ -111.75620694645801, 41.369398912966311 ], [ -111.75587310680521, 41.369482174323402 ], [ -111.75556328327357, 41.369574284586676 ], [ -111.75530107612839, 41.369648066374211 ], [ -111.75502722438242, 41.369748946643043 ], [ -111.75462247543008, 41.369904730069059 ], [ -111.75409805570668, 41.370052288795243 ], [ -111.75366980541357, 41.370244253107451 ], [ -111.75331298018651, 41.370408725600377 ], [ -111.75307488795275, 41.370500359564154 ], [ -111.75278876105027, 41.370574292162111 ], [ -111.75252633908273, 41.370630053917296 ], [ -111.7523706958585, 41.370613056526096 ], [ -111.75214289822783, 41.370560500328722 ], [ -111.75197519496541, 41.370534573669616 ], [ -111.75168699300633, 41.370428365927431 ], [ -111.75142291233742, 41.370340015069324 ], [ -111.75090619177119, 41.370118199076941 ], [ -111.75073807591771, 41.370056243065683 ], [ -111.75043843910984, 41.369995144575661 ], [ -111.75005541792893, 41.369961611512316 ], [ -111.7497919618126, 41.36992729818256 ], [ -111.74940863123702, 41.369866742301134 ], [ -111.74891841639021, 41.369869933725752 ], [ -111.74858332572242, 41.369845091370507 ], [ -111.7480690948482, 41.36983942784309 ], [ -111.74777069909101, 41.369886405051552 ], [ -111.7473887106449, 41.369942931997734 ], [ -111.74718534745107, 41.369935245068042 ], [ -111.74695796832022, 41.369918706110617 ], [ -111.74652599069057, 41.369786395897734 ], [ -111.74632262806351, 41.369778707438186 ], [ -111.7461201916737, 41.36985208065969 ], [ -111.74604948189348, 41.36994261471218 ], [ -111.74596660963948, 41.370015212443001 ], [ -111.74581251249377, 41.370133309555563 ], [ -111.74569366728896, 41.370197132668402 ], [ -111.74547958081419, 41.370297602934976 ], [ -111.74532527651292, 41.370397685614279 ], [ -111.74508922828585, 41.370669441031161 ], [ -111.74492378786486, 41.370841655748563 ], [ -111.74480555689844, 41.370959519319946 ], [ -111.74460403947697, 41.371113951953483 ], [ -111.74439056437342, 41.371268461584449 ], [ -111.74414162855938, 41.371459230369553 ], [ -111.74390403242225, 41.371595879955912 ], [ -111.74370199798345, 41.371705276551047 ], [ -111.74346388726769, 41.37179689076045 ], [ -111.74320175967128, 41.371879652034195 ], [ -111.74295158826314, 41.37196233551839 ], [ -111.74277295255511, 41.372026541617657 ], [ -111.74258276933185, 41.372126852189922 ], [ -111.7423804238049, 41.372209225795494 ], [ -111.74235661239145, 41.372218386967234 ], [ -111.74214241173816, 41.372309844190674 ], [ -111.74191523013914, 41.372311309129714 ], [ -111.74184359090782, 41.372320778547099 ], [ -111.7415932114634, 41.372385445303379 ], [ -111.74135560657359, 41.372522089678426 ], [ -111.7410700704917, 41.372650034690466 ], [ -111.74077257626878, 41.372778055973299 ], [ -111.74059393614839, 41.372842258717185 ], [ -111.74020088579356, 41.37297990102509 ], [ -111.7401053314543, 41.372989523191208 ], [ -111.73979485618656, 41.373027549860545 ], [ -111.73953271889914, 41.373110302838377 ], [ -111.73931810336735, 41.373165727240149 ], [ -111.73918698323816, 41.373202599812814 ], [ -111.73897287678724, 41.373303058086691 ], [ -111.73878288776726, 41.373421376241041 ], [ -111.73861691426745, 41.373548547491588 ], [ -111.73841517042503, 41.373684955599877 ], [ -111.73815465793599, 41.373911815915406 ], [ -111.73801280008885, 41.374056846703887 ], [ -111.7379178545942, 41.374120508487586 ], [ -111.73772755597318, 41.374211804208002 ], [ -111.73752468906741, 41.374249134830741 ], [ -111.73732192363786, 41.374295472001833 ], [ -111.73716678377751, 41.374323488618586 ], [ -111.73704721069528, 41.374324254555574 ], [ -111.73684444468205, 41.374370590889434 ], [ -111.73672548129205, 41.374425397924469 ], [ -111.73652301953993, 41.374498754412031 ], [ -111.73634416730266, 41.374544936801293 ], [ -111.73618922952811, 41.374590965919303 ], [ -111.73608212100592, 41.374636688889353 ], [ -111.73586749745245, 41.374692106906494 ], [ -111.73562906023119, 41.374756684316843 ], [ -111.73544990226731, 41.374775844603583 ], [ -111.73534238714822, 41.374785539260621 ], [ -111.73516322901466, 41.37480469910227 ], [ -111.73494759023058, 41.374770046331705 ], [ -111.73472050105934, 41.374780504046186 ], [ -111.73448125176198, 41.374773023816672 ], [ -111.7341940716413, 41.374756841356074 ], [ -111.73395522747663, 41.374785387672354 ], [ -111.73366936315716, 41.374886293739806 ], [ -111.73344328514388, 41.374986818048086 ], [ -111.73334782796157, 41.375005441542953 ], [ -111.73285757275467, 41.375008564867699 ], [ -111.73187736500333, 41.375041825994565 ], [ -111.73041875683501, 41.375069108851896 ], [ -111.73000034632142, 41.375080771504074 ], [ -111.72976170036047, 41.375127322975267 ], [ -111.72955922844129, 41.375200667283238 ], [ -111.72919015577691, 41.375347127526538 ], [ -111.72850938125553, 41.375423499910518 ], [ -111.72755408330966, 41.375546642082099 ], [ -111.72649356879064, 41.37588662200482 ], [ -111.72612488595064, 41.376069100182036 ], [ -111.72578031667892, 41.376269440201177 ], [ -111.725555722999, 41.376505052993238 ], [ -111.72534398611212, 41.376821652296847 ], [ -111.72518478092857, 41.37756127521115 ], [ -111.72516466688516, 41.377903689016534 ], [ -111.72521740163806, 41.37834472678454 ], [ -111.72542629379984, 41.378847833016998 ], [ -111.72594950948987, 41.37965521298932 ], [ -111.72610707146308, 41.379843377419789 ], [ -111.72655574571023, 41.380399013434264 ], [ -111.72683520272049, 41.380793580743266 ], [ -111.72701959629306, 41.381242793289488 ], [ -111.72715976986539, 41.382016556642512 ], [ -111.72709060655431, 41.383323087822703 ], [ -111.72695803322868, 41.384305747746602 ], [ -111.72671411135627, 41.384955831586886 ], [ -111.72631431152561, 41.385570868704242 ], [ -111.72573541202242, 41.38621405674008 ], [ -111.72523651528329, 41.386523458621653 ], [ -111.72448766134961, 41.386942522878101 ], [ -111.72381335324299, 41.387613324443791 ], [ -111.72349503245186, 41.388029673155522 ], [ -111.72336616962511, 41.388273686861766 ], [ -111.7231454189772, 41.388860564356889 ], [ -111.72308891237233, 41.389158168187173 ], [ -111.72297310361621, 41.389501182277485 ], [ -111.72284383692187, 41.389709167739873 ], [ -111.72257174510115, 41.389981102787111 ], [ -111.72192070899131, 41.390597701651764 ], [ -111.72124344997184, 41.391007287876342 ], [ -111.72041099445714, 41.391444864485081 ], [ -111.72012543371537, 41.391581765020682 ], [ -111.71987535592302, 41.391682412725316 ], [ -111.719636443231, 41.391710929788616 ], [ -111.71913519242287, 41.391813146504191 ], [ -111.71882590463288, 41.391968207169107 ], [ -111.71823263391593, 41.392404273511637 ], [ -111.71731908843901, 41.393085537224877 ], [ -111.71714135937397, 41.393239773117209 ], [ -111.71699970998918, 41.393411798976196 ], [ -111.71668388998523, 41.394062308781116 ], [ -111.71641422686135, 41.394559402271305 ], [ -111.71630815938248, 41.39470418310983 ], [ -111.71615464239689, 41.394885289304291 ], [ -111.71603582187066, 41.394958089024641 ], [ -111.71573718846633, 41.394995977156768 ], [ -111.71524687991484, 41.395008033568921 ], [ -111.71437292645251, 41.394941402647213 ], [ -111.71287817649298, 41.394986703310806 ], [ -111.71241178963434, 41.394998599430188 ], [ -111.71210129094393, 41.395045559122387 ], [ -111.71179216748274, 41.395218614893928 ], [ -111.71156657456207, 41.395373138234739 ], [ -111.71124813798657, 41.395789453434304 ], [ -111.71094165875878, 41.396205693848927 ], [ -111.71071763033098, 41.396504326299556 ], [ -111.71056527074938, 41.396793508204269 ], [ -111.71047320801689, 41.397127355232641 ], [ -111.71046438525258, 41.397415650586055 ], [ -111.71049007412259, 41.39757762744933 ], [ -111.71056390411046, 41.39776632959498 ], [ -111.71066077489712, 41.397873821643088 ], [ -111.7108176508453, 41.397998957978537 ], [ -111.71104639599625, 41.398132657511965 ], [ -111.71176645879444, 41.398344386073767 ], [ -111.71203040433198, 41.398414813205896 ], [ -111.71218679254872, 41.3984949130489 ], [ -111.71228317537347, 41.398557369106598 ], [ -111.71236838339738, 41.398691954466948 ], [ -111.71241721437349, 41.398781727378314 ], [ -111.71241987017191, 41.39902491409196 ], [ -111.71238683688908, 41.399286336814434 ], [ -111.71229350163702, 41.399503095221043 ], [ -111.71215143270314, 41.39963908747778 ], [ -111.71187778075266, 41.399775893737129 ], [ -111.71097337767138, 41.400213846834617 ], [ -111.71067717030797, 41.400476894919024 ], [ -111.71048803191856, 41.400685236005067 ], [ -111.7102405521233, 41.401029049745439 ], [ -111.70997355660454, 41.401778321798382 ], [ -111.70983294815116, 41.402049414948102 ], [ -111.70969175055347, 41.402266466430618 ], [ -111.70945465575826, 41.402466094037926 ], [ -111.70922922828272, 41.402638626676847 ], [ -111.7087535636461, 41.402902775778216 ], [ -111.70805197325095, 41.403294418703368 ], [ -111.70742390942694, 41.403847740616918 ], [ -111.70680750504302, 41.404373964892351 ], [ -111.70665452463868, 41.404609100003427 ], [ -111.70652556667456, 41.404853094910059 ], [ -111.70646955668427, 41.405204731970088 ], [ -111.70646735000906, 41.406105497057681 ], [ -111.70641504601328, 41.406799396790426 ], [ -111.70640874119495, 41.407321871266944 ], [ -111.70648520532048, 41.407753762375592 ], [ -111.70670816183403, 41.408454979029685 ], [ -111.70683092225683, 41.408742465276497 ], [ -111.70689396266741, 41.409039325817339 ], [ -111.70689757519001, 41.409372581484192 ], [ -111.7068290140211, 41.409670250508896 ], [ -111.70653382084625, 41.41003236396979 ], [ -111.70627344332208, 41.410295180353479 ], [ -111.70615604685426, 41.410503073626771 ], [ -111.7060750294624, 41.410755781064893 ], [ -111.70608962683892, 41.410998894181681 ], [ -111.70616472791409, 41.411304688499015 ], [ -111.70637416819834, 41.411861868223525 ], [ -111.70660783368774, 41.412445921244291 ], [ -111.70665998623926, 41.412841931134892 ], [ -111.70670969886626, 41.413012768366748 ], [ -111.70689053314099, 41.413137762515333 ], [ -111.70698605383861, 41.413119160588288 ], [ -111.70704568099406, 41.413100779166179 ], [ -111.70724712346389, 41.412919390977805 ], [ -111.70774620902347, 41.412601059322334 ], [ -111.70798442128252, 41.412500511181321 ], [ -111.70824753986504, 41.412489884275736 ], [ -111.70843916566642, 41.412506719517076 ], [ -111.70864344116804, 41.412586529056483 ], [ -111.70877573488325, 41.412648766681144 ], [ -111.70895764931559, 41.412872833469187 ], [ -111.70904345730483, 41.413061462263087 ], [ -111.70917604625799, 41.413150720109854 ], [ -111.70931991419843, 41.413176855744972 ], [ -111.70952291870587, 41.413139574005186 ], [ -111.70984497952514, 41.413047512410074 ], [ -111.71004827757048, 41.413037250441917 ], [ -111.71026383436286, 41.413053934947015 ], [ -111.71086382579109, 41.413212364487229 ], [ -111.71153698337555, 41.413496443452182 ], [ -111.71171772983554, 41.413612423024723 ], [ -111.71186179644538, 41.413656569249653 ], [ -111.71198163900141, 41.413673842696411 ], [ -111.71211285597967, 41.413637000608098 ], [ -111.71230409247192, 41.413617801803554 ], [ -111.71243599806317, 41.413644007594741 ], [ -111.71254426988079, 41.41369738210912 ], [ -111.71271364479223, 41.413867475541124 ], [ -111.7130288619088, 41.414243837483234 ], [ -111.71339292723417, 41.414709970651721 ], [ -111.71358643377918, 41.414897928126514 ], [ -111.71380337807729, 41.415040702363711 ], [ -111.71410368273324, 41.415146928823638 ], [ -111.71442851028473, 41.415307047212593 ], [ -111.71470597346563, 41.415512496405242 ], [ -111.71509141936126, 41.415744296310137 ], [ -111.71546421109174, 41.415913121120731 ], [ -111.71588496372216, 41.416090653796083 ], [ -111.7162324440668, 41.416133528638262 ], [ -111.7164469237582, 41.416051125768519 ], [ -111.71652998591452, 41.415987556019601 ], [ -111.71669472357169, 41.415734320018288 ], [ -111.716860648367, 41.415589166345903 ], [ -111.71709984782494, 41.415578668210387 ], [ -111.71724382326015, 41.415613800736921 ], [ -111.71740045754792, 41.415711906630172 ], [ -111.71782299907467, 41.416051556000497 ], [ -111.71833168226851, 41.416606845889653 ], [ -111.71856169971366, 41.416848611905372 ], [ -111.71878203769081, 41.417297610293751 ], [ -111.7190892158054, 41.418025297780552 ], [ -111.71937256927268, 41.418762140805555 ], [ -111.71960697300759, 41.419400206806309 ], [ -111.71971695074923, 41.419606691159935 ], [ -111.71988735446855, 41.419866842261243 ], [ -111.72006912835089, 41.420072876995626 ], [ -111.72028660167521, 41.420260672958705 ], [ -111.72076871831821, 41.420572915702465 ], [ -111.72128693656248, 41.42090294504866 ], [ -111.72198504833109, 41.421267873212287 ], [ -111.72214210250637, 41.421401999830188 ], [ -111.72228769034902, 41.42158123565072 ], [ -111.72236078401835, 41.421697874067178 ], [ -111.7223865128298, 41.421859847277211 ], [ -111.72237634349625, 41.422022045881711 ], [ -111.72239010636321, 41.422184094213513 ], [ -111.72246439889, 41.422408814849803 ], [ -111.72282907711842, 41.422919950871652 ], [ -111.72286617456373, 41.423027807603425 ], [ -111.72288053825103, 41.423243896975784 ], [ -111.72282709936601, 41.423820711689032 ], [ -111.72262926237354, 41.42432637353506 ], [ -111.72246502585378, 41.424624651922556 ], [ -111.72225391946444, 41.425013299131457 ], [ -111.72220834843708, 41.425220757283093 ], [ -111.72218651095746, 41.425410051467871 ], [ -111.72217853638678, 41.425770400752192 ], [ -111.72214722686982, 41.426184941367751 ], [ -111.72199694612682, 41.426663280986688 ], [ -111.72185723355194, 41.427015449366763 ], [ -111.7214540443872, 41.427351255161398 ], [ -111.72128650535006, 41.427352305673793 ], [ -111.72117830331965, 41.427307946607328 ], [ -111.72112963773404, 41.427236191834908 ], [ -111.7210559419795, 41.427065511656288 ], [ -111.72084841797275, 41.426697505490523 ], [ -111.72053209897007, 41.426231098071078 ], [ -111.71999928784426, 41.425666962520388 ], [ -111.71949191077519, 41.425237777601652 ], [ -111.71882917309563, 41.424827576179723 ], [ -111.71849251912593, 41.424685559408189 ], [ -111.71812046311037, 41.424588800044013 ], [ -111.7178091337436, 41.424572727952295 ], [ -111.71703229728415, 41.424667647019795 ], [ -111.71611215602917, 41.424790475380604 ], [ -111.71590902032756, 41.424818762065108 ], [ -111.71557425152237, 41.424847867198331 ], [ -111.71538337861782, 41.424903099132507 ], [ -111.7150501901904, 41.425076312647661 ], [ -111.71484754705806, 41.425149631813269 ], [ -111.71472817650573, 41.42517739590901 ], [ -111.71463273924535, 41.425205011218694 ], [ -111.71428550757292, 41.425189152602144 ], [ -111.71399761616269, 41.425127887263635 ], [ -111.71376896681734, 41.425012208772074 ], [ -111.71351451151584, 41.424725547674939 ], [ -111.71312645531796, 41.424259564504972 ], [ -111.71276204209521, 41.423766411047765 ], [ -111.71219469856945, 41.423319550213193 ], [ -111.71196615714727, 41.423212874904031 ], [ -111.71185806661853, 41.423177513812441 ], [ -111.7116307062914, 41.423178920369388 ], [ -111.71153576222173, 41.423251567500387 ], [ -111.7114050171657, 41.423333443421001 ], [ -111.71108408715428, 41.423533592158797 ], [ -111.71071597691197, 41.42379708386958 ], [ -111.71008617075449, 41.424206309674666 ], [ -111.71000309188753, 41.4242698748143 ], [ -111.70984860594162, 41.424369910441058 ], [ -111.70955081477683, 41.424497852230346 ], [ -111.70922938325846, 41.424652961440756 ], [ -111.70874129874342, 41.424890163888165 ], [ -111.70813462013548, 41.425227176617931 ], [ -111.7079920957751, 41.425327136118263 ], [ -111.70784888621593, 41.425364047265369 ], [ -111.70770528527981, 41.425364930703523 ], [ -111.70753726194732, 41.425320926738252 ], [ -111.70740513902747, 41.425276701787965 ], [ -111.70727252757153, 41.425187442263947 ], [ -111.70716316578313, 41.425034987282572 ], [ -111.70706401234091, 41.42472033471298 ], [ -111.70699900095234, 41.424243337478281 ], [ -111.70690976459387, 41.423739466556022 ], [ -111.70677549660073, 41.423497089318246 ], [ -111.70665427013415, 41.42335371417704 ], [ -111.70649685226022, 41.42318353869063 ], [ -111.70620692743402, 41.422933109031582 ], [ -111.70584579251712, 41.422737160470582 ], [ -111.70554458841961, 41.422549850741426 ], [ -111.70529105593158, 41.422344233001226 ], [ -111.70513335175571, 41.422147034893413 ], [ -111.70484148888144, 41.421716463793281 ], [ -111.70461092033729, 41.421420628912223 ], [ -111.70432159455383, 41.421224235681358 ], [ -111.70403265963495, 41.421063869289938 ], [ -111.70340819393475, 41.420860516607831 ], [ -111.70266339352541, 41.420594843072223 ], [ -111.70224225886059, 41.420381234520839 ], [ -111.70178425985586, 41.420077774344747 ], [ -111.70144592245809, 41.419773582824703 ], [ -111.70120418562173, 41.419549869030007 ], [ -111.70050533589135, 41.419103751435436 ], [ -111.70013130631882, 41.418817788283491 ], [ -111.69984200553732, 41.418621383501893 ], [ -111.69949345890547, 41.418479383187773 ], [ -111.69879781838519, 41.418330483015602 ], [ -111.69845014404673, 41.418269541709421 ], [ -111.69813836671213, 41.418208381531038 ], [ -111.69795820984791, 41.418146422106425 ], [ -111.697657531473, 41.418004125804138 ], [ -111.697440323085, 41.417834300250433 ], [ -111.69706573634332, 41.417494285413973 ], [ -111.69678831964514, 41.417288793379008 ], [ -111.69655953558802, 41.4171550662385 ], [ -111.6963554526038, 41.417093249138553 ], [ -111.69616362378713, 41.417058380028372 ], [ -111.69599611028633, 41.417059393508296 ], [ -111.69573325925025, 41.417097013303184 ], [ -111.69506464516458, 41.417236167059649 ], [ -111.69487358460603, 41.417273351159722 ], [ -111.69471851570587, 41.4173193251196 ], [ -111.6945516731912, 41.41738338494708 ], [ -111.69419501559173, 41.417601717488729 ], [ -111.69402874715642, 41.417719818091733 ], [ -111.69381499995622, 41.417874234780541 ], [ -111.69350581571537, 41.418056248881896 ], [ -111.69280301344159, 41.418357730555591 ], [ -111.69252857246315, 41.418431442818658 ], [ -111.69211073580075, 41.418524032136141 ], [ -111.69165633235342, 41.418553787279038 ], [ -111.69096166294931, 41.418494908848579 ], [ -111.69009938214704, 41.418428024207714 ], [ -111.68984810629142, 41.418429531133107 ], [ -111.6896334892318, 41.418502877774813 ], [ -111.68943302810598, 41.418783311674353 ], [ -111.6893040733612, 41.419036294324279 ], [ -111.68911824088929, 41.419568849960662 ], [ -111.68889688870155, 41.420137647932101 ], [ -111.68879205136581, 41.420408500538727 ], [ -111.68866318615031, 41.420670489369925 ], [ -111.68853346366218, 41.420851415711795 ], [ -111.68835530577614, 41.420978586730591 ], [ -111.68812928314293, 41.421106043767182 ], [ -111.68767628499903, 41.421270887242777 ], [ -111.68687607850622, 41.421419787385517 ], [ -111.68668462132096, 41.421420930272554 ], [ -111.68638509007242, 41.421386687675628 ], [ -111.68577387291296, 41.42130025759792 ], [ -111.68549818004348, 41.421256863097902 ], [ -111.68533065537736, 41.421257861132027 ], [ -111.68514042933191, 41.421376091566664 ], [ -111.68514194408181, 41.421520202483777 ], [ -111.68521535026255, 41.421672892743437 ], [ -111.68546891209887, 41.421887562188857 ], [ -111.68571098316956, 41.422147337026296 ], [ -111.68578439140461, 41.422300026890618 ], [ -111.68584611803982, 41.422479808824917 ], [ -111.68584829782341, 41.422686968196651 ], [ -111.68579036159541, 41.422867463437683 ], [ -111.68564903941302, 41.423084485597265 ], [ -111.68522194248195, 41.423438322378239 ], [ -111.68469816261737, 41.42370265807034 ], [ -111.68436442465902, 41.423830748682526 ], [ -111.68411378943964, 41.42389529175469 ], [ -111.68387559279178, 41.424004797806319 ], [ -111.68370910031469, 41.424104869771668 ], [ -111.68355504622798, 41.424249905054744 ], [ -111.68331835821441, 41.424503520856931 ], [ -111.68310541295419, 41.424738980209881 ], [ -111.68301090646375, 41.424856638696795 ], [ -111.68258217997423, 41.425057347940935 ], [ -111.68187755501077, 41.42519663869885 ], [ -111.68114880510112, 41.425318052996154 ], [ -111.68085048182198, 41.425400886269266 ], [ -111.68064761026616, 41.425456131623591 ], [ -111.68037397160924, 41.42561087754595 ], [ -111.67986531591684, 41.426181356424124 ], [ -111.67961823624735, 41.426588153296599 ], [ -111.67945398428873, 41.426904385586177 ], [ -111.67937162298526, 41.427039984305232 ], [ -111.67927691867089, 41.427139625886028 ], [ -111.67918183859787, 41.427203239651632 ], [ -111.67902673481281, 41.427249192646393 ], [ -111.67885938216483, 41.427268195243947 ], [ -111.67833282675504, 41.42727130108733 ], [ -111.67712442318437, 41.427305442110054 ], [ -111.67598754102524, 41.427312127754107 ], [ -111.67468339760373, 41.427346805640617 ], [ -111.67426473222662, 41.42736727508165 ], [ -111.67366683785207, 41.427415815095728 ], [ -111.67305734741575, 41.427500449802487 ], [ -111.67217372359264, 41.427694773133474 ], [ -111.67157638142365, 41.427797343998051 ], [ -111.6708115878035, 41.427909895743198 ], [ -111.66977265376703, 41.428132128578724 ], [ -111.66890079376066, 41.428308343313795 ], [ -111.66786193895264, 41.428539565927593 ], [ -111.66706233391292, 41.428760384706429 ], [ -111.66689515802001, 41.428797383859028 ], [ -111.6667637000758, 41.428816160789445 ], [ -111.66665571631654, 41.428789764102014 ], [ -111.6665113696197, 41.428718540537936 ], [ -111.66635468738822, 41.428611358282318 ], [ -111.66619662451748, 41.428369071459407 ], [ -111.66606212931535, 41.42809061800402 ], [ -111.66577022006932, 41.427632925610311 ], [ -111.66564787945416, 41.427372416274437 ], [ -111.66556144134347, 41.427111699101012 ], [ -111.6654367114371, 41.426617008530421 ], [ -111.66527562279056, 41.426077490565149 ], [ -111.66507808473908, 41.425484138067489 ], [ -111.66490384067477, 41.424827598073684 ], [ -111.66473189672595, 41.424396231858779 ], [ -111.66457265638773, 41.424036851946035 ], [ -111.6644390954723, 41.423848465935215 ], [ -111.66422131060608, 41.42361552856071 ], [ -111.66394406184621, 41.42341896393286 ], [ -111.66332973720739, 41.42302617759929 ], [ -111.66277671711127, 41.42277715479046 ], [ -111.66205498317362, 41.422412002795674 ], [ -111.66159706334257, 41.422099374474932 ], [ -111.66144003956555, 41.421956157324033 ], [ -111.66131891510648, 41.421812733607041 ], [ -111.66125552053907, 41.421461805432898 ], [ -111.66120391003219, 41.421092794473694 ], [ -111.66128319525288, 41.420650971161542 ], [ -111.66125569988311, 41.420299836570024 ], [ -111.66108342697216, 41.419832436379458 ], [ -111.66093581865893, 41.419436954240552 ], [ -111.66072938786144, 41.41914089226934 ], [ -111.66057164303406, 41.418925617940445 ], [ -111.66029369545888, 41.418656988267564 ], [ -111.65983553710105, 41.418317331523355 ], [ -111.65857096285148, 41.417513901351334 ], [ -111.65837796968351, 41.4173618782565 ], [ -111.65802833663926, 41.417102660712757 ], [ -111.65777406531441, 41.416806866892983 ], [ -111.65755478359793, 41.416420797420763 ], [ -111.65744428085499, 41.416142196089815 ], [ -111.65740638722609, 41.415944247377183 ], [ -111.65741626343123, 41.415737018185531 ], [ -111.65743683309859, 41.4154036227159 ], [ -111.6573747374934, 41.415178789722177 ], [ -111.65728871240685, 41.414954093394627 ], [ -111.65705792888565, 41.414613126111504 ], [ -111.65665927723826, 41.414237086499917 ], [ -111.65609176402729, 41.413726895804615 ], [ -111.65556042532391, 41.413243518686976 ], [ -111.65510187731886, 41.412858807308503 ], [ -111.65452332796811, 41.412438746724995 ], [ -111.65383710620613, 41.412019295122654 ], [ -111.65322313053127, 41.411644466823496 ], [ -111.65278844597958, 41.411250603070911 ], [ -111.65253476224254, 41.411008839081759 ], [ -111.65232857678733, 41.4107307751486 ], [ -111.65218230391409, 41.410461378757738 ], [ -111.65203522170482, 41.410110919061175 ], [ -111.65203242981295, 41.409831701713621 ], [ -111.65212291786992, 41.409308752587442 ], [ -111.652213584693, 41.408803817378811 ], [ -111.6523654204384, 41.408433648109543 ], [ -111.65252957868536, 41.40809943883211 ], [ -111.65259946817076, 41.407909884427596 ], [ -111.65258696370719, 41.40785591020353 ], [ -111.6525383880409, 41.407784125508776 ], [ -111.65235821241258, 41.407713087021207 ], [ -111.65197456540729, 41.407634193880213 ], [ -111.65136307084302, 41.407502544421945 ], [ -111.65054783838549, 41.407336013740675 ], [ -111.64945565445545, 41.406990890356447 ], [ -111.64895085642442, 41.406759542934736 ], [ -111.64862623011223, 41.406599237946395 ], [ -111.64834936952325, 41.406429655357854 ], [ -111.6482283029645, 41.406286217053399 ], [ -111.64819124904939, 41.406169327939033 ], [ -111.64818874255164, 41.405917131259969 ], [ -111.64817480989585, 41.405719044113759 ], [ -111.64812606166868, 41.405629243432699 ], [ -111.64802928157125, 41.405521698204815 ], [ -111.64788509623564, 41.405459457485946 ], [ -111.64771725306689, 41.405424372357587 ], [ -111.64749004103039, 41.405434658745378 ], [ -111.64667743392204, 41.405529304112939 ], [ -111.64618818975676, 41.405658158251491 ], [ -111.64587767963079, 41.405713946891431 ], [ -111.6454707494111, 41.40569821540852 ], [ -111.6448841919287, 41.405665474349796 ], [ -111.64451404214539, 41.405739608626625 ], [ -111.64427539898126, 41.405803997879232 ], [ -111.64398970247832, 41.405949717775073 ], [ -111.64388327734306, 41.406076418809803 ], [ -111.64377818543312, 41.406338225222299 ], [ -111.64369897539882, 41.406798052361552 ], [ -111.64355118253148, 41.407582534025252 ], [ -111.64341694959862, 41.408529075036675 ], [ -111.6433421774441, 41.409439253184431 ], [ -111.64332366974861, 41.40998881563101 ], [ -111.64326642600027, 41.410250353865706 ], [ -111.64310283664153, 41.410647599366676 ], [ -111.6426187840015, 41.411307853069815 ], [ -111.64185076665949, 41.412293959901376 ], [ -111.64134311437761, 41.412990369819425 ], [ -111.64088313331642, 41.413668496863387 ], [ -111.64049333943154, 41.41418409598603 ], [ -111.64033930007538, 41.414338081201038 ], [ -111.64008971751976, 41.414510612824586 ], [ -111.63989907440248, 41.414592740942552 ], [ -111.63969593562312, 41.414620893117615 ], [ -111.6395164615156, 41.414621890847215 ], [ -111.63918091335618, 41.414569710366251 ], [ -111.63860624369076, 41.4145368714303 ], [ -111.63827149023304, 41.414565751541794 ], [ -111.63798486062912, 41.41462138639119 ], [ -111.63773438969473, 41.414703842660401 ], [ -111.6369959940583, 41.415059226332346 ], [ -111.6360312200904, 41.415514939610503 ], [ -111.63497123732019, 41.41602521536997 ], [ -111.63403097852733, 41.416543829151301 ], [ -111.63322153680775, 41.416980647682109 ], [ -111.63236518336564, 41.417516801010969 ], [ -111.63175922032022, 41.417961498166221 ], [ -111.63154541062835, 41.418124807253896 ], [ -111.63131928533102, 41.418252153467222 ], [ -111.63109228720475, 41.418289428889388 ], [ -111.63098442214391, 41.418272005480418 ], [ -111.6308523644019, 41.41822769208499 ], [ -111.63071995826868, 41.418147350392658 ], [ -111.63056292431172, 41.417995083414532 ], [ -111.63040580399223, 41.41783380917586 ], [ -111.63022510169782, 41.417708693952541 ], [ -111.63004500942765, 41.41764662770354 ], [ -111.62967364337433, 41.417603623185414 ], [ -111.62905204512938, 41.417670076065683 ], [ -111.62825157010074, 41.417800555098459 ], [ -111.627940986325, 41.417856295729408 ], [ -111.62778543402635, 41.417857144607261 ], [ -111.62755739471226, 41.417786328561121 ], [ -111.62706464126283, 41.417563827362379 ], [ -111.62694489954687, 41.417555472405482 ], [ -111.6268014866432, 41.417574268832112 ], [ -111.62661055788244, 41.417629353936647 ], [ -111.62612213406456, 41.417857200881336 ], [ -111.62578865449836, 41.418021150482488 ], [ -111.62526475987255, 41.418294224280217 ], [ -111.6249916224003, 41.418511888700145 ], [ -111.62492120974716, 41.418656391405243 ], [ -111.62475524349135, 41.418819428006152 ], [ -111.62415937084687, 41.419074872554489 ], [ -111.62363365139031, 41.419158791014866 ], [ -111.62325108990122, 41.419196894089552 ], [ -111.62307211916058, 41.419251908539557 ], [ -111.62297725329098, 41.419342497389202 ], [ -111.62291923149773, 41.419531969328872 ], [ -111.62286241423483, 41.419847539892423 ], [ -111.62271141722481, 41.420325755413032 ], [ -111.62259278927185, 41.420434487564883 ], [ -111.62240219252153, 41.420525593927238 ], [ -111.62179295421232, 41.420636978300472 ], [ -111.62156671508707, 41.420755298436291 ], [ -111.6212935549473, 41.420972954141696 ], [ -111.62078329944488, 41.421426084022229 ], [ -111.62045038824958, 41.421653067604524 ], [ -111.62025961350322, 41.421726156347347 ], [ -111.62009225682255, 41.421745073496773 ], [ -111.61961429002679, 41.421819708698258 ], [ -111.61945932720705, 41.421883595730307 ], [ -111.61925666989406, 41.421965754297908 ], [ -111.6190662350496, 41.422074869272322 ], [ -111.61867382449863, 41.422338197881857 ], [ -111.61856646875536, 41.422374805166875 ], [ -111.61839902443727, 41.422384712815692 ], [ -111.6180517421972, 41.42235955641226 ], [ -111.61738136722406, 41.422336133186349 ], [ -111.61681869032604, 41.422312128703417 ], [ -111.61629233881933, 41.422332964440471 ], [ -111.61593334652066, 41.422334886898106 ], [ -111.61478253206668, 41.422124861871907 ], [ -111.61414695633184, 41.421984136187959 ], [ -111.61342744949305, 41.421825839495682 ], [ -111.61300854346824, 41.421819064742557 ], [ -111.61257775583655, 41.42182135923894 ], [ -111.61237382061583, 41.421768399821005 ], [ -111.61225288844599, 41.421633930753138 ], [ -111.61215275960019, 41.421166072896369 ], [ -111.61219647942615, 41.420724472114664 ], [ -111.61214709242492, 41.420562599647162 ], [ -111.61202540189188, 41.420347066714903 ], [ -111.61150452450931, 41.419674272762308 ], [ -111.61133531208719, 41.419495021694736 ], [ -111.61114259106932, 41.419360932828745 ], [ -111.61087832894852, 41.419254246059715 ], [ -111.6099910012795, 41.419060788609762 ], [ -111.60897222339638, 41.418886035177032 ], [ -111.60854187522436, 41.418933349792361 ], [ -111.60824323438118, 41.418988974098134 ], [ -111.60753884621748, 41.419163838635335 ], [ -111.60718129697031, 41.419318853925802 ], [ -111.60695428076001, 41.41935608183509 ], [ -111.60659547185483, 41.419375989195927 ], [ -111.605721124992, 41.419290520567394 ], [ -111.60531487068758, 41.419355711299318 ], [ -111.60493263093782, 41.419429781850702 ], [ -111.60429868857666, 41.419460135862252 ], [ -111.60406020502279, 41.419551463396878 ], [ -111.60378598981708, 41.419660992994018 ], [ -111.60295203911896, 41.420061697240428 ], [ -111.60266652001991, 41.420243343537329 ], [ -111.60246376301717, 41.420316465576072 ], [ -111.60223707338844, 41.420389712534863 ], [ -111.60184269155317, 41.420445821345346 ], [ -111.60100763917303, 41.420729419531447 ], [ -111.60038730743665, 41.420939831223514 ], [ -111.59987450194411, 41.421131663949147 ], [ -111.59950512287222, 41.421304732084259 ], [ -111.59918228227801, 41.421333436424177 ], [ -111.59884730962281, 41.42134418797599 ], [ -111.59852422041142, 41.421345869217099 ], [ -111.5983443130006, 41.421301767419564 ], [ -111.59818809036446, 41.421230519650344 ], [ -111.59805555262271, 41.421132126004139 ], [ -111.59780186631671, 41.420872226454811 ], [ -111.59764556271936, 41.420791970845187 ], [ -111.59742951128818, 41.420721032806966 ], [ -111.59703339071055, 41.420587976309704 ], [ -111.59595281549586, 41.420197247850432 ], [ -111.59559227000608, 41.420027972017358 ], [ -111.59522033607759, 41.419921806594829 ], [ -111.59430944084885, 41.419764380157126 ], [ -111.5936873735627, 41.419785606844215 ], [ -111.59293310637835, 41.419744458915893 ], [ -111.59222686766503, 41.419721073864615 ], [ -111.59197517304388, 41.419677331580928 ], [ -111.59173495416033, 41.419579484606288 ], [ -111.59117018530941, 41.419321169849567 ], [ -111.59036585888329, 41.419037059224465 ], [ -111.58978986769182, 41.418859862928372 ], [ -111.58880622888852, 41.418594675464298 ], [ -111.58824318681559, 41.418525495394391 ], [ -111.58782438476656, 41.418527635887841 ], [ -111.58738205690206, 41.418574932577208 ], [ -111.58704677163175, 41.418549621262727 ], [ -111.58669927765091, 41.418497348660921 ], [ -111.58581259646346, 41.418366753936532 ], [ -111.58489050643865, 41.418290377521117 ], [ -111.5843279553297, 41.418275220919746 ], [ -111.58402937679617, 41.418339789608012 ], [ -111.5837911104169, 41.418458096645708 ], [ -111.58356521210446, 41.418621378071407 ], [ -111.58332807219846, 41.418865783750725 ], [ -111.58318617417582, 41.419055661070992 ], [ -111.58303214830171, 41.419227584626036 ], [ -111.58295007837383, 41.419417158449157 ], [ -111.58266700150254, 41.419877975996336 ], [ -111.5823592642209, 41.420257849957764 ], [ -111.58212163127465, 41.42044821047034 ], [ -111.58189700836769, 41.420755602447855 ], [ -111.58131773335579, 41.421551192494931 ], [ -111.5807721769141, 41.422103406349578 ], [ -111.58021424381948, 41.422610642408728 ], [ -111.579846886783, 41.423017832714613 ], [ -111.57959879160198, 41.423379383491358 ], [ -111.57940932639461, 41.423605525722664 ], [ -111.57893705773608, 41.424328504402922 ], [ -111.57818036748233, 41.425368173757526 ], [ -111.57770631610254, 41.425892990885167 ], [ -111.57713771559679, 41.426553393041992 ], [ -111.57646211412505, 41.427295396115959 ], [ -111.57604842982025, 41.427882956356562 ], [ -111.57572976293343, 41.428388972025722 ], [ -111.57558790180447, 41.428587847048533 ], [ -111.57544580120852, 41.42875970056236 ], [ -111.57526716064743, 41.42885967654238 ], [ -111.57501631585932, 41.428914975605053 ], [ -111.57468082287934, 41.428871614386722 ], [ -111.57426084213702, 41.428747606359416 ], [ -111.5738880990483, 41.428551301095716 ], [ -111.57362290810468, 41.428336443396915 ], [ -111.57320008075969, 41.427888175299223 ], [ -111.57294614959332, 41.427592192309895 ], [ -111.57275197865972, 41.427286903738576 ], [ -111.57248481859509, 41.426846865355586 ], [ -111.5723397076831, 41.426676444600353 ], [ -111.57215909109307, 41.426551237801796 ], [ -111.57177305629612, 41.426201863957566 ], [ -111.57163920486187, 41.425950318712552 ], [ -111.57158967729784, 41.425761406991612 ], [ -111.57161116266978, 41.425482067299114 ], [ -111.57163367485326, 41.42531982018216 ], [ -111.57154816775817, 41.42512207966832 ], [ -111.5714636878548, 41.42504143168189 ], [ -111.57121119667119, 41.424907572820722 ], [ -111.57034768235374, 41.424695676459713 ], [ -111.56949614049149, 41.424483714338429 ], [ -111.56918500093416, 41.424485254053174 ], [ -111.56768866663232, 41.424438602002439 ], [ -111.56676698017353, 41.424416123609056 ], [ -111.56619178654529, 41.424328880549375 ], [ -111.56589167600318, 41.424222266867396 ], [ -111.56568691033519, 41.4240701460511 ], [ -111.56533596579172, 41.423621495141489 ], [ -111.56509491267671, 41.423424513959326 ], [ -111.56481835122248, 41.42327274418686 ], [ -111.5643385916856, 41.423148993193884 ], [ -111.56399132439492, 41.423123673499319 ], [ -111.56353666888627, 41.42313490888948 ], [ -111.5627720462097, 41.423282771905356 ], [ -111.5619941330384, 41.423277566924718 ], [ -111.56139587559031, 41.423289495225582 ], [ -111.56096530681423, 41.423318617960774 ], [ -111.56006819049388, 41.423368026228275 ], [ -111.55968610619752, 41.423468968305151 ], [ -111.55953123447361, 41.423550789284256 ], [ -111.55932911363001, 41.423704899928659 ], [ -111.558866888419, 41.424229582279857 ], [ -111.55848641795072, 41.424519670423386 ], [ -111.55794975638602, 41.424738454725649 ], [ -111.55754334147798, 41.424794470077472 ], [ -111.55699309095023, 41.424824157881048 ], [ -111.55668164137421, 41.42478963520842 ], [ -111.55664566348354, 41.424780801766779 ], [ -111.55620196257951, 41.4246748574378 ], [ -111.5552053281461, 41.42428334042522 ], [ -111.55437647104073, 41.423918028976566 ], [ -111.55423225632286, 41.42384666362716 ], [ -111.55413567941827, 41.423748046098261 ], [ -111.55407492659108, 41.423640248445032 ], [ -111.55404953830651, 41.423469227810031 ], [ -111.55404762422073, 41.423244048993496 ], [ -111.55393724466934, 41.422929317229041 ], [ -111.55375047544118, 41.422074501654897 ], [ -111.55364885264994, 41.421381411380878 ], [ -111.55349974953538, 41.420733586989904 ], [ -111.5532534679528, 41.419915086664538 ], [ -111.55280224390603, 41.418917420002415 ], [ -111.55261825027731, 41.418386859691438 ], [ -111.55256817297835, 41.418125881851154 ], [ -111.55256534824325, 41.417792616805571 ], [ -111.5526555763404, 41.417143641216299 ], [ -111.55259078595897, 41.416558462850084 ], [ -111.55238225963019, 41.415955959493104 ], [ -111.55206391433312, 41.415101771720138 ], [ -111.55177110833016, 41.414436618705153 ], [ -111.55135820160741, 41.413717995236624 ], [ -111.55099552293487, 41.413278363330029 ], [ -111.55052501381361, 41.412821231165069 ], [ -111.55008011243416, 41.412562140463592 ], [ -111.54979113554482, 41.412347340750138 ], [ -111.54952578628414, 41.412096397294846 ], [ -111.5490312151631, 41.411621358740796 ], [ -111.54871763465371, 41.411325605817566 ], [ -111.54845252097049, 41.411101681332191 ], [ -111.54808018327464, 41.410932312292964 ], [ -111.54720337615746, 41.410531146262592 ], [ -111.54668679300991, 41.410281390729736 ], [ -111.54642274717702, 41.410183562045333 ], [ -111.54602686845307, 41.410059335834539 ], [ -111.5453427185262, 41.409801361787252 ], [ -111.54511434347762, 41.409676338377842 ], [ -111.54493344982606, 41.409506051917774 ], [ -111.5448120769998, 41.409299453164621 ], [ -111.54466482073491, 41.408858780621472 ], [ -111.54457708566919, 41.408381795966214 ], [ -111.54439266316488, 41.407788170598621 ], [ -111.54416129079107, 41.407302857504718 ], [ -111.5440648289435, 41.407213238189065 ], [ -111.54393202531104, 41.40706974530768 ], [ -111.54377446869016, 41.406827286216242 ], [ -111.54371337354549, 41.406674446602096 ], [ -111.5437120219085, 41.406512317099441 ], [ -111.54377011294228, 41.40630486893258 ], [ -111.54378019908064, 41.406079632513944 ], [ -111.54374280646687, 41.40589965822091 ], [ -111.5435966163444, 41.405585084708548 ], [ -111.5435000827751, 41.40548645767587 ], [ -111.54333191884238, 41.405406183935732 ], [ -111.54310363809063, 41.405290163519958 ], [ -111.54292381163926, 41.405245974434656 ], [ -111.54238448353831, 41.405131419879254 ], [ -111.54178556482178, 41.405044166058424 ], [ -111.5415225197038, 41.405063419468057 ], [ -111.54115270060166, 41.405191265133809 ], [ -111.5409505177051, 41.40533633669974 ], [ -111.54071319021691, 41.40557164858874 ], [ -111.54041820772338, 41.406068449773642 ], [ -111.54025295588816, 41.406339452339921 ], [ -111.54019477901316, 41.406537891597878 ], [ -111.54022101922882, 41.406817002447958 ], [ -111.54030663081993, 41.407041789195119 ], [ -111.54060975675814, 41.407526772988014 ], [ -111.54069753629929, 41.40801276811932 ], [ -111.54064070342017, 41.408373337082352 ], [ -111.54046407989919, 41.408716453658208 ], [ -111.54031048727435, 41.408951371238906 ], [ -111.54010836552021, 41.409105448508186 ], [ -111.53988231446807, 41.409259637704594 ], [ -111.53913311401305, 41.40981261099914 ], [ -111.53824032831874, 41.410366251162564 ], [ -111.53779994913486, 41.41064754429739 ], [ -111.53730011481586, 41.410974151119355 ], [ -111.53706178937701, 41.41109236188634 ], [ -111.53675152757444, 41.411192892683289 ], [ -111.53612989023584, 41.411258843802969 ], [ -111.53568698003826, 41.411233884142327 ], [ -111.53536371554277, 41.411208366123574 ], [ -111.53463387866671, 41.411211759759162 ], [ -111.53417959505535, 41.411258907494286 ], [ -111.53386962291313, 41.411395459354083 ], [ -111.53358394719315, 41.411576935421692 ], [ -111.53333460583592, 41.411812287617579 ], [ -111.53325210548471, 41.411965798243898 ], [ -111.53320586714732, 41.412164178478413 ], [ -111.53318385264994, 41.412398476604295 ], [ -111.53300879892409, 41.412939740207165 ], [ -111.53290295554716, 41.413165419022853 ], [ -111.5326662328951, 41.413481779138124 ], [ -111.53240543082319, 41.413780235098187 ], [ -111.53231110786277, 41.413951814790984 ], [ -111.53202769504163, 41.41441251019522 ], [ -111.53178956782116, 41.414557731701514 ], [ -111.531634461406, 41.414612493738524 ], [ -111.53143120034511, 41.414631447841749 ], [ -111.53071299659776, 41.414598732763551 ], [ -111.52998392659298, 41.414701176347073 ], [ -111.52955332606918, 41.414721174110518 ], [ -111.5291463632603, 41.414705031395862 ], [ -111.52832040002887, 41.414663789383013 ], [ -111.5276146726827, 41.414694050449988 ], [ -111.52708929641761, 41.414831571587463 ], [ -111.52683875463222, 41.414922794487957 ], [ -111.526016278014, 41.415313881866687 ], [ -111.52532526555038, 41.415686348102689 ], [ -111.52478863597806, 41.415913985493042 ], [ -111.52450233538404, 41.416023381472478 ], [ -111.52426324381406, 41.416051493789482 ], [ -111.52394017670277, 41.416052965435647 ], [ -111.52321021196842, 41.416047279716416 ], [ -111.52222868427094, 41.416006701318011 ], [ -111.52177392529829, 41.415999757009736 ], [ -111.52148689873823, 41.416019073394793 ], [ -111.52140328467267, 41.416037467423344 ], [ -111.52133228423091, 41.416136872086568 ], [ -111.52120440842596, 41.416605843437608 ], [ -111.52109108822408, 41.41739902002228 ], [ -111.52090553845598, 41.418138478217863 ], [ -111.52065864399546, 41.418689055419165 ], [ -111.52016053041706, 41.419249775623335 ], [ -111.51976838000139, 41.419593834170009 ], [ -111.51929289276791, 41.419992312735495 ], [ -111.5185920472605, 41.420644016229723 ], [ -111.51801070883215, 41.42127716233108 ], [ -111.5175471650991, 41.421675579820374 ], [ -111.51736838260366, 41.421766459218624 ], [ -111.51716530923905, 41.42181240987658 ], [ -111.51623192065543, 41.421816601721481 ], [ -111.51532210888199, 41.421775642739888 ], [ -111.51458032705364, 41.42179697787455 ], [ -111.51426941068276, 41.421825390647371 ], [ -111.5140424728547, 41.42188044999557 ], [ -111.51378013196319, 41.421998719715546 ], [ -111.51347042045985, 41.422180252973575 ], [ -111.51286338415069, 41.42259730694407 ], [ -111.51252937970838, 41.422733908294454 ], [ -111.51235044564983, 41.422806765506166 ], [ -111.51207577739348, 41.422880048576062 ], [ -111.51178892960684, 41.422926362579879 ], [ -111.51119136992682, 41.423028102006427 ], [ -111.51083314380976, 41.423128775928653 ], [ -111.51090402663374, 41.423011363297071 ], [ -111.51099778346433, 41.422758736075586 ], [ -111.51101973962996, 41.422506427703269 ], [ -111.51094405643015, 41.422011349628676 ], [ -111.51089386047501, 41.42171432399163 ], [ -111.51085570203914, 41.421426252400821 ], [ -111.51076869024344, 41.421012292213497 ], [ -111.51073152079965, 41.420850321622069 ], [ -111.51064620400803, 41.420652534585187 ], [ -111.51050098578951, 41.420446005747856 ], [ -111.51035626212277, 41.420302527264688 ], [ -111.51015184893049, 41.420177328346377 ], [ -111.50941803737872, 41.419685165348419 ], [ -111.50861384606992, 41.419373459483218 ], [ -111.50806165104933, 41.419150710827672 ], [ -111.50758118569723, 41.418918635544628 ], [ -111.5070402634292, 41.41860575685363 ], [ -111.50684789785544, 41.418489506456538 ], [ -111.50648633077274, 41.418157819798452 ], [ -111.50637730865962, 41.417987156450387 ], [ -111.50636345388405, 41.417744013882192 ], [ -111.50645722097761, 41.417491390072811 ], [ -111.50666903432058, 41.417031072978155 ], [ -111.50677238436261, 41.416472150303122 ], [ -111.50684109670649, 41.416075515822477 ], [ -111.50706514844063, 41.415651174150192 ], [ -111.50726645796568, 41.415380060507445 ], [ -111.50752808316088, 41.415171733254986 ], [ -111.50788514826529, 41.414926953973321 ], [ -111.50805167946838, 41.414800113137751 ], [ -111.50814669946662, 41.414709618085929 ], [ -111.50822954335504, 41.414592154109698 ], [ -111.5082525610019, 41.414474954366398 ], [ -111.5082396128545, 41.414348905950725 ], [ -111.50820294509116, 41.414249984935083 ], [ -111.50791339590521, 41.413945007005324 ], [ -111.50780514887229, 41.41387342445239 ], [ -111.50762497142759, 41.413784144084474 ], [ -111.5075289704734, 41.413748537418712 ], [ -111.50708577298998, 41.413687438756078 ], [ -111.50659478615748, 41.413635556357008 ], [ -111.5056964302043, 41.41351340269037 ], [ -111.50491793676272, 41.413417738692971 ], [ -111.50443996384669, 41.413500903168547 ], [ -111.50430848798638, 41.413519494612984 ], [ -111.50418897707424, 41.413538033476172 ], [ -111.50383002632259, 41.413539605876359 ], [ -111.50347038004024, 41.413451104739913 ], [ -111.50311003972412, 41.41327253004772 ], [ -111.50277279783374, 41.412985762723665 ], [ -111.5023642554372, 41.412762358561437 ], [ -111.50212412537071, 41.412655316204308 ], [ -111.50175189759524, 41.412485796649335 ], [ -111.50152352652562, 41.412351679106131 ], [ -111.50137890990608, 41.412217196162672 ], [ -111.50094561721131, 41.411885804184784 ], [ -111.50074138681103, 41.411778602609836 ], [ -111.50057146080816, 41.411464077789482 ], [ -111.50054594126094, 41.411257015165617 ], [ -111.50051890088172, 41.410851793033061 ], [ -111.50039552308778, 41.410365921921951 ], [ -111.5001864621894, 41.409628211684776 ], [ -111.49989372588699, 41.408899872095148 ], [ -111.49963971768435, 41.408540673234889 ], [ -111.49939871096853, 41.408316530681255 ], [ -111.49900238021853, 41.408120084010925 ], [ -111.49798309821774, 41.40781824315421 ], [ -111.49733608125446, 41.407694935878062 ], [ -111.4969044176845, 41.407570695116931 ], [ -111.49638839128224, 41.407365748709068 ], [ -111.49557114960299, 41.406882863446626 ], [ -111.49487383070702, 41.406435486831477 ], [ -111.49457323454548, 41.406238613013457 ], [ -111.49399597492472, 41.405844760244989 ], [ -111.49367159329404, 41.405666001281574 ], [ -111.49317965538253, 41.405478952148464 ], [ -111.49259235215476, 41.405337347019334 ], [ -111.49177713340123, 41.405115645189028 ], [ -111.4908178841126, 41.40483149912059 ], [ -111.49054245374334, 41.404796643454581 ], [ -111.49023126874397, 41.404779954595199 ], [ -111.48933394284258, 41.404774766705785 ], [ -111.48780302597302, 41.404835312621657 ], [ -111.48648731417968, 41.404876913340104 ], [ -111.48566203604969, 41.404907422417381 ], [ -111.48511178317524, 41.404918751235783 ], [ -111.48476457452365, 41.404884184339664 ], [ -111.48454862977768, 41.404804025872309 ], [ -111.48435641177875, 41.404696744431966 ], [ -111.4841517629677, 41.404526462031519 ], [ -111.48380114949255, 41.404032520794701 ], [ -111.48348449482673, 41.403277216361161 ], [ -111.48301192783666, 41.402468520148872 ], [ -111.48246832816838, 41.401759202985339 ], [ -111.48199911267074, 41.401400866765158 ], [ -111.48165105972295, 41.401249195569797 ], [ -111.48125535660971, 41.401124745332048 ], [ -111.48063209696012, 41.400965214209108 ], [ -111.47888269025043, 41.40058518289333 ], [ -111.47757684407938, 41.400329390753789 ], [ -111.47681064192949, 41.400251500232415 ], [ -111.47633207068021, 41.400244474818393 ], [ -111.47584074844636, 41.400129409287572 ], [ -111.47561253934906, 41.400004246809083 ], [ -111.47543185317974, 41.399833849662976 ], [ -111.47538242760665, 41.399617872139252 ], [ -111.47541693667588, 41.399428570535783 ], [ -111.47552079099005, 41.398905702143622 ], [ -111.47572093318203, 41.398463503728721 ], [ -111.47614690875328, 41.397822203987175 ], [ -111.47659620794134, 41.397099737818564 ], [ -111.47684392197853, 41.396621309968708 ], [ -111.47715131007432, 41.39612461895473 ], [ -111.47725751743054, 41.395926011775401 ], [ -111.47737575185516, 41.3957363621737 ], [ -111.47755175068893, 41.395267237783351 ], [ -111.47768062586934, 41.394897392100738 ], [ -111.47773812580569, 41.394581888093953 ], [ -111.4777241857214, 41.39431171856608 ], [ -111.47767462504133, 41.394077727224087 ], [ -111.47755118639429, 41.393555799881845 ], [ -111.47752561558244, 41.3933307164599 ], [ -111.47756011527404, 41.393141414057972 ], [ -111.47765402563581, 41.392897819540117 ], [ -111.47785387143915, 41.392419587891986 ], [ -111.47818291031327, 41.391616546015797 ], [ -111.4783452148226, 41.390913279786176 ], [ -111.47841334836593, 41.39041757930385 ], [ -111.47832500096256, 41.389787415510646 ], [ -111.47822601485494, 41.389337447557189 ], [ -111.47813839674809, 41.388806363946365 ], [ -111.47809875383599, 41.388293096076275 ], [ -111.47816569879707, 41.387635263824883 ], [ -111.47818486766434, 41.386986637601645 ], [ -111.47819372601975, 41.386563243963884 ], [ -111.47820416820555, 41.386356025941012 ], [ -111.4782000764493, 41.385797572171825 ], [ -111.47813750510417, 41.385419513241608 ], [ -111.478075594267, 41.385131527454455 ], [ -111.4779415953418, 41.384798803080663 ], [ -111.47769963051145, 41.384421488805799 ], [ -111.47742290952792, 41.384197447337463 ], [ -111.47715880856983, 41.38406342882773 ], [ -111.47681099118194, 41.383929756626436 ], [ -111.4764875547322, 41.383859035593346 ], [ -111.47592518928036, 41.383825332475332 ], [ -111.47484849509173, 41.383784742566831 ], [ -111.47428613105143, 41.383751031430094 ], [ -111.47378297719445, 41.383636005394983 ], [ -111.47349522813283, 41.38353810620692 ], [ -111.47301501728808, 41.383287868424375 ], [ -111.4724747518779, 41.383001844821607 ], [ -111.47202964554245, 41.382643367559687 ], [ -111.47168015382799, 41.382275489063595 ], [ -111.47117506534006, 41.381890231487752 ], [ -111.47086308445581, 41.381747386885529 ], [ -111.47067121679714, 41.381676111016432 ], [ -111.47026375896695, 41.381560678067387 ], [ -111.46985669156932, 41.381499287687461 ], [ -111.46910216079456, 41.381349236831895 ], [ -111.46799984917158, 41.381065481930122 ], [ -111.46744901942361, 41.380968637199778 ], [ -111.46719813579881, 41.381005686477501 ], [ -111.46683968410618, 41.381052179255057 ], [ -111.46619389079868, 41.38105479736619 ], [ -111.46587060841568, 41.381002061006001 ], [ -111.46558294692879, 41.380913149207458 ], [ -111.4653190759982, 41.380806125281403 ], [ -111.46503115945053, 41.380681182715094 ], [ -111.46396289700822, 41.380136030937486 ], [ -111.46307473829155, 41.379689228206423 ], [ -111.46269071309672, 41.379501613224214 ], [ -111.46245032360017, 41.379331435020617 ], [ -111.46223334273434, 41.379089101429095 ], [ -111.46199212729258, 41.378801826678874 ], [ -111.46177464020113, 41.378487433367489 ], [ -111.46166580189978, 41.37831672551853 ], [ -111.4616173304322, 41.378226843890438 ], [ -111.46163959167541, 41.37799255677249 ], [ -111.46167444827233, 41.377848295197118 ], [ -111.46198224752129, 41.377405687066144 ], [ -111.46209858081514, 41.376945831879127 ], [ -111.46213337210116, 41.376792562792438 ], [ -111.46213209695314, 41.376612415705317 ], [ -111.46210696897737, 41.37644137201157 ], [ -111.46187644781021, 41.375973901700704 ], [ -111.46162175897864, 41.375470497387035 ], [ -111.46140269358116, 41.374930919179633 ], [ -111.46122160529532, 41.374688439555214 ], [ -111.46104102717449, 41.374518018502464 ], [ -111.46095662204905, 41.374419272877375 ], [ -111.46079989759612, 41.374239748269922 ], [ -111.46058363883682, 41.374096492197957 ], [ -111.46039167778264, 41.374007184198071 ], [ -111.46022369641753, 41.373926787591849 ], [ -111.45982788243255, 41.373757225195426 ], [ -111.45955209205309, 41.373650235494473 ], [ -111.45928845041892, 41.373570219489928 ], [ -111.4590969993221, 41.373552968209815 ], [ -111.45895350603166, 41.373553540585334 ], [ -111.45857079397793, 41.373546058681526 ], [ -111.45796107383438, 41.373566501982083 ], [ -111.45745859469351, 41.373532470095917 ], [ -111.45717135586928, 41.373497581119153 ], [ -111.45693175929223, 41.37343547941402 ], [ -111.45663218546731, 41.373346592368627 ], [ -111.45636829676215, 41.373230540177317 ], [ -111.45606841006948, 41.373096614814948 ], [ -111.4558766467334, 41.373034321324823 ], [ -111.45560124289484, 41.372981366302881 ], [ -111.45530192416548, 41.37292850524252 ], [ -111.45479945121853, 41.372894461709087 ], [ -111.45424971210792, 41.372941671125162 ], [ -111.45332947169831, 41.373017360902246 ], [ -111.45232589956223, 41.373147416604063 ], [ -111.45160887293416, 41.373213286066992 ], [ -111.45134598977826, 41.37324134028075 ], [ -111.45113075063652, 41.373242184274538 ], [ -111.45077195653074, 41.373234582662221 ], [ -111.45035281473302, 41.373146147557257 ], [ -111.45008937248858, 41.373093132527721 ], [ -111.44967060468342, 41.373058739179591 ], [ -111.44932383139597, 41.373060093695806 ], [ -111.44906057615164, 41.373034098433401 ], [ -111.44848673046184, 41.373054351535409 ], [ -111.44816350161013, 41.373001565083108 ], [ -111.44793574935679, 41.372921383264448 ], [ -111.44781574016906, 41.372858797005343 ], [ -111.44763551069695, 41.372733391553133 ], [ -111.44750298893716, 41.372589785064818 ], [ -111.44732183523629, 41.372329268415605 ], [ -111.44720108747168, 41.372158592940494 ], [ -111.4469846186244, 41.37197928155274 ], [ -111.44672075241698, 41.371863207096077 ], [ -111.44637318489382, 41.371747456729295 ], [ -111.44596558531207, 41.371595907485705 ], [ -111.44582135811021, 41.371488374872285 ], [ -111.44572502245914, 41.371389664210994 ], [ -111.44567639367715, 41.371272753473662 ], [ -111.44569957069263, 41.371164572251793 ], [ -111.44575818924669, 41.370993200391744 ], [ -111.44594649240547, 41.370551097349789 ], [ -111.44619340952519, 41.369937621875813 ], [ -111.44634614341379, 41.369540694133285 ], [ -111.4465338841824, 41.369017523586002 ], [ -111.44674584379813, 41.368539296799902 ], [ -111.44686270071682, 41.368142507554253 ], [ -111.44688476527148, 41.367872193081297 ], [ -111.44685961914166, 41.367692138192304 ], [ -111.44681111439233, 41.36759324263128 ], [ -111.44669074646593, 41.367476610758175 ], [ -111.44648637445107, 41.36731526656812 ], [ -111.44599412182043, 41.367019923635397 ], [ -111.44584996623425, 41.366921398311817 ], [ -111.44565829214335, 41.366868094977136 ], [ -111.44538286099751, 41.366806107880684 ], [ -111.44510755314346, 41.36676213490415 ], [ -111.44432939661634, 41.366621019968569 ], [ -111.44379092433954, 41.366560044367958 ], [ -111.44340794880787, 41.366507474846514 ], [ -111.44314460000486, 41.366463451089338 ], [ -111.44294091184926, 41.366401181853064 ], [ -111.44279706754713, 41.366347689638005 ], [ -111.44254549316437, 41.366276596312765 ], [ -111.44236596310239, 41.36625026367183 ], [ -111.44223432001208, 41.366232754369044 ], [ -111.44175600060744, 41.366225583843892 ], [ -111.44090690939198, 41.366201817202544 ], [ -111.44024924344744, 41.366195327403126 ], [ -111.43969900379881, 41.366161400550013 ], [ -111.43936440489998, 41.366189701388556 ], [ -111.43905402138643, 41.366262947022612 ], [ -111.43879164465962, 41.366363031674474 ], [ -111.43846972646094, 41.366499373123119 ], [ -111.43811199770941, 41.366644857636139 ], [ -111.43786133300245, 41.366708865055863 ], [ -111.43767008846986, 41.366718600180597 ], [ -111.43740686321792, 41.366692578080837 ], [ -111.43720317972824, 41.366630298667893 ], [ -111.43708319234244, 41.36656770104009 ], [ -111.43698699769223, 41.366486997681498 ], [ -111.43692661252709, 41.366397150658088 ], [ -111.43690203672537, 41.366298160026396 ], [ -111.43689950605923, 41.365919849134784 ], [ -111.43683725396755, 41.365550772563111 ], [ -111.43672796045271, 41.365298973683416 ], [ -111.43654680986114, 41.365029432026574 ], [ -111.43624567763287, 41.364697291522432 ], [ -111.43593229176189, 41.364320158456358 ], [ -111.43548685244838, 41.363862455583238 ], [ -111.4350410594399, 41.36335070646679 ], [ -111.43476325489159, 41.362928397420795 ], [ -111.43449812872598, 41.362614131444346 ], [ -111.43432954952473, 41.362434615060081 ], [ -111.43422128887063, 41.36233593958405 ], [ -111.4340533096813, 41.362246496895622 ], [ -111.43390948174103, 41.362192993452467 ], [ -111.43368196395421, 41.362139805239487 ], [ -111.43325107986439, 41.362069367092246 ], [ -111.43258114230429, 41.362008833787726 ], [ -111.43212676595644, 41.362001533195738 ], [ -111.43180431921819, 41.362056789335753 ], [ -111.43158959247135, 41.362129655920896 ], [ -111.43151797711312, 41.362147939750656 ], [ -111.43110035875823, 41.362275611840815 ], [ -111.43089711092139, 41.362276373029765 ], [ -111.43065787703922, 41.36225925325531 ], [ -111.43035904256004, 41.36226937879308 ], [ -111.43002487438977, 41.362360704331621 ], [ -111.42975042496425, 41.362442798270465 ], [ -111.42907054252606, 41.362688541351837 ], [ -111.42833058022003, 41.362889465855474 ], [ -111.42768561185717, 41.362990948599062 ], [ -111.42753083377872, 41.36309060771292 ], [ -111.42732829044255, 41.363199451628432 ], [ -111.42713776128174, 41.363317258231838 ], [ -111.42684015741848, 41.363516530438169 ], [ -111.42648347735874, 41.36382411245048 ], [ -111.42618545778571, 41.363960331040346 ], [ -111.42587506976464, 41.364033541177641 ], [ -111.42570780198679, 41.364052175324282 ], [ -111.42555254888836, 41.36407977243605 ], [ -111.42501557963573, 41.364243894248318 ], [ -111.42469381846209, 41.364407219556384 ], [ -111.42453920808475, 41.364533896917699 ], [ -111.42431338653206, 41.364741905367261 ], [ -111.42412337381927, 41.364940773767835 ], [ -111.42390886276918, 41.365049655747939 ], [ -111.42384925675516, 41.365076898198602 ], [ -111.42378947536012, 41.365077118360617 ], [ -111.42362179534797, 41.365032697551335 ], [ -111.4235250938512, 41.364870916049526 ], [ -111.42354818859613, 41.364744724163444 ], [ -111.42360674291771, 41.364555348304009 ], [ -111.42369906188759, 41.364041573208674 ], [ -111.42367281269863, 41.363681364389784 ], [ -111.42362358657624, 41.363465362318827 ], [ -111.42345410061228, 41.363141711136798 ], [ -111.42323725977703, 41.362890294956202 ], [ -111.42273173181358, 41.36236970998781 ], [ -111.42244339490574, 41.362154585432549 ], [ -111.42223950675361, 41.362056249647246 ], [ -111.42186800657002, 41.361922497490085 ], [ -111.42149656602079, 41.361797751550469 ], [ -111.42108879538787, 41.361601076222811 ], [ -111.42084852182471, 41.361421802322411 ], [ -111.42072826950994, 41.361314150322116 ], [ -111.42059594602567, 41.361188527028858 ], [ -111.42045079787681, 41.360927835813975 ], [ -111.42037715190041, 41.360630852674021 ], [ -111.42037616651568, 41.360477726357544 ], [ -111.42043455241161, 41.360261329653859 ], [ -111.42065897897119, 41.359837150324239 ], [ -111.42137176668066, 41.359131946504114 ], [ -111.42174051694209, 41.358842351143899 ], [ -111.42199064397565, 41.358697311936787 ], [ -111.42228835735244, 41.358516067001275 ], [ -111.42262152633454, 41.35827163757758 ], [ -111.42285905290157, 41.358027558642952 ], [ -111.42298950805483, 41.357864941609748 ], [ -111.42313197582904, 41.357711287904799 ], [ -111.42348729574226, 41.357196545103704 ], [ -111.42375997848715, 41.356844243132009 ], [ -111.42388990308923, 41.356600558174023 ], [ -111.42400781358985, 41.356347909675932 ], [ -111.42407778771651, 41.356077422399984 ], [ -111.4240757414601, 41.355762162232274 ], [ -111.42406074687956, 41.355293819714852 ], [ -111.42397390923021, 41.354807726545843 ], [ -111.42386398232844, 41.354447825426142 ], [ -111.42376641984724, 41.354150932212292 ], [ -111.42375376457267, 41.354042886989888 ], [ -111.42372839574141, 41.353817789097178 ], [ -111.42377451848429, 41.353556397354978 ], [ -111.42380862832175, 41.353286042168101 ], [ -111.4237467548332, 41.352961994485078 ], [ -111.423685407606, 41.352719013697786 ], [ -111.42352656084989, 41.352188146766963 ], [ -111.42337897021955, 41.351549146289621 ], [ -111.42326876050565, 41.351144207147151 ], [ -111.42331400805777, 41.350747703833868 ], [ -111.42336024710497, 41.350504327006078 ], [ -111.4234189646438, 41.350341973160312 ], [ -111.42353744966145, 41.350179399345741 ], [ -111.42373955034999, 41.350007509917155 ], [ -111.42389418657731, 41.349889840909881 ], [ -111.42412060157409, 41.349780914857739 ], [ -111.42437103971696, 41.349689915097088 ], [ -111.42452608364715, 41.349635297343163 ], [ -111.42462136010575, 41.349580899908048 ], [ -111.42469267100481, 41.349517583173409 ], [ -111.42472771172292, 41.349391346640296 ], [ -111.42469079785971, 41.349229344999777 ], [ -111.42458216409254, 41.349067607950978 ], [ -111.42441376427006, 41.348906091208754 ], [ -111.42405323594342, 41.348610167381523 ], [ -111.42384833630739, 41.34834970000967 ], [ -111.42378804453391, 41.348268853087987 ], [ -111.42373906367715, 41.348088880218242 ], [ -111.42375025760475, 41.347971739408521 ], [ -111.42377352143407, 41.347872569476152 ], [ -111.42383188515181, 41.347656170681923 ], [ -111.4239131613773, 41.347286557201464 ], [ -111.4239832433756, 41.347034084496229 ], [ -111.42401845948847, 41.346934870467116 ], [ -111.4240537923809, 41.346853671321313 ], [ -111.42414836373369, 41.34669118489613 ], [ -111.42425535526232, 41.3466007139127 ], [ -111.42444572418198, 41.346464897051547 ], [ -111.42481427264002, 41.346157276715132 ], [ -111.42521838290243, 41.345804485481587 ], [ -111.42568148960109, 41.345334374975195 ], [ -111.42588257199479, 41.34500935511511 ], [ -111.42601258292231, 41.344783682307352 ], [ -111.42618928713151, 41.344386690786067 ], [ -111.4262336903035, 41.343864081670688 ], [ -111.42614726347813, 41.343441041334032 ], [ -111.42615839363651, 41.343314892769236 ], [ -111.42620538056653, 41.343188611422647 ], [ -111.4263002350517, 41.343071160431919 ], [ -111.42651402373495, 41.342863191983305 ], [ -111.42681141745258, 41.342645905449949 ], [ -111.42708537574276, 41.342500766463516 ], [ -111.42733607632378, 41.342454797543887 ], [ -111.42768221675497, 41.342381450456479 ], [ -111.42800392138876, 41.342227124176112 ], [ -111.42832532939181, 41.342027759748888 ], [ -111.42902807676747, 41.341655827809873 ], [ -111.42927806289023, 41.341501765276213 ], [ -111.42945680966575, 41.341420029405896 ], [ -111.42963579279487, 41.341374323057821 ], [ -111.42977921599757, 41.341373787577723 ], [ -111.42994666154934, 41.341391177523661 ], [ -111.43018623375876, 41.341471351352084 ], [ -111.43046231491076, 41.341650472509805 ], [ -111.43071455289397, 41.341838689899149 ], [ -111.43107442018726, 41.342035511326976 ], [ -111.43140985044663, 41.342151354199977 ], [ -111.43164930825903, 41.34221351005786 ], [ -111.43203213212819, 41.342266119672061 ], [ -111.43245057454745, 41.342282563508292 ], [ -111.43319160440726, 41.342279776765139 ], [ -111.43386116074925, 41.342313285378971 ], [ -111.43414777181428, 41.342276173917888 ], [ -111.43441035865877, 41.342221137086518 ], [ -111.43470820225666, 41.342075889808292 ], [ -111.43496976888927, 41.341867725181061 ], [ -111.43519523805656, 41.341623665775458 ], [ -111.43544382938484, 41.341262418733194 ], [ -111.43562130719552, 41.340991517021266 ], [ -111.43571542109525, 41.340765969004025 ], [ -111.43576136700838, 41.34048655725681 ], [ -111.43577169758144, 41.340243311017957 ], [ -111.43584184650173, 41.340008845932608 ], [ -111.43593643877701, 41.33985535726417 ], [ -111.43606676529767, 41.339683717785633 ], [ -111.43635113903161, 41.339313325425437 ], [ -111.43649257293775, 41.339015535914719 ], [ -111.43657551155762, 41.338907129261074 ], [ -111.43668259347145, 41.338834661639972 ], [ -111.43683742073956, 41.338753005038569 ], [ -111.43708791926426, 41.338679992615702 ], [ -111.43777977514925, 41.338479194286329 ], [ -111.43801807878233, 41.338370195526196 ], [ -111.43808936449642, 41.338306870491373 ], [ -111.43814833652358, 41.338189546243221 ], [ -111.43813596263041, 41.338126539627496 ], [ -111.43805139804623, 41.337991746394167 ], [ -111.43787128391965, 41.337866324322491 ], [ -111.43753550273723, 41.337696455466883 ], [ -111.43731935597935, 41.337544146469803 ], [ -111.43712669104585, 41.337328694150351 ], [ -111.43692225682906, 41.337140309206418 ], [ -111.43674112431788, 41.33686175870784 ], [ -111.43654762131145, 41.336520201090003 ], [ -111.4363776615748, 41.336124507797159 ], [ -111.43632901615773, 41.335998584731762 ], [ -111.43635195620564, 41.335854374913161 ], [ -111.43641050832953, 41.335673999347151 ], [ -111.43652887451151, 41.335502404581248 ], [ -111.43674260594894, 41.335294417140084 ], [ -111.43717078745301, 41.334986530474403 ], [ -111.4374800003562, 41.334760163582537 ], [ -111.43762226344958, 41.334588476835592 ], [ -111.43771690409999, 41.334443994069474 ], [ -111.43777557183729, 41.334281632691912 ], [ -111.43777394355489, 41.334038431506741 ], [ -111.43772451315063, 41.333795412117482 ], [ -111.4376016922925, 41.333300456660446 ], [ -111.43758799375475, 41.333039285956367 ], [ -111.43756276690826, 41.332841212845963 ], [ -111.43748985944727, 41.332661336335136 ], [ -111.43738067976138, 41.332418543831629 ], [ -111.43712731523546, 41.332059199009471 ], [ -111.43680183141015, 41.331637073529798 ], [ -111.43663266495001, 41.331358477164748 ], [ -111.43658414294107, 41.331250569002407 ], [ -111.4365835415765, 41.331160494428659 ], [ -111.43660672001467, 41.331052314279624 ], [ -111.43672345323795, 41.330637517854342 ], [ -111.43681646573332, 41.33024983436956 ], [ -111.43686324235108, 41.330096526155884 ], [ -111.43691031964639, 41.329988255214822 ], [ -111.4370160022245, 41.329708615685689 ], [ -111.43707346355316, 41.329366105353479 ], [ -111.43702361808378, 41.329060033214617 ], [ -111.4369006312053, 41.328538054148815 ], [ -111.43683949950849, 41.328331109314981 ], [ -111.43672912660513, 41.32790816671961 ], [ -111.43672846496227, 41.327809084632612 ], [ -111.43677421745403, 41.327502649528988 ], [ -111.43682105242289, 41.327358348731579 ], [ -111.43687941534104, 41.327150950314291 ], [ -111.43705582612461, 41.326726919058835 ], [ -111.43717315108628, 41.326402196561077 ], [ -111.43721884035288, 41.326086753756222 ], [ -111.43725354359839, 41.325915475751479 ], [ -111.43736923987559, 41.325347551451607 ], [ -111.43741492750323, 41.325032108519387 ], [ -111.43746121713947, 41.324806740218293 ], [ -111.43747262382541, 41.324725627606206 ], [ -111.43748421122375, 41.324671537391701 ], [ -111.43748324728098, 41.324527417925054 ], [ -111.43743418688489, 41.324338442771456 ], [ -111.43738476538599, 41.324095422784147 ], [ -111.43735936215614, 41.323870326897406 ], [ -111.43738157314283, 41.323618026982665 ], [ -111.43748778584495, 41.323419453989104 ], [ -111.43766593060222, 41.323256638189378 ], [ -111.43793960280696, 41.323084450990088 ], [ -111.438201506048, 41.322939331036835 ], [ -111.43841579514007, 41.322821414948663 ], [ -111.43878529320928, 41.322684891490738 ], [ -111.43900012446872, 41.322648041531529 ], [ -111.4391913004129, 41.32264731222822 ], [ -111.43941856387242, 41.322682475637642 ], [ -111.43977786674732, 41.322807211164829 ], [ -111.44000531283817, 41.322869395809875 ], [ -111.44023245625124, 41.322886542672641 ], [ -111.44048307227098, 41.322840545377197 ], [ -111.44064992693099, 41.322776852837031 ], [ -111.44149705571033, 41.322593452667917 ], [ -111.44222463431436, 41.32240149794 ], [ -111.44290459793486, 41.322236744934933 ], [ -111.44316703589759, 41.322172680907684 ], [ -111.44335753879491, 41.322072862592648 ], [ -111.4434284963874, 41.321964496868091 ], [ -111.44348738326656, 41.321838162208749 ], [ -111.44347464107442, 41.321721111214856 ], [ -111.44341343411247, 41.321505162235113 ], [ -111.44338782807571, 41.321253045281921 ], [ -111.44345744138707, 41.320946515297742 ], [ -111.4435505838635, 41.320585848383196 ], [ -111.4437272394625, 41.320206844053864 ], [ -111.4438456809727, 41.320053256470082 ], [ -111.44403599326482, 41.319926414633038 ], [ -111.44422636598294, 41.319808579948244 ], [ -111.44451152594985, 41.319573278803688 ], [ -111.44462990325827, 41.319410682944806 ], [ -111.44467677645774, 41.319275386329984 ], [ -111.44465153383236, 41.31907731438028 ], [ -111.44456587906545, 41.318780391024156 ], [ -111.44457641900523, 41.318573173128421 ], [ -111.44468211195858, 41.318302533729785 ], [ -111.44490715797922, 41.318013417546446 ], [ -111.44595247186766, 41.317117609585573 ], [ -111.44651135983625, 41.316728111558 ], [ -111.44674932381501, 41.316583064907157 ], [ -111.44692791916451, 41.31649229453312 ], [ -111.44721416323871, 41.316419121102349 ], [ -111.44750096113961, 41.316427014168383 ], [ -111.44840834208809, 41.316333405855211 ], [ -111.44888574080758, 41.316259483441755 ], [ -111.44905263227218, 41.316204786240014 ], [ -111.44918349605787, 41.316123206273744 ], [ -111.44929027940874, 41.316014697031811 ], [ -111.44936122066011, 41.315906327618798 ], [ -111.44940783413492, 41.315734999193076 ], [ -111.44941848207074, 41.315545795757131 ], [ -111.44940375082898, 41.315140506403196 ], [ -111.44936685784549, 41.314987519389895 ], [ -111.4493183891143, 41.314888623801025 ], [ -111.44917415866509, 41.314763078789177 ], [ -111.44892234381047, 41.314628945520475 ], [ -111.44834623302239, 41.314243859428068 ], [ -111.4480331453352, 41.313884770078921 ], [ -111.44788793307816, 41.313615103872912 ], [ -111.44783823464776, 41.313336058189165 ], [ -111.44785997043631, 41.313020703706933 ], [ -111.44786957440955, 41.312678373269996 ], [ -111.44787702051667, 41.312020781239355 ], [ -111.44795885812412, 41.311759239083834 ], [ -111.44801741888078, 41.311587864602068 ], [ -111.44818312706586, 41.311362026660085 ], [ -111.44826601158243, 41.311253611335722 ], [ -111.44844310889462, 41.310946659218608 ], [ -111.44848972135931, 41.310775331022725 ], [ -111.44847728120361, 41.310703317767555 ], [ -111.44841668559741, 41.310577445820179 ], [ -111.44822468142519, 41.310452085609199 ], [ -111.44810503384073, 41.31042552829858 ], [ -111.44759060576924, 41.310319437167877 ], [ -111.44730334209304, 41.310239484364025 ], [ -111.4471593104564, 41.31014095908742 ], [ -111.44697925613946, 41.310015550363275 ], [ -111.44653435889873, 41.309593914373032 ], [ -111.4459331256745, 41.309019751163227 ], [ -111.44556004013715, 41.308615848536803 ], [ -111.44495729348181, 41.307816492957897 ], [ -111.44460670490052, 41.307205322583272 ], [ -111.44434090369693, 41.30676497053804 ], [ -111.44423198724579, 41.306558213298601 ], [ -111.44408650155158, 41.306243504356473 ], [ -111.44401189551654, 41.305811421422263 ], [ -111.44402158000237, 41.305478098270569 ], [ -111.4440552160999, 41.305153690430167 ], [ -111.4441492503949, 41.304928134514846 ], [ -111.44426748016103, 41.304747523763851 ], [ -111.44443208334354, 41.304359556155724 ], [ -111.44443006508668, 41.304062308977329 ], [ -111.44439270096332, 41.303837260058962 ], [ -111.444243124845, 41.302919049178278 ], [ -111.44417053871723, 41.30278421335268 ], [ -111.44411032551088, 41.302712383844799 ], [ -111.44403822870304, 41.302649607874017 ], [ -111.44374990391759, 41.302407511019503 ], [ -111.44348565384111, 41.302192343871063 ], [ -111.44334121869062, 41.302030761097477 ], [ -111.44319599145987, 41.301752080692687 ], [ -111.44311128123138, 41.301590267654191 ], [ -111.44301456584988, 41.301419493020006 ], [ -111.44282052730122, 41.300987868513033 ], [ -111.44268694456095, 41.300664103954766 ], [ -111.44260278511739, 41.300583357981914 ], [ -111.44247103073342, 41.3005298180978 ], [ -111.44227955434489, 41.30047650753643 ], [ -111.44207625548566, 41.300441257524 ], [ -111.44190854692124, 41.300369839599298 ], [ -111.44183584687472, 41.300216987204358 ], [ -111.4418467577562, 41.300063813861598 ], [ -111.44197626063055, 41.299784076974277 ], [ -111.44221113128302, 41.299188664505003 ], [ -111.44242229211908, 41.298620365833251 ], [ -111.44255124173532, 41.298259560738423 ], [ -111.44253832352007, 41.298115486623608 ], [ -111.44245325445526, 41.297899627952027 ], [ -111.44234490667172, 41.297773936031135 ], [ -111.44214033875096, 41.297549528505343 ], [ -111.44185216514886, 41.297325441543762 ], [ -111.44172005332285, 41.297217855707437 ], [ -111.44031553508847, 41.296169331119224 ], [ -111.43971520635543, 41.295703223316735 ], [ -111.43917381821949, 41.295119786852844 ], [ -111.43907694157713, 41.294921986086024 ], [ -111.43906391092506, 41.294759896433334 ], [ -111.43914642735329, 41.294597442321489 ], [ -111.43931260723525, 41.294443676639602 ], [ -111.43955038578952, 41.294280629608963 ], [ -111.43977640136293, 41.294144650250743 ], [ -111.4400741966778, 41.294026411552032 ], [ -111.44105032917072, 41.293545265418999 ], [ -111.44166882281013, 41.29316456887306 ], [ -111.44234665936278, 41.292729594505794 ], [ -111.44260806658713, 41.292530419349994 ], [ -111.4427388305042, 41.292439839060691 ], [ -111.4428337042639, 41.292340388944204 ], [ -111.44284461165964, 41.292187215315444 ], [ -111.44277222321119, 41.292079400816597 ], [ -111.44260441363056, 41.291989968675445 ], [ -111.44238895469388, 41.291918734902055 ], [ -111.44194621694244, 41.291794327011473 ], [ -111.44168268419219, 41.291678237729144 ], [ -111.441418848784, 41.291517110267414 ], [ -111.44095041040188, 41.291122564664107 ], [ -111.44045742591051, 41.290629025810546 ], [ -111.44004877310918, 41.290243255450434 ], [ -111.43991546846114, 41.289955516966558 ], [ -111.43987891484525, 41.289847563653424 ], [ -111.43998542915469, 41.289703032610561 ], [ -111.44011594897636, 41.289576425192116 ], [ -111.44030636215405, 41.28947661180996 ], [ -111.44066372622022, 41.289340128162642 ], [ -111.4414374331037, 41.288958838383174 ], [ -111.44213917325712, 41.288532781057384 ], [ -111.44244875935991, 41.288396475347021 ], [ -111.44285376007127, 41.288241786288808 ], [ -111.44330664953002, 41.288104926905895 ], [ -111.44417555781556, 41.287678213272244 ], [ -111.44448470769214, 41.28747884949194 ], [ -111.44453186459891, 41.287388589881616 ], [ -111.44455470932397, 41.287235369868895 ], [ -111.44453015277337, 41.287136379412871 ], [ -111.44450529063539, 41.286992351363715 ], [ -111.44454019951954, 41.28685710026739 ], [ -111.44464651524484, 41.286685542360125 ], [ -111.44507250710883, 41.286107399941841 ], [ -111.44542867890331, 41.285799758723137 ], [ -111.44566628834698, 41.28561868401323 ], [ -111.44579685036715, 41.285501077678255 ], [ -111.44601026768369, 41.285275057152518 ], [ -111.44608081345839, 41.285112644213577 ], [ -111.44611614756558, 41.28504044524513 ], [ -111.44615105211436, 41.284905193636476 ], [ -111.4462421665086, 41.284256282003938 ], [ -111.44633235850799, 41.283472257429544 ], [ -111.44637484503866, 41.282697425422626 ], [ -111.44634795520578, 41.282256149442105 ], [ -111.4464284736811, 41.281805449198245 ], [ -111.4464625778479, 41.281553099628631 ], [ -111.44644934771341, 41.281363987943152 ], [ -111.44640072457305, 41.281238067828504 ], [ -111.44629178343702, 41.281022303915165 ], [ -111.44613507962184, 41.28080672499312 ], [ -111.44596668130971, 41.280627222203151 ], [ -111.44581059249606, 41.280501718072195 ], [ -111.44572651663516, 41.280429981515013 ], [ -111.44562994873328, 41.280277223379855 ], [ -111.4455572627386, 41.280124372732864 ], [ -111.44545983820663, 41.279845509063257 ], [ -111.445287464673, 41.279080515900908 ], [ -111.44513977165333, 41.278432527913424 ], [ -111.44510186973221, 41.2781264103889 ], [ -111.44513671162041, 41.277982151402732 ], [ -111.44520755791919, 41.277864776475447 ], [ -111.44532610391751, 41.277738209233227 ], [ -111.44548083774598, 41.277665548448446 ], [ -111.445743156185, 41.277610486493472 ], [ -111.44611299783449, 41.277564015103657 ], [ -111.44647059178689, 41.277472551185966 ], [ -111.44699436461761, 41.277236316770988 ], [ -111.44751708773242, 41.276846951984197 ], [ -111.44820548655662, 41.276240753456428 ], [ -111.44855002035337, 41.275987194061699 ], [ -111.44883583913489, 41.275877986871805 ], [ -111.44915784722967, 41.2758226844063 ], [ -111.4493965841897, 41.275812744970196 ], [ -111.44980309849936, 41.275892227345004 ], [ -111.44993456164616, 41.275909729176291 ], [ -111.45011378468121, 41.275927044138072 ], [ -111.45035171699774, 41.275800004861338 ], [ -111.45050569743655, 41.275619247018042 ], [ -111.45061241314703, 41.275510736133192 ], [ -111.45086191094921, 41.275329603904801 ], [ -111.4512189277018, 41.275157057549706 ], [ -111.45219538135677, 41.274774899987385 ], [ -111.45248087769909, 41.274620646148584 ], [ -111.45263596951625, 41.274602020946183 ], [ -111.4527673685572, 41.27461051202944 ], [ -111.45316237572564, 41.274753082213849 ], [ -111.45343755064988, 41.274833068676266 ], [ -111.45359307917542, 41.274877494859872 ], [ -111.45383206149158, 41.274903576344542 ], [ -111.45408279649057, 41.274902587666723 ], [ -111.45469091170661, 41.274783086510858 ], [ -111.45500084451292, 41.274709799852644 ], [ -111.45523888802654, 41.274600765567037 ], [ -111.45541729492852, 41.274500974484567 ], [ -111.45558369898988, 41.274392222852128 ], [ -111.45632119813507, 41.273992960094667 ], [ -111.45682146782551, 41.273819828459601 ], [ -111.45716714944312, 41.273737386337444 ], [ -111.45741775410538, 41.273718375375132 ], [ -111.45771599092269, 41.273681158960237 ], [ -111.45782319497978, 41.273644701606784 ], [ -111.45793021006939, 41.273581221589176 ], [ -111.45800109164978, 41.273472846363831 ], [ -111.4580477792237, 41.273319528492742 ], [ -111.45809396281699, 41.273094150423034 ], [ -111.45812789184178, 41.272823782226283 ], [ -111.45808829558368, 41.272283473371772 ], [ -111.45799070386703, 41.271986605093979 ], [ -111.45792855288747, 41.271635549105191 ], [ -111.45793835189231, 41.27132924577009 ], [ -111.45788845557691, 41.271023179853522 ], [ -111.45771854067543, 41.270627513355294 ], [ -111.45754938251834, 41.270339936895418 ], [ -111.4574164825673, 41.270115270562492 ], [ -111.45732015434824, 41.269998552133465 ], [ -111.45725932875463, 41.269836653730863 ], [ -111.45723413134213, 41.269647590465176 ], [ -111.45728044096505, 41.269440227634846 ], [ -111.45736294363952, 41.269286767676853 ], [ -111.45771670192426, 41.268654817248184 ], [ -111.45795213839419, 41.268176468649592 ], [ -111.45808182531532, 41.267941750426175 ], [ -111.45820032854978, 41.267815169930309 ], [ -111.45834289718645, 41.267715516849599 ], [ -111.45854553564563, 41.267669671044935 ], [ -111.45914245743029, 41.267667292050689 ], [ -111.4594879142321, 41.267557820468035 ], [ -111.45994062578089, 41.267420896076047 ], [ -111.46059616098914, 41.267265143092331 ], [ -111.4617750756443, 41.26683705489986 ], [ -111.46216764148558, 41.266637308492285 ], [ -111.46229826327523, 41.266537698460851 ], [ -111.46241637451426, 41.266357068486663 ], [ -111.46246272904764, 41.266158711078681 ], [ -111.46247314183732, 41.265942482460403 ], [ -111.4624941579056, 41.265537047783113 ], [ -111.46257607138425, 41.265302516316588 ], [ -111.46271786482637, 41.26509476749191 ], [ -111.46287204055959, 41.264950023198097 ], [ -111.46305015506047, 41.264814190202472 ], [ -111.46348943731367, 41.264470126775777 ], [ -111.46411812500446, 41.263900103638619 ], [ -111.46458088784178, 41.263501894631204 ], [ -111.46485404886056, 41.263302620742039 ], [ -111.46511559019096, 41.2631484320775 ], [ -111.46554406439746, 41.262966544573899 ], [ -111.46611527422516, 41.262712015394833 ], [ -111.46644798650568, 41.262494481021662 ], [ -111.46662544572962, 41.262268567227942 ], [ -111.46673115108283, 41.262024928477736 ], [ -111.46677774615615, 41.261862599383434 ], [ -111.46673994592231, 41.261583511169704 ], [ -111.46664284441863, 41.261358710034585 ], [ -111.46648528825995, 41.261026060287008 ], [ -111.46643683441631, 41.260927170904452 ], [ -111.46630475640713, 41.260819612427355 ], [ -111.46611299304899, 41.260712295444911 ], [ -111.46598123613708, 41.260649774245721 ], [ -111.46586148062003, 41.260596212125456 ], [ -111.46547814915274, 41.260408598934482 ], [ -111.46537001186688, 41.260309950370427 ], [ -111.46518961333652, 41.260121515774436 ], [ -111.465021088969, 41.259924025137671 ], [ -111.46481681854691, 41.259735686357295 ], [ -111.4645164154939, 41.259457657171779 ], [ -111.46440789838306, 41.259304962457776 ], [ -111.46426299706812, 41.259071344215172 ], [ -111.46417746201084, 41.2587924474836 ], [ -111.46416310184465, 41.258450209194883 ], [ -111.46419808299143, 41.258332966833862 ], [ -111.46428087462317, 41.258224539469353 ], [ -111.46443528610274, 41.258115823163429 ], [ -111.46462601774668, 41.258079022445948 ], [ -111.46484075024732, 41.258060140105172 ], [ -111.46548475512753, 41.257976468074027 ], [ -111.46562761120731, 41.257921843655652 ], [ -111.465758402429, 41.257849252276259 ], [ -111.46597255765985, 41.257749300002949 ], [ -111.46611509264224, 41.257649637301078 ], [ -111.46678129759967, 41.257331665454068 ], [ -111.46716294595484, 41.257285078565545 ], [ -111.46760504727041, 41.257346338456664 ], [ -111.4679514641129, 41.257380962197722 ], [ -111.46815438540625, 41.257380137273742 ], [ -111.46834504842485, 41.257334322879025 ], [ -111.46858307103111, 41.257234268658259 ], [ -111.46889238981667, 41.25708888463182 ], [ -111.4693913364428, 41.256753563123517 ], [ -111.46968845664706, 41.256572195496368 ], [ -111.46997389710447, 41.256426905961966 ], [ -111.47025953010713, 41.256308638321968 ], [ -111.47055716304571, 41.256199328726389 ], [ -111.47096144534103, 41.255981488597037 ], [ -111.47109177372339, 41.255845838458065 ], [ -111.4711266116695, 41.25571057894674 ], [ -111.47114977216305, 41.255611398399083 ], [ -111.47111253966155, 41.255413379197783 ], [ -111.47103917540191, 41.255170468810867 ], [ -111.47097723018821, 41.254855449264724 ], [ -111.47087779568749, 41.254306380202713 ], [ -111.47080346345982, 41.253928356569766 ], [ -111.4706785438776, 41.253154196413277 ], [ -111.47067750940006, 41.253010075813329 ], [ -111.47068841065038, 41.252865906416545 ], [ -111.47072266596291, 41.252649579118781 ], [ -111.47076918002709, 41.252478240694593 ], [ -111.47086298357631, 41.252243654242356 ], [ -111.47101620548541, 41.251972793433069 ], [ -111.47133626427322, 41.251665218341415 ], [ -111.47150258410218, 41.251556443717824 ], [ -111.47166916252799, 41.251483699009867 ], [ -111.47195535442283, 41.251446495040334 ], [ -111.47238490118593, 41.251426717906639 ], [ -111.47304076641245, 41.25134295494545 ], [ -111.47335050265788, 41.251260611754716 ], [ -111.47356429952472, 41.251115607738676 ], [ -111.47377790021794, 41.25094358071663 ], [ -111.47392034345449, 41.250834900840161 ], [ -111.47411065776105, 41.250744039285323 ], [ -111.47442078079487, 41.250715738448626 ], [ -111.47532734292042, 41.250639937017212 ], [ -111.47598411166227, 41.250682262828306 ], [ -111.47640243654718, 41.250761602951187 ], [ -111.47677282460519, 41.250814116648591 ], [ -111.47701192444532, 41.25086717314683 ], [ -111.47729876608729, 41.25092003124719 ], [ -111.4776090853009, 41.250918744422698 ], [ -111.47781165816572, 41.250872864927146 ], [ -111.47800183581812, 41.250763981906232 ], [ -111.47809646472864, 41.250646487557347 ], [ -111.47817896098142, 41.250502020103582 ], [ -111.47820151789136, 41.250321770327673 ], [ -111.47818905720578, 41.250249759640518 ], [ -111.47814072522054, 41.250168890115376 ], [ -111.47798392611405, 41.249944346021188 ], [ -111.4781487199996, 41.249628388586338 ], [ -111.47817035725755, 41.249322033320844 ], [ -111.4781573714199, 41.24917796234611 ], [ -111.4780843166149, 41.248980093960043 ], [ -111.47804739543535, 41.248827114539068 ], [ -111.4780464762361, 41.248701009053796 ], [ -111.47809316542318, 41.248556690276871 ], [ -111.47817579044626, 41.248430237857299 ], [ -111.47822247916118, 41.248285919023736 ], [ -111.47824503524718, 41.248105669174713 ], [ -111.47823204951183, 41.247961598177561 ], [ -111.47817139035409, 41.247826732979227 ], [ -111.47809879668226, 41.247691917301985 ], [ -111.47779721214363, 41.247251786525155 ], [ -111.47743648318936, 41.246883962662956 ], [ -111.47727949780487, 41.246632394809069 ], [ -111.47718218627662, 41.246380579435829 ], [ -111.47716828582526, 41.246110402702811 ], [ -111.47714336843711, 41.24596638097622 ], [ -111.47717596079168, 41.245524863115399 ], [ -111.47723445297451, 41.245362480067136 ], [ -111.47732933776622, 41.245281016437865 ], [ -111.47742448457609, 41.245235582894736 ], [ -111.47757949956586, 41.245216924408112 ], [ -111.47781831712437, 41.245233949227824 ], [ -111.47864250811367, 41.245329611959008 ], [ -111.47946617469827, 41.245353208471087 ], [ -111.47981220459546, 41.245342759218296 ], [ -111.48020597170408, 41.245332109843893 ], [ -111.48095816485885, 41.245374009368909 ], [ -111.48154347647709, 41.245443625465619 ], [ -111.48180629685008, 41.245478557246805 ], [ -111.48208105185999, 41.245513438459398 ], [ -111.48227200165697, 41.245512638820102 ], [ -111.48247475329256, 41.245493773788525 ], [ -111.48273677881927, 41.245420613036281 ], [ -111.4830693483194, 41.245203030756613 ], [ -111.48344859042646, 41.24484112655751 ], [ -111.48392130811446, 41.244208593874319 ], [ -111.48413452672692, 41.243991510033517 ], [ -111.48434814299644, 41.243828471002125 ], [ -111.48483557492668, 41.243574200785488 ], [ -111.48521693003039, 41.243500531848895 ], [ -111.48552728045314, 41.243508231408555 ], [ -111.48583796451487, 41.243560967793975 ], [ -111.48655534077301, 41.243738094895015 ], [ -111.48694969874532, 41.24380849029216 ], [ -111.48715257748486, 41.2438076321152 ], [ -111.48724778219361, 41.2437711980225 ], [ -111.4873665202293, 41.243689625175506 ], [ -111.48747319008399, 41.243590087671187 ], [ -111.48759145882271, 41.243445461880519 ], [ -111.48794753498613, 41.243182726852893 ], [ -111.4884109461461, 41.242910527658424 ], [ -111.48881555689725, 41.242755677824128 ], [ -111.48931583785769, 41.242627443486093 ], [ -111.49001838586948, 41.242417276019602 ], [ -111.49067305960982, 41.242189292656555 ], [ -111.4914109272878, 41.241915911462655 ], [ -111.49211305543105, 41.241651686104539 ], [ -111.49286318295552, 41.241423282276337 ], [ -111.49335137663759, 41.241277066503102 ], [ -111.49357791117968, 41.241249072205747 ], [ -111.49392391677016, 41.24123858066914 ], [ -111.49415079017824, 41.24125562287206 ], [ -111.49428212727655, 41.241264066965194 ], [ -111.49441332863324, 41.241254495859224 ], [ -111.49455564863732, 41.241136783054607 ], [ -111.49461422973114, 41.240992406365223 ], [ -111.49457544121201, 41.240596229042772 ], [ -111.49441759098572, 41.240236594252039 ], [ -111.49423682590947, 41.240003167034772 ], [ -111.49408074277143, 41.239877727435875 ], [ -111.49380505609547, 41.239716769339367 ], [ -111.49351777631111, 41.239600899360283 ], [ -111.49289528384743, 41.239342338977885 ], [ -111.49270354054134, 41.239235065775212 ], [ -111.49261960231489, 41.239181377999223 ], [ -111.49222404985156, 41.238948866285227 ], [ -111.49178002503928, 41.238617474207352 ], [ -111.49149174142711, 41.238366486112604 ], [ -111.49126272034438, 41.238061197526356 ], [ -111.49121411166129, 41.237944303221305 ], [ -111.49122476324833, 41.237773109163982 ], [ -111.49123548222609, 41.237610922635497 ], [ -111.49132858458627, 41.237295251613347 ], [ -111.49152820395835, 41.236862024150859 ], [ -111.4919179334079, 41.236319890406271 ], [ -111.49237857594321, 41.235687373838971 ], [ -111.49284015682693, 41.235180960917724 ], [ -111.49305270755295, 41.234882792722118 ], [ -111.49332464724387, 41.234548338389182 ], [ -111.49351414211394, 41.234358362015364 ], [ -111.49401245100178, 41.233977896468026 ], [ -111.4942259423414, 41.233805831610439 ], [ -111.49445055025605, 41.233525624682336 ], [ -111.49461569940284, 41.233272696210783 ], [ -111.49474498316835, 41.233010913769427 ], [ -111.49483826608179, 41.232722262401033 ], [ -111.49503927559007, 41.232478187008638 ], [ -111.49526455534988, 41.23228805385002 ], [ -111.49549010585699, 41.232133950401483 ], [ -111.49576324671038, 41.231961625960381 ], [ -111.49608363683792, 41.231726042503723 ], [ -111.49634382070315, 41.231418655034204 ], [ -111.49658027502522, 41.231129384963054 ], [ -111.49663911560887, 41.23102103721871 ], [ -111.49672147846623, 41.23086754881696 ], [ -111.4968150224808, 41.2306149259582 ], [ -111.49689411075823, 41.230029075578777 ], [ -111.49700844619535, 41.229371010286592 ], [ -111.49705228323064, 41.22885737450212 ], [ -111.49701321504364, 41.228425167044357 ], [ -111.49691483264405, 41.228038254699136 ], [ -111.496768454364, 41.227615517963265 ], [ -111.49667068813615, 41.227309673230543 ], [ -111.49664553104603, 41.227138632823191 ], [ -111.49670443617632, 41.227039292534968 ], [ -111.49679920218527, 41.226948805342715 ], [ -111.49697782556002, 41.226902995372981 ], [ -111.49714492710517, 41.22691128189809 ], [ -111.49737216127106, 41.226982363329398 ], [ -111.49804241415752, 41.227258709306078 ], [ -111.49882012068778, 41.227543593768821 ], [ -111.49951397334975, 41.22778379755816 ], [ -111.50015990052788, 41.227997181819141 ], [ -111.50047079714388, 41.228085909361511 ], [ -111.50078148840421, 41.228147613449103 ], [ -111.50216832973696, 41.228510895025558 ], [ -111.5035785650647, 41.228811002713186 ], [ -111.50388926260234, 41.228872698371333 ], [ -111.50402099109907, 41.22893517669344 ], [ -111.50415265065133, 41.228988647332287 ], [ -111.50457280907887, 41.229320096834364 ], [ -111.50533142152453, 41.230217553371119 ], [ -111.50577649830596, 41.230684006493156 ], [ -111.50605280102633, 41.230926003951843 ], [ -111.50629212927291, 41.231015030206947 ], [ -111.50674588094223, 41.231058073378222 ], [ -111.50702017059463, 41.231038850297409 ], [ -111.50716335081216, 41.231038219759391 ], [ -111.50808139304789, 41.230944094352587 ], [ -111.50907116220655, 41.230867660205305 ], [ -111.50994252254483, 41.230908843775978 ], [ -111.51028875067732, 41.230934333450143 ], [ -111.5105743396217, 41.230833981366693 ], [ -111.51081164029702, 41.230661780160425 ], [ -111.5109891415653, 41.230471828186083 ], [ -111.51137811063889, 41.22985756896761 ], [ -111.51169618668087, 41.229333701748551 ], [ -111.51197972869556, 41.228972128138821 ], [ -111.51236012386811, 41.228790279550232 ], [ -111.51283688179372, 41.228725102395721 ], [ -111.5132546165337, 41.228741256855258 ], [ -111.51380458255801, 41.228882929496812 ], [ -111.51458279949853, 41.229221752004925 ], [ -111.51557600193669, 41.229586630324803 ], [ -111.51666367431439, 41.229824966584026 ], [ -111.51752330661773, 41.229893168915716 ], [ -111.51819111254785, 41.229845126458081 ], [ -111.5187991890681, 41.22978834142274 ], [ -111.51943176899096, 41.229812513109735 ], [ -111.52019580939923, 41.229863110998281 ], [ -111.52062569874211, 41.229906207276372 ], [ -111.52150927042885, 41.229983279429526 ], [ -111.5219040116522, 41.230107600567706 ], [ -111.52215521790046, 41.230187532172629 ], [ -111.52237048681238, 41.230249610606336 ], [ -111.52266877462007, 41.230248257041758 ], [ -111.52308537237451, 41.230120255727662 ], [ -111.52358477009838, 41.229901798159339 ], [ -111.52401221643427, 41.229638626732282 ], [ -111.52448630494648, 41.22924012383676 ], [ -111.52474735366428, 41.229058777920265 ], [ -111.52487794952057, 41.228977112242319 ], [ -111.525258452719, 41.228813236257963 ], [ -111.52575898775146, 41.228738889323537 ], [ -111.52611706910119, 41.228755269468493 ], [ -111.5267271524141, 41.228950652631525 ], [ -111.52804328786783, 41.229404023975292 ], [ -111.52857000827535, 41.229617795241417 ], [ -111.52890568412332, 41.229814426101356 ], [ -111.52925409249788, 41.230110083548624 ], [ -111.52950756054074, 41.230469231326232 ], [ -111.52960766514794, 41.231045271807346 ], [ -111.52951693627423, 41.231631197687243 ], [ -111.52944941547889, 41.232135946317229 ], [ -111.52955941888172, 41.23245972211248 ], [ -111.52983596171221, 41.232719676834357 ], [ -111.53029141385556, 41.232969799256814 ], [ -111.53084283583308, 41.233282532220635 ], [ -111.53292903399675, 41.234506967059339 ], [ -111.53420133405398, 41.235419868952988 ], [ -111.53496919563128, 41.235929749596067 ], [ -111.53555580071593, 41.23616122594877 ], [ -111.53603435418502, 41.236312132016444 ], [ -111.53676349475083, 41.236461868219443 ], [ -111.53897243373085, 41.236622698286503 ], [ -111.54131241945043, 41.236755846518314 ], [ -111.54312648149505, 41.236783335337591 ], [ -111.54482219048646, 41.236928457208087 ], [ -111.54598018532025, 41.236986026885361 ], [ -111.54690012871633, 41.23711677832479 ], [ -111.54754547243105, 41.237230812906446 ], [ -111.54850091930048, 41.237325351458544 ], [ -111.54971881416016, 41.23740962159588 ], [ -111.55093648509506, 41.237466856482634 ], [ -111.55209555528664, 41.237650468832236 ], [ -111.55286046887517, 41.23779092364596 ], [ -111.55339767386383, 41.237815366459252 ], [ -111.55413750911343, 41.237811808346571 ], [ -111.55478271947634, 41.23790778734331 ], [ -111.55541676137399, 41.238093894687069 ], [ -111.55661241761032, 41.238367363113234 ], [ -111.55776188337477, 41.238821199009529 ], [ -111.55802548201122, 41.238946031129814 ], [ -111.55814534866904, 41.239008504804836 ], [ -111.55862596805086, 41.239393509755175 ], [ -111.5590948901956, 41.23980559288119 ], [ -111.55961032187373, 41.240073323142234 ], [ -111.56012468105008, 41.240214947025244 ], [ -111.56073389270117, 41.240284044283399 ], [ -111.5616050207197, 41.240279798690658 ], [ -111.56267808682374, 41.24016646620381 ], [ -111.56389256693542, 41.239845251748775 ], [ -111.56537026216469, 41.239603802605153 ], [ -111.56655078606154, 41.239498914159149 ], [ -111.56745622178505, 41.239323307207187 ], [ -111.56919548042987, 41.238972425977359 ], [ -111.57057814210138, 41.238785426591356 ], [ -111.57162785082025, 41.238735181099422 ], [ -111.5732998813437, 41.238889008688325 ], [ -111.57491343840961, 41.239178221008558 ], [ -111.57585780811598, 41.239362665746924 ], [ -111.57617984258418, 41.239343039123106 ], [ -111.57634690540186, 41.239342203015703 ], [ -111.57710959098169, 41.239221281448017 ], [ -111.57828818231951, 41.238900095095772 ], [ -111.57910964919266, 41.23867977921217 ], [ -111.57984845596557, 41.238558959602031 ], [ -111.58056458981626, 41.238573366625452 ], [ -111.5810775453307, 41.238552763508885 ], [ -111.581578407902, 41.238514203581772 ], [ -111.58250869387018, 41.238455454230035 ], [ -111.58337867297618, 41.23832494050108 ], [ -111.58408295212321, 41.238348393508133 ], [ -111.5847410256125, 41.238543225114384 ], [ -111.58542361183905, 41.238809990735213 ], [ -111.58724781956305, 41.239962707755097 ], [ -111.5877164400808, 41.2403206287335 ], [ -111.58817313243658, 41.240678608706745 ], [ -111.58882003558053, 41.240954544106316 ], [ -111.58908305402849, 41.241007245556823 ], [ -111.58956054925889, 41.241022817233564 ], [ -111.59010899651257, 41.240965960939036 ], [ -111.59125272827863, 41.240752914242954 ], [ -111.59182373809935, 41.240551809159008 ], [ -111.59231039868094, 41.240261057196108 ], [ -111.59350945759059, 41.239570290134061 ], [ -111.59441310579138, 41.239205316729283 ], [ -111.5951035035969, 41.239012586773541 ], [ -111.59585405276022, 41.238873588214673 ], [ -111.59637779161923, 41.238726751938152 ], [ -111.59652041316268, 41.238662958552439 ], [ -111.59697124026752, 41.238372372484527 ], [ -111.59743375008826, 41.238054700625334 ], [ -111.5979555085589, 41.237691680223278 ], [ -111.5984891938958, 41.237328595451039 ], [ -111.59986547444626, 41.236456684700428 ], [ -111.60120625152881, 41.235620974019284 ], [ -111.60200059360693, 41.235058339947933 ], [ -111.60272316385662, 41.234478060462131 ], [ -111.60356388149867, 41.233771047886862 ], [ -111.60460302400868, 41.232585573634161 ], [ -111.60551237808259, 41.231562912961067 ], [ -111.60669637575975, 41.230565821669273 ], [ -111.60762160366103, 41.229975435376979 ], [ -111.60807340682301, 41.229801901970035 ], [ -111.60828758498442, 41.229737716060377 ], [ -111.60860872613499, 41.229627925398553 ], [ -111.60896490757996, 41.229436878232292 ], [ -111.609118508175, 41.229273925200715 ], [ -111.60931899623473, 41.229020645741826 ], [ -111.60943588166528, 41.228758800619929 ], [ -111.60952614354508, 41.228199838474787 ], [ -111.60952522335413, 41.228100757400227 ], [ -111.60943986664037, 41.227903037297295 ], [ -111.60934308134088, 41.2277594244852 ], [ -111.60911413751042, 41.227517424798272 ], [ -111.60882537429413, 41.227257725311013 ], [ -111.60799605847761, 41.226604536618943 ], [ -111.60709342625243, 41.225762564251816 ], [ -111.606743194587, 41.225305011497348 ], [ -111.60663315667989, 41.225017341058425 ], [ -111.60658377031299, 41.224837444846692 ], [ -111.60658044073188, 41.224477149613953 ], [ -111.60662483211009, 41.224116602970234 ], [ -111.60675065264081, 41.223530431731149 ], [ -111.60700395296229, 41.222538236380053 ], [ -111.60750526996476, 41.221274497401815 ], [ -111.60779358860792, 41.220201044778015 ], [ -111.60821303703939, 41.219117890899412 ], [ -111.60851434947084, 41.218161469253211 ], [ -111.6087108814162, 41.217484843332493 ], [ -111.6088236565771, 41.216781636364715 ], [ -111.6090448744218, 41.216194957527669 ], [ -111.609373530021, 41.215616717560813 ], [ -111.60975056332333, 41.21511028312468 ], [ -111.60999679586008, 41.214649579535205 ], [ -111.61012441040386, 41.214261566594352 ], [ -111.61025093522078, 41.213756457404429 ], [ -111.61034041758663, 41.213116426825337 ], [ -111.61039712816708, 41.212800851958612 ], [ -111.61062832055785, 41.212006936579748 ], [ -111.61128312552843, 41.210589231847536 ], [ -111.61170581270171, 41.209866360109807 ], [ -111.61202450085099, 41.20950435318386 ], [ -111.61255796435444, 41.209150210955542 ], [ -111.61304497358351, 41.208931431186883 ], [ -111.61360287077008, 41.208640208923143 ], [ -111.61424408590875, 41.208330523886005 ], [ -111.61443399638695, 41.208230424496627 ], [ -111.61484942880317, 41.208012018960602 ], [ -111.61564653010748, 41.207791572134013 ], [ -111.61642070153582, 41.207670328809421 ], [ -111.61793333887657, 41.207437025993251 ], [ -111.61821899743305, 41.207372437919531 ], [ -111.6185166673897, 41.207316792468731 ], [ -111.61893250471532, 41.207143409243372 ], [ -111.61958620168177, 41.206896682266887 ], [ -111.62053883512665, 41.206729411739943 ], [ -111.6217524933999, 41.20641659884096 ], [ -111.62228681774268, 41.206161493122664 ], [ -111.6227604786766, 41.205798618853279 ], [ -111.62309032927202, 41.20536445805314 ], [ -111.62330159230842, 41.205003000962805 ], [ -111.623464889955, 41.204614779614907 ], [ -111.62400059474706, 41.203251693158144 ], [ -111.62420944950883, 41.202638027559722 ], [ -111.62425210439108, 41.202106333207198 ], [ -111.62415310043004, 41.201728540104213 ], [ -111.62404294167256, 41.201431877998914 ], [ -111.6240036555194, 41.201062768957435 ], [ -111.62414248860537, 41.200611623997922 ], [ -111.62442588526915, 41.200312828594733 ], [ -111.6249593785374, 41.1999766441334 ], [ -111.62554168423807, 41.199757294160563 ], [ -111.62624418766649, 41.199636374074508 ], [ -111.62705393387937, 41.199505857973492 ], [ -111.6288033055055, 41.199108981810312 ], [ -111.63038716716139, 41.19886611869137 ], [ -111.63169690269203, 41.198642753469841 ], [ -111.63312675213409, 41.198508791618956 ], [ -111.63465391366073, 41.198572448563581 ], [ -111.63563302635696, 41.198693158566059 ], [ -111.63646816320157, 41.198724577502041 ], [ -111.63847296726901, 41.198848597994576 ], [ -111.63983379703859, 41.198976163210638 ], [ -111.64037018484407, 41.198946158302206 ], [ -111.64091753111151, 41.198817003543731 ], [ -111.64165453998886, 41.198569687529798 ], [ -111.64244940896913, 41.198141886994435 ], [ -111.64311176622715, 41.197579703229671 ], [ -111.64380582779957, 41.196602977106487 ], [ -111.64425112266538, 41.195798787834228 ], [ -111.64479286621469, 41.195102151064368 ], [ -111.64574567939692, 41.193763649611043 ], [ -111.64605022894803, 41.193203454343163 ], [ -111.64634408928406, 41.192769428251587 ], [ -111.64681743180877, 41.192397448509482 ], [ -111.64768169645362, 41.191762041024717 ], [ -111.64945057645325, 41.190959387762028 ], [ -111.65029531607419, 41.190765455927512 ], [ -111.6509251504159, 41.190545709153561 ], [ -111.651601604742, 41.190217600828198 ], [ -111.65219619396092, 41.190052093679022 ], [ -111.65283919158301, 41.189958371962994 ], [ -111.65361299186098, 41.189827872938643 ], [ -111.65439494589324, 41.189318992153424 ], [ -111.65478385431179, 41.18885738066232 ], [ -111.65499489033651, 41.188495866081659 ], [ -111.65513429279683, 41.188125750738685 ], [ -111.65538010711531, 41.187664951056341 ], [ -111.65601624387064, 41.186886652849438 ], [ -111.65627594935866, 41.186623945120878 ], [ -111.65650006294908, 41.186379455421879 ], [ -111.65687917664458, 41.186134081330152 ], [ -111.65725909814151, 41.185969772182979 ], [ -111.65754417317476, 41.185860050536071 ], [ -111.65807882155164, 41.185667831588489 ], [ -111.6583052707074, 41.185657529573866 ], [ -111.65849613090425, 41.185665446338206 ], [ -111.65865176333401, 41.185727611462674 ], [ -111.65895164772948, 41.185906053394916 ], [ -111.65943164687974, 41.186209573523762 ], [ -111.65994787248289, 41.186557923377919 ], [ -111.66073797825094, 41.186868668475356 ], [ -111.66202969038058, 41.18725759660007 ], [ -111.66277112128014, 41.187469520965607 ], [ -111.6635944751923, 41.187527834858408 ], [ -111.6644890980339, 41.187558708094031 ], [ -111.66522826085087, 41.187545433121038 ], [ -111.66660000528555, 41.187591548788021 ], [ -111.6673614599385, 41.187424997430043 ], [ -111.6678125364483, 41.187224209745317 ], [ -111.66825095419625, 41.186951430837084 ], [ -111.66909109211996, 41.186316002559494 ], [ -111.6697295306827, 41.18578082771262 ], [ -111.67012088138507, 41.185571370396183 ], [ -111.67057322318462, 41.185496674620481 ], [ -111.6711218680142, 41.185511494578215 ], [ -111.67157503649156, 41.185517860834757 ], [ -111.67211129806989, 41.185487708963102 ], [ -111.67246816042329, 41.185404555044585 ], [ -111.67259839217809, 41.185313715911924 ], [ -111.67281060944285, 41.18507827187149 ], [ -111.67293936461766, 41.184843315131921 ], [ -111.67299704261686, 41.184653812929611 ], [ -111.67295804628436, 41.184338765490864 ], [ -111.67293198747311, 41.184122728961441 ], [ -111.67279834733263, 41.183880297329992 ], [ -111.67252172768112, 41.183647708392918 ], [ -111.67238956421454, 41.183549393522043 ], [ -111.67225684843588, 41.183397034514492 ], [ -111.67225463762139, 41.183180858588202 ], [ -111.67242063317836, 41.18308981087042 ], [ -111.67267100824687, 41.183088348797803 ], [ -111.67298219521275, 41.183203633137531 ], [ -111.67359246510938, 41.183416254339271 ], [ -111.67445302353032, 41.18361839898116 ], [ -111.67494250215989, 41.183678586569798 ], [ -111.67557375842681, 41.18361183038661 ], [ -111.67581147176855, 41.183538372820621 ], [ -111.67611960889793, 41.183356406955959 ], [ -111.67640287952477, 41.183075499769622 ], [ -111.67692218727778, 41.182559000244247 ], [ -111.67732012812668, 41.181836031182122 ], [ -111.67769737291493, 41.181419450023505 ], [ -111.67789856597787, 41.181274140071061 ], [ -111.67806492045405, 41.181219113576894 ], [ -111.67882896874637, 41.18131369934477 ], [ -111.67935531783115, 41.181481745331432 ], [ -111.68030072264035, 41.181818463872354 ], [ -111.68096968174103, 41.18194062064952 ], [ -111.68167356988694, 41.181981495994151 ], [ -111.68217374977371, 41.181924487257611 ], [ -111.68262502332774, 41.181750663949487 ], [ -111.68317026894719, 41.181441163472513 ], [ -111.68377446479639, 41.18106825535655 ], [ -111.68481864766927, 41.180584634294355 ], [ -111.68513960663817, 41.18049264672468 ], [ -111.68556880294193, 41.18049009271428 ], [ -111.68582010709396, 41.180578675228944 ], [ -111.6862271520436, 41.180738392300292 ], [ -111.68646822885958, 41.180989175955268 ], [ -111.6868513393279, 41.181140025589791 ], [ -111.68718610340754, 41.181228107345468 ], [ -111.68744867544254, 41.181253563983475 ], [ -111.68805689881756, 41.18126794769357 ], [ -111.68859443803055, 41.181363821623556 ], [ -111.68898862813565, 41.181433527082028 ], [ -111.68962107592856, 41.181483789072665 ], [ -111.6901447109729, 41.181390573818341 ], [ -111.69065613835323, 41.181270405791921 ], [ -111.6910372715169, 41.1812320881386 ], [ -111.69138330064233, 41.181257035025446 ], [ -111.6916102023071, 41.181291704163286 ], [ -111.69212428147168, 41.181423733945444 ], [ -111.69260250089073, 41.181546969213919 ], [ -111.69417097891763, 41.182168076777934 ], [ -111.69521079967755, 41.182405017104479 ], [ -111.695640484148, 41.182447461905198 ], [ -111.69608142395253, 41.182426782033488 ], [ -111.69650948664268, 41.182316099717809 ], [ -111.69757906347888, 41.181985343301122 ], [ -111.69809067272679, 41.181883156911958 ], [ -111.69838825274437, 41.181836313483061 ], [ -111.69861477701851, 41.181834939639835 ], [ -111.69899744086959, 41.181940712176193 ], [ -111.69915329357497, 41.182020836939017 ], [ -111.69944125117843, 41.182190237913275 ], [ -111.70040022481074, 41.182670834577799 ], [ -111.70122537381548, 41.182900017961181 ], [ -111.70215783150282, 41.18312854123657 ], [ -111.7030536607592, 41.183276209802131 ], [ -111.70372200016507, 41.183335183036277 ], [ -111.70417563745696, 41.183386457460472 ], [ -111.70452139275137, 41.183384342925095 ], [ -111.70475916865898, 41.183319833139748 ], [ -111.70512770588837, 41.183218490918065 ], [ -111.70554431885741, 41.183152884450571 ], [ -111.7058069051135, 41.183178299106416 ], [ -111.70615411061844, 41.183311288674105 ], [ -111.70657314358567, 41.183470860125603 ], [ -111.7075308300018, 41.183825295054326 ], [ -111.70785419697494, 41.183958425914128 ], [ -111.70817863271395, 41.184190635720554 ], [ -111.70846739950517, 41.184432071879115 ], [ -111.70949985546913, 41.185083289602389 ], [ -111.71044624213215, 41.185491816852384 ], [ -111.71180994666148, 41.185897757770384 ], [ -111.71219255727222, 41.185994478775683 ], [ -111.71253939979503, 41.186091419805194 ], [ -111.71307759897064, 41.186241222263405 ], [ -111.71378184385095, 41.186308922542786 ], [ -111.71419964177815, 41.186351371662077 ], [ -111.7152856247428, 41.186434710527074 ], [ -111.71589223225996, 41.186295823655932 ], [ -111.71630895155479, 41.186239185452806 ], [ -111.71665501557804, 41.186264056094821 ], [ -111.71691810945205, 41.186334481468634 ], [ -111.71713360971586, 41.186414210457045 ], [ -111.7173261489808, 41.1865751527166 ], [ -111.71739847434142, 41.186646765026239 ], [ -111.71752036082535, 41.186889217692183 ], [ -111.71762056536278, 41.187329978024962 ], [ -111.71769967864398, 41.188023089448173 ], [ -111.71789537246865, 41.18847226219075 ], [ -111.71817295911009, 41.188776798353672 ], [ -111.71850996934938, 41.18906294741366 ], [ -111.71907284181889, 41.189284630540186 ], [ -111.71959955255235, 41.189470505470219 ], [ -111.71989882805721, 41.189576729268431 ], [ -111.71998308324018, 41.189648265333155 ], [ -111.7201633204663, 41.189773248252848 ], [ -111.72033183209626, 41.189916319917529 ], [ -111.72042899935232, 41.190077853339595 ], [ -111.72056203724391, 41.190248170093227 ], [ -111.72078170395973, 41.190706195558796 ], [ -111.72091504048795, 41.190903533543946 ], [ -111.72120497082943, 41.191244016326593 ], [ -111.72153077520555, 41.191593281445748 ], [ -111.72305830942398, 41.192781743965952 ], [ -111.72367021566541, 41.193120198435182 ], [ -111.72425688955498, 41.193332698561846 ], [ -111.72456801514122, 41.193429827742804 ], [ -111.7249262429486, 41.193472612564541 ], [ -111.72522435225449, 41.193470735676243 ], [ -111.72543879205729, 41.193451369414717 ], [ -111.725939117914, 41.193403177518377 ], [ -111.72620175240172, 41.193428545224492 ], [ -111.72652550274543, 41.193588644365349 ], [ -111.72674223375604, 41.193776441492169 ], [ -111.72691106889343, 41.193946524853267 ], [ -111.72722648777878, 41.19443095671123 ], [ -111.7272880047246, 41.194601717125636 ], [ -111.72730152448705, 41.194745757122334 ], [ -111.72724349657058, 41.194890248948376 ], [ -111.72714999349216, 41.195061988245705 ], [ -111.7270573869435, 41.195314792320254 ], [ -111.72704815325928, 41.195558062159392 ], [ -111.72716055984094, 41.196016752019062 ], [ -111.72730874277136, 41.196475215791487 ], [ -111.7274806780698, 41.196924521460218 ], [ -111.72766124881929, 41.197076513811361 ], [ -111.72792489655538, 41.197191949460304 ], [ -111.72830729657778, 41.197261594396267 ], [ -111.72878459833626, 41.197285598374428 ], [ -111.72908172515966, 41.197193639368066 ], [ -111.72942665121946, 41.197110384682937 ], [ -111.72977167643799, 41.197036136168556 ], [ -111.72997470176767, 41.197061872941603 ], [ -111.73016610253859, 41.197114706554686 ], [ -111.73053758086675, 41.197274491640265 ], [ -111.73129226749872, 41.197575968045598 ], [ -111.73179412494058, 41.197662858420102 ], [ -111.73240351066258, 41.197767078462043 ], [ -111.73265494287506, 41.197855557443063 ], [ -111.73284735277051, 41.197998458458883 ], [ -111.73295719149594, 41.19822295516903 ], [ -111.73298335321893, 41.198429968723893 ], [ -111.73309460025972, 41.198780565916678 ], [ -111.7333118699042, 41.199013386150845 ], [ -111.73355238845528, 41.199192010910728 ], [ -111.73366072281743, 41.199281399069896 ], [ -111.73436855033081, 41.199655216264361 ], [ -111.73461958950845, 41.199707662108274 ], [ -111.73503778745592, 41.199777056257716 ], [ -111.73516957262157, 41.199830261997207 ], [ -111.73549377959054, 41.200026364029824 ], [ -111.73575906679558, 41.200285896366118 ], [ -111.73603577714195, 41.200500315943053 ], [ -111.73609631356759, 41.200580999439161 ], [ -111.73703409196466, 41.201250588234657 ], [ -111.73729777271542, 41.201366002063502 ], [ -111.73774064473687, 41.20150729095797 ], [ -111.73824183183893, 41.201531102632558 ], [ -111.73865933608913, 41.20153743326685 ], [ -111.73924481520503, 41.201632762457514 ], [ -111.73963856992852, 41.201648249813609 ], [ -111.74008043399897, 41.201699457944528 ], [ -111.74036766895608, 41.201787689881463 ], [ -111.74077487423915, 41.201938204194654 ], [ -111.74123069966383, 41.202169474513333 ], [ -111.74183167404377, 41.202579964492372 ], [ -111.74222797928128, 41.202820622040377 ], [ -111.74238362835679, 41.202873665661578 ], [ -111.74247924023402, 41.202891064893095 ], [ -111.74259860241145, 41.202899303076208 ], [ -111.74286036403484, 41.202843567913014 ], [ -111.74302681896924, 41.202797454946051 ], [ -111.74339632160189, 41.202777054631667 ], [ -111.74371913974757, 41.202847032828053 ], [ -111.74386286402699, 41.202900151458479 ], [ -111.74482123604234, 41.203272285329405 ], [ -111.74520511922738, 41.203467973825653 ], [ -111.74551857220459, 41.203763202993315 ], [ -111.74577260134525, 41.204076831765803 ], [ -111.7459797460923, 41.204462826202843 ], [ -111.7462012755317, 41.205064914590771 ], [ -111.74630559070394, 41.205847918449265 ], [ -111.74635534398531, 41.206027752273158 ], [ -111.74644374365238, 41.206459554334998 ], [ -111.7465820016433, 41.207080197116461 ], [ -111.74669374602415, 41.207466808497607 ], [ -111.74661599208214, 41.207971750038432 ], [ -111.74648413028207, 41.208963463941323 ], [ -111.7462102628372, 41.210055183697051 ], [ -111.7459014224381, 41.211219191597493 ], [ -111.74593018853822, 41.211651379914599 ], [ -111.74597262222217, 41.212236612322947 ], [ -111.74597507796423, 41.212452783705089 ], [ -111.74607162576196, 41.212551244063718 ], [ -111.74620426430837, 41.212676493885475 ], [ -111.74649278424226, 41.212872795572622 ], [ -111.7467687634222, 41.213015131038595 ], [ -111.74690078952148, 41.21308633720119 ], [ -111.74747835152867, 41.213523971927167 ], [ -111.74781777093861, 41.213999181673294 ], [ -111.74799884624132, 41.214187169424648 ], [ -111.74819092698482, 41.214294015176812 ], [ -111.74834671074534, 41.214356057493781 ], [ -111.74857478227936, 41.214480684301449 ], [ -111.74876614581629, 41.214524479150214 ], [ -111.74914805151448, 41.214540010839009 ], [ -111.74944563797827, 41.214484027665002 ], [ -111.75020708237017, 41.214307921302336 ], [ -111.75049242991673, 41.214224991759551 ], [ -111.75062291793519, 41.214161086656723 ], [ -111.75076399493059, 41.213980010971767 ], [ -111.7510857425427, 41.21395088943585 ], [ -111.75133540645157, 41.21387719834356 ], [ -111.75151350183863, 41.213803973800687 ], [ -111.75170331857744, 41.21371265686782 ], [ -111.75178660815492, 41.213694097538543 ], [ -111.75190568158905, 41.213675304501336 ], [ -111.75198928051722, 41.213683766405822 ], [ -111.75213303518066, 41.21373687435505 ], [ -111.75226548123166, 41.213844102798774 ], [ -111.75243412462426, 41.213987125771375 ], [ -111.75272401108505, 41.214300504208623 ], [ -111.7528454605971, 41.21448887403885 ], [ -111.75301534647915, 41.214739981593972 ], [ -111.75312414627345, 41.214865379246618 ], [ -111.75323232651918, 41.214936734059108 ], [ -111.75335202182913, 41.214971982245011 ], [ -111.75355449110168, 41.21494363408523 ], [ -111.75411366789075, 41.214813864347228 ], [ -111.75447109894816, 41.214775491863683 ], [ -111.75463809319662, 41.214774397615415 ], [ -111.75476878526838, 41.21472850208405 ], [ -111.75487499955838, 41.214628720081862 ], [ -111.75495725373408, 41.21452008727011 ], [ -111.755039196919, 41.214384433042937 ], [ -111.75519229377315, 41.214212280948416 ], [ -111.75533429070482, 41.214112263843965 ], [ -111.75548821522307, 41.214012168310866 ], [ -111.75600910725512, 41.21366645336758 ], [ -111.7563752424652, 41.213348776062084 ], [ -111.75656484345835, 41.21323943694189 ], [ -111.7566591247615, 41.213139731678154 ], [ -111.7568000790373, 41.212949641610152 ], [ -111.75696457658385, 41.212732373205846 ], [ -111.75707005740459, 41.212569539377185 ], [ -111.75724409186309, 41.212145028444894 ], [ -111.75738182189002, 41.211675716997853 ], [ -111.75742402607189, 41.211198025903734 ], [ -111.75746861924182, 41.210927498509697 ], [ -111.75751487445322, 41.210801085002551 ], [ -111.75763269393448, 41.210674200659462 ], [ -111.75781035776033, 41.210564937994704 ], [ -111.75796479002263, 41.210509874789743 ], [ -111.75808385583181, 41.210491075418425 ], [ -111.75833433064983, 41.210489426236485 ], [ -111.75852527262977, 41.210497176469154 ], [ -111.75876298751466, 41.210423547978124 ], [ -111.75885788596896, 41.210377883634123 ], [ -111.75895257609992, 41.210314204978211 ], [ -111.75921258252326, 41.210105311588713 ], [ -111.75937831487941, 41.20999612516502 ], [ -111.75954467173352, 41.209940981205378 ], [ -111.75971134089878, 41.209912858356248 ], [ -111.75996139648851, 41.20987517719022 ], [ -111.76048504835393, 41.209772634359346 ], [ -111.7608298946615, 41.209680278452147 ], [ -111.76094822753925, 41.209598426336612 ], [ -111.7611134337623, 41.209444201871001 ], [ -111.76123113943578, 41.209308306783313 ], [ -111.76136098059165, 41.209190346948141 ], [ -111.76153811192331, 41.209036043022373 ], [ -111.76158488025503, 41.208954663488129 ], [ -111.76159597171694, 41.208882527696467 ], [ -111.76146122318511, 41.208577153417252 ], [ -111.76142460671429, 41.208505333091686 ], [ -111.76143580271304, 41.208442204423996 ], [ -111.76151887389042, 41.208405623890009 ], [ -111.76172121474906, 41.208368254429232 ], [ -111.7621153275806, 41.208410685858759 ], [ -111.76252230909489, 41.208534100973182 ], [ -111.76285678834014, 41.208576924716276 ], [ -111.76313121426428, 41.208584114251281 ], [ -111.76332131364178, 41.208519799688517 ], [ -111.76349917151909, 41.208428542560284 ], [ -111.76386639368684, 41.208209919932962 ], [ -111.76422137207314, 41.207964353969778 ], [ -111.76435193897369, 41.207909440573609 ], [ -111.76451797173439, 41.207827268162532 ], [ -111.76463661125017, 41.207772433627824 ], [ -111.76485202900429, 41.207834057699017 ], [ -111.76491218787889, 41.207878697145077 ], [ -111.7649136565349, 41.208004796663928 ], [ -111.76489085174316, 41.208095026191081 ], [ -111.76464667855586, 41.208637116057922 ], [ -111.76436661521282, 41.209170435793659 ], [ -111.76401498409666, 41.209704229656232 ], [ -111.76375551844643, 41.209958169296527 ], [ -111.76367297029648, 41.210039786979678 ], [ -111.76364963943837, 41.210084980711628 ], [ -111.76361448599063, 41.210139260638897 ], [ -111.76360339655771, 41.210211396591937 ], [ -111.76361647594574, 41.210310395683926 ], [ -111.76366575637135, 41.210445185914438 ], [ -111.76395641359559, 41.21082158568133 ], [ -111.76417435630751, 41.21109938143745 ], [ -111.76434301823426, 41.211242386872861 ], [ -111.76449901936012, 41.211322421509315 ], [ -111.76478664318051, 41.211437613051906 ], [ -111.76507521245912, 41.211633867786745 ], [ -111.76563969342347, 41.211963404622978 ], [ -111.76588045188477, 41.212150967388482 ], [ -111.76598885142833, 41.212240324367556 ], [ -111.76619372370101, 41.212419117370828 ], [ -111.76627784824969, 41.212472604394584 ], [ -111.7664218217874, 41.212543708635664 ], [ -111.76658954595399, 41.212605646790408 ], [ -111.76678112592208, 41.212667425852516 ], [ -111.76740421065223, 41.212906485732574 ], [ -111.76805105018201, 41.213136375988384 ], [ -111.76841099298971, 41.213314130610087 ], [ -111.76873504862314, 41.213483115880166 ], [ -111.76896357710388, 41.213643730377726 ], [ -111.76909657765124, 41.213795974679144 ], [ -111.76925385684426, 41.213984087815973 ], [ -111.76938622551882, 41.214082289225011 ], [ -111.76963840257397, 41.214224728762346 ], [ -111.76990208631543, 41.214331059633665 ], [ -111.77028568545127, 41.214490634580983 ], [ -111.77059771787805, 41.214650687184658 ], [ -111.77082604348534, 41.214793283707181 ], [ -111.77092326624951, 41.21494576534343 ], [ -111.77097267101308, 41.215089559261763 ], [ -111.77102175869106, 41.215206331900937 ], [ -111.77113302644975, 41.21553887514537 ], [ -111.77127965707355, 41.215835150244196 ], [ -111.77148646001849, 41.216176060971264 ], [ -111.77176451808189, 41.21648947039278 ], [ -111.77189880167484, 41.216749796236627 ], [ -111.77210328044561, 41.216892550004445 ], [ -111.77235610994387, 41.217089025846555 ], [ -111.77258497783195, 41.217276654102704 ], [ -111.77299404857376, 41.217571165822179 ], [ -111.77330610224679, 41.217731210814925 ], [ -111.7734743766556, 41.217838174087689 ], [ -111.77351122385028, 41.217928004453775 ], [ -111.7735842817611, 41.218053622698314 ], [ -111.77366852568049, 41.218116111228433 ], [ -111.77382466060554, 41.218205139966216 ], [ -111.77398015883648, 41.21824012604857 ], [ -111.77417101860725, 41.218238843039913 ], [ -111.77439692086811, 41.218174269550154 ], [ -111.77463453883895, 41.218091601231329 ], [ -111.7752511089727, 41.217772179302024 ], [ -111.77583295168849, 41.217543065921774 ], [ -111.77639072016191, 41.217296096344533 ], [ -111.77669862499016, 41.217104856393114 ], [ -111.77693506368682, 41.216923105611755 ], [ -111.77710078321292, 41.216813893916907 ], [ -111.77726714197351, 41.216758724397366 ], [ -111.77739814170616, 41.216739824507087 ], [ -111.77760081873731, 41.216729448253766 ], [ -111.77775599529927, 41.216737408056389 ], [ -111.77804195793009, 41.216708452894686 ], [ -111.77810149341551, 41.216699042830179 ], [ -111.7784694596409, 41.216543423431752 ], [ -111.77862442221668, 41.216533367935192 ], [ -111.77882827367473, 41.216622067249915 ], [ -111.77887641479407, 41.216657772789752 ], [ -111.77892476968263, 41.216711492438769 ], [ -111.77900965810514, 41.216828019434402 ], [ -111.77906239524344, 41.217251028653486 ], [ -111.77916092347992, 41.217511587829264 ], [ -111.77937852502248, 41.217753325472898 ], [ -111.7797401280811, 41.218066149967427 ], [ -111.78010141351298, 41.218351952099361 ], [ -111.78040209452722, 41.21855709376203 ], [ -111.78065366982827, 41.218645466351191 ], [ -111.78097617575131, 41.218679310638677 ], [ -111.78120271568902, 41.218668766191271 ], [ -111.78150007775854, 41.218594686178712 ], [ -111.78182043857637, 41.218448386976121 ], [ -111.78203311756526, 41.218275794885884 ], [ -111.78218647393102, 41.218130628730208 ], [ -111.78238690025543, 41.217931095854439 ], [ -111.78254132862565, 41.217875999787687 ], [ -111.78268382809895, 41.217820984595285 ], [ -111.78298118461235, 41.217746900795944 ], [ -111.78338686517029, 41.217753149404324 ], [ -111.78411537155104, 41.217820253264556 ], [ -111.78447301521219, 41.217799801785532 ], [ -111.78467504829256, 41.217735370756138 ], [ -111.78485322376828, 41.217671101984621 ], [ -111.78504375828663, 41.217642779818867 ], [ -111.78536561487313, 41.217622569542023 ], [ -111.78585511833543, 41.21765526108021 ], [ -111.78602287352643, 41.217717170594334 ], [ -111.78623888283052, 41.217823789319425 ], [ -111.78645510862484, 41.217948421724735 ], [ -111.78667111938496, 41.218055039621625 ], [ -111.78689851973937, 41.218116540361549 ], [ -111.78713687728673, 41.218096895701947 ], [ -111.78751794653117, 41.218040243498535 ], [ -111.78793447675061, 41.217956324044373 ], [ -111.78810104528532, 41.217919153025818 ], [ -111.78831608520792, 41.217944704427708 ], [ -111.78842420014483, 41.218007018711305 ], [ -111.78853242346793, 41.218078339933044 ], [ -111.78861668147643, 41.218140817399004 ], [ -111.78870104785052, 41.218212301842762 ], [ -111.78895382335446, 41.218399733665898 ], [ -111.78934985366293, 41.21859519079424 ], [ -111.78972018683361, 41.218637690499094 ], [ -111.78987504401876, 41.218618612797862 ], [ -111.79000561005654, 41.218563670416579 ], [ -111.79019527751106, 41.218463283423212 ], [ -111.79033722953605, 41.218363223621623 ], [ -111.79082283478814, 41.21807164061984 ], [ -111.79120227230062, 41.217879870699491 ], [ -111.79158192478249, 41.217706113614582 ], [ -111.79213843877253, 41.217359990886941 ], [ -111.79254074671846, 41.217086989169367 ], [ -111.79269429439007, 41.21695982329296 ], [ -111.79281183865986, 41.21681488953007 ], [ -111.792905308068, 41.216652105853022 ], [ -111.79298695744075, 41.216498411279375 ], [ -111.79303271263164, 41.216335956063681 ], [ -111.7930433354431, 41.216227789492699 ], [ -111.79306588651872, 41.216119540767941 ], [ -111.79308865512033, 41.216029306108318 ], [ -111.79320652332314, 41.215911393048614 ], [ -111.79331344232746, 41.215874625364364 ], [ -111.79343283368181, 41.215882810567869 ], [ -111.79368408912892, 41.215944133559496 ], [ -111.79394781789402, 41.21605040892365 ], [ -111.79415179706143, 41.216148087977992 ], [ -111.79478704971774, 41.216395923115861 ], [ -111.79528902193974, 41.216473527417371 ], [ -111.79549158569401, 41.216454112676111 ], [ -111.79566963770448, 41.216380820250741 ], [ -111.79582339596926, 41.216271664314334 ], [ -111.79597649854975, 41.216108466001394 ], [ -111.79622448027408, 41.215899572553596 ], [ -111.796414567442, 41.215835203539946 ], [ -111.79661636389245, 41.215752737640543 ], [ -111.79683063458995, 41.215715223989562 ], [ -111.79696184491887, 41.215714315963631 ], [ -111.7971651712907, 41.215757947491767 ], [ -111.79741686718215, 41.215855290418475 ], [ -111.79771704285852, 41.216015351441683 ], [ -111.79796950682329, 41.216175742313496 ], [ -111.79821070071452, 41.216390257443955 ], [ -111.79847597200286, 41.216622620669163 ], [ -111.79863388944881, 41.216855727873863 ], [ -111.79873041251918, 41.216945136214342 ], [ -111.79879071217579, 41.216998764628769 ], [ -111.7989345110732, 41.217051813712651 ], [ -111.79914977131301, 41.217095358914996 ], [ -111.79935299370669, 41.217129979497244 ], [ -111.79961541985158, 41.217128157497129 ], [ -111.79975834193903, 41.217109149388598 ], [ -111.8001747401441, 41.217016178819627 ], [ -111.800447666663, 41.216897180801439 ], [ -111.80072081188304, 41.216796196177945 ], [ -111.80121861692983, 41.216531507885371 ], [ -111.8015273244914, 41.21641225833816 ], [ -111.80184905924089, 41.216382995067505 ], [ -111.80205195068126, 41.216390589851557 ], [ -111.80226677048312, 41.21639810117307 ], [ -111.80255338044988, 41.216423127334394 ], [ -111.80277968820639, 41.216394526506754 ], [ -111.80292194682715, 41.216321472410982 ], [ -111.80303990788943, 41.216212556460924 ], [ -111.80322800567676, 41.215986050016006 ], [ -111.80335767344114, 41.215859036513173 ], [ -111.8035473123802, 41.215758627736726 ], [ -111.80364240724461, 41.215730940764622 ], [ -111.80379725324211, 41.215711844429521 ], [ -111.80395243000973, 41.215719768923236 ], [ -111.80414361201869, 41.215745457340802 ], [ -111.8049439052902, 41.215829943663252 ], [ -111.80548144813891, 41.215889239300715 ], [ -111.80581565932179, 41.215904916585856 ], [ -111.80599447205094, 41.215894657359627 ], [ -111.80612557185756, 41.215884731882355 ], [ -111.80627886893703, 41.215739534116672 ], [ -111.80631332616295, 41.215631199469193 ], [ -111.80632392697922, 41.215523031860926 ], [ -111.80628670463737, 41.215406191332455 ], [ -111.80628581978404, 41.215334135272805 ], [ -111.80626041511381, 41.215208204202519 ], [ -111.80632921837511, 41.214982527884047 ], [ -111.80641138726563, 41.214873859093636 ], [ -111.8064702530116, 41.214810392363034 ], [ -111.80662255100148, 41.214584131070623 ], [ -111.80682156361156, 41.214276472221201 ], [ -111.80724377110059, 41.213688007286898 ], [ -111.80758280947106, 41.213127147421403 ], [ -111.80793532122732, 41.212692300984678 ], [ -111.8081350979993, 41.212447688930979 ], [ -111.80824144849565, 41.212365872452288 ], [ -111.80841958583113, 41.212301567499793 ], [ -111.80870584720972, 41.21229955748597 ], [ -111.80886101639221, 41.212307475437946 ], [ -111.80921906509813, 41.212322975449077 ], [ -111.80949295481675, 41.212285019274141 ], [ -111.80971891190083, 41.212229383931842 ], [ -111.80993305215966, 41.212182839046392 ], [ -111.81005188303452, 41.212145972045043 ], [ -111.8103129548163, 41.212036041802058 ], [ -111.81043167404508, 41.211990167408601 ], [ -111.81068181785152, 41.211961383310886 ], [ -111.81081346509144, 41.21199648758256 ], [ -111.81090966364862, 41.212058864694491 ], [ -111.81107776124702, 41.212147758687166 ], [ -111.81120974287536, 41.212209883504102 ], [ -111.81138910104434, 41.212244651000532 ], [ -111.81162787446755, 41.212260983890026 ], [ -111.81179474868944, 41.212250799817198 ], [ -111.81202070363288, 41.212195159976794 ], [ -111.81216316556451, 41.212140108588791 ], [ -111.8122812151601, 41.212040190302979 ], [ -111.81235155447382, 41.211940608477214 ], [ -111.81243315242276, 41.211786900462464 ], [ -111.81245488999478, 41.211615599168645 ], [ -111.81247751898559, 41.211516353864972 ], [ -111.81252099363536, 41.211173751240267 ], [ -111.81254128198428, 41.210885358909529 ], [ -111.81254997728077, 41.21062407172677 ], [ -111.81254830557738, 41.210488966710713 ], [ -111.81255911831505, 41.210398812537498 ], [ -111.81260560112266, 41.210299398868337 ], [ -111.81267604958221, 41.210208823837625 ], [ -111.81275853647134, 41.210127171584574 ], [ -111.8128406887015, 41.210018498269449 ], [ -111.81291035608207, 41.209864874087216 ], [ -111.81293242634106, 41.209720593668543 ], [ -111.8129551655009, 41.209630355252891 ], [ -111.81300877948691, 41.209143556131039 ], [ -111.81311378033328, 41.208953651183052 ], [ -111.81323093054785, 41.20878167591588 ], [ -111.81333682256525, 41.208663826783457 ], [ -111.8135137175142, 41.208500437023467 ], [ -111.8137978413759, 41.208327281467689 ], [ -111.81404629501363, 41.208163385161399 ], [ -111.81443563461065, 41.207818336171819 ], [ -111.8147884079447, 41.20741049004436 ], [ -111.81502302888282, 41.207093557027598 ], [ -111.81549461255101, 41.206648836586858 ], [ -111.81586097779164, 41.206376007761371 ], [ -111.81620326330814, 41.206085332851529 ], [ -111.81640433283727, 41.205948790643397 ], [ -111.81658154881842, 41.205812417231719 ], [ -111.81687578694591, 41.205495057621768 ], [ -111.81709880095998, 41.205205226025548 ], [ -111.81721638240793, 41.205069274748908 ], [ -111.81735770367469, 41.20492414705852 ], [ -111.81745188014129, 41.204824392836748 ], [ -111.81752254033086, 41.204751828870251 ], [ -111.81761727689587, 41.204697109510036 ], [ -111.81774779172126, 41.204642136011138 ], [ -111.81791453335072, 41.20462293624626 ], [ -111.81812942815972, 41.204639425328196 ], [ -111.81858262136268, 41.204636204749796 ], [ -111.81908363134744, 41.204641650084227 ], [ -111.81953648731229, 41.204611404766652 ], [ -111.8201795984243, 41.204534763809292 ], [ -111.82067970734914, 41.204468146263096 ], [ -111.8209300428485, 41.204457354158357 ], [ -111.82103749030161, 41.204465595935062 ], [ -111.82131269153201, 41.204535695858027 ], [ -111.82145636806646, 41.204579710024589 ], [ -111.82162400970829, 41.20463256082131 ], [ -111.82230909865281, 41.205051037099224 ], [ -111.82265698904224, 41.20521069264182 ], [ -111.82290879397989, 41.205316987035687 ], [ -111.82306406091816, 41.205333892981805 ], [ -111.82321944082265, 41.205359805703004 ], [ -111.82345796588184, 41.205358100317646 ], [ -111.82400646044263, 41.205345169073247 ], [ -111.82471044829438, 41.20536715290406 ], [ -111.82529404228043, 41.205299917402037 ], [ -111.82561525811863, 41.205234560357503 ], [ -111.82594738014856, 41.205088054069002 ], [ -111.8261953377307, 41.204888103939226 ], [ -111.82634947125671, 41.204814935667578 ], [ -111.8266360387934, 41.204839902323563 ], [ -111.82686331593547, 41.20489231737983 ], [ -111.82711467261078, 41.204962574620993 ], [ -111.82773574142227, 41.205030174455089 ], [ -111.82805797536848, 41.205045873404842 ], [ -111.82831989700738, 41.205007958545288 ], [ -111.82862906848088, 41.204933671942051 ], [ -111.82891404594625, 41.204832535289192 ], [ -111.8291150848917, 41.204695971141561 ], [ -111.82932736674613, 41.204505278924181 ], [ -111.82956315819385, 41.204287393581609 ], [ -111.82970422272696, 41.20412423704682 ], [ -111.82985709874839, 41.20395198742758 ], [ -111.83016421441891, 41.203715571252864 ], [ -111.83048416479632, 41.203551124037794 ], [ -111.83068599389422, 41.203477605985377 ], [ -111.83088770860249, 41.203395080611699 ], [ -111.83107806673723, 41.203357675808746 ], [ -111.83131590010228, 41.203301912395062 ], [ -111.83155430317686, 41.203291183341157 ], [ -111.83191253503105, 41.20332462716393 ], [ -111.83238991171781, 41.203348200930904 ], [ -111.83259230884038, 41.203319714397402 ], [ -111.83283025493014, 41.203272954835953 ], [ -111.8329844913772, 41.203208784735082 ], [ -111.83309113846902, 41.203153966507571 ], [ -111.83382608035234, 41.202797343428955 ], [ -111.83408673143695, 41.202660338940369 ], [ -111.8342291538697, 41.202605260532479 ], [ -111.83437191928441, 41.202577202842789 ], [ -111.83461009024555, 41.20254845356294 ], [ -111.83493174090815, 41.202519098567805 ], [ -111.83513390528151, 41.202472593672148 ], [ -111.8353119889226, 41.202408247510263 ], [ -111.83548972853117, 41.202316880189571 ], [ -111.83583350984054, 41.202152245216233 ], [ -111.83597581505229, 41.202088157706228 ], [ -111.83608211387758, 41.202006315855378 ], [ -111.83619930612856, 41.201843324663486 ], [ -111.83629253204336, 41.201671499603471 ], [ -111.83631477774749, 41.201545228934897 ], [ -111.83637967953597, 41.201022305501532 ], [ -111.83641167134834, 41.200724815907677 ], [ -111.83640846033059, 41.200472620954891 ], [ -111.83645478541929, 41.200364190934152 ], [ -111.83657243267714, 41.200237227204795 ], [ -111.83669099720899, 41.200182319058101 ], [ -111.83685772154583, 41.200163092008644 ], [ -111.83717844117611, 41.200061675151019 ], [ -111.83791573864332, 41.199894172504727 ], [ -111.8387002730564, 41.199690289941877 ], [ -111.83925857008533, 41.199515074417278 ], [ -111.83959120787461, 41.199413563985665 ], [ -111.83975769907843, 41.199376318847776 ], [ -111.84017404143592, 41.199292211912734 ], [ -111.84067420406589, 41.199234514999254 ], [ -111.84115028498174, 41.199158976222193 ], [ -111.84150757567345, 41.199120334760302 ], [ -111.84196061268507, 41.199108015594675 ], [ -111.84225862373707, 41.199096828583819 ], [ -111.84242603654667, 41.199131635218038 ], [ -111.8425576743185, 41.19916670335914 ], [ -111.84268988990135, 41.199246806099488 ], [ -111.84281018070689, 41.199326995959744 ], [ -111.8430030626882, 41.199487724483554 ], [ -111.84312277634027, 41.199522879261686 ], [ -111.84326587793812, 41.199521831476844 ], [ -111.84338489800182, 41.199502944290607 ], [ -111.84362282225449, 41.199456162603141 ], [ -111.8437288758745, 41.199356299893026 ], [ -111.8438467385626, 41.199247342757189 ], [ -111.8439055540593, 41.199183857197177 ], [ -111.8441064285787, 41.199038260260494 ], [ -111.84423644658548, 41.198947229216344 ], [ -111.84468843944578, 41.198853836815601 ], [ -111.84530749672399, 41.198768224257144 ], [ -111.84565274171125, 41.198720650562976 ], [ -111.84617628068028, 41.198626726920331 ], [ -111.84654525809542, 41.198569968372126 ], [ -111.84702144317311, 41.198503412366399 ], [ -111.84729467123185, 41.198420332244929 ], [ -111.84754358399577, 41.198301399249004 ], [ -111.84768610169141, 41.198255311295867 ], [ -111.84787666743101, 41.198235892805414 ], [ -111.84815093977761, 41.1982338731247 ], [ -111.84838932113577, 41.198223109411167 ], [ -111.84865108677415, 41.198176141698902 ], [ -111.84885299496473, 41.198111599029666 ], [ -111.84904309430705, 41.198056150865881 ], [ -111.84916187712652, 41.198019243871201 ], [ -111.84941171654033, 41.197972362371416 ], [ -111.84982908565138, 41.197969283138008 ], [ -111.85028281203635, 41.198010972930582 ], [ -111.85062851566866, 41.19799941212186 ], [ -111.85089016207766, 41.197943432408643 ], [ -111.85123528171329, 41.197886835118851 ], [ -111.85162821669196, 41.19783889099849 ], [ -111.85192551915036, 41.197773637451895 ], [ -111.85209199891847, 41.197736374578255 ], [ -111.85225859533411, 41.197708118395873 ], [ -111.85255648095291, 41.197687897880655 ], [ -111.85287844975861, 41.197685513827118 ], [ -111.85311741297656, 41.197719774994638 ], [ -111.85336783324703, 41.197717919587717 ], [ -111.85366571851999, 41.197697696206006 ], [ -111.85401095141563, 41.197650097557485 ], [ -111.85438015042482, 41.197611327865872 ], [ -111.85498725777087, 41.197525751957428 ], [ -111.85521335873564, 41.197488041912429 ], [ -111.85533237147948, 41.197469142440141 ], [ -111.85565504280902, 41.19752079217281 ], [ -111.85589459346615, 41.197600082181197 ], [ -111.85600238558062, 41.197635312174121 ], [ -111.85643285070505, 41.197722189600611 ], [ -111.8566597735699, 41.197747525159933 ], [ -111.85687406699067, 41.19771890748315 ], [ -111.85714774898506, 41.197671831801799 ], [ -111.8574821123031, 41.197705373795017 ], [ -111.85779286161574, 41.197757106298567 ], [ -111.85800703690978, 41.19771947960097 ], [ -111.85820822829957, 41.197600879126632 ], [ -111.85838415738328, 41.197374373081118 ], [ -111.8585592613523, 41.197084818354718 ], [ -111.85872008476645, 41.196615213947588 ], [ -111.85879955378161, 41.19630835631726 ], [ -111.85886945242325, 41.196181725902299 ], [ -111.8591616753839, 41.195729156359022 ], [ -111.85940501901379, 41.195186872860489 ], [ -111.85946251978642, 41.195024303399073 ], [ -111.85957775615931, 41.194717178220408 ], [ -111.85974151306026, 41.194472745276734 ], [ -111.85989428761414, 41.194300456479773 ], [ -111.86010562077185, 41.19404665995485 ], [ -111.86023501695148, 41.193910576493664 ], [ -111.86038873242447, 41.193810342389689 ], [ -111.86056605955176, 41.193691916043832 ], [ -111.86139471905932, 41.193226323057338 ], [ -111.86217661682315, 41.192833136588511 ], [ -111.86293513073282, 41.192476151225812 ], [ -111.86368242291978, 41.192173291822961 ], [ -111.86416892705127, 41.191989486186017 ], [ -111.86471398005797, 41.191724168687173 ], [ -111.86512988485872, 41.191612951472848 ], [ -111.86551013603521, 41.191511008518148 ], [ -111.86567576138052, 41.191410677837496 ], [ -111.86580561550099, 41.191310615853858 ], [ -111.86603002675113, 41.19114678808684 ], [ -111.86634840005287, 41.190874159452974 ], [ -111.86671458327385, 41.190610177929415 ], [ -111.86695198269469, 41.190527320821126 ], [ -111.86724935515944, 41.190471035012187 ], [ -111.86741616408661, 41.190460770923629 ], [ -111.86764187650034, 41.190396016023023 ], [ -111.86802057002059, 41.190176975098169 ], [ -111.86837624749005, 41.190021161088964 ], [ -111.86905230395072, 41.189745827356539 ], [ -111.86959827184853, 41.189552542237699 ], [ -111.8701441172426, 41.189350247654708 ], [ -111.87054855162347, 41.18927512875419 ], [ -111.8707986998739, 41.189255221962213 ], [ -111.87103692478388, 41.189235404808947 ], [ -111.87114375582431, 41.189198565543002 ], [ -111.87129744350652, 41.189098317070162 ], [ -111.87135598447863, 41.18901680393305 ], [ -111.87140212447265, 41.188899353389395 ], [ -111.87144695054246, 41.188682826938106 ], [ -111.87154030459533, 41.188528987845004 ], [ -111.87163461387348, 41.188447203868499 ], [ -111.87174108488017, 41.188383343362808 ], [ -111.87188320522067, 41.188310205068944 ], [ -111.87247672502215, 41.188107538485966 ], [ -111.87272627015021, 41.188042593066896 ], [ -111.87289223453092, 41.187969272833897 ], [ -111.87294993508289, 41.187824710622841 ], [ -111.87294802092943, 41.187680600272742 ], [ -111.87292273957965, 41.18757269825479 ], [ -111.8727724885717, 41.187033368753376 ], [ -111.87276854155769, 41.186736141097199 ], [ -111.87283529330874, 41.186375322984901 ], [ -111.87282061960155, 41.186168254656664 ], [ -111.87277161349245, 41.186069540185066 ], [ -111.87262686812601, 41.1859445277383 ], [ -111.87238626466942, 41.185784210045142 ], [ -111.87188061889391, 41.185418719111091 ], [ -111.87161462153057, 41.185141490522305 ], [ -111.87150385627905, 41.184881102330479 ], [ -111.87147535411559, 41.184530013466784 ], [ -111.87149549669688, 41.184250618955453 ], [ -111.87150001488988, 41.183692100546807 ], [ -111.87146150186229, 41.183485212335007 ], [ -111.87135157589734, 41.183287872242317 ], [ -111.87124272503263, 41.183171594205476 ], [ -111.87113399392101, 41.183064322968214 ], [ -111.87084428468188, 41.182796279626153 ], [ -111.87048244965067, 41.182483741651033 ], [ -111.86985607167189, 41.182002052436211 ], [ -111.86963873737689, 41.181796514022892 ], [ -111.86943380275167, 41.181626912838645 ], [ -111.86909665794026, 41.181377238724451 ], [ -111.86895192997125, 41.181252221386188 ], [ -111.86882997460482, 41.181045961731016 ], [ -111.86880386947495, 41.180875010170773 ], [ -111.86881448171499, 41.180775844142019 ], [ -111.86887289950847, 41.180685325275427 ], [ -111.86898985367947, 41.180513294371622 ], [ -111.86923758725368, 41.180313252914701 ], [ -111.86946231013548, 41.180176439356984 ], [ -111.86958021499586, 41.18007646320018 ], [ -111.8696387502718, 41.179994950867844 ], [ -111.86971981763961, 41.179814182367124 ], [ -111.86978896312721, 41.179633503842496 ], [ -111.86983486129, 41.179498039939851 ], [ -111.86994000866932, 41.179335105036543 ], [ -111.87003287657824, 41.179145239344585 ], [ -111.870136473155, 41.178865214333904 ], [ -111.87025318238715, 41.178675168322656 ], [ -111.87040601238945, 41.178511872665048 ], [ -111.87058328040418, 41.178393431169177 ], [ -111.87089120364344, 41.178237970212102 ], [ -111.87105535553191, 41.17802954897661 ], [ -111.87107740776888, 41.17789426489928 ], [ -111.87107537905202, 41.177741147310982 ], [ -111.87109420904751, 41.177362676453704 ], [ -111.87112436312492, 41.17693908081322 ], [ -111.87116775051136, 41.176614471073435 ], [ -111.87116512496195, 41.17641631886012 ], [ -111.87115117531962, 41.17626329140532 ], [ -111.87114998192227, 41.176173222212398 ], [ -111.87124212590463, 41.17592931400344 ], [ -111.87134821913983, 41.175838433162141 ], [ -111.87149031304715, 41.175765295459883 ], [ -111.87182086902141, 41.175519582492129 ], [ -111.87216346264297, 41.175282785236966 ], [ -111.87238708678298, 41.175064903819958 ], [ -111.87250378291445, 41.174874855535187 ], [ -111.87262107605267, 41.174729841723334 ], [ -111.87273824912663, 41.174575820875482 ], [ -111.87292706415475, 41.174430264754484 ], [ -111.87316415823091, 41.174329381431889 ], [ -111.87369746762118, 41.174091133545822 ], [ -111.87415805342181, 41.173763356936966 ], [ -111.87463079453912, 41.173453501820745 ], [ -111.8746894375675, 41.173380993864669 ], [ -111.87481864350508, 41.173235887321773 ], [ -111.87502865368457, 41.172891994582947 ], [ -111.87517978024802, 41.172602595864866 ], [ -111.87530826423428, 41.172403447286968 ], [ -111.87538990646615, 41.172267709384307 ], [ -111.87549394948473, 41.172023707220291 ], [ -111.87557475138121, 41.171824920777098 ], [ -111.87579667314964, 41.171480936020011 ], [ -111.87597199290165, 41.171218375721978 ], [ -111.87613491141759, 41.170919878172455 ], [ -111.87627386888096, 41.170612554856199 ], [ -111.87638934570501, 41.170332433519604 ], [ -111.87649374220011, 41.170115451187122 ], [ -111.87655202008449, 41.170015921542934 ], [ -111.87659825807641, 41.169907475674925 ], [ -111.87659609701753, 41.169745351182769 ], [ -111.87652385895922, 41.169691853984517 ], [ -111.87623562794839, 41.169531906227377 ], [ -111.87595931789609, 41.169371867077118 ], [ -111.8757917243409, 41.16931909459872 ], [ -111.87544114146104, 41.168952438816703 ], [ -111.87511512045664, 41.168639642307731 ], [ -111.87481258189226, 41.16829964299486 ], [ -111.87458323919145, 41.16808519673976 ], [ -111.87443841085145, 41.167951178898583 ], [ -111.87433053836087, 41.167906958671942 ], [ -111.87415055167057, 41.167818246523623 ], [ -111.87397020639241, 41.167702513310232 ], [ -111.8737527877534, 41.167487974885859 ], [ -111.8736178477441, 41.167200747783198 ], [ -111.873531303191, 41.166967200482134 ], [ -111.87346967400839, 41.166814534676817 ], [ -111.87340816472631, 41.166670875760531 ], [ -111.8733344974666, 41.166509293324538 ], [ -111.87326154809968, 41.166401752411389 ], [ -111.87317715826286, 41.166330329528705 ], [ -111.87302125456557, 41.166259448670054 ], [ -111.87260086287043, 41.166019422814898 ], [ -111.87240729216725, 41.165804701085911 ], [ -111.87228619167196, 41.165661492896525 ], [ -111.87216556944274, 41.165554312305524 ], [ -111.87202110988056, 41.165447312063684 ], [ -111.87168368129687, 41.165170623296241 ], [ -111.8714902354466, 41.164964906875902 ], [ -111.87142837428013, 41.164794225986974 ], [ -111.87136484295796, 41.16449744793772 ], [ -111.87138474270992, 41.164200038663083 ], [ -111.87141775413838, 41.16399260857709 ], [ -111.87143956276887, 41.163839310281517 ], [ -111.8714253770156, 41.163668268631803 ], [ -111.87136411387316, 41.163542622349667 ], [ -111.87127865606182, 41.163390135533191 ], [ -111.87114421266102, 41.163138932897674 ], [ -111.87098521792839, 41.162833868698321 ], [ -111.87081537948137, 41.162609956832377 ], [ -111.870658414228, 41.162458010140504 ], [ -111.87057391311643, 41.162377578281259 ], [ -111.87041611471622, 41.162162582641841 ], [ -111.87033078010684, 41.162019101989664 ], [ -111.87030551363917, 41.161911198779976 ], [ -111.8703151677299, 41.161739976790237 ], [ -111.87038500847591, 41.161613339214959 ], [ -111.8705025215597, 41.161486341306102 ], [ -111.8705611587353, 41.161413835363433 ], [ -111.87059572113162, 41.161323495675134 ], [ -111.8705571060709, 41.16110759926152 ], [ -111.87046009287064, 41.160982222637465 ], [ -111.87033983979039, 41.160902060768755 ], [ -111.87011160992255, 41.16076866744789 ], [ -111.86984846065474, 41.160698592313672 ], [ -111.8695014097557, 41.160593118602506 ], [ -111.86905877818567, 41.160470349367131 ], [ -111.86883138507436, 41.160400002105142 ], [ -111.86874760252566, 41.160373610528239 ], [ -111.86854357029378, 41.160267055103432 ], [ -111.86838732928265, 41.160169146853505 ], [ -111.86797831720436, 41.159883978706333 ], [ -111.86779752936837, 41.159732207534361 ], [ -111.86765332734981, 41.159643215416921 ], [ -111.86736504323127, 41.159474237579353 ], [ -111.86722072362882, 41.159376237949992 ], [ -111.86711215774008, 41.159277968977797 ], [ -111.86687142884909, 41.159099624017557 ], [ -111.8667635759421, 41.159055396442227 ], [ -111.86651259196879, 41.159003237792156 ], [ -111.86601133657147, 41.158952960590199 ], [ -111.86561757820631, 41.158919889080948 ], [ -111.86528352715956, 41.158895375544084 ], [ -111.86515195869698, 41.15886033246364 ], [ -111.86487690450545, 41.158790335336121 ], [ -111.86466179436404, 41.158746911117163 ], [ -111.86449494693841, 41.15874816352153 ], [ -111.86435217152251, 41.158767250744461 ], [ -111.86422072211283, 41.15874121355516 ], [ -111.86408891790612, 41.158688155323823 ], [ -111.86398071265087, 41.158616904222662 ], [ -111.86380088353572, 41.158537182334321 ], [ -111.86329726976346, 41.158306753951692 ], [ -111.86302151088519, 41.158182710544459 ], [ -111.86280604953788, 41.158112261921339 ], [ -111.8626029785717, 41.158077751511193 ], [ -111.86235247372039, 41.15806161159167 ], [ -111.86215034738672, 41.158099156131421 ], [ -111.86198409153803, 41.158145439729658 ], [ -111.86182951705689, 41.158173619978754 ], [ -111.86172237682668, 41.158183429447249 ], [ -111.86156709442513, 41.15815756752442 ], [ -111.86139954078362, 41.158104773606304 ], [ -111.86112413993078, 41.158007746522912 ], [ -111.86090868113051, 41.157937294322608 ], [ -111.86053711684697, 41.157777929576689 ], [ -111.86038124690384, 41.157707031170418 ], [ -111.86021322427965, 41.157618207604564 ], [ -111.86000944970628, 41.157529650741125 ], [ -111.85984236973643, 41.15751288242565 ], [ -111.85968708961767, 41.157487017942387 ], [ -111.85919717982894, 41.157391587073342 ], [ -111.85882621056673, 41.15727725161198 ], [ -111.85862243888226, 41.157188692260732 ], [ -111.85833465845607, 41.157055719333933 ], [ -111.85799873989853, 41.15688707285431 ], [ -111.85757904956029, 41.156692025565299 ], [ -111.85732737738218, 41.156585804822534 ], [ -111.85717151367008, 41.156514901996431 ], [ -111.85702709827756, 41.15640788234807 ], [ -111.85694226962509, 41.156300419211888 ], [ -111.8568084820958, 41.156094233781857 ], [ -111.85661499224756, 41.155879484353306 ], [ -111.85637418679954, 41.155692109961912 ], [ -111.85629006346285, 41.15563868823368 ], [ -111.85609798296372, 41.155532021738708 ], [ -111.85577352637274, 41.155327252065298 ], [ -111.85548505714614, 41.155140229904823 ], [ -111.85523234060216, 41.154952941553823 ], [ -111.85500439577889, 41.154837531640723 ], [ -111.85481220267535, 41.154721855952005 ], [ -111.85469162896685, 41.154614656384354 ], [ -111.85463099129711, 41.154534035573569 ], [ -111.85456988586154, 41.154417386757061 ], [ -111.85452058057339, 41.154291642502081 ], [ -111.85450667519515, 41.154138612024447 ], [ -111.85451601872428, 41.153940369758374 ], [ -111.85449976048255, 41.152688397493634 ], [ -111.85456552856841, 41.152246524247886 ], [ -111.85460488952964, 41.151606673835346 ], [ -111.85469320180934, 41.151065546649015 ], [ -111.85479623678221, 41.150740498886456 ], [ -111.85493583843399, 41.150478234680989 ], [ -111.85508829140619, 41.150287937830598 ], [ -111.8553472863204, 41.150042802457961 ], [ -111.85592695915759, 41.149714213224968 ], [ -111.85649318630574, 41.149268618766079 ], [ -111.85693020735479, 41.148968108708111 ], [ -111.85724841766557, 41.148695504877189 ], [ -111.85748297985872, 41.148405507156276 ], [ -111.8575054032361, 41.148297245798169 ], [ -111.85746789557628, 41.148162406978827 ], [ -111.85744312524942, 41.14809052841526 ], [ -111.85733283276005, 41.147857144762668 ], [ -111.85716284534925, 41.147615197359045 ], [ -111.85710139019267, 41.147471528734549 ], [ -111.85707603407361, 41.147354615087259 ], [ -111.85701399294106, 41.147165911413659 ], [ -111.85702344556645, 41.146976675788324 ], [ -111.85711384366216, 41.146597672557611 ], [ -111.85717025398554, 41.14635404024547 ], [ -111.85723857931417, 41.146110319224292 ], [ -111.8573305002359, 41.145848406790279 ], [ -111.85737604978431, 41.145685926044372 ], [ -111.85738608786599, 41.145541725354178 ], [ -111.85741784450425, 41.145235221268344 ], [ -111.85749338944265, 41.144631131332901 ], [ -111.85758472063227, 41.144324183651278 ], [ -111.8575831950895, 41.144207092629642 ], [ -111.85759370194691, 41.144098919899044 ], [ -111.85751951287659, 41.143892291079908 ], [ -111.85740957937696, 41.14368592827455 ], [ -111.85726507480787, 41.143569901413159 ], [ -111.85694149505649, 41.143428183096319 ], [ -111.85671300142371, 41.143267740949575 ], [ -111.85660400919996, 41.143133433363808 ], [ -111.85650693227097, 41.142999037073309 ], [ -111.85648193064348, 41.142909144197148 ], [ -111.85645681189705, 41.142810244306922 ], [ -111.85647911802522, 41.142692976039662 ], [ -111.85650048652424, 41.142503651711095 ], [ -111.8564752507251, 41.142395744809555 ], [ -111.85640094998561, 41.142180108148608 ], [ -111.85631450075134, 41.141946545984077 ], [ -111.85628891399894, 41.14181161800073 ], [ -111.85629918834422, 41.141685431309071 ], [ -111.85634391756166, 41.141459901795209 ], [ -111.85639833469753, 41.141063150500635 ], [ -111.85644118832768, 41.140693508774014 ], [ -111.85644818124491, 41.140315125759621 ], [ -111.85643075966408, 41.139891884830448 ], [ -111.85633005605173, 41.139478270899652 ], [ -111.85624150217234, 41.139082582305164 ], [ -111.85663302796378, 41.138953560970499 ], [ -111.85691755986211, 41.138843350059346 ], [ -111.85720279444611, 41.138787180519763 ], [ -111.85733373205923, 41.138777198181856 ], [ -111.85769080242366, 41.138747516411961 ], [ -111.85790537311645, 41.138754926446943 ], [ -111.85821584351733, 41.138806661053152 ], [ -111.85843135398899, 41.138886126172821 ], [ -111.85865971888462, 41.139037558132571 ], [ -111.85921317586035, 41.139447793811513 ], [ -111.85956198033153, 41.139697412232017 ], [ -111.85989699079576, 41.139803006450975 ], [ -111.8599927755008, 41.139838322905376 ], [ -111.86010023922668, 41.139855536313348 ], [ -111.86024203347802, 41.139764398670579 ], [ -111.86027695233322, 41.139701082722063 ], [ -111.8603469075528, 41.139583457795638 ], [ -111.86042642235493, 41.139285603780912 ], [ -111.86043586442244, 41.139096367726111 ], [ -111.86039600210147, 41.138781389585219 ], [ -111.86027344824414, 41.138521076299853 ], [ -111.86029598163094, 41.138421821296731 ], [ -111.86026921130698, 41.13819682413488 ], [ -111.86037443599974, 41.138042904226175 ], [ -111.86040817674484, 41.137889518179733 ], [ -111.86049016146809, 41.137780811166216 ], [ -111.86066769237182, 41.13768940601846 ], [ -111.86079862721135, 41.137679419766521 ], [ -111.86108444229761, 41.137668275705941 ], [ -111.86131080578066, 41.13766658336656 ], [ -111.86240617342965, 41.137604340586726 ], [ -111.862858545649, 41.137573929274225 ], [ -111.86300174791593, 41.137590872279013 ], [ -111.86328756215084, 41.137579722759028 ], [ -111.86339490487138, 41.137587926129235 ], [ -111.8636697504022, 41.137648920942581 ], [ -111.86403955274668, 41.13768217922771 ], [ -111.86449428998827, 41.13783190141374 ], [ -111.86481702972809, 41.137910549799336 ], [ -111.86512797466717, 41.137998293743713 ], [ -111.86572473628853, 41.138074881255541 ], [ -111.86624942306346, 41.138106968292476 ], [ -111.86680985211456, 41.138138783984495 ], [ -111.86740590480971, 41.138161320821453 ], [ -111.86799004392003, 41.13818394434437 ], [ -111.86907504447753, 41.138238818708039 ], [ -111.86952765543313, 41.138226395160864 ], [ -111.869991585017, 41.138168844947884 ], [ -111.87016993683154, 41.13814047415255 ], [ -111.87039594416404, 41.13811174300205 ], [ -111.87070522956289, 41.138073374078331 ], [ -111.87108635551739, 41.138061484724908 ], [ -111.871503580709, 41.138076344641313 ], [ -111.87186147506421, 41.138109667885033 ], [ -111.87257690667845, 41.138149290098276 ], [ -111.87346044846358, 41.138286719933561 ], [ -111.87384229228924, 41.13832886329061 ], [ -111.87422389737932, 41.138352991434026 ], [ -111.87450995181537, 41.138359827996773 ], [ -111.87477181936704, 41.138339823892196 ], [ -111.87495004975366, 41.138302438742301 ], [ -111.87517545673521, 41.138228663382762 ], [ -111.87537715514171, 41.138164075633107 ], [ -111.87561411568628, 41.138063187978702 ], [ -111.87579186556783, 41.137989773663641 ], [ -111.87593447261955, 41.137961665706932 ], [ -111.87607660013464, 41.137897529704574 ], [ -111.87623052134721, 41.137824295936724 ], [ -111.87651477492039, 41.137696023036774 ], [ -111.87683524859955, 41.13760350525164 ], [ -111.87719158273447, 41.137519721380642 ], [ -111.87763191267997, 41.137480335880575 ], [ -111.87804841452305, 41.137441130330217 ], [ -111.8782272412613, 41.137448774963197 ], [ -111.87864554554886, 41.137544671696105 ], [ -111.87895614579084, 41.13760535726523 ], [ -111.87924231754688, 41.137621189064653 ], [ -111.87961176571937, 41.137627376398733 ], [ -111.87996893898597, 41.137606632683671 ], [ -111.88034957828422, 41.137558684890337 ], [ -111.8805517512678, 41.13753011597403 ], [ -111.88134876877325, 41.137433941842275 ], [ -111.88143192393487, 41.137415289822854 ], [ -111.88197911212751, 41.137348046359406 ], [ -111.88213374943477, 41.137328846499351 ], [ -111.88245505822283, 41.13729936184447 ], [ -111.88284881528317, 41.137341384082418 ], [ -111.88303919350801, 41.13732190907696 ], [ -111.88338384587129, 41.137256211371067 ], [ -111.88346724192907, 41.1372555717914 ], [ -111.88371755098166, 41.137262659640335 ], [ -111.88420637645832, 41.137285932103474 ], [ -111.88470772112784, 41.137354145725844 ], [ -111.88499413506263, 41.137387977127098 ], [ -111.88524553467066, 41.137476124165893 ], [ -111.88547334967467, 41.137582467702622 ], [ -111.88564111179994, 41.137653241008159 ], [ -111.88582042452741, 41.13769690161562 ], [ -111.88622622095608, 41.137747827585301 ], [ -111.88723950086943, 41.137785066818999 ], [ -111.8874898121971, 41.137792146445278 ], [ -111.88777598644249, 41.137807957013699 ], [ -111.88804963955052, 41.137778824024721 ], [ -111.88823977431484, 41.137741326550952 ], [ -111.8884419441884, 41.137712743815662 ], [ -111.88869140427997, 41.137656772269374 ], [ -111.88875085158416, 41.137647305747606 ], [ -111.88901258978308, 41.137618262400522 ], [ -111.88952403000816, 41.137551258993597 ], [ -111.89018937354867, 41.137411001066702 ], [ -111.89049827771368, 41.137345558340968 ], [ -111.89078274453504, 41.137235264389524 ], [ -111.89104338304556, 41.137125154057813 ], [ -111.8915060649401, 41.136977448130665 ], [ -111.89219522551372, 41.136836994296218 ], [ -111.89324105760292, 41.136639723873095 ], [ -111.89473653778157, 41.136213755376453 ], [ -111.89548476050113, 41.136036791602521 ], [ -111.89600711425079, 41.135897611589257 ], [ -111.89660057825526, 41.135730852115849 ], [ -111.8974088481735, 41.135589439961265 ], [ -111.89771810471058, 41.13555099877032 ], [ -111.89789655956572, 41.135531592143437 ], [ -111.89800353415231, 41.135512742500829 ], [ -111.89836056625221, 41.135482935007786 ], [ -111.89892172347506, 41.135568636042393 ], [ -111.89920813629631, 41.135602432115022 ], [ -111.89927998557988, 41.135628894850413 ], [ -111.89957868138831, 41.135689617732879 ], [ -111.89985441261567, 41.135813574356121 ], [ -111.90021353888102, 41.135936878620434 ], [ -111.90066846691434, 41.136095464233648 ], [ -111.90111074400845, 41.136200099765418 ], [ -111.90164820706774, 41.136294980704001 ], [ -111.90191067396344, 41.136319949598501 ], [ -111.90204196918098, 41.136336937273953 ], [ -111.90250696586037, 41.136360318662256 ], [ -111.90284054379705, 41.136357704653555 ], [ -111.90313788701143, 41.13631934228583 ], [ -111.9032448612855, 41.136300487780339 ], [ -111.90377936080603, 41.136179193063846 ], [ -111.9040646654977, 41.136131914885091 ], [ -111.9045283001889, 41.13605621220821 ], [ -111.90546931542755, 41.136904566956837 ], [ -111.90579482360339, 41.137181251803014 ], [ -111.90832511089957, 41.137494618496461 ], [ -111.90830908149704, 41.136332729684106 ], [ -111.90872605306735, 41.136329441023292 ], [ -111.91014388039581, 41.136327255175473 ], [ -111.91073955369349, 41.136322547139933 ], [ -111.91075859918584, 41.135115341867319 ], [ -111.91189048204687, 41.135115395026439 ], [ -111.91181488653028, 41.134818733671594 ], [ -111.91175257675739, 41.134621053688811 ], [ -111.91238597069508, 41.134760164558223 ], [ -111.91267363475049, 41.134883995944612 ], [ -111.91286449565318, 41.134900499329284 ], [ -111.91303315388107, 41.135034280707167 ], [ -111.91315291067789, 41.135078370786808 ], [ -111.91333398295245, 41.135248084790753 ], [ -111.91360082373468, 41.135588267828268 ], [ -111.91384371551882, 41.135919632347274 ], [ -111.91409864825638, 41.136259908648121 ], [ -111.91437878661188, 41.136699070831 ], [ -111.91453879186464, 41.137067123189304 ], [ -111.9145632446082, 41.137111968385675 ], [ -111.91470896069688, 41.137308984453853 ], [ -111.91501043154578, 41.137567818272892 ], [ -111.91538263572112, 41.137772042015918 ], [ -111.91564699213801, 41.137932082544324 ], [ -111.91605318714251, 41.138009923784033 ], [ -111.9161367087399, 41.138018267413273 ], [ -111.91627979912995, 41.138026137158882 ], [ -111.91644596480701, 41.137979775951536 ], [ -111.91649349440623, 41.137970389934864 ], [ -111.91665928357371, 41.137897007819284 ], [ -111.91680162120751, 41.137850835714694 ], [ -111.91700415445484, 41.137849223574882 ], [ -111.91732707982908, 41.137936731044491 ], [ -111.91805557588006, 41.138057037423835 ], [ -111.91878369742452, 41.138150318579982 ], [ -111.91952486691542, 41.138324561744632 ], [ -111.92021876262585, 41.138526201379676 ], [ -111.92030253716314, 41.13855255568987 ], [ -111.92055398711234, 41.138640625106483 ], [ -111.92078135804967, 41.13871087072561 ], [ -111.92105638496562, 41.1387807348476 ], [ -111.92162963786936, 41.13887523619065 ], [ -111.92173698898161, 41.138883385091269 ], [ -111.92185663237036, 41.138918459104659 ], [ -111.92232304089124, 41.139040835592297 ], [ -111.92308666811064, 41.139115789463595 ], [ -111.92321772132371, 41.139114739178837 ], [ -111.92358717942621, 41.139120785331535 ], [ -111.92382520519459, 41.139100860881548 ], [ -111.92406285154276, 41.139053915400218 ], [ -111.92427616392848, 41.138971133241085 ], [ -111.92457160804079, 41.138797612872786 ], [ -111.9246186310195, 41.138752196126347 ], [ -111.92472534969151, 41.138715308010575 ], [ -111.92516325099761, 41.138504610967168 ], [ -111.92540165381318, 41.138511703820065 ], [ -111.92584208481642, 41.138481141105487 ], [ -111.92602167869457, 41.138542752505664 ], [ -111.92629594988034, 41.13855856301354 ], [ -111.92665475889157, 41.13865476357622 ], [ -111.92685818167119, 41.138716181970928 ], [ -111.92702560960919, 41.138759873968688 ], [ -111.92710926024112, 41.138777216455466 ], [ -111.92732409020505, 41.138802510770681 ], [ -111.92808810065144, 41.138904451969566 ], [ -111.92855299575352, 41.138918721074674 ], [ -111.92876693722827, 41.138880964839146 ], [ -111.92893322301178, 41.138843592529611 ], [ -111.92920342804538, 41.138571177381642 ], [ -111.92934499518799, 41.138470948852337 ], [ -111.92942673873041, 41.138353187138257 ], [ -111.92949555094141, 41.138163466826498 ], [ -111.92964648685393, 41.137883005106396 ], [ -111.92969108910633, 41.137666456466057 ], [ -111.92981984952785, 41.137503275675208 ], [ -111.93025454465038, 41.137067388624814 ], [ -111.93058532285971, 41.136866543892545 ], [ -111.93086997332338, 41.136774165329363 ], [ -111.93108390644294, 41.136736404864543 ], [ -111.93132281288254, 41.136779512854744 ], [ -111.93144271219275, 41.136832590573519 ], [ -111.93167072533626, 41.136947848817762 ], [ -111.93196072929729, 41.137233754445838 ], [ -111.93212968691148, 41.137385520991145 ], [ -111.93234808544148, 41.13766299716692 ], [ -111.93252985174537, 41.137877714455421 ], [ -111.93273519145612, 41.138074224847124 ], [ -111.93298895320646, 41.138324389831034 ], [ -111.93314549158121, 41.138440223998998 ], [ -111.9332181232644, 41.138520706321586 ], [ -111.93330241355891, 41.13858307841852 ], [ -111.93350443726771, 41.138545409950417 ], [ -111.93440745630677, 41.138366938986572 ], [ -111.93465713367576, 41.138328881927521 ], [ -111.93470466078963, 41.138319488421665 ], [ -111.93501441815124, 41.138316974490095 ], [ -111.9353123896891, 41.138323563282263 ], [ -111.93606436412236, 41.138416541428015 ], [ -111.93672141486218, 41.13853731018645 ], [ -111.93690050605392, 41.138562877252973 ], [ -111.93704372782547, 41.13857972797873 ], [ -111.9373295304031, 41.138568394824674 ], [ -111.93759112049989, 41.138530234470785 ], [ -111.93789921053377, 41.138410624205093 ], [ -111.93808841882549, 41.138309997046207 ], [ -111.9383612792768, 41.138226703873457 ], [ -111.9386108252606, 41.138179631461995 ], [ -111.93932359147192, 41.138029695652904 ], [ -111.93945438487177, 41.138010613301411 ], [ -111.94044180432064, 41.137903469549556 ], [ -111.9407990851055, 41.137891544203868 ], [ -111.94116815062695, 41.137870513605677 ], [ -111.94190576546569, 41.137792421656357 ], [ -111.94246493219562, 41.137733800868801 ], [ -111.94298874409341, 41.137702490371318 ], [ -111.94389456532981, 41.137722094989748 ], [ -111.94420431906444, 41.13771955637786 ], [ -111.9443114123156, 41.137709670636482 ], [ -111.94437098032617, 41.13770918229114 ], [ -111.94446615993269, 41.137699394077849 ], [ -111.94458516670488, 41.137689410400128 ], [ -111.94470391495925, 41.137661413007571 ], [ -111.94502441837629, 41.137577713325037 ], [ -111.94523795754793, 41.137512906250457 ], [ -111.9455347617962, 41.137438407475614 ], [ -111.9457611192161, 41.137436549205674 ], [ -111.94579647169526, 41.137409235372957 ], [ -111.94581991060734, 41.137382019351556 ], [ -111.94591508950374, 41.137372229947836 ], [ -111.94612992143696, 41.137397489165615 ], [ -111.9463931845189, 41.137476397220581 ], [ -111.94710230327389, 41.137902946021597 ], [ -111.94719929686235, 41.138019250601651 ], [ -111.94735780321572, 41.13827016702696 ], [ -111.94750323041571, 41.138440120120485 ], [ -111.94755166310598, 41.138493768845485 ], [ -111.94782982843446, 41.138779731627217 ], [ -111.94812094773359, 41.139137649915028 ], [ -111.94830121230329, 41.139244260248063 ], [ -111.94832633746071, 41.139334131924045 ], [ -111.94838642587617, 41.139369668622507 ], [ -111.94852978184768, 41.139395511796614 ], [ -111.94862600147722, 41.139457774395233 ], [ -111.94872170209757, 41.139484009779679 ], [ -111.94886505844266, 41.139509852531873 ], [ -111.94905607056266, 41.139535302473305 ], [ -111.94928269471023, 41.139551450769424 ], [ -111.94962780855387, 41.13952158258347 ], [ -111.94985352310505, 41.139474682294882 ], [ -111.95013880679248, 41.139427290222578 ], [ -111.95127075650556, 41.139426955601671 ], [ -111.95171326304551, 41.139540402438911 ], [ -111.95185662061746, 41.139566241453423 ], [ -111.95198936683447, 41.139682246492782 ], [ -111.95218415847097, 41.139968887657133 ], [ -111.95234216734539, 41.140183769792131 ], [ -111.95248917542069, 41.140461797609142 ], [ -111.95274445468084, 41.140810992528728 ], [ -111.95286503009805, 41.140909081493753 ], [ -111.95305826446926, 41.14108763980925 ], [ -111.95329863502401, 41.14122977631154 ], [ -111.95339512269307, 41.141310048364026 ], [ -111.95387560688297, 41.141576305869755 ], [ -111.95410367504871, 41.141691519007132 ], [ -111.95416389925427, 41.141736059384918 ], [ -111.95431982969899, 41.14180683039158 ], [ -111.95442758083405, 41.141841969017293 ], [ -111.9547256999526, 41.141857514153003 ], [ -111.95485728002619, 41.141892454868348 ], [ -111.9550589087759, 41.141827728351444 ], [ -111.95520122702217, 41.141781509025506 ], [ -111.95534328363836, 41.141717276001593 ], [ -111.95546203433928, 41.141689267507843 ], [ -111.95558104642897, 41.141679272415509 ], [ -111.95578280456712, 41.141623551405118 ], [ -111.95596151862341, 41.141622068366821 ], [ -111.95610514394646, 41.141665915537097 ], [ -111.95620150481143, 41.141737178428528 ], [ -111.95629825841932, 41.141835461514113 ], [ -111.95633478644098, 41.141889205322371 ], [ -111.95634905609906, 41.142051228065235 ], [ -111.95637432421195, 41.142150104569431 ], [ -111.95643585901155, 41.142284711318069 ], [ -111.9565339225836, 41.14247306176236 ], [ -111.95653614755302, 41.142626176640661 ], [ -111.95657725727564, 41.1429951568539 ], [ -111.95651977878455, 41.143139759671087 ], [ -111.95648573655301, 41.143257144319634 ], [ -111.95646269266865, 41.143311382728442 ], [ -111.95644135007848, 41.143482708966054 ], [ -111.95642026912557, 41.143672048708076 ], [ -111.95647329367061, 41.144040929960859 ], [ -111.95658576181503, 41.144400309677778 ], [ -111.95665960675164, 41.14456183754028 ], [ -111.9568935824274, 41.145082348822818 ], [ -111.95724841463561, 41.145718957173166 ], [ -111.9574171899682, 41.145852672030472 ], [ -111.95745476936457, 41.145978469410878 ], [ -111.95756252898946, 41.146013604985761 ], [ -111.95762302160311, 41.146076156951494 ], [ -111.95767146819823, 41.146129801199386 ], [ -111.95842854479132, 41.146564888296744 ], [ -111.95916153836919, 41.146982155230845 ], [ -111.95967927775965, 41.147347164057223 ], [ -111.95981244760277, 41.147490179826704 ], [ -111.96010261977342, 41.147776012238936 ], [ -111.96010472206588, 41.147920120076243 ], [ -111.96025099215919, 41.148144096634262 ], [ -111.96031319780721, 41.148323734717785 ], [ -111.96042227716472, 41.14844893492657 ], [ -111.96041167605777, 41.14853910165926 ], [ -111.96043642716526, 41.148601950116905 ], [ -111.96058230554969, 41.148798905987306 ], [ -111.96074964922933, 41.148833541626253 ], [ -111.96082232604648, 41.148914005903855 ], [ -111.96133851108509, 41.149170926063022 ], [ -111.96157866584547, 41.149295031100614 ], [ -111.96189031547085, 41.149418538605048 ], [ -111.96206997206006, 41.149480092986302 ], [ -111.96227332864611, 41.149532441260234 ], [ -111.96236931263857, 41.149576678501894 ], [ -111.96258471718983, 41.149637933392427 ], [ -111.96275285459554, 41.149726606461535 ], [ -111.96299354120696, 41.14988673540271 ], [ -111.96331803490331, 41.150073186446271 ], [ -111.96386998610674, 41.150329796026988 ], [ -111.96416959704986, 41.150444390228749 ], [ -111.96454096819832, 41.150576398406749 ], [ -111.96492438876854, 41.150717312267744 ], [ -111.96537943854557, 41.150866632349668 ], [ -111.96597787822209, 41.151041771658541 ], [ -111.96640883609308, 41.151173274041312 ], [ -111.96691208561417, 41.151358214929111 ], [ -111.96716338048321, 41.151428167745792 ], [ -111.96729551569771, 41.15149912077139 ], [ -111.96752297943904, 41.151569272929613 ], [ -111.96781108359346, 41.151710977736343 ], [ -111.9679912818071, 41.151808549578583 ], [ -111.96829050890587, 41.151896112741426 ], [ -111.9687691412952, 41.152027205453649 ], [ -111.96915231385879, 41.152150091592205 ], [ -111.96988092342072, 41.152261060411377 ], [ -111.97027508588369, 41.15232079548808 ], [ -111.97075279506927, 41.152388832934712 ], [ -111.97107599363802, 41.152485194623821 ], [ -111.97142315850243, 41.152590361100017 ], [ -111.97168677792328, 41.152687223532425 ], [ -111.97183017159568, 41.15271303722475 ], [ -111.97932640164211, 41.152712599432085 ], [ -111.98764443191293, 41.15267760643686 ], [ -111.99930059474255, 41.152721193374568 ], [ -111.99953905404436, 41.152728132085066 ], [ -112.00015869248375, 41.152722753196059 ], [ -112.00075463549653, 41.152726584667228 ], [ -112.013137115361, 41.152726426807234 ], [ -112.01622379405551, 41.152726258181801 ], [ -112.02108624168882, 41.152728293729474 ], [ -112.02121745797409, 41.152736138212731 ], [ -112.0238988472843, 41.152730348732497 ], [ -112.02522180756547, 41.152736596237332 ], [ -112.02590102130817, 41.152730548535999 ], [ -112.02721206528699, 41.152736879311234 ], [ -112.03755657104878, 41.15273423720145 ], [ -112.06895964944441, 41.152735321367892 ], [ -112.0740246213324, 41.152733241681368 ], [ -112.07471588735653, 41.152735801452117 ], [ -112.07811234265098, 41.152731082952783 ], [ -112.07819575345253, 41.152730302170021 ], [ -112.08374941230882, 41.152732226837813 ], [ -112.08851647469754, 41.152732312423176 ], [ -112.088802453596, 41.152729609372692 ], [ -112.09333119587289, 41.152731748259001 ], [ -112.09343843779145, 41.15273073021585 ], [ -112.09831258271517, 41.152720385833135 ], [ -112.09863445823777, 41.152726323832269 ], [ -112.10203089585363, 41.152720899978746 ], [ -112.10298430519155, 41.152720781542058 ], [ -112.10315127637705, 41.152728190223456 ], [ -112.10319893929312, 41.152727733708943 ], [ -112.11788120719069, 41.152712276922607 ], [ -112.1227673931112, 41.152709788255017 ], [ -112.12578266577918, 41.152716386567569 ], [ -112.13643801555874, 41.152773884509472 ], [ -112.16274257816254, 41.152907677722439 ], [ -112.1676411277096, 41.152930183137556 ], [ -112.16780810453668, 41.152937497975557 ], [ -112.17511422247922, 41.152971280179017 ], [ -112.18668736268083, 41.153032775441879 ], [ -112.18965351855179, 41.152299572758842 ], [ -112.25077729391055, 41.137194611706576 ], [ -112.30037483118682, 41.124953329409344 ], [ -112.37574605648788, 41.106179477462881 ], [ -112.38466722757147, 41.103973791605291 ], [ -112.40287543217991, 41.099492841865732 ], [ -112.42138806388361, 41.094888163078878 ], [ -112.44803238110819, 41.088223918417704 ], [ -112.46658631250685, 41.083620477882064 ], [ -112.48435557888887, 41.079177298113855 ], [ -112.48667572332094, 41.078597911736111 ], [ -112.48897202493002, 41.07801878687745 ], [ -112.49351751443153, 41.076888033978044 ] ], [ [ -112.00774276046597, 41.285124023849463 ], [ -112.0079805635274, 41.275745013736625 ], [ -112.00892383872186, 41.275745758011126 ], [ -112.00892037134069, 41.275520597831957 ], [ -112.00892731671669, 41.275196262526549 ], [ -112.00889253014162, 41.271386341473352 ], [ -112.00893613204593, 41.270341074262078 ], [ -112.00909802700676, 41.266898739319075 ], [ -112.00909519415875, 41.261287004284824 ], [ -112.00908661033867, 41.259953947987356 ], [ -112.00908856375945, 41.2593053802794 ], [ -112.00910724392507, 41.254314977718366 ], [ -112.00961613712494, 41.253256620360233 ], [ -112.00964740295574, 41.249085799734345 ], [ -112.00958611895423, 41.245104948822735 ], [ -112.0090609347136, 41.245100545256854 ], [ -112.00883421043831, 41.245102532127291 ], [ -112.0088365844568, 41.244480982116556 ], [ -112.00664026732568, 41.244455167794392 ], [ -112.0045516217269, 41.244446387501689 ], [ -112.00457921441277, 41.241572698753515 ], [ -112.00389563118766, 41.241353469271388 ], [ -112.00363174490117, 41.241265693114883 ], [ -112.00359799025706, 41.242959430379791 ], [ -112.00358977848603, 41.24320270916386 ], [ -112.00358355257319, 41.24435574559741 ], [ -112.00358479286442, 41.244436803836038 ], [ -112.00317894139246, 41.244431333159277 ], [ -112.00266569515041, 41.244426796378598 ], [ -112.00267000967642, 41.243147669170469 ], [ -112.00151214197984, 41.243130723920643 ], [ -112.00150794239016, 41.24441885782219 ], [ -111.99645901116403, 41.244372589587378 ], [ -111.99674519083801, 41.234146392716752 ], [ -111.9968277197908, 41.230938939629198 ], [ -111.99681819796973, 41.22874114403534 ], [ -111.99681354660729, 41.228434922546384 ], [ -111.99722356476431, 41.227935948702992 ], [ -111.99767431273814, 41.22697722773971 ], [ -111.99785916101948, 41.226579287080433 ], [ -111.99696061535136, 41.226334855009284 ], [ -111.99697694948182, 41.225839289941653 ], [ -111.99760578498832, 41.225608650797497 ], [ -111.99815069993798, 41.225351712633547 ], [ -111.99865913761636, 41.225050049754302 ], [ -111.99913123461275, 41.224712669156254 ], [ -111.99954313250484, 41.224339778395247 ], [ -111.99990689792207, 41.223940281028419 ], [ -112.00021046511019, 41.223505274611668 ], [ -112.00425286379995, 41.223371004074359 ], [ -112.004237489936, 41.223145945556674 ], [ -112.00428730931971, 41.220163960169351 ], [ -112.00497074211023, 41.219608527050283 ], [ -112.00645011911411, 41.219613621215707 ], [ -112.00835877376831, 41.219605930166061 ], [ -112.00877639995643, 41.219611279856565 ], [ -112.01062555107649, 41.219613080219844 ], [ -112.01280869155528, 41.219611913622941 ], [ -112.01254448392747, 41.220271799813077 ], [ -112.01219913289388, 41.22108552964967 ], [ -112.01155278189127, 41.221721748995023 ], [ -112.01117786517534, 41.222166419535327 ], [ -112.01144459830522, 41.222443315607705 ], [ -112.01166306333374, 41.222684604331732 ], [ -112.01219765132018, 41.223310445268645 ], [ -112.01262458998444, 41.223144552745936 ], [ -112.012837919522, 41.223052599419638 ], [ -112.01461740329792, 41.22317204829762 ], [ -112.01491743490168, 41.223286504201823 ], [ -112.01508722477759, 41.223465161483894 ], [ -112.01530473130948, 41.223643397763787 ], [ -112.01544857517159, 41.223687167790999 ], [ -112.01605973941399, 41.223861930287718 ], [ -112.01694743469703, 41.22340370861324 ], [ -112.01680191623888, 41.223251862852827 ], [ -112.01505328254663, 41.219727264101564 ], [ -112.02169771230466, 41.219695522071241 ], [ -112.0237019283142, 41.219695736361487 ], [ -112.02567021837676, 41.219687228076658 ], [ -112.0256679668594, 41.219543124904973 ], [ -112.02570062875166, 41.208652512473257 ], [ -112.02278784653474, 41.208667431689626 ], [ -112.02121596424143, 41.208665348921528 ], [ -112.0204134892998, 41.209987589895519 ], [ -112.02002691196724, 41.210441400839997 ], [ -112.01673533064931, 41.210479519141224 ], [ -112.01655420182766, 41.210336994798027 ], [ -112.01389218390023, 41.212522316971231 ], [ -112.01318821777652, 41.21251049783546 ], [ -112.01320542577301, 41.212852639664874 ], [ -112.0134918122655, 41.212859127084961 ], [ -112.01276150796362, 41.213460061876873 ], [ -112.00955694311534, 41.216064408763195 ], [ -112.00888537524786, 41.216610757569462 ], [ -112.00763652316796, 41.217630556647826 ], [ -112.00760115426053, 41.217657889286691 ], [ -112.00755344277037, 41.21765830678094 ], [ -112.00647979589874, 41.217658688671513 ], [ -112.00644356757425, 41.216073647835358 ], [ -112.00652785739649, 41.214568622603785 ], [ -112.00766109027953, 41.214567718979225 ], [ -112.00767232645845, 41.214522582070259 ], [ -112.007705896676, 41.214378164829078 ], [ -112.00771740925724, 41.214351040928378 ], [ -112.00795447044186, 41.213475217500729 ], [ -112.00808985222241, 41.212969600149073 ], [ -112.00853422539063, 41.212389214962407 ], [ -112.00895390682912, 41.211754998060123 ], [ -112.00934501998061, 41.210814767488067 ], [ -112.0113166548159, 41.210266012756087 ], [ -112.01130763910324, 41.209680590024249 ], [ -112.01130500205956, 41.208734802279572 ], [ -112.00998091221184, 41.208728407927701 ], [ -112.0092295588521, 41.208734995533582 ], [ -112.0091146353104, 41.207465913430191 ], [ -112.00915904200106, 41.206474674289709 ], [ -112.01018466363222, 41.206465681493363 ], [ -112.01020132368809, 41.205222468817581 ], [ -112.01183526965778, 41.205217130848062 ], [ -112.01284908410473, 41.205217225843256 ], [ -112.0128476951997, 41.205127160775007 ], [ -112.01283995037066, 41.204493445082264 ], [ -112.01283283431034, 41.204163464453892 ], [ -112.0135913343828, 41.203850527744464 ], [ -112.0135750734626, 41.202796766346175 ], [ -112.01408535205626, 41.202630134623476 ], [ -112.0154858322451, 41.202185421901952 ], [ -112.01553150554797, 41.205139554484006 ], [ -112.01572245393996, 41.205146878081933 ], [ -112.01568196033433, 41.207155958133541 ], [ -112.0172801746015, 41.207150857918037 ], [ -112.01735089306605, 41.207096186808478 ], [ -112.01738639177623, 41.207077857728898 ], [ -112.01742175093966, 41.207050522147433 ], [ -112.01744518416902, 41.207023291929474 ], [ -112.01748054327868, 41.206995956330331 ], [ -112.01751604189825, 41.206977627211515 ], [ -112.01762211897655, 41.206895620318107 ], [ -112.01765761750205, 41.206877291156403 ], [ -112.01769297644459, 41.206849955493269 ], [ -112.01771640949048, 41.206822725221301 ], [ -112.01782248606854, 41.206740718146911 ], [ -112.017857984454, 41.206722388924568 ], [ -112.01789334322979, 41.206695053201116 ], [ -112.01791677613781, 41.206667822889237 ], [ -112.01802285221562, 41.206585815633865 ], [ -112.01804628503135, 41.206558585296207 ], [ -112.01808178325552, 41.206540256006157 ], [ -112.01815250039552, 41.206485584413862 ], [ -112.01836437180441, 41.206303556402233 ], [ -112.01834755829661, 41.205988434721178 ], [ -112.01835333946431, 41.205592043674947 ], [ -112.01732773406688, 41.205601109062862 ], [ -112.01732020079255, 41.20511475838466 ], [ -112.01611571905049, 41.205125393103884 ], [ -112.01612229231537, 41.204008376809043 ], [ -112.01659944615109, 41.204013173109274 ], [ -112.01659574535307, 41.204544661757453 ], [ -112.01805092993371, 41.204549821347136 ], [ -112.0180476597498, 41.205108329334784 ], [ -112.01876319292043, 41.205102001197218 ], [ -112.01877998439501, 41.201570822859303 ], [ -112.017265101899, 41.201557191950798 ], [ -112.01698329917386, 41.201073263453054 ], [ -112.01917863116439, 41.200360259163972 ], [ -112.019368447849, 41.200295524906423 ], [ -112.01948727527721, 41.200267449770358 ], [ -112.02017443021276, 41.199973116765378 ], [ -112.02026912771623, 41.199927239123078 ], [ -112.02414024802842, 41.198082321742802 ], [ -112.02428024980554, 41.197882906382979 ], [ -112.02454272308839, 41.19788957920202 ], [ -112.02460037766876, 41.197762957943809 ], [ -112.02468328514021, 41.19772618930682 ], [ -112.02481290579225, 41.197625950757143 ], [ -112.02489496994195, 41.197535143059596 ], [ -112.02496525024202, 41.197453447922562 ], [ -112.02501196315907, 41.197389977989594 ], [ -112.02508182157362, 41.197281263327909 ], [ -112.02515196083576, 41.197190561594276 ], [ -112.02519811121307, 41.197091065647506 ], [ -112.02523261849491, 41.197009688811541 ], [ -112.02529027100087, 41.196883067213314 ], [ -112.02462238448855, 41.196880004011241 ], [ -112.02333430757552, 41.196873442144657 ], [ -112.02097502364749, 41.193165178872 ], [ -112.02095047718362, 41.193120357774525 ], [ -112.02088898919655, 41.190697819315545 ], [ -112.02082503834406, 41.183510199376485 ], [ -112.01542481382995, 41.183575956356044 ], [ -112.01504332076397, 41.183579319422556 ], [ -112.01449436832605, 41.183548125472726 ], [ -112.01472932536896, 41.183320861449864 ], [ -112.01455036214071, 41.183313430420448 ], [ -112.01407988941708, 41.183731931132655 ], [ -112.01300639761764, 41.184480015136707 ], [ -112.01133054282127, 41.185602698573447 ], [ -112.01125941790059, 41.187179680732307 ], [ -111.99967332183252, 41.198414418788786 ], [ -111.99873306144465, 41.199323351656687 ], [ -111.99686425112951, 41.201132085031915 ], [ -111.99685693890807, 41.199078383135678 ], [ -111.99328161743928, 41.19924439371848 ], [ -111.99222350174369, 41.197884338217619 ], [ -111.99245006415343, 41.197882385875985 ], [ -111.99217752791782, 41.19484011499987 ], [ -111.99231349380445, 41.193577858091821 ], [ -111.98592613871241, 41.193083246760658 ], [ -111.98115122410225, 41.192754709450433 ], [ -111.98083722316984, 41.193288842038008 ], [ -111.98069660078403, 41.194253869723632 ], [ -111.98043633237889, 41.19519289252527 ], [ -111.98032874858116, 41.195175792907527 ], [ -111.98000640053252, 41.195151513284785 ], [ -111.97967199452799, 41.195118327582072 ], [ -111.97949179361345, 41.195029782872687 ], [ -111.97924206359617, 41.195076945476487 ], [ -111.97920904546021, 41.197662451693915 ], [ -111.9791995374629, 41.197824672080003 ], [ -111.9790206718483, 41.197826192858599 ], [ -111.97756562963797, 41.197820538311909 ], [ -111.97399943645058, 41.197796709755281 ], [ -111.97382057063481, 41.197798222456882 ], [ -111.97080303303564, 41.197778661675549 ], [ -111.9687039401182, 41.197769315048511 ], [ -111.95983032691882, 41.197717509044878 ], [ -111.95850645281421, 41.197710520268117 ], [ -111.95840770874861, 41.195846735582762 ], [ -111.95802503374065, 41.194138444612875 ], [ -111.95849006109844, 41.19413457507347 ], [ -111.9585308912079, 41.192846124696601 ], [ -111.95859540246897, 41.190728762112393 ], [ -111.95860430375475, 41.190521509301014 ], [ -111.95861031453325, 41.190116109581552 ], [ -111.95859520576126, 41.189080341577828 ], [ -111.9578537566525, 41.188933378753582 ], [ -111.95703815065924, 41.188606871956281 ], [ -111.95642746727717, 41.188431789813251 ], [ -111.95598134804239, 41.186453783220955 ], [ -111.95599196605782, 41.182265077002064 ], [ -111.95610921809538, 41.180489569927857 ], [ -111.95612467682423, 41.179912943214575 ], [ -111.95609245681837, 41.176057876367175 ], [ -111.95400623650096, 41.176066168666402 ], [ -111.95398933341724, 41.172436166513464 ], [ -111.94918536591156, 41.172457842978346 ], [ -111.9487204906121, 41.172461673306017 ], [ -111.94324798432952, 41.165768782013629 ], [ -111.94279804365512, 41.165979645718743 ], [ -111.94262042450353, 41.166062169854584 ], [ -111.94185349760494, 41.165780193969283 ], [ -111.94101777143565, 41.165687939186334 ], [ -111.94098968175804, 41.165390910795345 ], [ -111.94098723348236, 41.165219782309578 ], [ -111.93953303582474, 41.165222646145089 ], [ -111.93938748458095, 41.165881403893465 ], [ -111.93938954282852, 41.166025512141935 ], [ -111.93954221748258, 41.166699852853334 ], [ -111.93790011039955, 41.166902400781368 ], [ -111.93787830183416, 41.166208976667633 ], [ -111.93787740279173, 41.166145929284092 ], [ -111.93788813999662, 41.165227044651203 ], [ -111.93593335954876, 41.165233938243446 ], [ -111.93594015157973, 41.164873570357493 ], [ -111.93593169292014, 41.164279123102453 ], [ -111.92998400128764, 41.16430027752142 ], [ -111.93004847777509, 41.161273128421918 ], [ -111.92356449013042, 41.161280264227123 ], [ -111.92330994998653, 41.160129302970908 ], [ -111.92043777478507, 41.160152291460996 ], [ -111.92044873872936, 41.160935885015014 ], [ -111.92093049786197, 41.161292347163275 ], [ -111.9204536537414, 41.16128715105544 ], [ -111.92048703853577, 41.165376436933094 ], [ -111.92048016181397, 41.165736804767157 ], [ -111.92054922011131, 41.175779965345221 ], [ -111.92992081486598, 41.175848802343459 ], [ -111.9301234643587, 41.175847165908515 ], [ -111.93103019183469, 41.175893886351218 ], [ -111.93104570415311, 41.179514896424429 ], [ -111.93104889314409, 41.179740065562612 ], [ -111.92989240319353, 41.179740401322817 ], [ -111.92986852430592, 41.183109509232949 ], [ -111.9298596603378, 41.183325767801627 ], [ -111.92979111632705, 41.190280332170396 ], [ -111.92979417479025, 41.190496494214898 ], [ -111.92977861165126, 41.191082125575413 ], [ -111.92963278353166, 41.197631955075316 ], [ -111.92956451511132, 41.201235612957809 ], [ -111.9295422494697, 41.202190615620452 ], [ -111.92960459503902, 41.204910456078615 ], [ -111.92947217509723, 41.207352627071195 ], [ -111.92927861875997, 41.212218374900608 ], [ -111.92929111044209, 41.213101033284929 ], [ -111.92929282245808, 41.214064848233242 ], [ -111.92929759427703, 41.21524482416428 ], [ -111.92930983257321, 41.216109468653023 ], [ -111.92919106377313, 41.216146458080615 ], [ -111.92904810918826, 41.217003346950676 ], [ -111.92905053080824, 41.217174474475996 ], [ -111.92904508120064, 41.219318360189064 ], [ -111.92463155033956, 41.219353885316892 ], [ -111.92469866153084, 41.22665861755312 ], [ -111.92469993052936, 41.226748684631715 ], [ -111.92470792448803, 41.228162833386477 ], [ -111.92472708809115, 41.230369571628195 ], [ -111.92811559518559, 41.230360323418225 ], [ -111.92819834403342, 41.230305610058785 ], [ -111.92944058066502, 41.229556956174143 ], [ -111.92940574294518, 41.230467017134877 ], [ -111.92940095597118, 41.23097148805175 ], [ -111.92946768303204, 41.233997542172872 ], [ -111.92837001995842, 41.234006397838684 ], [ -111.92839739044808, 41.237627277285675 ], [ -111.92948356512791, 41.237645537084482 ], [ -111.92938657628625, 41.239222668817071 ], [ -111.92907024857584, 41.244692896995502 ], [ -111.92814175946725, 41.260040475870341 ], [ -111.92778605439241, 41.266114512785919 ], [ -111.94204095322007, 41.266151879210504 ], [ -111.94208303498327, 41.273231551972977 ], [ -111.94406672447757, 41.273350416026659 ], [ -111.94688687849133, 41.273516414642899 ], [ -111.94690432025489, 41.274723295870871 ], [ -111.94688133485512, 41.277263640572578 ], [ -111.94687369166917, 41.277560955624473 ], [ -111.94687486324787, 41.277642014762741 ], [ -111.94408022649799, 41.27760191414189 ], [ -111.94212158129916, 41.277572922199198 ], [ -111.94216473871396, 41.284724633435523 ], [ -111.94269011227973, 41.284720332231366 ], [ -111.94393203369462, 41.284719162786836 ], [ -111.9476099046944, 41.284706960679557 ], [ -111.94895928731331, 41.284704852318768 ], [ -111.95368789685162, 41.284683789216579 ], [ -111.95367070461626, 41.285143320685329 ], [ -111.95408874789773, 41.285148864211862 ], [ -111.95714613256169, 41.285168521271707 ], [ -111.96111111470454, 41.285189530506415 ], [ -111.9662222342033, 41.285191780873063 ], [ -111.96827570051103, 41.285156511112049 ], [ -111.96839217745664, 41.277688207369415 ], [ -111.9684839225749, 41.271778424654144 ], [ -111.96767201503114, 41.271776244610251 ], [ -111.96767424341047, 41.271118667877801 ], [ -111.96754066749156, 41.270966660655851 ], [ -111.96729765874498, 41.27068045816069 ], [ -111.96607988402675, 41.270681676437917 ], [ -111.96606886322564, 41.269934134292718 ], [ -111.96857640908956, 41.269958102368463 ], [ -111.96861537513115, 41.266940212405856 ], [ -111.96861404399226, 41.266850147101167 ], [ -111.96858071939135, 41.266210884259721 ], [ -111.98881670852973, 41.266246025977274 ], [ -111.98975899617186, 41.27488526041239 ], [ -111.99027623918157, 41.276718368447519 ], [ -111.99055672941608, 41.277895954334397 ], [ -111.99160964923173, 41.279616353136944 ], [ -111.99399122958395, 41.283117792561875 ], [ -111.99706345469632, 41.284118091269427 ], [ -111.99976383957464, 41.285004438683174 ], [ -112.00015951514757, 41.285109092844131 ], [ -112.00039914404014, 41.285161056227551 ], [ -112.00053089881287, 41.285186933949149 ], [ -112.00071027683943, 41.285203389911572 ], [ -112.00085397200726, 41.285229163459647 ], [ -112.00106889548428, 41.285227294580793 ], [ -112.00120051295977, 41.285244165117554 ], [ -112.00131991490866, 41.285243126541324 ], [ -112.00158273690711, 41.285249847650142 ], [ -112.00383901848507, 41.28520317090171 ], [ -112.00599977467117, 41.285157284793158 ], [ -112.00774276046597, 41.285124023849463 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 36, \"properties\": { \"NAME\": \"OGDEN CITY SCHOOL DISTRICT\", \"TOTENROLL\": 12568, \"Color4\": \"1\", \"Shape_Leng\": 66072.244524, \"Shape_Area\": 69519905.125 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -112.00158273690711, 41.285249847650142 ], [ -112.00131991490866, 41.285243126541324 ], [ -112.00120051295977, 41.285244165117554 ], [ -112.00106889548428, 41.285227294580793 ], [ -112.00085397200726, 41.285229163459647 ], [ -112.00071027683943, 41.285203389911572 ], [ -112.00053089881287, 41.285186933949149 ], [ -112.00039914404014, 41.285161056227551 ], [ -112.00015951514757, 41.285109092844131 ], [ -111.99976383957464, 41.285004438683174 ], [ -111.99706345469632, 41.284118091269427 ], [ -111.99399122958395, 41.283117792561875 ], [ -111.99160964923173, 41.279616353136944 ], [ -111.99055672941608, 41.277895954334397 ], [ -111.99027623918157, 41.276718368447519 ], [ -111.98975899617186, 41.27488526041239 ], [ -111.98881670852973, 41.266246025977274 ], [ -111.96858071939135, 41.266210884259721 ], [ -111.96861404399226, 41.266850147101167 ], [ -111.96861537513115, 41.266940212405856 ], [ -111.96857640908956, 41.269958102368463 ], [ -111.96606886322564, 41.269934134292718 ], [ -111.96607988402675, 41.270681676437917 ], [ -111.96729765874498, 41.27068045816069 ], [ -111.96754066749156, 41.270966660655851 ], [ -111.96767424341047, 41.271118667877801 ], [ -111.96767201503114, 41.271776244610251 ], [ -111.9684839225749, 41.271778424654144 ], [ -111.96839217745664, 41.277688207369415 ], [ -111.96827570051103, 41.285156511112049 ], [ -111.9662222342033, 41.285191780873063 ], [ -111.96111111470454, 41.285189530506415 ], [ -111.95714613256169, 41.285168521271707 ], [ -111.95408874789773, 41.285148864211862 ], [ -111.95367070461626, 41.285143320685329 ], [ -111.95368789685162, 41.284683789216579 ], [ -111.94895928731331, 41.284704852318768 ], [ -111.9476099046944, 41.284706960679557 ], [ -111.94393203369462, 41.284719162786836 ], [ -111.94269011227973, 41.284720332231366 ], [ -111.94216473871396, 41.284724633435523 ], [ -111.94212158129916, 41.277572922199198 ], [ -111.94408022649799, 41.27760191414189 ], [ -111.94687486324787, 41.277642014762741 ], [ -111.94687369166917, 41.277560955624473 ], [ -111.94688133485512, 41.277263640572578 ], [ -111.94690432025489, 41.274723295870871 ], [ -111.94688687849133, 41.273516414642899 ], [ -111.94406672447757, 41.273350416026659 ], [ -111.94208303498327, 41.273231551972977 ], [ -111.94204095322007, 41.266151879210504 ], [ -111.92778605439241, 41.266114512785919 ], [ -111.92814175946725, 41.260040475870341 ], [ -111.92907024857584, 41.244692896995502 ], [ -111.92938657628625, 41.239222668817071 ], [ -111.92948356512791, 41.237645537084482 ], [ -111.92839739044808, 41.237627277285675 ], [ -111.92837001995842, 41.234006397838684 ], [ -111.92946768303204, 41.233997542172872 ], [ -111.92940095597118, 41.23097148805175 ], [ -111.92940574294518, 41.230467017134877 ], [ -111.92944058066502, 41.229556956174143 ], [ -111.92819834403342, 41.230305610058785 ], [ -111.92811559518559, 41.230360323418225 ], [ -111.92472708809115, 41.230369571628195 ], [ -111.92470792448803, 41.228162833386477 ], [ -111.92469993052936, 41.226748684631715 ], [ -111.92469866153084, 41.22665861755312 ], [ -111.92463155033956, 41.219353885316892 ], [ -111.92904508120064, 41.219318360189064 ], [ -111.92905053080824, 41.217174474475996 ], [ -111.92904810918826, 41.217003346950676 ], [ -111.92919106377313, 41.216146458080615 ], [ -111.92930983257321, 41.216109468653023 ], [ -111.92929759427703, 41.21524482416428 ], [ -111.92929282245808, 41.214064848233242 ], [ -111.92929111044209, 41.213101033284929 ], [ -111.92927861875997, 41.212218374900608 ], [ -111.92947217509723, 41.207352627071195 ], [ -111.92960459503902, 41.204910456078615 ], [ -111.9295422494697, 41.202190615620452 ], [ -111.92956451511132, 41.201235612957809 ], [ -111.92963278353166, 41.197631955075316 ], [ -111.92977861165126, 41.191082125575413 ], [ -111.92979417479025, 41.190496494214898 ], [ -111.92979111632705, 41.190280332170396 ], [ -111.9298596603378, 41.183325767801627 ], [ -111.92986852430592, 41.183109509232949 ], [ -111.92989240319353, 41.179740401322817 ], [ -111.93104889314409, 41.179740065562612 ], [ -111.93104570415311, 41.179514896424429 ], [ -111.93103019183469, 41.175893886351218 ], [ -111.9301234643587, 41.175847165908515 ], [ -111.92992081486598, 41.175848802343459 ], [ -111.92054922011131, 41.175779965345221 ], [ -111.92048016181397, 41.165736804767157 ], [ -111.92048703853577, 41.165376436933094 ], [ -111.9204536537414, 41.16128715105544 ], [ -111.92093049786197, 41.161292347163275 ], [ -111.92044873872936, 41.160935885015014 ], [ -111.92043777478507, 41.160152291460996 ], [ -111.92330994998653, 41.160129302970908 ], [ -111.92356449013042, 41.161280264227123 ], [ -111.93004847777509, 41.161273128421918 ], [ -111.92998400128764, 41.16430027752142 ], [ -111.93593169292014, 41.164279123102453 ], [ -111.93594015157973, 41.164873570357493 ], [ -111.93593335954876, 41.165233938243446 ], [ -111.93788813999662, 41.165227044651203 ], [ -111.93787740279173, 41.166145929284092 ], [ -111.93787830183416, 41.166208976667633 ], [ -111.93790011039955, 41.166902400781368 ], [ -111.93954221748258, 41.166699852853334 ], [ -111.93938954282852, 41.166025512141935 ], [ -111.93938748458095, 41.165881403893465 ], [ -111.93953303582474, 41.165222646145089 ], [ -111.94098723348236, 41.165219782309578 ], [ -111.94098968175804, 41.165390910795345 ], [ -111.94101777143565, 41.165687939186334 ], [ -111.94185349760494, 41.165780193969283 ], [ -111.94262042450353, 41.166062169854584 ], [ -111.94279804365512, 41.165979645718743 ], [ -111.94324798432952, 41.165768782013629 ], [ -111.9487204906121, 41.172461673306017 ], [ -111.94918536591156, 41.172457842978346 ], [ -111.95398933341724, 41.172436166513464 ], [ -111.95400623650096, 41.176066168666402 ], [ -111.95609245681837, 41.176057876367175 ], [ -111.95612467682423, 41.179912943214575 ], [ -111.95610921809538, 41.180489569927857 ], [ -111.95599196605782, 41.182265077002064 ], [ -111.95598134804239, 41.186453783220955 ], [ -111.95642746727717, 41.188431789813251 ], [ -111.95703815065924, 41.188606871956281 ], [ -111.9578537566525, 41.188933378753582 ], [ -111.95859520576126, 41.189080341577828 ], [ -111.95861031453325, 41.190116109581552 ], [ -111.95860430375475, 41.190521509301014 ], [ -111.95859540246897, 41.190728762112393 ], [ -111.9585308912079, 41.192846124696601 ], [ -111.95849006109844, 41.19413457507347 ], [ -111.95802503374065, 41.194138444612875 ], [ -111.95840770874861, 41.195846735582762 ], [ -111.95850645281421, 41.197710520268117 ], [ -111.95983032691882, 41.197717509044878 ], [ -111.9687039401182, 41.197769315048511 ], [ -111.97080303303564, 41.197778661675549 ], [ -111.97382057063481, 41.197798222456882 ], [ -111.97399943645058, 41.197796709755281 ], [ -111.97756562963797, 41.197820538311909 ], [ -111.9790206718483, 41.197826192858599 ], [ -111.9791995374629, 41.197824672080003 ], [ -111.97920904546021, 41.197662451693915 ], [ -111.97924206359617, 41.195076945476487 ], [ -111.97949179361345, 41.195029782872687 ], [ -111.97967199452799, 41.195118327582072 ], [ -111.98000640053252, 41.195151513284785 ], [ -111.98032874858116, 41.195175792907527 ], [ -111.98043633237889, 41.19519289252527 ], [ -111.98069660078403, 41.194253869723632 ], [ -111.98083722316984, 41.193288842038008 ], [ -111.98115122410225, 41.192754709450433 ], [ -111.98592613871241, 41.193083246760658 ], [ -111.99231349380445, 41.193577858091821 ], [ -111.99217752791782, 41.19484011499987 ], [ -111.99245006415343, 41.197882385875985 ], [ -111.99222350174369, 41.197884338217619 ], [ -111.99328161743928, 41.19924439371848 ], [ -111.99685693890807, 41.199078383135678 ], [ -111.99686425112951, 41.201132085031915 ], [ -111.99873306144465, 41.199323351656687 ], [ -111.99967332183252, 41.198414418788786 ], [ -112.01125941790059, 41.187179680732307 ], [ -112.01133054282127, 41.185602698573447 ], [ -112.01300639761764, 41.184480015136707 ], [ -112.01407988941708, 41.183731931132655 ], [ -112.01455036214071, 41.183313430420448 ], [ -112.01472932536896, 41.183320861449864 ], [ -112.01449436832605, 41.183548125472726 ], [ -112.01504332076397, 41.183579319422556 ], [ -112.01542481382995, 41.183575956356044 ], [ -112.02082503834406, 41.183510199376485 ], [ -112.02088898919655, 41.190697819315545 ], [ -112.02095047718362, 41.193120357774525 ], [ -112.02097502364749, 41.193165178872 ], [ -112.02333430757552, 41.196873442144657 ], [ -112.02462238448855, 41.196880004011241 ], [ -112.02529027100087, 41.196883067213314 ], [ -112.02523261849491, 41.197009688811541 ], [ -112.02519811121307, 41.197091065647506 ], [ -112.02515196083576, 41.197190561594276 ], [ -112.02508182157362, 41.197281263327909 ], [ -112.02501196315907, 41.197389977989594 ], [ -112.02496525024202, 41.197453447922562 ], [ -112.02489496994195, 41.197535143059596 ], [ -112.02481290579225, 41.197625950757143 ], [ -112.02468328514021, 41.19772618930682 ], [ -112.02460037766876, 41.197762957943809 ], [ -112.02454272308839, 41.19788957920202 ], [ -112.02428024980554, 41.197882906382979 ], [ -112.02414024802842, 41.198082321742802 ], [ -112.02026912771623, 41.199927239123078 ], [ -112.02017443021276, 41.199973116765378 ], [ -112.01948727527721, 41.200267449770358 ], [ -112.019368447849, 41.200295524906423 ], [ -112.01917863116439, 41.200360259163972 ], [ -112.01698329917386, 41.201073263453054 ], [ -112.017265101899, 41.201557191950798 ], [ -112.01877998439501, 41.201570822859303 ], [ -112.01876319292043, 41.205102001197218 ], [ -112.0180476597498, 41.205108329334784 ], [ -112.01805092993371, 41.204549821347136 ], [ -112.01659574535307, 41.204544661757453 ], [ -112.01659944615109, 41.204013173109274 ], [ -112.01612229231537, 41.204008376809043 ], [ -112.01611571905049, 41.205125393103884 ], [ -112.01732020079255, 41.20511475838466 ], [ -112.01732773406688, 41.205601109062862 ], [ -112.01835333946431, 41.205592043674947 ], [ -112.01834755829661, 41.205988434721178 ], [ -112.01836437180441, 41.206303556402233 ], [ -112.01815250039552, 41.206485584413862 ], [ -112.01808178325552, 41.206540256006157 ], [ -112.01804628503135, 41.206558585296207 ], [ -112.01802285221562, 41.206585815633865 ], [ -112.01791677613781, 41.206667822889237 ], [ -112.01789334322979, 41.206695053201116 ], [ -112.017857984454, 41.206722388924568 ], [ -112.01782248606854, 41.206740718146911 ], [ -112.01771640949048, 41.206822725221301 ], [ -112.01769297644459, 41.206849955493269 ], [ -112.01765761750205, 41.206877291156403 ], [ -112.01762211897655, 41.206895620318107 ], [ -112.01751604189825, 41.206977627211515 ], [ -112.01748054327868, 41.206995956330331 ], [ -112.01744518416902, 41.207023291929474 ], [ -112.01742175093966, 41.207050522147433 ], [ -112.01738639177623, 41.207077857728898 ], [ -112.01735089306605, 41.207096186808478 ], [ -112.0172801746015, 41.207150857918037 ], [ -112.01568196033433, 41.207155958133541 ], [ -112.01572245393996, 41.205146878081933 ], [ -112.01553150554797, 41.205139554484006 ], [ -112.0154858322451, 41.202185421901952 ], [ -112.01408535205626, 41.202630134623476 ], [ -112.0135750734626, 41.202796766346175 ], [ -112.0135913343828, 41.203850527744464 ], [ -112.01283283431034, 41.204163464453892 ], [ -112.01283995037066, 41.204493445082264 ], [ -112.0128476951997, 41.205127160775007 ], [ -112.01284908410473, 41.205217225843256 ], [ -112.01183526965778, 41.205217130848062 ], [ -112.01020132368809, 41.205222468817581 ], [ -112.01018466363222, 41.206465681493363 ], [ -112.00915904200106, 41.206474674289709 ], [ -112.0091146353104, 41.207465913430191 ], [ -112.0092295588521, 41.208734995533582 ], [ -112.00998091221184, 41.208728407927701 ], [ -112.01130500205956, 41.208734802279572 ], [ -112.01130763910324, 41.209680590024249 ], [ -112.0113166548159, 41.210266012756087 ], [ -112.00934501998061, 41.210814767488067 ], [ -112.00895390682912, 41.211754998060123 ], [ -112.00853422539063, 41.212389214962407 ], [ -112.00808985222241, 41.212969600149073 ], [ -112.00795447044186, 41.213475217500729 ], [ -112.00771740925724, 41.214351040928378 ], [ -112.007705896676, 41.214378164829078 ], [ -112.00767232645845, 41.214522582070259 ], [ -112.00766109027953, 41.214567718979225 ], [ -112.00652785739649, 41.214568622603785 ], [ -112.00644356757425, 41.216073647835358 ], [ -112.00647979589874, 41.217658688671513 ], [ -112.00755344277037, 41.21765830678094 ], [ -112.00760115426053, 41.217657889286691 ], [ -112.00763652316796, 41.217630556647826 ], [ -112.00888537524786, 41.216610757569462 ], [ -112.00955694311534, 41.216064408763195 ], [ -112.01276150796362, 41.213460061876873 ], [ -112.0134918122655, 41.212859127084961 ], [ -112.01320542577301, 41.212852639664874 ], [ -112.01318821777652, 41.21251049783546 ], [ -112.01389218390023, 41.212522316971231 ], [ -112.01655420182766, 41.210336994798027 ], [ -112.01673533064931, 41.210479519141224 ], [ -112.02002691196724, 41.210441400839997 ], [ -112.0204134892998, 41.209987589895519 ], [ -112.02121596424143, 41.208665348921528 ], [ -112.02278784653474, 41.208667431689626 ], [ -112.02570062875166, 41.208652512473257 ], [ -112.0256679668594, 41.219543124904973 ], [ -112.02567021837676, 41.219687228076658 ], [ -112.0237019283142, 41.219695736361487 ], [ -112.02169771230466, 41.219695522071241 ], [ -112.01505328254663, 41.219727264101564 ], [ -112.01680191623888, 41.223251862852827 ], [ -112.01694743469703, 41.22340370861324 ], [ -112.01605973941399, 41.223861930287718 ], [ -112.01544857517159, 41.223687167790999 ], [ -112.01530473130948, 41.223643397763787 ], [ -112.01508722477759, 41.223465161483894 ], [ -112.01491743490168, 41.223286504201823 ], [ -112.01461740329792, 41.22317204829762 ], [ -112.012837919522, 41.223052599419638 ], [ -112.01262458998444, 41.223144552745936 ], [ -112.01219765132018, 41.223310445268645 ], [ -112.01166306333374, 41.222684604331732 ], [ -112.01144459830522, 41.222443315607705 ], [ -112.01117786517534, 41.222166419535327 ], [ -112.01155278189127, 41.221721748995023 ], [ -112.01219913289388, 41.22108552964967 ], [ -112.01254448392747, 41.220271799813077 ], [ -112.01280869155528, 41.219611913622941 ], [ -112.01062555107649, 41.219613080219844 ], [ -112.00877639995643, 41.219611279856565 ], [ -112.00835877376831, 41.219605930166061 ], [ -112.00645011911411, 41.219613621215707 ], [ -112.00497074211023, 41.219608527050283 ], [ -112.00428730931971, 41.220163960169351 ], [ -112.004237489936, 41.223145945556674 ], [ -112.00425286379995, 41.223371004074359 ], [ -112.00021046511019, 41.223505274611668 ], [ -111.99990689792207, 41.223940281028419 ], [ -111.99954313250484, 41.224339778395247 ], [ -111.99913123461275, 41.224712669156254 ], [ -111.99865913761636, 41.225050049754302 ], [ -111.99815069993798, 41.225351712633547 ], [ -111.99760578498832, 41.225608650797497 ], [ -111.99697694948182, 41.225839289941653 ], [ -111.99696061535136, 41.226334855009284 ], [ -111.99785916101948, 41.226579287080433 ], [ -111.99767431273814, 41.22697722773971 ], [ -111.99722356476431, 41.227935948702992 ], [ -111.99681354660729, 41.228434922546384 ], [ -111.99681819796973, 41.22874114403534 ], [ -111.9968277197908, 41.230938939629198 ], [ -111.99674519083801, 41.234146392716752 ], [ -111.99645901116403, 41.244372589587378 ], [ -112.00150794239016, 41.24441885782219 ], [ -112.00151214197984, 41.243130723920643 ], [ -112.00267000967642, 41.243147669170469 ], [ -112.00266569515041, 41.244426796378598 ], [ -112.00317894139246, 41.244431333159277 ], [ -112.00358479286442, 41.244436803836038 ], [ -112.00358355257319, 41.24435574559741 ], [ -112.00358977848603, 41.24320270916386 ], [ -112.00359799025706, 41.242959430379791 ], [ -112.00363174490117, 41.241265693114883 ], [ -112.00389563118766, 41.241353469271388 ], [ -112.00457921441277, 41.241572698753515 ], [ -112.0045516217269, 41.244446387501689 ], [ -112.00664026732568, 41.244455167794392 ], [ -112.0088365844568, 41.244480982116556 ], [ -112.00883421043831, 41.245102532127291 ], [ -112.0090609347136, 41.245100545256854 ], [ -112.00958611895423, 41.245104948822735 ], [ -112.00964740295574, 41.249085799734345 ], [ -112.00961613712494, 41.253256620360233 ], [ -112.00910724392507, 41.254314977718366 ], [ -112.00908856375945, 41.2593053802794 ], [ -112.00908661033867, 41.259953947987356 ], [ -112.00909519415875, 41.261287004284824 ], [ -112.00909802700676, 41.266898739319075 ], [ -112.00893613204593, 41.270341074262078 ], [ -112.00889253014162, 41.271386341473352 ], [ -112.00892731671669, 41.275196262526549 ], [ -112.00892037134069, 41.275520597831957 ], [ -112.00892383872186, 41.275745758011126 ], [ -112.0079805635274, 41.275745013736625 ], [ -112.00774276046597, 41.285124023849463 ], [ -112.00599977467117, 41.285157284793158 ], [ -112.00383901848507, 41.28520317090171 ], [ -112.00158273690711, 41.285249847650142 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 37, \"properties\": { \"NAME\": \"SOUTH SANPETE SCHOOL DISTRICT\", \"TOTENROLL\": 3038, \"Color4\": \"4\", \"Shape_Leng\": 210661.61927299999, \"Shape_Area\": 2507373893.3299999 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.3008779817095, 39.393906811775288 ], [ -111.30091455570637, 39.379439985364449 ], [ -111.30085351522847, 39.374957296226732 ], [ -111.30076986190738, 39.371425296943272 ], [ -111.30066310419474, 39.366834590494214 ], [ -111.30079288245894, 39.352435036845563 ], [ -111.30102673118229, 39.337958586512642 ], [ -111.30110925690819, 39.323382471120368 ], [ -111.30126772840133, 39.308938582248203 ], [ -111.30082328572578, 39.294531359126672 ], [ -111.29968095205419, 39.294516283216694 ], [ -111.29967080237324, 39.249948346549239 ], [ -111.29968007476049, 39.248042507537789 ], [ -111.29966023762474, 39.233575463868512 ], [ -111.29964407526388, 39.219148924261034 ], [ -111.29970435873587, 39.204717646771677 ], [ -111.29964857495673, 39.190223554820996 ], [ -111.29967960313398, 39.17571568693738 ], [ -111.29970517539074, 39.161284391164742 ], [ -111.29966703236566, 39.146835201285015 ], [ -111.29964034104013, 39.132349901600698 ], [ -111.29972468171633, 39.124951544987837 ], [ -111.29977549109135, 39.117832610808591 ], [ -111.29930126186319, 39.117842840472299 ], [ -111.29941965156857, 39.104816905654637 ], [ -111.29946517043221, 39.100540987303575 ], [ -111.29949652463668, 39.086082456963766 ], [ -111.29945659886177, 39.076638815994819 ], [ -111.29944044286738, 39.071448396517276 ], [ -111.29939664621001, 39.056976470128809 ], [ -111.29938233674106, 39.046744231073241 ], [ -111.29934129321914, 39.042495526176289 ], [ -111.29933314599496, 39.032348853052511 ], [ -111.31791704673208, 39.032308695427133 ], [ -111.33652416195613, 39.032297049530115 ], [ -111.35510811929701, 39.032278000300806 ], [ -111.3736804423519, 39.032247016253947 ], [ -111.37575430901262, 39.032244859823052 ], [ -111.39218385237621, 39.032294408171765 ], [ -111.4122698949334, 39.032301742571121 ], [ -111.43090037669448, 39.032342543485228 ], [ -111.44953036626805, 39.032303774889201 ], [ -111.46808541746678, 39.032293870822464 ], [ -111.47428947544726, 39.032258897509578 ], [ -111.48670451326541, 39.032190635431476 ], [ -111.49129093698421, 39.032306577097302 ], [ -111.49605185986846, 39.032426102052248 ], [ -111.50069034260559, 39.032383756034449 ], [ -111.50532878572078, 39.032336720120078 ], [ -111.51808986361324, 39.032352828987086 ], [ -111.53663310612173, 39.032314050262691 ], [ -111.55522768339975, 39.032195483832723 ], [ -111.56308416731287, 39.032202878835768 ], [ -111.57379440903603, 39.032213763945542 ], [ -111.610876212465, 39.032291289462549 ], [ -111.62575235008293, 39.032397163018118 ], [ -111.6295072008265, 39.032390476053294 ], [ -111.62958345072038, 39.032390064522595 ], [ -111.64887148523603, 39.032446564709311 ], [ -111.64886743912652, 39.032635822121669 ], [ -111.66759617683289, 39.032674312997941 ], [ -111.72287868143835, 39.032538548546441 ], [ -111.73398278238675, 39.032649426776729 ], [ -111.74167248355711, 39.032726941276991 ], [ -111.7506967786841, 39.03281789488274 ], [ -111.7600732522904, 39.032887833466972 ], [ -111.796983378505, 39.033087526229359 ], [ -111.82618442847983, 39.033033029328934 ], [ -111.85329413162138, 39.032973022369688 ], [ -111.85340287276448, 39.033368715067432 ], [ -111.85343151608994, 39.033828972503656 ], [ -111.85352058902782, 39.034030169277102 ], [ -111.85355163868871, 39.034210163968389 ], [ -111.85350922149684, 39.034525862686756 ], [ -111.8534798200467, 39.034963115905242 ], [ -111.85345803736458, 39.035553501923232 ], [ -111.85341053622984, 39.035926908731966 ], [ -111.8533427463164, 39.036054461120571 ], [ -111.85329276256641, 39.036221532009129 ], [ -111.85328299762611, 39.036370286466379 ], [ -111.85331895736347, 39.036478156492407 ], [ -111.8533952447185, 39.036576720355995 ], [ -111.85352449697925, 39.036755996414932 ], [ -111.85369570394462, 39.037061120523653 ], [ -111.8537022395266, 39.03712415032242 ], [ -111.85371536494306, 39.03725471506484 ], [ -111.85366624866916, 39.0374938684513 ], [ -111.85356967214383, 39.037629741610587 ], [ -111.85338093979286, 39.037788816718454 ], [ -111.8528379527626, 39.03827488158349 ], [ -111.85250053857472, 39.038561197577089 ], [ -111.85198689956651, 39.039086692739197 ], [ -111.85175341695773, 39.039368642883851 ], [ -111.85167486780317, 39.039562954875862 ], [ -111.85171768547021, 39.039760886140243 ], [ -111.85174775963446, 39.039859788483483 ], [ -111.85187636466162, 39.039985004466928 ], [ -111.85206198098228, 39.040046726217028 ], [ -111.8523107639935, 39.040076447288079 ], [ -111.8526630971639, 39.040069366513954 ], [ -111.85295852860041, 39.040134789510645 ], [ -111.85319106545828, 39.04025473837163 ], [ -111.85327307946551, 39.040348754803254 ], [ -111.85326947029712, 39.040529002923641 ], [ -111.85322466421481, 39.040646474820946 ], [ -111.85305336223608, 39.040814432925011 ], [ -111.85292664961706, 39.040846898427958 ], [ -111.85267856768719, 39.040875745616361 ], [ -111.85223963103084, 39.040887964838383 ], [ -111.8518991180794, 39.040917485727057 ], [ -111.85167919736961, 39.040982169439452 ], [ -111.85151363340096, 39.041050961446658 ], [ -111.85115935649986, 39.04137794649187 ], [ -111.85085690700434, 39.041691035748592 ], [ -111.85066194862475, 39.041814107492179 ], [ -111.85044959375888, 39.041931899110303 ], [ -111.85025971975583, 39.041997262164529 ], [ -111.85008117264111, 39.042043619075756 ], [ -111.84970080773745, 39.042122984988247 ], [ -111.8493197946221, 39.042148287871854 ], [ -111.84903072815329, 39.042132370333512 ], [ -111.84847570361524, 39.042100364999079 ], [ -111.84807617401889, 39.042026676578026 ], [ -111.84764765254486, 39.04194418640504 ], [ -111.84721400077326, 39.041915798438175 ], [ -111.84708690678859, 39.041916721574481 ], [ -111.84686181895478, 39.041936378314261 ], [ -111.84664882274393, 39.042001002279662 ], [ -111.84646498001854, 39.042087941994353 ], [ -111.84634554417379, 39.042246502759298 ], [ -111.84628360944096, 39.042382118469767 ], [ -111.84624510517594, 39.042544597401694 ], [ -111.84625794930921, 39.042652637239549 ], [ -111.84629454680932, 39.042814571232981 ], [ -111.84642373915916, 39.042989349891648 ], [ -111.8466419010818, 39.043357220915418 ], [ -111.84684813446449, 39.043693639318406 ], [ -111.84697166024772, 39.043877469560925 ], [ -111.84712979591245, 39.044056542744229 ], [ -111.84730864780944, 39.044131837750193 ], [ -111.847623170787, 39.044246696429461 ], [ -111.84787207458973, 39.044285437104712 ], [ -111.84798811396359, 39.044326044451999 ], [ -111.84819057436849, 39.044346198840117 ], [ -111.84860620900176, 39.044316142165776 ], [ -111.84879107915823, 39.044314796899428 ], [ -111.84899371230449, 39.044349366366426 ], [ -111.84915050563305, 39.04441580802149 ], [ -111.84930206153018, 39.044527343010955 ], [ -111.84939071595966, 39.044693402401158 ], [ -111.849555500208, 39.044944512466493 ], [ -111.84970268397238, 39.04517322281216 ], [ -111.84979924456549, 39.045420323986811 ], [ -111.849886637873, 39.045577381075574 ], [ -111.8757191309388, 39.045575509112396 ], [ -112.00074945330056, 39.045533856875082 ], [ -112.01415472853989, 39.045517178779029 ], [ -112.01414858800607, 39.053248658395695 ], [ -112.01415324304449, 39.060844869640277 ], [ -112.01413869813709, 39.069198158649407 ], [ -112.01415083741225, 39.078848779750707 ], [ -112.01417428252468, 39.090981796995209 ], [ -112.01429777668744, 39.108074420659001 ], [ -112.01434319814032, 39.113259795023787 ], [ -112.01443618612961, 39.124986647976691 ], [ -112.01448621862328, 39.132505780966561 ], [ -112.01461820618732, 39.14049275519401 ], [ -112.01478065839632, 39.14858307786082 ], [ -112.01487931416472, 39.153840039790097 ], [ -112.01516972760874, 39.166799573563395 ], [ -112.01543145050094, 39.175339534181234 ], [ -112.01571465634117, 39.185366073564573 ], [ -112.01614163636333, 39.198130613400586 ], [ -112.01607772248943, 39.227447612670446 ], [ -112.01608432128336, 39.249992328480161 ], [ -112.0160854890763, 39.258583999183173 ], [ -112.01608109507887, 39.26903640669687 ], [ -112.01603969890574, 39.278610581474616 ], [ -112.01603367963672, 39.281403932016453 ], [ -112.01602309210232, 39.285485841427928 ], [ -112.01618328962729, 39.290151948078311 ], [ -112.01626320239166, 39.292872458189407 ], [ -112.01616418362336, 39.295247620226824 ], [ -112.01584540775478, 39.301674967944344 ], [ -112.01561037962641, 39.307078874703457 ], [ -112.0156781225145, 39.30935796459125 ], [ -112.01579296969376, 39.314492999292234 ], [ -112.01574560169209, 39.318436444241463 ], [ -112.01568158981387, 39.322432293170493 ], [ -112.01566092560213, 39.327018854494625 ], [ -112.01565030157045, 39.329893317794401 ], [ -112.01571450011912, 39.332726579256679 ], [ -112.01575009742251, 39.336790029621916 ], [ -112.01335992483838, 39.336797349277319 ], [ -112.00701429025277, 39.33681187941098 ], [ -112.0030333019857, 39.336819224516418 ], [ -112.00077660742458, 39.336829640566748 ], [ -111.95778778601101, 39.336939053551532 ], [ -111.95835622652962, 39.351373818029238 ], [ -111.95880801824266, 39.366169926691555 ], [ -111.92156053123227, 39.366858327850345 ], [ -111.92214900593274, 39.374972172662709 ], [ -111.92252614587147, 39.381573909038565 ], [ -111.89965801328992, 39.381518702170631 ], [ -111.89960202246851, 39.381227193373661 ], [ -111.8814984616188, 39.381495507035744 ], [ -111.87576299431673, 39.381516291377878 ], [ -111.86263228435891, 39.381605371220616 ], [ -111.84052482669671, 39.382051005708881 ], [ -111.82185632162569, 39.382206893121214 ], [ -111.80325791031842, 39.382408859368077 ], [ -111.76575786677503, 39.382724773462584 ], [ -111.75074102801004, 39.382917245047061 ], [ -111.74710710143445, 39.382949645599609 ], [ -111.74729595546989, 39.416976911490224 ], [ -111.56618747149238, 39.419504142601504 ], [ -111.30079843647056, 39.422700707730314 ], [ -111.30080712701985, 39.40850434599642 ], [ -111.3008779817095, 39.393906811775288 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 38, \"properties\": { \"NAME\": \"NORTH SANPETE SCHOOL DISTRICT\", \"TOTENROLL\": 2419, \"Color4\": \"2\", \"Shape_Leng\": 183862.061548, \"Shape_Area\": 1640257838.45 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -111.64180365108122, 39.813031670022617 ], [ -111.63172127866979, 39.813056367402034 ], [ -111.6316395003261, 39.813056812613731 ], [ -111.6257279261519, 39.813070823296307 ], [ -111.62304659746893, 39.813067232247917 ], [ -111.62198923704331, 39.813063895152666 ], [ -111.60349857199841, 39.812837182621024 ], [ -111.60329988825428, 39.812829205844622 ], [ -111.59656448735454, 39.812958636145758 ], [ -111.5872146550892, 39.813123461266308 ], [ -111.58473234170209, 39.813167532417268 ], [ -111.58453335351294, 39.813123485000503 ], [ -111.57320382099655, 39.812806091852295 ], [ -111.56939514626796, 39.81281132957043 ], [ -111.56579675845049, 39.812815417036866 ], [ -111.5469656343959, 39.813090419795493 ], [ -111.53816692787697, 39.812933342508401 ], [ -111.5280321605276, 39.812988916244166 ], [ -111.52807181812739, 39.812064307167361 ], [ -111.5123872884142, 39.812064350586816 ], [ -111.50590899771578, 39.812061242184832 ], [ -111.50072170282546, 39.812060317150909 ], [ -111.41582839790587, 39.812376685535483 ], [ -111.40059934502881, 39.812368093281535 ], [ -111.37580153945258, 39.81231590593692 ], [ -111.34430417002828, 39.812404632547917 ], [ -111.34329354473203, 39.812398616891748 ], [ -111.306976231074, 39.812369734692524 ], [ -111.30660249362158, 39.8123977530568 ], [ -111.30660553591964, 39.813082510433233 ], [ -111.28500901924559, 39.813101526782631 ], [ -111.26620460034273, 39.813069606052935 ], [ -111.25071857973529, 39.813127526930423 ], [ -111.24745892186392, 39.81312461333286 ], [ -111.24734361905749, 39.749945841792865 ], [ -111.24760090513841, 39.704411283786811 ], [ -111.24796235546172, 39.63913991053348 ], [ -111.24772521486213, 39.624932880543781 ], [ -111.24707198998964, 39.609980640143554 ], [ -111.2471493256491, 39.595361993189719 ], [ -111.24722498187947, 39.580930730115433 ], [ -111.24700379051438, 39.566181092063779 ], [ -111.24706213347733, 39.559657389520488 ], [ -111.2471484653955, 39.551182850270145 ], [ -111.24754998500885, 39.551172985306657 ], [ -111.24754173820057, 39.517725983424924 ], [ -111.24754014079903, 39.510720289573179 ], [ -111.24761821572353, 39.499943497287475 ], [ -111.2477921382705, 39.481773293579359 ], [ -111.24744407651571, 39.467221908110801 ], [ -111.25072839890225, 39.467273442564178 ], [ -111.26638053271182, 39.467238643578447 ], [ -111.28230784858854, 39.467125381120226 ], [ -111.2847841072315, 39.467145474342345 ], [ -111.3012401029049, 39.467252687288934 ], [ -111.30118486846726, 39.463878356634801 ], [ -111.30098224909283, 39.451651465999745 ], [ -111.30079843647056, 39.422700707730314 ], [ -111.56618747149238, 39.419504142601504 ], [ -111.74729595546989, 39.416976911490224 ], [ -111.74742759545369, 39.440718843939479 ], [ -111.74770464252093, 39.457931643787376 ], [ -111.74771504732601, 39.459990475203135 ], [ -111.7317738426997, 39.460082866145008 ], [ -111.7314599705162, 39.460080335486985 ], [ -111.71314146772625, 39.460158068878634 ], [ -111.71325711487113, 39.499942220102298 ], [ -111.71325637217232, 39.515796985201717 ], [ -111.71324463090569, 39.54819394172619 ], [ -111.7156419877042, 39.548174700010136 ], [ -111.71543611102223, 39.624957351511419 ], [ -111.71545971555071, 39.63686424530421 ], [ -111.71667770388861, 39.636883767651476 ], [ -111.71862147338206, 39.694613566344515 ], [ -111.69903728900309, 39.695021443074687 ], [ -111.68956917761251, 39.695267270075369 ], [ -111.68962586133614, 39.709750741357624 ], [ -111.68023178162113, 39.71002240244286 ], [ -111.68018345046912, 39.717573175268484 ], [ -111.66138954720014, 39.717753841829577 ], [ -111.66146617797291, 39.7251642334911 ], [ -111.64259323795928, 39.725229685878666 ], [ -111.6427445669397, 39.739640526871113 ], [ -111.62575859891922, 39.739736938069115 ], [ -111.6039068364946, 39.739948182305064 ], [ -111.58506618939994, 39.740179820520311 ], [ -111.58503226855723, 39.749969479672387 ], [ -111.58479955627271, 39.783866572522889 ], [ -111.60384171254833, 39.783949255243257 ], [ -111.62268368771684, 39.783845181453501 ], [ -111.62251121055752, 39.798397306928862 ], [ -111.62572901167596, 39.798370990069714 ], [ -111.64236768116938, 39.798316115915533 ], [ -111.64210156558165, 39.813030922760731 ], [ -111.64180365108122, 39.813031670022617 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 39, \"properties\": { \"NAME\": \"DAGGETT COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 168, \"Color4\": \"1\", \"Shape_Leng\": 273628.633657, \"Shape_Area\": 1870465385.27 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -109.04994430932786, 40.999653282383015 ], [ -109.04988792193215, 40.992694027987596 ], [ -109.04985126684744, 40.98970291264316 ], [ -109.04979954554481, 40.985004615445575 ], [ -109.04970417096163, 40.978157279815299 ], [ -109.04967501102045, 40.975113140183822 ], [ -109.04953951575851, 40.963777553865569 ], [ -109.04952513678701, 40.960634574550454 ], [ -109.04952278928261, 40.949415612566533 ], [ -109.04950870471791, 40.946060052481577 ], [ -109.04955893968447, 40.932243264004285 ], [ -109.0493968939732, 40.92039101789441 ], [ -109.04932046785048, 40.917498280254385 ], [ -109.0491188009876, 40.906023657461773 ], [ -109.04911731993587, 40.902641265458364 ], [ -109.04903013563742, 40.895510241255941 ], [ -109.04902386951267, 40.894915630478586 ], [ -109.04890378201067, 40.874966131398381 ], [ -109.04889061802459, 40.873394069071594 ], [ -109.04880426042889, 40.863403986317401 ], [ -109.0488051512126, 40.86256538526127 ], [ -109.04875590559372, 40.848075662253549 ], [ -109.04874369297362, 40.844247176598344 ], [ -109.0486803970071, 40.836499463552187 ], [ -109.04874769615986, 40.823286250845307 ], [ -109.04862471985138, 40.818987473468418 ], [ -109.04866632146236, 40.81493919115546 ], [ -109.04884729284714, 40.804515763854809 ], [ -109.04899413735917, 40.775620346448001 ], [ -109.04888858075705, 40.771493882214919 ], [ -109.04891495198069, 40.760509283843234 ], [ -109.0489234584204, 40.756978355781754 ], [ -109.0489392618036, 40.749957008756574 ], [ -109.04889153758913, 40.74247427827045 ], [ -109.04885959119356, 40.739718233374383 ], [ -109.04888409630244, 40.736448792734137 ], [ -109.04886523945866, 40.727976569087588 ], [ -109.04888445349845, 40.725495222820776 ], [ -109.04883924769956, 40.718126006349358 ], [ -109.04897571587335, 40.713453215758797 ], [ -109.04889179006646, 40.703597147542723 ], [ -109.04893262599143, 40.69891372156588 ], [ -109.04892486228094, 40.688878760381023 ], [ -109.04894738403539, 40.684415708649567 ], [ -109.04905398378411, 40.670009295418325 ], [ -109.04906746564524, 40.667517921223833 ], [ -109.04909446050991, 40.666186099643554 ], [ -109.0486182417954, 40.653711014754109 ], [ -109.04947584890805, 40.653707493700317 ], [ -109.06637794405938, 40.653694600805373 ], [ -109.06913928026587, 40.653709295778228 ], [ -109.08526019724584, 40.65371659773583 ], [ -109.08812872629096, 40.653705592037156 ], [ -109.10437196818857, 40.65377980862003 ], [ -109.10708580777349, 40.653801823111806 ], [ -109.12335410254553, 40.65382873707167 ], [ -109.1233729681547, 40.668345486390905 ], [ -109.12333974342546, 40.669741189344677 ], [ -109.12336561529642, 40.673880793530785 ], [ -109.1234386432277, 40.684142100163001 ], [ -109.12565105893994, 40.684155531058394 ], [ -109.16103557850289, 40.683814938390015 ], [ -109.16113804814729, 40.698378033154896 ], [ -109.16127869427831, 40.713013767205965 ], [ -109.16074971070292, 40.727755900131527 ], [ -109.16112497656802, 40.742291715512266 ], [ -109.16133966804648, 40.749975307804085 ], [ -109.16149250664913, 40.756894933810351 ], [ -109.16168066767705, 40.762361237207998 ], [ -109.16199702304428, 40.77147327740046 ], [ -109.16334162704561, 40.771481179956339 ], [ -109.16355966137274, 40.785933318322172 ], [ -109.20161146179689, 40.785807672536336 ], [ -109.20236590389135, 40.858400302227679 ], [ -109.25067457572007, 40.85849017705975 ], [ -109.25913582086658, 40.858185842235883 ], [ -109.37568353803847, 40.858215358723733 ], [ -109.39449248209064, 40.858294982895465 ], [ -109.39432453126918, 40.791029060012299 ], [ -109.41495293143289, 40.786819308789198 ], [ -109.41549764055769, 40.786340356047425 ], [ -109.41596308538546, 40.785954897016929 ], [ -109.41634991116744, 40.785635917357403 ], [ -109.4165480697678, 40.785526036516444 ], [ -109.41675225842441, 40.785411734051486 ], [ -109.41739155225531, 40.785190799987099 ], [ -109.4180545367941, 40.784970187203889 ], [ -109.41863890661885, 40.784816053523592 ], [ -109.41910848106863, 40.784754928578444 ], [ -109.41965388842702, 40.784744384892399 ], [ -109.42021502830887, 40.784770086328628 ], [ -109.42056010793063, 40.784761299038962 ], [ -109.42097915192578, 40.784631914158375 ], [ -109.42112280222256, 40.784521279329411 ], [ -109.42128583437635, 40.78439289340551 ], [ -109.42178394237264, 40.783877240483633 ], [ -109.42205353560432, 40.783502589197127 ], [ -109.42232723763975, 40.783204562035472 ], [ -109.42252591213379, 40.783072157672642 ], [ -109.42269961312925, 40.782993459961368 ], [ -109.42289690137167, 40.782919588462754 ], [ -109.42357199107137, 40.78268649785371 ], [ -109.4242688969122, 40.782532972275469 ], [ -109.42484752110656, 40.78236972034847 ], [ -109.42558334366534, 40.782073489727694 ], [ -109.42621899258003, 40.781753367734773 ], [ -109.42678799010972, 40.781495389873889 ], [ -109.4269572621196, 40.781403113175365 ], [ -109.42714246573071, 40.781288533231184 ], [ -109.42759330659116, 40.781015428321425 ], [ -109.42805134123054, 40.780688371166377 ], [ -109.42870326936102, 40.780179287426741 ], [ -109.42906441933566, 40.779940086582968 ], [ -109.42923216013278, 40.779862198566818 ], [ -109.42957952955122, 40.779704781994027 ], [ -109.43007054021228, 40.779486262497549 ], [ -109.4305390207282, 40.779217889948633 ], [ -109.43105182105309, 40.778828509064304 ], [ -109.43129277531304, 40.77866063198109 ], [ -109.43182828521515, 40.778312993533078 ], [ -109.43211674791779, 40.778140355583133 ], [ -109.43244664989376, 40.777969180746808 ], [ -109.43276406888498, 40.777824859640553 ], [ -109.43306329389486, 40.777698306721703 ], [ -109.43388216412615, 40.777394142295634 ], [ -109.4341872024751, 40.777272169388198 ], [ -109.43429045367382, 40.777164572785018 ], [ -109.43436341255041, 40.777085390897042 ], [ -109.43444561416626, 40.776864907401098 ], [ -109.43447880288524, 40.776713121061185 ], [ -109.43447634763353, 40.776565355096835 ], [ -109.434468857466, 40.776379686836613 ], [ -109.4344042097775, 40.776104963696419 ], [ -109.43436467283706, 40.77597200827131 ], [ -109.43432712459142, 40.775855294378928 ], [ -109.43429063344043, 40.775643109068753 ], [ -109.43433050599118, 40.775458984321098 ], [ -109.43436371574838, 40.775356742759222 ], [ -109.43454139953869, 40.775056481969315 ], [ -109.43477325561848, 40.774820913272229 ], [ -109.43500105000395, 40.774657353730085 ], [ -109.43522431633967, 40.774484724224479 ], [ -109.43563456926624, 40.774170500298865 ], [ -109.43593873639834, 40.773832316560529 ], [ -109.43606723335786, 40.773658400612369 ], [ -109.43619604642782, 40.773470976656554 ], [ -109.4363045466867, 40.773139147736124 ], [ -109.43634367288585, 40.772986540401284 ], [ -109.4364177968807, 40.772604700918961 ], [ -109.43641239184744, 40.772329880753176 ], [ -109.43640648210736, 40.772127118504557 ], [ -109.43630691591706, 40.771522226660906 ], [ -109.43622463711284, 40.771039178307717 ], [ -109.43617002517648, 40.770538488670248 ], [ -109.43620967788981, 40.770363368201366 ], [ -109.43623547941507, 40.770273636919605 ], [ -109.43629850482657, 40.770112345339122 ], [ -109.43635372828643, 40.770031120065717 ], [ -109.43641493738328, 40.769947273451479 ], [ -109.43662602248911, 40.76978798807869 ], [ -109.43687116349878, 40.769692220403357 ], [ -109.437021017737, 40.769617681674767 ], [ -109.43747692282949, 40.769376133997106 ], [ -109.43763375291473, 40.769256648428254 ], [ -109.43786947159259, 40.76905715784892 ], [ -109.43803403641074, 40.768860306769199 ], [ -109.43820585115461, 40.768606802536738 ], [ -109.43866731252618, 40.767874383638677 ], [ -109.4391892713189, 40.767340959474623 ], [ -109.43981836833773, 40.766785560581937 ], [ -109.44021097475019, 40.766462973741241 ], [ -109.44050081703048, 40.766228176852543 ], [ -109.44074306999474, 40.766001744206044 ], [ -109.44081613501247, 40.765917154568577 ], [ -109.4409442877741, 40.765756740342731 ], [ -109.44109136369728, 40.765547037044101 ], [ -109.44114992383152, 40.76532262551914 ], [ -109.44111244745334, 40.765151865924324 ], [ -109.44099273673895, 40.764951169250828 ], [ -109.44073964202191, 40.764627961296142 ], [ -109.44014515687461, 40.76416051225624 ], [ -109.43945808795719, 40.763700816096865 ], [ -109.43882134927551, 40.763318365803066 ], [ -109.43797735443505, 40.762933106376501 ], [ -109.437451036051, 40.762642224452975 ], [ -109.43731768294435, 40.762518808956308 ], [ -109.43704198314494, 40.762150246176581 ], [ -109.43691190244593, 40.761887248813849 ], [ -109.43674966906742, 40.76147968589688 ], [ -109.43657643851064, 40.761035941274905 ], [ -109.4365751599607, 40.760837745477154 ], [ -109.43662970833284, 40.760532208753993 ], [ -109.43672486305758, 40.760263254607231 ], [ -109.43683175457906, 40.7599989634301 ], [ -109.43687774195541, 40.759805911987478 ], [ -109.43688175093941, 40.759634812124567 ], [ -109.43683288837013, 40.759444979757276 ], [ -109.4367550516793, 40.759227730474805 ], [ -109.43643546683406, 40.758457710410099 ], [ -109.43634726712968, 40.758177263586639 ], [ -109.43632072060466, 40.758046286145465 ], [ -109.43635820933004, 40.757912573247005 ], [ -109.4365373832961, 40.75769790558298 ], [ -109.4366273404071, 40.757600035179863 ], [ -109.43674958892611, 40.757489090021664 ], [ -109.43718054118479, 40.75724720458846 ], [ -109.43738979061121, 40.757164461436652 ], [ -109.43756869495614, 40.757112835416685 ], [ -109.43801997849982, 40.7570648966717 ], [ -109.43841807522308, 40.757011732296647 ], [ -109.43943525006215, 40.756827315283026 ], [ -109.44004735241798, 40.75674100697946 ], [ -109.44049305299211, 40.756729015537907 ], [ -109.44097096566475, 40.756757994157766 ], [ -109.44158031016556, 40.756789646835607 ], [ -109.44192323967249, 40.756815897506357 ], [ -109.44230125567775, 40.756861537887502 ], [ -109.44327742795751, 40.756910744566305 ], [ -109.4437626591104, 40.756930802241762 ], [ -109.44477436169835, 40.756980475461525 ], [ -109.44516537773281, 40.756976737007172 ], [ -109.44539662341531, 40.756966340663773 ], [ -109.44599056758072, 40.756947317067201 ], [ -109.44620234060709, 40.756959177158286 ], [ -109.4465099340845, 40.756976831042287 ], [ -109.44668736372283, 40.756988227855828 ], [ -109.44697685817657, 40.757020049845153 ], [ -109.44745514360113, 40.757084138318326 ], [ -109.44802306689483, 40.75711429882292 ], [ -109.44841450272422, 40.757092538749546 ], [ -109.44874122253243, 40.75705189105966 ], [ -109.44898493882499, 40.75701463079745 ], [ -109.44915749439612, 40.756980917664343 ], [ -109.44984834269545, 40.756819046569476 ], [ -109.45040393922217, 40.756614818427686 ], [ -109.45068008255024, 40.75645638032379 ], [ -109.45087768003818, 40.756364448012746 ], [ -109.45098541274338, 40.756316349632392 ], [ -109.45148492427774, 40.755976241359491 ], [ -109.45175451431803, 40.75584473708323 ], [ -109.45187408800514, 40.755796796742835 ], [ -109.45229160235475, 40.755671779857018 ], [ -109.45294223440088, 40.755455301869866 ], [ -109.45311433057933, 40.755390048161161 ], [ -109.45343932923592, 40.755218746117471 ], [ -109.45369254190139, 40.755078009618096 ], [ -109.45407733828212, 40.754830937967284 ], [ -109.45487994675162, 40.754445330457024 ], [ -109.45536887971494, 40.754253697657731 ], [ -109.455733505247, 40.754109943925734 ], [ -109.45589577094219, 40.754008521918713 ], [ -109.45602843082753, 40.753906703534803 ], [ -109.45633207175663, 40.753838701001051 ], [ -109.45666365107053, 40.753843136434973 ], [ -109.45705807156777, 40.753947500727286 ], [ -109.45722217502775, 40.754022660874753 ], [ -109.45742683125791, 40.754137097915695 ], [ -109.45772568459937, 40.754276214831023 ], [ -109.45790757377547, 40.754350710916832 ], [ -109.45808956741313, 40.754420704044904 ], [ -109.45835372892626, 40.754523323206392 ], [ -109.45875189326283, 40.754722317169424 ], [ -109.45899714967936, 40.75487422708688 ], [ -109.45930400515084, 40.755180097299537 ], [ -109.45977004952913, 40.755569164941036 ], [ -109.45997211780089, 40.755693471882161 ], [ -109.46008435061511, 40.755758026709074 ], [ -109.46047868416318, 40.755866882254928 ], [ -109.46071511867385, 40.755888052865863 ], [ -109.46095843012426, 40.755867877296353 ], [ -109.46136219667765, 40.755824618157312 ], [ -109.46229307826263, 40.755782978562294 ], [ -109.46284520665569, 40.75572727826431 ], [ -109.46361070625372, 40.755665408446013 ], [ -109.46433361597309, 40.755652511481493 ], [ -109.46477158071849, 40.755667347604941 ], [ -109.46529130392184, 40.755732814289502 ], [ -109.46585366127957, 40.755798845494731 ], [ -109.4666277942268, 40.755876696580096 ], [ -109.46747854885589, 40.755919527604796 ], [ -109.46767436454597, 40.755904111909587 ], [ -109.46815023737182, 40.755815845014141 ], [ -109.46837607240711, 40.755782810371478 ], [ -109.46877527717042, 40.755680010972029 ], [ -109.46929579803214, 40.755452705632386 ], [ -109.46955412932516, 40.755293985777364 ], [ -109.46978362453194, 40.755152899209158 ], [ -109.46991611433934, 40.755006021813358 ], [ -109.47003171449934, 40.754872432527293 ], [ -109.47010473031941, 40.754787823296773 ], [ -109.47023320436008, 40.7546093637769 ], [ -109.47034931929333, 40.754453260624295 ], [ -109.47042908111649, 40.754332708033878 ], [ -109.47048443563811, 40.754243360360441 ], [ -109.4706056552733, 40.75391616986218 ], [ -109.47063145790027, 40.75377238154767 ], [ -109.47070849632159, 40.753512166404455 ], [ -109.47072987127606, 40.753354807157159 ], [ -109.4707498014516, 40.753260485770767 ], [ -109.47083981582909, 40.752950897682361 ], [ -109.47094208401624, 40.752623455592172 ], [ -109.47099832466714, 40.752236850539575 ], [ -109.47107663959176, 40.751662267636121 ], [ -109.47113572526015, 40.751409921555314 ], [ -109.47116425711674, 40.751198608101276 ], [ -109.47117261261059, 40.750833888780114 ], [ -109.4712057239077, 40.750681188939133 ], [ -109.47124537473256, 40.750501551275235 ], [ -109.47127735108558, 40.750398381191339 ], [ -109.47131906434856, 40.750128689315027 ], [ -109.47134002398008, 40.749989340655539 ], [ -109.47198245080249, 40.746245953636674 ], [ -109.4742276658162, 40.743883996432146 ], [ -109.48421280456228, 40.740466371800345 ], [ -109.48433202138671, 40.740431905020507 ], [ -109.48460546327804, 40.740385951256862 ], [ -109.48474733753221, 40.740396822446407 ], [ -109.48492983396071, 40.74044425949949 ], [ -109.4851356017775, 40.740510018107564 ], [ -109.49342153855694, 40.743856933160437 ], [ -109.49622036396758, 40.745798668998773 ], [ -109.50025296675146, 40.747134815066872 ], [ -109.50066703674287, 40.747420350103596 ], [ -109.5011806892781, 40.747754920476403 ], [ -109.50162909827074, 40.748094046301098 ], [ -109.50224420100396, 40.748394797364469 ], [ -109.50237896259829, 40.748459603652741 ], [ -109.50274251099673, 40.748621964411235 ], [ -109.50312946890678, 40.748744090925285 ], [ -109.50328378433947, 40.748782125295307 ], [ -109.50342509451367, 40.748819089971548 ], [ -109.50377258113403, 40.748905570534546 ], [ -109.5040377028816, 40.748967561042463 ], [ -109.50432660910398, 40.749025355145456 ], [ -109.50449760496043, 40.749059100014527 ], [ -109.50482755391215, 40.749135441124821 ], [ -109.5054155979781, 40.749323222564669 ], [ -109.5055860910596, 40.749379479743517 ], [ -109.50579782843585, 40.749445278921186 ], [ -109.50616169314262, 40.749594120774759 ], [ -109.50650761561987, 40.749750836617913 ], [ -109.50693578690297, 40.749937441834824 ], [ -109.5072769805963, 40.750040945973318 ], [ -109.50758325431285, 40.750116972954793 ], [ -109.50820824959173, 40.750242160893436 ], [ -109.50863223878108, 40.750351235479187 ], [ -109.50958228484772, 40.750507641147209 ], [ -109.51097971384118, 40.750786919206909 ], [ -109.51177512446445, 40.750972839924074 ], [ -109.51193348422761, 40.751042443521932 ], [ -109.51206193829046, 40.751125173541503 ], [ -109.51227760123879, 40.751281093216477 ], [ -109.51252377348706, 40.751396868998818 ], [ -109.51285354310508, 40.751482193074303 ], [ -109.51322235301468, 40.751676117326369 ], [ -109.51353125258326, 40.751900797257882 ], [ -109.51375216061751, 40.75208740954038 ], [ -109.5139207428241, 40.752230108290021 ], [ -109.51400785436066, 40.752307799615281 ], [ -109.51413521058596, 40.752440058146689 ], [ -109.51436523760981, 40.752749297831777 ], [ -109.51472734401182, 40.753244904761154 ], [ -109.51537819252444, 40.753807283108145 ], [ -109.51609458647981, 40.754352484369612 ], [ -109.51625085621372, 40.754516640981862 ], [ -109.51629111773836, 40.754836948766531 ], [ -109.51613948013275, 40.754997145937942 ], [ -109.51595281449994, 40.755134371976546 ], [ -109.51546366909498, 40.755555967974693 ], [ -109.51531744827209, 40.755738754143046 ], [ -109.51520645446263, 40.755935505669719 ], [ -109.51507077218467, 40.756176980209609 ], [ -109.51501537483441, 40.756270853055568 ], [ -109.51475856340555, 40.756898119474826 ], [ -109.51465170312228, 40.757175096304266 ], [ -109.51437941188499, 40.757965210283139 ], [ -109.51427824920557, 40.758252169042365 ], [ -109.51413876797024, 40.758663847749013 ], [ -109.51408656100966, 40.75888027220882 ], [ -109.51406468418716, 40.759064657839723 ], [ -109.51407430207423, 40.759217920476601 ], [ -109.51427326284146, 40.75980601308634 ], [ -109.51491262691454, 40.7603547336143 ], [ -109.51501139310264, 40.760441582296622 ], [ -109.51516215300289, 40.760587653039693 ], [ -109.51522488781788, 40.760696558268599 ], [ -109.51529836417801, 40.760855146567422 ], [ -109.51531765163112, 40.761319315055196 ], [ -109.5152722900342, 40.761494390507544 ], [ -109.51526085619284, 40.761741967796866 ], [ -109.51528153738275, 40.761877356319168 ], [ -109.51532068598692, 40.761981453900468 ], [ -109.5154231724354, 40.762167439849186 ], [ -109.51550347459032, 40.762285579092946 ], [ -109.5156166036124, 40.762525750745191 ], [ -109.51562494073188, 40.762683500787965 ], [ -109.51557679129118, 40.762930605727455 ], [ -109.51544157828559, 40.763203614963139 ], [ -109.51526644012152, 40.763620240806453 ], [ -109.51508789161782, 40.764189961122995 ], [ -109.51507394232068, 40.764284367248216 ], [ -109.51510626760493, 40.76442891375747 ], [ -109.51524750605726, 40.764737008612251 ], [ -109.51530442274144, 40.764841334796849 ], [ -109.51552074781337, 40.765235972938356 ], [ -109.51558890856417, 40.765367468106021 ], [ -109.51564010445333, 40.765462712365121 ], [ -109.51580945591313, 40.765838729323384 ], [ -109.51599918096038, 40.766097902050141 ], [ -109.51604777327793, 40.766310218641735 ], [ -109.51601997646689, 40.766494528296505 ], [ -109.5159562445665, 40.766696392054023 ], [ -109.51587484531599, 40.766893524442523 ], [ -109.51555615841893, 40.767371360991383 ], [ -109.51549384550164, 40.767456136733166 ], [ -109.51520755383379, 40.767862323835146 ], [ -109.51485089715845, 40.768501816400402 ], [ -109.5147869778727, 40.768658636259623 ], [ -109.51471862107618, 40.768801886730039 ], [ -109.51466100597474, 40.768994820259785 ], [ -109.51469694842622, 40.769243007060197 ], [ -109.51472445546246, 40.769337946722324 ], [ -109.51480205716352, 40.769577661596031 ], [ -109.51487925831003, 40.769835387551645 ], [ -109.51485647670142, 40.770060298018919 ], [ -109.5147497605338, 40.770595809938406 ], [ -109.51462782172247, 40.771016722273508 ], [ -109.51458987816426, 40.7711243315457 ], [ -109.51452573590696, 40.77134420533055 ], [ -109.51451027947392, 40.77150615295669 ], [ -109.51453558044389, 40.771700153829478 ], [ -109.51461388603805, 40.771908349301704 ], [ -109.51476545948644, 40.772338187439907 ], [ -109.51489308625081, 40.772938871862451 ], [ -109.51497702949858, 40.7736921322848 ], [ -109.51506064673508, 40.774194061207744 ], [ -109.51511045278566, 40.774671232912873 ], [ -109.5152268619205, 40.775243847166493 ], [ -109.51531170433387, 40.775637693884384 ], [ -109.51537255725987, 40.776151040088152 ], [ -109.51536460877217, 40.776241920016595 ], [ -109.51535607873437, 40.776358916063209 ], [ -109.51535929485645, 40.776480567324334 ], [ -109.51536281177363, 40.776588710245441 ], [ -109.51537817519541, 40.776697005602102 ], [ -109.51541602857131, 40.776859639173878 ], [ -109.51548902076554, 40.777040741133106 ], [ -109.51568861685085, 40.777390122423711 ], [ -109.51606431176921, 40.777813833537891 ], [ -109.51632525119211, 40.778069417237148 ], [ -109.51665064869616, 40.778357357562491 ], [ -109.51681179582815, 40.778571120494064 ], [ -109.51702937392837, 40.778911722456677 ], [ -109.51717217229756, 40.779151372624213 ], [ -109.51747599893088, 40.779876828761061 ], [ -109.51762272197986, 40.780206610129575 ], [ -109.51779229987328, 40.780574519082968 ], [ -109.51790476552037, 40.780846207901099 ], [ -109.518057796722, 40.781158954263809 ], [ -109.518426202727, 40.781645620894629 ], [ -109.51850564816007, 40.781750234602256 ], [ -109.51873125388434, 40.782050399747156 ], [ -109.51880003752805, 40.782154876362739 ], [ -109.51886199720735, 40.782299801928417 ], [ -109.51879333407055, 40.782456562739462 ], [ -109.51864353876309, 40.782531208628953 ], [ -109.51848209570623, 40.782596696619819 ], [ -109.51819495159775, 40.782719122848377 ], [ -109.51803913114199, 40.782798194624554 ], [ -109.51769646827844, 40.783018995887986 ], [ -109.5175333207591, 40.783161029746452 ], [ -109.51739901058325, 40.783338565655335 ], [ -109.51724398337271, 40.783648254653748 ], [ -109.51714771286407, 40.783980318134311 ], [ -109.5171560547697, 40.784138067607152 ], [ -109.51732857863939, 40.784640236016386 ], [ -109.51746928164771, 40.785241084643971 ], [ -109.51749419466108, 40.785453095766243 ], [ -109.51737995001086, 40.785793936496425 ], [ -109.51722390374982, 40.785936061077187 ], [ -109.51690533645397, 40.78608510446724 ], [ -109.51634536519029, 40.786217530600844 ], [ -109.51566650851171, 40.786366440757412 ], [ -109.51545735946056, 40.786444822818943 ], [ -109.51516949104747, 40.786598760452044 ], [ -109.51500713184242, 40.786704768241215 ], [ -109.51479667658874, 40.786841685081619 ], [ -109.5145153312627, 40.786968680661971 ], [ -109.51414462041626, 40.787117044947493 ], [ -109.51378987316434, 40.787346686775763 ], [ -109.51363202830387, 40.787515807604748 ], [ -109.51347900212834, 40.787734534965125 ], [ -109.51339837152906, 40.787895642204454 ], [ -109.51334605607362, 40.788115667039527 ], [ -109.51335240047393, 40.788362571295849 ], [ -109.51339234219145, 40.788697287234193 ], [ -109.51331773298435, 40.789119707438203 ], [ -109.51305665381589, 40.789665838025194 ], [ -109.51278233886833, 40.790008213876789 ], [ -109.51267266434698, 40.790142822578723 ], [ -109.51262878138738, 40.790250354237799 ], [ -109.51246620264901, 40.790631103057244 ], [ -109.51230512358187, 40.791210049499547 ], [ -109.51214996615242, 40.791789072019327 ], [ -109.51208498963197, 40.792044965281903 ], [ -109.51206078117784, 40.792332912704587 ], [ -109.51209923017183, 40.792734269642594 ], [ -109.51213537428278, 40.79297345078848 ], [ -109.51215093650093, 40.793072740731859 ], [ -109.51215767996101, 40.793248485896072 ], [ -109.51214972293157, 40.793392513074551 ], [ -109.51208454357102, 40.793657411759185 ], [ -109.51188811367496, 40.793961153961163 ], [ -109.51180867805799, 40.794068226623146 ], [ -109.51165081181311, 40.79423734418593 ], [ -109.51155962644576, 40.794339761027338 ], [ -109.51147988807166, 40.794460341711151 ], [ -109.51140617482591, 40.794576496025179 ], [ -109.51136579720028, 40.794792169652212 ], [ -109.51138446675398, 40.795017613295741 ], [ -109.51141629392974, 40.795184673995621 ], [ -109.51146146983262, 40.795550085314794 ], [ -109.51145221509803, 40.795964338887828 ], [ -109.51147390300925, 40.796054699804529 ], [ -109.51156266700748, 40.796326088307808 ], [ -109.51165876488437, 40.796534514598896 ], [ -109.51192889301321, 40.796911835714447 ], [ -109.51224178521336, 40.797285203636591 ], [ -109.51230908693034, 40.797403176939369 ], [ -109.51243461304246, 40.797620990163352 ], [ -109.51247759040706, 40.797819722664457 ], [ -109.5124916397355, 40.798252292891469 ], [ -109.51253170219381, 40.798581605292128 ], [ -109.51262820240044, 40.799037758788117 ], [ -109.51274599240141, 40.799602283888575 ], [ -109.51277206962168, 40.800292640767566 ], [ -109.51275329731638, 40.800868016483321 ], [ -109.51280360472259, 40.801269525549912 ], [ -109.51283784515968, 40.801594258592303 ], [ -109.5129705072812, 40.802023853477422 ], [ -109.51304351829708, 40.802204956581711 ], [ -109.5132715908429, 40.802874495482484 ], [ -109.51330854387278, 40.803343392849889 ], [ -109.51327740061704, 40.80394203000688 ], [ -109.51326210411534, 40.804627349053384 ], [ -109.51329455906584, 40.805032230844347 ], [ -109.51336124251939, 40.805497007139394 ], [ -109.51346920673419, 40.805971323416053 ], [ -109.51367861327701, 40.806681157066592 ], [ -109.51385568339164, 40.807246444206449 ], [ -109.51393171450221, 40.807558202883286 ], [ -109.5139610414311, 40.807837831541605 ], [ -109.51396234588833, 40.808045034463966 ], [ -109.51393251300333, 40.808319396951298 ], [ -109.51374026400202, 40.808699764063135 ], [ -109.51339885053234, 40.809388987745351 ], [ -109.51329679475226, 40.809711963728475 ], [ -109.51326455027981, 40.809828653318789 ], [ -109.51322868676608, 40.810107441848594 ], [ -109.5132174326198, 40.810346011139572 ], [ -109.51327729343906, 40.810585496977744 ], [ -109.51331636470665, 40.81069409757832 ], [ -109.51356536483456, 40.81095854090421 ], [ -109.51369965956647, 40.81105035217076 ], [ -109.51390446745279, 40.81117009596359 ], [ -109.51447449821296, 40.811393632182977 ], [ -109.51508087462494, 40.811635649633324 ], [ -109.51557218341999, 40.811880687284585 ], [ -109.516114607254, 40.812279517864148 ], [ -109.51646407293032, 40.812558759373324 ], [ -109.51681442594801, 40.812851523362603 ], [ -109.51703355082074, 40.813020990168177 ], [ -109.51747864441724, 40.813585212640334 ], [ -109.517942745223, 40.814041580553393 ], [ -109.51825606694305, 40.814347376503584 ], [ -109.5185460857264, 40.814634856160481 ], [ -109.518979466014, 40.815140369814841 ], [ -109.51937306796982, 40.815568802542721 ], [ -109.51976094840491, 40.815988152416075 ], [ -109.52004435334601, 40.816307071709822 ], [ -109.52034544134753, 40.816630721169147 ], [ -109.52079752897095, 40.817095931532421 ], [ -109.52094269948883, 40.817232914246368 ], [ -109.52117317328494, 40.817533135886187 ], [ -109.52141972990857, 40.817910131907148 ], [ -109.52175269427075, 40.818400835764123 ], [ -109.52200791247427, 40.818922070797299 ], [ -109.52236692350877, 40.81957525201728 ], [ -109.52277315871609, 40.820238044939657 ], [ -109.52299542595007, 40.820641750684764 ], [ -109.52320514216173, 40.821076823575638 ], [ -109.52333337770916, 40.821443292429677 ], [ -109.52343560830522, 40.821913021137064 ], [ -109.52351492990471, 40.822346424183138 ], [ -109.52359768307923, 40.822892472021998 ], [ -109.52365801312177, 40.823433728732503 ], [ -109.52373375545247, 40.823975182619712 ], [ -109.52374894142227, 40.824092481940461 ], [ -109.52379186755246, 40.824295712977211 ], [ -109.52384275445887, 40.824674703306449 ], [ -109.52389011089565, 40.824945551535841 ], [ -109.52391775159461, 40.825035985981081 ], [ -109.52398478852956, 40.825221509311518 ], [ -109.52404789518727, 40.825316901581964 ], [ -109.5241453695488, 40.825466781985398 ], [ -109.52426725367577, 40.82558544634589 ], [ -109.52467689741587, 40.825829400415451 ], [ -109.52513949406551, 40.826092046256406 ], [ -109.52579531465338, 40.826465256779287 ], [ -109.52656870058109, 40.826885005763863 ], [ -109.52745029079364, 40.827238570447911 ], [ -109.52794996903441, 40.827434117890164 ], [ -109.52848789604366, 40.827562590588904 ], [ -109.52865239047976, 40.827578201077806 ], [ -109.52900746198344, 40.827609753980731 ], [ -109.52953503747783, 40.827616480814633 ], [ -109.53029045551487, 40.827509003593605 ], [ -109.53105931695266, 40.827329628020514 ], [ -109.53206806634198, 40.827027187354375 ], [ -109.53315949751219, 40.826739301388734 ], [ -109.53393990074414, 40.826573565397162 ], [ -109.53489537595217, 40.826265918687362 ], [ -109.53569198379336, 40.825902198872441 ], [ -109.53629039608063, 40.825653063704962 ], [ -109.53645785568031, 40.825587627958377 ], [ -109.5371465623182, 40.825276577364164 ], [ -109.53755913028697, 40.825119663362088 ], [ -109.53795480369448, 40.82492199736712 ], [ -109.53848187026881, 40.824680954465087 ], [ -109.53899381891766, 40.824318108525439 ], [ -109.53916838597925, 40.824198710323785 ], [ -109.53936636609924, 40.82409312045278 ], [ -109.5396476272299, 40.823975072498961 ], [ -109.53977437719686, 40.823927132651846 ], [ -109.54049535761025, 40.823711055270635 ], [ -109.54149245225527, 40.823394871942291 ], [ -109.54285812356977, 40.823033792027424 ], [ -109.54419355255422, 40.82269933843893 ], [ -109.54527775490058, 40.822465294312664 ], [ -109.54637352934122, 40.822243997104756 ], [ -109.54761579113324, 40.82210200354529 ], [ -109.54777027610643, 40.82208683319022 ], [ -109.54861995212431, 40.8220029422355 ], [ -109.54997869272768, 40.821956973658089 ], [ -109.55085633518503, 40.821949986544681 ], [ -109.55158618532998, 40.821923120892116 ], [ -109.55210938030426, 40.821856723673612 ], [ -109.55303240868849, 40.821671028572894 ], [ -109.55339057417474, 40.821559316415566 ], [ -109.55360049653555, 40.821448446831965 ], [ -109.55377000302445, 40.82128752562177 ], [ -109.55383850979128, 40.821136147682878 ], [ -109.55393784598587, 40.820930206793193 ], [ -109.55395752533285, 40.820570129610644 ], [ -109.5539400761451, 40.820281651746249 ], [ -109.55395975518582, 40.819921574520578 ], [ -109.5540758926373, 40.819760884571622 ], [ -109.55434040425945, 40.819593045999795 ], [ -109.55458052160392, 40.819456429490089 ], [ -109.5549387898931, 40.819339308848427 ], [ -109.55512370412744, 40.819287576582106 ], [ -109.55525488297988, 40.819253187217086 ], [ -109.55584508850986, 40.819102936024898 ], [ -109.55652032129527, 40.818859160759992 ], [ -109.55748131776049, 40.818560402739493 ], [ -109.55847016666442, 40.818343958462307 ], [ -109.5595303677774, 40.818117586971411 ], [ -109.55988210909469, 40.818027393682918 ], [ -109.56022803930269, 40.81793172192252 ], [ -109.56071742423063, 40.81778198885582 ], [ -109.56132735159957, 40.817540973652676 ], [ -109.56221835158095, 40.817187254263864 ], [ -109.56313936565924, 40.816815885572865 ], [ -109.56401470238272, 40.816362867871533 ], [ -109.56436236591941, 40.81618613220698 ], [ -109.56473319156454, 40.816034906379237 ], [ -109.56549679906618, 40.815813797152153 ], [ -109.56656410527647, 40.815529797051241 ], [ -109.56756504522845, 40.815299011607799 ], [ -109.56855487992942, 40.815032947987724 ], [ -109.5695458097108, 40.814715543148459 ], [ -109.57067415530588, 40.814071937039614 ], [ -109.57078247926017, 40.813996710187972 ], [ -109.57130125816032, 40.813579754960692 ], [ -109.57158844320908, 40.813457197756648 ], [ -109.57176624318242, 40.8134593992392 ], [ -109.57184174463892, 40.813532398944766 ], [ -109.57179008177437, 40.813729937921529 ], [ -109.57169090833921, 40.813931392674093 ], [ -109.57147622843598, 40.814266538759767 ], [ -109.57113962907403, 40.814757816353584 ], [ -109.57085916885585, 40.815119170757001 ], [ -109.5707536769864, 40.815338562587208 ], [ -109.57070890278774, 40.815491145778864 ], [ -109.57058807603445, 40.81587249348685 ], [ -109.57046707381765, 40.816261946166101 ], [ -109.57039015975278, 40.816806884622977 ], [ -109.57037884354824, 40.817113020193446 ], [ -109.57044230427164, 40.817415578407349 ], [ -109.57046330523448, 40.817541952225866 ], [ -109.5705168714376, 40.817808355317744 ], [ -109.57070579406388, 40.818121476142601 ], [ -109.57101599828947, 40.818584732949844 ], [ -109.5712970541075, 40.819025107619559 ], [ -109.57136049426393, 40.819107867134164 ], [ -109.57158052891027, 40.81935291017659 ], [ -109.57222656906315, 40.819914907005362 ], [ -109.57286630667984, 40.820494838451729 ], [ -109.57339098230061, 40.820911197435983 ], [ -109.57368941730671, 40.821095050076558 ], [ -109.57393634040142, 40.821192688106272 ], [ -109.57411290738715, 40.821253423515202 ], [ -109.57428957113771, 40.821309655796455 ], [ -109.57496794170068, 40.821471176049187 ], [ -109.5755517662614, 40.821618012676346 ], [ -109.57604591167356, 40.821799771785706 ], [ -109.5766912849073, 40.822118516483378 ], [ -109.57731228081343, 40.82246848530184 ], [ -109.57777304798348, 40.822825483460903 ], [ -109.57823343539019, 40.823200491313031 ], [ -109.57851859671963, 40.823451728684496 ], [ -109.57888189483243, 40.823986782575872 ], [ -109.57903496838281, 40.824259812345041 ], [ -109.57942901504592, 40.824688046794726 ], [ -109.57981859935965, 40.825047763345978 ], [ -109.58038034236625, 40.825397886935434 ], [ -109.5805454551576, 40.825440455344655 ], [ -109.58069364904441, 40.825442278867897 ], [ -109.5811402657106, 40.825352287403064 ], [ -109.58162977632767, 40.825197062465179 ], [ -109.58183849431853, 40.825141076022106 ], [ -109.58203506873683, 40.825098452083132 ], [ -109.58239938017726, 40.825030865015975 ], [ -109.5827008920791, 40.825016553843938 ], [ -109.58291457771769, 40.825005667019887 ], [ -109.58357441134814, 40.824982242844492 ], [ -109.58432088513246, 40.824955374190878 ], [ -109.58526253787109, 40.82472821221829 ], [ -109.58612186630452, 40.824468505097137 ], [ -109.58653999768997, 40.82437904429991 ], [ -109.58675345135609, 40.8243231069522 ], [ -109.58687955758082, 40.824248082958242 ], [ -109.58704285439597, 40.824096945439763 ], [ -109.58730538867906, 40.823739836506462 ], [ -109.58739707418086, 40.823610341707209 ], [ -109.58764899144744, 40.823194549195932 ], [ -109.58775128412289, 40.822844485192569 ], [ -109.58777126393433, 40.822741136496603 ], [ -109.58794133119176, 40.821991040922498 ], [ -109.58800480834604, 40.821793639414608 ], [ -109.58825088273348, 40.821373269840841 ], [ -109.58884627792933, 40.820695938199627 ], [ -109.58918167461617, 40.82031269167021 ], [ -109.589608292948, 40.819989112271884 ], [ -109.59002395195414, 40.819678909483599 ], [ -109.59038559453911, 40.819399573521899 ], [ -109.59073863799995, 40.819246245035146 ], [ -109.59107437467297, 40.819070183771828 ], [ -109.59154727151788, 40.818576007977846 ], [ -109.59186979261698, 40.818183588054154 ], [ -109.59215284336396, 40.817975352006691 ], [ -109.59231468453746, 40.817891749911986 ], [ -109.59242844207246, 40.817839089308428 ], [ -109.59290010972047, 40.817682697449762 ], [ -109.59340629125742, 40.817576269187008 ], [ -109.59391754244831, 40.817510437050437 ], [ -109.59439830172407, 40.81748476766569 ], [ -109.59456464024889, 40.817468778129538 ], [ -109.59497503428416, 40.817406216514975 ], [ -109.5952498649746, 40.817305970175198 ], [ -109.59554731266638, 40.817201494476606 ], [ -109.59591299255025, 40.817066320093019 ], [ -109.59667464929579, 40.816652206350227 ], [ -109.59749518702701, 40.81625681965955 ], [ -109.59844093929908, 40.815826915947817 ], [ -109.59915759177132, 40.815577988398637 ], [ -109.5996466112078, 40.815440696537145 ], [ -109.60032426729653, 40.815354335473252 ], [ -109.60087669985634, 40.815302484218464 ], [ -109.60141182383506, 40.815227900133003 ], [ -109.60172651689273, 40.815204690655442 ], [ -109.6022543455593, 40.815251624018295 ], [ -109.60249531266328, 40.815295080098743 ], [ -109.60303794306775, 40.815427766461134 ], [ -109.60362860996352, 40.815588056159292 ], [ -109.60443453009924, 40.815774368289297 ], [ -109.60467789029384, 40.815816947956399 ], [ -109.60483023975223, 40.815845815036973 ], [ -109.6052683226423, 40.815932185770194 ], [ -109.60587202532648, 40.81598001994103 ], [ -109.60651147934591, 40.816019274696593 ], [ -109.60726777857889, 40.81614100988611 ], [ -109.6077872828663, 40.816246370332138 ], [ -109.60852431932246, 40.816439029079746 ], [ -109.60980699060967, 40.816905801644893 ], [ -109.61083832806985, 40.817201081466671 ], [ -109.61181638708526, 40.817493008509132 ], [ -109.61251749262358, 40.817704126484749 ], [ -109.61318341487983, 40.817896800965919 ], [ -109.61392639449419, 40.818090397533211 ], [ -109.61407975144839, 40.818128272660822 ], [ -109.61429821398758, 40.818171433749264 ], [ -109.61454696873736, 40.818183429773015 ], [ -109.61468404379258, 40.818149043461986 ], [ -109.61492384817672, 40.818021305080045 ], [ -109.61539082319284, 40.817517951396376 ], [ -109.61563137297527, 40.817354187912265 ], [ -109.61593203514127, 40.817150608554847 ], [ -109.61623222754517, 40.816969543109678 ], [ -109.61657340736009, 40.81652773239675 ], [ -109.61695220242748, 40.815987282070331 ], [ -109.61719813645685, 40.81562089662615 ], [ -109.61756266654255, 40.81513882609606 ], [ -109.61818715767004, 40.814470697594693 ], [ -109.61889036590044, 40.813722434743028 ], [ -109.61955792306516, 40.812977344089823 ], [ -109.61975157361474, 40.812786886922964 ], [ -109.61993187648881, 40.812668334913248 ], [ -109.62026575066731, 40.812576842300324 ], [ -109.62066321342455, 40.812563579123442 ], [ -109.62088194219113, 40.812593218681457 ], [ -109.62117132558204, 40.812646222716381 ], [ -109.62144904244106, 40.812690078463135 ], [ -109.62217182339536, 40.812712225737343 ], [ -109.6234750524043, 40.812759312466675 ], [ -109.62365257525482, 40.81277494285365 ], [ -109.62407225712452, 40.81283399821293 ], [ -109.62459713316647, 40.81296637149859 ], [ -109.62503875765339, 40.813111262377795 ], [ -109.62568631182415, 40.813389223237358 ], [ -109.6261140664372, 40.813574481440533 ], [ -109.62623695027185, 40.813652514151471 ], [ -109.6264823472798, 40.813826591065038 ], [ -109.62674996715114, 40.814072997192582 ], [ -109.62708852590333, 40.81432925513279 ], [ -109.62732855769671, 40.814476241947844 ], [ -109.62763462184006, 40.814583477176292 ], [ -109.62784067172912, 40.814653489394829 ], [ -109.62828898374231, 40.814762414814091 ], [ -109.6287656337079, 40.81493473238357 ], [ -109.62953307330017, 40.815380747428115 ], [ -109.6302560713056, 40.815682099320384 ], [ -109.63080996967108, 40.815846317529093 ], [ -109.63137690966653, 40.815953035664968 ], [ -109.63156622324891, 40.815972397048967 ], [ -109.6319604611232, 40.815828438600398 ], [ -109.6322184684268, 40.815678359526629 ], [ -109.63241740800699, 40.815517670659972 ], [ -109.63261130737544, 40.815313682578903 ], [ -109.6327750344372, 40.815135460196181 ], [ -109.63346224834173, 40.814292332751187 ], [ -109.63368300834581, 40.813934621582547 ], [ -109.63392163881593, 40.813572617507582 ], [ -109.63408637404451, 40.813344860274363 ], [ -109.6344401022175, 40.812862607751725 ], [ -109.63469809277579, 40.812423361011305 ], [ -109.63492447105513, 40.812080126846297 ], [ -109.6350540081459, 40.811833935320784 ], [ -109.63510010956047, 40.811609276874378 ], [ -109.63508755187272, 40.811065035607349 ], [ -109.63510968778806, 40.810852704991149 ], [ -109.63516561112718, 40.810727252425956 ], [ -109.63526894682806, 40.810602360735203 ], [ -109.63564229849452, 40.810318515858583 ], [ -109.63600659840253, 40.810129148395959 ], [ -109.63661069626356, 40.809924597743155 ], [ -109.63765919800005, 40.809671243923241 ], [ -109.63869381411024, 40.809516806451548 ], [ -109.64002631252832, 40.809289302355175 ], [ -109.64201700562106, 40.809051516329539 ], [ -109.642830948355, 40.808962005003146 ], [ -109.64359866975875, 40.808813391393073 ], [ -109.64435416839304, 40.808682645354075 ], [ -109.6445925999836, 40.808617885729653 ], [ -109.64487370709975, 40.808495073832582 ], [ -109.64516183880949, 40.808318294739806 ], [ -109.64538422931876, 40.808167767484868 ], [ -109.6459458192324, 40.807660894884684 ], [ -109.64621689775366, 40.807447880268406 ], [ -109.64645861319404, 40.807279561336465 ], [ -109.64664332102588, 40.8071745311331 ], [ -109.64685906050825, 40.807117607917725 ], [ -109.647089823814, 40.807079777645512 ], [ -109.64742233608956, 40.807052148085937 ], [ -109.64793009255405, 40.806859920429375 ], [ -109.64806165872054, 40.806802909216586 ], [ -109.64846930485757, 40.806577977328239 ], [ -109.64887166144246, 40.806321453426293 ], [ -109.64932277599588, 40.805998838487682 ], [ -109.64972651334074, 40.805673865598571 ], [ -109.6500757980981, 40.805403203964133 ], [ -109.65033536699877, 40.80517202846741 ], [ -109.65051807716797, 40.804930945159811 ], [ -109.65064863708655, 40.804630698446836 ], [ -109.650772722486, 40.804357400373164 ], [ -109.65084821294747, 40.804142087005111 ], [ -109.65108452716925, 40.803595351586999 ], [ -109.65125957221072, 40.803146989295591 ], [ -109.65141820450093, 40.802630873496192 ], [ -109.65147454563819, 40.80242434396996 ], [ -109.65150226012337, 40.80228504114433 ], [ -109.65149797484108, 40.802145364270217 ], [ -109.65148402573543, 40.801956029442785 ], [ -109.65147627614917, 40.80181180797608 ], [ -109.65152796573999, 40.801307954055531 ], [ -109.65167784020554, 40.80093136216648 ], [ -109.65187284060238, 40.800667899660951 ], [ -109.65206711056243, 40.800440461003959 ], [ -109.65226019493934, 40.800271561344715 ], [ -109.6523926552334, 40.800169514590962 ], [ -109.65277754494242, 40.799894756172492 ], [ -109.65330592115384, 40.799558614173115 ], [ -109.65372408239911, 40.799396843227946 ], [ -109.65396247192074, 40.799332063468015 ], [ -109.65421872878238, 40.799262987546641 ], [ -109.65455721609605, 40.799230902814401 ], [ -109.65480618257777, 40.799229301954284 ], [ -109.65497182689974, 40.799244745536868 ], [ -109.65521423158606, 40.799274595945278 ], [ -109.65539747121588, 40.799299252202033 ], [ -109.65631421642937, 40.799395510937408 ], [ -109.65667586130888, 40.799390714259175 ], [ -109.65709138141882, 40.799359519019887 ], [ -109.6576606044993, 40.799348127140874 ], [ -109.65815746836212, 40.799398047356895 ], [ -109.65864692053779, 40.799521746398831 ], [ -109.65917131225621, 40.799676477286702 ], [ -109.65960727434687, 40.799807657944328 ], [ -109.66033223851464, 40.800009754673333 ], [ -109.66089336906188, 40.800106351140997 ], [ -109.66124809679152, 40.800151004882679 ], [ -109.6614254879883, 40.800171980433845 ], [ -109.66172216256848, 40.800215058311693 ], [ -109.66216988486211, 40.800292316594103 ], [ -109.66282026818236, 40.800371922289472 ], [ -109.66306860665283, 40.80040182498859 ], [ -109.66335349359095, 40.800382605572445 ], [ -109.66365697050961, 40.800323063937533 ], [ -109.66386518378563, 40.800284938711229 ], [ -109.66451908975198, 40.80018891593425 ], [ -109.66529295157633, 40.800022211770752 ], [ -109.66615202323135, 40.799743885207647 ], [ -109.6671839229063, 40.799418003913352 ], [ -109.66789429815371, 40.799164970914781 ], [ -109.66812154275182, 40.7990640003637 ], [ -109.66830847743765, 40.79890401081304 ], [ -109.66846057760121, 40.798707586133524 ], [ -109.66852845889186, 40.798573246661817 ], [ -109.66878453129301, 40.798215873931142 ], [ -109.6690234540342, 40.797826774065939 ], [ -109.66916863467534, 40.79767981364872 ], [ -109.66931992003362, 40.797523915259006 ], [ -109.66968685955355, 40.797253396998521 ], [ -109.66979477661557, 40.797191583951609 ], [ -109.67030966867019, 40.796931777668838 ], [ -109.67088264320608, 40.796731191503468 ], [ -109.67194975695013, 40.796419185099317 ], [ -109.67239083859329, 40.796293642759181 ], [ -109.67267175395308, 40.796175264326045 ], [ -109.67287510037717, 40.796083017538521 ], [ -109.67337147881153, 40.795859017292003 ], [ -109.67370607726514, 40.795723237196754 ], [ -109.67383158494724, 40.795670630753129 ], [ -109.67425568860945, 40.795504349161305 ], [ -109.67513693450806, 40.795298275502944 ], [ -109.67585074569949, 40.795166843226177 ], [ -109.6764558596704, 40.795136853106158 ], [ -109.67695381715943, 40.795130853982748 ], [ -109.67748065035573, 40.795163018178286 ], [ -109.6782672865162, 40.795244098509471 ], [ -109.67889977713941, 40.795327912578898 ], [ -109.679430914146, 40.795442091820291 ], [ -109.67996187461522, 40.79556527480549 ], [ -109.68040988212898, 40.795687506578176 ], [ -109.68086929631951, 40.795832387549957 ], [ -109.68122842665731, 40.795953599906156 ], [ -109.68155198814948, 40.796075305493211 ], [ -109.68193987514714, 40.796240984470188 ], [ -109.68250878105982, 40.796543852540495 ], [ -109.68312328031332, 40.796939121925575 ], [ -109.68361334045451, 40.797273514087841 ], [ -109.68423629758259, 40.797601312521884 ], [ -109.6848880058056, 40.797914121391869 ], [ -109.68543446331894, 40.798154562552824 ], [ -109.68568704280936, 40.798270042823098 ], [ -109.6859872944855, 40.798372553214328 ], [ -109.68635136619743, 40.798484797733373 ], [ -109.68655277953552, 40.798550148376215 ], [ -109.68674743755942, 40.798597405364134 ], [ -109.68811509065435, 40.798973293510613 ], [ -109.68898075852272, 40.799257884199157 ], [ -109.68975737100079, 40.79955046524038 ], [ -109.69018083585676, 40.799717421437478 ], [ -109.69073758637386, 40.800039028227431 ], [ -109.69091880764256, 40.80016719953872 ], [ -109.69157851561575, 40.800679142762441 ], [ -109.69209185504403, 40.801099340910092 ], [ -109.69243485229937, 40.801441036528047 ], [ -109.69275096270657, 40.801642799323439 ], [ -109.69306088407215, 40.801858003444543 ], [ -109.69323088119849, 40.801954515259034 ], [ -109.69347853441106, 40.802020377587517 ], [ -109.6936322558865, 40.802040134769122 ], [ -109.69384523699806, 40.80206056268193 ], [ -109.6941611662549, 40.80196955297928 ], [ -109.69436973937262, 40.801912459482686 ], [ -109.69460790653386, 40.8018575021106 ], [ -109.69488138189833, 40.80181555516662 ], [ -109.6953441340017, 40.801793764609322 ], [ -109.69648893668759, 40.80181120926121 ], [ -109.69694812503934, 40.801910982761413 ], [ -109.69737179957001, 40.802068906780775 ], [ -109.69748926229782, 40.802124282235653 ], [ -109.69782440185013, 40.802263188582771 ], [ -109.69825861284433, 40.802488789811818 ], [ -109.69876244375321, 40.802791744416908 ], [ -109.69903644018964, 40.802965990409056 ], [ -109.69932536400833, 40.803104371230944 ], [ -109.69961819630106, 40.803224778977842 ], [ -109.69991419106326, 40.803304684703342 ], [ -109.70020900133572, 40.803384576325627 ], [ -109.70058702361091, 40.803452792984821 ], [ -109.70107741431103, 40.803533984293153 ], [ -109.7015271836971, 40.8035705761244 ], [ -109.70184719347566, 40.803574177450905 ], [ -109.70227997483089, 40.803570038269086 ], [ -109.70262342603201, 40.80358741343148 ], [ -109.7034301660819, 40.803555946029192 ], [ -109.70393563774701, 40.803471543701178 ], [ -109.7042223681739, 40.803357657880603 ], [ -109.70439632687041, 40.803251513143302 ], [ -109.70451128697867, 40.803131193332383 ], [ -109.70463304838194, 40.802965908734656 ], [ -109.70472447848076, 40.802836316292272 ], [ -109.70486401690555, 40.802671231027091 ], [ -109.7051470045174, 40.802444698255563 ], [ -109.70530151849962, 40.802423911856089 ], [ -109.70556217560542, 40.802431340863137 ], [ -109.70582840887103, 40.8024568482506 ], [ -109.70608981407516, 40.802486804979019 ], [ -109.70688337656964, 40.802522727127332 ], [ -109.70739836732214, 40.802496969615277 ], [ -109.70777920525839, 40.802420162093505 ], [ -109.70827995966965, 40.802272630345527 ], [ -109.70855979147204, 40.802208201584151 ], [ -109.7088631521834, 40.802153043677563 ], [ -109.70933862796069, 40.802086298298178 ], [ -109.71043307277122, 40.801949901577984 ], [ -109.71104940972336, 40.801893731784958 ], [ -109.71272393032883, 40.801736768103993 ], [ -109.71420820457679, 40.801609188661033 ], [ -109.7154018414199, 40.801491866598866 ], [ -109.71608942578978, 40.801490512424905 ], [ -109.71666459055334, 40.801478895455439 ], [ -109.71721570452711, 40.801485024629059 ], [ -109.71784359614259, 40.801505516794535 ], [ -109.71811593041738, 40.801522055410004 ], [ -109.7186415223143, 40.80162248045923 ], [ -109.71880675674798, 40.801660348412796 ], [ -109.71901922604371, 40.801707748824278 ], [ -109.71934376999337, 40.801783417644984 ], [ -109.71968525366862, 40.801841257113466 ], [ -109.71985210713787, 40.801856620998187 ], [ -109.72002971400849, 40.801867599839248 ], [ -109.72025053305951, 40.801788975588167 ], [ -109.72042515462685, 40.801646781013673 ], [ -109.72099737337972, 40.801171186540799 ], [ -109.72138705361496, 40.800941292283447 ], [ -109.72180224911799, 40.800617093078735 ], [ -109.72198949351169, 40.80043449894454 ], [ -109.72207970142432, 40.80030487900536 ], [ -109.72234870607078, 40.799938521361142 ], [ -109.72262348442472, 40.799518177653766 ], [ -109.72302983428523, 40.799036232065333 ], [ -109.72338043084775, 40.798679783189762 ], [ -109.72353133469433, 40.798537321332866 ], [ -109.72399606617401, 40.798101059259977 ], [ -109.72458600567478, 40.797625642477861 ], [ -109.72502538425655, 40.797274674012868 ], [ -109.72596260799375, 40.79661391462745 ], [ -109.72673088775393, 40.796108927106964 ], [ -109.72730644487424, 40.795763956711696 ], [ -109.7278403460159, 40.795427532316531 ], [ -109.72804540306146, 40.795303677984109 ], [ -109.72834856354817, 40.795194416981289 ], [ -109.72898026621178, 40.795012205118262 ], [ -109.73000991104438, 40.79478482562584 ], [ -109.73051588572781, 40.7946687830066 ], [ -109.73082503486243, 40.794618134866049 ], [ -109.73121104193288, 40.794577339383579 ], [ -109.73153118369076, 40.794571851402111 ], [ -109.73184471444003, 40.794602322799619 ], [ -109.73205742830696, 40.794636189532206 ], [ -109.73221088853721, 40.794669404771412 ], [ -109.7324115807168, 40.794712146983059 ], [ -109.7327884935424, 40.794837898628828 ], [ -109.73323445820762, 40.795072506045145 ], [ -109.73379876382387, 40.795317418815152 ], [ -109.73401637982946, 40.795405385145038 ], [ -109.73425795489359, 40.795480101570668 ], [ -109.73449386161298, 40.79554124296569 ], [ -109.73474196175653, 40.795584501134719 ], [ -109.73575239847413, 40.795744213773105 ], [ -109.73656197074672, 40.795870189265003 ], [ -109.73700484711601, 40.795956112454476 ], [ -109.73735206302138, 40.796086028235941 ], [ -109.73775785321841, 40.796252616765962 ], [ -109.73855690661283, 40.796621685522204 ], [ -109.73888550002822, 40.796796434252492 ], [ -109.73924947840655, 40.796980576965034 ], [ -109.73950232018275, 40.797086934367584 ], [ -109.74016149378042, 40.797331951698823 ], [ -109.74094947118715, 40.797661246734137 ], [ -109.74150282699657, 40.797860961228309 ], [ -109.74203806895741, 40.798078492035593 ], [ -109.74254825171708, 40.798367813109913 ], [ -109.74329377078894, 40.79874977796775 ], [ -109.74401618947748, 40.79909995771763 ], [ -109.74460892617614, 40.799412688968943 ], [ -109.74505470937437, 40.799660761147372 ], [ -109.74570019554177, 40.800005589386565 ], [ -109.74604075982141, 40.800239001423677 ], [ -109.74640164304421, 40.800526682634654 ], [ -109.74654191691711, 40.800631801425283 ], [ -109.7471207948002, 40.801052467993081 ], [ -109.74772473847226, 40.801401337880101 ], [ -109.74798192852168, 40.801530244505571 ], [ -109.74820652603822, 40.801627268112838 ], [ -109.74834773576023, 40.801682849588325 ], [ -109.74875942965555, 40.801853967651368 ], [ -109.74915268794162, 40.802060016470094 ], [ -109.74960517588195, 40.802268507556619 ], [ -109.74975807134776, 40.802333222192431 ], [ -109.74999918284671, 40.802434925390649 ], [ -109.75033485969828, 40.802551164796625 ], [ -109.75070711090598, 40.802676807517777 ], [ -109.75087092878712, 40.802728126609637 ], [ -109.75120719960475, 40.802812841103659 ], [ -109.75157911266291, 40.802893436199398 ], [ -109.75206963440316, 40.80297080902281 ], [ -109.75228744755549, 40.802987578053113 ], [ -109.75259181198628, 40.802940423261958 ], [ -109.75278872450133, 40.802870486331436 ], [ -109.75340959593322, 40.802633974419294 ], [ -109.75421594129008, 40.802304875633574 ], [ -109.75483823339523, 40.801991801318415 ], [ -109.75515568200782, 40.801815062364462 ], [ -109.75537822787767, 40.80164180285675 ], [ -109.75553499726699, 40.801499362236619 ], [ -109.75595663196644, 40.801139075993362 ], [ -109.75609562091933, 40.800996442860608 ], [ -109.75624867210614, 40.80079901090982 ], [ -109.75630290562019, 40.80068789342625 ], [ -109.75635317154712, 40.800535295253951 ], [ -109.75638082621376, 40.800323899777332 ], [ -109.75637767423524, 40.800175229878221 ], [ -109.75636267042763, 40.800026432218878 ], [ -109.75626789986674, 40.799070537292629 ], [ -109.75614299853406, 40.798141342023818 ], [ -109.75603709490144, 40.797464582101739 ], [ -109.75593535321558, 40.796882453440581 ], [ -109.75579763923835, 40.796322457320841 ], [ -109.75562656075999, 40.795644993965524 ], [ -109.75555792988348, 40.795257800026512 ], [ -109.75554659263753, 40.795166694466779 ], [ -109.75553428276216, 40.794873793721301 ], [ -109.75557504955405, 40.794594977829725 ], [ -109.75564468619262, 40.794357010395146 ], [ -109.75576105277511, 40.794155579858398 ], [ -109.7559128027556, 40.793963538989843 ], [ -109.75604559889214, 40.793834351284993 ], [ -109.75641784580272, 40.793577125050021 ], [ -109.75661006156244, 40.793439568882881 ], [ -109.75676757362092, 40.793319654936099 ], [ -109.75703096649335, 40.79311530314844 ], [ -109.75773312554969, 40.792645428402693 ], [ -109.75817171179889, 40.792325852925771 ], [ -109.75855612808235, 40.792050734143771 ], [ -109.75894529233135, 40.791838722889985 ], [ -109.75936516982283, 40.791568486932022 ], [ -109.75957632264495, 40.791368071592203 ], [ -109.75992769060731, 40.790957469039839 ], [ -109.76031493976224, 40.790529234404303 ], [ -109.76071962409335, 40.790119202205908 ], [ -109.76107656848791, 40.789726672426553 ], [ -109.7612045092354, 40.789538872819321 ], [ -109.76133268359091, 40.789338464010484 ], [ -109.76138769890649, 40.789248071241964 ], [ -109.76175517771532, 40.788607024452602 ], [ -109.76192031999673, 40.788330441490658 ], [ -109.76201252235511, 40.788152166505903 ], [ -109.76207571883917, 40.787940249671898 ], [ -109.76212095639872, 40.78773804920084 ], [ -109.76226652238965, 40.786919859216908 ], [ -109.76238354804876, 40.78604280908602 ], [ -109.76246240294331, 40.785625671529075 ], [ -109.76248837555669, 40.785503437731386 ], [ -109.76254011984403, 40.78526977787071 ], [ -109.76263809025657, 40.785099671573732 ], [ -109.76277210919115, 40.784902926954175 ], [ -109.76292406817686, 40.784697366256431 ], [ -109.76345362317348, 40.783941844427382 ], [ -109.76389129339422, 40.783347484475243 ], [ -109.7642185433089, 40.782955527022388 ], [ -109.76439938078983, 40.7827899099589 ], [ -109.76462100379688, 40.78266166320072 ], [ -109.76485981506069, 40.782565128950317 ], [ -109.76511581485357, 40.782500307106375 ], [ -109.7652765237475, 40.782461489801932 ], [ -109.76570967025471, 40.78243009113951 ], [ -109.76601148115367, 40.7825152946263 ], [ -109.76622217390704, 40.782593217237185 ], [ -109.76674619569592, 40.782774480713535 ], [ -109.76716433026428, 40.782914073252364 ], [ -109.76767659159282, 40.783090702715668 ], [ -109.76784141044153, 40.783150115870725 ], [ -109.7679813136149, 40.783211064400611 ], [ -109.76811751258506, 40.783280080654613 ], [ -109.76825959966321, 40.78328700255036 ], [ -109.76845845108465, 40.783108058999346 ], [ -109.76876793716102, 40.782778055974568 ], [ -109.76908297034839, 40.782340012018551 ], [ -109.76930707703235, 40.782076658634416 ], [ -109.76956589675575, 40.781858716343621 ], [ -109.76976904770302, 40.781703237819812 ], [ -109.76994428119561, 40.781583494402248 ], [ -109.77015464448182, 40.781486645847444 ], [ -109.77032025371965, 40.78143886544818 ], [ -109.77086021162573, 40.781398676597476 ], [ -109.77158896630691, 40.781402834282432 ], [ -109.77238932688812, 40.781379823592033 ], [ -109.77310090549925, 40.781351359188612 ], [ -109.77430577311912, 40.7812425530187 ], [ -109.77530221187573, 40.781190075899893 ], [ -109.77650977474306, 40.781256936676286 ], [ -109.77675225767281, 40.781282028362085 ], [ -109.77705365336479, 40.781325760530315 ], [ -109.77732551053114, 40.78136467476461 ], [ -109.77813935080695, 40.781575982199875 ], [ -109.77901227488067, 40.781796917430896 ], [ -109.77991466189921, 40.782027165900899 ], [ -109.78017434541098, 40.782083961256951 ], [ -109.78041666814656, 40.782118051834892 ], [ -109.7807597880084, 40.782148702937349 ], [ -109.78163075474204, 40.782153399051502 ], [ -109.78255438334206, 40.78219467737334 ], [ -109.78396381382412, 40.782241069322026 ], [ -109.78497614744649, 40.782292271390709 ], [ -109.78622637760289, 40.78229552104996 ], [ -109.7875410887583, 40.782337269535155 ], [ -109.78839412275117, 40.782350734424455 ], [ -109.7887615184766, 40.782350087672135 ], [ -109.78934211153096, 40.782356181091302 ], [ -109.78989933404632, 40.782344009922248 ], [ -109.79039138780398, 40.782331152878925 ], [ -109.79058595387468, 40.782319680035378 ], [ -109.79078897743702, 40.782299287217299 ], [ -109.79132331817142, 40.78224182794996 ], [ -109.79244676865042, 40.782047301469511 ], [ -109.79336346253677, 40.781817271341311 ], [ -109.79437655252191, 40.781499059156857 ], [ -109.79518665959397, 40.781264297382563 ], [ -109.79588444307177, 40.781014845320769 ], [ -109.79655901195875, 40.78073812202171 ], [ -109.79711460244462, 40.780487179299193 ], [ -109.7975382308916, 40.780324941591608 ], [ -109.79790613633148, 40.780229683954502 ], [ -109.79867013702683, 40.780052971083407 ], [ -109.79917364779868, 40.779995154340924 ], [ -109.79942254663024, 40.779993240289656 ], [ -109.79978984904125, 40.779997061534516 ], [ -109.79998526768584, 40.780003598248179 ], [ -109.8004530391609, 40.780021974676295 ], [ -109.80122781878832, 40.780102093159137 ], [ -109.80212116640129, 40.780178933301613 ], [ -109.80285464200674, 40.780249603762293 ], [ -109.80335788104021, 40.780272840547944 ], [ -109.80368379646161, 40.780271716020195 ], [ -109.80387929724448, 40.780273742846397 ], [ -109.80430544065837, 40.780300680407102 ], [ -109.80506285950015, 40.780358072516648 ], [ -109.80563664312827, 40.780412658113924 ], [ -109.80610960195983, 40.780472503455535 ], [ -109.80670074130552, 40.780550684906146 ], [ -109.80738707377895, 40.780607326566688 ], [ -109.8075763293312, 40.780627299163797 ], [ -109.80789085824868, 40.780666582397075 ], [ -109.80830973598376, 40.780702438401946 ], [ -109.80864734144581, 40.780710428884817 ], [ -109.80893211087431, 40.780690848100846 ], [ -109.80918741945595, 40.780661954272674 ], [ -109.80963909844854, 40.780586441134417 ], [ -109.810215379658, 40.780501401184495 ], [ -109.81075009301159, 40.78042133489506 ], [ -109.81092870533399, 40.780373630085776 ], [ -109.81104174871048, 40.78034777010393 ], [ -109.81117270940079, 40.780313987154187 ], [ -109.8113693509094, 40.780252054146104 ], [ -109.81182272626378, 40.780081061977825 ], [ -109.81226881125166, 40.779986563483369 ], [ -109.81261496658261, 40.779913555689234 ], [ -109.81275044052292, 40.77989242899897 ], [ -109.81339778703212, 40.779809005143036 ], [ -109.81422852714977, 40.779741875760116 ], [ -109.81511934043753, 40.779628514148712 ], [ -109.81640233293302, 40.779452507838919 ], [ -109.81659254744737, 40.779418425689045 ], [ -109.81679484995738, 40.779370954733253 ], [ -109.81692590184818, 40.779331761184352 ], [ -109.81717639644189, 40.779239742181325 ], [ -109.81735706472668, 40.779142502809542 ], [ -109.81745162547864, 40.779089422184143 ], [ -109.81765528400194, 40.778965393060005 ], [ -109.81820013157022, 40.778646676020394 ], [ -109.81898361409091, 40.778235811991934 ], [ -109.82010178421945, 40.777661711891511 ], [ -109.82123154443833, 40.777101231688327 ], [ -109.82225258620765, 40.77665673863126 ], [ -109.822925565623, 40.77639425744416 ], [ -109.82306997473182, 40.776336275676641 ], [ -109.82342179265572, 40.776209243213742 ], [ -109.82379217542626, 40.776037357379685 ], [ -109.82394794503647, 40.775939853756029 ], [ -109.82417038605155, 40.775757450420819 ], [ -109.82429029345104, 40.775677597487523 ], [ -109.82445198538942, 40.775580153516096 ], [ -109.82471430353823, 40.775488238454983 ], [ -109.82494020478505, 40.775445497638991 ], [ -109.82508861924374, 40.775428992331001 ], [ -109.82528924311438, 40.775408514214874 ], [ -109.82564019063999, 40.77539767326035 ], [ -109.82603075448488, 40.775425069208382 ], [ -109.82653941602187, 40.775475284869557 ], [ -109.82745026973211, 40.775565619275312 ], [ -109.82856333010604, 40.775612957981039 ], [ -109.82926756337596, 40.775660642799828 ], [ -109.83009533090879, 40.775759121611216 ], [ -109.83106551222862, 40.775845524847675 ], [ -109.83140309741574, 40.77585344844907 ], [ -109.83169431695386, 40.775802347589519 ], [ -109.83187937875101, 40.775723146415061 ], [ -109.83204706275255, 40.775621248263548 ], [ -109.83234941117991, 40.775340546428964 ], [ -109.83259123683352, 40.774997074107375 ], [ -109.83270680148914, 40.774826184473447 ], [ -109.83280647004453, 40.774547934988895 ], [ -109.83293827873452, 40.774125877451596 ], [ -109.83305184163743, 40.773730660150378 ], [ -109.83319201334281, 40.773169057934723 ], [ -109.83353497229594, 40.771852806969619 ], [ -109.83365309538354, 40.771196393748077 ], [ -109.83367244105371, 40.77110650609832 ], [ -109.83375116190761, 40.770670398256684 ], [ -109.83380192162181, 40.770206982775441 ], [ -109.83383926612802, 40.769968639689615 ], [ -109.83396488413145, 40.769289780859793 ], [ -109.83399141176214, 40.769127899119596 ], [ -109.83400522661167, 40.769015434684299 ], [ -109.83402622432635, 40.768830976242093 ], [ -109.83402337127193, 40.768655285113461 ], [ -109.83406166632021, 40.768498026404529 ], [ -109.83413432006708, 40.768408677257618 ], [ -109.83434297271424, 40.768334214462563 ], [ -109.8345683717736, 40.768318474530879 ], [ -109.83471637485596, 40.768324473406309 ], [ -109.83485126810399, 40.768334843879543 ], [ -109.83517199489907, 40.768356098587155 ], [ -109.83579433186505, 40.768339858349698 ], [ -109.83607919915926, 40.768311202950429 ], [ -109.83636414479017, 40.76827804347419 ], [ -109.83650085134813, 40.768252397005156 ], [ -109.83669694755409, 40.768218340793972 ], [ -109.8374334734529, 40.768108655414991 ], [ -109.8382403700886, 40.768040211304402 ], [ -109.83918373504754, 40.767959621980346 ], [ -109.84016207354688, 40.767911806446413 ], [ -109.84030432540874, 40.767907831183585 ], [ -109.84165031037769, 40.767840275666956 ], [ -109.84226640586476, 40.767841954490024 ], [ -109.84290580382972, 40.76786638451329 ], [ -109.8431187283189, 40.767886536085037 ], [ -109.8435578296326, 40.767845895905005 ], [ -109.84381309131217, 40.767816023844013 ], [ -109.8441814874669, 40.767753052831161 ], [ -109.84576618829162, 40.767584244310129 ], [ -109.84688863718266, 40.767424308124646 ], [ -109.84790048463827, 40.767150652628331 ], [ -109.84860719193942, 40.766982043899063 ], [ -109.84940493775497, 40.766755784451917 ], [ -109.85035910649766, 40.766459011314758 ], [ -109.85144932193261, 40.766105030269628 ], [ -109.85327270993425, 40.765488077042704 ], [ -109.85434939983713, 40.765160959025465 ], [ -109.85511852012958, 40.764943383988303 ], [ -109.85535629069352, 40.764896196928667 ], [ -109.85565352275366, 40.764836086557345 ], [ -109.8558373676404, 40.764824397072125 ], [ -109.85606876639561, 40.764803269545553 ], [ -109.85624076512981, 40.764791461981844 ], [ -109.85651920801058, 40.764790618180335 ], [ -109.85666712871441, 40.764801092228737 ], [ -109.85679143462507, 40.76480682796771 ], [ -109.85734765717348, 40.764843866329272 ], [ -109.85799926538454, 40.764845812679432 ], [ -109.85834233760136, 40.764876232425394 ], [ -109.8586140257293, 40.764923961778166 ], [ -109.85904558810955, 40.765045338082949 ], [ -109.85995308703025, 40.765256995075532 ], [ -109.86080877645686, 40.765450116796018 ], [ -109.86132254617085, 40.765545271116636 ], [ -109.86149977740247, 40.765574044883202 ], [ -109.86168916235721, 40.765584921588598 ], [ -109.86205093145223, 40.765561464710125 ], [ -109.86219962303221, 40.765526897567987 ], [ -109.86231262238812, 40.765500986683385 ], [ -109.86243169832994, 40.765466127250463 ], [ -109.86272961798291, 40.76536546787996 ], [ -109.86301599766568, 40.765246677347427 ], [ -109.86374267625786, 40.765015114015156 ], [ -109.86467811179071, 40.764700020893535 ], [ -109.86518478544282, 40.764515829547136 ], [ -109.86591637650328, 40.764342854991348 ], [ -109.86648766111986, 40.764190822070503 ], [ -109.8669571055826, 40.764105348989219 ], [ -109.86731317159904, 40.764068307051474 ], [ -109.86786461845004, 40.764037685233788 ], [ -109.8689376669691, 40.763989653674727 ], [ -109.8693884223585, 40.76395803757616 ], [ -109.8697081093643, 40.763970177707044 ], [ -109.86997426102442, 40.763995305229088 ], [ -109.87030714148671, 40.764277823310962 ], [ -109.87055809381494, 40.76450098431836 ], [ -109.87089835055858, 40.764697993593117 ], [ -109.8712101371659, 40.764827160774132 ], [ -109.87184647409948, 40.76503156731961 ], [ -109.87227604031094, 40.765202420600353 ], [ -109.8724054344047, 40.765257735151643 ], [ -109.87255806436022, 40.765340301622537 ], [ -109.8727685558177, 40.765504508245705 ], [ -109.87285565214137, 40.76560895499928 ], [ -109.87310092313564, 40.765818542458469 ], [ -109.87333594670112, 40.76593344171242 ], [ -109.87354781082824, 40.766016585201768 ], [ -109.87433611690328, 40.766344074103003 ], [ -109.87478278395697, 40.766555622435085 ], [ -109.87495858099099, 40.766669940844743 ], [ -109.87508760046262, 40.766747769602162 ], [ -109.8753047092395, 40.766871498550977 ], [ -109.87545157513094, 40.766944996670347 ], [ -109.87560413684967, 40.767032062621311 ], [ -109.87587516395065, 40.767120282488037 ], [ -109.8760516473095, 40.767194068365789 ], [ -109.87626883521871, 40.76731329210012 ], [ -109.87667223177432, 40.767632511872129 ], [ -109.87696992220869, 40.767896651450805 ], [ -109.87735259946545, 40.768391329896389 ], [ -109.87743378333884, 40.768495715658062 ], [ -109.87765979359725, 40.768795189467639 ], [ -109.87804173806656, 40.769686225532837 ], [ -109.87825380281049, 40.770463004649628 ], [ -109.87832056830968, 40.77072039139464 ], [ -109.8783597612243, 40.770855897481717 ], [ -109.87849350467955, 40.771005835059462 ], [ -109.87883434808717, 40.771171297415627 ], [ -109.87916274046593, 40.771372671185361 ], [ -109.87943212531488, 40.771559958496731 ], [ -109.87955516013514, 40.77164222829596 ], [ -109.8803451766499, 40.772226430441151 ], [ -109.88119157372209, 40.772982332279049 ], [ -109.88218816021542, 40.773969395523103 ], [ -109.88265241153344, 40.774550425545193 ], [ -109.88283228089659, 40.774777375564689 ], [ -109.88289608633222, 40.774859068328645 ], [ -109.88311953709244, 40.774960323096813 ], [ -109.88345489827158, 40.774747368587171 ], [ -109.88386111827499, 40.774548611023391 ], [ -109.88462894066781, 40.774267768686336 ], [ -109.88572742274451, 40.773841477143698 ], [ -109.88705723871449, 40.773327323124789 ], [ -109.88789183109961, 40.773020077876446 ], [ -109.88854601580414, 40.772872338302165 ], [ -109.88913455608142, 40.77275278975717 ], [ -109.89036137758121, 40.772728560545076 ], [ -109.89138836218463, 40.772607810907665 ], [ -109.89201605721719, 40.772627352306344 ], [ -109.892523120253, 40.77270428680459 ], [ -109.89291325593788, 40.772829643193255 ], [ -109.8932367475736, 40.772972375755415 ], [ -109.89352965017663, 40.77317336833481 ], [ -109.89382661090185, 40.773487003370178 ], [ -109.89394142800828, 40.773708808416785 ], [ -109.89398725049526, 40.773803835241914 ], [ -109.89402016476818, 40.773962697562609 ], [ -109.89404036500534, 40.774173686400353 ], [ -109.89407200991582, 40.774409107442374 ], [ -109.89405543086957, 40.774980077425255 ], [ -109.8940356965078, 40.775241130179118 ], [ -109.89402957185403, 40.775610413452654 ], [ -109.89394524932897, 40.7759789471624 ], [ -109.89389322522729, 40.776257707006252 ], [ -109.89393337209268, 40.776694996300684 ], [ -109.89396060239817, 40.77683939073917 ], [ -109.89402025085937, 40.777101204297779 ], [ -109.89416408787835, 40.777431387217888 ], [ -109.89445178581217, 40.777947619313785 ], [ -109.89473859231275, 40.778517892143135 ], [ -109.89512462505574, 40.779179197757173 ], [ -109.89563358624484, 40.779931762002526 ], [ -109.89594291578496, 40.780574313950751 ], [ -109.89628682922171, 40.781275750002052 ], [ -109.89632666092447, 40.781375222667648 ], [ -109.89647384153871, 40.781791013680625 ], [ -109.89656654801755, 40.781918016929595 ], [ -109.89678382084719, 40.782037202841785 ], [ -109.89700228658585, 40.782084333091227 ], [ -109.89725230560573, 40.782086722829845 ], [ -109.89765014886484, 40.782036474393941 ], [ -109.89875228219225, 40.78196592357417 ], [ -109.89978450302428, 40.781894695607967 ], [ -109.90090484850073, 40.78186933953031 ], [ -109.90239874037601, 40.7818295098702 ], [ -109.90392121738003, 40.78185299074925 ], [ -109.90556226221936, 40.781873072057103 ], [ -109.90671060143939, 40.781874950112766 ], [ -109.90729728668842, 40.781871499209601 ], [ -109.907571092818, 40.781868686841577 ], [ -109.90770741817406, 40.781866374111196 ], [ -109.90827077364403, 40.781840176558667 ], [ -109.90896060934654, 40.781689055540639 ], [ -109.90956654008926, 40.781595691681694 ], [ -109.90979789416782, 40.781579861154199 ], [ -109.91028422681501, 40.781552925990994 ], [ -109.91076375159194, 40.781579974544833 ], [ -109.91156232331359, 40.781664081176203 ], [ -109.91175739447354, 40.781692946150002 ], [ -109.91217693998186, 40.781764464828051 ], [ -109.91234238859599, 40.78179304953612 ], [ -109.91261381959501, 40.781863170358164 ], [ -109.91312069495514, 40.78203009613437 ], [ -109.913391980971, 40.7821092221022 ], [ -109.91369149672093, 40.782274192433903 ], [ -109.91391384631001, 40.782447444009357 ], [ -109.91420626662418, 40.782684412928845 ], [ -109.91457928890279, 40.783066272772352 ], [ -109.91497440199795, 40.783547430852956 ], [ -109.91525674379828, 40.784040139106551 ], [ -109.91553986628568, 40.784485109794424 ], [ -109.91580120390829, 40.785176703476651 ], [ -109.91593673771368, 40.785587856212359 ], [ -109.91601017389443, 40.785809250359655 ], [ -109.91606063746102, 40.786277257011292 ], [ -109.91607197357689, 40.786381860183376 ], [ -109.91612009976123, 40.786702108137305 ], [ -109.91608936931885, 40.787134219461258 ], [ -109.91602412609673, 40.787575014845615 ], [ -109.91595278398142, 40.787880627879872 ], [ -109.91583061795032, 40.788104688319464 ], [ -109.91575563301606, 40.788342704487519 ], [ -109.91584084864346, 40.788568713505164 ], [ -109.91593916052608, 40.788718274689586 ], [ -109.91602628148502, 40.788827193165744 ], [ -109.91622362612486, 40.78900921360291 ], [ -109.91644740918358, 40.78916896116344 ], [ -109.91656459727989, 40.789251136598395 ], [ -109.91678171074118, 40.789383795891055 ], [ -109.91726253818422, 40.789699096374207 ], [ -109.91767160759814, 40.790054259228945 ], [ -109.91801425906326, 40.790485368602887 ], [ -109.91834191596548, 40.790745178131651 ], [ -109.91852532794948, 40.790836980710623 ], [ -109.91884294783654, 40.790912024000654 ], [ -109.91921207841648, 40.790807382364427 ], [ -109.91933168255292, 40.790740940189806 ], [ -109.91980417131464, 40.790475114739934 ], [ -109.92038484526753, 40.790115712200574 ], [ -109.92071980246038, 40.789925166795058 ], [ -109.92094657036304, 40.789828196135488 ], [ -109.92126272806046, 40.78970053163868 ], [ -109.92155394444988, 40.789649203969006 ], [ -109.92170851335018, 40.789619119434413 ], [ -109.92226051665676, 40.789565722699258 ], [ -109.92240257909515, 40.789576057907588 ], [ -109.92284019524271, 40.789633293343762 ], [ -109.92310594796402, 40.789690724848711 ], [ -109.92341232025851, 40.789801683920466 ], [ -109.92370026295667, 40.789953007760388 ], [ -109.92414702930346, 40.790177878579733 ], [ -109.92461084828609, 40.790447948267413 ], [ -109.92505133244754, 40.790695277862845 ], [ -109.92539123222917, 40.79093266068304 ], [ -109.92564859870453, 40.791143149867473 ], [ -109.92601084055829, 40.791465417203675 ], [ -109.92617985052104, 40.791642652724171 ], [ -109.92642486330557, 40.791884554350645 ], [ -109.92713902278682, 40.792435300343406 ], [ -109.92791098712563, 40.793077563158832 ], [ -109.92860738005264, 40.793629035777265 ], [ -109.92918093558367, 40.794080272586648 ], [ -109.92978427248789, 40.7945227744544 ], [ -109.93025810219505, 40.794910923356966 ], [ -109.93064423470405, 40.795224389252283 ], [ -109.93104141348762, 40.795588402823611 ], [ -109.9313912614478, 40.795947472494433 ], [ -109.93164678889488, 40.796275039449355 ], [ -109.93176286767374, 40.796428354949789 ], [ -109.93204377727049, 40.796651659435568 ], [ -109.9321677177639, 40.79668433573039 ], [ -109.93234621898269, 40.796640946019579 ], [ -109.93247738427723, 40.796592613904174 ], [ -109.93290115795112, 40.796407359224922 ], [ -109.93317013361479, 40.796265713382375 ], [ -109.93340207897153, 40.796141741241648 ], [ -109.93370136289549, 40.796031903471302 ], [ -109.9341418269, 40.795914360900149 ], [ -109.93543979398581, 40.795543490260066 ], [ -109.93707081638895, 40.795099102917227 ], [ -109.93796392967907, 40.794841581574168 ], [ -109.93845164172434, 40.7947334657037 ], [ -109.93868960720857, 40.794677100725558 ], [ -109.93885588879169, 40.794656109321281 ], [ -109.93927698049842, 40.794637460536741 ], [ -109.94018235617996, 40.794725954646061 ], [ -109.94067932407691, 40.794780965176216 ], [ -109.94092749342819, 40.794828285082509 ], [ -109.941422388112, 40.795013894203059 ], [ -109.9415985329852, 40.795118205158055 ], [ -109.94169821419786, 40.795185781180869 ], [ -109.9419150259515, 40.795341812153133 ], [ -109.9421724049504, 40.795555867982891 ], [ -109.94257478932971, 40.795969435576964 ], [ -109.9429754641491, 40.796491086061373 ], [ -109.94334151735511, 40.796953863912755 ], [ -109.94362825191469, 40.797560047652482 ], [ -109.94372992413416, 40.797876270021838 ], [ -109.94382218639768, 40.798038363729205 ], [ -109.94390385310891, 40.798121087082976 ], [ -109.94403916936736, 40.798184483085308 ], [ -109.94417384300938, 40.798213641399876 ], [ -109.94446555214031, 40.798207302173758 ], [ -109.94478035115966, 40.798165140073941 ], [ -109.94562307522189, 40.798096273650465 ], [ -109.94677409906924, 40.798021207488077 ], [ -109.94723697801969, 40.797984894505653 ], [ -109.94776504393595, 40.79794917418716 ], [ -109.94827433577032, 40.797976338629141 ], [ -109.94877177579362, 40.798003392839128 ], [ -109.94944707148773, 40.798027560326773 ], [ -109.94992052400764, 40.798072407828883 ], [ -109.95038141547954, 40.798162180774781 ], [ -109.95087658883769, 40.798333338594993 ], [ -109.95110643339635, 40.798416503333158 ], [ -109.95175484140472, 40.798643100338154 ], [ -109.9526448839153, 40.798957466595922 ], [ -109.95303288723431, 40.799160072252533 ], [ -109.95329146310104, 40.799301146675539 ], [ -109.95367228525116, 40.799583859175662 ], [ -109.95405084826611, 40.800010683217693 ], [ -109.95430552792129, 40.800400349944645 ], [ -109.95450531820596, 40.800888610334653 ], [ -109.95456069555632, 40.801136841175314 ], [ -109.95466058776502, 40.801570146036383 ], [ -109.95476613366577, 40.801643168897961 ], [ -109.95491450740624, 40.801631000498141 ], [ -109.95506880756692, 40.801618885582073 ], [ -109.95519940179732, 40.801606555787735 ], [ -109.95537754895992, 40.801585648079161 ], [ -109.95586415462041, 40.801549515383826 ], [ -109.95620224542597, 40.801534557935021 ], [ -109.95684787764409, 40.801562917995305 ], [ -109.95798413989161, 40.801676781609871 ], [ -109.9588583848851, 40.801792774059493 ], [ -109.95923634376082, 40.801881763271609 ], [ -109.95956222071138, 40.801965777424144 ], [ -109.95992783636567, 40.802086182216101 ], [ -109.96050484102325, 40.802334607216999 ], [ -109.9612818787741, 40.802679417867317 ], [ -109.96207084802343, 40.803019826462439 ], [ -109.96261830588308, 40.803263470924293 ], [ -109.96291846083957, 40.80340129430023 ], [ -109.96325863184471, 40.803634063933984 ], [ -109.96341034256736, 40.803788568680353 ], [ -109.96346806777132, 40.803888178916246 ], [ -109.96359800578921, 40.804299225143936 ], [ -109.96371331767091, 40.804507452468343 ], [ -109.9639928286402, 40.804829758323017 ], [ -109.9641386869941, 40.804979705378429 ], [ -109.96454217508661, 40.805334652078876 ], [ -109.96507055115744, 40.80566369273447 ], [ -109.96561636344148, 40.806015408109772 ], [ -109.96606686156818, 40.806397795899677 ], [ -109.966452238275, 40.806775094394155 ], [ -109.9667476666783, 40.807219148496635 ], [ -109.96697358103454, 40.807558983693596 ], [ -109.96720542641309, 40.80782230077822 ], [ -109.9673116927236, 40.807926847738777 ], [ -109.9675689928787, 40.808154358633779 ], [ -109.96799825035683, 40.808378903086762 ], [ -109.96817933985929, 40.808475110195623 ], [ -109.96855009721119, 40.808726154353472 ], [ -109.96878983241429, 40.808939992995647 ], [ -109.96895258569796, 40.809148639027342 ], [ -109.96910786536431, 40.809457210421293 ], [ -109.96930104085548, 40.809998534851488 ], [ -109.9693559925297, 40.810278283724323 ], [ -109.96945417779123, 40.810445814744575 ], [ -109.96974196741375, 40.810619543169395 ], [ -109.97004879408716, 40.810712365943651 ], [ -109.97038685950868, 40.810701871008312 ], [ -109.97063057516888, 40.810659004176237 ], [ -109.97082687212158, 40.810615713832533 ], [ -109.9714168047544, 40.810418287666565 ], [ -109.97203643978634, 40.810216618960979 ], [ -109.97291184573879, 40.809958670102553 ], [ -109.97355511161635, 40.809761707729052 ], [ -109.97379317225158, 40.809700767230716 ], [ -109.97450596479609, 40.809608013668196 ], [ -109.9751106103715, 40.809608882432343 ], [ -109.9758043028348, 40.809601530244969 ], [ -109.9765436829296, 40.809707183251845 ], [ -109.97689249020922, 40.809768831117985 ], [ -109.97718920758156, 40.809825511979788 ], [ -109.97740114010119, 40.809844506478377 ], [ -109.97802955243792, 40.809841967274011 ], [ -109.9786284114427, 40.809833758019515 ], [ -109.97887763194053, 40.809817947439839 ], [ -109.97905586347726, 40.809792499817647 ], [ -109.97925222170336, 40.809744691483139 ], [ -109.97980752489033, 40.809483857595445 ], [ -109.98007025340725, 40.809360063959197 ], [ -109.98021912309115, 40.809316338302921 ], [ -109.98045676268946, 40.809282405282644 ], [ -109.98087125324722, 40.809313092410541 ], [ -109.98130938416431, 40.809348490953354 ], [ -109.98154626586928, 40.809364094796223 ], [ -109.98181919287634, 40.809348487122179 ], [ -109.98220004824729, 40.809252756044103 ], [ -109.98261770393266, 40.809076273273377 ], [ -109.98279103666536, 40.808983214202854 ], [ -109.9829525145777, 40.808890050364106 ], [ -109.98314342158417, 40.808810658175076 ], [ -109.98342888769697, 40.808750115553316 ], [ -109.9842257368485, 40.808585975816598 ], [ -109.98514201684627, 40.808364327038234 ], [ -109.9857422477063, 40.80826510872982 ], [ -109.98588510195799, 40.808226727849053 ], [ -109.98617159142378, 40.808098624929336 ], [ -109.986369310458, 40.807960733077557 ], [ -109.98662057795482, 40.80780979874352 ], [ -109.98684159246845, 40.807699135681872 ], [ -109.98706094143456, 40.807619986732611 ], [ -109.98726927882132, 40.807563261536288 ], [ -109.98748390683217, 40.807560641165153 ], [ -109.98769108014361, 40.807580475816764 ], [ -109.98786241747483, 40.807618012385127 ], [ -109.98805126253149, 40.807673718929394 ], [ -109.98826285853349, 40.80779268300644 ], [ -109.98847963008174, 40.80796123790023 ], [ -109.98879793883668, 40.808157707372473 ], [ -109.98917723176064, 40.808476322773231 ], [ -109.98975091969031, 40.808954285105024 ], [ -109.99020648089346, 40.809404185724908 ], [ -109.99051557295853, 40.809740198900364 ], [ -109.99079496343847, 40.810080455592264 ], [ -109.99106781542902, 40.810461191900281 ], [ -109.99139817086153, 40.810959538553504 ], [ -109.99175939545732, 40.811377079052981 ], [ -109.99220054205986, 40.811998003961932 ], [ -109.99257036220146, 40.812631816817785 ], [ -109.99290612213048, 40.813166239534759 ], [ -109.99319739826379, 40.813898456208896 ], [ -109.99334308877359, 40.814457342849195 ], [ -109.9934284789362, 40.814769775919778 ], [ -109.99347131156235, 40.814995357719525 ], [ -109.99351675944835, 40.815126374914648 ], [ -109.99369289035697, 40.815240515412633 ], [ -109.99385273558705, 40.815255422053461 ], [ -109.99397122266743, 40.815260959505871 ], [ -109.99422073261907, 40.815227101715294 ], [ -109.99470782830778, 40.815163784769418 ], [ -109.99518872354614, 40.815118428408127 ], [ -109.99592539389151, 40.815016742284513 ], [ -109.99631771070625, 40.814948089443902 ], [ -109.99648443376996, 40.814899993998061 ], [ -109.99660366693939, 40.814855989446336 ], [ -109.99680165646357, 40.814700065565049 ], [ -109.99694036807912, 40.81454362596542 ], [ -109.99730670440444, 40.814231519045585 ], [ -109.9977158186403, 40.813834203475295 ], [ -109.99798401951239, 40.813660870816008 ], [ -109.9981592400957, 40.813599334237274 ], [ -109.99839570110815, 40.813565354065304 ], [ -109.99862701348722, 40.813558353703115 ], [ -109.99898253492789, 40.813570447320963 ], [ -109.99929603534775, 40.813617307842883 ], [ -109.99992319987655, 40.813700217758125 ], [ -110.00034971874673, 40.813721930913808 ], [ -110.00067627912307, 40.813688726724756 ], [ -110.00070506162228, 40.874945294748635 ], [ -110.00073546975561, 40.996677100598404 ], [ -110.00073192724334, 40.997226560950125 ], [ -110.00073083900278, 40.997298615913706 ], [ -109.99027322392067, 40.997342601663973 ], [ -109.97109470809445, 40.997452249859172 ], [ -109.95212497174998, 40.997438995788485 ], [ -109.93321395017178, 40.997472706470894 ], [ -109.91390333075258, 40.997585125025893 ], [ -109.88609885571844, 40.997617038877323 ], [ -109.87568836063777, 40.997682608661883 ], [ -109.86692577158824, 40.997677873356004 ], [ -109.85671298950327, 40.99765359219122 ], [ -109.84767657018556, 40.997670799719664 ], [ -109.83762313063465, 40.997713979336361 ], [ -109.81875295619393, 40.997788768788809 ], [ -109.79948981027623, 40.997896010264064 ], [ -109.78040615255108, 40.997938874645612 ], [ -109.75070947383949, 40.998062206108365 ], [ -109.74614953996165, 40.998075745914612 ], [ -109.74160158159567, 40.998084732023045 ], [ -109.73209530988457, 40.998111164097722 ], [ -109.72274883093149, 40.998174614368146 ], [ -109.71997913848067, 40.998143887993422 ], [ -109.71974130969852, 40.998145750430218 ], [ -109.71713804061267, 40.998116804252014 ], [ -109.71432578940558, 40.998135011849421 ], [ -109.70851738402557, 40.998175826408442 ], [ -109.70368905655249, 40.998209539723668 ], [ -109.67559754621288, 40.998322544040732 ], [ -109.66634080130011, 40.998355425201332 ], [ -109.64707783217534, 40.998441688290804 ], [ -109.63725018400646, 40.998483544632755 ], [ -109.62798383651518, 40.998405135529644 ], [ -109.62572443211052, 40.998423256144463 ], [ -109.61797209663193, 40.998437750904166 ], [ -109.60894287153374, 40.998393081767148 ], [ -109.59880001794379, 40.998441364845419 ], [ -109.58974136185408, 40.99838402349657 ], [ -109.57984267984226, 40.998412006003768 ], [ -109.57018224785595, 40.998418673466368 ], [ -109.5606932292559, 40.998470809993137 ], [ -109.5509457374982, 40.998381095436258 ], [ -109.54149537240724, 40.998297919814377 ], [ -109.53674138816963, 40.998215140403772 ], [ -109.535369132707, 40.998170686211971 ], [ -109.53283456489122, 40.998265458891538 ], [ -109.52966292032295, 40.998404295247077 ], [ -109.52867526613689, 40.998441233802176 ], [ -109.52283272751907, 40.998654748175447 ], [ -109.51563855160123, 40.998963163221582 ], [ -109.51216001772633, 40.9989993791934 ], [ -109.51003701541262, 40.999030503055018 ], [ -109.50366810537035, 40.999119137167845 ], [ -109.50070722775716, 40.999134703588766 ], [ -109.49640793259901, 40.999186786871306 ], [ -109.49073691851849, 40.999171211311364 ], [ -109.48407581006821, 40.999245927231414 ], [ -109.47772580229477, 40.999337879196752 ], [ -109.47184628219907, 40.999341138722983 ], [ -109.45270445980127, 40.999572153705977 ], [ -109.43955162759914, 40.999692070862487 ], [ -109.43354096396197, 40.999709614649049 ], [ -109.41439585789125, 40.999821620380921 ], [ -109.39529304442385, 40.999904009059364 ], [ -109.37615979855852, 41.000014327302104 ], [ -109.37569625996026, 41.000007794907809 ], [ -109.36301307889299, 41.000121084979604 ], [ -109.35624013576536, 41.00019132176574 ], [ -109.3387160761209, 41.000372406082448 ], [ -109.33688526551582, 41.000364014794656 ], [ -109.31778079747997, 41.000505583046333 ], [ -109.29869337274651, 41.000675760083226 ], [ -109.27941813819669, 41.000749892337147 ], [ -109.26957965424452, 41.000738594964929 ], [ -109.2506582458083, 41.001100569329282 ], [ -109.24061732157048, 41.001591754745554 ], [ -109.23593713612753, 41.001871503115716 ], [ -109.23229392994796, 41.002054377300851 ], [ -109.22141596211002, 41.001783411068992 ], [ -109.21687761104701, 41.001650222730319 ], [ -109.20239389566387, 41.001281075834441 ], [ -109.19521068673994, 41.001128264664004 ], [ -109.18333361099522, 41.000883088249893 ], [ -109.17863240880229, 41.000840405515767 ], [ -109.16413807559317, 41.000826584025063 ], [ -109.15959731868203, 41.000829817334832 ], [ -109.14512801246083, 41.000814903239032 ], [ -109.14046138609878, 41.000812653469289 ], [ -109.12570633122633, 41.000770870544891 ], [ -109.11631015830487, 41.000722144238424 ], [ -109.10643688685268, 41.00068552956666 ], [ -109.08732811460814, 41.000761766285983 ], [ -109.08312521064043, 41.000759484184506 ], [ -109.06858029838611, 41.000691357010254 ], [ -109.04995524225718, 41.000693833970828 ], [ -109.04994430932786, 40.999653282383015 ] ] ] } },' +\n    '{ \"type\": \"Feature\", \"id\": 40, \"properties\": { \"NAME\": \"SAN JUAN COUNTY SCHOOL DISTRICT\", \"TOTENROLL\": 2912, \"Color4\": \"3\", \"Shape_Leng\": 849284.124266, \"Shape_Area\": 20527899235.5 }, \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [ [ [ -109.06004803642122, 38.46795143689846 ], [ -109.05999189727831, 38.426193400156798 ], [ -109.06010830448324, 38.403816329120964 ], [ -109.06018019803786, 38.390246807019366 ], [ -109.06022094653441, 38.375009682861112 ], [ -109.06017808508777, 38.365470688319704 ], [ -109.06018211155143, 38.353959013205596 ], [ -109.06018284632883, 38.339779956174063 ], [ -109.06024979489607, 38.331693529073526 ], [ -109.06023186745801, 38.325930576204151 ], [ -109.06023080623841, 38.325326808600011 ], [ -109.06025313676962, 38.31719456941876 ], [ -109.06039489774329, 38.308870554596609 ], [ -109.06047197307005, 38.302757715340071 ], [ -109.0602722122408, 38.293084457477129 ], [ -109.06024052388439, 38.290624765722889 ], [ -109.06009812445186, 38.277722804361915 ], [ -109.06006844758915, 38.275401913689677 ], [ -109.05854752808767, 38.265766231406928 ], [ -109.05710973037654, 38.256884338423859 ], [ -109.05599623696533, 38.249994784097943 ], [ -109.05471447588917, 38.242566251860097 ], [ -109.05308207563684, 38.233086314556196 ], [ -109.05054681657452, 38.216147993021444 ], [ -109.04901040628, 38.205890086054893 ], [ -109.04659243250472, 38.190818930322578 ], [ -109.04292911351064, 38.167071511552301 ], [ -109.04281754399582, 38.166335223321163 ], [ -109.04270277870012, 38.163584835546125 ], [ -109.04257375333218, 38.160514304253304 ], [ -109.04253237803138, 38.149898179926204 ], [ -109.04250669600839, 38.136344574773489 ], [ -109.04263183226152, 38.125041811879363 ], [ -109.04260713055727, 38.105675775364446 ], [ -109.04229144877155, 38.077933146907135 ], [ -109.04261897217823, 38.044731108325578 ], [ -109.04273284175957, 38.02761553444796 ], [ -109.04272256959518, 38.018369477864056 ], [ -109.04272766113533, 38.017964041056338 ], [ -109.04272184590407, 38.017540399425926 ], [ -109.04271392981933, 38.01655349824415 ], [ -109.04271068014967, 38.01453484698083 ], [ -109.04277740791615, 38.011598177149153 ], [ -109.04283417805894, 38.008607270512776 ], [ -109.04290740626958, 38.005039893503223 ], [ -109.04296438920609, 38.001783144689668 ], [ -109.04298939820114, 37.999985743885098 ], [ -109.04298931478968, 37.988635602550872 ], [ -109.04298762789378, 37.978200097204613 ], [ -109.04299017375003, 37.975532691977264 ], [ -109.04292354317371, 37.974612394748213 ], [ -109.04269694839238, 37.964284868931522 ], [ -109.04238197912935, 37.950641360473355 ], [ -109.04209748105235, 37.93906561531653 ], [ -109.04200554719206, 37.931381608607111 ], [ -109.04196368223482, 37.925883767801821 ], [ -109.04195666433725, 37.917570338603717 ], [ -109.0419937464235, 37.905017609002954 ], [ -109.04198673878828, 37.898416387031503 ], [ -109.04198844324399, 37.897064652397027 ], [ -109.04198695570531, 37.894545841858481 ], [ -109.04197978930513, 37.887949112743534 ], [ -109.04197671288557, 37.886777531795843 ], [ -109.04196815275078, 37.884267611457709 ], [ -109.04198122451282, 37.8769052074976 ], [ -109.04195846577318, 37.875016860347259 ], [ -109.04191391481497, 37.855442495388516 ], [ -109.04190383076049, 37.843623327592262 ], [ -109.04186835150377, 37.834394620679497 ], [ -109.04203922293298, 37.821483484336937 ], [ -109.04207368729263, 37.816094964882588 ], [ -109.04219956283023, 37.788317928202829 ], [ -109.04197544314248, 37.779599687937768 ], [ -109.04197084022124, 37.773534590925024 ], [ -109.04227767745029, 37.771156037109996 ], [ -109.04209650838582, 37.768125018529084 ], [ -109.04227929255225, 37.758007651981814 ], [ -109.04214743222059, 37.753278694976345 ], [ -109.04234169999714, 37.740092921884354 ], [ -109.04204754762448, 37.725628317535339 ], [ -109.04201363163025, 37.713128116908962 ], [ -109.04204973077847, 37.698610363076881 ], [ -109.0420606524428, 37.684182279688308 ], [ -109.04197482336247, 37.681193361368024 ], [ -109.04192955988955, 37.678817934885025 ], [ -109.04177243812114, 37.625035701964258 ], [ -109.04181039666416, 37.620782608998695 ], [ -109.04181142697057, 37.613617980339178 ], [ -109.04178076039764, 37.604853161458216 ], [ -109.04192660341552, 37.591945664972819 ], [ -109.04150092718872, 37.563027506103786 ], [ -109.04244040633321, 37.519545533234378 ], [ -109.0431384252708, 37.499968913655238 ], [ -109.0431952383952, 37.4906421248591 ], [ -109.04320027167839, 37.490015852956454 ], [ -109.04355817322805, 37.476079728473543 ], [ -109.04447499214166, 37.447187808111629 ], [ -109.04507091540039, 37.417988523603569 ], [ -109.04521467620863, 37.4035485037124 ], [ -109.04552710771696, 37.374993228283728 ], [ -109.04553596119949, 37.374434601758189 ], [ -109.04563944271821, 37.36000283175003 ], [ -109.04572260174807, 37.269432612942694 ], [ -109.04557619524317, 37.250012502733036 ], [ -109.04557185754551, 37.240143589263361 ], [ -109.0455432822536, 37.233175436003563 ], [ -109.0455678405399, 37.225894511890552 ], [ -109.04537623205857, 37.213670161627235 ], [ -109.04570588419406, 37.2063527936646 ], [ -109.04597706425785, 37.199114664257522 ], [ -109.04587788330048, 37.184607967141119 ], [ -109.04553604445537, 37.170117964743426 ], [ -109.04540251590284, 37.156940021343878 ], [ -109.0453741358302, 37.15563720923835 ], [ -109.0452499691436, 37.142530593188724 ], [ -109.04519176852982, 37.141074069099972 ], [ -109.04522764572569, 37.127825860336159 ], [ -109.04518329727783, 37.124999615881585 ], [ -109.04519660052082, 37.100849988130925 ], [ -109.04520271783935, 37.085068596712283 ], [ -109.04512834481318, 37.065450860722585 ], [ -109.04503363734781, 37.041709325546073 ], [ -109.04507056747354, 37.012864040258052 ], [ -109.04522004227151, 37.000009513106988 ], [ -109.04521976240525, 36.998923445459475 ], [ -109.05313532808545, 36.998958950828211 ], [ -109.06637645217627, 36.999026755519942 ], [ -109.07392647787336, 36.999077447690148 ], [ -109.07996553376614, 36.99911223182675 ], [ -109.09572935250415, 36.99918600685222 ], [ -109.1082455826151, 36.999264538576035 ], [ -109.11971691144967, 36.999338715342013 ], [ -109.12562770708195, 36.999337595214129 ], [ -109.14442795804536, 36.999322131057831 ], [ -109.16306073887084, 36.999310105800532 ], [ -109.20009257364224, 36.999291750270551 ], [ -109.22887704668189, 36.99929224022916 ], [ -109.23799554936105, 36.999319831568094 ], [ -109.24692301236426, 36.999348406084209 ], [ -109.25067128354127, 36.999322603013894 ], [ -109.27094975428957, 36.999299843174946 ], [ -109.28581151680423, 36.999290130239743 ], [ -109.28876702694883, 36.999287721219872 ], [ -109.3104232175252, 36.999269056224989 ], [ -109.33229636898766, 36.99924948493252 ], [ -109.3556262009121, 36.99921903247612 ], [ -109.37206647439949, 36.999233890859607 ], [ -109.37510631892866, 36.999230486567718 ], [ -109.37565135670255, 36.999229836304949 ], [ -109.39682363703625, 36.999201384515445 ], [ -109.42189038523941, 36.999145292828409 ], [ -109.44318133030745, 36.999088509242263 ], [ -109.46820161095816, 36.999112153251431 ], [ -109.49581219501559, 36.999140845320582 ], [ -109.49826212881517, 36.999135818863493 ], [ -109.50066712408501, 36.999130174040999 ], [ -109.52751278095438, 36.999204914455547 ], [ -109.55960735897995, 36.998945309261991 ], [ -109.58812865795622, 36.998661601382615 ], [ -109.59363631669498, 36.998600805555085 ], [ -109.60880131601131, 36.9986263142928 ], [ -109.62565797497021, 36.998259362593998 ], [ -109.65782736720188, 36.998262479133203 ], [ -109.75068506163601, 36.998338854434543 ], [ -109.87566893856328, 36.998353771251388 ], [ -110.00068636633117, 36.998498712483659 ], [ -110.09594499389836, 36.998279982274035 ], [ -110.1256933923932, 36.998236925989296 ], [ -110.16240353655405, 36.998235743966589 ], [ -110.19827702341095, 36.998186007676253 ], [ -110.23431283810748, 36.998203094883571 ], [ -110.25069356255599, 36.998131857944671 ], [ -110.27031669475618, 36.998046787161229 ], [ -110.27722291251301, 36.998025942867351 ], [ -110.27807145099089, 36.998022092648824 ], [ -110.28846168738923, 36.997990183846049 ], [ -110.29643558913007, 36.997965602810403 ], [ -110.30642685168489, 36.997934262643568 ], [ -110.37566181754066, 36.997885942920199 ], [ -110.37716796676463, 36.997862305607612 ], [ -110.37870199031114, 36.997865837940047 ], [ -110.41479571609004, 36.997694112368713 ], [ -110.46894102496279, 36.997943301103561 ], [ -110.4694467748792, 36.997941055600684 ], [ -110.47740652196346, 36.99998656179045 ], [ -110.49060888576022, 37.003848001023385 ], [ -110.50067451116664, 37.003737529452565 ], [ -110.50523243547666, 37.003684502046234 ], [ -110.52294348575158, 37.004045467890528 ], [ -110.59475952484833, 37.003785050028014 ], [ -110.62565741348368, 37.003661160449923 ], [ -110.63072224728303, 37.003591389651064 ], [ -110.64883364936392, 37.00355621205842 ], [ -110.66686194471689, 37.003504515917719 ], [ -110.68490716950924, 37.003432097503563 ], [ -110.70288511891276, 37.003311695158501 ], [ -110.72100343877273, 37.003211435631641 ], [ -110.73871708197271, 37.003116534528303 ], [ -110.75064213938157, 37.003101621306214 ], [ -110.75115363160803, 37.003071144357698 ], [ -110.75341879215458, 37.002940655669896 ], [ -110.76464146764782, 37.002891324242832 ], [ -110.77588568739968, 37.002773364301603 ], [ -110.78712645572759, 37.002672361734732 ], [ -110.79834926416351, 37.002552235251216 ], [ -110.80960575091194, 37.002434707369893 ], [ -110.82079354861243, 37.002358375986944 ], [ -110.83207329386384, 37.002370362884527 ], [ -110.8433069748456, 37.002376709848512 ], [ -110.85457452520788, 37.002305412572717 ], [ -110.86578564609977, 37.002355577978854 ], [ -110.87565938390877, 37.002356416047242 ], [ -110.87708098822415, 37.002461562572428 ], [ -110.88830906574256, 37.002472659043818 ], [ -110.89952597503152, 37.002433104617978 ], [ -110.91078214414971, 37.002451113438717 ], [ -110.92204394029093, 37.002468058514502 ], [ -110.93326080949895, 37.002456866556763 ], [ -110.93774528826354, 37.002477332171431 ], [ -110.94448437789794, 37.002503211490733 ], [ -110.9557113590788, 37.002503424308884 ], [ -110.96695633395831, 37.002480044160727 ], [ -110.97822378257094, 37.002451095604236 ], [ -110.9894631284196, 37.002394031695907 ], [ -111.00066312029998, 37.002376468678584 ], [ -111.01193054913983, 37.002398407008059 ], [ -111.02319238350164, 37.002482377834468 ], [ -111.0344204689837, 37.002443595187835 ], [ -111.04565416980547, 37.002417269900782 ], [ -111.056859766648, 37.002394402110809 ], [ -111.06812712322204, 37.00231635447426 ], [ -111.07934386403427, 37.002223749492586 ], [ -111.09060538288719, 37.002003848447146 ], [ -111.10186675630621, 37.001724285352239 ], [ -111.11309990661081, 37.001416637501748 ], [ -111.12432742609644, 37.001158413290064 ], [ -111.12568732114609, 37.001133543609832 ], [ -111.13558296092678, 37.000897292240495 ], [ -111.14677694020322, 37.000811862708723 ], [ -111.15802162494199, 37.000801932599146 ], [ -111.16928329116668, 37.000849506733225 ], [ -111.18053941149125, 37.00092306405665 ], [ -111.19176749650826, 37.001013628050814 ], [ -111.20303474827411, 37.001030947601912 ], [ -111.21423470475087, 37.001096898338027 ], [ -111.22550206961033, 37.001148142579815 ], [ -111.2367356847553, 37.00118486293411 ], [ -111.24799185601407, 37.001243008981852 ], [ -111.25071741519302, 37.001264326435006 ], [ -111.25919743178848, 37.001291183641612 ], [ -111.25964142031188, 37.001303734880736 ], [ -111.26024275573923, 37.001315939580351 ], [ -111.27042410455977, 37.000946125929744 ], [ -111.27856571391499, 37.000643344381743 ], [ -111.28161723486765, 37.000676708481002 ], [ -111.2928850088624, 37.000843249680528 ], [ -111.30410196204261, 37.000936736191555 ], [ -111.31539753330738, 37.001010924953547 ], [ -111.32659204503889, 37.001102345598291 ], [ -111.33783707097669, 37.001174537844243 ], [ -111.3491045875893, 37.001245598534581 ], [ -111.3603328013203, 37.001320216054673 ], [ -111.36274928192874, 37.001335391550363 ], [ -111.37157220112344, 37.001380214756757 ], [ -111.37569147217981, 37.001407812775781 ], [ -111.38282885184029, 37.001515715627399 ], [ -111.39406926334729, 37.001546537496807 ], [ -111.40529637873581, 37.001612397694032 ], [ -111.41282755540864, 37.00178926601518 ], [ -111.41264342808176, 37.002033294044452 ], [ -111.41243665112007, 37.002245850221108 ], [ -111.41220192138404, 37.002485546193967 ], [ -111.41195011268778, 37.002684736350282 ], [ -111.41171518564767, 37.002888374593034 ], [ -111.41126165246436, 37.0031964351612 ], [ -111.41107688582547, 37.003323276259458 ], [ -111.41080818351899, 37.003517113871695 ], [ -111.41039926560451, 37.003762817623553 ], [ -111.41003486162423, 37.003926335522749 ], [ -111.40947965402438, 37.004140089690523 ], [ -111.40918246479472, 37.004262808450356 ], [ -111.40875066800486, 37.004435569078154 ], [ -111.40827252271086, 37.004558908597275 ], [ -111.40787520308373, 37.004663939749776 ], [ -111.40743192109892, 37.004791663254366 ], [ -111.40695035152578, 37.004905994846496 ], [ -111.40652260977414, 37.004997604238561 ], [ -111.40614075688622, 37.005052997639496 ], [ -111.40577564282695, 37.005085796690409 ], [ -111.4054328876659, 37.005095982348003 ], [ -111.40510699157498, 37.005106109475236 ], [ -111.40480928960483, 37.005134168270814 ], [ -111.40456776080632, 37.005157527683373 ], [ -111.40403960178294, 37.005177355495753 ], [ -111.40348329616617, 37.005188262284662 ], [ -111.4030549822448, 37.005172590254205 ], [ -111.40262888309921, 37.005150599112525 ], [ -111.40221285695321, 37.00512045938197 ], [ -111.40174517708887, 37.005099507400644 ], [ -111.40132467945513, 37.005073886870107 ], [ -111.40085231499327, 37.005016889765749 ], [ -111.40043715412423, 37.00493716189898 ], [ -111.40008713549332, 37.004848198651132 ], [ -111.39972154768715, 37.004790837066459 ], [ -111.39942346756153, 37.004746768737405 ], [ -111.39899611116215, 37.00469862712491 ], [ -111.39849017366193, 37.004668776546069 ], [ -111.39804036298422, 37.004625214054713 ], [ -111.39741074617649, 37.004586759210689 ], [ -111.39714659726292, 37.004583136172734 ], [ -111.39686003989222, 37.004593109018039 ], [ -111.3964104879548, 37.004599118475603 ], [ -111.39587661716455, 37.004600900310052 ], [ -111.39546646829358, 37.00461939487176 ], [ -111.39517996185464, 37.00463927929119 ], [ -111.39488218789062, 37.004653791888479 ], [ -111.394522480669, 37.004645973708278 ], [ -111.39405613885101, 37.004665551601484 ], [ -111.39351093512293, 37.004649331693727 ], [ -111.39299942194566, 37.004627589115081 ], [ -111.39257232498245, 37.004629002501602 ], [ -111.39169418600784, 37.004565197392537 ], [ -111.39143678095591, 37.004561539390401 ], [ -111.39111631991744, 37.004535552718941 ], [ -111.39067782254567, 37.004505446577149 ], [ -111.39019991858819, 37.004461946822566 ], [ -111.3896825393461, 37.004391531656026 ], [ -111.38930572190139, 37.004334174825608 ], [ -111.38881091481875, 37.004281710546948 ], [ -111.38831601670292, 37.004211215769629 ], [ -111.3878436210361, 37.004145152581003 ], [ -111.38743317966021, 37.004105928394708 ], [ -111.38703950627865, 37.004048619378224 ], [ -111.38633069951845, 37.003906698709486 ], [ -111.38592030572011, 37.003876483496803 ], [ -111.38548170023249, 37.003823822573295 ], [ -111.38517243798184, 37.003788769098641 ], [ -111.38471681560397, 37.0037046102793 ], [ -111.38444124926691, 37.003664938490381 ], [ -111.38404636570932, 37.003589594714327 ], [ -111.38369306811514, 37.003514115196374 ], [ -111.38329926472439, 37.003429751068779 ], [ -111.38304613331302, 37.003380989214413 ], [ -111.38241569835033, 37.003175691586499 ], [ -111.38210584909125, 37.003022543761197 ], [ -111.38181853346343, 37.002880139878933 ], [ -111.38144674078526, 37.002701047891151 ], [ -111.38101324725481, 37.002544688732783 ], [ -111.38064743713507, 37.002437689983964 ], [ -111.3803659659783, 37.002339434233889 ], [ -111.38010711277244, 37.002269049934057 ], [ -111.37978068224271, 37.002170035321576 ], [ -111.37940381574973, 37.002099125586554 ], [ -111.37896520239549, 37.002041933368993 ], [ -111.3784815442248, 37.001966854426612 ], [ -111.3781216723436, 37.001922929537699 ], [ -111.37786299655632, 37.001887695817146 ], [ -111.37745816491535, 37.001843010596303 ], [ -111.37707579837738, 37.001795548315563 ], [ -111.37653623756694, 37.001779232438722 ], [ -111.37628347121293, 37.001802569949525 ], [ -111.3759634260276, 37.001857670349892 ], [ -111.37571632309051, 37.001890003087752 ], [ -111.37544744915544, 37.001837669071278 ], [ -111.37520472649069, 37.001846549519001 ], [ -111.37469443571955, 37.001840048551827 ], [ -111.3743110927644, 37.001822327874997 ], [ -111.37390644442749, 37.001814588887186 ], [ -111.37353544702418, 37.001793221064119 ], [ -111.37311942774794, 37.00175847205486 ], [ -111.3725683693868, 37.001688989472335 ], [ -111.3722029221193, 37.00165317706125 ], [ -111.37187677209593, 37.001609127474126 ], [ -111.37142708146085, 37.001583492390822 ], [ -111.3710001318472, 37.001611870773338 ], [ -111.37051130188422, 37.001626919235513 ], [ -111.36994399535745, 37.001682774989234 ], [ -111.36941049219779, 37.001756551583014 ], [ -111.36872567485062, 37.001916432493907 ], [ -111.36814178874663, 37.002030924579259 ], [ -111.36758651928363, 37.002253497672214 ], [ -111.36714882377046, 37.002385560797627 ], [ -111.36654314581295, 37.002644342420787 ], [ -111.36620087096676, 37.002753571406267 ], [ -111.36571278817348, 37.00292634936779 ], [ -111.36510714411793, 37.003194137930656 ], [ -111.36486612553361, 37.003325587490487 ], [ -111.36444570826816, 37.003547731271347 ], [ -111.36403129501828, 37.0038509845063 ], [ -111.36367277471842, 37.004090964434006 ], [ -111.36322950644907, 37.004236551740178 ], [ -111.36283125832151, 37.004395521336903 ], [ -111.36240520949339, 37.00461767509276 ], [ -111.36208595446918, 37.004844008762127 ], [ -111.36182251055817, 37.004989042097023 ], [ -111.36142466095244, 37.005233642288694 ], [ -111.36107153255232, 37.00542852606025 ], [ -111.36047730465076, 37.005741328097365 ], [ -111.35993899384673, 37.005995364182084 ], [ -111.35935580560738, 37.006267562447285 ], [ -111.35899677172998, 37.006403864505288 ], [ -111.35850311391795, 37.006594658408801 ], [ -111.35795993529688, 37.006772078064429 ], [ -111.35726845230143, 37.006963463295122 ], [ -111.3568140415798, 37.007136103288339 ], [ -111.3562527872562, 37.007295540731874 ], [ -111.3557924372117, 37.007400586865266 ], [ -111.35505165523367, 37.007628164438863 ], [ -111.35433286747475, 37.007752006476458 ], [ -111.3535522160293, 37.007867014090742 ], [ -111.35293449962492, 37.007972517807943 ], [ -111.352058017277, 37.008025601372147 ], [ -111.35155791853647, 37.008044211034353 ], [ -111.35114189527278, 37.008013892280161 ], [ -111.35090577354278, 37.00799656187489 ], [ -111.35036596664369, 37.007935056007007 ], [ -111.34948910723824, 37.00790609094004 ], [ -111.34828680460413, 37.007990754481163 ], [ -111.34766897706562, 37.008073695207315 ], [ -111.34704565111595, 37.008183691910666 ], [ -111.34643366560883, 37.00831618816995 ], [ -111.34578264005559, 37.008515501366951 ], [ -111.34552447035482, 37.008593776824121 ], [ -111.3451317007405, 37.008734642359151 ], [ -111.34458822622642, 37.009105810688958 ], [ -111.34411180139334, 37.009391145621812 ], [ -111.34371370937484, 37.00959962966715 ], [ -111.34342765236093, 37.009726658917359 ], [ -111.34302385557726, 37.009917128412617 ], [ -111.34267045585719, 37.010066886373508 ], [ -111.34221611449554, 37.010266513409093 ], [ -111.34180133386614, 37.010515603810525 ], [ -111.34138099081699, 37.010778230310798 ], [ -111.34106732800288, 37.011018012874423 ], [ -111.34058578068976, 37.011420535123392 ], [ -111.34015473029139, 37.011804881951058 ], [ -111.33976311787946, 37.012211650220522 ], [ -111.33930445419971, 37.012707851120418 ], [ -111.33894663883815, 37.013133450194381 ], [ -111.33856637393103, 37.013567225140989 ], [ -111.33813579648628, 37.014063341320117 ], [ -111.3377671263125, 37.014579111336026 ], [ -111.33746523952018, 37.014945953297321 ], [ -111.33705734825445, 37.015491579966735 ], [ -111.33681707770936, 37.015812271979783 ], [ -111.33653213864923, 37.016200697880699 ], [ -111.3362360944803, 37.016620704806272 ], [ -111.33587283735348, 37.017094987374975 ], [ -111.33554848452188, 37.017470000850452 ], [ -111.33518486275575, 37.01786315305764 ], [ -111.33466955642935, 37.018274760700905 ], [ -111.33410908105392, 37.018641421469425 ], [ -111.33344762296987, 37.019053435149821 ], [ -111.33271308698313, 37.019465650031115 ], [ -111.3320457383635, 37.019819079062692 ], [ -111.33182147262515, 37.019950414518533 ], [ -111.33141208924751, 37.020167903049959 ], [ -111.33093552645333, 37.020448678020706 ], [ -111.33072804153296, 37.020561935894399 ], [ -111.33046446394471, 37.020702392685891 ], [ -111.33005472171371, 37.02083874831547 ], [ -111.32938655097327, 37.02100737034624 ], [ -111.32880792408012, 37.021085596987163 ], [ -111.32818438650155, 37.021177466549538 ], [ -111.32768412144573, 37.021178848951962 ], [ -111.32703201326392, 37.021162619068875 ], [ -111.32654268153611, 37.021091851673894 ], [ -111.32598586084707, 37.021012253306949 ], [ -111.32549633875287, 37.020896410326891 ], [ -111.32498406566695, 37.020717527121896 ], [ -111.324443537101, 37.020502661512829 ], [ -111.32384664960919, 37.020251889801571 ], [ -111.32332796167312, 37.019883715367044 ], [ -111.32283155232886, 37.019465899048029 ], [ -111.32253261946093, 37.01922332412002 ], [ -111.3221826065446, 37.018863700411231 ], [ -111.32184381944701, 37.018499538017146 ], [ -111.32153331018284, 37.018175862648604 ], [ -111.32122284150181, 37.017861200697872 ], [ -111.32072619544755, 37.017381176907527 ], [ -111.32032532606917, 37.01695317583016 ], [ -111.31989632410038, 37.016517136263786 ], [ -111.31959709124892, 37.016197932474562 ], [ -111.31926975805425, 37.015878803506986 ], [ -111.31894804814722, 37.015559658501495 ], [ -111.31884650169415, 37.015469787687302 ], [ -111.31822585544559, 37.014899041130107 ], [ -111.31770125406703, 37.014445220988208 ], [ -111.31741344813167, 37.014166545620583 ], [ -111.31691156285194, 37.013766747378732 ], [ -111.31658994651031, 37.013465624321078 ], [ -111.31617836941517, 37.013155725695313 ], [ -111.3158231483489, 37.012881733153975 ], [ -111.3154341147095, 37.012585293471268 ], [ -111.31507339029164, 37.01233835639448 ], [ -111.31475234853389, 37.012173343772218 ], [ -111.31440321786108, 37.012011108999289 ], [ -111.31393039068404, 37.011836580320953 ], [ -111.31336777098358, 37.011693837177276 ], [ -111.31285017083077, 37.011564494258835 ], [ -111.31248454050085, 37.011488835303275 ], [ -111.31170282867484, 37.011369196830444 ], [ -111.31093814153806, 37.011289171853363 ], [ -111.3105503672021, 37.011295595761098 ], [ -111.31016273564742, 37.01133717409445 ], [ -111.30971895608828, 37.011392419262734 ], [ -111.30911246243907, 37.011515694488793 ], [ -111.30861717513616, 37.011620648745897 ], [ -111.30808510194461, 37.011802318625463 ], [ -111.30754630001951, 37.01198851074318 ], [ -111.30704689197347, 37.012188120067691 ], [ -111.30666529071316, 37.012333336697708 ], [ -111.30622775597529, 37.012546304244921 ], [ -111.30584091389289, 37.012787084115857 ], [ -111.30548210986974, 37.013012466119726 ], [ -111.30529175656996, 37.013197750596028 ], [ -111.30495030001202, 37.013545681841471 ], [ -111.30467034123566, 37.013812324874898 ], [ -111.30440176520787, 37.01411499553695 ], [ -111.30421194550462, 37.014435492477411 ], [ -111.30391540658952, 37.014774291176437 ], [ -111.30364170578063, 37.015203174406686 ], [ -111.30358600250585, 37.015329518108437 ], [ -111.30346940498748, 37.01569039114996 ], [ -111.30340323043093, 37.016010570495745 ], [ -111.30340005993824, 37.016344110291442 ], [ -111.30344531651861, 37.016700062179765 ], [ -111.30359828065291, 37.017285604939516 ], [ -111.30363348754588, 37.017375658551117 ], [ -111.30386037896767, 37.017893403981759 ], [ -111.30395095688014, 37.018055430640814 ], [ -111.30412640328744, 37.018356962451051 ], [ -111.30439776398106, 37.018748391667501 ], [ -111.30465802979124, 37.019175906175661 ], [ -111.30494640279153, 37.019603347855899 ], [ -111.30533096528724, 37.020188292719901 ], [ -111.3056531436886, 37.020633674339173 ], [ -111.30595873407732, 37.021146705525005 ], [ -111.30614572691552, 37.021520319284548 ], [ -111.30645748832409, 37.022168548580545 ], [ -111.30667268205822, 37.022564624505335 ], [ -111.30692223922009, 37.02311836241757 ], [ -111.30695058049841, 37.023176882445249 ], [ -111.30700733573187, 37.023311951006995 ], [ -111.30717192342452, 37.023702748233603 ], [ -111.30725189377773, 37.024018945154054 ], [ -111.30729893276546, 37.024532641692716 ], [ -111.30721601207283, 37.024879909102694 ], [ -111.30711060557475, 37.025227234630634 ], [ -111.30693219387796, 37.025592777604885 ], [ -111.30670873744458, 37.025940408014186 ], [ -111.30643361693275, 37.026301692940258 ], [ -111.30619992915474, 37.026622305718057 ], [ -111.30574058459327, 37.027024628811695 ], [ -111.30556702533462, 37.027200855736567 ], [ -111.30519167100283, 37.027521831202435 ], [ -111.30507395972674, 37.027606868792489 ], [ -111.30478817020042, 37.027833863414394 ], [ -111.3045136543101, 37.028068941329813 ], [ -111.30418852531297, 37.028299641182045 ], [ -111.30382962938091, 37.028521412248942 ], [ -111.30359977532321, 37.028679751689751 ], [ -111.30326343371425, 37.028919492031413 ], [ -111.30294373986008, 37.02910510281172 ], [ -111.30261826195125, 37.029250162902265 ], [ -111.30231517978447, 37.029372629168712 ], [ -111.30189981126649, 37.029532339223962 ], [ -111.30150695589539, 37.02969920210365 ], [ -111.30115912862586, 37.029880372371181 ], [ -111.30086184099061, 37.030047891963484 ], [ -111.30044665746216, 37.030256273944318 ], [ -111.30016048593883, 37.030392213406842 ], [ -111.2997056635979, 37.030528578259265 ], [ -111.29915563891468, 37.030758930646826 ], [ -111.29883000896061, 37.030868824756936 ], [ -111.29839780921405, 37.031041185016527 ], [ -111.29800483973925, 37.031182796400195 ], [ -111.29753333350892, 37.031367872303832 ], [ -111.29707308951973, 37.031558326746421 ], [ -111.29674876685544, 37.031716889348743 ], [ -111.29634932139018, 37.031929724788455 ], [ -111.29606874051737, 37.032061133234315 ], [ -111.29559161980013, 37.032250722596451 ], [ -111.29503014175832, 37.032433308332081 ], [ -111.2947999265828, 37.032505995280708 ], [ -111.29435061678365, 37.032619790037693 ], [ -111.29396302063547, 37.032700978573551 ], [ -111.29347441109593, 37.032829290321743 ], [ -111.29309247287614, 37.032920377802888 ], [ -111.29265445362866, 37.033047659770347 ], [ -111.29223895488484, 37.033183899005373 ], [ -111.29198643710026, 37.033306214327588 ], [ -111.29172267474806, 37.03342855675664 ], [ -111.2913072755392, 37.033591835521769 ], [ -111.29076300037588, 37.033868108027086 ], [ -111.29029747976357, 37.034157706901944 ], [ -111.28987108658409, 37.034388615119511 ], [ -111.28940549098303, 37.034660181974708 ], [ -111.28886701105527, 37.034986010521912 ], [ -111.28826695690671, 37.035384100975868 ], [ -111.28773410604249, 37.035714417856902 ], [ -111.28711139920422, 37.036071992823622 ], [ -111.28653925155848, 37.036420428084817 ], [ -111.28631484134107, 37.036547170598766 ], [ -111.28583238725166, 37.036827778403186 ], [ -111.28532742413294, 37.037103931197265 ], [ -111.28476660591019, 37.037479373660581 ], [ -111.28429447525231, 37.037817642197858 ], [ -111.28390320654489, 37.038130475238667 ], [ -111.28369577099103, 37.038288722356207 ], [ -111.28346042437229, 37.038501121834351 ], [ -111.28311883899417, 37.038871525338621 ], [ -111.28284470131184, 37.039237259909285 ], [ -111.28269415216893, 37.039575656420077 ], [ -111.28259979189235, 37.039904904569177 ], [ -111.28247162971702, 37.040216204426756 ], [ -111.28233205480005, 37.040482459600049 ], [ -111.28210812590602, 37.040744408023436 ], [ -111.28191219103027, 37.040974739325243 ], [ -111.28174440056239, 37.041214017805615 ], [ -111.28165068352865, 37.041719043148511 ], [ -111.28165729170328, 37.041985851803247 ], [ -111.28178850519166, 37.042498455922484 ], [ -111.28228555921578, 37.043110249116658 ], [ -111.28237592139313, 37.043218206098167 ], [ -111.28270336944534, 37.043577999667008 ], [ -111.28313743346813, 37.043878944764835 ], [ -111.28393734404217, 37.044278170946143 ], [ -111.28430443030004, 37.044407999697114 ], [ -111.28498988057282, 37.044568613177738 ], [ -111.28560868174897, 37.044648254171094 ], [ -111.28639035325433, 37.044677018654248 ], [ -111.28714396947714, 37.044721170249751 ], [ -111.28795353790655, 37.044692165199535 ], [ -111.28888661737705, 37.04461327514278 ], [ -111.28994313708904, 37.044466468680397 ], [ -111.29071844986402, 37.044302313526181 ], [ -111.29144313803144, 37.04413377050696 ], [ -111.29233620879101, 37.043888186492445 ], [ -111.29279110671943, 37.043747342667068 ], [ -111.29311695978461, 37.043678930616977 ], [ -111.29362261482926, 37.043578522685671 ], [ -111.29431393669594, 37.043509202341468 ], [ -111.29514577028604, 37.043426007022774 ], [ -111.29591035815928, 37.043401566753879 ], [ -111.29660752680842, 37.043390811614834 ], [ -111.29747360210628, 37.043438222160951 ], [ -111.29824425265272, 37.043526430774087 ], [ -111.29886884037749, 37.043646552547628 ], [ -111.29939909366465, 37.043798459263698 ], [ -111.29983731486257, 37.043995667859029 ], [ -111.30022609434866, 37.044202014271924 ], [ -111.30069396680992, 37.044502809415441 ], [ -111.3010491573487, 37.044745295535421 ], [ -111.30156806884662, 37.045154129593108 ], [ -111.30203109751834, 37.04564873970844 ], [ -111.30240955762793, 37.046084970437875 ], [ -111.3026921296005, 37.046444822839511 ], [ -111.30299166239489, 37.04682716703671 ], [ -111.30322959743729, 37.047272768155935 ], [ -111.30341109074483, 37.047664427181438 ], [ -111.30366108475923, 37.048312818752052 ], [ -111.30387121884547, 37.04883511133248 ], [ -111.30412659196631, 37.049420387766425 ], [ -111.30431470784973, 37.050059922031778 ], [ -111.30455356129342, 37.050730875798543 ], [ -111.30465262141171, 37.051316552055646 ], [ -111.30474317981236, 37.051744499485409 ], [ -111.30494866345519, 37.052505681106609 ], [ -111.30508130050434, 37.053330149812048 ], [ -111.30523003446741, 37.05396076912578 ], [ -111.30541893449966, 37.054510155980729 ], [ -111.30557777780218, 37.055136241541305 ], [ -111.30570945005506, 37.055717325292214 ], [ -111.30582428985103, 37.056307466538534 ], [ -111.30582647854338, 37.056852826535838 ], [ -111.30576712919409, 37.057478572441532 ], [ -111.30561307313732, 37.058047772146075 ], [ -111.30550770053486, 37.058697073550206 ], [ -111.30540308962776, 37.059256229791707 ], [ -111.3052988384008, 37.059905527997941 ], [ -111.30524601809077, 37.060478072147532 ], [ -111.30520809000043, 37.061118185165959 ], [ -111.30505361603856, 37.061866769470214 ], [ -111.30492657372461, 37.062444011288648 ], [ -111.30479451853708, 37.06317450887218 ], [ -111.30454884337198, 37.06362134761077 ], [ -111.30439832535346, 37.063955262954387 ], [ -111.30412434466366, 37.064357101912734 ], [ -111.30383347056994, 37.064754476339715 ], [ -111.30357010385268, 37.064998536613643 ], [ -111.30331798747575, 37.065243468958869 ], [ -111.30295375398053, 37.065581534395953 ], [ -111.30261724827875, 37.06582127215534 ], [ -111.30224699477961, 37.066061094948942 ], [ -111.30175878938388, 37.066341781021833 ], [ -111.30134317950227, 37.066491573416961 ], [ -111.30094424507996, 37.0665917434333 ], [ -111.30060708826694, 37.066669219832811 ], [ -111.30005617066205, 37.066738221892486 ], [ -111.29974687148027, 37.066748919601736 ], [ -111.29939807078797, 37.06672636332501 ], [ -111.29881857026587, 37.066678245953398 ], [ -111.29832339647992, 37.066619997977867 ], [ -111.29774912006113, 37.066469099278152 ], [ -111.29703957795559, 37.06624552079515 ], [ -111.29649324935809, 37.066048573099252 ], [ -111.29591305541133, 37.065820157323628 ], [ -111.29552992344846, 37.065645333684778 ], [ -111.29485969532735, 37.065403615558004 ], [ -111.29443711120341, 37.065206350684718 ], [ -111.29394131023548, 37.06498222285235 ], [ -111.2935749379735, 37.064775801282387 ], [ -111.29330992429949, 37.064600678036875 ], [ -111.29287564978453, 37.064286250573474 ], [ -111.29242469676571, 37.064021441262234 ], [ -111.29183267784482, 37.063635284290633 ], [ -111.29129712972789, 37.063307578628013 ], [ -111.29078972370472, 37.062984308689067 ], [ -111.29022020006246, 37.062593581274989 ], [ -111.28968446053878, 37.062211782896867 ], [ -111.28940255850004, 37.062027677749505 ], [ -111.28914320503696, 37.061857038421174 ], [ -111.2887483480839, 37.061547006709155 ], [ -111.28828126928214, 37.061174049057804 ], [ -111.28778931370522, 37.060765092665996 ], [ -111.28731541076968, 37.060369611933794 ], [ -111.28702217168566, 37.060158485586292 ], [ -111.2861428060849, 37.059616145793775 ], [ -111.28569234004891, 37.059467593988551 ], [ -111.28528170129375, 37.059441539289764 ], [ -111.28475224254443, 37.059523940140629 ], [ -111.28427547831382, 37.059561140824812 ], [ -111.28390412218862, 37.059512451445173 ], [ -111.28345812993078, 37.059355767559374 ], [ -111.28285660519461, 37.059113817001112 ], [ -111.28240044451339, 37.058943631900412 ], [ -111.28195566678795, 37.0588094752231 ], [ -111.2815333522931, 37.058666249254081 ], [ -111.28104929467472, 37.058554718155904 ], [ -111.28061029467951, 37.058461107127734 ], [ -111.27989591544629, 37.058417723232353 ], [ -111.27915326977296, 37.058333837150521 ], [ -111.27828087204738, 37.058138473390969 ], [ -111.27762210682793, 37.057922771958765 ], [ -111.27732364110504, 37.057810791154211 ], [ -111.27689001152449, 37.057645039273851 ], [ -111.27625891848943, 37.057303966691123 ], [ -111.27593188200944, 37.057065848501082 ], [ -111.27568939741526, 37.056881618821734 ], [ -111.27518785395128, 37.056594325234705 ], [ -111.27465822888531, 37.056316108839937 ], [ -111.27424151669288, 37.056159322358717 ], [ -111.27384156348752, 37.055970945616664 ], [ -111.27327284154538, 37.055764927764677 ], [ -111.27278871745729, 37.055626320053676 ], [ -111.27235511331831, 37.055461452869622 ], [ -111.27183156398479, 37.055304903108791 ], [ -111.27133611497972, 37.055142878171864 ], [ -111.27092526378298, 37.055049166809013 ], [ -111.27048060874738, 37.054937502459524 ], [ -111.27013164978797, 37.054852661532102 ], [ -111.26954623518404, 37.054691735346502 ], [ -111.26894941708551, 37.054485760519697 ], [ -111.26852692842394, 37.054279388215761 ], [ -111.26817187540345, 37.054059340498434 ], [ -111.26790686211766, 37.053857117050924 ], [ -111.2674273235353, 37.053416497268451 ], [ -111.26702564513469, 37.053047814859617 ], [ -111.26683492937394, 37.052863450365109 ], [ -111.2663666498311, 37.052422800875995 ], [ -111.26605080154498, 37.052153079907733 ], [ -111.2657110550049, 37.051802282693494 ], [ -111.26541859372564, 37.051464900189544 ], [ -111.26515181358491, 37.051073373596211 ], [ -111.26493958569594, 37.05084488385814 ], [ -111.26459300533375, 37.050466154195291 ], [ -111.26435141235775, 37.050200770123425 ], [ -111.26404651437113, 37.04984087601742 ], [ -111.26382632419742, 37.04958445753342 ], [ -111.26338599502479, 37.049085140678017 ], [ -111.2630650660801, 37.048639643426021 ], [ -111.26275872957312, 37.048185098618667 ], [ -111.26260029241391, 37.047896990833848 ], [ -111.26230087979108, 37.047492008274695 ], [ -111.26209690467293, 37.047041742472821 ], [ -111.26183118885626, 37.046623162716088 ], [ -111.26164452050305, 37.046299058533748 ], [ -111.26142929141736, 37.045844309132207 ], [ -111.26122541857119, 37.045421084469545 ], [ -111.2609878886787, 37.045020469301825 ], [ -111.26079535845099, 37.044624261890412 ], [ -111.26063677900822, 37.044290178482392 ], [ -111.2604838451909, 37.043962392482612 ], [ -111.26022360245919, 37.043494218001712 ], [ -111.25996892406349, 37.043008002038711 ], [ -111.25968029863431, 37.042458759410842 ], [ -111.25945377048446, 37.041981494971807 ], [ -111.25927280750572, 37.041675402973631 ], [ -111.25905216705273, 37.04127474673308 ], [ -111.25877951181619, 37.040788567257977 ], [ -111.25864476521016, 37.040513923622846 ], [ -111.25820470079833, 37.039735141398076 ], [ -111.25797150426749, 37.039275917081483 ], [ -111.25769963724974, 37.038686068250598 ], [ -111.25742219786954, 37.038109752340432 ], [ -111.25724771007677, 37.037718006679469 ], [ -111.25695806077618, 37.037186787789551 ], [ -111.25671916644734, 37.036700530081539 ], [ -111.25648259981433, 37.036236802690119 ], [ -111.2562954193788, 37.035745925072355 ], [ -111.25608576838844, 37.035259602788315 ], [ -111.25589875929747, 37.034818303021176 ], [ -111.25572301142604, 37.03438148583038 ], [ -111.25555302645763, 37.033986121957085 ], [ -111.2553380770624, 37.033593558882927 ], [ -111.25520082039272, 37.033233279997475 ], [ -111.25508307126259, 37.03299014560848 ], [ -111.25477201695206, 37.032436431027371 ], [ -111.25453420074481, 37.031927630277423 ], [ -111.25427854839593, 37.031463939010493 ], [ -111.25401954114932, 37.031004761512264 ], [ -111.25381021781256, 37.030608577659116 ], [ -111.25359523004718, 37.030198883973377 ], [ -111.25334669447695, 37.029843347654818 ], [ -111.25312082712868, 37.029541848601909 ], [ -111.25289472248365, 37.029168234719116 ], [ -111.25273066622198, 37.02885758877548 ], [ -111.25254416992338, 37.028560511888813 ], [ -111.25238002693607, 37.028222822521194 ], [ -111.25221033843071, 37.027907680599043 ], [ -111.25205193894249, 37.0276060359827 ], [ -111.25184145142848, 37.027191822142093 ], [ -111.25163888078211, 37.026791112654955 ], [ -111.25151440738217, 37.026547988684754 ], [ -111.25144064596607, 37.02634081459415 ], [ -111.25131059712648, 37.026111223751855 ], [ -111.25118065295183, 37.025913182817334 ], [ -111.2509772021838, 37.025584588900891 ], [ -111.25080221525894, 37.025364106867777 ], [ -111.25055372335703, 37.025013071454495 ], [ -111.25034378362916, 37.02476111222424 ], [ -111.25014619723999, 37.024504619386157 ], [ -111.24981425156199, 37.024072628924579 ], [ -111.24950387647499, 37.02370369273693 ], [ -111.24911463164793, 37.023280835075667 ], [ -111.24879873023936, 37.022938951698286 ], [ -111.24841542249547, 37.022610730133849 ], [ -111.24802680465801, 37.022377169315369 ], [ -111.24770132072881, 37.022197561686404 ], [ -111.24728352152056, 37.021977580875806 ], [ -111.2468613737109, 37.021802679495046 ], [ -111.24629312472207, 37.0216416014717 ], [ -111.24578121897011, 37.021520968724509 ], [ -111.24535374596188, 37.02143621672883 ], [ -111.24485325862891, 37.021369642608704 ], [ -111.24439778062801, 37.021315593815807 ], [ -111.24384113096862, 37.021263554070771 ], [ -111.24317213100892, 37.021233376480915 ], [ -111.24245290060794, 37.021315977438327 ], [ -111.24217195035607, 37.02134810140592 ], [ -111.24166635921097, 37.021443783003406 ], [ -111.24119913223339, 37.021584456353487 ], [ -111.24069474779687, 37.021707174483339 ], [ -111.24029613676349, 37.021861226650955 ], [ -111.23977401659172, 37.022065106146655 ], [ -111.23947668020033, 37.022250501202024 ], [ -111.23914606788027, 37.022580192549448 ], [ -111.23877059653387, 37.022946030720341 ], [ -111.23846815436046, 37.023298199398759 ], [ -111.23808147606661, 37.023677579433325 ], [ -111.23771153117694, 37.024016359999351 ], [ -111.23734733043368, 37.024395692579539 ], [ -111.23696662626664, 37.02489224379655 ], [ -111.23653599613567, 37.0256052381541 ], [ -111.23620044695284, 37.026164797395886 ], [ -111.23583710629762, 37.0268280761087 ], [ -111.23554678273342, 37.027473179998097 ], [ -111.23527301299525, 37.028019092269851 ], [ -111.23496557950324, 37.028587606440162 ], [ -111.23477551784107, 37.028935937111676 ], [ -111.23466374917022, 37.029151601503877 ], [ -111.23457439975637, 37.029345586993976 ], [ -111.234401307353, 37.029729039499145 ], [ -111.23418908301367, 37.03018468386901 ], [ -111.23393160610273, 37.030550273424325 ], [ -111.23367981749081, 37.030938387105088 ], [ -111.23341131279761, 37.031376112099217 ], [ -111.23299167771066, 37.032030477950542 ], [ -111.23294693731845, 37.032107187852382 ], [ -111.23284072840585, 37.032305712228357 ], [ -111.2326170927202, 37.032711797028654 ], [ -111.23234883661357, 37.033235155426169 ], [ -111.23202984235859, 37.033713540612958 ], [ -111.23181212160738, 37.034218770175897 ], [ -111.23156062493091, 37.034710543684291 ], [ -111.23128706062718, 37.035342082153129 ], [ -111.23097848467921, 37.03592410913916 ], [ -111.230705831143, 37.036488036725217 ], [ -111.23046553700529, 37.036970771610761 ], [ -111.23026462519421, 37.0374633453428 ], [ -111.23008072167158, 37.03800366178271 ], [ -111.22993611717514, 37.038525873040037 ], [ -111.22986975307245, 37.038891984265959 ], [ -111.22991599540804, 37.039311061950464 ], [ -111.23006350891747, 37.039752479140262 ], [ -111.23026757486058, 37.04030195855286 ], [ -111.23064041277084, 37.040882659825868 ], [ -111.23106968624174, 37.04153085756478 ], [ -111.23126167156666, 37.041800913899152 ], [ -111.23156635549662, 37.042151879116915 ], [ -111.231859618903, 37.042444272605309 ], [ -111.23223726460901, 37.042750021731294 ], [ -111.232710470269, 37.043046567903488 ], [ -111.2332339799798, 37.043243855518043 ], [ -111.23375745093246, 37.043427619374143 ], [ -111.23434380114956, 37.043579706534693 ], [ -111.23507402437822, 37.04370896996879 ], [ -111.235394738726, 37.043780448846434 ], [ -111.2359123029614, 37.04386956429579 ], [ -111.23643543516273, 37.04394063770556 ], [ -111.23699234925883, 37.044026064279535 ], [ -111.23748185689243, 37.044132356159714 ], [ -111.23810078931137, 37.044270837983724 ], [ -111.23864660049564, 37.044400449330887 ], [ -111.23924896604811, 37.044633609045071 ], [ -111.23976571362473, 37.044817359870095 ], [ -111.24033543124582, 37.045037058504803 ], [ -111.2408417214326, 37.045112653738038 ], [ -111.24137008984727, 37.045057493980806 ], [ -111.24184235862793, 37.045043010760757 ], [ -111.24224721143874, 37.045046692005656 ], [ -111.24277030006186, 37.04509970885951 ], [ -111.24331608185102, 37.045215777238163 ], [ -111.24372696186023, 37.045345641806492 ], [ -111.24409849817921, 37.045480093067226 ], [ -111.24454885618331, 37.045645930901379 ], [ -111.24501630186801, 37.045879339259841 ], [ -111.24547841784677, 37.046202900155954 ], [ -111.24605909799163, 37.046674949934626 ], [ -111.24645942961283, 37.047016663742539 ], [ -111.24685996916753, 37.047421476082633 ], [ -111.247176270886, 37.047858012732419 ], [ -111.24740237427058, 37.048222621960434 ], [ -111.24764015049706, 37.048717914186945 ], [ -111.24783864166939, 37.049235823791491 ], [ -111.24795278903035, 37.049753909319087 ], [ -111.24803296445326, 37.050199951077978 ], [ -111.2480239357415, 37.050881453258015 ], [ -111.24792996605304, 37.051381043473086 ], [ -111.24776881201771, 37.051971818609985 ], [ -111.24748952210757, 37.052549318486243 ], [ -111.24717076220757, 37.053095349755196 ], [ -111.24680722958679, 37.053709080713908 ], [ -111.2466842443626, 37.053934694623273 ], [ -111.24648843082926, 37.054246095814889 ], [ -111.24614149566986, 37.054778661236419 ], [ -111.24582238246533, 37.055221024729732 ], [ -111.24548664177416, 37.055740043483176 ], [ -111.24524055474497, 37.056159718413177 ], [ -111.2450337433054, 37.056552268728019 ], [ -111.24474840153778, 37.057008080942602 ], [ -111.24446844868309, 37.057391766779176 ], [ -111.24417188189487, 37.057856615003196 ], [ -111.24405450305942, 37.058081313079931 ], [ -111.24391542788584, 37.058555752258897 ], [ -111.24371468826892, 37.059092516729358 ], [ -111.2435028422169, 37.059674375196153 ], [ -111.24331347407431, 37.060251679973341 ], [ -111.24314667068641, 37.060851473935131 ], [ -111.24301908870544, 37.061406115694119 ], [ -111.24288015630171, 37.061929230411124 ], [ -111.24270796594573, 37.062605656279906 ], [ -111.24257973210527, 37.062957476738845 ], [ -111.24247938808777, 37.063237125545271 ], [ -111.24228415285894, 37.063743227299099 ], [ -111.2420330398873, 37.064364825878584 ], [ -111.24187119785829, 37.064761785589461 ], [ -111.24165916491117, 37.065294061940001 ], [ -111.24143602328627, 37.065871432015719 ], [ -111.24115093925482, 37.066426391796632 ], [ -111.24071434899631, 37.067094337214129 ], [ -111.24026077828844, 37.067730765289504 ], [ -111.23991900817754, 37.068150622202147 ], [ -111.23946613854594, 37.068656338328637 ], [ -111.23881405816815, 37.069131805302369 ], [ -111.238438015657, 37.069388567992981 ], [ -111.23786535542672, 37.069724148357473 ], [ -111.23730362480259, 37.069958743900621 ], [ -111.23695529235852, 37.070085640485203 ], [ -111.23668428433466, 37.070117731612456 ], [ -111.23617904064876, 37.070069160024907 ], [ -111.23571201699812, 37.070011496038155 ], [ -111.23499140043576, 37.069796582581716 ], [ -111.23447360546608, 37.06968943561909 ], [ -111.23388124929005, 37.069478768943888 ], [ -111.23328525936803, 37.06918247055944 ], [ -111.23271031676867, 37.06877795621611 ], [ -111.23259759254701, 37.068701555720907 ], [ -111.23189289633395, 37.068166584303292 ], [ -111.2313063366947, 37.06763588548371 ], [ -111.23075889653904, 37.067019471688312 ], [ -111.23022263220236, 37.066375990673734 ], [ -111.23003603554859, 37.066047330404913 ], [ -111.22985524159283, 37.065777251590525 ], [ -111.22966855288274, 37.065417040798934 ], [ -111.22944771325994, 37.064921681088599 ], [ -111.22918291290995, 37.064394855771617 ], [ -111.22894398733406, 37.063867979875894 ], [ -111.22849167608572, 37.063075592403194 ], [ -111.22806812858582, 37.062494984191751 ], [ -111.22778520121845, 37.061918611625266 ], [ -111.2275135799174, 37.061360245271793 ], [ -111.22724166688039, 37.060702721302697 ], [ -111.22701536724652, 37.060252438678333 ], [ -111.22680571377863, 37.059725502046177 ], [ -111.22657789549213, 37.059140908038884 ], [ -111.22637518144657, 37.058676156098912 ], [ -111.22621665882983, 37.058320392803537 ], [ -111.22599616987851, 37.057928690048641 ], [ -111.22565779937031, 37.057609325726908 ], [ -111.22525208092671, 37.057335159930958 ], [ -111.22482932157514, 37.057002431923223 ], [ -111.2245193039381, 37.056759632310204 ], [ -111.22418679383459, 37.056516874381671 ], [ -111.22369096351436, 37.05619329464669 ], [ -111.22334182558271, 37.056031694600989 ], [ -111.22295936972922, 37.056014385354707 ], [ -111.22256035924505, 37.05610527784058 ], [ -111.22227826583669, 37.05617792132778 ], [ -111.22181845327023, 37.05624638941179 ], [ -111.221413698733, 37.05629672431683 ], [ -111.22074480422052, 37.056406142746354 ], [ -111.22035695802951, 37.056469964071511 ], [ -111.21985091127576, 37.056497945936705 ], [ -111.21946853170144, 37.056507668274811 ], [ -111.21896805616134, 37.056517607416886 ], [ -111.21859705287974, 37.056572377575236 ], [ -111.21820368363514, 37.05667225934102 ], [ -111.21785557300119, 37.056866707112974 ], [ -111.2176255444319, 37.057056430139077 ], [ -111.21744652385208, 37.057384879828078 ], [ -111.21731809448058, 37.057706025105489 ], [ -111.21719493832127, 37.057904565772965 ], [ -111.21690341601706, 37.058225107630363 ], [ -111.21660550901417, 37.058278836454612 ], [ -111.21627932165975, 37.058275825856803 ], [ -111.21601499294584, 37.058271800307175 ], [ -111.21566132218872, 37.058493294699211 ], [ -111.21557043660208, 37.058570983065501 ], [ -111.21531356607697, 37.058818442007194 ], [ -111.21496589346525, 37.059174236825939 ], [ -111.214758348573, 37.059364814925978 ], [ -111.21424789858176, 37.059834482633477 ], [ -111.21373193219542, 37.060344722497454 ], [ -111.213514280727, 37.060543429488725 ], [ -111.21329439117081, 37.060746647259684 ], [ -111.21282892719148, 37.061220735042149 ], [ -111.21248697166777, 37.061617978091753 ], [ -111.21204965511795, 37.062105533816165 ], [ -111.21180308752865, 37.062425982596913 ], [ -111.21161257083595, 37.062678723496703 ], [ -111.21113614867592, 37.063265503017639 ], [ -111.21067636730886, 37.063771122182388 ], [ -111.21030645488045, 37.064236015818437 ], [ -111.2099087769966, 37.064831664965027 ], [ -111.20961305783305, 37.065282903586116 ], [ -111.20920868181268, 37.065901097912992 ], [ -111.20890042013961, 37.066293763778006 ], [ -111.20862575336876, 37.066632283869062 ], [ -111.20828900638227, 37.066894290685951 ], [ -111.20800811956218, 37.067016476773759 ], [ -111.20772144765992, 37.067080079302997 ], [ -111.20745182032489, 37.067206751509794 ], [ -111.20726684038732, 37.067436939801354 ], [ -111.20695832983306, 37.067743965026352 ], [ -111.20658793541755, 37.068046590074815 ], [ -111.20616708843301, 37.068412401822158 ], [ -111.20573497618881, 37.068773724443936 ], [ -111.20534659766612, 37.069085391076051 ], [ -111.20489310433894, 37.069446747612304 ], [ -111.20451185571471, 37.069902628089856 ], [ -111.20404613634189, 37.070322595423526 ], [ -111.20325001175955, 37.071288493028788 ], [ -111.20304254638189, 37.071532234588787 ], [ -111.2028463531763, 37.071784970806185 ], [ -111.20247628225988, 37.072222796868019 ], [ -111.20212873026064, 37.072669597679898 ], [ -111.20182606544452, 37.073075756712342 ], [ -111.20146743485439, 37.073590181650133 ], [ -111.20103577068869, 37.074140786478466 ], [ -111.20082846639026, 37.074451229623143 ], [ -111.20046964463927, 37.074898044512146 ], [ -111.20007176570951, 37.075467518651791 ], [ -111.19969054091369, 37.075954933251928 ], [ -111.19924189270822, 37.07647400991479 ], [ -111.19886605906198, 37.076875776911471 ], [ -111.19810322332752, 37.077715383106153 ], [ -111.19785633588614, 37.077954674063562 ], [ -111.19745802177015, 37.07836999545912 ], [ -111.19727841132537, 37.078523537363886 ], [ -111.19694725631237, 37.078808038010429 ], [ -111.19620093088911, 37.079521404214965 ], [ -111.19592031439232, 37.079774268315738 ], [ -111.19562292418394, 37.080067723731304 ], [ -111.19537607915861, 37.080329545112718 ], [ -111.19492150808821, 37.080753964806497 ], [ -111.19451742274971, 37.081124214194105 ], [ -111.19410214000546, 37.081517016240916 ], [ -111.19366450003814, 37.081968446211611 ], [ -111.19320988677583, 37.082383845030513 ], [ -111.19290699885474, 37.082735895371513 ], [ -111.19250301857673, 37.083155716216496 ], [ -111.19205410847904, 37.083607158435406 ], [ -111.19177257646885, 37.083954664090875 ], [ -111.19150435076182, 37.084225526131689 ], [ -111.19122939496539, 37.084505412694753 ], [ -111.19088142723608, 37.084834994719117 ], [ -111.19053914992169, 37.085191609424825 ], [ -111.19020815472217, 37.085561726460142 ], [ -111.18990521781795, 37.085904754771832 ], [ -111.18949552227643, 37.086302038628247 ], [ -111.1892261662457, 37.086577404377422 ], [ -111.18881088239146, 37.086992723316087 ], [ -111.18850793350815, 37.087335748009316 ], [ -111.18817129320286, 37.087705868221846 ], [ -111.18777852351504, 37.08813016203851 ], [ -111.18734654502462, 37.088626630726729 ], [ -111.18711549639441, 37.088928973915564 ], [ -111.18699885172309, 37.089082400672993 ], [ -111.18680819728031, 37.089339608140797 ], [ -111.18649420982473, 37.089777294902795 ], [ -111.18625879683468, 37.090138236051217 ], [ -111.18590538693435, 37.090562461693914 ], [ -111.1856293833935, 37.090891915199883 ], [ -111.18536686933875, 37.091216839825002 ], [ -111.18512015028939, 37.091559767753886 ], [ -111.18493526287708, 37.091880063054148 ], [ -111.18472777041258, 37.092159829020268 ], [ -111.1845430110501, 37.09253420913668 ], [ -111.18438071144712, 37.092890525475283 ], [ -111.18418481593029, 37.093314500816881 ], [ -111.18389352038149, 37.093842287932169 ], [ -111.18360198157151, 37.09427091765928 ], [ -111.1833720805845, 37.094595787210253 ], [ -111.1830863164169, 37.095088408025894 ], [ -111.18282416474413, 37.09557468172553 ], [ -111.18253175828319, 37.096115988434391 ], [ -111.18235268076486, 37.09652190611196 ], [ -111.18215122437454, 37.096981943487528 ], [ -111.18192631683067, 37.097518637752238 ], [ -111.18176538893437, 37.09798762648537 ], [ -111.18158667943632, 37.098551292001723 ], [ -111.18131231217735, 37.099115103496231 ], [ -111.18113304947404, 37.099448905298566 ], [ -111.18092011001185, 37.099818815259525 ], [ -111.18054431919701, 37.100327792551752 ], [ -111.1802582269956, 37.100698714056762 ], [ -111.17991594597254, 37.101104875744682 ], [ -111.17951729608329, 37.101470557586786 ], [ -111.17897804222874, 37.101868000292221 ], [ -111.17843863473803, 37.102202340922126 ], [ -111.1775057407811, 37.102713046862128 ], [ -111.17709538656572, 37.102893945653982 ], [ -111.17654441648565, 37.103102095242861 ], [ -111.17593706830338, 37.103265254626628 ], [ -111.17531841138315, 37.10340589196695 ], [ -111.17466487447871, 37.103551084592134 ], [ -111.17395171858256, 37.103709882480068 ], [ -111.17327684468506, 37.103877634403105 ], [ -111.17257385254838, 37.104054437669383 ], [ -111.17188215217125, 37.104249248918613 ], [ -111.17133113762658, 37.104448360067835 ], [ -111.17066739447998, 37.10456650262163 ], [ -111.17004863653347, 37.104671055566996 ], [ -111.16954236049347, 37.104748401731037 ], [ -111.16900237029199, 37.104848329437957 ], [ -111.16840615647655, 37.104970870197427 ], [ -111.1680182374111, 37.105133677161362 ], [ -111.16779348657258, 37.105287237812732 ], [ -111.16754061845837, 37.105449852024968 ], [ -111.16724269156782, 37.105594500738654 ], [ -111.16697840841692, 37.105685015779763 ], [ -111.1665169136802, 37.105658621983743 ], [ -111.1660720255138, 37.105506003514172 ], [ -111.1656214039437, 37.105303812953487 ], [ -111.1651142308132, 37.104971894094248 ], [ -111.16449445601108, 37.104611283668653 ], [ -111.16413385917514, 37.104399948234153 ], [ -111.16368311352056, 37.104134650602234 ], [ -111.1629157402411, 37.103689501450134 ], [ -111.16238175086777, 37.103437834564069 ], [ -111.16184651495156, 37.10312757425249 ], [ -111.16114227134908, 37.102722891530604 ], [ -111.16060135188245, 37.102381083350053 ], [ -111.16026890193915, 37.102165190803433 ], [ -111.1596658760279, 37.101719798191013 ], [ -111.15914174744984, 37.10132838220855 ], [ -111.15876413093865, 37.101035924739612 ], [ -111.15841449228904, 37.100666807409496 ], [ -111.15811559250173, 37.100342692715962 ], [ -111.15782802375249, 37.100054619240041 ], [ -111.15759108182527, 37.09975836493895 ], [ -111.15728087774966, 37.099406318873001 ], [ -111.15705499630023, 37.099014497536459 ], [ -111.15682359262638, 37.098672261530666 ], [ -111.1565074379247, 37.098158865789564 ], [ -111.15614049022953, 37.097568914735589 ], [ -111.15590891038217, 37.09713653435923 ], [ -111.15566043492916, 37.096695161402081 ], [ -111.15533859615702, 37.096145712721558 ], [ -111.15498878550476, 37.095672921011008 ], [ -111.15467842877017, 37.095231626736883 ], [ -111.15433987020965, 37.094754311215752 ], [ -111.15409156682281, 37.094389555908286 ], [ -111.15379811795584, 37.093957251531258 ], [ -111.15354981068184, 37.093587987901131 ], [ -111.15333546367656, 37.09331783688738 ], [ -111.15313808788575, 37.093092734954055 ], [ -111.15288983191864, 37.092746005515167 ], [ -111.15263046123822, 37.092466896940813 ], [ -111.15247262715869, 37.092318364349062 ], [ -111.15197097939205, 37.091863787077152 ], [ -111.15164410040403, 37.091584762787669 ], [ -111.15132176062163, 37.091323760353916 ], [ -111.15085541056501, 37.091071954587939 ], [ -111.15030906519225, 37.090766162692738 ], [ -111.14973462009955, 37.090473925167487 ], [ -111.14923346922005, 37.090258214046713 ], [ -111.14862545323501, 37.090057057627085 ], [ -111.1482708132596, 37.08995744298592 ], [ -111.14794544918961, 37.089867706476845 ], [ -111.14721816499834, 37.089665790120343 ], [ -111.14656542649037, 37.089608005753433 ], [ -111.1459239065471, 37.089532175418434 ], [ -111.14529364172812, 37.089457229251146 ], [ -111.14461830626314, 37.089348981844203 ], [ -111.14423566752002, 37.08931429211431 ], [ -111.1439091840077, 37.089223644447799 ], [ -111.14316618065422, 37.089030736564396 ], [ -111.14275540383913, 37.088990667447163 ], [ -111.14206324174241, 37.088905862873602 ], [ -111.14149487880205, 37.088834428049203 ], [ -111.14093775226485, 37.08875396285935 ], [ -111.14045940769513, 37.08868241605758 ], [ -111.14016117094273, 37.088651218895755 ], [ -111.1396603485292, 37.08859321686284 ], [ -111.13914840670324, 37.08860734006096 ], [ -111.13855216480449, 37.088671138146005 ], [ -111.13810788159606, 37.088766306376478 ], [ -111.13753992242867, 37.088915702161948 ], [ -111.13698327799963, 37.089101139304994 ], [ -111.13662906375666, 37.089227747927858 ], [ -111.136201830495, 37.089422046522785 ], [ -111.13573522693973, 37.089624501498925 ], [ -111.13531918686714, 37.089788135520898 ], [ -111.13492013358214, 37.090013947328558 ], [ -111.13445930198471, 37.09030292784405 ], [ -111.13416719591723, 37.090560165797456 ], [ -111.13390896385648, 37.090884971912544 ], [ -111.13366198991119, 37.091214271903311 ], [ -111.13339267482311, 37.091638246471767 ], [ -111.13315133034855, 37.091972046170426 ], [ -111.13291561791347, 37.092310346189976 ], [ -111.13278654370993, 37.092499790713795 ], [ -111.13250048147883, 37.093004910456493 ], [ -111.13223674864385, 37.09341084748359 ], [ -111.13209663719297, 37.093726503458214 ], [ -111.13200694336504, 37.093915903219681 ], [ -111.13180522039868, 37.094393884423049 ], [ -111.13156415635669, 37.094898951735139 ], [ -111.13139600029547, 37.095268723586294 ], [ -111.13119417668015, 37.095692618093963 ], [ -111.13104298213744, 37.096111949155045 ], [ -111.13090860523818, 37.096496105753587 ], [ -111.13076301712074, 37.09690551451105 ], [ -111.13065658338262, 37.097180567228932 ], [ -111.13046018408731, 37.097491775947162 ], [ -111.13027509212725, 37.097835423291301 ], [ -111.13015742349769, 37.098123107845915 ], [ -111.12977027956714, 37.098768052691462 ], [ -111.12950116164461, 37.099336246061696 ], [ -111.12941705093039, 37.099507609054633 ], [ -111.12913545688302, 37.100021729517209 ], [ -111.12887301948021, 37.10055295556559 ], [ -111.12865997651969, 37.101013816103233 ], [ -111.12858708547363, 37.101167137749336 ], [ -111.12830687874488, 37.101843511439164 ], [ -111.12815573967346, 37.102312416819096 ], [ -111.12796530790085, 37.102839957115521 ], [ -111.12760634775407, 37.103538949594693 ], [ -111.12733697809428, 37.103976431048345 ], [ -111.12692711388303, 37.104526740638015 ], [ -111.12659563489622, 37.104842594244509 ], [ -111.12626976542863, 37.105149426672803 ], [ -111.12591574213194, 37.105447273828439 ], [ -111.1257134305812, 37.105610646651272 ], [ -111.12521447707805, 37.106065493425149 ], [ -111.12475246730676, 37.106404015230332 ], [ -111.12422961177641, 37.106702034806233 ], [ -111.12393165604047, 37.106882631823247 ], [ -111.12372926895989, 37.107004535706032 ], [ -111.1231220819364, 37.107356723905745 ], [ -111.1225430264027, 37.10770887990973 ], [ -111.12217192051362, 37.10789856231667 ], [ -111.1217275837692, 37.108043247461346 ], [ -111.12122122116627, 37.108111373160469 ], [ -111.12066970212214, 37.108093907194878 ], [ -111.1201462636237, 37.108040353175113 ], [ -111.11985918562722, 37.107991065285233 ], [ -111.11947635654336, 37.107887787658605 ], [ -111.11891332391185, 37.107703561307567 ], [ -111.11848535886696, 37.107523704515643 ], [ -111.11811366281681, 37.107339283004379 ], [ -111.11765191649027, 37.107145935443569 ], [ -111.11725204577037, 37.106934496383815 ], [ -111.11672820953802, 37.106615006920528 ], [ -111.11620439835984, 37.106309036492092 ], [ -111.11576516549567, 37.106111152345079 ], [ -111.11534289880159, 37.105967335640564 ], [ -111.11490937913007, 37.105823528333183 ], [ -111.11448152906844, 37.105706756753897 ], [ -111.11407054184525, 37.105576446010602 ], [ -111.11367083748303, 37.105464151551871 ], [ -111.11316421653117, 37.105351957827658 ], [ -111.11256756785502, 37.105244354567773 ], [ -111.11220737111009, 37.105208638905516 ], [ -111.11183589371949, 37.10515490425886 ], [ -111.11090732080957, 37.105101690819978 ], [ -111.11033325807047, 37.105043633640669 ], [ -111.10977043764174, 37.104976549008818 ], [ -111.10938210735095, 37.104940850801675 ], [ -111.10899371930067, 37.104864587180586 ], [ -111.10875728602888, 37.104801704410733 ], [ -111.10810991974894, 37.10463553248168 ], [ -111.10774401137769, 37.104536708598616 ], [ -111.10731056502605, 37.104428930457757 ], [ -111.10684335684412, 37.104321181155328 ], [ -111.10656751157485, 37.104240300983008 ], [ -111.10630291995908, 37.104158508652645 ], [ -111.10566113028639, 37.103948148420422 ], [ -111.10523442408675, 37.103826835268201 ], [ -111.10488879964134, 37.103741505954098 ], [ -111.10423693673991, 37.103566302548593 ], [ -111.10360083273481, 37.103391081785041 ], [ -111.10288029475464, 37.103193395216572 ], [ -111.10229485282072, 37.103027137735232 ], [ -111.10189068352788, 37.10291931448419 ], [ -111.1014448582675, 37.102798905519947 ], [ -111.10102271951939, 37.102717236057764 ], [ -111.10057922986164, 37.102659020303804 ], [ -111.10015042460903, 37.102641354702335 ], [ -111.09961029245262, 37.102691388142553 ], [ -111.0990927030463, 37.10276844309503 ], [ -111.09844580666851, 37.102935745904318 ], [ -111.09776516808317, 37.103121101544097 ], [ -111.09742207151336, 37.103243076553369 ], [ -111.09720271836092, 37.103324384986692 ], [ -111.09680341766438, 37.103500489873603 ], [ -111.09624108230203, 37.103798418468251 ], [ -111.09586433661276, 37.104015066078773 ], [ -111.09545946423202, 37.104240749399594 ], [ -111.09506021663604, 37.104466426821773 ], [ -111.09466090497503, 37.104642524475416 ], [ -111.09413785966893, 37.104872804676823 ], [ -111.09374971487833, 37.104981283387957 ], [ -111.0932658673007, 37.105058286207893 ], [ -111.09284947408321, 37.10507664152157 ], [ -111.09234869401509, 37.105113089657351 ], [ -111.09191539132438, 37.105108919192979 ], [ -111.09140891294024, 37.105086775044725 ], [ -111.09060971132782, 37.104974710110042 ], [ -111.0903237946811, 37.104929856912641 ], [ -111.09005811501983, 37.104866959123292 ], [ -111.08974967960232, 37.104813107373907 ], [ -111.08928140537259, 37.104736839610268 ], [ -111.08888179976516, 37.104674039944861 ], [ -111.08843710909397, 37.104552679826774 ], [ -111.08789105235829, 37.104363786206108 ], [ -111.08763209294386, 37.104269328053455 ], [ -111.08727183066472, 37.104162323958882 ], [ -111.08684963256472, 37.104022011353678 ], [ -111.08628676348619, 37.103887208248999 ], [ -111.08565186904067, 37.103752454515806 ], [ -111.0851948293963, 37.10364911967136 ], [ -111.08488526685233, 37.103586241793806 ], [ -111.0842830096623, 37.103446950219016 ], [ -111.08384397051169, 37.103334583095176 ], [ -111.08337119476219, 37.10324477374224 ], [ -111.08285902065302, 37.103145975769131 ], [ -111.08255506960016, 37.103065059339229 ], [ -111.08213293686786, 37.102971604066802 ], [ -111.0816939704147, 37.10292142738664 ], [ -111.08092860171429, 37.102840823774592 ], [ -111.08023637695993, 37.102751151479666 ], [ -111.07957797746479, 37.102720045207676 ], [ -111.07920090332433, 37.102661704899084 ], [ -111.07852563315494, 37.102639618321021 ], [ -111.07795168267785, 37.102649011284107 ], [ -111.0773609012974, 37.102707990941838 ], [ -111.0766868565979, 37.102785050074765 ], [ -111.0759374797347, 37.10293426780887 ], [ -111.07530751468093, 37.103205097680451 ], [ -111.07488009477832, 37.103448753654469 ], [ -111.07422764393215, 37.103751141910493 ], [ -111.07369898980753, 37.104057956820149 ], [ -111.0732941598685, 37.104396242827086 ], [ -111.07296240658975, 37.104657861211138 ], [ -111.07263068115265, 37.10495102857724 ], [ -111.07222028292362, 37.105361428420672 ], [ -111.0717029108031, 37.105717805952182 ], [ -111.07142732621853, 37.105880229078231 ], [ -111.07099993353754, 37.10618246368221 ], [ -111.07023503430814, 37.106633632507979 ], [ -111.069936958675, 37.106823108263555 ], [ -111.06953197368547, 37.107026167401564 ], [ -111.06922262766484, 37.107202126561774 ], [ -111.06866571496039, 37.107423299855476 ], [ -111.06833379083537, 37.10752715564611 ], [ -111.06766430440905, 37.10772585338924 ], [ -111.06695535092571, 37.10784344126612 ], [ -111.066330775567, 37.107924920676346 ], [ -111.06584118364565, 37.107920686414715 ], [ -111.06539094128824, 37.107866849986607 ], [ -111.06492940236285, 37.107763439582584 ], [ -111.06445658691524, 37.107632990717512 ], [ -111.06392190179645, 37.107538630390678 ], [ -111.06357293017122, 37.10745318249127 ], [ -111.063235236626, 37.107394770343305 ], [ -111.06276802773142, 37.107232761817542 ], [ -111.06239648638197, 37.107070701141851 ], [ -111.06208121667346, 37.106904102715802 ], [ -111.06182224393571, 37.106764516904796 ], [ -111.06161280745586, 37.106642933327095 ], [ -111.06116342204434, 37.106242031134514 ], [ -111.06094373972246, 37.105971716245222 ], [ -111.06084330692468, 37.105638239935203 ], [ -111.06070679870879, 37.105227259290722 ], [ -111.06062768745046, 37.104813544846536 ], [ -111.06051477735444, 37.104353874800111 ], [ -111.06046961656531, 37.104173612447518 ], [ -111.06042444883076, 37.103984335805698 ], [ -111.060277757031, 37.103497639865466 ], [ -111.06019869485576, 37.103140714896973 ], [ -111.06009149238433, 37.102776592700224 ], [ -111.05990663351145, 37.102407101077823 ], [ -111.05975333373306, 37.102096186019004 ], [ -111.05952236857264, 37.101767281208502 ], [ -111.05921820218492, 37.101370805452859 ], [ -111.05889152425108, 37.100965325796707 ], [ -111.05868307737084, 37.10064091523806 ], [ -111.05846335425298, 37.100284959889578 ], [ -111.05827182271385, 37.100001104471431 ], [ -111.05790017534444, 37.099640715459572 ], [ -111.05762430332646, 37.09943352146928 ], [ -111.05730908251246, 37.099275924377814 ], [ -111.05694887560742, 37.09915440516663 ], [ -111.05657180288119, 37.099050921461028 ], [ -111.05623978210944, 37.098996993724334 ], [ -111.05567706427378, 37.098944075025614 ], [ -111.05521000119332, 37.098889306304144 ], [ -111.05492864585973, 37.098866901268046 ], [ -111.05423656159678, 37.098880741242262 ], [ -111.05356246691443, 37.098872033357971 ], [ -111.05315622598113, 37.098890244710816 ], [ -111.05262844634051, 37.098908508674093 ], [ -111.05224474616543, 37.098976285427604 ], [ -111.05180595490414, 37.099120706381129 ], [ -111.05109141804779, 37.099220173444934 ], [ -111.05049506932346, 37.099360150182996 ], [ -111.04997182570818, 37.099436993193777 ], [ -111.04940921723836, 37.099550808840185 ], [ -111.04906039674557, 37.099617659318803 ], [ -111.04840780997669, 37.099816241606241 ], [ -111.04807591978354, 37.099965112191953 ], [ -111.04764279538796, 37.100195151048553 ], [ -111.04722657703618, 37.100470252962808 ], [ -111.04684975521053, 37.100763366396805 ], [ -111.04646841241022, 37.101029437566304 ], [ -111.04614672638768, 37.101318019984028 ], [ -111.04579245025509, 37.101687742572814 ], [ -111.04552818406182, 37.102025879599012 ], [ -111.04526955650574, 37.102387450975066 ], [ -111.04511218537898, 37.102701207642674 ], [ -111.04493799718836, 37.103125846005149 ], [ -111.04470752201242, 37.103527068211626 ], [ -111.04458950560793, 37.103788526510918 ], [ -111.04442215095459, 37.104360995499981 ], [ -111.04423005756355, 37.104974037639671 ], [ -111.04414582171277, 37.105271539904088 ], [ -111.04409529660785, 37.105478886879638 ], [ -111.04386601070435, 37.106010813732937 ], [ -111.0435443814813, 37.106452631374921 ], [ -111.04329137427412, 37.106844844614137 ], [ -111.04291456166432, 37.107237102160703 ], [ -111.0424589636812, 37.107633893855088 ], [ -111.04200328627583, 37.107895469832087 ], [ -111.04139005625422, 37.108193156205722 ], [ -111.04084432955976, 37.108450251973203 ], [ -111.04035484317427, 37.108648733377919 ], [ -111.0399441181971, 37.108806622064087 ], [ -111.03942084749806, 37.108977166762884 ], [ -111.03880753470777, 37.109149541504813 ], [ -111.03803663363793, 37.109294019513072 ], [ -111.03732196766688, 37.109361853587032 ], [ -111.03665793110062, 37.109393610660732 ], [ -111.03598264311704, 37.109434381693163 ], [ -111.03539738497209, 37.109452586380641 ], [ -111.03493030128182, 37.109461739162413 ], [ -111.03447448486659, 37.109497929616452 ], [ -111.03385546647061, 37.109529657897831 ], [ -111.03343342051367, 37.109579356096006 ], [ -111.03293821354595, 37.109624566006566 ], [ -111.03237546159257, 37.109638242392656 ], [ -111.03195903975003, 37.109683426675375 ], [ -111.03140755723649, 37.109733152478704 ], [ -111.03082795249743, 37.109823447211426 ], [ -111.03029898758555, 37.109895697656384 ], [ -111.02980378904918, 37.109972444389179 ], [ -111.02932548276524, 37.110076227661722 ], [ -111.02880778184603, 37.110180018581026 ], [ -111.02840825797681, 37.110279271852626 ], [ -111.02809876520271, 37.110351459691202 ], [ -111.0276767174711, 37.110419165916497 ], [ -111.02717589167371, 37.110513931504151 ], [ -111.02653437651664, 37.110617740803868 ], [ -111.02608980601089, 37.110658403633423 ], [ -111.02554957848787, 37.110739649620577 ], [ -111.0249361812847, 37.1107938657739 ], [ -111.02428225967832, 37.110834565668569 ], [ -111.02375440984925, 37.110915800939189 ], [ -111.0231860313574, 37.110969999009662 ], [ -111.02250510643378, 37.111051258551697 ], [ -111.02177916757469, 37.111164072370173 ], [ -111.0211263916664, 37.111294897249032 ], [ -111.02047924728998, 37.111448253208572 ], [ -111.01983772802616, 37.111601604691423 ], [ -111.01917932410444, 37.111759462561764 ], [ -111.01862221910774, 37.111926315164759 ], [ -111.01820018222936, 37.112111173007584 ], [ -111.01762622992491, 37.112453801546707 ], [ -111.0172830045645, 37.112760336849462 ], [ -111.01698480312363, 37.113084893216758 ], [ -111.01666973433589, 37.113495086629143 ], [ -111.01633214960353, 37.113900775151748 ], [ -111.01575821086705, 37.114414665399885 ], [ -111.01528553884725, 37.114784311738319 ], [ -111.01473406342753, 37.115117908971655 ], [ -111.01433451392337, 37.115316271542206 ], [ -111.01390682309012, 37.115519143190859 ], [ -111.0133609374041, 37.115699491034569 ], [ -111.01272947951817, 37.115740124651929 ], [ -111.01240417332998, 37.115703200692586 ], [ -111.01217342073041, 37.11568159040096 ], [ -111.01156556785942, 37.115510380434245 ], [ -111.01111530635892, 37.11537070256577 ], [ -111.01078323806786, 37.115257153630559 ], [ -111.01034423130277, 37.115086823338629 ], [ -111.00988833603122, 37.114866012999492 ], [ -111.00947746700275, 37.114645197308398 ], [ -111.00872891506026, 37.114343277227 ], [ -111.00836871294291, 37.114208990788825 ], [ -111.00771021089496, 37.11385657802802 ], [ -111.00718678975953, 37.11356815470112 ], [ -111.00647201922639, 37.113203118461939 ], [ -111.00584730649854, 37.112914694675297 ], [ -111.00522259727094, 37.112608239066333 ], [ -111.00469357000031, 37.11237839759923 ], [ -111.00444594206955, 37.112283757427321 ], [ -111.00370306482804, 37.112058426483415 ], [ -111.00310088975057, 37.111936751262448 ], [ -111.00243118328655, 37.111801552995409 ], [ -111.00181212908738, 37.111679871568754 ], [ -111.00120996089282, 37.111612272295076 ], [ -111.00083290301615, 37.111585232763993 ], [ -111.00051775012467, 37.111526641870071 ], [ -111.0002532471635, 37.111472557170515 ], [ -110.99968484845994, 37.111355371641508 ], [ -110.9993359311557, 37.111301284639644 ], [ -110.9987393962305, 37.111211137195156 ], [ -110.99810909479426, 37.111193100297896 ], [ -110.99752381431848, 37.111202103779931 ], [ -110.99682597998464, 37.111206594283139 ], [ -110.99616753857332, 37.111228209053763 ], [ -110.99548658669056, 37.111238100774713 ], [ -110.99472684504515, 37.111274126461844 ], [ -110.99402338147853, 37.111287614480219 ], [ -110.99350450590428, 37.111305615710876 ], [ -110.99322424552402, 37.11131461428657 ], [ -110.99254329257579, 37.111323587677767 ], [ -110.99195800996453, 37.111337070815679 ], [ -110.9912657991861, 37.111364064626216 ], [ -110.99067488556732, 37.111400076665461 ], [ -110.98996465616447, 37.111494668410614 ], [ -110.98966750417149, 37.111557742707099 ], [ -110.98947052769789, 37.111602796677111 ], [ -110.98905969020956, 37.111697409207416 ], [ -110.98869950134382, 37.111792025150621 ], [ -110.98837870373276, 37.111900165254347 ], [ -110.98805790167084, 37.112030840135318 ], [ -110.98768644350788, 37.11219305880136 ], [ -110.98738252384969, 37.112314719341818 ], [ -110.98710111206957, 37.112449902939048 ], [ -110.98675214609719, 37.112697756562881 ], [ -110.98666208935565, 37.112765353401244 ], [ -110.98632437697268, 37.113008699889242 ], [ -110.98597540673593, 37.113252044074066 ], [ -110.98557015647853, 37.113490873257149 ], [ -110.98519866921092, 37.113738719521287 ], [ -110.98481029041845, 37.114013605216165 ], [ -110.98448944848992, 37.114265962841074 ], [ -110.98412356115136, 37.114612963242692 ], [ -110.983746418189, 37.114942833868405 ], [ -110.98345370895534, 37.115194291078026 ], [ -110.98317224761878, 37.115473693337755 ], [ -110.98287390925591, 37.115712528339188 ], [ -110.98257556798612, 37.11595586970617 ], [ -110.9822490729115, 37.11624878448977 ], [ -110.98205202670198, 37.116519182395628 ], [ -110.98187748722573, 37.11680761190722 ], [ -110.98174231087209, 37.117231260983196 ], [ -110.98169155993244, 37.11763689444075 ], [ -110.98169145335729, 37.118079494104251 ], [ -110.9817926781288, 37.118425656873249 ], [ -110.98193891465567, 37.118835827566613 ], [ -110.98219208287614, 37.119277564028728 ], [ -110.9824891539334, 37.119723813533625 ], [ -110.98277162130077, 37.120052874932789 ], [ -110.98296855800355, 37.120300795168006 ], [ -110.98312048290983, 37.120485608943476 ], [ -110.98346935338974, 37.120895806283919 ], [ -110.98377320201904, 37.121296982171351 ], [ -110.98404888029022, 37.121846888495114 ], [ -110.98412763763923, 37.12204521243109 ], [ -110.98431891636106, 37.122482428690944 ], [ -110.98447643235382, 37.122888090345498 ], [ -110.98456640219413, 37.123317180017928 ], [ -110.98463385983256, 37.123739956706565 ], [ -110.98462250958966, 37.124199681516892 ], [ -110.98457739346557, 37.124627852063327 ], [ -110.98431277163354, 37.12498387980564 ], [ -110.98407627762015, 37.12540391181161 ], [ -110.98353578935819, 37.125997876278333 ], [ -110.9828264253966, 37.126601729537633 ], [ -110.98226345255669, 37.126984751698835 ], [ -110.98183561051528, 37.127187507228015 ], [ -110.98125579075452, 37.127371307379271 ], [ -110.98034387981446, 37.127489246173894 ], [ -110.97950406129237, 37.127439525659767 ], [ -110.97867775953614, 37.127367266039059 ], [ -110.97809802662296, 37.127218425464008 ], [ -110.97728753929221, 37.126979395705803 ], [ -110.97652095091077, 37.126776426045794 ], [ -110.975559626426, 37.126519326015519 ], [ -110.97464782663432, 37.126308201390316 ], [ -110.97359531575096, 37.126086221404286 ], [ -110.97236831558111, 37.125873205763774 ], [ -110.97147228788425, 37.125675581726952 ], [ -110.97072484338739, 37.12553117170161 ], [ -110.96982991969756, 37.125409255117262 ], [ -110.96908133870009, 37.125305398508907 ], [ -110.96850158617086, 37.125287217415178 ], [ -110.96799503973845, 37.125192432243672 ], [ -110.96775189774721, 37.125147295161767 ], [ -110.96755495389459, 37.125003013605607 ], [ -110.96724099977224, 37.124705457376614 ], [ -110.9670215511249, 37.124543140224112 ], [ -110.96670080711122, 37.124335723053399 ], [ -110.96615493086583, 37.124101198230129 ], [ -110.96544579695559, 37.123934230218246 ], [ -110.96473778352552, 37.123785286775401 ], [ -110.96419523926505, 37.123667939032998 ], [ -110.96356038103488, 37.12356408182935 ], [ -110.96299191350815, 37.12351883453497 ], [ -110.96242904853138, 37.123527671736831 ], [ -110.96180426422562, 37.123545500574593 ], [ -110.96118506221133, 37.123653470356345 ], [ -110.9605546011948, 37.123761433156147 ], [ -110.96006484706207, 37.123882961441964 ], [ -110.95932852120148, 37.124071108746513 ], [ -110.95862367196101, 37.124333179226781 ], [ -110.95804375774563, 37.124625938197319 ], [ -110.95771153232914, 37.124864697492505 ], [ -110.9575256843427, 37.125044915829037 ], [ -110.95713713507322, 37.125342245852231 ], [ -110.95683868134215, 37.125572000638442 ], [ -110.95661342044764, 37.125765724522985 ], [ -110.95638811185728, 37.126040576089224 ], [ -110.95602753806459, 37.126612846920324 ], [ -110.95561617262348, 37.127401439235634 ], [ -110.95521601139383, 37.128266655235215 ], [ -110.95484404773657, 37.129028216826775 ], [ -110.95448331856052, 37.129816824158802 ], [ -110.9540267640005, 37.130808213334575 ], [ -110.95384643430272, 37.131132655524368 ], [ -110.95365488041074, 37.131398500547292 ], [ -110.95323810417342, 37.131749891789497 ], [ -110.95252850224033, 37.132263420740024 ], [ -110.95158807259745, 37.132803894033323 ], [ -110.9513515269182, 37.13298408172394 ], [ -110.95097976307873, 37.133339990502925 ], [ -110.95076454447468, 37.133614835188624 ], [ -110.95064164602053, 37.13388971794592 ], [ -110.95061330582843, 37.134187175555809 ], [ -110.95064118053148, 37.134606348586289 ], [ -110.95078161255758, 37.135075146594644 ], [ -110.95097282227525, 37.135372695184415 ], [ -110.95122032274627, 37.13567928085039 ], [ -110.95159160878198, 37.136089580147832 ], [ -110.95199097546097, 37.136612567391914 ], [ -110.95236773311571, 37.137288785901077 ], [ -110.95278949285895, 37.138032627709208 ], [ -110.95305934155733, 37.13864119460235 ], [ -110.95335719953728, 37.139484141476665 ], [ -110.9534808092386, 37.139885322669478 ], [ -110.95371689636056, 37.140484860409224 ], [ -110.95396995120063, 37.14096181089721 ], [ -110.95430063070023, 37.141557778376864 ], [ -110.95464488170482, 37.142062706523014 ], [ -110.95520739586399, 37.142883213712857 ], [ -110.95538171529614, 37.143243847900784 ], [ -110.95568530501943, 37.143987634133516 ], [ -110.95587060937528, 37.144830531810911 ], [ -110.95596593841248, 37.145493111543026 ], [ -110.95606129517958, 37.146110620102952 ], [ -110.9561341400042, 37.146714598884628 ], [ -110.95612817645089, 37.147291505802478 ], [ -110.95606581225016, 37.148035154538441 ], [ -110.95581750004257, 37.149021216017175 ], [ -110.95578814433469, 37.149153713838494 ], [ -110.95574975816845, 37.149323166504885 ], [ -110.95569898834714, 37.149486304585061 ], [ -110.95561440661443, 37.149698106667145 ], [ -110.95554111191436, 37.149864841912176 ], [ -110.95541708356153, 37.150130714238557 ], [ -110.95509021694909, 37.150626371831876 ], [ -110.95448173793324, 37.151248119445171 ], [ -110.9539352687289, 37.151734675017842 ], [ -110.95368740819197, 37.151914862378945 ], [ -110.95273551268437, 37.152405760346639 ], [ -110.95229618717492, 37.15260840375992 ], [ -110.9517330309761, 37.15273437450567 ], [ -110.95092209244312, 37.152900804110388 ], [ -110.9501630631092, 37.152900487377984 ], [ -110.94982411687505, 37.15285978048891 ], [ -110.94956513699462, 37.152805585391647 ], [ -110.94925552271786, 37.152688268687236 ], [ -110.94900223512779, 37.152543932832621 ], [ -110.94834378326399, 37.152034345568453 ], [ -110.94774718777286, 37.151655487759562 ], [ -110.94727439454006, 37.151389359540872 ], [ -110.94687471414979, 37.151250362415787 ], [ -110.9464187618122, 37.151064464682371 ], [ -110.94618237374188, 37.150924637503493 ], [ -110.94554643522078, 37.150473637086876 ], [ -110.94471916666167, 37.149882824040702 ], [ -110.94420699456607, 37.149598636739377 ], [ -110.94358230305851, 37.149197209091987 ], [ -110.94312082433572, 37.148899519883663 ], [ -110.94277754139152, 37.148664985401176 ], [ -110.94215282736116, 37.148313128265187 ], [ -110.94154492364265, 37.148073953646524 ], [ -110.9404911204083, 37.147803003157144 ], [ -110.93987297357734, 37.147712549160396 ], [ -110.93890451289001, 37.147752617834939 ], [ -110.93798669168548, 37.147833269015074 ], [ -110.93698999119611, 37.147976069179414 ], [ -110.93613392556959, 37.148264065478969 ], [ -110.93581733813156, 37.148449587033916 ], [ -110.93561000383404, 37.148607223113856 ], [ -110.93532255474946, 37.148954113366031 ], [ -110.93510836902486, 37.149219915226219 ], [ -110.93461809974752, 37.149701905519088 ], [ -110.93367162931023, 37.150318852310406 ], [ -110.93287735784665, 37.150724044104756 ], [ -110.93232530021309, 37.151012184519516 ], [ -110.9319984850066, 37.15127791629763 ], [ -110.93139549063073, 37.151846364638473 ], [ -110.93056811330689, 37.1527103442317 ], [ -110.92996958153822, 37.153300421851426 ], [ -110.92940596432155, 37.153876995896596 ], [ -110.92916928272953, 37.154076068357888 ], [ -110.92902840659929, 37.154187760076731 ], [ -110.92857758900553, 37.15455707116184 ], [ -110.92827322227826, 37.154872384077343 ], [ -110.92783911333036, 37.155427394755591 ], [ -110.92737116197682, 37.156034665357275 ], [ -110.92716254649139, 37.15631397721701 ], [ -110.92712871271664, 37.156363534461605 ], [ -110.92685687997914, 37.156796048093135 ], [ -110.9265701984102, 37.15744038528775 ], [ -110.92615823274478, 37.15835957641665 ], [ -110.92587609711356, 37.158949829475795 ], [ -110.92556572119149, 37.159621191729926 ], [ -110.92533989743829, 37.160203365971334 ], [ -110.92522689458774, 37.160585496100161 ], [ -110.92509112404056, 37.161211896045444 ], [ -110.92500022020708, 37.162023114879254 ], [ -110.92488141106475, 37.162577411723667 ], [ -110.92483049105246, 37.162816255200298 ], [ -110.92481302062758, 37.163397658671627 ], [ -110.92483480153278, 37.164150356360814 ], [ -110.92483444448169, 37.164510923224967 ], [ -110.92488481256554, 37.164830958435552 ], [ -110.92495768554124, 37.165173543300497 ], [ -110.92523847535085, 37.165980489469185 ], [ -110.92559200300619, 37.167278752997369 ], [ -110.92597371561688, 37.168563511545003 ], [ -110.92636136179307, 37.169550804694836 ], [ -110.92649055322794, 37.169906944585826 ], [ -110.9265916509346, 37.17019546065238 ], [ -110.92663186626282, 37.170542531031913 ], [ -110.92664143762831, 37.171128457841647 ], [ -110.92654466615895, 37.17218756242243 ], [ -110.92652113440619, 37.173223275344775 ], [ -110.9264415212849, 37.174008359565818 ], [ -110.92626512202231, 37.174697833330796 ], [ -110.92584823110812, 37.175946034423937 ], [ -110.92551037728423, 37.176995972019952 ], [ -110.92543021764764, 37.177176204758588 ], [ -110.92527219466544, 37.177491600718383 ], [ -110.92506913161122, 37.177784432584907 ], [ -110.92462387661534, 37.178063589036981 ], [ -110.92416180144166, 37.178261605633722 ], [ -110.92347999953218, 37.178509056585064 ], [ -110.92258414610218, 37.178760871022689 ], [ -110.92207141788894, 37.178909268483388 ], [ -110.92173343680668, 37.178927074030696 ], [ -110.92132228174505, 37.178895252197869 ], [ -110.92042691299349, 37.178673807499365 ], [ -110.91983566624384, 37.178497632946396 ], [ -110.91916112124869, 37.178262806628524 ], [ -110.91836054504951, 37.177901691511764 ], [ -110.91732479385853, 37.177301531957951 ], [ -110.91676757210043, 37.176932462830301 ], [ -110.91577693289729, 37.176308884528531 ], [ -110.91520854258675, 37.175866785388251 ], [ -110.91447132364044, 37.175301969180396 ], [ -110.91419554716963, 37.175113373862942 ], [ -110.91378469765175, 37.174833636677995 ], [ -110.91293482003512, 37.174296672702503 ], [ -110.91242829737112, 37.173958268395467 ], [ -110.911735944322, 37.173592681147831 ], [ -110.91104926087729, 37.173200953019716 ], [ -110.91057192588796, 37.172960817009667 ], [ -110.90994033882531, 37.172662871289809 ], [ -110.90957439881167, 37.172531887234847 ], [ -110.90885932178097, 37.172351056129919 ], [ -110.90784564821269, 37.172246609266303 ], [ -110.90708537694414, 37.172182916432128 ], [ -110.90649962746836, 37.172182455702043 ], [ -110.90588014067008, 37.172136894464366 ], [ -110.90470867644166, 37.172108915729702 ], [ -110.90363846103777, 37.172184670677495 ], [ -110.90293423350012, 37.172341843785809 ], [ -110.90252279213027, 37.172566860135262 ], [ -110.90226346089493, 37.172759549616075 ], [ -110.9019644556102, 37.173143305950823 ], [ -110.90164274398006, 37.173661353667853 ], [ -110.90139426026469, 37.174170447260835 ], [ -110.90128116755351, 37.174512891196215 ], [ -110.90125136887421, 37.174904982323397 ], [ -110.9012632792397, 37.175274572780751 ], [ -110.90128535746886, 37.175621636288561 ], [ -110.90131306838305, 37.175968704463244 ], [ -110.90135199183173, 37.176356345654781 ], [ -110.90142471679462, 37.176739507854251 ], [ -110.90162083309677, 37.177528409511922 ], [ -110.90184539082765, 37.178105501672107 ], [ -110.90224952435038, 37.179205562534875 ], [ -110.90255229637049, 37.180292017277026 ], [ -110.90269787645079, 37.180972705313671 ], [ -110.90288859164025, 37.181599345198443 ], [ -110.90297765743151, 37.182428719860447 ], [ -110.90301647161495, 37.182911008549333 ], [ -110.90290877537159, 37.183433740882677 ], [ -110.90287486170362, 37.183523854554579 ], [ -110.90265459442035, 37.18397438110479 ], [ -110.9023666923305, 37.184451893932518 ], [ -110.9019208776825, 37.185068994644737 ], [ -110.90161502826908, 37.185478884618384 ], [ -110.90144122138321, 37.185713107894387 ], [ -110.90105204773387, 37.186082363384159 ], [ -110.90081511108359, 37.186342673990225 ], [ -110.90049364173258, 37.186627251329035 ], [ -110.89986784210355, 37.187009825113435 ], [ -110.89902793944994, 37.187414748646454 ], [ -110.89796245063725, 37.187999754920298 ], [ -110.89684055599515, 37.188625266068271 ], [ -110.89549322323921, 37.189309159770659 ], [ -110.89433744379656, 37.18996616663491 ], [ -110.89331704666273, 37.190483565024735 ], [ -110.89248242943805, 37.191082250519969 ], [ -110.89160253009803, 37.191820607709452 ], [ -110.89084655539132, 37.192559072498327 ], [ -110.89064904382046, 37.192788750722073 ], [ -110.89042893092029, 37.193063478361893 ], [ -110.89019723559349, 37.193554533976403 ], [ -110.88992597615255, 37.19413118657274 ], [ -110.8895868566559, 37.194879043704333 ], [ -110.88937149309574, 37.195753213170576 ], [ -110.88921230008283, 37.196740111221708 ], [ -110.88910364497976, 37.197839732756307 ], [ -110.88896135978003, 37.198817631820141 ], [ -110.88894396204799, 37.199155645084652 ], [ -110.88889779851117, 37.199899266791348 ], [ -110.8889585804442, 37.200715101631168 ], [ -110.88899690532993, 37.201476830579324 ], [ -110.88916494161347, 37.202157553792134 ], [ -110.8893724354193, 37.202829299428068 ], [ -110.88967563461392, 37.203559725543172 ], [ -110.88996761625965, 37.204258590978483 ], [ -110.89009680002157, 37.20454265548225 ], [ -110.89020358987364, 37.204727543833265 ], [ -110.89046794810903, 37.205052296628075 ], [ -110.89104177483679, 37.205683813675428 ], [ -110.89161568202016, 37.206265750345246 ], [ -110.89207717712407, 37.20665467986219 ], [ -110.89232481350064, 37.206861328339322 ], [ -110.89259605349611, 37.207113068244901 ], [ -110.89332100862096, 37.207687020684915 ], [ -110.89388389326605, 37.208115696422624 ], [ -110.89434557590234, 37.208386532349877 ], [ -110.89464510163015, 37.208567081280925 ], [ -110.89511132887245, 37.208815382979921 ], [ -110.89548861406978, 37.209000505647928 ], [ -110.89569695796209, 37.209108858565799 ], [ -110.89601784696315, 37.209329986296829 ], [ -110.89659764561439, 37.209772185043491 ], [ -110.89699731997619, 37.210074505798303 ], [ -110.89722803794318, 37.210309072935914 ], [ -110.89741366469616, 37.210552614678882 ], [ -110.89757673407095, 37.210809657776316 ], [ -110.89778455092302, 37.2113146271207 ], [ -110.89802610865219, 37.211873709728771 ], [ -110.89813273426341, 37.212202816222494 ], [ -110.89820562829384, 37.21247330195628 ], [ -110.89826680339988, 37.213078200732205 ], [ -110.89828820211063, 37.213929150198886 ], [ -110.8982425809404, 37.214330238447317 ], [ -110.89814064803264, 37.21469972889453 ], [ -110.89802197174301, 37.214947514490582 ], [ -110.89788075307207, 37.215195280524597 ], [ -110.89749662506976, 37.215875513086111 ], [ -110.89706758984585, 37.216420493864845 ], [ -110.89665004699772, 37.216798722301128 ], [ -110.89623254936552, 37.217140892899039 ], [ -110.89532435476735, 37.217771080384836 ], [ -110.89445557569712, 37.218414817097695 ], [ -110.8942186270952, 37.218594887574277 ], [ -110.89378990673526, 37.218887461915834 ], [ -110.89327670476412, 37.219139395186637 ], [ -110.89271849028017, 37.219337200912499 ], [ -110.89213206218433, 37.219557513535371 ], [ -110.89145555570441, 37.219710135051017 ], [ -110.89050848506312, 37.219894052209803 ], [ -110.88998986525098, 37.219983712558268 ], [ -110.88929089324027, 37.220077709242425 ], [ -110.88884560981079, 37.220116954198062 ], [ -110.88832132284298, 37.220225531504319 ], [ -110.88757707302337, 37.220445672616414 ], [ -110.88637044619203, 37.220823112910061 ], [ -110.88542326758116, 37.22106107377931 ], [ -110.88438008780261, 37.22142062356663 ], [ -110.88303921886798, 37.221847476196388 ], [ -110.88210752401693, 37.222261200457623 ], [ -110.88185937467222, 37.222369122229011 ], [ -110.88069751385753, 37.222913309778065 ], [ -110.88021805712529, 37.223165220231344 ], [ -110.87964830647846, 37.223489149684944 ], [ -110.87894754275665, 37.223970689000453 ], [ -110.87824887241582, 37.224546874137779 ], [ -110.87763935160771, 37.225055541615859 ], [ -110.87687834834257, 37.225825456856015 ], [ -110.87626188256175, 37.226433264769824 ], [ -110.87581574811212, 37.226964628460991 ], [ -110.87568585491344, 37.227122238557882 ], [ -110.87551641079517, 37.22733839844814 ], [ -110.87530146701033, 37.227802397307521 ], [ -110.87525048757182, 37.227955582924785 ], [ -110.87512591571202, 37.228302493583108 ], [ -110.87506918023081, 37.228527785645454 ], [ -110.87504039588505, 37.228892825331847 ], [ -110.87505694075868, 37.229113687623048 ], [ -110.87506196000611, 37.229487777009091 ], [ -110.87515149689017, 37.229879983644253 ], [ -110.87534253654248, 37.230245254848164 ], [ -110.87570252637578, 37.230700843884684 ], [ -110.87584852985572, 37.231034517698596 ], [ -110.87594401935526, 37.231237434375693 ], [ -110.87625873301832, 37.231810157137566 ], [ -110.87649480997865, 37.232216036735515 ], [ -110.87690512725054, 37.232929476833007 ], [ -110.87732683823498, 37.233573518906717 ], [ -110.8776977653708, 37.234254464655564 ], [ -110.87822064806593, 37.235088804645819 ], [ -110.8787717919171, 37.235882607860113 ], [ -110.87912033929334, 37.236473385355801 ], [ -110.87942959802059, 37.236960460051023 ], [ -110.8797558649444, 37.237388959765759 ], [ -110.88004847018182, 37.237718269780075 ], [ -110.88054925945694, 37.23829567591649 ], [ -110.88130895585421, 37.239134747407199 ], [ -110.88198420882459, 37.239910631381925 ], [ -110.88264945426576, 37.240605374977186 ], [ -110.88317744598523, 37.241115191271007 ], [ -110.88369549146245, 37.241498798611978 ], [ -110.8843092537322, 37.241963623719663 ], [ -110.88489371578316, 37.242423910110588 ], [ -110.8854690899885, 37.242933762097572 ], [ -110.88695529353129, 37.244332368500849 ], [ -110.887214299257, 37.244548952731748 ], [ -110.88746164256348, 37.245026932808237 ], [ -110.88760780569662, 37.245306507218956 ], [ -110.8878767106676, 37.245694366328223 ], [ -110.88806348131911, 37.245964964539567 ], [ -110.88816463338071, 37.246185904340393 ], [ -110.88840581859716, 37.247024438459995 ], [ -110.88852886696499, 37.247691593918766 ], [ -110.88855105980852, 37.247934994089064 ], [ -110.88842080477875, 37.248331489487946 ], [ -110.88832463515087, 37.248552242967158 ], [ -110.88816062366638, 37.248899128944643 ], [ -110.88792316400198, 37.249349606696263 ], [ -110.88742028752969, 37.25008828129738 ], [ -110.88720004958049, 37.250326943856919 ], [ -110.88683299897059, 37.250714197484363 ], [ -110.88616122427739, 37.251276931197111 ], [ -110.88540496325518, 37.251776481015305 ], [ -110.88460922513833, 37.252275987489462 ], [ -110.88345255561075, 37.252824711071568 ], [ -110.8821944090713, 37.253355294296455 ], [ -110.88112254886563, 37.253732812626225 ], [ -110.87990980646336, 37.254056094196073 ], [ -110.87841500763106, 37.254460200353648 ], [ -110.87692029552738, 37.254801189440677 ], [ -110.87569086963995, 37.254962157735513 ], [ -110.87539759341098, 37.255011426666663 ], [ -110.87499706128126, 37.255137200985239 ], [ -110.87472632995879, 37.255190999067963 ], [ -110.8743541808017, 37.255200520183301 ], [ -110.87377907560681, 37.255194500089921 ], [ -110.87352531109708, 37.255216764389033 ], [ -110.87269052054272, 37.255400657469288 ], [ -110.87166389027686, 37.255660956168327 ], [ -110.87140445453898, 37.255701237839197 ], [ -110.87070509126414, 37.255817658652852 ], [ -110.86963941438897, 37.255825504192423 ], [ -110.8687835022055, 37.25582455875594 ], [ -110.86830881000695, 37.2557879756123 ], [ -110.86797618272045, 37.255765070107365 ], [ -110.86740672646818, 37.255750912728601 ], [ -110.86660028225198, 37.25583564021256 ], [ -110.86610961206257, 37.255907198647854 ], [ -110.86550058358337, 37.255950677157678 ], [ -110.86482376116142, 37.256067990224473 ], [ -110.86411295378113, 37.25626999232415 ], [ -110.86328340086277, 37.256656640745362 ], [ -110.86298539521742, 37.256818548838247 ], [ -110.86274148686957, 37.256997645559309 ], [ -110.862426333673, 37.257285728783373 ], [ -110.86196165258771, 37.257939606530769 ], [ -110.86143614226229, 37.258551946671631 ], [ -110.86104560370848, 37.25935373746475 ], [ -110.86072957121603, 37.260110544386876 ], [ -110.86064863927892, 37.26057827709576 ], [ -110.86063118152281, 37.260872113766844 ], [ -110.86060247257444, 37.261151514735261 ], [ -110.86053409211141, 37.261539037246791 ], [ -110.86049917011508, 37.262129414640462 ], [ -110.86053776974781, 37.262602696302082 ], [ -110.86063812434806, 37.263224781974351 ], [ -110.86088526909636, 37.26375239285273 ], [ -110.86123377957682, 37.264356741189523 ], [ -110.86137991586433, 37.264618318945857 ], [ -110.86206090390229, 37.265353756844107 ], [ -110.86273636415602, 37.266035100233097 ], [ -110.86329933710523, 37.266558564583576 ], [ -110.86344571265028, 37.266693943751363 ], [ -110.86460533620723, 37.267844562578453 ], [ -110.86511749293281, 37.268417537095573 ], [ -110.86581011824295, 37.268990714040285 ], [ -110.86700394319345, 37.269974588533223 ], [ -110.86807938442303, 37.270949304981251 ], [ -110.86895106626039, 37.271711956929877 ], [ -110.87005575967456, 37.272758799618096 ], [ -110.87060746902937, 37.273331793377828 ], [ -110.87081573843557, 37.2735663850058 ], [ -110.87102951050382, 37.273882108309451 ], [ -110.8712318819513, 37.27426993085615 ], [ -110.87145119793529, 37.274644250426505 ], [ -110.8716987765365, 37.274982544184731 ], [ -110.87196871839619, 37.275438043646574 ], [ -110.87238502746033, 37.276055952389157 ], [ -110.87289676065734, 37.276948889157474 ], [ -110.87325642825193, 37.277719971870781 ], [ -110.87338522850811, 37.278269963704538 ], [ -110.87355879738408, 37.279031832143019 ], [ -110.87367603544109, 37.279753077144299 ], [ -110.87382747086953, 37.280262529480709 ], [ -110.87387138197812, 37.280988202960138 ], [ -110.87387026285222, 37.281658842996912 ], [ -110.87390338008885, 37.282093352798348 ], [ -110.87394769283344, 37.282579254242044 ], [ -110.87395789133187, 37.283228272569779 ], [ -110.87396253215448, 37.283827707956647 ], [ -110.87386567314581, 37.28440900718951 ], [ -110.87367821655026, 37.285197531389286 ], [ -110.87338346245538, 37.2860580523623 ], [ -110.8732360639801, 37.286499579985467 ], [ -110.87304362113086, 37.286891482161813 ], [ -110.87268190769825, 37.287310244007408 ], [ -110.87221860249457, 37.28776044403515 ], [ -110.87165937458543, 37.288224059221349 ], [ -110.871162389202, 37.288570557701462 ], [ -110.87060338807453, 37.288894451334691 ], [ -110.86980744059244, 37.289231602897246 ], [ -110.86902858069578, 37.289469614188519 ], [ -110.86814819458307, 37.28969849330948 ], [ -110.86721704240318, 37.289922801939682 ], [ -110.86628044313919, 37.290034422316715 ], [ -110.86545663664279, 37.29015968451224 ], [ -110.86467222556587, 37.290334562909187 ], [ -110.86391048042678, 37.290450871291256 ], [ -110.86304170898119, 37.290481418167204 ], [ -110.86202634476857, 37.290471224969203 ], [ -110.86084728389896, 37.290519421597097 ], [ -110.8598881791479, 37.290590401999907 ], [ -110.85887259511075, 37.290697363218378 ], [ -110.85798107692962, 37.290822492601102 ], [ -110.8573366843105, 37.290920871443355 ], [ -110.85689773494255, 37.290960904472449 ], [ -110.85627721217716, 37.290964659624315 ], [ -110.85544222642558, 37.291022233665224 ], [ -110.854346518814, 37.291133565137841 ], [ -110.85351264924256, 37.291195633924538 ], [ -110.85309514984472, 37.29122666541344 ], [ -110.85204011333309, 37.291306477075288 ], [ -110.85081546881096, 37.29157535920001 ], [ -110.84967542318046, 37.291848843094975 ], [ -110.84939888337983, 37.291911589393848 ], [ -110.84855772604175, 37.292226005307803 ], [ -110.84745123639026, 37.292634720289442 ], [ -110.84685842120251, 37.292877332087627 ], [ -110.84669469898535, 37.292940217965949 ], [ -110.84600023630162, 37.293232270605657 ], [ -110.84539039588232, 37.293519922732557 ], [ -110.84457142595538, 37.294001097675171 ], [ -110.84376372820098, 37.294482281781747 ], [ -110.84292074402134, 37.295107637036644 ], [ -110.84216369277523, 37.295638454151302 ], [ -110.84157161565452, 37.296047798723855 ], [ -110.84111388381413, 37.296416757865508 ], [ -110.84089330753167, 37.29668237361971 ], [ -110.84071224857429, 37.29693452118758 ], [ -110.84040680881871, 37.297312696357224 ], [ -110.84004477885088, 37.297771919942839 ], [ -110.83997687983909, 37.297866474805843 ], [ -110.83954114977207, 37.298492355492037 ], [ -110.83935994775943, 37.298807598464421 ], [ -110.8388957392533, 37.29955512651626 ], [ -110.83858404091005, 37.300212721118008 ], [ -110.83838534617644, 37.300789343530539 ], [ -110.83824304719245, 37.301375056602481 ], [ -110.83811779713119, 37.301902202025332 ], [ -110.8379815032395, 37.302316657660185 ], [ -110.83782899435036, 37.30292489099503 ], [ -110.83773097516705, 37.303379961515375 ], [ -110.83766087412347, 37.303970279567373 ], [ -110.83763746751525, 37.304885163983549 ], [ -110.83768099600631, 37.305633381928182 ], [ -110.83767995168233, 37.306119232600679 ], [ -110.83759399902735, 37.306732964870093 ], [ -110.83758688339384, 37.307418015447027 ], [ -110.83762539069861, 37.307877779787603 ], [ -110.83768097078152, 37.308269962873183 ], [ -110.83770319134968, 37.308432244447147 ], [ -110.83779201647221, 37.309108412425743 ], [ -110.83785244707154, 37.309870173863729 ], [ -110.83788554695467, 37.31022176315831 ], [ -110.83799097451507, 37.311051190610158 ], [ -110.83811887810673, 37.311925718324396 ], [ -110.83825215692349, 37.312926448324532 ], [ -110.8384536440693, 37.313697415627765 ], [ -110.83867195772541, 37.314517982105627 ], [ -110.83893675905388, 37.315239458018553 ], [ -110.83929651967593, 37.315888950742483 ], [ -110.83977888175585, 37.316736914993719 ], [ -110.84026179065593, 37.317331586294635 ], [ -110.840397806271, 37.317589568401701 ], [ -110.84052131480198, 37.317891701772098 ], [ -110.84077988529384, 37.318370689933346 ], [ -110.84104462799122, 37.318599999799517 ], [ -110.84144462531314, 37.3189160241417 ], [ -110.8419911685311, 37.319317875261738 ], [ -110.84239680738699, 37.319638410854054 ], [ -110.84280255294179, 37.319909368552821 ], [ -110.84306184014561, 37.320053935643074 ], [ -110.84340549610789, 37.320333822828843 ], [ -110.84380451443438, 37.320586740300506 ], [ -110.84424523981011, 37.320866753118182 ], [ -110.84455969984208, 37.321078092610215 ], [ -110.84497241617596, 37.321259814057186 ], [ -110.84525432238544, 37.321386378088434 ], [ -110.84558128387349, 37.321558069904938 ], [ -110.84589120641373, 37.321783822207244 ], [ -110.84651122204551, 37.322154199208782 ], [ -110.84726674907337, 37.322493199180322 ], [ -110.8484836882344, 37.322945460152013 ], [ -110.84941531675463, 37.323280164773834 ], [ -110.85049269811053, 37.323542934872918 ], [ -110.85189173945672, 37.323819619102551 ], [ -110.85325686868846, 37.324127793482511 ], [ -110.85398457700134, 37.324286437443874 ], [ -110.85525404226969, 37.32445926177656 ], [ -110.85678315965285, 37.32460985222729 ], [ -110.85801207951303, 37.324742035217767 ], [ -110.85889351975349, 37.324788159271293 ], [ -110.8594691467445, 37.324797858244857 ], [ -110.86021405589013, 37.324821275413385 ], [ -110.86065422932222, 37.324835315488833 ], [ -110.86139899023009, 37.324939850369354 ], [ -110.86210966934398, 37.325166028865397 ], [ -110.86270745588126, 37.325405593043271 ], [ -110.86304122242758, 37.325590765334169 ], [ -110.86336709767609, 37.325771420604077 ], [ -110.86411146582846, 37.326101286100474 ], [ -110.86492338729734, 37.326530377215427 ], [ -110.86572409470907, 37.326923394311727 ], [ -110.86628787649323, 37.327257547961523 ], [ -110.86672193598901, 37.327546483244681 ], [ -110.86723501988746, 37.327830998658591 ], [ -110.86766329230909, 37.328205556240448 ], [ -110.86814788936729, 37.328647779447792 ], [ -110.86828309017521, 37.328792152785944 ], [ -110.86848591592342, 37.328995191642349 ], [ -110.86878437552205, 37.329378614665927 ], [ -110.86913345382219, 37.329865752997428 ], [ -110.86946006205514, 37.330294274995055 ], [ -110.86987680874586, 37.330821146946938 ], [ -110.87028224678467, 37.331363328652152 ], [ -110.87060302293767, 37.331909021931146 ], [ -110.87094074231774, 37.332451127209659 ], [ -110.87126712741862, 37.333022965069233 ], [ -110.87158228884249, 37.333559635526903 ], [ -110.87178480688884, 37.333956467412449 ], [ -110.87212235442277, 37.334610341486766 ], [ -110.87236962102072, 37.335250596306487 ], [ -110.87259425330438, 37.335926881818189 ], [ -110.87285848433521, 37.336553632881014 ], [ -110.8729876919833, 37.336918835029039 ], [ -110.87326326422026, 37.337518555534949 ], [ -110.87339232416878, 37.337973896111798 ], [ -110.87357202078286, 37.338528443620767 ], [ -110.87375114669135, 37.339425518648198 ], [ -110.87382907125075, 37.340083616901843 ], [ -110.87389047734257, 37.340493815051019 ], [ -110.87400784246233, 37.341197024622808 ], [ -110.8741026378754, 37.34189570302928 ], [ -110.87414659931869, 37.342613256405834 ], [ -110.8741400382787, 37.343162196001792 ], [ -110.87409963581011, 37.343693973127401 ], [ -110.87401410268589, 37.344207674340524 ], [ -110.87389475831367, 37.344685283817093 ], [ -110.87370660265699, 37.345126764104542 ], [ -110.87356046809424, 37.345419559675349 ], [ -110.87324913838515, 37.345924004742322 ], [ -110.87294370029826, 37.346279725992751 ], [ -110.87253642471272, 37.346766038229724 ], [ -110.87197091615731, 37.347346823770394 ], [ -110.87146212848378, 37.347765418108089 ], [ -110.87084040560363, 37.348197407814261 ], [ -110.87020183264633, 37.348575292377149 ], [ -110.86949564138368, 37.348876480811363 ], [ -110.86857488024731, 37.34919996155422 ], [ -110.8680326067623, 37.349379635683704 ], [ -110.86724750613459, 37.3495995975791 ], [ -110.86641168779494, 37.349765413651276 ], [ -110.86552498440396, 37.349971728480632 ], [ -110.86490386351056, 37.350038624963304 ], [ -110.86392708554597, 37.350100602676903 ], [ -110.86287140882828, 37.350085862835741 ], [ -110.86217717375317, 37.349999424110699 ], [ -110.86160713184611, 37.349917633610445 ], [ -110.86131373438621, 37.349827151119747 ], [ -110.8608906589668, 37.349646376586868 ], [ -110.86012886914305, 37.349460693596484 ], [ -110.85944042285792, 37.349302134535009 ], [ -110.85887053264587, 37.349143712960732 ], [ -110.85822165193491, 37.348962659271798 ], [ -110.85778144019666, 37.348894526694629 ], [ -110.85739772552677, 37.348803925870321 ], [ -110.85666435955261, 37.348523608965792 ], [ -110.85605517889098, 37.348252452568524 ], [ -110.85570096321889, 37.348089770995358 ], [ -110.85518092450637, 37.347850267401896 ], [ -110.85426716263717, 37.347448027093286 ], [ -110.85300377526858, 37.346856054047102 ], [ -110.85178989924839, 37.346358775388651 ], [ -110.85077017147202, 37.345892376550005 ], [ -110.84987927785016, 37.345369344913152 ], [ -110.84910692672227, 37.344854570295176 ], [ -110.84828372650129, 37.344366767089255 ], [ -110.84771978064076, 37.3440902173 ], [ -110.84734760973363, 37.343892333324355 ], [ -110.8470486609569, 37.343775667934487 ], [ -110.84659757748273, 37.343521793380276 ], [ -110.84620859880476, 37.34326439228844 ], [ -110.84563914197339, 37.342930136432628 ], [ -110.84511477530616, 37.34263199245575 ], [ -110.84475421623075, 37.342284484766395 ], [ -110.84435965188601, 37.342004535475311 ], [ -110.84389744580243, 37.341679426127314 ], [ -110.84350270076307, 37.341489612718298 ], [ -110.8428656164141, 37.341114691407029 ], [ -110.84258386639139, 37.340879955438758 ], [ -110.84209343228218, 37.340563815333866 ], [ -110.84142853717664, 37.339999557176711 ], [ -110.84070694844337, 37.339556906606902 ], [ -110.84010384051368, 37.33914505906813 ], [ -110.83915684694566, 37.338531731363474 ], [ -110.83841272476133, 37.338080923567347 ], [ -110.83761782436936, 37.337623731649934 ], [ -110.83684560710411, 37.337122397509631 ], [ -110.83579723433888, 37.336431383310895 ], [ -110.8349912046104, 37.33591646919713 ], [ -110.83406110925365, 37.335356306076996 ], [ -110.83350860949834, 37.335062577867944 ], [ -110.8327361659932, 37.33468741115346 ], [ -110.83181709969706, 37.334257947591936 ], [ -110.83098814970059, 37.333918744735826 ], [ -110.83012540276982, 37.333552445808849 ], [ -110.82932470950155, 37.333204257929197 ], [ -110.82838848174319, 37.332891923757188 ], [ -110.82757065480281, 37.332638345204401 ], [ -110.82683170631141, 37.332447973848474 ], [ -110.82621700479301, 37.332226231739845 ], [ -110.8256531037718, 37.332004561300785 ], [ -110.82494262730646, 37.331710560093953 ], [ -110.82469453935192, 37.33160202582367 ], [ -110.82394354899772, 37.331258382049079 ], [ -110.82313831956523, 37.330941694173021 ], [ -110.82246169510439, 37.330661249504573 ], [ -110.82198802482731, 37.330480259534006 ], [ -110.82126057044572, 37.330217759328832 ], [ -110.82062327420709, 37.330018488764821 ], [ -110.81992371523278, 37.32989573829817 ], [ -110.81944987253993, 37.32979135617002 ], [ -110.81904944538262, 37.329669056612573 ], [ -110.81836166830988, 37.329343501832881 ], [ -110.81797834005458, 37.329153620526284 ], [ -110.81757832185176, 37.328864559167222 ], [ -110.8172911616477, 37.328584684686987 ], [ -110.81694788247671, 37.328174020896718 ], [ -110.81662708357021, 37.327803953556753 ], [ -110.81624440409023, 37.327352663979823 ], [ -110.81606461718961, 37.32701886965242 ], [ -110.81590704381175, 37.326833839262235 ], [ -110.8155747039695, 37.326571918073711 ], [ -110.81530994704804, 37.326368691928351 ], [ -110.81474053366033, 37.326124425941067 ], [ -110.81440675081313, 37.325993201031494 ], [ -110.81402453384453, 37.325821336422095 ], [ -110.81353972727318, 37.325599732393158 ], [ -110.81285794531262, 37.325156973940139 ], [ -110.81218154569565, 37.324822387137473 ], [ -110.81151070556093, 37.324523860999989 ], [ -110.81072165092867, 37.324107961020424 ], [ -110.80998915318641, 37.323647076977934 ], [ -110.80966227541708, 37.323470780123856 ], [ -110.80916079442997, 37.323158992038856 ], [ -110.80858050422813, 37.322770455998885 ], [ -110.80795503862511, 37.322395364671543 ], [ -110.80736905965067, 37.322029348234523 ], [ -110.80650107994475, 37.321600671986516 ], [ -110.80576825192526, 37.321287589526747 ], [ -110.80515351738144, 37.321137849100054 ], [ -110.80482087868342, 37.321015612894833 ], [ -110.80449493125563, 37.32092493555119 ], [ -110.80416083847417, 37.320928890056074 ], [ -110.80370357016646, 37.320991229868262 ], [ -110.80324049334709, 37.321116655735295 ], [ -110.80276603420285, 37.321278116516432 ], [ -110.80203776642234, 37.321385067494681 ], [ -110.80119691545899, 37.321383657790008 ], [ -110.80039559145466, 37.321373294867641 ], [ -110.79913704104381, 37.321407220893164 ], [ -110.79821718384569, 37.321405655875971 ], [ -110.79763579391502, 37.321453338221602 ], [ -110.79722370959547, 37.321498603784391 ], [ -110.79657435329295, 37.321637205056447 ], [ -110.79630326752132, 37.321713357064802 ], [ -110.79604900156204, 37.32183010009912 ], [ -110.79574925881143, 37.322068452060584 ], [ -110.79524070977953, 37.322306442111277 ], [ -110.79465318702452, 37.322530772054741 ], [ -110.79426347448249, 37.322647276098408 ], [ -110.7936433746513, 37.322812953869828 ], [ -110.79307191666625, 37.322938150809485 ], [ -110.79239999157005, 37.323067675723479 ], [ -110.79201033491375, 37.323161637623116 ], [ -110.79128215866135, 37.323223452884747 ], [ -110.7905033279597, 37.323235597427207 ], [ -110.79001798299444, 37.323238342707889 ], [ -110.78971888122928, 37.323237811550136 ], [ -110.78944789351074, 37.323274286740116 ], [ -110.78870814967146, 37.323435218695202 ], [ -110.78788373819636, 37.323600501230239 ], [ -110.78739246551071, 37.323703279620268 ], [ -110.7866304705493, 37.323746977629895 ], [ -110.78619589810741, 37.323755207123142 ], [ -110.7858347290243, 37.323750047019864 ], [ -110.78554128158605, 37.323745008573752 ], [ -110.78467821711867, 37.323608232401916 ], [ -110.78375895381333, 37.323390221972176 ], [ -110.78302577587966, 37.323225727891341 ], [ -110.78267608852811, 37.323153876197978 ], [ -110.78208935499205, 37.32308969969624 ], [ -110.78124298639408, 37.323038561453785 ], [ -110.78044733096991, 37.323014553024194 ], [ -110.77987176896309, 37.322990948894372 ], [ -110.77898032446468, 37.322916274415398 ], [ -110.77805481727457, 37.322910936515349 ], [ -110.77736070294701, 37.32290152001854 ], [ -110.7770331088097, 37.32299464794135 ], [ -110.77663075135396, 37.323178674425641 ], [ -110.77620243214541, 37.32336265043368 ], [ -110.7757843360106, 37.323524109459647 ], [ -110.77520812730897, 37.323716815444747 ], [ -110.7747051193805, 37.323963741513793 ], [ -110.77443358581974, 37.324179558207774 ], [ -110.77420154179205, 37.32439995659 ], [ -110.77387902171735, 37.324679673487523 ], [ -110.77345450129238, 37.325097107148714 ], [ -110.77328443616358, 37.325349171040614 ], [ -110.77294434317118, 37.325839777254664 ], [ -110.77252482699674, 37.326465438478102 ], [ -110.77224124263856, 37.326929109451584 ], [ -110.77200307701068, 37.327302728114915 ], [ -110.77191871885238, 37.327577489832244 ], [ -110.7717242301412, 37.328063865953958 ], [ -110.77145745706031, 37.328563622979161 ], [ -110.77130965223859, 37.328914879859362 ], [ -110.77107699649524, 37.329329069754969 ], [ -110.77088414664063, 37.329644183261884 ], [ -110.77068582931756, 37.329900695441161 ], [ -110.77035178173239, 37.330247082981863 ], [ -110.76993866049567, 37.330611343642218 ], [ -110.76959904490835, 37.330930676463197 ], [ -110.76903337586637, 37.33134421323404 ], [ -110.76845096210177, 37.331694617164572 ], [ -110.76791943670185, 37.332013569365273 ], [ -110.76756338771769, 37.332166106799598 ], [ -110.76720186008403, 37.332264548957859 ], [ -110.76655255198116, 37.332339887792742 ], [ -110.76593151906654, 37.332397251196319 ], [ -110.76517923326735, 37.332553503845169 ], [ -110.76469465879941, 37.33265169405707 ], [ -110.76430507344884, 37.33269598813115 ], [ -110.76394935242931, 37.332740348487945 ], [ -110.76345266897532, 37.332739356527441 ], [ -110.76287729354165, 37.332634544927913 ], [ -110.76238538163153, 37.332552432933603 ], [ -110.76208745760931, 37.332524792536532 ], [ -110.76120701875216, 37.332509498019732 ], [ -110.76052415276611, 37.33248558310526 ], [ -110.75998204580331, 37.33257011669609 ], [ -110.75974021928859, 37.332650750992897 ], [ -110.75946774153572, 37.332785405891983 ], [ -110.75905497142418, 37.333018927453374 ], [ -110.75851180586022, 37.333432459493061 ], [ -110.75802510536074, 37.333837090595864 ], [ -110.7576117747593, 37.334241869994116 ], [ -110.7574416650293, 37.334484896629057 ], [ -110.75728284275277, 37.334727946164023 ], [ -110.75706721365505, 37.335083552563191 ], [ -110.75686821045539, 37.335533838625253 ], [ -110.75673829872804, 37.335912155226225 ], [ -110.75660010542904, 37.336407635258347 ], [ -110.75647956509634, 37.337029345939605 ], [ -110.75642178167156, 37.337443866103797 ], [ -110.75642630551788, 37.337790910304975 ], [ -110.75644207479991, 37.338151498474929 ], [ -110.75640102018423, 37.338629150227831 ], [ -110.75633162553297, 37.339142799125483 ], [ -110.75623908326492, 37.339832171099211 ], [ -110.75619193005275, 37.340449525353343 ], [ -110.75617804012325, 37.340904698096409 ], [ -110.75614896357376, 37.341517582529306 ], [ -110.7561189324513, 37.342076381605288 ], [ -110.7560429663024, 37.342874855255616 ], [ -110.75593323676613, 37.34363990772632 ], [ -110.75591440263727, 37.344226672682915 ], [ -110.75577650000129, 37.344974540322269 ], [ -110.75577451777852, 37.345586578776256 ], [ -110.75570499538495, 37.346136281942591 ], [ -110.75561321262873, 37.346586786359914 ], [ -110.75544186977532, 37.347199376039349 ], [ -110.75538992247685, 37.347550809886336 ], [ -110.75534938219589, 37.347866211770388 ], [ -110.75526904957705, 37.348266261752023 ], [ -110.75517173038101, 37.348681600086451 ], [ -110.75499504127617, 37.349199532134911 ], [ -110.7548071322153, 37.349694905929546 ], [ -110.754659471991, 37.349965016013769 ], [ -110.75439275736767, 37.350388114629673 ], [ -110.7540468413065, 37.350860624265991 ], [ -110.75367288474172, 37.351274484294457 ], [ -110.75322528119986, 37.351764807399192 ], [ -110.75284590645235, 37.352106542470374 ], [ -110.75222905754029, 37.352555945580995 ], [ -110.75192358661793, 37.352740089695203 ], [ -110.75168048341902, 37.352843239127715 ], [ -110.75117757610576, 37.352977390407538 ], [ -110.7507200825801, 37.353035918756028 ], [ -110.75042670605156, 37.35297580863071 ], [ -110.7500544375481, 37.352871363155586 ], [ -110.74969919673505, 37.352739910932293 ], [ -110.7494061367929, 37.352585153320973 ], [ -110.74910738146164, 37.352445706479926 ], [ -110.748696139134, 37.352178924411135 ], [ -110.74840901176893, 37.351939446547824 ], [ -110.74802095938237, 37.351492434027634 ], [ -110.7477342439461, 37.35113126812616 ], [ -110.74756031998295, 37.350806397743348 ], [ -110.74732077810071, 37.350183929168686 ], [ -110.74709570649216, 37.349624588098393 ], [ -110.74678773793833, 37.348871270850772 ], [ -110.74658704384909, 37.348451695938898 ], [ -110.74634484991545, 37.347950906804911 ], [ -110.74604664714487, 37.347319295709973 ], [ -110.745547222873, 37.346763869127166 ], [ -110.74493926699937, 37.346253275838848 ], [ -110.74448318713904, 37.345905257336561 ], [ -110.74398288093667, 37.345615731572579 ], [ -110.74353078890117, 37.345425460887071 ], [ -110.74304711755279, 37.345226106006429 ], [ -110.74271888284935, 37.345135253836858 ], [ -110.74194499910283, 37.344953290707295 ], [ -110.74110546667137, 37.34482075520539 ], [ -110.74019119012038, 37.344755653719083 ], [ -110.73979602322518, 37.344759292163857 ], [ -110.73885294605286, 37.344860873749923 ], [ -110.73842367390618, 37.344932036410064 ], [ -110.73793774697607, 37.345061662233626 ], [ -110.73745169285201, 37.345227341285771 ], [ -110.73660334173664, 37.345681557712034 ], [ -110.73617893844508, 37.345972661641468 ], [ -110.73577102191214, 37.346390896505859 ], [ -110.73536816078229, 37.346975897925326 ], [ -110.73510103216745, 37.347489090923261 ], [ -110.73504987676706, 37.347588128979545 ], [ -110.73485611642322, 37.348105992597546 ], [ -110.7347124634278, 37.348822273414221 ], [ -110.73462990461432, 37.349502635545626 ], [ -110.73464084924099, 37.349921805083405 ], [ -110.7347120034665, 37.35055744249923 ], [ -110.73486232264314, 37.351157201791032 ], [ -110.73502969168894, 37.351725450489269 ], [ -110.73534382247419, 37.35262303346709 ], [ -110.73570640286714, 37.35355227227118 ], [ -110.73600308259861, 37.354278550841947 ], [ -110.73614878312748, 37.354589854216151 ], [ -110.73629390149264, 37.355067912563591 ], [ -110.73635441311399, 37.355523247502283 ], [ -110.73637007383651, 37.355888343811927 ], [ -110.73636302508103, 37.356289444930326 ], [ -110.73624269528982, 37.356793952880068 ], [ -110.73605954815991, 37.3575011323464 ], [ -110.7358481832263, 37.358203741499757 ], [ -110.73573398278569, 37.358568547657612 ], [ -110.73560325089184, 37.358817037976827 ], [ -110.73535398824848, 37.359054446380831 ], [ -110.7348613992683, 37.359445446023877 ], [ -110.73424462174928, 37.359827150776049 ], [ -110.73357131252574, 37.36022675266728 ], [ -110.73302221267305, 37.360626631100338 ], [ -110.73248985372955, 37.361080627927556 ], [ -110.73199757322519, 37.361376970712868 ], [ -110.73147700926803, 37.361686768001732 ], [ -110.73078074543417, 37.362180947154002 ], [ -110.73024858786584, 37.36257183724144 ], [ -110.72989160788728, 37.362922562737722 ], [ -110.72930410570984, 37.363313322113576 ], [ -110.72861805735825, 37.363784977109127 ], [ -110.72780854914345, 37.364355496348345 ], [ -110.72703881555734, 37.364853990999492 ], [ -110.72647835426358, 37.365253812408199 ], [ -110.72579331789782, 37.365747987757409 ], [ -110.72527200814876, 37.366247046406336 ], [ -110.72483427850388, 37.366741790254132 ], [ -110.72432496600786, 37.367353545556021 ], [ -110.72388822091362, 37.367884343446974 ], [ -110.72353062385045, 37.368388283180209 ], [ -110.72318419971741, 37.368923796368108 ], [ -110.7228490809445, 37.369454828057329 ], [ -110.72268399485002, 37.369814994620384 ], [ -110.72253021759659, 37.370170680540618 ], [ -110.72238084024325, 37.370864395424917 ], [ -110.72233476753274, 37.371107660838852 ], [ -110.72234395199048, 37.371680060935432 ], [ -110.72237162242605, 37.371833361079815 ], [ -110.72244910355533, 37.372261700055347 ], [ -110.72263922894189, 37.372771427665903 ], [ -110.72280726911913, 37.3731449943012 ], [ -110.72306009466013, 37.37349802742397 ], [ -110.7234705508904, 37.373985734741439 ], [ -110.72380244684118, 37.374338049703113 ], [ -110.72432088672491, 37.37464122261742 ], [ -110.72526854004539, 37.374940884144308 ], [ -110.72569146191987, 37.37511312857972 ], [ -110.72623829874081, 37.375375796695536 ], [ -110.7269204301418, 37.375706378468294 ], [ -110.72776126918654, 37.37619055682363 ], [ -110.72783904002875, 37.376235804961482 ], [ -110.72844202522604, 37.376593237260458 ], [ -110.72913516427835, 37.377009462866525 ], [ -110.72989015832405, 37.377502443213636 ], [ -110.73076914961621, 37.378067811672324 ], [ -110.73162018936496, 37.378556492616895 ], [ -110.73250475752401, 37.379148902248076 ], [ -110.73344000883395, 37.379786488596757 ], [ -110.73444285755964, 37.380478302255966 ], [ -110.73529361578504, 37.381061601159956 ], [ -110.73603182650453, 37.381531969968975 ], [ -110.73688808356668, 37.382164845630378 ], [ -110.73765431884762, 37.382702870261333 ], [ -110.73845984995174, 37.383313087369714 ], [ -110.7386964365195, 37.383493886760562 ], [ -110.73913578782376, 37.383837381870883 ], [ -110.74002610965582, 37.38443425451031 ], [ -110.74076394860008, 37.385030786247569 ], [ -110.74154135128238, 37.385622892905992 ], [ -110.74254981546862, 37.38636873254768 ], [ -110.74324263084634, 37.386929095396205 ], [ -110.74391266436545, 37.387547994612248 ], [ -110.74464465648488, 37.388221106674841 ], [ -110.74521307366081, 37.388830765138863 ], [ -110.74539314943709, 37.389029456871512 ], [ -110.74598965342311, 37.38968874797294 ], [ -110.7465018054699, 37.390239689480197 ], [ -110.74709854068701, 37.39083587870639 ], [ -110.74767240424656, 37.391517647263797 ], [ -110.7481618058146, 37.392122615752768 ], [ -110.74883718356618, 37.392858677536772 ], [ -110.74947865240509, 37.393603677364155 ], [ -110.74995104598078, 37.394235643659933 ], [ -110.75039533807468, 37.39482698657622 ], [ -110.75070443859057, 37.395305370281697 ], [ -110.75114285561651, 37.395968808340889 ], [ -110.75141242325104, 37.396447106911097 ], [ -110.75163131747769, 37.39687572249656 ], [ -110.7516930988788, 37.396984017871745 ], [ -110.75194040449963, 37.397363116602826 ], [ -110.75229446505429, 37.397918207592795 ], [ -110.75254152484344, 37.398373921799987 ], [ -110.75291789497571, 37.399019195519131 ], [ -110.75310817515695, 37.399564927788994 ], [ -110.75333177701843, 37.400286498269779 ], [ -110.75349911214697, 37.400940347487939 ], [ -110.75364370546822, 37.401639217995829 ], [ -110.75374779741065, 37.402630952202635 ], [ -110.75371837057766, 37.402991442643938 ], [ -110.75358037952958, 37.403725779221446 ], [ -110.75327270860626, 37.404518351229783 ], [ -110.75306239013806, 37.404910012043743 ], [ -110.75265389027265, 37.405436464869368 ], [ -110.75235351351417, 37.405724277350792 ], [ -110.75194021640797, 37.405989317726558 ], [ -110.75167422338878, 37.406128473083051 ], [ -110.75128359474598, 37.406371024277782 ], [ -110.75070221408461, 37.406550075612671 ], [ -110.75033803223286, 37.406652965724312 ], [ -110.74975649726868, 37.406877080999763 ], [ -110.74900543785748, 37.407109847431883 ], [ -110.74807141359379, 37.407315178007146 ], [ -110.74715555427643, 37.40749349868134 ], [ -110.74649985199346, 37.407591246266875 ], [ -110.74544306222307, 37.407674606673304 ], [ -110.74462388069925, 37.407663826351921 ], [ -110.74395275322038, 37.407644347290429 ], [ -110.74320048529677, 37.407561591724757 ], [ -110.74252279539917, 37.407478993805967 ], [ -110.7416758476279, 37.407328418939493 ], [ -110.74099305486745, 37.407088059880699 ], [ -110.7401519666452, 37.406878897336178 ], [ -110.73915286450192, 37.406619804490028 ], [ -110.73886502919626, 37.406533538166961 ], [ -110.73824424187339, 37.406338369081872 ], [ -110.73755558374107, 37.406165580566835 ], [ -110.73672032597833, 37.405910436245158 ], [ -110.73602083467273, 37.405606914775333 ], [ -110.73532139024708, 37.405291671343697 ], [ -110.7347956808777, 37.405055233523981 ], [ -110.73409202018445, 37.404657046511524 ], [ -110.7333984242338, 37.404290426246334 ], [ -110.73251889978893, 37.403783667723069 ], [ -110.73185934454058, 37.403381060250148 ], [ -110.73134106304057, 37.402969756376471 ], [ -110.73073239763474, 37.402558244413491 ], [ -110.7304112243803, 37.402323154038335 ], [ -110.72971239418375, 37.401851940169465 ], [ -110.72876533997632, 37.401287310954409 ], [ -110.72783494120364, 37.400807442101794 ], [ -110.72703966056798, 37.400458577888855 ], [ -110.72666732154771, 37.400318003983664 ], [ -110.72566311507042, 37.399946112874083 ], [ -110.72501412157894, 37.399764329495504 ], [ -110.72415038201977, 37.399604576245906 ], [ -110.72367621971441, 37.399504317395362 ], [ -110.72320077967881, 37.399444615719574 ], [ -110.72267081005234, 37.399465908382901 ], [ -110.72232039881229, 37.399510154961021 ], [ -110.72119545689719, 37.399714825018869 ], [ -110.72023425036714, 37.399942406353333 ], [ -110.71993456046752, 37.400018314118128 ], [ -110.71930108216785, 37.400224129163959 ], [ -110.71830509116077, 37.400685970730912 ], [ -110.7175240634367, 37.401067193492182 ], [ -110.71694668929675, 37.401372281553698 ], [ -110.71606985545682, 37.401987623726505 ], [ -110.71494618371965, 37.402737571271793 ], [ -110.71434107053611, 37.403200320846452 ], [ -110.71415975939408, 37.403339596333268 ], [ -110.71318471650089, 37.404215177706611 ], [ -110.71253287247289, 37.404777857488561 ], [ -110.71173342597763, 37.405524054969106 ], [ -110.71106419903106, 37.406193948089289 ], [ -110.71034383559038, 37.406935822287679 ], [ -110.70960021539818, 37.407844389735814 ], [ -110.70954349186162, 37.40790283995004 ], [ -110.70922013292245, 37.408244568639439 ], [ -110.70872031887821, 37.408923878410803 ], [ -110.7081691609709, 37.409728350711369 ], [ -110.7077372632057, 37.410372670028622 ], [ -110.70749224869647, 37.410903876669344 ], [ -110.70736130022466, 37.411160445114433 ], [ -110.70709859337997, 37.411880896245776 ], [ -110.70695535854945, 37.412389819305943 ], [ -110.70673752821328, 37.413191504610275 ], [ -110.70667437498956, 37.413448240330716 ], [ -110.70662840035564, 37.4136464291457 ], [ -110.70655259216684, 37.414250163400567 ], [ -110.70656137838672, 37.414894669484447 ], [ -110.70644476731654, 37.415818290894798 ], [ -110.70640859595295, 37.416399588834551 ], [ -110.70635596542327, 37.416854653149997 ], [ -110.70623475436311, 37.417507849771006 ], [ -110.70609769918993, 37.417877073340513 ], [ -110.70580165254567, 37.418444203900961 ], [ -110.70559657512105, 37.418867340084361 ], [ -110.70538573885014, 37.419317502802166 ], [ -110.70507795564957, 37.419992767234511 ], [ -110.70483900119689, 37.420406803703187 ], [ -110.70457581539259, 37.420946971689098 ], [ -110.70428716398129, 37.421351869007914 ], [ -110.70391707949787, 37.422058522433588 ], [ -110.70334892370499, 37.422836787754989 ], [ -110.70298988986059, 37.423602956562249 ], [ -110.70240372879873, 37.424641669237047 ], [ -110.70194175959097, 37.42542470153758 ], [ -110.70156029482159, 37.426140332075484 ], [ -110.70111795148085, 37.426815245517588 ], [ -110.70080988366064, 37.427544579608359 ], [ -110.70026283953989, 37.428678925542741 ], [ -110.70006310230002, 37.429165161026162 ], [ -110.69982905835386, 37.429750460173928 ], [ -110.69967427464972, 37.43029990523052 ], [ -110.69952963868265, 37.431137815489706 ], [ -110.69945409729564, 37.431655913435208 ], [ -110.69946934013409, 37.432084104754381 ], [ -110.69953528524732, 37.432552986748235 ], [ -110.69963586124783, 37.432841681940786 ], [ -110.69982149688731, 37.433342415872822 ], [ -110.70024175974484, 37.433965430133441 ], [ -110.70052794908827, 37.434479938431089 ], [ -110.70115312313671, 37.435026851590713 ], [ -110.70159269105751, 37.435347949654478 ], [ -110.70201550381736, 37.435619428303312 ], [ -110.70286194029673, 37.435959574099037 ], [ -110.70382138990472, 37.436308109418476 ], [ -110.70429015474814, 37.436395814907549 ], [ -110.70545878653292, 37.436732240843718 ], [ -110.70667287294764, 37.437010178776852 ], [ -110.7076908240649, 37.437147906520515 ], [ -110.70909053658205, 37.437367689277217 ], [ -110.71010750578391, 37.437469338871452 ], [ -110.7106727539923, 37.437457203222202 ], [ -110.7123404103335, 37.437375643036972 ], [ -110.71305291810195, 37.437282730695898 ], [ -110.71357348138946, 37.437130759821677 ], [ -110.71465435331358, 37.436777331590889 ], [ -110.71559342341388, 37.436554251482185 ], [ -110.71641418963954, 37.436227222169698 ], [ -110.71706060041173, 37.435971879788802 ], [ -110.71766531867885, 37.435680379331316 ], [ -110.71815768705453, 37.435505786501132 ], [ -110.71885370356787, 37.43528210061141 ], [ -110.71964561138675, 37.435108213638351 ], [ -110.7204428656225, 37.435015457633973 ], [ -110.72139146856512, 37.434954601161053 ], [ -110.72198590225254, 37.434992055717188 ], [ -110.72249557643072, 37.435024801456827 ], [ -110.72386171420789, 37.435154193168501 ], [ -110.72473724716833, 37.435291441365152 ], [ -110.72540360033324, 37.435446224795108 ], [ -110.72572529339973, 37.435573164015331 ], [ -110.72607514818581, 37.435727208838657 ], [ -110.72635713298645, 37.435894616129083 ], [ -110.72680344904354, 37.43625619802468 ], [ -110.72725894328251, 37.436581744451253 ], [ -110.72798634242186, 37.437052134933836 ], [ -110.72829079436752, 37.43726105247552 ], [ -110.72845988404833, 37.43739123883951 ], [ -110.72891644146776, 37.437739315620085 ], [ -110.72944528403916, 37.438105583573304 ], [ -110.72994278801373, 37.438386147071384 ], [ -110.73060294583091, 37.438703134234167 ], [ -110.7309018920014, 37.438875076156549 ], [ -110.73120660446902, 37.439015482364837 ], [ -110.73148859696542, 37.439187384243212 ], [ -110.73193371432842, 37.439580491980614 ], [ -110.73242925648036, 37.440099904438569 ], [ -110.73309392354886, 37.440745889057254 ], [ -110.73334188552714, 37.440953764555495 ], [ -110.73397303720115, 37.441491503777904 ], [ -110.73484108627815, 37.442173990964207 ], [ -110.73525261053109, 37.442485887129564 ], [ -110.73606379459056, 37.443271895746562 ], [ -110.73670594266993, 37.443908795784488 ], [ -110.73720142018932, 37.444464242715306 ], [ -110.73783311470466, 37.445186743683045 ], [ -110.73847904751328, 37.44604447858049 ], [ -110.7389791087946, 37.446915408366742 ], [ -110.73938428866654, 37.447439098436419 ], [ -110.73980096701331, 37.447908730063233 ], [ -110.74018376495604, 37.44836927199546 ], [ -110.74036401581525, 37.448554449391224 ], [ -110.74064000770049, 37.44884349443538 ], [ -110.74122075900334, 37.449277426029802 ], [ -110.7418355118417, 37.449688894726982 ], [ -110.74255721368007, 37.450235799005547 ], [ -110.74341985025991, 37.450900183229813 ], [ -110.74449160318545, 37.451583040821674 ], [ -110.74500463756438, 37.451994272977117 ], [ -110.74533161416049, 37.452260882647295 ], [ -110.74575422307217, 37.452667409770029 ], [ -110.74624860312049, 37.453249856926512 ], [ -110.74644564238807, 37.45349365012563 ], [ -110.74682956414574, 37.453976706899596 ], [ -110.74694775034585, 37.45413470001165 ], [ -110.74735291846078, 37.454689910238201 ], [ -110.74754898043938, 37.455226645113704 ], [ -110.74764998299248, 37.45545220362677 ], [ -110.74774504520005, 37.455763379625346 ], [ -110.74779994431927, 37.456250237190545 ], [ -110.74781480100087, 37.456876721752991 ], [ -110.74776213393606, 37.457408418202846 ], [ -110.74776078675283, 37.457809525359778 ], [ -110.74765218887217, 37.458160828130872 ], [ -110.74757196381903, 37.458480643412514 ], [ -110.74734465695177, 37.458826284010527 ], [ -110.74699291690352, 37.459186981112062 ], [ -110.7464377063552, 37.459528311961506 ], [ -110.74576387063492, 37.459837837065223 ], [ -110.74522053812665, 37.460007927313384 ], [ -110.74471691686313, 37.460137539177062 ], [ -110.74412861133025, 37.460230910746908 ], [ -110.74325789686601, 37.460242542840916 ], [ -110.74239311414982, 37.460173058116879 ], [ -110.74166962854487, 37.460117396579555 ], [ -110.74117111374346, 37.46007574411545 ], [ -110.74047732505487, 37.459934510134516 ], [ -110.73995767158152, 37.459793655388097 ], [ -110.73948879342886, 37.459684458261577 ], [ -110.73846072442902, 37.45942529692055 ], [ -110.73805961560723, 37.459338778346606 ], [ -110.73755116781309, 37.459229485819193 ], [ -110.73656835636423, 37.45896590166339 ], [ -110.73567578691885, 37.458765607142141 ], [ -110.73475484304376, 37.458596790164421 ], [ -110.73395239159825, 37.458494934242431 ], [ -110.73278817310251, 37.458376030765102 ], [ -110.73190650966804, 37.458292910601678 ], [ -110.7305328777543, 37.458240211072216 ], [ -110.72966228221759, 37.458224702188616 ], [ -110.72901212600223, 37.458223213133103 ], [ -110.7286003371425, 37.458280857237099 ], [ -110.72822119140412, 37.458379136647011 ], [ -110.72747286075996, 37.458634303849749 ], [ -110.72651555416067, 37.459141366535633 ], [ -110.72600539825238, 37.459505239756069 ], [ -110.72561968366735, 37.459851372334761 ], [ -110.72540909773532, 37.460233965486132 ], [ -110.72524293131897, 37.460837497156703 ], [ -110.72522341396342, 37.461536013437723 ], [ -110.72522514987813, 37.462297674932472 ], [ -110.72529160399287, 37.462987377224998 ], [ -110.72531158155893, 37.463708519309321 ], [ -110.72537608262081, 37.464623559198238 ], [ -110.72546410788935, 37.465290777025245 ], [ -110.7255456897701, 37.466174308344172 ], [ -110.72562725703564, 37.467062346288834 ], [ -110.72571990417099, 37.468013505585205 ], [ -110.72575696510134, 37.468703138735229 ], [ -110.72580535187794, 37.469388291232448 ], [ -110.72580847119191, 37.470082352286383 ], [ -110.72578341692569, 37.470749306828175 ], [ -110.72578701017132, 37.471313571781288 ], [ -110.72576825523772, 37.47180387261885 ], [ -110.72563073387734, 37.472299305908948 ], [ -110.72551080084904, 37.472623519908247 ], [ -110.72535249768359, 37.472925110384928 ], [ -110.72515790109833, 37.473254558628717 ], [ -110.72502012862977, 37.47381669172033 ], [ -110.72458119384198, 37.474775626211866 ], [ -110.72444979374441, 37.475140373803448 ], [ -110.72431252231618, 37.475563696424494 ], [ -110.72415874852125, 37.475860788863294 ], [ -110.72392018345359, 37.476148669322171 ], [ -110.72361911389247, 37.476517526172245 ], [ -110.72317076369366, 37.476953639814916 ], [ -110.72273950639936, 37.477353737131416 ], [ -110.72230213922855, 37.477875503063551 ], [ -110.72168326956262, 37.478541058676839 ], [ -110.72123441048707, 37.479107861811592 ], [ -110.72104106482165, 37.479395842942147 ], [ -110.72075097980097, 37.479844939828617 ], [ -110.72038723275584, 37.480331719071515 ], [ -110.72007513796588, 37.480614910633854 ], [ -110.71955913231244, 37.480983247380522 ], [ -110.71928160395656, 37.481095259170033 ], [ -110.71881716414491, 37.481283441803292 ], [ -110.71804720151979, 37.481506948575898 ], [ -110.71772466403284, 37.481555753611254 ], [ -110.71692136208002, 37.481620532851487 ], [ -110.71619155372206, 37.481691792752272 ], [ -110.7152234530168, 37.481666929180975 ], [ -110.71430835828784, 37.481682747352984 ], [ -110.71295682978781, 37.481656937458517 ], [ -110.71188227293997, 37.481667842495106 ], [ -110.71088709828256, 37.481624850041662 ], [ -110.71023691445184, 37.481578188955666 ], [ -110.70963754175978, 37.481554183335263 ], [ -110.70915715740128, 37.481471878816571 ], [ -110.70820208570046, 37.481297362960433 ], [ -110.70764245729869, 37.481233785247298 ], [ -110.70727495364349, 37.481210341158402 ], [ -110.70655111654375, 37.481199531953656 ], [ -110.70627966446185, 37.481198857450117 ], [ -110.70517660715261, 37.481268219472746 ], [ -110.70441291679684, 37.481324900195411 ], [ -110.70366610212089, 37.481404152464748 ], [ -110.7025798624436, 37.481509587063236 ], [ -110.70230826629779, 37.481544957723102 ], [ -110.70136929329176, 37.481592163331378 ], [ -110.70037387431415, 37.481612177356972 ], [ -110.6996498181439, 37.481655407285892 ], [ -110.69902786361948, 37.481622276778523 ], [ -110.69831557019383, 37.481552857715819 ], [ -110.69753537855922, 37.481492274225118 ], [ -110.69671009183473, 37.481395515187806 ], [ -110.69609406992311, 37.481294782004447 ], [ -110.6952632784743, 37.481161944057526 ], [ -110.69469257570277, 37.481043293123292 ], [ -110.69420082750138, 37.480978925781002 ], [ -110.69365798075448, 37.480963999058858 ], [ -110.69300160563573, 37.481052432025521 ], [ -110.69266240237569, 37.481024509192721 ], [ -110.69198985535242, 37.480919100742284 ], [ -110.69138513575135, 37.480822879311681 ], [ -110.69075212310885, 37.480731087568543 ], [ -110.68981386159778, 37.480606943644794 ], [ -110.68887013491749, 37.480437709573145 ], [ -110.6876385991085, 37.480123488846111 ], [ -110.68649751822271, 37.479818508989752 ], [ -110.68554261217974, 37.479622177699362 ], [ -110.68481943805607, 37.479458004893658 ], [ -110.68386454108169, 37.47926166007008 ], [ -110.68264968708063, 37.479024048119712 ], [ -110.68171741784077, 37.478828648089568 ], [ -110.6805702119302, 37.478644377585624 ], [ -110.6793660724553, 37.478550979454816 ], [ -110.67912298677022, 37.478531390858763 ], [ -110.67842758730019, 37.478489840181581 ], [ -110.67738737135748, 37.478414895239283 ], [ -110.6764093627818, 37.478340111525043 ], [ -110.6753806521387, 37.478221013486198 ], [ -110.6740635280285, 37.478103815345413 ], [ -110.67319295229963, 37.47803380815715 ], [ -110.6716325089841, 37.477952865690483 ], [ -110.67071108211404, 37.477873685227927 ], [ -110.66968788752179, 37.477789706297095 ], [ -110.66844978659144, 37.477709622498722 ], [ -110.66759725697543, 37.47765314522303 ], [ -110.66647495177747, 37.477731105508738 ], [ -110.66579153053154, 37.477796776854539 ], [ -110.66488053651086, 37.477915880969746 ], [ -110.66429773069184, 37.477990842655025 ], [ -110.66362973523569, 37.478146681906487 ], [ -110.66292190904504, 37.478356485701291 ], [ -110.66202695553501, 37.478678420853605 ], [ -110.66097890052707, 37.479090046572011 ], [ -110.65985147884309, 37.479541995936373 ], [ -110.65869556298479, 37.480038920450667 ], [ -110.65768697481556, 37.480468658106176 ], [ -110.65667827204152, 37.480920920897638 ], [ -110.65582233123838, 37.481355592808931 ], [ -110.65462675332336, 37.481856868533626 ], [ -110.65434912594904, 37.481968727304476 ], [ -110.65369758307142, 37.482223708472105 ], [ -110.6534143392938, 37.482326534921249 ], [ -110.65288752007605, 37.482514275019682 ], [ -110.65174353462048, 37.482857934092053 ], [ -110.65064524338524, 37.483102567032411 ], [ -110.64926989455293, 37.483332847137675 ], [ -110.64801918870489, 37.48351390753735 ], [ -110.64666083318581, 37.483735194198552 ], [ -110.64570449445772, 37.483854014506541 ], [ -110.6445090026529, 37.484075764658435 ], [ -110.643842236352, 37.484190933970638 ], [ -110.64311724650941, 37.484418594216137 ], [ -110.64265827430197, 37.484601986649558 ], [ -110.64219932135428, 37.484780870525803 ], [ -110.64124128157921, 37.485251181576764 ], [ -110.64066247583087, 37.485655036508682 ], [ -110.64018681156921, 37.486014134517085 ], [ -110.63984448519967, 37.486400678042671 ], [ -110.63953097992341, 37.486908992623341 ], [ -110.63943383758668, 37.487116009912775 ], [ -110.63937017380468, 37.487417772522129 ], [ -110.63928845889015, 37.487944820933421 ], [ -110.63925946510969, 37.488093457439113 ], [ -110.63942127182982, 37.488553646917389 ], [ -110.63960624501938, 37.488901236352142 ], [ -110.63979689737367, 37.489244335977489 ], [ -110.64011174224599, 37.489637388660213 ], [ -110.64039308723191, 37.48994020216535 ], [ -110.64071968165605, 37.490243152606197 ], [ -110.64103526881595, 37.490482973245598 ], [ -110.64146943871752, 37.490763714322135 ], [ -110.64230400285032, 37.491293541691959 ], [ -110.64292446541839, 37.491651457184346 ], [ -110.6436074714707, 37.491941955850095 ], [ -110.64464636552835, 37.492328164726935 ], [ -110.64582680017469, 37.492687747980291 ], [ -110.64748793100968, 37.493066782022829 ], [ -110.64886658813882, 37.493377351238948 ], [ -110.65013219242843, 37.493674950534775 ], [ -110.65091773181815, 37.493820591064406 ], [ -110.65177133264159, 37.49392676703124 ], [ -110.65248933355463, 37.49400099032092 ], [ -110.65352387454338, 37.494121206188737 ], [ -110.65416265073524, 37.494204200567772 ], [ -110.6545981991578, 37.494200967976958 ], [ -110.65501145442403, 37.494125559618141 ], [ -110.65541345860277, 37.494036596544404 ], [ -110.65575289215163, 37.494024065672285 ], [ -110.65610921150832, 37.494029610245946 ], [ -110.65662388366852, 37.49404012093143 ], [ -110.65770407252077, 37.494074803356284 ], [ -110.65881824064482, 37.494100560409017 ], [ -110.65984649668185, 37.494112539168889 ], [ -110.6614028551502, 37.494167486483036 ], [ -110.66238669403441, 37.494246016718179 ], [ -110.66352324887963, 37.494325875186959 ], [ -110.66450102873722, 37.494495408274041 ], [ -110.665139615473, 37.494624312322983 ], [ -110.66561424145381, 37.494737425767724 ], [ -110.66621734620051, 37.494959965355442 ], [ -110.66673195616134, 37.495240840870991 ], [ -110.66702512275299, 37.495457994757771 ], [ -110.66722235354273, 37.495625302725117 ], [ -110.66758248017875, 37.496049957385836 ], [ -110.66766682615838, 37.49616286510615 ], [ -110.66793649553225, 37.496578250521459 ], [ -110.66810422862569, 37.497021291213599 ], [ -110.66812536249174, 37.497358460403674 ], [ -110.66813444166448, 37.497863249236005 ], [ -110.66812193198696, 37.498133622999852 ], [ -110.66809197389452, 37.498512111282288 ], [ -110.66795961860818, 37.499021009381401 ], [ -110.66788394739339, 37.499503025776356 ], [ -110.66777443513587, 37.499962412846166 ], [ -110.6675860876162, 37.500340455326182 ], [ -110.66735734154717, 37.500898656242526 ], [ -110.66711227292332, 37.501564974156629 ], [ -110.66696742044613, 37.50208284926341 ], [ -110.66663589934387, 37.502852578938636 ], [ -110.66623053046857, 37.503689701094459 ], [ -110.6659900283516, 37.504342508800271 ], [ -110.66587375560078, 37.505045242295729 ], [ -110.66575053757037, 37.506036391700938 ], [ -110.66561620285044, 37.506982441256902 ], [ -110.66562877211074, 37.507969467700775 ], [ -110.66560607078225, 37.509253843355182 ], [ -110.66568713210924, 37.510105859126234 ], [ -110.66576342196318, 37.510759561799567 ], [ -110.6656526735714, 37.511489350749812 ], [ -110.6654744143152, 37.512133319045851 ], [ -110.66531213465316, 37.512999067005005 ], [ -110.66503656436767, 37.5138942382804 ], [ -110.66469288860364, 37.514835184824484 ], [ -110.66442241294226, 37.515852953813649 ], [ -110.66426148975846, 37.516411339803831 ], [ -110.66413435011991, 37.517005875990179 ], [ -110.66404166152833, 37.517740220762036 ], [ -110.66391326492935, 37.518361793788046 ], [ -110.66357553601242, 37.519230644448619 ], [ -110.66345649143932, 37.519532260786875 ], [ -110.66327797339767, 37.519973418181543 ], [ -110.66306558195438, 37.520648832103639 ], [ -110.66288196456199, 37.521216164570674 ], [ -110.66274470609665, 37.521540262071255 ], [ -110.66255019366263, 37.522012920098128 ], [ -110.66208238719231, 37.522859761544808 ], [ -110.66180189652509, 37.52357463776017 ], [ -110.66145966224342, 37.524177567745028 ], [ -110.66121455465203, 37.524573462794052 ], [ -110.66092903926155, 37.525145006252359 ], [ -110.66049468065331, 37.526094691784692 ], [ -110.65982254384124, 37.52706622485438 ], [ -110.65924234424506, 37.527727050609492 ], [ -110.65904344744919, 37.527911255007616 ], [ -110.65881623532712, 37.528099884056758 ], [ -110.65849280227968, 37.528292741251896 ], [ -110.65802773314705, 37.528521241839208 ], [ -110.65773287860056, 37.528651084613763 ], [ -110.65743121184731, 37.528785413677845 ], [ -110.6568085111786, 37.52908105394053 ], [ -110.65599697941198, 37.529583453337743 ], [ -110.65501504670505, 37.530220553118298 ], [ -110.65459468622836, 37.530566347164651 ], [ -110.65428783417116, 37.530840363404806 ], [ -110.65395247670585, 37.531159363189012 ], [ -110.6535651221309, 37.531708055651841 ], [ -110.65296762434366, 37.532418373786491 ], [ -110.65231932937803, 37.53309699174482 ], [ -110.65178479313289, 37.533649751521949 ], [ -110.65131296203265, 37.534103544691419 ], [ -110.65096598151807, 37.534481991008271 ], [ -110.65048758071471, 37.535128651764204 ], [ -110.65016834469692, 37.535623452798596 ], [ -110.64995173138524, 37.535956312938005 ], [ -110.6497015960681, 37.536437797084631 ], [ -110.64958001428212, 37.536779951910873 ], [ -110.64935146411364, 37.537243472155808 ], [ -110.64893027733802, 37.537751487210166 ], [ -110.64810486528766, 37.538767563190333 ], [ -110.64757545446929, 37.539418566335122 ], [ -110.64704698790294, 37.540107426793519 ], [ -110.64683500292399, 37.540413254059864 ], [ -110.6462314774769, 37.541173093335907 ], [ -110.64583284379896, 37.541690178035964 ], [ -110.64541690497543, 37.542274811050476 ], [ -110.64489891094298, 37.542895189899149 ], [ -110.64434692736971, 37.543519970802727 ], [ -110.64376635594475, 37.544203250900118 ], [ -110.64341858617357, 37.544729494103983 ], [ -110.64300792768705, 37.545386242617148 ], [ -110.64257451392901, 37.546065454613782 ], [ -110.64207342888814, 37.546690378521106 ], [ -110.64128163486431, 37.547738054182645 ], [ -110.64062093629322, 37.548592332130148 ], [ -110.64013666896902, 37.549244339301133 ], [ -110.63971485281603, 37.549855974019657 ], [ -110.63924241157757, 37.550399850916165 ], [ -110.63870168963524, 37.551015625283732 ], [ -110.63815501499816, 37.551689966866213 ], [ -110.63765363698462, 37.552359938064626 ], [ -110.63724199382496, 37.552967087994709 ], [ -110.63662906456968, 37.553524042666716 ], [ -110.63583938031861, 37.554107489676809 ], [ -110.63470900426164, 37.554901695858526 ], [ -110.63383597347121, 37.555390229271879 ], [ -110.6332328957234, 37.555775939405883 ], [ -110.6325518245413, 37.556134363123633 ], [ -110.63149053039115, 37.556681782288699 ], [ -110.63029289930392, 37.557321604361604 ], [ -110.62942445197932, 37.557787585358682 ], [ -110.62857288746197, 37.558271640076576 ], [ -110.62787474338325, 37.558638996381248 ], [ -110.62724405397326, 37.559101203535946 ], [ -110.6269080452977, 37.559502145502677 ], [ -110.6264752400274, 37.560013646643931 ], [ -110.62569684339299, 37.560574526752404 ], [ -110.62526537341179, 37.560816523215664 ], [ -110.62441377022607, 37.561296040666996 ], [ -110.62353858125748, 37.561960253901162 ], [ -110.62284021910826, 37.562359126701601 ], [ -110.62218709490823, 37.562767153621891 ], [ -110.62153480713339, 37.563008429461171 ], [ -110.62067829353676, 37.563330167366047 ], [ -110.61985619918023, 37.563561874673788 ], [ -110.61926149767737, 37.563609532665048 ], [ -110.61856486217052, 37.563662266483924 ], [ -110.61773809108486, 37.563699251927396 ], [ -110.61688871504323, 37.563728046062458 ], [ -110.61604506922301, 37.563743332445611 ], [ -110.61492415207546, 37.563730668214149 ], [ -110.61378694907785, 37.563582737322854 ], [ -110.61303945534698, 37.56361634376325 ], [ -110.61139156070217, 37.563692052750405 ], [ -110.61013378493428, 37.563868176296076 ], [ -110.60833738697862, 37.564191223780661 ], [ -110.60693732502433, 37.564506550559507 ], [ -110.60609835760062, 37.564706558419921 ], [ -110.60515131746523, 37.565000840779604 ], [ -110.60404488802685, 37.565456824246354 ], [ -110.60314780438144, 37.565936034945352 ], [ -110.60216537744017, 37.566491566026642 ], [ -110.60154648328005, 37.566822978656795 ], [ -110.60108071339914, 37.567105331228497 ], [ -110.60053476169077, 37.567558667288516 ], [ -110.60015265669357, 37.568075650359596 ], [ -110.59969641735765, 37.568690627987081 ], [ -110.59946665865823, 37.569303668328345 ], [ -110.59916288585082, 37.569992170291137 ], [ -110.59894478572453, 37.570541253185766 ], [ -110.59871472973119, 37.571207470486982 ], [ -110.59854726646398, 37.571815312379208 ], [ -110.59839639946036, 37.572495318413154 ], [ -110.59833515562408, 37.573355899087623 ], [ -110.59823650223734, 37.573801731470802 ], [ -110.59824567185491, 37.574202863254015 ], [ -110.59826592393624, 37.574649100200489 ], [ -110.59820673482072, 37.575126613981119 ], [ -110.59828770356174, 37.575865094684346 ], [ -110.59833442350498, 37.576654835619827 ], [ -110.59845396747464, 37.577380828387319 ], [ -110.59856314714841, 37.578350149928362 ], [ -110.59868438475684, 37.578972492907099 ], [ -110.59886171862, 37.579694174704521 ], [ -110.59905397030836, 37.580802585387204 ], [ -110.59933573579825, 37.582115905520411 ], [ -110.59947913008041, 37.582832964092496 ], [ -110.59961110466361, 37.583568010639112 ], [ -110.59982067473416, 37.58461879186568 ], [ -110.60006960280754, 37.585723786777663 ], [ -110.60016172910197, 37.586499258004871 ], [ -110.60036728996927, 37.587243566002712 ], [ -110.60066823940582, 37.588154945605105 ], [ -110.60098729279783, 37.588859075614366 ], [ -110.60122171406664, 37.589504331214997 ], [ -110.60158035505269, 37.590221212088778 ], [ -110.60195015701599, 37.590970577938428 ], [ -110.60225768656522, 37.591716127334657 ], [ -110.60255913198453, 37.592541875238624 ], [ -110.60273758841078, 37.593065257201232 ], [ -110.60290419310665, 37.59368774712302 ], [ -110.60311025522375, 37.594346423304948 ], [ -110.6033276006624, 37.5950141504497 ], [ -110.60361313120421, 37.595641545552098 ], [ -110.60392031875645, 37.596458295324496 ], [ -110.60403106058175, 37.596937281800251 ], [ -110.604068707038, 37.597315072175249 ], [ -110.60416756321121, 37.597685857046649 ], [ -110.60428894099958, 37.598510094405768 ], [ -110.60431600116246, 37.598748140481831 ], [ -110.60432611851972, 37.599190735276025 ], [ -110.60430565437464, 37.599632326164318 ], [ -110.60425781095105, 37.600109879045277 ], [ -110.60412361865355, 37.60084853251665 ], [ -110.60397283688361, 37.60151051569715 ], [ -110.60377707233198, 37.602109253411442 ], [ -110.60348548382684, 37.602618435635314 ], [ -110.60326820831597, 37.602999875882489 ], [ -110.60296036681774, 37.603368392218485 ], [ -110.60256210681244, 37.603696042729503 ], [ -110.60202213541822, 37.604041240982852 ], [ -110.60134661986102, 37.604309364624498 ], [ -110.60047272093145, 37.604599346577047 ], [ -110.59977468155363, 37.60484034456934 ], [ -110.59949094741398, 37.604934023235927 ], [ -110.59906559885749, 37.605027220201684 ], [ -110.59841935583441, 37.605115157467431 ], [ -110.5976031987767, 37.605198005239544 ], [ -110.59644103885255, 37.605365292465734 ], [ -110.59514829529193, 37.605586201022483 ], [ -110.59395765406228, 37.605780406385932 ], [ -110.5928122499747, 37.605988275973537 ], [ -110.59200701291, 37.606143230232838 ], [ -110.59103190740059, 37.606284070283444 ], [ -110.58985811494298, 37.606500826207004 ], [ -110.58864446950663, 37.606752583955164 ], [ -110.58816793639457, 37.606878011531023 ], [ -110.58791839208448, 37.606931221100965 ], [ -110.58677290419625, 37.607148045097134 ], [ -110.58579133664861, 37.607428527485084 ], [ -110.58494050162707, 37.607628340571729 ], [ -110.5837949946562, 37.607845135522282 ], [ -110.582717105854, 37.608125252516295 ], [ -110.5820870806691, 37.608343852398576 ], [ -110.58087833145039, 37.608722636879861 ], [ -110.57989032153098, 37.609133741966183 ], [ -110.5792713047681, 37.609406446545165 ], [ -110.57868688295356, 37.609571110131796 ], [ -110.57782414530227, 37.609864568966536 ], [ -110.57697305238958, 37.610101278565523 ], [ -110.57599748419698, 37.610309593195389 ], [ -110.57529972371665, 37.610478339394021 ], [ -110.57452265072087, 37.610646795526755 ], [ -110.57394953886876, 37.61081147634367 ], [ -110.57346232631853, 37.611012518602323 ], [ -110.57262697077256, 37.611266379143714 ], [ -110.57153714441706, 37.611636484707354 ], [ -110.57045834714197, 37.612057095508767 ], [ -110.56973114740246, 37.612414082171611 ], [ -110.5690554156775, 37.612686526048648 ], [ -110.56819166144027, 37.613143053450024 ], [ -110.56781084504739, 37.613357981630443 ], [ -110.56737807390641, 37.613739466502984 ], [ -110.56700168917665, 37.614166223790932 ], [ -110.56658981770144, 37.614849732111971 ], [ -110.56627983589759, 37.615547133564007 ], [ -110.56595731246442, 37.616451796682213 ], [ -110.56580718208541, 37.616937969138668 ], [ -110.56570748844032, 37.617518967906854 ], [ -110.56552291536102, 37.618081627202301 ], [ -110.56544073916132, 37.618572555935962 ], [ -110.56533982823944, 37.619361759680011 ], [ -110.56519782237885, 37.620396878062174 ], [ -110.56509822412357, 37.62095984947431 ], [ -110.56491830544091, 37.621693779478605 ], [ -110.56468581382229, 37.622697917535952 ], [ -110.56459730371715, 37.623301489544389 ], [ -110.56448444558926, 37.624193400672965 ], [ -110.56421910132957, 37.624999121109425 ], [ -110.56417298016426, 37.62532884150108 ], [ -110.56416389689699, 37.625719989837251 ], [ -110.56416176548277, 37.626085024945795 ], [ -110.56418622811745, 37.626747600655186 ], [ -110.56410021677941, 37.627891985343261 ], [ -110.56399744053759, 37.628995747482172 ], [ -110.5640554006107, 37.629744073978642 ], [ -110.56409243322128, 37.630194880835745 ], [ -110.56411773850368, 37.630713244822346 ], [ -110.56406415519869, 37.631155604763244 ], [ -110.56405013696819, 37.631615236295701 ], [ -110.56401295725642, 37.632159508142522 ], [ -110.56393017536934, 37.632749579715508 ], [ -110.56391025223249, 37.633249749561159 ], [ -110.56384415228057, 37.63389396298551 ], [ -110.56379560464549, 37.634443600559557 ], [ -110.56365683550767, 37.634916290588109 ], [ -110.56360873381061, 37.635389315800026 ], [ -110.56363445881937, 37.635835573850954 ], [ -110.56357373093302, 37.636529380347589 ], [ -110.56346305382893, 37.637042734133502 ], [ -110.56336990359475, 37.63746601874206 ], [ -110.56326541824797, 37.637889261285238 ], [ -110.56302953381996, 37.638492284859964 ], [ -110.56255986727849, 37.63933780274705 ], [ -110.56223380015119, 37.639854862987988 ], [ -110.56168588673923, 37.640510805730877 ], [ -110.56119543152062, 37.641031758810897 ], [ -110.56064323966439, 37.641448825998886 ], [ -110.55984761294987, 37.641819915688892 ], [ -110.55938156247264, 37.642043510543417 ], [ -110.55902890940479, 37.642258514069454 ], [ -110.55852948965718, 37.642373820235512 ], [ -110.55771293660757, 37.642447375584943 ], [ -110.55724249239005, 37.642454624360198 ], [ -110.55686251167644, 37.642498264605891 ], [ -110.55629598998765, 37.642460081788826 ], [ -110.55539549786329, 37.64235303778694 ], [ -110.55467104568599, 37.642188064583841 ], [ -110.55407133174377, 37.64201454510691 ], [ -110.55358518254262, 37.641805398838841 ], [ -110.55317821619101, 37.641623590625528 ], [ -110.55267013257607, 37.641292676882905 ], [ -110.55222427952297, 37.640980925250965 ], [ -110.55164296946704, 37.640576720741365 ], [ -110.55105073272209, 37.640105772756293 ], [ -110.55027769831572, 37.639543998924452 ], [ -110.54959551221732, 37.638955526716849 ], [ -110.54895276096613, 37.638407761526722 ], [ -110.54830405203219, 37.637909543610419 ], [ -110.54761086307533, 37.637271444105025 ], [ -110.54691180012577, 37.636669371472181 ], [ -110.54621236474496, 37.636130386933772 ], [ -110.5451163659164, 37.635572744518576 ], [ -110.54456831215525, 37.63530383400478 ], [ -110.54389052683273, 37.634936173576968 ], [ -110.54350612337865, 37.634781459331776 ], [ -110.54316746940201, 37.634559320580038 ], [ -110.54298165357196, 37.634364813136877 ], [ -110.54230955134763, 37.633997165625033 ], [ -110.54158626189103, 37.633660862269288 ], [ -110.54083862445711, 37.633414593608421 ], [ -110.54026369708166, 37.63328166066065 ], [ -110.53960581643787, 37.633184454803676 ], [ -110.53897599229279, 37.633132421853475 ], [ -110.53864837714593, 37.633144661345689 ], [ -110.53778649014203, 37.633231421911923 ], [ -110.53648692564346, 37.633532778835253 ], [ -110.53503390658304, 37.633904722500731 ], [ -110.53474428153901, 37.634003629346431 ], [ -110.53438054425402, 37.634173448763683 ], [ -110.53341903781531, 37.634782560454532 ], [ -110.53274700238792, 37.635316197202762 ], [ -110.53223957813641, 37.635805415877407 ], [ -110.53189091006996, 37.636280840889654 ], [ -110.53175354205338, 37.636497518261919 ], [ -110.53160535431419, 37.636632130750421 ], [ -110.53140576764916, 37.636829632576166 ], [ -110.531244516833, 37.637058833201621 ], [ -110.53106263742724, 37.637324005121435 ], [ -110.53039403942799, 37.638205558170569 ], [ -110.52955964233952, 37.639314484658826 ], [ -110.52935961661085, 37.639579581461149 ], [ -110.5292335466181, 37.63979990616091 ], [ -110.52909525976403, 37.640159889252715 ], [ -110.52892598918038, 37.64093887029604 ], [ -110.52873464370398, 37.641623122405221 ], [ -110.52845848418814, 37.642275488354535 ], [ -110.52806096708861, 37.643296916304465 ], [ -110.5276587131964, 37.644169603182775 ], [ -110.52716479801076, 37.645195148413563 ], [ -110.52659186566461, 37.646166294117592 ], [ -110.52628337020036, 37.646728390981131 ], [ -110.52595021859302, 37.647245321086309 ], [ -110.52550455445075, 37.647806864510265 ], [ -110.52501391441882, 37.648309638257935 ], [ -110.52472247414642, 37.648682518898916 ], [ -110.52425409196528, 37.649248472562945 ], [ -110.52375796752948, 37.649719672045165 ], [ -110.52343239276112, 37.650110438284138 ], [ -110.52285092097792, 37.650630862492164 ], [ -110.52226383081849, 37.651142247657731 ], [ -110.52195073356974, 37.65135279311513 ], [ -110.5214954135031, 37.651643881106587 ], [ -110.52083488181742, 37.652114401012405 ], [ -110.52000915473644, 37.65271043203672 ], [ -110.5192859932009, 37.65322124835761 ], [ -110.51851142981846, 37.653790437153638 ], [ -110.51786809810449, 37.654224956977956 ], [ -110.51730484378261, 37.654547134086457 ], [ -110.51654211406313, 37.65503523804027 ], [ -110.51575024255204, 37.655644897538721 ], [ -110.51501016491389, 37.656133084423814 ], [ -110.51421377529816, 37.656562447971545 ], [ -110.51355380104501, 37.656933781983049 ], [ -110.51315609918603, 37.657071848086787 ], [ -110.51265110782613, 37.657146376230159 ], [ -110.51212949349626, 37.657162246732589 ], [ -110.5115521688308, 37.657029164108096 ], [ -110.51097599900847, 37.656720323267898 ], [ -110.51013528536444, 37.656126461011681 ], [ -110.50937385255885, 37.655546442528141 ], [ -110.50865210949459, 37.654966584431996 ], [ -110.50798670307893, 37.654441036954204 ], [ -110.50720824008765, 37.653869946736712 ], [ -110.50662176041128, 37.653412321303229 ], [ -110.50615270720395, 37.653027291364857 ], [ -110.50569669468203, 37.652727940991447 ], [ -110.50518385556991, 37.652450883868148 ], [ -110.50466266592495, 37.652236882881461 ], [ -110.50425522477884, 37.652136024512572 ], [ -110.50396651389411, 37.652080730782529 ], [ -110.50364392117359, 37.652006365759874 ], [ -110.50319755103068, 37.651793574428282 ], [ -110.50283672032013, 37.651503627149445 ], [ -110.50232954747344, 37.651059834552711 ], [ -110.50199742453901, 37.650715925705164 ], [ -110.5017774887944, 37.650548250081059 ], [ -110.50152867226967, 37.650461572154036 ], [ -110.50126267175681, 37.65040186110113 ], [ -110.50072311627935, 37.650395072085786 ], [ -110.50009929896068, 37.650613257273484 ], [ -110.4996389870519, 37.650791572705593 ], [ -110.49921219650766, 37.651042135416333 ], [ -110.49889333702527, 37.65125710170355 ], [ -110.49862560886331, 37.651454257749656 ], [ -110.4982326372825, 37.651732000635945 ], [ -110.49798084793491, 37.652086956531107 ], [ -110.49766497703854, 37.652698519312615 ], [ -110.49734136706761, 37.653616501852419 ], [ -110.49697157626551, 37.654656867858073 ], [ -110.49682080215679, 37.655160070552569 ], [ -110.49675008192979, 37.655559961155959 ], [ -110.49673478498339, 37.656146664268363 ], [ -110.49692297828328, 37.656818960712535 ], [ -110.49718870972708, 37.657761987422759 ], [ -110.49726716373623, 37.658569015361429 ], [ -110.49733995266278, 37.658871272280841 ], [ -110.4973829921117, 37.659213962387483 ], [ -110.49732375996065, 37.659591368675152 ], [ -110.49719667370869, 37.659943248360221 ], [ -110.49702436461833, 37.660276007061483 ], [ -110.49654341873443, 37.660981501839416 ], [ -110.49592568202682, 37.661962217947703 ], [ -110.49560368690071, 37.662464686571688 ], [ -110.49532825754213, 37.662954734845435 ], [ -110.49517040199183, 37.663494858986134 ], [ -110.494978721781, 37.66434129111888 ], [ -110.49476423878215, 37.665205651783239 ], [ -110.49456985387096, 37.666115164654606 ], [ -110.49445969555494, 37.666475225459543 ], [ -110.49424700199421, 37.66690695309557 ], [ -110.4939892889158, 37.667288913917467 ], [ -110.49355417363174, 37.667913472187422 ], [ -110.49290303545096, 37.668622726734675 ], [ -110.49265143898933, 37.668937110899648 ], [ -110.49234293822884, 37.669281894875084 ], [ -110.49198915951158, 37.669614765695009 ], [ -110.49116858573646, 37.670224134003469 ], [ -110.49016096800875, 37.670823674806726 ], [ -110.4890792906792, 37.67147245931973 ], [ -110.48841887431382, 37.671870689026534 ], [ -110.48770510117632, 37.672606682391077 ], [ -110.48712236720417, 37.673248601456571 ], [ -110.48662448222031, 37.673917926825915 ], [ -110.4863265826142, 37.674362788485297 ], [ -110.48613064185994, 37.674821613585856 ], [ -110.48602575733928, 37.675231261985694 ], [ -110.48600052895365, 37.675600697565699 ], [ -110.48598103232425, 37.675961144792787 ], [ -110.48603536820339, 37.676303887160678 ], [ -110.48624170422615, 37.676805024527319 ], [ -110.48635875294329, 37.677098466705552 ], [ -110.48644735959843, 37.67740530486487 ], [ -110.48647858380163, 37.677811039428931 ], [ -110.48640203141203, 37.678387557382926 ], [ -110.48633573063459, 37.678792867171346 ], [ -110.48622995600401, 37.679166458388949 ], [ -110.48598391800741, 37.679652104480695 ], [ -110.48560576884024, 37.680218293543902 ], [ -110.48509521768618, 37.680906484167799 ], [ -110.48471107955893, 37.681516809204403 ], [ -110.48452313012753, 37.681799906656067 ], [ -110.48441277453358, 37.682177982638706 ], [ -110.48443806947189, 37.682619744643382 ], [ -110.48439652969836, 37.6837056648627 ], [ -110.48454918952324, 37.684589634786654 ], [ -110.48456444934794, 37.685662283019546 ], [ -110.48467147530228, 37.686585711516614 ], [ -110.48477783661896, 37.687605579043542 ], [ -110.48478553055349, 37.688132889896572 ], [ -110.48474125186361, 37.688795172901266 ], [ -110.48470959252222, 37.689272738636866 ], [ -110.4847391277298, 37.689921824101738 ], [ -110.48465976128999, 37.690737179344936 ], [ -110.48454577412156, 37.69163800925584 ], [ -110.48447372819378, 37.692214544225038 ], [ -110.4843331656904, 37.692857477752227 ], [ -110.48400989249731, 37.69367717324743 ], [ -110.48362865565642, 37.694675978096775 ], [ -110.48355342877188, 37.694891967259267 ], [ -110.48354027318169, 37.69515329461133 ], [ -110.48358968336166, 37.695388757468756 ], [ -110.48371152131905, 37.695812013526961 ], [ -110.48382790169832, 37.696204600415022 ], [ -110.48398332728374, 37.6966919973977 ], [ -110.48422131880051, 37.697378047294698 ], [ -110.48448090702897, 37.697730700046719 ], [ -110.48481798519492, 37.698196356677109 ], [ -110.48514986346464, 37.698594390091614 ], [ -110.48554422007049, 37.698980076582608 ], [ -110.48600708835349, 37.69930116486632 ], [ -110.48657145356987, 37.699709220692604 ], [ -110.48705645240766, 37.700112421946081 ], [ -110.48765402861103, 37.700641394827066 ], [ -110.48797452117559, 37.701049285325389 ], [ -110.48826654055976, 37.701474176573683 ], [ -110.48836712127624, 37.701694536747581 ], [ -110.48839333700137, 37.702006509506383 ], [ -110.48834015313957, 37.702317236402735 ], [ -110.48810491082924, 37.702708292404267 ], [ -110.48773501560237, 37.703049190029091 ], [ -110.48720883661437, 37.703515592580807 ], [ -110.48615626006361, 37.703984206536795 ], [ -110.48587185168672, 37.704100139170571 ], [ -110.48508734015564, 37.704353593776922 ], [ -110.4842011016046, 37.704552518609773 ], [ -110.48321846504736, 37.704746507670173 ], [ -110.48220708699431, 37.704994441861118 ], [ -110.4810537747975, 37.705259769261012 ], [ -110.48039452437972, 37.705441637683712 ], [ -110.47976438726793, 37.705515471773154 ], [ -110.4793039704801, 37.705653144914173 ], [ -110.47851355678952, 37.70609580791384 ], [ -110.47743088816692, 37.706636316439678 ], [ -110.47655356979654, 37.707173220129036 ], [ -110.47591501303887, 37.707634566074162 ], [ -110.47508742576889, 37.708355550068838 ], [ -110.47423071563365, 37.709181853279659 ], [ -110.47304743013845, 37.710302325501466 ], [ -110.47206063816904, 37.711227176783858 ], [ -110.47162119818194, 37.711599257947938 ], [ -110.47099779648532, 37.712313015460289 ], [ -110.47037486393479, 37.712959172341129 ], [ -110.46988229630979, 37.71361943192565 ], [ -110.46962426221113, 37.714005840805768 ], [ -110.46948009832282, 37.714334175471514 ], [ -110.4693082763947, 37.714563239808392 ], [ -110.46911344069434, 37.714837266453486 ], [ -110.46905462244561, 37.715129931858947 ], [ -110.46894771908187, 37.715800936641074 ], [ -110.46902270976129, 37.716580919430164 ], [ -110.46914319615537, 37.717027617212295 ], [ -110.4693368959658, 37.717708988525033 ], [ -110.46950777845514, 37.718408283251392 ], [ -110.46964907763531, 37.719278696006555 ], [ -110.46965290596303, 37.720333261380105 ], [ -110.46967638863113, 37.721018372552955 ], [ -110.46966260028977, 37.721360813265719 ], [ -110.46952735820435, 37.722027183757476 ], [ -110.46923841752913, 37.722764967955882 ], [ -110.46914574558561, 37.723030440896956 ], [ -110.46897368563086, 37.723448781028843 ], [ -110.46874822861602, 37.723875893485051 ], [ -110.46830073593011, 37.724567894383128 ], [ -110.46726685416337, 37.725536654951561 ], [ -110.46631957050018, 37.726293987590303 ], [ -110.46531562753064, 37.72703753566023 ], [ -110.46409642473598, 37.727729622632374 ], [ -110.46313468807574, 37.728122729551245 ], [ -110.4613715017497, 37.728709558781041 ], [ -110.45960861533825, 37.729251296797756 ], [ -110.45777676209121, 37.729909862875353 ], [ -110.45686098798093, 37.730216602847193 ], [ -110.45589318433366, 37.730653787076648 ], [ -110.45506167794369, 37.731073567022726 ], [ -110.45420799525286, 37.731421132700568 ], [ -110.45355293019945, 37.731765106425044 ], [ -110.45259457085926, 37.732455578218712 ], [ -110.45190969678818, 37.732992286866818 ], [ -110.45139576375611, 37.733431543206216 ], [ -110.45089190840285, 37.734042095064723 ], [ -110.45020563445748, 37.7347644590267 ], [ -110.44979812398165, 37.735388975141568 ], [ -110.44941283693885, 37.736076685964072 ], [ -110.44911326047765, 37.736683677234304 ], [ -110.44875606541152, 37.73740756979295 ], [ -110.44845711335685, 37.737928936778893 ], [ -110.44832929725891, 37.738329425877694 ], [ -110.44812607071142, 37.738950385042678 ], [ -110.44791582729556, 37.739751574790631 ], [ -110.44786413708985, 37.740598572808366 ], [ -110.44773048716667, 37.741783181343536 ], [ -110.44764792519838, 37.742201907815755 ], [ -110.44758828958868, 37.742590096804804 ], [ -110.44758107694938, 37.742949689236873 ], [ -110.44757752663681, 37.743427371573148 ], [ -110.44764437225344, 37.744207325545446 ], [ -110.44765573741756, 37.744968993032366 ], [ -110.4477668776012, 37.746051095974813 ], [ -110.44783687119755, 37.746560668766293 ], [ -110.44786186562303, 37.747015951589766 ], [ -110.44778497347377, 37.747434704333024 ], [ -110.44771634984286, 37.748268102058788 ], [ -110.44768093951851, 37.749214320009408 ], [ -110.44756751219691, 37.749966388822344 ], [ -110.44752694232095, 37.750232087401073 ], [ -110.44751167526006, 37.750606062690174 ], [ -110.44753526559138, 37.7510973913935 ], [ -110.44745191648836, 37.751772988842113 ], [ -110.44746468736091, 37.752345385307386 ], [ -110.44744891241578, 37.752940180823188 ], [ -110.44748421869193, 37.753535215755925 ], [ -110.44746807488367, 37.754179581868847 ], [ -110.44741807688374, 37.754796749672998 ], [ -110.44739662493298, 37.755391518315719 ], [ -110.44732465927632, 37.755909438088892 ], [ -110.44713316232813, 37.756471862937538 ], [ -110.44694730487534, 37.757038820460558 ], [ -110.44665296878664, 37.757689992106052 ], [ -110.44622692173161, 37.758495570541044 ], [ -110.4459785472898, 37.759071245691175 ], [ -110.44581578250222, 37.759584230714083 ], [ -110.44568841119468, 37.759918020016698 ], [ -110.44526850154394, 37.760658728720415 ], [ -110.44475778246949, 37.761396304051232 ], [ -110.4445803404812, 37.761592856095149 ], [ -110.44424273904453, 37.76195179085412 ], [ -110.44390016647716, 37.762216062999016 ], [ -110.44349528606959, 37.762462013599155 ], [ -110.44296031843265, 37.762644255871457 ], [ -110.44269829027725, 37.762764694650585 ], [ -110.44217252076946, 37.763082174161887 ], [ -110.44148970333771, 37.763448479460656 ], [ -110.44085595035578, 37.763932184568247 ], [ -110.44024064527422, 37.764226697609907 ], [ -110.43975012442745, 37.764534419123137 ], [ -110.43924279434756, 37.764812315179526 ], [ -110.43855874320916, 37.765187610571438 ], [ -110.43791982541616, 37.765599169827723 ], [ -110.43719031290784, 37.765978746911109 ], [ -110.4365516200976, 37.76635875370156 ], [ -110.43596421664363, 37.766711963038574 ], [ -110.43523981170118, 37.76716365753083 ], [ -110.43477215689693, 37.76744532949899 ], [ -110.43431647691796, 37.767645037442634 ], [ -110.43400328482191, 37.767770618956014 ], [ -110.43370699151689, 37.767913405815484 ], [ -110.43311385108215, 37.768271079770265 ], [ -110.43253123218108, 37.768736959090262 ], [ -110.43210893794539, 37.769023345346923 ], [ -110.4315501184924, 37.769345124133189 ], [ -110.43066071856519, 37.769836553204733 ], [ -110.43004501319534, 37.770171569623386 ], [ -110.42950833026519, 37.77056555078984 ], [ -110.42918290463022, 37.770802823062276 ], [ -110.42889631504983, 37.77115745344517 ], [ -110.42869550306739, 37.771431380757676 ], [ -110.42848302322048, 37.771745810240283 ], [ -110.4281617738484, 37.77217688231331 ], [ -110.42774933876994, 37.772652576358333 ], [ -110.42721738716328, 37.773312457278323 ], [ -110.42711855678084, 37.773465200124583 ], [ -110.42700306457357, 37.773717006336156 ], [ -110.42681369751418, 37.773977466230292 ], [ -110.42662478155469, 37.774179342635229 ], [ -110.42647006760598, 37.774363358935084 ], [ -110.42631977661358, 37.774709632935917 ], [ -110.42617505705726, 37.77506945354903 ], [ -110.42608185749776, 37.775374544801394 ], [ -110.4260446507183, 37.775780855769355 ], [ -110.42619470137652, 37.776200697100094 ], [ -110.42641675024743, 37.776855230061734 ], [ -110.42673058318721, 37.777388531894182 ], [ -110.42719560583608, 37.778048751702428 ], [ -110.42757252867705, 37.778501239756963 ], [ -110.42774755111552, 37.778776990253995 ], [ -110.42786009656483, 37.778908227116126 ], [ -110.428091491278, 37.779089612975369 ], [ -110.42815370252933, 37.779121460851961 ], [ -110.42841978929023, 37.779221896290643 ], [ -110.4287202549874, 37.779281938747118 ], [ -110.429424363035, 37.77927543594685 ], [ -110.43000998725519, 37.779171014079189 ], [ -110.43111356180113, 37.778901446925474 ], [ -110.43203530639506, 37.77864901934462 ], [ -110.4326731642043, 37.778395218024201 ], [ -110.43349916923509, 37.778038666941519 ], [ -110.43433132469187, 37.777619047631816 ], [ -110.43487288109729, 37.777334127312272 ], [ -110.43525461969395, 37.777159300138031 ], [ -110.43555665897176, 37.777012030677078 ], [ -110.43590445946818, 37.776819913850417 ], [ -110.43673186770675, 37.776274070814615 ], [ -110.43751921462186, 37.77576858976046 ], [ -110.43814659522513, 37.775393031201666 ], [ -110.43866644040067, 37.774971891355655 ], [ -110.43945389648191, 37.774448371420704 ], [ -110.43992715351571, 37.774180227622779 ], [ -110.44076849833618, 37.773886789944186 ], [ -110.44103731390794, 37.773775401153074 ], [ -110.44150376507218, 37.773655935481415 ], [ -110.4420326306315, 37.773541270080521 ], [ -110.44271481393109, 37.773422820913467 ], [ -110.4433804363878, 37.773241197574748 ], [ -110.44391504091568, 37.773117537665335 ], [ -110.44480865584762, 37.772815304510353 ], [ -110.44576467885544, 37.772517864656422 ], [ -110.4469297419183, 37.772356595473283 ], [ -110.44792538636223, 37.772226067145724 ], [ -110.44850946652252, 37.772165710118735 ], [ -110.44889524520039, 37.772203567536756 ], [ -110.44932704314959, 37.772160520452545 ], [ -110.44964432923994, 37.772094404156732 ], [ -110.45039491476891, 37.772088894181508 ], [ -110.45149784956649, 37.77203544773073 ], [ -110.45258118160294, 37.772022459045949 ], [ -110.45364861738069, 37.772009386698535 ], [ -110.45427316947291, 37.772003267599644 ], [ -110.45486956738395, 37.771965468934312 ], [ -110.45560198477698, 37.771959841735097 ], [ -110.45618673041392, 37.771962541731995 ], [ -110.4564598270677, 37.771882683399369 ], [ -110.45703456902811, 37.771700563502442 ], [ -110.45772888295289, 37.771470320089655 ], [ -110.4584749897509, 37.771143869883645 ], [ -110.45889660449691, 37.770938504185438 ], [ -110.45931234298259, 37.770760149454631 ], [ -110.459710589298, 37.770644805104197 ], [ -110.46023264816223, 37.770678743588952 ], [ -110.46088491979994, 37.770762847887809 ], [ -110.46120257330092, 37.77080035332542 ], [ -110.46155373396252, 37.770914622804113 ], [ -110.46198936615885, 37.771123915021462 ], [ -110.46261243686966, 37.771478270978655 ], [ -110.4631202538522, 37.771755486811529 ], [ -110.46358294634969, 37.772149666004744 ], [ -110.46396032316964, 37.772565988177867 ], [ -110.46443200663019, 37.773289184853432 ], [ -110.46493792544766, 37.773990002168887 ], [ -110.46553300454345, 37.774925563516582 ], [ -110.4660714212649, 37.775847345305117 ], [ -110.46642430694092, 37.776515916506561 ], [ -110.46679494366569, 37.777085422338828 ], [ -110.4671153578721, 37.777375292407058 ], [ -110.46749559732999, 37.777557274251542 ], [ -110.46782987034858, 37.777657027673641 ], [ -110.46843030076249, 37.777854421781356 ], [ -110.46875891813966, 37.777951443113444 ], [ -110.46903625730152, 37.778073469277651 ], [ -110.46926200896205, 37.778263762328386 ], [ -110.46957731617212, 37.778634720969471 ], [ -110.46989763756572, 37.779258069286463 ], [ -110.47014236480844, 37.77981347821958 ], [ -110.47037004026114, 37.780531046481642 ], [ -110.47056371070151, 37.781240349616489 ], [ -110.4707694025315, 37.781856871032254 ], [ -110.47108225318918, 37.782575721561194 ], [ -110.47146421528208, 37.783158782865563 ], [ -110.4717263346715, 37.783826930427061 ], [ -110.47192118709113, 37.784373098563748 ], [ -110.47203571472812, 37.785036077175583 ], [ -110.47209528945865, 37.785441935117412 ], [ -110.4720981467341, 37.785838525766174 ], [ -110.47207797044088, 37.786280078845948 ], [ -110.47202240962498, 37.786906242519379 ], [ -110.47206334766682, 37.787537345092773 ], [ -110.47211379577001, 37.788268535927507 ], [ -110.47226357561159, 37.788926263967717 ], [ -110.47232139189148, 37.78957997466258 ], [ -110.47243528977693, 37.790333080777373 ], [ -110.47251075306124, 37.790901245562559 ], [ -110.47269911149495, 37.79156545468598 ], [ -110.47298816633202, 37.792444626242201 ], [ -110.4732301913608, 37.793549816061415 ], [ -110.47327899712151, 37.793874506625137 ], [ -110.47335696533342, 37.794091170068995 ], [ -110.47346836754723, 37.794398114081609 ], [ -110.47356410899573, 37.794511205923996 ], [ -110.47368247039437, 37.79463791841976 ], [ -110.47385758926929, 37.794769390838525 ], [ -110.47416325990379, 37.794910458873289 ], [ -110.47455421134757, 37.795038386814007 ], [ -110.47516096368837, 37.795167275004815 ], [ -110.47585829475599, 37.795337122120699 ], [ -110.47636825510801, 37.795501625922427 ], [ -110.4766508680019, 37.795692157180582 ], [ -110.47694449082607, 37.795932308794704 ], [ -110.47717574167473, 37.796158663221249 ], [ -110.47730442211032, 37.796434134316449 ], [ -110.47735350146769, 37.79672277183515 ], [ -110.47738214689898, 37.797493520444206 ], [ -110.47737751152809, 37.7981514573694 ], [ -110.47736387350521, 37.798474967716274 ], [ -110.47729951518231, 37.798903706461196 ], [ -110.47718209506117, 37.799286242790835 ], [ -110.47694980884418, 37.800010767346109 ], [ -110.47669572258422, 37.800604504388225 ], [ -110.47648243763973, 37.801049705800928 ], [ -110.47602794025434, 37.801872384812995 ], [ -110.47578501871328, 37.802330972689312 ], [ -110.47547560617834, 37.802874888518616 ], [ -110.47511377758484, 37.803441102709925 ], [ -110.47499272020606, 37.803692930260894 ], [ -110.47484233856144, 37.804075316991124 ], [ -110.47449677180006, 37.80474975889004 ], [ -110.47412433396018, 37.805207765241519 ], [ -110.4738725087842, 37.80547703393426 ], [ -110.47361557779415, 37.805665161330317 ], [ -110.47327885659399, 37.806051219678999 ], [ -110.47306446324156, 37.806487396328571 ], [ -110.47292025816178, 37.806797703198406 ], [ -110.47281575312712, 37.807116299333593 ], [ -110.47261451628138, 37.807458797707511 ], [ -110.47214523800208, 37.807952416326586 ], [ -110.47172200304543, 37.808360615074882 ], [ -110.47141920574222, 37.808606215670906 ], [ -110.47114543628513, 37.808763617440633 ], [ -110.47071885935452, 37.808842819459791 ], [ -110.4700476879397, 37.808970491847816 ], [ -110.46966661309865, 37.809040881643753 ], [ -110.46939397346168, 37.809039653908648 ], [ -110.46890071792298, 37.808911247757933 ], [ -110.46854381573579, 37.808778948233837 ], [ -110.46788623262935, 37.808595717781863 ], [ -110.46724472132242, 37.80854775279478 ], [ -110.46627909704821, 37.808547888324057 ], [ -110.46557468565412, 37.80855821436807 ], [ -110.46489883647394, 37.808546133206114 ], [ -110.46421704712159, 37.808570073530483 ], [ -110.4634616136354, 37.808566635222824 ], [ -110.46250699006413, 37.8086163619517 ], [ -110.46183048039677, 37.808695292421433 ], [ -110.46117128429987, 37.808736443201887 ], [ -110.46034713242773, 37.808809281864725 ], [ -110.45934513961507, 37.808966923051742 ], [ -110.45843058155151, 37.809129464246944 ], [ -110.45771440864463, 37.809193767741782 ], [ -110.45674817599993, 37.809275841443146 ], [ -110.45606631837514, 37.809307846025291 ], [ -110.45493513716022, 37.809419787591132 ], [ -110.45390566191317, 37.809604294532427 ], [ -110.45343906977212, 37.80971479419371 ], [ -110.45285386055058, 37.809734610223046 ], [ -110.45202427651104, 37.809771312994833 ], [ -110.45130859253047, 37.809767981609461 ], [ -110.45084824303214, 37.809801888817127 ], [ -110.45046791460729, 37.809768569389199 ], [ -110.44983305528912, 37.8095898508411 ], [ -110.44909662866149, 37.809320523044001 ], [ -110.44796331385099, 37.808954693976389 ], [ -110.44731206601618, 37.808690260714293 ], [ -110.44685958658361, 37.808431263899266 ], [ -110.44609014655701, 37.808022059421191 ], [ -110.4454001993988, 37.807617730734187 ], [ -110.44470961862892, 37.807299019368294 ], [ -110.4442176345561, 37.807008280361607 ], [ -110.44371587019441, 37.806658908027124 ], [ -110.44279111167965, 37.806212896082904 ], [ -110.44228296801515, 37.805958124916096 ], [ -110.44175627963381, 37.805752835679634 ], [ -110.44114933130768, 37.805646307369962 ], [ -110.44013354866775, 37.805524314000799 ], [ -110.4396618615819, 37.805558123697828 ], [ -110.43920109047546, 37.805650568556253 ], [ -110.43884093969352, 37.805806582587671 ], [ -110.43828772986359, 37.806254600508517 ], [ -110.43770473928328, 37.806734019437236 ], [ -110.43747005629501, 37.806971745829721 ], [ -110.43722325975214, 37.80730855782631 ], [ -110.43686139228569, 37.807838600597215 ], [ -110.4365513510393, 37.808275154009102 ], [ -110.43634321611103, 37.808755457018485 ], [ -110.43624760899479, 37.809376902292357 ], [ -110.43615251423952, 37.809930751753051 ], [ -110.43597382810249, 37.810272393448678 ], [ -110.43576523100658, 37.810812179366742 ], [ -110.4354790147909, 37.811847312286105 ], [ -110.43547602963389, 37.812239366914625 ], [ -110.43544340790271, 37.812793514884916 ], [ -110.4354449016873, 37.81334331976452 ], [ -110.43543493182754, 37.813906589264988 ], [ -110.43539290439708, 37.81420381933188 ], [ -110.43540224025803, 37.814469749805355 ], [ -110.43546280269047, 37.814722406173672 ], [ -110.43555173328804, 37.814979704978228 ], [ -110.43563258258229, 37.815552422575017 ], [ -110.43561365424824, 37.815800191405089 ], [ -110.43556959816178, 37.816214581664582 ], [ -110.43560234701461, 37.816539209191582 ], [ -110.43564884031225, 37.81714781429622 ], [ -110.43571771377644, 37.817801591889896 ], [ -110.43580517393131, 37.818252664340484 ], [ -110.4358471895098, 37.818703519046998 ], [ -110.43579259876198, 37.819158417536642 ], [ -110.43556768714703, 37.819598980322638 ], [ -110.43547504443356, 37.819828369566345 ], [ -110.43542695511782, 37.82017514215179 ], [ -110.43541343094114, 37.820458988918119 ], [ -110.4352909746773, 37.820873002915562 ], [ -110.43523637875199, 37.821327900940219 ], [ -110.43514208425742, 37.821773595465899 ], [ -110.4350654154498, 37.822142763379382 ], [ -110.43505770782158, 37.822408611776844 ], [ -110.43503788237223, 37.822773545726818 ], [ -110.43491517950604, 37.823219103686469 ], [ -110.43480455900709, 37.823570082317133 ], [ -110.43476889157115, 37.823777211562522 ], [ -110.43479537239459, 37.824029704336425 ], [ -110.43488283379567, 37.824480777009917 ], [ -110.43483712034974, 37.825260187293104 ], [ -110.43477428643315, 37.826049429657644 ], [ -110.43471501477832, 37.827116291100189 ], [ -110.43459141619465, 37.828422590761342 ], [ -110.43442428688975, 37.829476315510178 ], [ -110.43424110571959, 37.830399273481135 ], [ -110.43382207883599, 37.831699645526768 ], [ -110.43354387857975, 37.832563560397958 ], [ -110.43321146958303, 37.833530863621249 ], [ -110.43301435548616, 37.834043658405292 ], [ -110.43284726967913, 37.834344790884487 ], [ -110.43257188085495, 37.834690466571239 ], [ -110.43224951422548, 37.835234202064555 ], [ -110.43202876624986, 37.835715335434202 ], [ -110.43183298177576, 37.836201095297056 ], [ -110.43146466909685, 37.836806796770816 ], [ -110.43110322996604, 37.837256604643159 ], [ -110.43068910192436, 37.837759333590441 ], [ -110.43011120930539, 37.838423503335854 ], [ -110.42961920819224, 37.838853747233351 ], [ -110.42887516602846, 37.839544145011715 ], [ -110.42793135777765, 37.840346230656614 ], [ -110.42735315469456, 37.840897722026298 ], [ -110.42694168622324, 37.841197657069657 ], [ -110.42659822925224, 37.841520454394264 ], [ -110.42608931429592, 37.841928068256813 ], [ -110.42528350480556, 37.84251449191698 ], [ -110.42470087770441, 37.842899207339912 ], [ -110.42424321074071, 37.843144828920821 ], [ -110.42382229493865, 37.843341056872269 ], [ -110.42321756212293, 37.843643638161083 ], [ -110.42239048506454, 37.844037058816319 ], [ -110.42160946591389, 37.844353187820388 ], [ -110.42109666030248, 37.844525520728482 ], [ -110.42070402052347, 37.844592088892867 ], [ -110.4201012692661, 37.844638693927692 ], [ -110.41914065004016, 37.844665505196907 ], [ -110.41849201124751, 37.844765953775884 ], [ -110.41791657269579, 37.844952384327108 ], [ -110.41719281337834, 37.845210182270598 ], [ -110.416668335241, 37.845419391432465 ], [ -110.41587118900401, 37.84561372651563 ], [ -110.41525027533977, 37.845799918388373 ], [ -110.41469151289151, 37.846031480994171 ], [ -110.41414983100411, 37.846258619394433 ], [ -110.41349452532704, 37.846480682925275 ], [ -110.41254345861131, 37.846732813289002 ], [ -110.41133676494435, 37.846970138850885 ], [ -110.40946876743799, 37.847465515048185 ], [ -110.40823277353442, 37.847810817928213 ], [ -110.406661232525, 37.848326566102131 ], [ -110.40622675400404, 37.848503735070359 ], [ -110.40586112834009, 37.848740735711118 ], [ -110.40547819807939, 37.849009193373071 ], [ -110.40487741977758, 37.849511788569721 ], [ -110.40452750025823, 37.849914703742989 ], [ -110.40400580723225, 37.850475377515494 ], [ -110.40346709314326, 37.851031456168435 ], [ -110.40324905592107, 37.851288123411386 ], [ -110.40306520350134, 37.851534147925101 ], [ -110.40288076105897, 37.851853174490472 ], [ -110.40273041641919, 37.852172373699233 ], [ -110.40261347913298, 37.852577365722048 ], [ -110.40252889463798, 37.853198833839976 ], [ -110.40255830317705, 37.85378032173881 ], [ -110.40265996005226, 37.854564968635671 ], [ -110.40266444495317, 37.855277018446145 ], [ -110.40287341106507, 37.856287534265483 ], [ -110.40297721879632, 37.856806308051702 ], [ -110.40304688981031, 37.857329415146225 ], [ -110.40312319022907, 37.857735386806453 ], [ -110.40321096784254, 37.858127897069195 ], [ -110.40356978574874, 37.858742598851997 ], [ -110.40401393894518, 37.859348718466102 ], [ -110.40414292468074, 37.859565683135379 ], [ -110.40422586022147, 37.859854518613439 ], [ -110.40426270898517, 37.860219731297704 ], [ -110.40423768832089, 37.86050351398633 ], [ -110.40413291148236, 37.860809425546066 ], [ -110.40390305117425, 37.861119210307592 ], [ -110.40358647713953, 37.861608815219839 ], [ -110.40312459341088, 37.862495155550448 ], [ -110.40301384146129, 37.862836186353753 ], [ -110.40300608533335, 37.863093017205443 ], [ -110.40312662813061, 37.863652433596414 ], [ -110.40316828499866, 37.864125826596293 ], [ -110.40318024937895, 37.864756796298508 ], [ -110.40319588460184, 37.864932628776096 ], [ -110.40327302891785, 37.865234954795369 ], [ -110.40340089622227, 37.865591615688047 ], [ -110.40349520387434, 37.865880509023476 ], [ -110.40354990369404, 37.866146669171641 ], [ -110.40364960639776, 37.866471641625637 ], [ -110.40377824009504, 37.866733669605594 ], [ -110.40390119031883, 37.866995668661851 ], [ -110.40401295409683, 37.867235078499888 ], [ -110.40409589732444, 37.867523913762348 ], [ -110.40417828961952, 37.867881244827714 ], [ -110.40434476708477, 37.86838591284004 ], [ -110.40445895442384, 37.869030918588294 ], [ -110.40459008862842, 37.869689529335155 ], [ -110.4047294114437, 37.8700372335175 ], [ -110.40482995812408, 37.870258559810758 ], [ -110.40486221718794, 37.870488553824231 ], [ -110.40493690915693, 37.871097307345956 ], [ -110.40498530352242, 37.871300343916339 ], [ -110.40500740346154, 37.871521273532871 ], [ -110.40498802975182, 37.871809590863428 ], [ -110.40505765522734, 37.87234170828598 ], [ -110.40514531447553, 37.872752241584337 ], [ -110.40514259684743, 37.87309021439453 ], [ -110.40510624105067, 37.873369432889668 ], [ -110.40511543653224, 37.873639868559529 ], [ -110.40526276951134, 37.874406715609787 ], [ -110.4053037568639, 37.874965726909075 ], [ -110.40529528227172, 37.875312683489256 ], [ -110.40525302341918, 37.875618911015678 ], [ -110.40523799380895, 37.876073990074886 ], [ -110.4052688433931, 37.87647972954337 ], [ -110.40532674225564, 37.877056852010767 ], [ -110.40535346529417, 37.877268791741578 ], [ -110.40540209602079, 37.877584491234941 ], [ -110.40548947324417, 37.878031074384474 ], [ -110.40549805473077, 37.878378116932033 ], [ -110.40541929224426, 37.878981587877632 ], [ -110.40523869956748, 37.879521453543703 ], [ -110.4050189953375, 37.879975498058464 ], [ -110.40467395550611, 37.880460453744405 ], [ -110.4042095530499, 37.880940297863397 ], [ -110.40366663788066, 37.881284547994547 ], [ -110.40298139833791, 37.881650606295217 ], [ -110.40209577416968, 37.882186889226901 ], [ -110.40148593274232, 37.882508256836864 ], [ -110.40085759474924, 37.882725878102626 ], [ -110.40026395560612, 37.88301126995087 ], [ -110.3993730125423, 37.883497933798445 ], [ -110.398739415363, 37.883801139914972 ], [ -110.39794085484185, 37.88411251198972 ], [ -110.39710234074637, 37.884441699903164 ], [ -110.39604156042668, 37.884832832354213 ], [ -110.39470227714308, 37.885209004066127 ], [ -110.39325446968382, 37.88564318534592 ], [ -110.39245143961904, 37.88580127675791 ], [ -110.39204667286764, 37.885929874831689 ], [ -110.3916755748065, 37.886112723190394 ], [ -110.39106399949613, 37.886497118007 ], [ -110.3903483998803, 37.887083762221209 ], [ -110.3899524815192, 37.887379138361958 ], [ -110.38945618962471, 37.887710044381215 ], [ -110.38892564581013, 37.887919095719894 ], [ -110.3883215167758, 37.888087204060483 ], [ -110.38739844683488, 37.888316740547545 ], [ -110.38657240733131, 37.888501710722963 ], [ -110.38545024115923, 37.888739207149399 ], [ -110.38482375852753, 37.888858510876794 ], [ -110.38426559650026, 37.888967353113429 ], [ -110.38351444780554, 37.889170719344115 ], [ -110.38237380308229, 37.889439634859635 ], [ -110.38169598425478, 37.889576678405902 ], [ -110.38105889159725, 37.889739168409378 ], [ -110.38043047100726, 37.889952173049274 ], [ -110.37988320564146, 37.890116030706388 ], [ -110.3793662623719, 37.890189916304266 ], [ -110.37801079504891, 37.890305337935978 ], [ -110.37733892752163, 37.890409039896952 ], [ -110.37699688541562, 37.89051087890315 ], [ -110.37664957416176, 37.890563117861113 ], [ -110.37627928968524, 37.890642272875048 ], [ -110.37566370005669, 37.890814761735982 ], [ -110.3747190023892, 37.890903481938579 ], [ -110.3736335834335, 37.89082200268269 ], [ -110.37261014886401, 37.890807539513901 ], [ -110.37192158626291, 37.890866958144628 ], [ -110.37102733106339, 37.891041540691312 ], [ -110.37000281138826, 37.891154131388546 ], [ -110.36864184838967, 37.891376669463156 ], [ -110.36754855410732, 37.891551059087462 ], [ -110.36650550416644, 37.89183386409875 ], [ -110.36567911211219, 37.892049329276034 ], [ -110.36504044819391, 37.892123397143735 ], [ -110.36436994768719, 37.892196388338917 ], [ -110.36347012050474, 37.892353758658658 ], [ -110.36271832738785, 37.892489391299172 ], [ -110.36210358602237, 37.892558164957258 ], [ -110.36134103872392, 37.892621627092105 ], [ -110.36027158586266, 37.89266539089094 ], [ -110.35891660531902, 37.892847290604315 ], [ -110.35821668814894, 37.892901159337612 ], [ -110.35756816619711, 37.892930068227251 ], [ -110.35686306286733, 37.892926217887904 ], [ -110.35590278220762, 37.892839851004879 ], [ -110.35470422995672, 37.892689079868163 ], [ -110.35352721182913, 37.892547427730079 ], [ -110.35223862900295, 37.892418669337786 ], [ -110.35117715505925, 37.892201019660099 ], [ -110.35000852065502, 37.891883626603772 ], [ -110.34914616589374, 37.891657143763908 ], [ -110.34822701814483, 37.891423129831274 ], [ -110.34758527393151, 37.891329445544528 ], [ -110.34668693671217, 37.891315450235652 ], [ -110.34613589529236, 37.891253806649921 ], [ -110.34505727856164, 37.89104952602078 ], [ -110.34350063187267, 37.890887635078045 ], [ -110.34170977759025, 37.89084608846396 ], [ -110.34057751251484, 37.890920867315621 ], [ -110.33976920285944, 37.891014577260435 ], [ -110.33912601536116, 37.891083972630113 ], [ -110.33864269223096, 37.891081258129134 ], [ -110.33810871826536, 37.891019672880645 ], [ -110.33692257670859, 37.890760635630365 ], [ -110.33621794202632, 37.890707093280895 ], [ -110.33586528100483, 37.890718623486762 ], [ -110.33534121783006, 37.890820215418486 ], [ -110.33464666646198, 37.890910025978641 ], [ -110.33448274347836, 37.890927125152487 ], [ -110.33404937864786, 37.890933687149641 ], [ -110.33341285635507, 37.890894032703443 ], [ -110.3318901945574, 37.890750206583412 ], [ -110.33100360836622, 37.890695600182454 ], [ -110.33041769363027, 37.890719307562286 ], [ -110.32955884491405, 37.890741457833897 ], [ -110.32921248240194, 37.890685407114667 ], [ -110.32875301198303, 37.890561113587758 ], [ -110.32819716619514, 37.89040472308529 ], [ -110.32768034673352, 37.890334175555672 ], [ -110.32719719366592, 37.890313389216537 ], [ -110.32654852887416, 37.890359250958696 ], [ -110.32579771923074, 37.890381991850496 ], [ -110.32504719717552, 37.890373184403586 ], [ -110.32439766593778, 37.890513664901121 ], [ -110.32386783719251, 37.890622382935511 ], [ -110.32313362054259, 37.890695674432578 ], [ -110.32269031068914, 37.890670592230705 ], [ -110.32198148186174, 37.890455609441126 ], [ -110.3214138328274, 37.890347788694825 ], [ -110.32104427918424, 37.890341151285547 ], [ -110.32025859804669, 37.890445673188374 ], [ -110.31971859427838, 37.89042362656371 ], [ -110.31883252060643, 37.890314854026578 ], [ -110.31738303020708, 37.890256886404508 ], [ -110.31632015276348, 37.890205653473046 ], [ -110.31532517575106, 37.890190857543111 ], [ -110.31409063239163, 37.890255773687009 ], [ -110.31290713601302, 37.890334494206151 ], [ -110.31193389611883, 37.890427951367506 ], [ -110.31146136458024, 37.890488278694328 ], [ -110.31115384620593, 37.890536951807412 ], [ -110.31069863212328, 37.890569437395058 ], [ -110.31013015012215, 37.890552587764368 ], [ -110.30984580406859, 37.890555427436212 ], [ -110.30952102415198, 37.890625626045058 ], [ -110.30859743424811, 37.890881579096479 ], [ -110.30796513792075, 37.890999537730004 ], [ -110.30750468952897, 37.890983310490519 ], [ -110.30702764766967, 37.890917412794103 ], [ -110.30617621229889, 37.89075467151973 ], [ -110.3054501284747, 37.890565625070685 ], [ -110.30474586037107, 37.890475844944689 ], [ -110.30396105585753, 37.890484726362189 ], [ -110.30343215823052, 37.890491511992032 ], [ -110.30265988177972, 37.890377883389277 ], [ -110.30172334229833, 37.890196579952324 ], [ -110.3013660158781, 37.890099824271701 ], [ -110.30084481837679, 37.889893939485987 ], [ -110.29998391437088, 37.889532813389451 ], [ -110.29930924623089, 37.889321502614017 ], [ -110.29851455280944, 37.889055395367585 ], [ -110.29809104049613, 37.888863599850225 ], [ -110.29740151017381, 37.88842236051125 ], [ -110.29690423627069, 37.888094926899534 ], [ -110.29667351586477, 37.887841187317335 ], [ -110.29638085320225, 37.887523986721241 ], [ -110.29588365424686, 37.887070368575131 ], [ -110.29559691941677, 37.886847836971761 ], [ -110.29508931503955, 37.886413080291462 ], [ -110.29476402035108, 37.885941559551938 ], [ -110.29458017511186, 37.885543890146593 ], [ -110.29453015405161, 37.884827064299031 ], [ -110.29439709486078, 37.883874503740365 ], [ -110.29423475828177, 37.882892024767862 ], [ -110.29408746338862, 37.882359379891582 ], [ -110.29403547002016, 37.881849838621299 ], [ -110.2941098884083, 37.881201355204873 ], [ -110.2941755495785, 37.880278826581197 ], [ -110.29416667346155, 37.879421645178844 ], [ -110.29412940610322, 37.878560688258794 ], [ -110.29397830896751, 37.877712567983473 ], [ -110.29384414110802, 37.876878068332957 ], [ -110.29376820810926, 37.876494563775331 ], [ -110.29362056619784, 37.875880799442179 ], [ -110.29357275856989, 37.875529008677184 ], [ -110.2936121179454, 37.87497945664402 ], [ -110.29373599291266, 37.874628695882194 ], [ -110.29366439530787, 37.874267749439547 ], [ -110.29353575344912, 37.874046160952155 ], [ -110.29339565671904, 37.873833516491977 ], [ -110.2930300222755, 37.873425739865446 ], [ -110.29273243604683, 37.873036396758387 ], [ -110.29250810736609, 37.872715090076106 ], [ -110.29232443537867, 37.872303898096838 ], [ -110.29218576813875, 37.871942547482504 ], [ -110.29213181070723, 37.871640290057634 ], [ -110.29186942202145, 37.871138494736464 ], [ -110.29164747570653, 37.870569345178374 ], [ -110.29143638381942, 37.870054338056335 ], [ -110.29129884725026, 37.869575825026281 ], [ -110.29119377839936, 37.869268752933436 ], [ -110.29108186023635, 37.86908331404166 ], [ -110.29093549079271, 37.86893371927944 ], [ -110.29074387149714, 37.868760418132936 ], [ -110.29048988061578, 37.868570517545521 ], [ -110.28981711756222, 37.868183411827772 ], [ -110.28918970615048, 37.867810095474354 ], [ -110.28853795050993, 37.867486199792147 ], [ -110.28825044611267, 37.867353774608212 ], [ -110.28767315805203, 37.867089809640575 ], [ -110.28722545673619, 37.866946498409462 ], [ -110.28671539575954, 37.866785683135397 ], [ -110.28609685231407, 37.866556610939625 ], [ -110.28542908058967, 37.866363288459048 ], [ -110.28505562206546, 37.866185269131577 ], [ -110.28469383860174, 37.865975774293993 ], [ -110.28441041502248, 37.865892935662551 ], [ -110.28413774133784, 37.865874153521027 ], [ -110.28326191073083, 37.865917494933846 ], [ -110.28276612272639, 37.866045163236677 ], [ -110.2825105983587, 37.866133735659425 ], [ -110.28222315490632, 37.866348293947532 ], [ -110.28195284974224, 37.866671111186754 ], [ -110.28160855965943, 37.867002489298592 ], [ -110.28141971081337, 37.867132024307999 ], [ -110.28113392252563, 37.867292512410579 ], [ -110.28051144663129, 37.867586136691294 ], [ -110.27969464678729, 37.867986724046418 ], [ -110.27927749322653, 37.868326662326282 ], [ -110.2790118471722, 37.868635981758899 ], [ -110.27869608847433, 37.868954006485858 ], [ -110.27815141208855, 37.869428353179266 ], [ -110.27784023112649, 37.869859065129987 ], [ -110.27740932029437, 37.870325093113699 ], [ -110.27725377021829, 37.870535941955787 ], [ -110.27712051702056, 37.870791992086303 ], [ -110.2770042636639, 37.871053554200095 ], [ -110.27696170617294, 37.871336298514734 ], [ -110.27697109350734, 37.871539146842601 ], [ -110.27702494477796, 37.871845916780345 ], [ -110.27713017825661, 37.872130469881469 ], [ -110.27724739816264, 37.872352006039662 ], [ -110.27749325341426, 37.872790641587422 ], [ -110.27762673745887, 37.873093393414784 ], [ -110.27773643474137, 37.873386986236483 ], [ -110.27778098174741, 37.873599063051934 ], [ -110.27777816611606, 37.873887459088159 ], [ -110.27778125519993, 37.874153359045081 ], [ -110.27781647339863, 37.874622246665076 ], [ -110.27779633931812, 37.874937575157247 ], [ -110.27782613699351, 37.875379390722017 ], [ -110.27787101006332, 37.876024089254386 ], [ -110.27792993713473, 37.876393980094406 ], [ -110.27799048345409, 37.876598043242254 ], [ -110.27823098843892, 37.877004197718811 ], [ -110.27862330736562, 37.877700596465715 ], [ -110.2787554918106, 37.8780213646749 ], [ -110.27885994074387, 37.878387928667344 ], [ -110.27882148021078, 37.878833832064998 ], [ -110.27876645580606, 37.879229161652958 ], [ -110.27881900141445, 37.879671116041663 ], [ -110.2788385786078, 37.879995700630701 ], [ -110.27898077139183, 37.880573397625106 ], [ -110.27906016424981, 37.881177748542463 ], [ -110.27906797674979, 37.881542819040199 ], [ -110.27901289869254, 37.881943555974949 ], [ -110.27889391834667, 37.88248360143762 ], [ -110.27881583308293, 37.882911235983492 ], [ -110.27867702397511, 37.883735066045418 ], [ -110.2785669912372, 37.884523020575251 ], [ -110.27849397179362, 37.885013776085593 ], [ -110.27828771832162, 37.885756075891614 ], [ -110.27796752600219, 37.886520208664514 ], [ -110.27776350765394, 37.887032692196748 ], [ -110.27750003037703, 37.887810690790005 ], [ -110.27734030284998, 37.888445119349242 ], [ -110.27701736514817, 37.889371464308773 ], [ -110.27678643603349, 37.889843222548173 ], [ -110.2763822335947, 37.890472542112967 ], [ -110.27590777865015, 37.891306921926386 ], [ -110.27539914291407, 37.892146496995473 ], [ -110.27496058644159, 37.892797230780566 ], [ -110.27449301595153, 37.893506367753076 ], [ -110.27419881335402, 37.893932666046013 ], [ -110.2739973146234, 37.894183784154869 ], [ -110.27367525029763, 37.894551325483519 ], [ -110.27316455772932, 37.895016842983665 ], [ -110.27233329915818, 37.89569578474331 ], [ -110.27150787167432, 37.896358533399876 ], [ -110.27068386111215, 37.8968761775876 ], [ -110.27000875764475, 37.897286584989786 ], [ -110.2694773254883, 37.897544661339033 ], [ -110.26813625263739, 37.898014012873823 ], [ -110.26717732929417, 37.898368561534824 ], [ -110.26657862361323, 37.898527064212395 ], [ -110.26550716211709, 37.898759224118486 ], [ -110.2643901109568, 37.899000102192502 ], [ -110.26307451276546, 37.899190155930164 ], [ -110.26245376466049, 37.899276396574002 ], [ -110.26179419848023, 37.899263248922978 ], [ -110.26115254857778, 37.89916458778459 ], [ -110.26048323358754, 37.898989139952917 ], [ -110.25990477290902, 37.898827778932585 ], [ -110.25912669514709, 37.898723742427421 ], [ -110.25800705959527, 37.898653599613247 ], [ -110.25696152470546, 37.898566789509481 ], [ -110.25577975851655, 37.898454774098667 ], [ -110.2554453374235, 37.89834450473505 ], [ -110.25508876134452, 37.898175510574397 ], [ -110.25450954655231, 37.898090727689876 ], [ -110.25343055108929, 37.897939682972293 ], [ -110.25289651389576, 37.897886723736349 ], [ -110.25254475756819, 37.897804276003441 ], [ -110.25215403506473, 37.897638661277824 ], [ -110.2513445096145, 37.897273000447939 ], [ -110.25070375980694, 37.897088665925715 ], [ -110.25034055454871, 37.897014250317241 ], [ -110.24980043446978, 37.896889135384399 ], [ -110.24921132097167, 37.896772718349261 ], [ -110.24827911308746, 37.896618056255093 ], [ -110.2475088541579, 37.896420259189668 ], [ -110.2467357813815, 37.896387374538421 ], [ -110.24566131856837, 37.896353454977948 ], [ -110.24515004474168, 37.896300606527923 ], [ -110.24453636978312, 37.896251605104304 ], [ -110.2436043938872, 37.896187036174332 ], [ -110.24268342323789, 37.896158582135428 ], [ -110.24167105457497, 37.896170089978717 ], [ -110.24038606149671, 37.896148285032581 ], [ -110.23912880572379, 37.896194241829456 ], [ -110.2379915210358, 37.896186884749454 ], [ -110.23694503341247, 37.896198131048862 ], [ -110.23588148636593, 37.896209257297123 ], [ -110.23486422351128, 37.896144065494795 ], [ -110.23416526143369, 37.896094455594643 ], [ -110.23313075570914, 37.896047162350811 ], [ -110.23227162661328, 37.89597847187926 ], [ -110.23148272937746, 37.895937272290972 ], [ -110.23081234449511, 37.895874309785768 ], [ -110.23008542554572, 37.895779428687561 ], [ -110.22939793731774, 37.89572085269041 ], [ -110.22890420989859, 37.895622984307224 ], [ -110.22827490509619, 37.895438602893464 ], [ -110.22756590059011, 37.895262707990042 ], [ -110.22670327452673, 37.895094812539753 ], [ -110.22592604150293, 37.89491845951941 ], [ -110.2251263032788, 37.894719421082854 ], [ -110.22460477156493, 37.89456276808685 ], [ -110.22370799583032, 37.894399132190564 ], [ -110.22283543806856, 37.894204104375689 ], [ -110.22206902833651, 37.893973720256092 ], [ -110.22142824037702, 37.893802745708044 ], [ -110.22067970262145, 37.893604015772205 ], [ -110.21982982172527, 37.893417227429453 ], [ -110.21913691206588, 37.893228770533746 ], [ -110.21846818321843, 37.893012530264592 ], [ -110.2176510942613, 37.892844870939825 ], [ -110.21631179338159, 37.892588108187439 ], [ -110.21546551858835, 37.892492342246683 ], [ -110.21491973841252, 37.892480591785393 ], [ -110.21388970040036, 37.892553931703816 ], [ -110.21271639426838, 37.892730853559172 ], [ -110.21187302266692, 37.892896453963409 ], [ -110.21090431167801, 37.893083740251221 ], [ -110.20979055173822, 37.893540430410631 ], [ -110.20920742799109, 37.893829431931934 ], [ -110.20878409276835, 37.894065427617875 ], [ -110.20844595191184, 37.894311007550584 ], [ -110.20820418556623, 37.894584273370889 ], [ -110.20791456114432, 37.895078031404147 ], [ -110.20771668694962, 37.895500303500484 ], [ -110.20750903206282, 37.89577379740971 ], [ -110.20722793611934, 37.896001732086489 ], [ -110.20672964355977, 37.89633185021065 ], [ -110.20622016729968, 37.896643865078197 ], [ -110.20578388414718, 37.897023967927126 ], [ -110.20550205156724, 37.897319489741477 ], [ -110.20530430278384, 37.897728239119047 ], [ -110.20512236103137, 37.898253360530774 ], [ -110.20503071360505, 37.898843082656519 ], [ -110.20490337417939, 37.899578571544389 ], [ -110.20483457657581, 37.900158533602443 ], [ -110.2048382754423, 37.900343321774244 ], [ -110.20483365975898, 37.900772301667956 ], [ -110.20481764135921, 37.901203908345494 ], [ -110.20478445566128, 37.901645313122543 ], [ -110.20472123506758, 37.902235226700064 ], [ -110.2046408775951, 37.902937684805039 ], [ -110.20454220149789, 37.903545384214873 ], [ -110.2044777642711, 37.90424794963684 ], [ -110.20442547607053, 37.904878494410426 ], [ -110.20433590042205, 37.905274453435808 ], [ -110.20423494956393, 37.905670335453046 ], [ -110.20411742155206, 37.906021041110002 ], [ -110.20401228614908, 37.906277195737225 ], [ -110.20376819103402, 37.906761336076627 ], [ -110.20341503456888, 37.907337569867586 ], [ -110.20317715378177, 37.907772180379865 ], [ -110.2027196419273, 37.908530665718047 ], [ -110.2026497502933, 37.908682508967154 ], [ -110.20240736990783, 37.909006229571588 ], [ -110.20213561736745, 37.909310823603661 ], [ -110.20185962254654, 37.9096919972039 ], [ -110.20156180382804, 37.910302849012062 ], [ -110.20124535648499, 37.910742329966553 ], [ -110.2010546478098, 37.911020432914952 ], [ -110.20086306027261, 37.911379644941498 ], [ -110.20083660533147, 37.911721952427129 ], [ -110.20094538509422, 37.912182344781016 ], [ -110.20090696998588, 37.91257864793743 ], [ -110.20077799058255, 37.912933778389259 ], [ -110.20047774523972, 37.913346328594265 ], [ -110.19999456212329, 37.913843256317776 ], [ -110.19957389885877, 37.914344212346847 ], [ -110.19923979750799, 37.914730391810323 ], [ -110.1988948643564, 37.915066024800886 ], [ -110.19865309151432, 37.915330256736183 ], [ -110.19847927789489, 37.915621989459588 ], [ -110.19839642017267, 37.915918847885564 ], [ -110.19832612589197, 37.916630381093462 ], [ -110.19831652514958, 37.916990828081438 ], [ -110.19834634899041, 37.917387594846332 ], [ -110.19846394117694, 37.917978734774337 ], [ -110.19861843767706, 37.918524160530502 ], [ -110.19871155648813, 37.91885466334427 ], [ -110.19878227552813, 37.919152567463627 ], [ -110.19903870069797, 37.919636498145842 ], [ -110.19914442073689, 37.919854426267179 ], [ -110.19920317559398, 37.920101776965957 ], [ -110.19916888818636, 37.920325962487823 ], [ -110.19910228702015, 37.920592288258291 ], [ -110.19910431010142, 37.920930282184671 ], [ -110.1991246197892, 37.921155740499543 ], [ -110.19934697281685, 37.921634932102101 ], [ -110.19959050944081, 37.922259373461529 ], [ -110.19992679322631, 37.922724918290598 ], [ -110.20023565409437, 37.92309654263925 ], [ -110.20048072511833, 37.923580392797099 ], [ -110.20064606249557, 37.924072713633244 ], [ -110.2007745085443, 37.924294399668646 ], [ -110.20089226097951, 37.924452923345171 ], [ -110.20115144791674, 37.924684509513796 ], [ -110.20169282466513, 37.925125304187972 ], [ -110.2022836627271, 37.925727760768233 ], [ -110.20283544848527, 37.926259649993924 ], [ -110.20323530947722, 37.926636389207452 ], [ -110.20346601909696, 37.92687228383619 ], [ -110.20360037128778, 37.927075079846482 ], [ -110.2038323405973, 37.927721965801176 ], [ -110.20398712918568, 37.928245755153227 ], [ -110.20416901168416, 37.92868410595586 ], [ -110.20444762877442, 37.929226757631042 ], [ -110.20474283138344, 37.929814584674709 ], [ -110.20484062195403, 37.930243353217008 ], [ -110.20514649436159, 37.931426095544033 ], [ -110.20532934865717, 37.932409724771425 ], [ -110.20557401333453, 37.933465873209357 ], [ -110.20576830504537, 37.934445072292256 ], [ -110.20579337426648, 37.935287937049111 ], [ -110.20582818337657, 37.935648683422798 ], [ -110.20583322374551, 37.936343603158541 ], [ -110.20591883515027, 37.936847995582916 ], [ -110.20593081319997, 37.937321247543075 ], [ -110.20589100328573, 37.9378482266522 ], [ -110.20586475391134, 37.93817250963987 ], [ -110.20577954862176, 37.938582016085341 ], [ -110.205662577168, 37.938982295206763 ], [ -110.20555049572974, 37.939351062468134 ], [ -110.20544376326443, 37.939751410443129 ], [ -110.2053250192732, 37.940210260223779 ], [ -110.20521182767341, 37.940681765237692 ], [ -110.20513323957353, 37.941110242544774 ], [ -110.20508374060378, 37.941479431974209 ], [ -110.20485183351175, 37.942406180829074 ], [ -110.20469305721124, 37.942882784730244 ], [ -110.20439528927793, 37.943583767905473 ], [ -110.20411565511834, 37.944185732399632 ], [ -110.2038105514488, 37.944616281152875 ], [ -110.20327861551718, 37.945289539319077 ], [ -110.20276003547528, 37.945884474378822 ], [ -110.20225850802375, 37.946480423957695 ], [ -110.20185045448267, 37.946851686302168 ], [ -110.20131161740044, 37.947213046674186 ], [ -110.20052667481737, 37.947703417543394 ], [ -110.19992100667329, 37.947929125832871 ], [ -110.19903420729831, 37.94836471732507 ], [ -110.19803231552768, 37.94891668348447 ], [ -110.19710060712329, 37.94929337115417 ], [ -110.19619910922603, 37.949508028116981 ], [ -110.19574352755809, 37.949536459318431 ], [ -110.19532110541192, 37.949655243141898 ], [ -110.19442548546269, 37.949851901142978 ], [ -110.19380340918642, 37.950013474763985 ], [ -110.19327765515773, 37.950213559174202 ], [ -110.19258481116363, 37.950600861215854 ], [ -110.19173217931525, 37.951027618857502 ], [ -110.1912514532044, 37.951272165955281 ], [ -110.19081075598704, 37.951498960883342 ], [ -110.19032537180455, 37.951648838206289 ], [ -110.18977872473464, 37.951780266119528 ], [ -110.18929818632732, 37.951903134295051 ], [ -110.18886910850811, 37.952107470069976 ], [ -110.18850773152286, 37.95236544648759 ], [ -110.18823748258697, 37.952616840386789 ], [ -110.18786470953567, 37.952875637427752 ], [ -110.18739403961123, 37.953238305004881 ], [ -110.18690656096113, 37.953576520066562 ], [ -110.18635785580797, 37.953892679048003 ], [ -110.18553167021814, 37.95439167604755 ], [ -110.18498795396549, 37.954667305725735 ], [ -110.18450059439883, 37.954992893625764 ], [ -110.18400823756262, 37.955255355600222 ], [ -110.18326378030675, 37.955669282205342 ], [ -110.18239830601071, 37.956217554177229 ], [ -110.18165877112756, 37.956699100236875 ], [ -110.18104307858223, 37.957303175726054 ], [ -110.18073859963873, 37.957557918793945 ], [ -110.18054930225898, 37.957690890179371 ], [ -110.18018875050689, 37.957869534197918 ], [ -110.17947904409647, 37.958225095824616 ], [ -110.17866537465795, 37.958716019638771 ], [ -110.17785271922214, 37.959115014926773 ], [ -110.17700106136269, 37.959438024719212 ], [ -110.17677784658115, 37.959549122092618 ], [ -110.1765251585871, 37.959751041335309 ], [ -110.17634138829148, 37.959897563628253 ], [ -110.17598052365945, 37.96010232931885 ], [ -110.17505929074422, 37.96053749668129 ], [ -110.17480182108562, 37.960657362770306 ], [ -110.17458383671546, 37.960809049902082 ], [ -110.17440603378087, 37.96093037534127 ], [ -110.17406234382651, 37.961125341592741 ], [ -110.17344953215841, 37.961463521167381 ], [ -110.17263158224731, 37.961821885456175 ], [ -110.17236850385366, 37.961933595252162 ], [ -110.17208185968055, 37.962116339147954 ], [ -110.17151390412636, 37.962513406906766 ], [ -110.17112979172991, 37.96275855104075 ], [ -110.17060126106725, 37.963191942984828 ], [ -110.17018827887335, 37.963472931331019 ], [ -110.16973545279724, 37.963753636991299 ], [ -110.16917961677787, 37.964083183373781 ], [ -110.1686517256628, 37.964457988191739 ], [ -110.16800227137878, 37.965012185284372 ], [ -110.16753554114371, 37.965514496881795 ], [ -110.16713793977755, 37.965943391726526 ], [ -110.1667756632438, 37.966368930307823 ], [ -110.16653302704916, 37.966583516624326 ], [ -110.16618094827903, 37.967012730638579 ], [ -110.16573563436921, 37.96763235191446 ], [ -110.16551409144009, 37.968094935297515 ], [ -110.16531052950825, 37.968477432654659 ], [ -110.16504223121599, 37.969046934563281 ], [ -110.16477448008105, 37.969567771028252 ], [ -110.16451938587547, 37.96997603783263 ], [ -110.16433726368575, 37.970474949577415 ], [ -110.16421678118915, 37.971059919709226 ], [ -110.16406967561331, 37.971482471704782 ], [ -110.16383299454172, 37.972273907762386 ], [ -110.16364281763668, 37.972980053176542 ], [ -110.16356228365187, 37.973555392413516 ], [ -110.16341249934578, 37.974213155902305 ], [ -110.16330251802174, 37.974874807334139 ], [ -110.16325648147136, 37.975419748357503 ], [ -110.16316347184924, 37.976090532943864 ], [ -110.16313861727254, 37.976775321353486 ], [ -110.16310483308426, 37.977243741362976 ], [ -110.16303801862618, 37.977612786609662 ], [ -110.1629939227807, 37.977986499812005 ], [ -110.16292028835603, 37.978454636080443 ], [ -110.1627713168855, 37.979039401086951 ], [ -110.16257008409454, 37.979713920711085 ], [ -110.1623593570517, 37.980221637439314 ], [ -110.1621547297503, 37.980693346410476 ], [ -110.16182383159743, 37.98125428213207 ], [ -110.16148261932138, 37.981720510054174 ], [ -110.16105452070191, 37.982316801228045 ], [ -110.16075634100369, 37.982603080058226 ], [ -110.16040520958565, 37.982839410336702 ], [ -110.16002644125142, 37.983102580243212 ], [ -110.15972768101983, 37.983339282463284 ], [ -110.15941199393791, 37.983562343901063 ], [ -110.15905732777459, 37.983708517940933 ], [ -110.15865225247484, 37.983881368376146 ], [ -110.15781176004916, 37.984091657469705 ], [ -110.15756049138787, 37.984157453122776 ], [ -110.15730229230277, 37.984331350806045 ], [ -110.15696232601115, 37.984684915544797 ], [ -110.15668538348764, 37.985003781706325 ], [ -110.15612717086331, 37.985521612256683 ], [ -110.15598877909918, 37.985673834825526 ], [ -110.15575225953897, 37.985942517755802 ], [ -110.15559140311429, 37.986067540535984 ], [ -110.15532770607867, 37.986223368939761 ], [ -110.15496732587415, 37.98636948944467 ], [ -110.15451062406859, 37.986474359377802 ], [ -110.15380362395192, 37.986559401592025 ], [ -110.15321007351102, 37.986681307139136 ], [ -110.15251833571072, 37.986924173372131 ], [ -110.15193554448555, 37.987100226051737 ], [ -110.15125362794383, 37.987478345767514 ], [ -110.15069685881537, 37.98776723850046 ], [ -110.15037693468935, 37.987958700339625 ], [ -110.15002217779478, 37.988109352521839 ], [ -110.14967404905714, 37.988178937468376 ], [ -110.14934951976062, 37.988275730096845 ], [ -110.14886100623006, 37.988569614031341 ], [ -110.14843036082897, 37.988782800857201 ], [ -110.14772620232638, 37.989210308504923 ], [ -110.14734228866577, 37.989419323593303 ], [ -110.14707979500723, 37.98956703059612 ], [ -110.14689615247669, 37.989690974782498 ], [ -110.14656719521166, 37.989972487293677 ], [ -110.14624517213417, 37.990245036526893 ], [ -110.14582076697339, 37.990507828636829 ], [ -110.14566051096425, 37.9905787659564 ], [ -110.14555853819678, 37.990632101168273 ], [ -110.1454825989307, 37.990699144451419 ], [ -110.14539588829975, 37.990811172758342 ], [ -110.14531424360892, 37.990977313825105 ], [ -110.14519822769904, 37.991161230351587 ], [ -110.14485780565059, 37.991546300296918 ], [ -110.14461428959972, 37.991823922076975 ], [ -110.144274371957, 37.992263069926942 ], [ -110.14400147917675, 37.992716223602294 ], [ -110.14377491885881, 37.993102118942993 ], [ -110.14351731969793, 37.993708598026487 ], [ -110.14312587425516, 37.99456194953396 ], [ -110.14281654715536, 37.99520860695123 ], [ -110.14275276014185, 37.995307281272666 ], [ -110.14262497577354, 37.995522653591337 ], [ -110.14248199254683, 37.99567392505157 ], [ -110.14231873616005, 37.995903458617747 ], [ -110.14210883502398, 37.996226383339462 ], [ -110.14193406129999, 37.996662222194431 ], [ -110.14171751695032, 37.997066211603538 ], [ -110.14138884052868, 37.997514445230067 ], [ -110.1410582329006, 37.998030258696836 ], [ -110.14067490071035, 37.998671863073298 ], [ -110.14029119351676, 37.999345007644315 ], [ -110.13990225859817, 37.999977555686371 ], [ -110.13984289452218, 38.000184412481289 ], [ -110.1398237061663, 38.000364525157522 ], [ -110.1397044501209, 38.000823297988596 ], [ -110.13958037376072, 38.001304567012482 ], [ -110.13937717282479, 38.001636548109914 ], [ -110.13926336280882, 38.002018752718286 ], [ -110.13915206017991, 38.002283811118573 ], [ -110.13892665622208, 38.002566059263607 ], [ -110.13851254090568, 38.002914519486808 ], [ -110.13813221969153, 38.003294770158845 ], [ -110.13770423762226, 38.003854021716002 ], [ -110.13745796500163, 38.00406942032707 ], [ -110.1372442777791, 38.004225574032212 ], [ -110.13697857549826, 38.004543573196962 ], [ -110.13651223655772, 38.00497275666433 ], [ -110.13628238814567, 38.005146815187182 ], [ -110.13606472117509, 38.005253367933108 ], [ -110.13582443345371, 38.005346235074249 ], [ -110.13525838261306, 38.005535845662081 ], [ -110.13460163701666, 38.005688735529787 ], [ -110.13321309817854, 38.006079571117724 ], [ -110.13249403049895, 38.006204050575775 ], [ -110.13163193222552, 38.006383347839737 ], [ -110.13119811924875, 38.006465763561899 ], [ -110.13086654545363, 38.006571464975067 ], [ -110.13026603786172, 38.006783328293423 ], [ -110.12963205050552, 38.006936358589762 ], [ -110.12901014325887, 38.007030892800806 ], [ -110.12844060815674, 38.0070311792322 ], [ -110.1280359986314, 38.007051612511155 ], [ -110.12763553896258, 38.007106323192396 ], [ -110.12692350000381, 38.007212795342028 ], [ -110.12615312570148, 38.007339558733122 ], [ -110.12569631860113, 38.007438907208964 ], [ -110.12522327173016, 38.007466933299625 ], [ -110.1249323525426, 38.007505325587147 ], [ -110.12447042676627, 38.007555962982472 ], [ -110.12395155183889, 38.007606174302467 ], [ -110.12383729006872, 38.007635965943358 ], [ -110.12355216097797, 38.007666286581724 ], [ -110.12324431661982, 38.0076910295858 ], [ -110.12287909395384, 38.007751394326355 ], [ -110.12263894301555, 38.007830716436864 ], [ -110.12223890522671, 38.007944895192864 ], [ -110.12181103682511, 38.008004788961834 ], [ -110.12136597553625, 38.008073565334399 ], [ -110.12096099291236, 38.008124614373472 ], [ -110.12058486102244, 38.008144333583552 ], [ -110.12013474921024, 38.008158991744324 ], [ -110.1196627811218, 38.008191509811326 ], [ -110.11923355474576, 38.008269409268593 ], [ -110.11885156505653, 38.008302597991616 ], [ -110.11843621503374, 38.008267940674074 ], [ -110.11798523315883, 38.008260052509641 ], [ -110.11752524761434, 38.008243082419845 ], [ -110.11706456650025, 38.008189153541053 ], [ -110.11656974923282, 38.00813226261851 ], [ -110.11614344444244, 38.008061464404527 ], [ -110.11583592103501, 38.008059152523401 ], [ -110.11548858766473, 38.00805203408131 ], [ -110.11520351890854, 38.008076927323998 ], [ -110.11493553461155, 38.008101948465395 ], [ -110.11473556359877, 38.008154518921401 ], [ -110.11445033161439, 38.008192928042348 ], [ -110.11414253668414, 38.008213141245747 ], [ -110.11390324297012, 38.00822035091668 ], [ -110.11355596339817, 38.008208720855556 ], [ -110.11324919947636, 38.008143319562961 ], [ -110.11299911339755, 38.008100876576478 ], [ -110.11274404961225, 38.007998912182856 ], [ -110.11244400352103, 38.007848840817758 ], [ -110.11216712930664, 38.007666498197622 ], [ -110.11200328337148, 38.007557109520185 ], [ -110.11172635698321, 38.007379271781936 ], [ -110.11145534428346, 38.007183452829288 ], [ -110.11122896654715, 38.007064577927714 ], [ -110.11090681217051, 38.006859358539977 ], [ -110.11059534143682, 38.006712801137986 ], [ -110.11034602417493, 38.006607269971745 ], [ -110.11003986909465, 38.006492295505005 ], [ -110.1098075831251, 38.006391398408503 ], [ -110.1095178110658, 38.006240496109719 ], [ -110.10910032113728, 38.006007511928324 ], [ -110.10878956676243, 38.005802373122286 ], [ -110.10850723294094, 38.005601955274791 ], [ -110.10824203921877, 38.00539716042011 ], [ -110.10798850168979, 38.005264554389548 ], [ -110.10781268518861, 38.005110005953284 ], [ -110.10758090917062, 38.004967650262557 ], [ -110.10728750952096, 38.004741008896048 ], [ -110.10705068595841, 38.004545439351595 ], [ -110.10683122069753, 38.004327469609557 ], [ -110.10667363146013, 38.004173057910258 ], [ -110.10653854768383, 38.004041348560094 ], [ -110.10628409779044, 38.003890706677339 ], [ -110.10601813952145, 38.003749890644926 ], [ -110.10572356739189, 38.003620572828503 ], [ -110.10542904010492, 38.003487649566893 ], [ -110.10503820037636, 38.00331343579694 ], [ -110.10468738824858, 38.003126006551049 ], [ -110.10444883505018, 38.002979988049717 ], [ -110.10426880478116, 38.002798364347825 ], [ -110.10415233381512, 38.002635249839123 ], [ -110.10397334695702, 38.00236801367349 ], [ -110.10382233979213, 38.002141547285433 ], [ -110.10361975496728, 38.00194172544024 ], [ -110.10338847991603, 38.001759709754879 ], [ -110.10323614774389, 38.001642285300839 ], [ -110.10299935588765, 38.00144580657544 ], [ -110.10282486254049, 38.001277741828616 ], [ -110.1026618135384, 38.001105257836208 ], [ -110.10249827100536, 38.000973326677602 ], [ -110.10235767104105, 38.000828051476567 ], [ -110.10222212149651, 38.000642257834464 ], [ -110.10207735190839, 38.000465406262613 ], [ -110.10194907646041, 38.000243617326461 ], [ -110.10179825567913, 38.000002729527033 ], [ -110.1015469521838, 37.999596142756381 ], [ -110.10120411574897, 37.999224005149607 ], [ -110.10089484244799, 37.9989016926177 ], [ -110.1003877088086, 37.998460701638749 ], [ -110.10019631131408, 37.998278984710439 ], [ -110.09989141863723, 37.998064854622342 ], [ -110.09968813947724, 37.997923602763819 ], [ -110.09925239679711, 37.997699456566316 ], [ -110.09877652284943, 37.997497532799841 ], [ -110.09827782029514, 37.997299938388821 ], [ -110.09769315834052, 37.997146745521249 ], [ -110.09739259103911, 37.997045300049507 ], [ -110.09717190614172, 37.996930948154365 ], [ -110.09696408019799, 37.99678965669473 ], [ -110.09678769916341, 37.996684656904726 ], [ -110.09638165883995, 37.996361589274393 ], [ -110.09571535063192, 37.995902231015535 ], [ -110.09545007250289, 37.995710024359646 ], [ -110.09523553137687, 37.995559665566525 ], [ -110.09478367633814, 37.995258771521733 ], [ -110.09446675952304, 37.995098610639438 ], [ -110.09407554719439, 37.994960408191758 ], [ -110.09369554656156, 37.994836711061424 ], [ -110.09349146748092, 37.994762135830669 ], [ -110.09329312700534, 37.994683999438152 ], [ -110.09310523134141, 37.994682550631019 ], [ -110.09288858917026, 37.994703411375433 ], [ -110.09267752967513, 37.994733327423013 ], [ -110.09211870309217, 37.994796609405206 ], [ -110.09139475485397, 37.994858613102394 ], [ -110.09116091907772, 37.994888350448392 ], [ -110.09042033296294, 37.994914169036406 ], [ -110.09019302541144, 37.99487636022085 ], [ -110.0898978377642, 37.99480197515701 ], [ -110.08955068236143, 37.994785769138986 ], [ -110.08927140708737, 37.994806138305854 ], [ -110.08887200418611, 37.994870639326152 ], [ -110.08838155526635, 37.994929926945893 ], [ -110.08809077995519, 37.994959216786945 ], [ -110.0877476212556, 37.994988099576886 ], [ -110.08717982456098, 37.994947643247194 ], [ -110.08655986898677, 37.994888753806926 ], [ -110.08593382920418, 37.994861358008926 ], [ -110.08563775108748, 37.994859056368661 ], [ -110.08514166207451, 37.994913780295661 ], [ -110.0848162188931, 37.994983349157138 ], [ -110.08444504528714, 37.995066981305392 ], [ -110.08419915752746, 37.995149785453201 ], [ -110.08363858333716, 37.995352709158034 ], [ -110.08341540185374, 37.995441096154941 ], [ -110.08285939496628, 37.995734177953416 ], [ -110.08234301636723, 37.996045591563856 ], [ -110.08174060662796, 37.996405900570196 ], [ -110.08113204730932, 37.996802208875792 ], [ -110.08062766069983, 37.997064139106698 ], [ -110.07988271544868, 37.997436842977713 ], [ -110.07915568994439, 37.997742087744939 ], [ -110.07886924167158, 37.997879539997925 ], [ -110.0783759007869, 37.99816768355425 ], [ -110.07803057945713, 37.998458788090907 ], [ -110.07757674017788, 37.998775177026019 ], [ -110.07720870411075, 37.999060693346088 ], [ -110.07675942188598, 37.999467240966744 ], [ -110.07655212698963, 37.999649470683948 ], [ -110.07637654328296, 38.000027522815664 ], [ -110.07616093988665, 38.000417877923141 ], [ -110.07605003577356, 38.000633309317926 ], [ -110.0758813967329, 38.000911375192871 ], [ -110.07568969645847, 38.001211791075491 ], [ -110.07549162139384, 38.001566232171783 ], [ -110.07532229901955, 38.001898367470382 ], [ -110.07519960528363, 38.00214524941584 ], [ -110.07506382387159, 38.002527217419605 ], [ -110.0749512715589, 38.002873317533393 ], [ -110.07485129600151, 38.003124884074467 ], [ -110.07477792345773, 38.003525367857961 ], [ -110.07475800886957, 38.00375052635426 ], [ -110.07474863375838, 38.004043362317162 ], [ -110.07471665033297, 38.00432250146293 ], [ -110.07471900380133, 38.004588391863059 ], [ -110.07474368250705, 38.004890508338505 ], [ -110.07468226293926, 38.005246022958268 ], [ -110.07463905931797, 38.005511554825183 ], [ -110.07462900372742, 38.005858460958777 ], [ -110.07458540303108, 38.006155533763874 ], [ -110.0744550220721, 38.00656007476406 ], [ -110.07433801206922, 38.006807000301251 ], [ -110.07419646006254, 38.007103301798118 ], [ -110.0740787737015, 38.007494423342358 ], [ -110.07400134101022, 38.007764191627018 ], [ -110.07396320458258, 38.008079332319681 ], [ -110.07399857923122, 38.00843650985783 ], [ -110.07407998921578, 38.008756196951872 ], [ -110.07416634670781, 38.009135406083146 ], [ -110.07420224410916, 38.009451129668534 ], [ -110.07413563279691, 38.00976604613453 ], [ -110.07406794397694, 38.010166573732761 ], [ -110.07407052157225, 38.010414440448145 ], [ -110.07407868082093, 38.010671363702095 ], [ -110.07408508302127, 38.011067968346843 ], [ -110.07413687581519, 38.011478449270591 ], [ -110.0743300835102, 38.011966650552722 ], [ -110.07448057128623, 38.012319326333717 ], [ -110.07465161973326, 38.012667657419016 ], [ -110.07476144486357, 38.012992975025249 ], [ -110.0749224146502, 38.013327707495648 ], [ -110.0751940635916, 38.013920169175918 ], [ -110.07528878846614, 38.014087647117009 ], [ -110.07540135378103, 38.014285908079351 ], [ -110.07551708784163, 38.014504021546081 ], [ -110.07570005335606, 38.014902013978066 ], [ -110.07588432212374, 38.015196371558289 ], [ -110.07608613105252, 38.015454816306288 ], [ -110.07621920058234, 38.015744264736817 ], [ -110.07634041981615, 38.015979544379213 ], [ -110.07645805290727, 38.016228314608362 ], [ -110.07656953068972, 38.016422960836245 ], [ -110.0766803871921, 38.016667171316641 ], [ -110.07677979688619, 38.016915798102751 ], [ -110.07685687733805, 38.017128199134717 ], [ -110.07693931464712, 38.017367679929777 ], [ -110.07701549177916, 38.017652174458057 ], [ -110.07713626219521, 38.018014527193941 ], [ -110.07721776339655, 38.018328804892754 ], [ -110.07727582731799, 38.018695171596434 ], [ -110.07733812981138, 38.019177833870479 ], [ -110.07734904732868, 38.019670006704416 ], [ -110.07731205931177, 38.019894129809082 ], [ -110.07728035998265, 38.020150739700682 ], [ -110.07727838236087, 38.020308444403078 ], [ -110.07720658617966, 38.02058276474213 ], [ -110.07708967511768, 38.020820680570537 ], [ -110.07698996379912, 38.021049718711652 ], [ -110.07688432988829, 38.021296735421394 ], [ -110.07678963468302, 38.021579888241817 ], [ -110.07663899771372, 38.021781488418689 ], [ -110.07649975169784, 38.021983177863113 ], [ -110.07637167047552, 38.022202980000671 ], [ -110.07627257723745, 38.022382453123996 ], [ -110.07610890447779, 38.022714632569347 ], [ -110.07591212963078, 38.022960932093604 ], [ -110.07569234308249, 38.023225075524572 ], [ -110.07549516911936, 38.02350291520191 ], [ -110.07525134934549, 38.023866007140256 ], [ -110.07493330833304, 38.024242033451685 ], [ -110.07465581678285, 38.024564302555312 ], [ -110.07445265570598, 38.024864624701507 ], [ -110.07425535918419, 38.025151473787751 ], [ -110.07403516305513, 38.025447154746132 ], [ -110.07382077477278, 38.025733868446849 ], [ -110.07362962351851, 38.025984714534154 ], [ -110.07349570551204, 38.026214381153814 ], [ -110.07340720896751, 38.026456121935148 ], [ -110.07329848988363, 38.026946450224465 ], [ -110.07315159823953, 38.027301288878682 ], [ -110.07302828535802, 38.027593225236757 ], [ -110.07293389612231, 38.027850240498303 ], [ -110.07285024015984, 38.028159613216545 ], [ -110.0727687337221, 38.028388790943808 ], [ -110.07268507316672, 38.02860803778713 ], [ -110.07259557934479, 38.028838053628405 ], [ -110.07246821575974, 38.029089400791726 ], [ -110.07224271312047, 38.02935259099543 ], [ -110.07208035893569, 38.029577525136169 ], [ -110.07190616731997, 38.029837514602363 ], [ -110.07167894297029, 38.030236779821934 ], [ -110.07154428289495, 38.030524118544044 ], [ -110.07136319588892, 38.030878684616852 ], [ -110.07110822200923, 38.031219147774365 ], [ -110.07088207038558, 38.031532800443614 ], [ -110.07066189812372, 38.03182396851129 ], [ -110.07037205422115, 38.032218229707453 ], [ -110.07014538363737, 38.032572433297851 ], [ -110.06989056879364, 38.032989501682103 ], [ -110.06966788090135, 38.033388798590458 ], [ -110.06947566902844, 38.033720742070308 ], [ -110.06928299922438, 38.03408873181727 ], [ -110.06909619540848, 38.034443248828758 ], [ -110.06897153058142, 38.034839715400587 ], [ -110.06884107617999, 38.035243345995603 ], [ -110.06874598873169, 38.0355535259935 ], [ -110.06862891154627, 38.035800443795758 ], [ -110.06843731634082, 38.03608282122245 ], [ -110.06828058665944, 38.036311399319743 ], [ -110.06811149130819, 38.036616485882448 ], [ -110.06798193114383, 38.036948923282331 ], [ -110.06785703876591, 38.037362510501069 ], [ -110.06780125271935, 38.037718063971163 ], [ -110.06773452577848, 38.038127605936715 ], [ -110.06763830169383, 38.038436874578395 ], [ -110.06754645829778, 38.038580346938964 ], [ -110.06736025151692, 38.038886197792024 ], [ -110.06715770607404, 38.039132435850412 ], [ -110.06694291124828, 38.039356044946857 ], [ -110.06674047747272, 38.039593270591006 ], [ -110.06658983249969, 38.039790350621971 ], [ -110.06649644544628, 38.039965353771784 ], [ -110.0664032295721, 38.040126839378082 ], [ -110.06622899229345, 38.04038681938377 ], [ -110.06603201026947, 38.040643013393037 ], [ -110.06581767149864, 38.04091979798239 ], [ -110.06561454259287, 38.041211091334489 ], [ -110.06528896014292, 38.041722218062546 ], [ -110.0650471989761, 38.042004190646701 ], [ -110.06476913276576, 38.042273256322559 ], [ -110.06438904183007, 38.042589275825691 ], [ -110.06409502948563, 38.042857311686326 ], [ -110.06388158332744, 38.043062900600994 ], [ -110.06363947620868, 38.043281779633858 ], [ -110.06339208339901, 38.043468170892325 ], [ -110.06310455383949, 38.043674069323892 ], [ -110.0628453496859, 38.043892810411883 ], [ -110.06262642922925, 38.04408032825738 ], [ -110.06234414448454, 38.044321415508485 ], [ -110.06207929564798, 38.044535603566011 ], [ -110.06176863419101, 38.044767450445534 ], [ -110.06150412719349, 38.044954602290701 ], [ -110.06121101546348, 38.045150537625076 ], [ -110.06090109693396, 38.0453238066073 ], [ -110.06057414146478, 38.045492432339898 ], [ -110.0603561895221, 38.045603347040327 ], [ -110.06009783451999, 38.045754494695679 ], [ -110.0598683127921, 38.045878834771884 ], [ -110.05958117898516, 38.046052282443377 ], [ -110.05933319207445, 38.046194498801917 ], [ -110.05907545341341, 38.046386205507268 ], [ -110.05885634286992, 38.04658723344351 ], [ -110.05857945993458, 38.046760760692358 ], [ -110.05825392099209, 38.046906859883428 ], [ -110.0579162613593, 38.047020415908491 ], [ -110.057619213188, 38.047077517591262 ], [ -110.05735002960152, 38.047183509644626 ], [ -110.05705229834165, 38.047293778342805 ], [ -110.05675369895027, 38.047471633293746 ], [ -110.05645463543658, 38.047685533868304 ], [ -110.05611999442188, 38.0480072983474 ], [ -110.05584958996673, 38.048207908670172 ], [ -110.05552871339627, 38.0483450251362 ], [ -110.05512300408307, 38.048431889937987 ], [ -110.05476299302599, 38.048510108287225 ], [ -110.05425558899799, 38.048528558325714 ], [ -110.05391941214371, 38.048525853096258 ], [ -110.05360027105719, 38.048527790328158 ], [ -110.05321833687333, 38.048538233473721 ], [ -110.05285303187922, 38.048584859475049 ], [ -110.05248293578644, 38.048649470770847 ], [ -110.0521563175928, 38.048700912699843 ], [ -110.0517624169281, 38.048755415990719 ], [ -110.0513465148386, 38.048748455228392 ], [ -110.05095318349093, 38.04875879902427 ], [ -110.05061648214415, 38.04879663646846 ], [ -110.05022896485455, 38.048798012271625 ], [ -110.04979633013069, 38.048762971998457 ], [ -110.04938631272208, 38.048741631830289 ], [ -110.04895379539187, 38.048697576884393 ], [ -110.04860674731557, 38.048654212141372 ], [ -110.0482022538276, 38.048646431340465 ], [ -110.04788346257331, 38.048621318306779 ], [ -110.04750123555328, 38.048654271800451 ], [ -110.04729552674863, 38.048697667357061 ], [ -110.04708864947033, 38.048831178304788 ], [ -110.04687025872208, 38.048973608047376 ], [ -110.04670861284849, 38.049134522627057 ], [ -110.04660394586365, 38.049295899132986 ], [ -110.04648718106615, 38.049511252531389 ], [ -110.04626814402253, 38.049703244743441 ], [ -110.04606655071056, 38.049868340538424 ], [ -110.04585315102847, 38.050064883963614 ], [ -110.04567501950672, 38.050266219587058 ], [ -110.04554536363403, 38.050508504889613 ], [ -110.04545074234942, 38.050773605841307 ], [ -110.04533338651572, 38.051034015801555 ], [ -110.04513549527762, 38.051352352798574 ], [ -110.04502294562594, 38.051681296584398 ], [ -110.04488181041354, 38.052017217980563 ], [ -110.04476427481109, 38.052291144610976 ], [ -110.04466412578608, 38.052542681129246 ], [ -110.04450141271191, 38.052784696472749 ], [ -110.0443385345035, 38.053039327753261 ], [ -110.04416968732495, 38.053314639035278 ], [ -110.04409897564437, 38.053493413026224 ], [ -110.04403923821555, 38.053704721268197 ], [ -110.04394577947103, 38.05387970514456 ], [ -110.04384039602628, 38.054095148243391 ], [ -110.04380309895603, 38.054333676416228 ], [ -110.04377743286425, 38.05455427416377 ], [ -110.04381415565888, 38.054797910718726 ], [ -110.04380047247189, 38.054973543377123 ], [ -110.04383924738133, 38.055059477661139 ], [ -110.04383830939092, 38.055131570118988 ], [ -110.04385370452862, 38.055262376760588 ], [ -110.04387955861131, 38.055465368559418 ], [ -110.04391628213617, 38.055709005055697 ], [ -110.04394178480393, 38.055939031498589 ], [ -110.04391676330449, 38.056110065657812 ], [ -110.04386219393605, 38.056361972033109 ], [ -110.04389689872264, 38.056673185895178 ], [ -110.04391214421844, 38.056903128873444 ], [ -110.04391497020349, 38.057123958311372 ], [ -110.0438496477517, 38.057326208374121 ], [ -110.04375113016042, 38.057451582020946 ], [ -110.04360150078925, 38.057563020940101 ], [ -110.04338901034562, 38.057687466833542 ], [ -110.0431201446963, 38.0578520096782 ], [ -110.04296291231145, 38.058021967160954 ], [ -110.04286909316922, 38.058223984596651 ], [ -110.04282045193598, 38.058457913636168 ], [ -110.0428113489826, 38.058719202154087 ], [ -110.04284119777596, 38.059052907904245 ], [ -110.04290664779775, 38.059278753484421 ], [ -110.04301046362811, 38.059622073954145 ], [ -110.04311369360505, 38.060010452064283 ], [ -110.04317250763746, 38.060308343466843 ], [ -110.04324142898507, 38.060705454628966 ], [ -110.04328226738136, 38.061070793384644 ], [ -110.04333462127438, 38.061427213335044 ], [ -110.04340959533627, 38.06179733609838 ], [ -110.04354725859675, 38.062167968955961 ], [ -110.04373045641913, 38.062543478370948 ], [ -110.04387864107029, 38.062981790158155 ], [ -110.04394515296462, 38.063126531194534 ], [ -110.04400408986635, 38.063415410558136 ], [ -110.04409975487876, 38.063947926048613 ], [ -110.04410769408641, 38.064213859302491 ], [ -110.04411028596273, 38.0644527115629 ], [ -110.0440952527304, 38.064731976702589 ], [ -110.04415527258675, 38.065025370979264 ], [ -110.04424191955962, 38.065287438011588 ], [ -110.04444351548155, 38.065563958338778 ], [ -110.04461778869194, 38.065750131261957 ], [ -110.044849231011, 38.065923249801166 ], [ -110.04521569977555, 38.06623265231346 ], [ -110.04549627236271, 38.066572899850279 ], [ -110.04568677051712, 38.066826796661509 ], [ -110.0459712912929, 38.067302262525402 ], [ -110.04614975059503, 38.067605629564589 ], [ -110.04630611573886, 38.067854742081245 ], [ -110.0465016759962, 38.068158247338509 ], [ -110.04674920496535, 38.068498223757167 ], [ -110.04692112325962, 38.068779005311413 ], [ -110.04711069669878, 38.069104992214875 ], [ -110.04719239001082, 38.069398560531162 ], [ -110.04719893781298, 38.069772632011798 ], [ -110.04715442325062, 38.070128264509563 ], [ -110.04700725688835, 38.070487570873986 ], [ -110.04679774396025, 38.070819333904979 ], [ -110.04654544853112, 38.071285035537869 ], [ -110.04627918487041, 38.071684832063596 ], [ -110.04604028866916, 38.072083948844472 ], [ -110.04586514082256, 38.072402470290932 ], [ -110.04573047531414, 38.072676257738458 ], [ -110.04558423353271, 38.072963469730865 ], [ -110.04543781489373, 38.073264198812474 ], [ -110.04522217685484, 38.073627452747829 ], [ -110.04503720386649, 38.073824224489186 ], [ -110.04499078468392, 38.073886934673048 ], [ -110.04491545588826, 38.073980953589384 ], [ -110.04468406150589, 38.074240434866006 ], [ -110.04448186854395, 38.074446078200374 ], [ -110.04435430114668, 38.074611771858251 ], [ -110.04413976799796, 38.074889414087487 ], [ -110.04405250929372, 38.075023891557549 ], [ -110.04389015348704, 38.075234364106734 ], [ -110.04368090598118, 38.075543592134437 ], [ -110.04348254025051, 38.075892563244452 ], [ -110.04329114062365, 38.076144255924994 ], [ -110.04308852744947, 38.076381437004038 ], [ -110.04287506553723, 38.076663591752677 ], [ -110.04276251106215, 38.076901505675366 ], [ -110.04270868439907, 38.077094835492481 ], [ -110.04260913895222, 38.077296805305899 ], [ -110.0424348447837, 38.077547734602888 ], [ -110.04223203683895, 38.077799332490002 ], [ -110.04199023151992, 38.077981216046332 ], [ -110.04170971074785, 38.078159178407631 ], [ -110.04144406797181, 38.078332755205608 ], [ -110.0412080650711, 38.078506573218391 ], [ -110.04096036634105, 38.078702826483976 ], [ -110.04066013958114, 38.078992380141223 ], [ -110.0404807703092, 38.079194597629808 ], [ -110.04024376112088, 38.079445011453537 ], [ -110.04002903312835, 38.079735261669626 ], [ -110.03983114515874, 38.080045476500295 ], [ -110.03962007819491, 38.080404250611267 ], [ -110.03953793564341, 38.080669447156701 ], [ -110.03942835272645, 38.081114668723977 ], [ -110.03931165226973, 38.081406619995342 ], [ -110.03900992159681, 38.081809714018092 ], [ -110.03871489100987, 38.082136256058014 ], [ -110.03843762029149, 38.082412472834754 ], [ -110.03816073708244, 38.082658950966987 ], [ -110.03779770594038, 38.082953390389662 ], [ -110.03753905440733, 38.083113496628897 ], [ -110.03724043860011, 38.083277781107995 ], [ -110.03682240459118, 38.083418554919774 ], [ -110.03650739376563, 38.083528628348539 ], [ -110.03603164091351, 38.083723000850291 ], [ -110.03569394351649, 38.083823873513239 ], [ -110.03540886859156, 38.083911658465574 ], [ -110.03519003877395, 38.08399097417076 ], [ -110.03506332193686, 38.08408907080139 ], [ -110.03501160158771, 38.084120189710752 ], [ -110.03492532193192, 38.084178062166735 ], [ -110.03477027887612, 38.084262407147349 ], [ -110.03458032046082, 38.084400539845554 ], [ -110.0343672030307, 38.084565519309024 ], [ -110.03413656760259, 38.084761898003258 ], [ -110.03388420895993, 38.084962603866629 ], [ -110.03368633861545, 38.085181782173628 ], [ -110.03353010561314, 38.085356240292654 ], [ -110.03337232925969, 38.085647847463505 ], [ -110.03327850630421, 38.085845349734178 ], [ -110.03313901718036, 38.086046982421422 ], [ -110.03295326790969, 38.086297802759262 ], [ -110.0327958433876, 38.086562374612477 ], [ -110.03266644694136, 38.086863226793142 ], [ -110.03253235809552, 38.087087434302155 ], [ -110.03227219551314, 38.087360171953108 ], [ -110.03208115488302, 38.087579403655717 ], [ -110.03195408228409, 38.087790149572974 ], [ -110.03182544174223, 38.087946807697712 ], [ -110.03164508681999, 38.088220201419169 ], [ -110.03150541024193, 38.088435349175555 ], [ -110.03139250298669, 38.088695779679874 ], [ -110.03127510390101, 38.089037285100709 ], [ -110.03122568966194, 38.089325276184667 ], [ -110.03113060703544, 38.089617396919003 ], [ -110.03097416800352, 38.089806269652314 ], [ -110.03073199758181, 38.090010657438832 ], [ -110.03054159999535, 38.090180323310371 ], [ -110.0303845272727, 38.090416955981759 ], [ -110.03018176104044, 38.09065952002473 ], [ -110.03000240550097, 38.09085631346904 ], [ -110.02980445643597, 38.091165608712224 ], [ -110.02973983734034, 38.0913092743249 ], [ -110.02957728474205, 38.091528736947616 ], [ -110.02937945120458, 38.091829019928539 ], [ -110.02917086915058, 38.092079645293055 ], [ -110.02893965943511, 38.092316564605575 ], [ -110.02871403024305, 38.092562542020183 ], [ -110.02847063949177, 38.092857940576451 ], [ -110.02824957480294, 38.093189573019579 ], [ -110.0281073658833, 38.093508338616047 ], [ -110.02798964500273, 38.093872368806529 ], [ -110.0278935286124, 38.094241083810964 ], [ -110.02771705371559, 38.094649689784433 ], [ -110.02760478571061, 38.09494617131363 ], [ -110.02735376986035, 38.09538570331727 ], [ -110.02714391616121, 38.095730944935994 ], [ -110.02685316309527, 38.096156628109028 ], [ -110.02657422821189, 38.096550864890361 ], [ -110.02627212505826, 38.096971946283425 ], [ -110.02602930764178, 38.097222282005454 ], [ -110.02574693586136, 38.097445251934445 ], [ -110.02530347892127, 38.097775034233877 ], [ -110.0249240541027, 38.098006209438161 ], [ -110.02460860365169, 38.098143283928032 ], [ -110.02427526794688, 38.098338789860215 ], [ -110.02397007957539, 38.098561565949488 ], [ -110.02375671704294, 38.098740042049641 ], [ -110.02354305365679, 38.098941046332527 ], [ -110.0232093396074, 38.099164484574935 ], [ -110.02304832160821, 38.099265887587144 ], [ -110.02282347915047, 38.099449673954339 ], [ -110.02269090907838, 38.099555819269703 ], [ -110.02256985032307, 38.099653949005116 ], [ -110.02247111834041, 38.099788314088435 ], [ -110.02240065509353, 38.099940939151963 ], [ -110.02224910454304, 38.100187519933847 ], [ -110.02208080763283, 38.100406923837141 ], [ -110.02178736823274, 38.100602754599066 ], [ -110.02149387919636, 38.100802189171326 ], [ -110.02104478914596, 38.101123796904481 ], [ -110.02077949307163, 38.101346896861955 ], [ -110.0205832807149, 38.101521003750442 ], [ -110.02039246859582, 38.101717686391716 ], [ -110.02021137457473, 38.102040623712796 ], [ -110.02009264021615, 38.102391118107427 ], [ -110.01994689917017, 38.102628731778587 ], [ -110.01973825375285, 38.102879339086257 ], [ -110.01945560014073, 38.103120315963217 ], [ -110.01914486786505, 38.103328613013197 ], [ -110.01871921143935, 38.103601740131545 ], [ -110.01855841861163, 38.103685113866668 ], [ -110.01827090003441, 38.103862960233457 ], [ -110.01786891459682, 38.104071392567057 ], [ -110.01756434666258, 38.104244588445994 ], [ -110.01733852153987, 38.104499553912525 ], [ -110.01716875111487, 38.104827087203319 ], [ -110.01713043265434, 38.10513318891347 ], [ -110.01711547833813, 38.105398028927169 ], [ -110.01695794260804, 38.10566347851411 ], [ -110.01669225519286, 38.105913602898703 ], [ -110.01630123569872, 38.106153664949936 ], [ -110.01592701844315, 38.106416397451738 ], [ -110.01584051607959, 38.106487772218628 ], [ -110.01552351265904, 38.106736562782103 ], [ -110.01512670999767, 38.106981979836895 ], [ -110.01479943495282, 38.107145965600537 ], [ -110.01448404757329, 38.107274000500254 ], [ -110.01417381651196, 38.107442633672484 ], [ -110.01386170616654, 38.107750942643307 ], [ -110.01356014977695, 38.108122426254418 ], [ -110.01331282216314, 38.108278066610069 ], [ -110.01304808288189, 38.108456091198462 ], [ -110.01269810793495, 38.108610867903217 ], [ -110.01222226350245, 38.108795227560506 ], [ -110.01188343535384, 38.10896902158926 ], [ -110.01160170393889, 38.109137887542843 ], [ -110.01118292759227, 38.109319118070488 ], [ -110.01058682241205, 38.109539409677858 ], [ -110.01008875239128, 38.109679412629269 ], [ -110.00954128867144, 38.109760416407035 ], [ -110.00921467442397, 38.109789205869326 ], [ -110.00849003106993, 38.109813734723531 ], [ -110.00810218163342, 38.109815868305404 ], [ -110.00757833572199, 38.109752863817121 ], [ -110.00703253443945, 38.109626584595745 ], [ -110.00665701876021, 38.109560323369955 ], [ -110.00613335921845, 38.109483795418377 ], [ -110.00550826444596, 38.109317183743599 ], [ -110.00495769675165, 38.1091223602822 ], [ -110.00429459861772, 38.108814826776701 ], [ -110.0035922008058, 38.108461894220902 ], [ -110.00251865633956, 38.107722779755484 ], [ -110.00131735324725, 38.106734728420179 ], [ -110.0006912683082, 38.106224710115733 ], [ -110.00043332172771, 38.105902575414952 ], [ -110.00033344392196, 38.105698946480317 ], [ -110.00027372798833, 38.105477634388109 ], [ -110.0002036519201, 38.105179628631987 ], [ -110.00017204426909, 38.104904481210902 ], [ -110.00018233816644, 38.104651320130884 ], [ -110.00011108404196, 38.104439823386819 ], [ -110.0000060596717, 38.104195594499316 ], [ -109.99982120626792, 38.103950685970922 ], [ -109.99963610832108, 38.103723799885685 ], [ -109.999433290716, 38.103541824655515 ], [ -109.99916161892024, 38.103390806004924 ], [ -109.99886070006555, 38.10329361197946 ], [ -109.99859275200384, 38.103287723545492 ], [ -109.99837700846649, 38.103217390208563 ], [ -109.99816787805578, 38.103080421034328 ], [ -109.99794734434667, 38.102943354234398 ], [ -109.99769309175555, 38.102769949737301 ], [ -109.99732510801384, 38.102573043146414 ], [ -109.99694584547861, 38.102367026708684 ], [ -109.99658307476625, 38.102206211945969 ], [ -109.99607334927926, 38.101949510190757 ], [ -109.99597697091309, 38.101908130796197 ], [ -109.99566407334066, 38.101770270405076 ], [ -109.99542189328591, 38.101632112604122 ], [ -109.99521300745458, 38.101478016699112 ], [ -109.99503326158349, 38.101278206379234 ], [ -109.99480851888113, 38.101032948779597 ], [ -109.99464005544765, 38.100842246789306 ], [ -109.99446589102752, 38.100651495766414 ], [ -109.99429123340791, 38.100496789906629 ], [ -109.99413312607251, 38.100382781324463 ], [ -109.99400799459697, 38.100359178985173 ], [ -109.99380836864896, 38.100361975819553 ], [ -109.99354001165625, 38.100386714610941 ], [ -109.99328894547597, 38.100398082323913 ], [ -109.99300893716489, 38.100440744889866 ], [ -109.9928154458037, 38.100412049176434 ], [ -109.99263447181761, 38.100302348774967 ], [ -109.99247605815252, 38.100210866374091 ], [ -109.99231702605516, 38.100164440507442 ], [ -109.99212328813698, 38.100153766363533 ], [ -109.99180888350239, 38.100209649628042 ], [ -109.9915510631111, 38.100297561153248 ], [ -109.99122458473427, 38.100402006227249 ], [ -109.99089801868557, 38.1005127583201 ], [ -109.99054909062308, 38.100590872706867 ], [ -109.99025216061548, 38.100619864691232 ], [ -109.98987546654382, 38.100643663997459 ], [ -109.98959613805347, 38.100636756012939 ], [ -109.98916292186959, 38.100624017321827 ], [ -109.98879248825284, 38.100607311181157 ], [ -109.98830706402728, 38.100576095184636 ], [ -109.98790380886636, 38.100541078813663 ], [ -109.98755624555932, 38.100520059577207 ], [ -109.98716859548973, 38.100511311130845 ], [ -109.98687202552696, 38.100514161691706 ], [ -109.98653940229849, 38.100650084131921 ], [ -109.9862060680925, 38.100837370194995 ], [ -109.985895614413, 38.101019445341251 ], [ -109.98564844057785, 38.101161510161639 ], [ -109.98540709230217, 38.101294612355105 ], [ -109.98522314855751, 38.101400271404103 ], [ -109.98507440651341, 38.101517049127267 ], [ -109.98493442549193, 38.101660038315934 ], [ -109.98480549181429, 38.101911271617631 ], [ -109.98474691364167, 38.102023420490191 ], [ -109.98463013090763, 38.102220684161402 ], [ -109.98457055439351, 38.10240492352343 ], [ -109.98458497871312, 38.102598814817476 ], [ -109.98462841201474, 38.102756907199911 ], [ -109.9846032342232, 38.102927925229089 ], [ -109.98447529503279, 38.103107067488033 ], [ -109.98438219124563, 38.103241448726244 ], [ -109.98432323703622, 38.103380631303132 ], [ -109.98430363558664, 38.103560709850832 ], [ -109.98436936560371, 38.10375594589204 ], [ -109.98439564288752, 38.103917494987662 ], [ -109.98432484724631, 38.104088118584144 ], [ -109.98416263018429, 38.104271470324505 ], [ -109.98397779098443, 38.104441107606142 ], [ -109.98378644984599, 38.104668367696014 ], [ -109.98367033436313, 38.1048169691148 ], [ -109.98360550050458, 38.104968717775741 ], [ -109.98358513513207, 38.105203765156517 ], [ -109.98352353888545, 38.105451073171288 ], [ -109.98339642077399, 38.105652752235692 ], [ -109.98326791169994, 38.10587244390603 ], [ -109.98304772843261, 38.106122885334031 ], [ -109.98290818775735, 38.10631544391201 ], [ -109.9827448841732, 38.106494277977383 ], [ -109.98253291496573, 38.106645653181836 ], [ -109.98240515159951, 38.106811275944906 ], [ -109.98230571174658, 38.106990662496486 ], [ -109.98217104192371, 38.107160731360949 ], [ -109.98200970291821, 38.107362112360157 ], [ -109.98179495050358, 38.107631524409769 ], [ -109.98147312729778, 38.10780808147539 ], [ -109.98110084465598, 38.107922014550908 ], [ -109.98083640576077, 38.108072931563662 ], [ -109.98064045745288, 38.108219936047348 ], [ -109.98039293594049, 38.108384517408879 ], [ -109.98012742887873, 38.108612028837179 ], [ -109.97996005267953, 38.108754773987677 ], [ -109.97972368208315, 38.10893747549769 ], [ -109.97962592514629, 38.108995207036919 ], [ -109.97947659494004, 38.10907051529724 ], [ -109.97924648897873, 38.109212714496458 ], [ -109.97905040901026, 38.109368727509214 ], [ -109.97887664899369, 38.109560082492152 ], [ -109.97869741139586, 38.109735167294048 ], [ -109.97854149768895, 38.109873503817475 ], [ -109.97828274908687, 38.110024464438105 ], [ -109.97808741824693, 38.110126407999488 ], [ -109.97772590842698, 38.110284584633156 ], [ -109.97739205847006, 38.110422272416756 ], [ -109.97712366931637, 38.110528084610159 ], [ -109.97688942300465, 38.110557588255823 ], [ -109.97673450997519, 38.110623831975147 ], [ -109.97659613863635, 38.110730775311374 ], [ -109.97640099226523, 38.110819199064444 ], [ -109.9761599099582, 38.110929753137114 ], [ -109.97587934892985, 38.111008419233904 ], [ -109.97553593245713, 38.111095548952314 ], [ -109.9753408468174, 38.11117946526462 ], [ -109.97507688820043, 38.111294323759964 ], [ -109.9748586759931, 38.111400568458869 ], [ -109.97453736765368, 38.111456344810563 ], [ -109.97416688987833, 38.111520703336275 ], [ -109.97386916609793, 38.111602819689367 ], [ -109.97360423973934, 38.111705049060802 ], [ -109.97327279563255, 38.111832832425712 ], [ -109.97300870531667, 38.111956697458389 ], [ -109.97284800748514, 38.112028292859378 ], [ -109.97267148879185, 38.112007823424761 ], [ -109.97233091781379, 38.111891288825177 ], [ -109.97205913755201, 38.111831231911921 ], [ -109.97180194467674, 38.111788425560142 ], [ -109.97144907349804, 38.11173576865226 ], [ -109.97125556168309, 38.111707037179379 ], [ -109.97103886004278, 38.111705139421126 ], [ -109.97069600399395, 38.111751704133923 ], [ -109.97043849798217, 38.11181253440725 ], [ -109.97018751673048, 38.111814840850798 ], [ -109.96992544653497, 38.111794518587537 ], [ -109.96973687834559, 38.111819902225996 ], [ -109.96957017116773, 38.111913070134335 ], [ -109.96933458798226, 38.112037176898042 ], [ -109.9691619237737, 38.112148316710687 ], [ -109.96897202421403, 38.11226831738427 ], [ -109.96879352948248, 38.112388417852117 ], [ -109.96856389968413, 38.112494550548973 ], [ -109.96834611838885, 38.112569243523865 ], [ -109.96803677577155, 38.112665662788608 ], [ -109.96771173102934, 38.112743017275029 ], [ -109.9672698164496, 38.112857195535909 ], [ -109.9669150395612, 38.112939693863829 ], [ -109.96654258213538, 38.113062591265432 ], [ -109.96626206661682, 38.113136728472206 ], [ -109.96598161407458, 38.113206359372725 ], [ -109.96563862101044, 38.113261920420307 ], [ -109.96539757843583, 38.11336794638634 ], [ -109.9651564715908, 38.113478477471801 ], [ -109.96493253605155, 38.113584653159791 ], [ -109.96466246843427, 38.113726471355676 ], [ -109.96439778446754, 38.113890867306161 ], [ -109.96416168991567, 38.114050107306511 ], [ -109.96398804568211, 38.114229724778106 ], [ -109.9638428003573, 38.114417703593475 ], [ -109.96372074785977, 38.114578849695341 ], [ -109.96361567615435, 38.114749157834865 ], [ -109.96353790851292, 38.115005324268608 ], [ -109.96344271304382, 38.115283867787248 ], [ -109.96341531542727, 38.115608071290048 ], [ -109.96341041102291, 38.115955004160107 ], [ -109.96343707889477, 38.116085918787512 ], [ -109.96345150009593, 38.11627620697125 ], [ -109.96346062595941, 38.116437608853026 ], [ -109.96342379631126, 38.116622037398436 ], [ -109.96340420303252, 38.116797605650845 ], [ -109.96341248803881, 38.117018481715647 ], [ -109.96342000872177, 38.117293425219096 ], [ -109.96348038613058, 38.117460686707886 ], [ -109.96352397289688, 38.117605269111181 ], [ -109.96354474730467, 38.117749650232653 ], [ -109.96348447347464, 38.117897822455205 ], [ -109.96339764638874, 38.118068291251006 ], [ -109.96332678776366, 38.118238900890965 ], [ -109.96328368021939, 38.118463829565954 ], [ -109.96319488305376, 38.11869286116297 ], [ -109.96314030464708, 38.118922194706911 ], [ -109.96298369210959, 38.119106466975744 ], [ -109.96283363610608, 38.11923041408815 ], [ -109.96270593364665, 38.119387002886981 ], [ -109.96260072495211, 38.119566321083397 ], [ -109.96258080998714, 38.119764417159274 ], [ -109.9625961347628, 38.119890725542845 ], [ -109.96254308367564, 38.120011923910994 ], [ -109.96245606757138, 38.120114797553931 ], [ -109.96227760676862, 38.120230381917324 ], [ -109.9620994643286, 38.120323437917669 ], [ -109.96197309800836, 38.120385407902376 ], [ -109.96181174581808, 38.120501142719192 ], [ -109.96163802921215, 38.120684360711714 ], [ -109.96148725285948, 38.12085876888154 ], [ -109.96129033803712, 38.121068818329952 ], [ -109.96114608490697, 38.121265814614745 ], [ -109.9610626064506, 38.121440817328619 ], [ -109.96098609941194, 38.121606869279269 ], [ -109.96089235397729, 38.12178178104886 ], [ -109.96075317207476, 38.121942772246207 ], [ -109.96060745564621, 38.122162285767878 ], [ -109.9604731964169, 38.122378295540663 ], [ -109.96035600855321, 38.122597159939907 ], [ -109.96026200469284, 38.122790093584825 ], [ -109.9601230111938, 38.122937567125959 ], [ -109.96000176694983, 38.123040135863967 ], [ -109.95988456380013, 38.12325990085516 ], [ -109.9598143310719, 38.123385451930005 ], [ -109.95975455898937, 38.123577787006717 ], [ -109.95965541134332, 38.123731020215736 ], [ -109.95955031666824, 38.123901324131587 ], [ -109.95946182070115, 38.124107824385746 ], [ -109.95934469091951, 38.12432218201959 ], [ -109.95925611707833, 38.12453408881936 ], [ -109.95919056209712, 38.124731779735079 ], [ -109.95916576420279, 38.124871251458671 ], [ -109.95925529584926, 38.124993711453861 ], [ -109.95927125546372, 38.125074964007432 ], [ -109.95924716127355, 38.125164874047066 ], [ -109.95924530610759, 38.125295536692654 ], [ -109.9592663937522, 38.125417390252586 ], [ -109.95932189574006, 38.125526030169524 ], [ -109.95931388916823, 38.125688181537015 ], [ -109.95926095621402, 38.125800366949811 ], [ -109.95923628599168, 38.125930827444137 ], [ -109.95920109298696, 38.126079219394384 ], [ -109.95905447862896, 38.12628069811398 ], [ -109.95886888561142, 38.126495349696171 ], [ -109.95868944338017, 38.126678512278417 ], [ -109.95856069455357, 38.126907185760302 ], [ -109.95840201704415, 38.127234729527032 ], [ -109.95830146552439, 38.1274861835861 ], [ -109.95814329791051, 38.127777682096614 ], [ -109.95803838588799, 38.127934467595232 ], [ -109.95792168120481, 38.128118185413875 ], [ -109.95783291904968, 38.128342706571125 ], [ -109.95765763575793, 38.128634052512439 ], [ -109.9574992066717, 38.128943572439411 ], [ -109.95728911958609, 38.129275164442454 ], [ -109.95701692729762, 38.129561142905814 ], [ -109.95665853056792, 38.129891416769986 ], [ -109.95638671845794, 38.130150360070218 ], [ -109.95613861926795, 38.130346427065504 ], [ -109.95585725695173, 38.130474605297437 ], [ -109.95564530613437, 38.130535807445391 ], [ -109.95530401086089, 38.130866229107028 ], [ -109.95512474160407, 38.131035869030299 ], [ -109.95489432681181, 38.131191535116216 ], [ -109.95473371063309, 38.131253192324429 ], [ -109.95449310725279, 38.131323149731635 ], [ -109.95431044522272, 38.131330536101842 ], [ -109.95389314038646, 38.131389906756439 ], [ -109.95344178553606, 38.131516565082386 ], [ -109.95304448137252, 38.131693271284732 ], [ -109.95270486129886, 38.131825428771769 ], [ -109.95238572929475, 38.131881163141628 ], [ -109.95203084411675, 38.131963614672259 ], [ -109.95153167663202, 38.132161937703373 ], [ -109.95126209481906, 38.132263172951347 ], [ -109.95077964897759, 38.132488679049523 ], [ -109.95060070845071, 38.132554673040225 ], [ -109.95022907165666, 38.132691043426377 ], [ -109.94984436755298, 38.132863345129579 ], [ -109.94935607999642, 38.133097805414209 ], [ -109.94894272094234, 38.1332788601486 ], [ -109.94850725371832, 38.133410147683897 ], [ -109.94815754395691, 38.133528683073273 ], [ -109.94778430407902, 38.133696574446397 ], [ -109.94737139090586, 38.133846084431738 ], [ -109.94704397680732, 38.134000865592455 ], [ -109.94657349852604, 38.134185906010799 ], [ -109.94613704986236, 38.134384768339423 ], [ -109.94580502831971, 38.134462899881768 ], [ -109.94533564644821, 38.134571340353254 ], [ -109.9450259868327, 38.134681213608808 ], [ -109.94473881956884, 38.134813818930773 ], [ -109.94443408364407, 38.134977808799626 ], [ -109.94416973195382, 38.135110617744637 ], [ -109.94394615466166, 38.135185212576332 ], [ -109.94363694511046, 38.135263543041056 ], [ -109.94345958721759, 38.135297997142203 ], [ -109.94312840364701, 38.135317548494513 ], [ -109.94272345198323, 38.135309397957052 ], [ -109.94228368835945, 38.135341488003924 ], [ -109.94202653225611, 38.135370715163269 ], [ -109.94171311218525, 38.135345360901113 ], [ -109.94139509445473, 38.1352433596197 ], [ -109.94111726916375, 38.135123695172382 ], [ -109.94079297569345, 38.135061289913047 ], [ -109.94045128284593, 38.135018553919849 ], [ -109.9402063832474, 38.134989307559159 ], [ -109.93987001747075, 38.134972753677673 ], [ -109.93951005168097, 38.135010059694849 ], [ -109.93928115705539, 38.13505756064599 ], [ -109.93894302970028, 38.135162654544281 ], [ -109.93855913527483, 38.135276346207782 ], [ -109.93822612279033, 38.135422039691456 ], [ -109.93789323961248, 38.13555872106857 ], [ -109.93769247273474, 38.135633510202439 ], [ -109.93748613163901, 38.135699236246339 ], [ -109.93720602398278, 38.135737257529193 ], [ -109.9368234183729, 38.135761733176061 ], [ -109.93646949191104, 38.135775652472105 ], [ -109.93611515975036, 38.135817505213979 ], [ -109.93569211156405, 38.135876758892984 ], [ -109.93526394746667, 38.13589540923774 ], [ -109.93481204824765, 38.135976928999568 ], [ -109.9343656559867, 38.13607201545301 ], [ -109.93401571489215, 38.136204024847643 ], [ -109.93369350835404, 38.136390358870464 ], [ -109.93330200611575, 38.136633741519582 ], [ -109.93292846717944, 38.136897113125627 ], [ -109.93255259121743, 38.137164067203408 ], [ -109.93227542264719, 38.137391361969236 ], [ -109.93190605891907, 38.137680903908745 ], [ -109.93161594197977, 38.137935116265538 ], [ -109.9314310935282, 38.138091150193347 ], [ -109.93123545010029, 38.138283134841927 ], [ -109.93097454578739, 38.138568253231035 ], [ -109.93077754852706, 38.138774644462394 ], [ -109.93053924911689, 38.139074387313258 ], [ -109.93037624092277, 38.13929730947271 ], [ -109.93006973093595, 38.13957930674394 ], [ -109.92975759277462, 38.139855844519616 ], [ -109.9295033562009, 38.140074329180422 ], [ -109.92927678618609, 38.140351645486739 ], [ -109.92914798715003, 38.140575778937887 ], [ -109.92900147992697, 38.140840306142003 ], [ -109.92893549873196, 38.141060505970039 ], [ -109.92888623657051, 38.141307895138432 ], [ -109.92880607775047, 38.141717223981836 ], [ -109.92872611564211, 38.142113036075756 ], [ -109.9286998695794, 38.14234711658667 ], [ -109.92869082508614, 38.142653452411011 ], [ -109.9286743864746, 38.142919165410618 ], [ -109.92865750728109, 38.143293022006191 ], [ -109.9286762629648, 38.143649179021203 ], [ -109.92865418478333, 38.143910334380415 ], [ -109.92859350928471, 38.144157619183346 ], [ -109.9285095514532, 38.144436234592312 ], [ -109.92838578863163, 38.144705474447917 ], [ -109.9282853729858, 38.144938878001398 ], [ -109.9281505936238, 38.145180980153569 ], [ -109.9280860763748, 38.145378661922777 ], [ -109.92805265088711, 38.145635207366261 ], [ -109.92806050079795, 38.145878611065875 ], [ -109.92800021715931, 38.146098862144534 ], [ -109.92787208313713, 38.146354543014048 ], [ -109.92774239161558, 38.146560641875745 ], [ -109.92756668053846, 38.146869961786315 ], [ -109.92743653161982, 38.147185104885239 ], [ -109.92734070621091, 38.147494252698486 ], [ -109.92726046519327, 38.147908085377821 ], [ -109.92722712064482, 38.14823672954811 ], [ -109.92722814052718, 38.148556675293378 ], [ -109.92722398286006, 38.14884052455632 ], [ -109.92722559663653, 38.149119920377487 ], [ -109.92731266133539, 38.149409108981246 ], [ -109.92743224440785, 38.149815754286394 ], [ -109.9274804405199, 38.150031588203078 ], [ -109.92756696621137, 38.150357722058139 ], [ -109.92765317596931, 38.150705482449219 ], [ -109.92775622641661, 38.151072322326513 ], [ -109.92786101925306, 38.151320215778071 ], [ -109.9279632272947, 38.151744726409042 ], [ -109.92810300251303, 38.152331801007954 ], [ -109.92825374777789, 38.152559385214019 ], [ -109.92841533854646, 38.152825821021722 ], [ -109.9286338436326, 38.153102689338979 ], [ -109.92885327303499, 38.1533164796638 ], [ -109.92910959269348, 38.153661284138082 ], [ -109.92931311455509, 38.153870422401987 ], [ -109.92948648441559, 38.154034224033545 ], [ -109.92970240803164, 38.154175882516718 ], [ -109.9299226996925, 38.154331098835016 ], [ -109.93024324137915, 38.154577350829562 ], [ -109.9305833170807, 38.154814767545531 ], [ -109.9308770007089, 38.155024724092414 ], [ -109.93115901097235, 38.155252598238029 ], [ -109.93152044689681, 38.15551273736682 ], [ -109.93179701793358, 38.155722535924063 ], [ -109.93206071960424, 38.156032253176697 ], [ -109.93231349751106, 38.156308525064262 ], [ -109.93245273345434, 38.156544110270048 ], [ -109.93246250336296, 38.156656852647465 ], [ -109.93250565601087, 38.156828478325416 ], [ -109.93262895739869, 38.156982807903205 ], [ -109.93267348988159, 38.157059817065587 ], [ -109.93265082135807, 38.157127203175698 ], [ -109.93256244587273, 38.157239053480659 ], [ -109.93234836189337, 38.157439883770785 ], [ -109.93208764155229, 38.157707881702912 ], [ -109.93182180469309, 38.15793527722181 ], [ -109.93156201430014, 38.158139295197927 ], [ -109.93134273165725, 38.15830492839639 ], [ -109.93115644888364, 38.158555576975246 ], [ -109.93091463814886, 38.158778682906224 ], [ -109.93070576819126, 38.15893449616226 ], [ -109.93038253049991, 38.159183896353746 ], [ -109.93004893151947, 38.159361102995355 ], [ -109.92973881488305, 38.159493461292371 ], [ -109.92931942030395, 38.159683402306761 ], [ -109.92895190801499, 38.159837765891822 ], [ -109.92854995824231, 38.16000533253272 ], [ -109.92818277257051, 38.160137165970781 ], [ -109.92782739425988, 38.160242069222207 ], [ -109.92755762387254, 38.160346851992919 ], [ -109.9272475382825, 38.160476500238651 ], [ -109.92706953083045, 38.160550577126209 ], [ -109.92679436888631, 38.16063367940415 ], [ -109.92647828364858, 38.160783097771905 ], [ -109.92619063673315, 38.160939083913405 ], [ -109.92593770316424, 38.161062942652038 ], [ -109.92562226236385, 38.161168204436997 ], [ -109.92531252712217, 38.161273517582003 ], [ -109.92496736131517, 38.161459616016131 ], [ -109.92458264555496, 38.161618314420465 ], [ -109.92418625032442, 38.161794929097113 ], [ -109.92384758055287, 38.161927010075786 ], [ -109.92353226563482, 38.162023255074018 ], [ -109.92307939710084, 38.162158793067334 ], [ -109.92260907579858, 38.162316699854458 ], [ -109.92216164499121, 38.162470308708293 ], [ -109.92169185072538, 38.162592167551992 ], [ -109.92137639744935, 38.162697417714369 ], [ -109.9210494504718, 38.162807968779951 ], [ -109.92067581364101, 38.162988385490692 ], [ -109.92039366644933, 38.163157024973394 ], [ -109.92016785285919, 38.163375749260922 ], [ -109.91986207874989, 38.163598243772313 ], [ -109.91948145143159, 38.163865110066503 ], [ -109.91918191206534, 38.16405161107339 ], [ -109.91879033242969, 38.164286831348932 ], [ -109.91841640295397, 38.164486163808284 ], [ -109.918053165611, 38.164734259792596 ], [ -109.91765545895186, 38.164997357775334 ], [ -109.91735000367737, 38.165197317885152 ], [ -109.91705582692985, 38.165406393458241 ], [ -109.91676695520552, 38.165642553996726 ], [ -109.91652446958419, 38.16582957437371 ], [ -109.91629883629733, 38.166034774282295 ], [ -109.91620035292112, 38.166133000228641 ], [ -109.91599290590962, 38.166266269303406 ], [ -109.91586583427915, 38.166367835954894 ], [ -109.91570940046772, 38.16652500735119 ], [ -109.91553028543674, 38.166672055582218 ], [ -109.91525415301828, 38.166818207362795 ], [ -109.91491504351052, 38.166977294946228 ], [ -109.9146850448483, 38.167091427532597 ], [ -109.91445448414797, 38.167243405944852 ], [ -109.91420694882503, 38.167385313456911 ], [ -109.91384387011702, 38.16762078044146 ], [ -109.91354933924701, 38.167852374392432 ], [ -109.91334021019181, 38.168098276307916 ], [ -109.91328690749916, 38.168228460723014 ], [ -109.91322178923419, 38.16838557251959 ], [ -109.91303018001916, 38.168604599230854 ], [ -109.91278297556516, 38.16880058024843 ], [ -109.9126657526937, 38.168930172514223 ], [ -109.91251993058127, 38.169140610075139 ], [ -109.91238552172928, 38.16935115315578 ], [ -109.91224607468415, 38.169516588140823 ], [ -109.91208346380093, 38.169704338973546 ], [ -109.91190937089736, 38.169896489300072 ], [ -109.91171889273977, 38.170038920121371 ], [ -109.91148322600209, 38.170149388860423 ], [ -109.91130442871732, 38.170273902775811 ], [ -109.91119391533519, 38.170412567968434 ], [ -109.91112919277204, 38.170542645431105 ], [ -109.91090332860047, 38.170761350870762 ], [ -109.91068330438364, 38.170971097788275 ], [ -109.91035398351369, 38.171237508476999 ], [ -109.91015744271117, 38.171403312279267 ], [ -109.91004162084305, 38.171514890326691 ], [ -109.90997132221798, 38.171635903103443 ], [ -109.90987772458503, 38.171788242397156 ], [ -109.9097216824256, 38.171917471204402 ], [ -109.90956543830275, 38.172060216291968 ], [ -109.90943759563494, 38.172212237194778 ], [ -109.90929209334143, 38.172400142897345 ], [ -109.90903714401114, 38.172654623422552 ], [ -109.90887437003336, 38.172852281578294 ], [ -109.90871054696832, 38.173120225250031 ], [ -109.90856980750081, 38.173371259977586 ], [ -109.90842389736073, 38.173586197480127 ], [ -109.90827254784274, 38.173783059730233 ], [ -109.90806486300391, 38.17392983056974 ], [ -109.90792029511204, 38.174054657474159 ], [ -109.90787113898776, 38.174288518566762 ], [ -109.90766150135281, 38.174565948001067 ], [ -109.90744165810827, 38.174762171913464 ], [ -109.90711685826678, 38.175106120517256 ], [ -109.90685679012232, 38.175319993373833 ], [ -109.90664217868657, 38.175547807282094 ], [ -109.90643340812906, 38.175766662942138 ], [ -109.90608107161431, 38.176042760321437 ], [ -109.90576807910665, 38.176359778341705 ], [ -109.90561100900285, 38.176556583684054 ], [ -109.90530513549734, 38.176779038292892 ], [ -109.90505701077535, 38.176956969444888 ], [ -109.9047791326157, 38.177215732650495 ], [ -109.90454019958167, 38.177465846294496 ], [ -109.90425184136664, 38.177738028782578 ], [ -109.9040148562684, 38.177934086093295 ], [ -109.90376027416437, 38.178161521435712 ], [ -109.9035289265894, 38.178362136486427 ], [ -109.90321814196957, 38.178530466256028 ], [ -109.90279897595484, 38.17869327633899 ], [ -109.90244151968599, 38.178852155654567 ], [ -109.90200120151098, 38.178978716211226 ], [ -109.90160016836514, 38.179074099812993 ], [ -109.90128931743187, 38.179170325954999 ], [ -109.90100337699994, 38.179280302775886 ], [ -109.90062999987671, 38.179434521385254 ], [ -109.90012656037172, 38.179506410455211 ], [ -109.89969738945643, 38.179574487249383 ], [ -109.89938813931128, 38.179715784460285 ], [ -109.89901899503836, 38.17981596421653 ], [ -109.89854509663535, 38.179897135702085 ], [ -109.89816776779342, 38.179934150402865 ], [ -109.89785947587849, 38.179935763041392 ], [ -109.89760106099116, 38.180036977660819 ], [ -109.89746964441493, 38.180044755939349 ], [ -109.89715000426474, 38.180041754036736 ], [ -109.89697870055798, 38.180044650991263 ], [ -109.89659627401909, 38.180041057728147 ], [ -109.89617905655834, 38.180073185048791 ], [ -109.89572779562347, 38.180091472374087 ], [ -109.89512833425887, 38.180094845140566 ], [ -109.89466545308359, 38.180126537366228 ], [ -109.89422533490162, 38.180162948254832 ], [ -109.89383685961076, 38.180181819589237 ], [ -109.89343512836459, 38.180322229708523 ], [ -109.89302225253955, 38.180444508925632 ], [ -109.89263275253494, 38.180530958263134 ], [ -109.89225073335861, 38.180500318006509 ], [ -109.89193618547721, 38.18053790493282 ], [ -109.89158105401981, 38.180616564112334 ], [ -109.89125442034658, 38.180698194990036 ], [ -109.89099055925973, 38.180781319104241 ], [ -109.89075537377524, 38.180855701314705 ], [ -109.89042858782098, 38.180947241881761 ], [ -109.88995807748766, 38.181105014459568 ], [ -109.88946845782611, 38.181393281553056 ], [ -109.88915030023885, 38.181593046748475 ], [ -109.88880017623404, 38.181792508534386 ], [ -109.88839705752707, 38.182023010294493 ], [ -109.88814350884911, 38.182178323302324 ], [ -109.8877166632674, 38.182467177393086 ], [ -109.88743231005385, 38.182770898544838 ], [ -109.88715551322484, 38.182953025714461 ], [ -109.88684656472564, 38.183297067233866 ], [ -109.88666718956833, 38.183529683991665 ], [ -109.88649114520307, 38.183843441957805 ], [ -109.88629164926412, 38.184197532133915 ], [ -109.88605625545217, 38.184659427882131 ], [ -109.88593756236847, 38.184955704629772 ], [ -109.88569301237422, 38.185268811230138 ], [ -109.88557830886408, 38.185677778044187 ], [ -109.88554537389855, 38.185965856093937 ], [ -109.88551312517441, 38.186208879594446 ], [ -109.88546381986167, 38.186447235055624 ], [ -109.88542524432494, 38.186730753381212 ], [ -109.88539851092693, 38.18698644626312 ], [ -109.8853318597311, 38.187239056487705 ], [ -109.88516948355442, 38.187404240566501 ], [ -109.885131730441, 38.187633693318261 ], [ -109.88509363365955, 38.187885673296918 ], [ -109.88509494640226, 38.188174076317445 ], [ -109.88525433717413, 38.188504535281247 ], [ -109.88542249033279, 38.188784608863081 ], [ -109.88550474005537, 38.189007089883944 ], [ -109.88570667768487, 38.189243323955715 ], [ -109.88591556063083, 38.189398513755087 ], [ -109.88621488971964, 38.189613140583049 ], [ -109.88665040393238, 38.189883131404677 ], [ -109.88706576096294, 38.189977191574044 ], [ -109.88756138250436, 38.190049480330828 ], [ -109.88800012431984, 38.190107709964757 ], [ -109.88854630375948, 38.190234546650274 ], [ -109.88900338366413, 38.190288440045698 ], [ -109.88955570674754, 38.190311689832768 ], [ -109.88998426557569, 38.190288705905658 ], [ -109.89053752575602, 38.190325478242102 ], [ -109.89094895850029, 38.190302328948164 ], [ -109.8914064699951, 38.190252576704445 ], [ -109.8919621883384, 38.190127145820632 ], [ -109.89251804129574, 38.189992701354207 ], [ -109.89275807650513, 38.18997694097277 ], [ -109.89303319540062, 38.189906536431891 ], [ -109.89338820713918, 38.18983868675582 ], [ -109.89369778108312, 38.189755087093296 ], [ -109.89403145609539, 38.189587900104954 ], [ -109.89433082358664, 38.189423993947941 ], [ -109.89484677513649, 38.189284656492099 ], [ -109.89521328111179, 38.189211502131791 ], [ -109.8955451267308, 38.189165057200334 ], [ -109.89587201162529, 38.189068997514049 ], [ -109.89614296621694, 38.18889580726141 ], [ -109.89649417893959, 38.188700840225181 ], [ -109.89676961585485, 38.188608800540955 ], [ -109.89705110034897, 38.188494286486304 ], [ -109.89745927154534, 38.188307962590301 ], [ -109.89771246939118, 38.188176058084885 ], [ -109.89794203126688, 38.18809710322553 ], [ -109.89830885417254, 38.188002312791568 ], [ -109.8987097506143, 38.187919556704827 ], [ -109.8992808806901, 38.187830284367621 ], [ -109.89973944571562, 38.187785015481445 ], [ -109.90029262526686, 38.18782624711757 ], [ -109.90094345897568, 38.18782783537241 ], [ -109.90131342689408, 38.187903395852757 ], [ -109.90170025042552, 38.187997137285002 ], [ -109.90206424098919, 38.188090663923354 ], [ -109.90243829721467, 38.188274405706302 ], [ -109.90268676774761, 38.188456972600903 ], [ -109.90299749282461, 38.188676169544358 ], [ -109.90322857017367, 38.188876597210609 ], [ -109.90349751470701, 38.189217067444446 ], [ -109.90370326171812, 38.1895839835977 ], [ -109.90393150770335, 38.18997363996867 ], [ -109.90397917167121, 38.190221920867096 ], [ -109.9039708970251, 38.190393075705529 ], [ -109.90396725059611, 38.190636371462837 ], [ -109.90400894974964, 38.190901719846885 ], [ -109.90401515427342, 38.19124964922711 ], [ -109.90392472835158, 38.191568738619289 ], [ -109.90384082085676, 38.191833815505731 ], [ -109.90375386623808, 38.19222593605614 ], [ -109.90362517163724, 38.192507717742053 ], [ -109.90351883179866, 38.192745548220365 ], [ -109.90342431441043, 38.192956452384095 ], [ -109.90326135729488, 38.193162211023768 ], [ -109.90305266037802, 38.193372048163305 ], [ -109.90288405994833, 38.193573247419614 ], [ -109.90273103036219, 38.193878232357186 ], [ -109.90261938227459, 38.1940889756997 ], [ -109.90249135047705, 38.194249998618588 ], [ -109.90236250649126, 38.194465087043461 ], [ -109.9021772480897, 38.194634586750141 ], [ -109.90190669183633, 38.194780757834955 ], [ -109.90172862946318, 38.19485118984845 ], [ -109.90152745988526, 38.194939429796122 ], [ -109.90137135284634, 38.19506864603008 ], [ -109.90109427176827, 38.195268827386968 ], [ -109.90081759557108, 38.195441975249523 ], [ -109.9002413893319, 38.195788956113404 ], [ -109.89978087873729, 38.196036081740822 ], [ -109.89930940801787, 38.196252461284374 ], [ -109.89881374078753, 38.196558733971422 ], [ -109.89839357851631, 38.196780097143815 ], [ -109.89793834364781, 38.197055202755713 ], [ -109.89764424037212, 38.197247105025774 ], [ -109.89707394533646, 38.197578804831714 ], [ -109.89687806409898, 38.19769412297407 ], [ -109.89653197381195, 38.197925187566788 ], [ -109.89621408758683, 38.198179046797364 ], [ -109.89591387136637, 38.19839702253919 ], [ -109.89570058600606, 38.198530199386695 ], [ -109.89547520055672, 38.19870832297768 ], [ -109.89519284330161, 38.198877798998666 ], [ -109.89492314063527, 38.199041084913517 ], [ -109.8946385626223, 38.199281735013351 ], [ -109.89433813276803, 38.199513222910952 ], [ -109.89400378547903, 38.19972185999594 ], [ -109.89365801748008, 38.199930388479764 ], [ -109.8933756649695, 38.20009895886772 ], [ -109.89306401356923, 38.200316819359031 ], [ -109.89270600226396, 38.200579302689775 ], [ -109.89242344028243, 38.200761387052303 ], [ -109.89213544054131, 38.200925395021848 ], [ -109.89190508080114, 38.201053897600893 ], [ -109.89167485687641, 38.201173388812421 ], [ -109.89145523133409, 38.201347052785657 ], [ -109.89125177660529, 38.20158395439298 ], [ -109.89096199378034, 38.201865101038045 ], [ -109.8906431138485, 38.202182020727832 ], [ -109.89034224907461, 38.202440530593364 ], [ -109.89005341711945, 38.202658598596052 ], [ -109.88977376587096, 38.202948850186303 ], [ -109.88955552452921, 38.203181102793685 ], [ -109.88936836598826, 38.203472228259983 ], [ -109.8891847466449, 38.203830978278475 ], [ -109.88904264638643, 38.204163084363941 ], [ -109.88883725807818, 38.204526133849342 ], [ -109.88871392819507, 38.204750270962457 ], [ -109.88858523030078, 38.204951826654415 ], [ -109.88840813531834, 38.205256564007335 ], [ -109.88818124889956, 38.20560589039588 ], [ -109.8880094943834, 38.206009811660607 ], [ -109.88788540525185, 38.20628350761568 ], [ -109.88779502613794, 38.206593571534789 ], [ -109.88773924868805, 38.206881432778395 ], [ -109.88774015895768, 38.207196867654147 ], [ -109.88772428208911, 38.207489613006246 ], [ -109.88772766073347, 38.20764285204266 ], [ -109.88779282098965, 38.207864267789283 ], [ -109.88795566915505, 38.208046054174758 ], [ -109.88822728309191, 38.208210846161819 ], [ -109.88852262926268, 38.20831728308444 ], [ -109.88875564521301, 38.208391586606368 ], [ -109.88913705479698, 38.208471800154413 ], [ -109.88958148139325, 38.20853909033228 ], [ -109.89016418224932, 38.208526576641994 ], [ -109.89074866098444, 38.208396918534589 ], [ -109.89123008336453, 38.208284308483741 ], [ -109.89160301345379, 38.208170672076342 ], [ -109.89193672356937, 38.208007097274162 ], [ -109.89225358896456, 38.207824436971897 ], [ -109.89264540647311, 38.207594718316685 ], [ -109.89329018014607, 38.20725382995191 ], [ -109.89351450630542, 38.207147798469393 ], [ -109.89379613600788, 38.207028788295375 ], [ -109.89403880078227, 38.206918422520154 ], [ -109.8942506993028, 38.206803260341083 ], [ -109.8945094867714, 38.206684033265248 ], [ -109.89473931497282, 38.206591569502379 ], [ -109.89498042620357, 38.206508223681745 ], [ -109.89530595984222, 38.206506781525434 ], [ -109.89567718648462, 38.206504867112905 ], [ -109.89605939744469, 38.206531893818685 ], [ -109.89647567781027, 38.206571856621871 ], [ -109.89697733567903, 38.206630644596515 ], [ -109.8974515187256, 38.206693678472845 ], [ -109.89791811634326, 38.206729602663152 ], [ -109.898344800218, 38.20683724791845 ], [ -109.89871465731783, 38.206926334139617 ], [ -109.89913543001451, 38.20704743935363 ], [ -109.89943615883307, 38.207176429839876 ], [ -109.89965178150294, 38.20726857308415 ], [ -109.89994700561114, 38.207383992387228 ], [ -109.90036683401866, 38.207568169663446 ], [ -109.90096232042198, 38.207844112053266 ], [ -109.90131417532494, 38.207991600781973 ], [ -109.90171742222127, 38.208139569302816 ], [ -109.90219415727221, 38.208337790764446 ], [ -109.90253438041654, 38.208499586567932 ], [ -109.90294751082911, 38.208750382215463 ], [ -109.90332697827424, 38.2089612083006 ], [ -109.90372391629636, 38.209149665857971 ], [ -109.904200528396, 38.209356890243996 ], [ -109.90474063044778, 38.209519644177412 ], [ -109.90524157356697, 38.209627957311611 ], [ -109.90575983769703, 38.209723812716163 ], [ -109.90623231373245, 38.209826448952533 ], [ -109.90680097506124, 38.209989459543337 ], [ -109.90706404584175, 38.21004147625483 ], [ -109.9073978533208, 38.210175260502716 ], [ -109.90764829535743, 38.210231664455328 ], [ -109.90790961962362, 38.210324217871985 ], [ -109.90817658749971, 38.210421329296182 ], [ -109.90857435376168, 38.210555705093029 ], [ -109.90902297587679, 38.210726600970972 ], [ -109.90942605226579, 38.210888059810777 ], [ -109.90982294964907, 38.211081002545463 ], [ -109.91035098502702, 38.211288679630854 ], [ -109.91068527482898, 38.211467519987032 ], [ -109.91109924267677, 38.211665122930754 ], [ -109.91135439636147, 38.211789154127075 ], [ -109.91160968513523, 38.21190417383513 ], [ -109.91196675535585, 38.212087727872174 ], [ -109.91222150959555, 38.21223879005418 ], [ -109.91236862541386, 38.212331176381966 ], [ -109.9125836229455, 38.212467449898575 ], [ -109.91280451941279, 38.212591160595387 ], [ -109.91317879438812, 38.21277036421565 ], [ -109.91347186209538, 38.212956925961095 ], [ -109.91374454773768, 38.213131582517889 ], [ -109.9140962536992, 38.213292549991323 ], [ -109.9144706693628, 38.213462738622439 ], [ -109.91479261695936, 38.213627934906121 ], [ -109.91504288096107, 38.213774443381695 ], [ -109.91522912104456, 38.213924865762635 ], [ -109.91534730345097, 38.214043116325925 ], [ -109.91561806654515, 38.214270922689657 ], [ -109.91592827064707, 38.214535141446348 ], [ -109.91617566028377, 38.214798779406074 ], [ -109.91641667288026, 38.215107418909781 ], [ -109.91668644119524, 38.215402805028717 ], [ -109.91697978904052, 38.215648841061906 ], [ -109.91724538660488, 38.215840547266225 ], [ -109.91749473459633, 38.215972622582399 ], [ -109.91781836282746, 38.216102678570017 ], [ -109.91807872056148, 38.216262791933651 ], [ -109.91828083802172, 38.216498971599144 ], [ -109.91852380751867, 38.216753551688647 ], [ -109.9186669442162, 38.217038754267044 ], [ -109.91887264298022, 38.21741916086706 ], [ -109.91902190199637, 38.217753986404993 ], [ -109.91913185282505, 38.218043388855335 ], [ -109.91942767422186, 38.218586843629225 ], [ -109.91959677393486, 38.21904802162328 ], [ -109.9198807712998, 38.219541799364585 ], [ -109.91998103791126, 38.219713953476138 ], [ -109.92013077268825, 38.22001723927179 ], [ -109.92030992960932, 38.22026221633201 ], [ -109.92042500091493, 38.220592219421327 ], [ -109.9204550726174, 38.220876379728836 ], [ -109.92030883249564, 38.221109351309323 ], [ -109.92019161327491, 38.221311047049731 ], [ -109.92015064631394, 38.221454865044279 ], [ -109.92016217844478, 38.22167937442687 ], [ -109.92024039978453, 38.22187475712483 ], [ -109.92028867029958, 38.222086987394881 ], [ -109.9202393178208, 38.222334368322507 ], [ -109.92028214377349, 38.222528524136251 ], [ -109.92032979199398, 38.222705601148668 ], [ -109.92029752975543, 38.223033347666096 ], [ -109.92030064368942, 38.223209113781373 ], [ -109.92025155680999, 38.223438472752676 ], [ -109.92014375788, 38.223775437661203 ], [ -109.91999651146148, 38.224075990767062 ], [ -109.91988956316953, 38.224355285296731 ], [ -109.91970804616606, 38.22465552261685 ], [ -109.91950388196339, 38.224942032885572 ], [ -109.91928272851355, 38.225218472952783 ], [ -109.91908460587968, 38.22548250764239 ], [ -109.91891578607709, 38.225696343718873 ], [ -109.91867746692976, 38.225974426905779 ], [ -109.91839770281743, 38.226273756873447 ], [ -109.91815064737121, 38.2264472172441 ], [ -109.91782201961475, 38.226651467585441 ], [ -109.91732775495323, 38.226854189176741 ], [ -109.91701154838729, 38.226990960516524 ], [ -109.91656948550653, 38.227140087529634 ], [ -109.91626483320302, 38.227267951323988 ], [ -109.91588088634367, 38.22735002106343 ], [ -109.91558859178102, 38.227414912055124 ], [ -109.91514752743542, 38.227496451636512 ], [ -109.91475771930307, 38.227588376890502 ], [ -109.91441369688405, 38.227674415827849 ], [ -109.91390342030105, 38.227800371348103 ], [ -109.91351934750965, 38.227890543105488 ], [ -109.91300965808301, 38.227976846623491 ], [ -109.91252235784965, 38.228093996732454 ], [ -109.91209862388204, 38.228238770528186 ], [ -109.91163295768567, 38.228360623531088 ], [ -109.91115176752699, 38.228450788082057 ], [ -109.91071008751952, 38.228572859926544 ], [ -109.91022331769179, 38.228653956703731 ], [ -109.90973614324946, 38.228762084181994 ], [ -109.9093350465877, 38.228843973080693 ], [ -109.90902016302495, 38.228890613384245 ], [ -109.90873961660905, 38.228933066028539 ], [ -109.90820143702807, 38.229013676370855 ], [ -109.90785846519633, 38.22902850969065 ], [ -109.90744708758092, 38.229033693081263 ], [ -109.90696676486884, 38.22906526944039 ], [ -109.90646204322991, 38.229200256331318 ], [ -109.90608426006816, 38.229250808738065 ], [ -109.90570143982387, 38.229256252167509 ], [ -109.90522050717469, 38.22932837038838 ], [ -109.90481456935711, 38.229351619595242 ], [ -109.90424883818079, 38.229364363480464 ], [ -109.90393993166671, 38.229393021602824 ], [ -109.90357861231452, 38.229412177127543 ], [ -109.90310649337424, 38.229353692731181 ], [ -109.90252933863897, 38.229366321558729 ], [ -109.90196462338098, 38.229311472758376 ], [ -109.90119489754922, 38.229214147365127 ], [ -109.90038525983853, 38.229111936921925 ], [ -109.89934878669668, 38.228899448015326 ], [ -109.8989784105964, 38.228837395058974 ], [ -109.89849358432036, 38.22878868629774 ], [ -109.89793467027788, 38.228728465291915 ], [ -109.89751268737781, 38.228679441350842 ], [ -109.89698252389826, 38.22860686887018 ], [ -109.89648112399924, 38.228521046218638 ], [ -109.89592913796717, 38.228380672657217 ], [ -109.89547329767912, 38.228304286436938 ], [ -109.89510286001295, 38.228246726773683 ], [ -109.89477763858855, 38.228221134280147 ], [ -109.89450409475891, 38.228178003354238 ], [ -109.89400242803531, 38.228110191928437 ], [ -109.89352319913004, 38.22806962635255 ], [ -109.89300364813906, 38.228051208890918 ], [ -109.89263831063961, 38.228034244246885 ], [ -109.89213066184587, 38.227984392692122 ], [ -109.89170188207009, 38.228007380938251 ], [ -109.89119926174264, 38.228002633592368 ], [ -109.89079924491396, 38.228012372042457 ], [ -109.8905194452759, 38.228005221319286 ], [ -109.89026065726844, 38.228119031403281 ], [ -109.89007629742514, 38.228221829001086 ], [ -109.88987596650161, 38.228247871977246 ], [ -109.8896817717509, 38.228246035 ], [ -109.88944039053347, 38.2283419836332 ], [ -109.8891816545208, 38.228452186946939 ], [ -109.88900228661332, 38.228527092426404 ], [ -109.88877311271015, 38.228646586809873 ], [ -109.88854265859194, 38.228775080762276 ], [ -109.88847743032969, 38.228932175599333 ], [ -109.88846828987279, 38.229157392696315 ], [ -109.88849280234382, 38.229423483156104 ], [ -109.88851126037424, 38.229712046626453 ], [ -109.8886188436617, 38.230150154479162 ], [ -109.8887457575548, 38.230444250928983 ], [ -109.88887852135764, 38.230729390472135 ], [ -109.88906593683909, 38.231177265780104 ], [ -109.8893066802768, 38.23149947545609 ], [ -109.88951834065395, 38.231780854809919 ], [ -109.8897140778078, 38.232057577069391 ], [ -109.88992754665159, 38.232370515285787 ], [ -109.89007121631425, 38.232615201948761 ], [ -109.89017257162092, 38.232787391157778 ], [ -109.89021504890312, 38.232999578173569 ], [ -109.89023045120743, 38.233188978796072 ], [ -109.89032230444948, 38.233460211569565 ], [ -109.89044881988316, 38.233781338746027 ], [ -109.89061582141449, 38.233994702801127 ], [ -109.89082957339679, 38.234289617727768 ], [ -109.89103199221292, 38.234503315909116 ], [ -109.89123820859017, 38.234843219578465 ], [ -109.89151235710146, 38.235224319159848 ], [ -109.8917034245088, 38.23543340288952 ], [ -109.89191699987772, 38.235665229173414 ], [ -109.89223746799937, 38.236006209756027 ], [ -109.89255889587839, 38.236284113547391 ], [ -109.89284700914021, 38.236498617205541 ], [ -109.8929654636661, 38.236598868165515 ], [ -109.89313423610605, 38.236771690699349 ], [ -109.8932576524616, 38.236921554923079 ], [ -109.89348266170187, 38.237153486180695 ], [ -109.8936512318049, 38.237339824268794 ], [ -109.89384713571226, 38.237607528992093 ], [ -109.89400903983396, 38.237856888695504 ], [ -109.89415875589796, 38.238156601293461 ], [ -109.89438826960647, 38.238468781269134 ], [ -109.89460056605971, 38.238786205901775 ], [ -109.8947776345594, 38.239166383335935 ], [ -109.89505195382631, 38.239538464049339 ], [ -109.89528766539878, 38.239819158123261 ], [ -109.89546153604088, 38.240033481106458 ], [ -109.89564577209643, 38.240242494092392 ], [ -109.8959955740729, 38.240610776815132 ], [ -109.89637314071815, 38.240956789265887 ], [ -109.89666067062349, 38.241211832684286 ], [ -109.89706741952634, 38.241517562662295 ], [ -109.89746220204643, 38.241859227346467 ], [ -109.89803884297474, 38.242265683459713 ], [ -109.898474371246, 38.242558160613321 ], [ -109.89889956493586, 38.242778442119857 ], [ -109.89925198982273, 38.24289890608263 ], [ -109.89970234824321, 38.242966214456565 ], [ -109.90014168930043, 38.243006381445717 ], [ -109.90083319420445, 38.242995737335256 ], [ -109.90140584261813, 38.242910077022827 ], [ -109.90188251133065, 38.242747813881032 ], [ -109.90229028610699, 38.242607434717073 ], [ -109.9029167012586, 38.242365458731165 ], [ -109.90309494721004, 38.242290521776248 ], [ -109.90341146250204, 38.242139372282388 ], [ -109.90371054062442, 38.242007885734274 ], [ -109.90410152150228, 38.241843911766637 ], [ -109.90448152155123, 38.241650093914124 ], [ -109.90488424862184, 38.241464597823814 ], [ -109.90517890616147, 38.241246549687595 ], [ -109.90544963046071, 38.241100374699826 ], [ -109.90569104754186, 38.241003492572737 ], [ -109.90601828851209, 38.240898397887001 ], [ -109.90637476667452, 38.240748514036241 ], [ -109.90661624888325, 38.240647124521658 ], [ -109.90702434041435, 38.240484201328293 ], [ -109.9074214770102, 38.240289632208402 ], [ -109.90786424467717, 38.240099992460387 ], [ -109.90827851466103, 38.239905579848077 ], [ -109.90866327675967, 38.239773976367715 ], [ -109.90897943316334, 38.239645338686245 ], [ -109.90937607544727, 38.23948320199694 ], [ -109.90984215429874, 38.239262228823954 ], [ -109.91021575431598, 38.239112492219661 ], [ -109.91072087451441, 38.238954963084041 ], [ -109.91116261773725, 38.238832892353692 ], [ -109.91159911725376, 38.238679228797004 ], [ -109.91213198820456, 38.238576023801329 ], [ -109.91251492447991, 38.238566054675516 ], [ -109.91296573933663, 38.238601773803069 ], [ -109.9132449928337, 38.238648519631816 ], [ -109.91354142435456, 38.238692720183543 ], [ -109.91391166265079, 38.23876824437383 ], [ -109.91435515902003, 38.238912036247321 ], [ -109.91465040001817, 38.239036431130444 ], [ -109.91493341339778, 38.239214785120879 ], [ -109.91533598965779, 38.239421280003462 ], [ -109.9156421910384, 38.239577316228477 ], [ -109.915936500271, 38.23976478433142 ], [ -109.91625205600803, 38.240060593707327 ], [ -109.91665303597048, 38.240375215146443 ], [ -109.91690644012743, 38.240624487040151 ], [ -109.91713643398474, 38.240911393402534 ], [ -109.91730904893367, 38.24121489304013 ], [ -109.91750411521151, 38.241545635960144 ], [ -109.9176641051809, 38.241930127938865 ], [ -109.91785950888853, 38.242238342991413 ], [ -109.91809477014316, 38.242555937322514 ], [ -109.91824594381889, 38.242764610323064 ], [ -109.91834536916497, 38.242995336534719 ], [ -109.91839815773763, 38.243288717856274 ], [ -109.91839448570654, 38.243536518040898 ], [ -109.91838503398408, 38.243788771017698 ], [ -109.91839836701227, 38.244045740059391 ], [ -109.91844684556101, 38.244244454064265 ], [ -109.91847300672752, 38.244406913785618 ], [ -109.91845132802737, 38.244713126913837 ], [ -109.91843045030544, 38.244965274538764 ], [ -109.91835715391981, 38.245284530085229 ], [ -109.91820400810657, 38.245594037354891 ], [ -109.91799890919884, 38.245939113959594 ], [ -109.91778856290581, 38.246252599286755 ], [ -109.91758432881018, 38.246539104164896 ], [ -109.91734735164478, 38.246721666965286 ], [ -109.91700329485971, 38.246804107555498 ], [ -109.91668740165154, 38.246913843548533 ], [ -109.91618230512476, 38.2470668920759 ], [ -109.91564763665697, 38.24728725619989 ], [ -109.91518723615837, 38.247508304446413 ], [ -109.91485205020976, 38.247685448133105 ], [ -109.91454139757751, 38.247903372398738 ], [ -109.91418429696787, 38.248093829640226 ], [ -109.9138386209565, 38.248284391524109 ], [ -109.91343574368648, 38.248478928805703 ], [ -109.91303879228617, 38.248659100159585 ], [ -109.91268778673651, 38.248823474045771 ], [ -109.91236596378174, 38.24894666153584 ], [ -109.9118256913749, 38.24915794395401 ], [ -109.91117034310842, 38.249422228947445 ], [ -109.91069943075313, 38.249580076887931 ], [ -109.9101305150063, 38.249795591593596 ], [ -109.90976875747796, 38.249913894917903 ], [ -109.90949874908787, 38.250010519458932 ], [ -109.90863205766166, 38.250268319856524 ], [ -109.90810870288585, 38.250493260526291 ], [ -109.90764819235416, 38.250718783861998 ], [ -109.9069571175699, 38.251077339837366 ], [ -109.9062885522205, 38.251458631798847 ], [ -109.9059829018551, 38.251645037211233 ], [ -109.90577512240347, 38.251782787806675 ], [ -109.9054043905507, 38.252117284840729 ], [ -109.90499788659957, 38.252550580218035 ], [ -109.90437054104508, 38.253229645695924 ], [ -109.90399394637291, 38.253573095493174 ], [ -109.9038374449655, 38.25372033362067 ], [ -109.90350043457779, 38.254091187912834 ], [ -109.9031850476799, 38.254619955403157 ], [ -109.9029732664756, 38.254946917975225 ], [ -109.90278030940179, 38.255238007685996 ], [ -109.90255347477701, 38.255501743862823 ], [ -109.90213320203601, 38.256088106066748 ], [ -109.9020161457323, 38.25627175916933 ], [ -109.90186895985659, 38.256558769506363 ], [ -109.90177958973788, 38.256801260199069 ], [ -109.90178231942475, 38.256999552271886 ], [ -109.90185919416544, 38.257207550380855 ], [ -109.90203634312134, 38.257587716935774 ], [ -109.90213097123612, 38.257755326464519 ], [ -109.90224757425459, 38.257981720240828 ], [ -109.90229588140782, 38.258189450775632 ], [ -109.90237360155439, 38.258645289532424 ], [ -109.90251702533823, 38.259444203019243 ], [ -109.90264426790284, 38.260103277200365 ], [ -109.90275626768849, 38.260636039107837 ], [ -109.90293270608748, 38.26144427270907 ], [ -109.90298259814183, 38.261926886990587 ], [ -109.90297588978028, 38.262372923607202 ], [ -109.90296482220243, 38.262728798363874 ], [ -109.90304572634911, 38.263049484559687 ], [ -109.90312588586754, 38.263419730309153 ], [ -109.90323570223535, 38.263718156362756 ], [ -109.90340029294109, 38.26417480608675 ], [ -109.9035352294935, 38.264703275277796 ], [ -109.90368954642435, 38.265083225652432 ], [ -109.9039387778452, 38.265612762213735 ], [ -109.90426442960538, 38.266381832648925 ], [ -109.90453747557177, 38.266848505562294 ], [ -109.9047998398554, 38.267265511558783 ], [ -109.9049668968746, 38.267559062911914 ], [ -109.90547691479112, 38.268231618515934 ], [ -109.90590346387586, 38.268753792690376 ], [ -109.90643541216696, 38.269489633290625 ], [ -109.90703685513257, 38.270165737794791 ], [ -109.90748925195395, 38.270566483620989 ], [ -109.90770888663096, 38.270709117342896 ], [ -109.90795329430371, 38.270800612279686 ], [ -109.90817543632349, 38.270852246274622 ], [ -109.90845425641214, 38.270935949518119 ], [ -109.90904182172937, 38.271013511300602 ], [ -109.90940200123026, 38.271007847805798 ], [ -109.90986034599447, 38.270935504611046 ], [ -109.91038848156464, 38.270782698891452 ], [ -109.9112430947421, 38.270584255526884 ], [ -109.91224383010687, 38.27016906785051 ], [ -109.91303315649355, 38.269748308302589 ], [ -109.9132468237332, 38.26960158790417 ], [ -109.91370891467236, 38.269276925350965 ], [ -109.91426450508149, 38.268814339779112 ], [ -109.91476357071232, 38.268308871779851 ], [ -109.91536615168764, 38.267760199230246 ], [ -109.91627117775667, 38.266858339112922 ], [ -109.91680469120733, 38.266340563330687 ], [ -109.91762095416713, 38.265640645439369 ], [ -109.9185967408572, 38.264973734483512 ], [ -109.91955603370486, 38.264261602772855 ], [ -109.92043543916363, 38.263539715902276 ], [ -109.92143038057003, 38.262733269218252 ], [ -109.92276591590688, 38.26177222917476 ], [ -109.92332477924053, 38.261389837411748 ], [ -109.92407374821812, 38.260982149915854 ], [ -109.9249375242394, 38.260539461010417 ], [ -109.92569046457622, 38.260248957067617 ], [ -109.92647104154013, 38.260021785991633 ], [ -109.9269926876228, 38.259913905856195 ], [ -109.9274799148167, 38.25981472091653 ], [ -109.92808109262366, 38.259739105307581 ], [ -109.92864193940227, 38.259685648692667 ], [ -109.92918446576073, 38.259712230156133 ], [ -109.9297040434233, 38.259744908277426 ], [ -109.9302009959903, 38.259839561520579 ], [ -109.93079247489432, 38.259957604382286 ], [ -109.93121918935294, 38.26008766179374 ], [ -109.93162199279342, 38.260289596990368 ], [ -109.93217763128231, 38.260592055228855 ], [ -109.93286962539855, 38.260949823819296 ], [ -109.93353412208155, 38.261234340164982 ], [ -109.93410191546374, 38.261488234296706 ], [ -109.93459530826887, 38.261749561072762 ], [ -109.93497389158273, 38.262045892253788 ], [ -109.93528318215816, 38.262391160174253 ], [ -109.9355250206762, 38.262659212255123 ], [ -109.93587871714483, 38.26309500274477 ], [ -109.93598893070688, 38.263375378248121 ], [ -109.93603619460406, 38.263583085805962 ], [ -109.93605132622328, 38.263799514103766 ], [ -109.93604298281507, 38.263979681013787 ], [ -109.93603391638567, 38.26420940806463 ], [ -109.93606452298214, 38.264462025174716 ], [ -109.93616100996162, 38.26489998822165 ], [ -109.93618073951612, 38.265193061223975 ], [ -109.93618668841179, 38.265490515327784 ], [ -109.93615496077108, 38.265706518677625 ], [ -109.93599932171215, 38.266110653027887 ], [ -109.93570651286456, 38.266671255130767 ], [ -109.93539192055516, 38.26707935389323 ], [ -109.93490215724434, 38.267740904772722 ], [ -109.93441922959276, 38.268403416779414 ], [ -109.93400548368164, 38.268868288628987 ], [ -109.93368576339574, 38.269234880224523 ], [ -109.93344782811658, 38.269480550800886 ], [ -109.93322795879786, 38.269663300313702 ], [ -109.93273199041481, 38.269965201766588 ], [ -109.93228606738938, 38.270362183745576 ], [ -109.93185018356408, 38.270853882583644 ], [ -109.93169270946336, 38.27106873957073 ], [ -109.93155809465981, 38.271283804507213 ], [ -109.93145836372339, 38.271458632474889 ], [ -109.93143358868095, 38.271589082483565 ], [ -109.93140762503766, 38.27180063067884 ], [ -109.93141003872155, 38.272025955492623 ], [ -109.93135503693024, 38.272268781571789 ], [ -109.93102825193384, 38.272725422329152 ], [ -109.93067242422882, 38.273213339805189 ], [ -109.92999411051021, 38.273941642410286 ], [ -109.929341742818, 38.274692707979213 ], [ -109.92895711867256, 38.275193875341351 ], [ -109.92854033658993, 38.275938074533137 ], [ -109.92818295273459, 38.276529609003511 ], [ -109.92791255451277, 38.277036322235986 ], [ -109.92775984293198, 38.277314301823587 ], [ -109.92766874198311, 38.277678459317322 ], [ -109.92762735711807, 38.278160228479756 ], [ -109.92760437782493, 38.278556550875152 ], [ -109.92761562586686, 38.278957692159999 ], [ -109.92772332485995, 38.279408380351086 ], [ -109.92792205262609, 38.279888739015973 ], [ -109.92822694464876, 38.280535889864893 ], [ -109.92856607071752, 38.281187858591927 ], [ -109.92888505373379, 38.281654894408057 ], [ -109.92914952943391, 38.281941189881913 ], [ -109.92952739908749, 38.282291604182149 ], [ -109.9301884245114, 38.282824841677694 ], [ -109.93074756297953, 38.283289556136147 ], [ -109.93121749831712, 38.283600249658704 ], [ -109.93184676072332, 38.283961958631728 ], [ -109.93252301186565, 38.284238476911781 ], [ -109.93279586618466, 38.284344598501846 ], [ -109.93301149441265, 38.284454705036694 ], [ -109.93333487204698, 38.284624369558074 ], [ -109.93383327598029, 38.284944323583005 ], [ -109.93429246176861, 38.2852098466592 ], [ -109.93500191180824, 38.28556325510236 ], [ -109.93556458976722, 38.285789158280778 ], [ -109.93595716599451, 38.285918889028814 ], [ -109.93625329120417, 38.285998177391541 ], [ -109.9365728736704, 38.28603712322051 ], [ -109.93766907560121, 38.286137176120036 ], [ -109.93835283049317, 38.286215462745652 ], [ -109.93886160411644, 38.286296668778981 ], [ -109.93951201097047, 38.28638816515091 ], [ -109.94010479820079, 38.286510679690736 ], [ -109.94126849548884, 38.286687911632733 ], [ -109.94225551653307, 38.286827490774293 ], [ -109.94288744456955, 38.286932319998151 ], [ -109.94360136290034, 38.287060414435089 ], [ -109.94477495824079, 38.28734494477898 ], [ -109.94536716282379, 38.287508883208496 ], [ -109.94580484564379, 38.287684047105373 ], [ -109.94613996143606, 38.287835757754969 ], [ -109.9465827132384, 38.288056024795672 ], [ -109.94705229213371, 38.288398194312137 ], [ -109.94748686088536, 38.288789614387973 ], [ -109.94815314408521, 38.289367858772273 ], [ -109.94909038860558, 38.290187347711246 ], [ -109.94963080173741, 38.290773468115617 ], [ -109.9497882696364, 38.290955119928938 ], [ -109.94997302303659, 38.291227136740481 ], [ -109.95010457488186, 38.291620340419591 ], [ -109.95036255009065, 38.292366146962252 ], [ -109.95051729755525, 38.292737027438967 ], [ -109.95061435937326, 38.293143440047082 ], [ -109.95066679061367, 38.293472850524019 ], [ -109.95073017724384, 38.293915010128735 ], [ -109.95075177857962, 38.294320747549207 ], [ -109.95070527140658, 38.294770936182061 ], [ -109.95066558374435, 38.295144582984371 ], [ -109.95058509788663, 38.295571937312488 ], [ -109.95046076225742, 38.296264755880891 ], [ -109.95031989686738, 38.296993474663822 ], [ -109.95008611111238, 38.29766278294607 ], [ -109.94996352019439, 38.29823395314957 ], [ -109.94987198161522, 38.298634171529272 ], [ -109.9497212163964, 38.299096944111952 ], [ -109.94945631063909, 38.299702887600965 ], [ -109.94914952033955, 38.300358021635475 ], [ -109.94886585416309, 38.300995337826578 ], [ -109.948730516937, 38.301259981360545 ], [ -109.94852963300268, 38.301707883613439 ], [ -109.9483231981705, 38.302144020002714 ], [ -109.94808168772499, 38.302633012693668 ], [ -109.9478586284265, 38.303032049557878 ], [ -109.94768208868082, 38.303377430854979 ], [ -109.94741048382797, 38.303969790899735 ], [ -109.94702282686437, 38.304678265439186 ], [ -109.94667454795734, 38.30543125136731 ], [ -109.94652000742846, 38.305836307955772 ], [ -109.94628743060056, 38.306496606127325 ], [ -109.94613328977387, 38.306873728280664 ], [ -109.94605900238854, 38.307265085869076 ], [ -109.94603058808342, 38.307647843532621 ], [ -109.94607196277308, 38.30795011965548 ], [ -109.94618833395762, 38.308523431662394 ], [ -109.94628725128673, 38.308880297070701 ], [ -109.94636852365677, 38.309191943533683 ], [ -109.94670781041116, 38.309852871857196 ], [ -109.94703261999119, 38.310328921825935 ], [ -109.9473461276596, 38.310795857380803 ], [ -109.94772773710268, 38.311299451357335 ], [ -109.94816640428265, 38.311812567853693 ], [ -109.94845945978737, 38.312112593772845 ], [ -109.94904655351368, 38.312645061730031 ], [ -109.94944267647128, 38.312936996626235 ], [ -109.94994023897691, 38.313333477160029 ], [ -109.95043182867562, 38.313747926264107 ], [ -109.95083747729019, 38.314094014083658 ], [ -109.95107618657819, 38.314277291676746 ], [ -109.95129740266573, 38.314404537576578 ], [ -109.95157585632377, 38.314528689904812 ], [ -109.952105730356, 38.314668606292017 ], [ -109.95250408069168, 38.314807345693566 ], [ -109.95288045273931, 38.314883704284867 ], [ -109.95322247558154, 38.314962458723862 ], [ -109.95378699104427, 38.315080146552006 ], [ -109.95436216895504, 38.315251999116924 ], [ -109.9552965201524, 38.31550365130299 ], [ -109.95634056466935, 38.315684175717777 ], [ -109.9575370168935, 38.316005732634963 ], [ -109.9582265194726, 38.316183088448938 ], [ -109.95903618148385, 38.316357000744958 ], [ -109.95973654911714, 38.316574998437382 ], [ -109.96017476260894, 38.316727583536505 ], [ -109.96052154326811, 38.316874850633823 ], [ -109.96094234692715, 38.317045302701736 ], [ -109.96133963487749, 38.317260605340586 ], [ -109.96185483412737, 38.317630155534545 ], [ -109.96222796832529, 38.317935362025501 ], [ -109.96255502135392, 38.318263591084751 ], [ -109.96295857213782, 38.31884303108108 ], [ -109.9632433672447, 38.31932769445946 ], [ -109.96333834255364, 38.319486245125191 ], [ -109.96343197091704, 38.319739410476735 ], [ -109.96348537486607, 38.3200057383455 ], [ -109.96350061599622, 38.320542090790603 ], [ -109.96351907413758, 38.321254206820349 ], [ -109.963597417919, 38.321777598727195 ], [ -109.96366714714483, 38.322102649095335 ], [ -109.96373719769674, 38.322405172097355 ], [ -109.96389290782804, 38.322717463913641 ], [ -109.96401513790204, 38.322970881381629 ], [ -109.9642032419748, 38.323418639805865 ], [ -109.96443016498021, 38.323952355245623 ], [ -109.96453352032485, 38.324246159732603 ], [ -109.96461969879398, 38.324702029501211 ], [ -109.96476508363685, 38.325338662961222 ], [ -109.96493676104049, 38.326137745244679 ], [ -109.96502990704663, 38.326827989504011 ], [ -109.96525283220664, 38.327563537853415 ], [ -109.96537314942532, 38.328435163693676 ], [ -109.96543084383181, 38.329205301884997 ], [ -109.96544943068734, 38.329507369556282 ], [ -109.96549094777068, 38.329806034673624 ], [ -109.96554430177031, 38.330076866825237 ], [ -109.96558666498636, 38.330316059822771 ], [ -109.96557157452222, 38.330572770112695 ], [ -109.96551650942455, 38.33082462173774 ], [ -109.96537532639064, 38.33109824368632 ], [ -109.96519455196002, 38.331339973923484 ], [ -109.96508826257354, 38.33157334918414 ], [ -109.96498782054319, 38.331797763898088 ], [ -109.96484232388941, 38.331972214558178 ], [ -109.96451861204616, 38.3322081758363 ], [ -109.96412941315711, 38.33262379864744 ], [ -109.96357439499461, 38.333033448670626 ], [ -109.96296724842787, 38.333487695240088 ], [ -109.96292071775898, 38.333541355999415 ], [ -109.96271866766732, 38.333669342351435 ], [ -109.96233901343335, 38.333815583399044 ], [ -109.96209863096234, 38.333903576482989 ], [ -109.96180981385356, 38.334018176397848 ], [ -109.96155149894187, 38.334079874668276 ], [ -109.96102963678554, 38.334168977380322 ], [ -109.96024289945422, 38.334378293240725 ], [ -109.95910691059656, 38.334607034315248 ], [ -109.95821251374241, 38.334743284498217 ], [ -109.95699520448215, 38.335056896897115 ], [ -109.95600824208395, 38.335264403131575 ], [ -109.95517649451828, 38.335419211873599 ], [ -109.95413681031728, 38.335711846843822 ], [ -109.95288423916966, 38.336088186046609 ], [ -109.95201826039873, 38.336314762849007 ], [ -109.9512176565655, 38.336609508165033 ], [ -109.95038939414751, 38.336917518441695 ], [ -109.94995257442267, 38.337057800156536 ], [ -109.94927940000215, 38.337322131030504 ], [ -109.94872634695517, 38.33758753496808 ], [ -109.94837356608475, 38.337850226496805 ], [ -109.94794472411728, 38.338229390890831 ], [ -109.94747329258068, 38.338783905878913 ], [ -109.94720493808303, 38.339141977810748 ], [ -109.94696563970403, 38.339468767947722 ], [ -109.9467138543589, 38.33986754158434 ], [ -109.94650685139963, 38.34033430714782 ], [ -109.94634028112846, 38.340774399557027 ], [ -109.94617266433312, 38.341286578442116 ], [ -109.94609065856856, 38.341813044558094 ], [ -109.94602013324395, 38.342731636544798 ], [ -109.9459118459975, 38.343492178593195 ], [ -109.94576864362584, 38.344292960590742 ], [ -109.9457318368359, 38.344463857947879 ], [ -109.94561647835965, 38.344922433425637 ], [ -109.94538807238629, 38.345285365888891 ], [ -109.94513566941207, 38.345724684098428 ], [ -109.94482196708313, 38.346050799944649 ], [ -109.94436978120255, 38.34645677634019 ], [ -109.94386802694099, 38.34712365276151 ], [ -109.94336139337514, 38.347731904885599 ], [ -109.94288361891078, 38.34832239088869 ], [ -109.94247625989173, 38.348791847878125 ], [ -109.94211420634542, 38.349293254178875 ], [ -109.94181223206729, 38.349597838624121 ], [ -109.94157985465127, 38.349838164104547 ], [ -109.94133997015003, 38.350200984573746 ], [ -109.94112823044512, 38.350595600703663 ], [ -109.94089117480947, 38.351156709773129 ], [ -109.94078062929009, 38.351674802442666 ], [ -109.9406997526731, 38.35212016580661 ], [ -109.94070438179288, 38.352587930423297 ], [ -109.94073549410558, 38.352809005494073 ], [ -109.94078396799718, 38.353016719397438 ], [ -109.94092878899988, 38.353288387590723 ], [ -109.94119836943564, 38.353637784295671 ], [ -109.94167287964673, 38.354061126340376 ], [ -109.94211891843123, 38.354475197579809 ], [ -109.9425839621255, 38.354763270559772 ], [ -109.94306676402476, 38.355010947798533 ], [ -109.94362499852971, 38.355187206744475 ], [ -109.94404696243856, 38.355290139835979 ], [ -109.94462887321971, 38.355412535264534 ], [ -109.94525655962866, 38.355535339621383 ], [ -109.94621597691049, 38.355670134652158 ], [ -109.94709672938049, 38.355705083441954 ], [ -109.94814406469125, 38.355696460224763 ], [ -109.94939152995477, 38.355698633142566 ], [ -109.95007943800586, 38.35561467531442 ], [ -109.95088795561976, 38.355500250710477 ], [ -109.95151917606975, 38.35537882794462 ], [ -109.95181220406856, 38.355296735189249 ], [ -109.95213398273239, 38.35520498545165 ], [ -109.95247929652338, 38.355068385081125 ], [ -109.9526697994872, 38.354952930905789 ], [ -109.95283754500369, 38.35482826115885 ], [ -109.95294215713042, 38.354716545381635 ], [ -109.95308207200466, 38.354537554702226 ], [ -109.95318765644701, 38.354358257338987 ], [ -109.95325304638583, 38.354188514239418 ], [ -109.95329417178624, 38.354034776091282 ], [ -109.95331975926079, 38.353926860446343 ], [ -109.95334459151908, 38.35379190203308 ], [ -109.95333678071779, 38.353539496126601 ], [ -109.95331584041227, 38.353404129090606 ], [ -109.9533238970445, 38.353241984888527 ], [ -109.95334527765777, 38.352949285516388 ], [ -109.95339077632335, 38.352571187340281 ], [ -109.95336612529935, 38.352296101039187 ], [ -109.95337085992247, 38.351967204984831 ], [ -109.95341635772272, 38.351589106725662 ], [ -109.95344209682686, 38.351391072260142 ], [ -109.95342798071563, 38.351179164024302 ], [ -109.95342543708831, 38.350958347066268 ], [ -109.95353019919679, 38.350517693595393 ], [ -109.95356668978424, 38.350288212980736 ], [ -109.95364787449833, 38.349815806878119 ], [ -109.95371072745647, 38.34942434521237 ], [ -109.95376779365924, 38.349037337855826 ], [ -109.95383669048161, 38.348623399958392 ], [ -109.95393233742949, 38.348020448325748 ], [ -109.95408920932672, 38.347377488622996 ], [ -109.95415946326521, 38.346868936330772 ], [ -109.95429355410911, 38.346297869156388 ], [ -109.95445527584098, 38.345794638289775 ], [ -109.95466835394478, 38.345300877020378 ], [ -109.95491646652711, 38.344757861456912 ], [ -109.9551291499352, 38.344291131779002 ], [ -109.95552791669003, 38.343695385037002 ], [ -109.95601000564476, 38.343113896762631 ], [ -109.95643479571673, 38.342617510713808 ], [ -109.95691048441111, 38.34216212995883 ], [ -109.95741296197244, 38.341833153775525 ], [ -109.95785128162663, 38.341589219465043 ], [ -109.95836441793203, 38.341314406027266 ], [ -109.95903895191813, 38.340955408941753 ], [ -109.95970666328593, 38.340672949645402 ], [ -109.96031722856011, 38.340385473818401 ], [ -109.96057092809714, 38.340248036483842 ], [ -109.96102034699167, 38.340026718617729 ], [ -109.9613531659345, 38.33995757081675 ], [ -109.96185804939385, 38.339858403418006 ], [ -109.962322823812, 38.339763384921064 ], [ -109.96299404837231, 38.339634142382188 ], [ -109.96330925283841, 38.33959637534609 ], [ -109.96365261004154, 38.339590398396901 ], [ -109.9638867646716, 38.339619503718794 ], [ -109.96411615062144, 38.339662084498983 ], [ -109.96438856355064, 38.339736586961834 ], [ -109.96485487412482, 38.339935364301979 ], [ -109.96537192860632, 38.340186857336747 ], [ -109.96592310503074, 38.340453068269717 ], [ -109.96648617480692, 38.340687839327565 ], [ -109.96679297368962, 38.340839241586174 ], [ -109.96706538629905, 38.340994846159631 ], [ -109.96733754421238, 38.341168471927972 ], [ -109.96772874951922, 38.341419747431758 ], [ -109.96828508952943, 38.341726546910962 ], [ -109.968931432278, 38.342142279606961 ], [ -109.96962946044609, 38.342544944880984 ], [ -109.9702361556669, 38.342933285906668 ], [ -109.97044508111297, 38.343128879238144 ], [ -109.9705696626384, 38.343220093368423 ], [ -109.97062044818647, 38.343270105399256 ], [ -109.9707845656304, 38.343397714506331 ], [ -109.97088664735973, 38.343461694708381 ], [ -109.97116523285302, 38.343586703049162 ], [ -109.97154052529682, 38.343751310728656 ], [ -109.97183069484042, 38.343866505860305 ], [ -109.97217114307068, 38.344067755327245 ], [ -109.97243213768768, 38.344223247384754 ], [ -109.97268220082819, 38.344342594957304 ], [ -109.97299544897389, 38.344444471363104 ], [ -109.97331454610959, 38.344537386114915 ], [ -109.97392846079246, 38.344822132926936 ], [ -109.97447906885986, 38.345133358971417 ], [ -109.97502980985259, 38.345516679864112 ], [ -109.97562289388105, 38.345981476399487 ], [ -109.97610347010034, 38.346391215351574 ], [ -109.97663440008664, 38.346882500108137 ], [ -109.97701893331772, 38.347205782724636 ], [ -109.97746112473858, 38.347498024807152 ], [ -109.97800528729404, 38.347863250315449 ], [ -109.978668144772, 38.348333145615662 ], [ -109.97929725263019, 38.348762189245619 ], [ -109.97960901195194, 38.348972179462166 ], [ -109.98007404647107, 38.349269116520034 ], [ -109.98077798982281, 38.34966726105754 ], [ -109.98147495735988, 38.350155461087809 ], [ -109.98211509888981, 38.350616127585525 ], [ -109.98275505944098, 38.351090307068986 ], [ -109.98320226302991, 38.351436643212395 ], [ -109.98333712077975, 38.351613547201133 ], [ -109.98349506665005, 38.351776231953096 ], [ -109.98370322186074, 38.352031274402528 ], [ -109.9838768101522, 38.352303139769134 ], [ -109.98410052115489, 38.352673670278293 ], [ -109.98435803516395, 38.353082343683056 ], [ -109.98464945382189, 38.353521951016447 ], [ -109.98498996841582, 38.354052102911879 ], [ -109.98533341786863, 38.354618327300301 ], [ -109.9856732509588, 38.35519803740933 ], [ -109.98591814431698, 38.355610202933214 ], [ -109.98623285994842, 38.356104079892738 ], [ -109.98653549421283, 38.356561803463066 ], [ -109.98677512862376, 38.357023487823021 ], [ -109.98696364538728, 38.357457693939665 ], [ -109.98708362637321, 38.35788229562344 ], [ -109.98716864896588, 38.358351655280295 ], [ -109.98718933978651, 38.358509544397293 ], [ -109.98720292759059, 38.358766504380583 ], [ -109.98720425526908, 38.35908193657805 ], [ -109.98717728642265, 38.359374594266889 ], [ -109.98710435216648, 38.359680372861568 ], [ -109.98698494953808, 38.360035316001401 ], [ -109.98681958003196, 38.360403379791414 ], [ -109.98662603759202, 38.360739657745484 ], [ -109.98628772885296, 38.361197247162288 ], [ -109.98606715443429, 38.361419738986861 ], [ -109.98592240122886, 38.361540149244007 ], [ -109.98574878477079, 38.361678333655099 ], [ -109.98548317113639, 38.36184726381051 ], [ -109.9852752194258, 38.361985150385266 ], [ -109.98501004401618, 38.362122541190125 ], [ -109.98451465359409, 38.362352563724613 ], [ -109.98388783555214, 38.362567927111819 ], [ -109.98315164922057, 38.362746290538333 ], [ -109.98219262069475, 38.363062401106816 ], [ -109.98167388373419, 38.363323750870464 ], [ -109.98144201290852, 38.363452410777867 ], [ -109.98114294031998, 38.363639064287447 ], [ -109.98087737212414, 38.3638034782471 ], [ -109.98062884362663, 38.36397705176288 ], [ -109.98021151812688, 38.364351926774297 ], [ -109.97982833349238, 38.364740615356148 ], [ -109.97956110079247, 38.365023069072159 ], [ -109.97935747193684, 38.365259213464164 ], [ -109.97912401380422, 38.365581612996188 ], [ -109.97896551682045, 38.36586411088944 ], [ -109.9787886478161, 38.366232062558979 ], [ -109.9786771321907, 38.366429355213896 ], [ -109.97845944172475, 38.366851022724177 ], [ -109.97822584767093, 38.367182431152735 ], [ -109.97792250171207, 38.367589833009987 ], [ -109.97774047077851, 38.367917183934154 ], [ -109.97760523453958, 38.368172846648918 ], [ -109.97750471437375, 38.368401775984722 ], [ -109.97745022949361, 38.368613082766842 ], [ -109.97740592176578, 38.368914598283752 ], [ -109.97730400480084, 38.369242647216396 ], [ -109.97717378670723, 38.36946681113772 ], [ -109.97705736612268, 38.369686589297423 ], [ -109.97692174343038, 38.369969283739628 ], [ -109.97647912400083, 38.37051064600476 ], [ -109.97628658527994, 38.37077031272824 ], [ -109.97597610582881, 38.371275877624164 ], [ -109.97575347461068, 38.371639819689236 ], [ -109.97557822642527, 38.371890624244173 ], [ -109.97536825739718, 38.372168161033137 ], [ -109.97506023156033, 38.372498912110977 ], [ -109.97468746827316, 38.372955264042595 ], [ -109.9743145094392, 38.373425131004765 ], [ -109.97404584856174, 38.373804888456455 ], [ -109.97380583913453, 38.374182192470187 ], [ -109.97365741191531, 38.374559396606124 ], [ -109.97335286277564, 38.375047883197929 ], [ -109.9731744773985, 38.375519450139159 ], [ -109.97313854529192, 38.375631785228485 ], [ -109.97310165946891, 38.375730593969763 ], [ -109.97303850982931, 38.375824666623039 ], [ -109.97299151281386, 38.375909868766406 ], [ -109.97296664475934, 38.376049336681945 ], [ -109.97296517970045, 38.376152961684582 ], [ -109.97295265006478, 38.376229453789179 ], [ -109.9729336963065, 38.37635545552768 ], [ -109.97290870253077, 38.376422826434897 ], [ -109.97288599806777, 38.376490217394405 ], [ -109.97287842723287, 38.376620824845027 ], [ -109.97286526035572, 38.376742371274716 ], [ -109.97286881777924, 38.376895606186459 ], [ -109.97284935401532, 38.377057651364879 ], [ -109.97288286450373, 38.377197630742849 ], [ -109.97292604229179, 38.37730164687337 ], [ -109.97297023749331, 38.377414683884567 ], [ -109.97306091952059, 38.377559670074618 ], [ -109.97312063132813, 38.377708890892002 ], [ -109.97313671906777, 38.377785633678791 ], [ -109.97315242469553, 38.377889409065624 ], [ -109.97311591806019, 38.378042292989122 ], [ -109.9730455796344, 38.37815883258309 ], [ -109.97299837721141, 38.378258452061253 ], [ -109.97293847893927, 38.378446277712079 ], [ -109.97289007845384, 38.378630599275645 ], [ -109.97283054910838, 38.378792293341917 ], [ -109.97278233924803, 38.378963098545839 ], [ -109.97274557637039, 38.37913400403697 ], [ -109.97266270570994, 38.379327035386083 ], [ -109.97263166598555, 38.379497990986088 ], [ -109.97258358261344, 38.37965978521158 ], [ -109.97255858486677, 38.379808263786515 ], [ -109.97256175925419, 38.379988531209598 ], [ -109.97254223008754, 38.380155081662622 ], [ -109.97250578466156, 38.380303459872785 ], [ -109.97245337642531, 38.380447192151685 ], [ -109.97241006218998, 38.380595510112208 ], [ -109.97240140625975, 38.380802709742461 ], [ -109.97239326022597, 38.380973865921618 ], [ -109.97236628542238, 38.381262012745289 ], [ -109.97235909544935, 38.381365587457537 ], [ -109.97235139546369, 38.381505205606288 ], [ -109.97232633277227, 38.381658189499746 ], [ -109.97232512150909, 38.381743792663606 ], [ -109.97233446537533, 38.381892572201224 ], [ -109.97232636893567, 38.3824647617243 ], [ -109.97227809150498, 38.38264007199335 ], [ -109.97224202672921, 38.382761417461879 ], [ -109.97226803216957, 38.382946390964719 ], [ -109.97228335496402, 38.383077198947447 ], [ -109.97230916933886, 38.383275688719692 ], [ -109.97235241070598, 38.383456307313196 ], [ -109.97240856374741, 38.38361450914055 ], [ -109.97242910357581, 38.38370030295544 ], [ -109.97245078824554, 38.383786106801537 ], [ -109.97247291918978, 38.383840372645544 ], [ -109.97247775072255, 38.383903498816245 ], [ -109.97249332904076, 38.38401628504613 ], [ -109.97253135720806, 38.38416080996415 ], [ -109.97256925803741, 38.384314345724455 ], [ -109.97260735023855, 38.384454365186947 ], [ -109.97266204107015, 38.384635083990212 ], [ -109.97275037545866, 38.384865663457283 ], [ -109.97282211170456, 38.385055543527592 ], [ -109.97286020475163, 38.385195562902716 ], [ -109.97290478671418, 38.385281567288139 ], [ -109.97297169171195, 38.385408321121041 ], [ -109.97304922962032, 38.385592844690642 ], [ -109.97309856774658, 38.385747381652997 ], [ -109.97317049685059, 38.38592374522414 ], [ -109.97324891489535, 38.386046093759987 ], [ -109.97336702017455, 38.386195825760076 ], [ -109.97345695088092, 38.386313769001291 ], [ -109.97352970931995, 38.386431561795519 ], [ -109.97364234631661, 38.38656322168714 ], [ -109.9736873120804, 38.386622193213199 ], [ -109.97374334428294, 38.386708297523668 ], [ -109.97388924508665, 38.386916850153625 ], [ -109.97401905618115, 38.387048660021271 ], [ -109.97410930724547, 38.387144075634914 ], [ -109.9741488040947, 38.387184975176829 ], [ -109.97423854633891, 38.387316434117672 ], [ -109.97428891909671, 38.387397982652267 ], [ -109.97437898003457, 38.387506914347867 ], [ -109.97445822899803, 38.387570691529142 ], [ -109.97457703907951, 38.387670862631182 ], [ -109.97479786898911, 38.387844021713356 ], [ -109.97496699033009, 38.388030246159133 ], [ -109.97508014113504, 38.388125861276407 ], [ -109.97519920732917, 38.388208010048508 ], [ -109.97542073966665, 38.388331608268253 ], [ -109.97559692291468, 38.388423267856091 ], [ -109.9757569513136, 38.388523797986046 ], [ -109.97591469041241, 38.388624307896833 ], [ -109.97607389249461, 38.388702300452984 ], [ -109.97631947024057, 38.388826107025764 ], [ -109.97654043306872, 38.388909144301124 ], [ -109.97667101449673, 38.38898688614313 ], [ -109.97678499442621, 38.389023929058112 ], [ -109.97696168894279, 38.389079543187833 ], [ -109.97718398857786, 38.389149072967854 ], [ -109.97736073448038, 38.389201082158593 ], [ -109.97745202049487, 38.389223507279588 ], [ -109.9776119234153, 38.389251938036772 ], [ -109.97780547526366, 38.389330227857236 ], [ -109.97790805821973, 38.389363565504809 ], [ -109.97798217133675, 38.389385840466915 ], [ -109.97810772826386, 38.389413971072642 ], [ -109.97834160572205, 38.389474587631611 ], [ -109.97853566603892, 38.389516832804198 ], [ -109.97870135787369, 38.389540806541845 ], [ -109.9789069941973, 38.389574139994231 ], [ -109.97903846633108, 38.389588803180303 ], [ -109.97922107848727, 38.389630947503527 ], [ -109.97940979528896, 38.389646108787296 ], [ -109.97963902653919, 38.389630080563691 ], [ -109.97985108435499, 38.389613902426142 ], [ -109.97996576319628, 38.389601382503244 ], [ -109.98018926976067, 38.389585303383335 ], [ -109.98040736812644, 38.389546646866286 ], [ -109.98060244199576, 38.389516801672812 ], [ -109.9807746811985, 38.389482251612677 ], [ -109.98092949399468, 38.389465573734633 ], [ -109.98108971503798, 38.389471472592511 ], [ -109.98125025218577, 38.389454844050427 ], [ -109.98145131537713, 38.389406124355318 ], [ -109.98167499800086, 38.389377427165627 ], [ -109.98186447286248, 38.389338519250408 ], [ -109.98204268816917, 38.389285995284958 ], [ -109.98220359101639, 38.38924323388931 ], [ -109.98232432170565, 38.389207333073429 ], [ -109.98247963870631, 38.389154609628946 ], [ -109.98266917570757, 38.389111194958879 ], [ -109.98288211502883, 38.389031935163032 ], [ -109.98299717112411, 38.388992379618763 ], [ -109.98317551098278, 38.388930843026024 ], [ -109.98343996878435, 38.388852029115633 ], [ -109.98361283581218, 38.388772420440219 ], [ -109.98381432437539, 38.38869305964333 ], [ -109.98396982836198, 38.388626817867369 ], [ -109.98415414302713, 38.388547307613528 ], [ -109.98432700856245, 38.388467697859767 ], [ -109.9844999493352, 38.388382681314745 ], [ -109.98470702163003, 38.388313280514936 ], [ -109.98485687524442, 38.388241581421354 ], [ -109.98496065670261, 38.388189309521216 ], [ -109.98513377240177, 38.388091676778089 ], [ -109.98520315707761, 38.388042711632629 ], [ -109.98531292676435, 38.387971566109258 ], [ -109.98539948417789, 38.387922749501847 ], [ -109.98554951255765, 38.387838434255691 ], [ -109.98564789591205, 38.387762683879878 ], [ -109.98576313732667, 38.387709609231592 ], [ -109.98586706839939, 38.387646523438889 ], [ -109.98601148462164, 38.387554048256348 ], [ -109.9860867686364, 38.387492516842023 ], [ -109.98620239930436, 38.387411507991963 ], [ -109.9862890812531, 38.387353679815682 ], [ -109.98637588884776, 38.387286840682613 ], [ -109.98648007032747, 38.387205732545105 ], [ -109.98658988780856, 38.387130981424548 ], [ -109.98667090772862, 38.387068598018509 ], [ -109.98679689101949, 38.386984073275329 ], [ -109.98689659277183, 38.386895716453374 ], [ -109.98698945033505, 38.386805497999383 ], [ -109.98706537379174, 38.386698010372612 ], [ -109.98718129116968, 38.386596275458594 ], [ -109.98725684967449, 38.386514919289077 ], [ -109.98731472015875, 38.386470359372915 ], [ -109.98738988885523, 38.386416936884416 ], [ -109.98747059318097, 38.386377080134061 ], [ -109.9875979076234, 38.386279048037274 ], [ -109.98770804914891, 38.386180867493849 ], [ -109.98778919265007, 38.386109472380994 ], [ -109.98785901322509, 38.386028967459389 ], [ -109.98792960172449, 38.3859755050674 ], [ -109.98803262219427, 38.385895286687003 ], [ -109.98810231672866, 38.385823792508212 ], [ -109.98814784410443, 38.385761101652804 ], [ -109.98823025707858, 38.385680705201821 ], [ -109.98830598919861, 38.385586733056655 ], [ -109.98835882456902, 38.385492563253024 ], [ -109.98841172256144, 38.385393887972789 ], [ -109.98851104093686, 38.385250553331922 ], [ -109.98864520553276, 38.38507147132848 ], [ -109.98878446618191, 38.384937493040411 ], [ -109.98887780817658, 38.38481213048027 ], [ -109.98897674847217, 38.384695828111148 ], [ -109.98908713658311, 38.384579624383115 ], [ -109.98918664062151, 38.384422772762839 ], [ -109.98927991854268, 38.384301915304306 ], [ -109.98934426246545, 38.38420333826469 ], [ -109.9894547746169, 38.384078123258732 ], [ -109.98950131913233, 38.384024452601217 ], [ -109.98959453332444, 38.38390810032206 ], [ -109.98968755917986, 38.383805264319598 ], [ -109.98979273469223, 38.383652065828784 ], [ -109.98985731546577, 38.383536367758538 ], [ -109.98993316853036, 38.383433383562227 ], [ -109.99005550234229, 38.383281233868772 ], [ -109.99015487716981, 38.383133392245902 ], [ -109.99023664125836, 38.383016940784806 ], [ -109.99035274870489, 38.382900785076266 ], [ -109.99046879315068, 38.382789134699593 ], [ -109.99054470717564, 38.382681644617449 ], [ -109.9905977253257, 38.382573957325612 ], [ -109.99066079588127, 38.382484380540426 ], [ -109.9907491140404, 38.382390515105683 ], [ -109.99081861468068, 38.382332535551541 ], [ -109.99091711024683, 38.382247769593441 ], [ -109.99099258487404, 38.382171817382591 ], [ -109.99104491348065, 38.382113689876348 ], [ -109.99112058810761, 38.382023320119309 ], [ -109.99122034031473, 38.381930453923324 ], [ -109.99128882051465, 38.381863453310821 ], [ -109.99137008077098, 38.381783044639569 ], [ -109.99148027288339, 38.381680354856378 ], [ -109.99156763189967, 38.381572962545036 ], [ -109.99163738130997, 38.381496960650281 ], [ -109.99172436458932, 38.381416600954772 ], [ -109.99182285784916, 38.381331834190817 ], [ -109.9919039918439, 38.381260436040691 ], [ -109.99199784310893, 38.381180135199855 ], [ -109.99210657604196, 38.381099962237712 ], [ -109.99224482240064, 38.381038066884543 ], [ -109.99234300200247, 38.380975826953808 ], [ -109.99241828629953, 38.38091339014511 ], [ -109.99251086679899, 38.380842089952182 ], [ -109.99259772334341, 38.38077074049307 ], [ -109.9927194846755, 38.380659136943329 ], [ -109.99281212703238, 38.380583331041713 ], [ -109.99290489413879, 38.380498514144406 ], [ -109.99297343389401, 38.380427007032054 ], [ -109.99302696685872, 38.380364382959314 ], [ -109.9930911147551, 38.380279320058953 ], [ -109.99313199284367, 38.380221093229693 ], [ -109.99326557456124, 38.380082554642975 ], [ -109.99338739614562, 38.379966444896077 ], [ -109.9935614298699, 38.379800316141328 ], [ -109.99365449472567, 38.379693872400935 ], [ -109.99376474283646, 38.379586674884777 ], [ -109.99384618501895, 38.379492748009056 ], [ -109.99392088340041, 38.379389751200698 ], [ -109.99399177296391, 38.379313757639061 ], [ -109.99405646788247, 38.379189046101743 ], [ -109.99413270968549, 38.379057224010189 ], [ -109.99417935978529, 38.378995441525774 ], [ -109.99430721359981, 38.378856852554243 ], [ -109.99436551026857, 38.378780750717056 ], [ -109.99444732498733, 38.378659790610357 ], [ -109.99454655969434, 38.378520955865689 ], [ -109.99463409740228, 38.378400044707185 ], [ -109.99472169716964, 38.378274628013202 ], [ -109.99478590355147, 38.378185058639041 ], [ -109.99487910166815, 38.378068701823622 ], [ -109.99496676294214, 38.377938779464003 ], [ -109.99506568399286, 38.37782247155797 ], [ -109.99514176044035, 38.377702362942948 ], [ -109.99523484517978, 38.377594115655604 ], [ -109.99533339143954, 38.377504840294812 ], [ -109.9954327474581, 38.377356993797463 ], [ -109.99553757736165, 38.377227218111628 ], [ -109.99562492494354, 38.377119822539996 ], [ -109.99567050255989, 38.377052623040832 ], [ -109.99571270829212, 38.376980888635828 ], [ -109.99577106424024, 38.376900280568591 ], [ -109.99584671502241, 38.37681080861897 ], [ -109.9959510451918, 38.376717076262473 ], [ -109.99601518638322, 38.376632011618469 ], [ -109.99608523766599, 38.376533479550666 ], [ -109.99617861832446, 38.376403605210918 ], [ -109.99629501685118, 38.376264915874906 ], [ -109.99641060575313, 38.376184797492925 ], [ -109.99650902416292, 38.376104532012022 ], [ -109.99657876308949, 38.376028526963943 ], [ -109.99664880056929, 38.375930895624485 ], [ -109.99670131922042, 38.37585834790994 ], [ -109.9967883398655, 38.375774379836095 ], [ -109.99686947516931, 38.375702076936385 ], [ -109.99695084670819, 38.375612653196093 ], [ -109.99702058469465, 38.375536647866049 ], [ -109.99708528338232, 38.375411033366532 ], [ -109.9971553942099, 38.375307995133667 ], [ -109.99721953272477, 38.37522292977409 ], [ -109.9972724731672, 38.37511974458716 ], [ -109.99731360612184, 38.375042593190614 ], [ -109.99756908825979, 38.37477982522676 ], [ -109.99797695476396, 38.374341724018564 ], [ -109.99826227681122, 38.373907080240571 ], [ -109.99852454295321, 38.373566864823431 ], [ -109.99874185526933, 38.373248794862391 ], [ -109.99907842847855, 38.372832610712258 ], [ -109.99942198965134, 38.372407473182029 ], [ -109.99958620768983, 38.372120490409685 ], [ -109.99974401901989, 38.371883018775158 ], [ -109.99988391587573, 38.371699466143134 ], [ -110.00001734483524, 38.371569930224922 ], [ -110.00015637236541, 38.3714494539093 ], [ -110.00046440481236, 38.371109624243729 ], [ -110.00056896866455, 38.370997865584798 ], [ -110.00066756130958, 38.37090407995106 ], [ -110.00097447394396, 38.370645347453973 ], [ -110.00114975607143, 38.370385492677968 ], [ -110.001584476527, 38.36998906241957 ], [ -110.00206544578262, 38.369558778540885 ], [ -110.00252329517504, 38.369144517544036 ], [ -110.00312527357204, 38.368653977022511 ], [ -110.00365247677495, 38.368189833907628 ], [ -110.00424287061639, 38.367708201052793 ], [ -110.0048043344662, 38.367248849615272 ], [ -110.00556719532818, 38.366710095717785 ], [ -110.00628826129068, 38.366297150806545 ], [ -110.00684865456141, 38.365914382467508 ], [ -110.00774162940084, 38.365484860601676 ], [ -110.00868203367473, 38.364934070559983 ], [ -110.00932504804804, 38.364786301443175 ], [ -110.00979102969657, 38.364609997591167 ], [ -110.01031337529818, 38.364497251880522 ], [ -110.01095681187927, 38.364317935230908 ], [ -110.01139307099946, 38.36422248246798 ], [ -110.01176016892711, 38.364162493227745 ], [ -110.01234936029927, 38.364099868007933 ], [ -110.0130607060982, 38.36406079827978 ], [ -110.01366138447659, 38.364079371423202 ], [ -110.01405580882088, 38.364114231191941 ], [ -110.01458111802994, 38.364204262009984 ], [ -110.01488915625647, 38.364278946987405 ], [ -110.01519098418092, 38.364389627112708 ], [ -110.01561207078234, 38.364568898105254 ], [ -110.01580448927623, 38.364729125321141 ], [ -110.01599066140703, 38.36492805152367 ], [ -110.01606821529563, 38.365117955060207 ], [ -110.01611051901638, 38.365375152939635 ], [ -110.01606199310083, 38.365577516347344 ], [ -110.01582065382954, 38.366071152187132 ], [ -110.01550114675975, 38.366419938640071 ], [ -110.01528647697798, 38.366634424398484 ], [ -110.01504343661873, 38.366830647344699 ], [ -110.01476117495467, 38.367049070233826 ], [ -110.01444222490196, 38.367271690019066 ], [ -110.01416453793178, 38.367490149895353 ], [ -110.01385817424067, 38.36771287389444 ], [ -110.01356812079655, 38.367998818481517 ], [ -110.01329486645751, 38.3683119397868 ], [ -110.01283901096477, 38.368668583104686 ], [ -110.0125263218528, 38.368850696170796 ], [ -110.01228163208684, 38.369082947435921 ], [ -110.01196391317843, 38.369382172869308 ], [ -110.01175513091516, 38.369583183545856 ], [ -110.01154037938309, 38.369802167547903 ], [ -110.01133220778722, 38.369958122495568 ], [ -110.01104244200215, 38.3702215330079 ], [ -110.01079235476561, 38.370513214853588 ], [ -110.01045626067511, 38.370815885821521 ], [ -110.01019504209678, 38.371084041137408 ], [ -110.00988674772705, 38.371446424441281 ], [ -110.00969863529905, 38.371809822186357 ], [ -110.00963881263019, 38.371999470355327 ], [ -110.00957943185558, 38.372156678964522 ], [ -110.00946856715849, 38.372311650137114 ], [ -110.0093928026204, 38.372411043311253 ], [ -110.00929742321225, 38.372689609760052 ], [ -110.00921324365251, 38.372986294800043 ], [ -110.00905521470645, 38.373241801474727 ], [ -110.00897817026579, 38.373434908474771 ], [ -110.00899909651115, 38.373579277583545 ], [ -110.00899559337968, 38.373836090329426 ], [ -110.00900924773954, 38.37409394930684 ], [ -110.00901209475654, 38.374304854452348 ], [ -110.00900385162518, 38.374489531006851 ], [ -110.00889962197712, 38.374996927272498 ], [ -110.00903599430694, 38.375490135912777 ], [ -110.00911279083083, 38.375735010540907 ], [ -110.00926137472881, 38.376172447637146 ], [ -110.00940643641701, 38.37644853980381 ], [ -110.00959605850221, 38.376815128351154 ], [ -110.00979837011926, 38.377090802486741 ], [ -110.01024357849226, 38.37760464193844 ], [ -110.01074720718574, 38.378032457436319 ], [ -110.01116736721544, 38.37828473377597 ], [ -110.01147997071317, 38.378448685204106 ], [ -110.01184217602538, 38.378753641243875 ], [ -110.01218148968532, 38.379058403264438 ], [ -110.0127295210123, 38.379590222483202 ], [ -110.01316559494373, 38.37993635056403 ], [ -110.0134824529482, 38.380209377750795 ], [ -110.01397662842308, 38.380492907729227 ], [ -110.01443074109483, 38.380776098802272 ], [ -110.01477354223032, 38.380909654538087 ], [ -110.01534093171911, 38.381198300106526 ], [ -110.0159857121027, 38.381352412533737 ], [ -110.01646998280185, 38.381523198818009 ], [ -110.01705107410717, 38.381730843046867 ], [ -110.01741062972216, 38.381896073605944 ], [ -110.01787031869733, 38.38210720209414 ], [ -110.01851267729107, 38.382441520484768 ], [ -110.01935532022659, 38.382782017074099 ], [ -110.01978279435434, 38.382920772534391 ], [ -110.0202502773745, 38.38306436685086 ], [ -110.02058154039355, 38.383121207167861 ], [ -110.02131884456087, 38.38320847333128 ], [ -110.02209694676532, 38.383242003185941 ], [ -110.02290391238292, 38.383257744459158 ], [ -110.02429442638645, 38.383300868913771 ], [ -110.02501607737985, 38.383275331448814 ], [ -110.02582395096765, 38.383223470105392 ], [ -110.02649764656834, 38.383358839926771 ], [ -110.02729218942289, 38.383447445100316 ], [ -110.02785803759862, 38.383514322067974 ], [ -110.02822309941865, 38.383527262269858 ], [ -110.02884153820719, 38.383599977674592 ], [ -110.0294626187622, 38.383817805060545 ], [ -110.02989723941461, 38.383852043579026 ], [ -110.03052412166944, 38.384064506164478 ], [ -110.03093367160614, 38.384261650887879 ], [ -110.03130351545977, 38.384431430031157 ], [ -110.03172898053319, 38.38472332961355 ], [ -110.03201194519195, 38.384968990931121 ], [ -110.03220856853157, 38.385249986778632 ], [ -110.03249998395528, 38.385721016922076 ], [ -110.03265111722746, 38.385979106512536 ], [ -110.03281600389347, 38.386494151626721 ], [ -110.03291640586251, 38.386778858274624 ], [ -110.03300307018333, 38.387063451497426 ], [ -110.03320374762505, 38.387470647169664 ], [ -110.03341467658822, 38.387968047083255 ], [ -110.03347152799607, 38.388428128189396 ], [ -110.03352927960917, 38.388820626619697 ], [ -110.03350748838938, 38.38916740913573 ], [ -110.03342188737425, 38.389576749484142 ], [ -110.03318238189227, 38.389935254372908 ], [ -110.03294882664474, 38.390276685025306 ], [ -110.03269257478775, 38.39060260747685 ], [ -110.03250476416589, 38.390948019484597 ], [ -110.03228164286203, 38.391365235646987 ], [ -110.03186894267859, 38.391830451647792 ], [ -110.03162477889261, 38.392107806676165 ], [ -110.03144490788837, 38.392286560473956 ], [ -110.03101688684073, 38.392611960780535 ], [ -110.03062525613838, 38.392784456495541 ], [ -110.02999860465583, 38.39289192219573 ], [ -110.02931209981402, 38.392936706097345 ], [ -110.02881315062001, 38.39299926175746 ], [ -110.02828092438247, 38.393066946613246 ], [ -110.02751108487431, 38.393263331764516 ], [ -110.02711974663231, 38.393327674179048 ], [ -110.02613229712961, 38.393526749811727 ], [ -110.02557553665432, 38.393630266465301 ], [ -110.02507517609045, 38.393797333544128 ], [ -110.02472974788236, 38.393938651737983 ], [ -110.02423395758814, 38.394191367143399 ], [ -110.02381782786594, 38.394480791865867 ], [ -110.02364895756608, 38.394691167087082 ], [ -110.0234276526687, 38.394968695111388 ], [ -110.02331403607361, 38.395242614100873 ], [ -110.02314271829039, 38.395719723021571 ], [ -110.02305188328415, 38.39608755625418 ], [ -110.02297109056391, 38.396560012152726 ], [ -110.02271178719396, 38.39710758153241 ], [ -110.02245466416537, 38.397492952717904 ], [ -110.02215641820764, 38.397955483291518 ], [ -110.02185740339611, 38.398474782132062 ], [ -110.02162768252138, 38.398950499878637 ], [ -110.02135926956969, 38.399407870093569 ], [ -110.02108801616444, 38.399905769832728 ], [ -110.02083738988496, 38.400232613587605 ], [ -110.0204385189386, 38.400936721012705 ], [ -110.0201822717309, 38.401340118115165 ], [ -110.01990612912431, 38.401774890166315 ], [ -110.0196662724981, 38.402151387187722 ], [ -110.01928796549436, 38.402603327049199 ], [ -110.01906990898044, 38.403061112959143 ], [ -110.01880592293175, 38.403527525881771 ], [ -110.01850636084357, 38.404083759963839 ], [ -110.01817944567395, 38.404545138356347 ], [ -110.01778948231308, 38.405010493398649 ], [ -110.01729308981191, 38.405384835027647 ], [ -110.01697446465523, 38.405571414324115 ], [ -110.01646674974288, 38.405851031731935 ], [ -110.0157976693361, 38.406205893646813 ], [ -110.01496642393653, 38.406694568334956 ], [ -110.01436117000914, 38.406986874594317 ], [ -110.01374439820889, 38.407283586745073 ], [ -110.01311075002724, 38.407557623587195 ], [ -110.01238560469058, 38.407821873995559 ], [ -110.01194378702523, 38.407885739711006 ], [ -110.01105387085565, 38.408053966961958 ], [ -110.01025458289459, 38.408295048527556 ], [ -110.00974774576015, 38.408507054173157 ], [ -110.00887721326389, 38.408932269452961 ], [ -110.00817383481925, 38.409277785298116 ], [ -110.00711179550792, 38.409886111557519 ], [ -110.00660243592654, 38.410197213590742 ], [ -110.00600848272346, 38.41057969156109 ], [ -110.00542415101111, 38.411011813868818 ], [ -110.00489745761745, 38.411416485567166 ], [ -110.00444012861004, 38.411773980764643 ], [ -110.00417294927053, 38.412046575312395 ], [ -110.00399208274006, 38.41228926218772 ], [ -110.00381739909058, 38.412498657105147 ], [ -110.00365926222561, 38.412754153377357 ], [ -110.00345918321887, 38.413144472026474 ], [ -110.00320651223986, 38.413610944548424 ], [ -110.00311507530428, 38.414096812018414 ], [ -110.0030755771722, 38.414803913936261 ], [ -110.00308931946537, 38.415470914913783 ], [ -110.00322985149367, 38.416080416670177 ], [ -110.00341232914684, 38.416555095753466 ], [ -110.00367872861675, 38.417174679161654 ], [ -110.00403087771625, 38.417722895186749 ], [ -110.00421723142408, 38.417999343125793 ], [ -110.00444782232849, 38.418307708385356 ], [ -110.00468844675827, 38.418719795744977 ], [ -110.00490579572408, 38.419158720779564 ], [ -110.00523189577683, 38.419603074581033 ], [ -110.00535953566823, 38.419901552091211 ], [ -110.00562079254595, 38.420480533503998 ], [ -110.00583629947084, 38.421054620207357 ], [ -110.00596042441433, 38.421609907465481 ], [ -110.00611054663301, 38.421940116586306 ], [ -110.00637834609367, 38.422460574074897 ], [ -110.00664658132081, 38.422949492838569 ], [ -110.00685490634689, 38.423212604803034 ], [ -110.00718177632243, 38.423602887934692 ], [ -110.00745833820537, 38.423902624677453 ], [ -110.00780726041388, 38.424356176387647 ], [ -110.00813888187601, 38.424818592543723 ], [ -110.00836895617942, 38.425167499266124 ], [ -110.00857082720802, 38.425484625138999 ], [ -110.00884109570816, 38.425910472425606 ], [ -110.00932370131247, 38.426558906819892 ], [ -110.00961088793775, 38.426837099619931 ], [ -110.01003534170545, 38.427298492523619 ], [ -110.0102669579824, 38.427535660520405 ], [ -110.01063451147253, 38.42788572385431 ], [ -110.01114365967888, 38.428354136147476 ], [ -110.0115583934771, 38.428605463468543 ], [ -110.0124317269608, 38.429252674336425 ], [ -110.01286365335598, 38.429504141945607 ], [ -110.01341285984536, 38.429977387804328 ], [ -110.01390491875047, 38.430441138243388 ], [ -110.01437390136368, 38.430917309208894 ], [ -110.01467031451034, 38.431362287903042 ], [ -110.01486205459491, 38.431669404518438 ], [ -110.01502521120774, 38.431887963634487 ], [ -110.01517729252774, 38.43207849245514 ], [ -110.01541895248941, 38.432422075413456 ], [ -110.015615072806, 38.43274454785638 ], [ -110.01578270630581, 38.432971254247839 ], [ -110.0160085661462, 38.433297580588018 ], [ -110.01620007620495, 38.433538004772792 ], [ -110.01640890600153, 38.433768660910665 ], [ -110.01666914258028, 38.434010562412141 ], [ -110.0169158138369, 38.434323543743936 ], [ -110.01720980889317, 38.43469549901554 ], [ -110.01736177960059, 38.43489503596787 ], [ -110.01759266233152, 38.435189859597415 ], [ -110.01782476784138, 38.435394573758856 ], [ -110.01804894935212, 38.435761435713211 ], [ -110.01826722185588, 38.436141765605527 ], [ -110.01852583815763, 38.436504409175456 ], [ -110.01895927640189, 38.437072185533154 ], [ -110.01923442589573, 38.43748363033265 ], [ -110.01952102305688, 38.437811359382934 ], [ -110.01987764296348, 38.438214472452515 ], [ -110.02014730497942, 38.438608746521069 ], [ -110.02036608399634, 38.438953028967497 ], [ -110.02067432853471, 38.439460273402062 ], [ -110.02090987195805, 38.439836236655083 ], [ -110.02109434799425, 38.440175725093347 ], [ -110.02173553964553, 38.44105974261204 ], [ -110.02208530111552, 38.441463692811048 ], [ -110.02247797863818, 38.442084286071633 ], [ -110.02283726251923, 38.442632504139333 ], [ -110.02309738199813, 38.442887006976449 ], [ -110.02335605818882, 38.443248739022557 ], [ -110.02365969313459, 38.443675730947497 ], [ -110.02393109477796, 38.443943843812576 ], [ -110.02417715627465, 38.444391983326071 ], [ -110.02453523907199, 38.445031206439559 ], [ -110.02495482495827, 38.445358226826315 ], [ -110.02531126281815, 38.445694633495073 ], [ -110.02548510915391, 38.445889835796528 ], [ -110.0256673958196, 38.446139179517452 ], [ -110.02580662783984, 38.446352117302112 ], [ -110.02594549234094, 38.446677700787717 ], [ -110.02625001640004, 38.447040708706524 ], [ -110.02657715721557, 38.447426433522921 ], [ -110.02701472789018, 38.447695919696152 ], [ -110.02756869860092, 38.447831191726408 ], [ -110.02833055176596, 38.447846524578708 ], [ -110.0293804311887, 38.447747084121417 ], [ -110.03003414254594, 38.447622726441942 ], [ -110.03054156036971, 38.44746921772667 ], [ -110.03128291580451, 38.447303222233444 ], [ -110.03221391730159, 38.447094630327939 ], [ -110.03330388471113, 38.446995485744651 ], [ -110.03426799007727, 38.446881775737253 ], [ -110.03500895942288, 38.446743690341052 ], [ -110.03562942423613, 38.446619027483486 ], [ -110.03621554871971, 38.446491375266767 ], [ -110.03742796327683, 38.446317499288241 ], [ -110.03812605753301, 38.446300702790566 ], [ -110.03877753044192, 38.446342998333819 ], [ -110.03982996393408, 38.446567012995629 ], [ -110.04035620101207, 38.44663440793812 ], [ -110.04100889584716, 38.446671293944014 ], [ -110.04184880359243, 38.446849392318192 ], [ -110.04252740806963, 38.447093756004172 ], [ -110.0432778186543, 38.447541470429769 ], [ -110.04378654328143, 38.448068315068269 ], [ -110.04410710277155, 38.448526032999816 ], [ -110.04430705495187, 38.449005296083833 ], [ -110.0443229713042, 38.449536228075864 ], [ -110.04434153833296, 38.44986621582138 ], [ -110.04438185810397, 38.450284697792597 ], [ -110.04438492569341, 38.450920964313546 ], [ -110.04436473072175, 38.451583175580808 ], [ -110.04435849042294, 38.452056250343581 ], [ -110.04447556597461, 38.452737604973898 ], [ -110.04454238453678, 38.453319418492882 ], [ -110.0446201879881, 38.453937369161203 ], [ -110.04445449307495, 38.454769619837627 ], [ -110.04429511836359, 38.455556862146167 ], [ -110.04392688818166, 38.456103584214901 ], [ -110.04343820650458, 38.456658333517034 ], [ -110.04291734063267, 38.457046097455439 ], [ -110.0422606789634, 38.457302076276072 ], [ -110.04163761726029, 38.457616903649964 ], [ -110.04118329522538, 38.45773845165445 ], [ -110.04072678744507, 38.457938383572291 ], [ -110.04031967442376, 38.458043192138426 ], [ -110.03987655668517, 38.458183751826176 ], [ -110.0393813894248, 38.458359930655583 ], [ -110.03906349091845, 38.458564597289062 ], [ -110.03883786869473, 38.45872496064802 ], [ -110.03853643942227, 38.45898383236436 ], [ -110.03816726457454, 38.459165545918061 ], [ -110.03749277837376, 38.459466410904454 ], [ -110.03684807545447, 38.459681903774744 ], [ -110.03597953521202, 38.45992258701876 ], [ -110.0354862668737, 38.459954574455466 ], [ -110.03511439869047, 38.459907353872154 ], [ -110.03467994439787, 38.459826272380809 ], [ -110.03409636481349, 38.459754774101903 ], [ -110.03361883740752, 38.459466059847998 ], [ -110.0329715062295, 38.459019135046951 ], [ -110.03271726555182, 38.45874667910644 ], [ -110.03246205176767, 38.458547210965797 ], [ -110.03220095289858, 38.45835940912194 ], [ -110.03183712577219, 38.458140117304488 ], [ -110.03157517459333, 38.45801629151741 ], [ -110.03120284512094, 38.45766174894073 ], [ -110.03082237743375, 38.457401762810825 ], [ -110.03043401138923, 38.457218311237135 ], [ -110.02985728840652, 38.456636775075566 ], [ -110.02945620570972, 38.45620538766488 ], [ -110.02878402596582, 38.455478864914625 ], [ -110.02796355311506, 38.454701542503855 ], [ -110.02737553157225, 38.454110888424616 ], [ -110.02693950688798, 38.453723360588896 ], [ -110.02658989036969, 38.453302303868469 ], [ -110.02615176704481, 38.452645299697984 ], [ -110.02586780156068, 38.452030129332307 ], [ -110.02563683261731, 38.451735321689519 ], [ -110.02495131563822, 38.450728395562507 ], [ -110.02442472272179, 38.450260799729968 ], [ -110.02411137760856, 38.450041904288128 ], [ -110.02376667892877, 38.449768675308043 ], [ -110.02325717899437, 38.449309327369164 ], [ -110.02285471742138, 38.44898604862837 ], [ -110.02240185179451, 38.448576734799616 ], [ -110.02199488523902, 38.448163296421164 ], [ -110.0209089098219, 38.447455803082491 ], [ -110.02054674381432, 38.447204948430901 ], [ -110.01996470687791, 38.446943241759122 ], [ -110.01925380810759, 38.446635394029791 ], [ -110.01854231886918, 38.446286983458855 ], [ -110.01812532369122, 38.446193370449926 ], [ -110.01744443031062, 38.446124578840916 ], [ -110.01683758698083, 38.446087946379002 ], [ -110.01624116241855, 38.446127999484155 ], [ -110.01541533339457, 38.446184145746486 ], [ -110.01502557933281, 38.446194387588356 ], [ -110.01451946869531, 38.446334322135108 ], [ -110.01413403286899, 38.446448234259044 ], [ -110.01366247682505, 38.446574937979513 ], [ -110.01338022199182, 38.446685210255112 ], [ -110.01307412973929, 38.446862870340389 ], [ -110.01268205129634, 38.447043409794162 ], [ -110.01234625428583, 38.44729832000241 ], [ -110.01204009550193, 38.447480482732992 ], [ -110.0118777767742, 38.447618798364651 ], [ -110.01169765560724, 38.447802023110931 ], [ -110.01130813781535, 38.448214185397042 ], [ -110.0110676598585, 38.448621296141653 ], [ -110.01074068349772, 38.449488184134978 ], [ -110.01065136131469, 38.449735257133725 ], [ -110.01064114081913, 38.450064105163527 ], [ -110.01073404760839, 38.450393824019706 ], [ -110.01077532975313, 38.450727612850805 ], [ -110.0107659478584, 38.451078997665277 ], [ -110.01082844847949, 38.451453519142348 ], [ -110.01087386160904, 38.451904497423769 ], [ -110.01081029254166, 38.452363567421095 ], [ -110.01085742848014, 38.45268839365184 ], [ -110.01086427370248, 38.453026397523246 ], [ -110.01087494145536, 38.453504118014294 ], [ -110.01095067345796, 38.454252744585879 ], [ -110.01095530456571, 38.454752943743834 ], [ -110.01102499209438, 38.455104995852295 ], [ -110.01119678166694, 38.455533609611258 ], [ -110.01133509258598, 38.455896153765302 ], [ -110.01148352399605, 38.456357012745237 ], [ -110.01149986417319, 38.456839286746536 ], [ -110.01138337255068, 38.457397040890463 ], [ -110.01127373854976, 38.457788132804737 ], [ -110.01111304215604, 38.458309465935443 ], [ -110.01086140224056, 38.458775959630998 ], [ -110.01038307361767, 38.459308127134058 ], [ -110.01014931683028, 38.459639591978586 ], [ -110.00977994737886, 38.460249278508606 ], [ -110.00946984475425, 38.460715274800371 ], [ -110.00914152489197, 38.461172104248398 ], [ -110.00885634415187, 38.461575226430647 ], [ -110.00858085779805, 38.462023489322043 ], [ -110.00830684871261, 38.462363621466885 ], [ -110.00804934899239, 38.462753458069685 ], [ -110.00783824444697, 38.463103133569753 ], [ -110.00776014318586, 38.463449429361411 ], [ -110.00762564436411, 38.463979990801398 ], [ -110.00750486191912, 38.464429561359317 ], [ -110.0072461767345, 38.464904998774394 ], [ -110.00701158391003, 38.465295026984514 ], [ -110.00672958707895, 38.465798202356737 ], [ -110.00647756195504, 38.466205204155813 ], [ -110.00616926709831, 38.466536028267157 ], [ -110.00590089800731, 38.466880708171118 ], [ -110.00556307819997, 38.467274363153393 ], [ -110.00524882625236, 38.467537545143735 ], [ -110.00493705003974, 38.467787229494242 ], [ -110.00431593825328, 38.468358711332442 ], [ -110.00398634138749, 38.468986740032285 ], [ -110.00384471186936, 38.469282927297833 ], [ -110.00365069788293, 38.469637245944007 ], [ -110.00347362642444, 38.470009732104259 ], [ -110.00326190737444, 38.470400848065566 ], [ -110.00313580210836, 38.470817925446788 ], [ -110.00302089662158, 38.471254022892467 ], [ -110.00291745163914, 38.471690217740608 ], [ -110.00269067496583, 38.472341647139295 ], [ -110.00258933686627, 38.472624657910117 ], [ -110.00249223905327, 38.473015847006707 ], [ -110.00246310632765, 38.473466191896179 ], [ -110.002462691001, 38.473912275378886 ], [ -110.00236865181462, 38.474497245269056 ], [ -110.00221860279035, 38.474987113426536 ], [ -110.00200084881718, 38.475814349092708 ], [ -110.00197164940717, 38.476269198988945 ], [ -110.00191286082767, 38.476791385620359 ], [ -110.00188490292101, 38.477156127461704 ], [ -110.00185171031629, 38.477484777253324 ], [ -110.00187452716948, 38.477908528760651 ], [ -110.00179256173426, 38.478448541378839 ], [ -110.00169190885998, 38.479096536817984 ], [ -110.00160557626859, 38.479537381617419 ], [ -110.00166964603726, 38.480294923051723 ], [ -110.00170434832616, 38.480688135413949 ], [ -110.00185184587345, 38.481215684363562 ], [ -110.00196593661398, 38.481671754851014 ], [ -110.00215571000933, 38.482043758635562 ], [ -110.00248700467169, 38.482545836849553 ], [ -110.00272988468022, 38.482808347433746 ], [ -110.00302967550455, 38.483101081035819 ], [ -110.00331872476924, 38.483341453762421 ], [ -110.00369197557633, 38.483628502459425 ], [ -110.00406123210293, 38.483956069304696 ], [ -110.00466866304666, 38.484389295448274 ], [ -110.00503222650907, 38.484631198332146 ], [ -110.005339153452, 38.48482305398467 ], [ -110.0056917525549, 38.48502881433577 ], [ -110.00618056152112, 38.485334859754893 ], [ -110.0064653704363, 38.485467947800458 ], [ -110.00694870090925, 38.485755919861383 ], [ -110.00726099897457, 38.485974851560265 ], [ -110.00764171373177, 38.486221397656266 ], [ -110.00814872369672, 38.486455494344604 ], [ -110.00879706617859, 38.486834974510572 ], [ -110.00917834601445, 38.487040967111746 ], [ -110.00945706496171, 38.4872010319136 ], [ -110.0098207203399, 38.487438414822655 ], [ -110.0104253175039, 38.487664314826411 ], [ -110.01082349522935, 38.487892974465041 ], [ -110.01115387325667, 38.488048965604527 ], [ -110.01164506470509, 38.488183783375135 ], [ -110.01191300579731, 38.488294186261477 ], [ -110.01219716045907, 38.488476820026833 ], [ -110.01288276426598, 38.488649319508397 ], [ -110.0131688892771, 38.488687778041019 ], [ -110.01347153585776, 38.488775940178456 ], [ -110.01373362681416, 38.488895301478927 ], [ -110.01396595156999, 38.489095518186694 ], [ -110.01426164078018, 38.489273738145734 ], [ -110.01448823581235, 38.489473905593805 ], [ -110.01466989317557, 38.48960610573198 ], [ -110.01491972681282, 38.489783938241864 ], [ -110.01520334303885, 38.490007113495622 ], [ -110.01552117185967, 38.490244093413445 ], [ -110.01578222958074, 38.490440042116106 ], [ -110.01599785771866, 38.490604067113388 ], [ -110.01623086815052, 38.490754719958616 ], [ -110.0165087597086, 38.490977843967322 ], [ -110.01728970902487, 38.491308825586891 ], [ -110.01768360326861, 38.491433789842915 ], [ -110.01797296710403, 38.491657006607973 ], [ -110.0182172668279, 38.491821267932366 ], [ -110.01850053448693, 38.492071467815848 ], [ -110.01934609627426, 38.492628273257239 ], [ -110.01951304873266, 38.492746825004808 ], [ -110.01959044984198, 38.492873638740669 ], [ -110.01963929631584, 38.493076814049118 ], [ -110.01968820410848, 38.493275483924791 ], [ -110.01970802113921, 38.49350545172291 ], [ -110.01972582346649, 38.493884097998837 ], [ -110.01979497683043, 38.494281197721286 ], [ -110.01987186496301, 38.494615279243355 ], [ -110.0199587198821, 38.494890867156784 ], [ -110.02008764550138, 38.495108230066982 ], [ -110.02018790751555, 38.495325353028477 ], [ -110.0203565376774, 38.495574589235702 ], [ -110.02059890380326, 38.495883018794672 ], [ -110.02094989298821, 38.496214885552895 ], [ -110.02121682958229, 38.496402760615574 ], [ -110.02169329170866, 38.496784337636079 ], [ -110.02210747530742, 38.497107716961239 ], [ -110.0226632840894, 38.497558442503241 ], [ -110.02298720781543, 38.497772923414907 ], [ -110.02324300568363, 38.497937270165991 ], [ -110.02357224016492, 38.498183335179384 ], [ -110.02382127393395, 38.498424224872586 ], [ -110.02400839138976, 38.498664598051555 ], [ -110.02426762638395, 38.498914583640861 ], [ -110.02446085241228, 38.499042359053398 ], [ -110.02457387528555, 38.499164960243924 ], [ -110.02465792876367, 38.499309849647943 ], [ -110.02476455856231, 38.499396350071947 ], [ -110.02488970960147, 38.499555099287754 ], [ -110.02527959375024, 38.499981901149489 ], [ -110.01444840072078, 38.49997235809758 ], [ -110.00065808718907, 38.499995176110566 ], [ -109.98956403714736, 38.499922510853246 ], [ -109.97763165427165, 38.499936102766107 ], [ -109.9615483077514, 38.499925261702636 ], [ -109.93219079141998, 38.499936116925831 ], [ -109.92420908312805, 38.499948678665866 ], [ -109.91374463593485, 38.499960222918524 ], [ -109.8947713762381, 38.499958425418178 ], [ -109.87959950741394, 38.499967454341871 ], [ -109.87566668462313, 38.499929761809511 ], [ -109.87084427553022, 38.499946445228801 ], [ -109.8698465991755, 38.499945833037643 ], [ -109.86283986846007, 38.499945592192944 ], [ -109.84954319729012, 38.499941884617847 ], [ -109.81785831269852, 38.499932722099963 ], [ -109.78206777632899, 38.499944448514967 ], [ -109.75841127951283, 38.499948348245034 ], [ -109.7506693274393, 38.499960630841827 ], [ -109.74292892490689, 38.4999498889092 ], [ -109.7349304894783, 38.499940353700971 ], [ -109.72830209848468, 38.499949663989369 ], [ -109.71889298369457, 38.499950739789199 ], [ -109.70682938141259, 38.499938897667974 ], [ -109.69485169353186, 38.499933077941954 ], [ -109.68127403497198, 38.499942269609505 ], [ -109.66838460418347, 38.499942394731697 ], [ -109.65813861725339, 38.499932671817234 ], [ -109.65485894146077, 38.499931991405909 ], [ -109.63845603544074, 38.499926257052792 ], [ -109.62882798681163, 38.499926558462242 ], [ -109.6275551306862, 38.49992516444464 ], [ -109.62566308745365, 38.499920996927301 ], [ -109.58849051049572, 38.499974453749928 ], [ -109.54874501481947, 38.499957209583378 ], [ -109.5331264545819, 38.4999608495853 ], [ -109.52163038154056, 38.499965863380005 ], [ -109.50067367136052, 38.499977856744643 ], [ -109.49679200429891, 38.499977653146018 ], [ -109.48292786731945, 38.49998809123619 ], [ -109.48301938641927, 38.494346147840879 ], [ -109.47840390616199, 38.494348173709326 ], [ -109.47378872753205, 38.494346867478946 ], [ -109.47377324821474, 38.490711551392394 ], [ -109.46916446144772, 38.490711860044129 ], [ -109.46915952108357, 38.483153919416409 ], [ -109.46454285323324, 38.483154036856895 ], [ -109.46454051976836, 38.475905397105329 ], [ -109.45992623429781, 38.475906989296007 ], [ -109.44148601273477, 38.47592708342394 ], [ -109.44148578789058, 38.476166423390232 ], [ -109.43736623633571, 38.476163705984156 ], [ -109.43737463365153, 38.483435384762245 ], [ -109.42350449078825, 38.483428724588279 ], [ -109.42354121245945, 38.499977512384611 ], [ -109.41932503025458, 38.499984833314265 ], [ -109.39748057708228, 38.499962753935904 ], [ -109.38203938811466, 38.499993712282986 ], [ -109.37566935697613, 38.499995631058631 ], [ -109.36355531379219, 38.499953111314944 ], [ -109.36176640080376, 38.499955129814936 ], [ -109.35377403059492, 38.499946663798397 ], [ -109.35060337217409, 38.499947099377529 ], [ -109.33336119404379, 38.499959766786468 ], [ -109.3147229912084, 38.499945302616332 ], [ -109.30251051991715, 38.499949113462314 ], [ -109.29082560802368, 38.499950340491949 ], [ -109.27388930869603, 38.499931674334618 ], [ -109.26137853130281, 38.499944815915065 ], [ -109.25066800517635, 38.499961002329194 ], [ -109.23445904903647, 38.499979031752588 ], [ -109.2128552439946, 38.499984682975558 ], [ -109.19454896025293, 38.499960645005729 ], [ -109.1816658578381, 38.499964025278381 ], [ -109.1747109901456, 38.499972951384748 ], [ -109.16541107296655, 38.499985292139748 ], [ -109.14592312615295, 38.499944133969457 ], [ -109.13378043555164, 38.499963875154435 ], [ -109.12567353544316, 38.499959626905891 ], [ -109.10836361752892, 38.499992113909052 ], [ -109.08987967154627, 38.499975857849158 ], [ -109.07457778815555, 38.499959494779951 ], [ -109.06199260791546, 38.499978021690609 ], [ -109.06018787837998, 38.499973364361509 ], [ -109.0601882196832, 38.486453316844766 ], [ -109.06004803642122, 38.46795143689846 ] ] ] } }]}');\n\ncolorData = crossfilter(jsonColorData);\ndimensionColorData = colorData.dimension(function (d) { return [+d.colData, +d.rowData]; });\ngroupColorData = dimensionColorData.group().reduceSum(function(d) { return +d.colorData; });\n\nvar dataCleaner = function(e) {\n    e.dd = d3.isoParse(e.date);\n};\n\njson.forEach(dataCleaner);\njson2.forEach(dataCleaner);\n\ndata = crossfilter(json);\n\ngroupAll = data.groupAll();\ngroupAll2 = data.groupAll();\n\ndateFormat = d3.timeFormat(\"%Y-%m-%d\");\n\nvalueDimension = data.dimension(function(d) {\n    return d.value;\n});\nvalueGroup = valueDimension.group();\n\nvalueNegValSumGroup = valueDimension.group().reduceSum(function(d){return -Math.abs(+d.nvalue);});\nvaluePosValSumGroup = valueDimension.group().reduceSum(function(d){return Math.abs(+d.nvalue);});\nvalueMixValSumGroup = valueDimension.group().reduceSum(function(d){return +d.nvalue;});\n\ncountryDimension = data.dimension(function(d) {\n    return d.countrycode;\n});\ncountryGroup = countryDimension.group();\n\nstatusDimension = data.dimension(function(d) {\n    return d.status;\n});\nstatusGroup = statusDimension.group();\nstatusMultiGroup = statusGroup.reduce(\n    //add\n    function(p, v) {\n        ++p.count;\n        p.value += +v.value;\n        return p;\n    },\n    //remove\n    function(p, v) {\n        --p.count;\n        p.value -= +v.value;\n        return p;\n    },\n    //init\n    function() {\n        return {count:0, value:0};\n    }\n);\n\nregionDimension = data.dimension(function(d) {\n    return d.region;\n});\nregionGroup = regionDimension.group();\n\ndateDimension = data.dimension(function(d) {\n    return d3.timeDay(d.dd);\n});\ndateGroup = dateDimension.group();\ndateValueSumGroup = dateDimension.group().reduceSum(function(d){return d.value;});\ndateIdSumGroup = dateDimension.group().reduceSum(function(d){return d.id;});\ndateFixedSumGroup = dateDimension.group().reduceSum(function(d){return 5;});\ndateNegativeValueSumGroup = dateDimension.group().reduceSum(function(d){return d.nvalue;});\n\nstateDimension = data.dimension(function(d){return d.state;});\nstateGroup = stateDimension.group();\nstateValueSumGroup = stateDimension.group().reduceSum(function(d){return d.value;});\n\n// TODO\ndistrictDimension = data.dimension(function(d){return d.district;});\ndistrictValueEnrollGroup = districtDimension.group().reduceSum(function(d){return d.value;});\n\nresetAllFilters = function() {\n    valueDimension.filterAll();\n    countryDimension.filterAll();\n    statusDimension.filterAll();\n    regionDimension.filterAll();\n    dateDimension.filterAll();\n    stateDimension.filterAll();\n};\n\nresetBody = function(){\n    document.body.innerHTML = '';\n};\n"
  },
  {
    "path": "web-src/ndx.csv",
    "content": "\"date\",\"open\",\"high\",\"low\",\"close\",\"volume\",\"oi\"\n11/01/1985,115.48,116.78,115.48,116.28,900900,0\n11/04/1985,116.28,117.07,115.82,116.04,753400,0\n11/05/1985,116.04,116.57,115.88,116.44,876800,0\n11/06/1985,116.44,117.62,116.44,117.38,935000,0\n11/07/1985,117.38,117.96,117.38,117.62,886400,0\n11/08/1985,117.62,119.39,117.58,119.26,867600,0\n11/11/1985,119.26,120.54,119.18,120.40,803900,0\n11/12/1985,120.39,122.01,120.39,121.82,1083000,0\n11/13/1985,121.82,121.92,120.90,121.17,932100,0\n11/14/1985,121.17,121.92,120.80,121.83,980400,0\n11/15/1985,121.83,123.10,121.79,122.18,952700,0\n11/18/1985,122.18,122.28,121.73,121.96,822100,0\n11/19/1985,121.96,122.80,121.74,122.57,1018000,0\n11/20/1985,122.57,122.79,122.20,122.20,976000,0\n11/21/1985,122.20,123.81,122.20,123.61,1199000,0\n11/22/1985,123.61,124.33,123.44,123.97,1042000,0\n11/25/1985,123.97,124.17,122.82,123.14,834300,0\n11/26/1985,123.14,124.25,123.09,123.95,936300,0\n11/27/1985,123.95,125.88,123.88,125.77,1033000,0\n11/29/1985,125.77,126.43,125.52,126.06,575900,0\n12/02/1985,126.06,126.28,124.86,125.18,857600,0\n12/03/1985,125.18,125.42,124.72,125.23,845400,0\n12/04/1985,125.23,128.05,125.17,127.94,1172000,0\n12/05/1985,128.07,129.89,127.86,128.46,1415000,0\n12/06/1985,128.46,128.54,126.78,126.96,1108000,0\n12/09/1985,126.96,127.64,126.83,127.49,1048000,0\n12/10/1985,127.49,128.52,127.15,127.97,1118000,0\n12/11/1985,127.97,129.65,127.97,129.18,1265000,0\n12/12/1985,129.18,130.10,129.18,129.76,1173000,0\n12/13/1985,129.76,132.17,129.76,132.13,1317000,0\n12/16/1985,132.13,133.18,132.06,132.61,1153000,0\n12/17/1985,132.54,132.73,131.32,131.54,1210000,0\n12/18/1985,131.52,131.98,130.71,131.14,1379000,0\n12/19/1985,131.14,132.03,130.91,131.93,1149000,0\n12/20/1985,131.93,132.58,131.70,132.26,1158000,0\n12/23/1985,132.26,132.26,130.37,130.73,994100,0\n12/24/1985,130.73,130.73,129.30,130.03,642800,0\n12/26/1985,130.03,130.63,129.89,130.35,539000,0\n12/27/1985,130.35,131.59,130.25,131.49,749100,0\n12/30/1985,131.49,132.13,131.24,131.95,928200,0\n12/31/1985,131.95,132.66,131.90,132.29,1127000,0\n01/02/1986,132.29,132.45,131.07,131.26,758100,0\n01/03/1986,131.26,131.26,130.00,130.55,891800,0\n01/06/1986,130.55,130.70,129.85,130.35,992400,0\n01/07/1986,130.35,132.88,130.33,132.79,1275000,0\n01/08/1986,132.79,133.88,131.15,131.16,1400000,0\n01/09/1986,131.01,131.16,128.05,128.80,1194000,0\n01/10/1986,128.80,129.97,128.79,129.57,985000,0\n01/13/1986,129.57,129.60,128.63,129.10,894900,0\n01/14/1986,129.10,129.96,128.99,129.18,1029000,0\n01/15/1986,129.18,131.65,129.01,131.54,1187000,0\n01/16/1986,131.54,133.13,131.54,133.06,1239000,0\n01/17/1986,133.06,133.60,132.60,132.77,1128000,0\n01/20/1986,132.77,132.79,131.15,131.60,894300,0\n01/21/1986,131.60,132.01,130.60,131.09,1107000,0\n01/22/1986,131.09,131.78,129.47,129.62,1076000,0\n01/23/1986,129.62,129.62,128.46,129.27,1111000,0\n01/24/1986,129.27,130.54,129.27,130.20,1183000,0\n01/27/1986,130.21,130.99,129.79,130.79,1105000,0\n01/28/1986,130.79,132.04,130.67,131.99,1154000,0\n01/29/1986,131.99,134.13,131.99,133.06,1321000,0\n01/30/1986,133.06,133.16,132.09,132.19,1090000,0\n01/31/1986,132.19,133.22,132.03,132.93,1093000,0\n02/03/1986,132.93,134.43,132.93,134.24,1076000,0\n02/04/1986,134.24,135.69,134.24,134.60,1253000,0\n02/05/1986,134.60,135.79,134.60,135.71,1053000,0\n02/06/1986,135.71,136.94,135.57,136.64,1197000,0\n02/07/1986,136.47,137.49,135.74,137.42,1111000,0\n02/10/1986,137.40,138.24,137.30,138.13,1074000,0\n02/11/1986,138.13,138.61,137.85,138.26,1133000,0\n02/12/1986,138.26,138.76,138.04,138.66,1222000,0\n02/13/1986,138.66,139.29,138.45,139.16,1286000,0\n02/14/1986,139.16,140.63,139.16,140.16,1224000,0\n02/18/1986,140.16,140.76,139.99,140.74,1260000,0\n02/19/1986,140.74,140.92,139.59,139.64,1369000,0\n02/20/1986,139.64,140.02,138.94,139.95,1249000,0\n02/21/1986,139.95,141.24,139.95,141.15,1467000,0\n02/24/1986,141.16,141.18,139.99,140.20,1279000,0\n02/25/1986,140.20,140.20,138.87,139.40,1189000,0\n02/26/1986,139.40,139.63,138.68,138.88,1242000,0\n02/27/1986,138.88,140.53,138.74,140.52,1247000,0\n02/28/1986,140.90,141.83,140.41,140.43,1306000,0\n03/03/1986,140.43,140.66,139.60,139.74,1196000,0\n03/04/1986,139.74,141.77,139.70,140.54,1350000,0\n03/05/1986,140.54,140.62,139.57,140.24,1174000,0\n03/06/1986,140.24,141.35,140.17,140.80,1203000,0\n03/07/1986,140.80,141.16,140.24,140.71,1256000,0\n03/10/1986,140.71,142.58,140.71,142.43,1129000,0\n03/11/1986,142.43,145.50,142.43,145.35,1348000,0\n03/12/1986,145.35,147.32,145.34,146.62,1549000,0\n03/13/1986,146.62,147.05,145.88,147.01,1401000,0\n03/14/1986,147.01,147.45,146.55,147.00,1522000,0\n03/17/1986,147.00,147.00,145.57,146.37,1295000,0\n03/18/1986,146.37,147.82,146.12,147.63,1395000,0\n03/19/1986,147.63,148.57,147.43,147.48,1369000,0\n03/20/1986,147.48,148.54,147.27,147.80,1514000,0\n03/21/1986,147.80,148.79,147.56,148.01,1329000,0\n03/24/1986,148.01,148.15,146.21,147.09,1096000,0\n03/25/1986,147.09,147.71,146.63,147.49,1100000,0\n03/26/1986,147.49,147.57,146.74,147.26,1271000,0\n03/27/1986,147.25,149.05,147.16,148.38,1364000,0\n03/31/1986,148.38,149.21,147.89,148.86,1098000,0\n04/01/1986,148.86,149.23,148.07,148.45,1253000,0\n04/02/1986,148.45,148.94,147.10,148.92,1199000,0\n04/03/1986,148.92,149.93,148.55,148.71,1190000,0\n04/04/1986,148.71,148.79,146.94,147.04,1117000,0\n04/07/1986,147.04,147.08,144.83,146.05,1074000,0\n04/08/1986,146.05,148.95,146.05,148.93,1179000,0\n04/09/1986,148.93,150.03,148.54,149.05,1310000,0\n04/10/1986,149.05,151.77,149.05,151.76,1285000,0\n04/11/1986,151.76,153.54,151.76,152.66,1297000,0\n04/14/1986,152.66,153.98,152.49,153.93,1181000,0\n04/15/1986,153.93,155.02,153.43,154.92,1251000,0\n04/16/1986,154.92,158.98,154.92,158.90,1489000,0\n04/17/1986,158.90,159.86,158.29,159.05,1560000,0\n04/18/1986,157.38,159.15,157.35,157.66,1447000,0\n04/21/1986,157.66,158.63,157.24,158.52,1291000,0\n04/22/1986,157.35,159.47,157.35,157.86,1454000,0\n04/23/1986,156.65,158.21,156.63,157.46,1250000,0\n04/24/1986,157.46,160.16,157.46,159.85,1431000,0\n04/25/1986,159.85,160.63,159.60,160.46,1333000,0\n04/28/1986,160.46,160.95,159.14,159.90,1102000,0\n04/29/1986,159.90,160.30,157.70,158.25,1243000,0\n04/30/1986,158.25,158.40,154.79,154.91,1210000,0\n05/01/1986,154.91,154.94,153.73,154.21,1143000,0\n05/02/1986,154.21,155.59,154.21,155.01,1026000,0\n05/05/1986,155.01,157.41,155.01,157.14,991900,0\n05/06/1986,157.14,158.09,156.85,157.13,1085000,0\n05/07/1986,157.13,157.13,155.31,156.26,1160000,0\n05/08/1986,156.26,157.53,156.18,157.16,1105000,0\n05/09/1986,157.16,157.91,156.38,157.91,1159000,0\n05/12/1986,157.91,158.26,157.36,157.75,1015000,0\n05/13/1986,157.75,157.92,156.40,157.05,1076000,0\n05/14/1986,157.05,157.82,156.54,157.01,1119000,0\n05/15/1986,157.01,157.12,155.40,155.76,1080000,0\n05/16/1986,155.76,155.86,154.39,154.99,1038000,0\n05/19/1986,154.99,155.60,154.88,155.31,927300,0\n05/20/1986,155.31,157.05,155.00,157.01,1166000,0\n05/21/1986,157.01,158.38,156.93,157.44,1375000,0\n05/22/1986,157.44,159.68,157.26,159.63,1439000,0\n05/23/1986,159.63,160.39,159.41,160.16,1151000,0\n05/27/1986,160.16,161.21,159.94,161.18,1118000,0\n05/28/1986,161.18,162.03,160.65,161.30,1315000,0\n05/29/1986,161.30,161.82,160.29,161.62,1304000,0\n05/30/1986,161.62,163.62,161.51,163.16,1330000,0\n06/02/1986,163.16,163.98,162.00,162.03,1106000,0\n06/03/1986,162.03,162.23,161.37,162.11,1203000,0\n06/04/1986,162.11,163.09,161.40,161.82,1227000,0\n06/05/1986,161.82,162.81,161.76,162.36,1256000,0\n06/06/1986,162.36,162.90,161.88,161.88,1206000,0\n06/09/1986,161.88,161.98,158.21,158.61,1150000,0\n06/10/1986,158.60,158.70,157.18,158.10,1198000,0\n06/11/1986,158.10,160.08,158.10,160.04,1249000,0\n06/12/1986,160.04,161.04,159.95,160.37,1301000,0\n06/13/1986,160.37,162.53,160.33,162.35,1393000,0\n06/16/1986,162.35,162.93,160.63,160.80,1184000,0\n06/17/1986,160.80,161.21,158.43,158.57,1191000,0\n06/18/1986,158.57,158.66,156.87,158.48,1254000,0\n06/19/1986,158.48,160.14,158.29,159.28,1113000,0\n06/20/1986,159.28,159.71,158.29,159.59,1276000,0\n06/23/1986,159.59,160.58,159.35,159.55,1135000,0\n06/24/1986,159.55,161.10,159.43,160.80,1129000,0\n06/25/1986,160.80,162.52,160.80,162.00,1242000,0\n06/26/1986,162.00,162.26,161.38,161.72,1383000,0\n06/27/1986,161.72,162.05,161.21,161.62,1285000,0\n06/30/1986,161.62,163.07,161.54,162.62,1213000,0\n07/01/1986,162.62,163.62,162.62,163.32,1328000,0\n07/02/1986,163.32,164.20,163.32,163.96,1363000,0\n07/03/1986,163.96,164.56,163.60,164.51,1040000,0\n07/07/1986,164.51,164.54,157.59,157.63,1121000,0\n07/08/1986,157.63,157.63,152.43,153.26,1372000,0\n07/09/1986,153.26,155.65,153.17,155.41,1202000,0\n07/10/1986,155.41,156.35,153.15,154.29,1073000,0\n07/11/1986,154.29,154.45,152.73,152.85,1046000,0\n07/14/1986,152.85,152.92,149.01,149.29,1086000,0\n07/15/1986,149.29,149.29,145.32,146.26,1327000,0\n07/16/1986,146.26,148.45,146.26,147.40,1158000,0\n07/17/1986,147.40,148.75,147.26,148.46,1122000,0\n07/18/1986,148.46,148.52,146.48,147.76,1109000,0\n07/21/1986,147.76,147.95,146.79,147.07,817600,0\n07/22/1986,147.07,148.16,146.59,147.40,958500,0\n07/23/1986,147.40,148.01,147.12,147.18,1016000,0\n07/24/1986,147.18,148.15,146.98,147.28,1135000,0\n07/25/1986,147.28,148.41,147.28,148.26,950400,0\n07/28/1986,148.26,148.74,145.21,145.51,891300,0\n07/29/1986,145.51,145.57,144.04,144.21,977200,0\n07/30/1986,144.21,144.67,142.73,144.52,1031000,0\n07/31/1986,144.59,145.61,144.57,144.71,986400,0\n08/01/1986,144.71,145.76,144.01,144.19,993700,0\n08/04/1986,144.19,144.19,141.65,142.52,814200,0\n08/05/1986,142.52,142.91,141.75,141.86,1019000,0\n08/06/1986,141.86,141.86,140.30,140.54,937400,0\n08/07/1986,140.54,141.47,140.18,140.70,1016000,0\n08/08/1986,140.70,142.55,140.70,142.29,1001000,0\n08/11/1986,142.29,145.51,142.29,145.44,941500,0\n08/12/1986,145.44,147.32,145.44,147.06,1106000,0\n08/13/1986,147.06,149.45,147.06,148.84,1213000,0\n08/14/1986,148.84,150.14,148.63,149.99,1108000,0\n08/15/1986,150.01,150.30,149.18,149.57,987700,0\n08/18/1986,149.57,150.07,148.83,149.07,854000,0\n08/19/1986,149.07,149.09,147.98,148.60,1114000,0\n08/20/1986,148.60,149.90,148.46,149.76,1139000,0\n08/21/1986,149.76,150.65,149.46,150.01,1119000,0\n08/22/1986,150.01,151.26,149.69,150.95,1013000,0\n08/25/1986,150.95,151.12,149.77,149.91,748000,0\n08/26/1986,149.91,151.23,149.88,151.15,988400,0\n08/27/1986,151.15,152.16,151.07,152.02,1030000,0\n08/28/1986,152.02,152.30,151.35,152.04,1050000,0\n08/29/1986,152.04,152.55,151.70,151.70,822500,0\n09/02/1986,151.70,152.07,149.15,149.34,975800,0\n09/03/1986,149.34,149.84,148.60,149.82,970000,0\n09/04/1986,149.82,151.73,149.79,151.40,1025000,0\n09/05/1986,151.40,151.90,149.54,149.67,1114000,0\n09/08/1986,149.67,149.67,146.35,146.55,972400,0\n09/09/1986,146.55,147.32,145.41,145.76,1201000,0\n09/10/1986,145.76,145.76,144.57,144.74,1156000,0\n09/11/1986,144.74,144.74,138.46,138.46,1381000,0\n09/12/1986,138.46,138.62,134.85,135.04,1398000,0\n09/15/1986,135.04,135.96,134.09,134.94,1029000,0\n09/16/1986,134.94,135.25,133.28,135.21,1049000,0\n09/17/1986,135.21,136.99,135.05,136.39,1052000,0\n09/18/1986,136.39,138.57,136.29,138.13,999600,0\n09/19/1986,138.13,138.49,137.02,138.46,1040000,0\n09/22/1986,138.52,140.29,138.35,140.12,890300,0\n09/23/1986,140.12,141.06,139.05,139.57,1095000,0\n09/24/1986,139.57,140.07,138.66,139.24,981100,0\n09/25/1986,137.62,137.62,137.62,137.62,1025000,0\n09/26/1986,137.62,138.12,136.49,137.59,845900,0\n09/29/1986,137.59,137.59,134.82,135.54,823700,0\n09/30/1986,135.54,137.84,135.54,137.49,1008000,0\n10/01/1986,137.52,139.01,137.52,138.26,1020000,0\n10/02/1986,138.26,138.43,137.40,138.22,915900,0\n10/03/1986,138.22,139.37,137.66,138.55,982500,0\n10/06/1986,138.65,139.19,138.39,139.12,754500,0\n10/07/1986,139.12,139.24,137.91,138.26,860800,0\n10/08/1986,138.26,139.33,137.54,139.26,900400,0\n10/09/1986,139.24,140.15,139.03,139.16,938800,0\n10/10/1986,139.16,140.21,138.76,139.87,835900,0\n10/13/1986,139.87,140.71,139.63,140.68,455300,0\n10/14/1986,140.68,141.60,140.66,140.96,922400,0\n10/15/1986,140.96,142.22,140.76,142.10,1030000,0\n10/16/1986,142.10,142.48,141.76,141.90,638300,0\n10/17/1986,141.88,142.10,140.90,141.20,919800,0\n10/20/1986,141.20,141.23,139.49,140.10,784600,0\n10/21/1986,140.10,140.47,139.38,139.93,885500,0\n10/22/1986,139.93,140.59,139.90,140.30,981100,0\n10/23/1986,140.30,142.40,140.23,142.15,1232000,0\n10/24/1986,142.15,142.75,141.65,141.96,1145000,0\n10/27/1986,141.96,142.26,141.26,141.76,939100,0\n10/28/1986,141.76,142.90,141.68,142.49,1024000,0\n10/29/1986,142.49,143.28,142.12,143.13,1061000,0\n10/30/1986,143.13,145.18,143.13,144.78,1235000,0\n10/31/1986,144.78,145.18,143.79,144.48,1067000,0\n11/03/1986,144.48,144.97,144.12,144.81,1112000,0\n11/04/1986,144.81,146.05,144.54,145.96,1403000,0\n11/05/1986,145.96,146.68,145.51,146.18,1672000,0\n11/06/1986,146.18,146.23,144.64,145.41,1123000,0\n11/07/1986,145.41,145.41,144.40,144.91,993200,0\n11/10/1986,144.91,145.05,143.70,144.29,1008000,0\n11/11/1986,144.29,145.45,144.29,145.35,973300,0\n11/12/1986,145.35,145.91,145.02,145.58,1080000,0\n11/13/1986,145.58,145.68,143.40,143.41,1153000,0\n11/14/1986,143.41,143.78,142.86,143.51,1022000,0\n11/17/1986,143.51,144.02,142.14,143.20,913100,0\n11/18/1986,143.20,143.68,140.63,140.66,1184000,0\n11/19/1986,140.66,140.66,138.96,139.54,1112000,0\n11/20/1986,139.54,141.43,139.54,141.31,1145000,0\n11/21/1986,141.31,143.05,141.31,142.90,1068000,0\n11/24/1986,142.90,144.63,142.77,144.49,968600,0\n11/25/1986,144.49,145.77,144.35,145.77,1138000,0\n11/26/1986,145.77,146.95,145.59,146.87,1060000,0\n11/28/1986,146.87,147.96,146.87,147.94,619500,0\n12/01/1986,147.94,147.94,145.63,146.85,978300,0\n12/02/1986,146.85,148.99,146.85,148.87,1309000,0\n12/03/1986,148.87,150.71,148.87,150.08,1344000,0\n12/04/1986,150.09,150.85,149.84,149.98,1280000,0\n12/05/1986,149.98,150.38,148.70,149.04,1333000,0\n12/08/1986,149.04,149.04,146.85,147.85,1106000,0\n12/09/1986,147.85,147.85,146.82,146.87,1163000,0\n12/10/1986,146.87,147.32,146.40,146.96,1152000,0\n12/11/1986,146.96,147.40,145.63,146.08,1238000,0\n12/12/1986,146.07,146.07,144.75,144.98,1084000,0\n12/15/1986,144.98,144.98,142.85,144.07,1153000,0\n12/16/1986,144.07,144.60,143.61,144.49,1423000,0\n12/17/1986,144.49,144.49,142.91,143.04,1274000,0\n12/18/1986,143.04,143.49,142.54,142.85,1330000,0\n12/19/1986,142.85,144.07,142.82,143.77,1290000,0\n12/22/1986,143.77,144.39,143.24,144.09,1198000,0\n12/23/1986,144.09,144.24,142.40,142.80,1481000,0\n12/24/1986,142.80,143.16,142.32,142.79,821200,0\n12/26/1986,142.79,143.08,142.50,142.93,440400,0\n12/29/1986,142.93,143.04,141.38,141.51,1020000,0\n12/30/1986,141.51,141.79,140.95,141.52,1264000,0\n12/31/1986,141.52,142.13,141.04,141.40,1407000,0\n01/02/1987,141.40,143.01,141.40,142.86,632200,0\n01/05/1987,142.86,147.64,142.86,147.40,1106000,0\n01/06/1987,147.40,149.08,147.40,149.06,1379000,0\n01/07/1987,149.06,153.09,149.06,152.98,1545000,0\n01/08/1987,152.98,155.70,152.98,155.69,1579000,0\n01/09/1987,155.69,157.38,155.11,156.99,1438000,0\n01/12/1987,156.99,159.43,156.60,159.30,1529000,0\n01/13/1987,159.30,159.85,158.38,159.62,1434000,0\n01/14/1987,159.62,162.67,159.62,162.66,1724000,0\n01/15/1987,162.66,165.05,162.66,164.15,1895000,0\n01/16/1987,164.15,164.17,161.63,162.51,1562000,0\n01/19/1987,162.51,166.46,161.71,166.46,1340000,0\n01/20/1987,166.46,168.35,166.02,166.52,1828000,0\n01/21/1987,166.52,166.52,164.14,164.26,1565000,0\n01/22/1987,164.26,168.01,163.45,167.95,1626000,0\n01/23/1987,167.95,170.27,166.63,166.76,2619000,0\n01/26/1987,166.76,166.76,163.88,164.14,1157000,0\n01/27/1987,164.14,167.32,164.07,166.65,1309000,0\n01/28/1987,166.65,167.77,165.99,167.63,1529000,0\n01/29/1987,167.63,168.88,165.11,165.74,1507000,0\n01/30/1987,165.71,166.77,164.34,166.68,1543000,0\n02/02/1987,166.71,170.32,166.58,170.30,1491000,0\n02/03/1987,170.30,171.73,170.30,171.55,1721000,0\n02/04/1987,171.55,173.68,170.68,173.50,1781000,0\n02/05/1987,173.50,175.43,173.46,174.63,1864000,0\n02/06/1987,174.34,175.49,174.34,174.63,1673000,0\n02/09/1987,173.23,174.63,173.23,173.63,1391000,0\n02/10/1987,173.63,173.74,171.24,172.32,1432000,0\n02/11/1987,172.32,176.13,172.32,175.98,1495000,0\n02/12/1987,175.99,177.05,175.76,176.26,1680000,0\n02/13/1987,176.26,179.30,175.76,179.07,1545000,0\n02/17/1987,179.07,183.68,179.07,183.65,1720000,0\n02/18/1987,183.65,184.73,180.41,181.21,1954000,0\n02/19/1987,181.21,181.38,178.90,179.87,1632000,0\n02/20/1987,179.87,179.90,178.00,178.68,1557000,0\n02/23/1987,178.68,178.74,175.18,177.71,1401000,0\n02/24/1987,177.71,179.29,176.99,178.94,1332000,0\n02/25/1987,178.94,181.05,178.92,180.97,1580000,0\n02/26/1987,180.97,183.36,180.60,182.18,1554000,0\n02/27/1987,182.18,182.91,181.58,182.75,1494000,0\n03/02/1987,182.75,183.38,180.99,181.07,1346000,0\n03/03/1987,181.07,181.66,179.87,180.57,1399000,0\n03/04/1987,180.57,183.55,180.56,183.27,1557000,0\n03/05/1987,183.27,185.74,183.27,184.67,1704000,0\n03/06/1987,184.67,184.80,183.40,184.29,1486000,0\n03/09/1987,184.29,184.29,181.29,182.48,1189000,0\n03/10/1987,182.48,184.76,182.31,184.46,1413000,0\n03/11/1987,184.46,186.43,184.46,185.31,1558000,0\n03/12/1987,185.31,185.33,184.12,184.77,1564000,0\n03/13/1987,184.77,185.45,182.90,183.16,1583000,0\n03/16/1987,183.16,183.16,181.42,182.73,1313000,0\n03/17/1987,182.73,185.90,182.73,185.90,1539000,0\n03/18/1987,185.90,187.98,185.13,186.04,1609000,0\n03/19/1987,186.04,188.10,185.87,187.96,1510000,0\n03/20/1987,187.96,190.43,187.96,189.82,1729000,0\n03/23/1987,189.82,190.37,188.55,189.40,1463000,0\n03/24/1987,189.40,190.33,188.49,190.18,1651000,0\n03/25/1987,190.18,190.52,188.90,190.20,1530000,0\n03/26/1987,190.20,191.37,190.20,190.71,1561000,0\n03/27/1987,190.71,191.74,188.88,189.05,1524000,0\n03/30/1987,189.05,189.05,183.27,183.84,1417000,0\n03/31/1987,183.84,186.26,183.80,186.04,1405000,0\n04/01/1987,186.04,186.10,182.57,186.07,1433000,0\n04/02/1987,186.07,188.04,186.07,187.66,1502000,0\n04/03/1987,179.82,191.43,179.82,191.36,1705000,0\n04/06/1987,191.36,192.46,189.66,190.91,1507000,0\n04/07/1987,190.91,190.96,187.43,187.43,1691000,0\n04/08/1987,187.43,189.97,187.43,189.28,1537000,0\n04/09/1987,189.28,189.51,187.18,188.73,1588000,0\n04/10/1987,188.73,189.04,187.74,188.29,1483000,0\n04/13/1987,188.29,188.29,183.90,183.95,1349000,0\n04/14/1987,183.95,183.95,179.02,179.73,1654000,0\n04/15/1987,179.73,182.46,179.73,182.46,1459000,0\n04/16/1987,182.46,185.07,182.46,183.74,1390000,0\n04/20/1987,183.74,184.38,181.68,182.13,1103000,0\n04/21/1987,182.13,184.76,180.18,184.63,1309000,0\n04/22/1987,184.63,185.68,183.96,183.96,1333000,0\n04/23/1987,183.96,185.07,182.96,183.77,1381000,0\n04/24/1987,183.77,183.77,180.27,180.38,1307000,0\n04/27/1987,180.38,180.38,177.51,179.55,1377000,0\n04/28/1987,179.55,182.05,179.55,181.26,1302000,0\n04/29/1987,181.26,183.72,181.26,182.22,1410000,0\n04/30/1987,182.22,185.88,182.22,184.83,1450000,0\n05/01/1987,184.83,186.17,184.29,185.83,1843000,0\n05/04/1987,185.83,186.74,185.01,186.45,1222000,0\n05/05/1987,186.45,189.99,186.45,189.74,1453000,0\n05/06/1987,189.74,190.51,188.68,189.29,1740000,0\n05/07/1987,189.29,190.59,189.29,190.01,1518000,0\n05/08/1987,190.01,191.42,189.52,190.36,1369000,0\n05/11/1987,190.36,191.70,189.24,189.24,1367000,0\n05/12/1987,189.24,189.35,187.46,188.98,1413000,0\n05/13/1987,188.98,190.46,188.98,190.29,1361000,0\n05/14/1987,190.29,191.16,190.21,190.74,1385000,0\n05/15/1987,190.74,190.74,187.91,187.91,1457000,0\n05/18/1987,187.91,188.12,183.33,185.46,1294000,0\n05/19/1987,185.46,185.93,181.00,181.46,1471000,0\n05/20/1987,181.46,182.72,179.74,181.70,1456000,0\n05/21/1987,181.70,183.57,181.70,182.66,1371000,0\n05/22/1987,182.66,183.54,181.27,181.64,1127000,0\n05/26/1987,181.64,185.19,181.64,185.17,1128000,0\n05/27/1987,185.17,186.51,185.07,185.96,1215000,0\n05/28/1987,185.96,188.21,185.85,188.11,1309000,0\n05/29/1987,188.11,189.83,188.11,188.77,1338000,0\n06/01/1987,188.77,189.15,185.54,185.86,1331000,0\n06/02/1987,185.86,186.18,184.44,184.50,1302000,0\n06/03/1987,184.50,186.40,184.50,185.76,1410000,0\n06/04/1987,185.76,186.47,185.21,186.26,1520000,0\n06/05/1987,186.26,186.86,185.49,185.68,1762000,0\n06/08/1987,185.68,187.65,185.01,187.54,1170000,0\n06/09/1987,187.54,189.62,187.54,189.48,1393000,0\n06/10/1987,189.48,191.84,189.35,190.02,1727000,0\n06/11/1987,190.02,190.73,188.85,189.66,1526000,0\n06/12/1987,189.66,191.26,189.66,190.36,1612000,0\n06/15/1987,190.36,191.05,189.28,189.60,1555000,0\n06/16/1987,189.60,191.29,188.63,191.14,1706000,0\n06/17/1987,191.14,192.15,190.74,191.32,1710000,0\n06/18/1987,191.32,192.78,190.15,192.37,1585000,0\n06/19/1987,192.37,193.20,191.30,192.05,1536000,0\n06/22/1987,192.05,193.04,192.00,192.90,1327000,0\n06/23/1987,192.90,193.27,191.07,191.84,1543000,0\n06/24/1987,191.84,193.36,191.57,191.90,1403000,0\n06/25/1987,191.90,192.87,191.23,191.35,1498000,0\n06/26/1987,191.35,191.45,189.32,191.06,1457000,0\n06/29/1987,191.06,191.29,190.38,190.70,1232000,0\n06/30/1987,190.70,191.10,188.35,189.24,1444000,0\n07/01/1987,189.24,190.16,188.88,189.48,2138000,0\n07/02/1987,189.54,190.95,189.54,190.38,1860000,0\n07/06/1987,190.38,191.17,188.73,189.02,1394000,0\n07/07/1987,189.02,189.02,187.40,187.76,1955000,0\n07/08/1987,187.76,188.38,186.57,187.38,1949000,0\n07/09/1987,187.38,189.40,187.35,187.98,1531000,0\n07/10/1987,187.98,188.94,187.79,188.74,1319000,0\n07/13/1987,188.74,190.42,188.06,190.42,1273000,0\n07/14/1987,190.42,194.99,190.42,194.99,1602000,0\n07/15/1987,194.99,196.04,193.70,194.87,1539000,0\n07/16/1987,194.87,196.35,194.83,196.04,1586000,0\n07/17/1987,196.04,197.30,195.31,195.87,1529000,0\n07/20/1987,195.87,195.87,193.77,193.86,1303000,0\n07/21/1987,193.86,194.91,192.83,193.20,1562000,0\n07/22/1987,193.20,193.82,192.57,193.63,1541000,0\n07/23/1987,193.63,193.88,190.46,191.51,1534000,0\n07/24/1987,191.51,193.12,191.49,193.02,1473000,0\n07/27/1987,193.02,193.37,191.99,193.20,1120000,0\n07/28/1987,193.20,194.24,193.20,193.76,1259000,0\n07/29/1987,193.76,194.85,193.59,194.73,1360000,0\n07/30/1987,194.73,196.75,194.60,196.57,1542000,0\n07/31/1987,196.57,197.12,195.83,196.35,1426000,0\n08/03/1987,196.35,196.71,194.59,195.24,1335000,0\n08/04/1987,195.24,195.99,194.10,195.88,1404000,0\n08/05/1987,195.88,198.63,195.88,198.24,1518000,0\n08/06/1987,198.24,201.91,198.05,201.87,1497000,0\n08/07/1987,201.87,204.71,201.87,203.73,1653000,0\n08/10/1987,203.73,206.06,203.10,206.03,1308000,0\n08/11/1987,206.03,208.46,206.03,208.39,1854000,0\n08/12/1987,208.39,208.59,206.79,207.06,1721000,0\n08/13/1987,207.06,207.60,206.14,206.47,1602000,0\n08/14/1987,206.47,206.99,205.31,206.46,1477000,0\n08/17/1987,206.46,207.13,205.63,206.83,1263000,0\n08/18/1987,206.83,206.87,203.31,203.90,1475000,0\n08/19/1987,203.90,205.39,203.35,205.39,1341000,0\n08/20/1987,205.39,208.98,205.37,208.93,1582000,0\n08/21/1987,208.93,210.71,208.88,210.57,1662000,0\n08/24/1987,210.57,210.57,208.77,209.48,1444000,0\n08/25/1987,209.48,211.56,209.48,210.71,1446000,0\n08/26/1987,210.71,211.90,210.50,211.16,1513000,0\n08/27/1987,211.16,212.16,210.24,210.63,1397000,0\n08/28/1987,210.63,211.02,208.85,208.85,1539000,0\n08/31/1987,208.85,209.75,207.65,209.57,1329000,0\n09/01/1987,209.57,210.78,206.88,206.89,1738000,0\n09/02/1987,206.89,207.36,204.22,205.73,1455000,0\n09/03/1987,205.73,207.49,203.68,205.01,1471000,0\n09/04/1987,205.01,205.85,203.92,204.06,1316000,0\n09/08/1987,204.06,204.11,197.43,199.90,1455000,0\n09/09/1987,199.90,201.99,199.83,201.60,1343000,0\n09/10/1987,201.60,205.35,201.60,205.16,1583000,0\n09/11/1987,205.16,206.90,204.95,206.37,1582000,0\n09/14/1987,206.37,207.07,204.34,205.16,1303000,0\n09/15/1987,205.16,205.16,201.68,202.26,1355000,0\n09/16/1987,202.26,203.44,201.24,201.30,1418000,0\n09/17/1987,201.30,202.24,200.71,202.05,1546000,0\n09/18/1987,202.05,202.96,201.15,201.68,1514000,0\n09/21/1987,201.68,202.22,197.24,197.26,1539000,0\n09/22/1987,197.26,201.46,196.13,201.43,1572000,0\n09/23/1987,201.43,204.14,201.43,204.07,1683000,0\n09/24/1987,204.07,206.18,203.74,204.64,1212000,0\n09/25/1987,204.64,205.66,204.05,205.12,1298000,0\n09/28/1987,205.12,206.86,204.35,204.63,1370000,0\n09/29/1987,204.63,205.12,203.76,204.15,1551000,0\n09/30/1987,204.15,205.70,203.68,205.51,1625000,0\n10/01/1987,205.51,209.73,205.51,209.71,1648000,0\n10/02/1987,209.71,212.23,209.71,212.15,1633000,0\n10/05/1987,212.15,213.83,211.41,213.81,1457000,0\n10/06/1987,213.81,214.03,208.07,208.07,1585000,0\n10/07/1987,208.07,208.07,205.09,206.89,1520000,0\n10/08/1987,206.89,207.62,202.49,203.63,1578000,0\n10/09/1987,203.63,205.12,202.14,202.46,1453000,0\n10/12/1987,202.46,202.46,197.85,199.63,1178000,0\n10/13/1987,199.63,202.05,199.01,201.23,1318000,0\n10/14/1987,201.23,201.24,196.39,197.49,1456000,0\n10/15/1987,197.49,197.49,192.85,193.07,1598000,0\n10/16/1987,193.07,193.54,182.96,183.29,1959000,0\n10/19/1987,183.29,183.30,155.63,155.65,2229000,0\n10/20/1987,155.65,156.76,142.38,143.96,2841000,0\n10/21/1987,143.96,160.27,143.96,158.78,2881000,0\n10/22/1987,158.78,158.78,149.19,149.99,2498000,0\n10/23/1987,149.99,149.99,145.04,145.42,1770000,0\n10/26/1987,145.42,145.42,128.21,128.43,1905000,0\n10/27/1987,128.43,134.94,128.43,129.87,2073000,0\n10/28/1987,129.87,131.95,126.25,131.21,2022000,0\n10/29/1987,131.21,144.31,131.21,143.64,2059000,0\n10/30/1987,143.64,152.11,143.64,150.07,2081000,0\n11/02/1987,150.07,152.51,148.51,152.20,1380000,0\n11/03/1987,152.20,152.20,143.78,147.13,1392000,0\n11/04/1987,147.13,149.34,143.86,147.95,1236000,0\n11/05/1987,147.95,153.60,147.78,153.03,1410000,0\n11/06/1987,153.03,154.12,150.57,150.68,1415400,0\n11/09/1987,150.68,150.68,145.35,146.49,1155000,0\n11/10/1987,146.49,146.49,143.13,143.45,1395500,0\n11/11/1987,143.45,147.26,143.45,145.48,1207000,0\n11/12/1987,145.48,151.02,145.48,149.85,1507700,0\n11/13/1987,149.85,150.95,147.93,147.95,1201900,0\n11/16/1987,147.95,150.63,146.73,147.46,1117800,0\n11/17/1987,147.46,147.46,142.78,143.57,1268300,0\n11/18/1987,143.57,145.54,142.15,144.84,1261500,0\n11/19/1987,144.84,145.09,140.90,141.06,1279800,0\n11/20/1987,141.06,141.23,137.71,140.84,1260900,0\n11/23/1987,140.84,141.84,139.77,141.84,940700,0\n11/24/1987,141.84,145.86,141.84,144.66,1289200,0\n11/25/1987,144.66,145.26,143.82,144.99,1132500,0\n11/27/1987,145.00,145.00,143.23,143.35,647800,0\n11/30/1987,143.35,143.35,133.14,137.13,1474500,0\n12/01/1987,137.13,139.37,136.54,137.16,1118500,0\n12/02/1987,137.16,138.60,136.16,137.96,1090800,0\n12/03/1987,137.96,138.88,132.87,132.95,1294300,0\n12/04/1987,132.95,132.95,129.46,130.43,1365300,0\n12/07/1987,130.43,133.43,130.43,133.15,1183300,0\n12/08/1987,133.15,136.72,133.15,136.69,1377300,0\n12/09/1987,136.69,140.41,135.99,139.76,825300,0\n12/10/1987,139.63,141.46,135.41,139.01,1500200,0\n12/11/1987,139.01,140.17,138.83,139.82,1180300,0\n12/14/1987,139.82,146.35,139.82,146.08,1449700,0\n12/15/1987,146.08,148.23,146.08,146.89,1532500,0\n12/16/1987,146.89,151.29,146.21,151.06,1492500,0\n12/17/1987,151.06,152.79,149.84,149.91,1668100,0\n12/18/1987,149.91,154.84,149.91,154.74,1490400,0\n12/21/1987,154.74,156.18,154.31,156.02,1428300,0\n12/22/1987,156.02,156.06,153.14,155.55,1490200,0\n12/23/1987,155.55,158.30,155.55,158.06,1640800,0\n12/24/1987,158.06,158.42,157.38,158.18,820100,0\n12/28/1987,158.18,158.18,151.80,152.78,1155200,0\n12/29/1987,152.78,154.69,152.57,154.35,1200800,0\n12/30/1987,154.35,157.59,154.35,157.29,1529200,0\n12/31/1987,157.29,157.29,154.96,156.25,1604000,0\n01/04/1988,156.25,162.10,156.25,161.81,1108200,0\n01/05/1988,161.81,166.37,161.81,164.28,1494900,0\n01/06/1988,164.28,166.74,163.72,166.18,1355800,0\n01/07/1988,166.18,168.71,163.93,168.70,1370400,0\n01/08/1988,168.70,169.14,158.13,158.20,1440600,0\n01/11/1988,158.20,158.88,155.24,158.88,1287500,0\n01/12/1988,158.88,159.49,152.15,155.73,1203500,0\n01/13/1988,155.73,157.00,152.80,155.54,1156700,0\n01/14/1988,155.54,157.43,155.51,156.04,1015100,0\n01/15/1988,156.04,161.38,156.04,159.82,1341600,0\n01/18/1988,159.82,159.88,157.93,159.02,909900,0\n01/19/1988,159.02,159.38,156.92,158.01,1073000,0\n01/20/1988,158.01,158.02,151.79,152.46,1335000,0\n01/21/1988,152.46,153.80,151.57,152.95,1245600,0\n01/22/1988,152.95,154.99,152.95,154.35,1491600,0\n01/25/1988,154.35,157.85,154.35,157.05,1068600,0\n01/26/1988,157.05,157.07,154.79,155.23,1029100,0\n01/27/1988,155.23,156.52,154.79,155.43,1134400,0\n01/28/1988,155.43,158.01,155.43,157.65,1236700,0\n01/29/1988,157.65,159.15,157.26,159.13,1354200,0\n02/01/1988,159.13,160.40,158.45,158.62,1176200,0\n02/02/1988,158.62,159.04,157.51,158.98,1135100,0\n02/03/1988,158.98,159.53,156.13,156.58,1303500,0\n02/04/1988,156.58,157.71,156.10,157.38,1215100,0\n02/05/1988,157.38,159.26,157.38,158.01,1211300,0\n02/08/1988,158.01,158.40,156.66,157.88,1200700,0\n02/09/1988,157.88,159.05,157.51,158.93,1072100,0\n02/10/1988,158.93,162.49,158.88,162.24,1288500,0\n02/11/1988,162.24,163.62,161.94,162.96,1389000,0\n02/12/1988,162.96,164.86,162.96,163.93,1128000,0\n02/16/1988,163.93,165.70,163.35,165.54,1050600,0\n02/17/1988,165.54,167.78,165.54,165.80,1323700,0\n02/18/1988,165.80,167.11,165.31,165.75,1324100,0\n02/19/1988,165.75,167.34,165.35,167.07,1287100,0\n02/22/1988,167.07,170.29,167.07,170.20,1292100,0\n02/23/1988,170.27,171.71,169.99,171.29,1292500,0\n02/24/1988,171.29,173.07,171.09,172.48,1329600,0\n02/25/1988,172.48,174.05,170.70,170.79,1540100,0\n02/26/1988,170.79,171.04,169.68,170.65,1120600,0\n02/29/1988,170.65,172.73,170.20,172.64,1248800,0\n03/01/1988,172.64,173.37,171.72,172.63,1368300,0\n03/02/1988,172.63,175.68,172.54,175.12,1460800,0\n03/03/1988,175.12,177.28,175.07,176.50,1442100,0\n03/04/1988,176.50,177.42,174.76,177.39,1412200,0\n03/07/1988,177.39,178.66,176.78,178.46,1219800,0\n03/08/1988,178.46,180.54,178.46,179.63,1591500,0\n03/09/1988,179.63,182.03,179.63,181.24,1586700,0\n03/10/1988,181.24,182.74,178.29,178.43,1602300,0\n03/11/1988,178.43,178.76,175.68,177.89,1266000,0\n03/14/1988,177.89,179.22,177.89,179.21,1081100,0\n03/15/1988,179.21,179.32,177.49,178.32,1304300,0\n03/16/1988,178.32,180.45,177.37,180.42,1418600,0\n03/17/1988,180.42,182.12,180.42,181.24,1610500,0\n03/18/1988,181.24,182.57,180.36,181.04,1891200,0\n03/21/1988,181.04,181.07,177.72,178.90,1218700,0\n03/22/1988,178.90,180.26,178.63,180.01,1216500,0\n03/23/1988,180.01,180.61,178.41,179.24,1471400,0\n03/24/1988,179.24,179.24,174.05,174.76,1489100,0\n03/25/1988,174.76,175.52,172.51,172.88,1164800,0\n03/28/1988,172.88,173.15,170.52,172.84,1090400,0\n03/29/1988,172.84,175.13,172.84,173.66,1182300,0\n03/30/1988,173.66,174.41,171.44,172.13,1214900,0\n03/31/1988,172.13,173.35,171.09,173.26,1245300,0\n04/04/1988,173.26,173.26,170.87,171.40,951300,0\n04/05/1988,171.40,172.97,171.26,172.90,1186200,0\n04/06/1988,172.90,176.60,172.82,176.60,1376100,0\n04/07/1988,176.60,178.22,176.60,177.33,1335200,0\n04/08/1988,177.30,179.56,176.91,178.93,1344500,0\n04/11/1988,179.39,180.21,178.61,179.94,1228500,0\n04/12/1988,180.12,180.65,178.99,180.10,1233800,0\n04/13/1988,180.10,180.91,178.93,180.38,1302200,0\n04/14/1988,180.22,180.22,173.20,173.27,1420500,0\n04/15/1988,173.16,173.79,170.14,173.13,1301700,0\n04/18/1988,173.17,173.95,172.05,173.55,1020100,0\n04/19/1988,173.91,177.02,173.91,174.35,1285400,0\n04/20/1988,174.27,174.27,172.61,172.93,1335400,0\n04/21/1988,173.23,174.66,171.57,172.07,1424300,0\n04/22/1988,171.89,173.64,171.89,173.32,1243600,0\n04/25/1988,173.38,174.93,173.38,174.40,1051100,0\n04/26/1988,174.48,176.85,174.48,176.74,1257300,0\n04/27/1988,176.74,177.79,176.54,177.21,1223700,0\n04/28/1988,177.28,177.62,176.49,176.73,1288100,0\n04/29/1988,176.74,176.74,174.76,175.92,1213400,0\n05/02/1988,175.93,177.04,175.43,176.74,978100,0\n05/03/1988,176.85,179.63,176.85,178.99,1310600,0\n05/04/1988,179.12,180.10,178.43,178.63,1342100,0\n05/05/1988,178.53,178.66,177.15,177.68,1212400,0\n05/06/1988,177.70,178.62,176.95,177.18,1227400,0\n05/09/1988,177.11,177.11,174.43,174.93,1009300,0\n05/10/1988,174.81,175.57,173.40,174.32,1153300,0\n05/11/1988,174.01,174.01,169.82,170.80,1187500,0\n05/12/1988,170.82,172.03,170.82,171.71,1027300,0\n05/13/1988,171.97,173.96,171.97,173.85,1040900,0\n05/16/1988,174.04,175.20,173.37,174.99,982400,0\n05/17/1988,175.24,177.36,174.07,174.07,1245400,0\n05/18/1988,174.07,174.16,169.73,170.29,1418700,0\n05/19/1988,170.15,170.54,167.51,170.35,1447900,0\n05/20/1988,170.45,171.55,169.65,169.88,1736100,0\n05/23/1988,169.74,169.80,166.76,167.65,1206400,0\n05/24/1988,167.79,169.33,167.26,169.21,1097300,0\n05/25/1988,169.23,170.15,168.84,169.01,1160500,0\n05/26/1988,169.07,170.07,168.70,169.85,946700,0\n05/27/1988,169.70,169.96,168.96,169.59,879100,0\n05/31/1988,169.51,173.45,169.41,173.35,1064000,0\n06/01/1988,173.49,177.26,173.49,176.68,1367800,0\n06/02/1988,176.54,178.10,175.78,176.45,1257500,0\n06/03/1988,176.67,178.68,176.51,178.01,1193700,0\n06/06/1988,177.93,179.80,177.88,179.74,1099700,0\n06/07/1988,179.59,181.07,179.16,179.76,1407500,0\n06/08/1988,179.87,183.14,179.77,183.01,1558000,0\n06/09/1988,183.01,183.57,181.90,182.77,1433000,0\n06/10/1988,182.83,185.18,182.33,184.29,1453200,0\n06/13/1988,184.49,185.01,183.76,184.74,1284700,0\n06/14/1988,185.09,187.16,185.09,185.77,1748600,0\n06/15/1988,185.54,186.17,184.46,186.10,1607200,0\n06/16/1988,185.78,185.78,183.82,184.51,1460800,0\n06/17/1988,184.69,184.97,183.37,183.94,1464000,0\n06/20/1988,184.00,184.00,182.76,183.20,1097000,0\n06/21/1988,183.38,184.79,182.78,184.79,1544600,0\n06/22/1988,184.93,187.60,184.93,186.98,1739500,0\n06/23/1988,186.98,187.49,186.32,187.07,1640300,0\n06/24/1988,187.15,187.74,186.64,187.35,1384700,0\n06/27/1988,187.10,187.16,185.04,185.12,1027900,0\n06/28/1988,185.09,188.30,184.73,188.19,1312300,0\n06/29/1988,188.27,189.16,186.89,187.79,1478500,0\n06/30/1988,187.73,189.35,187.43,189.02,1399900,0\n07/01/1988,189.23,190.18,188.92,189.96,1173800,0\n07/05/1988,189.95,191.96,188.76,191.90,1090200,0\n07/06/1988,191.83,192.77,190.10,190.43,1476400,0\n07/07/1988,190.34,190.34,188.04,189.38,1407900,0\n07/08/1988,189.21,189.29,187.80,188.15,1266400,0\n07/11/1988,188.42,188.95,187.43,187.68,1066100,0\n07/12/1988,188.31,188.54,186.20,187.24,1329500,0\n07/13/1988,187.24,188.56,186.55,188.12,1327200,0\n07/14/1988,188.18,188.97,187.35,188.68,1382900,0\n07/15/1988,188.57,189.33,187.99,188.51,1363800,0\n07/18/1988,188.59,189.37,187.66,188.79,1226700,0\n07/19/1988,188.52,188.52,184.96,185.78,1499800,0\n07/20/1988,185.85,186.82,184.68,185.26,1413700,0\n07/21/1988,184.92,184.92,182.10,182.40,1327600,0\n07/22/1988,182.38,182.38,180.37,181.86,2032200,0\n07/25/1988,181.82,182.05,180.62,181.59,969600,0\n07/26/1988,181.30,181.30,179.32,179.71,1111900,0\n07/27/1988,179.74,180.44,176.95,177.37,1259700,0\n07/28/1988,177.46,178.59,176.38,178.22,1162600,0\n07/29/1988,178.51,181.32,178.51,181.16,1208300,0\n08/01/1988,181.15,182.19,180.68,181.44,1059700,0\n08/02/1988,181.43,182.09,179.65,180.54,1244700,0\n08/03/1988,180.69,181.32,180.01,181.07,1236400,0\n08/04/1988,181.15,181.99,180.79,181.18,1146500,0\n08/05/1988,181.17,181.17,179.77,179.90,1062600,0\n08/08/1988,180.04,180.77,179.70,179.82,1024600,0\n08/09/1988,179.95,180.05,176.18,177.27,1278200,0\n08/10/1988,177.07,177.11,172.68,172.68,1366600,0\n08/11/1988,172.96,174.68,172.96,174.63,1328900,0\n08/12/1988,174.52,174.54,173.10,173.74,1092000,0\n08/15/1988,173.63,173.63,169.96,170.09,1126000,0\n08/16/1988,170.09,173.63,169.00,172.65,1289200,0\n08/17/1988,172.54,173.93,171.76,172.90,1238500,0\n08/18/1988,172.88,174.55,172.75,173.55,1157700,0\n08/19/1988,173.69,174.29,172.32,172.82,1183800,0\n08/22/1988,172.73,172.99,169.71,169.90,976800,0\n08/23/1988,169.91,170.38,168.85,169.60,1101100,0\n08/24/1988,169.71,172.16,169.21,171.96,1100700,0\n08/25/1988,171.49,171.51,168.89,170.53,1027900,0\n08/26/1988,170.29,171.21,170.29,170.98,916100,0\n08/29/1988,171.13,173.21,171.13,172.76,834900,0\n08/30/1988,172.85,173.01,171.75,172.37,945500,0\n08/31/1988,172.46,173.25,170.41,170.99,1171400,0\n09/01/1988,170.93,170.93,167.17,168.22,1063800,0\n09/02/1988,168.73,171.88,168.73,171.46,963400,0\n09/06/1988,171.61,172.37,170.90,171.93,869900,0\n09/07/1988,172.15,172.92,170.60,172.10,1178200,0\n09/08/1988,172.07,173.24,170.94,172.96,1166200,0\n09/09/1988,173.07,176.15,171.65,175.48,1248100,0\n09/12/1988,175.64,176.82,175.34,175.60,825100,0\n09/13/1988,175.10,175.94,174.15,175.87,991200,0\n09/14/1988,176.54,177.90,176.01,176.98,1310600,0\n09/15/1988,176.99,177.08,175.24,175.41,1137300,0\n09/16/1988,175.65,176.91,175.16,176.65,1134900,0\n09/19/1988,176.63,176.75,174.71,176.11,998400,0\n09/20/1988,175.74,177.07,175.72,176.80,1146600,0\n09/21/1988,176.78,178.02,176.68,177.80,999500,0\n09/22/1988,177.88,178.66,177.10,178.27,1342600,0\n09/23/1988,178.23,178.23,177.06,177.48,1413700,0\n09/26/1988,177.55,177.76,175.65,175.87,927500,0\n09/27/1988,175.90,176.15,175.31,175.80,1037700,0\n09/28/1988,175.85,177.22,175.28,177.05,1117200,0\n09/29/1988,177.08,179.13,177.08,178.82,1214900,0\n09/30/1988,178.99,180.31,178.55,179.37,1354400,0\n10/03/1988,179.29,179.29,175.78,176.79,1074400,0\n10/04/1988,176.74,177.55,175.85,176.29,1062200,0\n10/05/1988,176.23,176.91,174.95,175.86,1318000,0\n10/06/1988,175.90,176.88,175.32,176.24,1242100,0\n10/07/1988,175.88,176.20,174.12,176.00,1549200,0\n10/10/1988,175.98,176.04,173.48,174.93,968300,0\n10/11/1988,175.07,175.85,174.07,175.63,1209900,0\n10/12/1988,175.27,175.27,172.81,173.29,1184200,0\n10/13/1988,173.15,175.21,172.88,174.84,1123800,0\n10/14/1988,175.48,176.77,174.56,175.37,1191200,0\n10/17/1988,175.49,176.09,175.15,175.79,996500,0\n10/18/1988,176.00,176.99,174.88,176.99,1323300,0\n10/19/1988,177.16,179.24,176.49,176.99,1425600,0\n10/20/1988,177.07,180.52,177.07,180.37,1326800,0\n10/21/1988,180.07,180.40,179.12,179.74,1387200,0\n10/24/1988,179.79,180.22,178.20,178.41,1096300,0\n10/25/1988,178.49,178.56,176.85,177.40,1116700,0\n10/26/1988,177.31,177.45,175.46,176.35,1104100,0\n10/27/1988,176.02,176.02,172.96,174.28,1226600,0\n10/28/1988,174.28,175.18,174.00,174.88,1060100,0\n10/31/1988,174.87,175.03,173.15,174.78,978800,0\n11/01/1988,174.77,175.62,173.83,174.60,1103500,0\n11/02/1988,174.60,174.60,172.71,174.01,1215400,0\n11/03/1988,173.90,174.68,173.41,174.25,1171400,0\n11/04/1988,173.79,174.77,172.74,173.56,1056200,0\n11/07/1988,173.46,173.46,171.05,171.34,1014200,0\n11/08/1988,171.62,174.40,171.62,173.75,1132500,0\n11/09/1988,173.60,173.72,172.40,173.49,1104000,0\n11/10/1988,173.51,174.08,172.55,173.27,1057300,0\n11/11/1988,173.23,173.23,169.09,169.24,1096800,0\n11/14/1988,169.41,169.98,167.85,168.96,1007700,0\n11/15/1988,169.01,169.57,167.98,168.10,1118800,0\n11/16/1988,168.41,168.50,165.18,165.52,1279900,0\n11/17/1988,165.66,166.63,165.46,166.21,1401500,0\n11/18/1988,166.15,166.76,165.46,166.52,1032400,0\n11/21/1988,165.38,165.38,162.65,163.82,1119300,0\n11/22/1988,163.90,164.72,163.27,164.35,1170800,0\n11/23/1988,164.47,167.49,164.47,167.19,1036600,0\n11/25/1988,167.07,167.07,165.12,165.72,500600,0\n11/28/1988,165.64,166.46,164.44,165.99,938000,0\n11/29/1988,166.14,167.30,165.60,167.17,1048200,0\n11/30/1988,167.21,169.49,167.21,169.18,1253400,0\n12/01/1988,169.13,171.82,168.74,171.33,1232700,0\n12/02/1988,171.29,172.64,170.20,171.62,1250200,0\n12/05/1988,172.85,173.96,172.85,172.85,1186700,0\n12/06/1988,172.85,174.01,171.68,174.01,1160600,0\n12/07/1988,174.01,174.24,172.76,172.84,1224800,0\n12/08/1988,172.84,172.90,171.26,171.88,1098700,0\n12/09/1988,171.88,172.26,171.21,171.79,1135600,0\n12/12/1988,171.79,172.62,170.85,171.11,992200,0\n12/13/1988,171.09,171.09,169.79,170.26,1141400,0\n12/14/1988,170.26,171.54,170.06,170.87,1177400,0\n12/15/1988,171.01,172.19,171.01,171.62,1116200,0\n12/16/1988,171.62,174.24,171.55,174.01,1331400,0\n12/19/1988,174.01,175.68,173.76,175.39,1311800,0\n12/20/1988,175.39,176.82,174.94,175.07,1385000,0\n12/21/1988,175.07,175.53,173.91,174.66,1374100,0\n12/22/1988,174.66,175.12,173.87,174.76,1531400,0\n12/23/1988,174.76,175.94,174.72,175.61,777100,0\n12/27/1988,175.61,176.43,174.92,175.22,807800,0\n12/28/1988,175.22,175.24,174.13,175.13,1051500,0\n12/29/1988,175.13,176.99,175.01,176.68,1211400,0\n12/30/1988,176.68,177.86,176.57,177.41,1369400,0\n01/03/1989,177.40,177.40,172.95,174.63,936600,0\n01/04/1989,174.93,177.85,174.93,177.56,1212700,0\n01/05/1989,177.56,179.25,177.07,177.49,1350400,0\n01/06/1989,177.49,178.51,177.28,177.52,1236500,0\n01/09/1989,177.52,178.57,176.90,177.65,1099300,0\n01/10/1989,177.65,177.76,176.36,177.07,1135200,0\n01/11/1989,177.07,177.82,176.18,177.60,1157700,0\n01/12/1989,177.82,179.45,177.82,179.00,1354300,0\n01/13/1989,179.00,179.41,178.43,179.10,1228600,0\n01/16/1989,179.10,179.84,178.58,179.20,1051600,0\n01/17/1989,179.20,179.20,176.73,177.09,1377600,0\n01/18/1989,177.09,179.06,176.35,178.65,1405200,0\n01/19/1989,178.65,181.62,178.65,180.57,1623000,0\n01/20/1989,180.57,181.32,179.24,180.32,1520700,0\n01/23/1989,180.32,180.73,178.07,178.21,1140200,0\n01/24/1989,178.21,180.55,177.90,180.18,1325900,0\n01/25/1989,180.18,181.88,180.18,181.56,1215900,0\n01/26/1989,181.56,184.11,180.76,183.99,1416800,0\n01/27/1989,183.99,184.59,182.26,183.54,1762000,0\n01/30/1989,183.54,185.01,183.54,184.79,1239400,0\n01/31/1989,184.79,186.69,183.98,186.47,1370500,0\n02/01/1989,186.47,188.64,186.47,188.37,1528900,0\n02/02/1989,188.37,191.13,188.10,189.87,1637900,0\n02/03/1989,189.87,190.64,188.94,189.98,1433500,0\n02/06/1989,189.98,190.29,188.79,189.46,1282900,0\n02/07/1989,189.46,192.99,189.22,192.05,1569100,0\n02/08/1989,192.05,192.63,189.88,190.05,1527300,0\n02/09/1989,190.05,190.48,188.07,188.69,1466800,0\n02/10/1989,188.69,188.69,185.45,185.71,1327300,0\n02/13/1989,185.71,186.18,184.61,185.40,1144900,0\n02/14/1989,185.40,186.93,185.21,185.63,1328800,0\n02/15/1989,185.63,187.43,185.45,187.41,1231800,0\n02/16/1989,187.41,188.35,187.26,187.82,1492500,0\n02/17/1989,187.82,189.44,187.60,188.51,1141500,0\n02/21/1989,188.51,188.86,187.32,188.17,1152300,0\n02/22/1989,188.17,188.17,184.68,185.76,1295200,0\n02/23/1989,185.76,186.76,184.33,186.47,1168600,0\n02/24/1989,186.47,186.79,184.35,184.59,1229100,0\n02/27/1989,184.59,184.63,183.24,183.82,1094000,0\n02/28/1989,183.82,185.04,183.23,183.79,1222100,0\n03/01/1989,183.79,185.46,183.34,183.60,1287300,0\n03/02/1989,183.60,185.54,183.60,185.46,1294900,0\n03/03/1989,185.46,186.16,184.93,185.82,1359900,0\n03/06/1989,185.82,187.58,185.82,187.51,1222100,0\n03/07/1989,187.51,187.53,185.64,186.70,1359300,0\n03/08/1989,186.70,187.68,185.93,186.26,1501400,0\n03/09/1989,186.26,186.41,185.10,185.35,1420600,0\n03/10/1989,185.35,185.66,184.18,184.99,1333700,0\n03/13/1989,184.99,186.39,184.57,185.88,1183800,0\n03/14/1989,185.88,186.54,185.02,185.35,1376100,0\n03/15/1989,185.35,186.49,185.07,185.37,1412300,0\n03/16/1989,185.37,187.42,185.13,187.13,1506800,0\n03/17/1989,187.13,187.13,181.79,182.01,1393500,0\n03/20/1989,182.01,182.01,178.96,179.88,1198400,0\n03/21/1989,179.88,182.24,179.88,182.04,1237300,0\n03/22/1989,182.04,182.04,180.20,180.59,1363800,0\n03/23/1989,180.59,181.65,180.02,181.04,1491800,0\n03/27/1989,181.04,181.79,180.36,181.15,988400,0\n03/28/1989,181.15,182.57,181.15,182.01,1125500,0\n03/29/1989,182.01,183.34,181.66,183.34,1229600,0\n03/30/1989,183.34,184.46,182.32,184.37,1156100,0\n03/31/1989,184.37,186.18,184.37,185.87,1250100,0\n04/03/1989,185.87,186.79,185.66,185.83,1225300,0\n04/04/1989,185.83,185.91,184.45,185.54,1395900,0\n04/05/1989,185.54,186.24,184.99,186.09,1207500,0\n04/06/1989,186.09,186.22,185.01,186.20,1140400,0\n04/07/1989,186.20,188.60,186.13,188.40,1335800,0\n04/10/1989,188.40,189.43,188.31,189.27,1098400,0\n04/11/1989,189.27,191.52,189.27,190.91,1332700,0\n04/12/1989,190.91,193.60,190.91,192.53,1613000,0\n04/13/1989,192.53,193.45,191.15,191.83,1429900,0\n04/14/1989,191.83,194.71,191.82,194.63,1446500,0\n04/17/1989,194.63,195.12,194.08,194.59,1152200,0\n04/18/1989,194.59,197.27,194.59,196.83,1534800,0\n04/19/1989,196.83,198.72,196.73,198.07,1550100,0\n04/20/1989,198.07,198.49,195.80,197.65,1410300,0\n04/21/1989,197.65,199.05,197.40,198.86,1494700,0\n04/24/1989,198.86,198.86,197.85,198.32,981700,0\n04/25/1989,198.32,199.30,196.82,197.24,1236500,0\n04/26/1989,197.24,197.76,196.68,197.25,1366600,0\n04/27/1989,197.25,199.81,197.14,199.57,1374100,0\n04/28/1989,199.57,200.49,198.81,200.47,1292400,0\n05/01/1989,200.47,201.10,199.15,200.75,1167200,0\n05/02/1989,200.75,201.63,200.15,200.74,1409800,0\n05/03/1989,200.74,202.04,200.60,201.59,1424900,0\n05/04/1989,201.59,202.99,201.41,202.10,1463800,0\n05/05/1989,202.10,205.26,202.10,203.44,1560700,0\n05/08/1989,203.44,203.96,201.85,203.04,1290300,0\n05/09/1989,203.04,204.05,201.81,202.68,1356500,0\n05/10/1989,202.68,203.54,202.38,203.01,1296600,0\n05/11/1989,203.01,204.04,202.77,203.51,1449900,0\n05/12/1989,203.51,207.18,203.51,207.15,1663600,0\n05/15/1989,207.15,209.16,207.00,208.90,1336600,0\n05/16/1989,208.90,209.13,207.44,208.26,1434600,0\n05/17/1989,208.26,211.29,208.26,210.73,1699900,0\n05/18/1989,210.73,211.48,210.20,211.06,1634500,0\n05/19/1989,211.06,213.13,211.06,212.61,1819600,0\n05/22/1989,212.61,213.70,211.46,212.37,1246100,0\n05/23/1989,212.37,212.44,210.54,210.63,1409600,0\n05/24/1989,210.63,212.07,209.71,211.99,1223600,0\n05/25/1989,211.99,213.77,211.88,212.84,1291600,0\n05/26/1989,212.84,214.46,212.63,214.43,1169900,0\n05/30/1989,214.43,215.18,212.38,213.59,1161300,0\n05/31/1989,213.59,215.07,213.04,214.54,1238100,0\n06/01/1989,214.54,216.20,214.04,215.59,1358700,0\n06/02/1989,215.59,218.11,215.28,217.79,1638000,0\n06/05/1989,217.79,218.15,213.19,213.40,1377300,0\n06/06/1989,213.40,215.05,212.82,214.40,1427500,0\n06/07/1989,214.40,220.18,214.40,219.88,1602200,0\n06/08/1989,219.88,220.81,219.15,219.39,1559600,0\n06/09/1989,219.39,219.46,217.86,218.79,1404400,0\n06/12/1989,218.79,218.79,216.86,218.60,1255600,0\n06/13/1989,218.60,218.60,215.27,216.54,1469500,0\n06/14/1989,216.54,217.73,215.75,216.66,1316200,0\n06/15/1989,216.66,216.70,212.65,213.09,1375000,0\n06/16/1989,213.09,213.09,211.06,212.82,1321100,0\n06/19/1989,212.82,213.15,210.53,212.29,1095900,0\n06/20/1989,212.29,213.11,210.98,211.04,1370700,0\n06/21/1989,211.04,212.51,210.39,210.91,1364000,0\n06/22/1989,210.91,212.45,210.65,212.22,1327900,0\n06/23/1989,212.22,214.44,212.22,214.26,1531500,0\n06/26/1989,214.26,215.53,213.57,213.62,1095500,0\n06/27/1989,213.62,215.09,213.62,213.93,1190200,0\n06/28/1989,213.93,213.93,209.99,211.07,1274900,0\n06/29/1989,211.07,211.07,205.95,206.77,1420300,0\n06/30/1989,206.77,206.99,201.99,204.59,1371000,0\n07/03/1989,204.59,205.66,203.61,205.46,532000,0\n07/05/1989,205.46,206.79,204.60,206.37,945200,0\n07/06/1989,206.37,207.67,206.37,207.67,1180500,0\n07/07/1989,207.67,210.22,207.47,209.58,1203100,0\n07/10/1989,209.58,210.03,208.70,209.33,1127400,0\n07/11/1989,209.33,211.13,209.33,209.94,1421400,0\n07/12/1989,209.94,211.18,209.36,210.87,1472600,0\n07/13/1989,210.87,212.25,210.22,211.48,1301100,0\n07/14/1989,211.48,212.90,210.54,212.87,1288500,0\n07/17/1989,212.87,214.15,212.10,213.74,1078900,0\n07/18/1989,213.74,213.74,210.99,211.38,1318800,0\n07/19/1989,211.38,213.62,211.38,213.61,1598800,0\n07/20/1989,213.61,214.19,211.01,211.10,1666200,0\n07/21/1989,211.10,211.62,209.88,210.87,1447600,0\n07/24/1989,210.87,210.87,208.05,208.12,1080600,0\n07/25/1989,208.12,210.61,207.59,208.01,1276500,0\n07/26/1989,208.01,209.90,207.52,209.90,1244700,0\n07/27/1989,209.90,213.02,209.90,212.76,1402500,0\n07/28/1989,212.76,213.36,212.07,213.15,1289000,0\n07/31/1989,213.15,214.34,212.08,214.27,1119000,0\n08/01/1989,214.27,215.49,212.51,212.84,1368800,0\n08/02/1989,212.84,212.94,211.63,212.84,1301800,0\n08/03/1989,212.84,214.95,212.84,214.56,1460100,0\n08/04/1989,214.56,215.73,213.23,215.14,1336700,0\n08/07/1989,215.14,219.02,215.14,218.76,1352500,0\n08/08/1989,218.76,220.09,217.85,219.73,1602700,0\n08/09/1989,219.73,220.41,217.74,217.85,1556900,0\n08/10/1989,217.85,218.16,216.02,217.42,1344300,0\n08/11/1989,217.42,219.41,215.69,216.30,1392600,0\n08/14/1989,216.30,216.30,214.55,214.81,1446600,0\n08/15/1989,214.81,215.88,214.58,215.87,1334900,0\n08/16/1989,215.87,216.78,214.37,214.87,1292500,0\n08/17/1989,214.87,216.24,214.34,216.15,1363200,0\n08/18/1989,216.15,217.19,215.96,216.72,1345200,0\n08/21/1989,216.72,217.24,214.13,214.18,1086200,0\n08/22/1989,214.18,215.40,213.34,215.38,1190300,0\n08/23/1989,215.38,217.83,215.38,217.49,1396900,0\n08/24/1989,217.49,220.56,217.49,220.40,1448100,0\n08/25/1989,220.40,221.42,220.08,220.82,1267300,0\n08/28/1989,220.82,221.51,219.52,221.46,1002400,0\n08/29/1989,221.46,222.10,219.73,220.30,1286100,0\n08/30/1989,220.30,221.91,220.30,221.40,1217000,0\n08/31/1989,221.40,222.15,221.38,222.01,1177600,0\n09/01/1989,222.01,223.95,222.01,223.51,1134600,0\n09/05/1989,223.51,224.88,223.49,223.58,1211400,0\n09/06/1989,223.58,223.58,220.33,221.67,1364300,0\n09/07/1989,221.67,223.07,221.08,221.20,1340000,0\n09/08/1989,221.20,222.91,219.79,222.65,1300600,0\n09/11/1989,222.65,223.71,221.83,222.96,1134900,0\n09/12/1989,222.96,224.93,222.96,224.32,1510600,0\n09/13/1989,224.32,227.32,224.32,224.62,1599400,0\n09/14/1989,224.62,224.79,222.39,222.41,1420300,0\n09/15/1989,222.41,223.91,221.39,221.96,1309200,0\n09/18/1989,221.96,222.01,220.62,221.75,1050500,0\n09/19/1989,221.75,222.68,221.46,221.93,1367100,0\n09/20/1989,221.93,222.76,221.40,222.30,1370500,0\n09/21/1989,222.30,224.43,222.18,222.65,1386200,0\n09/22/1989,222.65,224.21,222.24,223.89,1488900,0\n09/25/1989,223.89,224.98,223.13,223.89,1080900,0\n09/26/1989,223.89,224.77,223.44,223.87,1233800,0\n09/27/1989,223.87,223.87,220.98,223.80,1231800,0\n09/28/1989,223.80,226.25,223.80,226.25,1331300,0\n09/29/1989,226.25,227.63,225.80,226.39,1363800,0\n10/02/1989,226.41,228.12,225.64,228.11,1089500,0\n10/03/1989,228.11,229.04,227.85,228.74,1512000,0\n10/04/1989,228.74,231.38,228.74,230.90,1643600,0\n10/05/1989,230.90,232.85,229.77,231.74,1510900,0\n10/06/1989,231.74,234.88,231.74,234.40,1559900,0\n10/09/1989,234.40,236.98,233.21,236.79,842700,0\n10/10/1989,236.79,238.85,234.98,236.09,1369600,0\n10/11/1989,236.09,236.09,233.57,235.09,1330100,0\n10/12/1989,235.09,236.00,234.35,234.54,1309600,0\n10/13/1989,234.54,235.53,224.51,224.66,1677100,0\n10/16/1989,224.66,225.03,213.60,224.95,2428400,0\n10/17/1989,224.95,225.87,220.43,224.24,1614700,0\n10/18/1989,224.24,226.57,222.49,226.52,1476500,0\n10/19/1989,226.52,231.86,226.52,231.53,1734600,0\n10/20/1989,231.53,231.65,229.22,231.05,1581600,0\n10/23/1989,231.05,231.65,228.21,228.76,1171800,0\n10/24/1989,228.76,228.76,223.26,226.18,1524800,0\n10/25/1989,226.18,228.11,225.93,226.12,1321200,0\n10/26/1989,226.12,226.12,221.99,222.05,1287300,0\n10/27/1989,222.05,222.68,217.21,218.84,1327900,0\n10/30/1989,218.84,220.53,217.76,219.07,1010700,0\n10/31/1989,219.07,223.12,219.07,222.62,1280200,0\n11/01/1989,222.62,224.10,222.01,223.31,1186200,0\n11/02/1989,223.31,223.31,218.39,219.45,1360000,0\n11/03/1989,219.45,220.71,218.62,219.05,1104700,0\n11/06/1989,219.05,219.26,215.13,215.18,1110800,0\n11/07/1989,215.18,217.99,214.65,217.65,1305500,0\n11/08/1989,217.65,221.73,217.65,220.37,1379000,0\n11/09/1989,220.37,221.24,219.73,220.65,1267900,0\n11/10/1989,220.65,223.20,220.65,222.53,1090500,0\n11/13/1989,222.53,223.55,221.47,222.76,1092000,0\n11/14/1989,222.76,223.08,220.25,221.37,1237700,0\n11/15/1989,221.37,222.55,219.63,222.35,1330100,0\n11/16/1989,222.35,222.82,220.68,221.70,1466400,0\n11/17/1989,221.70,223.23,221.30,222.63,1213900,0\n11/20/1989,222.63,223.92,221.07,223.41,1149200,0\n11/21/1989,223.41,224.00,221.73,222.76,1242300,0\n11/22/1989,222.76,224.34,222.43,223.63,1397700,0\n11/24/1989,223.63,225.04,223.63,224.84,536700,0\n11/27/1989,224.84,225.76,223.45,223.65,1081800,0\n11/28/1989,223.65,224.35,222.88,223.59,1253400,0\n11/29/1989,223.59,223.59,222.10,223.49,1220100,0\n11/30/1989,223.49,224.98,222.50,224.45,1296000,0\n12/01/1989,224.45,226.40,224.45,225.32,1384700,0\n12/04/1989,225.32,226.91,224.33,226.72,1137800,0\n12/05/1989,226.72,227.85,226.46,227.30,1320200,0\n12/06/1989,227.30,227.65,224.11,224.15,1439500,0\n12/07/1989,224.15,225.38,223.77,224.76,1439800,0\n12/08/1989,224.76,225.60,223.57,224.02,1281400,0\n12/11/1989,224.02,224.02,219.15,220.26,1333900,0\n12/12/1989,220.26,220.48,217.31,217.80,1505400,0\n12/13/1989,217.80,219.13,217.32,217.91,1846600,0\n12/14/1989,217.91,217.91,215.01,216.35,1442600,0\n12/15/1989,216.35,217.46,212.63,214.14,1443900,0\n12/18/1989,214.14,215.44,209.93,210.85,1467000,0\n12/19/1989,210.85,211.71,208.68,211.18,1636300,0\n12/20/1989,211.18,213.24,210.93,213.24,1524300,0\n12/21/1989,213.24,216.37,213.24,216.23,1642800,0\n12/22/1989,216.23,219.21,216.23,217.63,1102300,0\n12/26/1989,217.63,218.71,217.19,217.62,744900,0\n12/27/1989,217.62,221.57,217.62,221.57,1153100,0\n12/28/1989,221.57,221.68,220.36,221.58,1289700,0\n12/29/1989,221.58,223.86,221.55,223.84,1641100,0\n01/02/1990,223.84,227.73,220.43,227.73,1107200,0\n01/03/1990,227.73,228.94,226.10,226.10,1526600,0\n01/04/1990,226.10,226.18,222.71,224.71,1479500,0\n01/05/1990,224.71,224.79,222.89,223.14,1372300,0\n01/08/1990,223.14,223.58,221.64,223.54,1155000,0\n01/09/1990,223.54,224.33,221.08,221.18,1331300,0\n01/10/1990,221.18,221.18,216.46,216.55,1438900,0\n01/11/1990,216.55,218.22,213.51,213.51,1330000,0\n01/12/1990,213.51,213.51,208.40,208.79,1435000,0\n01/15/1990,208.79,209.34,207.29,207.62,1080600,0\n01/16/1990,207.62,212.00,204.76,211.91,1475900,0\n01/17/1990,211.91,213.90,210.45,210.60,1391500,0\n01/18/1990,210.60,210.63,208.31,210.57,1363300,0\n01/19/1990,210.57,214.89,210.57,213.91,1521700,0\n01/22/1990,213.91,213.91,207.88,208.06,1304900,0\n01/23/1990,208.06,209.99,206.07,207.48,1414400,0\n01/24/1990,207.48,209.75,205.75,206.74,1634300,0\n01/25/1990,206.74,209.83,205.47,205.77,1305000,0\n01/26/1990,205.77,206.75,201.24,203.24,1363400,0\n01/29/1990,203.24,204.82,200.12,202.05,1185900,0\n01/30/1990,202.05,202.05,196.68,197.65,1601600,0\n01/31/1990,197.65,201.96,197.65,201.94,1480000,0\n02/01/1990,201.94,203.04,200.52,203.04,1354700,0\n02/02/1990,203.04,206.76,202.69,205.62,1350200,0\n02/05/1990,205.62,206.84,205.07,206.49,1083500,0\n02/06/1990,206.49,206.71,203.77,205.07,1197000,0\n02/07/1990,205.07,207.20,202.91,206.80,1493000,0\n02/08/1990,206.80,209.58,206.80,207.24,1400300,0\n02/09/1990,207.24,208.74,206.92,208.49,1253300,0\n02/12/1990,208.49,208.52,205.95,206.88,1130300,0\n02/13/1990,206.88,207.99,205.35,207.20,1272300,0\n02/14/1990,207.20,208.54,206.99,208.06,1395400,0\n02/15/1990,208.06,210.10,206.87,209.93,1523800,0\n02/16/1990,209.93,210.43,208.31,208.35,1202200,0\n02/20/1990,208.35,208.35,203.35,205.07,1082800,0\n02/21/1990,205.07,205.44,201.82,204.75,1201000,0\n02/22/1990,204.75,206.85,203.98,204.19,1348700,0\n02/23/1990,204.19,204.19,200.40,201.79,1172200,0\n02/26/1990,201.79,204.68,201.40,204.63,1146000,0\n02/27/1990,204.65,206.71,204.65,205.79,1308500,0\n02/28/1990,205.79,208.59,205.60,207.91,1294000,0\n03/01/1990,207.91,210.02,206.52,209.10,1342400,0\n03/02/1990,209.10,211.54,208.90,211.54,1323700,0\n03/05/1990,211.54,212.08,209.35,210.39,1110000,0\n03/06/1990,210.39,212.51,207.67,210.96,1391500,0\n03/07/1990,210.96,211.87,209.81,210.15,1675500,0\n03/08/1990,210.15,213.57,209.61,213.11,1457300,0\n03/09/1990,213.11,214.13,212.48,213.82,1351200,0\n03/12/1990,213.82,213.83,211.92,213.52,1038400,0\n03/13/1990,213.52,214.02,211.49,211.51,1236200,0\n03/14/1990,211.51,212.85,210.71,212.27,1221800,0\n03/15/1990,212.30,214.13,212.10,213.48,1286800,0\n03/16/1990,214.08,218.80,214.08,217.96,1760400,0\n03/19/1990,217.96,220.13,215.96,219.87,1294000,0\n03/20/1990,219.87,220.10,216.25,216.93,1442200,0\n03/21/1990,216.93,217.82,215.70,215.85,1310800,0\n03/22/1990,215.85,216.26,211.23,212.54,1462200,0\n03/23/1990,212.54,215.38,212.54,214.49,1307400,0\n03/26/1990,214.49,217.27,214.49,216.43,962800,0\n03/27/1990,216.43,217.95,214.97,217.47,1069100,0\n03/28/1990,217.47,217.47,213.22,214.23,1322600,0\n03/29/1990,214.23,214.61,212.37,213.11,1241900,0\n03/30/1990,213.11,214.26,211.71,213.15,1266300,0\n04/02/1990,213.15,213.15,209.90,212.67,1113800,0\n04/03/1990,212.67,216.81,212.67,216.81,1347500,0\n04/04/1990,216.81,217.73,214.58,215.48,1383800,0\n04/05/1990,215.48,216.05,213.87,214.06,1342400,0\n04/06/1990,214.06,214.70,212.01,212.48,1365700,0\n04/09/1990,212.48,213.15,211.27,212.12,1123700,0\n04/10/1990,212.12,214.04,211.95,213.23,1295000,0\n04/11/1990,213.23,215.60,213.23,214.52,1338200,0\n04/12/1990,214.52,217.19,214.52,216.04,1414100,0\n04/16/1990,216.04,218.25,216.04,216.93,1246500,0\n04/17/1990,216.88,216.88,214.40,216.50,1364500,0\n04/18/1990,216.50,217.10,212.80,213.15,1497500,0\n04/19/1990,213.15,213.15,210.71,210.87,1456400,0\n04/20/1990,210.87,212.07,207.93,208.62,1503200,0\n04/23/1990,208.58,208.58,203.76,205.63,1259900,0\n04/24/1990,205.63,207.85,204.23,204.76,1267900,0\n04/25/1990,204.76,205.93,204.46,205.58,1217100,0\n04/26/1990,205.58,207.10,204.74,205.79,1159300,0\n04/27/1990,205.79,206.52,203.01,203.67,1160100,0\n04/30/1990,203.67,206.05,202.97,205.82,1057900,0\n05/01/1990,205.82,207.59,205.82,207.04,1241300,0\n05/02/1990,207.04,208.68,207.04,208.50,1432600,0\n05/03/1990,208.58,211.26,208.58,210.09,1608500,0\n05/04/1990,210.09,212.73,209.90,212.71,1368100,0\n05/07/1990,212.71,216.05,212.71,215.03,1226900,0\n05/08/1990,215.03,215.63,214.18,215.17,1338400,0\n05/09/1990,215.17,215.65,214.12,215.43,1466300,0\n05/10/1990,215.43,217.07,214.87,216.81,1424900,0\n05/11/1990,216.81,221.10,216.62,220.89,1675600,0\n05/14/1990,220.92,225.68,220.92,223.86,1771700,0\n05/15/1990,223.86,224.79,222.29,224.49,1623300,0\n05/16/1990,224.49,225.21,222.51,225.13,1524900,0\n05/17/1990,225.13,227.30,225.13,226.64,1714100,0\n05/18/1990,226.64,228.98,225.85,228.51,1914100,0\n05/21/1990,228.51,232.41,228.51,232.21,1694700,0\n05/22/1990,232.21,234.73,230.95,232.85,1901600,0\n05/23/1990,232.85,236.12,232.10,236.06,1887400,0\n05/24/1990,236.06,237.82,235.81,237.04,1743300,0\n05/25/1990,236.99,236.99,232.01,232.20,1521900,0\n05/29/1990,232.20,235.99,232.02,235.84,1340000,0\n05/30/1990,235.84,237.93,235.24,236.35,1693500,0\n05/31/1990,236.35,237.47,234.78,236.15,1572600,0\n06/01/1990,236.15,238.67,236.15,237.88,1680600,0\n06/04/1990,237.88,240.26,235.93,240.11,1421700,0\n06/05/1990,240.11,240.97,236.99,237.85,1734600,0\n06/06/1990,237.85,238.79,236.68,238.05,1565200,0\n06/07/1990,238.05,239.59,235.93,237.38,1510400,0\n06/08/1990,237.38,237.38,233.15,234.73,1379000,0\n06/11/1990,234.73,236.97,232.76,236.95,1122200,0\n06/12/1990,236.95,240.21,236.83,240.11,1632900,0\n06/13/1990,240.11,242.85,240.08,242.05,1635500,0\n06/14/1990,242.05,242.12,239.26,240.51,1551700,0\n06/15/1990,240.51,241.37,239.51,240.79,1685000,0\n06/18/1990,240.79,240.79,236.29,236.71,1576500,0\n06/19/1990,236.71,237.27,234.94,236.77,1429800,0\n06/20/1990,236.77,238.38,235.71,237.32,1480900,0\n06/21/1990,237.32,238.26,236.09,238.15,1442900,0\n06/22/1990,238.15,239.57,235.69,235.74,1675400,0\n06/25/1990,235.74,236.54,232.66,232.91,1135600,0\n06/26/1990,232.91,235.60,232.59,232.94,1316200,0\n06/27/1990,232.94,235.48,231.76,234.95,1374500,0\n06/28/1990,235.26,237.73,235.26,237.41,1488200,0\n06/29/1990,237.49,238.93,237.49,238.46,1588100,0\n07/02/1990,238.46,238.90,237.57,238.42,1141500,0\n07/03/1990,238.42,238.42,236.82,238.18,1310200,0\n07/05/1990,238.18,238.18,236.21,237.30,977600,0\n07/06/1990,237.30,238.73,235.84,238.46,1014000,0\n07/09/1990,238.46,240.18,238.25,239.60,1185000,0\n07/10/1990,239.60,240.45,238.04,238.66,1422700,0\n07/11/1990,238.66,240.82,237.19,240.77,1590300,0\n07/12/1990,240.77,243.59,239.93,243.43,1537000,0\n07/13/1990,243.43,246.47,243.13,244.74,1605900,0\n07/16/1990,244.74,246.82,244.25,246.18,1380700,0\n07/17/1990,246.18,246.39,240.93,241.52,1678100,0\n07/18/1990,241.52,241.52,237.32,238.22,1589900,0\n07/19/1990,238.22,238.22,233.14,236.40,1825600,0\n07/20/1990,236.40,237.82,232.13,232.44,1745800,0\n07/23/1990,232.44,232.44,224.37,227.38,1688800,0\n07/24/1990,227.38,229.27,222.04,226.49,1605000,0\n07/25/1990,226.49,229.63,226.49,228.76,1416000,0\n07/26/1990,228.76,229.07,226.10,227.20,1360600,0\n07/27/1990,227.20,227.20,224.98,225.63,1218000,0\n07/30/1990,225.63,225.63,221.36,223.92,1204400,0\n07/31/1990,223.92,224.86,221.93,223.38,1351500,0\n08/01/1990,223.38,224.63,221.65,223.12,1289800,0\n08/02/1990,223.10,223.10,217.18,218.97,1465400,0\n08/03/1990,218.97,218.97,204.62,212.60,2031700,0\n08/06/1990,212.60,212.60,200.87,201.46,1748100,0\n08/07/1990,201.46,206.54,201.46,202.65,1654700,0\n08/08/1990,202.65,206.03,202.65,205.58,1448500,0\n08/09/1990,205.58,209.88,205.58,209.13,1299300,0\n08/10/1990,209.13,209.46,204.55,206.23,1120300,0\n08/13/1990,206.23,207.88,203.21,207.42,876400,0\n08/14/1990,207.42,209.34,206.82,208.29,1074900,0\n08/15/1990,208.29,210.87,207.98,208.46,1052400,0\n08/16/1990,208.46,208.46,202.18,202.19,1149000,0\n08/17/1990,202.19,202.19,194.03,196.85,1469500,0\n08/20/1990,196.85,197.93,192.70,193.10,1154700,0\n08/21/1990,193.10,193.10,184.11,188.26,1664900,0\n08/22/1990,188.26,191.34,184.99,185.01,1461000,0\n08/23/1990,185.01,185.01,177.05,178.29,2027600,0\n08/24/1990,178.29,185.05,178.29,184.96,1610800,0\n08/27/1990,184.96,194.88,184.96,193.98,1294000,0\n08/28/1990,193.98,195.99,193.04,194.90,1178000,0\n08/29/1990,194.90,194.90,192.23,192.90,1180700,0\n08/30/1990,192.90,194.20,190.57,190.73,1063000,0\n08/31/1990,190.73,193.70,189.30,193.62,798500,0\n09/04/1990,193.62,194.87,191.32,194.74,781400,0\n09/05/1990,194.74,195.88,193.26,193.82,890500,0\n09/06/1990,193.82,193.82,189.57,190.67,987300,0\n09/07/1990,190.67,192.51,188.26,191.80,1031600,0\n09/10/1990,191.80,195.87,191.80,192.65,962600,0\n09/11/1990,192.65,192.84,189.54,190.96,1000700,0\n09/12/1990,190.96,192.77,190.06,192.35,984700,0\n09/13/1990,192.35,193.73,189.17,189.72,1056500,0\n09/14/1990,189.72,189.79,187.51,189.52,1034900,0\n09/17/1990,189.52,190.41,187.96,189.60,940200,0\n09/18/1990,189.60,189.60,186.75,189.43,1150700,0\n09/19/1990,189.43,190.90,188.49,188.77,1208700,0\n09/20/1990,188.77,188.77,183.68,183.98,1079200,0\n09/21/1990,183.98,184.87,181.40,183.20,1242400,0\n09/24/1990,183.20,183.20,176.27,177.60,1148300,0\n09/25/1990,177.60,180.72,177.40,180.71,1099300,0\n09/26/1990,180.71,180.94,177.59,179.46,1187100,0\n09/27/1990,179.46,181.63,173.05,174.19,1532800,0\n09/28/1990,174.19,177.09,169.32,177.05,1575100,0\n10/01/1990,177.05,184.95,177.05,184.74,1243800,0\n10/02/1990,184.74,189.05,184.74,184.92,1358100,0\n10/03/1990,184.92,184.92,180.04,180.51,1060300,0\n10/04/1990,180.51,180.63,177.90,179.49,1049900,0\n10/05/1990,179.49,180.68,174.63,178.37,1096400,0\n10/08/1990,178.37,180.79,178.37,179.57,749100,0\n10/09/1990,179.57,179.57,173.05,173.63,1095800,0\n10/10/1990,173.63,173.63,169.20,169.46,1210400,0\n10/11/1990,169.46,170.30,163.60,165.20,1408500,0\n10/12/1990,165.20,167.64,162.55,166.71,1323300,0\n10/15/1990,166.71,169.54,165.13,169.35,1042200,0\n10/16/1990,169.35,169.74,164.96,165.49,1171300,0\n10/17/1990,165.49,168.48,164.21,167.27,1217800,0\n10/18/1990,167.27,172.58,167.22,172.38,1392900,0\n10/19/1990,172.38,176.20,172.38,174.62,1591100,0\n10/22/1990,174.62,179.61,173.76,178.57,1146700,0\n10/23/1990,178.57,180.13,177.35,178.40,1200800,0\n10/24/1990,178.40,178.61,176.13,178.47,1267300,0\n10/25/1990,178.47,179.59,175.63,177.34,1043900,0\n10/26/1990,177.34,177.34,173.95,174.21,1015000,0\n10/29/1990,174.21,175.18,171.18,171.76,922300,0\n10/30/1990,171.76,173.17,169.79,172.99,1090100,0\n10/31/1990,172.99,174.55,171.95,172.55,1187800,0\n11/01/1990,172.55,173.23,170.88,172.88,1079500,0\n11/02/1990,172.88,177.18,172.68,176.87,1126500,0\n11/05/1990,176.87,180.70,176.87,180.46,990000,0\n11/06/1990,180.46,182.58,179.80,180.26,1107300,0\n11/07/1990,180.26,180.26,176.61,177.08,1098000,0\n11/08/1990,177.08,179.14,176.20,177.71,1069100,0\n11/09/1990,177.71,182.24,177.71,182.24,1133500,0\n11/12/1990,182.24,188.88,182.24,188.67,1193000,0\n11/13/1990,188.67,190.85,187.79,189.88,1233700,0\n11/14/1990,189.88,192.67,189.13,192.45,1308100,0\n11/15/1990,192.45,192.45,188.63,189.55,1179700,0\n11/16/1990,189.55,189.55,183.16,184.96,1319700,0\n11/19/1990,184.96,187.49,184.96,187.04,1082600,0\n11/20/1990,187.04,187.54,183.07,183.32,1266800,0\n11/21/1990,183.32,184.20,182.36,183.93,1166700,0\n11/23/1990,183.93,185.26,183.87,184.28,694200,0\n11/26/1990,184.28,185.21,181.80,185.12,847300,0\n11/27/1990,185.12,189.35,185.12,189.18,1146000,0\n11/28/1990,189.18,191.68,189.18,189.70,1285900,0\n11/29/1990,189.70,191.16,188.30,191.11,1141900,0\n11/30/1990,191.11,193.05,188.99,192.58,1312800,0\n12/03/1990,192.65,195.46,192.65,194.52,1238100,0\n12/04/1990,194.52,195.78,192.96,195.60,1248500,0\n12/05/1990,195.60,199.33,194.90,199.02,1480800,0\n12/06/1990,199.02,203.49,198.41,199.49,1894400,0\n12/07/1990,199.49,199.71,197.07,199.35,1245800,0\n12/10/1990,199.35,199.71,197.75,199.44,1112500,0\n12/11/1990,199.44,199.44,196.19,196.55,1287000,0\n12/12/1990,196.55,198.02,194.99,198.02,1223000,0\n12/13/1990,198.02,198.59,197.01,198.03,1220200,0\n12/14/1990,198.03,198.04,194.72,196.13,1195000,0\n12/17/1990,196.13,196.13,193.38,195.05,1118700,0\n12/18/1990,195.05,199.46,195.05,199.24,1319800,0\n12/19/1990,199.26,200.79,198.93,200.41,1462100,0\n12/20/1990,200.41,202.20,197.74,201.51,1674000,0\n12/21/1990,201.51,203.01,200.88,202.76,1476100,0\n12/24/1990,202.76,202.76,200.68,201.22,442100,0\n12/26/1990,201.22,202.26,200.12,200.57,723700,0\n12/27/1990,200.57,201.17,198.62,199.16,1027200,0\n12/28/1990,199.16,199.58,198.04,199.42,1323300,0\n12/31/1990,199.42,200.53,198.38,200.53,1288700,0\n01/02/1991,200.53,200.80,199.04,199.76,920200,0\n01/03/1991,199.76,199.80,196.16,196.40,1083900,0\n01/04/1991,196.40,198.07,195.67,196.82,1038300,0\n01/07/1991,196.82,196.82,192.21,192.35,1094600,0\n01/08/1991,192.35,193.15,190.90,192.09,1117300,0\n01/09/1991,192.09,197.43,191.16,191.68,1457800,0\n01/10/1991,191.68,196.35,191.68,196.08,1101400,0\n01/11/1991,196.08,196.41,194.58,196.20,1076500,0\n01/14/1991,196.20,196.20,191.55,193.77,1018100,0\n01/15/1991,193.77,195.57,192.71,195.34,1025700,0\n01/16/1991,195.34,203.07,195.34,202.96,1221600,0\n01/17/1991,202.96,213.71,202.96,209.26,2123500,0\n01/18/1991,209.26,211.63,205.61,211.49,1386600,0\n01/21/1991,211.49,214.82,208.98,214.37,969600,0\n01/22/1991,214.37,214.86,211.55,211.98,1311800,0\n01/23/1991,211.98,216.11,210.74,215.83,1338400,0\n01/24/1991,215.83,220.64,215.83,219.79,1765600,0\n01/25/1991,219.79,222.08,218.99,221.01,1587900,0\n01/28/1991,221.01,223.49,220.04,222.24,1285000,0\n01/29/1991,222.24,224.57,221.04,224.47,1520600,0\n01/30/1991,224.47,229.29,223.68,229.27,2026600,0\n01/31/1991,229.27,232.68,228.76,232.43,1772600,0\n02/01/1991,232.43,236.01,231.27,234.45,1682200,0\n02/04/1991,234.45,237.40,233.13,236.87,1859400,0\n02/05/1991,236.87,241.73,236.29,241.57,2085100,0\n02/06/1991,241.57,247.49,240.30,247.05,2195900,0\n02/07/1991,247.05,249.29,241.59,243.43,2456000,0\n02/08/1991,243.43,245.12,241.54,244.48,1681900,0\n02/11/1991,244.48,249.54,244.48,249.30,1848400,0\n02/12/1991,249.30,250.46,247.50,248.20,2007400,0\n02/13/1991,248.20,250.38,246.57,250.34,1765800,0\n02/14/1991,250.34,251.71,244.46,245.59,1916700,0\n02/15/1991,245.59,249.24,245.59,248.34,1550300,0\n02/19/1991,248.34,251.07,247.54,250.82,1328900,0\n02/20/1991,250.04,250.04,247.29,247.76,1422400,0\n02/21/1991,247.76,249.18,246.65,246.85,1428100,0\n02/22/1991,246.85,252.85,246.71,248.63,1770100,0\n02/25/1991,248.63,252.54,248.40,250.04,1492600,0\n02/26/1991,250.04,250.04,246.38,247.80,1304600,0\n02/27/1991,247.80,250.06,246.68,249.71,1619200,0\n02/28/1991,249.71,251.35,248.12,250.12,1714600,0\n03/01/1991,250.12,252.87,247.79,252.39,1605300,0\n03/04/1991,252.39,253.93,251.21,253.38,1497900,0\n03/05/1991,253.38,262.98,253.38,262.18,2248800,0\n03/06/1991,262.18,267.39,262.18,263.15,2830800,0\n03/07/1991,263.15,265.45,261.49,264.57,1918900,0\n03/08/1991,264.57,267.46,262.80,262.86,1879100,0\n03/11/1991,262.86,262.86,254.75,255.18,1612500,0\n03/12/1991,255.18,255.18,250.32,250.67,1625100,0\n03/13/1991,250.67,257.34,250.67,257.07,1629500,0\n03/14/1991,257.07,260.19,254.60,255.79,1994100,0\n03/15/1991,255.79,256.65,252.57,254.63,1577200,0\n03/18/1991,254.63,256.95,252.84,255.63,1382900,0\n03/19/1991,255.63,255.63,249.70,253.85,1493400,0\n03/20/1991,253.85,256.35,252.98,256.09,1614400,0\n03/21/1991,256.09,258.52,252.04,252.97,2069200,0\n03/22/1991,252.97,253.57,251.31,252.27,1680800,0\n03/25/1991,252.27,256.90,252.23,255.77,1485700,0\n03/26/1991,255.77,264.83,255.77,264.67,1919700,0\n03/27/1991,264.67,267.93,264.67,266.55,1943800,0\n03/28/1991,266.55,267.54,264.85,264.90,1843000,0\n04/01/1991,264.90,265.10,262.73,264.60,1261900,0\n04/02/1991,264.60,273.89,264.60,273.85,1996300,0\n04/03/1991,273.85,277.01,273.85,275.15,2298100,0\n04/04/1991,275.15,279.64,274.28,277.29,2161100,0\n04/05/1991,277.29,278.92,273.90,275.44,2002600,0\n04/08/1991,275.44,276.01,273.96,275.65,1489300,0\n04/09/1991,275.65,277.46,272.42,272.93,1704700,0\n04/10/1991,272.93,274.63,269.51,271.07,1727000,0\n04/11/1991,271.07,278.83,271.07,278.45,1979100,0\n04/12/1991,278.45,280.26,275.86,279.20,1858500,0\n04/15/1991,279.20,279.20,274.64,278.29,1678000,0\n04/16/1991,278.29,282.23,277.57,282.03,2234500,0\n04/17/1991,282.03,286.05,282.03,283.39,2675600,0\n04/18/1991,283.39,283.43,277.73,277.78,2555300,0\n04/19/1991,277.78,277.78,273.36,274.01,2180100,0\n04/22/1991,274.01,274.01,268.90,271.33,1534400,0\n04/23/1991,271.33,274.62,270.55,272.14,1615500,0\n04/24/1991,272.14,275.20,271.76,274.54,1582300,0\n04/25/1991,274.54,275.05,271.77,271.96,1695800,0\n04/26/1991,271.96,271.96,268.63,271.30,1492000,0\n04/29/1991,271.30,272.74,266.04,266.14,1403000,0\n04/30/1991,266.14,266.20,259.35,263.65,2014700,0\n05/01/1991,263.65,264.24,259.69,264.22,1851900,0\n05/02/1991,264.22,268.20,264.22,266.52,1747900,0\n05/03/1991,266.52,267.26,265.00,267.11,1421100,0\n05/06/1991,267.11,267.40,265.16,267.33,1195800,0\n05/07/1991,267.33,269.73,265.98,266.24,1569300,0\n05/08/1991,266.24,268.05,265.02,267.17,1585100,0\n05/09/1991,267.17,271.89,267.17,271.24,1796200,0\n05/10/1991,271.24,273.60,268.11,268.71,1583500,0\n05/13/1991,268.71,270.64,267.15,268.99,1260000,0\n05/14/1991,268.99,268.99,264.86,266.09,1550300,0\n05/15/1991,266.09,266.09,256.55,258.11,1867400,0\n05/16/1991,258.11,261.98,258.11,260.70,1542700,0\n05/17/1991,260.70,260.89,258.14,260.46,1462000,0\n05/20/1991,260.46,261.26,257.83,258.62,1253900,0\n05/21/1991,258.62,262.47,258.62,261.26,1664600,0\n05/22/1991,261.26,266.55,261.26,265.69,1617500,0\n05/23/1991,265.69,267.93,265.69,267.17,1708500,0\n05/24/1991,267.17,270.02,267.17,269.51,1280000,0\n05/28/1991,269.51,273.43,269.51,273.38,1263300,0\n05/29/1991,273.38,275.68,272.86,274.36,1476300,0\n05/30/1991,274.36,278.12,273.61,277.24,1506100,0\n05/31/1991,277.24,279.00,275.32,279.00,1573800,0\n06/03/1991,279.00,281.42,277.04,280.93,1421600,0\n06/04/1991,280.93,281.32,278.63,281.13,1571500,0\n06/05/1991,281.13,281.13,276.86,277.36,1583100,0\n06/06/1991,277.36,277.88,273.87,274.21,1615300,0\n06/07/1991,274.21,274.21,268.80,270.57,1458200,0\n06/10/1991,270.57,271.63,268.12,268.38,1138100,0\n06/11/1991,268.38,271.01,268.18,269.26,1403200,0\n06/12/1991,269.26,269.26,263.24,265.29,1569100,0\n06/13/1991,265.29,266.56,263.86,264.79,1277000,0\n06/14/1991,264.79,268.45,264.79,267.80,1350000,0\n06/17/1991,267.80,269.80,267.17,267.57,1166000,0\n06/18/1991,267.57,268.46,264.77,265.48,1454200,0\n06/19/1991,265.48,265.48,260.02,260.27,1508300,0\n06/20/1991,260.27,261.20,257.90,260.56,1439200,0\n06/21/1991,260.56,261.97,259.48,260.28,1511300,0\n06/24/1991,260.28,260.28,250.74,250.88,1241200,0\n06/25/1991,250.88,254.37,250.46,250.99,1290300,0\n06/26/1991,250.99,253.15,249.79,252.45,1364800,0\n06/27/1991,252.45,255.57,252.45,255.26,1389100,0\n06/28/1991,255.26,256.01,251.10,254.20,1603300,0\n07/01/1991,254.20,259.92,254.20,259.12,1219300,0\n07/02/1991,259.12,259.12,255.88,256.09,1365400,0\n07/03/1991,256.09,256.09,251.21,252.43,1250200,0\n07/05/1991,252.43,253.57,251.35,251.98,562600,0\n07/08/1991,251.98,259.08,249.99,258.93,1217900,0\n07/09/1991,258.93,262.88,258.93,260.68,1514800,0\n07/10/1991,260.68,265.47,260.68,263.33,1716100,0\n07/11/1991,263.33,264.14,262.08,263.84,1400300,0\n07/12/1991,263.84,267.73,263.10,267.44,1554700,0\n07/15/1991,267.44,269.27,266.85,268.90,1379500,0\n07/16/1991,268.90,269.78,264.48,264.48,1569500,0\n07/17/1991,264.48,264.48,261.73,263.38,1609400,0\n07/18/1991,263.38,266.93,263.38,266.23,1717300,0\n07/19/1991,266.23,268.05,265.79,266.92,1770000,0\n07/22/1991,266.92,266.92,263.57,264.34,1279100,0\n07/23/1991,264.34,265.33,259.30,259.32,1447000,0\n07/24/1991,259.32,260.51,257.85,257.86,1472500,0\n07/25/1991,257.86,261.59,257.86,261.20,1347400,0\n07/26/1991,261.20,264.77,261.20,264.22,1245600,0\n07/29/1991,264.22,264.77,262.08,264.63,1216700,0\n07/30/1991,264.63,269.36,264.63,269.32,1522600,0\n07/31/1991,269.32,272.35,269.06,272.15,1603200,0\n08/01/1991,272.15,274.77,271.61,274.24,1601000,0\n08/02/1991,274.24,277.22,274.24,275.47,1484900,0\n08/05/1991,275.47,275.47,272.11,272.16,1170900,0\n08/06/1991,272.16,274.99,271.52,274.74,1497200,0\n08/07/1991,274.74,276.86,274.68,276.54,1772700,0\n08/08/1991,276.54,279.77,276.54,278.76,1615900,0\n08/09/1991,278.76,280.14,277.23,278.15,1407800,0\n08/12/1991,278.15,280.90,277.07,280.25,1140700,0\n08/13/1991,280.25,283.73,280.25,282.47,1668200,0\n08/14/1991,282.47,284.79,282.47,284.73,1087300,0\n08/15/1991,284.73,285.23,281.55,281.81,1594800,0\n08/16/1991,281.81,282.48,277.70,279.51,1351000,0\n08/19/1991,279.51,279.51,263.55,271.96,1615900,0\n08/20/1991,271.96,275.94,271.96,274.20,1454300,0\n08/21/1991,274.20,286.07,274.20,286.07,1927500,0\n08/22/1991,286.07,286.68,283.46,284.55,1574600,0\n08/23/1991,284.55,287.71,282.61,286.77,1721200,0\n08/26/1991,286.77,286.77,284.69,286.70,1122800,0\n08/27/1991,286.70,287.38,284.27,286.77,1396700,0\n08/28/1991,286.77,290.36,286.34,289.88,1656600,0\n08/29/1991,289.88,290.92,287.74,288.59,1588000,0\n08/30/1991,288.59,289.02,286.05,287.40,1294000,0\n09/03/1991,287.40,287.89,284.11,284.33,1343300,0\n09/04/1991,284.33,285.41,280.69,281.82,1540700,0\n09/05/1991,281.82,282.98,280.36,280.73,1674200,0\n09/06/1991,280.73,282.07,279.73,279.96,1493300,0\n09/09/1991,279.96,281.58,279.30,281.34,1058500,0\n09/10/1991,281.34,282.13,276.35,276.39,1467800,0\n09/11/1991,276.39,280.33,276.33,279.65,1518000,0\n09/12/1991,279.65,285.57,279.65,285.55,1728000,0\n09/13/1991,285.55,285.90,278.77,279.49,1666300,0\n09/16/1991,279.49,279.89,276.71,278.58,1375700,0\n09/17/1991,278.58,279.12,276.46,278.09,1669600,0\n09/18/1991,278.09,281.64,276.39,281.04,1332500,0\n09/19/1991,281.04,285.48,281.04,283.51,2069500,0\n09/20/1991,283.51,288.09,283.51,286.64,2265100,0\n09/23/1991,286.64,286.64,283.65,284.86,1588600,0\n09/24/1991,284.86,287.56,283.83,287.35,1797500,0\n09/25/1991,287.35,289.65,286.87,288.99,1781200,0\n09/26/1991,288.99,289.48,286.15,287.92,1723400,0\n09/27/1991,287.92,290.43,284.80,285.94,1683000,0\n09/30/1991,285.94,287.67,284.14,287.54,1410300,0\n10/01/1991,287.54,289.15,286.46,288.37,1626800,0\n10/02/1991,288.37,288.77,284.96,285.06,1796100,0\n10/03/1991,285.06,285.06,279.86,280.41,1793700,0\n10/04/1991,280.41,283.05,279.75,280.52,1512300,0\n10/07/1991,280.52,280.52,278.11,278.89,1338500,0\n10/08/1991,278.89,280.05,277.35,280.02,1589600,0\n10/09/1991,280.02,280.21,276.51,276.51,1654000,0\n10/10/1991,276.51,280.02,276.51,279.11,1668000,0\n10/11/1991,279.11,282.05,279.11,281.50,1450100,0\n10/14/1991,281.50,287.20,281.50,287.17,1170800,0\n10/15/1991,287.17,293.31,287.17,293.31,1779300,0\n10/16/1991,293.31,297.77,293.07,297.65,2233300,0\n10/17/1991,297.65,297.65,291.45,292.46,2268400,0\n10/18/1991,292.46,294.64,292.46,293.11,2121300,0\n10/21/1991,293.11,293.32,290.20,290.86,1581400,0\n10/22/1991,290.86,293.70,290.73,290.79,1801300,0\n10/23/1991,290.79,291.86,288.18,289.35,1997600,0\n10/24/1991,289.35,289.39,284.09,285.65,1993600,0\n10/25/1991,285.65,285.65,282.57,282.94,1739500,0\n10/28/1991,282.94,286.43,282.94,286.38,1459100,0\n10/29/1991,286.38,290.08,285.98,290.08,1823500,0\n10/30/1991,290.08,295.54,290.08,294.72,2025900,0\n10/31/1991,294.72,295.05,291.36,292.51,2285200,0\n11/01/1991,292.51,293.02,288.65,290.01,2054200,0\n11/04/1991,290.01,290.01,286.40,286.93,1548000,0\n11/05/1991,286.93,290.40,286.42,289.05,1769800,0\n11/06/1991,289.05,290.78,287.83,289.43,1911800,0\n11/07/1991,289.43,293.24,289.43,292.88,2160800,0\n11/08/1991,292.88,296.47,292.83,295.55,2114300,0\n11/11/1991,295.55,298.54,295.55,297.85,1536300,0\n11/12/1991,297.85,302.44,297.85,301.96,2146200,0\n11/13/1991,301.96,303.11,298.52,302.83,2084900,0\n11/14/1991,302.83,304.55,299.79,301.05,2205300,0\n11/15/1991,301.05,301.05,284.46,284.52,2554800,0\n11/18/1991,284.52,289.20,282.34,288.59,2271500,0\n11/19/1991,288.59,288.59,277.90,284.39,2196300,0\n11/20/1991,284.39,287.62,283.89,285.20,1729100,0\n11/21/1991,285.20,288.77,284.98,288.61,1889100,0\n11/22/1991,288.61,289.37,283.61,286.32,1670800,0\n11/25/1991,286.32,286.89,282.99,283.02,1423200,0\n11/26/1991,283.02,285.33,279.22,284.13,1727900,0\n11/27/1991,284.13,285.45,283.52,285.23,1344100,0\n11/29/1991,285.23,285.89,283.53,284.79,663100,0\n12/02/1991,284.79,293.94,281.10,293.93,1459100,0\n12/03/1991,293.93,294.80,292.37,293.95,1663800,0\n12/04/1991,293.95,295.92,292.89,295.11,1672900,0\n12/05/1991,295.11,297.11,293.07,294.33,1706300,0\n12/06/1991,294.33,297.93,292.30,296.14,1718300,0\n12/09/1991,296.14,299.30,295.23,295.77,1553900,0\n12/10/1991,295.77,296.99,293.37,296.33,1576200,0\n12/11/1991,296.33,299.42,292.43,294.84,1744400,0\n12/12/1991,294.84,298.23,294.84,297.98,1680700,0\n12/13/1991,297.98,302.14,297.98,301.33,1787000,0\n12/16/1991,301.33,303.46,300.14,303.02,1484000,0\n12/17/1991,303.02,303.09,298.80,298.89,1911200,0\n12/18/1991,298.89,300.11,297.10,299.61,1767800,0\n12/19/1991,299.61,299.61,294.14,294.53,1745800,0\n12/20/1991,294.53,299.41,294.53,295.82,1892600,0\n12/23/1991,295.82,303.44,295.40,303.30,1843200,0\n12/24/1991,303.30,309.41,303.30,307.08,1334500,0\n12/26/1991,307.08,314.58,307.08,313.68,1332800,0\n12/27/1991,313.68,318.44,313.68,316.77,1633700,0\n12/30/1991,316.77,326.73,316.77,326.73,2240800,0\n12/31/1991,326.73,332.58,325.30,330.86,2574600,0\n01/02/1992,330.86,333.36,322.56,333.36,1813800,0\n01/03/1992,333.36,335.34,331.39,334.83,2142000,0\n01/06/1992,334.83,337.87,334.22,336.89,2377200,0\n01/07/1992,336.89,340.04,333.39,339.64,2622500,0\n01/08/1992,339.64,345.98,336.60,344.29,3151300,0\n01/09/1992,344.29,352.20,344.29,350.32,3278200,0\n01/10/1992,350.32,350.32,342.61,347.11,2594300,0\n01/13/1992,347.11,348.65,344.02,348.27,2119000,0\n01/14/1992,348.27,352.65,347.23,352.59,2680600,0\n01/15/1992,352.59,356.29,350.70,355.60,2932800,0\n01/16/1992,355.60,357.70,351.92,351.92,3022600,0\n01/17/1992,351.92,354.35,349.58,349.73,2824900,0\n01/20/1992,349.73,349.88,341.56,341.81,2096900,0\n01/21/1992,331.06,331.06,328.04,328.04,2654400,0\n01/22/1992,331.92,346.33,331.92,346.32,2511700,0\n01/23/1992,346.32,350.66,343.72,346.08,2743700,0\n01/24/1992,346.08,347.81,343.45,345.45,2409400,0\n01/27/1992,345.45,345.71,340.48,340.48,1964500,0\n01/28/1992,340.48,342.83,337.95,340.85,3209600,0\n01/29/1992,340.85,346.51,337.23,337.29,2482400,0\n01/30/1992,337.29,341.29,336.06,338.39,2162000,0\n01/31/1992,341.20,341.45,337.83,338.32,2261600,0\n02/03/1992,338.32,342.14,336.92,341.38,1946100,0\n02/04/1992,341.38,347.42,341.38,346.92,2261500,0\n02/05/1992,346.92,351.90,346.92,350.86,2701100,0\n02/06/1992,350.86,352.93,347.77,349.07,2442100,0\n02/07/1992,349.07,351.13,344.08,346.80,2380500,0\n02/10/1992,346.80,346.80,343.28,345.23,1916000,0\n02/11/1992,345.23,346.24,342.63,344.40,2143300,0\n02/12/1992,344.40,355.98,343.48,355.98,2534500,0\n02/13/1992,355.98,356.28,349.33,349.81,2170000,0\n02/14/1992,349.81,349.81,346.20,346.70,2062900,0\n02/18/1992,346.70,347.18,338.55,338.55,2187000,0\n02/19/1992,338.55,338.60,333.77,338.06,2484400,0\n02/20/1992,338.06,346.02,338.06,345.33,2470900,0\n02/21/1992,345.33,346.66,340.90,342.39,2468500,0\n02/24/1992,342.39,343.48,337.74,338.96,1729200,0\n02/25/1992,338.96,339.36,332.98,338.33,1945000,0\n02/26/1992,338.33,348.03,338.33,347.81,2250900,0\n02/27/1992,347.81,350.89,347.28,347.39,2055400,0\n02/28/1992,347.39,349.31,343.73,345.88,2046400,0\n03/02/1992,345.88,347.48,343.86,346.64,1769400,0\n03/03/1992,346.64,348.39,345.46,345.70,2045500,0\n03/04/1992,345.70,346.36,341.61,341.61,2129600,0\n03/05/1992,341.61,341.61,335.91,337.52,2219200,0\n03/06/1992,337.52,338.27,331.10,333.00,1930700,0\n03/09/1992,333.00,335.26,332.99,333.32,1621200,0\n03/10/1992,333.32,340.79,333.32,340.32,2005600,0\n03/11/1992,340.32,340.40,334.46,335.05,1921500,0\n03/12/1992,335.05,335.63,331.03,334.83,1895300,0\n03/13/1992,334.83,338.58,334.83,336.47,1656100,0\n03/16/1992,336.47,338.58,334.63,338.27,1408500,0\n03/17/1992,338.27,343.37,338.27,342.92,1737700,0\n03/18/1992,342.92,345.00,342.48,342.63,1792700,0\n03/19/1992,342.63,344.79,342.36,342.55,1899700,0\n03/20/1992,342.55,343.07,340.07,340.86,1915000,0\n03/23/1992,340.86,341.17,338.96,339.04,1488600,0\n03/24/1992,339.04,341.26,335.23,336.93,1869200,0\n03/25/1992,336.93,338.58,334.95,337.65,1919500,0\n03/26/1992,337.65,339.77,332.43,333.30,1755000,0\n03/27/1992,333.30,333.30,321.77,324.22,2039600,0\n03/30/1992,324.22,326.64,321.75,322.35,1542100,0\n03/31/1992,322.35,326.31,320.15,323.05,1920500,0\n04/01/1992,323.05,324.30,318.79,323.92,1801700,0\n04/02/1992,323.92,324.82,317.30,317.67,1946400,0\n04/03/1992,317.67,319.03,314.53,316.39,1939300,0\n04/06/1992,316.39,324.98,316.39,324.55,1531200,0\n04/07/1992,324.55,326.23,312.76,312.95,2100600,0\n04/08/1992,312.95,312.95,304.71,310.85,2434700,0\n04/09/1992,310.85,319.79,310.85,319.54,1987500,0\n04/10/1992,319.54,322.53,312.67,312.98,1752100,0\n04/13/1992,312.98,317.15,312.01,317.15,1280200,0\n04/14/1992,317.15,324.95,317.15,320.55,1956000,0\n04/15/1992,320.55,326.79,320.55,326.07,2185700,0\n04/16/1992,326.07,326.10,318.90,319.23,1984800,0\n04/20/1992,319.23,319.23,305.05,307.88,1780500,0\n04/21/1992,307.88,309.38,304.23,305.63,2017800,0\n04/22/1992,305.63,310.60,304.93,309.54,1988900,0\n04/23/1992,309.54,312.07,303.05,307.52,2018800,0\n04/24/1992,307.52,307.88,303.48,303.82,1659700,0\n04/27/1992,303.82,305.30,299.33,299.65,1621400,0\n04/28/1992,299.65,299.74,291.36,294.63,1874800,0\n04/29/1992,294.63,303.20,294.63,302.98,1803800,0\n04/30/1992,302.98,307.89,302.97,307.86,1801200,0\n05/01/1992,307.86,309.85,304.45,307.48,1472900,0\n05/04/1992,307.48,312.27,307.48,310.71,1442300,0\n05/05/1992,310.71,315.88,310.45,314.77,1699400,0\n05/06/1992,314.77,317.27,314.39,315.11,1714200,0\n05/07/1992,315.11,315.49,311.77,312.73,1702800,0\n05/08/1992,312.73,314.17,310.46,311.27,1547100,0\n05/11/1992,311.27,313.55,311.18,311.90,1410700,0\n05/12/1992,311.90,313.36,308.59,310.04,1623400,0\n05/13/1992,310.04,310.79,308.44,308.75,1717500,0\n05/14/1992,308.75,309.05,302.73,304.55,1851800,0\n05/15/1992,304.55,304.55,300.54,303.02,1428900,0\n05/18/1992,303.02,306.82,303.02,304.58,1293500,0\n05/19/1992,304.58,306.53,303.33,306.41,1566700,0\n05/20/1992,306.41,309.82,306.39,309.55,1602300,0\n05/21/1992,309.55,309.57,306.47,307.94,1758600,0\n05/22/1992,307.94,309.86,307.46,308.38,1248600,0\n05/26/1992,308.38,308.90,304.99,305.89,1267400,0\n05/27/1992,305.89,309.05,305.89,308.08,1383400,0\n05/28/1992,308.08,312.20,306.66,311.98,1532000,0\n05/29/1992,311.98,317.16,311.71,315.30,1886300,0\n06/01/1992,315.30,319.01,312.60,318.98,1415700,0\n06/02/1992,318.98,319.23,316.18,317.23,1649600,0\n06/03/1992,317.23,318.85,315.56,317.34,1718600,0\n06/04/1992,317.34,317.75,315.77,315.93,1681200,0\n06/05/1992,315.93,317.02,312.82,313.24,1683900,0\n06/08/1992,313.24,313.38,309.45,310.23,1290500,0\n06/09/1992,310.23,310.96,303.22,304.86,1822200,0\n06/10/1992,304.86,306.10,302.50,302.60,1570300,0\n06/11/1992,302.60,305.40,301.62,302.58,1601500,0\n06/12/1992,302.58,306.36,302.58,304.11,1495100,0\n06/15/1992,304.11,306.49,302.48,303.86,1323600,0\n06/16/1992,303.86,304.43,299.20,299.20,1631800,0\n06/17/1992,299.20,299.32,292.85,293.40,1905700,0\n06/18/1992,293.40,296.92,290.85,291.93,1878600,0\n06/19/1992,291.93,297.08,291.93,296.86,1775700,0\n06/22/1992,296.86,296.86,290.46,295.24,1511900,0\n06/23/1992,295.24,300.10,295.24,297.45,1656700,0\n06/24/1992,297.45,298.06,295.14,295.29,1523300,0\n06/25/1992,295.29,296.02,288.48,291.26,1712200,0\n06/26/1992,291.26,291.26,288.01,290.03,1501100,0\n06/29/1992,290.03,300.93,290.03,300.80,1595200,0\n06/30/1992,300.80,302.35,299.64,301.23,1951900,0\n07/01/1992,301.23,306.52,300.76,306.03,1860800,0\n07/02/1992,306.03,307.71,299.87,300.88,1946500,0\n07/06/1992,300.88,302.40,297.46,302.40,1347700,0\n07/07/1992,302.40,303.77,295.78,296.27,1744100,0\n07/08/1992,296.27,297.68,292.80,297.56,1616500,0\n07/09/1992,297.56,303.40,297.56,302.19,1758400,0\n07/10/1992,302.19,304.17,300.62,302.83,1515100,0\n07/13/1992,302.83,306.06,302.22,304.98,1329300,0\n07/14/1992,304.98,309.52,304.98,309.24,1672000,0\n07/15/1992,309.24,311.64,308.74,309.39,1693800,0\n07/16/1992,309.39,311.28,307.13,311.28,1726900,0\n07/17/1992,311.28,311.28,303.30,305.54,1467700,0\n07/20/1992,305.54,305.54,297.59,300.45,1178300,0\n07/21/1992,300.45,306.02,300.45,305.10,1553200,0\n07/22/1992,305.10,305.24,301.05,301.17,1683500,0\n07/23/1992,301.17,303.14,300.56,302.49,1645600,0\n07/24/1992,302.49,304.52,299.92,303.42,1677900,0\n07/27/1992,303.42,303.42,301.11,301.84,1281300,0\n07/28/1992,301.84,306.78,301.84,306.76,1733100,0\n07/29/1992,306.76,310.80,306.76,310.11,2109400,0\n07/30/1992,310.11,311.49,308.79,310.93,1687500,0\n07/31/1992,310.93,311.76,308.89,310.89,1687900,0\n08/03/1992,310.89,313.34,309.57,312.75,1413000,0\n08/04/1992,312.75,313.48,310.39,311.08,1684900,0\n08/05/1992,311.08,311.08,305.79,306.58,1637800,0\n08/06/1992,306.58,306.58,302.67,304.56,1568300,0\n08/07/1992,304.56,307.17,302.27,303.32,1496800,0\n08/10/1992,303.32,305.29,301.99,304.23,1204500,0\n08/11/1992,304.23,305.64,301.28,302.51,1451400,0\n08/12/1992,302.51,303.63,300.95,300.95,1441500,0\n08/13/1992,300.95,302.65,300.82,301.27,1431800,0\n08/14/1992,301.27,302.71,300.96,302.23,1456500,0\n08/17/1992,302.23,302.49,299.89,300.39,1325600,0\n08/18/1992,300.39,301.29,298.87,300.44,1403400,0\n08/19/1992,300.44,301.74,298.17,298.32,1561400,0\n08/20/1992,298.32,299.75,297.13,299.42,1554900,0\n08/21/1992,299.42,301.29,293.95,295.69,1673000,0\n08/24/1992,295.69,295.69,290.39,290.71,1384600,0\n08/25/1992,290.71,292.92,287.64,292.08,1524100,0\n08/26/1992,292.08,296.82,292.08,296.20,1458700,0\n08/27/1992,296.20,300.85,296.20,299.46,1554900,0\n08/28/1992,299.46,299.93,298.24,299.14,1271100,0\n08/31/1992,299.14,299.77,297.02,299.26,1335300,0\n09/01/1992,299.26,302.07,298.11,301.97,1568700,0\n09/02/1992,301.97,306.81,301.73,306.57,1703300,0\n09/03/1992,306.57,309.96,306.57,308.17,1865000,0\n09/04/1992,308.17,308.48,305.73,306.39,1223800,0\n09/08/1992,306.39,306.39,303.79,305.77,1238800,0\n09/09/1992,305.77,310.28,305.63,309.99,1702900,0\n09/10/1992,309.99,315.00,309.95,314.82,2009400,0\n09/11/1992,314.82,316.98,314.30,315.19,1883300,0\n09/14/1992,315.19,324.69,315.19,324.63,2270000,0\n09/15/1992,324.63,324.63,318.11,319.89,1830100,0\n09/16/1992,319.89,321.42,315.80,318.45,1815100,0\n09/17/1992,318.45,321.18,318.23,319.23,1831600,0\n09/18/1992,319.23,320.10,317.17,319.91,1994200,0\n09/21/1992,319.91,319.91,316.98,319.26,1594600,0\n09/22/1992,319.26,319.48,313.62,314.27,2049200,0\n09/23/1992,314.27,316.23,312.39,315.82,1932400,0\n09/24/1992,315.82,318.32,315.82,317.54,1806900,0\n09/25/1992,317.54,317.73,307.70,310.23,1984900,0\n09/28/1992,310.23,310.23,305.58,307.87,1243600,0\n09/29/1992,307.87,311.17,306.95,310.65,1588600,0\n09/30/1992,310.65,313.45,310.23,313.18,1871300,0\n10/01/1992,313.18,313.18,308.78,309.04,1851300,0\n10/02/1992,309.04,309.04,303.67,304.39,1699600,0\n10/05/1992,304.39,304.39,291.96,303.68,2236900,0\n10/06/1992,303.68,309.04,303.32,307.96,1955400,0\n10/07/1992,307.96,310.68,305.01,305.38,1565200,0\n10/08/1992,305.38,310.02,305.38,308.35,1978500,0\n10/09/1992,308.35,309.14,304.89,305.63,1702400,0\n10/12/1992,305.63,309.04,305.63,308.11,1278500,0\n10/13/1992,308.11,311.65,307.83,310.13,1675600,0\n10/14/1992,310.13,311.58,308.38,309.58,1756900,0\n10/15/1992,309.58,312.55,307.80,312.14,1737800,0\n10/16/1992,312.14,316.95,310.88,316.39,1838300,0\n10/19/1992,316.39,322.95,315.64,322.79,1981300,0\n10/20/1992,322.79,326.69,322.04,323.38,2323600,0\n10/21/1992,323.38,326.27,323.17,326.07,2220500,0\n10/22/1992,326.07,327.45,323.47,326.10,2297500,0\n10/23/1992,326.10,328.18,324.95,325.44,2292400,0\n10/26/1992,325.44,327.45,323.33,327.17,1688000,0\n10/27/1992,327.17,328.61,321.73,323.92,2025700,0\n10/28/1992,323.92,327.05,322.20,326.67,2086000,0\n10/29/1992,326.67,332.46,326.67,331.09,2114700,0\n10/30/1992,331.09,331.44,327.08,329.15,1930800,0\n11/02/1992,329.15,330.57,327.20,330.33,1793500,0\n11/03/1992,330.33,331.04,325.24,325.96,1873700,0\n11/04/1992,325.96,329.08,324.98,327.76,1895300,0\n11/05/1992,327.76,337.01,327.24,336.49,2384500,0\n11/06/1992,336.49,338.68,334.48,338.14,2291500,0\n11/09/1992,338.14,341.79,336.14,340.58,2454300,0\n11/10/1992,340.58,344.89,339.55,344.39,2621600,0\n11/11/1992,344.39,349.78,344.38,347.86,2732400,0\n11/12/1992,347.86,349.48,345.58,346.80,2594700,0\n11/13/1992,346.80,348.58,345.15,348.49,2014700,0\n11/16/1992,348.49,348.61,344.29,344.63,1880800,0\n11/17/1992,344.63,344.63,337.35,338.23,2243200,0\n11/18/1992,338.23,344.82,337.67,344.31,2332600,0\n11/19/1992,344.31,348.67,344.31,346.76,2582500,0\n11/20/1992,346.76,349.89,346.23,348.80,2480400,0\n11/23/1992,348.80,348.80,341.30,343.44,2081400,0\n11/24/1992,343.44,350.89,343.44,349.98,2449200,0\n11/25/1992,349.98,350.87,348.60,349.66,2222700,0\n11/27/1992,349.66,351.05,348.48,349.32,939300,0\n11/30/1992,349.32,351.29,348.02,350.96,2178000,0\n12/01/1992,350.96,353.39,348.57,352.67,2371200,0\n12/02/1992,352.67,353.49,350.23,351.57,2431800,0\n12/03/1992,351.57,355.64,350.11,354.79,2390300,0\n12/04/1992,354.79,359.05,354.42,358.40,2611100,0\n12/07/1992,358.40,361.90,357.47,361.83,2262700,0\n12/08/1992,361.83,363.20,358.98,360.58,2747000,0\n12/09/1992,360.58,361.41,356.22,357.82,2698700,0\n12/10/1992,357.82,357.82,351.80,354.55,2413500,0\n12/11/1992,354.55,354.55,349.81,350.89,2131700,0\n12/14/1992,350.89,352.28,349.40,349.40,1945000,0\n12/15/1992,349.40,349.40,344.80,346.95,2489300,0\n12/16/1992,346.95,351.42,346.38,348.95,2582700,0\n12/17/1992,348.95,357.02,348.95,356.85,2479400,0\n12/18/1992,356.85,359.79,356.63,357.89,2440600,0\n12/21/1992,357.89,359.70,355.99,359.33,2029100,0\n12/22/1992,359.33,360.85,353.28,355.64,2477000,0\n12/23/1992,355.64,357.80,354.93,356.49,2528900,0\n12/24/1992,356.49,358.05,355.26,357.56,1062600,0\n12/28/1992,357.56,359.26,356.52,359.07,1440700,0\n12/29/1992,359.07,362.78,359.07,359.81,1997100,0\n12/30/1992,359.81,360.94,358.31,359.93,1934800,0\n12/31/1992,359.93,362.20,359.86,360.18,2031900,0\n01/04/1993,360.18,360.42,355.81,356.37,1888700,0\n01/05/1993,356.37,360.27,355.36,360.23,2294000,0\n01/06/1993,360.23,367.26,360.23,366.97,2700200,0\n01/07/1993,366.97,370.57,363.61,364.02,2969300,0\n01/08/1993,364.02,365.58,361.45,365.54,2328200,0\n01/11/1993,365.54,371.15,364.53,370.80,1957400,0\n01/12/1993,370.80,371.60,365.14,367.90,2337700,0\n01/13/1993,367.90,376.45,365.69,375.85,2447000,0\n01/14/1993,375.85,382.45,375.85,381.34,2869600,0\n01/15/1993,381.34,382.79,375.62,379.23,2954400,0\n01/18/1993,379.23,379.24,375.33,378.76,2407400,0\n01/19/1993,378.76,380.09,375.65,376.02,2778900,0\n01/20/1993,376.02,377.92,374.56,375.73,2713200,0\n01/21/1993,375.73,380.01,373.93,379.34,2813300,0\n01/22/1993,379.34,381.70,377.39,377.82,2947200,0\n01/25/1993,377.82,383.42,377.57,381.05,2645900,0\n01/26/1993,381.05,384.67,378.45,379.38,2963400,0\n01/27/1993,379.38,379.38,369.84,372.61,2817200,0\n01/28/1993,372.61,372.61,368.08,370.67,2672100,0\n01/29/1993,370.67,372.72,368.95,370.56,2369500,0\n02/01/1993,370.56,376.06,370.36,375.48,2139400,0\n02/02/1993,375.48,377.59,374.25,377.44,2540800,0\n02/03/1993,377.44,379.26,375.71,376.54,2917300,0\n02/04/1993,376.54,378.43,371.98,374.24,2846600,0\n02/05/1993,374.24,374.24,363.98,369.00,2932100,0\n02/08/1993,369.00,370.37,364.60,365.73,2220700,0\n02/09/1993,365.73,368.93,362.42,362.95,2769800,0\n02/10/1993,362.95,368.65,362.95,367.30,2594100,0\n02/11/1993,367.30,369.74,365.77,366.33,2357700,0\n02/12/1993,366.33,366.60,361.02,361.19,2146000,0\n02/16/1993,361.19,361.19,343.90,346.89,3037200,0\n02/17/1993,346.89,348.45,341.49,345.91,2755200,0\n02/18/1993,345.91,353.41,342.82,348.28,2986200,0\n02/19/1993,348.28,351.17,345.51,347.92,2433000,0\n02/22/1993,347.92,348.27,340.08,340.35,2774400,0\n02/23/1993,340.35,342.68,337.14,341.24,2709200,0\n02/24/1993,341.24,350.76,338.64,350.13,2809200,0\n02/25/1993,350.13,351.88,345.70,351.67,2593900,0\n02/26/1993,351.67,353.17,349.24,351.14,2173300,0\n03/01/1993,351.14,352.97,348.28,349.10,1860400,0\n03/02/1993,349.10,356.79,348.08,356.21,2070800,0\n03/03/1993,356.21,360.42,355.79,359.96,2373800,0\n03/04/1993,359.96,359.96,352.85,355.53,2320500,0\n03/05/1993,355.53,358.09,352.70,355.57,2142400,0\n03/08/1993,355.57,360.33,355.11,359.44,2199400,0\n03/09/1993,359.44,361.41,358.58,359.40,2322700,0\n03/10/1993,359.40,361.67,358.26,361.26,2452000,0\n03/11/1993,361.26,364.66,360.99,361.73,2470700,0\n03/12/1993,361.73,363.09,356.45,362.65,2883000,0\n03/15/1993,362.65,365.05,362.26,364.32,1875800,0\n03/16/1993,364.32,366.54,363.11,363.61,2292700,0\n03/17/1993,363.61,363.61,354.87,355.65,2450900,0\n03/18/1993,355.65,358.63,355.33,355.50,2317100,0\n03/19/1993,355.50,357.92,351.46,351.55,2356400,0\n03/22/1993,351.55,351.55,346.20,349.42,2130300,0\n03/23/1993,349.42,353.00,347.80,348.14,2261500,0\n03/24/1993,348.14,350.04,345.43,348.51,2433300,0\n03/25/1993,348.51,355.02,348.51,354.38,2193000,0\n03/26/1993,354.38,356.40,351.39,352.64,2045100,0\n03/29/1993,352.64,355.08,351.02,351.40,1944800,0\n03/30/1993,351.40,357.72,351.40,357.72,1215700,0\n03/31/1993,357.72,363.18,357.72,359.42,2579200,0\n04/01/1993,359.42,360.74,353.48,354.33,2466900,0\n04/02/1993,354.33,354.33,341.14,341.18,2792600,0\n04/05/1993,341.18,345.18,339.17,344.70,1908400,0\n04/06/1993,344.70,347.73,340.06,340.55,2175300,0\n04/07/1993,340.55,345.43,339.52,345.18,2125400,0\n04/08/1993,345.18,345.24,340.45,341.56,2208800,0\n04/12/1993,341.56,349.73,341.56,349.01,2141500,0\n04/13/1993,349.01,351.83,345.71,345.87,2569500,0\n04/14/1993,345.87,347.07,343.78,346.49,2431100,0\n04/15/1993,346.49,346.49,343.08,343.89,2469500,0\n04/16/1993,343.89,345.23,340.39,340.65,2267800,0\n04/19/1993,340.65,341.39,332.68,337.45,2228500,0\n04/20/1993,337.45,339.58,334.61,339.06,2513200,0\n04/21/1993,339.06,341.42,336.85,340.20,2484400,0\n04/22/1993,340.20,343.77,337.84,338.48,2637800,0\n04/23/1993,338.48,338.93,332.81,333.66,2433900,0\n04/26/1993,333.66,334.45,326.56,327.28,2123200,0\n04/27/1993,327.28,334.83,327.28,334.60,2367900,0\n04/28/1993,334.60,339.93,334.60,339.66,2205100,0\n04/29/1993,339.66,339.66,334.94,338.98,2049600,0\n04/30/1993,338.98,344.39,338.98,339.95,2269600,0\n05/03/1993,339.95,345.27,339.95,344.97,2023300,0\n05/04/1993,344.97,353.73,344.97,353.28,2687700,0\n05/05/1993,353.28,357.14,350.86,355.35,2891900,0\n05/06/1993,355.35,356.76,351.01,351.71,2602200,0\n05/07/1993,351.71,354.26,350.95,353.23,2261100,0\n05/10/1993,353.23,356.52,353.23,354.85,2064500,0\n05/11/1993,354.85,354.85,351.52,353.01,2232700,0\n05/12/1993,353.01,353.11,350.34,350.96,2463700,0\n05/13/1993,350.96,350.96,345.69,347.71,2625300,0\n05/14/1993,347.71,350.05,346.83,349.80,2291700,0\n05/17/1993,349.80,353.11,349.52,352.67,2099000,0\n05/18/1993,352.67,356.12,352.67,356.00,2777100,0\n05/19/1993,356.00,365.21,354.84,364.67,3183100,0\n05/20/1993,364.67,370.89,364.67,370.45,3432300,0\n05/21/1993,370.45,370.46,364.52,366.67,2781800,0\n05/24/1993,366.67,369.61,363.31,367.09,2052200,0\n05/25/1993,367.09,367.09,363.88,366.22,2525700,0\n05/26/1993,366.22,374.40,365.30,374.35,2933900,0\n05/27/1993,374.35,376.53,371.85,372.73,2777900,0\n05/28/1993,372.73,372.73,364.27,368.11,2357500,0\n06/01/1993,368.11,374.68,368.11,372.53,2367800,0\n06/02/1993,372.53,374.92,370.38,372.68,2743200,0\n06/03/1993,372.68,373.44,369.38,372.06,2600800,0\n06/04/1993,372.06,372.06,367.99,368.63,2518800,0\n06/07/1993,368.63,371.77,364.32,364.36,2478600,0\n06/08/1993,364.36,364.36,359.00,360.74,2623100,0\n06/09/1993,360.74,363.23,358.14,360.25,2630500,0\n06/10/1993,360.25,360.56,356.44,359.55,2422800,0\n06/11/1993,359.55,364.11,359.55,363.08,2352100,0\n06/14/1993,363.08,367.93,363.08,367.14,2084300,0\n06/15/1993,367.14,369.57,366.51,366.98,2367900,0\n06/16/1993,366.98,368.38,362.15,365.02,2399000,0\n06/17/1993,365.02,365.86,362.26,364.01,2454400,0\n06/18/1993,364.01,365.77,357.96,357.96,2499200,0\n06/21/1993,357.96,358.67,355.01,357.86,2084700,0\n06/22/1993,357.86,359.14,355.38,356.20,2581700,0\n06/23/1993,356.20,357.54,353.70,354.93,2599500,0\n06/24/1993,354.93,358.60,352.76,357.83,2271500,0\n06/25/1993,357.83,363.63,357.82,362.23,2193600,0\n06/28/1993,362.23,368.45,362.23,368.45,2270100,0\n06/29/1993,368.45,369.83,364.79,365.96,2510500,0\n06/30/1993,365.96,369.78,365.39,366.13,2659000,0\n07/01/1993,366.13,366.52,361.70,363.73,2257900,0\n07/02/1993,363.73,364.80,361.37,364.21,1825400,0\n07/06/1993,364.21,365.23,359.70,360.80,1993700,0\n07/07/1993,360.80,360.80,355.78,357.86,2360100,0\n07/08/1993,357.86,361.30,356.92,360.70,2546700,0\n07/09/1993,360.70,362.88,358.33,362.46,2137300,0\n07/12/1993,362.46,365.15,360.76,362.87,2025200,0\n07/13/1993,362.87,364.49,361.13,361.98,2565300,0\n07/14/1993,361.98,366.33,360.11,363.74,2905600,0\n07/15/1993,363.74,363.74,359.98,360.46,3002200,0\n07/16/1993,360.46,360.46,350.11,351.07,2828800,0\n07/19/1993,351.07,351.39,346.52,349.06,2396200,0\n07/20/1993,349.06,356.33,349.06,355.76,2616500,0\n07/21/1993,355.76,355.76,350.98,352.64,2559300,0\n07/22/1993,352.64,354.42,347.14,348.35,2568200,0\n07/23/1993,348.35,354.61,348.35,353.20,2375800,0\n07/26/1993,353.20,357.98,353.07,356.40,2261500,0\n07/27/1993,356.40,356.83,350.86,352.02,2714900,0\n07/28/1993,352.02,357.36,351.86,356.81,2653400,0\n07/29/1993,356.81,359.64,356.50,357.33,2752000,0\n07/30/1993,357.33,357.33,350.76,352.86,2567000,0\n08/02/1993,352.86,356.62,352.86,355.25,2243500,0\n08/03/1993,355.25,357.41,354.99,356.23,2475200,0\n08/04/1993,356.23,360.73,355.11,360.11,2533800,0\n08/05/1993,360.11,362.57,360.11,362.41,2698200,0\n08/06/1993,362.41,364.83,361.58,363.14,2511100,0\n08/09/1993,363.14,365.36,361.05,362.30,2361800,0\n08/10/1993,362.30,363.10,358.38,358.64,2608600,0\n08/11/1993,358.64,360.68,358.64,359.73,2918000,0\n08/12/1993,359.73,362.72,356.93,359.40,2712900,0\n08/13/1993,359.40,361.03,358.43,360.45,2335900,0\n08/16/1993,360.45,370.73,360.45,370.60,2456000,0\n08/17/1993,370.60,374.40,369.89,374.16,2735300,0\n08/18/1993,374.16,379.64,374.16,375.82,2331800,0\n08/19/1993,375.82,375.82,369.80,370.27,2891700,0\n08/20/1993,370.27,371.40,368.57,370.87,2603800,0\n08/23/1993,370.87,372.17,368.74,370.49,2269300,0\n08/24/1993,370.49,372.17,369.08,371.00,2833800,0\n08/25/1993,371.00,372.20,366.40,367.95,3272300,0\n08/26/1993,367.95,367.95,360.70,364.67,2904500,0\n08/27/1993,364.67,367.04,363.48,366.50,2473400,0\n08/30/1993,366.50,370.89,366.50,369.30,2250700,0\n08/31/1993,369.30,372.88,369.30,372.65,2699000,0\n09/01/1993,372.65,375.30,371.49,374.16,2813600,0\n09/02/1993,374.16,376.98,373.38,374.57,2947800,0\n09/03/1993,374.57,374.63,371.90,373.70,2187000,0\n09/07/1993,373.70,373.80,365.45,366.68,2442200,0\n09/08/1993,366.68,366.68,358.02,364.85,3075200,0\n09/09/1993,364.85,369.83,364.85,368.30,2655000,0\n09/10/1993,368.30,371.89,368.13,370.64,2542000,0\n09/13/1993,370.64,371.76,367.38,367.59,2303300,0\n09/14/1993,367.59,367.59,360.14,364.20,2667500,0\n09/15/1993,364.20,367.42,362.40,367.32,2854600,0\n09/16/1993,367.32,367.32,364.91,365.74,2201500,0\n09/17/1993,365.74,368.07,362.42,366.18,2631700,0\n09/20/1993,366.18,371.08,366.18,367.45,2288500,0\n09/21/1993,367.45,369.75,362.31,365.64,2848100,0\n09/22/1993,365.64,374.78,365.64,374.00,2893600,0\n09/23/1993,374.00,378.14,373.86,377.07,3340400,0\n09/24/1993,377.07,378.46,374.92,378.04,3099900,0\n09/27/1993,378.04,382.59,378.04,382.51,2665600,0\n09/28/1993,382.51,386.09,380.83,386.02,2834000,0\n09/29/1993,386.02,388.33,382.70,386.89,3413200,0\n09/30/1993,386.89,386.89,382.14,382.71,3062100,0\n10/01/1993,382.71,384.58,381.23,382.81,2900200,0\n10/04/1993,382.81,384.83,381.35,384.30,2375000,0\n10/05/1993,384.30,386.52,378.43,381.27,3064300,0\n10/06/1993,381.27,384.83,380.10,380.42,2979400,0\n10/07/1993,380.42,380.95,376.63,377.99,2941900,0\n10/08/1993,377.99,381.36,375.64,381.32,2814000,0\n10/11/1993,381.32,383.83,379.11,380.65,2511200,0\n10/12/1993,380.65,385.20,380.65,382.57,3163100,0\n10/13/1993,382.57,386.61,382.07,386.30,4153600,0\n10/14/1993,386.30,392.96,386.29,391.98,3827500,0\n10/15/1993,391.98,396.20,390.90,392.45,3688000,0\n10/18/1993,392.45,394.22,389.11,389.85,3437200,0\n10/19/1993,389.85,390.36,380.77,382.73,3787200,0\n10/20/1993,382.73,385.87,382.03,383.93,3369100,0\n10/21/1993,383.93,387.51,381.32,387.36,3385700,0\n10/22/1993,387.36,392.67,386.52,388.19,3617400,0\n10/25/1993,388.19,390.18,383.96,387.40,2844600,0\n10/26/1993,387.40,388.08,382.35,384.60,2959000,0\n10/27/1993,384.60,390.82,384.40,390.25,3021500,0\n10/28/1993,390.25,392.70,388.05,389.24,3121400,0\n10/29/1993,389.24,392.08,388.80,390.98,3046600,0\n11/01/1993,390.98,395.43,390.93,395.03,2731300,0\n11/02/1993,395.03,396.10,391.10,395.32,3246600,0\n11/03/1993,395.32,396.02,386.24,387.93,3488100,0\n11/04/1993,387.93,387.93,376.50,377.46,3278800,0\n11/05/1993,377.46,383.98,371.83,383.64,3336800,0\n11/08/1993,383.64,387.82,380.54,384.85,2536400,0\n11/09/1993,384.85,391.48,384.85,385.92,3167700,0\n11/10/1993,385.92,393.20,385.92,392.98,3038500,0\n11/11/1993,392.98,396.88,392.98,394.66,3187400,0\n11/12/1993,394.66,396.52,393.70,395.17,3077500,0\n11/15/1993,395.17,395.93,390.79,391.12,2711400,0\n11/16/1993,391.12,393.88,388.27,393.38,3126900,0\n11/17/1993,393.38,394.78,385.00,385.80,3596500,0\n11/18/1993,385.80,386.58,380.47,381.74,3720600,0\n11/19/1993,381.74,383.27,378.00,380.57,3911100,0\n11/22/1993,380.57,380.57,372.33,373.37,3021400,0\n11/23/1993,373.37,381.43,373.37,381.22,2795500,0\n11/24/1993,381.22,386.38,381.22,385.04,2403700,0\n11/26/1993,385.04,386.80,385.04,386.32,802900,0\n11/29/1993,386.32,388.48,383.05,383.18,2431300,0\n11/30/1993,383.18,387.90,380.87,386.76,2858400,0\n12/01/1993,386.76,394.84,386.76,392.95,3238800,0\n12/02/1993,392.95,396.17,391.39,396.17,2991300,0\n12/03/1993,396.17,401.81,396.17,401.77,3278700,0\n12/06/1993,401.77,401.77,392.85,399.01,2926600,0\n12/07/1993,399.01,399.79,395.12,396.98,2988400,0\n12/08/1993,396.98,396.98,392.89,394.81,2934400,0\n12/09/1993,394.81,394.81,386.08,387.25,3027900,0\n12/10/1993,387.25,387.47,385.15,386.96,3082500,0\n12/13/1993,386.96,388.17,385.11,387.78,2700100,0\n12/14/1993,387.78,388.36,381.84,382.83,3048800,0\n12/15/1993,382.83,385.19,381.96,384.95,2876000,0\n12/16/1993,384.95,387.64,384.95,386.18,2869700,0\n12/17/1993,386.18,389.89,386.18,389.04,3106300,0\n12/20/1993,389.04,391.05,388.48,389.72,2661800,0\n12/21/1993,389.72,389.72,386.63,388.51,2912000,0\n12/22/1993,388.51,389.26,384.83,388.40,3016600,0\n12/23/1993,388.40,392.10,388.40,390.32,2460500,0\n12/27/1993,390.32,392.05,389.74,391.84,1825500,0\n12/28/1993,391.84,395.02,391.45,394.74,2476100,0\n12/29/1993,394.74,396.64,393.58,395.38,2663900,0\n12/30/1993,395.38,398.25,395.11,397.73,2626900,0\n12/31/1993,397.73,400.55,397.24,398.28,2538500,0\n01/03/1994,398.26,398.26,392.05,395.53,2530200,0\n01/04/1994,395.53,399.02,394.26,398.19,2986000,0\n01/05/1994,398.19,401.70,396.70,401.07,3498800,0\n01/06/1994,401.07,404.56,401.07,404.21,3492100,0\n01/07/1994,404.21,405.42,399.98,404.78,3300600,0\n01/10/1994,404.78,409.93,404.55,408.91,3133500,0\n01/11/1994,408.91,409.24,405.59,407.85,3219300,0\n01/12/1994,407.85,410.58,404.70,408.47,3225400,0\n01/13/1994,408.47,408.47,404.44,408.00,2901100,0\n01/14/1994,408.00,412.36,408.00,411.75,2996600,0\n01/17/1994,411.75,411.81,409.36,410.79,2434500,0\n01/18/1994,410.79,411.99,409.53,410.95,3194400,0\n01/19/1994,410.95,410.95,403.67,406.38,3378700,0\n01/20/1994,406.38,411.60,406.38,411.53,3401700,0\n01/21/1994,411.53,413.29,409.95,411.59,3494300,0\n01/24/1994,411.59,411.97,407.78,409.23,3038800,0\n01/25/1994,409.23,409.23,403.44,406.48,3523500,0\n01/26/1994,406.48,408.17,404.65,407.19,3164900,0\n01/27/1994,407.19,410.11,406.59,409.93,3144900,0\n01/28/1994,409.93,412.65,409.73,412.52,3474900,0\n01/31/1994,412.52,415.42,412.26,413.99,3299200,0\n02/01/1994,413.99,413.99,408.96,410.22,3397500,0\n02/02/1994,410.22,412.44,408.68,411.78,3349500,0\n02/03/1994,411.78,411.78,407.19,410.05,3316200,0\n02/04/1994,410.05,410.08,397.11,397.48,3760300,0\n02/07/1994,397.48,400.19,392.33,399.62,3700200,0\n02/08/1994,399.62,402.24,396.91,401.46,3099400,0\n02/09/1994,401.46,404.61,401.19,403.91,3301900,0\n02/10/1994,403.91,405.95,400.73,401.31,3392900,0\n02/11/1994,401.31,402.77,398.01,401.83,2081900,0\n02/14/1994,401.83,405.56,401.83,405.11,2825100,0\n02/15/1994,405.11,409.17,404.91,408.28,2966400,0\n02/16/1994,408.28,411.29,407.33,408.74,3385000,0\n02/17/1994,408.74,412.43,405.35,407.39,3548100,0\n02/18/1994,407.39,408.23,403.03,407.94,3006300,0\n02/22/1994,407.94,410.81,405.03,410.48,2632700,0\n02/23/1994,410.48,412.37,408.21,408.91,2954700,0\n02/24/1994,408.91,408.91,400.41,402.79,3489500,0\n02/25/1994,402.79,406.63,402.06,406.45,2856500,0\n02/28/1994,406.45,413.22,406.45,412.17,2875500,0\n03/01/1994,412.17,414.03,406.36,409.69,3073100,0\n03/02/1994,409.69,409.69,398.30,408.18,3266400,0\n03/03/1994,408.18,411.19,407.39,408.17,3183600,0\n03/04/1994,408.17,412.97,408.17,411.99,3181800,0\n03/07/1994,411.99,416.29,411.99,415.30,3032400,0\n03/08/1994,415.30,415.30,410.01,411.97,3046600,0\n03/09/1994,411.97,414.33,409.24,413.08,3169000,0\n03/10/1994,413.08,414.73,407.32,409.77,3267900,0\n03/11/1994,409.77,410.59,406.95,409.43,2792500,0\n03/14/1994,409.43,413.60,409.43,412.93,2655000,0\n03/15/1994,412.93,415.07,412.31,412.83,3030800,0\n03/16/1994,412.83,415.68,412.36,415.31,3380100,0\n03/17/1994,415.31,418.99,415.31,418.45,3242700,0\n03/18/1994,418.45,418.89,415.32,417.52,3114500,0\n03/21/1994,417.52,417.61,412.76,412.99,2615500,0\n03/22/1994,412.99,413.01,409.49,410.67,3052300,0\n03/23/1994,410.67,413.66,410.49,410.50,3341500,0\n03/24/1994,410.50,410.50,399.83,403.92,3735000,0\n03/25/1994,403.92,405.26,399.63,399.86,2812900,0\n03/28/1994,399.86,401.45,388.45,393.92,3009200,0\n03/29/1994,393.92,395.41,382.81,383.00,3095600,0\n03/30/1994,383.00,386.08,375.74,380.25,3981900,0\n03/31/1994,380.25,383.77,372.32,382.96,4139500,0\n04/04/1994,382.96,382.96,368.71,375.42,3137200,0\n04/05/1994,375.42,389.68,375.42,389.31,3308100,0\n04/06/1994,389.31,390.47,384.54,388.76,2938200,0\n04/07/1994,388.76,391.94,387.34,390.97,2846900,0\n04/08/1994,390.97,391.32,382.64,384.90,2688200,0\n04/11/1994,384.90,385.01,381.75,383.85,2381700,0\n04/12/1994,383.85,383.85,373.62,375.46,2907600,0\n04/13/1994,375.46,377.46,363.70,367.25,3433600,0\n04/14/1994,367.25,370.26,361.85,365.65,3131000,0\n04/15/1994,365.65,368.29,364.40,366.29,2789200,0\n04/18/1994,366.29,368.44,359.06,360.46,2465800,0\n04/19/1994,360.46,364.51,352.87,357.36,3281900,0\n04/20/1994,357.36,362.03,352.12,355.38,3353400,0\n04/21/1994,355.38,367.46,355.38,367.02,3412300,0\n04/22/1994,367.02,371.89,367.02,369.08,3195400,0\n04/25/1994,369.08,375.53,368.67,374.79,2382900,0\n04/26/1994,374.79,377.37,373.99,375.46,2855400,0\n04/28/1994,375.46,376.43,372.16,372.45,3086900,0\n04/29/1994,372.45,374.20,369.35,373.25,2638100,0\n05/02/1994,373.25,380.62,371.88,379.82,2540800,0\n05/03/1994,379.82,381.31,373.92,377.07,3020800,0\n05/04/1994,377.07,378.84,375.12,377.53,2788200,0\n05/05/1994,377.53,380.17,377.24,378.23,2753700,0\n05/06/1994,378.23,378.23,371.00,374.57,2495100,0\n05/09/1994,374.57,374.57,367.03,368.00,2238400,0\n05/10/1994,368.00,372.67,368.00,370.02,3000400,0\n05/11/1994,370.02,370.31,364.19,365.18,3122800,0\n05/12/1994,365.18,369.27,365.18,366.64,2707100,0\n05/13/1994,366.64,366.64,359.29,364.82,3187300,0\n05/16/1994,364.82,365.08,359.53,360.49,2335600,0\n05/17/1994,360.49,360.96,353.43,360.50,3181700,0\n05/18/1994,360.50,370.11,360.49,368.59,3054900,0\n05/19/1994,368.59,374.91,368.50,371.71,3357500,0\n05/20/1994,371.71,371.71,369.17,370.37,2836200,0\n05/23/1994,370.37,372.14,367.94,369.89,2307000,0\n05/24/1994,369.89,377.64,369.89,377.00,2795700,0\n05/25/1994,377.00,379.47,372.96,378.24,2741800,0\n05/26/1994,378.24,381.25,374.31,375.80,2767200,0\n05/27/1994,375.80,377.71,373.18,376.81,2055200,0\n05/31/1994,376.81,379.48,374.49,378.85,2144300,0\n06/01/1994,378.85,380.10,374.08,379.23,3003400,0\n06/02/1994,379.23,381.60,378.54,380.66,2978200,0\n06/03/1994,380.66,385.16,364.17,382.78,2790000,0\n06/06/1994,382.78,384.74,381.15,382.80,2883700,0\n06/07/1994,382.80,382.80,378.65,379.99,2555500,0\n06/08/1994,379.99,381.23,369.06,371.00,3260700,0\n06/09/1994,371.00,372.04,368.37,370.30,2830800,0\n06/10/1994,370.30,375.78,370.30,374.64,2543100,0\n06/13/1994,374.64,375.04,371.61,371.88,2131100,0\n06/14/1994,371.88,377.90,371.88,377.38,2808900,0\n06/15/1994,377.38,379.80,376.72,377.78,2652800,0\n06/16/1994,377.78,378.10,375.63,377.80,2553700,0\n06/17/1994,377.80,377.80,371.51,371.94,2784700,0\n06/20/1994,371.94,371.94,366.61,367.83,2341700,0\n06/21/1994,367.83,367.83,358.07,360.98,2965100,0\n06/22/1994,360.98,366.68,360.98,363.23,2637000,0\n06/23/1994,363.23,364.57,352.89,353.49,3103100,0\n06/24/1994,353.49,356.59,350.03,351.76,2824600,0\n06/27/1994,351.76,361.56,350.24,361.16,2412300,0\n06/28/1994,361.16,365.94,358.16,362.05,2600900,0\n06/29/1994,362.05,367.23,361.43,362.73,2682400,0\n06/30/1994,362.73,365.51,359.19,360.30,2817800,0\n07/01/1994,360.30,361.73,357.65,360.03,2018700,0\n07/05/1994,360.03,361.02,356.46,356.91,2001000,0\n07/06/1994,356.91,356.91,352.74,353.62,2630500,0\n07/07/1994,353.62,359.34,352.98,359.23,2685800,0\n07/08/1994,359.23,362.73,356.55,359.31,2572100,0\n07/11/1994,359.31,361.14,355.21,358.79,2256600,0\n07/12/1994,358.79,361.67,354.91,361.31,2496000,0\n07/13/1994,361.31,369.62,361.31,369.14,3421600,0\n07/14/1994,369.14,373.43,366.71,367.52,3513100,0\n07/15/1994,367.65,367.84,366.05,367.24,2138200,0\n07/18/1994,368.35,368.73,365.78,368.18,2493500,0\n07/19/1994,368.18,368.36,364.48,364.72,3004600,0\n07/20/1994,364.72,364.72,358.16,359.53,2976300,0\n07/21/1994,359.53,362.32,357.93,362.21,2974700,0\n07/22/1994,362.85,365.34,361.19,365.06,2937200,0\n07/25/1994,365.06,366.11,363.61,366.11,2166400,0\n07/26/1994,366.11,366.19,363.01,364.01,2685500,0\n07/27/1994,364.01,364.95,361.59,361.81,2706800,0\n07/28/1994,361.81,364.18,361.34,362.14,2671900,0\n07/29/1994,362.14,370.65,362.14,370.16,3008100,0\n08/01/1994,370.16,373.87,369.90,373.58,2696600,0\n08/02/1994,373.57,376.64,371.76,372.78,3097600,0\n08/03/1994,372.78,373.56,370.48,370.48,2854000,0\n08/04/1994,370.48,372.62,367.17,367.55,2711300,0\n08/05/1994,367.55,367.71,363.81,367.15,2309100,0\n08/08/1994,367.14,369.23,365.52,368.89,2218100,0\n08/09/1994,368.87,370.95,367.78,370.66,2672500,0\n08/10/1994,370.66,374.99,370.45,373.93,3264300,0\n08/11/1994,373.93,378.54,371.13,374.49,3217700,0\n08/12/1994,374.49,377.52,374.31,376.96,2594600,0\n08/15/1994,376.96,379.13,375.38,377.08,2435900,0\n08/16/1994,377.08,381.14,375.43,380.53,2955600,0\n08/17/1994,380.53,387.19,380.53,386.90,3353100,0\n08/18/1994,386.90,388.49,383.59,385.63,3352800,0\n08/19/1994,385.63,387.75,382.10,384.12,2829100,0\n08/22/1994,384.12,384.12,381.60,382.81,2547500,0\n08/23/1994,382.81,389.23,382.81,386.74,3332100,0\n08/24/1994,386.74,388.76,386.02,388.44,3234800,0\n08/25/1994,388.44,393.47,387.74,391.49,3082900,0\n08/26/1994,391.49,401.30,391.49,399.26,3168100,0\n08/29/1994,399.26,402.03,398.21,398.44,2840300,0\n08/30/1994,398.44,402.29,396.21,401.74,2951400,0\n08/31/1994,401.74,402.87,397.34,397.90,3239900,0\n09/01/1994,397.90,397.90,390.67,391.61,3218400,0\n09/02/1994,391.61,394.19,390.38,391.41,2364600,0\n09/06/1994,391.41,393.80,390.80,393.69,1851500,0\n09/07/1994,393.69,398.71,393.41,397.05,2837700,0\n09/08/1994,397.05,401.43,397.05,400.75,3030600,0\n09/09/1994,400.75,400.75,393.53,394.84,2774100,0\n09/12/1994,394.84,395.36,390.50,391.67,2234000,0\n09/13/1994,391.67,397.53,391.67,396.69,2830300,0\n09/14/1994,396.69,398.22,394.50,397.79,2930600,0\n09/15/1994,397.79,407.10,397.43,407.10,2982300,0\n09/16/1994,407.10,407.10,401.79,404.47,3233000,0\n09/19/1994,404.47,406.79,403.88,403.88,2615400,0\n09/20/1994,403.96,403.96,396.84,396.85,3056300,0\n09/21/1994,396.85,397.64,388.95,393.71,3223300,0\n09/22/1994,393.71,396.26,391.53,393.55,3085900,0\n09/23/1994,393.55,395.22,389.67,390.20,3210300,0\n09/26/1994,390.18,390.27,386.11,388.90,2504600,0\n09/27/1994,388.90,389.92,387.12,389.33,2737200,0\n09/28/1994,389.33,393.83,389.33,391.97,3002400,0\n09/29/1994,391.97,392.22,388.43,391.22,2842600,0\n09/30/1994,391.22,396.48,391.22,393.85,3081000,0\n10/03/1994,393.85,394.94,391.12,392.72,2448900,0\n10/04/1994,392.72,393.45,382.53,382.71,3328500,0\n10/05/1994,382.71,387.38,376.80,386.99,3477100,0\n10/06/1994,386.99,389.37,382.17,382.85,2702100,0\n10/07/1994,382.85,387.75,382.85,387.36,2750600,0\n10/10/1994,387.36,393.52,387.36,392.85,2302600,0\n10/11/1994,392.85,401.83,392.85,400.29,3675900,0\n10/12/1994,400.29,401.57,398.72,399.85,3315700,0\n10/13/1994,399.85,406.85,399.34,399.86,3729800,0\n10/14/1994,399.86,400.18,396.13,398.80,2981200,0\n10/17/1994,398.80,400.09,396.27,396.85,2903700,0\n10/18/1994,396.85,399.27,396.58,398.00,3088000,0\n10/19/1994,398.00,404.34,397.16,403.73,3438400,0\n10/20/1994,403.73,405.60,399.98,402.99,3561800,0\n10/21/1994,402.99,402.99,398.49,400.52,3542300,0\n10/24/1994,400.52,402.34,397.67,398.79,2839800,0\n10/25/1994,398.79,398.79,394.06,398.48,2926100,0\n10/26/1994,398.48,403.92,398.48,403.83,3176000,0\n10/27/1994,403.83,405.81,403.79,405.62,3150000,0\n10/28/1994,405.62,411.84,404.43,411.84,3785000,0\n10/31/1994,411.84,416.09,410.53,413.05,3132400,0\n11/01/1994,413.05,413.05,408.20,410.06,3187600,0\n11/02/1994,410.06,415.23,408.54,408.91,3600200,0\n11/03/1994,408.91,410.54,407.20,408.17,3113900,0\n11/04/1994,408.17,409.77,401.38,401.46,2808800,0\n11/07/1994,401.46,401.68,398.75,400.19,2461700,0\n11/08/1994,400.19,407.59,400.19,407.44,2986600,0\n11/09/1994,407.44,413.40,404.90,408.32,3111100,0\n11/10/1994,408.32,410.15,405.20,406.12,2677500,0\n11/11/1994,406.12,407.74,403.58,404.78,2732700,0\n11/14/1994,404.78,412.32,404.78,412.17,2638200,0\n11/15/1994,412.17,415.75,410.12,411.78,3203500,0\n11/16/1994,411.83,413.74,411.13,412.72,3097700,0\n11/17/1994,412.72,414.56,409.10,410.98,3512000,0\n11/18/1994,410.98,414.51,410.76,412.43,3038000,0\n11/21/1994,412.43,417.55,409.02,409.28,3021500,0\n11/22/1994,409.28,409.28,397.92,397.93,3537500,0\n11/23/1994,397.93,397.93,390.89,397.17,3465600,0\n11/25/1994,397.17,401.34,397.13,401.17,985900,0\n11/28/1994,401.17,404.92,400.73,403.82,2393000,0\n11/29/1994,403.82,409.45,403.82,409.10,3051100,0\n11/30/1994,409.10,412.00,404.04,404.82,3257100,0\n12/01/1994,404.82,404.88,397.44,397.66,2757300,0\n12/02/1994,399.06,402.18,395.70,402.04,2599500,0\n12/05/1994,402.04,404.84,401.11,402.71,2475200,0\n12/06/1994,402.71,405.14,399.88,399.98,2863500,0\n12/07/1994,399.98,400.82,395.49,395.75,2722500,0\n12/08/1994,395.75,398.25,385.57,386.30,3317500,0\n12/09/1994,386.30,389.24,379.96,388.63,3341700,0\n12/12/1994,388.63,391.00,381.47,388.88,2608900,0\n12/13/1994,388.88,390.31,387.24,387.53,2639900,0\n12/14/1994,387.53,393.22,386.51,391.65,3285100,0\n12/15/1994,391.65,395.95,391.65,393.70,3429700,0\n12/16/1994,393.70,394.92,391.77,392.01,3214600,0\n12/19/1994,392.01,392.62,389.77,390.42,2800800,0\n12/20/1994,390.42,393.96,388.05,390.61,3255000,0\n12/21/1994,390.61,397.94,390.61,397.80,3496000,0\n12/22/1994,397.80,400.37,397.80,399.80,3586800,0\n12/23/1994,399.80,403.09,399.32,401.15,2165300,0\n12/27/1994,401.15,404.94,401.15,404.03,2290800,0\n12/28/1994,404.03,404.54,398.79,400.26,2612600,0\n12/29/1994,400.26,406.53,400.26,406.31,2909600,0\n12/30/1994,406.31,406.50,402.29,404.27,3325000,0\n01/03/1995,404.27,404.27,397.56,398.00,2487500,0\n01/04/1995,398.00,400.41,394.59,399.65,2903500,0\n01/05/1995,399.65,402.04,397.84,398.02,2975100,0\n01/06/1995,398.02,403.03,398.02,401.59,3129200,0\n01/09/1995,401.59,403.99,400.91,403.53,2670900,0\n01/10/1995,403.53,410.56,403.53,407.57,3535100,0\n01/11/1995,407.57,410.45,402.71,407.10,3295200,0\n01/12/1995,407.10,408.32,405.85,407.32,3022300,0\n01/13/1995,407.32,411.16,407.32,410.48,3136300,0\n01/16/1995,410.48,415.50,409.87,413.65,3013700,0\n01/17/1995,413.65,418.66,413.65,416.89,3373300,0\n01/18/1995,416.89,419.98,416.01,419.26,3483300,0\n01/19/1995,419.26,419.26,416.55,417.83,3318300,0\n01/20/1995,417.83,417.95,408.73,410.13,3421700,0\n01/23/1995,410.13,412.07,404.57,411.89,2764200,0\n01/24/1995,411.89,414.04,410.81,413.60,2983300,0\n01/25/1995,413.60,414.02,407.73,410.87,3131000,0\n01/26/1995,410.87,411.73,406.19,406.50,2950600,0\n01/27/1995,406.50,409.14,405.38,407.22,3093800,0\n01/30/1995,407.22,408.39,401.32,401.71,2594700,0\n01/31/1995,401.71,406.06,401.08,405.33,3014300,0\n02/01/1995,405.33,411.38,405.33,407.06,3099300,0\n02/02/1995,407.06,411.28,406.34,411.15,2942600,0\n02/03/1995,411.15,419.01,411.15,416.14,3798500,0\n02/06/1995,416.14,421.29,416.14,420.93,2984800,0\n02/07/1995,420.93,422.18,418.49,420.57,3209700,0\n02/08/1995,420.79,426.20,420.79,425.66,3494200,0\n02/09/1995,425.66,429.79,425.66,426.43,3814200,0\n02/10/1995,426.43,431.30,426.43,430.77,3593800,0\n02/13/1995,430.77,432.37,428.53,428.77,3003600,0\n02/14/1995,428.77,431.06,428.24,429.81,3452500,0\n02/15/1995,429.86,433.44,428.00,432.49,3822900,0\n02/16/1995,432.49,433.16,428.61,430.86,3439900,0\n02/17/1995,430.86,430.86,425.33,425.66,2945100,0\n02/21/1995,425.66,427.03,423.93,424.82,2726200,0\n02/22/1995,424.82,429.93,423.12,429.21,3022000,0\n02/23/1995,429.20,435.20,429.20,431.03,3569800,0\n02/24/1995,431.03,431.03,426.57,428.42,3185400,0\n02/27/1995,428.42,430.67,424.04,424.75,2722600,0\n02/28/1995,424.75,432.91,424.71,432.50,3233500,0\n03/01/1995,432.50,435.22,429.80,429.80,3365100,0\n03/02/1995,429.80,431.72,429.05,431.68,2973400,0\n03/03/1995,431.68,436.89,429.34,436.68,3135900,0\n03/06/1995,436.68,437.25,430.41,437.24,2651100,0\n03/07/1995,437.24,437.82,431.13,432.12,3367600,0\n03/08/1995,432.12,437.01,432.12,437.01,3139500,0\n03/09/1995,437.01,438.49,433.12,437.02,3194700,0\n03/10/1995,437.02,441.76,436.01,441.76,3303200,0\n03/13/1995,441.75,443.94,440.29,440.82,2810700,0\n03/14/1995,440.81,447.51,440.81,446.27,3471700,0\n03/15/1995,446.27,446.56,442.31,443.57,3355100,0\n03/16/1995,443.57,445.81,442.95,444.68,3401500,0\n03/17/1995,444.68,447.75,442.71,443.94,3153500,0\n03/20/1995,443.94,447.67,442.83,446.61,2774100,0\n03/21/1995,446.61,451.16,445.99,447.13,3361500,0\n03/22/1995,447.13,447.43,444.19,447.13,3151400,0\n03/23/1995,447.13,452.04,446.74,448.82,3507900,0\n03/24/1995,448.82,455.45,448.82,455.43,4028900,0\n03/27/1995,455.43,457.98,453.32,457.12,3152300,0\n03/28/1995,457.12,460.63,456.33,460.54,3502400,0\n03/29/1995,460.54,462.99,449.43,451.87,4103800,0\n03/30/1995,451.87,454.68,442.69,448.42,3633200,0\n03/31/1995,448.36,448.55,439.22,447.15,3478500,0\n04/03/1995,447.15,448.81,442.30,448.49,2739200,0\n04/04/1995,448.49,450.90,441.53,441.86,3656400,0\n04/05/1995,441.86,444.66,438.38,444.66,3488900,0\n04/06/1995,444.66,445.88,439.91,439.92,3483200,0\n04/07/1995,440.33,444.06,438.85,444.01,3314600,0\n04/10/1995,444.01,449.64,442.58,449.36,3009200,0\n04/11/1995,449.36,454.41,449.36,453.33,3556500,0\n04/12/1995,453.33,457.02,452.01,456.98,3451800,0\n04/13/1995,456.98,459.61,456.23,458.93,3598300,0\n04/17/1995,458.93,466.79,456.74,457.06,3665000,0\n04/18/1995,457.06,461.40,452.79,453.43,3770800,0\n04/19/1995,453.48,453.48,442.71,447.06,4539600,0\n04/20/1995,447.17,449.81,444.21,449.01,4088600,0\n04/21/1995,449.01,451.91,449.01,451.34,3945100,0\n04/24/1995,451.34,457.19,448.93,456.41,3187000,0\n04/25/1995,456.43,461.02,456.43,459.10,3754900,0\n04/26/1995,459.10,463.03,456.16,463.03,3924100,0\n04/27/1995,463.03,468.89,462.59,465.34,4175500,0\n04/28/1995,465.34,470.49,463.69,469.56,3758300,0\n05/01/1995,469.56,472.47,466.05,466.05,3156600,0\n05/02/1995,466.05,467.54,463.38,465.38,3484900,0\n05/03/1995,465.38,474.93,465.38,474.93,3988100,0\n05/04/1995,474.93,484.13,473.47,474.10,4210000,0\n05/05/1995,474.10,478.27,470.30,470.30,3318900,0\n05/08/1995,470.30,478.19,469.71,476.78,3201600,0\n05/09/1995,476.78,479.49,471.83,476.00,3817500,0\n05/10/1995,476.00,479.13,471.63,472.88,3800300,0\n05/11/1995,472.87,479.57,470.72,479.57,3907100,0\n05/12/1995,479.57,486.23,477.93,483.19,4045700,0\n05/15/1995,483.19,486.97,481.22,486.34,3500400,0\n05/16/1995,486.34,492.47,485.51,491.04,3821000,0\n05/17/1995,491.04,497.78,491.04,494.69,4041100,0\n05/18/1995,494.69,498.93,488.02,488.02,3881800,0\n05/19/1995,488.02,490.33,484.68,489.87,3371900,0\n05/22/1995,489.77,495.85,489.56,495.09,3441400,0\n05/23/1995,495.09,503.12,495.09,503.12,4149200,0\n05/24/1995,503.12,509.24,498.00,500.50,4392100,0\n05/25/1995,500.50,502.16,495.15,501.66,3815600,0\n05/26/1995,501.66,501.66,494.43,496.06,3027200,0\n05/30/1995,496.06,498.15,481.21,482.08,3203600,0\n05/31/1995,482.08,488.10,474.17,488.10,3761500,0\n06/01/1995,488.10,493.61,487.20,490.96,3544200,0\n06/02/1995,490.96,496.23,486.07,492.65,3519700,0\n06/05/1995,492.65,502.92,492.65,500.81,3723500,0\n06/06/1995,500.81,504.06,495.12,495.12,3875000,0\n06/07/1995,495.12,499.25,493.58,497.15,3784200,0\n06/08/1995,497.15,501.22,497.15,500.86,3785600,0\n06/09/1995,500.86,502.08,495.57,500.41,3826000,0\n06/12/1995,500.41,503.88,499.41,501.69,3527600,0\n06/13/1995,501.69,506.31,501.69,505.32,4029800,0\n06/14/1995,505.32,507.01,500.76,506.09,4214500,0\n06/15/1995,506.09,513.24,506.09,511.99,4122800,0\n06/16/1995,511.99,518.42,511.99,517.57,4032100,0\n06/19/1995,517.55,530.89,517.55,530.53,4070000,0\n06/20/1995,530.53,539.55,530.53,539.55,4444900,0\n06/21/1995,539.55,542.96,533.33,535.52,4552800,0\n06/22/1995,535.52,546.12,535.52,546.06,4740800,0\n06/23/1995,546.06,546.57,541.84,544.66,4472600,0\n06/26/1995,544.66,546.36,535.89,536.49,3849800,0\n06/27/1995,536.49,540.48,526.88,527.84,4174900,0\n06/28/1995,527.84,533.52,522.09,530.65,3953200,0\n06/29/1995,530.65,537.97,529.85,536.21,3686000,0\n06/30/1995,536.21,541.67,536.11,538.03,4021400,0\n07/03/1995,538.03,540.33,536.73,538.97,1307700,0\n07/05/1995,538.97,546.38,538.97,543.39,3703200,0\n07/06/1995,543.39,554.09,543.39,553.87,4255400,0\n07/07/1995,553.86,567.56,553.28,567.56,5122000,0\n07/10/1995,567.56,575.97,567.50,573.56,4573200,0\n07/11/1995,573.56,573.56,563.93,563.98,4437500,0\n07/12/1995,563.98,580.00,563.98,579.71,5144700,0\n07/13/1995,579.71,591.51,577.44,583.25,5301000,0\n07/14/1995,583.27,589.98,574.34,589.85,4336000,0\n07/17/1995,589.85,600.01,589.85,596.91,4664200,0\n07/18/1995,595.19,597.12,578.09,578.46,4836500,0\n07/19/1995,578.46,578.46,530.40,547.12,5979100,0\n07/20/1995,549.85,554.52,545.50,550.33,4808300,0\n07/21/1995,550.33,555.74,547.32,547.78,4686900,0\n07/24/1995,547.78,563.06,547.78,562.64,4040900,0\n07/25/1995,562.64,575.12,562.64,572.71,4999300,0\n07/26/1995,572.71,581.43,572.71,576.84,4839000,0\n07/27/1995,576.84,586.95,576.84,584.25,5085200,0\n07/28/1995,584.25,584.25,573.33,574.18,4585600,0\n07/31/1995,574.18,576.57,564.33,568.88,3855700,0\n08/01/1995,568.88,569.27,554.25,559.21,4363200,0\n08/02/1995,559.36,569.03,550.70,551.56,4863300,0\n08/03/1995,551.56,553.55,541.64,553.06,4519000,0\n08/04/1995,553.06,561.09,553.06,560.58,3788600,0\n08/07/1995,560.58,566.70,560.58,563.65,3624500,0\n08/08/1995,563.65,568.67,563.65,565.71,4036700,0\n08/09/1995,565.71,577.23,565.71,575.49,4764900,0\n08/10/1995,575.49,577.48,567.82,569.75,4522600,0\n08/11/1995,569.75,575.69,568.23,575.64,3857600,0\n08/14/1995,575.67,584.76,573.46,584.73,3713200,0\n08/15/1995,584.73,588.26,579.63,584.05,4244400,0\n08/16/1995,584.04,596.45,584.04,596.43,4720400,0\n08/17/1995,596.43,600.15,593.13,596.28,4968200,0\n08/18/1995,596.28,601.65,594.02,595.52,4705400,0\n08/21/1995,595.52,598.73,578.89,578.89,4379800,0\n08/22/1995,578.89,589.55,576.90,589.25,4660300,0\n08/23/1995,589.25,593.32,587.05,591.32,4308100,0\n08/24/1995,591.32,591.64,580.23,583.16,4494600,0\n08/25/1995,583.16,584.79,579.97,580.10,3833600,0\n08/28/1995,580.10,581.62,565.85,566.05,3977900,0\n08/29/1995,566.05,566.82,549.12,566.82,4706400,0\n08/30/1995,566.82,574.49,566.66,572.83,4018400,0\n08/31/1995,572.85,580.03,572.85,576.77,3758200,0\n09/01/1995,576.77,576.86,572.16,573.21,2924500,0\n09/05/1995,573.21,595.36,573.21,595.36,3870000,0\n09/06/1995,595.36,601.15,593.86,594.12,4640500,0\n09/07/1995,597.16,604.39,597.05,599.14,4898600,0\n09/08/1995,599.14,604.27,593.90,604.27,4646000,0\n09/11/1995,604.27,612.56,604.27,609.75,4418400,0\n09/12/1995,610.08,613.78,605.90,605.99,4679300,0\n09/13/1995,605.99,611.05,603.17,607.70,4989200,0\n09/14/1995,607.70,610.00,603.74,604.12,4846100,0\n09/15/1995,604.12,604.12,586.27,589.01,5202000,0\n09/18/1995,589.01,591.75,581.79,591.13,4069800,0\n09/19/1995,591.13,601.88,589.57,601.02,4666800,0\n09/20/1995,601.02,608.21,601.02,603.19,5148200,0\n09/21/1995,603.19,603.19,593.14,594.85,4696900,0\n09/22/1995,594.85,594.85,586.84,592.64,4390400,0\n09/25/1995,592.64,593.92,583.60,587.93,3126700,0\n09/26/1995,587.93,595.83,580.53,580.77,4266700,0\n09/27/1995,580.70,580.70,557.26,576.22,5235300,0\n09/28/1995,576.22,595.48,576.22,595.44,4484200,0\n09/29/1995,595.44,599.31,584.93,585.08,4635800,0\n10/02/1995,585.08,587.90,573.17,573.87,3937600,0\n10/03/1995,573.87,575.81,563.95,573.16,4560000,0\n10/04/1995,573.16,573.16,557.43,558.99,3863900,0\n10/05/1995,558.99,572.76,556.61,572.75,4565600,0\n10/06/1995,572.75,581.74,566.98,567.42,4500100,0\n10/09/1995,567.41,567.41,543.04,546.93,4035700,0\n10/10/1995,546.93,551.68,527.89,550.76,5326800,0\n10/11/1995,550.76,564.65,550.76,564.33,4542200,0\n10/12/1995,564.33,573.49,564.33,573.10,4217600,0\n10/13/1995,573.10,579.68,569.35,570.00,4255400,0\n10/16/1995,570.01,573.92,567.01,568.46,3259800,0\n10/17/1995,568.46,589.43,568.46,589.43,4346200,0\n10/18/1995,589.43,605.18,589.43,597.97,5445500,0\n10/19/1995,597.97,602.60,591.00,601.26,4708900,0\n10/20/1995,601.26,601.98,590.13,591.88,4280300,0\n10/23/1995,587.84,594.73,586.01,593.27,3685500,0\n10/24/1995,593.20,597.56,593.02,594.23,4456900,0\n10/25/1995,594.23,595.20,584.33,584.33,4561000,0\n10/26/1995,584.33,588.13,572.49,582.47,4790200,0\n10/27/1995,582.47,593.53,580.25,593.53,4403200,0\n10/30/1995,593.53,609.38,593.53,607.10,4163900,0\n10/31/1995,607.10,613.00,598.77,598.78,4698600,0\n11/01/1995,598.78,603.00,595.39,600.91,4372000,0\n11/02/1995,600.91,614.79,600.65,614.69,4994000,0\n11/03/1995,614.69,621.71,612.09,621.71,4519200,0\n11/06/1995,621.71,623.53,615.66,615.72,3907600,0\n11/07/1995,615.72,615.72,591.20,596.23,5190300,0\n11/08/1995,596.20,606.40,594.75,598.72,4769100,0\n11/09/1995,598.72,617.02,598.72,616.95,4781900,0\n11/10/1995,616.95,621.00,611.64,613.61,4731400,0\n11/13/1995,613.61,616.16,607.15,608.32,3959800,0\n11/14/1995,608.32,608.50,591.60,591.68,4472500,0\n11/15/1995,591.68,597.07,582.41,593.48,4593900,0\n11/16/1995,593.48,597.73,586.94,591.70,4924200,0\n11/17/1995,591.70,594.25,587.40,588.81,4779800,0\n11/20/1995,588.81,593.73,571.67,571.67,4381100,0\n11/21/1995,571.67,576.22,562.50,574.22,5379100,0\n11/22/1995,574.22,580.00,568.99,569.04,4189600,0\n11/24/1995,569.04,578.35,569.04,578.32,1361000,0\n11/27/1995,578.32,585.88,573.91,573.91,4392200,0\n11/28/1995,573.91,598.07,573.91,598.00,4970800,0\n11/29/1995,598.00,604.79,593.18,599.58,5344000,0\n11/30/1995,599.58,602.29,593.52,593.72,5429600,0\n12/01/1995,593.72,595.77,586.18,587.02,4950800,0\n12/04/1995,586.93,604.13,586.93,598.00,5050300,0\n12/05/1995,598.00,600.35,588.91,591.23,5673800,0\n12/06/1995,591.23,595.58,582.33,589.98,5676700,0\n12/07/1995,589.98,592.63,579.76,587.13,4912300,0\n12/08/1995,587.13,599.58,586.75,599.38,4559100,0\n12/11/1995,599.38,602.39,596.10,596.11,4237600,0\n12/12/1995,596.11,597.35,584.53,585.04,4638600,0\n12/13/1995,585.04,590.69,583.91,587.54,4841200,0\n12/14/1995,587.54,590.14,566.27,566.29,5657000,0\n12/15/1995,566.29,571.06,560.35,563.28,5818300,0\n12/18/1995,563.28,563.28,540.97,548.04,5766400,0\n12/19/1995,548.04,575.02,548.04,575.01,5643300,0\n12/20/1995,575.01,581.07,565.08,565.15,5678900,0\n12/21/1995,565.15,580.76,565.15,580.76,5328000,0\n12/22/1995,580.76,585.44,580.74,585.18,4206000,0\n12/26/1995,585.18,586.58,582.59,585.09,3327700,0\n12/27/1995,585.09,587.81,580.01,580.37,3843200,0\n12/28/1995,580.37,580.37,571.05,571.96,4496700,0\n12/29/1995,571.96,577.08,569.45,576.23,5419100,0\n01/02/1996,576.23,586.29,573.89,585.94,3996200,0\n01/03/1996,585.94,586.32,571.42,572.29,5065500,0\n01/04/1996,572.29,575.60,552.69,563.48,6299700,0\n01/05/1996,563.48,568.85,552.18,565.14,5481300,0\n01/08/1996,565.14,568.23,562.22,563.15,1426900,0\n01/09/1996,562.42,562.48,533.51,534.42,5457900,0\n01/10/1996,534.42,545.19,527.22,535.29,6034200,0\n01/11/1996,535.29,555.22,535.29,555.20,5132000,0\n01/12/1996,555.20,558.96,546.71,552.71,4853000,0\n01/15/1996,552.75,554.36,533.65,534.44,4226600,0\n01/16/1996,534.44,546.47,526.80,546.05,5618500,0\n01/17/1996,546.05,555.70,534.87,545.51,6136900,0\n01/18/1996,545.51,555.24,545.51,554.32,5367600,0\n01/19/1996,554.32,566.12,554.28,564.64,5711200,0\n01/22/1996,564.64,572.01,563.68,571.25,4944300,0\n01/23/1996,571.25,572.92,566.92,567.35,5338700,0\n01/24/1996,567.35,582.29,567.35,582.14,5930000,0\n01/25/1996,582.14,584.56,571.52,572.26,5828100,0\n01/26/1996,572.26,577.05,568.33,577.05,5136100,0\n01/29/1996,577.05,580.48,574.45,576.23,4343800,0\n01/30/1996,576.23,585.26,576.23,583.99,5421900,0\n01/31/1996,583.99,591.84,580.43,591.82,5611700,0\n02/01/1996,591.82,601.88,589.01,601.88,5830700,0\n02/02/1996,601.88,606.60,599.36,601.42,5612600,0\n02/05/1996,601.50,615.47,600.67,615.47,5120400,0\n02/06/1996,615.47,621.65,614.87,619.20,5894900,0\n02/07/1996,619.17,619.33,610.35,615.07,6116400,0\n02/08/1996,615.07,625.23,610.10,623.80,5565800,0\n02/09/1996,623.80,629.40,620.08,623.01,5526500,0\n02/12/1996,623.01,629.01,623.01,625.29,4940400,0\n02/13/1996,625.30,626.51,612.04,618.54,5252500,0\n02/14/1996,618.54,623.63,613.25,617.59,5158900,0\n02/15/1996,617.59,621.77,615.55,620.23,4937600,0\n02/16/1996,620.23,623.29,614.91,619.04,4596800,0\n02/20/1996,619.04,621.90,611.73,616.83,4596800,0\n02/21/1996,616.83,627.56,616.83,627.28,4858100,0\n02/22/1996,627.28,644.21,627.28,643.41,6411400,0\n02/23/1996,643.41,647.34,634.60,642.59,5835200,0\n02/26/1996,642.59,645.24,636.56,637.92,4738000,0\n02/27/1996,637.92,640.57,628.45,631.10,5144600,0\n02/28/1996,631.10,638.79,629.90,631.44,5434400,0\n02/29/1996,631.44,631.44,620.88,622.83,5332300,0\n03/01/1996,622.83,622.83,601.04,604.76,5871700,0\n03/04/1996,604.76,609.84,600.08,601.50,4743800,0\n03/05/1996,601.50,616.06,600.46,615.88,4919000,0\n03/06/1996,615.88,617.22,607.80,607.84,5325400,0\n03/07/1996,607.84,612.52,606.29,609.55,5093600,0\n03/08/1996,609.55,609.55,585.33,591.71,5836400,0\n03/11/1996,591.71,605.62,591.71,605.48,4578800,0\n03/12/1996,605.48,605.48,592.60,599.02,4593400,0\n03/13/1996,599.02,615.89,599.02,614.75,4823400,0\n03/14/1996,614.75,619.03,610.55,610.56,5128700,0\n03/15/1996,610.56,622.68,610.56,621.71,5144200,0\n03/18/1996,621.71,633.44,621.71,633.26,4987800,0\n03/19/1996,633.26,637.92,626.83,629.39,5205900,0\n03/20/1996,629.39,629.39,613.44,615.26,5296200,0\n03/21/1996,615.26,617.55,610.48,611.51,4992400,0\n03/22/1996,611.51,615.37,605.87,612.88,4756300,0\n03/25/1996,612.88,617.75,597.82,597.82,4767100,0\n03/26/1996,597.82,604.75,591.35,602.08,5446200,0\n03/27/1996,602.08,612.61,602.08,608.06,5005200,0\n03/28/1996,608.06,611.74,602.89,608.08,4832100,0\n03/29/1996,608.08,614.77,608.08,609.69,5140900,0\n04/01/1996,609.69,615.18,609.69,612.99,4638800,0\n04/02/1996,612.99,616.02,612.43,615.81,4921900,0\n04/03/1996,615.81,618.77,609.96,618.57,5297500,0\n04/04/1996,618.57,620.59,615.26,618.00,5038900,0\n04/08/1996,618.00,618.00,601.47,610.61,5177000,0\n04/09/1996,610.61,618.84,609.84,611.06,5616700,0\n04/10/1996,611.06,619.95,608.16,609.11,5563100,0\n04/11/1996,609.11,612.16,597.42,604.07,5343000,0\n04/12/1996,604.07,607.16,602.03,605.05,4837600,0\n04/15/1996,605.05,611.55,605.05,611.08,4618600,0\n04/16/1996,611.08,625.99,611.08,625.94,6139200,0\n04/17/1996,625.93,627.38,618.39,620.71,5778000,0\n04/18/1996,620.71,648.15,620.71,633.44,5773200,0\n04/19/1996,633.44,638.72,632.15,633.01,5931200,0\n04/22/1996,633.01,644.40,633.01,644.29,5825900,0\n04/23/1996,644.29,654.63,643.02,654.49,6501900,0\n04/24/1996,654.49,664.01,654.49,664.01,7286200,0\n04/25/1996,664.01,666.84,657.99,666.68,7207900,0\n04/26/1996,666.68,669.74,664.48,666.65,6433000,0\n04/29/1996,666.65,668.31,663.96,667.00,5539800,0\n04/30/1996,667.00,667.04,662.79,666.73,6047900,0\n05/01/1996,666.73,673.88,665.34,673.36,6542700,0\n05/02/1996,673.36,673.55,656.62,656.73,6469500,0\n05/03/1996,656.73,670.24,656.73,661.07,7052200,0\n05/06/1996,661.07,665.07,655.95,662.93,6801500,0\n05/07/1996,662.93,665.60,658.61,660.82,8065000,0\n05/08/1996,660.82,663.53,646.02,663.53,7569200,0\n05/09/1996,663.43,666.69,660.55,662.54,6357100,0\n05/10/1996,662.54,672.59,662.54,672.54,6060200,0\n05/13/1996,672.54,688.76,672.54,688.52,5952700,0\n05/14/1996,688.52,697.49,688.52,695.43,6902000,0\n05/15/1996,695.43,700.65,690.14,690.16,6879900,0\n05/16/1996,690.15,695.27,683.95,695.25,6209500,0\n05/17/1996,695.25,699.55,690.81,690.81,6306600,0\n05/20/1996,690.81,696.83,690.81,693.27,5897300,0\n05/21/1996,693.27,696.51,687.86,687.86,6904800,0\n05/22/1996,687.86,691.08,684.16,688.43,6934000,0\n05/23/1996,688.43,695.36,687.45,692.09,7579500,0\n05/24/1996,692.09,693.85,688.74,688.91,6102800,0\n05/28/1996,688.91,692.43,683.85,685.07,6431300,0\n05/29/1996,685.07,686.73,674.65,677.09,6361000,0\n05/30/1996,677.09,685.51,675.03,684.04,6050300,0\n05/31/1996,684.04,694.27,684.04,692.39,6076900,0\n06/03/1996,692.39,693.96,687.04,689.25,5251700,0\n06/04/1996,689.25,693.74,687.72,692.59,6457100,0\n06/05/1996,692.59,700.30,689.67,699.35,6499400,0\n06/06/1996,699.35,704.09,687.01,687.01,6738900,0\n06/07/1996,687.01,691.54,673.32,691.46,6009800,0\n06/10/1996,691.46,693.35,687.77,688.84,4764700,0\n06/11/1996,688.84,696.57,688.84,690.94,5543000,0\n06/12/1996,690.94,702.14,690.94,697.16,5439800,0\n06/13/1996,697.16,698.32,686.51,691.84,5644700,0\n06/14/1996,691.84,691.84,681.07,681.13,5098800,0\n06/17/1996,681.14,684.26,676.84,678.44,4481600,0\n06/18/1996,678.44,680.16,665.28,666.07,6213500,0\n06/19/1996,666.07,673.75,665.26,667.72,6006100,0\n06/20/1996,667.71,671.75,648.93,664.45,6698300,0\n06/21/1996,664.50,673.39,664.50,672.53,5401100,0\n06/24/1996,672.53,680.62,671.18,677.17,5004700,0\n06/25/1996,677.17,678.55,667.68,668.04,5536600,0\n06/26/1996,668.04,669.06,651.72,659.69,6053400,0\n06/27/1996,659.69,671.48,654.59,671.15,5660100,0\n06/28/1996,671.15,681.69,671.15,677.30,6287700,0\n07/01/1996,677.40,687.95,677.33,687.07,5018500,0\n07/02/1996,687.07,687.07,680.14,680.17,5176300,0\n07/03/1996,680.17,680.71,673.30,673.84,4993200,0\n07/05/1996,673.84,673.84,657.68,657.68,2162000,0\n07/08/1996,657.68,665.12,655.52,656.00,4464000,0\n07/09/1996,656.00,664.20,656.00,660.76,4869000,0\n07/10/1996,660.76,660.76,649.33,657.45,5380100,0\n07/11/1996,657.45,657.45,625.44,635.78,6949300,0\n07/12/1996,635.78,642.86,625.09,635.06,5415400,0\n07/15/1996,635.06,635.06,606.07,606.89,5870100,0\n07/16/1996,606.89,615.82,572.79,614.25,8773300,0\n07/17/1996,614.25,634.42,614.25,631.30,7011400,0\n07/18/1996,631.30,644.11,628.17,643.74,6403400,0\n07/19/1996,643.75,643.75,627.94,633.05,5316100,0\n07/22/1996,633.05,633.05,618.92,624.03,4191100,0\n07/23/1996,624.03,627.60,595.80,598.34,5980400,0\n07/24/1996,598.33,609.86,577.81,605.05,6780500,0\n07/25/1996,605.05,620.55,605.05,620.39,5419000,0\n07/26/1996,620.39,633.68,620.39,633.39,4731400,0\n07/29/1996,633.39,637.05,620.42,620.51,4177800,0\n07/30/1996,620.51,630.40,617.68,630.32,4184700,0\n07/31/1996,630.32,640.20,628.30,636.01,4812200,0\n08/01/1996,636.01,651.90,635.36,651.07,5006400,0\n08/02/1996,651.07,670.59,651.07,667.84,5772400,0\n08/05/1996,667.84,670.98,660.00,661.02,3942300,0\n08/06/1996,661.02,671.74,655.27,671.69,4500400,0\n08/07/1996,671.69,682.48,668.63,682.37,5341400,0\n08/08/1996,682.33,682.33,676.34,677.52,4701000,0\n08/09/1996,677.52,682.27,671.44,678.31,4573700,0\n08/12/1996,678.31,681.92,670.39,679.39,3667400,0\n08/13/1996,679.39,679.39,666.57,669.10,4052400,0\n08/14/1996,669.10,678.37,669.10,677.17,4286200,0\n08/15/1996,677.17,680.65,673.99,677.09,4577500,0\n08/16/1996,677.09,680.74,671.92,672.28,4207500,0\n08/19/1996,672.28,673.00,660.04,670.25,3501700,0\n08/20/1996,670.25,671.48,662.73,662.87,4061700,0\n08/21/1996,662.87,670.41,658.47,667.42,4165400,0\n08/22/1996,667.42,681.63,667.42,681.63,4950500,0\n08/23/1996,681.63,685.15,677.19,677.57,4343200,0\n08/26/1996,677.57,678.48,671.69,672.92,4220900,0\n08/27/1996,672.86,679.08,672.86,679.05,4911300,0\n08/28/1996,679.05,681.41,676.80,679.67,4615200,0\n08/29/1996,679.67,679.67,670.34,671.10,4199900,0\n08/30/1996,671.10,672.86,663.17,663.57,3366100,0\n09/03/1996,663.57,669.41,650.48,669.29,3945100,0\n09/04/1996,669.29,672.34,666.25,669.20,4398200,0\n09/05/1996,669.20,669.20,652.29,652.32,4619700,0\n09/06/1996,652.32,666.88,652.32,664.22,4710200,0\n09/09/1996,664.22,672.09,663.53,671.98,4370100,0\n09/10/1996,671.98,674.45,666.05,671.65,4791300,0\n09/11/1996,671.65,676.50,666.03,675.12,4870200,0\n09/12/1996,675.12,687.40,674.73,685.65,5435000,0\n09/13/1996,685.65,707.91,685.65,707.86,6385600,0\n09/16/1996,707.86,715.85,706.65,709.22,5755200,0\n09/17/1996,709.22,724.20,709.22,722.50,6322200,0\n09/18/1996,722.50,735.68,716.72,727.63,5529300,0\n09/19/1996,727.63,738.44,725.22,736.76,5632800,0\n09/20/1996,736.76,745.60,733.16,743.42,5905600,0\n09/23/1996,743.42,743.42,731.30,733.41,3662800,0\n09/24/1996,733.41,741.35,731.59,736.61,5834200,0\n09/25/1996,736.59,746.09,736.59,745.69,6225900,0\n09/26/1996,745.73,757.83,741.57,744.61,7218200,0\n09/27/1996,744.61,747.43,740.94,744.73,5615400,0\n09/30/1996,744.73,748.87,737.14,737.57,5242900,0\n10/01/1996,737.58,739.96,727.14,734.50,5425300,0\n10/02/1996,734.50,749.94,734.50,747.55,5765900,0\n10/03/1996,747.55,752.06,743.28,743.28,5753900,0\n10/04/1996,743.28,759.13,743.28,759.12,5627300,0\n10/07/1996,759.12,765.58,757.81,764.82,4806700,0\n10/08/1996,764.96,770.74,752.95,753.24,5617700,0\n10/09/1996,753.24,763.84,750.15,753.97,5662400,0\n10/10/1996,753.97,760.06,749.10,751.44,5791100,0\n10/11/1996,751.44,765.70,751.44,765.64,5268100,0\n10/14/1996,765.64,772.85,765.32,771.99,4384100,0\n10/15/1996,771.99,794.08,770.31,775.08,5712200,0\n10/16/1996,775.08,775.08,762.37,767.64,5467500,0\n10/17/1996,767.64,772.96,755.80,755.80,5801400,0\n10/18/1996,755.77,758.49,751.60,756.83,5458800,0\n10/21/1996,756.83,764.64,743.15,746.28,4891400,0\n10/22/1996,746.28,746.66,730.55,736.64,6003900,0\n10/23/1996,736.64,750.59,732.63,749.70,5498100,0\n10/24/1996,749.70,760.05,747.26,748.41,5417600,0\n10/25/1996,748.41,754.10,743.35,743.55,5516700,0\n10/28/1996,743.55,753.19,741.33,741.64,5025000,0\n10/29/1996,741.64,749.04,730.45,731.21,5494400,0\n10/30/1996,731.21,742.26,731.21,736.36,5375200,0\n10/31/1996,736.36,752.63,736.36,751.99,5673700,0\n11/01/1996,751.99,760.13,748.97,755.51,5444200,0\n11/04/1996,755.51,758.50,751.45,756.23,4366200,0\n11/05/1996,756.23,774.03,756.23,769.91,5678800,0\n11/06/1996,769.90,786.94,767.08,786.90,6219400,0\n11/07/1996,786.90,800.87,785.08,795.42,6512000,0\n11/08/1996,795.42,798.85,787.82,798.66,5436100,0\n11/11/1996,798.66,804.98,795.67,804.72,4351600,0\n11/12/1996,804.72,810.78,793.03,794.09,5934100,0\n11/13/1996,794.09,801.22,790.11,798.70,5749500,0\n11/14/1996,798.70,810.25,795.62,809.75,6023100,0\n11/15/1996,809.75,814.31,794.10,799.44,6130200,0\n11/18/1996,799.43,801.05,787.71,793.29,4929400,0\n11/19/1996,793.29,806.22,791.25,805.78,5474600,0\n11/20/1996,805.78,819.05,805.08,808.39,5589200,0\n11/21/1996,808.39,812.59,798.14,800.47,5698700,0\n11/22/1996,800.47,818.66,800.47,818.37,6692400,0\n11/25/1996,818.51,822.23,813.86,821.24,6228200,0\n11/26/1996,821.24,827.92,811.67,825.51,6274200,0\n11/27/1996,825.51,833.15,823.68,832.37,4932900,0\n11/29/1996,832.37,836.15,832.37,834.01,2071000,0\n12/02/1996,834.01,844.63,827.31,844.63,5154600,0\n12/03/1996,844.63,855.79,836.38,837.91,6811200,0\n12/04/1996,837.91,842.58,826.26,834.65,6264200,0\n12/05/1996,834.65,840.90,832.24,835.80,6024100,0\n12/06/1996,835.80,836.66,805.07,827.21,6445400,0\n12/09/1996,827.21,856.66,827.21,856.64,5740100,0\n12/10/1996,856.64,869.71,848.96,848.96,6765200,0\n12/11/1996,848.96,858.20,836.10,856.38,6289700,0\n12/12/1996,856.38,873.00,843.35,843.37,5812600,0\n12/13/1996,843.37,843.37,825.49,828.45,5536600,0\n12/16/1996,828.45,836.44,802.91,804.78,5180000,0\n12/17/1996,804.62,816.28,798.13,815.79,6132300,0\n12/18/1996,815.92,836.82,815.92,836.54,6176000,0\n12/19/1996,836.54,846.52,836.54,843.73,6456700,0\n12/20/1996,843.72,853.19,832.85,834.05,6286300,0\n12/23/1996,834.05,837.25,821.43,824.79,4836800,0\n12/24/1996,824.72,835.40,822.00,835.40,2612500,0\n12/26/1996,835.40,843.59,835.40,842.98,3845600,0\n12/27/1996,842.98,845.05,835.03,835.46,3902800,0\n12/30/1996,835.19,841.32,826.49,826.49,5596300,0\n12/31/1996,826.49,831.05,820.39,821.36,6660100,0\n01/02/1997,821.36,825.87,806.17,815.60,4923500,0\n01/03/1997,815.60,848.18,815.60,848.17,5191400,0\n01/06/1997,848.52,858.18,844.43,853.25,5881400,0\n01/07/1997,853.24,864.55,847.48,864.55,5777400,0\n01/08/1997,864.55,867.37,852.68,853.09,6664900,0\n01/09/1997,853.09,860.19,852.23,856.95,6219500,0\n01/10/1997,856.95,865.58,846.49,865.58,6595300,0\n01/13/1997,865.59,870.62,861.55,864.38,6120900,0\n01/14/1997,864.37,886.38,864.37,881.38,6290700,0\n01/15/1997,881.38,883.42,864.14,864.29,6811700,0\n01/16/1997,864.37,880.52,864.37,873.63,7129700,0\n01/17/1997,873.63,885.73,872.76,883.44,6731200,0\n01/20/1997,883.44,903.85,882.18,899.78,5923800,0\n01/21/1997,899.75,915.31,895.72,913.73,6818500,0\n01/22/1997,913.73,925.52,878.22,925.52,7207900,0\n01/23/1997,925.52,938.11,912.74,912.74,7953600,0\n01/24/1997,912.74,915.47,896.06,898.37,7214300,0\n01/27/1997,898.37,921.45,888.74,889.82,5377800,0\n01/28/1997,889.82,908.34,884.17,890.79,6589600,0\n01/29/1997,890.79,898.01,884.43,892.46,5992600,0\n01/30/1997,892.46,911.73,892.46,911.71,6536400,0\n01/31/1997,911.71,926.01,911.71,921.55,6791900,0\n02/03/1997,921.55,928.31,915.17,918.01,5375400,0\n02/04/1997,918.01,918.43,902.06,916.30,6061600,0\n02/05/1997,916.30,916.53,875.98,887.39,6804600,0\n02/06/1997,887.38,890.84,877.96,885.52,6234900,0\n02/07/1997,885.52,901.64,885.29,899.84,6443100,0\n02/10/1997,899.84,902.89,871.10,872.06,6295000,0\n02/11/1997,872.06,881.44,856.04,871.71,6509800,0\n02/12/1997,871.71,900.50,871.71,900.50,6692300,0\n02/13/1997,900.50,912.28,900.50,907.54,7304100,0\n02/14/1997,907.52,909.13,897.22,899.91,5872100,0\n02/18/1997,899.91,901.82,888.48,897.53,5637100,0\n02/19/1997,897.53,903.60,892.73,897.65,6161000,0\n02/20/1997,897.72,897.72,878.27,880.28,6096700,0\n02/21/1997,880.25,880.25,862.08,864.28,6127700,0\n02/24/1997,864.30,880.67,853.27,880.26,5740600,0\n02/25/1997,880.26,892.25,874.88,882.04,7008800,0\n02/26/1997,882.04,886.83,871.64,880.74,6409400,0\n02/27/1997,880.74,880.74,848.16,848.58,6735000,0\n02/28/1997,848.49,858.50,835.87,850.46,6868800,0\n03/03/1997,850.46,857.00,844.10,856.08,5319800,0\n03/04/1997,856.08,869.07,856.08,862.04,5971000,0\n03/05/1997,862.04,872.31,861.92,872.07,6601000,0\n03/06/1997,872.07,874.28,850.99,851.51,6414100,0\n03/07/1997,851.51,857.53,837.01,841.03,6363300,0\n03/10/1997,841.03,854.84,829.42,854.84,5626500,0\n03/11/1997,854.84,858.50,848.50,848.50,5737700,0\n03/12/1997,848.50,850.64,835.17,839.32,5642200,0\n03/13/1997,839.32,847.29,834.46,840.50,5534700,0\n03/14/1997,840.50,850.17,838.03,838.98,5899000,0\n03/17/1997,838.97,838.97,816.70,832.24,5808500,0\n03/18/1997,832.24,850.87,821.35,827.57,5402700,0\n03/19/1997,827.57,827.57,798.25,811.80,7047600,0\n03/20/1997,811.80,827.02,804.26,821.73,6320600,0\n03/21/1997,821.73,829.42,811.27,812.73,5711200,0\n03/24/1997,812.73,812.73,784.54,802.37,5949700,0\n03/25/1997,802.37,815.26,799.33,807.19,5440500,0\n03/26/1997,807.19,834.57,807.19,834.38,5916100,0\n03/27/1997,834.38,843.35,809.75,818.74,5799500,0\n03/31/1997,818.74,818.74,796.47,797.06,5836400,0\n04/01/1997,797.06,820.83,782.28,796.79,5994400,0\n04/02/1997,796.79,797.51,779.36,783.92,5832500,0\n04/03/1997,783.92,804.67,779.17,804.67,5804900,0\n04/04/1997,804.67,823.90,796.81,822.40,6676400,0\n04/07/1997,822.40,839.74,822.40,832.31,5682700,0\n04/08/1997,832.31,840.41,826.24,840.36,5224500,0\n04/09/1997,840.36,849.79,828.35,828.73,5640400,0\n04/10/1997,828.73,828.73,813.19,813.43,5207700,0\n04/11/1997,813.45,813.45,789.80,789.97,5339900,0\n04/14/1997,789.97,806.80,785.08,806.79,4712400,0\n04/15/1997,806.79,816.58,789.64,798.00,5720500,0\n04/16/1997,797.99,803.07,787.63,798.68,5755100,0\n04/17/1997,798.65,816.08,798.65,808.22,6006100,0\n04/18/1997,808.22,828.37,808.22,816.43,5749600,0\n04/21/1997,816.35,819.71,799.43,802.50,5463400,0\n04/22/1997,802.50,818.08,793.13,818.08,6194400,0\n04/23/1997,818.08,839.11,817.97,837.97,5843200,0\n04/24/1997,837.97,853.69,835.14,837.75,5868200,0\n04/25/1997,837.75,837.75,818.57,818.57,4972900,0\n04/28/1997,818.57,833.48,812.25,829.39,4530000,0\n04/29/1997,829.39,856.29,829.39,856.26,5734200,0\n04/30/1997,856.26,877.95,850.95,874.74,6570600,0\n05/01/1997,874.74,886.48,852.10,882.12,6156200,0\n05/02/1997,882.12,909.56,882.12,909.49,7235900,0\n05/05/1997,909.49,932.89,906.41,932.89,8351400,0\n05/06/1997,932.77,932.77,910.33,914.90,7419100,0\n05/07/1997,914.90,923.65,903.93,909.29,6107100,0\n05/08/1997,909.29,926.06,903.41,919.31,6200500,0\n05/09/1997,919.15,930.92,910.31,919.08,5448100,0\n05/12/1997,919.14,927.97,918.05,924.64,5297100,0\n05/13/1997,924.64,926.25,909.26,910.57,5786100,0\n05/14/1997,910.57,915.37,900.24,909.92,6124800,0\n05/15/1997,909.92,932.40,909.73,931.83,5954000,0\n05/16/1997,931.79,931.79,915.12,915.29,5627600,0\n05/19/1997,915.29,928.23,908.72,913.57,4510600,0\n05/20/1997,913.57,942.14,912.82,942.11,5319400,0\n05/21/1997,942.11,961.48,942.11,950.53,6548900,0\n05/22/1997,950.17,954.42,941.65,946.10,5513600,0\n05/23/1997,946.11,959.10,945.95,959.08,5394400,0\n05/27/1997,959.08,984.95,956.11,984.61,6340400,0\n05/28/1997,984.61,988.40,976.12,982.60,6468400,0\n05/29/1997,982.60,987.04,969.66,970.54,6114600,0\n05/30/1997,970.54,970.54,948.46,958.85,7137700,0\n06/02/1997,958.85,967.90,950.95,958.69,5552200,0\n06/03/1997,958.69,958.69,929.48,929.81,5864100,0\n06/04/1997,929.81,941.99,915.96,921.96,5942200,0\n06/05/1997,921.96,935.75,921.96,930.61,5609500,0\n06/06/1997,930.61,946.27,926.98,944.99,5860100,0\n06/09/1997,945.01,959.65,945.01,954.76,5588600,0\n06/10/1997,954.56,957.89,937.89,941.18,6649900,0\n06/11/1997,941.13,949.50,931.43,949.00,6237000,0\n06/12/1997,949.00,955.70,936.00,950.00,6302300,0\n06/13/1997,949.97,971.18,949.29,964.40,5938700,0\n06/16/1997,964.40,975.99,962.54,975.99,5000700,0\n06/17/1997,975.68,991.85,970.25,989.37,6187600,0\n06/18/1997,989.37,989.37,970.83,971.55,5883400,0\n06/19/1997,971.55,986.97,945.82,981.95,6517400,0\n06/20/1997,981.95,989.25,979.14,981.41,6122600,0\n06/23/1997,981.41,987.22,968.52,969.06,5539100,0\n06/24/1997,969.05,986.86,969.05,986.42,6300800,0\n06/25/1997,986.42,993.16,970.58,979.22,6728700,0\n06/26/1997,979.22,981.39,965.95,967.34,6129400,0\n06/27/1997,967.34,976.58,961.67,963.01,5484800,0\n06/30/1997,963.07,970.48,955.43,957.30,6370200,0\n07/01/1997,957.30,961.77,947.78,953.44,5890300,0\n07/02/1997,953.44,976.05,953.44,975.93,6223900,0\n07/03/1997,975.93,990.53,975.93,986.52,3717600,0\n07/07/1997,986.52,999.32,986.52,991.04,5461100,0\n07/08/1997,991.04,1005.88,989.97,1005.81,6353900,0\n07/09/1997,1005.81,1019.18,1005.68,1010.10,7078700,0\n07/10/1997,1010.14,1013.37,995.87,1010.04,6373200,0\n07/11/1997,1010.07,1017.85,1002.93,1015.62,6514600,0\n07/14/1997,1015.62,1041.88,1015.62,1041.88,6775800,0\n07/15/1997,1041.88,1063.04,1041.88,1059.02,7269300,0\n07/16/1997,1059.00,1106.00,1059.00,1103.43,8362000,0\n07/17/1997,1103.43,1108.12,1086.93,1094.85,7508900,0\n07/18/1997,1094.95,1094.95,1057.10,1070.99,6685500,0\n07/21/1997,1070.99,1072.94,1051.03,1058.45,5357100,0\n07/22/1997,1058.45,1091.15,1058.45,1090.94,6479600,0\n07/23/1997,1090.94,1106.70,1087.15,1092.06,6932800,0\n07/24/1997,1092.06,1092.69,1071.52,1088.18,7421000,0\n07/25/1997,1087.91,1097.24,1078.74,1085.39,6666000,0\n07/28/1997,1085.39,1089.88,1071.29,1075.18,5895000,0\n07/29/1997,1075.18,1087.92,1069.25,1087.92,6323000,0\n07/30/1997,1087.95,1104.47,1083.76,1100.98,7249500,0\n07/31/1997,1100.99,1110.27,1096.83,1107.03,6776900,0\n08/01/1997,1107.03,1113.99,1094.32,1108.94,5840200,0\n08/04/1997,1108.95,1125.08,1106.05,1124.08,5933000,0\n08/05/1997,1130.86,1139.20,1091.43,1136.41,7318700,0\n08/06/1997,1136.41,1149.94,1129.08,1141.82,7803500,0\n08/07/1997,1141.82,1151.82,1135.51,1135.61,7474600,0\n08/08/1997,1135.61,1135.61,1104.48,1115.02,6916500,0\n08/11/1997,1115.02,1116.40,1083.90,1101.18,6139800,0\n08/12/1997,1101.18,1116.97,1090.63,1090.78,6374800,0\n08/13/1997,1090.78,1111.84,1085.05,1099.10,6483700,0\n08/14/1997,1099.10,1106.52,1092.25,1103.51,5758800,0\n08/15/1997,1103.54,1103.54,1076.64,1076.67,5402400,0\n08/18/1997,1076.65,1089.63,1060.88,1089.55,5456000,0\n08/19/1997,1089.55,1121.18,1089.55,1121.18,6540200,0\n08/20/1997,1121.18,1145.27,1116.80,1145.07,7135300,0\n08/21/1997,1145.07,1145.07,1116.54,1118.72,7036300,0\n08/22/1997,1118.72,1118.72,1079.30,1110.91,6287800,0\n08/25/1997,1110.91,1121.81,1101.69,1107.75,5677400,0\n08/26/1997,1107.80,1107.80,1092.96,1093.21,6648400,0\n08/27/1997,1093.21,1098.69,1078.85,1091.89,6354300,0\n08/28/1997,1091.89,1091.89,1064.57,1070.57,6640300,0\n08/29/1997,1070.62,1080.71,1068.38,1074.05,4982400,0\n09/02/1997,1074.17,1103.23,1074.17,1102.75,5838800,0\n09/03/1997,1102.74,1114.51,1099.31,1100.44,6525200,0\n09/04/1997,1100.44,1110.05,1098.73,1105.82,6697700,0\n09/05/1997,1105.82,1119.85,1104.78,1111.15,6443800,0\n09/08/1997,1111.15,1124.33,1111.15,1117.82,6480400,0\n09/09/1997,1117.82,1128.99,1117.10,1126.73,7114100,0\n09/10/1997,1126.73,1126.81,1102.83,1102.95,7242000,0\n09/11/1997,1102.95,1107.60,1082.52,1105.06,7080400,0\n09/12/1997,1105.06,1108.60,1093.61,1106.07,6909600,0\n09/15/1997,1106.07,1108.98,1080.23,1080.29,6635700,0\n09/16/1997,1080.29,1117.89,1080.29,1116.52,7453300,0\n09/17/1997,1116.52,1122.40,1108.38,1108.63,7700200,0\n09/18/1997,1108.63,1122.07,1106.67,1109.29,7182400,0\n09/19/1997,1109.29,1118.68,1108.13,1118.68,6798600,0\n09/22/1997,1118.68,1135.21,1118.68,1123.65,7037200,0\n09/23/1997,1123.65,1135.56,1122.84,1135.04,7552100,0\n09/24/1997,1135.04,1139.70,1113.60,1115.88,7844800,0\n09/25/1997,1115.88,1119.38,1105.77,1106.48,7324600,0\n09/26/1997,1106.48,1116.10,1102.11,1106.82,6787800,0\n09/29/1997,1106.82,1119.08,1103.76,1118.77,6355500,0\n09/30/1997,1118.77,1118.77,1096.85,1097.16,7797300,0\n10/01/1997,1097.17,1110.00,1089.36,1102.06,9706800,0\n10/02/1997,1102.05,1113.51,1102.05,1112.84,7049800,0\n10/03/1997,1112.89,1135.19,1112.89,1124.44,7652400,0\n10/06/1997,1124.44,1131.78,1121.24,1125.93,7154500,0\n10/07/1997,1125.93,1144.15,1125.93,1140.74,7773000,0\n10/08/1997,1140.75,1145.87,1132.21,1145.34,7864100,0\n10/09/1997,1145.37,1153.89,1137.64,1148.21,7805900,0\n10/10/1997,1148.21,1148.21,1137.45,1137.77,7070200,0\n10/13/1997,1137.77,1146.12,1137.13,1140.48,6531200,0\n10/14/1997,1140.48,1143.87,1120.30,1131.43,7492900,0\n10/15/1997,1131.43,1131.43,1109.41,1119.07,8161400,0\n10/16/1997,1119.07,1127.35,1089.99,1099.38,8338300,0\n10/17/1997,1099.38,1099.38,1058.76,1075.12,9218300,0\n10/20/1997,1075.12,1092.60,1074.21,1088.25,6836600,0\n10/21/1997,1088.25,1110.95,1088.25,1110.55,7893400,0\n10/22/1997,1110.55,1114.46,1098.11,1098.71,7749100,0\n10/23/1997,1098.71,1098.71,1065.17,1074.65,8188800,0\n10/24/1997,1074.65,1090.18,1046.77,1057.34,9362400,0\n10/27/1997,1057.34,1057.34,975.83,978.13,9063600,0\n10/28/1997,978.84,1050.07,925.92,1046.87,13950000,0\n10/29/1997,1046.87,1057.35,1025.44,1029.76,9006000,0\n10/30/1997,1029.76,1029.76,1000.70,1000.70,7541100,0\n10/31/1997,1000.70,1027.34,1000.70,1019.62,7100100,0\n11/03/1997,1019.62,1050.99,1019.62,1050.72,6427600,0\n11/04/1997,1050.72,1056.09,1042.22,1047.62,6310900,0\n11/05/1997,1047.62,1057.90,1046.25,1046.92,6955000,0\n11/06/1997,1046.92,1048.34,1032.32,1034.17,6294900,0\n11/07/1997,1034.17,1034.79,1010.32,1028.32,6732000,0\n11/10/1997,1028.32,1040.05,1011.14,1011.54,5897400,0\n11/11/1997,1011.52,1019.62,1006.83,1010.96,5675600,0\n11/12/1997,1010.96,1010.96,978.73,980.12,7062900,0\n11/13/1997,980.14,1005.25,971.61,1005.25,7726500,0\n11/14/1997,1002.92,1030.32,1002.92,1027.85,7053900,0\n11/17/1997,1027.85,1055.49,1027.85,1049.70,6528800,0\n11/18/1997,1049.70,1051.67,1036.23,1036.31,5752100,0\n11/19/1997,1036.31,1042.02,1030.84,1039.12,5525800,0\n11/20/1997,1039.12,1063.52,1039.12,1062.49,6879900,0\n11/21/1997,1062.49,1073.97,1049.43,1056.59,6791000,0\n11/24/1997,1056.59,1056.59,1028.62,1030.22,5567200,0\n11/25/1997,1030.22,1041.18,1026.17,1038.06,6420000,0\n11/26/1997,1038.06,1047.25,1038.06,1044.24,5175600,0\n11/28/1997,1044.24,1054.57,1042.72,1050.51,2099300,0\n12/01/1997,1050.51,1079.39,1050.51,1079.23,6106200,0\n12/02/1997,1079.23,1079.23,1050.93,1052.07,6503600,0\n12/03/1997,1052.07,1062.93,1036.73,1061.62,7178900,0\n12/04/1997,1061.62,1068.34,1050.39,1052.76,6951200,0\n12/05/1997,1052.76,1070.63,1050.04,1070.27,6632200,0\n12/08/1997,1070.27,1085.35,1070.27,1082.92,6344200,0\n12/09/1997,1082.92,1082.92,1049.02,1050.67,8020800,0\n12/10/1997,1050.67,1050.67,1020.54,1033.21,7416300,0\n12/11/1997,1033.22,1033.22,995.59,1001.88,8237400,0\n12/12/1997,1002.18,1006.82,974.15,978.49,7604300,0\n12/15/1997,978.49,991.29,960.20,984.38,7925700,0\n12/16/1997,984.38,1007.58,984.38,997.31,7849300,0\n12/17/1997,997.30,1011.96,983.13,983.63,7574600,0\n12/18/1997,983.63,984.77,956.98,966.77,7404200,0\n12/19/1997,966.77,972.93,937.69,969.90,7945400,0\n12/22/1997,969.89,990.81,969.49,975.67,6271000,0\n12/23/1997,975.59,979.12,949.21,949.57,6143000,0\n12/24/1997,949.57,959.89,937.22,938.99,3121700,0\n12/26/1997,938.99,954.22,938.99,954.07,2047000,0\n12/29/1997,954.07,978.67,954.07,978.53,6450900,0\n12/30/1997,978.53,999.73,978.53,998.46,7583600,0\n12/31/1997,998.46,1005.00,990.29,990.83,7954600,0\n01/02/1998,990.80,1008.23,987.72,1008.23,4341400,0\n01/05/1998,1008.23,1028.62,1007.25,1017.42,6815600,0\n01/06/1998,1017.42,1018.22,1001.94,1006.29,6357000,0\n01/07/1998,1006.29,1006.29,978.70,991.19,6913400,0\n01/08/1998,990.97,1003.71,982.27,994.55,6450500,0\n01/09/1998,994.54,995.51,950.14,956.19,8134600,0\n01/12/1998,956.19,971.32,933.01,971.17,6983300,0\n01/13/1998,971.17,995.05,971.17,995.05,7420300,0\n01/14/1998,995.05,1001.94,983.90,996.37,6916800,0\n01/15/1998,996.37,1004.36,986.98,995.58,6594500,0\n01/16/1998,995.58,1008.62,995.58,1005.87,7012300,0\n01/20/1998,1005.87,1026.88,1005.87,1026.88,7154900,0\n01/21/1998,1026.88,1029.79,1017.37,1026.52,7168500,0\n01/22/1998,1026.74,1029.24,1014.47,1020.63,6605000,0\n01/23/1998,1020.63,1028.66,1015.45,1024.47,6473900,0\n01/26/1998,1024.47,1026.90,1009.68,1016.40,5882400,0\n01/27/1998,1016.40,1038.78,1014.36,1035.76,6805500,0\n01/28/1998,1035.76,1064.90,1035.76,1063.20,7776100,0\n01/29/1998,1063.22,1082.08,1059.60,1069.00,8279700,0\n01/30/1998,1069.00,1080.26,1066.70,1071.13,7295100,0\n02/02/1998,1071.13,1103.62,1071.13,1100.99,8081200,0\n02/03/1998,1100.99,1113.54,1096.42,1111.26,7641400,0\n02/04/1998,1111.25,1127.77,1107.46,1124.44,8204500,0\n02/05/1998,1124.44,1143.49,1113.08,1114.86,8659900,0\n02/06/1998,1114.86,1134.39,1110.46,1134.32,7538200,0\n02/09/1998,1134.32,1138.98,1119.44,1122.72,6886200,0\n02/10/1998,1122.68,1144.98,1121.97,1139.79,8355600,0\n02/11/1998,1139.79,1145.48,1132.50,1138.81,7600900,0\n02/12/1998,1138.81,1146.28,1122.48,1144.80,7695600,0\n02/13/1998,1144.80,1144.80,1136.51,1136.69,6831800,0\n02/17/1998,1136.64,1147.70,1125.77,1128.63,6919700,0\n02/18/1998,1128.62,1140.74,1125.82,1140.74,6874800,0\n02/19/1998,1140.76,1161.29,1140.76,1156.75,7388700,0\n02/20/1998,1156.76,1163.84,1144.23,1159.73,7457600,0\n02/23/1998,1159.73,1185.78,1159.73,1185.53,7317100,0\n02/24/1998,1185.53,1194.99,1172.34,1172.40,7749200,0\n02/25/1998,1172.40,1200.65,1172.40,1200.39,8450600,0\n02/26/1998,1200.39,1207.84,1196.47,1206.97,7826800,0\n02/27/1998,1206.92,1213.09,1194.09,1194.13,8161600,0\n03/02/1998,1194.13,1204.12,1176.76,1177.59,7470300,0\n03/03/1998,1177.59,1177.59,1160.93,1175.72,7831200,0\n03/04/1998,1175.72,1181.22,1166.81,1179.87,7312000,0\n03/05/1998,1179.87,1179.87,1123.86,1126.83,8742600,0\n03/06/1998,1126.75,1163.11,1126.75,1163.11,7915200,0\n03/09/1998,1163.11,1163.11,1128.37,1128.37,7393400,0\n03/10/1998,1128.37,1148.80,1128.37,1148.61,7999200,0\n03/11/1998,1148.61,1163.85,1146.78,1153.87,8384500,0\n03/12/1998,1153.87,1166.43,1147.52,1163.27,7561500,0\n03/13/1998,1163.27,1180.96,1163.27,1169.29,7522900,0\n03/16/1998,1169.37,1181.41,1169.37,1180.17,6902100,0\n03/17/1998,1180.17,1180.17,1158.86,1167.89,7999400,0\n03/18/1998,1167.89,1177.62,1157.34,1177.01,7571200,0\n03/19/1998,1177.01,1186.22,1176.62,1186.16,7892900,0\n03/20/1998,1186.16,1190.88,1168.39,1169.43,7563200,0\n03/23/1998,1169.43,1184.89,1162.93,1179.18,7315100,0\n03/24/1998,1179.18,1199.84,1179.18,1197.81,8038100,0\n03/25/1998,1197.81,1230.92,1197.81,1214.82,8716500,0\n03/26/1998,1214.83,1223.34,1206.33,1217.94,7250700,0\n03/27/1998,1217.94,1226.72,1206.60,1211.64,7384200,0\n03/30/1998,1211.64,1215.17,1201.17,1206.64,6557800,0\n03/31/1998,1206.28,1227.04,1206.28,1220.66,8410000,0\n04/01/1998,1220.66,1230.42,1207.96,1228.41,8355800,0\n04/02/1998,1228.58,1236.51,1224.05,1230.18,9180900,0\n04/03/1998,1230.18,1240.28,1226.13,1233.66,8630800,0\n04/06/1998,1233.66,1234.42,1204.65,1205.37,7610700,0\n04/07/1998,1205.37,1205.37,1172.87,1182.13,7764800,0\n04/08/1998,1182.13,1197.47,1180.84,1191.06,7196000,0\n04/09/1998,1191.06,1204.04,1191.06,1196.90,7558400,0\n04/13/1998,1196.99,1205.48,1184.10,1202.97,6318500,0\n04/14/1998,1202.97,1216.67,1197.19,1213.12,7776900,0\n04/15/1998,1213.12,1237.90,1213.12,1231.36,9019500,0\n04/16/1998,1231.36,1231.36,1217.73,1227.53,8548300,0\n04/17/1998,1227.53,1231.59,1217.22,1231.25,8119300,0\n04/20/1998,1231.25,1254.01,1230.90,1253.11,8087300,0\n04/21/1998,1253.11,1270.22,1241.02,1269.70,9385700,0\n04/22/1998,1269.70,1310.10,1269.70,1290.90,10260500,0\n04/23/1998,1290.90,1290.90,1257.69,1258.58,8915100,0\n04/24/1998,1258.58,1269.27,1243.09,1250.14,8062500,0\n04/27/1998,1250.14,1250.14,1204.86,1220.05,7963700,0\n04/28/1998,1220.05,1242.58,1210.31,1222.50,7822200,0\n04/29/1998,1222.50,1241.76,1222.50,1239.56,7927400,0\n04/30/1998,1239.56,1256.14,1239.56,1248.12,8420500,0\n05/01/1998,1248.12,1254.07,1241.10,1251.53,7746000,0\n05/04/1998,1251.53,1268.03,1251.53,1255.82,7708400,0\n05/05/1998,1255.67,1257.69,1245.27,1247.27,7673700,0\n05/06/1998,1247.27,1255.55,1237.58,1242.25,7528200,0\n05/07/1998,1242.26,1244.13,1222.36,1222.68,7162700,0\n05/08/1998,1222.68,1255.08,1217.03,1254.03,7184400,0\n05/11/1998,1254.03,1267.29,1237.52,1237.66,7236100,0\n05/12/1998,1237.67,1256.41,1230.58,1256.41,7358400,0\n05/13/1998,1256.41,1270.37,1256.41,1263.08,7838400,0\n05/14/1998,1263.08,1280.28,1249.81,1266.15,7413100,0\n05/15/1998,1266.10,1270.51,1245.96,1249.49,7559700,0\n05/18/1998,1249.49,1255.39,1232.30,1242.50,6859300,0\n05/19/1998,1242.50,1259.22,1242.50,1255.59,6780400,0\n05/20/1998,1255.59,1259.57,1233.79,1237.75,6743900,0\n05/21/1998,1237.75,1242.35,1221.45,1223.70,6818800,0\n05/22/1998,1223.70,1243.63,1210.51,1214.13,6373500,0\n05/26/1998,1214.13,1226.79,1198.29,1200.12,6762600,0\n05/27/1998,1200.12,1209.93,1180.23,1209.46,7938900,0\n05/28/1998,1209.46,1218.16,1200.24,1214.83,6448800,0\n05/29/1998,1214.83,1220.65,1191.75,1192.07,6642400,0\n06/01/1998,1192.07,1192.07,1160.13,1165.55,6455500,0\n06/02/1998,1165.55,1190.50,1165.55,1187.15,7010700,0\n06/03/1998,1187.15,1198.88,1163.55,1163.98,7270000,0\n06/04/1998,1163.98,1195.23,1163.98,1195.19,7252000,0\n06/05/1998,1195.19,1207.73,1187.63,1206.70,6795900,0\n06/08/1998,1206.70,1212.75,1199.92,1207.02,6100900,0\n06/09/1998,1207.01,1224.40,1203.99,1223.48,7090900,0\n06/10/1998,1223.48,1224.13,1199.26,1199.31,7074600,0\n06/11/1998,1199.30,1206.96,1184.04,1185.11,7182100,0\n06/12/1998,1185.11,1187.33,1157.88,1186.99,7456400,0\n06/15/1998,1186.99,1194.31,1169.14,1173.57,6290300,0\n06/16/1998,1173.57,1211.28,1173.57,1210.90,6804200,0\n06/17/1998,1210.90,1236.38,1210.90,1224.08,8307900,0\n06/18/1998,1224.09,1230.73,1216.00,1227.33,7217000,0\n06/19/1998,1227.33,1242.54,1227.33,1239.71,7126900,0\n06/22/1998,1239.71,1265.96,1234.18,1263.93,6459100,0\n06/23/1998,1264.64,1302.69,1264.64,1302.39,8077900,0\n06/24/1998,1302.39,1331.84,1285.19,1331.16,9273900,0\n06/25/1998,1331.16,1347.44,1308.07,1311.40,8385800,0\n06/26/1998,1311.40,1324.48,1311.40,1320.94,6146300,0\n06/29/1998,1320.94,1342.82,1320.94,1339.71,6592800,0\n06/30/1998,1339.72,1345.19,1323.12,1337.34,8622000,0\n07/01/1998,1337.34,1356.16,1336.11,1356.14,8573600,0\n07/02/1998,1356.14,1356.14,1331.84,1332.53,7933300,0\n07/06/1998,1332.53,1344.52,1326.07,1342.58,6918100,0\n07/07/1998,1342.58,1347.15,1329.74,1346.32,8064500,0\n07/08/1998,1346.32,1378.61,1346.31,1377.84,8418200,0\n07/09/1998,1377.84,1397.26,1373.78,1383.22,8448400,0\n07/10/1998,1383.22,1392.57,1369.06,1391.11,7096100,0\n07/13/1998,1391.11,1420.91,1391.11,1420.58,7769500,0\n07/14/1998,1420.59,1433.48,1414.96,1418.13,8439600,0\n07/15/1998,1418.13,1452.07,1418.13,1449.58,9203000,0\n07/16/1998,1449.58,1458.61,1437.48,1452.62,9048200,0\n07/17/1998,1452.62,1466.13,1444.77,1463.97,7983200,0\n07/20/1998,1463.97,1478.44,1458.60,1465.89,7220600,0\n07/21/1998,1465.89,1485.97,1430.76,1431.89,8542200,0\n07/22/1998,1431.89,1439.00,1405.25,1430.58,8287500,0\n07/23/1998,1430.58,1445.97,1405.76,1405.80,8680000,0\n07/24/1998,1405.80,1425.76,1385.86,1408.60,8056100,0\n07/27/1998,1408.60,1426.47,1370.97,1426.37,7155800,0\n07/28/1998,1426.37,1433.71,1392.33,1393.28,8030400,0\n07/29/1998,1393.28,1412.70,1377.44,1380.08,7305400,0\n07/30/1998,1380.08,1422.14,1380.08,1422.05,7395400,0\n07/31/1998,1422.06,1422.06,1376.61,1377.26,7405400,0\n08/03/1998,1377.26,1383.93,1360.39,1368.44,6551400,0\n08/04/1998,1368.44,1386.09,1316.37,1317.24,9149900,0\n08/05/1998,1317.24,1343.12,1289.91,1329.90,9024400,0\n08/06/1998,1329.90,1365.87,1317.16,1365.87,7822800,0\n08/07/1998,1365.87,1388.56,1359.23,1364.07,8108600,0\n08/10/1998,1364.08,1375.41,1352.66,1362.88,5470100,0\n08/11/1998,1362.88,1362.88,1316.48,1330.13,7329200,0\n08/12/1998,1330.13,1357.59,1330.13,1354.66,7136400,0\n08/13/1998,1354.66,1363.62,1338.24,1338.39,6364400,0\n08/14/1998,1338.39,1352.84,1320.01,1330.04,6691000,0\n08/17/1998,1330.04,1367.95,1322.19,1367.79,6264400,0\n08/18/1998,1367.79,1405.88,1367.79,1401.24,7518300,0\n08/19/1998,1401.24,1421.40,1396.36,1398.26,7356000,0\n08/20/1998,1398.26,1404.79,1385.51,1398.20,6216000,0\n08/21/1998,1398.20,1398.20,1343.45,1374.77,7851400,0\n08/24/1998,1374.77,1392.38,1366.52,1370.92,5882400,0\n08/25/1998,1370.92,1398.77,1370.92,1388.35,6880400,0\n08/26/1998,1388.35,1388.35,1360.82,1374.05,6858600,0\n08/27/1998,1374.05,1374.05,1301.58,1311.53,9592600,0\n08/28/1998,1312.28,1320.26,1249.49,1265.04,9055400,0\n08/31/1998,1265.04,1278.82,1140.03,1140.34,10037800,0\n09/01/1998,1140.34,1220.04,1118.12,1215.06,12586800,0\n09/02/1998,1215.06,1257.08,1214.54,1221.44,9383000,0\n09/03/1998,1221.44,1230.14,1186.38,1208.96,7522500,0\n09/04/1998,1208.96,1231.41,1181.52,1205.41,6234100,0\n09/08/1998,1205.41,1286.69,1205.41,1286.47,7803300,0\n09/09/1998,1286.47,1320.30,1261.76,1261.77,6951700,0\n09/10/1998,1261.77,1261.77,1215.36,1235.37,7629200,0\n09/11/1998,1235.37,1290.35,1235.37,1290.20,7067200,0\n09/14/1998,1290.20,1319.97,1290.20,1308.23,6867200,0\n09/15/1998,1308.23,1324.37,1295.48,1324.19,6648300,0\n09/16/1998,1324.17,1336.52,1314.55,1331.45,7168000,0\n09/17/1998,1331.45,1331.45,1283.08,1291.79,6836700,0\n09/18/1998,1291.79,1302.83,1285.58,1300.70,6471600,0\n09/21/1998,1300.70,1327.70,1259.30,1327.70,5486700,0\n09/22/1998,1327.70,1345.43,1325.75,1336.19,7551800,0\n09/23/1998,1336.19,1394.65,1336.19,1394.65,9327800,0\n09/24/1998,1394.65,1402.75,1347.90,1356.46,8140800,0\n09/25/1998,1356.46,1390.31,1339.07,1390.09,7002300,0\n09/28/1998,1390.09,1413.16,1367.74,1383.25,6966800,0\n09/29/1998,1383.30,1400.39,1369.04,1384.89,7817100,0\n09/30/1998,1384.44,1384.44,1343.60,1345.48,7377600,0\n10/01/1998,1345.48,1345.48,1266.38,1273.74,8569600,0\n10/02/1998,1273.74,1285.69,1228.70,1276.44,8714500,0\n10/05/1998,1267.49,1267.49,1174.94,1207.68,8771800,0\n10/06/1998,1207.68,1250.40,1174.40,1184.84,8871800,0\n10/07/1998,1184.10,1204.87,1139.34,1151.09,9402300,0\n10/08/1998,1144.69,1144.69,1063.27,1128.88,12095100,0\n10/09/1998,1128.88,1199.13,1128.88,1197.87,8928300,0\n10/12/1998,1198.42,1258.87,1198.42,1243.40,7648200,0\n10/13/1998,1243.40,1243.40,1199.30,1206.90,6635400,0\n10/14/1998,1206.50,1253.43,1173.45,1235.67,7500500,0\n10/15/1998,1235.67,1300.51,1231.73,1299.66,8416700,0\n10/16/1998,1299.66,1318.33,1288.86,1293.91,9770900,0\n10/19/1998,1293.91,1310.86,1283.54,1310.17,8409200,0\n10/20/1998,1310.17,1334.55,1282.83,1283.23,10873400,0\n10/21/1998,1283.23,1332.05,1283.23,1332.05,8314800,0\n10/22/1998,1332.05,1355.69,1318.08,1355.19,8940000,0\n10/23/1998,1355.19,1360.81,1339.16,1340.60,8266700,0\n10/26/1998,1340.60,1369.47,1339.39,1368.93,8155700,0\n10/27/1998,1368.93,1413.90,1353.34,1353.34,9659100,0\n10/28/1998,1353.34,1380.68,1348.01,1379.96,7838200,0\n10/29/1998,1379.96,1397.99,1370.61,1396.30,8996400,0\n10/30/1998,1396.30,1414.60,1395.06,1400.52,9200100,0\n11/02/1998,1400.52,1419.35,1400.52,1418.79,8891500,0\n11/03/1998,1418.79,1418.79,1395.53,1401.73,8890000,0\n11/04/1998,1401.73,1437.58,1401.73,1434.00,10504500,0\n11/05/1998,1434.00,1445.85,1422.89,1442.04,9189300,0\n11/06/1998,1442.03,1460.12,1438.93,1458.34,9376300,0\n11/09/1998,1458.34,1470.60,1446.99,1467.63,8457300,0\n11/10/1998,1467.63,1488.01,1457.67,1477.48,9104800,0\n11/11/1998,1477.48,1504.51,1477.48,1480.71,9353500,0\n11/12/1998,1478.22,1480.05,1460.56,1466.54,8043000,0\n11/13/1998,1466.54,1477.70,1454.51,1465.22,8043400,0\n11/16/1998,1465.22,1488.96,1457.47,1475.60,7541800,0\n11/17/1998,1475.60,1508.19,1463.25,1498.55,8234500,0\n11/18/1998,1498.55,1519.51,1495.44,1514.89,8991100,0\n11/19/1998,1514.89,1549.93,1514.89,1537.45,9816800,0\n11/20/1998,1537.45,1554.96,1531.25,1544.22,8710400,0\n11/23/1998,1544.22,1593.69,1544.22,1589.06,9510400,0\n11/24/1998,1589.06,1605.96,1579.67,1580.83,9968100,0\n11/25/1998,1580.83,1598.49,1567.90,1598.48,8155400,0\n11/27/1998,1598.48,1628.86,1598.48,1628.35,5129300,0\n11/30/1998,1628.38,1634.40,1557.47,1557.96,11065200,0\n12/01/1998,1557.96,1632.72,1535.18,1632.53,10260500,0\n12/02/1998,1632.53,1634.21,1595.23,1619.09,9823900,0\n12/03/1998,1619.14,1641.28,1573.78,1573.78,10404900,0\n12/04/1998,1574.83,1630.01,1574.83,1630.01,8905800,0\n12/07/1998,1630.01,1677.47,1630.01,1676.89,8107300,0\n12/08/1998,1676.89,1699.04,1650.64,1668.16,9188900,0\n12/09/1998,1668.16,1686.57,1661.88,1685.38,8557500,0\n12/10/1998,1685.38,1697.03,1652.45,1652.76,8706900,0\n12/11/1998,1652.78,1680.75,1644.40,1675.01,7833400,0\n12/14/1998,1674.68,1674.68,1607.53,1614.09,7424400,0\n12/15/1998,1614.08,1663.95,1614.08,1663.78,7666900,0\n12/16/1998,1663.78,1676.82,1641.51,1656.28,8409800,0\n12/17/1998,1656.28,1689.64,1656.28,1689.63,7916200,0\n12/18/1998,1689.63,1735.62,1689.63,1735.00,9015300,0\n12/21/1998,1735.60,1790.48,1735.60,1787.30,9583800,0\n12/22/1998,1787.30,1793.62,1751.68,1767.82,9067400,0\n12/23/1998,1767.82,1818.96,1767.82,1818.96,9652900,0\n12/24/1998,1818.96,1818.96,1805.67,1806.04,4436300,0\n12/28/1998,1806.04,1832.07,1805.25,1823.99,8618800,0\n12/29/1998,1823.99,1827.98,1802.86,1823.31,9111800,0\n12/30/1998,1823.31,1842.91,1806.25,1810.97,9197700,0\n12/31/1998,1812.07,1848.36,1809.91,1836.01,8866300,0\n01/04/1999,1836.01,1874.61,1833.43,1854.39,9366600,0\n01/05/1999,1854.39,1903.00,1848.78,1903.00,9483500,0\n01/06/1999,1903.00,1963.95,1903.00,1963.95,12526500,0\n01/07/1999,1963.95,1975.67,1927.12,1966.35,12009000,0\n01/08/1999,1966.35,2008.26,1940.91,1973.66,12866900,0\n01/11/1999,1973.66,2000.70,1968.37,2000.18,11409300,0\n01/12/1999,2000.18,2007.10,1937.53,1939.08,11073000,0\n01/13/1999,1939.08,1985.79,1838.65,1948.71,11954700,0\n01/14/1999,1965.10,1965.10,1905.47,1906.12,10122700,0\n01/15/1999,1906.12,1982.38,1906.12,1981.62,10011600,0\n01/19/1999,1981.62,2034.09,1981.62,2033.71,10574900,0\n01/20/1999,2033.71,2096.27,2032.81,2033.71,12809800,0\n01/21/1999,2033.71,2033.71,1957.32,1961.76,10838600,0\n01/22/1999,1961.76,1990.80,1926.70,1964.21,10147400,0\n01/25/1999,1964.21,1998.17,1951.29,1997.16,8709600,0\n01/26/1999,2004.14,2063.52,2004.14,2062.20,10301600,0\n01/27/1999,2062.21,2091.51,2030.08,2030.36,10344800,0\n01/28/1999,2030.36,2105.66,2030.36,2104.59,10138900,0\n01/29/1999,2104.59,2128.19,2074.01,2127.19,10571200,0\n02/01/1999,2127.19,2150.83,2114.53,2130.93,9571100,0\n02/02/1999,2130.93,2133.40,2065.74,2078.69,9637100,0\n02/03/1999,2078.77,2120.10,2064.34,2119.94,10570100,0\n02/04/1999,2119.95,2121.62,2027.56,2027.66,10991900,0\n02/05/1999,2027.66,2039.79,1963.80,1988.55,10137400,0\n02/08/1999,1988.55,2034.21,1986.25,2034.21,8817800,0\n02/09/1999,2034.21,2036.21,1935.24,1935.33,9097800,0\n02/10/1999,1935.33,1973.90,1924.53,1944.18,9156200,0\n02/11/1999,1946.41,2045.08,1946.41,2044.68,9617600,0\n02/12/1999,2044.68,2044.68,1957.93,1958.60,8375600,0\n02/16/1999,1958.60,2004.64,1940.74,1954.49,8192400,0\n02/17/1999,1954.48,1954.48,1885.77,1891.37,9027800,0\n02/18/1999,1891.37,1915.25,1864.90,1906.09,8599100,0\n02/19/1999,1906.09,1938.65,1906.09,1931.59,8134800,0\n02/22/1999,1931.65,1996.38,1918.71,1996.02,8435100,0\n02/23/1999,1996.02,2035.37,1991.60,2028.23,9121100,0\n02/24/1999,2028.23,2055.82,1988.33,1989.14,9310900,0\n02/25/1999,1989.14,1989.14,1936.40,1974.39,8587000,0\n02/26/1999,1974.39,1974.39,1914.70,1925.28,9011700,0\n03/01/1999,1925.97,1945.37,1902.29,1937.70,7708000,0\n03/02/1999,1937.70,1953.83,1886.36,1888.66,8940200,0\n03/03/1999,1891.70,1913.18,1870.37,1899.81,8643800,0\n03/04/1999,1899.81,1954.31,1880.85,1933.03,8894300,0\n03/05/1999,1933.06,1985.54,1933.06,1969.87,8592000,0\n03/08/1999,1969.87,2034.69,1969.87,2034.05,9707500,0\n03/09/1999,2034.05,2070.24,2021.21,2028.57,10329000,0\n03/10/1999,2028.57,2042.87,2012.03,2038.51,9366700,0\n03/11/1999,2038.51,2067.49,2020.23,2043.76,10335800,0\n03/12/1999,2043.76,2043.76,1989.84,2008.96,9184100,0\n03/15/1999,2009.36,2060.34,1999.23,2060.34,8514800,0\n03/16/1999,2060.34,2083.32,2048.29,2073.31,9772100,0\n03/17/1999,2073.14,2080.24,2057.13,2064.50,8543200,0\n03/18/1999,2064.50,2102.97,2060.53,2102.77,9374300,0\n03/19/1999,2102.91,2121.56,2053.17,2053.69,10548800,0\n03/22/1999,2053.69,2065.11,2025.70,2027.14,8742000,0\n03/23/1999,2026.84,2026.84,1960.31,1961.31,9760000,0\n03/24/1999,1961.31,2013.70,1943.92,2013.55,8565200,0\n03/25/1999,2013.55,2083.46,2013.55,2083.35,9394900,0\n03/26/1999,2083.35,2096.22,2058.87,2067.30,8311400,0\n03/29/1999,2067.30,2144.66,2067.30,2144.66,8762000,0\n03/30/1999,2144.66,2158.94,2123.98,2125.69,8961100,0\n03/31/1999,2125.69,2168.69,2104.19,2106.39,11012000,0\n04/01/1999,2106.39,2147.63,2106.39,2146.13,8486800,0\n04/05/1999,2146.13,2219.97,2146.13,2219.64,9779200,0\n04/06/1999,2219.64,2244.25,2200.56,2218.83,11139900,0\n04/07/1999,2218.83,2251.29,2158.63,2192.29,12727500,0\n04/08/1999,2192.29,2224.81,2156.65,2224.75,11458800,0\n04/09/1999,2224.75,2238.59,2208.39,2232.47,10913800,0\n04/12/1999,2232.47,2232.47,2167.71,2219.21,11433300,0\n04/13/1999,2219.21,2240.30,2173.23,2175.18,13417000,0\n04/14/1999,2175.18,2214.68,2103.63,2103.63,14161900,0\n04/15/1999,2103.63,2136.27,2053.72,2135.81,12339600,0\n04/16/1999,2135.81,2144.61,2082.00,2086.46,10270700,0\n04/19/1999,2086.46,2104.55,1962.56,1967.58,12009900,0\n04/20/1999,1967.57,2030.34,1952.36,2030.28,11437400,0\n04/21/1999,2031.60,2106.23,2022.00,2105.82,11252800,0\n04/22/1999,2105.82,2185.23,2105.82,2183.49,11104600,0\n04/23/1999,2183.49,2224.40,2151.06,2210.44,10496700,0\n04/26/1999,2210.45,2276.68,2210.45,2260.66,10504700,0\n04/27/1999,2263.01,2283.55,2204.44,2207.03,11320100,0\n04/28/1999,2207.03,2217.17,2147.54,2150.44,10008200,0\n04/29/1999,2150.44,2152.72,2094.57,2119.29,10056500,0\n04/30/1999,2119.47,2172.14,2081.67,2136.39,9944600,0\n05/03/1999,2136.39,2145.45,2097.39,2137.95,8660100,0\n05/04/1999,2137.95,2170.52,2096.08,2097.55,9217300,0\n05/05/1999,2097.55,2155.80,2047.77,2155.77,10387300,0\n05/06/1999,2155.77,2163.79,2075.96,2078.63,9096400,0\n05/07/1999,2079.42,2119.86,2064.56,2117.73,8670500,0\n05/10/1999,2117.73,2151.87,2109.90,2134.75,8311300,0\n05/11/1999,2134.75,2182.46,2134.75,2175.85,9546900,0\n05/12/1999,2175.85,2223.53,2152.77,2217.68,10325000,0\n05/13/1999,2217.68,2239.86,2178.37,2179.08,10695600,0\n05/14/1999,2179.08,2179.08,2120.72,2125.15,9363500,0\n05/17/1999,2125.15,2175.74,2099.73,2175.74,7876800,0\n05/18/1999,2175.74,2180.67,2146.81,2159.26,8621000,0\n05/19/1999,2159.36,2186.51,2119.55,2186.20,9643500,0\n05/20/1999,2186.31,2193.45,2139.95,2139.95,10047700,0\n05/21/1999,2139.95,2152.56,2105.01,2114.40,8893300,0\n05/24/1999,2114.40,2123.47,2050.83,2060.59,9198800,0\n05/25/1999,2060.59,2086.48,1997.82,1999.04,10485100,0\n05/26/1999,1999.04,2053.04,1960.55,2053.04,10994200,0\n05/27/1999,2053.04,2069.11,2021.18,2050.09,8343900,0\n05/28/1999,2050.09,2090.16,2038.74,2089.70,6815700,0\n06/01/1999,2089.70,2089.70,2025.66,2025.79,7436800,0\n06/02/1999,2025.79,2076.65,1987.40,2074.54,8955800,0\n06/03/1999,2074.54,2083.00,2029.22,2030.40,8193100,0\n06/04/1999,2031.97,2109.47,2031.97,2109.41,8856900,0\n06/07/1999,2109.41,2155.39,2109.41,2152.69,8747700,0\n06/08/1999,2152.69,2158.80,2083.81,2086.75,8477200,0\n06/09/1999,2089.14,2136.52,2089.14,2135.48,8417200,0\n06/10/1999,2135.48,2135.48,2081.67,2097.79,7964100,0\n06/11/1999,2097.79,2120.54,2057.19,2062.29,7551200,0\n06/14/1999,2062.29,2074.28,2027.90,2028.92,8354700,0\n06/15/1999,2028.56,2072.35,2020.38,2058.17,8370200,0\n06/16/1999,2058.17,2167.82,2058.17,2167.49,10265300,0\n06/17/1999,2159.10,2198.29,2139.80,2190.83,8923800,0\n06/18/1999,2190.83,2206.20,2155.19,2205.46,9781100,0\n06/21/1999,2205.46,2268.66,2205.46,2268.66,9038800,0\n06/22/1999,2268.67,2280.31,2209.85,2209.89,10022600,0\n06/23/1999,2209.89,2239.59,2177.48,2239.33,9505700,0\n06/24/1999,2239.33,2239.33,2181.48,2184.87,9117300,0\n06/25/1999,2184.87,2221.31,2174.11,2185.76,7678900,0\n06/28/1999,2185.76,2243.94,2185.76,2243.94,7619000,0\n06/29/1999,2243.73,2280.41,2192.95,2280.06,9521900,0\n06/30/1999,2280.07,2320.43,2250.95,2296.77,13280600,0\n07/01/1999,2296.77,2329.06,2272.17,2322.32,10930900,0\n07/02/1999,2322.32,2348.22,2322.32,2347.88,8500200,0\n07/06/1999,2347.88,2383.02,2325.32,2330.73,11356200,0\n07/07/1999,2331.12,2347.28,2317.38,2340.67,10337500,0\n07/08/1999,2340.67,2377.86,2329.10,2374.58,10483800,0\n07/09/1999,2374.58,2393.36,2363.41,2393.02,9271800,0\n07/12/1999,2393.02,2410.62,2370.09,2384.24,9813700,0\n07/13/1999,2384.21,2384.21,2352.52,2373.66,9953900,0\n07/14/1999,2373.61,2417.06,2360.83,2417.05,10710900,0\n07/15/1999,2417.05,2430.44,2407.40,2429.27,11193200,0\n07/16/1999,2429.27,2466.80,2429.27,2459.48,10529600,0\n07/19/1999,2459.50,2468.42,2422.63,2424.62,9459500,0\n07/20/1999,2424.62,2424.62,2327.73,2329.32,10812900,0\n07/21/1999,2329.32,2368.37,2325.11,2363.63,10190800,0\n07/22/1999,2363.63,2363.63,2281.31,2281.92,10386200,0\n07/23/1999,2281.92,2313.82,2270.00,2302.02,9220400,0\n07/26/1999,2302.02,2302.02,2233.15,2233.51,8438500,0\n07/27/1999,2233.51,2312.68,2233.51,2308.78,9975200,0\n07/28/1999,2308.39,2338.01,2282.77,2333.78,9648800,0\n07/29/1999,2333.78,2333.78,2256.18,2263.06,9170000,0\n07/30/1999,2263.06,2309.18,2263.06,2270.93,8772600,0\n08/02/1999,2270.93,2307.55,2255.79,2264.81,7542200,0\n08/03/1999,2264.81,2292.29,2211.44,2239.18,10135000,0\n08/04/1999,2239.18,2258.83,2202.49,2204.33,9641700,0\n08/05/1999,2204.33,2232.23,2148.23,2232.23,11671100,0\n08/06/1999,2232.23,2260.01,2201.90,2212.15,8137300,0\n08/09/1999,2212.15,2226.67,2183.85,2187.61,7482100,0\n08/10/1999,2187.61,2192.77,2120.26,2163.77,9782300,0\n08/11/1999,2164.55,2241.82,2164.55,2241.80,9114600,0\n08/12/1999,2241.80,2260.84,2212.99,2214.33,9167700,0\n08/13/1999,2216.15,2307.13,2216.15,2307.06,9342200,0\n08/16/1999,2307.06,2332.97,2294.37,2313.08,7815700,0\n08/17/1999,2313.08,2346.55,2295.11,2337.37,8983900,0\n08/18/1999,2337.37,2351.00,2317.39,2317.39,10452900,0\n08/19/1999,2317.39,2317.39,2270.96,2278.79,8682800,0\n08/20/1999,2278.79,2315.49,2276.20,2315.07,7951400,0\n08/23/1999,2315.07,2386.01,2315.07,2385.87,9156300,0\n08/24/1999,2385.84,2432.39,2371.14,2404.82,10321600,0\n08/25/1999,2404.82,2465.74,2400.21,2460.92,10359500,0\n08/26/1999,2460.92,2467.46,2416.31,2417.30,11000600,0\n08/27/1999,2417.30,2438.88,2396.07,2402.57,8060900,0\n08/30/1999,2402.57,2415.60,2358.79,2366.88,7959400,0\n08/31/1999,2366.88,2400.65,2326.99,2396.87,9705900,0\n09/01/1999,2396.87,2433.45,2390.02,2404.94,9193300,0\n09/02/1999,2404.94,2407.49,2356.40,2392.60,8361600,0\n09/03/1999,2393.75,2506.75,2393.75,2506.69,9104100,0\n09/07/1999,2506.69,2525.03,2491.82,2491.82,9112300,0\n09/08/1999,2491.82,2504.55,2453.64,2454.67,10059500,0\n09/09/1999,2454.67,2506.01,2453.44,2505.50,10299700,0\n09/10/1999,2505.50,2548.55,2502.61,2534.61,11294300,0\n09/13/1999,2533.36,2533.36,2483.10,2483.10,9844400,0\n09/14/1999,2483.30,2525.42,2482.14,2522.46,10130000,0\n09/15/1999,2518.84,2539.26,2461.93,2463.09,10590500,0\n09/16/1999,2459.79,2478.88,2413.02,2466.88,9603100,0\n09/17/1999,2468.88,2537.31,2468.88,2536.91,10050600,0\n09/20/1999,2541.16,2551.66,2523.04,2545.41,8033400,0\n09/21/1999,2536.66,2536.66,2472.94,2473.74,10359100,0\n09/22/1999,2474.57,2515.62,2455.85,2513.94,10298800,0\n09/23/1999,2524.71,2539.66,2392.01,2403.07,11706300,0\n09/24/1999,2398.92,2410.58,2345.22,2399.58,11520000,0\n09/27/1999,2401.27,2453.94,2401.27,2426.51,9423100,0\n09/28/1999,2425.70,2437.99,2359.48,2428.11,11034000,0\n09/29/1999,2428.32,2449.27,2397.50,2398.78,11211100,0\n09/30/1999,2401.49,2433.36,2379.42,2407.90,12105700,0\n10/01/1999,2407.70,2408.05,2358.22,2404.45,9736100,0\n10/04/1999,2406.45,2467.96,2406.45,2467.92,9146600,0\n10/05/1999,2468.44,2507.90,2436.23,2471.50,11932600,0\n10/06/1999,2479.06,2532.40,2479.06,2532.40,11700500,0\n10/07/1999,2535.69,2558.10,2512.29,2532.00,12168900,0\n10/08/1999,2534.10,2555.36,2484.18,2555.36,10350300,0\n10/11/1999,2556.86,2585.03,2555.18,2578.88,8732600,0\n10/12/1999,2585.53,2586.33,2508.02,2526.82,10040900,0\n10/13/1999,2515.80,2527.15,2444.62,2454.49,10047200,0\n10/14/1999,2463.26,2484.24,2426.18,2470.99,10154900,0\n10/15/1999,2467.20,2468.34,2382.24,2403.81,10747400,0\n10/18/1999,2401.20,2404.92,2299.95,2362.11,9973500,0\n10/19/1999,2369.55,2401.92,2346.27,2362.25,10931100,0\n10/20/1999,2384.52,2466.29,2384.52,2466.29,10537000,0\n10/21/1999,2450.44,2482.03,2396.58,2477.14,11232200,0\n10/22/1999,2479.74,2523.61,2472.40,2485.90,11753000,0\n10/25/1999,2488.16,2507.63,2462.70,2484.19,9331900,0\n10/26/1999,2484.85,2522.80,2466.09,2466.40,10674200,0\n10/27/1999,2466.45,2467.89,2423.29,2457.46,10753400,0\n10/28/1999,2471.91,2540.17,2471.91,2539.93,12491600,0\n10/29/1999,2539.93,2651.12,2539.93,2637.44,14413800,0\n11/01/1999,2637.04,2661.08,2616.27,2616.36,10760800,0\n11/02/1999,2617.07,2662.51,2612.39,2626.99,12485400,0\n11/03/1999,2630.73,2686.70,2630.73,2672.72,13390500,0\n11/04/1999,2682.55,2716.41,2677.13,2703.11,13646100,0\n11/05/1999,2704.88,2765.56,2704.88,2755.70,13463200,0\n11/08/1999,2732.53,2792.27,2725.20,2786.27,13008000,0\n11/09/1999,2791.56,2813.52,2741.17,2763.58,14704200,0\n11/10/1999,2770.76,2824.68,2757.98,2797.61,14332500,0\n11/11/1999,2798.07,2851.52,2798.07,2849.81,13828400,0\n11/12/1999,2851.36,2889.70,2775.96,2888.91,14090700,0\n11/15/1999,2891.58,2901.16,2869.45,2875.87,12833400,0\n11/16/1999,2875.87,2940.61,2875.87,2940.25,14869800,0\n11/17/1999,2952.91,2967.79,2908.03,2911.69,16526500,0\n11/18/1999,2914.25,3003.49,2914.25,3003.49,15929200,0\n11/19/1999,3001.28,3034.78,2983.64,3028.84,14223500,0\n11/22/1999,3028.51,3057.06,3010.92,3049.61,13747600,0\n11/23/1999,3049.40,3066.44,2975.71,2999.78,14563100,0\n11/24/1999,3003.02,3108.96,2982.02,3108.52,12905500,0\n11/26/1999,3109.35,3151.77,3108.49,3116.62,7307800,0\n11/29/1999,3114.88,3127.05,3063.23,3063.23,15437500,0\n11/30/1999,3061.68,3067.09,2964.11,2966.71,15486800,0\n12/01/1999,2970.04,3019.21,2956.79,2997.28,14343100,0\n12/02/1999,3002.90,3108.47,3002.90,3108.47,14581700,0\n12/03/1999,3120.12,3209.93,3120.12,3172.37,15390600,0\n12/06/1999,3172.31,3223.63,3152.93,3191.09,13732300,0\n12/07/1999,3190.57,3211.99,3158.73,3205.08,15646000,0\n12/08/1999,3197.51,3223.56,3158.87,3164.08,16766200,0\n12/09/1999,3184.50,3219.22,3093.98,3167.52,17875700,0\n12/10/1999,3172.38,3208.93,3129.95,3203.28,15940400,0\n12/13/1999,3198.35,3252.92,3173.27,3242.37,15828600,0\n12/14/1999,3243.60,3251.79,3166.66,3167.29,15964100,0\n12/15/1999,3165.68,3239.65,3121.32,3239.18,16482900,0\n12/16/1999,3253.98,3332.56,3253.98,3332.31,14303100,0\n12/17/1999,3362.69,3434.22,3341.71,3359.86,15727100,0\n12/20/1999,3361.97,3406.22,3351.53,3390.01,13244500,0\n12/21/1999,3397.26,3528.88,3393.07,3528.53,14869800,0\n12/22/1999,3536.92,3568.48,3501.34,3562.29,14735700,0\n12/23/1999,3566.40,3625.58,3566.40,3590.28,12726800,0\n12/27/1999,3588.43,3620.13,3521.85,3598.51,11546500,0\n12/28/1999,3601.14,3623.03,3550.87,3579.95,12371300,0\n12/29/1999,3582.93,3689.82,3582.93,3689.68,11584300,0\n12/30/1999,3692.57,3750.41,3680.75,3683.67,11071600,0\n12/31/1999,3700.00,3732.10,3689.75,3707.83,7629800,0\n01/03/2000,3755.74,3836.86,3643.25,3790.55,15100700,0\n01/04/2000,3766.57,3766.57,3542.73,3546.20,15118400,0\n01/05/2000,3543.13,3576.17,3371.75,3507.31,17356700,0\n01/06/2000,3488.31,3513.55,3334.02,3340.81,15983200,0\n01/07/2000,3337.26,3529.75,3314.75,3529.60,16349300,0\n01/10/2000,3558.21,3756.17,3558.21,3717.41,16917100,0\n01/11/2000,3715.22,3717.17,3517.79,3544.35,16944600,0\n01/12/2000,3548.77,3572.62,3447.90,3478.14,15259000,0\n01/13/2000,3495.83,3612.43,3494.39,3612.08,14769700,0\n01/14/2000,3653.30,3744.89,3653.30,3704.74,16566300,0\n01/18/2000,3704.74,3779.56,3665.87,3757.78,15852300,0\n01/19/2000,3741.45,3803.72,3711.96,3790.89,16522100,0\n01/20/2000,3798.84,3877.43,3782.43,3841.74,18513000,0\n01/21/2000,3841.74,3891.81,3806.58,3849.96,19236800,0\n01/24/2000,3888.33,3905.10,3660.86,3660.96,19890500,0\n01/25/2000,3667.02,3759.33,3591.34,3759.11,17436300,0\n01/26/2000,3762.69,3762.69,3621.10,3621.21,17170000,0\n01/27/2000,3628.88,3701.30,3512.07,3593.15,17984600,0\n01/28/2000,3595.89,3618.08,3408.03,3446.13,16163700,0\n01/31/2000,3438.09,3570.59,3349.06,3570.05,15076300,0\n02/01/2000,3580.29,3703.59,3544.93,3701.78,13982400,0\n02/02/2000,3700.20,3785.36,3693.95,3724.46,15278800,0\n02/03/2000,3726.13,3857.34,3704.23,3851.16,17223300,0\n02/04/2000,3858.60,3929.81,3856.83,3874.37,17514500,0\n02/07/2000,3873.43,3933.75,3858.89,3933.34,16255400,0\n02/08/2000,3932.24,4063.79,3932.24,4062.77,19711800,0\n02/09/2000,4061.74,4087.84,3966.33,3968.46,17755900,0\n02/10/2000,3974.83,4090.07,3956.90,4090.00,18135900,0\n02/11/2000,4090.26,4090.26,3933.78,3968.89,17385900,0\n02/14/2000,3969.95,4005.59,3918.87,3986.13,16008500,0\n02/15/2000,3983.85,4024.13,3848.37,3997.03,17089300,0\n02/16/2000,3997.03,4063.58,3982.55,3997.97,17821300,0\n02/17/2000,4012.29,4127.35,3993.57,4125.38,20084400,0\n02/18/2000,4130.55,4135.60,3959.83,3965.75,18984100,0\n02/22/2000,3970.53,4001.07,3856.02,3969.13,17722900,0\n02/23/2000,3966.00,4198.16,3966.00,4170.09,18928000,0\n02/24/2000,4169.66,4253.75,4099.39,4253.05,19440500,0\n02/25/2000,4254.56,4297.46,4169.34,4178.58,18255000,0\n02/28/2000,4178.58,4224.95,4024.08,4162.13,17980700,0\n02/29/2000,4174.75,4269.76,4174.75,4266.94,20888400,0\n03/01/2000,4275.72,4346.41,4269.66,4309.01,22323400,0\n03/02/2000,4311.97,4337.65,4197.98,4234.26,21370800,0\n03/03/2000,4257.53,4442.87,4257.53,4442.87,21365300,0\n03/06/2000,4448.48,4528.69,4436.60,4457.18,20155800,0\n03/07/2000,4489.49,4560.96,4355.61,4390.83,21564100,0\n03/08/2000,4409.98,4470.28,4266.87,4445.68,20201300,0\n03/09/2000,4446.48,4587.55,4379.60,4586.26,20068100,0\n03/10/2000,4586.26,4659.72,4549.07,4587.16,19921700,0\n03/13/2000,4585.16,4585.16,4387.74,4426.80,17362700,0\n03/14/2000,4448.63,4537.99,4226.79,4226.99,19778200,0\n03/15/2000,4250.74,4341.54,4094.04,4130.01,19378000,0\n03/16/2000,4141.23,4353.59,4049.98,4353.33,20415100,0\n03/17/2000,4349.26,4441.00,4326.76,4440.45,16915300,0\n03/20/2000,4443.35,4460.37,4260.92,4261.15,15398600,0\n03/21/2000,4259.58,4450.41,4155.34,4449.33,17533100,0\n03/22/2000,4449.22,4639.12,4449.22,4596.81,17695100,0\n03/23/2000,4594.37,4704.21,4547.00,4660.62,17141600,0\n03/24/2000,4659.76,4816.35,4608.92,4691.61,16889700,0\n03/27/2000,4687.60,4781.19,4687.60,4704.73,13803800,0\n03/28/2000,4705.75,4714.35,4582.45,4583.39,14900900,0\n03/29/2000,4583.81,4615.09,4408.60,4413.92,17382700,0\n03/30/2000,4376.41,4491.08,4151.12,4250.19,19258600,0\n03/31/2000,4268.64,4424.43,4171.09,4397.84,21181000,0\n04/03/2000,4355.70,4355.70,4041.24,4077.02,17399200,0\n04/04/2000,4089.78,4146.50,3525.44,4034.17,28891000,0\n04/05/2000,4028.40,4156.43,3884.32,4030.26,19477000,0\n04/06/2000,4036.39,4161.42,4005.31,4086.73,17464500,0\n04/07/2000,4111.18,4292.88,4111.18,4291.53,15634300,0\n04/10/2000,4293.63,4308.62,3998.10,3998.26,14461400,0\n04/11/2000,3987.24,4049.55,3829.39,3909.21,16793900,0\n04/12/2000,3909.00,3943.68,3632.41,3633.63,19210900,0\n04/13/2000,3645.79,3831.70,3552.51,3553.81,19515000,0\n04/14/2000,3536.41,3536.41,3138.42,3207.96,25557800,0\n04/17/2000,3194.50,3530.67,3107.42,3529.45,24828300,0\n04/18/2000,3531.07,3717.66,3511.81,3715.81,21527200,0\n04/19/2000,3720.24,3753.45,3578.90,3583.07,17602700,0\n04/20/2000,3587.27,3632.24,3453.30,3505.29,14227300,0\n04/24/2000,3448.23,3448.23,3200.90,3353.53,15407100,0\n04/25/2000,3371.21,3622.29,3371.21,3621.56,16229100,0\n04/26/2000,3622.80,3690.29,3505.11,3505.71,15928300,0\n04/27/2000,3504.20,3692.92,3390.60,3692.57,15487600,0\n04/28/2000,3696.42,3790.78,3696.42,3773.18,15837100,0\n05/01/2000,3789.20,3871.93,3777.05,3829.84,15006100,0\n05/02/2000,3768.04,3824.47,3626.54,3627.31,14380400,0\n05/03/2000,3627.31,3627.31,3435.30,3562.16,14800500,0\n05/04/2000,3561.72,3627.35,3518.12,3570.73,12878500,0\n05/05/2000,3571.27,3692.40,3534.07,3688.36,11972900,0\n05/08/2000,3688.36,3688.36,3521.05,3521.60,11427100,0\n05/09/2000,3525.23,3567.96,3401.82,3445.26,14547800,0\n05/10/2000,3436.68,3436.68,3234.96,3244.73,15801100,0\n05/11/2000,3311.51,3381.70,3237.86,3381.57,13702300,0\n05/12/2000,3381.57,3504.81,3381.57,3406.25,12200400,0\n05/15/2000,3404.56,3512.21,3314.44,3512.11,11558100,0\n05/16/2000,3520.98,3653.76,3520.98,3646.89,14952700,0\n05/17/2000,3635.03,3635.03,3527.67,3550.50,12273800,0\n05/18/2000,3547.52,3575.78,3426.35,3426.35,12586100,0\n05/19/2000,3425.38,3425.38,3259.18,3260.64,13669300,0\n05/22/2000,3261.47,3269.54,3029.14,3264.71,16154800,0\n05/23/2000,3262.77,3298.46,3022.52,3023.42,13304400,0\n05/24/2000,3023.49,3185.74,2897.27,3180.31,20879800,0\n05/25/2000,3181.50,3290.53,3078.18,3099.28,15618400,0\n05/26/2000,3100.97,3170.72,3033.50,3101.44,10694400,0\n05/30/2000,3101.43,3415.71,3101.43,3414.03,14573600,0\n05/31/2000,3414.03,3458.34,3322.22,3324.08,15337300,0\n06/01/2000,3331.80,3526.53,3331.80,3518.98,15802400,0\n06/02/2000,3518.98,3759.81,3518.98,3755.67,19032100,0\n06/05/2000,3742.28,3817.25,3688.89,3730.31,14559600,0\n06/06/2000,3730.31,3801.31,3637.80,3646.32,16030600,0\n06/07/2000,3644.46,3736.15,3599.53,3736.01,14312200,0\n06/08/2000,3737.93,3791.42,3671.44,3707.31,13992500,0\n06/09/2000,3707.31,3785.02,3707.31,3760.26,12687200,0\n06/12/2000,3761.15,3779.74,3638.31,3638.42,12810000,0\n06/13/2000,3638.54,3766.52,3582.52,3765.81,13987900,0\n06/14/2000,3767.54,3793.72,3670.71,3677.49,14003000,0\n06/15/2000,3680.67,3755.72,3639.18,3752.01,14266300,0\n06/16/2000,3758.36,3817.85,3732.83,3787.36,15011900,0\n06/19/2000,3787.36,3935.33,3730.77,3933.70,14114000,0\n06/20/2000,3933.70,3990.21,3898.28,3933.83,16945200,0\n06/21/2000,3928.98,3981.26,3867.92,3970.00,15419000,0\n06/22/2000,3968.85,3968.85,3804.00,3804.11,16395400,0\n06/23/2000,3809.40,3821.95,3669.40,3685.30,13449600,0\n06/26/2000,3685.30,3840.54,3685.30,3771.45,13169600,0\n06/27/2000,3771.45,3804.94,3698.50,3699.00,14760200,0\n06/28/2000,3701.11,3817.50,3701.11,3771.06,16601300,0\n06/29/2000,3764.83,3764.83,3634.03,3665.83,15509900,0\n06/30/2000,3666.18,3764.96,3666.18,3763.79,20663900,0\n07/03/2000,3763.79,3811.59,3744.63,3804.78,6008100,0\n07/05/2000,3804.96,3804.96,3646.46,3649.80,13426000,0\n07/06/2000,3648.13,3793.90,3610.27,3793.48,14824800,0\n07/07/2000,3793.01,3884.84,3781.56,3841.27,14864800,0\n07/10/2000,3841.51,3841.51,3767.56,3772.20,13959500,0\n07/11/2000,3772.61,3835.02,3720.02,3744.53,17145000,0\n07/12/2000,3810.36,3909.41,3792.98,3901.12,17759800,0\n07/13/2000,3901.12,3991.87,3900.23,3956.67,18815600,0\n07/14/2000,3962.82,4051.90,3962.68,4041.15,16786100,0\n07/17/2000,4041.15,4089.04,4007.62,4061.88,15845000,0\n07/18/2000,4060.31,4060.31,3949.85,3960.96,15019700,0\n07/19/2000,3960.96,3960.96,3835.12,3843.98,14453100,0\n07/20/2000,3843.98,3999.06,3843.98,3995.46,17198800,0\n07/21/2000,3992.83,3992.83,3892.25,3908.75,15459400,0\n07/24/2000,3908.75,3966.83,3787.29,3790.62,14606900,0\n07/25/2000,3790.62,3871.64,3762.00,3865.39,14710000,0\n07/26/2000,3865.33,3865.33,3741.84,3818.31,17547600,0\n07/27/2000,3816.49,3816.49,3680.78,3681.63,17911000,0\n07/28/2000,3689.69,3716.95,3452.95,3477.31,17694100,0\n07/31/2000,3477.53,3610.95,3437.59,3609.35,15125800,0\n08/01/2000,3609.35,3609.35,3518.61,3521.15,13414600,0\n08/02/2000,3521.15,3617.25,3486.46,3490.34,14768200,0\n08/03/2000,3490.34,3625.64,3341.83,3623.50,18288600,0\n08/04/2000,3624.17,3715.57,3577.13,3618.63,14388500,0\n08/07/2000,3618.63,3726.90,3618.63,3710.39,13196800,0\n08/08/2000,3708.95,3741.51,3671.75,3686.37,14615900,0\n08/09/2000,3708.63,3780.43,3691.70,3693.04,15176500,0\n08/10/2000,3687.69,3690.61,3594.80,3595.19,13496700,0\n08/11/2000,3595.15,3645.77,3521.53,3644.61,13332600,0\n08/14/2000,3644.63,3720.81,3616.71,3719.61,12320600,0\n08/15/2000,3718.70,3761.56,3691.27,3722.62,13536200,0\n08/16/2000,3722.62,3791.22,3704.51,3721.25,14013800,0\n08/17/2000,3721.25,3839.76,3716.67,3830.59,14403700,0\n08/18/2000,3830.59,3868.74,3799.97,3807.51,14479200,0\n08/21/2000,3809.86,3878.67,3785.20,3827.62,12693300,0\n08/22/2000,3832.10,3898.12,3827.30,3827.89,14131900,0\n08/23/2000,3818.06,3899.96,3760.12,3896.92,14617900,0\n08/24/2000,3897.05,3954.60,3884.57,3949.57,15469500,0\n08/25/2000,3945.50,3986.73,3915.79,3931.25,12858200,0\n08/28/2000,3933.33,3987.71,3928.80,3954.24,13730100,0\n08/29/2000,3955.54,3970.92,3923.42,3951.94,14894700,0\n08/30/2000,3951.67,3984.19,3921.49,3968.73,15370200,0\n08/31/2000,3971.32,4080.48,3971.32,4077.59,19031500,0\n09/01/2000,4084.11,4147.19,4057.44,4099.30,14729400,0\n09/05/2000,4085.89,4085.89,3986.28,3987.03,16681200,0\n09/06/2000,3978.23,3983.74,3837.33,3837.62,17571900,0\n09/07/2000,3847.79,3963.94,3847.79,3953.36,16346100,0\n09/08/2000,3949.15,3949.15,3811.60,3813.44,15085500,0\n09/11/2000,3813.44,3852.45,3690.47,3706.74,14836700,0\n09/12/2000,3706.74,3792.38,3645.28,3666.87,15966400,0\n09/13/2000,3666.87,3752.45,3610.65,3741.75,16565500,0\n09/14/2000,3741.75,3834.51,3715.65,3737.42,16994800,0\n09/15/2000,3731.73,3748.76,3640.58,3676.33,17775400,0\n09/18/2000,3676.33,3723.67,3548.59,3585.52,16139700,0\n09/19/2000,3588.37,3756.87,3588.37,3756.40,17074000,0\n09/20/2000,3756.40,3810.30,3660.31,3790.45,18020400,0\n09/21/2000,3790.45,3790.45,3691.93,3718.15,16160100,0\n09/22/2000,3718.15,3718.15,3505.18,3701.18,21643400,0\n09/25/2000,3753.31,3774.78,3611.09,3622.10,17746800,0\n09/26/2000,3643.65,3696.99,3566.71,3582.59,18259000,0\n09/27/2000,3631.08,3648.94,3533.67,3571.90,19482000,0\n09/28/2000,3556.99,3725.75,3556.34,3725.15,20014500,0\n09/29/2000,3684.87,3690.24,3557.54,3570.61,20180500,0\n10/02/2000,3613.74,3613.86,3447.71,3457.97,17992200,0\n10/03/2000,3528.00,3544.54,3351.61,3353.34,19588400,0\n10/04/2000,3337.91,3476.52,3291.61,3453.36,21293300,0\n10/05/2000,3421.46,3492.28,3392.00,3424.32,18729600,0\n10/06/2000,3432.82,3468.28,3262.80,3311.94,18706900,0\n10/09/2000,3306.75,3359.93,3185.28,3318.90,14377700,0\n10/10/2000,3271.69,3336.61,3175.38,3188.29,18744300,0\n10/11/2000,3077.51,3220.52,3047.17,3100.53,23404500,0\n10/12/2000,3175.75,3183.96,3000.43,3004.45,21286600,0\n10/13/2000,2990.99,3278.77,2990.99,3277.77,20707500,0\n10/16/2000,3265.96,3296.95,3203.13,3249.46,17886000,0\n10/17/2000,3313.81,3326.13,3127.63,3172.19,19367900,0\n10/18/2000,3045.70,3245.58,2982.04,3139.31,25199200,0\n10/19/2000,3316.63,3404.33,3271.20,3402.95,23434700,0\n10/20/2000,3379.73,3514.96,3378.95,3456.61,21714900,0\n10/23/2000,3451.40,3498.04,3378.34,3422.00,16901100,0\n10/24/2000,3455.37,3481.31,3326.12,3353.26,18808600,0\n10/25/2000,3245.69,3283.20,3086.61,3107.61,21709300,0\n10/26/2000,3127.44,3185.91,2956.20,3167.14,22924900,0\n10/27/2000,3232.81,3275.22,3109.06,3175.25,19633900,0\n10/30/2000,3128.94,3195.45,3038.41,3081.07,17414400,0\n10/31/2000,3120.21,3304.62,3120.21,3282.30,21464200,0\n11/01/2000,3214.40,3311.00,3176.87,3225.27,20243800,0\n11/02/2000,3292.13,3326.37,3259.07,3308.48,22269200,0\n11/03/2000,3329.26,3359.99,3275.07,3321.91,18462000,0\n11/06/2000,3346.15,3369.47,3285.77,3290.47,16085200,0\n11/07/2000,3262.58,3304.38,3217.45,3279.57,17001200,0\n11/08/2000,3295.77,3296.30,3058.66,3059.09,16780000,0\n11/09/2000,2993.02,3081.62,2923.10,3057.06,19427700,0\n11/10/2000,2974.43,3011.58,2890.02,2890.26,17799300,0\n11/13/2000,2798.95,2969.62,2742.47,2836.62,20483300,0\n11/14/2000,2952.62,3043.66,2926.66,3039.50,17853100,0\n11/15/2000,3027.61,3128.37,3001.83,3076.70,17059400,0\n11/16/2000,3016.80,3082.42,2925.08,2925.16,15237100,0\n11/17/2000,2934.51,3000.92,2850.15,2934.81,17608500,0\n11/20/2000,2838.29,2885.31,2779.78,2792.41,17162900,0\n11/21/2000,2807.42,2844.55,2745.70,2786.53,17493800,0\n11/22/2000,2738.29,2806.33,2667.11,2668.25,18851300,0\n11/24/2000,2745.39,2830.76,2740.06,2830.09,7816000,0\n11/27/2000,2910.57,2913.76,2759.98,2769.32,17065700,0\n11/28/2000,2763.86,2795.15,2619.50,2621.11,19199700,0\n11/29/2000,2635.05,2670.53,2520.14,2602.85,20557200,0\n11/30/2000,2470.66,2573.11,2426.41,2506.54,27362700,0\n12/01/2000,2566.68,2674.42,2499.39,2549.74,22219700,0\n12/04/2000,2572.88,2614.85,2475.63,2554.40,18604800,0\n12/05/2000,2648.54,2852.91,2633.57,2852.87,24746700,0\n12/06/2000,2833.52,2891.50,2721.81,2743.70,23082800,0\n12/07/2000,2688.61,2761.78,2648.94,2719.91,17568100,0\n12/08/2000,2840.20,2914.97,2803.03,2895.39,23286500,0\n12/11/2000,2900.28,2990.83,2848.86,2972.91,24477600,0\n12/12/2000,2942.20,2958.29,2862.17,2863.21,19190300,0\n12/13/2000,2940.18,2941.34,2741.40,2748.88,20422500,0\n12/14/2000,2744.26,2788.81,2638.11,2639.26,17706400,0\n12/15/2000,2590.84,2624.56,2511.35,2543.09,27706900,0\n12/18/2000,2604.08,2639.00,2511.06,2543.09,20659900,0\n12/19/2000,2538.86,2635.22,2397.87,2399.63,23172000,0\n12/20/2000,2288.28,2337.99,2199.20,2210.32,28551500,0\n12/21/2000,2191.82,2347.28,2174.76,2224.84,26869700,0\n12/22/2000,2303.21,2437.19,2303.21,2436.26,22354100,0\n12/26/2000,2435.51,2477.10,2332.35,2404.60,15587000,0\n12/27/2000,2383.42,2468.75,2362.59,2460.21,20026500,0\n12/28/2000,2435.84,2505.65,2420.34,2464.62,21921300,0\n12/29/2000,2465.37,2491.25,2328.86,2341.70,25317600,0\n01/02/2001,2341.28,2347.70,2105.49,2128.78,19189300,0\n01/03/2001,2087.32,2530.53,2087.32,2528.38,31880000,0\n01/04/2001,2485.52,2547.04,2432.04,2460.04,26106800,0\n01/05/2001,2460.81,2463.48,2252.36,2267.85,21046700,0\n01/08/2001,2245.44,2282.95,2151.16,2281.54,18505900,0\n01/09/2001,2312.53,2364.41,2274.08,2311.40,19751300,0\n01/10/2001,2253.85,2417.43,2237.45,2413.71,24703500,0\n01/11/2001,2376.86,2550.39,2376.86,2524.29,28426400,0\n01/12/2001,2522.45,2591.55,2471.06,2506.05,25188500,0\n01/16/2001,2502.66,2510.34,2432.87,2470.72,20739400,0\n01/17/2001,2586.80,2629.17,2539.09,2558.67,28191900,0\n01/18/2001,2574.64,2672.07,2533.37,2670.47,25587100,0\n01/19/2001,2740.11,2740.76,2633.67,2655.77,26971900,0\n01/22/2001,2639.61,2683.12,2598.85,2643.13,20371400,0\n01/23/2001,2642.33,2738.81,2618.72,2730.05,22784700,0\n01/24/2001,2732.92,2771.63,2692.81,2726.45,25673200,0\n01/25/2001,2687.05,2710.22,2595.47,2595.85,22981500,0\n01/26/2001,2538.28,2635.22,2526.55,2631.78,22688000,0\n01/29/2001,2601.67,2696.73,2578.84,2694.53,19701300,0\n01/30/2001,2701.34,2716.41,2661.74,2686.14,20735900,0\n01/31/2001,2695.03,2718.51,2591.92,2593.00,22773100,0\n02/01/2001,2586.24,2627.39,2554.94,2607.16,17762600,0\n02/02/2001,2605.64,2616.40,2471.51,2472.18,17069000,0\n02/05/2001,2447.72,2483.58,2409.20,2467.30,16487600,0\n02/06/2001,2463.50,2531.05,2456.89,2473.24,17889200,0\n02/07/2001,2421.64,2446.66,2349.92,2409.66,20569200,0\n02/08/2001,2436.48,2464.19,2355.15,2355.67,18523600,0\n02/09/2001,2333.01,2342.42,2247.52,2261.77,18819100,0\n02/12/2001,2247.20,2319.90,2229.23,2286.76,17512200,0\n02/13/2001,2315.46,2367.91,2208.01,2208.40,17285500,0\n02/14/2001,2224.35,2307.27,2173.42,2305.82,19873500,0\n02/15/2001,2360.56,2423.65,2355.92,2371.04,21069300,0\n02/16/2001,2228.77,2266.36,2187.31,2212.51,18922000,0\n02/20/2001,2229.91,2235.74,2094.58,2095.11,18783400,0\n02/21/2001,2056.15,2164.25,2044.74,2058.54,20197400,0\n02/22/2001,2058.56,2088.60,1958.88,2032.42,24834700,0\n02/23/2001,1997.55,2061.45,1935.21,2056.06,22379100,0\n02/26/2001,2088.03,2103.63,2020.32,2097.64,17390600,0\n02/27/2001,2067.15,2081.79,1963.63,1964.52,18085400,0\n02/28/2001,1983.35,2010.32,1880.47,1908.32,20827000,0\n03/01/2001,1879.84,1968.02,1837.98,1968.02,22568800,0\n03/02/2001,1886.04,1988.35,1866.13,1881.34,23741000,0\n03/05/2001,1908.62,1936.02,1892.02,1916.68,14957500,0\n03/06/2001,1983.28,2029.01,1973.87,1976.31,19863800,0\n03/07/2001,2018.94,2018.94,1965.91,1996.23,17744100,0\n03/08/2001,1982.44,1993.50,1933.23,1938.15,17591400,0\n03/09/2001,1892.79,1892.79,1802.91,1813.02,19621200,0\n03/12/2001,1758.06,1762.20,1679.73,1680.64,21498200,0\n03/13/2001,1711.99,1790.31,1691.22,1789.70,20964200,0\n03/14/2001,1711.06,1808.85,1700.85,1745.13,21472200,0\n03/15/2001,1809.50,1813.68,1697.61,1697.92,19637700,0\n03/16/2001,1656.78,1693.60,1627.80,1647.51,21022700,0\n03/19/2001,1659.70,1732.92,1632.48,1730.46,17745700,0\n03/20/2001,1742.99,1749.29,1614.41,1614.47,20165000,0\n03/21/2001,1624.31,1674.31,1594.39,1605.04,21091900,0\n03/22/2001,1624.81,1703.28,1582.48,1701.90,25047700,0\n03/23/2001,1743.96,1754.65,1666.82,1705.02,22845600,0\n03/26/2001,1735.53,1736.88,1667.80,1676.90,17196200,0\n03/27/2001,1680.73,1751.14,1664.66,1735.63,19514100,0\n03/28/2001,1677.63,1687.92,1600.37,1602.22,20722600,0\n03/29/2001,1578.99,1626.88,1543.39,1563.14,20790500,0\n03/30/2001,1573.82,1600.88,1530.14,1573.25,21390500,0\n04/02/2001,1569.66,1594.36,1499.30,1516.58,18483500,0\n04/03/2001,1487.87,1493.11,1390.10,1399.05,25734100,0\n04/04/2001,1392.03,1435.36,1348.52,1370.75,24654700,0\n04/05/2001,1452.04,1521.76,1434.01,1519.05,23330000,0\n04/06/2001,1483.96,1485.37,1425.89,1448.16,18357200,0\n04/09/2001,1472.81,1495.76,1437.85,1481.22,14488300,0\n04/10/2001,1515.58,1620.74,1515.58,1597.87,22034600,0\n04/11/2001,1694.60,1703.89,1624.80,1647.36,23720100,0\n04/12/2001,1617.95,1714.69,1605.61,1714.29,19028000,0\n04/16/2001,1682.17,1700.39,1630.31,1650.21,15719100,0\n04/17/2001,1605.54,1694.22,1603.99,1671.51,19005800,0\n04/18/2001,1760.05,1892.85,1739.16,1830.79,31956500,0\n04/19/2001,1854.20,1953.57,1829.98,1953.28,27888700,0\n04/20/2001,1933.61,1981.90,1901.40,1933.57,25444200,0\n04/23/2001,1881.52,1881.54,1802.82,1811.89,18456300,0\n04/24/2001,1809.47,1860.08,1756.30,1762.21,19833300,0\n04/25/2001,1758.07,1824.88,1743.45,1814.33,19789400,0\n04/26/2001,1839.40,1844.57,1761.67,1763.33,20288000,0\n04/27/2001,1808.92,1822.44,1777.19,1810.47,18016000,0\n04/30/2001,1855.90,1906.90,1826.12,1855.15,20271800,0\n05/01/2001,1854.67,1919.45,1822.86,1919.01,19225200,0\n05/02/2001,1958.17,1980.13,1916.73,1962.42,25841400,0\n05/03/2001,1913.93,1919.62,1853.84,1877.80,20108800,0\n05/04/2001,1820.57,1930.03,1810.86,1924.12,20571100,0\n05/07/2001,1924.68,1948.02,1889.80,1895.41,17496000,0\n05/08/2001,1939.02,1939.66,1887.23,1929.24,18922800,0\n05/09/2001,1885.00,1921.87,1862.06,1876.60,17935200,0\n05/10/2001,1926.47,1926.95,1838.02,1838.32,17416900,0\n05/11/2001,1842.65,1861.52,1810.89,1821.20,14309300,0\n05/14/2001,1819.39,1820.51,1769.33,1795.06,13385400,0\n05/15/2001,1801.46,1853.05,1790.51,1797.08,17106200,0\n05/16/2001,1778.71,1904.25,1768.62,1899.47,20785800,0\n05/17/2001,1900.84,1955.77,1898.65,1925.14,21543100,0\n05/18/2001,1910.71,1940.76,1898.28,1927.69,17926200,0\n05/21/2001,1931.29,2052.67,1927.04,2052.57,23114800,0\n05/22/2001,2062.90,2070.61,2023.07,2042.93,23148000,0\n05/23/2001,2022.16,2073.98,1957.44,1957.56,18867900,0\n05/24/2001,1965.44,2003.71,1937.67,2003.37,18645700,0\n05/25/2001,2000.12,2003.68,1953.24,1960.74,13854100,0\n05/29/2001,1946.57,1946.57,1865.18,1873.53,16210600,0\n05/30/2001,1823.84,1837.01,1768.98,1779.00,19912300,0\n05/31/2001,1785.25,1838.29,1784.72,1799.89,18330700,0\n06/01/2001,1826.02,1852.08,1785.44,1840.83,15553000,0\n06/04/2001,1861.12,1869.98,1819.08,1838.84,13203500,0\n06/05/2001,1853.65,1937.94,1853.47,1923.90,18451000,0\n06/06/2001,1931.45,1945.94,1890.51,1903.84,17719400,0\n06/07/2001,1892.98,1963.83,1891.01,1963.31,16605200,0\n06/08/2001,1959.71,1959.71,1885.84,1896.22,14377300,0\n06/11/2001,1885.17,1885.17,1826.28,1846.50,14186300,0\n06/12/2001,1799.58,1871.03,1776.41,1852.03,17135600,0\n06/13/2001,1860.05,1875.29,1789.91,1790.21,15467900,0\n06/14/2001,1766.41,1776.35,1711.32,1711.39,17637600,0\n06/15/2001,1679.33,1725.77,1657.65,1701.53,21093400,0\n06/18/2001,1712.04,1729.39,1662.59,1666.49,15677700,0\n06/19/2001,1736.29,1745.76,1656.74,1675.90,19806500,0\n06/20/2001,1655.26,1722.85,1655.26,1721.56,21107600,0\n06/21/2001,1714.00,1774.25,1697.56,1751.22,21805000,0\n06/22/2001,1755.57,1773.26,1718.35,1727.47,17145800,0\n06/25/2001,1752.71,1755.67,1713.03,1743.90,14817300,0\n06/26/2001,1708.89,1757.93,1705.93,1751.62,16573800,0\n06/27/2001,1755.25,1769.55,1726.78,1756.02,17164000,0\n06/28/2001,1782.32,1847.38,1782.32,1808.94,19529600,0\n06/29/2001,1812.17,1865.36,1795.45,1830.19,20716300,0\n07/02/2001,1831.42,1864.20,1815.11,1830.19,15134200,0\n07/03/2001,1817.71,1832.01,1798.44,1822.16,8684300,0\n07/05/2001,1800.63,1812.26,1750.51,1751.00,12906800,0\n07/06/2001,1728.57,1729.57,1666.62,1668.59,14414200,0\n07/09/2001,1680.88,1712.08,1669.23,1697.05,13996300,0\n07/10/2001,1718.81,1719.32,1624.80,1624.95,16639700,0\n07/11/2001,1617.51,1646.83,1600.19,1641.56,17702900,0\n07/12/2001,1708.32,1757.29,1700.41,1750.13,18886900,0\n07/13/2001,1741.36,1782.52,1723.08,1751.11,15617600,0\n07/16/2001,1743.09,1758.93,1682.70,1685.74,14893500,0\n07/17/2001,1675.06,1729.63,1667.48,1729.55,16956900,0\n07/18/2001,1692.16,1716.16,1652.00,1666.87,17381200,0\n07/19/2001,1700.56,1739.13,1674.57,1695.89,19062200,0\n07/20/2001,1662.38,1690.18,1659.98,1676.46,16421200,0\n07/23/2001,1695.20,1699.44,1629.74,1629.93,13565400,0\n07/24/2001,1618.74,1639.56,1580.57,1604.86,16015000,0\n07/25/2001,1609.37,1632.89,1581.67,1627.86,16754900,0\n07/26/2001,1624.22,1679.24,1604.92,1673.39,17653900,0\n07/27/2001,1673.43,1694.69,1661.12,1683.18,15838000,0\n07/30/2001,1689.21,1696.34,1662.67,1670.03,13382300,0\n07/31/2001,1678.71,1715.37,1665.81,1683.61,16217900,0\n08/01/2001,1713.67,1743.73,1704.43,1729.53,17842200,0\n08/02/2001,1758.93,1766.58,1718.94,1751.45,16759300,0\n08/03/2001,1744.02,1744.02,1709.31,1725.90,12451200,0\n08/06/2001,1705.88,1718.59,1700.24,1702.84,11065500,0\n08/07/2001,1695.27,1717.11,1684.09,1696.37,13180200,0\n08/08/2001,1681.85,1710.52,1618.77,1626.20,16616900,0\n08/09/2001,1622.45,1639.54,1603.98,1628.92,14571500,0\n08/10/2001,1621.50,1634.67,1576.07,1617.45,13726900,0\n08/13/2001,1627.34,1657.99,1615.26,1653.27,11470400,0\n08/14/2001,1665.16,1672.07,1627.61,1629.95,12318600,0\n08/15/2001,1629.53,1641.84,1571.92,1572.03,14639300,0\n08/16/2001,1548.30,1582.20,1526.81,1581.98,16137900,0\n08/17/2001,1541.61,1556.01,1514.00,1516.58,13015100,0\n08/20/2001,1518.19,1536.78,1506.53,1535.99,11657900,0\n08/21/2001,1538.80,1550.20,1480.43,1480.74,13259600,0\n08/22/2001,1504.65,1517.83,1467.58,1515.41,15505400,0\n08/23/2001,1513.37,1542.59,1496.64,1496.98,14562900,0\n08/24/2001,1521.48,1579.68,1515.34,1579.62,14956500,0\n08/27/2001,1576.16,1601.97,1559.67,1578.33,11952900,0\n08/28/2001,1579.55,1581.82,1526.08,1526.30,14339400,0\n08/29/2001,1538.16,1541.94,1491.22,1499.76,14667000,0\n08/30/2001,1472.65,1495.10,1438.91,1453.90,17348100,0\n08/31/2001,1444.73,1484.99,1443.55,1469.70,12328800,0\n09/04/2001,1466.32,1502.67,1424.06,1424.12,15365800,0\n09/05/2001,1425.35,1440.33,1371.30,1415.30,19505800,0\n09/06/2001,1392.00,1418.66,1360.57,1361.69,18878000,0\n09/07/2001,1347.62,1390.12,1339.89,1354.27,17127600,0\n09/10/2001,1342.08,1375.60,1339.41,1365.39,16129700,0\n09/17/2001,1277.12,1310.23,1251.89,1252.70,22546200,0\n09/18/2001,1268.28,1282.73,1220.99,1224.64,18649800,0\n09/19/2001,1230.14,1242.73,1135.85,1208.23,24640300,0\n09/20/2001,1175.10,1205.64,1160.61,1166.27,28046600,0\n09/21/2001,1088.96,1160.24,1088.96,1126.95,25881500,0\n09/24/2001,1166.72,1202.57,1158.86,1191.02,20522900,0\n09/25/2001,1194.09,1220.39,1162.91,1187.77,21819600,0\n09/26/2001,1203.44,1203.64,1141.03,1143.48,17606200,0\n09/27/2001,1137.49,1153.33,1101.39,1144.27,20430900,0\n09/28/2001,1158.07,1255.94,1145.76,1168.37,21143600,0\n10/01/2001,1161.74,1163.17,1131.32,1151.24,15051400,0\n10/02/2001,1150.79,1179.07,1141.62,1159.37,17847300,0\n10/03/2001,1144.76,1267.51,1139.21,1249.41,27133000,0\n10/04/2001,1271.74,1313.64,1242.98,1260.66,25585800,0\n10/05/2001,1248.18,1280.12,1216.07,1271.73,18363800,0\n10/08/2001,1249.32,1297.49,1242.94,1279.63,14175200,0\n10/09/2001,1278.99,1284.92,1240.79,1244.56,15274300,0\n10/10/2001,1239.77,1305.46,1235.42,1304.68,18575100,0\n10/11/2001,1333.87,1389.87,1333.28,1389.87,25329400,0\n10/12/2001,1376.27,1396.29,1333.65,1393.84,21859700,0\n10/15/2001,1370.20,1385.97,1351.81,1378.92,15862100,0\n10/16/2001,1390.37,1406.20,1368.34,1404.81,18433100,0\n10/17/2001,1440.63,1440.63,1314.80,1314.80,22924100,0\n10/18/2001,1315.34,1344.43,1302.75,1330.33,17938700,0\n10/19/2001,1317.23,1353.26,1302.53,1347.59,15911100,0\n10/22/2001,1340.96,1383.11,1333.62,1383.07,15308300,0\n10/23/2001,1397.27,1419.71,1371.03,1384.06,18394900,0\n10/24/2001,1388.51,1430.75,1379.37,1424.69,18950000,0\n10/25/2001,1396.35,1479.05,1374.65,1479.05,22596200,0\n10/26/2001,1461.88,1487.40,1453.52,1454.90,19992000,0\n10/29/2001,1445.64,1450.68,1374.48,1374.58,16591700,0\n10/30/2001,1353.96,1367.79,1320.48,1342.26,17785600,0\n10/31/2001,1368.54,1403.09,1354.74,1364.78,18976100,0\n11/01/2001,1381.70,1426.94,1358.72,1424.15,17849100,0\n11/02/2001,1417.40,1439.01,1402.21,1425.78,16438600,0\n11/05/2001,1453.94,1490.11,1453.75,1480.21,17342500,0\n11/06/2001,1471.11,1523.66,1462.19,1523.09,19455100,0\n11/07/2001,1506.11,1559.04,1506.11,1524.67,20658100,0\n11/08/2001,1548.00,1580.59,1497.89,1510.60,23007200,0\n11/09/2001,1508.09,1526.94,1491.00,1514.96,15243600,0\n11/12/2001,1511.77,1538.75,1463.12,1528.75,15944700,0\n11/13/2001,1566.48,1585.07,1552.56,1580.76,21890000,0\n11/14/2001,1601.52,1614.77,1556.71,1585.89,21755900,0\n11/15/2001,1572.82,1609.04,1566.42,1582.58,20255500,0\n11/16/2001,1586.80,1591.58,1563.60,1582.14,17141400,0\n11/19/2001,1597.80,1618.19,1586.66,1617.58,19249000,0\n11/20/2001,1607.61,1614.37,1546.60,1549.70,19885800,0\n11/21/2001,1543.71,1562.76,1526.08,1552.01,15775900,0\n11/23/2001,1557.09,1581.61,1549.39,1577.47,5698200,0\n11/26/2001,1590.05,1619.73,1580.92,1619.65,17341300,0\n11/27/2001,1607.61,1644.38,1575.48,1609.87,21374200,0\n11/28/2001,1594.88,1620.15,1557.03,1557.03,19051500,0\n11/29/2001,1569.42,1599.64,1558.65,1599.30,19571200,0\n11/30/2001,1594.83,1608.43,1581.28,1596.05,18318500,0\n12/03/2001,1576.26,1590.30,1562.73,1567.54,14967600,0\n12/04/2001,1582.07,1634.55,1577.34,1634.27,19086300,0\n12/05/2001,1653.63,1731.29,1653.63,1720.91,27775000,0\n12/06/2001,1715.01,1734.58,1703.02,1717.97,22124700,0\n12/07/2001,1706.27,1709.50,1652.66,1673.90,19167200,0\n12/10/2001,1658.47,1694.33,1642.42,1645.36,16794800,0\n12/11/2001,1666.26,1695.15,1654.72,1661.27,19652000,0\n12/12/2001,1666.50,1683.48,1631.42,1669.95,18952900,0\n12/13/2001,1634.62,1645.04,1601.71,1601.91,20958200,0\n12/14/2001,1601.22,1622.79,1590.71,1605.67,19000200,0\n12/17/2001,1607.08,1654.45,1607.02,1640.34,18409200,0\n12/18/2001,1653.31,1665.39,1642.87,1657.68,18520200,0\n12/19/2001,1629.47,1658.58,1620.72,1628.69,19198500,0\n12/20/2001,1613.06,1617.23,1557.18,1557.36,20431100,0\n12/21/2001,1579.89,1594.08,1573.02,1578.27,23596700,0\n12/24/2001,1581.16,1590.04,1575.01,1577.31,5643800,0\n12/26/2001,1583.69,1618.04,1583.69,1590.84,11273500,0\n12/27/2001,1599.25,1614.44,1591.77,1606.48,12410600,0\n12/28/2001,1617.85,1637.57,1617.01,1621.13,13282900,0\n12/31/2001,1617.35,1623.63,1577.03,1577.05,14148400,0\n01/02/2002,1590.71,1610.41,1565.08,1610.39,15176700,0\n01/03/2002,1618.30,1667.19,1618.30,1666.66,22096300,0\n01/04/2002,1685.54,1698.46,1645.32,1675.03,22056100,0\n01/07/2002,1691.36,1694.27,1647.56,1649.83,21211100,0\n01/08/2002,1651.42,1676.69,1641.17,1666.58,18736700,0\n01/09/2002,1688.26,1710.23,1644.89,1653.76,23214500,0\n01/10/2002,1653.97,1667.29,1635.08,1656.68,17616400,0\n01/11/2002,1659.47,1670.32,1627.42,1634.17,16255300,0\n01/14/2002,1624.91,1633.12,1595.04,1603.76,18016500,0\n01/15/2002,1607.01,1628.00,1590.83,1612.46,16751500,0\n01/16/2002,1588.77,1597.15,1558.97,1558.98,19172700,0\n01/17/2002,1587.01,1605.28,1569.11,1602.32,18931100,0\n01/18/2002,1558.41,1582.92,1537.99,1548.22,16930100,0\n01/22/2002,1567.59,1567.59,1500.89,1501.78,18172200,0\n01/23/2002,1511.95,1553.41,1501.79,1549.21,18711200,0\n01/24/2002,1565.34,1586.34,1559.35,1565.13,19078700,0\n01/25/2002,1546.10,1572.09,1541.84,1558.26,16553100,0\n01/28/2002,1573.39,1581.38,1543.51,1564.86,14820800,0\n01/29/2002,1570.70,1582.65,1508.62,1519.33,18753800,0\n01/30/2002,1525.09,1539.07,1481.46,1538.94,20669700,0\n01/31/2002,1549.47,1554.95,1528.04,1550.17,18035300,0\n02/01/2002,1544.42,1561.24,1515.85,1528.15,17100000,0\n02/04/2002,1526.32,1528.30,1471.52,1479.17,17790300,0\n02/05/2002,1468.61,1497.41,1454.77,1462.86,21068700,0\n02/06/2002,1480.45,1480.45,1434.96,1445.96,21054800,0\n02/07/2002,1445.11,1459.94,1413.42,1413.86,19983000,0\n02/08/2002,1426.26,1452.17,1405.79,1452.17,17947100,0\n02/11/2002,1451.13,1477.96,1446.69,1477.64,15648300,0\n02/12/2002,1458.28,1484.97,1448.77,1464.76,16216800,0\n02/13/2002,1476.25,1492.27,1471.26,1486.75,16007400,0\n02/14/2002,1491.19,1508.25,1471.24,1474.71,16794100,0\n02/15/2002,1477.46,1482.57,1432.96,1436.70,16247200,0\n02/19/2002,1421.07,1424.04,1380.46,1387.27,17491700,0\n02/20/2002,1400.83,1411.97,1364.21,1408.26,19182100,0\n02/21/2002,1397.17,1403.31,1348.25,1348.25,18337500,0\n02/22/2002,1351.24,1372.06,1329.93,1356.16,18393400,0\n02/25/2002,1366.44,1414.29,1365.95,1407.99,16668500,0\n02/26/2002,1416.10,1423.43,1382.99,1401.19,16705300,0\n02/27/2002,1420.30,1426.25,1369.24,1378.48,18234400,0\n02/28/2002,1386.15,1404.04,1356.04,1359.22,19356300,0\n03/01/2002,1373.15,1435.81,1370.32,1435.41,19025200,0\n03/04/2002,1434.69,1495.19,1422.22,1494.70,22976300,0\n03/05/2002,1484.83,1519.36,1480.17,1498.95,20746500,0\n03/06/2002,1488.80,1523.12,1471.66,1519.95,19070800,0\n03/07/2002,1531.43,1538.41,1488.25,1506.81,18981900,0\n03/08/2002,1537.03,1562.97,1532.63,1555.11,20594200,0\n03/11/2002,1542.09,1573.42,1530.51,1553.80,17639500,0\n03/12/2002,1510.06,1523.45,1500.42,1520.54,17501500,0\n03/13/2002,1502.40,1512.40,1482.41,1486.27,16642400,0\n03/14/2002,1488.36,1500.90,1476.14,1477.19,14921300,0\n03/15/2002,1484.46,1498.52,1470.49,1495.41,16988000,0\n03/18/2002,1511.83,1523.27,1489.35,1505.89,15471900,0\n03/19/2002,1510.46,1519.12,1496.67,1504.67,15216200,0\n03/20/2002,1482.10,1488.51,1451.02,1451.02,15546400,0\n03/21/2002,1452.18,1491.31,1443.17,1488.97,16015900,0\n03/22/2002,1483.04,1491.03,1467.16,1470.10,15049600,0\n03/25/2002,1473.62,1481.97,1427.51,1427.60,14293100,0\n03/26/2002,1423.57,1462.50,1423.03,1439.55,16621700,0\n03/27/2002,1431.35,1446.11,1424.19,1436.51,16242300,0\n03/28/2002,1447.48,1463.02,1443.29,1452.81,16649000,0\n04/01/2002,1440.38,1481.74,1425.63,1478.52,15547900,0\n04/02/2002,1444.95,1451.73,1410.41,1410.41,17012400,0\n04/03/2002,1417.78,1423.47,1378.93,1394.21,17041900,0\n04/04/2002,1385.53,1411.66,1377.88,1396.97,17316700,0\n04/05/2002,1405.92,1412.85,1375.63,1376.72,15081000,0\n04/08/2002,1346.77,1395.25,1342.99,1392.96,15992000,0\n04/09/2002,1397.59,1405.10,1345.11,1345.32,16627600,0\n04/10/2002,1356.47,1375.14,1332.68,1363.29,19654200,0\n04/11/2002,1352.76,1360.62,1322.25,1324.65,17071400,0\n04/12/2002,1340.66,1356.83,1325.57,1351.85,15324800,0\n04/15/2002,1358.76,1364.24,1336.42,1355.09,13272300,0\n04/16/2002,1382.86,1414.76,1382.86,1413.93,17914900,0\n04/17/2002,1422.42,1426.01,1393.19,1403.71,19310600,0\n04/18/2002,1397.75,1410.93,1369.92,1395.90,18661400,0\n04/19/2002,1408.31,1408.31,1382.89,1385.01,16816400,0\n04/22/2002,1365.34,1365.34,1336.99,1349.83,17031200,0\n04/23/2002,1348.93,1357.01,1316.15,1322.81,19579000,0\n04/24/2002,1334.87,1337.34,1300.95,1302.32,19232300,0\n04/25/2002,1295.59,1315.02,1287.83,1302.32,19717600,0\n04/26/2002,1310.80,1316.65,1250.82,1250.89,18937900,0\n04/29/2002,1256.58,1267.77,1228.94,1246.75,18425500,0\n04/30/2002,1245.65,1292.19,1243.52,1277.07,20916100,0\n05/01/2002,1273.63,1278.02,1232.36,1267.44,21891100,0\n05/02/2002,1262.66,1284.30,1224.66,1225.37,20603400,0\n05/03/2002,1223.89,1224.37,1185.79,1190.74,19909500,0\n05/06/2002,1191.53,1204.35,1160.99,1161.16,17760800,0\n05/07/2002,1173.76,1178.88,1142.25,1159.25,21391300,0\n05/08/2002,1212.99,1282.44,1212.76,1282.41,24032400,0\n05/09/2002,1268.91,1281.20,1239.02,1240.41,17884600,0\n05/10/2002,1247.09,1248.96,1186.08,1188.78,18391300,0\n05/13/2002,1200.69,1244.02,1192.90,1241.54,16487800,0\n05/14/2002,1287.73,1309.32,1282.10,1305.55,26031200,0\n05/15/2002,1290.40,1350.54,1280.07,1311.05,22661000,0\n05/16/2002,1309.25,1319.52,1296.11,1315.85,16446600,0\n05/17/2002,1333.23,1342.43,1305.71,1325.80,16489100,0\n05/20/2002,1309.83,1313.26,1284.74,1292.21,14293000,0\n05/21/2002,1300.82,1309.62,1251.53,1255.91,16608800,0\n05/22/2002,1246.08,1269.64,1233.78,1264.51,17347300,0\n05/23/2002,1270.28,1286.82,1241.25,1286.77,17625700,0\n05/24/2002,1269.91,1271.51,1246.81,1253.03,12108900,0\n05/28/2002,1264.13,1264.86,1226.28,1244.82,13192500,0\n05/29/2002,1232.16,1239.96,1218.62,1218.68,14189000,0\n05/30/2002,1207.44,1234.51,1202.24,1227.90,15858500,0\n05/31/2002,1237.56,1246.34,1208.21,1208.34,16824300,0\n06/03/2002,1205.20,1213.18,1158.22,1159.15,16231200,0\n06/04/2002,1155.81,1191.13,1151.16,1178.80,18814000,0\n06/05/2002,1182.74,1196.67,1165.02,1195.60,16329200,0\n06/06/2002,1183.91,1185.29,1152.04,1157.62,16302600,0\n06/07/2002,1107.94,1156.03,1106.61,1140.24,21117400,0\n06/10/2002,1142.51,1155.76,1132.12,1135.62,15182600,0\n06/11/2002,1148.72,1151.30,1100.59,1100.97,16970400,0\n06/12/2002,1092.45,1123.78,1079.28,1123.34,20573200,0\n06/13/2002,1117.22,1133.25,1100.34,1106.54,15669100,0\n06/14/2002,1078.69,1112.37,1055.57,1109.60,18277300,0\n06/17/2002,1126.54,1154.18,1123.10,1149.91,15918400,0\n06/18/2002,1139.52,1163.46,1138.31,1138.47,15897600,0\n06/19/2002,1129.32,1133.96,1095.76,1097.54,17267000,0\n06/20/2002,1094.53,1102.72,1058.01,1062.45,17094700,0\n06/21/2002,1051.80,1074.77,1031.95,1035.63,19629000,0\n06/24/2002,1023.06,1075.63,1014.76,1057.68,20506100,0\n06/25/2002,1070.62,1073.53,1017.71,1022.74,18806800,0\n06/26/2002,979.87,1035.53,979.87,1027.22,20617400,0\n06/27/2002,1048.54,1050.68,1009.05,1050.64,19425900,0\n06/28/2002,1047.56,1074.73,1042.84,1051.41,25752400,0\n07/01/2002,1044.48,1049.88,997.97,998.17,23206500,0\n07/02/2002,989.25,993.99,961.76,963.66,27225500,0\n07/03/2002,957.26,995.95,950.33,995.68,26610600,0\n07/05/2002,1018.63,1061.05,1018.63,1060.89,11209600,0\n07/08/2002,1051.27,1066.28,1008.78,1014.33,17081500,0\n07/09/2002,1015.27,1023.38,989.34,990.23,17042200,0\n07/10/2002,1005.99,1005.99,958.76,959.05,18463200,0\n07/11/2002,954.01,999.43,945.85,998.03,22983300,0\n07/12/2002,1016.00,1025.61,988.25,1000.82,20093400,0\n07/15/2002,990.98,1021.35,955.29,1021.02,21177000,0\n07/16/2002,1012.51,1045.52,1002.17,1011.30,23792600,0\n07/17/2002,1047.79,1060.77,1005.18,1028.74,23383900,0\n07/18/2002,1020.82,1027.44,993.08,994.61,18423600,0\n07/19/2002,975.06,992.84,957.65,965.37,23968000,0\n07/22/2002,958.34,980.64,928.83,939.10,20144100,0\n07/23/2002,943.29,954.07,896.56,896.82,22388900,0\n07/24/2002,875.48,951.83,869.17,951.58,21677900,0\n07/25/2002,934.93,940.93,878.01,894.45,23532100,0\n07/26/2002,905.88,917.32,885.94,910.91,16915400,0\n07/29/2002,935.05,970.13,931.43,970.13,19441700,0\n07/30/2002,957.08,992.34,950.74,980.36,17282700,0\n07/31/2002,966.05,971.85,940.91,962.10,16333000,0\n08/01/2002,954.56,960.36,912.40,913.59,15488600,0\n08/02/2002,913.60,916.69,878.48,892.51,14197900,0\n08/05/2002,889.49,896.68,856.35,857.08,13367200,0\n08/06/2002,875.53,923.74,875.53,901.91,15351100,0\n08/07/2002,932.53,938.16,883.37,919.08,15428800,0\n08/08/2002,915.89,948.72,898.57,947.24,15230000,0\n08/09/2002,932.33,953.38,921.25,937.33,13137500,0\n08/12/2002,925.68,943.27,922.36,938.98,10542200,0\n08/13/2002,933.74,959.46,907.30,907.62,15706600,0\n08/14/2002,912.35,968.97,904.47,968.84,16292900,0\n08/15/2002,975.09,985.97,955.38,980.98,16428500,0\n08/16/2002,968.05,1004.22,961.56,996.06,13891800,0\n08/19/2002,997.39,1028.07,993.46,1026.06,14894900,0\n08/20/2002,1014.51,1021.94,1001.84,1008.02,13962900,0\n08/21/2002,1020.95,1038.86,1006.55,1035.47,15085300,0\n08/22/2002,1036.16,1052.49,1023.25,1049.03,16540800,0\n08/23/2002,1036.13,1036.66,1005.02,1010.49,13658300,0\n08/26/2002,1017.62,1020.86,990.82,1016.79,12613600,0\n08/27/2002,1021.50,1021.66,971.68,974.47,14323600,0\n08/28/2002,965.57,968.66,941.60,944.83,13515000,0\n08/29/2002,933.46,973.34,926.61,961.75,14351900,0\n08/30/2002,951.56,964.93,941.51,942.38,10898200,0\n09/03/2002,928.50,928.50,899.19,899.64,13942600,0\n09/04/2002,904.82,925.26,895.41,920.98,14935100,0\n09/05/2002,900.90,901.50,882.85,882.92,15202900,0\n09/06/2002,911.60,932.96,910.78,922.22,13203800,0\n09/09/2002,913.68,939.24,901.13,932.23,12475400,0\n09/10/2002,934.43,951.46,930.19,947.72,14414900,0\n09/11/2002,958.29,978.46,945.90,946.40,10756700,0\n09/12/2002,935.53,935.53,914.89,915.01,11927600,0\n09/13/2002,909.63,928.65,907.24,923.83,12655300,0\n09/16/2002,919.10,925.90,900.89,908.48,10973300,0\n09/17/2002,927.29,932.91,896.45,897.53,15003300,0\n09/18/2002,884.03,906.05,876.08,895.20,15709500,0\n09/19/2002,875.77,889.24,865.87,865.93,15211300,0\n09/20/2002,876.75,879.87,864.13,871.60,17960000,0\n09/23/2002,860.99,864.26,837.63,843.08,14433300,0\n09/24/2002,830.21,861.09,830.21,843.61,16660200,0\n09/25/2002,858.46,885.97,849.28,880.44,16916400,0\n09/26/2002,891.02,897.45,860.81,873.74,16641600,0\n09/27/2002,866.09,891.12,859.60,860.35,14444600,0\n09/30/2002,848.72,852.98,825.80,832.52,16829000,0\n10/01/2002,841.29,870.70,824.22,870.63,17078600,0\n10/02/2002,865.13,882.77,844.61,849.55,17637000,0\n10/03/2002,846.74,859.53,832.67,833.21,16473200,0\n10/04/2002,842.95,844.37,809.94,815.40,15870300,0\n10/07/2002,813.06,826.79,798.88,804.64,14098500,0\n10/08/2002,815.22,827.78,795.25,811.50,18369900,0\n10/09/2002,800.92,825.12,798.17,807.42,17557300,0\n10/10/2002,809.46,852.68,801.26,849.57,18379400,0\n10/11/2002,867.64,899.46,863.10,890.61,19153900,0\n10/14/2002,878.75,903.15,876.21,900.75,12042400,0\n10/15/2002,941.46,950.51,933.28,950.42,20096400,0\n10/16/2002,911.33,929.69,906.08,910.13,15852200,0\n10/17/2002,951.14,957.16,937.19,945.06,18227400,0\n10/18/2002,936.43,956.17,922.31,956.13,16659700,0\n10/21/2002,945.86,982.43,937.55,979.35,15729700,0\n10/22/2002,954.28,977.88,951.61,963.87,17233400,0\n10/23/2002,960.18,989.42,952.78,989.32,15983200,0\n10/24/2002,992.50,998.54,963.08,964.91,19440600,0\n10/25/2002,964.01,995.64,964.01,995.55,14700400,0\n10/28/2002,1007.72,1007.72,973.28,979.55,16361900,0\n10/29/2002,975.66,982.62,941.17,960.82,15984100,0\n10/30/2002,968.48,995.82,960.48,986.09,16755300,0\n10/31/2002,990.39,1006.26,981.24,989.54,17616800,0\n11/01/2002,981.24,1020.59,974.08,1019.06,18428700,0\n11/04/2002,1049.49,1070.51,1039.10,1046.99,23724800,0\n11/05/2002,1033.79,1050.68,1028.22,1050.39,17047800,0\n11/06/2002,1057.59,1065.86,1032.25,1065.86,21894200,0\n11/07/2002,1043.73,1048.50,1019.22,1025.79,17588200,0\n11/08/2002,1026.04,1039.27,1004.04,1008.35,16034600,0\n11/11/2002,1004.41,1004.41,972.34,972.48,12674200,0\n11/12/2002,982.45,1020.54,982.24,1001.94,15596500,0\n11/13/2002,994.40,1022.41,986.65,1011.94,19013800,0\n11/14/2002,1029.36,1057.90,1027.06,1057.83,17562100,0\n11/15/2002,1044.30,1062.86,1036.30,1061.28,17008900,0\n11/18/2002,1073.89,1075.51,1044.79,1045.19,17663000,0\n11/19/2002,1037.26,1046.07,1019.07,1025.96,16203300,0\n11/20/2002,1028.57,1071.31,1028.12,1070.53,17713700,0\n11/21/2002,1082.92,1119.17,1081.40,1118.14,24417300,0\n11/22/2002,1102.64,1122.51,1099.70,1116.01,19601600,0\n11/25/2002,1118.01,1133.73,1108.47,1127.06,19524000,0\n11/26/2002,1116.29,1119.71,1083.86,1087.49,19276700,0\n11/27/2002,1107.97,1132.80,1105.39,1125.67,17345000,0\n11/29/2002,1133.13,1134.60,1115.85,1116.10,8418100,0\n12/02/2002,1144.21,1155.68,1110.24,1120.49,19255500,0\n12/03/2002,1109.46,1109.46,1083.94,1088.80,16515100,0\n12/04/2002,1068.94,1082.93,1055.11,1069.44,18860700,0\n12/05/2002,1085.02,1085.63,1052.08,1053.06,14623400,0\n12/06/2002,1038.72,1074.01,1035.55,1065.97,15298000,0\n12/09/2002,1054.87,1055.36,1014.80,1014.84,14968200,0\n12/10/2002,1022.39,1043.34,1019.70,1033.07,14702500,0\n12/11/2002,1023.91,1047.74,1019.40,1036.34,14238800,0\n12/12/2002,1047.47,1051.55,1029.41,1039.95,14082200,0\n12/13/2002,1027.66,1027.66,1005.85,1005.85,13714100,0\n12/16/2002,1011.89,1042.84,1008.52,1042.44,14062100,0\n12/17/2002,1038.96,1052.59,1033.19,1040.01,13367500,0\n12/18/2002,1029.82,1029.91,1007.92,1013.67,15296000,0\n12/19/2002,1012.51,1035.52,999.80,1006.05,16545400,0\n12/20/2002,1009.67,1022.74,1009.53,1013.90,19921200,0\n12/23/2002,1012.46,1035.49,1010.84,1032.30,11930600,0\n12/24/2002,1026.57,1034.19,1023.06,1023.29,5238800,0\n12/26/2002,1026.44,1041.49,1013.30,1016.46,8123100,0\n12/27/2002,1012.34,1018.16,996.10,997.85,8049600,0\n12/30/2002,999.39,1003.31,980.74,989.89,10765800,0\n12/31/2002,987.81,994.22,977.59,984.37,11667700,0\n01/02/2003,995.64,1027.91,984.59,1027.86,12875400,0\n01/03/2003,1024.47,1033.37,1018.16,1031.63,11495900,0\n01/06/2003,1034.02,1068.49,1034.02,1061.48,15676900,0\n01/07/2003,1063.18,1082.52,1057.16,1071.85,17557600,0\n01/08/2003,1063.48,1065.69,1040.38,1042.52,14570100,0\n01/09/2003,1056.61,1084.70,1056.05,1076.05,16859900,0\n01/10/2003,1059.86,1096.45,1056.31,1087.36,16523200,0\n01/13/2003,1101.24,1104.32,1075.96,1083.00,13760400,0\n01/14/2003,1082.37,1097.71,1080.85,1094.87,13293400,0\n01/15/2003,1096.96,1099.89,1069.96,1073.60,15130800,0\n01/16/2003,1076.18,1084.36,1057.87,1061.46,13665500,0\n01/17/2003,1041.43,1041.43,1017.53,1017.58,14338400,0\n01/21/2003,1022.94,1028.32,1008.93,1008.93,13554100,0\n01/22/2003,1005.57,1027.08,1003.58,1006.51,14775200,0\n01/23/2003,1024.47,1039.16,1011.12,1032.67,15665100,0\n01/24/2003,1027.70,1027.70,992.85,996.18,15683500,0\n01/27/2003,985.08,1006.26,982.02,986.41,14403000,0\n01/28/2003,996.88,1006.51,983.95,1001.41,14066600,0\n01/29/2003,994.60,1022.98,980.92,1016.56,15075900,0\n01/30/2003,1018.48,1022.21,985.16,985.52,14461300,0\n01/31/2003,971.60,996.04,968.34,983.05,15548100,0\n02/03/2003,987.37,997.56,981.37,987.07,12565500,0\n02/04/2003,972.93,974.68,960.01,971.73,13681500,0\n02/05/2003,980.75,999.16,967.59,968.97,13671300,0\n02/06/2003,966.05,979.18,960.81,970.55,12193200,0\n02/07/2003,980.50,983.36,951.67,957.05,12288500,0\n02/10/2003,961.69,974.48,950.81,969.96,12164400,0\n02/11/2003,975.52,989.32,962.44,971.61,12961900,0\n02/12/2003,967.89,978.06,956.57,956.77,12310700,0\n02/13/2003,959.56,959.73,938.52,951.90,13104400,0\n02/14/2003,958.20,982.12,952.70,982.09,13154100,0\n02/18/2003,990.21,1015.34,989.82,1014.91,13039300,0\n02/19/2003,1011.69,1014.64,994.25,1005.88,11797000,0\n02/20/2003,1010.50,1015.22,999.58,1001.47,13204100,0\n02/21/2003,1002.14,1019.25,986.73,1015.92,13424400,0\n02/24/2003,1009.14,1013.20,994.23,994.69,12224800,0\n02/25/2003,981.52,1001.72,969.56,999.28,13959600,0\n02/26/2003,992.91,1001.99,973.93,974.49,12070900,0\n02/27/2003,982.51,1000.98,976.60,994.80,12381100,0\n02/28/2003,998.26,1013.34,994.79,1009.74,13543700,0\n03/03/2003,1015.87,1023.47,988.40,991.07,12534900,0\n03/04/2003,991.60,994.35,982.06,982.98,12218300,0\n03/05/2003,981.67,995.19,978.40,990.23,13605900,0\n03/06/2003,982.04,991.69,976.55,983.96,12623100,0\n03/07/2003,967.93,992.11,964.25,986.82,14360400,0\n03/10/2003,977.95,982.87,962.48,964.29,11199700,0\n03/11/2003,966.74,973.86,956.94,958.82,12517400,0\n03/12/2003,954.66,971.39,946.79,970.54,15336000,0\n03/13/2003,990.36,1029.84,981.58,1029.79,17890800,0\n03/14/2003,1034.43,1042.56,1020.17,1030.45,16110500,0\n03/17/2003,1021.97,1077.14,1018.76,1077.01,18865100,0\n03/18/2003,1075.30,1082.20,1063.22,1082.19,16322200,0\n03/19/2003,1078.19,1083.11,1058.81,1074.97,16946700,0\n03/20/2003,1064.32,1089.21,1052.92,1080.24,15967400,0\n03/21/2003,1096.30,1099.61,1078.64,1093.12,19115500,0\n03/24/2003,1064.65,1068.46,1045.65,1047.10,13173800,0\n03/25/2003,1051.71,1075.43,1047.06,1066.57,14372400,0\n03/26/2003,1065.78,1074.98,1060.05,1066.30,14185200,0\n03/27/2003,1055.70,1070.67,1049.50,1061.93,14413000,0\n03/28/2003,1052.25,1061.83,1044.38,1046.72,13648800,0\n03/31/2003,1028.43,1032.91,1014.96,1018.66,15962800,0\n04/01/2003,1025.02,1031.51,1015.46,1022.63,14121100,0\n04/02/2003,1047.39,1066.90,1047.39,1063.46,16096900,0\n04/03/2003,1070.51,1078.76,1058.01,1064.06,14455100,0\n04/04/2003,1067.51,1067.51,1044.37,1050.70,13668000,0\n04/07/2003,1089.93,1091.74,1053.22,1053.28,15160800,0\n04/08/2003,1051.75,1056.03,1041.47,1046.30,13127700,0\n04/09/2003,1048.92,1055.89,1023.48,1023.52,13120000,0\n04/10/2003,1024.74,1035.61,1018.17,1033.14,12354100,0\n04/11/2003,1046.45,1051.88,1020.56,1026.15,12375700,0\n04/14/2003,1028.00,1050.51,1025.80,1048.31,11736400,0\n04/15/2003,1044.33,1058.54,1039.99,1053.08,12959000,0\n04/16/2003,1070.64,1078.23,1051.52,1054.89,15516000,0\n04/17/2003,1051.36,1084.81,1051.36,1083.56,16440000,0\n04/21/2003,1083.75,1089.71,1070.86,1081.04,12711700,0\n04/22/2003,1073.88,1103.81,1072.13,1102.44,16143100,0\n04/23/2003,1105.45,1115.67,1096.92,1112.93,18180200,0\n04/24/2003,1100.84,1115.36,1097.19,1108.12,16615400,0\n04/25/2003,1100.65,1101.76,1081.34,1083.19,15157300,0\n04/28/2003,1086.58,1110.50,1084.77,1107.13,14777500,0\n04/29/2003,1113.05,1126.58,1103.79,1116.79,16706000,0\n04/30/2003,1111.54,1116.85,1104.39,1106.06,16192300,0\n05/01/2003,1104.38,1119.67,1094.42,1113.21,14738600,0\n05/02/2003,1109.92,1137.45,1109.66,1136.35,18261200,0\n05/05/2003,1139.60,1152.96,1132.99,1136.26,19320300,0\n05/06/2003,1134.56,1161.00,1134.47,1152.78,21397200,0\n05/07/2003,1142.88,1152.68,1131.37,1135.85,19277200,0\n05/08/2003,1120.53,1132.28,1116.67,1118.76,16190000,0\n05/09/2003,1129.29,1143.97,1126.13,1143.55,15451900,0\n05/12/2003,1141.08,1163.75,1133.89,1160.42,17969400,0\n05/13/2003,1152.75,1165.53,1148.51,1155.97,18562300,0\n05/14/2003,1161.47,1165.20,1140.77,1148.14,18167900,0\n05/15/2003,1155.11,1164.50,1149.04,1162.93,19821300,0\n05/16/2003,1158.51,1162.64,1146.29,1154.48,17834500,0\n05/19/2003,1146.74,1152.59,1112.27,1112.49,16842100,0\n05/20/2003,1118.30,1124.34,1103.20,1112.85,16997500,0\n05/21/2003,1110.78,1115.56,1104.11,1113.68,15889600,0\n05/22/2003,1116.21,1137.68,1112.59,1131.45,17838700,0\n05/23/2003,1128.41,1135.49,1125.24,1130.05,14487700,0\n05/27/2003,1123.66,1174.16,1123.25,1172.58,19327600,0\n05/28/2003,1172.99,1181.93,1165.34,1173.31,20422700,0\n05/29/2003,1175.40,1198.43,1172.52,1181.82,22288800,0\n05/30/2003,1188.63,1201.25,1185.09,1197.89,23146600,0\n06/02/2003,1210.77,1213.76,1180.32,1185.13,25175300,0\n06/03/2003,1183.60,1198.95,1180.01,1198.57,20678800,0\n06/04/2003,1199.74,1228.52,1195.96,1224.76,25157100,0\n06/05/2003,1210.64,1231.79,1206.26,1231.72,24490800,0\n06/06/2003,1254.64,1265.69,1210.33,1213.11,29626100,0\n06/09/2003,1206.95,1214.22,1188.04,1195.55,18567000,0\n06/10/2003,1201.26,1212.99,1194.20,1212.99,17916500,0\n06/11/2003,1210.61,1230.50,1199.47,1228.24,19322000,0\n06/12/2003,1233.48,1235.88,1218.02,1229.32,17907000,0\n06/13/2003,1231.75,1235.42,1201.12,1203.91,18131400,0\n06/16/2003,1211.58,1242.50,1206.13,1241.58,19125600,0\n06/17/2003,1247.57,1247.57,1229.73,1239.63,19686300,0\n06/18/2003,1233.83,1255.39,1225.70,1247.90,20820800,0\n06/19/2003,1247.50,1255.30,1222.87,1225.89,19577200,0\n06/20/2003,1235.20,1235.84,1217.19,1223.40,17671100,0\n06/23/2003,1220.19,1221.65,1189.78,1200.17,16949400,0\n06/24/2003,1196.62,1209.84,1188.20,1191.70,16195100,0\n06/25/2003,1193.16,1212.79,1186.53,1188.33,15636200,0\n06/26/2003,1194.87,1217.21,1191.19,1214.58,15608600,0\n06/27/2003,1216.86,1229.11,1199.60,1205.24,15539400,0\n06/30/2003,1212.51,1218.80,1199.83,1201.69,17928200,0\n07/01/2003,1195.30,1219.23,1180.11,1217.37,17118200,0\n07/02/2003,1223.19,1245.78,1223.06,1245.75,18666500,0\n07/03/2003,1233.40,1250.62,1228.40,1231.34,9449100,0\n07/07/2003,1250.03,1282.31,1250.03,1281.89,18363800,0\n07/08/2003,1275.79,1298.93,1272.29,1298.37,20184900,0\n07/09/2003,1294.58,1307.03,1285.42,1295.16,21136200,0\n07/10/2003,1280.44,1286.02,1260.76,1268.65,17338000,0\n07/11/2003,1273.94,1285.85,1271.76,1280.57,15168800,0\n07/14/2003,1301.19,1316.42,1290.48,1295.74,19731800,0\n07/15/2003,1309.69,1311.10,1285.56,1294.47,19156300,0\n07/16/2003,1305.76,1306.52,1277.46,1291.99,19205600,0\n07/17/2003,1274.73,1279.82,1249.59,1255.94,19126800,0\n07/18/2003,1265.00,1267.69,1244.11,1259.91,16028900,0\n07/21/2003,1256.12,1256.45,1232.16,1240.78,14593100,0\n07/22/2003,1252.99,1265.40,1242.17,1257.63,17497200,0\n07/23/2003,1262.59,1270.44,1246.89,1268.52,18349800,0\n07/24/2003,1282.13,1287.45,1252.12,1253.76,19012400,0\n07/25/2003,1252.62,1278.31,1237.75,1278.31,15879800,0\n07/28/2003,1281.50,1285.86,1272.01,1280.53,15358200,0\n07/29/2003,1284.24,1287.84,1257.13,1275.17,17038000,0\n07/30/2003,1276.58,1277.19,1261.68,1263.78,15137600,0\n07/31/2003,1278.29,1298.81,1269.89,1276.94,18584700,0\n08/01/2003,1274.61,1276.99,1260.09,1264.34,14840400,0\n08/04/2003,1263.62,1277.07,1240.67,1267.38,15734100,0\n08/05/2003,1263.79,1263.83,1226.82,1229.72,17433800,0\n08/06/2003,1221.99,1237.14,1211.27,1215.13,18622700,0\n08/07/2003,1214.89,1225.29,1208.74,1217.17,16380400,0\n08/08/2003,1223.66,1227.42,1204.29,1207.28,13363300,0\n08/11/2003,1209.35,1230.26,1208.33,1223.14,12037800,0\n08/12/2003,1227.50,1241.62,1220.12,1240.70,13298400,0\n08/13/2003,1247.56,1249.14,1233.80,1240.37,14492000,0\n08/14/2003,1241.17,1254.00,1235.05,1251.90,13115700,0\n08/15/2003,1250.45,1257.46,1246.32,1253.63,7039500,0\n08/18/2003,1258.18,1284.88,1256.90,1284.81,14763100,0\n08/19/2003,1291.37,1301.31,1281.71,1299.69,17243900,0\n08/20/2003,1289.43,1307.45,1288.75,1299.73,15067600,0\n08/21/2003,1309.57,1319.88,1299.02,1314.65,17224700,0\n08/22/2003,1338.19,1342.64,1304.51,1304.54,17052000,0\n08/25/2003,1302.50,1307.85,1295.82,1306.64,11178400,0\n08/26/2003,1298.23,1309.83,1280.59,1309.05,13828600,0\n08/27/2003,1305.98,1320.02,1303.15,1318.93,13497300,0\n08/28/2003,1323.21,1332.47,1308.98,1332.33,14665100,0\n08/29/2003,1328.49,1344.74,1327.93,1341.20,12061800,0\n09/02/2003,1347.64,1361.09,1333.29,1361.09,17737800,0\n09/03/2003,1370.35,1375.30,1354.72,1360.19,23331200,0\n09/04/2003,1360.22,1376.06,1356.23,1373.26,18865800,0\n09/05/2003,1366.29,1380.24,1355.02,1361.90,19520400,0\n09/08/2003,1366.55,1387.45,1365.09,1386.73,20329400,0\n09/09/2003,1380.13,1382.11,1364.94,1370.56,22201600,0\n09/10/2003,1357.80,1362.84,1332.28,1332.28,20016000,0\n09/11/2003,1339.88,1358.02,1327.92,1350.80,17480500,0\n09/12/2003,1340.78,1357.63,1330.31,1357.63,17137700,0\n09/15/2003,1359.97,1363.48,1345.94,1347.77,14639500,0\n09/16/2003,1348.75,1383.48,1348.75,1382.82,17887700,0\n09/17/2003,1379.37,1388.18,1369.76,1376.80,19038000,0\n09/18/2003,1374.56,1401.64,1368.61,1400.13,20110100,0\n09/19/2003,1406.61,1406.61,1383.24,1392.26,18850000,0\n09/22/2003,1371.18,1374.90,1358.60,1366.32,17200800,0\n09/23/2003,1367.91,1388.67,1364.67,1388.15,18688000,0\n09/24/2003,1388.54,1388.54,1339.61,1339.64,22079700,0\n09/25/2003,1344.63,1357.99,1325.69,1325.75,20330600,0\n09/26/2003,1323.87,1333.98,1309.20,1309.31,18415300,0\n09/29/2003,1318.33,1335.56,1306.11,1335.51,16669300,0\n09/30/2003,1323.95,1325.41,1302.26,1303.70,18642400,0\n10/01/2003,1312.43,1336.13,1306.33,1335.34,18217400,0\n10/02/2003,1332.16,1343.99,1325.93,1337.10,16040900,0\n10/03/2003,1363.10,1385.79,1363.10,1375.32,20145800,0\n10/06/2003,1378.20,1384.11,1370.45,1381.70,13758100,0\n10/07/2003,1372.09,1392.65,1368.13,1392.56,18402800,0\n10/08/2003,1398.46,1398.99,1376.40,1382.40,18018700,0\n10/09/2003,1404.88,1418.09,1386.63,1396.95,20834600,0\n10/10/2003,1399.18,1406.27,1393.97,1404.87,14649900,0\n10/13/2003,1412.37,1422.28,1405.05,1414.72,14987300,0\n10/14/2003,1411.53,1421.00,1406.39,1420.66,17572900,0\n10/15/2003,1439.97,1439.97,1409.77,1417.59,20171900,0\n10/16/2003,1411.23,1427.61,1411.08,1426.71,17658700,0\n10/17/2003,1423.99,1426.38,1392.08,1394.02,17471500,0\n10/20/2003,1395.41,1409.31,1388.54,1409.31,15373900,0\n10/21/2003,1413.01,1424.80,1405.51,1422.13,17357400,0\n10/22/2003,1403.76,1404.05,1385.15,1387.40,17114600,0\n10/23/2003,1371.90,1387.01,1369.91,1378.11,19370900,0\n10/24/2003,1360.55,1370.67,1346.01,1370.61,19570400,0\n10/27/2003,1378.95,1384.91,1369.38,1377.41,15186800,0\n10/28/2003,1385.57,1420.02,1382.88,1420.02,20762600,0\n10/29/2003,1414.18,1423.69,1410.51,1419.92,19681200,0\n10/30/2003,1437.65,1437.76,1413.57,1417.38,21588400,0\n10/31/2003,1423.39,1443.18,1411.76,1416.39,18332000,0\n11/03/2003,1423.13,1445.72,1422.32,1443.13,20894300,0\n11/04/2003,1434.35,1442.27,1425.26,1429.38,20819900,0\n11/05/2003,1428.04,1437.85,1414.37,1429.56,20181400,0\n11/06/2003,1439.22,1443.06,1421.56,1440.08,21418300,0\n11/07/2003,1450.47,1453.46,1436.13,1436.73,19573300,0\n11/10/2003,1435.87,1437.06,1412.14,1414.62,17501500,0\n11/11/2003,1412.50,1418.46,1401.45,1409.64,16378100,0\n11/12/2003,1414.21,1443.52,1413.84,1443.52,18371900,0\n11/13/2003,1434.75,1442.27,1429.22,1439.87,18718600,0\n11/14/2003,1438.99,1448.06,1407.40,1407.51,18297300,0\n11/17/2003,1399.38,1402.61,1377.90,1393.75,18611000,0\n11/18/2003,1401.46,1405.94,1364.70,1364.70,18987100,0\n11/19/2003,1368.47,1382.94,1363.09,1378.90,17980100,0\n11/20/2003,1365.73,1394.38,1362.09,1363.49,17991000,0\n11/21/2003,1370.63,1375.94,1357.25,1373.32,16215900,0\n11/24/2003,1385.20,1419.31,1385.20,1419.31,17910200,0\n11/25/2003,1418.26,1424.35,1411.36,1411.36,18363500,0\n11/26/2003,1422.01,1426.28,1400.00,1420.11,15247900,0\n11/28/2003,1417.41,1426.76,1416.21,1424.25,7038000,0\n12/01/2003,1434.10,1447.08,1427.12,1447.08,18400200,0\n12/02/2003,1441.71,1447.84,1431.32,1431.89,18027600,0\n12/03/2003,1440.37,1452.03,1419.77,1419.77,22415900,0\n12/04/2003,1424.65,1434.28,1411.13,1432.38,21142300,0\n12/05/2003,1415.78,1429.19,1405.55,1406.91,16659200,0\n12/08/2003,1406.02,1419.11,1399.41,1418.05,15837300,0\n12/09/2003,1423.75,1425.01,1383.00,1383.66,18135300,0\n12/10/2003,1387.25,1394.69,1372.87,1388.96,19463100,0\n12/11/2003,1388.88,1422.49,1387.47,1416.96,18075500,0\n12/12/2003,1419.70,1419.70,1404.40,1417.27,14571000,0\n12/15/2003,1442.05,1442.65,1396.82,1396.82,18155000,0\n12/16/2003,1397.41,1407.38,1384.52,1403.28,18114300,0\n12/17/2003,1400.78,1406.23,1390.83,1400.00,15013400,0\n12/18/2003,1404.08,1432.64,1404.08,1431.31,17140800,0\n12/19/2003,1434.93,1434.93,1416.21,1426.17,18445700,0\n12/22/2003,1422.79,1433.71,1419.82,1431.71,12835900,0\n12/23/2003,1431.64,1448.19,1430.04,1448.17,13210000,0\n12/24/2003,1442.58,1447.57,1439.71,1443.19,6426300,0\n12/26/2003,1444.41,1451.21,1442.29,1443.86,5308100,0\n12/29/2003,1447.62,1470.37,1447.62,1470.37,14132100,0\n12/30/2003,1467.74,1470.38,1460.67,1470.01,15442700,0\n12/31/2003,1471.56,1474.24,1459.06,1467.92,17757100,0\n01/02/2004,1474.16,1479.59,1458.51,1463.57,16667800,0\n01/05/2004,1474.55,1496.58,1474.19,1496.58,23629100,0\n01/06/2004,1492.41,1504.47,1486.59,1501.26,22732200,0\n01/07/2004,1498.38,1514.45,1491.20,1514.26,22942800,0\n01/08/2004,1524.06,1530.65,1513.34,1530.65,26839500,0\n01/09/2004,1516.59,1541.84,1512.86,1520.46,24827600,0\n01/12/2004,1524.54,1540.10,1515.86,1539.77,22840100,0\n01/13/2004,1540.35,1541.83,1513.21,1524.78,23857000,0\n01/14/2004,1531.93,1536.84,1521.91,1534.08,20999700,0\n01/15/2004,1524.73,1545.65,1515.06,1532.01,22355900,0\n01/16/2004,1545.32,1553.64,1537.17,1553.62,26143900,0\n01/20/2004,1558.89,1559.47,1541.34,1552.87,25741900,0\n01/21/2004,1545.53,1554.89,1529.40,1546.60,24218600,0\n01/22/2004,1550.98,1556.06,1530.42,1530.42,23533700,0\n01/23/2004,1535.41,1546.69,1519.74,1531.21,22539100,0\n01/26/2004,1526.57,1553.66,1522.95,1553.66,19460500,0\n01/27/2004,1548.64,1552.54,1519.20,1519.23,21512600,0\n01/28/2004,1527.35,1530.06,1488.61,1491.57,23195500,0\n01/29/2004,1499.84,1500.80,1474.13,1496.40,26377600,0\n01/30/2004,1494.88,1505.12,1487.78,1493.08,19311800,0\n02/02/2004,1497.78,1507.59,1481.57,1487.84,19156800,0\n02/03/2004,1485.93,1497.07,1482.70,1491.85,18448400,0\n02/04/2004,1473.53,1482.35,1461.01,1462.61,22675800,0\n02/05/2004,1468.96,1475.41,1461.12,1465.03,19560300,0\n02/06/2004,1472.02,1498.95,1470.31,1498.95,18555100,0\n02/09/2004,1502.32,1503.04,1490.70,1490.91,17453500,0\n02/10/2004,1490.69,1503.83,1489.90,1500.29,16567600,0\n02/11/2004,1498.08,1514.49,1491.21,1514.18,21857000,0\n02/12/2004,1508.19,1516.21,1499.43,1501.34,19376900,0\n02/13/2004,1504.70,1510.83,1478.54,1484.47,13131500,0\n02/17/2004,1498.70,1512.17,1497.54,1506.57,16180600,0\n02/18/2004,1509.55,1515.44,1501.70,1507.49,17812400,0\n02/19/2004,1522.39,1524.09,1484.80,1484.80,20655400,0\n02/20/2004,1490.81,1493.45,1470.92,1482.10,19143300,0\n02/23/2004,1488.28,1489.40,1454.36,1463.75,19533300,0\n02/24/2004,1458.38,1474.04,1452.49,1462.05,20694200,0\n02/25/2004,1465.83,1474.21,1461.26,1470.22,17071400,0\n02/26/2004,1465.40,1480.88,1461.36,1477.13,17528400,0\n02/27/2004,1479.56,1485.40,1459.91,1470.38,18717800,0\n03/01/2004,1476.04,1490.18,1467.57,1489.49,16979200,0\n03/02/2004,1487.70,1494.67,1473.22,1473.22,18719500,0\n03/03/2004,1469.77,1473.28,1456.87,1466.09,18148500,0\n03/04/2004,1466.70,1481.36,1464.57,1481.36,17990700,0\n03/05/2004,1464.89,1494.29,1463.32,1472.99,20452300,0\n03/08/2004,1476.85,1481.19,1441.00,1441.12,20442600,0\n03/09/2004,1441.28,1446.46,1429.36,1437.47,21054500,0\n03/10/2004,1438.53,1447.71,1417.18,1417.50,21598200,0\n03/11/2004,1409.14,1429.10,1402.20,1402.20,21913700,0\n03/12/2004,1415.90,1431.40,1414.43,1431.40,17071300,0\n03/15/2004,1423.15,1424.65,1399.87,1399.87,17232900,0\n03/16/2004,1412.10,1417.56,1394.11,1407.07,19636400,0\n03/17/2004,1418.57,1432.23,1418.30,1428.89,16787700,0\n03/18/2004,1423.86,1425.76,1407.09,1417.77,16777600,0\n03/19/2004,1416.23,1425.92,1398.58,1398.58,16456800,0\n03/22/2004,1386.76,1388.68,1369.36,1381.39,19822400,0\n03/23/2004,1391.64,1393.77,1368.67,1370.04,18351800,0\n03/24/2004,1374.74,1391.87,1368.08,1381.86,18394400,0\n03/25/2004,1394.20,1425.86,1393.96,1425.86,19686200,0\n03/26/2004,1420.41,1431.23,1415.39,1415.39,15798200,0\n03/29/2004,1429.54,1445.82,1429.48,1442.31,17060000,0\n03/30/2004,1435.59,1445.30,1429.09,1445.25,15985500,0\n03/31/2004,1445.17,1447.95,1432.87,1438.41,18614600,0\n04/01/2004,1438.91,1457.59,1438.91,1453.22,18334300,0\n04/02/2004,1482.33,1490.30,1469.57,1490.30,21837400,0\n04/05/2004,1488.45,1508.37,1487.23,1508.37,17363000,0\n04/06/2004,1492.93,1498.34,1485.70,1493.58,18111000,0\n04/07/2004,1489.10,1492.19,1475.62,1481.96,17749600,0\n04/08/2004,1502.77,1503.37,1478.44,1485.51,16941400,0\n04/12/2004,1489.59,1497.50,1488.35,1495.93,15013600,0\n04/13/2004,1501.98,1502.52,1469.88,1472.88,19532400,0\n04/14/2004,1464.32,1485.28,1463.63,1475.66,18322000,0\n04/15/2004,1479.56,1481.77,1449.40,1459.45,19560100,0\n04/16/2004,1458.51,1460.39,1440.56,1449.06,18704200,0\n04/19/2004,1448.89,1473.53,1448.03,1473.48,16728300,0\n04/20/2004,1473.98,1479.68,1436.89,1436.90,19217400,0\n04/21/2004,1446.02,1452.92,1434.16,1451.01,20539700,0\n04/22/2004,1450.38,1488.74,1449.06,1485.50,21478700,0\n04/23/2004,1492.24,1497.17,1484.36,1497.01,19273000,0\n04/26/2004,1496.67,1499.45,1474.79,1480.53,17276800,0\n04/27/2004,1485.67,1495.62,1476.42,1479.47,19716100,0\n04/28/2004,1475.88,1476.03,1449.23,1453.03,20374200,0\n04/29/2004,1451.40,1461.13,1420.66,1431.36,23710700,0\n04/30/2004,1435.16,1439.69,1401.36,1401.36,21747300,0\n05/03/2004,1409.06,1428.49,1404.06,1415.29,19324900,0\n05/04/2004,1417.12,1438.49,1409.39,1422.11,18575300,0\n05/05/2004,1424.71,1435.46,1416.73,1428.42,15866600,0\n05/06/2004,1416.59,1425.50,1403.36,1415.60,17507700,0\n05/07/2004,1411.05,1432.71,1406.19,1406.19,16370900,0\n05/10/2004,1395.21,1403.59,1384.89,1397.10,18956300,0\n05/11/2004,1406.36,1422.51,1406.36,1421.89,16452200,0\n05/12/2004,1412.50,1417.03,1378.64,1414.83,18877800,0\n05/13/2004,1408.58,1425.69,1405.60,1417.09,15586200,0\n05/14/2004,1415.44,1419.57,1394.37,1399.85,15263600,0\n05/17/2004,1379.99,1391.77,1372.46,1379.90,15288900,0\n05/18/2004,1395.23,1404.27,1393.08,1397.47,14351000,0\n05/19/2004,1414.38,1427.51,1396.34,1396.34,18349600,0\n05/20/2004,1400.37,1408.20,1390.41,1396.87,15409000,0\n05/21/2004,1409.61,1414.11,1397.70,1408.17,13766200,0\n05/24/2004,1418.77,1425.49,1408.44,1413.97,14220800,0\n05/25/2004,1412.59,1450.06,1406.20,1447.72,17706000,0\n05/26/2004,1443.13,1455.00,1440.85,1453.87,15910300,0\n05/27/2004,1460.06,1467.63,1450.67,1463.11,16412600,0\n05/28/2004,1464.83,1469.23,1456.77,1466.22,12331900,0\n06/01/2004,1457.71,1469.27,1453.39,1468.54,14590300,0\n06/02/2004,1472.54,1474.10,1455.13,1464.22,15201200,0\n06/03/2004,1459.19,1462.41,1445.21,1445.21,15266700,0\n06/04/2004,1463.46,1472.64,1455.04,1455.04,14176000,0\n06/07/2004,1465.56,1491.45,1464.01,1491.45,14853000,0\n06/08/2004,1483.59,1496.00,1481.76,1495.97,14647900,0\n06/09/2004,1487.37,1490.88,1469.04,1469.50,15202000,0\n06/10/2004,1475.71,1481.27,1470.50,1481.27,13456400,0\n06/14/2004,1470.62,1471.19,1451.78,1458.64,14026300,0\n06/15/2004,1470.37,1487.83,1470.37,1479.20,15272800,0\n06/16/2004,1478.72,1483.60,1474.17,1479.99,13531300,0\n06/17/2004,1473.94,1473.95,1458.68,1464.03,14499200,0\n06/18/2004,1457.88,1481.36,1455.67,1464.65,16977700,0\n06/21/2004,1467.98,1472.65,1450.79,1453.23,13630000,0\n06/22/2004,1455.92,1475.12,1448.82,1474.87,16608900,0\n06/23/2004,1471.54,1495.05,1468.74,1493.52,18035600,0\n06/24/2004,1490.58,1502.14,1485.88,1488.31,16856900,0\n06/25/2004,1488.82,1503.91,1488.20,1498.38,19721000,0\n06/28/2004,1507.32,1508.52,1485.25,1493.07,16110800,0\n06/29/2004,1490.65,1507.05,1490.65,1505.65,15815300,0\n06/30/2004,1507.60,1523.48,1502.61,1516.64,17541600,0\n07/01/2004,1514.82,1514.82,1477.62,1489.57,17393100,0\n07/02/2004,1488.34,1489.60,1473.73,1481.19,12002300,0\n07/06/2004,1470.47,1471.21,1441.78,1445.71,19275500,0\n07/07/2004,1445.10,1459.07,1445.02,1452.49,17623100,0\n07/08/2004,1439.57,1452.70,1430.81,1431.13,17891500,0\n07/09/2004,1442.43,1451.39,1434.00,1440.00,13887500,0\n07/12/2004,1429.91,1435.30,1418.10,1432.11,15040000,0\n07/13/2004,1436.08,1439.78,1426.11,1428.68,14996600,0\n07/14/2004,1414.42,1433.61,1411.52,1416.05,14618000,0\n07/15/2004,1422.26,1427.72,1412.59,1415.92,16699400,0\n07/16/2004,1426.49,1426.49,1392.17,1392.17,20994000,0\n07/19/2004,1398.92,1406.15,1386.78,1396.77,17746200,0\n07/20/2004,1398.64,1421.07,1396.85,1421.07,16282400,0\n07/21/2004,1433.27,1433.27,1386.57,1386.57,21097500,0\n07/22/2004,1385.89,1411.43,1377.70,1408.51,19645700,0\n07/23/2004,1394.56,1394.56,1370.70,1375.48,16979100,0\n07/26/2004,1376.80,1383.67,1359.20,1368.40,16670600,0\n07/27/2004,1374.69,1395.95,1371.26,1391.50,17694000,0\n07/28/2004,1384.51,1392.48,1360.27,1383.75,18473800,0\n07/29/2004,1395.34,1403.80,1388.06,1398.55,17033500,0\n07/30/2004,1397.05,1412.00,1394.85,1400.39,15073200,0\n08/02/2004,1390.21,1408.31,1387.04,1406.33,15339700,0\n08/03/2004,1402.34,1404.90,1379.02,1379.14,14944800,0\n08/04/2004,1372.46,1386.28,1368.44,1379.21,16593900,0\n08/05/2004,1380.93,1383.38,1352.27,1353.44,15746600,0\n08/06/2004,1341.08,1342.87,1314.97,1315.30,16922600,0\n08/09/2004,1320.83,1325.45,1314.57,1318.83,12634900,0\n08/10/2004,1325.96,1346.71,1324.38,1346.71,14684600,0\n08/11/2004,1319.70,1328.83,1309.50,1324.65,17942600,0\n08/12/2004,1313.81,1320.94,1302.74,1304.43,16326600,0\n08/13/2004,1311.84,1316.30,1301.93,1307.82,13477500,0\n08/16/2004,1309.50,1334.78,1309.50,1326.84,12897300,0\n08/17/2004,1332.94,1344.54,1331.85,1335.72,13902800,0\n08/18/2004,1328.99,1363.74,1327.85,1363.73,15750500,0\n08/19/2004,1356.89,1361.23,1344.98,1353.24,14167300,0\n08/20/2004,1352.28,1373.01,1348.27,1366.73,13426500,0\n08/23/2004,1370.51,1377.67,1364.46,1370.90,12246600,0\n08/24/2004,1376.99,1379.05,1360.82,1369.78,13010900,0\n08/25/2004,1369.20,1391.22,1363.56,1389.17,13206400,0\n08/26/2004,1383.80,1388.84,1379.69,1383.98,11828300,0\n08/27/2004,1384.61,1393.23,1384.61,1388.56,10111070,0\n08/30/2004,1383.12,1384.14,1367.73,1367.94,10076400,0\n08/31/2004,1368.91,1372.27,1354.10,1368.68,12989100,0\n09/01/2004,1363.27,1384.85,1360.58,1377.96,14263500,0\n09/02/2004,1374.69,1402.07,1373.67,1398.34,12087700,0\n09/03/2004,1384.41,1393.50,1370.01,1371.82,12446100,0\n09/07/2004,1382.48,1390.60,1372.53,1381.84,13207000,0\n09/08/2004,1378.40,1393.69,1374.79,1376.77,14425400,0\n09/09/2004,1385.22,1396.55,1373.37,1391.53,16637900,0\n09/10/2004,1391.20,1414.55,1386.41,1413.00,16066500,0\n09/13/2004,1417.84,1435.95,1414.22,1427.34,17410800,0\n09/14/2004,1425.29,1435.91,1422.83,1434.37,15092600,0\n09/15/2004,1425.51,1425.51,1412.54,1415.30,15755000,0\n09/16/2004,1417.37,1429.93,1413.22,1417.97,13255000,0\n09/17/2004,1417.73,1427.59,1413.78,1426.30,16403700,0\n09/20/2004,1417.39,1437.30,1415.31,1424.72,15655400,0\n09/21/2004,1429.85,1440.81,1425.16,1435.91,15315600,0\n09/22/2004,1424.72,1424.72,1403.16,1404.22,15882900,0\n09/23/2004,1405.76,1413.68,1402.79,1405.77,13968100,0\n09/24/2004,1407.71,1414.56,1397.50,1399.05,13600900,0\n09/27/2004,1389.94,1396.42,1383.24,1385.55,13167900,0\n09/28/2004,1390.11,1394.43,1376.99,1389.70,15369800,0\n09/29/2004,1389.69,1411.82,1389.62,1410.86,16372800,0\n09/30/2004,1409.23,1417.99,1403.89,1412.74,16566200,0\n10/01/2004,1426.38,1452.94,1423.43,1452.94,18203000,0\n10/04/2004,1463.22,1472.21,1458.08,1459.01,18549700,0\n10/05/2004,1456.19,1467.23,1454.23,1461.76,17096000,0\n10/06/2004,1460.19,1474.36,1452.61,1474.36,19228700,0\n10/07/2004,1469.70,1474.70,1454.89,1455.77,17349700,0\n10/08/2004,1449.49,1457.04,1428.11,1430.96,16689400,0\n10/11/2004,1435.54,1441.10,1431.77,1437.73,11738200,0\n10/12/2004,1424.22,1439.07,1416.29,1435.00,15083900,0\n10/13/2004,1451.73,1453.72,1425.41,1434.46,17761200,0\n10/14/2004,1434.92,1437.66,1421.59,1425.21,15902900,0\n10/15/2004,1430.31,1441.82,1419.36,1430.98,16482800,0\n10/18/2004,1428.08,1457.31,1424.82,1457.31,15050000,0\n10/19/2004,1463.01,1470.14,1443.40,1443.80,17133300,0\n10/20/2004,1441.21,1456.19,1433.88,1452.26,16504700,0\n10/21/2004,1459.68,1478.46,1452.57,1474.79,20060000,0\n10/22/2004,1472.92,1473.69,1438.13,1438.25,17379600,0\n10/25/2004,1435.68,1439.48,1427.44,1432.57,16038300,0\n10/26/2004,1432.25,1442.14,1423.98,1442.14,18125500,0\n10/27/2004,1441.79,1483.13,1437.44,1480.03,20759200,0\n10/28/2004,1473.41,1491.86,1471.03,1487.12,18218200,0\n10/29/2004,1485.68,1496.98,1475.56,1486.72,16399500,0\n11/01/2004,1486.25,1494.88,1479.86,1488.79,15228200,0\n11/02/2004,1490.32,1509.56,1489.33,1494.83,18450800,0\n11/03/2004,1519.97,1523.51,1494.85,1503.89,19574000,0\n11/04/2004,1498.06,1519.21,1492.23,1516.20,18234900,0\n11/05/2004,1526.71,1534.84,1512.74,1525.24,19089700,0\n11/08/2004,1525.13,1532.46,1522.12,1527.13,16092700,0\n11/09/2004,1527.25,1534.37,1521.15,1527.00,16922000,0\n11/10/2004,1524.10,1530.01,1514.32,1517.06,18534600,0\n11/11/2004,1524.62,1542.39,1522.48,1541.70,17647600,0\n11/12/2004,1543.31,1558.41,1535.82,1558.41,20042100,0\n11/15/2004,1554.31,1562.04,1550.03,1560.96,18882600,0\n11/16/2004,1554.79,1554.79,1541.84,1548.53,19010800,0\n11/17/2004,1561.80,1580.26,1561.80,1571.12,22233700,0\n11/18/2004,1568.02,1581.79,1563.79,1580.81,19154300,0\n11/19/2004,1578.86,1580.93,1551.77,1552.11,20337100,0\n11/22/2004,1551.16,1568.86,1543.97,1568.28,18979600,0\n11/23/2004,1566.71,1573.52,1552.85,1562.60,20576200,0\n11/24/2004,1572.67,1583.07,1570.87,1582.55,16381700,0\n11/26/2004,1581.65,1587.08,1578.26,1578.26,6677600,0\n11/29/2004,1586.46,1593.16,1567.27,1580.44,18443300,0\n11/30/2004,1579.51,1583.15,1571.11,1571.50,18787600,0\n12/01/2004,1578.25,1607.16,1578.25,1607.15,22816400,0\n12/02/2004,1602.11,1623.60,1599.63,1613.15,24016100,0\n12/03/2004,1621.10,1631.90,1612.72,1614.40,24109300,0\n12/06/2004,1612.33,1625.61,1605.71,1619.59,21502500,0\n12/07/2004,1622.84,1628.25,1589.05,1589.33,26715200,0\n12/08/2004,1593.87,1607.49,1588.73,1601.91,23908600,0\n12/09/2004,1585.99,1615.60,1577.77,1609.79,22841500,0\n12/10/2004,1601.46,1611.23,1600.72,1605.16,17948400,0\n12/13/2004,1617.53,1621.37,1608.40,1621.16,20709800,0\n12/14/2004,1618.20,1632.17,1618.20,1627.46,22286700,0\n12/15/2004,1626.99,1635.70,1615.45,1623.63,23375900,0\n12/16/2004,1621.43,1625.83,1601.62,1607.62,23262200,0\n12/17/2004,1608.64,1614.89,1596.48,1596.61,24230800,0\n12/20/2004,1603.84,1613.78,1587.21,1591.97,19914600,0\n12/21/2004,1598.60,1611.34,1594.89,1609.26,19728600,0\n12/22/2004,1605.72,1619.56,1602.99,1613.57,18027600,0\n12/23/2004,1608.87,1619.18,1608.64,1613.77,14307700,0\n12/27/2004,1621.33,1623.80,1600.25,1607.59,14787000,0\n12/28/2004,1610.90,1624.19,1608.51,1624.19,15875500,0\n12/29/2004,1619.36,1629.90,1619.36,1624.95,15038800,0\n12/30/2004,1626.21,1628.74,1621.58,1623.76,14031400,0\n12/31/2004,1624.37,1628.91,1620.31,1621.12,13664600,0\n01/03/2005,1628.75,1635.45,1598.79,1603.51,21931300,0\n01/04/2005,1611.22,1612.78,1565.02,1571.83,26904600,0\n01/05/2005,1568.68,1580.88,1562.64,1563.76,23753800,0\n01/06/2005,1567.66,1570.75,1556.84,1557.52,21742200,0\n01/07/2005,1565.63,1577.76,1551.29,1564.81,21919100,0\n01/10/2005,1561.23,1577.71,1558.54,1564.92,20982700,0\n01/11/2005,1556.66,1562.24,1545.28,1553.40,22102400,0\n01/12/2005,1561.84,1566.69,1543.04,1565.78,22576700,0\n01/13/2005,1567.55,1568.54,1543.48,1545.18,21116100,0\n01/14/2005,1552.11,1563.79,1550.05,1561.11,20848600,0\n01/18/2005,1554.19,1574.39,1551.88,1573.49,19838400,0\n01/19/2005,1572.81,1573.02,1545.63,1545.65,22177000,0\n01/20/2005,1526.80,1534.53,1514.56,1514.56,22313600,0\n01/21/2005,1519.30,1524.03,1502.48,1503.64,20437700,0\n01/24/2005,1507.79,1509.83,1480.66,1480.66,21346800,0\n01/25/2005,1492.65,1505.05,1488.60,1490.57,20036300,0\n01/26/2005,1502.05,1513.44,1495.31,1509.01,21050700,0\n01/27/2005,1505.25,1512.74,1497.36,1507.55,21062200,0\n01/28/2005,1510.88,1512.82,1486.76,1499.46,20981500,0\n01/31/2005,1515.16,1523.27,1513.06,1519.63,18238000,0\n02/01/2005,1521.00,1527.91,1517.30,1523.66,19045700,0\n02/02/2005,1527.29,1531.22,1515.45,1525.10,19655500,0\n02/03/2005,1516.22,1518.13,1501.96,1508.24,19627500,0\n02/04/2005,1507.74,1534.97,1507.69,1534.49,19349200,0\n02/07/2005,1534.48,1538.38,1522.72,1529.05,16984600,0\n02/08/2005,1529.55,1542.41,1527.04,1532.69,19435600,0\n02/09/2005,1534.41,1534.48,1504.60,1506.81,19588100,0\n02/10/2005,1512.71,1514.22,1497.35,1506.83,20855000,0\n02/11/2005,1505.09,1535.54,1498.68,1530.51,21636300,0\n02/14/2005,1531.19,1540.01,1530.16,1538.21,16396400,0\n02/15/2005,1538.38,1561.17,1535.34,1547.30,20715900,0\n02/16/2005,1541.26,1547.69,1535.37,1542.41,18650700,0\n02/17/2005,1543.03,1546.69,1519.22,1519.29,19504600,0\n02/18/2005,1519.21,1524.04,1512.73,1515.40,16141600,0\n02/22/2005,1502.94,1523.51,1493.58,1494.07,20562200,0\n02/23/2005,1502.83,1503.89,1489.99,1497.09,18784500,0\n02/24/2005,1493.59,1517.88,1491.74,1517.71,20318800,0\n02/25/2005,1515.75,1528.00,1513.47,1526.90,17712000,0\n02/28/2005,1517.06,1524.70,1498.17,1511.02,21301400,0\n03/01/2005,1516.63,1529.37,1515.20,1527.25,19411800,0\n03/02/2005,1517.68,1541.14,1514.98,1525.28,20044700,0\n03/03/2005,1530.13,1530.68,1502.32,1511.89,18958800,0\n03/04/2005,1524.21,1530.59,1517.29,1520.58,18291900,0\n03/07/2005,1524.04,1552.53,1523.73,1545.20,19491900,0\n03/08/2005,1540.80,1549.56,1527.50,1528.65,16967000,0\n03/09/2005,1526.90,1537.97,1520.45,1521.98,18955200,0\n03/10/2005,1525.64,1527.98,1504.54,1524.38,18257900,0\n03/11/2005,1528.65,1533.85,1501.99,1505.64,17920900,0\n03/14/2005,1509.19,1515.16,1502.60,1515.09,17077200,0\n03/15/2005,1520.26,1520.43,1500.88,1502.06,18387900,0\n03/16/2005,1497.40,1508.16,1482.62,1486.23,19696900,0\n03/17/2005,1487.72,1496.80,1483.10,1487.63,17451200,0\n03/18/2005,1488.55,1490.57,1475.26,1484.40,21069800,0\n03/21/2005,1483.16,1490.57,1470.94,1484.45,16110000,0\n03/22/2005,1484.13,1490.44,1464.99,1465.09,18059500,0\n03/23/2005,1463.43,1480.13,1463.43,1471.77,17411500,0\n03/24/2005,1477.46,1485.96,1469.94,1469.94,16979300,0\n03/28/2005,1476.40,1484.85,1472.71,1472.71,14876200,0\n03/29/2005,1471.25,1483.43,1458.26,1464.34,17978400,0\n03/30/2005,1470.13,1491.74,1469.97,1491.74,17536100,0\n03/31/2005,1489.44,1490.80,1478.66,1482.53,16869700,0\n04/01/2005,1491.83,1495.58,1466.49,1469.35,18696900,0\n04/04/2005,1469.42,1482.06,1461.27,1476.72,15893100,0\n04/05/2005,1480.99,1487.26,1477.55,1483.75,16475100,0\n04/06/2005,1487.15,1497.39,1477.97,1480.67,17464000,0\n04/07/2005,1481.13,1499.71,1481.13,1499.71,17142700,0\n04/08/2005,1499.93,1503.21,1485.43,1485.60,15163400,0\n04/11/2005,1490.43,1492.32,1477.13,1478.55,13824900,0\n04/12/2005,1477.01,1490.10,1460.42,1489.16,19318700,0\n04/13/2005,1484.39,1484.46,1459.97,1461.68,17054500,0\n04/14/2005,1461.83,1462.81,1440.35,1441.13,19300600,0\n04/15/2005,1425.73,1434.47,1407.82,1408.59,23146200,0\n04/18/2005,1406.30,1418.76,1405.09,1409.98,18403600,0\n04/19/2005,1419.53,1424.03,1410.54,1420.80,17928300,0\n04/20/2005,1430.25,1432.11,1404.86,1406.85,20049500,0\n04/21/2005,1423.62,1448.37,1419.25,1447.37,19514900,0\n04/22/2005,1437.97,1438.72,1412.63,1421.21,18027300,0\n04/25/2005,1430.99,1439.63,1426.73,1437.31,14424200,0\n04/26/2005,1431.75,1446.82,1420.43,1420.43,16700400,0\n04/27/2005,1413.22,1429.11,1409.49,1423.76,17642100,0\n04/28/2005,1418.12,1425.69,1408.84,1409.29,18613400,0\n04/29/2005,1420.64,1422.42,1394.36,1420.79,20395500,0\n05/02/2005,1421.90,1430.05,1415.60,1423.71,15477500,0\n05/03/2005,1421.28,1436.60,1421.28,1427.61,18681400,0\n05/04/2005,1431.06,1453.20,1429.62,1452.20,18778200,0\n05/05/2005,1450.73,1457.34,1441.94,1450.16,17198800,0\n05/06/2005,1460.26,1460.76,1449.70,1456.00,15111200,0\n05/09/2005,1455.68,1463.38,1446.77,1463.38,14410100,0\n05/10/2005,1453.25,1458.40,1445.11,1450.36,15955200,0\n05/11/2005,1452.31,1461.02,1432.83,1459.55,17161600,0\n05/12/2005,1459.07,1468.17,1446.97,1454.79,17834300,0\n05/13/2005,1459.23,1478.89,1455.88,1470.63,18789800,0\n05/16/2005,1470.31,1481.32,1465.85,1480.68,13902900,0\n05/17/2005,1474.05,1490.14,1469.44,1490.14,15205100,0\n05/18/2005,1493.03,1514.76,1489.47,1509.26,19578800,0\n05/19/2005,1510.62,1521.50,1508.71,1521.43,17005800,0\n05/20/2005,1519.26,1528.06,1514.54,1528.06,14927200,0\n05/23/2005,1526.74,1540.30,1525.23,1535.22,16201300,0\n05/24/2005,1530.95,1540.68,1529.40,1540.47,16959400,0\n05/25/2005,1535.65,1535.65,1524.41,1532.71,14930000,0\n05/26/2005,1539.52,1551.12,1539.52,1548.80,15964600,0\n05/27/2005,1546.97,1551.03,1541.76,1549.80,12373500,0\n05/31/2005,1549.35,1550.18,1538.54,1542.63,15787400,0\n06/01/2005,1541.86,1567.72,1541.66,1559.50,17797100,0\n06/02/2005,1553.31,1568.96,1553.05,1568.96,17466200,0\n06/03/2005,1564.64,1566.14,1542.05,1544.48,16379000,0\n06/06/2005,1544.56,1548.55,1539.57,1545.27,14771500,0\n06/07/2005,1547.30,1559.53,1531.07,1531.12,18465300,0\n06/08/2005,1536.66,1538.24,1524.13,1527.68,16025400,0\n06/09/2005,1525.42,1542.75,1520.61,1539.46,16666700,0\n06/10/2005,1537.50,1537.57,1515.96,1521.02,14493800,0\n06/13/2005,1519.61,1538.66,1519.61,1529.13,14321300,0\n06/14/2005,1527.76,1534.15,1520.88,1524.42,14058500,0\n06/15/2005,1534.41,1535.43,1510.82,1529.49,16726700,0\n06/16/2005,1531.48,1540.52,1527.71,1537.42,17797100,0\n06/17/2005,1550.63,1550.63,1532.56,1538.13,19932800,0\n06/20/2005,1530.15,1545.52,1526.06,1537.31,14081100,0\n06/21/2005,1535.35,1542.73,1530.91,1536.48,15574800,0\n06/22/2005,1542.35,1545.54,1527.93,1534.36,16684400,0\n06/23/2005,1536.07,1549.00,1515.79,1515.95,20094800,0\n06/24/2005,1516.13,1518.01,1500.18,1500.18,21510000,0\n06/27/2005,1496.73,1503.79,1490.02,1493.75,21448300,0\n06/28/2005,1501.73,1512.64,1498.48,1508.61,15842000,0\n06/29/2005,1511.77,1512.77,1501.72,1504.11,16403600,0\n06/30/2005,1505.33,1510.21,1492.94,1493.52,17315000,0\n07/01/2005,1497.43,1501.95,1489.74,1490.53,11762000,0\n07/05/2005,1486.07,1509.19,1485.96,1506.35,14403000,0\n07/06/2005,1503.94,1512.91,1497.11,1498.05,15920800,0\n07/07/2005,1485.32,1505.30,1484.18,1503.78,16178600,0\n07/08/2005,1504.73,1534.29,1502.20,1533.27,16852800,0\n07/11/2005,1537.04,1547.98,1535.07,1547.66,17708000,0\n07/12/2005,1546.39,1560.15,1543.14,1555.59,16575200,0\n07/13/2005,1555.48,1559.37,1549.81,1557.62,15400000,0\n07/14/2005,1570.99,1577.48,1563.93,1573.44,18723100,0\n07/15/2005,1579.19,1582.40,1568.82,1577.82,15349600,0\n07/18/2005,1573.28,1578.12,1570.02,1570.09,13072700,0\n07/19/2005,1580.75,1590.76,1577.00,1590.49,16326700,0\n07/20/2005,1579.84,1605.45,1578.87,1602.75,19570700,0\n07/21/2005,1607.71,1610.84,1591.72,1601.89,20348800,0\n07/22/2005,1601.93,1606.42,1592.03,1600.76,16603600,0\n07/25/2005,1600.17,1607.97,1591.40,1593.57,15230200,0\n07/26/2005,1596.46,1603.89,1591.58,1598.93,16518400,0\n07/27/2005,1601.53,1613.39,1592.76,1611.95,17500700,0\n07/28/2005,1613.18,1619.78,1609.62,1618.64,16838700,0\n07/29/2005,1616.29,1619.95,1605.14,1605.14,16139500,0\n08/01/2005,1609.58,1616.40,1604.58,1610.11,14926800,0\n08/02/2005,1613.31,1628.57,1611.86,1627.01,17350200,0\n08/03/2005,1620.64,1628.53,1618.40,1627.19,17542400,0\n08/04/2005,1618.38,1621.00,1606.60,1608.74,15913800,0\n08/05/2005,1606.07,1614.22,1600.25,1601.59,14717400,0\n08/08/2005,1604.24,1607.01,1588.74,1589.97,14310100,0\n08/09/2005,1596.40,1606.51,1595.71,1601.14,14604700,0\n08/10/2005,1604.69,1610.21,1582.31,1585.71,18176800,0\n08/11/2005,1587.52,1603.66,1586.67,1600.65,15820900,0\n08/12/2005,1587.23,1594.96,1581.41,1591.75,15514100,0\n08/15/2005,1587.43,1606.96,1585.66,1600.71,13804600,0\n08/16/2005,1595.86,1596.54,1572.44,1574.01,15403200,0\n08/17/2005,1576.89,1588.80,1573.87,1582.29,16180100,0\n08/18/2005,1577.33,1585.28,1573.40,1575.76,13917800,0\n08/19/2005,1574.57,1581.95,1573.70,1573.72,12052700,0\n08/22/2005,1577.44,1588.92,1565.81,1575.59,13516500,0\n08/23/2005,1574.73,1578.52,1566.72,1571.30,13412700,0\n08/24/2005,1568.24,1588.90,1561.15,1561.71,17185800,0\n08/25/2005,1564.00,1569.51,1562.03,1565.88,13075800,0\n08/26/2005,1563.40,1565.55,1552.99,1558.84,12611300,0\n08/29/2005,1550.76,1575.45,1550.76,1571.52,12685600,0\n08/30/2005,1565.33,1566.47,1554.49,1565.73,14364000,0\n08/31/2005,1567.33,1582.09,1561.42,1581.71,16317800,0\n09/01/2005,1580.22,1587.82,1573.54,1577.25,16233200,0\n09/02/2005,1580.68,1583.00,1571.82,1573.12,11304500,0\n09/06/2005,1579.02,1597.71,1578.99,1597.27,14031900,0\n09/07/2005,1593.57,1600.79,1590.87,1599.86,14808200,0\n09/08/2005,1595.24,1604.91,1593.30,1597.68,15780700,0\n09/09/2005,1599.48,1610.12,1595.31,1607.83,16175400,0\n09/12/2005,1607.48,1616.82,1605.99,1612.20,17235400,0\n09/13/2005,1609.24,1619.12,1604.13,1607.38,17245700,0\n09/14/2005,1609.22,1609.37,1589.41,1589.63,16982500,0\n09/15/2005,1594.72,1596.38,1585.07,1588.55,17446600,0\n09/16/2005,1591.92,1600.44,1587.18,1599.44,22690300,0\n09/19/2005,1596.42,1597.97,1579.51,1586.05,16041400,0\n09/20/2005,1588.65,1604.02,1575.58,1578.20,18456700,0\n09/21/2005,1576.81,1577.67,1561.47,1561.84,17723700,0\n09/22/2005,1560.39,1570.94,1551.81,1567.36,16929300,0\n09/23/2005,1564.85,1577.05,1559.57,1571.75,16041200,0\n09/26/2005,1581.87,1584.58,1564.52,1572.86,15024100,0\n09/27/2005,1575.67,1578.18,1563.21,1568.84,16586600,0\n09/28/2005,1575.70,1580.67,1565.02,1568.81,17038500,0\n09/29/2005,1566.72,1591.15,1560.87,1589.93,18015200,0\n09/30/2005,1588.86,1601.69,1588.22,1601.66,16109700,0\n10/03/2005,1603.47,1612.53,1603.39,1605.59,17944200,0\n10/04/2005,1605.90,1617.77,1594.56,1595.54,20053000,0\n10/05/2005,1595.53,1595.83,1571.46,1571.52,19239000,0\n10/06/2005,1572.53,1576.36,1540.34,1552.94,21073600,0\n10/07/2005,1560.55,1563.27,1549.94,1555.92,14447800,0\n10/10/2005,1555.59,1560.65,1545.90,1546.99,13792100,0\n10/11/2005,1551.01,1551.51,1534.61,1539.31,18519600,0\n10/12/2005,1531.66,1543.50,1519.30,1521.19,20147500,0\n10/13/2005,1519.02,1538.15,1515.42,1533.80,17775900,0\n10/14/2005,1539.41,1545.13,1529.42,1544.29,15554300,0\n10/17/2005,1544.04,1549.95,1536.01,1549.88,12660300,0\n10/18/2005,1547.77,1549.41,1538.39,1538.43,14607300,0\n10/19/2005,1532.79,1569.61,1526.82,1569.61,18933000,0\n10/20/2005,1568.64,1576.46,1547.07,1555.59,17979300,0\n10/21/2005,1571.17,1572.71,1558.18,1565.12,17707000,0\n10/24/2005,1569.94,1590.73,1561.45,1590.65,15514700,0\n10/25/2005,1584.34,1590.05,1573.66,1585.82,15991200,0\n10/26/2005,1578.21,1593.47,1573.14,1575.14,18320000,0\n10/27/2005,1571.87,1573.80,1543.38,1543.38,17186000,0\n10/28/2005,1546.41,1557.57,1538.78,1557.11,18865600,0\n10/31/2005,1559.67,1584.09,1559.67,1579.18,18697600,0\n11/01/2005,1572.77,1582.67,1571.19,1576.52,19032300,0\n11/02/2005,1570.59,1600.75,1570.59,1597.29,21732900,0\n11/03/2005,1611.85,1626.48,1610.90,1619.67,23462500,0\n11/04/2005,1621.27,1631.79,1616.84,1628.03,16996100,0\n11/07/2005,1631.35,1634.53,1621.50,1629.27,14379630,0\n11/08/2005,1624.42,1636.84,1623.16,1628.40,15993700,0\n11/09/2005,1628.40,1636.36,1624.55,1630.21,15941800,0\n11/10/2005,1630.28,1651.05,1620.74,1650.93,19380300,0\n11/11/2005,1654.18,1659.72,1651.09,1653.36,15549000,0\n11/14/2005,1652.64,1657.53,1648.26,1651.90,13853600,0\n11/15/2005,1651.20,1658.65,1638.97,1644.31,16848100,0\n11/16/2005,1649.75,1653.74,1642.36,1651.45,17217600,0\n11/17/2005,1659.94,1676.39,1657.27,1676.39,18098600,0\n11/18/2005,1685.05,1689.59,1674.75,1679.85,18098000,0\n11/21/2005,1677.72,1686.79,1673.05,1686.23,16618900,0\n11/22/2005,1680.74,1698.32,1679.10,1694.14,16813810,0\n11/23/2005,1691.33,1704.42,1691.08,1696.77,15875100,0\n11/25/2005,1699.38,1701.06,1693.33,1698.76,5691450,0\n11/28/2005,1701.05,1703.08,1683.83,1684.39,15593800,0\n11/29/2005,1693.03,1697.58,1676.76,1676.84,17535400,0\n11/30/2005,1674.90,1683.62,1671.34,1672.56,18760800,0\n12/01/2005,1683.06,1705.19,1683.06,1704.28,20104200,0\n12/02/2005,1701.68,1709.10,1698.90,1709.10,17585100,0\n12/05/2005,1704.11,1704.94,1689.60,1694.77,16599200,0\n12/06/2005,1705.85,1716.65,1700.16,1701.35,17882000,0\n12/07/2005,1703.71,1706.12,1688.90,1697.04,17335300,0\n12/08/2005,1699.75,1702.84,1674.74,1685.59,19083600,0\n12/09/2005,1686.56,1694.13,1679.22,1692.62,16585700,0\n12/12/2005,1698.74,1701.27,1691.22,1698.35,16512640,0\n12/13/2005,1695.14,1711.83,1693.90,1705.77,18739800,0\n12/14/2005,1701.72,1707.74,1692.44,1698.98,15160500,0\n12/15/2005,1704.41,1705.93,1688.07,1701.70,18046300,0\n12/16/2005,1699.06,1704.38,1688.26,1688.68,22944798,0\n12/19/2005,1689.88,1694.65,1663.56,1664.36,17455300,0\n12/20/2005,1665.47,1672.47,1657.71,1665.07,17029200,0\n12/21/2005,1669.46,1682.84,1665.34,1670.61,16300299,0\n12/22/2005,1672.02,1685.49,1671.78,1683.35,14988800,0\n12/23/2005,1687.40,1690.41,1679.28,1682.92,9783699,0\n12/27/2005,1686.81,1693.58,1666.46,1668.37,12504999,0\n12/28/2005,1670.34,1674.07,1662.09,1667.10,12215399,0\n12/29/2005,1668.85,1671.32,1653.53,1655.36,11853500,0\n12/30/2005,1646.84,1649.90,1641.86,1645.20,12840500,0\n01/03/2006,1654.79,1686.59,1633.62,1679.93,19983000,0\n01/04/2006,1683.87,1696.83,1681.85,1695.83,21551430,0\n01/05/2006,1698.14,1707.71,1697.33,1705.29,18917500,0\n01/06/2006,1718.58,1735.50,1710.86,1734.99,22336400,0\n01/09/2006,1736.75,1745.12,1729.60,1741.90,19491400,0\n01/10/2006,1732.38,1744.47,1730.25,1744.02,19781600,0\n01/11/2006,1748.99,1761.46,1743.85,1758.24,23806000,0\n01/12/2006,1754.76,1760.12,1742.85,1747.35,29052600,0\n01/13/2006,1749.24,1750.27,1738.01,1746.78,17844100,0\n01/17/2006,1734.35,1739.25,1728.62,1736.39,17022600,0\n01/18/2006,1708.80,1726.28,1707.75,1716.62,22769000,0\n01/19/2006,1725.85,1740.59,1720.56,1729.92,23081500,0\n01/20/2006,1723.76,1727.02,1674.32,1676.38,23481400,0\n01/23/2006,1679.84,1685.67,1670.47,1676.30,19024800,0\n01/24/2006,1682.54,1695.41,1680.61,1686.22,20674690,0\n01/25/2006,1694.84,1694.84,1670.33,1677.00,21881200,0\n01/26/2006,1687.83,1694.63,1677.25,1690.49,24049200,0\n01/27/2006,1699.17,1722.93,1697.88,1711.11,21060000,0\n01/30/2006,1713.04,1720.88,1711.42,1713.45,19007300,0\n01/31/2006,1714.39,1717.95,1700.34,1710.75,22359000,0\n02/01/2006,1696.47,1714.28,1695.83,1713.02,22746100,0\n02/02/2006,1709.93,1711.15,1684.67,1685.77,23077830,0\n02/03/2006,1673.55,1676.18,1658.38,1664.53,22300200,0\n02/06/2006,1665.02,1667.48,1650.99,1657.54,17695300,0\n02/07/2006,1656.05,1663.99,1644.84,1651.84,21171800,0\n02/08/2006,1666.38,1672.44,1654.03,1670.47,21817700,0\n02/09/2006,1677.04,1681.92,1652.09,1654.08,23213100,0\n02/10/2006,1654.61,1668.72,1637.26,1663.75,20177300,0\n02/13/2006,1653.32,1655.81,1638.53,1645.83,16620000,0\n02/14/2006,1648.96,1666.91,1643.17,1661.95,18053000,0\n02/15/2006,1659.08,1676.14,1655.22,1673.15,17830500,0\n02/16/2006,1678.74,1688.61,1672.93,1688.61,19404700,0\n02/17/2006,1683.60,1684.21,1674.89,1675.21,19486400,0\n02/21/2006,1676.44,1676.93,1650.94,1655.68,17471800,0\n02/22/2006,1658.48,1684.15,1653.68,1677.52,18241100,0\n02/23/2006,1675.23,1687.59,1669.81,1672.29,17542000,0\n02/24/2006,1672.63,1678.15,1666.97,1676.50,15839800,0\n02/27/2006,1681.46,1701.10,1680.43,1695.66,17144200,0\n02/28/2006,1689.99,1695.35,1665.63,1670.57,21205600,0\n03/01/2006,1676.80,1697.25,1672.60,1694.58,21904200,0\n03/02/2006,1687.52,1699.72,1683.38,1693.78,20891000,0\n03/03/2006,1684.82,1706.41,1682.71,1684.32,23890400,0\n03/06/2006,1689.21,1691.11,1665.37,1669.94,21122800,0\n03/07/2006,1666.61,1668.82,1652.59,1661.02,19083100,0\n03/08/2006,1656.39,1668.06,1646.03,1660.35,20840400,0\n03/09/2006,1666.56,1671.84,1644.86,1645.09,19575600,0\n03/10/2006,1645.73,1657.31,1634.25,1648.23,17527000,0\n03/13/2006,1656.19,1663.73,1650.94,1653.79,16495499,0\n03/14/2006,1650.93,1682.93,1650.93,1681.15,19117500,0\n03/15/2006,1687.23,1694.90,1680.06,1694.46,20905200,0\n03/16/2006,1701.00,1703.11,1679.05,1679.05,23442400,0\n03/17/2006,1681.22,1690.96,1676.63,1685.66,25401200,0\n03/20/2006,1690.92,1695.04,1684.16,1688.98,19438200,0\n03/21/2006,1688.38,1707.69,1671.20,1672.47,23604300,0\n03/22/2006,1664.17,1678.73,1662.56,1676.32,21162200,0\n03/23/2006,1672.92,1676.28,1660.82,1670.73,19637500,0\n03/24/2006,1676.96,1687.56,1669.17,1679.81,19280400,0\n03/27/2006,1679.38,1687.54,1678.05,1680.63,18502200,0\n03/28/2006,1681.83,1694.60,1667.95,1673.03,19975100,0\n03/29/2006,1676.32,1711.26,1674.88,1703.84,23753000,0\n03/30/2006,1705.99,1720.20,1700.15,1708.68,21608100,0\n03/31/2006,1712.64,1715.62,1701.86,1703.66,18516200,0\n04/03/2006,1715.61,1723.06,1704.92,1706.77,19529600,0\n04/04/2006,1707.22,1720.43,1705.27,1716.55,20823200,0\n04/05/2006,1723.24,1735.13,1717.28,1732.74,20274400,0\n04/06/2006,1734.21,1745.68,1727.14,1739.20,21418600,0\n04/07/2006,1742.91,1750.23,1720.62,1723.03,20023600,0\n04/10/2006,1723.81,1727.82,1712.47,1718.86,18409500,0\n04/11/2006,1723.13,1725.66,1696.67,1704.40,20987800,0\n04/12/2006,1705.38,1710.92,1701.29,1704.75,15365099,0\n04/13/2006,1703.92,1721.05,1700.55,1712.07,15169799,0\n04/17/2006,1709.90,1716.72,1684.35,1694.32,17761700,0\n04/18/2006,1699.65,1730.33,1699.00,1726.64,22528000,0\n04/19/2006,1730.41,1734.10,1720.64,1734.04,20776900,0\n04/20/2006,1735.07,1741.35,1724.62,1728.90,21251200,0\n04/21/2006,1736.73,1737.20,1701.57,1709.02,23260800,0\n04/24/2006,1706.53,1711.04,1697.00,1706.44,20081300,0\n04/25/2006,1710.42,1711.35,1694.52,1701.47,23017800,0\n04/26/2006,1706.15,1710.00,1696.50,1702.20,20842300,0\n04/27/2006,1694.35,1727.79,1688.25,1717.14,25735600,0\n04/28/2006,1706.77,1717.49,1699.51,1700.71,25017600,0\n05/01/2006,1705.95,1709.44,1680.52,1686.61,20761200,0\n05/02/2006,1694.74,1697.18,1686.65,1689.93,20707400,0\n05/03/2006,1693.44,1693.52,1679.26,1686.30,21272600,0\n05/04/2006,1688.41,1707.36,1688.41,1701.03,20541100,0\n05/05/2006,1713.17,1716.19,1706.33,1713.84,19892600,0\n05/08/2006,1712.60,1721.13,1712.18,1715.23,17262600,0\n05/09/2006,1712.06,1715.73,1708.03,1711.17,18452300,0\n05/10/2006,1705.59,1707.38,1690.90,1694.82,20142700,0\n05/11/2006,1693.17,1694.47,1653.79,1657.48,24467700,0\n05/12/2006,1650.24,1652.26,1634.65,1635.81,22895098,0\n05/15/2006,1629.34,1640.10,1619.26,1634.78,20067000,0\n05/16/2006,1637.09,1637.70,1617.97,1623.69,19966200,0\n05/17/2006,1610.64,1618.85,1595.62,1598.91,23378000,0\n05/18/2006,1608.17,1612.53,1587.04,1587.11,20226400,0\n05/19/2006,1583.45,1604.48,1575.81,1600.86,25143800,0\n05/22/2006,1589.48,1595.06,1571.06,1584.57,22699600,0\n05/23/2006,1597.10,1601.75,1569.01,1569.01,21317500,0\n05/24/2006,1566.39,1586.62,1554.76,1580.18,25970200,0\n05/25/2006,1592.84,1600.22,1579.24,1599.68,20289600,0\n05/26/2006,1605.19,1606.46,1595.29,1606.37,15407000,0\n05/30/2006,1598.85,1606.37,1571.29,1571.29,17186600,0\n05/31/2006,1575.69,1587.78,1568.22,1579.58,21190600,0\n06/01/2006,1581.53,1616.57,1579.58,1616.57,20787400,0\n06/02/2006,1626.19,1626.29,1599.17,1612.90,19333800,0\n06/05/2006,1604.67,1612.90,1577.49,1577.50,17332500,0\n06/06/2006,1580.40,1583.90,1560.23,1575.39,20895400,0\n06/07/2006,1578.75,1592.37,1563.95,1565.22,19138700,0\n06/08/2006,1555.62,1566.59,1525.78,1561.55,29481000,0\n06/09/2006,1566.68,1575.12,1550.14,1550.97,17547400,0\n06/12/2006,1554.22,1555.09,1520.29,1520.31,18877200,0\n06/13/2006,1521.86,1536.50,1511.53,1516.85,25945000,0\n06/14/2006,1519.99,1531.59,1512.98,1530.26,20901400,0\n06/15/2006,1538.86,1576.79,1530.26,1573.08,22014900,0\n06/16/2006,1567.90,1573.08,1554.83,1562.84,24281500,0\n06/19/2006,1568.17,1568.89,1543.85,1548.94,16815800,0\n06/20/2006,1550.40,1565.17,1544.30,1548.32,15720999,0\n06/21/2006,1552.67,1585.88,1548.32,1573.56,18548500,0\n06/22/2006,1570.20,1573.67,1546.12,1554.49,16447000,0\n06/23/2006,1550.75,1566.90,1544.11,1551.05,16145099,0\n06/26/2006,1553.22,1561.47,1549.13,1556.17,13929400,0\n06/27/2006,1556.20,1559.19,1525.89,1527.00,17881700,0\n06/28/2006,1531.13,1538.65,1520.93,1538.25,15913099,0\n06/29/2006,1547.03,1585.56,1538.25,1585.56,21653900,0\n06/30/2006,1590.03,1590.83,1574.38,1575.23,24588400,0\n07/03/2006,1580.56,1586.44,1575.23,1586.33,7882000,0\n07/05/2006,1573.52,1586.25,1550.58,1553.95,15869699,0\n07/06/2006,1556.59,1564.96,1547.28,1551.55,15850900,0\n07/07/2006,1544.70,1553.09,1529.40,1533.71,17598700,0\n07/10/2006,1538.80,1543.12,1513.47,1520.90,15617899,0\n07/11/2006,1515.51,1534.97,1508.91,1533.06,19715000,0\n07/12/2006,1528.16,1533.06,1499.77,1501.46,17765200,0\n07/13/2006,1489.66,1506.53,1478.13,1478.16,20220400,0\n07/14/2006,1478.17,1480.31,1456.38,1462.17,17799600,0\n07/17/2006,1461.64,1475.21,1459.90,1468.50,15048800,0\n07/18/2006,1470.97,1477.80,1446.77,1472.34,19968800,0\n07/19/2006,1466.72,1498.32,1466.72,1490.60,23047400,0\n07/20/2006,1496.99,1497.14,1466.27,1466.89,19514500,0\n07/21/2006,1456.55,1463.44,1450.24,1451.88,23468900,0\n07/24/2006,1458.74,1482.34,1457.11,1482.34,19758700,0\n07/25/2006,1481.23,1494.14,1475.12,1489.52,19137100,0\n07/26/2006,1483.76,1499.43,1474.67,1487.88,20733100,0\n07/27/2006,1497.94,1506.75,1475.91,1478.53,21201000,0\n07/28/2006,1488.75,1511.00,1485.96,1510.30,18032900,0\n07/31/2006,1506.54,1517.86,1501.78,1509.43,15822699,0\n08/01/2006,1497.62,1498.17,1476.06,1484.94,16630699,0\n08/02/2006,1492.67,1510.51,1490.41,1500.48,17557300,0\n08/03/2006,1487.08,1518.41,1484.60,1510.60,18187900,0\n08/04/2006,1522.42,1530.04,1490.16,1503.84,18320400,0\n08/07/2006,1500.22,1501.43,1487.19,1494.13,14281699,0\n08/08/2006,1499.96,1500.76,1476.48,1484.80,18894400,0\n08/09/2006,1502.42,1517.90,1482.49,1485.64,20740600,0\n08/10/2006,1481.29,1499.93,1478.20,1496.28,17303200,0\n08/11/2006,1490.21,1491.97,1479.69,1486.74,14235298,0\n08/14/2006,1500.79,1515.68,1493.74,1494.33,14801200,0\n08/15/2006,1515.62,1534.78,1508.94,1534.43,17556600,0\n08/16/2006,1546.87,1570.06,1539.59,1570.06,24747600,0\n08/17/2006,1564.92,1584.72,1562.62,1573.59,19190200,0\n08/18/2006,1574.70,1578.35,1557.89,1576.46,16837900,0\n08/21/2006,1565.55,1567.50,1556.28,1561.12,13140000,0\n08/22/2006,1558.33,1577.54,1555.98,1563.43,15559399,0\n08/23/2006,1566.02,1571.48,1543.86,1550.41,14571800,0\n08/24/2006,1558.15,1558.94,1542.57,1555.19,14043599,0\n08/25/2006,1547.88,1570.34,1547.88,1557.70,12825099,0\n08/28/2006,1557.13,1574.45,1556.52,1570.29,13338599,0\n08/29/2006,1570.22,1575.45,1552.40,1573.65,15809899,0\n08/30/2006,1575.81,1583.77,1570.15,1581.95,16200299,0\n08/31/2006,1585.27,1586.60,1576.33,1579.73,17002100,0\n09/01/2006,1589.58,1593.66,1581.91,1589.47,13255399,0\n09/05/2006,1589.50,1605.02,1580.21,1603.69,17324600,0\n09/06/2006,1592.13,1592.89,1570.42,1572.20,17970800,0\n09/07/2006,1567.96,1581.44,1560.05,1564.84,18471900,0\n09/08/2006,1569.96,1578.12,1564.55,1574.71,14572199,0\n09/11/2006,1564.07,1591.12,1558.17,1583.78,16942800,0\n09/12/2006,1585.58,1617.55,1584.85,1615.75,20079900,0\n09/13/2006,1614.85,1625.55,1611.98,1623.99,18605300,0\n09/14/2006,1619.36,1629.27,1617.97,1625.98,18266000,0\n09/15/2006,1641.08,1645.60,1627.54,1632.44,24558700,0\n09/18/2006,1631.17,1643.53,1625.80,1632.17,19142000,0\n09/19/2006,1635.27,1638.08,1608.51,1621.07,20799200,0\n09/20/2006,1635.86,1648.90,1635.28,1645.35,21649400,0\n09/21/2006,1648.99,1654.40,1631.29,1634.87,19931100,0\n09/22/2006,1633.34,1633.34,1615.98,1622.37,16465400,0\n09/25/2006,1631.83,1653.86,1615.14,1650.37,18338600,0\n09/26/2006,1649.35,1659.60,1644.29,1659.20,20111400,0\n09/27/2006,1654.15,1665.61,1648.14,1655.67,20391000,0\n09/28/2006,1658.35,1663.28,1645.20,1661.59,18052600,0\n09/29/2006,1666.15,1666.15,1653.74,1654.13,18121200,0\n10/02/2006,1650.55,1655.67,1631.36,1632.81,17691700,0\n10/03/2006,1628.98,1646.74,1623.07,1640.29,19468000,0\n10/04/2006,1636.83,1681.14,1634.23,1681.14,21902800,0\n10/05/2006,1679.59,1690.41,1676.08,1689.43,19110900,0\n10/06/2006,1682.34,1690.80,1678.55,1684.88,16724700,0\n10/09/2006,1683.09,1698.38,1681.64,1691.08,14852800,0\n10/10/2006,1692.41,1698.26,1681.44,1693.29,17603600,0\n10/11/2006,1686.73,1701.58,1675.98,1691.28,19956000,0\n10/12/2006,1698.61,1718.72,1697.47,1718.54,20039600,0\n10/13/2006,1715.99,1729.26,1714.58,1727.21,19405300,0\n10/16/2006,1726.04,1733.73,1725.70,1727.61,18236200,0\n10/17/2006,1715.05,1718.10,1699.88,1709.61,21259500,0\n10/18/2006,1717.24,1721.43,1695.37,1700.75,18236200,0\n10/19/2006,1698.53,1713.43,1693.19,1706.37,20006900,0\n10/20/2006,1712.53,1713.45,1695.21,1709.58,19220700,0\n10/23/2006,1704.40,1732.52,1702.58,1725.93,18234800,0\n10/24/2006,1722.31,1726.78,1706.22,1713.88,18568800,0\n10/25/2006,1716.56,1729.90,1711.68,1726.76,21007800,0\n10/26/2006,1730.28,1745.79,1718.53,1744.07,23395400,0\n10/27/2006,1738.44,1741.61,1712.76,1717.61,22689500,0\n10/30/2006,1713.97,1735.02,1711.85,1727.80,17241800,0\n10/31/2006,1734.49,1739.33,1722.15,1732.54,19221500,0\n11/01/2006,1739.37,1739.79,1702.18,1707.65,20270200,0\n11/02/2006,1701.55,1714.37,1698.60,1710.17,18873100,0\n11/03/2006,1712.31,1716.65,1693.19,1703.98,18300500,0\n11/06/2006,1711.69,1736.54,1711.69,1732.26,18922500,0\n11/07/2006,1731.77,1752.95,1728.27,1741.53,20887700,0\n11/08/2006,1731.48,1757.18,1728.35,1749.75,20760200,0\n11/09/2006,1761.54,1762.95,1736.66,1740.14,23802400,0\n11/10/2006,1742.81,1751.11,1736.39,1751.11,16804600,0\n11/13/2006,1751.10,1770.54,1749.52,1768.00,17208100,0\n11/14/2006,1768.30,1787.88,1759.24,1787.23,19263700,0\n11/15/2006,1787.19,1804.88,1786.71,1793.82,21038700,0\n11/16/2006,1798.61,1806.00,1790.96,1801.97,20388300,0\n11/17/2006,1789.50,1800.90,1788.05,1800.67,17324000,0\n11/20/2006,1794.70,1808.71,1790.47,1803.81,16974800,0\n11/21/2006,1807.15,1809.80,1800.30,1808.88,16602699,0\n11/22/2006,1815.68,1820.20,1800.72,1819.76,15731200,0\n11/24/2006,1804.63,1824.21,1804.63,1815.53,6815100,0\n11/27/2006,1809.96,1813.92,1775.17,1775.17,19503000,0\n11/28/2006,1768.74,1782.65,1763.34,1780.34,19586300,0\n11/29/2006,1789.23,1796.50,1776.10,1792.77,19034300,0\n11/30/2006,1791.04,1800.47,1781.49,1791.25,21342000,0\n12/01/2006,1790.75,1793.31,1760.01,1775.12,20405200,0\n12/04/2006,1784.04,1808.12,1782.13,1799.93,19545300,0\n12/05/2006,1806.69,1810.82,1797.37,1808.89,19906000,0\n12/06/2006,1800.42,1804.88,1792.29,1799.13,18890000,0\n12/07/2006,1803.18,1808.20,1777.20,1777.46,20510300,0\n12/08/2006,1773.29,1799.22,1767.83,1786.21,18406000,0\n12/11/2006,1783.14,1803.38,1779.65,1791.74,18133400,0\n12/12/2006,1791.72,1794.05,1771.30,1781.97,19275400,0\n12/13/2006,1795.47,1795.47,1774.05,1783.44,17824300,0\n12/14/2006,1786.89,1811.08,1786.52,1803.41,18895100,0\n12/15/2006,1810.66,1821.18,1805.45,1808.56,23246500,0\n12/18/2006,1811.96,1820.94,1783.24,1790.99,19363500,0\n12/19/2006,1776.52,1792.78,1766.35,1785.12,19607200,0\n12/20/2006,1785.40,1795.41,1777.92,1777.92,17495300,0\n12/21/2006,1780.30,1781.51,1759.08,1766.28,17328800,0\n12/22/2006,1764.28,1765.98,1748.61,1748.61,13065300,0\n12/26/2006,1745.77,1754.70,1745.77,1753.55,10162000,0\n12/27/2006,1759.28,1766.15,1754.87,1763.41,12162599,0\n12/28/2006,1757.75,1765.06,1752.64,1758.94,12375299,0\n12/29/2006,1758.46,1774.64,1755.04,1756.90,14139200,0\n01/03/2007,1766.76,1793.05,1731.71,1759.37,24352798,0\n01/04/2007,1763.13,1799.07,1757.00,1792.91,21042100,0\n01/05/2007,1787.43,1787.79,1770.29,1785.30,20603600,0\n01/08/2007,1786.16,1795.45,1776.99,1787.14,19056200,0\n01/09/2007,1791.18,1802.44,1776.73,1795.63,21441600,0\n01/10/2007,1790.12,1817.22,1784.28,1816.15,22742100,0\n01/11/2007,1822.28,1840.88,1818.09,1834.86,24362700,0\n01/12/2007,1830.71,1845.68,1830.34,1844.81,21758100,0\n01/16/2007,1843.89,1847.54,1836.83,1842.44,21395500,0\n01/17/2007,1836.99,1843.07,1824.74,1827.68,22738800,0\n01/18/2007,1823.04,1824.34,1789.39,1793.68,24561800,0\n01/19/2007,1785.29,1802.22,1785.29,1796.81,20378900,0\n01/22/2007,1799.84,1800.53,1771.24,1779.02,19008600,0\n01/23/2007,1775.73,1790.07,1771.44,1773.40,20011000,0\n01/24/2007,1784.05,1803.46,1781.82,1802.63,22020400,0\n01/25/2007,1807.23,1810.24,1774.58,1777.75,22022800,0\n01/26/2007,1782.59,1784.82,1763.30,1772.97,20670800,0\n01/29/2007,1769.84,1786.97,1767.09,1775.08,19154000,0\n01/30/2007,1780.15,1782.21,1772.03,1777.76,17696000,0\n01/31/2007,1774.45,1798.49,1764.63,1792.28,21867100,0\n02/01/2007,1801.95,1806.81,1785.54,1791.45,21700400,0\n02/02/2007,1794.87,1800.39,1788.97,1798.13,18767700,0\n02/05/2007,1796.47,1804.40,1789.72,1795.39,18753100,0\n02/06/2007,1799.67,1800.05,1776.51,1793.06,21137100,0\n02/07/2007,1802.61,1816.77,1796.18,1810.95,21984100,0\n02/08/2007,1806.56,1814.48,1800.63,1810.54,19958800,0\n02/09/2007,1815.47,1819.30,1780.44,1785.53,21865900,0\n02/12/2007,1786.33,1787.11,1774.25,1778.42,18402500,0\n02/13/2007,1781.30,1789.98,1778.66,1783.82,18213900,0\n02/14/2007,1791.95,1818.55,1791.95,1814.98,21735800,0\n02/15/2007,1815.44,1824.09,1813.07,1823.41,19496700,0\n02/16/2007,1815.82,1823.37,1813.90,1821.49,18874300,0\n02/20/2007,1817.10,1835.31,1808.11,1833.71,21655900,0\n02/21/2007,1826.36,1839.13,1824.53,1839.13,20124500,0\n02/22/2007,1846.20,1851.47,1832.60,1846.34,18509600,0\n02/23/2007,1844.24,1846.77,1832.40,1839.77,20122200,0\n02/26/2007,1847.92,1849.09,1819.76,1830.59,19124800,0\n02/27/2007,1801.29,1808.08,1750.70,1756.27,30373800,0\n02/28/2007,1756.97,1778.17,1746.29,1761.60,26204500,0\n03/01/2007,1728.37,1768.96,1717.95,1753.45,27107500,0\n03/02/2007,1743.78,1752.86,1726.03,1726.03,23527900,0\n03/05/2007,1713.34,1739.05,1710.97,1712.94,22916800,0\n03/06/2007,1732.03,1747.21,1727.12,1743.10,21214300,0\n03/07/2007,1740.43,1746.86,1733.82,1736.10,19593300,0\n03/08/2007,1753.72,1757.52,1741.47,1746.43,19899100,0\n03/09/2007,1761.30,1761.30,1734.35,1744.74,18750500,0\n03/12/2007,1741.31,1758.49,1741.31,1756.42,16379800,0\n03/13/2007,1746.65,1756.22,1722.48,1722.48,22350000,0\n03/14/2007,1725.41,1743.15,1711.28,1743.15,22556300,0\n03/15/2007,1742.67,1749.58,1737.04,1744.87,16904300,0\n03/16/2007,1747.24,1750.39,1733.58,1742.23,20316500,0\n03/19/2007,1752.46,1764.37,1747.05,1758.23,16509700,0\n03/20/2007,1758.82,1772.74,1757.94,1767.25,17619400,0\n03/21/2007,1774.63,1806.35,1763.54,1806.35,21587400,0\n03/22/2007,1804.47,1807.43,1793.38,1799.75,18872900,0\n03/23/2007,1798.20,1804.63,1792.74,1794.04,16344700,0\n03/26/2007,1795.70,1802.95,1774.96,1802.95,18178700,0\n03/27/2007,1796.71,1798.89,1787.98,1789.93,17080600,0\n03/28/2007,1781.77,1789.65,1770.54,1770.54,18683100,0\n03/29/2007,1783.06,1783.48,1753.43,1771.72,19260700,0\n03/30/2007,1772.71,1783.33,1758.10,1772.36,19985500,0\n04/02/2007,1775.69,1779.30,1761.65,1773.33,17841700,0\n04/03/2007,1782.85,1801.90,1781.89,1796.31,19320300,0\n04/04/2007,1799.80,1804.54,1795.00,1801.74,19333000,0\n04/05/2007,1798.68,1812.94,1798.53,1812.94,15378000,0\n04/09/2007,1816.99,1819.04,1805.09,1808.19,17148800,0\n04/10/2007,1806.66,1816.93,1806.66,1816.93,18345300,0\n04/11/2007,1813.73,1815.73,1793.25,1798.09,19579700,0\n04/12/2007,1793.55,1814.68,1788.40,1813.49,19055000,0\n04/13/2007,1811.52,1818.42,1801.89,1816.85,18343200,0\n04/16/2007,1823.32,1835.68,1823.32,1833.96,17794100,0\n04/17/2007,1834.39,1838.10,1829.11,1834.91,19009200,0\n04/18/2007,1829.13,1839.31,1823.29,1832.39,20467600,0\n04/19/2007,1824.19,1840.28,1819.31,1832.47,21129200,0\n04/20/2007,1857.14,1857.14,1838.77,1845.89,20842700,0\n04/23/2007,1847.40,1854.75,1844.80,1850.18,19285300,0\n04/24/2007,1856.41,1863.76,1844.05,1858.87,22206100,0\n04/25/2007,1866.79,1883.58,1859.06,1881.33,26441200,0\n04/26/2007,1889.63,1896.77,1884.26,1889.57,24060900,0\n04/27/2007,1885.38,1894.97,1883.36,1891.06,20781600,0\n04/30/2007,1891.49,1891.81,1867.75,1867.75,20807100,0\n05/01/2007,1869.86,1876.19,1857.33,1873.43,23517500,0\n05/02/2007,1875.30,1894.30,1874.39,1889.73,20731500,0\n05/03/2007,1893.16,1899.49,1888.74,1895.64,21371400,0\n05/04/2007,1903.42,1905.85,1888.40,1895.70,22141300,0\n05/07/2007,1896.67,1901.42,1893.97,1895.96,16523000,0\n05/08/2007,1890.22,1901.21,1883.01,1899.83,18977500,0\n05/09/2007,1889.99,1909.30,1889.99,1905.65,21042200,0\n05/10/2007,1897.14,1902.19,1874.24,1875.20,22376100,0\n05/11/2007,1878.65,1899.44,1878.38,1898.79,17255500,0\n05/14/2007,1901.66,1906.38,1878.63,1888.08,19414500,0\n05/15/2007,1887.63,1898.02,1870.24,1871.79,21877600,0\n05/16/2007,1880.51,1891.57,1866.98,1891.57,20610500,0\n05/17/2007,1888.15,1892.71,1882.04,1884.68,19248900,0\n05/18/2007,1892.00,1898.34,1885.93,1896.93,19969300,0\n05/21/2007,1898.16,1919.60,1897.86,1911.16,19742200,0\n05/22/2007,1912.63,1921.81,1905.77,1916.45,19439500,0\n05/23/2007,1920.52,1925.43,1903.87,1904.41,20110600,0\n05/24/2007,1904.30,1911.48,1869.51,1874.60,23508500,0\n05/25/2007,1881.79,1892.71,1877.73,1889.25,15597000,0\n05/29/2007,1889.66,1904.31,1887.26,1899.79,16510000,0\n05/30/2007,1889.77,1918.08,1884.45,1918.08,19691500,0\n05/31/2007,1922.94,1931.10,1919.27,1928.19,22868500,0\n06/01/2007,1934.61,1940.81,1925.65,1928.26,18800300,0\n06/04/2007,1920.55,1935.85,1920.21,1933.73,19472200,0\n06/05/2007,1927.99,1932.94,1916.38,1932.35,21828100,0\n06/06/2007,1925.26,1925.26,1908.80,1914.85,21634300,0\n06/07/2007,1906.96,1918.82,1882.17,1882.17,27162400,0\n06/08/2007,1883.99,1906.79,1876.52,1906.26,19081300,0\n06/11/2007,1905.86,1917.43,1900.73,1901.96,16149800,0\n06/12/2007,1892.60,1911.14,1887.77,1890.67,20472100,0\n06/13/2007,1897.76,1913.87,1892.55,1913.87,20866100,0\n06/14/2007,1914.63,1929.59,1913.53,1924.54,19362200,0\n06/15/2007,1946.93,1946.93,1937.99,1942.41,24207500,0\n06/18/2007,1946.61,1947.79,1939.27,1944.37,17171200,0\n06/19/2007,1938.68,1946.88,1932.75,1941.75,18718800,0\n06/20/2007,1946.19,1948.58,1922.07,1922.12,27932600,0\n06/21/2007,1921.38,1943.42,1915.77,1941.32,25626000,0\n06/22/2007,1936.29,1940.28,1917.52,1921.94,32403500,0\n06/25/2007,1922.88,1934.84,1905.02,1912.90,20390100,0\n06/26/2007,1923.70,1924.42,1901.18,1908.64,21003300,0\n06/27/2007,1901.34,1934.03,1899.92,1933.06,20202600,0\n06/28/2007,1933.01,1945.12,1930.53,1931.67,19234100,0\n06/29/2007,1944.21,1947.00,1920.83,1934.10,21684200,0\n07/02/2007,1941.77,1954.24,1939.74,1954.12,18538400,0\n07/03/2007,1957.17,1965.20,1953.93,1965.20,10891200,0\n07/05/2007,1967.72,1983.10,1964.49,1981.06,16945300,0\n07/06/2007,1980.34,1989.43,1973.40,1988.31,15971100,0\n07/09/2007,1990.43,1992.55,1982.37,1989.20,18952000,0\n07/10/2007,1978.98,1989.35,1970.36,1971.89,22293400,0\n07/11/2007,1968.78,1984.67,1965.61,1984.08,20142600,0\n07/12/2007,1992.71,2021.03,1990.89,2021.03,21663500,0\n07/13/2007,2018.64,2032.28,2017.28,2032.16,17291900,0\n07/16/2007,2029.63,2037.50,2024.30,2028.02,17510600,0\n07/17/2007,2031.59,2045.97,2030.57,2041.78,21586900,0\n07/18/2007,2028.88,2038.64,2019.17,2037.98,22573800,0\n07/19/2007,2051.88,2060.29,2046.96,2052.99,21775000,0\n07/20/2007,2047.14,2048.24,2024.25,2035.88,23359200,0\n07/23/2007,2042.30,2045.81,2031.37,2036.33,20340800,0\n07/24/2007,2019.24,2037.72,1995.62,2000.55,24632700,0\n07/25/2007,2018.06,2020.68,1996.05,2011.14,24822500,0\n07/26/2007,1998.15,2012.49,1955.62,1986.60,33921400,0\n07/27/2007,1988.56,1997.79,1956.16,1956.19,27052900,0\n07/30/2007,1958.56,1981.86,1951.36,1973.93,22917100,0\n07/31/2007,1991.51,1992.53,1931.99,1932.06,27891300,0\n08/01/2007,1931.05,1946.76,1912.10,1945.08,29122700,0\n08/02/2007,1954.55,1969.66,1944.37,1966.60,24569700,0\n08/03/2007,1962.00,1964.50,1918.56,1918.56,25044300,0\n08/06/2007,1931.13,1954.37,1912.69,1954.37,28155600,0\n08/07/2007,1943.00,1976.70,1932.05,1961.64,27040300,0\n08/08/2007,1975.17,1995.00,1968.34,1987.34,35428900,0\n08/09/2007,1957.63,1990.96,1936.76,1936.76,35934500,0\n08/10/2007,1915.00,1944.54,1896.69,1925.14,32025700,0\n08/13/2007,1943.62,1946.75,1931.33,1934.41,21547500,0\n08/14/2007,1938.23,1940.89,1901.32,1901.32,19828600,0\n08/15/2007,1893.21,1913.79,1864.20,1864.92,22598700,0\n08/16/2007,1846.88,1865.47,1805.66,1846.09,32796200,0\n08/17/2007,1876.33,1893.77,1853.87,1888.78,25803400,0\n08/20/2007,1892.55,1899.05,1874.27,1893.05,16564400,0\n08/21/2007,1885.44,1915.10,1885.44,1910.99,16770800,0\n08/22/2007,1929.57,1938.79,1922.19,1936.77,17870600,0\n08/23/2007,1944.07,1945.11,1920.62,1931.88,16228800,0\n08/24/2007,1927.12,1961.38,1924.11,1961.38,16248600,0\n08/27/2007,1955.66,1958.96,1945.51,1947.49,13140300,0\n08/28/2007,1933.61,1939.10,1899.24,1899.24,15628000,0\n08/29/2007,1915.69,1955.46,1913.49,1954.85,16497200,0\n08/30/2007,1942.38,1980.95,1940.92,1963.75,17049100,0\n08/31/2007,1988.23,1993.73,1975.83,1988.73,15366400,0\n09/04/2007,1990.34,2032.10,1989.28,2020.51,15144500,0\n09/05/2007,2012.37,2017.32,1987.30,1994.38,19218200,0\n09/06/2007,2002.15,2006.05,1984.44,1998.67,17952200,0\n09/07/2007,1972.24,1975.31,1949.87,1958.35,19065200,0\n09/10/2007,1975.72,1980.97,1943.27,1960.20,17714300,0\n09/11/2007,1973.31,1991.02,1969.52,1988.98,17437300,0\n09/12/2007,1985.46,2006.37,1983.44,1988.96,18885700,0\n09/13/2007,2005.98,2005.98,1989.91,1998.63,16665100,0\n09/14/2007,1987.81,2004.03,1981.91,2000.82,15865800,0\n09/17/2007,1992.22,1995.47,1975.29,1983.08,14077800,0\n09/18/2007,1993.00,2035.37,1985.70,2035.37,20836200,0\n09/19/2007,2045.97,2056.27,2032.08,2041.36,21838100,0\n09/20/2007,2034.29,2043.21,2029.53,2032.61,17514600,0\n09/21/2007,2043.56,2054.09,2041.48,2049.48,22683000,0\n09/24/2007,2054.65,2072.70,2047.51,2057.25,18489500,0\n09/25/2007,2049.78,2076.83,2048.34,2076.83,19108900,0\n09/26/2007,2088.32,2094.97,2079.92,2088.38,19840100,0\n09/27/2007,2100.54,2100.54,2089.58,2096.39,17450700,0\n09/28/2007,2094.79,2101.96,2082.04,2091.11,19298900,0\n10/01/2007,2093.55,2120.79,2092.60,2116.97,19140800,0\n10/02/2007,2116.58,2117.34,2104.15,2115.89,17404600,0\n10/03/2007,2108.06,2117.38,2095.30,2103.01,18510900,0\n10/04/2007,2105.81,2107.72,2088.79,2105.56,16955200,0\n10/05/2007,2121.73,2151.72,2118.13,2149.67,20128600,0\n10/08/2007,2148.59,2163.26,2144.22,2163.26,14966100,0\n10/09/2007,2168.01,2173.95,2157.95,2171.21,18651200,0\n10/10/2007,2171.72,2178.95,2164.91,2176.98,19166300,0\n10/11/2007,2188.46,2194.14,2127.07,2140.92,18462528,0\n10/12/2007,2152.72,2177.99,2148.38,2177.99,19577900,0\n10/15/2007,2180.52,2184.86,2143.90,2158.92,19671200,0\n10/16/2007,2148.29,2166.65,2143.56,2151.14,20385200,0\n10/17/2007,2183.07,2183.07,2143.54,2179.14,24000800,0\n10/18/2007,2169.92,2191.66,2161.68,2187.52,19730100,0\n10/19/2007,2189.16,2189.16,2131.08,2131.08,23716500,0\n10/22/2007,2119.35,2160.02,2116.64,2157.45,19587100,0\n10/23/2007,2184.47,2205.18,2170.47,2205.18,23357700,0\n10/24/2007,2186.04,2194.35,2140.87,2188.59,27396800,0\n10/25/2007,2187.08,2195.40,2146.23,2161.52,27533600,0\n10/26/2007,2201.42,2203.88,2174.82,2194.59,25836800,0\n10/29/2007,2201.50,2209.39,2191.21,2203.42,20147300,0\n10/30/2007,2196.98,2218.88,2192.69,2207.61,21219300,0\n10/31/2007,2212.37,2239.23,2199.02,2238.98,25345300,0\n11/01/2007,2221.17,2226.88,2196.35,2197.07,25284100,0\n11/02/2007,2213.20,2218.66,2181.50,2213.86,24260500,0\n11/05/2007,2191.14,2212.06,2179.90,2200.48,20925900,0\n11/06/2007,2210.37,2224.43,2188.10,2223.97,24821600,0\n11/07/2007,2206.09,2219.82,2168.55,2169.43,24911800,0\n11/08/2007,2163.57,2167.81,2066.55,2106.16,34618100,0\n11/09/2007,2058.68,2078.06,2033.88,2034.30,29557900,0\n11/12/2007,2027.20,2043.05,1980.18,1982.16,28207400,0\n11/13/2007,2009.70,2066.08,2009.70,2066.08,26627800,0\n11/14/2007,2090.67,2091.06,2030.62,2038.05,24202600,0\n11/15/2007,2035.46,2054.06,2007.78,2024.03,22894800,0\n11/16/2007,2038.27,2052.20,2006.85,2048.62,25156800,0\n11/19/2007,2040.34,2050.03,2009.71,2021.14,21880000,0\n11/20/2007,2032.50,2064.08,1990.12,2029.94,26073700,0\n11/21/2007,2003.92,2039.39,1986.45,2006.38,20347300,0\n11/23/2007,2020.39,2031.87,2008.13,2028.90,8043300,0\n11/26/2007,2031.89,2047.92,1988.30,1989.36,20194000,0\n11/27/2007,2008.60,2034.65,1997.53,2033.76,21669300,0\n11/28/2007,2060.02,2100.97,2055.77,2095.39,25185800,0\n11/29/2007,2082.95,2108.25,2082.19,2102.42,21571700,0\n11/30/2007,2122.64,2122.64,2071.78,2089.10,25713400,0\n12/03/2007,2083.45,2094.36,2066.23,2067.45,19947100,0\n12/04/2007,2049.74,2070.39,2048.65,2059.06,20447400,0\n12/05/2007,2083.46,2103.83,2079.67,2099.31,22588400,0\n12/06/2007,2100.27,2128.32,2098.30,2127.65,19706800,0\n12/07/2007,2128.01,2135.24,2116.63,2130.00,18550700,0\n12/10/2007,2132.37,2141.36,2126.97,2134.88,17765400,0\n12/11/2007,2138.23,2147.68,2081.55,2083.72,21952000,0\n12/12/2007,2124.76,2130.57,2070.52,2101.36,23119000,0\n12/13/2007,2084.22,2097.95,2072.75,2094.68,21437600,0\n12/14/2007,2076.11,2096.96,2069.94,2072.11,19023900,0\n12/17/2007,2063.56,2068.92,2020.26,2020.80,18731100,0\n12/18/2007,2037.91,2042.29,1999.59,2029.49,19825900,0\n12/19/2007,2029.46,2038.99,2016.69,2031.00,18359200,0\n12/20/2007,2056.19,2070.51,2040.38,2069.68,19604700,0\n12/21/2007,2098.93,2111.77,2094.65,2111.77,25088000,0\n12/24/2007,2113.70,2131.73,2113.12,2128.62,7786200,0\n12/26/2007,2119.11,2141.08,2116.21,2136.94,12418300,0\n12/27/2007,2130.38,2135.55,2104.02,2106.09,23248200,0\n12/28/2007,2115.43,2121.28,2092.03,2107.05,13388500,0\n12/31/2007,2095.33,2102.39,2083.58,2084.93,14545500,0\n01/02/2008,2086.36,2094.22,2040.43,2049.71,20766900,0\n01/03/2008,2051.46,2064.73,2040.01,2051.76,19702000,0\n01/04/2008,2025.36,2025.36,1963.02,1963.52,25163100,0\n01/07/2008,1971.52,1975.87,1929.27,1957.44,26001000,0\n01/08/2008,1966.96,1983.14,1910.33,1910.33,25664800,0\n01/09/2008,1912.12,1949.20,1889.92,1949.20,28211600,0\n01/10/2008,1931.82,1968.09,1924.39,1953.64,26404000,0\n01/11/2008,1934.29,1941.53,1900.23,1912.81,23554900,0\n01/14/2008,1937.85,1952.55,1924.86,1949.15,21342300,0\n01/15/2008,1925.26,1931.71,1885.45,1894.09,23901200,0\n01/16/2008,1874.55,1907.30,1848.58,1872.29,33973300,0\n01/17/2008,1885.60,1894.19,1838.99,1842.10,27859300,0\n01/18/2008,1838.72,1876.04,1829.62,1844.09,29913600,0\n01/22/2008,1740.53,1820.51,1740.53,1795.61,31614300,0\n01/23/2008,1725.49,1794.46,1693.06,1789.53,36502500,0\n01/24/2008,1806.61,1826.92,1793.11,1826.92,29289000,0\n01/25/2008,1864.01,1864.01,1788.07,1789.17,25994100,0\n01/28/2008,1788.12,1807.12,1773.70,1805.08,20338600,0\n01/29/2008,1814.56,1816.43,1792.64,1807.67,21600400,0\n01/30/2008,1803.24,1843.20,1798.31,1808.51,26188500,0\n01/31/2008,1782.83,1853.81,1782.02,1841.42,28134200,0\n02/01/2008,1850.44,1864.97,1826.43,1855.27,30601800,0\n02/04/2008,1856.15,1856.15,1828.11,1828.80,20509400,0\n02/05/2008,1798.10,1813.55,1773.49,1773.49,25018200,0\n02/06/2008,1790.08,1795.82,1739.55,1740.95,23620200,0\n02/07/2008,1723.31,1779.27,1714.86,1753.30,29463600,0\n02/08/2008,1753.40,1779.48,1746.34,1773.74,22293300,0\n02/11/2008,1781.29,1797.39,1770.91,1793.09,20722700,0\n02/12/2008,1803.74,1812.43,1769.62,1780.54,21835300,0\n02/13/2008,1802.48,1824.22,1795.67,1823.00,21746700,0\n02/14/2008,1825.05,1825.05,1784.78,1787.59,22675800,0\n02/15/2008,1777.27,1787.33,1767.34,1780.38,19995400,0\n02/19/2008,1803.02,1807.45,1759.24,1764.81,19886900,0\n02/20/2008,1757.45,1791.35,1756.64,1787.45,22581800,0\n02/21/2008,1805.84,1806.44,1762.24,1766.30,22775400,0\n02/22/2008,1773.27,1774.97,1739.15,1773.44,23244500,0\n02/25/2008,1770.67,1790.77,1761.93,1785.46,21528800,0\n02/26/2008,1770.03,1807.41,1763.41,1791.31,22636500,0\n02/27/2008,1778.26,1806.42,1775.45,1799.94,22165400,0\n02/28/2008,1792.64,1808.65,1786.20,1794.46,20320400,0\n02/29/2008,1775.63,1778.07,1740.90,1745.27,24053600,0\n03/03/2008,1740.84,1746.56,1716.52,1733.27,21450700,0\n03/04/2008,1724.09,1748.07,1707.42,1743.70,26699800,0\n03/05/2008,1746.66,1768.13,1737.26,1753.57,22090900,0\n03/06/2008,1753.25,1757.56,1710.96,1712.50,21650900,0\n03/07/2008,1700.25,1731.39,1682.03,1707.50,23869800,0\n03/10/2008,1706.30,1711.03,1672.76,1673.03,21010100,0\n03/11/2008,1703.52,1740.95,1686.47,1740.95,25260400,0\n03/12/2008,1745.75,1764.72,1731.08,1735.18,20771400,0\n03/13/2008,1712.40,1760.23,1699.17,1750.40,24192200,0\n03/14/2008,1759.48,1762.37,1696.22,1713.83,25473100,0\n03/17/2008,1674.23,1706.02,1668.57,1687.19,23382100,0\n03/18/2008,1716.85,1761.05,1712.21,1761.05,24116300,0\n03/19/2008,1763.82,1772.09,1715.59,1715.59,22654200,0\n03/20/2008,1722.98,1752.28,1712.33,1751.99,27644800,0\n03/24/2008,1759.12,1819.26,1759.12,1814.40,23126000,0\n03/25/2008,1818.98,1831.98,1800.71,1824.54,20990600,0\n03/26/2008,1814.22,1822.57,1800.83,1817.28,19152100,0\n03/27/2008,1811.32,1811.32,1777.75,1777.89,20387700,0\n03/28/2008,1790.90,1802.18,1762.20,1767.57,17857700,0\n03/31/2008,1773.03,1789.52,1767.86,1781.93,17883600,0\n04/01/2008,1809.66,1855.48,1805.79,1855.48,21601200,0\n04/02/2008,1858.12,1870.55,1836.63,1848.80,19966800,0\n04/03/2008,1840.55,1866.57,1835.96,1855.19,19934800,0\n04/04/2008,1863.12,1884.13,1846.56,1865.87,19775600,0\n04/07/2008,1879.47,1885.93,1856.57,1860.83,17300200,0\n04/08/2008,1845.25,1858.74,1837.47,1846.14,16352900,0\n04/09/2008,1846.04,1849.20,1815.05,1826.19,19220500,0\n04/10/2008,1826.09,1863.20,1826.09,1852.97,21590000,0\n04/11/2008,1831.13,1833.14,1794.82,1798.72,19025400,0\n04/14/2008,1794.25,1807.76,1788.01,1790.93,16267100,0\n04/15/2008,1801.52,1802.73,1776.60,1794.73,18847500,0\n04/16/2008,1817.02,1849.45,1815.80,1846.89,21287700,0\n04/17/2008,1847.11,1848.28,1829.94,1840.88,17793000,0\n04/18/2008,1891.75,1908.00,1879.94,1900.28,21909200,0\n04/21/2008,1894.90,1914.21,1890.80,1913.12,16012800,0\n04/22/2008,1901.95,1901.95,1867.72,1881.65,19416800,0\n04/23/2008,1898.72,1913.62,1888.71,1906.66,21815800,0\n04/24/2008,1910.25,1942.98,1886.94,1924.58,23371600,0\n04/25/2008,1922.40,1925.04,1894.11,1918.58,19562600,0\n04/28/2008,1920.02,1936.10,1917.03,1923.26,17246800,0\n04/29/2008,1915.02,1941.91,1914.25,1933.60,17690300,0\n04/30/2008,1939.89,1953.59,1912.81,1917.70,21273900,0\n05/01/2008,1922.12,1980.44,1921.05,1980.44,23447700,0\n05/02/2008,1993.20,1996.52,1965.84,1981.87,22795100,0\n05/05/2008,1979.58,1992.69,1967.82,1975.82,20851100,0\n05/06/2008,1966.25,1996.80,1957.63,1990.61,20972600,0\n05/07/2008,1988.44,2000.72,1946.28,1951.42,22388100,0\n05/08/2008,1962.55,1979.12,1954.36,1966.86,20317700,0\n05/09/2008,1948.13,1969.36,1947.60,1960.29,17115100,0\n05/12/2008,1966.12,1998.86,1959.48,1997.02,17693300,0\n05/13/2008,1999.46,2004.53,1981.99,2000.61,18952500,0\n05/14/2008,2011.58,2028.67,1993.91,1997.30,21292700,0\n05/15/2008,1996.61,2032.36,1991.20,2031.34,21763200,0\n05/16/2008,2033.95,2035.81,2009.89,2031.27,22860900,0\n05/19/2008,2032.29,2050.79,2005.34,2016.60,22695900,0\n05/20/2008,2002.53,2010.18,1987.50,2000.67,19910100,0\n05/21/2008,2002.89,2015.23,1952.77,1956.80,21664500,0\n05/22/2008,1960.90,1978.05,1955.64,1964.92,19320800,0\n05/23/2008,1962.02,1964.68,1943.85,1958.96,17340700,0\n05/27/2008,1962.67,1995.45,1962.67,1995.44,17427100,0\n05/28/2008,2004.10,2004.66,1981.25,2000.07,17927500,0\n05/29/2008,2002.56,2030.24,2001.78,2019.02,19561000,0\n05/30/2008,2026.92,2040.97,2022.16,2032.57,21533500,0\n06/02/2008,2028.33,2028.33,1989.33,2006.84,19727600,0\n06/03/2008,2016.72,2027.20,1977.87,1996.79,21480400,0\n06/04/2008,1988.94,2035.09,1988.94,2012.50,21535100,0\n06/05/2008,2027.41,2055.82,2020.59,2055.11,22547600,0\n06/06/2008,2037.16,2039.50,1990.39,1990.39,21922400,0\n06/09/2008,1995.69,1997.94,1948.27,1979.71,20846300,0\n06/10/2008,1957.78,1988.00,1957.05,1972.54,20811300,0\n06/11/2008,1967.80,1970.31,1924.33,1924.33,20658100,0\n06/12/2008,1940.69,1954.23,1909.89,1924.26,22766400,0\n06/13/2008,1938.89,1968.12,1928.71,1966.01,21060500,0\n06/16/2008,1952.88,1991.72,1952.88,1984.76,18717200,0\n06/17/2008,1990.33,1993.12,1969.73,1972.82,17980500,0\n06/18/2008,1962.01,1968.09,1943.92,1951.10,20307000,0\n06/19/2008,1944.14,1991.25,1935.85,1982.69,22945400,0\n06/20/2008,1965.70,1965.70,1920.32,1928.39,25703200,0\n06/23/2008,1936.05,1940.68,1910.88,1913.31,19162300,0\n06/24/2008,1904.90,1926.10,1888.01,1903.74,21959200,0\n06/25/2008,1913.79,1951.49,1910.21,1933.86,21539700,0\n06/26/2008,1896.78,1898.78,1855.39,1855.39,23008400,0\n06/27/2008,1849.21,1865.60,1829.30,1855.72,34035400,0\n06/30/2008,1851.77,1863.32,1837.09,1837.09,20964000,0\n07/01/2008,1818.52,1864.07,1817.08,1862.71,26538900,0\n07/02/2008,1872.51,1874.83,1815.84,1816.15,23763000,0\n07/03/2008,1823.79,1832.21,1801.66,1816.35,14236700,0\n07/07/2008,1828.71,1848.29,1799.49,1826.93,23639900,0\n07/08/2008,1826.40,1871.28,1821.96,1871.28,24623800,0\n07/09/2008,1865.48,1871.27,1818.92,1819.18,22855600,0\n07/10/2008,1823.63,1846.53,1805.28,1839.57,23008800,0\n07/11/2008,1816.45,1839.77,1784.39,1810.88,23401800,0\n07/14/2008,1836.30,1837.04,1792.54,1798.03,19979900,0\n07/15/2008,1784.59,1826.11,1761.08,1798.35,27984100,0\n07/16/2008,1799.27,1844.54,1786.06,1843.87,24250200,0\n07/17/2008,1851.88,1862.99,1829.70,1853.47,25706700,0\n07/18/2008,1825.06,1834.72,1816.76,1823.23,22258000,0\n07/21/2008,1831.25,1837.53,1809.80,1819.76,18594100,0\n07/22/2008,1789.54,1821.83,1784.26,1821.62,25103100,0\n07/23/2008,1825.71,1865.19,1819.08,1845.56,27301800,0\n07/24/2008,1851.01,1854.97,1816.84,1816.98,24999200,0\n07/25/2008,1832.40,1849.19,1820.90,1846.55,20451300,0\n07/28/2008,1841.57,1850.46,1798.31,1802.99,19312300,0\n07/29/2008,1812.15,1851.31,1812.15,1845.55,22740900,0\n07/30/2008,1849.45,1862.97,1825.64,1852.80,22809400,0\n07/31/2008,1836.49,1874.54,1832.70,1849.15,19312300,0\n08/01/2008,1851.12,1851.12,1806.40,1826.56,23121400,0\n08/04/2008,1823.51,1825.68,1802.09,1804.84,20102000,0\n08/05/2008,1827.13,1869.76,1823.97,1869.76,23247300,0\n08/06/2008,1867.21,1902.87,1853.41,1895.21,22287100,0\n08/07/2008,1881.17,1904.13,1873.01,1880.09,21891200,0\n08/08/2008,1878.63,1928.52,1877.13,1926.23,21896300,0\n08/11/2008,1922.12,1962.54,1917.85,1941.23,22722400,0\n08/12/2008,1937.87,1957.40,1932.47,1941.07,20526100,0\n08/13/2008,1936.18,1955.54,1920.77,1942.02,19954900,0\n08/14/2008,1930.40,1969.37,1930.38,1964.38,18358300,0\n08/15/2008,1970.66,1973.56,1950.11,1957.56,17421800,0\n08/18/2008,1959.05,1963.51,1920.99,1932.70,16326100,0\n08/19/2008,1918.75,1933.13,1900.41,1908.68,17162800,0\n08/20/2008,1918.57,1932.42,1900.02,1913.02,17464700,0\n08/21/2008,1900.42,1913.39,1886.24,1906.74,15624300,0\n08/22/2008,1919.62,1937.76,1915.36,1931.47,13659100,0\n08/25/2008,1916.99,1918.80,1885.69,1889.72,23669200,0\n08/26/2008,1889.55,1901.09,1874.81,1886.32,12569800,0\n08/27/2008,1886.76,1913.53,1881.54,1900.30,15407000,0\n08/28/2008,1907.17,1921.19,1904.20,1915.12,15826800,0\n08/29/2008,1897.56,1899.56,1866.81,1872.54,15590300,0\n09/02/2008,1904.75,1912.72,1843.07,1850.14,20105800,0\n09/03/2008,1849.27,1854.42,1820.48,1833.09,20621400,0\n09/04/2008,1819.43,1824.61,1774.78,1774.78,23323200,0\n09/05/2008,1757.74,1778.88,1740.44,1768.23,22610300,0\n09/08/2008,1794.08,1796.82,1734.93,1762.95,25663000,0\n09/09/2008,1763.14,1779.32,1721.55,1721.55,25905900,0\n09/10/2008,1743.25,1754.21,1725.76,1738.07,22503600,0\n09/11/2008,1713.90,1774.41,1713.86,1773.65,22696700,0\n09/12/2008,1758.55,1775.47,1743.71,1767.13,19735900,0\n09/15/2008,1713.28,1757.57,1705.46,1705.46,26978200,0\n09/16/2008,1686.73,1739.16,1683.34,1720.81,31876300,0\n09/17/2008,1697.99,1708.20,1632.45,1632.45,34020100,0\n09/18/2008,1667.09,1704.22,1606.30,1697.42,38672900,0\n09/19/2008,1768.09,1773.83,1718.23,1745.06,38982300,0\n09/22/2008,1737.67,1743.34,1665.41,1665.94,18811600,0\n09/23/2008,1675.62,1696.62,1645.58,1648.40,19741800,0\n09/24/2008,1653.69,1677.86,1648.65,1661.33,18181700,0\n09/25/2008,1675.46,1708.44,1668.71,1687.55,18463300,0\n09/26/2008,1635.06,1677.65,1635.06,1672.04,19492000,0\n09/29/2008,1631.52,1643.22,1496.15,1496.15,28081000,0\n09/30/2008,1543.11,1597.73,1529.97,1584.60,23762400,0\n10/01/2008,1581.71,1584.26,1547.99,1563.80,18993300,0\n10/02/2008,1554.86,1554.86,1490.72,1491.11,21737500,0\n10/03/2008,1512.69,1551.58,1469.00,1470.84,25014800,0\n10/06/2008,1426.54,1440.19,1339.17,1411.28,35022500,0\n10/07/2008,1426.03,1433.12,1329.98,1329.98,28258100,0\n10/08/2008,1295.47,1386.34,1295.47,1330.61,35160700,0\n10/09/2008,1353.59,1369.77,1261.54,1275.10,26223100,0\n10/10/2008,1225.99,1317.48,1196.11,1267.58,41640900,0\n10/13/2008,1337.31,1429.54,1318.86,1429.54,26656900,0\n10/14/2008,1469.98,1470.99,1350.64,1364.59,29128500,0\n10/15/2008,1347.65,1356.15,1244.23,1244.23,25401800,0\n10/16/2008,1251.37,1312.97,1192.25,1312.97,33310400,0\n10/17/2008,1285.36,1367.89,1278.95,1311.72,27110300,0\n10/20/2008,1330.85,1352.76,1289.97,1352.76,20217500,0\n10/21/2008,1329.62,1351.61,1281.73,1283.43,20998100,0\n10/22/2008,1274.79,1284.85,1209.84,1237.09,25608100,0\n10/23/2008,1239.07,1264.04,1177.17,1239.16,31047000,0\n10/24/2008,1146.95,1229.00,1146.95,1202.27,26919400,0\n10/27/2008,1182.33,1227.46,1167.70,1169.78,22244300,0\n10/28/2008,1205.35,1297.57,1174.59,1297.57,27775400,0\n10/29/2008,1294.48,1343.84,1272.19,1302.12,27487200,0\n10/30/2008,1332.43,1344.21,1301.00,1333.94,25044200,0\n10/31/2008,1321.06,1358.75,1306.02,1334.78,24371200,0\n11/03/2008,1333.76,1346.85,1322.43,1334.75,17708800,0\n11/04/2008,1363.73,1382.65,1342.30,1378.40,23063500,0\n11/05/2008,1362.82,1365.28,1298.57,1299.98,20924100,0\n11/06/2008,1278.80,1294.73,1235.85,1241.97,23678800,0\n11/07/2008,1256.99,1279.42,1244.19,1271.62,18862300,0\n11/10/2008,1299.21,1299.21,1237.12,1251.00,16749000,0\n11/11/2008,1235.43,1249.35,1208.99,1225.59,19090800,0\n11/12/2008,1202.52,1210.98,1164.93,1165.38,21208700,0\n11/13/2008,1162.50,1240.93,1109.89,1240.93,30095500,0\n11/14/2008,1205.92,1235.90,1176.28,1179.63,22437500,0\n11/17/2008,1159.92,1187.98,1149.20,1151.96,18315400,0\n11/18/2008,1159.26,1167.23,1113.25,1155.75,23492300,0\n11/19/2008,1153.20,1168.53,1087.60,1087.60,23728800,0\n11/20/2008,1075.84,1114.98,1035.25,1037.69,31476500,0\n11/21/2008,1052.62,1085.57,1018.86,1083.34,30712800,0\n11/24/2008,1109.08,1163.05,1096.55,1149.39,25536200,0\n11/25/2008,1164.36,1164.60,1118.28,1142.58,24575100,0\n11/26/2008,1129.50,1193.09,1126.95,1193.09,19800200,0\n11/28/2008,1182.25,1185.99,1171.82,1185.75,7875800,0\n12/01/2008,1156.53,1156.53,1091.16,1091.16,19044700,0\n12/02/2008,1110.49,1132.93,1091.04,1130.00,20567300,0\n12/03/2008,1101.87,1166.20,1101.63,1166.20,22401500,0\n12/04/2008,1143.71,1168.65,1110.66,1127.75,20201100,0\n12/05/2008,1116.24,1180.09,1096.09,1177.87,21777200,0\n12/08/2008,1200.58,1237.18,1196.91,1225.06,22908100,0\n12/09/2008,1205.70,1251.56,1202.14,1212.45,22464700,0\n12/10/2008,1216.76,1236.53,1203.72,1222.38,19556000,0\n12/11/2008,1210.80,1229.02,1176.11,1180.46,20181900,0\n12/12/2008,1155.68,1212.00,1155.68,1206.65,18699000,0\n12/15/2008,1204.83,1206.88,1167.45,1181.87,16778900,0\n12/16/2008,1192.33,1244.81,1192.33,1243.49,21809600,0\n12/17/2008,1223.87,1242.18,1211.46,1225.86,21113700,0\n12/18/2008,1230.78,1234.14,1192.70,1204.69,20923200,0\n12/19/2008,1216.54,1235.24,1210.91,1217.19,26514400,0\n12/22/2008,1217.08,1217.08,1169.23,1189.15,16293200,0\n12/23/2008,1197.47,1204.61,1175.84,1183.19,13310500,0\n12/24/2008,1183.77,1187.98,1179.29,1184.30,4909900,0\n12/26/2008,1189.28,1190.53,1178.68,1185.44,5927600,0\n12/29/2008,1186.71,1188.05,1158.07,1173.15,11862400,0\n12/30/2008,1180.12,1203.41,1177.92,1201.34,13741800,0\n12/31/2008,1201.63,1223.46,1199.53,1211.65,15212200,0\n01/02/2009,1212.24,1266.45,1208.91,1263.70,14384100,0\n01/05/2009,1259.08,1274.11,1244.89,1262.52,18165800,0\n01/06/2009,1273.93,1286.08,1265.53,1274.49,21376400,0\n01/07/2009,1250.17,1256.34,1228.32,1238.60,20201700,0\n01/08/2009,1233.20,1252.52,1223.81,1252.52,19681600,0\n01/09/2009,1254.85,1254.85,1217.59,1223.01,19073900,0\n01/12/2009,1223.85,1225.78,1188.21,1201.13,17635900,0\n01/13/2009,1198.61,1219.05,1186.95,1202.65,19655700,0\n01/14/2009,1183.72,1190.42,1157.89,1163.42,19199800,0\n01/15/2009,1156.54,1192.45,1141.74,1183.52,25078700,0\n01/16/2009,1201.54,1202.81,1167.34,1198.14,22350700,0\n01/20/2009,1192.00,1195.89,1136.61,1136.61,19896100,0\n01/21/2009,1154.95,1186.43,1142.33,1185.76,21200800,0\n01/22/2009,1160.77,1187.71,1149.31,1168.08,22861900,0\n01/23/2009,1149.20,1192.64,1144.41,1175.89,22108400,0\n01/26/2009,1176.45,1202.94,1169.21,1184.56,18154000,0\n01/27/2009,1189.80,1202.05,1184.42,1194.41,17841100,0\n01/28/2009,1215.31,1245.98,1213.24,1235.91,21222500,0\n01/29/2009,1216.93,1220.72,1198.76,1203.85,19321000,0\n01/30/2009,1210.32,1216.46,1176.82,1180.25,20545900,0\n02/02/2009,1170.19,1203.53,1167.49,1195.75,19870800,0\n02/03/2009,1197.46,1218.91,1180.25,1215.66,20498400,0\n02/04/2009,1215.63,1243.68,1210.98,1215.43,21970500,0\n02/05/2009,1200.84,1250.14,1199.53,1245.11,25117000,0\n02/06/2009,1247.43,1280.40,1243.86,1277.49,23895300,0\n02/09/2009,1276.70,1286.81,1267.86,1281.65,19069400,0\n02/10/2009,1269.34,1286.90,1223.54,1229.29,24433700,0\n02/11/2009,1228.80,1239.92,1208.53,1227.05,22364500,0\n02/12/2009,1208.89,1243.59,1204.38,1242.81,24282500,0\n02/13/2009,1241.16,1250.11,1231.63,1236.85,19901900,0\n02/17/2009,1201.42,1204.54,1180.43,1187.04,23352700,0\n02/18/2009,1193.79,1204.56,1172.94,1188.77,20297100,0\n02/19/2009,1197.09,1201.94,1166.52,1167.89,19910000,0\n02/20/2009,1160.57,1183.36,1153.18,1172.71,25260400,0\n02/23/2009,1176.23,1180.10,1126.58,1128.97,19777400,0\n02/24/2009,1138.71,1176.52,1136.22,1171.45,23396600,0\n02/25/2009,1160.59,1183.93,1142.83,1160.83,23453800,0\n02/26/2009,1169.99,1174.77,1127.10,1127.10,23019900,0\n02/27/2009,1110.94,1135.45,1110.94,1116.99,23932800,0\n03/02/2009,1098.59,1116.22,1074.79,1076.67,20331100,0\n03/03/2009,1087.74,1102.10,1072.42,1080.67,23388800,0\n03/04/2009,1098.23,1124.67,1093.42,1110.30,23051800,0\n03/05/2009,1094.45,1105.53,1072.51,1074.52,23258400,0\n03/06/2009,1077.61,1088.04,1043.60,1064.70,24438200,0\n03/09/2009,1054.93,1087.40,1040.41,1043.87,20371300,0\n03/10/2009,1064.02,1112.44,1060.42,1112.44,23597300,0\n03/11/2009,1119.25,1135.40,1106.72,1125.95,21690500,0\n03/12/2009,1121.17,1167.19,1113.67,1164.71,23927700,0\n03/13/2009,1167.45,1170.48,1149.59,1168.52,20221700,0\n03/16/2009,1175.69,1177.33,1144.21,1145.45,20994600,0\n03/17/2009,1149.27,1192.17,1148.80,1192.17,20732300,0\n03/18/2009,1187.11,1225.16,1180.34,1206.96,27649500,0\n03/19/2009,1219.87,1220.48,1196.20,1204.21,23235100,0\n03/20/2009,1215.15,1220.50,1178.52,1187.18,23944700,0\n03/23/2009,1213.12,1259.81,1203.85,1259.81,21725900,0\n03/24/2009,1245.65,1255.10,1232.74,1234.34,20095300,0\n03/25/2009,1243.44,1261.41,1206.52,1236.66,24311800,0\n03/26/2009,1254.09,1281.30,1250.14,1281.30,25350500,0\n03/27/2009,1263.62,1267.27,1248.87,1251.47,20716700,0\n03/30/2009,1230.89,1231.48,1204.96,1220.81,20202000,0\n03/31/2009,1232.59,1258.08,1231.52,1237.01,21574100,0\n04/01/2009,1215.90,1255.03,1211.60,1252.51,22565800,0\n04/02/2009,1274.41,1311.67,1269.91,1294.30,28336000,0\n04/03/2009,1306.50,1316.71,1294.16,1316.16,21133800,0\n04/06/2009,1301.43,1313.95,1286.95,1313.10,19980900,0\n04/07/2009,1296.20,1296.35,1268.79,1275.42,18547000,0\n04/08/2009,1289.70,1306.50,1280.29,1300.75,18379000,0\n04/09/2009,1322.23,1341.77,1319.28,1340.28,21654500,0\n04/13/2009,1333.72,1344.48,1322.94,1336.67,18245300,0\n04/14/2009,1325.73,1336.35,1312.37,1322.31,22536500,0\n04/15/2009,1311.15,1317.93,1295.10,1316.51,20426000,0\n04/16/2009,1334.02,1358.71,1322.22,1352.98,23906200,0\n04/17/2009,1347.37,1361.68,1339.13,1353.92,24184400,0\n04/20/2009,1330.18,1333.72,1303.85,1309.37,30618500,0\n04/21/2009,1303.87,1330.67,1303.73,1329.06,24229900,0\n04/22/2009,1322.10,1362.84,1317.51,1335.72,26574800,0\n04/23/2009,1340.77,1345.67,1321.42,1344.41,24635000,0\n04/24/2009,1352.55,1379.38,1345.03,1373.28,25471500,0\n04/27/2009,1359.88,1384.85,1357.39,1369.94,22037000,0\n04/28/2009,1362.94,1378.56,1355.99,1361.92,20804100,0\n04/29/2009,1373.30,1398.36,1370.52,1382.38,23857200,0\n04/30/2009,1398.44,1418.77,1384.37,1394.33,28713000,0\n05/01/2009,1396.22,1403.89,1382.90,1396.62,21659300,0\n05/04/2009,1407.65,1428.02,1403.47,1427.96,25248000,0\n05/05/2009,1423.88,1425.05,1408.29,1423.81,25382900,0\n05/06/2009,1433.58,1435.80,1401.10,1423.85,29665100,0\n05/07/2009,1429.97,1431.36,1377.55,1389.83,32993600,0\n05/08/2009,1399.21,1411.27,1377.06,1394.16,32063100,0\n05/11/2009,1375.05,1410.43,1369.36,1395.79,25434500,0\n05/12/2009,1402.14,1402.14,1362.08,1377.40,24751500,0\n05/13/2009,1364.43,1365.33,1339.82,1339.83,23564100,0\n05/14/2009,1348.33,1369.31,1344.77,1359.67,21626200,0\n05/15/2009,1355.55,1374.10,1351.13,1355.11,20575000,0\n05/18/2009,1367.05,1392.73,1357.42,1392.73,20232500,0\n05/19/2009,1387.20,1410.74,1379.88,1398.05,20763900,0\n05/20/2009,1401.37,1423.13,1388.81,1393.72,22617800,0\n05/21/2009,1378.83,1391.00,1353.53,1367.39,22066100,0\n05/22/2009,1371.76,1379.88,1353.59,1363.17,16195200,0\n05/26/2009,1351.13,1414.44,1350.95,1412.61,20956500,0\n05/27/2009,1408.59,1428.81,1398.42,1401.88,21181000,0\n05/28/2009,1411.42,1423.81,1389.76,1420.31,21890900,0\n05/29/2009,1421.11,1435.57,1411.68,1435.57,24653100,0\n06/01/2009,1451.37,1482.19,1446.97,1477.12,26003400,0\n06/02/2009,1470.30,1493.80,1466.28,1480.31,26116900,0\n06/03/2009,1472.25,1476.98,1459.59,1475.44,22469500,0\n06/04/2009,1476.28,1493.66,1476.28,1492.74,24688400,0\n06/05/2009,1503.78,1505.77,1479.22,1493.21,23105900,0\n06/08/2009,1482.21,1499.96,1467.13,1488.49,19729800,0\n06/09/2009,1495.04,1509.57,1489.22,1501.55,19729800,0\n06/10/2009,1509.43,1509.43,1473.88,1495.27,23478700,0\n06/11/2009,1494.07,1511.94,1493.16,1497.01,24638600,0\n06/12/2009,1488.73,1489.97,1470.20,1489.97,20135600,0\n06/15/2009,1472.77,1473.07,1445.30,1456.96,21547000,0\n06/16/2009,1463.46,1469.16,1442.81,1443.25,22277000,0\n06/17/2009,1449.00,1470.11,1439.38,1455.89,25231800,0\n06/18/2009,1456.14,1464.04,1445.31,1453.80,20678300,0\n06/19/2009,1465.88,1477.95,1460.45,1471.23,28644200,0\n06/22/2009,1455.78,1459.10,1423.81,1426.61,23189700,0\n06/23/2009,1427.68,1432.92,1413.54,1424.46,21524800,0\n06/24/2009,1436.59,1458.23,1435.28,1447.06,21505700,0\n06/25/2009,1438.75,1477.97,1434.97,1475.82,22279800,0\n06/26/2009,1467.38,1483.57,1466.24,1480.20,39899400,0\n06/29/2009,1483.66,1493.57,1468.98,1483.83,19814500,0\n06/30/2009,1484.82,1493.37,1468.11,1477.25,20449800,0\n07/01/2009,1486.50,1497.71,1479.67,1481.34,19710500,0\n07/02/2009,1464.66,1465.18,1443.75,1446.28,19230700,0\n07/06/2009,1435.40,1444.30,1424.61,1441.01,19705300,0\n07/07/2009,1440.83,1443.06,1403.60,1404.78,20272400,0\n07/08/2009,1412.54,1417.35,1394.87,1411.53,24675200,0\n07/09/2009,1417.00,1423.44,1409.13,1414.98,18682800,0\n07/10/2009,1409.55,1427.90,1405.58,1419.84,16580100,0\n07/13/2009,1423.20,1447.70,1402.19,1447.70,18994100,0\n07/14/2009,1444.59,1455.00,1439.57,1452.84,18569100,0\n07/15/2009,1473.59,1501.41,1470.09,1500.98,25433400,0\n07/16/2009,1495.40,1521.67,1494.57,1518.87,20727300,0\n07/17/2009,1516.77,1527.26,1511.61,1527.26,18767600,0\n07/20/2009,1534.39,1545.02,1529.45,1544.00,20463500,0\n07/21/2009,1548.90,1553.01,1530.80,1553.01,22052300,0\n07/22/2009,1552.63,1572.48,1551.16,1565.00,23063400,0\n07/23/2009,1561.60,1605.09,1561.54,1601.52,30214300,0\n07/24/2009,1579.25,1600.03,1576.51,1599.06,22329200,0\n07/27/2009,1597.02,1602.28,1580.52,1599.31,21416900,0\n07/28/2009,1590.77,1609.17,1583.27,1605.47,22068500,0\n07/29/2009,1596.81,1602.49,1586.04,1599.61,20726500,0\n07/30/2009,1614.11,1632.97,1606.72,1609.87,25256700,0\n07/31/2009,1608.26,1619.67,1602.25,1603.36,30230100,0\n08/03/2009,1619.24,1628.30,1611.60,1628.12,21557200,0\n08/04/2009,1619.09,1633.16,1616.54,1628.49,22350100,0\n08/05/2009,1631.75,1631.75,1604.09,1614.44,23535500,0\n08/06/2009,1618.01,1623.25,1595.36,1600.29,24084000,0\n08/07/2009,1620.74,1628.44,1609.54,1619.49,23239800,0\n08/10/2009,1612.73,1619.02,1599.46,1610.43,18447000,0\n08/11/2009,1603.68,1605.80,1587.40,1594.69,19155300,0\n08/12/2009,1595.26,1634.12,1594.76,1619.59,21401900,0\n08/13/2009,1628.37,1632.20,1611.24,1628.65,20843700,0\n08/14/2009,1623.49,1624.47,1596.95,1611.58,19234100,0\n08/17/2009,1583.29,1583.29,1563.14,1564.89,19241900,0\n08/18/2009,1573.32,1588.89,1569.22,1586.50,17494200,0\n08/19/2009,1568.41,1600.23,1566.44,1596.61,19777500,0\n08/20/2009,1594.58,1618.12,1593.12,1614.22,19584700,0\n08/21/2009,1620.47,1639.23,1615.12,1637.78,22591400,0\n08/24/2009,1641.45,1648.18,1629.77,1634.78,20463700,0\n08/25/2009,1640.42,1655.25,1635.38,1639.90,19369800,0\n08/26/2009,1636.82,1648.77,1628.41,1637.00,20375600,0\n08/27/2009,1636.13,1643.18,1611.73,1640.97,21405400,0\n08/28/2009,1661.49,1668.01,1631.47,1643.24,23401800,0\n08/31/2009,1628.21,1632.07,1616.52,1625.19,22562100,0\n09/01/2009,1620.09,1648.27,1591.01,1595.84,27785700,0\n09/02/2009,1588.09,1602.90,1586.55,1594.28,19743300,0\n09/03/2009,1601.16,1607.15,1585.56,1605.98,18534580,0\n09/04/2009,1609.63,1639.90,1606.47,1638.07,17221500,0\n09/08/2009,1651.64,1655.62,1643.44,1654.81,20371800,0\n09/09/2009,1655.92,1676.25,1648.92,1669.23,24939300,0\n09/10/2009,1668.64,1686.27,1665.49,1686.16,24513300,0\n09/11/2009,1684.84,1689.68,1674.14,1685.46,23180500,0\n09/14/2009,1673.55,1693.76,1673.13,1693.76,21576000,0\n09/15/2009,1691.28,1703.46,1688.46,1699.53,23729900,0\n09/16/2009,1705.97,1724.67,1699.74,1723.73,27070800,0\n09/17/2009,1721.58,1732.42,1714.33,1721.09,26157800,0\n09/18/2009,1728.91,1731.87,1716.45,1725.24,30230100,0\n09/21/2009,1717.37,1735.32,1714.10,1731.58,24088600,0\n09/22/2009,1740.13,1740.13,1727.50,1734.09,24904800,0\n09/23/2009,1739.93,1754.54,1722.99,1724.27,26832500,0\n09/24/2009,1732.95,1734.92,1698.69,1709.76,26072800,0\n09/25/2009,1696.99,1710.29,1690.68,1694.15,23639300,0\n09/28/2009,1702.95,1733.79,1702.52,1724.59,18900300,0\n09/29/2009,1724.20,1732.31,1709.28,1717.67,20629700,0\n09/30/2009,1723.91,1731.44,1691.76,1718.99,26406600,0\n10/01/2009,1710.50,1711.70,1666.41,1666.41,27081700,0\n10/02/2009,1656.77,1676.22,1656.57,1662.49,24481100,0\n10/05/2009,1668.70,1682.77,1660.37,1675.64,21562500,0\n10/06/2009,1684.75,1712.59,1684.08,1705.25,24134500,0\n10/07/2009,1701.40,1710.45,1698.63,1710.45,22209100,0\n10/08/2009,1720.91,1732.11,1713.60,1717.79,23669500,0\n10/09/2009,1713.47,1729.22,1710.58,1727.76,19368500,0\n10/12/2009,1732.75,1742.18,1719.02,1729.63,17842800,0\n10/13/2009,1729.16,1737.39,1722.68,1730.27,20201100,0\n10/14/2009,1750.26,1756.25,1742.25,1754.26,23486200,0\n10/15/2009,1747.81,1753.36,1742.89,1753.36,21400900,0\n10/16/2009,1747.47,1747.47,1727.56,1739.32,22099500,0\n10/19/2009,1741.43,1758.50,1732.02,1756.68,19704400,0\n10/20/2009,1766.05,1766.72,1745.81,1756.19,21105800,0\n10/21/2009,1754.71,1780.83,1750.91,1753.56,25656800,0\n10/22/2009,1749.30,1767.58,1739.59,1763.15,22652300,0\n10/23/2009,1774.05,1777.57,1749.03,1753.63,24419200,0\n10/26/2009,1756.50,1778.48,1739.96,1746.75,23162100,0\n10/27/2009,1746.99,1751.65,1715.11,1722.46,23846200,0\n10/28/2009,1712.80,1719.82,1679.35,1682.06,27695700,0\n10/29/2009,1694.27,1714.36,1688.68,1711.27,23013700,0\n10/30/2009,1707.92,1712.93,1663.94,1667.13,26102800,0\n11/02/2009,1667.06,1689.30,1652.44,1672.91,24083200,0\n11/03/2009,1661.85,1679.42,1660.10,1679.20,20610500,0\n11/04/2009,1687.12,1701.47,1678.17,1680.67,22175200,0\n11/05/2009,1700.07,1722.93,1697.94,1721.09,22096900,0\n11/06/2009,1709.82,1733.22,1709.44,1730.76,18291500,0\n11/09/2009,1743.55,1768.41,1742.97,1768.40,20047000,0\n11/10/2009,1765.52,1777.86,1763.89,1773.17,19972400,0\n11/11/2009,1784.90,1793.52,1772.47,1782.95,18571900,0\n11/12/2009,1784.69,1794.12,1769.64,1773.14,22123700,0\n11/13/2009,1780.04,1793.17,1773.29,1788.61,18762200,0\n11/16/2009,1794.88,1814.25,1793.63,1807.56,21050200,0\n11/17/2009,1802.04,1812.21,1797.74,1812.21,18872400,0\n11/18/2009,1807.11,1807.53,1789.66,1801.74,20635100,0\n11/19/2009,1788.75,1789.00,1761.11,1773.19,19627600,0\n11/20/2009,1760.54,1768.35,1758.00,1764.39,19627600,0\n11/23/2009,1782.92,1801.22,1782.91,1792.94,18401700,0\n11/24/2009,1791.54,1792.18,1776.10,1786.25,18584900,0\n11/25/2009,1790.69,1795.27,1786.87,1793.67,13986100,0\n11/27/2009,1743.39,1779.26,1742.20,1765.46,9719900,0\n11/30/2009,1762.99,1770.87,1750.88,1767.43,19860500,0\n12/01/2009,1782.85,1798.48,1782.85,1787.71,21513000,0\n12/02/2009,1791.61,1805.97,1786.23,1790.82,20689200,0\n12/03/2009,1795.25,1806.35,1781.76,1782.91,20016600,0\n12/04/2009,1808.60,1815.60,1773.31,1791.91,23059500,0\n12/07/2009,1791.35,1797.63,1779.47,1783.65,18789800,0\n12/08/2009,1772.39,1786.04,1760.86,1772.73,19818000,0\n12/09/2009,1770.05,1791.13,1759.34,1789.70,19062100,0\n12/10/2009,1799.85,1808.23,1797.03,1799.37,19463700,0\n12/11/2009,1808.84,1810.31,1784.82,1792.06,17544300,0\n12/14/2009,1802.28,1810.75,1794.30,1809.09,18418900,0\n12/15/2009,1801.58,1813.38,1793.60,1798.21,19469600,0\n12/16/2009,1805.53,1814.49,1798.52,1800.82,20224400,0\n12/17/2009,1791.46,1794.79,1777.08,1778.27,19048400,0\n12/18/2009,1794.12,1808.26,1790.14,1807.36,28484100,0\n12/21/2009,1818.39,1835.00,1818.39,1828.79,18088300,0\n12/22/2009,1833.72,1841.64,1832.10,1839.51,17242000,0\n12/23/2009,1842.65,1853.15,1839.12,1851.99,15829000,0\n12/24/2009,1856.06,1869.90,1855.78,1869.84,6326500,0\n12/28/2009,1874.71,1882.58,1868.14,1878.18,12321300,0\n12/29/2009,1879.72,1881.06,1871.13,1872.02,11777100,0\n12/30/2009,1872.63,1881.15,1869.60,1878.65,12352960,0\n12/31/2009,1881.71,1882.46,1860.31,1860.31,12378200,0\n01/04/2010,1882.69,1890.02,1881.63,1886.70,19313800,0\n01/05/2010,1887.28,1891.33,1877.52,1888.43,23678600,0\n01/06/2010,1887.91,1893.21,1873.90,1878.42,22533400,0\n01/07/2010,1878.16,1881.33,1867.62,1876.72,22700500,0\n01/08/2010,1870.90,1893.25,1868.55,1892.59,21453900,0\n01/11/2010,1896.05,1897.49,1876.25,1886.24,20778900,0\n01/12/2010,1874.75,1876.37,1852.31,1861.79,23683200,0\n01/13/2010,1868.20,1890.81,1855.27,1886.13,23183500,0\n01/14/2010,1880.46,1891.73,1880.35,1886.52,22541700,0\n01/15/2010,1887.31,1893.48,1857.11,1864.52,26377700,0\n01/19/2010,1869.24,1896.54,1868.83,1895.48,20452900,0\n01/20/2010,1882.06,1882.31,1848.09,1867.95,23518900,0\n01/21/2010,1874.54,1885.01,1842.86,1850.57,28778000,0\n01/22/2010,1842.11,1849.21,1791.40,1794.82,28176200,0\n01/25/2010,1806.60,1813.65,1794.68,1802.39,21343500,0\n01/26/2010,1798.36,1825.95,1792.04,1803.86,23612600,0\n01/27/2010,1801.67,1823.80,1790.10,1818.90,24928800,0\n01/28/2010,1805.64,1805.85,1762.10,1771.10,28127100,0\n01/29/2010,1787.14,1789.93,1734.03,1741.04,30905800,0\n02/01/2010,1745.91,1760.72,1744.26,1760.72,22341400,0\n02/02/2010,1760.65,1780.17,1750.39,1776.92,24684700,0\n02/03/2010,1767.14,1787.89,1766.60,1784.70,23033500,0\n02/04/2010,1771.78,1775.37,1732.99,1732.99,28013900,0\n02/05/2010,1739.19,1748.77,1712.89,1746.12,28111000,0\n02/08/2010,1744.02,1755.65,1734.12,1734.88,20362800,0\n02/09/2010,1756.28,1768.58,1739.24,1753.84,22964200,0\n02/10/2010,1752.46,1760.61,1738.46,1749.76,20599400,0\n02/11/2010,1747.55,1780.05,1739.02,1775.74,21412600,0\n02/12/2010,1761.29,1783.70,1756.65,1779.11,22361800,0\n02/16/2010,1792.90,1802.48,1782.73,1802.06,20728500,0\n02/17/2010,1808.55,1811.20,1799.25,1810.86,21035300,0\n02/18/2010,1809.01,1825.82,1806.76,1823.39,20768200,0\n02/19/2010,1816.94,1830.38,1813.08,1823.32,21666600,0\n02/22/2010,1828.69,1829.18,1811.52,1817.63,19762900,0\n02/23/2010,1815.43,1817.96,1786.46,1793.82,23109100,0\n02/24/2010,1803.29,1819.50,1801.04,1812.51,21558100,0\n02/25/2010,1791.15,1815.94,1781.12,1812.91,23005300,0\n02/26/2010,1812.24,1822.20,1804.09,1818.68,22834300,0\n03/01/2010,1826.62,1848.10,1826.61,1846.40,25049400,0\n03/02/2010,1851.79,1862.64,1847.03,1851.21,28318700,0\n03/03/2010,1854.71,1861.15,1846.22,1851.57,26035100,0\n03/04/2010,1852.70,1860.76,1844.92,1859.72,21860200,0\n03/05/2010,1871.62,1889.68,1869.10,1888.56,24118800,0\n03/08/2010,1888.04,1894.75,1887.66,1890.89,23123100,0\n03/09/2010,1885.99,1911.38,1885.99,1901.38,26203600,0\n03/10/2010,1901.24,1920.66,1901.11,1917.35,25547400,0\n03/11/2010,1911.07,1923.81,1908.39,1923.81,22567900,0\n03/12/2010,1930.00,1930.17,1916.41,1924.43,20987800,0\n03/15/2010,1918.14,1924.49,1906.01,1920.09,19561700,0\n03/16/2010,1924.27,1933.96,1918.98,1932.24,22018800,0\n03/17/2010,1934.65,1945.90,1930.91,1936.22,22814100,0\n03/18/2010,1937.63,1945.28,1934.17,1943.94,21730600,0\n03/19/2010,1943.96,1949.14,1924.72,1932.43,30557600,0\n03/22/2010,1922.73,1956.48,1921.71,1949.59,24481300,0\n03/23/2010,1952.54,1964.14,1943.25,1963.20,24652300,0\n03/24/2010,1956.63,1958.60,1948.85,1951.84,24361000,0\n03/25/2010,1966.56,1976.38,1948.50,1949.15,27048700,0\n03/26/2010,1958.27,1965.52,1942.21,1952.63,23679300,0\n03/29/2010,1960.63,1968.43,1956.60,1961.22,19678500,0\n03/30/2010,1966.51,1974.47,1955.22,1967.96,21472700,0\n03/31/2010,1962.17,1969.90,1955.15,1958.34,23686900,0\n04/01/2010,1968.44,1979.49,1943.97,1959.56,23402700,0\n04/05/2010,1964.03,1981.07,1958.01,1977.83,21303400,0\n04/06/2010,1971.09,1988.04,1968.17,1981.95,22203900,0\n04/07/2010,1980.20,1987.34,1967.14,1977.30,29848500,0\n04/08/2010,1972.82,1984.90,1962.04,1980.73,24289000,0\n04/09/2010,1984.01,1994.48,1978.04,1994.43,22155300,0\n04/12/2010,1995.35,2000.56,1990.78,1995.65,21616500,0\n04/13/2010,1994.34,2006.51,1986.83,2003.81,26654200,0\n04/14/2010,2015.61,2029.06,2012.98,2028.82,31432700,0\n04/15/2010,2027.92,2040.49,2027.52,2038.64,28406600,0\n04/16/2010,2030.34,2037.47,2000.77,2012.84,29609500,0\n04/19/2010,2011.40,2018.93,1988.37,2013.53,22236500,0\n04/20/2010,2025.04,2027.44,2009.55,2023.60,21571000,0\n04/21/2010,2037.15,2040.83,2021.72,2034.53,27159000,0\n04/22/2010,2016.49,2047.11,2002.97,2045.16,28008400,0\n04/23/2010,2042.80,2055.63,2036.99,2055.33,25170100,0\n04/26/2010,2054.84,2059.42,2045.64,2049.09,24910400,0\n04/27/2010,2040.43,2049.90,2001.02,2006.25,28648100,0\n04/28/2010,2016.52,2017.92,1991.95,2007.59,27551900,0\n04/29/2010,2020.51,2045.86,2019.32,2042.89,30696400,0\n04/30/2010,2040.58,2044.39,2000.26,2000.63,28411300,0\n05/03/2010,2010.94,2039.52,2010.91,2031.60,23983700,0\n05/04/2010,2003.59,2003.59,1955.39,1968.97,30525900,0\n05/05/2010,1947.35,1971.10,1936.56,1958.26,30414800,0\n05/06/2010,1948.25,1964.10,1752.31,1893.75,45536000,0\n05/07/2010,1879.76,1901.89,1808.07,1849.44,42277200,0\n05/10/2010,1931.52,1942.64,1923.52,1942.61,28718000,0\n05/11/2010,1920.24,1966.48,1918.12,1940.48,25488400,0\n05/12/2010,1951.99,1977.42,1947.20,1975.58,23519000,0\n05/13/2010,1969.44,1983.13,1940.44,1945.52,23752500,0\n05/14/2010,1928.58,1929.91,1885.51,1907.10,26530200,0\n05/17/2010,1911.38,1920.75,1872.92,1915.45,24344800,0\n05/18/2010,1929.12,1933.25,1878.55,1887.06,24903100,0\n05/19/2010,1879.32,1894.41,1850.96,1873.42,26461600,0\n05/20/2010,1830.17,1839.99,1798.20,1800.12,34204200,0\n05/21/2010,1772.34,1834.69,1767.94,1822.77,33896700,0\n05/24/2010,1818.46,1841.11,1814.17,1815.28,21500200,0\n05/25/2010,1769.32,1818.28,1756.63,1815.68,29463800,0\n05/26/2010,1827.58,1850.80,1793.03,1796.47,30773000,0\n05/27/2010,1837.65,1863.87,1831.78,1862.71,24082200,0\n05/28/2010,1865.89,1867.72,1836.23,1852.39,21655900,0\n06/01/2010,1846.60,1878.04,1832.96,1835.04,21678100,0\n06/02/2010,1844.69,1879.59,1832.58,1879.59,21901400,0\n06/03/2010,1883.25,1898.93,1871.59,1895.66,22490500,0\n06/04/2010,1857.83,1879.31,1824.71,1832.04,23424800,0\n06/07/2010,1839.77,1845.30,1795.54,1798.16,22566700,0\n06/08/2010,1799.26,1805.84,1770.46,1795.70,26965800,0\n06/09/2010,1805.87,1823.21,1774.05,1778.92,23250600,0\n06/10/2010,1800.57,1831.81,1796.32,1830.09,21878400,0\n06/11/2010,1814.25,1848.62,1811.99,1847.15,18771200,0\n06/14/2010,1862.70,1876.94,1844.16,1845.48,19519100,0\n06/15/2010,1855.69,1898.79,1855.69,1897.48,22890600,0\n06/16/2010,1891.26,1913.21,1888.22,1905.31,19364000,0\n06/17/2010,1914.75,1916.24,1894.27,1910.65,18216800,0\n06/18/2010,1911.06,1925.20,1906.85,1913.48,20372300,0\n06/21/2010,1939.77,1939.77,1885.20,1895.84,19107000,0\n06/22/2010,1903.31,1917.26,1877.97,1880.54,19344500,0\n06/23/2010,1883.97,1889.73,1859.05,1874.42,19294500,0\n06/24/2010,1868.47,1871.13,1839.32,1844.59,20643600,0\n06/25/2010,1848.82,1857.31,1829.30,1838.52,35403500,0\n06/28/2010,1843.27,1852.66,1823.51,1836.00,18767400,0\n06/29/2010,1805.55,1807.09,1752.56,1764.06,28270900,0\n06/30/2010,1761.98,1776.61,1734.90,1739.14,22215600,0\n07/01/2010,1741.93,1747.25,1700.04,1734.41,27170700,0\n07/02/2010,1736.25,1742.36,1712.92,1728.34,16723200,0\n07/06/2010,1752.98,1763.88,1719.20,1734.68,21730300,0\n07/07/2010,1739.01,1790.18,1736.99,1789.72,21995000,0\n07/08/2010,1801.55,1805.83,1777.44,1798.31,20340300,0\n07/09/2010,1797.04,1815.24,1793.00,1814.79,15926100,0\n07/12/2010,1814.49,1831.62,1808.70,1821.03,17679700,0\n07/13/2010,1835.02,1851.25,1822.25,1845.03,22784800,0\n07/14/2010,1847.92,1863.52,1840.62,1853.41,22130100,0\n07/15/2010,1849.24,1860.35,1830.70,1856.24,20116000,0\n07/16/2010,1845.50,1850.73,1802.54,1803.48,21951500,0\n07/19/2010,1807.99,1822.71,1794.56,1819.28,21070810,0\n07/20/2010,1789.93,1841.16,1784.55,1840.67,19332700,0\n07/21/2010,1859.60,1859.85,1813.28,1817.30,22220300,0\n07/22/2010,1842.38,1870.41,1842.38,1863.10,22132200,0\n07/23/2010,1851.81,1875.38,1846.32,1875.38,24106000,0\n07/26/2010,1875.77,1890.40,1867.84,1890.40,24106000,0\n07/27/2010,1899.13,1900.15,1880.22,1888.81,20653900,0\n07/28/2010,1887.46,1894.69,1866.68,1872.62,18485200,0\n07/29/2010,1884.07,1887.41,1841.36,1860.30,23245900,0\n07/30/2010,1842.33,1874.64,1833.90,1864.00,21386100,0\n08/02/2010,1886.61,1902.67,1879.77,1898.99,19531000,0\n08/03/2010,1898.46,1898.63,1881.58,1891.81,19970300,0\n08/04/2010,1898.81,1911.01,1891.23,1909.20,20219800,0\n08/05/2010,1900.07,1907.80,1892.50,1904.95,17743000,0\n08/06/2010,1883.32,1905.01,1873.44,1902.88,17743000,0\n08/09/2010,1911.38,1918.78,1902.98,1915.17,16145800,0\n08/10/2010,1896.71,1908.73,1882.60,1899.24,20395900,0\n08/11/2010,1866.00,1866.00,1838.89,1845.38,22744600,0\n08/12/2010,1808.63,1839.24,1807.46,1832.17,21896800,0\n08/13/2010,1825.29,1832.46,1818.30,1818.80,16050400,0\n08/16/2010,1806.97,1834.05,1801.74,1821.51,16276200,0\n08/17/2010,1833.15,1860.68,1831.27,1845.37,17368700,0\n08/18/2010,1841.42,1862.37,1834.20,1850.80,16545600,0\n08/19/2010,1842.79,1847.62,1811.57,1823.00,20948000,0\n08/20/2010,1818.42,1829.92,1810.62,1825.75,19985000,0\n08/23/2010,1833.33,1842.79,1807.84,1808.31,16659000,0\n08/24/2010,1783.20,1793.43,1767.36,1775.27,21416500,0\n08/25/2010,1762.68,1798.38,1758.62,1790.88,20194800,0\n08/26/2010,1797.35,1800.62,1767.85,1769.02,18045100,0\n08/27/2010,1780.11,1794.29,1747.32,1791.64,21345500,0\n08/30/2010,1785.98,1798.47,1772.07,1772.07,15852000,0\n08/31/2010,1762.54,1781.47,1755.38,1767.43,20841100,0\n09/01/2010,1791.91,1824.66,1791.41,1820.05,21339700,0\n09/02/2010,1822.83,1840.58,1817.99,1840.58,16805900,0\n09/03/2010,1864.03,1870.31,1851.60,1870.31,16477900,0\n09/07/2010,1862.88,1870.06,1854.43,1856.50,16852400,0\n09/08/2010,1863.71,1887.17,1863.53,1880.00,20182100,0\n09/09/2010,1897.01,1897.93,1882.79,1886.14,17066500,0\n09/10/2010,1887.83,1895.92,1879.71,1892.34,16924700,0\n09/13/2010,1908.75,1924.61,1908.41,1921.67,19376300,0\n09/14/2010,1917.83,1938.01,1913.71,1928.59,20790300,0\n09/15/2010,1923.97,1942.34,1918.10,1939.60,20671300,0\n09/16/2010,1937.18,1949.39,1931.72,1948.11,18092800,0\n09/17/2010,1959.26,1961.01,1945.52,1955.83,24324800,0\n09/20/2010,1962.15,1992.80,1960.43,1989.43,19895200,0\n09/21/2010,1990.19,2002.79,1980.47,1989.11,21251000,0\n09/22/2010,1979.90,1996.45,1972.83,1982.76,21702100,0\n09/23/2010,1968.03,2002.46,1967.82,1982.15,19231100,0\n09/24/2010,2006.53,2023.85,2002.55,2023.84,19933800,0\n09/27/2010,2021.68,2026.42,2010.53,2010.99,18731200,0\n09/28/2010,2013.57,2017.57,1979.74,2012.43,21257300,0\n09/29/2010,2008.14,2017.24,2000.91,2009.08,20779300,0\n09/30/2010,2021.49,2029.65,1986.33,1998.04,24183000,0\n10/01/2010,2014.47,2017.23,1987.71,1996.60,19326500,0\n10/04/2010,1990.13,1997.67,1963.68,1975.33,19019800,0\n10/05/2010,1996.38,2026.46,1996.21,2024.63,22034700,0\n10/06/2010,2021.21,2024.92,1992.65,2006.52,22034700,0\n10/07/2010,2016.08,2017.44,1996.25,2011.63,18462400,0\n10/08/2010,2014.99,2030.89,1999.89,2027.03,20009800,0\n10/11/2010,2028.53,2037.12,2021.43,2026.98,15399900,0\n10/12/2010,2023.75,2045.08,2007.13,2041.55,19609200,0\n10/13/2010,2052.50,2067.06,2048.05,2057.25,22944500,0\n10/14/2010,2058.35,2062.26,2043.70,2054.51,20145400,0\n10/15/2010,2078.63,2097.73,2062.84,2097.73,22328100,0\n10/18/2010,2100.21,2105.07,2091.15,2104.15,17247100,0\n10/19/2010,2063.96,2105.07,2054.61,2069.73,22418400,0\n10/20/2010,2075.47,2100.16,2072.54,2085.75,20167700,0\n10/21/2010,2097.17,2106.24,2069.45,2090.10,21354800,0\n10/22/2010,2089.22,2105.44,2086.89,2104.21,16481800,0\n10/25/2010,2113.23,2127.26,2112.28,2113.55,17463200,0\n10/26/2010,2100.53,2123.81,2094.84,2119.05,19143500,0\n10/27/2010,2108.11,2127.21,2104.99,2125.88,20132400,0\n10/28/2010,2135.14,2135.69,2112.09,2129.73,19983400,0\n10/29/2010,2126.76,2137.33,2124.45,2124.45,20687000,0\n11/01/2010,2135.57,2148.07,2117.59,2128.42,19047900,0\n11/02/2010,2146.98,2155.46,2141.62,2151.72,19149800,0\n11/03/2010,2151.19,2159.68,2132.69,2158.36,19904100,0\n11/04/2010,2183.10,2193.66,2179.06,2187.80,24920500,0\n11/05/2010,2188.32,2191.24,2179.86,2186.71,20928500,0\n11/08/2010,2179.70,2191.49,2176.67,2188.94,17993300,0\n11/09/2010,2195.78,2200.16,2166.96,2176.88,21573700,0\n11/10/2010,2178.36,2189.38,2162.63,2187.74,19989300,0\n11/11/2010,2153.82,2177.21,2145.09,2173.11,25599800,0\n11/12/2010,2161.66,2171.23,2122.42,2137.95,21917900,0\n11/15/2010,2147.06,2152.89,2129.69,2131.48,18522100,0\n11/16/2010,2114.43,2126.16,2085.27,2093.63,22340900,0\n11/17/2010,2093.72,2111.06,2090.34,2100.00,18162600,0\n11/18/2010,2124.79,2147.97,2121.86,2134.77,20466600,0\n11/19/2010,2129.61,2138.88,2121.11,2135.27,18396700,0\n11/22/2010,2126.40,2151.00,2121.74,2150.86,18505700,0\n11/23/2010,2128.19,2132.69,2105.61,2116.61,18922600,0\n11/24/2010,2138.24,2165.15,2138.15,2160.52,16346400,0\n11/26/2010,2146.38,2160.55,2142.69,2153.91,6239800,0\n11/29/2010,2144.04,2150.71,2118.94,2144.56,16832600,0\n11/30/2010,2119.47,2131.50,2110.24,2117.33,23174800,0\n12/01/2010,2150.64,2173.42,2150.64,2162.83,21099400,0\n12/02/2010,2166.57,2187.82,2164.53,2185.30,20381300,0\n12/03/2010,2177.11,2192.89,2176.28,2191.17,18104000,0\n12/06/2010,2192.12,2193.86,2183.03,2189.81,16170300,0\n12/07/2010,2214.99,2215.28,2188.74,2189.35,19062900,0\n12/08/2010,2195.33,2201.34,2182.99,2200.60,17634600,0\n12/09/2010,2210.73,2213.01,2193.92,2201.57,19249800,0\n12/10/2010,2206.47,2217.48,2199.69,2215.34,17367300,0\n12/13/2010,2223.89,2225.22,2207.02,2207.45,18353300,0\n12/14/2010,2213.23,2220.42,2205.21,2212.59,18532700,0\n12/15/2010,2210.51,2223.67,2196.88,2202.45,18639800,0\n12/16/2010,2205.27,2221.98,2198.86,2218.02,17352900,0\n12/17/2010,2222.01,2227.04,2217.11,2218.29,24218300,0\n12/20/2010,2225.41,2230.55,2206.30,2223.04,17079500,0\n12/21/2010,2230.61,2235.58,2226.25,2234.57,16475500,0\n12/22/2010,2234.60,2238.92,2231.97,2235.91,16140400,0\n12/23/2010,2232.84,2235.11,2225.29,2230.27,12702900,0\n12/27/2010,2223.76,2234.42,2208.80,2229.86,10971000,0\n12/28/2010,2234.56,2236.17,2222.76,2227.42,11302000,0\n12/29/2010,2232.33,2236.19,2229.87,2231.64,11221500,0\n12/30/2010,2230.39,2232.38,2222.77,2225.72,10743500,0\n12/31/2010,2223.28,2225.00,2209.38,2217.86,10266000,0\n01/03/2011,2238.66,2268.30,2237.79,2254.23,19196600,0\n01/04/2011,2261.65,2263.03,2237.73,2251.46,20154400,0\n01/05/2011,2245.40,2271.08,2243.88,2270.40,20607500,0\n01/06/2011,2272.33,2279.45,2268.59,2277.51,20954900,0\n01/07/2011,2280.13,2282.87,2254.22,2276.70,19762200,0\n01/10/2011,2270.65,2288.64,2265.00,2284.38,18688700,0\n01/11/2011,2294.66,2296.15,2279.48,2288.73,18931000,0\n01/12/2011,2298.63,2304.88,2289.05,2304.88,18739600,0\n01/13/2011,2303.60,2310.82,2298.62,2305.53,19239000,0\n01/14/2011,2304.37,2323.43,2300.25,2323.43,20202100,0\n01/18/2011,2300.93,2331.32,2299.37,2328.79,20201900,0\n01/19/2011,2329.93,2331.63,2294.89,2303.32,21309300,0\n01/20/2011,2292.17,2295.24,2268.59,2286.08,23232500,0\n01/21/2011,2295.15,2301.05,2267.17,2268.32,19169600,0\n01/24/2011,2271.73,2300.39,2268.72,2300.39,18713000,0\n01/25/2011,2288.50,2304.04,2283.79,2304.03,19361200,0\n01/26/2011,2306.99,2321.22,2300.11,2314.19,20314100,0\n01/27/2011,2322.33,2336.04,2319.23,2330.07,20205500,0\n01/28/2011,2314.21,2314.35,2260.60,2270.51,23711400,0\n01/31/2011,2274.22,2287.50,2258.05,2281.91,19523100,0\n02/01/2011,2298.37,2329.34,2296.74,2324.95,22559900,0\n02/02/2011,2317.89,2328.80,2316.22,2321.09,20246000,0\n02/03/2011,2316.67,2327.24,2297.79,2323.07,19412600,0\n02/04/2011,2324.18,2338.66,2318.27,2338.20,19567100,0\n02/07/2011,2340.44,2360.82,2338.87,2349.20,17680900,0\n02/08/2011,2348.53,2363.76,2344.86,2363.61,18030100,0\n02/09/2011,2359.81,2367.19,2352.46,2360.95,19308200,0\n02/10/2011,2343.79,2366.28,2341.81,2364.35,24975400,0\n02/11/2011,2357.77,2381.40,2353.28,2379.15,20667000,0\n02/14/2011,2379.52,2388.63,2378.16,2385.60,19647800,0\n02/15/2011,2380.16,2384.81,2371.19,2381.92,20062200,0\n02/16/2011,2389.51,2403.52,2387.66,2397.94,22769800,0\n02/17/2011,2384.69,2400.89,2384.22,2397.57,19393200,0\n02/18/2011,2396.75,2400.47,2382.39,2392.47,21094600,0\n02/22/2011,2353.81,2366.43,2318.40,2322.86,22621000,0\n02/23/2011,2321.44,2329.13,2284.65,2300.94,24791500,0\n02/24/2011,2306.94,2321.20,2285.44,2313.31,20652900,0\n02/25/2011,2326.13,2349.51,2325.71,2346.29,18678200,0\n02/28/2011,2354.87,2362.79,2338.21,2350.99,20095000,0\n03/01/2011,2359.78,2359.98,2308.05,2315.26,22128600,0\n03/02/2011,2314.28,2340.80,2311.99,2326.77,19869000,0\n03/03/2011,2350.52,2375.67,2350.18,2371.76,19903800,0\n03/04/2011,2370.34,2371.23,2344.62,2359.96,18979000,0\n03/07/2011,2367.92,2370.91,2307.39,2328.07,21899700,0\n03/08/2011,2325.13,2347.51,2310.96,2337.55,18355400,0\n03/09/2011,2328.80,2330.68,2309.28,2322.69,19967000,0\n03/10/2011,2295.09,2300.53,2276.12,2284.29,23633300,0\n03/11/2011,2275.29,2305.97,2275.07,2299.26,20175100,0\n03/14/2011,2286.77,2302.92,2274.08,2290.72,17820700,0\n03/15/2011,2218.30,2271.58,2217.43,2259.62,23598300,0\n03/16/2011,2240.83,2252.13,2188.92,2202.97,25960000,0\n03/17/2011,2238.85,2247.93,2223.13,2225.24,19943600,0\n03/18/2011,2249.18,2249.39,2217.95,2221.07,19869000,0\n03/21/2011,2250.89,2273.11,2249.46,2262.70,17510600,0\n03/22/2011,2264.07,2266.09,2253.08,2257.96,16574300,0\n03/23/2011,2251.49,2276.62,2234.94,2270.50,17699500,0\n03/24/2011,2287.01,2315.56,2275.65,2312.09,19541800,0\n03/25/2011,2319.07,2331.63,2314.02,2316.36,17899520,0\n03/28/2011,2325.13,2326.12,2303.06,2303.10,16423080,0\n03/29/2011,2299.27,2325.54,2291.78,2325.54,15842760,0\n03/30/2011,2338.41,2340.39,2326.79,2336.52,17806530,0\n03/31/2011,2332.74,2342.24,2329.62,2338.99,18826320,0\n04/01/2011,2352.47,2359.16,2334.95,2342.92,20791450,0\n04/04/2011,2347.71,2350.34,2324.02,2334.54,16685390,0\n04/05/2011,2330.12,2342.34,2323.41,2327.87,19220190,0\n04/06/2011,2343.37,2352.25,2320.32,2332.34,19686620,0\n04/07/2011,2331.74,2346.86,2315.83,2332.88,17498830,0\n04/08/2011,2342.74,2345.41,2313.46,2321.18,16237390,0\n04/11/2011,2330.26,2333.98,2305.53,2314.50,20176180,0\n04/12/2011,2302.89,2308.20,2288.68,2298.30,17697780,0\n04/13/2011,2312.80,2322.60,2298.82,2316.63,16989370,0\n04/14/2011,2301.27,2315.22,2291.79,2311.25,16610130,0\n04/15/2011,2304.46,2316.82,2293.53,2307.58,17596610,0\n04/18/2011,2281.92,2293.08,2254.88,2292.34,17499830,0\n04/19/2011,2297.00,2306.77,2286.59,2306.77,16418410,0\n04/20/2011,2344.21,2360.69,2344.21,2357.76,20412520,0\n04/21/2011,2381.20,2381.20,2370.28,2377.30,18365260,0\n04/25/2011,2377.91,2385.03,2375.12,2383.72,14648910,0\n04/26/2011,2389.24,2405.23,2384.80,2396.03,20136170,0\n04/27/2011,2402.45,2415.85,2390.46,2413.59,20341490,0\n04/28/2011,2404.96,2411.98,2398.93,2409.90,19440960,0\n04/29/2011,2405.05,2415.56,2403.25,2404.08,26647260,0\n05/02/2011,2410.24,2417.83,2397.48,2404.24,20135950,0\n05/03/2011,2401.80,2404.12,2377.33,2392.80,21809060,0\n05/04/2011,2392.16,2398.46,2367.68,2387.51,21696490,0\n05/05/2011,2376.46,2402.05,2366.73,2375.21,21544480,0\n05/06/2011,2395.92,2411.63,2376.15,2383.18,19706410,0\n05/09/2011,2384.20,2399.68,2376.96,2390.97,16107030,0\n05/10/2011,2397.20,2414.58,2394.84,2411.35,19748110,0\n05/11/2011,2408.15,2415.90,2377.43,2393.08,21967730,0\n05/12/2011,2384.14,2410.45,2372.19,2407.89,21494810,0\n05/13/2011,2403.06,2406.01,2378.76,2379.24,18592110,0\n05/16/2011,2368.47,2375.36,2332.84,2337.85,20105400,0\n05/17/2011,2325.86,2343.73,2320.33,2343.51,21498650,0\n05/18/2011,2340.69,2366.40,2337.48,2362.95,18380570,0\n05/19/2011,2369.06,2374.22,2355.40,2369.67,17125470,0\n05/20/2011,2365.49,2368.99,2348.73,2351.43,17448180,0\n05/23/2011,2318.16,2325.86,2306.43,2316.78,17505990,0\n05/24/2011,2321.59,2322.63,2302.36,2303.55,18347500,0\n05/25/2011,2299.49,2321.51,2298.72,2310.95,18402180,0\n05/26/2011,2306.44,2332.02,2306.11,2325.93,18577790,0\n05/27/2011,2328.65,2339.10,2327.32,2336.09,16244330,0\n05/31/2011,2359.05,2372.54,2347.23,2372.54,25803680,0\n06/01/2011,2368.29,2373.82,2321.00,2322.48,22235490,0\n06/02/2011,2325.56,2335.66,2314.69,2326.70,18654180,0\n06/03/2011,2301.40,2317.93,2289.41,2292.31,18889910,0\n06/06/2011,2288.61,2299.40,2273.24,2274.48,18395670,0\n06/07/2011,2279.55,2288.76,2268.06,2268.96,18107340,0\n06/08/2011,2264.40,2268.00,2246.62,2252.89,20318130,0\n06/09/2011,2253.23,2267.76,2246.49,2256.65,16683550,0\n06/10/2011,2249.40,2250.89,2220.83,2221.09,19226210,0\n06/13/2011,2225.21,2234.22,2214.37,2222.28,18162160,0\n06/14/2011,2240.39,2256.46,2240.39,2250.34,16626250,0\n06/15/2011,2229.81,2243.22,2204.15,2209.01,19286310,0\n06/16/2011,2209.75,2216.74,2180.94,2199.93,19125810,0\n06/17/2011,2220.04,2222.51,2186.78,2192.96,24393560,0\n06/20/2011,2187.21,2210.64,2186.77,2204.36,15906280,0\n06/21/2011,2210.97,2253.27,2203.71,2251.82,18124480,0\n06/22/2011,2243.21,2254.64,2234.83,2235.75,15798410,0\n06/23/2011,2210.49,2256.70,2204.47,2255.05,19838080,0\n06/24/2011,2245.49,2246.96,2213.10,2217.06,32771350,0\n06/27/2011,2217.63,2263.21,2215.14,2252.24,16729480,0\n06/28/2011,2256.52,2286.92,2254.94,2285.75,16328580,0\n06/29/2011,2290.50,2299.32,2278.85,2294.43,17598740,0\n06/30/2011,2303.00,2327.36,2302.67,2325.07,18330280,0\n07/01/2011,2326.16,2363.36,2320.57,2361.39,16107370,0\n07/05/2011,2363.08,2374.41,2357.31,2371.21,15119940,0\n07/06/2011,2368.75,2383.77,2361.47,2378.58,15940480,0\n07/07/2011,2396.64,2418.99,2394.55,2412.89,18237760,0\n07/08/2011,2390.16,2405.92,2379.14,2405.89,15438160,0\n07/11/2011,2380.56,2392.09,2354.12,2362.00,17215970,0\n07/12/2011,2362.19,2366.35,2342.13,2343.79,19354810,0\n07/13/2011,2360.43,2377.34,2345.80,2352.43,18120620,0\n07/14/2011,2358.89,2370.72,2318.20,2325.06,18896920,0\n07/15/2011,2351.81,2357.36,2336.13,2356.67,17589750,0\n07/18/2011,2346.53,2354.56,2322.62,2344.01,17027450,0\n07/19/2011,2367.81,2400.58,2367.81,2398.17,18130310,0\n07/20/2011,2411.71,2412.39,2384.50,2387.80,18029870,0\n07/21/2011,2389.56,2417.13,2377.82,2404.24,22195290,0\n07/22/2011,2403.20,2432.84,2402.06,2429.50,16205520,0\n07/25/2011,2408.65,2437.42,2406.17,2424.15,15682370,0\n07/26/2011,2423.16,2438.44,2418.52,2429.45,17041110,0\n07/27/2011,2414.36,2416.22,2362.12,2367.16,22983130,0\n07/28/2011,2367.44,2401.25,2359.87,2371.77,20133920,0\n07/29/2011,2349.30,2388.24,2341.82,2362.81,22267200,0\n08/01/2011,2391.42,2396.50,2325.17,2354.05,21351450,0\n08/02/2011,2340.73,2352.48,2291.37,2292.85,22936730,0\n08/03/2011,2294.94,2316.73,2254.91,2312.78,24986940,0\n08/04/2011,2275.30,2284.30,2207.05,2207.20,31690870,0\n08/05/2011,2227.49,2240.68,2131.52,2194.38,35683392,0\n08/08/2011,2127.87,2162.78,2060.29,2060.29,38116608,0\n08/09/2011,2095.99,2161.75,2034.92,2160.79,36387632,0\n08/10/2011,2110.14,2142.31,2070.24,2073.09,32272220,0\n08/11/2011,2108.92,2187.48,2091.91,2167.07,30259890,0\n08/12/2011,2176.54,2195.25,2154.86,2182.05,21631370,0\n08/15/2011,2189.49,2214.12,2180.86,2214.12,18817990,0\n08/16/2011,2190.14,2211.90,2165.04,2194.27,19939430,0\n08/17/2011,2193.30,2214.26,2158.95,2181.62,18363520,0\n08/18/2011,2116.79,2118.61,2055.18,2073.03,26682210,0\n08/19/2011,2053.01,2102.88,2035.30,2038.22,23089220,0\n08/22/2011,2084.27,2084.83,2038.14,2044.73,18918480,0\n08/23/2011,2059.03,2129.27,2050.19,2129.27,20817040,0\n08/24/2011,2121.52,2148.22,2105.31,2145.04,18216690,0\n08/25/2011,2141.86,2153.71,2102.50,2108.21,17127240,0\n08/26/2011,2101.91,2169.41,2082.04,2161.97,17863420,0\n08/29/2011,2188.67,2224.50,2187.72,2223.96,15802730,0\n08/30/2011,2212.07,2250.10,2202.45,2237.69,18028840,0\n08/31/2011,2248.19,2268.07,2222.48,2241.01,19665550,0\n09/01/2011,2245.01,2263.94,2217.02,2219.05,16923680,0\n09/02/2011,2178.11,2189.76,2156.99,2167.83,15207400,0\n09/06/2011,2116.48,2171.39,2112.84,2167.60,16726690,0\n09/07/2011,2198.61,2223.80,2193.83,2223.75,17529260,0\n09/08/2011,2212.71,2244.51,2206.79,2214.29,19233300,0\n09/09/2011,2197.72,2206.49,2151.35,2163.66,20045220,0\n09/12/2011,2145.78,2192.28,2139.58,2191.84,19239420,0\n09/13/2011,2197.66,2225.40,2189.83,2220.58,18830610,0\n09/14/2011,2233.66,2277.92,2210.63,2252.75,22538300,0\n09/15/2011,2273.22,2289.69,2254.47,2286.56,19180140,0\n09/16/2011,2284.28,2308.96,2283.43,2306.09,27794950,0\n09/19/2011,2277.64,2319.73,2260.24,2308.76,18230230,0\n09/20/2011,2318.55,2337.70,2293.06,2295.89,18542510,0\n09/21/2011,2308.41,2321.22,2257.55,2258.30,20990770,0\n09/22/2011,2196.63,2219.72,2151.48,2184.59,27789680,0\n09/23/2011,2165.75,2216.75,2165.62,2206.86,19122170,0\n09/26/2011,2216.66,2237.13,2170.14,2234.28,18993010,0\n09/27/2011,2270.69,2290.71,2241.75,2253.55,20274870,0\n09/28/2011,2266.29,2281.09,2218.77,2220.84,18577800,0\n09/29/2011,2255.55,2258.96,2160.20,2197.68,21979750,0\n09/30/2011,2167.24,2185.61,2139.17,2139.18,19691640,0\n10/03/2011,2128.02,2153.95,2084.30,2085.04,24602530,0\n10/04/2011,2064.01,2131.31,2042.90,2129.21,29730530,0\n10/05/2011,2121.03,2187.56,2106.62,2182.77,23768950,0\n10/06/2011,2181.58,2218.30,2169.57,2217.99,21808780,0\n10/07/2011,2217.51,2227.38,2190.26,2202.76,20200060,0\n10/10/2011,2241.17,2278.74,2237.48,2278.65,15293450,0\n10/11/2011,2272.64,2300.70,2269.54,2294.92,15921240,0\n10/12/2011,2316.76,2331.91,2305.31,2307.18,18920690,0\n10/13/2011,2300.86,2330.64,2299.73,2326.88,16117780,0\n10/14/2011,2360.00,2371.94,2344.74,2371.94,15977980,0\n10/17/2011,2359.53,2367.21,2322.53,2334.38,16288600,0\n10/18/2011,2331.98,2375.26,2309.88,2364.87,18483210,0\n10/19/2011,2348.52,2357.55,2310.65,2316.81,19128950,0\n10/20/2011,2317.34,2317.34,2274.49,2306.29,19597230,0\n10/21/2011,2332.21,2349.79,2314.77,2335.93,19918730,0\n10/24/2011,2341.71,2389.91,2341.15,2384.42,18319940,0\n10/25/2011,2375.49,2375.53,2332.18,2335.87,17126860,0\n10/26/2011,2349.85,2355.02,2291.78,2334.79,20308540,0\n10/27/2011,2390.69,2412.52,2365.91,2399.83,27337030,0\n10/28/2011,2386.02,2404.80,2384.97,2401.29,18096130,0\n10/31/2011,2376.99,2389.29,2359.85,2360.08,17289880,0\n11/01/2011,2301.11,2321.36,2287.74,2298.37,22017940,0\n11/02/2011,2321.90,2329.06,2298.71,2318.32,18661340,0\n11/03/2011,2340.14,2369.77,2311.20,2367.71,20263620,0\n11/04/2011,2353.51,2364.37,2331.46,2356.32,18654290,0\n11/07/2011,2353.82,2372.72,2329.68,2371.04,16495160,0\n11/08/2011,2386.19,2402.51,2362.23,2400.01,17808430,0\n11/09/2011,2346.74,2354.90,2307.78,2314.10,20802610,0\n11/10/2011,2338.60,2338.91,2290.53,2312.07,18258620,0\n11/11/2011,2336.44,2363.12,2330.63,2355.78,15427880,0\n11/14/2011,2350.91,2362.46,2333.55,2341.32,13404530,0\n11/15/2011,2334.24,2375.10,2331.75,2366.24,16315770,0\n11/16/2011,2345.27,2365.13,2322.05,2324.37,19007120,0\n11/17/2011,2320.64,2320.81,2257.92,2272.09,21051550,0\n11/18/2011,2273.64,2274.62,2250.94,2253.95,16945860,0\n11/21/2011,2219.88,2225.54,2188.14,2211.14,19973150,0\n11/22/2011,2205.31,2224.04,2191.87,2216.33,17350440,0\n11/23/2011,2199.46,2203.14,2166.54,2166.54,16624930,0\n11/25/2011,2159.94,2182.28,2150.71,2150.81,6694330,0\n11/28/2011,2207.68,2227.81,2206.69,2224.22,15646790,0\n11/29/2011,2225.12,2240.63,2205.77,2211.39,15458350,0\n11/30/2011,2270.28,2295.35,2264.72,2295.20,24569590,0\n12/01/2011,2294.27,2314.90,2292.26,2309.20,17779510,0\n12/02/2011,2327.87,2331.12,2301.25,2302.04,16037470,0\n12/05/2011,2336.55,2343.10,2315.18,2326.95,16428270,0\n12/06/2011,2327.65,2335.79,2313.99,2321.49,14442970,0\n12/07/2011,2312.55,2331.73,2292.15,2320.54,16120950,0\n12/08/2011,2309.53,2324.04,2278.42,2282.59,17765400,0\n12/09/2011,2287.27,2325.64,2287.27,2318.68,15890400,0\n12/12/2011,2295.43,2295.53,2274.15,2292.24,14919970,0\n12/13/2011,2308.29,2316.90,2258.71,2268.37,16964670,0\n12/14/2011,2259.84,2260.52,2219.68,2233.03,17305310,0\n12/15/2011,2253.14,2253.21,2223.52,2226.71,16866070,0\n12/16/2011,2238.59,2267.55,2234.30,2238.18,26491560,0\n12/19/2011,2244.37,2250.27,2209.57,2215.27,15149560,0\n12/20/2011,2253.19,2283.45,2252.57,2281.94,17445230,0\n12/21/2011,2265.90,2267.01,2222.68,2249.03,17891450,0\n12/22/2011,2254.68,2268.59,2251.31,2266.77,14765020,0\n12/23/2011,2274.35,2287.96,2268.24,2287.57,9399090,0\n12/27/2011,2284.29,2301.30,2281.86,2293.12,9344400,0\n12/28/2011,2294.97,2295.17,2262.22,2267.08,10493790,0\n12/29/2011,2272.56,2285.72,2264.89,2285.07,10045840,0\n12/30/2011,2281.91,2289.12,2277.77,2277.83,10564980,0\n01/03/2012,2323.16,2332.24,2315.28,2321.96,16080010,0\n01/04/2012,2316.53,2333.29,2307.56,2329.71,16513810,0\n01/05/2012,2326.58,2351.45,2317.52,2348.98,17965630,0\n01/06/2012,2350.68,2362.58,2341.64,2356.17,16556490,0\n01/09/2012,2362.53,2363.48,2342.34,2350.65,17575260,0\n01/10/2012,2374.26,2381.43,2360.98,2367.38,17942910,0\n01/11/2012,2363.69,2376.58,2357.53,2372.25,16853230,0\n01/12/2012,2377.34,2384.26,2359.92,2381.99,16381040,0\n01/13/2012,2371.42,2373.50,2352.76,2371.98,16315160,0\n01/17/2012,2396.14,2404.08,2385.79,2393.24,17579480,0\n01/18/2012,2396.63,2425.96,2395.43,2425.96,19674980,0\n01/19/2012,2435.14,2445.59,2433.03,2441.70,19493120,0\n01/20/2012,2428.66,2438.25,2428.35,2437.02,19493920,0\n01/23/2012,2437.06,2455.22,2424.29,2437.22,16482770,0\n01/24/2012,2426.86,2440.20,2423.24,2433.96,16174540,0\n01/25/2012,2456.55,2470.58,2440.57,2465.66,18759350,0\n01/26/2012,2474.05,2479.31,2444.83,2454.63,19840380,0\n01/27/2012,2450.38,2467.46,2449.83,2461.77,17099150,0\n01/30/2012,2438.52,2468.57,2433.63,2465.32,16036270,0\n01/31/2012,2476.65,2481.51,2453.05,2467.95,17257850,0\n02/01/2012,2481.62,2497.31,2474.29,2488.18,20665790,0\n02/02/2012,2495.08,2504.16,2487.15,2495.83,18593160,0\n02/03/2012,2518.86,2532.26,2514.99,2529.17,20942770,0\n02/06/2012,2519.33,2528.30,2513.51,2528.30,16456360,0\n02/07/2012,2522.79,2537.64,2514.90,2532.06,17286020,0\n02/08/2012,2533.48,2545.84,2523.88,2545.72,19128850,0\n02/09/2012,2553.63,2567.28,2541.20,2563.93,20918430,0\n02/10/2012,2543.86,2553.10,2537.99,2547.32,17086870,0\n02/13/2012,2564.93,2572.64,2554.29,2569.49,15576610,0\n02/14/2012,2561.60,2575.24,2553.95,2575.24,20375900,0\n02/15/2012,2584.95,2600.96,2552.56,2556.01,19121150,0\n02/16/2012,2555.55,2594.71,2551.35,2592.29,18282310,0\n02/17/2012,2587.22,2593.56,2572.82,2584.24,19168780,0\n02/21/2012,2589.21,2601.74,2574.32,2590.24,17679890,0\n02/22/2012,2586.32,2593.05,2575.31,2579.78,16512850,0\n02/23/2012,2578.91,2598.10,2570.07,2594.93,16815030,0\n02/24/2012,2602.66,2609.45,2598.67,2604.21,15672820,0\n02/27/2012,2589.44,2616.86,2579.63,2606.76,16968980,0\n02/28/2012,2610.04,2634.23,2607.50,2633.46,17516100,0\n02/29/2012,2638.97,2645.20,2614.48,2623.10,20831370,0\n03/01/2012,2634.20,2645.91,2625.42,2643.54,18351650,0\n03/02/2012,2640.43,2650.00,2633.28,2641.58,17106200,0\n03/05/2012,2636.60,2642.75,2605.59,2614.92,16244760,0\n03/06/2012,2586.31,2593.64,2575.13,2588.95,18029040,0\n03/07/2012,2599.85,2614.23,2597.23,2607.85,15323630,0\n03/08/2012,2623.45,2643.89,2618.47,2637.18,15732080,0\n03/09/2012,2641.15,2651.98,2639.60,2646.85,15264670,0\n03/12/2012,2646.98,2651.64,2635.76,2646.85,12991180,0\n03/13/2012,2665.30,2697.64,2658.09,2697.43,16341440,0\n03/14/2012,2701.08,2717.86,2690.40,2708.41,15930630,0\n03/15/2012,2716.19,2720.49,2701.65,2714.79,16021770,0\n03/16/2012,2715.71,2719.61,2706.96,2712.78,20934300,0\n03/19/2012,2716.98,2738.22,2710.63,2733.26,14697290,0\n03/20/2012,2719.40,2740.35,2711.10,2737.63,14558850,0\n03/21/2012,2739.40,2752.46,2733.91,2736.88,14978400,0\n03/22/2012,2720.66,2737.83,2719.74,2731.50,14470750,0\n03/23/2012,2734.68,2734.68,2714.60,2728.55,13761000,0\n03/26/2012,2746.98,2778.02,2746.43,2778.02,15346290,0\n03/27/2012,2779.67,2793.44,2778.91,2782.12,15971270,0\n03/28/2012,2785.98,2794.00,2754.97,2770.97,16900480,0\n03/29/2012,2756.44,2769.83,2741.32,2762.05,16782200,0\n03/30/2012,2773.93,2774.52,2744.47,2755.27,17358190,0\n04/02/2012,2752.25,2787.25,2747.54,2784.42,17146590,0\n04/03/2012,2786.14,2795.35,2767.05,2782.78,17241990,0\n04/04/2012,2759.33,2762.73,2729.21,2745.00,17402170,0\n04/05/2012,2740.70,2764.21,2739.10,2762.50,15027800,0\n04/09/2012,2726.08,2751.44,2722.77,2739.98,13103280,0\n04/10/2012,2738.44,2749.51,2688.21,2695.12,18542210,0\n04/11/2012,2719.48,2726.94,2702.97,2708.13,14482350,0\n04/12/2012,2715.04,2743.41,2711.04,2740.26,13944390,0\n04/13/2012,2730.74,2731.35,2698.11,2698.99,14021160,0\n04/16/2012,2713.89,2713.89,2660.96,2670.10,14785420,0\n04/17/2012,2678.58,2731.38,2675.14,2723.58,14596760,0\n04/18/2012,2714.66,2732.03,2707.91,2716.14,15313600,0\n04/19/2012,2707.89,2738.59,2676.09,2686.82,18818230,0\n04/20/2012,2699.55,2712.01,2674.66,2676.04,18297410,0\n04/23/2012,2651.13,2657.36,2629.70,2653.50,16857150,0\n04/24/2012,2647.91,2659.52,2628.96,2638.73,16237790,0\n04/25/2012,2694.86,2710.87,2691.12,2709.62,16469600,0\n04/26/2012,2709.88,2731.73,2705.91,2725.23,17018000,0\n04/27/2012,2737.57,2750.50,2723.16,2741.34,17246020,0\n04/30/2012,2731.26,2737.54,2720.44,2723.68,15536490,0\n05/01/2012,2719.25,2756.81,2715.75,2726.92,17960110,0\n05/02/2012,2713.18,2736.30,2707.63,2734.77,17757140,0\n05/03/2012,2737.04,2737.14,2697.78,2704.59,17928800,0\n05/04/2012,2682.37,2683.25,2637.73,2637.92,18153610,0\n05/07/2012,2622.67,2651.74,2620.96,2639.28,16727000,0\n05/08/2012,2624.35,2638.30,2587.53,2629.87,20686840,0\n05/09/2012,2600.19,2635.71,2588.97,2621.35,19529900,0\n05/10/2012,2631.97,2631.97,2606.79,2616.24,19280790,0\n05/11/2012,2606.01,2643.22,2604.99,2615.98,16647060,0\n05/14/2012,2593.75,2611.37,2587.78,2590.28,16137340,0\n05/15/2012,2589.96,2617.23,2576.77,2580.75,17520480,0\n05/16/2012,2589.91,2597.16,2558.69,2561.56,18972790,0\n05/17/2012,2562.13,2567.55,2509.05,2509.05,19924100,0\n05/18/2012,2509.90,2523.15,2474.70,2478.53,25878510,0\n05/21/2012,2482.31,2547.69,2478.36,2545.43,17812630,0\n05/22/2012,2553.58,2562.48,2524.11,2539.20,17743230,0\n05/23/2012,2534.66,2553.19,2499.30,2547.08,18514140,0\n05/24/2012,2553.12,2554.20,2512.35,2531.35,16369130,0\n05/25/2012,2532.32,2537.56,2520.17,2527.05,12339990,0\n05/29/2012,2542.66,2570.79,2536.62,2558.97,15791370,0\n05/30/2012,2538.58,2546.01,2522.45,2537.40,15726930,0\n05/31/2012,2535.87,2540.40,2507.58,2524.87,20429610,0\n06/01/2012,2510.82,2510.82,2458.73,2458.83,18811880,0\n06/04/2012,2458.97,2480.97,2443.92,2478.13,16560210,0\n06/05/2012,2467.81,2492.53,2467.66,2487.50,15329260,0\n06/06/2012,2504.08,2546.32,2504.08,2546.32,16797070,0\n06/07/2012,2569.24,2570.48,2531.95,2535.41,15807460,0\n06/08/2012,2529.42,2561.57,2522.39,2559.21,13360010,0\n06/11/2012,2578.73,2579.23,2513.67,2517.18,14131840,0\n06/12/2012,2523.01,2546.83,2510.75,2546.20,15199310,0\n06/13/2012,2541.72,2557.31,2519.69,2527.44,15344250,0\n06/14/2012,2529.28,2547.31,2515.17,2539.97,15631570,0\n06/15/2012,2543.85,2572.84,2542.51,2571.23,19100250,0\n06/18/2012,2570.98,2599.52,2554.83,2592.52,15407330,0\n06/19/2012,2606.43,2630.86,2605.16,2620.83,17714840,0\n06/20/2012,2625.00,2633.21,2603.32,2623.33,15045430,0\n06/21/2012,2619.98,2622.76,2554.65,2556.96,17211650,0\n06/22/2012,2562.28,2587.00,2559.26,2585.53,22237210,0\n06/25/2012,2562.98,2563.09,2527.01,2533.54,14373980,0\n06/26/2012,2541.21,2556.92,2531.60,2549.84,15455900,0\n06/27/2012,2558.67,2576.09,2557.09,2565.53,15713580,0\n06/28/2012,2565.53,2565.53,2510.37,2536.65,16722440,0\n06/29/2012,2566.84,2615.82,2566.84,2615.72,18325310,0\n"
  },
  {
    "path": "web-src/play-ground.html",
    "content": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n        \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<head>\n    <title>dc.js common charts</title>\n\n    <meta charset=\"UTF-8\">\n\n    <script type=\"text/javascript\" src=\"js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"js/env-data.js\"></script>\n\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/dc.css\"/>\n\n<style>\n    body {\n        font-size: 0.9em;\n        font-family: Lucida;\n    }\n\n    a {\n        color: #3182bd;\n    }\n\n    .clear {\n        clear: both;\n    }\n</style>\n\n</head>\n<body>\n\n<div><input type=\"button\" value=\"Add Data\" onclick=\"data.add(json2);alert('Data injected');dc.renderAll();\"/></div>\n\n<div id=\"bubble-overlay\">\n<span>Bubble Overlay</span>\n<a class=\"reset\" href=\"javascript:bubbleOverlay.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n<span class=\"reset\" style=\"display: none;\"><span class=\"filter\"></span></span>\n\n<div class=\"clear\"></div>\n<svg width=\"600\" height=\"450\">\n<g\n        style=\"fill:#d3d3d3\"\n        id=\"Canada\"\n        transform=\"matrix(0.43581779,0,0,0.33565829,-423.26311,-2.773461)\">\n<path\n        d=\"m 1259.5,1028.0212 c -53.5216,-14.1346 -47.7588,-11.9781 -50.9375,-19.0612 l -2.6783,-5.9681 2.1718,-11.05141 c 2.2903,-11.65427 2.1636,-14.6033 -0.8888,-20.68462 -1.0369,-2.06573 -3.959,-7.88887 -6.4935,-12.94032 -2.5346,-5.05145 -5.5611,-12.02645 -6.7256,-15.5 -1.1645,-3.47355 -3.421,-8.29274 -5.0144,-10.7093 -1.5933,-2.41656 -3.1944,-6.01656 -3.5579,-8 -0.3636,-1.98344 -1.9468,-5.08441 -3.5184,-6.89105 -1.5716,-1.80663 -2.8574,-3.76217 -2.8574,-4.34563 0,-0.58345 -0.9348,-2.37357 -2.0772,-3.97804 -1.2018,-1.68768 -2.4788,-5.75224 -3.0299,-9.64365 -0.6001,-4.23785 -1.8458,-8.0253 -3.3668,-10.23716 -1.3279,-1.93089 -2.8725,-4.73299 -3.4326,-6.22686 -0.56,-1.49388 -2.6046,-3.74388 -4.5435,-5 -3.4746,-2.25108 -4.7587,-5.91882 -2.55,-7.28386 0.55,-0.33992 1,-3.11674 1,-6.17071 0,-5.43129 6.559,-24.26144 51.1754,-146.91967 l 4.0341,-11.09037 22.1452,7.3645 c 12.1799,4.05047 30.6953,9.86977 41.1453,12.93178 10.45,3.062 28.8657,8.45432 40.9237,11.98292 12.0581,3.52861 22.0347,6.52663 22.1704,6.66228 0.6596,0.65959 -2.974,15.33806 -3.9602,15.99811 -0.6237,0.41736 -2.2194,1.04698 -3.5462,1.39915 -2.5095,0.6661 -13.0087,11.04291 -13.059,12.9068 -0.016,0.58563 1.5782,1.83106 3.5422,2.76762 3.4362,1.63861 3.6791,1.62576 6.4408,-0.34077 1.5785,-1.12398 3.1627,-2.96582 3.5205,-4.09298 0.3577,-1.12716 0.8569,-1.84291 1.1092,-1.59055 0.2524,0.25236 -1.3132,7.82377 -3.479,16.82536 -5.1132,21.251 -10.6244,44.26812 -18.1657,75.86653 -3.3472,14.025 -7.1693,30 -8.4936,35.5 -6.6776,27.7332 -12.6219,52.50632 -15.8366,66 -16.9717,71.2386 -15.5381,65.5543 -16.4839,65.3592 -0.3754,-0.077 -6.9826,-1.8045 -14.6826,-3.838 z\"\n        id=\"CA-AB\"\n        inkscape:connector-curvature=\"0\"/>\n<g\n        id=\"CA-BC\">\n    <path\n            d=\"m 1047,975.73993 c -6.3865,-4.06252 -16,-16.63647 -16,-20.9272 0,-2.38554 -0.5908,-3.20946 -2.9361,-4.09472 -2.9692,-1.12075 -5.242,-5.01186 -6.5522,-11.21801 -0.3484,-1.65 -1.6487,-4.575 -2.8896,-6.5 -1.2408,-1.925 -3.0433,-5.525 -4.0055,-8 -0.9621,-2.475 -3.5757,-7.54513 -5.808,-11.26695 -2.4498,-4.08463 -4.5598,-9.23765 -5.3231,-13 -0.6956,-3.42818 -1.8679,-7.70856 -2.6052,-9.51197 -1.28332,-3.13881 -1.21327,-3.38297 1.6395,-5.71403 1.6391,-1.33932 3.8453,-2.45131 4.9027,-2.47109 1.9776,-0.037 7.9367,5.69247 17.5775,16.90016 3.025,3.51663 5.9565,6.88213 6.5144,7.47888 0.5579,0.59675 2.5713,3.11 4.4741,5.585 1.9029,2.475 3.7196,4.725 4.037,5 1.3981,1.21112 3.9381,10.03813 4.572,15.88838 0.6065,5.59788 1.3041,7.19686 5.6375,12.92211 5.7685,7.6212 6.2584,8.74516 7.2182,16.56062 0.3965,3.2291 1.3225,7.57592 2.0576,9.65959 0.7352,2.08366 1.071,4.05417 0.7463,4.37889 -1.5017,1.50163 -9.943,0.43849 -13.2571,-1.66966 z\"\n            id=\"path2159\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1205.5,1013.4345 c -0.9122,-0.266 -21.5109,-6.6679 -37.5,-11.6547 -5.5145,-1.7199 -63.9464,-23.62661 -88,-32.99215 -4.125,-1.60612 -8.85,-3.41409 -10.5,-4.01773 -3.8207,-1.39775 -4.4659,-2.40911 -4.4847,-7.02971 -0.011,-2.58753 -0.6701,-4.30236 -2.1156,-5.5 -5.8132,-4.81661 -7.8997,-7.2311 -7.8997,-9.14142 0,-1.15433 -0.3886,-2.09879 -0.8636,-2.09879 -2.4249,0 -5.9209,-5.31759 -6.5338,-9.93833 -0.9928,-7.48377 -4.3283,-13.99494 -10.2314,-19.9725 -5.2845,-5.35116 -5.337,-5.46421 -4.7541,-10.25 0.4777,-3.92153 0.3012,-4.83917 -0.9305,-4.83917 -0.836,0 -1.6699,-0.35418 -1.8533,-0.78707 -0.1833,-0.43289 -2.4708,-2.02686 -5.0833,-3.54216 -2.6125,-1.51529 -4.7844,-3.29861 -4.8265,-3.96292 -0.042,-0.66432 -0.2628,-2.10785 -0.4904,-3.20785 -0.5583,-2.69828 -0.6117,-4.47586 -0.4567,-15.20711 0.1293,-8.95884 0.2149,-9.27604 3.1713,-11.76372 2.7956,-2.35234 2.951,-2.80717 1.9453,-5.69212 -0.6011,-1.72452 -1.093,-4.90932 -1.093,-7.07732 0,-2.98832 -0.9774,-5.33518 -4.0405,-9.70194 -3.3858,-4.8268 -3.9486,-6.31082 -3.4732,-9.15895 0.312,-1.86936 1.4896,-4.17376 2.6168,-5.12088 2.2741,-1.91081 2.0615,-3.48072 -1.392,-10.27796 -1.7387,-3.42221 -2.0278,-5.87112 -2.0014,-16.95364 0.03,-12.52951 0.1143,-13.03701 2.5786,-15.5 1.4012,-1.4005 4.9378,-3.44636 7.8591,-4.54636 7.1892,-2.70705 12.8526,-7.83988 12.8526,-11.64848 0,-3.99341 2.161,-8.68982 5.8813,-12.78163 2.7822,-3.06004 3.1187,-4.09412 3.1187,-9.5847 0,-5.57055 -0.2832,-6.40692 -2.9842,-8.81357 -3.4263,-3.0528 -9.4059,-14.3638 -11.0543,-20.91023 -0.97,-3.85231 -0.7584,-5.9704 1.5694,-15.70548 2.3762,-9.93774 2.5639,-11.91306 1.606,-16.90428 -0.5966,-3.1084 -1.3393,-9.92663 -1.6505,-15.15163 -0.3113,-5.225 -0.7649,-10.44598 -1.0081,-11.60218 -0.2432,-1.15619 -0.6976,-3.85619 -1.0098,-6 -0.3122,-2.1438 -1.9051,-9.52282 -3.5397,-16.39782 -1.6347,-6.875 -3.1953,-13.50976 -3.468,-14.7439 -0.31,-1.4028 -1.873,-2.81933 -4.17,-3.77905 -7.0127,-2.9301 -7.9305,-2.89563 -9.8597,0.37032 -1.2962,2.19423 -3.4278,3.60653 -7.855,5.20422 -3.3419,1.20601 -7.84812,3.03777 -10.01393,4.07058 -2.16581,1.03281 -4.04203,1.87783 -4.16939,1.87783 -0.12736,0 0.16458,-1.4625 0.64875,-3.25 1.35416,-4.99941 0.46689,-17.04443 -1.47373,-20.00618 -2.05621,-3.13818 -1.78041,-12.42138 0.3551,-11.95208 0.73014,0.16045 10.83368,6.51204 22.4523,14.11464 31.6719,20.72435 66.2869,41.78133 83.1248,50.56649 8.25,4.30442 15.45,8.14352 16,8.53133 2.721,1.9186 33.5661,17.53763 45,22.78665 7.15,3.28238 22.675,9.69371 34.5,14.2474 11.825,4.55368 21.859,8.58949 22.2979,8.96846 0.4388,0.37897 0.342,1.77 -0.2152,3.09116 -0.5572,1.32117 -5.7863,15.67713 -11.6203,31.90213 -5.8339,16.225 -12.342,34.225 -14.4623,40 -23.148,63.04654 -28.0001,77.31511 -28.0001,82.33941 0,3.00696 -0.6323,6.11831 -1.4931,7.34734 -2.1652,3.09126 -0.9323,7.41532 2.7981,9.81325 4.6624,2.99701 10.7064,14.21023 11.428,21.20195 0.3949,3.82645 1.5391,7.23456 3.4298,10.21584 1.5605,2.46057 2.8372,4.92355 2.8372,5.47327 0,0.54973 1.0589,2.14913 2.3531,3.55422 1.2943,1.4051 2.931,4.70381 3.6372,7.33048 0.7062,2.62667 1.6809,5.02102 2.1659,5.32077 1.2686,0.78404 5.4339,9.37282 6.2577,12.90347 0.3851,1.65 3.9064,9.49065 7.8253,17.42366 4.1198,8.33968 7.1302,15.72128 7.1369,17.5 0.01,1.69199 -0.774,7.29457 -1.7344,12.45019 -1.8002,9.66375 -1.5384,13.82795 1.1249,17.89265 1.5516,2.368 1.4709,3.1748 -0.2666,2.668 z\"\n            id=\"path2165\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 976.23965,824.73293 c -4.06121,-9.4021 -5.55744,-20.58407 -4.89632,-36.59212 0.3848,-9.31752 1.03779,-14.89511 1.85977,-15.88554 0.69672,-0.83949 1.27354,-2.25285 1.28183,-3.14081 0.0243,-2.60399 4.34566,-2.49703 8.34496,0.20654 4.78774,3.23658 11.17011,9.58174 11.17011,11.10499 0,0.65884 -4.05,5.41715 -9,10.57401 -10.51652,10.95601 -10.65647,11.52565 -6.51242,26.50703 1.36816,4.94613 2.49316,9.78047 2.5,10.74297 0.0248,3.49419 -2.54014,1.59419 -4.74793,-3.51707 z\"\n            id=\"path2153\"\n            inkscape:connector-curvature=\"0\"/>\n</g>\n<path\n        d=\"m 1453.2188,765.84375 -0.7188,6.3125 c -0.3982,3.48099 -0.8534,7.01875 -1,7.84375 -0.1466,0.825 -0.5963,3.975 -1,7 -0.4037,3.025 -0.8503,6.175 -1,7 -0.1498,0.825 -1.0468,7.30718 -2,14.40625 -1.6346,12.17273 -1.6404,13.08838 -0.031,15.8125 1.6706,2.82817 1.6493,2.94551 -1.125,6.4375 -1.5586,1.96156 -3.3439,4.31809 -3.9688,5.21875 -0.6248,0.90069 -1.4652,7.475 -1.8437,14.625 -0.3786,7.15 -0.8273,14.8 -1,17 -0.1727,2.2 -0.6123,8.05 -0.9688,13 -0.3565,4.95 -0.8202,11.7 -1.0625,15 -1.0079,13.72694 -1.4516,19.41294 -2,27 -0.3181,4.4 -0.7658,10.25 -1,13 -0.2342,2.75 -0.6922,9.5 -1.0312,15 -0.3391,5.5 -0.7786,11.8 -0.9688,14 -0.1902,2.2 -0.6305,8.725 -1,14.5 -0.3695,5.775 -0.8214,12.075 -1,14 -0.1786,1.925 -0.6489,8.675 -1.0312,15 -0.3824,6.325 -0.814,12.175 -0.9688,13 -0.512,2.7295 -1.8827,25.3849 -1.9375,32 l -0.062,6.5 6,0.5938 c 9.6211,0.9766 18.8031,2.0107 21.5,2.4062 1.375,0.2017 4.975,0.6339 8,0.9688 5.833,0.6457 9.1474,1.034 18,2.0937 3.025,0.3621 9.775,0.9561 15,1.3125 5.225,0.3564 14.0752,0.7713 19.6563,0.9375 l 10.125,0.3125 0.625,-4.8125 c 0.3299,-2.6479 0.8294,-10.2125 1.125,-16.8125 0.2956,-6.6 0.7397,-15.15 0.9687,-19 0.2289,-3.85 0.6785,-13.75 1,-22 1.1133,-28.57451 1.4323,-31.53983 3.8125,-35.53125 1.2185,-2.04329 8.3087,-10.19065 15.7813,-18.09375 7.4725,-7.9031 15.5767,-16.6041 18,-19.34375 2.4232,-2.73967 4.8562,-5.50501 5.4062,-6.125 9.624,-10.8488 14.2515,-16.16275 19.4375,-22.375 3.4319,-4.11104 9.3502,-10.91664 13.1563,-15.125 3.806,-4.20839 8.4621,-9.40068 10.3437,-11.53125 1.8815,-2.13057 5.6868,-6.35 8.4688,-9.375 2.7819,-3.025 5.0852,-5.98547 5.0937,-6.5625 0.016,-1.12029 -5.2312,-3.28502 -9.75,-4.03125 -6.9159,-1.14212 -8.8209,-1.79863 -9.9687,-3.4375 -0.9677,-1.38145 -2.5581,-1.73775 -7.3125,-1.625 -3.3301,0.079 -6.3579,0.64647 -6.75,1.25 -0.8065,1.241 -12.3731,2.67667 -14.625,1.8125 -1.0232,-0.39258 -1.2247,-1.20413 -0.6875,-2.65625 0.7823,-2.1147 0.6087,-3.34772 -2.2188,-16.75 -2.0306,-9.62508 -2.552,-12.49247 -3.25,-18 -0.8002,-6.3135 -3.3596,-8.24391 -13.8125,-10.4375 -6.6928,-1.4045 -8.9567,-2.31141 -9.8437,-3.9375 -1.2489,-2.28968 -1.2233,-10.19488 0.062,-20.875 l 0.8125,-6.75 -5.3438,-0.125 c -2.9266,-0.0688 -5.65,-0.21387 -6.0625,-0.3125 -0.4125,-0.0986 -4.125,-0.52673 -8.25,-0.96875 -4.125,-0.44203 -8.175,-0.92077 -9,-1.0625 -0.825,-0.14176 -4.626,-0.59678 -8.4375,-1 -3.8116,-0.40323 -7.8616,-0.883 -9,-1.0625 -1.1385,-0.17947 -4.7625,-0.59912 -8.0625,-0.9375 -3.3,-0.3384 -9.6,-1.00689 -14,-1.5 -4.4,-0.49311 -10.7,-1.15395 -14,-1.46875 -3.3,-0.31482 -8.1029,-0.84291 -10.6562,-1.15625 l -4.625,-0.5625 z m 28.5937,171.875 c 3.858,0.033 6.4408,1.84052 8.375,5.65625 1.1518,2.27233 2.4188,4.35 2.8125,4.625 1.8726,1.30772 6.4481,13.46154 5.5938,14.84375 -0.5406,0.87456 1.2557,6.38921 3.2187,9.90625 0.6866,1.23026 1.1399,4.60526 1.0313,7.5 -0.2085,5.55652 3.0986,17.80656 6.25,23.2188 1.2688,2.1791 1.8489,5.6936 2.0625,12.5312 0.2925,9.3671 0.2451,9.5055 -2.125,9.8438 -1.322,0.1886 -3.24,1.4261 -4.2813,2.75 -2.1639,2.7508 -3.9848,3.0463 -6.0625,0.9687 -1.7095,-1.7095 -1.1849,-8.8654 0.875,-12.0312 0.728,-1.1191 1.5646,-3.3149 1.8438,-4.875 0.2792,-1.5602 1.0602,-3.5129 1.75,-4.3438 1.9968,-2.4062 1.9204,-4.7771 -0.1875,-6.0937 -1.6466,-1.0282 -2.1323,-0.9087 -3.1875,0.7812 -1.3645,2.1847 -3.7813,2.6992 -3.7813,0.8125 0,-0.6485 0.5283,-2.6069 1.1563,-4.34375 2.6933,-7.44843 -1.692,-13.87559 -7.9688,-11.6875 -2.5606,0.89264 -3.2884,0.7316 -4.9687,-1.125 -1.0777,-1.19077 -2.6385,-4.27529 -3.5,-6.875 -0.8616,-2.59972 -2.6797,-6.19973 -4.0313,-8 -1.7375,-2.3143 -2.3444,-4.16014 -2.0312,-6.28125 0.4036,-2.73472 0.028,-3.22998 -4.4375,-5.5625 -6.5052,-3.39761 -9.1425,-2.41192 -9.3438,3.46875 -0.077,2.25346 -0.2904,6.34375 -0.4687,9.09375 -0.8907,13.74088 -0.8933,13.75917 3.1875,17 8.7653,6.96101 9.4674,7.85399 10.875,14 0.7558,3.3 1.3518,7.6216 1.3437,9.5938 -0.01,1.9722 1.1637,5.8967 2.5938,8.7187 3.3421,6.5954 3.4788,11.7222 0.3437,12.5625 -3.3008,0.8846 -4.5572,0.7727 -5.3437,-0.5 -0.6831,-1.1051 -3.4385,-13.8445 -5.375,-24.75 -1.0947,-6.164 -2.5507,-8.0788 -9.5313,-12.59375 -5.5399,-3.58323 -8.2231,-6.38644 -7.9375,-8.28125 0.1036,-0.6875 0.2438,-2.12677 0.3125,-3.1875 0.069,-1.06072 0.7467,-2.52802 1.5,-3.28125 0.8921,-0.89217 1.3367,-3.69288 1.3125,-8 -0.037,-6.61053 -0.013,-6.59713 -3.8437,-8.75 -4.2782,-2.40448 -5.8438,-4.66848 -5.8438,-8.46875 0,-2.06036 0.4894,-2.5625 2.4688,-2.5625 3.7058,0 4.9589,-3.18642 2.5,-6.3125 -1.0879,-1.38303 -1.9688,-3.01062 -1.9688,-3.625 0,-1.31541 4.6949,-3.37133 7.4063,-3.25 2.4,0.1074 7.5937,5.0236 7.5937,7.1875 0,0.90122 1.0459,2.62253 2.3125,3.8125 l 2.2813,2.15625 1.3437,-3.625 c 2.2331,-6.17549 6.2895,-11.30233 9.5625,-12.0625 1.5959,-0.37064 3.0265,-0.57349 4.3125,-0.5625 z\"\n        id=\"CA-MB\"\n        inkscape:connector-curvature=\"0\"/>\n<path\n        d=\"m 2029.5734,1116.2767 c -2.2757,-0.5804 -5.0159,-3.6856 -6.653,-7.5394 -0.6455,-1.5195 -2.1741,-3.0139 -3.3969,-3.3208 -4.0563,-1.018 -10.466,-17.7085 -10.5289,-27.4165 -0.022,-3.3336 -0.6079,-5.0478 -2.2619,-6.6134 -3.891,-3.683 -9.126,-6.379 -12.3939,-6.3829 l -3.1612,0 -0.39,-6.25 c -0.2145,-3.4375 -0.2279,-6.5875 -0.03,-7 0.1981,-0.4125 3.1462,-0.7842 6.5512,-0.8261 7.3514,-0.09 11.4384,-1.4458 15.6034,-5.1749 1.8883,-1.6907 5.9398,-3.5376 10.5118,-4.7919 6.9097,-1.8957 7.7048,-1.93 11.1682,-0.4829 3.5559,1.4857 3.821,1.4592 5.7132,-0.5719 4.0627,-4.3608 15.7491,-7.8328 15.659,-4.6523 -0.019,0.6875 -0.6786,2.375 -1.4646,3.75 -2.1168,3.703 -1.9088,12.2088 0.3697,15.1151 1.0283,1.3117 2.1942,3.8709 2.5909,5.6872 0.4415,2.0212 2.522,5.0278 5.3629,7.75 4.4565,4.2704 4.8848,4.4477 10.7424,4.4477 3.3554,0 6.3612,0.2604 6.6795,0.5787 0.3182,0.3183 -1.6683,2.9058 -4.4147,5.75 -2.7463,2.8442 -6.134,7.5759 -7.5281,10.5149 -3.5627,7.5102 -16.072,20.1564 -19.9383,20.1564 -2.1875,0 -3.1725,0.6696 -4.1141,2.7969 -1.8122,4.0941 -8.3566,6.0916 -14.6768,4.4798 z\"\n        id=\"CA-NB\"\n        inkscape:connector-curvature=\"0\"/>\n<g\n        id=\"CA-NL\">\n    <path\n            d=\"m 2141.1204,1006.4259 c -2.7652,-3.5154 -2.6889,-7.78273 0.2099,-11.74262 3.0768,-4.20294 3.4181,-9.31097 0.6802,-10.17995 -2.5771,-0.81794 -2.5448,-2.90268 0.1115,-7.20068 1.8986,-3.07202 2.0536,-4.34755 1.4726,-12.11804 -1.0462,-13.9915 -0.7287,-30.41121 0.9026,-46.68461 0.1103,-1.1 0.5446,-5.58659 0.9652,-9.97021 0.8868,-9.24199 2.73,-12.6056 9.9129,-18.0902 3.9286,-2.99966 4.9756,-3.39323 6.2387,-2.34495 3.7491,3.11145 4.5159,6.66458 4.0702,18.86006 -0.2378,6.5058 -0.6808,12.23075 -0.9844,12.7221 -0.3037,0.49134 -0.8423,3.57757 -1.1969,6.85828 l -0.6447,5.96492 2.535,-3 c 1.3942,-1.65 2.5511,-3.30718 2.5708,-3.68261 0.079,-1.50185 4.227,-1.87778 7.5321,-0.68265 3.7094,1.34135 3.8073,1.52486 3.5286,6.61526 l -0.1779,3.25 5.0176,0 c 2.7596,0 5.2575,-0.38827 5.5508,-0.86283 0.2933,-0.47455 2.6824,-1.45646 5.309,-2.18202 2.6267,-0.72556 7.0258,-2.35743 9.7758,-3.62637 4.97,-2.29331 9.4657,-2.37012 13.6179,-0.23267 2.1763,1.12029 3.1572,6.49055 1.6317,8.93321 -1.0153,1.62585 -0.8875,2.27725 0.773,3.9377 1.7135,1.71352 2.6887,1.87905 7.0286,1.193 6.3866,-1.00958 7.4488,-0.62446 7.4488,2.70081 0,2.83329 -2.0624,6.45467 -5.3471,9.38917 -1.0774,0.9625 -1.4401,1.75 -0.8059,1.75 0.6458,0 1.153,1.50366 1.153,3.41821 0,1.88002 0.2731,4.13002 0.607,5 0.7024,1.83034 2.393,2.13143 2.393,0.42618 0,-1.85681 4.9696,-7.84439 6.5107,-7.84439 0.7774,0 1.9462,1.79302 2.6074,4 1.3646,4.5544 2.7273,4.91352 6.9101,1.82103 1.621,-1.19843 3.2902,-1.83357 3.7095,-1.41142 0.4193,0.42215 0.8673,3.76518 0.9957,7.42896 0.1283,3.66379 0.307,8.3393 0.397,10.39004 0.2364,5.38519 -3.8234,11.24638 -8.0108,11.56546 -2.514,0.19155 -3.3777,-0.26652 -4.2938,-2.27714 -1.4382,-3.15647 -2.1439,-3.1596 -3.8258,-0.0169 -2.7198,5.08204 -4.9498,1.93338 -6.1353,-8.663 -0.868,-7.75837 -2.0007,-10.837 -3.9871,-10.837 -0.4827,0 -0.8776,1.64468 -0.8776,3.65484 0,2.95286 -0.7555,4.37356 -3.9337,7.39688 -3.5601,3.38663 -4.0294,4.43273 -4.9414,11.01387 -1.3414,9.67918 -3.7346,12.25228 -11.5869,12.45778 -6.7668,0.1771 -7.2823,-1.438 -2.038,-6.38457 2.8532,-2.69125 3.5,-4.03192 3.5,-7.25523 0,-3.72993 -0.1212,-3.88907 -2.1394,-2.80897 -3.7929,2.02993 -8.1463,2.93317 -9.3445,1.9388 -1.199,-0.99514 -2.9086,-0.22999 -12.9579,5.79949 -3.0368,1.8221 -6.7673,3.50974 -8.2899,3.75033 -1.5225,0.24058 -4.3104,0.69761 -6.1953,1.01562 -1.8848,0.318 -7.9598,2.39213 -13.5,4.60923 -5.5401,2.217 -10.5813,4.234 -11.2026,4.4822 -0.6213,0.2482 -2.0838,-0.7618 -3.25,-2.2444 z\"\n            id=\"path2163\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 2016.8208,934.50867 c -0.1764,-0.16482 -2.0346,-0.52579 -4.1293,-0.80215 -2.0947,-0.27636 -4.6749,-1.28654 -5.7339,-2.24485 -1.5253,-1.38044 -3.1231,-1.63863 -7.6914,-1.24291 -7.3176,0.63385 -8.0742,0.32911 -8.7926,-3.54154 -1.192,-6.42222 -1.3221,-7.20022 -1.3971,-8.35579 -0.042,-0.64822 -0.7674,-1.86945 -1.6118,-2.71385 -1.3803,-1.38037 -1.8596,-1.3375 -4.75,0.42483 -1.7681,1.07806 -4.1575,1.9618 -5.3097,1.96385 -2.5392,0.005 -6.0404,-3.48554 -4.4701,-4.456 1.1405,-0.70489 1.4099,-6.65347 0.4613,-10.18881 -0.3608,-1.34485 -2.1325,-2.75177 -4.7363,-3.76115 -7.3743,-2.85865 -15.1486,-14.94014 -12.6355,-19.63589 0.5753,-1.07493 1.4913,-1.95441 2.0355,-1.95441 1.0312,0 2.7752,-3.83726 3.2965,-7.2533 0.1663,-1.08936 1.256,-2.71551 2.4216,-3.61368 1.1656,-0.89816 2.5654,-2.82876 3.1106,-4.29021 0.9474,-2.53952 1.1822,-2.61546 5.3014,-1.71486 2.3705,0.51829 5.435,1.71702 6.81,2.66386 3.5224,2.42553 7.1663,1.69614 9.5217,-1.90595 1.8948,-2.89759 2.1895,-2.99575 6.9783,-2.32444 2.75,0.38549 5.7951,0.66928 6.7668,0.63062 1.4328,-0.057 1.6945,0.58617 1.3843,3.40122 -0.2104,1.90932 -0.5555,3.58763 -0.7668,3.72957 -4.4471,2.98645 -7.8666,6.04215 -8.3109,7.4265 -0.309,0.96287 -1.9131,2.65067 -3.5647,3.75067 -3.5149,2.34096 -3.7259,3.54096 -1.0487,5.96381 2.3953,2.16771 8.3008,1.40556 10.2613,-1.32428 2.3464,-3.26734 7.3652,-5.07809 11.0077,-3.97148 4.7168,1.43302 8.3394,-0.26442 10.42,-4.88256 1.7565,-3.89863 1.9633,-9.07322 0.4241,-10.61239 -0.4975,-0.49747 -1.7766,0.0304 -2.9731,1.2269 -1.3142,1.31419 -3.3791,2.1 -5.5182,2.1 -7.5306,0 -8.2027,-2.00022 -3.5818,-10.65966 1.65,-3.09203 3,-6.64622 3,-7.8982 0,-3.02009 -3.3072,-10.62225 -5.3634,-12.32875 -0.9001,-0.74705 -1.6366,-2.09426 -1.6366,-2.99379 0,-2.7895 -4.9945,-11.4834 -8.2256,-14.31827 -2.1146,-1.85526 -3.313,-4.04298 -3.8344,-7 -0.4172,-2.36573 -1.2795,-7.22633 -1.9161,-10.80133 -0.6367,-3.575 -1.1849,-9.425 -1.2181,-13 -0.07,-7.53123 -1.9315,-11.55842 -5.7166,-12.36834 -1.424,-0.30472 -4.0517,-1.46489 -5.8392,-2.57815 -3.6152,-2.25155 -4.2106,-5.23709 -1.7461,-8.75563 1.0485,-1.49693 1.2418,-2.85129 0.6382,-4.4725 -0.8885,-2.38675 -0.8534,-3.31037 0.3307,-8.70148 0.7566,-3.44487 0.2005,-3.6487 -8.9031,-3.26315 -2.1616,0.0915 -3.6912,-0.0726 -3.3991,-0.36466 0.2921,-0.29211 -0.2314,-3.78573 -1.1634,-7.7636 -1.3289,-5.67183 -2.1135,-7.29537 -3.6362,-7.52391 -1.0679,-0.16028 -2.4366,-1.08394 -3.0415,-2.05258 -1.4227,-2.27813 -5.5441,-17.27477 -4.9192,-17.89968 1.0463,-1.04627 12.6803,9.26225 16.7312,14.82494 2.3705,3.25531 5.0779,5.91874 6.0162,5.91874 0.9384,0 2.6448,1.31827 3.7921,2.9295 1.1473,1.61122 3.599,3.86457 5.4481,5.00743 2.1947,1.35634 4.108,3.81165 5.5099,7.0705 1.3812,3.21062 2.7625,4.99699 3.87,5.00495 0.9472,0.007 2.6972,1.5183 3.8889,3.35887 1.6778,2.5915 3.0844,3.49323 6.2344,3.99695 3.5105,0.56134 4.3693,1.23147 6.2689,4.89113 1.2106,2.33237 2.4551,6.02605 2.7656,8.20818 0.5288,3.71699 0.8556,4.04969 5.1769,5.26927 2.5368,0.71598 5.3797,2.14958 6.3174,3.18578 1.5542,1.71737 1.5758,2.31907 0.2443,6.80279 -1.2267,4.13074 -1.2473,5.30776 -0.1288,7.34671 0.7325,1.33537 1.5694,3.55294 1.8598,4.92794 0.4564,2.16153 1.9878,3.00779 11.3113,6.25063 5.9309,2.06284 11.5891,3.75034 12.5736,3.75 0.9846,-3.5e-4 3.5129,1.86513 5.6186,4.14551 l 3.8284,4.14614 8.8814,0.40972 c 4.8848,0.22536 10.5898,1.06428 12.6778,1.86428 3.8976,1.49338 6.3314,0.94884 9.3786,-2.09829 0.9548,-0.95486 2.7855,-0.78745 8.5206,0.77916 4.0175,1.09742 7.574,2.41984 7.9035,2.93872 1.2885,2.02955 -0.3828,5.68906 -3.1152,6.82085 -1.5474,0.64094 -5.2142,3.88353 -8.1486,7.20577 -2.9344,3.32223 -6.6852,7.47065 -8.3352,9.21869 -1.65,1.74805 -5.1029,5.40365 -7.673,8.12355 -4.7793,5.05777 -6.9929,11.06064 -4.4399,12.04031 2.1274,0.81637 12.4143,-10.0193 13.1291,-13.82956 0.4442,-2.36789 2.9606,-5.87447 8.3107,-11.58086 6.9374,-7.39936 8.0299,-8.18462 11.3873,-8.18462 3.0774,0 4.1054,0.56755 5.9997,3.31238 1.9123,2.77077 2.6949,3.19584 4.7861,2.59968 4.7013,-1.34023 9.682,-0.94976 12.1151,0.94978 1.3117,1.02401 5.0849,3.35306 8.3849,5.17567 3.3,1.82261 6.1293,3.40163 6.2874,3.50894 0.1581,0.1073 -0.251,1.37692 -0.9091,2.82137 -1.6841,3.69604 0.2904,9.73425 4.5885,14.03236 3.2796,3.27953 7.5332,10.39869 7.5332,12.60802 0,1.64897 -6.8077,12.06904 -10.2504,15.6896 l -3.0407,3.1978 -4.0799,-5.1978 c -2.2439,-2.85879 -4.5127,-5.50145 -5.0417,-5.87257 -0.5291,-0.37113 -2.5651,0.13028 -4.5246,1.11424 -1.9595,0.98395 -5.9209,2.34394 -8.8031,3.0222 -2.8822,0.67825 -8.5072,2.48958 -12.5,4.02516 -3.9928,1.53559 -12.2096,4.66545 -18.2596,6.95526 -6.05,2.2898 -13.1493,5.05717 -15.7763,6.14971 -9.5367,3.96625 -30.3198,11.15144 -34.2237,11.83193 -3.2445,0.56554 -5.0515,0.18111 -9.5671,-2.03531 -3.0619,-1.5029 -6.0297,-2.43012 -6.595,-2.06048 -0.5654,0.36963 -1.085,2.47206 -1.1546,4.67206 -0.1564,4.93723 -1.239,13.86437 -1.7444,14.38392 -0.481,0.4945 -5.1961,1.01884 -5.6181,0.62475 z\"\n            id=\"path2155\"\n            inkscape:connector-curvature=\"0\"/>\n</g>\n<g\n        id=\"CA-NS\">\n    <path\n            d=\"m 2063.6603,1148.6779 c -5.8448,-1.264 -8.6858,-4.5674 -11.0509,-12.8494 -1.1573,-4.0525 -1.3453,-6.3929 -0.6587,-8.1987 1.4661,-3.8562 8.0884,-13.6291 12.4349,-18.3509 2.1371,-2.3217 4.4891,-5.0828 5.2267,-6.1358 0.7376,-1.053 2.475,-2.1992 3.8609,-2.547 2.8419,-0.7133 11.5268,-6.563 11.5268,-7.7638 0,-1.041 -4.4875,0.7 -9.8067,3.8047 -9.2463,5.3969 -7.9492,-3.368 2.2057,-14.9045 4.4641,-5.0715 5.5238,-5.7709 8.5964,-5.674 9.5288,0.3004 20.2296,-1.4006 23.7227,-3.771 2.1686,-1.4717 4.168,-2.1333 5.161,-1.7077 0.8915,0.382 3.7039,0.7704 6.2497,0.863 5.272,0.1917 9.4359,2.5076 11.1083,6.1783 1.0665,2.3407 0.6988,2.9622 -5.2955,8.9482 -3.5429,3.538 -7.1166,7.1471 -7.9416,8.0202 -3.5549,3.7624 -12.3505,10.4604 -14.4175,10.9792 -1.3193,0.3311 -3.4554,2.6254 -5.166,5.5485 -2.6774,4.5754 -3.1729,4.9457 -6.0437,4.5162 -2.5876,-0.3871 -3.321,-0.043 -4.25,1.9964 -0.6175,1.3554 -1.1228,2.9244 -1.1228,3.4868 0,0.5623 -1.3539,4.2747 -3.0087,8.2497 -2.2739,5.4621 -4.6062,8.8645 -9.5492,13.9305 -3.5972,3.6868 -6.6307,6.6412 -6.7412,6.5655 -0.1105,-0.076 -2.3788,-0.6087 -5.0406,-1.1844 z\"\n            id=\"path2185\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 2130.9753,1072.7182 c -0.8386,-0.67 -3.7093,-3.577 -6.3793,-6.46 -3.5595,-3.8437 -4.5812,-5.5775 -3.8302,-6.5 0.5634,-0.692 2.414,-5.4239 4.1126,-10.5154 3.443,-10.3203 6.689,-17.2428 8.0852,-17.2428 1.7667,0 4.0365,4.4681 4.0501,7.9725 0.022,5.702 0.9692,7.8072 3.8308,8.5141 3.4841,0.8607 8.1555,5.3645 8.1555,7.8629 0,1.0865 -1.3969,4.1523 -3.1042,6.813 -2.2516,3.5087 -3.7436,4.8375 -5.432,4.8375 -1.4449,0 -3.1377,1.1377 -4.4638,3 -2.3688,3.3267 -2.8189,3.4806 -5.0247,1.7182 z\"\n            id=\"path2177\"\n            inkscape:connector-curvature=\"0\"/>\n</g>\n<g\n        id=\"CA-NT\">\n    <path\n            d=\"m 1172.0625,374.25 c -1.6967,-0.0291 -4.131,0.27895 -7.625,0.71875 -5.3707,0.67603 -10.3587,1.43668 -11.0937,1.71875 -0.9609,0.36872 -1.1998,1.86694 -0.8438,5.34375 0.5762,5.62827 -0.7007,7.10462 -3.0625,3.5 -0.9124,-1.39253 -1.9747,-2.53125 -2.3437,-2.53125 -1.6675,0 -16.2028,26.30822 -19.0625,34.5 -1.7281,4.95 -3.7992,10.00061 -4.5938,11.21875 -2.2978,3.52222 -1.7497,4.52138 4.8438,9 14.0041,9.5126 14.3842,10.4677 8.625,22.28125 -2.0111,4.125 -3.8918,9.38117 -4.1563,11.6875 -0.4481,3.90648 -0.2106,4.40606 3.4063,7.3125 2.1351,1.71592 3.6909,3.46489 3.4375,3.875 -0.2535,0.41012 -0.5899,3.34397 -0.7188,6.53125 -0.2498,6.17414 -1.4387,8.20727 -5.4687,9.21875 -2.8306,0.7104 -4.4063,3.1389 -4.4063,6.8125 0,1.41116 -0.4158,2.5625 -0.9062,2.5625 -0.4905,0 -1.1682,1.17826 -1.5313,2.625 -0.4808,1.91591 -0.1194,3.22172 1.375,4.8125 1.4282,1.5202 2.0561,3.53761 2.0625,6.625 0.01,2.61988 0.9911,6.45255 2.4063,9.375 1.6509,3.40925 2.2392,5.97348 1.875,8.21875 -0.355,2.1872 0.1485,4.56611 1.5312,7.21875 2.0256,3.88619 2.0183,4.03471 0.25,9.875 -2.3951,7.91051 -4.82,21.12821 -5.4687,29.75 -0.2898,3.85 -0.7983,7.91524 -1.125,9.03125 -0.3807,1.29982 0.1869,2.9172 1.5625,4.5 2.6592,3.06029 4.2673,6.85814 5.9375,13.96875 1.5029,6.39891 3.4279,10.59539 6.3125,13.75 l 2.0625,2.25 -2.1563,2.3125 c -1.4347,1.52716 -2.1875,3.58727 -2.1875,6.0625 0,2.06321 -0.4821,4.63419 -1.0625,5.71875 -0.9479,1.77113 -0.4134,2.26432 5.25,4.84375 3.4679,1.57951 8.0457,4.05928 10.1563,5.5 3.0446,2.07848 4.5418,2.4768 7.25,1.96875 4.0487,-0.75953 3.7638,-1.78459 3.8437,14.4375 l 0.062,12.34375 11,4.4375 c 35.7027,14.42325 77.8294,28.77928 118.5,40.375 11.825,3.37145 28.025,8.09074 36,10.5 7.975,2.40927 15.85,4.64703 17.5,4.9375 1.65,0.29048 9.75,1.88562 18,3.5625 8.25,1.67688 16.2433,3.26289 17.75,3.53125 1.5066,0.26836 7.3565,1.41605 13,2.53125 5.6434,1.11521 11.6,2.24354 13.25,2.53125 1.65,0.28772 9.3,1.81642 17,3.375 15.7728,3.19258 21.4478,3.65584 21.5625,1.78125 0.042,-0.6875 0.2421,-2.08654 0.4375,-3.125 0.1954,-1.03847 0.6435,-5.76347 1,-10.5 0.3566,-4.73654 0.8296,-9.75 1.0313,-11.125 0.2016,-1.375 0.6183,-5.425 0.9375,-9 0.911,-10.20923 2.4851,-26.51352 3.0312,-31.5 0.1807,-1.65 0.6359,-7.05 1,-12 0.364,-4.95 0.8275,-9.675 1.0313,-10.5 0.2037,-0.825 0.6329,-5.325 0.9687,-10 0.3359,-4.675 1.0552,-12.22085 1.5938,-16.78125 0.5383,-4.56039 0.7346,-8.70636 0.4375,-9.1875 -0.2975,-0.48112 -6.9479,-4.21112 -14.7813,-8.3125 -16.5671,-8.67402 -33.5578,-17.66501 -46.1875,-24.4375 l -8.9062,-4.78125 -6.1563,-10 -6.1562,-10 -11.3125,-2.40625 -11.3125,-2.4375 -9.6875,-13.0625 c -5.3321,-7.19532 -13.738,-18.71875 -18.6875,-25.59375 -4.9495,-6.875 -14.7283,-20.30246 -21.7188,-29.84375 -6.9905,-9.5413 -13.3972,-18.41726 -14.25,-19.71875 -1.4476,-2.2094 -1.3119,-2.98623 1.9688,-11.65625 12.34,-32.61114 12.314,-32.44725 6.0937,-40.59375 -1.8837,-2.46708 -3.4375,-4.87284 -3.4375,-5.34375 0,-0.47091 -0.4912,-0.84375 -1.0937,-0.84375 -0.6026,0 -2.2902,-0.8449 -3.75,-1.875 -1.4599,-1.03011 -4.4563,-2.08625 -6.6563,-2.34375 -3.4224,-0.40057 -4.5922,0.0294 -8.125,2.90625 -3.5642,2.90252 -4.4874,3.20398 -6.75,2.34375 -3.3402,-1.26996 -3.2926,-2.01609 0.3438,-5.5 1.6305,-1.56207 2.662,-3.33417 2.2812,-3.9375 -0.3808,-0.60334 -0.7067,-3.42132 -0.7187,-6.28125 -0.037,-8.66159 -1.3945,-8.66795 -10.0938,0.0312 -4.211,4.21105 -7.8728,7.65625 -8.125,7.65625 -0.7212,0 -3.7987,-3.27566 -3.9375,-4.1875 -0.069,-0.45179 -0.1813,-6.59454 -0.25,-13.65625 -0.124,-12.73613 -0.1609,-12.84883 -2.6875,-14 -3.589,-1.63528 -5.2481,-1.46184 -8.2187,0.875 -1.9195,1.50983 -3.8329,2.00537 -7.375,1.84375 -3.2405,-0.14785 -4.5067,-0.58673 -3.9375,-1.3125 0.4625,-0.58984 1.066,-2.33571 1.3437,-3.875 0.4526,-2.50903 0.017,-3.03639 -4.125,-5.125 -4.632,-2.33549 -11.9484,-2.83743 -18.125,-1.28125 -1.375,0.34643 -7.2319,0.88831 -13,1.21875 -7.6463,0.43803 -10.6892,1.00455 -11.2812,2.0625 -0.4466,0.79811 -2.1586,1.4375 -3.7813,1.4375 -2.8019,0 -2.923,-0.21381 -2.9375,-4.25 -0.017,-4.83719 -0.2049,-6.43589 -3.9375,-6.5 z m 82.8438,140.15625 c 26.0064,0.0934 28.0937,0.45499 28.0937,4.625 0,0.97542 -2.1375,3.56477 -4.75,5.78125 -3.1659,2.68597 -4.4165,4.36512 -3.75,5.03125 1.1861,1.18538 14.9712,6.75396 21.8125,8.8125 4.6998,1.41422 4.7907,1.54214 4.125,4.65625 -0.7354,3.44121 -2.1555,5.6875 -3.5937,5.6875 -0.4944,0 -2.6528,1.16445 -4.8125,2.59375 l -3.9375,2.59375 -5.7813,-2.6875 c -3.1909,-1.47712 -6.6553,-3.13712 -7.6875,-3.6875 -2.5026,-1.33445 -3.942,0.31694 -6.0625,6.875 -2.0178,6.24051 -2.4033,6.56981 -10.2812,9.21875 -3.4201,1.15002 -6.6827,2.09375 -7.25,2.09375 -1.8795,0 -1.0639,-2.88756 1.75,-6.21875 5.8539,-6.93037 5.7833,-6.78125 2.4062,-6.78125 -1.8089,0 -4.2557,1.04217 -6.0625,2.5625 -4.9241,4.14335 -8.6755,4.75311 -13.1875,2.15625 -2.1093,-1.21392 -4.3421,-3.34313 -4.9687,-4.71875 -1.0651,-2.33734 -0.6982,-2.92082 5.9062,-9.21875 3.8869,-3.70655 9.0673,-7.70033 11.5,-8.84375 2.4325,-1.14344 4.6377,-2.91033 4.9063,-3.9375 0.7549,-2.88717 -3.2365,-5.99157 -7.8438,-6.09375 -2.1645,-0.048 -6.818,-1.06052 -10.3437,-2.25 -5.2637,-1.77574 -6.4855,-2.60016 -6.7813,-4.59375 -0.1982,-1.33543 0.1305,-2.73018 0.7188,-3.09375 0.5881,-0.36355 12.236,-0.6115 25.875,-0.5625 z m 34,128.59375 c 0.4109,0 2.2483,2.06749 4.0625,4.59375 1.8142,2.52626 4.8729,6.01375 6.8125,7.75 5.3795,4.81546 9.3353,9.30175 11.8125,13.40625 1.9729,3.26896 3.0338,3.90085 8.875,5.375 6.1965,1.56382 7.0441,1.57389 12.5,0.0312 3.9491,-1.11663 6.5621,-2.56827 8.0312,-4.4375 3.0395,-3.86738 6.7881,-5.54552 13.0938,-5.90625 5.3639,-0.30684 5.4079,-0.27566 5.2187,2.46875 -0.2757,3.99783 -4.2275,8.47411 -8.5625,9.71875 -2.0613,0.59182 -5.6613,2.9337 -8,5.1875 -2.3387,2.2538 -7.175,5.40715 -10.75,7.03125 -3.575,1.6241 -8.2116,3.86076 -10.3125,4.96875 -2.2042,1.16249 -4.883,1.81045 -6.3437,1.53125 -1.7984,-0.34377 -3.4506,0.31791 -5.6875,2.28125 -1.7319,1.51996 -4.8943,3.48252 -7.0313,4.375 -2.137,0.89246 -5.062,1.53518 -6.5,1.40625 -18.4612,-1.65488 -20.2026,-2.28764 -29.0312,-10.5 -7.9522,-7.39716 -7.8744,-9.28125 0.4375,-9.28125 3.0783,0 6.4674,0.46192 7.5312,1.03125 2.2693,1.21446 4.9925,0.0677 9.2188,-3.875 2.2004,-2.05292 3.5878,-2.51182 6.7812,-2.28125 4.5902,0.33143 6.9375,-1.11944 6.9375,-4.3125 0,-2.97361 -4.0713,-14.70129 -7.6875,-22.125 -2.7376,-5.6199 -3.2134,-8.4375 -1.4062,-8.4375 z\"\n            id=\"path2147\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1395.5,450.98141 c -7.15,-2.08339 -18.4,-5.40118 -25,-7.37287 -6.6,-1.97168 -15.6,-4.60093 -20,-5.84278 -7.523,-2.12326 -7.7913,-2.2916 -4.5,-2.82301 1.925,-0.31082 8.45,-0.3694 14.5,-0.13019 8.9141,0.35246 11.8668,0.87156 15.5714,2.73753 4.5896,2.31178 16.8044,5.90746 17.5466,5.16523 0.2182,-0.21823 -2.2899,-2.95947 -5.5737,-6.09165 -6.2476,-5.95921 -11.0814,-8.60999 -15.7622,-8.64371 -3.5545,-0.0256 -19.2993,-4.13016 -25.6725,-6.69262 -4.6358,-1.86393 -4.9864,-2.27391 -6.7353,-7.87681 -1.0146,-3.25079 -1.8515,-6.45397 -1.8596,-7.11818 -0.013,-1.08803 4.6658,-2.74816 17.9853,-6.38127 l 4.5,-1.22744 -3.5,-0.80651 c -1.925,-0.44358 -4.777,-0.92112 -6.3378,-1.06121 -3.0461,-0.27341 -6.2717,-4.7851 -5.2761,-7.37973 0.292,-0.76081 -0.024,-1.7327 -0.7016,-2.15974 -0.6779,-0.42705 -2.0386,-2.04296 -3.0238,-3.59092 -2.3603,-3.70843 -1.4976,-7.38154 2.8048,-11.9429 3.9642,-4.2028 5.5345,-6.89537 5.5345,-9.4898 0,-5.08133 14.8327,-13.16955 29.6449,-16.16531 5.4203,-1.09625 11.9383,-2.26903 14.4843,-2.60617 4.4515,-0.58945 4.669,-0.49891 5.665,2.35816 1.2429,3.56536 0.1395,9.3076 -2.9144,15.16654 -1.1697,2.24418 -1.8576,4.34946 -1.5287,4.67841 0.329,0.32895 2.6408,-1.07573 5.1374,-3.1215 l 4.5392,-3.71958 6.2362,3.5667 c 3.4298,1.96168 7.3279,4.49573 8.6622,5.63121 l 2.4261,2.06452 -2.0314,4.80829 -2.0315,4.80829 4.1054,-0.91854 c 2.2579,-0.5052 4.4056,-1.23024 4.7726,-1.6112 0.367,-0.38096 0,-2.64857 -0.8202,-5.03913 -0.8181,-2.39057 -1.3434,-4.43926 -1.1673,-4.55266 4.2466,-2.73452 5.7992,-3.44388 6.182,-2.82448 0.5458,0.88321 -21.1886,88.41979 -22.1868,89.35832 -0.3712,0.34908 -6.525,-1.0699 -13.675,-3.15329 z\"\n            id=\"path2113\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1296.5614,385.85787 c -0.2523,-0.74683 -0.9086,-5.23924 -1.4585,-9.98313 -0.9117,-7.86423 -1.4897,-9.44164 -6.5514,-17.87777 -3.0533,-5.08888 -5.5415,-9.75751 -5.5293,-10.37474 0.031,-1.56034 2.9939,-4.94551 5.9778,-6.82964 1.375,-0.86822 4.9709,-5.56423 7.9909,-10.43558 3.02,-4.87136 6.341,-9.75701 7.3801,-10.85701 1.0391,-1.1 5.2057,-6.41961 9.2591,-11.82135 7.0505,-9.39576 7.375,-10.06742 7.4884,-15.5 0.065,-3.12326 0.035,-6.28523 -0.066,-7.02661 -0.2455,-1.79124 2.8301,-5.11677 4.2919,-4.64047 0.6358,0.20717 2.8205,0.57426 4.8549,0.81575 2.0343,0.24149 6.0843,1.38405 9,2.53902 2.9156,1.15497 7.1816,2.56626 9.4799,3.13619 3.4163,0.84713 4.3815,1.62582 5.2889,4.26685 0.6106,1.77684 3.5355,5.68483 6.5,8.68443 5.3653,5.42891 5.4164,5.4531 11.2111,5.30008 8.1628,-0.21556 9.2746,1.00492 13.927,15.28967 5.9142,18.15857 5.1334,20.00398 -10.0139,23.66613 -6.96,1.68271 -13.8684,4.69309 -15.5919,6.7943 -0.275,0.33526 -1.8739,1.1644 -3.5531,1.84255 -1.6792,0.67814 -4.1565,2.22759 -5.5052,3.44322 -1.3486,1.21563 -5.4762,4.46024 -9.1724,7.21024 -5.3616,3.98906 -7.4431,6.36308 -10.295,11.74165 -1.966,3.70791 -4.5645,7.27145 -5.7744,7.91898 -1.21,0.64753 -2.1999,1.04082 -2.1999,0.87399 0,-0.27793 -1.2049,-0.0582 -8.5,1.55035 -1.375,0.30317 -5.983,0.79412 -10.24,1.09099 -5.9949,0.41808 -7.8434,0.23363 -8.1986,-0.81809 z\"\n            id=\"path2105\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1412.6206,310.92266 c -2.5413,-2.79253 -4.6206,-5.89078 -4.6206,-6.88499 0,-2.47656 3.9482,-4.85334 10.2372,-6.16264 10.1178,-2.10643 13.0807,-5.37503 4.8723,-5.37503 -3.3241,0 -4.6213,-0.52702 -6.0901,-2.47426 -1.7944,-2.37895 -1.9414,-2.40631 -3.8152,-0.7105 -2.3752,2.14945 -8.1315,2.84014 -10.9143,1.30957 -2.9145,-1.60302 -12.2115,-12.69017 -12.9262,-15.4151 -0.6501,-2.47837 1.9285,-6.20971 4.2913,-6.20971 0.7397,0 1.3794,-0.3375 1.4215,-0.75 0.3196,-3.13294 1.1197,-4.84531 3.3529,-7.17626 1.4138,-1.47575 2.5706,-3.56852 2.5706,-4.65061 0,-2.66547 5.7068,-9.42313 7.9578,-9.42313 0.9967,0 2.5493,-1.125 3.4502,-2.5 1.374,-2.09693 2.4188,-2.5 6.4802,-2.5 6.4144,0 10.1118,2.76377 10.1118,7.55839 0,2.84776 0.6332,3.83226 3.822,5.9425 5.1197,3.38808 7.499,8.46122 7.6855,16.38746 0.1651,7.0129 1.6351,9.09825 6.4336,9.12696 4.9279,0.0295 5.0108,0.70827 1.7379,14.23469 -2.2532,9.31213 -3.4904,12.75 -4.5886,12.75 -0.8269,0 -4.0696,1.8 -7.2059,4 -5.3299,3.73871 -6.1577,4 -12.6728,4 l -6.9705,0 -4.6206,-5.07734 z\"\n            id=\"path2095\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1381.7783,266.31612 c -0.9517,-0.24978 -2.1802,-2.09872 -2.7467,-4.134 -1.3853,-4.97688 0.6988,-7.65464 8.3883,-10.77775 6.6773,-2.71203 8.8967,-2.96025 10.3213,-1.15437 1.8232,2.31102 0.9485,4.91312 -2.5517,7.59035 -1.9124,1.46281 -5.0812,4.12215 -7.0417,5.90965 -1.9604,1.7875 -3.8082,3.1978 -4.1061,3.134 -0.298,-0.0638 -1.3165,-0.31935 -2.2634,-0.56788 z\"\n            id=\"path2085\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1372.5714,249.42857 c -0.8643,-0.86428 -1.5714,-2.66428 -1.5714,-4 0,-2.27705 -0.3431,-2.42857 -5.5,-2.42857 -8.8859,0 -11.7531,-4.36549 -7.25,-11.03833 1.6462,-2.43941 3.4614,-3.6427 6.7643,-4.48413 2.4828,-0.63252 6.6754,-2.35665 9.317,-3.83139 2.6415,-1.47475 5.1809,-2.4476 5.6432,-2.1619 0.4623,0.2857 4.0817,-2.51887 8.0431,-6.2324 9.1845,-8.60975 10.7161,-9.38235 18.2676,-9.21457 3.4182,0.0759 7.3398,-0.0638 8.7148,-0.31058 2.9636,-0.53185 7.5034,1.5369 8.3788,3.8181 1.9188,5.00039 -0.1778,10.56447 -4.9973,13.26155 -1.0722,0.60004 -1.821,2.71182 -2.1404,6.03659 -0.4602,4.78889 -0.7681,5.27586 -4.8479,7.66675 -2.396,1.40419 -4.8142,3.40847 -5.3737,4.45396 -1.3294,2.48391 -4.7333,3.51872 -6.5675,1.99652 -2.2089,-1.83319 -1.8605,-8.62997 0.548,-10.6922 1.1,-0.94185 2,-2.05804 2,-2.48042 0,-1.21624 -3.6708,2.01386 -13.5945,11.96245 -9.6249,9.64897 -12.4794,11.03325 -15.8341,7.67857 z\"\n            id=\"path2083\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1450.3461,222.04359 c -3.2385,-1.44991 -4.3712,-2.74569 -6.1573,-7.04354 -1.2039,-2.89671 -2.1888,-5.87793 -2.1888,-6.62493 0,-0.74699 -0.9256,-1.92449 -2.0568,-2.61665 C 1434.5568,202.46272 1432.273,193 1436.8641,193 c 2.0453,0 5.1359,2.97403 5.1359,4.94224 0,0.93122 0.8943,1.08566 3.25,0.56122 4.2335,-0.9425 21.555,-1.79226 23.2529,-1.14074 1.0225,0.39241 1.0941,1.4627 0.3222,4.82083 -0.5457,2.37405 -1.1686,5.21645 -1.3843,6.31645 -1.4865,7.5823 -2.8469,11.55751 -4.4524,13.0105 -2.6292,2.37942 -8.0115,2.60638 -12.6423,0.53309 z\"\n            id=\"path2075\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1468,193.12132 c 0,-0.48327 -1.3175,-1.42439 -2.9277,-2.09137 -1.6102,-0.66699 -3.7204,-2.08863 -4.6893,-3.15921 -1.2687,-1.40197 -2.5212,-1.77966 -4.4771,-1.35008 -1.4935,0.32804 -3.002,0.1328 -3.3523,-0.43387 -1.5327,-2.48003 6.0073,-9.09423 8.5651,-7.5134 0.5329,0.32933 1.6285,0.0514 2.4347,-0.61769 1.2648,-1.04972 8.9355,-0.88697 9.9078,0.21022 0.8657,0.97686 -3.0573,15.83408 -4.1809,15.83408 -0.7042,0 -1.2803,-0.39541 -1.2803,-0.87868 z\"\n            id=\"path2067\"\n            inkscape:connector-curvature=\"0\"/>\n</g>\n<g\n        id=\"CA-NU\">\n    <path\n            d=\"m 1472.5,509.07345 c -4.9032,-1.17977 -12.2657,-5.44121 -17.5578,-10.16252 -1.5961,-1.42399 -4.7111,-3.40483 -6.9221,-4.40187 -2.2111,-0.99705 -4.0764,-2.41947 -4.1451,-3.16093 -0.069,-0.74147 -0.1813,-1.91063 -0.25,-2.59813 -0.2234,-2.23396 -4.3891,-2.06874 -5.11,0.20267 -0.9398,2.96123 -5.9873,5.23212 -12.9298,5.81719 -3.3022,0.27829 -6.5806,1.08265 -7.2854,1.78749 -2.969,2.96902 -8.4135,3.6957 -22.6868,3.02801 -21.2489,-0.99398 -27.5554,-2.09065 -27.6638,-4.81061 -0.028,-0.70111 -0.2355,-3.07475 -0.4611,-5.27475 -0.2257,-2.2 -0.6155,-6.65019 -0.8663,-9.88931 -0.5257,-6.78972 -2.341,-9.20644 -7.5996,-10.11716 -5.965,-1.03308 -18.0222,-9.49554 -18.0222,-12.64907 0,-0.46445 -0.074,-1.18196 -0.1641,-1.59446 -0.09,-0.4125 -0.9787,-4.35 -1.9743,-8.75 -0.9956,-4.4 -1.8218,-8.30574 -1.8359,-8.67942 -0.029,-0.75783 0.1985,-0.69427 43.3332,12.12439 16.9724,5.04381 31.0145,9.01492 31.2048,8.8247 0.1902,-0.19023 5.3424,-20.35372 11.4493,-44.80777 6.1069,-24.45404 11.3299,-45.13323 11.6067,-45.95375 0.2767,-0.82052 2.2963,3.00448 4.488,8.5 3.8736,9.71282 3.9731,10.2636 3.5648,19.72331 -0.4936,11.43528 0.6169,14.47918 4.0353,11.06075 1.7234,-1.72338 1.9663,-3.07249 1.6927,-9.40215 -0.1757,-4.06453 -0.5272,-12.97021 -0.7811,-19.79038 l -0.4617,-12.40033 3.1711,-3.32078 c 2.9599,-3.09953 3.4315,-3.26074 7.0778,-2.41966 2.2598,0.52126 4.9179,2.08987 6.3056,3.72111 2.3177,2.72465 2.3451,2.73117 0.8087,0.19267 -0.8746,-1.44501 -1.9762,-3.97331 -2.448,-5.61844 -1.2163,-4.2412 1.9685,-7.85339 7.9271,-8.99083 5.3448,-1.02028 9.2946,0.81192 13.4255,6.22773 3.7648,4.93603 2.7997,9.09918 -4.0851,17.62036 l -5.485,6.78862 0.235,12.52947 c 0.2633,14.03998 1.1865,22.25878 3.1578,28.11211 1.2236,3.63322 1.1354,4.39706 -1.0734,9.30108 -1.744,3.87224 -2.2454,6.33461 -1.8216,8.9463 0.8932,5.50404 7.1732,13.71579 16.3529,21.38305 10.5817,8.83826 14.3192,15.58816 12.1218,21.89167 -1.0387,2.97966 -1.1014,3.00189 -6.6882,2.37362 -3.1018,-0.34882 -6.0672,-1.03994 -6.5897,-1.53583 -0.5225,-0.49588 -1.4869,-0.9016 -2.143,-0.9016 -2.6263,0 -2.1913,3.2984 1.1173,8.47049 5.512,8.61669 4.4008,14.00085 -3.6754,17.80825 -3.8053,1.79393 -7.2695,2.01687 -12.3489,0.79471 z\"\n            id=\"path2117\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1751.1121,962.23373 c -5.1307,-2.05279 -6.1121,-2.83487 -6.1121,-4.87096 0,-2.74129 0.5458,-3.01764 7.4379,-3.76597 4.5973,-0.49917 5.1348,-0.3155 7.7942,2.66321 3.6735,4.1145 3.4961,8.08484 -0.37,8.28356 -1.4508,0.0746 -5.3883,-0.96485 -8.75,-2.30984 z\"\n            id=\"path2157\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1541.9167,772.61319 c -0.2292,-0.21275 -4.0161,-0.70535 -8.4154,-1.09467 -4.3992,-0.38931 -8.2242,-0.83876 -8.5,-0.99876 -0.2757,-0.16 -4.1007,-0.61 -8.5,-1 -4.3992,-0.39 -8.2242,-0.83751 -8.5,-0.99447 -0.2757,-0.15696 -3.4263,-0.57816 -7.0013,-0.93601 -3.575,-0.35785 -8.525,-0.87709 -11,-1.15386 -9.4083,-1.05212 -12.8306,-1.40893 -24,-2.50226 -11.6243,-1.13787 -13.3707,-1.51885 -12.616,-2.75226 0.2292,-0.37449 0.7349,-4.9559 1.1239,-10.1809 0.389,-5.225 0.8343,-10.175 0.9895,-11 0.1553,-0.825 0.5778,-5.325 0.9389,-10 0.3611,-4.675 0.8428,-9.625 1.0705,-11 0.2276,-1.375 0.6693,-5.65 0.9813,-9.5 0.6784,-8.36924 1.4052,-16.36431 2.0453,-22.5 0.2582,-2.475 0.6733,-6.75 0.9223,-9.5 1.6315,-18.01224 2.0398,-22.25009 3.0835,-32 0.3532,-3.3 0.7139,-7.03045 0.8015,-8.28988 0.132,-1.89735 -1.2121,-3.0188 -7.8407,-6.54202 -10.1287,-5.38359 -28.6613,-15.17529 -43.5,-22.98323 -6.325,-3.32814 -13.3,-7.03314 -15.5,-8.23334 -3.8675,-2.1099 -5.9328,-4.71153 -13.6053,-17.13826 l -3.6052,-5.83929 -11.4197,-2.39638 -11.4197,-2.39638 -5.5628,-7.59061 c -3.0596,-4.17484 -14.7236,-20.19061 -25.92,-35.59061 -11.1964,-15.4 -22.9694,-31.5672 -26.1622,-35.92711 -3.1928,-4.35991 -5.8086,-8.40991 -5.8129,-9 -0.01,-0.97227 12.9212,-36.623 13.564,-37.40391 1.2007,-1.4586 10.8879,7.28015 14.822,13.37076 2.6537,4.10851 9.9908,10.31582 14.7453,12.47473 2.0106,0.91298 3.135,0.91754 4.813,0.0195 1.9097,-1.02204 2.7501,-0.71234 6.5774,2.42389 2.4134,1.9776 5.2487,4.8211 6.3007,6.31887 2.3618,3.36283 6.1854,11.96866 6.1854,13.92178 0,2.57227 -2.5683,4.11189 -8.0122,4.803 -5.4418,0.69084 -9.9878,2.87633 -9.9878,4.80158 0,0.59021 0.9915,2.52016 2.2034,4.28877 1.8734,2.73402 3.7081,3.67395 12.25,6.27552 15.789,4.80882 18.8152,5.2878 26.078,4.12757 3.5494,-0.56702 7.6466,-1.57459 9.1049,-2.23905 2.3831,-1.08579 2.8141,-0.96006 4.2576,1.24181 0.8834,1.34745 4.3061,5.99713 7.6061,10.33262 7.7997,10.24717 10.3762,15.2514 9.8406,19.11345 -0.3202,2.30958 -0.1742,2.68974 0.5976,1.55618 0.6331,-0.92979 0.7919,-5.37532 0.4177,-11.69438 l -0.6036,-10.19438 10.5583,-5.25101 c 6.0648,-3.01624 10.7497,-5.98276 11.008,-6.9704 0.4224,-1.61545 0.1997,-1.6127 -3.6845,0.0454 -2.2738,0.97065 -6.4994,2.36809 -9.3903,3.10541 -4.8959,1.24872 -5.4442,1.2002 -8,-0.70797 -6.7521,-5.04118 -1.0562,-14.59378 9.0944,-15.25219 2.1111,-0.13693 6.1611,-1.00999 9,-1.94014 2.839,-0.93015 6.4091,-1.53641 7.9337,-1.34725 3.3054,0.41014 6.0325,4.14318 6.2553,8.56269 0.087,1.7293 0.9409,4.65514 1.897,6.50186 2.4912,4.81142 10.1251,12.12215 12.7995,12.25767 1.252,0.0634 2.7263,0.2199 3.2763,0.34769 0.55,0.12778 1.5096,0.30087 2.1325,0.38465 0.6229,0.0838 2.9973,3.01445 5.2765,6.51262 l 4.1439,6.36031 6.1202,0.63969 c 3.3662,0.35183 9.0932,0.63969 12.7268,0.63969 3.6335,0 9.7536,0.9 13.6001,2 3.8465,1.1 6.9951,1.99984 6.9968,1.99965 0,-1.9e-4 0.093,-1.64109 0.2032,-3.64644 0.11,-2.00535 0.8975,-5.3893 1.75,-7.51989 0.8525,-2.13059 1.55,-5.05085 1.55,-6.48948 0,-2.53332 0.1449,-2.59583 4.6014,-1.985 5.7218,0.78426 11.8986,2.85432 18.6784,6.25971 2.8711,1.44213 5.3755,2.76071 5.5653,2.93018 0.2732,0.24398 -3.3706,13.90608 -5.3964,20.23328 -0.2258,0.70511 0.6507,1.68548 1.9477,2.17859 1.304,0.49579 2.9235,2.38134 3.6229,4.21799 l 1.2647,3.32141 0.6791,-3 c 0.4371,-1.93135 0.1346,-4.06865 -0.8493,-6 -0.9079,-1.78219 -1.5456,-5.75415 -1.571,-9.78469 -0.045,-7.18137 0.958,-8.92012 4.5978,-7.9683 3.5669,0.93277 10.6067,-2.6387 13.8237,-7.01308 2.5354,-3.4476 3.0357,-5.0588 3.0357,-9.77594 0,-4.37802 -0.4497,-6.055 -2,-7.45799 -2.2995,-2.08105 -2.7901,-9.30986 -0.769,-11.33098 1.7107,-1.7107 -4.4437,-7.25905 -10.1357,-9.13758 -3.4357,-1.13386 -4.9634,-2.4845 -7.7663,-6.86621 -2.9775,-4.65464 -3.4852,-6.30881 -3.4615,-11.27796 0.015,-3.20279 0.5014,-6.70805 1.0801,-7.78945 0.8208,-1.53355 0.4613,-3.32904 -1.6338,-8.15993 l -2.6862,-6.19375 1.9362,-5.61246 c 1.6327,-4.73259 2.5955,-5.9746 6.1418,-7.92249 3.8508,-2.11515 4.1145,-2.50992 3.1261,-4.67928 -0.9306,-2.04236 -0.614,-2.94443 2.2944,-6.53829 7.8308,-9.67629 7.1132,-9.11607 10.734,-8.38034 2.3355,0.47456 3.7077,1.49811 4.5,3.35667 0.6269,1.47065 2.8342,4.15708 4.905,5.96985 6.8142,5.96506 7.7828,8.07393 8.1697,17.78702 0.3406,8.54976 0.4943,9.03662 5.4559,17.28636 6.2444,10.38243 6.9241,16.00951 1.6938,14.02093 -2.022,-0.76873 -2.1725,-0.58486 -1.7694,2.16149 0.2423,1.65094 -0.1579,4.815 -0.8893,7.03124 -1.2469,3.77814 -1.192,4.14122 0.8805,5.81943 1.8363,1.48694 2.8341,1.61768 5.8954,0.77243 3.8294,-1.05735 7.192,-0.43038 14.8479,2.76847 3.1706,1.32477 3.5239,1.76497 2.3421,2.91873 -0.7654,0.74727 -3.4167,1.64082 -5.8917,1.98567 -7.0423,0.98124 -7.5553,2.6384 -2.9117,9.40501 3.6745,5.3545 4.4932,8.06818 4.8588,16.10542 0.1934,4.25113 1.7601,0.17981 2.5013,-6.5 1.1538,-10.39788 2.5054,-13.58276 6.4666,-15.23783 l 3.5181,-1.46997 6.7175,7.3539 c 4.6979,5.14293 7.038,8.61448 7.7835,11.54672 1.5952,6.27463 1.3074,10.06565 -0.9341,12.30718 -1.1,1.1 -2,3.28285 -2,4.85078 0,2.92176 1.8385,9.25413 2.9466,10.14922 0.3405,0.275 2.1137,2.8625 3.9405,5.75 1.8267,2.8875 3.6244,5.25 3.9946,5.25 1.5469,0 5.3068,-3.36566 6.1049,-5.46471 0.4732,-1.24459 1.1302,-4.91168 1.4599,-8.14909 0.3298,-3.23741 1.2412,-7.2362 2.0253,-8.8862 0.784,-1.65 2.3347,-6.17408 3.446,-10.05351 1.1112,-3.87944 3.3761,-9.05444 5.0331,-11.5 3.5748,-5.27608 3.777,-7.5428 0.942,-10.56051 -2.3819,-2.53538 -5.2789,-14.54494 -4.2922,-17.79303 1.2964,-4.26712 3.4472,-5.59295 9.0732,-5.59295 4.0439,0 6.7474,0.73826 10.9858,3 3.092,1.65 6.5179,3 7.613,3 1.0951,0 3.4319,1.52766 5.1929,3.3948 1.7609,1.86714 5.1579,4.39282 7.5489,5.61261 4.2105,2.14804 7.884,5.55829 7.9522,7.38235 0.018,0.48936 -0.7073,1.43132 -1.6125,2.09323 -1.5098,1.10397 -1.4729,1.44378 0.446,4.11024 1.1506,1.59872 2.3804,4.53656 2.7331,6.52853 0.5949,3.36039 0.424,3.69749 -2.3686,4.67098 -1.6554,0.57706 -3.5104,1.98477 -4.1224,3.12823 -0.612,1.14347 -1.9968,2.07903 -3.0775,2.07903 -2.6534,0 -2.4704,1.90924 0.5158,5.38152 1.363,1.58483 2.7574,4.37015 3.0987,6.18959 0.4128,2.20034 1.7131,4.05663 3.8831,5.54354 7.0831,4.85343 7.0877,14.8888 0.013,26.97972 -8.3781,14.31735 -8.959,14.95135 -13.3115,14.52773 -2.1215,-0.20649 -5.0493,-1.15648 -6.5063,-2.1111 l -2.6489,-1.73566 1.57,3.75753 c 1.7436,4.17312 0.6528,5.96083 -2.9518,4.83767 -3.7101,-1.15602 -5.1525,-1.09846 -6.7207,0.26818 -1.3617,1.18676 -2.0909,1.17975 -5,-0.0481 -1.8731,-0.79061 -4.0807,-2.39188 -4.9057,-3.55838 -1.2653,-1.78911 -2.1258,-2.01759 -5.5,-1.46045 -2.2,0.36326 -4.7972,1.07925 -5.7716,1.5911 -1.5856,0.83288 -1.3918,1.28887 1.845,4.34158 3.3843,3.19178 3.571,3.68143 2.9055,7.62022 -0.5127,3.03466 -2.2073,5.97295 -6.0728,10.52952 -2.9488,3.47613 -5.6454,7.45099 -5.9923,8.83302 -0.3468,1.38202 -1.1443,2.51501 -1.7722,2.51774 -0.6279,0.003 0.1388,1.0296 1.7038,2.28194 2.4037,1.9235 2.7979,2.89296 2.5397,6.24503 -0.1682,2.18243 -1.028,5.09306 -1.9106,6.46806 -0.8827,1.375 -2.4994,3.85 -3.5928,5.5 -1.0934,1.65 -3.9891,6.47772 -6.4348,10.72826 -5.0623,8.7978 -6.701,9.77174 -16.4411,9.77174 -7.1577,0 -9.1569,1.44607 -9.6776,7 -0.3229,3.44365 -0.4007,3.499 -4.8282,3.4379 -2.475,-0.0342 -5.7302,-0.34053 -7.2337,-0.68083 -4.0066,-0.9068 -4.2696,0.75862 -0.5281,3.34263 1.794,1.23894 3.4313,2.3803 3.6384,2.53635 1.0462,0.78833 1.1607,8.72105 0.1691,11.72543 -1.3229,4.00858 -5.0385,5.93906 -11.9849,6.22696 -7.8522,0.32543 -7.4772,0.15339 -5.8014,2.66156 1.4164,2.11981 1.2933,2.4545 -2.128,5.78416 -5.0684,4.93266 -10.9164,12.64383 -13.625,17.96584 -1.2596,2.475 -3.2849,5.39894 -4.5007,6.49764 -2.6364,2.3826 -5.0057,6.71975 -5.0057,9.16338 0,0.96819 -2.3287,6.6873 -5.175,12.70914 -4.3436,9.1899 -5.1575,11.80674 -5.0667,16.28932 l 0.1082,5.34052 -4.2666,0 c -2.3466,0 -4.4541,-0.17407 -4.6832,-0.38681 z\"\n            id=\"path2151\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1743.8569,717.30664 c -5.3281,-3.30631 -5.1119,-13.07574 0.422,-19.06593 2.2465,-2.4317 4.7888,-2.26184 7.9711,0.53256 3.2035,2.81302 1.6221,14.40465 -2.4874,18.23324 -2.5543,2.37976 -2.5544,2.37976 -5.9057,0.30013 z\"\n            id=\"path2141\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1692.0627,706.11723 c -2.322,-4.33869 0.959,-14.18145 5.8356,-17.50668 3.907,-2.66404 5.0051,-2.89916 12.7304,-2.7257 4.7039,0.10561 5.231,0.36224 6.3646,3.09898 1.1254,2.71695 0.9544,3.42256 -1.9117,7.88894 -4.1672,6.49412 -10.1082,10.37365 -16.7345,10.92783 -4.4657,0.37349 -5.3037,0.14903 -6.2844,-1.68337 z\"\n            id=\"path2139\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1669.75,684.23501 c -1.366,-0.29791 -1.75,-1.4188 -1.75,-5.10833 0,-2.59968 -0.54,-5.26668 -1.2,-5.92668 -0.66,-0.66 -3.6975,-1.24486 -6.75,-1.29968 -11.8059,-0.21204 -13.6405,-2.76149 -7.0918,-9.85503 3.7631,-4.07615 4.4251,-5.8719 4.2565,-11.54529 -0.5839,-19.64751 0.01,-25.88927 3.9051,-41.17998 1.2174,-4.77649 1.5932,-5.2312 4.8246,-5.83742 3.0473,-0.57166 3.801,-0.28726 5.7771,2.17998 1.25,1.56058 3.0615,4.74823 4.0256,7.08367 1.4997,3.63292 2.1862,4.25459 4.7529,4.30395 1.9786,0.0381 5.894,2.07719 11.5,5.9891 4.675,3.26228 11.3031,7.8505 14.7292,10.19605 3.426,2.34556 6.2409,4.93965 6.2551,5.76465 0.014,0.825 1.1346,3.3 2.4896,5.5 1.355,2.2 2.4777,4.79143 2.4949,5.75874 0.027,1.52912 0.7166,1.68014 5.2812,1.15676 4.7174,-0.5409 5.6248,-0.31351 8.9441,2.24127 3.2085,2.46952 3.6489,3.30327 3.3508,6.34323 -0.5064,5.16397 -1.1965,6.28316 -5.3121,8.61478 -3.7318,2.11423 -3.734,2.11427 -8.2328,0.16713 -2.8908,-1.25119 -5.814,-1.77687 -8.1746,-1.47005 -2.9152,0.3789 -4.1178,0.006 -5.8194,-1.80553 -1.1797,-1.25571 -2.0012,-3.08311 -1.8255,-4.06088 0.4698,-2.61441 -8.5424,-7.21992 -10.6711,-5.45325 -0.8302,0.68898 -1.5094,2.29329 -1.5094,3.56515 0,3.55789 -1.8171,7.53994 -4.7958,10.50982 -1.4873,1.48292 -3.7049,4.02103 -4.928,5.64024 -3.1372,4.15318 -7.0377,8.26972 -7.9785,8.42021 -2.5127,0.40198 -5.0092,0.44293 -6.5477,0.10739 z\"\n            id=\"path2137\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1538.395,526.65576 c -3.3516,-1.08935 -7.6267,-3.9175 -11.895,-7.86909 -1.65,-1.52758 -3.3805,-2.7795 -3.8456,-2.78204 C 1520.6762,515.9938 1516,511.70395 1516,509.90004 1516,507.38709 1531.8548,486 1533.7177,486 c 2.5112,0 11.7172,9.69445 14.3995,15.16357 4.0604,8.27894 6.8828,16.1078 6.8828,19.09157 0,2.0427 -0.9528,3.34703 -3.8415,5.25864 -3.956,2.618 -7.3012,2.9173 -12.7635,1.14198 z\"\n            id=\"path2121\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1909.7461,677.41273 c -0.1846,-0.18454 -6.5244,-0.60072 -14.0886,-0.92485 -10.8252,-0.46386 -14.1991,-0.95108 -15.848,-2.2886 -1.1523,-0.9346 -3.5221,-2.90991 -5.2663,-4.38958 -2.6608,-2.25727 -3.9657,-2.64458 -8.1072,-2.40627 -5.4583,0.31407 -8.7187,-0.61964 -19.1758,-5.49161 -6.287,-2.92913 -7.2077,-3.72282 -8.3565,-7.20368 -1.1444,-3.46738 -1.0986,-4.01956 0.4026,-4.85969 1.8628,-1.04245 2.2873,-2.84845 0.6696,-2.84845 -0.5633,0 -3.2611,-1.53877 -5.9952,-3.41948 -2.734,-1.88072 -6.331,-3.71819 -7.9932,-4.08327 -1.9118,-0.4199 -3.5615,-1.70652 -4.4898,-3.50168 -2.2077,-4.26918 -7.3131,-7.41762 -12.9586,-7.99133 -4.2077,-0.4276 -5.3028,-0.16226 -7.205,1.74576 -1.6381,1.64309 -3.4138,2.25 -6.5829,2.25 -3.6814,0 -4.9904,0.60679 -8.6293,4 l -4.2896,4 -8.294,0 c -13.7885,0 -16.8972,-2.52698 -18.1982,-14.7932 -0.4525,-4.26574 -0.2107,-4.98202 2.5803,-7.64389 2.3777,-2.26766 3.0796,-3.79813 3.0796,-6.71482 0,-2.57699 0.5562,-4.07323 1.75,-4.70743 0.9625,-0.51134 7.0918,-0.99566 13.6206,-1.07628 10.7635,-0.1329 12.1624,-0.36488 15,-2.48742 4.4387,-3.32026 9.1716,-5.57696 11.6964,-5.57696 1.7774,0 2.0466,-0.40388 1.4994,-2.25 -0.7845,-2.64736 -1.3828,-5.00309 -1.4899,-5.86711 -0.042,-0.33942 -1.9301,-1.84379 -4.1957,-3.34307 -3.8725,-2.56269 -4.0883,-2.95632 -3.6032,-6.5728 0.2838,-2.11577 1.1709,-5.11139 1.9713,-6.65694 0.8005,-1.54554 3.7834,-7.38695 6.6287,-12.98091 l 5.1733,-10.17083 -1.9588,-7.06849 c -1.8652,-6.73071 -7.704,-16.0331 -12.6291,-20.12057 -0.9543,-0.79196 -2.8077,-3.1391 -4.1187,-5.21587 -1.3615,-2.15686 -4.4989,-4.95028 -7.3168,-6.51468 -3.9383,-2.18646 -5.1023,-3.44451 -5.7723,-6.23873 -0.7533,-3.14154 -1.1422,-3.46493 -3.7972,-3.15753 -1.6269,0.18835 -3.633,0.92342 -4.458,1.63349 -0.825,0.71006 -3.3685,2.23012 -5.6521,3.37792 -3.5528,1.78564 -4.3226,1.88157 -5.3326,0.6645 -1.6754,-2.01864 -0.3355,-5.54352 3.323,-8.74224 3.0458,-2.66298 3.0713,-2.75727 1.1386,-4.2182 -2.5377,-1.91824 -3.8844,-1.91569 -7.6168,0.0144 -3.9094,2.02164 -5.8601,1.22668 -5.8601,-2.38815 0,-1.92917 0.6699,-3.1775 2.0312,-3.78492 1.8921,-0.84429 1.7038,-1.22534 -2.75,-5.56576 -8.1289,-7.92183 -12.7283,-11.56214 -14.0312,-11.10522 -0.6875,0.2411 -1.25,1.97587 -1.25,3.85503 l 0,3.41667 -10.25,0.23484 c -5.6375,0.12917 -13.2298,0.17515 -16.8719,0.10219 -5.5815,-0.11182 -6.6027,0.12621 -6.5,1.51516 0.1049,1.41829 -1.062,1.63311 -8.3781,1.54227 -4.675,-0.058 -13.225,-0.45127 -19,-0.87383 -6.433,-0.47072 -11.8904,-0.38136 -14.0898,0.23069 -4.4221,1.23063 -7.7519,-0.84837 -9.4811,-5.91965 -0.9726,-2.85224 -1.5529,-3.29547 -4.0326,-3.08012 -11.798,1.02459 -12.3739,0.97843 -15.3698,-1.23184 C 1622.4065,465.63545 1617,457.8352 1617,453.16804 c 0,-1.49775 0.9749,-2.02982 4.6396,-2.53212 2.5517,-0.34975 6.4732,-0.63592 8.7143,-0.63592 3.4947,0 3.8663,-0.1948 2.6104,-1.36865 C 1630.7958,446.60444 1625.27,445 1620.4578,445 c -3.1026,0 -4.4361,-0.4706 -4.959,-1.75 -1.7668,-4.32307 -3.2124,-12.65909 -2.9485,-17.00179 1.2515,-20.59173 1.6431,-22.92986 5.9363,-35.44018 6.2403,-18.18435 10.8765,-26.59379 16.5134,-29.95331 8.9373,-5.3265 23.4226,-3.84525 25.1385,2.57063 0.6653,2.48765 0.2762,3.48016 -2.6221,6.68823 -1.9635,2.17333 -3.7027,5.37886 -4.1108,7.57676 -0.389,2.09531 -1.3775,4.83948 -2.1967,6.09815 -1.8061,2.77522 -4.3389,13.19207 -3.527,14.50578 0.3206,0.51886 0.7156,4.25476 0.8776,8.302 0.3293,8.22624 0.7539,9.40373 3.3911,9.40373 1.1661,0 2.0822,-1.00009 2.5189,-2.75 0.3775,-1.5125 1.4198,-3.56384 2.3164,-4.55854 1.3122,-1.45589 1.394,-2.13834 0.4197,-3.5 -2.5108,-3.50878 -3.5608,-6.84211 -3.6321,-11.52981 -0.057,-3.72675 0.3972,-5.22012 1.9751,-6.5 1.1268,-0.91391 2.3502,-2.44915 2.7186,-3.41165 0.3685,-0.9625 1.1342,-1.75 1.7014,-1.75 0.5673,0 1.0314,-0.91103 1.0314,-2.02451 0,-3.5687 7.6135,-14.38998 11.7665,-16.72412 4.4177,-2.48289 13.9806,-4.25898 16.9724,-3.15224 1.8009,0.66616 3.4959,3.22029 9.557,14.40087 3.8239,7.05357 6.6554,14.84594 6.1403,16.89821 -0.7132,2.84158 2.977,7.60366 5.8864,7.59621 1.1976,-0.003 3.8866,-0.48021 5.9756,-1.06032 3.1326,-0.86989 3.689,-1.39904 3.1748,-3.01918 -1.0843,-3.41616 4.97,-8.34084 12.0925,-9.83634 5.6432,-1.18489 6.3047,-1.12777 9.5,0.82019 1.889,1.15156 4.5595,2.11162 5.9345,2.13345 3.1224,0.0496 7.5291,3.66137 8.5014,6.96778 0.9923,3.37428 3.4279,6 5.5657,6 1.2707,0 1.9442,1.10738 2.4329,4 0.3717,2.2 1.0665,4 1.544,4 0.4775,0 3.3732,2.48507 6.4349,5.52238 4.5847,4.54825 5.6637,5.20974 6.1169,3.75 0.3026,-0.97481 1.1895,-3.24417 1.9709,-5.04302 1.5698,-3.61407 2.5191,-3.66273 11.1926,-0.57374 3.6317,1.2934 4.5722,2.24413 6.3825,6.45237 1.2462,2.89686 3.2752,5.61601 4.9123,6.58306 1.5341,0.90617 3.3016,2.60513 3.928,3.77547 2.0984,3.92088 4.5353,4.70093 7.4713,2.39151 3.1859,-2.50604 5.6127,-2.04154 11.4586,2.19319 3.7299,2.70189 4.2042,3.45718 3.6287,5.77847 -1.7184,6.9323 -1.7872,8.25152 -0.4149,7.96009 0.7504,-0.15938 2.1475,-1.52728 3.1046,-3.03978 2.5207,-3.98345 5.5901,-3.54264 10.4446,1.5 4.5904,4.76828 6.7459,8.28925 6.8874,11.25 0.2663,5.57425 0.5776,6.19634 3.8924,7.77706 1.9002,0.90612 4.1515,2.99471 5.003,4.64131 l 1.5482,2.99383 -4.5659,2.67577 c -3.7566,2.20149 -4.9801,2.487 -6.9032,1.61079 -3.1013,-1.41303 -3.7883,-0.51212 -1.8572,2.43523 1.5139,2.31049 1.4501,6.44392 -0.1624,10.51389 -0.8667,2.18761 2.4864,5.23705 7.3663,6.69909 2.1057,0.63088 5.5808,2.33971 7.7225,3.79739 2.1416,1.45768 5.4689,2.7228 7.3939,2.81139 1.925,0.0886 4.625,0.63056 6,1.20438 1.375,0.57382 5.1084,0.84638 8.2965,0.6057 l 5.7964,-0.43762 5.3672,5.5859 c 4.7071,4.89896 5.8697,5.60126 9.4535,5.71089 2.2475,0.0688 4.6305,0.18125 5.2954,0.25 0.665,0.0688 1.5128,1.61034 1.8841,3.42575 0.3713,1.81541 0.9679,3.59361 1.3259,3.95157 0.3579,0.35795 3.7767,-0.43313 7.5973,-1.75796 l 6.9464,-2.40878 3.7687,2.14794 c 3.518,2.00509 3.7892,2.49749 4.0777,7.40376 0.3805,6.47007 -0.1744,8.82487 -2.79,11.84064 -1.9065,2.19824 -1.9298,2.46328 -0.3685,4.18847 1.3404,1.48116 1.4501,2.31726 0.5601,4.27062 -0.6087,1.33589 -0.8515,4.00177 -0.5395,5.92417 0.735,4.52926 -2.6082,9.63882 -6.3067,9.63882 -2.1313,0 -2.3968,0.33126 -1.8036,2.25 1.069,3.4573 4.2914,9.54069 5.4248,10.24117 2.0905,1.29199 0.8838,3.36438 -3.1093,5.34002 -4.0579,2.00768 -4.1793,2.01032 -7.6203,0.16609 -1.9232,-1.03077 -5.7079,-2.44083 -8.4104,-3.13347 -4.2489,-1.08895 -5.3747,-1.9538 -8.3203,-6.39155 C 1897.6986,567.70699 1890.731,561 1888.5685,561 c -0.7841,0 -2.0203,-0.58092 -2.7471,-1.29092 -4.0461,-3.95269 -10.8214,-6.37546 -10.8214,-3.8696 0,0.46172 -1.19,1.38171 -2.6445,2.04442 l -2.6446,1.20493 2.722,2.84116 c 3.2498,3.39208 3.2363,7.94429 -0.028,9.56201 -1.5716,0.77876 -1.9016,1.53452 -1.3202,3.02317 0.4263,1.09166 0.8068,1.64129 0.8454,1.22141 0.1151,-1.24988 7.3049,2.15334 8.6716,4.10461 0.694,0.99074 3.0787,3.83138 5.2993,6.31254 3.9302,4.39116 5.2738,5.0556 15.7435,7.78571 3.1187,0.81323 4.297,1.6896 4.7618,3.54173 0.3398,1.3536 1.519,2.94344 2.6205,3.53296 1.1015,0.58953 3.1089,2.82407 4.4608,4.96567 1.352,2.14159 5.6315,7.13075 9.51,11.08702 l 7.052,7.19323 -0.206,13.92306 c -0.1133,7.65768 -0.5273,14.12163 -0.92,14.36432 -1.0875,0.67218 -19.2259,-5.12982 -28.8643,-9.23295 -4.7074,-2.00397 -9.9464,-4.83993 -11.6422,-6.30214 -2.8525,-2.4595 -5.6851,-2.9741 -11.6667,-2.11949 -1.7089,0.24415 -0.5609,1.94282 2.0414,3.02074 1.5353,0.63593 3.6068,2.67034 4.6034,4.52091 1.4872,2.76159 3.1826,3.8858 9.4586,6.27217 4.2056,1.59912 12.4851,6.03181 18.3988,9.85041 l 10.7522,6.94292 -0.2522,6 -0.2522,6 -5.7092,0.12412 c -3.1401,0.0683 -5.8602,-0.0269 -6.0447,-0.21139 z\"\n            id=\"path2133\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1764.2551,673.68785 c -3.7585,-2.53419 -4.9298,-5.16999 -3.2153,-7.23584 1.6546,-1.9937 3.6334,-1.82092 7.0558,0.61608 3.0538,2.17448 3.8139,5.62246 1.7044,7.73191 -1.5304,1.5304 -1.6659,1.50322 -5.5449,-1.11215 z\"\n            id=\"path2131\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1775.191,662.28654 c -1.8306,-0.34972 -2.2449,-0.9948 -2,-3.11382 0.2344,-2.02763 0.9312,-2.74508 2.8867,-2.97252 3.362,-0.39101 7.2761,2.71414 6.3765,5.05856 -0.6509,1.69631 -2.4391,1.94935 -7.2632,1.02778 z\"\n            id=\"path2129\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1759.0087,551.16258 c -6.7342,-6.73426 -4.5149,-27.50866 3.4998,-32.76007 3.5503,-2.32628 8.9837,-1.08194 12.6095,2.8878 2.8135,3.08041 2.882,3.41933 2.882,14.25824 0,12.38529 -0.4271,13.26487 -8.1511,16.78669 -5.148,2.34727 -7.5837,2.08378 -10.8402,-1.17266 z\"\n            id=\"path2127\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1786.5,532.80861 c -2.9822,-1.39819 -5.4854,-5.21412 -4.4837,-6.83493 1.1968,-1.93653 9.1221,-1.38008 10.7337,0.75364 1.9206,2.5428 1.5076,4.09029 -1.5,5.62016 -1.8897,0.96121 -3.3757,1.10547 -4.75,0.46113 z\"\n            id=\"path2123\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1726.6667,506.33333 c -1.0476,-1.04759 -0.8249,-1.6465 1.7066,-4.58996 1.4763,-1.71657 2.6262,-4.68212 3.0478,-7.86003 0.6507,-4.90533 2.961,-9.88334 4.5869,-9.88334 1.4946,0 1.9753,3.16258 0.809,5.32244 -0.6467,1.19766 -1.0803,3.65002 -0.9636,5.44969 0.3536,5.45244 -6.5755,14.17248 -9.1867,11.5612 z\"\n            id=\"path2115\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1522.3143,434.94797 c -2.5737,-2.12673 -4.7465,-4.67255 -4.8284,-5.65738 -0.8963,-10.76874 -2.4936,-13.48856 -11.5778,-19.71315 -1.7432,-1.19446 -4.597,-4.85053 -6.3417,-8.12459 -3.0922,-5.80292 -3.1365,-6.06618 -1.7563,-10.45285 0.7787,-2.475 2.5119,-5.32503 3.8515,-6.3334 2.4218,-1.82289 2.4664,-1.81028 7.7776,2.19973 5.1327,3.87525 5.4067,3.96143 6.9993,2.20167 0.9116,-1.0073 2.12,-3.5068 2.6854,-5.55446 0.8815,-3.19251 0.7471,-4.02869 -0.943,-5.86827 -4.7898,-5.21351 -5.978,-8.45688 -4.9251,-13.44356 1.1417,-5.40671 4.1689,-10.20171 6.4406,-10.20171 0.8581,0 3.9215,1.35102 6.8076,3.00226 4.5036,2.5767 5.4181,2.79657 6.4517,1.55115 2.4538,-2.95669 13.434,-5.27579 15.7943,-3.33588 0.7119,0.58514 1.25,3.29606 1.25,6.29793 0,4.09447 -0.3905,5.42194 -1.75,5.94897 -1.6667,0.64611 -1.6667,0.73978 0,1.96723 2.5688,1.89183 2.2231,2.96889 -2.75,8.56834 -2.475,2.78672 -4.5,5.52515 -4.5,6.0854 0,0.56025 1.35,1.48925 3,2.06444 2.3094,0.80506 3.0034,1.65636 3.0147,3.69799 0.01,1.45869 0.6638,3.77717 1.4571,5.15217 2.9778,5.16145 3.6955,7.69135 4.1637,14.67753 0.4286,6.39474 0.209,7.60848 -2.0134,11.12898 -2.5871,4.0983 -8.1096,8.19349 -11.0492,8.19349 -0.93,0 -1.4364,0.4119 -1.1252,0.91533 0.9776,1.58178 -4.1485,6.65728 -7.8804,7.80264 -3.3791,1.03708 -3.8284,0.88628 -8.253,-2.77 z\"\n            id=\"path2111\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1563.6349,415.92742 c -2.1271,-1.67315 -2.6349,-2.91329 -2.6349,-6.4349 0,-2.39928 -0.4643,-5.58346 -1.0317,-7.07595 -2.3517,-6.1855 -0.5144,-29.13286 2.9617,-36.99132 1.1532,-2.60686 2.3707,-6.45327 2.7056,-8.54757 0.8499,-5.31536 3.903,-7.04891 14.9846,-8.50817 3.0165,-0.39723 5.2159,0.0164 8.2102,1.54396 2.2495,1.14759 5.0223,2.08653 6.1619,2.08653 2.8878,0 8.7796,2.58866 12.7034,5.58148 3.2918,2.51081 3.2977,2.53078 1.6833,5.71906 -0.8911,1.7597 -2.2607,3.93176 -3.0436,4.8268 -0.7828,0.89503 -1.6551,2.92003 -1.9383,4.5 -0.2832,1.57996 -2.0288,5.12266 -3.879,7.87266 -1.8935,2.81438 -3.9143,7.55768 -4.6228,10.85113 -0.6924,3.21813 -1.7395,5.99741 -2.3271,6.1762 -0.5875,0.17878 -3.9617,0.57426 -7.4982,0.87885 -3.5365,0.30459 -6.7648,0.9003 -7.1739,1.32381 -0.6041,0.62527 -1.5459,7.79454 -1.8383,13.99433 -0.076,1.60583 -5.3043,4.27568 -8.3733,4.27568 -1.3281,0 -3.6005,-0.93266 -5.0496,-2.07258 z\"\n            id=\"path2107\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1708.1644,382.75 c -4.6397,-7.54442 -11.3068,-21.93647 -10.7882,-23.28803 0.8655,-2.25539 21.0016,-1.99222 25.2453,0.32995 5.7494,3.14611 12.8736,10.56365 16.2206,16.88863 1.96,3.70386 -0.902,5.49137 -8.3596,5.22101 -4.7743,-0.17309 -7.2244,0.2832 -10.3953,1.93599 -6.1007,3.17983 -9.4884,2.87081 -11.9228,-1.08755 z\"\n            id=\"path2103\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1608.5,335.47391 c -2.2,-1.35501 -5.3765,-2.46597 -7.0589,-2.46879 -5.121,-0.009 -6.6112,-1.87965 -6.9866,-8.77239 -0.1839,-3.37684 -0.7851,-6.98193 -1.336,-8.01131 -1.5647,-2.92373 -2.1704,-12.25601 -0.9441,-14.54737 0.6038,-1.12815 1.1785,-4.55382 1.2772,-7.61261 0.1514,-4.69082 -0.2476,-6.10935 -2.5486,-9.06144 -1.5004,-1.925 -2.8845,-4.4 -3.0757,-5.5 -0.2997,-1.724 -1.3812,-2.08342 -7.8375,-2.60453 -4.1194,-0.33249 -8.2199,-0.92112 -9.1123,-1.30806 -2.2708,-0.98465 -11.4561,-12.60849 -12.1389,-15.36161 -0.3102,-1.25082 -0.1331,-3.83481 0.3935,-5.74221 1.1498,-4.16402 3.5829,-5.02751 11.5335,-4.09308 8.2553,0.97026 13.1762,4.08506 14.7828,9.35717 0.8234,2.70203 3.3838,3.44302 10.0516,2.90897 7.9861,-0.63964 11.4544,1.30301 11.4847,6.43283 0.011,1.7872 0.7944,2.94448 2.53,3.73528 3.8322,1.74604 4.8873,4.97983 3.2117,9.8433 -1.3975,4.05638 -1.3856,4.10174 1.9337,7.3472 1.8369,1.7961 3.3399,4.26992 3.3399,5.49738 0,1.86058 0.7068,2.336 4.25,2.85862 2.3375,0.34479 8.075,1.37263 12.75,2.28411 l 8.5,1.65722 5.5965,-2.65629 c 3.0781,-1.46097 6.073,-2.6563 6.6554,-2.6563 0.5824,0 2.9701,-1.59676 5.306,-3.54835 4.1581,-3.47403 4.4167,-3.54433 12.3446,-3.35678 9.3536,0.22127 12.2162,1.04585 19.0975,5.5011 8.2748,5.35742 12.7007,12.80328 9.5083,15.99577 -0.6557,0.65566 -0.5878,2.06199 0.2003,4.1499 1.0001,2.64962 0.9311,3.44802 -0.4288,4.95826 -0.8914,0.99006 -1.7838,3.3751 -1.9831,5.3001 -0.3158,3.04981 -0.9827,3.80959 -5.185,5.90693 -8.3028,4.14383 -20.4045,4.11353 -22.2649,-0.0557 -0.809,-1.81301 -1.1521,-1.91676 -2.4204,-0.73184 -0.8128,0.75936 -3.4912,2.377 -5.9521,3.59475 -3.8758,1.91795 -6.4806,2.26523 -19.4743,2.59636 -16.0335,0.4086 -19.7433,-0.35108 -20.9965,-4.29948 -0.8728,-2.74998 -1.5805,-2.55853 -5.5035,1.48903 -1.8658,1.925 -3.8666,3.48596 -4.4462,3.46879 -0.5796,-0.0172 -2.8538,-1.13986 -5.0538,-2.49488 z\"\n            id=\"path2099\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1574.5,332.27509 c -2.0575,-0.50706 -13.1256,-8.04351 -15.927,-10.84497 -2.4444,-2.44442 -1.8989,-5.5969 2.3483,-13.56935 3.3615,-6.30978 4.468,-7.54922 7.75,-8.68062 4.5284,-1.56107 9.2939,-0.48724 13.5541,3.05422 2.5944,2.15663 2.7575,2.82632 3.3911,13.92004 0.6629,11.60797 0.6552,11.66476 -1.93,14.25 -2.4803,2.48029 -4.798,2.95224 -9.1865,1.87068 z\"\n            id=\"path2097\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1535.3401,313.9172 c -4.5612,-2.09898 -9.3401,-7.09844 -9.3401,-9.77124 0,-0.93533 1.4414,-2.96542 3.2032,-4.51132 l 3.2031,-2.81074 -9.3085,0.30419 c -10.5296,0.34409 -12.0978,-0.5484 -12.0978,-6.88496 0,-4.77603 -1.2733,-6.62447 -6.984,-10.13828 -2.7588,-1.6975 -5.016,-3.35859 -5.016,-3.69131 0,-0.33273 0.7601,-1.89162 1.689,-3.46421 1.5692,-2.65647 2.0125,-2.81716 6.25,-2.26574 5.4142,0.70454 8.061,1.91048 8.061,3.67269 0,0.70726 2.0174,3.39142 4.4832,5.96482 3.3258,3.47102 5.2337,4.6789 7.3906,4.6789 2.5986,0 2.9524,-0.38592 3.3316,-3.63359 0.4534,-3.884 -0.9539,-5.88066 -6.4554,-9.15894 -1.5125,-0.90128 -2.75,-2.2062 -2.75,-2.89982 0,-0.69363 2.2415,-3.03292 4.981,-5.19842 3.7292,-2.94772 5.677,-3.83774 7.75,-3.54124 1.523,0.21782 5.2026,0.62398 8.177,0.90257 2.9745,0.27859 6.4972,1.22013 7.8283,2.09231 l 2.4202,1.58577 -0.555,18.54525 c -0.3293,11.00171 -0.9955,19.07592 -1.6378,19.84987 -0.6279,0.75654 -0.8092,2.76265 -0.4317,4.77514 1.0119,5.3941 -0.7523,7.69809 -5.8172,7.59684 -2.3181,-0.0463 -6.0867,-0.94569 -8.3747,-1.99854 z\"\n            id=\"path2093\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1462.6174,307.55175 c -4.1073,-2.52391 -6.8434,-2.56222 -9.5272,-0.13338 -0.8997,0.81425 -2.1653,1.15322 -2.8125,0.75327 -1.5391,-0.9512 3.9127,-23.79218 5.5904,-23.42164 0.7324,0.16177 1.1319,-1.63463 1.1319,-5.09027 0,-6.70243 4.6883,-30.39772 6.6103,-33.40973 2.9568,-4.63352 10.818,-0.78737 8.2393,4.0311 -0.6889,1.28713 -0.7254,2.70929 -0.1052,4.09539 1.0715,2.39465 0.7497,8.78521 -0.5739,11.39604 -0.4816,0.95011 -0.8296,3.52747 -0.7731,5.72747 0.088,3.42446 0.4475,4.04875 2.4996,4.33881 1.3183,0.18635 4.3882,-0.21872 6.8221,-0.90014 3.9914,-1.11754 4.6126,-1.05138 6.3391,0.67505 3.6955,3.69554 4.5792,17.55305 1.3931,21.84548 -0.8331,1.12244 -2.4364,3.48877 -3.5628,5.25851 -4.6532,7.31099 -13.8419,9.3992 -21.2711,4.83404 z\"\n            id=\"path2091\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1489.9622,307.40052 c -0.7099,-1.86716 -0.5236,-3.1715 0.7423,-5.19669 0.9296,-1.48711 1.7275,-2.7925 1.7732,-2.90088 0.046,-0.10837 1.5097,-0.44838 3.2534,-0.75558 2.9902,-0.52679 3.2881,-0.29238 5.242,4.12469 1.259,2.8463 1.7112,5.04363 1.1528,5.60205 -0.5054,0.50535 -3.2357,1.07642 -6.0674,1.26904 -4.7169,0.32087 -5.228,0.14124 -6.0963,-2.14263 z\"\n            id=\"path2089\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1684.5028,276.00895 c -0.3475,-1.09508 -0.4075,-2.35407 -0.1333,-2.79775 0.7602,-1.23008 -0.5583,-2.75928 -3.8491,-4.4641 -2.8465,-1.47464 -3.0833,-1.43181 -5.2986,0.95857 -1.7111,1.84636 -2.8959,2.32274 -4.5204,1.81753 -1.2108,-0.37657 -3.3264,-0.91891 -4.7014,-1.2052 -1.375,-0.2863 -3.4814,-1.68087 -4.6809,-3.09905 -1.8466,-2.18325 -2.4215,-2.37889 -3.75,-1.27628 -0.863,0.71622 -1.5691,2.48887 -1.5691,3.93923 0,3.43694 -3.1835,5.45635 -7.2081,4.57239 -1.672,-0.36722 -8.5827,-0.73706 -15.3571,-0.82186 -10.7898,-0.13506 -12.6656,-0.41348 -15.126,-2.24512 -2.4069,-1.79176 -2.8515,-2.89281 -3.1074,-7.69484 -0.1945,-3.65122 0.2471,-6.65916 1.2675,-8.63233 2.3999,-4.64095 8.2942,-10.06014 10.942,-10.06014 4.2783,0 4.8977,-2.33275 1.4815,-5.58043 -5.5631,-5.28883 -7.2665,-10.94044 -4.7427,-15.73531 1.6653,-3.16389 2.7767,-3.65202 8.3503,-3.66773 6.0781,-0.0171 10.0925,2.92371 11.6396,8.52678 0.5637,2.04168 2.1099,4.79711 3.436,6.12318 1.9803,1.98032 2.7733,2.21714 4.439,1.32567 1.9295,-1.03261 1.8117,-1.30801 -2.4251,-5.667 -2.4492,-2.5199 -4.988,-5.87292 -5.6417,-7.45116 -1.0586,-2.55569 -0.8964,-3.25256 1.4827,-6.37176 l 2.6713,-3.50224 -6.8284,0 c -8.513,0 -11.2734,-1.61522 -11.2734,-6.59654 0,-1.91573 0.9314,-5.30882 2.0698,-7.5402 1.1383,-2.23139 1.8313,-4.29552 1.5398,-4.58695 -1.5757,-1.57579 2.8911,-6.27491 8.889,-9.35124 l 6.6104,-3.39048 6.6301,3.4827 c 8.4371,4.4319 7.9196,4.25278 7.9751,2.76049 0.026,-0.70278 0.3743,-2.06528 0.7737,-3.02778 0.3993,-0.9625 0.3404,-1.79464 -0.1309,-1.84919 -0.4714,-0.0546 -2.1597,-0.21355 -3.7518,-0.35331 -4.1214,-0.36178 -10.9217,-7.96752 -13.1513,-14.70895 -0.9711,-2.9362 -3.2705,-7.31576 -5.1098,-9.73235 -1.8392,-2.41659 -3.3441,-4.74877 -3.3441,-5.18261 0,-0.43385 -0.8624,-1.06253 -1.9164,-1.39706 -2.8395,-0.90123 -3.9478,-5.3438 -3.181,-12.75183 0.8971,-8.66713 1.9271,-9.80788 8.3449,-9.24184 6.6648,0.58781 8.4775,1.91027 15.7954,11.5235 3.3837,4.44503 6.2989,7.93522 6.4781,7.75598 1.1082,-1.10819 -1.5943,-7.20151 -4.8195,-10.86678 -4.9653,-5.64266 -4.7556,-8.65592 0.7985,-11.4779 2.2,-1.11779 5.792,-3.25529 7.9821,-4.75 2.1902,-1.49471 4.7777,-2.71766 5.75,-2.71766 1.1127,0 1.7679,-0.75594 1.7679,-2.0396 0,-1.12178 1.8301,-3.8335 4.067,-6.02605 l 4.0669,-3.98645 -2.5669,-3.05067 c -1.4119,-1.67788 -2.5811,-3.80365 -2.5983,-4.723955 -0.017,-0.920301 -1.0601,0.351725 -2.3177,2.826725 -6.182,12.16698 -10.9557,16.44927 -18.4857,16.58262 -2.5659,0.0454 -7.2421,0.69859 -10.3914,1.45144 -7.9331,1.89635 -11.1655,0.7227 -11.5784,-4.20395 -0.1675,-1.9984 0.3721,-5.2527 1.199,-7.23178 0.8269,-1.97908 1.2417,-3.59833 0.9218,-3.59833 -1.0696,0 -4.3163,4.28813 -4.3163,5.70076 0,0.76711 -1.1493,2.45987 -2.554,3.7617 -2.0546,1.90414 -3.1052,2.20887 -5.3731,1.55845 -6.6981,-1.92098 -11.5604,-7.52362 -9.1012,-10.48682 1.0763,-1.29683 0.9449,-1.53409 -0.8493,-1.53409 -1.1673,0 -2.4599,-0.0678 -2.8724,-0.15077 -1.6539,-0.33246 -3.1881,-3.53368 -3.2182,-6.714753 -0.025,-2.671371 0.7932,-4.119662 3.9682,-7.021883 C 1618.2922,86.18915 1618.8737,85 1616.5,85 c -0.825,0 -2.4,-0.9 -3.5,-2 -1.1,-1.1 -3.039,-2 -4.3089,-2 -8.6692,0 -6.307,-9.304719 3.3089,-13.033552 1.925,-0.746476 5.1351,-3.069303 7.1336,-5.161838 3.0871,-3.232413 4.269,-3.80461 7.8584,-3.80461 3.9667,0 4.1878,-0.147454 3.6191,-2.41337 -0.4699,-1.872298 0.066,-2.978814 2.3916,-4.93544 1.6485,-1.387139 2.9973,-3.396022 2.9973,-4.464185 0,-2.505903 2.0383,-4.172253 4.534,-3.706729 1.0813,0.201686 2.4657,0.401132 3.0765,0.443213 0.6107,0.04208 2.7141,1.16483 4.6742,2.494997 3.8224,2.593909 4.7153,2.072491 4.7153,-2.753471 0,-1.194275 1.575,-4.386681 3.5,-7.094235 1.925,-2.707554 3.5,-5.724667 3.5,-6.704696 0,-0.980029 1.7833,-3.656476 3.9628,-5.947661 3.1921,-3.35553 4.4746,-4.067956 6.5941,-3.662793 2.1915,0.418939 2.7948,0.03393 3.6097,-2.303777 1.0654,-3.055991 5.2432,-5.099138 9.0566,-4.42906 7.5718,1.330495 9.9573,1.123429 14.4188,-1.251598 4.9701,-2.6458282 12.6881,-3.6438268 15.755,-2.037254 1.3542,0.709402 3.5724,0.486428 7.7528,-0.7793092 4.2407,-1.2839633 6.4758,-1.5022077 8.1031,-0.7912057 1.2359,0.5400049 4.7221,0.8237097 7.7471,0.6304552 7.4346,-0.4749653 9.2799,0.1258905 10.7618,3.5042787 1.369,3.120877 4.0771,4.885231 8.6691,5.648092 3.8614,0.641489 5.5231,2.439889 6.6188,7.163038 1.397,6.022029 1.1232,11.308895 -0.9796,18.912352 -1.4808,5.354834 -2.6935,7.618149 -5.2122,9.728358 -1.8053,1.5125 -3.8152,2.75 -4.4665,2.75 -1.804,0 -6.9198,6.270634 -9.8093,12.023416 -1.4201,2.827499 -2.5821,5.349943 -2.5821,5.605431 0,1.293807 5.0502,-3.470469 5.9723,-5.634111 0.5872,-1.377895 2.4073,-3.402895 4.0448,-4.5 1.6374,-1.097105 2.9784,-2.332236 2.98,-2.744736 0,-1.133502 4.7928,-0.899015 5.5153,0.270082 0.3468,0.561046 0.6305,3.527837 0.6305,6.592869 0,4.230549 -0.5865,6.459012 -2.435,9.252274 -3.7414,5.653642 -6.8665,12.159028 -6.4464,13.419295 0.2081,0.624316 -1.7252,5.878201 -4.2962,11.6753 -2.5709,5.7971 -5.1388,11.66518 -5.7064,13.04018 -1.2624,3.05836 -3.4213,14.06289 -3.8243,19.49362 -0.3911,5.27065 -5.1098,9.79072 -9.732,9.32235 -2.8187,-0.28562 -3.1835,0.003 -3.7975,2.99936 -0.3736,1.82344 -1.687,4.38803 -2.9187,5.6991 -2.0993,2.23463 -10.3259,5.81277 -11.2468,4.89181 -0.2302,-0.23018 -1.2783,0.53779 -2.3291,1.70659 -1.887,2.09898 -1.8829,2.14356 0.3395,3.6281 2.6823,1.79179 2.9659,5.81049 0.595,8.43033 -1.3296,1.46923 -1.3788,1.85142 -0.25,1.94409 0.7728,0.0634 1.855,0.2199 2.405,0.34769 0.55,0.12778 1.832,0.30087 2.8488,0.38465 1.0168,0.0838 3.1543,1.5499 4.75,3.25807 3.6664,3.92489 4.1585,11.09212 0.9012,13.12631 -2.6173,1.63456 -2.5229,2.56877 0.5,4.94659 1.375,1.08158 2.5,2.82527 2.5,3.87487 0,1.2016 -0.9259,2.14075 -2.5,2.53583 -2.0174,0.50634 -2.5,1.24735 -2.5,3.83894 0,4.49238 -4.4578,9.30803 -9.0171,9.74097 L 1703.5,216.5 l 0.3412,7.5224 c 0.3071,6.76939 0.1069,7.77042 -2,10 -6.1528,6.51119 -6.1692,6.54742 -4.2712,9.44415 0.9499,1.44962 3.1227,3.35683 4.8285,4.23824 1.7058,0.88141 3.6068,2.29234 4.2245,3.1354 1.497,2.04337 0.9133,7.16395 -1.4128,12.39514 -4.4386,9.98206 -18.7846,18.83161 -20.7074,12.77362 z\"\n            id=\"path2087\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1497.4933,238.58422 c -2.757,-2.75697 -3.247,-7.12369 -1.3955,-12.435 1.3578,-3.89495 3.1598,-4.00062 5.7676,-0.33823 3.9313,5.52105 3.9854,12.12814 0.1161,14.19891 -1.6298,0.87226 -2.4511,0.61136 -4.4882,-1.42568 z\"\n            id=\"path2079\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1571.1178,237.21732 c -7.1285,-3.69828 -7.8807,-7.28853 -2.5214,-12.03332 4.3685,-3.86755 9.8857,-4.28523 14.9839,-1.13435 5.5913,3.45556 5.6838,7.86746 0.2607,12.43065 -3.3864,2.84954 -8.1225,3.12389 -12.7232,0.73702 z\"\n            id=\"path2077\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1562.3454,220.54926 c -3.3065,-1.43856 -4.8643,-4.33886 -3.9232,-7.30401 0.3471,-1.0936 -0.5788,-3.07167 -2.4573,-5.25 -3.6601,-4.24432 -4.3706,-6.70385 -3.6874,-12.7653 0.6056,-5.37272 3.6678,-8.66876 7.1119,-7.65499 1.1608,0.3417 4.7684,2.37712 8.0169,4.52316 3.2484,2.14603 6.2137,3.90188 6.5895,3.90188 1.6051,0 3.0042,5.58911 3.0042,12.00125 l 0,6.90714 -4.6438,3.5458 c -5.1791,3.95455 -5.5557,4.03335 -10.0108,2.09507 z\"\n            id=\"path2073\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1540.704,218.67631 c -1.2122,-1.27748 -3.779,-4.12299 -5.704,-6.32334 -6.1646,-7.04637 -9.238,-8.72605 -15.5028,-8.47259 -4.9675,0.20097 -5.8568,-0.0861 -8.5217,-2.75108 -3.11,-3.10994 -3.7978,-6.72423 -1.9403,-10.19504 0.5693,-1.06384 1.6943,-1.93426 2.5,-1.93426 0.8056,0 2.3364,-0.87158 3.4016,-1.93683 1.6696,-1.66957 1.7933,-2.46302 0.8963,-5.75 -0.6203,-2.27313 -2.4122,-4.95323 -4.4368,-6.63597 -6.412,-5.32932 -3.649,-13.6772 4.527,-13.6772 4.4561,0 10.0767,3.92112 10.0767,7.02988 0,1.86132 1.4427,3.2534 3.7318,3.60084 2.439,0.37021 7.1442,4.95227 9.3188,9.07506 1.2201,2.31318 2.997,5.04153 3.9486,6.063 3.4358,3.6879 3.8901,5.51523 2.4207,9.73764 -1.9813,5.69341 -1.7906,7.00175 1.5801,10.8408 1.65,1.87924 3,4.12373 3,4.98774 0,2.87619 -2.1911,6.4311 -4.6562,7.55427 -2.0748,0.94534 -2.7623,0.76562 -4.6398,-1.21292 z\"\n            id=\"path2071\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1598.0897,207.85325 c -2.2437,-2.33498 -4.3416,-5.07168 -4.6622,-6.08156 -0.3205,-1.00988 -1.7198,-3.05914 -3.1095,-4.55392 -3.5937,-3.86534 -7.318,-11.61619 -7.318,-15.22998 0,-3.95606 3.9028,-7.98779 7.7323,-7.98779 2.5975,0 6.2677,-2.84057 6.2677,-4.85092 0,-0.89203 -4.8552,-3.50857 -6.5,-3.50294 -0.55,0.002 -3.1317,0.3575 -5.7372,0.79026 -6.0549,1.00572 -9.149,0.20606 -10.4766,-2.70763 -0.7916,-1.73743 -0.7012,-2.99765 0.3605,-5.02397 0.8436,-1.61012 0.9995,-2.7048 0.3852,-2.7048 -0.5675,0 -1.9319,-0.9 -3.0319,-2 -2.2473,-2.24731 -2.6063,-6.96243 -0.9022,-11.85078 0.9827,-2.81903 1.5141,-3.14922 5.0674,-3.14922 3.6589,0 3.9138,-0.17569 3.257,-2.24506 -0.3919,-1.23478 -2.049,-3.41189 -3.6824,-4.83803 -2.5172,-2.19772 -2.8663,-3.06443 -2.2906,-5.68585 0.8078,-3.67748 2.8105,-5.54424 6.4114,-5.97595 6.2368,-0.74775 6.4188,-1.482 1.627,-6.56226 l -3.5124,-3.72383 2.0222,-3.9639 c 1.1122,-2.18015 3.3405,-4.64561 4.9517,-5.4788 2.3277,-1.203717 2.9933,-2.286367 3.2402,-5.270608 0.2901,-3.506793 0.5448,-3.77542 3.8425,-4.053071 3.6502,-0.307318 9.4844,2.752629 11.0536,5.797359 2.2154,4.29849 4.9146,10.77132 4.9146,11.78531 0,2.1432 4.1987,8.68651 8.6125,13.42185 3.2292,3.46447 4.3875,5.52627 4.3875,7.80986 0,2.35167 1.2103,4.38239 5,8.38946 4.3789,4.63002 5,5.81228 5,9.51707 0,4.47771 0.3744,4.96442 9.957,12.94244 3.5728,2.97452 4.043,3.86499 4.043,7.65657 0,3.69223 -0.8329,5.39364 -5.9722,12.20015 -3.2847,4.35026 -7.1097,8.51834 -8.5,9.26241 -1.6572,0.88691 -2.5278,2.20424 -2.5278,3.82491 0,1.35963 -1.6675,4.65859 -3.7055,7.33102 -4.1164,5.39779 -4.748,5.70929 -8.9777,4.42795 -1.9018,-0.57612 -2.224,-0.23648 -2.5,2.63481 -0.3092,3.21676 -0.4413,3.3034 -5.4823,3.59552 -4.9251,0.2854 -5.3552,0.10181 -9.2448,-3.94608 z\"\n            id=\"path2069\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1474.3076,192 c 0.3057,-1.375 0.8617,-4.1875 1.2354,-6.25 0.3738,-2.0625 1.0921,-3.75 1.5964,-3.75 1.4365,0 -0.133,9.31991 -1.8525,11 -1.3726,1.34114 -1.4763,1.23523 -0.9793,-1 z\"\n            id=\"path2065\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 1549.9765,148.7182 c -3.4063,-2.72369 -5.7729,-6.78322 -5.2353,-8.98009 0.8446,-3.4514 2.2577,-4.73811 5.2036,-4.73811 2.0567,0 3.3379,0.97442 5.3776,4.08974 3.2041,4.89397 3.3094,6.27843 0.6776,8.91026 -2.2787,2.2787 -3.8392,2.46477 -6.0235,0.7182 z\"\n            id=\"path1873\"\n            inkscape:connector-curvature=\"0\"/>\n</g>\n<path\n        d=\"m 1749.4712,1249.0557 c 1.0601,-2.05 2.443,-2.9535 5.2347,-3.4202 2.0868,-0.3488 4.3725,-1.0084 5.0795,-1.4658 1.8595,-1.2029 2.8196,-8.1778 1.2584,-9.1426 -0.8791,-0.5433 -0.9618,-1.3301 -0.2787,-2.6499 0.5344,-1.0325 1.2738,-3.5518 1.6432,-5.5985 0.3693,-2.0466 1.4915,-4.2966 2.4938,-5 3.604,-2.5291 6.7456,-8.359 6.4112,-11.8977 -0.1757,-1.8595 -0.3904,-7.0334 -0.4771,-11.4974 -0.1477,-7.5986 0.072,-8.5264 3.4358,-14.5423 l 3.5935,-6.4258 -1.7915,-3.9577 c -0.9854,-2.1768 -2.7551,-4.815 -3.9328,-5.8628 -2.0884,-1.858 -2.9076,-4.595 -1.3752,-4.595 0.4212,0 3.4011,2.6864 6.6218,5.9698 5.3179,5.4213 10.7247,8.9103 16.1122,10.397 5.4772,1.5115 8.4955,-7.6781 4.4478,-13.5417 -2.6433,-3.8291 -13.5355,-15.6472 -16.3463,-17.7358 -1.0441,-0.7759 -4.8691,-1.752 -8.5,-2.1692 -3.6308,-0.4172 -9.0621,-1.4699 -12.0694,-2.3393 -3.8807,-1.1219 -9.7424,-1.5808 -20.1933,-1.5808 -13.7352,0 -14.8224,-0.1385 -16.1684,-2.0602 -0.7937,-1.1331 -3.8181,-3.2875 -6.721,-4.7875 -4.2877,-2.2156 -5.3,-3.2301 -5.3953,-5.4071 -0.064,-1.4739 -1.412,-4.0312 -2.9945,-5.683 -2.4685,-2.5765 -2.6416,-3.0935 -1.2184,-3.6396 2.2172,-0.8508 2.0913,-3.0064 -0.378,-6.4742 -1.1202,-1.5733 -2.9155,-4.847 -3.9895,-7.2749 -1.7095,-3.8647 -2.4312,-4.491 -5.7938,-5.0287 -3.8429,-0.6145 -14.4695,-5.6951 -17.0493,-8.1512 -0.7531,-0.7171 -1.4866,-3.034 -1.6299,-5.1487 -0.1433,-2.1147 -0.6023,-5.1376 -1.0199,-6.7176 l -0.7592,-2.8728 -8.0745,0.5293 c -7.4824,0.4905 -8.4986,0.3152 -13.8591,-2.3908 l -5.7847,-2.9201 -4.1253,2.6041 c -3.7541,2.3699 -3.9836,2.7459 -2.5505,4.1791 1.4331,1.4331 0.9718,1.9679 -5.1263,5.9426 -3.6857,2.4023 -8.3301,6.1089 -10.3209,8.2369 -4.0487,4.3276 -4.5316,4.3791 -18.8803,2.0125 -4.125,-0.6803 -10.6855,-1.326 -14.579,-1.4349 -6.7106,-0.1877 -13.421,-2.5521 -13.421,-4.7288 0,-0.4314 -1.155,-0.7844 -2.5668,-0.7844 -1.5622,0 -4.0082,-1.3664 -6.25,-3.4913 -3.656,-3.4655 -3.7511,-3.4914 -12.8618,-3.5 -6.6095,-0.01 -9.5782,-0.4083 -10.6063,-1.4364 -0.7852,-0.7853 -3.1799,-1.744 -5.3214,-2.1304 -5.5037,-0.9932 -6.0829,-1.7308 -6.8468,-8.7202 -0.6237,-5.7053 -0.9444,-6.3548 -3.8635,-7.8247 -3.0595,-1.5406 -3.1793,-1.8325 -3.0772,-7.5 0.1152,-6.3917 1.3025,-33.1995 1.8999,-42.897 0.2033,-3.3 0.6573,-13.15136 1.0088,-21.89191 0.8025,-19.95266 -0.9234,-16.8192 22.9172,-41.60809 5.0252,-5.225 12.0462,-12.82618 15.6023,-16.8915 3.5561,-4.06533 6.9315,-7.89033 7.5009,-8.5 0.5694,-0.60968 6.4166,-7.4085 12.9937,-15.1085 6.5771,-7.7 14.2113,-16.49119 16.9647,-19.53598 13.4836,-14.91026 19.515,-21.68198 21.344,-23.96402 l 2.0037,-2.5 3.3293,1.88762 c 4.0839,2.31544 10.8293,8.61851 10.8293,10.11916 0,0.60549 1.4797,2.5351 3.2883,4.28803 2.4286,2.35391 4.8469,3.48719 9.25,4.33481 4.1114,0.79147 6.8982,2.02666 8.9792,3.97981 2.8616,2.68591 5.391,3.64803 10.0329,3.81626 1.1277,0.0409 4.5027,2.25581 7.5,4.92208 l 5.4496,4.84778 18.7381,0.62582 c 16.3226,0.54515 19.271,0.89769 22.8721,2.73483 l 4.1339,2.109 -0.6786,8.6674 c -0.3733,4.76707 -1.0651,9.05675 -1.5373,9.53263 -0.4792,0.48289 -0.025,2.23605 1.0279,3.96742 1.0376,1.70621 2.1644,5.14186 2.504,7.63478 1.0896,7.99931 1.2594,8.82488 2.2004,10.69486 0.5086,1.01074 0.783,3.90676 0.6098,6.43559 -0.2543,3.71317 0.2571,5.4998 2.6577,9.28521 3.86,6.0866 15.8855,20.61691 17.0628,20.61691 2.2869,0 8.671,8.25485 10.4643,13.53079 l 1.9289,5.67481 6.183,-0.4658 6.183,-0.4657 0.6337,5.1129 c 1.0019,8.0834 1.4152,11.7202 2.0019,17.613 0.3011,3.025 0.7424,6.625 0.9805,8 0.2382,1.375 0.7051,5.2 1.0375,8.5 0.3325,3.3 0.7695,7.125 0.9712,8.5 0.482,3.287 1.4236,11.261 2.0664,17.5 0.2833,2.75 0.7115,6.575 0.9514,8.5 1.5011,12.0411 2.4751,20.2365 3.017,25.3855 0.3407,3.2371 1.9706,8.9073 3.6219,12.6004 2.5325,5.6638 3.9117,7.3561 8.8107,10.811 6.4614,4.5566 15.4874,7.7582 24.5578,8.7107 4.1491,0.4357 7.4152,1.5343 10.5875,3.5612 2.5232,1.6122 5.4482,2.9408 6.5,2.9526 1.0669,0.012 3.1222,1.7319 4.6484,3.8901 l 2.736,3.8689 8.6349,-0.4756 c 7.4783,-0.4118 9.4802,-0.9401 14.9447,-3.9438 6.3268,-3.4777 11.3819,-5.0701 11.525,-3.6306 0.1521,1.5301 0.724,4.0655 1.3906,6.166 0.5351,1.686 -0.1334,2.8333 -3.1313,5.3736 -6.2453,5.2921 -11.4309,10.7887 -18.8358,19.9654 -3.85,4.7712 -7.45,8.71 -8,8.753 -1.6859,0.1317 -5.686,3.9016 -5.1169,4.8224 1.1628,1.8815 -6.8527,4.9225 -13.4961,5.1203 -11.9364,0.3553 -29.132,7.4287 -32.7981,13.4915 -3.6336,6.0091 -3.6047,7.4639 0.1797,9.0452 1.879,0.785 4.2908,1.1987 5.3597,0.9191 1.4711,-0.3846 2.3463,0.3366 3.6008,2.9673 1.9451,4.0789 1.2817,4.6458 -5.4358,4.6458 -4.0483,0 -14.9728,4.1237 -17.7933,6.7165 -1.3207,1.2141 -1.2041,1.6033 0.9755,3.2556 l 2.4754,1.8766 -2.7459,0.6892 c -1.5103,0.3791 -4.736,0.1881 -7.1683,-0.4243 -9.4841,-2.3882 -11.7296,-1.3358 -23.537,11.0309 -6.4716,6.7782 -7.9801,7.8674 -11,7.9423 -1.9248,0.048 -4.9553,0.2371 -6.7345,0.4208 l -3.2347,0.3341 1.4407,-2.786 z\"\n        id=\"CA-ON\"\n        inkscape:connector-curvature=\"0\"/>\n<path\n        d=\"m 2100.6702,1071.3369 c -0.2889,-0.2889 -4.2704,-0.6863 -8.8478,-0.8831 -4.5773,-0.1968 -10.7974,-1.085 -13.8224,-1.9738 -6.6994,-1.9685 -8.0737,-2.3009 -10,-2.4188 -4.0759,-0.2495 -4.5024,-1.7185 -2.031,-6.995 1.3051,-2.7864 2.9631,-5.0662 3.6844,-5.0662 0.7213,0 3.3494,1.9526 5.8401,4.3392 3.6422,3.4898 4.7461,4.077 5.64,3 0.6543,-0.7884 3.1445,-1.3392 6.0547,-1.3392 2.7188,0 5.7012,-0.4021 6.6275,-0.8936 3.1978,-1.6966 12.1423,-3.9835 12.6114,-3.2243 0.2588,0.4187 -0.1614,1.9793 -0.9337,3.4679 -0.7723,1.4887 -1.5075,4.7027 -1.6338,7.1423 -0.2048,3.9559 -1.7424,6.2915 -3.1894,4.8446 z\"\n        id=\"CA-PE\"\n        inkscape:connector-curvature=\"0\"/>\n<g\n        id=\"CA-QC\">\n    <path\n            d=\"m 1898.798,1145.2352 c -0.8982,-1.5206 -1.81,-4.3331 -2.0261,-6.25 -0.3712,-3.2927 -0.6206,-3.502 -4.5159,-3.7894 -4.1223,-0.3042 -9.4829,1.7602 -15.4104,5.9348 -2.019,1.422 -4.4415,1.8694 -10.1211,1.8694 -7.4099,0 -7.4848,-0.027 -9.8456,-3.4932 -1.3084,-1.9212 -3.2291,-3.4962 -4.2683,-3.5 -1.0392,0 -4.1678,-1.4087 -6.9525,-3.1221 -3.5333,-2.1741 -6.7391,-3.2579 -10.6106,-3.587 -8.4407,-0.7175 -17.8292,-3.8149 -23.5904,-7.7828 -4.247,-2.9251 -5.7396,-4.7917 -8.2306,-10.2939 -1.839,-4.0622 -3.2968,-9.2924 -3.6849,-13.221 -0.3532,-3.575 -0.823,-7.85 -1.0439,-9.5 -0.221,-1.65 -0.8973,-7.275 -1.5031,-12.5 -0.6057,-5.225 -1.2908,-11.075 -1.5224,-13 -0.2316,-1.925 -0.6649,-5.525 -0.9629,-8 -0.298,-2.475 -1.887,-16.2 -3.5312,-30.5 -1.6442,-14.3 -3.2343,-27.17677 -3.5336,-28.61504 -0.4776,-2.29537 -0.1614,-2.69159 2.5871,-3.24127 2.8947,-0.57896 3.0802,-0.85797 2.457,-3.69558 -0.5274,-2.40109 -0.073,-3.97721 2.0853,-7.23914 1.5177,-2.29338 2.7556,-5.30361 2.7509,-6.68938 0,-1.38577 -1.8351,-6.34459 -4.0677,-11.01959 -2.2327,-4.675 -4.5427,-10.3 -5.1334,-12.5 -0.5908,-2.2 -1.8421,-5.09285 -2.7807,-6.42855 -1.158,-1.648 -1.6241,-3.98173 -1.45,-7.26105 0.2778,-5.23422 -2.3698,-10.92485 -5.9824,-12.85823 -1.1489,-0.61491 -1.9195,-2.1048 -1.9328,-3.73735 -0.012,-1.49315 -0.9023,-3.83982 -1.9778,-5.21482 -1.0755,-1.375 -1.9655,-2.95146 -1.9778,-3.50325 -0.033,-1.49063 4.8534,-5.82217 10.4979,-9.30577 2.739,-1.69038 6.4077,-4.78737 8.1527,-6.8822 1.7451,-2.09483 5.18,-6.00679 7.6333,-8.69324 2.9871,-3.27109 5.6713,-7.84515 8.1264,-13.84793 3.3243,-8.12818 3.6486,-9.75129 3.4796,-17.41769 -0.1367,-6.20164 -0.9209,-10.6385 -2.9433,-16.65207 -1.5164,-4.50882 -3.0278,-9.39377 -3.3588,-10.85545 -1.047,-4.62429 -9.9778,-14.22677 -16.4298,-17.66567 -7.7185,-4.11393 -13.6692,-10.05314 -13.9652,-13.93839 -0.1244,-1.6321 0.5309,-4.71591 1.4562,-6.8529 0.9253,-2.13699 1.8045,-4.55985 1.9536,-5.38414 0.1492,-0.82428 1.1946,-2.24641 2.3232,-3.16029 1.5509,-1.25581 2.052,-2.82777 2.052,-6.43685 0,-3.36746 0.5782,-5.3907 1.9612,-6.86285 1.8178,-1.935 1.857,-2.39001 0.5358,-6.22477 -0.7839,-2.27545 -1.6268,-5.24821 -1.8731,-6.60613 -0.5536,-3.05285 -3.1856,-8.24113 -6.1944,-12.21041 -2.0536,-2.70927 -2.2751,-4.09967 -2.2849,-14.34736 -0.01,-8.18534 -0.3963,-11.80787 -1.3943,-13 -0.7609,-0.90895 -2.6616,-4.73723 -4.2238,-8.50729 l -2.8405,-6.85464 2.5739,-5.24804 c 2.4527,-5.00097 2.7962,-5.27851 7.2966,-5.89535 7.5109,-1.02949 13.8748,-0.75925 18.2196,0.77368 5.719,2.01777 13.6987,2.72918 16.9114,1.5077 1.5083,-0.57342 4.5344,-2.81696 6.7247,-4.98564 2.1904,-2.16868 4.4562,-3.93285 5.0351,-3.92037 1.7561,0.0379 21.0774,10.2106 27.4972,14.47731 4.8884,3.24898 5.9839,4.46939 5.8347,6.5 -0.101,1.375 0.5753,3.64781 1.503,5.0507 1.5138,2.28931 2.7386,2.67811 11.9522,3.79402 5.6461,0.68383 12.4485,1.94977 15.1166,2.81321 l 4.851,1.56989 -0.6828,5.46519 c -0.6662,5.33151 0.077,8.78143 4.6962,21.80699 0.5851,1.65 1.0193,4.23533 0.9649,5.74518 -0.061,1.69876 0.8631,3.70735 2.4251,5.26932 1.3883,1.38828 3.4161,4.54046 4.5062,7.00485 l 1.982,4.48071 4.9266,-0.60005 c 4.7442,-0.57783 5.1227,-0.43257 10.2203,3.92246 2.9115,2.48738 6.5235,4.83117 8.0266,5.20843 1.5031,0.37725 2.7329,1.08713 2.7329,1.57751 0,1.86187 2.1155,0.74621 6.3682,-3.35841 3.2813,-3.16704 4.5766,-5.29971 5.0834,-8.36949 0.4789,-2.90099 1.3437,-4.42183 2.9235,-5.14165 1.3849,-0.63098 2.7683,-2.69008 3.6151,-5.38051 1.5539,-4.93738 1.3867,-15.32639 -0.2953,-18.3472 -0.6159,-1.10613 -0.9899,-2.45155 -0.8311,-2.98982 0.1587,-0.53827 0.7442,-3.44277 1.3009,-6.45445 0.9157,-4.95364 3.2825,-8.52659 4.9609,-7.48925 0.3562,0.22015 0.9572,2.09275 1.3355,4.16132 0.8508,4.65173 5.1605,12.26105 6.9444,12.26105 1.2169,0 4.0644,9.99949 3.5595,12.5 -0.5506,2.72741 0.2674,3.11081 5.785,2.71156 l 5.75,-0.41606 -0.1525,6.35225 c -0.084,3.49374 -0.6315,7.87223 -1.2169,9.72998 -0.6887,2.18573 -0.7275,4.00691 -0.1101,5.16062 1.1604,2.1681 6.4928,5.5595 10.1937,6.48311 3.3582,0.83811 3.6429,1.72635 4.3132,13.45837 0.2968,5.19346 1.1627,11.71009 1.9243,14.48141 0.7616,2.77132 1.6518,6.64551 1.9782,8.60931 0.4007,2.411 1.5935,4.30994 3.6728,5.84727 2.9969,2.21571 7.8679,10.9709 7.8875,14.17719 0.01,0.87726 0.8475,2.3531 1.8713,3.27964 1.0238,0.92655 2.6433,3.41835 3.5988,5.53736 1.6807,3.72718 1.6691,4.00705 -0.3576,8.58871 l -2.0949,4.73598 -5.2539,-0.54521 c -2.8897,-0.29986 -6.6315,-0.84239 -8.3152,-1.20561 -2.7148,-0.58565 -3.3373,-0.25514 -5.5,2.92003 -2.6747,3.92693 -4.3739,4.41519 -7.0228,2.01796 -0.9579,-0.86687 -4.4878,-2.14205 -7.8443,-2.83374 -6.6722,-1.37497 -7.317,-1.09349 -8.4613,3.69388 -0.3775,1.57917 -1.7355,3.27152 -3.1379,3.91051 -1.9134,0.8718 -2.4724,1.88366 -2.4724,4.4751 0,2.38106 -0.8957,4.28499 -3.1001,6.58948 -2.7154,2.83868 -3.0315,3.74286 -2.5473,7.28544 0.3041,2.22449 1.1679,5.23003 1.9196,6.67897 2.2865,4.40737 8.2356,10.37432 12.3423,12.3794 4.3353,2.1167 5.0538,4.51383 3.071,10.24535 -1.0794,3.1202 -0.961,3.51798 1.7382,5.83977 2.9207,2.51231 6.3841,2.75254 12.1868,0.84533 1.9155,-0.62958 2.174,-0.21571 2.7967,4.4786 0.4734,3.56893 1.4659,5.952 3.2015,7.68763 2.295,2.295 2.9988,2.45495 8.0339,1.82586 4.5362,-0.56676 5.8689,-0.37256 7.486,1.09093 1.082,0.97923 2.7333,1.92054 3.6694,2.09178 4.6514,0.85087 14.8779,1.11019 16.017,0.40615 0.7106,-0.43915 1.4894,-2.78202 1.7307,-5.20638 0.5619,-5.64464 1.2911,-12.32964 1.383,-12.67825 0.039,-0.14868 1.9311,0.67849 4.2043,1.83816 3.0466,1.55425 5.2151,1.9632 8.25,1.55578 4.339,-0.5825 20.3587,-6.02961 37.117,-12.6208 25.7111,-10.1124 41.5349,-15.92463 47.4274,-17.42057 3.535,-0.89746 7.0416,-2.14153 7.7923,-2.76461 0.8038,-0.66708 1.6856,-0.7597 2.1447,-0.22526 2.3391,2.72282 7.1356,9.27215 7.1356,9.74308 0,0.3012 -2.8125,2.69349 -6.25,5.31619 -9.1699,6.99633 -14.6346,13.21074 -15.2554,17.34835 -0.2888,1.925 -2.544,7.55 -5.0116,12.5 -2.4676,4.95 -4.8928,10.125 -5.3894,11.5 -1.1226,3.10832 -17.2956,11.79716 -27.5936,14.82445 -3.85,1.13179 -12.4,3.62146 -19,5.53262 -38.673,11.19852 -57.3573,18.23185 -60.8456,22.90405 -1.0277,1.3764 -2.2728,4.69323 -2.7671,7.37072 -0.4942,2.67749 -1.8335,7.90566 -2.9762,11.61816 -1.8045,5.8627 -2.3907,6.75 -4.4595,6.75 -4.7551,0 -14.5568,11.1554 -18.0124,20.5 -1.0169,2.75 -3.2816,7.2624 -5.0325,10.0276 -1.751,2.7651 -3.3952,6.5901 -3.6538,8.5 -1.1346,8.3778 -16.4763,33.2164 -24.4601,39.6014 -11.2123,8.967 -26.6344,25.3746 -25.1914,26.8013 0.2193,0.2167 4.2236,-3.837 8.8986,-9.0081 4.675,-5.1712 11.459,-11.6288 15.0756,-14.3503 6.2138,-4.6758 13.016,-11.8649 17.5726,-18.5719 4.0672,-5.9867 11.3518,-20.4278 11.3518,-22.5039 0,-1.1702 0.5149,-3.1105 1.1442,-4.3118 1.8194,-3.473 11.0248,-14.8209 14.8558,-18.3133 1.925,-1.7549 5.7383,-5.2545 8.4739,-7.777 2.7357,-2.5224 7.6857,-6.2366 11,-8.2537 3.3144,-2.0172 9.4011,-6.0003 13.5261,-8.8516 5.225,-3.6115 9.4829,-5.6723 14.037,-6.794 6.137,-1.5115 6.8958,-1.499 12.4001,0.204 4.8026,1.4859 6.1853,2.4278 7.6452,5.2077 3.972,7.5635 3.3478,12.7085 -2.386,19.6675 -5.5646,6.7537 -7.618,8.0756 -13.4795,8.6778 -11.4738,1.1789 -21.0237,3.8617 -24.1514,6.7848 -4.0561,3.7908 -7.3928,4.9331 -15.304,5.2391 -9.4631,0.366 -10.0237,1.0369 -9.2371,11.0548 l 0.6429,8.1873 -3.8549,0.6164 c -2.1202,0.339 -5.0547,0.3988 -6.5211,0.1329 -1.9752,-0.3582 -3.0799,0.1018 -4.2623,1.7748 -1.9578,2.77 -6.219,16.6317 -6.996,22.7582 -0.3139,2.475 -1.0062,7.425 -1.5384,11 -0.5322,3.575 -1.1632,8.4393 -1.4021,10.8097 -0.7777,7.7148 -3.7567,14.3158 -7.7269,17.1217 -1.999,1.4127 -4.6495,4.0383 -5.8899,5.8347 -1.2405,1.7963 -3.205,3.4571 -4.3655,3.6907 -1.1606,0.2336 -9.3938,2.0263 -18.2961,3.9839 -8.9023,1.9576 -18.5928,3.5593 -21.5344,3.5593 -4.7811,0 -5.5216,-0.2933 -6.9816,-2.7648 z\"\n            id=\"path2183\"\n            inkscape:connector-curvature=\"0\"/>\n    <path\n            d=\"m 2062.0131,992.20489 c -1.3678,-0.22334 -3.6178,-1.18346 -5,-2.13359 -1.3822,-0.95013 -5.079,-2.2823 -8.2151,-2.96037 -7.1475,-1.54542 -8.536,-4.11866 -4.1556,-7.70162 2.279,-1.86409 4.1738,-2.36909 9.3576,-2.49394 13.6657,-0.32916 18.5858,0.26369 27.75,3.34379 9.1304,3.06873 9.25,3.15095 9.25,6.3575 0,3.81706 -0.3704,3.9752 -11.5,4.90993 -12.1166,1.01763 -14.7769,1.12082 -17.4869,0.6783 z\"\n            id=\"path2161\"\n            inkscape:connector-curvature=\"0\"/>\n</g>\n<path\n        d=\"m 1419.9167,1058.6132 c -0.2292,-0.2128 -4.0167,-0.691 -8.4167,-1.0627 -4.4,-0.3717 -9.125,-0.8417 -10.5,-1.0445 -1.375,-0.2028 -5.425,-0.6555 -9,-1.006 -3.575,-0.3505 -7.625,-0.7959 -9,-0.9897 -1.375,-0.1939 -5.425,-0.6505 -9,-1.0148 -3.575,-0.3643 -17.525,-3.1382 -31,-6.1642 -13.475,-3.026 -25.175,-5.6462 -26,-5.8227 -4.5446,-0.9723 -7.1169,-1.5529 -13,-2.9342 -3.575,-0.8394 -7.4,-1.6829 -8.5,-1.8744 -1.1,-0.1915 -5.5024,-1.1509 -9.7832,-2.1319 -6.3238,-1.4492 -7.6873,-2.0916 -7.2721,-3.4259 0.477,-1.5329 8.3409,-33.84056 9.0407,-37.1422 0.1749,-0.825 1.7306,-7.35 3.4572,-14.5 1.7265,-7.15 4.7469,-19.75 6.7118,-28 1.965,-8.25 5.8124,-24.225 8.5499,-35.5 2.7375,-11.275 5.1564,-21.39568 5.3754,-22.4904 0.2189,-1.09472 1.7548,-7.61972 3.4131,-14.5 1.6583,-6.88028 5.0595,-21.0596 7.5582,-31.5096 2.4987,-10.45 6.0621,-25.3 7.9186,-33 1.8565,-7.7 5.019,-20.82724 7.0278,-29.17164 l 3.6524,-15.17164 5.1751,0.42821 c 2.8463,0.23552 7.3837,0.76276 10.0831,1.17164 2.6994,0.40889 8.4026,0.32908 12.6738,-0.17735 7.3287,-0.86898 8.1077,-0.76729 13.8447,1.80731 5.6663,2.54288 8.0735,2.72821 8.0735,0.6216 0,-1.12423 -21.2468,-11.47108 -26.5,-12.90507 -2.2,-0.60055 -5.0125,-1.09442 -6.25,-1.09748 -1.2375,-0.003 -3.15,-0.90558 -4.25,-2.00558 -2.2049,-2.20492 -5.1012,-2.55137 -8.0657,-0.96482 -2.2816,1.22107 -2.3272,0.89536 -0.8432,-6.02443 0.8561,-3.992 1.4484,-4.98656 2.75,-4.61809 1.4822,0.41957 8.5483,1.87308 15.2308,3.13298 1.3355,0.25178 3.3281,0.64622 4.4281,0.87652 3.3367,0.69861 44.8204,8.77468 47.5,9.24735 1.375,0.24253 7.9,1.51473 14.5,2.8271 6.6,1.31237 13.8,2.55824 16,2.76859 3.8523,0.36833 3.9944,0.50936 3.8475,3.81863 -0.084,1.88989 -1.3091,11.76117 -2.7228,21.93617 -1.4137,10.175 -2.8546,20.75 -3.2019,23.5 -0.6196,4.90466 -1.8348,7.5 -3.5119,7.5 -1.5333,0 -7.5203,6.64289 -8.8243,9.79099 -0.948,2.28858 -1.0096,3.95066 -0.2374,6.4002 2.2242,7.05465 1.8338,10.50892 -1.5864,14.03765 -2.2184,2.2888 -2.9187,3.70987 -2.3121,4.69145 0.7073,1.14436 1.4634,0.90908 4.0365,-1.25609 1.7414,-1.46531 3.8323,-2.6642 4.6464,-2.6642 1.5014,0 1.4826,3.15089 -0.1367,23 -0.2468,3.025 -0.7058,9.55 -1.02,14.5 -0.3142,4.95 -0.7597,11.025 -0.9899,13.5 -0.2303,2.475 -0.686,9 -1.0128,14.5 -0.3268,5.5 -0.7705,11.575 -0.9861,13.5 -0.2157,1.925 -0.6749,8.45 -1.0206,14.5 -0.3458,6.05 -0.7861,12.125 -0.9785,13.5 -0.1925,1.375 -0.6594,7.9 -1.0375,14.5 -0.3782,6.6 -0.8086,12.675 -0.9565,13.5 -0.1479,0.825 -0.5956,7.125 -0.995,14 -0.3994,6.875 -0.8494,13.175 -1,14 -0.1506,0.825 -0.6006,7.125 -1,14 -0.3994,6.875 -0.8769,13.3004 -1.0612,14.2786 -0.1842,0.9783 -0.4293,4.6908 -0.5445,8.25 -0.1871,5.7784 -1.1619,7.7703 -2.9776,6.0846 z\"\n        id=\"CA-SK\"\n        inkscape:connector-curvature=\"0\"/>\n<path\n        d=\"m 1160.4397,680.67529 c -1.0668,-0.70329 -5.3147,-2.79428 -9.4397,-4.64665 -6.2983,-2.82831 -28.0222,-14.10455 -63.6742,-33.05141 -11.3331,-6.02281 -52.8515,-31.826 -83.5758,-51.94126 -10.88063,-7.12358 -15.75,-10.87982 -15.75,-12.1496 0,-2.53109 3.08744,-7.38071 6.31523,-9.91969 5.80007,-4.56236 2.45128,-7.5066 -8.9486,-7.86749 -2.25866,-0.0715 -3.28147,-0.66552 -3.66389,-2.12789 -0.29178,-1.11579 -0.90676,-1.92664 -1.36663,-1.80188 -1.87096,0.50758 -5.27417,-1.39891 -5.87471,-3.29102 -0.47788,-1.50567 1.89077,-5.75319 9.31217,-16.69885 C 997.53744,516.87952 1022.9824,479.1969 1042.641,450 c 15.6575,-23.25445 35.8902,-53.23674 63.2135,-93.67448 l 12.2803,-18.17448 3.1826,1.09681 c 6.5599,2.26073 8.4583,4.51184 9.2009,10.9102 0.377,3.24799 1.7359,7.98034 3.0198,10.51632 1.2839,2.53599 2.6273,6.3453 2.9855,8.46512 0.4784,2.83154 1.7333,4.78056 4.7297,7.34531 3.7206,3.18469 3.9473,3.64572 2.5833,5.25314 -2.0997,2.47449 -12.2174,18.95338 -14.5893,23.76206 -1.0852,2.2 -2.772,6.475 -3.7485,9.5 -0.9764,3.025 -2.7799,7.525 -4.0076,10 -4.3609,8.79134 -4.6091,8.12209 5.9592,16.06576 7.2784,5.47081 9.5496,7.73189 9.5496,9.50716 0,1.28108 -1.6097,5.41081 -3.5771,9.17718 -2.3351,4.47042 -3.7584,8.7597 -4.0995,12.35433 -0.5119,5.39554 -0.4491,5.56231 3.1208,8.28522 3.8981,2.97322 3.741,2.14722 2.6204,13.78089 -0.035,0.3688 -1.3815,0.95979 -2.9911,1.31331 -3.1647,0.69509 -6.0735,4.25061 -6.0735,7.42381 0,1.08791 -0.9106,3.52145 -2.0237,5.40786 -2.1822,3.69862 -1.6993,7.00966 1.3973,9.57956 1.1404,0.94646 1.4429,2.41902 1.0839,5.27615 -0.382,3.04067 0.021,4.6918 1.7305,7.09286 1.596,2.24127 2.2692,4.70941 2.3718,8.69542 0.079,3.07425 0.9269,7.08104 1.8937,8.95058 1.6835,3.25561 1.6724,3.65569 -0.2921,10.48732 -2.6118,9.08248 -3.882,16.17339 -4.6138,25.75617 -0.3214,4.20947 -1.0809,9.07772 -1.6876,10.81832 -0.9809,2.8137 -0.826,3.46219 1.3962,5.84642 3.3383,3.58173 4.2702,5.55518 6.2355,13.20505 0.9151,3.56215 2.9214,8.81302 4.4584,11.66861 2.0409,3.79153 2.4518,5.32355 1.5235,5.67976 -0.6991,0.26828 -1.4987,2.65689 -1.7768,5.30802 -0.2782,2.65113 -0.8303,6.07926 -1.227,7.61807 -0.8598,3.33545 0.418,4.57628 8.5302,8.28347 3.025,1.38238 7.2306,3.70816 9.3457,5.16839 2.1151,1.46023 5.0401,2.67641 6.5,2.70264 l 2.6543,0.0477 -0.279,10.44563 c -0.1534,5.74509 -0.4055,10.57224 -0.5603,10.727 -0.1547,0.15475 -1.1542,-0.29405 -2.221,-0.99734 z\"\n        id=\"CA-YT\"\n        inkscape:connector-curvature=\"0\"/>\n</g>\n<g>\n<text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"106.74419\"\n            y=\"349.30325\"\n            id=\"CA-AB Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7646\"\n                x=\"106.74419\"\n                y=\"349.30325\">AB\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"51.111599\"\n            y=\"346.62216\"\n            id=\"CA-BC Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7610\"\n                x=\"51.111599\"\n                y=\"346.62216\">BC\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"203.2634\"\n            y=\"347.62756\"\n            id=\"CA-MB Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7638\"\n                x=\"203.2634\"\n                y=\"347.62756\">MB\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"415.73969\"\n            y=\"339.91943\"\n            id=\"CA-NL Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7618\"\n                x=\"415.73969\"\n                y=\"339.91943\">NL\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"439.72949\"\n            y=\"419.39023\"\n            id=\"CA-NS Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7614\"\n                x=\"439.72949\"\n                y=\"419.39023\">NS\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"408.36667\"\n            y=\"416.33044\"\n            id=\"CA-NB Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan77\"\n                x=\"408.36667\"\n                y=\"416.33044\">NB\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"123.16587\"\n            y=\"231.33533\"\n            id=\"CA-NT Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7654\"\n                x=\"123.16587\"\n                y=\"231.33533\">NT\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"231.74998\"\n            y=\"230.32993\"\n            id=\"CA-NU Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7658\"\n                x=\"231.74998\"\n                y=\"230.32993\">NU\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"289.05829\"\n            y=\"399.23846\"\n            id=\"CA-ON Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7634\"\n                x=\"289.05829\"\n                y=\"399.23846\">ON\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"473.04794\"\n            y=\"411.63855\"\n            id=\"CA-PE Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7626\"\n                x=\"473.04794\"\n                y=\"411.63855\">PE\n        </tspan>\n    </text>\n<path\n        style=\"fill:none;stroke:#000000;stroke-width:0.76494664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none\"\n        d=\"m 523.94083,358.45959 -35.13276,-4.11762\"\n        id=\"CA-PE Line\"\n        sodipodi:nodetypes=\"cc\"\n        inkscape:connector-curvature=\"0\"/>\n<path\n        sodipodi:type=\"arc\"\n        style=\"opacity:0.75;fill:none;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0\"\n        id=\"CA-PE Circle\"\n        sodipodi:cx=\"1545.4756\"\n        sodipodi:cy=\"1266.3573\"\n        sodipodi:rx=\"21.316904\"\n        sodipodi:ry=\"15.987679\"\n        d=\"m 1566.7925,1266.3573 a 21.316904,15.987679 0 1 1 -42.6338,0 21.316904,15.987679 0 1 1 42.6338,0 z\"\n        transform=\"matrix(0.76269028,0,0,0.51043086,-639.31236,-289.54589)\"/>\n<text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"346.70166\"\n            y=\"402.92502\"\n            id=\"CA-QC Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7622\"\n                x=\"346.70166\"\n                y=\"402.92502\">QC\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"148.97133\"\n            y=\"380.47092\"\n            id=\"CA-SK Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7642\"\n                x=\"148.97133\"\n                y=\"380.47092\">SK\n        </tspan>\n    </text>\n    <text\n            xml:space=\"preserve\"\n            style=\"font-size:13.76904011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial\"\n            x=\"38.711563\"\n            y=\"195.81091\"\n            id=\"CA-YT Label\"\n            sodipodi:linespacing=\"100%\"\n            transform=\"scale(1.1394723,0.87759921)\">\n        <tspan\n                sodipodi:role=\"line\"\n                id=\"tspan7650\"\n                x=\"38.711563\"\n                y=\"195.81091\">YT\n        </tspan>\n    </text>\n</g>\n</svg>\n</div>\n\n<div class=\"clear\"></div>\n\n<div id=\"pie-chart-value\">\n    <span>Value DonutChart</span>\n    <a class=\"reset\" href=\"javascript:pieChartValue.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <span class=\"reset\" style=\"display: none;\"><span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"pie-chart-country\">\n    <span>Country PieChart</span>\n    <a class=\"reset\" href=\"javascript:pieChartCountry.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <span class=\"reset\" style=\"display: none;\"><span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"choropleth-chart\">\n    <span>Choropleth Chart</span>\n    <a class=\"reset\" href=\"javascript:choroplethChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\nCountry filter: <input id=\"custom-filter\" type=\"text\"/>\n<button onclick=\"countryDimension.filter($('#custom-filter').val());dc.redrawAll();\">go</button>\n\n<div class=\"clear\"></div>\n\n<div id=\"line-chart-date\">\n    <span>Value LineChart</span>\n    <a class=\"reset\" href=\"javascript:lineChartDate.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"bar-chart-date\">\n    <span>Date BarChart (3 months)</span>\n    <a class=\"reset\" href=\"javascript:barChartDate.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"composite-chart-date\">\n    <span>Date Composite Chart (3 months)</span>\n    <a class=\"reset\" href=\"javascript:compositeChartDate.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\n<div id=\"line-chart-dateB\">\n    <span>Value LineChart in GroupB</span>\n    <a class=\"reset\" href=\"javascript:lineChartDateB.filterAll();dc.redrawAll('groupB');\"\n       style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"bar-chart-dateB\">\n    <span>Date BarChart (3 months) in GroupB</span>\n    <a class=\"reset\" href=\"javascript:barChartDateB.filterAll();dc.redrawAll('groupB');\"\n       style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"composite-chart-dateB\">\n    <span>Date Composite Chart (3 months) in GroupB</span>\n    <a class=\"reset\" href=\"javascript:compositeChartDateB.filterAll();dc.redrawAll('groupB');\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\n<div id=\"bar-chart-switch\">\n    <span>Bar Chart Runtime Switch</span>\n    <a class=\"reset\" href=\"javascript:barSwitchChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n    <button onclick=\"barSwitchChart.group(dateNegativeValueSumGroup).redraw()\">Switch</button>\n    <button onclick=\"barSwitchChart.group(dateValueSumGroup).redraw()\">Switch Back</button>\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\n<div id=\"bubble-chart\">\n    <span>Bubble Chart (Value, Count, Count)</span>\n    <a class=\"reset\" href=\"javascript:bubbleChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\n<div id=\"ordinal-bar-chart\">\n    <span>Ordinal Bar Chart</span>\n    <a class=\"reset\" href=\"javascript:ordinalBarChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"ordinal-line-chart\">\n    <span>Ordinal Line Chart</span>\n    <a class=\"reset\" href=\"javascript:ordinalLineChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"linear-bar-chart\">\n    <span>Linear Bar Chart</span>\n    <a class=\"reset\" href=\"javascript:linearBarChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\n<div id=\"negative-bar-chart\">\n    <span>Negative Bar Chart</span>\n    <a class=\"reset\" href=\"javascript:negativeBarChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div id=\"negative-line-chart\">\n    <span>Negative Line Chart</span>\n    <a class=\"reset\" href=\"javascript:negativeLineChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\n<div id=\"row-chart\">\n    <span>Row Chart</span>\n    <a class=\"reset\" href=\"javascript:rowChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\n<div id=\"scatterplot\">\n    <span>Scatter Plot</span>\n    <a class=\"reset\" href=\"javascript:scatterPlot.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n    <br/><span class=\"reset\" style=\"display: none;\">Current filter: <span class=\"filter\"></span></span>\n\n    <div class=\"clear\"></div>\n</div>\n\n<div class=\"clear\"></div>\n\n<div class=\"dc-data-count\">\n    <span class=\"filter-count\"></span> selected out of <span class=\"total-count\"></span>\n</div>\n\n<div class=\"clear\"></div>\n\n<table class=\"dc-data-table\">\n    <thead>\n    <tr>\n        <td>ID</td>\n        <td>Date</td>\n        <td>Status</td>\n        <td>Country</td>\n        <td>Value</td>\n    </tr>\n    </thead>\n</table>\n\n<script type=\"text/javascript\">\nvar pieChartValue = new dc.PieChart(\"#pie-chart-value\")\n        .width(250)\n        .height(250)\n        .radius(100)\n        .innerRadius(40)\n        .dimension(valueDimension)\n        .group(valueGroup);\n\nvar pieChartCountry = new dc.PieChart(\"#pie-chart-country\")\n        .width(250)\n        .height(250)\n        .radius(100)\n        .dimension(countryDimension)\n        .group(countryGroup)\n        .renderTitle(true);\n\nvar choroplethChart = new dc.GeoChoroplethChart(\"#choropleth-chart\")\n        .width(990)\n        .height(600);\n\nd3.json(\"geo/us-states.json\").then(function (states) {\n    d3.json(\"geo/us-counties.json\").then(function (counties) {\n        choroplethChart\n                .dimension(stateDimension)\n                .group(stateValueSumGroup)\n                .colors([\"#ccc\", \"#E2F2FF\", \"#C4E4FF\", \"#9ED2FF\", \"#81C5FF\", \"#6BBAFF\", \"#51AEFF\", \"#36A2FF\", \"#1E96FF\", \"#0089FF\"])\n                .colorDomain([0, 155])\n                .overlayGeoJson(states.features, \"state\", function (d) {\n                    return d.properties.name;\n                })\n                .overlayGeoJson(counties.features, \"county\")\n                .title(function (d) {\n                    return d.key + \" : \" + (d.value ? d.value : 0);\n                });\n\n        dc.renderAll();\n    });\n});\n\nvar lineChartDate = new dc.LineChart(\"#line-chart-date\");\nlineChartDate.width(500)\n        .height(180)\n        .margins({top: 30, right: 50, bottom: 30, left: 30})\n        .dimension(dateDimension)\n        .group(dateIdSumGroup, \"Id Sum\")\n        .stack(dateValueSumGroup, \"Value Sum\")\n        .stack(dateIdSumGroup, \"Fixed\", function (d) {\n            return 10;\n        })\n        .brushOn(false)\n        .title(function (d) {\n            return d.value;\n        })\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n        .xUnits(d3.timeDays)\n        .elasticY(true)\n        .renderArea(true)\n        .legend(new dc.Legend().x(400).y(10).itemHeight(13).gap(5))\n        .xAxis().ticks(5);\n\nvar barChartDate = new dc.BarChart(\"#bar-chart-date\");\nbarChartDate.width(500)\n        .height(180)\n        .margins({top: 30, right: 50, bottom: 30, left: 30})\n        .dimension(dateDimension)\n        .group(dateIdSumGroup, \"Id Sum\")\n        .stack(dateValueSumGroup, \"Value Sum\")\n        .elasticY(true)\n        .stack(dateFixedSumGroup, \"Fixed\", function (d) {\n            return 10;\n        })\n        .gap(1)\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n        .legend(new dc.Legend().x(400).y(10).itemHeight(13).gap(5))\n        .xUnits(d3.timeDays)\n        .xAxis().ticks(5);\n\nvar compositeChartDate = new dc.CompositeChart(\"#composite-chart-date\");\ncompositeChartDate.width(500)\n        .height(180)\n        .margins({top: 30, right: 50, bottom: 30, left: 30})\n        .dimension(dateDimension)\n        .group(dateIdSumGroup, \"Id Sum\")\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n        .xUnits(d3.timeDays)\n        .shareColors(true)\n        .compose([\n            new dc.BarChart(compositeChartDate).group(dateValueSumGroup, \"Value Sum\"),\n            new dc.LineChart(compositeChartDate),\n            new dc.LineChart(compositeChartDate).group(dateGroup, \"Date Group\")\n        ])\n        .on('renderlet', function (chart) {\n            dc.events.trigger(function () {\n                barChartDate.focus(chart.filter());\n                lineChartDate.focus(chart.filter());\n            });\n        })\n        .legend(new dc.Legend().x(400).y(10).itemHeight(13).gap(5))\n        .xAxis().ticks(5);\n\nvar bubbleChart = new dc.BubbleChart(\"#bubble-chart\");\nbubbleChart.width(990)\n        .height(150)\n        .dimension(statusDimension)\n        .group(statusMultiGroup)\n        .colors([\"#a60000\", \"#ff0000\", \"#ff4040\", \"#ff7373\", \"#67e667\", \"#39e639\", \"#00cc00\"])\n        .colorDomain([0, 220])\n        .colorAccessor(function (p) {\n            return p.value.value;\n        })\n        .keyAccessor(function (p) {\n            return p.key;\n        })\n        .valueAccessor(function (p) {\n            return p.value.count;\n        })\n        .radiusValueAccessor(function (p) {\n            return p.value.count;\n        })\n        .x(d3.scaleBand().domain([\"A\", \"T\", \"F\", \"Z\"]))\n        .xUnits(dc.units.ordinal)\n        .y(d3.scaleLinear().domain([0, 10]))\n        .r(d3.scaleLinear().domain([0, 30]))\n        .maxBubbleRelativeSize(0.3)\n        .elasticY(true)\n        .yAxisPadding(\"50%\")\n        .elasticX(true)\n        .xAxisPadding(\"10%\")\n        .renderLabel(true)\n        .renderTitle(true)\n        .title(function (p) {\n            return p.key + \": {count:\" + p.value.count + \",value:\" + p.value.value + \"}\"\n        });\n\nvar ordinalBarChart = new dc.BarChart(\"#ordinal-bar-chart\");\nordinalBarChart.width(500)\n        .height(150)\n        .dimension(stateDimension)\n        .group(stateGroup)\n        .elasticY(true)\n        .x(d3.scaleBand().domain([\"California\", \"Colorado\", \"Delaware\", \"Mississippi\", \"Oklahoma\", \"Ontario\"]))\n        .xUnits(dc.units.ordinal);\n\nvar ordinalLineChart = new dc.LineChart(\"#ordinal-line-chart\");\nordinalLineChart.width(500)\n        .height(150)\n        .dimension(stateDimension)\n        .group(stateGroup)\n        .y(d3.scaleLinear().domain([0, 3]))\n        .renderArea(true)\n        .renderTitle(true)\n        .x(d3.scaleBand().domain([\"California\", \"Colorado\", \"Delaware\", \"Mississippi\", \"Oklahoma\", \"Ontario\"]))\n        .xUnits(dc.units.ordinal);\n\nvar linearBarChart = new dc.BarChart(\"#linear-bar-chart\");\nlinearBarChart.width(500)\n        .height(150)\n        .dimension(valueDimension)\n        .group(valueGroup)\n        .elasticY(true)\n        .x(d3.scaleLinear().domain([20, 70]))\n        .xUnits(dc.units.fp.precision(1));\n\nvar barSwitchChart = new dc.BarChart(\"#bar-chart-switch\");\nbarSwitchChart.width(500)\n        .height(150)\n        .dimension(dateDimension)\n        .group(dateValueSumGroup)\n        .gap(1)\n        .renderHorizontalGridLines(true)\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n        .xUnits(d3.timeDays)\n        .elasticY(true)\n        .xAxis().ticks(5);\n\nvar negativeBarChart = new dc.BarChart(\"#negative-bar-chart\");\nnegativeBarChart.width(1100)\n        .height(200)\n        .margins({top: 30, right: 50, bottom: 30, left: 30})\n        .dimension(dateDimension)\n        .group(dateNegativeValueSumGroup)\n        .stack(dateNegativeValueSumGroup)\n        .stack(dateNegativeValueSumGroup)\n        .yAxisPadding(5)\n        .elasticY(true)\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n        .renderHorizontalGridLines(true)\n        .xUnits(d3.timeDays);\n\nvar negativeLineChart = new dc.LineChart(\"#negative-line-chart\");\nnegativeLineChart.width(1100)\n        .height(200)\n        .margins({top: 30, right: 50, bottom: 30, left: 30})\n        .dimension(dateDimension)\n        .group(dateNegativeValueSumGroup)\n        .renderArea(true)\n        .stack(dateNegativeValueSumGroup)\n        .stack(dateNegativeValueSumGroup)\n        .yAxisPadding(5)\n        .elasticY(true)\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n        .renderHorizontalGridLines(true)\n        .xUnits(d3.timeDays);\n\nvar rowChart = new dc.RowChart(\"#row-chart\");\nrowChart.width(1100)\n        .height(200)\n        .margins({top: 30, left: 10, right: 30, bottom: 30})\n        .dimension(valueDimension)\n        .group(valueGroup)\n        .renderTitle(true)\n        .renderLabel(true)\n        .title(function (d) {\n            return d.value;\n        });\n\nvar scatterPlot = new dc.ScatterPlot(\"#scatterplot\");\nscatterPlot.width(500)\n            .height(180)\n            .dimension(dateDimension)\n            .group(dateIdSumGroup)\n            .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 7, 15)]))\n            .symbolSize(2);\n\n\nnew dc.DataCount(\".dc-data-count\")\n        .crossfilter(data)\n        .groupAll(groupAll);\n\nnew dc.DataTable(\".dc-data-table\")\n        .dimension(dateDimension)\n        .section(function (d) {\n            return dateFormat(d3.timeDay(d.dd));\n        })\n        .size(3)\n        .sortBy(function (d) {\n            return d.dd.getTime();\n        })\n        .columns([\n            function (d) {\n                return d.id;\n            },\n            function (d) {\n                return d.date;\n            },\n            function (d) {\n                return d.status;\n            },\n            function (d) {\n                return d.countrycode;\n            },\n            function (d) {\n                return d.value;\n            }\n        ]);\n\nvar lineChartDateB = new dc.LineChart(\"#line-chart-dateB\", \"groupB\");\nlineChartDateB.width(500)\n        .height(150)\n        .margins({top: 50, right: 50, bottom: 30, left: 30})\n        .dimension(dateDimension)\n        .group(dateIdSumGroup)\n        .stack(dateValueSumGroup)\n        .stack(dateValueSumGroup, function (d) {\n            return 10;\n        })\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 07, 15)]))\n        .xUnits(d3.timeDays)\n        .y(d3.scaleLinear().domain([0, 200]))\n        .elasticX(true)\n        .xAxisPadding(50)\n        .renderArea(true)\n        .renderHorizontalGridLines(true)\n        .xAxis().ticks(5);\n\nvar barChartDateB = new dc.BarChart(\"#bar-chart-dateB\", \"groupB\");\nbarChartDateB.width(500)\n        .height(150)\n        .dimension(dateDimension)\n        .group(dateIdSumGroup)\n        .stack(dateValueSumGroup)\n        .stack(dateValueSumGroup, function (d) {\n            return 10;\n        })\n        .brushOn(false)\n        .title(function (d) {\n            return d.value;\n        })\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 07, 15)]))\n        .xUnits(d3.timeDays)\n        .renderHorizontalGridLines(true)\n        .renderVerticalGridLines(true)\n        .gap(0)\n        .xAxis().tickValues([new Date(2012, 3, 1), new Date(2012, 6, 1), new Date(2012, 9, 1)]);\nbarChartDateB.yAxis().tickValues([0, 75, 140]);\n\nvar compositeChartDateB = new dc.CompositeChart(\"#composite-chart-dateB\", \"groupB\");\ncompositeChartDateB.width(500)\n        .height(150)\n        .dimension(dateDimension)\n        .group(dateIdSumGroup)\n        .x(d3.scaleTime().domain([new Date(2012, 4, 20), new Date(2012, 07, 15)]))\n        .xUnits(d3.timeDays)\n        .renderVerticalGridLines(true)\n        .compose([\n            new dc.BarChart(compositeChartDateB).gap(0).group(dateValueSumGroup).title(function (d) {\n                return \"Bar key: \" + d.key + \"\\nBar value: \" + d.value;\n            }),\n            new dc.LineChart(compositeChartDateB),\n            new dc.LineChart(compositeChartDateB).group(dateGroup)\n        ])\n        .brushOn(false)\n        .on('renderlet', function (chart) {\n            chart.selectAll(\"rect.bar\").attr(\"width\", function (d) {\n                return Math.round(d.data.value / 10);\n            });\n        })\n        .xAxis().ticks(5);\n\ndc.renderAll(\"groupB\");\n\nvar bubbleOverlay = new dc.BubbleOverlay(\"#bubble-overlay\")\n        .svg(d3.select(\"#bubble-overlay svg\"))\n        .width(600)\n        .height(450)\n        .dimension(stateDimension)\n        .group(stateValueSumGroup)\n        .r(d3.scaleLinear().domain([0, 300]))\n        .title(function (d) {\n            return \"Title: \" + d.key;\n        })\n        .point(\"California\", 100, 120)\n        .point(\"Colorado\", 300, 120)\n        .point(\"Delaware\", 500, 220)\n        .point(\"Ontario\", 180, 90)\n        .point(\"Mississippi\", 120, 220)\n        .point(\"Oklahoma\", 200, 350);\n</script>\n\n<div class=\"clear\"></div>\n\n<div>\n    <a href=\"javascript:dc.renderAll();\">Render All</a>\n    <a href=\"javascript:dc.filterAll(); dc.renderAll();\">Filter All</a>\n</div>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/dc-resizing.css",
    "content": "div.fullsize {\n    position: absolute;\n    left: 0;\n    top: 0;\n    right: 0;\n    bottom: 0;\n}\n"
  },
  {
    "path": "web-src/resizing/dc-resizing.js",
    "content": "var find_query = function () {\n    var _map = window.location.search.substr(1).split('&').map(function (a) {\n        return a.split('=');\n    }).reduce(function (p, v) {\n        if (v.length > 1)\n            p[v[0]] = decodeURIComponent(v[1].replace(/\\+/g, \" \"));\n        else\n            p[v[0]] = true;\n        return p;\n    }, {});\n    return function (field) {\n        return _map[field] || null;\n    };\n}();\nvar resizeMode = (find_query('resize') || 'widhei').toLowerCase();\n\n// apply resizing to a chart or charts\n// if resizeMode is on, use viewbox resizing, which stretches the SVG instead of redrawing it\n// otherwise, add a window.onresize handler to set the chart sizes based on the size of the window\n// adjustX and adjustY are either adjustment functions\n// or numbers to subtract from window.innerWidth and window.innerHeight\nfunction apply_resizing(chart, adjustX, adjustY, onresize) {\n    if (resizeMode === 'viewbox') {\n        if(Array.isArray(chart))\n            chart.forEach(c => apply_resizing(c, adjustX, adjustY, onresize));\n        else {\n            chart\n                .width(600)\n                .height(400)\n                .useViewBoxResizing(true);\n                d3.select(chart.anchor()).classed('fullsize', true);\n        }\n    } else {\n        if(!Array.isArray(chart))\n            chart = [chart];\n        if(!isNaN(adjustX))\n            adjustX = (dx => x => x-dx)(adjustX);\n        adjustX = adjustX || (x => x);\n        if(!isNaN(adjustY))\n            adjustY = (dy => y => y-dy)(adjustY);\n        adjustY = adjustY || adjustX || (y => y);\n        chart.forEach(c => c.width(adjustX(window.innerWidth))\n                      .height(adjustY(window.innerHeight)));\n        window.onresize = function () {\n            if (onresize) {\n                chart.forEach(onresize);\n            }\n            chart.forEach(c => {\n                c.width(adjustX(window.innerWidth))\n                    .height(adjustY(window.innerHeight));\n                if (c.rescale) {\n                    c.rescale();\n                }\n            });\n            redraw_chart_no_transitions(chart);\n        };\n    }\n}\n"
  },
  {
    "path": "web-src/resizing/dc-restore-transition-duration.js",
    "content": "// for a getter/setter property name and a value,\n// return a function that wraps a function so that the property\n// is set to the new value, the wrapped function is run on the chart,\n// and the property value is then restored\n\n// also applies to arrays of charts, and children of composite charts\nconst restore_getset = (property, value) => f => c => {\n    if(Array.isArray(c))\n        c.forEach(restore_getset(property, value)(f));\n    else {\n        const cs = c.children ? [c].concat(c.children()) : [c],\n              last = cs.map(c => c[property]());\n        cs.forEach(ch => ch[property](value));\n        f(c);\n        cs.forEach(ch => ch[property](last));\n    }\n    return c;\n};\n\n// specifically, turn off transitions for a chart or charts\nconst no_transitions = restore_getset('transitionDuration', 0);\n// specifically, turn off transitions for a chart or charts and redraw\nconst redraw_chart_no_transitions = no_transitions(c => c.redraw());\n"
  },
  {
    "path": "web-src/resizing/resizing-bar.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Resizing Bar Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"dc-resizing.css\" />\n</head>\n<body>\n\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n<script type=\"text/javascript\" src=\"dc-resizing.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.BarChart(\"#test\");\nd3.csv(\"../examples/morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .x(d3.scaleLinear().domain([6,20]))\n    .brushOn(true)\n    .xAxisLabel(\"This is the X Axis!!\")\n    .yAxisLabel(\"This is the Y Axis!\")\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .on('renderlet', function(chart) {\n        chart.selectAll('rect').on(\"click\", function(d) {\n            console.log(\"click!\", d);\n        });\n    });\n\n    apply_resizing(chart, 20);\n    chart.render();\n});\n\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/resizing-heatmap.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Resizing Heatmap Filtering Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n    </style>\n</head>\n<body>\n<h2>Michelson–Morley experiment</h2>\n<div id=\"heatmap\"></div>\n<div id=\"barchart\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n<script type=\"text/javascript\" src=\"dc-resizing.js\"></script>\n<script type=\"text/javascript\">\n\n    var chartGroup = \"chartGroup\";\n    var heatmapChart = new dc.HeatMap(\"#heatmap\", chartGroup);\n    var barChart = new dc.BarChart(\"#barchart\", chartGroup);\n\n    d3.csv(\"../ndx.csv\").then(function(data) {\n\n        var dateParse = d3.timeParse(\"%m/%d/%Y\");\n\n        data.forEach(function (d) {\n            d.dd = dateParse(d.date);\n            d.month = d3.timeMonth(d.dd).getMonth(); // pre-calculate month for better performance\n            d.year = d3.timeYear(d.dd).getFullYear();\n            d.close = +d.close; // coerce to number\n            d.open = +d.open;\n        });\n\n        var ndx = crossfilter(data),\n            monthOfTheYearDimension = ndx.dimension(function(d) { return [+d.month, +d.year]; }),\n            percentageGainByMonthOfYearGroup = monthOfTheYearDimension.group().reduce(\n                /* callback for when data is added to the current filter results */\n                function (p, v) {\n                    ++p.count;\n                    p.absGain += v.close - v.open;\n                    p.fluctuation += Math.abs(v.close - v.open);\n                    p.sumIndex += (v.open + v.close) / 2;\n                    p.avgIndex = p.count ? p.sumIndex / p.count : 0;\n                    p.percentageGain = p.avgIndex ? (p.absGain / p.avgIndex) * 100 : 0;\n                    p.fluctuationPercentage = p.avgIndex ? (p.fluctuation / p.avgIndex) * 100 : 0;\n                    return p;\n                },\n                /* callback for when data is removed from the current filter results */\n                function (p, v) {\n                    --p.count;\n                    p.absGain -= v.close - v.open;\n                    p.fluctuation -= Math.abs(v.close - v.open);\n                    p.sumIndex -= (v.open + v.close) / 2;\n                    p.avgIndex = p.count ? p.sumIndex / p.count : 0;\n                    p.percentageGain = p.avgIndex ? (p.absGain / p.avgIndex) * 100 : 0;\n                    p.fluctuationPercentage = p.avgIndex ? (p.fluctuation / p.avgIndex) * 100 : 0;\n                    return p;\n                },\n                /* initialize p */\n                function () {\n                    return {count: 0, absGain: 0, fluctuation: 0, fluctuationPercentage: 0, sumIndex: 0, avgIndex: 0, percentageGain: 0};\n                }\n            );\n\n        var heatColorMapping = function(d) {\n            if (d < 0) {\n                return d3.scaleLinear().domain([-23,0]).range([\"red\", \"#e5e5e5\"])(d);\n            }\n            else {\n                return d3.scaleLinear().domain([0,23]).range([\"#e5e5e5\", \"green\"])(d);\n            }\n        };\n        heatColorMapping.domain = function() {\n            return [-23,23];\n        };\n\n        var fudge = 40;\n\n        heatmapChart\n                .width(window.innerWidth-20)\n                .height(window.innerHeight/2-fudge)\n                .dimension(monthOfTheYearDimension)\n                .group(percentageGainByMonthOfYearGroup)\n                .keyAccessor(function(d) { return +d.key[0]; })\n                .valueAccessor(function(d) { return +d.key[1]; })\n                .colorAccessor(function(d) { return +d.value.percentageGain; })\n                .title(function(d) {\n                    return \" Month:   \" + d.key[0] + \"\\n\" +\n                           \"  Year:   \" + d.key[1] + \"\\n\" +\n                           \"  Gain:   \" + d.value.percentageGain + \"%\";})\n                .colors(heatColorMapping)\n                .calculateColorDomain();\n\n        heatmapChart.xBorderRadius(0);\n        heatmapChart.yBorderRadius(0);\n\n        heatmapChart.render();\n\n        var monthlyDimension = ndx.dimension(function (d) { return +d.month; });\n        var percentageGainByMonthArrayGroup = monthlyDimension.group().reduce(\n            function(p,v) {\n                var absGain = v.close - v.open;\n                var percentageGain = v.open ? (absGain / v.open) * 100 : 0;\n                return p + percentageGain;\n            },\n            function(p,v) {\n                var absGain = v.close - v.open;\n                var percentageGain = v.open ? (absGain / v.open) * 100 : 0;\n                return p - percentageGain;\n            },\n            function() {\n                return 0;\n            }\n        );\n\n        barChart\n                .dimension(monthlyDimension)\n                .group(percentageGainByMonthArrayGroup)\n                .width(window.innerWidth-20)\n                .height(window.innerHeight/2-fudge)\n                .y(d3.scaleLinear().domain([-10.0,100.0]))\n                .x(d3.scaleLinear().domain([-0.5,11.5]))\n                .elasticY(true)\n                .centerBar(true);\n        barChart.render();\n\n        apply_resizing([heatmapChart, barChart], 20, y => y/2-fudge);\n});\n\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/resizing-pie.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Resizing Pie Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"dc-resizing.css\" />\n</head>\n<body>\n\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n<script type=\"text/javascript\" src=\"dc-resizing.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.PieChart(\"#test\");\nd3.csv(\"../examples/morley.csv\").then(function(experiments) {\n\n  var ndx           = crossfilter(experiments),\n      runDimension  = ndx.dimension(function(d) {return \"run-\"+d.Run;})\n      speedSumGroup = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run;});\n\n  var adjustX = 20, adjustY = 40;\n  chart\n    .width(window.innerWidth-adjustX)\n    .height(window.innerHeight-adjustY)\n    .slicesCap(4)\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .legend(dc.legend());\n\n  apply_resizing(chart, adjustX, adjustY);\n\n  chart.on('preRender.resizing preRedraw.resizing', () => {\n    chart.innerRadius(d3.min([chart.width() - adjustX, chart.height() - adjustY]) * 0.2);\n  });\n\n  chart.render();\n});\n\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/resizing-right-axis.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Resizing Right Axis Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"dc-resizing.css\" />\n</head>\n<body>\n\n<div>\n    <strong>Monthly Index Abs Move &amp; Volume Chart</strong>\n</div>\n<div id=\"monthly-move-chart\"></div>\n\n<script type=\"text/javascript\" src=\"http://d3js.org/queue.v1.min.js\"></script>\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n<script type=\"text/javascript\" src=\"dc-resizing.js\"></script>\n<script type=\"text/javascript\">\n    var moveChart = new dc.CompositeChart(\"#monthly-move-chart\");\n\n    d3.csv(\"../examples/monthly-move.csv\").then(function(data) {\n        var dateParse = d3.timeParse(\"%m/%d/%Y\");\n        var numberFormat = d3.format(\".2f\");\n\n        data.forEach(function (e) {\n            e.dd = dateParse(e.date);\n            e.month = d3.timeMonth(e.dd); // pre-calculate month for better performance\n        });\n\n        var ndx = crossfilter(data);\n        // monthly index avg fluctuation in percentage\n        var moveMonths = ndx.dimension(function (d) {\n            return d.month;\n        });\n        var monthlyMoveGroup = moveMonths.group().reduceSum(function (d) {\n            return Math.abs(+d.close - +d.open);\n        });\n        var indexAvgByMonthGroup = moveMonths.group().reduce(\n                function (p, v) {\n                    ++p.days;\n                    p.total += (+v.open + +v.close) / 2;\n                    p.avg = Math.round(p.total / p.days);\n                    return p;\n                },\n                function (p, v) {\n                    --p.days;\n                    p.total -= (+v.open + +v.close) / 2;\n                    p.avg = (p.days == 0) ? 0 : Math.round(p.total / p.days);\n                    return p;\n                },\n                function () {\n                    return {days: 0, total: 0, avg: 0};\n                }\n        );\n        var adjustX = 20, adjustY = 40;\n\n        moveChart\n                .width(window.innerWidth-adjustX)\n                .height(window.innerHeight-adjustY)\n                .transitionDuration(1000)\n                .margins({top: 30, right: 50, bottom: 25, left: 60})\n                .dimension(moveMonths)\n                .mouseZoomable(true)\n                .x(d3.scaleTime().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n                .round(d3.timeMonth.round)\n                .xUnits(d3.timeMonths)\n                .elasticY(true)\n                .renderHorizontalGridLines(true)\n                .legend(dc.legend().x(90).y(10).itemHeight(13).gap(5))\n                .brushOn(true)\n                .compose([\n                    new dc.LineChart(moveChart)\n                            .group(indexAvgByMonthGroup, \"Monthly Index Average\")\n                            .valueAccessor(function (d) {\n                                return d.value.avg;\n                            }),\n                    new dc.LineChart(moveChart)\n                            .group(monthlyMoveGroup, \"Monthly Index Move\")\n                            .valueAccessor(function (d) {\n                                return Math.sqrt(d.value);\n                            })\n                            .title(function (d) {\n                                var value = d.data.value.avg ? d.data.value.avg : d.data.value;\n                                if (isNaN(value)) value = 0;\n                                return dateParse(d.data.key) + \"\\n\" + numberFormat(value);\n                            })\n                            .ordinalColors([\"orange\"])\n                            .useRightYAxis(true)\n                ])\n                .yAxisLabel(\"Monthly Index Average\")\n                .rightYAxisLabel(\"Monthly Index Move\")\n                .renderHorizontalGridLines(true);\n\n        apply_resizing(moveChart, adjustX, adjustY);\n\n        dc.renderAll();\n    });\n</script>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/resizing-row.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Resizing Row Chart Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"dc-resizing.css\" />\n</head>\n<body>\n\n<div id=\"test\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n<script type=\"text/javascript\" src=\"dc-resizing.js\"></script>\n<script type=\"text/javascript\">\n\nvar chart = new dc.RowChart(\"#test\");\nd3.csv(\"../examples/morley.csv\").then(function(experiments) {\n\n  experiments.forEach(function(x) {\n    x.Speed = +x.Speed;\n  });\n\n  var ndx                 = crossfilter(experiments),\n      runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n      speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n  chart\n    .width(window.innerWidth-20)\n    .height(window.innerHeight-20)\n    .x(d3.scaleLinear().domain([6,20]))\n    .elasticX(true)\n    .dimension(runDimension)\n    .group(speedSumGroup)\n    .render();\n\n    apply_resizing(chart, 20);\n    dc.renderAll();\n\n});\n\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/resizing-scatter-brushing.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <title>dc.js - Resizing Scatter Plot Brushing Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link type=\"text/css\" rel=\"stylesheet\" href=\"../css/dc-floatleft.css\"/>\n</head>\n<body>\n  <label style=\"display: inline-block\"><input type=\"checkbox\" id=\"canvas\">Use Canvas</label>\n  <div class=\"container\">\n  <div id=\"test1\"></div>\n  <div id=\"test2\"></div>\n\n  <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n  <script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n  <script type=\"text/javascript\" src=\"dc-resizing.js\"></script>\n  <script type=\"text/javascript\">\n\nconst urlParams = new URLSearchParams(window.location.search),\n    useCanvas = !!urlParams.get('canvas');\n\n    d3.select('#canvas').property('checked', useCanvas).on('change', function() {\n        window.location.href = window.location.href.split('?')[0] + (this.checked ? '?canvas=t' : '');\n    })\n\n    dc.constants.EVENT_DELAY = 0;\n\nvar chart1 = new dc.ScatterPlot(\"#test1\");\nvar chart2 = new dc.ScatterPlot(\"#test2\");\nvar data = \"x,y,z\\n\" +\n    \"1,1,3\\n\" +\n    \"5,2,11\\n\" +\n    \"13,13,13\\n\"+\n    \"5,3,20\\n\"+\n    \"12,12,10\\n\"+\n    \"3,6,8\\n\"+\n    \"15,2,9\\n\"+\n    \"8,6,14\\n\"+\n    \"1,4,9\\n\"+\n    \"8,8,12\\n\";\nvar data = d3.csvParse(data);\n\ndata.forEach(function (x) {\n    x.x = +x.x;\n    x.y = +x.y;\n    x.z = +x.z;\n});\n\nvar ndx = crossfilter(data),\n    dim1 = ndx.dimension(function (d) {\n        return [+d.x, +d.y];\n    }),\n    dim2 = ndx.dimension(function (d) {\n        return [+d.y, +d.z];\n    }),\n    group1 = dim1.group(),\n    group2 = dim2.group();\n\nvar fudge = 40;\n\nchart1.width(window.innerWidth/2 - fudge)\n    .height(window.innerHeight - fudge)\n    .useCanvas(useCanvas)\n    .x(d3.scaleLinear().domain([0, 20]))\n    .yAxisLabel(\"y\")\n    .xAxisLabel(\"x\")\n    .clipPadding(10)\n    .dimension(dim1)\n    .excludedOpacity(0.5)\n    .group(group1);\n\nchart2.width(window.innerWidth/2 - fudge)\n    .height(window.innerHeight - fudge)\n    .useCanvas(useCanvas)\n    .x(d3.scaleLinear().domain([0, 20]))\n    .yAxisLabel(\"z\")\n    .xAxisLabel(\"y\")\n    .clipPadding(10)\n    .dimension(dim2)\n    .excludedColor('#ddd')\n    .group(group2);\n\nif(useCanvas) {\n    chart1.transitionDuration(0);\n    chart2.transitionDuration(0);\n}\n\ndc.renderAll();\n\napply_resizing([chart1, chart2], x => x/2 - fudge, fudge);\n\n  </script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/resizing-scatter-flexbox-observer.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <title>dc.js - Resizing Scatter Plot using ResizeObserver</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      body,.container {\n          position: absolute;\n          left: 0; top: 0; right: 0; bottom: 0;\n      }\n      .container {\n          display: flex;\n          flex-direction: column;\n      }\n      .controls {\n          flex: 0;\n      }\n      .chart-holder {\n          flex: 1;\n          display: flex;\n          flex-direction: row;\n          min-height: 0;\n      }\n      #test1,#test2 {\n          min-width: 0;\n          flex: 1;\n      }\n    </style>\n</head>\n<body>\n  <div class=\"container\">\n    <div class=\".controls\">\n      <label style=\"display: inline-block\"><input type=\"checkbox\" id=\"canvas\">Use Canvas</label>\n    </div>\n    <div class=\"chart-holder\">\n      <div id=\"test1\"></div>\n      <div id=\"test2\"></div>\n    </div>\n\n  <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n  <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n  <script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n  <script type=\"text/javascript\">\n\nconst urlParams = new URLSearchParams(window.location.search),\n    useCanvas = !!urlParams.get('canvas');\n\nd3.select('#canvas').property('checked', useCanvas).on('change', function() {\n    window.location.href = window.location.href.split('?')[0] + (this.checked ? '?canvas=t' : '');\n})\n\n    dc.constants.EVENT_DELAY = 0;\n\nvar chart1 = new dc.ScatterPlot(\"#test1\");\nvar chart2 = new dc.ScatterPlot(\"#test2\");\nvar data = \"x,y,z\\n\" +\n    \"1,1,3\\n\" +\n    \"5,2,11\\n\" +\n    \"13,13,13\\n\"+\n    \"5,3,20\\n\"+\n    \"12,12,10\\n\"+\n    \"3,6,8\\n\"+\n    \"15,2,9\\n\"+\n    \"8,6,14\\n\"+\n    \"1,4,9\\n\"+\n    \"8,8,12\\n\";\nvar data = d3.csvParse(data);\n\ndata.forEach(function (x) {\n    x.x = +x.x;\n    x.y = +x.y;\n    x.z = +x.z;\n});\n\nvar ndx = crossfilter(data),\n    dim1 = ndx.dimension(function (d) {\n        return [+d.x, +d.y];\n    }),\n    dim2 = ndx.dimension(function (d) {\n        return [+d.y, +d.z];\n    }),\n    group1 = dim1.group(),\n    group2 = dim2.group();\n\nvar fudge = 40;\n\nchart1.width(null)\n    .height(null)\n    .useCanvas(useCanvas)\n    .x(d3.scaleLinear().domain([0, 20]))\n    .yAxisLabel(\"y\")\n    .xAxisLabel(\"x\")\n    .clipPadding(10)\n    .dimension(dim1)\n    .excludedOpacity(0.5)\n    .group(group1);\n\nchart2.width(null)\n    .height(null)\n    .useCanvas(useCanvas)\n    .x(d3.scaleLinear().domain([0, 20]))\n    .yAxisLabel(\"z\")\n    .xAxisLabel(\"y\")\n    .clipPadding(10)\n    .dimension(dim2)\n    .excludedColor('#ddd')\n    .group(group2);\n\nif(useCanvas) {\n    chart1.transitionDuration(0);\n    chart2.transitionDuration(0);\n}\n\n    dc.renderAll();\n\n    let n=0;\n\nconst callback = chart => entries => {\n    redraw_chart_no_transitions(\n        chart\n            .width(null)\n            .height(null)\n            .rescale());\n    };\n\nnew ResizeObserver(callback(chart1)).observe(d3.select('#test1').node());\nnew ResizeObserver(callback(chart2)).observe(d3.select('#test2').node());\n  </script>\n\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/resizing-series.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Resizing Series Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"dc-resizing.css\" />\n  </head>\n  <body>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"button1()\">1</button>\n    <button class=\"btn\" onclick=\"button2()\">2</button>\n    <button class=\"btn\" onclick=\"button3()\">3</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n    <script type=\"text/javascript\" src=\"dc-resizing.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.SeriesChart(\"#test\");\n      var ndx, runDimension, runGroup;\n\n      d3.csv(\"../examples/morley.csv\").then(function( experiments) {\n\n          ndx = crossfilter(experiments);\n          runDimension = ndx.dimension(function(d) {return [+d.Expt, +d.Run]; });\n          runGroup = runDimension.group().reduceSum(function(d) { return +d.Speed; });\n\n          var adjustX = 10, adjustY = 40;\n          chart\n              .width(window.innerWidth-adjustX)\n              .height(window.innerHeight-adjustY)\n              .chart(function(c) { return new dc.LineChart(c).curve(d3.curveCardinal); })\n              .x(d3.scaleLinear().domain([0,20]))\n              .brushOn(true)\n              .yAxisLabel(\"Measured Speed km/s\")\n              .xAxisLabel(\"Run\")\n              .clipPadding(10)\n              .elasticY(true)\n              .dimension(runDimension)\n              .group(runGroup)\n              .mouseZoomable(true)\n              .seriesAccessor(function(d) {return \"Expt: \" + d.key[0];})\n              .keyAccessor(function(d) {return +d.key[1];})\n              .valueAccessor(function(d) {return +d.value - 500;});\n          chart.legend(dc.legend().x(window.innerWidth-200).y(0).itemHeight(13).gap(5)\n                       .horizontal(1).legendWidth(140).itemWidth(70));\n\n          chart.yAxis().tickFormat(function(d) {return d3.format(',d')(d+299500);});\n          chart.margins().left += 40;\n\n          apply_resizing(chart, adjustX, adjustY, function(chart) {\n              chart.legend().x(window.innerWidth-200);\n          });\n\n          dc.renderAll();\n\n      });\n\n      function load_button(file) {\n          return function load_it() {\n              d3.csv(file).then(function( experiments) {\n                  ndx.remove();\n                  ndx.add(experiments);\n                  dc.redrawAll();\n              });\n          };\n      }\n\n      var button1 = load_button(\"../examples/morley.csv\"),\n          button2 = load_button(\"../examples/morley2.csv\"),\n          button3 = load_button(\"../examples/morley3.csv\");\n\n    </script>\n\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/resizing/resizing-sunburst.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - Resizing Sunburst Example</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"dc-resizing.css\" />\n</head>\n<body>\n\n<div id=\"file_chart\"></div>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\" src=\"dc-restore-transition-duration.js\"></script>\n<script type=\"text/javascript\" src=\"dc-resizing.js\"></script>\n<script type=\"text/javascript\">\n\nvar fileChart = new dc.SunburstChart(\"#file_chart\");\nd3.tsv(\"../examples/cat.tsv\").then(function (cats) {\n\n    var ndx = crossfilter(cats);\n    var picturesDimension = ndx.dimension(function (d) {\n        return d.file.split('/');\n    });\n    var picturesGroup = picturesDimension.group().reduceSum(function (d) {\n        return d.size;\n    });\n\n    // d3.schemeCategory20b has been removed from D3v5\n    var d3SchemeCategory20b = [\n        '#393b79','#5254a3','#6b6ecf','#9c9ede','#637939',\n        '#8ca252','#b5cf6b','#cedb9c','#8c6d31','#bd9e39',\n        '#e7ba52','#e7cb94','#843c39','#ad494a','#d6616b',\n        '#e7969c','#7b4173','#a55194','#ce6dbd','#de9ed6'\n    ];\n\n    var adjustX = 20, adjustY = 40;\n    fileChart\n        .width(window.innerWidth-adjustX)\n        .height(window.innerHeight-adjustY)\n        .dimension(picturesDimension)\n        .group(picturesGroup)\n        .colors(d3.scaleOrdinal(d3SchemeCategory20b))\n        .legend(dc.legend());\n\n    apply_resizing(fileChart, adjustX, adjustY);\n    dc.renderAll();\n});\n\n</script>\n\n</body>\n</html>\n"
  },
  {
    "path": "web-src/stock.js",
    "content": "//# dc.js Getting Started and How-To Guide\n'use strict';\n\n// ### Create Chart Objects\n\n// Create chart objects associated with the container elements identified by the css selector.\n// Note: It is often a good idea to have these objects accessible at the global scope so that they can be modified or\n// filtered by other page controls.\nconst gainOrLossChart = new dc.PieChart('#gain-loss-chart');\nconst fluctuationChart = new dc.BarChart('#fluctuation-chart');\nconst quarterChart = new dc.PieChart('#quarter-chart');\nconst dayOfWeekChart = new dc.RowChart('#day-of-week-chart');\nconst moveChart = new dc.LineChart('#monthly-move-chart');\nconst volumeChart = new dc.BarChart('#monthly-volume-chart');\nconst yearlyBubbleChart = new dc.BubbleChart('#yearly-bubble-chart');\nconst nasdaqCount = new dc.DataCount('.dc-data-count');\nconst nasdaqTable = new dc.DataTable('.dc-data-table');\n\n// ### Anchor Div for Charts\n/*\n// A div anchor that can be identified by id\n    <div id='your-chart'></div>\n// Title or anything you want to add above the chart\n    <div id='chart'><span>Days by Gain or Loss</span></div>\n// ##### .turnOnControls()\n\n// If a link with css class `reset` is present then the chart\n// will automatically hide/show it based on whether there is a filter\n// set on the chart (e.g. slice selection for pie chart and brush\n// selection for bar chart). Enable this with `chart.turnOnControls(true)`\n\n// By default, dc.js >=2.1 uses `display: none` to control whether or not chart\n// controls are shown. To use `visibility: hidden` to hide/show controls\n// without disrupting the layout, set `chart.controlsUseVisibility(true)`.\n\n    <div id='chart'>\n       <a class='reset'\n          href='javascript:myChart.filterAll();dc.redrawAll();'\n          style='visibility: hidden;'>reset</a>\n    </div>\n// dc.js will also automatically inject the current filter value into\n// any html element with its css class set to `filter`\n    <div id='chart'>\n        <span class='reset' style='visibility: hidden;'>\n          Current filter: <span class='filter'></span>\n        </span>\n    </div>\n*/\n\n//### Load your data\n\n//Data can be loaded through regular means with your\n//favorite javascript library\n//\n//```javascript\n//d3.csv('data.csv').then(function(data) {...});\n//d3.json('data.json').then(function(data) {...});\n//jQuery.getJson('data.json', function(data){...});\n//```\nd3.csv('ndx.csv').then(data => {\n    // Since its a csv file we need to format the data a bit.\n    const dateFormatSpecifier = '%m/%d/%Y';\n    const dateFormat = d3.timeFormat(dateFormatSpecifier);\n    const dateFormatParser = d3.timeParse(dateFormatSpecifier);\n    const numberFormat = d3.format('.2f');\n\n    data.forEach(d => {\n        d.dd = dateFormatParser(d.date);\n        d.month = d3.timeMonth(d.dd); // pre-calculate month for better performance\n        d.close = +d.close; // coerce to number\n        d.open = +d.open;\n    });\n\n    //### Create Crossfilter Dimensions and Groups\n\n    //See the [crossfilter API](https://github.com/square/crossfilter/wiki/API-Reference) for reference.\n    const ndx = crossfilter(data);\n    const all = ndx.groupAll();\n\n    // Dimension by year\n    const yearlyDimension = ndx.dimension(d => d3.timeYear(d.dd).getFullYear());\n    // Maintain running tallies by year as filters are applied or removed\n    const yearlyPerformanceGroup = yearlyDimension.group().reduce(\n        /* callback for when data is added to the current filter results */\n        (p, v) => {\n            ++p.count;\n            p.absGain += v.close - v.open;\n            p.fluctuation += Math.abs(v.close - v.open);\n            p.sumIndex += (v.open + v.close) / 2;\n            p.avgIndex = p.sumIndex / p.count;\n            p.percentageGain = p.avgIndex ? (p.absGain / p.avgIndex) * 100 : 0;\n            p.fluctuationPercentage = p.avgIndex ? (p.fluctuation / p.avgIndex) * 100 : 0;\n            return p;\n        },\n        /* callback for when data is removed from the current filter results */\n        (p, v) => {\n            --p.count;\n            p.absGain -= v.close - v.open;\n            p.fluctuation -= Math.abs(v.close - v.open);\n            p.sumIndex -= (v.open + v.close) / 2;\n            p.avgIndex = p.count ? p.sumIndex / p.count : 0;\n            p.percentageGain = p.avgIndex ? (p.absGain / p.avgIndex) * 100 : 0;\n            p.fluctuationPercentage = p.avgIndex ? (p.fluctuation / p.avgIndex) * 100 : 0;\n            return p;\n        },\n        /* initialize p */\n        () => ({\n            count: 0,\n            absGain: 0,\n            fluctuation: 0,\n            fluctuationPercentage: 0,\n            sumIndex: 0,\n            avgIndex: 0,\n            percentageGain: 0\n        })\n    );\n\n    // Dimension by full date\n    const dateDimension = ndx.dimension(d => d.dd);\n\n    // Dimension by month\n    const moveMonths = ndx.dimension(d => d.month);\n    // Group by total movement within month\n    const monthlyMoveGroup = moveMonths.group().reduceSum(d => Math.abs(d.close - d.open));\n    // Group by total volume within move, and scale down result\n    const volumeByMonthGroup = moveMonths.group().reduceSum(d => d.volume / 500000);\n    const indexAvgByMonthGroup = moveMonths.group().reduce(\n        (p, v) => {\n            ++p.days;\n            p.total += (v.open + v.close) / 2;\n            p.avg = Math.round(p.total / p.days);\n            return p;\n        },\n        (p, v) => {\n            --p.days;\n            p.total -= (v.open + v.close) / 2;\n            p.avg = p.days ? Math.round(p.total / p.days) : 0;\n            return p;\n        },\n        () => ({days: 0, total: 0, avg: 0})\n    );\n\n    // Create categorical dimension\n    const gainOrLoss = ndx.dimension(d => d.open > d.close ? 'Loss' : 'Gain');\n    // Produce counts records in the dimension\n    const gainOrLossGroup = gainOrLoss.group();\n\n    // Determine a histogram of percent changes\n    const fluctuation = ndx.dimension(d => Math.round((d.close - d.open) / d.open * 100));\n    const fluctuationGroup = fluctuation.group();\n\n    // Summarize volume by quarter\n    const quarter = ndx.dimension(d => {\n        const month = d.dd.getMonth();\n        if (month <= 2) {\n            return 'Q1';\n        } else if (month > 2 && month <= 5) {\n            return 'Q2';\n        } else if (month > 5 && month <= 8) {\n            return 'Q3';\n        } else {\n            return 'Q4';\n        }\n    });\n    const quarterGroup = quarter.group().reduceSum(d => d.volume);\n\n    // Counts per weekday\n    const dayOfWeek = ndx.dimension(d => {\n        const day = d.dd.getDay();\n        const name = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];\n        return `${day}.${name[day]}`;\n    });\n    const dayOfWeekGroup = dayOfWeek.group();\n\n    //### Define Chart Attributes\n    // Define chart attributes using fluent methods. See the\n    // [dc.js API Reference](https://dc-js.github.io/dc.js/docs/html/) for more information\n    //\n\n    //#### Bubble Chart\n\n    //Create a bubble chart and use the given css selector as anchor. You can also specify\n    //an optional chart group for this chart to be scoped within. When a chart belongs\n    //to a specific group then any interaction with the chart will only trigger redraws\n    //on charts within the same chart group.\n    // <br>API: [Bubble Chart](https://dc-js.github.io/dc.js/docs/html/BubbleChart.html)\n\n    yearlyBubbleChart /* dc.bubbleChart('#yearly-bubble-chart', 'chartGroup') */\n        // (_optional_) define chart width, `default = 200`\n        .width(990)\n        // (_optional_) define chart height, `default = 200`\n        .height(250)\n        // (_optional_) define chart transition duration, `default = 750`\n        .transitionDuration(1500)\n        .margins({top: 10, right: 50, bottom: 30, left: 40})\n        .dimension(yearlyDimension)\n        //The bubble chart expects the groups are reduced to multiple values which are used\n        //to generate x, y, and radius for each key (bubble) in the group\n        .group(yearlyPerformanceGroup)\n        // (_optional_) define color function or array for bubbles: [ColorBrewer](http://colorbrewer2.org/)\n        .colors(d3.schemeRdYlGn[9])\n        //(optional) define color domain to match your data domain if you want to bind data or color\n        .colorDomain([-500, 500])\n    //##### Accessors\n\n    //Accessor functions are applied to each value returned by the grouping\n\n        // `.colorAccessor` - the returned value will be passed to the `.colors()` scale to determine a fill color\n        .colorAccessor(d => d.value.absGain)\n        // `.keyAccessor` - the `X` value will be passed to the `.x()` scale to determine pixel location\n        .keyAccessor(p => p.value.absGain)\n        // `.valueAccessor` - the `Y` value will be passed to the `.y()` scale to determine pixel location\n        .valueAccessor(p => p.value.percentageGain)\n        // `.radiusValueAccessor` - the value will be passed to the `.r()` scale to determine radius size;\n        //   by default this maps linearly to [0,100]\n        .radiusValueAccessor(p => p.value.fluctuationPercentage)\n        .maxBubbleRelativeSize(0.3)\n        .x(d3.scaleLinear().domain([-2500, 2500]))\n        .y(d3.scaleLinear().domain([-100, 100]))\n        .r(d3.scaleLinear().domain([0, 4000]))\n        //##### Elastic Scaling\n\n        //`.elasticY` and `.elasticX` determine whether the chart should rescale each axis to fit the data.\n        .elasticY(true)\n        .elasticX(true)\n        //`.yAxisPadding` and `.xAxisPadding` add padding to data above and below their max values in the same unit\n        //domains as the Accessors.\n        .yAxisPadding(100)\n        .xAxisPadding(500)\n        // (_optional_) render horizontal grid lines, `default=false`\n        .renderHorizontalGridLines(true)\n        // (_optional_) render vertical grid lines, `default=false`\n        .renderVerticalGridLines(true)\n        // (_optional_) render an axis label below the x axis\n        .xAxisLabel('Index Gain')\n        // (_optional_) render a vertical axis lable left of the y axis\n        .yAxisLabel('Index Gain %')\n        //##### Labels and  Titles\n\n        //Labels are displayed on the chart for each bubble. Titles displayed on mouseover.\n        // (_optional_) whether chart should render labels, `default = true`\n        .renderLabel(true)\n        .label(p => p.key)\n        // (_optional_) whether chart should render titles, `default = false`\n        .renderTitle(true)\n        .title(p => [\n            p.key,\n            `Index Gain: ${numberFormat(p.value.absGain)}`,\n            `Index Gain in Percentage: ${numberFormat(p.value.percentageGain)}%`,\n            `Fluctuation / Index Ratio: ${numberFormat(p.value.fluctuationPercentage)}%`\n        ].join('\\n'))\n        //#### Customize Axes\n\n        // Set a custom tick format. Both `.yAxis()` and `.xAxis()` return an axis object,\n        // so any additional method chaining applies to the axis, not the chart.\n        .yAxis().tickFormat(v => `${v}%`);\n\n    // #### Pie/Donut Charts\n\n    // Create a pie chart and use the given css selector as anchor. You can also specify\n    // an optional chart group for this chart to be scoped within. When a chart belongs\n    // to a specific group then any interaction with such chart will only trigger redraw\n    // on other charts within the same chart group.\n    // <br>API: [Pie Chart](https://dc-js.github.io/dc.js/docs/html/PieChart.html)\n\n    gainOrLossChart /* dc.pieChart('#gain-loss-chart', 'chartGroup') */\n    // (_optional_) define chart width, `default = 200`\n        .width(180)\n    // (optional) define chart height, `default = 200`\n        .height(180)\n    // Define pie radius\n        .radius(80)\n    // Set dimension\n        .dimension(gainOrLoss)\n    // Set group\n        .group(gainOrLossGroup)\n    // (_optional_) by default pie chart will use `group.key` as its label but you can overwrite it with a closure.\n        .label(d => {\n            if (gainOrLossChart.hasFilter() && !gainOrLossChart.hasFilter(d.key)) {\n                return `${d.key}(0%)`;\n            }\n            let label = d.key;\n            if (all.value()) {\n                label += `(${Math.floor(d.value / all.value() * 100)}%)`;\n            }\n            return label;\n        })\n    /*\n        // (_optional_) whether chart should render labels, `default = true`\n        .renderLabel(true)\n        // (_optional_) if inner radius is used then a donut chart will be generated instead of pie chart\n        .innerRadius(40)\n        // (_optional_) define chart transition duration, `default = 350`\n        .transitionDuration(500)\n        // (_optional_) define color array for slices\n        .colors(['#3182bd', '#6baed6', '#9ecae1', '#c6dbef', '#dadaeb'])\n        // (_optional_) define color domain to match your data domain if you want to bind data or color\n        .colorDomain([-1750, 1644])\n        // (_optional_) define color value accessor\n        .colorAccessor(function(d, i){return d.value;})\n        */;\n\n    quarterChart /* dc.pieChart('#quarter-chart', 'chartGroup') */\n        .width(180)\n        .height(180)\n        .radius(80)\n        .innerRadius(30)\n        .dimension(quarter)\n        .group(quarterGroup);\n\n    //#### Row Chart\n\n    // Create a row chart and use the given css selector as anchor. You can also specify\n    // an optional chart group for this chart to be scoped within. When a chart belongs\n    // to a specific group then any interaction with such chart will only trigger redraw\n    // on other charts within the same chart group.\n    // <br>API: [Row Chart](https://dc-js.github.io/dc.js/docs/html/RowChart.html)\n    dayOfWeekChart /* dc.rowChart('#day-of-week-chart', 'chartGroup') */\n        .width(180)\n        .height(180)\n        .margins({top: 20, left: 10, right: 10, bottom: 20})\n        .group(dayOfWeekGroup)\n        .dimension(dayOfWeek)\n        // Assign colors to each value in the x scale domain\n        .ordinalColors(['#3182bd', '#6baed6', '#9ecae1', '#c6dbef', '#dadaeb'])\n        .label(d => d.key.split('.')[1])\n        // Title sets the row text\n        .title(d => d.value)\n        .elasticX(true)\n        .xAxis().ticks(4);\n\n    //#### Bar Chart\n\n    // Create a bar chart and use the given css selector as anchor. You can also specify\n    // an optional chart group for this chart to be scoped within. When a chart belongs\n    // to a specific group then any interaction with such chart will only trigger redraw\n    // on other charts within the same chart group.\n    // <br>API: [Bar Chart](https://dc-js.github.io/dc.js/docs/html/BarChart.html)\n    fluctuationChart /* dc.barChart('#volume-month-chart', 'chartGroup') */\n        .width(420)\n        .height(180)\n        .margins({top: 10, right: 50, bottom: 30, left: 40})\n        .dimension(fluctuation)\n        .group(fluctuationGroup)\n        .elasticY(true)\n        // (_optional_) whether bar should be center to its x value. Not needed for ordinal chart, `default=false`\n        .centerBar(true)\n        // (_optional_) set gap between bars manually in px, `default=2`\n        .gap(1)\n        // (_optional_) set filter brush rounding\n        .round(Math.floor)\n        .alwaysUseRounding(true)\n        .x(d3.scaleLinear().domain([-25, 25]))\n        .renderHorizontalGridLines(true)\n        // Customize the filter displayed in the control span\n        .filterPrinter(filters => {\n            const filter = filters[0];\n            let s = '';\n            s += `${numberFormat(filter[0])}% -> ${numberFormat(filter[1])}%`;\n            return s;\n        });\n\n    // Customize axes\n    fluctuationChart.xAxis().tickFormat(\n        v => `${v}%`);\n    fluctuationChart.yAxis().ticks(5);\n\n    //#### Stacked Area Chart\n\n    //Specify an area chart by using a line chart with `.renderArea(true)`.\n    // <br>API: [Stack Mixin](https://dc-js.github.io/dc.js/docs/html/StackMixin.html),\n    // [Line Chart](https://dc-js.github.io/dc.js/docs/html/LineChart.html)\n    moveChart /* dc.lineChart('#monthly-move-chart', 'chartGroup') */\n        .renderArea(true)\n        .width(990)\n        .height(200)\n        .transitionDuration(1000)\n        .margins({top: 30, right: 50, bottom: 25, left: 40})\n        .dimension(moveMonths)\n        .mouseZoomable(true)\n    // Specify a \"range chart\" to link its brush extent with the zoom of the current \"focus chart\".\n        .rangeChart(volumeChart)\n        .x(d3.scaleTime().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n        .round(d3.timeMonth.round)\n        .xUnits(d3.timeMonths)\n        .elasticY(true)\n        .renderHorizontalGridLines(true)\n    //##### Legend\n\n        // Position the legend relative to the chart origin and specify items' height and separation.\n        .legend(new dc.Legend().x(800).y(10).itemHeight(13).gap(5))\n        .brushOn(false)\n        // Add the base layer of the stack with group. The second parameter specifies a series name for use in the\n        // legend.\n        // The `.valueAccessor` will be used for the base layer\n        .group(indexAvgByMonthGroup, 'Monthly Index Average')\n        .valueAccessor(d => d.value.avg)\n        // Stack additional layers with `.stack`. The first paramenter is a new group.\n        // The second parameter is the series name. The third is a value accessor.\n        .stack(monthlyMoveGroup, 'Monthly Index Move', d => d.value)\n        // Title can be called by any stack layer.\n        .title(d => {\n            let value = d.value.avg ? d.value.avg : d.value;\n            if (isNaN(value)) {\n                value = 0;\n            }\n            return `${dateFormat(d.key)}\\n${numberFormat(value)}`;\n        });\n\n    //#### Range Chart\n\n    // Since this bar chart is specified as \"range chart\" for the area chart, its brush extent\n    // will always match the zoom of the area chart.\n    volumeChart.width(990) /* dc.barChart('#monthly-volume-chart', 'chartGroup'); */\n        .height(40)\n        .margins({top: 0, right: 50, bottom: 20, left: 40})\n        .dimension(moveMonths)\n        .group(volumeByMonthGroup)\n        .centerBar(true)\n        .gap(1)\n        .x(d3.scaleTime().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)]))\n        .round(d3.timeMonth.round)\n        .alwaysUseRounding(true)\n        .xUnits(d3.timeMonths);\n\n    //#### Data Count\n\n    // Create a data count widget and use the given css selector as anchor. You can also specify\n    // an optional chart group for this chart to be scoped within. When a chart belongs\n    // to a specific group then any interaction with such chart will only trigger redraw\n    // on other charts within the same chart group.\n    // <br>API: [Data Count Widget](https://dc-js.github.io/dc.js/docs/html/DataCount.html)\n    //\n    //```html\n    //<div class='dc-data-count'>\n    //  <span class='filter-count'></span>\n    //  selected out of <span class='total-count'></span> records.\n    //</div>\n    //```\n\n    nasdaqCount /* dc.dataCount('.dc-data-count', 'chartGroup'); */\n        .crossfilter(ndx)\n        .groupAll(all)\n        // (_optional_) `.html` sets different html when some records or all records are selected.\n        // `.html` replaces everything in the anchor with the html given using the following function.\n        // `%filter-count` and `%total-count` are replaced with the values obtained.\n        .html({\n            some: '<strong>%filter-count</strong> selected out of <strong>%total-count</strong> records' +\n                ' | <a href=\\'javascript:dc.filterAll(); dc.renderAll();\\'>Reset All</a>',\n            all: 'All records selected. Please click on the graph to apply filters.'\n        });\n\n    //#### Data Table\n\n    // Create a data table widget and use the given css selector as anchor. You can also specify\n    // an optional chart group for this chart to be scoped within. When a chart belongs\n    // to a specific group then any interaction with such chart will only trigger redraw\n    // on other charts within the same chart group.\n    // <br>API: [Data Table Widget](https://dc-js.github.io/dc.js/docs/html/DataTable.html)\n    //\n    // You can statically define the headers like in\n    //\n    // ```html\n    //    <!-- anchor div for data table -->\n    //    <div id='data-table'>\n    //       <!-- create a custom header -->\n    //       <div class='header'>\n    //           <span>Date</span>\n    //           <span>Open</span>\n    //           <span>Close</span>\n    //           <span>Change</span>\n    //           <span>Volume</span>\n    //       </div>\n    //       <!-- data rows will filled in here -->\n    //    </div>\n    // ```\n    // or do it programmatically using `.columns()`.\n\n    nasdaqTable /* dc.dataTable('.dc-data-table', 'chartGroup') */\n        .dimension(dateDimension)\n        // Specify a section function to nest rows of the table\n        .section(d => {\n            const format = d3.format('02d');\n            return `${d.dd.getFullYear()}/${format((d.dd.getMonth() + 1))}`;\n        })\n        // (_optional_) max number of records to be shown, `default = 25`\n        .size(10)\n        // There are several ways to specify the columns; see the data-table documentation.\n        // This code demonstrates generating the column header automatically based on the columns.\n        .columns([\n            // Use the `d.date` field; capitalized automatically\n            'date',\n            // Use `d.open`, `d.close`\n            'open',\n            'close',\n            {\n                // Specify a custom format for column 'Change' by using a label with a function.\n                label: 'Change',\n                format: function (d) {\n                    return numberFormat(d.close - d.open);\n                }\n            },\n            // Use `d.volume`\n            'volume'\n        ])\n\n        // (_optional_) sort using the given field, `default = function(d){return d;}`\n        .sortBy(d => d.dd)\n        // (_optional_) sort order, `default = d3.ascending`\n        .order(d3.ascending)\n        // (_optional_) custom renderlet to post-process chart using [D3](http://d3js.org)\n        .on('renderlet', table => {\n            table.selectAll('.dc-table-group').classed('info', true);\n        });\n\n    //#### Rendering\n\n    //simply call `.renderAll()` to render all charts on the page\n    dc.renderAll();\n    /*\n    // Or you can render charts belonging to a specific chart group\n    dc.renderAll('group');\n    // Once rendered you can call `.redrawAll()` to update charts incrementally when the data\n    // changes, without re-rendering everything\n    dc.redrawAll();\n    // Or you can choose to redraw only those charts associated with a specific chart group\n    dc.redrawAll('group');\n    */\n\n});\n\n//#### Versions\n\n//Determine the current version of dc with `dc.version`\nd3.selectAll('#version').text(dc.version);\n\n// Determine latest stable version in the repo via Github API\nd3.json('https://api.github.com/repos/dc-js/dc.js/releases/latest').then(latestRelease => {\n    /* eslint camelcase: 0 */\n    d3.selectAll('#latest').text(latestRelease.tag_name);\n});\n"
  },
  {
    "path": "web-src/transitions/area-progression.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Area Progression</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">forward</button>\n    <button class=\"btn\" onclick=\"button2()\">reverse</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.LineChart(\"#test\");\n      var progression = transitionTest.progression(5, 20);\n      var noDimension = {};\n      var progressGroup = {\n          all: function() {\n              return progression.data();\n          }\n      };\n\n      function sel_stack(i) {\n          return function(d) {\n              return d.value[i];\n          };\n      }\n      var doDots = transitionTest.querystring.dots!==\"0\",\n          doArea = transitionTest.querystring.area!==\"0\";\n\n      chart\n          .transitionDuration(transitionTest.duration)\n          .width(768)\n          .height(480)\n          .x(d3.scaleLinear())\n          .elasticX(true)\n          .elasticY(true)\n          .margins({left: 50, top: 10, right: 10, bottom: 20})\n          .renderArea(doArea)\n          .brushOn(false)\n          .renderDataPoints(doDots)\n          .dimension(noDimension);\n\n      function all_stacks() {\n          chart.group(progressGroup, \"0\", sel_stack('0'));\n          for(var i = 1; i<5; ++i)\n              chart.stack(progressGroup, ''+i, sel_stack(i));\n      }\n      all_stacks();\n      chart.render();\n\n      window.button1 = function() {\n          progression\n              .reverse(false)\n              .start();\n      };\n      window.button2 = function() {\n          progression\n              .reverse(true)\n              .start();\n      };\n      window.button4 = transitionTest.oscillate(function() {\n          chart.group(progressGroup, '2', sel_stack('2'))\n              .stack(progressGroup, '4', sel_stack('4'));\n      }, all_stacks);\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/area-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Area Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">left</button>\n    <button class=\"btn\" onclick=\"button2()\">right</button>\n    <button class=\"btn\" onclick=\"button3()\">middle</button>\n    <button class=\"btn\" onclick=\"button4()\">stacks</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.LineChart(\"#test\");\n      d3.csv(\"../examples/morley.csv\").then(function(experiments) {\n\n          experiments.forEach(function(x) {\n              x.Speed = +x.Speed;\n          });\n\n          var ndx                 = crossfilter(experiments),\n              runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n              speedSumGroup       = runDimension.group().reduce(function(p, v) {\n                  p[v.Expt] = (p[v.Expt] || 0) + v.Speed;\n                  return p;\n              }, function(p, v) {\n                  p[v.Expt] = (p[v.Expt] || 0) - v.Speed;\n                  return p;\n              }, function() {\n                  return {};\n              });\n\n          function sel_stack(i) {\n              return function(d) {\n                  return d.value[i];\n              };\n          }\n          var doDots = transitionTest.querystring.dots!==\"0\",\n              doArea = transitionTest.querystring.area!==\"0\";\n\n          chart\n              .transitionDuration(transitionTest.duration)\n              .width(768)\n              .height(480)\n              .x(d3.scaleLinear().domain([1,20]))\n              .margins({left: 50, top: 10, right: 10, bottom: 20})\n              .renderArea(doArea)\n              .brushOn(false)\n              .renderDataPoints(doDots)\n              .yAxisLabel(\"This is the Y Axis!\")\n              .dimension(runDimension);\n\n          function all_stacks() {\n              chart.group(speedSumGroup, \"1\", sel_stack('1'));\n              for(var i = 2; i<6; ++i)\n                  chart.stack(speedSumGroup, ''+i, sel_stack(i));\n          }\n          all_stacks();\n          chart.render();\n\n          var reset = function() {\n              chart.x().domain([1,20]);\n          }\n          window.button1 = transitionTest.oscillate(function() {\n              chart.x().domain([1,10]);\n          }, reset);\n          window.button2 = transitionTest.oscillate(function() {\n              chart.x().domain([16,20]);\n          }, reset);\n          window.button3 = transitionTest.oscillate(function() {\n              chart.x().domain([6.5,13.5]);\n          }, reset);\n          window.button4 = transitionTest.oscillate(function() {\n              chart.group(speedSumGroup, '2', sel_stack('2'))\n                  .stack(speedSumGroup, '4', sel_stack('4'));\n          }, all_stacks);\n      });\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/bar-progression.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Bar Progression</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">forward</button>\n    <button class=\"btn\" onclick=\"button2()\">reverse</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.BarChart(\"#test\");\n      var progression = transitionTest.progression(5, 20);\n      var noDimension = {};\n      var progressGroup = {\n          all: function() {\n              return progression.data();\n          }\n      };\n\n      function sel_stack(i) {\n          return function(d) {\n              return d.value[i];\n          };\n      }\n\n      chart\n          .transitionDuration(transitionTest.duration)\n          .width(768)\n          .height(480)\n          .x(d3.scaleLinear())\n          .elasticX(true)\n          .elasticY(true)\n          .margins({left: 50, top: 10, right: 10, bottom: 20})\n          .brushOn(false)\n          .dimension(noDimension);\n\n      function all_stacks() {\n          chart.group(progressGroup, \"0\", sel_stack('0'));\n          for(var i = 1; i<5; ++i)\n              chart.stack(progressGroup, ''+i, sel_stack(i));\n      }\n      all_stacks();\n      chart.render();\n\n      window.button1 = function() {\n          progression\n              .reverse(false)\n              .start();\n      };\n      window.button2 = function() {\n          progression\n              .reverse(true)\n              .start();\n      };\n      window.button4 = transitionTest.oscillate(function() {\n          chart.group(progressGroup, '2', sel_stack('2'))\n              .stack(progressGroup, '4', sel_stack('4'));\n      }, all_stacks);\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/bar-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Bar Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">left</button>\n    <button class=\"btn\" onclick=\"button2()\">right</button>\n    <button class=\"btn\" onclick=\"button3()\">middle</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.BarChart(\"#test\");\n      d3.csv(\"../examples/morley.csv\").then(function(experiments) {\n\n          experiments.forEach(function(x) {\n              x.Speed = +x.Speed;\n          });\n\n          var ndx                 = crossfilter(experiments),\n              runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n              speedSumGroup       = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});\n\n          chart\n              .transitionDuration(transitionTest.duration)\n              .width(768)\n              .height(480)\n              .x(d3.scaleLinear().domain([0,20]))\n              .brushOn(false)\n              .yAxisLabel(\"This is the Y Axis!\")\n              .dimension(runDimension)\n              .group(speedSumGroup)\n              .on(\"renderlet\", function(chart) {\n                  chart.selectAll('rect').on(\"click\", function(d) {\n                      console.log(\"click!\", d);\n                  });\n              });\n          chart.render();\n\n          var reset = function() {\n              chart.x().domain([0,20]);\n          }\n          window.button1 = transitionTest.oscillate(function() {\n              chart.x().domain([0,10]);\n          }, reset);\n          window.button2 = transitionTest.oscillate(function() {\n              chart.x().domain([16,20]);\n          }, reset);\n          window.button3 = transitionTest.oscillate(function() {\n              chart.x().domain([6,14]);\n          }, reset);\n      });\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/composite-progression.html",
    "content": "\\<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Area Progression</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">forward</button>\n    <button class=\"btn\" onclick=\"button2()\">reverse</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.SeriesChart(\"#test\");\n      var progression = transitionTest.progression(5, 20, true);\n      var noDimension = {};\n      var progressGroup = {\n          all: function() {\n              return progression.data();\n          }\n      };\n\n      function sel_stack(i) {\n          return function(d) {\n              return d.value[i];\n          };\n      }\n      var doDots = transitionTest.querystring.dots!==\"0\";\n      chart\n          .transitionDuration(transitionTest.duration)\n          .width(768)\n          .height(480)\n          .chart(function(c) {\n              return new dc.LineChart(c)\n                  .curve(d3.curveCardinal)\n                  .renderDataPoints(doDots);\n          })\n          .seriesAccessor(function(kv) { return kv.key[0]; })\n          .keyAccessor(function(kv) { return kv.key[1]; })\n          .x(d3.scaleLinear())\n          .elasticX(true)\n          .elasticY(true)\n          .margins({left: 50, top: 10, right: 10, bottom: 20})\n          .brushOn(false)\n          .dimension(noDimension)\n          .group(progressGroup);\n\n      chart.render();\n\n      window.button1 = function() {\n          progression\n              .reverse(false)\n              .start();\n      };\n      window.button2 = function() {\n          progression\n              .reverse(true)\n              .start();\n      };\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/number-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Number Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n\n    <p>This example demonstrates transitioning from Infinity to finite numbers.</p>\n\n    <h1>bands n' stuff</h1>\n    <div>\n      <span id=\"dc-band\"></span>\n      <span id=\"dc-member\"></span>\n      <div>\n\t<div>\n\t  <button onclick=\"resetFilters()\">Reset Filters</button>\n\t  <button onclick=\"redrawCharts()\">Redraw Charts</button>\n\t</div>\n      </div>\n      Borks: <span id=\"dc-percent\"></span>\n    </div>\n    <div>\n      Works: <span id=\"dc-percent2\"></span>\n    </div>\n\n<script type=\"text/javascript\">\n\n// by Xaser Acheron\n// This is a quick example demonstrating a bug\n// in the latest dc.js (as of 2016-01-08).\n\n// To trigger: Click \"Not Rush\" in the leftmost chart, then deselect it.\n// dc.js throws an error in the tweenPie function when trying to tween the\n// right-hand \"empty\" pie segment to a segment with data.\n\n// Error details screenshot for reference: http://i.imgur.com/JTsAVyo.png\n\n// First, declare some data. Note the zero in the othernumber field;\n// we'll use this to ensure that selecting \"Not Rush\" in the Band chart\n// will cause the Member chart to become empty.\nvar data = [\n{\tband: \"Rush\"\n,\tmember: \"Geddy Lee\"\n,\tnumber: \"5\"\n,\tothernumber: \"3\"\n},\n{\tband: \"Rush\"\n,\tmember: \"Alex Lifeson\"\n,\tnumber: \"5\"\n,\tothernumber: \"3\"\n},\n{\tband: \"Rush\"\n,\tmember: \"Neil Peart\"\n,\tnumber: \"5\"\n,\tothernumber: \"5\"\n},\n{\tband: \"Not Rush\"\n,\tmember: \"Somebody Else\"\n,\tnumber: \"5\"\n,\tothernumber: \"0\"\n}\n];\n\n// create crossfilter/dimensions/whatnot; basic stuff\nvar ndx = crossfilter(data);\nvar dim_band   = ndx.dimension(function (d) { return d.band  ; });\nvar dim_member = ndx.dimension(function (d) { return d.member; });\n\n// define some complex-ish crossfilter reduction functions. Instead of\n// summing up a single value, we'll instead set the value to be an object\n// that contains two different values -- this is useful because we can\n// edit each chart's valueAccessor to change the metric shown in real time.\nvar funcAdd = function(p, v) {\n\tp.number      += (+v.number     );\n\tp.othernumber += (+v.othernumber);\n\treturn p;\n};\nvar funcRemove = function(p, v) {\n\tp.number      -= (+v.number     );\n\tp.othernumber -= (+v.othernumber);\n\treturn p;\n};\nvar funcInitial = function() {\n\treturn {\n\t\tnumber      : 0\n\t,\tothernumber : 0\n\t};\n};\nvar grp_band   = dim_band  .group().reduce(funcAdd, funcRemove, funcInitial);\nvar grp_member = dim_member.group().reduce(funcAdd, funcRemove, funcInitial);\nvar grp_all    = ndx.groupAll().reduce(funcAdd, funcRemove, funcInitial);\n\n// Create our charts and render them. The data is set up such that \"otherNumber\" contains\n// a zero for the \"Not Rush\" band; this results in a divide-by-zero (Infinity%) in the numberDisplay,\n// which turns to NaN% when deselecting \"Not Rush\". The number can be restored by pressing Redraw Charts.\n// [XA] somewhat amusingly, this is the exact same test case as last time despite the bug being\n//      different. Gads!\nvar chart_band = new dc.PieChart (\"#dc-band\")\n\t.height(230)\n\t.width (230)\n\t.transitionDuration(1000)\n\t.dimension(dim_band)\n\t.group    (grp_band)\n\t.valueAccessor(function(d) { return d.value.number; })\n\t.minAngleForLabel(0)\n\t.title(function() { return ''; })\n;\nvar chart_band = new dc.PieChart (\"#dc-member\")\n\t.height(230)\n\t.width (230)\n\t.transitionDuration(1000)\n\t.dimension(dim_member)\n\t.group    (grp_member)\n\t.valueAccessor(function(d) { return d.value.number * d.value.othernumber; })\n\t.minAngleForLabel(0)\n\t.title(function() { return ''; })\n;\nvar label_percent = new dc.NumberDisplay(\"#dc-percent\")\n\t.transitionDuration(1000)\n\t.group(grp_all)\n\t.valueAccessor(function(d) { return d.number / d.othernumber; })\n\t.formatNumber(function(d) {\n\t\treturn d3.format('%')(d);\n\t})\n;\nvar label_percent2 = new dc.NumberDisplay(\"#dc-percent2\")\n\t.transitionDuration(1000)\n\t.group(grp_all)\n\t.valueAccessor(function(d) { return d.othernumber ? (d.number / d.othernumber) : NaN; })\n\t.formatNumber(function(d) {\n\t\treturn d3.format('%')(d);\n\t})\n;\n\n// Render it.\ndc.renderAll();\n\n// Functions for buttons n' things.\nfunction resetFilters() {\n\tdc.filterAll();\n\tdc.redrawAll();\n}\nfunction redrawCharts() {\n\tdc.redrawAll();\n}\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/ordinal-bar-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Ordinal Bar Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">left</button>\n    <button class=\"btn\" onclick=\"button2()\">right</button>\n    <button class=\"btn\" onclick=\"button3()\">middle</button>\n    <button class=\"btn\" onclick=\"button4()\">reverse</button>\n    <button class=\"btn\" onclick=\"button5()\">backward</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\" src=\"ordinal-transition.js\"></script>\n\n    <script type=\"text/javascript\">\n      var chart = new dc.BarChart(\"#test\");\n      startOrdinal(function(fruitDimension, fruitGroup) {\n          return chart\n              .width(768)\n              .height(380)\n              .x(d3.scaleBand())\n              .xUnits(dc.units.ordinal)\n              .elasticX(true)\n              .elasticY(true)\n              .brushOn(false)\n              .xAxisLabel('Fruit')\n              .yAxisLabel('Quantity Sold')\n              .dimension(fruitDimension)\n              .barPadding(0.1)\n              .outerPadding(0.05)\n              .group(fruitGroup);\n      });\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/ordinal-line-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Ordinal Line Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">left</button>\n    <button class=\"btn\" onclick=\"button2()\">right</button>\n    <button class=\"btn\" onclick=\"button3()\">middle</button>\n    <button class=\"btn\" onclick=\"button4()\">reverse</button>\n    <button class=\"btn\" onclick=\"button5()\">backward</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\" src=\"ordinal-transition.js\"></script>\n\n    <script type=\"text/javascript\">\n      var chart = new dc.LineChart('#test');\n      startOrdinal(function(fruitDimension, fruitGroup) {\n          return chart\n              .width(768)\n              .height(380)\n              .x(d3.scaleBand())\n              .xUnits(dc.units.ordinal)\n              .elasticX(true)\n              .elasticY(true)\n              .brushOn(false)\n              .xAxisLabel('Fruit')\n              .yAxisLabel('Quantity Sold')\n              .dimension(fruitDimension)\n              .group(fruitGroup);\n      });\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/ordinal-row-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Ordinal Row Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">top</button>\n    <button class=\"btn\" onclick=\"button2()\">bottom</button>\n    <button class=\"btn\" onclick=\"button3()\">middle</button>\n    <button class=\"btn\" onclick=\"button4()\">reverse</button>\n    <button class=\"btn\" onclick=\"button5()\">backward</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\" src=\"ordinal-transition.js\"></script>\n\n    <script type=\"text/javascript\">\n      var chart = new dc.RowChart('#test');\n      startOrdinal(function(fruitDimension, fruitGroup) {\n          return chart\n              .width(768)\n              .height(380)\n              .dimension(fruitDimension)\n              .group(fruitGroup)\n              .ordering(kv => kv.key)\n      });\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/ordinal-transition.js",
    "content": "function remove_empty_bins(source_group) {\n    return {\n        all:function () {\n            return source_group.all().filter(function(d) {\n                return d.value !== 0;\n            });\n        }\n    };\n}\nfunction ordinal_filter(bins) {\n    return function(d) {\n        return bins.indexOf(d) >=0;\n    };\n}\n\nfunction startOrdinal(initChart) {\n    d3.json('../examples/fruits.json').then(function(counts) {\n        var ndx            = crossfilter(counts),\n            fruitDimension = ndx.dimension(function(d) {return d.name;}),\n            sumGroup       = fruitDimension.group().reduceSum(function(d) {return d.cnt;}),\n            sumGroupFiltered = remove_empty_bins(sumGroup),\n            fruit2 = ndx.dimension(function(d) {return d.name;});\n\n        var chart = initChart(fruitDimension, sumGroupFiltered);\n        chart.render();\n\n        var ordinary_ordering = chart.ordering();\n        var reset = function() {\n            chart.ordering(ordinary_ordering);\n            fruit2.filter(null);\n        };\n        window.button1 = transitionTest.oscillate(function() {\n            fruit2.filter(ordinal_filter(['grapefruit', 'lime', 'orange', 'pomegranate']));\n        }, reset);\n        window.button2 = transitionTest.oscillate(function() {\n            fruit2.filter(ordinal_filter(['apple', 'banana', 'grape', 'grapefruit']));\n        }, reset);\n        window.button3 = transitionTest.oscillate(function() {\n            fruit2.filter(ordinal_filter(['apple', 'banana', 'orange', 'pomegranate']));\n        }, reset);\n        window.button4 = transitionTest.oscillate(function() {\n            // reverse alphabetic sort\n            // we don't have complete control over the ordering, because dc.js uses\n            // crossfilter.quicksort.by: https://github.com/dc-js/dc.js/issues/1161\n            // so append a low character ('`' is before 'a') and then subtract each\n            // character from 'z' and add 'a'\n            chart.ordering(function(kv) {\n                var chars = kv.key.split('');\n                chars.push('`');\n                return chars.map(function(s) {\n                    return String.fromCharCode(122+97-s.charCodeAt(0));\n                }).join('');\n            });\n        }, reset);\n        window.button5 = transitionTest.oscillate(function() {\n            chart.ordering(function(kv) { return kv.key.split('').reverse().join(''); });\n        }, reset);\n    });\n}\n"
  },
  {
    "path": "web-src/transitions/pie-external-label-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Pie Chart External Label Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">little</button>\n    <button class=\"btn\" onclick=\"button2()\">keep 2</button>\n    <button class=\"btn\" onclick=\"button3()\">keep 4</button>\n\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.PieChart(\"#test\");\n      var stop, button1, button2, button3;\n      d3.csv(\"../examples/morley.csv\").then(function(experiments) {\n\n          var ndx           = crossfilter(experiments),\n              runDimension  = ndx.dimension(function(d) {return \"run-\"+d.Run;}),\n              speedSumGroup = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run;});\n\n          chart\n              .transitionDuration(transitionTest.duration)\n              .width(768)\n              .height(480)\n              .slicesCap(4)\n              .innerRadius(100)\n              .externalLabels(50)\n              .externalRadiusPadding(50)\n              .drawPaths(true)\n              .dimension(runDimension)\n              .group(speedSumGroup)\n              .legend(dc.legend());\n\n          chart.render();\n          var expDim = ndx.dimension(function(d) { return d.Expt; });\n          var run2 = ndx.dimension(function(d) { return \"run-\"+d.Run;});\n          window.button1 = transitionTest.oscillate(function() {\n              expDim.filter(2);\n          }, function() {\n              expDim.filter();\n          });\n          window.button2 = transitionTest.oscillate(function() {\n              run2.filterFunction(function(d) {\n                  return [\"run-19\", \"run-2\"].indexOf(d) != -1;\n              });\n          }, function() {\n              run2.filter();\n          });\n          window.button3 = transitionTest.oscillate(function() {\n              run2.filterFunction(function(d) {\n                  return [\"run-3\", \"run-5\", \"run-7\", \"run-9\"].indexOf(d) != -1;\n              });\n          }, function() {\n              run2.filter();\n          });\n      });\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/pie-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Pie Chart Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">little</button>\n    <button class=\"btn\" onclick=\"button2()\">keep 2</button>\n    <button class=\"btn\" onclick=\"button3()\">keep 4</button>\n\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.PieChart(\"#test\");\n      var stop, button1, button2, button3;\n      d3.csv(\"../examples/morley.csv\").then(function(experiments) {\n\n          var ndx           = crossfilter(experiments),\n              runDimension  = ndx.dimension(function(d) {return \"run-\"+d.Run;}),\n              speedSumGroup = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run;});\n\n          chart\n              .transitionDuration(transitionTest.duration)\n              .width(768)\n              .height(480)\n              .slicesCap(4)\n              .innerRadius(100)\n              .dimension(runDimension)\n              .group(speedSumGroup)\n              .legend(dc.legend());\n\n          chart.render();\n          var expDim = ndx.dimension(function(d) { return d.Expt; });\n          var run2 = ndx.dimension(function(d) { return \"run-\"+d.Run;});\n          window.button1 = transitionTest.oscillate(function() {\n              expDim.filter(2);\n          }, function() {\n              expDim.filter();\n          });\n          window.button2 = transitionTest.oscillate(function() {\n              run2.filterFunction(function(d) {\n                  return [\"run-19\", \"run-2\"].indexOf(d) != -1;\n              });\n          }, function() {\n              run2.filter();\n          });\n          window.button3 = transitionTest.oscillate(function() {\n              run2.filterFunction(function(d) {\n                  return [\"run-3\", \"run-5\", \"run-7\", \"run-9\"].indexOf(d) != -1;\n              });\n          }, function() {\n              run2.filter();\n          });\n      });\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/series-progression.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Series Progression</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">forward</button>\n    <button class=\"btn\" onclick=\"button2()\">reverse</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.SeriesChart(\"#test\");\n      var progression = transitionTest.progression(5, 20, true);\n      var noDimension = {};\n      var progressGroup = {\n          all: function() {\n              return progression.data();\n          }\n      };\n\n      function sel_stack(i) {\n          return function(d) {\n              return d.value[i];\n          };\n      }\n      var doDots = transitionTest.querystring.dots!==\"0\";\n      chart\n          .transitionDuration(transitionTest.duration)\n          .width(768)\n          .height(480)\n          .chart(function(c) {\n              return new dc.LineChart(c)\n                  .curve(d3.curveCardinal)\n                  .renderDataPoints(doDots);\n          })\n          .seriesAccessor(function(kv) { return kv.key[0]; })\n          .keyAccessor(function(kv) { return kv.key[1]; })\n          .x(d3.scaleLinear())\n          .elasticX(true)\n          .elasticY(true)\n          .margins({left: 50, top: 10, right: 10, bottom: 20})\n          .brushOn(false)\n          .dimension(noDimension)\n          .group(progressGroup);\n\n      chart.render();\n\n      window.button1 = function() {\n          progression\n              .reverse(false)\n              .start();\n      };\n      window.button2 = function() {\n          progression\n              .reverse(true)\n              .start();\n      };\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/stacked-bar-transitions.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Stacked Bar Transitions</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n  </head>\n  <body>\n    <div class=\"container\">\n    <script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n\n    <div id=\"test\"></div>\n    <button class=\"btn\" onclick=\"transitionTest.stop()\">stop</button>\n    <button class=\"btn\" onclick=\"button1()\">left</button>\n    <button class=\"btn\" onclick=\"button2()\">right</button>\n    <button class=\"btn\" onclick=\"button3()\">middle</button>\n    <button class=\"btn\" onclick=\"button4()\">stacks</button>\n\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\" src=\"transition-test.js\"></script>\n    <script type=\"text/javascript\">\n\n      var chart = new dc.BarChart(\"#test\");\n      d3.csv(\"../examples/morley.csv\").then(function(experiments) {\n\n          experiments.forEach(function(x) {\n              x.Speed = +x.Speed;\n          });\n\n          var ndx                 = crossfilter(experiments),\n              runDimension        = ndx.dimension(function(d) {return +d.Run;}),\n              speedSumGroup       = runDimension.group().reduce(function(p, v) {\n                  p[v.Expt] = (p[v.Expt] || 0) + v.Speed;\n                  return p;\n              }, function(p, v) {\n                  p[v.Expt] = (p[v.Expt] || 0) - v.Speed;\n                  return p;\n              }, function() {\n                  return {};\n              });\n\n          function sel_stack(i) {\n              return function(d) {\n                  return d.value[i];\n              };\n          }\n\n          chart\n              .transitionDuration(transitionTest.duration)\n              .width(768)\n              .height(480)\n              .x(d3.scaleLinear().domain([1,21]))\n              .margins({left: 50, top: 10, right: 10, bottom: 20})\n              .brushOn(false)\n              .clipPadding(10)\n              .yAxisLabel(\"This is the Y Axis!\")\n              .dimension(runDimension);\n\n          function all_stacks() {\n              chart.group(speedSumGroup, \"1\", sel_stack('1'));\n              for(var i = 2; i<6; ++i)\n                  chart.stack(speedSumGroup, ''+i, sel_stack(i));\n          }\n          all_stacks();\n          chart.render();\n\n          var reset = function() {\n              chart.x().domain([0,20]);\n          }\n          window.button1 = transitionTest.oscillate(function() {\n              chart.x().domain([0,10]);\n          }, reset);\n          window.button2 = transitionTest.oscillate(function() {\n              chart.x().domain([16,20]);\n          }, reset);\n          window.button3 = transitionTest.oscillate(function() {\n              chart.x().domain([6,14]);\n          }, reset);\n          window.button4 = transitionTest.oscillate(function() {\n              chart.group(speedSumGroup, '2', sel_stack('2'))\n                  .stack(speedSumGroup, '4', sel_stack('4'));\n          }, all_stacks);\n      });\n\n    </script>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "web-src/transitions/transition-test.js",
    "content": "var transitionTest = (function() {\n\n    // http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript\n    var querystring = (function(a) {\n        if (a == \"\") return {};\n        var b = {};\n        for (var i = 0; i < a.length; ++i)\n        {\n            var p=a[i].split('=', 2);\n            if (p.length == 1)\n                b[p[0]] = \"\";\n            else\n                b[p[0]] = decodeURIComponent(p[1].replace(/\\+/g, \" \"));\n        }\n        return b;\n    })(window.location.search.substr(1).split('&'));\n\n    var inter, duration = +querystring.duration, pause = +querystring.pause;\n    if(isNaN(duration)) duration = 3000;\n    if(isNaN(pause)) pause = 500;\n    function stop() {\n        window.clearInterval(inter);\n        inter = null;\n    }\n    function oscillate(f1, f2) {\n        return function() {\n            stop();\n            var which = false;\n            f1();\n            dc.redrawAll();\n            inter = window.setInterval(function() {\n                if((which = !which))\n                    f2();\n                else\n                    f1();\n                dc.redrawAll();\n            }, duration+pause);\n        };\n    }\n    // generate continuous data\n    function progression(N, initial, series) {\n        var _steps = 5, // number of data points to add each tick\n            _interval = 1, // distance in x between points\n            _magnitude = 1, // maximum change in y per observation\n            _reverse = false; // whether to regress instead of progress\n        var _data = [];\n        var rand = d3.randomNormal();\n        function startval() { // .fill() (when can we drop ie?)\n            var a = new Array(N);\n            for(var i = 0; i<N; ++i) {\n                a[i] = _magnitude*2;\n            }\n            return a;\n        }\n        function drop() {\n            if(series)\n                _data.splice(_reverse ? _data.length-N : 0, N);\n            else\n                _data.splice(_reverse ? _data.length-1 : 0, 1);\n        }\n        function generate() {\n            var bkey, basis;\n            if(_data.length) {\n                if(series) {\n                    bkey = _data[_reverse ? 0 : _data.length-N].key[1];\n                    basis = _data.slice(_reverse ? 0 : _data.length-N, _reverse ? N : _data.length).map(dc.pluck('value'));\n                }\n                else {\n                    var kv = _data[_reverse ? 0 : _data.length-1];\n                    bkey = kv.key;\n                    basis = kv.value;\n                }\n            }\n            else {\n                bkey = 0;\n                basis = startval();\n            }\n            var obs = [], key = bkey + (_reverse ? -1 : 1) * _interval;\n            for(var i = 0; i<N; ++i) {\n                obs[i] = basis[i] + rand() * _magnitude;\n                if(!series)\n                    obs[i] = Math.max(obs[i], 0);\n            }\n            if(series) {\n                var block = obs.map(function(o, i) {\n                    return {key: [i, key], value: o};\n                });\n                if(_reverse)\n                    Array.prototype.unshift.apply(_data, block);\n                else\n                    Array.prototype.push.apply(_data, block);\n            } else {\n                var datum = {key: key, value: obs};\n                if(_reverse)\n                    _data.unshift(datum);\n                else\n                    _data.push(datum);\n            }\n        }\n        while(initial--) generate();\n        return {\n            steps: function(steps) {\n                if(!arguments.length)\n                    return _steps;\n                _steps = steps;\n                return this;\n            },\n            interval: function(interval) {\n                if(!arguments.length)\n                    return _interval;\n                _interval = interval;\n                return this;\n            },\n            magnitude: function(magnitude) {\n                if(!arguments.length)\n                    return _magnitude;\n                _magnitude = magnitude;\n                return this;\n            },\n            reverse: function(reverse) {\n                if(!arguments.length)\n                    return _reverse;\n                _reverse = reverse;\n                return this;\n            },\n            start: function() {\n                stop();\n                dc.redrawAll();\n                inter = window.setInterval(function() {\n                    for(var i = 0; i < _steps; ++i) {\n                        generate();\n                        drop();\n                    }\n                    dc.redrawAll();\n                }, duration+pause);\n            },\n            data: function() {\n                return _data;\n            }\n        };\n    }\n    return {\n        querystring : querystring,\n        duration: duration,\n        pause: pause,\n        stop: stop,\n        oscillate: oscillate,\n        progression: progression\n    };\n})();\n"
  },
  {
    "path": "web-src/vc/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>dc.js - US Venture Capital Landscape 2011</title>\n\n    <meta charset=\"UTF-8\">\n\n    <link href=\"../css/bootstrap.min.css\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n</head>\n<body>\n\n<div class=\"container\">\n\n    <h2>US Venture Capital Landscape 2011</h2>\n\n    <p>\n        This is a <a href=\"../index.html\">dc.js</a> example showing how GeoJson Polygon can be associated with\n        crossfilter\n        dimension and group using a choropleth chart. Different regions can be colored differently based on different\n        calculation (amount raised). Like any other dc.js chart a choropleth chart can then be mixed with other dc.js\n        chart\n        or your own custom d3 drawing. In this example we have shown how it can work with multiple bubble chart.\n    </p>\n\n    <p>\n        Public data source\n        <a href=\"http://buzzdata.com/azad2002/the-united-states-of-venture-capital-2011#!/data\" target=\"_blank\">BuzzData.com</a>.\n    </p>\n\n    <div id=\"us-chart\">\n        <strong>VC Distribution by States (color: total amount raised)</strong>\n        <a class=\"reset\" href=\"javascript:usChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n        <span class=\"reset\" style=\"display: none;\"> | Current filter: <span class=\"filter\"></span></span>\n\n        <div class=\"clearfix\"></div>\n    </div>\n\n    <div class=\"clearfix\"></div>\n\n    <div id=\"industry-chart\">\n        <strong>By Industries</strong> (y: number of deals, x: total amount raised in millions, radius: amount raised)\n        <a class=\"reset\" href=\"javascript:industryChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    </div>\n\n    <div class=\"clearfix\"></div>\n\n    <div id=\"round-chart\">\n        <strong>By Rounds</strong> (y: number of deals, x: total amount raised in millions, radius: amount raised)\n        <a class=\"reset\" href=\"javascript:roundChart.filterAll();dc.redrawAll();\" style=\"display: none;\">reset</a>\n\n        <div class=\"clearfix\"></div>\n    </div>\n\n    <div class=\"clearfix\"></div>\n\n    <div>\n        <a href=\"javascript:dc.filterAll(); dc.renderAll();\">Reset All</a>\n    </div>\n\n</div>\n\n<a href=\"https://github.com/dc-js/dc.js\"><img style=\"position: absolute; top: 0; right: 0; border: 0;\"\n                                                  src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png\"\n                                                  alt=\"Fork me on GitHub\"></a>\n\n<script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n<script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n<script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n<script type=\"text/javascript\">\n    var numberFormat = d3.format(\".2f\");\n\n    var usChart = new dc.GeoChoroplethChart(\"#us-chart\");\n    var industryChart = new dc.BubbleChart(\"#industry-chart\");\n    var roundChart = new dc.BubbleChart(\"#round-chart\");\n\n    d3.csv(\"vc.csv\").then(function (csv) {\n        var data = crossfilter(csv);\n\n        var states = data.dimension(function (d) {\n            return d[\"State\"];\n        });\n        var stateRaisedSum = states.group().reduceSum(function (d) {\n            return d[\"Raised\"];\n        });\n\n        var industries = data.dimension(function (d) {\n            return d[\"Industry Group\"];\n        });\n        var statsByIndustries = industries.group().reduce(\n                function (p, v) {\n                    p.amountRaised += +v[\"Raised\"];\n                    p.deals += +v[\"Deals\"];\n                    return p;\n                },\n                function (p, v) {\n                    p.amountRaised -= +v[\"Raised\"];\n                    if (p.amountRaised < 0.001) p.amountRaised = 0; // do some clean up\n                    p.deals -= +v[\"Deals\"];\n                    return p;\n                },\n                function () {\n                    return {amountRaised: 0, deals: 0}\n                }\n        );\n\n        var rounds = data.dimension(function (d) {\n            return d[\"RoundClassDescr\"];\n        });\n        var statsByRounds = rounds.group().reduce(\n                function (p, v) {\n                    p.amountRaised += +v[\"Raised\"];\n                    p.deals += +v[\"Deals\"];\n                    return p;\n                },\n                function (p, v) {\n                    p.amountRaised -= +v[\"Raised\"];\n                    if (p.amountRaised < 0.001) p.amountRaised = 0; // do some clean up\n                    p.deals -= +v[\"Deals\"];\n                    return p;\n                },\n                function () {\n                    return {amountRaised: 0, deals: 0}\n                }\n        );\n\n        d3.json(\"../geo/us-states.json\").then(function (statesJson) {\n            usChart.width(990)\n                    .height(500)\n                    .dimension(states)\n                    .group(stateRaisedSum)\n                    .colors(d3.scaleQuantize().range([\"#E2F2FF\", \"#C4E4FF\", \"#9ED2FF\", \"#81C5FF\", \"#6BBAFF\", \"#51AEFF\", \"#36A2FF\", \"#1E96FF\", \"#0089FF\", \"#0061B5\"]))\n                    .colorDomain([0, 200])\n                    .colorCalculator(function (d) { return d ? usChart.colors()(d) : '#ccc'; })\n                    .overlayGeoJson(statesJson.features, \"state\", function (d) {\n                        return d.properties.name;\n                    })\n                .projection(d3.geoAlbersUsa())\n                .valueAccessor(function(kv) {\n                    console.log(kv);\n                    return kv.value;\n                })\n                    .title(function (d) {\n                        return \"State: \" + d.key + \"\\nTotal Amount Raised: \" + numberFormat(d.value ? d.value : 0) + \"M\";\n                    });\n\n            industryChart.width(990)\n                    .height(200)\n                    .margins({top: 10, right: 50, bottom: 30, left: 60})\n                    .dimension(industries)\n                    .group(statsByIndustries)\n                    .colors(d3.scaleOrdinal(d3.schemeCategory10))\n                    .keyAccessor(function (p) {\n                        return p.value.amountRaised;\n                    })\n                    .valueAccessor(function (p) {\n                        return p.value.deals;\n                    })\n                    .radiusValueAccessor(function (p) {\n                        return p.value.amountRaised;\n                    })\n                    .x(d3.scaleLinear().domain([0, 5000]))\n                    .r(d3.scaleLinear().domain([0, 4000]))\n                    .minRadiusWithLabel(15)\n                    .elasticY(true)\n                    .yAxisPadding(100)\n                    .elasticX(true)\n                    .xAxisPadding(200)\n                    .maxBubbleRelativeSize(0.07)\n                    .renderHorizontalGridLines(true)\n                    .renderVerticalGridLines(true)\n                    .renderLabel(true)\n                    .renderTitle(true)\n                    .title(function (p) {\n                        return p.key\n                                + \"\\n\"\n                                + \"Amount Raised: \" + numberFormat(p.value.amountRaised) + \"M\\n\"\n                                + \"Number of Deals: \" + numberFormat(p.value.deals);\n                    });\n            industryChart.yAxis().tickFormat(function (s) {\n                return s + \" deals\";\n            });\n            industryChart.xAxis().tickFormat(function (s) {\n                return s + \"M\";\n            });\n\n            roundChart.width(990)\n                    .height(200)\n                    .margins({top: 10, right: 50, bottom: 30, left: 60})\n                    .dimension(rounds)\n                    .group(statsByRounds)\n                    .colors(d3.scaleOrdinal(d3.schemeCategory10))\n                    .keyAccessor(function (p) {\n                        return p.value.amountRaised;\n                    })\n                    .valueAccessor(function (p) {\n                        return p.value.deals;\n                    })\n                    .radiusValueAccessor(function (p) {\n                        return p.value.amountRaised;\n                    })\n                    .x(d3.scaleLinear().domain([0, 5000]))\n                    .r(d3.scaleLinear().domain([0, 9000]))\n                    .minRadiusWithLabel(15)\n                    .elasticY(true)\n                    .yAxisPadding(150)\n                    .elasticX(true)\n                    .xAxisPadding(300)\n                    .maxBubbleRelativeSize(0.07)\n                    .renderHorizontalGridLines(true)\n                    .renderVerticalGridLines(true)\n                    .renderLabel(true)\n                    .renderTitle(true)\n                    .title(function (p) {\n                        return p.key\n                                + \"\\n\"\n                                + \"Amount Raised: \" + numberFormat(p.value.amountRaised) + \"M\\n\"\n                                + \"Number of Deals: \" + numberFormat(p.value.deals);\n                    });\n            roundChart.yAxis().tickFormat(function (s) {\n                return s + \" deals\";\n            });\n            roundChart.xAxis().tickFormat(function (s) {\n                return s + \"M\";\n            });\n\n            dc.renderAll();\n        });\n    });\n</script>\n\n<script type=\"text/javascript\">\n    var _gaq = _gaq || [];\n    _gaq.push(['_setAccount', 'UA-33628816-1']);\n    _gaq.push(['_trackPageview']);\n\n    (function () {\n        var ga = document.createElement('script');\n        ga.type = 'text/javascript';\n        ga.async = true;\n        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n        var s = document.getElementsByTagName('script')[0];\n        s.parentNode.insertBefore(ga, s);\n    })();\n</script>\n</body>\n</html>\n"
  },
  {
    "path": "web-src/vc/state2code.rb",
    "content": "#!/usr/bin/env ruby\n\nstate_code_map = {\n    'ALABAMA'=>'AL',\n    'ALASKA'=>'AK',\n    'ARIZONA'=>'AZ',\n    'ARKANSAS'=>'AR',\n    'CALIFORNIA'=>'CA',\n    'COLORADO'=>'CO',\n    'CONNECTICUT'=>'CT',\n    'DELAWARE'=>'DE',\n    'DISTRICT OF COLUMBIA'=>'DC',\n    'FLORIDA'=>'FL',\n    'GEORGIA'=>'GA',\n    'HAWAII'=>'HI',\n    'IDAHO'=>'ID',\n    'ILLINOIS'=>'IL',\n    'INDIANA'=>'IN',\n    'IOWA'=>'IA',\n    'KANSAS'=>'KS',\n    'KENTUCKY'=>'KY',\n    'LOUISIANA'=>'LA',\n    'MAINE'=>'ME',\n    'MARYLAND'=>'MD',\n    'MASSACHUSETTS'=>'MA',\n    'MICHIGAN'=>'MI',\n    'MINNESOTA'=>'MN',\n    'MISSISSIPPI'=>'MS',\n    'MISSOURI'=>'MO',\n    'MONTANA'=>'MT',\n    'NEBRASKA'=>'NE',\n    'NEVADA'=>'NV',\n    'NEW HAMPSHIRE'=>'NH',\n    'NEW JERSEY'=>'NJ',\n    'NEW MEXICO'=>'NM',\n    'NEW YORK'=>'NY',\n    'NORTH CAROLINA'=>'NC',\n    'NORTH DAKOTA'=>'ND',\n    'OHIO'=>'OH',\n    'OKLAHOMA'=>'OK',\n    'OREGON'=>'OR',\n    'PENNSYLVANIA'=>'PA',\n    'RHODE ISLAND'=>'RI',\n    'SOUTH CAROLINA'=>'SC',\n    'SOUTH DAKOTA'=>'SD',\n    'TENNESSEE'=>'TN',\n    'TEXAS'=>'TX',\n    'UTAH'=>'UT',\n    'VERMONT'=>'VT',\n    'VIRGINIA'=>'VA',\n    'WASHINGTON'=>'WA',\n    'WEST VIRGINIA'=>'WV',\n    'WISCONSIN'=>'WI',\n    'WYOMING'=>'WY',\n    'AMERICAN SAMOA'=>'AS',\n    'GUAM'=>'GU',\n    'NORTHERN MARIANA ISLANDS'=>'MP',\n    'PUERTO RICO'=>'PR',\n    'VIRGIN ISLANDS'=>'VI'\n}\n\nFile.open(ARGV[0], 'r') { |file|\n  file.each_line { |line|\n    new_line = line\n    line =~ /\"name\":\"([\\w\\s]+)\"/\n    if ($1)\n      state_name = $1.upcase()\n      state_code = state_code_map[state_name]\n      new_line = line.sub(/\"name\":\"#{$1}\"/, %{\"name\":\"#{state_code}\"})\n    end\n\n    puts new_line\n  }\n}\n"
  },
  {
    "path": "web-src/vc/vc.csv",
    "content": "City,CloseDate,EntityIDRoundID,IndustryCode,Industry Group,Industry Segment,Metropolitan Statistical Area,PrimaryRegion,RoundBusStat,RoundClassDescr,State,Subregion,Deals,Number of Deals,Raised\nMountain View,1/1/2011,6.12834E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,2\nMountain View,1/2/2011,6.13065E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,Seed Round,CA,San Francisco Bay Area,1,1,0.41\nSacramento,1/3/2011,6.1226E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Sacramento--Arden-Arcade--Roseville, CA\",Northern California,Product In Beta Test,First Round,CA,,1,1,4.5\nKennett Square,1/3/2011,1.10548E+11,IT Consulting,Business and Financial Services,Business Support Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,3.88\nNew York,1/3/2011,6.05132E+11,Incubators/Business Development,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Later Stage,NY,New York Metro,1,1,5\nCambridge,1/3/2011,6.11277E+11,Biopharmaceuticals: TBA,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,9.93\nCharlotte,1/5/2011,6.11265E+11,Automobiles,Consumer Goods,Vehicles and Parts,\"Charlotte-Gastonia-Concord, NC-SC\",South East,Generating Revenue,Later Stage,NC,,1,1,\nBrooklyn,1/5/2011,6.15066E+11,General Media/Content,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product In Beta Test,First Round,NY,New York Metro,1,1,1.5\nHighland Heights,1/5/2011,3.56941E+11,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Product Development,First Round,OH,,1,1,0.15\nMarlborough,1/5/2011,98499752679,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,22\nWarren,1/5/2011,62881753025,Fiberoptic Equipment,Information Technology,Communications and Networking,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NJ,New York Metro,1,1,2\nNew York,1/7/2011,6.1379E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,10.09\nRichardson,1/7/2011,6.13056E+11,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,First Round,TX,Dallas-Fort Worth,1,1,2.84\nLyndhurst,1/7/2011,1.82337E+11,Medical Software and Information Services: Other,Healthcare,Medical Software and Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NJ,New York Metro,1,1,9\nEden Prairie,1/7/2011,62097752675,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,Later Stage,MN,,1,1,8\nNew York,1/7/2011,6.05954E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Clinical Trials - Phase 1,Second Round,NY,New York Metro,1,1,25.78\nPortland,1/7/2011,88644753258,Wired Communications Equipment,Information Technology,Communications and Networking,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Later Stage,OR,,1,1,0.2\nSan Francisco,1/10/2011,6.15063E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Seed Round,CA,San Francisco Bay Area,1,1,0.65\nCambridge,1/10/2011,1.1255E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Corporate,MA,Boston Metro,1,1,20\nCupertino,1/10/2011,86430752808,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,45\nAustin,1/10/2011,60094757877,Computer Systems,Information Technology,Electronics and Computer Hardware,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,0.1\nPalo Alto,1/10/2011,6.12604E+11,Recreational/Home Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,1.45\nDenver,1/11/2011,76524753029,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,10\nMountain View,1/11/2011,91354753388,Lending,Business and Financial Services,Financial Institutions and Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,20\nCulver City,1/11/2011,63662753558,Search Portals,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,0.2\nSan Diego,1/11/2011,6.04917E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Startup,Second Round,CA,San Diego Metro,1,1,14.13\nSan Francisco,1/11/2011,63251753390,Commercial Fishing/Aquaculture,Industrial Goods and Materials,Agriculture and Forestry,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,1.2\nBeverly Hills,1/11/2011,1.1094E+11,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Second Round,CA,Los Angeles Metro,1,1,3.5\nMountain View,1/11/2011,6.12277E+11,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,\nRochester,1/12/2011,6.07088E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Rochester, MN\",Midwest Central,Generating Revenue,Individual,MN,,1,1,5\nNew York,1/12/2011,1.1316E+11,Outpatient Facilities,Healthcare,Healthcare Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,44\nNew York,1/12/2011,64831757688,Business Applications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,5.5\nSan Francisco,1/12/2011,6.13245E+11,To Be Assigned,To Be Assigned,To Be Assigned,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,Seed Round,CA,San Francisco Bay Area,1,1,\nCambridge,1/13/2011,3.54544E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,5\nSan Francisco,1/13/2011,6.09377E+11,Travel Arrangement/Tourism,Consumer Services,Travel and Leisure,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Second Round,CA,San Francisco Bay Area,1,1,4.2\nBoston,1/13/2011,6.1491E+11,Medical Imaging Software,Healthcare,Medical Software and Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,0.25\nSan Diego,1/13/2011,6.12014E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,First Round,CA,San Diego Metro,1,1,3\nBreinigsville,1/13/2011,65609753378,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Allentown-Bethlehem-Easton, PA-NJ\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,50\nSan Francisco,1/14/2011,68953753511,Procurement/Supply Chain,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,4.25\nNew York,1/14/2011,90265753207,Personal/Commercial Banking,Business and Financial Services,Financial Institutions and Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,2.27\nHouston,1/14/2011,2.30142E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Houston-Baytown-Sugar Land, TX\",South Central,Profitable,Second Round,TX,,1,1,6\nAndover,1/14/2011,3.59283E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,5.86\nFrisco,1/14/2011,72331753524,Wired Communications Equipment,Information Technology,Communications and Networking,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,ACQ Financing,TX,Dallas-Fort Worth,1,1,10.79\nBoulder,1/14/2011,6.15123E+11,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Boulder, CO\",Mountain,Product Development,First Round,CO,,1,1,\nBridgewater,1/14/2011,86554753206,Fiberoptic Equipment,Information Technology,Communications and Networking,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NJ,New York Metro,1,1,5.5\nBurlington,1/14/2011,83052753250,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,5\nSan Francisco,1/14/2011,1.10448E+11,Multimedia/Streaming Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,5.02\nEmeryville,1/15/2011,6.11624E+11,Specialty Foods,Consumer Goods,Food and Beverage,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,16.03\nLos Angeles,1/15/2011,6.12999E+11,General Media/Content,Consumer Services,Media and Content,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Startup,First Round,CA,Los Angeles Metro,1,1,5\nVentura,1/17/2011,6.09671E+11,Customer Relationship Management,Business and Financial Services,Business Support Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,First Round,CA,Los Angeles Metro,1,1,1.25\nCambridge,1/18/2011,6.10614E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,1.06\nChicago,1/18/2011,1.15967E+11,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Product Development,Second Round,IL,Chicago Metro,1,1,3.77\nMiramar,1/18/2011,55445742124,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Miami-Fort Lauderdale-Pompano Beach, FL\",South East,Clinical Trials - Phase 3,Later Stage,FL,,1,1,6.18\nSan Diego,1/18/2011,1.13913E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 2,Later Stage,CA,San Diego Metro,1,1,2\nSan Diego,1/18/2011,3.5633E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Later Stage,CA,San Diego Metro,1,1,1.85\nPalo Alto,1/18/2011,6.05514E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,10.96\nBoxborough,1/18/2011,6.13005E+11,Database Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,2.65\nAlameda,1/18/2011,6.04043E+11,Multimedia/Streaming Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,5.25\nSunnyvale,1/18/2011,6.13124E+11,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,22\nSaint Petersburg,1/18/2011,1.00934E+11,Wireless Communications Equipment,Information Technology,Communications and Networking,\"Tampa-St. Petersburg-Clearwater, FL\",South East,Generating Revenue,Later Stage,FL,,1,1,12.5\nSunnyvale,1/19/2011,59679753267,Fuel Cells,Energy and Utilities,Renewable Energy,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,100\nRockville,1/19/2011,81676753588,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Clinical Trials - Phase 3,Corporate,MD,Potomac,1,1,12.02\nPittsburgh,1/19/2011,59761759694,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Pittsburgh, PA\",Mid-Atlantic,Product Development,Later Stage,PA,,1,1,16.88\nMadison,1/19/2011,91260757930,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Madison, WI\",Midwest East,Clinical Trials - Phase 1,Later Stage,WI,,1,1,1.7\nPalo Alto,1/20/2011,6.11622E+11,General Business Consulting,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,Seed Round,CA,San Francisco Bay Area,1,1,0.6\nSanta Fe,1/20/2011,1.0666E+11,Nuclear Energy,Energy and Utilities,Non-Renewable Energy,\"Santa Fe, NM\",Mountain,Product Development,Second Round,NM,,1,1,2.87\nBurlington,1/20/2011,1.14204E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,4.5\nBrentwood,1/20/2011,62245758258,Inpatient Facilities,Healthcare,Healthcare Services,\"Nashville-Davidson-Murfreesboro, TN\",South East,Profitable,Later Stage,TN,,1,1,6\nMarlborough,1/20/2011,1.05658E+11,Coatings/Adhesives,Industrial Goods and Materials,Materials and Chemicals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product In Beta Test,Later Stage,MA,Boston Metro,1,1,8\nJersey City,1/20/2011,56105753620,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,ACQ Financing,NJ,New York Metro,1,1,\nSan Francisco,1/20/2011,81119753646,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,13\nMountain View,1/20/2011,6.11585E+11,Software Development Tools,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,Seed Round,CA,San Francisco Bay Area,1,1,0.02\nLanham,1/21/2011,6.11446E+11,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,MD,Potomac,1,1,1.9\nSunnyvale,1/21/2011,6.04572E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,10.58\nSuwanee,1/21/2011,6.0803E+11,Data Management Services,Business and Financial Services,Business Support Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Product Development,First Round,GA,,1,1,11\nSeattle,1/21/2011,1.82896E+11,Online Communities,Consumer Services,Consumer Information Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product In Beta Test,Second Round,WA,Seattle Metro,1,1,4\nBloomfield,1/21/2011,80997753406,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Hartford-West Hartford-East Hartford, CT\",New England,Product Development,First Round,CT,,1,1,3\nMidland,1/21/2011,6.1166E+11,Oil/Gas Exploration and Production,Energy and Utilities,Non-Renewable Energy,\"Midland, TX\",South Central,Startup,First Round,TX,,1,1,50\nSan Diego,1/21/2011,55917753699,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Later Stage,CA,San Diego Metro,1,1,0.01\nDavis,1/21/2011,54687753653,Crop Cultivation/Horticulture,Industrial Goods and Materials,Agriculture and Forestry,\"Sacramento--Arden-Arcade--Roseville, CA\",Northern California,Generating Revenue,Later Stage,CA,,1,1,17.7\nPalo Alto,1/21/2011,3.58625E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,25.9\nLexington,1/22/2011,6.11567E+11,Filters/Membranes,Industrial Goods and Materials,Materials and Chemicals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,\nNew York,1/24/2011,3.58519E+11,Facilities/Operations Management,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,4.03\nAustin,1/24/2011,1.02392E+11,Procurement/Supply Chain,Business and Financial Services,Business Support Services,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Second Round,TX,Austin Metro,1,1,2\nLexington,1/24/2011,92355753358,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,37.5\nNewark,1/24/2011,93229753643,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Clinical Trials - Phase 2,Later Stage,CA,San Francisco Bay Area,1,1,45\nBethesda,1/24/2011,61503753707,Medical/Lab Services,Healthcare,Healthcare Services,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Second Round,MD,Potomac,1,1,0.17\nMilpitas,1/24/2011,1.82955E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,12.5\nSanta Clara,1/24/2011,3.55217E+11,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,3\nAustin,1/24/2011,86298753381,Software: Other,Information Technology,Software,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Restart,TX,Austin Metro,1,1,4\nMiddletown,1/25/2011,6.1163E+11,Logistics/Delivery Services,Business and Financial Services,Wholesale Trade and Shipping,\"Hartford-West Hartford-East Hartford, CT\",New England,Generating Revenue,First Round,CT,,1,1,\nSan Jose,1/25/2011,6.06774E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,22.5\nSan Francisco,1/25/2011,3.55636E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,6.29\nPacific Palisades,1/25/2011,6.12649E+11,Travel and Leisure: Other,Consumer Services,Travel and Leisure,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,1.56217541\nSan Francisco,1/25/2011,1.13476E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,1.7\nNew York,1/25/2011,6.1162E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Seed Round,NY,New York Metro,1,1,0.8\nLivermore,1/25/2011,6.11689E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,First Round,CA,San Francisco Bay Area,1,1,7\nSeattle,1/25/2011,1.16112E+11,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product In Beta Test,Second Round,WA,Seattle Metro,1,1,0.89\nBaltimore,1/25/2011,65318753382,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Baltimore-Towson, MD\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,12.6\nMesa,1/25/2011,1.01909E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Phoenix-Mesa-Scottsdale, AZ\",Mountain,Generating Revenue,Later Stage,AZ,,1,1,10.56\nLaguna Hills,1/25/2011,72808755640,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Clinical Trials - Generic,Later Stage,CA,Orange County,1,1,6\nLaguna Hills,1/25/2011,72808753594,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Clinical Trials - Generic,Later Stage,CA,Orange County,1,1,29.5\nNew York,1/25/2011,1.8284E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Second Round,NY,New York Metro,1,1,4.1\nTampa,1/25/2011,74311753642,Managed Care,Healthcare,Healthcare Services,\"Tampa-St. Petersburg-Clearwater, FL\",South East,Generating Revenue,Second Round,FL,,1,1,0.09\nTorrance,1/25/2011,3.59777E+11,Data Storage,Information Technology,Electronics and Computer Hardware,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,\nNewark,1/26/2011,1.10458E+11,Automotive Parts,Consumer Goods,Vehicles and Parts,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,Later Stage,CA,San Francisco Bay Area,1,1,17\nNew York,1/26/2011,81044753644,Entertainment,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,7.51\nSunrise,1/26/2011,4.71222E+11,Patient Monitoring/Biofeedback,Healthcare,Medical Devices and Equipment,\"Miami-Fort Lauderdale-Pompano Beach, FL\",South East,Generating Revenue,First Round,FL,,1,1,21\nMemphis,1/26/2011,6.11625E+11,Drug Discovery/Bioinformatics Software,Healthcare,Medical Software and Information Services,\"Memphis, TN-MS-AR\",South East,Generating Revenue,Seed Round,TN,,1,1,0.23\nPortland,1/26/2011,1.09811E+11,Multimedia/Streaming Software,Information Technology,Software,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Corporate,OR,,1,1,\nLisle,1/26/2011,1.02173E+11,Communications Software,Information Technology,Software,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,7\nSanta Clara,1/26/2011,61118753654,Design Automation Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2\nPhiladelphia,1/27/2011,6.15108E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,0.84\nNew York,1/27/2011,87608753479,Lending,Business and Financial Services,Financial Institutions and Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,15\nSeattle,1/27/2011,1.8226E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,Second Round,WA,Seattle Metro,1,1,3.5\nNew York,1/27/2011,6.11721E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Seed Round,CA,New York Metro,1,1,0.02\nScotts Valley,1/27/2011,1.83459E+11,Recreational/Sports Vehicles,Consumer Goods,Vehicles and Parts,\"Santa Cruz-Watsonville, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2\nChicago,1/27/2011,4.70791E+11,Online Communities,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Second Round,IL,Chicago Metro,1,1,0.5\nPleasanton,1/27/2011,85588753656,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,26\nEvanston,1/27/2011,6.11792E+11,Vertical Market Applications Software,Information Technology,Software,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,First Round,IL,Chicago Metro,1,1,5.65\nAliso Viejo,1/27/2011,99857753954,Communications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Profitable,Individual,CA,Orange County,1,1,2.8\nAustin,1/27/2011,87157753834,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"Austin-Round Rock, TX\",South Central,Product In Beta Test,Later Stage,TX,Austin Metro,1,1,\nSan Francisco,1/28/2011,6.13461E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,6.44\nSan Francisco,1/28/2011,6.10362E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,10.84\nWest Henrietta,1/28/2011,3.5694E+11,Medical Lab Instruments/Test Kits,Healthcare,Medical Devices and Equipment,\"Rochester, NY\",Mid-Atlantic,Product Development,First Round,NY,,1,1,0.68\nPittsburgh,1/28/2011,65304753922,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,1.08\nPlymouth,1/28/2011,1.1298E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Detroit-Warren-Livonia, MI\",Midwest East,Product Development,Later Stage,MI,,1,1,6.7\nNewark,1/28/2011,85595753900,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,33.79\nSunnyvale,1/28/2011,67886753902,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,5\nPalo Alto,1/31/2011,6.14692E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,2.5\nBoulder,1/31/2011,6.06185E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Boulder, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,4.14\nPleasanton,1/31/2011,71052753193,Customer Relationship Management,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,8.6\nAustin,1/31/2011,92532753570,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,4.6\nSouth Jordan,1/31/2011,71888754257,Incubators/Business Development,Business and Financial Services,Business Support Services,\"Salt Lake City, UT\",Mountain,Profitable,Second Round,UT,,1,1,6\nGlen Mills,1/31/2011,6.11999E+11,Home Improvement,Consumer Goods,Household and Office Goods,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,Seed Round,PA,,1,1,0.25\nChicago,1/31/2011,6.11926E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Product Development,First Round,IL,Chicago Metro,1,1,0.73\nSan Francisco,1/31/2011,6.117E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,17.5\nNew York,1/31/2011,1.82682E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,3\nDripping Springs,1/31/2011,6.1239E+11,Exploration Services/Equipment,Energy and Utilities,Non-Renewable Energy,\"Austin-Round Rock, TX\",South Central,Product Development,Later Stage,TX,Austin Metro,1,1,12\nPleasanton,1/31/2011,83572753615,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,20.62\nSunnyvale,1/31/2011,1.14079E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,35\nAtlanta,1/31/2011,60450759202,Business Applications Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,ACQ Financing,GA,,1,1,2.2\nWaltham,1/31/2011,6.11962E+11,Database Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,\nPalo Alto,1/31/2011,6.13525E+11,Multimedia/Streaming Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nSan Francisco,1/31/2011,6.11726E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,2.25\nAtlanta,1/31/2011,3.54648E+11,Business Applications Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Profitable,Later Stage,GA,,1,1,5.25\nMarina del Rey,1/31/2011,1.10951E+11,Communications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,15\nArlington,1/31/2011,1.14377E+11,Educational/Training Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Second Round,VA,Potomac,1,1,0.59\nSan Francisco,1/31/2011,6.05047E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,19.05\nWoodbridge,1/31/2011,6.11997E+11,Recreational/Home Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,Seed Round,CT,New York Metro,1,1,0.3\nSan Francisco,1/31/2011,6.12784E+11,Recreational/Home Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,Seed Round,CA,San Francisco Bay Area,1,1,0.02\nKansas City,2/1/2011,81662753750,Lending,Business and Financial Services,Financial Institutions and Services,\"Kansas City, MO-KS\",Midwest Central,Generating Revenue,Later Stage,MO,,1,1,22.77\nSan Diego,2/1/2011,1.00138E+11,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Later Stage,CA,San Diego Metro,1,1,5.48\nLos Angeles,2/1/2011,6.11733E+11,Entertainment,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,2\nCambridge,2/1/2011,6.12549E+11,Entertainment,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,1\nPeachtree City,2/1/2011,62156754054,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Later Stage,GA,,1,1,20.84\nSunnyvale,2/1/2011,65516754039,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Pre-Clinical Trials,Second Round,CA,San Francisco Bay Area,1,1,2.17\nSan Jose,2/1/2011,95724753878,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,5.21\nChelmsford,2/1/2011,66425758205,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,5\nVancouver,2/1/2011,63267761468,Internet Service Providers,Information Technology,Communications and Networking,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,,1,1,\nNashua,2/2/2011,6.13192E+11,Data Management Services,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,NH,,1,1,8.3\nSanta Monica,2/2/2011,6.11732E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Profitable,First Round,CA,Los Angeles Metro,1,1,2\nMountain View,2/2/2011,72730754827,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,6\nReston,2/2/2011,3.55916E+11,Project/Document Collaboration,Business and Financial Services,Business Support Services,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Second Round,VA,Potomac,1,1,1.52\nNew York,2/2/2011,6.11938E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,0.69\nNew York,2/2/2011,6.11896E+11,Search Portals,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product In Beta Test,First Round,NY,New York Metro,1,1,1\nSan Francisco,2/2/2011,6.11779E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,7\nSan Francisco,2/2/2011,93251754326,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Individual,CA,San Francisco Bay Area,1,1,\nSan Francisco,2/2/2011,1.14015E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,4\nBedford,2/2/2011,1.11759E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 2,Later Stage,MA,Boston Metro,1,1,14\nCambridge,2/2/2011,3.58384E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,6\nMorgan Hill,2/2/2011,55088754112,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,14.43\nSeattle,2/2/2011,1.83326E+11,Network/Systems Management Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Second Round,WA,Seattle Metro,1,1,2\nMountain View,2/2/2011,6.11788E+11,Software: Other,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,Seed Round,CA,San Francisco Bay Area,1,1,2\nAtlanta,2/3/2011,6.11879E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Startup,First Round,GA,,1,1,\nOakland,2/3/2011,73706753957,Procurement/Supply Chain,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,5.75\nCambridge,2/3/2011,6.11917E+11,Data Management Services,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Seed Round,MA,Boston Metro,1,1,1\nSan Francisco,2/3/2011,6.11796E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,2\nSan Mateo,2/3/2011,3.59973E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,20\nNew York,2/3/2011,6.11806E+11,Movie/Music Producers and Distributors,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,Seed Round,NY,New York Metro,1,1,1\nWashington,2/3/2011,6.11899E+11,Recreational/Home Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,DC,Potomac,1,1,4.04\nSan Francisco,2/3/2011,6.11735E+11,Vertical Market Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,3\nNorth Billerica,2/3/2011,1.05613E+11,Vertical Market Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Profitable,Later Stage,MA,Boston Metro,1,1,5.56\nCambridge,2/4/2011,3.53474E+11,Customer Relationship Management,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,7.5\nBoston,2/4/2011,3.53643E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,20\nSeattle,2/4/2011,3.59846E+11,General Business Consulting,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product In Beta Test,Second Round,WA,Seattle Metro,1,1,10.2\nIndianapolis,2/4/2011,1.1195E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"Indianapolis-Carmel, IN\",Midwest East,Generating Revenue,Later Stage,IN,,1,1,0.19\nBeaverton,2/4/2011,76880754108,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Later Stage,OR,,1,1,4.41\nDurham,2/4/2011,62726754030,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Durham-Chapel Hill, NC\",South East,Clinical Trials - Phase 2,Later Stage,NC,,1,1,45\nConcord,2/4/2011,3.53698E+11,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Pre-Clinical Trials,Second Round,MA,Boston Metro,1,1,6.3\nSan Mateo,2/4/2011,95572757845,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,4.15\nChicago,2/4/2011,6.11745E+11,Business Applications Software,Information Technology,Software,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Startup,Seed Round,IL,Chicago Metro,1,1,1.15\nPalo Alto,2/7/2011,87759753720,Entertainment,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Corporate,CA,San Francisco Bay Area,1,1,40\nBurlingame,2/7/2011,81506753899,Clothing/Accessory Retailers,Consumer Services,Retailers,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,37\nSaratoga,2/7/2011,6.12435E+11,Biopharmaceuticals: Other,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,2.51\nRoanoke,2/7/2011,6.11813E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Roanoke, VA\",Mid-Atlantic,Generating Revenue,Second Round,VA,,1,1,24\nMountain View,2/7/2011,6.03378E+11,Memory Systems,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Corporate,CA,San Francisco Bay Area,1,1,36.18\nNatick,2/7/2011,6.12042E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,7.58\nPlano,2/7/2011,6.11937E+11,Wireless Communications Equipment,Information Technology,Communications and Networking,\"Dallas-Fort Worth-Arlington, TX\",South Central,Product Development,First Round,TX,Dallas-Fort Worth,1,1,7.4\nBroomfield,2/7/2011,54797753769,Wireless Telecommunications Service Providers,Information Technology,Communications and Networking,\"Denver-Aurora-Broomfield, CO\",Mountain,Profitable,Restart,CO,,1,1,35\nMountain View,2/7/2011,1.8258E+11,Wired Communications Equipment,Information Technology,Communications and Networking,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Profitable,Second Round,CA,San Francisco Bay Area,1,1,1.04\nBoulder,2/8/2011,3.57555E+11,Specialty Foods,Consumer Goods,Food and Beverage,\"Boulder, CO\",Mountain,Generating Revenue,Second Round,CO,,1,1,5.75\nCarmel,2/8/2011,3.54602E+11,Outpatient Facilities,Healthcare,Healthcare Services,\"Indianapolis-Carmel, IN\",Midwest East,Generating Revenue,Later Stage,IN,,1,1,2\nWoodcliff Lake,2/8/2011,67738754249,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Second Round,NJ,New York Metro,1,1,12.35\nTigard,2/8/2011,1.83833E+11,General Industrial Machinery,Industrial Goods and Materials,Machinery and Industrial Goods,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Second Round,OR,,1,1,22\nSunnyvale,2/8/2011,2.29636E+11,Network/Systems Management Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,\nWestborough,2/8/2011,69884754109,Data Storage,Information Technology,Electronics and Computer Hardware,\"Worcester, MA\",New England,Generating Revenue,Later Stage,MA,,1,1,10.6\nWellesley Hills,2/8/2011,56279757593,Network/Systems Management Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,6.2\nSan Francisco,2/8/2011,83114754021,Wireless Communications Equipment,Information Technology,Communications and Networking,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,15\nLouisville,2/9/2011,6.11842E+11,General Business Consulting,Business and Financial Services,Business Support Services,\"Boulder, CO\",Mountain,Profitable,Later Stage,CO,,1,1,5\nAustin,2/9/2011,60062753850,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,4\nScottsdale,2/9/2011,67061753842,Data Management Services,Business and Financial Services,Business Support Services,\"Phoenix-Mesa-Scottsdale, AZ\",Mountain,Generating Revenue,Second Round,AZ,,1,1,4.5\nSan Francisco,2/9/2011,1.06547E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,4\nSan Diego,2/9/2011,64251753952,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 2,Second Round,CA,San Diego Metro,1,1,27.5\nRedwood City,2/9/2011,6.11783E+11,Conferencing Equipment/Services,Information Technology,Communications and Networking,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,7.5\nWaltham,2/9/2011,59806754356,Design Automation Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,1\nCampbell,2/9/2011,62297754193,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,7.02\nBurlington,2/9/2011,1.13644E+11,Network/Systems Management Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,11.3\nBuffalo Grove,2/10/2011,6.06932E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,First Round,IL,Chicago Metro,1,1,3.4\nChicago,2/10/2011,1.11073E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,0.2\nMountain View,2/10/2011,1.15851E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,15\nMinneapolis,2/10/2011,92716753958,Healthcare Services: Other,Healthcare,Healthcare Services,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,Later Stage,MN,,1,1,5\nMarlborough,2/10/2011,61506755637,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 3,Restart,MA,Boston Metro,1,1,13.64\nUnion City,2/10/2011,6.11922E+11,Software: Other,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,\nAtlanta,2/10/2011,65766753898,Network/Systems Management Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Later Stage,GA,,1,1,12\nNew York,2/11/2011,1.01277E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Later Stage,NY,New York Metro,1,1,3.62\nIrvine,2/11/2011,6.12077E+11,Personal Care Products,Consumer Goods,Personal Goods,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Orange County,1,1,6.2\nPasadena,2/11/2011,6.11871E+11,Online Communities,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Startup,First Round,CA,Los Angeles Metro,1,1,\nSausalito,2/11/2011,1.1318E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nSeattle,2/11/2011,90721754231,Utilities: Other,Energy and Utilities,Utilities,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,5\nHouston,2/11/2011,6.11895E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Houston-Baytown-Sugar Land, TX\",South Central,Product Development,First Round,TX,,1,1,2.8\nRaynham,2/11/2011,3.56435E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Providence-New Bedford-Fall River, RI-MA\",New England,Clinical Trials - Generic,Later Stage,MA,,1,1,6.57\nSanta Rosa,2/11/2011,96980746813,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,22.09\nBellevue,2/11/2011,53684758058,Inpatient Facilities,Healthcare,Healthcare Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Second Round,WA,Seattle Metro,1,1,3.66\nSan Diego,2/11/2011,2.30667E+11,Medical Devices and Equipment: Other,Healthcare,Medical Devices and Equipment,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Second Round,CA,San Diego Metro,1,1,1.5\nLos Altos,2/11/2011,73746754554,Network/Systems Management Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,14.05\nNew York,2/11/2011,6.1193E+11,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Seed Round,NY,New York Metro,1,1,1.5\nLewisville,2/11/2011,6.119E+11,Business Applications Software,Information Technology,Software,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,Seed Round,TX,Dallas-Fort Worth,1,1,0.55\nMedina,2/13/2011,88309757957,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Generating Revenue,Later Stage,OH,,1,1,1\nNew York,2/14/2011,1.14163E+11,Data Management Services,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,20\nWest Chester,2/14/2011,6.12028E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Startup,Seed Round,PA,,1,1,0.7\nSan Francisco,2/14/2011,6.11923E+11,Automotive Parts,Consumer Goods,Vehicles and Parts,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,5\nSan Francisco,2/14/2011,6.08828E+11,Search Portals,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,4\nPasadena,2/14/2011,6.053E+11,Online Communities,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,17.5\nMountain View,2/14/2011,3.54694E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Pre-Clinical Trials,Second Round,CA,San Francisco Bay Area,1,1,21\nBala Cynwyd,2/14/2011,6.12E+11,Communications Software,Information Technology,Software,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,0.2\nExton,2/14/2011,6.11968E+11,Network/Systems Management Software,Information Technology,Software,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,5\nMenlo Park,2/14/2011,1.12017E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nPalo Alto,2/14/2011,3.54464E+11,Multimedia/Streaming Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2.89\nRaleigh,2/14/2011,77630754545,Business Applications Software,Information Technology,Software,\"Raleigh-Cary, NC\",South East,Generating Revenue,Restart,NC,,1,1,5.98\nSan Francisco,2/14/2011,6.09589E+11,Graphics/Publishing Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,11\nSeattle,2/15/2011,53693758159,Institutional Investment Services,Business and Financial Services,Financial Institutions and Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,0.75\nSan Francisco,2/15/2011,6.11991E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,2.5\nNew York,2/15/2011,88409754041,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,11\nSan Mateo,2/15/2011,1.06292E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,25\nSanta Clara,2/15/2011,83495754416,Solar Energy,Energy and Utilities,Renewable Energy,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,106\nOrange,2/15/2011,6.12124E+11,Drug Discovery/Bioinformatics Software,Healthcare,Medical Software and Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,CT,New York Metro,1,1,0.15\nSan Francisco,2/15/2011,6.12023E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,9.5\nCambridge,2/15/2011,1.05918E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,30\nSan Diego,2/15/2011,84634758039,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 2,Later Stage,CA,San Diego Metro,1,1,6.25\nBoston,2/15/2011,6.08475E+11,Recreational/Home Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product In Beta Test,First Round,MA,Boston Metro,1,1,\nWoodside,2/15/2011,6.06569E+11,Recreational/Home Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,7\nPittsburgh,2/15/2011,3.53713E+11,Multimedia/Streaming Software,Information Technology,Software,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,0.03\nRedwood City,2/15/2011,84916742114,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,20.17\nChicago,2/15/2011,6.0607E+11,Business Applications Software,Information Technology,Software,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Product Development,Second Round,IL,Chicago Metro,1,1,10\nPortland,2/16/2011,2.30102E+11,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Later Stage,ME,,1,1,5\nAtlanta,2/16/2011,1.03662E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Later Stage,GA,,1,1,17.28\nChicago,2/16/2011,6.11928E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Seed Round,IL,Chicago Metro,1,1,0.5\nMountain View,2/16/2011,6.11942E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,\nMalvern,2/16/2011,1.0248E+11,Machinery and Industrial Goods: Other,Industrial Goods and Materials,Machinery and Industrial Goods,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,Seed Round,PA,,1,1,0.04\nAyer,2/17/2011,6.12212E+11,Specialty Foods,Consumer Goods,Food and Beverage,\"Manchester-Nashua, NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,18.03\nHouston,2/17/2011,6.11895E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Houston-Baytown-Sugar Land, TX\",South Central,Product Development,Individual,TX,,1,1,2.8\nPalo Alto,2/17/2011,61505754797,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,60\nOneonta,2/17/2011,6.04373E+11,General Industrial Machinery,Industrial Goods and Materials,Machinery and Industrial Goods,\"Albany-Schenectady-Troy, NY\",Mid-Atlantic,Generating Revenue,First Round,NY,,1,1,21\nAllentown,2/17/2011,96200754732,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Allentown-Bethlehem-Easton, PA-NJ\",Mid-Atlantic,Product Development,First Round,PA,,1,1,14\nSan Diego,2/17/2011,80464754720,Graphics/Publishing Software,Information Technology,Software,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Later Stage,CA,San Diego Metro,1,1,6.89\nSan Diego,2/17/2011,6.0398E+11,Computer Systems,Information Technology,Electronics and Computer Hardware,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Second Round,CA,San Diego Metro,1,1,10.9\nSan Bruno,2/18/2011,6.14161E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,8\nVirginia Beach,2/18/2011,80679757343,Personal/Commercial Banking,Business and Financial Services,Financial Institutions and Services,\"Virginia Beach-Norfolk-Newport News, VA-NC\",Mid-Atlantic,Profitable,Later Stage,VA,,1,1,0.22\nPalo Alto,2/18/2011,60083755567,Data Management Services,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,38\nAustin,2/18/2011,63334754480,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Austin-Round Rock, TX\",South Central,Profitable,Later Stage,TX,Austin Metro,1,1,1.1\nCharlottesville,2/18/2011,6.15106E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Charlottesville, VA\",Mid-Atlantic,Generating Revenue,First Round,VA,,1,1,2\nSan Francisco,2/18/2011,1.10593E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,490\nSan Francisco,2/18/2011,3.55564E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,5.4\nTucson,2/18/2011,74697754475,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Tucson, AZ\",Mountain,Generating Revenue,Later Stage,AZ,,1,1,16.2\nSalt Lake City,2/18/2011,6.11989E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Salt Lake City, UT\",Mountain,Generating Revenue,Second Round,UT,,1,1,3.6\nCambridge,2/18/2011,1.11205E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 1,Second Round,MA,Boston Metro,1,1,12.4\nDurham,2/18/2011,80990754786,Drug Delivery,Healthcare,Biopharmaceuticals,\"Durham-Chapel Hill, NC\",South East,Clinical Trials - Phase 1,Unclassified,NC,,1,1,10\nRaleigh,2/18/2011,4.71087E+11,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"Raleigh-Cary, NC\",South East,Startup,Second Round,OK,,1,1,10.08\nFremont,2/18/2011,53937754586,Wired Communications Equipment,Information Technology,Communications and Networking,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,4.5\nSan Jose,2/18/2011,53861754618,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,40\nSan Mateo,2/21/2011,66703754317,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nSan Francisco,2/21/2011,6.12073E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,\nDurham,2/21/2011,3.59631E+11,Recreational/Home Software,Information Technology,Software,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,Second Round,NC,,1,1,0.11\nNew York,2/22/2011,3.56768E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,9\nNew Haven,2/22/2011,6.12066E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New Haven-Milford, CT\",Mid-Atlantic,Startup,Seed Round,CT,New York Metro,1,1,1\nManhattan Beach,2/22/2011,6.0743E+11,Online Communities,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,First Round,CA,Los Angeles Metro,1,1,0.53\nNew York,2/22/2011,1.11223E+11,Entertainment,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,3.35\nGroton,2/22/2011,6.12048E+11,Wind/Water and Geothermal Energy,Energy and Utilities,Renewable Energy,\"Norwich-New London, CT\",New England,Generating Revenue,First Round,CT,,1,1,0.23\nRaleigh,2/22/2011,6.12061E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Raleigh-Cary, NC\",South East,Generating Revenue,First Round,NC,,1,1,\nPhiladelphia,2/22/2011,76987759201,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,4\nFarmington,2/22/2011,6.12056E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Hartford-West Hartford-East Hartford, CT\",New England,Pre-Clinical Trials,Seed Round,CT,,1,1,0.15\nNew York,2/22/2011,1.02629E+11,Network/Systems Management Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,2.5\nNew York,2/23/2011,6.12537E+11,Real Estate,Business and Financial Services,Financial Institutions and Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,\nMountain View,2/23/2011,6.1229E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,4.5\nNew York,2/23/2011,92673754507,Environmental Engineering/Services,Business and Financial Services,Construction and Civil Engineering,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,15.93\nNew York,2/23/2011,3.57173E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Later Stage,NY,New York Metro,1,1,\nBridgewater,2/23/2011,54514754583,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Clinical Trials - Phase 3,Later Stage,NJ,New York Metro,1,1,30\nBrevard,2/23/2011,6.05727E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Asheville, NC\",South East,Generating Revenue,Later Stage,NC,,1,1,1\nCambridge,2/23/2011,6.03974E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,11\nCorona,2/23/2011,6.06182E+11,General Industrial Goods,Industrial Goods and Materials,Machinery and Industrial Goods,\"Riverside-San Bernardino-Ontario, CA\",Southern California,Product Development,Restart,CA,Los Angeles Metro,1,1,\nBloomsburg,2/23/2011,3.5455E+11,Communications Software,Information Technology,Software,\"Scranton--Wilkes-Barre, PA\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,0.05\nSan Diego,2/23/2011,6.03392E+11,Vertical Market Applications Software,Information Technology,Software,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,First Round,CA,San Diego Metro,1,1,2.6\nCampbell,2/23/2011,68610754448,Vertical Market Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,1.1\nPittsburgh,2/23/2011,2.28673E+11,Business Applications Software,Information Technology,Software,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,1.2\nPittsburgh,2/24/2011,6.12169E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Pittsburgh, PA\",Mid-Atlantic,Product Development,First Round,PA,,1,1,6\nBrooklyn,2/24/2011,1.12342E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Later Stage,NY,New York Metro,1,1,6\nNew York,2/24/2011,87919754526,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Later Stage,NY,New York Metro,1,1,10\nChicago,2/24/2011,6.12103E+11,General Business Consulting,Business and Financial Services,Business Support Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Startup,Seed Round,IL,Chicago Metro,1,1,1.1\nPittsburgh,2/24/2011,95772755063,Search Portals,Consumer Services,Consumer Information Services,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,1.65\nSan Francisco,2/24/2011,6.12223E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,18\nSan Jose,2/24/2011,96900755035,Solar Energy,Energy and Utilities,Renewable Energy,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,28.5\nPlymouth,2/24/2011,6.12769E+11,Medical Lab Instruments/Test Kits,Healthcare,Medical Devices and Equipment,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Startup,Later Stage,MN,,1,1,1.53\nFoxboro,2/24/2011,59590754550,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,4.9\nMenlo Park,2/24/2011,55245755110,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,3.02\nPortland,2/24/2011,6.06973E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Product Development,Second Round,OR,,1,1,5\nEdison,2/24/2011,6.12096E+11,Medical Lab Instruments/Test Kits,Healthcare,Medical Devices and Equipment,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Seed Round,NJ,New York Metro,1,1,0.07\nNew York,2/24/2011,6.12091E+11,Business Applications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,3\nChicago,2/24/2011,6.12159E+11,Vertical Market Applications Software,Information Technology,Software,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,First Round,IL,Chicago Metro,1,1,1\nBoston,2/24/2011,6.12083E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,6\nCoplay,2/24/2011,6.12206E+11,Multimedia/Streaming Software,Information Technology,Software,\"Allentown-Bethlehem-Easton, PA-NJ\",Mid-Atlantic,Product Development,Seed Round,PA,,1,1,0.07\nCambridge,2/24/2011,6.1212E+11,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,1.8\nMountain View,2/25/2011,6.12386E+11,Personal/Commercial Banking,Business and Financial Services,Financial Institutions and Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,4.5\nLos Angeles,2/25/2011,6.12352E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,First Round,CA,Los Angeles Metro,1,1,15\nSunnyvale,2/25/2011,6.05364E+11,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,4.8\nNew York,2/25/2011,6.07711E+11,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,5\nVancouver,2/25/2011,86579754979,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,,1,1,11\nNew York,2/27/2011,6.12252E+11,Medical Software and Information Services: Other,Healthcare,Medical Software and Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,First Round,NY,New York Metro,1,1,0.85\nSan Francisco,2/28/2011,6.12213E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,5.55\nSan Francisco,2/28/2011,6.12889E+11,Security Services,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,1.46\nLa Jolla,2/28/2011,6.12643E+11,General Business Consulting,Business and Financial Services,Business Support Services,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,First Round,CA,San Diego Metro,1,1,5\nSan Mateo,2/28/2011,64933753981,Procurement/Supply Chain,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nSan Francisco,2/28/2011,1.0429E+11,Insurance,Business and Financial Services,Financial Institutions and Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,42\nMountain View,2/28/2011,3.56457E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,10\nCambridge,2/28/2011,6.1388E+11,Online Communities,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,1\nBillerica,2/28/2011,2.28335E+11,Broadcasting,Consumer Services,Media and Content,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,0.81\nSherman Oaks,2/28/2011,1.82748E+11,Movie/Music Producers and Distributors,Consumer Services,Media and Content,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,0.75\nLos Angeles,2/28/2011,4.70421E+11,Household Goods/Services Retailers,Consumer Services,Retailers,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,23\nLos Angeles,2/28/2011,6.11761E+11,Entertainment,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Startup,Seed Round,CA,Los Angeles Metro,1,1,\nFremont,2/28/2011,6.10933E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Pre-Clinical Trials,First Round,CA,San Francisco Bay Area,1,1,1.6\nResearch Triangle Park,2/28/2011,59403754701,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,First Round,NC,,1,1,1.5\nBellevue,2/28/2011,1.13653E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,Individual,WA,Seattle Metro,1,1,3.66\nBedminster,2/28/2011,3.60251E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Clinical Trials - Phase 3,Second Round,NJ,New York Metro,1,1,33.91\nIthaca,2/28/2011,67715753692,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"Ithaca, NY\",Mid-Atlantic,Generating Revenue,Individual,NY,,1,1,1.4\nDallas,2/28/2011,2.29388E+11,Internet Service Providers,Information Technology,Communications and Networking,\"Dallas-Fort Worth-Arlington, TX\",South Central,Product Development,First Round,TX,Dallas-Fort Worth,1,1,8.9\nChicago,2/28/2011,64135757686,Business Applications Software,Information Technology,Software,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,1.35\nSalt Lake City,2/28/2011,64551753655,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"Salt Lake City, UT\",Mountain,Generating Revenue,Later Stage,UT,,1,1,20\nNovato,2/28/2011,63149754896,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,10\nRedwood City,2/28/2011,63343754501,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,12\nAtlanta,2/28/2011,64378754539,Vertical Market Applications Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Profitable,Later Stage,GA,,1,1,6\nSan Francisco,2/28/2011,6.06757E+11,Database Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,7\nNew York,3/1/2011,6.12199E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,\nBoise,3/1/2011,6.12181E+11,Data Management Services,Business and Financial Services,Business Support Services,\"Boise City-Nampa, ID\",Mountain,Generating Revenue,Later Stage,ID,,1,1,\nNew York,3/1/2011,6.08502E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Second Round,NY,New York Metro,1,1,5\nRedwood City,3/1/2011,1.12991E+11,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,12\nMountain View,3/1/2011,87934757897,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,5.1\nColton,3/1/2011,6.12197E+11,Non-Alcoholic Beverages,Consumer Goods,Food and Beverage,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,10\nNew York,3/1/2011,6.12664E+11,Transportation Services,Consumer Services,Travel and Leisure,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,\nNew York,3/1/2011,1.11271E+11,Travel Arrangement/Tourism,Consumer Services,Travel and Leisure,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,First Round,NY,New York Metro,1,1,0.56\nAuburn,3/1/2011,6.13157E+11,Retailers: Other,Consumer Services,Retailers,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,First Round,WA,Seattle Metro,1,1,\nBrooklyn,3/1/2011,6.12193E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Later Stage,NY,New York Metro,1,1,\nEdison,3/1/2011,76570755224,Health Media/Content,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Later Stage,NJ,New York Metro,1,1,7.63\nLa Jolla,3/1/2011,6.12287E+11,Email/Messaging,Consumer Services,Consumer Information Services,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Second Round,CA,San Diego Metro,1,1,1.2\nWest Lebanon,3/1/2011,3.57046E+11,Renewable Energy: Other,Energy and Utilities,Renewable Energy,\"Manchester-Nashua, NH\",New England,Product Development,Second Round,NH,,1,1,20\nMenlo Park,3/1/2011,6.12378E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,8.25\nMenlo Park,3/1/2011,6.14096E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,12.1\nFremont,3/1/2011,6.1236E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,13.6\nPrinceton,3/1/2011,87927758040,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Trenton-Ewing, NJ\",Mid-Atlantic,Clinical Trials - Phase 2,Later Stage,NJ,New York Metro,1,1,15\nWyomissing,3/1/2011,1.12738E+11,Medical Supplies,Healthcare,Medical Devices and Equipment,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,1.29\nBoulder,3/1/2011,89683758208,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Boulder, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,3.3\nSunnyvale,3/1/2011,1.00562E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,10.18\nSan Diego,3/1/2011,72497753443,Basic Chemicals,Industrial Goods and Materials,Materials and Chemicals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Later Stage,CA,San Diego Metro,1,1,45\nScranton,3/1/2011,86605757485,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"Scranton--Wilkes-Barre, PA\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,0.5\nCupertino,3/1/2011,6.13076E+11,Network/Systems Management Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,9.2\nNew York,3/1/2011,1.83279E+11,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NJ,New York Metro,1,1,16.5\nNew York,3/1/2011,6.12186E+11,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Seed Round,NY,New York Metro,1,1,1.8\nGlen Allen,3/2/2011,96609755003,Search Portals,Consumer Services,Consumer Information Services,\"Richmond, VA\",Mid-Atlantic,Generating Revenue,Later Stage,VA,,1,1,27\nLanghorne,3/2/2011,1.05706E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,0.75\nNewark,3/2/2011,6.05136E+11,Power Supplies,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,8.5\nMadison,3/2/2011,55060754622,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Madison, WI\",Midwest East,Generating Revenue,Later Stage,WI,,1,1,\nBellevue,3/3/2011,6.12387E+11,IT Consulting,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,First Round,WA,Seattle Metro,1,1,8.5\nCentennial,3/3/2011,6.05599E+11,Lending,Business and Financial Services,Financial Institutions and Services,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Second Round,CO,,1,1,2.3\nNew York,3/3/2011,6.12266E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,Seed Round,NY,New York Metro,1,1,1\nOrem,3/3/2011,6.12672E+11,Commercial Vehicles,Consumer Goods,Vehicles and Parts,\"Provo-Orem, UT\",Mountain,Product Development,First Round,UT,,1,1,5.53\nBoulder,3/3/2011,6.12251E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"Boulder, CO\",Mountain,Generating Revenue,First Round,CO,,1,1,1.27\nRedwood City,3/3/2011,71162754773,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nSunnyvale,3/3/2011,76787755226,Solar Energy,Energy and Utilities,Renewable Energy,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,2.97\nAddison,3/3/2011,6.09611E+11,Oil/Gas Exploration and Production,Energy and Utilities,Non-Renewable Energy,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,Second Round,TX,Dallas-Fort Worth,1,1,0.27\nMenlo Park,3/3/2011,1.14322E+11,Basic Chemicals,Industrial Goods and Materials,Materials and Chemicals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,25\nNorwalk,3/3/2011,6.12249E+11,Recreational/Home Software,Information Technology,Software,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Generating Revenue,First Round,CT,New York Metro,1,1,3.5\nSanta Monica,3/3/2011,78891757757,Multimedia/Streaming Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,10.01\nPittsburgh,3/3/2011,3.58551E+11,Vertical Market Applications Software,Information Technology,Software,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,1.2\nBellevue,3/4/2011,3.56339E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,3.5\nScotts Valley,3/4/2011,1.83459E+11,Recreational/Sports Vehicles,Consumer Goods,Vehicles and Parts,\"Santa Cruz-Watsonville, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,10.5\nNew York,3/4/2011,3.55319E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Later Stage,NY,New York Metro,1,1,32.5\nSan Francisco,3/4/2011,1.03723E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2.3\nPlymouth,3/4/2011,81529755743,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Detroit-Warren-Livonia, MI\",Midwest East,Pre-Clinical Trials,Corporate,MI,,1,1,12\nSan Francisco,3/4/2011,6.12295E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,11\nRedwood City,3/4/2011,84951755225,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,18.76\nSan Jose,3/4/2011,77433754980,Integrated Circuit Production,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,15\nCambridge,3/5/2011,72452758305,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 2,Restart,MA,Boston Metro,1,1,37.5\nSan Francisco,3/7/2011,3.58685E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,6.9\nSaint Paul,3/7/2011,1.14292E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Pre-Clinical Trials,Later Stage,MN,,1,1,11.5\nSaint Paul,3/7/2011,1.14292E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Pre-Clinical Trials,Unclassified,MN,,1,1,1.1\nReston,3/7/2011,6.12328E+11,Business Applications Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,VA,Potomac,1,1,1.1\nSanta Clara,3/7/2011,94276754863,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,11.2\nAtlanta,3/7/2011,3.57297E+11,Wireless Telecommunications Service Providers,Information Technology,Communications and Networking,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Second Round,GA,,1,1,1.5\nBellevue,3/8/2011,1.0348E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,6.23\nBoca Raton,3/8/2011,68047754916,Lending,Business and Financial Services,Financial Institutions and Services,\"Miami-Fort Lauderdale-Pompano Beach, FL\",South East,Generating Revenue,Restart,FL,,1,1,\nChicago,3/8/2011,6.12413E+11,Financial Institutions and Services: Other,Business and Financial Services,Financial Institutions and Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Startup,Seed Round,IL,Chicago Metro,1,1,1\nNew York,3/8/2011,6.05528E+11,Entertainment,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Corporate,NY,New York Metro,1,1,77\nBaltimore,3/8/2011,1.11559E+11,Entertainment,Consumer Services,Consumer Information Services,\"Baltimore-Towson, MD\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,30\nWorcester,3/8/2011,6.12321E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Worcester, MA\",New England,Generating Revenue,First Round,MA,,1,1,\nPhiladelphia,3/8/2011,75620755342,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,Later Stage,PA,,1,1,1.01\nLittleton,3/8/2011,98068755341,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,11.5\nHollywood,3/8/2011,6.12332E+11,Wired Telecommunications Service Providers,Information Technology,Communications and Networking,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,First Round,CA,Los Angeles Metro,1,1,\nLos Gatos,3/8/2011,1.1364E+11,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,10.6\nBoston,3/8/2011,3.56668E+11,Communications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,9.5\nDeerfield,3/9/2011,6.12512E+11,Human Resources/Recruitment,Business and Financial Services,Business Support Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Profitable,First Round,IL,Chicago Metro,1,1,15\nBoston,3/9/2011,6.0962E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,8.3\nCambridge,3/9/2011,75221754862,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,32\nSan Francisco,3/9/2011,1.048E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nNew York,3/9/2011,93228752705,Accounting,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Restart,NY,New York Metro,1,1,23.02\nLong Island City,3/9/2011,71704755510,Food/Drug Retailers,Consumer Services,Retailers,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,50\nNew York,3/9/2011,6.05846E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,12.27\nSan Diego,3/9/2011,94417754888,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Corporate,CA,San Diego Metro,1,1,\nSanta Clara,3/9/2011,1.83419E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,72\nWaltham,3/9/2011,3.58243E+11,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,57.7\nNashville,3/9/2011,3.55619E+11,Elder Care,Healthcare,Healthcare Services,\"Nashville-Davidson-Murfreesboro, TN\",South East,Product Development,First Round,TN,,1,1,3\nWorcester,3/9/2011,1.02938E+11,Medical Lab Instruments/Test Kits,Healthcare,Medical Devices and Equipment,\"Worcester, MA\",New England,Generating Revenue,Later Stage,MA,,1,1,1.7\nFremont,3/9/2011,89327758359,Computer Systems,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,1\nMorrisville,3/9/2011,88465755377,Wired Communications Equipment,Information Technology,Communications and Networking,\"Raleigh-Cary, NC\",South East,Generating Revenue,Later Stage,NC,,1,1,43.95\nSunnyvale,3/9/2011,6.12385E+11,Vertical Market Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,Second Round,CA,San Francisco Bay Area,1,1,6.15\nAustin,3/9/2011,6.07552E+11,Recreational/Home Software,Information Technology,Software,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Second Round,TX,Austin Metro,1,1,6.13\nSan Francisco,3/10/2011,1.12907E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,21\nNew York,3/10/2011,6.1238E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,18.5\nChicago,3/10/2011,1.0628E+11,Search Portals,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,20\nSan Francisco,3/10/2011,6.12374E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,0.5\nHillsborough,3/10/2011,3.54636E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,Second Round,NC,,1,1,3.48\nSan Mateo,3/10/2011,6.12545E+11,Medical Software and Information Services: Other,Healthcare,Medical Software and Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,10.8\nDurham,3/10/2011,6.12472E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Durham-Chapel Hill, NC\",South East,Product Development,Second Round,NC,,1,1,11.31\nPalo Alto,3/10/2011,6.14095E+11,Biopharmaceuticals: Other,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,Seed Round,CA,San Francisco Bay Area,1,1,0.86\nSan Francisco,3/10/2011,6.12373E+11,Educational/Training Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,1.2\nLa Jolla,3/10/2011,6.12488E+11,Network/Systems Management Software,Information Technology,Software,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,First Round,CA,San Diego Metro,1,1,3\nNew Canaan,3/10/2011,6.06829E+11,Business Applications Software,Information Technology,Software,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Generating Revenue,Second Round,CT,New York Metro,1,1,1\nMinneapolis,3/11/2011,4.70861E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Product In Beta Test,Second Round,MN,,1,1,10\nPortland,3/11/2011,63747755631,IT Consulting,Business and Financial Services,Business Support Services,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Product Development,Second Round,OR,,1,1,3.71\nSan Francisco,3/11/2011,2.30229E+11,Search Portals,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1\nSan Francisco,3/11/2011,6.12517E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,\nCambridge,3/11/2011,1.1255E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Corporate,MA,Boston Metro,1,1,6\nSan Francisco,3/11/2011,6.12679E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,9\nAtlanta,3/11/2011,6.12675E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,First Round,GA,,1,1,3.25\nHaddonfield,3/11/2011,55981755572,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,Second Round,NJ,,1,1,7\nMiami,3/11/2011,6.12715E+11,Business Applications Software,Information Technology,Software,\"Miami-Fort Lauderdale-Pompano Beach, FL\",South East,Generating Revenue,First Round,FL,,1,1,0.6\nWilmington,3/11/2011,95176755449,Computer Peripherals,Information Technology,Electronics and Computer Hardware,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,4.1\nWaltham,3/11/2011,68672755629,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,1.4\nBellevue,3/11/2011,1.11041E+11,Design Automation Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,Later Stage,WA,Seattle Metro,1,1,6.9\nYoungstown,3/12/2011,6.12994E+11,Data Management Services,Business and Financial Services,Business Support Services,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Startup,Seed Round,OH,,1,1,0.19\nNorcross,3/13/2011,98508757970,Solar Energy,Energy and Utilities,Renewable Energy,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Later Stage,GA,,1,1,94.35\nCambridge,3/14/2011,6.12486E+11,General Business Consulting,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,2\nCambridge,3/14/2011,55973755171,Personal Care Products,Consumer Goods,Personal Goods,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,16\nFremont,3/14/2011,54954761731,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nSt. Louis,3/14/2011,1.13101E+11,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"St. Louis, MO-IL\",Midwest Central,Generating Revenue,Second Round,MO,,1,1,16.9\nSanta Clara,3/14/2011,6.1303E+11,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,4.6\nBerkeley,3/14/2011,1.8337E+11,Semiconductors: Other,Information Technology,Semiconductors,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,\nNewport Beach,3/14/2011,6.12542E+11,Vertical Market Applications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,First Round,CA,Orange County,1,1,0.5\nBeaverton,3/14/2011,1.0301E+11,Communications Software,Information Technology,Software,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Later Stage,OR,,1,1,1\nIssaquah,3/14/2011,59384755396,Network/Systems Management Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,3\nAlexandria,3/15/2011,6.12581E+11,Facilities/Operations Management,Business and Financial Services,Business Support Services,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,VA,Potomac,1,1,1\nWatertown,3/15/2011,1.13477E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Hartford-West Hartford-East Hartford, CT\",New England,Generating Revenue,Later Stage,CT,,1,1,\nWakefield,3/15/2011,75212757792,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,2\nLos Angeles,3/15/2011,1.11335E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,20\nAtlanta,3/15/2011,3.56874E+11,Security Services,Business and Financial Services,Business Support Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Second Round,GA,,1,1,0.31\nIndianapolis,3/15/2011,56016755541,Online Communities,Consumer Services,Consumer Information Services,\"Indianapolis-Carmel, IN\",Midwest East,Generating Revenue,Later Stage,IN,,1,1,53.6\nGuilford,3/15/2011,6.12516E+11,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"New Haven-Milford, CT\",Mid-Atlantic,Generating Revenue,First Round,CT,New York Metro,1,1,0.15\nCambridge,3/15/2011,87574758806,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,3.5\nPhiladelphia,3/15/2011,59366755297,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,23.3\nSan Francisco,3/15/2011,6.12508E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1.6\nSan Francisco,3/15/2011,6.11012E+11,Software Development Tools,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,10\nSan Mateo,3/15/2011,72478755177,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,0.33\nWashington,3/15/2011,6.12598E+11,Communications Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Startup,Seed Round,DC,Potomac,1,1,0.2\nColumbia,3/16/2011,3.55617E+11,Media and Content: Other,Consumer Services,Media and Content,\"Columbia, MO\",Midwest Central,Generating Revenue,First Round,MO,,1,1,1.5\nCambridge,3/16/2011,6.12587E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,5\nSan Diego,3/16/2011,1.11067E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 2,Later Stage,CA,San Diego Metro,1,1,3.9\nMaricopa,3/16/2011,1.05897E+11,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"Phoenix-Mesa-Scottsdale, AZ\",Mountain,Generating Revenue,Later Stage,AZ,,1,1,15\nSeattle,3/16/2011,6.12633E+11,Graphics/Publishing Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,First Round,WA,Seattle Metro,1,1,0.3\nEncinitas,3/16/2011,1.14964E+11,Communications Software,Information Technology,Software,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Later Stage,CA,San Diego Metro,1,1,3.5\nMenlo Park,3/16/2011,6.05652E+11,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,10\nSeattle,3/16/2011,3.57056E+11,Software Development Tools,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Second Round,WA,Seattle Metro,1,1,2.5\nSeattle,3/16/2011,4.70656E+11,Communications Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,Second Round,WA,Seattle Metro,1,1,6\nLos Angeles,3/16/2011,6.12596E+11,Multimedia/Streaming Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Seed Round,CA,Los Angeles Metro,1,1,0.13\nMenlo Park,3/16/2011,6.1298E+11,To Be Assigned,To Be Assigned,To Be Assigned,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,4\nNeedham,3/17/2011,6.12632E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,2.4\nMcLean,3/17/2011,6.12622E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,VA,Potomac,1,1,\nCambridge,3/17/2011,6.12624E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,First Round,MA,Boston Metro,1,1,0.5\nSan Francisco,3/17/2011,55104755346,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,49\nDaly City,3/18/2011,6.1302E+11,Travel Arrangement/Tourism,Consumer Services,Travel and Leisure,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Seed Round,CA,San Francisco Bay Area,1,1,\nMenlo Park,3/18/2011,6.03268E+11,Medical Devices and Equipment: Other,Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,1\nBoulder,3/18/2011,3.53169E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Boulder, CO\",Mountain,Product Development,Second Round,CO,,1,1,9\nNew York,3/18/2011,6.07076E+11,Business Applications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,1.37\nSan Francisco,3/18/2011,76935755700,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nHillsboro,3/18/2011,85556755815,Integrated Circuit Production,Information Technology,Semiconductors,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Product Development,Later Stage,OR,,1,1,10.12\nSan Francisco,3/18/2011,6.12666E+11,Recreational/Home Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,\nColumbus,3/21/2011,6.12694E+11,Specialty Foods,Consumer Goods,Food and Beverage,\"Columbus, OH\",Midwest East,Generating Revenue,First Round,OH,,1,1,0.6\nSan Diego,3/21/2011,6.12408E+11,Drug Delivery,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,First Round,CA,San Diego Metro,1,1,1.07\nFort Washington,3/21/2011,1.14224E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Pre-Clinical Trials,Later Stage,PA,,1,1,11.5\nLexington,3/21/2011,6.13006E+11,Medical Devices and Equipment: Other,Healthcare,Medical Devices and Equipment,\"Lexington-Fayette, KY\",Midwest East,Generating Revenue,Later Stage,KY,,1,1,0.02\nMenlo Park,3/21/2011,3.56651E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,7.53\nAliso Viejo,3/21/2011,1.11561E+11,Medical Devices and Equipment: Other,Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Orange County,1,1,11.75\nWellesley,3/21/2011,6.12886E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,5\nWaltham,3/21/2011,6.12617E+11,Software: Other,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,3\nDurham,3/21/2011,1.13679E+11,Recreational/Home Software,Information Technology,Software,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,Later Stage,NC,,1,1,10\nLos Angeles,3/21/2011,93880755831,Network/Systems Management Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,0.1\nLexington,3/22/2011,1.14308E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,15\nSan Mateo,3/22/2011,6.12779E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Corporate,CA,San Francisco Bay Area,1,1,5\nHollywood,3/22/2011,6.12656E+11,Entertainment,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,15\nMassapequa,3/22/2011,6.12748E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Clinical Trials - Phase 1,First Round,NY,New York Metro,1,1,2.5\nChanhassen,3/22/2011,6.13062E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,First Round,MN,,1,1,\nKansas City,3/22/2011,6.12669E+11,General Industrial Goods,Industrial Goods and Materials,Machinery and Industrial Goods,\"Kansas City, MO-KS\",Midwest Central,Generating Revenue,First Round,MO,,1,1,5.7\nSan Francisco,3/22/2011,6.08565E+11,Educational/Training Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Corporate,CA,San Francisco Bay Area,1,1,6.02\nCoral Springs,3/22/2011,6.12701E+11,Vertical Market Applications Software,Information Technology,Software,\"Miami-Fort Lauderdale-Pompano Beach, FL\",South East,Product Development,First Round,FL,,1,1,3\nColmar,3/22/2011,1.09915E+11,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,1.6\nSan Francisco,3/22/2011,4.71257E+11,Vertical Market Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,7\nNew Haven,3/23/2011,6.13024E+11,Entertainment,Consumer Services,Consumer Information Services,\"New Haven-Milford, CT\",Mid-Atlantic,Generating Revenue,First Round,CT,New York Metro,1,1,\nChicago,3/23/2011,6.12677E+11,Restaurants/Food Service,Consumer Services,Travel and Leisure,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,First Round,IL,Chicago Metro,1,1,1.6\nNew York,3/23/2011,6.12729E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,Seed Round,NY,New York Metro,1,1,0.75\nMountain Veiw,3/23/2011,6.12735E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,0.68\nSan Francisco,3/23/2011,6.12731E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1.35\nSanta Clara,3/23/2011,55772755520,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,15\nConshohocken,3/23/2011,6.13188E+11,Business Applications Software,Information Technology,Software,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,Seed Round,PA,,1,1,0.25\nBountiful,3/23/2011,6.13185E+11,Database Software,Information Technology,Software,\"Salt Lake City, UT\",Mountain,Generating Revenue,Seed Round,UT,,1,1,0.01\nAtlanta,3/23/2011,6.10265E+11,Network/Systems Management Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Product Development,Seed Round,GA,,1,1,0.5\nDayton,3/24/2011,6.13339E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Dayton, OH\",Midwest East,Product Development,First Round,OH,,1,1,\nSeattle,3/24/2011,84637757779,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Restart,WA,Seattle Metro,1,1,3\nChicago,3/24/2011,6.12974E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Second Round,IL,Chicago Metro,1,1,5.6\nPalo Alto,3/24/2011,1.1254E+11,Biopharmaceuticals: TBA,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,Second Round,CA,San Francisco Bay Area,1,1,4.89\nSan Diego,3/24/2011,1.02987E+11,Network/Systems Management Software,Information Technology,Software,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Profitable,Later Stage,CA,San Diego Metro,1,1,7.5\nDurham,3/24/2011,6.12705E+11,Graphics/Publishing Software,Information Technology,Software,\"Durham-Chapel Hill, NC\",South East,Product Development,Seed Round,NC,,1,1,0.64\nMason,3/25/2011,1.11627E+11,Medical/Lab Services,Healthcare,Healthcare Services,\"Cincinnati-Middletown, OH-KY-IN\",Midwest East,Generating Revenue,Later Stage,OH,,1,1,11\nMemphis,3/25/2011,1.11155E+11,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"Memphis, TN-MS-AR\",South East,Generating Revenue,Later Stage,TN,,1,1,3\nTyngsboro,3/25/2011,3.57265E+11,Drug Delivery,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,2.62\nWest Melbourne,3/25/2011,3.5964E+11,Security Products,Industrial Goods and Materials,Aerospace and Defense,\"Palm Bay-Melbourne-Titusville, FL\",South East,Generating Revenue,Later Stage,FL,,1,1,1\nWashington,3/25/2011,6.08784E+11,Educational/Training Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,ACQ Financing,DC,Potomac,1,1,1.38\nNew York,3/25/2011,6.11513E+11,Wired Telecommunications Service Providers,Information Technology,Communications and Networking,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,First Round,NY,New York Metro,1,1,2.5\nBoston,3/25/2011,6.12941E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,8.5\nSeattle,3/25/2011,6.1512E+11,Recreational/Home Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,First Round,WA,Seattle Metro,1,1,1.12\nAlpharetta,3/25/2011,6.12753E+11,Business Applications Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,First Round,GA,,1,1,1.28\nCambridge,3/25/2011,81134757607,Communications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,1.7\nMill Valley,3/28/2011,6.1289E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,3.28\nIndianapolis,3/28/2011,69881757719,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Indianapolis-Carmel, IN\",Midwest East,Profitable,Later Stage,IN,,1,1,30\nCarmel,3/28/2011,66123757649,Lending,Business and Financial Services,Financial Institutions and Services,\"Indianapolis-Carmel, IN\",Midwest East,Profitable,Later Stage,IN,,1,1,10.5\nWaltham,3/28/2011,6.063E+11,Building Construction,Business and Financial Services,Construction and Civil Engineering,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,12.55\nSan Francisco,3/28/2011,6.07509E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,6.95\nFort Collins,3/28/2011,1.83125E+11,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Fort Collins-Loveland, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,16\nEdina,3/28/2011,6.12862E+11,Inpatient Facilities,Healthcare,Healthcare Services,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,First Round,MN,,1,1,0.5\nSan Mateo,3/28/2011,96976757882,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,22.04\nFranklin,3/28/2011,74268758192,Managed Care,Healthcare,Healthcare Services,\"Nashville-Davidson-Murfreesboro, TN\",South East,Profitable,Later Stage,TN,,1,1,4.87\nSan Diego,3/28/2011,1.00982E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 2,Second Round,CA,San Diego Metro,1,1,14\nSan Diego,3/28/2011,6.12852E+11,Medical/Lab Services,Healthcare,Healthcare Services,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Seed Round,CA,San Diego Metro,1,1,2\nSan Francisco,3/28/2011,6.14094E+11,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,3.25\nSunnyvale,3/28/2011,54528755645,Wireless Communications Equipment,Information Technology,Communications and Networking,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,25\nSanta Clara,3/28/2011,99128755735,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,108\nHouston,3/28/2011,55033757799,Network/Systems Management Software,Information Technology,Software,\"Houston-Baytown-Sugar Land, TX\",South Central,Generating Revenue,Later Stage,TX,,1,1,12.6\nNew York,3/29/2011,1.82568E+11,IT Consulting,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,40\nFoxboro,3/29/2011,1.12763E+11,Entertainment,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,0.45\nSalt Lake City,3/29/2011,4.70648E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"Salt Lake City, UT\",Mountain,Product Development,Second Round,UT,,1,1,0.75\nSeattle,3/29/2011,6.07482E+11,Online Communities,Consumer Services,Consumer Information Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,Second Round,WA,Seattle Metro,1,1,30\nBerkeley,3/29/2011,6.12827E+11,Utilities: Other,Energy and Utilities,Utilities,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,0.45\nSan Diego,3/29/2011,6.15161E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Generic,First Round,CA,San Diego Metro,1,1,\nSan Francisco,3/29/2011,90641758228,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,0.96\nRockville,3/29/2011,74749757874,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,5.54\nBoston,3/29/2011,6.11822E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,1.08\nSan Carlos,3/30/2011,6.13074E+11,Automotive Parts,Consumer Goods,Vehicles and Parts,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,13.5\nChicago,3/30/2011,6.12888E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,First Round,IL,Chicago Metro,1,1,1.5\nSan Diego,3/30/2011,94360758136,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 3,Corporate,CA,San Diego Metro,1,1,50\nAzusa,3/30/2011,6.13027E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,5\nCupertino,3/30/2011,98415758062,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,0.11\nWilliamsport,3/31/2011,6.13249E+11,Environmental Engineering/Services,Business and Financial Services,Construction and Civil Engineering,\"Williamsport, PA\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,\nRoeland Park,3/31/2011,6.13034E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Kansas City, MO-KS\",Midwest Central,Product Development,First Round,KS,,1,1,\nBoston,3/31/2011,6.13184E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,3.14\nSan Francisco,3/31/2011,6.08259E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,4\nOldsmar,3/31/2011,6.13174E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Tampa-St. Petersburg-Clearwater, FL\",South East,Generating Revenue,First Round,FL,,1,1,3\nOrange,3/31/2011,6.12929E+11,Data Management Services,Business and Financial Services,Business Support Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Orange County,1,1,6\nConshohocken,3/31/2011,63945757878,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,\nNew York,3/31/2011,3.58676E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,19\nEldersburg,3/31/2011,6.13019E+11,Data Management Services,Business and Financial Services,Business Support Services,\"Baltimore-Towson, MD\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,2.5\nRedwood City,3/31/2011,2.30033E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,6.6\nSunnyvale,3/31/2011,1.10829E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12.05\nRedwood City,3/31/2011,1.05854E+11,Security Services,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,Later Stage,CA,San Francisco Bay Area,1,1,\nMedford,3/31/2011,3.54843E+11,Facilities/Operations Management,Business and Financial Services,Business Support Services,\"Medford, OR\",Pacific Northwest,Generating Revenue,Later Stage,OR,,1,1,10\nWinston-Salem,3/31/2011,1.83304E+11,Security Services,Business and Financial Services,Business Support Services,\"Winston-Salem, NC\",South East,Generating Revenue,Later Stage,NC,,1,1,5.47\nSebastopol,3/31/2011,96889755569,Environmental Engineering/Services,Business and Financial Services,Construction and Civil Engineering,\"Santa Rosa-Petaluma, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,0.26\nSan Francisco,3/31/2011,3.60212E+11,Insurance,Business and Financial Services,Financial Institutions and Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,13.1\nAustin,3/31/2011,2.28423E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Second Round,TX,Austin Metro,1,1,1\nBoulder,3/31/2011,6.13173E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Boulder, CO\",Mountain,Product Development,Seed Round,CO,,1,1,1\nCambridge,3/31/2011,6.12944E+11,Project/Document Collaboration,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,1\nSan Francisco,3/31/2011,6.13113E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Seed Round,CA,San Francisco Bay Area,1,1,0.58\nBoston,3/31/2011,3.54465E+11,Non-Durable Household Goods,Consumer Goods,Household and Office Goods,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,10\nIrvington,3/31/2011,1.15351E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Corporate,NY,New York Metro,1,1,\nSanta Monica,3/31/2011,1.16007E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Corporate,CA,Los Angeles Metro,1,1,\nNew York,3/31/2011,6.13251E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,2\nGreenwood Village,3/31/2011,6.12967E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,First Round,CO,,1,1,2.7\nDanville,3/31/2011,6.13153E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,3\nSan Mateo,3/31/2011,6.13141E+11,Search Portals,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,16\nSan Jose,3/31/2011,3.58638E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,1.75\nLake Oswego,3/31/2011,6.13545E+11,Online Communities,Consumer Services,Consumer Information Services,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Profitable,First Round,OR,,1,1,1\nLos Angeles,3/31/2011,6.14098E+11,Specialty Retailers,Consumer Services,Retailers,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,1.07\nHollywood,3/31/2011,3.53295E+11,Online Communities,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product In Beta Test,First Round,CA,Los Angeles Metro,1,1,1.3\nFullerton,3/31/2011,6.1327E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product In Beta Test,First Round,CA,Orange County,1,1,0.5\nWashington,3/31/2011,1.14699E+11,Online Communities,Consumer Services,Consumer Information Services,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Profitable,Later Stage,DC,Potomac,1,1,227.17\nSan Francisco,3/31/2011,98414757890,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,15\nSan Francisco,3/31/2011,1.82537E+11,Health Media/Content,Consumer Services,Media and Content,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,Later Stage,CA,San Francisco Bay Area,1,1,5\nRoswell,3/31/2011,73175758983,Specialty Retailers,Consumer Services,Retailers,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Profitable,Later Stage,GA,,1,1,9\nLos Angeles,3/31/2011,99486758125,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,\nBurbank,3/31/2011,80468757771,Movie/Music Producers and Distributors,Consumer Services,Media and Content,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,40\nSan Francisco,3/31/2011,6.06301E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,5\nSan Francisco,3/31/2011,3.53963E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,12\nSan Francisco,3/31/2011,3.57511E+11,General Media/Content,Consumer Services,Media and Content,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,4\nPalo Alto,3/31/2011,6.07867E+11,General Media/Content,Consumer Services,Media and Content,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,50\nMountain View,3/31/2011,6.13235E+11,Search Portals,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,0.4\nSpokane,3/31/2011,92941757885,Fuel Cells,Energy and Utilities,Renewable Energy,\"Spokane, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,,1,1,6\nLake Forest,3/31/2011,3.59266E+11,Water Utilities,Energy and Utilities,Utilities,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Profitable,Second Round,CA,Orange County,1,1,3\nPalo Alto,3/31/2011,3.55896E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nSan Francisco,3/31/2011,6.14097E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,2.3\nMenlo Park,3/31/2011,6.14093E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,8\nPittsburgh,3/31/2011,92761759307,Medical/Lab Services,Healthcare,Healthcare Services,\"Pittsburgh, PA\",Mid-Atlantic,Profitable,Later Stage,PA,,1,1,1.6\nGolden,3/31/2011,6.05135E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Denver-Aurora-Broomfield, CO\",Mountain,Product Development,Later Stage,CO,,1,1,5\nFremont,3/31/2011,56024758330,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nGeorgetown,3/31/2011,84285758139,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,1.41\nNashville,3/31/2011,4.7119E+11,Inpatient Facilities,Healthcare,Healthcare Services,\"Nashville-Davidson-Murfreesboro, TN\",South East,Generating Revenue,Later Stage,TN,,1,1,0.89\nMoorestown,3/31/2011,6.09475E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Second Round,NJ,,1,1,1.5\nPittsburgh,3/31/2011,1.10581E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Pittsburgh, PA\",Mid-Atlantic,Product Development,Second Round,PA,,1,1,0.96\nBrookfield,3/31/2011,4.70658E+11,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"Milwaukee-Waukesha-West Allis, WI\",Midwest East,Generating Revenue,Second Round,WI,,1,1,4.02\nWoburn,3/31/2011,3.56023E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 2,Second Round,MA,Boston Metro,1,1,13\nDallas,3/31/2011,6.0952E+11,Managed Care,Healthcare,Healthcare Services,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,Second Round,TX,Dallas-Fort Worth,1,1,1\nRedwood City,3/31/2011,85138757367,Basic Chemicals,Industrial Goods and Materials,Materials and Chemicals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,4.79\nNew York,3/31/2011,6.13269E+11,Multimedia/Streaming Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,0.75\nArlington,3/31/2011,6.13036E+11,Vertical Market Applications Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,VA,Potomac,1,1,\nMinneapolis,3/31/2011,6.13118E+11,Multimedia/Streaming Software,Information Technology,Software,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,First Round,MN,,1,1,2\nOrem,3/31/2011,6.13231E+11,Database Software,Information Technology,Software,\"Provo-Orem, UT\",Mountain,Generating Revenue,First Round,UT,,1,1,\nWaltham,3/31/2011,6.13058E+11,Multimedia/Streaming Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,4\nAlamo,3/31/2011,6.0543E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,3\nSan Mateo,3/31/2011,6.13247E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1\nMountain View,3/31/2011,6.13077E+11,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,8\nMountain View,3/31/2011,6.13125E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,0.4\nSan Francisco,3/31/2011,6.13215E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,5\nHalf Moon Bay,3/31/2011,6.13043E+11,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,First Round,CA,San Francisco Bay Area,1,1,\nMountain View,3/31/2011,6.12981E+11,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,\nAliso Viejo,3/31/2011,6.13031E+11,Business Applications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Orange County,1,1,\nIrvine,3/31/2011,6.13047E+11,Communications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Orange County,1,1,\nSan Diego,3/31/2011,6.0885E+11,Business Applications Software,Information Technology,Software,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Individual,CA,San Diego Metro,1,1,\nWayne,3/31/2011,60744757595,Business Applications Software,Information Technology,Software,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,0.15\nLittleton,3/31/2011,81558757462,Wired Communications Equipment,Information Technology,Communications and Networking,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,22.5\nWaltham,3/31/2011,59532757819,Network/Systems Management Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,12.5\nMountain View,3/31/2011,91786757411,Wireless Communications Equipment,Information Technology,Communications and Networking,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nSanta Clara,3/31/2011,65891758387,Data Storage,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,10\nMilpitas,3/31/2011,73349758749,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nLos Gatos,3/31/2011,1.11557E+11,Integrated Circuit Production,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,5.75\nSan Francisco,3/31/2011,82040757684,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,16\nSunnyvale,3/31/2011,1.06144E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,0.78\nAustin,3/31/2011,1.12089E+11,Communications Software,Information Technology,Software,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,8\nSan Diego,3/31/2011,57190757683,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Restart,CA,San Diego Metro,1,1,3.2\nSalt Lake City,3/31/2011,6.05277E+11,Educational/Training Software,Information Technology,Software,\"Salt Lake City, UT\",Mountain,Generating Revenue,Second Round,UT,,1,1,8.52\nWaltham,3/31/2011,1.15632E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,2\nWaltham,3/31/2011,1.02953E+11,Network/Systems Management Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,15\nSan Mateo,3/31/2011,1.82473E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,\nCamarillo,3/31/2011,1.06208E+11,Power Supplies,Information Technology,Electronics and Computer Hardware,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,64\nLong Island City,3/31/2011,6.13218E+11,Multimedia/Streaming Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product In Beta Test,Seed Round,NY,New York Metro,1,1,4.5\nMercer Island,3/31/2011,6.13114E+11,Software: Other,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product In Beta Test,Seed Round,WA,Seattle Metro,1,1,\nCulver City,3/31/2011,6.09393E+11,Vertical Market Applications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Seed Round,CA,Los Angeles Metro,1,1,\nSan Diego,3/31/2011,6.13227E+11,Communications Software,Information Technology,Software,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Seed Round,CA,San Diego Metro,1,1,1\nSan Francisco,4/1/2011,6.1516E+11,General Business Consulting,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,2.23\nNew York,4/1/2011,3.55171E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,8\nPittsfield,4/1/2011,1.05218E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"Pittsfield, MA\",New England,Generating Revenue,Second Round,MA,,1,1,0.37\nChicago,4/1/2011,6.14862E+11,Online Communities,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Seed Round,IL,Chicago Metro,1,1,\nPlymouth,4/1/2011,3.57769E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Product Development,Later Stage,MN,,1,1,10\nRedwood City,4/1/2011,94903758079,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Clinical Trials - Generic,Later Stage,CA,San Francisco Bay Area,1,1,8.11\nSouth San Francisco,4/1/2011,75401758224,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Clinical Trials - Phase 3,Later Stage,CA,San Francisco Bay Area,1,1,17.47\nWaltham,4/1/2011,1.12125E+11,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,7\nSan Francisco,4/1/2011,6.14027E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,3.71\nVenice,4/1/2011,6.13373E+11,Communications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,1.6\nFoster City,4/1/2011,56663759972,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2\nPittsburgh,4/1/2011,3.56074E+11,Educational/Training Software,Information Technology,Software,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,0.34\nBoulder,4/1/2011,6.08993E+11,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"Boulder, CO\",Mountain,Product Development,Second Round,CO,,1,1,5\nHonolulu,4/4/2011,6.15158E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"Honolulu, HI\",Alaska/Islands,Product Development,Second Round,HI,,1,1,\nNew York,4/4/2011,6.13271E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,Seed Round,NY,New York Metro,1,1,3\nSan Francisco,4/4/2011,3.53854E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,23\nAustin,4/5/2011,6.12952E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Austin-Round Rock, TX\",South Central,Product In Beta Test,First Round,TX,Austin Metro,1,1,2\nBuffalo,4/5/2011,6.11338E+11,Human Resources/Recruitment,Business and Financial Services,Business Support Services,\"Buffalo-Niagara Falls, NY\",Mid-Atlantic,Generating Revenue,Second Round,NY,,1,1,12.62\nRichmond,4/5/2011,6.08838E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Richmond, VA\",Mid-Atlantic,Generating Revenue,Second Round,VA,,1,1,0.02\nSan Francisco,4/5/2011,6.13327E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,2.5\nWoburn,4/5/2011,6.08461E+11,Travel Arrangement/Tourism,Consumer Services,Travel and Leisure,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,5\nSan Francisco,4/5/2011,6.10837E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,4.48\nSanford,4/5/2011,6.13088E+11,Wind/Water and Geothermal Energy,Energy and Utilities,Renewable Energy,\"Orlando, FL\",South East,Generating Revenue,Later Stage,FL,,1,1,32.5\nBoston,4/5/2011,58998758376,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Profitable,Corporate,MA,Boston Metro,1,1,20\nIndianapolis,4/5/2011,6.13142E+11,Home Healthcare Services,Healthcare,Healthcare Services,\"Indianapolis-Carmel, IN\",Midwest East,Generating Revenue,First Round,IN,,1,1,6\nSalt Lake City,4/5/2011,6.13713E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Salt Lake City, UT\",Mountain,Product Development,First Round,UT,,1,1,0.82\nCambridge,4/5/2011,85394761281,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Profitable,Later Stage,MA,Boston Metro,1,1,15\nNew York,4/6/2011,6.13221E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,2\nSt. Louis,4/6/2011,6.08427E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"St. Louis, MO-IL\",Midwest Central,Product Development,First Round,MO,,1,1,1.33\nRoanoke,4/6/2011,90156757715,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Roanoke, VA\",Mid-Atlantic,Generating Revenue,Later Stage,VA,,1,1,35\nLexington,4/6/2011,1.82364E+11,Biopharmaceuticals: TBA,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 1,Later Stage,MA,Boston Metro,1,1,30.4\nCambridge,4/6/2011,83232758054,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 2,Later Stage,MA,Boston Metro,1,1,77\nSuwanee,4/6/2011,1.1242E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Product Development,Later Stage,GA,,1,1,3.5\nCincinnati,4/6/2011,54891757712,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Cincinnati-Middletown, OH-KY-IN\",Midwest East,Clinical Trials - Phase 2,Second Round,OH,,1,1,14\nNashville,4/6/2011,3.55895E+11,Healthcare Services: Other,Healthcare,Healthcare Services,\"Nashville-Davidson-Murfreesboro, TN\",South East,Product Development,Second Round,TN,,1,1,1\nPalo Alto,4/6/2011,6.13903E+11,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,17.5\nSanta Clara,4/6/2011,4.70876E+11,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,37.29\nSeattle,4/7/2011,66145758280,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,Restart,WA,Seattle Metro,1,1,6.28\nMadison,4/7/2011,62140757611,Medical/Lab Services,Healthcare,Healthcare Services,\"Madison, WI\",Midwest East,Generating Revenue,Later Stage,WI,,1,1,30\nSunnyvale,4/7/2011,96030758223,Medical Devices and Equipment: TBA,Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,8.23\nBoston,4/8/2011,3.55872E+11,Environmental Engineering/Services,Business and Financial Services,Construction and Civil Engineering,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Individual,MA,Boston Metro,1,1,2.75\nDurham,4/8/2011,66801758607,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,Later Stage,NC,,1,1,12.14\nLos Angeles,4/8/2011,6.05726E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Later Stage,CA,Los Angeles Metro,1,1,14.12\nNew York,4/8/2011,6.07255E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,3.75\nSeattle,4/8/2011,1.83972E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,First Round,WA,Seattle Metro,1,1,0.2\nTucson,4/8/2011,87014761729,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Tucson, AZ\",Mountain,Generating Revenue,Later Stage,AZ,,1,1,\nAshaway,4/8/2011,3.54322E+11,Data Storage,Information Technology,Electronics and Computer Hardware,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,RI,,1,1,1\nPleasanton,4/8/2011,90141761239,Integrated Circuit Production,Information Technology,Semiconductors,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,1.5\nCambridge,4/8/2011,6.15121E+11,To Be Assigned,To Be Assigned,To Be Assigned,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,10.8\nWaltham,4/11/2011,6.08534E+11,Customer Relationship Management,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,7\nSan Francisco,4/11/2011,6.03864E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,2\nNorwalk,4/11/2011,6.07134E+11,General Media/Content,Consumer Services,Media and Content,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Generating Revenue,Unclassified,CT,New York Metro,1,1,6.35\nOakland,4/11/2011,60324757888,Solar Energy,Energy and Utilities,Renewable Energy,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Corporate,CA,San Francisco Bay Area,1,1,168\nPittsburgh,4/11/2011,3.53708E+11,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"Pittsburgh, PA\",Mid-Atlantic,Product Development,First Round,PA,,1,1,2.39\nCambridge,4/11/2011,6.13048E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,40\nDurham,4/11/2011,1.82601E+11,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"Durham-Chapel Hill, NC\",South East,Pre-Clinical Trials,Later Stage,NC,,1,1,0.62\nRonkonkoma,4/11/2011,4.7101E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,Second Round,NY,New York Metro,1,1,8.36\nGilbert,4/11/2011,6.13289E+11,Building Materials/Construction Machinery,Industrial Goods and Materials,Machinery and Industrial Goods,\"Phoenix-Mesa-Scottsdale, AZ\",Mountain,Generating Revenue,Later Stage,AZ,,1,1,8\nNew York,4/11/2011,65154758543,Multimedia/Streaming Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,6.13\nBoston,4/12/2011,1.8244E+11,Drug Discovery/Bioinformatics Software,Healthcare,Medical Software and Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product In Beta Test,Second Round,MA,Boston Metro,1,1,20\nSeattle,4/12/2011,6.15109E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Clinical Trials - Generic,Second Round,WA,Seattle Metro,1,1,1.5\nSeattle,4/12/2011,6.13404E+11,Wireless Telecommunications Service Providers,Information Technology,Communications and Networking,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,First Round,WV,Seattle Metro,1,1,6\nBeachwood,4/12/2011,1.1365E+11,Software: Other,Information Technology,Software,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Generating Revenue,Later Stage,OH,,1,1,17.2\nRedwood City,4/12/2011,1.06016E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,5\nPlano,4/12/2011,2.31382E+11,Communications Software,Information Technology,Software,\"Dallas-Fort Worth-Arlington, TX\",South Central,Product Development,Later Stage,TX,Dallas-Fort Worth,1,1,2.76\nFort Washington,4/13/2011,54908758860,Lending,Business and Financial Services,Financial Institutions and Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,1.24\nNorwalk,4/13/2011,3.56812E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Generating Revenue,Restart,CT,New York Metro,1,1,2\nCranbury,4/13/2011,93052758486,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NJ,New York Metro,1,1,0.41\nKalamazoo,4/13/2011,3.57192E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Kalamazoo-Portage, MI\",Midwest East,Generating Revenue,Second Round,MI,,1,1,0.14\nBoston,4/13/2011,1.03478E+11,Multimedia/Streaming Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,7.7\nCupertino,4/13/2011,77681758504,Network/Systems Management Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,3.37\nAnn Arbor,4/13/2011,2.28429E+11,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Ann Arbor, MI\",Midwest East,Product Development,Second Round,MI,,1,1,0.2\nSan Francisco,4/13/2011,6.03862E+11,Recreational/Home Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,10.7\nNew York,4/14/2011,3.55442E+11,Travel Arrangement/Tourism,Consumer Services,Travel and Leisure,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,10.01\nLos Angeles,4/14/2011,1.83023E+11,Entertainment,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,3.42\nPlymouth,4/14/2011,1.10607E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Product Development,Later Stage,MN,,1,1,1.64\nSanta Clara,4/14/2011,58911758219,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,35\nSan Diego,4/14/2011,63567758239,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 2,Second Round,CA,San Diego Metro,1,1,19.2\nAlpharetta,4/15/2011,1.15615E+11,Personal Care Products,Consumer Goods,Personal Goods,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Product Development,Second Round,GA,,1,1,6\nNew York,4/15/2011,1.06624E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,138\nSan Francisco,4/15/2011,90740758916,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,10\nMountain View,4/15/2011,63544753217,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,22\nMountain View,4/15/2011,3.53957E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,\nBoston,4/15/2011,6.13409E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Generic,Second Round,MA,Boston Metro,1,1,7\nChelsea,4/15/2011,6.11301E+11,Drug Delivery,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,5\nPalo Alto,4/15/2011,2.28898E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,3.55\nSomerville,4/15/2011,6.07162E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,0.1\nMountain View,4/15/2011,6.14965E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,3\nPalo Alto,4/15/2011,6.04023E+11,Educational/Training Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,1.95\nBainbridge Island,4/15/2011,57672758694,Business Applications Software,Information Technology,Software,\"Bremerton-Silverdale, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,10\nSan Francisco,4/18/2011,1.11055E+11,Human Resources/Recruitment,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,15.75\nSanta Clara,4/18/2011,65250758705,Medical/Lab Services,Healthcare,Healthcare Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,28.8\nLos Angeles,4/18/2011,6.13277E+11,Business Applications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,5.4\nMountain View,4/18/2011,95766759319,Wireless Communications Equipment,Information Technology,Communications and Networking,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,6.94\nWaltham,4/18/2011,77838758605,Conferencing Equipment/Services,Information Technology,Communications and Networking,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Restart,MA,Boston Metro,1,1,3.8\nSan Francisco,4/19/2011,6.13313E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,0.3\nAlbuquerque,4/19/2011,2.28964E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"Albuquerque, NM\",Mountain,Generating Revenue,Later Stage,NM,,1,1,4.4\nNew York,4/19/2011,6.13998E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,2\nBuffalo,4/19/2011,79460758512,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Buffalo-Niagara Falls, NY\",Mid-Atlantic,Clinical Trials - Phase 1,Second Round,NY,,1,1,4.67\nMonterey,4/19/2011,6.10273E+11,Containers/Packaging,Industrial Goods and Materials,Machinery and Industrial Goods,\"Salinas, CA\",Northern California,Generating Revenue,First Round,CA,,1,1,2.3\nSeattle,4/19/2011,1.10586E+11,Wired Communications Equipment,Information Technology,Communications and Networking,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,14\nWilmington,4/20/2011,3.55154E+11,Customer Relationship Management,Business and Financial Services,Business Support Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,Later Stage,DE,,1,1,2.58\nBethlehem,4/20/2011,1.04289E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Allentown-Bethlehem-Easton, PA-NJ\",Mid-Atlantic,Profitable,Later Stage,PA,,1,1,0.45\nNorthbrook,4/20/2011,1.82259E+11,Facilities/Operations Management,Business and Financial Services,Business Support Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Second Round,IL,Chicago Metro,1,1,25.77\nSan Francisco,4/20/2011,6.14736E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,2.4\nBoulder,4/20/2011,80828758337,Search Portals,Consumer Services,Consumer Information Services,\"Boulder, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,10\nAlexandria,4/20/2011,6.03428E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Product Development,Second Round,VA,Potomac,1,1,2\nHayward,4/20/2011,57516758707,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,3.72\n,4/20/2011,1.01041E+11,Multimedia/Streaming Software,Information Technology,Software,\"Madison, WI\",Midwest East,Generating Revenue,Corporate,WI,,1,1,\nNew York,4/20/2011,94564758316,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,5\nPalo Alto,4/20/2011,88728758875,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,50\nMount Laurel,4/21/2011,1.82724E+11,Security Services,Business and Financial Services,Business Support Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,NJ,,1,1,3.18\nAshland,4/21/2011,1.83066E+11,Office Equipment/Supplies,Consumer Goods,Household and Office Goods,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,5\nSan Francisco,4/21/2011,6.1339E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1.3\nSeatlle,4/21/2011,76968758873,Travel and Leisure: Other,Consumer Services,Travel and Leisure,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Unclassified,WA,Seattle Metro,1,1,1.9\nEnglewood,4/21/2011,6.13296E+11,Patient Monitoring/Biofeedback,Healthcare,Medical Devices and Equipment,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,First Round,CO,,1,1,10.2\nMinneapolis,4/21/2011,3.57274E+11,Medical Software and Information Services: Other,Healthcare,Medical Software and Information Services,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,Second Round,MN,,1,1,27\nBurbank,4/22/2011,1.02285E+11,Retail Investment Services/Brokerages,Business and Financial Services,Financial Institutions and Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Profitable,Later Stage,CA,Los Angeles Metro,1,1,4.6\nSan Mateo,4/22/2011,6.05352E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,9.25\nFerndale,4/22/2011,6.13387E+11,Appliances/Durable Household Goods,Consumer Goods,Household and Office Goods,\"Detroit-Warren-Livonia, MI\",Midwest East,Generating Revenue,First Round,MI,,1,1,1.84\nPalo Alto,4/22/2011,6.09824E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,3.36\nNatick,4/22/2011,1.06328E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product In Beta Test,Corporate,MA,Boston Metro,1,1,\nSan Diego,4/22/2011,6.03703E+11,Wireless Communications Equipment,Information Technology,Communications and Networking,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Corporate,CA,San Diego Metro,1,1,18\nSan Francisco,4/22/2011,6.14911E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,\nGreenwich,4/25/2011,6.03793E+11,Legal Counseling,Business and Financial Services,Business Support Services,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Generating Revenue,Later Stage,CT,New York Metro,1,1,2.13\nEncinitas,4/25/2011,6.13601E+11,Sports/Leisure Goods,Consumer Goods,Personal Goods,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,First Round,CA,San Diego Metro,1,1,1.6\nSan Francisco,4/25/2011,1.12092E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,10\nMountain View,4/25/2011,1.13703E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,7\nPalo Alto,4/25/2011,6.13347E+11,Network/Systems Management Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,13.75\nConcord,4/25/2011,56438758995,Vertical Market Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,4.86\nGoleta,4/25/2011,61039759025,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Santa Barbara-Santa Maria-Goleta, CA\",Southern California,Generating Revenue,Restart,CA,,1,1,3.63\nSan Francisco,4/25/2011,6.13348E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,1.2\nChicago,4/26/2011,76982759041,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,2\nAustin,4/26/2011,6.05393E+11,Project/Document Collaboration,Business and Financial Services,Business Support Services,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Second Round,TX,Austin Metro,1,1,2\nSeattle,4/26/2011,6.13407E+11,Data Management Services,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,Seed Round,WA,Seattle Metro,1,1,\nMenlo Park,4/26/2011,6.0716E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Second Round,CA,San Francisco Bay Area,1,1,18\nSan Francisco,4/26/2011,78035758805,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,15\nIrvine,4/26/2011,1.82495E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Orange County,1,1,17.26\nWestwood,4/26/2011,2.28855E+11,Vertical Market Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,3\nSan Mateo,4/26/2011,3.53324E+11,Database Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,1.73\nSunnyvale,4/26/2011,82442758537,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,\nAustin,4/27/2011,2.28407E+11,Project/Document Collaboration,Business and Financial Services,Business Support Services,\"Austin-Round Rock, TX\",South Central,Product Development,Later Stage,TX,Austin Metro,1,1,1.5\nSan Francisco,4/27/2011,6.13414E+11,Clothing/Accessories,Consumer Goods,Personal Goods,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1.3\nAnaheim,4/27/2011,1.10528E+11,Automobiles,Consumer Goods,Vehicles and Parts,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Orange County,1,1,115\nNew York,4/27/2011,6.10203E+11,Food/Drug Retailers,Consumer Services,Retailers,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,10\nRichmond,4/27/2011,6.04887E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,5\nCleveland,4/27/2011,6.11854E+11,Healthcare Services: Other,Healthcare,Healthcare Services,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Startup,First Round,OH,,1,1,2.28\nSunnyvale,4/27/2011,61541759042,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,7.45\nCleveland,4/27/2011,6.13561E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Product Development,Seed Round,OH,,1,1,0.25\nColumbia,4/27/2011,54307758814,Commercial Fishing/Aquaculture,Industrial Goods and Materials,Agriculture and Forestry,\"Baltimore-Towson, MD\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,1.15\nPalo Alto,4/27/2011,6.13503E+11,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,12.6\nAtlanta,4/27/2011,6.13397E+11,Vertical Market Applications Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,First Round,GA,,1,1,2.5\nWellesley Hills,4/27/2011,56279758602,Network/Systems Management Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,6.2\nSan Jose,4/27/2011,2.29127E+11,Data Storage,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,15\nSan Francisco,4/28/2011,6.09118E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,2.5\nSan Francisco,4/28/2011,6.13406E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,6.5\nSan Francisco,4/28/2011,6.14022E+11,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,First Round,CA,San Francisco Bay Area,1,1,35\nNew York,4/28/2011,65985759437,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,9.48\nSan Mateo,4/28/2011,63196758626,Project/Document Collaboration,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nNew York,4/28/2011,1.0981E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,41\nChicago,4/28/2011,2.2897E+11,Online Communities,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,22.6\nSanta Monica,4/28/2011,6.1257E+11,Wind/Water and Geothermal Energy,Energy and Utilities,Renewable Energy,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,1.5\nSunnyvale,4/28/2011,6.09884E+11,Drug Delivery,Healthcare,Biopharmaceuticals,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Pre-Clinical Trials,First Round,CA,San Francisco Bay Area,1,1,1\nTustin,4/28/2011,6.13449E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,First Round,CA,Orange County,1,1,0.2\nWaltham,4/28/2011,69036759140,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,19\nKirkland,4/28/2011,1.16038E+11,Communications Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,2\nAustin,4/28/2011,86397759200,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,8.86\nAustin,4/28/2011,97420758631,Network/Systems Management Software,Information Technology,Software,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,25\nIrving,4/28/2011,6.13421E+11,Business Applications Software,Information Technology,Software,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,Later Stage,TX,Dallas-Fort Worth,1,1,\nColumbia,4/29/2011,6.13522E+11,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"Baltimore-Towson, MD\",Mid-Atlantic,Generating Revenue,First Round,MD,Potomac,1,1,1\nNew York,4/29/2011,89272759282,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,5.17\nNew York,4/29/2011,2.30184E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Later Stage,NY,New York Metro,1,1,9.25\nBillerica,4/29/2011,90342758880,IT Consulting,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,20.5\nColumbia,4/29/2011,3.57913E+11,Human Resources/Recruitment,Business and Financial Services,Business Support Services,\"Charleston-North Charleston-Summerville, SC\",South East,Generating Revenue,Second Round,SC,,1,1,7.2\nSan Francisco,4/29/2011,6.13631E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,3.25\nSan Francisco,4/29/2011,6.11668E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,20.1\nAnn Arbor,4/29/2011,6.13635E+11,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"Ann Arbor, MI\",Midwest East,Generating Revenue,First Round,MI,,1,1,7\nCambridge,4/29/2011,6.05342E+11,Medical Devices and Equipment: Other,Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,3.5\nSan Antonio,4/29/2011,6.10098E+11,Patient Monitoring/Biofeedback,Healthcare,Medical Devices and Equipment,\"San Antonio, TX\",South Central,Product Development,First Round,TX,,1,1,2.5\nRockville,4/29/2011,59445759020,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Product Development,Later Stage,MD,Potomac,1,1,6.77\nAliso Viejo,4/29/2011,1.0424E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Orange County,1,1,15.92\nCarlsbad,4/29/2011,79385758996,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Later Stage,CA,San Diego Metro,1,1,0.5\nMenlo Park,4/29/2011,1.15333E+11,Wireless Telecommunications Service Providers,Information Technology,Communications and Networking,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,8\nAndover,4/29/2011,95033759222,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,1.6\nViera,4/29/2011,96349759316,Wireless Communications Equipment,Information Technology,Communications and Networking,\"Palm Bay-Melbourne-Titusville, FL\",South East,Generating Revenue,Later Stage,FL,,1,1,10.71\nFairfax,4/29/2011,3.53476E+11,Network/Systems Management Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Product In Beta Test,Second Round,VA,Potomac,1,1,3.07\nSan Francisco,4/29/2011,1.1059E+11,Multimedia/Streaming Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,0.3\nBoston,4/30/2011,1.14928E+11,Online Communities,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,4\nPalo Alto,4/30/2011,6.11078E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,5\nSan Francisco,4/30/2011,6.13529E+11,Specialty Retailers,Consumer Services,Retailers,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,1.1\nPasadena,4/30/2011,1.06665E+11,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Houston-Baytown-Sugar Land, TX\",South Central,Product In Beta Test,Later Stage,TX,,1,1,55\nBoston,4/30/2011,1.10109E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,8.76\nLos Angeles,4/30/2011,6.14547E+11,To Be Assigned,To Be Assigned,To Be Assigned,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Startup,First Round,CA,Los Angeles Metro,1,1,\nCleveland,5/1/2011,3.59448E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Generating Revenue,Second Round,OH,,1,1,0.6\nBurlingame,5/2/2011,1.06769E+11,Human Resources/Recruitment,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,15\nSeattle,5/2/2011,1.16076E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Second Round,WA,Seattle Metro,1,1,7.38\nNew York,5/2/2011,6.1342E+11,Clothing/Accessory Retailers,Consumer Services,Retailers,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,3\nSan Francisco,5/2/2011,2.28236E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,0.5\nMarina del Rey,5/2/2011,1.14299E+11,Entertainment,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,4\nCoconut Grove,5/2/2011,2.30387E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"Miami-Fort Lauderdale-Pompano Beach, FL\",South East,Generating Revenue,Second Round,FL,,1,1,4.25\nSan Rafael,5/2/2011,98510761290,Solar Energy,Energy and Utilities,Renewable Energy,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,1.87\nBethesda,5/2/2011,6.11438E+11,Patient Monitoring/Biofeedback,Healthcare,Medical Devices and Equipment,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Second Round,MD,Potomac,1,1,1\nCanoga Park,5/2/2011,1.1128E+11,General Industrial Goods,Industrial Goods and Materials,Machinery and Industrial Goods,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Later Stage,CA,Los Angeles Metro,1,1,15\nNewton,5/2/2011,1.15185E+11,Data Storage,Information Technology,Electronics and Computer Hardware,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,15\nGreenwood Village,5/2/2011,2.28965E+11,Wireless Telecommunications Service Providers,Information Technology,Communications and Networking,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,10\nSandy,5/2/2011,65601759144,Communications Software,Information Technology,Software,\"Salt Lake City, UT\",Mountain,Generating Revenue,Later Stage,UT,,1,1,1.42\nSan Jose,5/2/2011,55370759146,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,1.7\nLos Angeles,5/3/2011,1.15689E+11,Entertainment,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,0.62\nLa Jolla,5/3/2011,55827759333,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Generic,Later Stage,CA,San Diego Metro,1,1,1.5\nLa Jolla,5/3/2011,1.13683E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Second Round,CA,San Diego Metro,1,1,\nKalamazoo,5/3/2011,6.13446E+11,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Kalamazoo-Portage, MI\",Midwest East,Generating Revenue,First Round,MI,,1,1,\nSunnyvale,5/3/2011,96269759341,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,17.84\nSanta Clara,5/3/2011,6.13444E+11,Vertical Market Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,16.7\nMountain View,5/4/2011,6.1355E+11,Incubators/Business Development,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,3\nSan Francisco,5/4/2011,82201758858,IT Consulting,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,11\nSan Mateo,5/4/2011,60178761373,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,6.1\nPort Washington,5/4/2011,56504758922,Environmental Engineering/Services,Business and Financial Services,Construction and Civil Engineering,\"Milwaukee-Waukesha-West Allis, WI\",Midwest East,Generating Revenue,Second Round,WI,,1,1,4\nSan Francisco,5/4/2011,3.5574E+11,Tobacco,Consumer Goods,Food and Beverage,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,3.23\nSan Francisco,5/4/2011,3.59177E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,5\nHouston,5/4/2011,2.31754E+11,Wind/Water and Geothermal Energy,Energy and Utilities,Renewable Energy,\"Houston-Baytown-Sugar Land, TX\",South Central,Product Development,Corporate,TX,,1,1,\nMadison,5/4/2011,6.13524E+11,Medical Supplies,Healthcare,Medical Devices and Equipment,\"Madison, WI\",Midwest East,Generating Revenue,First Round,WI,,1,1,1\nByron Center,5/4/2011,2.28265E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Grand Rapids-Wyoming, MI\",Midwest East,Product Development,First Round,MI,,1,1,0.76\nLexington,5/4/2011,99946759434,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,4.97\nStamford,5/4/2011,6.04858E+11,Coatings/Adhesives,Industrial Goods and Materials,Materials and Chemicals,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Generating Revenue,Second Round,CT,New York Metro,1,1,0.75\nMinneapolis,5/4/2011,3.59024E+11,Basic Chemicals,Industrial Goods and Materials,Materials and Chemicals,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,Second Round,MN,,1,1,45\nNew York,5/4/2011,6.13796E+11,Multimedia/Streaming Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,6.06\nSan Jose,5/4/2011,6.14993E+11,To Be Assigned,To Be Assigned,To Be Assigned,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,10.5\nMaitland,5/5/2011,6.13111E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Orlando, FL\",South East,Generating Revenue,First Round,FL,,1,1,1\nCambridge,5/5/2011,78899757467,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,25\nGreenwood Village,5/5/2011,6.14926E+11,Online Communities,Consumer Services,Consumer Information Services,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,First Round,CO,,1,1,1\nPrinceton,5/5/2011,6.13573E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Trenton-Ewing, NJ\",Mid-Atlantic,Clinical Trials - Phase 2,First Round,NJ,New York Metro,1,1,5\nMorgantown,5/5/2011,6.13554E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Morgantown, WV\",Mid-Atlantic,Generating Revenue,First Round,WV,,1,1,1.05\nWorcester,5/5/2011,6.13546E+11,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"Worcester, MA\",New England,Product Development,First Round,MA,,1,1,\nMcLean,5/5/2011,63294759034,Software Development Tools,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Later Stage,VA,Potomac,1,1,20\nCupertino,5/5/2011,84186761675,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nPittsburgh,5/5/2011,56189759285,Educational/Training Software,Information Technology,Software,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,4.5\nBoston,5/5/2011,6.13954E+11,Software: TBA,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,6.5\nBrooklyn,5/6/2011,6.13587E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,First Round,NY,New York Metro,1,1,4.4\nSan Francisco,5/6/2011,78707758926,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,20\nWilmington,5/6/2011,1.82512E+11,Personal/Commercial Banking,Business and Financial Services,Financial Institutions and Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Second Round,DE,,1,1,9\nFlagstaff,5/6/2011,97125758815,Wind/Water and Geothermal Energy,Energy and Utilities,Renewable Energy,\"Flagstaff, AZ\",Mountain,Generating Revenue,Later Stage,AZ,,1,1,13.4\nMilpitas,5/6/2011,1.82955E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Corporate,CA,San Francisco Bay Area,1,1,\nAlameda,5/6/2011,96173759538,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,7.48\nWestport,5/6/2011,97761761415,Healthcare Services: Other,Healthcare,Healthcare Services,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Profitable,Second Round,CT,New York Metro,1,1,0.01\nLos Altos,5/6/2011,4.70742E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,0.88\nFarmington,5/6/2011,6.13553E+11,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"Hartford-West Hartford-East Hartford, CT\",New England,Product Development,Seed Round,CT,,1,1,1\nBothell,5/6/2011,6.13603E+11,Business Applications Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,First Round,WA,Seattle Metro,1,1,\nFremont,5/6/2011,66197759999,Power Supplies,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nYardley,5/6/2011,76663759420,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Restart,PA,,1,1,8.12\nPittsburgh,5/6/2011,6.13742E+11,Business Applications Software,Information Technology,Software,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,3.6\nHayward,5/6/2011,3.58462E+11,Power Supplies,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,11\nPittsburgh,5/9/2011,6.08298E+11,Human Resources/Recruitment,Business and Financial Services,Business Support Services,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,0.7\nWilmington,5/9/2011,6.10026E+11,Environmental Engineering/Services,Business and Financial Services,Construction and Civil Engineering,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,2.1\nBoston,5/9/2011,6.15116E+11,Retailers: TBA,Consumer Services,Retailers,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,First Round,MA,Boston Metro,1,1,5\nSanta Monica,5/9/2011,6.05693E+11,Clothing/Accessory Retailers,Consumer Services,Retailers,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Profitable,Later Stage,CA,Los Angeles Metro,1,1,40\nKirkland,5/9/2011,6.13724E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,First Round,WA,Seattle Metro,1,1,2\nSan Jose,5/9/2011,1.01786E+11,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,6.5\nSan Diego,5/9/2011,70449759660,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 1,Later Stage,CA,San Diego Metro,1,1,\nPalo Alto,5/9/2011,6.15128E+11,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,6.06\nOrlando,5/9/2011,6.13579E+11,Recreational/Home Software,Information Technology,Software,\"Orlando, FL\",South East,Generating Revenue,First Round,FL,,1,1,3\nCranberry Township,5/9/2011,60115759213,Vertical Market Applications Software,Information Technology,Software,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,6.2\nNashua,5/9/2011,86756759432,Computer Peripherals,Information Technology,Electronics and Computer Hardware,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,NH,,1,1,4.26\nSan Jose,5/9/2011,77056760372,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,12.3\nDallas,5/10/2011,3.57466E+11,Institutional Investment Services,Business and Financial Services,Financial Institutions and Services,\"Dallas-Fort Worth-Arlington, TX\",South Central,Product Development,First Round,TX,Dallas-Fort Worth,1,1,3\nNew York,5/10/2011,3.5737E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Later Stage,NY,New York Metro,1,1,8\nSan Francisco,5/10/2011,6.06547E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,6\nFranklin,5/10/2011,6.137E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Nashville-Davidson-Murfreesboro, TN\",South East,Generating Revenue,First Round,TN,,1,1,\nAddison,5/10/2011,54137759710,Outpatient Facilities,Healthcare,Healthcare Services,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,Later Stage,TX,Dallas-Fort Worth,1,1,0.4\nRedwood City,5/10/2011,6.06068E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,13.37\nPalo Alto,5/10/2011,6.12558E+11,Wireless Communications Equipment,Information Technology,Communications and Networking,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,3.6\nSan Francisco,5/10/2011,6.13766E+11,Database Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,3.05\nJersey City,5/10/2011,81963759086,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NJ,New York Metro,1,1,7\nSan Mateo,5/11/2011,6.13715E+11,Financial Institutions and Services: Other,Business and Financial Services,Financial Institutions and Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,11\nPalo Alto,5/11/2011,6.13653E+11,Search Portals,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1.2\nSan Francisco,5/11/2011,6.09028E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,18\nWaltham,5/11/2011,3.56392E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Corporate,MA,Boston Metro,1,1,15\nAlbany,5/11/2011,6.1372E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Albany-Schenectady-Troy, NY\",Mid-Atlantic,Generating Revenue,First Round,NY,,1,1,0.2\nEvanston,5/11/2011,4.70752E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Clinical Trials - Phase 2,First Round,IL,Chicago Metro,1,1,18\nNorth Andover,5/11/2011,6.13675E+11,Patient Monitoring/Biofeedback,Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,0.52\nLa Jolla,5/11/2011,6.14202E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,First Round,CA,San Diego Metro,1,1,\nCleveland,5/11/2011,6.08101E+11,Medical Software and Information Services: Other,Healthcare,Medical Software and Information Services,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Generating Revenue,Later Stage,OH,,1,1,11.5\nMorrisville,5/11/2011,63383759166,Drug Discovery/Bioinformatics Software,Healthcare,Medical Software and Information Services,\"Raleigh-Cary, NC\",South East,Generating Revenue,Later Stage,NC,,1,1,8\nRedwood City,5/11/2011,6.13615E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nSan Mateo,5/11/2011,6.13605E+11,Database Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,7.5\nSanta Clara,5/11/2011,6.13885E+11,Wireless Telecommunications Service Providers,Information Technology,Communications and Networking,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,9.8\nBellevue,5/11/2011,6.12995E+11,Vertical Market Applications Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,First Round,WA,Seattle Metro,1,1,2.5\nPalo Alto,5/11/2011,3.55607E+11,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,25\nMountain View,5/12/2011,6.13682E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1.5\nSan Francisco,5/12/2011,66310759183,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,10\nNew York,5/12/2011,3.45713E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,0.14\nNew York,5/12/2011,6.09625E+11,Specialty Retailers,Consumer Services,Retailers,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,16.5\nCambridge,5/12/2011,2.28319E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,4.5\nSeattle,5/12/2011,6.08853E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,Second Round,WA,Seattle Metro,1,1,2.1\nLenexa,5/12/2011,6.13652E+11,Business Applications Software,Information Technology,Software,\"Kansas City, MO-KS\",Midwest Central,Profitable,First Round,KS,,1,1,\nAustin,5/12/2011,6.04607E+11,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,4\nAtlanta,5/12/2011,92820759744,Wired Communications Equipment,Information Technology,Communications and Networking,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Restart,GA,,1,1,2.6\nNewton,5/12/2011,2.29324E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Profitable,Second Round,MA,Boston Metro,1,1,1.38\nMarblehead,5/13/2011,6.13698E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,2\nPasadena,5/13/2011,87877759693,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,20.02\nNew York,5/13/2011,6.0419E+11,Retailers: Other,Consumer Services,Retailers,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,15\nMalvern,5/13/2011,86043759286,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,30\nWaltham,5/13/2011,74799759709,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,34.3\nAliso Viejo,5/13/2011,1.05403E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Orange County,1,1,8\nSan Diego,5/13/2011,53742759818,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Later Stage,CA,San Diego Metro,1,1,10\nSan Clemente,5/13/2011,61196759355,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Clinical Trials - Generic,Restart,CA,Orange County,1,1,107\nRaleigh,5/13/2011,4.71132E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Raleigh-Cary, NC\",South East,Generating Revenue,Second Round,NC,,1,1,5.5\nRochester,5/13/2011,1.06458E+11,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"Rochester, NY\",Mid-Atlantic,Generating Revenue,Second Round,NY,,1,1,7.99\nLakeland,5/13/2011,96862759487,Power Supplies,Information Technology,Electronics and Computer Hardware,\"Lakeland-Winter Haven, FL\",South East,Generating Revenue,Corporate,FL,,1,1,9.02\nCambridge,5/13/2011,6.13678E+11,Software: Other,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,3\nBellevue,5/13/2011,6.14999E+11,Business Applications Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Startup,First Round,WA,Seattle Metro,1,1,4.67\nPiscataway,5/13/2011,1.11534E+11,Business Applications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Later Stage,NJ,New York Metro,1,1,\nPalo Alto,5/13/2011,1.05319E+11,Software Development Tools,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,6.5\nNew York,5/15/2011,87261761317,Entertainment,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,1.1\nSan Francisco,5/16/2011,1.13648E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,0.8\nSan Francisco,5/16/2011,1.82599E+11,Specialty Retailers,Consumer Services,Retailers,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,\nNewton,5/16/2011,86029759396,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 2,First Round,MA,Boston Metro,1,1,\nKalamazoo,5/16/2011,1.12625E+11,Agrochemicals,Industrial Goods and Materials,Materials and Chemicals,\"Kalamazoo-Portage, MI\",Midwest East,Product Development,Later Stage,MI,,1,1,0.45\nPhoenix,5/16/2011,3.53966E+11,Industrial Cleaning Products,Industrial Goods and Materials,Materials and Chemicals,\"Phoenix-Mesa-Scottsdale, AZ\",Mountain,Product Development,Second Round,AZ,,1,1,0.1\nBurlington,5/16/2011,6.14034E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,6.83\nSan Francisco,5/16/2011,6.13822E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,6\nSan Mateo,5/16/2011,70968759299,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Restart,Restart,CA,San Francisco Bay Area,1,1,2\nIrvine,5/16/2011,96829759664,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Restart,CA,Orange County,1,1,20.49\nBellevue,5/16/2011,6.13982E+11,To Be Assigned,To Be Assigned,To Be Assigned,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Startup,First Round,WA,Seattle Metro,1,1,1.2\nSeattle,5/17/2011,1.16076E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,6.6\nSeattle,5/17/2011,3.57485E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Second Round,WA,Seattle Metro,1,1,4.3\nCortlandt Manor,5/17/2011,6.13908E+11,Medical Lab Instruments/Test Kits,Healthcare,Medical Devices and Equipment,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,\nCambridge,5/17/2011,92306759625,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 2,Later Stage,MA,Boston Metro,1,1,91\nSan Diego,5/17/2011,3.58232E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Second Round,CA,San Diego Metro,1,1,20\nWayland,5/17/2011,6.13851E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Seed Round,MA,Boston Metro,1,1,0.37\nBoston,5/17/2011,6.13866E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,5\nSan Jose,5/17/2011,59594759485,Multimedia/Streaming Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Corporate,CA,San Francisco Bay Area,1,1,\nSan Francisco,5/17/2011,6.13723E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,7.5\n,5/17/2011,54120759334,Recreational/Home Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,\nNashua,5/17/2011,1.1107E+11,Database Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,NH,,1,1,5.02\nBellevue,5/18/2011,1.12284E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product In Beta Test,Later Stage,WA,Seattle Metro,1,1,1.6\nYorba Linda,5/18/2011,6.1448E+11,Luxury Goods,Consumer Goods,Personal Goods,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Orange County,1,1,3\nSalinas,5/18/2011,3.54237E+11,Specialty Foods,Consumer Goods,Food and Beverage,\"Salinas, CA\",Northern California,Generating Revenue,Later Stage,CA,,1,1,3.51\nNew York,5/18/2011,95102759788,Specialty Retailers,Consumer Services,Retailers,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Later Stage,NY,New York Metro,1,1,13\nSan Francisco,5/18/2011,1.13645E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,50\nCampbell,5/18/2011,53536759819,Email/Messaging,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,0.21\nCambridge,5/18/2011,6.13773E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Seed Round,MA,Boston Metro,1,1,0.75\nWaltham,5/18/2011,6.06287E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,2.71\nSan Diego,5/18/2011,55548760343,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 2,Later Stage,CA,San Diego Metro,1,1,30\nWatertown,5/18/2011,91869759670,Displays,Information Technology,Electronics and Computer Hardware,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,22\nSan Mateo,5/18/2011,3.54594E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,25\nRedwood Shores,5/18/2011,67351759404,Vertical Market Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,13\nTiburon,5/18/2011,6.13948E+11,Database Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,Seed Round,CA,San Francisco Bay Area,1,1,0.9\nAustin,5/19/2011,6.13849E+11,Online Communities,Consumer Services,Consumer Information Services,\"Austin-Round Rock, TX\",South Central,Product Development,First Round,TX,Austin Metro,1,1,1\nFremont,5/19/2011,1.11211E+11,Search Portals,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,8\nParsippany,5/19/2011,6.13878E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Later Stage,NJ,New York Metro,1,1,30\nMorrisville,5/19/2011,62254759655,Medical Devices and Equipment: Other,Healthcare,Medical Devices and Equipment,\"Raleigh-Cary, NC\",South East,Generating Revenue,Later Stage,NC,,1,1,2.38\nSan Diego,5/19/2011,1.03612E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 3,Later Stage,CA,San Diego Metro,1,1,22.62\nSan Diego,5/19/2011,1.11623E+11,Medical Devices and Equipment: TBA,Healthcare,Medical Devices and Equipment,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,Later Stage,CA,San Diego Metro,1,1,3.5\nLindon,5/19/2011,6.13794E+11,Business Applications Software,Information Technology,Software,\"Provo-Orem, UT\",Mountain,Generating Revenue,First Round,UT,,1,1,10\nBillerica,5/19/2011,6.14145E+11,Modems,Information Technology,Communications and Networking,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,\nJersey City,5/19/2011,56105759842,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NJ,New York Metro,1,1,15\nMountain View,5/19/2011,6.03427E+11,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,6.92\nAtlanta,5/20/2011,71815760062,Lending,Business and Financial Services,Financial Institutions and Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Later Stage,GA,,1,1,0.65\nNew York,5/20/2011,6.04851E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,6\nSanta Monica,5/20/2011,6.13803E+11,Online Communities,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product In Beta Test,First Round,CA,Los Angeles Metro,1,1,5\nAustin,5/20/2011,6.10831E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Second Round,TX,Austin Metro,1,1,10\nAustin,5/20/2011,6.14251E+11,Renewable Energy: TBA,Energy and Utilities,Renewable Energy,\"Austin-Round Rock, TX\",South Central,Generating Revenue,First Round,TX,Austin Metro,1,1,4\nNewton,5/20/2011,72372760008,Wind/Water and Geothermal Energy,Energy and Utilities,Renewable Energy,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,54.5\nIndianapolis,5/20/2011,6.13879E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Indianapolis-Carmel, IN\",Midwest East,Generating Revenue,First Round,IN,,1,1,25\nLouisville,5/20/2011,6.06793E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Louisville, KY-IN\",Midwest East,Generating Revenue,First Round,KY,,1,1,2.97\nDuluth,5/20/2011,6.06859E+11,Medical Devices and Equipment: Other,Healthcare,Medical Devices and Equipment,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Startup,First Round,GA,,1,1,5.59\nMalvern,5/20/2011,1.00068E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Clinical Trials - Phase 2,Later Stage,PA,,1,1,6\nSunnyvale,5/20/2011,1.11975E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Clinical Trials - Generic,Later Stage,CA,San Francisco Bay Area,1,1,35.85\nSan Mateo,5/20/2011,3.59503E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Clinical Trials - Phase 1,Later Stage,CA,San Francisco Bay Area,1,1,2\nSan Antonio,5/20/2011,3.56665E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Antonio, TX\",South Central,Clinical Trials - Generic,Later Stage,TX,,1,1,4.7\nCambridge,5/20/2011,1.15694E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Individual,MA,Boston Metro,1,1,5.49\nLas Vegas,5/20/2011,6.13911E+11,Multimedia/Streaming Software,Information Technology,Software,\"Las Vegas-Paradise, NV\",Mountain,Generating Revenue,Later Stage,NV,,1,1,7\nMonterey,5/20/2011,1.06585E+11,Business Applications Software,Information Technology,Software,\"Salinas, CA\",Northern California,Generating Revenue,Later Stage,CA,,1,1,1.5\nSunnyvale,5/20/2011,1.15028E+11,Power Supplies,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,20\nSeattle,5/20/2011,1.06586E+11,Computer Systems,Information Technology,Electronics and Computer Hardware,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,5\nNew York,5/20/2011,2.30109E+11,Business Applications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,1.5\nPortland,5/20/2011,6.04368E+11,Software Development Tools,Information Technology,Software,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Second Round,OR,,1,1,8.62\nCambridge,5/20/2011,6.14501E+11,Communications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Seed Round,MA,Boston Metro,1,1,1.7\nRockville,5/22/2011,6.14509E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,MD,Potomac,1,1,1.52\nSan Francisco,5/23/2011,1.13708E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2\nChicago,5/23/2011,2.28986E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Product Development,Second Round,IL,Chicago Metro,1,1,10.82\nAllentown,5/23/2011,6.13882E+11,General Food Products,Consumer Goods,Food and Beverage,\"Allentown-Bethlehem-Easton, PA-NJ\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,0.05\nNew York,5/23/2011,6.13916E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,3\nNew York,5/23/2011,6.13827E+11,Food/Drug Retailers,Consumer Services,Retailers,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,0.8\nNewport Beach,5/23/2011,6.09627E+11,Consumer Information Services: TBA,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,First Round,CA,Orange County,1,1,5.5\nBurlingame,5/23/2011,6.13967E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Second Round,CA,San Francisco Bay Area,1,1,23\nCalabasas,5/23/2011,6.1397E+11,Movie/Music Producers and Distributors,Consumer Services,Media and Content,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,10.8\nArlington,5/23/2011,3.59191E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Second Round,VA,Potomac,1,1,\nSan Carlos,5/23/2011,3.53881E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,25.52\nCambridge,5/23/2011,1.12848E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,15\nReading,5/23/2011,6.142E+11,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"Reading, PA\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,0.05\nHallandale Beach,5/23/2011,6.07627E+11,Business Applications Software,Information Technology,Software,\"Miami-Fort Lauderdale-Pompano Beach, FL\",South East,Generating Revenue,Later Stage,FL,,1,1,4.47\nMenlo Park,5/24/2011,6.10129E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,0.5\nMarlborough,5/24/2011,97318760222,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,0.91\nNewark,5/24/2011,6.14114E+11,Fiberoptic Equipment,Information Technology,Communications and Networking,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,5.33\nWinter Park,5/25/2011,6.1488E+11,Lending,Business and Financial Services,Financial Institutions and Services,\"Orlando, FL\",South East,Generating Revenue,First Round,FL,,1,1,5\nPetaluma,5/25/2011,75375760165,Environmental Engineering/Services,Business and Financial Services,Construction and Civil Engineering,\"Santa Rosa-Petaluma, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,0.72\nDenver,5/25/2011,3.58457E+11,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Second Round,CO,,1,1,14\nSan Francisco,5/25/2011,2.30199E+11,Travel Arrangement/Tourism,Consumer Services,Travel and Leisure,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Individual,CA,San Francisco Bay Area,1,1,\nSan Francisco,5/25/2011,72723759668,General Media/Content,Consumer Services,Media and Content,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,6\nCambridge,5/25/2011,1.1265E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Pre-Clinical Trials,Corporate,MA,Boston Metro,1,1,20\nSeattle,5/25/2011,6.13932E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,First Round,WA,Seattle Metro,1,1,2.1\nBasking Ridge,5/25/2011,92830761225,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Clinical Trials - Phase 2,Later Stage,NJ,New York Metro,1,1,11.6\nWhite Plains,5/25/2011,89578759843,Business Applications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,6.5\nCampbell,5/25/2011,6.13922E+11,Systems Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,7.6\nQuakertown,5/25/2011,6.13931E+11,Automated Manufacturing Equipment,Information Technology,Electronics and Computer Hardware,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,0.03\nMountain View,5/25/2011,3.56774E+11,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,20\nBerkeley,5/25/2011,1.12123E+11,Power Supplies,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,15.06\nPlano,5/26/2011,6.14055E+11,Environmental Engineering/Services,Business and Financial Services,Construction and Civil Engineering,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,First Round,TX,Dallas-Fort Worth,1,1,0.84\nChevy Chase,5/26/2011,3.56817E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,1\nSan Francisco,5/26/2011,2.28987E+11,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,1.2\nWalnut Creek,5/26/2011,82081761673,Procurement/Supply Chain,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Second Round,CA,San Francisco Bay Area,1,1,\nSanta Rosa,5/26/2011,6.14306E+11,Non-Durable Household Goods,Consumer Goods,Household and Office Goods,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nDover,5/26/2011,6.13946E+11,General Media/Content,Consumer Services,Media and Content,\"Dover, DE\",Mid-Atlantic,Generating Revenue,First Round,DE,,1,1,1.5\nRedwood City,5/26/2011,1.10529E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,85\nCoral Gables,5/26/2011,58545760138,General Media/Content,Consumer Services,Media and Content,\"Miami-Fort Lauderdale-Pompano Beach, FL\",South East,Generating Revenue,Later Stage,FL,,1,1,15\nMedford,5/26/2011,54704760261,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,2\nHayward,5/26/2011,2.28756E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,43.27\nHouston,5/26/2011,76659760378,Business Applications Software,Information Technology,Software,\"Houston-Baytown-Sugar Land, TX\",South Central,Generating Revenue,Later Stage,TX,,1,1,5.08\nRichardson,5/26/2011,82327759805,Multimedia/Streaming Software,Information Technology,Software,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,Later Stage,TX,Dallas-Fort Worth,1,1,40\nSan Francisco,5/26/2011,67914759689,Multimedia/Streaming Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,1\nSan Francisco,5/26/2011,3.53742E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,5\nMountain View,5/26/2011,6.09535E+11,Data Storage,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,Second Round,CA,San Francisco Bay Area,1,1,28.44\nSan Francisco,5/27/2011,6.14179E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,50\nBeaverton,5/27/2011,6.10266E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,Second Round,OR,,1,1,10\nSeattle,5/27/2011,6.09105E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Second Round,WA,Seattle Metro,1,1,3.5\nLos Angeles,5/27/2011,6.13951E+11,Online Communities,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,First Round,CA,Los Angeles Metro,1,1,1\nNew York,5/27/2011,71870760413,Movie/Music Producers and Distributors,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,6\nNew York,5/27/2011,6.05144E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,19\nSan Francisco,5/27/2011,6.13936E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,7\nSunnyvale,5/27/2011,6.1422E+11,Search Portals,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,Second Round,CA,San Francisco Bay Area,1,1,10.5\nLos Angeles,5/27/2011,6.11492E+11,Specialty Retailers,Consumer Services,Retailers,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,0.45\nNew York,5/27/2011,6.14104E+11,Entertainment,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Seed Round,NY,New York Metro,1,1,\nCambridge,5/27/2011,6.15054E+11,Online Communities,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,1.5\nBaton Rouge,5/27/2011,69454759942,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Baton Rouge, LA\",South Central,Clinical Trials - Phase 1,Later Stage,LA,,1,1,6\nGrand Prairie,5/27/2011,4.70433E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,Later Stage,TX,Dallas-Fort Worth,1,1,13.55\nPittsburgh,5/27/2011,2.28671E+11,Filters/Membranes,Industrial Goods and Materials,Materials and Chemicals,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,0.73\nCarmel,5/27/2011,6.1398E+11,Communications Software,Information Technology,Software,\"Indianapolis-Carmel, IN\",Midwest East,Generating Revenue,Individual,IN,,1,1,2.5\nBoulder,5/27/2011,92367760113,Business Applications Software,Information Technology,Software,\"Boulder, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,20\nFremont,5/27/2011,1.82436E+11,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,3.5\nSanta Clara,5/27/2011,96020760257,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,11\nSan Francisco,5/27/2011,3.56395E+11,Network/Systems Management Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,1.25\nBoston,5/30/2011,6.13949E+11,Recreational/Home Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,0.5\nNew York,5/31/2011,6.14021E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,6\nBoston,5/31/2011,6.14023E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,5.7\nFall River,5/31/2011,6.13953E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Providence-New Bedford-Fall River, RI-MA\",New England,Product Development,First Round,MA,,1,1,2.7\nBlacksburg,5/31/2011,77694759167,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Blacksburg-Christiansburg-Radford, VA\",Mid-Atlantic,Generating Revenue,Later Stage,VA,,1,1,100\nMorgan Hill,5/31/2011,56385760238,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2\nSan Francisco,5/31/2011,6.11769E+11,Recreational/Home Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,Later Stage,CA,San Francisco Bay Area,1,1,4.5\nSeattle,5/31/2011,96166760522,Communications Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,0.5\nAustin,5/31/2011,75928760415,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,13.52\nSan Ramon,6/1/2011,6.14234E+11,Procurement/Supply Chain,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nLos Angeles,6/1/2011,6.14031E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,\nNew York,6/1/2011,2.28754E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,\nMenlo Park,6/1/2011,6.14029E+11,Customer Relationship Management,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,0.85\nChicago,6/1/2011,6.14072E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Product Development,First Round,IL,Chicago Metro,1,1,0.7\nPalo Alto,6/1/2011,6.11525E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,10.05\nSalt Lake City,6/1/2011,3.5795E+11,Online Communities,Consumer Services,Consumer Information Services,\"Salt Lake City, UT\",Mountain,Generating Revenue,Later Stage,UT,,1,1,11\nCambridge,6/1/2011,1.1265E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Pre-Clinical Trials,Later Stage,MA,Boston Metro,1,1,50.62\nMalta,6/1/2011,56356760466,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"Albany-Schenectady-Troy, NY\",Mid-Atlantic,Generating Revenue,Later Stage,NY,,1,1,2.06\nSan Jose,6/1/2011,95988760914,Integrated Circuit Production,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2.6\nSan Jose,6/1/2011,1.0565E+11,Wired Communications Equipment,Information Technology,Communications and Networking,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,23\nConshohocken,6/1/2011,6.14576E+11,Business Applications Software,Information Technology,Software,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,Second Round,PA,,1,1,0.15\nBoston,6/2/2011,6.14174E+11,Restaurants/Food Service,Consumer Services,Travel and Leisure,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,\nVenice,6/2/2011,6.10174E+11,Entertainment,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Los Angeles Metro,1,1,6.95\nBurbank,6/2/2011,1.10485E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Corporate,CA,Los Angeles Metro,1,1,\nGoleta,6/2/2011,6.05902E+11,Renewable Energy: Other,Energy and Utilities,Renewable Energy,\"Santa Barbara-Santa Maria-Goleta, CA\",Southern California,Generating Revenue,Later Stage,CA,,1,1,25\nColumbus,6/2/2011,6.12555E+11,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Columbus, OH\",Midwest East,Clinical Trials - Phase 2,First Round,OH,,1,1,\nNew York,6/2/2011,6.1136E+11,Graphics/Publishing Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product In Beta Test,First Round,NY,New York Metro,1,1,5\nNew Haven,6/2/2011,6.12031E+11,Database Software,Information Technology,Software,\"Hartford-West Hartford-East Hartford, CT\",New England,Product Development,First Round,CT,,1,1,\nPalo Alto,6/2/2011,6.14118E+11,Educational/Training Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,4\nNew York,6/3/2011,6.14102E+11,Financial Data/Information,Business and Financial Services,Financial Institutions and Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,\nSan Francisco,6/3/2011,91493760253,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,17.2\nNew York,6/3/2011,3.53603E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,2.8\nPalo Alto,6/3/2011,6.14147E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,Seed Round,CA,San Francisco Bay Area,1,1,0.7\nPasadena,6/3/2011,6.053E+11,Online Communities,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,5.6\nSan Francisco,6/3/2011,6.14277E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Seed Round,CA,San Francisco Bay Area,1,1,0.75\nYonkers,6/3/2011,57506760013,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,8\nSan Diego,6/3/2011,66052761474,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Generating Revenue,Later Stage,CA,San Diego Metro,1,1,15\nDurham,6/3/2011,6.1441E+11,Recreational/Home Software,Information Technology,Software,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,First Round,NC,,1,1,1.43\nNorwalk,6/3/2011,1.10385E+11,Business Applications Software,Information Technology,Software,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Generating Revenue,Later Stage,CT,New York Metro,1,1,\nNew York,6/5/2011,6.14152E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Startup,Seed Round,NY,New York Metro,1,1,1\nAustin,6/6/2011,6.14144E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Austin-Round Rock, TX\",South Central,Generating Revenue,First Round,TX,Austin Metro,1,1,1\nNew York,6/6/2011,6.14214E+11,IT Media/Content,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,\nCambridge,6/6/2011,6.08541E+11,Search Portals,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,1.6\nScottsdale,6/6/2011,92846760017,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Phoenix-Mesa-Scottsdale, AZ\",Mountain,Profitable,Later Stage,AZ,,1,1,5.2\nSouth San Francisco,6/6/2011,1.14153E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,31.02\nCharlottesville,6/6/2011,3.57837E+11,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"Charlottesville, VA\",Mid-Atlantic,Generating Revenue,Second Round,VA,,1,1,5.5\nCincinnati,6/6/2011,6.1411E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Cincinnati-Middletown, OH-KY-IN\",Midwest East,Product Development,Seed Round,OH,,1,1,0.5\nChelmsford,6/6/2011,3.56537E+11,Plastic Fabrications,Industrial Goods and Materials,Materials and Chemicals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,15.7\nReston,6/6/2011,69049760633,Communications Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Profitable,Later Stage,VA,Potomac,1,1,5.43\nMilpitas,6/6/2011,56498760078,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,21.4\nPalo Alto,6/6/2011,6.09798E+11,Network/Systems Management Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,20\nFranklin,6/6/2011,65502760128,Wired Communications Equipment,Information Technology,Communications and Networking,\"Nashville-Davidson-Murfreesboro, TN\",South East,Profitable,Later Stage,TN,,1,1,\nDurham,6/6/2011,6.1479E+11,Business Applications Software,Information Technology,Software,\"Durham-Chapel Hill, NC\",South East,Startup,Seed Round,NC,,1,1,0.35\nMilpitas,6/7/2011,6.14339E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,0.75\nNew York,6/7/2011,83825760927,Project/Document Collaboration,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Profitable,Later Stage,NY,New York Metro,1,1,10.72\nBurlingame,6/7/2011,6.05346E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,13\nMilpitas,6/7/2011,3.54527E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,15\nSan Jose,6/7/2011,60674760328,Entertainment,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,6.5\nNew York,6/7/2011,6.06474E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product In Beta Test,Second Round,NY,New York Metro,1,1,1.55\nSan Rafael,6/7/2011,99847760202,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,7\nPark City,6/7/2011,6.14142E+11,Online Communities,Consumer Services,Consumer Information Services,\"Salt Lake City, UT\",Mountain,Product Development,Seed Round,UT,,1,1,1.25\nDenver,6/7/2011,6.14403E+11,Natural Gas,Energy and Utilities,Non-Renewable Energy,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,First Round,CO,,1,1,\nWilmington,6/7/2011,80832760814,Fuel Cells,Energy and Utilities,Renewable Energy,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,21\nMiddleton,6/7/2011,6.14665E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Madison, WI\",Midwest East,Product Development,First Round,WI,,1,1,11\nSan Francisco,6/7/2011,6.14119E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,9.2\nIrving,6/7/2011,6.14182E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,First Round,TX,Dallas-Fort Worth,1,1,\nIrvine,6/7/2011,6.14139E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Clinical Trials - Phase 1,First Round,CA,Orange County,1,1,\nGlendale,6/7/2011,6.15047E+11,Biopharmaceuticals: TBA,Healthcare,Biopharmaceuticals,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Startup,First Round,CA,Los Angeles Metro,1,1,\nMenlo Park,6/7/2011,65271760081,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Clinical Trials - Generic,Later Stage,CA,San Francisco Bay Area,1,1,12\nMenlo Park,6/7/2011,97438760403,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,32\nDurham,6/7/2011,6.14135E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,Seed Round,NC,,1,1,\nLansing,6/7/2011,1.83319E+11,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"Lansing-East Lansing, MI\",Midwest East,Generating Revenue,Corporate,MI,,1,1,\nAtlanta,6/7/2011,4.71121E+11,Business Applications Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,First Round,GA,,1,1,17.24\nMountain View,6/7/2011,6.03378E+11,Memory Systems,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,40\nSan Francisco,6/7/2011,76768760877,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2\nSan Jose,6/7/2011,61897760074,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,Later Stage,CA,San Francisco Bay Area,1,1,10\nBaltimore,6/7/2011,6.03879E+11,Educational/Training Software,Information Technology,Software,\"Baltimore-Towson, MD\",Mid-Atlantic,Generating Revenue,Second Round,MD,Potomac,1,1,2.99\nSan Mateo,6/7/2011,1.12377E+11,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,\nEmeryville,6/8/2011,1.03447E+11,Customer Relationship Management,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,7\nMountain View,6/8/2011,90528760180,Medical Devices and Equipment: Other,Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,20\nIrvine,6/8/2011,57785760790,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Later Stage,CA,Orange County,1,1,3\nOverland Park,6/8/2011,6.14169E+11,Network/Systems Management Software,Information Technology,Software,\"Kansas City, MO-KS\",Midwest Central,Generating Revenue,First Round,KS,,1,1,2\nHartford,6/8/2011,6.14257E+11,Database Software,Information Technology,Software,\"Hartford-West Hartford-East Hartford, CT\",New England,Generating Revenue,First Round,CT,,1,1,2.8\nSunnyvale,6/8/2011,1.82571E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nSan Francisco,6/8/2011,1.04436E+11,Multimedia/Streaming Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,3.95\nPalo Alto,6/9/2011,6.14381E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,2\nSeattle,6/9/2011,6.14359E+11,Logistics/Delivery Services,Business and Financial Services,Wholesale Trade and Shipping,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,First Round,WA,Seattle Metro,1,1,0.91\nPleasanton,6/9/2011,1.82962E+11,Procurement/Supply Chain,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,14\nGolden,6/9/2011,6.06832E+11,Commercial Vehicles,Consumer Goods,Vehicles and Parts,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,37.7\nDallas,6/9/2011,3.53471E+11,Clothing/Accessories,Consumer Goods,Personal Goods,\"Dallas-Fort Worth-Arlington, TX\",South Central,Generating Revenue,Later Stage,TX,Dallas-Fort Worth,1,1,5\nCupertino,6/9/2011,1.82535E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Corporate,CA,San Francisco Bay Area,1,1,\nSan Francisco,6/9/2011,6.14378E+11,IT Media/Content,Consumer Services,Media and Content,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,0.19\nReston,6/9/2011,6.14309E+11,Communications Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Product Development,First Round,VA,Potomac,1,1,1\nRedmond,6/9/2011,6.14559E+11,Communications Software,Information Technology,Software,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,First Round,WA,Seattle Metro,1,1,7.5\nFrederick,6/9/2011,92852760907,Business Applications Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,4.65\nMilpitas,6/9/2011,79770760252,Integrated Circuit Production,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,15\nShelton,6/9/2011,6.14502E+11,Network/Systems Management Software,Information Technology,Software,\"New Haven-Milford, CT\",Mid-Atlantic,Startup,Seed Round,CT,New York Metro,1,1,0.15\nEdison,6/10/2011,4.70741E+11,Facilities/Operations Management,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NJ,New York Metro,1,1,2\nVero Beach,6/10/2011,6.14723E+11,Health Media/Content,Consumer Services,Media and Content,\"Sebastian-Vero Beach, FL\",South East,Generating Revenue,First Round,FL,,1,1,0.6\nSan Diego,6/10/2011,6.15022E+11,Biopharmaceuticals: TBA,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Product Development,First Round,CA,San Diego Metro,1,1,8.5\nBroomfield,6/10/2011,87897760983,Software Development Tools,Information Technology,Software,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,9.77\nAustin,6/10/2011,6.05583E+11,Wireless Communications Equipment,Information Technology,Communications and Networking,\"Austin-Round Rock, TX\",South Central,Product Development,Second Round,TX,Austin Metro,1,1,10\nSan Francisco,6/10/2011,6.14208E+11,To Be Assigned,To Be Assigned,To Be Assigned,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,2\nSan Francisco,6/11/2011,6.15046E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Seed Round,CA,San Francisco Bay Area,1,1,1\nLos Angeles,6/13/2011,1.15166E+11,Recreational/Sports Vehicles,Consumer Goods,Vehicles and Parts,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Individual,CA,Los Angeles Metro,1,1,25\nWestford,6/13/2011,57977760497,Communications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,16\nBoston,6/13/2011,6.14248E+11,Recreational/Home Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,7.5\nWaltham,6/13/2011,6.1426E+11,Database Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,1.5\nCelebration,6/14/2011,62499760926,Business to Business Marketplaces,Business and Financial Services,Business Support Services,\"Orlando, FL\",South East,Profitable,Later Stage,FL,,1,1,3.01\nRedwood City,6/14/2011,1.05668E+11,Customer Relationship Management,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,5\nPittsburgh,6/14/2011,3.58488E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,35\nBloomington,6/14/2011,6.14389E+11,General Food Products,Consumer Goods,Food and Beverage,\"Bloomington, IN\",Midwest East,Generating Revenue,Second Round,IN,,1,1,\nNew York,6/14/2011,6.10716E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,3\nNew York,6/14/2011,81044761064,Entertainment,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,0.59\nRedwood City,6/14/2011,1.83136E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,4\nBoston,6/14/2011,6.14293E+11,Entertainment,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Seed Round,MA,Boston Metro,1,1,1.25\nPetaluma,6/14/2011,1.11068E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"Santa Rosa-Petaluma, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,14\nAustin,6/14/2011,96547760720,Solar Energy,Energy and Utilities,Renewable Energy,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,11.05\nAlbuquerque,6/14/2011,69883761079,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Albuquerque, NM\",Mountain,Generating Revenue,Later Stage,NM,,1,1,4.91\nSt. Louis,6/14/2011,56300761082,Business Applications Software,Information Technology,Software,\"St. Louis, MO-IL\",Midwest Central,Generating Revenue,Later Stage,MO,,1,1,0.5\nBoulder,6/14/2011,99909761869,Communications Software,Information Technology,Software,\"Boulder, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,\nMountain View,6/15/2011,6.07309E+11,Facilities/Operations Management,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,18\nAtlanta,6/15/2011,6.14363E+11,Health Media/Content,Consumer Services,Media and Content,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,First Round,GA,,1,1,8.75\nSunnyvale,6/15/2011,1.14538E+11,IT Media/Content,Consumer Services,Media and Content,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,17\nNew York,6/15/2011,6.07415E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Second Round,NY,New York Metro,1,1,6\nSan Francisco,6/15/2011,6.14358E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Startup,Seed Round,CA,San Francisco Bay Area,1,1,2\nArlington,6/15/2011,6.14456E+11,Medical Lab Instruments/Test Kits,Healthcare,Medical Devices and Equipment,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,VA,Potomac,1,1,3\nKirkland,6/15/2011,91548761039,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Clinical Trials - Generic,Later Stage,WA,Seattle Metro,1,1,10.02\nRomeoville,6/15/2011,54323760499,Coatings/Adhesives,Industrial Goods and Materials,Materials and Chemicals,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,5.2\nMarina del Rey,6/15/2011,88258760959,Software: Other,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,0.4\nLansdale,6/15/2011,3.5613E+11,Educational/Training Software,Information Technology,Software,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Later Stage,PA,,1,1,4.5\nDenver,6/15/2011,1.02478E+11,Database Software,Information Technology,Software,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,0.02\nRochester,6/15/2011,3.59326E+11,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"Rochester, MN\",Midwest Central,Generating Revenue,Second Round,MN,,1,1,0.1\nCambridge,6/16/2011,6.0383E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Second Round,MA,Boston Metro,1,1,0.51\nAtlanta,6/16/2011,6.14453E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Product Development,First Round,GA,,1,1,1\nBoston,6/16/2011,88479760651,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,7\nBrentwood,6/16/2011,1.14729E+11,Health Media/Content,Consumer Services,Media and Content,\"Nashville-Davidson-Murfreesboro, TN\",South East,Generating Revenue,Later Stage,TN,,1,1,5.27\nNovato,6/16/2011,6.14548E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Clinical Trials - Phase 1,First Round,CA,San Francisco Bay Area,1,1,45\nBoston,6/16/2011,6.14505E+11,General Industrial Goods,Industrial Goods and Materials,Machinery and Industrial Goods,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,10\nNew York,6/16/2011,6.14438E+11,Business Applications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product In Beta Test,First Round,NY,New York Metro,1,1,1.8\nSan Francisco,6/16/2011,6.14995E+11,Recreational/Home Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,2.5\nSan Jose,6/16/2011,6.14815E+11,Vertical Market Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,4.33\nAzusa,6/16/2011,1.13842E+11,Power Supplies,Information Technology,Electronics and Computer Hardware,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,9\nMountain View,6/16/2011,6.14489E+11,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,0.7\nPalo Alto,6/17/2011,95717761646,Business Support Services: Other,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,6\nSunnyvale,6/17/2011,6.14851E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,5\nSeattle,6/17/2011,6.14448E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product In Beta Test,First Round,WA,Seattle Metro,1,1,\nSanta Monica,6/17/2011,6.07018E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,23.5\nVenice,6/17/2011,6.14579E+11,Entertainment,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Seed Round,CA,Los Angeles Metro,1,1,0.61\nLos Angeles,6/17/2011,99446761078,Healthcare Services: Other,Healthcare,Healthcare Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Los Angeles Metro,1,1,1.75\nCambridge,6/17/2011,3.56124E+11,Plastic Fabrications,Industrial Goods and Materials,Materials and Chemicals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Second Round,MA,Boston Metro,1,1,12.8\nAsheville,6/17/2011,3.55539E+11,Business Applications Software,Information Technology,Software,\"Asheville, NC\",South East,Generating Revenue,Corporate,NC,,1,1,4\nBethesda,6/17/2011,3.57525E+11,Business Applications Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,10.05\nBowie,6/17/2011,81191761086,Communications Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Later Stage,MD,Potomac,1,1,0.3\nSunnyvale,6/17/2011,98461761136,General Purpose Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,3.3\nPalo Alto,6/17/2011,75663757745,Network/Systems Management Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,51.63\nTrumbull,6/17/2011,6.03768E+11,Software: Other,Information Technology,Software,\"Bridgeport-Stamford-Norwalk, CT\",Mid-Atlantic,Generating Revenue,Second Round,CT,New York Metro,1,1,1\nSan Francisco,6/17/2011,98293760364,Wireless Communications Equipment,Information Technology,Communications and Networking,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,15\nCambridge,6/17/2011,6.14733E+11,Communications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,1\nCupertino,6/18/2011,6.05363E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Clinical Trials - Generic,Later Stage,CA,San Francisco Bay Area,1,1,26.17\nNew York,6/20/2011,6.14852E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,0.76\nDurham,6/20/2011,95136760687,Solar Energy,Energy and Utilities,Renewable Energy,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,Later Stage,NC,,1,1,20\nMinneapolis,6/20/2011,1.82508E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Product Development,Later Stage,MN,,1,1,5\nIrvine,6/20/2011,3.57508E+11,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Later Stage,CA,Orange County,1,1,15.01\nAtlanta,6/20/2011,6.11688E+11,Medical Software and Information Services: Other,Healthcare,Medical Software and Information Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Second Round,GA,,1,1,7.5\nLouisville,6/20/2011,3.5836E+11,Diagnostic Imaging Equipment,Healthcare,Medical Devices and Equipment,\"Louisville, KY-IN\",South East,Product Development,Second Round,TN,,1,1,4.01\nMissoula,6/20/2011,6.12358E+11,Agrochemicals,Industrial Goods and Materials,Materials and Chemicals,\"Missoula, MT\",Mountain,Generating Revenue,Second Round,MT,,1,1,2.2\nSan Francisco,6/20/2011,78534761426,Business Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,11\nIrvine,6/20/2011,63181760643,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Later Stage,CA,Orange County,1,1,14\nWinter Garden,6/20/2011,6.14568E+11,Communications Software,Information Technology,Software,\"Orlando, FL\",South East,Product In Beta Test,Seed Round,FL,,1,1,1\nSan Ramon,6/21/2011,53782761324,Lending,Business and Financial Services,Financial Institutions and Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nSeattle,6/21/2011,89172761264,Human Resources/Recruitment,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,7\nPalo Alto,6/21/2011,6.10626E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,Second Round,CA,San Francisco Bay Area,1,1,11\nBoston,6/21/2011,6.14574E+11,Household Goods/Services Retailers,Consumer Services,Retailers,\"Boston-Cambridge-Quincy, MA-NH\",New England,Profitable,Later Stage,MA,Boston Metro,1,1,165\nCambridge,6/21/2011,6.14822E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,26\nBoston,6/21/2011,6.14581E+11,Clinical Decision Support,Healthcare,Medical Software and Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,First Round,MA,Boston Metro,1,1,5.5\nAtlanta,6/21/2011,6.14611E+11,Healthcare Administration Software,Healthcare,Medical Software and Information Services,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,First Round,GA,,1,1,3.23\nBroomfield,6/21/2011,3.59015E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,10\nMenlo Park,6/21/2011,6.14506E+11,Medical Software and Information Services: Other,Healthcare,Medical Software and Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Seed Round,CA,San Francisco Bay Area,1,1,1.5\nAustin,6/21/2011,6.14923E+11,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"Austin-Round Rock, TX\",South Central,Startup,First Round,TX,Austin Metro,1,1,1.61\nDenver,6/21/2011,90049760781,Communications Software,Information Technology,Software,\"Denver-Aurora-Broomfield, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,21\nSan Luis Obispo,6/21/2011,83843760972,Business Applications Software,Information Technology,Software,\"San Luis Obispo-Paso Robles, CA\",Southern California,Generating Revenue,Later Stage,CA,,1,1,9\nMarina Del Ray,6/21/2011,6.11529E+11,Communications and Networking: Other,Information Technology,Communications and Networking,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Startup,Second Round,CA,Los Angeles Metro,1,1,2.5\nIndianapolis,6/22/2011,6.14724E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Indianapolis-Carmel, IN\",Midwest East,Generating Revenue,First Round,IN,,1,1,\nDraper,6/22/2011,6.07128E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"Salt Lake City, UT\",Mountain,Generating Revenue,First Round,UT,,1,1,1.71\nChicago,6/22/2011,6.14622E+11,Facilities/Operations Management,Business and Financial Services,Business Support Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,15\nMarlborough,6/22/2011,59699761295,General Business Consulting,Business and Financial Services,Business Support Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Generating Revenue,Later Stage,MA,Boston Metro,1,1,3\nSanta Clara,6/22/2011,3.56049E+11,Business Support Services: TBA,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,10.5\nGlen Burnie,6/22/2011,96407760862,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Baltimore-Towson, MD\",Mid-Atlantic,Generating Revenue,Restart,MD,Potomac,1,1,35\nWooster,6/22/2011,6.1472E+11,Filters/Membranes,Industrial Goods and Materials,Materials and Chemicals,\"Wooster, OH\",Midwest East,Generating Revenue,First Round,OH,,1,1,11\nSan Diego,6/22/2011,88278761722,Materials and Chemicals: Other,Industrial Goods and Materials,Materials and Chemicals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Restart,Restart,CA,San Diego Metro,1,1,1.75\nHouston,6/22/2011,6.14616E+11,Communications Software,Information Technology,Software,\"Houston-Baytown-Sugar Land, TX\",South Central,Generating Revenue,Later Stage,TX,,1,1,\nSan Francisco,6/22/2011,6.14578E+11,Graphics/Publishing Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,\nPhiladelphia,6/22/2011,6.14572E+11,Business Applications Software,Information Technology,Software,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,Seed Round,PA,,1,1,0.2\nSan Francisco,6/23/2011,1.82482E+11,Building Construction,Business and Financial Services,Construction and Civil Engineering,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nChicago,6/23/2011,6.14884E+11,Facilities/Operations Management,Business and Financial Services,Business Support Services,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Second Round,IL,Chicago Metro,1,1,7.2\nLos Gatos,6/23/2011,6.14626E+11,Educational/Training Media and Services,Consumer Services,Media and Content,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Startup,First Round,CA,San Francisco Bay Area,1,1,15\nBoothwyn,6/23/2011,80793761334,Hotels/Gambling,Consumer Services,Travel and Leisure,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Generating Revenue,Second Round,PA,,1,1,15.5\nNew York,6/23/2011,1.13741E+11,Entertainment,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,25\nNew York,6/23/2011,6.08515E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Second Round,NY,New York Metro,1,1,10\nAtlanta,6/23/2011,6.14759E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Product Development,First Round,GA,,1,1,2.26\nSanta Barbara,6/23/2011,6.14757E+11,Fuel Cells,Energy and Utilities,Renewable Energy,\"Santa Barbara-Santa Maria-Goleta, CA\",Southern California,Generating Revenue,Later Stage,CA,,1,1,1.54\nColumbus,6/23/2011,1.83829E+11,Patient Monitoring/Biofeedback,Healthcare,Medical Devices and Equipment,\"Columbus, OH\",Midwest East,Product Development,First Round,OH,,1,1,0.08\nFremont,6/23/2011,1.83463E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,17.58\nMilpitas,6/23/2011,6.0806E+11,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,12\nDurham,6/23/2011,6.14613E+11,Recreational/Home Software,Information Technology,Software,\"Durham-Chapel Hill, NC\",South East,Product In Beta Test,First Round,NC,,1,1,1\nPalo Alto,6/24/2011,6.14692E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,Second Round,CA,San Francisco Bay Area,1,1,2.5\nPhiladelphia,6/24/2011,3.59377E+11,Entertainment,Consumer Services,Consumer Information Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Product Development,First Round,PA,,1,1,0.5\nPhoenix,6/24/2011,57267761383,Sports/Recreational Services,Consumer Services,Travel and Leisure,\"Phoenix-Mesa-Scottsdale, AZ\",Mountain,Profitable,Later Stage,AZ,,1,1,6.32\nNew York,6/24/2011,3.57677E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Second Round,NY,New York Metro,1,1,50\nWest Sacramento,6/24/2011,6.06905E+11,Solar Energy,Energy and Utilities,Renewable Energy,\"Sacramento--Arden-Arcade--Roseville, CA\",Northern California,Product Development,Second Round,CA,,1,1,8\nSunnyvale,6/24/2011,57703761452,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,17.88\nWaltham,6/24/2011,6.06417E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 3,Second Round,MA,Boston Metro,1,1,101\nBolingbrook,6/24/2011,1.12201E+11,Agrochemicals,Industrial Goods and Materials,Materials and Chemicals,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Later Stage,IL,Chicago Metro,1,1,50\nNew York,6/24/2011,6.14677E+11,Communications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NY,New York Metro,1,1,\nMountain View,6/24/2011,6.14695E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Profitable,First Round,CA,San Francisco Bay Area,1,1,0.42\nLos Angeles,6/24/2011,6.1466E+11,Business Applications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,1.5\nMarlborough,6/24/2011,1.15693E+11,Electronic Components/Devices,Information Technology,Electronics and Computer Hardware,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Later Stage,MA,Boston Metro,1,1,10\nAustin,6/24/2011,1.84046E+11,Power Supplies,Information Technology,Electronics and Computer Hardware,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Later Stage,TX,Austin Metro,1,1,16.39\nSan Francisco,6/27/2011,1.82795E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,8\nPalo Alto,6/27/2011,70251760966,Online Communities,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,6.5\nNew York,6/27/2011,6.14767E+11,Online Communities,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Seed Round,NY,New York Metro,1,1,1\nSeattle,6/27/2011,6.14761E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Product Development,First Round,WA,Seattle Metro,1,1,6.6\nAlexandria,6/27/2011,6.14742E+11,Network/Systems Management Software,Information Technology,Software,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,VA,Potomac,1,1,\nLongmont,6/27/2011,3.54518E+11,Software Development Tools,Information Technology,Software,\"Boulder, CO\",Mountain,Generating Revenue,First Round,CO,,1,1,1.2\nSanta Clara,6/27/2011,1.03707E+11,Computer Systems,Information Technology,Electronics and Computer Hardware,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,24\nDanvers,6/27/2011,6.03626E+11,Automated Manufacturing Equipment,Information Technology,Electronics and Computer Hardware,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Second Round,MA,Boston Metro,1,1,1.2\nPalo Alto,6/27/2011,6.14713E+11,Network/Systems Management Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Seed Round,CA,San Francisco Bay Area,1,1,1.03\nMenlo Park,6/28/2011,6.09265E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,6.5\nSan Francisco,6/28/2011,4.70406E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,100\nChevy Chase,6/28/2011,6.09031E+11,Payment/Transactional Processing,Business and Financial Services,Financial Institutions and Services,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,Second Round,MD,Potomac,1,1,0.85\nBurlingame,6/28/2011,6.14738E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,\nCambridge,6/28/2011,6.05928E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,24\nCanton,6/28/2011,1.82621E+11,General Industrial Machinery,Industrial Goods and Materials,Machinery and Industrial Goods,\"Detroit-Warren-Livonia, MI\",Midwest East,Generating Revenue,Later Stage,MI,,1,1,20\nChicago,6/28/2011,6.14849E+11,Business Applications Software,Information Technology,Software,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Profitable,First Round,IL,Chicago Metro,1,1,34.2\nDenver,6/28/2011,6.1473E+11,Business Applications Software,Information Technology,Software,\"Denver-Aurora-Broomfield, CO\",Mountain,Profitable,First Round,CO,,1,1,1.5\nMountain View,6/28/2011,6.14729E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,3\nSan Francisco,6/28/2011,6.14785E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,1\nRedwood City,6/29/2011,1.15825E+11,Data Management Services,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,40.99\nNew York,6/29/2011,6.14936E+11,General Media/Content,Consumer Services,Media and Content,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,First Round,NY,New York Metro,1,1,0.25\nBoulder,6/29/2011,6.13115E+11,Online Communities,Consumer Services,Consumer Information Services,\"Boulder, CO\",Mountain,Generating Revenue,First Round,CO,,1,1,0.5\nPalo Alto,6/29/2011,6.14905E+11,Search Portals,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,5.19\nPortland,6/29/2011,6.14772E+11,Clothing/Accessory Retailers,Consumer Services,Retailers,\"Portland-Vancouver-Beaverton, OR-WA\",Pacific Northwest,Generating Revenue,First Round,OR,,1,1,2\nSan Diego,6/29/2011,3.59977E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Diego-Carlsbad-San Marcos, CA\",Southern California,Clinical Trials - Phase 1,First Round,CA,San Diego Metro,1,1,\nGarfield Heights,6/29/2011,57916761366,Therapeutic Devices (Invasive),Healthcare,Medical Devices and Equipment,\"Cleveland-Elyria-Mentor, OH\",Midwest East,Product Development,Later Stage,OH,,1,1,\nMaynard,6/29/2011,1.11756E+11,Diagnostic Equipment (Not Imaging),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,5.4\nSunnyvale,6/29/2011,6.14797E+11,Database Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nMountain View,6/29/2011,3.57089E+11,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,30\nBellevue,6/29/2011,3.58809E+11,Communications and Networking: Other,Information Technology,Communications and Networking,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,Later Stage,WA,Seattle Metro,1,1,1\nNorcross,6/29/2011,6.14811E+11,Business Applications Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Later Stage,GA,,1,1,\nSan Mateo,6/29/2011,71000761534,Vertical Market Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Restart,CA,San Francisco Bay Area,1,1,5\nSanta Clara,6/29/2011,4.71114E+11,Communications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product In Beta Test,Second Round,CA,San Francisco Bay Area,1,1,18\nPittsburgh,6/30/2011,6.14953E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Pittsburgh, PA\",Mid-Atlantic,Generating Revenue,First Round,PA,,1,1,2.5\nLindon,6/30/2011,6.15072E+11,IT Consulting,Business and Financial Services,Business Support Services,\"Provo-Orem, UT\",Mountain,Generating Revenue,First Round,UT,,1,1,\nFoster City,6/30/2011,6.15052E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,1.4\nMenlo Park,6/30/2011,6.11742E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,12.2\nSan Francisco,6/30/2011,6.1482E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,\nTumwater,6/30/2011,6.14985E+11,General Business Consulting,Business and Financial Services,Business Support Services,\"Seattle-Tacoma-Bellevue, WA\",Pacific Northwest,Generating Revenue,First Round,WA,Seattle Metro,1,1,\nDurham,6/30/2011,6.15091E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"Durham-Chapel Hill, NC\",South East,Generating Revenue,First Round,NC,,1,1,0.65\nNew York,6/30/2011,6.15159E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,30\nNew York,6/30/2011,6.15024E+11,Business Support Services: Other,Business and Financial Services,Business Support Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,3.3\nSan Francisco,6/30/2011,1.15741E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,30\nSan Mateo,6/30/2011,78206761265,Business Support Services: Other,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,10\nSouth San Francisco,6/30/2011,98607761735,IT Consulting,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,12\nSan Francisco,6/30/2011,6.10792E+11,Advertising/Marketing,Business and Financial Services,Business Support Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,6.5\nChicago,6/30/2011,6.14889E+11,Broadcasting,Consumer Services,Media and Content,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Product Development,First Round,IL,Chicago Metro,1,1,20\nSan Francisco,6/30/2011,6.1503E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nLos Angeles,6/30/2011,6.15049E+11,Online Communities,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,\nSan Francisco,6/30/2011,6.15E+11,Entertainment,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,2.6\nSanta Clara,6/30/2011,62622761813,Shopping Facilitators,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nNew York,6/30/2011,6.04771E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,10.14\nNew York,6/30/2011,6.10425E+11,Shopping Facilitators,Consumer Services,Consumer Information Services,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Second Round,NY,New York Metro,1,1,10\nChicago,6/30/2011,6.1514E+11,Food/Drug Retailers,Consumer Services,Retailers,\"Chicago-Naperville-Joliet, IL-IN-WI\",Midwest East,Generating Revenue,Second Round,IL,Chicago Metro,1,1,3.5\nIrvine,6/30/2011,1.05862E+11,Email/Messaging,Consumer Services,Consumer Information Services,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,Second Round,CA,Orange County,1,1,4.22\nPalo Alto,6/30/2011,6.14933E+11,Online Communities,Consumer Services,Consumer Information Services,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Seed Round,CA,San Francisco Bay Area,1,1,1.5\nMenlo Park,6/30/2011,6.15014E+11,Consumer Information Services: Other,Consumer Services,Consumer Information Services,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Seed Round,CA,San Francisco Bay Area,1,1,1.7\nBoulder,6/30/2011,1.06622E+11,Biofuels/Biomass,Energy and Utilities,Renewable Energy,\"Boulder, CO\",Mountain,Generating Revenue,Later Stage,CO,,1,1,36.5\nSan Mateo,6/30/2011,96828761263,Solar Energy,Energy and Utilities,Renewable Energy,\"San Francisco-Oakland-Fremont, CA\",Northern California,Profitable,Later Stage,CA,San Francisco Bay Area,1,1,20\nHouston,6/30/2011,73001761372,Exploration Services/Equipment,Energy and Utilities,Non-Renewable Energy,\"Houston-Baytown-Sugar Land, TX\",South Central,Generating Revenue,Later Stage,TX,,1,1,\nWest Chester,6/30/2011,6.15137E+11,Managed Care,Healthcare,Healthcare Services,\"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD\",Mid-Atlantic,Startup,First Round,PA,,1,1,\nKansas City,6/30/2011,4.71205E+11,Pharmaceuticals,Healthcare,Biopharmaceuticals,\"Kansas City, MO-KS\",Midwest Central,Product Development,First Round,KS,,1,1,3\nWoburn,6/30/2011,6.05254E+11,Surgical Devices,Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,First Round,MA,Boston Metro,1,1,1.92\nOrange,6/30/2011,98657757581,Surgical Devices,Healthcare,Medical Devices and Equipment,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Later Stage,CT,New York Metro,1,1,19\nCambridge,6/30/2011,1.05918E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 2,Later Stage,MA,Boston Metro,1,1,33\nWaltham,6/30/2011,57723761331,Therapeutic Devices (Minimally Invasive/Noninvasive),Healthcare,Medical Devices and Equipment,\"Boston-Cambridge-Quincy, MA-NH\",New England,Clinical Trials - Phase 3,Later Stage,MA,Boston Metro,1,1,25.53\nBrisbane,6/30/2011,94429761850,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"San Francisco-Oakland-Fremont, CA\",Northern California,Clinical Trials - Phase 2,Later Stage,CA,San Francisco Bay Area,1,1,44\nSan Francisco,6/30/2011,6.15007E+11,Managed Care,Healthcare,Healthcare Services,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,Second Round,MN,,1,1,20\nGrand Rapids,6/30/2011,6.15136E+11,Drug Discovery/Bioinformatics Software,Healthcare,Medical Software and Information Services,\"Grand Rapids-Wyoming, MI\",Midwest East,Product Development,Second Round,MI,,1,1,7.2\nCambridge,6/30/2011,6.10324E+11,Biotechnology Therapeutics,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,32\nBoston,6/30/2011,6.1491E+11,Medical Imaging Software,Healthcare,Medical Software and Information Services,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,Second Round,MA,Boston Metro,1,1,2.5\nWaltham,6/30/2011,6.15097E+11,Drug Development Technologies,Healthcare,Biopharmaceuticals,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,Seed Round,MA,Boston Metro,1,1,\nSan Francisco,6/30/2011,6.15076E+11,Agricultural Machinery,Industrial Goods and Materials,Machinery and Industrial Goods,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nReston,6/30/2011,6.10089E+11,Internet Service Providers,Information Technology,Communications and Networking,\"Washington-Arlington-Alexandria, DC-VA-MD-WV\",Mid-Atlantic,Generating Revenue,First Round,VA,Potomac,1,1,265\nBaltimore,6/30/2011,6.14979E+11,Communications Software,Information Technology,Software,\"Baltimore-Towson, MD\",Mid-Atlantic,Generating Revenue,First Round,MD,Potomac,1,1,0.75\nWhippany,6/30/2011,6.12551E+11,Database Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,First Round,NJ,New York Metro,1,1,\nSt. Louis,6/30/2011,6.15009E+11,Business Applications Software,Information Technology,Software,\"St. Louis, MO-IL\",Midwest Central,Product In Beta Test,First Round,MO,,1,1,4.5\nCambridge,6/30/2011,6.14922E+11,Business Applications Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Product Development,First Round,MA,Boston Metro,1,1,\nCambridge,6/30/2011,6.14894E+11,Automated Manufacturing Software,Information Technology,Software,\"Boston-Cambridge-Quincy, MA-NH\",New England,Startup,First Round,MA,Boston Metro,1,1,12.5\nSan Francisco,6/30/2011,6.15028E+11,Network/Systems Management Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,\nSan Francisco,6/30/2011,6.15141E+11,Vertical Market Applications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,First Round,CA,San Francisco Bay Area,1,1,10\nSanta Clara,6/30/2011,6.14814E+11,Multimedia/Streaming Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Product Development,First Round,CA,San Francisco Bay Area,1,1,\nMenlo Park,6/30/2011,6.15143E+11,Recreational/Home Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,First Round,CA,San Francisco Bay Area,1,1,\nAustin,6/30/2011,6.14962E+11,Network/Systems Management Software,Information Technology,Software,\"Austin-Round Rock, TX\",South Central,Generating Revenue,First Round,TX,Austin Metro,1,1,2\nNashville,6/30/2011,6.15055E+11,Business Applications Software,Information Technology,Software,\"Nashville-Davidson-Murfreesboro, TN\",South East,Generating Revenue,First Round,TN,,1,1,1\nLos Angeles,6/30/2011,6.15018E+11,Computer Systems,Information Technology,Electronics and Computer Hardware,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Generating Revenue,First Round,CA,Los Angeles Metro,1,1,\nNew York,6/30/2011,3.55894E+11,Business Applications Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Generating Revenue,Later Stage,NY,New York Metro,1,1,8.05\nMinneapolis,6/30/2011,3.57198E+11,Business Applications Software,Information Technology,Software,\"Minneapolis-St. Paul-Bloomington, MN-WI\",Midwest Central,Generating Revenue,Later Stage,MN,,1,1,0.81\nSan Francisco,6/30/2011,55104761694,Consumer Electronics,Information Technology,Electronics and Computer Hardware,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,70\nCampbell,6/30/2011,88863761374,Business Applications Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nSunnyvale,6/30/2011,85061761746,Design Automation Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,\nMountain View,6/30/2011,69797761611,Recreational/Home Software,Information Technology,Software,\"San Jose-Sunnyvale-Santa Clara, CA\",Northern California,Generating Revenue,Later Stage,CA,San Francisco Bay Area,1,1,50\nSan Mateo,6/30/2011,92005761670,Application-Specific Integrated Circuits,Information Technology,Semiconductors,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Later Stage,CA,San Francisco Bay Area,1,1,\nRichardson,6/30/2011,89864761872,Fiberoptic Equipment,Information Technology,Communications and Networking,\"Dallas-Fort Worth-Arlington, TX\",South Central,Profitable,Restart,TX,Dallas-Fort Worth,1,1,1.48\nLindon,6/30/2011,6.13794E+11,Business Applications Software,Information Technology,Software,\"Provo-Orem, UT\",Mountain,Generating Revenue,Second Round,UT,,1,1,33\nSan Francisco,6/30/2011,6.14974E+11,Communications Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Generating Revenue,Second Round,CA,San Francisco Bay Area,1,1,\nSan Francisco,6/30/2011,6.15053E+11,Recreational/Home Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product Development,Second Round,CA,San Francisco Bay Area,1,1,7.5\nAustin,6/30/2011,6.13739E+11,Business Applications Software,Information Technology,Software,\"Austin-Round Rock, TX\",South Central,Generating Revenue,Second Round,TX,Austin Metro,1,1,10\nRichmond,6/30/2011,6.14992E+11,Database Software,Information Technology,Software,\"Richmond, VA\",Mid-Atlantic,Generating Revenue,Seed Round,VA,,1,1,\nNew York,6/30/2011,6.14909E+11,Recreational/Home Software,Information Technology,Software,\"New York-Northern New Jersey-Long Island, NY-NJ-PA\",Mid-Atlantic,Product Development,Seed Round,NY,New York Metro,1,1,0.75\nChampaign,6/30/2011,6.14929E+11,Recreational/Home Software,Information Technology,Software,\"Champaign-Urbana, IL\",Midwest East,Product In Beta Test,Seed Round,IL,,1,1,1.2\nSan Francisco,6/30/2011,6.15032E+11,Database Software,Information Technology,Software,\"San Francisco-Oakland-Fremont, CA\",Northern California,Product In Beta Test,Seed Round,CA,San Francisco Bay Area,1,1,2.1\nMarietta,6/30/2011,6.14907E+11,Recreational/Home Software,Information Technology,Software,\"Atlanta-Sandy Springs-Marietta, GA\",South East,Generating Revenue,Seed Round,GA,,1,1,0.55\nLos Angeles,6/30/2011,6.1501E+11,Communications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product Development,Seed Round,CA,Los Angeles Metro,1,1,0.27\nMalibu,6/30/2011,6.15013E+11,Business Applications Software,Information Technology,Software,\"Los Angeles-Long Beach-Santa Ana, CA\",Southern California,Product In Beta Test,Seed Round,CA,Los Angeles Metro,1,1,1.2\n"
  },
  {
    "path": "web-src/zoom/restrict-panning.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>dc.js - Restrict Panning Test</title>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/bootstrap.min.css\">\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/dc.css\"/>\n    <style>\n      #chart,\n      #range-chart { width: 100%; }\n    </style>\n  </head>\n<body>\n\n<div class=\"container\">\n<script type=\"text/javascript\" src=\"../examples/header.js\"></script>\n    <div id=\"chart\"></div>\n    <div id=\"range-chart\"></div>\n    <script type=\"text/javascript\" src=\"../js/d3.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/crossfilter.js\"></script>\n    <script type=\"text/javascript\" src=\"../js/dc.js\"></script>\n    <script type=\"text/javascript\">\n      var data       = [\n          { date: \"2014-02-01\", value: 15000000 },\n          { date: \"2014-02-02\", value: 16487625 },\n          { date: \"2014-02-03\", value: 17097434 },\n          { date: \"2014-02-04\", value: 17694420 },\n          { date: \"2014-02-05\", value: 17014381 },\n          { date: \"2014-02-06\", value: 15578984 },\n          { date: \"2014-02-07\", value: 14718953 },\n          { date: \"2014-02-08\", value: 15020669 },\n          { date: \"2014-02-09\", value: 13889722 },\n          { date: \"2014-02-10\", value: 13979897 },\n          { date: \"2014-02-11\", value: 14595566 },\n          { date: \"2014-02-12\", value: 14123256 },\n          { date: \"2014-02-13\", value: 14083675 },\n          { date: \"2014-02-14\", value: 15068426 },\n          { date: \"2014-02-15\", value: 15368056 },\n          { date: \"2014-02-16\", value: 15277054 },\n          { date: \"2014-02-17\", value: 14376243 },\n          { date: \"2014-02-18\", value: 13058892 },\n          { date: \"2014-02-19\", value: 12367653 },\n          { date: \"2014-02-20\", value: 13184423 },\n          { date: \"2014-02-21\", value: 14367203 },\n          { date: \"2014-02-22\", value: 14656447 },\n          { date: \"2014-02-23\", value: 14724526 },\n          { date: \"2014-02-24\", value: 14938129 },\n          { date: \"2014-02-25\", value: 14205617 },\n          { date: \"2014-02-26\", value: 14596607 },\n          { date: \"2014-02-27\", value: 13982597 },\n          { date: \"2014-02-28\", value: 15107034 },\n          { date: \"2014-03-01\", value: 13646739 },\n          { date: \"2014-03-02\", value: 14214763 },\n          { date: \"2014-03-03\", value: 14952136 },\n          { date: \"2014-03-04\", value: 14643933 },\n          { date: \"2014-03-05\", value: 13611435 },\n          { date: \"2014-03-06\", value: 12569788 },\n          { date: \"2014-03-07\", value: 11344469 },\n          { date: \"2014-03-08\", value: 12687132 },\n          { date: \"2014-03-09\", value: 11831144 },\n          { date: \"2014-03-10\", value: 10480837 },\n          { date: \"2014-03-11\", value: 9051161 },\n          { date: \"2014-03-12\", value: 9964784 },\n          { date: \"2014-03-13\", value: 11035006 },\n          { date: \"2014-03-14\", value: 10081289 },\n          { date: \"2014-03-15\", value: 9793897 },\n          { date: \"2014-03-16\", value: 9177447 },\n          { date: \"2014-03-17\", value: 8035348 },\n          { date: \"2014-03-18\", value: 6770242 },\n          { date: \"2014-03-19\", value: 7272077 },\n          { date: \"2014-03-20\", value: 8216348 },\n          { date: \"2014-03-21\", value: 8576584 },\n          { date: \"2014-03-22\", value: 9421060 },\n          { date: \"2014-03-23\", value: 10872288 },\n          { date: \"2014-03-24\", value: 9537996 },\n          { date: \"2014-03-25\", value: 9560363 },\n          { date: \"2014-03-26\", value: 8182813 },\n          { date: \"2014-03-27\", value: 9068173 },\n          { date: \"2014-03-28\", value: 10390251 },\n          { date: \"2014-03-29\", value: 9714081 },\n          { date: \"2014-03-30\", value: 9994670 },\n          { date: \"2014-03-31\", value: 9317878 },\n          { date: \"2014-04-01\", value: 8209077 },\n          { date: \"2014-04-02\", value: 9230830 },\n          { date: \"2014-04-03\", value: 8978342 },\n          { date: \"2014-04-04\", value: 8361854 },\n          { date: \"2014-04-05\", value: 9345999 },\n          { date: \"2014-04-06\", value: 7965407 },\n          { date: \"2014-04-07\", value: 8909276 },\n          { date: \"2014-04-08\", value: 8935489 },\n          { date: \"2014-04-09\", value: 8634997 },\n          { date: \"2014-04-10\", value: 8795592 },\n          { date: \"2014-04-11\", value: 7513086 },\n          { date: \"2014-04-12\", value: 8408561 },\n          { date: \"2014-04-13\", value: 7780649 },\n          { date: \"2014-04-14\", value: 7524281 },\n          { date: \"2014-04-15\", value: 8498062 },\n          { date: \"2014-04-16\", value: 7922453 },\n          { date: \"2014-04-17\", value: 9304312 },\n          { date: \"2014-04-18\", value: 8199457 },\n          { date: \"2014-04-19\", value: 8926136 },\n          { date: \"2014-04-20\", value: 7558184 },\n          { date: \"2014-04-21\", value: 6417511 },\n          { date: \"2014-04-22\", value: 5748831 },\n          { date: \"2014-04-23\", value: 6503022 },\n          { date: \"2014-04-24\", value: 6429606 },\n          { date: \"2014-04-25\", value: 5057410 },\n          { date: \"2014-04-26\", value: 5924669 },\n          { date: \"2014-04-27\", value: 4728239 },\n          { date: \"2014-04-28\", value: 3918540 },\n          { date: \"2014-04-29\", value: 2821473 },\n          { date: \"2014-04-30\", value: 1995781 },\n          { date: \"2014-05-01\", value: 1123626 },\n          { date: \"2014-05-02\", value: 516067 },\n          { date: \"2014-05-03\", value: 816831 },\n          { date: \"2014-05-04\", value: 816831 },\n          { date: \"2014-05-05\", value: 816831 },\n          { date: \"2014-05-06\", value: 1103818 },\n          { date: \"2014-05-07\", value: 958188 },\n          { date: \"2014-05-08\", value: 592995 },\n          { date: \"2014-05-09\", value: 856066 },\n          { date: \"2014-05-10\", value: 1766761 },\n          { date: \"2014-05-11\", value: 1330557 }\n      ].map(function (d) {\n          d.date = new Date(d.date);\n          return d;\n      }),\n      chart      = new dc.LineChart('#chart'),\n      rangeChart = new dc.BarChart('#range-chart'),\n      domain     = [ data[0].date, data.slice(-1)[0].date ],\n      dimension  = crossfilter(data).dimension(function (d) { return d.date; }),\n      group      = dimension.group().reduceSum(function(d) { return d.value; });\n\n      rangeChart\n      .height(46)\n      .dimension(dimension)\n      .group(group)\n      .x(d3.scaleTime().domain(domain))\n      .xUnits(d3.timeMonth)\n      .centerBar(true)\n      .render();\n\n      chart\n      .height(150)\n      .dimension(dimension)\n      .group(group)\n      .rangeChart(rangeChart)\n      .x(d3.scaleTime().domain(domain))\n      .xUnits(d3.timeDay)\n      .brushOn(false)\n      .mouseZoomable(true)\n      .zoomScale([1, 100])\n      .zoomOutRestrict(true)\n      .transitionDuration(0)\n      .renderVerticalGridLines(true)\n      .render();\n    </script>\n\n</div>\n</body>\n</html>\n"
  }
]